eyes_calabash 6.0.0 → 6.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 0313cfba1b77cdba93d4eb6a5bcea4a7bb60384f27243e8a475dac52e2d85b22
4
- data.tar.gz: 6e93769520d1388e7126eb743c1f8858d3df44298aaffbdc52d0f1c87a512049
3
+ metadata.gz: d413b23a14f0cd292f207408454dbbe34a532e752cb52222bef59a3507003998
4
+ data.tar.gz: c92f3a71ceab3c6c606b0e9ac810392b7a1f70a2623fb8f8311ed0c1e33ae1e4
5
5
  SHA512:
6
- metadata.gz: a0ed6057223d45c300f862732c313f1da2da3e44b1b79365606f8fb206fede83d1215a2e40132a464b676eb4f45c38c94b42eeb6ac6a02a300f69e4781825962
7
- data.tar.gz: b9ae7c2f9e207fda546dfeeac631b9f01d48bac56257b58a6b3f3aa433ce6062fa075ecf97d60ff0949c542d6f6db7fa930af8d0755d907da1df1c562d07ad3d
6
+ metadata.gz: 8ce0edbafdee5009ec6a9fa984d1af47546168550cdc2b8e11a073c75b0036e6a70ff0fa0c2752abf19030c62a2e502cf0b8dbea335a452b34f005ff2d6045e6
7
+ data.tar.gz: 4f0242ee8d555535252833419cdf44ae510d1038e5853c99a226599c1f6ce9cd8e872b39e67f39dcadb3663ce7cc03728819e50ac386aec4f501da0451dc4017
data/CHANGELOG.md CHANGED
@@ -1,5 +1,32 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.0.2] (2024-01-03)
4
+
5
+ ### Updated
6
+ * Update version of Universal SDK Core to 4.5.2
7
+
8
+ ### Dependencies
9
+
10
+ * ### Features
11
+ * sign windows binaries
12
+ * support updated applitools lib protocol
13
+ * add set of env variables to skip/ignore some optional automations
14
+
15
+ * ### Bug Fixes
16
+
17
+ * layout breakpoints reload and lazy load
18
+ * fix safe selector generation
19
+ * fixed issue when page wasn't reloaded for one of the breakpoints if the initial viewport size matches it
20
+ * avoid caching concurrency
21
+ * environment for each check for local environment
22
+ * fixed concurrency splank logging
23
+ * fixed the issue when custom os name passed through configuration wasn't respected
24
+
25
+
26
+ ## [6.0.1] (2023-12-13)
27
+ ### Bug Fixes
28
+ * fix code loading error (NameError in environment_sdk)
29
+
3
30
  ## [6.0.0] (2023-12-13)
4
31
 
5
32
  ### Dependencies
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesCalabash
5
- VERSION = '6.0.0'.freeze
5
+ VERSION = '6.0.2'.freeze
6
6
  # UNIVERSAL_CORE_VERSION = '3.6.4'.freeze
7
7
  end
8
8
  end
data/lib/eyes_calabash.rb CHANGED
@@ -26,3 +26,4 @@ module Applitools
26
26
  end
27
27
 
28
28
  Applitools::Calabash.require_dir 'calabash'
29
+ Applitools::Calabash.require_dir 'eyes_calabash'
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: eyes_calabash
3
3
  version: !ruby/object:Gem::Version
4
- version: 6.0.0
4
+ version: 6.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Applitools Team
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-12-13 00:00:00.000000000 Z
11
+ date: 2024-01-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cucumber
@@ -58,14 +58,14 @@ dependencies:
58
58
  requirements:
59
59
  - - '='
60
60
  - !ruby/object:Gem::Version
61
- version: 6.0.0
61
+ version: 6.0.2
62
62
  type: :runtime
63
63
  prerelease: false
64
64
  version_requirements: !ruby/object:Gem::Requirement
65
65
  requirements:
66
66
  - - '='
67
67
  - !ruby/object:Gem::Version
68
- version: 6.0.0
68
+ version: 6.0.2
69
69
  description: Provides SDK for writing Applitools Calabash tests.
70
70
  email:
71
71
  - team@applitools.com