Cypress + Docker + CircleCI Workflows = ❤️
You can run multiple Cypress tests in parallel after "building" the code using CircleCI Workflows feature. See circle.yml in this repo how the dependencies and cached code is setup among the jobs.
Note: if you want to see "plain" CircleCI v2 example without workflows, check out cypress-example-docker-circle.
If you find problems with Cypress and CI, please
- consult the documentation
- ask in our Gitter channel
- find an existing issue or open a new one