"npm init playwright" implementation
Перейти к файлу
Hamir Mahal 42acdf0081
feat: section header when appending existing `.gitignore` (#132)
* chore: changes from formatting on save

* style: separate addition of `playwright` entries
2024-10-29 12:34:35 +01:00
.github chore: issue template nit 2024-02-05 20:11:48 +01:00
assets chore: use import instead of require in generated JS examples (#131) 2024-10-23 11:53:22 +02:00
src feat: section header when appending existing `.gitignore` (#132) 2024-10-29 12:34:35 +01:00
tests feat: section header when appending existing `.gitignore` (#132) 2024-10-29 12:34:35 +01:00
.gitignore
.npmignore
CODE_OF_CONDUCT.md
LICENSE
README.md docs: directly link to `playwright` in `README.md` (#125) 2024-07-05 08:46:25 +02:00
SECURITY.md
SUPPORT.md
index.js
package-lock.json chore: mark 1.17.134 2024-09-18 14:00:52 +02:00
package.json chore: mark 1.17.134 2024-09-18 14:00:52 +02:00
playwright.config.ts
tsconfig.json chore: enable noUncheckedIndexedAccess in tsconfig (#121) 2024-05-30 17:29:28 +02:00

README.md

Create Playwright

Getting started with Playwright with a single command

npm create-playwright CI

npm init playwright@latest
# Or for Yarn
yarn create playwright
# Or for pnpm
pnpm create playwright