CI Provider Examples
Guides​
For the following CI Providers we have in depth guides.
CircleCI​
CircleCI GuideSee CircleCI + Cypress Dashboard 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 Dashboard recording.
Check out the full RWA CircleCI configuration.
GitHub Actions​
GitHub Actions GuideSee GitHub Actions + Cypress Dashboard 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 Dashboard recording.
Check out the full RWA GitHub Actions configuration.
BitBucket​
BitBucket Pipelines GuideSee BitBucket Pipelines + Cypress Dashboard in action
Real World Example New​
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 Dashboard recording.
Check out the full RWA BitBucket Pipelines configuration.
GitLab CI​
GitLab CI GuideSee GitLab CI + Cypress Dashboard in action
Real World Example New​
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 Dashboard recording.
Check out the full RWA GitLab CI configuration.
AWS CodeBuild​
AWS CodeBuild GuideSee AWS CodeBuild + Cypress Dashboard in action
Real World Example New​
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 Dashboard 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.