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?
This was the high-level idea on how I managed to do the parallel execution without using the cypress dashboard. I know the solution is not perfect but, it's a good workaround and it managed to cut-down my test execution time by more than 60%