We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the block arg to Turn.config I set "c.format = :cue". When a test fails and the runner pauses, one of the possible inputs is "r" for restart:
[c,i,q,r,t,#,?] ? c continue r restart i irb b backtrace # backtrace lines q quit ? help [c,i,q,r,t,#,?]
But "r" for restart works just like "continue". Isn't it supposed to restart the failed test?
The text was updated successfully, but these errors were encountered:
Look at cue_reporter.rb#L145-L147
Any ideas on how to implement?
Sorry, something went wrong.
Wish I had time! On Feb 4, 2014 12:58 PM, "7rans" [email protected] wrote:
Look at cue_reporter.rb#L145-L147https://github.com/turn-project/turn/blob/master/lib/turn/reporters/cue_reporter.rb#L145-L147 Any ideas on how to implement? — Reply to this email directly or view it on GitHubhttps://github.com//issues/131#issuecomment-34087728 .
Look at cue_reporter.rb#L145-L147https://github.com/turn-project/turn/blob/master/lib/turn/reporters/cue_reporter.rb#L145-L147
— Reply to this email directly or view it on GitHubhttps://github.com//issues/131#issuecomment-34087728 .
No branches or pull requests
In the block arg to Turn.config I set "c.format = :cue". When a test fails and the runner pauses, one of the possible inputs is "r" for restart:
But "r" for restart works just like "continue". Isn't it supposed to restart the failed test?
The text was updated successfully, but these errors were encountered: