Commit e62fe932 authored by Mark Lapierre's avatar Mark Lapierre

Rename `status_issue` tag to `testcase`

parent 998b2cd1
...@@ -48,7 +48,7 @@ module QA ...@@ -48,7 +48,7 @@ module QA
line_number: line_number.to_i, line_number: line_number.to_i,
run_time: example.execution_result.run_time, run_time: example.execution_result.run_time,
pending_message: example.execution_result.pending_message, pending_message: example.execution_result.pending_message,
status_issue: example.metadata[:status_issue], testcase: example.metadata[:testcase],
quarantine: example.metadata[:quarantine], quarantine: example.metadata[:quarantine],
screenshot: example.metadata[:screenshot] screenshot: example.metadata[:screenshot]
} }
......
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