@nice-digital/wdio-cucumber-steps
Version:
Shared step definitions for Cucumber JS BDD tests in WebdriverIO
7 lines • 427 B
TypeScript
/**
* Log in to nice accounts
* @param {string} usernameEnvVar The name of the environment variables with the email address used to sign in to NICE Accounts
* @param {string} passwordEnvVar The name of the environment variables with the password used to sign in to NICE Accounts
*/
export declare function login(usernameEnvVar: string, passwordEnvVar: string): Promise<void>;
//# sourceMappingURL=login.d.ts.map