testplane
Version:
Tests framework based on mocha and wdio
18 lines • 619 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TestStepKey = void 0;
var TestStepKey;
(function (TestStepKey) {
TestStepKey["Name"] = "n";
TestStepKey["Args"] = "a";
TestStepKey["Scope"] = "s";
TestStepKey["Duration"] = "d";
TestStepKey["TimeStart"] = "ts";
TestStepKey["TimeEnd"] = "te";
TestStepKey["IsOverwritten"] = "o";
TestStepKey["IsGroup"] = "g";
TestStepKey["IsFailed"] = "f";
TestStepKey["Children"] = "c";
TestStepKey["Key"] = "k";
})(TestStepKey || (exports.TestStepKey = TestStepKey = {}));
//# sourceMappingURL=index.js.map