Skip to content

Instantly share code, notes, and snippets.

@hectorperez
Last active November 6, 2015 10:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hectorperez/814d2b0444261deca720 to your computer and use it in GitHub Desktop.
Save hectorperez/814d2b0444261deca720 to your computer and use it in GitHub Desktop.
Capybara screenshot
Add to Gemfile:
gem 'capybara-screenshot'
Add to spec or rails helper:
require 'capybara-screenshot/rspec'
screenshot_and_save_page # similar to save_and_open_page but image instead of html page
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment