playwright/.github
Andrey Lushnikov 51fb19561c
devops: support npx playwright install --with-deps command (#7194)
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`.
2021-08-07 03:53:33 -07:00
..
dummy-package-files-for-dependents-analytics chore: add dummy playwright-test package for GitHub Dependents (#7134) 2021-06-15 10:16:48 +02:00
ISSUE_TEMPLATE chore: add new GitHub issue templates (#7477) 2021-07-06 21:41:16 +02:00
workflows devops: support npx playwright install --with-deps command (#7194) 2021-08-07 03:53:33 -07:00