HTML reports in http client cli
Answered
We are able to integrate http client cli in our Jenkins pipeline. But test report is in xml format. What is the recommended way to generate html report instead of xml generated by http client cli.
Please sign in to leave a comment.
You can convert the JUnit XML format the HTTP client generates into HTML, see the related topics:
I successfully used xunit-viewer.