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
diff options
context:
space:
mode:
Diffstat (limited to 'qa/qa/runtime/allure_report.rb')
-rw-r--r--qa/qa/runtime/allure_report.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/qa/qa/runtime/allure_report.rb b/qa/qa/runtime/allure_report.rb
index e726f7a316f..b75163deb67 100644
--- a/qa/qa/runtime/allure_report.rb
+++ b/qa/qa/runtime/allure_report.rb
@@ -35,6 +35,9 @@ module QA
config.issue_tag = :issue
config.link_issue_pattern = '{}'
+ # custom grouping of failures, https://docs.qameta.io/allure-report/#_categories_2
+ config.categories = File.new(File.join(Runtime::Path.qa_root, "allure", "categories.json"))
+
if Env.running_in_ci?
config.environment_properties = environment_info
# Set custom environment name to separate same specs executed in different jobs