playwright/packages/create-playwright
2021-11-24 21:50:29 +01:00
..
assets chore(create-playwright): add stable channels to example config (#10514) 2021-11-24 21:50:29 +01:00
src chore: create-playwright #10221 follow-up (#10247) 2021-11-11 19:26:31 +01:00
tests chore: create-playwright enhancements (#10221) 2021-11-11 18:29:57 +01: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 chore: cut v1.17 (#10203) 2021-11-09 17:56:26 -08: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): make it Node.js 12 compatible (#10081) 2021-11-05 17:30:18 +01:00

Create Playwright

Getting started with Playwright with a single command

npm create-playwright CI

npm init playwright
# Or for Yarn
yarn create playwright