UNPKG

html-reporter

Version:

Html-reporter and GUI for viewing and managing results of a tests run. Currently supports Testplane and Hermione.

4 lines (3 loc) 178 B
import { Router } from 'express'; import { ReporterConfig } from '../../types'; export declare const initPluginsRoutes: (router: Router, pluginConfig: ReporterConfig) => Router;