Hi all,greetings. Is there a way of running multiple postman JASON files in one go in new man.
Thanks in advance
K.thulsi Doss
Hi all,greetings. Is there a way of running multiple postman JASON files in one go in new man.
Thanks in advance
K.thulsi Doss
@krishnandoss08 Just to correct you for future references, it’s “JSON” - I understand you’re referring it to a collection.
You can run a single collection with newman not multiple.
However, you can write a simple script to iterate over file paths for different collections and fire them off with newman.
You can use node / bash - whichever you’re comfortable with.