mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 02:54:20 +00:00
50bda00921
ci: wait until server is ready
23 lines
617 B
JSON
23 lines
617 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"
|
|
},
|
|
"private": true,
|
|
"dependencies": {
|
|
"debug": "^4.3.4",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"mochawesome": "^7.1.3",
|
|
"typescript": "^4.7.4",
|
|
"wait-on": "^6.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.7.13",
|
|
"cypress": "^10.3.0"
|
|
}
|
|
}
|