jubishop / smalldemocracy

Tools for a Small Democracy.
https://smalldemocracy.com
Other
2 stars 1 forks source link

Support retries locally #250

Closed jubishop closed 2 years ago

jubishop commented 2 years ago

make it an option to be rake.

note that retry count comes in the example object so we can count which retry we are on, if we want....we could just hard fail up until the last time, then let the UI testing actually make us a new golden.

https://github.com/NoRedInk/rspec-retry/blob/06a9595f7c72d8747f4dfa037e84ba9c009f30cc/lib/rspec/retry.rb#L120