browserstack-node-sdk 1.55.7 → 1.56.0
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/generated/sdk-messages_pb.d.ts +64 -0
- package/generated/sdk-messages_pb.js +512 -0
- package/generated/sdk_grpc_pb.d.ts +5 -0
- package/generated/sdk_grpc_pb.js +33 -0
- package/package.json +2 -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/newman/command.js +1 -1
- package/src/bin/newman/helper.js +1 -1
- package/src/bin/newman/reporter/index.js +1 -1
- package/src/bin/newman/scriptRunner.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/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.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/puppeteer-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/newmanTestFramework.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/puppeteerAutomationFramework.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/puppeteerDriverModule.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/caCertHelper.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/puppeteer-helper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/stackFrameUtils.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 a79_0x1e61e9=a79_0x39c5;(function(_0x3e7fad,_0x5a1896){const _0x2f8285=a79_0x39c5,_0x8cc3a7=_0x3e7fad();while(!![]){try{const _0x82d6d1=parseInt(_0x2f8285(0x29c))/0x1+parseInt(_0x2f8285(0x2ae))/0x2+parseInt(_0x2f8285(0x278))/0x3*(parseInt(_0x2f8285(0x17c))/0x4)+-parseInt(_0x2f8285(0x12e))/0x5*(parseInt(_0x2f8285(0x1f4))/0x6)+parseInt(_0x2f8285(0x29b))/0x7*(-parseInt(_0x2f8285(0x226))/0x8)+parseInt(_0x2f8285(0x24f))/0x9+parseInt(_0x2f8285(0x263))/0xa*(parseInt(_0x2f8285(0x1bd))/0xb);if(_0x82d6d1===_0x5a1896)break;else _0x8cc3a7['push'](_0x8cc3a7['shift']());}catch(_0x14491b){_0x8cc3a7['push'](_0x8cc3a7['shift']());}}}(a79_0x5447,0x8b1d2));function a79_0x5447(){const _0x53621b=['hLtyw','uuid','isArray','trackEvent','MQRPF','set','logCreatedEvent',',\x20version=','VkxfQ','sdFRA','nsxKY','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','type',',\x20scope:\x20','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','QUSJK','LEcXs','pop','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','util',',\x20response=','trackHookEvent','KEY_AUTOMATE_SESSION_NAME','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','forEach','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','CewBs','match','from','xYhlr','asyncError','getJestFailureReason',',\x20screenshotLogs:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','createTestFrameworkEventPayload','\x20pending\x20hooks\x20for\x20testId:\x20','testId','duration',',\x20hookType=',',\x20payload:\x20','removePendingHooks','unknown','cbSel',',\x20hookUUID=','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','313423rvdxfJ','skip','testFrameworkVersion','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','AGrUe','kind','KEY_TEST_ID','ceil','message','has','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','KEY_TEST_UUID','hookAnalyticsId','getId',',\x20hook=','dQehl','resolveInstance','sbYyz','parent','hasPendingHooks','EcbdN','location','getTestFrameworksVersions','failed','../TestInfo.js','runHooks','hookMetadata','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','POST','Assert','test_run_id','KEY_TEST_META','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','keys','delete','isJestInternalHook','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','split','started_at','KEY_TEST_RESULT','exports','nQpRb','KEY_TEST_FAILURE','test_run_uuid','__workerDetails','BEFORE_ALL','browserstackPlatformIndex','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','hooks','ARLrc','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','lPANk','\x20logs\x20for\x20testId:\x20','KEY_HOOK_NAME','342jjVhWz',',\x20totalHooks=','KEY_HOOK_RESULT','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','parse','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','hzTbH','../../../helpers/test-observability/utils','endedAt','getTestFrameworks','DEFAULT_TEST_RESULT','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','reverse','kvWAS','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20',',\x20testId=','BBobn','KEY_TEST_SCOPE','error','QAEjD','parseJestTest','hookData','getJestFailureData','gpTUZ','DExQi','startsWith','faWaV','parseJestTestResult',',\x20hookState:\x20','Processing\x20',',\x20failureReason=','KEY_TEST_SCOPES','KEY_EVENT_STARTED_AT','length','ySFes','ROOT_DESCRIBE_BLOCK',',\x20target=',',\x20duration=','xmMSu','HqRuC','inspect','sendLogCreatedEvent','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','fcdVp','../cliUtils.js','hAQBV','wrLld',',\x20hooksListLength=','getJestFailureType','\x20(testIdentifier),\x20result=','8zqoqSA','lKvyS','getHooksForTest','setActiveHook','gOMDG','KLjKb',',\x20error:\x20','storePendingHook','KEY_HOOK_FAILURE_TYPE','getRootParentFile','get','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','duWFy','KEY_TEST_LOCATION',',\x20totalLogs:\x20','getJestTestIdentifier','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20',',\x20hook_run_uuid=',',\x20remainingHooks=','activeHooks','getCurrentInstanceName','NONE','JestTestFramework','VaxHX','body','\x20to\x20','map','KEY_TEST_TAGS','KEY_HOOKS_STARTED','name','getInstance','KLpfd','Stored\x20pending\x20hook\x20for\x20testId:\x20','status','testFrameworkState','event_ended_at','\x20for\x20testId:\x20','addPendingHook','finished_at','slice','7652781qqWMxr','KKBWw','ZlZvD','getActiveHook','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','RmRcl',',\x20currentTestId:\x20',',\x20filePath=','maxArrayLength','KEY_HOOK_ID','../instances/trackedInstance.js','getThreadId','dshum','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','KEY_HOOK_LOGS','hook_id','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','executionContext','code','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','200AkrmtE','getJestTestName','SeaXL','errorsDetailed','SmZPe','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','HNFUs','hookState','KEY_TEST_RETRY_OF','rCAPv','filePath','AssertionError','PRE','LOG_REPORT','bgkiY','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','VBPHr','../../../helpers/classLogger.js','../state/hookState.js','KEY_TEST_FRAMEWORK_VERSION',',\x20state:\x20','8817snnUdd',',\x20test_run_uuid=','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20',',\x20hookData=','KAvrl','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','scope','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','testFrameworkName',',\x20scopes=','KEY_HOOK_FAILURE_REASON','kbGKL','\x20screenshot\x20logs\x20for\x20testId:\x20','depth','../../../helpers/helper.js','IwnJH','kQUhm','JsSCP','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','args','yILTM','iNTPK','ypuBe',',\x20totalBatches:\x20',',\x20filePath:\x20','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','toUpperCase','KEY_TEST_RESULT_AT','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','startedAt','DEFAULT_HOOK_RESULT',',\x20consoleLogs:\x20','result','pid','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','6756309KAEsIu','81997AEBXSc','toISOString','bxnQA','Error\x20in\x20createTestFrameworkEventPayload:\x20','file_name','mRIrJ','iWdGH','KEY_HOOK_LAST_FINISHED','hook_run_uuid','join','oONKP','scopes','XCkhx','platformIndex','vvtUT','\x22\x20hook','XLPmX','hook_type','909774buMtnJ','vKwBK','title','trackJestInstance','test','eventJson','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','test_identifier','KEY_TEST_NAME','KEY_LOGS','FZjCa','ZYWEA','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','mapTestHooks','setTrackedInstance','49655qqZGAS','missing','warn','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','\x20files',',\x20failureType=',',\x20exception=','none',',\x20platformIndex:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','parallelIndex','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','getPendingHooks','retryOf','qxUbG','IYWNl',':testAnalyticsId','KEY_TEST_FAILURE_TYPE','includes','format','irwCF','CoVXY','KEY_HOOKS_FINISHED','substr','TEST','KEY_TEST_STARTED_AT','instance','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=',',\x20storing\x20as\x20pending\x20hook','processPendingHooks','TnjQn','\x20-\x20testId:\x20','stringify','push','splice',',\x20testFramework=','failure_reason',',\x20attachmentLogs:\x20','KEY_TEST_ATTACHMENTS','DMJNc','KEY_TEST_FILE_PATH','beforeAll','originalTest','KEY_CUSTOM_TAGS','KEY_HOOK_LAST_STARTED','filter',',\x20hookId=','\x20&\x20hookState=','dIMOX',',\x20result=','KEY_TEST_FRAMEWORK_NAME','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','./constants/testFrameworkConstants.js','trackJestInstance:\x20instance\x20already\x20exists','addMultipleEntries','getJestTestTags','pWvNy','getProcessId','passed','substring','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','../grpcClient','ZluOf','KEY_EVENT_ENDED_AT','hookType','getTrackedInstance','BRqcT','cIPkC','testData','rSRkN','cKgmt','Unknown\x20Test','jRTYs','VtVpn',',\x20messageLength=','KEY_TEST_ENDED_AT','TEST_SCREENSHOT','toString','196CTmDrx','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','getAllData','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','hookUUID','debug','UnhandledError','findIndex','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','trackJestInstance:\x20created\x20instance\x20for\x20target=','../../../helpers/stackFrameUtils','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','getContext','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=',',\x20hookState=','tags','replace'];a79_0x5447=function(){return _0x53621b;};return a79_0x5447();}function a79_0x39c5(_0x3cd8cf,_0x5391bd){const _0x544747=a79_0x5447();return a79_0x39c5=function(_0x39c57c,_0x34cdb8){_0x39c57c=_0x39c57c-0x12d;let _0x5d21bd=_0x544747[_0x39c57c];return _0x5d21bd;},a79_0x39c5(_0x3cd8cf,_0x5391bd);}const TestFramework=require('./testFramework'),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a79_0x1e61e9(0x275)),{createClassLogger}=require(a79_0x1e61e9(0x274)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a79_0x1e61e9(0x220)),TrackedInstance=require(a79_0x1e61e9(0x259)),TestFrameworkConstants=require(a79_0x1e61e9(0x162)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a79_0x1e61e9(0x286)),{isInternalHook}=require(a79_0x1e61e9(0x1fb)),logger=createClassLogger(a79_0x1e61e9(0x23d)),{v4:uuidv4}=require(a79_0x1e61e9(0x190)),util=require(a79_0x1e61e9(0x1a3)),TestInfo=require(a79_0x1e61e9(0x1d6)),GrpcClient=require(a79_0x1e61e9(0x16b)),stackTrace=require('stack-trace'),{pickUserFrameFile}=require(a79_0x1e61e9(0x187));class JestTestFramework extends TestFramework{constructor(_0x7eaccc,_0x26a99e,_0x276edb){const _0x12f4de=a79_0x1e61e9;super(_0x7eaccc,_0x26a99e,_0x276edb),this[_0x12f4de(0x23a)]=new Map();}[a79_0x1e61e9(0x229)](_0x328aa6,_0x3508f1,_0xedf6ea){const _0x1773ab=a79_0x1e61e9,_0x5c6df0={};_0x5c6df0[_0x1773ab(0x2a2)]=function(_0x4c5eb7,_0x462bc1){return _0x4c5eb7||_0x462bc1;};const _0x2dfcc6=_0x5c6df0;if(_0x2dfcc6[_0x1773ab(0x2a2)](!_0x328aa6,!_0x3508f1)){logger[_0x1773ab(0x130)]('[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x328aa6+_0x1773ab(0x1bb)+_0x3508f1);return;}!this['activeHooks'][_0x1773ab(0x1c7)](_0x328aa6)&&this[_0x1773ab(0x23a)][_0x1773ab(0x194)](_0x328aa6,[]);const _0x2dbf8a={'hookUUID':_0x3508f1,'hookType':_0xedf6ea,'startedAt':new Date()[_0x1773ab(0x29d)]()};this[_0x1773ab(0x23a)][_0x1773ab(0x230)](_0x328aa6)[_0x1773ab(0x14f)](_0x2dbf8a),logger[_0x1773ab(0x182)]('[JestTestFramework]\x20setActiveHook:\x20testIdentifier='+_0x328aa6+_0x1773ab(0x1bb)+_0x3508f1+_0x1773ab(0x1b6)+_0xedf6ea+_0x1773ab(0x1f5)+this[_0x1773ab(0x23a)][_0x1773ab(0x230)](_0x328aa6)[_0x1773ab(0x215)]);}['removeActiveHook'](_0x4f2364,_0x548cc7){const _0x548854=a79_0x1e61e9,_0x211f68={};_0x211f68[_0x548854(0x28d)]=function(_0x2a9a22,_0x1da5b0){return _0x2a9a22||_0x1da5b0;},_0x211f68[_0x548854(0x19f)]=function(_0x40839c,_0x234d67){return _0x40839c!==_0x234d67;},_0x211f68[_0x548854(0x26c)]=function(_0x15edc2,_0x2fe956){return _0x15edc2===_0x2fe956;};const _0x1f0141=_0x211f68;if(_0x1f0141['iNTPK'](!_0x4f2364,!_0x548cc7)){logger[_0x548854(0x130)](_0x548854(0x27d)+_0x4f2364+',\x20hookUUID='+_0x548cc7);return;}if(this[_0x548854(0x23a)][_0x548854(0x1c7)](_0x4f2364)){const _0x39ebab=this[_0x548854(0x23a)][_0x548854(0x230)](_0x4f2364),_0x5bf380=_0x39ebab[_0x548854(0x184)](_0xb3843d=>_0xb3843d['hookUUID']===_0x548cc7);_0x1f0141[_0x548854(0x19f)](_0x5bf380,-0x1)?(_0x39ebab[_0x548854(0x150)](_0x5bf380,0x1),logger[_0x548854(0x182)]('[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier='+_0x4f2364+_0x548854(0x1bb)+_0x548cc7+_0x548854(0x239)+_0x39ebab['length']),_0x1f0141['rCAPv'](_0x39ebab[_0x548854(0x215)],0x0)&&this[_0x548854(0x23a)][_0x548854(0x1e0)](_0x4f2364)):logger[_0x548854(0x182)](_0x548854(0x18b)+_0x4f2364+_0x548854(0x1bb)+_0x548cc7);}}[a79_0x1e61e9(0x252)](_0x2a0d42){const _0x26de38=a79_0x1e61e9,_0x1a68cf={};_0x1a68cf[_0x26de38(0x227)]=function(_0x49a2cd,_0x54af2c){return _0x49a2cd>_0x54af2c;},_0x1a68cf['TBpyl']=function(_0x350f2a,_0x6edc){return _0x350f2a-_0x6edc;};const _0x3f5d7a=_0x1a68cf;if(!_0x2a0d42)return null;if(this[_0x26de38(0x23a)]['has'](_0x2a0d42)){const _0x43d556=this['activeHooks'][_0x26de38(0x230)](_0x2a0d42);if(_0x3f5d7a[_0x26de38(0x227)](_0x43d556[_0x26de38(0x215)],0x0)){const _0x40d9f7=_0x43d556[_0x3f5d7a['TBpyl'](_0x43d556[_0x26de38(0x215)],0x1)];return logger[_0x26de38(0x182)](_0x26de38(0x1ff)+_0x2a0d42+',\x20hookUUID='+_0x40d9f7[_0x26de38(0x181)]+_0x26de38(0x1b6)+_0x40d9f7[_0x26de38(0x16e)]),_0x40d9f7;}}return null;}async['trackEvent'](_0x3230ce,_0x2986b6,_0xf5f595={}){const _0x2468e1=a79_0x1e61e9,_0x4600cf={};_0x4600cf[_0x2468e1(0x287)]='[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found',_0x4600cf[_0x2468e1(0x207)]=function(_0xf1f29c,_0x414094){return _0xf1f29c===_0x414094;},_0x4600cf[_0x2468e1(0x198)]=function(_0x40fe83,_0x2e5429){return _0x40fe83||_0x2e5429;},_0x4600cf[_0x2468e1(0x273)]=_0x2468e1(0x1ed),_0x4600cf[_0x2468e1(0x2b8)]=function(_0x5a0de0,_0x16cc30){return _0x5a0de0===_0x16cc30;};const _0x1544d6=_0x4600cf;logger[_0x2468e1(0x182)](_0x2468e1(0x25c)+_0x3230ce+_0x2468e1(0x18c)+_0x2986b6+',\x20argsKeys='+Object[_0x2468e1(0x1df)](_0xf5f595)[_0x2468e1(0x2a5)](',')),await super[_0x2468e1(0x192)](_0x3230ce,_0x2986b6,_0xf5f595);const _0x6fa2bb=this[_0x2468e1(0x1ce)](_0x3230ce,_0x2986b6,_0xf5f595);if(!_0x6fa2bb){logger[_0x2468e1(0x182)](_0x1544d6[_0x2468e1(0x287)]);return;}try{let _0x23637f,_0x391d18,_0x3915ec;switch(_0x3230ce){case TestFrameworkState[_0x2468e1(0x146)]:_0x23637f=_0xf5f595[_0x2468e1(0x2b2)];const _0x8f8fca={};_0x8f8fca[_0x2468e1(0x285)]=0x2,_0x8f8fca[_0x2468e1(0x257)]=0x3,logger[_0x2468e1(0x182)](_0x2468e1(0x161)+_0x2986b6+',\x20testData='+util[_0x2468e1(0x21c)](_0x23637f,_0x8f8fca)),_0x3915ec=this['getJestTestIdentifier'](_0x23637f),_0x391d18=null,logger[_0x2468e1(0x182)](_0x2468e1(0x1e2)+_0x3915ec+'\x20(testIdentifier)');if(_0x1544d6[_0x2468e1(0x207)](_0x2986b6,HookState[_0x2468e1(0x26f)])){logger[_0x2468e1(0x182)](_0x2468e1(0x1a7)+_0x3915ec);const _0x506fc7={};_0x506fc7['testUUID']=_0x391d18,_0x506fc7[_0x2468e1(0x172)]=_0x23637f,_0x506fc7[_0x2468e1(0x1b4)]=_0x3915ec;const _0xacdd8d=this[_0x2468e1(0x208)](_0x506fc7),_0x54c19e={};_0x54c19e['depth']=0x2,_0x54c19e[_0x2468e1(0x257)]=0x3,logger[_0x2468e1(0x182)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20'+util[_0x2468e1(0x21c)](_0xacdd8d,_0x54c19e)),_0x6fa2bb[_0x2468e1(0x164)](_0xacdd8d),logger[_0x2468e1(0x182)](_0x2468e1(0x18a)+_0x3915ec),await this[_0x2468e1(0x14b)](_0x6fa2bb,_0x3915ec);}else{if(_0x1544d6[_0x2468e1(0x207)](_0x2986b6,HookState[_0x2468e1(0x1da)])){logger[_0x2468e1(0x182)](_0x2468e1(0x1c0)+_0x3915ec);const _0x3a0b84=_0x6fa2bb[_0x2468e1(0x17e)]()[_0x2468e1(0x230)](_0x3915ec);logger[_0x2468e1(0x182)](_0x2468e1(0x137)+util['inspect'](Object['keys'](_0x1544d6[_0x2468e1(0x198)](_0x3a0b84,{}))));_0x3a0b84&&_0x3a0b84[TestFrameworkConstants[_0x2468e1(0x154)]]?logger['debug'](_0x2468e1(0x231)+Object[_0x2468e1(0x1df)](_0x3a0b84[TestFrameworkConstants[_0x2468e1(0x154)]])[_0x2468e1(0x215)]+_0x2468e1(0x132)):logger[_0x2468e1(0x182)](_0x1544d6['VBPHr']);const _0x41ebbd=_0xf5f595[_0x2468e1(0x158)]||null,_0x1d8bb0={};_0x1d8bb0['testUUID']=_0x391d18,_0x1d8bb0[_0x2468e1(0x172)]=_0x23637f,_0x1d8bb0['testId']=_0x3915ec,_0x1d8bb0[_0x2468e1(0x158)]=_0x41ebbd;const _0x38446d=this[_0x2468e1(0x20f)](_0x1d8bb0),_0x4643b9={};_0x4643b9[_0x2468e1(0x285)]=0x2,_0x4643b9[_0x2468e1(0x257)]=0x3,logger[_0x2468e1(0x182)](_0x2468e1(0x202)+util['inspect'](_0x38446d,_0x4643b9)),_0x6fa2bb[_0x2468e1(0x164)](_0x38446d),logger[_0x2468e1(0x182)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20'+_0x3915ec),await this['processPendingHooks'](_0x6fa2bb,_0x3915ec);}}break;case TestFrameworkState[_0x2468e1(0x270)]:if(_0x1544d6['FZjCa'](_0x2986b6,HookState[_0x2468e1(0x1da)])){const _0x25e319={};_0x25e319[_0x2468e1(0x285)]=0x2,logger[_0x2468e1(0x182)]('[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20'+util[_0x2468e1(0x21c)](_0xf5f595,_0x25e319)),await this[_0x2468e1(0x21d)](_0x6fa2bb,_0x3230ce,_0xf5f595);}break;default:if(CLIUtils['matchHookRegex'](_0x3230ce[_0x2468e1(0x17b)]()[_0x2468e1(0x1e3)]('.')[0x1])){const _0x5e1073={};_0x5e1073[_0x2468e1(0x285)]=0x2,_0x5e1073[_0x2468e1(0x257)]=0x3,logger[_0x2468e1(0x182)](_0x2468e1(0x253)+_0x3230ce+',\x20hookState='+_0x2986b6+_0x2468e1(0x27b)+util[_0x2468e1(0x21c)](_0xf5f595[_0x2468e1(0x209)],_0x5e1073));const _0x4a40d9=await this[_0x2468e1(0x1a5)](_0x6fa2bb,_0x3230ce,_0x2986b6,_0xf5f595),_0x9f202e={};_0x9f202e[_0x2468e1(0x285)]=0x2,_0x9f202e[_0x2468e1(0x257)]=0x3,logger[_0x2468e1(0x182)](_0x2468e1(0x131)+util[_0x2468e1(0x21c)](_0x4a40d9,_0x9f202e)),_0x6fa2bb[_0x2468e1(0x164)](_0x4a40d9);}else logger[_0x2468e1(0x182)](_0x2468e1(0x17d)+_0x3230ce+_0x2468e1(0x15d)+_0x2986b6);break;}logger[_0x2468e1(0x182)](_0x2468e1(0x29a)+_0x3230ce+_0x2468e1(0x18c)+_0x2986b6);}catch(_0x3d03f8){logger['error'](_0x2468e1(0x1c1)+_0x3230ce+_0x2468e1(0x18c)+_0x2986b6+_0x2468e1(0x134)+util['format'](_0x3d03f8));}_0xf5f595['instance']=_0x6fa2bb,await this['runHooks'](_0x6fa2bb,_0x3230ce,_0x2986b6,_0xf5f595);}[a79_0x1e61e9(0x235)](_0x53b3c6){const _0x2cf13b=a79_0x1e61e9,_0x329d31={};_0x329d31[_0x2cf13b(0x246)]=_0x2cf13b(0x1c8);const _0x1f838c=_0x329d31;if(_0x53b3c6&&(_0x53b3c6['id']||_0x53b3c6[_0x2cf13b(0x190)])){const _0x166f71=_0x53b3c6['id']||_0x53b3c6[_0x2cf13b(0x190)];return logger[_0x2cf13b(0x182)](_0x2cf13b(0x272)+_0x166f71+'\x22\x20from\x20testData'),_0x166f71;}return logger[_0x2cf13b(0x182)](_0x1f838c['KLpfd']),process[_0x2cf13b(0x299)]+_0x2cf13b(0x13e);}['resolveInstance'](_0x2e3785,_0x401260,_0x46f1d5={}){const _0x5875a4=a79_0x1e61e9;let _0x1d0d94=null;return _0x1d0d94=TestFramework[_0x5875a4(0x16f)](),!_0x1d0d94?(logger[_0x5875a4(0x182)]('[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state='+_0x2e3785),this[_0x5875a4(0x2b1)](_0x2e3785,_0x46f1d5),_0x1d0d94=TestFramework['getTrackedInstance'](),logger[_0x5875a4(0x182)](_0x5875a4(0x236)+!!_0x1d0d94+',\x20contextId='+_0x1d0d94?.[_0x5875a4(0x189)]()?.[_0x5875a4(0x1cb)]())):logger['debug']('[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId='+_0x1d0d94[_0x5875a4(0x189)]()?.[_0x5875a4(0x1cb)]()),_0x1d0d94;}[a79_0x1e61e9(0x2b1)](_0xda81d7,_0x10e70f){const _0x2c46e0=a79_0x1e61e9,_0x37e805={};_0x37e805[_0x2c46e0(0x27c)]=_0x2c46e0(0x163);const _0x120f6c=_0x37e805;if(TestFramework[_0x2c46e0(0x16f)]()){logger[_0x2c46e0(0x182)](_0x120f6c[_0x2c46e0(0x27c)]);return;}const _0x3cbcc7=CLIUtils[_0x2c46e0(0x23b)](),_0x1ba5b5=TrackedInstance['createContext'](_0x3cbcc7);let _0xebbdbf=null;logger[_0x2c46e0(0x182)](_0x2c46e0(0x186)+_0x3cbcc7+',\x20state='+_0xda81d7),_0xebbdbf=new TestFrameworkInstance(_0x1ba5b5,this[_0x2c46e0(0x1fd)](),this[_0x2c46e0(0x1d4)](),_0xda81d7,HookState[_0x2c46e0(0x23c)]),TestFramework[_0x2c46e0(0x12d)](_0x1ba5b5,_0xebbdbf),logger[_0x2c46e0(0x182)]('[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId='+_0x1ba5b5[_0x2c46e0(0x1cb)]()+_0x2c46e0(0x218)+_0x3cbcc7+_0x2c46e0(0x151)+this['getTestFrameworks']()[0x0]+_0x2c46e0(0x196)+this[_0x2c46e0(0x1d4)]()[this[_0x2c46e0(0x1fd)]()[0x0]]);}['parseJestTest'](_0x287fd2){const _0x158d33=a79_0x1e61e9,_0x4241f1={};_0x4241f1[_0x158d33(0x13d)]=function(_0x2a8662,_0x29859e){return _0x2a8662||_0x29859e;},_0x4241f1[_0x158d33(0x20c)]=_0x158d33(0x294);const _0x205a37=_0x4241f1,{testUUID:_0xe5023f,testData:_0x331279,testId:_0x394515}=_0x287fd2;if(_0x205a37['IYWNl'](!_0x331279,!_0x394515))return logger[_0x158d33(0x182)](_0x205a37[_0x158d33(0x20c)]),{};const _0x4ef950=this[_0x158d33(0x1fd)]()[0x0],_0x49a462=this[_0x158d33(0x1d4)](),_0x1e2128={};_0x1e2128[_0x158d33(0x285)]=0x2,_0x1e2128[_0x158d33(0x257)]=0x3,logger['debug'](_0x158d33(0x1f7)+util['inspect'](_0x331279,_0x1e2128));const _0x546c8a=_0x331279?.[_0x158d33(0x2a7)]||[],_0x50d7f1=this['getJestTestName'](_0x331279),_0x186929=this['getJestTestFilePath'](_0x331279),_0xa930e3=_0x331279['fn']?_0x331279['fn'][_0x158d33(0x17b)]():_0x331279?.[_0x158d33(0x23f)]?_0x331279['body'][_0x158d33(0x261)][_0x158d33(0x17b)]():null,_0x20fbb4=this[_0x158d33(0x165)](_0x331279),_0x183ab5={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x4ef950,[TestFrameworkConstants[_0x158d33(0x276)]]:_0x49a462[_0x4ef950],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x158d33(0x144)]]:{},[TestFrameworkConstants[_0x158d33(0x243)]]:{},[TestFrameworkConstants[_0x158d33(0x1e5)]]:TestFrameworkConstants[_0x158d33(0x1fe)],[TestFrameworkConstants[_0x158d33(0x1a6)]]:_0x50d7f1,[TestFrameworkConstants[_0x158d33(0x156)]]:_0x186929,[TestFrameworkConstants[_0x158d33(0x1c4)]]:_0x394515,[TestFrameworkConstants[_0x158d33(0x2b6)]]:_0x50d7f1,[TestFrameworkConstants[_0x158d33(0x233)]]:_0x186929,[TestFrameworkConstants['KEY_TEST_CODE']]:_0xa930e3,[TestFrameworkConstants[_0x158d33(0x242)]]:_0x20fbb4,[TestFrameworkConstants[_0x158d33(0x147)]]:_0x331279[_0x158d33(0x1e4)]||new Date()[_0x158d33(0x29d)](),[TestFrameworkConstants[_0x158d33(0x205)]]:_0x546c8a[0x0]||'',[TestFrameworkConstants[_0x158d33(0x213)]]:_0x546c8a,[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x50d7f1,[TestFrameworkConstants[_0x158d33(0x159)]]:{},[TestFrameworkConstants[_0x158d33(0x1dd)]]:{}};_0x331279[_0x158d33(0x13b)]&&(_0x183ab5[TestFrameworkConstants[_0x158d33(0x26b)]]=_0x331279[_0x158d33(0x13b)]);logger[_0x158d33(0x182)](_0x158d33(0x180)+_0x50d7f1+_0x158d33(0x203)+_0x394515+'\x20(testIdentifier),\x20tags='+JSON[_0x158d33(0x14e)](_0x20fbb4)+_0x158d33(0x281)+util['inspect'](_0x546c8a)+_0x158d33(0x256)+_0x186929);const _0xd45108={};return _0xd45108[_0x394515]=_0x183ab5,_0xd45108;}[a79_0x1e61e9(0x20f)](_0x59a56d){const _0x4acb5e=a79_0x1e61e9,_0x5f55a7={'vKwBK':function(_0x5b4cfc,_0x49bdb3){return _0x5b4cfc===_0x49bdb3;},'bxnQA':'afterAll','RbyIM':function(_0x561fb1,_0x1bed44){return _0x561fb1===_0x1bed44;},'ySFes':_0x4acb5e(0x157),'KLjKb':'ALL','pWvNy':'_ALL','dIMOX':function(_0x39e48f,_0x3ddbfe){return _0x39e48f||_0x3ddbfe;},'AGrUe':_0x4acb5e(0x19b),'nQpRb':function(_0x1c299f,_0x56e7e6){return _0x1c299f||_0x56e7e6;},'gpTUZ':_0x4acb5e(0x1b9),'hzTbH':function(_0x23f591,_0x5460de){return _0x23f591>_0x5460de;},'oONKP':_0x4acb5e(0x1d5),'VkxfQ':function(_0x4d19c2,_0x48cbdc){return _0x4d19c2===_0x48cbdc;},'cKgmt':_0x4acb5e(0x1be),'nsxKY':'skipped','BBobn':_0x4acb5e(0x168),'XLPmX':function(_0x482d16,_0x1c9e61){return _0x482d16!==_0x1c9e61;},'fcdVp':function(_0x980319,_0x267e02,_0x26a779,_0x4fa7fe){return _0x980319(_0x267e02,_0x26a779,_0x4fa7fe);},'hLtyw':function(_0x44955c,_0x34afd2){return _0x44955c>_0x34afd2;},'faWaV':function(_0x1f6086,_0x455dc0){return _0x1f6086>_0x455dc0;},'cIPkC':_0x4acb5e(0x19a),'aYQtI':function(_0x108e34,_0x280dd5){return _0x108e34===_0x280dd5;}},{testUUID:_0x51ac28,testData:_0x486210,testId:_0x29ebb4}=_0x59a56d;if(_0x5f55a7[_0x4acb5e(0x15e)](!_0x486210,!_0x29ebb4))return logger[_0x4acb5e(0x182)](_0x5f55a7[_0x4acb5e(0x1c2)]),{};const _0x5c3056=this[_0x4acb5e(0x1ce)](TestFrameworkState[_0x4acb5e(0x146)],HookState[_0x4acb5e(0x1da)]),_0x450f0e=_0x5c3056[_0x4acb5e(0x17e)]()[_0x4acb5e(0x230)](_0x29ebb4),_0x1d3e0b=_0x5f55a7[_0x4acb5e(0x1e7)](_0x450f0e,{}),_0x1d6cf4=_0x1d3e0b?_0x1d3e0b[TestFrameworkConstants[_0x4acb5e(0x159)]]||{}:{},_0x664f91=_0x1d3e0b[TestFrameworkConstants[_0x4acb5e(0x154)]];logger[_0x4acb5e(0x182)](_0x4acb5e(0x268)+(_0x664f91?Object['keys'](_0x664f91)[_0x4acb5e(0x215)]:0x0)+'\x20attachments');let _0x1b6355=_0x5f55a7[_0x4acb5e(0x20b)];if(_0x486210[_0x4acb5e(0x298)])_0x1b6355=_0x486210[_0x4acb5e(0x298)];else{if(_0x486210['errorsDetailed']&&_0x5f55a7[_0x4acb5e(0x1fa)](_0x486210[_0x4acb5e(0x266)][_0x4acb5e(0x215)],0x0))_0x1b6355=_0x5f55a7['oONKP'];else _0x5f55a7['VkxfQ'](_0x486210[_0x4acb5e(0x248)],_0x5f55a7[_0x4acb5e(0x174)])||_0x5f55a7['VkxfQ'](_0x486210[_0x4acb5e(0x248)],_0x5f55a7[_0x4acb5e(0x199)])?_0x1b6355=_0x5f55a7[_0x4acb5e(0x199)]:_0x1b6355=_0x5f55a7[_0x4acb5e(0x204)];}const _0x31a2f3={..._0x1d3e0b,[TestFrameworkConstants[_0x4acb5e(0x1e5)]]:_0x1b6355,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x486210['finished_at']||new Date()[_0x4acb5e(0x29d)](),[TestFrameworkConstants[_0x4acb5e(0x293)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x4acb5e(0x159)]]:_0x1d6cf4,[TestFrameworkConstants[_0x4acb5e(0x2b7)]]:_0x1d3e0b[TestFrameworkConstants[_0x4acb5e(0x2b7)]]||[],[TestFrameworkConstants['KEY_TEST_META']]:{}};if(_0x5f55a7[_0x4acb5e(0x197)](_0x1b6355,_0x5f55a7[_0x4acb5e(0x2a6)])&&_0x486210[_0x4acb5e(0x266)]){const _0x286489=this[_0x4acb5e(0x1af)](_0x486210),_0x44186e=this['getJestFailureType'](_0x486210),_0x54d257=this[_0x4acb5e(0x20a)](_0x486210);_0x31a2f3[TestFrameworkConstants[_0x4acb5e(0x13f)]]=_0x44186e,_0x31a2f3[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x286489,_0x31a2f3[TestFrameworkConstants[_0x4acb5e(0x1e8)]]=_0x54d257;}_0x5f55a7[_0x4acb5e(0x2ac)](_0x486210[_0x4acb5e(0x1b5)],undefined)&&(_0x31a2f3[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x486210[_0x4acb5e(0x1b5)]);_0x486210[_0x4acb5e(0x13b)]&&(_0x31a2f3[TestFrameworkConstants[_0x4acb5e(0x26b)]]=_0x486210['retryOf']);const _0x27a52c=_0x450f0e?_0x450f0e[TestFrameworkConstants[_0x4acb5e(0x154)]]||{}:{},_0x15af81=_0x450f0e?_0x450f0e[TestFrameworkConstants[_0x4acb5e(0x1c9)]]:_0x51ac28,_0x45328d=_0x5f55a7[_0x4acb5e(0x21f)](getManualUploadLogs,_0x27a52c,_0x15af81,_0x29ebb4);if(_0x5f55a7[_0x4acb5e(0x18f)](_0x45328d[_0x4acb5e(0x215)],0x0)){const _0x53515a=_0x31a2f3[TestFrameworkConstants[_0x4acb5e(0x2b7)]]||[];_0x31a2f3[TestFrameworkConstants[_0x4acb5e(0x2b7)]]=[..._0x53515a,..._0x45328d];}const _0x1a72b3=_0x1d3e0b[TestFrameworkConstants[_0x4acb5e(0x144)]]||{},_0x1af624=_0x1d3e0b[TestFrameworkConstants[_0x4acb5e(0x243)]]||{},_0x3ee42f={..._0x1a72b3},_0x32f31c=_0x3ee42f;Object[_0x4acb5e(0x1df)](_0x1af624)[_0x4acb5e(0x1a8)](_0x472267=>{const _0x259ab1=_0x4acb5e;!_0x32f31c[_0x472267]&&(_0x32f31c[_0x472267]=[]);const _0x3d7146=new Set((_0x32f31c[_0x472267]||[])[_0x259ab1(0x241)](_0x1fe845=>_0x1fe845[TestFrameworkConstants['KEY_HOOK_ID']]||_0x1fe845['hook_id']));(_0x1af624[_0x472267]||[])[_0x259ab1(0x1a8)](_0x414c81=>{const _0x317eeb=_0x259ab1,_0x2ab392=_0x414c81[TestFrameworkConstants[_0x317eeb(0x258)]]||_0x414c81[_0x317eeb(0x25e)];if(!_0x3d7146[_0x317eeb(0x1c7)](_0x2ab392)){const _0x89826e={..._0x414c81},_0x158f59=_0x89826e;!_0x158f59[TestFrameworkConstants[_0x317eeb(0x16d)]]&&!_0x158f59[_0x317eeb(0x24a)]&&(_0x158f59[TestFrameworkConstants[_0x317eeb(0x16d)]]=new Date()['toISOString']()),!_0x158f59[TestFrameworkConstants[_0x317eeb(0x1f6)]]&&!_0x158f59['hook_result']&&(_0x158f59[TestFrameworkConstants[_0x317eeb(0x1f6)]]=TestFrameworkConstants[_0x317eeb(0x296)]),_0x32f31c[_0x472267][_0x317eeb(0x14f)](_0x158f59);}});});if(_0x59a56d[_0x4acb5e(0x158)]){this[_0x4acb5e(0x2bb)](_0x59a56d[_0x4acb5e(0x158)]);const _0x590ca6=this['buildHookMapFromTest'](_0x59a56d[_0x4acb5e(0x158)]),_0x2db23c=this['getHooksForTest'](_0x59a56d['originalTest']);_0x2db23c['forEach'](_0x30cd25=>{const _0x1d4090=_0x4acb5e,_0x4a55c9=_0x590ca6[_0x1d4090(0x230)](_0x30cd25);if(_0x4a55c9&&(_0x5f55a7[_0x1d4090(0x2af)](_0x4a55c9[_0x1d4090(0x19c)],_0x5f55a7[_0x1d4090(0x29e)])||_0x5f55a7['RbyIM'](_0x4a55c9[_0x1d4090(0x19c)],_0x5f55a7[_0x1d4090(0x216)]))){const _0x175d79=_0x4a55c9['type'][_0x1d4090(0x292)]()[_0x1d4090(0x18e)](_0x5f55a7[_0x1d4090(0x22b)],_0x5f55a7[_0x1d4090(0x166)]),_0x2707f5=_0x175d79;!_0x32f31c[_0x2707f5]&&(_0x32f31c[_0x2707f5]=[]);const _0xdb79d8=_0x32f31c[_0x2707f5]['find'](_0x426242=>(_0x426242[TestFrameworkConstants['KEY_HOOK_ID']]||_0x426242[_0x1d4090(0x25e)])===_0x30cd25);!_0xdb79d8&&_0x32f31c[_0x2707f5]['push']({'key':_0x2707f5,[TestFrameworkConstants[_0x1d4090(0x258)]]:_0x30cd25,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0x1d4090(0x296)],[TestFrameworkConstants[_0x1d4090(0x214)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x1d4090(0x16d)]]:new Date()[_0x1d4090(0x29d)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x1d4090(0x1f3)]]:_0x4a55c9[_0x1d4090(0x244)]||_0x4a55c9[_0x1d4090(0x19c)]+'\x20hook',[TestFrameworkConstants[_0x1d4090(0x159)]]:_0x1d6cf4});}});}if(_0x486210[_0x4acb5e(0x1ee)]&&_0x5f55a7[_0x4acb5e(0x20e)](_0x486210[_0x4acb5e(0x1ee)][_0x4acb5e(0x215)],0x0))_0x31a2f3[TestFrameworkConstants[_0x4acb5e(0x144)]]=_0x486210['hooks'],logger[_0x4acb5e(0x182)](_0x5f55a7[_0x4acb5e(0x171)]);else _0x5f55a7['hzTbH'](Object['keys'](_0x32f31c)[_0x4acb5e(0x215)],0x0)&&(_0x31a2f3[TestFrameworkConstants[_0x4acb5e(0x144)]]=_0x32f31c,logger['debug'](_0x4acb5e(0x1de)+Object['keys'](_0x32f31c)[_0x4acb5e(0x2a5)](',')));const _0x50d3bc=this[_0x4acb5e(0x264)](_0x486210);logger['debug']('[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName='+_0x50d3bc+',\x20testId='+_0x29ebb4+_0x4acb5e(0x225)+_0x1b6355+_0x4acb5e(0x219)+_0x486210['duration']);_0x5f55a7['aYQtI'](_0x1b6355,_0x5f55a7[_0x4acb5e(0x2a6)])&&logger['debug'](_0x4acb5e(0x25f)+_0x29ebb4+_0x4acb5e(0x133)+_0x31a2f3[TestFrameworkConstants[_0x4acb5e(0x13f)]]+',\x20failureReason='+_0x31a2f3[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]?.[_0x4acb5e(0x169)](0x0,0xc8));const _0x5d4caf={};return _0x5d4caf[_0x29ebb4]=_0x31a2f3,_0x5d4caf;}['getJestTestScopes'](_0x531f84){const _0x1b3019=a79_0x1e61e9,_0x2a7c49={};_0x2a7c49[_0x1b3019(0x1a0)]=function(_0x341f03,_0x525087){return _0x341f03!==_0x525087;},_0x2a7c49[_0x1b3019(0x1cd)]=function(_0x3cb3ad,_0x2a2283){return _0x3cb3ad!==_0x2a2283;},_0x2a7c49[_0x1b3019(0x289)]=_0x1b3019(0x217);const _0x25095b=_0x2a7c49,_0x11ab25={};_0x11ab25[_0x1b3019(0x285)]=0x2,_0x11ab25[_0x1b3019(0x257)]=0x3,logger[_0x1b3019(0x182)](_0x1b3019(0x27f)+util[_0x1b3019(0x21c)](_0x531f84,_0x11ab25));const _0x4e8936=[];if(_0x531f84&&_0x531f84[_0x1b3019(0x1d0)]){let _0x2d464d=_0x531f84[_0x1b3019(0x1d0)];while(_0x2d464d&&_0x2d464d[_0x1b3019(0x244)]&&_0x25095b[_0x1b3019(0x1a0)](_0x2d464d[_0x1b3019(0x244)],'')&&_0x25095b[_0x1b3019(0x1cd)](_0x2d464d['name'],_0x25095b['JsSCP'])){_0x4e8936[_0x1b3019(0x14f)](_0x2d464d[_0x1b3019(0x244)]),_0x2d464d=_0x2d464d[_0x1b3019(0x1d0)];}}return _0x4e8936[_0x1b3019(0x200)]();}[a79_0x1e61e9(0x264)](_0x3788be){const _0x344b47=a79_0x1e61e9,_0x3a422e={};_0x3a422e[_0x344b47(0x170)]=_0x344b47(0x175);const _0x49ae2b=_0x3a422e;if(_0x3788be[_0x344b47(0x244)])return _0x3788be[_0x344b47(0x244)];if(_0x3788be[_0x344b47(0x2b0)])return _0x3788be['title'];return _0x49ae2b[_0x344b47(0x170)];}['getJestTestTags'](_0x5ed1fd){const _0x514db7=a79_0x1e61e9,_0x2fdf6b=[];if(_0x5ed1fd[_0x514db7(0x18d)]&&Array[_0x514db7(0x191)](_0x5ed1fd['tags']))return _0x5ed1fd[_0x514db7(0x18d)]['map'](_0x19836a=>_0x19836a[_0x514db7(0x20d)]('@')?_0x19836a[_0x514db7(0x145)](0x1):_0x19836a);const _0x543193=this[_0x514db7(0x264)](_0x5ed1fd),_0x13d9b4=_0x543193[_0x514db7(0x1ab)](/@(\w+)/g);if(_0x13d9b4)return _0x13d9b4[_0x514db7(0x241)](_0x3d3a44=>_0x3d3a44[_0x514db7(0x24e)](0x1));return _0x5ed1fd[_0x514db7(0x2a7)]&&Array[_0x514db7(0x191)](_0x5ed1fd[_0x514db7(0x2a7)])&&_0x5ed1fd['scopes'][_0x514db7(0x1a8)](_0x13cea4=>{const _0x1c8628=_0x514db7,_0x5bd585=_0x13cea4[_0x1c8628(0x1ab)](/@(\w+)/g);_0x5bd585&&_0x5bd585[_0x1c8628(0x1a8)](_0x4df2a1=>{const _0x11939e=_0x1c8628,_0x860b57=_0x4df2a1[_0x11939e(0x24e)](0x1);!_0x2fdf6b[_0x11939e(0x140)](_0x860b57)&&_0x2fdf6b[_0x11939e(0x14f)](_0x860b57);});}),_0x2fdf6b;}['getJestTestFilePath'](_0x3efbbb){const _0x42af9b=a79_0x1e61e9,_0x53f953={'xNlfz':function(_0x2c54eb,_0x483a6b){return _0x2c54eb(_0x483a6b);}};if(_0x3efbbb['file_name'])return _0x3efbbb[_0x42af9b(0x2a0)];if(_0x3efbbb['asyncError'])try{const _0x2829ed=stackTrace[_0x42af9b(0x1f8)](_0x3efbbb[_0x42af9b(0x1ae)]),_0x5dc9e8=_0x53f953['xNlfz'](pickUserFrameFile,_0x2829ed);if(_0x5dc9e8)return _0x5dc9e8;logger[_0x42af9b(0x182)](_0x42af9b(0x1f9)+_0x2829ed['length']+')');}catch(_0x40e4ef){logger[_0x42af9b(0x182)](_0x42af9b(0x291)+util['format'](_0x40e4ef));}return null;}[a79_0x1e61e9(0x1af)](_0xf504fc){const _0x3c61ee=a79_0x1e61e9,_0x20353d={};_0x20353d[_0x3c61ee(0x2a1)]=function(_0x2a3eea,_0x258c45){return _0x2a3eea>_0x258c45;},_0x20353d[_0x3c61ee(0x28c)]='Unknown\x20error';const _0x1760a2=_0x20353d;if(_0xf504fc[_0x3c61ee(0x266)]&&_0x1760a2['mRIrJ'](_0xf504fc[_0x3c61ee(0x266)][_0x3c61ee(0x215)],0x0))return util['inspect'](_0xf504fc['errorsDetailed'][0x0]);if(_0xf504fc[_0x3c61ee(0x152)])return _0xf504fc['failure_reason'];return _0x1760a2[_0x3c61ee(0x28c)];}[a79_0x1e61e9(0x224)](_0xcc5767){const _0x36e7a0=a79_0x1e61e9,_0x30dde0={};_0x30dde0[_0x36e7a0(0x2aa)]=_0x36e7a0(0x1db),_0x30dde0['dBeWm']=_0x36e7a0(0x26e),_0x30dde0[_0x36e7a0(0x222)]=_0x36e7a0(0x183);const _0x151122=_0x30dde0,_0x154bb8=this['getJestFailureReason'](_0xcc5767);if(_0x154bb8&&_0x154bb8['includes'](_0x151122[_0x36e7a0(0x2aa)]))return _0x151122['dBeWm'];return _0x151122[_0x36e7a0(0x222)];}[a79_0x1e61e9(0x20a)](_0x30ceba){const _0x558739=a79_0x1e61e9,_0x201a7b={'dshum':function(_0x154d65,_0x258f1a){return _0x154d65(_0x258f1a);},'sjDoK':'../../../helpers/test-observability/utils','KKBWw':function(_0x2ef0c3,_0x9222c1){return _0x2ef0c3!==_0x9222c1;},'SeaXL':_0x558739(0x2b2)},{failureData:_0x3b05e3}=_0x201a7b[_0x558739(0x25b)](require,_0x201a7b['sjDoK']),_0x4a5db0=[];return _0x201a7b[_0x558739(0x250)](_0x30ceba['errorsDetailed'],undefined)&&_0x4a5db0[_0x558739(0x14f)](_0x30ceba[_0x558739(0x266)],_0x201a7b[_0x558739(0x265)]),_0x3b05e3['apply'](null,_0x4a5db0);}async['trackHookEvent'](_0x801529,_0x444bda,_0x519a42,_0x48ff77){const _0x4518a2=a79_0x1e61e9,_0x25cf5b={'irwCF':_0x4518a2(0x2b4),'ARLrc':function(_0x101810){return _0x101810();},'bgkiY':function(_0x1e9d16,_0x542513){return _0x1e9d16 in _0x542513;},'ZluOf':function(_0x295277,_0x36e42e){return _0x295277===_0x36e42e;},'cbSel':function(_0x5923c0,_0xcbb25e){return _0x5923c0===_0xcbb25e;},'kQUhm':function(_0xffe643,_0x34aea2){return _0xffe643>_0x34aea2;},'CoVXY':_0x4518a2(0x1d5),'xmMSu':_0x4518a2(0x168),'VtVpn':function(_0x42c4aa,_0x46818d){return _0x42c4aa===_0x46818d;},'lPANk':'[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','EcbdN':function(_0x5d5139,_0x410dc0){return _0x5d5139===_0x410dc0;},'ZlZvD':function(_0x230877,_0x29301d){return _0x230877!==_0x29301d;}},{hookData:_0x3b5625}=_0x48ff77,_0x1aea85=_0x519a42[_0x4518a2(0x17b)](),_0x4db178=_0x444bda[_0x4518a2(0x17b)](),_0x496ce8={};_0x496ce8[_0x4518a2(0x285)]=0x2,_0x496ce8[_0x4518a2(0x257)]=0x3,logger[_0x4518a2(0x182)](_0x4518a2(0x16a)+_0x4db178+',\x20hookState='+_0x1aea85+_0x4518a2(0x27b)+util[_0x4518a2(0x21c)](_0x3b5625,_0x496ce8));if(!_0x3b5625)return logger['debug'](_0x25cf5b[_0x4518a2(0x142)]),{};const _0x238c65=_0x3b5625[_0x4518a2(0x190)]||_0x3b5625[_0x4518a2(0x1ca)]||_0x25cf5b[_0x4518a2(0x1ef)](uuidv4),_0x56e839=_0x3b5625[_0x4518a2(0x1dc)]||this['getJestTestIdentifier'](_0x3b5625),_0x475490=_0x444bda[_0x4518a2(0x17b)]()[_0x4518a2(0x1e3)]('.')[0x1],_0x301e4b=_0x801529['getAllData']()[_0x4518a2(0x230)](_0x56e839),_0x6abcf0=_0x301e4b?_0x301e4b[TestFrameworkConstants[_0x4518a2(0x159)]]||{}:{};logger[_0x4518a2(0x182)]('[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId='+_0x238c65+',\x20testId='+_0x56e839+'\x20(testIdentifier),\x20hookType='+_0x475490+_0x4518a2(0x18c)+_0x1aea85);if(!_0x301e4b)return logger[_0x4518a2(0x182)](_0x4518a2(0x1a2)+_0x56e839+_0x4518a2(0x14a)),this[_0x4518a2(0x22d)](_0x801529,_0x56e839,_0x444bda,_0x519a42,_0x48ff77),{};let _0x515030=_0x301e4b[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x515030&&(_0x515030={});!_0x25cf5b[_0x4518a2(0x271)](_0x475490,_0x515030)&&(_0x515030[_0x475490]=[]);let _0x55791a=_0x301e4b[TestFrameworkConstants[_0x4518a2(0x144)]];!_0x55791a&&(_0x55791a={});!_0x25cf5b[_0x4518a2(0x271)](_0x475490,_0x55791a)&&(_0x55791a[_0x475490]=[]);const _0x4a60c5={[_0x56e839]:{[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x515030,[TestFrameworkConstants[_0x4518a2(0x144)]]:_0x55791a,[TestFrameworkConstants[_0x4518a2(0x160)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x4518a2(0x1d4)]()[this[_0x4518a2(0x1fd)]()[0x0]]||''}};if(_0x25cf5b[_0x4518a2(0x16c)](_0x519a42,HookState['PRE'])){const _0x8ed28a={'key':_0x475490,[TestFrameworkConstants[_0x4518a2(0x258)]]:_0x238c65,[TestFrameworkConstants[_0x4518a2(0x1f6)]]:TestFrameworkConstants[_0x4518a2(0x296)],[TestFrameworkConstants[_0x4518a2(0x214)]]:_0x3b5625['started_at']||new Date()[_0x4518a2(0x29d)](),[TestFrameworkConstants[_0x4518a2(0x25d)]]:[],[TestFrameworkConstants[_0x4518a2(0x1f3)]]:_0x3b5625[_0x4518a2(0x244)]||_0x3b5625[_0x4518a2(0x2ad)]||_0x475490,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x6abcf0};_0x515030[_0x475490]['push'](_0x8ed28a),_0x4a60c5[_0x56e839][TestFrameworkConstants[_0x4518a2(0x15a)]]=_0x475490;const _0x250525={};_0x250525[_0x4518a2(0x285)]=0x2,logger[_0x4518a2(0x182)](_0x4518a2(0x2ba)+_0x475490+_0x4518a2(0x15c)+_0x238c65+',\x20testId='+_0x56e839+_0x4518a2(0x1cc)+util[_0x4518a2(0x21c)](_0x8ed28a,_0x250525));}else{if(_0x25cf5b[_0x4518a2(0x1ba)](_0x519a42,HookState[_0x4518a2(0x1da)])){const _0x39d0e0=_0x3b5625[_0x4518a2(0x298)]||(_0x3b5625[_0x4518a2(0x266)]&&_0x25cf5b['kQUhm'](_0x3b5625[_0x4518a2(0x266)][_0x4518a2(0x215)],0x0)?_0x25cf5b[_0x4518a2(0x143)]:_0x25cf5b[_0x4518a2(0x21a)]),_0x2ee1d7=_0x515030[_0x475490]||[];logger['debug'](_0x4518a2(0x149)+_0x475490+_0x4518a2(0x203)+_0x56e839+_0x4518a2(0x15f)+_0x39d0e0+_0x4518a2(0x223)+_0x2ee1d7['length']);if(_0x25cf5b[_0x4518a2(0x177)](_0x2ee1d7['length'],0x0)&&_0x25cf5b[_0x4518a2(0x1ba)](_0x444bda,TestFrameworkState[_0x4518a2(0x1eb)]))return logger[_0x4518a2(0x182)](_0x25cf5b[_0x4518a2(0x1f1)]),this[_0x4518a2(0x22d)](_0x801529,_0x56e839,_0x444bda,_0x519a42,_0x48ff77),{};if(_0x25cf5b[_0x4518a2(0x288)](_0x2ee1d7[_0x4518a2(0x215)],0x0)){const _0x4eb4c8=_0x2ee1d7[_0x4518a2(0x1a1)]();_0x25cf5b[_0x4518a2(0x1d2)](_0x39d0e0,_0x25cf5b['CoVXY'])&&_0x3b5625[_0x4518a2(0x266)]?(_0x4eb4c8[TestFrameworkConstants[_0x4518a2(0x22e)]]=this[_0x4518a2(0x224)](_0x3b5625),_0x4eb4c8[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]=this['getJestFailureReason'](_0x3b5625),_0x4eb4c8[TestFrameworkConstants['KEY_HOOK_FAILURE']]=this['getJestFailureData'](_0x3b5625),logger[_0x4518a2(0x182)](_0x4518a2(0x1a9)+_0x475490+_0x4518a2(0x133)+_0x4eb4c8[TestFrameworkConstants[_0x4518a2(0x22e)]]+_0x4518a2(0x212)+_0x4eb4c8[TestFrameworkConstants[_0x4518a2(0x282)]]?.['substring'](0x0,0xc8))):_0x4eb4c8[TestFrameworkConstants[_0x4518a2(0x1f6)]]=_0x25cf5b['xmMSu'];_0x25cf5b[_0x4518a2(0x251)](_0x39d0e0,TestFrameworkConstants[_0x4518a2(0x296)])&&(_0x4eb4c8[TestFrameworkConstants[_0x4518a2(0x1f6)]]=_0x39d0e0);_0x4eb4c8[TestFrameworkConstants[_0x4518a2(0x16d)]]=_0x3b5625[_0x4518a2(0x24d)]||new Date()[_0x4518a2(0x29d)](),_0x4eb4c8[TestFrameworkConstants[_0x4518a2(0x159)]]=_0x6abcf0;const _0x2fd6fc=_0x4eb4c8[TestFrameworkConstants['KEY_HOOK_ID']];!_0x55791a[_0x475490]&&(_0x55791a[_0x475490]=[]);_0x55791a[_0x475490][_0x4518a2(0x14f)](_0x4eb4c8),_0x4a60c5[_0x56e839][TestFrameworkConstants[_0x4518a2(0x2a3)]]=_0x475490;const _0x49c5e4={};_0x49c5e4[_0x4518a2(0x285)]=0x2,logger['debug'](_0x4518a2(0x188)+_0x475490+_0x4518a2(0x15c)+_0x2fd6fc+_0x4518a2(0x15f)+_0x39d0e0+_0x4518a2(0x1cc)+util['inspect'](_0x4eb4c8,_0x49c5e4));}}}return _0x4a60c5;}[a79_0x1e61e9(0x1b2)](_0x503e1e){const _0x23ccc7=a79_0x1e61e9,_0xe26029={};_0xe26029[_0x23ccc7(0x13c)]='base64';const _0x20b279=_0xe26029;try{const _0x250fe0=_0x503e1e['test']?this[_0x23ccc7(0x235)](_0x503e1e[_0x23ccc7(0x2b2)]):_0x503e1e[_0x23ccc7(0x209)][_0x23ccc7(0x1dc)],_0x293e81=_0x503e1e[_0x23ccc7(0x148)],_0x4d4406=_0x293e81[_0x23ccc7(0x189)](),_0x2c9d2d=_0x293e81[_0x23ccc7(0x17e)]()[_0x23ccc7(0x230)](_0x250fe0);if(!_0x2c9d2d)return logger[_0x23ccc7(0x182)](_0x23ccc7(0x185)+_0x250fe0),{};const {[TestFrameworkConstants[_0x23ccc7(0x160)]]:_0x46863b=this[_0x23ccc7(0x1fd)]()[0x0]||'',[TestFrameworkConstants[_0x23ccc7(0x276)]]:_0x86dc91=this['getTestFrameworksVersions']()[this[_0x23ccc7(0x1fd)]()[0x0]]||'',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x5010a7='',[TestFrameworkConstants[_0x23ccc7(0x179)]]:_0x481f3b=''}=_0x2c9d2d,_0x2b982c=_0x293e81['getCurrentTestState']()[_0x23ccc7(0x17b)]()[_0x23ccc7(0x1e3)]('.')[0x1],_0x5103b2=_0x293e81['getCurrentHookState']()['toString']()[_0x23ccc7(0x1e3)]('.')[0x1],_0x40c000=global?.[_0x23ccc7(0x1ea)]?.['workerInfo']?.[_0x23ccc7(0x138)]||global['__bstackPlatformIndex']||0x0,_0x1891a8=_0x293e81['getRef'](),_0x1e2249=Buffer['from'](JSON[_0x23ccc7(0x14e)](_0x2c9d2d))['toString'](_0x20b279['qxUbG']),_0x3de6dd={'hash':_0x4d4406['getId'](),'threadId':_0x4d4406[_0x23ccc7(0x25a)]()[_0x23ccc7(0x17b)](),'processId':_0x4d4406[_0x23ccc7(0x167)]()[_0x23ccc7(0x17b)]()},_0x5a5211={};_0x5a5211[_0x23ccc7(0x2a9)]=_0x40c000,_0x5a5211[_0x23ccc7(0x280)]=_0x46863b,_0x5a5211[_0x23ccc7(0x1bf)]=_0x86dc91,_0x5a5211[_0x23ccc7(0x249)]=_0x2b982c,_0x5a5211[_0x23ccc7(0x26a)]=_0x5103b2,_0x5a5211[_0x23ccc7(0x295)]=_0x5010a7,_0x5a5211[_0x23ccc7(0x1fc)]=_0x481f3b,_0x5a5211[_0x23ccc7(0x190)]=_0x1891a8,_0x5a5211[_0x23ccc7(0x2b3)]=_0x1e2249,_0x5a5211[_0x23ccc7(0x260)]=_0x3de6dd,_0x5a5211[_0x23ccc7(0x2b5)]=_0x250fe0;const _0x2f8b44=_0x5a5211;return _0x2f8b44;}catch(_0x261153){return logger['error'](_0x23ccc7(0x29f)+util[_0x23ccc7(0x141)](_0x261153)),{};}}async[a79_0x1e61e9(0x21d)](_0x33e106,_0x38417e,_0x352329){const _0x2e31a=a79_0x1e61e9,_0x182023={'VaxHX':function(_0x229260,_0x334e75){return _0x229260+_0x334e75;},'XCkhx':_0x2e31a(0x12f),'RmRcl':_0x2e31a(0x135),'kbGKL':function(_0x542289,_0x24336b){return _0x542289>_0x24336b;},'rSRkN':function(_0x1bf20a,_0x1993f9,_0x18b75a,_0x48bf56){return _0x1bf20a(_0x1993f9,_0x18b75a,_0x48bf56);},'SmZPe':function(_0x1d88c0,_0x34c3e7){return _0x1d88c0-_0x34c3e7;},'nGZEt':function(_0x338a9f,_0x43bb11){return _0x338a9f===_0x43bb11;},'HNFUs':function(_0x1797ca,_0x5ded29){return _0x1797ca/_0x5ded29;},'ypuBe':function(_0xac65bc,_0xfe5ff4){return _0xac65bc<_0xfe5ff4;},'dSYim':function(_0x108326,_0x44abf5){return _0x108326*_0x44abf5;},'IEQgL':function(_0x1ade8a,_0x1bb12e){return _0x1ade8a+_0x1bb12e;}};try{const _0x2cd6a5=_0x352329['testUUID']||_0x352329[_0x2e31a(0x1b4)],_0x57fae7=Array[_0x2e31a(0x1ac)](_0x33e106[_0x2e31a(0x17e)]()[_0x2e31a(0x1df)]()),_0x4f8151=_0x33e106[_0x2e31a(0x17e)]()[_0x2e31a(0x230)](_0x2cd6a5);if(!_0x4f8151){logger[_0x2e31a(0x182)](_0x2e31a(0x17f)+_0x2cd6a5);return;}const {[TestFrameworkConstants[_0x2e31a(0x160)]]:_0x19b5f8='',[TestFrameworkConstants[_0x2e31a(0x276)]]:_0x49b87d=''}=_0x4f8151;let _0x35d497=[];_0x4f8151&&_0x4f8151[TestFrameworkConstants[_0x2e31a(0x2b7)]]&&Array[_0x2e31a(0x191)](_0x4f8151[TestFrameworkConstants[_0x2e31a(0x2b7)]])?(_0x35d497=_0x4f8151[TestFrameworkConstants['KEY_LOGS']]||[],logger[_0x2e31a(0x182)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20'+_0x35d497[_0x2e31a(0x215)]+_0x2e31a(0x1f2)+_0x2cd6a5),_0x33e106[_0x2e31a(0x164)]({[_0x2cd6a5]:{[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants[_0x2e31a(0x160)]]:this[_0x2e31a(0x1fd)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x2e31a(0x1d4)]()[this[_0x2e31a(0x1fd)]()[0x0]]||''}}),logger[_0x2e31a(0x182)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x2cd6a5)):logger[_0x2e31a(0x182)](_0x2e31a(0x1b1)+_0x2cd6a5);logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20'+_0x35d497[_0x2e31a(0x215)]+_0x2e31a(0x24b)+_0x2cd6a5);const _0x21f3f2=_0x35d497[_0x2e31a(0x15b)](_0xed1f6a=>_0xed1f6a[_0x2e31a(0x1c3)]===_0x2e31a(0x17a));_0x182023[_0x2e31a(0x283)](_0x21f3f2[_0x2e31a(0x215)],0x0)&&(logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20'+_0x21f3f2[_0x2e31a(0x215)]+_0x2e31a(0x284)+_0x2cd6a5),_0x21f3f2[_0x2e31a(0x1a8)]((_0x3f0b97,_0x5a9d6a)=>{const _0x22ab48=_0x2e31a;logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20'+_0x182023[_0x22ab48(0x23e)](_0x5a9d6a,0x1)+'/'+_0x21f3f2[_0x22ab48(0x215)]+'\x20-\x20test_identifier='+(_0x3f0b97['test_identifier']||_0x182023[_0x22ab48(0x2a8)])+_0x22ab48(0x279)+(_0x3f0b97[_0x22ab48(0x1e9)]||_0x182023[_0x22ab48(0x2a8)])+_0x22ab48(0x238)+(_0x3f0b97[_0x22ab48(0x2a4)]||_0x182023[_0x22ab48(0x254)])+_0x22ab48(0x178)+(_0x3f0b97[_0x22ab48(0x1c6)]?.[_0x22ab48(0x215)]||0x0));}));const _0x58c044=_0x4f8151[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x59565d=_0x182023[_0x2e31a(0x173)](getMediaArtifactsLogs,_0x58c044,null,_0x2cd6a5),_0x29dbd1=(_0x35d497||[])['concat'](_0x59565d||[]),_0x58bae5=_0x21f3f2?.[_0x2e31a(0x215)]||0x0,_0x4f5730=_0x182023[_0x2e31a(0x267)](_0x35d497?.[_0x2e31a(0x215)]||0x0,_0x58bae5);logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20'+_0x2cd6a5+_0x2e31a(0x297)+_0x4f5730+_0x2e31a(0x1b0)+_0x58bae5+_0x2e31a(0x153)+(_0x59565d?.[_0x2e31a(0x215)]||0x0)+_0x2e31a(0x234)+_0x29dbd1[_0x2e31a(0x215)]);if(!_0x29dbd1||_0x182023['nGZEt'](_0x29dbd1['length'],0x0)){logger[_0x2e31a(0x182)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0x2cd6a5);return;}const _0x3a5627=0x28,_0x581de5=Math[_0x2e31a(0x1c5)](_0x182023[_0x2e31a(0x269)](_0x29dbd1['length'],_0x3a5627));for(let _0xde2278=0x0;_0x182023[_0x2e31a(0x28e)](_0xde2278,_0x581de5);_0xde2278++){const _0x39e0c6=_0x182023['dSYim'](_0xde2278,_0x3a5627),_0x4e2a99=_0x182023[_0x2e31a(0x23e)](_0x39e0c6,_0x3a5627),_0x27b077=_0x29dbd1[_0x2e31a(0x24e)](_0x39e0c6,_0x4e2a99),_0x182b40=global?.[_0x2e31a(0x1ec)]??0x0,_0x4710ac={'platformIndex':_0x182b40,'logs':_0x27b077,'testFrameworkName':_0x19b5f8,'testFrameworkVersion':_0x49b87d,'testFrameworkState':_0x38417e['toString']()['split']('.')[0x1]},_0x584826={};_0x584826[_0x2e31a(0x285)]=0x3,_0x584826[_0x2e31a(0x257)]=0x5,logger[_0x2e31a(0x182)](_0x2e31a(0x1f0)+_0x182023['VaxHX'](_0xde2278,0x1)+'/'+_0x581de5+_0x2e31a(0x14d)+_0x2cd6a5+',\x20logsInBatch:\x20'+_0x27b077[_0x2e31a(0x215)]+_0x2e31a(0x136)+_0x182b40+_0x2e31a(0x1b7)+util[_0x2e31a(0x21c)](_0x4710ac,_0x584826));const _0x3afc03=await GrpcClient[_0x2e31a(0x245)]()[_0x2e31a(0x195)](_0x4710ac);logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x182023['IEQgL'](_0xde2278,0x1)+'/'+_0x581de5+_0x2e31a(0x14d)+_0x2cd6a5+_0x2e31a(0x1a4)+util['inspect'](_0x3afc03));}_0x59565d&&_0x182023[_0x2e31a(0x283)](_0x59565d[_0x2e31a(0x215)],0x0)&&_0x4f8151[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]&&_0x33e106[_0x2e31a(0x164)]({[_0x2cd6a5]:{[TestFrameworkConstants[_0x2e31a(0x154)]]:{},[TestFrameworkConstants[_0x2e31a(0x160)]]:this[_0x2e31a(0x1fd)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x2e31a(0x1d4)]()[this[_0x2e31a(0x1fd)]()[0x0]]||''}}),logger[_0x2e31a(0x182)](_0x2e31a(0x27a)+_0x2cd6a5+_0x2e31a(0x28f)+_0x581de5);}catch(_0x2963de){logger[_0x2e31a(0x206)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20'+(_0x352329['testUUID']||_0x352329[_0x2e31a(0x1b4)])+_0x2e31a(0x22c)+util['format'](_0x2963de));}}[a79_0x1e61e9(0x22d)](_0x1beb59,_0x5816a5,_0x3cfc38,_0x1d9a51,_0x5346a6){const _0x3d936f=a79_0x1e61e9,_0x50cc9a={};_0x50cc9a['hAQBV']=function(_0xf11825,_0x3e369e){return _0xf11825===_0x3e369e;},_0x50cc9a[_0x3d936f(0x1cf)]=_0x3d936f(0x157);const _0x3b2f5b=_0x50cc9a,{hookData:_0x47fa5}=_0x5346a6,_0x1d9967={'testId':_0x5816a5,'testFrameworkState':_0x3cfc38,'hookState':_0x1d9a51,'args':_0x5346a6,'timestamp':new Date()[_0x3d936f(0x29d)]()};if(_0x3b2f5b[_0x3d936f(0x221)](_0x3cfc38,TestFrameworkState[_0x3d936f(0x1eb)])&&_0x47fa5){const _0x5f4498={};_0x5f4498['filePath']=_0x47fa5[_0x3d936f(0x2a0)]||_0x47fa5[_0x3d936f(0x1d3)],_0x5f4498[_0x3d936f(0x27e)]=_0x47fa5[_0x3d936f(0x27e)]||_0x47fa5[_0x3d936f(0x2a7)]&&_0x47fa5['scopes'][0x0]||'',_0x5f4498['hookType']=_0x3b2f5b[_0x3d936f(0x1cf)],_0x1d9967[_0x3d936f(0x1d8)]=_0x5f4498,logger[_0x3d936f(0x182)]('[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20'+_0x5816a5+',\x20filePath:\x20'+_0x1d9967[_0x3d936f(0x1d8)][_0x3d936f(0x26d)]+_0x3d936f(0x19d)+_0x1d9967[_0x3d936f(0x1d8)][_0x3d936f(0x27e)]);}_0x1beb59[_0x3d936f(0x24c)](_0x5816a5,_0x1d9967),logger[_0x3d936f(0x182)](_0x3d936f(0x247)+_0x5816a5+_0x3d936f(0x277)+_0x3cfc38+_0x3d936f(0x210)+_0x1d9a51);}async[a79_0x1e61e9(0x14b)](_0x2b8991,_0x113782){const _0x571812=a79_0x1e61e9,_0x2ca391={};_0x2ca391[_0x571812(0x1ad)]=function(_0x514fd9,_0x58ec8d){return _0x514fd9>_0x58ec8d;},_0x2ca391[_0x571812(0x14c)]=function(_0x2982e8,_0x34e2dc){return _0x2982e8===_0x34e2dc;},_0x2ca391[_0x571812(0x155)]=function(_0x2e404d,_0x124f84){return _0x2e404d>_0x124f84;},_0x2ca391[_0x571812(0x193)]='[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook';const _0x1ac1e2=_0x2ca391;if(_0x2b8991[_0x571812(0x1d1)](_0x113782)){const _0x24d108=_0x2b8991[_0x571812(0x13a)](_0x113782);logger[_0x571812(0x182)](_0x571812(0x211)+_0x24d108['length']+_0x571812(0x1b3)+_0x113782);for(const _0x1c1d5e of _0x24d108){try{const _0xe98d2d=await this['trackHookEvent'](_0x2b8991,_0x1c1d5e[_0x571812(0x249)],_0x1c1d5e[_0x571812(0x26a)],_0x1c1d5e['args']);_0xe98d2d&&_0x1ac1e2[_0x571812(0x1ad)](Object['keys'](_0xe98d2d)['length'],0x0)&&_0x2b8991[_0x571812(0x164)](_0xe98d2d),await this['runHooks'](_0x2b8991,_0x1c1d5e[_0x571812(0x249)],_0x1c1d5e[_0x571812(0x26a)],_0x1c1d5e[_0x571812(0x28b)]);}catch(_0x33db1b){logger[_0x571812(0x206)]('Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20'+_0x113782+_0x571812(0x22c)+_0x33db1b);}}_0x2b8991[_0x571812(0x1b8)](_0x113782),logger[_0x571812(0x182)](_0x571812(0x237)+_0x113782);}const _0xfe6670=_0x2b8991['getAllData']()[_0x571812(0x230)](_0x113782);if(_0xfe6670){const _0x284bb9=_0xfe6670[TestFrameworkConstants[_0x571812(0x156)]]||_0xfe6670[TestFrameworkConstants['KEY_TEST_LOCATION']],_0x378727=_0xfe6670[TestFrameworkConstants[_0x571812(0x205)]]||_0xfe6670[TestFrameworkConstants['KEY_TEST_SCOPES']]&&_0xfe6670[TestFrameworkConstants[_0x571812(0x213)]][0x0]||'';logger[_0x571812(0x182)](_0x571812(0x262)+_0x284bb9+_0x571812(0x19d)+_0x378727);const _0x500107=_0x2b8991['getAllPendingHookTestIds']();for(const _0x4c1c82 of _0x500107){if(_0x1ac1e2[_0x571812(0x14c)](_0x4c1c82,_0x113782))continue;if(_0x2b8991[_0x571812(0x1d1)](_0x4c1c82)){const _0x3694a5=_0x2b8991[_0x571812(0x13a)](_0x4c1c82);for(const _0x5b9b54 of _0x3694a5){if(_0x1ac1e2[_0x571812(0x14c)](_0x5b9b54['testFrameworkState'],TestFrameworkState['BEFORE_ALL'])&&_0x5b9b54['hookMetadata']){const _0x30530e=_0x5b9b54[_0x571812(0x1d8)]['filePath'],_0x4e0a64=_0x5b9b54[_0x571812(0x1d8)][_0x571812(0x27e)];if(_0x1ac1e2[_0x571812(0x14c)](_0x30530e,_0x284bb9)&&_0x1ac1e2['TnjQn'](_0x4e0a64,_0x378727)){logger[_0x571812(0x182)](_0x571812(0x1d9)+_0x4c1c82+_0x571812(0x255)+_0x113782+_0x571812(0x290)+_0x30530e+_0x571812(0x19d)+_0x4e0a64);_0x5b9b54[_0x571812(0x28b)]&&_0x5b9b54[_0x571812(0x28b)][_0x571812(0x209)]&&(_0x5b9b54[_0x571812(0x28b)][_0x571812(0x209)][_0x571812(0x1dc)]=_0x113782,logger[_0x571812(0x182)](_0x571812(0x19e)+_0x4c1c82+_0x571812(0x240)+_0x113782));try{const _0x5a3fb5=await this[_0x571812(0x1a5)](_0x2b8991,_0x5b9b54[_0x571812(0x249)],_0x5b9b54[_0x571812(0x26a)],_0x5b9b54[_0x571812(0x28b)]);_0x5a3fb5&&_0x1ac1e2['DMJNc'](Object['keys'](_0x5a3fb5)['length'],0x0)&&_0x2b8991[_0x571812(0x164)](_0x5a3fb5);await this[_0x571812(0x1d7)](_0x2b8991,_0x5b9b54['testFrameworkState'],_0x5b9b54[_0x571812(0x26a)],_0x5b9b54[_0x571812(0x28b)]);const _0x4a8559=_0x2b8991[_0x571812(0x13a)](_0x4c1c82)[_0x571812(0x15b)](_0x32dfce=>_0x32dfce!==_0x5b9b54);if(_0x1ac1e2['TnjQn'](_0x4a8559['length'],0x0))_0x2b8991[_0x571812(0x1b8)](_0x4c1c82);else{_0x2b8991[_0x571812(0x1b8)](_0x4c1c82);for(const _0x3a20ec of _0x4a8559){_0x2b8991[_0x571812(0x24c)](_0x4c1c82,_0x3a20ec);}}logger[_0x571812(0x182)](_0x1ac1e2[_0x571812(0x193)]);}catch(_0x2aa003){logger['error'](_0x571812(0x28a)+_0x113782+',\x20error:\x20'+_0x2aa003);}}}}}}}}[a79_0x1e61e9(0x2bb)](_0x15e3f3){const _0x4a4420=a79_0x1e61e9,_0x464b0f={'FHRuZ':function(_0x50e3bc){return _0x50e3bc();}};if(!_0x15e3f3||!_0x15e3f3['parent'])return;_0x15e3f3['parent'][_0x4a4420(0x1ee)]&&Array[_0x4a4420(0x191)](_0x15e3f3[_0x4a4420(0x1d0)][_0x4a4420(0x1ee)])&&_0x15e3f3[_0x4a4420(0x1d0)][_0x4a4420(0x1ee)][_0x4a4420(0x1a8)](_0xf4172=>{const _0x54e67c=_0x4a4420;!_0xf4172['hookAnalyticsId']&&!_0xf4172[_0x54e67c(0x181)]&&(_0xf4172[_0x54e67c(0x1ca)]=_0x464b0f['FHRuZ'](uuidv4),_0xf4172[_0x54e67c(0x181)]=_0xf4172[_0x54e67c(0x1ca)],logger['debug'](_0x54e67c(0x21e)+_0xf4172[_0x54e67c(0x19c)]+_0x54e67c(0x1bb)+_0xf4172['hookAnalyticsId']));}),this[_0x4a4420(0x2bb)](_0x15e3f3[_0x4a4420(0x1d0)]);}[a79_0x1e61e9(0x228)](_0x57e83e){const _0x58be05=a79_0x1e61e9,_0x189c67={'HqRuC':function(_0x344a16,_0x586e21){return _0x344a16(_0x586e21);}};if(!_0x57e83e||!_0x57e83e[_0x58be05(0x1d0)])return[];const _0x553104=[];return _0x57e83e[_0x58be05(0x1d0)][_0x58be05(0x1ee)]&&Array[_0x58be05(0x191)](_0x57e83e['parent'][_0x58be05(0x1ee)])&&_0x57e83e[_0x58be05(0x1d0)][_0x58be05(0x1ee)]['forEach'](_0x1497a8=>{const _0x35b38d=_0x58be05,_0x54f4a5=_0x1497a8[_0x35b38d(0x1ca)]||_0x1497a8[_0x35b38d(0x181)];_0x54f4a5&&!this[_0x35b38d(0x1e1)](_0x1497a8)&&!_0x189c67[_0x35b38d(0x21b)](isInternalHook,_0x1497a8['fn'])&&_0x553104[_0x35b38d(0x14f)](_0x54f4a5);}),[..._0x553104,...this[_0x58be05(0x228)](_0x57e83e[_0x58be05(0x1d0)])];}['buildHookMapFromTest'](_0x5029ee){const _0x4cc931=a79_0x1e61e9,_0x5ddb5c={'duWFy':function(_0x438e29,_0x5155ba){return _0x438e29(_0x5155ba);},'ZYWEA':_0x4cc931(0x1b9),'jRTYs':function(_0x5ee70f,_0x50ebd3){return _0x5ee70f(_0x50ebd3);}},_0x275fd6=new Map(),_0x411571=_0xb1f008=>{const _0x5cd136=_0x4cc931,_0x3ef217={'CQylt':function(_0xf6759a,_0x1fb0a4){const _0x220e87=a79_0x39c5;return _0x5ddb5c[_0x220e87(0x232)](_0xf6759a,_0x1fb0a4);},'jBUdH':_0x5ddb5c[_0x5cd136(0x2b9)]};if(!_0xb1f008||!_0xb1f008[_0x5cd136(0x1d0)])return;_0xb1f008[_0x5cd136(0x1d0)][_0x5cd136(0x1ee)]&&Array[_0x5cd136(0x191)](_0xb1f008[_0x5cd136(0x1d0)][_0x5cd136(0x1ee)])&&_0xb1f008[_0x5cd136(0x1d0)][_0x5cd136(0x1ee)]['forEach'](_0x1e7071=>{const _0x34a076=_0x5cd136,_0xa2c0c=_0x1e7071[_0x34a076(0x1ca)]||_0x1e7071['hookUUID'];if(_0xa2c0c&&!this['isJestInternalHook'](_0x1e7071)&&!_0x3ef217['CQylt'](isInternalHook,_0x1e7071['fn'])){const _0x58edec={};_0x58edec[_0x34a076(0x19c)]=_0x1e7071['type']||_0x3ef217['jBUdH'],_0x58edec[_0x34a076(0x244)]=_0x1e7071['name']||'\x22'+_0x1e7071[_0x34a076(0x19c)]+_0x34a076(0x2ab),_0x275fd6[_0x34a076(0x194)](_0xa2c0c,_0x58edec);}}),_0x5ddb5c[_0x5cd136(0x176)](_0x411571,_0xb1f008[_0x5cd136(0x1d0)]);};return _0x5ddb5c[_0x4cc931(0x176)](_0x411571,_0x5029ee),_0x275fd6;}[a79_0x1e61e9(0x1e1)](_0x6b075b){const _0x1b9792=a79_0x1e61e9,_0x52985c={};_0x52985c[_0x1b9792(0x201)]='jest-circus',_0x52985c[_0x1b9792(0x1aa)]=_0x1b9792(0x139);const _0x30ce9a=_0x52985c;try{const _0x13d84d=this[_0x1b9792(0x22f)](_0x6b075b);if(!_0x13d84d||_0x13d84d[_0x1b9792(0x140)](_0x30ce9a[_0x1b9792(0x201)]))return!![];return![];}catch(_0x58d4b4){logger[_0x1b9792(0x182)](_0x30ce9a[_0x1b9792(0x1aa)]);}return![];}['getRootParentFile'](_0x337314){const _0x2b59da=a79_0x1e61e9,_0x30b902={'gOMDG':function(_0x166817,_0x59165f){return _0x166817(_0x59165f);}};if(_0x337314['asyncError'])try{const _0x5341d0=stackTrace[_0x2b59da(0x1f8)](_0x337314[_0x2b59da(0x1ae)]),_0x71ea79=_0x30b902[_0x2b59da(0x22a)](pickUserFrameFile,_0x5341d0);if(_0x71ea79)return _0x71ea79;logger[_0x2b59da(0x182)]('[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length='+_0x5341d0[_0x2b59da(0x215)]+')');}catch(_0x242c77){logger[_0x2b59da(0x182)](_0x2b59da(0x1bc)+util[_0x2b59da(0x141)](_0x242c77));}if(_0x337314['file'])return _0x337314['file'];return null;}}module[a79_0x1e61e9(0x1e6)]=JestTestFramework;
|
|
1
|
+
function a79_0x75c0(_0x34ff8d,_0x2e140d){const _0x199436=a79_0x1994();return a79_0x75c0=function(_0x75c043,_0x15dfb2){_0x75c043=_0x75c043-0x18c;let _0x4ec456=_0x199436[_0x75c043];return _0x4ec456;},a79_0x75c0(_0x34ff8d,_0x2e140d);}const a79_0x42f048=a79_0x75c0;(function(_0x350b2e,_0x3d26f2){const _0x27ebdc=a79_0x75c0,_0x326ef0=_0x350b2e();while(!![]){try{const _0x2deb64=-parseInt(_0x27ebdc(0x19c))/0x1+parseInt(_0x27ebdc(0x27a))/0x2+parseInt(_0x27ebdc(0x26d))/0x3*(-parseInt(_0x27ebdc(0x205))/0x4)+parseInt(_0x27ebdc(0x299))/0x5+-parseInt(_0x27ebdc(0x300))/0x6+-parseInt(_0x27ebdc(0x21e))/0x7+-parseInt(_0x27ebdc(0x28b))/0x8*(-parseInt(_0x27ebdc(0x280))/0x9);if(_0x2deb64===_0x3d26f2)break;else _0x326ef0['push'](_0x326ef0['shift']());}catch(_0xae96f3){_0x326ef0['push'](_0x326ef0['shift']());}}}(a79_0x1994,0x5a6b7));function a79_0x1994(){const _0x1f0802=['[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=',',\x20test_run_uuid=','replace','hookType','removePendingHooks','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','depth','includes','KEY_HOOKS_FINISHED','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','substring','testFrameworkVersion','testFrameworkName','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','isArray','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','getJestTestTags','ROOT_DESCRIBE_BLOCK','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','BEFORE_ALL','\x20logs\x20for\x20testId:\x20','WEuIJ','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20',',\x20duration=','tags','Rrxvt','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','KEY_TEST_RETRY_OF','retryOf','Processing\x20',',\x20hookType=','../state/hookState.js','hooks','KEY_HOOKS_STARTED','hChmu','getActiveHook','file_name','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','../grpcClient','2076810pZojBn','PcKUi','gRUOh','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','MNWnp','none','__bstackPlatformIndex','getAllData','addMultipleEntries','type','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','CXfsO','removeActiveHook','kSDUW','JwiYE','code','\x20(testIdentifier),\x20tags=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','KEY_TEST_META','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','testData','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=',',\x20screenshotLogs:\x20','../TestInfo.js','hookData','../instances/trackedInstance.js','\x20for\x20testId:\x20','igfcG','getHooksForTest','Unknown\x20Test','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','getProcessId','../cliUtils.js','hookMetadata','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','getPendingHooks','593698RXbIqC','KEY_AUTOMATE_SESSION_NAME','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','startsWith','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','getCurrentInstanceName','xqsKD','forEach','trackJestInstance:\x20instance\x20already\x20exists','GNJmS','keys','KEY_TEST_FAILURE','rxdqm','pjHWn','FxdcS','PRE','GyNzg','ceil','toISOString','match','base64','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','\x20-\x20testId:\x20','mapTestHooks','logCreatedEvent','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','warn','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','KEY_HOOK_RESULT','concat','McVHM','oMlnu','KEY_TEST_FRAMEWORK_VERSION','ZqlYG','KEY_HOOK_LAST_FINISHED','test_identifier',',\x20messageLength=','passed','getThreadId','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20',',\x20filePath=','\x20attachments','Nfsps','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','stringify','txKcc','KEY_TEST_CODE','\x20(testIdentifier),\x20result=',',\x20totalLogs:\x20','started_at','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','ppUsx','getJestTestFilePath','__workerDetails','trackHookEvent','aAWFw','activeHooks','duration','buildHookMapFromTest',',\x20payload:\x20','startedAt','KEY_TEST_FRAMEWORK_NAME','hookUUID','KEY_TEST_STARTED_AT','\x22\x20from\x20testData','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','KEY_TEST_FAILURE_TYPE',',\x20consoleLogs:\x20','hookState','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','missing','hook_type','\x20&\x20hookState=','WAOgY','parallelIndex','scope','TEST','getJestTestName','platformIndex','jest-circus','createTestFrameworkEventPayload','skip','has',',\x20exception=','KEY_HOOK_FAILURE_REASON','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','executionContext','unknown','POST',',\x20totalBatches:\x20','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','vgLTC','getAllPendingHookTestIds','UoJSy','ESoWp','isJestInternalHook',',\x20version=','LXcbi','KEY_TEST_SCOPES',',\x20scopes=','hook_run_uuid','resolveInstance','pRLsd','testId','206716ZbDvIh','./testFramework','gTNxE','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','test_run_id','filePath',',\x20filePath:\x20','length','LVMCb','eventJson',',\x20argsKeys=','angzq',',\x20failureReason=',',\x20response=','KEY_TEST_ENDED_AT','message','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','body','location','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','set',',\x20hookData=','getId','TpauN','3535392esUSlA','status','hfKOc',',\x20testId=','getTrackedInstance','../../../helpers/stackFrameUtils','\x20(testIdentifier)','KEY_HOOK_LAST_STARTED','sovmt','Zprsg','failed','gJLFF','JtdfM','parseJestTestResult',',\x20hookUUID=','args','euKCb','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','debug','../../../helpers/helper.js','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','push','KEY_TEST_ATTACHMENTS','processPendingHooks','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','DEFAULT_HOOK_RESULT','Assert','skipped','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','scopes','format','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','FRVlU','KEY_EVENT_STARTED_AT','maxArrayLength','get','NONE','jRUft','trackJestInstance','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','testFrameworkState','UaHbp','toString','\x20screenshot\x20logs\x20for\x20testId:\x20','BOoCh',',\x20logsInBatch:\x20','KEY_TEST_RERUN_NAME','TEST_SCREENSHOT','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','hook_id','hook_result','Yvvor','KEY_TEST_LOCATION','hGvPf','from','KEY_TEST_FAILURE_REASON','getJestFailureReason','getCurrentTestState','getJestFailureType','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','reverse','getContext','apply','getTestFrameworksVersions','SQWEP','test_run_uuid','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','beforeAll','pid','bdotT','originalTest','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','failure_reason','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','inspect','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','exmvE','hasPendingHooks','ADhuS','18yShJvF','MbweH','JestTestFramework','getTestFrameworks','getJestTestIdentifier','\x22\x20hook','findIndex','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=',',\x20remainingHooks=','AssertionError','Unknown\x20error','file','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','527264KlQAaJ','KEY_HOOK_LOGS','asyncError','errorsDetailed','map','KEY_TEST_NAME','180ZoQIQa','\x20pending\x20hooks\x20for\x20testId:\x20',':testAnalyticsId','QgpDZ','Stored\x20pending\x20hook\x20for\x20testId:\x20',',\x20totalHooks=','../instances/testFrameworkInstance.js','\x20to\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','eKMMV','parent','557552PIqIyB','VzYad','name','parseJestTest',',\x20error:\x20','trackEvent','sendLogCreatedEvent','DEFAULT_TEST_RESULT','cTkhI','KiGNd','dkRSH','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','ZXgAD','Zencl','2339050WhKGVF','test','join','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20',',\x20hookState:\x20','KEY_CUSTOM_TAGS',',\x20result=','Error\x20in\x20createTestFrameworkEventPayload:\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','getJestFailureData','KkObQ','KEY_HOOK_FAILURE','./constants/testFrameworkConstants.js','uuid','runHooks','KEY_HOOK_NAME','KEY_EVENT_ENDED_AT','KcWSm','\x20-\x20test_identifier=',',\x20scope:\x20',',\x20storing\x20as\x20pending\x20hook','createContext','browserstackPlatformIndex','LOG_REPORT','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20',',\x20attachmentLogs:\x20',',\x20failureType=','getCurrentHookState',',\x20hook_run_uuid=','dafwM','xxouz','testUUID','title','zguIC','KEY_TEST_DURATION','AXpOo',',\x20currentTestId:\x20','KEY_TEST_FILE_PATH','slice','getJestTestScopes','addPendingHook','finished_at','KEY_HOOK_ID','splice','KEY_LOGS','hookAnalyticsId','getRootParentFile','toUpperCase','split','filter','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','vNPNA','storePendingHook',',\x20hookState=','KEY_HOOK_FAILURE_TYPE','KEY_TEST_RESULT','error','dbcXI','DMYCF','parse',',\x20contextId=','IopRN','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState='];a79_0x1994=function(){return _0x1f0802;};return a79_0x1994();}const TestFramework=require(a79_0x42f048(0x206)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a79_0x42f048(0x2f8)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a79_0x42f048(0x286)),CLIUtils=require(a79_0x42f048(0x198)),TrackedInstance=require(a79_0x42f048(0x191)),TestFrameworkConstants=require(a79_0x42f048(0x2a5)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a79_0x42f048(0x231)),{isInternalHook}=require('../../../helpers/test-observability/utils'),logger=createClassLogger(a79_0x42f048(0x26f)),{v4:uuidv4}=require(a79_0x42f048(0x2a6)),util=require('util'),TestInfo=require(a79_0x42f048(0x18f)),GrpcClient=require(a79_0x42f048(0x2ff)),stackTrace=require('stack-trace'),{pickUserFrameFile}=require(a79_0x42f048(0x223));class JestTestFramework extends TestFramework{constructor(_0x804691,_0x41330a,_0x260311){const _0x19db8a=a79_0x42f048;super(_0x804691,_0x41330a,_0x260311),this[_0x19db8a(0x1d5)]=new Map();}['setActiveHook'](_0x582163,_0x3bfbc1,_0x5d5943){const _0x16663c=a79_0x42f048,_0x121cd1={};_0x121cd1[_0x16663c(0x301)]=function(_0x3b194e,_0x3ff7cf){return _0x3b194e||_0x3ff7cf;};const _0x557e60=_0x121cd1;if(_0x557e60[_0x16663c(0x301)](!_0x582163,!_0x3bfbc1)){logger[_0x16663c(0x1b7)](_0x16663c(0x274)+_0x582163+_0x16663c(0x22c)+_0x3bfbc1);return;}!this[_0x16663c(0x1d5)]['has'](_0x582163)&&this[_0x16663c(0x1d5)][_0x16663c(0x21a)](_0x582163,[]);const _0x2af218={'hookUUID':_0x3bfbc1,'hookType':_0x5d5943,'startedAt':new Date()[_0x16663c(0x1af)]()};this[_0x16663c(0x1d5)][_0x16663c(0x241)](_0x582163)[_0x16663c(0x233)](_0x2af218),logger[_0x16663c(0x230)](_0x16663c(0x219)+_0x582163+_0x16663c(0x22c)+_0x3bfbc1+_0x16663c(0x2f7)+_0x5d5943+_0x16663c(0x285)+this['activeHooks'][_0x16663c(0x241)](_0x582163)[_0x16663c(0x20d)]);}[a79_0x42f048(0x30c)](_0x292582,_0x2f4898){const _0x17c709=a79_0x42f048,_0xf420e5={};_0xf420e5[_0x17c709(0x1bb)]=function(_0x25488b,_0x3304dd){return _0x25488b||_0x3304dd;},_0xf420e5[_0x17c709(0x1ab)]=function(_0x2ade6e,_0xd37665){return _0x2ade6e!==_0xd37665;},_0xf420e5[_0x17c709(0x247)]=function(_0x66d40b,_0x5ded48){return _0x66d40b===_0x5ded48;};const _0x4ff073=_0xf420e5;if(_0x4ff073[_0x17c709(0x1bb)](!_0x292582,!_0x2f4898)){logger[_0x17c709(0x1b7)]('[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x292582+_0x17c709(0x22c)+_0x2f4898);return;}if(this['activeHooks'][_0x17c709(0x1ef)](_0x292582)){const _0x48e9ee=this[_0x17c709(0x1d5)][_0x17c709(0x241)](_0x292582),_0x5b8af1=_0x48e9ee[_0x17c709(0x273)](_0x324cda=>_0x324cda['hookUUID']===_0x2f4898);_0x4ff073[_0x17c709(0x1ab)](_0x5b8af1,-0x1)?(_0x48e9ee[_0x17c709(0x2c4)](_0x5b8af1,0x1),logger['debug'](_0x17c709(0x1f7)+_0x292582+',\x20hookUUID='+_0x2f4898+_0x17c709(0x275)+_0x48e9ee[_0x17c709(0x20d)]),_0x4ff073['UaHbp'](_0x48e9ee[_0x17c709(0x20d)],0x0)&&this[_0x17c709(0x1d5)]['delete'](_0x292582)):logger[_0x17c709(0x230)](_0x17c709(0x24e)+_0x292582+_0x17c709(0x22c)+_0x2f4898);}}[a79_0x42f048(0x2fc)](_0x1158a5){const _0x4c2fc9=a79_0x42f048,_0x5cd54e={};_0x5cd54e[_0x4c2fc9(0x20e)]=function(_0x58180a,_0x100d58){return _0x58180a>_0x100d58;},_0x5cd54e[_0x4c2fc9(0x220)]=function(_0x2323d2,_0x2bf735){return _0x2323d2-_0x2bf735;};const _0xfc68af=_0x5cd54e;if(!_0x1158a5)return null;if(this['activeHooks'][_0x4c2fc9(0x1ef)](_0x1158a5)){const _0x2a77c0=this[_0x4c2fc9(0x1d5)][_0x4c2fc9(0x241)](_0x1158a5);if(_0xfc68af['LVMCb'](_0x2a77c0[_0x4c2fc9(0x20d)],0x0)){const _0x1f819b=_0x2a77c0[_0xfc68af['hfKOc'](_0x2a77c0[_0x4c2fc9(0x20d)],0x1)];return logger['debug']('[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier='+_0x1158a5+',\x20hookUUID='+_0x1f819b[_0x4c2fc9(0x1db)]+',\x20hookType='+_0x1f819b[_0x4c2fc9(0x2db)]),_0x1f819b;}}return null;}async[a79_0x42f048(0x290)](_0x69445b,_0x2635fc,_0x313571={}){const _0x97f09d=a79_0x42f048,_0xe4dd38={};_0xe4dd38[_0x97f09d(0x226)]=_0x97f09d(0x2e5),_0xe4dd38[_0x97f09d(0x1be)]=function(_0x1fb6ef,_0x11ae6c){return _0x1fb6ef===_0x11ae6c;},_0xe4dd38['Zencl']=function(_0x4d1da7,_0x5d8192){return _0x4d1da7||_0x5d8192;},_0xe4dd38[_0x97f09d(0x302)]=_0x97f09d(0x22f);const _0x1df95b=_0xe4dd38;logger['debug']('[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState='+_0x69445b+_0x97f09d(0x2ce)+_0x2635fc+_0x97f09d(0x210)+Object[_0x97f09d(0x1a7)](_0x313571)[_0x97f09d(0x29b)](',')),await super[_0x97f09d(0x290)](_0x69445b,_0x2635fc,_0x313571);const _0x5c0f57=this[_0x97f09d(0x202)](_0x69445b,_0x2635fc,_0x313571);if(!_0x5c0f57){logger[_0x97f09d(0x230)](_0x1df95b[_0x97f09d(0x226)]);return;}try{let _0x140751,_0x41d0c7,_0xbf4e82;switch(_0x69445b){case TestFrameworkState[_0x97f09d(0x1e9)]:_0x140751=_0x313571[_0x97f09d(0x29a)];const _0x4e0887={};_0x4e0887['depth']=0x2,_0x4e0887[_0x97f09d(0x240)]=0x3,logger[_0x97f09d(0x230)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState='+_0x2635fc+',\x20testData='+util[_0x97f09d(0x268)](_0x140751,_0x4e0887)),_0xbf4e82=this['getJestTestIdentifier'](_0x140751),_0x41d0c7=null,logger[_0x97f09d(0x230)](_0x97f09d(0x2e8)+_0xbf4e82+_0x97f09d(0x224));if(_0x1df95b[_0x97f09d(0x1be)](_0x2635fc,HookState[_0x97f09d(0x1ac)])){logger[_0x97f09d(0x230)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20'+_0xbf4e82);const _0x1ca045={};_0x1ca045[_0x97f09d(0x2b8)]=_0x41d0c7,_0x1ca045['testData']=_0x140751,_0x1ca045[_0x97f09d(0x204)]=_0xbf4e82;const _0x463263=this[_0x97f09d(0x28e)](_0x1ca045),_0x3f8df4={};_0x3f8df4[_0x97f09d(0x2de)]=0x2,_0x3f8df4[_0x97f09d(0x240)]=0x3,logger['debug'](_0x97f09d(0x2b1)+util['inspect'](_0x463263,_0x3f8df4)),_0x5c0f57[_0x97f09d(0x308)](_0x463263),logger[_0x97f09d(0x230)](_0x97f09d(0x2ef)+_0xbf4e82),await this['processPendingHooks'](_0x5c0f57,_0xbf4e82);}else{if(_0x1df95b['ZqlYG'](_0x2635fc,HookState['POST'])){logger[_0x97f09d(0x230)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20'+_0xbf4e82);const _0x735868=_0x5c0f57[_0x97f09d(0x307)]()['get'](_0xbf4e82);logger['debug'](_0x97f09d(0x29c)+util[_0x97f09d(0x268)](Object['keys'](_0x1df95b[_0x97f09d(0x298)](_0x735868,{}))));_0x735868&&_0x735868[TestFrameworkConstants[_0x97f09d(0x234)]]?logger[_0x97f09d(0x230)](_0x97f09d(0x279)+Object[_0x97f09d(0x1a7)](_0x735868[TestFrameworkConstants[_0x97f09d(0x234)]])[_0x97f09d(0x20d)]+'\x20files'):logger[_0x97f09d(0x230)](_0x1df95b[_0x97f09d(0x302)]);const _0x306e41=_0x313571[_0x97f09d(0x264)]||null,_0x414b7a={};_0x414b7a[_0x97f09d(0x2b8)]=_0x41d0c7,_0x414b7a[_0x97f09d(0x18c)]=_0x140751,_0x414b7a[_0x97f09d(0x204)]=_0xbf4e82,_0x414b7a[_0x97f09d(0x264)]=_0x306e41;const _0x5127fe=this[_0x97f09d(0x22b)](_0x414b7a),_0x3d0edd={};_0x3d0edd['depth']=0x2,_0x3d0edd[_0x97f09d(0x240)]=0x3,logger[_0x97f09d(0x230)](_0x97f09d(0x265)+util['inspect'](_0x5127fe,_0x3d0edd)),_0x5c0f57[_0x97f09d(0x308)](_0x5127fe),logger[_0x97f09d(0x230)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20'+_0xbf4e82),await this[_0x97f09d(0x235)](_0x5c0f57,_0xbf4e82);}}break;case TestFrameworkState[_0x97f09d(0x2b0)]:if(_0x1df95b[_0x97f09d(0x1be)](_0x2635fc,HookState[_0x97f09d(0x1f5)])){const _0x2bf487={};_0x2bf487['depth']=0x2,logger[_0x97f09d(0x230)](_0x97f09d(0x236)+util[_0x97f09d(0x268)](_0x313571,_0x2bf487)),await this[_0x97f09d(0x291)](_0x5c0f57,_0x69445b,_0x313571);}break;default:if(CLIUtils['matchHookRegex'](_0x69445b[_0x97f09d(0x248)]()['split']('.')[0x1])){const _0x4208b1={};_0x4208b1[_0x97f09d(0x2de)]=0x2,_0x4208b1['maxArrayLength']=0x3,logger['debug'](_0x97f09d(0x2d7)+_0x69445b+',\x20hookState='+_0x2635fc+',\x20hookData='+util['inspect'](_0x313571[_0x97f09d(0x190)],_0x4208b1));const _0x1fc4eb=await this['trackHookEvent'](_0x5c0f57,_0x69445b,_0x2635fc,_0x313571),_0x2c9611={};_0x2c9611[_0x97f09d(0x2de)]=0x2,_0x2c9611['maxArrayLength']=0x3,logger[_0x97f09d(0x230)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20'+util[_0x97f09d(0x268)](_0x1fc4eb,_0x2c9611)),_0x5c0f57['addMultipleEntries'](_0x1fc4eb);}else logger[_0x97f09d(0x230)](_0x97f09d(0x303)+_0x69445b+_0x97f09d(0x1e5)+_0x2635fc);break;}logger[_0x97f09d(0x230)](_0x97f09d(0x1c8)+_0x69445b+_0x97f09d(0x2ce)+_0x2635fc);}catch(_0x4d9c26){logger['error'](_0x97f09d(0x18d)+_0x69445b+_0x97f09d(0x2ce)+_0x2635fc+_0x97f09d(0x1f0)+util[_0x97f09d(0x23c)](_0x4d9c26));}_0x313571['instance']=_0x5c0f57,await this[_0x97f09d(0x2a7)](_0x5c0f57,_0x69445b,_0x2635fc,_0x313571);}[a79_0x42f048(0x271)](_0x3461a2){const _0x3e252a=a79_0x42f048,_0xdcc4={};_0xdcc4['ADhuS']=_0x3e252a(0x1f2);const _0x3068d7=_0xdcc4;if(_0x3461a2&&(_0x3461a2['id']||_0x3461a2[_0x3e252a(0x2a6)])){const _0x5d788a=_0x3461a2['id']||_0x3461a2['uuid'];return logger[_0x3e252a(0x230)]('[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22'+_0x5d788a+_0x3e252a(0x1dd)),_0x5d788a;}return logger[_0x3e252a(0x230)](_0x3068d7[_0x3e252a(0x26c)]),process[_0x3e252a(0x262)]+_0x3e252a(0x282);}[a79_0x42f048(0x202)](_0x18783a,_0x3464da,_0x541e74={}){const _0x1f86cb=a79_0x42f048;let _0x5b9b85=null;return _0x5b9b85=TestFramework[_0x1f86cb(0x222)](),!_0x5b9b85?(logger['debug'](_0x1f86cb(0x2e6)+_0x18783a),this[_0x1f86cb(0x244)](_0x18783a,_0x541e74),_0x5b9b85=TestFramework[_0x1f86cb(0x222)](),logger[_0x1f86cb(0x230)]('[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists='+!!_0x5b9b85+_0x1f86cb(0x2d5)+_0x5b9b85?.[_0x1f86cb(0x25b)]()?.[_0x1f86cb(0x21c)]())):logger[_0x1f86cb(0x230)](_0x1f86cb(0x2cb)+_0x5b9b85['getContext']()?.[_0x1f86cb(0x21c)]()),_0x5b9b85;}[a79_0x42f048(0x244)](_0x3db702,_0x3eaa46){const _0x1db514=a79_0x42f048,_0x187f77={};_0x187f77[_0x1db514(0x30e)]=_0x1db514(0x1a5);const _0x444216=_0x187f77;if(TestFramework[_0x1db514(0x222)]()){logger[_0x1db514(0x230)](_0x444216['JwiYE']);return;}const _0x3e8546=CLIUtils[_0x1db514(0x1a2)](),_0x3a8177=TrackedInstance[_0x1db514(0x2ae)](_0x3e8546);let _0x131c10=null;logger[_0x1db514(0x230)]('trackJestInstance:\x20created\x20instance\x20for\x20target='+_0x3e8546+',\x20state='+_0x3db702),_0x131c10=new TestFrameworkInstance(_0x3a8177,this['getTestFrameworks'](),this['getTestFrameworksVersions'](),_0x3db702,HookState[_0x1db514(0x242)]),TestFramework['setTrackedInstance'](_0x3a8177,_0x131c10),logger[_0x1db514(0x230)](_0x1db514(0x314)+_0x3a8177[_0x1db514(0x21c)]()+',\x20target='+_0x3e8546+',\x20testFramework='+this['getTestFrameworks']()[0x0]+_0x1db514(0x1fd)+this[_0x1db514(0x25d)]()[this[_0x1db514(0x270)]()[0x0]]);}[a79_0x42f048(0x28e)](_0x3cb320){const _0x741908=a79_0x42f048,_0x2d2f14={};_0x2d2f14[_0x741908(0x253)]=function(_0x2f503a,_0xa5cd9){return _0x2f503a||_0xa5cd9;},_0x2d2f14[_0x741908(0x26a)]=_0x741908(0x1b8);const _0x31f1a4=_0x2d2f14,{testUUID:_0x4b423e,testData:_0x3e3c89,testId:_0x5339de}=_0x3cb320;if(_0x31f1a4[_0x741908(0x253)](!_0x3e3c89,!_0x5339de))return logger[_0x741908(0x230)](_0x31f1a4[_0x741908(0x26a)]),{};const _0xf641aa=this['getTestFrameworks']()[0x0],_0x4f751f=this[_0x741908(0x25d)](),_0x38da76={};_0x38da76[_0x741908(0x2de)]=0x2,_0x38da76['maxArrayLength']=0x3,logger[_0x741908(0x230)]('[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20'+util[_0x741908(0x268)](_0x3e3c89,_0x38da76));const _0x2476e0=_0x3e3c89?.[_0x741908(0x23b)]||[],_0x4122f2=this[_0x741908(0x1ea)](_0x3e3c89),_0xc473bb=this[_0x741908(0x1d1)](_0x3e3c89),_0x41e41e=_0x3e3c89['fn']?_0x3e3c89['fn'][_0x741908(0x248)]():_0x3e3c89?.[_0x741908(0x217)]?_0x3e3c89[_0x741908(0x217)][_0x741908(0x30f)][_0x741908(0x248)]():null,_0x4604c6=this['getJestTestTags'](_0x3e3c89),_0x527b5c={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0xf641aa,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x4f751f[_0xf641aa],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x741908(0x2e0)]]:{},[TestFrameworkConstants[_0x741908(0x2fa)]]:{},[TestFrameworkConstants[_0x741908(0x2d0)]]:TestFrameworkConstants[_0x741908(0x292)],[TestFrameworkConstants[_0x741908(0x19d)]]:_0x4122f2,[TestFrameworkConstants[_0x741908(0x2be)]]:_0xc473bb,[TestFrameworkConstants['KEY_TEST_ID']]:_0x5339de,[TestFrameworkConstants[_0x741908(0x27f)]]:_0x4122f2,[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0xc473bb,[TestFrameworkConstants[_0x741908(0x1cb)]]:_0x41e41e,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x4604c6,[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x3e3c89[_0x741908(0x1ce)]||new Date()[_0x741908(0x1af)](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x2476e0[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x2476e0,[TestFrameworkConstants[_0x741908(0x24c)]]:_0x4122f2,[TestFrameworkConstants[_0x741908(0x29e)]]:{},[TestFrameworkConstants[_0x741908(0x313)]]:{}};_0x3e3c89[_0x741908(0x2f5)]&&(_0x527b5c[TestFrameworkConstants[_0x741908(0x2f4)]]=_0x3e3c89['retryOf']);logger[_0x741908(0x230)](_0x741908(0x312)+_0x4122f2+_0x741908(0x221)+_0x5339de+_0x741908(0x310)+JSON[_0x741908(0x1c9)](_0x4604c6)+_0x741908(0x200)+util[_0x741908(0x268)](_0x2476e0)+_0x741908(0x1c5)+_0xc473bb);const _0x1bcf84={};return _0x1bcf84[_0x5339de]=_0x527b5c,_0x1bcf84;}[a79_0x42f048(0x22b)](_0x27ff79){const _0x1996ac=a79_0x42f048,_0x2654ba={'KkObQ':function(_0xd63749,_0x1b8bb0){return _0xd63749===_0x1b8bb0;},'ntFXG':'afterAll','RLEJA':_0x1996ac(0x261),'Rrxvt':'ALL','GyNzg':'_ALL','gTNxE':function(_0x430a65,_0x47d32c){return _0x430a65||_0x47d32c;},'WEuIJ':_0x1996ac(0x2eb),'IopRN':function(_0x3c0747,_0x3c833d){return _0x3c0747||_0x3c833d;},'zBAmS':_0x1996ac(0x1f4),'euKCb':function(_0xeb16b5,_0x308478){return _0xeb16b5>_0x308478;},'Nfsps':_0x1996ac(0x228),'GNJmS':_0x1996ac(0x1ee),'MbweH':_0x1996ac(0x239),'igfcG':_0x1996ac(0x1c2),'VzYad':function(_0x37ef65,_0x58dbf7){return _0x37ef65!==_0x58dbf7;},'dkRSH':function(_0x4b689f,_0x9d4e22,_0x5d2706,_0x188391){return _0x4b689f(_0x9d4e22,_0x5d2706,_0x188391);},'cTSvL':function(_0x1de08c,_0x2f80fc){return _0x1de08c>_0x2f80fc;},'PYOAE':_0x1996ac(0x2e1)},{testUUID:_0x45522e,testData:_0x2569f2,testId:_0x53c9b9}=_0x27ff79;if(_0x2654ba[_0x1996ac(0x207)](!_0x2569f2,!_0x53c9b9))return logger[_0x1996ac(0x230)](_0x2654ba[_0x1996ac(0x2ee)]),{};const _0x4aa620=this[_0x1996ac(0x202)](TestFrameworkState['TEST'],HookState[_0x1996ac(0x1f5)]),_0x41f729=_0x4aa620[_0x1996ac(0x307)]()[_0x1996ac(0x241)](_0x53c9b9),_0x4952c3=_0x2654ba[_0x1996ac(0x2d6)](_0x41f729,{}),_0x4da4fa=_0x4952c3?_0x4952c3[TestFrameworkConstants[_0x1996ac(0x29e)]]||{}:{},_0x3091cc=_0x4952c3[TestFrameworkConstants[_0x1996ac(0x234)]];logger[_0x1996ac(0x230)]('[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20'+(_0x3091cc?Object[_0x1996ac(0x1a7)](_0x3091cc)[_0x1996ac(0x20d)]:0x0)+_0x1996ac(0x1c6));let _0x345d4e=_0x2654ba['zBAmS'];if(_0x2569f2['result'])_0x345d4e=_0x2569f2['result'];else{if(_0x2569f2['errorsDetailed']&&_0x2654ba['euKCb'](_0x2569f2['errorsDetailed'][_0x1996ac(0x20d)],0x0))_0x345d4e=_0x2654ba['Nfsps'];else _0x2654ba[_0x1996ac(0x2a3)](_0x2569f2[_0x1996ac(0x21f)],_0x2654ba[_0x1996ac(0x1a6)])||_0x2654ba[_0x1996ac(0x2a3)](_0x2569f2[_0x1996ac(0x21f)],_0x2654ba[_0x1996ac(0x26e)])?_0x345d4e=_0x2654ba[_0x1996ac(0x26e)]:_0x345d4e=_0x2654ba[_0x1996ac(0x193)];}const _0x5b51c1={..._0x4952c3,[TestFrameworkConstants[_0x1996ac(0x2d0)]]:_0x345d4e,[TestFrameworkConstants[_0x1996ac(0x214)]]:_0x2569f2[_0x1996ac(0x2c2)]||new Date()['toISOString'](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()['toISOString'](),[TestFrameworkConstants[_0x1996ac(0x29e)]]:_0x4da4fa,[TestFrameworkConstants[_0x1996ac(0x2c5)]]:_0x4952c3[TestFrameworkConstants[_0x1996ac(0x2c5)]]||[],[TestFrameworkConstants[_0x1996ac(0x313)]]:{}};if(_0x2654ba['KkObQ'](_0x345d4e,_0x2654ba[_0x1996ac(0x1c7)])&&_0x2569f2[_0x1996ac(0x27d)]){const _0x50a66f=this['getJestFailureReason'](_0x2569f2),_0x207d18=this[_0x1996ac(0x258)](_0x2569f2),_0x39e6ec=this[_0x1996ac(0x2a2)](_0x2569f2);_0x5b51c1[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]=_0x207d18,_0x5b51c1[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x50a66f,_0x5b51c1[TestFrameworkConstants[_0x1996ac(0x1a8)]]=_0x39e6ec;}_0x2654ba[_0x1996ac(0x28c)](_0x2569f2['duration'],undefined)&&(_0x5b51c1[TestFrameworkConstants[_0x1996ac(0x2bb)]]=_0x2569f2[_0x1996ac(0x1d6)]);_0x2569f2[_0x1996ac(0x2f5)]&&(_0x5b51c1[TestFrameworkConstants[_0x1996ac(0x2f4)]]=_0x2569f2[_0x1996ac(0x2f5)]);const _0x2f5194=_0x41f729?_0x41f729[TestFrameworkConstants[_0x1996ac(0x234)]]||{}:{},_0x313b02=_0x41f729?_0x41f729[TestFrameworkConstants['KEY_TEST_UUID']]:_0x45522e,_0x24d38e=_0x2654ba[_0x1996ac(0x295)](getManualUploadLogs,_0x2f5194,_0x313b02,_0x53c9b9);if(_0x2654ba['cTSvL'](_0x24d38e[_0x1996ac(0x20d)],0x0)){const _0x577c70=_0x5b51c1[TestFrameworkConstants[_0x1996ac(0x2c5)]]||[];_0x5b51c1[TestFrameworkConstants[_0x1996ac(0x2c5)]]=[..._0x577c70,..._0x24d38e];}const _0x48d461=_0x4952c3[TestFrameworkConstants[_0x1996ac(0x2e0)]]||{},_0x1ba00f=_0x4952c3[TestFrameworkConstants['KEY_HOOKS_STARTED']]||{},_0x3bec26={..._0x48d461},_0x21f505=_0x3bec26;Object[_0x1996ac(0x1a7)](_0x1ba00f)['forEach'](_0x580f02=>{const _0x2cc25a=_0x1996ac;!_0x21f505[_0x580f02]&&(_0x21f505[_0x580f02]=[]);const _0x3f3cc6=new Set((_0x21f505[_0x580f02]||[])[_0x2cc25a(0x27e)](_0x1c1a71=>_0x1c1a71[TestFrameworkConstants[_0x2cc25a(0x2c3)]]||_0x1c1a71['hook_id']));(_0x1ba00f[_0x580f02]||[])[_0x2cc25a(0x1a4)](_0xc4aadf=>{const _0x29b2a4=_0x2cc25a,_0x30e334=_0xc4aadf[TestFrameworkConstants[_0x29b2a4(0x2c3)]]||_0xc4aadf[_0x29b2a4(0x24f)];if(!_0x3f3cc6['has'](_0x30e334)){const _0x167b6e={..._0xc4aadf},_0x3966f9=_0x167b6e;!_0x3966f9[TestFrameworkConstants[_0x29b2a4(0x2a9)]]&&!_0x3966f9['event_ended_at']&&(_0x3966f9[TestFrameworkConstants[_0x29b2a4(0x2a9)]]=new Date()[_0x29b2a4(0x1af)]()),!_0x3966f9[TestFrameworkConstants[_0x29b2a4(0x1b9)]]&&!_0x3966f9[_0x29b2a4(0x250)]&&(_0x3966f9[TestFrameworkConstants[_0x29b2a4(0x1b9)]]=TestFrameworkConstants['DEFAULT_HOOK_RESULT']),_0x21f505[_0x580f02]['push'](_0x3966f9);}});});if(_0x27ff79[_0x1996ac(0x264)]){this[_0x1996ac(0x1b4)](_0x27ff79['originalTest']);const _0x21e7ad=this[_0x1996ac(0x1d7)](_0x27ff79['originalTest']),_0x313c9a=this['getHooksForTest'](_0x27ff79['originalTest']);_0x313c9a[_0x1996ac(0x1a4)](_0x426aaf=>{const _0x51d13c=_0x1996ac,_0x2303ec=_0x21e7ad[_0x51d13c(0x241)](_0x426aaf);if(_0x2303ec&&(_0x2654ba[_0x51d13c(0x2a3)](_0x2303ec[_0x51d13c(0x309)],_0x2654ba['ntFXG'])||_0x2654ba['KkObQ'](_0x2303ec['type'],_0x2654ba['RLEJA']))){const _0x3fee0e=_0x2303ec[_0x51d13c(0x309)][_0x51d13c(0x2c8)]()[_0x51d13c(0x2da)](_0x2654ba[_0x51d13c(0x2f2)],_0x2654ba[_0x51d13c(0x1ad)]),_0x34269d=_0x3fee0e;!_0x21f505[_0x34269d]&&(_0x21f505[_0x34269d]=[]);const _0x14d67e=_0x21f505[_0x34269d]['find'](_0x510950=>(_0x510950[TestFrameworkConstants[_0x51d13c(0x2c3)]]||_0x510950[_0x51d13c(0x24f)])===_0x426aaf);!_0x14d67e&&_0x21f505[_0x34269d][_0x51d13c(0x233)]({'key':_0x34269d,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x426aaf,[TestFrameworkConstants[_0x51d13c(0x1b9)]]:TestFrameworkConstants[_0x51d13c(0x237)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:new Date()[_0x51d13c(0x1af)](),[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]:new Date()[_0x51d13c(0x1af)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x51d13c(0x2a8)]]:_0x2303ec[_0x51d13c(0x28d)]||_0x2303ec[_0x51d13c(0x309)]+'\x20hook',[TestFrameworkConstants[_0x51d13c(0x29e)]]:_0x4da4fa});}});}if(_0x2569f2['hooks']&&_0x2654ba[_0x1996ac(0x22e)](_0x2569f2['hooks'][_0x1996ac(0x20d)],0x0))_0x5b51c1[TestFrameworkConstants[_0x1996ac(0x2e0)]]=_0x2569f2[_0x1996ac(0x2f9)],logger[_0x1996ac(0x230)](_0x2654ba['PYOAE']);else _0x2654ba['cTSvL'](Object[_0x1996ac(0x1a7)](_0x21f505)[_0x1996ac(0x20d)],0x0)&&(_0x5b51c1[TestFrameworkConstants[_0x1996ac(0x2e0)]]=_0x21f505,logger[_0x1996ac(0x230)](_0x1996ac(0x2d8)+Object[_0x1996ac(0x1a7)](_0x21f505)['join'](',')));const _0x2cd151=this[_0x1996ac(0x1ea)](_0x2569f2);logger[_0x1996ac(0x230)](_0x1996ac(0x19a)+_0x2cd151+_0x1996ac(0x221)+_0x53c9b9+_0x1996ac(0x1cc)+_0x345d4e+_0x1996ac(0x2f0)+_0x2569f2[_0x1996ac(0x1d6)]);_0x2654ba['KkObQ'](_0x345d4e,_0x2654ba[_0x1996ac(0x1c7)])&&logger[_0x1996ac(0x230)](_0x1996ac(0x259)+_0x53c9b9+_0x1996ac(0x2b3)+_0x5b51c1[TestFrameworkConstants[_0x1996ac(0x1df)]]+_0x1996ac(0x212)+_0x5b51c1[TestFrameworkConstants[_0x1996ac(0x255)]]?.[_0x1996ac(0x2e2)](0x0,0xc8));const _0x32c802={};return _0x32c802[_0x53c9b9]=_0x5b51c1,_0x32c802;}[a79_0x42f048(0x2c0)](_0x52c931){const _0x573c5d=a79_0x42f048,_0x19ca37={};_0x19ca37[_0x573c5d(0x2bc)]=function(_0x4e24d7,_0x4e5ef5){return _0x4e24d7!==_0x4e5ef5;},_0x19ca37[_0x573c5d(0x2b7)]=_0x573c5d(0x2ea);const _0x954e9d=_0x19ca37,_0x15bccc={};_0x15bccc[_0x573c5d(0x2de)]=0x2,_0x15bccc['maxArrayLength']=0x3,logger['debug'](_0x573c5d(0x23d)+util[_0x573c5d(0x268)](_0x52c931,_0x15bccc));const _0x490d4a=[];if(_0x52c931&&_0x52c931[_0x573c5d(0x28a)]){let _0x17171d=_0x52c931[_0x573c5d(0x28a)];while(_0x17171d&&_0x17171d['name']&&_0x954e9d[_0x573c5d(0x2bc)](_0x17171d[_0x573c5d(0x28d)],'')&&_0x954e9d[_0x573c5d(0x2bc)](_0x17171d[_0x573c5d(0x28d)],_0x954e9d[_0x573c5d(0x2b7)])){_0x490d4a['push'](_0x17171d[_0x573c5d(0x28d)]),_0x17171d=_0x17171d[_0x573c5d(0x28a)];}}return _0x490d4a[_0x573c5d(0x25a)]();}['getJestTestName'](_0x4c89b6){const _0x530e67=a79_0x42f048,_0x102893={};_0x102893[_0x530e67(0x294)]=_0x530e67(0x195);const _0x6312a3=_0x102893;if(_0x4c89b6[_0x530e67(0x28d)])return _0x4c89b6['name'];if(_0x4c89b6[_0x530e67(0x2b9)])return _0x4c89b6['title'];return _0x6312a3[_0x530e67(0x294)];}[a79_0x42f048(0x2e9)](_0x23daa8){const _0x5792cd=a79_0x42f048,_0x540e16=[];if(_0x23daa8[_0x5792cd(0x2f1)]&&Array[_0x5792cd(0x2e7)](_0x23daa8[_0x5792cd(0x2f1)]))return _0x23daa8[_0x5792cd(0x2f1)][_0x5792cd(0x27e)](_0x2e594b=>_0x2e594b[_0x5792cd(0x1a0)]('@')?_0x2e594b['substr'](0x1):_0x2e594b);const _0x45a1ca=this[_0x5792cd(0x1ea)](_0x23daa8),_0x1cdb13=_0x45a1ca[_0x5792cd(0x1b0)](/@(\w+)/g);if(_0x1cdb13)return _0x1cdb13['map'](_0x35de4b=>_0x35de4b[_0x5792cd(0x2bf)](0x1));return _0x23daa8[_0x5792cd(0x23b)]&&Array[_0x5792cd(0x2e7)](_0x23daa8['scopes'])&&_0x23daa8[_0x5792cd(0x23b)][_0x5792cd(0x1a4)](_0xa753e4=>{const _0x9f7873=_0x5792cd,_0x4928c7=_0xa753e4[_0x9f7873(0x1b0)](/@(\w+)/g);_0x4928c7&&_0x4928c7[_0x9f7873(0x1a4)](_0x3766f3=>{const _0x3f9fef=_0x9f7873,_0x43154f=_0x3766f3[_0x3f9fef(0x2bf)](0x1);!_0x540e16[_0x3f9fef(0x2df)](_0x43154f)&&_0x540e16[_0x3f9fef(0x233)](_0x43154f);});}),_0x540e16;}[a79_0x42f048(0x1d1)](_0x4c6034){const _0xda8e04=a79_0x42f048,_0x326872={'bZTlC':function(_0xc51fdc,_0x647b04){return _0xc51fdc(_0x647b04);}};if(_0x4c6034['file_name'])return _0x4c6034[_0xda8e04(0x2fd)];if(_0x4c6034[_0xda8e04(0x27c)])try{const _0xb1062=stackTrace[_0xda8e04(0x2d4)](_0x4c6034[_0xda8e04(0x27c)]),_0x434022=_0x326872['bZTlC'](pickUserFrameFile,_0xb1062);if(_0x434022)return _0x434022;logger[_0xda8e04(0x230)](_0xda8e04(0x245)+_0xb1062[_0xda8e04(0x20d)]+')');}catch(_0x3164a3){logger['debug'](_0xda8e04(0x1e2)+util[_0xda8e04(0x23c)](_0x3164a3));}return null;}[a79_0x42f048(0x256)](_0x2be8a1){const _0x251e03=a79_0x42f048,_0x516bef={};_0x516bef[_0x251e03(0x24a)]=function(_0x48a13f,_0x5511e2){return _0x48a13f>_0x5511e2;},_0x516bef[_0x251e03(0x25e)]=_0x251e03(0x277);const _0x285e40=_0x516bef;if(_0x2be8a1[_0x251e03(0x27d)]&&_0x285e40[_0x251e03(0x24a)](_0x2be8a1[_0x251e03(0x27d)][_0x251e03(0x20d)],0x0))return util[_0x251e03(0x268)](_0x2be8a1[_0x251e03(0x27d)][0x0]);if(_0x2be8a1[_0x251e03(0x266)])return _0x2be8a1['failure_reason'];return _0x285e40[_0x251e03(0x25e)];}[a79_0x42f048(0x258)](_0x1288b0){const _0x1d8ae0=a79_0x42f048,_0x575862={};_0x575862[_0x1d8ae0(0x211)]=_0x1d8ae0(0x238),_0x575862[_0x1d8ae0(0x2d2)]=_0x1d8ae0(0x276),_0x575862[_0x1d8ae0(0x2fb)]='UnhandledError';const _0x451363=_0x575862,_0x35e4e6=this[_0x1d8ae0(0x256)](_0x1288b0);if(_0x35e4e6&&_0x35e4e6[_0x1d8ae0(0x2df)](_0x451363['angzq']))return _0x451363[_0x1d8ae0(0x2d2)];return _0x451363[_0x1d8ae0(0x2fb)];}[a79_0x42f048(0x2a2)](_0x4d8229){const _0x4601b4=a79_0x42f048,_0x31ba2e={'eKMMV':function(_0xb8da9,_0x3c519f){return _0xb8da9(_0x3c519f);},'iDtzi':'../../../helpers/test-observability/utils','CXfsO':function(_0x5d4bfe,_0x1a9cd4){return _0x5d4bfe!==_0x1a9cd4;},'FRVlU':_0x4601b4(0x29a)},{failureData:_0x54baf7}=_0x31ba2e[_0x4601b4(0x289)](require,_0x31ba2e['iDtzi']),_0x73eac1=[];return _0x31ba2e[_0x4601b4(0x30b)](_0x4d8229[_0x4601b4(0x27d)],undefined)&&_0x73eac1['push'](_0x4d8229[_0x4601b4(0x27d)],_0x31ba2e[_0x4601b4(0x23e)]),_0x54baf7[_0x4601b4(0x25c)](null,_0x73eac1);}async['trackHookEvent'](_0x1c83f8,_0x4e9ae9,_0x25658d,_0x2e0fe6){const _0x2eb14c=a79_0x42f048,_0x4eddf1={'Pdyqq':'[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','rYAjp':function(_0x4ce103){return _0x4ce103();},'ELzZj':function(_0x22042b,_0x252f9d){return _0x22042b in _0x252f9d;},'TpauN':function(_0x477c00,_0x51202a){return _0x477c00 in _0x51202a;},'CpYIj':function(_0x49d688,_0x9e114){return _0x49d688===_0x9e114;},'ZMgOG':function(_0x2e5244,_0x3c80d7){return _0x2e5244===_0x3c80d7;},'LXcbi':function(_0x5b9d29,_0x4377b4){return _0x5b9d29>_0x4377b4;},'aAWFw':_0x2eb14c(0x228),'Yvvor':'passed','Vhanj':function(_0x503af6,_0x3d18f7){return _0x503af6===_0x3d18f7;},'GzCWS':function(_0x452723,_0x41c6df){return _0x452723===_0x41c6df;},'vgLTC':_0x2eb14c(0x19f),'WAOgY':function(_0x462ad2,_0x1959b8){return _0x462ad2>_0x1959b8;},'ZXgAD':function(_0x53ec7a,_0x479442){return _0x53ec7a===_0x479442;},'rxdqm':function(_0x40d698,_0x488f70){return _0x40d698!==_0x488f70;}},{hookData:_0x569fd5}=_0x2e0fe6,_0xdf510f=_0x25658d[_0x2eb14c(0x248)](),_0x22a6b3=_0x4e9ae9['toString'](),_0x3eead0={};_0x3eead0['depth']=0x2,_0x3eead0['maxArrayLength']=0x3,logger['debug'](_0x2eb14c(0x260)+_0x22a6b3+_0x2eb14c(0x2ce)+_0xdf510f+_0x2eb14c(0x21b)+util['inspect'](_0x569fd5,_0x3eead0));if(!_0x569fd5)return logger['debug'](_0x4eddf1['Pdyqq']),{};const _0x59c18f=_0x569fd5[_0x2eb14c(0x2a6)]||_0x569fd5[_0x2eb14c(0x2c6)]||_0x4eddf1['rYAjp'](uuidv4),_0x3e7664=_0x569fd5[_0x2eb14c(0x20a)]||this[_0x2eb14c(0x271)](_0x569fd5),_0x5877d2=_0x4e9ae9['toString']()[_0x2eb14c(0x2c9)]('.')[0x1],_0x212866=_0x1c83f8['getAllData']()[_0x2eb14c(0x241)](_0x3e7664),_0x156ebf=_0x212866?_0x212866[TestFrameworkConstants[_0x2eb14c(0x29e)]]||{}:{};logger[_0x2eb14c(0x230)]('[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId='+_0x59c18f+_0x2eb14c(0x221)+_0x3e7664+'\x20(testIdentifier),\x20hookType='+_0x5877d2+_0x2eb14c(0x2ce)+_0xdf510f);if(!_0x212866)return logger[_0x2eb14c(0x230)]('[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20'+_0x3e7664+_0x2eb14c(0x2ad)),this[_0x2eb14c(0x2cd)](_0x1c83f8,_0x3e7664,_0x4e9ae9,_0x25658d,_0x2e0fe6),{};let _0x38b85a=_0x212866[TestFrameworkConstants[_0x2eb14c(0x2fa)]];!_0x38b85a&&(_0x38b85a={});!_0x4eddf1['ELzZj'](_0x5877d2,_0x38b85a)&&(_0x38b85a[_0x5877d2]=[]);let _0x37c68a=_0x212866[TestFrameworkConstants[_0x2eb14c(0x2e0)]];!_0x37c68a&&(_0x37c68a={});!_0x4eddf1[_0x2eb14c(0x21d)](_0x5877d2,_0x37c68a)&&(_0x37c68a[_0x5877d2]=[]);const _0x12a941={[_0x3e7664]:{[TestFrameworkConstants[_0x2eb14c(0x2fa)]]:_0x38b85a,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x37c68a,[TestFrameworkConstants[_0x2eb14c(0x1da)]]:this[_0x2eb14c(0x270)]()[0x0]||'',[TestFrameworkConstants[_0x2eb14c(0x1bd)]]:this[_0x2eb14c(0x25d)]()[this[_0x2eb14c(0x270)]()[0x0]]||''}};if(_0x4eddf1['CpYIj'](_0x25658d,HookState[_0x2eb14c(0x1ac)])){const _0x28fee1={'key':_0x5877d2,[TestFrameworkConstants[_0x2eb14c(0x2c3)]]:_0x59c18f,[TestFrameworkConstants[_0x2eb14c(0x1b9)]]:TestFrameworkConstants[_0x2eb14c(0x237)],[TestFrameworkConstants[_0x2eb14c(0x23f)]]:_0x569fd5['started_at']||new Date()[_0x2eb14c(0x1af)](),[TestFrameworkConstants[_0x2eb14c(0x27b)]]:[],[TestFrameworkConstants[_0x2eb14c(0x2a8)]]:_0x569fd5[_0x2eb14c(0x28d)]||_0x569fd5[_0x2eb14c(0x1e4)]||_0x5877d2,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x156ebf};_0x38b85a[_0x5877d2][_0x2eb14c(0x233)](_0x28fee1),_0x12a941[_0x3e7664][TestFrameworkConstants[_0x2eb14c(0x225)]]=_0x5877d2;const _0x4fdefd={};_0x4fdefd['depth']=0x2,logger[_0x2eb14c(0x230)](_0x2eb14c(0x2dd)+_0x5877d2+',\x20hookId='+_0x59c18f+_0x2eb14c(0x221)+_0x3e7664+',\x20hook='+util[_0x2eb14c(0x268)](_0x28fee1,_0x4fdefd));}else{if(_0x4eddf1['ZMgOG'](_0x25658d,HookState[_0x2eb14c(0x1f5)])){const _0x59407d=_0x569fd5['result']||(_0x569fd5[_0x2eb14c(0x27d)]&&_0x4eddf1[_0x2eb14c(0x1fe)](_0x569fd5[_0x2eb14c(0x27d)][_0x2eb14c(0x20d)],0x0)?_0x4eddf1['aAWFw']:_0x4eddf1[_0x2eb14c(0x251)]),_0x34cf4b=_0x38b85a[_0x5877d2]||[];logger['debug'](_0x2eb14c(0x30a)+_0x5877d2+_0x2eb14c(0x221)+_0x3e7664+_0x2eb14c(0x29f)+_0x59407d+',\x20hooksListLength='+_0x34cf4b['length']);if(_0x4eddf1['Vhanj'](_0x34cf4b[_0x2eb14c(0x20d)],0x0)&&_0x4eddf1['GzCWS'](_0x4e9ae9,TestFrameworkState[_0x2eb14c(0x2ec)]))return logger[_0x2eb14c(0x230)](_0x4eddf1[_0x2eb14c(0x1f8)]),this['storePendingHook'](_0x1c83f8,_0x3e7664,_0x4e9ae9,_0x25658d,_0x2e0fe6),{};if(_0x4eddf1[_0x2eb14c(0x1e6)](_0x34cf4b['length'],0x0)){const _0x4c2a16=_0x34cf4b['pop']();_0x4eddf1[_0x2eb14c(0x297)](_0x59407d,_0x4eddf1[_0x2eb14c(0x1d4)])&&_0x569fd5[_0x2eb14c(0x27d)]?(_0x4c2a16[TestFrameworkConstants[_0x2eb14c(0x2cf)]]=this[_0x2eb14c(0x258)](_0x569fd5),_0x4c2a16[TestFrameworkConstants[_0x2eb14c(0x1f1)]]=this[_0x2eb14c(0x256)](_0x569fd5),_0x4c2a16[TestFrameworkConstants[_0x2eb14c(0x2a4)]]=this[_0x2eb14c(0x2a2)](_0x569fd5),logger[_0x2eb14c(0x230)](_0x2eb14c(0x2a1)+_0x5877d2+_0x2eb14c(0x2b3)+_0x4c2a16[TestFrameworkConstants[_0x2eb14c(0x2cf)]]+_0x2eb14c(0x212)+_0x4c2a16[TestFrameworkConstants[_0x2eb14c(0x1f1)]]?.[_0x2eb14c(0x2e2)](0x0,0xc8))):_0x4c2a16[TestFrameworkConstants[_0x2eb14c(0x1b9)]]=_0x4eddf1[_0x2eb14c(0x251)];_0x4eddf1[_0x2eb14c(0x1a9)](_0x59407d,TestFrameworkConstants[_0x2eb14c(0x237)])&&(_0x4c2a16[TestFrameworkConstants[_0x2eb14c(0x1b9)]]=_0x59407d);_0x4c2a16[TestFrameworkConstants[_0x2eb14c(0x2a9)]]=_0x569fd5['finished_at']||new Date()[_0x2eb14c(0x1af)](),_0x4c2a16[TestFrameworkConstants[_0x2eb14c(0x29e)]]=_0x156ebf;const _0x4768b1=_0x4c2a16[TestFrameworkConstants['KEY_HOOK_ID']];!_0x37c68a[_0x5877d2]&&(_0x37c68a[_0x5877d2]=[]);_0x37c68a[_0x5877d2]['push'](_0x4c2a16),_0x12a941[_0x3e7664][TestFrameworkConstants[_0x2eb14c(0x1bf)]]=_0x5877d2;const _0x5a9c67={};_0x5a9c67[_0x2eb14c(0x2de)]=0x2,logger[_0x2eb14c(0x230)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType='+_0x5877d2+',\x20hookId='+_0x4768b1+_0x2eb14c(0x29f)+_0x59407d+',\x20hook='+util[_0x2eb14c(0x268)](_0x4c2a16,_0x5a9c67));}}}return _0x12a941;}[a79_0x42f048(0x1ed)](_0x3d5e89){const _0x7940e1=a79_0x42f048,_0x50df64={};_0x50df64[_0x7940e1(0x2cc)]=_0x7940e1(0x1b1);const _0x3b4286=_0x50df64;try{const _0x149f30=_0x3d5e89[_0x7940e1(0x29a)]?this['getJestTestIdentifier'](_0x3d5e89[_0x7940e1(0x29a)]):_0x3d5e89['hookData'][_0x7940e1(0x20a)],_0xe16067=_0x3d5e89['instance'],_0x583b1a=_0xe16067[_0x7940e1(0x25b)](),_0x188d4d=_0xe16067[_0x7940e1(0x307)]()[_0x7940e1(0x241)](_0x149f30);if(!_0x188d4d)return logger[_0x7940e1(0x230)](_0x7940e1(0x1c4)+_0x149f30),{};const {[TestFrameworkConstants[_0x7940e1(0x1da)]]:_0x2a2f8c=this[_0x7940e1(0x270)]()[0x0]||'',[TestFrameworkConstants[_0x7940e1(0x1bd)]]:_0x50995a=this[_0x7940e1(0x25d)]()[this['getTestFrameworks']()[0x0]]||'',[TestFrameworkConstants[_0x7940e1(0x1dc)]]:_0x5ebf39='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0xbcd919=''}=_0x188d4d,_0x512ea4=_0xe16067[_0x7940e1(0x257)]()[_0x7940e1(0x248)]()[_0x7940e1(0x2c9)]('.')[0x1],_0x5b8473=_0xe16067[_0x7940e1(0x2b4)]()[_0x7940e1(0x248)]()['split']('.')[0x1],_0xb27f29=global?.[_0x7940e1(0x1d2)]?.['workerInfo']?.[_0x7940e1(0x1e7)]||global[_0x7940e1(0x306)]||0x0,_0x1c80e7=_0xe16067['getRef'](),_0x162a76=Buffer[_0x7940e1(0x254)](JSON[_0x7940e1(0x1c9)](_0x188d4d))[_0x7940e1(0x248)](_0x3b4286[_0x7940e1(0x2cc)]),_0x31ee1c={'hash':_0x583b1a['getId'](),'threadId':_0x583b1a[_0x7940e1(0x1c3)]()['toString'](),'processId':_0x583b1a[_0x7940e1(0x197)]()[_0x7940e1(0x248)]()},_0x5ed4d7={};_0x5ed4d7[_0x7940e1(0x1eb)]=_0xb27f29,_0x5ed4d7[_0x7940e1(0x2e4)]=_0x2a2f8c,_0x5ed4d7[_0x7940e1(0x2e3)]=_0x50995a,_0x5ed4d7[_0x7940e1(0x246)]=_0x512ea4,_0x5ed4d7[_0x7940e1(0x1e1)]=_0x5b8473,_0x5ed4d7[_0x7940e1(0x1d9)]=_0x5ebf39,_0x5ed4d7['endedAt']=_0xbcd919,_0x5ed4d7[_0x7940e1(0x2a6)]=_0x1c80e7,_0x5ed4d7[_0x7940e1(0x20f)]=_0x162a76,_0x5ed4d7[_0x7940e1(0x1f3)]=_0x31ee1c,_0x5ed4d7[_0x7940e1(0x1c0)]=_0x149f30;const _0x7418a4=_0x5ed4d7;return _0x7418a4;}catch(_0x2d548e){return logger[_0x7940e1(0x2d1)](_0x7940e1(0x2a0)+util[_0x7940e1(0x23c)](_0x2d548e)),{};}}async[a79_0x42f048(0x291)](_0x247243,_0x36f49c,_0x440a82){const _0x1284d9=a79_0x42f048,_0x5eca51={'jRUft':function(_0x4a7f32,_0x29b35b){return _0x4a7f32+_0x29b35b;},'pRLsd':_0x1284d9(0x1e3),'fRujV':_0x1284d9(0x305),'CwTYc':function(_0x1a70ff,_0x472ef9){return _0x1a70ff>_0x472ef9;},'TSOlK':function(_0x1925ce,_0x57ef9d,_0x49eeb7,_0x5ad30a){return _0x1925ce(_0x57ef9d,_0x49eeb7,_0x5ad30a);},'UQDoW':function(_0x1f8a29,_0x48282f){return _0x1f8a29-_0x48282f;},'ESoWp':function(_0x2d9ef4,_0x267df7){return _0x2d9ef4===_0x267df7;},'fSBzH':function(_0x502a01,_0x33a8a4){return _0x502a01/_0x33a8a4;},'txKcc':function(_0x3919e6,_0x1fe80b){return _0x3919e6<_0x1fe80b;},'bdotT':function(_0x595eb6,_0x59982a){return _0x595eb6*_0x59982a;},'KcWSm':function(_0x4fbd43,_0x28ae42){return _0x4fbd43+_0x28ae42;},'xqsKD':function(_0x243fb6,_0x4e4aad){return _0x243fb6>_0x4e4aad;}};try{const _0x38b5e3=_0x440a82[_0x1284d9(0x2b8)]||_0x440a82[_0x1284d9(0x204)],_0x4e9b71=Array['from'](_0x247243[_0x1284d9(0x307)]()[_0x1284d9(0x1a7)]()),_0x49e3c0=_0x247243[_0x1284d9(0x307)]()[_0x1284d9(0x241)](_0x38b5e3);if(!_0x49e3c0){logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x38b5e3);return;}const {[TestFrameworkConstants[_0x1284d9(0x1da)]]:_0x1408ab='',[TestFrameworkConstants[_0x1284d9(0x1bd)]]:_0xfc938f=''}=_0x49e3c0;let _0x2df0e5=[];_0x49e3c0&&_0x49e3c0[TestFrameworkConstants['KEY_LOGS']]&&Array['isArray'](_0x49e3c0[TestFrameworkConstants[_0x1284d9(0x2c5)]])?(_0x2df0e5=_0x49e3c0[TestFrameworkConstants[_0x1284d9(0x2c5)]]||[],logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20'+_0x2df0e5[_0x1284d9(0x20d)]+_0x1284d9(0x2ed)+_0x38b5e3),_0x247243[_0x1284d9(0x308)]({[_0x38b5e3]:{[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants[_0x1284d9(0x1da)]]:this[_0x1284d9(0x270)]()[0x0]||'',[TestFrameworkConstants[_0x1284d9(0x1bd)]]:this[_0x1284d9(0x25d)]()[this[_0x1284d9(0x270)]()[0x0]]||''}}),logger[_0x1284d9(0x230)](_0x1284d9(0x269)+_0x38b5e3)):logger[_0x1284d9(0x230)](_0x1284d9(0x216)+_0x38b5e3);logger[_0x1284d9(0x230)](_0x1284d9(0x267)+_0x2df0e5['length']+_0x1284d9(0x192)+_0x38b5e3);const _0x2f67c7=_0x2df0e5[_0x1284d9(0x2ca)](_0x5a6a80=>_0x5a6a80['kind']===_0x1284d9(0x24d));_0x5eca51['CwTYc'](_0x2f67c7[_0x1284d9(0x20d)],0x0)&&(logger[_0x1284d9(0x230)](_0x1284d9(0x1cf)+_0x2f67c7['length']+_0x1284d9(0x249)+_0x38b5e3),_0x2f67c7[_0x1284d9(0x1a4)]((_0x11ae30,_0x1e2aca)=>{const _0x641c7a=_0x1284d9;logger['debug'](_0x641c7a(0x2f3)+_0x5eca51[_0x641c7a(0x243)](_0x1e2aca,0x1)+'/'+_0x2f67c7['length']+_0x641c7a(0x2ab)+(_0x11ae30[_0x641c7a(0x1c0)]||_0x5eca51['pRLsd'])+_0x641c7a(0x2d9)+(_0x11ae30[_0x641c7a(0x25f)]||_0x5eca51[_0x641c7a(0x203)])+_0x641c7a(0x2b5)+(_0x11ae30[_0x641c7a(0x201)]||_0x5eca51['fRujV'])+_0x641c7a(0x1c1)+(_0x11ae30[_0x641c7a(0x215)]?.[_0x641c7a(0x20d)]||0x0));}));const _0x104a53=_0x49e3c0[TestFrameworkConstants[_0x1284d9(0x234)]]||{},_0x1d0c33=_0x5eca51['TSOlK'](getMediaArtifactsLogs,_0x104a53,null,_0x38b5e3),_0x5e9b49=(_0x2df0e5||[])[_0x1284d9(0x1ba)](_0x1d0c33||[]),_0x40c153=_0x2f67c7?.[_0x1284d9(0x20d)]||0x0,_0x3e7b49=_0x5eca51['UQDoW'](_0x2df0e5?.[_0x1284d9(0x20d)]||0x0,_0x40c153);logger['debug'](_0x1284d9(0x288)+_0x38b5e3+_0x1284d9(0x1e0)+_0x3e7b49+_0x1284d9(0x18e)+_0x40c153+_0x1284d9(0x2b2)+(_0x1d0c33?.['length']||0x0)+_0x1284d9(0x1cd)+_0x5e9b49[_0x1284d9(0x20d)]);if(!_0x5e9b49||_0x5eca51[_0x1284d9(0x1fb)](_0x5e9b49[_0x1284d9(0x20d)],0x0)){logger[_0x1284d9(0x230)](_0x1284d9(0x232)+_0x38b5e3);return;}const _0x55ce32=0x28,_0x5b93cc=Math[_0x1284d9(0x1ae)](_0x5eca51['fSBzH'](_0x5e9b49[_0x1284d9(0x20d)],_0x55ce32));for(let _0x5b8df4=0x0;_0x5eca51[_0x1284d9(0x1ca)](_0x5b8df4,_0x5b93cc);_0x5b8df4++){const _0x1ee632=_0x5eca51[_0x1284d9(0x263)](_0x5b8df4,_0x55ce32),_0x2d7c1c=_0x5eca51['jRUft'](_0x1ee632,_0x55ce32),_0x5748a8=_0x5e9b49[_0x1284d9(0x2bf)](_0x1ee632,_0x2d7c1c),_0x3d5b8c=global?.[_0x1284d9(0x2af)]??0x0,_0x7e6b07={'platformIndex':_0x3d5b8c,'logs':_0x5748a8,'testFrameworkName':_0x1408ab,'testFrameworkVersion':_0xfc938f,'testFrameworkState':_0x36f49c[_0x1284d9(0x248)]()[_0x1284d9(0x2c9)]('.')[0x1]},_0x3fd2e8={};_0x3fd2e8['depth']=0x3,_0x3fd2e8['maxArrayLength']=0x5,logger[_0x1284d9(0x230)](_0x1284d9(0x311)+_0x5eca51[_0x1284d9(0x2aa)](_0x5b8df4,0x1)+'/'+_0x5b93cc+_0x1284d9(0x1b3)+_0x38b5e3+_0x1284d9(0x24b)+_0x5748a8[_0x1284d9(0x20d)]+',\x20platformIndex:\x20'+_0x3d5b8c+_0x1284d9(0x1d8)+util[_0x1284d9(0x268)](_0x7e6b07,_0x3fd2e8));const _0x30726c=await GrpcClient['getInstance']()[_0x1284d9(0x1b5)](_0x7e6b07);logger[_0x1284d9(0x230)](_0x1284d9(0x311)+_0x5eca51[_0x1284d9(0x243)](_0x5b8df4,0x1)+'/'+_0x5b93cc+'\x20-\x20testId:\x20'+_0x38b5e3+_0x1284d9(0x213)+util[_0x1284d9(0x268)](_0x30726c));}_0x1d0c33&&_0x5eca51[_0x1284d9(0x1a3)](_0x1d0c33[_0x1284d9(0x20d)],0x0)&&_0x49e3c0[TestFrameworkConstants[_0x1284d9(0x234)]]&&_0x247243[_0x1284d9(0x308)]({[_0x38b5e3]:{[TestFrameworkConstants[_0x1284d9(0x234)]]:{},[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x1284d9(0x270)]()[0x0]||'',[TestFrameworkConstants[_0x1284d9(0x1bd)]]:this[_0x1284d9(0x25d)]()[this['getTestFrameworks']()[0x0]]||''}}),logger[_0x1284d9(0x230)](_0x1284d9(0x1a1)+_0x38b5e3+_0x1284d9(0x1f6)+_0x5b93cc);}catch(_0x1991f9){logger[_0x1284d9(0x2d1)](_0x1284d9(0x1de)+(_0x440a82[_0x1284d9(0x2b8)]||_0x440a82[_0x1284d9(0x204)])+_0x1284d9(0x28f)+util[_0x1284d9(0x23c)](_0x1991f9));}}['storePendingHook'](_0x454ee2,_0x484515,_0x46831a,_0x1ed536,_0x5ceaef){const _0x500dd1=a79_0x42f048,_0x165ee5={};_0x165ee5[_0x500dd1(0x283)]=function(_0x37d43a,_0x52f239){return _0x37d43a===_0x52f239;},_0x165ee5[_0x500dd1(0x304)]=_0x500dd1(0x261);const _0x303dc8=_0x165ee5,{hookData:_0x68abcd}=_0x5ceaef,_0x2ff4e2={'testId':_0x484515,'testFrameworkState':_0x46831a,'hookState':_0x1ed536,'args':_0x5ceaef,'timestamp':new Date()[_0x500dd1(0x1af)]()};if(_0x303dc8[_0x500dd1(0x283)](_0x46831a,TestFrameworkState['BEFORE_ALL'])&&_0x68abcd){const _0x4823a4={};_0x4823a4['filePath']=_0x68abcd[_0x500dd1(0x2fd)]||_0x68abcd[_0x500dd1(0x218)],_0x4823a4['scope']=_0x68abcd['scope']||_0x68abcd[_0x500dd1(0x23b)]&&_0x68abcd[_0x500dd1(0x23b)][0x0]||'',_0x4823a4[_0x500dd1(0x2db)]=_0x303dc8[_0x500dd1(0x304)],_0x2ff4e2[_0x500dd1(0x199)]=_0x4823a4,logger[_0x500dd1(0x230)]('[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20'+_0x484515+_0x500dd1(0x20c)+_0x2ff4e2[_0x500dd1(0x199)]['filePath']+',\x20scope:\x20'+_0x2ff4e2[_0x500dd1(0x199)][_0x500dd1(0x1e8)]);}_0x454ee2[_0x500dd1(0x2c1)](_0x484515,_0x2ff4e2),logger[_0x500dd1(0x230)](_0x500dd1(0x284)+_0x484515+',\x20state:\x20'+_0x46831a+_0x500dd1(0x29d)+_0x1ed536);}async[a79_0x42f048(0x235)](_0x1552f1,_0x56fde9){const _0xd9b3a2=a79_0x42f048,_0x3b426d={};_0x3b426d[_0xd9b3a2(0x293)]=function(_0x2c8a92,_0x2832f5){return _0x2c8a92>_0x2832f5;},_0x3b426d[_0xd9b3a2(0x1fa)]=function(_0x20e2e4,_0x2277b0){return _0x20e2e4===_0x2277b0;},_0x3b426d[_0xd9b3a2(0x2d3)]=function(_0x4d79a7,_0x224c12){return _0x4d79a7===_0x224c12;},_0x3b426d[_0xd9b3a2(0x30d)]=function(_0x4b76ef,_0x5daab8){return _0x4b76ef===_0x5daab8;},_0x3b426d[_0xd9b3a2(0x227)]=_0xd9b3a2(0x208);const _0x15d776=_0x3b426d;if(_0x1552f1[_0xd9b3a2(0x26b)](_0x56fde9)){const _0xfb8670=_0x1552f1[_0xd9b3a2(0x19b)](_0x56fde9);logger[_0xd9b3a2(0x230)](_0xd9b3a2(0x2f6)+_0xfb8670[_0xd9b3a2(0x20d)]+_0xd9b3a2(0x281)+_0x56fde9);for(const _0x5c722d of _0xfb8670){try{const _0x489cec=await this['trackHookEvent'](_0x1552f1,_0x5c722d[_0xd9b3a2(0x246)],_0x5c722d['hookState'],_0x5c722d[_0xd9b3a2(0x22d)]);_0x489cec&&_0x15d776[_0xd9b3a2(0x293)](Object[_0xd9b3a2(0x1a7)](_0x489cec)[_0xd9b3a2(0x20d)],0x0)&&_0x1552f1[_0xd9b3a2(0x308)](_0x489cec),await this['runHooks'](_0x1552f1,_0x5c722d[_0xd9b3a2(0x246)],_0x5c722d['hookState'],_0x5c722d['args']);}catch(_0x33d1f0){logger['error'](_0xd9b3a2(0x1b2)+_0x56fde9+_0xd9b3a2(0x28f)+_0x33d1f0);}}_0x1552f1[_0xd9b3a2(0x2dc)](_0x56fde9),logger[_0xd9b3a2(0x230)](_0xd9b3a2(0x1b6)+_0x56fde9);}const _0x3b1fac=_0x1552f1[_0xd9b3a2(0x307)]()[_0xd9b3a2(0x241)](_0x56fde9);if(_0x3b1fac){const _0x597e53=_0x3b1fac[TestFrameworkConstants[_0xd9b3a2(0x2be)]]||_0x3b1fac[TestFrameworkConstants[_0xd9b3a2(0x252)]],_0x323f54=_0x3b1fac[TestFrameworkConstants['KEY_TEST_SCOPE']]||_0x3b1fac[TestFrameworkConstants[_0xd9b3a2(0x1ff)]]&&_0x3b1fac[TestFrameworkConstants[_0xd9b3a2(0x1ff)]][0x0]||'';logger[_0xd9b3a2(0x230)]('[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20'+_0x597e53+_0xd9b3a2(0x2ac)+_0x323f54);const _0x34308b=_0x1552f1[_0xd9b3a2(0x1f9)]();for(const _0x85ba4b of _0x34308b){if(_0x15d776[_0xd9b3a2(0x1fa)](_0x85ba4b,_0x56fde9))continue;if(_0x1552f1[_0xd9b3a2(0x26b)](_0x85ba4b)){const _0x5a5454=_0x1552f1[_0xd9b3a2(0x19b)](_0x85ba4b);for(const _0x2a1c10 of _0x5a5454){if(_0x15d776[_0xd9b3a2(0x2d3)](_0x2a1c10[_0xd9b3a2(0x246)],TestFrameworkState[_0xd9b3a2(0x2ec)])&&_0x2a1c10['hookMetadata']){const _0x20d58d=_0x2a1c10[_0xd9b3a2(0x199)][_0xd9b3a2(0x20b)],_0x147702=_0x2a1c10[_0xd9b3a2(0x199)][_0xd9b3a2(0x1e8)];if(_0x15d776['UoJSy'](_0x20d58d,_0x597e53)&&_0x15d776[_0xd9b3a2(0x30d)](_0x147702,_0x323f54)){logger[_0xd9b3a2(0x230)]('[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20'+_0x85ba4b+_0xd9b3a2(0x2bd)+_0x56fde9+',\x20filePath:\x20'+_0x20d58d+_0xd9b3a2(0x2ac)+_0x147702);_0x2a1c10['args']&&_0x2a1c10[_0xd9b3a2(0x22d)]['hookData']&&(_0x2a1c10['args'][_0xd9b3a2(0x190)]['test_run_id']=_0x56fde9,logger[_0xd9b3a2(0x230)](_0xd9b3a2(0x19e)+_0x85ba4b+_0xd9b3a2(0x287)+_0x56fde9));try{const _0x312da3=await this[_0xd9b3a2(0x1d3)](_0x1552f1,_0x2a1c10['testFrameworkState'],_0x2a1c10[_0xd9b3a2(0x1e1)],_0x2a1c10['args']);_0x312da3&&_0x15d776['cTkhI'](Object[_0xd9b3a2(0x1a7)](_0x312da3)[_0xd9b3a2(0x20d)],0x0)&&_0x1552f1[_0xd9b3a2(0x308)](_0x312da3);await this[_0xd9b3a2(0x2a7)](_0x1552f1,_0x2a1c10[_0xd9b3a2(0x246)],_0x2a1c10[_0xd9b3a2(0x1e1)],_0x2a1c10[_0xd9b3a2(0x22d)]);const _0xaf0f65=_0x1552f1[_0xd9b3a2(0x19b)](_0x85ba4b)['filter'](_0x5f08ff=>_0x5f08ff!==_0x2a1c10);if(_0x15d776['UoJSy'](_0xaf0f65[_0xd9b3a2(0x20d)],0x0))_0x1552f1[_0xd9b3a2(0x2dc)](_0x85ba4b);else{_0x1552f1[_0xd9b3a2(0x2dc)](_0x85ba4b);for(const _0x9e6892 of _0xaf0f65){_0x1552f1[_0xd9b3a2(0x2c1)](_0x85ba4b,_0x9e6892);}}logger[_0xd9b3a2(0x230)](_0x15d776[_0xd9b3a2(0x227)]);}catch(_0x39c08a){logger[_0xd9b3a2(0x2d1)](_0xd9b3a2(0x209)+_0x56fde9+_0xd9b3a2(0x28f)+_0x39c08a);}}}}}}}}[a79_0x42f048(0x1b4)](_0x43f83a){const _0x2cd1c7=a79_0x42f048,_0x550cfb={'gJLFF':function(_0x505d62){return _0x505d62();}};if(!_0x43f83a||!_0x43f83a[_0x2cd1c7(0x28a)])return;_0x43f83a[_0x2cd1c7(0x28a)]['hooks']&&Array[_0x2cd1c7(0x2e7)](_0x43f83a[_0x2cd1c7(0x28a)][_0x2cd1c7(0x2f9)])&&_0x43f83a[_0x2cd1c7(0x28a)]['hooks'][_0x2cd1c7(0x1a4)](_0x1486a2=>{const _0x2c11b2=_0x2cd1c7;!_0x1486a2[_0x2c11b2(0x2c6)]&&!_0x1486a2[_0x2c11b2(0x1db)]&&(_0x1486a2['hookAnalyticsId']=_0x550cfb[_0x2c11b2(0x229)](uuidv4),_0x1486a2[_0x2c11b2(0x1db)]=_0x1486a2[_0x2c11b2(0x2c6)],logger[_0x2c11b2(0x230)](_0x2c11b2(0x296)+_0x1486a2[_0x2c11b2(0x309)]+_0x2c11b2(0x22c)+_0x1486a2[_0x2c11b2(0x2c6)]));}),this[_0x2cd1c7(0x1b4)](_0x43f83a[_0x2cd1c7(0x28a)]);}[a79_0x42f048(0x194)](_0x2996e9){const _0x19dc43=a79_0x42f048,_0x1a92ca={'zguIC':function(_0x2e95f1,_0x39b9b8){return _0x2e95f1(_0x39b9b8);}};if(!_0x2996e9||!_0x2996e9[_0x19dc43(0x28a)])return[];const _0xd6256f=[];return _0x2996e9[_0x19dc43(0x28a)][_0x19dc43(0x2f9)]&&Array[_0x19dc43(0x2e7)](_0x2996e9[_0x19dc43(0x28a)][_0x19dc43(0x2f9)])&&_0x2996e9[_0x19dc43(0x28a)][_0x19dc43(0x2f9)]['forEach'](_0x58cc59=>{const _0x2db8ea=_0x19dc43,_0x127f61=_0x58cc59[_0x2db8ea(0x2c6)]||_0x58cc59[_0x2db8ea(0x1db)];_0x127f61&&!this[_0x2db8ea(0x1fc)](_0x58cc59)&&!_0x1a92ca[_0x2db8ea(0x2ba)](isInternalHook,_0x58cc59['fn'])&&_0xd6256f[_0x2db8ea(0x233)](_0x127f61);}),[..._0xd6256f,...this[_0x19dc43(0x194)](_0x2996e9[_0x19dc43(0x28a)])];}[a79_0x42f048(0x1d7)](_0x25163){const _0xb6ebd9=a79_0x42f048,_0x5f1b58={'pjHWn':function(_0x387022,_0x233cb4){return _0x387022(_0x233cb4);},'oMlnu':_0xb6ebd9(0x1f4),'qcftZ':function(_0x29c9ef,_0x539b8e){return _0x29c9ef(_0x539b8e);}},_0x4b396b=new Map(),_0x7a24d4=_0x54266b=>{const _0x8d7537=_0xb6ebd9,_0xc7bb1b={'ZkJeS':function(_0x118903,_0x3fc8af){const _0x300bc9=a79_0x75c0;return _0x5f1b58[_0x300bc9(0x1aa)](_0x118903,_0x3fc8af);},'SMjlm':_0x5f1b58[_0x8d7537(0x1bc)]};if(!_0x54266b||!_0x54266b[_0x8d7537(0x28a)])return;_0x54266b[_0x8d7537(0x28a)][_0x8d7537(0x2f9)]&&Array[_0x8d7537(0x2e7)](_0x54266b[_0x8d7537(0x28a)][_0x8d7537(0x2f9)])&&_0x54266b[_0x8d7537(0x28a)][_0x8d7537(0x2f9)]['forEach'](_0x34402d=>{const _0x4840f0=_0x8d7537,_0x4a3e77=_0x34402d[_0x4840f0(0x2c6)]||_0x34402d[_0x4840f0(0x1db)];if(_0x4a3e77&&!this[_0x4840f0(0x1fc)](_0x34402d)&&!_0xc7bb1b['ZkJeS'](isInternalHook,_0x34402d['fn'])){const _0x5807a8={};_0x5807a8[_0x4840f0(0x309)]=_0x34402d[_0x4840f0(0x309)]||_0xc7bb1b['SMjlm'],_0x5807a8[_0x4840f0(0x28d)]=_0x34402d[_0x4840f0(0x28d)]||'\x22'+_0x34402d[_0x4840f0(0x309)]+_0x4840f0(0x272),_0x4b396b[_0x4840f0(0x21a)](_0x4a3e77,_0x5807a8);}}),_0x5f1b58['qcftZ'](_0x7a24d4,_0x54266b[_0x8d7537(0x28a)]);};return _0x5f1b58[_0xb6ebd9(0x1aa)](_0x7a24d4,_0x25163),_0x4b396b;}['isJestInternalHook'](_0x421db0){const _0x58ed35=a79_0x42f048,_0xa8fad4={};_0xa8fad4[_0x58ed35(0x1d0)]=_0x58ed35(0x1ec),_0xa8fad4['dafwM']=_0x58ed35(0x2fe);const _0x334abe=_0xa8fad4;try{const _0x42cf4a=this['getRootParentFile'](_0x421db0);if(!_0x42cf4a||_0x42cf4a[_0x58ed35(0x2df)](_0x334abe[_0x58ed35(0x1d0)]))return!![];return![];}catch(_0x4f3fb6){logger['debug'](_0x334abe[_0x58ed35(0x2b6)]);}return![];}[a79_0x42f048(0x2c7)](_0x81d822){const _0x4a4d83=a79_0x42f048,_0x281276={'JtdfM':function(_0x1f845b,_0x3c548b){return _0x1f845b(_0x3c548b);}};if(_0x81d822['file'])return _0x81d822[_0x4a4d83(0x278)];if(_0x81d822[_0x4a4d83(0x27c)])try{const _0x685481=stackTrace[_0x4a4d83(0x2d4)](_0x81d822[_0x4a4d83(0x27c)]),_0x1907b7=_0x281276[_0x4a4d83(0x22a)](pickUserFrameFile,_0x685481);if(_0x1907b7)return _0x1907b7;logger[_0x4a4d83(0x230)](_0x4a4d83(0x23a)+_0x685481['length']+')');}catch(_0x40bebf){logger[_0x4a4d83(0x230)](_0x4a4d83(0x196)+util[_0x4a4d83(0x23c)](_0x40bebf));}return null;}}module['exports']=JestTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a80_0xeaaf34=a80_0xbb8a;(function(_0xfe7b11,_0x174b80){const _0x5d101b=a80_0xbb8a,_0x202883=_0xfe7b11();while(!![]){try{const _0x2d36c5=parseInt(_0x5d101b(0x15e))/0x1*(parseInt(_0x5d101b(0x17d))/0x2)+-parseInt(_0x5d101b(0x177))/0x3+parseInt(_0x5d101b(0x17a))/0x4+-parseInt(_0x5d101b(0x13c))/0x5*(parseInt(_0x5d101b(0x180))/0x6)+parseInt(_0x5d101b(0x188))/0x7+-parseInt(_0x5d101b(0x181))/0x8*(-parseInt(_0x5d101b(0x174))/0x9)+-parseInt(_0x5d101b(0x162))/0xa*(parseInt(_0x5d101b(0x172))/0xb);if(_0x2d36c5===_0x174b80)break;else _0x202883['push'](_0x202883['shift']());}catch(_0x2c078d){_0x202883['push'](_0x202883['shift']());}}}(a80_0x273c,0x52b78));function a80_0xbb8a(_0x4d1d90,_0x29b353){const _0x273c6e=a80_0x273c();return a80_0xbb8a=function(_0xbb8ae5,_0x5cbf74){_0xbb8ae5=_0xbb8ae5-0x134;let _0x51107c=_0x273c6e[_0xbb8ae5];return _0x51107c;},a80_0xbb8a(_0x4d1d90,_0x29b353);}const path=require(a80_0xeaaf34(0x18a)),TestFramework=require('./testFramework'),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require('../state/hookState.js'),{createClassLogger}=require(a80_0xeaaf34(0x17e)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a80_0xeaaf34(0x16d)),TrackedInstance=require(a80_0xeaaf34(0x152)),TestFrameworkConstants=require(a80_0xeaaf34(0x165)),util=require(a80_0xeaaf34(0x14f)),logger=createClassLogger(a80_0xeaaf34(0x167));class NewmanTestFramework extends TestFramework{constructor(_0x19e76f,_0x5765f0,_0x4bf552){super(_0x19e76f,_0x5765f0,_0x4bf552);}async[a80_0xeaaf34(0x145)](_0x45540b,_0x980332,_0x836032={}){const _0x73159=a80_0xeaaf34,_0x111fe7={};_0x111fe7[_0x73159(0x159)]=function(_0x212284,_0x49b932){return _0x212284===_0x49b932;};const _0xc1e356=_0x111fe7;logger[_0x73159(0x15b)](_0x73159(0x157)+_0x45540b+'\x20hook='+_0x980332),await super['trackEvent'](_0x45540b,_0x980332,_0x836032);const _0x4d4b2d=this['resolveInstance'](_0x45540b,_0x980332,_0x836032);if(!_0x4d4b2d)return;try{if(_0xc1e356['DHQUs'](_0x45540b,TestFrameworkState[_0x73159(0x141)])&&_0x836032[_0x73159(0x16a)]){const _0x14a777=_0xc1e356[_0x73159(0x159)](_0x980332,HookState[_0x73159(0x148)])?this['parseNewmanTest'](_0x836032[_0x73159(0x16a)]):this['parseNewmanTestResult'](_0x836032[_0x73159(0x16a)]);_0x4d4b2d['addMultipleEntries'](_0x14a777);}}catch(_0x20584c){logger[_0x73159(0x146)](_0x73159(0x137)+util[_0x73159(0x173)](_0x20584c));}_0x836032[_0x73159(0x140)]=_0x4d4b2d,await this['runHooks'](_0x4d4b2d,_0x45540b,_0x980332,_0x836032);}[a80_0xeaaf34(0x138)](_0x26a4a0){const _0x1a3949=a80_0xeaaf34,_0x295dcb=this[_0x1a3949(0x184)]()[0x0],_0x6d3067={};return _0x6d3067[_0x26a4a0['uuid']]={[TestFrameworkConstants[_0x1a3949(0x17b)]]:_0x295dcb,[TestFrameworkConstants[_0x1a3949(0x150)]]:this[_0x1a3949(0x187)]()[_0x295dcb],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x1a3949(0x151)]]:{},[TestFrameworkConstants[_0x1a3949(0x14c)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x1a3949(0x16f)],[TestFrameworkConstants[_0x1a3949(0x144)]]:_0x26a4a0[_0x1a3949(0x16b)],[TestFrameworkConstants[_0x1a3949(0x18b)]]:_0x26a4a0[_0x1a3949(0x16b)],[TestFrameworkConstants[_0x1a3949(0x170)]]:_0x26a4a0['name'],[TestFrameworkConstants[_0x1a3949(0x15d)]]:_0x26a4a0[_0x1a3949(0x17c)]||'',[TestFrameworkConstants[_0x1a3949(0x136)]]:_0x26a4a0[_0x1a3949(0x161)]||'',[TestFrameworkConstants[_0x1a3949(0x13f)]]:null,[TestFrameworkConstants[_0x1a3949(0x15c)]]:_0x26a4a0[_0x1a3949(0x14a)]||[],[TestFrameworkConstants[_0x1a3949(0x175)]]:_0x26a4a0[_0x1a3949(0x168)]||new Date()[_0x1a3949(0x163)](),[TestFrameworkConstants[_0x1a3949(0x134)]]:_0x26a4a0['scope']||'',[TestFrameworkConstants[_0x1a3949(0x13d)]]:_0x26a4a0[_0x1a3949(0x182)]||[],[TestFrameworkConstants[_0x1a3949(0x17f)]]:null,[TestFrameworkConstants[_0x1a3949(0x143)]]:_0x26a4a0[_0x1a3949(0x176)]||{},[TestFrameworkConstants[_0x1a3949(0x189)]]:_0x26a4a0[_0x1a3949(0x14e)]||{}},_0x6d3067;}[a80_0xeaaf34(0x185)](_0x304a8e){const _0x1e4ded=a80_0xeaaf34,_0x36d471={};_0x36d471[_0x1e4ded(0x16e)]=_0x1e4ded(0x147);const _0x52cfa4=_0x36d471,_0x716eca={};return _0x716eca[_0x304a8e[_0x1e4ded(0x16b)]]={[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x304a8e[_0x1e4ded(0x178)]||_0x52cfa4['XhJmK'],[TestFrameworkConstants[_0x1e4ded(0x156)]]:_0x304a8e[_0x1e4ded(0x179)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x1e4ded(0x15f)]]:_0x304a8e['failure']||[],[TestFrameworkConstants[_0x1e4ded(0x135)]]:_0x304a8e[_0x1e4ded(0x154)]||null,[TestFrameworkConstants[_0x1e4ded(0x16c)]]:_0x304a8e[_0x1e4ded(0x14b)]||null},_0x716eca;}[a80_0xeaaf34(0x160)](_0x57a2fe){const _0x32bddd=a80_0xeaaf34;let _0x5b529f=TestFramework['getTrackedInstance']();if(!_0x5b529f){const _0x3c0a36=TrackedInstance['createContext'](CLIUtils[_0x32bddd(0x13b)]());_0x5b529f=new TestFrameworkInstance(_0x3c0a36,this['getTestFrameworks'](),this[_0x32bddd(0x187)](),_0x57a2fe,HookState[_0x32bddd(0x14d)]),TestFramework[_0x32bddd(0x153)](_0x3c0a36,_0x5b529f);}return _0x5b529f;}[a80_0xeaaf34(0x171)](_0x4b24c1){const _0x573651=a80_0xeaaf34,_0x1c7185={};_0x1c7185[_0x573651(0x186)]=_0x573651(0x164);const _0x2d8736=_0x1c7185;try{const _0x21d953=_0x4b24c1[_0x573651(0x16a)]?_0x4b24c1[_0x573651(0x16a)][_0x573651(0x16b)]:null,_0x3ac34e=_0x4b24c1[_0x573651(0x140)],_0x19c7ec=_0x3ac34e[_0x573651(0x158)](),_0x4d2944=_0x3ac34e[_0x573651(0x155)]()['get'](_0x21d953);if(!_0x4d2944)return{};const {[TestFrameworkConstants[_0x573651(0x17b)]]:_0x3c734e='',[TestFrameworkConstants[_0x573651(0x150)]]:_0x4a0590='',[TestFrameworkConstants[_0x573651(0x175)]]:_0x303b6a='',[TestFrameworkConstants[_0x573651(0x156)]]:_0x42d911=''}=_0x4d2944;return{'platformIndex':0x0,'testFrameworkName':_0x3c734e,'testFrameworkVersion':_0x4a0590,'testFrameworkState':_0x3ac34e[_0x573651(0x13e)]()[_0x573651(0x169)]()[_0x573651(0x13a)]('.')[0x1],'hookState':_0x3ac34e[_0x573651(0x142)]()['toString']()[_0x573651(0x13a)]('.')[0x1],'startedAt':_0x303b6a,'endedAt':_0x42d911,'uuid':_0x21d953,'eventJson':Buffer[_0x573651(0x15a)](JSON[_0x573651(0x139)](_0x4d2944))[_0x573651(0x169)](_0x2d8736[_0x573651(0x186)]),'executionContext':{'hash':_0x19c7ec[_0x573651(0x149)](),'threadId':_0x19c7ec[_0x573651(0x183)]()[_0x573651(0x169)](),'processId':_0x19c7ec['getProcessId']()[_0x573651(0x169)]()}};}catch(_0x26d22f){return logger[_0x573651(0x146)]('createTestFrameworkEventPayload:\x20error='+util['format'](_0x26d22f)),{};}}}function a80_0x273c(){const _0x303ec9=['from','debug','KEY_TEST_TAGS','KEY_TEST_FILE_PATH','6826NZkiYh','KEY_TEST_FAILURE','resolveInstance','location','852460SahPOF','toISOString','base64','./constants/testFrameworkConstants.js','exports','NewmanTestFramework','started_at','toString','test','uuid','KEY_TEST_FAILURE_REASON','../cliUtils.js','XhJmK','DEFAULT_TEST_RESULT','KEY_TEST_NAME','createTestFrameworkEventPayload','22iXsvEj','format','9jCDtNd','KEY_TEST_STARTED_AT','custom_metadata','1745772NFJFwS','result','finished_at','2288328KmslFV','KEY_TEST_FRAMEWORK_NAME','file_path','66unDUzI','../../../helpers/classLogger.js','KEY_TEST_RERUN_NAME','1253166mzQmQt','1093936PDFPBv','scopes','getThreadId','getTestFrameworks','parseNewmanTestResult','OSfxF','getTestFrameworksVersions','2562021POfViL','KEY_TEST_META','path','KEY_TEST_UUID','KEY_TEST_SCOPE','KEY_TEST_FAILURE_TYPE','KEY_TEST_LOCATION','trackEvent:\x20error=','parseNewmanTest','stringify','split','getCurrentInstanceName','5bqiLCi','KEY_TEST_SCOPES','getCurrentTestState','KEY_TEST_CODE','instance','TEST','getCurrentHookState','KEY_CUSTOM_TAGS','KEY_TEST_ID','trackEvent','error','pending','PRE','getId','tags','failure_reason','KEY_HOOKS_STARTED','NONE','meta','util','KEY_TEST_FRAMEWORK_VERSION','KEY_HOOKS_FINISHED','../instances/trackedInstance.js','setTrackedInstance','failure_type','getAllData','KEY_TEST_ENDED_AT','trackEvent:\x20state=','getContext','DHQUs'];a80_0x273c=function(){return _0x303ec9;};return a80_0x273c();}module[a80_0xeaaf34(0x166)]=NewmanTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a81_0x181232=a81_0x2df7;function a81_0x2df7(_0x2e92bc,_0x2c4349){const _0x89508c=a81_0x8950();return a81_0x2df7=function(_0x2df739,_0x195fed){_0x2df739=_0x2df739-0x1d9;let _0x15bd7a=_0x89508c[_0x2df739];return _0x15bd7a;},a81_0x2df7(_0x2e92bc,_0x2c4349);}(function(_0x44b3a3,_0x5dd667){const _0x16f8bd=a81_0x2df7,_0x39c84a=_0x44b3a3();while(!![]){try{const _0x3d1f7c=-parseInt(_0x16f8bd(0x1f8))/0x1+-parseInt(_0x16f8bd(0x1dd))/0x2*(-parseInt(_0x16f8bd(0x1f6))/0x3)+-parseInt(_0x16f8bd(0x1fa))/0x4+parseInt(_0x16f8bd(0x1ef))/0x5+-parseInt(_0x16f8bd(0x1fc))/0x6+-parseInt(_0x16f8bd(0x1ec))/0x7+parseInt(_0x16f8bd(0x1ea))/0x8;if(_0x3d1f7c===_0x5dd667)break;else _0x39c84a['push'](_0x39c84a['shift']());}catch(_0x2be30c){_0x39c84a['push'](_0x39c84a['shift']());}}}(a81_0x8950,0x4894c));const AutomationFramework=require(a81_0x181232(0x1dc)),{createClassLogger}=require(a81_0x181232(0x1fd)),AutomationFrameworkState=require(a81_0x181232(0x1f3)),CLIUtils=require(a81_0x181232(0x1f4)),TrackedInstance=require(a81_0x181232(0x1db)),AutomationFrameworkInstance=require(a81_0x181232(0x1e2));class PlaywrightAutomationFramework extends AutomationFramework{['logger']=createClassLogger(a81_0x181232(0x1e9));constructor(_0x3fa9f3,_0x19901c){super(_0x3fa9f3,_0x19901c);}async[a81_0x181232(0x1e0)](_0x914a99,_0x52cb02,_0xa6d5ab={}){const _0x490cf7=a81_0x181232,_0x4d5ffe={};_0x4d5ffe['mhRzC']=function(_0x4d7bd6,_0xdf1445){return _0x4d7bd6===_0xdf1445;};const _0x574143=_0x4d5ffe;this['logger'][_0x490cf7(0x1fe)]('trackEvent:\x20automationFrameworkState='+_0x914a99+_0x490cf7(0x1f1)+_0x52cb02),await super[_0x490cf7(0x1e0)](_0x914a99,_0x52cb02,_0xa6d5ab);const _0x2a0d64=this[_0x490cf7(0x1e7)](_0x914a99,_0x52cb02,_0xa6d5ab);if(_0x574143['mhRzC'](_0x2a0d64,null))return;_0xa6d5ab[_0x490cf7(0x1f7)]=_0x2a0d64,await this[_0x490cf7(0x1f0)](_0x2a0d64,_0x914a99,_0x52cb02,_0xa6d5ab);}[a81_0x181232(0x1e7)](_0x3454ba,_0x26a4e0,_0x3c734d={}){const _0x488aac=a81_0x181232,_0x5179b7={};_0x5179b7[_0x488aac(0x1d9)]=function(_0x389082,_0x6597c2){return _0x389082===_0x6597c2;},_0x5179b7['BPCIj']=function(_0x396455,_0x4cdfed){return _0x396455===_0x4cdfed;};const _0x45d346=_0x5179b7;let _0x3498f1=null;return(_0x45d346[_0x488aac(0x1d9)](_0x3454ba,AutomationFrameworkState['CREATE'])||_0x45d346[_0x488aac(0x1d9)](_0x3454ba,AutomationFrameworkState['PLAYWRIGHT_DISPATCH'])&&(_0x3c734d[_0x488aac(0x1eb)]&&_0x3c734d['message'][_0x488aac(0x1e5)]&&_0x3c734d[_0x488aac(0x1eb)][_0x488aac(0x1e5)][_0x488aac(0x1df)])||_0x45d346[_0x488aac(0x1e6)](_0x3454ba,AutomationFrameworkState['NONE']))&&this['trackPlaywrightInstance'](_0x3454ba,_0x3c734d),_0x3498f1=AutomationFramework[_0x488aac(0x1ff)](),_0x3498f1;}['trackPlaywrightInstance'](_0x185033,_0x22cdff){const _0x4d2a9c=a81_0x181232,_0x1baf38={};_0x1baf38[_0x4d2a9c(0x1da)]=_0x4d2a9c(0x1de);const _0x3ce0a8=_0x1baf38;if(AutomationFramework['getTrackedInstance']()){this[_0x4d2a9c(0x1f9)][_0x4d2a9c(0x1ed)](_0x3ce0a8['nwVIZ']);return;}const _0x48f3d2=CLIUtils[_0x4d2a9c(0x1f5)](),_0x320106=TrackedInstance[_0x4d2a9c(0x1e4)](_0x48f3d2);let _0x199c5f=null;this[_0x4d2a9c(0x1f9)][_0x4d2a9c(0x1ed)](_0x4d2a9c(0x1ee)+_0x48f3d2+_0x4d2a9c(0x1fb)+_0x185033),_0x199c5f=new AutomationFrameworkInstance(_0x320106,this[_0x4d2a9c(0x1f2)](),this['getAutomationFrameworkVersion'](),_0x185033),AutomationFramework['setTrackedInstance'](_0x320106,_0x199c5f),this[_0x4d2a9c(0x1f9)]['info'](_0x4d2a9c(0x1e1)+_0x320106[_0x4d2a9c(0x1e8)]()+'\x20target='+_0x48f3d2);}}function a81_0x8950(){const _0x4164e4=['./automationFramework.js','1616hihNad','trackPlaywrightInstance:\x20instance\x20already\x20exists','bsParams','trackEvent','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','../instances/automationFrameworkInstance.js','exports','createContext','params','BPCIj','resolveInstance','getId','PlaywrightAutomationFramework','8927136WhWwGc','message','2145640DsqdYE','info','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','2041990JvNoyL','runHooks','\x20hookState=','getAutomationFrameworkName','../state/automationFrameworkState.js','../cliUtils.js','getCurrentInstanceName','363Orxmjc','instance','512980QmOThY','logger','1544272KUpMjF',',\x20state=','715188XkTrnU','../../../helpers/classLogger.js','debug','getTrackedInstance','jKeYM','nwVIZ','../instances/trackedInstance.js'];a81_0x8950=function(){return _0x4164e4;};return a81_0x8950();}module[a81_0x181232(0x1e3)]=PlaywrightAutomationFramework;
|