@applitools/eyes-testcafe 4.1.0 → 4.1.1
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.
- package/CHANGELOG.md +57 -0
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -13,6 +13,63 @@
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
## [4.1.1](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-testcafe@4.1.0...js/eyes-testcafe@4.1.1) (2023-12-05)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Dependencies
|
|
20
|
+
|
|
21
|
+
* @applitools/utils bumped to 1.7.0
|
|
22
|
+
#### Features
|
|
23
|
+
|
|
24
|
+
* 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))
|
|
25
|
+
* @applitools/socket bumped to 1.1.14
|
|
26
|
+
|
|
27
|
+
* @applitools/req bumped to 1.6.4
|
|
28
|
+
|
|
29
|
+
* @applitools/image bumped to 1.1.9
|
|
30
|
+
|
|
31
|
+
* @applitools/spec-driver-webdriver bumped to 1.0.51
|
|
32
|
+
|
|
33
|
+
* @applitools/spec-driver-puppeteer bumped to 1.3.1
|
|
34
|
+
|
|
35
|
+
* @applitools/nml-client bumped to 1.5.17
|
|
36
|
+
|
|
37
|
+
* @applitools/ufg-client bumped to 1.9.9
|
|
38
|
+
|
|
39
|
+
* @applitools/core-base bumped to 1.7.4
|
|
40
|
+
#### Bug Fixes
|
|
41
|
+
|
|
42
|
+
* do not block concurrency when server response is 503 ([#2049](https://github.com/applitools/eyes.sdk.javascript1/issues/2049)) ([f285009](https://github.com/applitools/eyes.sdk.javascript1/commit/f2850098f7522776c0d0a98bb1d958303628b149))
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
* @applitools/core bumped to 4.3.0
|
|
47
|
+
#### Features
|
|
48
|
+
|
|
49
|
+
* 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))
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
* @applitools/eyes bumped to 1.13.0
|
|
54
|
+
#### Features
|
|
55
|
+
|
|
56
|
+
* 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))
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
* @applitools/logger bumped to 2.0.14
|
|
61
|
+
|
|
62
|
+
* @applitools/spec-driver-selenium bumped to 1.5.65
|
|
63
|
+
|
|
64
|
+
* @applitools/driver bumped to 1.15.2
|
|
65
|
+
|
|
66
|
+
* @applitools/screenshoter bumped to 3.8.17
|
|
67
|
+
|
|
68
|
+
* @applitools/tunnel-client bumped to 1.3.2
|
|
69
|
+
|
|
70
|
+
* @applitools/ec-client bumped to 1.7.17
|
|
71
|
+
|
|
72
|
+
|
|
16
73
|
## [4.1.0](https://github.com/applitools/eyes.sdk.javascript1/compare/js/eyes-testcafe@4.0.4...js/eyes-testcafe@4.1.0) (2023-11-21)
|
|
17
74
|
|
|
18
75
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-testcafe",
|
|
3
|
-
"version": "4.1.
|
|
3
|
+
"version": "4.1.1",
|
|
4
4
|
"description": "Applitools Eyes SDK for TestCafe",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-testcafe",
|
|
@@ -68,9 +68,9 @@
|
|
|
68
68
|
"up:framework": "echo \"$(jq '.devDependencies.testcafe = $ENV.APPLITOOLS_FRAMEWORK_VERSION' ./package.json)\" > ./package.json"
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"@applitools/driver": "1.15.
|
|
72
|
-
"@applitools/eyes": "1.
|
|
73
|
-
"@applitools/utils": "1.
|
|
71
|
+
"@applitools/driver": "1.15.2",
|
|
72
|
+
"@applitools/eyes": "1.13.0",
|
|
73
|
+
"@applitools/utils": "1.7.0"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
76
|
"@applitools/api-extractor": "^1.2.22",
|