mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-11 18:33:28 +00:00
clean login dependencies
This commit is contained in:
@@ -3,15 +3,15 @@
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"open": "pnpm exec cypress open",
|
||||
"e2e": "pnpm exec cypress run",
|
||||
"open:golang": "pnpm run open --",
|
||||
"e2e:golang": "pnpm run e2e --",
|
||||
"open:golangangular": "CYPRESS_BASE_URL=http://localhost:4200 CYPRESS_BACKEND_URL=http://localhost:8080 pnpm run open --",
|
||||
"e2e:golangangular": "CYPRESS_BASE_URL=http://localhost:4200 CYPRESS_BACKEND_URL=http://localhost:8080 pnpm run e2e --",
|
||||
"open:angulargolang": "pnpm run open:golangangular --",
|
||||
"e2e:angulargolang": "pnpm run e2e:golangangular --",
|
||||
"open:angular": "CYPRESS_BASE_URL=http://localhost:4200 CYPRESS_BACKEND_URL=http://localhost:8080 CYPRESS_WEBHOOK_HANDLER_HOST=host.docker.internal pnpm run open --",
|
||||
"e2e:angular": "CYPRESS_BASE_URL=http://localhost:4200 CYPRESS_BACKEND_URL=http://localhost:8080 CYPRESS_WEBHOOK_HANDLER_HOST=host.docker.internal pnpm run e2e --",
|
||||
"test:e2e": "pnpm exec cypress run",
|
||||
"test:open:golang": "pnpm run open --",
|
||||
"test:e2e:golang": "pnpm run e2e --",
|
||||
"test:open:golangangular": "CYPRESS_BASE_URL=http://localhost:4200 CYPRESS_BACKEND_URL=http://localhost:8080 pnpm run open --",
|
||||
"test:e2e:golangangular": "CYPRESS_BASE_URL=http://localhost:4200 CYPRESS_BACKEND_URL=http://localhost:8080 pnpm run e2e --",
|
||||
"test:open:angulargolang": "pnpm run open:golangangular --",
|
||||
"test:e2e:angulargolang": "pnpm run e2e:golangangular --",
|
||||
"test:open:angular": "CYPRESS_BASE_URL=http://localhost:4200 CYPRESS_BACKEND_URL=http://localhost:8080 CYPRESS_WEBHOOK_HANDLER_HOST=host.docker.internal pnpm run open --",
|
||||
"test:e2e:angular": "CYPRESS_BASE_URL=http://localhost:4200 CYPRESS_BACKEND_URL=http://localhost:8080 CYPRESS_WEBHOOK_HANDLER_HOST=host.docker.internal pnpm run e2e --",
|
||||
"lint": "prettier --check cypress",
|
||||
"lint:fix": "prettier --write cypress"
|
||||
},
|
||||
|
Reference in New Issue
Block a user