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

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?



Solution 1:[1]

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

https://sorry-cypress.dev/

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Nikita Alekseev