참고소스 수정본
This commit is contained in:
17
참고/playwright-main/examples/todomvc/package.json
Normal file
17
참고/playwright-main/examples/todomvc/package.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user