mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
Merge pull request #20117 from overleaf/jpa-server-pro-test-local
[server-pro] tests: add support for running email tests on Macs GitOrigin-RevId: 19a206f4ee70d43624094dd8da87091063d631a0
This commit is contained in:
@@ -14,7 +14,10 @@ export COMPOSE_PROJECT_NAME ?= test
|
||||
|
||||
test-e2e-native:
|
||||
docker compose -f docker-compose.yml -f docker-compose.native.yml up --no-log-prefix sharelatex host-admin -d
|
||||
CYPRESS_ADMIN_CLIENT_URL='http://localhost:8081' CYPRESS_GIT_BRIDGE_PUBLIC_HOST='localhost' CYPRESS_SAML_PUBLIC_HOST='localhost:8082' CYPRESS_OVERLEAF_PUBLIC_HOST='localhost:8082' npm run cypress:open
|
||||
CYPRESS_HOST_ADMIN_URL='http://localhost:8081' \
|
||||
CYPRESS_SAML_URL='http://localhost:8082' \
|
||||
CYPRESS_MAILTRAP_URL='http://localhost:8083' \
|
||||
npm run cypress:open
|
||||
|
||||
test-e2e:
|
||||
docker compose up --no-log-prefix --exit-code-from=e2e e2e
|
||||
|
||||
Reference in New Issue
Block a user