Skip to content

Show unit test reports in Gitlab

Daniel Lyons requested to merge show-unit-test-reports-in-gitlab into 2.8.4-DEVELOPMENT

Gitlab supports generating reports about what unit tests failed, using Pytest output in JUnit XML format.

If this change works, you'll see something like this below:

Screenshot_2024-05-03_at_4.29.23_PM

You can also see a live example on this TTAT MR.

Interestingly, this pipeline appears not to be running the unit tests. Is that by design?

Edited by Daniel Lyons

Merge request reports