Cypress CircleCI Orb example
This repository shows how to use cypress-io/circleci-orb to run Cypress on CircleCI with minimum configuration. See file circle.yml.
The config is minimal since it uses commands from the Cypress orb, but you can see how it expands into the compiled using
npm run effective:config
- simple Cypress run
- installing and building an app in the subfolder, but without running tests
For more Cypress orb examples, check out GitHub repos tagged cypress-orb-example