mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
95105d9f96
[web] start docker-compose based cypress in open-ct mode by default GitOrigin-RevId: 692965035206b59c9e942e7ed873f290c94daaec
14 lines
357 B
YAML
14 lines
357 B
YAML
services:
|
|
cypress:
|
|
image: cypress/included:13.3.3
|
|
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.*
|