Hello everyone,
Is there any way to export or get all the the result information in the Run tab of the Collection?
I need to be able to collect the values in the column names of each run in one place, not just one run.
I need filtered or unfiltered results and sum of the each column.
Thank you, It would be great if we could export all runs (at least basic data). So is there a Postman API to export the run result, I honestly need something not so manual?
An option that could work for you is to run your collection on the command line using newman, and using newman built-in-reporters to present the run results.