42acdf0081
* chore: changes from formatting on save * style: separate addition of `playwright` entries |
||
---|---|---|
.github | ||
assets | ||
src | ||
tests | ||
.gitignore | ||
.npmignore | ||
CODE_OF_CONDUCT.md | ||
LICENSE | ||
README.md | ||
SECURITY.md | ||
SUPPORT.md | ||
index.js | ||
package-lock.json | ||
package.json | ||
playwright.config.ts | ||
tsconfig.json |
README.md
Create Playwright
Getting started with Playwright with a single command
npm init playwright@latest
# Or for Yarn
yarn create playwright
# Or for pnpm
pnpm create playwright