https://kotlinlang.org logo
a

ankushg

08/26/2019, 11:12 PM
Has anyone using 1.3.50 and the
allTests
task been able to get test results as JUnit-like XML files? I'm only getting the HTML report page in
reports
and
binary
in
test-results
when using JVM and the (new) built-in JS test setup, which makes CI a bit less easy to use
s

snrostov

08/27/2019, 9:07 AM
It is not supported yet due to Gradle API limitations. https://youtrack.jetbrains.com/issue/KT-32132
a

Akhil Sunny

12/05/2019, 8:30 PM
@snrostov - Do you know if there are any plans to fix this issue ? Currently I am trying to create a single test report file for a kotlin mpp project and having xml is easy to work with