kaocha

robert-stuttaford 2024-02-06T10:14:09.814989Z

is there an example somewhere showing how to integrate kaocha-cljs2 into a codebase that already has a bunch of clj/jvm tests? specifically, how to deal with the addition to tests.edn :tests [{:type :kaocha.type/cljs2}] which bricks the ability for kaocha to find clj/jvm tests

plexus 2024-02-07T11:32:25.159979Z

On finding jvm tests, if you set up your tests.edn like that you only have a cljs test suite, add a second suite with just an id, it'll default to clojure.test

robert-stuttaford 2024-02-07T12:46:44.540309Z

thank you sir!

robert-stuttaford 2024-02-06T12:32:36.088069Z

also, although the tests show in the web interface (and it's really cool), the tests can't be found by the command line runner. i see traffic on tunnel when running the cmd line runner, though, and, if i run it while the web tab isn't open yet, it hangs until i do.