docker-compose.cypress.yml 414 B

123456789101112131415
  1. services:
  2. cypress:
  3. image: cypress/included:13.13.2
  4. volumes:
  5. - ../../:/overleaf
  6. - /tmp/.X11-unix:/tmp/.X11-unix
  7. - ${XAUTHORITY:-/dev/null}:/home/node/.Xauthority
  8. working_dir: /overleaf/services/web
  9. entrypoint: npm
  10. command: run cypress:open-ct
  11. user: "${DOCKER_USER:-1000:1000}"
  12. environment:
  13. VERBOSE_LOGGING:
  14. DISPLAY: ${DISPLAY:-:0}
  15. # DEBUG: cypress.*