From 0cdb208d116fffd41122c7a37ac3c7bf06a20286 Mon Sep 17 00:00:00 2001 From: Walmyr Date: Mon, 13 Dec 2021 02:41:57 +0100 Subject: [PATCH] Add script to run cypress tests on firefox --- package.json | 1 + 1 file changed, 1 insertion(+) diff --git a/package.json b/package.json index c607ec17..3f287aa7 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ "build": "export NODE_ENV=production && rimraf ./app/dist && webpack --progress --color", "test": "jest --coverage", "test:cy": "yarn cypress run", + "test:cy:firefox": "yarn cypress run --browser firefox", "test:watch": "jest --watch", "cy:open": "yarn cypress open" },