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.
CircleCI​
CircleCI GuideSee CircleCI + Cypress Cloud in action
Real World Example New​
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 Actions​
GitHub Actions GuideSee GitHub Actions + Cypress Cloud in action
Real World Example New​
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.
AWS CodeBuild​
AWS CodeBuild GuideBitbucket​
Bitbucket Pipelines GuideExamples​
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.