MCPcopy
hub / github.com/visgl/deck.gl / BrowserTestDriverDiffOptions

Interface BrowserTestDriverDiffOptions

modules/test-utils/src/globals.d.ts:7–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5// Type declarations for browser test driver functions injected by @probe.gl/test-utils
6
7interface BrowserTestDriverDiffOptions {
8 goldenImage: string;
9 region?: {x: number; y: number; width: number; height: number};
10 saveOnFail?: boolean;
11 saveAs?: string;
12 threshold?: number;
13 createDiffImage?: boolean;
14 tolerance?: number;
15 includeAA?: boolean;
16 includeEmpty?: boolean;
17 platform?: string;
18}
19
20interface BrowserTestDriverDiffResult {
21 headless: boolean;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…