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)
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?