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

E2E Test Report

mihai.cerchez

|
20 installs
| (0) | Free
Integrate your HTML report with Azure Pipelines
Get it free

Publish your HTML reports as Azure Pipeline tabs

Azure DevOps extension that embeds your HTML reports into the Build and Release pages.

Pipeline Task

Use Publish Automation Test Report task. It will make the HTML tab visible.

Use the reportDir variable to specify the path to the HTML report you want to publish.

YAML Example

steps:
  - task: PublishAutomationTestReport@1
    displayName: 'Publish Automation Test Report'
    inputs:
      reportDir: '$(ResultsPath)/reportName.html'
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft