eyes_capybara 6.3.12 → 6.3.14
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 +111 -0
- data/eyes_capybara.gemspec +1 -1
- data/lib/applitools/eyes_capybara/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: 7a348782a0f54ad55e474abdc01e39cf90990795617a8b7bdca52650e92cea5f
|
4
|
+
data.tar.gz: 92df27faab66601fd8365e93944c3dbc88b765e1aa2edd99ecfd61db5ce7ba4a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: b2ca7a503ff1e6431331afe366c538104a0a0b3019fc7294f52ffc08abc93655f12009061f30b4d8a77a19a3963cfe4348353d392139fd28fb931223730f7982
|
7
|
+
data.tar.gz: 07c1b69f68c39e6146094aa252427acfcba0c3e60ace366c5987703160fe1ca41b20679cf6b1b94096732bc45279971d262429ec7e157d369ff3e19a793fea03
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,116 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [6.3.14](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_capybara@6.3.13...ruby/eyes_capybara@6.3.14) (2025-01-30)
|
4
|
+
|
5
|
+
|
6
|
+
### Dependencies
|
7
|
+
|
8
|
+
* @applitools/driver bumped to 1.20.4
|
9
|
+
#### Bug Fixes
|
10
|
+
|
11
|
+
* handle device screen info extraction gracefully ([#2757](https://github.com/Applitools-Dev/sdk/issues/2757)) ([92d0118](https://github.com/Applitools-Dev/sdk/commit/92d0118137b77e49d780092d110973df8ed8b40c))
|
12
|
+
* @applitools/ufg-client bumped to 1.16.3
|
13
|
+
#### Bug Fixes
|
14
|
+
|
15
|
+
* unthrottle renders in offline mode ([#2754](https://github.com/Applitools-Dev/sdk/issues/2754)) ([b65d816](https://github.com/Applitools-Dev/sdk/commit/b65d81610504ae725b7b52611282a1bb28a049fe))
|
16
|
+
* @applitools/core bumped to 4.31.0
|
17
|
+
#### Features
|
18
|
+
|
19
|
+
* remove iPhoneX from list of available UFG Safari devices ([#2756](https://github.com/Applitools-Dev/sdk/issues/2756)) ([e24d054](https://github.com/Applitools-Dev/sdk/commit/e24d054328df900fbc4988fdbf8213aadffa9a37))
|
20
|
+
|
21
|
+
|
22
|
+
#### Bug Fixes
|
23
|
+
|
24
|
+
* handle device screen info extraction gracefully ([#2757](https://github.com/Applitools-Dev/sdk/issues/2757)) ([92d0118](https://github.com/Applitools-Dev/sdk/commit/92d0118137b77e49d780092d110973df8ed8b40c))
|
25
|
+
* unthrottle renders in offline mode ([#2754](https://github.com/Applitools-Dev/sdk/issues/2754)) ([b65d816](https://github.com/Applitools-Dev/sdk/commit/b65d81610504ae725b7b52611282a1bb28a049fe))
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
* eyes_universal bumped to 4.31.0
|
30
|
+
#### Features
|
31
|
+
|
32
|
+
* remove iPhoneX from list of available UFG Safari devices ([#2756](https://github.com/Applitools-Dev/sdk/issues/2756)) ([e24d054](https://github.com/Applitools-Dev/sdk/commit/e24d054328df900fbc4988fdbf8213aadffa9a37))
|
33
|
+
|
34
|
+
|
35
|
+
|
36
|
+
* @applitools/dom-snapshot bumped to 4.11.15
|
37
|
+
|
38
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.25
|
39
|
+
|
40
|
+
* @applitools/spec-driver-selenium bumped to 1.5.95
|
41
|
+
|
42
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.24
|
43
|
+
|
44
|
+
* @applitools/screenshoter bumped to 3.10.5
|
45
|
+
|
46
|
+
* @applitools/nml-client bumped to 1.8.24
|
47
|
+
|
48
|
+
* @applitools/ec-client bumped to 1.10.3
|
49
|
+
|
50
|
+
* eyes_core bumped to 6.5.2
|
51
|
+
|
52
|
+
* eyes_selenium bumped to 6.7.0
|
53
|
+
#### Features
|
54
|
+
|
55
|
+
* remove iPhoneX from list of available UFG Safari devices ([#2756](https://github.com/Applitools-Dev/sdk/issues/2756)) ([e24d054](https://github.com/Applitools-Dev/sdk/commit/e24d054328df900fbc4988fdbf8213aadffa9a37))
|
56
|
+
|
57
|
+
|
58
|
+
|
59
|
+
|
60
|
+
## [6.3.13](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_capybara@6.3.12...ruby/eyes_capybara@6.3.13) (2025-01-19)
|
61
|
+
|
62
|
+
|
63
|
+
### Dependencies
|
64
|
+
|
65
|
+
* @applitools/socket bumped to 1.2.1
|
66
|
+
#### Bug Fixes
|
67
|
+
|
68
|
+
* mask from config property ([#2739](https://github.com/Applitools-Dev/sdk/issues/2739)) ([6840624](https://github.com/Applitools-Dev/sdk/commit/6840624f5f3f56512dce96547815904adec94704))
|
69
|
+
* @applitools/req bumped to 1.7.7
|
70
|
+
#### Bug Fixes
|
71
|
+
|
72
|
+
* memory usage going high when resource is uint8array ([#2743](https://github.com/Applitools-Dev/sdk/issues/2743)) ([d06deeb](https://github.com/Applitools-Dev/sdk/commit/d06deeb845de62e96ec623efefa90ae65a703736))
|
73
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.24
|
74
|
+
#### Bug Fixes
|
75
|
+
|
76
|
+
* universal core on windows ([#2736](https://github.com/Applitools-Dev/sdk/issues/2736)) ([9bd0744](https://github.com/Applitools-Dev/sdk/commit/9bd0744ca816a020973f20645aeb2460af76f44c))
|
77
|
+
* @applitools/ufg-client bumped to 1.16.1
|
78
|
+
#### Bug Fixes
|
79
|
+
|
80
|
+
* memory usage going high when resource is uint8array ([#2743](https://github.com/Applitools-Dev/sdk/issues/2743)) ([d06deeb](https://github.com/Applitools-Dev/sdk/commit/d06deeb845de62e96ec623efefa90ae65a703736))
|
81
|
+
|
82
|
+
|
83
|
+
|
84
|
+
* @applitools/core bumped to 4.29.1
|
85
|
+
#### Bug Fixes
|
86
|
+
|
87
|
+
* mask from config property ([#2739](https://github.com/Applitools-Dev/sdk/issues/2739)) ([6840624](https://github.com/Applitools-Dev/sdk/commit/6840624f5f3f56512dce96547815904adec94704))
|
88
|
+
* universal core on windows ([#2736](https://github.com/Applitools-Dev/sdk/issues/2736)) ([9bd0744](https://github.com/Applitools-Dev/sdk/commit/9bd0744ca816a020973f20645aeb2460af76f44c))
|
89
|
+
|
90
|
+
|
91
|
+
|
92
|
+
* @applitools/screenshoter bumped to 3.10.4
|
93
|
+
|
94
|
+
* @applitools/nml-client bumped to 1.8.23
|
95
|
+
|
96
|
+
* @applitools/tunnel-client bumped to 1.6.1
|
97
|
+
#### Bug Fixes
|
98
|
+
|
99
|
+
* memory usage going high when resource is uint8array ([#2743](https://github.com/Applitools-Dev/sdk/issues/2743)) ([d06deeb](https://github.com/Applitools-Dev/sdk/commit/d06deeb845de62e96ec623efefa90ae65a703736))
|
100
|
+
|
101
|
+
|
102
|
+
|
103
|
+
* @applitools/core-base bumped to 1.22.1
|
104
|
+
|
105
|
+
* @applitools/ec-client bumped to 1.10.2
|
106
|
+
|
107
|
+
* eyes_universal bumped to 4.29.1
|
108
|
+
|
109
|
+
* eyes_core bumped to 6.5.1
|
110
|
+
|
111
|
+
* eyes_selenium bumped to 6.6.1
|
112
|
+
|
113
|
+
|
3
114
|
## [6.3.12](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_capybara@6.3.11...ruby/eyes_capybara@6.3.12) (2024-12-31)
|
4
115
|
|
5
116
|
|
data/eyes_capybara.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.
|
28
|
+
spec.add_dependency 'eyes_selenium', "= 6.7.0"
|
29
29
|
spec.add_dependency 'capybara'
|
30
30
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: eyes_capybara
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.3.
|
4
|
+
version: 6.3.14
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Applitools Team
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2025-01-30 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.
|
19
|
+
version: 6.7.0
|
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.
|
26
|
+
version: 6.7.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: capybara
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|