1.0.1 • Published 7 years ago

mocha-teamcity-coverage-reporter v1.0.1

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

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-teamcity-covegare-reporter": "1.0.1"  
  }  
}

Then call mocha with:

mocha --reporter mocha-teamcity-cov-reporter test