docs: how to update playwright in python (#27527)

This commit is contained in:
Debbie O'Brien 2023-10-10 16:15:40 +02:00 committed by GitHub
parent 2407041090
commit 2776d8446b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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