Open gholmes86 opened 5 years ago
I'm using selenium ruby cucumber the screenshot happens on the failure HTML screenshot: ./runs/screenshot_2019-11-07-15-23-38.098.html Image screenshot: ./runs/screenshot_2019-11-07-15-23-38.098.png its links, but its blank
gem 'capybara-screenshot', :group => :test require 'capybara-screenshot/cucumber'
the screenshot is blank !
I am also having this issue.
Same for me too, blank screenshots. Here is the HTML one:
<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body></body></html>
Same issue at this end.
I'm using selenium ruby cucumber the screenshot happens on the failure HTML screenshot: ./runs/screenshot_2019-11-07-15-23-38.098.html Image screenshot: ./runs/screenshot_2019-11-07-15-23-38.098.png its links, but its blank
gem 'capybara-screenshot', :group => :test require 'capybara-screenshot/cucumber'
the screenshot is blank !