712 B
712 B
APOPHIS Setup — safe-ci preset
This project was scaffolded with apophis init --preset safe-ci.
Quick Start
- Confirm the Fastify app registers
@fastify/swagger. - Add behavioral contracts to your route schemas using
x-ensures. - Run: apophis verify --profile quick
What This Preset Does
- Runs only behavioral contracts (not schema-only routes).
- No chaos, no observe, no stateful testing.
- Safe for CI pipelines.
- Timeout: 5s per route.
Next Steps
- Add more routes to the
routesarray in your profile. - Try
apophis init --preset platform-observeto configure observe-mode policy and runtime drift reporting. - Try
apophis init --preset protocol-labfor multi-step flows.