Hi !
I am running postman tests in travis-ci with newman. Every time I modify my tests from the postman client, I export the JSON and the tests are ran from travis when pushed.
The problem is I want to test my file upload route but when I export the Collection, a Absolute path is exported for the file in form data !
Even though I have the working directory set. How can I overcome those issues without to have to edit the JSON manually every time ?
Ideally, Postman would export the files as a relative path that I can then do something with on travis, like creating the required folders etc…
Thanks !