UNPKG

@percy/puppeteer

Version:

Pupppeteer client library for visual testing with Percy

9 lines (7 loc) 213 B
import * as Puppeteer from 'puppeteer'; import { SnapshotOptions } from '@percy/core'; export default function percySnapshot( page: Puppeteer.Page, name: string, options?: SnapshotOptions ): Promise<void>;