Files
clide/decisions/questions-testing.md
T
jpmschweitzerandClaude Opus 4.6 2235cc4c19 drop leading zeros from all D/Q/R/T IDs
pql 1.2.0 changed its record format to drop leading zeros. All
262 references across 18 files renumbered (D-001→D-1, T-043→T-43,
etc.). pql-plan.json export updated as the git source of truth
for the planning database. DB rebuilt via pql plan import.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-23 12:16:52 +02:00

943 B

Open Questions — Testing


Q-11: Coverage gates — hard thresholds vs soft reporting

  • Status: Open
  • Question: ci/test_coverage.sh emits lcov + a summary. Do we gate merges on a hard threshold (fail < 80%), report softly, or tier per directory (kernel > 90%, built-ins > 70%, widgets covered by goldens exempt)?
  • Context: Hard thresholds force tests-for-coverage-sake; soft reporting gets ignored.
  • Source: 2026-04-21 planning.

Q-12: Screen-reader automation (axe-core via Playwright)

  • Status: Open
  • Question: D-22 gates contrast at build time. Do we also run axe-core against the WASM build in Playwright for runtime a11y issues (missing labels, invalid roles, orphan focusables)?
  • Context: axe-core is JS; runs in the browser against the rendered tree. Extra CI time; extra signal.
  • Source: 2026-04-21 planning.