UNPKG

html-reporter

Version:

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

8 lines (7 loc) 246 B
import EventEmitter2 from 'eventemitter2'; import { GuiEvents } from '../constants'; export declare class ApiFacade extends EventEmitter2 { events: GuiEvents; static create<T extends ApiFacade>(this: new () => T): T; constructor(); }