A Spec JSON Reporter for Mocha
Installation
sudo npm -g install mocha-spec-json-reporter
Usage
mocha -R mocha-spec-json-reporter
You will then get a neat file mocha-output.json
containing specked output in a JSON format.
A mocha reporter to allow JSON output
sudo npm -g install mocha-spec-json-reporter
mocha -R mocha-spec-json-reporter
You will then get a neat file mocha-output.json
containing specked output in a JSON format.