Hi! What would you people recommend for nice conso...
# kotest
j
Hi! What would you people recommend for nice console output with kotest nested tests? I tried
com.adarshr.test-logger
with BehaviorSpec but it prints "Givens" (outer tests names) after their inner tests, effectively printing everything in reverse order...
👀 1
s
That's because gradle doesn't understand nested tests. We have our own gradle plugin but it's not quite ready.
j
I see! Thank you very much. Looking forward for that plugin.