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) 431 B
import { ReporterTestResult } from '../index'; import { ErrorDetails, ImageInfoFull } from '../../../types'; export declare const copyAndUpdate: (original: ReporterTestResult, updates: Partial<ReporterTestResult>) => ReporterTestResult; export declare const extractErrorDetails: (testResult: ReporterTestResult) => ErrorDetails | null; export declare const removeBufferFromImagesInfo: (imagesInfo: ImageInfoFull) => ImageInfoFull;