Skip to main content
Running a Bruno collection lets you exercise and test an API. You can run collections from the app (Collection Runner) or from the command line (Bruno CLI).

Collection Runner

The built-in Collection Runner supports unlimited runs.
  1. 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.
Click Run from collection menu Collection Runner icon in the top bar
  1. Configure the run (optional): In the runner, set parameters, choose a delay between requests, and adjust any other options you need.
  2. Start the run to execute the collection from the runner.
The Collection Runner does not include gRPC and WebSocket requests. Only HTTP requests will be executed when running a collection.
Data-driven testing by using a .CSV file is available in our Pro and Ultimate Edition
Collection Runner

Automating Runs in CI/CD

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