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 thread index env variable #154

Closed unlocomqx closed 1 year ago

unlocomqx commented 1 year ago

closes #13

It's needed when each thread needs to target a different docker container for example

If you'd like to change the variable name, let me know

tnicola commented 1 year ago

Thanks for the PR. Merged!

unlocomqx commented 1 year ago

Thank you, I appreciate it