stryker-html-reporter

v0.13.0
An html reporter for the JavaScript mutation testing framework Stryker
stryker stryker-plugin stryker-reporter html report mutation testing

clean

rimraf resources "+(test|src)/!(resources)/**/*+(.d.ts|.js|.map)" "+(test|src)/*+(.d.ts|.js|.map)" .nyc_output reports coverage

prebuild

npm run clean

build

tsc -p . && node tasks/clientResources.js && npm run browserify-client-resources

browserify-client-resources

browserify src/resources/stryker.js -o resources/stryker.js

postbuild

tslint -p tsconfig.json

start

tsc -w -p .

test

nyc --reporter=html --report-dir=reports/coverage --check-coverage --lines 95 --functions 95 --branches 90 mocha "test/helpers/*.js" "test/unit/*.js" "test/integration/*.js"

Metadata

Downloads