# Create Playwright

> Getting started with [Playwright](https://github.com/microsoft/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/create-playwright/actions/workflows/ci.yml/badge.svg)](https://github.com/microsoft/create-playwright/actions/workflows/ci.yml)

```bash
npm init playwright@latest
# Or for Yarn
yarn create playwright
# Or for pnpm
pnpm create playwright
```
