Converts doctest(for c++) output to an xml report, suitable for applications that expect junit xml reports (e.g. Jenkins).
You can get binary from github release page.
-> Release Page
or, use go get
:
go get -u github.com/ujiro99/doctest-junit-report
doctest-junit-report reads the output of doctest binary from standard in and writes junit compatible XML to standard out.
${test_binary} -s -d | doctest-junit-report > report.xml