PublishHTMLReport
PublishHTMLReport copied to clipboard
Mochawesome HTML file doesn't load. Blank page is displayed
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
Your help would be highly appreciated.
Thanks, Zaid
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?
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 ^^