Hello,
there is one thing which would make our life much easier: Currently when you want to provide path to the file to be uploaded via parameters, you need to:
- Export the collection
- Manually edit the JSON to configure src parameter for the file type input
- Run hapilly with newman
This is based on this blogpost and apparently the manual step is necessary at this point.
It would be really great if the src value for file input could be configured via Postman to a path or variable reference, so that the exported collections could be run by newman out of the box, without the need for manual edit.