diff --git a/testcafe.json b/testcafe.json index 7b77f37..f086c7a 100644 --- a/testcafe.json +++ b/testcafe.json @@ -3,9 +3,10 @@ "browsers": "all", "concurrency": 1, "screenshots": { - "path": "e2e-screenshots" + "path": "e2e-screenshots", + "takeOnFails": true }, - "skipJsErrors": false, + "skipJsErrors": true, "appCommand": "npm run serve", "appInitDelay": 2000 }