18 lines
379 B
JSON
18 lines
379 B
JSON
{
|
|
"name": "playwright",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "npx playwright test",
|
|
"report": "npx monocart show-report monocart-report/index.html"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.57.0",
|
|
"@types/node": "^25.0.3",
|
|
"monocart-reporter": "^2.9.23"
|
|
}
|
|
}
|