UNPKG

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) 200 B
import type Testplane from 'testplane'; import { ReporterOptions } from './lib/types'; declare const _default: (testplane: Testplane, opts: Partial<ReporterOptions>) => void; export default _default;