Hi everybody,

I've put together "doo", a small plugin/library to run cljs.test in different 
environments:

https://github.com/bensu/doo

SlimerJS, PhantomJS, NodeJS, and Rhino are currently supported. It is meant to 
be used with :cljsbuild configurations like this:

   lein doo slimer my-render-test-build

or

   lein doo node my-logic-test-build

which will autocompile your build and run the script on any changes. More info 
in the README.

It can also be used in CI with the "once" option:

   lein doo phantom my-staging-build once

which will return the appropriate 0 or 1 Unix code depending on the tests 
results.

Since it is a utility, its development will be very much guided by user 
feedback, PRs, and issues.

For anything that doesn't belong in the Github workflow, you can find me in 
this mailing list or at #clojurescript as bensu.

Most of the credit goes to Chas Emerick, since doo is based on the runners in 
https://github.com/cemerick/clojurescript.test

Thanks for your time!

Sebastian Bensusan

-- 
Note that posts from new members are moderated - please be patient with your 
first post.
--- 
You received this message because you are subscribed to the Google Groups 
"ClojureScript" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojurescript+unsubscr...@googlegroups.com.
To post to this group, send email to clojurescript@googlegroups.com.
Visit this group at http://groups.google.com/group/clojurescript.

Reply via email to