UNPKG

cypress-enterprise-commands

Version:

Reusable Cypress custom commands for enterprise web applications

11 lines (10 loc) 340 B
declare namespace Cypress { interface Chainable<Subject> { logOut(): Chainable<any>; implementLogin(isInventory: boolean): Chainable<any>; changeLanguage(isInventory: boolean): Chainable<any>; login(): Chainable<any>; loginSession(): Chainable<any>; clearCache(): Chainable<any>; } }