eyes_appium 6.7.43 → 6.7.44
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 +55 -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: f08427ae401f0e5afa07db5155770638a683cebbebefebaf18a44e364355f088
|
|
4
|
+
data.tar.gz: f137c578fb7f4394b79be8649798b74943c5fc4157d4f0ce12c2429d7a92a28d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 305eadf8f49cf11385f3d899e1a601fdf749b788a7a5fb187fec1df93e646ccde05867c8dd20d7d799ba312178f2ecc71d2f38993131d222c374cbadfaab8899
|
|
7
|
+
data.tar.gz: 5c43f3fcdb6c91ade4107b011bdde96d963fcad0fd58ab158cd3944167aaf0e183075ed7c69fd908f69ed8e86c8f810412d9fc4856bfaac1db461d0d5330d44a
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,60 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.7.44](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.7.43...ruby/eyes_appium@6.7.44) (2026-07-21)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/dom-shared bumped to 1.2.2
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* CSP-safe sandbox opt-out for the MV3 extension content script | AD-14808 ([#3969](https://github.com/Applitools-Dev/sdk/issues/3969)) ([772aefa](https://github.com/Applitools-Dev/sdk/commit/772aefaa3e2bc1eb345fa8d3f6c91ad0913f82e7))
|
|
12
|
+
* @applitools/snippets bumped to 2.9.4
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* bound lazyLoad scroll loop to prevent poll-timeout abort | FLD-4680 ([#3972](https://github.com/Applitools-Dev/sdk/issues/3972)) ([4deea6b](https://github.com/Applitools-Dev/sdk/commit/4deea6b1f6f8ec53bd989cd6bbd021cac2ee3c1e))
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
* @applitools/core bumped to 4.66.2
|
|
20
|
+
#### Bug Fixes
|
|
21
|
+
|
|
22
|
+
* bound lazyLoad scroll loop to prevent poll-timeout abort | FLD-4680 ([#3972](https://github.com/Applitools-Dev/sdk/issues/3972)) ([4deea6b](https://github.com/Applitools-Dev/sdk/commit/4deea6b1f6f8ec53bd989cd6bbd021cac2ee3c1e))
|
|
23
|
+
* send the old-infra retry in its check's slot | AD-14675 ([#3968](https://github.com/Applitools-Dev/sdk/issues/3968)) ([946b926](https://github.com/Applitools-Dev/sdk/commit/946b92632a511f1ed23f2f65d0382ef8d7177ea7))
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
* @applitools/dom-snapshot bumped to 4.17.6
|
|
28
|
+
|
|
29
|
+
* @applitools/dom-capture bumped to 11.8.4
|
|
30
|
+
|
|
31
|
+
* @applitools/driver bumped to 1.26.6
|
|
32
|
+
|
|
33
|
+
* @applitools/spec-driver-webdriver bumped to 1.6.6
|
|
34
|
+
|
|
35
|
+
* @applitools/spec-driver-selenium bumped to 1.8.6
|
|
36
|
+
|
|
37
|
+
* @applitools/spec-driver-playwright bumped to 1.9.6
|
|
38
|
+
|
|
39
|
+
* @applitools/spec-driver-puppeteer bumped to 1.8.6
|
|
40
|
+
|
|
41
|
+
* @applitools/screenshoter bumped to 3.12.25
|
|
42
|
+
|
|
43
|
+
* @applitools/nml-client bumped to 1.11.36
|
|
44
|
+
|
|
45
|
+
* @applitools/core-base bumped to 1.36.2
|
|
46
|
+
#### Bug Fixes
|
|
47
|
+
|
|
48
|
+
* guard logEventBatch against a logger-less event ([#4007](https://github.com/Applitools-Dev/sdk/issues/4007)) ([bb8c9b2](https://github.com/Applitools-Dev/sdk/commit/bb8c9b242801e08dd573a77e261d5fb4540cd68e))
|
|
49
|
+
* @applitools/ec-client bumped to 1.12.38
|
|
50
|
+
|
|
51
|
+
* eyes_universal bumped to 4.66.2
|
|
52
|
+
|
|
53
|
+
* eyes_core bumped to 6.11.10
|
|
54
|
+
|
|
55
|
+
* eyes_selenium bumped to 6.12.44
|
|
56
|
+
|
|
57
|
+
|
|
3
58
|
## [6.7.43](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.7.42...ruby/eyes_appium@6.7.43) (2026-07-08)
|
|
4
59
|
|
|
5
60
|
|
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.44"
|
|
31
31
|
spec.add_dependency 'appium_lib', '>= 10.6.0'
|
|
32
32
|
# Align with eyes_selenium constraint. Previously had version limit < 4.30 due to
|
|
33
33
|
# appium_lib compatibility issue (github.com/appium/ruby_lib_core/issues/602)
|
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.44
|
|
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-07-
|
|
11
|
+
date: 2026-07-21 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.44
|
|
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.44
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: appium_lib
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|