Class: ApplicationSystemTestCase

Inherits:
ActionDispatch::SystemTestCase
  • Object
show all
Defined in:
lib/install/test/application_system_test_case.rb

Constant Summary collapse

TUNING_CHROME_ARGS =
%w[
  --disable-background-timer-throttling --disable-backgrounding-occluded-windows
  --disable-breakpad --disable-component-extensions-with-background-pages
  --disable-dev-shm-usage --disable-extensions --disable-features=TranslateUI,BlinkGenPropertyTrees
  --disable-gpu --disable-infobars --disable-ipc-flooding-protection --disable-popup-blocking
  --disable-renderer-backgrounding --disable-site-isolation-trials --disable-web-security
  --enable-features=NetworkService,NetworkServiceInProcess --force-color-profile=srgb
  --force-device-scale-factor=1 --hide-scrollbars --metrics-recording-only --mute-audio --no-sandbox
].freeze