Links
Comment on page

Cypress - GitLab CI/CD

Running Cypress test in parallel on GitLab
TL;DR Take a look at an example repository:
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.
Using Gitlab CI/CD parallel jobs for running cypress tests in parallel