init: базовая структура АТ
This commit is contained in:
26
package.json
Normal file
26
package.json
Normal file
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"name": "digitaltwin",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"test": "npx playwright test",
|
||||
"test:clean": "rm -rf allure-results allure-report",
|
||||
"test:ui": "npx playwright test tests/ui",
|
||||
"test:api": "npx playwright test tests/api",
|
||||
"report": "npx playwright show-report",
|
||||
"allure:report": "allure generate ./allure-results --clean -o ./allure-report && allure open ./allure-report"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "Vlad Smykov",
|
||||
"license": "ISC",
|
||||
"type": "commonjs",
|
||||
"devDependencies": {
|
||||
"@playwright/test": "^1.57.0",
|
||||
"allure-playwright": "^3.4.5",
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"dependencies": {
|
||||
"axios": "^1.13.3"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user