docs(pytest): by default it runs on chromium (#17967)

Fixes https://github.com/microsoft/playwright-pytest/issues/132
This commit is contained in:
Max Schmitt 2022-10-10 22:42:50 +03:00 коммит произвёл GitHub
Родитель 37b04e5391
Коммит 815277c546
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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