kaocha

Official support channel: https://clojureverse.org/c/projects/kaocha
grierson 2020-04-10T12:34:10.104100Z

Is there a option to clear output before tests run in --watch mode?

grierson 2020-04-10T12:48:54.105600Z

Also is there an option to use https://github.com/AvisoNovate/pretty with Kaocha? For pretty stacktraces?

grierson 2020-04-10T12:53:23.106600Z

Created a ClojureVerse thread - https://clojureverse.org/t/clearer-reporting/5761

plexus 2020-04-10T15:07:02.108200Z

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.

grierson 2020-04-10T15:55:56.110500Z

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?