azure-devopsazure-pipelinesazure-dashboardpostman-newman

I want to show the pipeline summary on the dashboard


I am creating an html viewer tab as a result of pipeline and this tab contains test result and code covarage for team. I want to show this tab effectively on the dashboard. It will be enough for me to reflect the code coverage on any base to the dashboard.

enter image description here or enter image description here

Embeded source from Azure extensions didn't work for me because I don't want the whole screenshot Likewise, I tried the code covarage tool, but it didn't work because I ran the test process with newman.


Solution

  • I am afraid that there is no out-of-the-box widget to display the code coverage or your html tab.

    But we do have widgets showing a trend of test results for selected pipelines.

    Test results trend (Advanced) (Analytics, Build or Release pipeline)

    Test results trend (Build or Release pipeline)

    For more details about the available widgets, you could refer to this official doc: Widgets.

    Regarding the widget showing the code coverage, you could try to use the extension: Code Coverage Widgets.