From 562867bc7b1599f2e935b4d4c2a19405abfc00cc Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Tue, 9 Jan 2024 16:18:09 +0100 Subject: [PATCH] fix(ui): fix cypress install? --- frontend/package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/package.json b/frontend/package.json index 390c4f95a..de466fd57 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -19,9 +19,9 @@ "test:ci": "jest --maxWorkers=1 --no-cache --coverage", "test": "jest --watch", "cy:open": "cypress open", - "cy:test": "cypress run --browser chrome", - "cy:test-firefox": "cypress run --browser firefox", - "cy:test-edge": "cypress run --browser edge" + "cy:test": "cypress install && cypress run --browser chrome", + "cy:test-firefox": "cypress install && cypress run --browser firefox", + "cy:test-edge": "cypress install && cypress run --browser edge" }, "dependencies": { "@ant-design/icons": "^5.2.5",