michaelruocco / gradle-postman-runner

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

Add subfolder support #4

Open robachmann opened 7 years ago

robachmann commented 7 years ago

Cool plugin, I like your work. Could you please add support for subfolders, so only those specified are executed? Newman has already implemented it: https://github.com/postmanlabs/newman/issues/137

Thanks!

simomat commented 7 years ago

Seems legit. I put it on my TODOs.

bibhuti12 commented 6 years ago

Hi sim , how to pass argument like --insecure to resolve SSL issue . I am able to do when running through newman standalone .

how to pass argument with this gradle plugin , please help