How can I create an HTML report using Postman CLI?

I am utilizing PostmanCLI for continuous integration and continuous deployment (CI/CD) processes, and it refreshes the execution summary for every collection within the run section.

Is there a method to create a unified HTML report for several collections or a particular collection? I know about the --reporter-htmlextra-template option for Newman, but it seems incompatible with PostmanCLI.

Hey @devang-ey :wave:

Custom reporters are not available in the Postman CLI, you’d also not be able to have a unified HTML report for several Collections with htmlextra either, as Newman only runs one Collection at a time.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.