A newman reporter for Teamcity.
npm install newman-reporter-teamcity1. Install newman
2. Install newman-reporter-teamcity
3. Add to your TeamCity build
4. Party! !partyparrot
1. TeamCity
2. npm
3. newman
```
npm install -g newman
Install with npm
``
npm install -g newman-reporter-teamcity
Add a command line step to your TeamCity build with something like this. The -r teamcity is the flag to enable TeamCity reporting.
```
newman run "https://www.getpostman.com/collections/
The output will show up in your Build Log like this:
and in the Tests tab in TeamCity like this: