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?
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
no, it just doesn't make sense in our architecture, plugins work on an entire run
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.
ah yeah sure ok