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

Version Path
nextgen-0.14.0 template/test/application_system_test_case.rb
nextgen-0.13.0 template/test/application_system_test_case.rb
nextgen-0.12.0 template/test/application_system_test_case.rb
nextgen-0.11.0 template/test/application_system_test_case.rb
nextgen-0.10.0 template/test/application_system_test_case.rb
nextgen-0.9.0 template/test/application_system_test_case.rb
nextgen-0.8.0 template/test/application_system_test_case.rb
nextgen-0.7.0 template/test/application_system_test_case.rb
nextgen-0.6.0 template/test/application_system_test_case.rb
nextgen-0.5.1 template/test/application_system_test_case.rb
nextgen-0.5.0 template/test/application_system_test_case.rb
nextgen-0.4.0 template/test/application_system_test_case.rb
nextgen-0.3.0 template/test/application_system_test_case.rb