mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
0b14c55d24
* Upgrade Cypress to v12.2.0 * Remove cy.unmount * Only record video in CI * Remove unmount definition and @cypress/react GitOrigin-RevId: 463bc216b1debc65ad066f7c1d479724cfa062d1
12 lines
307 B
YAML
12 lines
307 B
YAML
services:
|
|
cypress:
|
|
image: cypress/included:12.2.0
|
|
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.*"
|