From f49426b0062156c8a983612eebe7f69cd7bb09d0 Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Wed, 24 Jan 2024 21:54:03 -0800 Subject: [PATCH] docs: update browsers when updating playwright (#29128) --- docs/src/intro-js.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/src/intro-js.md b/docs/src/intro-js.md index 64f043150f..6114266907 100644 --- a/docs/src/intro-js.md +++ b/docs/src/intro-js.md @@ -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: