How can we run Cypress tests in parallel on a single machine?

2.5k views Asked by At

I need to run my tests on a single machine. The project has more than 50 tests (spec files).

Is it possible to achieve this via Jenkins configuration?

1

There are 1 answers

2
Nikita Alekseev On

You could run parallel tests in docker containers and use sorry-cypress.

https://sorry-cypress.dev/