What problem does it solve?
Vendix Bruno testing patterns provide a standardized framework to create, organize, and validate API tests against Vendix backend services using Bruno. It helps teams ensure consistent test quality, reuse across endpoints, and faster feedback during development.
Core Features & Use Cases
- Structured test organization: test files organized under bruno/Vendix/<Domain>/<Resource>/ with meaningful names.
- Auth handling & token management: supports Bearer token flows and automatic token capture for subsequent requests.
- DTO alignment & assertions: emphasizes validating requests against backend DTOs and asserting expected response structures.
- Chained requests & data reuse: captures created IDs for use in subsequent tests, enabling realistic end-to-end scenarios.
Quick Start
Use Bruno to run the Vendix test suites from the root bruno directory. Example: bru run bruno/Vendix