eyes_calabash 6.3.8 → 6.3.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +75 -0
- data/eyes_calabash.gemspec +1 -1
- data/lib/applitools/eyes_calabash/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: c77d87c6ff3ecb6de1104b1f33a457536bf518f91ffdd766d9997794e8536bdd
|
4
|
+
data.tar.gz: 6d4ca954f7a041f85cfeed6b93e99e2372e2ea17bb3bd709daa4a80d5b731813
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 26adb6aedac03d39c4cbb54403dd9c06185e3a79d286d3bf1296e08037e0cd7d05ccd25aca6921ea8128c0a6b788f0b81e458a0e2c7489f498599a99249e219f
|
7
|
+
data.tar.gz: 6882689c83ebd85cbf226052fac802b31a948a9d22c85a24c5083bb543b78af4ae8a80282f552063330eda63db1de0e01fce27e41609f82f339f65e47a289508
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,80 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## [6.3.10](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_calabash@6.3.9...ruby/eyes_calabash@6.3.10) (2024-10-29)
|
4
|
+
|
5
|
+
|
6
|
+
### Dependencies
|
7
|
+
|
8
|
+
* @applitools/screenshoter bumped to 3.9.2
|
9
|
+
#### Bug Fixes
|
10
|
+
|
11
|
+
* test in screenshoter web ([f068dbe](https://github.com/Applitools-Dev/sdk/commit/f068dbe9036163fb3e316411cfd9f47a226d7c9c))
|
12
|
+
* @applitools/core bumped to 4.21.2
|
13
|
+
|
14
|
+
* eyes_universal bumped to 4.21.2
|
15
|
+
|
16
|
+
* eyes_core bumped to 6.4.1
|
17
|
+
|
18
|
+
|
19
|
+
## [6.3.9](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_calabash@6.3.8...ruby/eyes_calabash@6.3.9) (2024-10-21)
|
20
|
+
|
21
|
+
|
22
|
+
### Dependencies
|
23
|
+
|
24
|
+
* @applitools/snippets bumped to 2.5.1
|
25
|
+
#### Bug Fixes
|
26
|
+
|
27
|
+
* isStaleElement error ([#2567](https://github.com/Applitools-Dev/sdk/issues/2567)) ([2675086](https://github.com/Applitools-Dev/sdk/commit/2675086aa28589082249e2958942ee29a5f2ef12))
|
28
|
+
* @applitools/core-base bumped to 1.18.0
|
29
|
+
#### Features
|
30
|
+
|
31
|
+
* 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))
|
32
|
+
* dynamic regions ([#2538](https://github.com/Applitools-Dev/sdk/issues/2538)) ([d8b5c48](https://github.com/Applitools-Dev/sdk/commit/d8b5c48fb35f9789c702447314dc72b4f415ade1))
|
33
|
+
* setting up SCM information automatically ([#2542](https://github.com/Applitools-Dev/sdk/issues/2542)) ([696461a](https://github.com/Applitools-Dev/sdk/commit/696461af3f8e2e3ed94eb78fed5ead6233bd16b2))
|
34
|
+
* @applitools/driver bumped to 1.19.3
|
35
|
+
|
36
|
+
* @applitools/spec-driver-webdriver bumped to 1.1.15
|
37
|
+
|
38
|
+
* @applitools/spec-driver-selenium bumped to 1.5.86
|
39
|
+
|
40
|
+
* @applitools/spec-driver-puppeteer bumped to 1.4.15
|
41
|
+
|
42
|
+
* @applitools/screenshoter bumped to 3.9.0
|
43
|
+
#### Features
|
44
|
+
|
45
|
+
* capture status bar ([#2571](https://github.com/Applitools-Dev/sdk/issues/2571)) ([5e1c75e](https://github.com/Applitools-Dev/sdk/commit/5e1c75ef9cf34af80f08806a3bceaf06a94f2780))
|
46
|
+
|
47
|
+
|
48
|
+
|
49
|
+
* @applitools/nml-client bumped to 1.8.13
|
50
|
+
|
51
|
+
* @applitools/ec-client bumped to 1.9.9
|
52
|
+
|
53
|
+
* @applitools/core bumped to 4.21.0
|
54
|
+
#### Features
|
55
|
+
|
56
|
+
* add chrome emulation devices ([#2559](https://github.com/Applitools-Dev/sdk/issues/2559)) ([0499aaf](https://github.com/Applitools-Dev/sdk/commit/0499aaf3bb809d2ac0105b4493e6f6bb8730ea3f))
|
57
|
+
* capture status bar ([#2571](https://github.com/Applitools-Dev/sdk/issues/2571)) ([5e1c75e](https://github.com/Applitools-Dev/sdk/commit/5e1c75ef9cf34af80f08806a3bceaf06a94f2780))
|
58
|
+
* dynamic regions ([#2538](https://github.com/Applitools-Dev/sdk/issues/2538)) ([d8b5c48](https://github.com/Applitools-Dev/sdk/commit/d8b5c48fb35f9789c702447314dc72b4f415ade1))
|
59
|
+
* setting up SCM information automatically ([#2542](https://github.com/Applitools-Dev/sdk/issues/2542)) ([696461a](https://github.com/Applitools-Dev/sdk/commit/696461af3f8e2e3ed94eb78fed5ead6233bd16b2))
|
60
|
+
|
61
|
+
|
62
|
+
#### Bug Fixes
|
63
|
+
|
64
|
+
* don't remove offline execution folder after running ([654e195](https://github.com/Applitools-Dev/sdk/commit/654e195dd50dc7dab93dd907ec26d788549c6e81))
|
65
|
+
|
66
|
+
|
67
|
+
|
68
|
+
* eyes_universal bumped to 4.21.0
|
69
|
+
|
70
|
+
* eyes_core bumped to 6.4.0
|
71
|
+
#### Features
|
72
|
+
|
73
|
+
* dynamic regions ([#2538](https://github.com/Applitools-Dev/sdk/issues/2538)) ([d8b5c48](https://github.com/Applitools-Dev/sdk/commit/d8b5c48fb35f9789c702447314dc72b4f415ade1))
|
74
|
+
|
75
|
+
|
76
|
+
|
77
|
+
|
3
78
|
## [6.3.8](https://github.com/Applitools-Dev/sdk/compare/ruby/eyes_calabash@6.3.7...ruby/eyes_calabash@6.3.8) (2024-09-10)
|
4
79
|
|
5
80
|
|
data/eyes_calabash.gemspec
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: eyes_calabash
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 6.3.
|
4
|
+
version: 6.3.10
|
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-29 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: cucumber
|
@@ -58,14 +58,14 @@ dependencies:
|
|
58
58
|
requirements:
|
59
59
|
- - '='
|
60
60
|
- !ruby/object:Gem::Version
|
61
|
-
version: 6.
|
61
|
+
version: 6.4.1
|
62
62
|
type: :runtime
|
63
63
|
prerelease: false
|
64
64
|
version_requirements: !ruby/object:Gem::Requirement
|
65
65
|
requirements:
|
66
66
|
- - '='
|
67
67
|
- !ruby/object:Gem::Version
|
68
|
-
version: 6.
|
68
|
+
version: 6.4.1
|
69
69
|
description: Provides SDK for writing Applitools Calabash tests.
|
70
70
|
email:
|
71
71
|
- team@applitools.com
|