Skip to content

Bruno

Last update: 19 Apr 2025

Article here

Links:

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.