mocha-exzeo-reporter

1.0.1 • Public • Published

mocha-exzeo-reporter

A Mocha reporter that uses both spec and junit

Getting Started

Install the reporter as a development dependency:

npm install mocha --save-dev
npm install mocha-exzeo-reporter --save-dev

Update your package.json to use the reporter when running Mocha:

{
  "name": "my-package",
  "version": "0.0.1",
  "scripts": {
    "test": "node_modules/.bin/mocha --reporter mocha-exzeo-reporter test/*.js"
  }
}

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i mocha-exzeo-reporter

    Weekly Downloads

    1,194

    Version

    1.0.1

    License

    MIT

    Unpacked Size

    3 kB

    Total Files

    5

    Last publish

    Collaborators

    • lhull