mocha-sancho-reporter
v0.3.0
Published
A mocha report that creates a HTML report with included system output.
Downloads
4
Readme
mocha-sancho-reporter
A reporter for mocha that creates an HTML report with system output included.
Installation
npm install --save-dev mocha-sancho-reporter
Usage
mocha --reporter mocha-sancho-reporter --reporter-options reportPath=./test-report.html,suppressOutput=true
Options
reportPath
(default = ./test-report.html)
The path to where the HTML report should be written.
suppressOutput
(default = true)
If true, suppresses console.log statements from the console.