Sha256: 757378213a2fba305f93f0fa181fbab3400646f78eb75a6210b7a954da1931f0
Contents?: true
Size: 359 Bytes
Versions: 13
Compression:
Stored size: 359 Bytes
Contents
require "test_helper" class ApplicationSystemTestCase < ActionDispatch::SystemTestCase driven_by :selenium, using: (ENV["SHOW_BROWSER"] ? :chrome : :headless_chrome), screen_size: [1400, 1400] do |options| # Allows running in Docker options.add_argument("--disable-dev-shm-usage") options.add_argument("--no-sandbox") end end
Version data entries
13 entries across 13 versions & 1 rubygems