NoRedInk / rspec-retry

retry randomly failing rspec example
MIT License
581 stars 95 forks source link

Functionality for collecting fails and retrying specs at the end of execution instead of right there after first fail #114

Open snackattas opened 3 years ago

snackattas commented 3 years ago

I run selenium tests 60x parallel, and, the system is at its limit during a test run performance-wise.

It would be nice if, instead of immediately retrying the spec upon fail, this gem had the option to retry the failed specs at the end of the process...where there are more likely to be less tests running at the same time

Is that a possibility? If it is, and the committers don't want to add it, if you point me in the right direction, I'd be happy to look at adding it.

gregblass commented 8 months ago

I would help with this. If anyone could point us in the right direction, that would be awesome.