diff options
author | Brett Walker <brett@digitalmoksha.com> | 2018-01-08 12:44:32 +0000 |
---|---|---|
committer | Grzegorz Bizon <grzegorz@gitlab.com> | 2018-01-08 12:44:32 +0000 |
commit | 6762d2875e979e1e2692062b2353265f5d743fc8 (patch) | |
tree | 74c0dec9927f2612b2393722ac55827c17d3e94b /qa/qa.rb | |
parent | 33fb2f99e92acc96ab322f4594a13f11218db87e (diff) | |
download | gitlab-ce-6762d2875e979e1e2692062b2353265f5d743fc8.tar.gz |
Resolve "Allow QA tests to run with `CHROME_HEADLESS=false`"
Diffstat (limited to 'qa/qa.rb')
-rw-r--r-- | qa/qa.rb | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ module QA autoload :Namespace, 'qa/runtime/namespace' autoload :Scenario, 'qa/runtime/scenario' autoload :Browser, 'qa/runtime/browser' + autoload :Env, 'qa/runtime/env' end ## |