docs(pytest): by default it runs on chromium (#17967)
Fixes https://github.com/microsoft/playwright-pytest/issues/132
This commit is contained in:
Родитель
37b04e5391
Коммит
815277c546
|
@ -25,7 +25,7 @@ addopts = --headed --browser firefox
|
|||
## CLI arguments
|
||||
|
||||
- `--headed`: Run tests in headed mode (default: headless).
|
||||
- `--browser`: Run tests in a different browser `chromium`, `firefox`, or `webkit`. It can be specified multiple times (default: all browsers).
|
||||
- `--browser`: Run tests in a different browser `chromium`, `firefox`, or `webkit`. It can be specified multiple times (default: `chromium`).
|
||||
- `--browser-channel` [Browser channel](./browsers.md) to be used.
|
||||
- `--slowmo` Run tests with slow mo.
|
||||
- `--device` [Device](./emulation.md) to be emulated.
|
||||
|
|
Загрузка…
Ссылка в новой задаче