kaocha

Official support channel: https://clojureverse.org/c/projects/kaocha
2020-07-28T08:02:54.497300Z

@plexus I wrote a quick blog post about the parallel test running https://andreacrotti.github.io/2020-07-28-parallel-ci-kaocha/

👍 2
plexus 2020-07-28T08:54:51.498400Z

Awesome @andrea.crotti! I'll tweet it and put it in the next open source update.

plexus 2020-07-28T08:55:00.498600Z

plexus 2020-07-28T08:55:07.499100Z

s/hand/and ?

2020-07-28T08:59:58.499300Z

hehe yes thanks

Mitch 2020-07-28T17:42:10.001300Z

does anyone know of a cljs project that uses figwheel.repl/repl-env? Can't quite get it working myself

plexus 2020-07-28T20:04:05.004200Z

I did some work to make kaocha-cljs repl work with the fw repl but it wasn't trivial. Some pretty specific stuff re. compiler options and serving the right html... So yeah not sure why project besides fw itself is really using it.

plexus 2020-07-28T20:06:02.007300Z

I'm quite fuzzy on the details but it involved doing a lot of source reading to see what I was missing. There's a bunch of orchestration between cljs compiler, http serving, js runtime, websocket connection. You need to go step by step, see how far into the process it gets and where it drops the ball.