Fork me on GitHub
#kaocha
<
2022-10-19
>
Noah Bogart16:10:37

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

Noah Bogart16:10:03

is it possible to define a universal focus and skip meta?

plexus15:10:14

You can configure them at the top level I believe, should be in the docs.

Noah Bogart15:10:13

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