Commit 90b2ce17 authored by Mark Lapierre's avatar Mark Lapierre

Merge branch 'ensure-allure-metadata' into 'master'

E2E: Add allure metadata in after block

See merge request gitlab-org/gitlab!65418
parents 36278d57 90a97da4
......@@ -66,7 +66,7 @@ module QA
RSpec.configure do |config|
config.formatter = AllureRspecFormatter
config.before do |example|
config.after do |example|
next if example.attempts && example.attempts > 0
testcase = example.metadata[:testcase]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment