Does anyone know of an issue where JVM tests in a multiplatform project do not have standard output? The test failure just shows the stacktrace, nothing more. Other modules that are JVM-only do not have this issue (the standard output does display in the test results).
Using kotlin.test with junit5
s
spand
06/06/2023, 6:07 AM
idea/gradle/junit might do some magic to group stdout when running multiple tests in parallel