mattheworiordan / capybara-screenshot

Automatically save screen shots when a Capybara scenario fails
MIT License
1.02k stars 168 forks source link

Screenshot is blank #267

Open gholmes86 opened 5 years ago

gholmes86 commented 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 !

image

njbbaer commented 4 years ago

I am also having this issue.

zedtux commented 4 years ago

Same for me too, blank screenshots. Here is the HTML one:

<html xmlns="http://www.w3.org/1999/xhtml"><head></head><body></body></html>
LimeBlast commented 3 years ago

Same issue at this end.