mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
ce2222dcf7
[web] upgrade cypress to 13.3.3 GitOrigin-RevId: a76cb2f721ca0b0349a9be073291c1db3d1a58dc
13 lines
324 B
YAML
13 lines
324 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
|
|
user: "${DOCKER_USER:-1000:1000}"
|
|
environment:
|
|
VERBOSE_LOGGING:
|
|
DISPLAY: ${DISPLAY:-:0}
|
|
# DEBUG: cypress.*
|