Fork me on GitHub
#kaocha
<
2019-03-04
>
metametadata08:03:46

Hi. Is there any example of using Kaocha to run CLJS tests in a headless browser? Using :cljs/repl-env cljs.repl.browser/repl-env opens Chrome tab, but I suspect it can be configured to use headless Chrome or Firefox instead somehow.

metametadata09:03:00

after looking at cljs.repl.browser it seems like there's no way to configure where the tab will be open

metametadata09:03:11

I've also noticed that in --watch mode it opens new tabs on every reload and also a single file change causes 2 or 3 reruns instead of 1