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 best solutions below

2
On

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

https://sorry-cypress.dev/