Really enjoying Prepared, but the only things that...
# opensavvy
d
Really enjoying Prepared, but the only things that's really missing right now is the nested tests... having a very long list of tests (especially when using Parameterize) it could be very hard to spot a particular suite that failed... simple collapsing in Intellij helps tons in that if the tests are nested...
c
The kotlin-test runner supports nesting IIRC. The Kotest runner can't support nesting because Kotest doesn't support nesting on KJS. I guess I could have different logic on each platform, so it supports nesting where Kotest does, but that doesn't sound fun to maintain at the moment.
@Oliver.O has a nice project that may help there, we're discussing what's possible.