Summary
npm run doctor should verify that Playwright Chromium is installed.
What to do
- Open
doctor.mjs
- Add a check that runs
npx playwright install --dry-run chromium or checks the browser binary path
- Print a helpful message if Chromium is not installed:
npx playwright install chromium
Acceptance criteria
Summary
npm run doctorshould verify that Playwright Chromium is installed.What to do
doctor.mjsnpx playwright install --dry-run chromiumor checks the browser binary pathnpx playwright install chromiumAcceptance criteria