Allow a custom function to name a test #2507
Labels
enhancement ✨
Suggestions for adding new features or improving existing ones.
framework 🏗️
Pertains to the core structure and components of the Kotest framework.
Milestone
Right now we allow users to append tags to tests names, which is fine - but it would be even better to provide users an extension point to modify the name of the tests based on the test itself and tags (and perhaps other information).
Given a test with tags
Slow
andNickNack
status quo:
new hotness, in kotlin pseudocode:
would give us a nice test name like
The text was updated successfully, but these errors were encountered: