Skip to content

Commit

Permalink
set disableNativeAutomation to true
Browse files Browse the repository at this point in the history
  • Loading branch information
EugeniyKiyashko committed Oct 9, 2024
1 parent 58c283f commit 91cc990
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/demos/utils/visual-tests/testcafe-runner.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,7 @@ async function main() {
.concurrency(concurrency || 1)
.run({
quarantineMode: process.env.TCQUARANTINE ? { successThreshold: 1, attemptLimit: 5 } : false,
disableNativeAutomation: true,
});

await tester.close();
Expand Down

0 comments on commit 91cc990

Please sign in to comment.