eyes_selenium 6.3.2 → 6.3.3
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 +60 -0
- 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: 16804169c6b8c0c5860d6ff17be98b55e3f03d9bbc0cf7315e5e47b1ab8fc73d
|
|
4
|
+
data.tar.gz: 9e98f6225ddc075fdbc398e8842e883392d4696bfb6ceec9df5393c4613d481a
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bcf7d53ffe8e9ed84660027689a36958719ff909b52b754b117aa5b7ce8319d7c958b1412ea4cfdb02fe1efa676d7828591b61e0a4c893332ec1986882d9d6e8
|
|
7
|
+
data.tar.gz: 371a2bd98c06edb4dfa8cc3c9f1a9538f6989b38394f4cd8133cdf7072fc7dc9f29e12b99728302ad36bc528b54e30609930bbf750ad21e5c0aea2b481b1fa5a
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,65 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.3.3](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.3.2...ruby/eyes_selenium@6.3.3) (2024-04-15)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/utils bumped to 1.7.1
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* region intersection algorithm ([#2290](https://github.com/Applitools-Dev/sdk/issues/2290)) ([aaa8d0c](https://github.com/Applitools-Dev/sdk/commit/aaa8d0cbcb0e39d23d652c2caf9d27bfaed0d2eb))
|
|
12
|
+
* @applitools/logger bumped to 2.0.15
|
|
13
|
+
|
|
14
|
+
* @applitools/req bumped to 1.6.6
|
|
15
|
+
|
|
16
|
+
* @applitools/image bumped to 1.1.10
|
|
17
|
+
|
|
18
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.4
|
|
19
|
+
|
|
20
|
+
* @applitools/spec-driver-selenium bumped to 1.5.75
|
|
21
|
+
|
|
22
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.4
|
|
23
|
+
|
|
24
|
+
* @applitools/driver bumped to 1.16.6
|
|
25
|
+
|
|
26
|
+
* @applitools/screenshoter bumped to 3.8.28
|
|
27
|
+
|
|
28
|
+
* @applitools/nml-client bumped to 1.8.1
|
|
29
|
+
|
|
30
|
+
* @applitools/tunnel-client bumped to 1.5.1
|
|
31
|
+
#### Bug Fixes
|
|
32
|
+
|
|
33
|
+
* create tunnels in australia when passed region in create ([#2322](https://github.com/Applitools-Dev/sdk/issues/2322)) ([f679989](https://github.com/Applitools-Dev/sdk/commit/f6799894b9630d2c56cd85a34d377f488ed75b9c))
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
* @applitools/ufg-client bumped to 1.11.1
|
|
38
|
+
|
|
39
|
+
* @applitools/ec-client bumped to 1.8.1
|
|
40
|
+
#### Bug Fixes
|
|
41
|
+
|
|
42
|
+
* change tunnel idle timeout to 20 seconds ([#2318](https://github.com/Applitools-Dev/sdk/issues/2318)) ([9b3873c](https://github.com/Applitools-Dev/sdk/commit/9b3873c180a130a01212d857b084efe51d6d30a4))
|
|
43
|
+
* create tunnels in australia when passed region in create ([#2322](https://github.com/Applitools-Dev/sdk/issues/2322)) ([f679989](https://github.com/Applitools-Dev/sdk/commit/f6799894b9630d2c56cd85a34d377f488ed75b9c))
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
* @applitools/core bumped to 4.12.2
|
|
48
|
+
#### Bug Fixes
|
|
49
|
+
|
|
50
|
+
* region intersection algorithm ([#2290](https://github.com/Applitools-Dev/sdk/issues/2290)) ([aaa8d0c](https://github.com/Applitools-Dev/sdk/commit/aaa8d0cbcb0e39d23d652c2caf9d27bfaed0d2eb))
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
* @applitools/socket bumped to 1.1.15
|
|
55
|
+
|
|
56
|
+
* @applitools/core-base bumped to 1.11.1
|
|
57
|
+
|
|
58
|
+
* eyes_universal bumped to 4.12.2
|
|
59
|
+
|
|
60
|
+
* eyes_core bumped to 6.3.3
|
|
61
|
+
|
|
62
|
+
|
|
3
63
|
## [6.3.2](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.3.1...ruby/eyes_selenium@6.3.2) (2024-04-01)
|
|
4
64
|
|
|
5
65
|
|
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.3.
|
|
4
|
+
version: 6.3.3
|
|
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-04-
|
|
11
|
+
date: 2024-04-15 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.3.
|
|
19
|
+
version: 6.3.3
|
|
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.3.
|
|
26
|
+
version: 6.3.3
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: selenium-webdriver
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|