Hi @technical-engineer16 @alvioshki
Thank you for all the feedback! I’m happy to share that the Postman CLI now supports built in reporters!
You can export run results as json, html, JUnit or on the CLI. Simply run:
postman collection run <collection-id> -r <reporter>
For example, printing on the CLI and exporting run results as HTML, i will run the following:
postman collection run <collection-id> -r cli,html
Read more about this feature here
We’re eager to see how you use this feature. Please try it out and share any feedback you have with us! We’ll love to hear from you!