Is there a option to clear output before tests run in --watch mode?
Also is there an option to use https://github.com/AvisoNovate/pretty with Kaocha? For pretty stacktraces?
Created a ClojureVerse thread - https://clojureverse.org/t/clearer-reporting/5761
Hi @grierson, welcome to Kaocha! I'm afraid neither of those exists right now, but the first one should be trivial with an extra reporter, and the second one shouldn't be too hard either I think. Happy to help you on your way if you want to have a stab at it.
Thank you @plexus I will look into making a custom reporter. Do you have any pointers on getting started? Do I just need to copy the same structure as kaocha.report.progress.clj?