Re: [ClojureScript] figwheel-main vs headless chrome testing

2019-03-20 Thread Paul Whittington
Thanks! I'll take a look. On Tue, Mar 19, 2019 at 10:18 PM Alan Thompson wrote: > Looks like the URL got garbled. Plain text: > > https://github.com/cloojure/cljs-template.git > > > On Tue, Mar 19, 2019 at 8:16 PM Alan Thompson wrote: > >> Hi - Here is a template project that I've developed

Re: [ClojureScript] figwheel-main vs headless chrome testing

2019-03-19 Thread Alan Thompson
Looks like the URL got garbled. Plain text: https://github.com/cloojure/cljs-template.git On Tue, Mar 19, 2019 at 8:16 PM Alan Thompson wrote: > Hi - Here is a template project that I've developed to showcase CLJS > testing and JS interop & testing. Just clone this repo: > >

Re: [ClojureScript] figwheel-main vs headless chrome testing

2019-03-19 Thread Alan Thompson
Hi - Here is a template project that I've developed to showcase CLJS testing and JS interop & testing. Just clone this repo: https://github.com/cloojure/cljs-template.git and follow the README to set up cljs tests (`lein test` for CLJ will work out of the box). It is based on the original

[ClojureScript] figwheel-main vs headless chrome testing

2019-03-19 Thread Paul Whittington
I'm trying to follow the instructions here https://figwheel.org/docs/testing.html#running-tests-in-a-headless-environment, but the command line test execution never terminates. I've executed the following procedure: *Development environment* - LinuxMint 19.1 - BASH - openjdk version