playwright/src/cli
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
..
cli.ts devops: support npx playwright install --with-deps command (#7194) 2021-08-07 03:53:33 -07:00
driver.ts test: rework port forwarding server tests to launch server out of process (#7693) 2021-07-19 07:53:12 +02:00