Module: NdrDevSupport::IntegrationTesting::Drivers::Switchable

Defined in:
lib/ndr_dev_support/integration_testing/drivers/switchable.rb

Overview

Although the aim is to move to Chrome headless, we keep poltergeist as the default driver for now. For motivation behind not changing immediately, see the “Differences between Poltergeist and Selenium” section of:

https://about.gitlab.com/2017/12/19/moving-to-headless-chrome/

Constant Summary collapse

DEFAULT =
:poltergeist
CONFIGURED =
ENV.fetch('INTEGRATION_DRIVER', DEFAULT).to_sym