com-lihaoyi / utest

A simple testing framework for Scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JUnit XML Reporter

Slakah opened this issue · comments

JUnit XML test results can be interpreted by many CI servers, e.g. circleci. So it might be useful to add a utest JUnit XML reporter.

reference: JUnit XSD.

Note: I would be willing to do the work required to implement this, but will likely need some direction on where best to add it.