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 has been archived by the owner on May 20, 2021. It is now read-only.
The filter (which sits on the chain between the compiler and the runner) listens for the test_case_finished event and, if the test case failed, pumps it down the chain and into the runner again.
Bear in mind that everything is synchronous / single-threaded in cucumber-ruby, which is why this works.
It makes some of the old formatters, which weren't written with this in mind, go pretty crazy!
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Support retry (which in Cucumber-Ruby is implemented in the filter pipeline)
@brasmusson @mattwynne can you please give more detail or tag someone who can?
The text was updated successfully, but these errors were encountered: