You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update testing guide: April 2 test totals & new tests
Bump TESTING_GUIDE.md to 2026-04-02 and update verified totals and re-verification dates (backend 2053, frontend 1496, combined 3549+). Add detailed coverage notes for recent PRs: LLM Tool-Calling (PR #669), MCP Server (PR #664), GDPR Data Portability/Account Deletion (PR #666), Board Metrics (PR #667), and GitHub OAuth frontend tests (PR #668), including tracking issues, test targets, and brief manual validation steps. Record addition of a developer-portal CI artifact step (PR #658) and expand planned quality expectations to include the new services and API/store coverage for OAuth and metrics.
- backend totals were re-verified on 2026-03-29 via `dotnet test backend/Taskdeck.sln -c Release -m:1`
27
-
- frontend unit totals were re-verified on 2026-03-29 via `npx vitest --run`
28
-
- significant test growth since 2026-03-06 due to TST-CODEX wave (PRs #436–#448), knowledge service tests(PR #456), AGT-02 tool registry/policy/triage tests(PR #502), demo director presets/assertions/report/soak tests(PR #500), and adversarial review fixes
26
+
- backend totals were re-verified on 2026-04-02 via `dotnet test backend/Taskdeck.sln -c Release -m:1`
27
+
- frontend unit totals were re-verified on 2026-04-02 via `npx vitest --run`
28
+
- significant test growth since 2026-03-29 due to: LLM tool-calling orchestrator and read tools (PR #669, 67 new backend tests), GDPR data portability and account deletion (PR #666, 25 new backend tests), board metrics dashboard (PR #667, 12 backend + frontend tests), MCP prototype board resources (PR #664, 7 new backend tests), GitHub OAuth frontend integration (PR #668, 5 new frontend tests), and UX-19 review card improvements
- Includes external import-adapter parsing and board upsert orchestration coverage (CSV/outreach profile, dedupe policy, rollback safety path)
539
585
- Includes starter-pack manifest parsing/validation, first-party catalog validity, and apply-planning coverage
586
+
- Includes LLM tool-calling orchestrator coverage (multi-turn loop, timeout, round limits) and read tool schema generation
587
+
- Includes GDPR data export service (user-scoped completeness, versioned payload) and account deletion service (re-auth, confirmation phrase, PII anonymization)
588
+
- Includes board metrics service coverage (aggregation, date range, label grouping)
0 commit comments