playwright/packages/create-playwright
Joel Einbinder c89d5a50dd
chore: migrate to monorepo (#9421)
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
.npmignore
README.md
index.js
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
tsconfig.json

README.md

Create Playwright

Getting started with Playwright with a single command

npm create-playwright CI

npm init playwright
# Or for Yarn
yarn create playwright