MCPcopy Create free account
hub / github.com/FRSOURCE/cypress-plugin-visual-regression-diff / Chainable

Interface Chainable

src/commands.ts:41–50  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39
40 // eslint-disable-next-line @typescript-eslint/no-unused-vars
41 interface Chainable<Subject> {
42 /**
43 * Command to create and compare image snapshots.
44 * @memberof Cypress.Chainable
45 * @example cy.get('.my-element').matchImage();
46 */
47 matchImage(
48 options?: Cypress.MatchImageOptions
49 ): Chainable<MatchImageReturn>;
50 }
51 }
52}
53

Callers 3

HelloWorld.cy.tsFile · 0.80
spec.cy.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected