Commit 90a97da4 authored by Andrejs Cunskis's avatar Andrejs Cunskis

Add allure metadata in after block

parent 24e7f9fe
......@@ -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