UNPKG

@wdio/browserstack-service

Version:
79 lines 1.9 kB
export declare const EVENTS: { SDK_SETUP: string; SDK_CLEANUP: string; SDK_PRE_TEST: string; SDK_TEST: string; SDK_POST_TEST: string; SDK_HOOK: string; SDK_DRIVER: string; SDK_A11Y: string; SDK_O11Y: string; SDK_AUTO_CAPTURE: string; SDK_PROXY_SETUP: string; SDK_TESTHUB: string; SDK_AUTOMATE: string; SDK_APP_AUTOMATE: string; SDK_TURBOSCALE: string; SDK_PERCY: string; SDK_PRE_INITIALIZE: string; SDK_POST_INITIALIZE: string; }; export declare const TESTHUB_EVENTS: { START: string; STOP: string; }; export declare const AUTOMATE_EVENTS: { KEEP_ALIVE: string; HUB_MANAGEMENT: string; LOCAL_START: string; LOCAL_STOP: string; DRIVER_MANAGE: string; SESSION_NAME: string; SESSION_STATUS: string; SESSION_ANNOTATION: string; IDLE_TIMEOUT: string; GENERATE_CI_ARTIFACT: string; PRINT_BUILDLINK: string; }; export declare const A11Y_EVENTS: { PERFORM_SCAN: string; SAVE_RESULTS: string; GET_RESULTS: string; GET_RESULTS_SUMMARY: string; }; export declare const PERCY_EVENTS: { DOWNLOAD: string; SCREENSHOT: string; START: string; STOP: string; AUTO_CAPTURE: string; SNAPSHOT: string; SCREENSHOT_APP: string; }; export declare const O11Y_EVENTS: { SYNC: string; TAKE_SCREENSHOT: string; PRINT_BUILDLINK: string; }; export declare const HOOK_EVENTS: { BEFORE_EACH: string; AFTER_EACH: string; AFTER_ALL: string; BEFORE_ALL: string; BEFORE: string; AFTER: string; }; export declare const TURBOSCALE_EVENTS: { HUB_MANAGEMENT: string; PRINT_BUILDLINK: string; }; export declare const APP_AUTOMATE_EVENTS: { APP_UPLOAD: string; }; export declare const DRIVER_EVENT: { QUIT: string; GET: string; PRE_EXECUTE: string; POST_EXECUTE: string; }; //# sourceMappingURL=constants.d.ts.map