docker-compose.cypress.yml 324 B

12345678910111213
  1. services:
  2. cypress:
  3. image: cypress/included:13.3.3
  4. volumes:
  5. - ../../:/overleaf
  6. - /tmp/.X11-unix:/tmp/.X11-unix
  7. working_dir: /overleaf/services/web
  8. entrypoint: npm
  9. user: "${DOCKER_USER:-1000:1000}"
  10. environment:
  11. VERBOSE_LOGGING:
  12. DISPLAY: ${DISPLAY:-:0}
  13. # DEBUG: cypress.*