Nice job Oliy, but I can't use it at present as it blows up on my mac - looks like it requires Java 9:
CdpException mac os x is not supported by AdaptiveProcessManager io.webfolder.cdp.AdaptiveProcessManager.<init> (AdaptiveProcessManager.java:46)
I traced it down to https://github.com/webfolderio/cdp4j/issues/95
How do you run these on CI? would you wrap this up inside a clojure.test/deftest and run it as part of lein test? it would be cool to see an example.
With a bit/lot of work around test reporting we could potentially start running cljs tests in emacs with some decent output, as per standard clojure tests.
Nice job Oliy, but I can't use it at present as it blows up on my mac - looks like it requires Java 9:
I traced it down to https://github.com/webfolderio/cdp4j/issues/95
How do you run these on CI? would you wrap this up inside a clojure.test/deftest and run it as part of
lein test? it would be cool to see an example.With a bit/lot of work around test reporting we could potentially start running cljs tests in emacs with some decent output, as per standard clojure tests.