Sha256: d3d912380b38c0c96441a2a102aecc0dedcdfd1d8d8af026ca96c56b8ab6b9b0
Contents?: true
Size: 390 Bytes
Versions: 12
Compression:
Stored size: 390 Bytes
Contents
# frozen_string_literal: true 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
12 entries across 12 versions & 1 rubygems