Created
October 23, 2019 07:18
-
-
Save mightyhorst/e31e13a0b0f3c94ca01c8c67afdc0350 to your computer and use it in GitHub Desktop.
Docker, Cypress and CircleCI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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