This commit is contained in:
Ramon Wenger 2023-04-26 16:46:02 +02:00
parent a3f7abf94a
commit 97cd24b66a
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@
"test:unit": "jest", "test:unit": "jest",
"cypress:parallel": "CYPRESS_API_URL=\"https://iterativ-cypress-director.herokuapp.com/\" cy2 run --parallel --record --key somekey --config-file cypress.frontend.json --ci-build-id some-id", "cypress:parallel": "CYPRESS_API_URL=\"https://iterativ-cypress-director.herokuapp.com/\" cy2 run --parallel --record --key somekey --config-file cypress.frontend.json --ci-build-id some-id",
"cypress:parallel:run": "cy2 run --parallel --record --config-file cypress.frontend.json --ci-build-id ", "cypress:parallel:run": "cy2 run --parallel --record --config-file cypress.frontend.json --ci-build-id ",
"currents": "cypress-cloud run --parallel --record ---config-file cypress.frontend.ts", "currents": "cypress-cloud run --parallel --record --config-file cypress.frontend.ts",
"prettier": "prettier . --write", "prettier": "prettier . --write",
"prettier:check": "prettier . --check" "prettier:check": "prettier . --check"
}, },