jUnit compatible output of tests

For running Julia tests on azure I was asked if my tests can produce jUnit compatible output.

Any idea how to achieve that?

Someone probably has to write something similar to GitHub - jstemmer/go-junit-report: Convert Go test output to JUnit XML for Julia that takes Julia test output and converts it to jUnit output.

It exists already: GitHub - JuliaTesting/TestReports.jl: Making JUnit style XML reports for your julia tests

Thanks anyways…