This document discusses setting up end-to-end testing with CircleCI and Cypress using CircleCI Orbs. It introduces CircleCI and Cypress, demonstrates how to run Cypress tests on CircleCI, and describes the benefits of using the Cypress Orb which allows running Cypress tests with a single line of configuration. The Cypress Orb handles caching dependencies, running tests in parallel containers, and validating configuration. It provides examples of storing artifacts, coverage reports, and linking CircleCI workflows in the Cypress Dashboard. In conclusion, the Cypress Orb makes it easy to run full browser tests on CI with a minimal configuration.
Related topics: