Skip to content

Commit

Permalink
Update .testcaferc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tsv2013 authored Oct 23, 2024
1 parent 7a8c006 commit ae0c38e
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .testcaferc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{
"nativeAutomation": "true"
}
module.exports = {
"browsers": [`chrome:${require("puppeteer").executablePath()}:headless`],
"nativeAutomation": "true",
"concurrency": 4,
"quarantineMode": {
"successThreshold": 1,
"attemptLimit": 5
}
}

0 comments on commit ae0c38e

Please sign in to comment.