playwright/examples/todomvc/package.json
Playwright Service 35d8604f8d
cherry-pick(#27167): docs: 1.38 release notes for language ports (#27168)
This PR cherry-picks the following commits:

- 7f1d93dd3f
2023-09-18 17:40:20 -07:00

17 lines
367 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"
}
}