bahmutov / cypress-split

Split Cypress specs across parallel CI machines for speed
MIT License
199 stars 21 forks source link

Allow randomization of test execution #259

Closed jonkoops closed 2 months ago

jonkoops commented 2 months ago

Right now the way tests are split is deterministic. In order to shake out any tests that might fail because of execution order, it would be nice to be able to provide a 'seed' to cypress-split to allow randomization of the executed order.

bahmutov commented 2 months ago

Interesting idea

github-actions[bot] commented 2 months ago

:tada: This issue has been resolved in version 1.22.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

jonkoops commented 2 months ago

That was a fast turnaround, thanks!