Testing Client
Testing Client helps you build repeatable NATS test flows. Instead of repeating manual publish/request checks, you save them as manifests and run them whenever you need.
Why Teams Use It
- Regression checks before releases
- Quick smoke tests against staging or production-like clusters
- Faster debugging when a subject or payload format changes
- Shared, versioned test scenarios across a team
Core Concepts
- Collection: a folder of related manifests (
collection.qaze.yaml) - Manifest: one action (for example Publish or Request) in YAML
- Run result: stats and message output that tell you what happened