A generator for nice HTML test reports.
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
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 |