-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 985 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 985 Bytes
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
{
"name": "playwright-gd",
"version": "1.0.0",
"description": "Repo for Playwright project",
"scripts": {
"runTest": "npx playwright test --config=playwright.config.ts --grep @login",
"runTestDebug": "npx playwright test --config=playwright.config.ts --debug",
"html-report": "npx playwright show-report test-results/html-report",
"generate-allure": "allure generate ./allure-results -c ./allure-report",
"allure-report": "npm run generate-allure && allure open"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Mictim/Playwright-GD.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Mictim/Playwright-GD/issues"
},
"homepage": "https://github.com/Mictim/Playwright-GD#readme",
"devDependencies": {
"@playwright/test": "^1.25.0",
"allure-commandline": "^2.17.2",
"allure-playwright": "^2.0.0-beta.19",
"npm": "^8.3.2",
"typescript": "^4.5.5"
}
}