UNPKG

html-reporter

Version:

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

6 lines (5 loc) 212 B
import { BaseRunner } from './runner'; import type { TestCollection } from 'testplane'; export declare class AllTestRunner extends BaseRunner { run<U>(runHandler: (testCollection: TestCollection) => U): U; }