Is there any ETA on supporting <#CT0G9SD7Z|kotest>...
# fleet
h
Is there any ETA on supporting #kotest in Fleet? Or there a custom way to run kotests in Fleet without a plugin?
sad panda
d
You can run the tests using the gradle test task and run a specific test using the --test param...
In Intellij, I know it picks that up and shows the results in the test pane -- even without the plugin, but I'm not sure about Fleet.
h
Thanks!