Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Pipelines>ExpertStack HTML Report Tabs
ExpertStack HTML Report Tabs

ExpertStack HTML Report Tabs

Expertstack

|
1 install
| (0) | Free
Renders any interactive HTML report (chart, filter, sort) as an Azure Pipelines build-results tab.
Get it free

ExpertStack HTML Report Tabs

Renders any interactive HTML report — chart, filter, sort, whatever your pipeline generates — as its own Azure Pipelines build-results tab.

How it works

Each tab:

  1. Reads the current build's project + build id from the host page.
  2. Downloads a build artifact you already publish (e.g. via PublishBuildArtifacts@1) as a zip.
  3. Unzips it client-side and pulls out a specific HTML file from it.
  4. Renders that HTML in an iframe — full interactivity (charts, filters, sort) works because it's a real rendered page, not sanitized markdown.

This release ships two tabs pre-wired for a SwiftLint report and a Trivy report, but the underlying bundle is generic — pointing it at a different artifact/file just means editing two data attributes and republishing.

Requirements

Your pipeline needs to publish an artifact containing the HTML report file the tab is configured to look for. No other setup is required — the tab authenticates using the same session as the rest of the Azure DevOps UI.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft