With the Postman VS Code extension, you can use the Collection Runner to manually run a collection's or folder's requests in a specific sequence. This enables you to test an API's functionality or performance. You can also automate collection runs in your CI/CD with the Postman CLI or Newman.
By default, your requests run in the sequence they're listed in the collection. If you need to change the run, select and drag a request to its new location in the sequence. You can also remove an individual request from the run by clearing the checkbox next to its name. You can optionally use post-response scripts to pass data between requests and alter the request workflow. Learn how to customize a collection run with post-response scripts.
To learn more about manual collection runs in Postman, see Test your API using the Collection Runner.
To manually run requests in a collection or folder, do the following:
Select a collection or folder with requests you want to run in sequence.
Click Run to configure the collection run.
If you want your collection to run with an environment, select it using the environment selector at the upper right. You can also click Create New to create a new environment. Learn how to manage environments in the VS Code extension.
Choose any configuration options:
Iterations - The number of iterations for your collection run. You can also run collections multiple times with different data sets to build workflows.
Delay - An interval delay in milliseconds between each request.
Data - You can import a data file and use its values in the collection run. The data file must be in CSV or JSON format. Learn more about formatting a data file.
Persist responses for a session - Log the response headers and bodies so you can review them after running the collection. For large collections, persisting responses may affect performance.
Advanced settings
To run the collection with your completed configuration, click Run (collection name).
Your Postman plan gives you a limited number of collection runs you can use each month. This limit applies to collections you run manually. A collection run with multiple iterations counts as a single run.
When running collections manually, Postman displays the results of your request runs and test results in real time. To learn more about what happened during the collection run, you can:
Learn more about debugging run results in Postman.
You can also view the run history for your collection, including collections you ran using the Collection Runner and the Postman CLI.
Select a collection or folder, then select the Runs tab. You can filter your run history by the number of collection runs to view, users who ran the collection, the test status of the collection runs, and the source of the collection run.
To return to the results of the collection run, hover over a collection run and click View Report.
Learn more about viewing run history in Postman.
Last modified: 2025/07/25