Module Capybara::Screenshot
In: lib/capybara-screenshot.rb
lib/capybara-screenshot/version.rb
lib/capybara-screenshot/rspec/text_reporter.rb
lib/capybara-screenshot/rspec/html_embed_reporter.rb
lib/capybara-screenshot/rspec/html_link_reporter.rb
lib/capybara-screenshot/rspec/textmate_link_reporter.rb
lib/capybara-screenshot/rspec/base_reporter.rb
lib/capybara-screenshot/rspec/json_reporter.rb
lib/capybara-screenshot/rspec.rb
lib/capybara-screenshot/s3_saver.rb
lib/capybara-screenshot/callbacks.rb
lib/capybara-screenshot/saver.rb
lib/capybara-screenshot/pruner.rb
lib/capybara-screenshot/testunit.rb

Methods

Classes and Modules

Module Capybara::Screenshot::Callbacks
Module Capybara::Screenshot::MiniTestPlugin
Module Capybara::Screenshot::RSpec
Module Capybara::Screenshot::Spinach
Class Capybara::Screenshot::Pruner
Class Capybara::Screenshot::S3Saver
Class Capybara::Screenshot::Saver

Constants

VERSION = '1.0.22'

External Aliases

screenshot_and_save_page -> screen_shot_and_save_page
screenshot_and_open_image -> screen_shot_and_open_image

Attributes

append_random  [RW] 
append_timestamp  [RW] 
autosave_on_failure  [RW] 
filename_prefix_formatters  [RW] 
final_session_name  [W] 
prune_strategy  [RW] 
registered_drivers  [RW] 
s3_configuration  [RW] 
s3_object_configuration  [RW] 
testunit_paths  [RW] 
webkit_options  [RW] 

Public Class methods

Prune screenshots based on prune_strategy Will run only once unless force:true

Reset prune history allowing further prunining on next failure

[Validate]