From 77a0fa1aca0002f5cb78ae6d214eda2654fa391b Mon Sep 17 00:00:00 2001 From: OZGCloud <ozgcloud@mgm-tp.com> Date: Sun, 5 Mar 2023 14:57:46 +0100 Subject: [PATCH] fix merge --- goofy-client/package.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/goofy-client/package.json b/goofy-client/package.json index 841492de89..6235e0f554 100644 --- a/goofy-client/package.json +++ b/goofy-client/package.json @@ -33,6 +33,8 @@ "help": "nx help", "favicon": "real-favicon generate favicon/faviconDescription.json favicon/faviconData.json src/favicon", "cypress:run": "npx cypress run --project apps/goofy-e2e", + "cypress:run-main": "npx cypress run --project apps/goofy-e2e --config video=false integrationFolder=./src/integration/main-tests", + "cypress:run-ea": "npx cypress run --project apps/goofy-e2e --config video=false integrationFolder=./src/integration/einheitlicher-ansprechpartner", "cypress:run-minimal": "npx cypress run --project apps/goofy-e2e --config video=false", "cypress:version": "npx cypress version", "cypress:install": "npx cypress install", -- GitLab