UNPKG

@wdio/image-comparison-core

Version:

Image comparison core module for @wdio/visual-service - WebdriverIO visual testing framework

7 lines 467 B
import type { ImageCompareResult } from '../methods/images.interfaces.js'; import type { InternalCheckFullPageMethodOptions } from './check.interfaces.js'; /** * Compare a fullpage screenshot */ export default function checkFullPageScreen({ browserInstance, checkFullPageOptions, folders, instanceData, isNativeContext, tag, testContext, }: InternalCheckFullPageMethodOptions): Promise<ImageCompareResult | number>; //# sourceMappingURL=checkFullPageScreen.d.ts.map