html-reporter
Version:
Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.
15 lines • 688 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.UiMode = 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';
var UiMode;
(function (UiMode) {
UiMode["Old"] = "old";
UiMode["New"] = "new";
})(UiMode || (exports.UiMode = UiMode = {}));
//# sourceMappingURL=local-storage.js.map