Contributor Testing
This guide is for Floe Contributors changing the Floe repository.
Primary Commands
Section titled “Primary Commands”make test-unitmake testmake docs-validateTest Boundaries
Section titled “Test Boundaries”| Tier | Purpose | Typical Command |
|---|---|---|
| Unit | Fast package and function tests | make test-unit |
| Integration | Kubernetes-native service integration | make test-integration |
| E2E | Full platform workflows | make demo-customer-360-validate after setup |
| Docs | Starlight sync, build, and content gates | make docs-validate |
Remote Validation
Section titled “Remote Validation”Use DevPod when the full validation lane does not fit on a local machine.