You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to do an search/replace, to specify a filename, so that I can run postman-to-k6.
I tried using the portmanReplacements, but it is not letting me use the double-quote in the searchFor string.
I tried using the overwrites for the overwriteRequestBody, but it seems to only work for JSON, form-data, and Form url encoded values.
How can do an overwrite on a binary or application/octet-stream?
I am trying to do an search/replace, to specify a filename, so that I can run postman-to-k6.
I tried using the
portmanReplacements
, but it is not letting me use the double-quote in thesearchFor
string.I tried using the
overwrites
for theoverwriteRequestBody
, but it seems to only work for JSON, form-data, and Form url encoded values.How can do an overwrite on a binary or application/octet-stream?
Here is my OpenAPI Spec:
And here is what I get currently:
And I want it to look this way:
The text was updated successfully, but these errors were encountered: