ci(e2e): wait until server is ready (#4302)

ci: wait until server is ready
This commit is contained in:
Elio Bischof
2022-09-02 17:51:23 +02:00
committed by GitHub
parent 5aa91ad105
commit 50bda00921
3 changed files with 170 additions and 20 deletions

View File

@@ -6,13 +6,14 @@
"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"
"typescript": "^4.7.4",
"wait-on": "^6.0.1"
},
"devDependencies": {
"@types/node": "^18.7.13",