mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
5c574835c4
GitOrigin-RevId: be27f5d26db8eab0eca7c434fe144c53db6ed162
14 lines
358 B
YAML
14 lines
358 B
YAML
services:
|
|
cypress:
|
|
image: cypress/included:13.13.2
|
|
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.*
|