mocha-tree-json-reporter

1.3.1 • Public • Published

https://github.com/visionmedia/mocha/wiki/Third-party-reporters describes using third party reporters in mocha.

Basically, have your project's package.json be like:

{
  "devDependencies": {
    "mocha-tree-json-reporter": ">=0.0.12"
  }
}

Then call mocha with:

MOCHA_JSON_OUTPUT_FILE=output.json mocha --reporter mocha-tree-json-reporter test

Package Sidebar

Install

npm i mocha-tree-json-reporter

Weekly Downloads

3

Version

1.3.1

License

MIT

Last publish

Collaborators

  • sbmaxx