Does new <kotest> plugin for IntelliJ support anno...
# kotest
g
Does new kotest plugin for IntelliJ support annotation spec? I moved the core to 4.1.0.RC2, it made me move from kotlintest to kotest plugin and the new plugin doesn't let me run (meaning there is no green arrow for the test method) my AnnotationSpec based tests. It allows to run StringSpec based tests though
s
Bug.
g
Should I create a ticket or this is related to https://github.com/kotest/kotest/issues/1512 ?
What about this one? @sam
s
You need plugin 1.0.1 for that - you should have had an update request inside intellij
if not go to plugins and click the update button on kotest
1.0.2 is pending approval too
g
ok, getting 1.0.1 now
s
Any issues let me know
g
Still no button to run this test
There is one for StringSpec, but not for Annotation
s
Yes annotation spec not covered yet.
g
any estimations on that?
s
It probably won't take long once I sit down to do it. It's the next item on the list for the plugin, but probably won't be for a week or so.
👌 1
g
I see there were a number of updates to the plugin, but the issue above is still there. Please let me know whether the fix will be soon or not @sam
😞
s
You can always make a PR if you're in a hurry.
Otherwise I'll get it to as soon as I can
g
Ok, I will consider
s
The next plugin release (due today or tomorrow) has annotation spec support FYI
👍 1