You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: