| name | integration-test |
| description | Run the full end-to-end integration test suite |
| disable-model-invocation | true |
Run the full E2E integration test.
Requirements: Docker, Anvil, forge, cast, jq, pnpm, task
Run: bash scripts/integration-test.sh
This performs 5 phases:
- Preflight — Verify tools and .env
- Start Services — Launch anvil fork + Docker services
- Deploy — Full stack deployment (contracts + WASM + WAVS)
- Setup — Configure oracles, fund wallet, set risk params
- Tests — Deposit → operator rebalance → withdraw
This is a long-running test. Monitor output for phase progress and report results.