-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
34 lines (34 loc) · 999 Bytes
/
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
34
{
"name": "playwright-ui-automation",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/amalsgit/playwright-ui-automation.git",
"author": "amal jayaraj <amaljayaraj07@gmail.com>",
"license": "MIT",
"scripts": {
"lint": "yarn eslint .",
"e2e": "yarn playwright test --reporter=html",
"headed": "yarn playwright test --headed",
"debug": "PWDEBUG=1 yarn playwright test",
"reports": "yarn playwright show-report"
},
"dependencies": {
"@playwright/test": "^1.16.2",
"playwright": "^1.16.2"
},
"devDependencies": {
"@types/faker": "^5.5.9",
"@typescript-eslint/eslint-plugin": "^5.3.0",
"@typescript-eslint/parser": "^5.3.0",
"add": "^2.0.6",
"dotenv": "^10.0.0",
"eslint": "^8.1.0",
"eslint-plugin-playwright": "^0.6.0",
"faker": "^5.5.3",
"find-free-ports": "^3.0.0",
"lighthouse": "^8.6.0",
"playwright-lighthouse": "^2.0.4",
"typescript": "^4.4.4",
"yarn": "^1.22.17"
}
}