projecte_ionic/node_modules/@stencil/core/testing/puppeteer/puppeteer-screenshot.d.ts
2022-02-09 18:30:03 +01:00

5 lines
400 B
TypeScript
Executable file

import type { E2EProcessEnv, ScreenshotDiff, ScreenshotOptions } from '@stencil/core/internal';
import type * as pd from './puppeteer-declarations';
export declare function initPageScreenshot(page: pd.E2EPageInternal): void;
export declare function pageCompareScreenshot(page: pd.E2EPageInternal, env: E2EProcessEnv, desc: string, testPath: string, opts: ScreenshotOptions): Promise<ScreenshotDiff>;