@lewiswright/vitest-plugin-vis
Version:
Vitest visual testing plugin
10 lines • 401 B
TypeScript
import type { BrowserCommand } from 'vitest/node';
export interface HasImageSnapshotCommand {
hasImageSnapshot(taskId: string, snapshotId: string | undefined, isAutoSnapshot: boolean): Promise<boolean>;
}
export declare const hasImageSnapshot: BrowserCommand<[
taskId: string,
snapshotId: string | undefined,
isAutoSnapshot: boolean
]>;
//# sourceMappingURL=has_image_snapshot.d.ts.map