Collection Runner
The built-in Collection Runner supports unlimited runs.- Open the Collection Runner using either method:
- In the sidebar, click
···next to your collection, then select Run. - Or click the Collection Runner icon in the top bar.
- In the sidebar, click


-
Configure the run (optional): Before starting a run, you can customize it using the configuration panel:
- Timings — set a delay (in milliseconds) between requests.
- Filters — use include or exclude tags to control which requests run. See tag-based filtering for details.
- Request selection — select, deselect, or drag-and-drop to reorder requests in the right panel. WebSocket and gRPC requests are not supported and appear disabled.
- Start the run by clicking Run N Request(s) to execute the selected requests.
Data-driven testing by using a .CSV file is available in our Pro and Ultimate Edition

Automating Runs in CI/CD
- Use the Bruno CLI to run collections from scripts and pipelines (no GUI required).
- Follow the CLI docs to install the CLI, run a collection, and wire it into your CI/CD jobs: Bruno CLI ↗