Cypress - GitLab CI/CD

Running Cypress test in parallel on GitLab

TL;DR Take a look at an example repository:

https://gitlab.com/currents.dev/gitlab-currents-example

GitLab CI/CD platform allows effectively running your Playwright and Cypress test in parallel, using multiple containers and Currents for tests orchestration.

To run Cypress tests in parallel, define parallel job parameters in GitLab CI/CD pipeline configuration file.

GitLab will run the jobs on multiple containers - each container will run a unique set of tests using Currents orchestration service. Currents applies intelligent optimizations and sorts the test to reduce the overall runtime of the pipeline.

Last updated