mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-11 18:44:22 +00:00
35faa1b233
* cleanup * test(e2e): improve error reporting * lint * lint * better timeout messages * fix shouldNotExist
25 lines
736 B
JSON
25 lines
736 B
JSON
{
|
|
"name": "zitadel-e2e",
|
|
"version": "0.0.0",
|
|
"scripts": {
|
|
"open": "npx cypress open",
|
|
"e2e": "npx cypress run",
|
|
"open:dev": "CYPRESS_BASE_URL=http://localhost:4200 CYPRESS_BACKEND_URL=http://localhost:8080 npm run open --",
|
|
"e2e:dev": "CYPRESS_BASE_URL=http://localhost:4200 CYPRESS_BACKEND_URL=http://localhost:8080 npm run e2e --",
|
|
"lint": "prettier --check cypress",
|
|
"lint:fix": "prettier --write cypress"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"cypress-wait-until": "^1.7.2",
|
|
"mochawesome": "^7.1.3",
|
|
"prettier": "^2.7.1",
|
|
"typescript": "^4.8.4",
|
|
"uuid": "^9.0.0",
|
|
"wait-on": "^6.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.8.3",
|
|
"cypress": "^10.9.0"
|
|
}
|
|
} |