cypress-run
Version:
Cypress run replacement that supports parallel execution and retries
46 lines (45 loc) • 994 B
JSON
{
"name": "cypress-run",
"version": "1.1.1",
"description": "Cypress run replacement that supports parallel execution and retries",
"main": "index.js",
"scripts": {
"cypress:run": "./index.js",
"cypress:verify": "cypress verify"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NicholasBoll/cypress-run.git"
},
"bin": {
"cypress-run": "./index.js"
},
"keywords": [
"cypress.io",
"cypress",
"test",
"parallel",
"retry"
],
"author": "Nicholas Boll",
"license": "MIT",
"bugs": {
"url": "https://github.com/NicholasBoll/cypress-run/issues"
},
"homepage": "https://github.com/NicholasBoll/cypress-run#readme",
"devDependencies": {
"commander": "^2.19.0",
"cypress": "^3.1.4"
},
"dependencies": {
"chalk": "^2.4.1",
"crypto": "^1.0.1"
},
"prettier": {
"semi": false,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": true,
"printWidth": 100
}
}