docs(python): fix typo: --headedd should be --headed (#15882)

This commit is contained in:
Simon Willison 2022-07-22 07:28:52 -07:00 committed by GitHub
parent db35842a5a
commit 380910359a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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. To run your tests, use [Pytest](https://docs.pytest.org/en/stable/) CLI.
```bash ```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: 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: