browserstack-node-sdk 1.56.3 → 1.57.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +5 -4
- 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/driverInitErrorReporter.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_0x2bb87a=a79_0x4e25;function a79_0x1cb4(){const _0x5b72a1=['getRef','oTMNf','logCreatedEvent','isJestInternalHook','../grpcClient','../cliUtils.js','TPVzR','getHooksForTest','util','getContext','getThreadId','fZItz','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','failed','Unknown\x20Test','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','INQgK','KEY_EVENT_ENDED_AT',',\x20hookState:\x20','hFtsI','UDReS','mnaPm','pid','\x20logs\x20for\x20testId:\x20',',\x20totalHooks=','trackHookEvent','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','kind','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','parseJestTest','\x20(testIdentifier),\x20hookType=','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','AOVMZ','reverse','../instances/testFrameworkInstance.js','KEY_HOOK_RESULT','has','NONE','KEY_TEST_DURATION','KEY_TEST_STARTED_AT','OHQmC','HfClS','split','title','none','findIndex','format','TDdwP','aDYTZ',',\x20hookState=','Assert','getPendingHooks','getProcessId','maxArrayLength','body','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','replace','bHMWj','jwquZ','QVMPj','Processing\x20','ZQUJy','./constants/testFrameworkConstants.js','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','UHROH','status','UnhandledError','JSDDu','QhblO','get','\x20(testIdentifier)','KEY_TEST_SCOPE',',\x20result=','hookState','depth','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','resolveInstance','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','20jsZQPu','KEY_TEST_RESULT_AT','hookUUID','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','ZstGT','hasPendingHooks','YnOZo','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','code','UKalx','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','keys','LOG_REPORT',',\x20failureType=','mIBFW','YHbsp','CaiZv',',\x20payload:\x20','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','removeActiveHook','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','filter','KEY_TEST_RERUN_NAME','set',',\x20state:\x20','toUpperCase','getJestFailureData','testData','KEY_TEST_META','gyIcw','executionContext','asyncError','hookMetadata','testId','testFrameworkState','oQYWp','55472kDDQer','getCurrentTestState','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','868978wEjExH','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','1695738TxDQAb',',\x20version=','HumyJ',',\x20scope:\x20','storePendingHook','llKzM','../../../helpers/helper.js','trackEvent','file','parallelIndex','setActiveHook','CSCyG','testUUID','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','getAllData',',\x20error:\x20','pMvBo','KEY_TEST_FRAMEWORK_VERSION','jhfHU','skipped','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','activeHooks','filePath','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','parseJestTestResult','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','getTestFrameworksVersions','zHspb',',\x20failureReason=','toISOString','parse','from','platformIndex',',\x20filePath=','../../../helpers/test-observability/utils','getCurrentInstanceName','JestTestFramework','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','result','KEY_LOGS','push','errorsDetailed','sendLogCreatedEvent','KEY_CUSTOM_TAGS','PRE','concat','getJestTestFilePath','toString',',\x20filePath:\x20','iLxEw','pop','addPendingHook','KEY_HOOK_FAILURE','pdDDW','getInstance','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','KEY_HOOK_LOGS','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','105045JNdFBS','BEFORE_ALL',',\x20hook_run_uuid=','passed','getJestTestName','matchHookRegex','cvBdv','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','failure_reason','test_run_uuid','trackJestInstance:\x20created\x20instance\x20for\x20target=','KEY_HOOK_FAILURE_REASON','Error\x20in\x20createTestFrameworkEventPayload:\x20','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','MKlTX','buildHookMapFromTest',',\x20contextId=','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','cFrWv','addMultipleEntries','\x20-\x20test_identifier=',',\x20target=','name',',\x20storing\x20as\x20pending\x20hook','duration','startedAt','SllVU','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','fjawi','match','KEY_TEST_SCOPES','type','\x20screenshot\x20logs\x20for\x20testId:\x20','KEY_TEST_FRAMEWORK_NAME','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','runHooks',',\x20exception=','originalTest','\x22\x20from\x20testData','stack-trace','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','LtqTw','test','23827401vFLDIj','hookAnalyticsId','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','DEFAULT_HOOK_RESULT',',\x20hook=','KEY_TEST_FILE_PATH','BqXby','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','forEach','hook_id','qqbIp','izaJt','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','slice','uuid','6836504WSOJdd','GizuY','KEY_TEST_LOCATION','hook_run_uuid','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','beforeAll','AssertionError','removePendingHooks','KEY_HOOKS_FINISHED','getAllPendingHookTestIds','KEY_HOOK_ID','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=',',\x20screenshotLogs:\x20','sFFGJ','started_at','map','\x20(testIdentifier),\x20tags=','event_ended_at','\x20pending\x20hooks\x20for\x20testId:\x20','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','RsNur','hWbeI','ldJfn','nwTHz','hTqMq','file_name','retryOf','error','CotKE','__bstackPlatformIndex','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','processPendingHooks','debug',',\x20response=','KEY_TEST_RETRY_OF','hooks','rempf','HbGiq','KEY_TEST_ENDED_AT','getJestTestIdentifier','args','warn','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','test_run_id','skip','isArray','TDvQS','KEY_TEST_FAILURE','NmEKF',',\x20hooksListLength=','hook_result','SXeNQ','LyOPK','KEY_TEST_NAME','ALL','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','wxVPw','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','scope','ZTdvd',',\x20remainingHooks=',',\x20scopes=',',\x20testId=',',\x20hookData=','KEY_EVENT_STARTED_AT','CwILV','WMkvr','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','getActiveHook','\x20(testIdentifier),\x20result=','hook_type','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','parent','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20',',\x20currentTestId:\x20','mapTestHooks','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','apply','browserstackPlatformIndex','substr','KEY_TEST_FAILURE_TYPE','instance','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','getRootParentFile','GnDzL','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','KEY_HOOK_LAST_FINISHED','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','KEY_TEST_ATTACHMENTS','kuuCe','QNjcV','pddFL','getTestFrameworks','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','_ALL','createContext','endedAt','VquyM','tCbFm','finished_at','message','getCurrentHookState','../state/hookState.js','length','stringify','POST','includes',',\x20totalBatches:\x20','hcaZF','MiUlv','7HZdUyq','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','EjgZd','\x20&\x20hookState=','KEY_HOOK_LAST_STARTED',':testAnalyticsId','YPTyP','substring','test_identifier','getJestTestTags','yYTGC','Grqvu','wEyMb','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','join','../../../helpers/classLogger.js','inspect','getTrackedInstance','KEY_TEST_FAILURE_REASON','getJestFailureReason','bBWXi','IFxTs','getJestFailureType','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','hookType',',\x20test_run_uuid=','location','getJestTestScopes','getId','trackJestInstance:\x20instance\x20already\x20exists','KEY_AUTOMATE_SESSION_NAME',',\x20duration=','JMpcs','KEY_TEST_RESULT','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','\x20for\x20testId:\x20','KEY_HOOK_FAILURE_TYPE','MJxCm','gdneZ','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','lsoMa','VkKzs','testFrameworkName','unknown','exports','KEY_HOOKS_STARTED','tags','missing','eventJson','NqHvr','1606664nHEwkW',',\x20hookUUID=','hookData','KEY_TEST_TAGS','scopes',',\x20hookId=','trackJestInstance'];a79_0x1cb4=function(){return _0x5b72a1;};return a79_0x1cb4();}(function(_0x28152e,_0x1c584c){const _0xa40d1f=a79_0x4e25,_0x2dcba0=_0x28152e();while(!![]){try{const _0x5e2c56=parseInt(_0xa40d1f(0xe6))/0x1+-parseInt(_0xa40d1f(0xe9))/0x2+-parseInt(_0xa40d1f(0x127))/0x3+parseInt(_0xa40d1f(0x204))/0x4+parseInt(_0xa40d1f(0xc2))/0x5*(-parseInt(_0xa40d1f(0xeb))/0x6)+-parseInt(_0xa40d1f(0x1d0))/0x7*(parseInt(_0xa40d1f(0x161))/0x8)+parseInt(_0xa40d1f(0x152))/0x9;if(_0x5e2c56===_0x1c584c)break;else _0x2dcba0['push'](_0x2dcba0['shift']());}catch(_0x2d9c76){_0x2dcba0['push'](_0x2dcba0['shift']());}}}(a79_0x1cb4,0x9eb54));const TestFramework=require('./testFramework'),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a79_0x2bb87a(0x1c8)),{createClassLogger}=require(a79_0x2bb87a(0x1e0)),TestFrameworkInstance=require(a79_0x2bb87a(0x96)),CLIUtils=require(a79_0x2bb87a(0x210)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a79_0x2bb87a(0xb2)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a79_0x2bb87a(0xf1)),{isInternalHook}=require('../../../helpers/test-observability/utils'),logger=createClassLogger(a79_0x2bb87a(0x110)),{v4:uuidv4}=require('uuid'),util=require(a79_0x2bb87a(0x213)),TestInfo=require('../TestInfo.js'),GrpcClient=require(a79_0x2bb87a(0x20f)),stackTrace=require(a79_0x2bb87a(0x14e)),{pickUserFrameFile}=require('../../../helpers/stackFrameUtils');function a79_0x4e25(_0x39134e,_0x31629a){const _0x1cb426=a79_0x1cb4();return a79_0x4e25=function(_0x4e254a,_0x32f624){_0x4e254a=_0x4e254a-0x8e;let _0x3e4ab5=_0x1cb426[_0x4e254a];return _0x3e4ab5;},a79_0x4e25(_0x39134e,_0x31629a);}class JestTestFramework extends TestFramework{constructor(_0x1cf1c5,_0x292ba9,_0x567e50){super(_0x1cf1c5,_0x292ba9,_0x567e50),this['activeHooks']=new Map();}[a79_0x2bb87a(0xf5)](_0x32c40a,_0x2b286f,_0x1dc679){const _0x262f07=a79_0x2bb87a,_0x367005={};_0x367005[_0x262f07(0x191)]=function(_0x8b4fce,_0x586977){return _0x8b4fce||_0x586977;};const _0x580f79=_0x367005;if(_0x580f79[_0x262f07(0x191)](!_0x32c40a,!_0x2b286f)){logger[_0x262f07(0x18a)](_0x262f07(0x134)+_0x32c40a+_0x262f07(0x205)+_0x2b286f);return;}!this[_0x262f07(0x101)][_0x262f07(0x98)](_0x32c40a)&&this['activeHooks'][_0x262f07(0xd9)](_0x32c40a,[]);const _0x2eba20={'hookUUID':_0x2b286f,'hookType':_0x1dc679,'startedAt':new Date()[_0x262f07(0x109)]()};this[_0x262f07(0x101)][_0x262f07(0xb9)](_0x32c40a)[_0x262f07(0x115)](_0x2eba20),logger[_0x262f07(0x181)](_0x262f07(0x100)+_0x32c40a+_0x262f07(0x205)+_0x2b286f+',\x20hookType='+_0x1dc679+_0x262f07(0x223)+this[_0x262f07(0x101)][_0x262f07(0xb9)](_0x32c40a)[_0x262f07(0x1c9)]);}[a79_0x2bb87a(0xd5)](_0x3bb2c2,_0x5da02a){const _0x5dc8ff=a79_0x2bb87a,_0xa874fb={};_0xa874fb[_0x5dc8ff(0x199)]=function(_0x5c4bec,_0x38d767){return _0x5c4bec||_0x38d767;},_0xa874fb[_0x5dc8ff(0x20c)]=function(_0x45771a,_0x1753e0){return _0x45771a!==_0x1753e0;},_0xa874fb[_0x5dc8ff(0x16e)]=function(_0x535533,_0x3f1190){return _0x535533===_0x3f1190;};const _0x45820c=_0xa874fb;if(_0x45820c[_0x5dc8ff(0x199)](!_0x3bb2c2,!_0x5da02a)){logger[_0x5dc8ff(0x18a)](_0x5dc8ff(0x93)+_0x3bb2c2+_0x5dc8ff(0x205)+_0x5da02a);return;}if(this[_0x5dc8ff(0x101)]['has'](_0x3bb2c2)){const _0x53196b=this[_0x5dc8ff(0x101)][_0x5dc8ff(0xb9)](_0x3bb2c2),_0x5c2d97=_0x53196b[_0x5dc8ff(0xa1)](_0x4b3591=>_0x4b3591[_0x5dc8ff(0xc4)]===_0x5da02a);_0x45820c[_0x5dc8ff(0x20c)](_0x5c2d97,-0x1)?(_0x53196b['splice'](_0x5c2d97,0x1),logger[_0x5dc8ff(0x181)](_0x5dc8ff(0x1f4)+_0x3bb2c2+_0x5dc8ff(0x205)+_0x5da02a+_0x5dc8ff(0x19d)+_0x53196b[_0x5dc8ff(0x1c9)]),_0x45820c[_0x5dc8ff(0x16e)](_0x53196b[_0x5dc8ff(0x1c9)],0x0)&&this[_0x5dc8ff(0x101)]['delete'](_0x3bb2c2)):logger[_0x5dc8ff(0x181)]('[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier='+_0x3bb2c2+_0x5dc8ff(0x205)+_0x5da02a);}}[a79_0x2bb87a(0x1a5)](_0x320cf0){const _0x23ab31=a79_0x2bb87a,_0x1f2a06={};_0x1f2a06['JSWwI']=function(_0x2f87fa,_0xc37dc1){return _0x2f87fa>_0xc37dc1;},_0x1f2a06['CaiZv']=function(_0x59e9d0,_0x2ff3d1){return _0x59e9d0-_0x2ff3d1;};const _0x5145e6=_0x1f2a06;if(!_0x320cf0)return null;if(this[_0x23ab31(0x101)][_0x23ab31(0x98)](_0x320cf0)){const _0x466b39=this[_0x23ab31(0x101)][_0x23ab31(0xb9)](_0x320cf0);if(_0x5145e6['JSWwI'](_0x466b39[_0x23ab31(0x1c9)],0x0)){const _0x4d7a9d=_0x466b39[_0x5145e6[_0x23ab31(0xd2)](_0x466b39[_0x23ab31(0x1c9)],0x1)];return logger['debug'](_0x23ab31(0x1dd)+_0x320cf0+_0x23ab31(0x205)+_0x4d7a9d[_0x23ab31(0xc4)]+',\x20hookType='+_0x4d7a9d['hookType']),_0x4d7a9d;}}return null;}async[a79_0x2bb87a(0xf2)](_0x32d024,_0x4f7286,_0x2101fe={}){const _0x82e44e=a79_0x2bb87a,_0x2b7ee7={};_0x2b7ee7[_0x82e44e(0x177)]='[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found',_0x2b7ee7[_0x82e44e(0xb1)]=function(_0x4b7c76,_0x809ea9){return _0x4b7c76===_0x809ea9;},_0x2b7ee7[_0x82e44e(0xf0)]=function(_0x4982b9,_0x4c23e4){return _0x4982b9===_0x4c23e4;},_0x2b7ee7[_0x82e44e(0x185)]=function(_0x1acad4,_0x2f2896){return _0x1acad4||_0x2f2896;},_0x2b7ee7['mIBFW']=_0x82e44e(0xcc);const _0x50cfd5=_0x2b7ee7;logger[_0x82e44e(0x181)](_0x82e44e(0xab)+_0x32d024+_0x82e44e(0xa5)+_0x4f7286+',\x20argsKeys='+Object[_0x82e44e(0xcd)](_0x2101fe)[_0x82e44e(0x1df)](',')),await super[_0x82e44e(0xf2)](_0x32d024,_0x4f7286,_0x2101fe);const _0x41280d=this[_0x82e44e(0xc0)](_0x32d024,_0x4f7286,_0x2101fe);if(!_0x41280d){logger[_0x82e44e(0x181)](_0x50cfd5['ldJfn']);return;}try{let _0x290e39,_0x1bcc6a,_0x45d9b8;switch(_0x32d024){case TestFrameworkState['TEST']:_0x290e39=_0x2101fe[_0x82e44e(0x151)];const _0x225bad={};_0x225bad[_0x82e44e(0xbe)]=0x2,_0x225bad[_0x82e44e(0xa9)]=0x3,logger[_0x82e44e(0x181)](_0x82e44e(0x105)+_0x4f7286+',\x20testData='+util[_0x82e44e(0x1e1)](_0x290e39,_0x225bad)),_0x45d9b8=this['getJestTestIdentifier'](_0x290e39),_0x1bcc6a=null,logger[_0x82e44e(0x181)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId='+_0x45d9b8+_0x82e44e(0xba));if(_0x50cfd5[_0x82e44e(0xb1)](_0x4f7286,HookState[_0x82e44e(0x119)])){logger[_0x82e44e(0x181)](_0x82e44e(0x198)+_0x45d9b8);const _0x3c5c95={};_0x3c5c95[_0x82e44e(0xf7)]=_0x1bcc6a,_0x3c5c95[_0x82e44e(0xdd)]=_0x290e39,_0x3c5c95[_0x82e44e(0xe3)]=_0x45d9b8;const _0x24d465=this['parseJestTest'](_0x3c5c95),_0x258ed1={};_0x258ed1[_0x82e44e(0xbe)]=0x2,_0x258ed1[_0x82e44e(0xa9)]=0x3,logger[_0x82e44e(0x181)](_0x82e44e(0x103)+util[_0x82e44e(0x1e1)](_0x24d465,_0x258ed1)),_0x41280d[_0x82e44e(0x13a)](_0x24d465),logger[_0x82e44e(0x181)](_0x82e44e(0x124)+_0x45d9b8),await this[_0x82e44e(0x180)](_0x41280d,_0x45d9b8);}else{if(_0x50cfd5['llKzM'](_0x4f7286,HookState[_0x82e44e(0x1cb)])){logger[_0x82e44e(0x181)](_0x82e44e(0x112)+_0x45d9b8);const _0x29f94f=_0x41280d[_0x82e44e(0xfa)]()[_0x82e44e(0xb9)](_0x45d9b8);logger[_0x82e44e(0x181)](_0x82e44e(0xc1)+util['inspect'](Object[_0x82e44e(0xcd)](_0x50cfd5[_0x82e44e(0x185)](_0x29f94f,{}))));_0x29f94f&&_0x29f94f[TestFrameworkConstants[_0x82e44e(0x1ba)]]?logger[_0x82e44e(0x181)](_0x82e44e(0xe8)+Object[_0x82e44e(0xcd)](_0x29f94f[TestFrameworkConstants[_0x82e44e(0x1ba)]])['length']+'\x20files'):logger['debug'](_0x50cfd5[_0x82e44e(0xd0)]);const _0x4f9853=_0x2101fe[_0x82e44e(0x14c)]||null,_0x42b2a9={};_0x42b2a9[_0x82e44e(0xf7)]=_0x1bcc6a,_0x42b2a9[_0x82e44e(0xdd)]=_0x290e39,_0x42b2a9[_0x82e44e(0xe3)]=_0x45d9b8,_0x42b2a9[_0x82e44e(0x14c)]=_0x4f9853;const _0x31ffef=this[_0x82e44e(0x104)](_0x42b2a9),_0x23517e={};_0x23517e['depth']=0x2,_0x23517e[_0x82e44e(0xa9)]=0x3,logger[_0x82e44e(0x181)](_0x82e44e(0xb3)+util[_0x82e44e(0x1e1)](_0x31ffef,_0x23517e)),_0x41280d[_0x82e44e(0x13a)](_0x31ffef),logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20'+_0x45d9b8),await this[_0x82e44e(0x180)](_0x41280d,_0x45d9b8);}}break;case TestFrameworkState[_0x82e44e(0xce)]:if(_0x50cfd5['llKzM'](_0x4f7286,HookState[_0x82e44e(0x1cb)])){const _0x483098={};_0x483098[_0x82e44e(0xbe)]=0x2,logger['debug']('[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20'+util[_0x82e44e(0x1e1)](_0x2101fe,_0x483098)),await this[_0x82e44e(0x117)](_0x41280d,_0x32d024,_0x2101fe);}break;default:if(CLIUtils[_0x82e44e(0x12c)](_0x32d024[_0x82e44e(0x11c)]()[_0x82e44e(0x9e)]('.')[0x1])){const _0x144f7e={};_0x144f7e[_0x82e44e(0xbe)]=0x2,_0x144f7e[_0x82e44e(0xa9)]=0x3,logger['debug'](_0x82e44e(0x16c)+_0x32d024+_0x82e44e(0xa5)+_0x4f7286+',\x20hookData='+util[_0x82e44e(0x1e1)](_0x2101fe[_0x82e44e(0x206)],_0x144f7e));const _0x526158=await this[_0x82e44e(0x224)](_0x41280d,_0x32d024,_0x4f7286,_0x2101fe),_0x4ef715={};_0x4ef715[_0x82e44e(0xbe)]=0x2,_0x4ef715['maxArrayLength']=0x3,logger[_0x82e44e(0x181)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20'+util[_0x82e44e(0x1e1)](_0x526158,_0x4ef715)),_0x41280d[_0x82e44e(0x13a)](_0x526158);}else logger[_0x82e44e(0x181)](_0x82e44e(0x154)+_0x32d024+_0x82e44e(0x1d3)+_0x4f7286);break;}logger[_0x82e44e(0x181)](_0x82e44e(0x126)+_0x32d024+_0x82e44e(0xa5)+_0x4f7286);}catch(_0x1f0fc4){logger[_0x82e44e(0x17c)]('[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState='+_0x32d024+_0x82e44e(0xa5)+_0x4f7286+_0x82e44e(0x14b)+util[_0x82e44e(0xa2)](_0x1f0fc4));}_0x2101fe[_0x82e44e(0x1b2)]=_0x41280d,await this[_0x82e44e(0x14a)](_0x41280d,_0x32d024,_0x4f7286,_0x2101fe);}['getJestTestIdentifier'](_0x23bd3d){const _0x50317e=a79_0x2bb87a,_0x2ee77e={};_0x2ee77e['GnDzL']=_0x50317e(0x159);const _0x3e401f=_0x2ee77e;if(_0x23bd3d&&(_0x23bd3d['id']||_0x23bd3d[_0x50317e(0x160)])){const _0xde01f2=_0x23bd3d['id']||_0x23bd3d[_0x50317e(0x160)];return logger[_0x50317e(0x181)](_0x50317e(0x225)+_0xde01f2+_0x50317e(0x14d)),_0xde01f2;}return logger[_0x50317e(0x181)](_0x3e401f[_0x50317e(0x1b6)]),process[_0x50317e(0x221)]+_0x50317e(0x1d5);}['resolveInstance'](_0x54e1e3,_0xf39fd3,_0x2bc3ee={}){const _0x18f976=a79_0x2bb87a;let _0x5d2476=null;return _0x5d2476=TestFramework[_0x18f976(0x1e2)](),!_0x5d2476?(logger[_0x18f976(0x181)](_0x18f976(0x1b7)+_0x54e1e3),this['trackJestInstance'](_0x54e1e3,_0x2bc3ee),_0x5d2476=TestFramework[_0x18f976(0x1e2)](),logger[_0x18f976(0x181)](_0x18f976(0x165)+!!_0x5d2476+_0x18f976(0x137)+_0x5d2476?.['getContext']()?.[_0x18f976(0x1ed)]())):logger[_0x18f976(0x181)]('[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId='+_0x5d2476['getContext']()?.[_0x18f976(0x1ed)]()),_0x5d2476;}[a79_0x2bb87a(0x20a)](_0x13301c,_0x31560d){const _0x4d2fbb=a79_0x2bb87a,_0x566b38={};_0x566b38[_0x4d2fbb(0xa3)]=_0x4d2fbb(0x1ee);const _0xb6608b=_0x566b38;if(TestFramework[_0x4d2fbb(0x1e2)]()){logger['debug'](_0xb6608b[_0x4d2fbb(0xa3)]);return;}const _0x332d3d=CLIUtils[_0x4d2fbb(0x10f)](),_0x29811b=TrackedInstance[_0x4d2fbb(0x1c1)](_0x332d3d);let _0xb3c369=null;logger[_0x4d2fbb(0x181)](_0x4d2fbb(0x131)+_0x332d3d+',\x20state='+_0x13301c),_0xb3c369=new TestFrameworkInstance(_0x29811b,this[_0x4d2fbb(0x1be)](),this[_0x4d2fbb(0x106)](),_0x13301c,HookState[_0x4d2fbb(0x99)]),TestFramework['setTrackedInstance'](_0x29811b,_0xb3c369),logger[_0x4d2fbb(0x181)](_0x4d2fbb(0x1de)+_0x29811b[_0x4d2fbb(0x1ed)]()+_0x4d2fbb(0x13c)+_0x332d3d+',\x20testFramework='+this[_0x4d2fbb(0x1be)]()[0x0]+_0x4d2fbb(0xec)+this['getTestFrameworksVersions']()[this[_0x4d2fbb(0x1be)]()[0x0]]);}[a79_0x2bb87a(0x91)](_0x152228){const _0x309202=a79_0x2bb87a,_0x552522={};_0x552522[_0x309202(0x1d6)]=function(_0x537496,_0xf5d4a2){return _0x537496||_0xf5d4a2;},_0x552522[_0x309202(0x179)]=_0x309202(0x138);const _0x5c1ccc=_0x552522,{testUUID:_0x114afd,testData:_0x176069,testId:_0x153754}=_0x152228;if(_0x5c1ccc[_0x309202(0x1d6)](!_0x176069,!_0x153754))return logger[_0x309202(0x181)](_0x5c1ccc[_0x309202(0x179)]),{};const _0x1a3ee2=this[_0x309202(0x1be)]()[0x0],_0x54312e=this[_0x309202(0x106)](),_0x34622d={};_0x34622d[_0x309202(0xbe)]=0x2,_0x34622d[_0x309202(0xa9)]=0x3,logger['debug'](_0x309202(0xc5)+util[_0x309202(0x1e1)](_0x176069,_0x34622d));const _0x37e1b8=_0x176069?.['scopes']||[],_0x5068f0=this[_0x309202(0x12b)](_0x176069),_0x32a410=this[_0x309202(0x11b)](_0x176069),_0x52264b=_0x176069['fn']?_0x176069['fn'][_0x309202(0x11c)]():_0x176069?.[_0x309202(0xaa)]?_0x176069['body'][_0x309202(0xca)]['toString']():null,_0x45147c=this['getJestTestTags'](_0x176069),_0x155b8d={[TestFrameworkConstants[_0x309202(0x148)]]:_0x1a3ee2,[TestFrameworkConstants[_0x309202(0xfd)]]:_0x54312e[_0x1a3ee2],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x309202(0x169)]]:{},[TestFrameworkConstants[_0x309202(0x1ff)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants[_0x309202(0x1ef)]]:_0x5068f0,[TestFrameworkConstants[_0x309202(0x157)]]:_0x32a410,[TestFrameworkConstants['KEY_TEST_ID']]:_0x153754,[TestFrameworkConstants[_0x309202(0x196)]]:_0x5068f0,[TestFrameworkConstants[_0x309202(0x163)]]:_0x32a410,[TestFrameworkConstants['KEY_TEST_CODE']]:_0x52264b,[TestFrameworkConstants[_0x309202(0x207)]]:_0x45147c,[TestFrameworkConstants[_0x309202(0x9b)]]:_0x176069[_0x309202(0x16f)]||new Date()[_0x309202(0x109)](),[TestFrameworkConstants[_0x309202(0xbb)]]:_0x37e1b8[0x0]||'',[TestFrameworkConstants[_0x309202(0x145)]]:_0x37e1b8,[TestFrameworkConstants[_0x309202(0xd8)]]:_0x5068f0,[TestFrameworkConstants[_0x309202(0x118)]]:{},[TestFrameworkConstants[_0x309202(0xde)]]:{}};_0x176069[_0x309202(0x17b)]&&(_0x155b8d[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x176069[_0x309202(0x17b)]);logger[_0x309202(0x181)](_0x309202(0xf8)+_0x5068f0+_0x309202(0x19f)+_0x153754+_0x309202(0x171)+JSON[_0x309202(0x1ca)](_0x45147c)+_0x309202(0x19e)+util[_0x309202(0x1e1)](_0x37e1b8)+_0x309202(0x10d)+_0x32a410);const _0x5d7378={};return _0x5d7378[_0x153754]=_0x155b8d,_0x5d7378;}[a79_0x2bb87a(0x104)](_0x46ef7c){const _0x421b5a=a79_0x2bb87a,_0xac79fb={'jwquZ':function(_0x1560c8,_0x7b4e76){return _0x1560c8===_0x7b4e76;},'yWTtL':'afterAll','RsNur':_0x421b5a(0x166),'ByLEW':_0x421b5a(0x197),'hcaZF':_0x421b5a(0x1c0),'qqbIp':function(_0x3a3f25,_0x2ba452){return _0x3a3f25||_0x2ba452;},'QVMPj':_0x421b5a(0x1e8),'VeLOK':function(_0x4dc9f0,_0x42b4aa){return _0x4dc9f0||_0x42b4aa;},'BGgBP':_0x421b5a(0x1fd),'gdneZ':function(_0x937382,_0x4688fd){return _0x937382>_0x4688fd;},'pddFL':_0x421b5a(0x218),'nwTHz':_0x421b5a(0x18d),'ZTdvd':_0x421b5a(0xff),'QhblO':'passed','fjawi':function(_0x129c33,_0x2a3916){return _0x129c33===_0x2a3916;},'fZItz':function(_0x2b14b5,_0x5afdb8){return _0x2b14b5!==_0x5afdb8;},'wEyMb':function(_0x4cd405,_0x33f429,_0x40c8c9,_0xc3bcbf){return _0x4cd405(_0x33f429,_0x40c8c9,_0xc3bcbf);},'mpjiS':function(_0x30e2ce,_0x1a0369){return _0x30e2ce>_0x1a0369;},'CwILV':function(_0x1a4d50,_0x5e9771){return _0x1a4d50>_0x5e9771;},'kuuCe':'[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData'},{testUUID:_0x381958,testData:_0x2e651c,testId:_0x30fd85}=_0x46ef7c;if(_0xac79fb[_0x421b5a(0x15c)](!_0x2e651c,!_0x30fd85))return logger[_0x421b5a(0x181)](_0xac79fb[_0x421b5a(0xaf)]),{};const _0x4cb5e7=this[_0x421b5a(0xc0)](TestFrameworkState['TEST'],HookState[_0x421b5a(0x1cb)]),_0x6eb626=_0x4cb5e7[_0x421b5a(0xfa)]()[_0x421b5a(0xb9)](_0x30fd85),_0x5d7415=_0xac79fb['VeLOK'](_0x6eb626,{}),_0x42e7fe=_0x5d7415?_0x5d7415[TestFrameworkConstants[_0x421b5a(0x118)]]||{}:{},_0x4f7d52=_0x5d7415[TestFrameworkConstants[_0x421b5a(0x1ba)]];logger['debug'](_0x421b5a(0x1b9)+(_0x4f7d52?Object[_0x421b5a(0xcd)](_0x4f7d52)[_0x421b5a(0x1c9)]:0x0)+'\x20attachments');let _0x140feb=_0xac79fb['BGgBP'];if(_0x2e651c[_0x421b5a(0x113)])_0x140feb=_0x2e651c[_0x421b5a(0x113)];else{if(_0x2e651c[_0x421b5a(0x116)]&&_0xac79fb[_0x421b5a(0x1f8)](_0x2e651c[_0x421b5a(0x116)][_0x421b5a(0x1c9)],0x0))_0x140feb=_0xac79fb['pddFL'];else _0xac79fb[_0x421b5a(0xae)](_0x2e651c[_0x421b5a(0xb5)],_0xac79fb[_0x421b5a(0x178)])||_0xac79fb[_0x421b5a(0xae)](_0x2e651c[_0x421b5a(0xb5)],_0xac79fb[_0x421b5a(0x19c)])?_0x140feb=_0xac79fb[_0x421b5a(0x19c)]:_0x140feb=_0xac79fb[_0x421b5a(0xb8)];}const _0x182b6a={..._0x5d7415,[TestFrameworkConstants[_0x421b5a(0x1f2)]]:_0x140feb,[TestFrameworkConstants[_0x421b5a(0x187)]]:_0x2e651c[_0x421b5a(0x1c5)]||new Date()[_0x421b5a(0x109)](),[TestFrameworkConstants[_0x421b5a(0xc3)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x421b5a(0x118)]]:_0x42e7fe,[TestFrameworkConstants[_0x421b5a(0x114)]]:_0x5d7415[TestFrameworkConstants[_0x421b5a(0x114)]]||[],[TestFrameworkConstants[_0x421b5a(0xde)]]:{}};if(_0xac79fb[_0x421b5a(0x143)](_0x140feb,_0xac79fb[_0x421b5a(0x1bd)])&&_0x2e651c[_0x421b5a(0x116)]){const _0x182747=this[_0x421b5a(0x1e4)](_0x2e651c),_0xc175b0=this[_0x421b5a(0x1e7)](_0x2e651c),_0x3d40de=this[_0x421b5a(0xdc)](_0x2e651c);_0x182b6a[TestFrameworkConstants[_0x421b5a(0x1b1)]]=_0xc175b0,_0x182b6a[TestFrameworkConstants[_0x421b5a(0x1e3)]]=_0x182747,_0x182b6a[TestFrameworkConstants[_0x421b5a(0x190)]]=_0x3d40de;}_0xac79fb[_0x421b5a(0x216)](_0x2e651c['duration'],undefined)&&(_0x182b6a[TestFrameworkConstants[_0x421b5a(0x9a)]]=_0x2e651c[_0x421b5a(0x13f)]);_0x2e651c[_0x421b5a(0x17b)]&&(_0x182b6a[TestFrameworkConstants[_0x421b5a(0x183)]]=_0x2e651c[_0x421b5a(0x17b)]);const _0x5fdb08=_0x6eb626?_0x6eb626[TestFrameworkConstants[_0x421b5a(0x1ba)]]||{}:{},_0x4bd61f=_0x6eb626?_0x6eb626[TestFrameworkConstants['KEY_TEST_UUID']]:_0x381958,_0x3bc3b4=_0xac79fb[_0x421b5a(0x1dc)](getManualUploadLogs,_0x5fdb08,_0x4bd61f,_0x30fd85);if(_0xac79fb['mpjiS'](_0x3bc3b4[_0x421b5a(0x1c9)],0x0)){const _0x4d473d=_0x182b6a[TestFrameworkConstants[_0x421b5a(0x114)]]||[];_0x182b6a[TestFrameworkConstants[_0x421b5a(0x114)]]=[..._0x4d473d,..._0x3bc3b4];}const _0x2e5089=_0x5d7415[TestFrameworkConstants[_0x421b5a(0x169)]]||{},_0x209919=_0x5d7415[TestFrameworkConstants[_0x421b5a(0x1ff)]]||{},_0x49df4d={..._0x2e5089},_0x42ae24=_0x49df4d;Object[_0x421b5a(0xcd)](_0x209919)[_0x421b5a(0x15a)](_0x4c09dc=>{const _0x1e1376=_0x421b5a;!_0x42ae24[_0x4c09dc]&&(_0x42ae24[_0x4c09dc]=[]);const _0xbedc47=new Set((_0x42ae24[_0x4c09dc]||[])[_0x1e1376(0x170)](_0x22f4f=>_0x22f4f[TestFrameworkConstants['KEY_HOOK_ID']]||_0x22f4f['hook_id']));(_0x209919[_0x4c09dc]||[])[_0x1e1376(0x15a)](_0x47e8de=>{const _0x4bc7eb=_0x1e1376,_0x1cccf5=_0x47e8de[TestFrameworkConstants[_0x4bc7eb(0x16b)]]||_0x47e8de[_0x4bc7eb(0x15b)];if(!_0xbedc47[_0x4bc7eb(0x98)](_0x1cccf5)){const _0x271873={..._0x47e8de},_0x35e295=_0x271873;!_0x35e295[TestFrameworkConstants[_0x4bc7eb(0x21c)]]&&!_0x35e295[_0x4bc7eb(0x172)]&&(_0x35e295[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=new Date()[_0x4bc7eb(0x109)]()),!_0x35e295[TestFrameworkConstants['KEY_HOOK_RESULT']]&&!_0x35e295[_0x4bc7eb(0x193)]&&(_0x35e295[TestFrameworkConstants[_0x4bc7eb(0x97)]]=TestFrameworkConstants['DEFAULT_HOOK_RESULT']),_0x42ae24[_0x4c09dc][_0x4bc7eb(0x115)](_0x35e295);}});});if(_0x46ef7c[_0x421b5a(0x14c)]){this[_0x421b5a(0x1ac)](_0x46ef7c['originalTest']);const _0x37ba65=this['buildHookMapFromTest'](_0x46ef7c[_0x421b5a(0x14c)]),_0x1778fd=this[_0x421b5a(0x212)](_0x46ef7c['originalTest']);_0x1778fd[_0x421b5a(0x15a)](_0x491999=>{const _0x18591b=_0x421b5a,_0x206de9=_0x37ba65[_0x18591b(0xb9)](_0x491999);if(_0x206de9&&(_0xac79fb[_0x18591b(0xae)](_0x206de9['type'],_0xac79fb['yWTtL'])||_0xac79fb['jwquZ'](_0x206de9[_0x18591b(0x146)],_0xac79fb[_0x18591b(0x175)]))){const _0x45417c=_0x206de9['type'][_0x18591b(0xdb)]()[_0x18591b(0xac)](_0xac79fb['ByLEW'],_0xac79fb[_0x18591b(0x1ce)]),_0x3eb029=_0x45417c;!_0x42ae24[_0x3eb029]&&(_0x42ae24[_0x3eb029]=[]);const _0x363a28=_0x42ae24[_0x3eb029]['find'](_0x2bdb21=>(_0x2bdb21[TestFrameworkConstants[_0x18591b(0x16b)]]||_0x2bdb21[_0x18591b(0x15b)])===_0x491999);!_0x363a28&&_0x42ae24[_0x3eb029][_0x18591b(0x115)]({'key':_0x3eb029,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x491999,[TestFrameworkConstants[_0x18591b(0x97)]]:TestFrameworkConstants[_0x18591b(0x155)],[TestFrameworkConstants[_0x18591b(0x1a1)]]:new Date()[_0x18591b(0x109)](),[TestFrameworkConstants[_0x18591b(0x21c)]]:new Date()['toISOString'](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x206de9[_0x18591b(0x13d)]||_0x206de9['type']+'\x20hook',[TestFrameworkConstants[_0x18591b(0x118)]]:_0x42e7fe});}});}if(_0x2e651c['hooks']&&_0xac79fb[_0x421b5a(0x1a2)](_0x2e651c['hooks']['length'],0x0))_0x182b6a[TestFrameworkConstants[_0x421b5a(0x169)]]=_0x2e651c[_0x421b5a(0x184)],logger[_0x421b5a(0x181)](_0xac79fb[_0x421b5a(0x1bb)]);else _0xac79fb[_0x421b5a(0x1a2)](Object[_0x421b5a(0xcd)](_0x42ae24)[_0x421b5a(0x1c9)],0x0)&&(_0x182b6a[TestFrameworkConstants[_0x421b5a(0x169)]]=_0x42ae24,logger['debug']('[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes='+Object[_0x421b5a(0xcd)](_0x42ae24)[_0x421b5a(0x1df)](',')));const _0x108ae8=this[_0x421b5a(0x12b)](_0x2e651c);logger[_0x421b5a(0x181)](_0x421b5a(0xea)+_0x108ae8+',\x20testId='+_0x30fd85+_0x421b5a(0x1a6)+_0x140feb+_0x421b5a(0x1f0)+_0x2e651c[_0x421b5a(0x13f)]);_0xac79fb['jwquZ'](_0x140feb,_0xac79fb[_0x421b5a(0x1bd)])&&logger['debug'](_0x421b5a(0x1f9)+_0x30fd85+_0x421b5a(0xcf)+_0x182b6a[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]+_0x421b5a(0x108)+_0x182b6a[TestFrameworkConstants[_0x421b5a(0x1e3)]]?.['substring'](0x0,0xc8));const _0x5d9ee7={};return _0x5d9ee7[_0x30fd85]=_0x182b6a,_0x5d9ee7;}[a79_0x2bb87a(0x1ec)](_0x5a0e74){const _0x5e78ba=a79_0x2bb87a,_0x6e2b5a={};_0x6e2b5a[_0x5e78ba(0x21b)]=function(_0x1fe8f2,_0x3f4e49){return _0x1fe8f2!==_0x3f4e49;},_0x6e2b5a[_0x5e78ba(0xfc)]=function(_0x44bb2b,_0x23d527){return _0x44bb2b!==_0x23d527;},_0x6e2b5a[_0x5e78ba(0x1bc)]='ROOT_DESCRIBE_BLOCK';const _0x5e84e2=_0x6e2b5a,_0x3036bb={};_0x3036bb[_0x5e78ba(0xbe)]=0x2,_0x3036bb[_0x5e78ba(0xa9)]=0x3,logger['debug'](_0x5e78ba(0x19a)+util['inspect'](_0x5a0e74,_0x3036bb));const _0x23fa8c=[];if(_0x5a0e74&&_0x5a0e74[_0x5e78ba(0x1a9)]){let _0x628777=_0x5a0e74[_0x5e78ba(0x1a9)];while(_0x628777&&_0x628777[_0x5e78ba(0x13d)]&&_0x5e84e2[_0x5e78ba(0x21b)](_0x628777[_0x5e78ba(0x13d)],'')&&_0x5e84e2[_0x5e78ba(0xfc)](_0x628777[_0x5e78ba(0x13d)],_0x5e84e2[_0x5e78ba(0x1bc)])){_0x23fa8c[_0x5e78ba(0x115)](_0x628777[_0x5e78ba(0x13d)]),_0x628777=_0x628777['parent'];}}return _0x23fa8c[_0x5e78ba(0x95)]();}['getJestTestName'](_0x414f9a){const _0x33eb28=a79_0x2bb87a,_0x31f93f={};_0x31f93f[_0x33eb28(0x1e6)]=_0x33eb28(0x219);const _0x47500d=_0x31f93f;if(_0x414f9a[_0x33eb28(0x13d)])return _0x414f9a[_0x33eb28(0x13d)];if(_0x414f9a[_0x33eb28(0x9f)])return _0x414f9a[_0x33eb28(0x9f)];return _0x47500d['IFxTs'];}[a79_0x2bb87a(0x1d9)](_0x565885){const _0xac5b24=a79_0x2bb87a,_0xbb6200=[];if(_0x565885[_0xac5b24(0x200)]&&Array[_0xac5b24(0x18e)](_0x565885[_0xac5b24(0x200)]))return _0x565885[_0xac5b24(0x200)]['map'](_0x20158c=>_0x20158c['startsWith']('@')?_0x20158c[_0xac5b24(0x1b0)](0x1):_0x20158c);const _0x34bfac=this[_0xac5b24(0x12b)](_0x565885),_0xf99245=_0x34bfac[_0xac5b24(0x144)](/@(\w+)/g);if(_0xf99245)return _0xf99245[_0xac5b24(0x170)](_0x1f37a7=>_0x1f37a7[_0xac5b24(0x15f)](0x1));return _0x565885[_0xac5b24(0x208)]&&Array[_0xac5b24(0x18e)](_0x565885['scopes'])&&_0x565885[_0xac5b24(0x208)]['forEach'](_0x29e1af=>{const _0x563463=_0xac5b24,_0x49073b=_0x29e1af[_0x563463(0x144)](/@(\w+)/g);_0x49073b&&_0x49073b[_0x563463(0x15a)](_0xdad195=>{const _0x328e9a=_0x563463,_0x413825=_0xdad195[_0x328e9a(0x15f)](0x1);!_0xbb6200[_0x328e9a(0x1cc)](_0x413825)&&_0xbb6200[_0x328e9a(0x115)](_0x413825);});}),_0xbb6200;}['getJestTestFilePath'](_0x4830d5){const _0x29f925=a79_0x2bb87a,_0x3bd233={'LyOPK':function(_0x59f12a,_0xb44803){return _0x59f12a(_0xb44803);}};if(_0x4830d5[_0x29f925(0x17a)])return _0x4830d5[_0x29f925(0x17a)];if(_0x4830d5['asyncError'])try{const _0x2834ed=stackTrace[_0x29f925(0x10a)](_0x4830d5['asyncError']),_0x1488b4=_0x3bd233[_0x29f925(0x195)](pickUserFrameFile,_0x2834ed);if(_0x1488b4)return _0x1488b4;logger[_0x29f925(0x181)](_0x29f925(0x12e)+_0x2834ed['length']+')');}catch(_0x31a993){logger[_0x29f925(0x181)](_0x29f925(0x1bf)+util[_0x29f925(0xa2)](_0x31a993));}return null;}[a79_0x2bb87a(0x1e4)](_0x44315f){const _0x4e3eb1=a79_0x2bb87a,_0x27db51={};_0x27db51[_0x4e3eb1(0x135)]=function(_0x17e694,_0x4a615a){return _0x17e694>_0x4a615a;},_0x27db51[_0x4e3eb1(0x94)]='Unknown\x20error';const _0x477c6c=_0x27db51;if(_0x44315f[_0x4e3eb1(0x116)]&&_0x477c6c[_0x4e3eb1(0x135)](_0x44315f[_0x4e3eb1(0x116)][_0x4e3eb1(0x1c9)],0x0))return util['inspect'](_0x44315f['errorsDetailed'][0x0]);if(_0x44315f[_0x4e3eb1(0x12f)])return _0x44315f[_0x4e3eb1(0x12f)];return _0x477c6c['AOVMZ'];}['getJestFailureType'](_0x5194c9){const _0x3e85b4=a79_0x2bb87a,_0x7ab351={};_0x7ab351[_0x3e85b4(0x18f)]=_0x3e85b4(0xa6),_0x7ab351['bHGwk']=_0x3e85b4(0x167),_0x7ab351[_0x3e85b4(0xb7)]=_0x3e85b4(0xb6);const _0x5e76af=_0x7ab351,_0x515233=this[_0x3e85b4(0x1e4)](_0x5194c9);if(_0x515233&&_0x515233[_0x3e85b4(0x1cc)](_0x5e76af[_0x3e85b4(0x18f)]))return _0x5e76af['bHGwk'];return _0x5e76af['JSDDu'];}[a79_0x2bb87a(0xdc)](_0x1940ac){const _0x366be4=a79_0x2bb87a,_0x33300e={'TqfWk':function(_0x3cce37,_0xb87635){return _0x3cce37(_0xb87635);},'GizuY':_0x366be4(0x10e),'yYTGC':function(_0x592898,_0x2fb276){return _0x592898!==_0x2fb276;},'bBWXi':_0x366be4(0x151)},{failureData:_0x158bb1}=_0x33300e['TqfWk'](require,_0x33300e[_0x366be4(0x162)]),_0x149419=[];return _0x33300e[_0x366be4(0x1da)](_0x1940ac[_0x366be4(0x116)],undefined)&&_0x149419[_0x366be4(0x115)](_0x1940ac[_0x366be4(0x116)],_0x33300e[_0x366be4(0x1e5)]),_0x158bb1[_0x366be4(0x1ae)](null,_0x149419);}async[a79_0x2bb87a(0x224)](_0x2dc4fe,_0x1ddd36,_0x5cfea9,_0x1290ec){const _0x491017=a79_0x2bb87a,_0xe9c827={'gyIcw':_0x491017(0x1a8),'NqHvr':function(_0x574a96){return _0x574a96();},'pdDDW':function(_0x560bdb,_0x14b358){return _0x560bdb in _0x14b358;},'PyuZs':function(_0x5b8332,_0x3f1ab7){return _0x5b8332 in _0x3f1ab7;},'WMkvr':function(_0x26f3c2,_0x4cfc36){return _0x26f3c2===_0x4cfc36;},'cFrWv':function(_0x533c04,_0x323ae4){return _0x533c04>_0x323ae4;},'Grqvu':_0x491017(0x218),'HumyJ':_0x491017(0x12a),'YHbsp':function(_0x5187fd,_0x3e719a){return _0x5187fd===_0x3e719a;},'UHROH':function(_0x5ab601,_0x10587f){return _0x5ab601===_0x10587f;},'TPVzR':'[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','lsoMa':function(_0x4b5fac,_0x20279b){return _0x4b5fac>_0x20279b;},'mnaPm':function(_0x11f0dc,_0x11fff5){return _0x11f0dc!==_0x11fff5;}},{hookData:_0x440df2}=_0x1290ec,_0x53ed6c=_0x5cfea9[_0x491017(0x11c)](),_0x35c010=_0x1ddd36[_0x491017(0x11c)](),_0x53653a={};_0x53653a[_0x491017(0xbe)]=0x2,_0x53653a[_0x491017(0xa9)]=0x3,logger['debug'](_0x491017(0x1b3)+_0x35c010+_0x491017(0xa5)+_0x53ed6c+_0x491017(0x1a0)+util['inspect'](_0x440df2,_0x53653a));if(!_0x440df2)return logger['debug'](_0xe9c827[_0x491017(0xdf)]),{};const _0x4f5dd9=_0x440df2[_0x491017(0x160)]||_0x440df2[_0x491017(0x153)]||_0xe9c827[_0x491017(0x203)](uuidv4),_0x182822=_0x440df2[_0x491017(0x18c)]||this[_0x491017(0x188)](_0x440df2),_0x100040=_0x1ddd36[_0x491017(0x11c)]()[_0x491017(0x9e)]('.')[0x1],_0x1b788d=_0x2dc4fe[_0x491017(0xfa)]()[_0x491017(0xb9)](_0x182822),_0x1ca20a=_0x1b788d?_0x1b788d[TestFrameworkConstants[_0x491017(0x118)]]||{}:{};logger['debug'](_0x491017(0x1d1)+_0x4f5dd9+_0x491017(0x19f)+_0x182822+_0x491017(0x92)+_0x100040+_0x491017(0xa5)+_0x53ed6c);if(!_0x1b788d)return logger[_0x491017(0x181)]('[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20'+_0x182822+_0x491017(0x13e)),this['storePendingHook'](_0x2dc4fe,_0x182822,_0x1ddd36,_0x5cfea9,_0x1290ec),{};let _0x172a4b=_0x1b788d[TestFrameworkConstants[_0x491017(0x1ff)]];!_0x172a4b&&(_0x172a4b={});!_0xe9c827[_0x491017(0x122)](_0x100040,_0x172a4b)&&(_0x172a4b[_0x100040]=[]);let _0x4a62bb=_0x1b788d[TestFrameworkConstants[_0x491017(0x169)]];!_0x4a62bb&&(_0x4a62bb={});!_0xe9c827['PyuZs'](_0x100040,_0x4a62bb)&&(_0x4a62bb[_0x100040]=[]);const _0x5e3443={[_0x182822]:{[TestFrameworkConstants[_0x491017(0x1ff)]]:_0x172a4b,[TestFrameworkConstants[_0x491017(0x169)]]:_0x4a62bb,[TestFrameworkConstants[_0x491017(0x148)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x491017(0xfd)]]:this[_0x491017(0x106)]()[this[_0x491017(0x1be)]()[0x0]]||''}};if(_0xe9c827['WMkvr'](_0x5cfea9,HookState[_0x491017(0x119)])){const _0x93d396={'key':_0x100040,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x4f5dd9,[TestFrameworkConstants[_0x491017(0x97)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:_0x440df2[_0x491017(0x16f)]||new Date()[_0x491017(0x109)](),[TestFrameworkConstants[_0x491017(0x125)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x440df2[_0x491017(0x13d)]||_0x440df2[_0x491017(0x1a7)]||_0x100040,[TestFrameworkConstants[_0x491017(0x118)]]:_0x1ca20a};_0x172a4b[_0x100040][_0x491017(0x115)](_0x93d396),_0x5e3443[_0x182822][TestFrameworkConstants[_0x491017(0x1d4)]]=_0x100040;const _0x26fa5d={};_0x26fa5d[_0x491017(0xbe)]=0x2,logger[_0x491017(0x181)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x100040+_0x491017(0x209)+_0x4f5dd9+_0x491017(0x19f)+_0x182822+_0x491017(0x156)+util['inspect'](_0x93d396,_0x26fa5d));}else{if(_0xe9c827[_0x491017(0x1a3)](_0x5cfea9,HookState[_0x491017(0x1cb)])){const _0x1e9839=_0x440df2[_0x491017(0x113)]||(_0x440df2[_0x491017(0x116)]&&_0xe9c827[_0x491017(0x139)](_0x440df2['errorsDetailed'][_0x491017(0x1c9)],0x0)?_0xe9c827[_0x491017(0x1db)]:_0xe9c827[_0x491017(0xed)]),_0x192c69=_0x172a4b[_0x100040]||[];logger['debug'](_0x491017(0xc9)+_0x100040+_0x491017(0x19f)+_0x182822+_0x491017(0xbc)+_0x1e9839+_0x491017(0x192)+_0x192c69[_0x491017(0x1c9)]);if(_0xe9c827[_0x491017(0xd1)](_0x192c69[_0x491017(0x1c9)],0x0)&&_0xe9c827[_0x491017(0xb4)](_0x1ddd36,TestFrameworkState[_0x491017(0x128)]))return logger[_0x491017(0x181)](_0xe9c827[_0x491017(0x211)]),this[_0x491017(0xef)](_0x2dc4fe,_0x182822,_0x1ddd36,_0x5cfea9,_0x1290ec),{};if(_0xe9c827[_0x491017(0x1fa)](_0x192c69[_0x491017(0x1c9)],0x0)){const _0x207710=_0x192c69[_0x491017(0x11f)]();_0xe9c827['WMkvr'](_0x1e9839,_0xe9c827[_0x491017(0x1db)])&&_0x440df2[_0x491017(0x116)]?(_0x207710[TestFrameworkConstants[_0x491017(0x1f6)]]=this[_0x491017(0x1e7)](_0x440df2),_0x207710[TestFrameworkConstants[_0x491017(0x132)]]=this[_0x491017(0x1e4)](_0x440df2),_0x207710[TestFrameworkConstants[_0x491017(0x121)]]=this[_0x491017(0xdc)](_0x440df2),logger['debug'](_0x491017(0x142)+_0x100040+_0x491017(0xcf)+_0x207710[TestFrameworkConstants[_0x491017(0x1f6)]]+_0x491017(0x108)+_0x207710[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]?.[_0x491017(0x1d7)](0x0,0xc8))):_0x207710[TestFrameworkConstants[_0x491017(0x97)]]=_0xe9c827[_0x491017(0xed)];_0xe9c827[_0x491017(0x220)](_0x1e9839,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x207710[TestFrameworkConstants[_0x491017(0x97)]]=_0x1e9839);_0x207710[TestFrameworkConstants[_0x491017(0x21c)]]=_0x440df2[_0x491017(0x1c5)]||new Date()[_0x491017(0x109)](),_0x207710[TestFrameworkConstants[_0x491017(0x118)]]=_0x1ca20a;const _0x3e7f15=_0x207710[TestFrameworkConstants['KEY_HOOK_ID']];!_0x4a62bb[_0x100040]&&(_0x4a62bb[_0x100040]=[]);_0x4a62bb[_0x100040]['push'](_0x207710),_0x5e3443[_0x182822][TestFrameworkConstants[_0x491017(0x1b8)]]=_0x100040;const _0xe112f3={};_0xe112f3[_0x491017(0xbe)]=0x2,logger['debug'](_0x491017(0x1b4)+_0x100040+_0x491017(0x209)+_0x3e7f15+',\x20result='+_0x1e9839+_0x491017(0x156)+util[_0x491017(0x1e1)](_0x207710,_0xe112f3));}}}return _0x5e3443;}['createTestFrameworkEventPayload'](_0x39b493){const _0x2e127c=a79_0x2bb87a,_0x86ba27={};_0x86ba27[_0x2e127c(0xe5)]='base64';const _0x194d11=_0x86ba27;try{const _0x2dad1f=_0x39b493[_0x2e127c(0x151)]?this[_0x2e127c(0x188)](_0x39b493[_0x2e127c(0x151)]):_0x39b493[_0x2e127c(0x206)][_0x2e127c(0x18c)],_0x274337=_0x39b493['instance'],_0x5b2ad4=_0x274337[_0x2e127c(0x214)](),_0x6e0bed=_0x274337[_0x2e127c(0xfa)]()[_0x2e127c(0xb9)](_0x2dad1f);if(!_0x6e0bed)return logger[_0x2e127c(0x181)](_0x2e127c(0x174)+_0x2dad1f),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x4f709d=this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x2e127c(0xfd)]]:_0x1b6bf0=this[_0x2e127c(0x106)]()[this[_0x2e127c(0x1be)]()[0x0]]||'',[TestFrameworkConstants[_0x2e127c(0x9b)]]:_0xc88d57='',[TestFrameworkConstants[_0x2e127c(0x187)]]:_0x55f36e=''}=_0x6e0bed,_0x42ee73=_0x274337[_0x2e127c(0xe7)]()[_0x2e127c(0x11c)]()[_0x2e127c(0x9e)]('.')[0x1],_0x6c2b8c=_0x274337[_0x2e127c(0x1c7)]()[_0x2e127c(0x11c)]()['split']('.')[0x1],_0x11557e=global?.['__workerDetails']?.['workerInfo']?.[_0x2e127c(0xf4)]||global[_0x2e127c(0x17e)]||0x0,_0x2f6611=_0x274337[_0x2e127c(0x20b)](),_0x1469e1=Buffer[_0x2e127c(0x10b)](JSON[_0x2e127c(0x1ca)](_0x6e0bed))['toString'](_0x194d11['oQYWp']),_0x5cdac9={'hash':_0x5b2ad4[_0x2e127c(0x1ed)](),'threadId':_0x5b2ad4[_0x2e127c(0x215)]()[_0x2e127c(0x11c)](),'processId':_0x5b2ad4[_0x2e127c(0xa8)]()['toString']()},_0x259ba0={};_0x259ba0[_0x2e127c(0x10c)]=_0x11557e,_0x259ba0[_0x2e127c(0x1fc)]=_0x4f709d,_0x259ba0['testFrameworkVersion']=_0x1b6bf0,_0x259ba0[_0x2e127c(0xe4)]=_0x42ee73,_0x259ba0['hookState']=_0x6c2b8c,_0x259ba0[_0x2e127c(0x140)]=_0xc88d57,_0x259ba0[_0x2e127c(0x1c2)]=_0x55f36e,_0x259ba0[_0x2e127c(0x160)]=_0x2f6611,_0x259ba0[_0x2e127c(0x202)]=_0x1469e1,_0x259ba0[_0x2e127c(0xe0)]=_0x5cdac9,_0x259ba0[_0x2e127c(0x1d8)]=_0x2dad1f;const _0x329f66=_0x259ba0;return _0x329f66;}catch(_0x8df6b0){return logger[_0x2e127c(0x17c)](_0x2e127c(0x133)+util[_0x2e127c(0xa2)](_0x8df6b0)),{};}}async['sendLogCreatedEvent'](_0x5ccf06,_0x716056,_0x4b6122){const _0x2fa156=a79_0x2bb87a,_0x18f1a3={'YnOZo':function(_0x178c8b,_0x21194f){return _0x178c8b+_0x21194f;},'ZstGT':_0x2fa156(0x201),'hFtsI':_0x2fa156(0xa0),'CSCyG':function(_0x181f91,_0x2df95f){return _0x181f91>_0x2df95f;},'UKalx':function(_0x2b7815,_0x483d7c,_0x7f3644,_0x106b82){return _0x2b7815(_0x483d7c,_0x7f3644,_0x106b82);},'SllVU':function(_0x1f1908,_0x1567fa){return _0x1f1908-_0x1567fa;},'cvBdv':function(_0x53812c,_0x2b1e3e){return _0x53812c===_0x2b1e3e;},'LtqTw':function(_0x2e5524,_0x17b6bd){return _0x2e5524/_0x17b6bd;},'UMYoN':function(_0x8e8c6c,_0x1b1e9b){return _0x8e8c6c<_0x1b1e9b;},'sNlxx':function(_0xe8a357,_0x207d0e){return _0xe8a357*_0x207d0e;},'BsvGz':function(_0x5ad037,_0x15e3e7){return _0x5ad037+_0x15e3e7;},'VquyM':function(_0x7633d1,_0x2a927a){return _0x7633d1+_0x2a927a;},'izaJt':function(_0x381680,_0x2f9cdf){return _0x381680>_0x2f9cdf;}};try{const _0x30a66f=_0x4b6122['testUUID']||_0x4b6122[_0x2fa156(0xe3)],_0x19b283=Array[_0x2fa156(0x10b)](_0x5ccf06['getAllData']()['keys']()),_0x5c8530=_0x5ccf06['getAllData']()[_0x2fa156(0xb9)](_0x30a66f);if(!_0x5c8530){logger[_0x2fa156(0x181)](_0x2fa156(0x1ad)+_0x30a66f);return;}const {[TestFrameworkConstants[_0x2fa156(0x148)]]:_0x2806b5='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0xe3a2c8=''}=_0x5c8530;let _0x35922a=[];_0x5c8530&&_0x5c8530[TestFrameworkConstants[_0x2fa156(0x114)]]&&Array[_0x2fa156(0x18e)](_0x5c8530[TestFrameworkConstants[_0x2fa156(0x114)]])?(_0x35922a=_0x5c8530[TestFrameworkConstants[_0x2fa156(0x114)]]||[],logger[_0x2fa156(0x181)](_0x2fa156(0x1f3)+_0x35922a['length']+_0x2fa156(0x222)+_0x30a66f),_0x5ccf06[_0x2fa156(0x13a)]({[_0x30a66f]:{[TestFrameworkConstants[_0x2fa156(0x114)]]:[],[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x2fa156(0x1be)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x2fa156(0x106)]()[this[_0x2fa156(0x1be)]()[0x0]]||''}}),logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x30a66f)):logger[_0x2fa156(0x181)](_0x2fa156(0x90)+_0x30a66f);logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20'+_0x35922a[_0x2fa156(0x1c9)]+_0x2fa156(0x1f5)+_0x30a66f);const _0x104849=_0x35922a[_0x2fa156(0xd7)](_0x536436=>_0x536436[_0x2fa156(0x8e)]==='TEST_SCREENSHOT');_0x18f1a3[_0x2fa156(0xf6)](_0x104849['length'],0x0)&&(logger[_0x2fa156(0x181)](_0x2fa156(0x15e)+_0x104849[_0x2fa156(0x1c9)]+_0x2fa156(0x147)+_0x30a66f),_0x104849[_0x2fa156(0x15a)]((_0x2bcc3e,_0x2220e1)=>{const _0x132e9b=_0x2fa156;logger[_0x132e9b(0x181)](_0x132e9b(0x217)+_0x18f1a3[_0x132e9b(0xc8)](_0x2220e1,0x1)+'/'+_0x104849['length']+_0x132e9b(0x13b)+(_0x2bcc3e[_0x132e9b(0x1d8)]||_0x18f1a3[_0x132e9b(0xc6)])+_0x132e9b(0x1ea)+(_0x2bcc3e[_0x132e9b(0x130)]||_0x18f1a3[_0x132e9b(0xc6)])+_0x132e9b(0x129)+(_0x2bcc3e[_0x132e9b(0x164)]||_0x18f1a3[_0x132e9b(0x21e)])+',\x20messageLength='+(_0x2bcc3e[_0x132e9b(0x1c6)]?.['length']||0x0));}));const _0x2fb4f4=_0x5c8530[TestFrameworkConstants[_0x2fa156(0x1ba)]]||{},_0x2b75bf=_0x18f1a3[_0x2fa156(0xcb)](getMediaArtifactsLogs,_0x2fb4f4,null,_0x30a66f),_0x456ca2=(_0x35922a||[])[_0x2fa156(0x11a)](_0x2b75bf||[]),_0x3161b2=_0x104849?.[_0x2fa156(0x1c9)]||0x0,_0x4b4847=_0x18f1a3[_0x2fa156(0x141)](_0x35922a?.['length']||0x0,_0x3161b2);logger[_0x2fa156(0x181)](_0x2fa156(0x14f)+_0x30a66f+',\x20consoleLogs:\x20'+_0x4b4847+_0x2fa156(0x16d)+_0x3161b2+',\x20attachmentLogs:\x20'+(_0x2b75bf?.[_0x2fa156(0x1c9)]||0x0)+',\x20totalLogs:\x20'+_0x456ca2[_0x2fa156(0x1c9)]);if(!_0x456ca2||_0x18f1a3[_0x2fa156(0x12d)](_0x456ca2[_0x2fa156(0x1c9)],0x0)){logger[_0x2fa156(0x181)](_0x2fa156(0xd6)+_0x30a66f);return;}const _0x198855=0x28,_0x1179a3=Math['ceil'](_0x18f1a3[_0x2fa156(0x150)](_0x456ca2[_0x2fa156(0x1c9)],_0x198855));for(let _0x3ddb36=0x0;_0x18f1a3['UMYoN'](_0x3ddb36,_0x1179a3);_0x3ddb36++){const _0x4da45c=_0x18f1a3['sNlxx'](_0x3ddb36,_0x198855),_0x16fbf0=_0x18f1a3['BsvGz'](_0x4da45c,_0x198855),_0x3308f9=_0x456ca2['slice'](_0x4da45c,_0x16fbf0),_0x4f239c=global?.[_0x2fa156(0x1af)]??0x0,_0x21bd35={'platformIndex':_0x4f239c,'logs':_0x3308f9,'testFrameworkName':_0x2806b5,'testFrameworkVersion':_0xe3a2c8,'testFrameworkState':_0x716056['toString']()[_0x2fa156(0x9e)]('.')[0x1]},_0x28d3be={};_0x28d3be[_0x2fa156(0xbe)]=0x3,_0x28d3be[_0x2fa156(0xa9)]=0x5,logger[_0x2fa156(0x181)](_0x2fa156(0x149)+_0x18f1a3[_0x2fa156(0xc8)](_0x3ddb36,0x1)+'/'+_0x1179a3+'\x20-\x20testId:\x20'+_0x30a66f+',\x20logsInBatch:\x20'+_0x3308f9['length']+',\x20platformIndex:\x20'+_0x4f239c+_0x2fa156(0xd3)+util[_0x2fa156(0x1e1)](_0x21bd35,_0x28d3be));const _0xcc5303=await GrpcClient[_0x2fa156(0x123)]()[_0x2fa156(0x20d)](_0x21bd35);logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x18f1a3[_0x2fa156(0x1c3)](_0x3ddb36,0x1)+'/'+_0x1179a3+'\x20-\x20testId:\x20'+_0x30a66f+_0x2fa156(0x182)+util[_0x2fa156(0x1e1)](_0xcc5303));}_0x2b75bf&&_0x18f1a3[_0x2fa156(0x15d)](_0x2b75bf[_0x2fa156(0x1c9)],0x0)&&_0x5c8530[TestFrameworkConstants[_0x2fa156(0x1ba)]]&&_0x5ccf06['addMultipleEntries']({[_0x30a66f]:{[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{},[TestFrameworkConstants[_0x2fa156(0x148)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x2fa156(0xfd)]]:this[_0x2fa156(0x106)]()[this['getTestFrameworks']()[0x0]]||''}}),logger[_0x2fa156(0x181)](_0x2fa156(0x18b)+_0x30a66f+_0x2fa156(0x1cd)+_0x1179a3);}catch(_0x745576){logger[_0x2fa156(0x17c)](_0x2fa156(0xbf)+(_0x4b6122['testUUID']||_0x4b6122[_0x2fa156(0xe3)])+_0x2fa156(0xfb)+util['format'](_0x745576));}}[a79_0x2bb87a(0xef)](_0x2c818a,_0x3eb8d9,_0xaeafca,_0x2e0cdf,_0x147b88){const _0x41c60c=a79_0x2bb87a,_0x274ebb={};_0x274ebb[_0x41c60c(0x21f)]=function(_0x46069a,_0x5735bf){return _0x46069a===_0x5735bf;},_0x274ebb[_0x41c60c(0x186)]=_0x41c60c(0x166);const _0x50b239=_0x274ebb,{hookData:_0x2484f1}=_0x147b88,_0x264ec6={'testId':_0x3eb8d9,'testFrameworkState':_0xaeafca,'hookState':_0x2e0cdf,'args':_0x147b88,'timestamp':new Date()[_0x41c60c(0x109)]()};if(_0x50b239['UDReS'](_0xaeafca,TestFrameworkState[_0x41c60c(0x128)])&&_0x2484f1){const _0x5076ad={};_0x5076ad['filePath']=_0x2484f1[_0x41c60c(0x17a)]||_0x2484f1[_0x41c60c(0x1eb)],_0x5076ad[_0x41c60c(0x19b)]=_0x2484f1[_0x41c60c(0x19b)]||_0x2484f1[_0x41c60c(0x208)]&&_0x2484f1[_0x41c60c(0x208)][0x0]||'',_0x5076ad[_0x41c60c(0x1e9)]=_0x50b239[_0x41c60c(0x186)],_0x264ec6['hookMetadata']=_0x5076ad,logger[_0x41c60c(0x181)](_0x41c60c(0x1aa)+_0x3eb8d9+_0x41c60c(0x11d)+_0x264ec6['hookMetadata'][_0x41c60c(0x102)]+_0x41c60c(0xee)+_0x264ec6['hookMetadata'][_0x41c60c(0x19b)]);}_0x2c818a[_0x41c60c(0x120)](_0x3eb8d9,_0x264ec6),logger[_0x41c60c(0x181)]('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x3eb8d9+_0x41c60c(0xda)+_0xaeafca+_0x41c60c(0x21d)+_0x2e0cdf);}async[a79_0x2bb87a(0x180)](_0x396ffb,_0x543fbe){const _0x5ee7ee=a79_0x2bb87a,_0x14786d={};_0x14786d[_0x5ee7ee(0x1f1)]=function(_0x3b71d4,_0x26d452){return _0x3b71d4>_0x26d452;},_0x14786d[_0x5ee7ee(0x107)]=function(_0x494d2b,_0xeeec5){return _0x494d2b===_0xeeec5;},_0x14786d['OOtDF']=function(_0x5707e1,_0x1c8acb){return _0x5707e1===_0x1c8acb;},_0x14786d['EjgZd']=function(_0x172581,_0x2ee0c8){return _0x172581===_0x2ee0c8;},_0x14786d[_0x5ee7ee(0x9d)]=function(_0x165f49,_0x4066b1){return _0x165f49===_0x4066b1;},_0x14786d[_0x5ee7ee(0xfe)]=function(_0x4e79a1,_0x4a16dc){return _0x4e79a1>_0x4a16dc;},_0x14786d[_0x5ee7ee(0x9c)]='[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook';const _0x25b7ce=_0x14786d;if(_0x396ffb[_0x5ee7ee(0xc7)](_0x543fbe)){const _0x384550=_0x396ffb['getPendingHooks'](_0x543fbe);logger[_0x5ee7ee(0x181)](_0x5ee7ee(0xb0)+_0x384550[_0x5ee7ee(0x1c9)]+_0x5ee7ee(0x173)+_0x543fbe);for(const _0x4f87aa of _0x384550){try{const _0xce6ffe=await this[_0x5ee7ee(0x224)](_0x396ffb,_0x4f87aa['testFrameworkState'],_0x4f87aa[_0x5ee7ee(0xbd)],_0x4f87aa[_0x5ee7ee(0x189)]);_0xce6ffe&&_0x25b7ce[_0x5ee7ee(0x1f1)](Object[_0x5ee7ee(0xcd)](_0xce6ffe)[_0x5ee7ee(0x1c9)],0x0)&&_0x396ffb['addMultipleEntries'](_0xce6ffe),await this[_0x5ee7ee(0x14a)](_0x396ffb,_0x4f87aa[_0x5ee7ee(0xe4)],_0x4f87aa[_0x5ee7ee(0xbd)],_0x4f87aa[_0x5ee7ee(0x189)]);}catch(_0x1227f9){logger[_0x5ee7ee(0x17c)](_0x5ee7ee(0xd4)+_0x543fbe+_0x5ee7ee(0xfb)+_0x1227f9);}}_0x396ffb[_0x5ee7ee(0x168)](_0x543fbe),logger[_0x5ee7ee(0x181)](_0x5ee7ee(0xf9)+_0x543fbe);}const _0x1c303c=_0x396ffb[_0x5ee7ee(0xfa)]()[_0x5ee7ee(0xb9)](_0x543fbe);if(_0x1c303c){const _0x3ca644=_0x1c303c[TestFrameworkConstants[_0x5ee7ee(0x157)]]||_0x1c303c[TestFrameworkConstants['KEY_TEST_LOCATION']],_0x1d80e8=_0x1c303c[TestFrameworkConstants['KEY_TEST_SCOPE']]||_0x1c303c[TestFrameworkConstants[_0x5ee7ee(0x145)]]&&_0x1c303c[TestFrameworkConstants[_0x5ee7ee(0x145)]][0x0]||'';logger['debug'](_0x5ee7ee(0x111)+_0x3ca644+_0x5ee7ee(0xee)+_0x1d80e8);const _0x1a9be2=_0x396ffb[_0x5ee7ee(0x16a)]();for(const _0x136e99 of _0x1a9be2){if(_0x25b7ce[_0x5ee7ee(0x107)](_0x136e99,_0x543fbe))continue;if(_0x396ffb['hasPendingHooks'](_0x136e99)){const _0x411f96=_0x396ffb[_0x5ee7ee(0xa7)](_0x136e99);for(const _0x53c3ef of _0x411f96){if(_0x25b7ce['OOtDF'](_0x53c3ef['testFrameworkState'],TestFrameworkState[_0x5ee7ee(0x128)])&&_0x53c3ef['hookMetadata']){const _0x3b2ca8=_0x53c3ef[_0x5ee7ee(0xe2)][_0x5ee7ee(0x102)],_0x3dbe69=_0x53c3ef[_0x5ee7ee(0xe2)][_0x5ee7ee(0x19b)];if(_0x25b7ce['EjgZd'](_0x3b2ca8,_0x3ca644)&&_0x25b7ce[_0x5ee7ee(0x9d)](_0x3dbe69,_0x1d80e8)){logger[_0x5ee7ee(0x181)](_0x5ee7ee(0x8f)+_0x136e99+_0x5ee7ee(0x1ab)+_0x543fbe+_0x5ee7ee(0x11d)+_0x3b2ca8+_0x5ee7ee(0xee)+_0x3dbe69);_0x53c3ef[_0x5ee7ee(0x189)]&&_0x53c3ef[_0x5ee7ee(0x189)][_0x5ee7ee(0x206)]&&(_0x53c3ef['args']['hookData'][_0x5ee7ee(0x18c)]=_0x543fbe,logger[_0x5ee7ee(0x181)]('[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20'+_0x136e99+'\x20to\x20'+_0x543fbe));try{const _0x22c338=await this['trackHookEvent'](_0x396ffb,_0x53c3ef[_0x5ee7ee(0xe4)],_0x53c3ef[_0x5ee7ee(0xbd)],_0x53c3ef[_0x5ee7ee(0x189)]);_0x22c338&&_0x25b7ce[_0x5ee7ee(0xfe)](Object['keys'](_0x22c338)[_0x5ee7ee(0x1c9)],0x0)&&_0x396ffb[_0x5ee7ee(0x13a)](_0x22c338);await this[_0x5ee7ee(0x14a)](_0x396ffb,_0x53c3ef[_0x5ee7ee(0xe4)],_0x53c3ef[_0x5ee7ee(0xbd)],_0x53c3ef[_0x5ee7ee(0x189)]);const _0x1e3b48=_0x396ffb[_0x5ee7ee(0xa7)](_0x136e99)[_0x5ee7ee(0xd7)](_0x18847f=>_0x18847f!==_0x53c3ef);if(_0x25b7ce[_0x5ee7ee(0x1d2)](_0x1e3b48['length'],0x0))_0x396ffb[_0x5ee7ee(0x168)](_0x136e99);else{_0x396ffb[_0x5ee7ee(0x168)](_0x136e99);for(const _0x567a0a of _0x1e3b48){_0x396ffb['addPendingHook'](_0x136e99,_0x567a0a);}}logger[_0x5ee7ee(0x181)](_0x25b7ce[_0x5ee7ee(0x9c)]);}catch(_0x1ef6a1){logger[_0x5ee7ee(0x17c)]('[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20'+_0x543fbe+',\x20error:\x20'+_0x1ef6a1);}}}}}}}}[a79_0x2bb87a(0x1ac)](_0x84eeec){const _0x212403=a79_0x2bb87a,_0x4a1f8d={'MJxCm':function(_0x230156){return _0x230156();}};if(!_0x84eeec||!_0x84eeec['parent'])return;_0x84eeec[_0x212403(0x1a9)][_0x212403(0x184)]&&Array[_0x212403(0x18e)](_0x84eeec[_0x212403(0x1a9)][_0x212403(0x184)])&&_0x84eeec[_0x212403(0x1a9)][_0x212403(0x184)][_0x212403(0x15a)](_0x558ad9=>{const _0xcbdafd=_0x212403;!_0x558ad9[_0xcbdafd(0x153)]&&!_0x558ad9[_0xcbdafd(0xc4)]&&(_0x558ad9['hookAnalyticsId']=_0x4a1f8d[_0xcbdafd(0x1f7)](uuidv4),_0x558ad9[_0xcbdafd(0xc4)]=_0x558ad9[_0xcbdafd(0x153)],logger['debug']('[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type='+_0x558ad9['type']+_0xcbdafd(0x205)+_0x558ad9['hookAnalyticsId']));}),this[_0x212403(0x1ac)](_0x84eeec[_0x212403(0x1a9)]);}['getHooksForTest'](_0x3b61d5){const _0x53fa17=a79_0x2bb87a,_0x475db2={'tCbFm':function(_0x502e2c,_0x3a3bb9){return _0x502e2c(_0x3a3bb9);}};if(!_0x3b61d5||!_0x3b61d5[_0x53fa17(0x1a9)])return[];const _0x1a703e=[];return _0x3b61d5['parent']['hooks']&&Array[_0x53fa17(0x18e)](_0x3b61d5[_0x53fa17(0x1a9)][_0x53fa17(0x184)])&&_0x3b61d5[_0x53fa17(0x1a9)][_0x53fa17(0x184)][_0x53fa17(0x15a)](_0x45834f=>{const _0x45c147=_0x53fa17,_0x154d89=_0x45834f['hookAnalyticsId']||_0x45834f[_0x45c147(0xc4)];_0x154d89&&!this['isJestInternalHook'](_0x45834f)&&!_0x475db2[_0x45c147(0x1c4)](isInternalHook,_0x45834f['fn'])&&_0x1a703e[_0x45c147(0x115)](_0x154d89);}),[..._0x1a703e,...this['getHooksForTest'](_0x3b61d5[_0x53fa17(0x1a9)])];}[a79_0x2bb87a(0x136)](_0x4bf329){const _0x39063b=a79_0x2bb87a,_0x7792a={'MiUlv':function(_0x4c37c9,_0x404c27){return _0x4c37c9(_0x404c27);},'SXeNQ':'unknown','aDYTZ':function(_0x1e274a,_0x1e19f7){return _0x1e274a(_0x1e19f7);},'BqXby':function(_0x59e69e,_0x400b79){return _0x59e69e(_0x400b79);}},_0x3b1d6b=new Map(),_0x7f4733=_0x396b97=>{const _0x53e687=a79_0x4e25,_0x3ea8a4={'iLxEw':function(_0x3add9a,_0x20ce95){const _0x3eebb3=a79_0x4e25;return _0x7792a[_0x3eebb3(0x1cf)](_0x3add9a,_0x20ce95);},'VkKzs':_0x7792a[_0x53e687(0x194)]};if(!_0x396b97||!_0x396b97[_0x53e687(0x1a9)])return;_0x396b97['parent'][_0x53e687(0x184)]&&Array['isArray'](_0x396b97[_0x53e687(0x1a9)][_0x53e687(0x184)])&&_0x396b97[_0x53e687(0x1a9)]['hooks'][_0x53e687(0x15a)](_0x2317b=>{const _0x50105a=_0x53e687,_0x4ec5f2=_0x2317b[_0x50105a(0x153)]||_0x2317b['hookUUID'];if(_0x4ec5f2&&!this[_0x50105a(0x20e)](_0x2317b)&&!_0x3ea8a4[_0x50105a(0x11e)](isInternalHook,_0x2317b['fn'])){const _0x28218c={};_0x28218c[_0x50105a(0x146)]=_0x2317b[_0x50105a(0x146)]||_0x3ea8a4[_0x50105a(0x1fb)],_0x28218c[_0x50105a(0x13d)]=_0x2317b[_0x50105a(0x13d)]||'\x22'+_0x2317b[_0x50105a(0x146)]+'\x22\x20hook',_0x3b1d6b[_0x50105a(0xd9)](_0x4ec5f2,_0x28218c);}}),_0x7792a[_0x53e687(0xa4)](_0x7f4733,_0x396b97[_0x53e687(0x1a9)]);};return _0x7792a[_0x39063b(0x158)](_0x7f4733,_0x4bf329),_0x3b1d6b;}[a79_0x2bb87a(0x20e)](_0x29a3a2){const _0x389b7b=a79_0x2bb87a,_0x1cdca3={};_0x1cdca3[_0x389b7b(0x176)]='jest-circus',_0x1cdca3['CotKE']=_0x389b7b(0x17f);const _0x2a1b13=_0x1cdca3;try{const _0x491344=this[_0x389b7b(0x1b5)](_0x29a3a2);if(!_0x491344||_0x491344[_0x389b7b(0x1cc)](_0x2a1b13[_0x389b7b(0x176)]))return!![];return![];}catch(_0xacd508){logger[_0x389b7b(0x181)](_0x2a1b13[_0x389b7b(0x17d)]);}return![];}[a79_0x2bb87a(0x1b5)](_0x46aad0){const _0x433184=a79_0x2bb87a,_0x442f40={'bHMWj':function(_0x187310,_0x370eed){return _0x187310(_0x370eed);}};if(_0x46aad0[_0x433184(0xf3)])return _0x46aad0['file'];if(_0x46aad0[_0x433184(0xe1)])try{const _0x2fe0a6=stackTrace[_0x433184(0x10a)](_0x46aad0[_0x433184(0xe1)]),_0x57ad8d=_0x442f40[_0x433184(0xad)](pickUserFrameFile,_0x2fe0a6);if(_0x57ad8d)return _0x57ad8d;logger[_0x433184(0x181)](_0x433184(0x1a4)+_0x2fe0a6['length']+')');}catch(_0x14f9d8){logger['debug'](_0x433184(0x21a)+util[_0x433184(0xa2)](_0x14f9d8));}return null;}}module[a79_0x2bb87a(0x1fe)]=JestTestFramework;
|
|
1
|
+
const a79_0x3098a0=a79_0xca5b;(function(_0x226b86,_0x92ef26){const _0x2ad507=a79_0xca5b,_0x36b870=_0x226b86();while(!![]){try{const _0x33f5a3=parseInt(_0x2ad507(0x1d9))/0x1*(parseInt(_0x2ad507(0x232))/0x2)+parseInt(_0x2ad507(0x229))/0x3*(-parseInt(_0x2ad507(0x188))/0x4)+-parseInt(_0x2ad507(0x1ae))/0x5+-parseInt(_0x2ad507(0x180))/0x6*(-parseInt(_0x2ad507(0x1a2))/0x7)+parseInt(_0x2ad507(0x136))/0x8+parseInt(_0x2ad507(0x221))/0x9+parseInt(_0x2ad507(0x1c3))/0xa;if(_0x33f5a3===_0x92ef26)break;else _0x36b870['push'](_0x36b870['shift']());}catch(_0x1f1295){_0x36b870['push'](_0x36b870['shift']());}}}(a79_0x401a,0x1a859));const TestFramework=require(a79_0x3098a0(0x214)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a79_0x3098a0(0x1c5)),{createClassLogger}=require(a79_0x3098a0(0xf0)),TestFrameworkInstance=require(a79_0x3098a0(0x16c)),CLIUtils=require(a79_0x3098a0(0xe8)),TrackedInstance=require(a79_0x3098a0(0x104)),TestFrameworkConstants=require(a79_0x3098a0(0x106)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a79_0x3098a0(0x141)),{isInternalHook}=require(a79_0x3098a0(0x135)),logger=createClassLogger(a79_0x3098a0(0xcf)),{v4:uuidv4}=require(a79_0x3098a0(0xa9)),util=require(a79_0x3098a0(0xb9)),TestInfo=require('../TestInfo.js'),GrpcClient=require(a79_0x3098a0(0xbc)),stackTrace=require(a79_0x3098a0(0x1f2)),{pickUserFrameFile}=require(a79_0x3098a0(0x21d));function a79_0xca5b(_0x2d083d,_0x37c871){const _0x401a7c=a79_0x401a();return a79_0xca5b=function(_0xca5b96,_0x51dd73){_0xca5b96=_0xca5b96-0xa4;let _0x2e4a90=_0x401a7c[_0xca5b96];return _0x2e4a90;},a79_0xca5b(_0x2d083d,_0x37c871);}function a79_0x401a(){const _0x330923=['none','trackHookEvent','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','createContext','BEFORE_ALL','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','hook_run_uuid',',\x20response=','RggNz','failure_reason','join','KEY_TEST_META','PgOQU','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','../../../helpers/test-observability/utils','1118432MQxsSs','executionContext','trackJestInstance:\x20instance\x20already\x20exists','has',',\x20target=','sWYAB','pop','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','KyDGt','warn','uNbpL','../../../helpers/helper.js','getTestFrameworksVersions','split','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','maxArrayLength','skip','substring','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','KEY_HOOK_LAST_FINISHED','getActiveHook','getRef','depth','KEY_HOOK_RESULT','UnhandledError','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','substr','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','hasPendingHooks','getJestTestIdentifier','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','jest-circus',',\x20duration=','DbsVX',',\x20argsKeys=','isArray','startedAt','\x20(testIdentifier),\x20result=','KEY_TEST_FAILURE_TYPE','finished_at','Mdbep','RnJvn','BWPJS','started_at','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData',',\x20state:\x20','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=',',\x20hooksListLength=','vTCrR','yULxc','error','testId','inspect',',\x20platformIndex:\x20','../instances/testFrameworkInstance.js','Unknown\x20error','duration','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20',',\x20scopes=','hookState','concat',',\x20hookUUID=','AssertionError','UAGSf','getAllPendingHookTestIds','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','toString','hXeyy','testFrameworkVersion','wzNmt','KEY_TEST_RESULT','hookData','includes','DEFAULT_TEST_RESULT','338166HkbkpI','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','afterAll','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20',',\x20testFramework=','getJestTestName','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','getJestFailureData','536YELdmq','code','push','getJestTestScopes','KEY_EVENT_STARTED_AT','hookType','getContext','testFrameworkName','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','UgNBa',',\x20testId=','setActiveHook','TOnXo','NNipQ','fUVZD','parent','\x20screenshot\x20logs\x20for\x20testId:\x20','bRcmZ','KEY_HOOK_LOGS','Processing\x20','VyZly','KEY_TEST_SCOPES','XIEhN','createTestFrameworkEventPayload','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','addPendingHook','7yVIQXX','unknown',',\x20hookState:\x20','mapTestHooks','\x20to\x20','storePendingHook','debug','parse','zOkph','hook_result','getProcessId',',\x20filePath:\x20','479585UEmwLI','event_ended_at','length','KEY_TEST_UUID','hookUUID','scope','failed','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','passed','CYhzh','startsWith','hook_id','ceil','ALL','UeuOS','test_run_id','matchHookRegex','logCreatedEvent','getTrackedInstance','1373580GQpmTQ','unVMI','../state/hookState.js','parseJestTest','WDnlR','jrLLS','KEY_TEST_SCOPE','retryOf','xlZLk','woIvb','getInstance','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','eventJson','file_name','result','removePendingHooks','nQqqx','WDkTA','LuTiL','\x20for\x20testId:\x20','getCurrentTestState','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','7016PsbIfZ','toUpperCase','match','DEFAULT_HOOK_RESULT',',\x20remainingHooks=','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','missing','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','get',',\x20hookType=','aBjpB',',\x20consoleLogs:\x20','KEY_TEST_DURATION','\x20-\x20test_identifier=','\x22\x20hook','testData','title','KEY_HOOKS_STARTED',',\x20attachmentLogs:\x20','errorsDetailed','dCrZv','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','KEY_HOOKS_FINISHED','stack-trace','hookMetadata','cNRYx',',\x20hook=','NoijN','getCurrentHookState','USRNk','KEY_HOOK_NAME','jGSYC',':testAnalyticsId','WRHcc','asyncError','VfcYK','getAllData','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','tags','KEY_TEST_FILE_PATH','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','activeHooks','find',',\x20hookState=','hooks','scopes','bXYfh','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','beforeAll','endedAt','FinrO','KEY_TEST_RETRY_OF','testFrameworkState','format','forEach',',\x20version=','./testFramework','XLWxB',',\x20failureType=','KEY_TEST_FAILURE',',\x20totalLogs:\x20','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','delete','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','setTrackedInstance','../../../helpers/stackFrameUtils','base64','CliGU','LNWtn','135945QGYqNN','filter','KEY_TEST_ENDED_AT','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','KEY_LOGS','PYOsW','KEY_TEST_FRAMEWORK_VERSION','getId','4011XBizNC','test_run_uuid','browserstackPlatformIndex','ashUW',',\x20hookId=','KEY_EVENT_ENDED_AT','test','BVaSA','\x20-\x20testId:\x20','10nhortG','set','getThreadId','BYJFD','getTestFrameworks','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','eTLSA',',\x20totalHooks=','getJestTestTags','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','hookAnalyticsId','runHooks','buildHookMapFromTest','rzQmK','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','keys','uuid','removeActiveHook','hook_type','KEY_HOOK_FAILURE',',\x20currentTestId:\x20','PRE','reverse','apply',',\x20contextId=','KEY_TEST_CODE','qLWTu','trackEvent',',\x20filePath=',',\x20error:\x20','getJestFailureReason','isJestInternalHook','util','parseJestTestResult','POST','../grpcClient','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback',',\x20payload:\x20','qaVlb','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','addMultipleEntries','KEY_TEST_ID','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','KEY_CUSTOM_TAGS','trackJestInstance:\x20created\x20instance\x20for\x20target=','Stored\x20pending\x20hook\x20for\x20testId:\x20','KEY_TEST_LOCATION','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','body','originalTest','KEY_TEST_ATTACHMENTS','NONE','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','KEY_HOOK_LAST_STARTED','JestTestFramework','ZEJPv','processPendingHooks','TEST','kqGjP','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','getJestTestFilePath','args','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','getPendingHooks','PRPcH','toISOString','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','message','type','testUUID','KEY_HOOK_FAILURE_REASON','KEY_TEST_RESULT_AT','yXWTT',',\x20failureReason=','status','\x20(testIdentifier),\x20tags=','platformIndex','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','findIndex','../cliUtils.js','stringify','KEY_TEST_FRAMEWORK_NAME','MKfTq','GQCdc','XDvOu','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','slice','../../../helpers/classLogger.js','oFpFy','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20',',\x20exception=','from','getRootParentFile','xNHvn',',\x20testData=','resolveInstance','ZweaY','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','ozQtd','instance','Uxxem','CrXmt','pid','LOG_REPORT',',\x20test_run_uuid=','../instances/trackedInstance.js','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','./constants/testFrameworkConstants.js','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','SPGrR','PuBtW','trackJestInstance','filePath','workerInfo','replace','Error\x20in\x20createTestFrameworkEventPayload:\x20','KEY_TEST_NAME','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','parallelIndex','name','KEY_HOOK_ID','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','kind','\x20attachments',',\x20logsInBatch:\x20','\x20logs\x20for\x20testId:\x20','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','fXpnZ','KEY_TEST_STARTED_AT','xavjt','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','getHooksForTest','ARIJl','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','Enscb','getJestFailureType','_ALL'];a79_0x401a=function(){return _0x330923;};return a79_0x401a();}class JestTestFramework extends TestFramework{constructor(_0x1964da,_0x1dcdfa,_0x4009ba){const _0x41175b=a79_0x3098a0;super(_0x1964da,_0x1dcdfa,_0x4009ba),this[_0x41175b(0x204)]=new Map();}[a79_0x3098a0(0x193)](_0x8dd003,_0x268a14,_0x234bac){const _0x43892f=a79_0x3098a0,_0x4335b3={};_0x4335b3[_0x43892f(0x10b)]=function(_0x3e34b0,_0x26d72e){return _0x3e34b0||_0x26d72e;};const _0x59079b=_0x4335b3;if(_0x59079b[_0x43892f(0x10b)](!_0x8dd003,!_0x268a14)){logger[_0x43892f(0x13f)](_0x43892f(0x164)+_0x8dd003+_0x43892f(0x173)+_0x268a14);return;}!this['activeHooks']['has'](_0x8dd003)&&this[_0x43892f(0x204)][_0x43892f(0x233)](_0x8dd003,[]);const _0x4c6fa8={'hookUUID':_0x268a14,'hookType':_0x234bac,'startedAt':new Date()[_0x43892f(0xda)]()};this['activeHooks'][_0x43892f(0x1e3)](_0x8dd003)['push'](_0x4c6fa8),logger[_0x43892f(0x1a8)](_0x43892f(0x23b)+_0x8dd003+_0x43892f(0x173)+_0x268a14+_0x43892f(0x1e4)+_0x234bac+_0x43892f(0x239)+this['activeHooks'][_0x43892f(0x1e3)](_0x8dd003)[_0x43892f(0x1b0)]);}[a79_0x3098a0(0xaa)](_0x5e588b,_0x1182ea){const _0x4ba9a8=a79_0x3098a0,_0x3ce213={};_0x3ce213[_0x4ba9a8(0x19c)]=function(_0x52964e,_0x479c46){return _0x52964e||_0x479c46;},_0x3ce213[_0x4ba9a8(0xf6)]=function(_0x49280e,_0x5ae63d){return _0x49280e!==_0x5ae63d;},_0x3ce213[_0x4ba9a8(0xed)]=function(_0xaa77e3,_0x3c2f72){return _0xaa77e3===_0x3c2f72;};const _0x3ba4b2=_0x3ce213;if(_0x3ba4b2['VyZly'](!_0x5e588b,!_0x1182ea)){logger[_0x4ba9a8(0x13f)](_0x4ba9a8(0xfc)+_0x5e588b+',\x20hookUUID='+_0x1182ea);return;}if(this[_0x4ba9a8(0x204)][_0x4ba9a8(0x139)](_0x5e588b)){const _0x3b9481=this[_0x4ba9a8(0x204)][_0x4ba9a8(0x1e3)](_0x5e588b),_0x330e57=_0x3b9481[_0x4ba9a8(0xe7)](_0x290a61=>_0x290a61[_0x4ba9a8(0x1b2)]===_0x1182ea);_0x3ba4b2[_0x4ba9a8(0xf6)](_0x330e57,-0x1)?(_0x3b9481['splice'](_0x330e57,0x1),logger[_0x4ba9a8(0x1a8)](_0x4ba9a8(0x21b)+_0x5e588b+',\x20hookUUID='+_0x1182ea+_0x4ba9a8(0x1dd)+_0x3b9481[_0x4ba9a8(0x1b0)]),_0x3ba4b2[_0x4ba9a8(0xed)](_0x3b9481[_0x4ba9a8(0x1b0)],0x0)&&this[_0x4ba9a8(0x204)][_0x4ba9a8(0x21a)](_0x5e588b)):logger[_0x4ba9a8(0x1a8)](_0x4ba9a8(0x11b)+_0x5e588b+_0x4ba9a8(0x173)+_0x1182ea);}}[a79_0x3098a0(0x14a)](_0x77d485){const _0x53b834=a79_0x3098a0,_0x3b81c6={};_0x3b81c6[_0x53b834(0x235)]=function(_0x479771,_0x5adddf){return _0x479771>_0x5adddf;},_0x3b81c6[_0x53b834(0xd3)]=function(_0x4465b8,_0x4411dd){return _0x4465b8-_0x4411dd;};const _0x5ef9ad=_0x3b81c6;if(!_0x77d485)return null;if(this[_0x53b834(0x204)]['has'](_0x77d485)){const _0x40a802=this[_0x53b834(0x204)]['get'](_0x77d485);if(_0x5ef9ad[_0x53b834(0x235)](_0x40a802['length'],0x0)){const _0x1cb3eb=_0x40a802[_0x5ef9ad['kqGjP'](_0x40a802[_0x53b834(0x1b0)],0x1)];return logger[_0x53b834(0x1a8)](_0x53b834(0x1b7)+_0x77d485+_0x53b834(0x173)+_0x1cb3eb[_0x53b834(0x1b2)]+_0x53b834(0x1e4)+_0x1cb3eb[_0x53b834(0x18d)]),_0x1cb3eb;}}return null;}async[a79_0x3098a0(0xb4)](_0x20e2e6,_0x1e2d29,_0x5c61d6={}){const _0x51483f=a79_0x3098a0,_0x19f339={};_0x19f339[_0x51483f(0xbf)]=_0x51483f(0x1e1),_0x19f339[_0x51483f(0xe1)]=function(_0x347c26,_0x543048){return _0x347c26===_0x543048;},_0x19f339['FinrO']=function(_0x44fabb,_0x4ea3a5){return _0x44fabb||_0x4ea3a5;},_0x19f339['LNWtn']='[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND';const _0x28ae60=_0x19f339;logger[_0x51483f(0x1a8)](_0x51483f(0x1d8)+_0x20e2e6+_0x51483f(0x206)+_0x1e2d29+_0x51483f(0x158)+Object[_0x51483f(0xa8)](_0x5c61d6)[_0x51483f(0x131)](',')),await super[_0x51483f(0xb4)](_0x20e2e6,_0x1e2d29,_0x5c61d6);const _0x306f14=this[_0x51483f(0xf8)](_0x20e2e6,_0x1e2d29,_0x5c61d6);if(!_0x306f14){logger[_0x51483f(0x1a8)](_0x28ae60[_0x51483f(0xbf)]);return;}try{let _0x4f81b3,_0x83e95c,_0xe0b730;switch(_0x20e2e6){case TestFrameworkState[_0x51483f(0xd2)]:_0x4f81b3=_0x5c61d6[_0x51483f(0x22f)];const _0x433927={};_0x433927[_0x51483f(0x14c)]=0x2,_0x433927['maxArrayLength']=0x3,logger[_0x51483f(0x1a8)](_0x51483f(0x1b6)+_0x1e2d29+_0x51483f(0xf7)+util[_0x51483f(0x16a)](_0x4f81b3,_0x433927)),_0xe0b730=this[_0x51483f(0x153)](_0x4f81b3),_0x83e95c=null,logger[_0x51483f(0x1a8)](_0x51483f(0xc3)+_0xe0b730+'\x20(testIdentifier)');if(_0x28ae60[_0x51483f(0xe1)](_0x1e2d29,HookState[_0x51483f(0xae)])){logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20'+_0xe0b730);const _0x3816c2={};_0x3816c2[_0x51483f(0xde)]=_0x83e95c,_0x3816c2[_0x51483f(0x1ea)]=_0x4f81b3,_0x3816c2['testId']=_0xe0b730;const _0x57597e=this[_0x51483f(0x1c6)](_0x3816c2),_0x10305f={};_0x10305f[_0x51483f(0x14c)]=0x2,_0x10305f['maxArrayLength']=0x3,logger['debug'](_0x51483f(0x224)+util[_0x51483f(0x16a)](_0x57597e,_0x10305f)),_0x306f14[_0x51483f(0xc1)](_0x57597e),logger[_0x51483f(0x1a8)](_0x51483f(0xd7)+_0xe0b730),await this['processPendingHooks'](_0x306f14,_0xe0b730);}else{if(_0x28ae60[_0x51483f(0xe1)](_0x1e2d29,HookState[_0x51483f(0xbb)])){logger[_0x51483f(0x1a8)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20'+_0xe0b730);const _0x277e95=_0x306f14[_0x51483f(0x1ff)]()[_0x51483f(0x1e3)](_0xe0b730);logger['debug'](_0x51483f(0x200)+util['inspect'](Object[_0x51483f(0xa8)](_0x28ae60[_0x51483f(0x20e)](_0x277e95,{}))));_0x277e95&&_0x277e95[TestFrameworkConstants[_0x51483f(0xcb)]]?logger[_0x51483f(0x1a8)](_0x51483f(0xf2)+Object['keys'](_0x277e95[TestFrameworkConstants[_0x51483f(0xcb)]])[_0x51483f(0x1b0)]+'\x20files'):logger[_0x51483f(0x1a8)](_0x28ae60[_0x51483f(0x220)]);const _0x37f025=_0x5c61d6['originalTest']||null,_0x1415b5={};_0x1415b5[_0x51483f(0xde)]=_0x83e95c,_0x1415b5[_0x51483f(0x1ea)]=_0x4f81b3,_0x1415b5[_0x51483f(0x169)]=_0xe0b730,_0x1415b5[_0x51483f(0xca)]=_0x37f025;const _0x350259=this[_0x51483f(0xba)](_0x1415b5),_0xefae2a={};_0xefae2a['depth']=0x2,_0xefae2a[_0x51483f(0x145)]=0x3,logger[_0x51483f(0x1a8)](_0x51483f(0x134)+util[_0x51483f(0x16a)](_0x350259,_0xefae2a)),_0x306f14[_0x51483f(0xc1)](_0x350259),logger[_0x51483f(0x1a8)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20'+_0xe0b730),await this[_0x51483f(0xd1)](_0x306f14,_0xe0b730);}}break;case TestFrameworkState[_0x51483f(0x102)]:if(_0x28ae60['yXWTT'](_0x1e2d29,HookState[_0x51483f(0xbb)])){const _0x311648={};_0x311648['depth']=0x2,logger[_0x51483f(0x1a8)](_0x51483f(0x107)+util[_0x51483f(0x16a)](_0x5c61d6,_0x311648)),await this['sendLogCreatedEvent'](_0x306f14,_0x20e2e6,_0x5c61d6);}break;default:if(CLIUtils[_0x51483f(0x1c0)](_0x20e2e6[_0x51483f(0x178)]()[_0x51483f(0x143)]('.')[0x1])){const _0x31501d={};_0x31501d[_0x51483f(0x14c)]=0x2,_0x31501d['maxArrayLength']=0x3,logger[_0x51483f(0x1a8)](_0x51483f(0x20b)+_0x20e2e6+_0x51483f(0x206)+_0x1e2d29+',\x20hookData='+util[_0x51483f(0x16a)](_0x5c61d6['hookData'],_0x31501d));const _0x2f81db=await this['trackHookEvent'](_0x306f14,_0x20e2e6,_0x1e2d29,_0x5c61d6),_0x48a7ab={};_0x48a7ab['depth']=0x2,_0x48a7ab[_0x51483f(0x145)]=0x3,logger['debug'](_0x51483f(0x183)+util[_0x51483f(0x16a)](_0x2f81db,_0x48a7ab)),_0x306f14[_0x51483f(0xc1)](_0x2f81db);}else logger[_0x51483f(0x1a8)](_0x51483f(0x13d)+_0x20e2e6+'\x20&\x20hookState='+_0x1e2d29);break;}logger[_0x51483f(0x1a8)](_0x51483f(0xcd)+_0x20e2e6+_0x51483f(0x206)+_0x1e2d29);}catch(_0x4555f6){logger[_0x51483f(0x168)](_0x51483f(0xc8)+_0x20e2e6+_0x51483f(0x206)+_0x1e2d29+_0x51483f(0xf3)+util[_0x51483f(0x211)](_0x4555f6));}_0x5c61d6['instance']=_0x306f14,await this[_0x51483f(0xa4)](_0x306f14,_0x20e2e6,_0x1e2d29,_0x5c61d6);}[a79_0x3098a0(0x153)](_0x29435f){const _0x45ebd5=a79_0x3098a0,_0xf4a879={};_0xf4a879[_0x45ebd5(0x1e5)]=_0x45ebd5(0xbd);const _0x175c6a=_0xf4a879;if(_0x29435f&&(_0x29435f['id']||_0x29435f[_0x45ebd5(0xa9)])){const _0x28e5b3=_0x29435f['id']||_0x29435f[_0x45ebd5(0xa9)];return logger[_0x45ebd5(0x1a8)](_0x45ebd5(0x1de)+_0x28e5b3+'\x22\x20from\x20testData'),_0x28e5b3;}return logger[_0x45ebd5(0x1a8)](_0x175c6a[_0x45ebd5(0x1e5)]),process[_0x45ebd5(0x101)]+_0x45ebd5(0x1fb);}['resolveInstance'](_0x474f23,_0x1af52f,_0x304ab5={}){const _0x4c620b=a79_0x3098a0;let _0x13bb45=null;return _0x13bb45=TestFramework['getTrackedInstance'](),!_0x13bb45?(logger[_0x4c620b(0x1a8)]('[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state='+_0x474f23),this[_0x4c620b(0x10c)](_0x474f23,_0x304ab5),_0x13bb45=TestFramework[_0x4c620b(0x1c2)](),logger[_0x4c620b(0x1a8)](_0x4c620b(0x186)+!!_0x13bb45+_0x4c620b(0xb1)+_0x13bb45?.[_0x4c620b(0x18e)]()?.[_0x4c620b(0x228)]())):logger[_0x4c620b(0x1a8)](_0x4c620b(0x20a)+_0x13bb45[_0x4c620b(0x18e)]()?.[_0x4c620b(0x228)]()),_0x13bb45;}[a79_0x3098a0(0x10c)](_0x400b4e,_0x137bee){const _0x26951b=a79_0x3098a0,_0x43db49={};_0x43db49[_0x26951b(0x1d5)]=_0x26951b(0x138);const _0x4c8719=_0x43db49;if(TestFramework[_0x26951b(0x1c2)]()){logger[_0x26951b(0x1a8)](_0x4c8719['LuTiL']);return;}const _0x4cd611=CLIUtils['getCurrentInstanceName'](),_0x3e3453=TrackedInstance[_0x26951b(0x12a)](_0x4cd611);let _0x4a293a=null;logger[_0x26951b(0x1a8)](_0x26951b(0xc5)+_0x4cd611+',\x20state='+_0x400b4e),_0x4a293a=new TestFrameworkInstance(_0x3e3453,this[_0x26951b(0x236)](),this[_0x26951b(0x142)](),_0x400b4e,HookState[_0x26951b(0xcc)]),TestFramework[_0x26951b(0x21c)](_0x3e3453,_0x4a293a),logger[_0x26951b(0x1a8)](_0x26951b(0x1a0)+_0x3e3453[_0x26951b(0x228)]()+_0x26951b(0x13a)+_0x4cd611+_0x26951b(0x184)+this[_0x26951b(0x236)]()[0x0]+_0x26951b(0x213)+this['getTestFrameworksVersions']()[this[_0x26951b(0x236)]()[0x0]]);}[a79_0x3098a0(0x1c6)](_0x3d52ee){const _0x4e4871=a79_0x3098a0,_0x494438={};_0x494438[_0x4e4871(0x179)]=function(_0x52749f,_0x20dc5f){return _0x52749f||_0x20dc5f;},_0x494438[_0x4e4871(0x1fa)]='No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test';const _0x451df2=_0x494438,{testUUID:_0x30f26e,testData:_0x6f5849,testId:_0x302870}=_0x3d52ee;if(_0x451df2['hXeyy'](!_0x6f5849,!_0x302870))return logger[_0x4e4871(0x1a8)](_0x451df2[_0x4e4871(0x1fa)]),{};const _0x13548a=this[_0x4e4871(0x236)]()[0x0],_0x3adb4e=this[_0x4e4871(0x142)](),_0x3750a0={};_0x3750a0[_0x4e4871(0x14c)]=0x2,_0x3750a0[_0x4e4871(0x145)]=0x3,logger[_0x4e4871(0x1a8)](_0x4e4871(0x116)+util[_0x4e4871(0x16a)](_0x6f5849,_0x3750a0));const _0x5123da=_0x6f5849?.['scopes']||[],_0x26cc16=this[_0x4e4871(0x185)](_0x6f5849),_0x29ca4d=this[_0x4e4871(0xd5)](_0x6f5849),_0xe0dc9b=_0x6f5849['fn']?_0x6f5849['fn'][_0x4e4871(0x178)]():_0x6f5849?.[_0x4e4871(0xc9)]?_0x6f5849[_0x4e4871(0xc9)][_0x4e4871(0x189)][_0x4e4871(0x178)]():null,_0x36e50f=this['getJestTestTags'](_0x6f5849),_0xb1d4e8={[TestFrameworkConstants[_0x4e4871(0xea)]]:_0x13548a,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x3adb4e[_0x13548a],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x4e4871(0x1f1)]]:{},[TestFrameworkConstants[_0x4e4871(0x1ec)]]:{},[TestFrameworkConstants[_0x4e4871(0x17c)]]:TestFrameworkConstants[_0x4e4871(0x17f)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x26cc16,[TestFrameworkConstants[_0x4e4871(0x202)]]:_0x29ca4d,[TestFrameworkConstants[_0x4e4871(0xc2)]]:_0x302870,[TestFrameworkConstants[_0x4e4871(0x111)]]:_0x26cc16,[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x29ca4d,[TestFrameworkConstants[_0x4e4871(0xb2)]]:_0xe0dc9b,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x36e50f,[TestFrameworkConstants[_0x4e4871(0x11e)]]:_0x6f5849[_0x4e4871(0x161)]||new Date()[_0x4e4871(0xda)](),[TestFrameworkConstants[_0x4e4871(0x1c9)]]:_0x5123da[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x5123da,[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x26cc16,[TestFrameworkConstants[_0x4e4871(0xc4)]]:{},[TestFrameworkConstants['KEY_TEST_META']]:{}};_0x6f5849[_0x4e4871(0x1ca)]&&(_0xb1d4e8[TestFrameworkConstants[_0x4e4871(0x20f)]]=_0x6f5849[_0x4e4871(0x1ca)]);logger['debug'](_0x4e4871(0xee)+_0x26cc16+_0x4e4871(0x192)+_0x302870+_0x4e4871(0xe4)+JSON[_0x4e4871(0xe9)](_0x36e50f)+_0x4e4871(0x170)+util[_0x4e4871(0x16a)](_0x5123da)+_0x4e4871(0xb5)+_0x29ca4d);const _0x5eb819={};return _0x5eb819[_0x302870]=_0xb1d4e8,_0x5eb819;}[a79_0x3098a0(0xba)](_0x4c8009){const _0xcfc729=a79_0x3098a0,_0xa75dcb={'qLWTu':function(_0x2b8522,_0x47b46b){return _0x2b8522===_0x47b46b;},'Enscb':_0xcfc729(0x182),'SPGrR':function(_0x36ec23,_0x22910d){return _0x36ec23===_0x22910d;},'eTLSA':_0xcfc729(0x20c),'RggNz':_0xcfc729(0x1bd),'NNipQ':_0xcfc729(0x126),'OjqHW':function(_0x345816,_0x1ade85){return _0x345816||_0x1ade85;},'nQqqx':_0xcfc729(0x1f0),'RnJvn':function(_0x457ac4,_0x14f57d){return _0x457ac4||_0x14f57d;},'PgOQU':_0xcfc729(0x1a3),'uNbpL':function(_0x52180e,_0x4ecda3){return _0x52180e>_0x4ecda3;},'BWPJS':_0xcfc729(0x1b4),'UgNBa':function(_0x34b12b,_0x55d636){return _0x34b12b===_0x55d636;},'WDnlR':_0xcfc729(0x146),'ashUW':'skipped','YJINr':_0xcfc729(0x1b8),'RSASz':function(_0x36257d,_0x10739a){return _0x36257d===_0x10739a;},'xavjt':function(_0x1dfc00,_0x34b2ad){return _0x1dfc00!==_0x34b2ad;},'CrXmt':function(_0x2db59d,_0x2b714f,_0xa88f7c,_0x2627fb){return _0x2db59d(_0x2b714f,_0xa88f7c,_0x2627fb);},'woIvb':_0xcfc729(0x162),'DnPVg':function(_0x5258a5,_0x7b7e60){return _0x5258a5>_0x7b7e60;}},{testUUID:_0x277323,testData:_0x4c16b3,testId:_0xd21775}=_0x4c8009;if(_0xa75dcb['OjqHW'](!_0x4c16b3,!_0xd21775))return logger['debug'](_0xa75dcb[_0xcfc729(0x1d3)]),{};const _0xbe2b57=this[_0xcfc729(0xf8)](TestFrameworkState[_0xcfc729(0xd2)],HookState[_0xcfc729(0xbb)]),_0x38c14f=_0xbe2b57[_0xcfc729(0x1ff)]()['get'](_0xd21775),_0x230970=_0xa75dcb[_0xcfc729(0x15f)](_0x38c14f,{}),_0x51beb5=_0x230970?_0x230970[TestFrameworkConstants[_0xcfc729(0xc4)]]||{}:{},_0x28b2ca=_0x230970[TestFrameworkConstants[_0xcfc729(0xcb)]];logger['debug'](_0xcfc729(0x177)+(_0x28b2ca?Object['keys'](_0x28b2ca)[_0xcfc729(0x1b0)]:0x0)+_0xcfc729(0x118));let _0x206d41=_0xa75dcb[_0xcfc729(0x133)];if(_0x4c16b3[_0xcfc729(0x1d1)])_0x206d41=_0x4c16b3[_0xcfc729(0x1d1)];else{if(_0x4c16b3[_0xcfc729(0x1ee)]&&_0xa75dcb[_0xcfc729(0x140)](_0x4c16b3['errorsDetailed'][_0xcfc729(0x1b0)],0x0))_0x206d41=_0xa75dcb[_0xcfc729(0x160)];else _0xa75dcb[_0xcfc729(0x191)](_0x4c16b3[_0xcfc729(0xe3)],_0xa75dcb[_0xcfc729(0x1c7)])||_0xa75dcb[_0xcfc729(0x10a)](_0x4c16b3[_0xcfc729(0xe3)],_0xa75dcb[_0xcfc729(0x22c)])?_0x206d41=_0xa75dcb[_0xcfc729(0x22c)]:_0x206d41=_0xa75dcb['YJINr'];}const _0x42672c={..._0x230970,[TestFrameworkConstants[_0xcfc729(0x17c)]]:_0x206d41,[TestFrameworkConstants[_0xcfc729(0x223)]]:_0x4c16b3['finished_at']||new Date()[_0xcfc729(0xda)](),[TestFrameworkConstants[_0xcfc729(0xe0)]]:new Date()[_0xcfc729(0xda)](),[TestFrameworkConstants[_0xcfc729(0xc4)]]:_0x51beb5,[TestFrameworkConstants[_0xcfc729(0x225)]]:_0x230970[TestFrameworkConstants[_0xcfc729(0x225)]]||[],[TestFrameworkConstants[_0xcfc729(0x132)]]:{}};if(_0xa75dcb['RSASz'](_0x206d41,_0xa75dcb['BWPJS'])&&_0x4c16b3[_0xcfc729(0x1ee)]){const _0x40f0d2=this['getJestFailureReason'](_0x4c16b3),_0x4351f1=this[_0xcfc729(0x125)](_0x4c16b3),_0x4b1cf4=this['getJestFailureData'](_0x4c16b3);_0x42672c[TestFrameworkConstants[_0xcfc729(0x15c)]]=_0x4351f1,_0x42672c[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x40f0d2,_0x42672c[TestFrameworkConstants[_0xcfc729(0x217)]]=_0x4b1cf4;}_0xa75dcb[_0xcfc729(0x11f)](_0x4c16b3['duration'],undefined)&&(_0x42672c[TestFrameworkConstants[_0xcfc729(0x1e7)]]=_0x4c16b3[_0xcfc729(0x16e)]);_0x4c16b3[_0xcfc729(0x1ca)]&&(_0x42672c[TestFrameworkConstants[_0xcfc729(0x20f)]]=_0x4c16b3[_0xcfc729(0x1ca)]);const _0x16504f=_0x38c14f?_0x38c14f[TestFrameworkConstants[_0xcfc729(0xcb)]]||{}:{},_0x44e881=_0x38c14f?_0x38c14f[TestFrameworkConstants[_0xcfc729(0x1b1)]]:_0x277323,_0xaf06b2=_0xa75dcb[_0xcfc729(0x100)](getManualUploadLogs,_0x16504f,_0x44e881,_0xd21775);if(_0xa75dcb[_0xcfc729(0x140)](_0xaf06b2[_0xcfc729(0x1b0)],0x0)){const _0x1ff807=_0x42672c[TestFrameworkConstants[_0xcfc729(0x225)]]||[];_0x42672c[TestFrameworkConstants[_0xcfc729(0x225)]]=[..._0x1ff807,..._0xaf06b2];}const _0x203feb=_0x230970[TestFrameworkConstants[_0xcfc729(0x1f1)]]||{},_0xc0413d=_0x230970[TestFrameworkConstants[_0xcfc729(0x1ec)]]||{},_0x1edabb={..._0x203feb},_0x4f2ae5=_0x1edabb;Object[_0xcfc729(0xa8)](_0xc0413d)['forEach'](_0xff7657=>{const _0x237129=_0xcfc729;!_0x4f2ae5[_0xff7657]&&(_0x4f2ae5[_0xff7657]=[]);const _0x442c07=new Set((_0x4f2ae5[_0xff7657]||[])['map'](_0xa5ac4=>_0xa5ac4[TestFrameworkConstants['KEY_HOOK_ID']]||_0xa5ac4[_0x237129(0x1bb)]));(_0xc0413d[_0xff7657]||[])[_0x237129(0x212)](_0x7c89c7=>{const _0x38d049=_0x237129,_0x266dcc=_0x7c89c7[TestFrameworkConstants[_0x38d049(0x115)]]||_0x7c89c7[_0x38d049(0x1bb)];if(!_0x442c07[_0x38d049(0x139)](_0x266dcc)){const _0x222f2d={..._0x7c89c7},_0x1367d3=_0x222f2d;!_0x1367d3[TestFrameworkConstants[_0x38d049(0x22e)]]&&!_0x1367d3[_0x38d049(0x1af)]&&(_0x1367d3[TestFrameworkConstants[_0x38d049(0x22e)]]=new Date()['toISOString']()),!_0x1367d3[TestFrameworkConstants[_0x38d049(0x14d)]]&&!_0x1367d3[_0x38d049(0x1ab)]&&(_0x1367d3[TestFrameworkConstants[_0x38d049(0x14d)]]=TestFrameworkConstants['DEFAULT_HOOK_RESULT']),_0x4f2ae5[_0xff7657][_0x38d049(0x18a)](_0x1367d3);}});});if(_0x4c8009[_0xcfc729(0xca)]){this[_0xcfc729(0x1a5)](_0x4c8009[_0xcfc729(0xca)]);const _0x2cc0d8=this['buildHookMapFromTest'](_0x4c8009[_0xcfc729(0xca)]),_0x3586f0=this[_0xcfc729(0x121)](_0x4c8009[_0xcfc729(0xca)]);_0x3586f0['forEach'](_0x10d9b9=>{const _0x2bf761=_0xcfc729,_0x3a27a2=_0x2cc0d8[_0x2bf761(0x1e3)](_0x10d9b9);if(_0x3a27a2&&(_0xa75dcb[_0x2bf761(0xb3)](_0x3a27a2[_0x2bf761(0xdd)],_0xa75dcb[_0x2bf761(0x124)])||_0xa75dcb[_0x2bf761(0x10a)](_0x3a27a2[_0x2bf761(0xdd)],_0xa75dcb[_0x2bf761(0x238)]))){const _0x1dcdd3=_0x3a27a2[_0x2bf761(0xdd)][_0x2bf761(0x1da)]()[_0x2bf761(0x10f)](_0xa75dcb[_0x2bf761(0x12f)],_0xa75dcb[_0x2bf761(0x195)]),_0x512a69=_0x1dcdd3;!_0x4f2ae5[_0x512a69]&&(_0x4f2ae5[_0x512a69]=[]);const _0x1a8cb2=_0x4f2ae5[_0x512a69][_0x2bf761(0x205)](_0x2d4d65=>(_0x2d4d65[TestFrameworkConstants[_0x2bf761(0x115)]]||_0x2d4d65[_0x2bf761(0x1bb)])===_0x10d9b9);!_0x1a8cb2&&_0x4f2ae5[_0x512a69][_0x2bf761(0x18a)]({'key':_0x512a69,[TestFrameworkConstants[_0x2bf761(0x115)]]:_0x10d9b9,[TestFrameworkConstants[_0x2bf761(0x14d)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x2bf761(0x18c)]]:new Date()[_0x2bf761(0xda)](),[TestFrameworkConstants[_0x2bf761(0x22e)]]:new Date()[_0x2bf761(0xda)](),[TestFrameworkConstants[_0x2bf761(0x19a)]]:[],[TestFrameworkConstants[_0x2bf761(0x1f9)]]:_0x3a27a2[_0x2bf761(0x114)]||_0x3a27a2['type']+'\x20hook',[TestFrameworkConstants[_0x2bf761(0xc4)]]:_0x51beb5});}});}if(_0x4c16b3[_0xcfc729(0x207)]&&_0xa75dcb[_0xcfc729(0x140)](_0x4c16b3['hooks'][_0xcfc729(0x1b0)],0x0))_0x42672c[TestFrameworkConstants[_0xcfc729(0x1f1)]]=_0x4c16b3[_0xcfc729(0x207)],logger[_0xcfc729(0x1a8)](_0xa75dcb[_0xcfc729(0x1cc)]);else _0xa75dcb['DnPVg'](Object[_0xcfc729(0xa8)](_0x4f2ae5)[_0xcfc729(0x1b0)],0x0)&&(_0x42672c[TestFrameworkConstants[_0xcfc729(0x1f1)]]=_0x4f2ae5,logger[_0xcfc729(0x1a8)](_0xcfc729(0x1ce)+Object[_0xcfc729(0xa8)](_0x4f2ae5)['join'](',')));const _0x2b671f=this[_0xcfc729(0x185)](_0x4c16b3);logger[_0xcfc729(0x1a8)]('[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName='+_0x2b671f+_0xcfc729(0x192)+_0xd21775+_0xcfc729(0x15b)+_0x206d41+_0xcfc729(0x156)+_0x4c16b3[_0xcfc729(0x16e)]);_0xa75dcb[_0xcfc729(0x10a)](_0x206d41,_0xa75dcb['BWPJS'])&&logger[_0xcfc729(0x1a8)](_0xcfc729(0x154)+_0xd21775+',\x20failureType='+_0x42672c[TestFrameworkConstants[_0xcfc729(0x15c)]]+_0xcfc729(0xe2)+_0x42672c[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]?.['substring'](0x0,0xc8));const _0x4c0825={};return _0x4c0825[_0xd21775]=_0x42672c,_0x4c0825;}[a79_0x3098a0(0x18b)](_0x4ed02a){const _0x27562b=a79_0x3098a0,_0x4b480e={};_0x4b480e[_0x27562b(0xfd)]=function(_0x45114f,_0xb8a001){return _0x45114f!==_0xb8a001;},_0x4b480e[_0x27562b(0x175)]='ROOT_DESCRIBE_BLOCK';const _0x98d2da=_0x4b480e,_0x1a5c97={};_0x1a5c97[_0x27562b(0x14c)]=0x2,_0x1a5c97[_0x27562b(0x145)]=0x3,logger[_0x27562b(0x1a8)](_0x27562b(0x151)+util['inspect'](_0x4ed02a,_0x1a5c97));const _0x43dacf=[];if(_0x4ed02a&&_0x4ed02a['parent']){let _0xee40df=_0x4ed02a[_0x27562b(0x197)];while(_0xee40df&&_0xee40df[_0x27562b(0x114)]&&_0x98d2da[_0x27562b(0xfd)](_0xee40df['name'],'')&&_0x98d2da[_0x27562b(0xfd)](_0xee40df[_0x27562b(0x114)],_0x98d2da[_0x27562b(0x175)])){_0x43dacf['push'](_0xee40df[_0x27562b(0x114)]),_0xee40df=_0xee40df[_0x27562b(0x197)];}}return _0x43dacf[_0x27562b(0xaf)]();}['getJestTestName'](_0x53a135){const _0x191c2c=a79_0x3098a0,_0x48a0a6={};_0x48a0a6['pllQF']='Unknown\x20Test';const _0x538e24=_0x48a0a6;if(_0x53a135[_0x191c2c(0x114)])return _0x53a135[_0x191c2c(0x114)];if(_0x53a135[_0x191c2c(0x1eb)])return _0x53a135['title'];return _0x538e24['pllQF'];}[a79_0x3098a0(0x23a)](_0x10cc70){const _0x48f9ac=a79_0x3098a0,_0x4c3881=[];if(_0x10cc70[_0x48f9ac(0x201)]&&Array['isArray'](_0x10cc70[_0x48f9ac(0x201)]))return _0x10cc70[_0x48f9ac(0x201)]['map'](_0x741276=>_0x741276[_0x48f9ac(0x1ba)]('@')?_0x741276[_0x48f9ac(0x150)](0x1):_0x741276);const _0x501904=this[_0x48f9ac(0x185)](_0x10cc70),_0x415a2f=_0x501904['match'](/@(\w+)/g);if(_0x415a2f)return _0x415a2f['map'](_0x2f71d8=>_0x2f71d8[_0x48f9ac(0xef)](0x1));return _0x10cc70[_0x48f9ac(0x208)]&&Array[_0x48f9ac(0x159)](_0x10cc70[_0x48f9ac(0x208)])&&_0x10cc70[_0x48f9ac(0x208)][_0x48f9ac(0x212)](_0x5a240b=>{const _0x5eb8fe=_0x48f9ac,_0x4d6671=_0x5a240b[_0x5eb8fe(0x1db)](/@(\w+)/g);_0x4d6671&&_0x4d6671[_0x5eb8fe(0x212)](_0x21450d=>{const _0x240331=_0x5eb8fe,_0x5177fd=_0x21450d[_0x240331(0xef)](0x1);!_0x4c3881[_0x240331(0x17e)](_0x5177fd)&&_0x4c3881[_0x240331(0x18a)](_0x5177fd);});}),_0x4c3881;}[a79_0x3098a0(0xd5)](_0xb48ada){const _0x5e7a74=a79_0x3098a0,_0x49f770={'XIEhN':function(_0xedeb00,_0x1ff69f){return _0xedeb00(_0x1ff69f);}};if(_0xb48ada['file_name'])return _0xb48ada['file_name'];if(_0xb48ada[_0x5e7a74(0x1fd)])try{const _0x5828a2=stackTrace[_0x5e7a74(0x1a9)](_0xb48ada[_0x5e7a74(0x1fd)]),_0x4486e4=_0x49f770[_0x5e7a74(0x19e)](pickUserFrameFile,_0x5828a2);if(_0x4486e4)return _0x4486e4;logger['debug'](_0x5e7a74(0x237)+_0x5828a2['length']+')');}catch(_0x26ce98){logger[_0x5e7a74(0x1a8)](_0x5e7a74(0x11c)+util['format'](_0x26ce98));}return null;}[a79_0x3098a0(0xb7)](_0x29fb1e){const _0x15a260=a79_0x3098a0,_0x12176d={};_0x12176d[_0x15a260(0x1c4)]=function(_0x41b852,_0x386851){return _0x41b852>_0x386851;},_0x12176d['GQCdc']=_0x15a260(0x16d);const _0x34ffdd=_0x12176d;if(_0x29fb1e[_0x15a260(0x1ee)]&&_0x34ffdd['unVMI'](_0x29fb1e[_0x15a260(0x1ee)]['length'],0x0))return util['inspect'](_0x29fb1e[_0x15a260(0x1ee)][0x0]);if(_0x29fb1e[_0x15a260(0x130)])return _0x29fb1e[_0x15a260(0x130)];return _0x34ffdd[_0x15a260(0xec)];}[a79_0x3098a0(0x125)](_0x137418){const _0x5909e3=a79_0x3098a0,_0x2fc282={};_0x2fc282[_0x5909e3(0x13b)]='Assert',_0x2fc282[_0x5909e3(0x209)]=_0x5909e3(0x174),_0x2fc282[_0x5909e3(0x1cb)]=_0x5909e3(0x14e);const _0x19aa7a=_0x2fc282,_0x5a974f=this[_0x5909e3(0xb7)](_0x137418);if(_0x5a974f&&_0x5a974f[_0x5909e3(0x17e)](_0x19aa7a[_0x5909e3(0x13b)]))return _0x19aa7a['bXYfh'];return _0x19aa7a[_0x5909e3(0x1cb)];}[a79_0x3098a0(0x187)](_0x3d7df4){const _0x1afda7=a79_0x3098a0,_0x4eb5cd={'gAmhP':function(_0x4ee481,_0x5f2d52){return _0x4ee481(_0x5f2d52);},'WRHcc':_0x1afda7(0x135),'ZweaY':function(_0x33561a,_0x25d3dc){return _0x33561a!==_0x25d3dc;},'qPbdH':'test'},{failureData:_0xe1bada}=_0x4eb5cd['gAmhP'](require,_0x4eb5cd[_0x1afda7(0x1fc)]),_0x50347c=[];return _0x4eb5cd[_0x1afda7(0xf9)](_0x3d7df4[_0x1afda7(0x1ee)],undefined)&&_0x50347c[_0x1afda7(0x18a)](_0x3d7df4[_0x1afda7(0x1ee)],_0x4eb5cd['qPbdH']),_0xe1bada[_0x1afda7(0xb0)](null,_0x50347c);}async[a79_0x3098a0(0x128)](_0x3c87e5,_0x24cc36,_0x1dac0e,_0x46bec9){const _0x16e5e1=a79_0x3098a0,_0xd8018={'dCrZv':_0x16e5e1(0x1b5),'Mdbep':function(_0x1731e3){return _0x1731e3();},'KyDGt':function(_0x3ec3cd,_0x1a288e){return _0x3ec3cd in _0x1a288e;},'LiBzw':function(_0x48862c,_0x2ad5ca){return _0x48862c in _0x2ad5ca;},'zOkph':function(_0x1221e4,_0x498a9e){return _0x1221e4===_0x498a9e;},'IpFob':function(_0x41b540,_0x29e719){return _0x41b540>_0x29e719;},'YUGCw':_0x16e5e1(0x1b4),'jrLLS':_0x16e5e1(0x1b8),'HrUmA':'[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','JmcGH':function(_0x520fe7,_0x571e5e){return _0x520fe7>_0x571e5e;},'VfcYK':function(_0x49f703,_0x694ad){return _0x49f703!==_0x694ad;}},{hookData:_0x51ea5d}=_0x46bec9,_0x41c44c=_0x1dac0e[_0x16e5e1(0x178)](),_0x210aa4=_0x24cc36[_0x16e5e1(0x178)](),_0x995f3f={};_0x995f3f[_0x16e5e1(0x14c)]=0x2,_0x995f3f[_0x16e5e1(0x145)]=0x3,logger['debug'](_0x16e5e1(0x14f)+_0x210aa4+_0x16e5e1(0x206)+_0x41c44c+',\x20hookData='+util[_0x16e5e1(0x16a)](_0x51ea5d,_0x995f3f));if(!_0x51ea5d)return logger['debug'](_0xd8018[_0x16e5e1(0x1ef)]),{};const _0x1a6f6f=_0x51ea5d[_0x16e5e1(0xa9)]||_0x51ea5d['hookAnalyticsId']||_0xd8018[_0x16e5e1(0x15e)](uuidv4),_0x1999af=_0x51ea5d[_0x16e5e1(0x1bf)]||this['getJestTestIdentifier'](_0x51ea5d),_0x5af833=_0x24cc36['toString']()['split']('.')[0x1],_0x34bba9=_0x3c87e5[_0x16e5e1(0x1ff)]()['get'](_0x1999af),_0x338f00=_0x34bba9?_0x34bba9[TestFrameworkConstants[_0x16e5e1(0xc4)]]||{}:{};logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId='+_0x1a6f6f+_0x16e5e1(0x192)+_0x1999af+'\x20(testIdentifier),\x20hookType='+_0x5af833+_0x16e5e1(0x206)+_0x41c44c);if(!_0x34bba9)return logger['debug'](_0x16e5e1(0x219)+_0x1999af+',\x20storing\x20as\x20pending\x20hook'),this['storePendingHook'](_0x3c87e5,_0x1999af,_0x24cc36,_0x1dac0e,_0x46bec9),{};let _0x10daa3=_0x34bba9[TestFrameworkConstants[_0x16e5e1(0x1ec)]];!_0x10daa3&&(_0x10daa3={});!_0xd8018[_0x16e5e1(0x13e)](_0x5af833,_0x10daa3)&&(_0x10daa3[_0x5af833]=[]);let _0x31c650=_0x34bba9[TestFrameworkConstants[_0x16e5e1(0x1f1)]];!_0x31c650&&(_0x31c650={});!_0xd8018['LiBzw'](_0x5af833,_0x31c650)&&(_0x31c650[_0x5af833]=[]);const _0x3916fe={[_0x1999af]:{[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x10daa3,[TestFrameworkConstants[_0x16e5e1(0x1f1)]]:_0x31c650,[TestFrameworkConstants[_0x16e5e1(0xea)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x16e5e1(0x227)]]:this[_0x16e5e1(0x142)]()[this[_0x16e5e1(0x236)]()[0x0]]||''}};if(_0xd8018[_0x16e5e1(0x1aa)](_0x1dac0e,HookState[_0x16e5e1(0xae)])){const _0x7519e5={'key':_0x5af833,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x1a6f6f,[TestFrameworkConstants[_0x16e5e1(0x14d)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x16e5e1(0x18c)]]:_0x51ea5d[_0x16e5e1(0x161)]||new Date()[_0x16e5e1(0xda)](),[TestFrameworkConstants[_0x16e5e1(0x19a)]]:[],[TestFrameworkConstants[_0x16e5e1(0x1f9)]]:_0x51ea5d[_0x16e5e1(0x114)]||_0x51ea5d[_0x16e5e1(0xab)]||_0x5af833,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x338f00};_0x10daa3[_0x5af833][_0x16e5e1(0x18a)](_0x7519e5),_0x3916fe[_0x1999af][TestFrameworkConstants[_0x16e5e1(0xce)]]=_0x5af833;const _0x28a3f6={};_0x28a3f6[_0x16e5e1(0x14c)]=0x2,logger[_0x16e5e1(0x1a8)](_0x16e5e1(0x190)+_0x5af833+',\x20hookId='+_0x1a6f6f+',\x20testId='+_0x1999af+_0x16e5e1(0x1f5)+util[_0x16e5e1(0x16a)](_0x7519e5,_0x28a3f6));}else{if(_0xd8018[_0x16e5e1(0x1aa)](_0x1dac0e,HookState[_0x16e5e1(0xbb)])){const _0x4d4142=_0x51ea5d['result']||(_0x51ea5d['errorsDetailed']&&_0xd8018['IpFob'](_0x51ea5d[_0x16e5e1(0x1ee)][_0x16e5e1(0x1b0)],0x0)?_0xd8018['YUGCw']:_0xd8018[_0x16e5e1(0x1c8)]),_0x560cfe=_0x10daa3[_0x5af833]||[];logger[_0x16e5e1(0x1a8)](_0x16e5e1(0xc0)+_0x5af833+_0x16e5e1(0x192)+_0x1999af+',\x20result='+_0x4d4142+_0x16e5e1(0x165)+_0x560cfe[_0x16e5e1(0x1b0)]);if(_0xd8018[_0x16e5e1(0x1aa)](_0x560cfe['length'],0x0)&&_0xd8018[_0x16e5e1(0x1aa)](_0x24cc36,TestFrameworkState[_0x16e5e1(0x12b)]))return logger['debug'](_0xd8018['HrUmA']),this[_0x16e5e1(0x1a7)](_0x3c87e5,_0x1999af,_0x24cc36,_0x1dac0e,_0x46bec9),{};if(_0xd8018['JmcGH'](_0x560cfe[_0x16e5e1(0x1b0)],0x0)){const _0x2be0d2=_0x560cfe[_0x16e5e1(0x13c)]();_0xd8018['zOkph'](_0x4d4142,_0xd8018['YUGCw'])&&_0x51ea5d[_0x16e5e1(0x1ee)]?(_0x2be0d2[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this['getJestFailureType'](_0x51ea5d),_0x2be0d2[TestFrameworkConstants[_0x16e5e1(0xdf)]]=this[_0x16e5e1(0xb7)](_0x51ea5d),_0x2be0d2[TestFrameworkConstants[_0x16e5e1(0xac)]]=this['getJestFailureData'](_0x51ea5d),logger[_0x16e5e1(0x1a8)](_0x16e5e1(0x105)+_0x5af833+_0x16e5e1(0x216)+_0x2be0d2[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]+_0x16e5e1(0xe2)+_0x2be0d2[TestFrameworkConstants[_0x16e5e1(0xdf)]]?.[_0x16e5e1(0x147)](0x0,0xc8))):_0x2be0d2[TestFrameworkConstants[_0x16e5e1(0x14d)]]=_0xd8018[_0x16e5e1(0x1c8)];_0xd8018[_0x16e5e1(0x1fe)](_0x4d4142,TestFrameworkConstants[_0x16e5e1(0x1dc)])&&(_0x2be0d2[TestFrameworkConstants[_0x16e5e1(0x14d)]]=_0x4d4142);_0x2be0d2[TestFrameworkConstants[_0x16e5e1(0x22e)]]=_0x51ea5d[_0x16e5e1(0x15d)]||new Date()['toISOString'](),_0x2be0d2[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x338f00;const _0x33eba7=_0x2be0d2[TestFrameworkConstants[_0x16e5e1(0x115)]];!_0x31c650[_0x5af833]&&(_0x31c650[_0x5af833]=[]);_0x31c650[_0x5af833][_0x16e5e1(0x18a)](_0x2be0d2),_0x3916fe[_0x1999af][TestFrameworkConstants[_0x16e5e1(0x149)]]=_0x5af833;const _0x585fdb={};_0x585fdb[_0x16e5e1(0x14c)]=0x2,logger[_0x16e5e1(0x1a8)](_0x16e5e1(0xdb)+_0x5af833+_0x16e5e1(0x22d)+_0x33eba7+',\x20result='+_0x4d4142+_0x16e5e1(0x1f5)+util[_0x16e5e1(0x16a)](_0x2be0d2,_0x585fdb));}}}return _0x3916fe;}[a79_0x3098a0(0x19f)](_0x3c6bf7){const _0x4b6474=a79_0x3098a0,_0x533474={};_0x533474[_0x4b6474(0x166)]=_0x4b6474(0x21e);const _0x3333a9=_0x533474;try{const _0x3cd71e=_0x3c6bf7['test']?this['getJestTestIdentifier'](_0x3c6bf7[_0x4b6474(0x22f)]):_0x3c6bf7[_0x4b6474(0x17d)]['test_run_id'],_0x4ccfd1=_0x3c6bf7[_0x4b6474(0xfe)],_0xef8dba=_0x4ccfd1[_0x4b6474(0x18e)](),_0x4c24cd=_0x4ccfd1[_0x4b6474(0x1ff)]()[_0x4b6474(0x1e3)](_0x3cd71e);if(!_0x4c24cd)return logger['debug'](_0x4b6474(0xfa)+_0x3cd71e),{};const {[TestFrameworkConstants[_0x4b6474(0xea)]]:_0x406d87=this[_0x4b6474(0x236)]()[0x0]||'',[TestFrameworkConstants[_0x4b6474(0x227)]]:_0x1df21b=this[_0x4b6474(0x142)]()[this[_0x4b6474(0x236)]()[0x0]]||'',[TestFrameworkConstants[_0x4b6474(0x11e)]]:_0x3ee3b8='',[TestFrameworkConstants[_0x4b6474(0x223)]]:_0x5a8b26=''}=_0x4c24cd,_0x155beb=_0x4ccfd1[_0x4b6474(0x1d7)]()['toString']()[_0x4b6474(0x143)]('.')[0x1],_0x42ce90=_0x4ccfd1[_0x4b6474(0x1f7)]()[_0x4b6474(0x178)]()[_0x4b6474(0x143)]('.')[0x1],_0x2da8e6=global?.['__workerDetails']?.[_0x4b6474(0x10e)]?.[_0x4b6474(0x113)]||global['__bstackPlatformIndex']||0x0,_0x50a3ea=_0x4ccfd1[_0x4b6474(0x14b)](),_0x3874c5=Buffer[_0x4b6474(0xf4)](JSON[_0x4b6474(0xe9)](_0x4c24cd))[_0x4b6474(0x178)](_0x3333a9['vTCrR']),_0x3500cd={'hash':_0xef8dba['getId'](),'threadId':_0xef8dba[_0x4b6474(0x234)]()[_0x4b6474(0x178)](),'processId':_0xef8dba[_0x4b6474(0x1ac)]()[_0x4b6474(0x178)]()},_0x19a606={};_0x19a606[_0x4b6474(0xe5)]=_0x2da8e6,_0x19a606[_0x4b6474(0x18f)]=_0x406d87,_0x19a606[_0x4b6474(0x17a)]=_0x1df21b,_0x19a606['testFrameworkState']=_0x155beb,_0x19a606['hookState']=_0x42ce90,_0x19a606[_0x4b6474(0x15a)]=_0x3ee3b8,_0x19a606[_0x4b6474(0x20d)]=_0x5a8b26,_0x19a606[_0x4b6474(0xa9)]=_0x50a3ea,_0x19a606[_0x4b6474(0x1cf)]=_0x3874c5,_0x19a606[_0x4b6474(0x137)]=_0x3500cd,_0x19a606['test_identifier']=_0x3cd71e;const _0x37c7a1=_0x19a606;return _0x37c7a1;}catch(_0x4c24e6){return logger[_0x4b6474(0x168)](_0x4b6474(0x110)+util[_0x4b6474(0x211)](_0x4c24e6)),{};}}async['sendLogCreatedEvent'](_0x35a7e0,_0x24241a,_0xc7ebcb){const _0x1f26f3=a79_0x3098a0,_0x638386={'CYhzh':function(_0x27534d,_0x3f4f61){return _0x27534d+_0x3f4f61;},'oFpFy':_0x1f26f3(0x1df),'USRNk':_0x1f26f3(0x127),'TOnXo':function(_0x361ba5,_0x316525){return _0x361ba5>_0x316525;},'ZonpJ':function(_0x5d5724,_0x4c4c08,_0x33c3d6,_0x4ed70a){return _0x5d5724(_0x4c4c08,_0x33c3d6,_0x4ed70a);},'pfaZk':function(_0x15c46c,_0x36faa9){return _0x15c46c-_0x36faa9;},'ftqrG':function(_0x1abf9e,_0x868e74){return _0x1abf9e===_0x868e74;},'UQCft':function(_0x5ddd3e,_0x9cd4df){return _0x5ddd3e/_0x9cd4df;},'DbsVX':function(_0x387b82,_0x548252){return _0x387b82<_0x548252;},'ZEJPv':function(_0x921c7a,_0x35ac23){return _0x921c7a*_0x35ac23;},'CliGU':function(_0x37356e,_0x2e83b1){return _0x37356e+_0x2e83b1;},'UeuOS':function(_0x15abd6,_0x4600e9){return _0x15abd6>_0x4600e9;}};try{const _0x197856=_0xc7ebcb[_0x1f26f3(0xde)]||_0xc7ebcb['testId'],_0x5709b5=Array[_0x1f26f3(0xf4)](_0x35a7e0[_0x1f26f3(0x1ff)]()[_0x1f26f3(0xa8)]()),_0x3524bc=_0x35a7e0[_0x1f26f3(0x1ff)]()[_0x1f26f3(0x1e3)](_0x197856);if(!_0x3524bc){logger[_0x1f26f3(0x1a8)](_0x1f26f3(0x129)+_0x197856);return;}const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x72fd74='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x21dc0d=''}=_0x3524bc;let _0x1e79b6=[];_0x3524bc&&_0x3524bc[TestFrameworkConstants['KEY_LOGS']]&&Array[_0x1f26f3(0x159)](_0x3524bc[TestFrameworkConstants['KEY_LOGS']])?(_0x1e79b6=_0x3524bc[TestFrameworkConstants[_0x1f26f3(0x225)]]||[],logger[_0x1f26f3(0x1a8)](_0x1f26f3(0x112)+_0x1e79b6[_0x1f26f3(0x1b0)]+_0x1f26f3(0x11a)+_0x197856),_0x35a7e0['addMultipleEntries']({[_0x197856]:{[TestFrameworkConstants[_0x1f26f3(0x225)]]:[],[TestFrameworkConstants[_0x1f26f3(0xea)]]:this[_0x1f26f3(0x236)]()[0x0]||'',[TestFrameworkConstants[_0x1f26f3(0x227)]]:this[_0x1f26f3(0x142)]()[this[_0x1f26f3(0x236)]()[0x0]]||''}}),logger[_0x1f26f3(0x1a8)](_0x1f26f3(0xa7)+_0x197856)):logger[_0x1f26f3(0x1a8)](_0x1f26f3(0x144)+_0x197856);logger[_0x1f26f3(0x1a8)](_0x1f26f3(0x181)+_0x1e79b6['length']+_0x1f26f3(0x1d6)+_0x197856);const _0x35a1b9=_0x1e79b6[_0x1f26f3(0x222)](_0x2e5b92=>_0x2e5b92[_0x1f26f3(0x117)]==='TEST_SCREENSHOT');_0x638386[_0x1f26f3(0x194)](_0x35a1b9[_0x1f26f3(0x1b0)],0x0)&&(logger[_0x1f26f3(0x1a8)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20'+_0x35a1b9[_0x1f26f3(0x1b0)]+_0x1f26f3(0x198)+_0x197856),_0x35a1b9[_0x1f26f3(0x212)]((_0xfc695e,_0x4e22b8)=>{const _0x1ddfac=_0x1f26f3;logger[_0x1ddfac(0x1a8)](_0x1ddfac(0xfb)+_0x638386[_0x1ddfac(0x1b9)](_0x4e22b8,0x1)+'/'+_0x35a1b9['length']+_0x1ddfac(0x1e8)+(_0xfc695e['test_identifier']||_0x638386[_0x1ddfac(0xf1)])+_0x1ddfac(0x103)+(_0xfc695e[_0x1ddfac(0x22a)]||_0x638386[_0x1ddfac(0xf1)])+',\x20hook_run_uuid='+(_0xfc695e[_0x1ddfac(0x12d)]||_0x638386[_0x1ddfac(0x1f8)])+',\x20messageLength='+(_0xfc695e[_0x1ddfac(0xdc)]?.['length']||0x0));}));const _0x4e2408=_0x3524bc[TestFrameworkConstants[_0x1f26f3(0xcb)]]||{},_0x549ab7=_0x638386['ZonpJ'](getMediaArtifactsLogs,_0x4e2408,null,_0x197856),_0x13f70a=(_0x1e79b6||[])[_0x1f26f3(0x172)](_0x549ab7||[]),_0xd626b6=_0x35a1b9?.['length']||0x0,_0x222ba3=_0x638386['pfaZk'](_0x1e79b6?.[_0x1f26f3(0x1b0)]||0x0,_0xd626b6);logger[_0x1f26f3(0x1a8)](_0x1f26f3(0x120)+_0x197856+_0x1f26f3(0x1e6)+_0x222ba3+',\x20screenshotLogs:\x20'+_0xd626b6+_0x1f26f3(0x1ed)+(_0x549ab7?.[_0x1f26f3(0x1b0)]||0x0)+_0x1f26f3(0x218)+_0x13f70a[_0x1f26f3(0x1b0)]);if(!_0x13f70a||_0x638386['ftqrG'](_0x13f70a[_0x1f26f3(0x1b0)],0x0)){logger[_0x1f26f3(0x1a8)](_0x1f26f3(0x109)+_0x197856);return;}const _0x3b784e=0x28,_0x4ce328=Math[_0x1f26f3(0x1bc)](_0x638386['UQCft'](_0x13f70a[_0x1f26f3(0x1b0)],_0x3b784e));for(let _0x24a380=0x0;_0x638386[_0x1f26f3(0x157)](_0x24a380,_0x4ce328);_0x24a380++){const _0x58f289=_0x638386[_0x1f26f3(0xd0)](_0x24a380,_0x3b784e),_0x36648a=_0x638386[_0x1f26f3(0x21f)](_0x58f289,_0x3b784e),_0x183174=_0x13f70a['slice'](_0x58f289,_0x36648a),_0x366e77=global?.[_0x1f26f3(0x22b)]??0x0,_0x31a078={'platformIndex':_0x366e77,'logs':_0x183174,'testFrameworkName':_0x72fd74,'testFrameworkVersion':_0x21dc0d,'testFrameworkState':_0x24241a[_0x1f26f3(0x178)]()['split']('.')[0x1]},_0xa663d2={};_0xa663d2['depth']=0x3,_0xa663d2[_0x1f26f3(0x145)]=0x5,logger[_0x1f26f3(0x1a8)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x638386[_0x1f26f3(0x21f)](_0x24a380,0x1)+'/'+_0x4ce328+_0x1f26f3(0x231)+_0x197856+_0x1f26f3(0x119)+_0x183174[_0x1f26f3(0x1b0)]+_0x1f26f3(0x16b)+_0x366e77+_0x1f26f3(0xbe)+util[_0x1f26f3(0x16a)](_0x31a078,_0xa663d2));const _0x4f4592=await GrpcClient[_0x1f26f3(0x1cd)]()[_0x1f26f3(0x1c1)](_0x31a078);logger[_0x1f26f3(0x1a8)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x638386[_0x1f26f3(0x1b9)](_0x24a380,0x1)+'/'+_0x4ce328+_0x1f26f3(0x231)+_0x197856+_0x1f26f3(0x12e)+util[_0x1f26f3(0x16a)](_0x4f4592));}_0x549ab7&&_0x638386[_0x1f26f3(0x1be)](_0x549ab7[_0x1f26f3(0x1b0)],0x0)&&_0x3524bc[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]&&_0x35a7e0[_0x1f26f3(0xc1)]({[_0x197856]:{[TestFrameworkConstants[_0x1f26f3(0xcb)]]:{},[TestFrameworkConstants[_0x1f26f3(0xea)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x1f26f3(0x227)]]:this[_0x1f26f3(0x142)]()[this[_0x1f26f3(0x236)]()[0x0]]||''}}),logger[_0x1f26f3(0x1a8)](_0x1f26f3(0x12c)+_0x197856+',\x20totalBatches:\x20'+_0x4ce328);}catch(_0x153652){logger['error'](_0x1f26f3(0x1e0)+(_0xc7ebcb[_0x1f26f3(0xde)]||_0xc7ebcb[_0x1f26f3(0x169)])+_0x1f26f3(0xb6)+util['format'](_0x153652));}}[a79_0x3098a0(0x1a7)](_0x3b7bcd,_0x5650c8,_0x4ed1d8,_0x1a75a5,_0x1f052f){const _0x18eef2=a79_0x3098a0,_0x3affe9={};_0x3affe9['MKfTq']=function(_0x2181a3,_0x4d92d2){return _0x2181a3===_0x4d92d2;},_0x3affe9[_0x18eef2(0x11d)]=_0x18eef2(0x20c);const _0x501d25=_0x3affe9,{hookData:_0x8fda02}=_0x1f052f,_0x46c851={'testId':_0x5650c8,'testFrameworkState':_0x4ed1d8,'hookState':_0x1a75a5,'args':_0x1f052f,'timestamp':new Date()['toISOString']()};if(_0x501d25[_0x18eef2(0xeb)](_0x4ed1d8,TestFrameworkState[_0x18eef2(0x12b)])&&_0x8fda02){const _0x5de3c8={};_0x5de3c8[_0x18eef2(0x10d)]=_0x8fda02[_0x18eef2(0x1d0)]||_0x8fda02['location'],_0x5de3c8[_0x18eef2(0x1b3)]=_0x8fda02['scope']||_0x8fda02[_0x18eef2(0x208)]&&_0x8fda02[_0x18eef2(0x208)][0x0]||'',_0x5de3c8[_0x18eef2(0x18d)]=_0x501d25['fXpnZ'],_0x46c851['hookMetadata']=_0x5de3c8,logger[_0x18eef2(0x1a8)](_0x18eef2(0xd4)+_0x5650c8+_0x18eef2(0x1ad)+_0x46c851[_0x18eef2(0x1f3)]['filePath']+',\x20scope:\x20'+_0x46c851[_0x18eef2(0x1f3)]['scope']);}_0x3b7bcd[_0x18eef2(0x1a1)](_0x5650c8,_0x46c851),logger[_0x18eef2(0x1a8)](_0x18eef2(0xc6)+_0x5650c8+_0x18eef2(0x163)+_0x4ed1d8+_0x18eef2(0x1a4)+_0x1a75a5);}async[a79_0x3098a0(0xd1)](_0x39524f,_0x368720){const _0x2ce9da=a79_0x3098a0,_0x5f1282={};_0x5f1282['Uxxem']=function(_0x5af6f0,_0xe44000){return _0x5af6f0>_0xe44000;},_0x5f1282[_0x2ce9da(0x17b)]=function(_0x4ad893,_0x28db17){return _0x4ad893===_0x28db17;},_0x5f1282[_0x2ce9da(0x215)]=function(_0x353f83,_0x300f03){return _0x353f83===_0x300f03;},_0x5f1282[_0x2ce9da(0x1f4)]=function(_0x4b86dd,_0x3d259f){return _0x4b86dd===_0x3d259f;},_0x5f1282[_0x2ce9da(0xd9)]=_0x2ce9da(0x1e2);const _0x5d5911=_0x5f1282;if(_0x39524f[_0x2ce9da(0x152)](_0x368720)){const _0x20f3b3=_0x39524f[_0x2ce9da(0xd8)](_0x368720);logger[_0x2ce9da(0x1a8)](_0x2ce9da(0x19b)+_0x20f3b3['length']+'\x20pending\x20hooks\x20for\x20testId:\x20'+_0x368720);for(const _0x2304e8 of _0x20f3b3){try{const _0x45d498=await this[_0x2ce9da(0x128)](_0x39524f,_0x2304e8[_0x2ce9da(0x210)],_0x2304e8[_0x2ce9da(0x171)],_0x2304e8[_0x2ce9da(0xd6)]);_0x45d498&&_0x5d5911[_0x2ce9da(0xff)](Object[_0x2ce9da(0xa8)](_0x45d498)[_0x2ce9da(0x1b0)],0x0)&&_0x39524f[_0x2ce9da(0xc1)](_0x45d498),await this[_0x2ce9da(0xa4)](_0x39524f,_0x2304e8[_0x2ce9da(0x210)],_0x2304e8[_0x2ce9da(0x171)],_0x2304e8[_0x2ce9da(0xd6)]);}catch(_0x2fa15f){logger[_0x2ce9da(0x168)](_0x2ce9da(0x203)+_0x368720+_0x2ce9da(0xb6)+_0x2fa15f);}}_0x39524f['removePendingHooks'](_0x368720),logger[_0x2ce9da(0x1a8)]('Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20'+_0x368720);}const _0x10696b=_0x39524f[_0x2ce9da(0x1ff)]()['get'](_0x368720);if(_0x10696b){const _0x11780b=_0x10696b[TestFrameworkConstants[_0x2ce9da(0x202)]]||_0x10696b[TestFrameworkConstants[_0x2ce9da(0xc7)]],_0x22d249=_0x10696b[TestFrameworkConstants['KEY_TEST_SCOPE']]||_0x10696b[TestFrameworkConstants[_0x2ce9da(0x19d)]]&&_0x10696b[TestFrameworkConstants[_0x2ce9da(0x19d)]][0x0]||'';logger[_0x2ce9da(0x1a8)]('[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20'+_0x11780b+',\x20scope:\x20'+_0x22d249);const _0x2c5cf2=_0x39524f[_0x2ce9da(0x176)]();for(const _0x1c5d03 of _0x2c5cf2){if(_0x5d5911['wzNmt'](_0x1c5d03,_0x368720))continue;if(_0x39524f[_0x2ce9da(0x152)](_0x1c5d03)){const _0x992ac0=_0x39524f[_0x2ce9da(0xd8)](_0x1c5d03);for(const _0x3491f2 of _0x992ac0){if(_0x5d5911[_0x2ce9da(0x17b)](_0x3491f2[_0x2ce9da(0x210)],TestFrameworkState[_0x2ce9da(0x12b)])&&_0x3491f2['hookMetadata']){const _0x56caa7=_0x3491f2['hookMetadata']['filePath'],_0x2de750=_0x3491f2[_0x2ce9da(0x1f3)]['scope'];if(_0x5d5911[_0x2ce9da(0x17b)](_0x56caa7,_0x11780b)&&_0x5d5911[_0x2ce9da(0x215)](_0x2de750,_0x22d249)){logger['debug'](_0x2ce9da(0x123)+_0x1c5d03+_0x2ce9da(0xad)+_0x368720+_0x2ce9da(0x1ad)+_0x56caa7+',\x20scope:\x20'+_0x2de750);_0x3491f2[_0x2ce9da(0xd6)]&&_0x3491f2['args'][_0x2ce9da(0x17d)]&&(_0x3491f2[_0x2ce9da(0xd6)][_0x2ce9da(0x17d)]['test_run_id']=_0x368720,logger[_0x2ce9da(0x1a8)]('[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20'+_0x1c5d03+_0x2ce9da(0x1a6)+_0x368720));try{const _0x5c445d=await this[_0x2ce9da(0x128)](_0x39524f,_0x3491f2[_0x2ce9da(0x210)],_0x3491f2[_0x2ce9da(0x171)],_0x3491f2[_0x2ce9da(0xd6)]);_0x5c445d&&_0x5d5911['Uxxem'](Object[_0x2ce9da(0xa8)](_0x5c445d)[_0x2ce9da(0x1b0)],0x0)&&_0x39524f['addMultipleEntries'](_0x5c445d);await this['runHooks'](_0x39524f,_0x3491f2['testFrameworkState'],_0x3491f2['hookState'],_0x3491f2[_0x2ce9da(0xd6)]);const _0x146dad=_0x39524f['getPendingHooks'](_0x1c5d03)['filter'](_0x5ad590=>_0x5ad590!==_0x3491f2);if(_0x5d5911[_0x2ce9da(0x1f4)](_0x146dad[_0x2ce9da(0x1b0)],0x0))_0x39524f[_0x2ce9da(0x1d2)](_0x1c5d03);else{_0x39524f[_0x2ce9da(0x1d2)](_0x1c5d03);for(const _0x33e5f7 of _0x146dad){_0x39524f[_0x2ce9da(0x1a1)](_0x1c5d03,_0x33e5f7);}}logger[_0x2ce9da(0x1a8)](_0x5d5911[_0x2ce9da(0xd9)]);}catch(_0x3ea290){logger['error'](_0x2ce9da(0xe6)+_0x368720+_0x2ce9da(0xb6)+_0x3ea290);}}}}}}}}[a79_0x3098a0(0x1a5)](_0x13af61){const _0x7a6beb=a79_0x3098a0,_0x89b983={'bRcmZ':function(_0x2d2b7d){return _0x2d2b7d();}};if(!_0x13af61||!_0x13af61['parent'])return;_0x13af61[_0x7a6beb(0x197)][_0x7a6beb(0x207)]&&Array[_0x7a6beb(0x159)](_0x13af61[_0x7a6beb(0x197)][_0x7a6beb(0x207)])&&_0x13af61[_0x7a6beb(0x197)][_0x7a6beb(0x207)][_0x7a6beb(0x212)](_0x1b4ac9=>{const _0x2a39bc=_0x7a6beb;!_0x1b4ac9[_0x2a39bc(0x23c)]&&!_0x1b4ac9['hookUUID']&&(_0x1b4ac9[_0x2a39bc(0x23c)]=_0x89b983[_0x2a39bc(0x199)](uuidv4),_0x1b4ac9[_0x2a39bc(0x1b2)]=_0x1b4ac9[_0x2a39bc(0x23c)],logger['debug'](_0x2a39bc(0x148)+_0x1b4ac9[_0x2a39bc(0xdd)]+_0x2a39bc(0x173)+_0x1b4ac9[_0x2a39bc(0x23c)]));}),this[_0x7a6beb(0x1a5)](_0x13af61[_0x7a6beb(0x197)]);}[a79_0x3098a0(0x121)](_0x57b8b9){const _0x223e8c=a79_0x3098a0,_0x15e5db={'rzQmK':function(_0x131935,_0x29e303){return _0x131935(_0x29e303);}};if(!_0x57b8b9||!_0x57b8b9[_0x223e8c(0x197)])return[];const _0x442325=[];return _0x57b8b9['parent']['hooks']&&Array['isArray'](_0x57b8b9[_0x223e8c(0x197)]['hooks'])&&_0x57b8b9['parent'][_0x223e8c(0x207)][_0x223e8c(0x212)](_0x34404b=>{const _0x319ca3=_0x223e8c,_0xb06e9d=_0x34404b[_0x319ca3(0x23c)]||_0x34404b['hookUUID'];_0xb06e9d&&!this[_0x319ca3(0xb8)](_0x34404b)&&!_0x15e5db[_0x319ca3(0xa6)](isInternalHook,_0x34404b['fn'])&&_0x442325[_0x319ca3(0x18a)](_0xb06e9d);}),[..._0x442325,...this['getHooksForTest'](_0x57b8b9['parent'])];}[a79_0x3098a0(0xa5)](_0x54ebb6){const _0x4bf7bd=a79_0x3098a0,_0x8da1db={'wOdtH':function(_0xba7ca7,_0x54f476){return _0xba7ca7(_0x54f476);},'ARIJl':'unknown','jKZvL':function(_0x3110ca,_0x3ff0fc){return _0x3110ca(_0x3ff0fc);},'PYOsW':function(_0x494276,_0x345247){return _0x494276(_0x345247);}},_0x6126e4=new Map(),_0x1abef3=_0x2a4878=>{const _0x461871=a79_0xca5b,_0x256dc3={'WDkTA':function(_0x5c5a16,_0xb49fb3){return _0x8da1db['wOdtH'](_0x5c5a16,_0xb49fb3);},'NoijN':_0x8da1db[_0x461871(0x122)]};if(!_0x2a4878||!_0x2a4878[_0x461871(0x197)])return;_0x2a4878[_0x461871(0x197)]['hooks']&&Array[_0x461871(0x159)](_0x2a4878[_0x461871(0x197)][_0x461871(0x207)])&&_0x2a4878['parent'][_0x461871(0x207)][_0x461871(0x212)](_0x990d7=>{const _0x34970d=_0x461871,_0x12cc5d=_0x990d7[_0x34970d(0x23c)]||_0x990d7['hookUUID'];if(_0x12cc5d&&!this[_0x34970d(0xb8)](_0x990d7)&&!_0x256dc3[_0x34970d(0x1d4)](isInternalHook,_0x990d7['fn'])){const _0x46c032={};_0x46c032[_0x34970d(0xdd)]=_0x990d7[_0x34970d(0xdd)]||_0x256dc3[_0x34970d(0x1f6)],_0x46c032[_0x34970d(0x114)]=_0x990d7[_0x34970d(0x114)]||'\x22'+_0x990d7[_0x34970d(0xdd)]+_0x34970d(0x1e9),_0x6126e4[_0x34970d(0x233)](_0x12cc5d,_0x46c032);}}),_0x8da1db['jKZvL'](_0x1abef3,_0x2a4878[_0x461871(0x197)]);};return _0x8da1db[_0x4bf7bd(0x226)](_0x1abef3,_0x54ebb6),_0x6126e4;}[a79_0x3098a0(0xb8)](_0x4c3e98){const _0x5a4879=a79_0x3098a0,_0x5dd174={};_0x5dd174['fUVZD']=_0x5a4879(0x155),_0x5dd174[_0x5a4879(0x167)]=_0x5a4879(0x108);const _0x56f687=_0x5dd174;try{const _0x40e7d7=this[_0x5a4879(0xf5)](_0x4c3e98);if(!_0x40e7d7||_0x40e7d7['includes'](_0x56f687[_0x5a4879(0x196)]))return!![];return![];}catch(_0x5706a3){logger[_0x5a4879(0x1a8)](_0x56f687['yULxc']);}return![];}[a79_0x3098a0(0xf5)](_0xf7f45b){const _0x3b0436=a79_0x3098a0,_0x287901={'BVaSA':function(_0x14cd59,_0x1096bd){return _0x14cd59(_0x1096bd);}};if(_0xf7f45b['file'])return _0xf7f45b['file'];if(_0xf7f45b[_0x3b0436(0x1fd)])try{const _0x105e0a=stackTrace[_0x3b0436(0x1a9)](_0xf7f45b['asyncError']),_0x2c1686=_0x287901[_0x3b0436(0x230)](pickUserFrameFile,_0x105e0a);if(_0x2c1686)return _0x2c1686;logger[_0x3b0436(0x1a8)]('[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length='+_0x105e0a[_0x3b0436(0x1b0)]+')');}catch(_0x195de9){logger[_0x3b0436(0x1a8)](_0x3b0436(0x16f)+util[_0x3b0436(0x211)](_0x195de9));}return null;}}module['exports']=JestTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a80_0x2b5886=a80_0x5ae7;(function(_0x1f0a4f,_0x515eba){const _0xe494c7=a80_0x5ae7,_0x309fdd=_0x1f0a4f();while(!![]){try{const _0x5d0f4e=parseInt(_0xe494c7(0x181))/0x1*(-parseInt(_0xe494c7(0x1d3))/0x2)+parseInt(_0xe494c7(0x1a5))/0x3*(-parseInt(_0xe494c7(0x1b9))/0x4)+parseInt(_0xe494c7(0x19f))/0x5*(parseInt(_0xe494c7(0x1c7))/0x6)+-parseInt(_0xe494c7(0x18b))/0x7+parseInt(_0xe494c7(0x190))/0x8*(-parseInt(_0xe494c7(0x19e))/0x9)+-parseInt(_0xe494c7(0x1c9))/0xa+parseInt(_0xe494c7(0x1b2))/0xb;if(_0x5d0f4e===_0x515eba)break;else _0x309fdd['push'](_0x309fdd['shift']());}catch(_0x5a5310){_0x309fdd['push'](_0x309fdd['shift']());}}}(a80_0x1f94,0x34786));const path=require('path'),TestFramework=require(a80_0x2b5886(0x188)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a80_0x2b5886(0x1be)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a80_0x2b5886(0x186)),CLIUtils=require(a80_0x2b5886(0x1a8)),TrackedInstance=require(a80_0x2b5886(0x18c)),TestFrameworkConstants=require(a80_0x2b5886(0x1c0)),util=require(a80_0x2b5886(0x1b0)),logger=createClassLogger('NewmanTestFramework');class NewmanTestFramework extends TestFramework{constructor(_0x3bc74d,_0x3f36dc,_0x44559e){super(_0x3bc74d,_0x3f36dc,_0x44559e);}async[a80_0x2b5886(0x1a0)](_0x56686d,_0x16bfe3,_0x5f41ce={}){const _0x997b10=a80_0x2b5886,_0x50d101={};_0x50d101['Butqm']=function(_0x72be45,_0x7dc109){return _0x72be45===_0x7dc109;};const _0x1900e3=_0x50d101;logger['debug'](_0x997b10(0x17f)+_0x56686d+'\x20hook='+_0x16bfe3),await super[_0x997b10(0x1a0)](_0x56686d,_0x16bfe3,_0x5f41ce);const _0x516141=this[_0x997b10(0x191)](_0x56686d,_0x16bfe3,_0x5f41ce);if(!_0x516141)return;try{if(_0x1900e3[_0x997b10(0x189)](_0x56686d,TestFrameworkState[_0x997b10(0x1c8)])&&_0x5f41ce[_0x997b10(0x182)]){const _0x3ea6b0=_0x1900e3['Butqm'](_0x16bfe3,HookState['PRE'])?this[_0x997b10(0x1cd)](_0x5f41ce['test']):this['parseNewmanTestResult'](_0x5f41ce[_0x997b10(0x182)]);_0x516141[_0x997b10(0x1bc)](_0x3ea6b0);}}catch(_0x53eb6){logger['error'](_0x997b10(0x1ce)+util['format'](_0x53eb6));}_0x5f41ce[_0x997b10(0x1b1)]=_0x516141,await this[_0x997b10(0x196)](_0x516141,_0x56686d,_0x16bfe3,_0x5f41ce);}[a80_0x2b5886(0x1cd)](_0x381b59){const _0x1c0cf4=a80_0x2b5886,_0x13c875=this['getTestFrameworks']()[0x0],_0x35b681={};return _0x35b681[_0x381b59[_0x1c0cf4(0x1ca)]]={[TestFrameworkConstants[_0x1c0cf4(0x1aa)]]:_0x13c875,[TestFrameworkConstants[_0x1c0cf4(0x1c1)]]:this[_0x1c0cf4(0x1b4)]()[_0x13c875],[TestFrameworkConstants[_0x1c0cf4(0x180)]]:[],[TestFrameworkConstants[_0x1c0cf4(0x1d0)]]:{},[TestFrameworkConstants[_0x1c0cf4(0x1c2)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x1c0cf4(0x1d2)],[TestFrameworkConstants[_0x1c0cf4(0x1a9)]]:_0x381b59[_0x1c0cf4(0x1ca)],[TestFrameworkConstants[_0x1c0cf4(0x1b3)]]:_0x381b59[_0x1c0cf4(0x1ca)],[TestFrameworkConstants[_0x1c0cf4(0x1d4)]]:_0x381b59[_0x1c0cf4(0x1ad)],[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x381b59[_0x1c0cf4(0x19b)]||'',[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x381b59[_0x1c0cf4(0x1bb)]||'',[TestFrameworkConstants[_0x1c0cf4(0x1bf)]]:null,[TestFrameworkConstants[_0x1c0cf4(0x1a1)]]:_0x381b59[_0x1c0cf4(0x187)]||[],[TestFrameworkConstants[_0x1c0cf4(0x1a3)]]:_0x381b59[_0x1c0cf4(0x194)]||new Date()['toISOString'](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x381b59['scope']||'',[TestFrameworkConstants[_0x1c0cf4(0x1b5)]]:_0x381b59[_0x1c0cf4(0x1c5)]||[],[TestFrameworkConstants[_0x1c0cf4(0x1ab)]]:null,[TestFrameworkConstants[_0x1c0cf4(0x1c6)]]:_0x381b59[_0x1c0cf4(0x18e)]||{},[TestFrameworkConstants[_0x1c0cf4(0x197)]]:_0x381b59[_0x1c0cf4(0x1a2)]||{}},_0x35b681;}[a80_0x2b5886(0x1a7)](_0x414243){const _0x32bdf9=a80_0x2b5886,_0x13ab52={};_0x13ab52[_0x32bdf9(0x1a4)]=_0x32bdf9(0x18f);const _0x4578e4=_0x13ab52,_0x25f710={};return _0x25f710[_0x414243[_0x32bdf9(0x1ca)]]={[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x414243[_0x32bdf9(0x185)]||_0x4578e4['QwxyL'],[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x414243[_0x32bdf9(0x1bd)]||new Date()[_0x32bdf9(0x195)](),[TestFrameworkConstants[_0x32bdf9(0x1af)]]:_0x414243['failure']||[],[TestFrameworkConstants[_0x32bdf9(0x1d1)]]:_0x414243[_0x32bdf9(0x1ae)]||null,[TestFrameworkConstants[_0x32bdf9(0x1b8)]]:_0x414243[_0x32bdf9(0x1a6)]||null},_0x25f710;}['resolveInstance'](_0x22fa4d){const _0x550814=a80_0x2b5886;let _0x391019=TestFramework['getTrackedInstance']();if(!_0x391019){const _0x2fc84f=TrackedInstance[_0x550814(0x192)](CLIUtils[_0x550814(0x199)]());_0x391019=new TestFrameworkInstance(_0x2fc84f,this[_0x550814(0x1cc)](),this[_0x550814(0x1b4)](),_0x22fa4d,HookState[_0x550814(0x19d)]),TestFramework[_0x550814(0x183)](_0x2fc84f,_0x391019);}return _0x391019;}[a80_0x2b5886(0x1b6)](_0x357e4f){const _0x122259=a80_0x2b5886,_0x3724fc={};_0x3724fc[_0x122259(0x19c)]=_0x122259(0x1cf);const _0x5065be=_0x3724fc;try{const _0x3d201d=_0x357e4f[_0x122259(0x182)]?_0x357e4f[_0x122259(0x182)]['uuid']:null,_0x221818=_0x357e4f[_0x122259(0x1b1)],_0x5ec292=_0x221818[_0x122259(0x18a)](),_0x3e712b=_0x221818['getAllData']()[_0x122259(0x19a)](_0x3d201d);if(!_0x3e712b)return{};const {[TestFrameworkConstants[_0x122259(0x1aa)]]:_0x1b81a3='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x343dd7='',[TestFrameworkConstants[_0x122259(0x1a3)]]:_0x4aa54a='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0xab95b2=''}=_0x3e712b;return{'platformIndex':0x0,'testFrameworkName':_0x1b81a3,'testFrameworkVersion':_0x343dd7,'testFrameworkState':_0x221818[_0x122259(0x193)]()[_0x122259(0x1b7)]()[_0x122259(0x1cb)]('.')[0x1],'hookState':_0x221818[_0x122259(0x184)]()[_0x122259(0x1b7)]()[_0x122259(0x1cb)]('.')[0x1],'startedAt':_0x4aa54a,'endedAt':_0xab95b2,'uuid':_0x3d201d,'eventJson':Buffer['from'](JSON[_0x122259(0x1ba)](_0x3e712b))[_0x122259(0x1b7)](_0x5065be[_0x122259(0x19c)]),'executionContext':{'hash':_0x5ec292['getId'](),'threadId':_0x5ec292[_0x122259(0x1c4)]()[_0x122259(0x1b7)](),'processId':_0x5ec292[_0x122259(0x1c3)]()['toString']()}};}catch(_0x522014){return logger[_0x122259(0x1ac)](_0x122259(0x198)+util['format'](_0x522014)),{};}}}function a80_0x1f94(){const _0x5055d7=['KEY_TEST_SCOPES','createTestFrameworkEventPayload','toString','KEY_TEST_FAILURE_REASON','4rwMuvc','stringify','location','addMultipleEntries','finished_at','../state/hookState.js','KEY_TEST_CODE','./constants/testFrameworkConstants.js','KEY_TEST_FRAMEWORK_VERSION','KEY_HOOKS_STARTED','getProcessId','getThreadId','scopes','KEY_CUSTOM_TAGS','1188gPcghM','TEST','2088970rbqFkG','uuid','split','getTestFrameworks','parseNewmanTest','trackEvent:\x20error=','base64','KEY_HOOKS_FINISHED','KEY_TEST_FAILURE_TYPE','DEFAULT_TEST_RESULT','696142MRLiyG','KEY_TEST_NAME','trackEvent:\x20state=','KEY_TEST_LOGS','1txjXnC','test','setTrackedInstance','getCurrentHookState','result','../instances/testFrameworkInstance.js','tags','./testFramework','Butqm','getContext','1791895YoqMxy','../instances/trackedInstance.js','exports','custom_metadata','pending','344jBsTFO','resolveInstance','createContext','getCurrentTestState','started_at','toISOString','runHooks','KEY_TEST_META','createTestFrameworkEventPayload:\x20error=','getCurrentInstanceName','get','file_path','kcchB','NONE','47439fivLyd','7710uaWebQ','trackEvent','KEY_TEST_TAGS','meta','KEY_TEST_STARTED_AT','QwxyL','527277DWdLLI','failure_reason','parseNewmanTestResult','../cliUtils.js','KEY_TEST_ID','KEY_TEST_FRAMEWORK_NAME','KEY_TEST_RERUN_NAME','error','name','failure_type','KEY_TEST_FAILURE','util','instance','12374637KiosYD','KEY_TEST_UUID','getTestFrameworksVersions'];a80_0x1f94=function(){return _0x5055d7;};return a80_0x1f94();}function a80_0x5ae7(_0x17675a,_0x18fc37){const _0x1f9443=a80_0x1f94();return a80_0x5ae7=function(_0x5ae7ea,_0x4be6da){_0x5ae7ea=_0x5ae7ea-0x17f;let _0x520274=_0x1f9443[_0x5ae7ea];return _0x520274;},a80_0x5ae7(_0x17675a,_0x18fc37);}module[a80_0x2b5886(0x18d)]=NewmanTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
function a81_0x2267(_0x32bbf5,_0x52d967){const _0x330f48=a81_0x330f();return a81_0x2267=function(_0x226767,_0x212151){_0x226767=_0x226767-0x175;let _0x4d8087=_0x330f48[_0x226767];return _0x4d8087;},a81_0x2267(_0x32bbf5,_0x52d967);}const a81_0x1091ff=a81_0x2267;(function(_0x556dd1,_0x3e3f7b){const _0x5ef011=a81_0x2267,_0x4c8449=_0x556dd1();while(!![]){try{const _0x1fb9bf=parseInt(_0x5ef011(0x198))/0x1*(-parseInt(_0x5ef011(0x185))/0x2)+-parseInt(_0x5ef011(0x184))/0x3+parseInt(_0x5ef011(0x186))/0x4*(parseInt(_0x5ef011(0x190))/0x5)+parseInt(_0x5ef011(0x180))/0x6+-parseInt(_0x5ef011(0x18a))/0x7*(-parseInt(_0x5ef011(0x187))/0x8)+parseInt(_0x5ef011(0x17c))/0x9+-parseInt(_0x5ef011(0x17b))/0xa*(parseInt(_0x5ef011(0x17e))/0xb);if(_0x1fb9bf===_0x3e3f7b)break;else _0x4c8449['push'](_0x4c8449['shift']());}catch(_0x52a862){_0x4c8449['push'](_0x4c8449['shift']());}}}(a81_0x330f,0x84d3f));const AutomationFramework=require(a81_0x1091ff(0x191)),{createClassLogger}=require(a81_0x1091ff(0x176)),AutomationFrameworkState=require('../state/automationFrameworkState.js'),CLIUtils=require('../cliUtils.js'),TrackedInstance=require('../instances/trackedInstance.js'),AutomationFrameworkInstance=require(a81_0x1091ff(0x188));function a81_0x330f(){const _0x167ffc=['trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','NONE','params','1880URfESE','5138253zGMEiS','message','627eAtrQj','instance','3639714ciyVTd','getTrackedInstance','setTrackedInstance','logger','2703570zrgbtg','154860NfPFQh','532964ADevQf','3088LKAPQH','../instances/automationFrameworkInstance.js','trackPlaywrightInstance:\x20instance\x20already\x20exists','2177sRPmxe','gyODW','getCurrentInstanceName','ckuMr','\x20target=','fCcxO','35CECriV','./automationFramework.js','runHooks',',\x20state=','getAutomationFrameworkName','trackEvent','resolveInstance','getId','10Lxviaw','exports','zxadk','info','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','debug','PLAYWRIGHT_DISPATCH','\x20hookState=','trackEvent:\x20automationFrameworkState=','../../../helpers/classLogger.js','CREATE'];a81_0x330f=function(){return _0x167ffc;};return a81_0x330f();}class PlaywrightAutomationFramework extends AutomationFramework{['logger']=createClassLogger('PlaywrightAutomationFramework');constructor(_0x2f998e,_0x2b3c21){super(_0x2f998e,_0x2b3c21);}async[a81_0x1091ff(0x195)](_0x1ae660,_0x9ffafe,_0xe5e6ff={}){const _0x3fef63=a81_0x1091ff,_0x5c0ecb={};_0x5c0ecb[_0x3fef63(0x18d)]=function(_0x49d097,_0x454b0b){return _0x49d097===_0x454b0b;};const _0xc0e1e9=_0x5c0ecb;this[_0x3fef63(0x183)][_0x3fef63(0x19d)](_0x3fef63(0x175)+_0x1ae660+_0x3fef63(0x19f)+_0x9ffafe),await super[_0x3fef63(0x195)](_0x1ae660,_0x9ffafe,_0xe5e6ff);const _0x2fb49b=this[_0x3fef63(0x196)](_0x1ae660,_0x9ffafe,_0xe5e6ff);if(_0xc0e1e9[_0x3fef63(0x18d)](_0x2fb49b,null))return;_0xe5e6ff[_0x3fef63(0x17f)]=_0x2fb49b,await this[_0x3fef63(0x192)](_0x2fb49b,_0x1ae660,_0x9ffafe,_0xe5e6ff);}[a81_0x1091ff(0x196)](_0x4c8375,_0x3ab31b,_0x1b75aa={}){const _0x1ca074=a81_0x1091ff,_0x12c1b8={};_0x12c1b8['gyODW']=function(_0x18a1a4,_0x21ec3d){return _0x18a1a4===_0x21ec3d;},_0x12c1b8['zxadk']=function(_0x4da92f,_0x45dd13){return _0x4da92f===_0x45dd13;};const _0x83ba9e=_0x12c1b8;let _0x5b77c8=null;return(_0x83ba9e[_0x1ca074(0x18b)](_0x4c8375,AutomationFrameworkState[_0x1ca074(0x177)])||_0x83ba9e[_0x1ca074(0x19a)](_0x4c8375,AutomationFrameworkState[_0x1ca074(0x19e)])&&(_0x1b75aa['message']&&_0x1b75aa[_0x1ca074(0x17d)][_0x1ca074(0x17a)]&&_0x1b75aa[_0x1ca074(0x17d)][_0x1ca074(0x17a)]['bsParams'])||_0x83ba9e[_0x1ca074(0x19a)](_0x4c8375,AutomationFrameworkState[_0x1ca074(0x179)]))&&this['trackPlaywrightInstance'](_0x4c8375,_0x1b75aa),_0x5b77c8=AutomationFramework[_0x1ca074(0x181)](),_0x5b77c8;}['trackPlaywrightInstance'](_0x340657,_0x5d5990){const _0xe0b78e=a81_0x1091ff,_0x283ad8={};_0x283ad8[_0xe0b78e(0x18f)]=_0xe0b78e(0x189);const _0x3f73b7=_0x283ad8;if(AutomationFramework[_0xe0b78e(0x181)]()){this[_0xe0b78e(0x183)][_0xe0b78e(0x19b)](_0x3f73b7['fCcxO']);return;}const _0x5a8d1f=CLIUtils[_0xe0b78e(0x18c)](),_0x1cf118=TrackedInstance['createContext'](_0x5a8d1f);let _0x45d79c=null;this[_0xe0b78e(0x183)][_0xe0b78e(0x19b)](_0xe0b78e(0x178)+_0x5a8d1f+_0xe0b78e(0x193)+_0x340657),_0x45d79c=new AutomationFrameworkInstance(_0x1cf118,this[_0xe0b78e(0x194)](),this['getAutomationFrameworkVersion'](),_0x340657),AutomationFramework[_0xe0b78e(0x182)](_0x1cf118,_0x45d79c),this[_0xe0b78e(0x183)]['info'](_0xe0b78e(0x19c)+_0x1cf118[_0xe0b78e(0x197)]()+_0xe0b78e(0x18e)+_0x5a8d1f);}}module[a81_0x1091ff(0x199)]=PlaywrightAutomationFramework;
|