File tree Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Expand file tree Collapse file tree 3 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ group :development, :test do
7474 gem 'rubocop-rspec_rails'
7575 gem 'rainbow'
7676 gem 'puma' # used by capybara 3
77+ gem 'capybara-screenshot'
7778end
7879
7980group :test do
Original file line number Diff line number Diff line change 156156 rack-test (>= 0.6.3 )
157157 regexp_parser (>= 1.5 , < 3.0 )
158158 xpath (~> 3.2 )
159+ capybara-screenshot (1.0.26 )
160+ capybara (>= 1.0 , < 4 )
161+ launchy
162+ childprocess (5.1.0 )
163+ logger (~> 1.5 )
159164 chronic (0.10.2 )
160165 coderay (1.1.3 )
161166 coffee-rails (5.0.0 )
255260 thor (>= 0.14 , < 2.0 )
256261 json (2.13.1 )
257262 language_server-protocol (3.17.0.5 )
263+ launchy (3.1.1 )
264+ addressable (~> 2.8 )
265+ childprocess (~> 5.0 )
266+ logger (~> 1.6 )
258267 libv8-node (24.1.0.0-arm64-darwin )
259268 libv8-node (24.1.0.0-x86_64-linux )
260269 lint_roller (1.1.0 )
@@ -580,6 +589,7 @@ DEPENDENCIES
580589 capistrano-rails
581590 capistrano-rvm
582591 capybara
592+ capybara-screenshot
583593 coffee-rails
584594 coffee-script-source (~> 1.8 , >= 1.8.0 )
585595 country_select
Original file line number Diff line number Diff line change 1717require 'ffaker'
1818require 'timecop'
1919require 'webdrivers'
20+ require 'capybara-screenshot/rspec'
2021
2122# Requires supporting ruby files with custom matchers and macros, etc,
2223# in spec/support/ and its subdirectories.
You can’t perform that action at this time.
0 commit comments