https://kotlinlang.org logo
Title
h

Hexa

02/18/2019, 8:43 AM
Is there a way to run a single unit test via Intellij using https://github.com/kotlintest/kotlintest?
t

thanksforallthefish

02/18/2019, 8:45 AM
#kotlintest and funny, I was going to ask the same thing 🙂
h

Hexa

02/18/2019, 8:50 AM
ahah
It is quite annoying I can't do via Idea
can't do proper TDD
I will revert back to good old JUnit
d

dave08

02/18/2019, 8:55 AM
3.3 is coming out soon with intellij plugin for this. They already have a beta version if you want to try. @Hexa
h

Hexa

02/18/2019, 8:57 AM
Interesting
yea I would love to try it
d

dave08

02/18/2019, 8:59 AM
@LeoColman or @sam should be able to give you the right artifacts to import for this.
I think there's a reference to it in the issues too.
t

thanksforallthefish

02/18/2019, 9:02 AM
really cool, I am gonna wait or maybe even try the beta version. thanks dave for the heads up
😉 1
s

sam

02/18/2019, 12:10 PM
You need the 3.3.0.6 plugin from the jetbrains repo
and you need to be running a snapshot version of kotlintest from maven central snapshots
If you wait until later today, 3.3.0-RC2 and 3.3.0-RC2 intellij plugin should both be available. It's early days for the plugin so is liable to be a big buggy at first, but it works for me.