Skip to content

Display classname JUnit attribute in report modal

Fabio Pitino requested to merge display-junit-classname-in-modal into master

What does this MR do?

When JUnit report has <testcase classname="the-classname"> it's not being displayed in the reports modal. With this MR I've added support for displaying classname to the report.

Partially related to https://gitlab.com/gitlab-org/gitlab-ce/issues/50964 - In particular it solves https://gitlab.com/gitlab-org/gitlab-ce/issues/50964#note_133968247

Before Screenshot_2019-05-16_at_19.25.01

After Screenshot_2019-05-16_at_19.28.11

Does this MR meet the acceptance criteria?

Conformity

Edited by Fabio Pitino

Merge request reports