postman-collection icon indicating copy to clipboard operation
postman-collection copied to clipboard

Javascript module that allows a developer to work with Postman Collections

Results 53 postman-collection issues
Sort by recently updated
recently updated
newest added

want to connect redis db and lpush some data into redis db , can we do it using postman? Test file which is passed to the collection runner contains multiple...

The collections/proxy-config has member to toggle authentication and also members like `username` and `password` to set proxy credentials. Is this something which is intended or the docs is really missing...

```javascript const list = new VariableList(null, [{ key: 'k1', value: 'initial', description: 'initial description' }]); list.upsert({ key: 'k1', value: 'updated', description: 'updated description' }); list.toJSON(); // [{ // description: {...

bug

I wrote a script in the test tab to set an access token from the login request. After setting access token I want to call logout API to revoke my...

#### Precondition There is a JSON data file, `[ { "test" : "data1", "expData": {//} }, { "test" : "data2", "expData": {//} }, ]` In the GraphQL variables, I pass...

I am running a collection runner to execute multiple testcases in postman I have a directory there I have created a post request, In the body of the request I...

hi All, I'm here to ask if there is a better way of doing something like this: https://www.youtube.com/watch?v=kLCviw_9Hcc maybe there is already a way to do this better, if not...

Bumps [semver](https://github.com/npm/node-semver) from 7.3.7 to 7.3.8. Release notes Sourced from semver's releases. v7.3.8 7.3.8 (2022-10-04) Bug Fixes d8ef32c #383 add support for node.js esm auto exports (#383) (@​MylesBorins) Documentation 7209b14...

dependencies

Hi I would like to ask for reopening this [PR](https://github.com/postmanlabs/postman-collection/pull/1282) , which was closed without review. It is blocking our pipelines because of [CVE-2022-36313](https://www.cve.org/CVERecord?id=CVE-2022-36313)