Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to generate an HTML report for Postman Collection run using htmlextra or something similar, without running through newman?

Suppose I run a collection through Postman and export the results. Is there anything that I can use to generate reports from the result export?

like image 447
Akshay Avatar asked Jan 20 '26 16:01

Akshay


1 Answers

In short:

There is no HTML reporter for the Postman.

BUT:

I have done a lot of hacky things with the postman for the business side. Once I have managed to download Base64 and convert pdfs and save them to the machine after sending GET request. So, I think it could be done using response visualizations. It would take a lot of time and would not be really practical. But here it is in case you really want to visualize results:

General idea:

If you used pre-request scripts in combination with your tests to save data that you want to display. Then to display this data, you would need to have one dummy request that you would send to pull that data from variables and display it in the visualizer.

How it would work:

First, you would run your tests using a collection runner. After all tests run, then you would manually run that dummy collection and click on visualize to display your HTML.

like image 184
Filip Culig Avatar answered Jan 22 '26 09:01

Filip Culig



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!