tnicola / cypress-parallel

Reduce up to 40% your Cypress suite execution time parallelizing the test run on the same machine.
MIT License
560 stars 117 forks source link

Add support for --spec CLI option #167

Closed ryanolson-aumni closed 7 months ago

ryanolson-aumni commented 1 year ago

As an alternative to -d, you can pass spec file paths (just like you would in Cypress). If --spec is present, it will use that to determine which tests to run.

Resolves #155

AlinaSkilsaraFreshcode commented 10 months ago

Hi guys, thank you for your update, it's very useful. When will it be merged?

valipopa commented 10 months ago

@IkaroSantos @ryanolson-aumni hey there, any updates on this one? could really use it, because even if all test suites in directory pass, build fails because not all found specs provide results. Thanks, appreciate it!

roxaaams commented 7 months ago

@ryanolson-aumni @IkaroSantos can we have this PR merged please?