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) 196 B
export interface TestSpec { testName: string; browserName: string; } export interface CustomGuiActionPayload { sectionName: string; groupIndex: number; controlIndex: number; }