Skip to content
Snippets Groups Projects
Commit 81dee024 authored by OZGCloud's avatar OZGCloud
Browse files

add npm scripts for cypress

parent 4442ea54
Branches
Tags
No related merge requests found
...@@ -33,6 +33,8 @@ ...@@ -33,6 +33,8 @@
"help": "nx help", "help": "nx help",
"favicon": "real-favicon generate favicon/faviconDescription.json favicon/faviconData.json src/favicon", "favicon": "real-favicon generate favicon/faviconDescription.json favicon/faviconData.json src/favicon",
"cypress:run": "npx cypress run --project apps/goofy-e2e", "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:run-minimal": "npx cypress run --project apps/goofy-e2e --config video=false",
"cypress:version": "npx cypress version", "cypress:version": "npx cypress version",
"cypress:install": "npx cypress install", "cypress:install": "npx cypress install",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment