tmt icon indicating copy to clipboard operation
tmt copied to clipboard

report: junit: record a failure message for each failure reported within one testcase

Open jencce opened this issue 1 year ago • 10 comments

One testcase can report multiple failures by {tmt,rstraint,rhts}-reprot-result helper.

Now the junit reporter only reports one failure message for a failed testcase, no matter how many sub failures reported.

By adding this we can make the result more accurate and convenient for analysis.

jencce avatar May 16 '23 09:05 jencce