What problem does it solve?
This Skill helps you automate API testing by using Bruno, a Postman-like CLI, to run, organize, and verify API requests locally.
Core Features & Use Cases
- Bruno CLI Navigation: Locate Bruno collections and environment data, e.g., discovering the <bruno-collection-dir> that contains bruno.json.
- Test Execution & Reporting: Run tests via Bruno, manage collections, environments, and generate results for integration in CI or reports.
- Portable Workflows: Execute deterministic API tests in local environments and share results with teammates.
Quick Start
From your project root, locate the Bruno collection directory (the one containing bruno.json) and run a Bruno command, for example:
bruno run --env development <bruno-collection-dir>/bruno.json