mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00
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
|
|
```
|