playwright/packages/create-playwright
2021-10-15 16:39:12 +02:00
..
assets chore(create-playwright): nits and cleanups (#9537) 2021-10-15 16:39:12 +02:00
src chore(create-playwright): nits and cleanups (#9537) 2021-10-15 16:39:12 +02:00
tests chore(create-playwright): nits and cleanups (#9537) 2021-10-15 16:39:12 +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(create-playwright): some nits (#9133) 2021-10-13 17:33:44 -04: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