Testing¶
Running Tests Locally¶
# Unit tests only
make test
# Integration tests only (requires Docker)
make integration-test
# E2E tests (requires Docker)
make e2e
Code Formatting¶
Floe uses Spotless with Google Java Format:
CI¶
GitHub Actions runs on every PR: