Show unit test reports in Gitlab
4 unresolved threads
4 unresolved threads
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?
Edited by Daniel Lyons
Merge request reports
Activity
added 16 commits
-
36a322df...26480f05 - 15 commits from branch
2.8.4-DEVELOPMENT
- b8d4fe87 - Add rule to unit-test macro to keep JUnit-style XML reports for Gitlab CI integration
-
36a322df...26480f05 - 15 commits from branch
added 1 commit
- 7e1c0417 - Allowed all unit-test CI jobs to run when template changes
added 1 commit
- 2301a8c0 - Revert "Allowed all unit-test CI jobs to run when template changes"
- Resolved by Sam Kagan
added 22 commits
-
172d98bd...77a55d83 - 15 commits from branch
2.8.4-DEVELOPMENT
- 1b96c67c - Add rule to unit-test macro to keep JUnit-style XML reports for Gitlab CI integration
- 2ac9d5ec - Allowed all unit-test CI jobs to run when template changes
- 78d20f2b - Revert "Allowed all unit-test CI jobs to run when template changes"
- cdd2e461 - Added test reports to package-build CI jobs
- 794e9500 - Drafted fix for reports not being found
- 425f2e71 - Added PACKAGE_NAME to CI config for test reports
- 0067c0d1 - Removed dead code
Toggle commit list-
172d98bd...77a55d83 - 15 commits from branch
mentioned in commit 54c9ff2e
Please register or sign in to reply