0.0.2 • Published 11 years ago

grunt-jasmine-spec-server v0.0.2

Weekly downloads
1
License
-
Repository
github
Last release
11 years ago

grunt-jasmine-spec-server

This is a simple grunt task to run a development server to run jasmine spec files selectively. This makes debugging large codebases much easier, in particular those with long-running tests.

demo

This is not meant as a replacement of grunt-jasmine-runner, but rather to be used in conjunction. Use the runner for overall testing, and this when debugging specific spec files.