eyes_appium 6.7.0 → 6.7.2
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 +96 -0
- data/eyes_appium.gemspec +1 -1
- data/lib/applitools/eyes_appium/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: 359724752117deb6098a60f2560ce1e793f88dc62c6eec379a28d64f1a23a953
|
4
|
+
data.tar.gz: 8f190e3482b6656f1d2c63c1c3f22f64bf161aefc0374cdd8958cfef87e680f7
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cb812ae5e150d09765294e454822d9a5b75f4e7125a4e6880f961815e274134773a6123cc933964ad9a3187b9b97126039666a1bc2519caa3cb5292516ddd6af
|
7
|
+
data.tar.gz: 55b53d54a206fc62b839659e9009d707c0dc4a48e2446d2ecb21a635df14585aa8d00b16332d0a2e6d65ef1fa9faedd9577cdf85d2ed46eb51d93a4f56d973ed
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,101 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [6.7.2](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.7.1...ruby/eyes_appium@6.7.2) (2025-09-09)
|
4
|
+
|
5
|
+
|
6
|
+
### Dependencies
|
7
|
+
|
8
|
+
* @applitools/utils bumped to 1.12.0
|
9
|
+
#### Features
|
10
|
+
|
11
|
+
* enable canvas with webgl for autonomous | FLD 3515 ([#3197](https://github.com/Applitools-Dev/sdk/issues/3197)) ([23f22e5](https://github.com/Applitools-Dev/sdk/commit/23f22e517d52dc70f24093dfb21e072b9aa9fb60))
|
12
|
+
* @applitools/core bumped to 4.46.0
|
13
|
+
#### Features
|
14
|
+
|
15
|
+
* enable canvas with webgl for autonomous | FLD 3515 ([#3197](https://github.com/Applitools-Dev/sdk/issues/3197)) ([23f22e5](https://github.com/Applitools-Dev/sdk/commit/23f22e517d52dc70f24093dfb21e072b9aa9fb60))
|
16
|
+
|
17
|
+
|
18
|
+
#### Bug Fixes
|
19
|
+
|
20
|
+
* update offline test fixtures to use Google Fonts v12 ([#3215](https://github.com/Applitools-Dev/sdk/issues/3215)) ([ba8ef0c](https://github.com/Applitools-Dev/sdk/commit/ba8ef0c3b11a7f5e9e59a58f29fd5d60760a68ee))
|
21
|
+
|
22
|
+
|
23
|
+
|
24
|
+
* @applitools/logger bumped to 2.2.3
|
25
|
+
|
26
|
+
* @applitools/dom-snapshot bumped to 4.13.6
|
27
|
+
|
28
|
+
* @applitools/socket bumped to 1.3.4
|
29
|
+
|
30
|
+
* @applitools/req bumped to 1.8.3
|
31
|
+
|
32
|
+
* @applitools/image bumped to 1.2.3
|
33
|
+
|
34
|
+
* @applitools/dom-capture bumped to 11.6.4
|
35
|
+
|
36
|
+
* @applitools/driver bumped to 1.23.4
|
37
|
+
|
38
|
+
* @applitools/spec-driver-webdriver bumped to 1.4.4
|
39
|
+
|
40
|
+
* @applitools/spec-driver-selenium bumped to 1.7.4
|
41
|
+
|
42
|
+
* @applitools/spec-driver-puppeteer bumped to 1.6.4
|
43
|
+
|
44
|
+
* @applitools/screenshoter bumped to 3.12.4
|
45
|
+
|
46
|
+
* @applitools/nml-client bumped to 1.11.4
|
47
|
+
|
48
|
+
* @applitools/tunnel-client bumped to 1.11.1
|
49
|
+
|
50
|
+
* @applitools/ufg-client bumped to 1.17.3
|
51
|
+
|
52
|
+
* @applitools/core-base bumped to 1.27.3
|
53
|
+
|
54
|
+
* @applitools/ec-client bumped to 1.12.6
|
55
|
+
|
56
|
+
* eyes_universal bumped to 4.46.0
|
57
|
+
|
58
|
+
* eyes_core bumped to 6.9.2
|
59
|
+
|
60
|
+
* eyes_selenium bumped to 6.12.2
|
61
|
+
|
62
|
+
* @applitools/test-server bumped to 1.3.2
|
63
|
+
|
64
|
+
|
65
|
+
## [6.7.1](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.7.0...ruby/eyes_appium@6.7.1) (2025-09-04)
|
66
|
+
|
67
|
+
|
68
|
+
### Dependencies
|
69
|
+
|
70
|
+
* @applitools/dom-shared bumped to 1.1.1
|
71
|
+
#### Code Refactoring
|
72
|
+
|
73
|
+
* dom shared js -> ts ([#3202](https://github.com/Applitools-Dev/sdk/issues/3202)) ([c6d6b77](https://github.com/Applitools-Dev/sdk/commit/c6d6b77179d48539cc40f609f150f380aa48d6bb))
|
74
|
+
* @applitools/tunnel-client bumped to 1.11.0
|
75
|
+
#### Features
|
76
|
+
|
77
|
+
* mask apiKey and eyesServerUrl from the logs | AD-10661 ([#3200](https://github.com/Applitools-Dev/sdk/issues/3200)) ([eaba565](https://github.com/Applitools-Dev/sdk/commit/eaba565898d8e72745a1e95c9b17ae77c396ca14))
|
78
|
+
* report to coralogix | AD-10945 ([#3191](https://github.com/Applitools-Dev/sdk/issues/3191)) ([2f57db1](https://github.com/Applitools-Dev/sdk/commit/2f57db162db4d3dbe4cdab06096f0d183af94946))
|
79
|
+
* @applitools/core bumped to 4.45.0
|
80
|
+
#### Features
|
81
|
+
|
82
|
+
* respect NO_PROXY for WebDriver | AD-10927 | FLD-2702 ([#3186](https://github.com/Applitools-Dev/sdk/issues/3186)) ([8e53d9a](https://github.com/Applitools-Dev/sdk/commit/8e53d9a7c1b6fe38c11d63fad915fc89b199a749))
|
83
|
+
|
84
|
+
|
85
|
+
|
86
|
+
* @applitools/dom-snapshot bumped to 4.13.5
|
87
|
+
|
88
|
+
* @applitools/dom-capture bumped to 11.6.3
|
89
|
+
|
90
|
+
* @applitools/ec-client bumped to 1.12.5
|
91
|
+
|
92
|
+
* eyes_universal bumped to 4.45.0
|
93
|
+
|
94
|
+
* eyes_core bumped to 6.9.1
|
95
|
+
|
96
|
+
* eyes_selenium bumped to 6.12.1
|
97
|
+
|
98
|
+
|
3
99
|
## [6.7.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.6.0...ruby/eyes_appium@6.7.0) (2025-08-05)
|
4
100
|
|
5
101
|
|
data/eyes_appium.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_selenium', "= 6.12.
|
30
|
+
spec.add_dependency 'eyes_selenium', "= 6.12.2"
|
31
31
|
spec.add_dependency 'appium_lib', '>= 10.6.0'
|
32
32
|
# TODO: remove after appium_lib fix issue on their side at https://github.com/appium/ruby_lib_core/issues/602
|
33
33
|
spec.add_dependency 'selenium-webdriver', ['>= 3', '< 4.30']
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: eyes_appium
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.7.
|
4
|
+
version: 6.7.2
|
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-09-09 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: eyes_selenium
|
@@ -16,14 +16,14 @@ dependencies:
|
|
16
16
|
requirements:
|
17
17
|
- - '='
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version: 6.12.
|
19
|
+
version: 6.12.2
|
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.12.
|
26
|
+
version: 6.12.2
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: appium_lib
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|