mirror of
https://github.com/microsoft/playwright.git
synced 2024-12-01 08:34:02 +03:00
17 lines
367 B
JSON
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"
|
|
}
|
|
}
|