UNPKG

cypress-parallel

Version:

Reduce up to 40% your Cypress suite execution time parallelizing the test run on the same machine.

41 lines (40 loc) 998 B
{ "name": "cypress-parallel", "version": "0.15.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/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" }, "peerDependencies": { "cypress-multi-reporters": "^2.0.5" } }