kotest / kotest-intellij-plugin

The official Kotest plugin for Intellij and Android Studio
Apache License 2.0
173 stars 19 forks source link

Plugin doesn't recognize scoped callbacks introduced in Kotest 4.2 #85

Closed Reevn closed 4 years ago

Reevn commented 4 years ago

With Kotest 4.2 new scoped callbacks like beforeEach/afterEach were introduced.

The plugin doesn't recognize these callbacks in the plugin window like it does for beforeTest/afterTest.

The plugin window should also show these new callbacks:

sksamuel commented 4 years ago

Yes good catch (the tool window right).

sksamuel commented 4 years ago

Fixed in latest plugin.