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:
parent
8a91ef1f55
commit
4e2ea2280c
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue