Skip to content

chore: update quality.md test counts (#227)#234

Merged
zacharias-ona merged 1 commit into
mainfrom
feat/227-update-quality-md-test-counts
Apr 18, 2026
Merged

chore: update quality.md test counts (#227)#234
zacharias-ona merged 1 commit into
mainfrom
feat/227-update-quality-md-test-counts

Conversation

@zacharias-ona
Copy link
Copy Markdown
Collaborator

Closes #227

What

Refreshes stale test counts in .agents/quality.md. Counts drifted as features landed without corresponding quality.md updates.

Changes

  • Test Coverage Summary: 21 Vitest files (174 tests) → 32 files (252 tests), 11 E2E specs (42 tests) → 20 specs (74 tests)
  • Current Grades table: Updated test counts in Notes column for Auth, Workspaces, Pages, Editor, Search, App Shell, UI Components
  • Test files by domain: Added 11 new Vitest files and 9 new E2E specs, corrected counts for existing files
  • History: Added 2026-04-18 entry

How

Counted Vitest tests from pnpm test output (252 tests across 32 files) and E2E tests via grep -c "test(" e2e/*.spec.ts (74 tests across 20 specs). Used Vitest runner output as source of truth for unit/integration counts rather than grep, which overcounts due to matching non-test usages of test( and it(.

Testing

  • pnpm lint
  • pnpm typecheck
  • pnpm test ✅ (32 files, 252 tests)

Refresh stale test counts in quality.md. Counts drifted as features
landed without corresponding quality.md updates.

Before: 21 Vitest files (174 tests), 11 E2E specs (42 tests)
After:  32 Vitest files (252 tests), 20 E2E specs (74 tests)

Co-authored-by: Ona <[email protected]>
@vercel
Copy link
Copy Markdown

vercel Bot commented Apr 18, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
memo Ready Ready Preview, Comment Apr 18, 2026 8:29am

Request Review

@zacharias-ona zacharias-ona merged commit b7f215d into main Apr 18, 2026
6 checks passed
@zacharias-ona zacharias-ona deleted the feat/227-update-quality-md-test-counts branch April 18, 2026 08:31
@zacharias-ona
Copy link
Copy Markdown
Collaborator Author

✅ Post-merge verification skipped — chore: PR does not affect the live app.

@zacharias-ona
Copy link
Copy Markdown
Collaborator Author

✅ UI verification skipped — no UI files changed. Only .agents/quality.md was modified (test count updates).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: update quality.md — E2E test count is stale (42 → 57)

1 participant