Fork me on GitHub
#kaocha
<
2020-12-10
>
andrea.crotti11:12:35

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?

plexus11:12:23

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

andrea.crotti11:12:07

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

plexus11:12:19

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.

andrea.crotti11:12:43

ah yeah sure ok