Socket
Book a DemoInstallSign in
Socket

mocha-sancho-reporter

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mocha-sancho-reporter

A mocha report that creates a HTML report with included system output.

latest
Source
npmnpm
Version
0.3.0
Version published
Maintainers
1
Created
Source

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.

Keywords

mocha

FAQs

Package last updated on 21 Apr 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts