mocha-fivemat-reporter

0.0.9 • Public • Published

mocha-fivemat-reporter

Reporter for the mocha test framework based on Tim Pope's fivemat.

Fivemat Output

Installation

Add it to the devDependencies in your package.json and npm install.

{
  "devDependencies": {
    "mocha-fivemat-reporter": "*"
  }
}

Usage

After installation you can use mocha-fivemat-reporter as the reporter name with the -R or --reporter switch.

$ mocha -R mocha-fivemat-reporter

With mocha.opts this can be done with,

--reporter mocha-fivemat-reporter

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.9
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.9
    1
  • 0.0.6
    0
  • 0.0.5
    0
  • 0.0.4
    0
  • 0.0.3
    0

Package Sidebar

Install

npm i mocha-fivemat-reporter

Weekly Downloads

1

Version

0.0.9

License

MIT

Last publish

Collaborators

  • dsawardekar