-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.46 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
34
{
"name": "cypress_akhada",
"version": "1.0.0",
"description": "A project to practice cypress essentials.",
"main": "index.js",
"scripts": {
"electron": "cypress open --e2e --browser electron",
"runProdConfigFile": "cypress open --browser electron --env configFile=prod ",
"runStageConfigFile": "cypress open --browser electron --env configFile=stage",
"runLocalConfigFile": "cypress open --browser electron --env configFile=local",
"runFWSuiteNeat": "cypress run --browser electron --spec cypress/e2e/conduit_POM_tests --headed",
"runFWSuiteInElectron": "cypress run --browser electron --spec cypress/e2e/conduit_POM_tests --headed",
"runFWSuiteCrossBrowser": "npm run runFWSuiteNeat -- --browser electron --headed & npm run runFWSuiteNeat -- --browser edge --headed & npm run runFWSuiteNeat -- --browser chrome --headed",
"runFWDashBoard": "npx cypress run --record --key f9da79a6-a4c8-4ded-9be7-58188969fc1b --browser electron --spec cypress/e2e/conduit_POM_tests"
},
"keywords": [
"cypress",
"jesusnut",
"cypressakhada"
],
"author": "Abhishek aka Jesusnut",
"license": "ISC",
"devDependencies": {
"@4tw/cypress-drag-drop": "^2.2.4",
"@faker-js/faker": "^8.0.2",
"cy-verify-downloads": "^0.1.15",
"cypress": "^13.1.0",
"cypress-downloadfile": "^1.2.3",
"cypress-file-upload": "^5.0.8",
"cypress-mochawesome-reporter": "^3.5.1",
"cypress-real-events": "^1.10.0",
"node-xlsx": "^0.23.0"
}
}