ExpertStack HTML Report TabsRenders any interactive HTML report — chart, filter, sort, whatever your pipeline generates — as its own Azure Pipelines build-results tab. How it worksEach tab:
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. RequirementsYour 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. |