The postman chrome extension https://www.getpostman.com is a well-known test client for testing the REST API. I know that they have released a command line tool called "newman" (currently in version 2.1.1 and can be installed using npm).
I am wondering if any authority is trying to use this command line tool to test the REST API from the automatic testing step on the built-in TFS build agent (assuming the API server environment is already configured).
Any help is appreciated.
Raghu source
share