kotest / kotest-intellij-plugin

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

Added tags display to kotest tool window #205

Closed sksamuel closed 2 years ago

sksamuel commented 2 years ago

Adds new window which scans for tags defined in files named KotestTags.kt

image

Next step will be to execute tests with those tags when you double click. We may need our (in the works) gradle plugin for that though.