browserstack-node-sdk 1.50.0 → 1.50.1
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_0x59ef98=a69_0x42ae;(function(_0x5bc570,_0x213dab){const _0x22b9bd=a69_0x42ae,_0x133d3e=_0x5bc570();while(!![]){try{const _0x71f696=-parseInt(_0x22b9bd(0x19e))/0x1*(parseInt(_0x22b9bd(0x17f))/0x2)+parseInt(_0x22b9bd(0x189))/0x3*(-parseInt(_0x22b9bd(0x197))/0x4)+-parseInt(_0x22b9bd(0x163))/0x5*(-parseInt(_0x22b9bd(0x164))/0x6)+parseInt(_0x22b9bd(0x192))/0x7+-parseInt(_0x22b9bd(0x160))/0x8+-parseInt(_0x22b9bd(0x191))/0x9*(parseInt(_0x22b9bd(0x18b))/0xa)+parseInt(_0x22b9bd(0x190))/0xb;if(_0x71f696===_0x213dab)break;else _0x133d3e['push'](_0x133d3e['shift']());}catch(_0x1aab12){_0x133d3e['push'](_0x133d3e['shift']());}}}(a69_0x37c4,0x6e3c8));const a69_0x36bbe7={};a69_0x36bbe7['KEY_TEST_UUID']=a69_0x59ef98(0x19b),a69_0x36bbe7[a69_0x59ef98(0x173)]='test_id',a69_0x36bbe7['KEY_TEST_NAME']=a69_0x59ef98(0x176),a69_0x36bbe7[a69_0x59ef98(0x194)]=a69_0x59ef98(0x18f),a69_0x36bbe7['KEY_TEST_TAGS']=a69_0x59ef98(0x183),a69_0x36bbe7[a69_0x59ef98(0x16c)]=a69_0x59ef98(0x166),a69_0x36bbe7[a69_0x59ef98(0x182)]='test_result_at',a69_0x36bbe7[a69_0x59ef98(0x198)]=a69_0x59ef98(0x16d),a69_0x36bbe7[a69_0x59ef98(0x17a)]=a69_0x59ef98(0x1a0),a69_0x36bbe7[a69_0x59ef98(0x165)]=a69_0x59ef98(0x196),a69_0x36bbe7[a69_0x59ef98(0x161)]=a69_0x59ef98(0x154),a69_0x36bbe7['KEY_TEST_SCOPES']=a69_0x59ef98(0x185),a69_0x36bbe7[a69_0x59ef98(0x170)]=a69_0x59ef98(0x171),a69_0x36bbe7[a69_0x59ef98(0x175)]=a69_0x59ef98(0x19d),a69_0x36bbe7['KEY_TEST_CODE']=a69_0x59ef98(0x18a),a69_0x36bbe7[a69_0x59ef98(0x168)]=a69_0x59ef98(0x186),a69_0x36bbe7['KEY_TEST_RETRY_OF']='retry_of',a69_0x36bbe7['KEY_PLATFORM_INDEX']=a69_0x59ef98(0x184),a69_0x36bbe7[a69_0x59ef98(0x16b)]='test_failure',a69_0x36bbe7[a69_0x59ef98(0x167)]=a69_0x59ef98(0x181),a69_0x36bbe7[a69_0x59ef98(0x178)]=a69_0x59ef98(0x19a),a69_0x36bbe7[a69_0x59ef98(0x17d)]=a69_0x59ef98(0x153),a69_0x36bbe7[a69_0x59ef98(0x15e)]='test_meta',a69_0x36bbe7['KEY_SESSION_NAME']=a69_0x59ef98(0x17b),a69_0x36bbe7[a69_0x59ef98(0x193)]=a69_0x59ef98(0x16e),a69_0x36bbe7[a69_0x59ef98(0x157)]=a69_0x59ef98(0x156),a69_0x36bbe7['KEY_AUTOMATE_SESSION_REASON']='automate_session_reason',a69_0x36bbe7['KEY_EVENT_STARTED_AT']=a69_0x59ef98(0x152),a69_0x36bbe7[a69_0x59ef98(0x16f)]='event_ended_at',a69_0x36bbe7[a69_0x59ef98(0x155)]=a69_0x59ef98(0x177),a69_0x36bbe7[a69_0x59ef98(0x1a3)]='hook_result',a69_0x36bbe7['KEY_HOOK_FAILURE_TYPE']='hook_failure_type',a69_0x36bbe7[a69_0x59ef98(0x162)]=a69_0x59ef98(0x199),a69_0x36bbe7['KEY_HOOK_FAILURE']=a69_0x59ef98(0x195),a69_0x36bbe7[a69_0x59ef98(0x18e)]='hook_logs',a69_0x36bbe7['KEY_HOOK_NAME']=a69_0x59ef98(0x158),a69_0x36bbe7[a69_0x59ef98(0x188)]=a69_0x59ef98(0x15a),a69_0x36bbe7[a69_0x59ef98(0x1a2)]='pending',a69_0x36bbe7[a69_0x59ef98(0x17c)]=a69_0x59ef98(0x172),a69_0x36bbe7[a69_0x59ef98(0x17e)]=a69_0x59ef98(0x15f),a69_0x36bbe7[a69_0x59ef98(0x174)]=a69_0x59ef98(0x15c),a69_0x36bbe7[a69_0x59ef98(0x15d)]=a69_0x59ef98(0x16a),a69_0x36bbe7[a69_0x59ef98(0x1a1)]='test_hooks_finished',a69_0x36bbe7['KEY_HOOK_LAST_STARTED']=a69_0x59ef98(0x169),a69_0x36bbe7['KEY_HOOK_LAST_FINISHED']=a69_0x59ef98(0x180),a69_0x36bbe7[a69_0x59ef98(0x15b)]='logs',a69_0x36bbe7[a69_0x59ef98(0x18c)]='custom_metadata',a69_0x36bbe7['KEY_TEST_ATTACHMENTS']=a69_0x59ef98(0x19c),a69_0x36bbe7['KEY_FILE_SIZE']=a69_0x59ef98(0x19f),a69_0x36bbe7['KEY_FILE_NAME']=a69_0x59ef98(0x187),a69_0x36bbe7['KEY_FILE_PATH']=a69_0x59ef98(0x159),a69_0x36bbe7['KEY_FILE_LEVEL']=a69_0x59ef98(0x179);const TestFrameworkConstants=a69_0x36bbe7;function a69_0x42ae(_0x18f08a,_0x2146b9){const _0x37c46e=a69_0x37c4();return a69_0x42ae=function(_0x42ae81,_0x3359cd){_0x42ae81=_0x42ae81-0x152;let _0x4be689=_0x37c46e[_0x42ae81];return _0x4be689;},a69_0x42ae(_0x18f08a,_0x2146b9);}module[a69_0x59ef98(0x18d)]=TestFrameworkConstants;function a69_0x37c4(){const _0x2495c8=['test_logs','test_scope','KEY_HOOK_ID','automate_session_status','KEY_AUTOMATE_SESSION_STATUS','hook_name','file_path','pending','KEY_LOGS','^(BEFORE_|AFTER_)','KEY_HOOKS_STARTED','KEY_TEST_META','TEST_LOG','5451056gRAaEH','KEY_TEST_SCOPE','KEY_HOOK_FAILURE_REASON','478105gjJVQD','42NgoiDl','KEY_TEST_LOCATION','test_result','KEY_TEST_FAILURE_TYPE','KEY_TEST_RERUN_NAME','test_hook_last_started','test_hooks_started','KEY_TEST_FAILURE','KEY_TEST_RESULT','test_started_at','automate_session_name','KEY_EVENT_ENDED_AT','KEY_TEST_FRAMEWORK_NAME','test_framework_name','TEST_SCREENSHOT','KEY_TEST_ID','HOOK_REGEX','KEY_TEST_FRAMEWORK_VERSION','test_name','hook_id','KEY_TEST_FAILURE_REASON','file_level','KEY_TEST_ENDED_AT','test_session_name','KIND_SCREENSHOT','KEY_TEST_LOGS','KIND_LOG','834084ZMpMHe','test_hook_last_finished','test_failure_type','KEY_TEST_RESULT_AT','test_tags','platform_index','test_scopes','test_rerun_name','file_name','DEFAULT_TEST_RESULT','3DbAeAs','test_code','10kObEuH','KEY_CUSTOM_TAGS','exports','KEY_HOOK_LOGS','test_file_path','10377246VAJoLq','5448591kVAbKQ','6062259ynInQK','KEY_AUTOMATE_SESSION_NAME','KEY_TEST_FILE_PATH','hook_failure','test_location','1293676dtpPmO','KEY_TEST_STARTED_AT','hook_failure_reason','test_failure_reason','test_uuid','test_attachments','test_framework_version','1xuIdNS','file_size','test_ended_at','KEY_HOOKS_FINISHED','DEFAULT_HOOK_RESULT','KEY_HOOK_RESULT','event_started_at'];a69_0x37c4=function(){return _0x2495c8;};return a69_0x37c4();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a70_0x3ed899=a70_0x11da;function a70_0xf813(){const _0x1f377d=['KEY_TEST_UUID','createTestFrameworkEventPayload\x20testId:\x20','from','gfMiB','hook_type','testUUID','1980040HNcWNt','testFrameworkVersion','inspect','../instances/testFrameworkInstance.js','INIT_TEST','kohih','push','dQuGA','../state/hookState.js','NvIHE','KEY_HOOK_FAILURE_REASON','KEY_AUTOMATE_SESSION_NAME','157762iCgATH','exports','47712TqYTuR','TEST','2444328tUcKZU','test_run_id','getAllData','started_at','hookData','hooks','qMBqe','KEY_TEST_RESULT_AT','split','2526oNqBVJ','\x20with\x20id\x20','sendLogCreatedEvent:\x20for\x20testId:\x20','trackEvent:\x20unsupported\x20testFrameworkState=','\x20target=','No\x20hook\x20data\x20provided\x20for\x20cucumber\x20hook\x20event','finishedAt','addPendingHook','\x20&\x20hook\x20=\x20','3962NfAPNY',',\x20state:\x20','sZbwk','KEY_HOOK_LOGS','wtAfL','getCurrentInstanceName','DEFAULT_TEST_RESULT','KEY_HOOK_FAILURE','\x20with\x20result:\x20','matchHookRegex','kYoVv','POST','getTestFrameworks','FXMCx','trackHookEvent:\x20Hook\x20List\x20in\x20Post\x20','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','getThreadId','Error\x20in\x20createTestFrameworkEventPayload:\x20','customRerunParam','zHoEU','NpebL','failure','KEY_TEST_ID','KEY_TEST_SCOPE','trackEvent','KEY_TEST_RESULT','trackCucumberInstance','UDoGb','KEY_HOOKS_STARTED','failure_type','KEY_TEST_NAME','jdhTT','KEY_EVENT_STARTED_AT','KEY_HOOK_FAILURE_TYPE','file_name','meta','\x20and\x20args\x20=\x20','addMultipleEntries','startedAt','NFWVm','\x20with\x20UUID:\x20','trackCucumberInstance:\x20saved\x20instance\x20contextId=','getContext','trackHookEvent:\x20Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test\x20result','UnhandledError','getTestUUID','format','uuid','KEY_HOOKS_FINISHED','parseCucumberTest','result','keys','testFrameworkState','createContext','failure_reason','DQloq','readLogObjects','pvkpo','Parsed\x20cucumber\x20test:\x20','KEY_TEST_META','icEaS','KEY_TEST_LOCATION',',\x20state=','length','\x20testState:\x20','error','base64','trackHookEvent','KEY_TEST_FRAMEWORK_VERSION','Tracked\x20cucumber\x20hook\x20event:\x20','24rghRga','132jKcwHt','Processing\x20','UCcnj','stringify','testFrameworkName','KEY_CUSTOM_TAGS','concat','./constants/testFrameworkConstants.js','CJUWY','KEY_TEST_STARTED_AT','hasPendingHooks','createTestFrameworkEventPayload','finished_at','./testFramework','KEY_HOOK_ID','resolveInstance','fkraD','endedAt','getProcessId','args','tISDA','KEY_HOOK_LAST_FINISHED','xTiVt','executionContext','../cliUtils.js','lJkix','setTestDetails','BnRWp','jITEP','NONE','KEY_TEST_FAILURE','getTestFrameworksVersions','LOG_REPORT','debug','workerInfo','instance','../grpcClient','AGXQI','XYTen','dHWLa','toISOString','TQKSi','CucumberTestFramework','eventJson','LGbux','No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','Cucumber\x20log\x20created\x20event','\x20&\x20hookState=','\x20\x20and\x20args\x20=\x20','platformIndex','getTestDetails','10JbGqEa','name','hookState','../TestInfo.js','rerun_name','tags','location','getId','failed','body','test','KEY_TEST_FILE_PATH','runHooks','1796625gxGMSf','parallelIndex','KEY_TEST_ENDED_AT','214hWjKMX','KEY_TEST_FRAMEWORK_NAME','scopes','KEY_HOOK_NAME','4814LkHdES','passed','toString','../instances/trackedInstance.js','KEY_LOGS','parseCucumberTestResult','testData','failure_data','processPendingHooks','unknown','ycXER','key','KEY_HOOK_RESULT','sendLogCreatedEvent',',\x20hookState:\x20','KEY_TEST_SCOPES','getRef','\x20batch\x20','trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','KEY_TEST_ATTACHMENTS','getCurrentHookState','PRE','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','KEY_TEST_LOGS','KEY_TEST_RERUN_NAME','KEY_TEST_FAILURE_REASON','get'];a70_0xf813=function(){return _0x1f377d;};return a70_0xf813();}function a70_0x11da(_0x5a606c,_0x81b674){const _0xf81346=a70_0xf813();return a70_0x11da=function(_0x11da05,_0x4f3a61){_0x11da05=_0x11da05-0x166;let _0x32ede1=_0xf81346[_0x11da05];return _0x32ede1;},a70_0x11da(_0x5a606c,_0x81b674);}(function(_0x20f7a3,_0x13a1e5){const _0x184bb1=a70_0x11da,_0x599fe0=_0x20f7a3();while(!![]){try{const _0xff13a9=-parseInt(_0x184bb1(0x1ec))/0x1*(parseInt(_0x184bb1(0x1f0))/0x2)+-parseInt(_0x184bb1(0x21f))/0x3*(parseInt(_0x184bb1(0x1a8))/0x4)+parseInt(_0x184bb1(0x211))/0x5+-parseInt(_0x184bb1(0x22a))/0x6*(-parseInt(_0x184bb1(0x233))/0x7)+parseInt(_0x184bb1(0x221))/0x8+parseInt(_0x184bb1(0x1e9))/0x9*(parseInt(_0x184bb1(0x1dc))/0xa)+parseInt(_0x184bb1(0x21d))/0xb*(-parseInt(_0x184bb1(0x1a9))/0xc);if(_0xff13a9===_0x13a1e5)break;else _0x599fe0['push'](_0x599fe0['shift']());}catch(_0x159f3c){_0x599fe0['push'](_0x599fe0['shift']());}}}(a70_0xf813,0x5a9e8));const TestFramework=require(a70_0x3ed899(0x1b6)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a70_0x3ed899(0x219)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a70_0x3ed899(0x214)),CLIUtils=require(a70_0x3ed899(0x1c1)),TrackedInstance=require(a70_0x3ed899(0x1f3)),TestFrameworkConstants=require(a70_0x3ed899(0x1b0)),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),logger=createClassLogger(a70_0x3ed899(0x1d3)),{v4:uuidv4}=require('uuid'),util=require('util'),TestInfo=require(a70_0x3ed899(0x1df)),GrpcClient=require(a70_0x3ed899(0x1cd));class CucumberTestFramework extends TestFramework{constructor(_0x4e9cf6,_0x555f76,_0x28372d){super(_0x4e9cf6,_0x555f76,_0x28372d);}async[a70_0x3ed899(0x179)](_0x43ad7e,_0x4d7de1,_0x10fc73={}){const _0xa96a78=a70_0x3ed899,_0x142b86={};_0x142b86[_0xa96a78(0x216)]=_0xa96a78(0x202),_0x142b86['icEaS']=function(_0x1534f2,_0x2196e5){return _0x1534f2===_0x2196e5;},_0x142b86['TQKSi']=function(_0x11cbf2,_0x1820e2){return _0x11cbf2===_0x1820e2;},_0x142b86['UCcnj']='trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s';const _0x55995c=_0x142b86;await super['trackEvent'](_0x43ad7e,_0x4d7de1,_0x10fc73);const _0x34e409=this[_0xa96a78(0x1b8)](_0x43ad7e,_0x4d7de1,_0x10fc73);if(!_0x34e409){logger[_0xa96a78(0x1ca)](_0x55995c[_0xa96a78(0x216)]);return;}try{let _0x227e47,_0x153ae3;switch(_0x43ad7e){case TestFrameworkState['TEST']:_0x227e47=_0x10fc73[_0xa96a78(0x1e6)],_0x153ae3=TestInfo[_0xa96a78(0x18f)](_0x227e47['id']);if(_0x55995c[_0xa96a78(0x19e)](_0x4d7de1,HookState['PRE'])){logger[_0xa96a78(0x1ca)](_0xa96a78(0x206)+_0x227e47['id']);const _0x7adda4={};_0x7adda4[_0xa96a78(0x210)]=_0x153ae3,_0x7adda4[_0xa96a78(0x1f6)]=_0x227e47,_0x34e409[_0xa96a78(0x186)](this[_0xa96a78(0x193)](_0x7adda4)),logger[_0xa96a78(0x1ca)]('trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20'+_0x227e47['id']),await this[_0xa96a78(0x1f8)](_0x34e409,_0x227e47['id']);}else{if(_0x55995c[_0xa96a78(0x1d2)](_0x4d7de1,HookState[_0xa96a78(0x16c)])){const _0x51de3f={};_0x51de3f[_0xa96a78(0x210)]=_0x153ae3,_0x51de3f[_0xa96a78(0x1f6)]=_0x227e47,_0x34e409[_0xa96a78(0x186)](this['parseCucumberTestResult'](_0x51de3f)),await this[_0xa96a78(0x1f8)](_0x34e409,_0x227e47['id']);}}break;case TestFrameworkState[_0xa96a78(0x1c9)]:_0x55995c['TQKSi'](_0x4d7de1,HookState[_0xa96a78(0x16c)])&&await this[_0xa96a78(0x1fd)](_0x34e409,_0x43ad7e,_0x10fc73);break;default:if(CLIUtils[_0xa96a78(0x16a)](_0x43ad7e[_0xa96a78(0x1f2)]()[_0xa96a78(0x229)]('.')[0x1])){const _0x15b2c2=await this['trackHookEvent'](_0x34e409,_0x43ad7e,_0x4d7de1,_0x10fc73);_0x34e409[_0xa96a78(0x186)](_0x15b2c2);}else logger[_0xa96a78(0x1ca)](_0xa96a78(0x22d)+_0x43ad7e+_0xa96a78(0x1d8)+_0x4d7de1);break;}}catch(_0x1f0096){logger['error'](util[_0xa96a78(0x190)](_0x55995c[_0xa96a78(0x1ab)],_0x43ad7e,_0x4d7de1,_0x10fc73[_0xa96a78(0x1a1)],_0x1f0096));}_0x10fc73[_0xa96a78(0x1cc)]=_0x34e409,await this[_0xa96a78(0x1e8)](_0x34e409,_0x43ad7e,_0x4d7de1,_0x10fc73);}[a70_0x3ed899(0x1b8)](_0x4a87a1,_0x483150,_0x1ed012={}){const _0x438bb6=a70_0x3ed899,_0x2dd6b9={};_0x2dd6b9['kYoVv']=function(_0x5a5dbf,_0x42a0ef){return _0x5a5dbf===_0x42a0ef;},_0x2dd6b9[_0x438bb6(0x17c)]=function(_0x54d666,_0x368ce0){return _0x54d666===_0x368ce0;};const _0x583a32=_0x2dd6b9;let _0x11287f=null;return(_0x583a32[_0x438bb6(0x16b)](_0x4a87a1,TestFrameworkState[_0x438bb6(0x215)])||_0x583a32[_0x438bb6(0x17c)](_0x4a87a1,TestFrameworkState[_0x438bb6(0x1c6)]))&&this[_0x438bb6(0x17b)](_0x4a87a1,_0x1ed012),_0x11287f=TestFramework['getTrackedInstance'](),_0x11287f;}['trackCucumberInstance'](_0x20007a,_0x4c8897){const _0x2296fd=a70_0x3ed899,_0x131efa=CLIUtils[_0x2296fd(0x166)](),_0x311e35=TrackedInstance[_0x2296fd(0x197)](_0x131efa);let _0x56efc5=null;logger[_0x2296fd(0x1ca)]('trackCucumberInstance:\x20created\x20instance\x20for\x20target='+_0x131efa+_0x2296fd(0x1a0)+_0x20007a),_0x56efc5=new TestFrameworkInstance(_0x311e35,this[_0x2296fd(0x16d)](),this[_0x2296fd(0x1c8)](),_0x20007a,HookState['NONE']),TestFramework['setTrackedInstance'](_0x311e35,_0x56efc5),logger[_0x2296fd(0x1ca)](_0x2296fd(0x18a)+_0x311e35[_0x2296fd(0x1e3)]()+_0x2296fd(0x22e)+_0x131efa);}[a70_0x3ed899(0x193)](_0x4345b2){const _0x184354=a70_0x3ed899,_0xc18011={};_0xc18011[_0x184354(0x227)]='No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test';const _0x16a0f4=_0xc18011,{testUUID:_0x1d2742,testData:_0x230e3c}=_0x4345b2;if(!_0x230e3c||!_0x230e3c[_0x184354(0x191)])return logger[_0x184354(0x1ca)](_0x16a0f4[_0x184354(0x227)]),{};const _0x349628=_0x1d2742,_0x2d36fc=_0x230e3c[_0x184354(0x191)],_0x550358=this[_0x184354(0x16d)]()[0x0],_0x354be6=this[_0x184354(0x1c8)](),_0x192991={[TestFrameworkConstants[_0x184354(0x1ed)]]:_0x550358,[TestFrameworkConstants[_0x184354(0x1a6)]]:_0x354be6[_0x550358],[TestFrameworkConstants[_0x184354(0x207)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants[_0x184354(0x17d)]]:{},[TestFrameworkConstants[_0x184354(0x20b)]]:_0x349628,[TestFrameworkConstants[_0x184354(0x17a)]]:TestFrameworkConstants[_0x184354(0x167)],[TestFrameworkConstants[_0x184354(0x21c)]]:_0x230e3c[_0x184354(0x1dd)]||'',[TestFrameworkConstants[_0x184354(0x1e7)]]:_0x230e3c[_0x184354(0x183)]||'',[TestFrameworkConstants[_0x184354(0x177)]]:_0x2d36fc,[TestFrameworkConstants[_0x184354(0x17f)]]:_0x230e3c[_0x184354(0x1dd)]||'',[TestFrameworkConstants[_0x184354(0x19f)]]:_0x230e3c[_0x184354(0x1e2)]||'',[TestFrameworkConstants['KEY_TEST_CODE']]:_0x230e3c[_0x184354(0x1e5)]?.['code']||null,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x230e3c[_0x184354(0x1e1)]||[],[TestFrameworkConstants[_0x184354(0x1b2)]]:_0x230e3c[_0x184354(0x187)]||new Date()[_0x184354(0x1d1)](),[TestFrameworkConstants[_0x184354(0x178)]]:_0x230e3c['scopes']?.[0x0]||'',[TestFrameworkConstants[_0x184354(0x1ff)]]:_0x230e3c[_0x184354(0x1ee)]||[],[TestFrameworkConstants[_0x184354(0x208)]]:_0x230e3c[_0x184354(0x173)]?.[_0x184354(0x1e0)]||_0x230e3c[_0x184354(0x1dd)]||'',[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants['KEY_TEST_META']]:_0x230e3c[_0x184354(0x184)]||{}};TestInfo[_0x184354(0x1c3)](_0x2d36fc,_0x192991),logger[_0x184354(0x1ca)](_0x184354(0x19c)+_0x230e3c[_0x184354(0x1dd)]+_0x184354(0x189)+_0x349628);const _0x3acb14={};return _0x3acb14[_0x2d36fc]=_0x192991,_0x3acb14;}[a70_0x3ed899(0x1f5)](_0x529c5f){const _0x303019=a70_0x3ed899,_0x26e628={'AGXQI':_0x303019(0x18d),'BnRWp':_0x303019(0x1f9),'sspGy':function(_0x8e938e,_0x5caa73){return _0x8e938e===_0x5caa73;},'jITEP':_0x303019(0x1e4),'lJkix':'UnhandledError','DQloq':function(_0x3b535a,_0x5c4e35,_0x3ddd49){return _0x3b535a(_0x5c4e35,_0x3ddd49);},'dHWLa':function(_0x4457fd,_0x592ec8){return _0x4457fd>_0x592ec8;},'sZbwk':function(_0x3b0d88,_0x20be3a){return _0x3b0d88>_0x20be3a;}},{testUUID:_0x4dd96b,testData:_0x973fe3}=_0x529c5f;if(!_0x973fe3||!_0x973fe3[_0x303019(0x191)])return logger['debug'](_0x26e628[_0x303019(0x1ce)]),{};const _0x1d31ab=this[_0x303019(0x1b8)](TestFrameworkState[_0x303019(0x220)],HookState[_0x303019(0x16c)]),_0x39981b=_0x973fe3[_0x303019(0x191)],_0xff22d5=TestInfo[_0x303019(0x1db)](_0x39981b)||{},_0x12cd27=_0xff22d5?_0xff22d5[TestFrameworkConstants[_0x303019(0x1ae)]]||{}:{},_0x51bad7={..._0xff22d5,[TestFrameworkConstants[_0x303019(0x17a)]]:_0x973fe3[_0x303019(0x194)]||_0x26e628[_0x303019(0x1c4)],[TestFrameworkConstants[_0x303019(0x1eb)]]:_0x973fe3[_0x303019(0x230)]||new Date()[_0x303019(0x1d1)](),[TestFrameworkConstants[_0x303019(0x228)]]:new Date()[_0x303019(0x1d1)](),[TestFrameworkConstants[_0x303019(0x1ae)]]:_0x12cd27,[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants[_0x303019(0x19d)]]:_0x973fe3['meta']||{}};_0x26e628['sspGy'](_0x973fe3['result'],_0x26e628[_0x303019(0x1c5)])&&_0x973fe3[_0x303019(0x176)]&&(_0x51bad7[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]=_0x973fe3['failure_type']||_0x26e628[_0x303019(0x1c2)],_0x51bad7[TestFrameworkConstants[_0x303019(0x209)]]=_0x973fe3[_0x303019(0x198)]||'',_0x51bad7[TestFrameworkConstants[_0x303019(0x1c7)]]=_0x973fe3[_0x303019(0x176)]);const _0x280755=TestInfo[_0x303019(0x1db)](_0x39981b)[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x4e0c3d=_0x26e628[_0x303019(0x199)](getManualUploadLogs,_0x280755,_0x1d31ab[_0x303019(0x223)]()[_0x303019(0x20a)](_0x39981b)[TestFrameworkConstants[_0x303019(0x20b)]]);if(_0x26e628[_0x303019(0x1d0)](_0x4e0c3d[_0x303019(0x1a1)],0x0)){const _0x18c1d6=_0x51bad7[TestFrameworkConstants['KEY_LOGS']]||[];_0x51bad7[TestFrameworkConstants[_0x303019(0x1f4)]]=[..._0x18c1d6,..._0x4e0c3d];}_0x973fe3[_0x303019(0x226)]&&_0x26e628[_0x303019(0x235)](_0x973fe3[_0x303019(0x226)][_0x303019(0x1a1)],0x0)&&(_0x51bad7[TestFrameworkConstants[_0x303019(0x192)]]=_0x973fe3['hooks']);TestInfo[_0x303019(0x1c3)](_0x39981b,_0x51bad7),logger[_0x303019(0x1ca)]('Updated\x20cucumber\x20test\x20result:\x20'+_0x973fe3['name']+_0x303019(0x169)+_0x973fe3[_0x303019(0x194)]);const _0xf8c1f6={};return _0xf8c1f6[_0x39981b]=_0x51bad7,_0xf8c1f6;}async[a70_0x3ed899(0x1a5)](_0x4dc7c0,_0x1d5bc5,_0x365248,_0x25e7db){const _0x201bac=a70_0x3ed899,_0x38028d={'xTiVt':_0x201bac(0x22f),'ycXER':function(_0x5498fc){return _0x5498fc();},'EAIqZ':function(_0x13d5da,_0x2c63b5){return _0x13d5da in _0x2c63b5;},'jdhTT':function(_0x28ba17,_0x5320e1){return _0x28ba17 in _0x5320e1;},'dYKWi':function(_0x526694,_0x2a5284){return _0x526694===_0x2a5284;},'FXMCx':function(_0x328a5d,_0x57dab3){return _0x328a5d===_0x57dab3;},'pvkpo':function(_0x19dc4a,_0xe7735a){return _0x19dc4a>_0xe7735a;},'izObl':function(_0x100ba3,_0x169a2b){return _0x100ba3===_0x169a2b;},'CJUWY':_0x201bac(0x1e4),'wtAfL':_0x201bac(0x18e),'LGbux':_0x201bac(0x1f1),'tISDA':function(_0x37b68b,_0x5d1401){return _0x37b68b!==_0x5d1401;}},{hookData:_0x209ac8}=_0x25e7db;if(!_0x209ac8)return logger['debug'](_0x38028d[_0x201bac(0x1bf)]),{};const _0x47436c=_0x209ac8[_0x201bac(0x191)]||_0x38028d[_0x201bac(0x1fa)](uuidv4),_0x4ef21c=_0x209ac8[_0x201bac(0x222)],_0x30b76b=_0x1d5bc5[_0x201bac(0x1f2)]()[_0x201bac(0x229)]('.')[0x1],_0x494989=TestInfo[_0x201bac(0x1db)](_0x4ef21c)[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{},_0x523017=_0x4dc7c0[_0x201bac(0x223)]()['get'](_0x4ef21c);if(!_0x523017)return logger[_0x201bac(0x1ca)](_0x201bac(0x1d6)+_0x4ef21c+',\x20storing\x20as\x20pending\x20hook'),this['storePendingHook'](_0x4dc7c0,_0x4ef21c,_0x1d5bc5,_0x365248,_0x25e7db),{};let _0x2ed518=_0x523017[TestFrameworkConstants[_0x201bac(0x17d)]];!_0x2ed518&&(_0x2ed518={});!_0x38028d['EAIqZ'](_0x30b76b,_0x2ed518)&&(_0x2ed518[_0x30b76b]=[]);let _0x573528=_0x523017[TestFrameworkConstants[_0x201bac(0x192)]];!_0x573528&&(_0x573528={});!_0x38028d[_0x201bac(0x180)](_0x30b76b,_0x573528)&&(_0x573528[_0x30b76b]=[]);const _0x34dd99={[TestFrameworkConstants[_0x201bac(0x17d)]]:_0x2ed518,[TestFrameworkConstants[_0x201bac(0x192)]]:_0x573528},_0x2db333={};_0x2db333[_0x4ef21c]=_0x34dd99;const _0x268bc2=_0x2db333;if(_0x38028d['dYKWi'](_0x365248,HookState[_0x201bac(0x205)])){const _0x4a26d4={[TestFrameworkConstants[_0x201bac(0x1b7)]]:_0x47436c,[TestFrameworkConstants[_0x201bac(0x1fc)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x201bac(0x181)]]:_0x209ac8[_0x201bac(0x224)],[TestFrameworkConstants[_0x201bac(0x236)]]:[],[TestFrameworkConstants[_0x201bac(0x1ef)]]:_0x209ac8[_0x201bac(0x20f)],[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x494989};_0x4a26d4[_0x201bac(0x1fb)]=_0x30b76b;const _0x15d27e=_0x4a26d4;_0x2ed518[_0x30b76b][_0x201bac(0x217)](_0x15d27e),_0x268bc2[_0x4ef21c][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0x30b76b,logger['debug'](_0x201bac(0x18c)+_0x30b76b+_0x201bac(0x232)+_0x15d27e+_0x201bac(0x1d9)+_0x25e7db);}else{if(_0x38028d[_0x201bac(0x16e)](_0x365248,HookState[_0x201bac(0x16c)])){const _0x451244=_0x209ac8[_0x201bac(0x194)],_0x4704f1=_0x2ed518[_0x30b76b]||[];logger[_0x201bac(0x1ca)](_0x201bac(0x16f)+_0x4704f1+_0x201bac(0x185)+_0x25e7db);if(_0x38028d[_0x201bac(0x19b)](_0x4704f1[_0x201bac(0x1a1)],0x0)){const _0x3e2f65=_0x4704f1['pop']();_0x38028d['izObl'](_0x209ac8[_0x201bac(0x194)],_0x38028d[_0x201bac(0x1b1)])&&_0x209ac8['failure_data']?(_0x3e2f65[TestFrameworkConstants[_0x201bac(0x182)]]=_0x209ac8[_0x201bac(0x17e)]||_0x38028d[_0x201bac(0x237)],_0x3e2f65[TestFrameworkConstants[_0x201bac(0x21b)]]=_0x209ac8['failure_reason']||'',_0x3e2f65[TestFrameworkConstants[_0x201bac(0x168)]]=_0x209ac8[_0x201bac(0x1f7)]):_0x3e2f65[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x38028d[_0x201bac(0x1d5)];_0x38028d[_0x201bac(0x1bd)](_0x451244,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x3e2f65[TestFrameworkConstants[_0x201bac(0x1fc)]]=_0x451244);_0x3e2f65[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x209ac8[_0x201bac(0x1b5)]||new Date()['toISOString'](),_0x3e2f65[TestFrameworkConstants[_0x201bac(0x1ae)]]=_0x494989;const _0x40ae90=_0x3e2f65[TestFrameworkConstants[_0x201bac(0x1b7)]];!_0x573528[_0x30b76b]&&(_0x573528[_0x30b76b]=[]),_0x573528[_0x30b76b]['push'](_0x3e2f65),_0x268bc2[_0x4ef21c][TestFrameworkConstants[_0x201bac(0x1be)]]=_0x30b76b;}}}return logger[_0x201bac(0x1ca)](_0x201bac(0x1a7)+_0x209ac8[_0x201bac(0x20f)]+_0x201bac(0x22b)+_0x47436c+'\x20for\x20test:\x20'+_0x4ef21c),_0x268bc2;}[a70_0x3ed899(0x1b4)](_0xefb5ac){const _0x2e8162=a70_0x3ed899,_0x363d9d={};_0x363d9d['dQuGA']=_0x2e8162(0x1a4);const _0x3614a8=_0x363d9d;try{const _0x277d09=_0xefb5ac['test']?_0xefb5ac['test']['id']:_0xefb5ac[_0x2e8162(0x225)][_0x2e8162(0x222)],_0x88b01f=_0xefb5ac['instance'],_0x271b3b=_0x88b01f[_0x2e8162(0x18b)](),_0x5795d6=_0x88b01f[_0x2e8162(0x223)]()[_0x2e8162(0x20a)](_0x277d09);if(!_0x5795d6)return logger['debug']('createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x277d09),{};logger[_0x2e8162(0x1ca)](_0x2e8162(0x20c)+_0x277d09);const {[TestFrameworkConstants[_0x2e8162(0x1ed)]]:_0x25ec3f='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x57fba0='',[TestFrameworkConstants[_0x2e8162(0x1b2)]]:_0x3f201a='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x1b2036=''}=_0x5795d6,_0x56d48c=_0x88b01f['getCurrentTestState']()[_0x2e8162(0x1f2)]()[_0x2e8162(0x229)]('.')[0x1],_0x26673b=_0x88b01f[_0x2e8162(0x204)]()[_0x2e8162(0x1f2)]()[_0x2e8162(0x229)]('.')[0x1],_0x3ce463=global?.['__workerDetails']?.[_0x2e8162(0x1cb)]?.[_0x2e8162(0x1ea)],_0x1d5c00=_0x88b01f[_0x2e8162(0x200)](),_0x5ef758=Buffer[_0x2e8162(0x20d)](JSON[_0x2e8162(0x1ac)](_0x5795d6))['toString'](_0x3614a8[_0x2e8162(0x218)]),_0x39ece2={'hash':_0x271b3b['getId'](),'threadId':_0x271b3b[_0x2e8162(0x171)]()[_0x2e8162(0x1f2)](),'processId':_0x271b3b[_0x2e8162(0x1bb)]()[_0x2e8162(0x1f2)]()},_0x4d9eda={};_0x4d9eda[_0x2e8162(0x1da)]=_0x3ce463,_0x4d9eda[_0x2e8162(0x1ad)]=_0x25ec3f,_0x4d9eda[_0x2e8162(0x212)]=_0x57fba0,_0x4d9eda[_0x2e8162(0x196)]=_0x56d48c,_0x4d9eda[_0x2e8162(0x1de)]=_0x26673b,_0x4d9eda[_0x2e8162(0x187)]=_0x3f201a,_0x4d9eda[_0x2e8162(0x1ba)]=_0x1b2036,_0x4d9eda[_0x2e8162(0x191)]=_0x1d5c00,_0x4d9eda[_0x2e8162(0x1d4)]=_0x5ef758,_0x4d9eda[_0x2e8162(0x1c0)]=_0x39ece2;const _0x406bc7=_0x4d9eda;return logger[_0x2e8162(0x1ca)]('createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20'+_0x277d09+_0x2e8162(0x1a2)+_0x56d48c+'\x20hookState:\x20'+_0x26673b),_0x406bc7;}catch(_0x219a05){return logger[_0x2e8162(0x1a3)](_0x2e8162(0x172)+util['format'](_0x219a05)),{};}}async[a70_0x3ed899(0x1fd)](_0x516f68,_0x175a5b,_0x4d0e29){const _0x2ca4bd=a70_0x3ed899,_0x306aed={'fkraD':function(_0x2616da,_0x1d7209,_0x168ff0){return _0x2616da(_0x1d7209,_0x168ff0);},'zHoEU':function(_0x39b5e9,_0x286bba){return _0x39b5e9===_0x286bba;},'dgyEw':'sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping','zCSJx':function(_0x197dbf,_0xf52454){return _0x197dbf/_0xf52454;},'XYTen':function(_0x53bcdf,_0x304f47){return _0x53bcdf<_0x304f47;},'CzMSO':function(_0x5b5acc,_0x444ee5){return _0x5b5acc*_0x444ee5;},'NFWVm':function(_0x569b22,_0x35ab29){return _0x569b22+_0x35ab29;},'NpebL':function(_0x3abfe1,_0x6e3b59){return _0x3abfe1+_0x6e3b59;},'NvIHE':_0x2ca4bd(0x1d7)};try{const _0x53b3fb=_0x4d0e29[_0x2ca4bd(0x210)],_0x3245c2=_0x516f68[_0x2ca4bd(0x223)]()[_0x2ca4bd(0x20a)](_0x53b3fb),{[TestFrameworkConstants[_0x2ca4bd(0x1ed)]]:_0x1eba73='',[TestFrameworkConstants[_0x2ca4bd(0x1a6)]]:_0x229f5f=''}=_0x3245c2,_0x25c8cf=TestInfo[_0x2ca4bd(0x19a)](_0x53b3fb),_0x2f8997=TestInfo[_0x2ca4bd(0x1db)](_0x53b3fb)[TestFrameworkConstants[_0x2ca4bd(0x203)]]||{},_0x1e6699=_0x306aed[_0x2ca4bd(0x1b9)](getMediaArtifactsLogs,_0x2f8997,_0x516f68[_0x2ca4bd(0x223)]()[_0x2ca4bd(0x20a)](_0x53b3fb)[TestFrameworkConstants[_0x2ca4bd(0x20b)]]),_0x2edda2=(_0x25c8cf||[])[_0x2ca4bd(0x1af)](_0x1e6699||[]);if(!_0x2edda2||_0x306aed[_0x2ca4bd(0x174)](_0x2edda2[_0x2ca4bd(0x1a1)],0x0)){logger['debug'](_0x306aed['dgyEw']);return;}const _0x5831bb=0x28,_0x7738cc=Math['ceil'](_0x306aed['zCSJx'](_0x2edda2[_0x2ca4bd(0x1a1)],_0x5831bb));for(let _0x55e344=0x0;_0x306aed[_0x2ca4bd(0x1cf)](_0x55e344,_0x7738cc);_0x55e344++){const _0x4f5048=_0x306aed['CzMSO'](_0x55e344,_0x5831bb),_0x2354f9=_0x306aed['NFWVm'](_0x4f5048,_0x5831bb),_0x4c8440=_0x2edda2['slice'](_0x4f5048,_0x2354f9),_0x34f43b={'platformIndex':'0','logs':_0x4c8440,'testFrameworkName':_0x1eba73,'testFrameworkVersion':_0x229f5f,'testFrameworkState':_0x175a5b[_0x2ca4bd(0x1f2)]()[_0x2ca4bd(0x229)]('.')[0x1]};logger[_0x2ca4bd(0x1ca)](_0x2ca4bd(0x22c)+_0x53b3fb+_0x2ca4bd(0x201)+_0x306aed[_0x2ca4bd(0x188)](_0x55e344,0x1)+'/'+_0x7738cc+'\x20payload='+util[_0x2ca4bd(0x213)](_0x34f43b));const _0x212c39=await GrpcClient['getInstance']()['logCreatedEvent'](_0x34f43b);logger[_0x2ca4bd(0x1ca)](_0x2ca4bd(0x22c)+_0x53b3fb+_0x2ca4bd(0x201)+_0x306aed[_0x2ca4bd(0x175)](_0x55e344,0x1)+'/'+_0x7738cc+'\x20response='+util[_0x2ca4bd(0x213)](_0x212c39));}}catch(_0x55d1a8){logger[_0x2ca4bd(0x1a3)]('sendLogCreatedEvent:\x20Error\x20in\x20sending\x20log\x20events:\x20'+util[_0x2ca4bd(0x190)](_0x55d1a8));}logger[_0x2ca4bd(0x1ca)](_0x306aed[_0x2ca4bd(0x21a)]);}['storePendingHook'](_0x55de1,_0x14f495,_0x5a974c,_0x54c5f6,_0x2cc319){const _0x158862=a70_0x3ed899,_0x4cfae4={'testId':_0x14f495,'testFrameworkState':_0x5a974c,'hookState':_0x54c5f6,'args':_0x2cc319,'timestamp':new Date()[_0x158862(0x1d1)]()};_0x55de1[_0x158862(0x231)](_0x14f495,_0x4cfae4),logger[_0x158862(0x1ca)]('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x14f495+_0x158862(0x234)+_0x5a974c+_0x158862(0x1fe)+_0x54c5f6);}async[a70_0x3ed899(0x1f8)](_0x233a17,_0x3194b0){const _0x1f9da1=a70_0x3ed899,_0xd7793e={};_0xd7793e['gfMiB']=function(_0xb472d8,_0x4b623a){return _0xb472d8>_0x4b623a;};const _0x145c06=_0xd7793e;if(!_0x233a17[_0x1f9da1(0x1b3)](_0x3194b0))return;const _0x53a21e=_0x233a17['getPendingHooks'](_0x3194b0);logger[_0x1f9da1(0x1ca)](_0x1f9da1(0x1aa)+_0x53a21e[_0x1f9da1(0x1a1)]+'\x20pending\x20hooks\x20for\x20testId:\x20'+_0x3194b0);for(const _0x35b558 of _0x53a21e){try{const _0x1ddc85=await this[_0x1f9da1(0x1a5)](_0x233a17,_0x35b558[_0x1f9da1(0x196)],_0x35b558[_0x1f9da1(0x1de)],_0x35b558['args']);_0x1ddc85&&_0x145c06[_0x1f9da1(0x20e)](Object[_0x1f9da1(0x195)](_0x1ddc85)[_0x1f9da1(0x1a1)],0x0)&&_0x233a17['addMultipleEntries'](_0x1ddc85),await this['runHooks'](_0x233a17,_0x35b558[_0x1f9da1(0x196)],_0x35b558['hookState'],_0x35b558[_0x1f9da1(0x1bc)]);}catch(_0x592492){logger[_0x1f9da1(0x1a3)]('Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20'+_0x3194b0+',\x20error:\x20'+_0x592492);}}_0x233a17['removePendingHooks'](_0x3194b0),logger['debug'](_0x1f9da1(0x170)+_0x3194b0);}}module[a70_0x3ed899(0x21e)]=CucumberTestFramework;
|
|
1
|
+
const a70_0x30be63=a70_0x2753;(function(_0x2621ca,_0x1677a3){const _0x1f3c3e=a70_0x2753,_0x220ba0=_0x2621ca();while(!![]){try{const _0x4e1362=parseInt(_0x1f3c3e(0x23f))/0x1*(parseInt(_0x1f3c3e(0x214))/0x2)+parseInt(_0x1f3c3e(0x25d))/0x3+-parseInt(_0x1f3c3e(0x231))/0x4+parseInt(_0x1f3c3e(0x26c))/0x5*(parseInt(_0x1f3c3e(0x212))/0x6)+parseInt(_0x1f3c3e(0x215))/0x7*(-parseInt(_0x1f3c3e(0x235))/0x8)+parseInt(_0x1f3c3e(0x1c8))/0x9*(-parseInt(_0x1f3c3e(0x263))/0xa)+-parseInt(_0x1f3c3e(0x203))/0xb*(-parseInt(_0x1f3c3e(0x1ef))/0xc);if(_0x4e1362===_0x1677a3)break;else _0x220ba0['push'](_0x220ba0['shift']());}catch(_0x4a2f47){_0x220ba0['push'](_0x220ba0['shift']());}}}(a70_0x2396,0x1e056));const TestFramework=require(a70_0x30be63(0x250)),TestFrameworkState=require(a70_0x30be63(0x1f8)),HookState=require(a70_0x30be63(0x268)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a70_0x30be63(0x1df)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),{getManualUploadLogs,getMediaArtifactsLogs}=require(a70_0x30be63(0x1d7)),logger=createClassLogger('CucumberTestFramework'),{v4:uuidv4}=require(a70_0x30be63(0x21b)),util=require(a70_0x30be63(0x25f)),TestInfo=require(a70_0x30be63(0x22e)),GrpcClient=require('../grpcClient');class CucumberTestFramework extends TestFramework{constructor(_0x46a94c,_0x1afcbf,_0x2d9b83){super(_0x46a94c,_0x1afcbf,_0x2d9b83);}async['trackEvent'](_0x250719,_0x25fa0c,_0xc13a06={}){const _0x5982f5=a70_0x30be63,_0xf9a0ee={};_0xf9a0ee[_0x5982f5(0x1e1)]=_0x5982f5(0x260),_0xf9a0ee[_0x5982f5(0x20b)]=function(_0x432437,_0x45bd51){return _0x432437===_0x45bd51;},_0xf9a0ee[_0x5982f5(0x27c)]=function(_0x3535b5,_0x3eaf0a){return _0x3535b5===_0x3eaf0a;},_0xf9a0ee['FkNdt']=function(_0x1440a4,_0x2fd6d8){return _0x1440a4===_0x2fd6d8;},_0xf9a0ee[_0x5982f5(0x218)]=_0x5982f5(0x20a);const _0x1daa0d=_0xf9a0ee;await super[_0x5982f5(0x1ca)](_0x250719,_0x25fa0c,_0xc13a06);const _0x41dfea=this['resolveInstance'](_0x250719,_0x25fa0c,_0xc13a06);if(!_0x41dfea){logger[_0x5982f5(0x24b)](_0x1daa0d[_0x5982f5(0x1e1)]);return;}try{let _0x2c9d5d,_0x1d484a;switch(_0x250719){case TestFrameworkState['TEST']:_0x2c9d5d=_0xc13a06[_0x5982f5(0x1ba)],_0x1d484a=TestInfo[_0x5982f5(0x24a)](_0x2c9d5d['id']);if(_0x1daa0d[_0x5982f5(0x20b)](_0x25fa0c,HookState[_0x5982f5(0x1ea)])){logger['debug'](_0x5982f5(0x1ee)+_0x2c9d5d['id']);const _0xfb0e0={};_0xfb0e0[_0x5982f5(0x219)]=_0x1d484a,_0xfb0e0[_0x5982f5(0x267)]=_0x2c9d5d,_0x41dfea[_0x5982f5(0x1cd)](this[_0x5982f5(0x24d)](_0xfb0e0)),logger[_0x5982f5(0x24b)](_0x5982f5(0x24e)+_0x2c9d5d['id']),await this[_0x5982f5(0x20d)](_0x41dfea,_0x2c9d5d['id']);}else{if(_0x1daa0d[_0x5982f5(0x27c)](_0x25fa0c,HookState[_0x5982f5(0x206)])){const _0x4d4080={};_0x4d4080['testUUID']=_0x1d484a,_0x4d4080[_0x5982f5(0x267)]=_0x2c9d5d,_0x41dfea[_0x5982f5(0x1cd)](this[_0x5982f5(0x254)](_0x4d4080)),await this['processPendingHooks'](_0x41dfea,_0x2c9d5d['id']);}}break;case TestFrameworkState[_0x5982f5(0x20e)]:_0x1daa0d[_0x5982f5(0x1bc)](_0x25fa0c,HookState[_0x5982f5(0x206)])&&await this[_0x5982f5(0x213)](_0x41dfea,_0x250719,_0xc13a06);break;default:if(CLIUtils[_0x5982f5(0x1b4)](_0x250719['toString']()['split']('.')[0x1])){const _0x50fc6b=await this[_0x5982f5(0x201)](_0x41dfea,_0x250719,_0x25fa0c,_0xc13a06);_0x41dfea[_0x5982f5(0x1cd)](_0x50fc6b);}else logger[_0x5982f5(0x24b)]('trackEvent:\x20unsupported\x20testFrameworkState='+_0x250719+_0x5982f5(0x26a)+_0x25fa0c);break;}}catch(_0x1dbd43){logger[_0x5982f5(0x1b0)](util[_0x5982f5(0x232)](_0x1daa0d['rTGNA'],_0x250719,_0x25fa0c,_0xc13a06[_0x5982f5(0x221)],_0x1dbd43));}_0xc13a06['instance']=_0x41dfea,await this[_0x5982f5(0x273)](_0x41dfea,_0x250719,_0x25fa0c,_0xc13a06);}[a70_0x30be63(0x22b)](_0x1e2266,_0xfa85ea,_0x1b12ad={}){const _0x145573=a70_0x30be63,_0x31d749={};_0x31d749['fbpIM']=function(_0x26f76c,_0xe52ecb){return _0x26f76c===_0xe52ecb;},_0x31d749[_0x145573(0x222)]=function(_0x48c3dc,_0x54e5d2){return _0x48c3dc===_0x54e5d2;};const _0x17d263=_0x31d749;let _0x40ca6f=null;return(_0x17d263['fbpIM'](_0x1e2266,TestFrameworkState['INIT_TEST'])||_0x17d263[_0x145573(0x222)](_0x1e2266,TestFrameworkState[_0x145573(0x258)]))&&this['trackCucumberInstance'](_0x1e2266,_0x1b12ad),_0x40ca6f=TestFramework[_0x145573(0x20f)](),_0x40ca6f;}[a70_0x30be63(0x271)](_0x19ff8b,_0x18ea78){const _0x5916bd=a70_0x30be63,_0x1e5381=CLIUtils[_0x5916bd(0x237)](),_0x35d563=TrackedInstance[_0x5916bd(0x1b6)](_0x1e5381);let _0x2eedb2=null;logger[_0x5916bd(0x24b)](_0x5916bd(0x21f)+_0x1e5381+',\x20state='+_0x19ff8b),_0x2eedb2=new TestFrameworkInstance(_0x35d563,this[_0x5916bd(0x210)](),this[_0x5916bd(0x241)](),_0x19ff8b,HookState[_0x5916bd(0x258)]),TestFramework[_0x5916bd(0x1e0)](_0x35d563,_0x2eedb2),logger[_0x5916bd(0x24b)]('trackCucumberInstance:\x20saved\x20instance\x20contextId='+_0x35d563[_0x5916bd(0x1c0)]()+'\x20target='+_0x1e5381);}['parseCucumberTest'](_0xfa9cf){const _0x146e93=a70_0x30be63,_0x59f85a={};_0x59f85a[_0x146e93(0x1be)]=_0x146e93(0x1b7);const _0xe81d03=_0x59f85a,{testUUID:_0x54aec2,testData:_0x26f1bf}=_0xfa9cf;if(!_0x26f1bf||!_0x26f1bf[_0x146e93(0x21b)])return logger['debug'](_0xe81d03['uMlhC']),{};const _0x28657e=_0x54aec2,_0x4a4a70=_0x26f1bf[_0x146e93(0x21b)],_0x361de1=this[_0x146e93(0x210)]()[0x0],_0x2165cf=this[_0x146e93(0x241)](),_0x24a2a4={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x361de1,[TestFrameworkConstants[_0x146e93(0x21e)]]:_0x2165cf[_0x361de1],[TestFrameworkConstants[_0x146e93(0x20c)]]:[],[TestFrameworkConstants[_0x146e93(0x1b1)]]:{},[TestFrameworkConstants[_0x146e93(0x22f)]]:{},[TestFrameworkConstants[_0x146e93(0x21c)]]:_0x28657e,[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x146e93(0x1cf)],[TestFrameworkConstants[_0x146e93(0x1e6)]]:_0x26f1bf[_0x146e93(0x1c9)]||'',[TestFrameworkConstants[_0x146e93(0x1f0)]]:_0x26f1bf[_0x146e93(0x1d1)]||'',[TestFrameworkConstants[_0x146e93(0x1fd)]]:_0x4a4a70,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x26f1bf['name']||'',[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x26f1bf['location']||'',[TestFrameworkConstants[_0x146e93(0x1c5)]]:_0x26f1bf[_0x146e93(0x226)]?.['code']||null,[TestFrameworkConstants[_0x146e93(0x25b)]]:_0x26f1bf[_0x146e93(0x233)]||[],[TestFrameworkConstants[_0x146e93(0x261)]]:_0x26f1bf[_0x146e93(0x27b)]||new Date()[_0x146e93(0x1db)](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x26f1bf[_0x146e93(0x1ed)]?.[0x0]||'',[TestFrameworkConstants[_0x146e93(0x223)]]:_0x26f1bf[_0x146e93(0x1ed)]||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x26f1bf['customRerunParam']?.[_0x146e93(0x24f)]||_0x26f1bf[_0x146e93(0x1c9)]||'',[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x146e93(0x275)]]:_0x26f1bf[_0x146e93(0x229)]||{}};TestInfo['setTestDetails'](_0x4a4a70,_0x24a2a4),logger['debug'](_0x146e93(0x277)+_0x26f1bf[_0x146e93(0x1c9)]+'\x20with\x20UUID:\x20'+_0x28657e);const _0x127706={};return _0x127706[_0x4a4a70]=_0x24a2a4,_0x127706;}[a70_0x30be63(0x254)](_0x3bfa70){const _0x2a7861=a70_0x30be63,_0xeb669f={'JoDbM':_0x2a7861(0x1e2),'QMTnn':_0x2a7861(0x1c7),'qUmjj':function(_0x59a74f,_0x2cc389){return _0x59a74f===_0x2cc389;},'khsok':_0x2a7861(0x249),'jfqri':'UnhandledError','oLENx':function(_0x3e3488,_0x54a083,_0x5ad6c5){return _0x3e3488(_0x54a083,_0x5ad6c5);},'gAUgX':function(_0x111e3d,_0x597edc){return _0x111e3d>_0x597edc;}},{testUUID:_0x458e96,testData:_0x1cc55b}=_0x3bfa70;if(!_0x1cc55b||!_0x1cc55b[_0x2a7861(0x21b)])return logger[_0x2a7861(0x24b)](_0xeb669f[_0x2a7861(0x242)]),{};const _0xff08c6=this[_0x2a7861(0x22b)](TestFrameworkState[_0x2a7861(0x1cb)],HookState['POST']),_0x15ba2a=_0x1cc55b['uuid'],_0x343aba=TestInfo[_0x2a7861(0x1e9)](_0x15ba2a)||{},_0x367e16=_0x343aba?_0x343aba[TestFrameworkConstants[_0x2a7861(0x200)]]||{}:{},_0x240152={..._0x343aba,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x1cc55b[_0x2a7861(0x1e3)]||_0xeb669f[_0x2a7861(0x23c)],[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x1cc55b[_0x2a7861(0x230)]||new Date()[_0x2a7861(0x1db)](),[TestFrameworkConstants[_0x2a7861(0x26f)]]:new Date()[_0x2a7861(0x1db)](),[TestFrameworkConstants[_0x2a7861(0x200)]]:_0x367e16,[TestFrameworkConstants[_0x2a7861(0x1f9)]]:[],[TestFrameworkConstants[_0x2a7861(0x275)]]:_0x1cc55b[_0x2a7861(0x229)]||{}};_0xeb669f['qUmjj'](_0x1cc55b['result'],_0xeb669f[_0x2a7861(0x211)])&&_0x1cc55b[_0x2a7861(0x266)]&&(_0x240152[TestFrameworkConstants[_0x2a7861(0x26b)]]=_0x1cc55b[_0x2a7861(0x248)]||_0xeb669f[_0x2a7861(0x228)],_0x240152[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x1cc55b[_0x2a7861(0x272)]||'',_0x240152[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x1cc55b[_0x2a7861(0x266)]);const _0x694ab8=TestInfo[_0x2a7861(0x1e9)](_0x15ba2a)[TestFrameworkConstants[_0x2a7861(0x1bd)]]||{},_0x111403=_0xeb669f[_0x2a7861(0x1d2)](getManualUploadLogs,_0x694ab8,_0xff08c6['getAllData']()[_0x2a7861(0x251)](_0x15ba2a)[TestFrameworkConstants[_0x2a7861(0x21c)]]);if(_0xeb669f[_0x2a7861(0x1c6)](_0x111403[_0x2a7861(0x221)],0x0)){const _0xf852ec=_0x240152[TestFrameworkConstants[_0x2a7861(0x1f9)]]||[];_0x240152[TestFrameworkConstants[_0x2a7861(0x1f9)]]=[..._0xf852ec,..._0x111403];}_0x1cc55b[_0x2a7861(0x1f1)]&&_0xeb669f[_0x2a7861(0x1c6)](_0x1cc55b['hooks'][_0x2a7861(0x221)],0x0)&&(_0x240152[TestFrameworkConstants[_0x2a7861(0x1b1)]]=_0x1cc55b[_0x2a7861(0x1f1)]);TestInfo['setTestDetails'](_0x15ba2a,_0x240152),logger[_0x2a7861(0x24b)]('Updated\x20cucumber\x20test\x20result:\x20'+_0x1cc55b[_0x2a7861(0x1c9)]+_0x2a7861(0x1bb)+_0x1cc55b[_0x2a7861(0x1e3)]);const _0x2fa3fa={};return _0x2fa3fa[_0x15ba2a]=_0x240152,_0x2fa3fa;}async[a70_0x30be63(0x201)](_0x5c0b62,_0x5b1962,_0x53e8d0,_0x5b12a6){const _0x5da13d=a70_0x30be63,_0x4f9606={'BiARM':_0x5da13d(0x276),'aFTIx':function(_0x17496c){return _0x17496c();},'QGkoI':function(_0x5a1596,_0x360b88){return _0x5a1596 in _0x360b88;},'gBcbH':function(_0x5af996,_0x378a5d){return _0x5af996===_0x378a5d;},'oTuVI':function(_0x14525a,_0x938e3c){return _0x14525a>_0x938e3c;},'QiqYt':function(_0x55e578,_0xa836ff){return _0x55e578===_0xa836ff;},'yeCVH':_0x5da13d(0x249),'lrwtY':'UnhandledError','jSmyC':_0x5da13d(0x252),'ImMnl':function(_0x53e127,_0x13a6f2){return _0x53e127!==_0x13a6f2;}},{hookData:_0x1389c5}=_0x5b12a6;if(!_0x1389c5)return logger[_0x5da13d(0x24b)](_0x4f9606[_0x5da13d(0x1da)]),{};const _0x416ce5=_0x1389c5['uuid']||_0x4f9606['aFTIx'](uuidv4),_0x25a591=_0x1389c5[_0x5da13d(0x278)],_0x344d2a=_0x5b1962[_0x5da13d(0x1f4)]()[_0x5da13d(0x240)]('.')[0x1],_0x5d12e9=TestInfo[_0x5da13d(0x1e9)](_0x25a591)[TestFrameworkConstants[_0x5da13d(0x200)]]||{},_0x13d5cf=_0x5c0b62[_0x5da13d(0x1d9)]()[_0x5da13d(0x251)](_0x25a591);if(!_0x13d5cf)return logger[_0x5da13d(0x24b)](_0x5da13d(0x255)+_0x25a591+',\x20storing\x20as\x20pending\x20hook'),this[_0x5da13d(0x1d3)](_0x5c0b62,_0x25a591,_0x5b1962,_0x53e8d0,_0x5b12a6),{};let _0x5a3ca7=_0x13d5cf[TestFrameworkConstants[_0x5da13d(0x22f)]];!_0x5a3ca7&&(_0x5a3ca7={});!_0x4f9606[_0x5da13d(0x224)](_0x344d2a,_0x5a3ca7)&&(_0x5a3ca7[_0x344d2a]=[]);let _0x3de2aa=_0x13d5cf[TestFrameworkConstants['KEY_HOOKS_FINISHED']];!_0x3de2aa&&(_0x3de2aa={});!_0x4f9606[_0x5da13d(0x224)](_0x344d2a,_0x3de2aa)&&(_0x3de2aa[_0x344d2a]=[]);const _0x4c7cc0={[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x5a3ca7,[TestFrameworkConstants[_0x5da13d(0x1b1)]]:_0x3de2aa},_0x1ddb23={};_0x1ddb23[_0x25a591]=_0x4c7cc0;const _0x38c65f=_0x1ddb23;if(_0x4f9606['gBcbH'](_0x53e8d0,HookState[_0x5da13d(0x1ea)])){const _0x4459cb={[TestFrameworkConstants[_0x5da13d(0x264)]]:_0x416ce5,[TestFrameworkConstants[_0x5da13d(0x1fc)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x5da13d(0x25c)]]:_0x1389c5['started_at'],[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x5da13d(0x259)]]:_0x1389c5[_0x5da13d(0x1b5)],[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x5d12e9};_0x4459cb[_0x5da13d(0x204)]=_0x344d2a;const _0x1fddb1=_0x4459cb;_0x5a3ca7[_0x344d2a][_0x5da13d(0x247)](_0x1fddb1),_0x38c65f[_0x25a591][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0x344d2a,logger[_0x5da13d(0x24b)](_0x5da13d(0x257)+_0x344d2a+'\x20&\x20hook\x20=\x20'+_0x1fddb1+_0x5da13d(0x246)+_0x5b12a6);}else{if(_0x4f9606[_0x5da13d(0x238)](_0x53e8d0,HookState[_0x5da13d(0x206)])){const _0x2149c0=_0x1389c5['result'],_0x237e0f=_0x5a3ca7[_0x344d2a]||[];logger[_0x5da13d(0x24b)](_0x5da13d(0x1ce)+_0x237e0f+_0x5da13d(0x25e)+_0x5b12a6);if(_0x4f9606['oTuVI'](_0x237e0f[_0x5da13d(0x221)],0x0)){const _0x5ac099=_0x237e0f[_0x5da13d(0x202)]();_0x4f9606['QiqYt'](_0x1389c5['result'],_0x4f9606[_0x5da13d(0x23a)])&&_0x1389c5['failure_data']?(_0x5ac099[TestFrameworkConstants[_0x5da13d(0x1b3)]]=_0x1389c5[_0x5da13d(0x248)]||_0x4f9606[_0x5da13d(0x22d)],_0x5ac099[TestFrameworkConstants[_0x5da13d(0x1f3)]]=_0x1389c5['failure_reason']||'',_0x5ac099[TestFrameworkConstants['KEY_HOOK_FAILURE']]=_0x1389c5[_0x5da13d(0x22a)]):_0x5ac099[TestFrameworkConstants[_0x5da13d(0x1fc)]]=_0x4f9606[_0x5da13d(0x265)];_0x4f9606[_0x5da13d(0x1d0)](_0x2149c0,TestFrameworkConstants[_0x5da13d(0x25a)])&&(_0x5ac099[TestFrameworkConstants[_0x5da13d(0x1fc)]]=_0x2149c0);_0x5ac099[TestFrameworkConstants[_0x5da13d(0x27a)]]=_0x1389c5[_0x5da13d(0x21a)]||new Date()['toISOString'](),_0x5ac099[TestFrameworkConstants[_0x5da13d(0x200)]]=_0x5d12e9;const _0x3f2a48=_0x5ac099[TestFrameworkConstants['KEY_HOOK_ID']];!_0x3de2aa[_0x344d2a]&&(_0x3de2aa[_0x344d2a]=[]),_0x3de2aa[_0x344d2a][_0x5da13d(0x247)](_0x5ac099),_0x38c65f[_0x25a591][TestFrameworkConstants[_0x5da13d(0x239)]]=_0x344d2a;}}}return logger['debug'](_0x5da13d(0x1ff)+_0x1389c5[_0x5da13d(0x1b5)]+_0x5da13d(0x1eb)+_0x416ce5+_0x5da13d(0x1ae)+_0x25a591),_0x38c65f;}[a70_0x30be63(0x1ec)](_0x321ed){const _0x2d7a46=a70_0x30be63,_0x39d750={};_0x39d750[_0x2d7a46(0x1b2)]=_0x2d7a46(0x236);const _0x9ec005=_0x39d750;try{const _0x5ae240=_0x321ed[_0x2d7a46(0x1ba)]?_0x321ed[_0x2d7a46(0x1ba)]['id']:_0x321ed[_0x2d7a46(0x270)][_0x2d7a46(0x278)],_0x150af4=_0x321ed['instance'],_0x306182=_0x150af4[_0x2d7a46(0x209)](),_0x308af0=_0x150af4[_0x2d7a46(0x1d9)]()['get'](_0x5ae240);if(!_0x308af0)return logger[_0x2d7a46(0x24b)](_0x2d7a46(0x244)+_0x5ae240),{};logger[_0x2d7a46(0x24b)](_0x2d7a46(0x1f7)+_0x5ae240);const {[TestFrameworkConstants[_0x2d7a46(0x1d5)]]:_0x26b15c='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x2efaef='',[TestFrameworkConstants[_0x2d7a46(0x261)]]:_0x2ffe7e='',[TestFrameworkConstants[_0x2d7a46(0x227)]]:_0x56f403=''}=_0x308af0,_0x1ba085=_0x150af4[_0x2d7a46(0x1dd)]()['toString']()[_0x2d7a46(0x240)]('.')[0x1],_0x23467d=_0x150af4[_0x2d7a46(0x1d4)]()[_0x2d7a46(0x1f4)]()[_0x2d7a46(0x240)]('.')[0x1],_0x4c6e5f=global?.['__workerDetails']?.[_0x2d7a46(0x245)]?.[_0x2d7a46(0x1dc)],_0x1cc1c2=_0x150af4[_0x2d7a46(0x1c1)](),_0xf7eb62=Buffer[_0x2d7a46(0x220)](JSON[_0x2d7a46(0x225)](_0x308af0))[_0x2d7a46(0x1f4)](_0x9ec005[_0x2d7a46(0x1b2)]),_0x47d8b2={'hash':_0x306182[_0x2d7a46(0x1c0)](),'threadId':_0x306182[_0x2d7a46(0x1fb)]()['toString'](),'processId':_0x306182['getProcessId']()[_0x2d7a46(0x1f4)]()},_0x5a2e6d={};_0x5a2e6d[_0x2d7a46(0x205)]=_0x4c6e5f,_0x5a2e6d[_0x2d7a46(0x23d)]=_0x26b15c,_0x5a2e6d[_0x2d7a46(0x243)]=_0x2efaef,_0x5a2e6d[_0x2d7a46(0x23e)]=_0x1ba085,_0x5a2e6d[_0x2d7a46(0x1d6)]=_0x23467d,_0x5a2e6d[_0x2d7a46(0x27b)]=_0x2ffe7e,_0x5a2e6d[_0x2d7a46(0x1f6)]=_0x56f403,_0x5a2e6d[_0x2d7a46(0x21b)]=_0x1cc1c2,_0x5a2e6d['eventJson']=_0xf7eb62,_0x5a2e6d[_0x2d7a46(0x1fa)]=_0x47d8b2;const _0x3a4e4c=_0x5a2e6d;return logger[_0x2d7a46(0x24b)](_0x2d7a46(0x1de)+_0x5ae240+_0x2d7a46(0x1e5)+_0x1ba085+'\x20hookState:\x20'+_0x23467d),_0x3a4e4c;}catch(_0x527846){return logger['error'](_0x2d7a46(0x1d8)+util['format'](_0x527846)),{};}}async[a70_0x30be63(0x213)](_0x50826d,_0xae0254,_0x261cf7){const _0x45da3d=a70_0x30be63,_0xd560a2={'MDjaJ':function(_0x4c4a80,_0x2aae60,_0x1603e6){return _0x4c4a80(_0x2aae60,_0x1603e6);},'Gvsxz':function(_0x4c7c2d,_0x17be25){return _0x4c7c2d===_0x17be25;},'gFBzD':_0x45da3d(0x1e4),'kSXGz':function(_0x5d03df,_0x4cc546){return _0x5d03df/_0x4cc546;},'GHLre':function(_0x4c862c,_0x247686){return _0x4c862c<_0x247686;},'EwUiE':function(_0x1f3f02,_0x43f229){return _0x1f3f02*_0x43f229;},'fAMTh':function(_0x28fdd2,_0x4b85ee){return _0x28fdd2+_0x4b85ee;},'lsTBh':function(_0x5437dc,_0x47a2cf){return _0x5437dc+_0x47a2cf;},'ANnrE':_0x45da3d(0x1bf)};try{const _0x3724e5=_0x261cf7[_0x45da3d(0x219)],_0x548e7a=_0x50826d['getAllData']()['get'](_0x3724e5),{[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x30b4f6='',[TestFrameworkConstants[_0x45da3d(0x21e)]]:_0x37ae59=''}=_0x548e7a,_0x464ea0=TestInfo[_0x45da3d(0x274)](_0x3724e5),_0x2e570b=TestInfo[_0x45da3d(0x1e9)](_0x3724e5)[TestFrameworkConstants[_0x45da3d(0x1bd)]]||{},_0x560539=_0xd560a2['MDjaJ'](getMediaArtifactsLogs,_0x2e570b,_0x50826d[_0x45da3d(0x1d9)]()[_0x45da3d(0x251)](_0x3724e5)[TestFrameworkConstants[_0x45da3d(0x21c)]]),_0xdf26df=(_0x464ea0||[])[_0x45da3d(0x24c)](_0x560539||[]);if(!_0xdf26df||_0xd560a2['Gvsxz'](_0xdf26df['length'],0x0)){logger[_0x45da3d(0x24b)](_0xd560a2['gFBzD']);return;}const _0x32a146=0x28,_0x2ae740=Math[_0x45da3d(0x22c)](_0xd560a2['kSXGz'](_0xdf26df['length'],_0x32a146));for(let _0x561253=0x0;_0xd560a2[_0x45da3d(0x1b9)](_0x561253,_0x2ae740);_0x561253++){const _0x2c5af9=_0xd560a2[_0x45da3d(0x26e)](_0x561253,_0x32a146),_0x21d0d2=_0xd560a2[_0x45da3d(0x217)](_0x2c5af9,_0x32a146),_0x5658a5=_0xdf26df[_0x45da3d(0x1af)](_0x2c5af9,_0x21d0d2),_0xaac7c3={'platformIndex':'0','logs':_0x5658a5,'testFrameworkName':_0x30b4f6,'testFrameworkVersion':_0x37ae59,'testFrameworkState':_0xae0254[_0x45da3d(0x1f4)]()[_0x45da3d(0x240)]('.')[0x1]};logger['debug'](_0x45da3d(0x216)+_0x3724e5+_0x45da3d(0x26d)+_0xd560a2[_0x45da3d(0x217)](_0x561253,0x1)+'/'+_0x2ae740+_0x45da3d(0x253)+util[_0x45da3d(0x21d)](_0xaac7c3));const _0x4d54ae=await GrpcClient[_0x45da3d(0x279)]()[_0x45da3d(0x1f5)](_0xaac7c3);logger['debug'](_0x45da3d(0x216)+_0x3724e5+'\x20batch\x20'+_0xd560a2[_0x45da3d(0x1e8)](_0x561253,0x1)+'/'+_0x2ae740+_0x45da3d(0x1cc)+util['inspect'](_0x4d54ae));}}catch(_0x161ff9){logger['error'](_0x45da3d(0x23b)+util[_0x45da3d(0x232)](_0x161ff9));}logger[_0x45da3d(0x24b)](_0xd560a2[_0x45da3d(0x269)]);}[a70_0x30be63(0x1d3)](_0x4dc2a9,_0x10dcb3,_0x3c2be0,_0x37142c,_0x125fc5){const _0x593933=a70_0x30be63,_0x472583={'testId':_0x10dcb3,'testFrameworkState':_0x3c2be0,'hookState':_0x37142c,'args':_0x125fc5,'timestamp':new Date()[_0x593933(0x1db)]()};_0x4dc2a9[_0x593933(0x256)](_0x10dcb3,_0x472583),logger[_0x593933(0x24b)]('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x10dcb3+',\x20state:\x20'+_0x3c2be0+_0x593933(0x1fe)+_0x37142c);}async['processPendingHooks'](_0xcd1349,_0x518d69){const _0x314ebb=a70_0x30be63,_0x59ac0d={};_0x59ac0d[_0x314ebb(0x1c3)]=function(_0x27a4bb,_0x1064b8){return _0x27a4bb>_0x1064b8;};const _0x279079=_0x59ac0d;if(!_0xcd1349[_0x314ebb(0x234)](_0x518d69))return;const _0x104f22=_0xcd1349[_0x314ebb(0x1b8)](_0x518d69);logger[_0x314ebb(0x24b)](_0x314ebb(0x1c2)+_0x104f22[_0x314ebb(0x221)]+'\x20pending\x20hooks\x20for\x20testId:\x20'+_0x518d69);for(const _0x5263ef of _0x104f22){try{const _0x1e05ea=await this['trackHookEvent'](_0xcd1349,_0x5263ef[_0x314ebb(0x23e)],_0x5263ef['hookState'],_0x5263ef[_0x314ebb(0x1e7)]);_0x1e05ea&&_0x279079[_0x314ebb(0x1c3)](Object[_0x314ebb(0x1c4)](_0x1e05ea)[_0x314ebb(0x221)],0x0)&&_0xcd1349[_0x314ebb(0x1cd)](_0x1e05ea),await this['runHooks'](_0xcd1349,_0x5263ef[_0x314ebb(0x23e)],_0x5263ef[_0x314ebb(0x1d6)],_0x5263ef['args']);}catch(_0x11c9e9){logger[_0x314ebb(0x1b0)]('Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20'+_0x518d69+_0x314ebb(0x207)+_0x11c9e9);}}_0xcd1349[_0x314ebb(0x208)](_0x518d69),logger[_0x314ebb(0x24b)](_0x314ebb(0x1f2)+_0x518d69);}}function a70_0x2753(_0x505ebb,_0x325380){const _0x2396c9=a70_0x2396();return a70_0x2753=function(_0x27538f,_0xc66dec){_0x27538f=_0x27538f-0x1ae;let _0x290d24=_0x2396c9[_0x27538f];return _0x290d24;},a70_0x2753(_0x505ebb,_0x325380);}module[a70_0x30be63(0x262)]=CucumberTestFramework;function a70_0x2396(){const _0x9cc4bd=['KEY_TEST_RESULT_AT','hookData','trackCucumberInstance','failure_reason','runHooks','readLogObjects','KEY_TEST_META','No\x20hook\x20data\x20provided\x20for\x20cucumber\x20hook\x20event','Parsed\x20cucumber\x20test:\x20','test_run_id','getInstance','KEY_EVENT_ENDED_AT','startedAt','trzDA','\x20for\x20test:\x20','slice','error','KEY_HOOKS_FINISHED','UfpgM','KEY_HOOK_FAILURE_TYPE','matchHookRegex','hook_type','createContext','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test','getPendingHooks','GHLre','test','\x20with\x20result:\x20','FkNdt','KEY_TEST_ATTACHMENTS','uMlhC','Cucumber\x20log\x20created\x20event','getId','getRef','Processing\x20','ZBjGc','keys','KEY_TEST_CODE','gAUgX','unknown','2144466FOSSHU','name','trackEvent','TEST','\x20response=','addMultipleEntries','trackHookEvent:\x20Hook\x20List\x20in\x20Post\x20','DEFAULT_TEST_RESULT','ImMnl','file_name','oLENx','storePendingHook','getCurrentHookState','KEY_TEST_FRAMEWORK_NAME','hookState','../../../helpers/helper.js','Error\x20in\x20createTestFrameworkEventPayload:\x20','getAllData','BiARM','toISOString','parallelIndex','getCurrentTestState','createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20','../instances/testFrameworkInstance.js','setTrackedInstance','kOPoJ','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test\x20result','result','sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping','\x20testState:\x20','KEY_AUTOMATE_SESSION_NAME','args','lsTBh','getTestDetails','PRE','\x20with\x20id\x20','createTestFrameworkEventPayload','scopes','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','12FgqhOi','KEY_TEST_FILE_PATH','hooks','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','KEY_HOOK_FAILURE_REASON','toString','logCreatedEvent','endedAt','createTestFrameworkEventPayload\x20testId:\x20','../state/testFrameworkState.js','KEY_LOGS','executionContext','getThreadId','KEY_HOOK_RESULT','KEY_TEST_ID',',\x20hookState:\x20','Tracked\x20cucumber\x20hook\x20event:\x20','KEY_CUSTOM_TAGS','trackHookEvent','pop','1517417ydAxDT','key','platformIndex','POST',',\x20error:\x20','removePendingHooks','getContext','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','aEGJw','KEY_TEST_LOGS','processPendingHooks','LOG_REPORT','getTrackedInstance','getTestFrameworks','khsok','32814dXsBLg','sendLogCreatedEvent','27302ZDhAUO','7DgShAH','sendLogCreatedEvent:\x20for\x20testId:\x20','fAMTh','rTGNA','testUUID','finished_at','uuid','KEY_TEST_UUID','inspect','KEY_TEST_FRAMEWORK_VERSION','trackCucumberInstance:\x20created\x20instance\x20for\x20target=','from','length','tsRkw','KEY_TEST_SCOPES','QGkoI','stringify','body','KEY_TEST_ENDED_AT','jfqri','meta','failure_data','resolveInstance','ceil','lrwtY','../TestInfo.js','KEY_HOOKS_STARTED','finishedAt','342776mnRSlX','format','tags','hasPendingHooks','217096bnTfqE','base64','getCurrentInstanceName','gBcbH','KEY_HOOK_LAST_FINISHED','yeCVH','sendLogCreatedEvent:\x20Error\x20in\x20sending\x20log\x20events:\x20','QMTnn','testFrameworkName','testFrameworkState','5ZZzNWv','split','getTestFrameworksVersions','JoDbM','testFrameworkVersion','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','workerInfo','\x20\x20and\x20args\x20=\x20','push','failure_type','failed','getTestUUID','debug','concat','parseCucumberTest','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','rerun_name','./testFramework','get','passed','\x20payload=','parseCucumberTestResult','No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','addPendingHook','trackHookEvent:\x20Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','NONE','KEY_HOOK_NAME','DEFAULT_HOOK_RESULT','KEY_TEST_TAGS','KEY_EVENT_STARTED_AT','459060rctXoP','\x20and\x20args\x20=\x20','util','trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','KEY_TEST_STARTED_AT','exports','10zHxXyU','KEY_HOOK_ID','jSmyC','failure','testData','../state/hookState.js','ANnrE','\x20&\x20hookState=','KEY_TEST_FAILURE_TYPE','105yJdHyd','\x20batch\x20','EwUiE'];a70_0x2396=function(){return _0x9cc4bd;};return a70_0x2396();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a71_0x25c7(){const _0x153390=['KEY_TEST_CODE','Unknown\x20Test','KEY_HOOKS_STARTED','NONE','name','originalTest','xZdCE','Unknown\x20error','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','KEY_HOOK_NAME','ceil','931888UVzGXp','\x20(testIdentifier),\x20result=','parseJestTestResult','890410ZHpoXC','addMultipleEntries','getJestFailureReason','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','LCaUk','HKUat','filePath','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','tSqCD','duration','KEY_TEST_FAILURE_REASON','scope','tKjQe','testData','title','DEFAULT_HOOK_RESULT','BEFORE_ALL','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','filter','type','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','set',',\x20failureReason=','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20',',\x20attachmentLogs:\x20','KEY_EVENT_ENDED_AT','KEY_TEST_RERUN_NAME','errorsDetailed','NCaEU','trackHookEvent','forEach','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','logCreatedEvent','testId',',\x20hookType=',',\x20platformIndex:\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','trackJestInstance','Stored\x20pending\x20hook\x20for\x20testId:\x20','executionContext','getTrackedInstance',',\x20testData=','rETzy','Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20${testId},\x20error:\x20${error}','testFrameworkVersion','../grpcClient','\x20to\x20','\x20hook','KEY_TEST_FRAMEWORK_VERSION','4860581LTSBIl','KEY_TEST_LOGS','mPVwO','test_run_uuid','hookState','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','svXoi','testFrameworkState','apply','message','KEY_TEST_NAME','KEY_TEST_STARTED_AT','getJestTestFilePath','getJestTestName','parse','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','RpGhW',',\x20exception=',',\x20test_run_uuid=','KEY_TEST_UUID','ALL','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','Processing\x20','\x20&\x20hookState=','getCurrentHookState',',\x20consoleLogs:\x20','513RURqzO','concat','mkICE','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','matchHookRegex','hookMetadata','uTZti','join','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','getRef','setActiveHook','10HilHvf','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','toUpperCase','file_name',',\x20storing\x20as\x20pending\x20hook','MxeZD','nerUP','QBkZI','none','pCYNn','KEY_TEST_DURATION','TEST','getJestTestTags','KEY_TEST_ID','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','uuid','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','setTrackedInstance',',\x20payload:\x20','trackJestInstance:\x20instance\x20already\x20exists',',\x20scopes=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','stack-trace','keys','length',',\x20hookData=','KEY_TEST_SCOPES','sWYMW','Assert','hooks','\x20pending\x20hooks\x20for\x20testId:\x20','getThreadId','KEY_HOOK_ID','KEY_TEST_FRAMEWORK_NAME','eBBQx','jest-circus','mapTestHooks','getAllData','parseJestTest','KEY_TEST_META','vFltU','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','error','ROOT_DESCRIBE_BLOCK','qLLBK','warn','args',',\x20hookUUID=','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','TCPbw','resolveInstance','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','./constants/testFrameworkConstants.js',',\x20testId=','find','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','\x20-\x20test_identifier=',',\x20filePath:\x20','KEY_HOOK_FAILURE_REASON','mIVQs','toString','kBqLb','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','NsoCe','getHooksForTest','\x20for\x20testId:\x20','QGEQE','processPendingHooks','hookType','trackJestInstance:\x20created\x20instance\x20for\x20target=','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','SPVbR','__workerDetails','KEY_HOOK_RESULT','KEY_TEST_FAILURE_TYPE','includes','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','test_identifier','KEY_HOOK_FAILURE_TYPE','storePendingHook','test','started_at','CTRgS',',\x20filePath=','unknown','abaUO','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','skipped','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','fZVgv','getTestFrameworksVersions','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','JestTestFramework','DEFAULT_TEST_RESULT','kKUxQ',',\x20target=','1610868HEuuSw','POST','ottic','\x20(testIdentifier),\x20tags=','KEY_TEST_FAILURE','getJestTestIdentifier','\x20files','KEY_HOOK_LOGS','../TestInfo.js','fRwwB','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=',',\x20state:\x20','match','KEY_TEST_RETRY_OF','4388McvThL','location','CDMDT','getActiveHook','substr','uQpxj','EDrkl','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','failure_reason','push','getTestFrameworks','getJestFailureData','endedAt','LxcqC','hookAnalyticsId','LlLNm','format','UnhandledError','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','KEY_TEST_ATTACHMENTS','Ugimk','KEY_TEST_FILE_PATH','trackEvent',',\x20hookState=','findIndex','../state/hookState.js','PaIRK','KEY_HOOK_LAST_FINISHED','mKOUA','activeHooks','yvOXd','getId','debug','removePendingHooks','EpBYu',',\x20version=','2026902vyKfIk','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','uYROS',',\x20totalHooks=','base64','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','failed','KEY_HOOK_FAILURE','getCurrentInstanceName','KEY_HOOKS_FINISHED','ZIWVR','hookUUID','KEY_CUSTOM_TAGS','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','from','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','getFileName','runHooks','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','LOG_REPORT','FCUNi','../../../helpers/test-observability/utils','GfJgN','\x20-\x20testId:\x20','AgAQO','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=',',\x20updates=','\x22\x20hook',',\x20scope:\x20','getAllPendingHookTestIds','buildHookMapFromTest','passed','map','42536sNgCro','uWOtK','CmKyg','skip','getRootParentFile','iCloD',',\x20error:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','util',',\x20hook_run_uuid=','KEY_TEST_LOCATION','UOkdo',',\x20failureType=','oNFRb','split','TstRv','PPfaI','tags','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','HTikN','267ShAAMx','hook_type','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','startsWith',',\x20response=',',\x20hookId=','file','slice','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','Error\x20in\x20createTestFrameworkEventPayload:\x20','workerInfo','isArray','../state/testFrameworkState.js','stringify','result','hook_id','\x20screenshot\x20logs\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','TPTJw','1KyWqLr','KEY_TEST_ENDED_AT','getProcessId','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20${testFilePath},\x20scope:\x20${testScope}','uMYcz','getJestFailureType','has','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','PRE',':testAnalyticsId','\x22\x20from\x20testData','KEY_TEST_SCOPE','startedAt','tuXcA','status','CHfkJ','./testFramework',',\x20logsInBatch:\x20','asyncError','kWJTL','_ALL','[JestTestFramework]\x20trackHookEvent:\x20SUCCESS\x20-\x20hookType=','KEY_LOGS','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','replace','gKGVi','hasPendingHooks','parent','testUUID','getPendingHooks','KEY_TEST_RESULT','JTSKe','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','reverse','maxArrayLength','LjoIh','addPendingHook','NGqpO','missing','exports','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','RLQWV','MRnCS','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','yQCTT','test_run_id','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','finished_at','eventJson','WvXEi','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','substring','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','getContext','retryOf',',\x20totalBatches:\x20','get','evOpY','toISOString','DSAqy','hookData','sendLogCreatedEvent','scopes','dPAHo',',\x20result=','TEST_SCREENSHOT','PFEzk','instance',',\x20contextId=','../../../helpers/classLogger.js','gmyOV','KEY_TEST_TAGS','depth','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','createTestFrameworkEventPayload','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','inspect'];a71_0x25c7=function(){return _0x153390;};return a71_0x25c7();}const a71_0x5b50ba=a71_0x124d;function a71_0x124d(_0x6c2d7e,_0x14a8ae){const _0x25c727=a71_0x25c7();return a71_0x124d=function(_0x124d3c,_0xdb8ce6){_0x124d3c=_0x124d3c-0xee;let _0x2b0991=_0x25c727[_0x124d3c];return _0x2b0991;},a71_0x124d(_0x6c2d7e,_0x14a8ae);}(function(_0x27cb90,_0x3c0441){const _0x5e176c=a71_0x124d,_0x587471=_0x27cb90();while(!![]){try{const _0x89e12=-parseInt(_0x5e176c(0x1a6))/0x1*(-parseInt(_0x5e176c(0x1fe))/0x2)+-parseInt(_0x5e176c(0x192))/0x3*(parseInt(_0x5e176c(0x136))/0x4)+parseInt(_0x5e176c(0x201))/0x5+-parseInt(_0x5e176c(0x15b))/0x6+parseInt(_0x5e176c(0x128))/0x7+-parseInt(_0x5e176c(0x17e))/0x8*(-parseInt(_0x5e176c(0x24c))/0x9)+parseInt(_0x5e176c(0x257))/0xa*(-parseInt(_0x5e176c(0x232))/0xb);if(_0x89e12===_0x3c0441)break;else _0x587471['push'](_0x587471['shift']());}catch(_0x29f6fa){_0x587471['push'](_0x587471['shift']());}}}(a71_0x25c7,0x4937a));const TestFramework=require(a71_0x5b50ba(0x1b6)),TestFrameworkState=require(a71_0x5b50ba(0x19f)),HookState=require(a71_0x5b50ba(0x150)),{createClassLogger}=require(a71_0x5b50ba(0x1eb)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require('../cliUtils.js'),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a71_0x5b50ba(0xfc)),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),{isInternalHook}=require(a71_0x5b50ba(0x172)),logger=createClassLogger(a71_0x5b50ba(0x124)),{v4:uuidv4}=require(a71_0x5b50ba(0x266)),util=require(a71_0x5b50ba(0x186)),TestInfo=require(a71_0x5b50ba(0x130)),GrpcClient=require(a71_0x5b50ba(0x22e)),stackTrace=require('stack-trace');class JestTestFramework extends TestFramework{constructor(_0x1acee7,_0x40edd2,_0x47b26c){const _0x3e11bf=a71_0x5b50ba;super(_0x1acee7,_0x40edd2,_0x47b26c),this[_0x3e11bf(0x154)]=new Map();}[a71_0x5b50ba(0x256)](_0x372b26,_0x358c2d,_0x3bc290){const _0x599571=a71_0x5b50ba,_0x25571f={};_0x25571f[_0x599571(0xf4)]=function(_0x16b84d,_0xc8cb86){return _0x16b84d||_0xc8cb86;};const _0x2e7513=_0x25571f;if(_0x2e7513['qLLBK'](!_0x372b26,!_0x358c2d)){logger[_0x599571(0xf5)](_0x599571(0x258)+_0x372b26+_0x599571(0xf7)+_0x358c2d);return;}!this[_0x599571(0x154)][_0x599571(0x1ac)](_0x372b26)&&this[_0x599571(0x154)][_0x599571(0x216)](_0x372b26,[]);const _0x9afc60={'hookUUID':_0x358c2d,'hookType':_0x3bc290,'startedAt':new Date()[_0x599571(0x1e0)]()};this[_0x599571(0x154)]['get'](_0x372b26)['push'](_0x9afc60),logger[_0x599571(0x157)]('[JestTestFramework]\x20setActiveHook:\x20testIdentifier='+_0x372b26+_0x599571(0xf7)+_0x358c2d+',\x20hookType='+_0x3bc290+_0x599571(0x15e)+this['activeHooks'][_0x599571(0x1de)](_0x372b26)['length']);}['removeActiveHook'](_0x5943cb,_0x4525af){const _0xecdab8=a71_0x5b50ba,_0x57fdc0={};_0x57fdc0[_0xecdab8(0x1e8)]=function(_0x1bd6b4,_0x18cb38){return _0x1bd6b4||_0x18cb38;},_0x57fdc0[_0xecdab8(0x18e)]=function(_0x5a4249,_0x56a1e5){return _0x5a4249!==_0x56a1e5;},_0x57fdc0[_0xecdab8(0x189)]=function(_0x425394,_0x4fc71a){return _0x425394===_0x4fc71a;};const _0x3f5f79=_0x57fdc0;if(_0x3f5f79[_0xecdab8(0x1e8)](!_0x5943cb,!_0x4525af)){logger[_0xecdab8(0xf5)](_0xecdab8(0x195)+_0x5943cb+_0xecdab8(0xf7)+_0x4525af);return;}if(this[_0xecdab8(0x154)]['has'](_0x5943cb)){const _0x236f5d=this[_0xecdab8(0x154)][_0xecdab8(0x1de)](_0x5943cb),_0x6119c4=_0x236f5d[_0xecdab8(0x14f)](_0x17c068=>_0x17c068[_0xecdab8(0x167)]===_0x4525af);_0x3f5f79[_0xecdab8(0x18e)](_0x6119c4,-0x1)?(_0x236f5d['splice'](_0x6119c4,0x1),logger[_0xecdab8(0x157)]('[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier='+_0x5943cb+',\x20hookUUID='+_0x4525af+',\x20remainingHooks='+_0x236f5d[_0xecdab8(0x26f)]),_0x3f5f79[_0xecdab8(0x189)](_0x236f5d[_0xecdab8(0x26f)],0x0)&&this[_0xecdab8(0x154)]['delete'](_0x5943cb)):logger[_0xecdab8(0x157)]('[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier='+_0x5943cb+',\x20hookUUID='+_0x4525af);}}[a71_0x5b50ba(0x139)](_0x418809){const _0x200cf2=a71_0x5b50ba,_0x54f59c={};_0x54f59c[_0x200cf2(0x1c5)]=function(_0x1514d9,_0x5c65bf){return _0x1514d9>_0x5c65bf;},_0x54f59c['TstRv']=function(_0x1dff81,_0x20b66f){return _0x1dff81-_0x20b66f;};const _0x1c0d9c=_0x54f59c;if(!_0x418809)return null;if(this['activeHooks'][_0x200cf2(0x1ac)](_0x418809)){const _0x18c891=this[_0x200cf2(0x154)][_0x200cf2(0x1de)](_0x418809);if(_0x1c0d9c['JTSKe'](_0x18c891[_0x200cf2(0x26f)],0x0)){const _0x3bd861=_0x18c891[_0x1c0d9c[_0x200cf2(0x18d)](_0x18c891[_0x200cf2(0x26f)],0x1)];return logger[_0x200cf2(0x157)](_0x200cf2(0x19b)+_0x418809+_0x200cf2(0xf7)+_0x3bd861[_0x200cf2(0x167)]+_0x200cf2(0x223)+_0x3bd861[_0x200cf2(0x10c)]),_0x3bd861;}}return null;}async[a71_0x5b50ba(0x14d)](_0x5a8618,_0x3a0460,_0x2b0b96={}){const _0x1890b1=a71_0x5b50ba,_0x48f241={};_0x48f241[_0x1890b1(0xf9)]='[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found',_0x48f241[_0x1890b1(0xf0)]=function(_0x4ef966,_0x5334d2){return _0x4ef966===_0x5334d2;},_0x48f241[_0x1890b1(0x260)]=function(_0x4ea07c,_0xef2eff){return _0x4ea07c||_0xef2eff;},_0x48f241[_0x1890b1(0x146)]=_0x1890b1(0x26c);const _0x5de558=_0x48f241;logger['debug'](_0x1890b1(0x15c)+_0x5a8618+_0x1890b1(0x14e)+_0x3a0460+',\x20argsKeys='+Object[_0x1890b1(0x26e)](_0x2b0b96)[_0x1890b1(0x253)](',')),await super['trackEvent'](_0x5a8618,_0x3a0460,_0x2b0b96);const _0x450f0d=this[_0x1890b1(0xfa)](_0x5a8618,_0x3a0460,_0x2b0b96);if(!_0x450f0d){logger[_0x1890b1(0x157)](_0x5de558[_0x1890b1(0xf9)]);return;}try{let _0x48cc42,_0xab388c,_0x42caab;switch(_0x5a8618){case TestFrameworkState[_0x1890b1(0x262)]:_0x48cc42=_0x2b0b96['test'];const _0x8fe960={};_0x8fe960[_0x1890b1(0x1ee)]=0x2,_0x8fe960[_0x1890b1(0x1c8)]=0x3,logger['debug'](_0x1890b1(0x10e)+_0x3a0460+_0x1890b1(0x22a)+util[_0x1890b1(0x1f2)](_0x48cc42,_0x8fe960)),_0x42caab=this[_0x1890b1(0x12d)](_0x48cc42),_0xab388c=null,logger[_0x1890b1(0x157)](_0x1890b1(0x16b)+_0x42caab+'\x20(testIdentifier)');if(_0x5de558[_0x1890b1(0xf0)](_0x3a0460,HookState[_0x1890b1(0x1ae)])){logger[_0x1890b1(0x157)](_0x1890b1(0x1a4)+_0x42caab);const _0x210a89={};_0x210a89['testUUID']=_0xab388c,_0x210a89[_0x1890b1(0x20e)]=_0x48cc42,_0x210a89['testId']=_0x42caab;const _0x223620=this[_0x1890b1(0xee)](_0x210a89),_0x460623={};_0x460623[_0x1890b1(0x1ee)]=0x2,_0x460623[_0x1890b1(0x1c8)]=0x3,logger[_0x1890b1(0x157)](_0x1890b1(0x218)+util['inspect'](_0x223620,_0x460623)),_0x450f0d[_0x1890b1(0x202)](_0x223620),logger['debug'](_0x1890b1(0x160)+_0x42caab),await this[_0x1890b1(0x10b)](_0x450f0d,_0x42caab);}else{if(_0x5de558[_0x1890b1(0xf0)](_0x3a0460,HookState['POST'])){logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20'+_0x42caab);const _0x4362f3=_0x450f0d[_0x1890b1(0x27c)]()['get'](_0x42caab);logger[_0x1890b1(0x157)](_0x1890b1(0x16f)+util[_0x1890b1(0x1f2)](Object[_0x1890b1(0x26e)](_0x5de558[_0x1890b1(0x260)](_0x4362f3,{}))));_0x4362f3&&_0x4362f3[TestFrameworkConstants[_0x1890b1(0x14a)]]?logger[_0x1890b1(0x157)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20'+Object[_0x1890b1(0x26e)](_0x4362f3[TestFrameworkConstants[_0x1890b1(0x14a)]])['length']+_0x1890b1(0x12e)):logger[_0x1890b1(0x157)](_0x5de558[_0x1890b1(0x146)]);const _0x50a25a=_0x2b0b96[_0x1890b1(0x1f8)]||null,_0x529456={};_0x529456[_0x1890b1(0x1c2)]=_0xab388c,_0x529456[_0x1890b1(0x20e)]=_0x48cc42,_0x529456[_0x1890b1(0x222)]=_0x42caab,_0x529456[_0x1890b1(0x1f8)]=_0x50a25a;const _0x41d88a=this[_0x1890b1(0x200)](_0x529456),_0x3c7f2f={};_0x3c7f2f[_0x1890b1(0x1ee)]=0x2,_0x3c7f2f[_0x1890b1(0x1c8)]=0x3,logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20'+util[_0x1890b1(0x1f2)](_0x41d88a,_0x3c7f2f)),_0x450f0d[_0x1890b1(0x202)](_0x41d88a),logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20'+_0x42caab),await this[_0x1890b1(0x10b)](_0x450f0d,_0x42caab);}}break;case TestFrameworkState[_0x1890b1(0x170)]:if(_0x5de558['vFltU'](_0x3a0460,HookState[_0x1890b1(0x129)])){const _0x4f1ab5={};_0x4f1ab5[_0x1890b1(0x1ee)]=0x2,logger['debug'](_0x1890b1(0x13e)+util[_0x1890b1(0x1f2)](_0x2b0b96,_0x4f1ab5)),await this['sendLogCreatedEvent'](_0x450f0d,_0x5a8618,_0x2b0b96);}break;default:if(CLIUtils[_0x1890b1(0x250)](_0x5a8618[_0x1890b1(0x104)]()[_0x1890b1(0x18c)]('.')[0x1])){const _0x2054bd={};_0x2054bd[_0x1890b1(0x1ee)]=0x2,_0x2054bd[_0x1890b1(0x1c8)]=0x3,logger[_0x1890b1(0x157)](_0x1890b1(0x11e)+_0x5a8618+_0x1890b1(0x14e)+_0x3a0460+_0x1890b1(0x270)+util[_0x1890b1(0x1f2)](_0x2b0b96['hookData'],_0x2054bd));const _0x417c11=await this[_0x1890b1(0x21e)](_0x450f0d,_0x5a8618,_0x3a0460,_0x2b0b96),_0x156e1e={};_0x156e1e[_0x1890b1(0x1ee)]=0x2,_0x156e1e[_0x1890b1(0x1c8)]=0x3,logger['debug'](_0x1890b1(0x1ef)+util[_0x1890b1(0x1f2)](_0x417c11,_0x156e1e)),_0x450f0d[_0x1890b1(0x202)](_0x417c11);}else logger['debug'](_0x1890b1(0xff)+_0x5a8618+_0x1890b1(0x249)+_0x3a0460);break;}logger[_0x1890b1(0x157)](_0x1890b1(0x241)+_0x5a8618+_0x1890b1(0x14e)+_0x3a0460);}catch(_0x18034a){logger[_0x1890b1(0xf2)]('[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState='+_0x5a8618+_0x1890b1(0x14e)+_0x3a0460+_0x1890b1(0x243)+util['format'](_0x18034a));}_0x2b0b96['instance']=_0x450f0d,await this['runHooks'](_0x450f0d,_0x5a8618,_0x3a0460,_0x2b0b96);}['getJestTestIdentifier'](_0x3814c2){const _0x25489b=a71_0x5b50ba,_0x5f4782={};_0x5f4782[_0x25489b(0x205)]='[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback';const _0x1e460e=_0x5f4782;if(_0x3814c2&&(_0x3814c2['id']||_0x3814c2[_0x25489b(0x266)])){const _0x3a7004=_0x3814c2['id']||_0x3814c2[_0x25489b(0x266)];return logger[_0x25489b(0x157)]('[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22'+_0x3a7004+_0x25489b(0x1b0)),_0x3a7004;}return logger[_0x25489b(0x157)](_0x1e460e['LCaUk']),process['pid']+_0x25489b(0x1af);}[a71_0x5b50ba(0xfa)](_0x255d89,_0x535fbe,_0x2141d1={}){const _0x2a937b=a71_0x5b50ba;let _0x3e904a=null;return _0x3e904a=TestFramework[_0x2a937b(0x229)](),!_0x3e904a?(logger['debug']('[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state='+_0x255d89),this['trackJestInstance'](_0x255d89,_0x2141d1),_0x3e904a=TestFramework[_0x2a937b(0x229)](),logger[_0x2a937b(0x157)](_0x2a937b(0x267)+!!_0x3e904a+_0x2a937b(0x1ea)+_0x3e904a?.[_0x2a937b(0x1db)]()?.[_0x2a937b(0x156)]())):logger[_0x2a937b(0x157)](_0x2a937b(0x1da)+_0x3e904a['getContext']()?.[_0x2a937b(0x156)]()),_0x3e904a;}[a71_0x5b50ba(0x226)](_0x3ffbdb,_0x4c921d){const _0x35d362=a71_0x5b50ba,_0xbc921f={};_0xbc921f[_0x35d362(0x180)]=_0x35d362(0x26a);const _0x283ed4=_0xbc921f;if(TestFramework[_0x35d362(0x229)]()){logger[_0x35d362(0x157)](_0x283ed4['CmKyg']);return;}const _0xd9d10d=CLIUtils[_0x35d362(0x164)](),_0x16e6cc=TrackedInstance['createContext'](_0xd9d10d);let _0x442b2c=null;logger[_0x35d362(0x157)](_0x35d362(0x10d)+_0xd9d10d+',\x20state='+_0x3ffbdb),_0x442b2c=new TestFrameworkInstance(_0x16e6cc,this[_0x35d362(0x141)](),this[_0x35d362(0x122)](),_0x3ffbdb,HookState[_0x35d362(0x1f6)]),TestFramework[_0x35d362(0x268)](_0x16e6cc,_0x442b2c),logger[_0x35d362(0x157)]('[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId='+_0x16e6cc[_0x35d362(0x156)]()+_0x35d362(0x127)+_0xd9d10d+',\x20testFramework='+this[_0x35d362(0x141)]()[0x0]+_0x35d362(0x15a)+this[_0x35d362(0x122)]()[this[_0x35d362(0x141)]()[0x0]]);}[a71_0x5b50ba(0xee)](_0x3f9b8f){const _0x4ecb0d=a71_0x5b50ba,_0x44b7fc={};_0x44b7fc['EDrkl']=function(_0x43e6da,_0x5c2b74){return _0x43e6da||_0x5c2b74;},_0x44b7fc[_0x4ecb0d(0x1d2)]=_0x4ecb0d(0x204);const _0xf0a183=_0x44b7fc,{testUUID:_0x3f6c7e,testData:_0x2e8511,testId:_0x400144}=_0x3f9b8f;if(_0xf0a183[_0x4ecb0d(0x13c)](!_0x2e8511,!_0x400144))return logger[_0x4ecb0d(0x157)](_0xf0a183[_0x4ecb0d(0x1d2)]),{};const _0x216b75=this[_0x4ecb0d(0x141)]()[0x0],_0x327d36=this[_0x4ecb0d(0x122)](),_0x475879={};_0x475879['depth']=0x2,_0x475879['maxArrayLength']=0x3,logger['debug'](_0x4ecb0d(0x212)+util[_0x4ecb0d(0x1f2)](_0x2e8511,_0x475879));const _0x180ca9=_0x2e8511?.[_0x4ecb0d(0x1e4)]||[],_0x2e2c58=this[_0x4ecb0d(0x23f)](_0x2e8511),_0x4cfabc=this['getJestTestFilePath'](_0x2e8511),_0x4cb66d=_0x2e8511['fn']?_0x2e8511['fn']['toString']():null,_0x583eab=this[_0x4ecb0d(0x263)](_0x2e8511),_0x52d593={[TestFrameworkConstants[_0x4ecb0d(0x278)]]:_0x216b75,[TestFrameworkConstants[_0x4ecb0d(0x231)]]:_0x327d36[_0x216b75],[TestFrameworkConstants[_0x4ecb0d(0x233)]]:[],[TestFrameworkConstants[_0x4ecb0d(0x165)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x4ecb0d(0x125)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x2e2c58,[TestFrameworkConstants[_0x4ecb0d(0x14c)]]:_0x4cfabc,[TestFrameworkConstants[_0x4ecb0d(0x264)]]:_0x400144,[TestFrameworkConstants[_0x4ecb0d(0x23c)]]:_0x2e2c58,[TestFrameworkConstants[_0x4ecb0d(0x188)]]:_0x4cfabc,[TestFrameworkConstants[_0x4ecb0d(0x1f3)]]:_0x4cb66d,[TestFrameworkConstants[_0x4ecb0d(0x1ed)]]:_0x583eab,[TestFrameworkConstants[_0x4ecb0d(0x23d)]]:_0x2e8511['started_at']||new Date()[_0x4ecb0d(0x1e0)](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x180ca9[0x0]||'',[TestFrameworkConstants[_0x4ecb0d(0x271)]]:_0x180ca9,[TestFrameworkConstants[_0x4ecb0d(0x21b)]]:_0x2e2c58,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x4ecb0d(0xef)]]:{}};_0x2e8511[_0x4ecb0d(0x1dc)]&&(_0x52d593[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x2e8511[_0x4ecb0d(0x1dc)]);logger[_0x4ecb0d(0x157)](_0x4ecb0d(0x265)+_0x2e2c58+_0x4ecb0d(0xfd)+_0x400144+_0x4ecb0d(0x12b)+JSON[_0x4ecb0d(0x1a0)](_0x583eab)+_0x4ecb0d(0x26b)+util[_0x4ecb0d(0x1f2)](_0x180ca9)+_0x4ecb0d(0x11b)+_0x4cfabc);const _0x5aaea3={};return _0x5aaea3[_0x400144]=_0x52d593,_0x5aaea3;}[a71_0x5b50ba(0x200)](_0x3d9989){const _0x2b13e0=a71_0x5b50ba,_0x4aa767={'NGqpO':function(_0xd658c6,_0x39686b){return _0xd658c6===_0x39686b;},'abaUO':'afterAll','fZVgv':'beforeAll','MrOES':_0x2b13e0(0x246),'kBqLb':_0x2b13e0(0x1ba),'gmyOV':function(_0x992df2,_0x3d80e8){return _0x992df2||_0x3d80e8;},'EpBYu':_0x2b13e0(0x247),'MRnCS':function(_0x31e9ed,_0xe04d5c){return _0x31e9ed||_0xe04d5c;},'LjoIh':'unknown','SPVbR':function(_0x43ad06,_0x8ca545){return _0x43ad06>_0x8ca545;},'RpGhW':_0x2b13e0(0x162),'xZdCE':function(_0x576fb8,_0x3ecb92){return _0x576fb8===_0x3ecb92;},'SVgdu':_0x2b13e0(0x181),'dPAHo':function(_0x3b60d5,_0x4f3bad){return _0x3b60d5===_0x4f3bad;},'fRwwB':_0x2b13e0(0x11f),'NUtzf':_0x2b13e0(0x17c),'uWOtK':function(_0x2921e1,_0x3a0261){return _0x2921e1===_0x3a0261;},'upwhK':function(_0x11dfe1,_0x1cbc9e){return _0x11dfe1!==_0x1cbc9e;},'kWJTL':function(_0x161989,_0x3a1233,_0x3acd73,_0x1703fb){return _0x161989(_0x3a1233,_0x3acd73,_0x1703fb);},'uQpxj':function(_0x259d0c,_0x5b404c){return _0x259d0c>_0x5b404c;},'tuXcA':function(_0x266fcf,_0x143c66){return _0x266fcf>_0x143c66;},'mPVwO':_0x2b13e0(0x254)},{testUUID:_0x4a30b1,testData:_0x52d4fd,testId:_0x38b34d}=_0x3d9989;if(_0x4aa767[_0x2b13e0(0x1ec)](!_0x52d4fd,!_0x38b34d))return logger[_0x2b13e0(0x157)](_0x4aa767[_0x2b13e0(0x159)]),{};const _0x6efd20=this[_0x2b13e0(0xfa)](TestFrameworkState[_0x2b13e0(0x262)],HookState[_0x2b13e0(0x129)]),_0xe41135=_0x6efd20[_0x2b13e0(0x27c)]()[_0x2b13e0(0x1de)](_0x38b34d),_0x4bfaf2=_0x4aa767[_0x2b13e0(0x1d0)](_0xe41135,{}),_0xa3c1d9=_0x4bfaf2?_0x4bfaf2[TestFrameworkConstants[_0x2b13e0(0x168)]]||{}:{},_0x2cd8c5=_0x4bfaf2[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']];logger[_0x2b13e0(0x157)](_0x2b13e0(0x16e)+(_0x2cd8c5?Object[_0x2b13e0(0x26e)](_0x2cd8c5)[_0x2b13e0(0x26f)]:0x0)+'\x20attachments');let _0x5778d1=_0x4aa767[_0x2b13e0(0x1c9)];if(_0x52d4fd[_0x2b13e0(0x1a1)])_0x5778d1=_0x52d4fd[_0x2b13e0(0x1a1)];else{if(_0x52d4fd['errorsDetailed']&&_0x4aa767['SPVbR'](_0x52d4fd[_0x2b13e0(0x21c)][_0x2b13e0(0x26f)],0x0))_0x5778d1=_0x4aa767[_0x2b13e0(0x242)];else _0x4aa767[_0x2b13e0(0x1f9)](_0x52d4fd[_0x2b13e0(0x1b4)],_0x4aa767['SVgdu'])||_0x4aa767[_0x2b13e0(0x1e5)](_0x52d4fd[_0x2b13e0(0x1b4)],_0x4aa767[_0x2b13e0(0x131)])?_0x5778d1=_0x4aa767[_0x2b13e0(0x131)]:_0x5778d1=_0x4aa767['NUtzf'];}const _0x2bb8a8={..._0x4bfaf2,[TestFrameworkConstants[_0x2b13e0(0x1c4)]]:_0x5778d1,[TestFrameworkConstants[_0x2b13e0(0x1a7)]]:_0x52d4fd['finished_at']||new Date()[_0x2b13e0(0x1e0)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x2b13e0(0x1e0)](),[TestFrameworkConstants[_0x2b13e0(0x168)]]:_0xa3c1d9,[TestFrameworkConstants[_0x2b13e0(0x1bc)]]:[],[TestFrameworkConstants[_0x2b13e0(0xef)]]:{}};if(_0x4aa767[_0x2b13e0(0x17f)](_0x5778d1,_0x4aa767[_0x2b13e0(0x242)])&&_0x52d4fd[_0x2b13e0(0x21c)]){const _0x3b1b31=this[_0x2b13e0(0x203)](_0x52d4fd),_0x5d9a9f=this[_0x2b13e0(0x1ab)](_0x52d4fd),_0x30dc42=this['getJestFailureData'](_0x52d4fd);_0x2bb8a8[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]=_0x5d9a9f,_0x2bb8a8[TestFrameworkConstants[_0x2b13e0(0x20b)]]=_0x3b1b31,_0x2bb8a8[TestFrameworkConstants[_0x2b13e0(0x12c)]]=_0x30dc42;}_0x4aa767['upwhK'](_0x52d4fd[_0x2b13e0(0x20a)],undefined)&&(_0x2bb8a8[TestFrameworkConstants[_0x2b13e0(0x261)]]=_0x52d4fd[_0x2b13e0(0x20a)]);_0x52d4fd[_0x2b13e0(0x1dc)]&&(_0x2bb8a8[TestFrameworkConstants[_0x2b13e0(0x135)]]=_0x52d4fd[_0x2b13e0(0x1dc)]);const _0x31ed45=_0xe41135?_0xe41135[TestFrameworkConstants[_0x2b13e0(0x14a)]]||{}:{},_0x4088a6=_0xe41135?_0xe41135[TestFrameworkConstants[_0x2b13e0(0x245)]]:_0x4a30b1,_0x161b84=_0x4aa767[_0x2b13e0(0x1b9)](getManualUploadLogs,_0x31ed45,_0x4088a6,_0x38b34d);if(_0x4aa767[_0x2b13e0(0x13b)](_0x161b84[_0x2b13e0(0x26f)],0x0)){const _0x457082=_0x2bb8a8[TestFrameworkConstants['KEY_LOGS']]||[];_0x2bb8a8[TestFrameworkConstants[_0x2b13e0(0x1bc)]]=[..._0x457082,..._0x161b84];}const _0x5e6f70=_0x4bfaf2[TestFrameworkConstants[_0x2b13e0(0x165)]]||{},_0x2c81c1=_0x4bfaf2[TestFrameworkConstants[_0x2b13e0(0x1f5)]]||{},_0x2ff8d7={..._0x5e6f70},_0x4607b6=_0x2ff8d7;Object[_0x2b13e0(0x26e)](_0x2c81c1)[_0x2b13e0(0x21f)](_0x40cb83=>{const _0x2a69cd=_0x2b13e0;!_0x4607b6[_0x40cb83]&&(_0x4607b6[_0x40cb83]=[]);const _0x48071a=new Set((_0x4607b6[_0x40cb83]||[])[_0x2a69cd(0x17d)](_0x386213=>_0x386213[TestFrameworkConstants['KEY_HOOK_ID']]||_0x386213['hook_id']));(_0x2c81c1[_0x40cb83]||[])[_0x2a69cd(0x21f)](_0x284af0=>{const _0x316751=_0x2a69cd,_0x4376b9=_0x284af0[TestFrameworkConstants[_0x316751(0x277)]]||_0x284af0[_0x316751(0x1a2)];if(!_0x48071a['has'](_0x4376b9)){const _0x800379={..._0x284af0},_0x3adc75=_0x800379;!_0x3adc75[TestFrameworkConstants[_0x316751(0x21a)]]&&!_0x3adc75['event_ended_at']&&(_0x3adc75[TestFrameworkConstants[_0x316751(0x21a)]]=new Date()[_0x316751(0x1e0)]()),!_0x3adc75[TestFrameworkConstants[_0x316751(0x111)]]&&!_0x3adc75['hook_result']&&(_0x3adc75[TestFrameworkConstants[_0x316751(0x111)]]=TestFrameworkConstants['DEFAULT_HOOK_RESULT']),_0x4607b6[_0x40cb83][_0x316751(0x140)](_0x3adc75);}});});if(_0x3d9989[_0x2b13e0(0x1f8)]){this[_0x2b13e0(0x27b)](_0x3d9989[_0x2b13e0(0x1f8)]);const _0x50697c=this[_0x2b13e0(0x17b)](_0x3d9989['originalTest']),_0x1e80db=this[_0x2b13e0(0x108)](_0x3d9989[_0x2b13e0(0x1f8)]);_0x1e80db[_0x2b13e0(0x21f)](_0x48bee2=>{const _0x4f8a04=_0x2b13e0,_0x55c7dd=_0x50697c[_0x4f8a04(0x1de)](_0x48bee2);if(_0x55c7dd&&(_0x4aa767[_0x4f8a04(0x1cb)](_0x55c7dd['type'],_0x4aa767[_0x4f8a04(0x11d)])||_0x4aa767[_0x4f8a04(0x1cb)](_0x55c7dd[_0x4f8a04(0x214)],_0x4aa767[_0x4f8a04(0x121)]))){const _0x3ad378=_0x55c7dd[_0x4f8a04(0x214)][_0x4f8a04(0x259)]()[_0x4f8a04(0x1be)](_0x4aa767['MrOES'],_0x4aa767[_0x4f8a04(0x105)]),_0x128b3d=_0x3ad378;!_0x4607b6[_0x128b3d]&&(_0x4607b6[_0x128b3d]=[]);const _0x29eaa5=_0x4607b6[_0x128b3d][_0x4f8a04(0xfe)](_0x2ddcde=>(_0x2ddcde[TestFrameworkConstants[_0x4f8a04(0x277)]]||_0x2ddcde[_0x4f8a04(0x1a2)])===_0x48bee2);!_0x29eaa5&&_0x4607b6[_0x128b3d][_0x4f8a04(0x140)]({'key':_0x128b3d,[TestFrameworkConstants[_0x4f8a04(0x277)]]:_0x48bee2,[TestFrameworkConstants[_0x4f8a04(0x111)]]:TestFrameworkConstants[_0x4f8a04(0x210)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:new Date()[_0x4f8a04(0x1e0)](),[TestFrameworkConstants[_0x4f8a04(0x21a)]]:new Date()[_0x4f8a04(0x1e0)](),[TestFrameworkConstants[_0x4f8a04(0x12f)]]:[],[TestFrameworkConstants[_0x4f8a04(0x1fc)]]:_0x55c7dd[_0x4f8a04(0x1f7)]||_0x55c7dd[_0x4f8a04(0x214)]+_0x4f8a04(0x230),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0xa3c1d9});}});}if(_0x52d4fd[_0x2b13e0(0x274)]&&_0x4aa767[_0x2b13e0(0x1b3)](_0x52d4fd[_0x2b13e0(0x274)][_0x2b13e0(0x26f)],0x0))_0x2bb8a8[TestFrameworkConstants[_0x2b13e0(0x165)]]=_0x52d4fd['hooks'],logger[_0x2b13e0(0x157)](_0x4aa767[_0x2b13e0(0x234)]);else _0x4aa767[_0x2b13e0(0x10f)](Object['keys'](_0x4607b6)[_0x2b13e0(0x26f)],0x0)&&(_0x2bb8a8[TestFrameworkConstants[_0x2b13e0(0x165)]]=_0x4607b6,logger[_0x2b13e0(0x157)](_0x2b13e0(0x24f)+Object[_0x2b13e0(0x26e)](_0x4607b6)[_0x2b13e0(0x253)](',')));const _0x361f02=this[_0x2b13e0(0x23f)](_0x52d4fd);logger['debug'](_0x2b13e0(0x1fb)+_0x361f02+_0x2b13e0(0xfd)+_0x38b34d+_0x2b13e0(0x1ff)+_0x5778d1+',\x20duration='+_0x52d4fd[_0x2b13e0(0x20a)]);_0x4aa767[_0x2b13e0(0x1cb)](_0x5778d1,_0x4aa767[_0x2b13e0(0x242)])&&logger['debug'](_0x2b13e0(0x1d4)+_0x38b34d+_0x2b13e0(0x18a)+_0x2bb8a8[TestFrameworkConstants[_0x2b13e0(0x112)]]+_0x2b13e0(0x217)+_0x2bb8a8[TestFrameworkConstants[_0x2b13e0(0x20b)]]?.[_0x2b13e0(0x1d9)](0x0,0xc8));const _0x2a1ce0={};return _0x2a1ce0[_0x38b34d]=_0x2bb8a8,_0x2a1ce0;}['getJestTestScopes'](_0x251dbd){const _0x1b9f8e=a71_0x5b50ba,_0x335b65={};_0x335b65[_0x1b9f8e(0x279)]=function(_0x48ee1e,_0x3cfd9b){return _0x48ee1e!==_0x3cfd9b;},_0x335b65['JDSAe']=_0x1b9f8e(0xf3);const _0x37caa3=_0x335b65,_0x5a2baf={};_0x5a2baf[_0x1b9f8e(0x1ee)]=0x2,_0x5a2baf[_0x1b9f8e(0x1c8)]=0x3,logger['debug'](_0x1b9f8e(0xf8)+util['inspect'](_0x251dbd,_0x5a2baf));const _0x4b7077=[];if(_0x251dbd&&_0x251dbd[_0x1b9f8e(0x1c1)]){let _0x1d2805=_0x251dbd[_0x1b9f8e(0x1c1)];while(_0x1d2805&&_0x1d2805['name']&&_0x37caa3['eBBQx'](_0x1d2805[_0x1b9f8e(0x1f7)],'')&&_0x37caa3['eBBQx'](_0x1d2805[_0x1b9f8e(0x1f7)],_0x37caa3['JDSAe'])){_0x4b7077[_0x1b9f8e(0x140)](_0x1d2805[_0x1b9f8e(0x1f7)]),_0x1d2805=_0x1d2805['parent'];}}return _0x4b7077[_0x1b9f8e(0x1c7)]();}['getJestTestName'](_0x78da48){const _0x1f6fd0=a71_0x5b50ba,_0x11a8d2={};_0x11a8d2[_0x1f6fd0(0x272)]=_0x1f6fd0(0x1f4);const _0x1fe606=_0x11a8d2;if(_0x78da48[_0x1f6fd0(0x1f7)])return _0x78da48[_0x1f6fd0(0x1f7)];if(_0x78da48['title'])return _0x78da48[_0x1f6fd0(0x20f)];return _0x1fe606['sWYMW'];}[a71_0x5b50ba(0x263)](_0x52e387){const _0x5d1bad=a71_0x5b50ba,_0xed65f=[];if(_0x52e387['tags']&&Array['isArray'](_0x52e387[_0x5d1bad(0x18f)]))return _0x52e387[_0x5d1bad(0x18f)][_0x5d1bad(0x17d)](_0x137e29=>_0x137e29[_0x5d1bad(0x196)]('@')?_0x137e29[_0x5d1bad(0x13a)](0x1):_0x137e29);const _0x33eb2b=this[_0x5d1bad(0x23f)](_0x52e387),_0x3e6f8e=_0x33eb2b[_0x5d1bad(0x134)](/@(\w+)/g);if(_0x3e6f8e)return _0x3e6f8e[_0x5d1bad(0x17d)](_0x43944f=>_0x43944f[_0x5d1bad(0x19a)](0x1));return _0x52e387[_0x5d1bad(0x1e4)]&&Array[_0x5d1bad(0x19e)](_0x52e387['scopes'])&&_0x52e387[_0x5d1bad(0x1e4)]['forEach'](_0x3149f6=>{const _0x2f4efa=_0x5d1bad,_0x5acd78=_0x3149f6[_0x2f4efa(0x134)](/@(\w+)/g);_0x5acd78&&_0x5acd78[_0x2f4efa(0x21f)](_0x1a7f68=>{const _0x4f936d=_0x2f4efa,_0x451053=_0x1a7f68[_0x4f936d(0x19a)](0x1);!_0xed65f[_0x4f936d(0x113)](_0x451053)&&_0xed65f['push'](_0x451053);});}),_0xed65f;}[a71_0x5b50ba(0x23e)](_0x35b328){const _0x5dbf8a=a71_0x5b50ba,_0x96203={'yvOXd':function(_0x852d4a,_0x825f50){return _0x852d4a(_0x825f50);},'NCaEU':_0x5dbf8a(0x26d)};if(_0x35b328[_0x5dbf8a(0x25a)])return _0x35b328['file_name'];if(_0x35b328[_0x5dbf8a(0x1b8)]){const _0x340e66=_0x96203[_0x5dbf8a(0x155)](require,_0x96203[_0x5dbf8a(0x21d)]);try{const _0x3d2fd2=_0x340e66[_0x5dbf8a(0x240)](_0x35b328[_0x5dbf8a(0x1b8)]);if(_0x3d2fd2[0x0]&&_0x3d2fd2[0x0][_0x5dbf8a(0x16c)])return _0x3d2fd2[0x0][_0x5dbf8a(0x16c)]();}catch(_0x25d4df){logger[_0x5dbf8a(0x157)](_0x5dbf8a(0x13d)+util[_0x5dbf8a(0x147)](_0x25d4df));}}return null;}['getJestFailureReason'](_0x1028e3){const _0xedbd1d=a71_0x5b50ba,_0x43bb77={};_0x43bb77[_0xedbd1d(0x1b5)]=function(_0x284c28,_0x577289){return _0x284c28>_0x577289;},_0x43bb77[_0xedbd1d(0x252)]=_0xedbd1d(0x1fa);const _0x45f007=_0x43bb77;if(_0x1028e3[_0xedbd1d(0x21c)]&&_0x45f007[_0xedbd1d(0x1b5)](_0x1028e3[_0xedbd1d(0x21c)][_0xedbd1d(0x26f)],0x0))return util[_0xedbd1d(0x1f2)](_0x1028e3[_0xedbd1d(0x21c)][0x0]);if(_0x1028e3['failure_reason'])return _0x1028e3[_0xedbd1d(0x13f)];return _0x45f007[_0xedbd1d(0x252)];}[a71_0x5b50ba(0x1ab)](_0x4f7401){const _0x44d6a9=a71_0x5b50ba,_0xf21382={};_0xf21382[_0x44d6a9(0x166)]=_0x44d6a9(0x273),_0xf21382['ottic']='AssertionError',_0xf21382['tKjQe']=_0x44d6a9(0x148);const _0x254df6=_0xf21382,_0x156cfd=this[_0x44d6a9(0x203)](_0x4f7401);if(_0x156cfd&&_0x156cfd[_0x44d6a9(0x113)](_0x254df6[_0x44d6a9(0x166)]))return _0x254df6[_0x44d6a9(0x12a)];return _0x254df6[_0x44d6a9(0x20d)];}['getJestFailureData'](_0x3712db){const _0x257052=a71_0x5b50ba,_0x5305eb={'KgneM':function(_0x12722c,_0x1fbf86){return _0x12722c(_0x1fbf86);},'mkICE':_0x257052(0x172),'uMYcz':function(_0x4d6c69,_0x49af29){return _0x4d6c69!==_0x49af29;},'ZxHGV':_0x257052(0x118)},{failureData:_0x3d0e90}=_0x5305eb['KgneM'](require,_0x5305eb[_0x257052(0x24e)]),_0x476fc2=[];return _0x5305eb[_0x257052(0x1aa)](_0x3712db[_0x257052(0x21c)],undefined)&&_0x476fc2[_0x257052(0x140)](_0x3712db[_0x257052(0x21c)],_0x5305eb['ZxHGV']),_0x3d0e90[_0x257052(0x23a)](null,_0x476fc2);}async['trackHookEvent'](_0x33ef64,_0x386a12,_0x12f3ba,_0x475b6e){const _0x13b797=a71_0x5b50ba,_0x200e6b={'PsTJq':_0x13b797(0x1d8),'QCjUV':function(_0x437c68){return _0x437c68();},'QBkZI':function(_0x422e93,_0x5d64cb){return _0x422e93 in _0x5d64cb;},'cwJlB':function(_0x336674,_0x5a0731){return _0x336674 in _0x5a0731;},'rETzy':function(_0x146cd1,_0x3c2d42){return _0x146cd1===_0x3c2d42;},'evOpY':function(_0x140386,_0x590579){return _0x140386>_0x590579;},'HKUat':'failed','LxcqC':_0x13b797(0x17c),'qlgQr':function(_0x4c0f42,_0x32bb32){return _0x4c0f42>_0x32bb32;},'HTikN':function(_0x4d9d7b,_0x5e5a09){return _0x4d9d7b===_0x5e5a09;},'mIVQs':function(_0x4fc424,_0x58ed51){return _0x4fc424!==_0x58ed51;}},{hookData:_0x1597cb}=_0x475b6e,_0x4f7479=_0x12f3ba[_0x13b797(0x104)](),_0x508131=_0x386a12[_0x13b797(0x104)](),_0x26e527={};_0x26e527[_0x13b797(0x1ee)]=0x2,_0x26e527[_0x13b797(0x1c8)]=0x3,logger['debug'](_0x13b797(0x176)+_0x508131+',\x20hookState='+_0x4f7479+_0x13b797(0x270)+util[_0x13b797(0x1f2)](_0x1597cb,_0x26e527));if(!_0x1597cb)return logger['debug'](_0x200e6b['PsTJq']),{};const _0x4c7bea=_0x1597cb['uuid']||_0x1597cb[_0x13b797(0x145)]||_0x200e6b['QCjUV'](uuidv4),_0x41f0ca=_0x1597cb[_0x13b797(0x1d3)]||this['getJestTestIdentifier'](_0x1597cb),_0x1c1682=_0x386a12['toString']()['split']('.')[0x1],_0x16d0ae=_0x33ef64[_0x13b797(0x27c)]()[_0x13b797(0x1de)](_0x41f0ca),_0x548452=_0x16d0ae?_0x16d0ae[TestFrameworkConstants[_0x13b797(0x168)]]||{}:{};logger[_0x13b797(0x157)](_0x13b797(0x132)+_0x4c7bea+_0x13b797(0xfd)+_0x41f0ca+'\x20(testIdentifier),\x20hookType='+_0x1c1682+_0x13b797(0x14e)+_0x4f7479);if(!_0x16d0ae)return logger[_0x13b797(0x157)](_0x13b797(0x1ad)+_0x41f0ca+_0x13b797(0x25b)),this['storePendingHook'](_0x33ef64,_0x41f0ca,_0x386a12,_0x12f3ba,_0x475b6e),{};let _0x4cc578=_0x16d0ae[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x4cc578&&(_0x4cc578={});!_0x200e6b[_0x13b797(0x25e)](_0x1c1682,_0x4cc578)&&(_0x4cc578[_0x1c1682]=[]);let _0x15d90c=_0x16d0ae[TestFrameworkConstants[_0x13b797(0x165)]];!_0x15d90c&&(_0x15d90c={});!_0x200e6b['cwJlB'](_0x1c1682,_0x15d90c)&&(_0x15d90c[_0x1c1682]=[]);const _0x6c7215={[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x4cc578,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x15d90c},_0xfe2f1b={};_0xfe2f1b[_0x41f0ca]=_0x6c7215;const _0x33fdfe=_0xfe2f1b;if(_0x200e6b[_0x13b797(0x22b)](_0x12f3ba,HookState[_0x13b797(0x1ae)])){const _0x5ab53c={'key':_0x1c1682,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x4c7bea,[TestFrameworkConstants[_0x13b797(0x111)]]:TestFrameworkConstants[_0x13b797(0x210)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:_0x1597cb[_0x13b797(0x119)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x13b797(0x12f)]]:[],[TestFrameworkConstants[_0x13b797(0x1fc)]]:_0x1597cb['name']||_0x1597cb[_0x13b797(0x193)]||_0x1c1682,[TestFrameworkConstants[_0x13b797(0x168)]]:_0x548452};_0x4cc578[_0x1c1682][_0x13b797(0x140)](_0x5ab53c),_0x33fdfe[_0x41f0ca][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0x1c1682;const _0x1887d3={};_0x1887d3[_0x13b797(0x1ee)]=0x2,logger[_0x13b797(0x157)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x1c1682+_0x13b797(0x198)+_0x4c7bea+',\x20testId='+_0x41f0ca+',\x20hook='+util[_0x13b797(0x1f2)](_0x5ab53c,_0x1887d3));}else{if(_0x200e6b[_0x13b797(0x22b)](_0x12f3ba,HookState[_0x13b797(0x129)])){const _0x2b5666=_0x1597cb[_0x13b797(0x1a1)]||(_0x1597cb[_0x13b797(0x21c)]&&_0x200e6b[_0x13b797(0x1df)](_0x1597cb[_0x13b797(0x21c)][_0x13b797(0x26f)],0x0)?_0x200e6b[_0x13b797(0x206)]:_0x200e6b[_0x13b797(0x144)]),_0x2687f5=_0x4cc578[_0x1c1682]||[];logger[_0x13b797(0x157)](_0x13b797(0x220)+_0x1c1682+_0x13b797(0xfd)+_0x41f0ca+_0x13b797(0x1e6)+_0x2b5666+',\x20hooksListLength='+_0x2687f5['length']);if(_0x200e6b['qlgQr'](_0x2687f5[_0x13b797(0x26f)],0x0)){const _0x9315ed=_0x2687f5['pop']();_0x200e6b[_0x13b797(0x191)](_0x2b5666,_0x200e6b[_0x13b797(0x206)])&&_0x1597cb[_0x13b797(0x21c)]?(_0x9315ed[TestFrameworkConstants[_0x13b797(0x116)]]=this[_0x13b797(0x1ab)](_0x1597cb),_0x9315ed[TestFrameworkConstants[_0x13b797(0x102)]]=this[_0x13b797(0x203)](_0x1597cb),_0x9315ed[TestFrameworkConstants[_0x13b797(0x163)]]=this[_0x13b797(0x142)](_0x1597cb),logger[_0x13b797(0x157)](_0x13b797(0x149)+_0x1c1682+_0x13b797(0x18a)+_0x9315ed[TestFrameworkConstants[_0x13b797(0x116)]]+_0x13b797(0x217)+_0x9315ed[TestFrameworkConstants[_0x13b797(0x102)]]?.['substring'](0x0,0xc8))):_0x9315ed[TestFrameworkConstants[_0x13b797(0x111)]]=_0x200e6b[_0x13b797(0x144)];_0x200e6b[_0x13b797(0x103)](_0x2b5666,TestFrameworkConstants[_0x13b797(0x210)])&&(_0x9315ed[TestFrameworkConstants[_0x13b797(0x111)]]=_0x2b5666);_0x9315ed[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x1597cb[_0x13b797(0x1d5)]||new Date()[_0x13b797(0x1e0)](),_0x9315ed[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x548452;const _0x84845=_0x9315ed[TestFrameworkConstants[_0x13b797(0x277)]];!_0x15d90c[_0x1c1682]&&(_0x15d90c[_0x1c1682]=[]);_0x15d90c[_0x1c1682][_0x13b797(0x140)](_0x9315ed),_0x33fdfe[_0x41f0ca][TestFrameworkConstants[_0x13b797(0x152)]]=_0x1c1682;const _0x5c5561={};_0x5c5561[_0x13b797(0x1ee)]=0x2,logger[_0x13b797(0x157)](_0x13b797(0x225)+_0x1c1682+_0x13b797(0x198)+_0x84845+_0x13b797(0x1e6)+_0x2b5666+',\x20hook='+util[_0x13b797(0x1f2)](_0x9315ed,_0x5c5561));}}}const _0x1d7b58={};return _0x1d7b58[_0x13b797(0x1ee)]=0x2,_0x1d7b58['maxArrayLength']=0x3,logger[_0x13b797(0x157)](_0x13b797(0x1bb)+(_0x1597cb[_0x13b797(0x193)]||_0x1c1682)+_0x13b797(0x198)+_0x4c7bea+',\x20testId='+_0x41f0ca+_0x13b797(0x177)+util['inspect'](_0x33fdfe,_0x1d7b58)),_0x33fdfe;}[a71_0x5b50ba(0x1f0)](_0x2871cd){const _0x3c92da=a71_0x5b50ba,_0x186d35={};_0x186d35[_0x3c92da(0x15d)]=_0x3c92da(0x15f);const _0x466ddc=_0x186d35;try{const _0x2b1a5b=_0x2871cd[_0x3c92da(0x118)]?this[_0x3c92da(0x12d)](_0x2871cd[_0x3c92da(0x118)]):_0x2871cd[_0x3c92da(0x1e2)][_0x3c92da(0x1d3)],_0x4aca73=_0x2871cd[_0x3c92da(0x1e9)],_0x273eea=_0x4aca73[_0x3c92da(0x1db)](),_0x17f28b=_0x4aca73[_0x3c92da(0x27c)]()[_0x3c92da(0x1de)](_0x2b1a5b);if(!_0x17f28b)return logger[_0x3c92da(0x157)](_0x3c92da(0x1d1)+_0x2b1a5b),{};const {[TestFrameworkConstants[_0x3c92da(0x278)]]:_0x124771='',[TestFrameworkConstants[_0x3c92da(0x231)]]:_0xa5011e='',[TestFrameworkConstants[_0x3c92da(0x23d)]]:_0xfee3d6='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x2211b8=''}=_0x17f28b,_0x992aee=_0x4aca73['getCurrentTestState']()[_0x3c92da(0x104)]()[_0x3c92da(0x18c)]('.')[0x1],_0x4543eb=_0x4aca73[_0x3c92da(0x24a)]()['toString']()[_0x3c92da(0x18c)]('.')[0x1],_0x20013d=global?.[_0x3c92da(0x110)]?.[_0x3c92da(0x19d)]?.['parallelIndex'],_0x370f39=_0x4aca73[_0x3c92da(0x255)](),_0x39bfe7=Buffer[_0x3c92da(0x16a)](JSON[_0x3c92da(0x1a0)](_0x17f28b))[_0x3c92da(0x104)](_0x466ddc[_0x3c92da(0x15d)]),_0x5f9b31={'hash':_0x273eea[_0x3c92da(0x156)](),'threadId':_0x273eea[_0x3c92da(0x276)]()['toString'](),'processId':_0x273eea[_0x3c92da(0x1a8)]()['toString']()},_0x54ba42={};_0x54ba42['platformIndex']=_0x20013d,_0x54ba42['testFrameworkName']=_0x124771,_0x54ba42[_0x3c92da(0x22d)]=_0xa5011e,_0x54ba42[_0x3c92da(0x239)]=_0x992aee,_0x54ba42[_0x3c92da(0x236)]=_0x4543eb,_0x54ba42[_0x3c92da(0x1b2)]=_0xfee3d6,_0x54ba42[_0x3c92da(0x143)]=_0x2211b8,_0x54ba42[_0x3c92da(0x266)]=_0x370f39,_0x54ba42[_0x3c92da(0x1d6)]=_0x39bfe7,_0x54ba42[_0x3c92da(0x228)]=_0x5f9b31,_0x54ba42[_0x3c92da(0x115)]=_0x2b1a5b;const _0x19f3be=_0x54ba42;return _0x19f3be;}catch(_0x59dc89){return logger['error'](_0x3c92da(0x19c)+util[_0x3c92da(0x147)](_0x59dc89)),{};}}async[a71_0x5b50ba(0x1e3)](_0x3d96a6,_0xf47692,_0x40bebe){const _0x410393=a71_0x5b50ba,_0x51be3c={'CTRgS':function(_0x23bd13,_0x459d66){return _0x23bd13+_0x459d66;},'svXoi':_0x410393(0x1cc),'NQPBq':_0x410393(0x25f),'TPTJw':function(_0x2855c8,_0x27291a){return _0x2855c8>_0x27291a;},'iCloD':function(_0x146676,_0x4e8d68,_0x1b3740,_0x4e0b3f){return _0x146676(_0x4e8d68,_0x1b3740,_0x4e0b3f);},'WvXEi':function(_0x2df048,_0x1e882d){return _0x2df048-_0x1e882d;},'mKOUA':function(_0x397e5a,_0x165297){return _0x397e5a===_0x165297;},'cpFUG':function(_0x1d45c8,_0x3ca395){return _0x1d45c8/_0x3ca395;},'XreoQ':function(_0x2d21ba,_0x50cf9f){return _0x2d21ba<_0x50cf9f;},'eOcwR':function(_0x5c3e06,_0x36f113){return _0x5c3e06*_0x36f113;},'mUjcm':function(_0x1e5934,_0xfa6d87){return _0x1e5934>_0xfa6d87;}};try{const _0x19411a=_0x40bebe[_0x410393(0x1c2)]||_0x40bebe[_0x410393(0x222)],_0x56a57a=Array['from'](_0x3d96a6[_0x410393(0x27c)]()[_0x410393(0x26e)]()),_0x493185=_0x3d96a6[_0x410393(0x27c)]()[_0x410393(0x1de)](_0x19411a);if(!_0x493185){logger['debug'](_0x410393(0x185)+_0x19411a);return;}const {[TestFrameworkConstants[_0x410393(0x278)]]:_0xab4d8d='',[TestFrameworkConstants[_0x410393(0x231)]]:_0x2f30fa=''}=_0x493185;let _0x5cbc62=[];if(_0x493185&&_0x493185[TestFrameworkConstants['KEY_LOGS']]&&Array[_0x410393(0x19e)](_0x493185[TestFrameworkConstants['KEY_LOGS']])){_0x5cbc62=_0x493185[TestFrameworkConstants['KEY_LOGS']]||[],logger[_0x410393(0x157)](_0x410393(0x215)+_0x5cbc62[_0x410393(0x26f)]+'\x20logs\x20for\x20testId:\x20'+_0x19411a);const _0x4e0882={[TestFrameworkConstants[_0x410393(0x1bc)]]:[]},_0x5f1b4a={};_0x5f1b4a[_0x19411a]=_0x4e0882,_0x3d96a6[_0x410393(0x202)](_0x5f1b4a),logger[_0x410393(0x157)](_0x410393(0x1bd)+_0x19411a);}else logger[_0x410393(0x157)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x19411a);logger['debug'](_0x410393(0xfb)+_0x5cbc62[_0x410393(0x26f)]+_0x410393(0x109)+_0x19411a);const _0x1513f7=_0x5cbc62[_0x410393(0x213)](_0x4a984e=>_0x4a984e['kind']===_0x410393(0x1e7));_0x51be3c[_0x410393(0x1a5)](_0x1513f7[_0x410393(0x26f)],0x0)&&(logger[_0x410393(0x157)](_0x410393(0x1c6)+_0x1513f7['length']+_0x410393(0x1a3)+_0x19411a),_0x1513f7[_0x410393(0x21f)]((_0x286c41,_0x3eb82d)=>{const _0x104c62=_0x410393;logger[_0x104c62(0x157)](_0x104c62(0x190)+_0x51be3c['CTRgS'](_0x3eb82d,0x1)+'/'+_0x1513f7['length']+_0x104c62(0x100)+(_0x286c41[_0x104c62(0x115)]||_0x51be3c['svXoi'])+_0x104c62(0x244)+(_0x286c41[_0x104c62(0x235)]||_0x51be3c[_0x104c62(0x238)])+_0x104c62(0x187)+(_0x286c41['hook_run_uuid']||_0x51be3c['NQPBq'])+',\x20messageLength='+(_0x286c41[_0x104c62(0x23b)]?.[_0x104c62(0x26f)]||0x0));}));const _0x36684d=_0x493185[TestFrameworkConstants[_0x410393(0x14a)]]||{},_0x30152a=_0x51be3c[_0x410393(0x183)](getMediaArtifactsLogs,_0x36684d,null,_0x19411a),_0x4023a2=(_0x5cbc62||[])[_0x410393(0x24d)](_0x30152a||[]),_0x2f6f4c=_0x1513f7?.[_0x410393(0x26f)]||0x0,_0x1dc70a=_0x51be3c[_0x410393(0x1d7)](_0x5cbc62?.[_0x410393(0x26f)]||0x0,_0x2f6f4c);logger[_0x410393(0x157)](_0x410393(0x208)+_0x19411a+_0x410393(0x24b)+_0x1dc70a+',\x20screenshotLogs:\x20'+_0x2f6f4c+_0x410393(0x219)+(_0x30152a?.[_0x410393(0x26f)]||0x0)+',\x20totalLogs:\x20'+_0x4023a2['length']);if(!_0x4023a2||_0x51be3c[_0x410393(0x153)](_0x4023a2[_0x410393(0x26f)],0x0)){logger[_0x410393(0x157)](_0x410393(0x114)+_0x19411a);return;}const _0x2929a9=0x28,_0xdf41d7=Math[_0x410393(0x1fd)](_0x51be3c['cpFUG'](_0x4023a2[_0x410393(0x26f)],_0x2929a9));for(let _0x5c51c1=0x0;_0x51be3c['XreoQ'](_0x5c51c1,_0xdf41d7);_0x5c51c1++){const _0x37e003=_0x51be3c['eOcwR'](_0x5c51c1,_0x2929a9),_0x34f243=_0x51be3c[_0x410393(0x11a)](_0x37e003,_0x2929a9),_0x25d0c5=_0x4023a2[_0x410393(0x19a)](_0x37e003,_0x34f243),_0x50aa32=global?.[_0x410393(0x110)]?.[_0x410393(0x19d)]?.['parallelIndex']||0x0,_0x42ea6c={'platformIndex':_0x50aa32,'logs':_0x25d0c5,'testFrameworkName':_0xab4d8d,'testFrameworkVersion':_0x2f30fa,'testFrameworkState':_0xf47692[_0x410393(0x104)]()[_0x410393(0x18c)]('.')[0x1]},_0x21d257={};_0x21d257[_0x410393(0x1ee)]=0x3,_0x21d257['maxArrayLength']=0x5,logger['debug'](_0x410393(0xf1)+_0x51be3c[_0x410393(0x11a)](_0x5c51c1,0x1)+'/'+_0xdf41d7+'\x20-\x20testId:\x20'+_0x19411a+_0x410393(0x1b7)+_0x25d0c5['length']+_0x410393(0x224)+_0x50aa32+_0x410393(0x269)+util[_0x410393(0x1f2)](_0x42ea6c,_0x21d257));const _0x1930d0=await GrpcClient['getInstance']()[_0x410393(0x221)](_0x42ea6c);logger[_0x410393(0x157)](_0x410393(0xf1)+_0x51be3c['CTRgS'](_0x5c51c1,0x1)+'/'+_0xdf41d7+_0x410393(0x174)+_0x19411a+_0x410393(0x197)+util[_0x410393(0x1f2)](_0x1930d0));}if(_0x30152a&&_0x51be3c['mUjcm'](_0x30152a['length'],0x0)&&_0x493185[TestFrameworkConstants[_0x410393(0x14a)]]){const _0x44deb6={[TestFrameworkConstants[_0x410393(0x14a)]]:{}},_0x515451={};_0x515451[_0x19411a]=_0x44deb6,_0x3d96a6[_0x410393(0x202)](_0x515451);}logger[_0x410393(0x157)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20'+_0x19411a+_0x410393(0x1dd)+_0xdf41d7);}catch(_0x2b22de){logger[_0x410393(0xf2)](_0x410393(0x1f1)+(_0x40bebe[_0x410393(0x1c2)]||_0x40bebe['testId'])+_0x410393(0x184)+util[_0x410393(0x147)](_0x2b22de));}}[a71_0x5b50ba(0x117)](_0x2738b0,_0x55ec7e,_0x7b25fb,_0x5359e3,_0x2eeb4c){const _0x269c37=a71_0x5b50ba,_0x368f4a={};_0x368f4a[_0x269c37(0x10a)]=function(_0x1267cc,_0x29ac36){return _0x1267cc===_0x29ac36;},_0x368f4a[_0x269c37(0x171)]='beforeAll';const _0x338789=_0x368f4a,{hookData:_0x5fde8a}=_0x2eeb4c,_0x394906={'testId':_0x55ec7e,'testFrameworkState':_0x7b25fb,'hookState':_0x5359e3,'args':_0x2eeb4c,'timestamp':new Date()['toISOString']()};if(_0x338789[_0x269c37(0x10a)](_0x7b25fb,TestFrameworkState[_0x269c37(0x211)])&&_0x5fde8a){const _0x4a8a3b={};_0x4a8a3b[_0x269c37(0x207)]=_0x5fde8a[_0x269c37(0x25a)]||_0x5fde8a[_0x269c37(0x137)],_0x4a8a3b['scope']=_0x5fde8a['scope']||_0x5fde8a['scopes']&&_0x5fde8a['scopes'][0x0]||'',_0x4a8a3b[_0x269c37(0x10c)]=_0x338789['FCUNi'],_0x394906['hookMetadata']=_0x4a8a3b,logger['debug'](_0x269c37(0x106)+_0x55ec7e+',\x20filePath:\x20'+_0x394906[_0x269c37(0x251)][_0x269c37(0x207)]+_0x269c37(0x179)+_0x394906[_0x269c37(0x251)][_0x269c37(0x20c)]);}_0x2738b0[_0x269c37(0x1ca)](_0x55ec7e,_0x394906),logger[_0x269c37(0x157)](_0x269c37(0x227)+_0x55ec7e+_0x269c37(0x133)+_0x7b25fb+',\x20hookState:\x20'+_0x5359e3);}async['processPendingHooks'](_0xb4ef78,_0x44e651){const _0x240b49=a71_0x5b50ba,_0x54d240={};_0x54d240['DSAqy']=function(_0x42f2e0,_0x344c23){return _0x42f2e0>_0x344c23;},_0x54d240[_0x240b49(0x126)]=_0x240b49(0x1a9),_0x54d240[_0x240b49(0x138)]=function(_0x58c7e3,_0x270ffe){return _0x58c7e3===_0x270ffe;},_0x54d240[_0x240b49(0x175)]=function(_0x5db2e2,_0xf5a467){return _0x5db2e2===_0xf5a467;},_0x54d240[_0x240b49(0x173)]=function(_0x3e7b74,_0x7e1cbd){return _0x3e7b74===_0x7e1cbd;},_0x54d240['ASqUj']='[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook',_0x54d240[_0x240b49(0x25d)]=_0x240b49(0x22c);const _0x148497=_0x54d240;if(_0xb4ef78['hasPendingHooks'](_0x44e651)){const _0x552572=_0xb4ef78[_0x240b49(0x1c3)](_0x44e651);logger[_0x240b49(0x157)](_0x240b49(0x248)+_0x552572['length']+_0x240b49(0x275)+_0x44e651);for(const _0x42d47e of _0x552572){try{const _0x1376ed=await this[_0x240b49(0x21e)](_0xb4ef78,_0x42d47e['testFrameworkState'],_0x42d47e[_0x240b49(0x236)],_0x42d47e['args']);_0x1376ed&&_0x148497[_0x240b49(0x1e1)](Object[_0x240b49(0x26e)](_0x1376ed)[_0x240b49(0x26f)],0x0)&&_0xb4ef78[_0x240b49(0x202)](_0x1376ed),await this[_0x240b49(0x16d)](_0xb4ef78,_0x42d47e[_0x240b49(0x239)],_0x42d47e['hookState'],_0x42d47e[_0x240b49(0xf6)]);}catch(_0x2b526c){logger[_0x240b49(0xf2)](_0x240b49(0x1ce)+_0x44e651+_0x240b49(0x184)+_0x2b526c);}}_0xb4ef78[_0x240b49(0x158)](_0x44e651),logger[_0x240b49(0x157)](_0x240b49(0x237)+_0x44e651);}const _0x55af4a=_0xb4ef78['getAllData']()[_0x240b49(0x1de)](_0x44e651);if(_0x55af4a){const _0x536170=_0x55af4a[TestFrameworkConstants[_0x240b49(0x14c)]]||_0x55af4a[TestFrameworkConstants[_0x240b49(0x188)]],_0x425cc1=_0x55af4a[TestFrameworkConstants[_0x240b49(0x1b1)]]||_0x55af4a[TestFrameworkConstants[_0x240b49(0x271)]]&&_0x55af4a[TestFrameworkConstants[_0x240b49(0x271)]][0x0]||'';logger[_0x240b49(0x157)](_0x148497[_0x240b49(0x126)]);const _0x52bc66=_0xb4ef78[_0x240b49(0x17a)]();for(const _0xa28516 of _0x52bc66){if(_0x148497[_0x240b49(0x138)](_0xa28516,_0x44e651))continue;if(_0xb4ef78[_0x240b49(0x1c0)](_0xa28516)){const _0x5579c3=_0xb4ef78[_0x240b49(0x1c3)](_0xa28516);for(const _0x3c87d3 of _0x5579c3){if(_0x148497[_0x240b49(0x175)](_0x3c87d3['testFrameworkState'],TestFrameworkState['BEFORE_ALL'])&&_0x3c87d3[_0x240b49(0x251)]){const _0x444709=_0x3c87d3[_0x240b49(0x251)][_0x240b49(0x207)],_0x522616=_0x3c87d3[_0x240b49(0x251)][_0x240b49(0x20c)];if(_0x148497['CDMDT'](_0x444709,_0x536170)&&_0x148497['AgAQO'](_0x522616,_0x425cc1)){logger['debug'](_0x240b49(0x120)+_0xa28516+',\x20currentTestId:\x20'+_0x44e651+_0x240b49(0x101)+_0x444709+',\x20scope:\x20'+_0x522616);_0x3c87d3[_0x240b49(0xf6)]&&_0x3c87d3['args'][_0x240b49(0x1e2)]&&(_0x3c87d3[_0x240b49(0xf6)]['hookData'][_0x240b49(0x1d3)]=_0x44e651,logger[_0x240b49(0x157)](_0x240b49(0x194)+_0xa28516+_0x240b49(0x22f)+_0x44e651));try{const _0x2d417a=await this[_0x240b49(0x21e)](_0xb4ef78,_0x3c87d3[_0x240b49(0x239)],_0x3c87d3[_0x240b49(0x236)],_0x3c87d3[_0x240b49(0xf6)]);_0x2d417a&&_0x148497[_0x240b49(0x1e1)](Object[_0x240b49(0x26e)](_0x2d417a)['length'],0x0)&&_0xb4ef78[_0x240b49(0x202)](_0x2d417a);await this[_0x240b49(0x16d)](_0xb4ef78,_0x3c87d3[_0x240b49(0x239)],_0x3c87d3[_0x240b49(0x236)],_0x3c87d3[_0x240b49(0xf6)]);const _0x548e9d=_0xb4ef78['getPendingHooks'](_0xa28516)[_0x240b49(0x213)](_0x2b43e2=>_0x2b43e2!==_0x3c87d3);if(_0x148497[_0x240b49(0x173)](_0x548e9d['length'],0x0))_0xb4ef78['removePendingHooks'](_0xa28516);else{_0xb4ef78['removePendingHooks'](_0xa28516);for(const _0x1c493f of _0x548e9d){_0xb4ef78[_0x240b49(0x1ca)](_0xa28516,_0x1c493f);}}logger[_0x240b49(0x157)](_0x148497['ASqUj']);}catch(_0x604b9d){logger[_0x240b49(0xf2)](_0x148497[_0x240b49(0x25d)]);}}}}}}}}[a71_0x5b50ba(0x27b)](_0x402838){const _0x4ccc61=a71_0x5b50ba,_0x134f4a={'oNFRb':function(_0x4a8c51){return _0x4a8c51();}};if(!_0x402838||!_0x402838[_0x4ccc61(0x1c1)])return;_0x402838[_0x4ccc61(0x1c1)]['hooks']&&Array['isArray'](_0x402838['parent'][_0x4ccc61(0x274)])&&_0x402838[_0x4ccc61(0x1c1)]['hooks'][_0x4ccc61(0x21f)](_0x236e10=>{const _0x251c3b=_0x4ccc61;!_0x236e10[_0x251c3b(0x145)]&&!_0x236e10[_0x251c3b(0x167)]&&(_0x236e10[_0x251c3b(0x145)]=_0x134f4a[_0x251c3b(0x18b)](uuidv4),_0x236e10[_0x251c3b(0x167)]=_0x236e10[_0x251c3b(0x145)],logger[_0x251c3b(0x157)](_0x251c3b(0x123)+_0x236e10[_0x251c3b(0x214)]+_0x251c3b(0xf7)+_0x236e10[_0x251c3b(0x145)]));}),this['mapTestHooks'](_0x402838['parent']);}[a71_0x5b50ba(0x108)](_0xa9747b){const _0xf84e9f=a71_0x5b50ba,_0x4b75a9={'MxeZD':function(_0x2dbfa6,_0x2f8ead){return _0x2dbfa6(_0x2f8ead);}};if(!_0xa9747b||!_0xa9747b[_0xf84e9f(0x1c1)])return[];const _0x3cca49=[];return _0xa9747b['parent']['hooks']&&Array['isArray'](_0xa9747b['parent'][_0xf84e9f(0x274)])&&_0xa9747b[_0xf84e9f(0x1c1)][_0xf84e9f(0x274)][_0xf84e9f(0x21f)](_0x3b6289=>{const _0x3212ee=_0xf84e9f,_0x246c7d=_0x3b6289[_0x3212ee(0x145)]||_0x3b6289[_0x3212ee(0x167)];_0x246c7d&&!this['isJestInternalHook'](_0x3b6289)&&!_0x4b75a9[_0x3212ee(0x25c)](isInternalHook,_0x3b6289['fn'])&&_0x3cca49[_0x3212ee(0x140)](_0x246c7d);}),[..._0x3cca49,...this[_0xf84e9f(0x108)](_0xa9747b[_0xf84e9f(0x1c1)])];}[a71_0x5b50ba(0x17b)](_0x5b8447){const _0x346731=a71_0x5b50ba,_0x2ed595={'Ugimk':function(_0x28338c,_0x2a52c8){return _0x28338c(_0x2a52c8);},'gKGVi':_0x346731(0x11c),'RLQWV':function(_0x530566,_0xdef265){return _0x530566(_0xdef265);},'tvePj':function(_0x1d7f57,_0x1174b){return _0x1d7f57(_0x1174b);}},_0x5c8c8e=new Map(),_0x3c0d6c=_0x2973dd=>{const _0x5c7801=_0x346731,_0x251c88={'NsoCe':function(_0x51a22f,_0x2edde9){const _0x5c1277=a71_0x124d;return _0x2ed595[_0x5c1277(0x14b)](_0x51a22f,_0x2edde9);},'cGNtg':_0x2ed595[_0x5c7801(0x1bf)]};if(!_0x2973dd||!_0x2973dd[_0x5c7801(0x1c1)])return;_0x2973dd[_0x5c7801(0x1c1)][_0x5c7801(0x274)]&&Array[_0x5c7801(0x19e)](_0x2973dd[_0x5c7801(0x1c1)]['hooks'])&&_0x2973dd['parent'][_0x5c7801(0x274)][_0x5c7801(0x21f)](_0x90b3ee=>{const _0x7fa1b6=_0x5c7801,_0x5a23f4=_0x90b3ee[_0x7fa1b6(0x145)]||_0x90b3ee[_0x7fa1b6(0x167)];if(_0x5a23f4&&!this['isJestInternalHook'](_0x90b3ee)&&!_0x251c88[_0x7fa1b6(0x107)](isInternalHook,_0x90b3ee['fn'])){const _0x787504={};_0x787504['type']=_0x90b3ee[_0x7fa1b6(0x214)]||_0x251c88['cGNtg'],_0x787504[_0x7fa1b6(0x1f7)]=_0x90b3ee[_0x7fa1b6(0x1f7)]||'\x22'+_0x90b3ee[_0x7fa1b6(0x214)]+_0x7fa1b6(0x178),_0x5c8c8e[_0x7fa1b6(0x216)](_0x5a23f4,_0x787504);}}),_0x2ed595[_0x5c7801(0x1cf)](_0x3c0d6c,_0x2973dd[_0x5c7801(0x1c1)]);};return _0x2ed595['tvePj'](_0x3c0d6c,_0x5b8447),_0x5c8c8e;}['isJestInternalHook'](_0x353ef0){const _0x3ca833=a71_0x5b50ba,_0x205f7a={};_0x205f7a[_0x3ca833(0x151)]=_0x3ca833(0x27a),_0x205f7a[_0x3ca833(0x209)]=_0x3ca833(0x169);const _0x1d00af=_0x205f7a;try{const _0x47f1e7=this[_0x3ca833(0x182)](_0x353ef0);return _0x47f1e7&&_0x47f1e7['includes'](_0x1d00af[_0x3ca833(0x151)]);}catch(_0x3c3ca1){logger[_0x3ca833(0x157)](_0x1d00af['tSqCD']);}return![];}[a71_0x5b50ba(0x182)](_0x2aee6d){const _0x5b0cee=a71_0x5b50ba;if(_0x2aee6d['asyncError'])try{const _0x1d64df=stackTrace[_0x5b0cee(0x240)](_0x2aee6d[_0x5b0cee(0x1b8)]);return _0x1d64df[0x0]?_0x1d64df[0x0][_0x5b0cee(0x16c)]():null;}catch(_0x3121dd){logger[_0x5b0cee(0x157)](_0x5b0cee(0x161)+util[_0x5b0cee(0x147)](_0x3121dd));}if(_0x2aee6d[_0x5b0cee(0x199)])return _0x2aee6d[_0x5b0cee(0x199)];return null;}}module[a71_0x5b50ba(0x1cd)]=JestTestFramework;
|
|
1
|
+
const a71_0x2fccad=a71_0x5766;function a71_0x43c8(){const _0x5b9440=['KEY_TEST_FRAMEWORK_NAME','dwURE','scopes','cLbyh','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','../grpcClient','JFFmV','Qhuqd','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','xqvMU','pVaku','HTQxH','537522cHJrrV','pop','getTestFrameworksVersions','failure_reason','file_name','getJestFailureType','duration','pxPWD','qWFrY','mapTestHooks','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','base64',',\x20storing\x20as\x20pending\x20hook','eZdQx','FeCzV','tOJVb','PRE','\x20(testIdentifier)',',\x20duration=','KUTqA','trackEvent','getFileName','getTestFrameworks','hooks','KEY_TEST_CODE',',\x20target=','gJLSu','parallelIndex','hook_result','vaSjs','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','hook_type','addMultipleEntries',',\x20totalHooks=','pid','cdJHo','yNOqW','debug','yRMiS','KEY_TEST_UUID','testFrameworkState','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','started_at','missing','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','ROOT_DESCRIBE_BLOCK','qIHQG','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20',',\x20testFramework=','trackHookEvent','workerInfo','testFrameworkVersion','file','KEY_TEST_FRAMEWORK_VERSION','trackJestInstance','failed','trackJestInstance:\x20created\x20instance\x20for\x20target=','TEST',',\x20hookId=','32DvbGYv','originalTest','getPendingHooks','asyncError',',\x20argsKeys=','parseJestTest','getJestTestFilePath','hookMetadata','KEY_HOOK_ID','UnhandledError','finished_at','PcMnu','1531988evFRWi','KEY_TEST_DURATION','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20${testId},\x20error:\x20${error}',',\x20hook_run_uuid=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','isArray','lsAiH','getInstance','\x20screenshot\x20logs\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','filePath','result','hasPendingHooks','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','jEFNP','fDpSQ','getJestTestIdentifier',',\x20failureType=','tags','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found',',\x20hookState=','test_run_uuid','YQDWU','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test',',\x20messageLength=','KEY_TEST_FAILURE','Gjsva','getTrackedInstance','getAllPendingHookTestIds','replace','ALL','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','endedAt','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','833949zebiLF','KEY_TEST_FILE_PATH','ZagrT','ovjfO','VsabN','KqZPf','kHgCJ','pXbbp','removePendingHooks','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','retryOf','test','parseJestTestResult','./testFramework',',\x20testData=','map','KEY_TEST_FAILURE_TYPE','\x22\x20hook','\x20&\x20hookState=','hookData','testId','Error\x20in\x20createTestFrameworkEventPayload:\x20','toISOString','slice','\x20(testIdentifier),\x20result=','errorsDetailed','stringify','testData','nKjHV','tMsEf','event_ended_at',',\x20exception=','splice','includes','from','ofOwn','2153756rBxXNQ','has','setActiveHook','../state/testFrameworkState.js','delete','stack-trace','set','1910835ziomtZ','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','error','getCurrentInstanceName','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','rpBoP','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20',',\x20hooksListLength=','hookUUID','YlJrQ','length','JZcCY','KEY_TEST_SCOPES','OFeiw','./constants/testFrameworkConstants.js','JuzOl','runHooks','../../../helpers/helper.js',',\x20testId=','format',',\x20scope:\x20',',\x20currentTestId:\x20','KNajO','storePendingHook','DLLPj','startedAt','getContext','kind','hookState','KEY_HOOKS_FINISHED','KEY_AUTOMATE_SESSION_NAME','KEY_TEST_META','split','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','KEY_CUSTOM_TAGS','hookAnalyticsId',',\x20hookUUID=','KEY_TEST_TAGS','KdwKQ','KEY_HOOK_LAST_STARTED','KEY_TEST_RETRY_OF','testUUID','XjpVd','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','matchHookRegex','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','substr','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','BSfKU','activeHooks','buildHookMapFromTest','KEY_TEST_LOCATION','instance','type','tmgIl','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20',',\x20hookState:\x20',',\x20hook=','KEY_TEST_RESULT_AT','Unknown\x20Test','jest-circus','KEY_HOOKS_STARTED','Processing\x20','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','dgAVB',',\x20version=','AaQrF','scope','__workerDetails','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','67SYImhB','KEY_TEST_ENDED_AT','OVSda','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','\x20-\x20testId:\x20','util','hookType','KEY_TEST_ATTACHMENTS',',\x20state=','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','hJXqq','forEach','tVhbU','DEFAULT_HOOK_RESULT','getJestFailureReason','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','FAjDE','NDeUs','bmNtK','apply','beforeAll','substring','IiLjp',',\x20hookType=','KEY_LOGS','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','getId','KEY_HOOK_NAME','testFrameworkName','\x20logs\x20for\x20testId:\x20','concat','bCvDu','oIAYI',',\x20logsInBatch:\x20','cyYkK','maxArrayLength','startsWith','join','parent',',\x20screenshotLogs:\x20','inspect','IqrDB',',\x20consoleLogs:\x20','getJestTestName','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20${testFilePath},\x20scope:\x20${testScope}','getRootParentFile','Assert','status','KEY_HOOK_LOGS','KEY_EVENT_ENDED_AT','KEY_TEST_STARTED_AT',':testAnalyticsId','resolveInstance','7cbdgip','ogRtv','hdZSj',',\x20totalBatches:\x20','PmVsn',',\x20platformIndex:\x20','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','KEY_TEST_RESULT','\x20(testIdentifier),\x20tags=','POST','skipped','keys','getJestTestTags','cDhSw','KEY_TEST_ID','Eikfh','title','getProcessId','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','Qdibb','KEY_HOOK_RESULT','parse','../instances/trackedInstance.js','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','\x22\x20from\x20testData','8830cQJclq','get',',\x20filePath:\x20','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','removeActiveHook',',\x20hookData=','../TestInfo.js','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','location','LOG_REPORT',',\x20error:\x20','KEY_TEST_SCOPE','executionContext','UJUtm','hWTYc','KEY_TEST_FAILURE_REASON','\x20attachments','getAllData','NtvMl','test_run_id',',\x20result=','20KqBgDW','warn','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','args','zYSji','../instances/testFrameworkInstance.js','toUpperCase','reverse','getHooksForTest','depth','toString','KEY_TEST_LOGS','TEST_SCREENSHOT','ceil','ODaVV','push','2402448Exulxj','passed','getRef','addPendingHook','FcgEd','getJestFailureData','yUFnA','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','\x20-\x20test_identifier=','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','qzegs','cQMvN','KEY_EVENT_STARTED_AT','test_identifier','VhUKQ','JestTestFramework','atzVg','Unknown\x20error','OeBtv','../../../helpers/test-observability/utils','filter',',\x20contextId=','unknown','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','getCurrentHookState','tVAlD','\x20files','processPendingHooks','uuid','getThreadId',',\x20totalLogs:\x20','UDqbQ','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','isJestInternalHook','KEY_HOOK_FAILURE_TYPE','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','\x20hook','name','BEFORE_ALL'];a71_0x43c8=function(){return _0x5b9440;};return a71_0x43c8();}function a71_0x5766(_0x3e01ae,_0x361049){const _0x43c8aa=a71_0x43c8();return a71_0x5766=function(_0x576696,_0x4ccf72){_0x576696=_0x576696-0x192;let _0xe551bc=_0x43c8aa[_0x576696];return _0xe551bc;},a71_0x5766(_0x3e01ae,_0x361049);}(function(_0x446932,_0x5219e0){const _0xf236fa=a71_0x5766,_0x3c4b28=_0x446932();while(!![]){try{const _0x22a467=parseInt(_0xf236fa(0x21f))/0x1*(-parseInt(_0xf236fa(0x26f))/0x2)+parseInt(_0xf236fa(0x2ca))/0x3+parseInt(_0xf236fa(0x313))/0x4+-parseInt(_0xf236fa(0x1d9))/0x5+parseInt(_0xf236fa(0x295))/0x6*(-parseInt(_0xf236fa(0x255))/0x7)+-parseInt(_0xf236fa(0x307))/0x8*(-parseInt(_0xf236fa(0x1ae))/0x9)+-parseInt(_0xf236fa(0x285))/0xa*(-parseInt(_0xf236fa(0x1d2))/0xb);if(_0x22a467===_0x5219e0)break;else _0x3c4b28['push'](_0x3c4b28['shift']());}catch(_0x26eb36){_0x3c4b28['push'](_0x3c4b28['shift']());}}}(a71_0x43c8,0x3c10b));const TestFramework=require(a71_0x2fccad(0x1bb)),TestFrameworkState=require(a71_0x2fccad(0x1d5)),HookState=require('../state/hookState.js'),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a71_0x2fccad(0x28a)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a71_0x2fccad(0x26b)),TestFrameworkConstants=require(a71_0x2fccad(0x1e7)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a71_0x2fccad(0x1ea)),{isInternalHook}=require(a71_0x2fccad(0x2aa)),logger=createClassLogger(a71_0x2fccad(0x2a6)),{v4:uuidv4}=require(a71_0x2fccad(0x2b3)),util=require(a71_0x2fccad(0x224)),TestInfo=require(a71_0x2fccad(0x275)),GrpcClient=require(a71_0x2fccad(0x2c3)),stackTrace=require(a71_0x2fccad(0x1d7));class JestTestFramework extends TestFramework{constructor(_0x31c90e,_0x29f293,_0x3cfbfe){const _0x4bcfc7=a71_0x2fccad;super(_0x31c90e,_0x29f293,_0x3cfbfe),this[_0x4bcfc7(0x20a)]=new Map();}[a71_0x2fccad(0x1d4)](_0x2772f9,_0x378b15,_0x4e6a50){const _0x596490=a71_0x2fccad,_0x2d8bf4={};_0x2d8bf4[_0x596490(0x23f)]=function(_0x216538,_0x40228c){return _0x216538||_0x40228c;};const _0x31ceec=_0x2d8bf4;if(_0x31ceec[_0x596490(0x23f)](!_0x2772f9,!_0x378b15)){logger[_0x596490(0x286)]('[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x2772f9+',\x20hookUUID='+_0x378b15);return;}!this['activeHooks'][_0x596490(0x1d3)](_0x2772f9)&&this[_0x596490(0x20a)][_0x596490(0x1d8)](_0x2772f9,[]);const _0xaccac0={'hookUUID':_0x378b15,'hookType':_0x4e6a50,'startedAt':new Date()['toISOString']()};this[_0x596490(0x20a)]['get'](_0x2772f9)[_0x596490(0x294)](_0xaccac0),logger[_0x596490(0x2ef)](_0x596490(0x2e8)+_0x2772f9+',\x20hookUUID='+_0x378b15+_0x596490(0x237)+_0x4e6a50+_0x596490(0x2eb)+this['activeHooks']['get'](_0x2772f9)[_0x596490(0x1e3)]);}[a71_0x2fccad(0x273)](_0x5aadb2,_0x5a1a68){const _0x3d371b=a71_0x2fccad,_0x11e6ba={};_0x11e6ba['Imchb']=function(_0xb08920,_0x2a1275){return _0xb08920||_0x2a1275;},_0x11e6ba[_0x3d371b(0x27d)]=function(_0x20b701,_0x526042){return _0x20b701!==_0x526042;},_0x11e6ba[_0x3d371b(0x268)]=function(_0x236b69,_0x436deb){return _0x236b69===_0x436deb;};const _0x34269e=_0x11e6ba;if(_0x34269e['Imchb'](!_0x5aadb2,!_0x5a1a68)){logger[_0x3d371b(0x286)](_0x3d371b(0x2ae)+_0x5aadb2+_0x3d371b(0x1fd)+_0x5a1a68);return;}if(this[_0x3d371b(0x20a)][_0x3d371b(0x1d3)](_0x5aadb2)){const _0x2b9155=this[_0x3d371b(0x20a)]['get'](_0x5aadb2),_0x5e5e74=_0x2b9155['findIndex'](_0x23efa3=>_0x23efa3[_0x3d371b(0x1e1)]===_0x5a1a68);_0x34269e[_0x3d371b(0x27d)](_0x5e5e74,-0x1)?(_0x2b9155[_0x3d371b(0x1ce)](_0x5e5e74,0x1),logger[_0x3d371b(0x2ef)]('[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier='+_0x5aadb2+',\x20hookUUID='+_0x5a1a68+',\x20remainingHooks='+_0x2b9155[_0x3d371b(0x1e3)]),_0x34269e[_0x3d371b(0x268)](_0x2b9155['length'],0x0)&&this[_0x3d371b(0x20a)][_0x3d371b(0x1d6)](_0x5aadb2)):logger[_0x3d371b(0x2ef)]('[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier='+_0x5aadb2+',\x20hookUUID='+_0x5a1a68);}}['getActiveHook'](_0x5ecbc4){const _0x3dc2e9=a71_0x2fccad,_0x182c4d={};_0x182c4d[_0x3dc2e9(0x2c4)]=function(_0x538026,_0x13d5c3){return _0x538026>_0x13d5c3;},_0x182c4d[_0x3dc2e9(0x1b0)]=function(_0x567df6,_0x2367e6){return _0x567df6-_0x2367e6;};const _0x44526e=_0x182c4d;if(!_0x5ecbc4)return null;if(this[_0x3dc2e9(0x20a)][_0x3dc2e9(0x1d3)](_0x5ecbc4)){const _0x221e86=this['activeHooks'][_0x3dc2e9(0x270)](_0x5ecbc4);if(_0x44526e[_0x3dc2e9(0x2c4)](_0x221e86['length'],0x0)){const _0x15458b=_0x221e86[_0x44526e[_0x3dc2e9(0x1b0)](_0x221e86[_0x3dc2e9(0x1e3)],0x1)];return logger[_0x3dc2e9(0x2ef)]('[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier='+_0x5ecbc4+',\x20hookUUID='+_0x15458b[_0x3dc2e9(0x1e1)]+_0x3dc2e9(0x237)+_0x15458b[_0x3dc2e9(0x225)]),_0x15458b;}}return null;}async[a71_0x2fccad(0x2de)](_0x11ec4c,_0x276440,_0x5e170c={}){const _0x4ad096=a71_0x2fccad,_0x42189d={};_0x42189d[_0x4ad096(0x1ff)]=_0x4ad096(0x19f),_0x42189d[_0x4ad096(0x21b)]=function(_0x5e753b,_0x557111){return _0x5e753b===_0x557111;},_0x42189d['KUTqA']=function(_0x58ee6d,_0x5713a8){return _0x58ee6d===_0x5713a8;},_0x42189d[_0x4ad096(0x293)]=function(_0x1df093,_0x4a1f22){return _0x1df093||_0x4a1f22;},_0x42189d[_0x4ad096(0x1e8)]=_0x4ad096(0x22e);const _0x38ed1f=_0x42189d;logger['debug'](_0x4ad096(0x208)+_0x11ec4c+_0x4ad096(0x1a0)+_0x276440+_0x4ad096(0x30b)+Object[_0x4ad096(0x260)](_0x5e170c)[_0x4ad096(0x245)](',')),await super['trackEvent'](_0x11ec4c,_0x276440,_0x5e170c);const _0x3925a0=this[_0x4ad096(0x254)](_0x11ec4c,_0x276440,_0x5e170c);if(!_0x3925a0){logger['debug'](_0x38ed1f[_0x4ad096(0x1ff)]);return;}try{let _0x5d5abb,_0x532881,_0x42c369;switch(_0x11ec4c){case TestFrameworkState['TEST']:_0x5d5abb=_0x5e170c[_0x4ad096(0x1b9)];const _0x594c3f={};_0x594c3f[_0x4ad096(0x28e)]=0x2,_0x594c3f[_0x4ad096(0x243)]=0x3,logger[_0x4ad096(0x2ef)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState='+_0x276440+_0x4ad096(0x1bc)+util['inspect'](_0x5d5abb,_0x594c3f)),_0x42c369=this[_0x4ad096(0x19c)](_0x5d5abb),_0x532881=null,logger[_0x4ad096(0x2ef)](_0x4ad096(0x2f7)+_0x42c369+_0x4ad096(0x2db));if(_0x38ed1f[_0x4ad096(0x21b)](_0x276440,HookState[_0x4ad096(0x2da)])){logger['debug'](_0x4ad096(0x2a0)+_0x42c369);const _0x2b2395={};_0x2b2395[_0x4ad096(0x202)]=_0x532881,_0x2b2395[_0x4ad096(0x1c9)]=_0x5d5abb,_0x2b2395[_0x4ad096(0x1c2)]=_0x42c369;const _0x34f3f5=this[_0x4ad096(0x30c)](_0x2b2395),_0x5e4e70={};_0x5e4e70[_0x4ad096(0x28e)]=0x2,_0x5e4e70[_0x4ad096(0x243)]=0x3,logger[_0x4ad096(0x2ef)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20'+util[_0x4ad096(0x248)](_0x34f3f5,_0x5e4e70)),_0x3925a0['addMultipleEntries'](_0x34f3f5),logger[_0x4ad096(0x2ef)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0x42c369),await this[_0x4ad096(0x2b2)](_0x3925a0,_0x42c369);}else{if(_0x38ed1f[_0x4ad096(0x2dd)](_0x276440,HookState['POST'])){logger['debug'](_0x4ad096(0x199)+_0x42c369);const _0x48742c=_0x3925a0[_0x4ad096(0x281)]()[_0x4ad096(0x270)](_0x42c369);logger[_0x4ad096(0x2ef)](_0x4ad096(0x1b7)+util['inspect'](Object['keys'](_0x38ed1f[_0x4ad096(0x293)](_0x48742c,{}))));_0x48742c&&_0x48742c[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]?logger[_0x4ad096(0x2ef)](_0x4ad096(0x2c6)+Object['keys'](_0x48742c[TestFrameworkConstants[_0x4ad096(0x226)]])['length']+_0x4ad096(0x2b1)):logger[_0x4ad096(0x2ef)](_0x38ed1f[_0x4ad096(0x1e8)]);const _0x2b2e8f=_0x5e170c[_0x4ad096(0x308)]||null,_0x139d64={};_0x139d64[_0x4ad096(0x202)]=_0x532881,_0x139d64[_0x4ad096(0x1c9)]=_0x5d5abb,_0x139d64['testId']=_0x42c369,_0x139d64['originalTest']=_0x2b2e8f;const _0x14b2d6=this[_0x4ad096(0x1ba)](_0x139d64),_0x56dcf6={};_0x56dcf6['depth']=0x2,_0x56dcf6[_0x4ad096(0x243)]=0x3,logger[_0x4ad096(0x2ef)](_0x4ad096(0x287)+util[_0x4ad096(0x248)](_0x14b2d6,_0x56dcf6)),_0x3925a0[_0x4ad096(0x2ea)](_0x14b2d6),logger[_0x4ad096(0x2ef)](_0x4ad096(0x21e)+_0x42c369),await this[_0x4ad096(0x2b2)](_0x3925a0,_0x42c369);}}break;case TestFrameworkState[_0x4ad096(0x279)]:if(_0x38ed1f['KUTqA'](_0x276440,HookState['POST'])){const _0x2b55e7={};_0x2b55e7[_0x4ad096(0x28e)]=0x2,logger[_0x4ad096(0x2ef)](_0x4ad096(0x228)+util[_0x4ad096(0x248)](_0x5e170c,_0x2b55e7)),await this['sendLogCreatedEvent'](_0x3925a0,_0x11ec4c,_0x5e170c);}break;default:if(CLIUtils[_0x4ad096(0x205)](_0x11ec4c['toString']()[_0x4ad096(0x1f9)]('.')[0x1])){const _0x280605={};_0x280605['depth']=0x2,_0x280605[_0x4ad096(0x243)]=0x3,logger[_0x4ad096(0x2ef)](_0x4ad096(0x31a)+_0x11ec4c+',\x20hookState='+_0x276440+',\x20hookData='+util[_0x4ad096(0x248)](_0x5e170c[_0x4ad096(0x1c1)],_0x280605));const _0x45c364=await this['trackHookEvent'](_0x3925a0,_0x11ec4c,_0x276440,_0x5e170c),_0x2080ae={};_0x2080ae[_0x4ad096(0x28e)]=0x2,_0x2080ae['maxArrayLength']=0x3,logger[_0x4ad096(0x2ef)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20'+util[_0x4ad096(0x248)](_0x45c364,_0x2080ae)),_0x3925a0[_0x4ad096(0x2ea)](_0x45c364);}else logger[_0x4ad096(0x2ef)]('[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState='+_0x11ec4c+_0x4ad096(0x1c0)+_0x276440);break;}logger[_0x4ad096(0x2ef)](_0x4ad096(0x194)+_0x11ec4c+_0x4ad096(0x1a0)+_0x276440);}catch(_0x16cc28){logger[_0x4ad096(0x1db)](_0x4ad096(0x2b7)+_0x11ec4c+',\x20hookState='+_0x276440+_0x4ad096(0x1cd)+util['format'](_0x16cc28));}_0x5e170c[_0x4ad096(0x20d)]=_0x3925a0,await this['runHooks'](_0x3925a0,_0x11ec4c,_0x276440,_0x5e170c);}[a71_0x2fccad(0x19c)](_0x57e702){const _0x51f7c3=a71_0x2fccad,_0x496803={};_0x496803[_0x51f7c3(0x1e4)]=_0x51f7c3(0x222);const _0x45117f=_0x496803;if(_0x57e702&&(_0x57e702['id']||_0x57e702['uuid'])){const _0x1a007b=_0x57e702['id']||_0x57e702[_0x51f7c3(0x2b3)];return logger[_0x51f7c3(0x2ef)](_0x51f7c3(0x276)+_0x1a007b+_0x51f7c3(0x26e)),_0x1a007b;}return logger[_0x51f7c3(0x2ef)](_0x45117f[_0x51f7c3(0x1e4)]),process[_0x51f7c3(0x2ec)]+_0x51f7c3(0x253);}['resolveInstance'](_0x89a2d3,_0x160f53,_0x4c2bab={}){const _0x4a41fc=a71_0x2fccad;let _0x4748af=null;return _0x4748af=TestFramework[_0x4a41fc(0x1a7)](),!_0x4748af?(logger[_0x4a41fc(0x2ef)](_0x4a41fc(0x26d)+_0x89a2d3),this[_0x4a41fc(0x302)](_0x89a2d3,_0x4c2bab),_0x4748af=TestFramework[_0x4a41fc(0x1a7)](),logger[_0x4a41fc(0x2ef)]('[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists='+!!_0x4748af+_0x4a41fc(0x2ac)+_0x4748af?.[_0x4a41fc(0x1f3)]()?.[_0x4a41fc(0x23a)]())):logger[_0x4a41fc(0x2ef)](_0x4a41fc(0x1dd)+_0x4748af[_0x4a41fc(0x1f3)]()?.['getId']()),_0x4748af;}[a71_0x2fccad(0x302)](_0x415781,_0x24cd55){const _0x3a211a=a71_0x2fccad,_0x52690f={};_0x52690f[_0x3a211a(0x1e6)]='trackJestInstance:\x20instance\x20already\x20exists';const _0x3783fd=_0x52690f;if(TestFramework['getTrackedInstance']()){logger[_0x3a211a(0x2ef)](_0x3783fd['OFeiw']);return;}const _0x25d136=CLIUtils[_0x3a211a(0x1dc)](),_0x1efd9b=TrackedInstance['createContext'](_0x25d136);let _0x2ccbe9=null;logger[_0x3a211a(0x2ef)](_0x3a211a(0x304)+_0x25d136+_0x3a211a(0x227)+_0x415781),_0x2ccbe9=new TestFrameworkInstance(_0x1efd9b,this[_0x3a211a(0x2e0)](),this[_0x3a211a(0x2cc)](),_0x415781,HookState['NONE']),TestFramework['setTrackedInstance'](_0x1efd9b,_0x2ccbe9),logger[_0x3a211a(0x2ef)](_0x3a211a(0x239)+_0x1efd9b[_0x3a211a(0x23a)]()+_0x3a211a(0x2e3)+_0x25d136+_0x3a211a(0x2fc)+this[_0x3a211a(0x2e0)]()[0x0]+_0x3a211a(0x21a)+this[_0x3a211a(0x2cc)]()[this[_0x3a211a(0x2e0)]()[0x0]]);}[a71_0x2fccad(0x30c)](_0x13732c){const _0x5a6a2b=a71_0x2fccad,_0x5ec0c8={};_0x5ec0c8[_0x5a6a2b(0x2a9)]=function(_0x4530be,_0x36cbb2){return _0x4530be||_0x36cbb2;},_0x5ec0c8[_0x5a6a2b(0x242)]=_0x5a6a2b(0x1a3);const _0x3691f9=_0x5ec0c8,{testUUID:_0x3aa19c,testData:_0x140ad2,testId:_0xfd52f9}=_0x13732c;if(_0x3691f9[_0x5a6a2b(0x2a9)](!_0x140ad2,!_0xfd52f9))return logger[_0x5a6a2b(0x2ef)](_0x3691f9['cyYkK']),{};const _0x2672e3=this['getTestFrameworks']()[0x0],_0x3348f1=this[_0x5a6a2b(0x2cc)](),_0x294810={};_0x294810[_0x5a6a2b(0x28e)]=0x2,_0x294810[_0x5a6a2b(0x243)]=0x3,logger[_0x5a6a2b(0x2ef)](_0x5a6a2b(0x22f)+util[_0x5a6a2b(0x248)](_0x140ad2,_0x294810));const _0x4fe588=_0x140ad2?.[_0x5a6a2b(0x2c0)]||[],_0x4d83c1=this[_0x5a6a2b(0x24b)](_0x140ad2),_0x49b712=this[_0x5a6a2b(0x30d)](_0x140ad2),_0x33cbb6=_0x140ad2['fn']?_0x140ad2['fn'][_0x5a6a2b(0x28f)]():null,_0x28c522=this[_0x5a6a2b(0x261)](_0x140ad2),_0x9912c0={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x2672e3,[TestFrameworkConstants[_0x5a6a2b(0x301)]]:_0x3348f1[_0x2672e3],[TestFrameworkConstants[_0x5a6a2b(0x290)]]:[],[TestFrameworkConstants[_0x5a6a2b(0x1f6)]]:{},[TestFrameworkConstants[_0x5a6a2b(0x216)]]:{},[TestFrameworkConstants[_0x5a6a2b(0x25c)]]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants[_0x5a6a2b(0x1f7)]]:_0x4d83c1,[TestFrameworkConstants[_0x5a6a2b(0x1af)]]:_0x49b712,[TestFrameworkConstants[_0x5a6a2b(0x263)]]:_0xfd52f9,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x4d83c1,[TestFrameworkConstants[_0x5a6a2b(0x20c)]]:_0x49b712,[TestFrameworkConstants[_0x5a6a2b(0x2e2)]]:_0x33cbb6,[TestFrameworkConstants[_0x5a6a2b(0x1fe)]]:_0x28c522,[TestFrameworkConstants[_0x5a6a2b(0x252)]]:_0x140ad2['started_at']||new Date()['toISOString'](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x4fe588[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x4fe588,[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x4d83c1,[TestFrameworkConstants[_0x5a6a2b(0x1fb)]]:{},[TestFrameworkConstants[_0x5a6a2b(0x1f8)]]:{}};_0x140ad2[_0x5a6a2b(0x1b8)]&&(_0x9912c0[TestFrameworkConstants[_0x5a6a2b(0x201)]]=_0x140ad2[_0x5a6a2b(0x1b8)]);logger[_0x5a6a2b(0x2ef)]('[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName='+_0x4d83c1+',\x20testId='+_0xfd52f9+_0x5a6a2b(0x25d)+JSON['stringify'](_0x28c522)+',\x20scopes='+util['inspect'](_0x4fe588)+',\x20filePath='+_0x49b712);const _0x4a6124={};return _0x4a6124[_0xfd52f9]=_0x9912c0,_0x4a6124;}['parseJestTestResult'](_0x1985e5){const _0x5889b6=a71_0x2fccad,_0x5f52bf={'hJXqq':function(_0x1a1239,_0x22798c){return _0x1a1239===_0x22798c;},'hWTYc':'afterAll','ogRtv':_0x5889b6(0x234),'cVEeT':_0x5889b6(0x1aa),'zYSji':'_ALL','ovjfO':function(_0x5c4d46,_0x10b40d){return _0x5c4d46||_0x10b40d;},'dwURE':_0x5889b6(0x29d),'RIuXr':_0x5889b6(0x2ad),'XjpVd':function(_0x3cc113,_0x1bee9e){return _0x3cc113>_0x1bee9e;},'eZdQx':_0x5889b6(0x303),'BSfKU':function(_0x1ff949,_0x3f7e1e){return _0x1ff949===_0x3f7e1e;},'hdZSj':'skip','HTQxH':_0x5889b6(0x25f),'yUFnA':_0x5889b6(0x296),'ReGqH':function(_0x12d35b,_0x2a8f0d){return _0x12d35b!==_0x2a8f0d;},'JXYOj':function(_0x4fd57e,_0x2e12b8,_0x1f75e3,_0x2cdd80){return _0x4fd57e(_0x2e12b8,_0x1f75e3,_0x2cdd80);},'atzVg':function(_0x19b4cd,_0x2a52a2){return _0x19b4cd>_0x2a52a2;},'yRMiS':'[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','YQDWU':function(_0x597e4d,_0x2b103c){return _0x597e4d>_0x2b103c;},'yNOqW':function(_0x374d13,_0x3dee56){return _0x374d13===_0x3dee56;}},{testUUID:_0x290f7d,testData:_0x57f3b7,testId:_0x269acd}=_0x1985e5;if(_0x5f52bf[_0x5889b6(0x1b1)](!_0x57f3b7,!_0x269acd))return logger[_0x5889b6(0x2ef)](_0x5f52bf[_0x5889b6(0x2bf)]),{};const _0x39f512=this['resolveInstance'](TestFrameworkState[_0x5889b6(0x305)],HookState[_0x5889b6(0x25e)]),_0x2163ad=_0x39f512[_0x5889b6(0x281)]()[_0x5889b6(0x270)](_0x269acd),_0x546ca7=_0x5f52bf[_0x5889b6(0x1b1)](_0x2163ad,{}),_0x1f7260=_0x546ca7?_0x546ca7[TestFrameworkConstants[_0x5889b6(0x1fb)]]||{}:{},_0x4e1e79=_0x546ca7[TestFrameworkConstants[_0x5889b6(0x226)]];logger[_0x5889b6(0x2ef)](_0x5889b6(0x1da)+(_0x4e1e79?Object[_0x5889b6(0x260)](_0x4e1e79)[_0x5889b6(0x1e3)]:0x0)+_0x5889b6(0x280));let _0x5b6c39=_0x5f52bf['RIuXr'];if(_0x57f3b7[_0x5889b6(0x197)])_0x5b6c39=_0x57f3b7[_0x5889b6(0x197)];else{if(_0x57f3b7['errorsDetailed']&&_0x5f52bf[_0x5889b6(0x203)](_0x57f3b7[_0x5889b6(0x1c7)][_0x5889b6(0x1e3)],0x0))_0x5b6c39=_0x5f52bf['eZdQx'];else _0x5f52bf[_0x5889b6(0x209)](_0x57f3b7[_0x5889b6(0x24f)],_0x5f52bf[_0x5889b6(0x257)])||_0x5f52bf[_0x5889b6(0x209)](_0x57f3b7[_0x5889b6(0x24f)],_0x5f52bf['HTQxH'])?_0x5b6c39=_0x5f52bf[_0x5889b6(0x2c9)]:_0x5b6c39=_0x5f52bf[_0x5889b6(0x29b)];}const _0x1277b3={..._0x546ca7,[TestFrameworkConstants[_0x5889b6(0x25c)]]:_0x5b6c39,[TestFrameworkConstants[_0x5889b6(0x220)]]:_0x57f3b7[_0x5889b6(0x311)]||new Date()[_0x5889b6(0x1c4)](),[TestFrameworkConstants[_0x5889b6(0x213)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x5889b6(0x1fb)]]:_0x1f7260,[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants[_0x5889b6(0x1f8)]]:{}};if(_0x5f52bf['hJXqq'](_0x5b6c39,_0x5f52bf[_0x5889b6(0x2d7)])&&_0x57f3b7[_0x5889b6(0x1c7)]){const _0x572b7c=this[_0x5889b6(0x22d)](_0x57f3b7),_0x48b8c7=this[_0x5889b6(0x2cf)](_0x57f3b7),_0x536d2d=this['getJestFailureData'](_0x57f3b7);_0x1277b3[TestFrameworkConstants[_0x5889b6(0x1be)]]=_0x48b8c7,_0x1277b3[TestFrameworkConstants[_0x5889b6(0x27f)]]=_0x572b7c,_0x1277b3[TestFrameworkConstants[_0x5889b6(0x1a5)]]=_0x536d2d;}_0x5f52bf['ReGqH'](_0x57f3b7[_0x5889b6(0x2d0)],undefined)&&(_0x1277b3[TestFrameworkConstants[_0x5889b6(0x314)]]=_0x57f3b7[_0x5889b6(0x2d0)]);_0x57f3b7['retryOf']&&(_0x1277b3[TestFrameworkConstants[_0x5889b6(0x201)]]=_0x57f3b7['retryOf']);const _0x5d9d26=_0x2163ad?_0x2163ad[TestFrameworkConstants[_0x5889b6(0x226)]]||{}:{},_0x1f1085=_0x2163ad?_0x2163ad[TestFrameworkConstants[_0x5889b6(0x2f1)]]:_0x290f7d,_0x4ce970=_0x5f52bf['JXYOj'](getManualUploadLogs,_0x5d9d26,_0x1f1085,_0x269acd);if(_0x5f52bf[_0x5889b6(0x2a7)](_0x4ce970[_0x5889b6(0x1e3)],0x0)){const _0x23684e=_0x1277b3[TestFrameworkConstants[_0x5889b6(0x238)]]||[];_0x1277b3[TestFrameworkConstants[_0x5889b6(0x238)]]=[..._0x23684e,..._0x4ce970];}const _0x150484=_0x546ca7[TestFrameworkConstants[_0x5889b6(0x1f6)]]||{},_0x2d8dfc=_0x546ca7[TestFrameworkConstants[_0x5889b6(0x216)]]||{},_0x5e9840={..._0x150484},_0x2b871b=_0x5e9840;Object['keys'](_0x2d8dfc)[_0x5889b6(0x22a)](_0xcc2f3a=>{const _0x4fc59a=_0x5889b6;!_0x2b871b[_0xcc2f3a]&&(_0x2b871b[_0xcc2f3a]=[]);const _0x1452d8=new Set((_0x2b871b[_0xcc2f3a]||[])[_0x4fc59a(0x1bd)](_0x1ef1c0=>_0x1ef1c0[TestFrameworkConstants['KEY_HOOK_ID']]||_0x1ef1c0['hook_id']));(_0x2d8dfc[_0xcc2f3a]||[])[_0x4fc59a(0x22a)](_0x5147a7=>{const _0x534700=_0x4fc59a,_0x163d26=_0x5147a7[TestFrameworkConstants['KEY_HOOK_ID']]||_0x5147a7['hook_id'];if(!_0x1452d8[_0x534700(0x1d3)](_0x163d26)){const _0x391e82={..._0x5147a7},_0x32dc08=_0x391e82;!_0x32dc08[TestFrameworkConstants[_0x534700(0x251)]]&&!_0x32dc08[_0x534700(0x1cc)]&&(_0x32dc08[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=new Date()[_0x534700(0x1c4)]()),!_0x32dc08[TestFrameworkConstants['KEY_HOOK_RESULT']]&&!_0x32dc08[_0x534700(0x2e6)]&&(_0x32dc08[TestFrameworkConstants['KEY_HOOK_RESULT']]=TestFrameworkConstants['DEFAULT_HOOK_RESULT']),_0x2b871b[_0xcc2f3a][_0x534700(0x294)](_0x32dc08);}});});if(_0x1985e5['originalTest']){this[_0x5889b6(0x2d3)](_0x1985e5[_0x5889b6(0x308)]);const _0x267f02=this[_0x5889b6(0x20b)](_0x1985e5[_0x5889b6(0x308)]),_0x8b96e2=this[_0x5889b6(0x28d)](_0x1985e5[_0x5889b6(0x308)]);_0x8b96e2['forEach'](_0x46c0d0=>{const _0x169582=_0x5889b6,_0x41997f=_0x267f02[_0x169582(0x270)](_0x46c0d0);if(_0x41997f&&(_0x5f52bf[_0x169582(0x229)](_0x41997f[_0x169582(0x20e)],_0x5f52bf[_0x169582(0x27e)])||_0x5f52bf['hJXqq'](_0x41997f[_0x169582(0x20e)],_0x5f52bf[_0x169582(0x256)]))){const _0x534535=_0x41997f[_0x169582(0x20e)][_0x169582(0x28b)]()[_0x169582(0x1a9)](_0x5f52bf['cVEeT'],_0x5f52bf[_0x169582(0x289)]),_0x563fc9=_0x534535;!_0x2b871b[_0x563fc9]&&(_0x2b871b[_0x563fc9]=[]);const _0x55d929=_0x2b871b[_0x563fc9]['find'](_0x1224b9=>(_0x1224b9[TestFrameworkConstants[_0x169582(0x30f)]]||_0x1224b9['hook_id'])===_0x46c0d0);!_0x55d929&&_0x2b871b[_0x563fc9][_0x169582(0x294)]({'key':_0x563fc9,[TestFrameworkConstants[_0x169582(0x30f)]]:_0x46c0d0,[TestFrameworkConstants[_0x169582(0x269)]]:TestFrameworkConstants[_0x169582(0x22c)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:new Date()[_0x169582(0x1c4)](),[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]:new Date()[_0x169582(0x1c4)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x169582(0x23b)]]:_0x41997f[_0x169582(0x2bc)]||_0x41997f['type']+_0x169582(0x2bb),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x1f7260});}});}if(_0x57f3b7[_0x5889b6(0x2e1)]&&_0x5f52bf[_0x5889b6(0x2a7)](_0x57f3b7[_0x5889b6(0x2e1)]['length'],0x0))_0x1277b3[TestFrameworkConstants[_0x5889b6(0x1f6)]]=_0x57f3b7[_0x5889b6(0x2e1)],logger[_0x5889b6(0x2ef)](_0x5f52bf[_0x5889b6(0x2f0)]);else _0x5f52bf[_0x5889b6(0x1a2)](Object[_0x5889b6(0x260)](_0x2b871b)[_0x5889b6(0x1e3)],0x0)&&(_0x1277b3[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x2b871b,logger[_0x5889b6(0x2ef)]('[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes='+Object[_0x5889b6(0x260)](_0x2b871b)[_0x5889b6(0x245)](',')));const _0x5a5432=this[_0x5889b6(0x24b)](_0x57f3b7);logger[_0x5889b6(0x2ef)](_0x5889b6(0x277)+_0x5a5432+_0x5889b6(0x1eb)+_0x269acd+_0x5889b6(0x1c6)+_0x5b6c39+_0x5889b6(0x2dc)+_0x57f3b7[_0x5889b6(0x2d0)]);_0x5f52bf[_0x5889b6(0x2ee)](_0x5b6c39,_0x5f52bf[_0x5889b6(0x2d7)])&&logger['debug'](_0x5889b6(0x218)+_0x269acd+_0x5889b6(0x19d)+_0x1277b3[TestFrameworkConstants[_0x5889b6(0x1be)]]+',\x20failureReason='+_0x1277b3[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]?.[_0x5889b6(0x235)](0x0,0xc8));const _0x286b1d={};return _0x286b1d[_0x269acd]=_0x1277b3,_0x286b1d;}['getJestTestScopes'](_0x5087f9){const _0x3d001d=a71_0x2fccad,_0x4ec06d={};_0x4ec06d[_0x3d001d(0x262)]=function(_0x466913,_0x339719){return _0x466913!==_0x339719;},_0x4ec06d[_0x3d001d(0x1b2)]=function(_0x1dd14e,_0x57163d){return _0x1dd14e!==_0x57163d;},_0x4ec06d[_0x3d001d(0x2d9)]=_0x3d001d(0x2f8);const _0x2c8e98=_0x4ec06d,_0xe533b5={};_0xe533b5[_0x3d001d(0x28e)]=0x2,_0xe533b5[_0x3d001d(0x243)]=0x3,logger[_0x3d001d(0x2ef)](_0x3d001d(0x25b)+util[_0x3d001d(0x248)](_0x5087f9,_0xe533b5));const _0x3a53b9=[];if(_0x5087f9&&_0x5087f9[_0x3d001d(0x246)]){let _0x5c4cdb=_0x5087f9[_0x3d001d(0x246)];while(_0x5c4cdb&&_0x5c4cdb[_0x3d001d(0x2bc)]&&_0x2c8e98['cDhSw'](_0x5c4cdb['name'],'')&&_0x2c8e98[_0x3d001d(0x1b2)](_0x5c4cdb[_0x3d001d(0x2bc)],_0x2c8e98['tOJVb'])){_0x3a53b9[_0x3d001d(0x294)](_0x5c4cdb[_0x3d001d(0x2bc)]),_0x5c4cdb=_0x5c4cdb[_0x3d001d(0x246)];}}return _0x3a53b9[_0x3d001d(0x28c)]();}[a71_0x2fccad(0x24b)](_0x22016f){const _0x3f19f4=a71_0x2fccad,_0x54ac={};_0x54ac['oAlNy']=_0x3f19f4(0x214);const _0x1db4f0=_0x54ac;if(_0x22016f[_0x3f19f4(0x2bc)])return _0x22016f['name'];if(_0x22016f['title'])return _0x22016f[_0x3f19f4(0x265)];return _0x1db4f0['oAlNy'];}[a71_0x2fccad(0x261)](_0x356dbe){const _0x434fe0=a71_0x2fccad,_0x52e6a4=[];if(_0x356dbe[_0x434fe0(0x19e)]&&Array['isArray'](_0x356dbe[_0x434fe0(0x19e)]))return _0x356dbe[_0x434fe0(0x19e)][_0x434fe0(0x1bd)](_0x51650b=>_0x51650b[_0x434fe0(0x244)]('@')?_0x51650b[_0x434fe0(0x207)](0x1):_0x51650b);const _0x5d424d=this[_0x434fe0(0x24b)](_0x356dbe),_0x4bb21e=_0x5d424d['match'](/@(\w+)/g);if(_0x4bb21e)return _0x4bb21e[_0x434fe0(0x1bd)](_0x1844db=>_0x1844db[_0x434fe0(0x1c5)](0x1));return _0x356dbe[_0x434fe0(0x2c0)]&&Array[_0x434fe0(0x31b)](_0x356dbe[_0x434fe0(0x2c0)])&&_0x356dbe[_0x434fe0(0x2c0)][_0x434fe0(0x22a)](_0x5beb0b=>{const _0x160617=_0x5beb0b['match'](/@(\w+)/g);_0x160617&&_0x160617['forEach'](_0x2ddf68=>{const _0x5e568a=a71_0x5766,_0x2ca6a5=_0x2ddf68[_0x5e568a(0x1c5)](0x1);!_0x52e6a4[_0x5e568a(0x1cf)](_0x2ca6a5)&&_0x52e6a4[_0x5e568a(0x294)](_0x2ca6a5);});}),_0x52e6a4;}[a71_0x2fccad(0x30d)](_0x50d01e){const _0x56b58b=a71_0x2fccad,_0x48a141={'tueeR':function(_0x239c06,_0x8f52d6){return _0x239c06(_0x8f52d6);},'nKjHV':_0x56b58b(0x1d7)};if(_0x50d01e[_0x56b58b(0x2ce)])return _0x50d01e[_0x56b58b(0x2ce)];if(_0x50d01e[_0x56b58b(0x30a)]){const _0x1aa9fa=_0x48a141['tueeR'](require,_0x48a141[_0x56b58b(0x1ca)]);try{const _0x59d2e0=_0x1aa9fa[_0x56b58b(0x26a)](_0x50d01e['asyncError']);if(_0x59d2e0[0x0]&&_0x59d2e0[0x0]['getFileName'])return _0x59d2e0[0x0]['getFileName']();}catch(_0x343c81){logger[_0x56b58b(0x2ef)](_0x56b58b(0x29f)+util[_0x56b58b(0x1ec)](_0x343c81));}}return null;}[a71_0x2fccad(0x22d)](_0x3dc39d){const _0x32d594=a71_0x2fccad,_0x10fa57={};_0x10fa57[_0x32d594(0x2e7)]=function(_0x440815,_0x464066){return _0x440815>_0x464066;},_0x10fa57[_0x32d594(0x1d1)]=_0x32d594(0x2a8);const _0x218337=_0x10fa57;if(_0x3dc39d[_0x32d594(0x1c7)]&&_0x218337[_0x32d594(0x2e7)](_0x3dc39d[_0x32d594(0x1c7)][_0x32d594(0x1e3)],0x0))return util[_0x32d594(0x248)](_0x3dc39d[_0x32d594(0x1c7)][0x0]);if(_0x3dc39d[_0x32d594(0x2cd)])return _0x3dc39d[_0x32d594(0x2cd)];return _0x218337[_0x32d594(0x1d1)];}[a71_0x2fccad(0x2cf)](_0xe6db2d){const _0x15a265=a71_0x2fccad,_0x296d9e={};_0x296d9e[_0x15a265(0x264)]=_0x15a265(0x24e),_0x296d9e[_0x15a265(0x2c1)]='AssertionError',_0x296d9e[_0x15a265(0x1de)]=_0x15a265(0x310);const _0x3a89d0=_0x296d9e,_0x203bc5=this[_0x15a265(0x22d)](_0xe6db2d);if(_0x203bc5&&_0x203bc5[_0x15a265(0x1cf)](_0x3a89d0[_0x15a265(0x264)]))return _0x3a89d0[_0x15a265(0x2c1)];return _0x3a89d0[_0x15a265(0x1de)];}['getJestFailureData'](_0xa0579d){const _0x43f4dc=a71_0x2fccad,_0x6f7851={'BYFIm':function(_0x15db8b,_0x4071c4){return _0x15db8b(_0x4071c4);},'cQMvN':_0x43f4dc(0x2aa),'UDqbQ':function(_0x382e47,_0x5cd1aa){return _0x382e47!==_0x5cd1aa;},'tmgIl':_0x43f4dc(0x1b9)},{failureData:_0x5bfc7b}=_0x6f7851['BYFIm'](require,_0x6f7851[_0x43f4dc(0x2a2)]),_0x791cda=[];return _0x6f7851[_0x43f4dc(0x2b6)](_0xa0579d[_0x43f4dc(0x1c7)],undefined)&&_0x791cda[_0x43f4dc(0x294)](_0xa0579d[_0x43f4dc(0x1c7)],_0x6f7851[_0x43f4dc(0x20f)]),_0x5bfc7b[_0x43f4dc(0x233)](null,_0x791cda);}async[a71_0x2fccad(0x2fd)](_0x2f8f18,_0x5f2cd0,_0x36dfd5,_0x5231b6){const _0x379fea=a71_0x2fccad,_0x270850={'dgAVB':_0x379fea(0x1ad),'lsAiH':function(_0x1d1708){return _0x1d1708();},'PcMnu':function(_0x46d3d4,_0x2997f6){return _0x46d3d4 in _0x2997f6;},'pXbbp':function(_0x3d0001,_0x1cc650){return _0x3d0001 in _0x1cc650;},'Fpvds':function(_0x207fe8,_0x59ebab){return _0x207fe8===_0x59ebab;},'Znatk':function(_0x284304,_0xa9c01f){return _0x284304===_0xa9c01f;},'FAjDE':function(_0x555d0e,_0x1ce428){return _0x555d0e>_0x1ce428;},'NtvMl':'failed','pVaku':_0x379fea(0x296),'Gjsva':function(_0x231fa2,_0x39eae4){return _0x231fa2!==_0x39eae4;}},{hookData:_0x4d1318}=_0x5231b6,_0x2f3e67=_0x36dfd5[_0x379fea(0x28f)](),_0x4f819d=_0x5f2cd0[_0x379fea(0x28f)](),_0x5c8722={};_0x5c8722['depth']=0x2,_0x5c8722[_0x379fea(0x243)]=0x3,logger[_0x379fea(0x2ef)]('[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState='+_0x4f819d+',\x20hookState='+_0x2f3e67+_0x379fea(0x274)+util[_0x379fea(0x248)](_0x4d1318,_0x5c8722));if(!_0x4d1318)return logger[_0x379fea(0x2ef)](_0x270850[_0x379fea(0x219)]),{};const _0xb36173=_0x4d1318[_0x379fea(0x2b3)]||_0x4d1318[_0x379fea(0x1fc)]||_0x270850[_0x379fea(0x31c)](uuidv4),_0x455e66=_0x4d1318[_0x379fea(0x283)]||this[_0x379fea(0x19c)](_0x4d1318),_0xf3cbdd=_0x5f2cd0[_0x379fea(0x28f)]()[_0x379fea(0x1f9)]('.')[0x1],_0x4ae5f3=_0x2f8f18[_0x379fea(0x281)]()['get'](_0x455e66),_0x139bc7=_0x4ae5f3?_0x4ae5f3[TestFrameworkConstants[_0x379fea(0x1fb)]]||{}:{};logger[_0x379fea(0x2ef)]('[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId='+_0xb36173+_0x379fea(0x1eb)+_0x455e66+'\x20(testIdentifier),\x20hookType='+_0xf3cbdd+_0x379fea(0x1a0)+_0x2f3e67);if(!_0x4ae5f3)return logger['debug'](_0x379fea(0x26c)+_0x455e66+_0x379fea(0x2d6)),this[_0x379fea(0x1f0)](_0x2f8f18,_0x455e66,_0x5f2cd0,_0x36dfd5,_0x5231b6),{};let _0x3b9610=_0x4ae5f3[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x3b9610&&(_0x3b9610={});!_0x270850[_0x379fea(0x312)](_0xf3cbdd,_0x3b9610)&&(_0x3b9610[_0xf3cbdd]=[]);let _0x46ab36=_0x4ae5f3[TestFrameworkConstants['KEY_HOOKS_FINISHED']];!_0x46ab36&&(_0x46ab36={});!_0x270850[_0x379fea(0x1b5)](_0xf3cbdd,_0x46ab36)&&(_0x46ab36[_0xf3cbdd]=[]);const _0xf22bd1={[TestFrameworkConstants[_0x379fea(0x216)]]:_0x3b9610,[TestFrameworkConstants[_0x379fea(0x1f6)]]:_0x46ab36},_0x16ef5f={};_0x16ef5f[_0x455e66]=_0xf22bd1;const _0x1be473=_0x16ef5f;if(_0x270850['Fpvds'](_0x36dfd5,HookState[_0x379fea(0x2da)])){const _0x5d7d45={'key':_0xf3cbdd,[TestFrameworkConstants['KEY_HOOK_ID']]:_0xb36173,[TestFrameworkConstants[_0x379fea(0x269)]]:TestFrameworkConstants[_0x379fea(0x22c)],[TestFrameworkConstants[_0x379fea(0x2a3)]]:_0x4d1318[_0x379fea(0x2f5)]||new Date()[_0x379fea(0x1c4)](),[TestFrameworkConstants[_0x379fea(0x250)]]:[],[TestFrameworkConstants[_0x379fea(0x23b)]]:_0x4d1318[_0x379fea(0x2bc)]||_0x4d1318[_0x379fea(0x2e9)]||_0xf3cbdd,[TestFrameworkConstants[_0x379fea(0x1fb)]]:_0x139bc7};_0x3b9610[_0xf3cbdd][_0x379fea(0x294)](_0x5d7d45),_0x1be473[_0x455e66][TestFrameworkConstants[_0x379fea(0x200)]]=_0xf3cbdd;const _0x40588a={};_0x40588a[_0x379fea(0x28e)]=0x2,logger[_0x379fea(0x2ef)](_0x379fea(0x2fa)+_0xf3cbdd+_0x379fea(0x306)+_0xb36173+_0x379fea(0x1eb)+_0x455e66+',\x20hook='+util['inspect'](_0x5d7d45,_0x40588a));}else{if(_0x270850['Znatk'](_0x36dfd5,HookState[_0x379fea(0x25e)])){const _0x3cc62c=_0x4d1318[_0x379fea(0x197)]||(_0x4d1318[_0x379fea(0x1c7)]&&_0x270850[_0x379fea(0x230)](_0x4d1318[_0x379fea(0x1c7)][_0x379fea(0x1e3)],0x0)?_0x270850[_0x379fea(0x282)]:_0x270850['pVaku']),_0x1c2470=_0x3b9610[_0xf3cbdd]||[];logger[_0x379fea(0x2ef)](_0x379fea(0x2d4)+_0xf3cbdd+_0x379fea(0x1eb)+_0x455e66+_0x379fea(0x284)+_0x3cc62c+_0x379fea(0x1e0)+_0x1c2470[_0x379fea(0x1e3)]);if(_0x270850['FAjDE'](_0x1c2470[_0x379fea(0x1e3)],0x0)){const _0x5a65b8=_0x1c2470[_0x379fea(0x2cb)]();_0x270850['Znatk'](_0x3cc62c,_0x270850[_0x379fea(0x282)])&&_0x4d1318['errorsDetailed']?(_0x5a65b8[TestFrameworkConstants[_0x379fea(0x2b9)]]=this[_0x379fea(0x2cf)](_0x4d1318),_0x5a65b8[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]=this[_0x379fea(0x22d)](_0x4d1318),_0x5a65b8[TestFrameworkConstants['KEY_HOOK_FAILURE']]=this[_0x379fea(0x29a)](_0x4d1318),logger[_0x379fea(0x2ef)](_0x379fea(0x2f3)+_0xf3cbdd+_0x379fea(0x19d)+_0x5a65b8[TestFrameworkConstants[_0x379fea(0x2b9)]]+',\x20failureReason='+_0x5a65b8[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]?.[_0x379fea(0x235)](0x0,0xc8))):_0x5a65b8[TestFrameworkConstants[_0x379fea(0x269)]]=_0x270850[_0x379fea(0x2c8)];_0x270850[_0x379fea(0x1a6)](_0x3cc62c,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x5a65b8[TestFrameworkConstants[_0x379fea(0x269)]]=_0x3cc62c);_0x5a65b8[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x4d1318[_0x379fea(0x311)]||new Date()[_0x379fea(0x1c4)](),_0x5a65b8[TestFrameworkConstants[_0x379fea(0x1fb)]]=_0x139bc7;const _0x30c1b7=_0x5a65b8[TestFrameworkConstants[_0x379fea(0x30f)]];!_0x46ab36[_0xf3cbdd]&&(_0x46ab36[_0xf3cbdd]=[]);_0x46ab36[_0xf3cbdd][_0x379fea(0x294)](_0x5a65b8),_0x1be473[_0x455e66][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0xf3cbdd;const _0x4e1ae9={};_0x4e1ae9[_0x379fea(0x28e)]=0x2,logger['debug'](_0x379fea(0x267)+_0xf3cbdd+_0x379fea(0x306)+_0x30c1b7+_0x379fea(0x284)+_0x3cc62c+_0x379fea(0x212)+util['inspect'](_0x5a65b8,_0x4e1ae9));}}}const _0x2cfd16={};return _0x2cfd16[_0x379fea(0x28e)]=0x2,_0x2cfd16[_0x379fea(0x243)]=0x3,logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20SUCCESS\x20-\x20hookType='+(_0x4d1318[_0x379fea(0x2e9)]||_0xf3cbdd)+_0x379fea(0x306)+_0xb36173+',\x20testId='+_0x455e66+',\x20updates='+util[_0x379fea(0x248)](_0x1be473,_0x2cfd16)),_0x1be473;}['createTestFrameworkEventPayload'](_0xc1cb6c){const _0x20b4b1=a71_0x2fccad,_0x3ada08={};_0x3ada08[_0x20b4b1(0x19b)]=_0x20b4b1(0x2d5);const _0x52b7c6=_0x3ada08;try{const _0x11e0ce=_0xc1cb6c['test']?this[_0x20b4b1(0x19c)](_0xc1cb6c[_0x20b4b1(0x1b9)]):_0xc1cb6c[_0x20b4b1(0x1c1)][_0x20b4b1(0x283)],_0x24bbd3=_0xc1cb6c['instance'],_0x2b6f31=_0x24bbd3[_0x20b4b1(0x1f3)](),_0xc18a83=_0x24bbd3[_0x20b4b1(0x281)]()[_0x20b4b1(0x270)](_0x11e0ce);if(!_0xc18a83)return logger[_0x20b4b1(0x2ef)](_0x20b4b1(0x210)+_0x11e0ce),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x32ee6b='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x503899='',[TestFrameworkConstants[_0x20b4b1(0x252)]]:_0x1d3d52='',[TestFrameworkConstants[_0x20b4b1(0x220)]]:_0x1a2d96=''}=_0xc18a83,_0xb6b5cc=_0x24bbd3['getCurrentTestState']()[_0x20b4b1(0x28f)]()[_0x20b4b1(0x1f9)]('.')[0x1],_0x1440af=_0x24bbd3[_0x20b4b1(0x2af)]()['toString']()[_0x20b4b1(0x1f9)]('.')[0x1],_0x2e20b2=global?.[_0x20b4b1(0x21d)]?.[_0x20b4b1(0x2fe)]?.[_0x20b4b1(0x2e5)],_0x59e5a8=_0x24bbd3[_0x20b4b1(0x297)](),_0x11d14e=Buffer[_0x20b4b1(0x1d0)](JSON[_0x20b4b1(0x1c8)](_0xc18a83))[_0x20b4b1(0x28f)](_0x52b7c6[_0x20b4b1(0x19b)]),_0x10102b={'hash':_0x2b6f31['getId'](),'threadId':_0x2b6f31[_0x20b4b1(0x2b4)]()[_0x20b4b1(0x28f)](),'processId':_0x2b6f31[_0x20b4b1(0x266)]()['toString']()},_0x319f4d={};_0x319f4d['platformIndex']=_0x2e20b2,_0x319f4d[_0x20b4b1(0x23c)]=_0x32ee6b,_0x319f4d[_0x20b4b1(0x2ff)]=_0x503899,_0x319f4d[_0x20b4b1(0x2f2)]=_0xb6b5cc,_0x319f4d[_0x20b4b1(0x1f5)]=_0x1440af,_0x319f4d[_0x20b4b1(0x1f2)]=_0x1d3d52,_0x319f4d[_0x20b4b1(0x1ac)]=_0x1a2d96,_0x319f4d[_0x20b4b1(0x2b3)]=_0x59e5a8,_0x319f4d['eventJson']=_0x11d14e,_0x319f4d[_0x20b4b1(0x27c)]=_0x10102b,_0x319f4d[_0x20b4b1(0x2a4)]=_0x11e0ce;const _0x1e796=_0x319f4d;return _0x1e796;}catch(_0x371d54){return logger[_0x20b4b1(0x1db)](_0x20b4b1(0x1c3)+util[_0x20b4b1(0x1ec)](_0x371d54)),{};}}async['sendLogCreatedEvent'](_0x3cc853,_0x239e75,_0x2413c7){const _0x19aad8=a71_0x2fccad,_0x26f74a={'exLRl':function(_0x595867,_0x139a83){return _0x595867+_0x139a83;},'qEBlG':_0x19aad8(0x2f6),'qzegs':'none','tMsEf':function(_0x31397b,_0x492423){return _0x31397b>_0x492423;},'pxzLA':function(_0x15d119,_0x3b5d1b,_0x480daf,_0x48687e){return _0x15d119(_0x3b5d1b,_0x480daf,_0x48687e);},'xqvMU':function(_0x3407fb,_0x1f5a7e){return _0x3407fb-_0x1f5a7e;},'DLLPj':function(_0x123f8f,_0x5df12a){return _0x123f8f===_0x5df12a;},'qIHQG':function(_0x1ac6f3,_0x37546f){return _0x1ac6f3/_0x37546f;},'FeCzV':function(_0x2002e6,_0x4d113e){return _0x2002e6<_0x4d113e;},'Uvqrm':function(_0x4208a6,_0x346a4f){return _0x4208a6*_0x346a4f;},'IiLjp':function(_0x16081b,_0x291b1e){return _0x16081b+_0x291b1e;},'kHgCJ':function(_0x12f4eb,_0x348684){return _0x12f4eb>_0x348684;}};try{const _0x200853=_0x2413c7[_0x19aad8(0x202)]||_0x2413c7[_0x19aad8(0x1c2)],_0x496099=Array['from'](_0x3cc853[_0x19aad8(0x281)]()[_0x19aad8(0x260)]()),_0x4144c8=_0x3cc853[_0x19aad8(0x281)]()[_0x19aad8(0x270)](_0x200853);if(!_0x4144c8){logger['debug'](_0x19aad8(0x1df)+_0x200853);return;}const {[TestFrameworkConstants[_0x19aad8(0x2be)]]:_0x2baef9='',[TestFrameworkConstants[_0x19aad8(0x301)]]:_0x1b9f7f=''}=_0x4144c8;let _0x454096=[];if(_0x4144c8&&_0x4144c8[TestFrameworkConstants[_0x19aad8(0x238)]]&&Array[_0x19aad8(0x31b)](_0x4144c8[TestFrameworkConstants[_0x19aad8(0x238)]])){_0x454096=_0x4144c8[TestFrameworkConstants[_0x19aad8(0x238)]]||[],logger[_0x19aad8(0x2ef)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20'+_0x454096[_0x19aad8(0x1e3)]+_0x19aad8(0x23d)+_0x200853);const _0x25d7f5={[TestFrameworkConstants[_0x19aad8(0x238)]]:[]},_0x232043={};_0x232043[_0x200853]=_0x25d7f5,_0x3cc853[_0x19aad8(0x2ea)](_0x232043),logger[_0x19aad8(0x2ef)](_0x19aad8(0x319)+_0x200853);}else logger[_0x19aad8(0x2ef)](_0x19aad8(0x29c)+_0x200853);logger['debug'](_0x19aad8(0x318)+_0x454096[_0x19aad8(0x1e3)]+'\x20for\x20testId:\x20'+_0x200853);const _0x1b31d7=_0x454096[_0x19aad8(0x2ab)](_0x40069a=>_0x40069a[_0x19aad8(0x1f4)]===_0x19aad8(0x291));_0x26f74a[_0x19aad8(0x1cb)](_0x1b31d7[_0x19aad8(0x1e3)],0x0)&&(logger[_0x19aad8(0x2ef)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20'+_0x1b31d7[_0x19aad8(0x1e3)]+_0x19aad8(0x193)+_0x200853),_0x1b31d7[_0x19aad8(0x22a)]((_0x173bb3,_0x518100)=>{const _0x26de3c=_0x19aad8;logger['debug'](_0x26de3c(0x1ab)+_0x26f74a['exLRl'](_0x518100,0x1)+'/'+_0x1b31d7['length']+_0x26de3c(0x29e)+(_0x173bb3['test_identifier']||_0x26f74a['qEBlG'])+',\x20test_run_uuid='+(_0x173bb3[_0x26de3c(0x1a1)]||_0x26f74a['qEBlG'])+_0x26de3c(0x317)+(_0x173bb3['hook_run_uuid']||_0x26f74a[_0x26de3c(0x2a1)])+_0x26de3c(0x1a4)+(_0x173bb3['message']?.[_0x26de3c(0x1e3)]||0x0));}));const _0x4a2041=_0x4144c8[TestFrameworkConstants[_0x19aad8(0x226)]]||{},_0xe61bf=_0x26f74a['pxzLA'](getMediaArtifactsLogs,_0x4a2041,null,_0x200853),_0xcfa058=(_0x454096||[])[_0x19aad8(0x23e)](_0xe61bf||[]),_0x202c33=_0x1b31d7?.['length']||0x0,_0x1c9dd9=_0x26f74a[_0x19aad8(0x2c7)](_0x454096?.[_0x19aad8(0x1e3)]||0x0,_0x202c33);logger[_0x19aad8(0x2ef)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20'+_0x200853+_0x19aad8(0x24a)+_0x1c9dd9+_0x19aad8(0x247)+_0x202c33+',\x20attachmentLogs:\x20'+(_0xe61bf?.[_0x19aad8(0x1e3)]||0x0)+_0x19aad8(0x2b5)+_0xcfa058[_0x19aad8(0x1e3)]);if(!_0xcfa058||_0x26f74a[_0x19aad8(0x1f1)](_0xcfa058['length'],0x0)){logger[_0x19aad8(0x2ef)](_0x19aad8(0x1fa)+_0x200853);return;}const _0x4117f3=0x28,_0x5b1b84=Math[_0x19aad8(0x292)](_0x26f74a[_0x19aad8(0x2f9)](_0xcfa058[_0x19aad8(0x1e3)],_0x4117f3));for(let _0x434fc9=0x0;_0x26f74a[_0x19aad8(0x2d8)](_0x434fc9,_0x5b1b84);_0x434fc9++){const _0x4289a5=_0x26f74a['Uvqrm'](_0x434fc9,_0x4117f3),_0x25b585=_0x26f74a['IiLjp'](_0x4289a5,_0x4117f3),_0x489264=_0xcfa058[_0x19aad8(0x1c5)](_0x4289a5,_0x25b585),_0x513afd=global?.[_0x19aad8(0x21d)]?.['workerInfo']?.[_0x19aad8(0x2e5)]||0x0,_0x45a0e4={'platformIndex':_0x513afd,'logs':_0x489264,'testFrameworkName':_0x2baef9,'testFrameworkVersion':_0x1b9f7f,'testFrameworkState':_0x239e75[_0x19aad8(0x28f)]()['split']('.')[0x1]},_0x38ffd8={};_0x38ffd8[_0x19aad8(0x28e)]=0x3,_0x38ffd8[_0x19aad8(0x243)]=0x5,logger[_0x19aad8(0x2ef)](_0x19aad8(0x315)+_0x26f74a[_0x19aad8(0x236)](_0x434fc9,0x1)+'/'+_0x5b1b84+_0x19aad8(0x223)+_0x200853+_0x19aad8(0x241)+_0x489264[_0x19aad8(0x1e3)]+_0x19aad8(0x25a)+_0x513afd+',\x20payload:\x20'+util[_0x19aad8(0x248)](_0x45a0e4,_0x38ffd8));const _0xc24800=await GrpcClient[_0x19aad8(0x192)]()['logCreatedEvent'](_0x45a0e4);logger[_0x19aad8(0x2ef)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x26f74a['IiLjp'](_0x434fc9,0x1)+'/'+_0x5b1b84+_0x19aad8(0x223)+_0x200853+',\x20response='+util[_0x19aad8(0x248)](_0xc24800));}if(_0xe61bf&&_0x26f74a[_0x19aad8(0x1b4)](_0xe61bf['length'],0x0)&&_0x4144c8[TestFrameworkConstants[_0x19aad8(0x226)]]){const _0x2681a7={[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{}},_0x24646a={};_0x24646a[_0x200853]=_0x2681a7,_0x3cc853[_0x19aad8(0x2ea)](_0x24646a);}logger[_0x19aad8(0x2ef)](_0x19aad8(0x204)+_0x200853+_0x19aad8(0x258)+_0x5b1b84);}catch(_0xf9c479){logger[_0x19aad8(0x1db)](_0x19aad8(0x206)+(_0x2413c7[_0x19aad8(0x202)]||_0x2413c7[_0x19aad8(0x1c2)])+',\x20error:\x20'+util[_0x19aad8(0x1ec)](_0xf9c479));}}[a71_0x2fccad(0x1f0)](_0x237e42,_0x2d6a5d,_0x1349bb,_0x3d42a8,_0x509763){const _0x277e6a=a71_0x2fccad,_0x58253c={};_0x58253c[_0x277e6a(0x1b3)]=function(_0x192f50,_0xf2d407){return _0x192f50===_0xf2d407;},_0x58253c[_0x277e6a(0x2d2)]='beforeAll';const _0x4ad2fc=_0x58253c,{hookData:_0x2c0ea1}=_0x509763,_0x13b649={'testId':_0x2d6a5d,'testFrameworkState':_0x1349bb,'hookState':_0x3d42a8,'args':_0x509763,'timestamp':new Date()[_0x277e6a(0x1c4)]()};if(_0x4ad2fc['KqZPf'](_0x1349bb,TestFrameworkState[_0x277e6a(0x2bd)])&&_0x2c0ea1){const _0x40585b={};_0x40585b[_0x277e6a(0x196)]=_0x2c0ea1[_0x277e6a(0x2ce)]||_0x2c0ea1[_0x277e6a(0x278)],_0x40585b[_0x277e6a(0x21c)]=_0x2c0ea1[_0x277e6a(0x21c)]||_0x2c0ea1[_0x277e6a(0x2c0)]&&_0x2c0ea1[_0x277e6a(0x2c0)][0x0]||'',_0x40585b['hookType']=_0x4ad2fc[_0x277e6a(0x2d2)],_0x13b649[_0x277e6a(0x30e)]=_0x40585b,logger[_0x277e6a(0x2ef)]('[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20'+_0x2d6a5d+_0x277e6a(0x271)+_0x13b649[_0x277e6a(0x30e)][_0x277e6a(0x196)]+_0x277e6a(0x1ed)+_0x13b649[_0x277e6a(0x30e)][_0x277e6a(0x21c)]);}_0x237e42[_0x277e6a(0x298)](_0x2d6a5d,_0x13b649),logger['debug']('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x2d6a5d+',\x20state:\x20'+_0x1349bb+_0x277e6a(0x211)+_0x3d42a8);}async[a71_0x2fccad(0x2b2)](_0x3eefc5,_0x49e701){const _0x1b8fd2=a71_0x2fccad,_0x166445={};_0x166445['IqrDB']=function(_0x47719c,_0x3a7ee0){return _0x47719c>_0x3a7ee0;},_0x166445[_0x1b8fd2(0x232)]=_0x1b8fd2(0x24c),_0x166445[_0x1b8fd2(0x240)]=function(_0x4699cd,_0x1cb021){return _0x4699cd===_0x1cb021;},_0x166445[_0x1b8fd2(0x2e4)]=function(_0x24f1ac,_0x523505){return _0x24f1ac===_0x523505;},_0x166445[_0x1b8fd2(0x299)]=function(_0x1b0083,_0x23b0df){return _0x1b0083===_0x23b0df;},_0x166445[_0x1b8fd2(0x1e2)]=function(_0x549bc2,_0x53e51b){return _0x549bc2===_0x53e51b;},_0x166445[_0x1b8fd2(0x2c5)]=_0x1b8fd2(0x2c2),_0x166445[_0x1b8fd2(0x2b0)]=_0x1b8fd2(0x316);const _0x27aabe=_0x166445;if(_0x3eefc5[_0x1b8fd2(0x198)](_0x49e701)){const _0x486f32=_0x3eefc5[_0x1b8fd2(0x309)](_0x49e701);logger[_0x1b8fd2(0x2ef)](_0x1b8fd2(0x217)+_0x486f32[_0x1b8fd2(0x1e3)]+'\x20pending\x20hooks\x20for\x20testId:\x20'+_0x49e701);for(const _0x506bff of _0x486f32){try{const _0xdda512=await this[_0x1b8fd2(0x2fd)](_0x3eefc5,_0x506bff[_0x1b8fd2(0x2f2)],_0x506bff[_0x1b8fd2(0x1f5)],_0x506bff[_0x1b8fd2(0x288)]);_0xdda512&&_0x27aabe[_0x1b8fd2(0x249)](Object[_0x1b8fd2(0x260)](_0xdda512)[_0x1b8fd2(0x1e3)],0x0)&&_0x3eefc5['addMultipleEntries'](_0xdda512),await this[_0x1b8fd2(0x1e9)](_0x3eefc5,_0x506bff[_0x1b8fd2(0x2f2)],_0x506bff[_0x1b8fd2(0x1f5)],_0x506bff[_0x1b8fd2(0x288)]);}catch(_0x12d2f7){logger[_0x1b8fd2(0x1db)](_0x1b8fd2(0x272)+_0x49e701+_0x1b8fd2(0x27a)+_0x12d2f7);}}_0x3eefc5[_0x1b8fd2(0x1b6)](_0x49e701),logger['debug'](_0x1b8fd2(0x195)+_0x49e701);}const _0x597357=_0x3eefc5['getAllData']()[_0x1b8fd2(0x270)](_0x49e701);if(_0x597357){const _0x4efb84=_0x597357[TestFrameworkConstants[_0x1b8fd2(0x1af)]]||_0x597357[TestFrameworkConstants[_0x1b8fd2(0x20c)]],_0x2a8447=_0x597357[TestFrameworkConstants[_0x1b8fd2(0x27b)]]||_0x597357[TestFrameworkConstants[_0x1b8fd2(0x1e5)]]&&_0x597357[TestFrameworkConstants[_0x1b8fd2(0x1e5)]][0x0]||'';logger[_0x1b8fd2(0x2ef)](_0x27aabe[_0x1b8fd2(0x232)]);const _0x91219d=_0x3eefc5[_0x1b8fd2(0x1a8)]();for(const _0x1acf2e of _0x91219d){if(_0x27aabe[_0x1b8fd2(0x240)](_0x1acf2e,_0x49e701))continue;if(_0x3eefc5[_0x1b8fd2(0x198)](_0x1acf2e)){const _0x255350=_0x3eefc5[_0x1b8fd2(0x309)](_0x1acf2e);for(const _0x2ff4ac of _0x255350){if(_0x27aabe[_0x1b8fd2(0x2e4)](_0x2ff4ac[_0x1b8fd2(0x2f2)],TestFrameworkState[_0x1b8fd2(0x2bd)])&&_0x2ff4ac['hookMetadata']){const _0x1672f8=_0x2ff4ac[_0x1b8fd2(0x30e)][_0x1b8fd2(0x196)],_0x43af31=_0x2ff4ac['hookMetadata'][_0x1b8fd2(0x21c)];if(_0x27aabe[_0x1b8fd2(0x299)](_0x1672f8,_0x4efb84)&&_0x27aabe[_0x1b8fd2(0x299)](_0x43af31,_0x2a8447)){logger[_0x1b8fd2(0x2ef)](_0x1b8fd2(0x2ba)+_0x1acf2e+_0x1b8fd2(0x1ee)+_0x49e701+_0x1b8fd2(0x271)+_0x1672f8+_0x1b8fd2(0x1ed)+_0x43af31);_0x2ff4ac[_0x1b8fd2(0x288)]&&_0x2ff4ac['args'][_0x1b8fd2(0x1c1)]&&(_0x2ff4ac[_0x1b8fd2(0x288)][_0x1b8fd2(0x1c1)][_0x1b8fd2(0x283)]=_0x49e701,logger[_0x1b8fd2(0x2ef)](_0x1b8fd2(0x2fb)+_0x1acf2e+'\x20to\x20'+_0x49e701));try{const _0x148dc9=await this['trackHookEvent'](_0x3eefc5,_0x2ff4ac[_0x1b8fd2(0x2f2)],_0x2ff4ac[_0x1b8fd2(0x1f5)],_0x2ff4ac[_0x1b8fd2(0x288)]);_0x148dc9&&_0x27aabe[_0x1b8fd2(0x249)](Object[_0x1b8fd2(0x260)](_0x148dc9)[_0x1b8fd2(0x1e3)],0x0)&&_0x3eefc5[_0x1b8fd2(0x2ea)](_0x148dc9);await this[_0x1b8fd2(0x1e9)](_0x3eefc5,_0x2ff4ac[_0x1b8fd2(0x2f2)],_0x2ff4ac[_0x1b8fd2(0x1f5)],_0x2ff4ac['args']);const _0x4da3dd=_0x3eefc5['getPendingHooks'](_0x1acf2e)[_0x1b8fd2(0x2ab)](_0x8c06b4=>_0x8c06b4!==_0x2ff4ac);if(_0x27aabe['YlJrQ'](_0x4da3dd['length'],0x0))_0x3eefc5['removePendingHooks'](_0x1acf2e);else{_0x3eefc5[_0x1b8fd2(0x1b6)](_0x1acf2e);for(const _0x4daf54 of _0x4da3dd){_0x3eefc5['addPendingHook'](_0x1acf2e,_0x4daf54);}}logger[_0x1b8fd2(0x2ef)](_0x27aabe[_0x1b8fd2(0x2c5)]);}catch(_0x3991da){logger['error'](_0x27aabe['tVAlD']);}}}}}}}}[a71_0x2fccad(0x2d3)](_0x59fd0d){const _0x2abf5f=a71_0x2fccad,_0x47997f={'VhUKQ':function(_0x5a1e4e){return _0x5a1e4e();}};if(!_0x59fd0d||!_0x59fd0d[_0x2abf5f(0x246)])return;_0x59fd0d['parent'][_0x2abf5f(0x2e1)]&&Array[_0x2abf5f(0x31b)](_0x59fd0d['parent'][_0x2abf5f(0x2e1)])&&_0x59fd0d[_0x2abf5f(0x246)][_0x2abf5f(0x2e1)][_0x2abf5f(0x22a)](_0x5762ac=>{const _0xd692ab=_0x2abf5f;!_0x5762ac[_0xd692ab(0x1fc)]&&!_0x5762ac[_0xd692ab(0x1e1)]&&(_0x5762ac[_0xd692ab(0x1fc)]=_0x47997f[_0xd692ab(0x2a5)](uuidv4),_0x5762ac[_0xd692ab(0x1e1)]=_0x5762ac[_0xd692ab(0x1fc)],logger['debug']('[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type='+_0x5762ac[_0xd692ab(0x20e)]+_0xd692ab(0x1fd)+_0x5762ac[_0xd692ab(0x1fc)]));}),this[_0x2abf5f(0x2d3)](_0x59fd0d['parent']);}[a71_0x2fccad(0x28d)](_0xd49980){const _0x53e4ba=a71_0x2fccad,_0x329650={'KNajO':function(_0x367048,_0x347b4b){return _0x367048(_0x347b4b);}};if(!_0xd49980||!_0xd49980[_0x53e4ba(0x246)])return[];const _0x33de77=[];return _0xd49980[_0x53e4ba(0x246)][_0x53e4ba(0x2e1)]&&Array['isArray'](_0xd49980[_0x53e4ba(0x246)][_0x53e4ba(0x2e1)])&&_0xd49980[_0x53e4ba(0x246)][_0x53e4ba(0x2e1)][_0x53e4ba(0x22a)](_0x353943=>{const _0x323872=_0x53e4ba,_0x1d9204=_0x353943['hookAnalyticsId']||_0x353943[_0x323872(0x1e1)];_0x1d9204&&!this[_0x323872(0x2b8)](_0x353943)&&!_0x329650[_0x323872(0x1ef)](isInternalHook,_0x353943['fn'])&&_0x33de77[_0x323872(0x294)](_0x1d9204);}),[..._0x33de77,...this['getHooksForTest'](_0xd49980[_0x53e4ba(0x246)])];}['buildHookMapFromTest'](_0x54e78f){const _0x17e8bd=a71_0x2fccad,_0x1c9ae5={'pxPWD':function(_0x48e682,_0x594fc1){return _0x48e682(_0x594fc1);},'jEFNP':_0x17e8bd(0x2ad),'tVhbU':function(_0xea5f3,_0x32100f){return _0xea5f3(_0x32100f);}},_0x455749=new Map(),_0x29bc1e=_0x3fdf43=>{const _0x26b853=_0x17e8bd,_0x3cab99={'OVSda':function(_0x22a348,_0x34b24b){return _0x1c9ae5['pxPWD'](_0x22a348,_0x34b24b);},'cdJHo':_0x1c9ae5[_0x26b853(0x19a)]};if(!_0x3fdf43||!_0x3fdf43['parent'])return;_0x3fdf43[_0x26b853(0x246)][_0x26b853(0x2e1)]&&Array[_0x26b853(0x31b)](_0x3fdf43[_0x26b853(0x246)][_0x26b853(0x2e1)])&&_0x3fdf43[_0x26b853(0x246)][_0x26b853(0x2e1)][_0x26b853(0x22a)](_0x53e466=>{const _0x4c17dd=_0x26b853,_0x23f0ed=_0x53e466[_0x4c17dd(0x1fc)]||_0x53e466[_0x4c17dd(0x1e1)];if(_0x23f0ed&&!this[_0x4c17dd(0x2b8)](_0x53e466)&&!_0x3cab99[_0x4c17dd(0x221)](isInternalHook,_0x53e466['fn'])){const _0x4cfe5e={};_0x4cfe5e[_0x4c17dd(0x20e)]=_0x53e466[_0x4c17dd(0x20e)]||_0x3cab99[_0x4c17dd(0x2ed)],_0x4cfe5e[_0x4c17dd(0x2bc)]=_0x53e466[_0x4c17dd(0x2bc)]||'\x22'+_0x53e466[_0x4c17dd(0x20e)]+_0x4c17dd(0x1bf),_0x455749[_0x4c17dd(0x1d8)](_0x23f0ed,_0x4cfe5e);}}),_0x1c9ae5[_0x26b853(0x2d1)](_0x29bc1e,_0x3fdf43['parent']);};return _0x1c9ae5[_0x17e8bd(0x22b)](_0x29bc1e,_0x54e78f),_0x455749;}['isJestInternalHook'](_0x563653){const _0x3bbb2b=a71_0x2fccad,_0x4b10ea={};_0x4b10ea[_0x3bbb2b(0x259)]=_0x3bbb2b(0x215),_0x4b10ea[_0x3bbb2b(0x231)]=_0x3bbb2b(0x2f4);const _0xdfd362=_0x4b10ea;try{const _0x21d9cf=this[_0x3bbb2b(0x24d)](_0x563653);return _0x21d9cf&&_0x21d9cf[_0x3bbb2b(0x1cf)](_0xdfd362[_0x3bbb2b(0x259)]);}catch(_0x2f55c8){logger['debug'](_0xdfd362[_0x3bbb2b(0x231)]);}return![];}[a71_0x2fccad(0x24d)](_0x43fbf4){const _0x40e0aa=a71_0x2fccad;if(_0x43fbf4[_0x40e0aa(0x30a)])try{const _0x339dc4=stackTrace[_0x40e0aa(0x26a)](_0x43fbf4[_0x40e0aa(0x30a)]);return _0x339dc4[0x0]?_0x339dc4[0x0][_0x40e0aa(0x2df)]():null;}catch(_0x3cd5ab){logger[_0x40e0aa(0x2ef)]('[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20'+util[_0x40e0aa(0x1ec)](_0x3cd5ab));}if(_0x43fbf4['file'])return _0x43fbf4[_0x40e0aa(0x300)];return null;}}module['exports']=JestTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a72_0x28c8(){const _0x2b7222=['trackPlaywrightInstance','runHooks','getId','params','../cliUtils.js','PLAYWRIGHT_DISPATCH','203259aCXLXZ','NONE','2yBgcuq','620865UVuHKV','7980544DsXrFx','trackEvent','216NQxGOQ','exports','52240mVUcgd','setTrackedInstance','resolveInstance','debug','PlaywrightAutomationFramework','getAutomationFrameworkVersion','sVErz','trackEvent:\x20automationFrameworkState=','CREATE','5248038EJCPdZ','instance','\x20hookState=','logger','./automationFramework.js','Hqsxx','../instances/automationFrameworkInstance.js','16627527vDbDbb','../../../helpers/classLogger.js','info','message','bsParams','GRiId','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','getAutomationFrameworkName','trackPlaywrightInstance:\x20instance\x20already\x20exists',',\x20state=','getTrackedInstance','7544838ncyhJJ'];a72_0x28c8=function(){return _0x2b7222;};return a72_0x28c8();}function a72_0x8c37(_0x1245ab,_0x2c3a1d){const _0x28c87f=a72_0x28c8();return a72_0x8c37=function(_0x8c3783,_0x139829){_0x8c3783=_0x8c3783-0x17c;let _0x3af079=_0x28c87f[_0x8c3783];return _0x3af079;},a72_0x8c37(_0x1245ab,_0x2c3a1d);}const a72_0x480a0b=a72_0x8c37;(function(_0x57df8f,_0x4e5240){const _0x171231=a72_0x8c37,_0x5abeec=_0x57df8f();while(!![]){try{const _0x21fbc8=-parseInt(_0x171231(0x180))/0x1*(-parseInt(_0x171231(0x182))/0x2)+parseInt(_0x171231(0x186))/0x3*(parseInt(_0x171231(0x188))/0x4)+parseInt(_0x171231(0x183))/0x5+-parseInt(_0x171231(0x191))/0x6+parseInt(_0x171231(0x1a3))/0x7+parseInt(_0x171231(0x184))/0x8+-parseInt(_0x171231(0x198))/0x9;if(_0x21fbc8===_0x4e5240)break;else _0x5abeec['push'](_0x5abeec['shift']());}catch(_0x2c1460){_0x5abeec['push'](_0x5abeec['shift']());}}}(a72_0x28c8,0x979b2));const AutomationFramework=require(a72_0x480a0b(0x195)),{createClassLogger}=require(a72_0x480a0b(0x199)),AutomationFrameworkState=require('../state/automationFrameworkState.js'),CLIUtils=require(a72_0x480a0b(0x17e)),TrackedInstance=require('../instances/trackedInstance.js'),AutomationFrameworkInstance=require(a72_0x480a0b(0x197));class PlaywrightAutomationFramework extends AutomationFramework{[a72_0x480a0b(0x194)]=createClassLogger(a72_0x480a0b(0x18c));constructor(_0x311334,_0x17f24c){super(_0x311334,_0x17f24c);}async[a72_0x480a0b(0x185)](_0x3f6c51,_0x192064,_0x27680e={}){const _0x494780=a72_0x480a0b,_0x28c2f7={};_0x28c2f7[_0x494780(0x18e)]=function(_0xc821e6,_0x96af40){return _0xc821e6===_0x96af40;};const _0x33c2d9=_0x28c2f7;this['logger'][_0x494780(0x18b)](_0x494780(0x18f)+_0x3f6c51+_0x494780(0x193)+_0x192064),await super['trackEvent'](_0x3f6c51,_0x192064,_0x27680e);const _0x6a8d49=this['resolveInstance'](_0x3f6c51,_0x192064,_0x27680e);if(_0x33c2d9[_0x494780(0x18e)](_0x6a8d49,null))return;_0x27680e[_0x494780(0x192)]=_0x6a8d49,await this[_0x494780(0x1a5)](_0x6a8d49,_0x3f6c51,_0x192064,_0x27680e);}[a72_0x480a0b(0x18a)](_0x5f0186,_0x1ed51e,_0x102c76={}){const _0x4ad49c=a72_0x480a0b,_0x1e2d95={};_0x1e2d95['Hqsxx']=function(_0x13f566,_0xbac5bb){return _0x13f566===_0xbac5bb;};const _0x799270=_0x1e2d95;let _0x13026d=null;return(_0x799270[_0x4ad49c(0x196)](_0x5f0186,AutomationFrameworkState[_0x4ad49c(0x190)])||_0x799270[_0x4ad49c(0x196)](_0x5f0186,AutomationFrameworkState[_0x4ad49c(0x17f)])&&(_0x102c76[_0x4ad49c(0x19b)]&&_0x102c76[_0x4ad49c(0x19b)][_0x4ad49c(0x17d)]&&_0x102c76[_0x4ad49c(0x19b)][_0x4ad49c(0x17d)][_0x4ad49c(0x19c)])||_0x799270[_0x4ad49c(0x196)](_0x5f0186,AutomationFrameworkState[_0x4ad49c(0x181)]))&&this[_0x4ad49c(0x1a4)](_0x5f0186,_0x102c76),_0x13026d=AutomationFramework[_0x4ad49c(0x1a2)](),_0x13026d;}[a72_0x480a0b(0x1a4)](_0x34956b,_0x194c5c){const _0x28032f=a72_0x480a0b,_0x56e76e={};_0x56e76e[_0x28032f(0x19d)]=_0x28032f(0x1a0);const _0x41cae4=_0x56e76e;if(AutomationFramework[_0x28032f(0x1a2)]()){this['logger'][_0x28032f(0x19a)](_0x41cae4['GRiId']);return;}const _0x1caf45=CLIUtils['getCurrentInstanceName'](),_0x5a7f23=TrackedInstance['createContext'](_0x1caf45);let _0x5c1d5b=null;this[_0x28032f(0x194)]['info'](_0x28032f(0x19e)+_0x1caf45+_0x28032f(0x1a1)+_0x34956b),_0x5c1d5b=new AutomationFrameworkInstance(_0x5a7f23,this[_0x28032f(0x19f)](),this[_0x28032f(0x18d)](),_0x34956b),AutomationFramework[_0x28032f(0x189)](_0x5a7f23,_0x5c1d5b),this[_0x28032f(0x194)][_0x28032f(0x19a)]('trackPlaywrightInstance:\x20saved\x20instance\x20contextId='+_0x5a7f23[_0x28032f(0x17c)]()+'\x20target='+_0x1caf45);}}module[a72_0x480a0b(0x187)]=PlaywrightAutomationFramework;
|