UNPKG

html-reporter

Version:

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

10 lines 346 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ToolName = void 0; var ToolName; (function (ToolName) { ToolName["Testplane"] = "testplane"; ToolName["Playwright"] = "playwright"; ToolName["Jest"] = "jest"; })(ToolName || (exports.ToolName = ToolName = {})); //# sourceMappingURL=tool-names.js.map