Closed mikemarsh27 closed 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
Closing as not applicable
Hi @lakshaykaushik
,
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!