Skip to content

Fix junit report attachment in tests with "error" result

What does this MR do?

Solves #331672 (closed)

Links to attachments from junit report are currently only shown for tests resulting in failure, but not for tests with error result.

This MR changes that, and shows links to attachments for tests resulting both in error or failure.

Screenshots (strongly suggested)

I have verified that after this change screenshot is shown for test with <error> element in junit test report.

Before this MR:

image

After this MR:

image

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Edited by Piotr Stankowski

Merge request reports

Loading