cypress-utils
Version:
Easily parallelize and stress-test your Cypress tests
44 lines (43 loc) • 965 B
JSON
{
"name": "cypress-utils",
"version": "3.0.0",
"description": "Easily parallelize and stress-test your Cypress tests",
"main": "index.js",
"bin": {
"cypress-utils": "index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/trentrand/cypress-utils.git"
},
"keywords": [
"cypress",
"command-line-tool",
"nodejs"
],
"author": "Trent Rand <contact@trentrand.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/trentrand/cypress-utils/issues"
},
"homepage": "https://github.com/trentrand/cypress-utils#readme",
"peerDependencies": {
"cypress": ">=10"
},
"devDependencies": {
"cypress": "^10.0.0"
},
"dependencies": {
"async": "^3.2.4",
"glob": "^8.0.3",
"lodash": "^4.17.21",
"minimatch": "^3.0.4",
"yargs": "^17.5.1"
},
"engines": {
"node": ">= 14.0.0"
}
}