-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 909 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 909 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "amazonautomation",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"open": "npx cypress open",
"dashboard-run": "npx cypress run --record --key aabf04cf-ac47-45f8-a274-783eaef400b2",
"dashboard-run-headedMode": "npx cypress run --browser chrome --headed --record --key aabf04cf-ac47-45f8-a274-783eaef400b2",
"dashboard-run-edge-headless": "npx cypress run --browser edge --record --key aabf04cf-ac47-45f8-a274-783eaef400b2",
"dashboard-run-headedMode-noRecord": "npx cypress run --browser chrome --headed --key aabf04cf-ac47-45f8-a274-783eaef400b2",
"dashboard-run-spec": "npx cypress run --browser chrome --headed --spec TC01_Login.cy.js"
},
"author": "Vivek",
"license": "ISC",
"description": "",
"devDependencies": {
"cypress": "^14.0.0",
"cypress-visual-regression": "^5.2.2"
},
"dependencies": {
"@faker-js/faker": "^9.2.0"
}
}