eyes_selenium 6.4.0 → 6.5.1
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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 35147a6ad0b937e381a9e5f348532b8c17ce2568d5ce1d21442d498665ed6a13
|
|
4
|
+
data.tar.gz: cc3588da91f105c3fcd938bd0f891eb43862482c331213e2df6a3da226978630
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: aa10fb61884516b86f5417d11cdfd8f0ee1eefc644755b99fb5522936ec53f8b0e2ada38749811d1d48f667466094803c7b9a217d299a3a9a4f35089fc6daa0a
|
|
7
|
+
data.tar.gz: 5a733b65de4834d828526e2b087fc72aafd4fd6025b0231402147ebdb278041c1efb7c7ce26cb66b21ea268df35d54a2ba50c51e05b6ac686a0c5018f3086e5b
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,71 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [6.5.1](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.5.0...ruby/eyes_selenium@6.5.1) (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/req bumped to 1.7.4
|
|
13
|
+
#### Bug Fixes
|
|
14
|
+
|
|
15
|
+
* 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))
|
|
16
|
+
* @applitools/core-base bumped to 1.19.3
|
|
17
|
+
#### Bug Fixes
|
|
18
|
+
|
|
19
|
+
* 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))
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
* @applitools/dom-capture bumped to 11.5.2
|
|
24
|
+
|
|
25
|
+
* @applitools/nml-client bumped to 1.8.19
|
|
26
|
+
|
|
27
|
+
* @applitools/ufg-client bumped to 1.14.1
|
|
28
|
+
|
|
29
|
+
* @applitools/core bumped to 4.24.2
|
|
30
|
+
#### Bug Fixes
|
|
31
|
+
|
|
32
|
+
* 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))
|
|
33
|
+
* 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))
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
* @applitools/dom-snapshot bumped to 4.11.11
|
|
38
|
+
|
|
39
|
+
* @applitools/tunnel-client bumped to 1.5.10
|
|
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
|
+
|
|
48
|
+
## [6.5.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.4.0...ruby/eyes_selenium@6.5.0) (2024-10-29)
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
### Features
|
|
52
|
+
|
|
53
|
+
* ios 18 devices enum ([#2584](https://github.com/Applitools-Dev/sdk/issues/2584)) ([8eab653](https://github.com/Applitools-Dev/sdk/commit/8eab653f99733839bdec43d86089edc35abcf8e8))
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
### Dependencies
|
|
57
|
+
|
|
58
|
+
* @applitools/screenshoter bumped to 3.9.2
|
|
59
|
+
#### Bug Fixes
|
|
60
|
+
|
|
61
|
+
* test in screenshoter web ([f068dbe](https://github.com/Applitools-Dev/sdk/commit/f068dbe9036163fb3e316411cfd9f47a226d7c9c))
|
|
62
|
+
* @applitools/core bumped to 4.21.2
|
|
63
|
+
|
|
64
|
+
* eyes_universal bumped to 4.21.2
|
|
65
|
+
|
|
66
|
+
* eyes_core bumped to 6.4.1
|
|
67
|
+
|
|
68
|
+
|
|
3
69
|
## [6.4.0](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_selenium@6.3.8...ruby/eyes_selenium@6.4.0) (2024-10-21)
|
|
4
70
|
|
|
5
71
|
|
data/eyes_selenium.gemspec
CHANGED
|
@@ -25,7 +25,7 @@ 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_core', "= 6.4.
|
|
28
|
+
spec.add_dependency 'eyes_core', "= 6.4.2"
|
|
29
29
|
spec.add_dependency 'selenium-webdriver', '>= 3'
|
|
30
30
|
spec.add_dependency 'css_parser'
|
|
31
31
|
spec.add_dependency 'crass'
|
|
@@ -4,6 +4,8 @@ module IosDeviceNameGenerated
|
|
|
4
4
|
extend self
|
|
5
5
|
IPad_7 = 'iPad (7th generation)'.freeze
|
|
6
6
|
IPad_9 = 'iPad (9th generation)'.freeze
|
|
7
|
+
IPad_10 = 'iPad (10th generation)'.freeze
|
|
8
|
+
IPad_mini_6 = 'iPad mini (6th generation)'.freeze
|
|
7
9
|
IPad_Air_4 = 'iPad Air (4th generation)'.freeze
|
|
8
10
|
|
|
9
11
|
# Deprecated: Use IosDeviceName::IPad_Pro_12_9_inch_3 instead.
|
|
@@ -15,8 +17,8 @@ module IosDeviceNameGenerated
|
|
|
15
17
|
# deprecate_constant :IPad_Pro_4 not allow to point to new version (
|
|
16
18
|
IPad_Pro_4 = 'iPad Pro (11-inch) (4th generation)'.freeze
|
|
17
19
|
IPad_Pro_11_inch_4 = 'iPad Pro (11-inch) (4th generation)'.freeze
|
|
18
|
-
|
|
19
|
-
|
|
20
|
+
IPhone_SE_2 = 'iPhone SE (2nd generation)'.freeze
|
|
21
|
+
IPhone_SE_3 = 'iPhone SE (3rd generation)'.freeze
|
|
20
22
|
IPhone_X = 'iPhone X'.freeze
|
|
21
23
|
IPhone_XR = 'iPhone XR'.freeze
|
|
22
24
|
|
|
@@ -32,24 +34,35 @@ module IosDeviceNameGenerated
|
|
|
32
34
|
IPhone_12_Pro_Max = 'iPhone 12 Pro Max'.freeze
|
|
33
35
|
IPhone_12_Pro = 'iPhone 12 Pro'.freeze
|
|
34
36
|
IPhone_13 = 'iPhone 13'.freeze
|
|
37
|
+
IPhone_13_mini = 'iPhone 13 mini'.freeze
|
|
35
38
|
IPhone_13_Pro_Max = 'iPhone 13 Pro Max'.freeze
|
|
36
39
|
IPhone_13_Pro = 'iPhone 13 Pro'.freeze
|
|
37
40
|
IPhone_14 = 'iPhone 14'.freeze
|
|
38
41
|
IPhone_14_Pro_Max = 'iPhone 14 Pro Max'.freeze
|
|
42
|
+
IPhone_14_Pro = 'iPhone 14 Pro'.freeze
|
|
43
|
+
IPhone_14_Plus = 'iPhone 14 Plus'.freeze
|
|
39
44
|
IPhone_15 = 'iPhone 15'.freeze
|
|
40
45
|
IPhone_15_Pro_Max = 'iPhone 15 Pro Max'.freeze
|
|
46
|
+
IPhone_15_Pro = 'iPhone 15 Pro'.freeze
|
|
47
|
+
IPhone_15_Plus = 'iPhone 15 Plus'.freeze
|
|
48
|
+
IPhone_16 = 'iPhone 16'.freeze
|
|
49
|
+
IPhone_16_Pro_Max = 'iPhone 16 Pro Max'.freeze
|
|
50
|
+
IPhone_16_Pro = 'iPhone 16 Pro'.freeze
|
|
51
|
+
IPhone_16_Plus = 'iPhone 16 Plus'.freeze
|
|
41
52
|
|
|
42
53
|
def enum_values
|
|
43
54
|
[
|
|
44
55
|
IPad_7,
|
|
45
56
|
IPad_9,
|
|
57
|
+
IPad_10,
|
|
58
|
+
IPad_mini_6,
|
|
46
59
|
IPad_Air_4,
|
|
47
60
|
IPad_Pro_3, # Deprecated: Use IosDeviceName::IPad_Pro_12_9_inch_3 instead.
|
|
48
61
|
IPad_Pro_12_9_inch_3,
|
|
49
62
|
IPad_Pro_4, # Deprecated: Use IosDeviceName::IPad_Pro_11_inch_4 instead.
|
|
50
63
|
IPad_Pro_11_inch_4,
|
|
51
|
-
|
|
52
|
-
|
|
64
|
+
IPhone_SE_2,
|
|
65
|
+
IPhone_SE_3,
|
|
53
66
|
IPhone_X,
|
|
54
67
|
IPhone_XR,
|
|
55
68
|
IPhone_XS, # Deprecated: Use IosDeviceName::IPhone_Xs instead.
|
|
@@ -62,12 +75,21 @@ module IosDeviceNameGenerated
|
|
|
62
75
|
IPhone_12_Pro_Max,
|
|
63
76
|
IPhone_12_Pro,
|
|
64
77
|
IPhone_13,
|
|
78
|
+
IPhone_13_mini,
|
|
65
79
|
IPhone_13_Pro_Max,
|
|
66
80
|
IPhone_13_Pro,
|
|
67
81
|
IPhone_14,
|
|
68
82
|
IPhone_14_Pro_Max,
|
|
83
|
+
IPhone_14_Pro,
|
|
84
|
+
IPhone_14_Plus,
|
|
69
85
|
IPhone_15,
|
|
70
86
|
IPhone_15_Pro_Max,
|
|
87
|
+
IPhone_15_Pro,
|
|
88
|
+
IPhone_15_Plus,
|
|
89
|
+
IPhone_16,
|
|
90
|
+
IPhone_16_Pro_Max,
|
|
91
|
+
IPhone_16_Pro,
|
|
92
|
+
IPhone_16_Plus,
|
|
71
93
|
]
|
|
72
94
|
end
|
|
73
95
|
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.
|
|
4
|
+
version: 6.5.1
|
|
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_core
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - '='
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: 6.4.
|
|
19
|
+
version: 6.4.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.4.
|
|
26
|
+
version: 6.4.2
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: selenium-webdriver
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|