mirror of
https://github.com/microsoft/playwright-mcp.git
synced 2026-01-30 14:32:02 +00:00
* On Linux headed mode under xvfb-run fails to properly launch the process. It works fine without xvfb-run, we don't have environment for that on CI, so run on macOS instead. * Node v18.20.8 stalls on `const uuid = crypto.randomUUID();`, so use v20 for the extension tests.