UNPKG

html-reporter

Version:

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

3 lines (2 loc) 122 B
import { TestplaneSuite } from './types'; export declare const getSuitePath: (suite?: TestplaneSuite | null) => string[];