lakshaykaushik / PublishHTMLReport

Azdo Extension- Publish Jmeter Reports to Azure Devops
MIT License
34 stars 24 forks source link

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

Open ZaidMomin1 opened 2 years ago

ZaidMomin1 commented 2 years ago

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

raafael commented 1 year ago

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

jiniengineer commented 1 year ago

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 ^^