Files
AI/참고/playwright-main/examples/todomvc/package.json
2026-05-12 19:40:31 +09:00

18 lines
392 B
JSON

{
"name": "todomvc-test",
"version": "0.0.1",
"scripts": {
"test": "playwright test",
"ctest": "playwright test --project=chromium",
"ftest": "playwright test --project=firefox",
"wtest": "playwright test --project=webkit"
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"@playwright/test": "^1.38.0",
"dotenv": "^17.2.3"
}
}