UNPKG

html-reporter

Version:

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

7 lines (6 loc) 214 B
export declare const commands: { readonly GUI: "gui"; readonly MERGE_REPORTS: "merge-reports"; readonly REMOVE_UNUSED_SCREENS: "remove-unused-screens"; }; export declare const run: () => Promise<void>;