diff --git a/goofy-client/package.json b/goofy-client/package.json index 841492de89be0aaf7cc9ba8551bbee9616413137..6235e0f55445b95c1cac5508f4896c722c7a6038 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",