Skip to content

Commit d0d0abb

Browse files
e2e demos tests: bump TestCafe version to 3.7.0 (DevExpress#31292)
1 parent 379ad7b commit d0d0abb

File tree

3 files changed

+7
-20
lines changed

3 files changed

+7
-20
lines changed

apps/demos/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
"stylelint-config-recommended-vue": "1.5.0",
143143
"stylelint-config-standard": "35.0.0",
144144
"systemjs-builder": "0.16.15",
145-
"testcafe": "2.6.2",
145+
"testcafe": "3.7.2",
146146
"ts-node": "10.9.2",
147147
"vue-tsc": "^3.0.6"
148148
},

apps/demos/utils/visual-tests/testcafe-runner.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -221,6 +221,7 @@ async function main() {
221221
.concurrency(concurrency || 1)
222222
.run({
223223
quarantineMode: process.env.TCQUARANTINE ? { successThreshold: 1, attemptLimit: 5 } : false,
224+
disableNativeAutomation: true,
224225
});
225226

226227
await tester.close();

pnpm-lock.yaml

Lines changed: 5 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)