lakshaykaushik / PublishHTMLReport

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

Need help on Azure DevOps HTML Report in Pipeline #46

Closed mikemarsh27 closed 3 years ago

mikemarsh27 commented 3 years ago

Hi @lakshaykaushik

Expected_report Pipeline_publish_html_report

,

I'm trying to publish the Jest HTML test reports in Azure Devops pipeline code. I tried a couple of plugins to publish html reports but nothing is working.

I'm a big fan of your PublishHTMLReports plugins - the JMeter reports works like a charm, but for some reason the same plugin does not work well with generic HTML reports. I've attached the screenshot for your reference. It would be really appreciated if you could help me to fix this issue. In our organization we recommended your plugin for the JMeter reports and the same we are expecting for other test HTML reports. So that we no need to shop around multiple plugins for each test report in our pipeline.

It would be really helpful if you can help us to publish the Jest report as part of the Azure Devops pipeline.

Please find the Jest reports and azure pipeline yml code below: https://github.com/mikemarsh27/jest-poc

I Appreciate your help in advance!

lakshaykaushik commented 3 years ago

Hey Mike, have you tried https://dzeyelid.medium.com/check-code-coverage-with-jest-on-azure-devops-548b80d29d3 ? I believe once you a cobertura or a. jacoco test report from jest, you can directly publish to azdo without needing any extension. Let me know if am missing context

lakshaykaushik commented 3 years ago

Closing as not applicable