html-reporter
Version:
Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.
23 lines • 1.51 kB
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.UiMode = exports.SUITES_PAGE_EXPANDED_SECTIONS_KEY = exports.VISUAL_CHECKS_PAGE_DIFF_MODE_KEY = exports.SUITES_PAGE_DIFF_MODE_KEY = exports.ERROR_BREAK_LINES = exports.DISABLE_TREE_SCREENSHOTS_MAGNIFIER = exports.HIDE_TREE_VIEW_SCREENSHOTS = exports.TWO_UP_FIT_MODE_KEY = exports.TWO_UP_DIFF_VISIBILITY_KEY = exports.TIME_TRAVEL_PLAYER_VISIBILITY_KEY = exports.LocalStorageKey = void 0;
var LocalStorageKey;
(function (LocalStorageKey) {
LocalStorageKey["UIMode"] = "ui-mode";
LocalStorageKey["TimeTravelUseRecommendedSettings"] = "time-travel-use-recommended-settings";
})(LocalStorageKey || (exports.LocalStorageKey = LocalStorageKey = {}));
exports.TIME_TRAVEL_PLAYER_VISIBILITY_KEY = 'time-travel-player-visibility';
exports.TWO_UP_DIFF_VISIBILITY_KEY = '2up-diff-visibility';
exports.TWO_UP_FIT_MODE_KEY = '2up-fit-mode';
exports.HIDE_TREE_VIEW_SCREENSHOTS = 'hide-tree-view-screenshots';
exports.DISABLE_TREE_SCREENSHOTS_MAGNIFIER = 'disable-tree-screenshots-magnifier';
exports.ERROR_BREAK_LINES = 'error-break-lines';
exports.SUITES_PAGE_DIFF_MODE_KEY = 'app.suitesPage.diffMode';
exports.VISUAL_CHECKS_PAGE_DIFF_MODE_KEY = 'app.visualChecksPage.diffMode';
exports.SUITES_PAGE_EXPANDED_SECTIONS_KEY = 'app.suitesPage.expandedSectionsById';
var UiMode;
(function (UiMode) {
UiMode["Old"] = "old";
UiMode["New"] = "new";
})(UiMode || (exports.UiMode = UiMode = {}));
//# sourceMappingURL=local-storage.js.map