Parallel
Running Cypress Tests in Parallel on Browserstack Remote Browsers
This post walks through configuring your existing Cypress tests to execute in parallel on Browserstack remote browsers. Browserstack is not the go-to service for making your Cypress tests run in...
read articleRunning Cypress Tests in Parallel on Multiple GitHub Actions Containers
This post walks through configuring your existing Cypress tests to execute in parallel on multiple GitHub Actions containers using the Cypress cypress-split plugin. The cypress-split plugin will...
read articleRunning Cypress Tests in Parallel on Multiple GitHub Actions Containers Recorded on Cypress Cloud
This post walks through configuring your existing Cypress tests to execute in parallel on multiple GitHub Actions containers recorded on Cypress Cloud. Cypress Cloud is a paid tool which supports...
read articleRunning Cypress Tests in Parallel on One Machine
This post walks through configuring your existing Cypress tests to execute in a multi-threaded parallel run using the cypress-parallel package. For these steps I will be referencing this example...
read article