kaocha

Official support channel: https://clojureverse.org/c/projects/kaocha
2020-12-10T11:23:35.304900Z

so btw just to see if I understood, atm it's not possible to add a plugin to tests.edn to a single test-suite for example?

2020-12-10T11:24:07.305700Z

so the only way to enable one more "dynamically" is to pass the --plugin option (or maybe pass the same config in kr/run) for example

plexus 2020-12-10T11:24:23.305900Z

no, it just doesn't make sense in our architecture, plugins work on an entire run

plexus 2020-12-10T11:25:19.306100Z

you can do all kinds of things, use :profile, enable it in hooks, etc. But no matter what you do, it will be active for all test suites in the run.

2020-12-10T11:28:43.306300Z

ah yeah sure ok