I did some testing with the `JunitXmlReporter` and...
# kotest
s
I did some testing with the
JunitXmlReporter
and
HtmlReporter
and both seem to have some issues. The
JunitXmlReporter
seems to omit data driven tests, yet their failure was printed on the gradle console. The html reporter doesn't show the error messages at all from failing test (and omits the data driven tests). Am I doing something wrong? Both issues are currently not reported