Skip to content

Commit 2776d84

Browse files
authored
docs: how to update playwright in python (#27527)
1 parent 2407041 commit 2776d84

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/src/intro-python.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,14 @@ By default tests will be run on chromium. This can be configured via the [CLI op
8585
pytest
8686
```
8787

88+
## Updating Playwright
89+
90+
To update Playwright to the latest version run the following command:
91+
92+
```bash
93+
pip install pytest-playwright playwright -U
94+
```
95+
8896
## System requirements
8997

9098
- Python 3.8 or higher.

0 commit comments

Comments
 (0)