kaocha

fabrao 2022-11-25T21:41:41.738439Z

Hello all, I know that is a filter for test like here:

fabrao 2022-11-25T21:41:49.269399Z

#kaocha/v1
{:tests [{:kaocha.filter/focus [my.project.sample-test/other-test]}]
 :color? false
 :randomize? false}

fabrao 2022-11-25T21:42:40.158859Z

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"]}