Is there a way to get the full path of a TestCase?...
# kotest
k
Is there a way to get the full path of a TestCase? For example, in a
beforeEach
, is there a shorter way to say:
Copy code
println("Before ${it.parents().joinToString("/") { it.name.testName }}/${it.name.testName}")