bahmutov / cypress-split

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

Ability to configure threshold for updating timings.json #170

Closed rafiazman closed 7 months ago

rafiazman commented 7 months ago

Hello there, big fan of your work in making Cypress work a lot better and slightly reduce the temptation to migrate to Playwright 😄

We have been using this to speed up our frontend application GitLab pipeline runs and in our case, the test execution times can end up varying by more than 10% between pipeline runs even when no changes have been made to the Cypress spec files.

For the time being, we have patched this manually ourselves to read a value from environment variable instead (we have it set to 20% at the moment).

Would it be possible to have this change done in an upcoming release?

I imagine this is something that would be useful for a lot of other people as well.

github-actions[bot] commented 7 months ago

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

The release is available on:

Your semantic-release bot :package::rocket: