@wdio/sync
Version:
A WebdriverIO plugin. Helper module to run WebdriverIO commands synchronously
14 lines • 509 B
TypeScript
/**
* filter stack array
* @param {string} stackRow
* @returns {boolean}
*/
export declare const stackTraceFilter: (stackRow: string) => boolean;
/**
* Cleanup stack traces, merge and remove duplicates
* @param {Error|*} commandError Error object or anything else including undefined
* @param {Error} savedError Error with root stack trace
* @returns {Error}
*/
export declare function sanitizeErrorMessage(commandError: Error, savedError: Error): Error;
//# sourceMappingURL=utils.d.ts.map