@bitdiver/runner-server
Advanced tools
Comparing version 1.1.8 to 1.1.9
@@ -145,3 +145,2 @@ 'use strict'; | ||
update() { | ||
debugger; | ||
this.printProgressBar('Steps :', this.currentStep, this.stepCount, 1); | ||
@@ -148,0 +147,0 @@ this.printProgressBar('Test cases :', this.currentTestcase, this.testcaseCount, 2); |
@@ -226,3 +226,9 @@ 'use strict'; | ||
} | ||
await this._executeSteps(steps); | ||
if (steps.length > 0) { | ||
await this._executeSteps(steps); | ||
} else { | ||
// eslint-disable-next-line no-console | ||
console.log(`No instance of step '${step.name}'`); | ||
} | ||
} | ||
@@ -229,0 +235,0 @@ |
{ | ||
"name": "@bitdiver/runner-server", | ||
"version": "1.1.8", | ||
"version": "1.1.9", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
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
249743
2358