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

Allure Report Viewer

Michael Clay

|
1,282 installs
| (7) | Free
Embed Allure report in Azure Pipelines
Get it free

azure-pipeline-allure-report

Azure DevOps extension that provides a task for publishing an allure report by inlining all related files and embedding it into a Build and Release page as separate tab.

Extension

In order to see report on tab one must first use Publish Allure Report task. This is supporting task which reads and inlines the provided allure report. Finally the inlined allure report is added as attachment of type allure-report

This task takes one parameter - required reportDir which is a path to report directory containing the index.html file of the allure report and corresponding files. The optional tabName parameter is the name of the tab displayed within Build and Release page.

Example YAML setup

steps:
  - task: PublishAllureReport@1
    displayName: 'Publish Allure Report'
    inputs:
      reportDir: '$(AllureReportDirectory)'
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft