mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 08:37:32 +00:00
fix integration env
This commit is contained in:
2
Makefile
2
Makefile
@@ -15,7 +15,7 @@ login-help:
|
||||
@echo " login-unit - Run unit tests. FORCE=true prevents skipping."
|
||||
@echo " login-integration - Run integration tests. FORCE=true prevents skipping."
|
||||
@echo " login-standalone-build - Build the docker image for production login containers."
|
||||
@echo " login-quality - Run all quality checks (login-lint, unit, integration)."
|
||||
@echo " login-quality - Run all quality checks (login-lint, login-unit, login-integration)."
|
||||
@echo " login-ci - Run all CI tasks. Run it with the -j flag to parallelize: make -j ci."
|
||||
@echo " show-cache-keys - Show all cache keys with image ids and exit codes."
|
||||
@echo " clean-cache-keys - Remove all cache keys."
|
||||
|
2
acceptance/pat/.gitignore
vendored
2
acceptance/pat/.gitignore
vendored
@@ -1,2 +0,0 @@
|
||||
*
|
||||
!.gitkeep
|
@@ -6,4 +6,4 @@ COPY mocked-services.cfg .
|
||||
COPY initial-stubs initial-stubs
|
||||
COPY --from=protos . .
|
||||
|
||||
ENTRYPOINT [ "sh", "-c", "grpc-mock -v 1 -proto $(tr '\n' ',' < ./mocked-services.cfg) -stub-dir ./initial-stubs" ]
|
||||
ENTRYPOINT [ "sh", "-c", "grpc-mock -v 1 -proto $(tr '\n' ',' < ./mocked-services.cfg) -stub-dir ./initial-stubs -mock-addr :22222" ]
|
||||
|
@@ -16,13 +16,13 @@ services:
|
||||
- ZITADEL_SERVICE_USER_TOKEN="yolo"
|
||||
- EMAIL_VERIFICATION=true
|
||||
- DEBUG=true
|
||||
- NEXT_PUBLIC_BASE_PATH=""
|
||||
- NEXT_PUBLIC_BASE_PATH="/ui/v2/login"
|
||||
|
||||
integration-testsuite:
|
||||
image: ${LOGIN_INTEGRATION_TESTSUITE_TAG:-zitadel-login-integration-testsuite:local}
|
||||
container_name: integration-testsuite
|
||||
environment:
|
||||
- LOGIN_BASE_URL=http://login:3000
|
||||
- LOGIN_BASE_URL=http://login:3000/ui/v2/login
|
||||
- CYPRESS_CORE_MOCK_STUBS_URL=http://core-mock:22220/v1/stubs
|
||||
depends_on:
|
||||
login:
|
||||
|
Reference in New Issue
Block a user