Kotlintest with Gradle in IntelliJ

I have used Scalatest a while and it seems Kotlintest (GitHub - kotest/kotest: Powerful, elegant and flexible test framework for Kotlin with additional assertions, property testing and data driven testing) is very similar. However, when using the Scala plugin in Intellij, creating a new Test using the “Create New Test …” shortcut would give me the option to select Scalatest as testing framework. For the Kotlin plugin, I don’t see a Kotlintest option. Is this simply not supported at the moment or am I missing some (gradle?) setup?

it’s not supported, please vote/follow https://youtrack.jetbrains.com/issue/KT-19984 for updates.

1 Like