eyes_selenium 6.12.14 → 6.12.15
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 +40 -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: 9092b5be4366c1a2dac1533aca1dcc49169719c19f9858054d571ff1a8087144
|
|
4
|
+
data.tar.gz: 1ed5ef73ed6f591a76fd60ced82ee42a38ec9ca1a09d4b7f372a96d7119abef2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 8b8148774c1a6e3d9988795e96ae43e1e9babd7e8f289a70870f4cd199538b677b8c4c594d497496fd37e28ccd22b78552b7cfedb1d3d3a5c6bbae0ef61b85e9
|
|
7
|
+
data.tar.gz: 5b52f2602d15eb10fe19d9114299b473d42262ca8d7859a64269387f0fcddc511e4116bf24db0214fe20f4fb6bfb4a5a6e32666a6a7d944ad1dc6cb513b86456
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,45 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.12.15](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.12.14...ruby/eyes_selenium@6.12.15) (2026-01-19)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/dom-snapshot bumped to 4.15.6
|
|
9
|
+
|
|
10
|
+
* @applitools/driver bumped to 1.25.0
|
|
11
|
+
#### Features
|
|
12
|
+
|
|
13
|
+
* multi-page support - FLD-3827 ([#3410](https://github.com/Applitools-Dev/sdk/issues/3410)) ([a55b982](https://github.com/Applitools-Dev/sdk/commit/a55b9827c2218c11da5ed61b38bf12a70ce4c8db))
|
|
14
|
+
* @applitools/spec-driver-webdriver bumped to 1.5.5
|
|
15
|
+
|
|
16
|
+
* @applitools/spec-driver-selenium bumped to 1.7.11
|
|
17
|
+
|
|
18
|
+
* @applitools/spec-driver-puppeteer bumped to 1.7.0
|
|
19
|
+
#### Features
|
|
20
|
+
|
|
21
|
+
* multi-page support - FLD-3827 ([#3410](https://github.com/Applitools-Dev/sdk/issues/3410)) ([a55b982](https://github.com/Applitools-Dev/sdk/commit/a55b9827c2218c11da5ed61b38bf12a70ce4c8db))
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
* @applitools/screenshoter bumped to 3.12.12
|
|
26
|
+
|
|
27
|
+
* @applitools/nml-client bumped to 1.11.15
|
|
28
|
+
|
|
29
|
+
* @applitools/ec-client bumped to 1.12.17
|
|
30
|
+
|
|
31
|
+
* @applitools/core bumped to 4.55.0
|
|
32
|
+
#### Features
|
|
33
|
+
|
|
34
|
+
* multi-page support - FLD-3827 ([#3410](https://github.com/Applitools-Dev/sdk/issues/3410)) ([a55b982](https://github.com/Applitools-Dev/sdk/commit/a55b9827c2218c11da5ed61b38bf12a70ce4c8db))
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
* eyes_universal bumped to 4.55.0
|
|
39
|
+
|
|
40
|
+
* eyes_core bumped to 6.9.15
|
|
41
|
+
|
|
42
|
+
|
|
3
43
|
## [6.12.14](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.12.13...ruby/eyes_selenium@6.12.14) (2026-01-14)
|
|
4
44
|
|
|
5
45
|
|
data/eyes_selenium.gemspec
CHANGED
|
@@ -27,6 +27,6 @@ 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.15"
|
|
31
31
|
spec.add_dependency 'selenium-webdriver', '>= 3', '< 5'
|
|
32
32
|
end
|
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.15
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Applitools Team
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-01-
|
|
11
|
+
date: 2026-01-19 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.15
|
|
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.15
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: selenium-webdriver
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|