cypress-parallel-extended
Version:
Reduce up to 40% your Cypress suite execution time parallelizing the test run on the same machine.
44 lines (43 loc) • 1.09 kB
JSON
{
"name": "cypress-parallel-extended",
"version": "2.1.8",
"description": "Reduce up to 40% your Cypress suite execution time parallelizing the test run on the same machine.",
"main": "cli.js",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/AzizFacilex/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-extended": "./cli.js"
},
"dependencies": {
"@colors/colors": "^1.5.0",
"cli-table3": "^0.6.0",
"cross-spawn": "^7.0.3",
"fs-extra": "^10.0.0",
"glob": "^11.0.1",
"glob-escape": "^0.0.2",
"install": "^0.13.0",
"is-npm": "^6.0.0",
"lodash.camelcase": "^4.3.0",
"mocha": "^11.1.0",
"uuid": "^9.0.1",
"yargs": "^17.7.2"
},
"peerDependencies": {
"cypress-multi-reporters": "^2.0.5"
}
}