Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Postman – Continuous Integration with TFS/VNext Builds

Here is a walk through of cookbook to perform Continuous Integration of Postman Tests with TFS/VNext builds.

PreRequisite:

  1. Postman - Create a json Project. (alternatively you can download from my Git here)
  2. VSTS Account

Steps:

  1. Goto Builds in Visual Studio online profile
  2. Create a new build with a empty definition
  3. Add npm Task

4. Add a new command line Task. Pass the arguments as *.json file and with report as html options. More details on newman arguments can be found here

5. Click on Queue new build. Select the agent.

6. Once the build completes, verify the build steps. All should be passed.

7.  Reports:

In the default path, the reports will be generated. Sample Report below.

Share the post

Postman – Continuous Integration with TFS/VNext Builds

×

Subscribe to Msdn Blogs | Get The Latest Information, Insights, Announcements, And News From Microsoft Experts And Developers In The Msdn Blogs.

Get updates delivered right to your inbox!

Thank you for your subscription

×