UNPKG

html-reporter

Version:

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

13 lines (12 loc) 282 B
export interface Feature { name: string; } export declare const RunTestsFeature: { readonly name: "run-tests"; }; export declare const EditScreensFeature: { readonly name: "edit-screens"; }; export declare const TimeTravelFeature: { readonly name: "time-travel"; };