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) 621 B
import type { CoordBounds } from 'looks-same'; import { TestEqualDiffsData, TestRefUpdateData } from '../../tests-tree-builder/gui'; export declare const formatId: (hash: string, browserId: string) => string; export declare const mkFullTitle: ({ suite, state }: Pick<TestRefUpdateData, 'suite' | 'state'>) => string; export declare const mergeDatabasesForReuse: (reportPath: string) => Promise<void>; export declare const prepareLocalDatabase: (reportPath: string) => Promise<void>; export declare const filterByEqualDiffSizes: (imagesInfo: TestEqualDiffsData[], refDiffClusters?: CoordBounds[]) => TestEqualDiffsData[];