UNPKG

html-reporter

Version:

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

10 lines (9 loc) 296 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 enum UiMode { Old = "old", New = "new" }