eyes_capybara 6.3.8 → 6.3.9
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +67 -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: cf6c5b19489da1c39288f98b2dc41bd359c84f31491e3c69bf6f8b93752e9df0
|
4
|
+
data.tar.gz: 85668d2c607f20a82f7ac2494ce2866a6c856c793a8ff8a45eab2689fbc7203a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: a6770bee8ea748a1e3c770b9ce7a1eae33af4baa452bacf07ad19a565556b924fa20021950c38a87417ca4bcb84516197ea02ae9055c98e9db473a1898fa2a45
|
7
|
+
data.tar.gz: 49adc07f7100866fc78457d481717480537acc378da9d463440f6861d24ee5121b421a7b3b273ff91263e5a961997a80aa3c565eeba16852feb9a9108e03693b
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,72 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [6.3.9](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_capybara@6.3.8...ruby/eyes_capybara@6.3.9) (2024-10-21)
|
4
|
+
|
5
|
+
|
6
|
+
### Dependencies
|
7
|
+
|
8
|
+
* @applitools/snippets bumped to 2.5.1
|
9
|
+
#### Bug Fixes
|
10
|
+
|
11
|
+
* isStaleElement error ([#2567](https://github.com/Applitools-Dev/sdk/issues/2567)) ([2675086](https://github.com/Applitools-Dev/sdk/commit/2675086aa28589082249e2958942ee29a5f2ef12))
|
12
|
+
* @applitools/screenshoter bumped to 3.9.0
|
13
|
+
#### Features
|
14
|
+
|
15
|
+
* capture status bar ([#2571](https://github.com/Applitools-Dev/sdk/issues/2571)) ([5e1c75e](https://github.com/Applitools-Dev/sdk/commit/5e1c75ef9cf34af80f08806a3bceaf06a94f2780))
|
16
|
+
|
17
|
+
|
18
|
+
|
19
|
+
* @applitools/core bumped to 4.21.0
|
20
|
+
#### Features
|
21
|
+
|
22
|
+
* add chrome emulation devices ([#2559](https://github.com/Applitools-Dev/sdk/issues/2559)) ([0499aaf](https://github.com/Applitools-Dev/sdk/commit/0499aaf3bb809d2ac0105b4493e6f6bb8730ea3f))
|
23
|
+
* capture status bar ([#2571](https://github.com/Applitools-Dev/sdk/issues/2571)) ([5e1c75e](https://github.com/Applitools-Dev/sdk/commit/5e1c75ef9cf34af80f08806a3bceaf06a94f2780))
|
24
|
+
* dynamic regions ([#2538](https://github.com/Applitools-Dev/sdk/issues/2538)) ([d8b5c48](https://github.com/Applitools-Dev/sdk/commit/d8b5c48fb35f9789c702447314dc72b4f415ade1))
|
25
|
+
* setting up SCM information automatically ([#2542](https://github.com/Applitools-Dev/sdk/issues/2542)) ([696461a](https://github.com/Applitools-Dev/sdk/commit/696461af3f8e2e3ed94eb78fed5ead6233bd16b2))
|
26
|
+
|
27
|
+
|
28
|
+
#### Bug Fixes
|
29
|
+
|
30
|
+
* don't remove offline execution folder after running ([654e195](https://github.com/Applitools-Dev/sdk/commit/654e195dd50dc7dab93dd907ec26d788549c6e81))
|
31
|
+
|
32
|
+
|
33
|
+
|
34
|
+
* eyes_core bumped to 6.4.0
|
35
|
+
#### Features
|
36
|
+
|
37
|
+
* dynamic regions ([#2538](https://github.com/Applitools-Dev/sdk/issues/2538)) ([d8b5c48](https://github.com/Applitools-Dev/sdk/commit/d8b5c48fb35f9789c702447314dc72b4f415ade1))
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
* @applitools/driver bumped to 1.19.3
|
42
|
+
|
43
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.15
|
44
|
+
|
45
|
+
* @applitools/spec-driver-selenium bumped to 1.5.86
|
46
|
+
|
47
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.15
|
48
|
+
|
49
|
+
* @applitools/nml-client bumped to 1.8.13
|
50
|
+
|
51
|
+
* @applitools/core-base bumped to 1.18.0
|
52
|
+
#### Features
|
53
|
+
|
54
|
+
* ability to download side by side with highlighted diffs (2419) ([#2530](https://github.com/Applitools-Dev/sdk/issues/2530)) ([e06ce69](https://github.com/Applitools-Dev/sdk/commit/e06ce699f30e9e444ac58dafdf5989ff1c96ca1c))
|
55
|
+
* dynamic regions ([#2538](https://github.com/Applitools-Dev/sdk/issues/2538)) ([d8b5c48](https://github.com/Applitools-Dev/sdk/commit/d8b5c48fb35f9789c702447314dc72b4f415ade1))
|
56
|
+
* setting up SCM information automatically ([#2542](https://github.com/Applitools-Dev/sdk/issues/2542)) ([696461a](https://github.com/Applitools-Dev/sdk/commit/696461af3f8e2e3ed94eb78fed5ead6233bd16b2))
|
57
|
+
* @applitools/ec-client bumped to 1.9.9
|
58
|
+
|
59
|
+
* eyes_universal bumped to 4.21.0
|
60
|
+
|
61
|
+
* eyes_selenium bumped to 6.4.0
|
62
|
+
#### Features
|
63
|
+
|
64
|
+
* add chrome emulation devices ([#2559](https://github.com/Applitools-Dev/sdk/issues/2559)) ([0499aaf](https://github.com/Applitools-Dev/sdk/commit/0499aaf3bb809d2ac0105b4493e6f6bb8730ea3f))
|
65
|
+
* dynamic regions ([#2538](https://github.com/Applitools-Dev/sdk/issues/2538)) ([d8b5c48](https://github.com/Applitools-Dev/sdk/commit/d8b5c48fb35f9789c702447314dc72b4f415ade1))
|
66
|
+
|
67
|
+
|
68
|
+
|
69
|
+
|
3
70
|
## [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
71
|
|
5
72
|
|
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.4.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.9
|
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-10-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.
|
19
|
+
version: 6.4.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.4.0
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
28
|
name: capybara
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|