2021-12-07 21:35:38 +01:00
|
|
|
{
|
|
|
|
|
"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": {
|
2023-09-19 02:38:35 +02:00
|
|
|
"@playwright/test": "^1.38.0"
|
2021-12-07 21:35:38 +01:00
|
|
|
}
|
|
|
|
|
}
|