# @cypress/mocha-teamcity-reporter

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

```
npm install --save-dev @cypress/mocha-teamcity-reporter
```

Then call mocha with:

`mocha --reporter @cypress/mocha-teamcity-reporter test`
