在 Ruby 测试/单元拆卸方法中检查测试结果
是否可以在拆卸方法中检查 Ruby 测试/单元的结果?
我正在使用 Ruby 与 Test/Unit、WATIR 和 Webdriver 来测试 Web 应用程序,并且希望在测试失败时在拆卸方法中抓取屏幕截图。
Is it possible to check the result of a Ruby Test/Unit in the teardown method?
I am using Ruby with Test/Unit, WATIR and Webdriver to test a web application and would like to grab a screenshot in the teardown method if the test has failed.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
更改assert_equal(或您正在使用的任何断言)怎么样?
How about changing assert_equal (or whatever assertion you're using) instead?