UNPKG

@percy/cypress

Version:

Cypress client library for visual testing with Percy

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