forked from tnicola/cypress-parallel
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 966 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
35
36
37
38
39
{
"name": "cypress-parallel",
"version": "0.12.0",
"description": "Reduce up to 40% your Cypress suite execution time parallelizing the test run on the same machine.",
"main": "cli.js",
"repository": {
"type": "git",
"url": "git+https://github.com/tnicola/cypress-parallel.git"
},
"keywords": [
"cypress",
"parallel",
"local",
"sharding"
],
"author": "Nicola Tommasi",
"license": "MIT",
"bugs": {
"url": "https://github.com/tnicola/cypress-parallel/issues"
},
"homepage": "https://github.com/tnicola/cypress-parallel#readme",
"bin": {
"cypress-parallel": "./cli.js"
},
"dependencies": {
"cli-table3": "^0.6.0",
"colors": "^1.4.0",
"cross-spawn": "^7.0.3",
"fs-extra": "^10.0.0",
"glob-escape": "^0.0.2",
"is-npm": "^5.0.0",
"lodash.camelcase": "^4.3.0",
"mocha": "~9.2.0",
"yargs": "15.3.1"
},
"peerDependencies": {
"cypress-multi-reporters": "^1.5.0"
}
}