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:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-08-10 06:10:11 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-08-10 06:10:11 +0300
commitf2c0afdcb5597b226d75cdb043e57f79034b04bb (patch)
treee763b343cf6739ad2b43b9d086e5cc66e9e9a2e2 /qa/qa.rb
parent981771279a48c03263e29f3b4f41f54204ea3146 (diff)
Add latest changes from gitlab-org/gitlab@master
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 e028ec7c571..d560dc50174 100644
--- a/qa/qa.rb
+++ b/qa/qa.rb
@@ -632,7 +632,9 @@ module QA
module Helpers
autoload :ContextSelector, 'qa/specs/helpers/context_selector'
+ autoload :ContextFormatter, 'qa/specs/helpers/context_formatter'
autoload :Quarantine, 'qa/specs/helpers/quarantine'
+ autoload :QuarantineFormatter, 'qa/specs/helpers/quarantine_formatter'
autoload :RSpec, 'qa/specs/helpers/rspec'
end
end
@@ -680,6 +682,7 @@ module QA
autoload :WaitForRequests, 'qa/support/wait_for_requests'
autoload :OTP, 'qa/support/otp'
autoload :SSH, 'qa/support/ssh'
+ autoload :AllureMetadataFormatter, 'qa/support/allure_metadata_formatter.rb'
end
end