Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Latest commit

 

History

History
20 lines (13 loc) · 979 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 979 Bytes

circleci-orb-example renovate-app badge CircleCI

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

Examples

  • 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