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) 163 B
import { AppThunk } from "./types"; export declare const thunkFindSameDiffs: (selectedImageId: string, openedImageIds: string[], browserName: string) => AppThunk;