Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
246 views
in Technique[技术] by (71.8m points)

visual studio code - Testing VSCode using Postman

I'm following Ian Munro's 1702-express-review videos on YouTube as part of my training for work. I have never used Postman before. I need to somehow link my VSCode to Postman but am not sure how.

What I've done so far:

  • Installed Postman Runner as an extension on VSCode.
  • Created and started coding my project on VSCode.

Apparently I need to "Export my Postman collections and environments in a folder (or subfolder) and open it with VSCode". How do I do this?

question from:https://stackoverflow.com/questions/65880302/testing-vscode-using-postman

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

Just press Control+Q

Now select :

  1. collection file
  2. Environment file
  3. Iteration count, delay , data file etc

But , using vscode for postman will just make your life harder. Use postman native app for coding .

If you are looking for a way to format the code . Just press ctrl+b in postman app to format the code correctly


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...