summaryrefslogtreecommitdiff
path: root/qa/qa.rb
diff options
context:
space:
mode:
authorLin Jen-Shin <godfat@godfat.org>2018-01-22 18:22:44 +0800
committerLin Jen-Shin <godfat@godfat.org>2018-01-22 18:22:44 +0800
commitca7e1058e8d91a01157ac7d9170423e16a732850 (patch)
tree36691a11f2615a3591a18fb58ee504e74c907f07 /qa/qa.rb
parent68cc9ea22daa8c13b2cb880dcde2606b6b5b43b6 (diff)
downloadgitlab-ce-ca7e1058e8d91a01157ac7d9170423e16a732850.tar.gz
Add a scenario for adding secret variables
Diffstat (limited to 'qa/qa.rb')
-rw-r--r--qa/qa.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/qa/qa.rb b/qa/qa.rb
index 4803432aeee..ac082cfe9a0 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -26,6 +26,7 @@ module QA
autoload :Group, 'qa/factory/resource/group'
autoload :Project, 'qa/factory/resource/project'
autoload :DeployKey, 'qa/factory/resource/deploy_key'
+ autoload :SecretVariable, 'qa/factory/resource/secret_variable'
end
module Repository
@@ -105,6 +106,8 @@ module QA
autoload :Common, 'qa/page/project/settings/common'
autoload :Repository, 'qa/page/project/settings/repository'
autoload :DeployKeys, 'qa/page/project/settings/deploy_keys'
+ autoload :CICD, 'qa/page/project/settings/cicd'
+ autoload :SecretVariables, 'qa/page/project/settings/secret_variables'
end
end