sdepold / gulp-busterjs

BusterJS runner for gulp
MIT License
3 stars 1 forks source link

Run tests in-process #3

Open grncdr opened 9 years ago

grncdr commented 9 years ago

Rather than spawning a child process, it would be neat if this used http://docs.busterjs.org/en/latest/modules/buster-test/runner/ to run the tests in the same process. This would let tools such as istanbul properly instrument gulp runs.

See also: http://docs.busterjs.org/en/latest/starting-testrun-manually/