@applitools/eyes-testcafe 6.3.47 → 6.3.49
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 +125 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -13,6 +13,131 @@
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
|
+
## [6.3.49](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.48...js/eyes-testcafe@6.3.49) (2026-06-28)
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
### Dependencies
|
|
20
|
+
|
|
21
|
+
* @applitools/utils bumped to 1.15.1
|
|
22
|
+
#### Bug Fixes
|
|
23
|
+
|
|
24
|
+
* updated extract git fallback logic | FLD-4492 ([#3831](https://github.com/Applitools-Dev/sdk/issues/3831)) ([0d98f3c](https://github.com/Applitools-Dev/sdk/commit/0d98f3cdf828eff756ffbfc5d4cdff7b19a20557))
|
|
25
|
+
* @applitools/logger bumped to 2.3.0
|
|
26
|
+
#### Features
|
|
27
|
+
|
|
28
|
+
* stream SDK logs to Azure Blob per server flag | AD-13401 ([#3849](https://github.com/Applitools-Dev/sdk/issues/3849)) ([7f9dfec](https://github.com/Applitools-Dev/sdk/commit/7f9dfecd874aefc33104db015451a22eee500324))
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
* @applitools/dom-snapshot bumped to 4.17.5
|
|
33
|
+
|
|
34
|
+
* @applitools/socket bumped to 1.3.15
|
|
35
|
+
|
|
36
|
+
* @applitools/req bumped to 1.11.2
|
|
37
|
+
|
|
38
|
+
* @applitools/image bumped to 1.2.13
|
|
39
|
+
|
|
40
|
+
* @applitools/dom-capture bumped to 11.8.3
|
|
41
|
+
|
|
42
|
+
* @applitools/screenshoter bumped to 3.12.24
|
|
43
|
+
|
|
44
|
+
* @applitools/tunnel-client bumped to 1.12.2
|
|
45
|
+
|
|
46
|
+
* @applitools/core-base bumped to 1.36.0
|
|
47
|
+
#### Features
|
|
48
|
+
|
|
49
|
+
* stream SDK logs to Azure Blob per server flag | AD-13401 ([#3849](https://github.com/Applitools-Dev/sdk/issues/3849)) ([7f9dfec](https://github.com/Applitools-Dev/sdk/commit/7f9dfecd874aefc33104db015451a22eee500324))
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
* @applitools/core bumped to 4.66.0
|
|
54
|
+
#### Features
|
|
55
|
+
|
|
56
|
+
* stream SDK logs to Azure Blob per server flag | AD-13401 ([#3849](https://github.com/Applitools-Dev/sdk/issues/3849)) ([7f9dfec](https://github.com/Applitools-Dev/sdk/commit/7f9dfecd874aefc33104db015451a22eee500324))
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
#### Bug Fixes
|
|
60
|
+
|
|
61
|
+
* updated extract git fallback logic | FLD-4492 ([#3831](https://github.com/Applitools-Dev/sdk/issues/3831)) ([0d98f3c](https://github.com/Applitools-Dev/sdk/commit/0d98f3cdf828eff756ffbfc5d4cdff7b19a20557))
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
* @applitools/driver bumped to 1.26.5
|
|
66
|
+
|
|
67
|
+
* @applitools/spec-driver-webdriver bumped to 1.6.5
|
|
68
|
+
|
|
69
|
+
* @applitools/spec-driver-selenium bumped to 1.8.5
|
|
70
|
+
|
|
71
|
+
* @applitools/spec-driver-playwright bumped to 1.9.5
|
|
72
|
+
|
|
73
|
+
* @applitools/spec-driver-puppeteer bumped to 1.8.5
|
|
74
|
+
|
|
75
|
+
* @applitools/nml-client bumped to 1.11.34
|
|
76
|
+
|
|
77
|
+
* @applitools/ufg-client bumped to 1.22.5
|
|
78
|
+
|
|
79
|
+
* @applitools/ec-client bumped to 1.12.36
|
|
80
|
+
|
|
81
|
+
* @applitools/eyes bumped to 1.43.5
|
|
82
|
+
|
|
83
|
+
* @applitools/test-server bumped to 1.4.6
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
## [6.3.48](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.47...js/eyes-testcafe@6.3.48) (2026-06-18)
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
### Dependencies
|
|
90
|
+
|
|
91
|
+
* @applitools/utils bumped to 1.15.0
|
|
92
|
+
#### Features
|
|
93
|
+
|
|
94
|
+
* one-time per-execution summary logEvent in storybook | AD-14305 ([#3911](https://github.com/Applitools-Dev/sdk/issues/3911)) ([59e3a5d](https://github.com/Applitools-Dev/sdk/commit/59e3a5dccf74aa1ac1158024316bd305e3515afa))
|
|
95
|
+
* @applitools/req bumped to 1.11.1
|
|
96
|
+
#### Bug Fixes
|
|
97
|
+
|
|
98
|
+
* bundle node-fetch into dist to drop node-domexception dep warning | FLD-4197 ([#3899](https://github.com/Applitools-Dev/sdk/issues/3899)) ([9c3dc52](https://github.com/Applitools-Dev/sdk/commit/9c3dc52866a4a665f1578c39ff43cd0ee5f63492))
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
* @applitools/logger bumped to 2.2.13
|
|
103
|
+
|
|
104
|
+
* @applitools/dom-snapshot bumped to 4.17.4
|
|
105
|
+
|
|
106
|
+
* @applitools/socket bumped to 1.3.14
|
|
107
|
+
|
|
108
|
+
* @applitools/image bumped to 1.2.12
|
|
109
|
+
|
|
110
|
+
* @applitools/dom-capture bumped to 11.8.2
|
|
111
|
+
|
|
112
|
+
* @applitools/driver bumped to 1.26.4
|
|
113
|
+
|
|
114
|
+
* @applitools/spec-driver-webdriver bumped to 1.6.4
|
|
115
|
+
|
|
116
|
+
* @applitools/spec-driver-selenium bumped to 1.8.4
|
|
117
|
+
|
|
118
|
+
* @applitools/spec-driver-playwright bumped to 1.9.4
|
|
119
|
+
|
|
120
|
+
* @applitools/spec-driver-puppeteer bumped to 1.8.4
|
|
121
|
+
|
|
122
|
+
* @applitools/screenshoter bumped to 3.12.23
|
|
123
|
+
|
|
124
|
+
* @applitools/nml-client bumped to 1.11.33
|
|
125
|
+
|
|
126
|
+
* @applitools/tunnel-client bumped to 1.12.1
|
|
127
|
+
|
|
128
|
+
* @applitools/ufg-client bumped to 1.22.4
|
|
129
|
+
|
|
130
|
+
* @applitools/core-base bumped to 1.35.3
|
|
131
|
+
|
|
132
|
+
* @applitools/ec-client bumped to 1.12.35
|
|
133
|
+
|
|
134
|
+
* @applitools/core bumped to 4.65.2
|
|
135
|
+
|
|
136
|
+
* @applitools/eyes bumped to 1.43.4
|
|
137
|
+
|
|
138
|
+
* @applitools/test-server bumped to 1.4.5
|
|
139
|
+
|
|
140
|
+
|
|
16
141
|
## [6.3.47](https://github.com/Applitools-Dev/sdk/compare/js/eyes-testcafe@6.3.46...js/eyes-testcafe@6.3.47) (2026-06-15)
|
|
17
142
|
|
|
18
143
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@applitools/eyes-testcafe",
|
|
3
|
-
"version": "6.3.
|
|
3
|
+
"version": "6.3.49",
|
|
4
4
|
"description": "Applitools Eyes SDK for TestCafe",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eyes-testcafe",
|
|
@@ -68,15 +68,15 @@
|
|
|
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.26.
|
|
72
|
-
"@applitools/eyes": "1.43.
|
|
73
|
-
"@applitools/utils": "1.
|
|
71
|
+
"@applitools/driver": "1.26.5",
|
|
72
|
+
"@applitools/eyes": "1.43.5",
|
|
73
|
+
"@applitools/utils": "1.15.1"
|
|
74
74
|
},
|
|
75
75
|
"devDependencies": {
|
|
76
76
|
"@applitools/api-extractor": "^1.2.22",
|
|
77
77
|
"@applitools/bongo": "^5.10.0",
|
|
78
78
|
"@applitools/generic": "^3.9.2",
|
|
79
|
-
"@applitools/test-server": "^1.4.
|
|
79
|
+
"@applitools/test-server": "^1.4.6",
|
|
80
80
|
"@applitools/test-utils": "^1.5.17",
|
|
81
81
|
"testcafe": "^3.4.0"
|
|
82
82
|
},
|