eyes_calabash 6.0.1 → 6.0.3

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: f97da2b05773333ceee6bcaa98a89df3864c341b460e66d9a2e368a98784ebfc
4
- data.tar.gz: 94d2f7aaec161320f2713e99074d44b869ba97c975f6aa2c3071977d8eed87fc
3
+ metadata.gz: 22fccb418498293387f5d15b3486cda7cadbfe2bbeb46019cad5dd4c5d5128e1
4
+ data.tar.gz: 8e3e0c240e2df4fb0f345240a8c99dbd8d2a104497e8e3652798f2572f09d883
5
5
  SHA512:
6
- metadata.gz: d3ffc8fd69bb5891a307d8c8826b268a8e85d1cc341d1cb19a8ef7c9f42cb0a487545e3729a4955c85c413de4a9135585a95d27d57e517dc857fc8cab06d448f
7
- data.tar.gz: a64f3fdccc0f32e339eb304c1cd4457a6d28998846b3b417037ba9806c804d3a6c305544882d835a48364adf0555a80aaf7171657d3a4ab1407cb9f75dced91d
6
+ metadata.gz: fd12ed14e17e71f05e383d39d6c7310e3c890b9b51939363ad57c13ee7f6028a580c7f5ef4f53c46fc40e374177cbaab558c20dcaafb362b362ec8f354430dba
7
+ data.tar.gz: 17f8dfb6484896f7a8f624e5e1291e7b4ce6889f89af0af897514364dbfdbcb5c5e2da4773e7e9943c8a87998f23b58f9595b03b9345fdfa941fbaabbed15cf3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,50 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.0.3] (2024-02-02)
4
+
5
+ * ### Bug Fixes
6
+ * Fix Ruby 3 compatability issue with i18n integration
7
+ * Fix locate id parsing
8
+
9
+ * ### Features
10
+ * Add configure block-style of eyes_images configuration
11
+
12
+ ### Dependencies
13
+
14
+ * ### Updated
15
+ * Update version of Universal SDK Core to 4.7.0
16
+
17
+ * ### Features
18
+ * added support of proxy server url env var
19
+
20
+ * ### Bug Fixes
21
+ * losing root context after layout breakpoints reload
22
+ * add environment variable for setting ufg server ufg
23
+ * remove local environment id
24
+
25
+ ## [6.0.2] (2024-01-03)
26
+
27
+ ### Updated
28
+ * Update version of Universal SDK Core to 4.5.2
29
+
30
+ ### Dependencies
31
+
32
+ * ### Features
33
+ * sign windows binaries
34
+ * support updated applitools lib protocol
35
+ * add set of env variables to skip/ignore some optional automations
36
+
37
+ * ### Bug Fixes
38
+
39
+ * layout breakpoints reload and lazy load
40
+ * fix safe selector generation
41
+ * fixed issue when page wasn't reloaded for one of the breakpoints if the initial viewport size matches it
42
+ * avoid caching concurrency
43
+ * environment for each check for local environment
44
+ * fixed concurrency splank logging
45
+ * fixed the issue when custom os name passed through configuration wasn't respected
46
+
47
+
3
48
  ## [6.0.1] (2023-12-13)
4
49
  ### Bug Fixes
5
50
  * fix code loading error (NameError in environment_sdk)
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesCalabash
5
- VERSION = '6.0.1'.freeze
5
+ VERSION = '6.0.3'.freeze
6
6
  # UNIVERSAL_CORE_VERSION = '3.6.4'.freeze
7
7
  end
8
8
  end
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.1
4
+ version: 6.0.3
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-02-02 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.1
61
+ version: 6.0.3
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.1
68
+ version: 6.0.3
69
69
  description: Provides SDK for writing Applitools Calabash tests.
70
70
  email:
71
71
  - team@applitools.com