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
- Host: GitHub
- URL: https://github.com/microsoft/create-playwright
- Owner: microsoft
- License: mit
- Created: 2021-12-01T20:41:07.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-04-01T22:46:26.000Z (9 months ago)
- Last Synced: 2025-04-12T03:49:25.212Z (8 months ago)
- Topics: playwright
- Language: TypeScript
- Homepage: https://npmjs.com/package/create-playwright
- Size: 242 KB
- Stars: 50
- Watchers: 6
- Forks: 46
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
- Support: SUPPORT.md
Awesome Lists containing this project
README
# Create Playwright
> Getting started with [Playwright](https://github.com/microsoft/playwright) with a single command
[](https://www.npmjs.com/package/create-playwright)
[](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
```