Bruno from A to Z: Variables, Scripting, and E2E Tests
In the previous article, we compared four API clients and concluded that Bruno was the most...
Tag archive
In the previous article, we compared four API clients and concluded that Bruno was the most...
Bruno is an open-source API client that stores requests as plain text files inside your project instead of the cloud — so collections live in Git, diff in PRs, and run in CI.
There is a moment every developer knows. You take a cURL. Maybe from Swagger. Maybe from logs. Maybe...
A ticket, an unknown tool, six services to migrate including gRPC. What I wish I'd read before starting: Bruno concepts, monorepo structure, .env for secrets, multi-env local/dev/prod.

— and it didn't just write the tests. It debugged Kubernetes RBAC, fixed race conditions, and shipped...
Hot Take: Ditch Insomnia 9.1 for Bruno 2.0 – It's 30% Faster for REST and GraphQL 16.8 API...
When we fired 1000 concurrent API requests at a production-grade Node.js endpoint, Bruno 1.0...
In 2024, 68% of engineering teams reported losing API test suites due to cloud sync failures or...
By 2026, API testing accounts for 42% of total engineering QA spend, yet 68% of teams report wasting...
In Q3 2024, our 12-person platform engineering team at a Series C fintech killed $12,400 per month in...
TL;DR Bruno is an open-source API client that stores collections as plain files in your...

The probem I was working on integrating an API that has to make some requests to generate an account...