Skip to content

Instantly share code, notes, and snippets.

@mightyhorst
Created October 23, 2019 07:18
Show Gist options
  • Select an option

  • Save mightyhorst/e31e13a0b0f3c94ca01c8c67afdc0350 to your computer and use it in GitHub Desktop.

Select an option

Save mightyhorst/e31e13a0b0f3c94ca01c8c67afdc0350 to your computer and use it in GitHub Desktop.
Docker, Cypress and CircleCI
FROM cypress/base:12.6.0 as testse2e
WORKDIR /usr/src/app
COPY . .
RUN npx cypress install
RUN npx cypress verify
RUN npx cypress run --spec **/*.feature
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment