0.3.0 • Published 10 years ago

mocha-sancho-reporter v0.3.0

Weekly downloads
3
License
ISC
Repository
github
Last release
10 years ago

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.

0.3.0

10 years ago

0.2.3

10 years ago

0.2.2

10 years ago

0.2.1

10 years ago

0.2.0

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago