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?
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?
You could run parallel tests in docker containers and use sorry-cypress.
https://sorry-cypress.dev/