eyes_calabash 6.0.4 → 6.1.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +64 -0
- data/lib/applitools/eyes_calabash/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: cae74ff08be1c09d1d32e770d04e44de11883d41408fbf9c29467d16fa29d9c7
|
4
|
+
data.tar.gz: 779d9192ce9fb731086bca626e6cb9c1a0426608e4562d18d1046a105d7267d5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 504b5ac6eb0b18cee81e55c770c2e2215deb5261c29f92202509f700d5011fc874aa6153bed4aa430335ebb0b4af35c72981d6d80804633fa1a873cd67f9a880
|
7
|
+
data.tar.gz: 64f0aab3c41b350e4d94df91fe17d572f07883ec1161b0487fdd1a710aeffd71b173fdf2ff73a69ea3040811e809ef716f483571592b88c38e3708553d56623a
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,69 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [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)
|
4
|
+
|
5
|
+
|
6
|
+
### Features
|
7
|
+
|
8
|
+
* 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))
|
9
|
+
|
10
|
+
|
11
|
+
### Dependencies
|
12
|
+
|
13
|
+
* @applitools/dom-snapshot bumped to 4.7.17
|
14
|
+
#### Bug Fixes
|
15
|
+
|
16
|
+
* 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))
|
17
|
+
* @applitools/spec-driver-webdriver bumped to 1.0.57
|
18
|
+
#### Bug Fixes
|
19
|
+
|
20
|
+
* 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))
|
21
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.0
|
22
|
+
#### Features
|
23
|
+
|
24
|
+
* 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))
|
25
|
+
* @applitools/nml-client bumped to 1.7.0
|
26
|
+
#### Features
|
27
|
+
|
28
|
+
* 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))
|
29
|
+
|
30
|
+
|
31
|
+
#### Bug Fixes
|
32
|
+
|
33
|
+
* 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))
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
* @applitools/screenshoter bumped to 3.8.23
|
38
|
+
|
39
|
+
* @applitools/ec-client bumped to 1.7.25
|
40
|
+
|
41
|
+
* @applitools/core bumped to 4.8.0
|
42
|
+
#### Features
|
43
|
+
|
44
|
+
* 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))
|
45
|
+
|
46
|
+
|
47
|
+
#### Bug Fixes
|
48
|
+
|
49
|
+
* 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))
|
50
|
+
* nml coded region integration with universal ([6fb0934](https://github.com/applitools/eyes.sdk.javascript1/commit/6fb09348238dfe4698856f88e762a9abf80c686f))
|
51
|
+
* 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))
|
52
|
+
|
53
|
+
|
54
|
+
|
55
|
+
* eyes_universal bumped to 4.8.0
|
56
|
+
|
57
|
+
* eyes_core bumped to 6.1.0
|
58
|
+
#### Features
|
59
|
+
|
60
|
+
* 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))
|
61
|
+
* 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))
|
62
|
+
* generate more enums ([#2179](https://github.com/applitools/eyes.sdk.javascript1/issues/2179)) ([5f4f916](https://github.com/applitools/eyes.sdk.javascript1/commit/5f4f91621b791a02464191123f69b12f590b9efe))
|
63
|
+
|
64
|
+
|
65
|
+
|
66
|
+
|
3
67
|
## [6.0.4] (2024-02-05)
|
4
68
|
|
5
69
|
* ### Bug Fixes
|
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
|
+
version: 6.1.0
|
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-
|
11
|
+
date: 2024-02-20 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
|
61
|
+
version: 6.1.0
|
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
|
68
|
+
version: 6.1.0
|
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.
|
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: []
|