Skip to content

Add an example JUnit XML file on a branch to see the results.

Charles Ferguson requested to merge test-branch into master

The results, as presented by GitLab at time of commit ignored:

  • The testsuite name.
  • The testsuite hostname.
  • The testsuite timestamp.
  • The testsuite properties.
  • The testcase classname.
  • The testcase file and line (not in the original specification, but commonly used).
  • The testcase failure message.
  • The testcase failure type.

The presentation misrepresents:

  • The testcase execution time as milliseconds rather than seconds.
  • The testcase failure output as the system output.

Merge request reports