Running a Collection
To run a collection:- Right-click on the collection and select the “Run Collection” option.
- Alternatively, hover over the collection name and click on the “Run Collection” icon.
Run Settings
- Delay: Set an interval delay (in milliseconds) between running each request.
- Stop Run if Error Occurs: The collection run stops if an error is encountered within a script or if there’s a problem sending a request.
- Persist Responses: Log response headers and bodies for review after running the collection. Note that persisting responses may impact performance for large collections.
Executing the Run
After setting up your preferences, start the collection runner. A new tab will display, showing real-time execution details, including:- Collection: The name of the collection being executed.
- Environment: The active environment at runtime.
- Duration: Total time taken to complete the run.
- Average Response Time: The mean response time across all requests.
Running and Post-Run Actions
- Stop: Stop the current run at any time.
- Run Again: When a run completes, you can restart with the same configurations as needed.
- New Run: Stop the current run and restart with new settings.
Runner Results
The results view provides a comprehensive summary of your collection run, including:- Request Status: Success or failure of each request, along with HTTP status codes.
- Tests: Detailed views of tests that passed or failed.
- Persisted Responses: If enabled, view headers and bodies by selecting each request; otherwise, this section remains hidden.