browserstack-node-sdk 1.57.0 → 1.57.2
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 +3 -3
- 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_0x3cd373=a79_0x5660;(function(_0x3b8d69,_0x4cf39e){const _0x14b479=a79_0x5660,_0x483c49=_0x3b8d69();while(!![]){try{const _0x1ace88=-parseInt(_0x14b479(0x18b))/0x1*(parseInt(_0x14b479(0x1fa))/0x2)+-parseInt(_0x14b479(0x1fe))/0x3*(-parseInt(_0x14b479(0x23f))/0x4)+-parseInt(_0x14b479(0x299))/0x5*(-parseInt(_0x14b479(0x2ba))/0x6)+-parseInt(_0x14b479(0x1ba))/0x7*(parseInt(_0x14b479(0x19a))/0x8)+-parseInt(_0x14b479(0x205))/0x9+parseInt(_0x14b479(0x20a))/0xa+-parseInt(_0x14b479(0x2b5))/0xb;if(_0x1ace88===_0x4cf39e)break;else _0x483c49['push'](_0x483c49['shift']());}catch(_0x5923fb){_0x483c49['push'](_0x483c49['shift']());}}}(a79_0x1634,0x5cdf6));const TestFramework=require(a79_0x3cd373(0x157)),TestFrameworkState=require(a79_0x3cd373(0x1c6)),HookState=require(a79_0x3cd373(0x2b3)),{createClassLogger}=require(a79_0x3cd373(0x189)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a79_0x3cd373(0x2c2)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a79_0x3cd373(0x289)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a79_0x3cd373(0x29f)),{isInternalHook}=require(a79_0x3cd373(0x18f)),logger=createClassLogger(a79_0x3cd373(0x217)),{v4:uuidv4}=require(a79_0x3cd373(0x2c5)),util=require(a79_0x3cd373(0x1e7)),TestInfo=require(a79_0x3cd373(0x26b)),GrpcClient=require(a79_0x3cd373(0x25a)),stackTrace=require(a79_0x3cd373(0x2a4)),{pickUserFrameFile}=require(a79_0x3cd373(0x227));function a79_0x1634(){const _0x354e02=[',\x20hookUUID=','KEY_TEST_RESULT','test_run_uuid','getProcessId','type','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending',',\x20logsInBatch:\x20','errorsDetailed','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','toUpperCase','maxArrayLength','activeHooks','\x20(testIdentifier)','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','hookType',',\x20duration=','../TestInfo.js','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','KEY_TEST_FILE_PATH','failed','getTestFrameworks','getJestTestScopes','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','keys','warn','FGTKs','push','NrvEV',',\x20totalHooks=','UnhandledError','vlVDn','KEY_EVENT_ENDED_AT','KEY_CUSTOM_TAGS','format','status','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','IUDDu','KEY_TEST_UUID','executionContext','getInstance','wByED','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','mNwRs','mgRtk','finished_at','./constants/testFrameworkConstants.js','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','GImsw','exports','ROOT_DESCRIBE_BLOCK','file_name','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','set','WONMV','Stored\x20pending\x20hook\x20for\x20testId:\x20','\x20(testIdentifier),\x20result=','mGoIn','NONE','kElWR','usTDg','XrlOq','10IXobtY','\x20to\x20','started_at','\x20-\x20testId:\x20',',\x20scope:\x20','tVTZN','../../../helpers/helper.js','forEach','testId','KEY_TEST_FRAMEWORK_VERSION','hookState','stack-trace','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=',',\x20filePath:\x20','vEqDC',',\x20hookData=','FXUSI',',\x20failureType=','KEY_HOOK_FAILURE_REASON',',\x20remainingHooks=','isJestInternalHook','KEY_TEST_RETRY_OF','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','KEY_HOOKS_FINISHED','jest-circus','../state/hookState.js','SYOLf','9273209iNjdQy','\x20logs\x20for\x20testId:\x20',',\x20state:\x20','Unknown\x20error',',\x20version=','1762542LnRFnW','LEklK','parallelIndex','bsanY','bwzNj','KEY_HOOK_FAILURE_TYPE','parent','unknown','../cliUtils.js','KEY_HOOKS_STARTED','error','uuid','POST','buildHookMapFromTest','BEFORE_ALL','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','platformIndex','jNcJa','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','duration','tags','hook_id','getTestFrameworksVersions','yDKxe','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','missing','\x20(testIdentifier),\x20hookType=','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','KEY_TEST_SCOPE',',\x20exception=','retryOf','nZsYS','KEY_HOOK_LOGS','match','processPendingHooks','toString','OIMTh','skip','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','bKMCb','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20',',\x20totalBatches:\x20','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','trackEvent','includes','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','name','./testFramework',',\x20testData=',',\x20hooksListLength=',',\x20hookId=','fKZVc','KEY_TEST_SCOPES','bvogT','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20',',\x20error:\x20','event_ended_at','has','none','TEST_SCREENSHOT','txvPu','scopes','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','getId','getCurrentTestState','bxNXy','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','runHooks','getCurrentHookState','__workerDetails','hookMetadata','KEY_TEST_DURATION','aBHJY','DEFAULT_HOOK_RESULT','getHooksForTest','passed','KEY_HOOK_NAME','getRootParentFile','getAllPendingHookTestIds','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','KEY_HOOK_ID','parseJestTestResult','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','YfheG','trackHookEvent',',\x20consoleLogs:\x20','getJestTestTags','code','find','getContext','bDtHj','resolveInstance','beforeAll','KEY_TEST_FRAMEWORK_NAME','vBaXJ','KEY_HOOK_RESULT','KEY_TEST_FAILURE_REASON','../../../helpers/classLogger.js','KEY_HOOK_FAILURE','3337XFOsMA','getAllData','lwtWZ','SnPsf','../../../helpers/test-observability/utils','XXioi','hooks','removePendingHooks','file','KEY_TEST_LOGS','TEST',',\x20testId=','hookUUID',',\x20state=','\x20pending\x20hooks\x20for\x20testId:\x20','29456BiHfRd','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','hook_run_uuid','isArray','hookAnalyticsId','length','getJestTestIdentifier','KEY_TEST_ENDED_AT','getCurrentInstanceName','getJestFailureType','testUUID','PRE','join','args','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','stringify','filePath','ABHlE','slice','KEY_HOOK_LAST_FINISHED','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','test_run_id','vnooC','failure_reason','hasPendingHooks',',\x20hook=','sendLogCreatedEvent','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','_ALL','skipped',',\x20failureReason=','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','343OKJUvR',',\x20scopes=',',\x20messageLength=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','replace','znqEt','location','getActiveHook',',\x20target=','rTkbW','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','startsWith','../state/testFrameworkState.js','testFrameworkVersion',',\x20currentTestId:\x20','storePendingHook','CuIgD',',\x20argsKeys=','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','KEY_TEST_FAILURE_TYPE','getRef','\x20hook','MayyQ','ALL','test_identifier',',\x20result=','HcdaU','from','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','getJestTestName','trackJestInstance:\x20created\x20instance\x20for\x20target=','substr','HhwKN','KEY_TEST_RESULT_AT',',\x20response=','workerInfo','KEY_TEST_RERUN_NAME',',\x20filePath=',',\x20hookType=','KEY_TEST_STARTED_AT','Rwtft','parse','trackJestInstance','KEY_TEST_META','vVnZQ','util','concat','createTestFrameworkEventPayload','zldDO','\x20(testIdentifier),\x20tags=','asyncError','KEY_LOGS','KEY_TEST_LOCATION','hook_result','NwnBI','KEY_TEST_FAILURE','result','debug','ZmaLV','jAVVW','KEY_TEST_ATTACHMENTS','createContext','split','KEY_TEST_ID','194QSXLQM','removeActiveHook','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','pid','873vNMUhd','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','pop','\x20-\x20test_identifier=','get','getTrackedInstance','\x20screenshot\x20logs\x20for\x20testId:\x20','2413323VXlWSY','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','testFrameworkName','7443940ZzuCmB','nYlsZ','\x20&\x20hookState=','startedAt','LlwAK','Mwfry','JyFqg','PFsTT','vdjqD','OHuLh','title','dcjEL',',\x20totalLogs:\x20','JestTestFramework','trackJestInstance:\x20instance\x20already\x20exists','endedAt','SEpsC','test','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','vFlgs','RSkrr','originalTest','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20',',\x20test_run_uuid=','parseJestTest','EaHaN','mapTestHooks','\x20files','toISOString','../../../helpers/stackFrameUtils','eventJson','testData','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','KEY_TEST_NAME','nCUXm','SbVxv','vlloP','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','addMultipleEntries','WYEge','filter','FqDvA','IeWOw','ucskU','hookData','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','inspect','HtcsW','DEFAULT_TEST_RESULT','testFrameworkState','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','9124gwTTDG','\x22\x20from\x20testData','getPendingHooks',',\x20hook_run_uuid=','eLsXx','hook_type','body','mSrza','getJestFailureReason','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=',',\x20hookState=','map','message','depth',',\x20screenshotLogs:\x20','scope','apply','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','getJestFailureData','\x20for\x20testId:\x20','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','getJestTestFilePath','Error\x20in\x20createTestFrameworkEventPayload:\x20','AssertionError','Assert','instance','iAsjP','../grpcClient'];a79_0x1634=function(){return _0x354e02;};return a79_0x1634();}function a79_0x5660(_0x1bd53c,_0x47f810){const _0x1634b3=a79_0x1634();return a79_0x5660=function(_0x566023,_0x51faeb){_0x566023=_0x566023-0x146;let _0xf95612=_0x1634b3[_0x566023];return _0xf95612;},a79_0x5660(_0x1bd53c,_0x47f810);}class JestTestFramework extends TestFramework{constructor(_0x711272,_0x234db0,_0x4896b6){const _0x33bd1a=a79_0x3cd373;super(_0x711272,_0x234db0,_0x4896b6),this[_0x33bd1a(0x266)]=new Map();}['setActiveHook'](_0x1456b2,_0x5bca12,_0x279820){const _0x33c49d=a79_0x3cd373,_0x1795da={};_0x1795da[_0x33c49d(0x246)]=function(_0x34488a,_0xe2bafa){return _0x34488a||_0xe2bafa;};const _0x4a8842=_0x1795da;if(_0x4a8842['mSrza'](!_0x1456b2,!_0x5bca12)){logger[_0x33c49d(0x273)]('[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x1456b2+',\x20hookUUID='+_0x5bca12);return;}!this['activeHooks'][_0x33c49d(0x161)](_0x1456b2)&&this['activeHooks']['set'](_0x1456b2,[]);const _0x5d51f3={'hookUUID':_0x5bca12,'hookType':_0x279820,'startedAt':new Date()[_0x33c49d(0x226)]()};this[_0x33c49d(0x266)][_0x33c49d(0x202)](_0x1456b2)[_0x33c49d(0x275)](_0x5d51f3),logger[_0x33c49d(0x1f3)](_0x33c49d(0x208)+_0x1456b2+_0x33c49d(0x25b)+_0x5bca12+_0x33c49d(0x1e0)+_0x279820+_0x33c49d(0x277)+this['activeHooks'][_0x33c49d(0x202)](_0x1456b2)[_0x33c49d(0x19f)]);}[a79_0x3cd373(0x1fb)](_0x705e7f,_0x579b79){const _0x3a9052=a79_0x3cd373,_0x58b6bd={};_0x58b6bd[_0x3a9052(0x22d)]=function(_0x7c70d9,_0x43fbc8){return _0x7c70d9||_0x43fbc8;},_0x58b6bd[_0x3a9052(0x170)]=function(_0x410871,_0x10451f){return _0x410871!==_0x10451f;},_0x58b6bd['fKZVc']=function(_0x5d7e64,_0x33cee2){return _0x5d7e64===_0x33cee2;};const _0x319efd=_0x58b6bd;if(_0x319efd[_0x3a9052(0x22d)](!_0x705e7f,!_0x579b79)){logger[_0x3a9052(0x273)](_0x3a9052(0x27f)+_0x705e7f+_0x3a9052(0x25b)+_0x579b79);return;}if(this[_0x3a9052(0x266)][_0x3a9052(0x161)](_0x705e7f)){const _0x268144=this[_0x3a9052(0x266)][_0x3a9052(0x202)](_0x705e7f),_0x19bad5=_0x268144['findIndex'](_0x369431=>_0x369431['hookUUID']===_0x579b79);_0x319efd[_0x3a9052(0x170)](_0x19bad5,-0x1)?(_0x268144['splice'](_0x19bad5,0x1),logger[_0x3a9052(0x1f3)](_0x3a9052(0x248)+_0x705e7f+_0x3a9052(0x25b)+_0x579b79+_0x3a9052(0x2ad)+_0x268144[_0x3a9052(0x19f)]),_0x319efd[_0x3a9052(0x15b)](_0x268144[_0x3a9052(0x19f)],0x0)&&this[_0x3a9052(0x266)]['delete'](_0x705e7f)):logger[_0x3a9052(0x1f3)](_0x3a9052(0x28a)+_0x705e7f+_0x3a9052(0x25b)+_0x579b79);}}[a79_0x3cd373(0x1c1)](_0x4f9aa0){const _0x35bbe9=a79_0x3cd373,_0x8b05={};_0x8b05[_0x35bbe9(0x243)]=function(_0x4a5c59,_0x299893){return _0x4a5c59>_0x299893;},_0x8b05['znqEt']=function(_0x594abd,_0xc718fd){return _0x594abd-_0xc718fd;};const _0x5ae515=_0x8b05;if(!_0x4f9aa0)return null;if(this[_0x35bbe9(0x266)][_0x35bbe9(0x161)](_0x4f9aa0)){const _0x4ea33f=this[_0x35bbe9(0x266)][_0x35bbe9(0x202)](_0x4f9aa0);if(_0x5ae515[_0x35bbe9(0x243)](_0x4ea33f['length'],0x0)){const _0x927fdd=_0x4ea33f[_0x5ae515[_0x35bbe9(0x1bf)](_0x4ea33f[_0x35bbe9(0x19f)],0x1)];return logger[_0x35bbe9(0x1f3)](_0x35bbe9(0x253)+_0x4f9aa0+',\x20hookUUID='+_0x927fdd['hookUUID']+_0x35bbe9(0x1e0)+_0x927fdd[_0x35bbe9(0x269)]),_0x927fdd;}}return null;}async[a79_0x3cd373(0x153)](_0xa37b61,_0x4fa772,_0x25ddc2={}){const _0x365cf6=a79_0x3cd373,_0x2d4fb7={};_0x2d4fb7[_0x365cf6(0x223)]=_0x365cf6(0x23e),_0x2d4fb7[_0x365cf6(0x236)]=function(_0x27f9cd,_0x585abc){return _0x27f9cd===_0x585abc;},_0x2d4fb7['mgRtk']=function(_0x2baa55,_0x1bb4be){return _0x2baa55||_0x1bb4be;},_0x2d4fb7[_0x365cf6(0x18d)]='[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND';const _0x8ab34a=_0x2d4fb7;logger['debug'](_0x365cf6(0x14f)+_0xa37b61+',\x20hookState='+_0x4fa772+_0x365cf6(0x1cb)+Object[_0x365cf6(0x272)](_0x25ddc2)[_0x365cf6(0x1a6)](',')),await super['trackEvent'](_0xa37b61,_0x4fa772,_0x25ddc2);const _0x3408f6=this[_0x365cf6(0x183)](_0xa37b61,_0x4fa772,_0x25ddc2);if(!_0x3408f6){logger['debug'](_0x8ab34a[_0x365cf6(0x223)]);return;}try{let _0x2c4875,_0x2dc9e4,_0x1a5acb;switch(_0xa37b61){case TestFrameworkState[_0x365cf6(0x195)]:_0x2c4875=_0x25ddc2[_0x365cf6(0x21b)];const _0x5598a7={};_0x5598a7[_0x365cf6(0x24c)]=0x2,_0x5598a7[_0x365cf6(0x265)]=0x3,logger['debug'](_0x365cf6(0x2d5)+_0x4fa772+_0x365cf6(0x158)+util['inspect'](_0x2c4875,_0x5598a7)),_0x1a5acb=this['getJestTestIdentifier'](_0x2c4875),_0x2dc9e4=null,logger[_0x365cf6(0x1f3)](_0x365cf6(0x206)+_0x1a5acb+_0x365cf6(0x267));if(_0x8ab34a[_0x365cf6(0x236)](_0x4fa772,HookState[_0x365cf6(0x1a5)])){logger[_0x365cf6(0x1f3)](_0x365cf6(0x2c9)+_0x1a5acb);const _0x4030c6={};_0x4030c6['testUUID']=_0x2dc9e4,_0x4030c6['testData']=_0x2c4875,_0x4030c6[_0x365cf6(0x2a1)]=_0x1a5acb;const _0x47b367=this[_0x365cf6(0x222)](_0x4030c6),_0x3b4518={};_0x3b4518[_0x365cf6(0x24c)]=0x2,_0x3b4518[_0x365cf6(0x265)]=0x3,logger[_0x365cf6(0x1f3)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20'+util[_0x365cf6(0x23a)](_0x47b367,_0x3b4518)),_0x3408f6['addMultipleEntries'](_0x47b367),logger[_0x365cf6(0x1f3)](_0x365cf6(0x17a)+_0x1a5acb),await this[_0x365cf6(0x149)](_0x3408f6,_0x1a5acb);}else{if(_0x8ab34a[_0x365cf6(0x236)](_0x4fa772,HookState[_0x365cf6(0x2c6)])){logger['debug'](_0x365cf6(0x26c)+_0x1a5acb);const _0x4b3e85=_0x3408f6[_0x365cf6(0x18c)]()[_0x365cf6(0x202)](_0x1a5acb);logger[_0x365cf6(0x1f3)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20'+util[_0x365cf6(0x23a)](Object[_0x365cf6(0x272)](_0x8ab34a[_0x365cf6(0x287)](_0x4b3e85,{}))));_0x4b3e85&&_0x4b3e85[TestFrameworkConstants[_0x365cf6(0x1f6)]]?logger['debug'](_0x365cf6(0x19b)+Object[_0x365cf6(0x272)](_0x4b3e85[TestFrameworkConstants[_0x365cf6(0x1f6)]])[_0x365cf6(0x19f)]+_0x365cf6(0x225)):logger[_0x365cf6(0x1f3)](_0x8ab34a[_0x365cf6(0x18d)]);const _0xfb7d5=_0x25ddc2[_0x365cf6(0x21f)]||null,_0x3ed2bf={};_0x3ed2bf[_0x365cf6(0x1a4)]=_0x2dc9e4,_0x3ed2bf[_0x365cf6(0x229)]=_0x2c4875,_0x3ed2bf[_0x365cf6(0x2a1)]=_0x1a5acb,_0x3ed2bf[_0x365cf6(0x21f)]=_0xfb7d5;const _0x4660a4=this[_0x365cf6(0x179)](_0x3ed2bf),_0x348592={};_0x348592['depth']=0x2,_0x348592[_0x365cf6(0x265)]=0x3,logger[_0x365cf6(0x1f3)](_0x365cf6(0x2a5)+util[_0x365cf6(0x23a)](_0x4660a4,_0x348592)),_0x3408f6['addMultipleEntries'](_0x4660a4),logger[_0x365cf6(0x1f3)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20'+_0x1a5acb),await this[_0x365cf6(0x149)](_0x3408f6,_0x1a5acb);}}break;case TestFrameworkState['LOG_REPORT']:if(_0x8ab34a[_0x365cf6(0x236)](_0x4fa772,HookState[_0x365cf6(0x2c6)])){const _0x4c27e8={};_0x4c27e8[_0x365cf6(0x24c)]=0x2,logger['debug'](_0x365cf6(0x230)+util[_0x365cf6(0x23a)](_0x25ddc2,_0x4c27e8)),await this['sendLogCreatedEvent'](_0x3408f6,_0xa37b61,_0x25ddc2);}break;default:if(CLIUtils['matchHookRegex'](_0xa37b61[_0x365cf6(0x14a)]()[_0x365cf6(0x1f8)]('.')[0x1])){const _0x38e8e8={};_0x38e8e8['depth']=0x2,_0x38e8e8[_0x365cf6(0x265)]=0x3,logger[_0x365cf6(0x1f3)](_0x365cf6(0x285)+_0xa37b61+_0x365cf6(0x249)+_0x4fa772+_0x365cf6(0x2a9)+util[_0x365cf6(0x23a)](_0x25ddc2[_0x365cf6(0x237)],_0x38e8e8));const _0x1dd806=await this[_0x365cf6(0x17c)](_0x3408f6,_0xa37b61,_0x4fa772,_0x25ddc2),_0x53c60d={};_0x53c60d['depth']=0x2,_0x53c60d[_0x365cf6(0x265)]=0x3,logger[_0x365cf6(0x1f3)](_0x365cf6(0x1c4)+util['inspect'](_0x1dd806,_0x53c60d)),_0x3408f6['addMultipleEntries'](_0x1dd806);}else logger['debug'](_0x365cf6(0x2a6)+_0xa37b61+_0x365cf6(0x20c)+_0x4fa772);break;}logger['debug']('[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState='+_0xa37b61+',\x20hookState='+_0x4fa772);}catch(_0x540b3a){logger[_0x365cf6(0x2c4)](_0x365cf6(0x16a)+_0xa37b61+_0x365cf6(0x249)+_0x4fa772+_0x365cf6(0x2d7)+util[_0x365cf6(0x27c)](_0x540b3a));}_0x25ddc2[_0x365cf6(0x258)]=_0x3408f6,await this[_0x365cf6(0x16b)](_0x3408f6,_0xa37b61,_0x4fa772,_0x25ddc2);}['getJestTestIdentifier'](_0x6f7703){const _0x2587c8=a79_0x3cd373,_0x22c10c={};_0x22c10c[_0x2587c8(0x1c3)]=_0x2587c8(0x250);const _0x513c1c=_0x22c10c;if(_0x6f7703&&(_0x6f7703['id']||_0x6f7703[_0x2587c8(0x2c5)])){const _0x430f6d=_0x6f7703['id']||_0x6f7703[_0x2587c8(0x2c5)];return logger[_0x2587c8(0x1f3)](_0x2587c8(0x1ff)+_0x430f6d+_0x2587c8(0x240)),_0x430f6d;}return logger[_0x2587c8(0x1f3)](_0x513c1c[_0x2587c8(0x1c3)]),process[_0x2587c8(0x1fd)]+':testAnalyticsId';}['resolveInstance'](_0x4f0422,_0x4c208c,_0x342a24={}){const _0x277809=a79_0x3cd373;let _0x3183bb=null;return _0x3183bb=TestFramework['getTrackedInstance'](),!_0x3183bb?(logger[_0x277809(0x1f3)]('[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state='+_0x4f0422),this[_0x277809(0x1e4)](_0x4f0422,_0x342a24),_0x3183bb=TestFramework[_0x277809(0x203)](),logger[_0x277809(0x1f3)]('[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists='+!!_0x3183bb+',\x20contextId='+_0x3183bb?.[_0x277809(0x181)]()?.[_0x277809(0x167)]())):logger[_0x277809(0x1f3)](_0x277809(0x263)+_0x3183bb[_0x277809(0x181)]()?.['getId']()),_0x3183bb;}['trackJestInstance'](_0x3c5225,_0x17fcf8){const _0xb91e54=a79_0x3cd373,_0x4ac94e={};_0x4ac94e[_0xb91e54(0x21d)]=_0xb91e54(0x218);const _0x54fa3c=_0x4ac94e;if(TestFramework['getTrackedInstance']()){logger['debug'](_0x54fa3c[_0xb91e54(0x21d)]);return;}const _0x4ff985=CLIUtils[_0xb91e54(0x1a2)](),_0x23a66d=TrackedInstance[_0xb91e54(0x1f7)](_0x4ff985);let _0x103bc=null;logger[_0xb91e54(0x1f3)](_0xb91e54(0x1d8)+_0x4ff985+_0xb91e54(0x198)+_0x3c5225),_0x103bc=new TestFrameworkInstance(_0x23a66d,this[_0xb91e54(0x26f)](),this['getTestFrameworksVersions'](),_0x3c5225,HookState[_0xb91e54(0x295)]),TestFramework['setTrackedInstance'](_0x23a66d,_0x103bc),logger[_0xb91e54(0x1f3)](_0xb91e54(0x152)+_0x23a66d[_0xb91e54(0x167)]()+_0xb91e54(0x1c2)+_0x4ff985+',\x20testFramework='+this['getTestFrameworks']()[0x0]+_0xb91e54(0x2b9)+this[_0xb91e54(0x2d0)]()[this[_0xb91e54(0x26f)]()[0x0]]);}[a79_0x3cd373(0x222)](_0x13e1f2){const _0x218d86=a79_0x3cd373,_0x5f25dd={};_0x5f25dd[_0x218d86(0x2a8)]=function(_0x1091f1,_0x45838c){return _0x1091f1||_0x45838c;},_0x5f25dd[_0x218d86(0x1e2)]=_0x218d86(0x1b9);const _0x7a61ee=_0x5f25dd,{testUUID:_0x4a5f61,testData:_0x21c6c3,testId:_0x46000d}=_0x13e1f2;if(_0x7a61ee['vEqDC'](!_0x21c6c3,!_0x46000d))return logger['debug'](_0x7a61ee['Rwtft']),{};const _0x2c9cc8=this['getTestFrameworks']()[0x0],_0x43ea7c=this[_0x218d86(0x2d0)](),_0xe8082={};_0xe8082[_0x218d86(0x24c)]=0x2,_0xe8082['maxArrayLength']=0x3,logger[_0x218d86(0x1f3)](_0x218d86(0x220)+util[_0x218d86(0x23a)](_0x21c6c3,_0xe8082));const _0x1495ae=_0x21c6c3?.[_0x218d86(0x165)]||[],_0x461b5b=this['getJestTestName'](_0x21c6c3),_0x41f10e=this[_0x218d86(0x254)](_0x21c6c3),_0x438ad6=_0x21c6c3['fn']?_0x21c6c3['fn']['toString']():_0x21c6c3?.[_0x218d86(0x245)]?_0x21c6c3[_0x218d86(0x245)][_0x218d86(0x17f)][_0x218d86(0x14a)]():null,_0x139864=this[_0x218d86(0x17e)](_0x21c6c3),_0xbb3608={[TestFrameworkConstants[_0x218d86(0x185)]]:_0x2c9cc8,[TestFrameworkConstants[_0x218d86(0x2a2)]]:_0x43ea7c[_0x2c9cc8],[TestFrameworkConstants[_0x218d86(0x194)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants[_0x218d86(0x2c3)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x218d86(0x23c)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x461b5b,[TestFrameworkConstants[_0x218d86(0x26d)]]:_0x41f10e,[TestFrameworkConstants[_0x218d86(0x1f9)]]:_0x46000d,[TestFrameworkConstants[_0x218d86(0x22b)]]:_0x461b5b,[TestFrameworkConstants[_0x218d86(0x1ee)]]:_0x41f10e,[TestFrameworkConstants['KEY_TEST_CODE']]:_0x438ad6,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x139864,[TestFrameworkConstants[_0x218d86(0x1e1)]]:_0x21c6c3[_0x218d86(0x29b)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x218d86(0x2d6)]]:_0x1495ae[0x0]||'',[TestFrameworkConstants[_0x218d86(0x15c)]]:_0x1495ae,[TestFrameworkConstants[_0x218d86(0x1de)]]:_0x461b5b,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x218d86(0x1e5)]]:{}};_0x21c6c3[_0x218d86(0x2d8)]&&(_0xbb3608[TestFrameworkConstants[_0x218d86(0x2af)]]=_0x21c6c3[_0x218d86(0x2d8)]);logger[_0x218d86(0x1f3)](_0x218d86(0x1d6)+_0x461b5b+_0x218d86(0x196)+_0x46000d+_0x218d86(0x1eb)+JSON[_0x218d86(0x1a9)](_0x139864)+_0x218d86(0x1bb)+util['inspect'](_0x1495ae)+_0x218d86(0x1df)+_0x41f10e);const _0x421ee4={};return _0x421ee4[_0x46000d]=_0xbb3608,_0x421ee4;}[a79_0x3cd373(0x179)](_0x33a976){const _0x58b757=a79_0x3cd373,_0x89b255={'ekGqp':function(_0x1eff5c,_0x527ebd){return _0x1eff5c===_0x527ebd;},'ABHlE':'afterAll','HcdaU':function(_0xfc4673,_0x180259){return _0xfc4673===_0x180259;},'LlwAK':_0x58b757(0x184),'bvogT':_0x58b757(0x1d1),'GImsw':_0x58b757(0x1b6),'JyFqg':function(_0x2ece2,_0x15ab18){return _0x2ece2||_0x15ab18;},'MNBPM':_0x58b757(0x21c),'NrvEV':_0x58b757(0x2c1),'vnooC':function(_0x2d8a71,_0x3573d4){return _0x2d8a71>_0x3573d4;},'kElWR':'failed','SnPsf':_0x58b757(0x14c),'vlloP':_0x58b757(0x1b7),'mFBeM':_0x58b757(0x173),'CbCUv':function(_0x1df1a6,_0x468d48){return _0x1df1a6!==_0x468d48;},'wRXug':function(_0x490bd5,_0x3fa5e5,_0x444891,_0x57238e){return _0x490bd5(_0x3fa5e5,_0x444891,_0x57238e);},'tddpP':_0x58b757(0x177),'ZhOiW':function(_0x2abf2e,_0x37848a){return _0x2abf2e>_0x37848a;},'wCLgz':function(_0x4ed0a1,_0xfec76b){return _0x4ed0a1===_0xfec76b;}},{testUUID:_0x41e774,testData:_0x2dc17c,testId:_0x479306}=_0x33a976;if(_0x89b255[_0x58b757(0x210)](!_0x2dc17c,!_0x479306))return logger[_0x58b757(0x1f3)](_0x89b255['MNBPM']),{};const _0x8e70f0=this[_0x58b757(0x183)](TestFrameworkState['TEST'],HookState[_0x58b757(0x2c6)]),_0x1d62b5=_0x8e70f0[_0x58b757(0x18c)]()['get'](_0x479306),_0x2590d5=_0x89b255[_0x58b757(0x210)](_0x1d62b5,{}),_0x36db1f=_0x2590d5?_0x2590d5[TestFrameworkConstants[_0x58b757(0x27b)]]||{}:{},_0x4f3964=_0x2590d5[TestFrameworkConstants[_0x58b757(0x1f6)]];logger[_0x58b757(0x1f3)]('[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20'+(_0x4f3964?Object[_0x58b757(0x272)](_0x4f3964)[_0x58b757(0x19f)]:0x0)+'\x20attachments');let _0x1b72ca=_0x89b255[_0x58b757(0x276)];if(_0x2dc17c[_0x58b757(0x1f2)])_0x1b72ca=_0x2dc17c[_0x58b757(0x1f2)];else{if(_0x2dc17c['errorsDetailed']&&_0x89b255['vnooC'](_0x2dc17c['errorsDetailed']['length'],0x0))_0x1b72ca=_0x89b255[_0x58b757(0x296)];else _0x89b255['ekGqp'](_0x2dc17c['status'],_0x89b255[_0x58b757(0x18e)])||_0x89b255[_0x58b757(0x1d4)](_0x2dc17c[_0x58b757(0x27d)],_0x89b255[_0x58b757(0x22e)])?_0x1b72ca=_0x89b255[_0x58b757(0x22e)]:_0x1b72ca=_0x89b255['mFBeM'];}const _0x26eb55={..._0x2590d5,[TestFrameworkConstants[_0x58b757(0x25c)]]:_0x1b72ca,[TestFrameworkConstants[_0x58b757(0x1a1)]]:_0x2dc17c[_0x58b757(0x288)]||new Date()[_0x58b757(0x226)](),[TestFrameworkConstants[_0x58b757(0x1db)]]:new Date()[_0x58b757(0x226)](),[TestFrameworkConstants[_0x58b757(0x27b)]]:_0x36db1f,[TestFrameworkConstants['KEY_LOGS']]:_0x2590d5[TestFrameworkConstants['KEY_LOGS']]||[],[TestFrameworkConstants[_0x58b757(0x1e5)]]:{}};if(_0x89b255[_0x58b757(0x1d4)](_0x1b72ca,_0x89b255[_0x58b757(0x296)])&&_0x2dc17c['errorsDetailed']){const _0x2f57ea=this[_0x58b757(0x247)](_0x2dc17c),_0x28cb4f=this[_0x58b757(0x1a3)](_0x2dc17c),_0x2039b9=this['getJestFailureData'](_0x2dc17c);_0x26eb55[TestFrameworkConstants[_0x58b757(0x1cd)]]=_0x28cb4f,_0x26eb55[TestFrameworkConstants[_0x58b757(0x188)]]=_0x2f57ea,_0x26eb55[TestFrameworkConstants[_0x58b757(0x1f1)]]=_0x2039b9;}_0x89b255['CbCUv'](_0x2dc17c[_0x58b757(0x2cd)],undefined)&&(_0x26eb55[TestFrameworkConstants[_0x58b757(0x16f)]]=_0x2dc17c[_0x58b757(0x2cd)]);_0x2dc17c[_0x58b757(0x2d8)]&&(_0x26eb55[TestFrameworkConstants[_0x58b757(0x2af)]]=_0x2dc17c[_0x58b757(0x2d8)]);const _0x56e988=_0x1d62b5?_0x1d62b5[TestFrameworkConstants[_0x58b757(0x1f6)]]||{}:{},_0x1d5a9d=_0x1d62b5?_0x1d62b5[TestFrameworkConstants[_0x58b757(0x281)]]:_0x41e774,_0x46131c=_0x89b255['wRXug'](getManualUploadLogs,_0x56e988,_0x1d5a9d,_0x479306);if(_0x89b255['vnooC'](_0x46131c['length'],0x0)){const _0x542068=_0x26eb55[TestFrameworkConstants['KEY_LOGS']]||[];_0x26eb55[TestFrameworkConstants[_0x58b757(0x1ed)]]=[..._0x542068,..._0x46131c];}const _0x21c07a=_0x2590d5[TestFrameworkConstants['KEY_HOOKS_FINISHED']]||{},_0x26e0de=_0x2590d5[TestFrameworkConstants[_0x58b757(0x2c3)]]||{},_0x577ff1={..._0x21c07a},_0x3f61eb=_0x577ff1;Object[_0x58b757(0x272)](_0x26e0de)[_0x58b757(0x2a0)](_0x420a9d=>{const _0x4d8ac2=_0x58b757;!_0x3f61eb[_0x420a9d]&&(_0x3f61eb[_0x420a9d]=[]);const _0x46ee1f=new Set((_0x3f61eb[_0x420a9d]||[])['map'](_0x25292e=>_0x25292e[TestFrameworkConstants['KEY_HOOK_ID']]||_0x25292e[_0x4d8ac2(0x2cf)]));(_0x26e0de[_0x420a9d]||[])[_0x4d8ac2(0x2a0)](_0x779b83=>{const _0x29ef90=_0x4d8ac2,_0x24b0bf=_0x779b83[TestFrameworkConstants['KEY_HOOK_ID']]||_0x779b83[_0x29ef90(0x2cf)];if(!_0x46ee1f[_0x29ef90(0x161)](_0x24b0bf)){const _0xa105f={..._0x779b83},_0x285b36=_0xa105f;!_0x285b36[TestFrameworkConstants[_0x29ef90(0x27a)]]&&!_0x285b36[_0x29ef90(0x160)]&&(_0x285b36[TestFrameworkConstants[_0x29ef90(0x27a)]]=new Date()[_0x29ef90(0x226)]()),!_0x285b36[TestFrameworkConstants[_0x29ef90(0x187)]]&&!_0x285b36[_0x29ef90(0x1ef)]&&(_0x285b36[TestFrameworkConstants[_0x29ef90(0x187)]]=TestFrameworkConstants['DEFAULT_HOOK_RESULT']),_0x3f61eb[_0x420a9d]['push'](_0x285b36);}});});if(_0x33a976[_0x58b757(0x21f)]){this[_0x58b757(0x224)](_0x33a976['originalTest']);const _0x53ee9e=this[_0x58b757(0x2c7)](_0x33a976[_0x58b757(0x21f)]),_0x232bee=this[_0x58b757(0x172)](_0x33a976[_0x58b757(0x21f)]);_0x232bee[_0x58b757(0x2a0)](_0x396f58=>{const _0x5bf32d=_0x58b757,_0x1da480=_0x53ee9e[_0x5bf32d(0x202)](_0x396f58);if(_0x1da480&&(_0x89b255['ekGqp'](_0x1da480[_0x5bf32d(0x25f)],_0x89b255[_0x5bf32d(0x1ab)])||_0x89b255[_0x5bf32d(0x1d4)](_0x1da480[_0x5bf32d(0x25f)],_0x89b255[_0x5bf32d(0x20e)]))){const _0x46c9e9=_0x1da480[_0x5bf32d(0x25f)][_0x5bf32d(0x264)]()[_0x5bf32d(0x1be)](_0x89b255[_0x5bf32d(0x15d)],_0x89b255[_0x5bf32d(0x28b)]),_0x21cf6d=_0x46c9e9;!_0x3f61eb[_0x21cf6d]&&(_0x3f61eb[_0x21cf6d]=[]);const _0x523129=_0x3f61eb[_0x21cf6d][_0x5bf32d(0x180)](_0x10548d=>(_0x10548d[TestFrameworkConstants[_0x5bf32d(0x178)]]||_0x10548d[_0x5bf32d(0x2cf)])===_0x396f58);!_0x523129&&_0x3f61eb[_0x21cf6d][_0x5bf32d(0x275)]({'key':_0x21cf6d,[TestFrameworkConstants[_0x5bf32d(0x178)]]:_0x396f58,[TestFrameworkConstants[_0x5bf32d(0x187)]]:TestFrameworkConstants[_0x5bf32d(0x171)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:new Date()[_0x5bf32d(0x226)](),[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]:new Date()[_0x5bf32d(0x226)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x1da480[_0x5bf32d(0x156)]||_0x1da480[_0x5bf32d(0x25f)]+_0x5bf32d(0x1cf),[TestFrameworkConstants[_0x5bf32d(0x27b)]]:_0x36db1f});}});}if(_0x2dc17c['hooks']&&_0x89b255[_0x58b757(0x1b0)](_0x2dc17c['hooks'][_0x58b757(0x19f)],0x0))_0x26eb55[TestFrameworkConstants[_0x58b757(0x2b1)]]=_0x2dc17c[_0x58b757(0x191)],logger[_0x58b757(0x1f3)](_0x89b255['tddpP']);else _0x89b255['ZhOiW'](Object[_0x58b757(0x272)](_0x3f61eb)[_0x58b757(0x19f)],0x0)&&(_0x26eb55[TestFrameworkConstants[_0x58b757(0x2b1)]]=_0x3f61eb,logger[_0x58b757(0x1f3)]('[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes='+Object['keys'](_0x3f61eb)[_0x58b757(0x1a6)](',')));const _0x1c5a23=this[_0x58b757(0x1d7)](_0x2dc17c);logger['debug']('[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName='+_0x1c5a23+_0x58b757(0x196)+_0x479306+_0x58b757(0x293)+_0x1b72ca+_0x58b757(0x26a)+_0x2dc17c[_0x58b757(0x2cd)]);_0x89b255['wCLgz'](_0x1b72ca,_0x89b255['kElWR'])&&logger[_0x58b757(0x1f3)](_0x58b757(0x1a8)+_0x479306+_0x58b757(0x2ab)+_0x26eb55[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]+_0x58b757(0x1b8)+_0x26eb55[TestFrameworkConstants[_0x58b757(0x188)]]?.['substring'](0x0,0xc8));const _0x4e2205={};return _0x4e2205[_0x479306]=_0x26eb55,_0x4e2205;}[a79_0x3cd373(0x270)](_0x21a873){const _0x2c2b40=a79_0x3cd373,_0xd47a07={};_0xd47a07[_0x2c2b40(0x21a)]=function(_0x57d4f9,_0x513864){return _0x57d4f9!==_0x513864;},_0xd47a07[_0x2c2b40(0x20f)]=_0x2c2b40(0x28d);const _0x93e4b0=_0xd47a07,_0x4d12fb={};_0x4d12fb[_0x2c2b40(0x24c)]=0x2,_0x4d12fb[_0x2c2b40(0x265)]=0x3,logger[_0x2c2b40(0x1f3)](_0x2c2b40(0x22a)+util['inspect'](_0x21a873,_0x4d12fb));const _0x313717=[];if(_0x21a873&&_0x21a873['parent']){let _0x579649=_0x21a873['parent'];while(_0x579649&&_0x579649[_0x2c2b40(0x156)]&&_0x93e4b0[_0x2c2b40(0x21a)](_0x579649[_0x2c2b40(0x156)],'')&&_0x93e4b0[_0x2c2b40(0x21a)](_0x579649['name'],_0x93e4b0[_0x2c2b40(0x20f)])){_0x313717[_0x2c2b40(0x275)](_0x579649['name']),_0x579649=_0x579649[_0x2c2b40(0x2c0)];}}return _0x313717['reverse']();}[a79_0x3cd373(0x1d7)](_0x10d84c){const _0x34ffaf=a79_0x3cd373,_0x3a5ae1={};_0x3a5ae1[_0x34ffaf(0x2aa)]='Unknown\x20Test';const _0x5c65d8=_0x3a5ae1;if(_0x10d84c[_0x34ffaf(0x156)])return _0x10d84c[_0x34ffaf(0x156)];if(_0x10d84c['title'])return _0x10d84c[_0x34ffaf(0x214)];return _0x5c65d8[_0x34ffaf(0x2aa)];}[a79_0x3cd373(0x17e)](_0x40d402){const _0x465096=a79_0x3cd373,_0x38e0d5=[];if(_0x40d402['tags']&&Array['isArray'](_0x40d402[_0x465096(0x2ce)]))return _0x40d402['tags'][_0x465096(0x24a)](_0x160bcf=>_0x160bcf[_0x465096(0x1c5)]('@')?_0x160bcf[_0x465096(0x1d9)](0x1):_0x160bcf);const _0x2da34d=this[_0x465096(0x1d7)](_0x40d402),_0x5ee784=_0x2da34d[_0x465096(0x148)](/@(\w+)/g);if(_0x5ee784)return _0x5ee784[_0x465096(0x24a)](_0x155295=>_0x155295[_0x465096(0x1ac)](0x1));return _0x40d402[_0x465096(0x165)]&&Array[_0x465096(0x19d)](_0x40d402[_0x465096(0x165)])&&_0x40d402[_0x465096(0x165)][_0x465096(0x2a0)](_0x1b1553=>{const _0x1e7ff7=_0x465096,_0x1b0f25=_0x1b1553[_0x1e7ff7(0x148)](/@(\w+)/g);_0x1b0f25&&_0x1b0f25[_0x1e7ff7(0x2a0)](_0x109d5e=>{const _0x536608=_0x1e7ff7,_0x464681=_0x109d5e[_0x536608(0x1ac)](0x1);!_0x38e0d5[_0x536608(0x154)](_0x464681)&&_0x38e0d5[_0x536608(0x275)](_0x464681);});}),_0x38e0d5;}['getJestTestFilePath'](_0x1b5348){const _0x3b349e=a79_0x3cd373,_0x1f880f={'wByED':function(_0x4a2692,_0x25052f){return _0x4a2692(_0x25052f);}};if(_0x1b5348[_0x3b349e(0x28e)])return _0x1b5348[_0x3b349e(0x28e)];if(_0x1b5348[_0x3b349e(0x1ec)])try{const _0x4bdc66=stackTrace[_0x3b349e(0x1e3)](_0x1b5348[_0x3b349e(0x1ec)]),_0x2b7c84=_0x1f880f[_0x3b349e(0x284)](pickUserFrameFile,_0x4bdc66);if(_0x2b7c84)return _0x2b7c84;logger[_0x3b349e(0x1f3)](_0x3b349e(0x28f)+_0x4bdc66[_0x3b349e(0x19f)]+')');}catch(_0x41fbb1){logger[_0x3b349e(0x1f3)](_0x3b349e(0x2b0)+util[_0x3b349e(0x27c)](_0x41fbb1));}return null;}[a79_0x3cd373(0x247)](_0x278b00){const _0xd88544=a79_0x3cd373,_0x28198f={};_0x28198f[_0xd88544(0x1e6)]=function(_0x4450eb,_0x3e1483){return _0x4450eb>_0x3e1483;},_0x28198f[_0xd88544(0x212)]=_0xd88544(0x2b8);const _0x9d2190=_0x28198f;if(_0x278b00[_0xd88544(0x262)]&&_0x9d2190[_0xd88544(0x1e6)](_0x278b00[_0xd88544(0x262)]['length'],0x0))return util[_0xd88544(0x23a)](_0x278b00[_0xd88544(0x262)][0x0]);if(_0x278b00[_0xd88544(0x1b1)])return _0x278b00[_0xd88544(0x1b1)];return _0x9d2190['vdjqD'];}['getJestFailureType'](_0x22c010){const _0xcfc167=a79_0x3cd373,_0x365e04={};_0x365e04[_0xcfc167(0x211)]=_0xcfc167(0x257),_0x365e04[_0xcfc167(0x297)]=_0xcfc167(0x256),_0x365e04[_0xcfc167(0x1f0)]=_0xcfc167(0x278);const _0x4720ca=_0x365e04,_0x4347f3=this[_0xcfc167(0x247)](_0x22c010);if(_0x4347f3&&_0x4347f3['includes'](_0x4720ca[_0xcfc167(0x211)]))return _0x4720ca[_0xcfc167(0x297)];return _0x4720ca['NwnBI'];}['getJestFailureData'](_0x35b9fe){const _0x3a8ce3=a79_0x3cd373,_0x381f37={'bxNXy':function(_0x29cd95,_0xd73206){return _0x29cd95(_0xd73206);},'FqDvA':_0x3a8ce3(0x18f),'kGwTX':function(_0x3c5e7c,_0x1ca8bf){return _0x3c5e7c!==_0x1ca8bf;},'LEklK':_0x3a8ce3(0x21b)},{failureData:_0x337889}=_0x381f37[_0x3a8ce3(0x169)](require,_0x381f37[_0x3a8ce3(0x234)]),_0x55f5d4=[];return _0x381f37['kGwTX'](_0x35b9fe[_0x3a8ce3(0x262)],undefined)&&_0x55f5d4[_0x3a8ce3(0x275)](_0x35b9fe['errorsDetailed'],_0x381f37[_0x3a8ce3(0x2bb)]),_0x337889[_0x3a8ce3(0x24f)](null,_0x55f5d4);}async[a79_0x3cd373(0x17c)](_0x358248,_0x4b1f1a,_0x4c2f7f,_0x1f2478){const _0x2552e6=a79_0x3cd373,_0x46fa49={'HhwKN':_0x2552e6(0x268),'FGTKs':function(_0x4e3d49){return _0x4e3d49();},'jAVVW':function(_0x43c126,_0x1f2b35){return _0x43c126 in _0x1f2b35;},'mGoIn':function(_0x2402a4,_0x51bd8a){return _0x2402a4 in _0x51bd8a;},'OHuLh':function(_0x1885e6,_0x29dfa7){return _0x1885e6===_0x29dfa7;},'nCUXm':function(_0x4545e8,_0x5fd525){return _0x4545e8===_0x5fd525;},'vQcLQ':function(_0x584462,_0x4a4b4b){return _0x584462>_0x4a4b4b;},'YfheG':_0x2552e6(0x26e),'vBaXJ':_0x2552e6(0x173),'nZsYS':function(_0x3f0ee1,_0x1a9be2){return _0x3f0ee1===_0x1a9be2;},'OIMTh':_0x2552e6(0x260),'IeWOw':function(_0x3745dc,_0x4d80b9){return _0x3745dc>_0x4d80b9;},'CIrtQ':function(_0x63c1c0,_0x1b9d40){return _0x63c1c0!==_0x1b9d40;}},{hookData:_0x4419d2}=_0x1f2478,_0x3a0e2f=_0x4c2f7f['toString'](),_0x2eb8d3=_0x4b1f1a['toString'](),_0x563d80={};_0x563d80[_0x2552e6(0x24c)]=0x2,_0x563d80[_0x2552e6(0x265)]=0x3,logger[_0x2552e6(0x1f3)]('[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState='+_0x2eb8d3+_0x2552e6(0x249)+_0x3a0e2f+_0x2552e6(0x2a9)+util[_0x2552e6(0x23a)](_0x4419d2,_0x563d80));if(!_0x4419d2)return logger['debug'](_0x46fa49[_0x2552e6(0x1da)]),{};const _0x12bbd8=_0x4419d2['uuid']||_0x4419d2[_0x2552e6(0x19e)]||_0x46fa49[_0x2552e6(0x274)](uuidv4),_0x52c6db=_0x4419d2['test_run_id']||this[_0x2552e6(0x1a0)](_0x4419d2),_0x5b6168=_0x4b1f1a['toString']()['split']('.')[0x1],_0x3d32b2=_0x358248[_0x2552e6(0x18c)]()['get'](_0x52c6db),_0x40fbd3=_0x3d32b2?_0x3d32b2[TestFrameworkConstants[_0x2552e6(0x27b)]]||{}:{};logger[_0x2552e6(0x1f3)](_0x2552e6(0x238)+_0x12bbd8+',\x20testId='+_0x52c6db+_0x2552e6(0x2d4)+_0x5b6168+_0x2552e6(0x249)+_0x3a0e2f);if(!_0x3d32b2)return logger[_0x2552e6(0x1f3)](_0x2552e6(0x207)+_0x52c6db+',\x20storing\x20as\x20pending\x20hook'),this[_0x2552e6(0x1c9)](_0x358248,_0x52c6db,_0x4b1f1a,_0x4c2f7f,_0x1f2478),{};let _0x15929c=_0x3d32b2[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x15929c&&(_0x15929c={});!_0x46fa49[_0x2552e6(0x1f5)](_0x5b6168,_0x15929c)&&(_0x15929c[_0x5b6168]=[]);let _0x1cb9df=_0x3d32b2[TestFrameworkConstants['KEY_HOOKS_FINISHED']];!_0x1cb9df&&(_0x1cb9df={});!_0x46fa49[_0x2552e6(0x294)](_0x5b6168,_0x1cb9df)&&(_0x1cb9df[_0x5b6168]=[]);const _0xb5fa61={[_0x52c6db]:{[TestFrameworkConstants[_0x2552e6(0x2c3)]]:_0x15929c,[TestFrameworkConstants[_0x2552e6(0x2b1)]]:_0x1cb9df,[TestFrameworkConstants[_0x2552e6(0x185)]]:this[_0x2552e6(0x26f)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x2552e6(0x2d0)]()[this['getTestFrameworks']()[0x0]]||''}};if(_0x46fa49[_0x2552e6(0x213)](_0x4c2f7f,HookState[_0x2552e6(0x1a5)])){const _0xe280df={'key':_0x5b6168,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x12bbd8,[TestFrameworkConstants[_0x2552e6(0x187)]]:TestFrameworkConstants[_0x2552e6(0x171)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:_0x4419d2[_0x2552e6(0x29b)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x2552e6(0x147)]]:[],[TestFrameworkConstants[_0x2552e6(0x174)]]:_0x4419d2[_0x2552e6(0x156)]||_0x4419d2[_0x2552e6(0x244)]||_0x5b6168,[TestFrameworkConstants[_0x2552e6(0x27b)]]:_0x40fbd3};_0x15929c[_0x5b6168][_0x2552e6(0x275)](_0xe280df),_0xb5fa61[_0x52c6db][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0x5b6168;const _0x13fa8b={};_0x13fa8b[_0x2552e6(0x24c)]=0x2,logger[_0x2552e6(0x1f3)](_0x2552e6(0x166)+_0x5b6168+_0x2552e6(0x15a)+_0x12bbd8+_0x2552e6(0x196)+_0x52c6db+_0x2552e6(0x1b3)+util[_0x2552e6(0x23a)](_0xe280df,_0x13fa8b));}else{if(_0x46fa49[_0x2552e6(0x22c)](_0x4c2f7f,HookState['POST'])){const _0xde1591=_0x4419d2[_0x2552e6(0x1f2)]||(_0x4419d2['errorsDetailed']&&_0x46fa49['vQcLQ'](_0x4419d2[_0x2552e6(0x262)][_0x2552e6(0x19f)],0x0)?_0x46fa49[_0x2552e6(0x17b)]:_0x46fa49[_0x2552e6(0x186)]),_0x3f11c9=_0x15929c[_0x5b6168]||[];logger[_0x2552e6(0x1f3)](_0x2552e6(0x2cc)+_0x5b6168+_0x2552e6(0x196)+_0x52c6db+_0x2552e6(0x1d3)+_0xde1591+_0x2552e6(0x159)+_0x3f11c9[_0x2552e6(0x19f)]);if(_0x46fa49['nZsYS'](_0x3f11c9[_0x2552e6(0x19f)],0x0)&&_0x46fa49['nZsYS'](_0x4b1f1a,TestFrameworkState['BEFORE_ALL']))return logger[_0x2552e6(0x1f3)](_0x46fa49[_0x2552e6(0x14b)]),this[_0x2552e6(0x1c9)](_0x358248,_0x52c6db,_0x4b1f1a,_0x4c2f7f,_0x1f2478),{};if(_0x46fa49[_0x2552e6(0x235)](_0x3f11c9[_0x2552e6(0x19f)],0x0)){const _0x382fa4=_0x3f11c9[_0x2552e6(0x200)]();_0x46fa49[_0x2552e6(0x146)](_0xde1591,_0x46fa49[_0x2552e6(0x17b)])&&_0x4419d2[_0x2552e6(0x262)]?(_0x382fa4[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this[_0x2552e6(0x1a3)](_0x4419d2),_0x382fa4[TestFrameworkConstants[_0x2552e6(0x2ac)]]=this[_0x2552e6(0x247)](_0x4419d2),_0x382fa4[TestFrameworkConstants[_0x2552e6(0x18a)]]=this[_0x2552e6(0x251)](_0x4419d2),logger[_0x2552e6(0x1f3)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType='+_0x5b6168+',\x20failureType='+_0x382fa4[TestFrameworkConstants[_0x2552e6(0x2bf)]]+_0x2552e6(0x1b8)+_0x382fa4[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]?.['substring'](0x0,0xc8))):_0x382fa4[TestFrameworkConstants[_0x2552e6(0x187)]]=_0x46fa49['vBaXJ'];_0x46fa49['CIrtQ'](_0xde1591,TestFrameworkConstants[_0x2552e6(0x171)])&&(_0x382fa4[TestFrameworkConstants[_0x2552e6(0x187)]]=_0xde1591);_0x382fa4[TestFrameworkConstants[_0x2552e6(0x27a)]]=_0x4419d2[_0x2552e6(0x288)]||new Date()[_0x2552e6(0x226)](),_0x382fa4[TestFrameworkConstants[_0x2552e6(0x27b)]]=_0x40fbd3;const _0x176bc1=_0x382fa4[TestFrameworkConstants['KEY_HOOK_ID']];!_0x1cb9df[_0x5b6168]&&(_0x1cb9df[_0x5b6168]=[]);_0x1cb9df[_0x5b6168][_0x2552e6(0x275)](_0x382fa4),_0xb5fa61[_0x52c6db][TestFrameworkConstants[_0x2552e6(0x1ad)]]=_0x5b6168;const _0x514609={};_0x514609[_0x2552e6(0x24c)]=0x2,logger[_0x2552e6(0x1f3)](_0x2552e6(0x1bd)+_0x5b6168+_0x2552e6(0x15a)+_0x176bc1+_0x2552e6(0x1d3)+_0xde1591+',\x20hook='+util[_0x2552e6(0x23a)](_0x382fa4,_0x514609));}}}return _0xb5fa61;}[a79_0x3cd373(0x1e9)](_0xcbbf5e){const _0xd32d56=a79_0x3cd373,_0x1ef5de={};_0x1ef5de['nYlsZ']='base64';const _0x9f090c=_0x1ef5de;try{const _0x1be148=_0xcbbf5e[_0xd32d56(0x21b)]?this[_0xd32d56(0x1a0)](_0xcbbf5e[_0xd32d56(0x21b)]):_0xcbbf5e[_0xd32d56(0x237)]['test_run_id'],_0x58874e=_0xcbbf5e[_0xd32d56(0x258)],_0x1f7fb4=_0x58874e['getContext'](),_0x2de7a9=_0x58874e[_0xd32d56(0x18c)]()[_0xd32d56(0x202)](_0x1be148);if(!_0x2de7a9)return logger['debug']('createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x1be148),{};const {[TestFrameworkConstants[_0xd32d56(0x185)]]:_0x4dea45=this[_0xd32d56(0x26f)]()[0x0]||'',[TestFrameworkConstants[_0xd32d56(0x2a2)]]:_0x585090=this[_0xd32d56(0x2d0)]()[this[_0xd32d56(0x26f)]()[0x0]]||'',[TestFrameworkConstants[_0xd32d56(0x1e1)]]:_0x3e8d46='',[TestFrameworkConstants[_0xd32d56(0x1a1)]]:_0x540902=''}=_0x2de7a9,_0x5993f8=_0x58874e[_0xd32d56(0x168)]()[_0xd32d56(0x14a)]()[_0xd32d56(0x1f8)]('.')[0x1],_0x5f1acd=_0x58874e[_0xd32d56(0x16c)]()['toString']()['split']('.')[0x1],_0x4fcbfa=global?.[_0xd32d56(0x16d)]?.[_0xd32d56(0x1dd)]?.[_0xd32d56(0x2bc)]||global['__bstackPlatformIndex']||0x0,_0x3ebd7c=_0x58874e[_0xd32d56(0x1ce)](),_0x18d351=Buffer[_0xd32d56(0x1d5)](JSON[_0xd32d56(0x1a9)](_0x2de7a9))[_0xd32d56(0x14a)](_0x9f090c[_0xd32d56(0x20b)]),_0x128ba1={'hash':_0x1f7fb4[_0xd32d56(0x167)](),'threadId':_0x1f7fb4['getThreadId']()[_0xd32d56(0x14a)](),'processId':_0x1f7fb4[_0xd32d56(0x25e)]()[_0xd32d56(0x14a)]()},_0x1857f3={};_0x1857f3[_0xd32d56(0x2ca)]=_0x4fcbfa,_0x1857f3[_0xd32d56(0x209)]=_0x4dea45,_0x1857f3[_0xd32d56(0x1c7)]=_0x585090,_0x1857f3[_0xd32d56(0x23d)]=_0x5993f8,_0x1857f3[_0xd32d56(0x2a3)]=_0x5f1acd,_0x1857f3[_0xd32d56(0x20d)]=_0x3e8d46,_0x1857f3[_0xd32d56(0x219)]=_0x540902,_0x1857f3[_0xd32d56(0x2c5)]=_0x3ebd7c,_0x1857f3[_0xd32d56(0x228)]=_0x18d351,_0x1857f3[_0xd32d56(0x282)]=_0x128ba1,_0x1857f3[_0xd32d56(0x1d2)]=_0x1be148;const _0x1ed230=_0x1857f3;return _0x1ed230;}catch(_0xbf680b){return logger[_0xd32d56(0x2c4)](_0xd32d56(0x255)+util[_0xd32d56(0x27c)](_0xbf680b)),{};}}async[a79_0x3cd373(0x1b4)](_0x5539c8,_0x5e4409,_0x426df7){const _0x43a606=a79_0x3cd373,_0x1b6d72={'RSkrr':function(_0x502f84,_0x501e72){return _0x502f84+_0x501e72;},'ZmaLV':_0x43a606(0x2d3),'tVTZN':_0x43a606(0x162),'JiHiu':function(_0x51ceae,_0x301ae1){return _0x51ceae>_0x301ae1;},'bDtHj':function(_0x1d0fba,_0x43d3e3,_0x13551a,_0x2ce5d5){return _0x1d0fba(_0x43d3e3,_0x13551a,_0x2ce5d5);},'yImov':function(_0x428a9d,_0x2c173a){return _0x428a9d-_0x2c173a;},'bwzNj':function(_0x179c01,_0x5ea386){return _0x179c01===_0x5ea386;},'eHVbT':function(_0x30ed77,_0x3148db){return _0x30ed77/_0x3148db;},'CuIgD':function(_0x29386f,_0x489586){return _0x29386f<_0x489586;},'yDKxe':function(_0x363fd6,_0x4f3f9d){return _0x363fd6*_0x4f3f9d;},'jNcJa':function(_0x1838a2,_0x305614){return _0x1838a2+_0x305614;},'vkLQc':function(_0x3647c1,_0x13a694){return _0x3647c1+_0x13a694;},'IUDDu':function(_0x27755e,_0x4bf9d0){return _0x27755e+_0x4bf9d0;},'bKMCb':function(_0x4b9f91,_0x4b8c43){return _0x4b9f91>_0x4b8c43;}};try{const _0x4ada28=_0x426df7[_0x43a606(0x1a4)]||_0x426df7[_0x43a606(0x2a1)],_0x799918=Array[_0x43a606(0x1d5)](_0x5539c8[_0x43a606(0x18c)]()[_0x43a606(0x272)]()),_0x239d1=_0x5539c8[_0x43a606(0x18c)]()[_0x43a606(0x202)](_0x4ada28);if(!_0x239d1){logger[_0x43a606(0x1f3)](_0x43a606(0x155)+_0x4ada28);return;}const {[TestFrameworkConstants[_0x43a606(0x185)]]:_0x3b4ac5='',[TestFrameworkConstants[_0x43a606(0x2a2)]]:_0x445c7b=''}=_0x239d1;let _0x83aaae=[];_0x239d1&&_0x239d1[TestFrameworkConstants[_0x43a606(0x1ed)]]&&Array[_0x43a606(0x19d)](_0x239d1[TestFrameworkConstants['KEY_LOGS']])?(_0x83aaae=_0x239d1[TestFrameworkConstants[_0x43a606(0x1ed)]]||[],logger[_0x43a606(0x1f3)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20'+_0x83aaae[_0x43a606(0x19f)]+_0x43a606(0x2b6)+_0x4ada28),_0x5539c8[_0x43a606(0x231)]({[_0x4ada28]:{[TestFrameworkConstants[_0x43a606(0x1ed)]]:[],[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x43a606(0x26f)]()[0x0]||'',[TestFrameworkConstants[_0x43a606(0x2a2)]]:this['getTestFrameworksVersions']()[this[_0x43a606(0x26f)]()[0x0]]||''}}),logger[_0x43a606(0x1f3)](_0x43a606(0x22f)+_0x4ada28)):logger[_0x43a606(0x1f3)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x4ada28);logger[_0x43a606(0x1f3)](_0x43a606(0x1b5)+_0x83aaae[_0x43a606(0x19f)]+_0x43a606(0x252)+_0x4ada28);const _0x1e171c=_0x83aaae[_0x43a606(0x233)](_0x43a1b9=>_0x43a1b9['kind']===_0x43a606(0x163));_0x1b6d72['JiHiu'](_0x1e171c['length'],0x0)&&(logger[_0x43a606(0x1f3)](_0x43a606(0x271)+_0x1e171c[_0x43a606(0x19f)]+_0x43a606(0x204)+_0x4ada28),_0x1e171c['forEach']((_0x434f1f,_0x3bba53)=>{const _0x2d9015=_0x43a606;logger[_0x2d9015(0x1f3)](_0x2d9015(0x1fc)+_0x1b6d72[_0x2d9015(0x21e)](_0x3bba53,0x1)+'/'+_0x1e171c[_0x2d9015(0x19f)]+_0x2d9015(0x201)+(_0x434f1f['test_identifier']||_0x1b6d72[_0x2d9015(0x1f4)])+_0x2d9015(0x221)+(_0x434f1f[_0x2d9015(0x25d)]||_0x1b6d72[_0x2d9015(0x1f4)])+_0x2d9015(0x242)+(_0x434f1f[_0x2d9015(0x19c)]||_0x1b6d72[_0x2d9015(0x29e)])+_0x2d9015(0x1bc)+(_0x434f1f[_0x2d9015(0x24b)]?.['length']||0x0));}));const _0x134000=_0x239d1[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x198bc4=_0x1b6d72[_0x43a606(0x182)](getMediaArtifactsLogs,_0x134000,null,_0x4ada28),_0x14ca68=(_0x83aaae||[])[_0x43a606(0x1e8)](_0x198bc4||[]),_0x3e9be2=_0x1e171c?.[_0x43a606(0x19f)]||0x0,_0x236d71=_0x1b6d72['yImov'](_0x83aaae?.[_0x43a606(0x19f)]||0x0,_0x3e9be2);logger['debug'](_0x43a606(0x15e)+_0x4ada28+_0x43a606(0x17d)+_0x236d71+_0x43a606(0x24d)+_0x3e9be2+',\x20attachmentLogs:\x20'+(_0x198bc4?.[_0x43a606(0x19f)]||0x0)+_0x43a606(0x216)+_0x14ca68[_0x43a606(0x19f)]);if(!_0x14ca68||_0x1b6d72[_0x43a606(0x2be)](_0x14ca68[_0x43a606(0x19f)],0x0)){logger[_0x43a606(0x1f3)](_0x43a606(0x1ae)+_0x4ada28);return;}const _0x31319f=0x28,_0x27014e=Math['ceil'](_0x1b6d72['eHVbT'](_0x14ca68['length'],_0x31319f));for(let _0x3bcdcd=0x0;_0x1b6d72[_0x43a606(0x1ca)](_0x3bcdcd,_0x27014e);_0x3bcdcd++){const _0x22d8a4=_0x1b6d72[_0x43a606(0x2d1)](_0x3bcdcd,_0x31319f),_0x724bef=_0x1b6d72[_0x43a606(0x2cb)](_0x22d8a4,_0x31319f),_0x395fff=_0x14ca68[_0x43a606(0x1ac)](_0x22d8a4,_0x724bef),_0x22b991=global?.['browserstackPlatformIndex']??0x0,_0x14851b={'platformIndex':_0x22b991,'logs':_0x395fff,'testFrameworkName':_0x3b4ac5,'testFrameworkVersion':_0x445c7b,'testFrameworkState':_0x5e4409[_0x43a606(0x14a)]()[_0x43a606(0x1f8)]('.')[0x1]},_0x3d037e={};_0x3d037e['depth']=0x3,_0x3d037e[_0x43a606(0x265)]=0x5,logger[_0x43a606(0x1f3)](_0x43a606(0x150)+_0x1b6d72['vkLQc'](_0x3bcdcd,0x1)+'/'+_0x27014e+_0x43a606(0x29c)+_0x4ada28+_0x43a606(0x261)+_0x395fff['length']+',\x20platformIndex:\x20'+_0x22b991+',\x20payload:\x20'+util[_0x43a606(0x23a)](_0x14851b,_0x3d037e));const _0x4f2767=await GrpcClient[_0x43a606(0x283)]()['logCreatedEvent'](_0x14851b);logger[_0x43a606(0x1f3)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x1b6d72[_0x43a606(0x280)](_0x3bcdcd,0x1)+'/'+_0x27014e+_0x43a606(0x29c)+_0x4ada28+_0x43a606(0x1dc)+util[_0x43a606(0x23a)](_0x4f2767));}_0x198bc4&&_0x1b6d72[_0x43a606(0x14e)](_0x198bc4[_0x43a606(0x19f)],0x0)&&_0x239d1[TestFrameworkConstants[_0x43a606(0x1f6)]]&&_0x5539c8['addMultipleEntries']({[_0x4ada28]:{[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{},[TestFrameworkConstants[_0x43a606(0x185)]]:this[_0x43a606(0x26f)]()[0x0]||'',[TestFrameworkConstants[_0x43a606(0x2a2)]]:this['getTestFrameworksVersions']()[this[_0x43a606(0x26f)]()[0x0]]||''}}),logger[_0x43a606(0x1f3)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20'+_0x4ada28+_0x43a606(0x151)+_0x27014e);}catch(_0x35ccfb){logger[_0x43a606(0x2c4)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20'+(_0x426df7[_0x43a606(0x1a4)]||_0x426df7[_0x43a606(0x2a1)])+_0x43a606(0x15f)+util['format'](_0x35ccfb));}}[a79_0x3cd373(0x1c9)](_0x3208cf,_0xb9af3e,_0x20fb48,_0x43b27a,_0x7e9801){const _0x559179=a79_0x3cd373,_0x98438d={};_0x98438d[_0x559179(0x279)]=function(_0x284c26,_0x39daf1){return _0x284c26===_0x39daf1;},_0x98438d['XXioi']=_0x559179(0x184);const _0x1ff2b6=_0x98438d,{hookData:_0x138625}=_0x7e9801,_0x250196={'testId':_0xb9af3e,'testFrameworkState':_0x20fb48,'hookState':_0x43b27a,'args':_0x7e9801,'timestamp':new Date()[_0x559179(0x226)]()};if(_0x1ff2b6['vlVDn'](_0x20fb48,TestFrameworkState['BEFORE_ALL'])&&_0x138625){const _0x549027={};_0x549027['filePath']=_0x138625[_0x559179(0x28e)]||_0x138625[_0x559179(0x1c0)],_0x549027[_0x559179(0x24e)]=_0x138625[_0x559179(0x24e)]||_0x138625[_0x559179(0x165)]&&_0x138625['scopes'][0x0]||'',_0x549027['hookType']=_0x1ff2b6[_0x559179(0x190)],_0x250196[_0x559179(0x16e)]=_0x549027,logger[_0x559179(0x1f3)]('[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20'+_0xb9af3e+_0x559179(0x2a7)+_0x250196[_0x559179(0x16e)]['filePath']+_0x559179(0x29d)+_0x250196['hookMetadata'][_0x559179(0x24e)]);}_0x3208cf['addPendingHook'](_0xb9af3e,_0x250196),logger[_0x559179(0x1f3)](_0x559179(0x292)+_0xb9af3e+_0x559179(0x2b7)+_0x20fb48+',\x20hookState:\x20'+_0x43b27a);}async[a79_0x3cd373(0x149)](_0x1e6bef,_0x397f89){const _0x586d24=a79_0x3cd373,_0x407bff={};_0x407bff['WONMV']=function(_0x19b1db,_0x4ebaad){return _0x19b1db>_0x4ebaad;},_0x407bff['MayyQ']=function(_0x765a50,_0x347613){return _0x765a50===_0x347613;},_0x407bff[_0x586d24(0x1ea)]=function(_0x21d053,_0x381a94){return _0x21d053===_0x381a94;},_0x407bff[_0x586d24(0x2b4)]=function(_0x5c8660,_0x9d28b5){return _0x5c8660===_0x9d28b5;},_0x407bff['iAsjP']=function(_0x1ac2d0,_0x4b3e8b){return _0x1ac2d0>_0x4b3e8b;},_0x407bff['txvPu']=_0x586d24(0x1cc);const _0x2cdb88=_0x407bff;if(_0x1e6bef[_0x586d24(0x1b2)](_0x397f89)){const _0x2970cc=_0x1e6bef[_0x586d24(0x241)](_0x397f89);logger[_0x586d24(0x1f3)]('Processing\x20'+_0x2970cc[_0x586d24(0x19f)]+_0x586d24(0x199)+_0x397f89);for(const _0x5c9b27 of _0x2970cc){try{const _0x29f34d=await this[_0x586d24(0x17c)](_0x1e6bef,_0x5c9b27['testFrameworkState'],_0x5c9b27[_0x586d24(0x2a3)],_0x5c9b27[_0x586d24(0x1a7)]);_0x29f34d&&_0x2cdb88[_0x586d24(0x291)](Object[_0x586d24(0x272)](_0x29f34d)[_0x586d24(0x19f)],0x0)&&_0x1e6bef['addMultipleEntries'](_0x29f34d),await this[_0x586d24(0x16b)](_0x1e6bef,_0x5c9b27[_0x586d24(0x23d)],_0x5c9b27[_0x586d24(0x2a3)],_0x5c9b27[_0x586d24(0x1a7)]);}catch(_0x19bf4d){logger[_0x586d24(0x2c4)]('Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20'+_0x397f89+',\x20error:\x20'+_0x19bf4d);}}_0x1e6bef[_0x586d24(0x192)](_0x397f89),logger[_0x586d24(0x1f3)]('Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20'+_0x397f89);}const _0x2b1d49=_0x1e6bef['getAllData']()['get'](_0x397f89);if(_0x2b1d49){const _0x11be10=_0x2b1d49[TestFrameworkConstants[_0x586d24(0x26d)]]||_0x2b1d49[TestFrameworkConstants[_0x586d24(0x1ee)]],_0xa4c15d=_0x2b1d49[TestFrameworkConstants[_0x586d24(0x2d6)]]||_0x2b1d49[TestFrameworkConstants[_0x586d24(0x15c)]]&&_0x2b1d49[TestFrameworkConstants[_0x586d24(0x15c)]][0x0]||'';logger[_0x586d24(0x1f3)]('[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20'+_0x11be10+_0x586d24(0x29d)+_0xa4c15d);const _0x2bbeb1=_0x1e6bef[_0x586d24(0x176)]();for(const _0x67debc of _0x2bbeb1){if(_0x2cdb88[_0x586d24(0x1d0)](_0x67debc,_0x397f89))continue;if(_0x1e6bef['hasPendingHooks'](_0x67debc)){const _0x1500c0=_0x1e6bef[_0x586d24(0x241)](_0x67debc);for(const _0x2d38ae of _0x1500c0){if(_0x2cdb88[_0x586d24(0x1ea)](_0x2d38ae['testFrameworkState'],TestFrameworkState[_0x586d24(0x2c8)])&&_0x2d38ae[_0x586d24(0x16e)]){const _0x17c626=_0x2d38ae[_0x586d24(0x16e)][_0x586d24(0x1aa)],_0x4fca15=_0x2d38ae[_0x586d24(0x16e)][_0x586d24(0x24e)];if(_0x2cdb88[_0x586d24(0x2b4)](_0x17c626,_0x11be10)&&_0x2cdb88[_0x586d24(0x1ea)](_0x4fca15,_0xa4c15d)){logger['debug'](_0x586d24(0x2d2)+_0x67debc+_0x586d24(0x1c8)+_0x397f89+_0x586d24(0x2a7)+_0x17c626+',\x20scope:\x20'+_0x4fca15);_0x2d38ae[_0x586d24(0x1a7)]&&_0x2d38ae['args'][_0x586d24(0x237)]&&(_0x2d38ae[_0x586d24(0x1a7)]['hookData'][_0x586d24(0x1af)]=_0x397f89,logger[_0x586d24(0x1f3)]('[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20'+_0x67debc+_0x586d24(0x29a)+_0x397f89));try{const _0x582299=await this[_0x586d24(0x17c)](_0x1e6bef,_0x2d38ae[_0x586d24(0x23d)],_0x2d38ae[_0x586d24(0x2a3)],_0x2d38ae[_0x586d24(0x1a7)]);_0x582299&&_0x2cdb88[_0x586d24(0x259)](Object[_0x586d24(0x272)](_0x582299)[_0x586d24(0x19f)],0x0)&&_0x1e6bef[_0x586d24(0x231)](_0x582299);await this[_0x586d24(0x16b)](_0x1e6bef,_0x2d38ae['testFrameworkState'],_0x2d38ae[_0x586d24(0x2a3)],_0x2d38ae[_0x586d24(0x1a7)]);const _0x31aa88=_0x1e6bef[_0x586d24(0x241)](_0x67debc)[_0x586d24(0x233)](_0x3d5448=>_0x3d5448!==_0x2d38ae);if(_0x2cdb88[_0x586d24(0x1d0)](_0x31aa88['length'],0x0))_0x1e6bef[_0x586d24(0x192)](_0x67debc);else{_0x1e6bef[_0x586d24(0x192)](_0x67debc);for(const _0x41f0f2 of _0x31aa88){_0x1e6bef['addPendingHook'](_0x67debc,_0x41f0f2);}}logger[_0x586d24(0x1f3)](_0x2cdb88[_0x586d24(0x164)]);}catch(_0xc17556){logger['error'](_0x586d24(0x27e)+_0x397f89+_0x586d24(0x15f)+_0xc17556);}}}}}}}}['mapTestHooks'](_0x5d6c06){const _0x5e5dd0=a79_0x3cd373,_0x1820e1={'dcjEL':function(_0x5457b0){return _0x5457b0();}};if(!_0x5d6c06||!_0x5d6c06[_0x5e5dd0(0x2c0)])return;_0x5d6c06[_0x5e5dd0(0x2c0)][_0x5e5dd0(0x191)]&&Array[_0x5e5dd0(0x19d)](_0x5d6c06[_0x5e5dd0(0x2c0)]['hooks'])&&_0x5d6c06[_0x5e5dd0(0x2c0)][_0x5e5dd0(0x191)][_0x5e5dd0(0x2a0)](_0x115c9f=>{const _0x314d86=_0x5e5dd0;!_0x115c9f[_0x314d86(0x19e)]&&!_0x115c9f[_0x314d86(0x197)]&&(_0x115c9f['hookAnalyticsId']=_0x1820e1[_0x314d86(0x215)](uuidv4),_0x115c9f[_0x314d86(0x197)]=_0x115c9f['hookAnalyticsId'],logger[_0x314d86(0x1f3)](_0x314d86(0x239)+_0x115c9f[_0x314d86(0x25f)]+',\x20hookUUID='+_0x115c9f[_0x314d86(0x19e)]));}),this[_0x5e5dd0(0x224)](_0x5d6c06[_0x5e5dd0(0x2c0)]);}['getHooksForTest'](_0xcfcf60){const _0x371510=a79_0x3cd373,_0x358728={'uWcHB':function(_0x5b71ec,_0x25ab27){return _0x5b71ec(_0x25ab27);}};if(!_0xcfcf60||!_0xcfcf60['parent'])return[];const _0x3bc83d=[];return _0xcfcf60[_0x371510(0x2c0)][_0x371510(0x191)]&&Array[_0x371510(0x19d)](_0xcfcf60['parent']['hooks'])&&_0xcfcf60['parent'][_0x371510(0x191)][_0x371510(0x2a0)](_0x456afc=>{const _0xce7842=_0x371510,_0x419320=_0x456afc['hookAnalyticsId']||_0x456afc['hookUUID'];_0x419320&&!this[_0xce7842(0x2ae)](_0x456afc)&&!_0x358728['uWcHB'](isInternalHook,_0x456afc['fn'])&&_0x3bc83d[_0xce7842(0x275)](_0x419320);}),[..._0x3bc83d,...this[_0x371510(0x172)](_0xcfcf60[_0x371510(0x2c0)])];}[a79_0x3cd373(0x2c7)](_0x5d6e12){const _0x5d8858=a79_0x3cd373,_0x5bff50={'XrlOq':function(_0x10bc85,_0x262d07){return _0x10bc85(_0x262d07);},'VDLPy':_0x5d8858(0x2c1)},_0x245999=new Map(),_0x14dd02=_0x1edf9b=>{const _0x3aa631=_0x5d8858,_0x48948b={'zwOOe':function(_0x11477e,_0x303c3c){const _0x17765d=a79_0x5660;return _0x5bff50[_0x17765d(0x298)](_0x11477e,_0x303c3c);},'bsanY':_0x5bff50['VDLPy']};if(!_0x1edf9b||!_0x1edf9b[_0x3aa631(0x2c0)])return;_0x1edf9b[_0x3aa631(0x2c0)][_0x3aa631(0x191)]&&Array[_0x3aa631(0x19d)](_0x1edf9b[_0x3aa631(0x2c0)][_0x3aa631(0x191)])&&_0x1edf9b[_0x3aa631(0x2c0)]['hooks'][_0x3aa631(0x2a0)](_0x2868ba=>{const _0x4cba87=_0x3aa631,_0x41f657=_0x2868ba[_0x4cba87(0x19e)]||_0x2868ba[_0x4cba87(0x197)];if(_0x41f657&&!this[_0x4cba87(0x2ae)](_0x2868ba)&&!_0x48948b['zwOOe'](isInternalHook,_0x2868ba['fn'])){const _0xeeb177={};_0xeeb177[_0x4cba87(0x25f)]=_0x2868ba[_0x4cba87(0x25f)]||_0x48948b[_0x4cba87(0x2bd)],_0xeeb177['name']=_0x2868ba[_0x4cba87(0x156)]||'\x22'+_0x2868ba[_0x4cba87(0x25f)]+'\x22\x20hook',_0x245999[_0x4cba87(0x290)](_0x41f657,_0xeeb177);}}),_0x5bff50[_0x3aa631(0x298)](_0x14dd02,_0x1edf9b['parent']);};return _0x5bff50[_0x5d8858(0x298)](_0x14dd02,_0x5d6e12),_0x245999;}['isJestInternalHook'](_0x1bb24b){const _0x17720d=a79_0x3cd373,_0x4dbd8a={};_0x4dbd8a[_0x17720d(0x232)]=_0x17720d(0x2b2),_0x4dbd8a[_0x17720d(0x286)]='[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}';const _0xeef980=_0x4dbd8a;try{const _0x553054=this['getRootParentFile'](_0x1bb24b);if(!_0x553054||_0x553054[_0x17720d(0x154)](_0xeef980[_0x17720d(0x232)]))return!![];return![];}catch(_0x1ce8c6){logger[_0x17720d(0x1f3)](_0xeef980['mNwRs']);}return![];}[a79_0x3cd373(0x175)](_0x4b88a5){const _0x26733a=a79_0x3cd373,_0x3995b8={'HtcsW':function(_0x5ee402,_0x577ecc){return _0x5ee402(_0x577ecc);}};if(_0x4b88a5[_0x26733a(0x193)])return _0x4b88a5[_0x26733a(0x193)];if(_0x4b88a5[_0x26733a(0x1ec)])try{const _0x25d12c=stackTrace[_0x26733a(0x1e3)](_0x4b88a5[_0x26733a(0x1ec)]),_0x216249=_0x3995b8[_0x26733a(0x23b)](pickUserFrameFile,_0x25d12c);if(_0x216249)return _0x216249;logger[_0x26733a(0x1f3)]('[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length='+_0x25d12c[_0x26733a(0x19f)]+')');}catch(_0x19289a){logger['debug'](_0x26733a(0x14d)+util[_0x26733a(0x27c)](_0x19289a));}return null;}}module[a79_0x3cd373(0x28c)]=JestTestFramework;
|
|
1
|
+
const a79_0x19c05a=a79_0x4f48;(function(_0xb09b89,_0x5b5767){const _0x100039=a79_0x4f48,_0x43ef8c=_0xb09b89();while(!![]){try{const _0x4f8258=-parseInt(_0x100039(0x191))/0x1+parseInt(_0x100039(0x1d3))/0x2*(-parseInt(_0x100039(0x1f2))/0x3)+-parseInt(_0x100039(0x25a))/0x4*(-parseInt(_0x100039(0x1b9))/0x5)+-parseInt(_0x100039(0x260))/0x6+-parseInt(_0x100039(0x29f))/0x7*(parseInt(_0x100039(0x1b4))/0x8)+-parseInt(_0x100039(0x2ea))/0x9*(parseInt(_0x100039(0x1af))/0xa)+parseInt(_0x100039(0x184))/0xb;if(_0x4f8258===_0x5b5767)break;else _0x43ef8c['push'](_0x43ef8c['shift']());}catch(_0x3adf81){_0x43ef8c['push'](_0x43ef8c['shift']());}}}(a79_0x3cb6,0x628ab));const TestFramework=require(a79_0x19c05a(0x1a9)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require('../state/hookState.js'),{createClassLogger}=require(a79_0x19c05a(0x236)),TestFrameworkInstance=require(a79_0x19c05a(0x253)),CLIUtils=require(a79_0x19c05a(0x1a8)),TrackedInstance=require(a79_0x19c05a(0x21b)),TestFrameworkConstants=require(a79_0x19c05a(0x1e3)),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),{isInternalHook}=require('../../../helpers/test-observability/utils'),logger=createClassLogger(a79_0x19c05a(0x29b)),{v4:uuidv4}=require('uuid'),util=require(a79_0x19c05a(0x27d)),TestInfo=require(a79_0x19c05a(0x280)),GrpcClient=require(a79_0x19c05a(0x2c2)),stackTrace=require(a79_0x19c05a(0x26d)),{pickUserFrameFile}=require(a79_0x19c05a(0x1bf));function a79_0x3cb6(){const _0x3123c3=['Unknown\x20error','matchHookRegex','\x20(testIdentifier)','hookUUID','../cliUtils.js','./testFramework','trackEvent','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','hook_result',',\x20testId=','RIXSB','7584960NNNcEE','jest-circus',',\x20error:\x20','XQpaQ','trackHookEvent','127624cgwMIK','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','trackJestInstance','ZnTVa','getJestTestName','190WgTaec','ELjMy','YYjTb','hook_id','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','_ALL','../../../helpers/stackFrameUtils','removePendingHooks','ceil','testFrameworkState','DEFAULT_TEST_RESULT','koWeb','match',',\x20state:\x20','MwfXf','ysItP','KEY_TEST_FILE_PATH','GMlKa','forEach','getJestFailureReason','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','started_at','args','beforeAll','getInstance','26LNMIhQ','push','getCurrentHookState','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','Unknown\x20Test','LOG_REPORT','IAkjy','createTestFrameworkEventPayload','EclQY','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20',',\x20logsInBatch:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','testUUID','tags','endedAt','hasPendingHooks','./constants/testFrameworkConstants.js','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','TEST_SCREENSHOT','from','FLiRO','failure_reason','keys',',\x20duration=','test_run_id','IMzsh','oppFf','getJestTestFilePath','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','AVqaC',',\x20filePath:\x20','177342IWVSAJ','zierN','toISOString','YJEfa','qJQjr','error','FkXCv','wHRua','sendLogCreatedEvent',',\x20hookState:\x20','parseJestTestResult','asyncError','file_name','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=',',\x20version=',',\x20hook=','startedAt',',\x20filePath=','warn','failed','filePath','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=',',\x20currentTestId:\x20','NONE','getContext','passed','KEY_TEST_FRAMEWORK_NAME','getCurrentTestState','apply','test_run_uuid','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','isArray','getCurrentInstanceName','name','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','KEY_TEST_META',',\x20attachmentLogs:\x20','HVHFO','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','../instances/trackedInstance.js','tlbnQ','wFMnd','parse','testId','delete','KEY_TEST_CODE',',\x20testData=','body','ByUjg',',\x20totalBatches:\x20','AhEPy','KEY_HOOK_LAST_STARTED','zBIxd','findIndex','fXoYw','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','duration','rHjZP','slice','\x20(testIdentifier),\x20tags=','KEY_HOOK_RESULT','KEY_TEST_RESULT','KZhFf','errorsDetailed','getTestFrameworksVersions','unknown','../../../helpers/classLogger.js','VZhvM','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','cYicb','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','\x20for\x20testId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','hookState','KEY_TEST_SCOPE','map','testFrameworkVersion','lzKMd','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','file','isJestInternalHook','kdnUc','parseJestTest',',\x20hookId=','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','hookType','RTbtD','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','getTestFrameworks','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','hookAnalyticsId','substring','instance','../instances/testFrameworkInstance.js','JBRQZ','getAllPendingHookTestIds','KEY_HOOKS_FINISHED','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','KEY_TEST_RERUN_NAME','KEY_TEST_STARTED_AT','80216FzsJho','KEY_TEST_FAILURE_REASON','FCZkZ','POST','eventJson','WIMuB','2546544iWSoaT','LDIkF','testFrameworkName','KEY_EVENT_ENDED_AT','finished_at','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','hookData','getPendingHooks','format','set','inspect','none',',\x20argsKeys=','stack-trace','missing','ADZFD','base64','result','DEFAULT_HOOK_RESULT','fbVKa','PEyCK','depth','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','JeUnl','resolveInstance','getAllData','find','length','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','util','split','KEY_HOOKS_STARTED','../TestInfo.js','buildHookMapFromTest','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','hook_type','AssertionError','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','SVoew','XvDTa','GoGjP','mapTestHooks','JPFeg','getTrackedInstance','sAGNk','TEST','KEY_LOGS',',\x20failureType=','test','VAQPg','Processing\x20',',\x20hookType=','filter','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','retryOf','scopes','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20',',\x20scope:\x20','runHooks','JestTestFramework','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','removeActiveHook','161TPBuLQ','debug','getJestTestScopes','logCreatedEvent','KEY_TEST_FAILURE_TYPE','uuid','parent',',\x20screenshotLogs:\x20','KEY_TEST_TAGS','getJestTestIdentifier','substr','hKzpZ','kind','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','aMhrJ','activeHooks','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','KEY_HOOK_FAILURE_TYPE','szvJf','skipped','YhXxQ','startsWith',',\x20messageLength=','getId','muzLs',',\x20hookData=','mzlfs','KEY_HOOK_ID',',\x20state=','getProcessId','maxArrayLength','Stored\x20pending\x20hook\x20for\x20testId:\x20','afterAll',',\x20failureReason=',',\x20contextId=','../grpcClient','UnhandledError','iWynY','tKUCb','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','replace',',\x20result=','bhnex','KEY_TEST_SCOPES','KEY_HOOK_LOGS','\x20attachments','includes','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','GIjCj','addPendingHook','KEY_TEST_ENDED_AT','\x20files','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending',',\x20totalHooks=',',\x20platformIndex:\x20','lgQFU','test_identifier','ChfvV','ijQhH','\x20screenshot\x20logs\x20for\x20testId:\x20','workerInfo','elHSH','title','XejYX','processPendingHooks',':testAnalyticsId','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','zGjNk','addMultipleEntries','originalTest','cyLyV','getJestTestTags','lTHNB','KEY_TEST_LOGS','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','9crjAqP','getRootParentFile','\x20&\x20hookState=','toString','concat','pYilC','OGdFA','uemGe','\x20-\x20testId:\x20','status','PRE','storePendingHook','YBPTn','KEY_TEST_ATTACHMENTS','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','kcEqD','Assert',',\x20hookState=','__workerDetails','getThreadId','\x20pending\x20hooks\x20for\x20testId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','get','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','KEY_TEST_LOCATION','hooks','29605477ZQffqg','\x22\x20hook','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','KEY_HOOK_LAST_FINISHED','KEY_TEST_ID',',\x20test_run_uuid=','scope','createContext','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','testData','stringify','KyDrb','731511qsdGOR','getHooksForTest','KEY_TEST_FRAMEWORK_VERSION','\x20logs\x20for\x20testId:\x20','getJestFailureType','__bstackPlatformIndex','KEY_CUSTOM_TAGS','getJestFailureData','BEFORE_ALL','trackJestInstance:\x20created\x20instance\x20for\x20target=','hookMetadata',',\x20response=','KEY_EVENT_STARTED_AT','FkoNt','rhYQB','type',',\x20hookUUID=','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20'];a79_0x3cb6=function(){return _0x3123c3;};return a79_0x3cb6();}class JestTestFramework extends TestFramework{constructor(_0x2f8a49,_0xdec705,_0x41d847){super(_0x2f8a49,_0xdec705,_0x41d847),this['activeHooks']=new Map();}['setActiveHook'](_0x4d5549,_0x5141fd,_0x22faf8){const _0x59b93b=a79_0x19c05a,_0x40b6f8={};_0x40b6f8[_0x59b93b(0x1db)]=function(_0x3cc15e,_0x134e57){return _0x3cc15e||_0x134e57;};const _0x2c3f14=_0x40b6f8;if(_0x2c3f14[_0x59b93b(0x1db)](!_0x4d5549,!_0x5141fd)){logger[_0x59b93b(0x205)]('[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x4d5549+_0x59b93b(0x1a1)+_0x5141fd);return;}!this[_0x59b93b(0x2ae)]['has'](_0x4d5549)&&this[_0x59b93b(0x2ae)][_0x59b93b(0x269)](_0x4d5549,[]);const _0xdca2b6={'hookUUID':_0x5141fd,'hookType':_0x22faf8,'startedAt':new Date()[_0x59b93b(0x1f4)]()};this[_0x59b93b(0x2ae)][_0x59b93b(0x17f)](_0x4d5549)[_0x59b93b(0x1d4)](_0xdca2b6),logger[_0x59b93b(0x2a0)]('[JestTestFramework]\x20setActiveHook:\x20testIdentifier='+_0x4d5549+_0x59b93b(0x1a1)+_0x5141fd+_0x59b93b(0x293)+_0x22faf8+_0x59b93b(0x2d4)+this[_0x59b93b(0x2ae)][_0x59b93b(0x17f)](_0x4d5549)['length']);}[a79_0x19c05a(0x29e)](_0x129810,_0x5b870f){const _0x2a3169=a79_0x19c05a,_0x4c88a3={};_0x4c88a3['oTaYO']=function(_0x3ae1a5,_0x3d79bf){return _0x3ae1a5||_0x3d79bf;},_0x4c88a3[_0x2a3169(0x21c)]=function(_0x397253,_0x190984){return _0x397253!==_0x190984;},_0x4c88a3['zGjNk']=function(_0x310a4f,_0x2eecb8){return _0x310a4f===_0x2eecb8;};const _0x5ddd9e=_0x4c88a3;if(_0x5ddd9e['oTaYO'](!_0x129810,!_0x5b870f)){logger[_0x2a3169(0x205)]('[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x129810+_0x2a3169(0x1a1)+_0x5b870f);return;}if(this['activeHooks']['has'](_0x129810)){const _0x129fad=this['activeHooks']['get'](_0x129810),_0x52ece1=_0x129fad[_0x2a3169(0x229)](_0x5d37db=>_0x5d37db[_0x2a3169(0x1a7)]===_0x5b870f);_0x5ddd9e[_0x2a3169(0x21c)](_0x52ece1,-0x1)?(_0x129fad['splice'](_0x52ece1,0x1),logger[_0x2a3169(0x2a0)](_0x2a3169(0x29c)+_0x129810+',\x20hookUUID='+_0x5b870f+',\x20remainingHooks='+_0x129fad[_0x2a3169(0x27b)]),_0x5ddd9e[_0x2a3169(0x2e2)](_0x129fad[_0x2a3169(0x27b)],0x0)&&this['activeHooks'][_0x2a3169(0x220)](_0x129810)):logger['debug'](_0x2a3169(0x1cd)+_0x129810+',\x20hookUUID='+_0x5b870f);}}['getActiveHook'](_0x139292){const _0x1f6bf7=a79_0x19c05a,_0x105cbe={};_0x105cbe['wFMnd']=function(_0x52487a,_0x406745){return _0x52487a>_0x406745;},_0x105cbe[_0x1f6bf7(0x25c)]=function(_0x4d21e0,_0xeef9d0){return _0x4d21e0-_0xeef9d0;};const _0x2a87c4=_0x105cbe;if(!_0x139292)return null;if(this['activeHooks']['has'](_0x139292)){const _0x153cc4=this['activeHooks'][_0x1f6bf7(0x17f)](_0x139292);if(_0x2a87c4[_0x1f6bf7(0x21d)](_0x153cc4[_0x1f6bf7(0x27b)],0x0)){const _0x49c2e3=_0x153cc4[_0x2a87c4[_0x1f6bf7(0x25c)](_0x153cc4[_0x1f6bf7(0x27b)],0x1)];return logger['debug'](_0x1f6bf7(0x242)+_0x139292+_0x1f6bf7(0x1a1)+_0x49c2e3[_0x1f6bf7(0x1a7)]+_0x1f6bf7(0x293)+_0x49c2e3[_0x1f6bf7(0x249)]),_0x49c2e3;}}return null;}async[a79_0x19c05a(0x1aa)](_0x10fec5,_0x12250f,_0x2897c3={}){const _0x4824db=a79_0x19c05a,_0x32dfcb={};_0x32dfcb['GoGjP']=_0x4824db(0x276),_0x32dfcb[_0x4824db(0x2d9)]=function(_0x6254fa,_0x220db6){return _0x6254fa===_0x220db6;},_0x32dfcb['QXqBC']=function(_0x23060f,_0x5ddc34){return _0x23060f||_0x5ddc34;},_0x32dfcb['KZhFf']=_0x4824db(0x238);const _0x23ffdf=_0x32dfcb;logger[_0x4824db(0x2a0)](_0x4824db(0x186)+_0x10fec5+_0x4824db(0x17a)+_0x12250f+_0x4824db(0x26c)+Object[_0x4824db(0x1e9)](_0x2897c3)['join'](',')),await super['trackEvent'](_0x10fec5,_0x12250f,_0x2897c3);const _0x2651f3=this[_0x4824db(0x278)](_0x10fec5,_0x12250f,_0x2897c3);if(!_0x2651f3){logger[_0x4824db(0x2a0)](_0x23ffdf[_0x4824db(0x288)]);return;}try{let _0x203ebc,_0x4d9145,_0x5aaf0f;switch(_0x10fec5){case TestFrameworkState[_0x4824db(0x28d)]:_0x203ebc=_0x2897c3[_0x4824db(0x290)];const _0x1d0f6c={};_0x1d0f6c['depth']=0x2,_0x1d0f6c[_0x4824db(0x2bd)]=0x3,logger['debug'](_0x4824db(0x2ac)+_0x12250f+_0x4824db(0x222)+util[_0x4824db(0x26a)](_0x203ebc,_0x1d0f6c)),_0x5aaf0f=this[_0x4824db(0x2a8)](_0x203ebc),_0x4d9145=null,logger[_0x4824db(0x2a0)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId='+_0x5aaf0f+_0x4824db(0x1a6));if(_0x23ffdf['ijQhH'](_0x12250f,HookState[_0x4824db(0x173)])){logger[_0x4824db(0x2a0)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20'+_0x5aaf0f);const _0x1c0a31={};_0x1c0a31[_0x4824db(0x1df)]=_0x4d9145,_0x1c0a31[_0x4824db(0x18e)]=_0x203ebc,_0x1c0a31['testId']=_0x5aaf0f;const _0x51b6ad=this[_0x4824db(0x246)](_0x1c0a31),_0x21daf8={};_0x21daf8['depth']=0x2,_0x21daf8[_0x4824db(0x2bd)]=0x3,logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20'+util[_0x4824db(0x26a)](_0x51b6ad,_0x21daf8)),_0x2651f3['addMultipleEntries'](_0x51b6ad),logger['debug'](_0x4824db(0x1e4)+_0x5aaf0f),await this[_0x4824db(0x2df)](_0x2651f3,_0x5aaf0f);}else{if(_0x23ffdf[_0x4824db(0x2d9)](_0x12250f,HookState[_0x4824db(0x25d)])){logger['debug'](_0x4824db(0x2af)+_0x5aaf0f);const _0x43ac41=_0x2651f3[_0x4824db(0x279)]()['get'](_0x5aaf0f);logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20'+util[_0x4824db(0x26a)](Object['keys'](_0x23ffdf['QXqBC'](_0x43ac41,{}))));_0x43ac41&&_0x43ac41[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]?logger[_0x4824db(0x2a0)](_0x4824db(0x212)+Object[_0x4824db(0x1e9)](_0x43ac41[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']])['length']+_0x4824db(0x2d2)):logger[_0x4824db(0x2a0)](_0x23ffdf[_0x4824db(0x232)]);const _0x24812e=_0x2897c3[_0x4824db(0x2e4)]||null,_0x26aa40={};_0x26aa40[_0x4824db(0x1df)]=_0x4d9145,_0x26aa40['testData']=_0x203ebc,_0x26aa40[_0x4824db(0x21f)]=_0x5aaf0f,_0x26aa40[_0x4824db(0x2e4)]=_0x24812e;const _0x31dd52=this[_0x4824db(0x1fc)](_0x26aa40),_0x49b476={};_0x49b476[_0x4824db(0x275)]=0x2,_0x49b476[_0x4824db(0x2bd)]=0x3,logger[_0x4824db(0x2a0)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20'+util['inspect'](_0x31dd52,_0x49b476)),_0x2651f3['addMultipleEntries'](_0x31dd52),logger[_0x4824db(0x2a0)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20'+_0x5aaf0f),await this['processPendingHooks'](_0x2651f3,_0x5aaf0f);}}break;case TestFrameworkState[_0x4824db(0x1d8)]:if(_0x23ffdf['ijQhH'](_0x12250f,HookState['POST'])){const _0x19325a={};_0x19325a[_0x4824db(0x275)]=0x2,logger['debug'](_0x4824db(0x216)+util[_0x4824db(0x26a)](_0x2897c3,_0x19325a)),await this[_0x4824db(0x1fa)](_0x2651f3,_0x10fec5,_0x2897c3);}break;default:if(CLIUtils[_0x4824db(0x1a5)](_0x10fec5[_0x4824db(0x16c)]()[_0x4824db(0x27e)]('.')[0x1])){const _0xba4a03={};_0xba4a03[_0x4824db(0x275)]=0x2,_0xba4a03[_0x4824db(0x2bd)]=0x3,logger[_0x4824db(0x2a0)](_0x4824db(0x257)+_0x10fec5+_0x4824db(0x17a)+_0x12250f+',\x20hookData='+util[_0x4824db(0x26a)](_0x2897c3[_0x4824db(0x266)],_0xba4a03));const _0x2f5929=await this['trackHookEvent'](_0x2651f3,_0x10fec5,_0x12250f,_0x2897c3),_0x5eab32={};_0x5eab32[_0x4824db(0x275)]=0x2,_0x5eab32['maxArrayLength']=0x3,logger[_0x4824db(0x2a0)](_0x4824db(0x22b)+util['inspect'](_0x2f5929,_0x5eab32)),_0x2651f3[_0x4824db(0x2e3)](_0x2f5929);}else logger[_0x4824db(0x2a0)](_0x4824db(0x180)+_0x10fec5+_0x4824db(0x16b)+_0x12250f);break;}logger[_0x4824db(0x2a0)](_0x4824db(0x282)+_0x10fec5+_0x4824db(0x17a)+_0x12250f);}catch(_0x4f0627){logger[_0x4824db(0x1f7)]('[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState='+_0x10fec5+',\x20hookState='+_0x12250f+',\x20exception='+util[_0x4824db(0x268)](_0x4f0627));}_0x2897c3[_0x4824db(0x252)]=_0x2651f3,await this[_0x4824db(0x29a)](_0x2651f3,_0x10fec5,_0x12250f,_0x2897c3);}['getJestTestIdentifier'](_0x585db8){const _0x3d725e=a79_0x19c05a,_0x549872={};_0x549872[_0x3d725e(0x1c4)]=_0x3d725e(0x24b);const _0x4b2ee8=_0x549872;if(_0x585db8&&(_0x585db8['id']||_0x585db8['uuid'])){const _0x5aa691=_0x585db8['id']||_0x585db8[_0x3d725e(0x2a4)];return logger[_0x3d725e(0x2a0)](_0x3d725e(0x27c)+_0x5aa691+'\x22\x20from\x20testData'),_0x5aa691;}return logger[_0x3d725e(0x2a0)](_0x4b2ee8[_0x3d725e(0x1c4)]),process['pid']+_0x3d725e(0x2e0);}[a79_0x19c05a(0x278)](_0x3163b7,_0x419511,_0x1cad47={}){const _0x17aa99=a79_0x19c05a;let _0x180d3d=null;return _0x180d3d=TestFramework['getTrackedInstance'](),!_0x180d3d?(logger['debug'](_0x17aa99(0x248)+_0x3163b7),this[_0x17aa99(0x1b6)](_0x3163b7,_0x1cad47),_0x180d3d=TestFramework[_0x17aa99(0x28b)](),logger[_0x17aa99(0x2a0)]('[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists='+!!_0x180d3d+_0x17aa99(0x2c1)+_0x180d3d?.[_0x17aa99(0x20b)]()?.[_0x17aa99(0x2b6)]())):logger[_0x17aa99(0x2a0)]('[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId='+_0x180d3d[_0x17aa99(0x20b)]()?.[_0x17aa99(0x2b6)]()),_0x180d3d;}['trackJestInstance'](_0x5945f5,_0x301ec9){const _0x56ae37=a79_0x19c05a,_0x5eec60={};_0x5eec60[_0x56ae37(0x25f)]='trackJestInstance:\x20instance\x20already\x20exists';const _0x4b1b4f=_0x5eec60;if(TestFramework[_0x56ae37(0x28b)]()){logger['debug'](_0x4b1b4f[_0x56ae37(0x25f)]);return;}const _0xfdc7f1=CLIUtils[_0x56ae37(0x214)](),_0x2cf19f=TrackedInstance[_0x56ae37(0x18b)](_0xfdc7f1);let _0x3a9c52=null;logger[_0x56ae37(0x2a0)](_0x56ae37(0x19a)+_0xfdc7f1+_0x56ae37(0x2bb)+_0x5945f5),_0x3a9c52=new TestFrameworkInstance(_0x2cf19f,this['getTestFrameworks'](),this['getTestFrameworksVersions'](),_0x5945f5,HookState[_0x56ae37(0x20a)]),TestFramework['setTrackedInstance'](_0x2cf19f,_0x3a9c52),logger[_0x56ae37(0x2a0)](_0x56ae37(0x200)+_0x2cf19f[_0x56ae37(0x2b6)]()+',\x20target='+_0xfdc7f1+',\x20testFramework='+this[_0x56ae37(0x24e)]()[0x0]+_0x56ae37(0x201)+this[_0x56ae37(0x234)]()[this[_0x56ae37(0x24e)]()[0x0]]);}['parseJestTest'](_0x33c6df){const _0x440eda=a79_0x19c05a,_0x286eee={};_0x286eee[_0x440eda(0x19f)]=function(_0x324785,_0x141fe7){return _0x324785||_0x141fe7;},_0x286eee[_0x440eda(0x2ad)]='No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test';const _0xc8e8f6=_0x286eee,{testUUID:_0x22e0aa,testData:_0x3f65c,testId:_0x23715e}=_0x33c6df;if(_0xc8e8f6[_0x440eda(0x19f)](!_0x3f65c,!_0x23715e))return logger[_0x440eda(0x2a0)](_0xc8e8f6[_0x440eda(0x2ad)]),{};const _0x29d4b9=this[_0x440eda(0x24e)]()[0x0],_0x57a8d8=this[_0x440eda(0x234)](),_0x3ae628={};_0x3ae628['depth']=0x2,_0x3ae628['maxArrayLength']=0x3,logger['debug'](_0x440eda(0x1a3)+util[_0x440eda(0x26a)](_0x3f65c,_0x3ae628));const _0x33de63=_0x3f65c?.[_0x440eda(0x297)]||[],_0x35436e=this[_0x440eda(0x1b8)](_0x3f65c),_0x3dc45a=this[_0x440eda(0x1ee)](_0x3f65c),_0x345ed9=_0x3f65c['fn']?_0x3f65c['fn']['toString']():_0x3f65c?.[_0x440eda(0x223)]?_0x3f65c['body']['code'][_0x440eda(0x16c)]():null,_0x97eaa=this[_0x440eda(0x2e6)](_0x3f65c),_0x56557b={[TestFrameworkConstants[_0x440eda(0x20d)]]:_0x29d4b9,[TestFrameworkConstants[_0x440eda(0x193)]]:_0x57a8d8[_0x29d4b9],[TestFrameworkConstants[_0x440eda(0x2e8)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants[_0x440eda(0x27f)]]:{},[TestFrameworkConstants[_0x440eda(0x231)]]:TestFrameworkConstants[_0x440eda(0x1c3)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x35436e,[TestFrameworkConstants[_0x440eda(0x1c9)]]:_0x3dc45a,[TestFrameworkConstants[_0x440eda(0x188)]]:_0x23715e,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x35436e,[TestFrameworkConstants[_0x440eda(0x182)]]:_0x3dc45a,[TestFrameworkConstants[_0x440eda(0x221)]]:_0x345ed9,[TestFrameworkConstants[_0x440eda(0x2a7)]]:_0x97eaa,[TestFrameworkConstants[_0x440eda(0x259)]]:_0x3f65c[_0x440eda(0x1cf)]||new Date()[_0x440eda(0x1f4)](),[TestFrameworkConstants[_0x440eda(0x23e)]]:_0x33de63[0x0]||'',[TestFrameworkConstants[_0x440eda(0x2ca)]]:_0x33de63,[TestFrameworkConstants[_0x440eda(0x258)]]:_0x35436e,[TestFrameworkConstants[_0x440eda(0x197)]]:{},[TestFrameworkConstants['KEY_TEST_META']]:{}};_0x3f65c[_0x440eda(0x296)]&&(_0x56557b[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x3f65c[_0x440eda(0x296)]);logger[_0x440eda(0x2a0)](_0x440eda(0x1a2)+_0x35436e+',\x20testId='+_0x23715e+_0x440eda(0x22f)+JSON[_0x440eda(0x18f)](_0x97eaa)+',\x20scopes='+util['inspect'](_0x33de63)+_0x440eda(0x204)+_0x3dc45a);const _0x1849e3={};return _0x1849e3[_0x23715e]=_0x56557b,_0x1849e3;}[a79_0x19c05a(0x1fc)](_0x50413b){const _0x30c853=a79_0x19c05a,_0x279447={'IMzsh':function(_0x43ce3b,_0x5c32c5){return _0x43ce3b===_0x5c32c5;},'OGdFA':_0x30c853(0x2bf),'Dcmhi':_0x30c853(0x1d1),'szvJf':'ALL','VAQPg':_0x30c853(0x1be),'zAMKd':function(_0xc2a4e6,_0x5390f5){return _0xc2a4e6||_0x5390f5;},'lzKMd':'No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','MViRL':function(_0x4a7cca,_0x261023){return _0x4a7cca||_0x261023;},'dKlgy':_0x30c853(0x235),'ELjMy':function(_0xfa639a,_0x470e78){return _0xfa639a>_0x470e78;},'wHRua':_0x30c853(0x206),'XvDTa':function(_0x58ef70,_0x56b8a3){return _0x58ef70===_0x56b8a3;},'NuYIJ':'skip','FkXCv':_0x30c853(0x2b2),'HVHFO':_0x30c853(0x20c),'XQpaQ':function(_0x62ca55,_0x53d991){return _0x62ca55===_0x53d991;},'MwfXf':function(_0x338207,_0x1350df){return _0x338207!==_0x1350df;},'JeUnl':function(_0x23b214,_0x4cd0d7,_0x57611e,_0xd9e886){return _0x23b214(_0x4cd0d7,_0x57611e,_0xd9e886);},'KyDrb':function(_0x1c1a60,_0x59060d){return _0x1c1a60>_0x59060d;},'AVqaC':function(_0x1193df,_0x35c6ce){return _0x1193df>_0x35c6ce;},'DHoiY':_0x30c853(0x211),'ERmDJ':function(_0x5b33f8,_0x58fe88){return _0x5b33f8===_0x58fe88;}},{testUUID:_0x587479,testData:_0xf34f2a,testId:_0x2a6c83}=_0x50413b;if(_0x279447['zAMKd'](!_0xf34f2a,!_0x2a6c83))return logger['debug'](_0x279447[_0x30c853(0x241)]),{};const _0x25a653=this['resolveInstance'](TestFrameworkState[_0x30c853(0x28d)],HookState[_0x30c853(0x25d)]),_0x4e3ed5=_0x25a653[_0x30c853(0x279)]()[_0x30c853(0x17f)](_0x2a6c83),_0x43fe33=_0x279447['MViRL'](_0x4e3ed5,{}),_0x49f264=_0x43fe33?_0x43fe33[TestFrameworkConstants[_0x30c853(0x197)]]||{}:{},_0x85619f=_0x43fe33[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']];logger[_0x30c853(0x2a0)]('[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20'+(_0x85619f?Object[_0x30c853(0x1e9)](_0x85619f)[_0x30c853(0x27b)]:0x0)+_0x30c853(0x2cc));let _0x188f3f=_0x279447['dKlgy'];if(_0xf34f2a[_0x30c853(0x271)])_0x188f3f=_0xf34f2a[_0x30c853(0x271)];else{if(_0xf34f2a[_0x30c853(0x233)]&&_0x279447[_0x30c853(0x1ba)](_0xf34f2a['errorsDetailed']['length'],0x0))_0x188f3f=_0x279447[_0x30c853(0x1f9)];else _0x279447[_0x30c853(0x287)](_0xf34f2a[_0x30c853(0x172)],_0x279447['NuYIJ'])||_0x279447[_0x30c853(0x1ec)](_0xf34f2a[_0x30c853(0x172)],_0x279447[_0x30c853(0x1f8)])?_0x188f3f=_0x279447[_0x30c853(0x1f8)]:_0x188f3f=_0x279447[_0x30c853(0x219)];}const _0x274527={..._0x43fe33,[TestFrameworkConstants[_0x30c853(0x231)]]:_0x188f3f,[TestFrameworkConstants[_0x30c853(0x2d1)]]:_0xf34f2a[_0x30c853(0x264)]||new Date()[_0x30c853(0x1f4)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()['toISOString'](),[TestFrameworkConstants[_0x30c853(0x197)]]:_0x49f264,[TestFrameworkConstants[_0x30c853(0x28e)]]:_0x43fe33[TestFrameworkConstants[_0x30c853(0x28e)]]||[],[TestFrameworkConstants[_0x30c853(0x217)]]:{}};if(_0x279447[_0x30c853(0x1b2)](_0x188f3f,_0x279447['wHRua'])&&_0xf34f2a[_0x30c853(0x233)]){const _0x39cc98=this[_0x30c853(0x1cc)](_0xf34f2a),_0x4b46fa=this[_0x30c853(0x195)](_0xf34f2a),_0x4beec0=this['getJestFailureData'](_0xf34f2a);_0x274527[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]=_0x4b46fa,_0x274527[TestFrameworkConstants[_0x30c853(0x25b)]]=_0x39cc98,_0x274527[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x4beec0;}_0x279447[_0x30c853(0x1c7)](_0xf34f2a['duration'],undefined)&&(_0x274527[TestFrameworkConstants['KEY_TEST_DURATION']]=_0xf34f2a['duration']);_0xf34f2a[_0x30c853(0x296)]&&(_0x274527[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0xf34f2a[_0x30c853(0x296)]);const _0x1f627b=_0x4e3ed5?_0x4e3ed5[TestFrameworkConstants[_0x30c853(0x176)]]||{}:{},_0x126071=_0x4e3ed5?_0x4e3ed5[TestFrameworkConstants['KEY_TEST_UUID']]:_0x587479,_0x432010=_0x279447[_0x30c853(0x277)](getManualUploadLogs,_0x1f627b,_0x126071,_0x2a6c83);if(_0x279447[_0x30c853(0x190)](_0x432010[_0x30c853(0x27b)],0x0)){const _0x4aa60d=_0x274527[TestFrameworkConstants['KEY_LOGS']]||[];_0x274527[TestFrameworkConstants[_0x30c853(0x28e)]]=[..._0x4aa60d,..._0x432010];}const _0x4f36a0=_0x43fe33[TestFrameworkConstants[_0x30c853(0x256)]]||{},_0x5c9bef=_0x43fe33[TestFrameworkConstants[_0x30c853(0x27f)]]||{},_0x38b8c6={..._0x4f36a0},_0x37bebd=_0x38b8c6;Object[_0x30c853(0x1e9)](_0x5c9bef)[_0x30c853(0x1cb)](_0x7a9071=>{const _0x527682=_0x30c853;!_0x37bebd[_0x7a9071]&&(_0x37bebd[_0x7a9071]=[]);const _0x103d44=new Set((_0x37bebd[_0x7a9071]||[])[_0x527682(0x23f)](_0x139ba7=>_0x139ba7[TestFrameworkConstants[_0x527682(0x2ba)]]||_0x139ba7[_0x527682(0x1bc)]));(_0x5c9bef[_0x7a9071]||[])[_0x527682(0x1cb)](_0x4ec79a=>{const _0x5e014c=_0x527682,_0x54a867=_0x4ec79a[TestFrameworkConstants[_0x5e014c(0x2ba)]]||_0x4ec79a[_0x5e014c(0x1bc)];if(!_0x103d44['has'](_0x54a867)){const _0x1b7d17={..._0x4ec79a},_0xa3fb24=_0x1b7d17;!_0xa3fb24[TestFrameworkConstants[_0x5e014c(0x263)]]&&!_0xa3fb24['event_ended_at']&&(_0xa3fb24[TestFrameworkConstants[_0x5e014c(0x263)]]=new Date()[_0x5e014c(0x1f4)]()),!_0xa3fb24[TestFrameworkConstants[_0x5e014c(0x230)]]&&!_0xa3fb24[_0x5e014c(0x1ac)]&&(_0xa3fb24[TestFrameworkConstants['KEY_HOOK_RESULT']]=TestFrameworkConstants['DEFAULT_HOOK_RESULT']),_0x37bebd[_0x7a9071][_0x5e014c(0x1d4)](_0xa3fb24);}});});if(_0x50413b[_0x30c853(0x2e4)]){this[_0x30c853(0x289)](_0x50413b[_0x30c853(0x2e4)]);const _0x4abaae=this[_0x30c853(0x281)](_0x50413b[_0x30c853(0x2e4)]),_0x195ea0=this[_0x30c853(0x192)](_0x50413b[_0x30c853(0x2e4)]);_0x195ea0[_0x30c853(0x1cb)](_0x28d510=>{const _0x14e73b=_0x30c853,_0x5edc2a=_0x4abaae['get'](_0x28d510);if(_0x5edc2a&&(_0x279447[_0x14e73b(0x1ec)](_0x5edc2a[_0x14e73b(0x1a0)],_0x279447[_0x14e73b(0x16f)])||_0x279447[_0x14e73b(0x1ec)](_0x5edc2a[_0x14e73b(0x1a0)],_0x279447['Dcmhi']))){const _0x193f9b=_0x5edc2a[_0x14e73b(0x1a0)]['toUpperCase']()[_0x14e73b(0x2c7)](_0x279447[_0x14e73b(0x2b1)],_0x279447[_0x14e73b(0x291)]),_0x38f512=_0x193f9b;!_0x37bebd[_0x38f512]&&(_0x37bebd[_0x38f512]=[]);const _0xa7f18a=_0x37bebd[_0x38f512][_0x14e73b(0x27a)](_0x75c955=>(_0x75c955[TestFrameworkConstants[_0x14e73b(0x2ba)]]||_0x75c955[_0x14e73b(0x1bc)])===_0x28d510);!_0xa7f18a&&_0x37bebd[_0x38f512][_0x14e73b(0x1d4)]({'key':_0x38f512,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x28d510,[TestFrameworkConstants[_0x14e73b(0x230)]]:TestFrameworkConstants[_0x14e73b(0x272)],[TestFrameworkConstants[_0x14e73b(0x19d)]]:new Date()[_0x14e73b(0x1f4)](),[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]:new Date()[_0x14e73b(0x1f4)](),[TestFrameworkConstants[_0x14e73b(0x2cb)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x5edc2a['name']||_0x5edc2a['type']+'\x20hook',[TestFrameworkConstants[_0x14e73b(0x197)]]:_0x49f264});}});}if(_0xf34f2a[_0x30c853(0x183)]&&_0x279447['AVqaC'](_0xf34f2a[_0x30c853(0x183)][_0x30c853(0x27b)],0x0))_0x274527[TestFrameworkConstants[_0x30c853(0x256)]]=_0xf34f2a[_0x30c853(0x183)],logger[_0x30c853(0x2a0)](_0x279447['DHoiY']);else _0x279447[_0x30c853(0x1f0)](Object[_0x30c853(0x1e9)](_0x37bebd)['length'],0x0)&&(_0x274527[TestFrameworkConstants[_0x30c853(0x256)]]=_0x37bebd,logger[_0x30c853(0x2a0)](_0x30c853(0x1d6)+Object[_0x30c853(0x1e9)](_0x37bebd)['join'](',')));const _0x3d9f84=this[_0x30c853(0x1b8)](_0xf34f2a);logger[_0x30c853(0x2a0)](_0x30c853(0x21a)+_0x3d9f84+_0x30c853(0x1ad)+_0x2a6c83+'\x20(testIdentifier),\x20result='+_0x188f3f+_0x30c853(0x1ea)+_0xf34f2a[_0x30c853(0x22c)]);_0x279447['ERmDJ'](_0x188f3f,_0x279447[_0x30c853(0x1f9)])&&logger[_0x30c853(0x2a0)](_0x30c853(0x2e9)+_0x2a6c83+_0x30c853(0x28f)+_0x274527[TestFrameworkConstants[_0x30c853(0x2a3)]]+',\x20failureReason='+_0x274527[TestFrameworkConstants[_0x30c853(0x25b)]]?.[_0x30c853(0x251)](0x0,0xc8));const _0x4b27f0={};return _0x4b27f0[_0x2a6c83]=_0x274527,_0x4b27f0;}[a79_0x19c05a(0x2a1)](_0x55160c){const _0x41b1a8=a79_0x19c05a,_0x57ab0c={};_0x57ab0c[_0x41b1a8(0x226)]=function(_0x444bcd,_0x2435c1){return _0x444bcd!==_0x2435c1;},_0x57ab0c[_0x41b1a8(0x1f6)]='ROOT_DESCRIBE_BLOCK';const _0x3bf3ba=_0x57ab0c,_0x4be261={};_0x4be261[_0x41b1a8(0x275)]=0x2,_0x4be261[_0x41b1a8(0x2bd)]=0x3,logger['debug'](_0x41b1a8(0x298)+util[_0x41b1a8(0x26a)](_0x55160c,_0x4be261));const _0x9851da=[];if(_0x55160c&&_0x55160c['parent']){let _0x256311=_0x55160c[_0x41b1a8(0x2a5)];while(_0x256311&&_0x256311[_0x41b1a8(0x215)]&&_0x3bf3ba[_0x41b1a8(0x226)](_0x256311[_0x41b1a8(0x215)],'')&&_0x3bf3ba[_0x41b1a8(0x226)](_0x256311['name'],_0x3bf3ba['qJQjr'])){_0x9851da[_0x41b1a8(0x1d4)](_0x256311[_0x41b1a8(0x215)]),_0x256311=_0x256311[_0x41b1a8(0x2a5)];}}return _0x9851da['reverse']();}[a79_0x19c05a(0x1b8)](_0x49bf38){const _0xff4c10=a79_0x19c05a,_0x269ffc={};_0x269ffc[_0xff4c10(0x2dc)]=_0xff4c10(0x1d7);const _0x378fc8=_0x269ffc;if(_0x49bf38['name'])return _0x49bf38[_0xff4c10(0x215)];if(_0x49bf38['title'])return _0x49bf38[_0xff4c10(0x2dd)];return _0x378fc8[_0xff4c10(0x2dc)];}[a79_0x19c05a(0x2e6)](_0x1761c9){const _0x2aed83=a79_0x19c05a,_0x1dd7c1=[];if(_0x1761c9['tags']&&Array['isArray'](_0x1761c9['tags']))return _0x1761c9[_0x2aed83(0x1e0)][_0x2aed83(0x23f)](_0x1d6f2b=>_0x1d6f2b[_0x2aed83(0x2b4)]('@')?_0x1d6f2b[_0x2aed83(0x2a9)](0x1):_0x1d6f2b);const _0x5bac70=this[_0x2aed83(0x1b8)](_0x1761c9),_0x583be3=_0x5bac70[_0x2aed83(0x1c5)](/@(\w+)/g);if(_0x583be3)return _0x583be3[_0x2aed83(0x23f)](_0x22e632=>_0x22e632[_0x2aed83(0x22e)](0x1));return _0x1761c9[_0x2aed83(0x297)]&&Array[_0x2aed83(0x213)](_0x1761c9['scopes'])&&_0x1761c9[_0x2aed83(0x297)][_0x2aed83(0x1cb)](_0x242f0f=>{const _0x535751=_0x2aed83,_0x1bae24=_0x242f0f[_0x535751(0x1c5)](/@(\w+)/g);_0x1bae24&&_0x1bae24['forEach'](_0x1e0da1=>{const _0x31518b=_0x535751,_0x2ea18b=_0x1e0da1[_0x31518b(0x22e)](0x1);!_0x1dd7c1['includes'](_0x2ea18b)&&_0x1dd7c1[_0x31518b(0x1d4)](_0x2ea18b);});}),_0x1dd7c1;}[a79_0x19c05a(0x1ee)](_0x3d6003){const _0x4f25ec=a79_0x19c05a,_0x3c350b={'PEyCK':function(_0x99b5b6,_0xdc9b15){return _0x99b5b6(_0xdc9b15);}};if(_0x3d6003[_0x4f25ec(0x1fe)])return _0x3d6003[_0x4f25ec(0x1fe)];if(_0x3d6003[_0x4f25ec(0x1fd)])try{const _0x2f3b33=stackTrace[_0x4f25ec(0x21e)](_0x3d6003[_0x4f25ec(0x1fd)]),_0x2de6ef=_0x3c350b[_0x4f25ec(0x274)](pickUserFrameFile,_0x2f3b33);if(_0x2de6ef)return _0x2de6ef;logger[_0x4f25ec(0x2a0)](_0x4f25ec(0x2e1)+_0x2f3b33[_0x4f25ec(0x27b)]+')');}catch(_0x236fa1){logger[_0x4f25ec(0x2a0)]('Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20'+util[_0x4f25ec(0x268)](_0x236fa1));}return null;}[a79_0x19c05a(0x1cc)](_0x3ebb07){const _0x2e31a2=a79_0x19c05a,_0x46a7ad={};_0x46a7ad[_0x2e31a2(0x1d9)]=function(_0x55d35a,_0x54a14e){return _0x55d35a>_0x54a14e;},_0x46a7ad[_0x2e31a2(0x2e7)]=_0x2e31a2(0x1a4);const _0x1378a5=_0x46a7ad;if(_0x3ebb07[_0x2e31a2(0x233)]&&_0x1378a5[_0x2e31a2(0x1d9)](_0x3ebb07[_0x2e31a2(0x233)]['length'],0x0))return util[_0x2e31a2(0x26a)](_0x3ebb07[_0x2e31a2(0x233)][0x0]);if(_0x3ebb07[_0x2e31a2(0x1e8)])return _0x3ebb07['failure_reason'];return _0x1378a5[_0x2e31a2(0x2e7)];}[a79_0x19c05a(0x195)](_0x5a6524){const _0x321cf7=a79_0x19c05a,_0x2ab2ca={};_0x2ab2ca['pYilC']=_0x321cf7(0x179),_0x2ab2ca['iWynY']=_0x321cf7(0x284),_0x2ab2ca[_0x321cf7(0x1f5)]=_0x321cf7(0x2c3);const _0x1531fc=_0x2ab2ca,_0x37b45a=this[_0x321cf7(0x1cc)](_0x5a6524);if(_0x37b45a&&_0x37b45a[_0x321cf7(0x2cd)](_0x1531fc[_0x321cf7(0x16e)]))return _0x1531fc[_0x321cf7(0x2c4)];return _0x1531fc[_0x321cf7(0x1f5)];}[a79_0x19c05a(0x198)](_0x35d134){const _0x19fe22=a79_0x19c05a,_0x26d7e7={'zierN':function(_0x430821,_0x445394){return _0x430821(_0x445394);},'YYjTb':'../../../helpers/test-observability/utils','JBRQZ':function(_0xba57ef,_0x42872f){return _0xba57ef!==_0x42872f;},'kdnUc':_0x19fe22(0x290)},{failureData:_0x75c787}=_0x26d7e7[_0x19fe22(0x1f3)](require,_0x26d7e7[_0x19fe22(0x1bb)]),_0x1b4062=[];return _0x26d7e7[_0x19fe22(0x254)](_0x35d134[_0x19fe22(0x233)],undefined)&&_0x1b4062[_0x19fe22(0x1d4)](_0x35d134[_0x19fe22(0x233)],_0x26d7e7[_0x19fe22(0x245)]),_0x75c787[_0x19fe22(0x20f)](null,_0x1b4062);}async[a79_0x19c05a(0x1b3)](_0x193c91,_0x29eb37,_0x1942c1,_0x4c85ff){const _0xb772b3=a79_0x19c05a,_0xabba3e={'GIjCj':_0xb772b3(0x23a),'FkoNt':function(_0x2a6e49){return _0x2a6e49();},'lgQFU':function(_0x50e3dc,_0x1b129b){return _0x50e3dc in _0x1b129b;},'SVoew':function(_0x111c8d,_0x89353f){return _0x111c8d===_0x89353f;},'XejYX':function(_0x744b8,_0x4386ac){return _0x744b8>_0x4386ac;},'fXoYw':_0xb772b3(0x206),'cYicb':_0xb772b3(0x20c),'LDIkF':function(_0x211666,_0x4f351e){return _0x211666===_0x4f351e;},'hKzpZ':_0xb772b3(0x2d3),'muzLs':function(_0x3ec6a0,_0x51db65){return _0x3ec6a0!==_0x51db65;}},{hookData:_0x32f545}=_0x4c85ff,_0xefe62f=_0x1942c1['toString'](),_0x1d137f=_0x29eb37[_0xb772b3(0x16c)](),_0x4665e5={};_0x4665e5[_0xb772b3(0x275)]=0x2,_0x4665e5['maxArrayLength']=0x3,logger['debug'](_0xb772b3(0x1ab)+_0x1d137f+',\x20hookState='+_0xefe62f+_0xb772b3(0x2b8)+util[_0xb772b3(0x26a)](_0x32f545,_0x4665e5));if(!_0x32f545)return logger[_0xb772b3(0x2a0)](_0xabba3e[_0xb772b3(0x2cf)]),{};const _0x13132e=_0x32f545[_0xb772b3(0x2a4)]||_0x32f545['hookAnalyticsId']||_0xabba3e[_0xb772b3(0x19e)](uuidv4),_0x54a3f7=_0x32f545[_0xb772b3(0x1eb)]||this['getJestTestIdentifier'](_0x32f545),_0x180f98=_0x29eb37[_0xb772b3(0x16c)]()[_0xb772b3(0x27e)]('.')[0x1],_0x4b2c2b=_0x193c91[_0xb772b3(0x279)]()[_0xb772b3(0x17f)](_0x54a3f7),_0x341d32=_0x4b2c2b?_0x4b2c2b[TestFrameworkConstants[_0xb772b3(0x197)]]||{}:{};logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId='+_0x13132e+_0xb772b3(0x1ad)+_0x54a3f7+'\x20(testIdentifier),\x20hookType='+_0x180f98+_0xb772b3(0x17a)+_0xefe62f);if(!_0x4b2c2b)return logger[_0xb772b3(0x2a0)](_0xb772b3(0x181)+_0x54a3f7+',\x20storing\x20as\x20pending\x20hook'),this[_0xb772b3(0x174)](_0x193c91,_0x54a3f7,_0x29eb37,_0x1942c1,_0x4c85ff),{};let _0xa87c16=_0x4b2c2b[TestFrameworkConstants[_0xb772b3(0x27f)]];!_0xa87c16&&(_0xa87c16={});!_0xabba3e[_0xb772b3(0x2d6)](_0x180f98,_0xa87c16)&&(_0xa87c16[_0x180f98]=[]);let _0x14c493=_0x4b2c2b[TestFrameworkConstants[_0xb772b3(0x256)]];!_0x14c493&&(_0x14c493={});!_0xabba3e[_0xb772b3(0x2d6)](_0x180f98,_0x14c493)&&(_0x14c493[_0x180f98]=[]);const _0x593b13={[_0x54a3f7]:{[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0xa87c16,[TestFrameworkConstants[_0xb772b3(0x256)]]:_0x14c493,[TestFrameworkConstants[_0xb772b3(0x20d)]]:this[_0xb772b3(0x24e)]()[0x0]||'',[TestFrameworkConstants[_0xb772b3(0x193)]]:this[_0xb772b3(0x234)]()[this[_0xb772b3(0x24e)]()[0x0]]||''}};if(_0xabba3e[_0xb772b3(0x286)](_0x1942c1,HookState[_0xb772b3(0x173)])){const _0x4e07ee={'key':_0x180f98,[TestFrameworkConstants[_0xb772b3(0x2ba)]]:_0x13132e,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0xb772b3(0x272)],[TestFrameworkConstants[_0xb772b3(0x19d)]]:_0x32f545['started_at']||new Date()[_0xb772b3(0x1f4)](),[TestFrameworkConstants[_0xb772b3(0x2cb)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x32f545[_0xb772b3(0x215)]||_0x32f545[_0xb772b3(0x283)]||_0x180f98,[TestFrameworkConstants[_0xb772b3(0x197)]]:_0x341d32};_0xa87c16[_0x180f98][_0xb772b3(0x1d4)](_0x4e07ee),_0x593b13[_0x54a3f7][TestFrameworkConstants[_0xb772b3(0x227)]]=_0x180f98;const _0x5a9e65={};_0x5a9e65[_0xb772b3(0x275)]=0x2,logger[_0xb772b3(0x2a0)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x180f98+_0xb772b3(0x247)+_0x13132e+_0xb772b3(0x1ad)+_0x54a3f7+_0xb772b3(0x202)+util[_0xb772b3(0x26a)](_0x4e07ee,_0x5a9e65));}else{if(_0xabba3e[_0xb772b3(0x286)](_0x1942c1,HookState[_0xb772b3(0x25d)])){const _0x4f7d2d=_0x32f545[_0xb772b3(0x271)]||(_0x32f545['errorsDetailed']&&_0xabba3e['XejYX'](_0x32f545[_0xb772b3(0x233)][_0xb772b3(0x27b)],0x0)?_0xabba3e[_0xb772b3(0x22a)]:_0xabba3e[_0xb772b3(0x239)]),_0x51a91c=_0xa87c16[_0x180f98]||[];logger[_0xb772b3(0x2a0)](_0xb772b3(0x18c)+_0x180f98+_0xb772b3(0x1ad)+_0x54a3f7+_0xb772b3(0x2c8)+_0x4f7d2d+',\x20hooksListLength='+_0x51a91c['length']);if(_0xabba3e[_0xb772b3(0x286)](_0x51a91c[_0xb772b3(0x27b)],0x0)&&_0xabba3e[_0xb772b3(0x261)](_0x29eb37,TestFrameworkState['BEFORE_ALL']))return logger[_0xb772b3(0x2a0)](_0xabba3e[_0xb772b3(0x2aa)]),this[_0xb772b3(0x174)](_0x193c91,_0x54a3f7,_0x29eb37,_0x1942c1,_0x4c85ff),{};if(_0xabba3e[_0xb772b3(0x2de)](_0x51a91c[_0xb772b3(0x27b)],0x0)){const _0x136e34=_0x51a91c['pop']();_0xabba3e[_0xb772b3(0x261)](_0x4f7d2d,_0xabba3e[_0xb772b3(0x22a)])&&_0x32f545[_0xb772b3(0x233)]?(_0x136e34[TestFrameworkConstants[_0xb772b3(0x2b0)]]=this[_0xb772b3(0x195)](_0x32f545),_0x136e34[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]=this['getJestFailureReason'](_0x32f545),_0x136e34[TestFrameworkConstants['KEY_HOOK_FAILURE']]=this[_0xb772b3(0x198)](_0x32f545),logger[_0xb772b3(0x2a0)](_0xb772b3(0x24d)+_0x180f98+_0xb772b3(0x28f)+_0x136e34[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]+_0xb772b3(0x2c0)+_0x136e34[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]?.['substring'](0x0,0xc8))):_0x136e34[TestFrameworkConstants[_0xb772b3(0x230)]]=_0xabba3e[_0xb772b3(0x239)];_0xabba3e[_0xb772b3(0x2b7)](_0x4f7d2d,TestFrameworkConstants[_0xb772b3(0x272)])&&(_0x136e34[TestFrameworkConstants[_0xb772b3(0x230)]]=_0x4f7d2d);_0x136e34[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x32f545[_0xb772b3(0x264)]||new Date()[_0xb772b3(0x1f4)](),_0x136e34[TestFrameworkConstants[_0xb772b3(0x197)]]=_0x341d32;const _0xd1b4a4=_0x136e34[TestFrameworkConstants['KEY_HOOK_ID']];!_0x14c493[_0x180f98]&&(_0x14c493[_0x180f98]=[]);_0x14c493[_0x180f98][_0xb772b3(0x1d4)](_0x136e34),_0x593b13[_0x54a3f7][TestFrameworkConstants[_0xb772b3(0x187)]]=_0x180f98;const _0x2a911c={};_0x2a911c['depth']=0x2,logger[_0xb772b3(0x2a0)](_0xb772b3(0x208)+_0x180f98+_0xb772b3(0x247)+_0xd1b4a4+',\x20result='+_0x4f7d2d+_0xb772b3(0x202)+util[_0xb772b3(0x26a)](_0x136e34,_0x2a911c));}}}return _0x593b13;}[a79_0x19c05a(0x1da)](_0x536fdb){const _0x996275=a79_0x19c05a,_0x46f992={};_0x46f992[_0x996275(0x28c)]=_0x996275(0x270);const _0x53336e=_0x46f992;try{const _0x1d9adf=_0x536fdb[_0x996275(0x290)]?this[_0x996275(0x2a8)](_0x536fdb[_0x996275(0x290)]):_0x536fdb[_0x996275(0x266)]['test_run_id'],_0x3cb872=_0x536fdb['instance'],_0x13cd30=_0x3cb872['getContext'](),_0x25fc3e=_0x3cb872[_0x996275(0x279)]()[_0x996275(0x17f)](_0x1d9adf);if(!_0x25fc3e)return logger[_0x996275(0x2a0)](_0x996275(0x29d)+_0x1d9adf),{};const {[TestFrameworkConstants[_0x996275(0x20d)]]:_0x40bb29=this[_0x996275(0x24e)]()[0x0]||'',[TestFrameworkConstants[_0x996275(0x193)]]:_0x2238e6=this[_0x996275(0x234)]()[this[_0x996275(0x24e)]()[0x0]]||'',[TestFrameworkConstants[_0x996275(0x259)]]:_0x35b492='',[TestFrameworkConstants[_0x996275(0x2d1)]]:_0x450ce3=''}=_0x25fc3e,_0x5785b6=_0x3cb872[_0x996275(0x20e)]()[_0x996275(0x16c)]()['split']('.')[0x1],_0x51b436=_0x3cb872[_0x996275(0x1d5)]()['toString']()['split']('.')[0x1],_0x15cbd9=global?.[_0x996275(0x17b)]?.[_0x996275(0x2db)]?.['parallelIndex']||global[_0x996275(0x196)]||0x0,_0x1bf3a8=_0x3cb872['getRef'](),_0x45b3ea=Buffer[_0x996275(0x1e6)](JSON[_0x996275(0x18f)](_0x25fc3e))[_0x996275(0x16c)](_0x53336e[_0x996275(0x28c)]),_0xd615fb={'hash':_0x13cd30[_0x996275(0x2b6)](),'threadId':_0x13cd30[_0x996275(0x17c)]()[_0x996275(0x16c)](),'processId':_0x13cd30[_0x996275(0x2bc)]()[_0x996275(0x16c)]()},_0x48e180={};_0x48e180['platformIndex']=_0x15cbd9,_0x48e180[_0x996275(0x262)]=_0x40bb29,_0x48e180[_0x996275(0x240)]=_0x2238e6,_0x48e180[_0x996275(0x1c2)]=_0x5785b6,_0x48e180[_0x996275(0x23d)]=_0x51b436,_0x48e180[_0x996275(0x203)]=_0x35b492,_0x48e180[_0x996275(0x1e1)]=_0x450ce3,_0x48e180['uuid']=_0x1bf3a8,_0x48e180[_0x996275(0x25e)]=_0x45b3ea,_0x48e180['executionContext']=_0xd615fb,_0x48e180[_0x996275(0x2d7)]=_0x1d9adf;const _0x2a156d=_0x48e180;return _0x2a156d;}catch(_0x11325a){return logger[_0x996275(0x1f7)]('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util[_0x996275(0x268)](_0x11325a)),{};}}async[a79_0x19c05a(0x1fa)](_0x3fc085,_0x126538,_0x39069e){const _0x5747c4=a79_0x19c05a,_0x22af54={'sAlXK':function(_0x4853a4,_0xf1dd50){return _0x4853a4+_0xf1dd50;},'YhXxQ':_0x5747c4(0x26e),'JPFeg':_0x5747c4(0x26b),'ADZFD':function(_0xc2a6c3,_0x55fc2e){return _0xc2a6c3>_0x55fc2e;},'kJvkl':function(_0xd2b555,_0x36d625,_0x5182f2,_0x2fc540){return _0xd2b555(_0x36d625,_0x5182f2,_0x2fc540);},'RTbtD':function(_0x364342,_0xc15ec0){return _0x364342-_0xc15ec0;},'cyLyV':function(_0x50f3ba,_0xdd0783){return _0x50f3ba===_0xdd0783;},'uemGe':function(_0x1b8b39,_0x14676b){return _0x1b8b39/_0x14676b;},'zipjU':function(_0x3a4f43,_0x1169da){return _0x3a4f43<_0x1169da;},'kcEqD':function(_0x417b86,_0x553d7f){return _0x417b86*_0x553d7f;},'ByUjg':function(_0x578527,_0x4ed00d){return _0x578527+_0x4ed00d;},'fbVKa':function(_0x478790,_0x39b22d){return _0x478790+_0x39b22d;}};try{const _0x2197fe=_0x39069e[_0x5747c4(0x1df)]||_0x39069e['testId'],_0x5666df=Array['from'](_0x3fc085[_0x5747c4(0x279)]()[_0x5747c4(0x1e9)]()),_0x31953a=_0x3fc085[_0x5747c4(0x279)]()['get'](_0x2197fe);if(!_0x31953a){logger[_0x5747c4(0x2a0)](_0x5747c4(0x17e)+_0x2197fe);return;}const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x343e2b='',[TestFrameworkConstants[_0x5747c4(0x193)]]:_0x31d716=''}=_0x31953a;let _0x37cf2e=[];_0x31953a&&_0x31953a[TestFrameworkConstants[_0x5747c4(0x28e)]]&&Array[_0x5747c4(0x213)](_0x31953a[TestFrameworkConstants[_0x5747c4(0x28e)]])?(_0x37cf2e=_0x31953a[TestFrameworkConstants[_0x5747c4(0x28e)]]||[],logger[_0x5747c4(0x2a0)](_0x5747c4(0x1de)+_0x37cf2e[_0x5747c4(0x27b)]+_0x5747c4(0x194)+_0x2197fe),_0x3fc085[_0x5747c4(0x2e3)]({[_0x2197fe]:{[TestFrameworkConstants[_0x5747c4(0x28e)]]:[],[TestFrameworkConstants[_0x5747c4(0x20d)]]:this[_0x5747c4(0x24e)]()[0x0]||'',[TestFrameworkConstants[_0x5747c4(0x193)]]:this['getTestFrameworksVersions']()[this['getTestFrameworks']()[0x0]]||''}}),logger[_0x5747c4(0x2a0)](_0x5747c4(0x177)+_0x2197fe)):logger[_0x5747c4(0x2a0)](_0x5747c4(0x23c)+_0x2197fe);logger[_0x5747c4(0x2a0)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20'+_0x37cf2e[_0x5747c4(0x27b)]+_0x5747c4(0x23b)+_0x2197fe);const _0x249fa9=_0x37cf2e[_0x5747c4(0x294)](_0x3fb87e=>_0x3fb87e[_0x5747c4(0x2ab)]===_0x5747c4(0x1e5));_0x22af54['ADZFD'](_0x249fa9[_0x5747c4(0x27b)],0x0)&&(logger[_0x5747c4(0x2a0)](_0x5747c4(0x1bd)+_0x249fa9[_0x5747c4(0x27b)]+_0x5747c4(0x2da)+_0x2197fe),_0x249fa9['forEach']((_0x4e09d1,_0x233e28)=>{const _0xa7d9b7=_0x5747c4;logger[_0xa7d9b7(0x2a0)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20'+_0x22af54['sAlXK'](_0x233e28,0x1)+'/'+_0x249fa9['length']+'\x20-\x20test_identifier='+(_0x4e09d1[_0xa7d9b7(0x2d7)]||_0x22af54[_0xa7d9b7(0x2b3)])+_0xa7d9b7(0x189)+(_0x4e09d1[_0xa7d9b7(0x210)]||_0x22af54[_0xa7d9b7(0x2b3)])+',\x20hook_run_uuid='+(_0x4e09d1['hook_run_uuid']||_0x22af54[_0xa7d9b7(0x28a)])+_0xa7d9b7(0x2b5)+(_0x4e09d1['message']?.['length']||0x0));}));const _0x3ce67c=_0x31953a[TestFrameworkConstants[_0x5747c4(0x176)]]||{},_0x3e2c4c=_0x22af54['kJvkl'](getMediaArtifactsLogs,_0x3ce67c,null,_0x2197fe),_0x2a891c=(_0x37cf2e||[])[_0x5747c4(0x16d)](_0x3e2c4c||[]),_0x10dfb2=_0x249fa9?.['length']||0x0,_0x4c72e0=_0x22af54[_0x5747c4(0x24a)](_0x37cf2e?.[_0x5747c4(0x27b)]||0x0,_0x10dfb2);logger[_0x5747c4(0x2a0)](_0x5747c4(0x1dc)+_0x2197fe+',\x20consoleLogs:\x20'+_0x4c72e0+_0x5747c4(0x2a6)+_0x10dfb2+_0x5747c4(0x218)+(_0x3e2c4c?.['length']||0x0)+',\x20totalLogs:\x20'+_0x2a891c[_0x5747c4(0x27b)]);if(!_0x2a891c||_0x22af54[_0x5747c4(0x2e5)](_0x2a891c[_0x5747c4(0x27b)],0x0)){logger[_0x5747c4(0x2a0)](_0x5747c4(0x24c)+_0x2197fe);return;}const _0x4b6409=0x28,_0x1aa8c5=Math[_0x5747c4(0x1c1)](_0x22af54[_0x5747c4(0x170)](_0x2a891c[_0x5747c4(0x27b)],_0x4b6409));for(let _0x1bd410=0x0;_0x22af54['zipjU'](_0x1bd410,_0x1aa8c5);_0x1bd410++){const _0x4cf19b=_0x22af54[_0x5747c4(0x178)](_0x1bd410,_0x4b6409),_0x54cb4c=_0x22af54['ByUjg'](_0x4cf19b,_0x4b6409),_0x2da6fb=_0x2a891c['slice'](_0x4cf19b,_0x54cb4c),_0x1949e9=global?.['browserstackPlatformIndex']??0x0,_0x2e5ef7={'platformIndex':_0x1949e9,'logs':_0x2da6fb,'testFrameworkName':_0x343e2b,'testFrameworkVersion':_0x31d716,'testFrameworkState':_0x126538['toString']()[_0x5747c4(0x27e)]('.')[0x1]},_0x23c5e9={};_0x23c5e9[_0x5747c4(0x275)]=0x3,_0x23c5e9[_0x5747c4(0x2bd)]=0x5,logger[_0x5747c4(0x2a0)](_0x5747c4(0x295)+_0x22af54[_0x5747c4(0x224)](_0x1bd410,0x1)+'/'+_0x1aa8c5+'\x20-\x20testId:\x20'+_0x2197fe+_0x5747c4(0x1dd)+_0x2da6fb[_0x5747c4(0x27b)]+_0x5747c4(0x2d5)+_0x1949e9+',\x20payload:\x20'+util[_0x5747c4(0x26a)](_0x2e5ef7,_0x23c5e9));const _0x280d27=await GrpcClient[_0x5747c4(0x1d2)]()[_0x5747c4(0x2a2)](_0x2e5ef7);logger[_0x5747c4(0x2a0)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x22af54[_0x5747c4(0x273)](_0x1bd410,0x1)+'/'+_0x1aa8c5+_0x5747c4(0x171)+_0x2197fe+_0x5747c4(0x19c)+util[_0x5747c4(0x26a)](_0x280d27));}_0x3e2c4c&&_0x22af54[_0x5747c4(0x26f)](_0x3e2c4c[_0x5747c4(0x27b)],0x0)&&_0x31953a[TestFrameworkConstants[_0x5747c4(0x176)]]&&_0x3fc085[_0x5747c4(0x2e3)]({[_0x2197fe]:{[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{},[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x5747c4(0x193)]]:this[_0x5747c4(0x234)]()[this[_0x5747c4(0x24e)]()[0x0]]||''}}),logger[_0x5747c4(0x2a0)](_0x5747c4(0x2ce)+_0x2197fe+_0x5747c4(0x225)+_0x1aa8c5);}catch(_0x4fdac5){logger[_0x5747c4(0x1f7)](_0x5747c4(0x1b5)+(_0x39069e[_0x5747c4(0x1df)]||_0x39069e['testId'])+_0x5747c4(0x1b1)+util[_0x5747c4(0x268)](_0x4fdac5));}}[a79_0x19c05a(0x174)](_0x45e3ab,_0x270a53,_0x118870,_0x21f4f5,_0x15135b){const _0x2b436f=a79_0x19c05a,_0x3e2a0b={};_0x3e2a0b[_0x2b436f(0x237)]=function(_0x245ab7,_0x5028f2){return _0x245ab7===_0x5028f2;},_0x3e2a0b[_0x2b436f(0x1c8)]=_0x2b436f(0x1d1);const _0x32dd12=_0x3e2a0b,{hookData:_0x279bf8}=_0x15135b,_0x1c94f2={'testId':_0x270a53,'testFrameworkState':_0x118870,'hookState':_0x21f4f5,'args':_0x15135b,'timestamp':new Date()[_0x2b436f(0x1f4)]()};if(_0x32dd12[_0x2b436f(0x237)](_0x118870,TestFrameworkState[_0x2b436f(0x199)])&&_0x279bf8){const _0x3d9c27={};_0x3d9c27[_0x2b436f(0x207)]=_0x279bf8[_0x2b436f(0x1fe)]||_0x279bf8['location'],_0x3d9c27[_0x2b436f(0x18a)]=_0x279bf8['scope']||_0x279bf8['scopes']&&_0x279bf8[_0x2b436f(0x297)][0x0]||'',_0x3d9c27[_0x2b436f(0x249)]=_0x32dd12[_0x2b436f(0x1c8)],_0x1c94f2['hookMetadata']=_0x3d9c27,logger['debug'](_0x2b436f(0x2c6)+_0x270a53+_0x2b436f(0x1f1)+_0x1c94f2[_0x2b436f(0x19b)]['filePath']+_0x2b436f(0x299)+_0x1c94f2[_0x2b436f(0x19b)][_0x2b436f(0x18a)]);}_0x45e3ab[_0x2b436f(0x2d0)](_0x270a53,_0x1c94f2),logger[_0x2b436f(0x2a0)](_0x2b436f(0x2be)+_0x270a53+_0x2b436f(0x1c6)+_0x118870+_0x2b436f(0x1fb)+_0x21f4f5);}async[a79_0x19c05a(0x2df)](_0x1406f4,_0x154db9){const _0x326d87=a79_0x19c05a,_0xd243ba={};_0xd243ba[_0x326d87(0x1b7)]=function(_0x2255d1,_0x2a3b00){return _0x2255d1>_0x2a3b00;},_0xd243ba[_0x326d87(0x175)]=function(_0x1c0bad,_0x53a9b0){return _0x1c0bad===_0x53a9b0;},_0xd243ba[_0x326d87(0x22d)]=function(_0x18ef23,_0x42bace){return _0x18ef23===_0x42bace;},_0xd243ba[_0x326d87(0x1ca)]=function(_0x34b0dc,_0x57f115){return _0x34b0dc===_0x57f115;},_0xd243ba[_0x326d87(0x2c9)]=_0x326d87(0x1ff);const _0x285b0d=_0xd243ba;if(_0x1406f4[_0x326d87(0x1e2)](_0x154db9)){const _0x8fcf40=_0x1406f4[_0x326d87(0x267)](_0x154db9);logger[_0x326d87(0x2a0)](_0x326d87(0x292)+_0x8fcf40[_0x326d87(0x27b)]+_0x326d87(0x17d)+_0x154db9);for(const _0x5eedf1 of _0x8fcf40){try{const _0x5c33be=await this[_0x326d87(0x1b3)](_0x1406f4,_0x5eedf1['testFrameworkState'],_0x5eedf1[_0x326d87(0x23d)],_0x5eedf1[_0x326d87(0x1d0)]);_0x5c33be&&_0x285b0d[_0x326d87(0x1b7)](Object[_0x326d87(0x1e9)](_0x5c33be)[_0x326d87(0x27b)],0x0)&&_0x1406f4['addMultipleEntries'](_0x5c33be),await this[_0x326d87(0x29a)](_0x1406f4,_0x5eedf1[_0x326d87(0x1c2)],_0x5eedf1[_0x326d87(0x23d)],_0x5eedf1['args']);}catch(_0x30ad32){logger[_0x326d87(0x1f7)](_0x326d87(0x1ef)+_0x154db9+',\x20error:\x20'+_0x30ad32);}}_0x1406f4[_0x326d87(0x1c0)](_0x154db9),logger[_0x326d87(0x2a0)](_0x326d87(0x285)+_0x154db9);}const _0x39a62f=_0x1406f4[_0x326d87(0x279)]()[_0x326d87(0x17f)](_0x154db9);if(_0x39a62f){const _0x22f9c9=_0x39a62f[TestFrameworkConstants[_0x326d87(0x1c9)]]||_0x39a62f[TestFrameworkConstants['KEY_TEST_LOCATION']],_0x3252b5=_0x39a62f[TestFrameworkConstants['KEY_TEST_SCOPE']]||_0x39a62f[TestFrameworkConstants[_0x326d87(0x2ca)]]&&_0x39a62f[TestFrameworkConstants[_0x326d87(0x2ca)]][0x0]||'';logger[_0x326d87(0x2a0)]('[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20'+_0x22f9c9+_0x326d87(0x299)+_0x3252b5);const _0x32992d=_0x1406f4[_0x326d87(0x255)]();for(const _0x503ec1 of _0x32992d){if(_0x285b0d[_0x326d87(0x175)](_0x503ec1,_0x154db9))continue;if(_0x1406f4[_0x326d87(0x1e2)](_0x503ec1)){const _0x2c8466=_0x1406f4[_0x326d87(0x267)](_0x503ec1);for(const _0x2c6c22 of _0x2c8466){if(_0x285b0d['rHjZP'](_0x2c6c22[_0x326d87(0x1c2)],TestFrameworkState[_0x326d87(0x199)])&&_0x2c6c22[_0x326d87(0x19b)]){const _0x5d74a2=_0x2c6c22['hookMetadata'][_0x326d87(0x207)],_0x218265=_0x2c6c22[_0x326d87(0x19b)][_0x326d87(0x18a)];if(_0x285b0d[_0x326d87(0x22d)](_0x5d74a2,_0x22f9c9)&&_0x285b0d[_0x326d87(0x1ca)](_0x218265,_0x3252b5)){logger[_0x326d87(0x2a0)]('[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20'+_0x503ec1+_0x326d87(0x209)+_0x154db9+',\x20filePath:\x20'+_0x5d74a2+',\x20scope:\x20'+_0x218265);_0x2c6c22[_0x326d87(0x1d0)]&&_0x2c6c22[_0x326d87(0x1d0)][_0x326d87(0x266)]&&(_0x2c6c22[_0x326d87(0x1d0)][_0x326d87(0x266)]['test_run_id']=_0x154db9,logger[_0x326d87(0x2a0)](_0x326d87(0x265)+_0x503ec1+'\x20to\x20'+_0x154db9));try{const _0x385cd5=await this[_0x326d87(0x1b3)](_0x1406f4,_0x2c6c22[_0x326d87(0x1c2)],_0x2c6c22[_0x326d87(0x23d)],_0x2c6c22['args']);_0x385cd5&&_0x285b0d['ZnTVa'](Object[_0x326d87(0x1e9)](_0x385cd5)['length'],0x0)&&_0x1406f4[_0x326d87(0x2e3)](_0x385cd5);await this[_0x326d87(0x29a)](_0x1406f4,_0x2c6c22['testFrameworkState'],_0x2c6c22[_0x326d87(0x23d)],_0x2c6c22[_0x326d87(0x1d0)]);const _0x41aebf=_0x1406f4[_0x326d87(0x267)](_0x503ec1)[_0x326d87(0x294)](_0x9c9df0=>_0x9c9df0!==_0x2c6c22);if(_0x285b0d['YBPTn'](_0x41aebf[_0x326d87(0x27b)],0x0))_0x1406f4['removePendingHooks'](_0x503ec1);else{_0x1406f4['removePendingHooks'](_0x503ec1);for(const _0x37e782 of _0x41aebf){_0x1406f4['addPendingHook'](_0x503ec1,_0x37e782);}}logger['debug'](_0x285b0d['bhnex']);}catch(_0xdfbca8){logger[_0x326d87(0x1f7)]('[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20'+_0x154db9+',\x20error:\x20'+_0xdfbca8);}}}}}}}}[a79_0x19c05a(0x289)](_0x45464e){const _0xfa7948=a79_0x19c05a,_0x5b84fd={'FLiRO':function(_0x575ce0){return _0x575ce0();}};if(!_0x45464e||!_0x45464e[_0xfa7948(0x2a5)])return;_0x45464e['parent'][_0xfa7948(0x183)]&&Array['isArray'](_0x45464e[_0xfa7948(0x2a5)][_0xfa7948(0x183)])&&_0x45464e[_0xfa7948(0x2a5)][_0xfa7948(0x183)][_0xfa7948(0x1cb)](_0x3f634d=>{const _0x29a8f2=_0xfa7948;!_0x3f634d[_0x29a8f2(0x250)]&&!_0x3f634d[_0x29a8f2(0x1a7)]&&(_0x3f634d['hookAnalyticsId']=_0x5b84fd[_0x29a8f2(0x1e7)](uuidv4),_0x3f634d[_0x29a8f2(0x1a7)]=_0x3f634d[_0x29a8f2(0x250)],logger[_0x29a8f2(0x2a0)](_0x29a8f2(0x24f)+_0x3f634d[_0x29a8f2(0x1a0)]+_0x29a8f2(0x1a1)+_0x3f634d[_0x29a8f2(0x250)]));}),this['mapTestHooks'](_0x45464e[_0xfa7948(0x2a5)]);}['getHooksForTest'](_0x36e687){const _0x3fc10a=a79_0x19c05a,_0x1e8a07={'tKUCb':function(_0x5892ff,_0x4be116){return _0x5892ff(_0x4be116);}};if(!_0x36e687||!_0x36e687[_0x3fc10a(0x2a5)])return[];const _0xadc00b=[];return _0x36e687[_0x3fc10a(0x2a5)]['hooks']&&Array['isArray'](_0x36e687[_0x3fc10a(0x2a5)][_0x3fc10a(0x183)])&&_0x36e687[_0x3fc10a(0x2a5)][_0x3fc10a(0x183)][_0x3fc10a(0x1cb)](_0x1b4312=>{const _0xccbc0d=_0x3fc10a,_0x38dd37=_0x1b4312[_0xccbc0d(0x250)]||_0x1b4312[_0xccbc0d(0x1a7)];_0x38dd37&&!this[_0xccbc0d(0x244)](_0x1b4312)&&!_0x1e8a07[_0xccbc0d(0x2c5)](isInternalHook,_0x1b4312['fn'])&&_0xadc00b[_0xccbc0d(0x1d4)](_0x38dd37);}),[..._0xadc00b,...this[_0x3fc10a(0x192)](_0x36e687[_0x3fc10a(0x2a5)])];}[a79_0x19c05a(0x281)](_0x1f30a5){const _0x2c2fab=a79_0x19c05a,_0x51fe9e={'SqUzi':function(_0x48a4c8,_0x4430d2){return _0x48a4c8(_0x4430d2);},'mzlfs':_0x2c2fab(0x235),'Tkgnm':function(_0x454826,_0x30c0db){return _0x454826(_0x30c0db);},'RIXSB':function(_0x49386b,_0x355efc){return _0x49386b(_0x355efc);}},_0x5f2684=new Map(),_0x4facfb=_0x1fa903=>{const _0x4ab8ca=_0x2c2fab;if(!_0x1fa903||!_0x1fa903['parent'])return;_0x1fa903[_0x4ab8ca(0x2a5)][_0x4ab8ca(0x183)]&&Array[_0x4ab8ca(0x213)](_0x1fa903[_0x4ab8ca(0x2a5)]['hooks'])&&_0x1fa903['parent'][_0x4ab8ca(0x183)]['forEach'](_0x3de189=>{const _0x3dab59=_0x4ab8ca,_0xf19256=_0x3de189['hookAnalyticsId']||_0x3de189[_0x3dab59(0x1a7)];if(_0xf19256&&!this[_0x3dab59(0x244)](_0x3de189)&&!_0x51fe9e['SqUzi'](isInternalHook,_0x3de189['fn'])){const _0x434ee2={};_0x434ee2[_0x3dab59(0x1a0)]=_0x3de189[_0x3dab59(0x1a0)]||_0x51fe9e[_0x3dab59(0x2b9)],_0x434ee2['name']=_0x3de189[_0x3dab59(0x215)]||'\x22'+_0x3de189['type']+_0x3dab59(0x185),_0x5f2684['set'](_0xf19256,_0x434ee2);}}),_0x51fe9e['Tkgnm'](_0x4facfb,_0x1fa903[_0x4ab8ca(0x2a5)]);};return _0x51fe9e[_0x2c2fab(0x1ae)](_0x4facfb,_0x1f30a5),_0x5f2684;}['isJestInternalHook'](_0x57c0f1){const _0x7d3101=a79_0x19c05a,_0x862570={};_0x862570[_0x7d3101(0x2d8)]=_0x7d3101(0x1b0),_0x862570[_0x7d3101(0x228)]=_0x7d3101(0x1ce);const _0x3d11be=_0x862570;try{const _0x19a079=this['getRootParentFile'](_0x57c0f1);if(!_0x19a079||_0x19a079['includes'](_0x3d11be[_0x7d3101(0x2d8)]))return!![];return![];}catch(_0x5927a7){logger[_0x7d3101(0x2a0)](_0x3d11be[_0x7d3101(0x228)]);}return![];}[a79_0x19c05a(0x2eb)](_0x325e46){const _0x34ca0c=a79_0x19c05a,_0x107fe6={'oppFf':function(_0x50c09e,_0x19098c){return _0x50c09e(_0x19098c);}};if(_0x325e46['file'])return _0x325e46[_0x34ca0c(0x243)];if(_0x325e46[_0x34ca0c(0x1fd)])try{const _0x1d8e24=stackTrace['parse'](_0x325e46[_0x34ca0c(0x1fd)]),_0x5ef107=_0x107fe6[_0x34ca0c(0x1ed)](pickUserFrameFile,_0x1d8e24);if(_0x5ef107)return _0x5ef107;logger[_0x34ca0c(0x2a0)]('[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length='+_0x1d8e24[_0x34ca0c(0x27b)]+')');}catch(_0x18eaf8){logger[_0x34ca0c(0x2a0)](_0x34ca0c(0x18d)+util[_0x34ca0c(0x268)](_0x18eaf8));}return null;}}function a79_0x4f48(_0x2953cb,_0x318ae9){const _0x3cb6c0=a79_0x3cb6();return a79_0x4f48=function(_0x4f4859,_0x500f3c){_0x4f4859=_0x4f4859-0x16b;let _0xde72ef=_0x3cb6c0[_0x4f4859];return _0xde72ef;},a79_0x4f48(_0x2953cb,_0x318ae9);}module['exports']=JestTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a80_0x39c09b=a80_0x41d4;(function(_0x28185a,_0x26c2f0){const _0x23e771=a80_0x41d4,_0x4e00ff=_0x28185a();while(!![]){try{const _0xee4964=-parseInt(_0x23e771(0x20b))/0x1*(-parseInt(_0x23e771(0x20f))/0x2)+-parseInt(_0x23e771(0x20d))/0x3+parseInt(_0x23e771(0x22a))/0x4*(parseInt(_0x23e771(0x1e9))/0x5)+parseInt(_0x23e771(0x228))/0x6+-parseInt(_0x23e771(0x221))/0x7*(parseInt(_0x23e771(0x1ff))/0x8)+parseInt(_0x23e771(0x1ea))/0x9*(parseInt(_0x23e771(0x217))/0xa)+-parseInt(_0x23e771(0x20c))/0xb*(parseInt(_0x23e771(0x204))/0xc);if(_0xee4964===_0x26c2f0)break;else _0x4e00ff['push'](_0x4e00ff['shift']());}catch(_0x36c902){_0x4e00ff['push'](_0x4e00ff['shift']());}}}(a80_0x1159,0xa8fa8));function a80_0x41d4(_0x4ab224,_0x535b1c){const _0x11593d=a80_0x1159();return a80_0x41d4=function(_0x41d411,_0x1c3385){_0x41d411=_0x41d411-0x1e1;let _0x5c1f25=_0x11593d[_0x41d411];return _0x5c1f25;},a80_0x41d4(_0x4ab224,_0x535b1c);}const path=require(a80_0x39c09b(0x1f3)),TestFramework=require('./testFramework'),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require('../state/hookState.js'),{createClassLogger}=require(a80_0x39c09b(0x21f)),TestFrameworkInstance=require(a80_0x39c09b(0x1f8)),CLIUtils=require(a80_0x39c09b(0x1fa)),TrackedInstance=require(a80_0x39c09b(0x1e4)),TestFrameworkConstants=require(a80_0x39c09b(0x208)),util=require(a80_0x39c09b(0x1fd)),logger=createClassLogger(a80_0x39c09b(0x222));class NewmanTestFramework extends TestFramework{constructor(_0x1e3ffa,_0x56b570,_0x5318f5){super(_0x1e3ffa,_0x56b570,_0x5318f5);}async[a80_0x39c09b(0x1f9)](_0x5b3b1d,_0x6fecc1,_0x106c5c={}){const _0x433aa8=a80_0x39c09b,_0x17b237={};_0x17b237[_0x433aa8(0x201)]=function(_0x2b65f9,_0x170a59){return _0x2b65f9===_0x170a59;},_0x17b237[_0x433aa8(0x22f)]=function(_0x53d5d5,_0xf5c58e){return _0x53d5d5===_0xf5c58e;};const _0x8d50db=_0x17b237;logger[_0x433aa8(0x219)](_0x433aa8(0x1f4)+_0x5b3b1d+_0x433aa8(0x229)+_0x6fecc1),await super[_0x433aa8(0x1f9)](_0x5b3b1d,_0x6fecc1,_0x106c5c);const _0x2bc41f=this[_0x433aa8(0x21d)](_0x5b3b1d,_0x6fecc1,_0x106c5c);if(!_0x2bc41f)return;try{if(_0x8d50db['ECWll'](_0x5b3b1d,TestFrameworkState[_0x433aa8(0x1f2)])&&_0x106c5c[_0x433aa8(0x224)]){const _0x5f3b22=_0x8d50db['oEtqt'](_0x6fecc1,HookState['PRE'])?this[_0x433aa8(0x232)](_0x106c5c[_0x433aa8(0x224)]):this[_0x433aa8(0x1ef)](_0x106c5c[_0x433aa8(0x224)]);_0x2bc41f['addMultipleEntries'](_0x5f3b22);}}catch(_0x36261c){logger[_0x433aa8(0x1fe)](_0x433aa8(0x22d)+util['format'](_0x36261c));}_0x106c5c[_0x433aa8(0x21c)]=_0x2bc41f,await this[_0x433aa8(0x1eb)](_0x2bc41f,_0x5b3b1d,_0x6fecc1,_0x106c5c);}[a80_0x39c09b(0x232)](_0x1d64c5){const _0x4f396e=a80_0x39c09b,_0x5cfcf1=this[_0x4f396e(0x1f5)]()[0x0],_0x899a5d={};return _0x899a5d[_0x1d64c5[_0x4f396e(0x22b)]]={[TestFrameworkConstants[_0x4f396e(0x212)]]:_0x5cfcf1,[TestFrameworkConstants[_0x4f396e(0x218)]]:this[_0x4f396e(0x220)]()[_0x5cfcf1],[TestFrameworkConstants[_0x4f396e(0x227)]]:[],[TestFrameworkConstants[_0x4f396e(0x1e7)]]:{},[TestFrameworkConstants[_0x4f396e(0x21a)]]:{},[TestFrameworkConstants[_0x4f396e(0x207)]]:TestFrameworkConstants[_0x4f396e(0x1f1)],[TestFrameworkConstants['KEY_TEST_ID']]:_0x1d64c5[_0x4f396e(0x22b)],[TestFrameworkConstants[_0x4f396e(0x226)]]:_0x1d64c5[_0x4f396e(0x22b)],[TestFrameworkConstants['KEY_TEST_NAME']]:_0x1d64c5[_0x4f396e(0x214)],[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x1d64c5['file_path']||'',[TestFrameworkConstants[_0x4f396e(0x230)]]:_0x1d64c5[_0x4f396e(0x1e5)]||'',[TestFrameworkConstants['KEY_TEST_CODE']]:null,[TestFrameworkConstants[_0x4f396e(0x20a)]]:_0x1d64c5[_0x4f396e(0x231)]||[],[TestFrameworkConstants[_0x4f396e(0x203)]]:_0x1d64c5[_0x4f396e(0x216)]||new Date()['toISOString'](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x1d64c5['scope']||'',[TestFrameworkConstants[_0x4f396e(0x1ed)]]:_0x1d64c5[_0x4f396e(0x1e6)]||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:null,[TestFrameworkConstants[_0x4f396e(0x1f6)]]:_0x1d64c5['custom_metadata']||{},[TestFrameworkConstants['KEY_TEST_META']]:_0x1d64c5[_0x4f396e(0x1f0)]||{}},_0x899a5d;}['parseNewmanTestResult'](_0x3215be){const _0x5b9c39=a80_0x39c09b,_0x2dab94={};_0x2dab94[_0x5b9c39(0x22c)]='pending';const _0x5c66a5=_0x2dab94,_0x31f9e4={};return _0x31f9e4[_0x3215be[_0x5b9c39(0x22b)]]={[TestFrameworkConstants[_0x5b9c39(0x207)]]:_0x3215be['result']||_0x5c66a5[_0x5b9c39(0x22c)],[TestFrameworkConstants[_0x5b9c39(0x1ec)]]:_0x3215be['finished_at']||new Date()[_0x5b9c39(0x206)](),[TestFrameworkConstants['KEY_TEST_FAILURE']]:_0x3215be[_0x5b9c39(0x210)]||[],[TestFrameworkConstants[_0x5b9c39(0x225)]]:_0x3215be['failure_type']||null,[TestFrameworkConstants[_0x5b9c39(0x215)]]:_0x3215be['failure_reason']||null},_0x31f9e4;}[a80_0x39c09b(0x21d)](_0x35b2af){const _0x2888dd=a80_0x39c09b;let _0x646c47=TestFramework[_0x2888dd(0x1e3)]();if(!_0x646c47){const _0x4b7389=TrackedInstance[_0x2888dd(0x22e)](CLIUtils[_0x2888dd(0x1e2)]());_0x646c47=new TestFrameworkInstance(_0x4b7389,this['getTestFrameworks'](),this[_0x2888dd(0x220)](),_0x35b2af,HookState[_0x2888dd(0x205)]),TestFramework[_0x2888dd(0x20e)](_0x4b7389,_0x646c47);}return _0x646c47;}['createTestFrameworkEventPayload'](_0x260b75){const _0x2fb67b=a80_0x39c09b,_0xdfc9d3={};_0xdfc9d3['cfFZh']=_0x2fb67b(0x1e8);const _0x24261b=_0xdfc9d3;try{const _0x83c23=_0x260b75[_0x2fb67b(0x224)]?_0x260b75[_0x2fb67b(0x224)]['uuid']:null,_0x412d43=_0x260b75[_0x2fb67b(0x21c)],_0x3063dd=_0x412d43[_0x2fb67b(0x223)](),_0x59ed48=_0x412d43['getAllData']()['get'](_0x83c23);if(!_0x59ed48)return{};const {[TestFrameworkConstants[_0x2fb67b(0x212)]]:_0x31ac5d='',[TestFrameworkConstants[_0x2fb67b(0x218)]]:_0x4fc046='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x431354='',[TestFrameworkConstants[_0x2fb67b(0x1ec)]]:_0xb16e90=''}=_0x59ed48;return{'platformIndex':0x0,'testFrameworkName':_0x31ac5d,'testFrameworkVersion':_0x4fc046,'testFrameworkState':_0x412d43[_0x2fb67b(0x209)]()['toString']()[_0x2fb67b(0x1fb)]('.')[0x1],'hookState':_0x412d43[_0x2fb67b(0x213)]()['toString']()[_0x2fb67b(0x1fb)]('.')[0x1],'startedAt':_0x431354,'endedAt':_0xb16e90,'uuid':_0x83c23,'eventJson':Buffer[_0x2fb67b(0x1ee)](JSON[_0x2fb67b(0x21e)](_0x59ed48))[_0x2fb67b(0x1f7)](_0x24261b[_0x2fb67b(0x200)]),'executionContext':{'hash':_0x3063dd[_0x2fb67b(0x202)](),'threadId':_0x3063dd[_0x2fb67b(0x1e1)]()['toString'](),'processId':_0x3063dd[_0x2fb67b(0x1fc)]()[_0x2fb67b(0x1f7)]()}};}catch(_0x49a29d){return logger[_0x2fb67b(0x1fe)](_0x2fb67b(0x211)+util['format'](_0x49a29d)),{};}}}function a80_0x1159(){const _0x4f5619=['path','trackEvent:\x20state=','getTestFrameworks','KEY_CUSTOM_TAGS','toString','../instances/testFrameworkInstance.js','trackEvent','../cliUtils.js','split','getProcessId','util','error','8XvsfQa','cfFZh','ECWll','getId','KEY_TEST_STARTED_AT','3287052WDAhFp','NONE','toISOString','KEY_TEST_RESULT','./constants/testFrameworkConstants.js','getCurrentTestState','KEY_TEST_TAGS','1TkCdrL','66VkQxLV','828846HDeuAE','setTrackedInstance','2373578zvekQn','failure','createTestFrameworkEventPayload:\x20error=','KEY_TEST_FRAMEWORK_NAME','getCurrentHookState','name','KEY_TEST_FAILURE_REASON','started_at','10pWvVPh','KEY_TEST_FRAMEWORK_VERSION','debug','KEY_HOOKS_STARTED','exports','instance','resolveInstance','stringify','../../../helpers/classLogger.js','getTestFrameworksVersions','7047089zxhrED','NewmanTestFramework','getContext','test','KEY_TEST_FAILURE_TYPE','KEY_TEST_UUID','KEY_TEST_LOGS','7976148VzgfSY','\x20hook=','968rUMaba','uuid','xjloh','trackEvent:\x20error=','createContext','oEtqt','KEY_TEST_LOCATION','tags','parseNewmanTest','getThreadId','getCurrentInstanceName','getTrackedInstance','../instances/trackedInstance.js','location','scopes','KEY_HOOKS_FINISHED','base64','6815PGrmuX','6954102CwYsSy','runHooks','KEY_TEST_ENDED_AT','KEY_TEST_SCOPES','from','parseNewmanTestResult','meta','DEFAULT_TEST_RESULT','TEST'];a80_0x1159=function(){return _0x4f5619;};return a80_0x1159();}module[a80_0x39c09b(0x21b)]=NewmanTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a81_0xb857df=a81_0x2de7;function a81_0x2de7(_0x4473e8,_0x13e37d){const _0x51c55d=a81_0x51c5();return a81_0x2de7=function(_0x2de7ff,_0x3f8853){_0x2de7ff=_0x2de7ff-0xc0;let _0x32dae6=_0x51c55d[_0x2de7ff];return _0x32dae6;},a81_0x2de7(_0x4473e8,_0x13e37d);}function a81_0x51c5(){const _0x17b551=['getTrackedInstance','../instances/trackedInstance.js','../cliUtils.js','96372NkTQav','getAutomationFrameworkName','./automationFramework.js','DGKZe','xSNgs','../instances/automationFrameworkInstance.js','PLAYWRIGHT_DISPATCH','wMmIJ','trackPlaywrightInstance:\x20instance\x20already\x20exists','862484UHbdUG','18cIJjeK','10ZsdhoK','114558xZsVFo','zifxc','logger','message','exports','3398380fwpOhT','runHooks',',\x20state=','CREATE','57476NAyzdq','trackEvent:\x20automationFrameworkState=','getAutomationFrameworkVersion','resolveInstance','trackPlaywrightInstance','3084zMsotv','26257fngmAF','setTrackedInstance','\x20hookState=','82137jFovrH','Bnprr','debug','trackEvent','info','180WCCtrY','instance','createContext','../../../helpers/classLogger.js','8Iojchi','NONE'];a81_0x51c5=function(){return _0x17b551;};return a81_0x51c5();}(function(_0x1916a4,_0xa346d2){const _0x2a2793=a81_0x2de7,_0x1e2c9a=_0x1916a4();while(!![]){try{const _0x33a81c=-parseInt(_0x2a2793(0xcf))/0x1*(parseInt(_0x2a2793(0xda))/0x2)+-parseInt(_0x2a2793(0xc1))/0x3+parseInt(_0x2a2793(0xe4))/0x4*(-parseInt(_0x2a2793(0xc6))/0x5)+parseInt(_0x2a2793(0xdb))/0x6+-parseInt(_0x2a2793(0xd8))/0x7*(-parseInt(_0x2a2793(0xca))/0x8)+parseInt(_0x2a2793(0xd9))/0x9*(parseInt(_0x2a2793(0xe0))/0xa)+parseInt(_0x2a2793(0xea))/0xb*(parseInt(_0x2a2793(0xe9))/0xc);if(_0x33a81c===_0xa346d2)break;else _0x1e2c9a['push'](_0x1e2c9a['shift']());}catch(_0x5d82c0){_0x1e2c9a['push'](_0x1e2c9a['shift']());}}}(a81_0x51c5,0x63d55));const AutomationFramework=require(a81_0xb857df(0xd1)),{createClassLogger}=require(a81_0xb857df(0xc9)),AutomationFrameworkState=require('../state/automationFrameworkState.js'),CLIUtils=require(a81_0xb857df(0xce)),TrackedInstance=require(a81_0xb857df(0xcd)),AutomationFrameworkInstance=require(a81_0xb857df(0xd4));class PlaywrightAutomationFramework extends AutomationFramework{['logger']=createClassLogger('PlaywrightAutomationFramework');constructor(_0x4ea555,_0x42ab62){super(_0x4ea555,_0x42ab62);}async[a81_0xb857df(0xc4)](_0x50519f,_0x4ca8c1,_0x21333e={}){const _0xf10b5=a81_0xb857df,_0xb1c9fe={};_0xb1c9fe[_0xf10b5(0xc2)]=function(_0x22fe93,_0x1c998d){return _0x22fe93===_0x1c998d;};const _0x249b24=_0xb1c9fe;this[_0xf10b5(0xdd)][_0xf10b5(0xc3)](_0xf10b5(0xe5)+_0x50519f+_0xf10b5(0xc0)+_0x4ca8c1),await super[_0xf10b5(0xc4)](_0x50519f,_0x4ca8c1,_0x21333e);const _0x2fcf40=this[_0xf10b5(0xe7)](_0x50519f,_0x4ca8c1,_0x21333e);if(_0x249b24[_0xf10b5(0xc2)](_0x2fcf40,null))return;_0x21333e[_0xf10b5(0xc7)]=_0x2fcf40,await this[_0xf10b5(0xe1)](_0x2fcf40,_0x50519f,_0x4ca8c1,_0x21333e);}['resolveInstance'](_0x17ca8f,_0x10e125,_0x127b3c={}){const _0x307294=a81_0xb857df,_0x16f267={};_0x16f267[_0x307294(0xdc)]=function(_0x1bbc62,_0x4cb6b1){return _0x1bbc62===_0x4cb6b1;},_0x16f267['xSNgs']=function(_0x287d79,_0x5ce71f){return _0x287d79===_0x5ce71f;},_0x16f267[_0x307294(0xd2)]=function(_0x501c06,_0x4385e3){return _0x501c06===_0x4385e3;};const _0x41c4ab=_0x16f267;let _0x597e52=null;return(_0x41c4ab['zifxc'](_0x17ca8f,AutomationFrameworkState[_0x307294(0xe3)])||_0x41c4ab[_0x307294(0xd3)](_0x17ca8f,AutomationFrameworkState[_0x307294(0xd5)])&&(_0x127b3c['message']&&_0x127b3c[_0x307294(0xde)]['params']&&_0x127b3c[_0x307294(0xde)]['params']['bsParams'])||_0x41c4ab[_0x307294(0xd2)](_0x17ca8f,AutomationFrameworkState[_0x307294(0xcb)]))&&this[_0x307294(0xe8)](_0x17ca8f,_0x127b3c),_0x597e52=AutomationFramework[_0x307294(0xcc)](),_0x597e52;}[a81_0xb857df(0xe8)](_0x4176b3,_0x4f3cab){const _0x2bfd5d=a81_0xb857df,_0x4188b4={};_0x4188b4['wMmIJ']=_0x2bfd5d(0xd7);const _0x3a75ad=_0x4188b4;if(AutomationFramework[_0x2bfd5d(0xcc)]()){this[_0x2bfd5d(0xdd)][_0x2bfd5d(0xc5)](_0x3a75ad[_0x2bfd5d(0xd6)]);return;}const _0x4330bd=CLIUtils['getCurrentInstanceName'](),_0x18ffcd=TrackedInstance[_0x2bfd5d(0xc8)](_0x4330bd);let _0x266bef=null;this[_0x2bfd5d(0xdd)][_0x2bfd5d(0xc5)]('trackPlaywrightInstance:\x20created\x20instance\x20for\x20target='+_0x4330bd+_0x2bfd5d(0xe2)+_0x4176b3),_0x266bef=new AutomationFrameworkInstance(_0x18ffcd,this[_0x2bfd5d(0xd0)](),this[_0x2bfd5d(0xe6)](),_0x4176b3),AutomationFramework[_0x2bfd5d(0xeb)](_0x18ffcd,_0x266bef),this[_0x2bfd5d(0xdd)]['info']('trackPlaywrightInstance:\x20saved\x20instance\x20contextId='+_0x18ffcd['getId']()+'\x20target='+_0x4330bd);}}module[a81_0xb857df(0xdf)]=PlaywrightAutomationFramework;
|