stryker-html-reporter

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

clean

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

build

tsc -p . && node tasks/clientResources.js && browserify src/resources/stryker.js -o resources/stryker.js

postbuild

tslint -p tsconfig.json

start

tsc -w -p .

test

nyc --check-coverage --lines 95 --functions 95 --branches 95 mocha "test/helpers/*.js" "test/unit/*.js" "test/integration/*.js"

Metadata

Downloads