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

Bumps [jszip](https://github.com/Stuk/jszip) and [tfx-cli](https://github.com/Microsoft/tfs-cli). These dependencies needed to be updated together. Updates `jszip` from 3.1.5 to 3.10.1 Changelog Sourced from jszip's changelog. v3.10.1 2022-08-02 Add sponsorship files. If you appreciate...

dependencies

I'm generating the html/htmlextra reports when running Postman in my Release Pipeline but I cant figure out how to read the file after the test run. I assume it has...

I now run it through npm (registered as npm script in package.json), but this makes using this task impossible.

**Describe the bug** There isn't a possible way to configure `work-dir` **Expected behavior** I would expect to allow provide work-directory to allow using local files e.g. my test required to...

I am not sure about the exact version but new Postman versions support dynamic modifications of request body using Pre-request scripts. I tried creating a Postman collection with that setup...

Hello! I have a problem. I'm executing 12 postman collections with tests (over 50 tests in total) and I want export it in one file. When I want to publish...

The task is generating warnings: `##[warning]This task uses Node 6 execution handler, which will be deprecated soon. If you are the developer of the task - please consider the migration...

Hi All! For some reason I am getting tunneling socket could not be established, statusCode=302 when running newman test in Azure piplines it was working without any problems just started...

**Describe the bug** Specifying HTML extra report **template** not working **To Reproduce** Enter a valid report template like **Postman/htmlExtraTemplate.hbs** as html extra report template and trigger the pipeline **Expected behavior**...

I am trying to run newman view the ADO task and I am getting the following error message: `No specific path to newman, using default of 'newman'` , when the...