mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
docs(ct): pnpm install (#19841)
This commit is contained in:
parent
71752b4b2a
commit
76cb09675a
@ -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>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user