Bruno
Last update: 19 Apr 2025
Article here
Links:
- Bruno website
- Bruno command line tools
- GitHub
- Documentation
- Visual Studio Code extension
- Migrating from Postman
How to use Bruno
The suggested directory structure is like the following:
├── .env optional, for secrets and passwords
├── API 1 dir to group requests belonging to the same API
│ ├── request-1.bru
│ ├── request-2.bru
├── API 2
│ ├── request-1.bru
├── README.md
├── bruno.json the main Bruno file
├── environments the Bruno environments
│ ├── prod.bru
│ ├── test.bru
├── node_modules
├── package-lock.json
└── package.json BRUNO CLI and additional node.js dependencies
API 1 and API 2 are folders grouping the requests for each API.