junit support is also jvm only? how do i run kotest tests on js for example?
ah ok i guess kotest uses kotlin test on MP and not junit
s
sam
10/31/2020, 11:08 AM
yes, for JS it builds on top of the compiler support that kotlin.test also uses.
So JS -> use kotest engine
Intellij - use kotest engine
JVM - use junit (which will add engine transitively) or the gradle plugin (use engine)
In 2021 if/when the gradle plugin becomes the preferred option then JUnit would be entirely optional.
c
christophsturm
10/31/2020, 2:14 PM
ok so its a long way? does it still have bugs?
s
sam
10/31/2020, 2:52 PM
I think its ok, but until more people test it, it won't be considered robust