diff --git a/spec/support/formatters/json_formatter.rb b/spec/support/formatters/json_formatter.rb
index 10af5445b7a4737a0a31c1b3ab938e8745bbf9e5..e9d65af710aeb7757859b68251ddb6c00d138ad5 100644
--- a/spec/support/formatters/json_formatter.rb
+++ b/spec/support/formatters/json_formatter.rb
@@ -74,7 +74,8 @@ def format_example(example)
           product_group: example.metadata[:product_group],
           feature_category: example.metadata[:feature_category],
           ci_job_url: ENV['CI_JOB_URL'],
-          retry_attempts: example.metadata[:retry_attempts]
+          retry_attempts: example.metadata[:retry_attempts],
+          level: example.metadata[:level]
         }
       end