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 committed by GitHub
parent 37b04e5391
commit 815277c546
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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