crisptrutski / boot-cljs-test

Boot task to run ClojureScript tests.
53 stars 18 forks source link

Auto mode #50

Closed cldwalker closed 7 years ago

cldwalker commented 7 years ago

Hi. Thanks for your plugin. Is there any interest in having the ability to auto-run tests like the doo plugin does?

martinklepsch commented 7 years ago

I think this might already be possible by combining it with boot's watch task? On Tue, 25 Oct 2016 at 23:09, Gabriel Horner notifications@github.com wrote:

Hi. Thanks for your plugin. Is there any interest in having the ability to auto-run tests like the doo plugin does https://github.com/bensu/doo/blob/master/plugin/src/leiningen/doo.clj#L218-L239 ?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/crisptrutski/boot-cljs-test/issues/50, or mute the thread https://github.com/notifications/unsubscribe-auth/AAF82CkkfnbYI_5mVL6PsaK_kpu4gc5sks5q3m_rgaJpZM4KgfMC .

crisptrutski commented 7 years ago

Yup, that's been my workflow: example

Closing this issue optimistically, but feel free to continue discussion here if there's still a feature gap to close 😄

cldwalker commented 7 years ago

Thanks for sharing. Great to see this is a first class notion in boot

martinklepsch commented 7 years ago

@cldwalker you're welcome, good luck! 👍