-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 885 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
{
"name": "ui-automation-cypress",
"version": "1.0.0",
"description": "Framwework to demonstrate cypress for UI automation",
"main": "index.js",
"scripts": {
"test": "npx cypress run",
"parallel-chrome": "npx cypress run --spec $(node cypress-parallel.js) --browser chrome"
},
"author": "Veerkumar Patil",
"license": "TBD",
"devDependencies": {
"@cypress-audit/lighthouse": "^1.3.0",
"@cypress-audit/pa11y": "^1.3.0",
"@percy/cli": "^1.5.1",
"@percy/cypress": "^3.1.2",
"@shelex/cypress-allure-plugin": "^2.26.5",
"allure-commandline": "^2.17.2",
"cypress": "^10.1.0",
"cypress-terminal-report": "^4.1.2",
"cypress-xpath": "1.6.2",
"mochawesome": "^7.1.3",
"mochawesome-merge": "^4.2.1",
"mochawesome-report-generator": "^5.2.0"
},
"dependencies": {
"fs": "^0.0.1-security",
"path": "^0.12.7"
}
}