Skip to content

Draft: Automatically generate a JUnit report if there is a failure

Instead of manually creating one, append the various tests/results into a temporary yaml file and then generate a junit XML file in an after_script.

Fixes #30 (closed)

We probably want to merge !80 (merged) first and then do the correct fixes. But opening the MR because the code is roughly working and it could be reused somewhere else.

If people are not happy with this, we can of course just drop the idea entirely.

Merge request reports