process-rerun
Version:
The purpose of this library is - build simple and flexible interface for parallel command execution with rerun (on fail) possibility
59 lines (58 loc) • 1.38 kB
JSON
{
"name": "process-rerun",
"version": "1.3.1",
"repository": {
"type": "git",
"url": "git+https://github.com/potapovDim/protractor-rerun.git"
},
"main": "./built/cjs/index.js",
"exports": {
".": {
"require": "./built/cjs/index.js",
"import": "./built/esm/index.js"
}
},
"scripts": {
"tscw": "tsc -w",
"validate": "npm ls",
"test": "mocha $(find specs -name '*.spec.*') --timeout 500000 --node-option import=tsx",
"tsc:cjs": "tsc -p tsconfig.json",
"tsc:esm": "tsc -p tsconfig.esm.json",
"tsc": "rm -rf ./built && npm run tsc:cjs && npm run tsc:esm",
"lint": "biome lint --write ./",
"format": "biome format --write ./",
"check": "biome check --write ./"
},
"author": {
"name": "Dmytro Potapov",
"email": "potapovd3012@gmail.com"
},
"license": "MIT",
"keywords": [
"flaky",
"flaky-tests",
"flaky-processes",
"protractor",
"selenium",
"rerun",
"failed-tests",
"protractor-rerun",
"parallel execution",
"parallel processes"
],
"devDependencies": {
"@biomejs/biome": "2.4.13",
"@types/mocha": "^10.0.10",
"@types/node": "^25.6.0",
"assertior": "0.0.28",
"mocha": "^11.7.5",
"tsx": "^4.23.1",
"typescript": "^7.0.2"
},
"engines": {
"node": ">=24"
},
"dependencies": {
"sat-utils": "3.3.0"
}
}