13 lines
468 B
Markdown
Raw Normal View History

# Create Playwright
> Getting started with Playwright with a single command
[![npm](https://img.shields.io/npm/v/create-playwright)](https://www.npmjs.com/package/create-playwright)
[![create-playwright CI](https://github.com/microsoft/playwright/actions/workflows/package_create_playwright.yml/badge.svg)](https://github.com/microsoft/playwright/actions/workflows/package_create_playwright.yml)
```bash
npm init playwright
# Or for Yarn
yarn create playwright
```