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={[
|
values={[
|
||||||
{label: 'npm', value: 'npm'},
|
{label: 'npm', value: 'npm'},
|
||||||
{label: 'yarn', value: 'yarn'},
|
{label: 'yarn', value: 'yarn'},
|
||||||
|
{label: 'pnpm', value: 'pnpm'},
|
||||||
]
|
]
|
||||||
}>
|
}>
|
||||||
<TabItem value="npm">
|
<TabItem value="npm">
|
||||||
|
|
@ -61,6 +62,14 @@ yarn create playwright --ct
|
||||||
```
|
```
|
||||||
|
|
||||||
</TabItem>
|
</TabItem>
|
||||||
|
|
||||||
|
<TabItem value="pnpm">
|
||||||
|
|
||||||
|
```bash
|
||||||
|
pnpm dlx create-playwright --ct
|
||||||
|
```
|
||||||
|
|
||||||
|
</TabItem>
|
||||||
|
|
||||||
</Tabs>
|
</Tabs>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue