eyes_selenium 6.12.7 → 6.12.8
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 +75 -0
- data/eyes_selenium.gemspec +1 -1
- data/lib/applitools/eyes_selenium/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: c81ac7b32427721d5265bbd6fd655beb52b5394a9179388dbe95b0348811ea92
|
|
4
|
+
data.tar.gz: 9b0b15d30e84659146d3a00fd6e142de43a94756b4992baada51556211594330
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fa7833d0af98a6ef1f12d59128dc2d0dcbbab8c051fbf17a23f57dbc3e21ac4c84b1b04b7c81c1841689cd2b500b24d647e4c620590a1317c3590abcf5e91aff
|
|
7
|
+
data.tar.gz: 89b4ff26a948f377190511c4a0104fc6ee04dc1c252350174b12c784c519df109e5b54b6eee3167f73482817147318d3fdc5194480cad45b6887d7fda2b39538
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,80 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.12.8](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.12.7...ruby/eyes_selenium@6.12.8) (2025-11-09)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/utils bumped to 1.13.0
|
|
9
|
+
#### Features
|
|
10
|
+
|
|
11
|
+
* restart cache and keepalive | FLD-3773 ([#3326](https://github.com/Applitools-Dev/sdk/issues/3326)) ([0fd12ca](https://github.com/Applitools-Dev/sdk/commit/0fd12ca703b4546560b563076a38f9ada24acc75))
|
|
12
|
+
* @applitools/logger bumped to 2.2.5
|
|
13
|
+
|
|
14
|
+
* @applitools/dom-snapshot bumped to 4.15.0
|
|
15
|
+
#### Features
|
|
16
|
+
|
|
17
|
+
* add support for adopted stylesheets with nesting | FLD-3212 ([#3325](https://github.com/Applitools-Dev/sdk/issues/3325)) ([8587926](https://github.com/Applitools-Dev/sdk/commit/8587926b0d6ef820cfbd8f89ddb062a3d77f65ab))
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
* @applitools/image bumped to 1.2.4
|
|
22
|
+
|
|
23
|
+
* @applitools/core-base bumped to 1.29.0
|
|
24
|
+
#### Features
|
|
25
|
+
|
|
26
|
+
* restart cache and keepalive | FLD-3773 ([#3326](https://github.com/Applitools-Dev/sdk/issues/3326)) ([0fd12ca](https://github.com/Applitools-Dev/sdk/commit/0fd12ca703b4546560b563076a38f9ada24acc75))
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
* @applitools/socket bumped to 1.3.6
|
|
31
|
+
|
|
32
|
+
* @applitools/req bumped to 1.8.5
|
|
33
|
+
|
|
34
|
+
* @applitools/dom-capture bumped to 11.6.6
|
|
35
|
+
#### Performance Improvements
|
|
36
|
+
|
|
37
|
+
* remove dynamic loading of Dom capture and Dom snapshot ([#3322](https://github.com/Applitools-Dev/sdk/issues/3322)) ([7d15ee9](https://github.com/Applitools-Dev/sdk/commit/7d15ee98d5d39c7e478b6bfe3e14b8eea93937e5))
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
* @applitools/driver bumped to 1.24.1
|
|
42
|
+
|
|
43
|
+
* @applitools/spec-driver-selenium bumped to 1.7.7
|
|
44
|
+
|
|
45
|
+
* @applitools/core bumped to 4.52.0
|
|
46
|
+
#### Features
|
|
47
|
+
|
|
48
|
+
* restart cache and keepalive | FLD-3773 ([#3326](https://github.com/Applitools-Dev/sdk/issues/3326)) ([0fd12ca](https://github.com/Applitools-Dev/sdk/commit/0fd12ca703b4546560b563076a38f9ada24acc75))
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
#### Performance Improvements
|
|
52
|
+
|
|
53
|
+
* remove dynamic loading of Dom capture and Dom snapshot ([#3322](https://github.com/Applitools-Dev/sdk/issues/3322)) ([7d15ee9](https://github.com/Applitools-Dev/sdk/commit/7d15ee98d5d39c7e478b6bfe3e14b8eea93937e5))
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
* @applitools/spec-driver-webdriver bumped to 1.5.1
|
|
58
|
+
|
|
59
|
+
* @applitools/spec-driver-puppeteer bumped to 1.6.7
|
|
60
|
+
|
|
61
|
+
* @applitools/screenshoter bumped to 3.12.8
|
|
62
|
+
|
|
63
|
+
* @applitools/nml-client bumped to 1.11.10
|
|
64
|
+
|
|
65
|
+
* @applitools/tunnel-client bumped to 1.11.3
|
|
66
|
+
|
|
67
|
+
* @applitools/ufg-client bumped to 1.18.1
|
|
68
|
+
|
|
69
|
+
* @applitools/ec-client bumped to 1.12.12
|
|
70
|
+
|
|
71
|
+
* eyes_universal bumped to 4.52.0
|
|
72
|
+
|
|
73
|
+
* eyes_core bumped to 6.9.8
|
|
74
|
+
|
|
75
|
+
* @applitools/test-server bumped to 1.3.4
|
|
76
|
+
|
|
77
|
+
|
|
3
78
|
## [6.12.7](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.12.6...ruby/eyes_selenium@6.12.7) (2025-11-03)
|
|
4
79
|
|
|
5
80
|
|
data/eyes_selenium.gemspec
CHANGED
|
@@ -27,7 +27,7 @@ Gem::Specification.new do |spec|
|
|
|
27
27
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
|
28
28
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
|
29
29
|
spec.require_paths = %w(lib)
|
|
30
|
-
spec.add_dependency 'eyes_core', "= 6.9.
|
|
30
|
+
spec.add_dependency 'eyes_core', "= 6.9.8"
|
|
31
31
|
spec.add_dependency 'selenium-webdriver', '>= 3'
|
|
32
32
|
spec.add_dependency 'css_parser'
|
|
33
33
|
spec.add_dependency 'crass'
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: eyes_selenium
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 6.12.
|
|
4
|
+
version: 6.12.8
|
|
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-
|
|
11
|
+
date: 2025-11-09 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: eyes_core
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 6.9.
|
|
19
|
+
version: 6.9.8
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - '='
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: 6.9.
|
|
26
|
+
version: 6.9.8
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: selenium-webdriver
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|