eyes_calabash 6.0.4 → 6.1.1

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: 6bf744af25c02cde502aeb0f10940f0c92ff6cce1552ac4fc7529073d403da3c
4
- data.tar.gz: 9991812e0f994cf01255b9f8a03854bb3d63e17f5fedcb89df2c376fb0bbf086
3
+ metadata.gz: 1a791d98a35ba8c6ad1113335f45d45274a870fe287a32a5f837311e008998cd
4
+ data.tar.gz: 622b7036ed52dcd88db50128dcd4c5e30173002f12824ea5649b436d31903057
5
5
  SHA512:
6
- metadata.gz: 72453a5ab1f307af17afaf86c0cebad28a896a8f6f3b9f9559fd39cd4af97783268686802edae89881e7e7f935fe1247bb73f6c6fce8ede76cd8f6a2447b9d4f
7
- data.tar.gz: 7961af8f4ca8d5cccfebd8deec6799a890a6f70d79f349d387f259a5529d4eac7a93c7b601b141ab4ebe7f5922afc5e1da1da03340c37720d355ddeb97a93053
6
+ metadata.gz: 8b184cf6fbacd6c1dd7a1838c39457f34c19c454a50467612ef00519a2e52fba79d9f5675d79f1ccbe8a655e24b3ee286a03ce810a8848a61a10d1bf1b3a6483
7
+ data.tar.gz: 460a7de85072e7fb4403c2d04af6b74a2356e678bf7699bf8d5a1c2d4f93ed7b0d39992999c8f77afcaf2e0ceb725ac2c17e36d32f3045de9fcee9e724b7395e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,113 @@
1
1
  # Changelog
2
2
 
