Module: Gitlab::QA::Runtime::Env
Constant Summary collapse
- VARIABLES =
%w(GITLAB_USERNAME GITLAB_PASSWORD GITLAB_URL EE_LICENSE).freeze
Instance Method Summary collapse
Instance Method Details
#delegated ⇒ Object
16 17 18 |
# File 'lib/gitlab/qa/runtime/env.rb', line 16 def delegated VARIABLES.select { |name| ENV[name] } end |
#screenshots_dir ⇒ Object
12 13 14 |
# File 'lib/gitlab/qa/runtime/env.rb', line 12 def screenshots_dir ENV['QA_SCREENSHOTS_DIR'] || '/tmp/gitlab-qa-screenshots' end |