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.
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.