HTML reports in http client cli
已回答
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.
请先登录再写评论。
You can convert the JUnit XML format the HTTP client generates into HTML, see the related topics:
I successfully used xunit-viewer.