Has anyone using 1.3.50 and the `allTests` task be...
# multiplatform
a
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
It is not supported yet due to Gradle API limitations. https://youtrack.jetbrains.com/issue/KT-32132
a
@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