recumber
Automatically reruns failed cucumber tests. Most handy when re-evaluating cucumber failures caused by parallel flakiness
Installing
[sudo] gem install recumber
Usage:
Run cucumber and pipe its output to a logfile
$ cucumber | tee log/cucumber/last_run.log
Now run recumber from the command line. Recumber will parse the logfile at the relative path specified above
$ recumber
optionally, with zeus
$ recumber -z
Contributing
If you'd like to contribute to this project, fork this repo, make your changes, fixes, or additions, then send a pull request.