heatmap-cluster
Version:
The Unipept visualisation library
11 lines (10 loc) • 314 B
TypeScript
export declare type ImageSnapshotSettings = {
comparisonMethod: string;
customSnapshotsDir: string;
customDiffDir: string;
failureThreshold: number;
failureThresholdType: string;
};
export default class TestConsts {
static resolveImageSnapshotFolder(path: string): ImageSnapshotSettings;
}