kaocha

Official support channel: https://clojureverse.org/c/projects/kaocha
Mitch 2020-07-29T00:51:34.008400Z

thanks @plexus. thinking I will use the figwheel runner and keep an eye on kaocha

plexus 2020-07-29T12:29:33.009100Z

I'm not sure I'm following. You can still use kaocha-cljs alongside figwheel, and you can or can not use the figwheel repl-env with kaocha-cljs, those are separate things

Mitch 2020-07-29T13:25:19.014600Z

Sorry, I wasn't being clear/detailed enough. I was looking for a way to get kaocha-cljs working with my figwheel session, ideally such that I could use the kaocha emacs plugin to easily run tests interactively. I am not very familiar with the tools, so I was just wondering if there was some template or example I could use to get up and running quickly. I think I will just stick with figwheel's test display library and cljs.test until I have some more time to invest in getting the kaocha env configured.

plexus 2020-07-29T17:59:14.015700Z

Yeah that's never gonna work, kaocha-cljs has its own cljs compiler and repl env

Mitch 2020-07-29T18:21:32.016400Z

Yeah, thanks for bearing with me. Think I just misunderstood what the figwheel repl env was