inside a MPP im trying to run all Tests from intellij by right-clicking on the root-package of
commonTest
-> "Run all in …".
I'd expect that at least tests for the jvmTarget would be executed but instead a notice pops up informing me that "No tests were found in module …,jvmTest" and i may choose some other module (which, of course, always results in the same error)
o
orangy
03/22/2019, 6:47 PM
Try running
jvmTests
task from Gradle toolwindow
t
thana
03/23/2019, 12:14 PM
yeah that works... but should;nt it be considered a bug if using the "Run All Tests" function from the context menu doesnt run properly?