UNPKG

cypress-enterprise-commands

Version:

Reusable Cypress custom commands for enterprise web applications

10 lines (9 loc) 302 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>; } }