Rspec,立即推断出详细的故障信息
当我运行 rspec 测试时。我看不到测试的详细结果。
我可以看到
FFF.FF.......
如果我的测试执行了很多次,我需要等待很多时间才能看到详细的失败消息。
Rspec可以立即推断出详细的故障消息吗?
When I run rspec tests. I can't see details result of my tests.
I can see
FFF.FF.......
If my tests executed a many time, me need wait a lot of time to see detail failures message.
Rspec can at once deduce detail failures message?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看 rspec-instafail gem,GitHub 上有信息和安装说明 ==> https://github.com/grosser/rspec-instafail
Have a look at the rspec-instafail gem, there's info and install instructions at GitHub ==> https://github.com/grosser/rspec-instafail