playwright/packages/create-playwright
2021-09-22 16:41:44 +02:00
..
assets chore(create-playwright): upload alwas test-results/ to GHA 2021-09-22 16:41:44 +02:00
src chore(create-playwright): enhance UX follow-ups and add more verbose Playwright Test config (#8942) 2021-09-15 22:07:50 +02:00
tests chore(create-playwright): UX follow-ups (#8897) 2021-09-14 13:14:43 +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(create-playwright): cut v0.1.7 release 2021-09-20 09:22:00 +02:00
package.json chore(create-playwright): cut v0.1.7 release 2021-09-20 09:22:00 +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