UNPKG

html-reporter

Version:

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

12 lines (11 loc) 428 B
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 enum UiMode { Old = "old", New = "new" }