postmanlabs / postman-app-support

Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.
https://www.postman.com
5.85k stars 839 forks source link

Provide Insights on Collection Run Results data across Collections #11807

Open antoniooptiply opened 1 year ago

antoniooptiply commented 1 year ago

Is there an existing request for this feature?

Is your feature request related to a problem?

We are looking for a way to export collections runs results in bulk, so we can have data compiled on several runs of several collections. This way we can for instance know what collections are having more failed tests, look for patterns, improve our collections/tests and our processes.

Describe the solution you'd like

We would like a way to have an automated export (all tests, passed, failed) when a collection runs, or the possibility to export all runs of a collection (or between dates), instead of export manually each collection run data.

Describe alternatives you've considered

No response

Additional context

We are running the collections through Postman CLI in a github actions automed process

malvikach commented 1 year ago

@antoniooptiply Thanks for creating the issue.

As discussed on the call today, am tracking this as a feature request to be able to aggregate collection run data across multiple collections and report actionable insights such as:

Please, feel free to share more based on how you plan to use the exported data.