e2e-bruno
Installation
SKILL.md
When to Use
- Creating end-to-end tests for API endpoints
- Organizing HTTP request collections per service
- Setting up pre-request and post-response test scripts
- Configuring environment variables for local, dev, staging
- Automating API tests in CI/CD pipelines with Bruno CLI
Critical Patterns
Why Bruno over Postman
Bruno is open-source, Git-friendly (plain text files), and runs collections from CLI. No cloud sync needed — collections live in the repo under version control.
Collection Organization
Collections follow the service structure. One directory per service, one file per endpoint: