UNPKG

@nice-digital/wdio-cucumber-steps

Version:

Shared step definitions for Cucumber JS BDD tests in WebdriverIO

7 lines 401 B
/** * Log in to nice accounts by clicking on Global nav * @param {string} usernameEnvVar The email address used to sign in to Nice Accounts * @param {string} passwordEnvVar The password used to sign in to Nice Accounts */ export declare function globalNavAccountsLogin(usernameEnvVar: string, passwordEnvVar: string): Promise<void>; //# sourceMappingURL=globalNavAccountsLogin.d.ts.map