Почищены reports, добавлены скрипты в package.json

This commit is contained in:
Vlad Smykov
2025-06-19 18:38:47 +03:00
parent 88944c729f
commit ce1aa48285
730 changed files with 6 additions and 6806 deletions

View File

@@ -3,7 +3,12 @@
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {},
"scripts": {
"test": "npx playwright test",
"report:generate": "allure generate allure-results --clean -o allure-report",
"report:open": "allure open allure-report",
"clean:reports": "rm -rf allure-results allure-report test-results"
},
"keywords": [],
"author": "",
"license": "ISC",