UNPKG

html-reporter

Version:

Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.

21 lines 842 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.AttachmentType = exports.TestStepKey = void 0; var TestStepKey; (function (TestStepKey) { TestStepKey["Name"] = "n"; TestStepKey["Args"] = "a"; TestStepKey["Duration"] = "d"; TestStepKey["IsFailed"] = "f"; TestStepKey["Children"] = "c"; TestStepKey["IsGroup"] = "g"; TestStepKey["TimeStart"] = "ts"; TestStepKey["Repeat"] = "r"; })(TestStepKey || (exports.TestStepKey = TestStepKey = {})); var AttachmentType; (function (AttachmentType) { AttachmentType[AttachmentType["Snapshot"] = 0] = "Snapshot"; AttachmentType[AttachmentType["Badges"] = 1] = "Badges"; AttachmentType[AttachmentType["Tags"] = 2] = "Tags"; })(AttachmentType || (exports.AttachmentType = AttachmentType = {})); //# sourceMappingURL=types.js.map