Module: Gitlab::QA::Runtime::Env

Extended by:
Env
Included in:
Env
Defined in:
lib/gitlab/qa/runtime/env.rb

Instance Method Summary collapse

Instance Method Details

#delegatedObject



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_dirObject



7
8
9
# File 'lib/gitlab/qa/runtime/env.rb', line 7

def screenshots_dir
  ENV['QA_SCREENSHOTS_DIR'] || '/tmp/gitlab-qa-screenshots'
end