snapshot
snapshot copied to clipboard
Add TypeScript definition
Extend Cypress namespace just like describe in https://github.com/cypress-io/cypress/issues/1065
declare namespace Cypress {
interface Chainable<Subject> {
snapshot: typeof snapshot
}
}
function snapshot(value: string): void {
...
}
Cypress.Commands.add('snapshot', snapshot)
Any updates on this?
@bahmutov any updates?
Sorry outside of my access, I'm no longer part of cypress org