Skip to content

Commit

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

0 comments on commit 7c21a6f

Please sign in to comment.