Fork me on GitHub
#kaocha
<
2022-12-14
>
Charles Comstock19:12:34

Does anyone know if there any example projects using kaocha-cljs on Github Actions successfully without running into the "Exception: clojure.lang.ExceptionInfo: Kaocha ClojureScript client failed connecting back." error? Alternatively, are there any example projects with kaocha-cljs2 setup running on Github Actions? I have a project where it runs fine locally using kaocha-cljs, but anytime I try and run it in Github Actions it gives the exception above. I had it working for a while and then at some point it bitrot, and I haven't been able to get it working on the CI platform since. It's possible I'm missing some necessary setup for xvfb or the like to allow the browser to run with appropriate timeout, but it would be much easier to diagnose if there is a working example project. Anyone aware of a project like that?