Cypress - GitLab CI/CD

Running Cypress test in parallel on GitLab

circle-info

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 parallelarrow-up-right 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

Last updated

Was this helpful?