mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-15 06:02:57 +03:00
51fb19561c
The common pattern today is to have two commands to configure CI: ```sh npx playwright install-deps chromium npx playwright install chromium ``` With this patch, this becomes: ```sh npx playwright install --with-deps chromium ``` Note: `--with-deps` might call `sudo`. |
||
---|---|---|
.. | ||
dummy-package-files-for-dependents-analytics | ||
ISSUE_TEMPLATE | ||
workflows |