Looks like failing nodejs tests don't get reported...
# kotest
b
Looks like failing nodejs tests don't get reported nicely in intellij since Kotlin 1.7.0. Details in the thread, and I can report a bug I just don't know which repo (I'd guess the gradle plugin, but could see it being the IDEA plugin)
From the latest kotest-examples-multiplatform commit (3e05a36e), changing the kotlin version, making a JS test fail, and un-commenting the target nodejs results in this:
Passing node tests, and failing tests on other platforms all look fine. Just node as far as I can tell.
Also intercepted the node process args/output and all looks normal (From a personal project, not kotest-examples-multiplatform)
And for completeness, here's jsBrowserTest failing & reporting nicely
s
Bug should go on the main project page
b
Alright! I'll open an issue and link it here