Show unit test reports in Gitlab
Compare changes
Files
2+ 9
− 1
@@ -7,6 +7,7 @@
@@ -21,7 +22,8 @@
@@ -47,6 +49,12 @@
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:
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?