CI Provider Examples
Cypress is compatible with all Continuous Integration (CI) providers and systems. On this page you’ll find extensive guides for using Cypress with some of the most popular CI providers, and assorted quick start examples for many other providers.
Guides
For the following CI Providers we have in depth guides.
CircleCICircleCI Guide
See CircleCI + Cypress Cloud in action
New
Real World Example The Cypress Real World App (RWA) uses CircleCI to test over 300 test cases in parallel across 25 machines, multiple browsers, multiple device sizes, and multiple operating systems with full code-coverage reporting and Cypress Cloud recording.
Check out the full RWA CircleCI configuration.
GitHub ActionsGitHub Actions Guide
See GitHub Actions + Cypress Cloud in action
New
Real World Example The Cypress Real World App (RWA) uses GitHub Actions to test over 300 test cases in parallel across 25 machines, multiple browsers, multiple device sizes, and multiple operating systems with Cypress Cloud recording.
Check out the full RWA GitHub Actions configuration.
BitBucketBitBucket Pipelines Guide
See BitBucket Pipelines + Cypress Cloud in action
New
Real World Example The Cypress Real World App (RWA) uses BitBucket Pipelines to test over 300 test cases in parallel across 25 machines, multiple browsers and multiple device sizes with Cypress Cloud recording.
Check out the full RWA BitBucket Pipelines configuration.
GitLab CIGitLab CI Guide
See GitLab CI + Cypress Cloud in action
New
Real World Example The Cypress Real World App (RWA) uses GitLab CI to test over 300 test cases in parallel across 25 machines, multiple browsers and multiple device sizes with Cypress Cloud recording.
Check out the full RWA GitLab CI configuration.
AWS CodeBuildAWS CodeBuild Guide
See AWS CodeBuild + Cypress Cloud in action
New
Real World Example The Cypress Real World App (RWA) uses AWS CodeBuild to test over 300 test cases in parallel across 25 machines, multiple browsers and multiple device sizes with Cypress Cloud recording.
Check out the full RWA AWS CodeBuild configuration.
Examples
TravisCI
Azure Pipelines
Azure Pipelines was formerly called Visual Studio Team Services(VSTS) CI or TeamFoundation
Jenkins
Netlify
We recommend using our official netlify-plugin-cypress to execute end-to-end tests before and after deployment to Netlify platform. Read our tutorials Test Sites Deployed To Netlify Using netlify-plugin-cypress and Run Cypress Tests on Netlify Using a Single Line.