We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c68bc2 commit 7449c40Copy full SHA for 7449c40
1 file changed
spec/spec_helper.rb
@@ -21,6 +21,7 @@
21
options = {}
22
options.merge!(inspector: true) if ENV["INSPECTOR"]
23
options.merge!(logger: StringIO.new) if ENV["CI"]
24
+ options.merge!(headless: false) if ENV["HEADLESS"] == "false"
25
Capybara::Cuprite::Driver.new(app, options)
26
end
27
0 commit comments