From d17774361365980414fb91fbf2c8d7dd376112cd Mon Sep 17 00:00:00 2001 From: sohn <59533593+oikosohn@users.noreply.github.com> Date: Sat, 6 Jun 2026 01:56:07 +0900 Subject: [PATCH] docs: document local devDependency install for Playwright CLI Signed-off-by: sohn <59533593+oikosohn@users.noreply.github.com> --- docs/src/getting-started-cli.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/src/getting-started-cli.md b/docs/src/getting-started-cli.md index 3b8b8bf380df6..5b6d18f23bd65 100644 --- a/docs/src/getting-started-cli.md +++ b/docs/src/getting-started-cli.md @@ -30,6 +30,7 @@ playwright-cli --help Alternatively, install `@playwright/cli` as a local dependency and use `npx`: ```bash +npm install -D @playwright/cli@latest npx playwright-cli --help ```