docs(ct): pnpm install (#19841)

This commit is contained in:
Sander 2023-01-27 23:33:20 +01:00 committed by GitHub
parent 71752b4b2a
commit 76cb09675a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,6 +44,7 @@ Adding Playwright Test to an existing React, Vue, Svelte or Solid project is eas
values={[
{label: 'npm', value: 'npm'},
{label: 'yarn', value: 'yarn'},
{label: 'pnpm', value: 'pnpm'},
]
}>
<TabItem value="npm">
@ -61,6 +62,14 @@ yarn create playwright --ct
```
</TabItem>
<TabItem value="pnpm">
```bash
pnpm dlx create-playwright --ct
```
</TabItem>
</Tabs>