UNPKG

html-reporter

Version:

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

8 lines (7 loc) 254 B
import { TestAdapter } from '../test'; export interface ConfigAdapter { readonly tolerance: number; readonly antialiasingTolerance: number; readonly browserIds: string[]; getScreenshotPath(test: TestAdapter, stateName: string): string; }