eyes_appium 6.3.10 → 6.3.11
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 +47 -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: 5ced2f32f5fea2496dca5af56901a3c664c5ee9826e54d4667f132f6610261a5
|
|
4
|
+
data.tar.gz: 1f4c9e5b42a752717c6e9eb73f40eeb850e367803366eb681c892a8e3b80e6cd
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 60d7c95e5e552dd45395e9d0a0eb4f6005de5812e01e08888c6ce4377e47a9661a2f12357e1074408d4384367cb1b1dffc4da37ff1385a7c91ce2b26e200fae4
|
|
7
|
+
data.tar.gz: ef502a2222ed0de4b75e8a5a9caca1a6ce12530d898571f21efba4a3fbb882b2c2ee9c4dc57255483802c24fe238a8348b5ddfc62948b9b1a8759ea6882fb5cd
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,52 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.3.11](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.3.10...ruby/eyes_appium@6.3.11) (2024-11-27)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Dependencies
|
|
7
|
+
|
|
8
|
+
* @applitools/dom-shared bumped to 1.0.16
|
|
9
|
+
#### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* enhance error logging in takeScreenshots and pollify functions ([#2644](https://github.com/Applitools-Dev/sdk/issues/2644)) ([2428fa5](https://github.com/Applitools-Dev/sdk/commit/2428fa500a9fd47a803aa5aca9f79e5c5b3584f9))
|
|
12
|
+
* @applitools/dom-snapshot bumped to 4.11.11
|
|
13
|
+
|
|
14
|
+
* @applitools/req bumped to 1.7.4
|
|
15
|
+
#### Bug Fixes
|
|
16
|
+
|
|
17
|
+
* set heartbeat request timeout as the request interval ([#2587](https://github.com/Applitools-Dev/sdk/issues/2587)) ([0251d27](https://github.com/Applitools-Dev/sdk/commit/0251d27d9ed44ec247732f66904ae3d4fa4123f1))
|
|
18
|
+
* @applitools/core bumped to 4.24.2
|
|
19
|
+
#### Bug Fixes
|
|
20
|
+
|
|
21
|
+
* don't populate branchName and parentBranchName when scm integration exists ([#2634](https://github.com/Applitools-Dev/sdk/issues/2634)) ([e45d671](https://github.com/Applitools-Dev/sdk/commit/e45d671e11ed40a82de1bd5ab22e757aff00b63f))
|
|
22
|
+
* enhance error logging in takeScreenshots and pollify functions ([#2644](https://github.com/Applitools-Dev/sdk/issues/2644)) ([2428fa5](https://github.com/Applitools-Dev/sdk/commit/2428fa500a9fd47a803aa5aca9f79e5c5b3584f9))
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
* @applitools/dom-capture bumped to 11.5.2
|
|
27
|
+
|
|
28
|
+
* @applitools/nml-client bumped to 1.8.19
|
|
29
|
+
|
|
30
|
+
* @applitools/tunnel-client bumped to 1.5.10
|
|
31
|
+
|
|
32
|
+
* @applitools/ufg-client bumped to 1.14.1
|
|
33
|
+
|
|
34
|
+
* @applitools/core-base bumped to 1.19.3
|
|
35
|
+
#### Bug Fixes
|
|
36
|
+
|
|
37
|
+
* set heartbeat request timeout as the request interval ([#2587](https://github.com/Applitools-Dev/sdk/issues/2587)) ([0251d27](https://github.com/Applitools-Dev/sdk/commit/0251d27d9ed44ec247732f66904ae3d4fa4123f1))
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
* @applitools/ec-client bumped to 1.9.15
|
|
42
|
+
|
|
43
|
+
* eyes_universal bumped to 4.24.2
|
|
44
|
+
|
|
45
|
+
* eyes_core bumped to 6.4.2
|
|
46
|
+
|
|
47
|
+
* eyes_selenium bumped to 6.5.1
|
|
48
|
+
|
|
49
|
+
|
|
3
50
|
## [6.3.10](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_appium@6.3.9...ruby/eyes_appium@6.3.10) (2024-10-29)
|
|
4
51
|
|
|
5
52
|
|
data/eyes_appium.gemspec
CHANGED
|
@@ -25,6 +25,6 @@ Gem::Specification.new do |spec|
|
|
|
25
25
|
spec.executables = spec.files.grep(%r{^bin/}) { |f| File.basename(f) }
|
|
26
26
|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
|
|
27
27
|
spec.require_paths = %w(lib)
|
|
28
|
-
spec.add_dependency 'eyes_selenium', "= 6.5.
|
|
28
|
+
spec.add_dependency 'eyes_selenium', "= 6.5.1"
|
|
29
29
|
spec.add_dependency 'appium_lib', '>= 10.6.0'
|
|
30
30
|
end
|
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.3.
|
|
4
|
+
version: 6.3.11
|
|
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-
|
|
11
|
+
date: 2024-11-27 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.5.
|
|
19
|
+
version: 6.5.1
|
|
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.5.
|
|
26
|
+
version: 6.5.1
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: appium_lib
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|