Hello all, I know that is a filter for test like here:
#kaocha/v1
{:tests [{:kaocha.filter/focus [my.project.sample-test/other-test]}]
:color? false
:randomize? false}how do I use it if I have something like this:
{:kaocha.testable/id :e2e
:kaocha.testable/type :kaocha.type/clojure.test
:kaocha/test-paths ["test/e2e"]
:kaocha/ns-patterns ["-test$"]
:kaocha/source-paths ["src"]}