Is the kotest plugin already use-able? I was tryin...
# kotest
s
Is the kotest plugin already use-able? I was trying it out today, I’ve been using kotest in a new project. I shared my gradle config, I also tried with
test { useJUnitPlatform() }
but that didn’t change anything. I have plugin version
3.3.0.11
which I installed from the link on the github page of the plugin. The plugin is also still named
KotlinTest
in my editor, it was called Kotest on the plugin website. Any ideas? Shall I open a ticket on the plugin page? IntelliJ IDEA 2020.1 (Community Edition) Build #IC-201.6668.121, built on April 8, 2020 Runtime version: 11.0.6+8-b765.25 x86_64 VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o macOS 10.15.4 GC: ParNew, ConcurrentMarkSweep Memory: 4012M Cores: 12 Registry: ide.balloon.shadow.size=0 Non-Bundled Plugins: org.intellij.scala, org.jetbrains.kotlin, kotlintest-plugin-intellij
g
The plugin
KotlinTest
is retired, there is a beta plugin with the name
kotest
, it needs to be manually installed and setup as per the instructions here: https://github.com/kotest/kotest-intellij-plugin
s
Oh okay, when I went to the plugin page IntelliJ told me it could also auto install it.
So I guess that some kind of bug between IntellIJ and alpha plugins or something
Thanks @Gopal S Akshintala!
g
No the one on marketplace with name
KotlinTest
is still present, but not relevant with kotest 4.0 This is the new plugin (but it can’t be installed from marketplace as it is still under review): https://plugins.jetbrains.com/plugin/14080-kotest
s
I'll remove the old one once we launch the new one
I think the new one could come out of beta as it seems pretty reliable, there's lots of us using it
👍 1
s
I need to try to set it up again tonight with @Gopal S Akshintala’s links. (Thanks!). Did the versioning go back to
0.9
? That seems to be the latest, but there is also
4.0.11
from couple days ago
s
yes
the 4.0.x will all be deleted
s
Thanks @sam!
s
🙂