forked from tnicola/cypress-parallel
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.12 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.12 KB
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
40
41
42
43
44
{
"name": "@openx/cypress-parallel",
"version": "0.16.0",
"description": "(Based on 0.15.0) 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/openx/cypress-parallel"
},
"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-openx": "cli.js"
},
"scripts": {
"artifactregistry-login": "npx google-artifactregistry-auth"
},
"dependencies": {
"cli-table3": "^0.6.0",
"@colors/colors": "^1.5.0",
"cross-spawn": "^7.0.3",
"fs-extra": "^10.0.0",
"glob": "^11.0.1",
"glob-escape": "^0.0.2",
"is-npm": "^5.0.0",
"lodash.camelcase": "^4.3.0",
"mocha": "^11.1.0",
"yargs": "15.3.1",
"google-artifactregistry-auth": "^3.2.0"
},
"peerDependencies": {
"cypress-multi-reporters": "^2.0.5"
}
}