From 81dee0240c587d74c7052e0cf97d7f73a5bd4dbd Mon Sep 17 00:00:00 2001
From: OZGCloud <ozgcloud@mgm-tp.com>
Date: Fri, 3 Mar 2023 01:55:57 +0100
Subject: [PATCH] add npm scripts for cypress

---
 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