i'm probably blind, but is there somewhere a wiki ...
# test
r
i'm probably blind, but is there somewhere a wiki that explains how to use
kotlin-test-junit
?
s
It is disabled by default in multiplatform projects due Gradle API limitations. There is internal property
kotlin.tests.individualTaskReports=true
. You can add it to gradle.properties. In this case individual test tasks will fail, and other test task may be skipped. Btw, why do you need junit xml reports?
h
@snrostov For us it's this: Bamboo parses and displays test results that are in junit xml format.