464 B
464 B
Testing
Unit and Integration
cargo test --workspace
Gated Tests (require external services)
- Runner NATS:
RUNNER_TEST_NATS_URL=nats://127.0.0.1:4222 cargo test -p runner -- --ignored
- Projection NATS:
PROJECTION_TEST_NATS_URL=nats://127.0.0.1:4222 cargo test -p projection -- --ignored
- Docker-based gates:
cargo test -p gateway -- --ignored
Control UI
cd control/ui
npm ci
npm run test