UNPKG

@wix-pilot/core

Version:

A flexible plugin that drives your tests with human-written commands, enhanced by the power of large language models (LLMs)

4 lines (3 loc) 166 B
type image = "baseline" | "different" | "grayed" | "very_different_colors" | "with_text"; export declare const getSnapshotImage: (image: image) => string; export {};