From 815277c54671e0f9fffd11184f1c8482a84bc33b Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 10 Oct 2022 22:42:50 +0300 Subject: [PATCH] docs(pytest): by default it runs on chromium (#17967) Fixes https://github.com/microsoft/playwright-pytest/issues/132 --- docs/src/test-runners-python.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/test-runners-python.md b/docs/src/test-runners-python.md index 1057182ee6..57dca949f8 100644 --- a/docs/src/test-runners-python.md +++ b/docs/src/test-runners-python.md @@ -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.