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

🏳️ Run Postman tests directly from your VSCode

Results 10 vscode-postman issues
Sort by recently updated
recently updated
newest added

I have a problem with testing my api services that have self signed certificates, and I suspect that giving newman the --insecure argument would help. Testing them with only http...

Is there a way to input global variables before the run?

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. Commits 70668a4 0.8.5 d919d22 fix(exec): lockdown file permissions (#1060)...

dependencies

https://github.com/postmanlabs/newman#using-socks-proxy

Is it possible to either launch my express server prior to running my postman tests, or to run postman from a script (so that I can manually start my server...

Hi, Does the postman recent license changes for usage of scatchpad affect this plugin? Is this plugin in anyway related/owned by Postman itself? Please confirm, so that we can use...

Is it possible to store the data about requests in the local project like the Thunder Client extension does ? That is a very handy feature - very developer get's...

Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3. Changelog Sourced from qs's changelog. 6.5.3 [Fix] parse: ignore __proto__ keys (#428) [Fix] utils.merge: avoid a crash with a null target and a truthy...

dependencies

When sending a multipart/form-data request using extension, the Content-Type header is not displayed in representation created by "postman console", although it is actually present in the request. That's what I...