What to build
captureStyleIssues in packages/playwright/src/to-match-figma.ts:35-47 catches every error during style capture and returns []. A broken selector, a crashed page.$eval, or any other capture failure is currently indistinguishable from "styles match" — no diagnostic is ever surfaced. Fix this so capture failures produce a visible diagnostic/issue instead of silently returning an empty result.
Acceptance criteria
Blocked by
None — can start immediately.
What to build
captureStyleIssuesinpackages/playwright/src/to-match-figma.ts:35-47catches every error during style capture and returns[]. A broken selector, a crashedpage.$eval, or any other capture failure is currently indistinguishable from "styles match" — no diagnostic is ever surfaced. Fix this so capture failures produce a visible diagnostic/issue instead of silently returning an empty result.Acceptance criteria
Blocked by
None — can start immediately.