postmanlabs / newman

Newman is a command-line collection runner for Postman
https://www.postman.com
Apache License 2.0
6.84k stars 1.16k forks source link

Feat: Ability to run request's in random order under a collection. #2735

Open akhill10 opened 3 years ago

akhill10 commented 3 years ago

[Feature Request] A flag option to run request's in a random order under a collection. Currently we can re-arrange the order of requests (through the user interface, not sure newman does that), but an option to run it purely in a random order asynchronously would be beneficial.

adityaofficial10 commented 3 years ago

Hey @pawanakhil ! We can actually think of an implementation for a preferred order. But what exactly do you mean by asynchronously? Do you mean running them in parallel?

akhill10 commented 3 years ago

hey @adityaofficial10 , Yeah I mean parallel. Currently I have a bunch of request's on a collection, If i run the collection it's executing the requests one after the other. I want them to run all this bunch of request's parallelly.