nathanboktae/mocha-phantomjs

Watch file changes

Open

#22 opened on Nov 21, 2012

View on GitHub
 (4 comments) (0 reactions) (0 assignees)JavaScript (127 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (975 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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.

Contributor guide