当Rspec使用capybara-webkit测试失败时,如何自动保存html和屏幕截图?当RSpec测试失败时,如何执行回调.
奖金积分:如何避免出现以下错误:
Capybara::Driver::Webkit::WebkitInvalidResponseError
执行此代码时:
require 'capybara/util/save_and_open_page' path = "/#{Time.now.strftime('%Y-%m-%d-%H-%M-%S')}" png = Capybara.save_and_open_page_path + "#{path}.png" page.driver.render Rails.root.join(png)
解决方法
找到一个可能会帮助你的精神
https://gist.github.com/1156691