Aniket Panse

Results 22 comments of Aniket Panse

We do have a public specification (and a JSON schema): schema.getpostman.com While we do have two versions of the specification, we also have https://www.npmjs.com/package/postman-collection-transformer which can interconvert between the two....

@IvanGoncharov Postman currently uses v1.0.0 You're right, currently we don't embed version information in the Collection file. We will start embedding it in the upcoming version (v2.0.0). Example: ``` {...

Oh, I will post some sample v1 and v2 collection here too :)

@sam9291 it's not on the immediate roadmap, but we will accept pull requests for this issue :-)

Coming up with new syntax might not be necessary. Something like this should work too: ``` replacements: { tableName: {value: self.name, quote: false} } ``` Edit: Apologies for the bad...

This is a pretty uncommon use case (I think), and I am not sure if this needs to be implemented at all. I've currently worked around this using Mustache, and...

Please don't do that, it leaves your code vulnerable to SQL injection. Avoiding string formatting was the whole point of this feature request. On Mon, Apr 5, 2021, 10:37 AM...

@jbnok Thanks for reporting this, I agree, it's a separate issue (the other one #935 is specific to reporters, whereas this is not).

Hmm, this is because the output report has too much of data. This can only be solved by creating a streaming JSON reporter, using something like https://www.npmjs.com/package/stream-json

@jbnok, the current reporters are not designed for load testing scenarios, but I can see why it will be useful :+1: