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.