# create-playwright **Repository Path**: mirrors_microsoft/create-playwright ## Basic Information - **Project Name**: create-playwright - **Description**: "npm init playwright" implementation - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-12-03 - **Last Updated**: 2025-09-13 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 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 ```