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.
This commit is contained in:
Kawahara Shotaro 2024-05-02 05:01:33 +09:00 committed by GitHub
parent 8a91ef1f55
commit 4e2ea2280c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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).
<Tabs
defaultValue="npm"