eyes_core 6.9.8 → 6.9.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +95 -0
- data/eyes_core.gemspec +2 -2
- data/lib/applitools/eyes_core/version.rb +1 -1
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 1e32d5af62f8fda28d3477903aaf434b37458ceae19494f44e7acb5eb9114e0b
|
|
4
|
+
data.tar.gz: ceb619f24f9ea0bd0be620dc4b24394bdfcec16ad66535b14d99a4bbcb1deaf8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a3cd67247f5a27a9f6b797c224b50467e8e68fd612098dd8e8c0ac073e5b245bafa12556a89d77077146fb907e38f6c6a8cc433752bbde644efde2780ed7e0eb
|
|
7
|
+
data.tar.gz: b201181e1a883df59553632fc5ac4d95891e01ebfea609b51ee1985ff8efcf6fb05460e072bfc53105f9575a10d537960d707c5aa340299f661d61b20d2be4da
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,100 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.9.10](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.9.9...ruby/eyes_core@6.9.10) (2025-12-07)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/dom-snapshot bumped to 4.15.3
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* capture JavaScript-modified CSS selectors in nested [@layer](https://github.com/layer) rules ([#3391](https://github.com/Applitools-Dev/sdk/issues/3391)) ([b3bceb5](https://github.com/Applitools-Dev/sdk/commit/b3bceb5bfe894f3548173d23942e09d0e04b7e04))
|
|
12
|
+
* @applitools/core bumped to 4.53.2
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* Upgrade core version ([#3398](https://github.com/Applitools-Dev/sdk/issues/3398)) ([68858c7](https://github.com/Applitools-Dev/sdk/commit/68858c7024e0413c1cc6af68752b1c3a9a04bb0b))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
* eyes_universal bumped to 4.53.2
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [6.9.9](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.9.8...ruby/eyes_core@6.9.9) (2025-11-19)
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
### Dependencies
|
|
26
|
+
|
|
27
|
+
* @applitools/utils bumped to 1.14.0
|
|
28
|
+
#### Features
|
|
29
|
+
|
|
30
|
+
* disable heartbeats whenever no tests are running ([#3344](https://github.com/Applitools-Dev/sdk/issues/3344)) ([b66d28a](https://github.com/Applitools-Dev/sdk/commit/b66d28a7a382f26b68de70c8633c027cb4bdf225))
|
|
31
|
+
* @applitools/nml-client bumped to 1.11.11
|
|
32
|
+
#### Bug Fixes
|
|
33
|
+
|
|
34
|
+
* better nml error messages ([#3311](https://github.com/Applitools-Dev/sdk/issues/3311)) ([3deea01](https://github.com/Applitools-Dev/sdk/commit/3deea0130636c44573adc919b95c1c99e6d194f1))
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
* @applitools/core bumped to 4.53.0
|
|
39
|
+
#### Features
|
|
40
|
+
|
|
41
|
+
* disable heartbeats whenever no tests are running ([#3344](https://github.com/Applitools-Dev/sdk/issues/3344)) ([b66d28a](https://github.com/Applitools-Dev/sdk/commit/b66d28a7a382f26b68de70c8633c027cb4bdf225))
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
#### Bug Fixes
|
|
45
|
+
|
|
46
|
+
* better nml error messages ([#3311](https://github.com/Applitools-Dev/sdk/issues/3311)) ([3deea01](https://github.com/Applitools-Dev/sdk/commit/3deea0130636c44573adc919b95c1c99e6d194f1))
|
|
47
|
+
* fails to create test with coded dynamic region | AD-11074 ([#3361](https://github.com/Applitools-Dev/sdk/issues/3361)) ([7f8c8cd](https://github.com/Applitools-Dev/sdk/commit/7f8c8cd85c0cd2e5861cd33fbc29c465903258d5))
|
|
48
|
+
* resolved an issue with `matchTimeout` changing `retryTimeout` ([f656f59](https://github.com/Applitools-Dev/sdk/commit/f656f59dbfb7c41fdb569fbc56d2e9daecefb854))
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
* @applitools/logger bumped to 2.2.6
|
|
53
|
+
|
|
54
|
+
* @applitools/dom-snapshot bumped to 4.15.1
|
|
55
|
+
|
|
56
|
+
* @applitools/socket bumped to 1.3.7
|
|
57
|
+
|
|
58
|
+
* @applitools/req bumped to 1.8.6
|
|
59
|
+
|
|
60
|
+
* @applitools/image bumped to 1.2.5
|
|
61
|
+
|
|
62
|
+
* @applitools/dom-capture bumped to 11.6.7
|
|
63
|
+
|
|
64
|
+
* @applitools/driver bumped to 1.24.2
|
|
65
|
+
|
|
66
|
+
* @applitools/spec-driver-webdriver bumped to 1.5.2
|
|
67
|
+
|
|
68
|
+
* @applitools/spec-driver-selenium bumped to 1.7.8
|
|
69
|
+
|
|
70
|
+
* @applitools/spec-driver-puppeteer bumped to 1.6.8
|
|
71
|
+
|
|
72
|
+
* @applitools/screenshoter bumped to 3.12.9
|
|
73
|
+
|
|
74
|
+
* @applitools/tunnel-client bumped to 1.11.4
|
|
75
|
+
|
|
76
|
+
* @applitools/ufg-client bumped to 1.18.2
|
|
77
|
+
|
|
78
|
+
* @applitools/core-base bumped to 1.30.0
|
|
79
|
+
#### Features
|
|
80
|
+
|
|
81
|
+
* disable heartbeats whenever no tests are running ([#3344](https://github.com/Applitools-Dev/sdk/issues/3344)) ([b66d28a](https://github.com/Applitools-Dev/sdk/commit/b66d28a7a382f26b68de70c8633c027cb4bdf225))
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
#### Bug Fixes
|
|
85
|
+
|
|
86
|
+
* fails to create test with coded dynamic region | AD-11074 ([#3361](https://github.com/Applitools-Dev/sdk/issues/3361)) ([7f8c8cd](https://github.com/Applitools-Dev/sdk/commit/7f8c8cd85c0cd2e5861cd33fbc29c465903258d5))
|
|
87
|
+
* resolved an issue with `matchTimeout` changing `retryTimeout` ([f656f59](https://github.com/Applitools-Dev/sdk/commit/f656f59dbfb7c41fdb569fbc56d2e9daecefb854))
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
* @applitools/ec-client bumped to 1.12.13
|
|
92
|
+
|
|
93
|
+
* eyes_universal bumped to 4.53.0
|
|
94
|
+
|
|
95
|
+
* @applitools/test-server bumped to 1.3.5
|
|
96
|
+
|
|
97
|
+
|
|
3
98
|
## [6.9.8](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_core@6.9.7...ruby/eyes_core@6.9.8) (2025-11-09)
|
|
4
99
|
|
|
5
100
|
|
data/eyes_core.gemspec
CHANGED
|
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
|
|
|
11
11
|
spec.version = Applitools::EyesCore::VERSION
|
|
12
12
|
spec.authors = ['Applitools Team']
|
|
13
13
|
spec.email = ['team@applitools.com']
|
|
14
|
-
spec.description = "Don't use it directly, take a look at eyes_selenium
|
|
14
|
+
spec.description = "Don't use it directly, take a look at eyes_selenium or eyes_images gems instead."
|
|
15
15
|
spec.summary = 'Core of the Applitools Ruby SDK'
|
|
16
16
|
spec.homepage = 'https://www.applitools.com'
|
|
17
17
|
spec.license = 'Proprietary'
|
|
@@ -40,7 +40,7 @@ Gem::Specification.new do |spec|
|
|
|
40
40
|
spec.add_dependency 'colorize'
|
|
41
41
|
spec.add_dependency 'websocket'
|
|
42
42
|
spec.add_dependency 'sorted_set'
|
|
43
|
-
spec.add_dependency 'eyes_universal', "= 4.
|
|
43
|
+
spec.add_dependency 'eyes_universal', "= 4.53.2"
|
|
44
44
|
|
|
45
45
|
spec.add_development_dependency 'bundler'
|
|
46
46
|
spec.add_development_dependency 'rake'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: eyes_core
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.9.
|
|
4
|
+
version: 6.9.10
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Applitools Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2025-
|
|
11
|
+
date: 2025-12-07 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: faraday
|
|
@@ -114,14 +114,14 @@ dependencies:
|
|
|
114
114
|
requirements:
|
|
115
115
|
- - '='
|
|
116
116
|
- !ruby/object:Gem::Version
|
|
117
|
-
version: 4.
|
|
117
|
+
version: 4.53.2
|
|
118
118
|
type: :runtime
|
|
119
119
|
prerelease: false
|
|
120
120
|
version_requirements: !ruby/object:Gem::Requirement
|
|
121
121
|
requirements:
|
|
122
122
|
- - '='
|
|
123
123
|
- !ruby/object:Gem::Version
|
|
124
|
-
version: 4.
|
|
124
|
+
version: 4.53.2
|
|
125
125
|
- !ruby/object:Gem::Dependency
|
|
126
126
|
name: bundler
|
|
127
127
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -262,8 +262,8 @@ dependencies:
|
|
|
262
262
|
- - ">="
|
|
263
263
|
- !ruby/object:Gem::Version
|
|
264
264
|
version: '0'
|
|
265
|
-
description: Don't use it directly, take a look at eyes_selenium
|
|
266
|
-
|
|
265
|
+
description: Don't use it directly, take a look at eyes_selenium or eyes_images gems
|
|
266
|
+
instead.
|
|
267
267
|
email:
|
|
268
268
|
- team@applitools.com
|
|
269
269
|
executables: []
|