kotest / kotest-intellij-plugin

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

Feature request: smarter breadcrumbs in freespec #319

Open jlous opened 1 month ago

jlous commented 1 month ago

Would it be possible for the kotest plugin to provide its own breadcrumbs?

When using FreeSpec, the default kotlin breadcrumbs become just a number of anonymous lambdas shown as "{...}". This is basically useless.

I would like in stead to see the actual case names in the breadcrumbs.

I love FreeSpec, and use it for functional tests suites sort of cucumber-style. Those can easily become both long and deep enough that it would be really useful with some help keeping track of exactly which requirement you are looking at.