Bruno is an open-source API client that stores collections as plain files on your filesystem, making them easy to version-control with Git. The Bru CLI lets you execute entire request collections from the terminal, enabling automated API testing in CI/CD without cloud sync. Collections use a simple markup format that is human-readable and diff-friendly.
#api-client#testing#open-source#rest
⌨️ Install
standaloneCLI
npm official
npm install -g @usebruno/cli What it can do
- › run API request collections in CI pipelines without a cloud account
- › version-control API collections alongside application source code
- › execute environment-specific API tests from the terminal
Comments