docs: update browsers when updating playwright (#29128)

This commit is contained in:
Yury Semikhatsky 2024-01-24 21:54:03 -08:00 committed by GitHub
parent 86c881f206
commit f49426b006
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -115,6 +115,8 @@ To update Playwright to the latest version run the following command:
```bash
npm install -D @playwright/test@latest
# Also download new browser binaries and their dependencies:
npx playwright install --with-deps
```
You can always check which version of Playwright you have by running the following command: