Skip to content

Commit f3e8c3d

Browse files
eddycekclaude
andcommitted
docs: update test counts after #432 (3111 tests, PRs #1-#432)
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 35c6cdc commit f3e8c3d

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

ARCHITECTURE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Architecture Overview
22

3-
**Last Updated:** April 11, 2026 | **Phase 4 Complete, Phase 6 Complete** | **3110 unit tests, 145 files + 37 Playwright E2E tests**
3+
**Last Updated:** April 11, 2026 | **Phase 4 Complete, Phase 6 Complete** | **3111 unit tests, 145 files + 37 Playwright E2E tests**
44

55
---
66

@@ -845,7 +845,7 @@ Hardware error (FC timeout, USB disconnect)
845845

846846
## Testing Strategy
847847

848-
**3110 unit tests across 145 files + 37 Playwright E2E tests**. See [TESTING.md](./TESTING.md) for complete inventory.
848+
**3111 unit tests across 145 files + 37 Playwright E2E tests**. See [TESTING.md](./TESTING.md) for complete inventory.
849849

850850
| Area | Files | Tests |
851851
|------|-------|-------|

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ See [QUICK_START.md](./QUICK_START.md) for installation, setup, all available co
213213

214214
All UI changes must include tests. Tests automatically run before commits. Coverage thresholds enforced: 80% lines/functions/statements, 75% branches.
215215

216-
**Unit tests:** 3110 tests across 145 files — MSP protocol, storage managers, IPC handlers, UI components, hooks, BBL parser fuzz, analysis pipeline validation, telemetry, diagnostic, license, auto-updater.
216+
**Unit tests:** 3111 tests across 145 files — MSP protocol, storage managers, IPC handlers, UI components, hooks, BBL parser fuzz, analysis pipeline validation, telemetry, diagnostic, license, auto-updater.
217217

218218
**Playwright E2E:** 37 tests across 7 spec files — launches real Electron app in demo mode, walks through complete tuning cycles (Filter Tune, PID Tune, Flash Tune, diagnostic reports, and stress-test edge cases).
219219

SPEC.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ Automated end-to-end tests running in CI pipeline against a real FC connected to
357357

358358
## Progress Summary
359359

360-
**Last Updated:** April 11, 2026 | **Tests:** 3110 unit tests across 145 files + 37 Playwright E2E tests | **PRs Merged:** #1#431
360+
**Last Updated:** April 11, 2026 | **Tests:** 3111 unit tests across 145 files + 37 Playwright E2E tests | **PRs Merged:** #1#432
361361

362362
| Phase | Status | Notes |
363363
|-------|--------|-------|

TESTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ npm run test:ui # Visual interface with DOM snapshots
167167

168168
## Test Inventory
169169

170-
**Total: 3110 unit tests across 145 files + 37 Playwright E2E tests across 7 spec files** (last verified: April 11, 2026)
170+
**Total: 3111 unit tests across 145 files + 37 Playwright E2E tests across 7 spec files** (last verified: April 11, 2026)
171171

172172
### UI Components
173173

0 commit comments

Comments
 (0)