-
Notifications
You must be signed in to change notification settings - Fork 112
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
Watch file changes #22
Comments
I think that falls outside of the domain of this even tho mocha does have that feature. I think most people will find that Cakefile's or using Grunt would suffice better and be able to accomplish much more. For instance, I was going to write a html5 sortable plugin and wrote up this grunt.js file to watch my files and do what I needed. In my case, run |
+1 Would be nice to have, sometimes you just want to quick spin up tests without having to dig into build scripts. |
I can see that. One thing to note is that |
+1 |
I would love a feature to run mocha-phantomjs in watch-mode, such that it automatically runs all the tests when I save a file.
Mocha has this functionality built in with the -w parameter, but of course this does not work with mocha tests in a html harness.
The text was updated successfully, but these errors were encountered: