UNPKG

@percy/cypress

Version:

Cypress client library for visual testing with Percy

15 lines (13 loc) 300 B
/// <reference lib="dom"/> /// <reference types="cypress"/> import { SnapshotOptions } from '@percy/core'; declare global { namespace Cypress { interface Chainable<Subject> { percySnapshot( name?: string, options?: SnapshotOptions ): Chainable<Subject> } } }