@lewiswright/vitest-plugin-vis
Version:
Vitest visual testing plugin
9 lines • 371 B
TypeScript
import type { BrowserCommand } from 'vitest/node';
export interface ImageSnapshotNextIndexCommand {
/**
* Get the index of the snapshot image to be created.
*/
imageSnapshotNextIndex(taskId: string): Promise<number>;
}
export declare const imageSnapshotNextIndex: BrowserCommand<[taskId: string]>;
//# sourceMappingURL=image_snapshot_next_index.d.ts.map