diff --git a/.testcaferc.json b/.testcaferc.json index d254113..cfc51db 100644 --- a/.testcaferc.json +++ b/.testcaferc.json @@ -1,3 +1,9 @@ -{ - "nativeAutomation": "true" -} \ No newline at end of file +module.exports = { + "browsers": [`chrome:${require("puppeteer").executablePath()}:headless`], + "nativeAutomation": "true", + "concurrency": 4, + "quarantineMode": { + "successThreshold": 1, + "attemptLimit": 5 + } +}