bruno-api-testing
Installation
SKILL.md
Bruno API Testing
Create and run API test collections using Bruno — a Git-first, offline-only API client that stores collections as plain files.
Format Selection
Bruno supports two file formats. Determine which to use:
- YAML (OpenCollection) — Default since Bruno v3.1. Uses
.ymlfiles andopencollection.ymlroot. Preferred for new projects. - Bru (Legacy) — Uses
.brufiles andbruno.jsonroot. Use only for existing Bru-format collections.
Detect format by checking the collection root: opencollection.yml → YAML, bruno.json → Bru.
For YAML format syntax details, see references/yaml-syntax.md. For Bru format syntax details, see references/bru-syntax.md.