NewmanPostman_VSTS_Task icon indicating copy to clipboard operation
NewmanPostman_VSTS_Task copied to clipboard

A task for Azure DevOps Pipelines to run newman tests.

Results 26 NewmanPostman_VSTS_Task issues
Sort by recently updated
recently updated
newest added

I have the newman task set up: 1. File type 2. pointing to a collection folder on a repo 3. we want to run all collections matching 2 patterns (see...

help wanted
needs research

Add an additional option onto the HTML report location so you can have the code set the HTML name to the collection being run. I have started to look at...

It would be great if the task used npx for running newman so that newman doesn't have to be installed on the server running the collection.

help wanted

I was hoping to be able to specify my collection using a postman provided URL such as: https://www.getpostman.com/collections/secret_hex_guid_here . I tried placing the URL in the "Collection File Source" field,...

enhancement
help wanted
needs research

Newman option is documented as: > --color > Enable or Disable colored CLI output. The color value can be any of the three: on, off or auto(default). > With auto,...

help wanted

**Describe the bug** Hello, I'm using the Newman the cli Companion for Postman task in my pipeline to run the API test. I want to add the output logs of...