Skip to content

drydockcloud/ci-cypress

Repository files navigation

Drydock CI Cypress

Status: alpha.

This provides a Cypress.io image following the Drydock pattern.

  • Use the cypress.json in this repository as a starting configuration.
  • Use the TARGET environment variable to specify the test target
  • Mount or copy Cypress root (containing cypress.json) to /src directory (mount read only)
  • Mount a /results directory to store reports, screenshots or other artifacts to
  • For interactive use you will need to permit X11 access.