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`. |
||
|---|---|---|
| .. | ||
| cli.ts | ||
| driver.ts | ||