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) 240 B
import type { TestCollection } from 'testplane'; import type { TestRunner } from './runner'; import type { TestSpec } from '../../types'; export declare const createTestRunner: (collection: TestCollection, tests: TestSpec[]) => TestRunner;