0.1.12 • Published 6 years ago
newman-reporter-teamcity v0.1.12
newman-reporter-teamcity
A newman reporter for TeamCity. See the newman documentation for more info.
Getting Started
- Install
newman - Install
newman-reporter-teamcity - Add to your TeamCity build
- Party!

Prerequisites
- TeamCity
- npm
newman
npm install -g newmanInstalling
Install with npm
npm install -g newman-reporter-teamcityAdd 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/<your-collection-url>" -x --delay-request 10 -r teamcityThe output will show up in your Build Log like this:
and in the Tests tab in TeamCity like this: