mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 11:04:25 +00:00
681541f41b
adds possibilities to cap authenticated requests and execution seconds of actions on a defined intervall
28 lines
813 B
JSON
28 lines
813 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": {
|
|
"@types/pg": "^8.6.6",
|
|
"cypress-wait-until": "^1.7.2",
|
|
"jsonwebtoken": "^8.5.1",
|
|
"mochawesome": "^7.1.3",
|
|
"pg": "^8.8.0",
|
|
"prettier": "^2.7.1",
|
|
"typescript": "^4.8.4",
|
|
"uuid": "^9.0.0",
|
|
"wait-on": "^6.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^18.8.3",
|
|
"cypress": "^12.2.0"
|
|
}
|
|
} |