Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>Postman Report
Postman Report

Postman Report

Maciej Maciejewski

|
3,204 installs
| (4) | Free
Embed Postman HTML reports in Azure Pipelines
Get it free

Azure Devops Postman HTML Report

About

This Azure DevOps extension provides task for Publishing Postman / Newman HTML Reports into built into Azure Storage.

Reports can be viewed as a tab in Build and Release result page. Each Tab contains embeded reports as well as direct download links.

For more info please refer to documentation page on GitHub

Configuration

In order to use this extension first add Upload Postman HTML Report task to your pipeline. In your Postman / Newman execution task add htmlextra reporter that will generate HTML reports.

This tasks takes two parameters - required cwd which is path to the location where Postman / Newman HTML reports are stored and also optional tabName which is the name of the tab displayed within Azure DevOps report.

steps:
- task: UploadPostmanHtmlReport@1
  displayName: 'Upload Postman Html Report'
  inputs:
    cwd: '$(System.DefaultWorkingDirectory)'
    tabName: 'Postman Test'
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft