From 5a7793a1c7c8e9f72c82581b05fb48489968d54a Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Fri, 7 May 2021 23:11:10 +0300 Subject: [PATCH] fix tests --- testcafe.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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 }