eyes_capybara 6.0.4 → 6.1.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +113 -0
- 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: 4e081c76718acc15fd730b4f71bcc943fcff350bb48831555bbb17cda0a6a855
|
4
|
+
data.tar.gz: 7fc2a17fb3988a6e179bad8344e5e3d04d14c1dac30e10fc1bc2a51c076ddb3f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 901837c1deb633fff303d35b7e8ce9e98a9453e59699955e3da0214944f433f7428fb4a6f87fd0c85d61513222cdb9dd281789486ba1542ba1748c63676355ec
|
7
|
+
data.tar.gz: b1203a5b22f5bae1775253c732a2ed421402f1af8b5e0fdb2e172d706b4255b01a3d77a39ff7dd446ed606360963e679c98d5f8a39f8871b950523741466a3a8
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,118 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [6.1.1](https://github.com/applitools/eyes.sdk.javascript1/compare/ruby/eyes_capybara@6.1.0...ruby/eyes_capybara@6.1.1) (2024-02-29)
|
4
|
+
|
5
|
+
|
6
|
+
### Dependencies
|
7
|
+
|
8
|
+
* @applitools/req bumped to 1.6.5
|
9
|
+
#### Bug Fixes
|
10
|
+
|
11
|
+
* fixed url concatenation logic ([#2197](https://github.com/applitools/eyes.sdk.javascript1/issues/2197)) ([c3b2e0a](https://github.com/applitools/eyes.sdk.javascript1/commit/c3b2e0ad47f002978544eaac759a80f18f7c5ee3))
|
12
|
+
* @applitools/dom-shared bumped to 1.0.13
|
13
|
+
#### Bug Fixes
|
14
|
+
|
15
|
+
* dont execute script synchronously in polling ([#2228](https://github.com/applitools/eyes.sdk.javascript1/issues/2228)) ([04f525b](https://github.com/applitools/eyes.sdk.javascript1/commit/04f525bcac19bc2fb7240928add28f71efcef0ea))
|
16
|
+
* @applitools/tunnel-client bumped to 1.4.1
|
17
|
+
#### Bug Fixes
|
18
|
+
|
19
|
+
* upgrade execution-grid-tunnel to avoid port collision ([751e4e2](https://github.com/applitools/eyes.sdk.javascript1/commit/751e4e2441eb85604bbece0a9dbe18fa16b23847))
|
20
|
+
|
21
|
+
|
22
|
+
|
23
|
+
* @applitools/dom-capture bumped to 11.2.6
|
24
|
+
|
25
|
+
* @applitools/dom-snapshot bumped to 4.8.1
|
26
|
+
|
27
|
+
* @applitools/nml-client bumped to 1.7.2
|
28
|
+
|
29
|
+
* @applitools/ufg-client bumped to 1.9.10
|
30
|
+
|
31
|
+
* @applitools/ec-client bumped to 1.7.27
|
32
|
+
|
33
|
+
* @applitools/core-base bumped to 1.9.1
|
34
|
+
#### Bug Fixes
|
35
|
+
|
36
|
+
* fixed url concatenation logic ([#2197](https://github.com/applitools/eyes.sdk.javascript1/issues/2197)) ([c3b2e0a](https://github.com/applitools/eyes.sdk.javascript1/commit/c3b2e0ad47f002978544eaac759a80f18f7c5ee3))
|
37
|
+
|
38
|
+
|
39
|
+
|
40
|
+
* @applitools/core bumped to 4.9.1
|
41
|
+
|
42
|
+
* eyes_universal bumped to 4.9.1
|
43
|
+
|
44
|
+
* eyes_core bumped to 6.1.1
|
45
|
+
|
46
|
+
* eyes_selenium bumped to 6.1.1
|
47
|
+
|
48
|
+
|
49
|
+
## [6.1.0](https://github.com/applitools/eyes.sdk.javascript1/compare/ruby/eyes_capybara-v6.1.0...ruby/eyes_capybara@6.0.4) (2024-02-19)
|
50
|
+
|
51
|
+
|
52
|
+
### Dependencies
|
53
|
+
|
54
|
+
* @applitools/dom-snapshot bumped to 4.7.17
|
55
|
+
#### Bug Fixes
|
56
|
+
|
57
|
+
* throw error for encoding none unicode char ([#2171](https://github.com/applitools/eyes.sdk.javascript1/issues/2171)) ([4edb9cf](https://github.com/applitools/eyes.sdk.javascript1/commit/4edb9cfb27d8db2ff4cb09c8ebf1b95ab020633d))
|
58
|
+
* @applitools/spec-driver-webdriver bumped to 1.0.57
|
59
|
+
#### Bug Fixes
|
60
|
+
|
61
|
+
* fixed issue with cdp commands on chromium browsers ([#2180](https://github.com/applitools/eyes.sdk.javascript1/issues/2180)) ([550fc77](https://github.com/applitools/eyes.sdk.javascript1/commit/550fc772d3988aae29e6f4a1a11d2a408072dc38))
|
62
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.0
|
63
|
+
#### Features
|
64
|
+
|
65
|
+
* added support for puppeteer >= 22 ([#2185](https://github.com/applitools/eyes.sdk.javascript1/issues/2185)) ([59d23a9](https://github.com/applitools/eyes.sdk.javascript1/commit/59d23a9689d77c7db06df53b67fa293a3b3f166e))
|
66
|
+
* @applitools/core bumped to 4.8.0
|
67
|
+
#### Features
|
68
|
+
|
69
|
+
* add support for regions and calculated regions ([#2161](https://github.com/applitools/eyes.sdk.javascript1/issues/2161)) ([fea4b1f](https://github.com/applitools/eyes.sdk.javascript1/commit/fea4b1fca3d8f59eada2b5186cd32d47352ccf1a))
|
70
|
+
|
71
|
+
|
72
|
+
#### Bug Fixes
|
73
|
+
|
74
|
+
* missing viewport when using system screenshot and multi viewport ([#2173](https://github.com/applitools/eyes.sdk.javascript1/issues/2173)) ([411283c](https://github.com/applitools/eyes.sdk.javascript1/commit/411283c7bebc09f178d73b6b47e81e5ce4244d5e))
|
75
|
+
* nml coded region integration with universal ([6fb0934](https://github.com/applitools/eyes.sdk.javascript1/commit/6fb09348238dfe4698856f88e762a9abf80c686f))
|
76
|
+
* throw error for encoding none unicode char ([#2171](https://github.com/applitools/eyes.sdk.javascript1/issues/2171)) ([4edb9cf](https://github.com/applitools/eyes.sdk.javascript1/commit/4edb9cfb27d8db2ff4cb09c8ebf1b95ab020633d))
|
77
|
+
|
78
|
+
|
79
|
+
|
80
|
+
* eyes_core bumped to 6.1.0
|
81
|
+
#### Features
|
82
|
+
|
83
|
+
* add Eyes.getResults method ([#2046](https://github.com/applitools/eyes.sdk.javascript1/issues/2046)) ([#2069](https://github.com/applitools/eyes.sdk.javascript1/issues/2069)) ([4d263e1](https://github.com/applitools/eyes.sdk.javascript1/commit/4d263e19cb5e5708790a1a7ef90ff8f3eee50d91))
|
84
|
+
* added notification about outdated sdk version ([#2012](https://github.com/applitools/eyes.sdk.javascript1/issues/2012)) ([0f0a646](https://github.com/applitools/eyes.sdk.javascript1/commit/0f0a6462a56e7c97f9a22173c3b63af91e220adb))
|
85
|
+
* generate more enums ([#2179](https://github.com/applitools/eyes.sdk.javascript1/issues/2179)) ([5f4f916](https://github.com/applitools/eyes.sdk.javascript1/commit/5f4f91621b791a02464191123f69b12f590b9efe))
|
86
|
+
|
87
|
+
|
88
|
+
|
89
|
+
* @applitools/screenshoter bumped to 3.8.23
|
90
|
+
|
91
|
+
* @applitools/nml-client bumped to 1.7.0
|
92
|
+
#### Features
|
93
|
+
|
94
|
+
* add support for regions and calculated regions ([#2161](https://github.com/applitools/eyes.sdk.javascript1/issues/2161)) ([fea4b1f](https://github.com/applitools/eyes.sdk.javascript1/commit/fea4b1fca3d8f59eada2b5186cd32d47352ccf1a))
|
95
|
+
|
96
|
+
|
97
|
+
#### Bug Fixes
|
98
|
+
|
99
|
+
* missing viewport when using system screenshot and multi viewport ([#2173](https://github.com/applitools/eyes.sdk.javascript1/issues/2173)) ([411283c](https://github.com/applitools/eyes.sdk.javascript1/commit/411283c7bebc09f178d73b6b47e81e5ce4244d5e))
|
100
|
+
|
101
|
+
|
102
|
+
|
103
|
+
* @applitools/ec-client bumped to 1.7.25
|
104
|
+
|
105
|
+
* eyes_universal bumped to 4.8.0
|
106
|
+
|
107
|
+
* eyes_selenium bumped to 6.1.0
|
108
|
+
#### Features
|
109
|
+
|
110
|
+
* add Eyes.getResults method ([#2046](https://github.com/applitools/eyes.sdk.javascript1/issues/2046)) ([#2069](https://github.com/applitools/eyes.sdk.javascript1/issues/2069)) ([4d263e1](https://github.com/applitools/eyes.sdk.javascript1/commit/4d263e19cb5e5708790a1a7ef90ff8f3eee50d91))
|
111
|
+
* added notification about outdated sdk version ([#2012](https://github.com/applitools/eyes.sdk.javascript1/issues/2012)) ([0f0a646](https://github.com/applitools/eyes.sdk.javascript1/commit/0f0a6462a56e7c97f9a22173c3b63af91e220adb))
|
112
|
+
|
113
|
+
|
114
|
+
|
115
|
+
|
3
116
|
## [6.0.4] (2024-02-05)
|
4
117
|
|
5
118
|
* ### Bug Fixes
|
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.
|
4
|
+
version: 6.1.1
|
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-03-01 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.1.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.
|
26
|
+
version: 6.1.1
|
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.4.1
|
75
|
+
signing_key:
|
76
76
|
specification_version: 4
|
77
77
|
summary: Applitools Ruby Capybara SDK
|
78
78
|
test_files: []
|