-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add ability to send files from newman #387
Comments
@proDOOMman, Question: Do you want to overwrite the "file" elements, with a custom |
@proDOOMman Any feedback from you, that we can look into? |
@thim81 , I need this functionality too. Can I just specify a specific file? Or make it part of the conversion? |
For anyone that still needs this. I did the following:
Then in the prequest script:
|
If openApi schema has "binary" content (
"schema": {"type": "string","format": "binary"}
), it will be translated into postman collection with body:To send this file from newman, I should change collection to:
But I can't find any way to do this. "Globals -> portmanReplacement" can't help me with such replacement.
The text was updated successfully, but these errors were encountered: