13 lines
468 B
Markdown
13 lines
468 B
Markdown
|
|
# Create Playwright
|
||
|
|
|
||
|
|
> Getting started with Playwright with a single command
|
||
|
|
|
||
|
|
[](https://www.npmjs.com/package/create-playwright)
|
||
|
|
[](https://github.com/microsoft/playwright/actions/workflows/package_create_playwright.yml)
|
||
|
|
|
||
|
|
```bash
|
||
|
|
npm init playwright
|
||
|
|
# Or for Yarn
|
||
|
|
yarn create playwright
|
||
|
|
```
|