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 type { ValueOf } from 'type-fest'; export declare const GuiEvents: { readonly SERVER_INIT: "serverInit"; readonly SERVER_READY: "serverReady"; }; export type GuiEvents = typeof GuiEvents; export type GuiEvent = ValueOf<GuiEvents>;