UNPKG

html-reporter

Version:

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

4 lines (3 loc) 195 B
import { ImageEntity } from '../../new-ui/types/store'; export declare function preloadImage(url: string): () => void; export declare function preloadImageEntity(image: ImageEntity): () => void;