playwright/packages/create-playwright
2021-10-11 16:52:17 +02:00
..
assets chore(create-playwright): have better config defaults (#9362) 2021-10-07 21:21:56 +02:00
src fix(create-playwright): add extra -- for the debug script (#9257) 2021-10-04 10:55:29 +02:00
tests chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
.gitignore feat: add create-playwright package (#8841) 2021-09-13 22:05:38 +02:00
.npmignore chore(create-playwright): enhance UX follow-ups and add more verbose Playwright Test config (#8942) 2021-09-15 22:07:50 +02:00
index.js feat: add create-playwright package (#8841) 2021-09-13 22:05:38 +02:00
package-lock.json chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
package.json chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +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 feat: add create-playwright package (#8841) 2021-09-13 22:05:38 +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