browserstack-node-sdk 1.49.3 → 1.49.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a69_0xdd87dd=a69_0x4f69;(function(_0x1282ca,_0x5a5548){const _0xe93e59=a69_0x4f69,_0x2d00d0=_0x1282ca();while(!![]){try{const _0xc4772c=-parseInt(_0xe93e59(0xe8))/0x1*(parseInt(_0xe93e59(0xc1))/0x2)+parseInt(_0xe93e59(0xe1))/0x3+parseInt(_0xe93e59(0xc4))/0x4+parseInt(_0xe93e59(0x112))/0x5*(-parseInt(_0xe93e59(0xc5))/0x6)+parseInt(_0xe93e59(0xc2))/0x7*(-parseInt(_0xe93e59(0xd6))/0x8)+-parseInt(_0xe93e59(0xf2))/0x9+parseInt(_0xe93e59(0xef))/0xa*(parseInt(_0xe93e59(0xfa))/0xb);if(_0xc4772c===_0x5a5548)break;else _0x2d00d0['push'](_0x2d00d0['shift']());}catch(_0x521ba0){_0x2d00d0['push'](_0x2d00d0['shift']());}}}(a69_0x7a27,0x8f86e));function a69_0x7a27(){const _0x4d4c8a=['KEY_TEST_ATTACHMENTS','KEY_TEST_SCOPE','test_hook_last_started','file_level','KEY_CUSTOM_TAGS','KEY_TEST_FILE_PATH','20RZmiLK','test_name','KEY_EVENT_ENDED_AT','test_hooks_started','automate_session_status','test_scopes','KEY_TEST_FRAMEWORK_VERSION','KEY_FILE_PATH','file_name','test_scope','exports','hook_id','KEY_TEST_STARTED_AT','30RkQLpA','147TGxcXF','event_ended_at','3386552AgtIXH','449508NxAGKr','KIND_SCREENSHOT','pending','KEY_AUTOMATE_SESSION_NAME','KEY_TEST_FAILURE_TYPE','hook_logs','DEFAULT_TEST_RESULT','KEY_TEST_RESULT','test_ended_at','test_location','KEY_FILE_SIZE','KEY_TEST_RETRY_OF','KEY_TEST_FAILURE','test_logs','KEY_TEST_UUID','file_size','hook_result','199576jmifwl','test_hook_last_finished','test_rerun_name','HOOK_REGEX','test_framework_version','logs','test_tags','TEST_LOG','hook_failure_reason','file_path','DEFAULT_HOOK_RESULT','1388502KKhAds','KEY_HOOK_LAST_FINISHED','KEY_FILE_LEVEL','KEY_HOOK_FAILURE_TYPE','KEY_EVENT_STARTED_AT','KEY_HOOK_RESULT','KEY_HOOKS_STARTED','69535WgngSg','test_failure_reason','KEY_AUTOMATE_SESSION_REASON','retry_of','test_result','KEY_LOGS','KEY_TEST_ENDED_AT','1280RbHfcY','test_failure','test_code','1785258qIauoh','test_file_path','KEY_TEST_CODE','KEY_HOOK_LAST_STARTED','KEY_HOOK_NAME','test_id','KEY_TEST_META','TEST_SCREENSHOT','115445vamdef','test_meta','KEY_TEST_LOGS','KEY_SESSION_NAME','test_uuid','test_result_at','KIND_LOG','hook_failure','KEY_TEST_SCOPES','KEY_TEST_RERUN_NAME','test_started_at','KEY_HOOKS_FINISHED','KEY_AUTOMATE_SESSION_STATUS','hook_failure_type','test_failure_type','platform_index','KEY_TEST_LOCATION','automate_session_reason'];a69_0x7a27=function(){return _0x4d4c8a;};return a69_0x7a27();}const a69_0x2641cf={};a69_0x2641cf[a69_0xdd87dd(0xd3)]=a69_0xdd87dd(0xfe),a69_0x2641cf['KEY_TEST_ID']=a69_0xdd87dd(0xf7),a69_0x2641cf['KEY_TEST_NAME']=a69_0xdd87dd(0x113),a69_0x2641cf[a69_0xdd87dd(0x111)]=a69_0xdd87dd(0xf3),a69_0x2641cf['KEY_TEST_TAGS']=a69_0xdd87dd(0xdc),a69_0x2641cf[a69_0xdd87dd(0xcc)]=a69_0xdd87dd(0xec),a69_0x2641cf['KEY_TEST_RESULT_AT']=a69_0xdd87dd(0xff),a69_0x2641cf[a69_0xdd87dd(0xc0)]=a69_0xdd87dd(0x104),a69_0x2641cf[a69_0xdd87dd(0xee)]=a69_0xdd87dd(0xcd),a69_0x2641cf[a69_0xdd87dd(0x10a)]=a69_0xdd87dd(0xce),a69_0x2641cf[a69_0xdd87dd(0x10d)]=a69_0xdd87dd(0xbd),a69_0x2641cf[a69_0xdd87dd(0x102)]=a69_0xdd87dd(0x117),a69_0x2641cf['KEY_TEST_FRAMEWORK_NAME']='test_framework_name',a69_0x2641cf[a69_0xdd87dd(0x118)]=a69_0xdd87dd(0xda),a69_0x2641cf[a69_0xdd87dd(0xf4)]=a69_0xdd87dd(0xf1),a69_0x2641cf[a69_0xdd87dd(0x103)]=a69_0xdd87dd(0xd8),a69_0x2641cf[a69_0xdd87dd(0xd0)]=a69_0xdd87dd(0xeb),a69_0x2641cf['KEY_PLATFORM_INDEX']=a69_0xdd87dd(0x109),a69_0x2641cf[a69_0xdd87dd(0xd1)]=a69_0xdd87dd(0xf0),a69_0x2641cf[a69_0xdd87dd(0xc9)]=a69_0xdd87dd(0x108),a69_0x2641cf['KEY_TEST_FAILURE_REASON']=a69_0xdd87dd(0xe9),a69_0x2641cf[a69_0xdd87dd(0xfc)]=a69_0xdd87dd(0xd2),a69_0x2641cf[a69_0xdd87dd(0xf8)]=a69_0xdd87dd(0xfb),a69_0x2641cf[a69_0xdd87dd(0xfd)]='test_session_name',a69_0x2641cf[a69_0xdd87dd(0xc8)]='automate_session_name',a69_0x2641cf[a69_0xdd87dd(0x106)]=a69_0xdd87dd(0x116),a69_0x2641cf[a69_0xdd87dd(0xea)]=a69_0xdd87dd(0x10b),a69_0x2641cf[a69_0xdd87dd(0xe5)]='event_started_at',a69_0x2641cf[a69_0xdd87dd(0x114)]=a69_0xdd87dd(0xc3),a69_0x2641cf['KEY_HOOK_ID']=a69_0xdd87dd(0xbf),a69_0x2641cf[a69_0xdd87dd(0xe6)]=a69_0xdd87dd(0xd5),a69_0x2641cf[a69_0xdd87dd(0xe4)]=a69_0xdd87dd(0x107),a69_0x2641cf['KEY_HOOK_FAILURE_REASON']=a69_0xdd87dd(0xde),a69_0x2641cf['KEY_HOOK_FAILURE']=a69_0xdd87dd(0x101),a69_0x2641cf['KEY_HOOK_LOGS']=a69_0xdd87dd(0xca),a69_0x2641cf[a69_0xdd87dd(0xf6)]='hook_name',a69_0x2641cf[a69_0xdd87dd(0xcb)]='pending',a69_0x2641cf[a69_0xdd87dd(0xe0)]=a69_0xdd87dd(0xc7),a69_0x2641cf[a69_0xdd87dd(0xc6)]=a69_0xdd87dd(0xf9),a69_0x2641cf[a69_0xdd87dd(0x100)]=a69_0xdd87dd(0xdd),a69_0x2641cf[a69_0xdd87dd(0xd9)]='^(BEFORE_|AFTER_)',a69_0x2641cf[a69_0xdd87dd(0xe7)]=a69_0xdd87dd(0x115),a69_0x2641cf[a69_0xdd87dd(0x105)]='test_hooks_finished',a69_0x2641cf[a69_0xdd87dd(0xf5)]=a69_0xdd87dd(0x10e),a69_0x2641cf[a69_0xdd87dd(0xe2)]=a69_0xdd87dd(0xd7),a69_0x2641cf[a69_0xdd87dd(0xed)]=a69_0xdd87dd(0xdb),a69_0x2641cf[a69_0xdd87dd(0x110)]='custom_metadata',a69_0x2641cf[a69_0xdd87dd(0x10c)]='test_attachments',a69_0x2641cf[a69_0xdd87dd(0xcf)]=a69_0xdd87dd(0xd4),a69_0x2641cf['KEY_FILE_NAME']=a69_0xdd87dd(0xbc),a69_0x2641cf[a69_0xdd87dd(0x119)]=a69_0xdd87dd(0xdf),a69_0x2641cf[a69_0xdd87dd(0xe3)]=a69_0xdd87dd(0x10f);function a69_0x4f69(_0x350258,_0x5055fc){const _0x7a2746=a69_0x7a27();return a69_0x4f69=function(_0x4f69fa,_0x429598){_0x4f69fa=_0x4f69fa-0xbc;let _0xa2b799=_0x7a2746[_0x4f69fa];return _0xa2b799;},a69_0x4f69(_0x350258,_0x5055fc);}const TestFrameworkConstants=a69_0x2641cf;module[a69_0xdd87dd(0xbe)]=TestFrameworkConstants;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a70_0x16fa(){const _0x504426=['afknI','exports','getTestDetails','1616607htdcHR','KEY_TEST_STARTED_AT','aLHas','../grpcClient','KEY_TEST_RESULT_AT','testUUID','KEY_AUTOMATE_SESSION_NAME','__workerDetails','KPiUY','readLogObjects','getContext','failure_reason','removePendingHooks','KEY_HOOK_FAILURE_TYPE','addPendingHook','YNdQl','No\x20hook\x20data\x20provided\x20for\x20cucumber\x20hook\x20event','83982hZrymO','createTestFrameworkEventPayload','KEY_TEST_LOCATION','testFrameworkName','parallelIndex','KEY_TEST_FILE_PATH','scopes','resolveInstance','ceil','\x20response=','DJVBZ','POST','../state/hookState.js',',\x20storing\x20as\x20pending\x20hook','customRerunParam','\x20hookState:\x20','toISOString','result','finished_at','trackHookEvent:\x20Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','../state/testFrameworkState.js','ZfXxQ','Processing\x20','KEY_HOOK_RESULT','hook_type','../cliUtils.js','87762qdcUVW','2304434HETkXY','jBHhg','getPendingHooks','Parsed\x20cucumber\x20test:\x20','args','unknown','KEY_TEST_RESULT','debug','push','KEY_TEST_NAME','fTLXq','split','instance','addMultipleEntries','finishedAt','KEY_CUSTOM_TAGS','code','ivspe','DEFAULT_HOOK_RESULT','test','from',',\x20state:\x20','getTestFrameworks','85JiXjZz','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test','WjJNF','../../../helpers/helper.js','runHooks','hooks','workerInfo','./constants/testFrameworkConstants.js','parseCucumberTestResult','key','\x20with\x20id\x20','1vsDNff','sWGIt','eventJson','\x20testState:\x20','testData','format','CucumberTestFramework','\x20for\x20test:\x20','KEY_HOOK_ID','KEY_TEST_FAILURE_REASON','KEY_TEST_ID','trackCucumberInstance:\x20saved\x20instance\x20contextId=','getId','storePendingHook','KEY_HOOKS_FINISHED','gBMOK','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','get','UnhandledError','KEY_HOOK_LAST_STARTED','hasPendingHooks','testFrameworkState','Mthvk','KEY_TEST_FAILURE_TYPE','getCurrentInstanceName','test_run_id','WCYuV','XsLqO','failure_type','processPendingHooks','KEY_TEST_FRAMEWORK_VERSION','hookState','failure','KEY_TEST_UUID','platformIndex','28qMEPGr','setTestDetails','keys','Tracked\x20cucumber\x20hook\x20event:\x20','MJIHF','toString','KEY_TEST_SCOPE','error','424VtwpmJ','pop','getAllData','JBWai','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','name','lIQfr','bWwOG','inspect','startedAt','../instances/trackedInstance.js',',\x20state=','createContext','getTestUUID','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','10rpYXAB','trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','createTestFrameworkEventPayload\x20testId:\x20','ZtQIW','trackCucumberInstance','KEY_HOOKS_STARTED','stringify','testFrameworkVersion','NONE','36519nXFyey','KEY_TEST_CODE','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test\x20result','logCreatedEvent','body','KEY_TEST_META','KEY_TEST_TAGS','KEY_TEST_FRAMEWORK_NAME','13610340cSOWuk','ANDre','./testFramework','trackHookEvent:\x20Hook\x20List\x20in\x20Post\x20','getProcessId','KEY_TEST_SCOPES','\x20batch\x20','\x20\x20and\x20args\x20=\x20','sendLogCreatedEvent:\x20for\x20testId:\x20','\x20payload=','getInstance','hookData','KEY_HOOK_NAME','util','DKWsH','KEY_EVENT_STARTED_AT','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','KEY_LOGS','getThreadId','getTestFrameworksVersions','parseCucumberTest','TpZpm','Stored\x20pending\x20hook\x20for\x20testId:\x20','trackEvent','PRE','../instances/testFrameworkInstance.js','endedAt','458878BxSQJB',',\x20error:\x20','executionContext','No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','location','LOG_REPORT','failure_data','\x20with\x20UUID:\x20','aMBKR','KEY_TEST_LOGS','YwkIW','trackHookEvent','sendLogCreatedEvent','Cucumber\x20log\x20created\x20event','Fsszg','\x20with\x20result:\x20','LLFAX','getTrackedInstance','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','KEY_TEST_ENDED_AT','\x20pending\x20hooks\x20for\x20testId:\x20','../../../helpers/classLogger.js','meta','length','tags','KEY_HOOK_LAST_FINISHED','KEY_TEST_RERUN_NAME','QITia','uuid'];a70_0x16fa=function(){return _0x504426;};return a70_0x16fa();}const a70_0x24dd00=a70_0x4d7b;(function(_0x181cf1,_0x583b87){const _0x1438bc=a70_0x4d7b,_0x548810=_0x181cf1();while(!![]){try{const _0x5b5042=-parseInt(_0x1438bc(0x1e5))/0x1*(parseInt(_0x1438bc(0x24b))/0x2)+-parseInt(_0x1438bc(0x1a8))/0x3*(parseInt(_0x1438bc(0x208))/0x4)+-parseInt(_0x1438bc(0x1da))/0x5*(parseInt(_0x1438bc(0x1c2))/0x6)+-parseInt(_0x1438bc(0x228))/0x7*(parseInt(_0x1438bc(0x210))/0x8)+parseInt(_0x1438bc(0x197))/0x9*(parseInt(_0x1438bc(0x21f))/0xa)+-parseInt(_0x1438bc(0x1c3))/0xb+parseInt(_0x1438bc(0x230))/0xc;if(_0x5b5042===_0x583b87)break;else _0x548810['push'](_0x548810['shift']());}catch(_0x1fa4b2){_0x548810['push'](_0x548810['shift']());}}}(a70_0x16fa,0x258a7));function a70_0x4d7b(_0x10333d,_0x442192){const _0x16faa7=a70_0x16fa();return a70_0x4d7b=function(_0x4d7b65,_0x1e5d5c){_0x4d7b65=_0x4d7b65-0x17c;let _0x55923d=_0x16faa7[_0x4d7b65];return _0x55923d;},a70_0x4d7b(_0x10333d,_0x442192);}const TestFramework=require(a70_0x24dd00(0x232)),TestFrameworkState=require(a70_0x24dd00(0x1bc)),HookState=require(a70_0x24dd00(0x1b4)),{createClassLogger}=require(a70_0x24dd00(0x18c)),TestFrameworkInstance=require(a70_0x24dd00(0x249)),CLIUtils=require(a70_0x24dd00(0x1c1)),TrackedInstance=require(a70_0x24dd00(0x21a)),TestFrameworkConstants=require(a70_0x24dd00(0x1e1)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a70_0x24dd00(0x1dd)),logger=createClassLogger(a70_0x24dd00(0x1eb)),{v4:uuidv4}=require(a70_0x24dd00(0x193)),util=require(a70_0x24dd00(0x23d)),TestInfo=require('../TestInfo.js'),GrpcClient=require(a70_0x24dd00(0x19a));class CucumberTestFramework extends TestFramework{constructor(_0x2a6d4f,_0x404bda,_0x4a097c){super(_0x2a6d4f,_0x404bda,_0x4a097c);}async[a70_0x24dd00(0x247)](_0x4957a7,_0x372e0f,_0x4156b5={}){const _0x4e175c=a70_0x24dd00,_0x489488={};_0x489488['ANDre']=_0x4e175c(0x220),_0x489488[_0x4e175c(0x213)]=function(_0x215e59,_0x15c65d){return _0x215e59===_0x15c65d;},_0x489488[_0x4e175c(0x200)]=_0x4e175c(0x1f5);const _0x1c030f=_0x489488;await super['trackEvent'](_0x4957a7,_0x372e0f,_0x4156b5);const _0x3d1b23=this[_0x4e175c(0x1af)](_0x4957a7,_0x372e0f,_0x4156b5);if(!_0x3d1b23){logger[_0x4e175c(0x1ca)](_0x1c030f[_0x4e175c(0x231)]);return;}try{let _0x20f872,_0x22f2a0;switch(_0x4957a7){case TestFrameworkState['TEST']:_0x20f872=_0x4156b5[_0x4e175c(0x1d6)],_0x22f2a0=TestInfo[_0x4e175c(0x21d)](_0x20f872['id']);if(_0x1c030f['JBWai'](_0x372e0f,HookState[_0x4e175c(0x248)])){logger[_0x4e175c(0x1ca)](_0x4e175c(0x189)+_0x20f872['id']);const _0x2f2479={};_0x2f2479[_0x4e175c(0x19c)]=_0x22f2a0,_0x2f2479[_0x4e175c(0x1e9)]=_0x20f872,_0x3d1b23['addMultipleEntries'](this[_0x4e175c(0x244)](_0x2f2479)),logger['debug'](_0x4e175c(0x21e)+_0x20f872['id']),await this[_0x4e175c(0x202)](_0x3d1b23,_0x20f872['id']);}else{if(_0x1c030f[_0x4e175c(0x213)](_0x372e0f,HookState[_0x4e175c(0x1b3)])){const _0x313624={};_0x313624[_0x4e175c(0x19c)]=_0x22f2a0,_0x313624[_0x4e175c(0x1e9)]=_0x20f872,_0x3d1b23[_0x4e175c(0x1d0)](this[_0x4e175c(0x1e2)](_0x313624)),await this['processPendingHooks'](_0x3d1b23,_0x20f872['id']);}}break;case TestFrameworkState[_0x4e175c(0x17c)]:_0x1c030f[_0x4e175c(0x213)](_0x372e0f,HookState[_0x4e175c(0x1b3)])&&await this['sendLogCreatedEvent'](_0x3d1b23,_0x4957a7,_0x4156b5);break;default:if(CLIUtils['matchHookRegex'](_0x4957a7[_0x4e175c(0x20d)]()[_0x4e175c(0x1ce)]('.')[0x1])){const _0x32ab4b=await this[_0x4e175c(0x182)](_0x3d1b23,_0x4957a7,_0x372e0f,_0x4156b5);_0x3d1b23[_0x4e175c(0x1d0)](_0x32ab4b);}else logger[_0x4e175c(0x1ca)]('trackEvent:\x20unsupported\x20testFrameworkState='+_0x4957a7+'\x20&\x20hookState='+_0x372e0f);break;}}catch(_0x2bb31d){logger[_0x4e175c(0x20f)](util[_0x4e175c(0x1ea)](_0x1c030f['XsLqO'],_0x4957a7,_0x372e0f,_0x4156b5[_0x4e175c(0x18e)],_0x2bb31d));}_0x4156b5[_0x4e175c(0x1cf)]=_0x3d1b23,await this[_0x4e175c(0x1de)](_0x3d1b23,_0x4957a7,_0x372e0f,_0x4156b5);}[a70_0x24dd00(0x1af)](_0xf73b80,_0x1d6dc2,_0xc5905d={}){const _0x3899e8=a70_0x24dd00,_0x228712={};_0x228712[_0x3899e8(0x194)]=function(_0x4251c7,_0x25f5aa){return _0x4251c7===_0x25f5aa;},_0x228712[_0x3899e8(0x187)]=function(_0x38f1a2,_0x5978dd){return _0x38f1a2===_0x5978dd;};const _0x5f4406=_0x228712;let _0x3178ce=null;return(_0x5f4406[_0x3899e8(0x194)](_0xf73b80,TestFrameworkState['INIT_TEST'])||_0x5f4406[_0x3899e8(0x187)](_0xf73b80,TestFrameworkState[_0x3899e8(0x227)]))&&this[_0x3899e8(0x223)](_0xf73b80,_0xc5905d),_0x3178ce=TestFramework[_0x3899e8(0x188)](),_0x3178ce;}['trackCucumberInstance'](_0x45ca1d,_0x2bfc17){const _0x1a8d18=a70_0x24dd00,_0x2afc24=CLIUtils[_0x1a8d18(0x1fd)](),_0x517603=TrackedInstance[_0x1a8d18(0x21c)](_0x2afc24);let _0x9bc10f=null;logger[_0x1a8d18(0x1ca)]('trackCucumberInstance:\x20created\x20instance\x20for\x20target='+_0x2afc24+_0x1a8d18(0x21b)+_0x45ca1d),_0x9bc10f=new TestFrameworkInstance(_0x517603,this['getTestFrameworks'](),this['getTestFrameworksVersions'](),_0x45ca1d,HookState[_0x1a8d18(0x227)]),TestFramework['setTrackedInstance'](_0x517603,_0x9bc10f),logger[_0x1a8d18(0x1ca)](_0x1a8d18(0x1f0)+_0x517603[_0x1a8d18(0x1f1)]()+'\x20target='+_0x2afc24);}[a70_0x24dd00(0x244)](_0x1d6131){const _0x5579a9=a70_0x24dd00,_0x176e23={};_0x176e23[_0x5579a9(0x1cd)]=_0x5579a9(0x1db);const _0x24e80d=_0x176e23,{testUUID:_0x4d3792,testData:_0x344e31}=_0x1d6131;if(!_0x344e31||!_0x344e31[_0x5579a9(0x193)])return logger['debug'](_0x24e80d[_0x5579a9(0x1cd)]),{};const _0x45d43b=_0x344e31[_0x5579a9(0x193)],_0x1e9401=_0x344e31[_0x5579a9(0x193)],_0x4d66ef=this[_0x5579a9(0x1d9)]()[0x0],_0x186f46=this[_0x5579a9(0x243)](),_0x778d80={[TestFrameworkConstants[_0x5579a9(0x22f)]]:_0x4d66ef,[TestFrameworkConstants[_0x5579a9(0x203)]]:_0x186f46[_0x4d66ef],[TestFrameworkConstants[_0x5579a9(0x180)]]:[],[TestFrameworkConstants[_0x5579a9(0x1f3)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x5579a9(0x206)]]:_0x45d43b,[TestFrameworkConstants[_0x5579a9(0x1c9)]]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants[_0x5579a9(0x19d)]]:_0x344e31[_0x5579a9(0x215)]||'',[TestFrameworkConstants[_0x5579a9(0x1ad)]]:_0x344e31['file_name']||'',[TestFrameworkConstants[_0x5579a9(0x1ef)]]:_0x1e9401,[TestFrameworkConstants[_0x5579a9(0x1cc)]]:_0x344e31[_0x5579a9(0x215)]||'',[TestFrameworkConstants[_0x5579a9(0x1aa)]]:_0x344e31[_0x5579a9(0x24f)]||'',[TestFrameworkConstants[_0x5579a9(0x229)]]:_0x344e31[_0x5579a9(0x22c)]?.[_0x5579a9(0x1d3)]||null,[TestFrameworkConstants[_0x5579a9(0x22e)]]:_0x344e31[_0x5579a9(0x18f)]||[],[TestFrameworkConstants[_0x5579a9(0x198)]]:_0x344e31[_0x5579a9(0x219)]||new Date()[_0x5579a9(0x1b8)](),[TestFrameworkConstants[_0x5579a9(0x20e)]]:_0x344e31[_0x5579a9(0x1ae)]?.[0x0]||'',[TestFrameworkConstants[_0x5579a9(0x235)]]:_0x344e31[_0x5579a9(0x1ae)]||[],[TestFrameworkConstants[_0x5579a9(0x191)]]:_0x344e31[_0x5579a9(0x1b6)]?.['rerun_name']||_0x344e31['name']||'',[TestFrameworkConstants[_0x5579a9(0x1d2)]]:{},[TestFrameworkConstants[_0x5579a9(0x22d)]]:_0x344e31[_0x5579a9(0x18d)]||{}};TestInfo[_0x5579a9(0x209)](_0x1e9401,_0x778d80),logger[_0x5579a9(0x1ca)](_0x5579a9(0x1c6)+_0x344e31['name']+_0x5579a9(0x17e)+_0x45d43b);const _0x50b4d0={};return _0x50b4d0[_0x1e9401]=_0x778d80,_0x50b4d0;}[a70_0x24dd00(0x1e2)](_0x82a03){const _0x1c55e0=a70_0x24dd00,_0x94cba5={'Mthvk':_0x1c55e0(0x22a),'jNoeS':_0x1c55e0(0x1c8),'YwkIW':function(_0x37fe2c,_0x3b8016){return _0x37fe2c===_0x3b8016;},'Fsszg':'failed','sWGIt':_0x1c55e0(0x1f7),'YNdQl':function(_0x35318b,_0x5b113a,_0x50812a){return _0x35318b(_0x5b113a,_0x50812a);},'MJIHF':function(_0x5c6602,_0x441540){return _0x5c6602>_0x441540;},'ivspe':function(_0x1ab584,_0x46f774){return _0x1ab584>_0x46f774;}},{testUUID:_0x5a740b,testData:_0x3dc614}=_0x82a03;if(!_0x3dc614||!_0x3dc614[_0x1c55e0(0x193)])return logger[_0x1c55e0(0x1ca)](_0x94cba5[_0x1c55e0(0x1fb)]),{};const _0x5c2b97=this[_0x1c55e0(0x1af)](TestFrameworkState['TEST'],HookState[_0x1c55e0(0x1b3)]),_0x98bd4=_0x3dc614[_0x1c55e0(0x193)],_0x1596eb=TestInfo[_0x1c55e0(0x196)](_0x98bd4)||{},_0x570a74=_0x1596eb?_0x1596eb[TestFrameworkConstants[_0x1c55e0(0x1d2)]]||{}:{},_0x54d811={..._0x1596eb,[TestFrameworkConstants[_0x1c55e0(0x1c9)]]:_0x3dc614[_0x1c55e0(0x1b9)]||_0x94cba5['jNoeS'],[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x3dc614[_0x1c55e0(0x1d1)]||new Date()[_0x1c55e0(0x1b8)](),[TestFrameworkConstants[_0x1c55e0(0x19b)]]:new Date()[_0x1c55e0(0x1b8)](),[TestFrameworkConstants[_0x1c55e0(0x1d2)]]:_0x570a74,[TestFrameworkConstants[_0x1c55e0(0x241)]]:[],[TestFrameworkConstants[_0x1c55e0(0x22d)]]:_0x3dc614[_0x1c55e0(0x18d)]||{}};_0x94cba5[_0x1c55e0(0x181)](_0x3dc614[_0x1c55e0(0x1b9)],_0x94cba5[_0x1c55e0(0x185)])&&_0x3dc614['failure']&&(_0x54d811[TestFrameworkConstants[_0x1c55e0(0x1fc)]]=_0x3dc614['failure_type']||_0x94cba5[_0x1c55e0(0x1e6)],_0x54d811[TestFrameworkConstants[_0x1c55e0(0x1ee)]]=_0x3dc614['failure_reason']||'',_0x54d811[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x3dc614[_0x1c55e0(0x205)]);const _0x69910=TestInfo[_0x1c55e0(0x196)](_0x98bd4)[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x3f0569=_0x94cba5[_0x1c55e0(0x1a6)](getManualUploadLogs,_0x69910,_0x5c2b97[_0x1c55e0(0x212)]()[_0x1c55e0(0x1f6)](_0x98bd4)[TestFrameworkConstants[_0x1c55e0(0x206)]]);if(_0x94cba5[_0x1c55e0(0x20c)](_0x3f0569[_0x1c55e0(0x18e)],0x0)){const _0x10ffa9=_0x54d811[TestFrameworkConstants[_0x1c55e0(0x241)]]||[];_0x54d811[TestFrameworkConstants[_0x1c55e0(0x241)]]=[..._0x10ffa9,..._0x3f0569];}_0x3dc614[_0x1c55e0(0x1df)]&&_0x94cba5[_0x1c55e0(0x1d4)](_0x3dc614['hooks']['length'],0x0)&&(_0x54d811[TestFrameworkConstants[_0x1c55e0(0x1f3)]]=_0x3dc614[_0x1c55e0(0x1df)]);TestInfo[_0x1c55e0(0x209)](_0x98bd4,_0x54d811),logger[_0x1c55e0(0x1ca)]('Updated\x20cucumber\x20test\x20result:\x20'+_0x3dc614['name']+_0x1c55e0(0x186)+_0x3dc614['result']);const _0x220fca={};return _0x220fca[_0x98bd4]=_0x54d811,_0x220fca;}async[a70_0x24dd00(0x182)](_0x5e20d5,_0x1ea46e,_0xb3d420,_0x334f5a){const _0xc989ea=a70_0x24dd00,_0x2e4937={'QITia':_0xc989ea(0x1a7),'WjJNF':function(_0x353c00){return _0x353c00();},'bWwOG':function(_0x4b8b2a,_0x1c3163){return _0x4b8b2a in _0x1c3163;},'WCYuV':function(_0x306474,_0x2a8a3c){return _0x306474===_0x2a8a3c;},'KPiUY':function(_0x136383,_0x4077cf){return _0x136383>_0x4077cf;},'aMBKR':'failed','ZfXxQ':_0xc989ea(0x1f7),'DKWsH':'passed','ZtQIW':function(_0x143829,_0x16cab2){return _0x143829!==_0x16cab2;}},{hookData:_0x2cf95a}=_0x334f5a;if(!_0x2cf95a)return logger['debug'](_0x2e4937[_0xc989ea(0x192)]),{};const _0x4f9551=_0x2cf95a[_0xc989ea(0x193)]||_0x2e4937[_0xc989ea(0x1dc)](uuidv4),_0x3af019=_0x2cf95a['test_run_id'],_0x515e2c=_0x1ea46e[_0xc989ea(0x20d)]()[_0xc989ea(0x1ce)]('.')[0x1],_0x540914=TestInfo[_0xc989ea(0x196)](_0x3af019)[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{},_0x1b0d32=_0x5e20d5['getAllData']()[_0xc989ea(0x1f6)](_0x3af019);if(!_0x1b0d32)return logger[_0xc989ea(0x1ca)](_0xc989ea(0x24e)+_0x3af019+_0xc989ea(0x1b5)),this[_0xc989ea(0x1f2)](_0x5e20d5,_0x3af019,_0x1ea46e,_0xb3d420,_0x334f5a),{};let _0x5932df=_0x1b0d32[TestFrameworkConstants[_0xc989ea(0x224)]];!_0x5932df&&(_0x5932df={});!_0x2e4937[_0xc989ea(0x217)](_0x515e2c,_0x5932df)&&(_0x5932df[_0x515e2c]=[]);let _0x4b54fa=_0x1b0d32[TestFrameworkConstants[_0xc989ea(0x1f3)]];!_0x4b54fa&&(_0x4b54fa={});!_0x2e4937[_0xc989ea(0x217)](_0x515e2c,_0x4b54fa)&&(_0x4b54fa[_0x515e2c]=[]);const _0x32af7f={[TestFrameworkConstants[_0xc989ea(0x224)]]:_0x5932df,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x4b54fa},_0x148bfa={};_0x148bfa[_0x3af019]=_0x32af7f;const _0x5cc38a=_0x148bfa;if(_0x2e4937[_0xc989ea(0x1ff)](_0xb3d420,HookState[_0xc989ea(0x248)])){const _0xcb6a23={[TestFrameworkConstants['KEY_HOOK_ID']]:_0x4f9551,[TestFrameworkConstants[_0xc989ea(0x1bf)]]:TestFrameworkConstants[_0xc989ea(0x1d5)],[TestFrameworkConstants[_0xc989ea(0x23f)]]:_0x2cf95a['started_at'],[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0xc989ea(0x23c)]]:_0x2cf95a[_0xc989ea(0x1c0)],[TestFrameworkConstants[_0xc989ea(0x1d2)]]:_0x540914};_0xcb6a23[_0xc989ea(0x1e3)]=_0x515e2c;const _0x5bcaf9=_0xcb6a23;_0x5932df[_0x515e2c][_0xc989ea(0x1cb)](_0x5bcaf9),_0x5cc38a[_0x3af019][TestFrameworkConstants[_0xc989ea(0x1f8)]]=_0x515e2c,logger[_0xc989ea(0x1ca)](_0xc989ea(0x1bb)+_0x515e2c+'\x20&\x20hook\x20=\x20'+_0x5bcaf9+_0xc989ea(0x237)+_0x334f5a);}else{if(_0x2e4937[_0xc989ea(0x1ff)](_0xb3d420,HookState[_0xc989ea(0x1b3)])){const _0x13e736=_0x2cf95a['result'],_0x512598=_0x5932df[_0x515e2c]||[];logger['debug'](_0xc989ea(0x233)+_0x512598+'\x20and\x20args\x20=\x20'+_0x334f5a);if(_0x2e4937[_0xc989ea(0x19f)](_0x512598[_0xc989ea(0x18e)],0x0)){const _0x5f0684=_0x512598[_0xc989ea(0x211)]();_0x2e4937[_0xc989ea(0x1ff)](_0x2cf95a[_0xc989ea(0x1b9)],_0x2e4937[_0xc989ea(0x17f)])&&_0x2cf95a[_0xc989ea(0x17d)]?(_0x5f0684[TestFrameworkConstants[_0xc989ea(0x1a4)]]=_0x2cf95a[_0xc989ea(0x201)]||_0x2e4937[_0xc989ea(0x1bd)],_0x5f0684[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]=_0x2cf95a[_0xc989ea(0x1a2)]||'',_0x5f0684[TestFrameworkConstants['KEY_HOOK_FAILURE']]=_0x2cf95a['failure_data']):_0x5f0684[TestFrameworkConstants[_0xc989ea(0x1bf)]]=_0x2e4937[_0xc989ea(0x23e)];_0x2e4937[_0xc989ea(0x222)](_0x13e736,TestFrameworkConstants[_0xc989ea(0x1d5)])&&(_0x5f0684[TestFrameworkConstants[_0xc989ea(0x1bf)]]=_0x13e736);_0x5f0684[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x2cf95a[_0xc989ea(0x1ba)]||new Date()[_0xc989ea(0x1b8)](),_0x5f0684[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x540914;const _0x1929cf=_0x5f0684[TestFrameworkConstants[_0xc989ea(0x1ed)]];!_0x4b54fa[_0x515e2c]&&(_0x4b54fa[_0x515e2c]=[]),_0x4b54fa[_0x515e2c]['push'](_0x5f0684),_0x5cc38a[_0x3af019][TestFrameworkConstants[_0xc989ea(0x190)]]=_0x515e2c;}}}return logger['debug'](_0xc989ea(0x20b)+_0x2cf95a['hook_type']+_0xc989ea(0x1e4)+_0x4f9551+_0xc989ea(0x1ec)+_0x3af019),_0x5cc38a;}[a70_0x24dd00(0x1a9)](_0x489c85){const _0x5cc096=a70_0x24dd00,_0x85a140={};_0x85a140['aLHas']='base64';const _0xe28310=_0x85a140;try{const _0x15310a=_0x489c85[_0x5cc096(0x1d6)]?_0x489c85['test']['id']:_0x489c85[_0x5cc096(0x23b)][_0x5cc096(0x1fe)],_0x4e6324=_0x489c85[_0x5cc096(0x1cf)],_0x3d62b5=_0x4e6324[_0x5cc096(0x1a1)](),_0x84efed=_0x4e6324[_0x5cc096(0x212)]()[_0x5cc096(0x1f6)](_0x15310a);if(!_0x84efed)return logger[_0x5cc096(0x1ca)]('createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x15310a),{};logger['debug'](_0x5cc096(0x221)+_0x15310a);const {[TestFrameworkConstants[_0x5cc096(0x22f)]]:_0x17ec04='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x403635='',[TestFrameworkConstants[_0x5cc096(0x198)]]:_0x10a1b4='',[TestFrameworkConstants[_0x5cc096(0x18a)]]:_0x2a7bb4=''}=_0x84efed,_0x2f26c6=_0x4e6324['getCurrentTestState']()[_0x5cc096(0x20d)]()['split']('.')[0x1],_0x22b44a=_0x4e6324['getCurrentHookState']()[_0x5cc096(0x20d)]()[_0x5cc096(0x1ce)]('.')[0x1],_0x6f2065=global?.[_0x5cc096(0x19e)]?.[_0x5cc096(0x1e0)]?.[_0x5cc096(0x1ac)],_0x4dfb10=_0x4e6324['getRef'](),_0x3c1178=Buffer[_0x5cc096(0x1d7)](JSON[_0x5cc096(0x225)](_0x84efed))[_0x5cc096(0x20d)](_0xe28310[_0x5cc096(0x199)]),_0x3b835d={'hash':_0x3d62b5['getId'](),'threadId':_0x3d62b5[_0x5cc096(0x242)]()['toString'](),'processId':_0x3d62b5[_0x5cc096(0x234)]()['toString']()},_0x3e940a={};_0x3e940a[_0x5cc096(0x207)]=_0x6f2065,_0x3e940a[_0x5cc096(0x1ab)]=_0x17ec04,_0x3e940a[_0x5cc096(0x226)]=_0x403635,_0x3e940a[_0x5cc096(0x1fa)]=_0x2f26c6,_0x3e940a[_0x5cc096(0x204)]=_0x22b44a,_0x3e940a['startedAt']=_0x10a1b4,_0x3e940a[_0x5cc096(0x24a)]=_0x2a7bb4,_0x3e940a[_0x5cc096(0x193)]=_0x4dfb10,_0x3e940a[_0x5cc096(0x1e7)]=_0x3c1178,_0x3e940a[_0x5cc096(0x24d)]=_0x3b835d;const _0x14f2ca=_0x3e940a;return logger['debug']('createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20'+_0x15310a+_0x5cc096(0x1e8)+_0x2f26c6+_0x5cc096(0x1b7)+_0x22b44a),_0x14f2ca;}catch(_0xe44a01){return logger['error']('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util[_0x5cc096(0x1ea)](_0xe44a01)),{};}}async[a70_0x24dd00(0x183)](_0x262b35,_0x126b04,_0x3d7c39){const _0x158bf0=a70_0x24dd00,_0xcecbbb={'VbPFR':function(_0x5f2877,_0x5c1b1f,_0x25d43c){return _0x5f2877(_0x5c1b1f,_0x25d43c);},'DJVBZ':function(_0x26992a,_0x447dae){return _0x26992a===_0x447dae;},'TpZpm':'sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping','TydwY':function(_0x1dd5b4,_0x5214a5){return _0x1dd5b4/_0x5214a5;},'lIQfr':function(_0xd2a8c,_0x11b17e){return _0xd2a8c<_0x11b17e;},'TwPCh':function(_0x212f68,_0x51ee25){return _0x212f68*_0x51ee25;},'YBzuH':function(_0x3ce332,_0x44b996){return _0x3ce332+_0x44b996;},'gBMOK':function(_0x4bd574,_0x523303){return _0x4bd574+_0x523303;},'Woozd':_0x158bf0(0x184)};try{const _0x2154e0=_0x3d7c39[_0x158bf0(0x19c)],_0x22e9f3=_0x262b35[_0x158bf0(0x212)]()[_0x158bf0(0x1f6)](_0x2154e0),{[TestFrameworkConstants[_0x158bf0(0x22f)]]:_0x1da871='',[TestFrameworkConstants[_0x158bf0(0x203)]]:_0x5b3ea2=''}=_0x22e9f3,_0x154109=TestInfo[_0x158bf0(0x1a0)](_0x2154e0),_0x466214=TestInfo[_0x158bf0(0x196)](_0x2154e0)[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x15b89f=_0xcecbbb['VbPFR'](getMediaArtifactsLogs,_0x466214,_0x262b35['getAllData']()['get'](_0x2154e0)[TestFrameworkConstants['KEY_TEST_UUID']]),_0x4d83f9=(_0x154109||[])['concat'](_0x15b89f||[]);if(!_0x4d83f9||_0xcecbbb[_0x158bf0(0x1b2)](_0x4d83f9[_0x158bf0(0x18e)],0x0)){logger[_0x158bf0(0x1ca)](_0xcecbbb[_0x158bf0(0x245)]);return;}const _0x1bf535=0x28,_0x357640=Math[_0x158bf0(0x1b0)](_0xcecbbb['TydwY'](_0x4d83f9[_0x158bf0(0x18e)],_0x1bf535));for(let _0x3ddd15=0x0;_0xcecbbb[_0x158bf0(0x216)](_0x3ddd15,_0x357640);_0x3ddd15++){const _0x9e8df4=_0xcecbbb['TwPCh'](_0x3ddd15,_0x1bf535),_0x5c4319=_0xcecbbb['YBzuH'](_0x9e8df4,_0x1bf535),_0x3bed52=_0x4d83f9['slice'](_0x9e8df4,_0x5c4319),_0x15f8e9={'platformIndex':'0','logs':_0x3bed52,'testFrameworkName':_0x1da871,'testFrameworkVersion':_0x5b3ea2,'testFrameworkState':_0x126b04[_0x158bf0(0x20d)]()['split']('.')[0x1]};logger[_0x158bf0(0x1ca)](_0x158bf0(0x238)+_0x2154e0+_0x158bf0(0x236)+_0xcecbbb[_0x158bf0(0x1f4)](_0x3ddd15,0x1)+'/'+_0x357640+_0x158bf0(0x239)+util['inspect'](_0x15f8e9));const _0x101167=await GrpcClient[_0x158bf0(0x23a)]()[_0x158bf0(0x22b)](_0x15f8e9);logger['debug'](_0x158bf0(0x238)+_0x2154e0+_0x158bf0(0x236)+_0xcecbbb[_0x158bf0(0x1f4)](_0x3ddd15,0x1)+'/'+_0x357640+_0x158bf0(0x1b1)+util[_0x158bf0(0x218)](_0x101167));}}catch(_0x1a2773){logger[_0x158bf0(0x20f)]('sendLogCreatedEvent:\x20Error\x20in\x20sending\x20log\x20events:\x20'+util[_0x158bf0(0x1ea)](_0x1a2773));}logger['debug'](_0xcecbbb['Woozd']);}[a70_0x24dd00(0x1f2)](_0x125ea0,_0xe974a1,_0x5287a0,_0x560827,_0x1e56c3){const _0x37c738=a70_0x24dd00,_0x38878f={'testId':_0xe974a1,'testFrameworkState':_0x5287a0,'hookState':_0x560827,'args':_0x1e56c3,'timestamp':new Date()[_0x37c738(0x1b8)]()};_0x125ea0[_0x37c738(0x1a5)](_0xe974a1,_0x38878f),logger[_0x37c738(0x1ca)](_0x37c738(0x246)+_0xe974a1+_0x37c738(0x1d8)+_0x5287a0+',\x20hookState:\x20'+_0x560827);}async[a70_0x24dd00(0x202)](_0x99bb6d,_0xd0b0b9){const _0x30350f=a70_0x24dd00,_0x587444={};_0x587444[_0x30350f(0x1c4)]=function(_0x5e8c46,_0x4a6ce5){return _0x5e8c46>_0x4a6ce5;};const _0x3c725c=_0x587444;if(!_0x99bb6d[_0x30350f(0x1f9)](_0xd0b0b9))return;const _0x5b8023=_0x99bb6d[_0x30350f(0x1c5)](_0xd0b0b9);logger[_0x30350f(0x1ca)](_0x30350f(0x1be)+_0x5b8023['length']+_0x30350f(0x18b)+_0xd0b0b9);for(const _0x15620c of _0x5b8023){try{const _0x5c6dce=await this[_0x30350f(0x182)](_0x99bb6d,_0x15620c['testFrameworkState'],_0x15620c[_0x30350f(0x204)],_0x15620c[_0x30350f(0x1c7)]);_0x5c6dce&&_0x3c725c['jBHhg'](Object[_0x30350f(0x20a)](_0x5c6dce)['length'],0x0)&&_0x99bb6d['addMultipleEntries'](_0x5c6dce),await this['runHooks'](_0x99bb6d,_0x15620c[_0x30350f(0x1fa)],_0x15620c['hookState'],_0x15620c[_0x30350f(0x1c7)]);}catch(_0x535be1){logger[_0x30350f(0x20f)](_0x30350f(0x214)+_0xd0b0b9+_0x30350f(0x24c)+_0x535be1);}}_0x99bb6d[_0x30350f(0x1a3)](_0xd0b0b9),logger['debug'](_0x30350f(0x240)+_0xd0b0b9);}}module[a70_0x24dd00(0x195)]=CucumberTestFramework;
|
|
1
|
+
const a70_0x3a789f=a70_0x2be8;(function(_0x22518d,_0x26cc24){const _0x2a37e1=a70_0x2be8,_0x5af923=_0x22518d();while(!![]){try{const _0x4aae2a=parseInt(_0x2a37e1(0x1a1))/0x1+-parseInt(_0x2a37e1(0x17c))/0x2*(-parseInt(_0x2a37e1(0x164))/0x3)+-parseInt(_0x2a37e1(0x1be))/0x4*(parseInt(_0x2a37e1(0x1b5))/0x5)+parseInt(_0x2a37e1(0x1e1))/0x6*(parseInt(_0x2a37e1(0x175))/0x7)+-parseInt(_0x2a37e1(0x13b))/0x8+parseInt(_0x2a37e1(0x14f))/0x9+parseInt(_0x2a37e1(0x195))/0xa;if(_0x4aae2a===_0x26cc24)break;else _0x5af923['push'](_0x5af923['shift']());}catch(_0x3389df){_0x5af923['push'](_0x5af923['shift']());}}}(a70_0x33dd,0x4d098));function a70_0x2be8(_0x31a8dc,_0x1e5315){const _0x33dd4d=a70_0x33dd();return a70_0x2be8=function(_0x2be802,_0x38bda0){_0x2be802=_0x2be802-0x119;let _0x455ac3=_0x33dd4d[_0x2be802];return _0x455ac3;},a70_0x2be8(_0x31a8dc,_0x1e5315);}const TestFramework=require(a70_0x3a789f(0x1d7)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a70_0x3a789f(0x196)),{createClassLogger}=require(a70_0x3a789f(0x1d6)),TestFrameworkInstance=require(a70_0x3a789f(0x1ac)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a70_0x3a789f(0x1d5)),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),logger=createClassLogger(a70_0x3a789f(0x1a7)),{v4:uuidv4}=require(a70_0x3a789f(0x144)),util=require(a70_0x3a789f(0x151)),TestInfo=require(a70_0x3a789f(0x1de)),GrpcClient=require(a70_0x3a789f(0x127));class CucumberTestFramework extends TestFramework{constructor(_0x1bb292,_0x542df2,_0x1b1617){super(_0x1bb292,_0x542df2,_0x1b1617);}async[a70_0x3a789f(0x1cf)](_0x145e68,_0x3a501c,_0x13dbfd={}){const _0x27a972=a70_0x3a789f,_0x12dead={};_0x12dead['almRc']=_0x27a972(0x163),_0x12dead[_0x27a972(0x1c3)]=function(_0x33ad35,_0x182a99){return _0x33ad35===_0x182a99;},_0x12dead[_0x27a972(0x1b1)]=_0x27a972(0x15b);const _0x5b0fac=_0x12dead;await super[_0x27a972(0x1cf)](_0x145e68,_0x3a501c,_0x13dbfd);const _0x429100=this[_0x27a972(0x154)](_0x145e68,_0x3a501c,_0x13dbfd);if(!_0x429100){logger[_0x27a972(0x1db)](_0x5b0fac['almRc']);return;}try{let _0x3cf385,_0x24070c;switch(_0x145e68){case TestFrameworkState[_0x27a972(0x1ce)]:_0x3cf385=_0x13dbfd[_0x27a972(0x123)],_0x24070c=TestInfo['getTestUUID'](_0x3cf385['id']);if(_0x5b0fac[_0x27a972(0x1c3)](_0x3a501c,HookState[_0x27a972(0x162)])){logger[_0x27a972(0x1db)](_0x27a972(0x133)+_0x3cf385['id']);const _0x52eb26={};_0x52eb26['testUUID']=_0x24070c,_0x52eb26[_0x27a972(0x12a)]=_0x3cf385,_0x429100[_0x27a972(0x1c1)](this['parseCucumberTest'](_0x52eb26)),logger[_0x27a972(0x1db)]('trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20'+_0x3cf385['id']),await this[_0x27a972(0x16c)](_0x429100,_0x3cf385['id']);}else{if(_0x5b0fac[_0x27a972(0x1c3)](_0x3a501c,HookState[_0x27a972(0x128)])){const _0x1ab6dd={};_0x1ab6dd['testUUID']=_0x24070c,_0x1ab6dd['testData']=_0x3cf385,_0x429100[_0x27a972(0x1c1)](this[_0x27a972(0x1ae)](_0x1ab6dd)),await this[_0x27a972(0x16c)](_0x429100,_0x3cf385['id']);}}break;case TestFrameworkState['LOG_REPORT']:_0x5b0fac[_0x27a972(0x1c3)](_0x3a501c,HookState[_0x27a972(0x128)])&&await this['sendLogCreatedEvent'](_0x429100,_0x145e68,_0x13dbfd);break;default:if(CLIUtils[_0x27a972(0x1dc)](_0x145e68[_0x27a972(0x1d4)]()[_0x27a972(0x173)]('.')[0x1])){const _0x2750d7=await this['trackHookEvent'](_0x429100,_0x145e68,_0x3a501c,_0x13dbfd);_0x429100['addMultipleEntries'](_0x2750d7);}else logger[_0x27a972(0x1db)]('trackEvent:\x20unsupported\x20testFrameworkState='+_0x145e68+_0x27a972(0x1e2)+_0x3a501c);break;}}catch(_0x30ca6f){logger['error'](util['format'](_0x5b0fac[_0x27a972(0x1b1)],_0x145e68,_0x3a501c,_0x13dbfd[_0x27a972(0x119)],_0x30ca6f));}_0x13dbfd['instance']=_0x429100,await this['runHooks'](_0x429100,_0x145e68,_0x3a501c,_0x13dbfd);}[a70_0x3a789f(0x154)](_0x4de4c2,_0x39539e,_0x48e39d={}){const _0x1f219f=a70_0x3a789f,_0x10b620={};_0x10b620[_0x1f219f(0x1ca)]=function(_0x56526f,_0x608c1c){return _0x56526f===_0x608c1c;};const _0x45161b=_0x10b620;let _0x2a5a1a=null;return(_0x45161b[_0x1f219f(0x1ca)](_0x4de4c2,TestFrameworkState[_0x1f219f(0x1bd)])||_0x45161b[_0x1f219f(0x1ca)](_0x4de4c2,TestFrameworkState['NONE']))&&this['trackCucumberInstance'](_0x4de4c2,_0x48e39d),_0x2a5a1a=TestFramework[_0x1f219f(0x11f)](),_0x2a5a1a;}[a70_0x3a789f(0x1c7)](_0x444140,_0x1feda5){const _0x1b72a2=a70_0x3a789f,_0x515c6e=CLIUtils[_0x1b72a2(0x126)](),_0x2cab72=TrackedInstance[_0x1b72a2(0x168)](_0x515c6e);let _0x2979b6=null;logger[_0x1b72a2(0x1db)](_0x1b72a2(0x183)+_0x515c6e+_0x1b72a2(0x1d3)+_0x444140),_0x2979b6=new TestFrameworkInstance(_0x2cab72,this[_0x1b72a2(0x177)](),this[_0x1b72a2(0x13e)](),_0x444140,HookState[_0x1b72a2(0x146)]),TestFramework['setTrackedInstance'](_0x2cab72,_0x2979b6),logger[_0x1b72a2(0x1db)](_0x1b72a2(0x15f)+_0x2cab72[_0x1b72a2(0x11c)]()+_0x1b72a2(0x140)+_0x515c6e);}['parseCucumberTest'](_0x767f25){const _0x50b9d6=a70_0x3a789f,_0x42986b={};_0x42986b[_0x50b9d6(0x19f)]=_0x50b9d6(0x1a4);const _0x527007=_0x42986b,{testUUID:_0x480a38,testData:_0x2bd4e9}=_0x767f25;if(!_0x2bd4e9||!_0x2bd4e9[_0x50b9d6(0x144)])return logger[_0x50b9d6(0x1db)](_0x527007['phqMz']),{};const _0x3905ad=_0x2bd4e9[_0x50b9d6(0x144)],_0x3f21cb=_0x2bd4e9[_0x50b9d6(0x144)],_0x3f89a3=this['getTestFrameworks']()[0x0],_0x1d24f0=this[_0x50b9d6(0x13e)](),_0x496a0d={[TestFrameworkConstants[_0x50b9d6(0x17d)]]:_0x3f89a3,[TestFrameworkConstants[_0x50b9d6(0x1c6)]]:_0x1d24f0[_0x3f89a3],[TestFrameworkConstants[_0x50b9d6(0x12e)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants[_0x50b9d6(0x131)]]:{},[TestFrameworkConstants[_0x50b9d6(0x1dd)]]:_0x3905ad,[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x50b9d6(0x17b)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x2bd4e9[_0x50b9d6(0x12c)]||'',[TestFrameworkConstants[_0x50b9d6(0x11b)]]:_0x2bd4e9[_0x50b9d6(0x156)]||'',[TestFrameworkConstants['KEY_TEST_ID']]:_0x3f21cb,[TestFrameworkConstants[_0x50b9d6(0x150)]]:_0x2bd4e9['name']||'',[TestFrameworkConstants[_0x50b9d6(0x137)]]:_0x2bd4e9[_0x50b9d6(0x122)]||'',[TestFrameworkConstants[_0x50b9d6(0x19a)]]:_0x2bd4e9[_0x50b9d6(0x187)]?.['code']||null,[TestFrameworkConstants[_0x50b9d6(0x198)]]:_0x2bd4e9[_0x50b9d6(0x159)]||[],[TestFrameworkConstants[_0x50b9d6(0x167)]]:_0x2bd4e9[_0x50b9d6(0x14b)]||new Date()[_0x50b9d6(0x194)](),[TestFrameworkConstants[_0x50b9d6(0x1c4)]]:_0x2bd4e9[_0x50b9d6(0x11e)]?.[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x2bd4e9[_0x50b9d6(0x11e)]||[],[TestFrameworkConstants[_0x50b9d6(0x18d)]]:_0x2bd4e9[_0x50b9d6(0x1ad)]?.[_0x50b9d6(0x193)]||_0x2bd4e9[_0x50b9d6(0x12c)]||'',[TestFrameworkConstants[_0x50b9d6(0x142)]]:{},[TestFrameworkConstants[_0x50b9d6(0x1d9)]]:_0x2bd4e9[_0x50b9d6(0x152)]||{}};TestInfo[_0x50b9d6(0x1b7)](_0x3f21cb,_0x496a0d),logger[_0x50b9d6(0x1db)]('Parsed\x20cucumber\x20test:\x20'+_0x2bd4e9['name']+_0x50b9d6(0x17a)+_0x3905ad);const _0x11216d={};return _0x11216d[_0x3f21cb]=_0x496a0d,_0x11216d;}[a70_0x3a789f(0x1ae)](_0x40fb72){const _0x3c4e3e=a70_0x3a789f,_0x3abb10={'OTxQX':_0x3c4e3e(0x170),'HGmNA':_0x3c4e3e(0x147),'kxNZj':function(_0x14a62d,_0x43f1db){return _0x14a62d===_0x43f1db;},'YaFBm':_0x3c4e3e(0x14a),'kkQGo':_0x3c4e3e(0x1a6),'cLfyW':function(_0x59826f,_0x5e7064,_0x348749){return _0x59826f(_0x5e7064,_0x348749);},'ycYEl':function(_0x564938,_0x280b6d){return _0x564938>_0x280b6d;},'MRrrj':function(_0x40660a,_0x3c4164){return _0x40660a>_0x3c4164;}},{testUUID:_0x296f55,testData:_0x51938c}=_0x40fb72;if(!_0x51938c||!_0x51938c[_0x3c4e3e(0x144)])return logger[_0x3c4e3e(0x1db)](_0x3abb10[_0x3c4e3e(0x1a2)]),{};const _0x68c9f4=this[_0x3c4e3e(0x154)](TestFrameworkState[_0x3c4e3e(0x1ce)],HookState['POST']),_0x344b2e=_0x51938c[_0x3c4e3e(0x144)],_0x536c23=TestInfo['getTestDetails'](_0x344b2e)||{},_0x3d0e6a=_0x536c23?_0x536c23[TestFrameworkConstants[_0x3c4e3e(0x142)]]||{}:{},_0x2e0a6a={..._0x536c23,[TestFrameworkConstants[_0x3c4e3e(0x14c)]]:_0x51938c[_0x3c4e3e(0x143)]||_0x3abb10[_0x3c4e3e(0x14e)],[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x51938c[_0x3c4e3e(0x18c)]||new Date()[_0x3c4e3e(0x194)](),[TestFrameworkConstants[_0x3c4e3e(0x188)]]:new Date()[_0x3c4e3e(0x194)](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x3d0e6a,[TestFrameworkConstants[_0x3c4e3e(0x166)]]:[],[TestFrameworkConstants[_0x3c4e3e(0x1d9)]]:_0x51938c['meta']||{}};_0x3abb10['kxNZj'](_0x51938c['result'],_0x3abb10['YaFBm'])&&_0x51938c[_0x3c4e3e(0x18b)]&&(_0x2e0a6a[TestFrameworkConstants[_0x3c4e3e(0x135)]]=_0x51938c[_0x3c4e3e(0x172)]||_0x3abb10[_0x3c4e3e(0x124)],_0x2e0a6a[TestFrameworkConstants[_0x3c4e3e(0x1b9)]]=_0x51938c['failure_reason']||'',_0x2e0a6a[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x51938c[_0x3c4e3e(0x18b)]);const _0x28d6ef=TestInfo[_0x3c4e3e(0x15c)](_0x344b2e)[TestFrameworkConstants[_0x3c4e3e(0x145)]]||{},_0x432c76=_0x3abb10['cLfyW'](getManualUploadLogs,_0x28d6ef,_0x68c9f4[_0x3c4e3e(0x1a8)]()['get'](_0x344b2e)[TestFrameworkConstants[_0x3c4e3e(0x1dd)]]);if(_0x3abb10[_0x3c4e3e(0x132)](_0x432c76[_0x3c4e3e(0x119)],0x0)){const _0x16b932=_0x2e0a6a[TestFrameworkConstants[_0x3c4e3e(0x166)]]||[];_0x2e0a6a[TestFrameworkConstants[_0x3c4e3e(0x166)]]=[..._0x16b932,..._0x432c76];}_0x51938c['hooks']&&_0x3abb10[_0x3c4e3e(0x1cd)](_0x51938c[_0x3c4e3e(0x185)][_0x3c4e3e(0x119)],0x0)&&(_0x2e0a6a[TestFrameworkConstants[_0x3c4e3e(0x192)]]=_0x51938c[_0x3c4e3e(0x185)]);TestInfo['setTestDetails'](_0x344b2e,_0x2e0a6a),logger[_0x3c4e3e(0x1db)]('Updated\x20cucumber\x20test\x20result:\x20'+_0x51938c[_0x3c4e3e(0x12c)]+_0x3c4e3e(0x1bc)+_0x51938c[_0x3c4e3e(0x143)]);const _0x305e9f={};return _0x305e9f[_0x344b2e]=_0x2e0a6a,_0x305e9f;}async[a70_0x3a789f(0x197)](_0x580391,_0x64bbb8,_0x2d50b8,_0x586351){const _0x2a190c=a70_0x3a789f,_0x49c514={'AypFY':_0x2a190c(0x16a),'KGjgB':function(_0x3fb037){return _0x3fb037();},'nrMro':function(_0x1e8536,_0x33ca02){return _0x1e8536 in _0x33ca02;},'TDYVC':function(_0x3dffdb,_0x40af86){return _0x3dffdb===_0x40af86;},'WIFft':function(_0x6e5664,_0x5bc8e4){return _0x6e5664>_0x5bc8e4;},'DCGMI':function(_0x2a4ff5,_0x97903b){return _0x2a4ff5===_0x97903b;},'syxFD':_0x2a190c(0x14a),'lkbtW':_0x2a190c(0x1a6),'izPeE':_0x2a190c(0x17f),'mGtkz':function(_0x119630,_0xec9fd7){return _0x119630!==_0xec9fd7;}},{hookData:_0x1fe5da}=_0x586351;if(!_0x1fe5da)return logger[_0x2a190c(0x1db)](_0x49c514['AypFY']),{};const _0x25f9fc=_0x1fe5da['uuid']||_0x49c514[_0x2a190c(0x160)](uuidv4),_0x4d7ab2=_0x1fe5da[_0x2a190c(0x125)],_0x1e1972=_0x64bbb8[_0x2a190c(0x1d4)]()[_0x2a190c(0x173)]('.')[0x1],_0x227b66=TestInfo['getTestDetails'](_0x4d7ab2)[TestFrameworkConstants[_0x2a190c(0x142)]]||{},_0x6b8270=_0x580391[_0x2a190c(0x1a8)]()[_0x2a190c(0x134)](_0x4d7ab2);if(!_0x6b8270)return logger['debug'](_0x2a190c(0x13f)+_0x4d7ab2+',\x20storing\x20as\x20pending\x20hook'),this['storePendingHook'](_0x580391,_0x4d7ab2,_0x64bbb8,_0x2d50b8,_0x586351),{};let _0x119213=_0x6b8270[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x119213&&(_0x119213={});!_0x49c514[_0x2a190c(0x169)](_0x1e1972,_0x119213)&&(_0x119213[_0x1e1972]=[]);let _0x34e6e3=_0x6b8270[TestFrameworkConstants[_0x2a190c(0x192)]];!_0x34e6e3&&(_0x34e6e3={});!_0x49c514[_0x2a190c(0x169)](_0x1e1972,_0x34e6e3)&&(_0x34e6e3[_0x1e1972]=[]);const _0x3f4be3={[TestFrameworkConstants[_0x2a190c(0x131)]]:_0x119213,[TestFrameworkConstants[_0x2a190c(0x192)]]:_0x34e6e3},_0x464a89={};_0x464a89[_0x4d7ab2]=_0x3f4be3;const _0x4d03a4=_0x464a89;if(_0x49c514[_0x2a190c(0x158)](_0x2d50b8,HookState[_0x2a190c(0x162)])){const _0x3ae3cc={[TestFrameworkConstants[_0x2a190c(0x1b4)]]:_0x25f9fc,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0x2a190c(0x149)],[TestFrameworkConstants[_0x2a190c(0x1b3)]]:_0x1fe5da[_0x2a190c(0x148)],[TestFrameworkConstants[_0x2a190c(0x141)]]:[],[TestFrameworkConstants[_0x2a190c(0x179)]]:_0x1fe5da[_0x2a190c(0x12f)],[TestFrameworkConstants[_0x2a190c(0x142)]]:_0x227b66};_0x3ae3cc[_0x2a190c(0x1a9)]=_0x1e1972;const _0xf651cd=_0x3ae3cc;_0x119213[_0x1e1972][_0x2a190c(0x19d)](_0xf651cd),_0x4d03a4[_0x4d7ab2][TestFrameworkConstants[_0x2a190c(0x1b2)]]=_0x1e1972,logger['debug'](_0x2a190c(0x171)+_0x1e1972+_0x2a190c(0x19c)+_0xf651cd+_0x2a190c(0x1e0)+_0x586351);}else{if(_0x49c514['TDYVC'](_0x2d50b8,HookState[_0x2a190c(0x128)])){const _0xaa3a11=_0x1fe5da[_0x2a190c(0x143)],_0x32e292=_0x119213[_0x1e1972]||[];logger[_0x2a190c(0x1db)](_0x2a190c(0x1c2)+_0x32e292+_0x2a190c(0x176)+_0x586351);if(_0x49c514[_0x2a190c(0x1cc)](_0x32e292[_0x2a190c(0x119)],0x0)){const _0x39ff4d=_0x32e292[_0x2a190c(0x1a0)]();_0x49c514[_0x2a190c(0x1bf)](_0x1fe5da[_0x2a190c(0x143)],_0x49c514[_0x2a190c(0x1e5)])&&_0x1fe5da[_0x2a190c(0x18f)]?(_0x39ff4d[TestFrameworkConstants[_0x2a190c(0x191)]]=_0x1fe5da[_0x2a190c(0x172)]||_0x49c514[_0x2a190c(0x1d2)],_0x39ff4d[TestFrameworkConstants[_0x2a190c(0x1c0)]]=_0x1fe5da[_0x2a190c(0x1aa)]||'',_0x39ff4d[TestFrameworkConstants[_0x2a190c(0x1c5)]]=_0x1fe5da[_0x2a190c(0x18f)]):_0x39ff4d[TestFrameworkConstants[_0x2a190c(0x1a5)]]=_0x49c514[_0x2a190c(0x1da)];_0x49c514['mGtkz'](_0xaa3a11,TestFrameworkConstants[_0x2a190c(0x149)])&&(_0x39ff4d[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0xaa3a11);_0x39ff4d[TestFrameworkConstants[_0x2a190c(0x165)]]=_0x1fe5da[_0x2a190c(0x15a)]||new Date()[_0x2a190c(0x194)](),_0x39ff4d[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x227b66;const _0x2ba439=_0x39ff4d[TestFrameworkConstants[_0x2a190c(0x1b4)]];!_0x34e6e3[_0x1e1972]&&(_0x34e6e3[_0x1e1972]=[]),_0x34e6e3[_0x1e1972][_0x2a190c(0x19d)](_0x39ff4d),_0x4d03a4[_0x4d7ab2][TestFrameworkConstants[_0x2a190c(0x189)]]=_0x1e1972;}}}return logger[_0x2a190c(0x1db)](_0x2a190c(0x199)+_0x1fe5da[_0x2a190c(0x12f)]+_0x2a190c(0x1d8)+_0x25f9fc+'\x20for\x20test:\x20'+_0x4d7ab2),_0x4d03a4;}['createTestFrameworkEventPayload'](_0x580092){const _0x178e6b=a70_0x3a789f,_0x100c4e={};_0x100c4e[_0x178e6b(0x1a3)]=_0x178e6b(0x1ba);const _0x254fc1=_0x100c4e;try{const _0x395ad0=_0x580092[_0x178e6b(0x123)]?_0x580092[_0x178e6b(0x123)]['id']:_0x580092[_0x178e6b(0x1e4)][_0x178e6b(0x125)],_0x17ed5f=_0x580092[_0x178e6b(0x1b6)],_0x1b8938=_0x17ed5f['getContext'](),_0xd3cc2a=_0x17ed5f[_0x178e6b(0x1a8)]()['get'](_0x395ad0);if(!_0xd3cc2a)return logger[_0x178e6b(0x1db)](_0x178e6b(0x155)+_0x395ad0),{};logger['debug'](_0x178e6b(0x1d0)+_0x395ad0);const {[TestFrameworkConstants[_0x178e6b(0x17d)]]:_0x332efc='',[TestFrameworkConstants[_0x178e6b(0x1c6)]]:_0x41c478='',[TestFrameworkConstants[_0x178e6b(0x167)]]:_0x405a6d='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x54dd43=''}=_0xd3cc2a,_0x3ff64b=_0x17ed5f[_0x178e6b(0x14d)]()['toString']()[_0x178e6b(0x173)]('.')[0x1],_0x1a3291=_0x17ed5f[_0x178e6b(0x153)]()[_0x178e6b(0x1d4)]()['split']('.')[0x1],_0x3c3572=global?.['__workerDetails']?.[_0x178e6b(0x16f)]?.[_0x178e6b(0x178)],_0x4c5ce0=_0x17ed5f['getRef'](),_0x563637=Buffer[_0x178e6b(0x15e)](JSON[_0x178e6b(0x181)](_0xd3cc2a))['toString'](_0x254fc1[_0x178e6b(0x1a3)]),_0x8e22e2={'hash':_0x1b8938[_0x178e6b(0x11c)](),'threadId':_0x1b8938['getThreadId']()[_0x178e6b(0x1d4)](),'processId':_0x1b8938[_0x178e6b(0x139)]()[_0x178e6b(0x1d4)]()},_0x50521f={};_0x50521f['platformIndex']=_0x3c3572,_0x50521f[_0x178e6b(0x138)]=_0x332efc,_0x50521f['testFrameworkVersion']=_0x41c478,_0x50521f['testFrameworkState']=_0x3ff64b,_0x50521f[_0x178e6b(0x180)]=_0x1a3291,_0x50521f[_0x178e6b(0x14b)]=_0x405a6d,_0x50521f[_0x178e6b(0x1c8)]=_0x54dd43,_0x50521f[_0x178e6b(0x144)]=_0x4c5ce0,_0x50521f[_0x178e6b(0x1cb)]=_0x563637,_0x50521f['executionContext']=_0x8e22e2;const _0x2a9744=_0x50521f;return logger[_0x178e6b(0x1db)]('createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20'+_0x395ad0+'\x20testState:\x20'+_0x3ff64b+'\x20hookState:\x20'+_0x1a3291),_0x2a9744;}catch(_0x1d3c24){return logger[_0x178e6b(0x1bb)](_0x178e6b(0x1d1)+util[_0x178e6b(0x121)](_0x1d3c24)),{};}}async['sendLogCreatedEvent'](_0x2b5c8c,_0x532c6e,_0x4af063){const _0x122b6e=a70_0x3a789f,_0x3dc1d5={'rgaNO':function(_0x53200d,_0x56f326,_0x3b6e61){return _0x53200d(_0x56f326,_0x3b6e61);},'QFSJd':function(_0x213adc,_0x4fcba9){return _0x213adc===_0x4fcba9;},'jwbUz':_0x122b6e(0x130),'SlTWd':function(_0x18b220,_0x453912){return _0x18b220/_0x453912;},'ztTBA':function(_0x3a6429,_0xaa174a){return _0x3a6429<_0xaa174a;},'EtvCj':function(_0x184ea5,_0x2730eb){return _0x184ea5*_0x2730eb;},'yQWti':function(_0x437d94,_0x1215da){return _0x437d94+_0x1215da;},'GXJxC':_0x122b6e(0x174)};try{const _0x14751f=_0x4af063[_0x122b6e(0x182)],_0x2de7e5=_0x2b5c8c[_0x122b6e(0x1a8)]()[_0x122b6e(0x134)](_0x14751f),{[TestFrameworkConstants[_0x122b6e(0x17d)]]:_0x93e4ec='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x2ee929=''}=_0x2de7e5,_0x50eb5f=TestInfo[_0x122b6e(0x161)](_0x14751f),_0x3db93d=TestInfo[_0x122b6e(0x15c)](_0x14751f)[TestFrameworkConstants[_0x122b6e(0x145)]]||{},_0x3307a0=_0x3dc1d5[_0x122b6e(0x19b)](getMediaArtifactsLogs,_0x3db93d,_0x2b5c8c[_0x122b6e(0x1a8)]()[_0x122b6e(0x134)](_0x14751f)[TestFrameworkConstants[_0x122b6e(0x1dd)]]),_0x4ad89e=(_0x50eb5f||[])[_0x122b6e(0x19e)](_0x3307a0||[]);if(!_0x4ad89e||_0x3dc1d5[_0x122b6e(0x129)](_0x4ad89e[_0x122b6e(0x119)],0x0)){logger[_0x122b6e(0x1db)](_0x3dc1d5[_0x122b6e(0x190)]);return;}const _0x23bf33=0x28,_0x48d9a9=Math[_0x122b6e(0x11d)](_0x3dc1d5['SlTWd'](_0x4ad89e['length'],_0x23bf33));for(let _0x2ffd59=0x0;_0x3dc1d5['ztTBA'](_0x2ffd59,_0x48d9a9);_0x2ffd59++){const _0x3ec98d=_0x3dc1d5[_0x122b6e(0x157)](_0x2ffd59,_0x23bf33),_0x4548e9=_0x3dc1d5[_0x122b6e(0x18a)](_0x3ec98d,_0x23bf33),_0x1d0308=_0x4ad89e[_0x122b6e(0x120)](_0x3ec98d,_0x4548e9),_0x15a55c={'platformIndex':'0','logs':_0x1d0308,'testFrameworkName':_0x93e4ec,'testFrameworkVersion':_0x2ee929,'testFrameworkState':_0x532c6e[_0x122b6e(0x1d4)]()[_0x122b6e(0x173)]('.')[0x1]};logger[_0x122b6e(0x1db)](_0x122b6e(0x12b)+_0x14751f+_0x122b6e(0x12d)+_0x3dc1d5['yQWti'](_0x2ffd59,0x1)+'/'+_0x48d9a9+_0x122b6e(0x1df)+util[_0x122b6e(0x186)](_0x15a55c));const _0x2f311f=await GrpcClient[_0x122b6e(0x1e3)]()[_0x122b6e(0x15d)](_0x15a55c);logger['debug'](_0x122b6e(0x12b)+_0x14751f+'\x20batch\x20'+_0x3dc1d5[_0x122b6e(0x18a)](_0x2ffd59,0x1)+'/'+_0x48d9a9+_0x122b6e(0x13d)+util[_0x122b6e(0x186)](_0x2f311f));}}catch(_0x15d666){logger[_0x122b6e(0x1bb)](_0x122b6e(0x16e)+util[_0x122b6e(0x121)](_0x15d666));}logger[_0x122b6e(0x1db)](_0x3dc1d5[_0x122b6e(0x17e)]);}[a70_0x3a789f(0x16d)](_0x4c39a5,_0x5321f7,_0x20feb1,_0x113968,_0x254685){const _0x1dfd21=a70_0x3a789f,_0x501595={'testId':_0x5321f7,'testFrameworkState':_0x20feb1,'hookState':_0x113968,'args':_0x254685,'timestamp':new Date()[_0x1dfd21(0x194)]()};_0x4c39a5[_0x1dfd21(0x1b8)](_0x5321f7,_0x501595),logger[_0x1dfd21(0x1db)](_0x1dfd21(0x13c)+_0x5321f7+',\x20state:\x20'+_0x20feb1+_0x1dfd21(0x1b0)+_0x113968);}async[a70_0x3a789f(0x16c)](_0xbafb53,_0x3405a9){const _0x5a4266=a70_0x3a789f,_0x4fbfd0={};_0x4fbfd0[_0x5a4266(0x1ab)]=function(_0x18d78f,_0x4b50f4){return _0x18d78f>_0x4b50f4;};const _0x457c51=_0x4fbfd0;if(!_0xbafb53['hasPendingHooks'](_0x3405a9))return;const _0x164d73=_0xbafb53[_0x5a4266(0x1c9)](_0x3405a9);logger[_0x5a4266(0x1db)]('Processing\x20'+_0x164d73[_0x5a4266(0x119)]+_0x5a4266(0x16b)+_0x3405a9);for(const _0x30d713 of _0x164d73){try{const _0x51a845=await this[_0x5a4266(0x197)](_0xbafb53,_0x30d713[_0x5a4266(0x11a)],_0x30d713[_0x5a4266(0x180)],_0x30d713['args']);_0x51a845&&_0x457c51[_0x5a4266(0x1ab)](Object[_0x5a4266(0x184)](_0x51a845)['length'],0x0)&&_0xbafb53[_0x5a4266(0x1c1)](_0x51a845),await this[_0x5a4266(0x136)](_0xbafb53,_0x30d713[_0x5a4266(0x11a)],_0x30d713['hookState'],_0x30d713[_0x5a4266(0x18e)]);}catch(_0x2f5178){logger['error'](_0x5a4266(0x13a)+_0x3405a9+',\x20error:\x20'+_0x2f5178);}}_0xbafb53['removePendingHooks'](_0x3405a9),logger[_0x5a4266(0x1db)]('Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20'+_0x3405a9);}}module[a70_0x3a789f(0x1af)]=CucumberTestFramework;function a70_0x33dd(){const _0x1098f7=['endedAt','getPendingHooks','DiOoe','eventJson','WIFft','MRrrj','TEST','trackEvent','createTestFrameworkEventPayload\x20testId:\x20','Error\x20in\x20createTestFrameworkEventPayload:\x20','lkbtW',',\x20state=','toString','../instances/trackedInstance.js','../../../helpers/classLogger.js','./testFramework','\x20with\x20id\x20','KEY_TEST_META','izPeE','debug','matchHookRegex','KEY_TEST_UUID','../TestInfo.js','\x20payload=','\x20\x20and\x20args\x20=\x20','2410482kjmOVz','\x20&\x20hookState=','getInstance','hookData','syxFD','length','testFrameworkState','KEY_TEST_FILE_PATH','getId','ceil','scopes','getTrackedInstance','slice','format','location','test','kkQGo','test_run_id','getCurrentInstanceName','../grpcClient','POST','QFSJd','testData','sendLogCreatedEvent:\x20for\x20testId:\x20','name','\x20batch\x20','KEY_TEST_LOGS','hook_type','sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping','KEY_HOOKS_STARTED','ycYEl','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','get','KEY_TEST_FAILURE_TYPE','runHooks','KEY_TEST_LOCATION','testFrameworkName','getProcessId','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','5036760FzFMwg','Stored\x20pending\x20hook\x20for\x20testId:\x20','\x20response=','getTestFrameworksVersions','No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','\x20target=','KEY_HOOK_LOGS','KEY_CUSTOM_TAGS','result','uuid','KEY_TEST_ATTACHMENTS','NONE','unknown','started_at','DEFAULT_HOOK_RESULT','failed','startedAt','KEY_TEST_RESULT','getCurrentTestState','HGmNA','4009041VRQfUx','KEY_TEST_NAME','util','meta','getCurrentHookState','resolveInstance','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','file_name','EtvCj','TDYVC','tags','finished_at','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','getTestDetails','logCreatedEvent','from','trackCucumberInstance:\x20saved\x20instance\x20contextId=','KGjgB','readLogObjects','PRE','trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','563784IdMIYm','KEY_EVENT_ENDED_AT','KEY_LOGS','KEY_TEST_STARTED_AT','createContext','nrMro','No\x20hook\x20data\x20provided\x20for\x20cucumber\x20hook\x20event','\x20pending\x20hooks\x20for\x20testId:\x20','processPendingHooks','storePendingHook','sendLogCreatedEvent:\x20Error\x20in\x20sending\x20log\x20events:\x20','workerInfo','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test\x20result','trackHookEvent:\x20Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','failure_type','split','Cucumber\x20log\x20created\x20event','7uEeyEY','\x20and\x20args\x20=\x20','getTestFrameworks','parallelIndex','KEY_HOOK_NAME','\x20with\x20UUID:\x20','DEFAULT_TEST_RESULT','4rcvMjb','KEY_TEST_FRAMEWORK_NAME','GXJxC','passed','hookState','stringify','testUUID','trackCucumberInstance:\x20created\x20instance\x20for\x20target=','keys','hooks','inspect','body','KEY_TEST_RESULT_AT','KEY_HOOK_LAST_FINISHED','yQWti','failure','finishedAt','KEY_TEST_RERUN_NAME','args','failure_data','jwbUz','KEY_HOOK_FAILURE_TYPE','KEY_HOOKS_FINISHED','rerun_name','toISOString','395620uTXSbC','../state/hookState.js','trackHookEvent','KEY_TEST_TAGS','Tracked\x20cucumber\x20hook\x20event:\x20','KEY_TEST_CODE','rgaNO','\x20&\x20hook\x20=\x20','push','concat','phqMz','pop','55150HVpzWB','OTxQX','LKcXM','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test','KEY_HOOK_RESULT','UnhandledError','CucumberTestFramework','getAllData','key','failure_reason','FXopv','../instances/testFrameworkInstance.js','customRerunParam','parseCucumberTestResult','exports',',\x20hookState:\x20','ydNDo','KEY_HOOK_LAST_STARTED','KEY_EVENT_STARTED_AT','KEY_HOOK_ID','14905HlpRcM','instance','setTestDetails','addPendingHook','KEY_TEST_FAILURE_REASON','base64','error','\x20with\x20result:\x20','INIT_TEST','500wdeRuC','DCGMI','KEY_HOOK_FAILURE_REASON','addMultipleEntries','trackHookEvent:\x20Hook\x20List\x20in\x20Post\x20','RRpWx','KEY_TEST_SCOPE','KEY_HOOK_FAILURE','KEY_TEST_FRAMEWORK_VERSION','trackCucumberInstance'];a70_0x33dd=function(){return _0x1098f7;};return a70_0x33dd();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a71_0x3fb4df=a71_0x52a4;(function(_0x5cacd0,_0x171cda){const _0x4daa88=a71_0x52a4,_0x3d70ed=_0x5cacd0();while(!![]){try{const _0x3abcdf=-parseInt(_0x4daa88(0x14e))/0x1*(parseInt(_0x4daa88(0x12f))/0x2)+-parseInt(_0x4daa88(0x1d2))/0x3+parseInt(_0x4daa88(0x162))/0x4*(parseInt(_0x4daa88(0x139))/0x5)+parseInt(_0x4daa88(0x1d6))/0x6+parseInt(_0x4daa88(0x133))/0x7+parseInt(_0x4daa88(0x1bc))/0x8+-parseInt(_0x4daa88(0x183))/0x9;if(_0x3abcdf===_0x171cda)break;else _0x3d70ed['push'](_0x3d70ed['shift']());}catch(_0x556168){_0x3d70ed['push'](_0x3d70ed['shift']());}}}(a71_0x3358,0x5476f));const TestFramework=require('./testFramework'),TestFrameworkState=require(a71_0x3fb4df(0x18b)),HookState=require(a71_0x3fb4df(0x1c9)),{createClassLogger}=require(a71_0x3fb4df(0x17f)),TestFrameworkInstance=require(a71_0x3fb4df(0x10a)),CLIUtils=require(a71_0x3fb4df(0x22b)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a71_0x3fb4df(0x1d9)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a71_0x3fb4df(0xf7)),{isInternalHook}=require(a71_0x3fb4df(0xfb)),logger=createClassLogger('JestTestFramework'),{v4:uuidv4}=require(a71_0x3fb4df(0x156)),util=require(a71_0x3fb4df(0x184)),TestInfo=require(a71_0x3fb4df(0x12e)),GrpcClient=require(a71_0x3fb4df(0x109)),stackTrace=require(a71_0x3fb4df(0xbb));function a71_0x52a4(_0x5b396f,_0x1af02e){const _0x3358da=a71_0x3358();return a71_0x52a4=function(_0x52a467,_0x27d3db){_0x52a467=_0x52a467-0xb8;let _0x54a840=_0x3358da[_0x52a467];return _0x54a840;},a71_0x52a4(_0x5b396f,_0x1af02e);}function a71_0x3358(){const _0x1bf8be=['__workerDetails','KEY_TEST_RERUN_NAME','getJestFailureType','KEY_TEST_RETRY_OF','getCurrentInstanceName','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','getContext','parseJestTestResult','removeActiveHook','processPendingHooks','getAllData','eEHsh','testFrameworkState','addMultipleEntries','Unknown\x20error','filePath','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=',',\x20hookData=','KEY_TEST_UUID','../cliUtils.js','createContext','kbMnf',',\x20hook=','setTrackedInstance','\x20to\x20',',\x20hooksListLength=','event_ended_at','KEY_HOOK_FAILURE','QUpMv','aiNjA','split','parseJestTest','addPendingHook','getAllPendingHookTestIds','forEach','KEY_EVENT_ENDED_AT',',\x20remainingHooks=','includes','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','platformIndex','ceil','KQsnX','KEY_TEST_DURATION','push','warn','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','Assert','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','trackEvent','TeehK','getRef','from','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','KEY_TEST_CODE','unknown','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','KEY_TEST_ID','KEY_TEST_SCOPE','stack-trace','file',',\x20screenshotLogs:\x20','getTestFrameworks','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','keys','concat','VSstW','zCNcY',',\x20error:\x20','ocfKc','getId','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','KEY_HOOK_ID','zsUhz','replace',',\x20response=','depth','originalTest','Stored\x20pending\x20hook\x20for\x20testId:\x20','gTErn','test_run_uuid','beforeAll','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','sendLogCreatedEvent','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','parse','wEBbG','ejHkI',',\x20hookState:\x20','test_run_id','hooks','hookUUID','\x20logs\x20for\x20testId:\x20','LrALJ','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','matchHookRegex','qEmOg','args','test_identifier','mwLfW','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','[JestTestFramework]\x20trackHookEvent:\x20SUCCESS\x20-\x20hookType=','YQVTr','message','location','XqGNU','title','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','wcHdz',',\x20filePath:\x20','resolveInstance','getInstance','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','getJestTestName','stringify','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','slice','\x20(testIdentifier),\x20hookType=','../../../helpers/helper.js','pwcKl','isArray','createTestFrameworkEventPayload','../../../helpers/test-observability/utils','started_at','yetAV','hNPcr',',\x20state:\x20','storePendingHook','LvXAt','Ketgt','get','mapTestHooks','trackJestInstance:\x20created\x20instance\x20for\x20target=','nmtmj','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','asyncError','../grpcClient','../instances/testFrameworkInstance.js','SkTjA','set','getCurrentTestState','KEY_AUTOMATE_SESSION_NAME','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','NONE','hookType','KEY_TEST_FRAMEWORK_VERSION',',\x20hookUUID=','udYIh',',\x20storing\x20as\x20pending\x20hook','base64','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','KEY_HOOK_NAME','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','substring','PQzjf','PRE','trackHookEvent','toISOString','result',',\x20scope:\x20',',\x20totalLogs:\x20',',\x20target=','errorsDetailed','substr','length','hook_run_uuid',',\x20argsKeys=',',\x20version=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','getCurrentHookState','../TestInfo.js','105720VbmRiu','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','DEFAULT_HOOK_RESULT','test','775019WiXfRW','getJestTestTags','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','110JNEsiL','bvQuS',',\x20hookState=','JhQYq','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','KEY_TEST_RESULT','HwhDC','tWOsH','nJGdL','skipped','getFileName','getPendingHooks','hasPendingHooks','irwiA','logCreatedEvent','testId','testFrameworkVersion','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','startsWith','prKzs','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','1dyWJgJ','has','KEY_HOOKS_FINISHED','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','format','name','getRootParentFile','KEY_TEST_FAILURE_REASON','uuid','KEY_TEST_NAME','trackJestInstance:\x20instance\x20already\x20exists','UxcTH','activeHooks',',\x20platformIndex:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','qKAJB','tvvWQ','Error\x20in\x20createTestFrameworkEventPayload:\x20','Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20${testId},\x20error:\x20${error}','TEST_SCREENSHOT','72628KWYYaU','KEY_TEST_STARTED_AT','getTrackedInstance',':testAnalyticsId','UwVDX','Wwpcm','type','maxArrayLength','Processing\x20','NMxed','SdhCf','KEY_TEST_ATTACHMENTS','KEY_HOOKS_STARTED',',\x20hookId=','vPVWy','scope','debug','\x20-\x20test_identifier=','\x22\x20from\x20testData','POST','hookData','KEY_HOOK_LAST_STARTED','parallelIndex','workerInfo','gXhdf','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','\x20files','failure_reason','\x20(testIdentifier)','../../../helpers/classLogger.js',',\x20filePath=',',\x20testData=','getJestFailureReason','1592442dhegxm','util','removePendingHooks','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','zsaYE','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','hookMetadata','../state/testFrameworkState.js','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','getJestFailureData','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','failed','getJestTestFilePath','KEY_TEST_LOCATION','match','startedAt','KzMth','inspect','nYJds','IoSQD','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','eventJson','fydzW',',\x20test_run_uuid=','KEY_TEST_LOGS','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','KEY_HOOK_FAILURE_REASON','KEY_TEST_FAILURE_TYPE','hook_result','xsgre',',\x20payload:\x20',',\x20exception=','buildHookMapFromTest','GcjSB','KEY_EVENT_STARTED_AT','getJestTestScopes','KEY_HOOK_FAILURE_TYPE','toString','finished_at','error','find','kind','executionContext','jjANf',',\x20totalHooks=','duration','KEY_LOGS','UnYuy','filter','qoGCd','QUssC','parent','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','getHooksForTest','2242320LXeDoR','\x20(testIdentifier),\x20result=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20',',\x20consoleLogs:\x20','NSxPP','pcyHb',',\x20currentTestId:\x20','Unknown\x20Test','xuJqV','KEY_TEST_RESULT_AT',',\x20contextId=','\x20-\x20testId:\x20','\x20attachments','../state/hookState.js','tags','KEY_TEST_SCOPES',',\x20testId=','ubaKT',',\x20result=','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','vpjev','getJestTestIdentifier','1515969uiPZdD','VcykN','pid','BEFORE_ALL','1743762KSQFRb','testUUID','KEY_TEST_TAGS','./constants/testFrameworkConstants.js','hook_id','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','getTestFrameworksVersions','KEY_HOOK_RESULT','\x20screenshot\x20logs\x20for\x20testId:\x20','sYfyv','kZFyd','hookAnalyticsId','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','KEY_TEST_ENDED_AT','hookState','\x20pending\x20hooks\x20for\x20testId:\x20',',\x20totalBatches:\x20','dvXqD','FebRh',',\x20failureReason=','getActiveHook','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','KEY_TEST_FRAMEWORK_NAME','\x20hook','runHooks',',\x20failureType=','missing','LOG_REPORT','yBJeX','join','file_name','sSyJl','isJestInternalHook','\x20(testIdentifier),\x20tags=','getThreadId','ALL','_ALL','KEY_HOOK_LAST_FINISHED','DEFAULT_TEST_RESULT','CqLHH','none','VTToC','apply',',\x20state=','rmmEM','hook_type','jeSuv','KEY_TEST_META',',\x20testFramework=',',\x20hookType=',',\x20hook_run_uuid=','testData','nbPnD','HIQcY','scopes','delete','map','KEY_TEST_FILE_PATH',',\x20logsInBatch:\x20','status','KEY_CUSTOM_TAGS','ePTbR','ficqS','hrXuk','instance','\x22\x20hook'];a71_0x3358=function(){return _0x1bf8be;};return a71_0x3358();}class JestTestFramework extends TestFramework{constructor(_0x555089,_0xd08535,_0x9fe249){const _0x28934d=a71_0x3fb4df;super(_0x555089,_0xd08535,_0x9fe249),this[_0x28934d(0x15a)]=new Map();}['setActiveHook'](_0x178377,_0xc92bee,_0xbe5b42){const _0x27cd4e=a71_0x3fb4df,_0x12b287={};_0x12b287[_0x27cd4e(0x140)]=function(_0x3a2afe,_0xd320ad){return _0x3a2afe||_0xd320ad;};const _0x23a5cc=_0x12b287;if(_0x23a5cc[_0x27cd4e(0x140)](!_0x178377,!_0xc92bee)){logger[_0x27cd4e(0x244)]('[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x178377+_0x27cd4e(0x113)+_0xc92bee);return;}!this[_0x27cd4e(0x15a)]['has'](_0x178377)&&this[_0x27cd4e(0x15a)][_0x27cd4e(0x10c)](_0x178377,[]);const _0x2a4c49={'hookUUID':_0xc92bee,'hookType':_0xbe5b42,'startedAt':new Date()[_0x27cd4e(0x121)]()};this['activeHooks']['get'](_0x178377)[_0x27cd4e(0x243)](_0x2a4c49),logger[_0x27cd4e(0x172)]('[JestTestFramework]\x20setActiveHook:\x20testIdentifier='+_0x178377+_0x27cd4e(0x113)+_0xc92bee+_0x27cd4e(0x207)+_0xbe5b42+_0x27cd4e(0x1b2)+this[_0x27cd4e(0x15a)][_0x27cd4e(0x103)](_0x178377)[_0x27cd4e(0x128)]);}[a71_0x3fb4df(0x220)](_0x2e4a42,_0x2e974a){const _0x255ec5=a71_0x3fb4df,_0x4fe407={};_0x4fe407['prKzs']=function(_0x15b5bd,_0x3b4ac8){return _0x15b5bd||_0x3b4ac8;},_0x4fe407[_0x255ec5(0x1d0)]=function(_0x349f21,_0x1e2473){return _0x349f21!==_0x1e2473;},_0x4fe407[_0x255ec5(0x17a)]=function(_0x86aa66,_0x48f393){return _0x86aa66===_0x48f393;};const _0xc4b2ef=_0x4fe407;if(_0xc4b2ef[_0x255ec5(0x14c)](!_0x2e4a42,!_0x2e974a)){logger[_0x255ec5(0x244)](_0x255ec5(0x117)+_0x2e4a42+_0x255ec5(0x113)+_0x2e974a);return;}if(this[_0x255ec5(0x15a)][_0x255ec5(0x14f)](_0x2e4a42)){const _0x3f43b8=this['activeHooks'][_0x255ec5(0x103)](_0x2e4a42),_0x2d4c37=_0x3f43b8['findIndex'](_0xac1fe7=>_0xac1fe7[_0x255ec5(0xdb)]===_0x2e974a);_0xc4b2ef[_0x255ec5(0x1d0)](_0x2d4c37,-0x1)?(_0x3f43b8['splice'](_0x2d4c37,0x1),logger[_0x255ec5(0x172)](_0x255ec5(0x189)+_0x2e4a42+_0x255ec5(0x113)+_0x2e974a+_0x255ec5(0x23c)+_0x3f43b8[_0x255ec5(0x128)]),_0xc4b2ef['gXhdf'](_0x3f43b8['length'],0x0)&&this[_0x255ec5(0x15a)][_0x255ec5(0x20d)](_0x2e4a42)):logger[_0x255ec5(0x172)](_0x255ec5(0x190)+_0x2e4a42+_0x255ec5(0x113)+_0x2e974a);}}[a71_0x3fb4df(0x1ea)](_0x4d328d){const _0x19f74e=a71_0x3fb4df,_0x4ba87b={};_0x4ba87b[_0x19f74e(0x1a7)]=function(_0x214c22,_0xc696e4){return _0x214c22>_0xc696e4;},_0x4ba87b['dvXqD']=function(_0x11a16d,_0x237a9f){return _0x11a16d-_0x237a9f;};const _0x2dc821=_0x4ba87b;if(!_0x4d328d)return null;if(this[_0x19f74e(0x15a)]['has'](_0x4d328d)){const _0x5dfbb6=this['activeHooks'][_0x19f74e(0x103)](_0x4d328d);if(_0x2dc821[_0x19f74e(0x1a7)](_0x5dfbb6[_0x19f74e(0x128)],0x0)){const _0x4e4fd8=_0x5dfbb6[_0x2dc821[_0x19f74e(0x1e7)](_0x5dfbb6[_0x19f74e(0x128)],0x1)];return logger[_0x19f74e(0x172)]('[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier='+_0x4d328d+_0x19f74e(0x113)+_0x4e4fd8[_0x19f74e(0xdb)]+_0x19f74e(0x207)+_0x4e4fd8[_0x19f74e(0x111)]),_0x4e4fd8;}}return null;}async[a71_0x3fb4df(0x248)](_0x27c608,_0x678d2a,_0x1f08b7={}){const _0x3a9005=a71_0x3fb4df,_0x2aac5d={};_0x2aac5d[_0x3a9005(0x1b8)]=_0x3a9005(0x17b),_0x2aac5d[_0x3a9005(0xc3)]=function(_0x343dd0,_0x137940){return _0x343dd0===_0x137940;},_0x2aac5d[_0x3a9005(0x106)]=function(_0x1a6e75,_0x467ef9){return _0x1a6e75||_0x467ef9;},_0x2aac5d['Uoyow']=_0x3a9005(0x21d);const _0x3b4a85=_0x2aac5d;logger[_0x3a9005(0x172)]('[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState='+_0x27c608+_0x3a9005(0x13b)+_0x678d2a+_0x3a9005(0x12a)+Object[_0x3a9005(0xc0)](_0x1f08b7)[_0x3a9005(0x1f3)](',')),await super[_0x3a9005(0x248)](_0x27c608,_0x678d2a,_0x1f08b7);const _0x4c5724=this[_0x3a9005(0xef)](_0x27c608,_0x678d2a,_0x1f08b7);if(!_0x4c5724){logger[_0x3a9005(0x172)](_0x3b4a85[_0x3a9005(0x1b8)]);return;}try{let _0x557dbc,_0x35721c,_0x255427;switch(_0x27c608){case TestFrameworkState['TEST']:_0x557dbc=_0x1f08b7[_0x3a9005(0x132)];const _0x2b2be4={};_0x2b2be4[_0x3a9005(0xcc)]=0x2,_0x2b2be4[_0x3a9005(0x169)]=0x3,logger['debug'](_0x3a9005(0x1eb)+_0x678d2a+_0x3a9005(0x181)+util[_0x3a9005(0x197)](_0x557dbc,_0x2b2be4)),_0x255427=this[_0x3a9005(0x1d1)](_0x557dbc),_0x35721c=null,logger[_0x3a9005(0x172)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId='+_0x255427+_0x3a9005(0x17e));if(_0x3b4a85[_0x3a9005(0xc3)](_0x678d2a,HookState[_0x3a9005(0x11f)])){logger[_0x3a9005(0x172)](_0x3a9005(0x1cf)+_0x255427);const _0x4d58f3={};_0x4d58f3[_0x3a9005(0x1d7)]=_0x35721c,_0x4d58f3['testData']=_0x557dbc,_0x4d58f3['testId']=_0x255427;const _0x21ca42=this[_0x3a9005(0x237)](_0x4d58f3),_0x2ce17b={};_0x2ce17b[_0x3a9005(0xcc)]=0x2,_0x2ce17b[_0x3a9005(0x169)]=0x3,logger[_0x3a9005(0x172)](_0x3a9005(0x15c)+util[_0x3a9005(0x197)](_0x21ca42,_0x2ce17b)),_0x4c5724[_0x3a9005(0x225)](_0x21ca42),logger[_0x3a9005(0x172)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0x255427),await this['processPendingHooks'](_0x4c5724,_0x255427);}else{if(_0x3b4a85[_0x3a9005(0xc3)](_0x678d2a,HookState[_0x3a9005(0x175)])){logger['debug'](_0x3a9005(0x136)+_0x255427);const _0x338677=_0x4c5724[_0x3a9005(0x222)]()[_0x3a9005(0x103)](_0x255427);logger['debug'](_0x3a9005(0xbf)+util[_0x3a9005(0x197)](Object[_0x3a9005(0xc0)](_0x3b4a85[_0x3a9005(0x106)](_0x338677,{}))));_0x338677&&_0x338677[TestFrameworkConstants[_0x3a9005(0x16d)]]?logger[_0x3a9005(0x172)](_0x3a9005(0x186)+Object['keys'](_0x338677[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']])[_0x3a9005(0x128)]+_0x3a9005(0x17c)):logger[_0x3a9005(0x172)](_0x3b4a85['Uoyow']);const _0x3f0e7c=_0x1f08b7[_0x3a9005(0xcd)]||null,_0x4e04a9={};_0x4e04a9[_0x3a9005(0x1d7)]=_0x35721c,_0x4e04a9[_0x3a9005(0x209)]=_0x557dbc,_0x4e04a9[_0x3a9005(0x148)]=_0x255427,_0x4e04a9[_0x3a9005(0xcd)]=_0x3f0e7c;const _0x3f3a57=this['parseJestTestResult'](_0x4e04a9),_0x32fc62={};_0x32fc62[_0x3a9005(0xcc)]=0x2,_0x32fc62[_0x3a9005(0x169)]=0x3,logger[_0x3a9005(0x172)](_0x3a9005(0x12c)+util[_0x3a9005(0x197)](_0x3f3a57,_0x32fc62)),_0x4c5724[_0x3a9005(0x225)](_0x3f3a57),logger['debug'](_0x3a9005(0x135)+_0x255427),await this[_0x3a9005(0x221)](_0x4c5724,_0x255427);}}break;case TestFrameworkState[_0x3a9005(0x1f1)]:if(_0x3b4a85[_0x3a9005(0xc3)](_0x678d2a,HookState[_0x3a9005(0x175)])){const _0x178ef3={};_0x178ef3[_0x3a9005(0xcc)]=0x2,logger[_0x3a9005(0x172)](_0x3a9005(0x10f)+util[_0x3a9005(0x197)](_0x1f08b7,_0x178ef3)),await this['sendLogCreatedEvent'](_0x4c5724,_0x27c608,_0x1f08b7);}break;default:if(CLIUtils[_0x3a9005(0xdf)](_0x27c608[_0x3a9005(0x1ab)]()[_0x3a9005(0x236)]('.')[0x1])){const _0x41ae63={};_0x41ae63[_0x3a9005(0xcc)]=0x2,_0x41ae63[_0x3a9005(0x169)]=0x3,logger[_0x3a9005(0x172)](_0x3a9005(0xd4)+_0x27c608+_0x3a9005(0x13b)+_0x678d2a+_0x3a9005(0x229)+util['inspect'](_0x1f08b7[_0x3a9005(0x176)],_0x41ae63));const _0x51aa72=await this[_0x3a9005(0x120)](_0x4c5724,_0x27c608,_0x678d2a,_0x1f08b7),_0x5a061e={};_0x5a061e[_0x3a9005(0xcc)]=0x2,_0x5a061e[_0x3a9005(0x169)]=0x3,logger[_0x3a9005(0x172)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20'+util[_0x3a9005(0x197)](_0x51aa72,_0x5a061e)),_0x4c5724[_0x3a9005(0x225)](_0x51aa72);}else logger[_0x3a9005(0x172)](_0x3a9005(0x11b)+_0x27c608+'\x20&\x20hookState='+_0x678d2a);break;}logger[_0x3a9005(0x172)](_0x3a9005(0x138)+_0x27c608+_0x3a9005(0x13b)+_0x678d2a);}catch(_0x1cc7ac){logger[_0x3a9005(0x1ad)]('[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState='+_0x27c608+_0x3a9005(0x13b)+_0x678d2a+_0x3a9005(0x1a5)+util['format'](_0x1cc7ac));}_0x1f08b7[_0x3a9005(0x216)]=_0x4c5724,await this[_0x3a9005(0x1ee)](_0x4c5724,_0x27c608,_0x678d2a,_0x1f08b7);}[a71_0x3fb4df(0x1d1)](_0x4d56aa){const _0x49fbf7=a71_0x3fb4df,_0x166e34={};_0x166e34[_0x49fbf7(0x214)]=_0x49fbf7(0x14a);const _0x3f8b39=_0x166e34;if(_0x4d56aa&&(_0x4d56aa['id']||_0x4d56aa[_0x49fbf7(0x156)])){const _0x389680=_0x4d56aa['id']||_0x4d56aa[_0x49fbf7(0x156)];return logger[_0x49fbf7(0x172)](_0x49fbf7(0x1ba)+_0x389680+_0x49fbf7(0x174)),_0x389680;}return logger[_0x49fbf7(0x172)](_0x3f8b39['ficqS']),process[_0x49fbf7(0x1d4)]+_0x49fbf7(0x165);}[a71_0x3fb4df(0xef)](_0x8e84a4,_0x5db541,_0x47903f={}){const _0x478ff3=a71_0x3fb4df;let _0x449ea5=null;return _0x449ea5=TestFramework[_0x478ff3(0x164)](),!_0x449ea5?(logger[_0x478ff3(0x172)](_0x478ff3(0xc7)+_0x8e84a4),this['trackJestInstance'](_0x8e84a4,_0x47903f),_0x449ea5=TestFramework[_0x478ff3(0x164)](),logger['debug']('[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists='+!!_0x449ea5+_0x478ff3(0x1c6)+_0x449ea5?.[_0x478ff3(0x21e)]()?.['getId']())):logger[_0x478ff3(0x172)](_0x478ff3(0x228)+_0x449ea5['getContext']()?.[_0x478ff3(0xc6)]()),_0x449ea5;}['trackJestInstance'](_0x4d85e3,_0x31d614){const _0x10d04c=a71_0x3fb4df,_0x301f1c={};_0x301f1c[_0x10d04c(0x1e8)]=_0x10d04c(0x158);const _0x1e0106=_0x301f1c;if(TestFramework['getTrackedInstance']()){logger[_0x10d04c(0x172)](_0x1e0106[_0x10d04c(0x1e8)]);return;}const _0x46214c=CLIUtils[_0x10d04c(0x21c)](),_0x4e565e=TrackedInstance[_0x10d04c(0x22c)](_0x46214c);let _0x20d528=null;logger[_0x10d04c(0x172)](_0x10d04c(0x105)+_0x46214c+_0x10d04c(0x201)+_0x4d85e3),_0x20d528=new TestFrameworkInstance(_0x4e565e,this[_0x10d04c(0xbe)](),this[_0x10d04c(0x1dc)](),_0x4d85e3,HookState[_0x10d04c(0x110)]),TestFramework[_0x10d04c(0x22f)](_0x4e565e,_0x20d528),logger[_0x10d04c(0x172)]('[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId='+_0x4e565e[_0x10d04c(0xc6)]()+_0x10d04c(0x125)+_0x46214c+_0x10d04c(0x206)+this[_0x10d04c(0xbe)]()[0x0]+_0x10d04c(0x12b)+this[_0x10d04c(0x1dc)]()[this[_0x10d04c(0xbe)]()[0x0]]);}[a71_0x3fb4df(0x237)](_0x1cf66e){const _0x449791=a71_0x3fb4df,_0x4c8817={};_0x4c8817[_0x449791(0xd7)]=function(_0x3cf62b,_0x15bb0a){return _0x3cf62b||_0x15bb0a;},_0x4c8817[_0x449791(0x159)]=_0x449791(0x14d);const _0x55f318=_0x4c8817,{testUUID:_0x3ef5e8,testData:_0x142732,testId:_0x3fcd8a}=_0x1cf66e;if(_0x55f318[_0x449791(0xd7)](!_0x142732,!_0x3fcd8a))return logger['debug'](_0x55f318[_0x449791(0x159)]),{};const _0x18cc51=this['getTestFrameworks']()[0x0],_0x39a321=this[_0x449791(0x1dc)](),_0x58f7d3={};_0x58f7d3[_0x449791(0xcc)]=0x2,_0x58f7d3['maxArrayLength']=0x3,logger[_0x449791(0x172)](_0x449791(0x19a)+util[_0x449791(0x197)](_0x142732,_0x58f7d3));const _0x10f9fe=_0x142732?.['scopes']||[],_0x134624=this[_0x449791(0xf2)](_0x142732),_0x49e3b6=this[_0x449791(0x192)](_0x142732),_0x47aad0=_0x142732['fn']?_0x142732['fn'][_0x449791(0x1ab)]():null,_0x2e4c1a=this['getJestTestTags'](_0x142732),_0x174dce={[TestFrameworkConstants[_0x449791(0x1ec)]]:_0x18cc51,[TestFrameworkConstants[_0x449791(0x112)]]:_0x39a321[_0x18cc51],[TestFrameworkConstants[_0x449791(0x19e)]]:[],[TestFrameworkConstants[_0x449791(0x150)]]:{},[TestFrameworkConstants[_0x449791(0x16e)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x449791(0x1fc)],[TestFrameworkConstants[_0x449791(0x10e)]]:_0x134624,[TestFrameworkConstants[_0x449791(0x20f)]]:_0x49e3b6,[TestFrameworkConstants[_0x449791(0xb9)]]:_0x3fcd8a,[TestFrameworkConstants[_0x449791(0x157)]]:_0x134624,[TestFrameworkConstants[_0x449791(0x193)]]:_0x49e3b6,[TestFrameworkConstants[_0x449791(0x24d)]]:_0x47aad0,[TestFrameworkConstants[_0x449791(0x1d8)]]:_0x2e4c1a,[TestFrameworkConstants[_0x449791(0x163)]]:_0x142732[_0x449791(0xfc)]||new Date()[_0x449791(0x121)](),[TestFrameworkConstants[_0x449791(0xba)]]:_0x10f9fe[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x10f9fe,[TestFrameworkConstants[_0x449791(0x219)]]:_0x134624,[TestFrameworkConstants[_0x449791(0x212)]]:{},[TestFrameworkConstants[_0x449791(0x205)]]:{}};_0x142732['retryOf']&&(_0x174dce[TestFrameworkConstants[_0x449791(0x21b)]]=_0x142732['retryOf']);logger[_0x449791(0x172)]('[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName='+_0x134624+_0x449791(0x1cc)+_0x3fcd8a+_0x449791(0x1f7)+JSON[_0x449791(0xf3)](_0x2e4c1a)+',\x20scopes='+util[_0x449791(0x197)](_0x10f9fe)+_0x449791(0x180)+_0x49e3b6);const _0x9d162f={};return _0x9d162f[_0x3fcd8a]=_0x174dce,_0x9d162f;}[a71_0x3fb4df(0x21f)](_0x3a639c){const _0xcb228b=a71_0x3fb4df,_0x4738df={'nJGdL':function(_0x5b692a,_0x3ae5ae){return _0x5b692a===_0x3ae5ae;},'KQsnX':'afterAll','ubaKT':function(_0xdb5a07,_0x5d03fd){return _0xdb5a07===_0x5d03fd;},'hNPcr':'beforeAll','irwiA':_0xcb228b(0x1f9),'HIQcY':_0xcb228b(0x1fa),'pwcKl':function(_0x483176,_0x23542b){return _0x483176||_0x23542b;},'TeehK':_0xcb228b(0x1e2),'LvXAt':function(_0x1d04c8,_0x5d3d8c){return _0x1d04c8||_0x5d3d8c;},'tYQCo':_0xcb228b(0x24e),'aiNjA':function(_0x3011d1,_0x961ca2){return _0x3011d1>_0x961ca2;},'VcykN':_0xcb228b(0x191),'JhQYq':'skip','HwhDC':_0xcb228b(0x142),'XqGNU':'passed','nYJds':function(_0xf7390b,_0x262754){return _0xf7390b!==_0x262754;},'jbQly':function(_0x4c2166,_0x1b6154,_0x23d61d,_0x11f197){return _0x4c2166(_0x1b6154,_0x23d61d,_0x11f197);},'Ketgt':function(_0x3a70fc,_0x29e999){return _0x3a70fc>_0x29e999;},'Yxlof':function(_0x4d02ee,_0x4ba095){return _0x4d02ee>_0x4ba095;},'qoGCd':'[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData'},{testUUID:_0x16f9f8,testData:_0x3de088,testId:_0x53c59b}=_0x3a639c;if(_0x4738df[_0xcb228b(0xf8)](!_0x3de088,!_0x53c59b))return logger[_0xcb228b(0x172)](_0x4738df[_0xcb228b(0x249)]),{};const _0x49a9f1=this[_0xcb228b(0xef)](TestFrameworkState['TEST'],HookState['POST']),_0x369758=_0x49a9f1['getAllData']()['get'](_0x53c59b),_0x13f650=_0x4738df[_0xcb228b(0x101)](_0x369758,{}),_0x42893e=_0x13f650?_0x13f650[TestFrameworkConstants[_0xcb228b(0x212)]]||{}:{},_0x433051=_0x13f650[TestFrameworkConstants[_0xcb228b(0x16d)]];logger[_0xcb228b(0x172)]('[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20'+(_0x433051?Object['keys'](_0x433051)['length']:0x0)+_0xcb228b(0x1c8));let _0xf21629=_0x4738df['tYQCo'];if(_0x3de088[_0xcb228b(0x122)])_0xf21629=_0x3de088[_0xcb228b(0x122)];else{if(_0x3de088[_0xcb228b(0x126)]&&_0x4738df[_0xcb228b(0x235)](_0x3de088[_0xcb228b(0x126)][_0xcb228b(0x128)],0x0))_0xf21629=_0x4738df[_0xcb228b(0x1d3)];else _0x4738df[_0xcb228b(0x141)](_0x3de088['status'],_0x4738df[_0xcb228b(0x13c)])||_0x4738df[_0xcb228b(0x141)](_0x3de088[_0xcb228b(0x211)],_0x4738df[_0xcb228b(0x13f)])?_0xf21629=_0x4738df[_0xcb228b(0x13f)]:_0xf21629=_0x4738df[_0xcb228b(0xea)];}const _0x3b606d={..._0x13f650,[TestFrameworkConstants[_0xcb228b(0x13e)]]:_0xf21629,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x3de088[_0xcb228b(0x1ac)]||new Date()[_0xcb228b(0x121)](),[TestFrameworkConstants[_0xcb228b(0x1c5)]]:new Date()['toISOString'](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x42893e,[TestFrameworkConstants[_0xcb228b(0x1b4)]]:[],[TestFrameworkConstants[_0xcb228b(0x205)]]:{}};if(_0x4738df[_0xcb228b(0x1cd)](_0xf21629,_0x4738df[_0xcb228b(0x1d3)])&&_0x3de088['errorsDetailed']){const _0x233fed=this[_0xcb228b(0x182)](_0x3de088),_0x21de9d=this['getJestFailureType'](_0x3de088),_0x22ed02=this['getJestFailureData'](_0x3de088);_0x3b606d[TestFrameworkConstants[_0xcb228b(0x1a1)]]=_0x21de9d,_0x3b606d[TestFrameworkConstants[_0xcb228b(0x155)]]=_0x233fed,_0x3b606d[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x22ed02;}_0x4738df[_0xcb228b(0x198)](_0x3de088[_0xcb228b(0x1b3)],undefined)&&(_0x3b606d[TestFrameworkConstants[_0xcb228b(0x242)]]=_0x3de088['duration']);_0x3de088['retryOf']&&(_0x3b606d[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x3de088['retryOf']);const _0x123be4=_0x369758?_0x369758[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{}:{},_0x4fcf9d=_0x369758?_0x369758[TestFrameworkConstants[_0xcb228b(0x22a)]]:_0x16f9f8,_0x24a172=_0x4738df['jbQly'](getManualUploadLogs,_0x123be4,_0x4fcf9d,_0x53c59b);if(_0x4738df[_0xcb228b(0x102)](_0x24a172[_0xcb228b(0x128)],0x0)){const _0x186839=_0x3b606d[TestFrameworkConstants[_0xcb228b(0x1b4)]]||[];_0x3b606d[TestFrameworkConstants[_0xcb228b(0x1b4)]]=[..._0x186839,..._0x24a172];}const _0x5bd44b=_0x13f650[TestFrameworkConstants[_0xcb228b(0x150)]]||{},_0x4185ec=_0x13f650[TestFrameworkConstants[_0xcb228b(0x16e)]]||{},_0x454666={..._0x5bd44b},_0x23ee84=_0x454666;Object[_0xcb228b(0xc0)](_0x4185ec)[_0xcb228b(0x23a)](_0x405bcc=>{const _0x219688=_0xcb228b;!_0x23ee84[_0x405bcc]&&(_0x23ee84[_0x405bcc]=[]);const _0x181989=new Set((_0x23ee84[_0x405bcc]||[])['map'](_0x12cd53=>_0x12cd53[TestFrameworkConstants[_0x219688(0xc8)]]||_0x12cd53['hook_id']));(_0x4185ec[_0x405bcc]||[])[_0x219688(0x23a)](_0x5178e4=>{const _0x487bfd=_0x219688,_0x20d4b2=_0x5178e4[TestFrameworkConstants[_0x487bfd(0xc8)]]||_0x5178e4[_0x487bfd(0x1da)];if(!_0x181989['has'](_0x20d4b2)){const _0x2013ac={..._0x5178e4},_0x261c8e=_0x2013ac;!_0x261c8e[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]&&!_0x261c8e[_0x487bfd(0x232)]&&(_0x261c8e[TestFrameworkConstants[_0x487bfd(0x23b)]]=new Date()[_0x487bfd(0x121)]()),!_0x261c8e[TestFrameworkConstants[_0x487bfd(0x1dd)]]&&!_0x261c8e[_0x487bfd(0x1a2)]&&(_0x261c8e[TestFrameworkConstants[_0x487bfd(0x1dd)]]=TestFrameworkConstants[_0x487bfd(0x131)]),_0x23ee84[_0x405bcc][_0x487bfd(0x243)](_0x261c8e);}});});if(_0x3a639c[_0xcb228b(0xcd)]){this['mapTestHooks'](_0x3a639c[_0xcb228b(0xcd)]);const _0x936dd0=this[_0xcb228b(0x1a6)](_0x3a639c[_0xcb228b(0xcd)]),_0x754297=this['getHooksForTest'](_0x3a639c['originalTest']);_0x754297[_0xcb228b(0x23a)](_0x2fdff3=>{const _0x39dd4e=_0xcb228b,_0x535956=_0x936dd0[_0x39dd4e(0x103)](_0x2fdff3);if(_0x535956&&(_0x4738df['nJGdL'](_0x535956[_0x39dd4e(0x168)],_0x4738df[_0x39dd4e(0x241)])||_0x4738df[_0x39dd4e(0x1cd)](_0x535956['type'],_0x4738df[_0x39dd4e(0xfe)]))){const _0x1646b7=_0x535956['type']['toUpperCase']()[_0x39dd4e(0xca)](_0x4738df[_0x39dd4e(0x146)],_0x4738df[_0x39dd4e(0x20b)]),_0x39db09=_0x1646b7;!_0x23ee84[_0x39db09]&&(_0x23ee84[_0x39db09]=[]);const _0x35f154=_0x23ee84[_0x39db09][_0x39dd4e(0x1ae)](_0x394bde=>(_0x394bde[TestFrameworkConstants[_0x39dd4e(0xc8)]]||_0x394bde[_0x39dd4e(0x1da)])===_0x2fdff3);!_0x35f154&&_0x23ee84[_0x39db09]['push']({'key':_0x39db09,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x2fdff3,[TestFrameworkConstants[_0x39dd4e(0x1dd)]]:TestFrameworkConstants[_0x39dd4e(0x131)],[TestFrameworkConstants[_0x39dd4e(0x1a8)]]:new Date()[_0x39dd4e(0x121)](),[TestFrameworkConstants[_0x39dd4e(0x23b)]]:new Date()['toISOString'](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x535956['name']||_0x535956[_0x39dd4e(0x168)]+_0x39dd4e(0x1ed),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x42893e});}});}if(_0x3de088[_0xcb228b(0xda)]&&_0x4738df['Yxlof'](_0x3de088[_0xcb228b(0xda)]['length'],0x0))_0x3b606d[TestFrameworkConstants[_0xcb228b(0x150)]]=_0x3de088['hooks'],logger[_0xcb228b(0x172)](_0x4738df[_0xcb228b(0x1b7)]);else _0x4738df[_0xcb228b(0x235)](Object['keys'](_0x23ee84)[_0xcb228b(0x128)],0x0)&&(_0x3b606d[TestFrameworkConstants[_0xcb228b(0x150)]]=_0x23ee84,logger[_0xcb228b(0x172)](_0xcb228b(0xec)+Object[_0xcb228b(0xc0)](_0x23ee84)[_0xcb228b(0x1f3)](',')));const _0x145ec5=this['getJestTestName'](_0x3de088);logger['debug'](_0xcb228b(0x18f)+_0x145ec5+_0xcb228b(0x1cc)+_0x53c59b+_0xcb228b(0x1bd)+_0xf21629+',\x20duration='+_0x3de088[_0xcb228b(0x1b3)]);_0x4738df[_0xcb228b(0x141)](_0xf21629,_0x4738df[_0xcb228b(0x1d3)])&&logger[_0xcb228b(0x172)]('[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId='+_0x53c59b+',\x20failureType='+_0x3b606d[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]+_0xcb228b(0x1e9)+_0x3b606d[TestFrameworkConstants[_0xcb228b(0x155)]]?.[_0xcb228b(0x11d)](0x0,0xc8));const _0x5c9863={};return _0x5c9863[_0x53c59b]=_0x3b606d,_0x5c9863;}[a71_0x3fb4df(0x1a9)](_0x116100){const _0x270935=a71_0x3fb4df,_0x1314ba={};_0x1314ba[_0x270935(0xed)]=function(_0x349f69,_0x47c8af){return _0x349f69!==_0x47c8af;},_0x1314ba[_0x270935(0x234)]=function(_0x45e07f,_0x72accf){return _0x45e07f!==_0x72accf;},_0x1314ba[_0x270935(0x204)]='ROOT_DESCRIBE_BLOCK';const _0x1ab76d=_0x1314ba,_0x60ed6d={};_0x60ed6d[_0x270935(0xcc)]=0x2,_0x60ed6d[_0x270935(0x169)]=0x3,logger[_0x270935(0x172)](_0x270935(0x18d)+util[_0x270935(0x197)](_0x116100,_0x60ed6d));const _0x402e3a=[];if(_0x116100&&_0x116100[_0x270935(0x1b9)]){let _0x2b2f6b=_0x116100[_0x270935(0x1b9)];while(_0x2b2f6b&&_0x2b2f6b[_0x270935(0x153)]&&_0x1ab76d['wcHdz'](_0x2b2f6b[_0x270935(0x153)],'')&&_0x1ab76d[_0x270935(0x234)](_0x2b2f6b[_0x270935(0x153)],_0x1ab76d[_0x270935(0x204)])){_0x402e3a[_0x270935(0x243)](_0x2b2f6b[_0x270935(0x153)]),_0x2b2f6b=_0x2b2f6b[_0x270935(0x1b9)];}}return _0x402e3a['reverse']();}[a71_0x3fb4df(0xf2)](_0x4d2171){const _0x328933=a71_0x3fb4df,_0xee7d7b={};_0xee7d7b[_0x328933(0x11e)]=_0x328933(0x1c3);const _0x4c01ff=_0xee7d7b;if(_0x4d2171['name'])return _0x4d2171[_0x328933(0x153)];if(_0x4d2171[_0x328933(0xeb)])return _0x4d2171[_0x328933(0xeb)];return _0x4c01ff[_0x328933(0x11e)];}[a71_0x3fb4df(0x134)](_0xa36a52){const _0x8e7bce=a71_0x3fb4df,_0x21124e=[];if(_0xa36a52[_0x8e7bce(0x1ca)]&&Array[_0x8e7bce(0xf9)](_0xa36a52[_0x8e7bce(0x1ca)]))return _0xa36a52[_0x8e7bce(0x1ca)][_0x8e7bce(0x20e)](_0x3a26cc=>_0x3a26cc[_0x8e7bce(0x14b)]('@')?_0x3a26cc[_0x8e7bce(0x127)](0x1):_0x3a26cc);const _0x40b955=this[_0x8e7bce(0xf2)](_0xa36a52),_0xab4a10=_0x40b955[_0x8e7bce(0x194)](/@(\w+)/g);if(_0xab4a10)return _0xab4a10['map'](_0x46713e=>_0x46713e[_0x8e7bce(0xf5)](0x1));return _0xa36a52['scopes']&&Array[_0x8e7bce(0xf9)](_0xa36a52['scopes'])&&_0xa36a52[_0x8e7bce(0x20c)][_0x8e7bce(0x23a)](_0x43ff3e=>{const _0x2155ad=_0x8e7bce,_0x464317=_0x43ff3e[_0x2155ad(0x194)](/@(\w+)/g);_0x464317&&_0x464317[_0x2155ad(0x23a)](_0x379b56=>{const _0x139d16=_0x2155ad,_0x3bd58a=_0x379b56[_0x139d16(0xf5)](0x1);!_0x21124e[_0x139d16(0x23d)](_0x3bd58a)&&_0x21124e['push'](_0x3bd58a);});}),_0x21124e;}['getJestTestFilePath'](_0x46f0d0){const _0x2390be=a71_0x3fb4df,_0x35c340={'NSxPP':function(_0x231aca,_0x266d21){return _0x231aca(_0x266d21);},'pcyHb':'stack-trace'};if(_0x46f0d0[_0x2390be(0x1f4)])return _0x46f0d0[_0x2390be(0x1f4)];if(_0x46f0d0[_0x2390be(0x108)]){const _0x40cf47=_0x35c340[_0x2390be(0x1c0)](require,_0x35c340[_0x2390be(0x1c1)]);try{const _0x2095af=_0x40cf47[_0x2390be(0xd5)](_0x46f0d0[_0x2390be(0x108)]);if(_0x2095af[0x0]&&_0x2095af[0x0]['getFileName'])return _0x2095af[0x0][_0x2390be(0x143)]();}catch(_0x5e1bb4){logger['debug'](_0x2390be(0x1db)+util[_0x2390be(0x152)](_0x5e1bb4));}}return null;}[a71_0x3fb4df(0x182)](_0x127e5f){const _0x50bef9=a71_0x3fb4df,_0x397e46={};_0x397e46[_0x50bef9(0x199)]=function(_0x2834ac,_0x30fb57){return _0x2834ac>_0x30fb57;},_0x397e46[_0x50bef9(0x15d)]=_0x50bef9(0x226);const _0x5c13e6=_0x397e46;if(_0x127e5f['errorsDetailed']&&_0x5c13e6[_0x50bef9(0x199)](_0x127e5f['errorsDetailed'][_0x50bef9(0x128)],0x0))return util['inspect'](_0x127e5f['errorsDetailed'][0x0]);if(_0x127e5f[_0x50bef9(0x17d)])return _0x127e5f['failure_reason'];return _0x5c13e6[_0x50bef9(0x15d)];}['getJestFailureType'](_0x1c9c29){const _0x2c8fbf=a71_0x3fb4df,_0x25d4b6={};_0x25d4b6[_0x2c8fbf(0xc2)]=_0x2c8fbf(0x246),_0x25d4b6[_0x2c8fbf(0x1e0)]='AssertionError',_0x25d4b6['kbMnf']='UnhandledError';const _0x1c4a22=_0x25d4b6,_0x2cf56b=this[_0x2c8fbf(0x182)](_0x1c9c29);if(_0x2cf56b&&_0x2cf56b[_0x2c8fbf(0x23d)](_0x1c4a22[_0x2c8fbf(0xc2)]))return _0x1c4a22[_0x2c8fbf(0x1e0)];return _0x1c4a22[_0x2c8fbf(0x22d)];}['getJestFailureData'](_0x55c8fb){const _0x1af153=a71_0x3fb4df,_0x1999d1={'UwVDX':function(_0x4676b0,_0x509781){return _0x4676b0(_0x509781);},'wntej':_0x1af153(0xfb),'SdhCf':function(_0x1e043d,_0x3552bd){return _0x1e043d!==_0x3552bd;},'PmeyB':_0x1af153(0x132)},{failureData:_0x261d34}=_0x1999d1[_0x1af153(0x166)](require,_0x1999d1['wntej']),_0x131e3b=[];return _0x1999d1[_0x1af153(0x16c)](_0x55c8fb[_0x1af153(0x126)],undefined)&&_0x131e3b['push'](_0x55c8fb['errorsDetailed'],_0x1999d1['PmeyB']),_0x261d34[_0x1af153(0x200)](null,_0x131e3b);}async[a71_0x3fb4df(0x120)](_0x336301,_0x15fa7b,_0x37dc36,_0x3c4356){const _0x4b217e=a71_0x3fb4df,_0x20196d={'UWloW':_0x4b217e(0xd2),'IduRQ':function(_0x498489){return _0x498489();},'zsaYE':function(_0x2c8c58,_0x57699e){return _0x2c8c58 in _0x57699e;},'sYfyv':function(_0x7264f1,_0x1900e4){return _0x7264f1===_0x1900e4;},'udYIh':function(_0x54ee04,_0x493a1a){return _0x54ee04===_0x493a1a;},'hrXuk':function(_0x1e3386,_0x49ce2f){return _0x1e3386>_0x49ce2f;},'imCgf':_0x4b217e(0x191),'qEmOg':'passed','mwLfW':function(_0x108404,_0x306ff0){return _0x108404===_0x306ff0;},'gTErn':function(_0x1d19f6,_0x552a87){return _0x1d19f6!==_0x552a87;}},{hookData:_0x1b8e7f}=_0x3c4356,_0x4df7da=_0x37dc36[_0x4b217e(0x1ab)](),_0x341354=_0x15fa7b[_0x4b217e(0x1ab)](),_0x1ff675={};_0x1ff675['depth']=0x2,_0x1ff675[_0x4b217e(0x169)]=0x3,logger['debug'](_0x4b217e(0x107)+_0x341354+',\x20hookState='+_0x4df7da+',\x20hookData='+util['inspect'](_0x1b8e7f,_0x1ff675));if(!_0x1b8e7f)return logger[_0x4b217e(0x172)](_0x20196d['UWloW']),{};const _0x2b6d58=_0x1b8e7f[_0x4b217e(0x156)]||_0x1b8e7f[_0x4b217e(0x1e1)]||_0x20196d['IduRQ'](uuidv4),_0x3c1fa9=_0x1b8e7f[_0x4b217e(0xd9)]||this[_0x4b217e(0x1d1)](_0x1b8e7f),_0x37fc8a=_0x15fa7b[_0x4b217e(0x1ab)]()[_0x4b217e(0x236)]('.')[0x1],_0x39cc46=_0x336301[_0x4b217e(0x222)]()[_0x4b217e(0x103)](_0x3c1fa9),_0x1139a0=_0x39cc46?_0x39cc46[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{};logger[_0x4b217e(0x172)]('[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId='+_0x2b6d58+_0x4b217e(0x1cc)+_0x3c1fa9+_0x4b217e(0xf6)+_0x37fc8a+',\x20hookState='+_0x4df7da);if(!_0x39cc46)return logger['debug'](_0x4b217e(0xde)+_0x3c1fa9+_0x4b217e(0x115)),this[_0x4b217e(0x100)](_0x336301,_0x3c1fa9,_0x15fa7b,_0x37dc36,_0x3c4356),{};let _0x5ab57e=_0x39cc46[TestFrameworkConstants[_0x4b217e(0x16e)]];!_0x5ab57e&&(_0x5ab57e={});!_0x20196d[_0x4b217e(0x188)](_0x37fc8a,_0x5ab57e)&&(_0x5ab57e[_0x37fc8a]=[]);let _0x3142de=_0x39cc46[TestFrameworkConstants[_0x4b217e(0x150)]];!_0x3142de&&(_0x3142de={});!_0x20196d['zsaYE'](_0x37fc8a,_0x3142de)&&(_0x3142de[_0x37fc8a]=[]);const _0x5f396f={[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x5ab57e,[TestFrameworkConstants[_0x4b217e(0x150)]]:_0x3142de},_0x3dce99={};_0x3dce99[_0x3c1fa9]=_0x5f396f;const _0x74d2cf=_0x3dce99;if(_0x20196d[_0x4b217e(0x1df)](_0x37dc36,HookState[_0x4b217e(0x11f)])){const _0x4cc736={'key':_0x37fc8a,[TestFrameworkConstants[_0x4b217e(0xc8)]]:_0x2b6d58,[TestFrameworkConstants[_0x4b217e(0x1dd)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x4b217e(0x1a8)]]:_0x1b8e7f[_0x4b217e(0xfc)]||new Date()['toISOString'](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x4b217e(0x11a)]]:_0x1b8e7f[_0x4b217e(0x153)]||_0x1b8e7f[_0x4b217e(0x203)]||_0x37fc8a,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x1139a0};_0x5ab57e[_0x37fc8a][_0x4b217e(0x243)](_0x4cc736),_0x74d2cf[_0x3c1fa9][TestFrameworkConstants[_0x4b217e(0x177)]]=_0x37fc8a;const _0xf94f16={};_0xf94f16['depth']=0x2,logger[_0x4b217e(0x172)](_0x4b217e(0x118)+_0x37fc8a+',\x20hookId='+_0x2b6d58+_0x4b217e(0x1cc)+_0x3c1fa9+',\x20hook='+util[_0x4b217e(0x197)](_0x4cc736,_0xf94f16));}else{if(_0x20196d[_0x4b217e(0x114)](_0x37dc36,HookState[_0x4b217e(0x175)])){const _0x2ca2b5=_0x1b8e7f[_0x4b217e(0x122)]||(_0x1b8e7f[_0x4b217e(0x126)]&&_0x20196d[_0x4b217e(0x215)](_0x1b8e7f['errorsDetailed'][_0x4b217e(0x128)],0x0)?_0x20196d['imCgf']:_0x20196d[_0x4b217e(0xe0)]),_0x17327d=_0x5ab57e[_0x37fc8a]||[];logger[_0x4b217e(0x172)](_0x4b217e(0x11c)+_0x37fc8a+',\x20testId='+_0x3c1fa9+',\x20result='+_0x2ca2b5+_0x4b217e(0x231)+_0x17327d[_0x4b217e(0x128)]);if(_0x20196d['hrXuk'](_0x17327d[_0x4b217e(0x128)],0x0)){const _0x5183a0=_0x17327d['pop']();_0x20196d[_0x4b217e(0xe3)](_0x2ca2b5,_0x20196d['imCgf'])&&_0x1b8e7f['errorsDetailed']?(_0x5183a0[TestFrameworkConstants[_0x4b217e(0x1aa)]]=this[_0x4b217e(0x21a)](_0x1b8e7f),_0x5183a0[TestFrameworkConstants[_0x4b217e(0x1a0)]]=this[_0x4b217e(0x182)](_0x1b8e7f),_0x5183a0[TestFrameworkConstants[_0x4b217e(0x233)]]=this[_0x4b217e(0x18e)](_0x1b8e7f),logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType='+_0x37fc8a+_0x4b217e(0x1ef)+_0x5183a0[TestFrameworkConstants[_0x4b217e(0x1aa)]]+',\x20failureReason='+_0x5183a0[TestFrameworkConstants[_0x4b217e(0x1a0)]]?.['substring'](0x0,0xc8))):_0x5183a0[TestFrameworkConstants[_0x4b217e(0x1dd)]]=_0x20196d[_0x4b217e(0xe0)];_0x20196d[_0x4b217e(0xcf)](_0x2ca2b5,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x5183a0[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x2ca2b5);_0x5183a0[TestFrameworkConstants[_0x4b217e(0x23b)]]=_0x1b8e7f[_0x4b217e(0x1ac)]||new Date()[_0x4b217e(0x121)](),_0x5183a0[TestFrameworkConstants[_0x4b217e(0x212)]]=_0x1139a0;const _0x2d2a11=_0x5183a0[TestFrameworkConstants[_0x4b217e(0xc8)]];!_0x3142de[_0x37fc8a]&&(_0x3142de[_0x37fc8a]=[]);_0x3142de[_0x37fc8a][_0x4b217e(0x243)](_0x5183a0),_0x74d2cf[_0x3c1fa9][TestFrameworkConstants[_0x4b217e(0x1fb)]]=_0x37fc8a;const _0x4ed5f8={};_0x4ed5f8[_0x4b217e(0xcc)]=0x2,logger['debug'](_0x4b217e(0x19f)+_0x37fc8a+_0x4b217e(0x16f)+_0x2d2a11+_0x4b217e(0x1ce)+_0x2ca2b5+_0x4b217e(0x22e)+util['inspect'](_0x5183a0,_0x4ed5f8));}}}const _0x5c5ed3={};return _0x5c5ed3[_0x4b217e(0xcc)]=0x2,_0x5c5ed3['maxArrayLength']=0x3,logger[_0x4b217e(0x172)](_0x4b217e(0xe6)+(_0x1b8e7f['hook_type']||_0x37fc8a)+_0x4b217e(0x16f)+_0x2b6d58+_0x4b217e(0x1cc)+_0x3c1fa9+',\x20updates='+util['inspect'](_0x74d2cf,_0x5c5ed3)),_0x74d2cf;}[a71_0x3fb4df(0xfa)](_0x22aadf){const _0x3e6dd8=a71_0x3fb4df,_0x590665={};_0x590665[_0x3e6dd8(0x1a3)]=_0x3e6dd8(0x116);const _0x260f78=_0x590665;try{const _0x51cbcb=_0x22aadf[_0x3e6dd8(0x132)]?this[_0x3e6dd8(0x1d1)](_0x22aadf[_0x3e6dd8(0x132)]):_0x22aadf[_0x3e6dd8(0x176)]['test_run_id'],_0x1e2abb=_0x22aadf[_0x3e6dd8(0x216)],_0x4e5b76=_0x1e2abb[_0x3e6dd8(0x21e)](),_0x42b22e=_0x1e2abb[_0x3e6dd8(0x222)]()[_0x3e6dd8(0x103)](_0x51cbcb);if(!_0x42b22e)return logger['debug'](_0x3e6dd8(0x187)+_0x51cbcb),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x26eea6='',[TestFrameworkConstants[_0x3e6dd8(0x112)]]:_0x29dfea='',[TestFrameworkConstants[_0x3e6dd8(0x163)]]:_0x522c56='',[TestFrameworkConstants[_0x3e6dd8(0x1e3)]]:_0x4bcb41=''}=_0x42b22e,_0x52dce6=_0x1e2abb[_0x3e6dd8(0x10d)]()['toString']()['split']('.')[0x1],_0x16cf8b=_0x1e2abb[_0x3e6dd8(0x12d)]()['toString']()[_0x3e6dd8(0x236)]('.')[0x1],_0xa8a472=global?.[_0x3e6dd8(0x218)]?.[_0x3e6dd8(0x179)]?.['parallelIndex'],_0x1c1b42=_0x1e2abb[_0x3e6dd8(0x24a)](),_0xad0328=Buffer['from'](JSON[_0x3e6dd8(0xf3)](_0x42b22e))[_0x3e6dd8(0x1ab)](_0x260f78[_0x3e6dd8(0x1a3)]),_0x3273e9={'hash':_0x4e5b76[_0x3e6dd8(0xc6)](),'threadId':_0x4e5b76[_0x3e6dd8(0x1f8)]()['toString'](),'processId':_0x4e5b76['getProcessId']()[_0x3e6dd8(0x1ab)]()},_0xeef25b={};_0xeef25b[_0x3e6dd8(0x23f)]=_0xa8a472,_0xeef25b['testFrameworkName']=_0x26eea6,_0xeef25b[_0x3e6dd8(0x149)]=_0x29dfea,_0xeef25b[_0x3e6dd8(0x224)]=_0x52dce6,_0xeef25b[_0x3e6dd8(0x1e4)]=_0x16cf8b,_0xeef25b[_0x3e6dd8(0x195)]=_0x522c56,_0xeef25b['endedAt']=_0x4bcb41,_0xeef25b[_0x3e6dd8(0x156)]=_0x1c1b42,_0xeef25b[_0x3e6dd8(0x19b)]=_0xad0328,_0xeef25b[_0x3e6dd8(0x1b0)]=_0x3273e9,_0xeef25b[_0x3e6dd8(0xe2)]=_0x51cbcb;const _0x3f7526=_0xeef25b;return _0x3f7526;}catch(_0x4c9caf){return logger[_0x3e6dd8(0x1ad)](_0x3e6dd8(0x15f)+util[_0x3e6dd8(0x152)](_0x4c9caf)),{};}}async[a71_0x3fb4df(0xd3)](_0x1e5bc6,_0x53c667,_0x1163ea){const _0x399128=a71_0x3fb4df,_0x51ebdb={'xuJqV':function(_0x49f3db,_0x1675cf){return _0x49f3db+_0x1675cf;},'nbPnD':_0x399128(0x1f0),'bvQuS':_0x399128(0x1fe),'sSyJl':function(_0xf64369,_0x4b64d8){return _0xf64369>_0x4b64d8;},'fydzW':function(_0x5d082d,_0x37f74e,_0x505f66,_0x3af8ac){return _0x5d082d(_0x37f74e,_0x505f66,_0x3af8ac);},'VTToC':function(_0x38591d,_0xe46729){return _0x38591d-_0xe46729;},'ocfKc':function(_0x2a5fe5,_0x45fb60){return _0x2a5fe5===_0x45fb60;},'NMxed':function(_0x195ffe,_0x172058){return _0x195ffe/_0x172058;},'PzDyE':function(_0x114688,_0x52c300){return _0x114688<_0x52c300;},'yEXHE':function(_0x22e421,_0x4ecbf9){return _0x22e421*_0x4ecbf9;},'jjANf':function(_0x372afa,_0x313eb9){return _0x372afa+_0x313eb9;},'cRsHI':function(_0x12970a,_0x44be89){return _0x12970a>_0x44be89;}};try{const _0x339195=_0x1163ea[_0x399128(0x1d7)]||_0x1163ea['testId'],_0x2d8e2f=Array[_0x399128(0x24b)](_0x1e5bc6[_0x399128(0x222)]()[_0x399128(0xc0)]()),_0x37499b=_0x1e5bc6[_0x399128(0x222)]()['get'](_0x339195);if(!_0x37499b){logger['debug'](_0x399128(0xe4)+_0x339195);return;}const {[TestFrameworkConstants[_0x399128(0x1ec)]]:_0x158da1='',[TestFrameworkConstants[_0x399128(0x112)]]:_0x455025=''}=_0x37499b;let _0x593dcf=[];if(_0x37499b&&_0x37499b[TestFrameworkConstants['KEY_LOGS']]&&Array[_0x399128(0xf9)](_0x37499b[TestFrameworkConstants[_0x399128(0x1b4)]])){_0x593dcf=_0x37499b[TestFrameworkConstants[_0x399128(0x1b4)]]||[],logger[_0x399128(0x172)](_0x399128(0xe5)+_0x593dcf[_0x399128(0x128)]+_0x399128(0xdc)+_0x339195);const _0x38c028={[TestFrameworkConstants[_0x399128(0x1b4)]]:[]},_0x152180={};_0x152180[_0x339195]=_0x38c028,_0x1e5bc6[_0x399128(0x225)](_0x152180),logger[_0x399128(0x172)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x339195);}else logger[_0x399128(0x172)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x339195);logger[_0x399128(0x172)](_0x399128(0x18c)+_0x593dcf['length']+'\x20for\x20testId:\x20'+_0x339195);const _0x34919d=_0x593dcf[_0x399128(0x1b6)](_0x2bc50b=>_0x2bc50b[_0x399128(0x1af)]===_0x399128(0x161));_0x51ebdb[_0x399128(0x1f5)](_0x34919d[_0x399128(0x128)],0x0)&&(logger[_0x399128(0x172)](_0x399128(0x137)+_0x34919d[_0x399128(0x128)]+_0x399128(0x1de)+_0x339195),_0x34919d[_0x399128(0x23a)]((_0x32317d,_0x3e9674)=>{const _0xfadcbb=_0x399128;logger[_0xfadcbb(0x172)](_0xfadcbb(0x119)+_0x51ebdb[_0xfadcbb(0x1c4)](_0x3e9674,0x1)+'/'+_0x34919d['length']+_0xfadcbb(0x173)+(_0x32317d[_0xfadcbb(0xe2)]||_0x51ebdb[_0xfadcbb(0x20a)])+_0xfadcbb(0x19d)+(_0x32317d[_0xfadcbb(0xd0)]||_0x51ebdb[_0xfadcbb(0x20a)])+_0xfadcbb(0x208)+(_0x32317d[_0xfadcbb(0x129)]||_0x51ebdb[_0xfadcbb(0x13a)])+',\x20messageLength='+(_0x32317d[_0xfadcbb(0xe8)]?.[_0xfadcbb(0x128)]||0x0));}));const _0x365fe0=_0x37499b[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x5b0373=_0x51ebdb[_0x399128(0x19c)](getMediaArtifactsLogs,_0x365fe0,null,_0x339195),_0x4960ea=(_0x593dcf||[])[_0x399128(0xc1)](_0x5b0373||[]),_0x3d2d87=_0x34919d?.['length']||0x0,_0x124417=_0x51ebdb[_0x399128(0x1ff)](_0x593dcf?.['length']||0x0,_0x3d2d87);logger[_0x399128(0x172)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20'+_0x339195+_0x399128(0x1bf)+_0x124417+_0x399128(0xbd)+_0x3d2d87+',\x20attachmentLogs:\x20'+(_0x5b0373?.['length']||0x0)+_0x399128(0x124)+_0x4960ea[_0x399128(0x128)]);if(!_0x4960ea||_0x51ebdb[_0x399128(0xc5)](_0x4960ea[_0x399128(0x128)],0x0)){logger['debug'](_0x399128(0x151)+_0x339195);return;}const _0x568ee6=0x28,_0x4c3cb8=Math[_0x399128(0x240)](_0x51ebdb[_0x399128(0x16b)](_0x4960ea[_0x399128(0x128)],_0x568ee6));for(let _0x2ccc8a=0x0;_0x51ebdb['PzDyE'](_0x2ccc8a,_0x4c3cb8);_0x2ccc8a++){const _0x128373=_0x51ebdb['yEXHE'](_0x2ccc8a,_0x568ee6),_0x2fbadf=_0x51ebdb[_0x399128(0x1c4)](_0x128373,_0x568ee6),_0x4a01b2=_0x4960ea[_0x399128(0xf5)](_0x128373,_0x2fbadf),_0x528dfd=global?.['__workerDetails']?.[_0x399128(0x179)]?.[_0x399128(0x178)]||0x0,_0x5b3e49={'platformIndex':_0x528dfd,'logs':_0x4a01b2,'testFrameworkName':_0x158da1,'testFrameworkVersion':_0x455025,'testFrameworkState':_0x53c667[_0x399128(0x1ab)]()[_0x399128(0x236)]('.')[0x1]},_0x20c326={};_0x20c326[_0x399128(0xcc)]=0x3,_0x20c326[_0x399128(0x169)]=0x5,logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x51ebdb[_0x399128(0x1b1)](_0x2ccc8a,0x1)+'/'+_0x4c3cb8+_0x399128(0x1c7)+_0x339195+_0x399128(0x210)+_0x4a01b2['length']+_0x399128(0x15b)+_0x528dfd+_0x399128(0x1a4)+util[_0x399128(0x197)](_0x5b3e49,_0x20c326));const _0x4e55fb=await GrpcClient[_0x399128(0xf0)]()[_0x399128(0x147)](_0x5b3e49);logger[_0x399128(0x172)](_0x399128(0x1be)+_0x51ebdb[_0x399128(0x1b1)](_0x2ccc8a,0x1)+'/'+_0x4c3cb8+'\x20-\x20testId:\x20'+_0x339195+_0x399128(0xcb)+util[_0x399128(0x197)](_0x4e55fb));}if(_0x5b0373&&_0x51ebdb['cRsHI'](_0x5b0373[_0x399128(0x128)],0x0)&&_0x37499b[TestFrameworkConstants[_0x399128(0x16d)]]){const _0x424a96={[TestFrameworkConstants[_0x399128(0x16d)]]:{}},_0x12410d={};_0x12410d[_0x339195]=_0x424a96,_0x1e5bc6[_0x399128(0x225)](_0x12410d);}logger[_0x399128(0x172)](_0x399128(0xf4)+_0x339195+_0x399128(0x1e6)+_0x4c3cb8);}catch(_0x1a1d00){logger[_0x399128(0x1ad)](_0x399128(0x13d)+(_0x1163ea[_0x399128(0x1d7)]||_0x1163ea[_0x399128(0x148)])+_0x399128(0xc4)+util[_0x399128(0x152)](_0x1a1d00));}}[a71_0x3fb4df(0x100)](_0x30742d,_0x428923,_0x2845c0,_0x380a38,_0x328bd1){const _0xf8b2b8=a71_0x3fb4df,_0x2bce30={};_0x2bce30['tvvWQ']=function(_0x2428df,_0x52e88b){return _0x2428df===_0x52e88b;},_0x2bce30[_0xf8b2b8(0xd6)]=_0xf8b2b8(0xd1);const _0x453c44=_0x2bce30,{hookData:_0x3f7e6c}=_0x328bd1,_0x29b043={'testId':_0x428923,'testFrameworkState':_0x2845c0,'hookState':_0x380a38,'args':_0x328bd1,'timestamp':new Date()[_0xf8b2b8(0x121)]()};if(_0x453c44[_0xf8b2b8(0x15e)](_0x2845c0,TestFrameworkState[_0xf8b2b8(0x1d5)])&&_0x3f7e6c){const _0x2de711={};_0x2de711[_0xf8b2b8(0x227)]=_0x3f7e6c[_0xf8b2b8(0x1f4)]||_0x3f7e6c[_0xf8b2b8(0xe9)],_0x2de711[_0xf8b2b8(0x171)]=_0x3f7e6c[_0xf8b2b8(0x171)]||_0x3f7e6c[_0xf8b2b8(0x20c)]&&_0x3f7e6c[_0xf8b2b8(0x20c)][0x0]||'',_0x2de711[_0xf8b2b8(0x111)]=_0x453c44['wEBbG'],_0x29b043[_0xf8b2b8(0x18a)]=_0x2de711,logger[_0xf8b2b8(0x172)]('[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20'+_0x428923+',\x20filePath:\x20'+_0x29b043['hookMetadata'][_0xf8b2b8(0x227)]+_0xf8b2b8(0x123)+_0x29b043[_0xf8b2b8(0x18a)][_0xf8b2b8(0x171)]);}_0x30742d[_0xf8b2b8(0x238)](_0x428923,_0x29b043),logger[_0xf8b2b8(0x172)](_0xf8b2b8(0xce)+_0x428923+_0xf8b2b8(0xff)+_0x2845c0+_0xf8b2b8(0xd8)+_0x380a38);}async[a71_0x3fb4df(0x221)](_0x3162e5,_0x1666e9){const _0x1cf31b=a71_0x3fb4df,_0x369400={};_0x369400[_0x1cf31b(0x10b)]=function(_0x50bada,_0x323441){return _0x50bada>_0x323441;},_0x369400[_0x1cf31b(0x213)]='[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20${testFilePath},\x20scope:\x20${testScope}',_0x369400['YQVTr']=function(_0x1f5f89,_0x2fa4dc){return _0x1f5f89===_0x2fa4dc;},_0x369400[_0x1cf31b(0x167)]=function(_0x384d57,_0x1d0fff){return _0x384d57===_0x1d0fff;},_0x369400[_0x1cf31b(0x196)]=function(_0x13c9f5,_0x2fbed2){return _0x13c9f5>_0x2fbed2;},_0x369400['CqLHH']=function(_0x33de13,_0x5879f1){return _0x33de13===_0x5879f1;},_0x369400['LrALJ']='[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook',_0x369400[_0x1cf31b(0x1b5)]=_0x1cf31b(0x160);const _0x10f10d=_0x369400;if(_0x3162e5[_0x1cf31b(0x145)](_0x1666e9)){const _0x17a584=_0x3162e5[_0x1cf31b(0x144)](_0x1666e9);logger[_0x1cf31b(0x172)](_0x1cf31b(0x16a)+_0x17a584['length']+_0x1cf31b(0x1e5)+_0x1666e9);for(const _0x553781 of _0x17a584){try{const _0x3e49c5=await this[_0x1cf31b(0x120)](_0x3162e5,_0x553781['testFrameworkState'],_0x553781[_0x1cf31b(0x1e4)],_0x553781[_0x1cf31b(0xe1)]);_0x3e49c5&&_0x10f10d['SkTjA'](Object[_0x1cf31b(0xc0)](_0x3e49c5)[_0x1cf31b(0x128)],0x0)&&_0x3162e5[_0x1cf31b(0x225)](_0x3e49c5),await this['runHooks'](_0x3162e5,_0x553781[_0x1cf31b(0x224)],_0x553781['hookState'],_0x553781[_0x1cf31b(0xe1)]);}catch(_0x118919){logger[_0x1cf31b(0x1ad)](_0x1cf31b(0x247)+_0x1666e9+',\x20error:\x20'+_0x118919);}}_0x3162e5['removePendingHooks'](_0x1666e9),logger[_0x1cf31b(0x172)](_0x1cf31b(0x24c)+_0x1666e9);}const _0x4c27bf=_0x3162e5[_0x1cf31b(0x222)]()[_0x1cf31b(0x103)](_0x1666e9);if(_0x4c27bf){const _0x575ca6=_0x4c27bf[TestFrameworkConstants[_0x1cf31b(0x20f)]]||_0x4c27bf[TestFrameworkConstants[_0x1cf31b(0x193)]],_0x2980ca=_0x4c27bf[TestFrameworkConstants[_0x1cf31b(0xba)]]||_0x4c27bf[TestFrameworkConstants[_0x1cf31b(0x1cb)]]&&_0x4c27bf[TestFrameworkConstants[_0x1cf31b(0x1cb)]][0x0]||'';logger[_0x1cf31b(0x172)](_0x10f10d['ePTbR']);const _0x384ed7=_0x3162e5[_0x1cf31b(0x239)]();for(const _0x50e1c8 of _0x384ed7){if(_0x10f10d[_0x1cf31b(0xe7)](_0x50e1c8,_0x1666e9))continue;if(_0x3162e5[_0x1cf31b(0x145)](_0x50e1c8)){const _0x270a58=_0x3162e5[_0x1cf31b(0x144)](_0x50e1c8);for(const _0x15aacb of _0x270a58){if(_0x10f10d[_0x1cf31b(0xe7)](_0x15aacb['testFrameworkState'],TestFrameworkState[_0x1cf31b(0x1d5)])&&_0x15aacb[_0x1cf31b(0x18a)]){const _0x23a472=_0x15aacb['hookMetadata']['filePath'],_0x21cd87=_0x15aacb[_0x1cf31b(0x18a)][_0x1cf31b(0x171)];if(_0x10f10d[_0x1cf31b(0xe7)](_0x23a472,_0x575ca6)&&_0x10f10d['Wwpcm'](_0x21cd87,_0x2980ca)){logger[_0x1cf31b(0x172)](_0x1cf31b(0x130)+_0x50e1c8+_0x1cf31b(0x1c2)+_0x1666e9+_0x1cf31b(0xee)+_0x23a472+',\x20scope:\x20'+_0x21cd87);_0x15aacb[_0x1cf31b(0xe1)]&&_0x15aacb['args'][_0x1cf31b(0x176)]&&(_0x15aacb[_0x1cf31b(0xe1)][_0x1cf31b(0x176)][_0x1cf31b(0xd9)]=_0x1666e9,logger[_0x1cf31b(0x172)](_0x1cf31b(0x23e)+_0x50e1c8+_0x1cf31b(0x230)+_0x1666e9));try{const _0x53df75=await this[_0x1cf31b(0x120)](_0x3162e5,_0x15aacb[_0x1cf31b(0x224)],_0x15aacb[_0x1cf31b(0x1e4)],_0x15aacb['args']);_0x53df75&&_0x10f10d[_0x1cf31b(0x196)](Object[_0x1cf31b(0xc0)](_0x53df75)[_0x1cf31b(0x128)],0x0)&&_0x3162e5['addMultipleEntries'](_0x53df75);await this['runHooks'](_0x3162e5,_0x15aacb[_0x1cf31b(0x224)],_0x15aacb['hookState'],_0x15aacb[_0x1cf31b(0xe1)]);const _0x5bdedd=_0x3162e5[_0x1cf31b(0x144)](_0x50e1c8)[_0x1cf31b(0x1b6)](_0xc1cd27=>_0xc1cd27!==_0x15aacb);if(_0x10f10d[_0x1cf31b(0x1fd)](_0x5bdedd['length'],0x0))_0x3162e5['removePendingHooks'](_0x50e1c8);else{_0x3162e5[_0x1cf31b(0x185)](_0x50e1c8);for(const _0x31e488 of _0x5bdedd){_0x3162e5[_0x1cf31b(0x238)](_0x50e1c8,_0x31e488);}}logger[_0x1cf31b(0x172)](_0x10f10d[_0x1cf31b(0xdd)]);}catch(_0x334831){logger[_0x1cf31b(0x1ad)](_0x10f10d[_0x1cf31b(0x1b5)]);}}}}}}}}[a71_0x3fb4df(0x104)](_0x29fd1d){const _0x5b00b7=a71_0x3fb4df,_0x2dec3b={'EbTTd':function(_0x1402be){return _0x1402be();}};if(!_0x29fd1d||!_0x29fd1d[_0x5b00b7(0x1b9)])return;_0x29fd1d['parent'][_0x5b00b7(0xda)]&&Array['isArray'](_0x29fd1d[_0x5b00b7(0x1b9)]['hooks'])&&_0x29fd1d[_0x5b00b7(0x1b9)][_0x5b00b7(0xda)][_0x5b00b7(0x23a)](_0x182cca=>{const _0x3e6518=_0x5b00b7;!_0x182cca[_0x3e6518(0x1e1)]&&!_0x182cca['hookUUID']&&(_0x182cca[_0x3e6518(0x1e1)]=_0x2dec3b['EbTTd'](uuidv4),_0x182cca['hookUUID']=_0x182cca[_0x3e6518(0x1e1)],logger['debug'](_0x3e6518(0xb8)+_0x182cca[_0x3e6518(0x168)]+_0x3e6518(0x113)+_0x182cca['hookAnalyticsId']));}),this[_0x5b00b7(0x104)](_0x29fd1d[_0x5b00b7(0x1b9)]);}['getHooksForTest'](_0x3ec5e9){const _0x4584d7=a71_0x3fb4df,_0x2d9668={'yetAV':function(_0x5c4b64,_0x361e12){return _0x5c4b64(_0x361e12);}};if(!_0x3ec5e9||!_0x3ec5e9['parent'])return[];const _0x41e657=[];return _0x3ec5e9[_0x4584d7(0x1b9)][_0x4584d7(0xda)]&&Array[_0x4584d7(0xf9)](_0x3ec5e9[_0x4584d7(0x1b9)][_0x4584d7(0xda)])&&_0x3ec5e9[_0x4584d7(0x1b9)][_0x4584d7(0xda)][_0x4584d7(0x23a)](_0xc72cdd=>{const _0x3f5282=_0x4584d7,_0x2172ad=_0xc72cdd['hookAnalyticsId']||_0xc72cdd[_0x3f5282(0xdb)];_0x2172ad&&!this[_0x3f5282(0x1f6)](_0xc72cdd)&&!_0x2d9668[_0x3f5282(0xfd)](isInternalHook,_0xc72cdd['fn'])&&_0x41e657['push'](_0x2172ad);}),[..._0x41e657,...this[_0x4584d7(0x1bb)](_0x3ec5e9[_0x4584d7(0x1b9)])];}[a71_0x3fb4df(0x1a6)](_0x434c54){const _0x2398d1=a71_0x3fb4df,_0x47060d={'vPVWy':function(_0x2df7e4,_0x307c64){return _0x2df7e4(_0x307c64);},'rmmEM':_0x2398d1(0x24e),'eEHsh':function(_0x5061c2,_0x3d6258){return _0x5061c2(_0x3d6258);}},_0x55f77f=new Map(),_0x178efe=_0x2a8eb8=>{const _0xdeb775=_0x2398d1;if(!_0x2a8eb8||!_0x2a8eb8[_0xdeb775(0x1b9)])return;_0x2a8eb8[_0xdeb775(0x1b9)][_0xdeb775(0xda)]&&Array[_0xdeb775(0xf9)](_0x2a8eb8['parent'][_0xdeb775(0xda)])&&_0x2a8eb8[_0xdeb775(0x1b9)][_0xdeb775(0xda)][_0xdeb775(0x23a)](_0x3fd5ef=>{const _0x3c28cc=_0xdeb775,_0x256633=_0x3fd5ef[_0x3c28cc(0x1e1)]||_0x3fd5ef[_0x3c28cc(0xdb)];if(_0x256633&&!this[_0x3c28cc(0x1f6)](_0x3fd5ef)&&!_0x47060d[_0x3c28cc(0x170)](isInternalHook,_0x3fd5ef['fn'])){const _0x33f1de={};_0x33f1de['type']=_0x3fd5ef['type']||_0x47060d[_0x3c28cc(0x202)],_0x33f1de[_0x3c28cc(0x153)]=_0x3fd5ef['name']||'\x22'+_0x3fd5ef[_0x3c28cc(0x168)]+_0x3c28cc(0x217),_0x55f77f[_0x3c28cc(0x10c)](_0x256633,_0x33f1de);}}),_0x47060d[_0xdeb775(0x223)](_0x178efe,_0x2a8eb8[_0xdeb775(0x1b9)]);};return _0x47060d['vPVWy'](_0x178efe,_0x434c54),_0x55f77f;}[a71_0x3fb4df(0x1f6)](_0x1308b5){const _0x4b1363=a71_0x3fb4df,_0x273bf4={};_0x273bf4[_0x4b1363(0xc9)]='jest-circus',_0x273bf4['yBJeX']=_0x4b1363(0x245);const _0x538723=_0x273bf4;try{const _0x4be3fc=this[_0x4b1363(0x154)](_0x1308b5);return _0x4be3fc&&_0x4be3fc[_0x4b1363(0x23d)](_0x538723['zsUhz']);}catch(_0x3019f3){logger[_0x4b1363(0x172)](_0x538723[_0x4b1363(0x1f2)]);}return![];}[a71_0x3fb4df(0x154)](_0x5e2c72){const _0x14bca7=a71_0x3fb4df;if(_0x5e2c72[_0x14bca7(0x108)])try{const _0x36da30=stackTrace[_0x14bca7(0xd5)](_0x5e2c72[_0x14bca7(0x108)]);return _0x36da30[0x0]?_0x36da30[0x0][_0x14bca7(0x143)]():null;}catch(_0x4130f7){logger[_0x14bca7(0x172)](_0x14bca7(0xf1)+util[_0x14bca7(0x152)](_0x4130f7));}if(_0x5e2c72[_0x14bca7(0xbc)])return _0x5e2c72[_0x14bca7(0xbc)];return null;}}module['exports']=JestTestFramework;
|
|
1
|
+
const a71_0x1b57ae=a71_0x3731;function a71_0x3731(_0x13bfb8,_0x707aee){const _0x53b1af=a71_0x53b1();return a71_0x3731=function(_0x3731f6,_0x1f80b5){_0x3731f6=_0x3731f6-0xee;let _0x102dca=_0x53b1af[_0x3731f6];return _0x102dca;},a71_0x3731(_0x13bfb8,_0x707aee);}(function(_0x15ffff,_0x2506e0){const _0x13c186=a71_0x3731,_0x21271d=_0x15ffff();while(!![]){try{const _0x2189c2=parseInt(_0x13c186(0xf2))/0x1+-parseInt(_0x13c186(0x1d8))/0x2*(-parseInt(_0x13c186(0x112))/0x3)+-parseInt(_0x13c186(0x1f2))/0x4+-parseInt(_0x13c186(0x20c))/0x5+-parseInt(_0x13c186(0x135))/0x6*(parseInt(_0x13c186(0x291))/0x7)+parseInt(_0x13c186(0x1bf))/0x8+-parseInt(_0x13c186(0x103))/0x9*(-parseInt(_0x13c186(0x105))/0xa);if(_0x2189c2===_0x2506e0)break;else _0x21271d['push'](_0x21271d['shift']());}catch(_0x109df2){_0x21271d['push'](_0x21271d['shift']());}}}(a71_0x53b1,0x24f91));const TestFramework=require('./testFramework'),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a71_0x1b57ae(0x136)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a71_0x1b57ae(0x245)),TrackedInstance=require(a71_0x1b57ae(0x175)),TestFrameworkConstants=require(a71_0x1b57ae(0x22d)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a71_0x1b57ae(0x262)),{isInternalHook}=require(a71_0x1b57ae(0x282)),logger=createClassLogger(a71_0x1b57ae(0x238)),{v4:uuidv4}=require(a71_0x1b57ae(0x145)),util=require(a71_0x1b57ae(0x122)),TestInfo=require(a71_0x1b57ae(0x212)),GrpcClient=require(a71_0x1b57ae(0x113)),stackTrace=require('stack-trace');class JestTestFramework extends TestFramework{constructor(_0x599fe4,_0x4ec5f2,_0x266c4f){const _0x4400b5=a71_0x1b57ae;super(_0x599fe4,_0x4ec5f2,_0x266c4f),this[_0x4400b5(0x199)]=new Map();}[a71_0x1b57ae(0x196)](_0x560ba3,_0x5dc0d3,_0x238f7c){const _0x51ea85=a71_0x1b57ae,_0x2ec007={};_0x2ec007[_0x51ea85(0x287)]=function(_0x4cbefe,_0x4fce87){return _0x4cbefe||_0x4fce87;};const _0x1350b8=_0x2ec007;if(_0x1350b8[_0x51ea85(0x287)](!_0x560ba3,!_0x5dc0d3)){logger[_0x51ea85(0x285)]('[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x560ba3+_0x51ea85(0x1f0)+_0x5dc0d3);return;}!this['activeHooks']['has'](_0x560ba3)&&this[_0x51ea85(0x199)][_0x51ea85(0x25b)](_0x560ba3,[]);const _0x57cb60={'hookUUID':_0x5dc0d3,'hookType':_0x238f7c,'startedAt':new Date()[_0x51ea85(0x1fe)]()};this[_0x51ea85(0x199)][_0x51ea85(0x28c)](_0x560ba3)[_0x51ea85(0x120)](_0x57cb60),logger[_0x51ea85(0x1ab)](_0x51ea85(0x239)+_0x560ba3+',\x20hookUUID='+_0x5dc0d3+_0x51ea85(0x1cb)+_0x238f7c+_0x51ea85(0x125)+this[_0x51ea85(0x199)][_0x51ea85(0x28c)](_0x560ba3)['length']);}[a71_0x1b57ae(0x231)](_0x2c8f82,_0x1c37ff){const _0x4b4a2e=a71_0x1b57ae,_0x5545d1={};_0x5545d1[_0x4b4a2e(0x242)]=function(_0x432bd2,_0x5c875a){return _0x432bd2||_0x5c875a;},_0x5545d1['uMJde']=function(_0x4b4b0e,_0xf41097){return _0x4b4b0e!==_0xf41097;},_0x5545d1['QZzaf']=function(_0x38086a,_0x306f95){return _0x38086a===_0x306f95;};const _0x515e11=_0x5545d1;if(_0x515e11[_0x4b4a2e(0x242)](!_0x2c8f82,!_0x1c37ff)){logger[_0x4b4a2e(0x285)]('[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x2c8f82+',\x20hookUUID='+_0x1c37ff);return;}if(this['activeHooks'][_0x4b4a2e(0x158)](_0x2c8f82)){const _0x5048ba=this['activeHooks'][_0x4b4a2e(0x28c)](_0x2c8f82),_0x121473=_0x5048ba[_0x4b4a2e(0x149)](_0x249e37=>_0x249e37[_0x4b4a2e(0x1c2)]===_0x1c37ff);_0x515e11[_0x4b4a2e(0x118)](_0x121473,-0x1)?(_0x5048ba[_0x4b4a2e(0x20d)](_0x121473,0x1),logger[_0x4b4a2e(0x1ab)](_0x4b4a2e(0x22b)+_0x2c8f82+_0x4b4a2e(0x1f0)+_0x1c37ff+_0x4b4a2e(0x226)+_0x5048ba[_0x4b4a2e(0x1d3)]),_0x515e11[_0x4b4a2e(0x24e)](_0x5048ba[_0x4b4a2e(0x1d3)],0x0)&&this['activeHooks'][_0x4b4a2e(0x138)](_0x2c8f82)):logger[_0x4b4a2e(0x1ab)]('[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier='+_0x2c8f82+_0x4b4a2e(0x1f0)+_0x1c37ff);}}[a71_0x1b57ae(0x13b)](_0x899235){const _0x1e0db4=a71_0x1b57ae,_0x4dd638={};_0x4dd638[_0x1e0db4(0x224)]=function(_0x5386f9,_0x16e4db){return _0x5386f9>_0x16e4db;},_0x4dd638[_0x1e0db4(0x23a)]=function(_0x1a5ee3,_0x5d58e0){return _0x1a5ee3-_0x5d58e0;};const _0x420059=_0x4dd638;if(!_0x899235)return null;if(this[_0x1e0db4(0x199)][_0x1e0db4(0x158)](_0x899235)){const _0x4c1fbc=this[_0x1e0db4(0x199)][_0x1e0db4(0x28c)](_0x899235);if(_0x420059[_0x1e0db4(0x224)](_0x4c1fbc[_0x1e0db4(0x1d3)],0x0)){const _0x233d6f=_0x4c1fbc[_0x420059[_0x1e0db4(0x23a)](_0x4c1fbc['length'],0x1)];return logger['debug'](_0x1e0db4(0x278)+_0x899235+',\x20hookUUID='+_0x233d6f['hookUUID']+_0x1e0db4(0x1cb)+_0x233d6f[_0x1e0db4(0x192)]),_0x233d6f;}}return null;}async[a71_0x1b57ae(0x1b7)](_0x5ace6c,_0x121735,_0x518b75={}){const _0x1dd8ff=a71_0x1b57ae,_0x5e93a0={};_0x5e93a0[_0x1dd8ff(0x185)]=_0x1dd8ff(0x129),_0x5e93a0['ZzZpm']=function(_0x241ff3,_0xff0f88){return _0x241ff3===_0xff0f88;},_0x5e93a0[_0x1dd8ff(0x261)]=function(_0x40b4f2,_0x54709a){return _0x40b4f2===_0x54709a;},_0x5e93a0['BsWWT']=function(_0x24f2f9,_0x2bc652){return _0x24f2f9||_0x2bc652;},_0x5e93a0[_0x1dd8ff(0x264)]=_0x1dd8ff(0x25d);const _0xa80001=_0x5e93a0;logger[_0x1dd8ff(0x1ab)]('[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState='+_0x5ace6c+_0x1dd8ff(0x1de)+_0x121735+_0x1dd8ff(0x18a)+Object[_0x1dd8ff(0xfa)](_0x518b75)[_0x1dd8ff(0x235)](',')),await super[_0x1dd8ff(0x1b7)](_0x5ace6c,_0x121735,_0x518b75);const _0x5b47fc=this[_0x1dd8ff(0x205)](_0x5ace6c,_0x121735,_0x518b75);if(!_0x5b47fc){logger[_0x1dd8ff(0x1ab)](_0xa80001[_0x1dd8ff(0x185)]);return;}try{let _0x251705,_0x1ea270,_0x24b315;switch(_0x5ace6c){case TestFrameworkState[_0x1dd8ff(0x1b6)]:_0x251705=_0x518b75[_0x1dd8ff(0x17d)];const _0x18373c={};_0x18373c[_0x1dd8ff(0xfd)]=0x2,_0x18373c[_0x1dd8ff(0x1b0)]=0x3,logger[_0x1dd8ff(0x1ab)](_0x1dd8ff(0x23c)+_0x121735+_0x1dd8ff(0x25e)+util['inspect'](_0x251705,_0x18373c)),_0x24b315=this[_0x1dd8ff(0x216)](_0x251705),_0x1ea270=null,logger[_0x1dd8ff(0x1ab)](_0x1dd8ff(0x14c)+_0x24b315+'\x20(testIdentifier)');if(_0xa80001[_0x1dd8ff(0x190)](_0x121735,HookState[_0x1dd8ff(0x21a)])){logger[_0x1dd8ff(0x1ab)](_0x1dd8ff(0x19f)+_0x24b315);const _0x479759={};_0x479759[_0x1dd8ff(0x154)]=_0x1ea270,_0x479759['testData']=_0x251705,_0x479759[_0x1dd8ff(0x11f)]=_0x24b315;const _0x1048c3=this[_0x1dd8ff(0x10a)](_0x479759),_0x207d88={};_0x207d88['depth']=0x2,_0x207d88[_0x1dd8ff(0x1b0)]=0x3,logger['debug'](_0x1dd8ff(0x15c)+util[_0x1dd8ff(0x1b1)](_0x1048c3,_0x207d88)),_0x5b47fc['addMultipleEntries'](_0x1048c3),logger['debug'](_0x1dd8ff(0x246)+_0x24b315),await this[_0x1dd8ff(0x1bc)](_0x5b47fc,_0x24b315);}else{if(_0xa80001['lYLYr'](_0x121735,HookState[_0x1dd8ff(0x249)])){logger[_0x1dd8ff(0x1ab)](_0x1dd8ff(0xee)+_0x24b315);const _0x5e0cec=_0x5b47fc[_0x1dd8ff(0x1ee)]()[_0x1dd8ff(0x28c)](_0x24b315);logger[_0x1dd8ff(0x1ab)](_0x1dd8ff(0x23e)+util['inspect'](Object[_0x1dd8ff(0xfa)](_0xa80001[_0x1dd8ff(0x20b)](_0x5e0cec,{}))));_0x5e0cec&&_0x5e0cec[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]?logger[_0x1dd8ff(0x1ab)](_0x1dd8ff(0x1aa)+Object['keys'](_0x5e0cec[TestFrameworkConstants[_0x1dd8ff(0x1f7)]])[_0x1dd8ff(0x1d3)]+_0x1dd8ff(0x131)):logger[_0x1dd8ff(0x1ab)](_0xa80001[_0x1dd8ff(0x264)]);const _0x358cae=_0x518b75['originalTest']||null,_0x1b90cd={};_0x1b90cd[_0x1dd8ff(0x154)]=_0x1ea270,_0x1b90cd[_0x1dd8ff(0x25a)]=_0x251705,_0x1b90cd['testId']=_0x24b315,_0x1b90cd[_0x1dd8ff(0x1c0)]=_0x358cae;const _0x1904e8=this[_0x1dd8ff(0x157)](_0x1b90cd),_0x3078ff={};_0x3078ff[_0x1dd8ff(0xfd)]=0x2,_0x3078ff['maxArrayLength']=0x3,logger[_0x1dd8ff(0x1ab)](_0x1dd8ff(0x250)+util[_0x1dd8ff(0x1b1)](_0x1904e8,_0x3078ff)),_0x5b47fc[_0x1dd8ff(0x208)](_0x1904e8),logger['debug'](_0x1dd8ff(0x1a5)+_0x24b315),await this['processPendingHooks'](_0x5b47fc,_0x24b315);}}break;case TestFrameworkState[_0x1dd8ff(0x11e)]:if(_0xa80001[_0x1dd8ff(0x190)](_0x121735,HookState[_0x1dd8ff(0x249)])){const _0x409a85={};_0x409a85[_0x1dd8ff(0xfd)]=0x2,logger['debug'](_0x1dd8ff(0x1ff)+util[_0x1dd8ff(0x1b1)](_0x518b75,_0x409a85)),await this[_0x1dd8ff(0x200)](_0x5b47fc,_0x5ace6c,_0x518b75);}break;default:if(CLIUtils[_0x1dd8ff(0x134)](_0x5ace6c[_0x1dd8ff(0x144)]()[_0x1dd8ff(0x213)]('.')[0x1])){const _0x363824={};_0x363824[_0x1dd8ff(0xfd)]=0x2,_0x363824[_0x1dd8ff(0x1b0)]=0x3,logger[_0x1dd8ff(0x1ab)](_0x1dd8ff(0x1e3)+_0x5ace6c+_0x1dd8ff(0x1de)+_0x121735+',\x20hookData='+util[_0x1dd8ff(0x1b1)](_0x518b75[_0x1dd8ff(0x252)],_0x363824));const _0x12df68=await this['trackHookEvent'](_0x5b47fc,_0x5ace6c,_0x121735,_0x518b75),_0x3d3f4e={};_0x3d3f4e['depth']=0x2,_0x3d3f4e[_0x1dd8ff(0x1b0)]=0x3,logger[_0x1dd8ff(0x1ab)](_0x1dd8ff(0x133)+util[_0x1dd8ff(0x1b1)](_0x12df68,_0x3d3f4e)),_0x5b47fc[_0x1dd8ff(0x208)](_0x12df68);}else logger['debug'](_0x1dd8ff(0x172)+_0x5ace6c+_0x1dd8ff(0x273)+_0x121735);break;}logger['debug'](_0x1dd8ff(0x12f)+_0x5ace6c+_0x1dd8ff(0x1de)+_0x121735);}catch(_0x33ec9b){logger[_0x1dd8ff(0x14b)]('[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState='+_0x5ace6c+_0x1dd8ff(0x1de)+_0x121735+_0x1dd8ff(0x1af)+util[_0x1dd8ff(0x115)](_0x33ec9b));}_0x518b75[_0x1dd8ff(0x23b)]=_0x5b47fc,await this[_0x1dd8ff(0x1f6)](_0x5b47fc,_0x5ace6c,_0x121735,_0x518b75);}[a71_0x1b57ae(0x216)](_0x15ecaa){const _0x308da1=a71_0x1b57ae,_0x33760e={};_0x33760e[_0x308da1(0xf6)]='[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback';const _0x5b65b9=_0x33760e;if(_0x15ecaa&&(_0x15ecaa['id']||_0x15ecaa[_0x308da1(0x145)])){const _0x4002d9=_0x15ecaa['id']||_0x15ecaa[_0x308da1(0x145)];return logger[_0x308da1(0x1ab)](_0x308da1(0x166)+_0x4002d9+_0x308da1(0x1da)),_0x4002d9;}return logger[_0x308da1(0x1ab)](_0x5b65b9[_0x308da1(0xf6)]),process[_0x308da1(0x16a)]+':testAnalyticsId';}[a71_0x1b57ae(0x205)](_0x4244f5,_0x12019e,_0x42841b={}){const _0x5e05dc=a71_0x1b57ae;let _0x4d189f=null;return _0x4d189f=TestFramework[_0x5e05dc(0x1d0)](),!_0x4d189f?(logger[_0x5e05dc(0x1ab)](_0x5e05dc(0x230)+_0x4244f5),this[_0x5e05dc(0xf0)](_0x4244f5,_0x42841b),_0x4d189f=TestFramework[_0x5e05dc(0x1d0)](),logger[_0x5e05dc(0x1ab)](_0x5e05dc(0x188)+!!_0x4d189f+',\x20contextId='+_0x4d189f?.[_0x5e05dc(0x27b)]()?.[_0x5e05dc(0x1ba)]())):logger[_0x5e05dc(0x1ab)](_0x5e05dc(0x14e)+_0x4d189f[_0x5e05dc(0x27b)]()?.['getId']()),_0x4d189f;}[a71_0x1b57ae(0xf0)](_0x1a6553,_0x2bad20){const _0x3c562b=a71_0x1b57ae,_0x44f4d5={};_0x44f4d5[_0x3c562b(0x20a)]='trackJestInstance:\x20instance\x20already\x20exists';const _0x16678e=_0x44f4d5;if(TestFramework[_0x3c562b(0x1d0)]()){logger['debug'](_0x16678e[_0x3c562b(0x20a)]);return;}const _0x198bda=CLIUtils[_0x3c562b(0x248)](),_0x1c95c8=TrackedInstance[_0x3c562b(0x168)](_0x198bda);let _0x800309=null;logger[_0x3c562b(0x1ab)](_0x3c562b(0x12c)+_0x198bda+_0x3c562b(0x16b)+_0x1a6553),_0x800309=new TestFrameworkInstance(_0x1c95c8,this[_0x3c562b(0x275)](),this[_0x3c562b(0x1e6)](),_0x1a6553,HookState[_0x3c562b(0x16f)]),TestFramework[_0x3c562b(0x14d)](_0x1c95c8,_0x800309),logger[_0x3c562b(0x1ab)](_0x3c562b(0x147)+_0x1c95c8[_0x3c562b(0x1ba)]()+_0x3c562b(0x180)+_0x198bda+_0x3c562b(0x17a)+this[_0x3c562b(0x275)]()[0x0]+_0x3c562b(0x26c)+this[_0x3c562b(0x1e6)]()[this[_0x3c562b(0x275)]()[0x0]]);}['parseJestTest'](_0x3bc3a1){const _0x42edc0=a71_0x1b57ae,_0xa76191={};_0xa76191[_0x42edc0(0x1fd)]=function(_0x1c39fe,_0x5395af){return _0x1c39fe||_0x5395af;},_0xa76191[_0x42edc0(0x17e)]='No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test';const _0x3becfe=_0xa76191,{testUUID:_0x4129f9,testData:_0x30a300,testId:_0x58e516}=_0x3bc3a1;if(_0x3becfe[_0x42edc0(0x1fd)](!_0x30a300,!_0x58e516))return logger[_0x42edc0(0x1ab)](_0x3becfe[_0x42edc0(0x17e)]),{};const _0x795d24=this['getTestFrameworks']()[0x0],_0x5f3792=this[_0x42edc0(0x1e6)](),_0x4e9c8d={};_0x4e9c8d[_0x42edc0(0xfd)]=0x2,_0x4e9c8d[_0x42edc0(0x1b0)]=0x3,logger[_0x42edc0(0x1ab)](_0x42edc0(0x28f)+util[_0x42edc0(0x1b1)](_0x30a300,_0x4e9c8d));const _0x953231=_0x30a300?.[_0x42edc0(0x1b4)]||[],_0x5ce3a0=this['getJestTestName'](_0x30a300),_0x2a4aaa=this[_0x42edc0(0xff)](_0x30a300),_0x2e9656=_0x30a300['fn']?_0x30a300['fn']['toString']():null,_0x1c214b=this[_0x42edc0(0x15e)](_0x30a300),_0x293840={[TestFrameworkConstants[_0x42edc0(0x1f5)]]:_0x795d24,[TestFrameworkConstants[_0x42edc0(0x1f1)]]:_0x5f3792[_0x795d24],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x42edc0(0x1f9)]]:{},[TestFrameworkConstants[_0x42edc0(0x178)]]:{},[TestFrameworkConstants[_0x42edc0(0xf8)]]:TestFrameworkConstants[_0x42edc0(0x106)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x5ce3a0,[TestFrameworkConstants[_0x42edc0(0x11b)]]:_0x2a4aaa,[TestFrameworkConstants['KEY_TEST_ID']]:_0x58e516,[TestFrameworkConstants[_0x42edc0(0x16c)]]:_0x5ce3a0,[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x2a4aaa,[TestFrameworkConstants[_0x42edc0(0x1c4)]]:_0x2e9656,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x1c214b,[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x30a300['started_at']||new Date()[_0x42edc0(0x1fe)](),[TestFrameworkConstants[_0x42edc0(0x258)]]:_0x953231[0x0]||'',[TestFrameworkConstants[_0x42edc0(0x1ed)]]:_0x953231,[TestFrameworkConstants[_0x42edc0(0x15b)]]:_0x5ce3a0,[TestFrameworkConstants[_0x42edc0(0x193)]]:{},[TestFrameworkConstants[_0x42edc0(0x1b3)]]:{}};_0x30a300['retryOf']&&(_0x293840[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x30a300[_0x42edc0(0x217)]);logger[_0x42edc0(0x1ab)](_0x42edc0(0x11d)+_0x5ce3a0+',\x20testId='+_0x58e516+_0x42edc0(0x207)+JSON[_0x42edc0(0x170)](_0x1c214b)+_0x42edc0(0x26b)+util[_0x42edc0(0x1b1)](_0x953231)+_0x42edc0(0x1f8)+_0x2a4aaa);const _0x140d8d={};return _0x140d8d[_0x58e516]=_0x293840,_0x140d8d;}[a71_0x1b57ae(0x157)](_0x5442b4){const _0x272a60=a71_0x1b57ae,_0x7a46e5={'GRRaZ':function(_0x4d7c80,_0x1f0c21){return _0x4d7c80===_0x1f0c21;},'QhBZh':_0x272a60(0x18e),'Pgadl':function(_0x543c10,_0x1c24bb){return _0x543c10===_0x1c24bb;},'msERr':'beforeAll','fCbDE':_0x272a60(0x16d),'PKzZA':_0x272a60(0x202),'vSlZN':function(_0x446dbf,_0xc35d2c){return _0x446dbf||_0xc35d2c;},'Bxmao':_0x272a60(0x1ec),'bXKBI':_0x272a60(0x24d),'hqAcI':function(_0x574e2c,_0xeabcd9){return _0x574e2c>_0xeabcd9;},'LCoJA':_0x272a60(0x268),'KcRBb':'skip','fVDNU':_0x272a60(0x110),'IJzTr':_0x272a60(0x100),'XezZe':function(_0x5e8cf5,_0x299b7f){return _0x5e8cf5===_0x299b7f;},'CDmbq':function(_0x272de0,_0x58ff9f){return _0x272de0!==_0x58ff9f;},'ndmQy':function(_0x554e77,_0x2f5dc2,_0x2b7fed,_0x10c04a){return _0x554e77(_0x2f5dc2,_0x2b7fed,_0x10c04a);},'RjOye':function(_0x5a4360,_0x1a035c){return _0x5a4360>_0x1a035c;},'ThyBx':function(_0x1f4c39,_0x41da26){return _0x1f4c39>_0x41da26;},'NnXJI':_0x272a60(0x1eb),'Sqibq':function(_0x25f1cc,_0xac4bf6){return _0x25f1cc>_0xac4bf6;}},{testUUID:_0x5e20e1,testData:_0x4e695d,testId:_0x4ef2e0}=_0x5442b4;if(_0x7a46e5['vSlZN'](!_0x4e695d,!_0x4ef2e0))return logger['debug'](_0x7a46e5['Bxmao']),{};const _0x1ecaff=this[_0x272a60(0x205)](TestFrameworkState[_0x272a60(0x1b6)],HookState[_0x272a60(0x249)]),_0x31ea44=_0x1ecaff[_0x272a60(0x1ee)]()[_0x272a60(0x28c)](_0x4ef2e0),_0xb396be=_0x7a46e5['vSlZN'](_0x31ea44,{}),_0x5b28dc=_0xb396be?_0xb396be[TestFrameworkConstants[_0x272a60(0x193)]]||{}:{},_0x2ec131=_0xb396be[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']];logger[_0x272a60(0x1ab)]('[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20'+(_0x2ec131?Object[_0x272a60(0xfa)](_0x2ec131)['length']:0x0)+_0x272a60(0x1fb));let _0xfe2eaa=_0x7a46e5[_0x272a60(0xfe)];if(_0x4e695d[_0x272a60(0x1ae)])_0xfe2eaa=_0x4e695d[_0x272a60(0x1ae)];else{if(_0x4e695d[_0x272a60(0x195)]&&_0x7a46e5[_0x272a60(0x290)](_0x4e695d[_0x272a60(0x195)][_0x272a60(0x1d3)],0x0))_0xfe2eaa=_0x7a46e5[_0x272a60(0x1e9)];else _0x7a46e5[_0x272a60(0x1ac)](_0x4e695d[_0x272a60(0xf7)],_0x7a46e5['KcRBb'])||_0x7a46e5[_0x272a60(0x27c)](_0x4e695d[_0x272a60(0xf7)],_0x7a46e5['fVDNU'])?_0xfe2eaa=_0x7a46e5['fVDNU']:_0xfe2eaa=_0x7a46e5[_0x272a60(0x1c7)];}const _0x652457={..._0xb396be,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0xfe2eaa,[TestFrameworkConstants[_0x272a60(0x253)]]:_0x4e695d[_0x272a60(0x203)]||new Date()[_0x272a60(0x1fe)](),[TestFrameworkConstants[_0x272a60(0x167)]]:new Date()[_0x272a60(0x1fe)](),[TestFrameworkConstants[_0x272a60(0x193)]]:_0x5b28dc,[TestFrameworkConstants[_0x272a60(0x251)]]:[],[TestFrameworkConstants[_0x272a60(0x1b3)]]:{}};if(_0x7a46e5[_0x272a60(0x171)](_0xfe2eaa,_0x7a46e5[_0x272a60(0x1e9)])&&_0x4e695d[_0x272a60(0x195)]){const _0x39f9fa=this['getJestFailureReason'](_0x4e695d),_0x44cdcb=this[_0x272a60(0x272)](_0x4e695d),_0x57ca54=this['getJestFailureData'](_0x4e695d);_0x652457[TestFrameworkConstants[_0x272a60(0x15a)]]=_0x44cdcb,_0x652457[TestFrameworkConstants[_0x272a60(0x15f)]]=_0x39f9fa,_0x652457[TestFrameworkConstants[_0x272a60(0x1c8)]]=_0x57ca54;}_0x7a46e5['CDmbq'](_0x4e695d['duration'],undefined)&&(_0x652457[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x4e695d[_0x272a60(0x214)]);_0x4e695d[_0x272a60(0x217)]&&(_0x652457[TestFrameworkConstants[_0x272a60(0xf5)]]=_0x4e695d[_0x272a60(0x217)]);const _0x531e5e=_0x31ea44?_0x31ea44[TestFrameworkConstants[_0x272a60(0x1f7)]]||{}:{},_0x23dd5a=_0x31ea44?_0x31ea44[TestFrameworkConstants[_0x272a60(0x204)]]:_0x5e20e1,_0x1ee8b7=_0x7a46e5[_0x272a60(0x244)](getManualUploadLogs,_0x531e5e,_0x23dd5a,_0x4ef2e0);if(_0x7a46e5[_0x272a60(0x1df)](_0x1ee8b7[_0x272a60(0x1d3)],0x0)){const _0x48595f=_0x652457[TestFrameworkConstants[_0x272a60(0x251)]]||[];_0x652457[TestFrameworkConstants[_0x272a60(0x251)]]=[..._0x48595f,..._0x1ee8b7];}const _0x271539=_0xb396be[TestFrameworkConstants[_0x272a60(0x1f9)]]||{},_0x49c749=_0xb396be[TestFrameworkConstants['KEY_HOOKS_STARTED']]||{},_0x3aa39f={..._0x271539},_0x16ec77=_0x3aa39f;Object[_0x272a60(0xfa)](_0x49c749)[_0x272a60(0x255)](_0x28316a=>{const _0x54b38f=_0x272a60;!_0x16ec77[_0x28316a]&&(_0x16ec77[_0x28316a]=[]);const _0x5a88f9=new Set((_0x16ec77[_0x28316a]||[])[_0x54b38f(0x220)](_0x1db102=>_0x1db102[TestFrameworkConstants['KEY_HOOK_ID']]||_0x1db102[_0x54b38f(0x198)]));(_0x49c749[_0x28316a]||[])[_0x54b38f(0x255)](_0x240ecc=>{const _0x4d4004=_0x54b38f,_0x2da4f9=_0x240ecc[TestFrameworkConstants['KEY_HOOK_ID']]||_0x240ecc['hook_id'];if(!_0x5a88f9[_0x4d4004(0x158)](_0x2da4f9)){const _0x2e51b8={..._0x240ecc},_0x4fdc7b=_0x2e51b8;!_0x4fdc7b[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]&&!_0x4fdc7b[_0x4d4004(0x11c)]&&(_0x4fdc7b[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=new Date()['toISOString']()),!_0x4fdc7b[TestFrameworkConstants[_0x4d4004(0x22f)]]&&!_0x4fdc7b[_0x4d4004(0x128)]&&(_0x4fdc7b[TestFrameworkConstants[_0x4d4004(0x22f)]]=TestFrameworkConstants[_0x4d4004(0x179)]),_0x16ec77[_0x28316a][_0x4d4004(0x120)](_0x4fdc7b);}});});if(_0x5442b4[_0x272a60(0x1c0)]){this[_0x272a60(0x108)](_0x5442b4[_0x272a60(0x1c0)]);const _0x12ed75=this[_0x272a60(0x14a)](_0x5442b4[_0x272a60(0x1c0)]),_0x5cd5a0=this['getHooksForTest'](_0x5442b4[_0x272a60(0x1c0)]);_0x5cd5a0[_0x272a60(0x255)](_0x2e9533=>{const _0x4355b4=_0x272a60,_0x59ae15=_0x12ed75[_0x4355b4(0x28c)](_0x2e9533);if(_0x59ae15&&(_0x7a46e5[_0x4355b4(0x1ac)](_0x59ae15['type'],_0x7a46e5[_0x4355b4(0x260)])||_0x7a46e5[_0x4355b4(0x27c)](_0x59ae15['type'],_0x7a46e5[_0x4355b4(0x218)]))){const _0x34c7e1=_0x59ae15[_0x4355b4(0x241)]['toUpperCase']()['replace'](_0x7a46e5[_0x4355b4(0x101)],_0x7a46e5[_0x4355b4(0x1db)]),_0x271630=_0x34c7e1;!_0x16ec77[_0x271630]&&(_0x16ec77[_0x271630]=[]);const _0x339442=_0x16ec77[_0x271630][_0x4355b4(0x1e7)](_0x2248a1=>(_0x2248a1[TestFrameworkConstants[_0x4355b4(0x142)]]||_0x2248a1[_0x4355b4(0x198)])===_0x2e9533);!_0x339442&&_0x16ec77[_0x271630][_0x4355b4(0x120)]({'key':_0x271630,[TestFrameworkConstants[_0x4355b4(0x142)]]:_0x2e9533,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:new Date()['toISOString'](),[TestFrameworkConstants[_0x4355b4(0x19a)]]:new Date()[_0x4355b4(0x1fe)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x4355b4(0x140)]]:_0x59ae15['name']||_0x59ae15[_0x4355b4(0x241)]+_0x4355b4(0x1d2),[TestFrameworkConstants[_0x4355b4(0x193)]]:_0x5b28dc});}});}if(_0x4e695d['hooks']&&_0x7a46e5[_0x272a60(0x270)](_0x4e695d['hooks'][_0x272a60(0x1d3)],0x0))_0x652457[TestFrameworkConstants[_0x272a60(0x1f9)]]=_0x4e695d[_0x272a60(0x1b2)],logger[_0x272a60(0x1ab)](_0x7a46e5[_0x272a60(0x132)]);else _0x7a46e5[_0x272a60(0x210)](Object[_0x272a60(0xfa)](_0x16ec77)['length'],0x0)&&(_0x652457[TestFrameworkConstants[_0x272a60(0x1f9)]]=_0x16ec77,logger['debug'](_0x272a60(0x10b)+Object[_0x272a60(0xfa)](_0x16ec77)[_0x272a60(0x235)](',')));const _0x40496b=this[_0x272a60(0x1c1)](_0x4e695d);logger[_0x272a60(0x1ab)](_0x272a60(0x141)+_0x40496b+_0x272a60(0xf3)+_0x4ef2e0+_0x272a60(0x280)+_0xfe2eaa+',\x20duration='+_0x4e695d[_0x272a60(0x214)]);_0x7a46e5[_0x272a60(0x1ac)](_0xfe2eaa,_0x7a46e5[_0x272a60(0x1e9)])&&logger[_0x272a60(0x1ab)](_0x272a60(0x143)+_0x4ef2e0+_0x272a60(0x169)+_0x652457[TestFrameworkConstants[_0x272a60(0x15a)]]+_0x272a60(0x146)+_0x652457[TestFrameworkConstants[_0x272a60(0x15f)]]?.[_0x272a60(0x130)](0x0,0xc8));const _0x10edd7={};return _0x10edd7[_0x4ef2e0]=_0x652457,_0x10edd7;}[a71_0x1b57ae(0x173)](_0x5e291e){const _0x111e58=a71_0x1b57ae,_0x4a28e6={};_0x4a28e6[_0x111e58(0x1c6)]=function(_0x462beb,_0x55d6ab){return _0x462beb!==_0x55d6ab;},_0x4a28e6['KTwVu']=function(_0xfd42f4,_0x265119){return _0xfd42f4!==_0x265119;},_0x4a28e6['dxvWC']=_0x111e58(0x225);const _0x2e30de=_0x4a28e6,_0x345a67={};_0x345a67[_0x111e58(0xfd)]=0x2,_0x345a67['maxArrayLength']=0x3,logger['debug']('[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20'+util[_0x111e58(0x1b1)](_0x5e291e,_0x345a67));const _0x162613=[];if(_0x5e291e&&_0x5e291e[_0x111e58(0x1cc)]){let _0x44abbc=_0x5e291e[_0x111e58(0x1cc)];while(_0x44abbc&&_0x44abbc[_0x111e58(0x10f)]&&_0x2e30de[_0x111e58(0x1c6)](_0x44abbc[_0x111e58(0x10f)],'')&&_0x2e30de[_0x111e58(0x181)](_0x44abbc[_0x111e58(0x10f)],_0x2e30de[_0x111e58(0x24b)])){_0x162613['push'](_0x44abbc[_0x111e58(0x10f)]),_0x44abbc=_0x44abbc[_0x111e58(0x1cc)];}}return _0x162613[_0x111e58(0x15d)]();}[a71_0x1b57ae(0x1c1)](_0x2384dc){const _0x506245=a71_0x1b57ae,_0x7d46b5={};_0x7d46b5[_0x506245(0x165)]=_0x506245(0x1b9);const _0x17b1d9=_0x7d46b5;if(_0x2384dc[_0x506245(0x10f)])return _0x2384dc['name'];if(_0x2384dc[_0x506245(0xfb)])return _0x2384dc[_0x506245(0xfb)];return _0x17b1d9[_0x506245(0x165)];}['getJestTestTags'](_0x425d8f){const _0x3c9600=a71_0x1b57ae,_0x2e071a=[];if(_0x425d8f['tags']&&Array[_0x3c9600(0x28b)](_0x425d8f[_0x3c9600(0x215)]))return _0x425d8f[_0x3c9600(0x215)][_0x3c9600(0x220)](_0x190c87=>_0x190c87[_0x3c9600(0x1be)]('@')?_0x190c87[_0x3c9600(0x191)](0x1):_0x190c87);const _0x37537e=this[_0x3c9600(0x1c1)](_0x425d8f),_0x5dbdaa=_0x37537e[_0x3c9600(0x12d)](/@(\w+)/g);if(_0x5dbdaa)return _0x5dbdaa[_0x3c9600(0x220)](_0x538388=>_0x538388[_0x3c9600(0x284)](0x1));return _0x425d8f[_0x3c9600(0x1b4)]&&Array[_0x3c9600(0x28b)](_0x425d8f['scopes'])&&_0x425d8f['scopes'][_0x3c9600(0x255)](_0x285df7=>{const _0x15a477=_0x3c9600,_0x18f3df=_0x285df7[_0x15a477(0x12d)](/@(\w+)/g);_0x18f3df&&_0x18f3df[_0x15a477(0x255)](_0x3cc2fd=>{const _0x1111d8=_0x15a477,_0x4a04e9=_0x3cc2fd[_0x1111d8(0x284)](0x1);!_0x2e071a[_0x1111d8(0x159)](_0x4a04e9)&&_0x2e071a[_0x1111d8(0x120)](_0x4a04e9);});}),_0x2e071a;}[a71_0x1b57ae(0xff)](_0x137e31){const _0x5c269f=a71_0x1b57ae,_0x7e4dca={'nSFMi':function(_0x342915,_0x502e57){return _0x342915(_0x502e57);},'MwdRM':_0x5c269f(0x111)};if(_0x137e31[_0x5c269f(0x223)])return _0x137e31[_0x5c269f(0x223)];if(_0x137e31['asyncError']){const _0x3eda91=_0x7e4dca[_0x5c269f(0xef)](require,_0x7e4dca[_0x5c269f(0x25c)]);try{const _0x48655a=_0x3eda91['parse'](_0x137e31['asyncError']);if(_0x48655a[0x0]&&_0x48655a[0x0][_0x5c269f(0x206)])return _0x48655a[0x0][_0x5c269f(0x206)]();}catch(_0xcd9813){logger[_0x5c269f(0x1ab)](_0x5c269f(0x28d)+util[_0x5c269f(0x115)](_0xcd9813));}}return null;}[a71_0x1b57ae(0x22a)](_0x469ff3){const _0x1e8ec2=a71_0x1b57ae,_0x9307d1={};_0x9307d1[_0x1e8ec2(0x13c)]=function(_0xc2a8c5,_0x304356){return _0xc2a8c5>_0x304356;},_0x9307d1[_0x1e8ec2(0x1a1)]=_0x1e8ec2(0x17f);const _0x54d6e0=_0x9307d1;if(_0x469ff3[_0x1e8ec2(0x195)]&&_0x54d6e0['wJjCC'](_0x469ff3['errorsDetailed'][_0x1e8ec2(0x1d3)],0x0))return util[_0x1e8ec2(0x1b1)](_0x469ff3[_0x1e8ec2(0x195)][0x0]);if(_0x469ff3[_0x1e8ec2(0x228)])return _0x469ff3[_0x1e8ec2(0x228)];return _0x54d6e0[_0x1e8ec2(0x1a1)];}[a71_0x1b57ae(0x272)](_0x4c2120){const _0x6efd66=a71_0x1b57ae,_0x8b9a31={};_0x8b9a31[_0x6efd66(0x269)]=_0x6efd66(0x184),_0x8b9a31['gDOyv']=_0x6efd66(0x19c),_0x8b9a31[_0x6efd66(0x27f)]=_0x6efd66(0x271);const _0x4712a2=_0x8b9a31,_0x439276=this[_0x6efd66(0x22a)](_0x4c2120);if(_0x439276&&_0x439276[_0x6efd66(0x159)](_0x4712a2['wUFFQ']))return _0x4712a2['gDOyv'];return _0x4712a2[_0x6efd66(0x27f)];}[a71_0x1b57ae(0x209)](_0x53e096){const _0x3b7d8a=a71_0x1b57ae,_0x24b079={'gQcxY':function(_0x5e26a4,_0x39c34c){return _0x5e26a4(_0x39c34c);},'OJWJJ':'../../../helpers/test-observability/utils','kVnid':function(_0x1924cb,_0xadb12f){return _0x1924cb!==_0xadb12f;},'lGguB':_0x3b7d8a(0x17d)},{failureData:_0xf711eb}=_0x24b079[_0x3b7d8a(0x127)](require,_0x24b079[_0x3b7d8a(0x13a)]),_0x4b0c6e=[];return _0x24b079[_0x3b7d8a(0x24a)](_0x53e096[_0x3b7d8a(0x195)],undefined)&&_0x4b0c6e[_0x3b7d8a(0x120)](_0x53e096[_0x3b7d8a(0x195)],_0x24b079[_0x3b7d8a(0x1a8)]),_0xf711eb[_0x3b7d8a(0x17b)](null,_0x4b0c6e);}async[a71_0x1b57ae(0x139)](_0x336b36,_0x2b888c,_0x51b7db,_0x4f129b){const _0x3d9776=a71_0x1b57ae,_0x4cfbd3={'stWTH':_0x3d9776(0x1e0),'myNzV':function(_0x5a93e3){return _0x5a93e3();},'nVgkM':function(_0x2ab7b5,_0xb7e0c9){return _0x2ab7b5 in _0xb7e0c9;},'luQUM':function(_0x28c057,_0x25f5a7){return _0x28c057===_0x25f5a7;},'WlMmJ':function(_0x58f79a,_0x894dad){return _0x58f79a>_0x894dad;},'uMtmF':_0x3d9776(0x268),'dhsbA':_0x3d9776(0x100),'DZPrz':function(_0x5ab313,_0x3415ee){return _0x5ab313>_0x3415ee;},'AYbST':function(_0x4f78cb,_0x2af98a){return _0x4f78cb===_0x2af98a;},'MHRvx':function(_0x13d2bd,_0x54d694){return _0x13d2bd!==_0x54d694;}},{hookData:_0x40b0cf}=_0x4f129b,_0xe67125=_0x51b7db[_0x3d9776(0x144)](),_0x160ffe=_0x2b888c['toString'](),_0x521556={};_0x521556[_0x3d9776(0xfd)]=0x2,_0x521556[_0x3d9776(0x1b0)]=0x3,logger['debug'](_0x3d9776(0x160)+_0x160ffe+',\x20hookState='+_0xe67125+_0x3d9776(0x1d7)+util['inspect'](_0x40b0cf,_0x521556));if(!_0x40b0cf)return logger['debug'](_0x4cfbd3['stWTH']),{};const _0x5a87cc=_0x40b0cf[_0x3d9776(0x145)]||_0x40b0cf[_0x3d9776(0x201)]||_0x4cfbd3[_0x3d9776(0x164)](uuidv4),_0x4f787c=_0x40b0cf[_0x3d9776(0x240)]||this['getJestTestIdentifier'](_0x40b0cf),_0x29d6bb=_0x2b888c[_0x3d9776(0x144)]()['split']('.')[0x1],_0x2f933d=_0x336b36['getAllData']()[_0x3d9776(0x28c)](_0x4f787c),_0x4ff393=_0x2f933d?_0x2f933d[TestFrameworkConstants[_0x3d9776(0x193)]]||{}:{};logger[_0x3d9776(0x1ab)](_0x3d9776(0x1e5)+_0x5a87cc+_0x3d9776(0xf3)+_0x4f787c+_0x3d9776(0x1c5)+_0x29d6bb+_0x3d9776(0x1de)+_0xe67125);if(!_0x2f933d)return logger[_0x3d9776(0x1ab)](_0x3d9776(0x1b5)+_0x4f787c+',\x20storing\x20as\x20pending\x20hook'),this[_0x3d9776(0x254)](_0x336b36,_0x4f787c,_0x2b888c,_0x51b7db,_0x4f129b),{};let _0x1bb218=_0x2f933d[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x1bb218&&(_0x1bb218={});!_0x4cfbd3[_0x3d9776(0x292)](_0x29d6bb,_0x1bb218)&&(_0x1bb218[_0x29d6bb]=[]);let _0x59b306=_0x2f933d[TestFrameworkConstants[_0x3d9776(0x1f9)]];!_0x59b306&&(_0x59b306={});!_0x4cfbd3[_0x3d9776(0x292)](_0x29d6bb,_0x59b306)&&(_0x59b306[_0x29d6bb]=[]);const _0x16c498={[TestFrameworkConstants[_0x3d9776(0x178)]]:_0x1bb218,[TestFrameworkConstants[_0x3d9776(0x1f9)]]:_0x59b306},_0x4734fd={};_0x4734fd[_0x4f787c]=_0x16c498;const _0x88c683=_0x4734fd;if(_0x4cfbd3[_0x3d9776(0x232)](_0x51b7db,HookState[_0x3d9776(0x21a)])){const _0xaee424={'key':_0x29d6bb,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x5a87cc,[TestFrameworkConstants[_0x3d9776(0x22f)]]:TestFrameworkConstants[_0x3d9776(0x179)],[TestFrameworkConstants[_0x3d9776(0x189)]]:_0x40b0cf[_0x3d9776(0x286)]||new Date()[_0x3d9776(0x1fe)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x3d9776(0x140)]]:_0x40b0cf[_0x3d9776(0x10f)]||_0x40b0cf[_0x3d9776(0x182)]||_0x29d6bb,[TestFrameworkConstants[_0x3d9776(0x193)]]:_0x4ff393};_0x1bb218[_0x29d6bb][_0x3d9776(0x120)](_0xaee424),_0x88c683[_0x4f787c][TestFrameworkConstants[_0x3d9776(0x1ad)]]=_0x29d6bb;const _0x1236ec={};_0x1236ec[_0x3d9776(0xfd)]=0x2,logger[_0x3d9776(0x1ab)](_0x3d9776(0x237)+_0x29d6bb+_0x3d9776(0x1dc)+_0x5a87cc+_0x3d9776(0xf3)+_0x4f787c+_0x3d9776(0x289)+util[_0x3d9776(0x1b1)](_0xaee424,_0x1236ec));}else{if(_0x4cfbd3[_0x3d9776(0x232)](_0x51b7db,HookState[_0x3d9776(0x249)])){const _0x4d8018=_0x40b0cf[_0x3d9776(0x1ae)]||(_0x40b0cf[_0x3d9776(0x195)]&&_0x4cfbd3['WlMmJ'](_0x40b0cf[_0x3d9776(0x195)][_0x3d9776(0x1d3)],0x0)?_0x4cfbd3['uMtmF']:_0x4cfbd3[_0x3d9776(0x21f)]),_0x41c265=_0x1bb218[_0x29d6bb]||[];logger[_0x3d9776(0x1ab)](_0x3d9776(0x137)+_0x29d6bb+_0x3d9776(0xf3)+_0x4f787c+_0x3d9776(0x176)+_0x4d8018+_0x3d9776(0x1e8)+_0x41c265['length']);if(_0x4cfbd3[_0x3d9776(0x1a6)](_0x41c265[_0x3d9776(0x1d3)],0x0)){const _0x3108b5=_0x41c265[_0x3d9776(0x1ef)]();_0x4cfbd3[_0x3d9776(0x1a4)](_0x4d8018,_0x4cfbd3[_0x3d9776(0x221)])&&_0x40b0cf[_0x3d9776(0x195)]?(_0x3108b5[TestFrameworkConstants[_0x3d9776(0x1b8)]]=this[_0x3d9776(0x272)](_0x40b0cf),_0x3108b5[TestFrameworkConstants[_0x3d9776(0x11a)]]=this['getJestFailureReason'](_0x40b0cf),_0x3108b5[TestFrameworkConstants[_0x3d9776(0x259)]]=this[_0x3d9776(0x209)](_0x40b0cf),logger[_0x3d9776(0x1ab)](_0x3d9776(0x161)+_0x29d6bb+_0x3d9776(0x169)+_0x3108b5[TestFrameworkConstants[_0x3d9776(0x1b8)]]+_0x3d9776(0x146)+_0x3108b5[TestFrameworkConstants[_0x3d9776(0x11a)]]?.[_0x3d9776(0x130)](0x0,0xc8))):_0x3108b5[TestFrameworkConstants[_0x3d9776(0x22f)]]=_0x4cfbd3[_0x3d9776(0x21f)];_0x4cfbd3[_0x3d9776(0x288)](_0x4d8018,TestFrameworkConstants[_0x3d9776(0x179)])&&(_0x3108b5[TestFrameworkConstants[_0x3d9776(0x22f)]]=_0x4d8018);_0x3108b5[TestFrameworkConstants[_0x3d9776(0x19a)]]=_0x40b0cf['finished_at']||new Date()[_0x3d9776(0x1fe)](),_0x3108b5[TestFrameworkConstants[_0x3d9776(0x193)]]=_0x4ff393;const _0xd92cfc=_0x3108b5[TestFrameworkConstants[_0x3d9776(0x142)]];!_0x59b306[_0x29d6bb]&&(_0x59b306[_0x29d6bb]=[]);_0x59b306[_0x29d6bb][_0x3d9776(0x120)](_0x3108b5),_0x88c683[_0x4f787c][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x29d6bb;const _0x4358ac={};_0x4358ac[_0x3d9776(0xfd)]=0x2,logger[_0x3d9776(0x1ab)](_0x3d9776(0x1a9)+_0x29d6bb+_0x3d9776(0x1dc)+_0xd92cfc+_0x3d9776(0x176)+_0x4d8018+',\x20hook='+util[_0x3d9776(0x1b1)](_0x3108b5,_0x4358ac));}}}const _0x1aee07={};return _0x1aee07[_0x3d9776(0xfd)]=0x2,_0x1aee07[_0x3d9776(0x1b0)]=0x3,logger[_0x3d9776(0x1ab)](_0x3d9776(0x14f)+(_0x40b0cf[_0x3d9776(0x182)]||_0x29d6bb)+',\x20hookId='+_0x5a87cc+',\x20testId='+_0x4f787c+_0x3d9776(0x227)+util[_0x3d9776(0x1b1)](_0x88c683,_0x1aee07)),_0x88c683;}['createTestFrameworkEventPayload'](_0x5cb7da){const _0x4fe2bb=a71_0x1b57ae,_0x360156={};_0x360156[_0x4fe2bb(0x187)]=_0x4fe2bb(0x283);const _0x539358=_0x360156;try{const _0x3665e7=_0x5cb7da[_0x4fe2bb(0x17d)]?this[_0x4fe2bb(0x216)](_0x5cb7da['test']):_0x5cb7da['hookData'][_0x4fe2bb(0x240)],_0x150c75=_0x5cb7da[_0x4fe2bb(0x23b)],_0xe997e6=_0x150c75[_0x4fe2bb(0x27b)](),_0x345652=_0x150c75[_0x4fe2bb(0x1ee)]()[_0x4fe2bb(0x28c)](_0x3665e7);if(!_0x345652)return logger[_0x4fe2bb(0x1ab)](_0x4fe2bb(0x24f)+_0x3665e7),{};const {[TestFrameworkConstants[_0x4fe2bb(0x1f5)]]:_0x35ef86='',[TestFrameworkConstants[_0x4fe2bb(0x1f1)]]:_0x5a80c1='',[TestFrameworkConstants[_0x4fe2bb(0x102)]]:_0x53654b='',[TestFrameworkConstants[_0x4fe2bb(0x253)]]:_0x26a47f=''}=_0x345652,_0x36c95b=_0x150c75[_0x4fe2bb(0x20e)]()[_0x4fe2bb(0x144)]()[_0x4fe2bb(0x213)]('.')[0x1],_0x1d24c5=_0x150c75[_0x4fe2bb(0x109)]()['toString']()[_0x4fe2bb(0x213)]('.')[0x1],_0x320cbe=global?.[_0x4fe2bb(0x152)]?.['workerInfo']?.[_0x4fe2bb(0x257)],_0x28b328=_0x150c75['getRef'](),_0x3bc3a8=Buffer[_0x4fe2bb(0x234)](JSON[_0x4fe2bb(0x170)](_0x345652))[_0x4fe2bb(0x144)](_0x539358[_0x4fe2bb(0x187)]),_0x27035c={'hash':_0xe997e6[_0x4fe2bb(0x1ba)](),'threadId':_0xe997e6['getThreadId']()['toString'](),'processId':_0xe997e6[_0x4fe2bb(0x186)]()[_0x4fe2bb(0x144)]()},_0xa4ee38={};_0xa4ee38['platformIndex']=_0x320cbe,_0xa4ee38[_0x4fe2bb(0x197)]=_0x35ef86,_0xa4ee38['testFrameworkVersion']=_0x5a80c1,_0xa4ee38[_0x4fe2bb(0x13d)]=_0x36c95b,_0xa4ee38[_0x4fe2bb(0x279)]=_0x1d24c5,_0xa4ee38[_0x4fe2bb(0x124)]=_0x53654b,_0xa4ee38[_0x4fe2bb(0x28e)]=_0x26a47f,_0xa4ee38['uuid']=_0x28b328,_0xa4ee38[_0x4fe2bb(0x1a2)]=_0x3bc3a8,_0xa4ee38[_0x4fe2bb(0x26e)]=_0x27035c,_0xa4ee38[_0x4fe2bb(0x162)]=_0x3665e7;const _0x279033=_0xa4ee38;return _0x279033;}catch(_0x3fbafb){return logger[_0x4fe2bb(0x14b)](_0x4fe2bb(0x163)+util[_0x4fe2bb(0x115)](_0x3fbafb)),{};}}async[a71_0x1b57ae(0x200)](_0x4fa9e7,_0x2f88a2,_0x729666){const _0x4efdc3=a71_0x1b57ae,_0x283945={'HaQPQ':function(_0x5b06a8,_0x30bbed){return _0x5b06a8+_0x30bbed;},'AkCSb':_0x4efdc3(0x117),'ypvWI':_0x4efdc3(0x1d5),'lUwex':function(_0xeae13a,_0x20b32e){return _0xeae13a>_0x20b32e;},'GZJCK':function(_0x281979,_0x1d12ce,_0x2a1eae,_0x5f162f){return _0x281979(_0x1d12ce,_0x2a1eae,_0x5f162f);},'Rbefx':function(_0x56b4d4,_0xddfcd1){return _0x56b4d4-_0xddfcd1;},'DoNOv':function(_0x148809,_0x1f0358){return _0x148809===_0x1f0358;},'jcjdo':function(_0x53d34f,_0x2c131b){return _0x53d34f/_0x2c131b;},'UcnEJ':function(_0x196685,_0x1806af){return _0x196685<_0x1806af;},'gIanJ':function(_0x30e6d1,_0x439c8d){return _0x30e6d1*_0x439c8d;},'btzcq':function(_0x1ec6db,_0x43a0a1){return _0x1ec6db+_0x43a0a1;},'DlEtl':function(_0x160791,_0x544ab3){return _0x160791+_0x544ab3;},'eTefb':function(_0x211892,_0x5e62ca){return _0x211892>_0x5e62ca;}};try{const _0x1f68d9=_0x729666[_0x4efdc3(0x154)]||_0x729666[_0x4efdc3(0x11f)],_0x45516c=Array[_0x4efdc3(0x234)](_0x4fa9e7[_0x4efdc3(0x1ee)]()[_0x4efdc3(0xfa)]()),_0x4df8fe=_0x4fa9e7['getAllData']()[_0x4efdc3(0x28c)](_0x1f68d9);if(!_0x4df8fe){logger[_0x4efdc3(0x1ab)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x1f68d9);return;}const {[TestFrameworkConstants[_0x4efdc3(0x1f5)]]:_0x5c9698='',[TestFrameworkConstants[_0x4efdc3(0x1f1)]]:_0x349cfc=''}=_0x4df8fe;let _0x4755eb=[];if(_0x4df8fe&&_0x4df8fe[TestFrameworkConstants['KEY_LOGS']]&&Array[_0x4efdc3(0x28b)](_0x4df8fe[TestFrameworkConstants[_0x4efdc3(0x251)]])){_0x4755eb=_0x4df8fe[TestFrameworkConstants[_0x4efdc3(0x251)]]||[],logger[_0x4efdc3(0x1ab)](_0x4efdc3(0x1fc)+_0x4755eb[_0x4efdc3(0x1d3)]+_0x4efdc3(0x276)+_0x1f68d9);const _0xc26dba={[TestFrameworkConstants['KEY_LOGS']]:[]},_0x19e41b={};_0x19e41b[_0x1f68d9]=_0xc26dba,_0x4fa9e7[_0x4efdc3(0x208)](_0x19e41b),logger[_0x4efdc3(0x1ab)](_0x4efdc3(0x10d)+_0x1f68d9);}else logger[_0x4efdc3(0x1ab)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x1f68d9);logger[_0x4efdc3(0x1ab)](_0x4efdc3(0x1a0)+_0x4755eb['length']+_0x4efdc3(0x21d)+_0x1f68d9);const _0x209858=_0x4755eb[_0x4efdc3(0x243)](_0x2b0fb5=>_0x2b0fb5['kind']===_0x4efdc3(0x274));_0x283945[_0x4efdc3(0x27d)](_0x209858[_0x4efdc3(0x1d3)],0x0)&&(logger[_0x4efdc3(0x1ab)](_0x4efdc3(0x229)+_0x209858[_0x4efdc3(0x1d3)]+_0x4efdc3(0x155)+_0x1f68d9),_0x209858[_0x4efdc3(0x255)]((_0xf5f83,_0x1cc17f)=>{const _0xe6e04b=_0x4efdc3;logger['debug'](_0xe6e04b(0x1ca)+_0x283945['HaQPQ'](_0x1cc17f,0x1)+'/'+_0x209858[_0xe6e04b(0x1d3)]+_0xe6e04b(0x267)+(_0xf5f83[_0xe6e04b(0x162)]||_0x283945[_0xe6e04b(0x18d)])+_0xe6e04b(0x27a)+(_0xf5f83[_0xe6e04b(0xfc)]||_0x283945[_0xe6e04b(0x18d)])+_0xe6e04b(0x1bb)+(_0xf5f83[_0xe6e04b(0x233)]||_0x283945[_0xe6e04b(0x156)])+',\x20messageLength='+(_0xf5f83[_0xe6e04b(0x151)]?.[_0xe6e04b(0x1d3)]||0x0));}));const _0x10aee8=_0x4df8fe[TestFrameworkConstants[_0x4efdc3(0x1f7)]]||{},_0x372fac=_0x283945[_0x4efdc3(0x1fa)](getMediaArtifactsLogs,_0x10aee8,null,_0x1f68d9),_0xb092e5=(_0x4755eb||[])[_0x4efdc3(0x153)](_0x372fac||[]),_0x1b9545=_0x209858?.[_0x4efdc3(0x1d3)]||0x0,_0x1fddb7=_0x283945[_0x4efdc3(0x18b)](_0x4755eb?.[_0x4efdc3(0x1d3)]||0x0,_0x1b9545);logger['debug'](_0x4efdc3(0x12b)+_0x1f68d9+_0x4efdc3(0x116)+_0x1fddb7+_0x4efdc3(0x1c9)+_0x1b9545+_0x4efdc3(0x1d4)+(_0x372fac?.['length']||0x0)+_0x4efdc3(0x1e4)+_0xb092e5[_0x4efdc3(0x1d3)]);if(!_0xb092e5||_0x283945[_0x4efdc3(0x21e)](_0xb092e5[_0x4efdc3(0x1d3)],0x0)){logger[_0x4efdc3(0x1ab)](_0x4efdc3(0x1a3)+_0x1f68d9);return;}const _0x536b59=0x28,_0x5ea57a=Math[_0x4efdc3(0x10c)](_0x283945[_0x4efdc3(0x1e1)](_0xb092e5[_0x4efdc3(0x1d3)],_0x536b59));for(let _0x5a6ef8=0x0;_0x283945[_0x4efdc3(0x174)](_0x5a6ef8,_0x5ea57a);_0x5a6ef8++){const _0x12b5e8=_0x283945[_0x4efdc3(0x1c3)](_0x5a6ef8,_0x536b59),_0x5c63af=_0x283945[_0x4efdc3(0x114)](_0x12b5e8,_0x536b59),_0x2114ae=_0xb092e5['slice'](_0x12b5e8,_0x5c63af),_0x42f23c=global?.[_0x4efdc3(0x152)]?.['workerInfo']?.[_0x4efdc3(0x257)]||0x0,_0x5bfa2b={'platformIndex':_0x42f23c,'logs':_0x2114ae,'testFrameworkName':_0x5c9698,'testFrameworkVersion':_0x349cfc,'testFrameworkState':_0x2f88a2['toString']()[_0x4efdc3(0x213)]('.')[0x1]},_0x12f028={};_0x12f028[_0x4efdc3(0xfd)]=0x3,_0x12f028['maxArrayLength']=0x5,logger[_0x4efdc3(0x1ab)](_0x4efdc3(0x21c)+_0x283945['btzcq'](_0x5a6ef8,0x1)+'/'+_0x5ea57a+_0x4efdc3(0x1f3)+_0x1f68d9+',\x20logsInBatch:\x20'+_0x2114ae['length']+',\x20platformIndex:\x20'+_0x42f23c+_0x4efdc3(0x177)+util['inspect'](_0x5bfa2b,_0x12f028));const _0x552a21=await GrpcClient[_0x4efdc3(0x263)]()[_0x4efdc3(0x1a7)](_0x5bfa2b);logger['debug'](_0x4efdc3(0x21c)+_0x283945[_0x4efdc3(0x10e)](_0x5a6ef8,0x1)+'/'+_0x5ea57a+_0x4efdc3(0x1f3)+_0x1f68d9+_0x4efdc3(0xf9)+util[_0x4efdc3(0x1b1)](_0x552a21));}if(_0x372fac&&_0x283945[_0x4efdc3(0x26a)](_0x372fac['length'],0x0)&&_0x4df8fe[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]){const _0x1d987a={[TestFrameworkConstants[_0x4efdc3(0x1f7)]]:{}},_0x1037e7={};_0x1037e7[_0x1f68d9]=_0x1d987a,_0x4fa9e7['addMultipleEntries'](_0x1037e7);}logger[_0x4efdc3(0x1ab)](_0x4efdc3(0x222)+_0x1f68d9+_0x4efdc3(0x21b)+_0x5ea57a);}catch(_0x7458d2){logger[_0x4efdc3(0x14b)](_0x4efdc3(0x20f)+(_0x729666['testUUID']||_0x729666['testId'])+_0x4efdc3(0x12a)+util[_0x4efdc3(0x115)](_0x7458d2));}}['storePendingHook'](_0x169b8f,_0x41e2df,_0x3c2f43,_0xf9b163,_0x2490b7){const _0x3a3d39=a71_0x1b57ae,_0x57e3f3={};_0x57e3f3['naQhC']=function(_0x4b960c,_0x2420e4){return _0x4b960c===_0x2420e4;},_0x57e3f3[_0x3a3d39(0x107)]=_0x3a3d39(0x27e);const _0x45fd6b=_0x57e3f3,{hookData:_0xabded8}=_0x2490b7,_0x2ceb82={'testId':_0x41e2df,'testFrameworkState':_0x3c2f43,'hookState':_0xf9b163,'args':_0x2490b7,'timestamp':new Date()[_0x3a3d39(0x1fe)]()};if(_0x45fd6b[_0x3a3d39(0x183)](_0x3c2f43,TestFrameworkState[_0x3a3d39(0x23f)])&&_0xabded8){const _0x8d8167={};_0x8d8167['filePath']=_0xabded8[_0x3a3d39(0x223)]||_0xabded8[_0x3a3d39(0x24c)],_0x8d8167[_0x3a3d39(0x211)]=_0xabded8[_0x3a3d39(0x211)]||_0xabded8[_0x3a3d39(0x1b4)]&&_0xabded8[_0x3a3d39(0x1b4)][0x0]||'',_0x8d8167['hookType']=_0x45fd6b[_0x3a3d39(0x107)],_0x2ceb82['hookMetadata']=_0x8d8167,logger['debug'](_0x3a3d39(0xf1)+_0x41e2df+_0x3a3d39(0x13e)+_0x2ceb82[_0x3a3d39(0x119)][_0x3a3d39(0x16e)]+',\x20scope:\x20'+_0x2ceb82[_0x3a3d39(0x119)][_0x3a3d39(0x211)]);}_0x169b8f[_0x3a3d39(0x1ea)](_0x41e2df,_0x2ceb82),logger['debug'](_0x3a3d39(0x1e2)+_0x41e2df+_0x3a3d39(0x265)+_0x3c2f43+_0x3a3d39(0x121)+_0xf9b163);}async['processPendingHooks'](_0x12a8ca,_0x4c5373){const _0x5bd87c=a71_0x1b57ae,_0x25575e={};_0x25575e[_0x5bd87c(0x1dd)]=function(_0x236166,_0x6a4a75){return _0x236166>_0x6a4a75;},_0x25575e[_0x5bd87c(0x281)]=_0x5bd87c(0x19e),_0x25575e[_0x5bd87c(0x26d)]=function(_0x3f7af0,_0x51213e){return _0x3f7af0===_0x51213e;},_0x25575e[_0x5bd87c(0x18f)]=function(_0xb9955f,_0x2b5851){return _0xb9955f===_0x2b5851;},_0x25575e['PHtLi']=function(_0x336348,_0x3e02ae){return _0x336348===_0x3e02ae;},_0x25575e['IbXrr']=function(_0x277f39,_0x170b62){return _0x277f39>_0x170b62;},_0x25575e[_0x5bd87c(0xf4)]=function(_0x368d4f,_0x3f8f0c){return _0x368d4f===_0x3f8f0c;},_0x25575e[_0x5bd87c(0x22c)]='[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook',_0x25575e[_0x5bd87c(0x148)]='Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20${testId},\x20error:\x20${error}';const _0x556d35=_0x25575e;if(_0x12a8ca[_0x5bd87c(0x219)](_0x4c5373)){const _0x13529e=_0x12a8ca[_0x5bd87c(0x22e)](_0x4c5373);logger[_0x5bd87c(0x1ab)]('Processing\x20'+_0x13529e[_0x5bd87c(0x1d3)]+'\x20pending\x20hooks\x20for\x20testId:\x20'+_0x4c5373);for(const _0x5f35d0 of _0x13529e){try{const _0x2f2fb2=await this[_0x5bd87c(0x139)](_0x12a8ca,_0x5f35d0[_0x5bd87c(0x13d)],_0x5f35d0[_0x5bd87c(0x279)],_0x5f35d0[_0x5bd87c(0x266)]);_0x2f2fb2&&_0x556d35['Qpcxw'](Object[_0x5bd87c(0xfa)](_0x2f2fb2)[_0x5bd87c(0x1d3)],0x0)&&_0x12a8ca['addMultipleEntries'](_0x2f2fb2),await this[_0x5bd87c(0x1f6)](_0x12a8ca,_0x5f35d0['testFrameworkState'],_0x5f35d0[_0x5bd87c(0x279)],_0x5f35d0['args']);}catch(_0x49dbcf){logger[_0x5bd87c(0x14b)](_0x5bd87c(0x1cd)+_0x4c5373+',\x20error:\x20'+_0x49dbcf);}}_0x12a8ca[_0x5bd87c(0x25f)](_0x4c5373),logger[_0x5bd87c(0x1ab)](_0x5bd87c(0x126)+_0x4c5373);}const _0x33ddd3=_0x12a8ca[_0x5bd87c(0x1ee)]()[_0x5bd87c(0x28c)](_0x4c5373);if(_0x33ddd3){const _0x2b0c98=_0x33ddd3[TestFrameworkConstants[_0x5bd87c(0x11b)]]||_0x33ddd3[TestFrameworkConstants[_0x5bd87c(0x123)]],_0x45c3b2=_0x33ddd3[TestFrameworkConstants[_0x5bd87c(0x258)]]||_0x33ddd3[TestFrameworkConstants[_0x5bd87c(0x1ed)]]&&_0x33ddd3[TestFrameworkConstants[_0x5bd87c(0x1ed)]][0x0]||'';logger[_0x5bd87c(0x1ab)](_0x556d35[_0x5bd87c(0x281)]);const _0x5ebdf7=_0x12a8ca[_0x5bd87c(0x247)]();for(const _0x4cb118 of _0x5ebdf7){if(_0x556d35[_0x5bd87c(0x26d)](_0x4cb118,_0x4c5373))continue;if(_0x12a8ca['hasPendingHooks'](_0x4cb118)){const _0xf523fa=_0x12a8ca['getPendingHooks'](_0x4cb118);for(const _0x49fdee of _0xf523fa){if(_0x556d35[_0x5bd87c(0x18f)](_0x49fdee['testFrameworkState'],TestFrameworkState['BEFORE_ALL'])&&_0x49fdee['hookMetadata']){const _0x4caf28=_0x49fdee[_0x5bd87c(0x119)][_0x5bd87c(0x16e)],_0x414547=_0x49fdee[_0x5bd87c(0x119)][_0x5bd87c(0x211)];if(_0x556d35['PHtLi'](_0x4caf28,_0x2b0c98)&&_0x556d35['gRPXx'](_0x414547,_0x45c3b2)){logger[_0x5bd87c(0x1ab)](_0x5bd87c(0x150)+_0x4cb118+_0x5bd87c(0x1d6)+_0x4c5373+_0x5bd87c(0x13e)+_0x4caf28+_0x5bd87c(0x12e)+_0x414547);_0x49fdee['args']&&_0x49fdee['args'][_0x5bd87c(0x252)]&&(_0x49fdee[_0x5bd87c(0x266)][_0x5bd87c(0x252)][_0x5bd87c(0x240)]=_0x4c5373,logger[_0x5bd87c(0x1ab)]('[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20'+_0x4cb118+'\x20to\x20'+_0x4c5373));try{const _0x5d689d=await this[_0x5bd87c(0x139)](_0x12a8ca,_0x49fdee[_0x5bd87c(0x13d)],_0x49fdee[_0x5bd87c(0x279)],_0x49fdee[_0x5bd87c(0x266)]);_0x5d689d&&_0x556d35[_0x5bd87c(0x236)](Object[_0x5bd87c(0xfa)](_0x5d689d)[_0x5bd87c(0x1d3)],0x0)&&_0x12a8ca[_0x5bd87c(0x208)](_0x5d689d);await this[_0x5bd87c(0x1f6)](_0x12a8ca,_0x49fdee['testFrameworkState'],_0x49fdee['hookState'],_0x49fdee[_0x5bd87c(0x266)]);const _0x2f8b18=_0x12a8ca[_0x5bd87c(0x22e)](_0x4cb118)[_0x5bd87c(0x243)](_0xb154f4=>_0xb154f4!==_0x49fdee);if(_0x556d35[_0x5bd87c(0xf4)](_0x2f8b18[_0x5bd87c(0x1d3)],0x0))_0x12a8ca[_0x5bd87c(0x25f)](_0x4cb118);else{_0x12a8ca[_0x5bd87c(0x25f)](_0x4cb118);for(const _0x451330 of _0x2f8b18){_0x12a8ca[_0x5bd87c(0x1ea)](_0x4cb118,_0x451330);}}logger[_0x5bd87c(0x1ab)](_0x556d35['LEPuF']);}catch(_0x402c9b){logger[_0x5bd87c(0x14b)](_0x556d35['jNYNU']);}}}}}}}}['mapTestHooks'](_0x2094d8){const _0x8e8430=a71_0x1b57ae,_0x581e56={'Dshit':function(_0x2c11fe){return _0x2c11fe();}};if(!_0x2094d8||!_0x2094d8[_0x8e8430(0x1cc)])return;_0x2094d8[_0x8e8430(0x1cc)]['hooks']&&Array[_0x8e8430(0x28b)](_0x2094d8['parent'][_0x8e8430(0x1b2)])&&_0x2094d8[_0x8e8430(0x1cc)][_0x8e8430(0x1b2)][_0x8e8430(0x255)](_0xb65db6=>{const _0x4ab09b=_0x8e8430;!_0xb65db6[_0x4ab09b(0x201)]&&!_0xb65db6['hookUUID']&&(_0xb65db6['hookAnalyticsId']=_0x581e56[_0x4ab09b(0x13f)](uuidv4),_0xb65db6[_0x4ab09b(0x1c2)]=_0xb65db6[_0x4ab09b(0x201)],logger['debug']('[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type='+_0xb65db6[_0x4ab09b(0x241)]+_0x4ab09b(0x1f0)+_0xb65db6[_0x4ab09b(0x201)]));}),this[_0x8e8430(0x108)](_0x2094d8[_0x8e8430(0x1cc)]);}[a71_0x1b57ae(0x1f4)](_0x3b3f84){const _0x32f1bf=a71_0x1b57ae,_0x192df0={'SHGAD':function(_0x299697,_0x5b4612){return _0x299697(_0x5b4612);}};if(!_0x3b3f84||!_0x3b3f84['parent'])return[];const _0x3a7086=[];return _0x3b3f84[_0x32f1bf(0x1cc)][_0x32f1bf(0x1b2)]&&Array[_0x32f1bf(0x28b)](_0x3b3f84['parent']['hooks'])&&_0x3b3f84[_0x32f1bf(0x1cc)]['hooks'][_0x32f1bf(0x255)](_0x5ee219=>{const _0x46becf=_0x32f1bf,_0x4026a8=_0x5ee219[_0x46becf(0x201)]||_0x5ee219['hookUUID'];_0x4026a8&&!this['isJestInternalHook'](_0x5ee219)&&!_0x192df0[_0x46becf(0x104)](isInternalHook,_0x5ee219['fn'])&&_0x3a7086[_0x46becf(0x120)](_0x4026a8);}),[..._0x3a7086,...this[_0x32f1bf(0x1f4)](_0x3b3f84[_0x32f1bf(0x1cc)])];}[a71_0x1b57ae(0x14a)](_0x1a8f2d){const _0xc12691=a71_0x1b57ae,_0xcc7866={'lXnOb':function(_0x354718,_0x36cdfe){return _0x354718(_0x36cdfe);},'iAvgA':_0xc12691(0x24d),'wkijw':function(_0x37fed6,_0x204003){return _0x37fed6(_0x204003);},'sWlIl':function(_0x577733,_0x5e1323){return _0x577733(_0x5e1323);}},_0x28abfb=new Map(),_0x5c33de=_0xc6ae84=>{const _0x15bdaf=_0xc12691,_0x24eec2={'Vrrzg':function(_0x8a1d14,_0x59ce64){const _0x551b64=a71_0x3731;return _0xcc7866[_0x551b64(0x18c)](_0x8a1d14,_0x59ce64);},'QeBLZ':_0xcc7866[_0x15bdaf(0x1d1)]};if(!_0xc6ae84||!_0xc6ae84[_0x15bdaf(0x1cc)])return;_0xc6ae84['parent'][_0x15bdaf(0x1b2)]&&Array[_0x15bdaf(0x28b)](_0xc6ae84[_0x15bdaf(0x1cc)][_0x15bdaf(0x1b2)])&&_0xc6ae84[_0x15bdaf(0x1cc)][_0x15bdaf(0x1b2)][_0x15bdaf(0x255)](_0x36b863=>{const _0x557a73=_0x15bdaf,_0x3386db=_0x36b863[_0x557a73(0x201)]||_0x36b863['hookUUID'];if(_0x3386db&&!this[_0x557a73(0x19b)](_0x36b863)&&!_0x24eec2[_0x557a73(0x1d9)](isInternalHook,_0x36b863['fn'])){const _0xa7bc19={};_0xa7bc19[_0x557a73(0x241)]=_0x36b863[_0x557a73(0x241)]||_0x24eec2[_0x557a73(0x256)],_0xa7bc19[_0x557a73(0x10f)]=_0x36b863[_0x557a73(0x10f)]||'\x22'+_0x36b863['type']+_0x557a73(0x26f),_0x28abfb[_0x557a73(0x25b)](_0x3386db,_0xa7bc19);}}),_0xcc7866[_0x15bdaf(0x277)](_0x5c33de,_0xc6ae84[_0x15bdaf(0x1cc)]);};return _0xcc7866['sWlIl'](_0x5c33de,_0x1a8f2d),_0x28abfb;}[a71_0x1b57ae(0x19b)](_0x24b158){const _0x21ac8f=a71_0x1b57ae,_0x1198f8={};_0x1198f8['AIcnt']=_0x21ac8f(0x17c),_0x1198f8['Kncmc']=_0x21ac8f(0x194);const _0x5aa645=_0x1198f8;try{const _0x7a78c=this[_0x21ac8f(0x1cf)](_0x24b158);return _0x7a78c&&_0x7a78c[_0x21ac8f(0x159)](_0x5aa645[_0x21ac8f(0x23d)]);}catch(_0x57ad15){logger[_0x21ac8f(0x1ab)](_0x5aa645[_0x21ac8f(0x19d)]);}return![];}[a71_0x1b57ae(0x1cf)](_0xba2480){const _0x4633c6=a71_0x1b57ae;if(_0xba2480[_0x4633c6(0x28a)])try{const _0x1def54=stackTrace['parse'](_0xba2480[_0x4633c6(0x28a)]);return _0x1def54[0x0]?_0x1def54[0x0][_0x4633c6(0x206)]():null;}catch(_0x2401a3){logger[_0x4633c6(0x1ab)]('[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20'+util['format'](_0x2401a3));}if(_0xba2480['file'])return _0xba2480[_0x4633c6(0x1bd)];return null;}}module[a71_0x1b57ae(0x1ce)]=JestTestFramework;function a71_0x53b1(){const _0x7c5018=['apply','jest-circus','test','CuqKS','Unknown\x20error',',\x20target=','KTwVu','hook_type','naQhC','Assert','fHBcs','getProcessId','emvbD','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','KEY_EVENT_STARTED_AT',',\x20argsKeys=','Rbefx','lXnOb','AkCSb','afterAll','gRPXx','ZzZpm','substr','hookType','KEY_CUSTOM_TAGS','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','errorsDetailed','setActiveHook','testFrameworkName','hook_id','activeHooks','KEY_EVENT_ENDED_AT','isJestInternalHook','AssertionError','Kncmc','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20${testFilePath},\x20scope:\x20${testScope}','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','dTime','eventJson','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','AYbST','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','DZPrz','logCreatedEvent','lGguB','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','debug','GRRaZ','KEY_HOOK_LAST_STARTED','result',',\x20exception=','maxArrayLength','inspect','hooks','KEY_TEST_META','scopes','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','TEST','trackEvent','KEY_HOOK_FAILURE_TYPE','Unknown\x20Test','getId',',\x20hook_run_uuid=','processPendingHooks','file','startsWith','442776jJonqX','originalTest','getJestTestName','hookUUID','gIanJ','KEY_TEST_CODE','\x20(testIdentifier),\x20hookType=','HneaP','IJzTr','KEY_TEST_FAILURE',',\x20screenshotLogs:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20',',\x20hookType=','parent','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','exports','getRootParentFile','getTrackedInstance','iAvgA','\x20hook','length',',\x20attachmentLogs:\x20','none',',\x20currentTestId:\x20',',\x20hookData=','2278WfrQuJ','Vrrzg','\x22\x20from\x20testData','PKzZA',',\x20hookId=','Qpcxw',',\x20hookState=','RjOye','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','jcjdo','Stored\x20pending\x20hook\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=',',\x20totalLogs:\x20','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','getTestFrameworksVersions','find',',\x20hooksListLength=','LCoJA','addPendingHook','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','KEY_TEST_SCOPES','getAllData','pop',',\x20hookUUID=','KEY_TEST_FRAMEWORK_VERSION','680320soalxp','\x20-\x20testId:\x20','getHooksForTest','KEY_TEST_FRAMEWORK_NAME','runHooks','KEY_TEST_ATTACHMENTS',',\x20filePath=','KEY_HOOKS_FINISHED','GZJCK','\x20attachments','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','ZdHAN','toISOString','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','sendLogCreatedEvent','hookAnalyticsId','_ALL','finished_at','KEY_TEST_UUID','resolveInstance','getFileName','\x20(testIdentifier),\x20tags=','addMultipleEntries','getJestFailureData','vdFTm','BsWWT','1489075oPirVv','splice','getCurrentTestState','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','Sqibq','scope','../TestInfo.js','split','duration','tags','getJestTestIdentifier','retryOf','msERr','hasPendingHooks','PRE',',\x20totalBatches:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','\x20for\x20testId:\x20','DoNOv','dhsbA','map','uMtmF','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','file_name','XdgIy','ROOT_DESCRIBE_BLOCK',',\x20remainingHooks=',',\x20updates=','failure_reason','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','getJestFailureReason','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','LEPuF','./constants/testFrameworkConstants.js','getPendingHooks','KEY_HOOK_RESULT','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','removeActiveHook','luQUM','hook_run_uuid','from','join','IbXrr','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','JestTestFramework','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','JqeIF','instance','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','AIcnt','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','BEFORE_ALL','test_run_id','type','dAEIx','filter','ndmQy','../cliUtils.js','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','getAllPendingHookTestIds','getCurrentInstanceName','POST','kVnid','dxvWC','location','unknown','QZzaf','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','KEY_LOGS','hookData','KEY_TEST_ENDED_AT','storePendingHook','forEach','QeBLZ','parallelIndex','KEY_TEST_SCOPE','KEY_HOOK_FAILURE','testData','set','MwdRM','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND',',\x20testData=','removePendingHooks','QhBZh','lYLYr','../../../helpers/helper.js','getInstance','bHOvP',',\x20state:\x20','args','\x20-\x20test_identifier=','failed','wUFFQ','eTefb',',\x20scopes=',',\x20version=','cMFux','executionContext','\x22\x20hook','ThyBx','UnhandledError','getJestFailureType','\x20&\x20hookState=','TEST_SCREENSHOT','getTestFrameworks','\x20logs\x20for\x20testId:\x20','wkijw','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','hookState',',\x20test_run_uuid=','getContext','Pgadl','lUwex','beforeAll','mJIUJ','\x20(testIdentifier),\x20result=','fXuHw','../../../helpers/test-observability/utils','base64','slice','warn','started_at','rttHQ','MHRvx',',\x20hook=','asyncError','isArray','get','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','endedAt','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','hqAcI','166327jbMVeI','nVgkM','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','nSFMi','trackJestInstance','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','203632QcmqVy',',\x20testId=','qrXzv','KEY_TEST_RETRY_OF','QBEWH','status','KEY_TEST_RESULT',',\x20response=','keys','title','test_run_uuid','depth','bXKBI','getJestTestFilePath','passed','fCbDE','KEY_TEST_STARTED_AT','9GprjgI','SHGAD','4539460nMljOS','DEFAULT_TEST_RESULT','mnEFo','mapTestHooks','getCurrentHookState','parseJestTest','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','ceil','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','DlEtl','name','skipped','stack-trace','129WVjGGV','../grpcClient','HaQPQ','format',',\x20consoleLogs:\x20','missing','uMJde','hookMetadata','KEY_HOOK_FAILURE_REASON','KEY_TEST_FILE_PATH','event_ended_at','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','LOG_REPORT','testId','push',',\x20hookState:\x20','util','KEY_TEST_LOCATION','startedAt',',\x20totalHooks=','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','gQcxY','hook_result','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found',',\x20error:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','trackJestInstance:\x20created\x20instance\x20for\x20target=','match',',\x20scope:\x20','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','substring','\x20files','NnXJI','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','matchHookRegex','36rNGUWg','../state/hookState.js','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','delete','trackHookEvent','OJWJJ','getActiveHook','wJjCC','testFrameworkState',',\x20filePath:\x20','Dshit','KEY_HOOK_NAME','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','KEY_HOOK_ID','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','toString','uuid',',\x20failureReason=','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','jNYNU','findIndex','buildHookMapFromTest','error','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','setTrackedInstance','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','[JestTestFramework]\x20trackHookEvent:\x20SUCCESS\x20-\x20hookType=','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','message','__workerDetails','concat','testUUID','\x20screenshot\x20logs\x20for\x20testId:\x20','ypvWI','parseJestTestResult','has','includes','KEY_TEST_FAILURE_TYPE','KEY_TEST_RERUN_NAME','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','reverse','getJestTestTags','KEY_TEST_FAILURE_REASON','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','test_identifier','Error\x20in\x20createTestFrameworkEventPayload:\x20','myNzV','LEgaN','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','KEY_TEST_RESULT_AT','createContext',',\x20failureType=','pid',',\x20state=','KEY_TEST_NAME','ALL','filePath','NONE','stringify','XezZe','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','getJestTestScopes','UcnEJ','../instances/trackedInstance.js',',\x20result=',',\x20payload:\x20','KEY_HOOKS_STARTED','DEFAULT_HOOK_RESULT',',\x20testFramework='];a71_0x53b1=function(){return _0x7c5018;};return a71_0x53b1();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a72_0x1736d8=a72_0x4a1b;(function(_0x166b19,_0x33b9eb){const _0x4d7983=a72_0x4a1b,_0x3b5f59=_0x166b19();while(!![]){try{const _0x3326e6=parseInt(_0x4d7983(0xc5))/0x1*(parseInt(_0x4d7983(0xcd))/0x2)+-parseInt(_0x4d7983(0xb6))/0x3*(-parseInt(_0x4d7983(0xbc))/0x4)+-parseInt(_0x4d7983(0xd7))/0x5*(-parseInt(_0x4d7983(0xd9))/0x6)+parseInt(_0x4d7983(0xca))/0x7*(parseInt(_0x4d7983(0xce))/0x8)+parseInt(_0x4d7983(0xae))/0x9*(parseInt(_0x4d7983(0xcb))/0xa)+parseInt(_0x4d7983(0xb0))/0xb*(-parseInt(_0x4d7983(0xbd))/0xc)+-parseInt(_0x4d7983(0xc3))/0xd;if(_0x3326e6===_0x33b9eb)break;else _0x3b5f59['push'](_0x3b5f59['shift']());}catch(_0x3b837b){_0x3b5f59['push'](_0x3b5f59['shift']());}}}(a72_0x3945,0x8ddb9));const AutomationFramework=require(a72_0x1736d8(0xd1)),{createClassLogger}=require(a72_0x1736d8(0xcf)),AutomationFrameworkState=require('../state/automationFrameworkState.js'),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a72_0x1736d8(0xb9)),AutomationFrameworkInstance=require(a72_0x1736d8(0xc1));function a72_0x4a1b(_0x1c4259,_0xc2fe83){const _0x3945fb=a72_0x3945();return a72_0x4a1b=function(_0x4a1bd4,_0x1b5ec6){_0x4a1bd4=_0x4a1bd4-0xae;let _0x3768eb=_0x3945fb[_0x4a1bd4];return _0x3768eb;},a72_0x4a1b(_0x1c4259,_0xc2fe83);}class PlaywrightAutomationFramework extends AutomationFramework{[a72_0x1736d8(0xbf)]=createClassLogger(a72_0x1736d8(0xc4));constructor(_0x51826c,_0x3153ed){super(_0x51826c,_0x3153ed);}async[a72_0x1736d8(0xb1)](_0x45eda8,_0x8349b5,_0x32d7d0={}){const _0x2bff47=a72_0x1736d8,_0xe91f2c={};_0xe91f2c[_0x2bff47(0xb7)]=function(_0x49b822,_0x149da2){return _0x49b822===_0x149da2;};const _0x8d8607=_0xe91f2c;this['logger']['debug'](_0x2bff47(0xc0)+_0x45eda8+_0x2bff47(0xd0)+_0x8349b5),await super['trackEvent'](_0x45eda8,_0x8349b5,_0x32d7d0);const _0x12f8d7=this[_0x2bff47(0xb8)](_0x45eda8,_0x8349b5,_0x32d7d0);if(_0x8d8607[_0x2bff47(0xb7)](_0x12f8d7,null))return;_0x32d7d0[_0x2bff47(0xd6)]=_0x12f8d7,await this[_0x2bff47(0xb3)](_0x12f8d7,_0x45eda8,_0x8349b5,_0x32d7d0);}['resolveInstance'](_0x244521,_0x2f583e,_0x413a66={}){const _0x4907c8=a72_0x1736d8,_0x46dffd={};_0x46dffd['HCYeh']=function(_0x4770cd,_0x6ecc91){return _0x4770cd===_0x6ecc91;},_0x46dffd['eBBBZ']=function(_0x95d4c9,_0x4363ce){return _0x95d4c9===_0x4363ce;},_0x46dffd[_0x4907c8(0xd5)]=function(_0x2c859e,_0x47f810){return _0x2c859e===_0x47f810;};const _0x23eea6=_0x46dffd;let _0xda284=null;return(_0x23eea6['HCYeh'](_0x244521,AutomationFrameworkState[_0x4907c8(0xb2)])||_0x23eea6[_0x4907c8(0xc9)](_0x244521,AutomationFrameworkState[_0x4907c8(0xc6)])&&(_0x413a66[_0x4907c8(0xc8)]&&_0x413a66[_0x4907c8(0xc8)][_0x4907c8(0xd3)]&&_0x413a66['message']['params']['bsParams'])||_0x23eea6[_0x4907c8(0xd5)](_0x244521,AutomationFrameworkState[_0x4907c8(0xbe)]))&&this[_0x4907c8(0xda)](_0x244521,_0x413a66),_0xda284=AutomationFramework['getTrackedInstance'](),_0xda284;}[a72_0x1736d8(0xda)](_0x2a810c,_0x4a0f63){const _0x2e60b6=a72_0x1736d8,_0x1d5f0c={};_0x1d5f0c[_0x2e60b6(0xd4)]='trackPlaywrightInstance:\x20instance\x20already\x20exists';const _0x2d5046=_0x1d5f0c;if(AutomationFramework[_0x2e60b6(0xc7)]()){this[_0x2e60b6(0xbf)]['info'](_0x2d5046[_0x2e60b6(0xd4)]);return;}const _0x281591=CLIUtils['getCurrentInstanceName'](),_0x275a48=TrackedInstance[_0x2e60b6(0xbb)](_0x281591);let _0x3e0ea7=null;this[_0x2e60b6(0xbf)][_0x2e60b6(0xb4)](_0x2e60b6(0xba)+_0x281591+_0x2e60b6(0xd2)+_0x2a810c),_0x3e0ea7=new AutomationFrameworkInstance(_0x275a48,this[_0x2e60b6(0xc2)](),this[_0x2e60b6(0xb5)](),_0x2a810c),AutomationFramework[_0x2e60b6(0xcc)](_0x275a48,_0x3e0ea7),this[_0x2e60b6(0xbf)][_0x2e60b6(0xb4)](_0x2e60b6(0xd8)+_0x275a48[_0x2e60b6(0xaf)]()+'\x20target='+_0x281591);}}function a72_0x3945(){const _0x4fa50d=['../instances/automationFrameworkInstance.js','getAutomationFrameworkName','16543943paMEhA','PlaywrightAutomationFramework','3747jtSJth','PLAYWRIGHT_DISPATCH','getTrackedInstance','message','eBBBZ','1632337mlvXnA','60YcJGCd','setTrackedInstance','24LYsMpa','16clRUyP','../../../helpers/classLogger.js','\x20hookState=','./automationFramework.js',',\x20state=','params','YRtmF','lhsOe','instance','5hhcwdT','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','4663590gjZZIX','trackPlaywrightInstance','1044837TVOkbn','getId','10115050uFDZBm','trackEvent','CREATE','runHooks','info','getAutomationFrameworkVersion','3HvsUyS','TVRke','resolveInstance','../instances/trackedInstance.js','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','createContext','3152164nDXkCh','12cgqmQY','NONE','logger','trackEvent:\x20automationFrameworkState='];a72_0x3945=function(){return _0x4fa50d;};return a72_0x3945();}module['exports']=PlaywrightAutomationFramework;
|