Skip to content

Commit

Permalink
docs: how to update playwright in python (#27527)
Browse files Browse the repository at this point in the history
  • Loading branch information
debs-obrien committed Oct 10, 2023
1 parent 2407041 commit 2776d84
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/src/intro-python.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@ By default tests will be run on chromium. This can be configured via the [CLI op
pytest
```

## Updating Playwright

To update Playwright to the latest version run the following command:

```bash
pip install pytest-playwright playwright -U
```

## System requirements

- Python 3.8 or higher.
Expand Down

0 comments on commit 2776d84

Please sign in to comment.