playwright/packages/create-playwright
Andrey Lushnikov 16b9ada8c0
chore: add playwright-report to gitignore created by scaffolding (#10028)
Co-authored-by: Max Schmitt <max@schmitt.mx>
2021-11-03 17:12:52 -07:00
..
assets chore(create-playwright): fix CI (#9685) 2021-10-21 21:06:28 +02:00
src chore: add playwright-report to gitignore created by scaffolding (#10028) 2021-11-03 17:12:52 -07: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 devops: release create-playwright over publish infra (#9683) 2021-10-22 10:13:49 +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