From 92464a30a6bd3cc84b6b1214d5059e765d0725a4 Mon Sep 17 00:00:00 2001 From: Aarni Halinen Date: Mon, 28 Jun 2021 15:11:31 +0300 Subject: [PATCH] disable firefox test --- testcafe.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testcafe.json b/testcafe.json index e951fa2..b701aad 100644 --- a/testcafe.json +++ b/testcafe.json @@ -1,6 +1,6 @@ { "src": "tests/testcafe", - "browsers": "all", + "browsers": "chrome", "concurrency": 1, "screenshots": { "path": "e2e-screenshots/",