Is it possible to define both an "all" test suite that contains all tests and a bunch of test suites that only select subdirectories, and have the default be the "all"?
is it possible to define a universal focus and skip meta?
You can configure them at the top level I believe, should be in the docs.
https://cljdoc.org/d/lambdaisland/kaocha/1.70.1086/doc/6-focusing-and-skipping only talks about test suites
oh, maybe just have to pass it in the command line? i thought it did the same as setting :kaocha.filter/focus-meta in the test suite, but i might have misread it