-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
31 lines (31 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "playwright-Vukadin",
"version": "1.0.0",
"description": "Playwright template",
"scripts": {
"compile": "tsc",
"Test": "npx playwright test --config=dist/playwright.config.js",
"Debug": "npx playwright test --config=dist/playwright.config.js --debug",
"html-report": "npx playwright show-report test-results/html-report",
"allure-report": "allure generate ./allure-results --clean && allure open ./allure-report"
},
"keywords": [],
"author": "Vukadin",
"license": "ISC",
"homepage": "https://www.b92.net",
"devDependencies": {
"@playwright/test": "^1.39.0",
"@types/node": "^20.8.8",
"@types/request-promise-native": "^1.0.20",
"@types/url-parse": "^1.4.10",
"@typescript-eslint/eslint-plugin": "^6.9.0",
"allure-commandline": "^2.24.1",
"allure-playwright": "^2.9.2",
"eslint": "^8.52.0",
"eslint-plugin-typescript": "^0.14.0",
"extract-zip": "^2.0.1",
"fs-extra": "^11.1.1",
"rimraf": "^5.0.5",
"typescript": "^5.2.2"
}
}