eyes_capybara 6.3.7 → 6.3.8
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +61 -0
- data/eyes_capybara.gemspec +1 -1
- data/lib/applitools/eyes_capybara/version.rb +1 -1
- metadata +8 -8
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 770296e61f4bcf3d04fd88b9718509755d92d8b4fbd70402c5ac54728f7752f2
|
4
|
+
data.tar.gz: 21c6e4a878ed098764924ac9ae3ed6b9d561369c5aff7d252f91131cb4d9859b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cb1bbd35e6fbd8e016a63b106e0a2aa494960408a3edad8df0f6bb1515a9fa5667cdb3f855d33f0c842da8e067af57a059bacee3f298ab3490cc04ac46890675
|
7
|
+
data.tar.gz: ed8919144ed631b778437b18739f944f16242d2a291d28839db23a8b1886563ad29cb037f262898e800717b9a370934b6ad68349cbff0db22b9a9c07b4e6d0fc
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,66 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [6.3.8](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_capybara@6.3.7...ruby/eyes_capybara@6.3.8) (2024-09-10)
|
4
|
+
|
5
|
+
|
6
|
+
### Dependencies
|
7
|
+
|
8
|
+
* @applitools/dom-capture bumped to 11.4.0
|
9
|
+
#### Features
|
10
|
+
|
11
|
+
* ability to capture all css props in computed style ([#2484](https://github.com/Applitools-Dev/sdk/issues/2484)) ([8769ee5](https://github.com/Applitools-Dev/sdk/commit/8769ee566f2d9e163437c7bcd385ec993f05f370))
|
12
|
+
* @applitools/driver bumped to 1.19.0
|
13
|
+
#### Features
|
14
|
+
|
15
|
+
* add support for env var APPLITOOLS_IS_IC ([#2469](https://github.com/Applitools-Dev/sdk/issues/2469)) ([87d7b5c](https://github.com/Applitools-Dev/sdk/commit/87d7b5cc1f7ea774c6b90504e85296f0681d0b1e))
|
16
|
+
|
17
|
+
|
18
|
+
#### Bug Fixes
|
19
|
+
|
20
|
+
* handle userAgent.brands returned as string ([#2453](https://github.com/Applitools-Dev/sdk/issues/2453)) ([dd6328b](https://github.com/Applitools-Dev/sdk/commit/dd6328be3e7d885714124a8e43aabaae3abecde9))
|
21
|
+
* searching for scrollable element multiple times ([#2493](https://github.com/Applitools-Dev/sdk/issues/2493)) ([d98db80](https://github.com/Applitools-Dev/sdk/commit/d98db8016c6312f467f244444c6f1a87bc09b7da))
|
22
|
+
* @applitools/core bumped to 4.18.2
|
23
|
+
#### Bug Fixes
|
24
|
+
|
25
|
+
* don't call check-network when executing binary and cli ([#2491](https://github.com/Applitools-Dev/sdk/issues/2491)) ([ef00d20](https://github.com/Applitools-Dev/sdk/commit/ef00d205450b7bbe7abc1bc9bce8d6970f769091))
|
26
|
+
|
27
|
+
|
28
|
+
|
29
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.12
|
30
|
+
|
31
|
+
* @applitools/spec-driver-selenium bumped to 1.5.83
|
32
|
+
|
33
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.12
|
34
|
+
|
35
|
+
* @applitools/screenshoter bumped to 3.8.36
|
36
|
+
|
37
|
+
* @applitools/nml-client bumped to 1.8.10
|
38
|
+
|
39
|
+
* @applitools/tunnel-client bumped to 1.5.8
|
40
|
+
#### Bug Fixes
|
41
|
+
|
42
|
+
* upgrade execution-grid-tunnel ([#2475](https://github.com/Applitools-Dev/sdk/issues/2475)) ([e5952b4](https://github.com/Applitools-Dev/sdk/commit/e5952b4ca1bd0c065111ce1109b218f1fd68f6fc))
|
43
|
+
|
44
|
+
|
45
|
+
|
46
|
+
* @applitools/core-base bumped to 1.16.1
|
47
|
+
#### Bug Fixes
|
48
|
+
|
49
|
+
* infinity concurrency ([#2477](https://github.com/Applitools-Dev/sdk/issues/2477)) ([f488e16](https://github.com/Applitools-Dev/sdk/commit/f488e162f124acc249ed7b43b714f13c18306dc8))
|
50
|
+
* @applitools/ec-client bumped to 1.9.4
|
51
|
+
|
52
|
+
* eyes_universal bumped to 4.18.2
|
53
|
+
|
54
|
+
* eyes_core bumped to 6.3.8
|
55
|
+
|
56
|
+
* eyes_selenium bumped to 6.3.8
|
57
|
+
#### Bug Fixes
|
58
|
+
|
59
|
+
* update ios devices enums ([9b4614f](https://github.com/Applitools-Dev/sdk/commit/9b4614f09bbbe42cf99824d76893f9067aab2cc4))
|
60
|
+
|
61
|
+
|
62
|
+
|
63
|
+
|
3
64
|
## [6.3.7](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_capybara@6.3.6...ruby/eyes_capybara@6.3.7) (2024-07-23)
|
4
65
|
|
5
66
|
|
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.3.
|
28
|
+
spec.add_dependency 'eyes_selenium', "= 6.3.8"
|
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.8
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Applitools Team
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2024-
|
11
|
+
date: 2024-09-10 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.3.
|
19
|
+
version: 6.3.8
|
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.3.
|
26
|
+
version: 6.3.8
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: capybara
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
@@ -56,7 +56,7 @@ homepage: https://www.applitools.com
|
|
56
56
|
licenses:
|
57
57
|
- Applitools
|
58
58
|
metadata: {}
|
59
|
-
post_install_message:
|
59
|
+
post_install_message:
|
60
60
|
rdoc_options: []
|
61
61
|
require_paths:
|
62
62
|
- lib
|
@@ -71,8 +71,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
71
71
|
- !ruby/object:Gem::Version
|
72
72
|
version: '0'
|
73
73
|
requirements: []
|
74
|
-
rubygems_version: 3.
|
75
|
-
signing_key:
|
74
|
+
rubygems_version: 3.1.6
|
75
|
+
signing_key:
|
76
76
|
specification_version: 4
|
77
77
|
summary: Applitools Ruby Capybara SDK
|
78
78
|
test_files: []
|