You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 7, 2025. It is now read-only.
I was hoping to use rspec-retry to not only automatically re-run failing tests, but to record information about which tests are failing intermittently and which are failing multiple times. Does that information get summarised anywhere?
I was thinking of using the retry_callback but that only runs in between tests, and so means it can only be used to record individual failures, and not used to indicate that a test first failed and then passed. Is there some other mechanism available?
I was hoping to use rspec-retry to not only automatically re-run failing tests, but to record information about which tests are failing intermittently and which are failing multiple times. Does that information get summarised anywhere?
I was thinking of using the
retry_callbackbut that only runs in between tests, and so means it can only be used to record individual failures, and not used to indicate that a test first failed and then passed. Is there some other mechanism available?Many thanks in advance