PublishHTMLReport icon indicating copy to clipboard operation
PublishHTMLReport copied to clipboard

Mochawesome HTML file doesn't load. Blank page is displayed

Open ZaidMomin1 opened this issue 3 years ago • 2 comments

Hi,

I'm new to azure and trying to upload the mochawesome.html file in the azure pipeline.

As described here, https://github.com/lakshaykaushik/PublishHTMLReport, I have the set the below config with htmltype: genericHTML

steps:
- task: LakshayKaushik.PublishHTMLReports.publishhtmlreport.publishhtmlreport@1
  displayName: 'Publish HTML'
  inputs:
    htmlPath: '$(Build.Repository.LocalPath)/mochawesome-report/mochawesome.html'
  continueOnError: true

Image HtmlLoadingIssue

Your help would be highly appreciated.

Thanks, Zaid

ZaidMomin1 avatar Dec 16 '21 08:12 ZaidMomin1

I have the same problem here. When inspecting browser I found a 404 http error when trying get fontawesome-webfont. @ZaidMomin1 do you manage to solve this error?

image

raafael avatar Nov 08 '22 12:11 raafael

I am having the same issue. @raafael @ZaidMomin1 Did you guys find a workaround for this issue? Is there any other task that worked for you?

@lakshaykaushik ^^

jiniengineer avatar Nov 16 '22 22:11 jiniengineer