Fork me on GitHub
#kaocha
<
2020-07-28
>
andrea.crotti08:07:54

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

👍 6
plexus08:07:51

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

plexus08:07:07

s/hand/and ?

andrea.crotti08:07:58

hehe yes thanks

eval-on-point17:07:10

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

plexus20:07:05

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.

plexus20:07:02

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.