html-reporter
Version:
Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.
14 lines • 493 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PathNames = exports.Page = void 0;
var Page;
(function (Page) {
Page["suitesPage"] = "suitesPage";
Page["visualChecksPage"] = "visualChecksPage";
})(Page || (exports.Page = Page = {}));
var PathNames;
(function (PathNames) {
PathNames["suites"] = "/suites";
PathNames["visualChecks"] = "/visual-checks";
})(PathNames || (exports.PathNames = PathNames = {}));
//# sourceMappingURL=pages.js.map