mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
3a02fbf39d
* Upgrade Cypress to 12.17.1 * Set CYPRESS_INTERNAL_BROWSER_CONNECT_TIMEOUT GitOrigin-RevId: 292cdf37e3aa90afc10469663d48f7801e204fa8
12 lines
308 B
YAML
12 lines
308 B
YAML
services:
|
|
cypress:
|
|
image: cypress/included:12.17.1
|
|
volumes:
|
|
- ../../:/overleaf
|
|
- /tmp/.X11-unix:/tmp/.X11-unix
|
|
working_dir: /overleaf/services/web
|
|
entrypoint: npm
|
|
user: "${DOCKER_USER:-1000:1000}"
|
|
environment:
|
|
- "DISPLAY=${DISPLAY:-:0}"
|
|
# - "DEBUG=cypress.*"
|