UNPKG

playwright-cucumber-ts-steps

Version:

A collection of reusable Playwright step definitions for Cucumber in TypeScript, designed to streamline end-to-end testing across web, API, and mobile applications.

7 lines (6 loc) 203 B
export declare function compareSnapshots({ actualPath, baselinePath, diffPath, threshold, }: { actualPath: string; baselinePath: string; diffPath: string; threshold?: number; }): number;