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/support/json_formatter.rb')
-rw-r--r--qa/qa/support/json_formatter.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/qa/support/json_formatter.rb b/qa/qa/support/json_formatter.rb
index 0b805cd9eec..252ccfe73d3 100644
--- a/qa/qa/support/json_formatter.rb
+++ b/qa/qa/support/json_formatter.rb
@@ -51,6 +51,7 @@ module QA
testcase: example.metadata[:testcase],
quarantine: example.metadata[:quarantine],
screenshot: example.metadata[:screenshot],
+ product_group: example.metadata[:product_group],
ci_job_url: QA::Runtime::Env.ci_job_url
}
end