@o3r/testing
Version:
The module provides testing (e2e, unit test) utilities to help you build your own E2E pipeline integrating visual testing.
8 lines • 367 B
TypeScript
import { promise as pPromise } from 'protractor';
/**
* Converts a webdriver promise to ES6 promise so the rest of the framework handles ES6 promises only
* @deprecated Will be removed in v13, please use Playwright instead
* @param promise
*/
export declare function convertPromise<T>(promise: pPromise.Promise<T>): Promise<T>;
//# sourceMappingURL=utils.d.ts.map