Gathering detailed insights and metrics for gulp-test-rigging
Gathering detailed insights and metrics for gulp-test-rigging
Gathering detailed insights and metrics for gulp-test-rigging
Gathering detailed insights and metrics for gulp-test-rigging
Defines a set of gulp tasks for running unit tests, code-coverage reports, and linting.
npm install gulp-test-rigging
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
30 Commits
1 Watchers
1 Branches
1 Contributors
Updated on Dec 06, 2016
Latest Version
0.1.3
Package Id
gulp-test-rigging@0.1.3
Size
3.38 kB
NPM Version
5.3.0
Node Version
8.5.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
Simple Node.js library to simplify generating reports on unit tests, code-coverage, and code styling locally and in files consumable by Jenkins. Uses mocha, istanbul, and xo.
1npm install --save gulp-test-rigging
To use the module, simply require it in your gulpfile.js after "gulp" and pass "gulp" as a parameter.
1var gulp = require('gulp'); 2require('gulp-test-rigging')(gulp); 3 4gulp.task('default', ['validate']);
This adds the following tasks to your gulpfile:
Options may be passed to the module following the "gulp" parameter in the require statement. The following lists the available options and their default values:
1{ 2 paths: { 3 src: ['app.js'], 4 test: ['test/**/*spec.js', 'test/**/*test.js'] 5 }, 6 lintReporter: 'checkstyle', 7 lintOutputDir: './lint-results', 8 lintOutputFile: 'results.xml', 9 testOutputDir: './test-results', 10 testOutputFile: 'results.xml', 11 coverageReporter: 'mocha-jenkins-reporter', 12 coverageOutputFormat: ['cobertura'] 13}
Licensed under the MIT license.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 existing vulnerabilities detected
Reason
Found 0/30 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More