eyes_calabash 6.3.9 → 6.3.11

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: 2d384cb652332407a4c5dc16f8ea92d10aa8b61eebd8783e36cbd17dce035c8a
4
- data.tar.gz: d6cc0bad5ea3ce60e415f6ecf5db3005984f78399f891765511a3167f33dac4c
3
+ metadata.gz: 271994c21dcc76264ebbe94e6bc99b9b86dbd6868f360e3eb5b8ffe3e6dbbb6f
4
+ data.tar.gz: 1e6cd95e41e74b7aae2481d57e5958c6f96bd336354585417d98a04ab8e7e261
5
5
  SHA512:
6
- metadata.gz: 50585fcfa43dc82373a08dc2b5c9d497148db7fed535d606327785b080678bcd9eb7fe8ff08ca823fbabb8881eda8b966c00d81bc918d18c8adc0d4298a331bc
7
- data.tar.gz: df9d87f1208f3afd7b65afdf64dc5c55b3d9b2e39fef5315351a37ae8e88b5140ad9546745d6e92f85fe98117b5f1da1c4abb577ac23b1afc0b02adc1384e2b2
6
+ metadata.gz: 17042eb1a614bb10b8db6b4be37f96594407e4c244f102d1bac7ca8339574e774796d9f9407b6a47f467579c3e1a1d2871857957e093ae5d76e37ecce73aec71
7
+ data.tar.gz: ae0a571d087e8ab73a2673fd358adac91c7a7214773054871d06393694a4ed295251522147da5e05d4b600465c505d7bc4851f3e56a827d1ef1207dbf31dfb70
data/CHANGELOG.md CHANGED
@@ -1,5 +1,66 @@
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
+
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)
49
+
50
+
51
+ ### Dependencies
52
+
53
+ * @applitools/screenshoter bumped to 3.9.2
54
+ #### Bug Fixes
55
+
56
+ * test in screenshoter web ([f068dbe](https://github.com/Applitools-Dev/sdk/commit/f068dbe9036163fb3e316411cfd9f47a226d7c9c))
57
+ * @applitools/core bumped to 4.21.2
58
+
59
+ * eyes_universal bumped to 4.21.2
60
+
61
+ * eyes_core bumped to 6.4.1
62
+
63
+
3
64
  ## [6.3.9](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_calabash@6.3.8...ruby/eyes_calabash@6.3.9) (2024-10-21)
4
65
 
5
66
 
@@ -31,5 +31,5 @@ Gem::Specification.new do |spec|
31
31
  spec.add_dependency 'cucumber'
32
32
  spec.add_dependency 'file_utils'
33
33
  spec.add_dependency 'rspec-expectations'
34
- spec.add_dependency 'eyes_core', "= 6.4.0"
34
+ spec.add_dependency 'eyes_core', "= 6.4.2"
35
35
  end
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Applitools
4
4
  module EyesCalabash
5
- VERSION = '6.3.9'.freeze
5
+ VERSION = '6.3.11'.freeze
6
6
  end
7
7
  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.3.9
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-10-21 00:00:00.000000000 Z
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.0
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.0
68
+ version: 6.4.2
69
69
  description: Provides SDK for writing Applitools Calabash tests.
70
70
  email:
71
71
  - team@applitools.com