Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cljs.test test-runner #28

Open
shaunlebron opened this issue Dec 20, 2014 · 1 comment
Open

cljs.test test-runner #28

shaunlebron opened this issue Dec 20, 2014 · 1 comment

Comments

@shaunlebron
Copy link
Collaborator

cljs.test is part of core now so we should support it. There is a neat solution here for running the tests after each recompile using phantomjs, which I think is a good idea:

cljs-test-auto

I think cljsbuild-ui should display this, not through the :notify-command config as shown above, but by parsing cljsbuild's :test-commands so the user can setup different tests, which they can enable from the UI like they enable builds. Running the tests should be done after each recompile as well.

@oakmac
Copy link
Owner

oakmac commented Dec 20, 2014

👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants