chore: first commit

This commit is contained in:
2026-01-19 08:54:54 +07:00
commit e1b9d48b3d
15 changed files with 1893 additions and 0 deletions

17
package.json Normal file
View File

@@ -0,0 +1,17 @@
{
"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"
}
}