docs: update browsers when updating playwright (#29128)
This commit is contained in:
parent
86c881f206
commit
f49426b006
|
|
@ -115,6 +115,8 @@ To update Playwright to the latest version run the following command:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
npm install -D @playwright/test@latest
|
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:
|
You can always check which version of Playwright you have by running the following command:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue