@dbouckaert/zephyr-scale-cloud-reporter
Version:
ZH Cloud, or zephyr helpers is a Node JS framework that implements test suites with Zephyr scale for Jira. It uses a soft-assert function to absorb failing assertions and translate them to a true/false value.
10 lines (9 loc) • 957 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.softAssert = exports.logEnvironmentNames = exports.logStatusNames = exports.createNewTestExecution = exports.init = void 0;
var zephyrHelpersCloud_1 = require("./zephyrHelpersCloud");
Object.defineProperty(exports, "init", { enumerable: true, get: function () { return zephyrHelpersCloud_1.init; } });
Object.defineProperty(exports, "createNewTestExecution", { enumerable: true, get: function () { return zephyrHelpersCloud_1.createNewTestExecution; } });
Object.defineProperty(exports, "logStatusNames", { enumerable: true, get: function () { return zephyrHelpersCloud_1.logStatusNames; } });
Object.defineProperty(exports, "logEnvironmentNames", { enumerable: true, get: function () { return zephyrHelpersCloud_1.logEnvironmentNames; } });
Object.defineProperty(exports, "softAssert", { enumerable: true, get: function () { return zephyrHelpersCloud_1.softAssert; } });