ui-omakase-framework
Version:
A comprehensive E2E testing framework library with pre-built Cucumber step definitions and utilities for web automation testing
5 lines (4 loc) • 415 B
TypeScript
import { WaitForTarget, WaitForTargetType, ErrorsConfig } from '../env/global';
export declare const getErrorSummary: (errDetail: string) => string;
export declare const parseErrorMessage: (errList: ErrorsConfig, errorSummary: string, targetName: string, targetType: string) => string;
export declare const handleError: (errList: ErrorsConfig, err: Error, target?: WaitForTarget, type?: WaitForTargetType) => void;