UNPKG

@wdio/browserstack-service

Version:
151 lines 4 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; SDK_CLI_CHECK_UPDATE: string; SDK_CLI_DOWNLOAD: string; SDK_CLI_ON_BOOTSTRAP: string; SDK_CLI_ON_CONNECT: string; SDK_CLI_START: string; SDK_CLI_ON_STOP: string; SDK_CONNECT_BIN_SESSION: string; SDK_START_BIN_SESSION: string; SDK_DRIVER_INIT: string; SDK_FIND_NEAREST_HUB: string; SDK_AUTOMATION_FRAMEWORK_INIT: string; SDK_AUTOMATION_FRAMEWORK_START: string; SDK_AUTOMATION_FRAMEWORK_STOP: string; SDK_ACCESSIBILITY_CONFIG: string; SDK_OBSERVABILITY_CONFIG: string; SDK_AI_SELF_HEAL_STEP: string; SDK_AI_SELF_HEAL_GET_RESULT: string; SDK_TEST_FRAMEWORK_EVENT: string; SDK_TEST_SESSION_EVENT: string; SDK_CLI_LOG_CREATED_EVENT: string; SDK_CLI_ENQUEUE_TEST_EVENT: string; SDK_ON_STOP: string; SDK_SEND_LOGS: string; SDK_FUNNEL_TEST_ATTEMPTED: string; SDK_FUNNEL_TEST_SUCCESSFUL: string; SDK_UPLOAD_LOGS: string; SDK_SEND_KEY_METRICS: string; SDK_KEY_METRICS_PREPARATION: string; SDK_KEY_METRICS_UPLOAD: string; SDK_CLI_DOWNLOAD_BINARY: string; SDK_CLI_BINARY_VERIFICATION: string; SDK_LISTENER_WORKER_END: string; SDK_PERCY_TEARDOWN: string; SDK_WORKER_SAVE_DATA: string; SDK_PERFORMANCE_REPORT_GEN: string; SDK_PERFORMANCE_JSON_WRITE: string; SDK_PERFORMANCE_HTML_GEN: string; SDK_DEVICE_ALLOCATION: 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; INIT: string; PRE_INITIALIZE: string; POST_INITIALIZE: string; }; /** * Framework lifecycle events for automation framework tracking */ export declare const FRAMEWORK_EVENTS: { INIT: string; START: string; STOP: string; }; /** * Module configuration events */ export declare const CONFIG_EVENTS: { ACCESSIBILITY: string; OBSERVABILITY: string; }; /** * AI self-healing events */ export declare const AI_EVENTS: { SELF_HEAL_STEP: string; SELF_HEAL_GET_RESULT: string; }; /** * Event dispatcher events for test framework and session tracking */ export declare const DISPATCHER_EVENTS: { TEST_FRAMEWORK: string; TEST_SESSION: string; LOG_CREATED: string; ENQUEUE_TEST: string; }; //# sourceMappingURL=constants.d.ts.map