html-reporter
Version:
Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.
5 lines (4 loc) • 335 B
TypeScript
import { GuiReportBuilder } from '../../../report-builder/gui';
import { EventSource } from '../../../gui/event-source';
import { TestplaneWithHtmlReporter } from '../../tool/testplane/index';
export declare const handleTestResults: (testplane: TestplaneWithHtmlReporter, reportBuilder: GuiReportBuilder, client: EventSource) => void;