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 | ||