docs(ct): add yarn create example (#15407)
Co-authored-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
parent
00d5d26f3b
commit
4508cd5816
|
|
@ -46,6 +46,12 @@ Adding Playwright Test to an existing React, Vue or Svelte project is easy. Belo
|
|||
npm init playwright@latest -- --ct
|
||||
```
|
||||
|
||||
or with Yarn:
|
||||
|
||||
```sh
|
||||
yarn create playwright --ct
|
||||
```
|
||||
|
||||
This step creates several files in your workspace:
|
||||
|
||||
#### `playwright/index.html`
|
||||
|
|
|
|||
Loading…
Reference in a new issue