Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/qa/qa.rb
diff options
context:
space:
mode:
authorBrett Walker <brett@digitalmoksha.com>2018-01-08 15:44:32 +0300
committerGrzegorz Bizon <grzegorz@gitlab.com>2018-01-08 15:44:32 +0300
commit6762d2875e979e1e2692062b2353265f5d743fc8 (patch)
tree74c0dec9927f2612b2393722ac55827c17d3e94b /qa/qa.rb
parent33fb2f99e92acc96ab322f4594a13f11218db87e (diff)
Resolve "Allow QA tests to run with `CHROME_HEADLESS=false`"
Diffstat (limited to 'qa/qa.rb')
-rw-r--r--qa/qa.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index 453e4e9e164..71b80a6adcb 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -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
##