0.3.0 • Published 8 years ago

mocha-sancho-reporter v0.3.0

Weekly downloads
3
License
ISC
Repository
github
Last release
8 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

8 years ago

0.2.3

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago