overleaf/services/web/docker-compose.cypress.yml
Alf Eaton b44d94b953 Upgrade Cypress to 13.6.6 (#17521)
GitOrigin-RevId: ac495dd9d7a482a9619e3cbcdd914cf665115713
2024-03-26 09:04:15 +00:00

14 lines
357 B
YAML

services:
cypress:
image: cypress/included:13.6.6
volumes:
- ../../:/overleaf
- /tmp/.X11-unix:/tmp/.X11-unix
working_dir: /overleaf/services/web
entrypoint: npm
command: run cypress:open-ct
user: "${DOCKER_USER:-1000:1000}"
environment:
VERBOSE_LOGGING:
DISPLAY: ${DISPLAY:-:0}
# DEBUG: cypress.*