leonardosimoura / azure-pipeline-html-report

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

azure-pipeline-html-report

Azure DevOps extension that provides a task for publishing report in a HTML format and embeds it into a Build and Release pages.

Extension

In order to see report on tab one must first use Publish HTML Report task. This is supporting task which makes html tab visible.

This task takes one parameter - required reportDir which is a path to report directory and also optional tabName which is the name of the tab displayed within Azure DevOps report.

Example YAML setup

steps:
  - task: PublishHtmlReport@1
    displayName: 'Publish HTML Report'
    inputs:
      reportDir: '$(ResultsPath)/reportName.html'

About

License:Other


Languages

Language:TypeScript 50.7%Language:JavaScript 34.3%Language:HTML 13.3%Language:SCSS 1.6%