kaocha

Official support channel: https://clojureverse.org/c/projects/kaocha
enn 2021-03-04T21:55:27.025600Z

Is it possible to run kaocha with plugins from the REPL? (my use case is to make some changes to a plugin and test them interactively)

enn 2021-03-05T14:53:53.031200Z

Hmm, when I use kaocha.repl/run it does not write the results.xml file that the junit plugin is supposed to write. Possibly this is because my .kaocha-config.edn is not being picked up. Is there a way to manually load that?