1.0.1 • Published 6 months ago

mocha-exzeo-reporter v1.0.1

Weekly downloads
248
License
MIT
Repository
github
Last release
6 months ago

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"
  }
}
1.0.1

6 months ago

1.0.0

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

4 years ago

0.0.1

4 years ago