Module: Gitlab::QA::Runtime::Env
Instance Method Summary collapse
Instance Method Details
#delegated ⇒ Object
11 12 13 |
# File 'lib/gitlab/qa/runtime/env.rb', line 11 def delegated %w(GITLAB_USERNAME GITLAB_PASSWORD GITLAB_URL EE_LICENSE).freeze end |
#screenshots_dir ⇒ Object
7 8 9 |
# File 'lib/gitlab/qa/runtime/env.rb', line 7 def screenshots_dir ENV['QA_SCREENSHOTS_DIR'] || '/tmp/gitlab-qa-screenshots' end |