3
+ ## [6.1.1](https://github.com/applitools/eyes.sdk.javascript1/compare/ruby/eyes_calabash@6.1.0...ruby/eyes_calabash@6.1.1) (2024-02-29)
4
+
5
+
6
+ ### Dependencies
7
+
8
+ * @applitools/req bumped to 1.6.5
9
+ #### Bug Fixes
10
+
11
+ * fixed url concatenation logic ([#2197](https://github.com/applitools/eyes.sdk.javascript1/issues/2197)) ([c3b2e0a](https://github.com/applitools/eyes.sdk.javascript1/commit/c3b2e0ad47f002978544eaac759a80f18f7c5ee3))
12
+ * @applitools/dom-shared bumped to 1.0.13
13
+ #### Bug Fixes
14
+
15
+ * dont execute script synchronously in polling ([#2228](https://github.com/applitools/eyes.sdk.javascript1/issues/2228)) ([04f525b](https://github.com/applitools/eyes.sdk.javascript1/commit/04f525bcac19bc2fb7240928add28f71efcef0ea))
16
+ * @applitools/core-base bumped to 1.9.1
17
+ #### Bug Fixes
18
+
19
+ * fixed url concatenation logic ([#2197](https://github.com/applitools/eyes.sdk.javascript1/issues/2197)) ([c3b2e0a](https://github.com/applitools/eyes.sdk.javascript1/commit/c3b2e0ad47f002978544eaac759a80f18f7c5ee3))
20
+
21
+
22
+
23
+ * @applitools/dom-capture bumped to 11.2.6
24
+
25
+ * @applitools/dom-snapshot bumped to 4.8.1
26
+
27
+ * @applitools/nml-client bumped to 1.7.2
28
+
29
+ * @applitools/tunnel-client bumped to 1.4.1
30
+ #### Bug Fixes
31
+
32
+ * upgrade execution-grid-tunnel to avoid port collision ([751e4e2](https://github.com/applitools/eyes.sdk.javascript1/commit/751e4e2441eb85604bbece0a9dbe18fa16b23847))
33
+
34
+
35
+
36
+ * @applitools/ufg-client bumped to 1.9.10
37
+
38
+ * @applitools/ec-client bumped to 1.7.27
39
+
40
+ * @applitools/core bumped to 4.9.1
41
+
42
+ * eyes_universal bumped to 4.9.1
43
+
44
+ * eyes_core bumped to 6.1.1
45
+
46
+
47
+ ## [6.1.0](https://github.com/applitools/eyes.sdk.javascript1/compare/ruby/eyes_calabash-v6.0.4...ruby/eyes_calabash@6.1.0) (2024-02-19)
48
+
49
+
50
+ ### Features
51
+
52
+ * added notification about outdated sdk version ([#2012](https://github.com/applitools/eyes.sdk.javascript1/issues/2012)) ([0f0a646](https://github.com/applitools/eyes.sdk.javascript1/commit/0f0a6462a56e7c97f9a22173c3b63af91e220adb))
53
+
54
+
55
+ ### Dependencies
56
+
57
+ * @applitools/dom-snapshot bumped to 4.7.17
58
+ #### Bug Fixes
59
+
60
+ * throw error for encoding none unicode char ([#2171](https://github.com/applitools/eyes.sdk.javascript1/issues/2171)) ([4edb9cf](https://github.com/applitools/eyes.sdk.javascript1/commit/4edb9cfb27d8db2ff4cb09c8ebf1b95ab020633d))
61
+ * @applitools/spec-driver-webdriver bumped to 1.0.57
62
+ #### Bug Fixes
63
+
64
+ * fixed issue with cdp commands on chromium browsers ([#2180](https://github.com/applitools/eyes.sdk.javascript1/issues/2180)) ([550fc77](https://github.com/applitools/eyes.sdk.javascript1/commit/550fc772d3988aae29e6f4a1a11d2a408072dc38))
65
+ * @applitools/spec-driver-puppeteer bumped to 1.4.0
66
+ #### Features
67
+
68
+ * added support for puppeteer >= 22 ([#2185](https://github.com/applitools/eyes.sdk.javascript1/issues/2185)) ([59d23a9](https://github.com/applitools/eyes.sdk.javascript1/commit/59d23a9689d77c7db06df53b67fa293a3b3f166e))
69
+ * @applitools/nml-client bumped to 1.7.0
70
+ #### Features
71
+
72
+ * add support for regions and calculated regions ([#2161](https://github.com/applitools/eyes.sdk.javascript1/issues/2161)) ([fea4b1f](https://github.com/applitools/eyes.sdk.javascript1/commit/fea4b1fca3d8f59eada2b5186cd32d47352ccf1a))
73
+
74
+
75
+ #### Bug Fixes
76
+
77
+ * missing viewport when using system screenshot and multi viewport ([#2173](https://github.com/applitools/eyes.sdk.javascript1/issues/2173)) ([411283c](https://github.com/applitools/eyes.sdk.javascript1/commit/411283c7bebc09f178d73b6b47e81e5ce4244d5e))
78
+
79
+
80
+
81
+ * @applitools/screenshoter bumped to 3.8.23
82
+
83
+ * @applitools/ec-client bumped to 1.7.25
84
+
85
+ * @applitools/core bumped to 4.8.0
86
+ #### Features
87
+
88
+ * add support for regions and calculated regions ([#2161](https://github.com/applitools/eyes.sdk.javascript1/issues/2161)) ([fea4b1f](https://github.com/applitools/eyes.sdk.javascript1/commit/fea4b1fca3d8f59eada2b5186cd32d47352ccf1a))
89
+
90
+
91
+ #### Bug Fixes
92
+
93
+ * missing viewport when using system screenshot and multi viewport ([#2173](https://github.com/applitools/eyes.sdk.javascript1/issues/2173)) ([411283c](https://github.com/applitools/eyes.sdk.javascript1/commit/411283c7bebc09f178d73b6b47e81e5ce4244d5e))
94
+ * nml coded region integration with universal ([6fb0934](https://github.com/applitools/eyes.sdk.javascript1/commit/6fb09348238dfe4698856f88e762a9abf80c686f))
95
+ * throw error for encoding none unicode char ([#2171](https://github.com/applitools/eyes.sdk.javascript1/issues/2171)) ([4edb9cf](https://github.com/applitools/eyes.sdk.javascript1/commit/4edb9cfb27d8db2ff4cb09c8ebf1b95ab020633d))
96
+
97
+
98
+
99
+ * eyes_universal bumped to 4.8.0
100
+
101
+ * eyes_core bumped to 6.1.0
102
+ #### Features
103
+
104
+ * add Eyes.getResults method ([#2046](https://github.com/applitools/eyes.sdk.javascript1/issues/2046)) ([#2069](https://github.com/applitools/eyes.sdk.javascript1/issues/2069)) ([4d263e1](https://github.com/applitools/eyes.sdk.javascript1/commit/4d263e19cb5e5708790a1a7ef90ff8f3eee50d91))
105
+ * added notification about outdated sdk version ([#2012](https://github.com/applitools/eyes.sdk.javascript1/issues/2012)) ([0f0a646](https://github.com/applitools/eyes.sdk.javascript1/commit/0f0a6462a56e7c97f9a22173c3b63af91e220adb))
106
+ * generate more enums ([#2179](https://github.com/applitools/eyes.sdk.javascript1/issues/2179)) ([5f4f916](https://github.com/applitools/eyes.sdk.javascript1/commit/5f4f91621b791a02464191123f69b12f590b9efe))
107
+
108
+
109
+
110
+
3
111
  ## [6.0.4] (2024-02-05)
4
112
 
5
113
  * ### Bug Fixes
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesCalabash
5
- VERSION = '6.0.4'.freeze
5
+ VERSION = '6.1.1'.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.4
4
+ version: 6.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Applitools Team
8
- autorequire:
8
+ autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-02-05 00:00:00.000000000 Z
11
+ date: 2024-03-01 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.4
61
+ version: 6.1.1
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.4
68
+ version: 6.1.1
69
69
  description: Provides SDK for writing Applitools Calabash tests.
70
70
  email:
71
71
  - team@applitools.com
@@ -108,7 +108,7 @@ licenses:
108
108
  - Applitools
109
109
  metadata:
110
110
  yard.run: yri
111
- post_install_message:
111
+ post_install_message:
112
112
  rdoc_options: []
113
113
  require_paths:
114
114
  - lib
@@ -123,8 +123,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
123
123
  - !ruby/object:Gem::Version
124
124
  version: '0'
125
125
  requirements: []
126
- rubygems_version: 3.0.3.1
127
- signing_key:
126
+ rubygems_version: 3.4.1
127
+ signing_key:
128
128
  specification_version: 4
129
129
  summary: Applitools Ruby Calabash SDK
130
130
  test_files: []