From 8089c05066ab5f9ed0a6062ffd916a2b340469f3 Mon Sep 17 00:00:00 2001 From: Rishabh Singh Date: Mon, 10 Nov 2025 12:56:27 +0530 Subject: [PATCH] fix: add test cafe retries --- .testcaferc.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.testcaferc.json b/.testcaferc.json index c457a109..c3b34f51 100644 --- a/.testcaferc.json +++ b/.testcaferc.json @@ -6,6 +6,11 @@ "browsers": ["chrome:headless --disable-web-security --no-sandbox --disable-dev-shm-usage"], "concurrency": 1, "src": ["src/**/*.spec.js"], + "quarantineMode": { + "successThreshold": 1, + "attemptLimit": 5 + }, + "skipJsErrors": true, "compilerOptions": { "typescript": { "configPath": "./tsconfig.json"