Merge pull request #26652 from overleaf/bg-run-e2e-tests-under-wayland

allow running e2e tests under Wayland

GitOrigin-RevId: 281186059300b4012e7f57b963b2577bfd5d0d93
This commit is contained in:
Brian Gough
2025-07-10 17:01:24 +01:00
committed by Copybot
parent 8a07389ce6
commit 85ecef4d96
2 changed files with 2 additions and 0 deletions

View File

@@ -91,6 +91,7 @@ services:
volumes:
- ./:/e2e
- /tmp/.X11-unix:/tmp/.X11-unix
- ${XAUTHORITY:-/dev/null}:/home/node/.Xauthority
user: "${DOCKER_USER:-1000:1000}"
environment:
CYPRESS_SHARD:

View File

@@ -4,6 +4,7 @@ services:
volumes:
- ../../:/overleaf
- /tmp/.X11-unix:/tmp/.X11-unix
- ${XAUTHORITY:-/dev/null}:/home/node/.Xauthority
working_dir: /overleaf/services/web
entrypoint: npm
command: run cypress:open-ct