allow running e2e tests under Wayland GitOrigin-RevId: 281186059300b4012e7f57b963b2577bfd5d0d93
@@ -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:
- ../../:/overleaf
working_dir: /overleaf/services/web
entrypoint: npm
command: run cypress:open-ct