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) 222 B
declare function run(argv: any): void; /** * Lookup tab with given url */ declare function lookupTabWithUrl(lookupUrl: any, app: any): { targetTab: any; targetTabIndex: any; targetWindow: any; } | undefined;