"npm init playwright" implementation
Перейти к файлу
Max Schmitt 3b986a1faf
chore: absolute dotenv path import (#123)
2024-06-04 20:07:54 +02:00
.github
assets chore: absolute dotenv path import (#123) 2024-06-04 20:07:54 +02:00
src chore: enable noUncheckedIndexedAccess in tsconfig (#121) 2024-05-30 17:29:28 +02:00
tests
.gitignore
.npmignore
CODE_OF_CONDUCT.md
LICENSE
README.md
SECURITY.md
SUPPORT.md
index.js
package-lock.json chore: enable noUncheckedIndexedAccess in tsconfig (#121) 2024-05-30 17:29:28 +02:00
package.json chore: enable noUncheckedIndexedAccess in tsconfig (#121) 2024-05-30 17:29:28 +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