mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
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:
@@ -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:
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user