@bitdiver/runner-server
Advanced tools
Comparing version 1.1.4 to 1.1.5
@@ -63,3 +63,3 @@ 'use strict'; | ||
// Defines how many steps could be executed in paralell | ||
this.maxParallelSteps = opts.maxParallelSteps ? opts.maxParallelSteps : 100; | ||
this.maxParallelSteps = opts.maxParallelSteps ? opts.maxParallelSteps : 20; | ||
@@ -199,3 +199,3 @@ this.stepRegistry = opts.stepRegistry; | ||
const data = tc.data[i]; | ||
if (data !== undefined || step.needData === false) { | ||
if (data !== undefined && data !== null || step.needData === false) { | ||
// get the testcase environment for this step | ||
@@ -202,0 +202,0 @@ _assert2.default.ok(tcEnvId, `Could not get a testcase instance id for testcase '${tcCounter}'`); |
{ | ||
"name": "@bitdiver/runner-server", | ||
"version": "1.1.4", | ||
"version": "1.1.5", | ||
"description": "", | ||
@@ -23,3 +23,3 @@ "main": "lib/index.js", | ||
"debug": "npm run build && node --inspect-brk ./node_modules/.bin/jest -i --config=./jest.config.json", | ||
"prepublish": "npm run build" | ||
"prepare": "npm run build" | ||
}, | ||
@@ -62,3 +62,3 @@ "contributors": [ | ||
"@bitdiver/definition": "^1.0.0", | ||
"@bitdiver/model": "^1.1.2", | ||
"@bitdiver/model": "^1.2.0", | ||
"ascii-progress": "^1.0.5", | ||
@@ -69,6 +69,4 @@ "jsonfile": "^4.0.0", | ||
"p-all": "^1.0.0", | ||
"p-any": "^1.1.0", | ||
"p-queue": "^2.3.0", | ||
"sprintf-js": "^1.1.1" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
64932
8
99
1
3
- Removedp-any@^1.1.0
- Removedp-queue@^2.3.0
- Removedaggregate-error@1.0.0(transitive)
- Removedclean-stack@1.3.0(transitive)
- Removedindent-string@3.2.0(transitive)
- Removedp-any@1.1.0(transitive)
- Removedp-queue@2.4.2(transitive)
- Removedp-some@2.0.1(transitive)
Updated@bitdiver/model@^1.2.0