Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Repos>html-reports-extension
html-reports-extension

html-reports-extension

htlp reports

|
6 installs
| (0) | Free
This extension enhances by adding a custom tab to the build result page, view all of HTML-based report format.
Get it free

html-reports-extension

This extension enhances your Azure DevOps experience by adding a custom tab to the build result page. This extension seamlessly integrates with your build pipeline, pulling relevant data from the build process and presenting it in an intuitive, HTML-based report format.

How to use

config:

Access to your project setting: Extensions => HTMLReportSetting

  • ArtifactName => name of Artifact publish in pipeline: default report

    - task: PublishBuildArtifacts@1
      inputs:
        pathToPublish: '$(Build.ArtifactStagingDirectory)'
        artifactName: AtfifactName
    
  • Json File Path=> json path of config report object, defaukt report/reports.json Atfifact

  • Example content of report/reports.json bellow:

    [{
      "name":"Report 1"
      "url":"https://hcvnlpstorage.z23.web.core.windows.net/report-1/"
      },
      {
      "name":"Report 2 "
      "url":"https://hcvnlpstorage.z23.web.core.windows.net/report-2/"
      }
    ]
    
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft