@wdio/browserstack-service
Version:
WebdriverIO service for better Browserstack integration
20 lines • 813 B
TypeScript
import type BrowserStackConfig from '../config.js';
interface ErrorType {
key: string;
message: string;
}
export interface Errors {
errors: ErrorType[];
}
export declare const getProductMap: (config: BrowserStackConfig) => {
[key: string]: boolean;
};
export declare const shouldProcessEventForTesthub: (eventType: string) => boolean;
export declare const handleErrorForObservability: (error: Errors | null) => void;
export declare const handleErrorForAccessibility: (error: Errors | null) => void;
export declare const logBuildError: (error: Errors | null, product?: string) => void;
export declare const getProductMapForBuildStartCall: (config: BrowserStackConfig, accessibilityAutomation: boolean | null) => {
[key: string]: boolean | null;
};
export {};
//# sourceMappingURL=utils.d.ts.map