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) 122 B
import type { TestAdapter } from '../test'; export interface TestCollectionAdapter { readonly tests: TestAdapter[]; }