html-reporter
Version:
Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.
18 lines (17 loc) • 927 B
TypeScript
export declare enum LocalStorageKey {
UIMode = "ui-mode",
TimeTravelUseRecommendedSettings = "time-travel-use-recommended-settings"
}
export declare const TIME_TRAVEL_PLAYER_VISIBILITY_KEY = "time-travel-player-visibility";
export declare const TWO_UP_DIFF_VISIBILITY_KEY = "2up-diff-visibility";
export declare const TWO_UP_FIT_MODE_KEY = "2up-fit-mode";
export declare const HIDE_TREE_VIEW_SCREENSHOTS = "hide-tree-view-screenshots";
export declare const DISABLE_TREE_SCREENSHOTS_MAGNIFIER = "disable-tree-screenshots-magnifier";
export declare const ERROR_BREAK_LINES = "error-break-lines";
export declare const SUITES_PAGE_DIFF_MODE_KEY = "app.suitesPage.diffMode";
export declare const VISUAL_CHECKS_PAGE_DIFF_MODE_KEY = "app.visualChecksPage.diffMode";
export declare const SUITES_PAGE_EXPANDED_SECTIONS_KEY = "app.suitesPage.expandedSectionsById";
export declare enum UiMode {
Old = "old",
New = "new"
}