@nice-digital/wdio-cucumber-steps
Version:
Shared step definitions for Cucumber JS BDD tests in WebdriverIO
9 lines • 657 B
TypeScript
import { AccountsEnvironment } from "../lib/nice-accounts";
/**
* Log in to particular version of nice accounts indepentendly of TopHat
* @param environment The domain of accounts to use to sign to nice accounts (beta, live or test)
* @param usernameEnvVar The name of the environment variable with the email address used to sign in to Nice Accounts
* @param passwordEnvVar The name of the environment variable with the password used to sign in to Nice Accounts
*/
export declare function accountsLogin(environment: AccountsEnvironment, usernameEnvVar: string, passwordEnvVar: string): Promise<void>;
//# sourceMappingURL=accountsLogin.d.ts.map