Cypress - GitHub Actions

Using GitHub Actions Matrix for parallelizing Cypress tests

circle-info

By using GitHub Actions matrix execution strategyarrow-up-right, you can create multiple containers that will run Cypress tests in parallel. Currents orchestrates the tests between multiple containers, applying intelligent optimizations to reduce the overall runtime of your workflow, and records screenshots and videos for later troubleshooting.

Tests Parallelization with Github Actions

Please take a look at the example repositoryarrow-up-right that showcases running cypress tests in parallel using GitHub Actions.

The example workflow config filearrow-up-right:

Here's an example of how the demo workflow appears in Currents dashboard

Running Cypress tests in parallel - Currents dashboard

Last updated

Was this helpful?