UNPKG

testplane

Version:

Tests framework based on mocha and wdio

4 lines (3 loc) 344 B
import { AssertViewOpts } from "../../../config/types"; import { Point, Rect, Size } from "../../isomorphic"; export declare const assertCorrectCaptureAreaBounds: (readableCaptureAreaDescr: string, viewportSize: Size<"device">, viewportOffset: Point<"page", "device">, captureAreas: Rect<"viewport", "device">[], opts: AssertViewOpts) => void;