playwright/packages/create-playwright
2021-10-21 20:21:50 +02:00
..
assets feat(create-playwright): add option to add examples (#8963) 2021-10-21 20:21:50 +02:00
src feat(create-playwright): add option to add examples (#8963) 2021-10-21 20:21:50 +02: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-lock.json chore: cut v1.16.0 branch (#9656) 2021-10-20 12:44:32 -07:00
package.json chore(create-playwright): nits and cleanups (#9537) 2021-10-15 16:39:12 +02: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): nits and cleanups (#9537) 2021-10-15 16:39:12 +02:00

Create Playwright

Getting started with Playwright with a single command

npm create-playwright CI

npm init playwright
# Or for Yarn
yarn create playwright