From 654a24212e947ba646b51f040a407f9e066e2fa5 Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Sat, 8 May 2021 02:41:20 +0300 Subject: [PATCH] try to fix testcafe --- testcafe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testcafe.json b/testcafe.json index f086c7a..e951fa2 100644 --- a/testcafe.json +++ b/testcafe.json @@ -3,7 +3,7 @@ "browsers": "all", "concurrency": 1, "screenshots": { - "path": "e2e-screenshots", + "path": "e2e-screenshots/", "takeOnFails": true }, "skipJsErrors": true,