eyes_calabash 6.3.7 → 6.3.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +54 -0
- data/eyes_calabash.gemspec +1 -1
- 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: f7916c8a5a127f9b12250d42c266adf88ee19f12e6d2348acef653a1ae226a18
|
4
|
+
data.tar.gz: 0a52f1aca912a9df55ce08a54dbb74333cc4c9a38c2b7d919557af42f5627928
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: d5ab54c77be8a074a4129be84dfe222dabdb2ac1d3be221fe730b5718ac64ccb71c40882feecfd410b263c51c4af7e473b1c550ceb8d024d8e0d75870f3aff7d
|
7
|
+
data.tar.gz: '0489d475d04f6df60846b845aea7062fdde0cabcf3432ae07ae2fac767abe6de094d605965c3c2a84fd6476d03d8a5d9359eefd809e1a949c773578e1c6dc1f6'
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,59 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [6.3.8](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_calabash@6.3.7...ruby/eyes_calabash@6.3.8) (2024-09-10)
|
4
|
+
|
5
|
+
|
6
|
+
### Dependencies
|
7
|
+
|
8
|
+
* @applitools/dom-capture bumped to 11.4.0
|
9
|
+
#### Features
|
10
|
+
|
11
|
+
* ability to capture all css props in computed style ([#2484](https://github.com/Applitools-Dev/sdk/issues/2484)) ([8769ee5](https://github.com/Applitools-Dev/sdk/commit/8769ee566f2d9e163437c7bcd385ec993f05f370))
|
12
|
+
* @applitools/driver bumped to 1.19.0
|
13
|
+
#### Features
|
14
|
+
|
15
|
+
* add support for env var APPLITOOLS_IS_IC ([#2469](https://github.com/Applitools-Dev/sdk/issues/2469)) ([87d7b5c](https://github.com/Applitools-Dev/sdk/commit/87d7b5cc1f7ea774c6b90504e85296f0681d0b1e))
|
16
|
+
|
17
|
+
|
18
|
+
#### Bug Fixes
|
19
|
+
|
20
|
+
* handle userAgent.brands returned as string ([#2453](https://github.com/Applitools-Dev/sdk/issues/2453)) ([dd6328b](https://github.com/Applitools-Dev/sdk/commit/dd6328be3e7d885714124a8e43aabaae3abecde9))
|
21
|
+
* searching for scrollable element multiple times ([#2493](https://github.com/Applitools-Dev/sdk/issues/2493)) ([d98db80](https://github.com/Applitools-Dev/sdk/commit/d98db8016c6312f467f244444c6f1a87bc09b7da))
|
22
|
+
* @applitools/tunnel-client bumped to 1.5.8
|
23
|
+
#### Bug Fixes
|
24
|
+
|
25
|
+
* upgrade execution-grid-tunnel ([#2475](https://github.com/Applitools-Dev/sdk/issues/2475)) ([e5952b4](https://github.com/Applitools-Dev/sdk/commit/e5952b4ca1bd0c065111ce1109b218f1fd68f6fc))
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
* @applitools/core-base bumped to 1.16.1
|
30
|
+
#### Bug Fixes
|
31
|
+
|
32
|
+
* infinity concurrency ([#2477](https://github.com/Applitools-Dev/sdk/issues/2477)) ([f488e16](https://github.com/Applitools-Dev/sdk/commit/f488e162f124acc249ed7b43b714f13c18306dc8))
|
33
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.12
|
34
|
+
|
35
|
+
* @applitools/spec-driver-selenium bumped to 1.5.83
|
36
|
+
|
37
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.12
|
38
|
+
|
39
|
+
* @applitools/screenshoter bumped to 3.8.36
|
40
|
+
|
41
|
+
* @applitools/nml-client bumped to 1.8.10
|
42
|
+
|
43
|
+
* @applitools/ec-client bumped to 1.9.4
|
44
|
+
|
45
|
+
* @applitools/core bumped to 4.18.2
|
46
|
+
#### Bug Fixes
|
47
|
+
|
48
|
+
* don't call check-network when executing binary and cli ([#2491](https://github.com/Applitools-Dev/sdk/issues/2491)) ([ef00d20](https://github.com/Applitools-Dev/sdk/commit/ef00d205450b7bbe7abc1bc9bce8d6970f769091))
|
49
|
+
|
50
|
+
|
51
|
+
|
52
|
+
* eyes_universal bumped to 4.18.2
|
53
|
+
|
54
|
+
* eyes_core bumped to 6.3.8
|
55
|
+
|
56
|
+
|
3
57
|
## [6.3.7](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_calabash@6.3.6...ruby/eyes_calabash@6.3.7) (2024-07-23)
|
4
58
|
|
5
59
|
|
data/eyes_calabash.gemspec
CHANGED
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.3.
|
4
|
+
version: 6.3.8
|
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-
|
11
|
+
date: 2024-09-10 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.3.
|
61
|
+
version: 6.3.8
|
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.3.
|
68
|
+
version: 6.3.8
|
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.1.6
|
127
|
+
signing_key:
|
128
128
|
specification_version: 4
|
129
129
|
summary: Applitools Ruby Calabash SDK
|
130
130
|
test_files: []
|