docs: accurate test status, public API note, no fake 'known failures'

This commit is contained in:
you
2026-03-24 00:03:36 +00:00
parent b4558dea4d
commit d9012a005a
+6 -4
View File
@@ -136,11 +136,13 @@ Uses firmware-standard type names (GRP_TXT, TXT_MSG, REQ) with aliases for conve
node test-packet-filter.js # 62 tests — filter engine
node test-aging.js # 29 tests — node aging system
node test-regional-filter.js # 22 tests — regional observer filtering
node test-regional-integration.js # 3 tests — regional integration (1 known failure)
node tools/e2e-test.js # E2E test (requires running server)
node tools/frontend-test.js # Frontend integration (requires running server)
node test-regional-integration.js # integration — hits live API (non-deterministic)
node tools/e2e-test.js # E2E — spins up temp server, injects packets (BROKEN — needs fix)
node tools/frontend-test.js # frontend smoke — spins up temp server (BROKEN — needs fix)
```
Run the first three before every push (they don't need a server). Add tests for new logic.
Run the first three before every push (deterministic, no server needed). Add tests for new logic.
Tests that hit live data can use `https://analyzer.00id.net` — all API endpoints are public, no auth required.
### Browser Validation
After pushing, verify in the browser: