How to fix Playwright "Executable doesn't exist" after install?

Playwright

Playwright package is installed, but browser binaries are missing in the environment.

Install browsers (and system deps in Linux containers) as part of setup.

npx playwright install

For CI images that need OS libraries:

npx playwright install --with-deps

Pin Playwright version and image tags together to avoid binary mismatches.