-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
33 lines (33 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
32
33
{
"name": "test-runner",
"version": "1.0.0",
"description": "Playwright Awesome Tutorial",
"main": "index.js",
"scripts": {
"report": "npx playwright test --reporter=html && npx playwright show-report",
"debug": "npx playwright test --debug",
"test": "npx playwright test",
"test-us": "npx playwright test --update-snapshots",
"github-action": "npx playwright test --config=github.config.ts"
},
"devDependencies": {
"@playwright/test": "1.23.2",
"@types/nodemailer": "^6.4.4",
"adm-zip": "^0.5.9",
"clipboardy": "^2.3.0",
"experimental-allure-playwright": "0.0.3",
"nodemailer": "^6.6.3",
"tesseract.js": "^2.1.5",
"ts-node": "10.0.0",
"typescript": "4.3.2",
"winston": "^3.3.3"
},
"keywords": [
"playwright",
"playwright tutorial",
"playwright test runner",
"letcode koushik"
],
"author": "Koushik (LetCode)",
"license": "ISC"
}