I'm working on a cypress test execution on Github actions and I need to know whether there is a way to execute the tests in parallel mode without using the cypress dashboard (Open source solution)
Tried the solution with 'Sorry Cypress' (https://docs.sorry-cypress.dev/) but I was not able to execute the tests in CI/CD (Github Actions).
Can someone point me in the right direction?