eyes_calabash 6.3.10 → 6.3.11
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +45 -0
- data/eyes_calabash.gemspec +1 -1
- data/lib/applitools/eyes_calabash/version.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 271994c21dcc76264ebbe94e6bc99b9b86dbd6868f360e3eb5b8ffe3e6dbbb6f
|
4
|
+
data.tar.gz: 1e6cd95e41e74b7aae2481d57e5958c6f96bd336354585417d98a04ab8e7e261
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 17042eb1a614bb10b8db6b4be37f96594407e4c244f102d1bac7ca8339574e774796d9f9407b6a47f467579c3e1a1d2871857957e093ae5d76e37ecce73aec71
|
7
|
+
data.tar.gz: ae0a571d087e8ab73a2673fd358adac91c7a7214773054871d06393694a4ed295251522147da5e05d4b600465c505d7bc4851f3e56a827d1ef1207dbf31dfb70
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,50 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [6.3.11](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_calabash@6.3.10...ruby/eyes_calabash@6.3.11) (2024-11-27)
|
4
|
+
|
5
|
+
|
6
|
+
### Dependencies
|
7
|
+
|
8
|
+
* @applitools/dom-shared bumped to 1.0.16
|
9
|
+
#### Bug Fixes
|
10
|
+
|
11
|
+
* enhance error logging in takeScreenshots and pollify functions ([#2644](https://github.com/Applitools-Dev/sdk/issues/2644)) ([2428fa5](https://github.com/Applitools-Dev/sdk/commit/2428fa500a9fd47a803aa5aca9f79e5c5b3584f9))
|
12
|
+
* @applitools/req bumped to 1.7.4
|
13
|
+
#### Bug Fixes
|
14
|
+
|
15
|
+
* set heartbeat request timeout as the request interval ([#2587](https://github.com/Applitools-Dev/sdk/issues/2587)) ([0251d27](https://github.com/Applitools-Dev/sdk/commit/0251d27d9ed44ec247732f66904ae3d4fa4123f1))
|
16
|
+
* @applitools/core-base bumped to 1.19.3
|
17
|
+
#### Bug Fixes
|
18
|
+
|
19
|
+
* set heartbeat request timeout as the request interval ([#2587](https://github.com/Applitools-Dev/sdk/issues/2587)) ([0251d27](https://github.com/Applitools-Dev/sdk/commit/0251d27d9ed44ec247732f66904ae3d4fa4123f1))
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
* @applitools/dom-capture bumped to 11.5.2
|
24
|
+
|
25
|
+
* @applitools/nml-client bumped to 1.8.19
|
26
|
+
|
27
|
+
* @applitools/ufg-client bumped to 1.14.1
|
28
|
+
|
29
|
+
* @applitools/core bumped to 4.24.2
|
30
|
+
#### Bug Fixes
|
31
|
+
|
32
|
+
* don't populate branchName and parentBranchName when scm integration exists ([#2634](https://github.com/Applitools-Dev/sdk/issues/2634)) ([e45d671](https://github.com/Applitools-Dev/sdk/commit/e45d671e11ed40a82de1bd5ab22e757aff00b63f))
|
33
|
+
* enhance error logging in takeScreenshots and pollify functions ([#2644](https://github.com/Applitools-Dev/sdk/issues/2644)) ([2428fa5](https://github.com/Applitools-Dev/sdk/commit/2428fa500a9fd47a803aa5aca9f79e5c5b3584f9))
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
* @applitools/dom-snapshot bumped to 4.11.11
|
38
|
+
|
39
|
+
* @applitools/tunnel-client bumped to 1.5.10
|
40
|
+
|
41
|
+
* @applitools/ec-client bumped to 1.9.15
|
42
|
+
|
43
|
+
* eyes_universal bumped to 4.24.2
|
44
|
+
|
45
|
+
* eyes_core bumped to 6.4.2
|
46
|
+
|
47
|
+
|
3
48
|
## [6.3.10](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_calabash@6.3.9...ruby/eyes_calabash@6.3.10) (2024-10-29)
|
4
49
|
|
5
50
|
|
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.11
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Applitools Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-11-27 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.4.
|
61
|
+
version: 6.4.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.4.
|
68
|
+
version: 6.4.2
|
69
69
|
description: Provides SDK for writing Applitools Calabash tests.
|
70
70
|
email:
|
71
71
|
- team@applitools.com
|