testcafe 3.7.3 → 3.7.5
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/lib/api/test-page-url.js +3 -3
- package/lib/assertions/executor.js +2 -2
- package/lib/browser/provider/utils/client-functions.js +1 -3
- package/lib/cli/argument-parser/index.js +3 -3
- package/lib/client/automation/index.js +5 -4
- package/lib/client/automation/playback/press/utils.js +3 -2
- package/lib/client/browser/service-worker.js +1 -1
- package/lib/client/core/index.js +6 -10
- package/lib/client/core/utils/dom.js +2 -2
- package/lib/client/driver/index.js +429 -425
- package/lib/client/driver/index.min.js +1 -1
- package/lib/client/ui/favicon.ico +0 -0
- package/lib/client/ui/index.js +426 -426
- package/lib/client/ui/index.min.js +1 -1
- package/lib/client/ui/sprite.png +0 -0
- package/lib/client-functions/replicator.js +2 -2
- package/lib/client-functions/selectors/selector-attribute-filter.js +1 -3
- package/lib/client-functions/selectors/selector-text-filter.js +1 -3
- package/lib/configuration/types.js +1 -2
- package/lib/custom-client-scripts/client-script-init.js +1 -1
- package/lib/custom-client-scripts/problematic-scripts.js +1 -1
- package/lib/custom-client-scripts/utils.js +4 -4
- package/lib/live/controller.js +5 -5
- package/lib/reporter/plugin-host.js +3 -1
- package/lib/test-run/commands/validations/argument.js +3 -2
- package/lib/test-run/index.js +2 -2
- package/lib/utils/replicator/index.js +442 -0
- package/package.json +21 -25
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "testcafe",
|
|
3
3
|
"description": "Automated browser testing for the modern web development stack.",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "3.7.
|
|
5
|
+
"version": "3.7.5",
|
|
6
6
|
"author": {
|
|
7
7
|
"name": "Developer Express Inc.",
|
|
8
8
|
"url": "https://www.devexpress.com/"
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"url": "git+https://github.com/DevExpress/testcafe.git"
|
|
20
20
|
},
|
|
21
21
|
"engines": {
|
|
22
|
-
"node": ">=
|
|
22
|
+
"node": ">=20.0.0"
|
|
23
23
|
},
|
|
24
24
|
"main": "lib/index",
|
|
25
25
|
"types": "ts-defs/index.d.ts",
|
|
@@ -55,10 +55,7 @@
|
|
|
55
55
|
"test": "gulp travis",
|
|
56
56
|
"build": "gulp build",
|
|
57
57
|
"test-functional-local-headless-chrome-run-esm": "cross-env NODE_OPTIONS='--experimental-loader=./lib/compiler/esm-loader.js' gulp test-functional-local-headless-chrome-run --steps-as-tasks",
|
|
58
|
-
"test-functional-local-headless-chrome-esm": "npm run build && npm run test-functional-local-headless-chrome-run-esm"
|
|
59
|
-
"publish-please-only": "publish-please",
|
|
60
|
-
"publish-please": "del-cli package-lock.json node_modules && npm i && publish-please",
|
|
61
|
-
"prepublishOnly": "publish-please guard"
|
|
58
|
+
"test-functional-local-headless-chrome-esm": "npm run build && npm run test-functional-local-headless-chrome-run-esm"
|
|
62
59
|
},
|
|
63
60
|
"dependencies": {
|
|
64
61
|
"@babel/core": "^7.23.2",
|
|
@@ -74,7 +71,7 @@
|
|
|
74
71
|
"@babel/plugin-transform-object-rest-spread": "^7.24.7",
|
|
75
72
|
"@babel/plugin-transform-private-methods": "^7.25.4",
|
|
76
73
|
"@babel/plugin-transform-runtime": "7.23.3",
|
|
77
|
-
"@babel/preset-env": "^7.
|
|
74
|
+
"@babel/preset-env": "^7.29.5",
|
|
78
75
|
"@babel/preset-flow": "^7.22.15",
|
|
79
76
|
"@babel/preset-react": "^7.22.15",
|
|
80
77
|
"@babel/runtime": "^7.23.2",
|
|
@@ -97,7 +94,7 @@
|
|
|
97
94
|
"del": "^3.0.0",
|
|
98
95
|
"device-specs": "^1.0.0",
|
|
99
96
|
"devtools-protocol": "0.0.1109433",
|
|
100
|
-
"diff": "^
|
|
97
|
+
"diff": "^8.0.3",
|
|
101
98
|
"elegant-spinner": "^1.0.1",
|
|
102
99
|
"email-validator": "^2.0.4",
|
|
103
100
|
"emittery": "^0.4.1",
|
|
@@ -135,7 +132,6 @@
|
|
|
135
132
|
"prompts": "^2.4.2",
|
|
136
133
|
"qrcode-terminal": "^0.10.0",
|
|
137
134
|
"read-file-relative": "^1.2.0",
|
|
138
|
-
"replicator": "^1.0.5",
|
|
139
135
|
"resolve-cwd": "^1.0.0",
|
|
140
136
|
"resolve-from": "^4.0.0",
|
|
141
137
|
"sanitize-filename": "^1.6.0",
|
|
@@ -144,7 +140,7 @@
|
|
|
144
140
|
"source-map-support": "^0.5.16",
|
|
145
141
|
"strip-bom": "^2.0.0",
|
|
146
142
|
"testcafe-browser-tools": "2.0.26",
|
|
147
|
-
"testcafe-hammerhead": "31.7.
|
|
143
|
+
"testcafe-hammerhead": "31.7.8",
|
|
148
144
|
"testcafe-legacy-api": "5.1.8",
|
|
149
145
|
"testcafe-reporter-json": "^2.1.0",
|
|
150
146
|
"testcafe-reporter-list": "^2.2.0",
|
|
@@ -153,9 +149,9 @@
|
|
|
153
149
|
"testcafe-reporter-xunit": "^2.2.1",
|
|
154
150
|
"testcafe-selector-generator": "^0.1.0",
|
|
155
151
|
"time-limit-promise": "^1.0.2",
|
|
156
|
-
"tmp": "0.2.
|
|
152
|
+
"tmp": "0.2.6",
|
|
157
153
|
"tree-kill": "^1.2.2",
|
|
158
|
-
"typescript": "4.
|
|
154
|
+
"typescript": "4.9.5",
|
|
159
155
|
"unquote": "^1.1.1",
|
|
160
156
|
"url-to-options": "^2.0.0"
|
|
161
157
|
},
|
|
@@ -167,7 +163,6 @@
|
|
|
167
163
|
"@rollup/plugin-commonjs": "^11.0.2",
|
|
168
164
|
"@rollup/plugin-inject": "^4.0.2",
|
|
169
165
|
"@rollup/plugin-node-resolve": "^7.1.1",
|
|
170
|
-
"@testcafe/publish-please": "^5.6.0",
|
|
171
166
|
"@types/callsite": "^1.0.30",
|
|
172
167
|
"@types/chai": "^3.5.2",
|
|
173
168
|
"@types/debug": "^4.1.5",
|
|
@@ -181,8 +176,8 @@
|
|
|
181
176
|
"@types/set-cookie-parser": "^2.4.2",
|
|
182
177
|
"@types/source-map-support": "^0.5.0",
|
|
183
178
|
"@types/useragent": "^2.1.1",
|
|
184
|
-
"@typescript-eslint/eslint-plugin": "^
|
|
185
|
-
"@typescript-eslint/parser": "^
|
|
179
|
+
"@typescript-eslint/eslint-plugin": "^8.59.2",
|
|
180
|
+
"@typescript-eslint/parser": "^8.59.2",
|
|
186
181
|
"babel-plugin-add-module-exports": "^0.2.0",
|
|
187
182
|
"basic-auth": "^1.1.0",
|
|
188
183
|
"body-parser": "^1.17.1",
|
|
@@ -196,35 +191,32 @@
|
|
|
196
191
|
"cross-env": "^7.0.3",
|
|
197
192
|
"dom-walk": "^0.1.1",
|
|
198
193
|
"escape-string-regexp": "^4.0.0",
|
|
199
|
-
"eslint": "^
|
|
194
|
+
"eslint": "^9.39.4",
|
|
200
195
|
"eslint-plugin-hammerhead": "0.4.0",
|
|
201
196
|
"eslint-plugin-no-only-tests": "^2.0.1",
|
|
202
197
|
"express": "^4.13.3",
|
|
203
198
|
"express-ntlm": "2.4.0",
|
|
204
|
-
"gulp": "^
|
|
199
|
+
"gulp": "^5.0.1",
|
|
205
200
|
"gulp-babel": "^8.0.0",
|
|
206
201
|
"gulp-clone": "^2.0.1",
|
|
207
202
|
"gulp-data": "^1.3.1",
|
|
208
|
-
"gulp-eslint": "^6.
|
|
203
|
+
"gulp-eslint-new": "^2.6.2",
|
|
209
204
|
"gulp-less": "^5.0.0",
|
|
210
205
|
"gulp-ll-next": "^2.1.0",
|
|
211
|
-
"gulp-mocha-simple": "^2.0.0",
|
|
212
206
|
"gulp-mustache": "^3.0.1",
|
|
213
207
|
"gulp-rename": "^1.3.0",
|
|
214
208
|
"gulp-step": "^1.0.1",
|
|
215
209
|
"gulp-uglify": "^3.0.0",
|
|
216
|
-
"js-yaml": "^3.6.1",
|
|
217
210
|
"license-checker": "^20.0.0",
|
|
218
|
-
"markdownlint": "^0.34.0",
|
|
219
211
|
"merge-stream": "^1.0.1",
|
|
220
212
|
"minimist": "^1.2.0",
|
|
221
|
-
"mocha
|
|
222
|
-
"multer": "2.
|
|
213
|
+
"mocha": "^11.7.5",
|
|
214
|
+
"multer": "^2.1.1",
|
|
223
215
|
"openssl-self-signed-certificate": "^1.1.6",
|
|
224
216
|
"proxyquire": "^2.1.0",
|
|
225
217
|
"react": "^16.13.1",
|
|
226
218
|
"recursive-copy": "^2.0.5",
|
|
227
|
-
"rollup": "2.
|
|
219
|
+
"rollup": "^2.80.0",
|
|
228
220
|
"rollup-plugin-typescript2": "^0.32.1",
|
|
229
221
|
"serve-static": "^1.10.0",
|
|
230
222
|
"sinon": "^7.3.0",
|
|
@@ -235,6 +227,10 @@
|
|
|
235
227
|
"uglify-js": "~3.10.4"
|
|
236
228
|
},
|
|
237
229
|
"overrides": {
|
|
238
|
-
"glob": "8.1.0"
|
|
230
|
+
"glob": "8.1.0",
|
|
231
|
+
"mocha": {
|
|
232
|
+
"serialize-javascript": "^7.0.5",
|
|
233
|
+
"diff": "^8.0.0"
|
|
234
|
+
}
|
|
239
235
|
}
|
|
240
236
|
}
|