From b86776df996d8fda8407a0042f484421c3511648 Mon Sep 17 00:00:00 2001 From: Ross Wollman Date: Fri, 22 Jul 2022 11:14:37 -0700 Subject: [PATCH] =?UTF-8?q?cherry-pick(#15882):=20docs(python):=20fix=20ty?= =?UTF-8?q?po:=20--headedd=20should=20be=20--he=E2=80=A6=20(#15886)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 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 c912e8d8fe..2370a5c8e0 100644 --- a/docs/src/test-runners-python.md +++ b/docs/src/test-runners-python.md @@ -10,7 +10,7 @@ Playwright provides a [Pytest](https://docs.pytest.org/en/stable/) plugin to wri To run your tests, use [Pytest](https://docs.pytest.org/en/stable/) CLI. ```bash -pytest --browser webkit --headedd +pytest --browser webkit --headed ``` If you want to add the CLI arguments automatically without specifying them, you can use the [pytest.ini](https://docs.pytest.org/en/stable/reference.html#ini-options-ref) file: