An open API service indexing awesome lists of open source software.

https://github.com/microsoft/create-playwright

"npm init playwright" implementation
https://github.com/microsoft/create-playwright

playwright

Last synced: 8 months ago
JSON representation

"npm init playwright" implementation

Awesome Lists containing this project

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
```