michaelruocco / gradle-postman-runner

A gradle plugin to run Postman collections
MIT License
16 stars 13 forks source link

How do I add delay between requests in newman via this plugin #22

Open vsramancal opened 2 years ago

vsramancal commented 2 years ago

it would be great if support for --delay-request can be added. I am basically looking to add some delay between requests as it is supported by newman - https://learning.postman.com/docs/running-collections/using-newman-cli/newman-options/

vsramancal commented 2 years ago

@michaelruocco @simomat Any suggestions ?