bruno_run_collection
Execute all API requests in a Bruno collection or specific folder, with support for environment variables, dry-run validation, and report generation in JSON, JUnit, or HTML formats.
Instructions
Run all requests in a Bruno collection or specific folder
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| collectionPath | Yes | Path to the Bruno collection | |
| environment | No | Name or path of the environment to use | |
| enviroment | No | Alias for environment (to handle common typo) | |
| folderPath | No | Specific folder within collection to run | |
| envVariables | No | Environment variables as key-value pairs | |
| reporterJson | No | Path to write JSON report | |
| reporterJunit | No | Path to write JUnit XML report | |
| reporterHtml | No | Path to write HTML report | |
| dryRun | No | Validate requests without executing HTTP calls |