[ClojureScript] Re: Getting started with cljs.test

2015-03-24 Thread Andrew Keedle
On Friday, 19 December 2014 11:31:16 UTC, Andrew Keedle wrote: Simple post and sample project about getting started with cljs.test (using phantomjs). http://keeds.github.io/clojurescript/2014/12/19/cljs-test.html I've added an updated post about a fix to reporting success/failure from

[ClojureScript] Re: Getting started with cljs.test

2015-02-20 Thread Andrew Keedle
On Thursday, 19 February 2015 16:49:55 UTC, Viktor Eriksson wrote: On Friday, December 19, 2014 at 12:31:16 PM UTC+1, Andrew Keedle wrote: Simple post and sample project about getting started with cljs.test (using phantomjs).

[ClojureScript] Re: Getting started with cljs.test

2015-02-19 Thread Viktor Eriksson
On Friday, December 19, 2014 at 12:31:16 PM UTC+1, Andrew Keedle wrote: Simple post and sample project about getting started with cljs.test (using phantomjs). http://keeds.github.io/clojurescript/2014/12/19/cljs-test.html Thanks, was looking for exactly this. A question though, on cemericks

[ClojureScript] Re: Getting started with cljs.test

2014-12-26 Thread Andrew Keedle
Yehonathan, Use :test-commands instead of :notify-command. See Anna Pawlicka's article: http://annapawlicka.com/travis-ci-and-clojurescript-tests/ Andrew On Thursday, 25 December 2014 21:34:46 UTC, Yehonathan Sharvit wrote: Hello Andrew, I'd like to be able to run my cljs test on a

[ClojureScript] Re: Getting started with cljs.test

2014-12-25 Thread Yehonathan Sharvit
Hello Andrew, I'd like to be able to run my cljs test on a continuous integration server. For that purpose. I need to get a proper exit code from lein cljsbuild once test With your tutorial, lein cljsbuild once test always return 0. Is there a way to make the build fail when the tests fail?

[ClojureScript] Re: Getting started with cljs.test

2014-12-20 Thread Shaun LeBron
Neat, I really like the use of the `:notify-command` to run the tests after every recompile. Attached screenshot. Thanks for the solution. On Friday, December 19, 2014 5:31:16 AM UTC-6, Andrew Keedle wrote: Simple post and sample project about getting started with cljs.test (using