browserstack-node-sdk 1.57.2 → 1.59.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/generated/sdk-messages_pb.d.ts +376 -36
- package/generated/sdk-messages_pb.js +2955 -279
- package/generated/sdk_grpc_pb.d.ts +5 -0
- package/generated/sdk_grpc_pb.js +51 -0
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -0
- package/src/bin/jasmine/command.js +2 -0
- package/src/bin/jasmine/test.setup.js +1 -0
- package/src/bin/jasmine/testRunMap.js +1 -0
- 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/testcafe/a11y-runner.js +1 -0
- package/src/bin/testcafe/command.js +2 -0
- package/src/bin/testcafe/reporter/index.js +1 -0
- package/src/bin/testcafe/reporter/tcUtils.js +1 -0
- package/src/bin/testcafe/session-registry.js +1 -0
- package/src/bin/testcafe/stdout-interceptor.js +1 -0
- package/src/bin/testcafe/testcafe-action-patcher.js +1 -0
- package/src/bin/testcafe/w3c-driver.js +1 -0
- 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/framework/testcafeAutomationFramework.js +1 -0
- package/src/bin/v2/framework/testcafeTestFramework.js +1 -0
- 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/testcafeDriverModule.js +1 -0
- 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_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
|
+
const a91_0x298dc3=a91_0x1ab4;(function(_0x55de60,_0x1a2359){const _0x56287e=a91_0x1ab4,_0x3fbce7=_0x55de60();while(!![]){try{const _0x3747b1=parseInt(_0x56287e(0x23e))/0x1+parseInt(_0x56287e(0x2a1))/0x2*(parseInt(_0x56287e(0x235))/0x3)+-parseInt(_0x56287e(0x29d))/0x4*(-parseInt(_0x56287e(0x245))/0x5)+parseInt(_0x56287e(0x1c2))/0x6*(parseInt(_0x56287e(0x19b))/0x7)+-parseInt(_0x56287e(0x2a4))/0x8+-parseInt(_0x56287e(0x2b8))/0x9*(parseInt(_0x56287e(0x17c))/0xa)+-parseInt(_0x56287e(0x2e5))/0xb*(parseInt(_0x56287e(0x26f))/0xc);if(_0x3747b1===_0x1a2359)break;else _0x3fbce7['push'](_0x3fbce7['shift']());}catch(_0x18c3a6){_0x3fbce7['push'](_0x3fbce7['shift']());}}}(a91_0x5822,0x594f5));const TestFramework=require(a91_0x298dc3(0x1c5)),TestFrameworkState=require(a91_0x298dc3(0x203)),HookState=require(a91_0x298dc3(0x1ab)),{createClassLogger}=require(a91_0x298dc3(0x1b6)),TestFrameworkInstance=require(a91_0x298dc3(0x233)),CLIUtils=require(a91_0x298dc3(0x2db)),TrackedInstance=require(a91_0x298dc3(0x290)),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),{getManualUploadLogs,getMediaArtifactsLogs}=require(a91_0x298dc3(0x1e1)),{isInternalHook}=require(a91_0x298dc3(0x2a6)),logger=createClassLogger('JestTestFramework'),{v4:uuidv4}=require('uuid'),util=require(a91_0x298dc3(0x197)),TestInfo=require(a91_0x298dc3(0x213)),GrpcClient=require(a91_0x298dc3(0x202)),stackTrace=require(a91_0x298dc3(0x270)),{pickUserFrameFile}=require(a91_0x298dc3(0x23d));class JestTestFramework extends TestFramework{constructor(_0x25bd55,_0x1cd88e,_0x78b863){super(_0x25bd55,_0x1cd88e,_0x78b863),this['activeHooks']=new Map();}[a91_0x298dc3(0x2af)](_0x569b36,_0x5e04bf,_0x28df61){const _0x461435=a91_0x298dc3,_0x40a829={};_0x40a829[_0x461435(0x26c)]=function(_0x43615c,_0x3580a7){return _0x43615c||_0x3580a7;};const _0x499b13=_0x40a829;if(_0x499b13[_0x461435(0x26c)](!_0x569b36,!_0x5e04bf)){logger[_0x461435(0x241)](_0x461435(0x1f9)+_0x569b36+_0x461435(0x247)+_0x5e04bf);return;}!this[_0x461435(0x194)][_0x461435(0x19f)](_0x569b36)&&this[_0x461435(0x194)]['set'](_0x569b36,[]);const _0x3b49a4={'hookUUID':_0x5e04bf,'hookType':_0x28df61,'startedAt':new Date()[_0x461435(0x16a)]()};this[_0x461435(0x194)][_0x461435(0x22f)](_0x569b36)[_0x461435(0x2e6)](_0x3b49a4),logger[_0x461435(0x2b2)](_0x461435(0x1da)+_0x569b36+_0x461435(0x247)+_0x5e04bf+_0x461435(0x272)+_0x28df61+_0x461435(0x253)+this[_0x461435(0x194)][_0x461435(0x22f)](_0x569b36)[_0x461435(0x263)]);}[a91_0x298dc3(0x18d)](_0x26a9f4,_0x402005){const _0x8204b7=a91_0x298dc3,_0x580af4={};_0x580af4[_0x8204b7(0x20e)]=function(_0x2f9d6b,_0x3ff8b4){return _0x2f9d6b||_0x3ff8b4;},_0x580af4[_0x8204b7(0x18e)]=function(_0x8b65e4,_0x33c721){return _0x8b65e4!==_0x33c721;},_0x580af4[_0x8204b7(0x16d)]=function(_0x4849ad,_0x4ec074){return _0x4849ad===_0x4ec074;};const _0x10df7d=_0x580af4;if(_0x10df7d[_0x8204b7(0x20e)](!_0x26a9f4,!_0x402005)){logger['warn'](_0x8204b7(0x1e9)+_0x26a9f4+_0x8204b7(0x247)+_0x402005);return;}if(this[_0x8204b7(0x194)]['has'](_0x26a9f4)){const _0x3189f8=this[_0x8204b7(0x194)]['get'](_0x26a9f4),_0x1e2551=_0x3189f8['findIndex'](_0x51bfa2=>_0x51bfa2[_0x8204b7(0x2a5)]===_0x402005);_0x10df7d[_0x8204b7(0x18e)](_0x1e2551,-0x1)?(_0x3189f8[_0x8204b7(0x262)](_0x1e2551,0x1),logger[_0x8204b7(0x2b2)](_0x8204b7(0x179)+_0x26a9f4+_0x8204b7(0x247)+_0x402005+_0x8204b7(0x21c)+_0x3189f8[_0x8204b7(0x263)]),_0x10df7d[_0x8204b7(0x16d)](_0x3189f8[_0x8204b7(0x263)],0x0)&&this['activeHooks']['delete'](_0x26a9f4)):logger[_0x8204b7(0x2b2)]('[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier='+_0x26a9f4+_0x8204b7(0x247)+_0x402005);}}[a91_0x298dc3(0x26b)](_0xc86df8){const _0x308c8e=a91_0x298dc3,_0x9545f={};_0x9545f[_0x308c8e(0x1b3)]=function(_0x366559,_0x1f4845){return _0x366559>_0x1f4845;},_0x9545f['HKgWb']=function(_0x5941fa,_0xe62bd2){return _0x5941fa-_0xe62bd2;};const _0x297bc6=_0x9545f;if(!_0xc86df8)return null;if(this[_0x308c8e(0x194)][_0x308c8e(0x19f)](_0xc86df8)){const _0x4bda8d=this[_0x308c8e(0x194)]['get'](_0xc86df8);if(_0x297bc6[_0x308c8e(0x1b3)](_0x4bda8d[_0x308c8e(0x263)],0x0)){const _0x24faa8=_0x4bda8d[_0x297bc6[_0x308c8e(0x2e0)](_0x4bda8d[_0x308c8e(0x263)],0x1)];return logger['debug']('[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier='+_0xc86df8+_0x308c8e(0x247)+_0x24faa8[_0x308c8e(0x2a5)]+',\x20hookType='+_0x24faa8[_0x308c8e(0x2f8)]),_0x24faa8;}}return null;}async[a91_0x298dc3(0x252)](_0xd74ec9,_0x2e53c1,_0x2d36d8={}){const _0x3cf227=a91_0x298dc3,_0x2ccf43={};_0x2ccf43[_0x3cf227(0x274)]=_0x3cf227(0x243),_0x2ccf43[_0x3cf227(0x27b)]=function(_0x35996d,_0x1d1183){return _0x35996d===_0x1d1183;},_0x2ccf43['ZXUcu']=function(_0x545139,_0x28f400){return _0x545139||_0x28f400;},_0x2ccf43['Bkbjo']=_0x3cf227(0x1ad);const _0x4bf70e=_0x2ccf43;logger[_0x3cf227(0x2b2)](_0x3cf227(0x2d2)+_0xd74ec9+',\x20hookState='+_0x2e53c1+',\x20argsKeys='+Object[_0x3cf227(0x199)](_0x2d36d8)[_0x3cf227(0x2d4)](',')),await super[_0x3cf227(0x252)](_0xd74ec9,_0x2e53c1,_0x2d36d8);const _0x5de338=this[_0x3cf227(0x20d)](_0xd74ec9,_0x2e53c1,_0x2d36d8);if(!_0x5de338){logger[_0x3cf227(0x2b2)](_0x4bf70e[_0x3cf227(0x274)]);return;}try{let _0x518e79,_0x5ca5dc,_0x16d285;switch(_0xd74ec9){case TestFrameworkState[_0x3cf227(0x1fa)]:_0x518e79=_0x2d36d8[_0x3cf227(0x176)];const _0x41f5ea={};_0x41f5ea[_0x3cf227(0x2e8)]=0x2,_0x41f5ea[_0x3cf227(0x2b9)]=0x3,logger[_0x3cf227(0x2b2)](_0x3cf227(0x1b2)+_0x2e53c1+_0x3cf227(0x18b)+util['inspect'](_0x518e79,_0x41f5ea)),_0x16d285=this['getJestTestIdentifier'](_0x518e79),_0x5ca5dc=null,logger[_0x3cf227(0x2b2)](_0x3cf227(0x1f3)+_0x16d285+_0x3cf227(0x24e));if(_0x4bf70e[_0x3cf227(0x27b)](_0x2e53c1,HookState['PRE'])){logger[_0x3cf227(0x2b2)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20'+_0x16d285);const _0x3e21f2={};_0x3e21f2[_0x3cf227(0x17a)]=_0x5ca5dc,_0x3e21f2[_0x3cf227(0x177)]=_0x518e79,_0x3e21f2[_0x3cf227(0x280)]=_0x16d285;const _0x4bd15b=this[_0x3cf227(0x268)](_0x3e21f2),_0x1cae35={};_0x1cae35[_0x3cf227(0x2e8)]=0x2,_0x1cae35[_0x3cf227(0x2b9)]=0x3,logger['debug'](_0x3cf227(0x299)+util['inspect'](_0x4bd15b,_0x1cae35)),_0x5de338[_0x3cf227(0x269)](_0x4bd15b),logger[_0x3cf227(0x2b2)](_0x3cf227(0x1bb)+_0x16d285),await this[_0x3cf227(0x266)](_0x5de338,_0x16d285);}else{if(_0x4bf70e[_0x3cf227(0x27b)](_0x2e53c1,HookState[_0x3cf227(0x284)])){logger[_0x3cf227(0x2b2)](_0x3cf227(0x1a5)+_0x16d285);const _0x29061b=_0x5de338[_0x3cf227(0x2ae)]()['get'](_0x16d285);logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20'+util[_0x3cf227(0x1ca)](Object[_0x3cf227(0x199)](_0x4bf70e[_0x3cf227(0x237)](_0x29061b,{}))));_0x29061b&&_0x29061b[TestFrameworkConstants[_0x3cf227(0x28b)]]?logger[_0x3cf227(0x2b2)](_0x3cf227(0x2a9)+Object['keys'](_0x29061b[TestFrameworkConstants[_0x3cf227(0x28b)]])['length']+'\x20files'):logger[_0x3cf227(0x2b2)](_0x4bf70e[_0x3cf227(0x2f9)]);const _0x44a771=_0x2d36d8[_0x3cf227(0x24d)]||null,_0x1c73a1={};_0x1c73a1[_0x3cf227(0x17a)]=_0x5ca5dc,_0x1c73a1['testData']=_0x518e79,_0x1c73a1[_0x3cf227(0x280)]=_0x16d285,_0x1c73a1['originalTest']=_0x44a771;const _0x2da5d3=this[_0x3cf227(0x189)](_0x1c73a1),_0x4e17da={};_0x4e17da['depth']=0x2,_0x4e17da['maxArrayLength']=0x3,logger[_0x3cf227(0x2b2)](_0x3cf227(0x28a)+util[_0x3cf227(0x1ca)](_0x2da5d3,_0x4e17da)),_0x5de338[_0x3cf227(0x269)](_0x2da5d3),logger['debug'](_0x3cf227(0x294)+_0x16d285),await this[_0x3cf227(0x266)](_0x5de338,_0x16d285);}}break;case TestFrameworkState[_0x3cf227(0x1d4)]:if(_0x4bf70e[_0x3cf227(0x27b)](_0x2e53c1,HookState['POST'])){const _0x3d344f={};_0x3d344f[_0x3cf227(0x2e8)]=0x2,logger[_0x3cf227(0x2b2)](_0x3cf227(0x22c)+util[_0x3cf227(0x1ca)](_0x2d36d8,_0x3d344f)),await this[_0x3cf227(0x27a)](_0x5de338,_0xd74ec9,_0x2d36d8);}break;default:if(CLIUtils[_0x3cf227(0x1e8)](_0xd74ec9['toString']()[_0x3cf227(0x2b0)]('.')[0x1])){const _0x22101d={};_0x22101d[_0x3cf227(0x2e8)]=0x2,_0x22101d[_0x3cf227(0x2b9)]=0x3,logger[_0x3cf227(0x2b2)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState='+_0xd74ec9+_0x3cf227(0x1a1)+_0x2e53c1+',\x20hookData='+util[_0x3cf227(0x1ca)](_0x2d36d8[_0x3cf227(0x2e1)],_0x22101d));const _0x4f5cea=await this['trackHookEvent'](_0x5de338,_0xd74ec9,_0x2e53c1,_0x2d36d8),_0x574bd1={};_0x574bd1[_0x3cf227(0x2e8)]=0x2,_0x574bd1['maxArrayLength']=0x3,logger[_0x3cf227(0x2b2)](_0x3cf227(0x1ac)+util[_0x3cf227(0x1ca)](_0x4f5cea,_0x574bd1)),_0x5de338['addMultipleEntries'](_0x4f5cea);}else logger[_0x3cf227(0x2b2)](_0x3cf227(0x29e)+_0xd74ec9+_0x3cf227(0x2da)+_0x2e53c1);break;}logger[_0x3cf227(0x2b2)](_0x3cf227(0x230)+_0xd74ec9+_0x3cf227(0x1a1)+_0x2e53c1);}catch(_0x304b24){logger[_0x3cf227(0x1f0)](_0x3cf227(0x1c1)+_0xd74ec9+',\x20hookState='+_0x2e53c1+_0x3cf227(0x16c)+util[_0x3cf227(0x2d0)](_0x304b24));}_0x2d36d8['instance']=_0x5de338,await this[_0x3cf227(0x1bd)](_0x5de338,_0xd74ec9,_0x2e53c1,_0x2d36d8);}['getJestTestIdentifier'](_0x4ffc1d){const _0x2d942f=a91_0x298dc3,_0x8ed3b6={};_0x8ed3b6[_0x2d942f(0x180)]=_0x2d942f(0x244);const _0x5e36e0=_0x8ed3b6;if(_0x4ffc1d&&(_0x4ffc1d['id']||_0x4ffc1d['uuid'])){const _0x217c70=_0x4ffc1d['id']||_0x4ffc1d[_0x2d942f(0x249)];return logger[_0x2d942f(0x2b2)](_0x2d942f(0x16b)+_0x217c70+_0x2d942f(0x206)),_0x217c70;}return logger[_0x2d942f(0x2b2)](_0x5e36e0[_0x2d942f(0x180)]),process[_0x2d942f(0x25d)]+_0x2d942f(0x2c2);}['resolveInstance'](_0x24d897,_0x38c177,_0x352adb={}){const _0x307c80=a91_0x298dc3;let _0x5345c0=null;return _0x5345c0=TestFramework[_0x307c80(0x231)](),!_0x5345c0?(logger[_0x307c80(0x2b2)](_0x307c80(0x260)+_0x24d897),this[_0x307c80(0x2b3)](_0x24d897,_0x352adb),_0x5345c0=TestFramework[_0x307c80(0x231)](),logger[_0x307c80(0x2b2)](_0x307c80(0x2cf)+!!_0x5345c0+_0x307c80(0x2cd)+_0x5345c0?.[_0x307c80(0x1b1)]()?.[_0x307c80(0x250)]())):logger[_0x307c80(0x2b2)]('[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId='+_0x5345c0['getContext']()?.['getId']()),_0x5345c0;}[a91_0x298dc3(0x2b3)](_0x1346b1,_0x37107b){const _0x1ef820=a91_0x298dc3,_0x4068f0={};_0x4068f0[_0x1ef820(0x1b4)]=_0x1ef820(0x25e);const _0x37b2a9=_0x4068f0;if(TestFramework[_0x1ef820(0x231)]()){logger[_0x1ef820(0x2b2)](_0x37b2a9[_0x1ef820(0x1b4)]);return;}const _0x53098e=CLIUtils[_0x1ef820(0x1a6)](),_0x2a9739=TrackedInstance[_0x1ef820(0x172)](_0x53098e);let _0x1b59bf=null;logger[_0x1ef820(0x2b2)](_0x1ef820(0x2b7)+_0x53098e+',\x20state='+_0x1346b1),_0x1b59bf=new TestFrameworkInstance(_0x2a9739,this[_0x1ef820(0x186)](),this[_0x1ef820(0x283)](),_0x1346b1,HookState[_0x1ef820(0x218)]),TestFramework[_0x1ef820(0x1fe)](_0x2a9739,_0x1b59bf),logger[_0x1ef820(0x2b2)](_0x1ef820(0x22e)+_0x2a9739[_0x1ef820(0x250)]()+_0x1ef820(0x2e4)+_0x53098e+_0x1ef820(0x1d0)+this[_0x1ef820(0x186)]()[0x0]+',\x20version='+this[_0x1ef820(0x283)]()[this[_0x1ef820(0x186)]()[0x0]]);}[a91_0x298dc3(0x268)](_0x207b9c){const _0x570fae=a91_0x298dc3,_0x2462eb={};_0x2462eb['UYfdS']=function(_0x55d8da,_0x200dba){return _0x55d8da||_0x200dba;},_0x2462eb['lWllF']=_0x570fae(0x217);const _0x4189d4=_0x2462eb,{testUUID:_0x1212c2,testData:_0x1b938c,testId:_0x684c8}=_0x207b9c;if(_0x4189d4[_0x570fae(0x1aa)](!_0x1b938c,!_0x684c8))return logger[_0x570fae(0x2b2)](_0x4189d4['lWllF']),{};const _0x2e6a6f=this[_0x570fae(0x186)]()[0x0],_0x1f22b5=this[_0x570fae(0x283)](),_0x3f2375={};_0x3f2375[_0x570fae(0x2e8)]=0x2,_0x3f2375[_0x570fae(0x2b9)]=0x3,logger[_0x570fae(0x2b2)]('[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20'+util[_0x570fae(0x1ca)](_0x1b938c,_0x3f2375));const _0x393a19=_0x1b938c?.[_0x570fae(0x1e7)]||[],_0x101c82=this[_0x570fae(0x188)](_0x1b938c),_0x1a597f=this[_0x570fae(0x1b7)](_0x1b938c),_0xe5d705=_0x1b938c['fn']?_0x1b938c['fn'][_0x570fae(0x24b)]():_0x1b938c?.[_0x570fae(0x29c)]?_0x1b938c[_0x570fae(0x29c)][_0x570fae(0x216)][_0x570fae(0x24b)]():null,_0xa17801=this[_0x570fae(0x285)](_0x1b938c),_0x21eaf8={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x2e6a6f,[TestFrameworkConstants[_0x570fae(0x1f8)]]:_0x1f22b5[_0x2e6a6f],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x570fae(0x2c1)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x570fae(0x168)]]:TestFrameworkConstants[_0x570fae(0x1a9)],[TestFrameworkConstants[_0x570fae(0x273)]]:_0x101c82,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x1a597f,[TestFrameworkConstants[_0x570fae(0x2f3)]]:_0x684c8,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x101c82,[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x1a597f,[TestFrameworkConstants[_0x570fae(0x173)]]:_0xe5d705,[TestFrameworkConstants[_0x570fae(0x2c9)]]:_0xa17801,[TestFrameworkConstants[_0x570fae(0x21b)]]:_0x1b938c[_0x570fae(0x1cd)]||new Date()[_0x570fae(0x16a)](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x393a19[0x0]||'',[TestFrameworkConstants[_0x570fae(0x1af)]]:_0x393a19,[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x101c82,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x570fae(0x2a2)]]:{}};_0x1b938c['retryOf']&&(_0x21eaf8[TestFrameworkConstants[_0x570fae(0x1be)]]=_0x1b938c[_0x570fae(0x2ed)]);logger[_0x570fae(0x2b2)]('[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName='+_0x101c82+_0x570fae(0x24c)+_0x684c8+_0x570fae(0x28f)+JSON['stringify'](_0xa17801)+_0x570fae(0x169)+util[_0x570fae(0x1ca)](_0x393a19)+',\x20filePath='+_0x1a597f);const _0x2d026e={};return _0x2d026e[_0x684c8]=_0x21eaf8,_0x2d026e;}[a91_0x298dc3(0x189)](_0x23adaf){const _0x358997=a91_0x298dc3,_0x3adc16={'xyIME':function(_0x247d69,_0x5613fa){return _0x247d69===_0x5613fa;},'jlkEl':'afterAll','LjHvv':'beforeAll','ZnOFl':'ALL','ASSNM':_0x358997(0x25a),'XSbOw':function(_0x18d22f,_0x31f245){return _0x18d22f||_0x31f245;},'KXphW':_0x358997(0x2d7),'IoSHG':_0x358997(0x22d),'jvCwM':function(_0x5f388c,_0x2e63d2){return _0x5f388c>_0x2e63d2;},'KjSig':_0x358997(0x185),'elGsk':_0x358997(0x256),'elWgO':_0x358997(0x167),'KVhMZ':_0x358997(0x2ce),'rcluK':function(_0x53f72f,_0x150d10){return _0x53f72f!==_0x150d10;},'Uwuls':function(_0x4f9d8f,_0x322e72,_0x3d825c,_0x3123c0){return _0x4f9d8f(_0x322e72,_0x3d825c,_0x3123c0);},'QxpvP':function(_0x236f76,_0x12046a){return _0x236f76>_0x12046a;},'FwkSQ':_0x358997(0x259)},{testUUID:_0x6a4676,testData:_0x1cdb63,testId:_0x31ec24}=_0x23adaf;if(_0x3adc16['XSbOw'](!_0x1cdb63,!_0x31ec24))return logger[_0x358997(0x2b2)](_0x3adc16[_0x358997(0x20c)]),{};const _0x39e960=this[_0x358997(0x20d)](TestFrameworkState[_0x358997(0x1fa)],HookState[_0x358997(0x284)]),_0x347949=_0x39e960[_0x358997(0x2ae)]()[_0x358997(0x22f)](_0x31ec24),_0x169936=_0x3adc16['XSbOw'](_0x347949,{}),_0x406db1=_0x169936?_0x169936[TestFrameworkConstants[_0x358997(0x19a)]]||{}:{},_0x1278e1=_0x169936[TestFrameworkConstants[_0x358997(0x28b)]];logger['debug']('[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20'+(_0x1278e1?Object[_0x358997(0x199)](_0x1278e1)[_0x358997(0x263)]:0x0)+_0x358997(0x2bf));let _0x223580=_0x3adc16[_0x358997(0x1f2)];if(_0x1cdb63[_0x358997(0x20b)])_0x223580=_0x1cdb63[_0x358997(0x20b)];else{if(_0x1cdb63[_0x358997(0x264)]&&_0x3adc16['jvCwM'](_0x1cdb63[_0x358997(0x264)]['length'],0x0))_0x223580=_0x3adc16[_0x358997(0x255)];else _0x3adc16['xyIME'](_0x1cdb63[_0x358997(0x298)],_0x3adc16[_0x358997(0x2bb)])||_0x3adc16[_0x358997(0x1df)](_0x1cdb63[_0x358997(0x298)],_0x3adc16[_0x358997(0x27c)])?_0x223580=_0x3adc16[_0x358997(0x27c)]:_0x223580=_0x3adc16[_0x358997(0x271)];}const _0x1cfb58={..._0x169936,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x223580,[TestFrameworkConstants[_0x358997(0x246)]]:_0x1cdb63[_0x358997(0x207)]||new Date()[_0x358997(0x16a)](),[TestFrameworkConstants[_0x358997(0x236)]]:new Date()[_0x358997(0x16a)](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x406db1,[TestFrameworkConstants['KEY_LOGS']]:_0x169936[TestFrameworkConstants[_0x358997(0x175)]]||[],[TestFrameworkConstants['KEY_TEST_META']]:{}};if(_0x3adc16[_0x358997(0x1df)](_0x223580,_0x3adc16[_0x358997(0x255)])&&_0x1cdb63[_0x358997(0x264)]){const _0x834ec7=this[_0x358997(0x1e6)](_0x1cdb63),_0x58b3fc=this[_0x358997(0x208)](_0x1cdb63),_0x173751=this[_0x358997(0x257)](_0x1cdb63);_0x1cfb58[TestFrameworkConstants[_0x358997(0x2eb)]]=_0x58b3fc,_0x1cfb58[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x834ec7,_0x1cfb58[TestFrameworkConstants[_0x358997(0x17b)]]=_0x173751;}_0x3adc16[_0x358997(0x289)](_0x1cdb63[_0x358997(0x277)],undefined)&&(_0x1cfb58[TestFrameworkConstants[_0x358997(0x2f2)]]=_0x1cdb63['duration']);_0x1cdb63['retryOf']&&(_0x1cfb58[TestFrameworkConstants[_0x358997(0x1be)]]=_0x1cdb63['retryOf']);const _0x40736d=_0x347949?_0x347949[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{}:{},_0x598deb=_0x347949?_0x347949[TestFrameworkConstants[_0x358997(0x1cb)]]:_0x6a4676,_0x3a8bb6=_0x3adc16[_0x358997(0x1fc)](getManualUploadLogs,_0x40736d,_0x598deb,_0x31ec24);if(_0x3adc16[_0x358997(0x2c5)](_0x3a8bb6[_0x358997(0x263)],0x0)){const _0x2e6e15=_0x1cfb58[TestFrameworkConstants['KEY_LOGS']]||[];_0x1cfb58[TestFrameworkConstants[_0x358997(0x175)]]=[..._0x2e6e15,..._0x3a8bb6];}const _0x25a88b=_0x169936[TestFrameworkConstants[_0x358997(0x2c1)]]||{},_0x561d0f=_0x169936[TestFrameworkConstants[_0x358997(0x228)]]||{},_0x2d5e27={..._0x25a88b},_0x181e36=_0x2d5e27;Object[_0x358997(0x199)](_0x561d0f)[_0x358997(0x2bc)](_0x1e7567=>{const _0x1da889=_0x358997;!_0x181e36[_0x1e7567]&&(_0x181e36[_0x1e7567]=[]);const _0x4b83b8=new Set((_0x181e36[_0x1e7567]||[])[_0x1da889(0x251)](_0x59c8a4=>_0x59c8a4[TestFrameworkConstants[_0x1da889(0x221)]]||_0x59c8a4[_0x1da889(0x1d9)]));(_0x561d0f[_0x1e7567]||[])['forEach'](_0x67dff0=>{const _0x5442d5=_0x1da889,_0x3f976f=_0x67dff0[TestFrameworkConstants[_0x5442d5(0x221)]]||_0x67dff0[_0x5442d5(0x1d9)];if(!_0x4b83b8['has'](_0x3f976f)){const _0x4f0852={..._0x67dff0},_0x4cb9fa=_0x4f0852;!_0x4cb9fa[TestFrameworkConstants[_0x5442d5(0x248)]]&&!_0x4cb9fa['event_ended_at']&&(_0x4cb9fa[TestFrameworkConstants[_0x5442d5(0x248)]]=new Date()[_0x5442d5(0x16a)]()),!_0x4cb9fa[TestFrameworkConstants[_0x5442d5(0x1ba)]]&&!_0x4cb9fa[_0x5442d5(0x26e)]&&(_0x4cb9fa[TestFrameworkConstants[_0x5442d5(0x1ba)]]=TestFrameworkConstants[_0x5442d5(0x195)]),_0x181e36[_0x1e7567][_0x5442d5(0x2e6)](_0x4cb9fa);}});});if(_0x23adaf[_0x358997(0x24d)]){this['mapTestHooks'](_0x23adaf[_0x358997(0x24d)]);const _0x11127a=this[_0x358997(0x2a8)](_0x23adaf[_0x358997(0x24d)]),_0x358d84=this[_0x358997(0x1dc)](_0x23adaf[_0x358997(0x24d)]);_0x358d84['forEach'](_0xf64cf7=>{const _0x1bfb31=_0x358997,_0x542e5f=_0x11127a['get'](_0xf64cf7);if(_0x542e5f&&(_0x3adc16[_0x1bfb31(0x1df)](_0x542e5f[_0x1bfb31(0x29f)],_0x3adc16['jlkEl'])||_0x3adc16[_0x1bfb31(0x1df)](_0x542e5f['type'],_0x3adc16[_0x1bfb31(0x2c3)]))){const _0x5232ce=_0x542e5f[_0x1bfb31(0x29f)][_0x1bfb31(0x2c7)]()[_0x1bfb31(0x204)](_0x3adc16[_0x1bfb31(0x191)],_0x3adc16['ASSNM']),_0x42cd76=_0x5232ce;!_0x181e36[_0x42cd76]&&(_0x181e36[_0x42cd76]=[]);const _0x2e0ae1=_0x181e36[_0x42cd76][_0x1bfb31(0x2d5)](_0x21a10e=>(_0x21a10e[TestFrameworkConstants[_0x1bfb31(0x221)]]||_0x21a10e[_0x1bfb31(0x1d9)])===_0xf64cf7);!_0x2e0ae1&&_0x181e36[_0x42cd76]['push']({'key':_0x42cd76,[TestFrameworkConstants[_0x1bfb31(0x221)]]:_0xf64cf7,[TestFrameworkConstants[_0x1bfb31(0x1ba)]]:TestFrameworkConstants[_0x1bfb31(0x195)],[TestFrameworkConstants[_0x1bfb31(0x211)]]:new Date()['toISOString'](),[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]:new Date()[_0x1bfb31(0x16a)](),[TestFrameworkConstants[_0x1bfb31(0x2df)]]:[],[TestFrameworkConstants[_0x1bfb31(0x1c4)]]:_0x542e5f['name']||_0x542e5f[_0x1bfb31(0x29f)]+_0x1bfb31(0x229),[TestFrameworkConstants[_0x1bfb31(0x19a)]]:_0x406db1});}});}if(_0x1cdb63[_0x358997(0x2ac)]&&_0x3adc16[_0x358997(0x2c0)](_0x1cdb63[_0x358997(0x2ac)][_0x358997(0x263)],0x0))_0x1cfb58[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x1cdb63[_0x358997(0x2ac)],logger[_0x358997(0x2b2)](_0x3adc16[_0x358997(0x1f7)]);else _0x3adc16[_0x358997(0x2c0)](Object[_0x358997(0x199)](_0x181e36)['length'],0x0)&&(_0x1cfb58[TestFrameworkConstants[_0x358997(0x2c1)]]=_0x181e36,logger[_0x358997(0x2b2)](_0x358997(0x2dc)+Object[_0x358997(0x199)](_0x181e36)[_0x358997(0x2d4)](',')));const _0x3c3f64=this[_0x358997(0x188)](_0x1cdb63);logger[_0x358997(0x2b2)]('[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName='+_0x3c3f64+',\x20testId='+_0x31ec24+_0x358997(0x1ec)+_0x223580+_0x358997(0x212)+_0x1cdb63[_0x358997(0x277)]);_0x3adc16['xyIME'](_0x223580,_0x3adc16[_0x358997(0x255)])&&logger[_0x358997(0x2b2)](_0x358997(0x220)+_0x31ec24+_0x358997(0x2b1)+_0x1cfb58[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]+_0x358997(0x2aa)+_0x1cfb58[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]?.[_0x358997(0x1bc)](0x0,0xc8));const _0x23a986={};return _0x23a986[_0x31ec24]=_0x1cfb58,_0x23a986;}[a91_0x298dc3(0x190)](_0x5f45e3){const _0x8b4b5f=a91_0x298dc3,_0x4b7af6={};_0x4b7af6[_0x8b4b5f(0x2ee)]=function(_0x1ee1c6,_0x937a86){return _0x1ee1c6!==_0x937a86;},_0x4b7af6[_0x8b4b5f(0x1e0)]=function(_0xcdbd4a,_0x30bc08){return _0xcdbd4a!==_0x30bc08;},_0x4b7af6['FVQCQ']='ROOT_DESCRIBE_BLOCK';const _0x5d91c6=_0x4b7af6,_0x263ac6={};_0x263ac6[_0x8b4b5f(0x2e8)]=0x2,_0x263ac6['maxArrayLength']=0x3,logger[_0x8b4b5f(0x2b2)](_0x8b4b5f(0x2e7)+util[_0x8b4b5f(0x1ca)](_0x5f45e3,_0x263ac6));const _0x5e5322=[];if(_0x5f45e3&&_0x5f45e3[_0x8b4b5f(0x198)]){let _0x2323e0=_0x5f45e3[_0x8b4b5f(0x198)];while(_0x2323e0&&_0x2323e0[_0x8b4b5f(0x1c8)]&&_0x5d91c6[_0x8b4b5f(0x2ee)](_0x2323e0[_0x8b4b5f(0x1c8)],'')&&_0x5d91c6[_0x8b4b5f(0x1e0)](_0x2323e0[_0x8b4b5f(0x1c8)],_0x5d91c6['FVQCQ'])){_0x5e5322[_0x8b4b5f(0x2e6)](_0x2323e0['name']),_0x2323e0=_0x2323e0['parent'];}}return _0x5e5322[_0x8b4b5f(0x2f4)]();}['getJestTestName'](_0x4cd5c9){const _0x51c795=a91_0x298dc3,_0x4c1da6={};_0x4c1da6[_0x51c795(0x226)]=_0x51c795(0x19e);const _0xc07318=_0x4c1da6;if(_0x4cd5c9['name'])return _0x4cd5c9[_0x51c795(0x1c8)];if(_0x4cd5c9['title'])return _0x4cd5c9[_0x51c795(0x17d)];return _0xc07318['RaNmF'];}['getJestTestTags'](_0x41e321){const _0x2bec85=a91_0x298dc3,_0x24c0cb=[];if(_0x41e321[_0x2bec85(0x1cf)]&&Array[_0x2bec85(0x239)](_0x41e321[_0x2bec85(0x1cf)]))return _0x41e321['tags'][_0x2bec85(0x251)](_0x3ffd29=>_0x3ffd29[_0x2bec85(0x193)]('@')?_0x3ffd29[_0x2bec85(0x2d8)](0x1):_0x3ffd29);const _0xeff26b=this[_0x2bec85(0x188)](_0x41e321),_0x457d41=_0xeff26b['match'](/@(\w+)/g);if(_0x457d41)return _0x457d41[_0x2bec85(0x251)](_0x36d6f6=>_0x36d6f6[_0x2bec85(0x209)](0x1));return _0x41e321[_0x2bec85(0x1e7)]&&Array[_0x2bec85(0x239)](_0x41e321['scopes'])&&_0x41e321[_0x2bec85(0x1e7)][_0x2bec85(0x2bc)](_0x32aaa8=>{const _0xc499c4=_0x32aaa8['match'](/@(\w+)/g);_0xc499c4&&_0xc499c4['forEach'](_0x561215=>{const _0x1e5bd1=a91_0x1ab4,_0x320a52=_0x561215[_0x1e5bd1(0x209)](0x1);!_0x24c0cb[_0x1e5bd1(0x2f7)](_0x320a52)&&_0x24c0cb[_0x1e5bd1(0x2e6)](_0x320a52);});}),_0x24c0cb;}['getJestTestFilePath'](_0x1b2ece){const _0x2b697e=a91_0x298dc3,_0x55f046={'gQoeA':function(_0x4b2a6d,_0x22ffbd){return _0x4b2a6d(_0x22ffbd);}};if(_0x1b2ece[_0x2b697e(0x276)])return _0x1b2ece[_0x2b697e(0x276)];if(_0x1b2ece[_0x2b697e(0x234)])try{const _0x81b01c=stackTrace[_0x2b697e(0x1e5)](_0x1b2ece[_0x2b697e(0x234)]),_0x7ad1cd=_0x55f046[_0x2b697e(0x1bf)](pickUserFrameFile,_0x81b01c);if(_0x7ad1cd)return _0x7ad1cd;logger[_0x2b697e(0x2b2)](_0x2b697e(0x2f6)+_0x81b01c[_0x2b697e(0x263)]+')');}catch(_0x241d6a){logger['debug']('Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20'+util['format'](_0x241d6a));}return null;}[a91_0x298dc3(0x1e6)](_0x8e2fae){const _0xaf52f6=a91_0x298dc3,_0x2463f6={};_0x2463f6['oowes']=function(_0x50fd8a,_0x4242f7){return _0x50fd8a>_0x4242f7;},_0x2463f6[_0xaf52f6(0x24a)]='Unknown\x20error';const _0x23c7ea=_0x2463f6;if(_0x8e2fae[_0xaf52f6(0x264)]&&_0x23c7ea[_0xaf52f6(0x232)](_0x8e2fae[_0xaf52f6(0x264)][_0xaf52f6(0x263)],0x0))return util['inspect'](_0x8e2fae[_0xaf52f6(0x264)][0x0]);if(_0x8e2fae[_0xaf52f6(0x2cc)])return _0x8e2fae['failure_reason'];return _0x23c7ea[_0xaf52f6(0x24a)];}[a91_0x298dc3(0x208)](_0x2333f8){const _0x3fc3da=a91_0x298dc3,_0x161ea5={};_0x161ea5[_0x3fc3da(0x1a7)]='Assert',_0x161ea5[_0x3fc3da(0x1eb)]=_0x3fc3da(0x1c3),_0x161ea5[_0x3fc3da(0x286)]='UnhandledError';const _0x187c93=_0x161ea5,_0x35dbcc=this[_0x3fc3da(0x1e6)](_0x2333f8);if(_0x35dbcc&&_0x35dbcc[_0x3fc3da(0x2f7)](_0x187c93[_0x3fc3da(0x1a7)]))return _0x187c93[_0x3fc3da(0x1eb)];return _0x187c93[_0x3fc3da(0x286)];}[a91_0x298dc3(0x257)](_0x55a8f7){const _0x42ac45=a91_0x298dc3,_0x204531={'fVjxU':function(_0x328b88,_0x51cbf6){return _0x328b88(_0x51cbf6);},'Dhnyt':'../../../helpers/test-observability/utils','rHgoy':function(_0x5c0326,_0x36613b){return _0x5c0326!==_0x36613b;},'inHUa':_0x42ac45(0x176)},{failureData:_0x62f467}=_0x204531['fVjxU'](require,_0x204531[_0x42ac45(0x1fb)]),_0xbe0eb1=[];return _0x204531['rHgoy'](_0x55a8f7['errorsDetailed'],undefined)&&_0xbe0eb1[_0x42ac45(0x2e6)](_0x55a8f7['errorsDetailed'],_0x204531[_0x42ac45(0x288)]),_0x62f467[_0x42ac45(0x219)](null,_0xbe0eb1);}async[a91_0x298dc3(0x29a)](_0x491fd2,_0xa5152b,_0x1347e6,_0x2d68bd){const _0x294c2a=a91_0x298dc3,_0x4f6e71={'ICVax':_0x294c2a(0x196),'bhSxd':function(_0x36883b){return _0x36883b();},'bEnIo':function(_0x59a7d3,_0x5395c2){return _0x59a7d3 in _0x5395c2;},'LsfEo':function(_0x4f5b58,_0x29ce9d){return _0x4f5b58===_0x29ce9d;},'AOvYB':function(_0x397b4b,_0x200268){return _0x397b4b>_0x200268;},'TZeGV':_0x294c2a(0x185),'MiyDY':_0x294c2a(0x2ce),'xPEkY':function(_0x56f876,_0x261317){return _0x56f876===_0x261317;},'pUths':_0x294c2a(0x2b5),'tmbjW':function(_0x4e167f,_0x3c7f55){return _0x4e167f>_0x3c7f55;},'oxtaL':function(_0x42d1c0,_0x55705a){return _0x42d1c0!==_0x55705a;}},{hookData:_0x5f353a}=_0x2d68bd,_0x2f8ea7=_0x1347e6[_0x294c2a(0x24b)](),_0x3e7868=_0xa5152b['toString'](),_0x1f1f51={};_0x1f1f51[_0x294c2a(0x2e8)]=0x2,_0x1f1f51[_0x294c2a(0x2b9)]=0x3,logger['debug'](_0x294c2a(0x25c)+_0x3e7868+_0x294c2a(0x1a1)+_0x2f8ea7+_0x294c2a(0x21d)+util[_0x294c2a(0x1ca)](_0x5f353a,_0x1f1f51));if(!_0x5f353a)return logger[_0x294c2a(0x2b2)](_0x4f6e71[_0x294c2a(0x18a)]),{};const _0xa273d4=_0x5f353a[_0x294c2a(0x249)]||_0x5f353a[_0x294c2a(0x16f)]||_0x4f6e71['bhSxd'](uuidv4),_0x4526b3=_0x5f353a['test_run_id']||this[_0x294c2a(0x222)](_0x5f353a),_0x5b5382=_0xa5152b[_0x294c2a(0x24b)]()[_0x294c2a(0x2b0)]('.')[0x1],_0x4aa296=_0x491fd2['getAllData']()[_0x294c2a(0x22f)](_0x4526b3),_0x27e739=_0x4aa296?_0x4aa296[TestFrameworkConstants[_0x294c2a(0x19a)]]||{}:{};logger[_0x294c2a(0x2b2)](_0x294c2a(0x1db)+_0xa273d4+_0x294c2a(0x24c)+_0x4526b3+_0x294c2a(0x25b)+_0x5b5382+_0x294c2a(0x1a1)+_0x2f8ea7);if(!_0x4aa296)return logger[_0x294c2a(0x2b2)](_0x294c2a(0x1fd)+_0x4526b3+_0x294c2a(0x2a3)),this['storePendingHook'](_0x491fd2,_0x4526b3,_0xa5152b,_0x1347e6,_0x2d68bd),{};let _0x3819ee=_0x4aa296[TestFrameworkConstants[_0x294c2a(0x228)]];!_0x3819ee&&(_0x3819ee={});!_0x4f6e71[_0x294c2a(0x171)](_0x5b5382,_0x3819ee)&&(_0x3819ee[_0x5b5382]=[]);let _0x35108d=_0x4aa296[TestFrameworkConstants[_0x294c2a(0x2c1)]];!_0x35108d&&(_0x35108d={});!_0x4f6e71['bEnIo'](_0x5b5382,_0x35108d)&&(_0x35108d[_0x5b5382]=[]);const _0x22a958={[_0x4526b3]:{[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x3819ee,[TestFrameworkConstants[_0x294c2a(0x2c1)]]:_0x35108d,[TestFrameworkConstants[_0x294c2a(0x292)]]:this[_0x294c2a(0x186)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x294c2a(0x283)]()[this[_0x294c2a(0x186)]()[0x0]]||''}};if(_0x4f6e71[_0x294c2a(0x1ff)](_0x1347e6,HookState[_0x294c2a(0x254)])){const _0x4cefeb={'key':_0x5b5382,[TestFrameworkConstants[_0x294c2a(0x221)]]:_0xa273d4,[TestFrameworkConstants[_0x294c2a(0x1ba)]]:TestFrameworkConstants[_0x294c2a(0x195)],[TestFrameworkConstants[_0x294c2a(0x211)]]:_0x5f353a[_0x294c2a(0x1cd)]||new Date()[_0x294c2a(0x16a)](),[TestFrameworkConstants[_0x294c2a(0x2df)]]:[],[TestFrameworkConstants[_0x294c2a(0x1c4)]]:_0x5f353a['name']||_0x5f353a[_0x294c2a(0x215)]||_0x5b5382,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x27e739};_0x3819ee[_0x5b5382][_0x294c2a(0x2e6)](_0x4cefeb),_0x22a958[_0x4526b3][TestFrameworkConstants[_0x294c2a(0x1c6)]]=_0x5b5382;const _0x36a445={};_0x36a445[_0x294c2a(0x2e8)]=0x2,logger[_0x294c2a(0x2b2)](_0x294c2a(0x27e)+_0x5b5382+_0x294c2a(0x21f)+_0xa273d4+_0x294c2a(0x24c)+_0x4526b3+_0x294c2a(0x2e2)+util[_0x294c2a(0x1ca)](_0x4cefeb,_0x36a445));}else{if(_0x4f6e71[_0x294c2a(0x1ff)](_0x1347e6,HookState[_0x294c2a(0x284)])){const _0xd65b=_0x5f353a[_0x294c2a(0x20b)]||(_0x5f353a[_0x294c2a(0x264)]&&_0x4f6e71[_0x294c2a(0x1ef)](_0x5f353a[_0x294c2a(0x264)][_0x294c2a(0x263)],0x0)?_0x4f6e71['TZeGV']:_0x4f6e71[_0x294c2a(0x28c)]),_0x5ea7b8=_0x3819ee[_0x5b5382]||[];logger[_0x294c2a(0x2b2)](_0x294c2a(0x267)+_0x5b5382+_0x294c2a(0x24c)+_0x4526b3+_0x294c2a(0x1d3)+_0xd65b+_0x294c2a(0x2b4)+_0x5ea7b8[_0x294c2a(0x263)]);if(_0x4f6e71[_0x294c2a(0x1ea)](_0x5ea7b8['length'],0x0)&&_0x4f6e71[_0x294c2a(0x1ea)](_0xa5152b,TestFrameworkState[_0x294c2a(0x178)]))return logger[_0x294c2a(0x2b2)](_0x4f6e71[_0x294c2a(0x23c)]),this[_0x294c2a(0x2f0)](_0x491fd2,_0x4526b3,_0xa5152b,_0x1347e6,_0x2d68bd),{};if(_0x4f6e71[_0x294c2a(0x1b9)](_0x5ea7b8[_0x294c2a(0x263)],0x0)){const _0x10a54a=_0x5ea7b8['pop']();_0x4f6e71['LsfEo'](_0xd65b,_0x4f6e71[_0x294c2a(0x27d)])&&_0x5f353a['errorsDetailed']?(_0x10a54a[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this[_0x294c2a(0x208)](_0x5f353a),_0x10a54a[TestFrameworkConstants[_0x294c2a(0x2ab)]]=this[_0x294c2a(0x1e6)](_0x5f353a),_0x10a54a[TestFrameworkConstants['KEY_HOOK_FAILURE']]=this[_0x294c2a(0x257)](_0x5f353a),logger[_0x294c2a(0x2b2)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType='+_0x5b5382+_0x294c2a(0x2b1)+_0x10a54a[TestFrameworkConstants[_0x294c2a(0x184)]]+_0x294c2a(0x2aa)+_0x10a54a[TestFrameworkConstants[_0x294c2a(0x2ab)]]?.[_0x294c2a(0x1bc)](0x0,0xc8))):_0x10a54a[TestFrameworkConstants[_0x294c2a(0x1ba)]]=_0x4f6e71[_0x294c2a(0x28c)];_0x4f6e71[_0x294c2a(0x1e4)](_0xd65b,TestFrameworkConstants[_0x294c2a(0x195)])&&(_0x10a54a[TestFrameworkConstants[_0x294c2a(0x1ba)]]=_0xd65b);_0x10a54a[TestFrameworkConstants[_0x294c2a(0x248)]]=_0x5f353a[_0x294c2a(0x207)]||new Date()[_0x294c2a(0x16a)](),_0x10a54a[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x27e739;const _0x219875=_0x10a54a[TestFrameworkConstants['KEY_HOOK_ID']];!_0x35108d[_0x5b5382]&&(_0x35108d[_0x5b5382]=[]);_0x35108d[_0x5b5382][_0x294c2a(0x2e6)](_0x10a54a),_0x22a958[_0x4526b3][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x5b5382;const _0x3b5ce6={};_0x3b5ce6[_0x294c2a(0x2e8)]=0x2,logger[_0x294c2a(0x2b2)](_0x294c2a(0x1a3)+_0x5b5382+_0x294c2a(0x21f)+_0x219875+_0x294c2a(0x1d3)+_0xd65b+_0x294c2a(0x2e2)+util['inspect'](_0x10a54a,_0x3b5ce6));}}}return _0x22a958;}[a91_0x298dc3(0x2d3)](_0x423f9d){const _0x2309a9=a91_0x298dc3,_0x5667c9={};_0x5667c9[_0x2309a9(0x297)]=_0x2309a9(0x210);const _0x1d3222=_0x5667c9;try{const _0x1327f9=_0x423f9d[_0x2309a9(0x176)]?this[_0x2309a9(0x222)](_0x423f9d['test']):_0x423f9d[_0x2309a9(0x2e1)]['test_run_id'],_0x15f879=_0x423f9d[_0x2309a9(0x2a7)],_0x112719=_0x15f879[_0x2309a9(0x1b1)](),_0xdb7f10=_0x15f879[_0x2309a9(0x2ae)]()['get'](_0x1327f9);if(!_0xdb7f10)return logger[_0x2309a9(0x2b2)](_0x2309a9(0x1c0)+_0x1327f9),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x51f0a9=this[_0x2309a9(0x186)]()[0x0]||'',[TestFrameworkConstants[_0x2309a9(0x1f8)]]:_0x313a81=this[_0x2309a9(0x283)]()[this[_0x2309a9(0x186)]()[0x0]]||'',[TestFrameworkConstants[_0x2309a9(0x21b)]]:_0x2d3bde='',[TestFrameworkConstants[_0x2309a9(0x246)]]:_0x487ded=''}=_0xdb7f10,_0x30cb3b=_0x15f879[_0x2309a9(0x278)]()[_0x2309a9(0x24b)]()[_0x2309a9(0x2b0)]('.')[0x1],_0x2d5a14=_0x15f879[_0x2309a9(0x24f)]()[_0x2309a9(0x24b)]()[_0x2309a9(0x2b0)]('.')[0x1],_0x1ed7d1=global?.['__workerDetails']?.['workerInfo']?.[_0x2309a9(0x281)]||global[_0x2309a9(0x1ce)]||0x0,_0x20fd59=_0x15f879[_0x2309a9(0x227)](),_0x3cb5ea=Buffer['from'](JSON[_0x2309a9(0x19c)](_0xdb7f10))[_0x2309a9(0x24b)](_0x1d3222['klqyc']),_0xa8cc28={'hash':_0x112719[_0x2309a9(0x250)](),'threadId':_0x112719['getThreadId']()[_0x2309a9(0x24b)](),'processId':_0x112719[_0x2309a9(0x1b0)]()[_0x2309a9(0x24b)]()},_0x557df6={};_0x557df6[_0x2309a9(0x1f5)]=_0x1ed7d1,_0x557df6[_0x2309a9(0x223)]=_0x51f0a9,_0x557df6['testFrameworkVersion']=_0x313a81,_0x557df6[_0x2309a9(0x26a)]=_0x30cb3b,_0x557df6[_0x2309a9(0x22b)]=_0x2d5a14,_0x557df6[_0x2309a9(0x295)]=_0x2d3bde,_0x557df6[_0x2309a9(0x261)]=_0x487ded,_0x557df6[_0x2309a9(0x249)]=_0x20fd59,_0x557df6[_0x2309a9(0x2cb)]=_0x3cb5ea,_0x557df6[_0x2309a9(0x1f6)]=_0xa8cc28,_0x557df6[_0x2309a9(0x296)]=_0x1327f9;const _0x3a8317=_0x557df6;return _0x3a8317;}catch(_0x6d633a){return logger['error']('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util[_0x2309a9(0x2d0)](_0x6d633a)),{};}}async[a91_0x298dc3(0x27a)](_0x1ec88c,_0x578ab5,_0x480a9c){const _0xcd2820=a91_0x298dc3,_0x127a0e={'FGDCs':function(_0x12fd25,_0x13f448){return _0x12fd25+_0x13f448;},'PtuuU':_0xcd2820(0x240),'UKdwq':_0xcd2820(0x21a),'fdxdP':function(_0x70d578,_0x429271){return _0x70d578>_0x429271;},'ArRJz':function(_0x5dbb06,_0x51c11b,_0x426fe1,_0x37bbfb){return _0x5dbb06(_0x51c11b,_0x426fe1,_0x37bbfb);},'zyrsz':function(_0x2031d6,_0x2ac6d0){return _0x2031d6-_0x2ac6d0;},'AjuTh':function(_0x450314,_0x4dd580){return _0x450314===_0x4dd580;},'pSFpm':function(_0x3790fd,_0x8f39f6){return _0x3790fd/_0x8f39f6;},'VeMYu':function(_0xe80898,_0x3c26b1){return _0xe80898<_0x3c26b1;},'tfeVe':function(_0x21c13a,_0xda8eb0){return _0x21c13a*_0xda8eb0;},'HptRm':function(_0x5782ad,_0x312ef2){return _0x5782ad>_0x312ef2;}};try{const _0x5f4a8b=_0x480a9c[_0xcd2820(0x17a)]||_0x480a9c[_0xcd2820(0x280)],_0x49094f=Array[_0xcd2820(0x2e3)](_0x1ec88c[_0xcd2820(0x2ae)]()[_0xcd2820(0x199)]()),_0x18bde8=_0x1ec88c[_0xcd2820(0x2ae)]()[_0xcd2820(0x22f)](_0x5f4a8b);if(!_0x18bde8){logger[_0xcd2820(0x2b2)](_0xcd2820(0x28d)+_0x5f4a8b);return;}const {[TestFrameworkConstants[_0xcd2820(0x292)]]:_0x48b2f8='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x8b02f1=''}=_0x18bde8;let _0x1666d6=[];_0x18bde8&&_0x18bde8[TestFrameworkConstants[_0xcd2820(0x175)]]&&Array['isArray'](_0x18bde8[TestFrameworkConstants[_0xcd2820(0x175)]])?(_0x1666d6=_0x18bde8[TestFrameworkConstants[_0xcd2820(0x175)]]||[],logger[_0xcd2820(0x2b2)](_0xcd2820(0x214)+_0x1666d6[_0xcd2820(0x263)]+_0xcd2820(0x1d2)+_0x5f4a8b),_0x1ec88c[_0xcd2820(0x269)]({[_0x5f4a8b]:{[TestFrameworkConstants[_0xcd2820(0x175)]]:[],[TestFrameworkConstants[_0xcd2820(0x292)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0xcd2820(0x1f8)]]:this[_0xcd2820(0x283)]()[this[_0xcd2820(0x186)]()[0x0]]||''}}),logger[_0xcd2820(0x2b2)](_0xcd2820(0x181)+_0x5f4a8b)):logger[_0xcd2820(0x2b2)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x5f4a8b);logger[_0xcd2820(0x2b2)](_0xcd2820(0x291)+_0x1666d6[_0xcd2820(0x263)]+_0xcd2820(0x1a0)+_0x5f4a8b);const _0x51f7ea=_0x1666d6[_0xcd2820(0x1a8)](_0x21f003=>_0x21f003[_0xcd2820(0x225)]==='TEST_SCREENSHOT');_0x127a0e['fdxdP'](_0x51f7ea[_0xcd2820(0x263)],0x0)&&(logger[_0xcd2820(0x2b2)](_0xcd2820(0x2f1)+_0x51f7ea[_0xcd2820(0x263)]+'\x20screenshot\x20logs\x20for\x20testId:\x20'+_0x5f4a8b),_0x51f7ea['forEach']((_0x595614,_0xbd3331)=>{const _0x3254d1=_0xcd2820;logger[_0x3254d1(0x2b2)](_0x3254d1(0x242)+_0x127a0e[_0x3254d1(0x2ad)](_0xbd3331,0x1)+'/'+_0x51f7ea[_0x3254d1(0x263)]+_0x3254d1(0x2fa)+(_0x595614[_0x3254d1(0x296)]||_0x127a0e[_0x3254d1(0x1d6)])+_0x3254d1(0x2d1)+(_0x595614[_0x3254d1(0x238)]||_0x127a0e[_0x3254d1(0x1d6)])+_0x3254d1(0x22a)+(_0x595614[_0x3254d1(0x2ec)]||_0x127a0e[_0x3254d1(0x1dd)])+_0x3254d1(0x25f)+(_0x595614[_0x3254d1(0x1a4)]?.[_0x3254d1(0x263)]||0x0));}));const _0x5c4c54=_0x18bde8[TestFrameworkConstants[_0xcd2820(0x28b)]]||{},_0x20031d=_0x127a0e[_0xcd2820(0x1c9)](getMediaArtifactsLogs,_0x5c4c54,null,_0x5f4a8b),_0xe007e3=(_0x1666d6||[])[_0xcd2820(0x1ae)](_0x20031d||[]),_0x43cfd6=_0x51f7ea?.[_0xcd2820(0x263)]||0x0,_0xbc20f8=_0x127a0e[_0xcd2820(0x2ba)](_0x1666d6?.[_0xcd2820(0x263)]||0x0,_0x43cfd6);logger[_0xcd2820(0x2b2)](_0xcd2820(0x1e2)+_0x5f4a8b+_0xcd2820(0x1cc)+_0xbc20f8+_0xcd2820(0x1f4)+_0x43cfd6+_0xcd2820(0x2bd)+(_0x20031d?.[_0xcd2820(0x263)]||0x0)+_0xcd2820(0x1d8)+_0xe007e3[_0xcd2820(0x263)]);if(!_0xe007e3||_0x127a0e[_0xcd2820(0x258)](_0xe007e3[_0xcd2820(0x263)],0x0)){logger[_0xcd2820(0x2b2)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0x5f4a8b);return;}const _0x2cd3a5=0x28,_0x416f1e=Math[_0xcd2820(0x27f)](_0x127a0e['pSFpm'](_0xe007e3[_0xcd2820(0x263)],_0x2cd3a5));for(let _0x4f4323=0x0;_0x127a0e[_0xcd2820(0x23f)](_0x4f4323,_0x416f1e);_0x4f4323++){const _0x29e5ee=_0x127a0e[_0xcd2820(0x17e)](_0x4f4323,_0x2cd3a5),_0x3105b0=_0x127a0e['FGDCs'](_0x29e5ee,_0x2cd3a5),_0x33b7aa=_0xe007e3['slice'](_0x29e5ee,_0x3105b0),_0x11db85=global?.['browserstackPlatformIndex']??0x0,_0x4c0bce={'platformIndex':_0x11db85,'logs':_0x33b7aa,'testFrameworkName':_0x48b2f8,'testFrameworkVersion':_0x8b02f1,'testFrameworkState':_0x578ab5[_0xcd2820(0x24b)]()[_0xcd2820(0x2b0)]('.')[0x1]},_0x1dd1c0={};_0x1dd1c0[_0xcd2820(0x2e8)]=0x3,_0x1dd1c0[_0xcd2820(0x2b9)]=0x5,logger[_0xcd2820(0x2b2)](_0xcd2820(0x279)+_0x127a0e[_0xcd2820(0x2ad)](_0x4f4323,0x1)+'/'+_0x416f1e+_0xcd2820(0x1d5)+_0x5f4a8b+',\x20logsInBatch:\x20'+_0x33b7aa['length']+_0xcd2820(0x200)+_0x11db85+',\x20payload:\x20'+util[_0xcd2820(0x1ca)](_0x4c0bce,_0x1dd1c0));const _0x5ee7b8=await GrpcClient[_0xcd2820(0x187)]()[_0xcd2820(0x1b8)](_0x4c0bce);logger[_0xcd2820(0x2b2)](_0xcd2820(0x279)+_0x127a0e['FGDCs'](_0x4f4323,0x1)+'/'+_0x416f1e+_0xcd2820(0x1d5)+_0x5f4a8b+_0xcd2820(0x2c8)+util[_0xcd2820(0x1ca)](_0x5ee7b8));}_0x20031d&&_0x127a0e[_0xcd2820(0x20a)](_0x20031d['length'],0x0)&&_0x18bde8[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]&&_0x1ec88c[_0xcd2820(0x269)]({[_0x5f4a8b]:{[TestFrameworkConstants[_0xcd2820(0x28b)]]:{},[TestFrameworkConstants[_0xcd2820(0x292)]]:this[_0xcd2820(0x186)]()[0x0]||'',[TestFrameworkConstants[_0xcd2820(0x1f8)]]:this[_0xcd2820(0x283)]()[this[_0xcd2820(0x186)]()[0x0]]||''}}),logger[_0xcd2820(0x2b2)](_0xcd2820(0x23a)+_0x5f4a8b+',\x20totalBatches:\x20'+_0x416f1e);}catch(_0xd1e8e6){logger[_0xcd2820(0x1f0)](_0xcd2820(0x1c7)+(_0x480a9c['testUUID']||_0x480a9c['testId'])+_0xcd2820(0x2ea)+util[_0xcd2820(0x2d0)](_0xd1e8e6));}}[a91_0x298dc3(0x2f0)](_0x4677b7,_0x251be0,_0x2cedf4,_0x4cf022,_0x136cf3){const _0x24c98a=a91_0x298dc3,_0x2b383d={};_0x2b383d['cxfZY']=function(_0xb3ca6,_0x35c5b5){return _0xb3ca6===_0x35c5b5;},_0x2b383d[_0x24c98a(0x16e)]='beforeAll';const _0x45c8b7=_0x2b383d,{hookData:_0xe0ac21}=_0x136cf3,_0x467c5d={'testId':_0x251be0,'testFrameworkState':_0x2cedf4,'hookState':_0x4cf022,'args':_0x136cf3,'timestamp':new Date()[_0x24c98a(0x16a)]()};if(_0x45c8b7[_0x24c98a(0x18f)](_0x2cedf4,TestFrameworkState[_0x24c98a(0x178)])&&_0xe0ac21){const _0x2a9f41={};_0x2a9f41[_0x24c98a(0x1ed)]=_0xe0ac21[_0x24c98a(0x276)]||_0xe0ac21['location'],_0x2a9f41['scope']=_0xe0ac21['scope']||_0xe0ac21[_0x24c98a(0x1e7)]&&_0xe0ac21[_0x24c98a(0x1e7)][0x0]||'',_0x2a9f41[_0x24c98a(0x2f8)]=_0x45c8b7['ROXtl'],_0x467c5d['hookMetadata']=_0x2a9f41,logger[_0x24c98a(0x2b2)]('[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20'+_0x251be0+_0x24c98a(0x2de)+_0x467c5d['hookMetadata'][_0x24c98a(0x1ed)]+_0x24c98a(0x287)+_0x467c5d[_0x24c98a(0x1f1)]['scope']);}_0x4677b7[_0x24c98a(0x1ee)](_0x251be0,_0x467c5d),logger[_0x24c98a(0x2b2)](_0x24c98a(0x174)+_0x251be0+_0x24c98a(0x19d)+_0x2cedf4+_0x24c98a(0x265)+_0x4cf022);}async[a91_0x298dc3(0x266)](_0x1f8ece,_0x2e41f2){const _0x1ff84d=a91_0x298dc3,_0x1e7b42={};_0x1e7b42[_0x1ff84d(0x2ef)]=function(_0x51c6c3,_0xf105ee){return _0x51c6c3>_0xf105ee;},_0x1e7b42[_0x1ff84d(0x275)]=function(_0x533020,_0x66d7ff){return _0x533020===_0x66d7ff;},_0x1e7b42[_0x1ff84d(0x2c4)]=function(_0x4e6055,_0x34a4da){return _0x4e6055===_0x34a4da;},_0x1e7b42[_0x1ff84d(0x182)]=function(_0xc18ac4,_0x213090){return _0xc18ac4===_0x213090;},_0x1e7b42[_0x1ff84d(0x2e9)]=function(_0xc04b97,_0x43459f){return _0xc04b97>_0x43459f;},_0x1e7b42[_0x1ff84d(0x21e)]=function(_0x202ec1,_0x32bd48){return _0x202ec1===_0x32bd48;},_0x1e7b42[_0x1ff84d(0x1a2)]=_0x1ff84d(0x2b6);const _0x46c3e8=_0x1e7b42;if(_0x1f8ece[_0x1ff84d(0x29b)](_0x2e41f2)){const _0xab0e84=_0x1f8ece[_0x1ff84d(0x1d7)](_0x2e41f2);logger[_0x1ff84d(0x2b2)]('Processing\x20'+_0xab0e84[_0x1ff84d(0x263)]+_0x1ff84d(0x2dd)+_0x2e41f2);for(const _0x5610a7 of _0xab0e84){try{const _0xbaf07a=await this[_0x1ff84d(0x29a)](_0x1f8ece,_0x5610a7[_0x1ff84d(0x26a)],_0x5610a7[_0x1ff84d(0x22b)],_0x5610a7['args']);_0xbaf07a&&_0x46c3e8[_0x1ff84d(0x2ef)](Object[_0x1ff84d(0x199)](_0xbaf07a)[_0x1ff84d(0x263)],0x0)&&_0x1f8ece[_0x1ff84d(0x269)](_0xbaf07a),await this[_0x1ff84d(0x1bd)](_0x1f8ece,_0x5610a7['testFrameworkState'],_0x5610a7[_0x1ff84d(0x22b)],_0x5610a7[_0x1ff84d(0x183)]);}catch(_0x48dcc8){logger[_0x1ff84d(0x1f0)](_0x1ff84d(0x205)+_0x2e41f2+_0x1ff84d(0x2ea)+_0x48dcc8);}}_0x1f8ece[_0x1ff84d(0x2ca)](_0x2e41f2),logger[_0x1ff84d(0x2b2)]('Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20'+_0x2e41f2);}const _0x5578e=_0x1f8ece[_0x1ff84d(0x2ae)]()[_0x1ff84d(0x22f)](_0x2e41f2);if(_0x5578e){const _0x3330ec=_0x5578e[TestFrameworkConstants[_0x1ff84d(0x2a0)]]||_0x5578e[TestFrameworkConstants[_0x1ff84d(0x1e3)]],_0x30abf8=_0x5578e[TestFrameworkConstants[_0x1ff84d(0x170)]]||_0x5578e[TestFrameworkConstants[_0x1ff84d(0x1af)]]&&_0x5578e[TestFrameworkConstants[_0x1ff84d(0x1af)]][0x0]||'';logger['debug'](_0x1ff84d(0x2d9)+_0x3330ec+_0x1ff84d(0x287)+_0x30abf8);const _0x391b8d=_0x1f8ece[_0x1ff84d(0x1d1)]();for(const _0x4b7796 of _0x391b8d){if(_0x46c3e8[_0x1ff84d(0x275)](_0x4b7796,_0x2e41f2))continue;if(_0x1f8ece[_0x1ff84d(0x29b)](_0x4b7796)){const _0x3562f4=_0x1f8ece[_0x1ff84d(0x1d7)](_0x4b7796);for(const _0x37ce2c of _0x3562f4){if(_0x46c3e8[_0x1ff84d(0x2c4)](_0x37ce2c['testFrameworkState'],TestFrameworkState[_0x1ff84d(0x178)])&&_0x37ce2c[_0x1ff84d(0x1f1)]){const _0x2a928d=_0x37ce2c[_0x1ff84d(0x1f1)][_0x1ff84d(0x1ed)],_0x53f4be=_0x37ce2c['hookMetadata']['scope'];if(_0x46c3e8[_0x1ff84d(0x182)](_0x2a928d,_0x3330ec)&&_0x46c3e8['XzocD'](_0x53f4be,_0x30abf8)){logger['debug'](_0x1ff84d(0x293)+_0x4b7796+_0x1ff84d(0x224)+_0x2e41f2+_0x1ff84d(0x2de)+_0x2a928d+_0x1ff84d(0x287)+_0x53f4be);_0x37ce2c[_0x1ff84d(0x183)]&&_0x37ce2c[_0x1ff84d(0x183)][_0x1ff84d(0x2e1)]&&(_0x37ce2c['args'][_0x1ff84d(0x2e1)][_0x1ff84d(0x17f)]=_0x2e41f2,logger[_0x1ff84d(0x2b2)](_0x1ff84d(0x1de)+_0x4b7796+'\x20to\x20'+_0x2e41f2));try{const _0x526528=await this[_0x1ff84d(0x29a)](_0x1f8ece,_0x37ce2c[_0x1ff84d(0x26a)],_0x37ce2c[_0x1ff84d(0x22b)],_0x37ce2c[_0x1ff84d(0x183)]);_0x526528&&_0x46c3e8[_0x1ff84d(0x2e9)](Object['keys'](_0x526528)[_0x1ff84d(0x263)],0x0)&&_0x1f8ece[_0x1ff84d(0x269)](_0x526528);await this['runHooks'](_0x1f8ece,_0x37ce2c[_0x1ff84d(0x26a)],_0x37ce2c[_0x1ff84d(0x22b)],_0x37ce2c[_0x1ff84d(0x183)]);const _0x4e78db=_0x1f8ece[_0x1ff84d(0x1d7)](_0x4b7796)[_0x1ff84d(0x1a8)](_0x2ba477=>_0x2ba477!==_0x37ce2c);if(_0x46c3e8[_0x1ff84d(0x21e)](_0x4e78db[_0x1ff84d(0x263)],0x0))_0x1f8ece[_0x1ff84d(0x2ca)](_0x4b7796);else{_0x1f8ece[_0x1ff84d(0x2ca)](_0x4b7796);for(const _0x391090 of _0x4e78db){_0x1f8ece[_0x1ff84d(0x1ee)](_0x4b7796,_0x391090);}}logger[_0x1ff84d(0x2b2)](_0x46c3e8[_0x1ff84d(0x1a2)]);}catch(_0x4b1ce8){logger[_0x1ff84d(0x1f0)]('[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20'+_0x2e41f2+_0x1ff84d(0x2ea)+_0x4b1ce8);}}}}}}}}[a91_0x298dc3(0x23b)](_0x205a90){const _0x454668=a91_0x298dc3,_0x202219={'MKQzJ':function(_0x1b331d){return _0x1b331d();}};if(!_0x205a90||!_0x205a90[_0x454668(0x198)])return;_0x205a90[_0x454668(0x198)]['hooks']&&Array['isArray'](_0x205a90[_0x454668(0x198)][_0x454668(0x2ac)])&&_0x205a90['parent'][_0x454668(0x2ac)]['forEach'](_0x19d1c0=>{const _0x272569=_0x454668;!_0x19d1c0[_0x272569(0x16f)]&&!_0x19d1c0[_0x272569(0x2a5)]&&(_0x19d1c0['hookAnalyticsId']=_0x202219['MKQzJ'](uuidv4),_0x19d1c0['hookUUID']=_0x19d1c0[_0x272569(0x16f)],logger[_0x272569(0x2b2)]('[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type='+_0x19d1c0['type']+',\x20hookUUID='+_0x19d1c0[_0x272569(0x16f)]));}),this[_0x454668(0x23b)](_0x205a90[_0x454668(0x198)]);}['getHooksForTest'](_0xeda85d){const _0x420cd0=a91_0x298dc3,_0xa3e03d={'ONcKd':function(_0x149175,_0x5cbf15){return _0x149175(_0x5cbf15);}};if(!_0xeda85d||!_0xeda85d[_0x420cd0(0x198)])return[];const _0x3a314d=[];return _0xeda85d['parent'][_0x420cd0(0x2ac)]&&Array[_0x420cd0(0x239)](_0xeda85d[_0x420cd0(0x198)][_0x420cd0(0x2ac)])&&_0xeda85d[_0x420cd0(0x198)][_0x420cd0(0x2ac)][_0x420cd0(0x2bc)](_0x1986b8=>{const _0x4569c1=_0x420cd0,_0x4fc88=_0x1986b8['hookAnalyticsId']||_0x1986b8['hookUUID'];_0x4fc88&&!this[_0x4569c1(0x26d)](_0x1986b8)&&!_0xa3e03d['ONcKd'](isInternalHook,_0x1986b8['fn'])&&_0x3a314d['push'](_0x4fc88);}),[..._0x3a314d,...this[_0x420cd0(0x1dc)](_0xeda85d['parent'])];}[a91_0x298dc3(0x2a8)](_0xdd1229){const _0x234880=a91_0x298dc3,_0x5a27de={'HBLHC':function(_0x63be52,_0x27cf0c){return _0x63be52(_0x27cf0c);},'zaWMr':_0x234880(0x22d)},_0xfe0a0b=new Map(),_0x187096=_0x14ef7e=>{const _0x3232bd=_0x234880;if(!_0x14ef7e||!_0x14ef7e[_0x3232bd(0x198)])return;_0x14ef7e[_0x3232bd(0x198)][_0x3232bd(0x2ac)]&&Array['isArray'](_0x14ef7e[_0x3232bd(0x198)][_0x3232bd(0x2ac)])&&_0x14ef7e[_0x3232bd(0x198)][_0x3232bd(0x2ac)][_0x3232bd(0x2bc)](_0x52c280=>{const _0xc75795=_0x3232bd,_0x1191fa=_0x52c280[_0xc75795(0x16f)]||_0x52c280[_0xc75795(0x2a5)];if(_0x1191fa&&!this[_0xc75795(0x26d)](_0x52c280)&&!_0x5a27de[_0xc75795(0x192)](isInternalHook,_0x52c280['fn'])){const _0x477a1d={};_0x477a1d[_0xc75795(0x29f)]=_0x52c280['type']||_0x5a27de['zaWMr'],_0x477a1d[_0xc75795(0x1c8)]=_0x52c280[_0xc75795(0x1c8)]||'\x22'+_0x52c280['type']+'\x22\x20hook',_0xfe0a0b['set'](_0x1191fa,_0x477a1d);}}),_0x5a27de[_0x3232bd(0x192)](_0x187096,_0x14ef7e[_0x3232bd(0x198)]);};return _0x5a27de['HBLHC'](_0x187096,_0xdd1229),_0xfe0a0b;}['isJestInternalHook'](_0x2fec47){const _0x110054=a91_0x298dc3,_0x116c21={};_0x116c21['aJAkS']=_0x110054(0x2d6),_0x116c21['hYqwQ']=_0x110054(0x20f);const _0x55313f=_0x116c21;try{const _0x1c2801=this[_0x110054(0x2f5)](_0x2fec47);if(!_0x1c2801||_0x1c2801[_0x110054(0x2f7)](_0x55313f[_0x110054(0x201)]))return!![];return![];}catch(_0x4ccc54){logger[_0x110054(0x2b2)](_0x55313f[_0x110054(0x28e)]);}return![];}[a91_0x298dc3(0x2f5)](_0x4530c1){const _0x19be22=a91_0x298dc3,_0x158fbd={'PVjRy':function(_0x2abcca,_0x23bf58){return _0x2abcca(_0x23bf58);}};if(_0x4530c1[_0x19be22(0x2be)])return _0x4530c1['file'];if(_0x4530c1[_0x19be22(0x234)])try{const _0x26bb6d=stackTrace[_0x19be22(0x1e5)](_0x4530c1[_0x19be22(0x234)]),_0x4d83ec=_0x158fbd[_0x19be22(0x18c)](pickUserFrameFile,_0x26bb6d);if(_0x4d83ec)return _0x4d83ec;logger['debug'](_0x19be22(0x282)+_0x26bb6d[_0x19be22(0x263)]+')');}catch(_0x5296ce){logger[_0x19be22(0x2b2)](_0x19be22(0x1b5)+util[_0x19be22(0x2d0)](_0x5296ce));}return null;}}function a91_0x1ab4(_0x306513,_0x4c8d8f){const _0x582217=a91_0x5822();return a91_0x1ab4=function(_0x1ab45,_0x3df687){_0x1ab45=_0x1ab45-0x167;let _0x1924c3=_0x582217[_0x1ab45];return _0x1924c3;},a91_0x1ab4(_0x306513,_0x4c8d8f);}function a91_0x5822(){const _0x1ef8a6=['parseJestTest','addMultipleEntries','testFrameworkState','getActiveHook','FJdIC','isJestInternalHook','hook_result','65556erYDRy','stack-trace','KVhMZ',',\x20hookType=','KEY_AUTOMATE_SESSION_NAME','QiQOz','tjoFh','file_name','duration','getCurrentTestState','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','sendLogCreatedEvent','eJLOw','elWgO','TZeGV','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','ceil','testId','parallelIndex','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','getTestFrameworksVersions','POST','getJestTestTags','Vptdb',',\x20scope:\x20','inHUa','rcluK','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','KEY_TEST_ATTACHMENTS','MiyDY','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','hYqwQ','\x20(testIdentifier),\x20tags=','../instances/trackedInstance.js','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','KEY_TEST_FRAMEWORK_NAME','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','startedAt','test_identifier','klqyc','status','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','trackHookEvent','hasPendingHooks','body','644660cVaZKS','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','type','KEY_TEST_FILE_PATH','702158BZmfMj','KEY_TEST_META',',\x20storing\x20as\x20pending\x20hook','2993552trtqUQ','hookUUID','../../../helpers/test-observability/utils','instance','buildHookMapFromTest','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20',',\x20failureReason=','KEY_HOOK_FAILURE_REASON','hooks','FGDCs','getAllData','setActiveHook','split',',\x20failureType=','debug','trackJestInstance',',\x20hooksListLength=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','trackJestInstance:\x20created\x20instance\x20for\x20target=','18DVnQIM','maxArrayLength','zyrsz','elGsk','forEach',',\x20attachmentLogs:\x20','file','\x20attachments','jvCwM','KEY_HOOKS_FINISHED',':testAnalyticsId','LjHvv','LPWYr','QxpvP','exports','toUpperCase',',\x20response=','KEY_TEST_TAGS','removePendingHooks','eventJson','failure_reason',',\x20contextId=','passed','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','format',',\x20test_run_uuid=','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','createTestFrameworkEventPayload','join','find','jest-circus','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','substr','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','\x20&\x20hookState=','../cliUtils.js','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','\x20pending\x20hooks\x20for\x20testId:\x20',',\x20filePath:\x20','KEY_HOOK_LOGS','HKgWb','hookData',',\x20hook=','from',',\x20target=','594dIGCmX','push','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','depth','LWPuB',',\x20error:\x20','KEY_TEST_FAILURE_TYPE','hook_run_uuid','retryOf','uaUxu','ldzSG','storePendingHook','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','KEY_TEST_DURATION','KEY_TEST_ID','reverse','getRootParentFile','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','includes','hookType','Bkbjo','\x20-\x20test_identifier=','skipped','KEY_TEST_RESULT',',\x20scopes=','toISOString','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22',',\x20exception=','Zmbec','ROXtl','hookAnalyticsId','KEY_TEST_SCOPE','bEnIo','createContext','KEY_TEST_CODE','Stored\x20pending\x20hook\x20for\x20testId:\x20','KEY_LOGS','test','testData','BEFORE_ALL','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','testUUID','KEY_TEST_FAILURE','1528990TaBZnr','title','tfeVe','test_run_id','nlrxP','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','XzocD','args','KEY_HOOK_FAILURE_TYPE','failed','getTestFrameworks','getInstance','getJestTestName','parseJestTestResult','ICVax',',\x20testData=','PVjRy','removeActiveHook','apLbz','cxfZY','getJestTestScopes','ZnOFl','HBLHC','startsWith','activeHooks','DEFAULT_HOOK_RESULT','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','util','parent','keys','KEY_CUSTOM_TAGS','304185BucrQs','stringify',',\x20state:\x20','Unknown\x20Test','has','\x20for\x20testId:\x20',',\x20hookState=','sAUpk','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','message','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','getCurrentInstanceName','hMnCy','filter','DEFAULT_TEST_RESULT','UYfdS','../state/hookState.js','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','concat','KEY_TEST_SCOPES','getProcessId','getContext','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','zeimB','DbtrY','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','../../../helpers/classLogger.js','getJestTestFilePath','logCreatedEvent','tmbjW','KEY_HOOK_RESULT','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','substring','runHooks','KEY_TEST_RETRY_OF','gQoeA','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','48uUFexx','AssertionError','KEY_HOOK_NAME','./testFramework','KEY_HOOK_LAST_STARTED','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','name','ArRJz','inspect','KEY_TEST_UUID',',\x20consoleLogs:\x20','started_at','__bstackPlatformIndex','tags',',\x20testFramework=','getAllPendingHookTestIds','\x20logs\x20for\x20testId:\x20',',\x20result=','LOG_REPORT','\x20-\x20testId:\x20','PtuuU','getPendingHooks',',\x20totalLogs:\x20','hook_id','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','getHooksForTest','UKdwq','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','xyIME','yNJVg','../../../helpers/helper.js','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','KEY_TEST_LOCATION','oxtaL','parse','getJestFailureReason','scopes','matchHookRegex','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','xPEkY','trZfe','\x20(testIdentifier),\x20result=','filePath','addPendingHook','AOvYB','error','hookMetadata','IoSHG','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=',',\x20screenshotLogs:\x20','platformIndex','executionContext','FwkSQ','KEY_TEST_FRAMEWORK_VERSION','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','TEST','Dhnyt','Uwuls','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','setTrackedInstance','LsfEo',',\x20platformIndex:\x20','aJAkS','../grpcClient','../state/testFrameworkState.js','replace','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','\x22\x20from\x20testData','finished_at','getJestFailureType','slice','HptRm','result','KXphW','resolveInstance','lQACW','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','base64','KEY_EVENT_STARTED_AT',',\x20duration=','../TestInfo.js','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','hook_type','code','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','NONE','apply','none','KEY_TEST_STARTED_AT',',\x20remainingHooks=',',\x20hookData=','QwFoz',',\x20hookId=','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','KEY_HOOK_ID','getJestTestIdentifier','testFrameworkName',',\x20currentTestId:\x20','kind','RaNmF','getRef','KEY_HOOKS_STARTED','\x20hook',',\x20hook_run_uuid=','hookState','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','unknown','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','get','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','getTrackedInstance','oowes','../instances/testFrameworkInstance.js','asyncError','3IbLSjM','KEY_TEST_RESULT_AT','ZXUcu','test_run_uuid','isArray','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','mapTestHooks','pUths','../../../helpers/stackFrameUtils','480923kbimYK','VeMYu','missing','warn','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','5bIJUWd','KEY_TEST_ENDED_AT',',\x20hookUUID=','KEY_EVENT_ENDED_AT','uuid','bjjBV','toString',',\x20testId=','originalTest','\x20(testIdentifier)','getCurrentHookState','getId','map','trackEvent',',\x20totalHooks=','PRE','KjSig','skip','getJestFailureData','AjuTh','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','_ALL','\x20(testIdentifier),\x20hookType=','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','pid','trackJestInstance:\x20instance\x20already\x20exists',',\x20messageLength=','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','endedAt','splice','length','errorsDetailed',',\x20hookState:\x20','processPendingHooks','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType='];a91_0x5822=function(){return _0x1ef8a6;};return a91_0x5822();}module[a91_0x298dc3(0x2c6)]=JestTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a92_0x1ae020=a92_0x590f;(function(_0x2a8b03,_0x3053c9){const _0x391bda=a92_0x590f,_0x2f34dc=_0x2a8b03();while(!![]){try{const _0x49b94=-parseInt(_0x391bda(0x1a9))/0x1*(-parseInt(_0x391bda(0x1aa))/0x2)+parseInt(_0x391bda(0x1dd))/0x3+parseInt(_0x391bda(0x1f1))/0x4*(-parseInt(_0x391bda(0x19c))/0x5)+parseInt(_0x391bda(0x1a2))/0x6+-parseInt(_0x391bda(0x1e2))/0x7*(-parseInt(_0x391bda(0x1e7))/0x8)+parseInt(_0x391bda(0x1a1))/0x9*(-parseInt(_0x391bda(0x1b2))/0xa)+parseInt(_0x391bda(0x1c8))/0xb;if(_0x49b94===_0x3053c9)break;else _0x2f34dc['push'](_0x2f34dc['shift']());}catch(_0xa20f12){_0x2f34dc['push'](_0x2f34dc['shift']());}}}(a92_0x5bf9,0x8bf7d));function a92_0x5bf9(){const _0x4c3a56=['../cliUtils.js','pHyFR','./testFramework','format','../../../helpers/classLogger.js','getCurrentTestState','getContext','NewmanTestFramework','path','DEFAULT_TEST_RESULT','file_path','custom_metadata','../state/hookState.js','getTestFrameworks','\x20hook=','2197995jMBDJr','KEY_TEST_FAILURE','getId','KEY_TEST_FAILURE_TYPE','failure_type','989051RfbsCG','toString','createTestFrameworkEventPayload:\x20error=','location','KEY_CUSTOM_TAGS','8eyMVKj','BkTQG','../instances/trackedInstance.js','trackEvent:\x20state=','KEY_TEST_CODE','KEY_TEST_ENDED_AT','parseNewmanTestResult','createTestFrameworkEventPayload','from','uuid','1064XbONYl','result','KEY_TEST_ID','KEY_HOOKS_STARTED','KEY_HOOKS_FINISHED','14275HYfWyN','KEY_TEST_LOCATION','trackEvent:\x20error=','YunIM','KEY_TEST_RERUN_NAME','9599112boenmA','5258928vhzcfB','KEY_TEST_STARTED_AT','KEY_TEST_TAGS','failure','started_at','../instances/testFrameworkInstance.js','getThreadId','5NtZhRm','87004KvMsHa','PRE','debug','getTrackedInstance','test','zbANF','KEY_TEST_FILE_PATH','KEY_TEST_FRAMEWORK_NAME','10lpQAwa','TEST','KEY_TEST_FAILURE_REASON','exports','scope','KEY_TEST_SCOPES','KEY_TEST_RESULT','KEY_TEST_NAME','KEY_TEST_UUID','util','createContext','KEY_TEST_SCOPE','base64','KEY_TEST_FRAMEWORK_VERSION','runHooks','./constants/testFrameworkConstants.js','getCurrentHookState','parseNewmanTest','error','getTestFrameworksVersions','split','KEY_TEST_LOGS','4744861lQrBdf','toISOString','failure_reason','getAllData','KEY_TEST_META','NONE'];a92_0x5bf9=function(){return _0x4c3a56;};return a92_0x5bf9();}const path=require(a92_0x1ae020(0x1d6)),TestFramework=require(a92_0x1ae020(0x1d0)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a92_0x1ae020(0x1da)),{createClassLogger}=require(a92_0x1ae020(0x1d2)),TestFrameworkInstance=require(a92_0x1ae020(0x1a7)),CLIUtils=require(a92_0x1ae020(0x1ce)),TrackedInstance=require(a92_0x1ae020(0x1e9)),TestFrameworkConstants=require(a92_0x1ae020(0x1c1)),util=require(a92_0x1ae020(0x1bb)),logger=createClassLogger(a92_0x1ae020(0x1d5));function a92_0x590f(_0x20d125,_0xa557b4){const _0x5bf9b0=a92_0x5bf9();return a92_0x590f=function(_0x590fe4,_0x5cd5a7){_0x590fe4=_0x590fe4-0x19c;let _0x2fe23e=_0x5bf9b0[_0x590fe4];return _0x2fe23e;},a92_0x590f(_0x20d125,_0xa557b4);}class NewmanTestFramework extends TestFramework{constructor(_0x2ddac6,_0x3fe88b,_0x3d2312){super(_0x2ddac6,_0x3fe88b,_0x3d2312);}async['trackEvent'](_0x4a8523,_0x56f86a,_0x11759a={}){const _0x2f852b=a92_0x1ae020,_0x3c6e4f={};_0x3c6e4f[_0x2f852b(0x19f)]=function(_0x827350,_0x2b2606){return _0x827350===_0x2b2606;},_0x3c6e4f['zbANF']=function(_0x16225d,_0xaf7119){return _0x16225d===_0xaf7119;};const _0x5b23fd=_0x3c6e4f;logger[_0x2f852b(0x1ac)](_0x2f852b(0x1ea)+_0x4a8523+_0x2f852b(0x1dc)+_0x56f86a),await super['trackEvent'](_0x4a8523,_0x56f86a,_0x11759a);const _0x248b51=this['resolveInstance'](_0x4a8523,_0x56f86a,_0x11759a);if(!_0x248b51)return;try{if(_0x5b23fd['YunIM'](_0x4a8523,TestFrameworkState[_0x2f852b(0x1b3)])&&_0x11759a[_0x2f852b(0x1ae)]){const _0x50f6e3=_0x5b23fd[_0x2f852b(0x1af)](_0x56f86a,HookState[_0x2f852b(0x1ab)])?this[_0x2f852b(0x1c3)](_0x11759a['test']):this[_0x2f852b(0x1ed)](_0x11759a[_0x2f852b(0x1ae)]);_0x248b51['addMultipleEntries'](_0x50f6e3);}}catch(_0x9eb045){logger[_0x2f852b(0x1c4)](_0x2f852b(0x19e)+util[_0x2f852b(0x1d1)](_0x9eb045));}_0x11759a['instance']=_0x248b51,await this[_0x2f852b(0x1c0)](_0x248b51,_0x4a8523,_0x56f86a,_0x11759a);}[a92_0x1ae020(0x1c3)](_0x5ddab7){const _0x25d4cf=a92_0x1ae020,_0x26fa85=this[_0x25d4cf(0x1db)]()[0x0],_0x5a4259={};return _0x5a4259[_0x5ddab7[_0x25d4cf(0x1f0)]]={[TestFrameworkConstants[_0x25d4cf(0x1b1)]]:_0x26fa85,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x25d4cf(0x1c5)]()[_0x26fa85],[TestFrameworkConstants[_0x25d4cf(0x1c7)]]:[],[TestFrameworkConstants[_0x25d4cf(0x1f5)]]:{},[TestFrameworkConstants[_0x25d4cf(0x1f4)]]:{},[TestFrameworkConstants[_0x25d4cf(0x1b8)]]:TestFrameworkConstants[_0x25d4cf(0x1d7)],[TestFrameworkConstants[_0x25d4cf(0x1f3)]]:_0x5ddab7[_0x25d4cf(0x1f0)],[TestFrameworkConstants[_0x25d4cf(0x1ba)]]:_0x5ddab7[_0x25d4cf(0x1f0)],[TestFrameworkConstants[_0x25d4cf(0x1b9)]]:_0x5ddab7['name'],[TestFrameworkConstants[_0x25d4cf(0x1b0)]]:_0x5ddab7[_0x25d4cf(0x1d8)]||'',[TestFrameworkConstants[_0x25d4cf(0x19d)]]:_0x5ddab7[_0x25d4cf(0x1e5)]||'',[TestFrameworkConstants[_0x25d4cf(0x1eb)]]:null,[TestFrameworkConstants[_0x25d4cf(0x1a4)]]:_0x5ddab7['tags']||[],[TestFrameworkConstants[_0x25d4cf(0x1a3)]]:_0x5ddab7[_0x25d4cf(0x1a6)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x25d4cf(0x1bd)]]:_0x5ddab7[_0x25d4cf(0x1b6)]||'',[TestFrameworkConstants[_0x25d4cf(0x1b7)]]:_0x5ddab7['scopes']||[],[TestFrameworkConstants[_0x25d4cf(0x1a0)]]:null,[TestFrameworkConstants[_0x25d4cf(0x1e6)]]:_0x5ddab7[_0x25d4cf(0x1d9)]||{},[TestFrameworkConstants[_0x25d4cf(0x1cc)]]:_0x5ddab7['meta']||{}},_0x5a4259;}[a92_0x1ae020(0x1ed)](_0x46f17c){const _0xe737f8=a92_0x1ae020,_0x44556d={};_0x44556d[_0xe737f8(0x1cf)]='pending';const _0x179059=_0x44556d,_0x2b94e8={};return _0x2b94e8[_0x46f17c['uuid']]={[TestFrameworkConstants[_0xe737f8(0x1b8)]]:_0x46f17c[_0xe737f8(0x1f2)]||_0x179059['pHyFR'],[TestFrameworkConstants[_0xe737f8(0x1ec)]]:_0x46f17c['finished_at']||new Date()[_0xe737f8(0x1c9)](),[TestFrameworkConstants[_0xe737f8(0x1de)]]:_0x46f17c[_0xe737f8(0x1a5)]||[],[TestFrameworkConstants[_0xe737f8(0x1e0)]]:_0x46f17c[_0xe737f8(0x1e1)]||null,[TestFrameworkConstants[_0xe737f8(0x1b4)]]:_0x46f17c[_0xe737f8(0x1ca)]||null},_0x2b94e8;}['resolveInstance'](_0x35b399){const _0x3e1f93=a92_0x1ae020;let _0x459853=TestFramework[_0x3e1f93(0x1ad)]();if(!_0x459853){const _0x558c46=TrackedInstance[_0x3e1f93(0x1bc)](CLIUtils['getCurrentInstanceName']());_0x459853=new TestFrameworkInstance(_0x558c46,this[_0x3e1f93(0x1db)](),this['getTestFrameworksVersions'](),_0x35b399,HookState[_0x3e1f93(0x1cd)]),TestFramework['setTrackedInstance'](_0x558c46,_0x459853);}return _0x459853;}[a92_0x1ae020(0x1ee)](_0xc1d6d0){const _0x257584=a92_0x1ae020,_0x2066a4={};_0x2066a4[_0x257584(0x1e8)]=_0x257584(0x1be);const _0x4a0d32=_0x2066a4;try{const _0x5ef0f2=_0xc1d6d0[_0x257584(0x1ae)]?_0xc1d6d0[_0x257584(0x1ae)][_0x257584(0x1f0)]:null,_0xb92c4e=_0xc1d6d0['instance'],_0x4c84d9=_0xb92c4e[_0x257584(0x1d4)](),_0x5e3f8c=_0xb92c4e[_0x257584(0x1cb)]()['get'](_0x5ef0f2);if(!_0x5e3f8c)return{};const {[TestFrameworkConstants[_0x257584(0x1b1)]]:_0x5a6071='',[TestFrameworkConstants[_0x257584(0x1bf)]]:_0x9470f8='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x867520='',[TestFrameworkConstants[_0x257584(0x1ec)]]:_0x2571d4=''}=_0x5e3f8c;return{'platformIndex':0x0,'testFrameworkName':_0x5a6071,'testFrameworkVersion':_0x9470f8,'testFrameworkState':_0xb92c4e[_0x257584(0x1d3)]()[_0x257584(0x1e3)]()[_0x257584(0x1c6)]('.')[0x1],'hookState':_0xb92c4e[_0x257584(0x1c2)]()[_0x257584(0x1e3)]()[_0x257584(0x1c6)]('.')[0x1],'startedAt':_0x867520,'endedAt':_0x2571d4,'uuid':_0x5ef0f2,'eventJson':Buffer[_0x257584(0x1ef)](JSON['stringify'](_0x5e3f8c))['toString'](_0x4a0d32['BkTQG']),'executionContext':{'hash':_0x4c84d9[_0x257584(0x1df)](),'threadId':_0x4c84d9[_0x257584(0x1a8)]()[_0x257584(0x1e3)](),'processId':_0x4c84d9['getProcessId']()[_0x257584(0x1e3)]()}};}catch(_0x59979e){return logger['error'](_0x257584(0x1e4)+util[_0x257584(0x1d1)](_0x59979e)),{};}}}module[a92_0x1ae020(0x1b5)]=NewmanTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a93_0x3c05a3=a93_0x3b79;function a93_0x88f2(){const _0x4e6329=['3470290vAqYcB','trackEvent:\x20automationFrameworkState=','info','74ZUDNiS','trackPlaywrightInstance:\x20instance\x20already\x20exists','getAutomationFrameworkName','4EdIYGH','trackPlaywrightInstance','getTrackedInstance','12nqhtru','./automationFramework.js','8608235ifkPET','../state/automationFrameworkState.js','51175xCEYec','trackEvent','logger','FQVUK','getId','\x20hookState=','88mPOouh','exports','4846656HqizCy','mSrYn','message','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','VItOn','resolveInstance',',\x20state=','NONE','PLAYWRIGHT_DISPATCH','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','\x20target=','params','instance','../../../helpers/classLogger.js','../instances/automationFrameworkInstance.js','9hCjFCE','2226818jFsDsU','sXVDK','1003051WUQGOc','bsParams','5704956bEWZNB','setTrackedInstance'];a93_0x88f2=function(){return _0x4e6329;};return a93_0x88f2();}(function(_0x23f49d,_0x919986){const _0x47c358=a93_0x3b79,_0x10b451=_0x23f49d();while(!![]){try{const _0x53c874=parseInt(_0x47c358(0x11e))/0x1*(-parseInt(_0x47c358(0x114))/0x2)+parseInt(_0x47c358(0x126))/0x3*(parseInt(_0x47c358(0x117))/0x4)+parseInt(_0x47c358(0x11c))/0x5+parseInt(_0x47c358(0x10f))/0x6+-parseInt(_0x47c358(0x10d))/0x7*(parseInt(_0x47c358(0x124))/0x8)+parseInt(_0x47c358(0x10a))/0x9*(parseInt(_0x47c358(0x111))/0xa)+-parseInt(_0x47c358(0x10b))/0xb*(parseInt(_0x47c358(0x11a))/0xc);if(_0x53c874===_0x919986)break;else _0x10b451['push'](_0x10b451['shift']());}catch(_0x1cd96f){_0x10b451['push'](_0x10b451['shift']());}}}(a93_0x88f2,0xeb166));function a93_0x3b79(_0x57cb08,_0x274319){const _0x88f24f=a93_0x88f2();return a93_0x3b79=function(_0x3b79ac,_0x56e1a7){_0x3b79ac=_0x3b79ac-0x106;let _0x48a03d=_0x88f24f[_0x3b79ac];return _0x48a03d;},a93_0x3b79(_0x57cb08,_0x274319);}const AutomationFramework=require(a93_0x3c05a3(0x11b)),{createClassLogger}=require(a93_0x3c05a3(0x108)),AutomationFrameworkState=require(a93_0x3c05a3(0x11d)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require('../instances/trackedInstance.js'),AutomationFrameworkInstance=require(a93_0x3c05a3(0x109));class PlaywrightAutomationFramework extends AutomationFramework{[a93_0x3c05a3(0x120)]=createClassLogger('PlaywrightAutomationFramework');constructor(_0x354b8c,_0xd7579e){super(_0x354b8c,_0xd7579e);}async[a93_0x3c05a3(0x11f)](_0x2805f9,_0x4e96c6,_0x1889f9={}){const _0x56f169=a93_0x3c05a3,_0x34df1a={};_0x34df1a['sXVDK']=function(_0x27c581,_0x1d6b66){return _0x27c581===_0x1d6b66;};const _0x8b706e=_0x34df1a;this[_0x56f169(0x120)]['debug'](_0x56f169(0x112)+_0x2805f9+_0x56f169(0x123)+_0x4e96c6),await super[_0x56f169(0x11f)](_0x2805f9,_0x4e96c6,_0x1889f9);const _0x109694=this[_0x56f169(0x12b)](_0x2805f9,_0x4e96c6,_0x1889f9);if(_0x8b706e[_0x56f169(0x10c)](_0x109694,null))return;_0x1889f9[_0x56f169(0x107)]=_0x109694,await this['runHooks'](_0x109694,_0x2805f9,_0x4e96c6,_0x1889f9);}['resolveInstance'](_0x4c82f1,_0x10ead5,_0xc54b38={}){const _0x316424=a93_0x3c05a3,_0x36b749={};_0x36b749[_0x316424(0x121)]=function(_0x532eb6,_0xd71315){return _0x532eb6===_0xd71315;},_0x36b749[_0x316424(0x12a)]=function(_0x3279b9,_0x4cea25){return _0x3279b9===_0x4cea25;};const _0x57afe4=_0x36b749;let _0x5639ad=null;return(_0x57afe4[_0x316424(0x121)](_0x4c82f1,AutomationFrameworkState['CREATE'])||_0x57afe4['VItOn'](_0x4c82f1,AutomationFrameworkState[_0x316424(0x12e)])&&(_0xc54b38['message']&&_0xc54b38[_0x316424(0x128)][_0x316424(0x106)]&&_0xc54b38[_0x316424(0x128)]['params'][_0x316424(0x10e)])||_0x57afe4['FQVUK'](_0x4c82f1,AutomationFrameworkState[_0x316424(0x12d)]))&&this[_0x316424(0x118)](_0x4c82f1,_0xc54b38),_0x5639ad=AutomationFramework[_0x316424(0x119)](),_0x5639ad;}[a93_0x3c05a3(0x118)](_0x28da0a,_0x5e12b7){const _0x21fef6=a93_0x3c05a3,_0x1f895e={};_0x1f895e[_0x21fef6(0x127)]=_0x21fef6(0x115);const _0x245885=_0x1f895e;if(AutomationFramework[_0x21fef6(0x119)]()){this[_0x21fef6(0x120)][_0x21fef6(0x113)](_0x245885['mSrYn']);return;}const _0x3c2a99=CLIUtils['getCurrentInstanceName'](),_0x3a22d0=TrackedInstance['createContext'](_0x3c2a99);let _0x3e4278=null;this[_0x21fef6(0x120)]['info'](_0x21fef6(0x12f)+_0x3c2a99+_0x21fef6(0x12c)+_0x28da0a),_0x3e4278=new AutomationFrameworkInstance(_0x3a22d0,this[_0x21fef6(0x116)](),this['getAutomationFrameworkVersion'](),_0x28da0a),AutomationFramework[_0x21fef6(0x110)](_0x3a22d0,_0x3e4278),this[_0x21fef6(0x120)]['info'](_0x21fef6(0x129)+_0x3a22d0[_0x21fef6(0x122)]()+_0x21fef6(0x130)+_0x3c2a99);}}module[a93_0x3c05a3(0x125)]=PlaywrightAutomationFramework;
|