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

Html Report Viewer

Shahzeb Khan

|
722 installs
| (3) | Free
Embed HTML report in Azure Pipelines
Get it free

azure-pipeline-html-report

Azure DevOps extension that provides a task for publishing generic report in a HTML format and make it available as Tab extension.

Extension

In order to see report on tab one must first use Publish HTML Report task. This is supporting task which makes html tab visible.

This task takes one parameter - required reportDir which is a path to report directory and also optional tabName which is the name of the tab displayed within Azure DevOps report.

Example YAML setup

steps:
  - task: ShahzebKhan.sap-azure-pipelines-html-report.PublishHtmlReport.PublishHtmlReport@1
    displayName: 'Publish OPA/Qunit CustomTool HTML Report'
    inputs:
      tabName: "Test"
      reportDir: 'testcodelintresult.html'
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft