blog.postman.com Open in urlscan Pro
162.159.130.53  Public Scan

Submitted URL: https://go.postman.com/MDY3LVVNRC05OTEAAAGPs5wrgFP7q1ASChLj9BrRpl3Da9E8ESyVJsbPRV-2DyJ9fX02eSX3eRlEAB3hvHMrD_i0MeA=
Effective URL: https://blog.postman.com/run-collections-in-postman-vs-code-extension/?utm_source=marketo&utm_medium=email&utm_campaign=n...
Submission Tags: falconsandbox
Submission: On November 28 via api from US — Scanned from DE

Form analysis 2 forms found in the DOM

GET /

<form class="form-inline my-lg-0" method="get" action="/">
  <label htmlfor="search-lc" class="search-label">
    <svg class="nav-search__icon" width="16" height="16" viewBox="0 0 16 16" fill="#6b6b6b" xmlns="http://www.w3.org/2000/svg">
      <path fill-rule="evenodd" clip-rule="evenodd"
        d="M9.87147 9.16437C10.5768 8.30243 11 7.20063 11 6C11 3.23858 8.76142 1 6 1C3.23858 1 1 3.23858 1 6C1 8.76142 3.23858 11 6 11C7.20063 11 8.30243 10.5768 9.16437 9.87147L9.89648 10.6036L9.64648 10.8536L13.5758 14.7829C13.8101 15.0172 14.19 15.0172 14.4243 14.7829L14.7829 14.4243C15.0172 14.19 15.0172 13.8101 14.7829 13.5758L10.8536 9.64648L10.6036 9.89648L9.87147 9.16437ZM6 10C8.20914 10 10 8.20914 10 6C10 3.79086 8.20914 2 6 2C3.79086 2 2 3.79086 2 6C2 8.20914 3.79086 10 6 10Z">
      </path>
    </svg>
  </label>
  <input class="form-control" id="search-lc" type="search" placeholder="Search Postman Blog" aria-label="Search" name="s" autocomplete="off" spellcheck="false" dir="auto" value="">
</form>

POST https://blog.postman.com/wp-comments-post.php?wpe-comment-post=mktgproduction

<form action="https://blog.postman.com/wp-comments-post.php?wpe-comment-post=mktgproduction" method="post" id="commentform" class="comment-form" novalidate="">
  <p class="comment-notes"><span id="email-notes">Your email address will not be published.</span> <span class="required-field-message">Required fields are marked <span class="required">*</span></span></p>
  <p class="comment-form-author"><label for="author">Your name</label><br><input class="form-control" id="author" name="author" aria-required="true"></p>
  <p class="comment-form-email"><label for="author">Your email</label><br><input class="form-control" id="email" name="email"></p>
  <p class="comment-form-comment"><label for="author">Write a public comment</label><textarea class="form-control" id="comment" name="comment" aria-required="true"></textarea></p>
</form>

Text Content

 * Product
   
   GETTING STARTED
   
   What is Postman? Customer Stories Download Postman →
   
   API PLATFORM
   
   Collaborate in Workspaces Organize with Collections Explore the API Client
   Build Postman Flows Work smarter with Postbot Browse API Tools
   
   ENTERPRISE SOLUTIONS
   
   Enterprise Essentials API Test Automation Internal API Management
 * What is Postman? API Repository Tools Governance Workspaces Integrations Get
   Started Free →
 * Pricing
 * Enterprise
 * Resources and Support
   
   LEARNING
   
   Learning Center Docs Postman Academy White Papers Breaking Changes Show
   Templates Tutorials Webinars State of the API Report Guide to API-First
   
   COMMUNITY AND EVENTS
   
   Blog Community Postman Supernovas Student Program Events Postman Swag
   
   SUPPORT
   
   Support Center Reseller Support Postman Status Release Notes Contact Us
 * Public API Network

Contact Sales Sign In Sign Up for Free Launch Postman
Blog

 * Learning Center
   
   Learn about how to get started using Postman, and read more in the product
   docs.

 * Labs
   
   Flows, gRPC, WebSockets! Learn about the latest cutting-edge features brewing
   in Postman Labs.

 * Open Technologies
   
   Invest in the knowledge, specifications, standards, tooling, data, people,
   and organizations that define the next 50 years of the API economy.

 * Collection Format
   
   Understand the specification behind Postman Collections. Check out the docs
   and support resources!

 * Blog
   
   The Postman blog is your hub for API resources, news, and community. Learn
   about the Postman API Platform and much more.


 * AI
 * API-First
 * Product Updates
 * Company News
 * Tutorials




RUN COLLECTIONS IN THE POSTMAN VS CODE EXTENSION

Pankaj Khandelwal
November 20, 2023· 3 mins

The Postman VS Code extension serves as a developer’s indispensable ally,
seamlessly integrating the robust capabilities of the Postman API Platform
directly into the VS Code environment. By bringing advanced features like the
Postman Console, documentation, and dynamic variable support into the code
editor, it empowers developers to efficiently design, test, and collaborate on
APIs with unparalleled ease and speed.

API development just got a power boost with the latest feature added to the
Postman VS Code extension—the Collection Runner. The Collection Runner enables
you to run a collection’s requests in a specified sequence to test the
functionality of your API. It logs your request test results and can use scripts
to pass data between requests and alter the request workflow.


CONFIGURING A COLLECTION RUN

Users can configure the requests in a collection or a folder by clicking on the
Run button in the collection or folder Overview tab. To run requests in a
collection or folder, follow these steps: first, select Collections in the
sidebar and choose the desired collection or folder, and select Run.

Users can associate their collection with an environment, selecting it using the
environment selector at the top right or from the sidebar. Various configuration
options are available, including setting the number of iterations, specifying
delay intervals between requests, persist responses for a session, and other
advanced settings.

The sequence of request execution can be modified by dragging requests. After
configuring your settings, select Run with the collection or folder name.

Configuring and running a collection


DEBUGGING RUN RESULTS

During manual collection runs in the Postman VS Code extension, real-time
results of request executions and test outcomes are provided, showing details
such as the source of the collection run, selected environment, number of
iterations, total duration, etc.

In the Collection Runner results, users can explore the run further by selecting
a specific request to view comprehensive information about the request,
including headers and body. Filtering options are available via Passed, Failed,
or Skipped tabs, with the All Tests tab showing all requests. Users can navigate
through results for specific iterations, access a list of past runs, and return
to the full results as needed.

Run results page of a collection


VIEWING RUN HISTORY

Each collection has a Runs tab you can use to view past runs, scheduled runs,
and performance runs. You can also view details such as test counts and average
response times. The Runs tab has controls to select how many collection runs to
view, and limit the displayed runs to those from selected users, of a selected
status, and either from the Collection Runner or the Postman CLI.

Runs tab showing past runs of a collection

The Collection Runner in the Postman VS Code extension helps in streamline their
API testing workflow. With iterative execution, insightful reporting, and
seamless environment integration, it’s a tool designed to enhance efficiency and
accuracy in every testing cycle.

If you haven’t already tried it out yet, you can install the Postman VS Code
extension from the VS Code marketplace.

Try Postman now

+7
Tags: Collection Runner Product Updates Tutorials VS Code

Pankaj Khandelwal



Pankaj Khandelwal is an engineering manager at Postman. View all posts by Pankaj
Khandelwal.

What do you think about this topic? Tell us in a comment below.




COMMENT CANCEL REPLY

Your email address will not be published. Required fields are marked *

Your name


Your email


Write a public comment





Δ

This site uses Akismet to reduce spam. Learn how your comment data is processed.


YOU MIGHT ALSO LIKE


THE POSTMAN VS CODE EXTENSION IS NOW IN EARLY ACCESS WITH NEW FEATURES

Preetham M· 2 mins

We recently announced the launch of the Postman VS code extension focusing on
enabling users to send requests across multiple protocols in…

Read more →


INTRODUCING THE POSTMAN VS CODE EXTENSION

Preetham M· 2 mins

Earlier this year, we announced that we would launch the Postman VS Code
extension in 2023. We aim to bring Postman closer…

Read more →


SUPERCHARGE YOUR API WORKFLOW WITH THE POSTMAN VS CODE EXTENSION’S NEW FEATURES

Pankaj Khandelwal· 3 mins

In the fast-paced world of API development, efficiency is key. To aid developers
in streamlining their workflow, we are excited to introduce…

Read more →


POSTMAN NAMED BEST API PLATFORM

Postman is the #1 place where developers come to work with APIs. See why we’re
top-ranked in G2’s first-ever evaluation of API Platforms.

Read more →

© 2023 Postman, Inc.


PRODUCT

 * What is Postman?
 * API Repository
 * Tools
 * Governance
 * Workspaces
 * Integrations
 * Enterprise
 * Plans and pricing
 * Download the app
 * Support Center


COMPANY

 * About
 * Careers and culture
 * Press and media
 * Contact us
 * Partner program


LEGAL AND SECURITY

 * Terms of Service
 * Trust and Safety
 * Privacy policy
 * Cookie notice
 * Privacy choices


API CATEGORIES

 * App Security
 * Payments
 * Financial Services
 * DevOps
 * Developer Productivity
 * Data Analytics
 * Communication
 * Artifical Intelligence


SOCIAL

 * Twitter
 * LinkedIn
 * GitHub
 * YouTube
 * Asset 2
   Twitch

We use cookies on your device to enhance your navigation experience, analyze
usage to improve our site, and customize our marketing efforts. You can learn
more about cookies in ourCookie Notice.
Reject All Cookies Accept All Cookies
Manage Cookies




PRIVACY PREFERENCE CENTER

When you visit any website, it may store or retrieve information on your
browser, mostly in the form of cookies. This information might be about you,
your preferences or your device and is mostly used to make the site work as you
expect it to. The information does not usually directly identify you, but it can
give you a more personalized web experience. Because we respect your right to
privacy, you can choose not to allow some types of cookies. Click on the
different category headings to find out more and change our default settings.
However, blocking some types of cookies may impact your experience of the site
and the services we are able to offer.
More information
Allow All


MANAGE CONSENT PREFERENCES

STRICTLY NECESSARY COOKIES

Always Active

These cookies are necessary for the website to function and cannot be switched
off in our systems. They are usually only set in response to actions made by you
which amount to a request for services, such as setting your privacy
preferences, logging in or filling in forms. You can set your browser to block
or alert you about these cookies, but some parts of the site will not then work.

Cookies Details‎

FUNCTIONAL COOKIES

Functional Cookies

These cookies enable the website to provide enhanced functionality and
personalisation. They may be set by us or by third party providers whose
services we have added to our pages. If you do not allow these cookies then some
or all of these services may not function properly.

Cookies Details‎

TARGETING COOKIES

Targeting Cookies

These cookies may be set through our site by our advertising partners. They may
be used by those companies to build a profile of your interests and show you
relevant adverts on other sites. If you do not allow these cookies, you will
experience less targeted advertising.

Cookies Details‎

PERFORMANCE COOKIES

Performance Cookies

These cookies allow us to count visits and traffic sources so we can measure and
improve the performance of our site. They help us to know which pages are the
most and least popular and see how visitors move around the site. All
information these cookies collect is aggregated and therefore anonymous. If you
do not allow these cookies we will not know when you have visited our site, and
will not be able to monitor its performance.

Cookies Details‎
Back Button


COOKIE LIST



Search Icon
Filter Icon

Clear
checkbox label label
Apply Cancel
Consent Leg.Interest
checkbox label label
checkbox label label
checkbox label label

Confirm My Choices