fix: move playwright reduced-motion config into supported context option#784
fix: move playwright reduced-motion config into supported context option#784BigSimmo wants to merge 3 commits into
Conversation
|
Warning Review limit reached
Next review available in: 10 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (50)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
|
Updates to Preview Branch (codex/merge-design-audit-finalize-main-2) ↗︎
Tasks are run on every commit but only new migration files are pushed.
❌ Branch Error • Fri, 17 Jul 2026 20:25:16 UTC View logs for this Workflow Run ↗︎. |
Summary
playwright.config.tstype-surface blocker that was failing CI (use.reducedMotionwas set at project level).contextOptionsfor the Chromium project, matching the supported Playwright config schema while preserving production-audit behavior.Verification
npm run check:ci-scope -- --self-testnode ./node_modules/eslint/bin/eslint.js playwright.config.ts --max-warnings 0npm run verify:cheap(local Node memory OOM during full project typecheck prevented rerun this week; blocker fix is scoped to config typing and has been lint/self-test validated.)Risk and rollout
Clinical Governance Preflight
Clinical KB Database(sjrfecxgysukkwxsowpy)Notes
This is a blocker-fix-only follow-up PR for the existing design-audit merge branch.