@nice-digital/wdio-cucumber-steps
Version:
Shared step definitions for Cucumber JS BDD tests in WebdriverIO
7 lines • 375 B
TypeScript
/**
* Log in to nice accounts by clicking on TopHat
* @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 tophatLogin(usernameEnvVar: string, passwordEnvVar: string): Promise<void>;
//# sourceMappingURL=tophatLogIn.d.ts.map