-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 1.91 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-perf",
"version": "1.0.0",
"description": "",
"scripts": {
"cy:open1": "cross-env ELECTRON_ENABLE_LOGGING=true && npx cypress open --e2e --browser electron",
"cy:open": "set CYPRESS_NO_COMMAND_LOG=1 && npx cypress open",
"cy:run": "npx cypress run",
"cy:run-electron-log=1": "set CYPRESS_NO_COMMAND_LOG=1 && npx cypress run --headless",
"perftest-cy-run": "npm run cy:run-electron-log=0 && npm run cy:run-electron-log=1",
"perftest-cy-run10": "npm run perftest-cy-run && npm run perftest-cy-run && npm run perftest-cy-run && npm run perftest-cy-run && npm run perftest-cy-run && npm run perftest-cy-run && npm run perftest-cy-run && npm run perftest-cy-run && npm run perftest-cy-run && npm run perftest-cy-run",
"perftest-cy-run50": "npm run perftest-cy-run10 && npm run perftest-cy-run10 && npm run perftest-cy-run10 && npm run perftest-cy-run10 && npm run perftest-cy-run10",
"cy:run-electron-log=0": "set CYPRESS_NO_COMMAND_LOG=0 && npx cypress run --headless",
"cy:run-electron-headed-log=1": "set CYPRESS_NO_COMMAND_LOG=1 && npx cypress run --headed",
"cy:run-electron-headed-log=0": "set CYPRESS_NO_COMMAND_LOG=0 && npx cypress run --headed",
"perftest": "node run-tests.js",
"perftest10": "node run-tests.js && node run-tests.js && node run-tests.js && node run-tests.js && node run-tests.js && node run-tests.js && node run-tests.js && node run-tests.js && node run-tests.js && node run-tests.js",
"perftest50": "npm run perftest10 && npm run perftest10 && npm run perftest10 && npm run perftest10 && npm run perftest10",
"perftest100": "npm run perftest50 && npm run perftest50"
},
"author": "mirobo",
"license": "ISC",
"devDependencies": {
"cypress": "12.8.1",
"cross-env": "^7.0.3",
"@cypress/fiddle": "1.19.3"
},
"dependencies": {
"bluebird": "3.5.5",
"console.table": "0.10.0",
"glob": "^7.2.0",
"globby": "13.1.1"
}
}