semgrep / testo

Test framework for OCaml
ISC License
16 stars 1 forks source link

Add support for JUnit export #14

Open mjambon opened 9 months ago

mjambon commented 9 months ago

This may have to be done in a separate package so as to minimize dependencies for those who don't need JUnit export. This would take advantage of the https://github.com/Khady/ocaml-junit library. Alternatively, it could be done in that repo rather than here.