This provides a nice way how to re-run all the unit tests on save,
but it isnt' as useful as intented because tests run more than one minute.
{quote} >> 701 assertions passed (79155ms)
Done, without errors. Completed in 85.123s at Fri May 02 2014 09:29:44 GMT+0200 (CEST) - Waiting... {quote}
For development, people will probably use rather 'livereload' task to reload the browser that points to HTML file that contains tests for particular area you are changing atm.
This can be achieved with development (connect?) server and watch+livereload task.
|