Sha256: a5710a76018bbcfae8388ea74d2c2c81c1817d8df1cb3a0e694ff614619c4390
Contents?: true
Size: 391 Bytes
Versions: 8
Compression:
Stored size: 391 Bytes
Contents
RSpec.configure do |config| config.before(:each, type: :system) do driven_by :rack_test end config.before(:each, type: :system, js: true) do # If you don't want headless (for troubleshooting), use :selenium_chrome # driven_by :selenium_chrome # # Keep headless committed, only use alternatives for troubleshooting driven_by :selenium_chrome_headless end end
Version data entries
8 entries across 8 versions & 1 rubygems