playwright/packages/create-playwright
2021-11-09 17:56:26 -08:00
..
assets chore(create-playwright): fix CI (#9685) 2021-10-21 21:06:28 +02:00
src chore(create-playwright): make it Node.js 12 compatible (#10081) 2021-11-05 17:30:18 +01:00
tests feat(create-playwright): add option to add examples (#8963) 2021-10-21 20:21:50 +02:00
.gitignore feat: add create-playwright package (#8841) 2021-09-13 22:05:38 +02:00
.npmignore chore(create-playwright): some nits (#9133) 2021-10-13 17:33:44 -04:00
index.js feat: add create-playwright package (#8841) 2021-09-13 22:05:38 +02:00
package.json chore: cut v1.17 (#10203) 2021-11-09 17:56:26 -08:00
playwright.config.ts feat: add create-playwright package (#8841) 2021-09-13 22:05:38 +02:00
README.md feat: add create-playwright package (#8841) 2021-09-13 22:05:38 +02:00
tsconfig.json chore(create-playwright): make it Node.js 12 compatible (#10081) 2021-11-05 17:30:18 +01:00

Create Playwright

Getting started with Playwright with a single command

npm create-playwright CI

npm init playwright
# Or for Yarn
yarn create playwright