Skip to content

baer/gulp-nodeunit-runner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gulp-nodeunit-runner

NPM version Dependency Status Build Status

nodeunit-runner plugin for gulp

Usage

First, install gulp-nodeunit-runner as a development dependency:

npm install --save-dev gulp-nodeunit-runner

Then, add it to your gulpfile.js:

var nodeunitRunner = require("gulp-nodeunit-runner");

gulp.src("./src/*.ext")
	.pipe(nodeunitRunner());

API

nodeunitRunner(options)

options.reporter

Type: String Default: default

The nodeunit reporter to use. See nodeunit documentation for a complete list.

options.reporterOptions

Type: Object Default: reporter defaults

Nodeunit provides a set of callbacks that will be executed during test execution. These are used by the reporter but can be overridden using this option. See nodeunit documentation for a complete list.

License

MIT License

About

A nodeunit test runner plugin for Gulp

Resources

License

Stars

Watchers

Forks

Packages

No packages published