html-reporter
Version:
Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.
9 lines (8 loc) • 343 B
TypeScript
import type { ChildProcess } from 'node:child_process';
declare const _default: {
emit: (event: string, data?: Record<string, unknown>) => void;
on: <T extends Record<string, unknown>>(event: string, handler: (msg: T & {
event: string;
}) => void, proc?: ChildProcess | NodeJS.Process) => void;
};
export default _default;