mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00

You can install playwright with ``` PLAYWRIGHT_GLOBAL_INSTALL=1 npm i playwright ``` to make it use a single shared location for all browser downloads. Fixes #1102