From 4e2ea2280c29885bf3c10704516ca0f5586345e6 Mon Sep 17 00:00:00 2001 From: Kawahara Shotaro <121674121+k-taro56@users.noreply.github.com> Date: Thu, 2 May 2024 05:01:33 +0900 Subject: [PATCH] docs: Add pnpm as an install option for Playwright (#30601) This pull request adds pnpm as an install option for Playwright. Previously, only npm and yarn were listed as installation options. --- docs/src/intro-js.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/intro-js.md b/docs/src/intro-js.md index 6114266907..d6ac4a3e10 100644 --- a/docs/src/intro-js.md +++ b/docs/src/intro-js.md @@ -17,7 +17,7 @@ Playwright Test was created specifically to accommodate the needs of end-to-end ## Installing Playwright -Get started by installing Playwright using npm or yarn. Alternatively you can also get started and run your tests using the [VS Code Extension](./getting-started-vscode.md). +Get started by installing Playwright using npm, yarn or pnpm. Alternatively you can also get started and run your tests using the [VS Code Extension](./getting-started-vscode.md).