spectreport
v1.5.2
Published
A generator of beutiful HTML test reports
Downloads
5,269
Readme
Spectreport
A generator for nice HTML test reports.
Usage
Usage information and instructions, including a list of built-in plugins, can be obtained from the spectreport cli help option:
$ npm install -g spectreport
$ spectreport -h
Information about the built-in plugins and their options can be obtained by:
$ spectreport -u plugin-name
Generating Test Results
In order to run Spectreport, you'll need some test results! The easiest way to get these is to use the appropriate reporter plugin for your test runner. This project currently maintains plugins for the following test runners:
| Runner | Reporter | | --- | --- | | Mocha http://mochajs.org | Mocha-Spectreport-Reporter https://git.io/v2WaG |