browserstack-node-sdk 1.63.5 → 1.64.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/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 -1
- package/src/bin/jasmine/command.js +1 -1
- package/src/bin/jasmine/test.setup.js +1 -1
- package/src/bin/jasmine/testRunMap.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadErrors.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 -1
- package/src/bin/testcafe/command.js +1 -1
- package/src/bin/testcafe/reporter/index.js +1 -1
- package/src/bin/testcafe/reporter/tcUtils.js +1 -1
- package/src/bin/testcafe/session-registry.js +1 -1
- package/src/bin/testcafe/stdout-interceptor.js +1 -1
- package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
- package/src/bin/testcafe/w3c-driver.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/puppeteer-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/newmanTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/sdkErrorHandler.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
|
-
function a92_0x42d8(){const _0x2c1fae=['TEST_SCREENSHOT','52kdCSJM','KEY_HOOK_RESULT','KEY_TEST_FAILURE_TYPE','parseJestTestResult','hook_result','forEach','addPendingHook','tnTzp','\x20to\x20','SafUY',',\x20logsInBatch:\x20','Ekoxi','\x20pending\x20hooks\x20for\x20testId:\x20','failed','uuid','parent','missing','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','depth','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','KEY_HOOKS_FINISHED','getThreadId','UnhandledError','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','failure_reason','scopes','UWepL','hooks','LOG_REPORT','../state/testFrameworkState.js','getCurrentTestState','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','test','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','JRiHX','KEY_HOOK_NAME','DUOMj','Rrgkc','2199804JHkjGL','KEY_TEST_RESULT','hookData','kTMgL','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','removeActiveHook','finished_at','kind','getJestFailureType','\x22\x20from\x20testData','pid','Unknown\x20Test','sZrzv','2400183sLsvju','\x20files',',\x20testFramework=','testUUID','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','AssertionError','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','KEY_TEST_ID','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20',',\x20failureReason=','TEST','\x20attachments','stringify','DzbmP','trackHookEvent','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','ZClbB','name','getJestTestName','KEY_TEST_FRAMEWORK_NAME','ptPLK','kotSF','KEY_TEST_ENDED_AT','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','hAttc','getTestFrameworksVersions','retryOf','getActiveHook',',\x20filePath:\x20','__workerDetails','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','executionContext','qhyrZ',',\x20scopes=','find','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','ALL','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','KEY_TEST_ATTACHMENTS','./constants/testFrameworkConstants.js','workerInfo','passed','type','KEY_EVENT_STARTED_AT','has','BEFORE_ALL','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22',',\x20argsKeys=','KEY_TEST_UUID','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','storePendingHook','platformIndex','length','QNJnH',',\x20testId=','split','HxHgI','mxVGw','../instances/testFrameworkInstance.js','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','getTrackedInstance','xQDID',',\x20hookUUID=','KEY_TEST_RERUN_NAME','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','findIndex','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','NepmV',',\x20contextId=',',\x20test_run_uuid=','OrMcx','tags','sZMVQ','svcYe','addMultipleEntries','Error\x20in\x20createTestFrameworkEventPayload:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=',',\x20totalHooks=','matchHookRegex','KEY_TEST_STARTED_AT','hook_run_uuid','mPoFM','hPOME','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','Iqsac','util','Unknown\x20error','removePendingHooks','\x20logs\x20for\x20testId:\x20','DrISN','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20',':testAnalyticsId','KEY_HOOK_LAST_STARTED','umNbX','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','zOkCk','../TestInfo.js','errorsDetailed','KEY_TEST_LOCATION','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','bVLTt','10fFnkeo','\x20&\x20hookState=',',\x20hook_run_uuid=','aZBNe','3513290LFDdcT','includes','pop','result','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','parse','sendLogCreatedEvent','createContext','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','mapTestHooks','runHooks','substring','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','LNYGV',',\x20scope:\x20','KEY_LOGS','KEY_CUSTOM_TAGS','replace','getProcessId','hCIJM','args','KEY_HOOK_FAILURE','KEY_HOOKS_STARTED','file_name','../grpcClient',',\x20hook=','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','testData','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','PcrWa','test_run_uuid','getId',',\x20remainingHooks=','OTnYA',',\x20result=','base64','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','substr','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','none','getContext','toString','WOZZZ','test_identifier','getJestTestScopes',',\x20state:\x20','error','../cliUtils.js','nFSEQ','hookUUID','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','body',',\x20currentTestId:\x20','delete','getHooksForTest','KEY_HOOK_ID',',\x20attachmentLogs:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','push','KEY_TEST_FAILURE_REASON','RedWk','testFrameworkName',',\x20version=','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','vrBDq','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','../../../helpers/stackFrameUtils','ukQFQ','KQTpQ','HVenP','NONE','file','KEY_HOOK_LAST_FINISHED',',\x20testData=','processPendingHooks','map',',\x20failureType=','\x20hook','testId','DyVjN',',\x20state=',',\x20duration=','Reige','2924026GZjcmQ','exports','getCurrentInstanceName','GUdxm','getJestTestIdentifier',',\x20hookState=','getTestFrameworks','join',',\x20target=',',\x20hookData=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','KEY_TEST_RESULT_AT',',\x20storing\x20as\x20pending\x20hook','gwrKm','RxiLi','started_at','KEY_EVENT_ENDED_AT','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','isArray','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','UFiUm','hookMetadata','hasPendingHooks','../../../helpers/classLogger.js',',\x20hookId=',',\x20platformIndex:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','filter','testFrameworkState','\x20-\x20test_identifier=','location','WMRHu','getJestFailureData','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','trackJestInstance','asyncError','GwoEg','set','code','UfnNW','event_ended_at','SlAvX','startsWith','getAllData','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','jest-circus','unknown','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','qolyd',',\x20error:\x20','fmVnM','xfkdq','aIXOy','warn','WFoth','oyRhs','hook_id','toISOString','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','format','../../../helpers/test-observability/utils','cNoke','hookType','beforeAll','PRE','KEY_TEST_FRAMEWORK_VERSION','KEY_TEST_DURATION','hookAnalyticsId','KEY_TEST_NAME','POST','getJestTestTags','resolveInstance','\x20(testIdentifier),\x20hookType=','./testFramework','QMSLX','PptEW','skip','138195xpDtUQ','glXcg','KEY_TEST_RETRY_OF','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','DEFAULT_HOOK_RESULT','getRootParentFile','16WeGxFS','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','nhWHa','setActiveHook','title','KEY_HOOK_LOGS',',\x20consoleLogs:\x20','trackEvent','mWPRM','activeHooks','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','status','ZnaRl','DktIl','__bstackPlatformIndex','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','hookState','KEY_TEST_FILE_PATH','suTyi','getJestFailureReason','xvsVI','setTrackedInstance','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','instance','duration','7647qUVJlM','get','mfNEE','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','trackJestInstance:\x20instance\x20already\x20exists','nfbde','scope','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','KEY_HOOK_FAILURE_REASON','createTestFrameworkEventPayload','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20',',\x20filePath=',',\x20screenshotLogs:\x20','inspect','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','4546518BcRPtG','KEY_TEST_SCOPES','\x20screenshot\x20logs\x20for\x20testId:\x20','from','ROOT_DESCRIBE_BLOCK','getJestTestFilePath','VnZqc','filePath','\x20-\x20testId:\x20','splice',',\x20hookType=','getPendingHooks','apply','parallelIndex','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','isJestInternalHook','meHBX','concat','maxArrayLength','igOBw','debug','parseJestTest','originalTest','mIpAN','keys','KEY_TEST_META','_ALL','KEY_HOOK_FAILURE_TYPE','KEY_TEST_SCOPE','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','Tzogl'];a92_0x42d8=function(){return _0x2c1fae;};return a92_0x42d8();}function a92_0x1195(_0x11437d,_0x3ebf5a){const _0x42d8fc=a92_0x42d8();return a92_0x1195=function(_0x1195bc,_0xb54795){_0x1195bc=_0x1195bc-0x1d1;let _0x327bcc=_0x42d8fc[_0x1195bc];return _0x327bcc;},a92_0x1195(_0x11437d,_0x3ebf5a);}const a92_0x419bae=a92_0x1195;(function(_0x4e1c96,_0x3a4a5e){const _0x240a6f=a92_0x1195,_0x22aab0=_0x4e1c96();while(!![]){try{const _0x48761c=-parseInt(_0x240a6f(0x32b))/0x1*(parseInt(_0x240a6f(0x35a))/0x2)+-parseInt(_0x240a6f(0x30b))/0x3+-parseInt(_0x240a6f(0x1ec))/0x4+parseInt(_0x240a6f(0x264))/0x5*(parseInt(_0x240a6f(0x33a))/0x6)+parseInt(_0x240a6f(0x2bc))/0x7+-parseInt(_0x240a6f(0x311))/0x8*(parseInt(_0x240a6f(0x1f9))/0x9)+parseInt(_0x240a6f(0x268))/0xa;if(_0x48761c===_0x3a4a5e)break;else _0x22aab0['push'](_0x22aab0['shift']());}catch(_0x33e048){_0x22aab0['push'](_0x22aab0['shift']());}}}(a92_0x42d8,0xe97b5));const TestFramework=require(a92_0x419bae(0x307)),TestFrameworkState=require(a92_0x419bae(0x1e2)),HookState=require('../state/hookState.js'),{createClassLogger}=require(a92_0x419bae(0x2d4)),TestFrameworkInstance=require(a92_0x419bae(0x237)),CLIUtils=require(a92_0x419bae(0x297)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a92_0x419bae(0x224)),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),{isInternalHook}=require(a92_0x419bae(0x2fa)),logger=createClassLogger('JestTestFramework'),{v4:uuidv4}=require('uuid'),util=require(a92_0x419bae(0x253)),TestInfo=require(a92_0x419bae(0x25f)),GrpcClient=require(a92_0x419bae(0x280)),stackTrace=require('stack-trace'),{pickUserFrameFile}=require(a92_0x419bae(0x2ab));class JestTestFramework extends TestFramework{constructor(_0x380a96,_0x54f9c3,_0x354140){super(_0x380a96,_0x54f9c3,_0x354140),this['activeHooks']=new Map();}[a92_0x419bae(0x314)](_0x37d6a1,_0x5d6dde,_0x5b8f4b){const _0x1e144a=a92_0x419bae,_0x4ea142={};_0x4ea142[_0x1e144a(0x2e2)]=function(_0x1afd06,_0x43e0e9){return _0x1afd06||_0x43e0e9;};const _0x5ecade=_0x4ea142;if(_0x5ecade[_0x1e144a(0x2e2)](!_0x37d6a1,!_0x5d6dde)){logger[_0x1e144a(0x2f3)](_0x1e144a(0x270)+_0x37d6a1+_0x1e144a(0x23b)+_0x5d6dde);return;}!this[_0x1e144a(0x31a)][_0x1e144a(0x229)](_0x37d6a1)&&this[_0x1e144a(0x31a)][_0x1e144a(0x2e3)](_0x37d6a1,[]);const _0x2510aa={'hookUUID':_0x5d6dde,'hookType':_0x5b8f4b,'startedAt':new Date()['toISOString']()};this[_0x1e144a(0x31a)][_0x1e144a(0x32c)](_0x37d6a1)['push'](_0x2510aa),logger[_0x1e144a(0x34e)](_0x1e144a(0x30e)+_0x37d6a1+_0x1e144a(0x23b)+_0x5d6dde+_0x1e144a(0x344)+_0x5b8f4b+_0x1e144a(0x24b)+this[_0x1e144a(0x31a)][_0x1e144a(0x32c)](_0x37d6a1)[_0x1e144a(0x231)]);}[a92_0x419bae(0x1f1)](_0x1ce68a,_0x5b7303){const _0x5228f8=a92_0x419bae,_0x2f6bc0={};_0x2f6bc0['mfgZH']=function(_0x1584b8,_0x23a967){return _0x1584b8||_0x23a967;},_0x2f6bc0['NWOKb']=function(_0x1fe9ed,_0x577b86){return _0x1fe9ed!==_0x577b86;},_0x2f6bc0[_0x5228f8(0x2d1)]=function(_0x42f6e5,_0x152dab){return _0x42f6e5===_0x152dab;};const _0x47f591=_0x2f6bc0;if(_0x47f591['mfgZH'](!_0x1ce68a,!_0x5b7303)){logger['warn']('[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x1ce68a+_0x5228f8(0x23b)+_0x5b7303);return;}if(this[_0x5228f8(0x31a)]['has'](_0x1ce68a)){const _0x19c09b=this['activeHooks'][_0x5228f8(0x32c)](_0x1ce68a),_0x9dcced=_0x19c09b[_0x5228f8(0x23f)](_0x4bf79a=>_0x4bf79a[_0x5228f8(0x299)]===_0x5b7303);_0x47f591['NWOKb'](_0x9dcced,-0x1)?(_0x19c09b[_0x5228f8(0x343)](_0x9dcced,0x1),logger['debug'](_0x5228f8(0x222)+_0x1ce68a+',\x20hookUUID='+_0x5b7303+_0x5228f8(0x288)+_0x19c09b[_0x5228f8(0x231)]),_0x47f591[_0x5228f8(0x2d1)](_0x19c09b[_0x5228f8(0x231)],0x0)&&this[_0x5228f8(0x31a)][_0x5228f8(0x29d)](_0x1ce68a)):logger[_0x5228f8(0x34e)](_0x5228f8(0x25d)+_0x1ce68a+_0x5228f8(0x23b)+_0x5b7303);}}[a92_0x419bae(0x215)](_0x1602d5){const _0x1583f3=a92_0x419bae,_0x5a9444={};_0x5a9444['umNbX']=function(_0x349d36,_0x1a3f18){return _0x349d36>_0x1a3f18;},_0x5a9444[_0x1583f3(0x34d)]=function(_0x3deee6,_0x5cd768){return _0x3deee6-_0x5cd768;};const _0x6f41b6=_0x5a9444;if(!_0x1602d5)return null;if(this[_0x1583f3(0x31a)]['has'](_0x1602d5)){const _0x383f31=this[_0x1583f3(0x31a)][_0x1583f3(0x32c)](_0x1602d5);if(_0x6f41b6[_0x1583f3(0x25b)](_0x383f31[_0x1583f3(0x231)],0x0)){const _0x4af418=_0x383f31[_0x6f41b6[_0x1583f3(0x34d)](_0x383f31[_0x1583f3(0x231)],0x1)];return logger['debug'](_0x1583f3(0x2df)+_0x1602d5+',\x20hookUUID='+_0x4af418[_0x1583f3(0x299)]+',\x20hookType='+_0x4af418[_0x1583f3(0x2fc)]),_0x4af418;}}return null;}async[a92_0x419bae(0x318)](_0x4be692,_0x304be9,_0x48f0e3={}){const _0x2bd34c=a92_0x419bae,_0x3d5484={};_0x3d5484[_0x2bd34c(0x1eb)]=_0x2bd34c(0x211),_0x3d5484[_0x2bd34c(0x25e)]=function(_0x3abde5,_0x3d7efc){return _0x3abde5===_0x3d7efc;},_0x3d5484['LNYGV']=function(_0x5d314,_0x297727){return _0x5d314===_0x297727;},_0x3d5484[_0x2bd34c(0x2c9)]=function(_0x33ca5d,_0xa11f90){return _0x33ca5d||_0xa11f90;},_0x3d5484[_0x2bd34c(0x2e5)]=_0x2bd34c(0x23d),_0x3d5484[_0x2bd34c(0x1e8)]=function(_0x583903,_0x1d8ae0){return _0x583903===_0x1d8ae0;};const _0x402b70=_0x3d5484;logger[_0x2bd34c(0x34e)](_0x2bd34c(0x21e)+_0x4be692+',\x20hookState='+_0x304be9+_0x2bd34c(0x22c)+Object['keys'](_0x48f0e3)[_0x2bd34c(0x2c3)](',')),await super['trackEvent'](_0x4be692,_0x304be9,_0x48f0e3);const _0x40d459=this['resolveInstance'](_0x4be692,_0x304be9,_0x48f0e3);if(!_0x40d459){logger[_0x2bd34c(0x34e)](_0x402b70['Rrgkc']);return;}try{let _0xb89376,_0x1ce062,_0x52c805;switch(_0x4be692){case TestFrameworkState['TEST']:_0xb89376=_0x48f0e3[_0x2bd34c(0x1e5)];const _0x1cbd17={};_0x1cbd17['depth']=0x2,_0x1cbd17[_0x2bd34c(0x34c)]=0x3,logger[_0x2bd34c(0x34e)](_0x2bd34c(0x1d8)+_0x304be9+_0x2bd34c(0x2b2)+util['inspect'](_0xb89376,_0x1cbd17)),_0x52c805=this[_0x2bd34c(0x2c0)](_0xb89376),_0x1ce062=null,logger[_0x2bd34c(0x34e)](_0x2bd34c(0x24a)+_0x52c805+'\x20(testIdentifier)');if(_0x402b70['zOkCk'](_0x304be9,HookState['PRE'])){logger[_0x2bd34c(0x34e)](_0x2bd34c(0x1e4)+_0x52c805);const _0x4d5a52={};_0x4d5a52[_0x2bd34c(0x1fc)]=_0x1ce062,_0x4d5a52['testData']=_0xb89376,_0x4d5a52[_0x2bd34c(0x2b7)]=_0x52c805;const _0x2b6924=this[_0x2bd34c(0x34f)](_0x4d5a52),_0x18adc7={};_0x18adc7[_0x2bd34c(0x1d7)]=0x2,_0x18adc7[_0x2bd34c(0x34c)]=0x3,logger['debug'](_0x2bd34c(0x262)+util[_0x2bd34c(0x338)](_0x2b6924,_0x18adc7)),_0x40d459['addMultipleEntries'](_0x2b6924),logger[_0x2bd34c(0x34e)](_0x2bd34c(0x321)+_0x52c805),await this[_0x2bd34c(0x2b3)](_0x40d459,_0x52c805);}else{if(_0x402b70[_0x2bd34c(0x275)](_0x304be9,HookState['POST'])){logger[_0x2bd34c(0x34e)](_0x2bd34c(0x357)+_0x52c805);const _0x4558dc=_0x40d459[_0x2bd34c(0x2e9)]()[_0x2bd34c(0x32c)](_0x52c805);logger[_0x2bd34c(0x34e)](_0x2bd34c(0x23e)+util[_0x2bd34c(0x338)](Object[_0x2bd34c(0x352)](_0x402b70[_0x2bd34c(0x2c9)](_0x4558dc,{}))));_0x4558dc&&_0x4558dc[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]?logger[_0x2bd34c(0x34e)](_0x2bd34c(0x2a1)+Object[_0x2bd34c(0x352)](_0x4558dc[TestFrameworkConstants[_0x2bd34c(0x223)]])[_0x2bd34c(0x231)]+_0x2bd34c(0x1fa)):logger[_0x2bd34c(0x34e)](_0x402b70[_0x2bd34c(0x2e5)]);const _0x841f5e=_0x48f0e3[_0x2bd34c(0x350)]||null,_0x5d5490={};_0x5d5490['testUUID']=_0x1ce062,_0x5d5490[_0x2bd34c(0x283)]=_0xb89376,_0x5d5490['testId']=_0x52c805,_0x5d5490[_0x2bd34c(0x350)]=_0x841f5e;const _0x3bf92c=this[_0x2bd34c(0x35d)](_0x5d5490),_0x7beb9a={};_0x7beb9a[_0x2bd34c(0x1d7)]=0x2,_0x7beb9a['maxArrayLength']=0x3,logger[_0x2bd34c(0x34e)](_0x2bd34c(0x2f8)+util[_0x2bd34c(0x338)](_0x3bf92c,_0x7beb9a)),_0x40d459[_0x2bd34c(0x248)](_0x3bf92c),logger['debug'](_0x2bd34c(0x2aa)+_0x52c805),await this['processPendingHooks'](_0x40d459,_0x52c805);}}break;case TestFrameworkState[_0x2bd34c(0x1e1)]:if(_0x402b70[_0x2bd34c(0x1e8)](_0x304be9,HookState[_0x2bd34c(0x303)])){const _0x2429f4={};_0x2429f4[_0x2bd34c(0x1d7)]=0x2,logger[_0x2bd34c(0x34e)]('[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20'+util[_0x2bd34c(0x338)](_0x48f0e3,_0x2429f4)),await this[_0x2bd34c(0x26e)](_0x40d459,_0x4be692,_0x48f0e3);}break;default:if(CLIUtils[_0x2bd34c(0x24c)](_0x4be692[_0x2bd34c(0x291)]()[_0x2bd34c(0x234)]('.')[0x1])){const _0x316de1={};_0x316de1['depth']=0x2,_0x316de1[_0x2bd34c(0x34c)]=0x3,logger[_0x2bd34c(0x34e)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState='+_0x4be692+_0x2bd34c(0x2c1)+_0x304be9+_0x2bd34c(0x2c5)+util['inspect'](_0x48f0e3['hookData'],_0x316de1));const _0x955ac4=await this[_0x2bd34c(0x208)](_0x40d459,_0x4be692,_0x304be9,_0x48f0e3),_0x70805b={};_0x70805b['depth']=0x2,_0x70805b[_0x2bd34c(0x34c)]=0x3,logger[_0x2bd34c(0x34e)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20'+util[_0x2bd34c(0x338)](_0x955ac4,_0x70805b)),_0x40d459[_0x2bd34c(0x248)](_0x955ac4);}else logger[_0x2bd34c(0x34e)](_0x2bd34c(0x28c)+_0x4be692+_0x2bd34c(0x265)+_0x304be9);break;}logger['debug'](_0x2bd34c(0x2cf)+_0x4be692+_0x2bd34c(0x2c1)+_0x304be9);}catch(_0x4bf156){logger[_0x2bd34c(0x296)](_0x2bd34c(0x31c)+_0x4be692+',\x20hookState='+_0x304be9+',\x20exception='+util[_0x2bd34c(0x2f9)](_0x4bf156));}_0x48f0e3[_0x2bd34c(0x329)]=_0x40d459,await this[_0x2bd34c(0x272)](_0x40d459,_0x4be692,_0x304be9,_0x48f0e3);}[a92_0x419bae(0x2c0)](_0x473d03){const _0x23c745=a92_0x419bae,_0x58f4df={};_0x58f4df[_0x23c745(0x289)]='[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback';const _0x2d61e9=_0x58f4df;if(_0x473d03&&(_0x473d03['id']||_0x473d03[_0x23c745(0x1d2)])){const _0xd0274e=_0x473d03['id']||_0x473d03[_0x23c745(0x1d2)];return logger['debug'](_0x23c745(0x22b)+_0xd0274e+_0x23c745(0x1f5)),_0xd0274e;}return logger[_0x23c745(0x34e)](_0x2d61e9[_0x23c745(0x289)]),process[_0x23c745(0x1f6)]+_0x23c745(0x259);}[a92_0x419bae(0x305)](_0x2d1f89,_0x132885,_0x44ff96={}){const _0xad3d3f=a92_0x419bae;let _0x2ce21b=null;return _0x2ce21b=TestFramework['getTrackedInstance'](),!_0x2ce21b?(logger['debug'](_0xad3d3f(0x2d0)+_0x2d1f89),this[_0xad3d3f(0x2e0)](_0x2d1f89,_0x44ff96),_0x2ce21b=TestFramework[_0xad3d3f(0x239)](),logger[_0xad3d3f(0x34e)](_0xad3d3f(0x348)+!!_0x2ce21b+_0xad3d3f(0x242)+_0x2ce21b?.['getContext']()?.['getId']())):logger['debug'](_0xad3d3f(0x332)+_0x2ce21b[_0xad3d3f(0x290)]()?.[_0xad3d3f(0x287)]()),_0x2ce21b;}[a92_0x419bae(0x2e0)](_0x395719,_0x4599b2){const _0x391e95=a92_0x419bae,_0xe48836={};_0xe48836[_0x391e95(0x313)]=_0x391e95(0x32f);const _0x3f67d0=_0xe48836;if(TestFramework[_0x391e95(0x239)]()){logger['debug'](_0x3f67d0['nhWHa']);return;}const _0x22fe43=CLIUtils[_0x391e95(0x2be)](),_0x4b185=TrackedInstance[_0x391e95(0x26f)](_0x22fe43);let _0x1ae100=null;logger[_0x391e95(0x34e)]('trackJestInstance:\x20created\x20instance\x20for\x20target='+_0x22fe43+_0x391e95(0x2b9)+_0x395719),_0x1ae100=new TestFrameworkInstance(_0x4b185,this[_0x391e95(0x2c2)](),this[_0x391e95(0x213)](),_0x395719,HookState[_0x391e95(0x2af)]),TestFramework[_0x391e95(0x327)](_0x4b185,_0x1ae100),logger['debug'](_0x391e95(0x2a2)+_0x4b185[_0x391e95(0x287)]()+_0x391e95(0x2c4)+_0x22fe43+_0x391e95(0x1fb)+this[_0x391e95(0x2c2)]()[0x0]+_0x391e95(0x2a7)+this[_0x391e95(0x213)]()[this[_0x391e95(0x2c2)]()[0x0]]);}['parseJestTest'](_0x1b7bae){const _0x57f040=a92_0x419bae,_0x343278={};_0x343278[_0x57f040(0x34a)]=function(_0x1617fa,_0x4ee8e2){return _0x1617fa||_0x4ee8e2;},_0x343278['uSltQ']=_0x57f040(0x1e6);const _0x37f1df=_0x343278,{testUUID:_0x2cbe08,testData:_0x5d9a92,testId:_0x37daa0}=_0x1b7bae;if(_0x37f1df[_0x57f040(0x34a)](!_0x5d9a92,!_0x37daa0))return logger[_0x57f040(0x34e)](_0x37f1df['uSltQ']),{};const _0xb91f37=this[_0x57f040(0x2c2)]()[0x0],_0x513102=this[_0x57f040(0x213)](),_0x4f5f98={};_0x4f5f98[_0x57f040(0x1d7)]=0x2,_0x4f5f98['maxArrayLength']=0x3,logger['debug'](_0x57f040(0x2a8)+util[_0x57f040(0x338)](_0x5d9a92,_0x4f5f98));const _0x2379dd=_0x5d9a92?.[_0x57f040(0x1de)]||[],_0x1597c4=this[_0x57f040(0x20c)](_0x5d9a92),_0x5c3d65=this[_0x57f040(0x33f)](_0x5d9a92),_0x848a66=_0x5d9a92['fn']?_0x5d9a92['fn'][_0x57f040(0x291)]():_0x5d9a92?.['body']?_0x5d9a92[_0x57f040(0x29b)][_0x57f040(0x2e4)][_0x57f040(0x291)]():null,_0x12f991=this[_0x57f040(0x304)](_0x5d9a92),_0x1bb186={[TestFrameworkConstants[_0x57f040(0x20d)]]:_0xb91f37,[TestFrameworkConstants[_0x57f040(0x2ff)]]:_0x513102[_0xb91f37],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants[_0x57f040(0x27e)]]:{},[TestFrameworkConstants[_0x57f040(0x1ed)]]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x1597c4,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x5c3d65,[TestFrameworkConstants[_0x57f040(0x201)]]:_0x37daa0,[TestFrameworkConstants[_0x57f040(0x302)]]:_0x1597c4,[TestFrameworkConstants[_0x57f040(0x261)]]:_0x5c3d65,[TestFrameworkConstants['KEY_TEST_CODE']]:_0x848a66,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x12f991,[TestFrameworkConstants[_0x57f040(0x24d)]]:_0x5d9a92['started_at']||new Date()[_0x57f040(0x2f7)](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x2379dd[0x0]||'',[TestFrameworkConstants[_0x57f040(0x33b)]]:_0x2379dd,[TestFrameworkConstants[_0x57f040(0x23c)]]:_0x1597c4,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x57f040(0x353)]]:{}};_0x5d9a92[_0x57f040(0x214)]&&(_0x1bb186[TestFrameworkConstants[_0x57f040(0x30d)]]=_0x5d9a92[_0x57f040(0x214)]);logger['debug'](_0x57f040(0x221)+_0x1597c4+',\x20testId='+_0x37daa0+'\x20(testIdentifier),\x20tags='+JSON['stringify'](_0x12f991)+_0x57f040(0x21b)+util[_0x57f040(0x338)](_0x2379dd)+_0x57f040(0x336)+_0x5c3d65);const _0x5f3cb4={};return _0x5f3cb4[_0x37daa0]=_0x1bb186,_0x5f3cb4;}[a92_0x419bae(0x35d)](_0x3b07bc){const _0x8ccff4=a92_0x419bae,_0x2e35be={'sZMVQ':function(_0x5e3512,_0x40166d){return _0x5e3512===_0x40166d;},'aZBNe':'afterAll','HVenP':_0x8ccff4(0x2fd),'RfFBk':_0x8ccff4(0x21f),'SlAvX':_0x8ccff4(0x354),'DUOMj':function(_0x1f27f8,_0xca8f8c){return _0x1f27f8||_0xca8f8c;},'UueUA':_0x8ccff4(0x1e7),'TCYZH':function(_0x7b5d28,_0x3f7cda){return _0x7b5d28||_0x3f7cda;},'mWPRM':'unknown','DzbmP':function(_0x577a7e,_0x9d6433){return _0x577a7e>_0x9d6433;},'ukQFQ':_0x8ccff4(0x1d1),'kWbPf':function(_0x37188f,_0x2ca613){return _0x37188f===_0x2ca613;},'vrBDq':_0x8ccff4(0x30a),'PptEW':function(_0x2d364d,_0x222415){return _0x2d364d===_0x222415;},'NepmV':'skipped','mPoFM':_0x8ccff4(0x226),'nAdKO':function(_0x340464,_0x49b0f0){return _0x340464!==_0x49b0f0;},'mfNEE':function(_0x5f5438,_0x4d3d42,_0x93d735,_0x5d4b96){return _0x5f5438(_0x4d3d42,_0x93d735,_0x5d4b96);},'ZnaRl':function(_0x16a254,_0x221100){return _0x16a254>_0x221100;},'WFoth':_0x8ccff4(0x1f0),'nfbde':function(_0x1e5049,_0x27fb5b){return _0x1e5049===_0x27fb5b;}},{testUUID:_0x7ad681,testData:_0x27b594,testId:_0x5c7ecc}=_0x3b07bc;if(_0x2e35be[_0x8ccff4(0x1ea)](!_0x27b594,!_0x5c7ecc))return logger[_0x8ccff4(0x34e)](_0x2e35be['UueUA']),{};const _0x427ec2=this[_0x8ccff4(0x305)](TestFrameworkState[_0x8ccff4(0x204)],HookState[_0x8ccff4(0x303)]),_0x3d089e=_0x427ec2['getAllData']()[_0x8ccff4(0x32c)](_0x5c7ecc),_0x5d1de3=_0x2e35be['TCYZH'](_0x3d089e,{}),_0x2369e0=_0x5d1de3?_0x5d1de3[TestFrameworkConstants[_0x8ccff4(0x278)]]||{}:{},_0x38d3cb=_0x5d1de3[TestFrameworkConstants[_0x8ccff4(0x223)]];logger[_0x8ccff4(0x34e)](_0x8ccff4(0x2ed)+(_0x38d3cb?Object[_0x8ccff4(0x352)](_0x38d3cb)[_0x8ccff4(0x231)]:0x0)+_0x8ccff4(0x205));let _0x484107=_0x2e35be[_0x8ccff4(0x319)];if(_0x27b594[_0x8ccff4(0x26b)])_0x484107=_0x27b594[_0x8ccff4(0x26b)];else{if(_0x27b594['errorsDetailed']&&_0x2e35be[_0x8ccff4(0x207)](_0x27b594['errorsDetailed']['length'],0x0))_0x484107=_0x2e35be[_0x8ccff4(0x2ac)];else _0x2e35be['kWbPf'](_0x27b594[_0x8ccff4(0x31d)],_0x2e35be[_0x8ccff4(0x2a9)])||_0x2e35be[_0x8ccff4(0x309)](_0x27b594['status'],_0x2e35be[_0x8ccff4(0x241)])?_0x484107=_0x2e35be[_0x8ccff4(0x241)]:_0x484107=_0x2e35be[_0x8ccff4(0x24f)];}const _0x2c864e={..._0x5d1de3,[TestFrameworkConstants[_0x8ccff4(0x1ed)]]:_0x484107,[TestFrameworkConstants[_0x8ccff4(0x210)]]:_0x27b594[_0x8ccff4(0x1f2)]||new Date()[_0x8ccff4(0x2f7)](),[TestFrameworkConstants[_0x8ccff4(0x2c7)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x8ccff4(0x278)]]:_0x2369e0,[TestFrameworkConstants[_0x8ccff4(0x277)]]:_0x5d1de3[TestFrameworkConstants[_0x8ccff4(0x277)]]||[],[TestFrameworkConstants[_0x8ccff4(0x353)]]:{}};if(_0x2e35be[_0x8ccff4(0x309)](_0x484107,_0x2e35be[_0x8ccff4(0x2ac)])&&_0x27b594['errorsDetailed']){const _0x19d12c=this[_0x8ccff4(0x325)](_0x27b594),_0x11595a=this['getJestFailureType'](_0x27b594),_0x3fc955=this[_0x8ccff4(0x2de)](_0x27b594);_0x2c864e[TestFrameworkConstants[_0x8ccff4(0x35c)]]=_0x11595a,_0x2c864e[TestFrameworkConstants[_0x8ccff4(0x2a4)]]=_0x19d12c,_0x2c864e[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x3fc955;}_0x2e35be['nAdKO'](_0x27b594[_0x8ccff4(0x32a)],undefined)&&(_0x2c864e[TestFrameworkConstants[_0x8ccff4(0x300)]]=_0x27b594['duration']);_0x27b594[_0x8ccff4(0x214)]&&(_0x2c864e[TestFrameworkConstants[_0x8ccff4(0x30d)]]=_0x27b594[_0x8ccff4(0x214)]);const _0x420043=_0x3d089e?_0x3d089e[TestFrameworkConstants[_0x8ccff4(0x223)]]||{}:{},_0x4baa63=_0x3d089e?_0x3d089e[TestFrameworkConstants[_0x8ccff4(0x22d)]]:_0x7ad681,_0x5b31d2=_0x2e35be[_0x8ccff4(0x32d)](getManualUploadLogs,_0x420043,_0x4baa63,_0x5c7ecc);if(_0x2e35be[_0x8ccff4(0x207)](_0x5b31d2[_0x8ccff4(0x231)],0x0)){const _0x311584=_0x2c864e[TestFrameworkConstants['KEY_LOGS']]||[];_0x2c864e[TestFrameworkConstants[_0x8ccff4(0x277)]]=[..._0x311584,..._0x5b31d2];}const _0xba5ea8=_0x5d1de3[TestFrameworkConstants[_0x8ccff4(0x1d9)]]||{},_0x20756f=_0x5d1de3[TestFrameworkConstants[_0x8ccff4(0x27e)]]||{},_0x1f5e8f={..._0xba5ea8},_0x4a316f=_0x1f5e8f;Object[_0x8ccff4(0x352)](_0x20756f)[_0x8ccff4(0x35f)](_0x2b3406=>{const _0x45f2eb=_0x8ccff4;!_0x4a316f[_0x2b3406]&&(_0x4a316f[_0x2b3406]=[]);const _0x46bc3d=new Set((_0x4a316f[_0x2b3406]||[])[_0x45f2eb(0x2b4)](_0x36dc4b=>_0x36dc4b[TestFrameworkConstants[_0x45f2eb(0x29f)]]||_0x36dc4b[_0x45f2eb(0x2f6)]));(_0x20756f[_0x2b3406]||[])['forEach'](_0x4c6968=>{const _0x19b742=_0x45f2eb,_0x15291=_0x4c6968[TestFrameworkConstants[_0x19b742(0x29f)]]||_0x4c6968[_0x19b742(0x2f6)];if(!_0x46bc3d[_0x19b742(0x229)](_0x15291)){const _0x1e26bd={..._0x4c6968},_0x354b57=_0x1e26bd;!_0x354b57[TestFrameworkConstants[_0x19b742(0x2cc)]]&&!_0x354b57[_0x19b742(0x2e6)]&&(_0x354b57[TestFrameworkConstants[_0x19b742(0x2cc)]]=new Date()[_0x19b742(0x2f7)]()),!_0x354b57[TestFrameworkConstants[_0x19b742(0x35b)]]&&!_0x354b57[_0x19b742(0x35e)]&&(_0x354b57[TestFrameworkConstants[_0x19b742(0x35b)]]=TestFrameworkConstants[_0x19b742(0x30f)]),_0x4a316f[_0x2b3406]['push'](_0x354b57);}});});if(_0x3b07bc['originalTest']){this['mapTestHooks'](_0x3b07bc[_0x8ccff4(0x350)]);const _0x2ef56c=this['buildHookMapFromTest'](_0x3b07bc[_0x8ccff4(0x350)]),_0x1f7a9c=this[_0x8ccff4(0x29e)](_0x3b07bc['originalTest']);_0x1f7a9c['forEach'](_0x4da771=>{const _0x265983=_0x8ccff4,_0x4e62f6=_0x2ef56c[_0x265983(0x32c)](_0x4da771);if(_0x4e62f6&&(_0x2e35be[_0x265983(0x246)](_0x4e62f6['type'],_0x2e35be[_0x265983(0x267)])||_0x2e35be['sZMVQ'](_0x4e62f6[_0x265983(0x227)],_0x2e35be[_0x265983(0x2ae)]))){const _0x3ee0a1=_0x4e62f6[_0x265983(0x227)]['toUpperCase']()[_0x265983(0x279)](_0x2e35be['RfFBk'],_0x2e35be[_0x265983(0x2e7)]),_0x3c47ea=_0x3ee0a1;!_0x4a316f[_0x3c47ea]&&(_0x4a316f[_0x3c47ea]=[]);const _0x421680=_0x4a316f[_0x3c47ea][_0x265983(0x21c)](_0x375617=>(_0x375617[TestFrameworkConstants['KEY_HOOK_ID']]||_0x375617[_0x265983(0x2f6)])===_0x4da771);!_0x421680&&_0x4a316f[_0x3c47ea][_0x265983(0x2a3)]({'key':_0x3c47ea,[TestFrameworkConstants[_0x265983(0x29f)]]:_0x4da771,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0x265983(0x30f)],[TestFrameworkConstants[_0x265983(0x228)]]:new Date()[_0x265983(0x2f7)](),[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]:new Date()[_0x265983(0x2f7)](),[TestFrameworkConstants[_0x265983(0x316)]]:[],[TestFrameworkConstants[_0x265983(0x1e9)]]:_0x4e62f6['name']||_0x4e62f6['type']+_0x265983(0x2b6),[TestFrameworkConstants[_0x265983(0x278)]]:_0x2369e0});}});}if(_0x27b594[_0x8ccff4(0x1e0)]&&_0x2e35be['ZnaRl'](_0x27b594[_0x8ccff4(0x1e0)][_0x8ccff4(0x231)],0x0))_0x2c864e[TestFrameworkConstants[_0x8ccff4(0x1d9)]]=_0x27b594[_0x8ccff4(0x1e0)],logger['debug'](_0x2e35be[_0x8ccff4(0x2f4)]);else _0x2e35be[_0x8ccff4(0x31e)](Object[_0x8ccff4(0x352)](_0x4a316f)[_0x8ccff4(0x231)],0x0)&&(_0x2c864e[TestFrameworkConstants[_0x8ccff4(0x1d9)]]=_0x4a316f,logger[_0x8ccff4(0x34e)](_0x8ccff4(0x22e)+Object[_0x8ccff4(0x352)](_0x4a316f)[_0x8ccff4(0x2c3)](',')));const _0x256161=this['getJestTestName'](_0x27b594);logger[_0x8ccff4(0x34e)](_0x8ccff4(0x274)+_0x256161+_0x8ccff4(0x233)+_0x5c7ecc+'\x20(testIdentifier),\x20result='+_0x484107+_0x8ccff4(0x2ba)+_0x27b594[_0x8ccff4(0x32a)]);_0x2e35be[_0x8ccff4(0x330)](_0x484107,_0x2e35be[_0x8ccff4(0x2ac)])&&logger['debug'](_0x8ccff4(0x238)+_0x5c7ecc+_0x8ccff4(0x2b5)+_0x2c864e[TestFrameworkConstants[_0x8ccff4(0x35c)]]+_0x8ccff4(0x203)+_0x2c864e[TestFrameworkConstants[_0x8ccff4(0x2a4)]]?.[_0x8ccff4(0x273)](0x0,0xc8));const _0x4fc780={};return _0x4fc780[_0x5c7ecc]=_0x2c864e,_0x4fc780;}[a92_0x419bae(0x294)](_0x123c03){const _0x45339c=a92_0x419bae,_0x3b5677={};_0x3b5677['Tzogl']=function(_0x482a74,_0x1c871e){return _0x482a74!==_0x1c871e;},_0x3b5677[_0x45339c(0x20a)]=function(_0x582839,_0x58b16e){return _0x582839!==_0x58b16e;},_0x3b5677[_0x45339c(0x212)]=_0x45339c(0x33e);const _0xd7a1b=_0x3b5677,_0x1c24ba={};_0x1c24ba[_0x45339c(0x1d7)]=0x2,_0x1c24ba[_0x45339c(0x34c)]=0x3,logger['debug'](_0x45339c(0x1fd)+util[_0x45339c(0x338)](_0x123c03,_0x1c24ba));const _0x290bcf=[];if(_0x123c03&&_0x123c03[_0x45339c(0x1d3)]){let _0x2bdf3a=_0x123c03[_0x45339c(0x1d3)];while(_0x2bdf3a&&_0x2bdf3a['name']&&_0xd7a1b[_0x45339c(0x358)](_0x2bdf3a[_0x45339c(0x20b)],'')&&_0xd7a1b[_0x45339c(0x20a)](_0x2bdf3a[_0x45339c(0x20b)],_0xd7a1b[_0x45339c(0x212)])){_0x290bcf['push'](_0x2bdf3a[_0x45339c(0x20b)]),_0x2bdf3a=_0x2bdf3a[_0x45339c(0x1d3)];}}return _0x290bcf['reverse']();}[a92_0x419bae(0x20c)](_0x4beeb8){const _0x4c0949=a92_0x419bae,_0x42622d={};_0x42622d[_0x4c0949(0x30c)]=_0x4c0949(0x1f7);const _0xd358c5=_0x42622d;if(_0x4beeb8[_0x4c0949(0x20b)])return _0x4beeb8[_0x4c0949(0x20b)];if(_0x4beeb8[_0x4c0949(0x315)])return _0x4beeb8[_0x4c0949(0x315)];return _0xd358c5[_0x4c0949(0x30c)];}['getJestTestTags'](_0x165cd0){const _0x3edaa5=a92_0x419bae,_0x5a28cb=[];if(_0x165cd0['tags']&&Array[_0x3edaa5(0x2ce)](_0x165cd0[_0x3edaa5(0x245)]))return _0x165cd0[_0x3edaa5(0x245)]['map'](_0x367b07=>_0x367b07[_0x3edaa5(0x2e8)]('@')?_0x367b07[_0x3edaa5(0x28d)](0x1):_0x367b07);const _0x306b32=this[_0x3edaa5(0x20c)](_0x165cd0),_0x2a8c43=_0x306b32['match'](/@(\w+)/g);if(_0x2a8c43)return _0x2a8c43[_0x3edaa5(0x2b4)](_0x4065b2=>_0x4065b2['slice'](0x1));return _0x165cd0[_0x3edaa5(0x1de)]&&Array[_0x3edaa5(0x2ce)](_0x165cd0[_0x3edaa5(0x1de)])&&_0x165cd0[_0x3edaa5(0x1de)][_0x3edaa5(0x35f)](_0x4e1684=>{const _0x447872=_0x3edaa5,_0x43420b=_0x4e1684['match'](/@(\w+)/g);_0x43420b&&_0x43420b[_0x447872(0x35f)](_0x1ce426=>{const _0x57b76c=_0x447872,_0x1462da=_0x1ce426['slice'](0x1);!_0x5a28cb[_0x57b76c(0x269)](_0x1462da)&&_0x5a28cb[_0x57b76c(0x2a3)](_0x1462da);});}),_0x5a28cb;}[a92_0x419bae(0x33f)](_0x49eaff){const _0x9c8738=a92_0x419bae,_0x1a70cf={'xQDID':function(_0x344964,_0x3bdc56){return _0x344964(_0x3bdc56);}};if(_0x49eaff[_0x9c8738(0x27f)])return _0x49eaff['file_name'];if(_0x49eaff[_0x9c8738(0x2e1)])try{const _0x7cb270=stackTrace[_0x9c8738(0x26d)](_0x49eaff[_0x9c8738(0x2e1)]),_0x39af57=_0x1a70cf[_0x9c8738(0x23a)](pickUserFrameFile,_0x7cb270);if(_0x39af57)return _0x39af57;logger[_0x9c8738(0x34e)](_0x9c8738(0x284)+_0x7cb270['length']+')');}catch(_0x1c4bfa){logger[_0x9c8738(0x34e)](_0x9c8738(0x202)+util[_0x9c8738(0x2f9)](_0x1c4bfa));}return null;}[a92_0x419bae(0x325)](_0xae5420){const _0x219536=a92_0x419bae,_0x12c41e={};_0x12c41e[_0x219536(0x252)]=function(_0x34b69e,_0x2d9040){return _0x34b69e>_0x2d9040;},_0x12c41e['HxHgI']=_0x219536(0x254);const _0x14e2e4=_0x12c41e;if(_0xae5420[_0x219536(0x260)]&&_0x14e2e4[_0x219536(0x252)](_0xae5420['errorsDetailed'][_0x219536(0x231)],0x0))return util[_0x219536(0x338)](_0xae5420[_0x219536(0x260)][0x0]);if(_0xae5420['failure_reason'])return _0xae5420[_0x219536(0x1dd)];return _0x14e2e4[_0x219536(0x235)];}[a92_0x419bae(0x1f4)](_0x2b3982){const _0x59f775=a92_0x419bae,_0x10d3af={};_0x10d3af['ZtTic']='Assert',_0x10d3af[_0x59f775(0x21a)]=_0x59f775(0x1ff),_0x10d3af[_0x59f775(0x2ca)]=_0x59f775(0x1db);const _0x14730c=_0x10d3af,_0x2edbdb=this[_0x59f775(0x325)](_0x2b3982);if(_0x2edbdb&&_0x2edbdb[_0x59f775(0x269)](_0x14730c['ZtTic']))return _0x14730c[_0x59f775(0x21a)];return _0x14730c[_0x59f775(0x2ca)];}[a92_0x419bae(0x2de)](_0x36a2f7){const _0x4a4cb4=a92_0x419bae,_0x11c1a0={'vLmwB':function(_0x9cd2d4,_0x1d0a2c){return _0x9cd2d4(_0x1d0a2c);},'mxVGw':_0x4a4cb4(0x2fa),'MuXoA':function(_0xc98847,_0x37ea05){return _0xc98847!==_0x37ea05;},'hCIJM':_0x4a4cb4(0x1e5)},{failureData:_0x39c77a}=_0x11c1a0['vLmwB'](require,_0x11c1a0[_0x4a4cb4(0x236)]),_0x1c37f3=[];return _0x11c1a0['MuXoA'](_0x36a2f7[_0x4a4cb4(0x260)],undefined)&&_0x1c37f3['push'](_0x36a2f7['errorsDetailed'],_0x11c1a0[_0x4a4cb4(0x27b)]),_0x39c77a[_0x4a4cb4(0x346)](null,_0x1c37f3);}async[a92_0x419bae(0x208)](_0x44e0db,_0x25a512,_0x585fa3,_0x4e859e){const _0x18b7aa=a92_0x419bae,_0x21cefc={'SafUY':_0x18b7aa(0x339),'tnTzp':function(_0x3a6c6d){return _0x3a6c6d();},'mIpAN':function(_0x410b4e,_0xfe7c17){return _0x410b4e in _0xfe7c17;},'Ekoxi':function(_0x814ef3,_0x93ffff){return _0x814ef3===_0x93ffff;},'WOZZZ':function(_0x3c0179,_0x40ac8d){return _0x3c0179===_0x40ac8d;},'Reige':function(_0xcd5bac,_0xc24c0f){return _0xcd5bac>_0xc24c0f;},'suTyi':_0x18b7aa(0x1d1),'oyRhs':_0x18b7aa(0x226),'xvsVI':function(_0x152348,_0x3feba9){return _0x152348===_0x3feba9;},'IBlNR':_0x18b7aa(0x25c),'hPOME':function(_0x38508b,_0x324d63){return _0x38508b===_0x324d63;},'GUdxm':function(_0x56beea,_0xbcee9b){return _0x56beea!==_0xbcee9b;}},{hookData:_0x479a5b}=_0x4e859e,_0x550d09=_0x585fa3['toString'](),_0x3a152e=_0x25a512[_0x18b7aa(0x291)](),_0x337ddd={};_0x337ddd['depth']=0x2,_0x337ddd[_0x18b7aa(0x34c)]=0x3,logger[_0x18b7aa(0x34e)](_0x18b7aa(0x1dc)+_0x3a152e+_0x18b7aa(0x2c1)+_0x550d09+_0x18b7aa(0x2c5)+util[_0x18b7aa(0x338)](_0x479a5b,_0x337ddd));if(!_0x479a5b)return logger[_0x18b7aa(0x34e)](_0x21cefc[_0x18b7aa(0x363)]),{};const _0x3daf91=_0x479a5b[_0x18b7aa(0x1d2)]||_0x479a5b[_0x18b7aa(0x301)]||_0x21cefc[_0x18b7aa(0x361)](uuidv4),_0x3b1f24=_0x479a5b['test_run_id']||this[_0x18b7aa(0x2c0)](_0x479a5b),_0x519de2=_0x25a512[_0x18b7aa(0x291)]()['split']('.')[0x1],_0x18c8bc=_0x44e0db['getAllData']()[_0x18b7aa(0x32c)](_0x3b1f24),_0x1159fa=_0x18c8bc?_0x18c8bc[TestFrameworkConstants[_0x18b7aa(0x278)]]||{}:{};logger[_0x18b7aa(0x34e)](_0x18b7aa(0x218)+_0x3daf91+_0x18b7aa(0x233)+_0x3b1f24+_0x18b7aa(0x306)+_0x519de2+_0x18b7aa(0x2c1)+_0x550d09);if(!_0x18c8bc)return logger[_0x18b7aa(0x34e)](_0x18b7aa(0x258)+_0x3b1f24+_0x18b7aa(0x2c8)),this[_0x18b7aa(0x22f)](_0x44e0db,_0x3b1f24,_0x25a512,_0x585fa3,_0x4e859e),{};let _0x44a4c0=_0x18c8bc[TestFrameworkConstants[_0x18b7aa(0x27e)]];!_0x44a4c0&&(_0x44a4c0={});!_0x21cefc[_0x18b7aa(0x351)](_0x519de2,_0x44a4c0)&&(_0x44a4c0[_0x519de2]=[]);let _0xae556c=_0x18c8bc[TestFrameworkConstants[_0x18b7aa(0x1d9)]];!_0xae556c&&(_0xae556c={});!_0x21cefc[_0x18b7aa(0x351)](_0x519de2,_0xae556c)&&(_0xae556c[_0x519de2]=[]);const _0xdec6a7={[_0x3b1f24]:{[TestFrameworkConstants[_0x18b7aa(0x27e)]]:_0x44a4c0,[TestFrameworkConstants[_0x18b7aa(0x1d9)]]:_0xae556c,[TestFrameworkConstants[_0x18b7aa(0x20d)]]:this[_0x18b7aa(0x2c2)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x18b7aa(0x213)]()[this[_0x18b7aa(0x2c2)]()[0x0]]||''}};if(_0x21cefc[_0x18b7aa(0x365)](_0x585fa3,HookState[_0x18b7aa(0x2fe)])){const _0x1f3244={'key':_0x519de2,[TestFrameworkConstants[_0x18b7aa(0x29f)]]:_0x3daf91,[TestFrameworkConstants[_0x18b7aa(0x35b)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x18b7aa(0x228)]]:_0x479a5b[_0x18b7aa(0x2cb)]||new Date()[_0x18b7aa(0x2f7)](),[TestFrameworkConstants[_0x18b7aa(0x316)]]:[],[TestFrameworkConstants[_0x18b7aa(0x1e9)]]:_0x479a5b[_0x18b7aa(0x20b)]||_0x479a5b['hook_type']||_0x519de2,[TestFrameworkConstants[_0x18b7aa(0x278)]]:_0x1159fa};_0x44a4c0[_0x519de2][_0x18b7aa(0x2a3)](_0x1f3244),_0xdec6a7[_0x3b1f24][TestFrameworkConstants[_0x18b7aa(0x25a)]]=_0x519de2;const _0x366e94={};_0x366e94[_0x18b7aa(0x1d7)]=0x2,logger[_0x18b7aa(0x34e)](_0x18b7aa(0x2c6)+_0x519de2+_0x18b7aa(0x2d5)+_0x3daf91+_0x18b7aa(0x233)+_0x3b1f24+_0x18b7aa(0x281)+util[_0x18b7aa(0x338)](_0x1f3244,_0x366e94));}else{if(_0x21cefc[_0x18b7aa(0x292)](_0x585fa3,HookState['POST'])){const _0x3922fb=_0x479a5b[_0x18b7aa(0x26b)]||(_0x479a5b[_0x18b7aa(0x260)]&&_0x21cefc[_0x18b7aa(0x2bb)](_0x479a5b[_0x18b7aa(0x260)][_0x18b7aa(0x231)],0x0)?_0x21cefc[_0x18b7aa(0x324)]:_0x21cefc['oyRhs']),_0x5e02bf=_0x44a4c0[_0x519de2]||[];logger[_0x18b7aa(0x34e)](_0x18b7aa(0x21d)+_0x519de2+_0x18b7aa(0x233)+_0x3b1f24+_0x18b7aa(0x28a)+_0x3922fb+',\x20hooksListLength='+_0x5e02bf['length']);if(_0x21cefc[_0x18b7aa(0x365)](_0x5e02bf[_0x18b7aa(0x231)],0x0)&&_0x21cefc[_0x18b7aa(0x326)](_0x25a512,TestFrameworkState[_0x18b7aa(0x22a)]))return logger[_0x18b7aa(0x34e)](_0x21cefc['IBlNR']),this[_0x18b7aa(0x22f)](_0x44e0db,_0x3b1f24,_0x25a512,_0x585fa3,_0x4e859e),{};if(_0x21cefc['Reige'](_0x5e02bf[_0x18b7aa(0x231)],0x0)){const _0x51d613=_0x5e02bf[_0x18b7aa(0x26a)]();_0x21cefc[_0x18b7aa(0x250)](_0x3922fb,_0x21cefc[_0x18b7aa(0x324)])&&_0x479a5b[_0x18b7aa(0x260)]?(_0x51d613[TestFrameworkConstants[_0x18b7aa(0x355)]]=this[_0x18b7aa(0x1f4)](_0x479a5b),_0x51d613[TestFrameworkConstants[_0x18b7aa(0x333)]]=this['getJestFailureReason'](_0x479a5b),_0x51d613[TestFrameworkConstants[_0x18b7aa(0x27d)]]=this[_0x18b7aa(0x2de)](_0x479a5b),logger[_0x18b7aa(0x34e)](_0x18b7aa(0x220)+_0x519de2+_0x18b7aa(0x2b5)+_0x51d613[TestFrameworkConstants[_0x18b7aa(0x355)]]+_0x18b7aa(0x203)+_0x51d613[TestFrameworkConstants[_0x18b7aa(0x333)]]?.['substring'](0x0,0xc8))):_0x51d613[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x21cefc[_0x18b7aa(0x2f5)];_0x21cefc[_0x18b7aa(0x2bf)](_0x3922fb,TestFrameworkConstants[_0x18b7aa(0x30f)])&&(_0x51d613[TestFrameworkConstants[_0x18b7aa(0x35b)]]=_0x3922fb);_0x51d613[TestFrameworkConstants[_0x18b7aa(0x2cc)]]=_0x479a5b[_0x18b7aa(0x1f2)]||new Date()[_0x18b7aa(0x2f7)](),_0x51d613[TestFrameworkConstants[_0x18b7aa(0x278)]]=_0x1159fa;const _0x22da3c=_0x51d613[TestFrameworkConstants[_0x18b7aa(0x29f)]];!_0xae556c[_0x519de2]&&(_0xae556c[_0x519de2]=[]);_0xae556c[_0x519de2][_0x18b7aa(0x2a3)](_0x51d613),_0xdec6a7[_0x3b1f24][TestFrameworkConstants[_0x18b7aa(0x2b1)]]=_0x519de2;const _0x3880e7={};_0x3880e7['depth']=0x2,logger[_0x18b7aa(0x34e)](_0x18b7aa(0x32e)+_0x519de2+_0x18b7aa(0x2d5)+_0x22da3c+_0x18b7aa(0x28a)+_0x3922fb+_0x18b7aa(0x281)+util[_0x18b7aa(0x338)](_0x51d613,_0x3880e7));}}}return _0xdec6a7;}[a92_0x419bae(0x334)](_0xfa988d){const _0x38a367=a92_0x419bae,_0x3f3fa4={};_0x3f3fa4['wCTbS']=_0x38a367(0x28b);const _0x58c15b=_0x3f3fa4;try{const _0x36757a=_0xfa988d['test']?this['getJestTestIdentifier'](_0xfa988d[_0x38a367(0x1e5)]):_0xfa988d['hookData']['test_run_id'],_0x594cad=_0xfa988d['instance'],_0x9ba4db=_0x594cad[_0x38a367(0x290)](),_0x2cc507=_0x594cad['getAllData']()[_0x38a367(0x32c)](_0x36757a);if(!_0x2cc507)return logger[_0x38a367(0x34e)](_0x38a367(0x251)+_0x36757a),{};const {[TestFrameworkConstants[_0x38a367(0x20d)]]:_0x4c4260=this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x38a367(0x2ff)]]:_0x360487=this[_0x38a367(0x213)]()[this[_0x38a367(0x2c2)]()[0x0]]||'',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x43ccb5='',[TestFrameworkConstants[_0x38a367(0x210)]]:_0x6e5519=''}=_0x2cc507,_0x18de6d=_0x594cad[_0x38a367(0x1e3)]()[_0x38a367(0x291)]()[_0x38a367(0x234)]('.')[0x1],_0x3efae0=_0x594cad['getCurrentHookState']()[_0x38a367(0x291)]()[_0x38a367(0x234)]('.')[0x1],_0x1fb559=global?.[_0x38a367(0x217)]?.[_0x38a367(0x225)]?.[_0x38a367(0x347)]||global[_0x38a367(0x320)]||0x0,_0x2ce087=_0x594cad['getRef'](),_0x32fa67=Buffer[_0x38a367(0x33d)](JSON[_0x38a367(0x206)](_0x2cc507))[_0x38a367(0x291)](_0x58c15b['wCTbS']),_0x41862f={'hash':_0x9ba4db[_0x38a367(0x287)](),'threadId':_0x9ba4db[_0x38a367(0x1da)]()['toString'](),'processId':_0x9ba4db[_0x38a367(0x27a)]()[_0x38a367(0x291)]()},_0x4aa693={};_0x4aa693[_0x38a367(0x230)]=_0x1fb559,_0x4aa693[_0x38a367(0x2a6)]=_0x4c4260,_0x4aa693['testFrameworkVersion']=_0x360487,_0x4aa693[_0x38a367(0x2da)]=_0x18de6d,_0x4aa693[_0x38a367(0x322)]=_0x3efae0,_0x4aa693['startedAt']=_0x43ccb5,_0x4aa693['endedAt']=_0x6e5519,_0x4aa693['uuid']=_0x2ce087,_0x4aa693['eventJson']=_0x32fa67,_0x4aa693[_0x38a367(0x219)]=_0x41862f,_0x4aa693[_0x38a367(0x293)]=_0x36757a;const _0x2fffcf=_0x4aa693;return _0x2fffcf;}catch(_0x351773){return logger[_0x38a367(0x296)](_0x38a367(0x249)+util[_0x38a367(0x2f9)](_0x351773)),{};}}async[a92_0x419bae(0x26e)](_0x24568f,_0x1e0de8,_0x566583){const _0x5568b4=a92_0x419bae,_0x3d93e4={'VnZqc':function(_0x44cba0,_0xae8785){return _0x44cba0+_0xae8785;},'UWepL':_0x5568b4(0x1d4),'cNoke':_0x5568b4(0x28f),'OrMcx':function(_0x49d73a,_0x18648c){return _0x49d73a>_0x18648c;},'tkXHb':function(_0x559816,_0x6c9ada,_0x533450,_0x33ab87){return _0x559816(_0x6c9ada,_0x533450,_0x33ab87);},'RedWk':function(_0x25e851,_0x4e5f66){return _0x25e851-_0x4e5f66;},'sZrzv':function(_0x3d7b4f,_0x2bf88b){return _0x3d7b4f===_0x2bf88b;},'llaVX':function(_0x4c7ac7,_0x4e31e0){return _0x4c7ac7/_0x4e31e0;},'kotSF':function(_0x50b6ae,_0x5242d2){return _0x50b6ae<_0x5242d2;},'uaNje':function(_0x101538,_0x2bebc6){return _0x101538*_0x2bebc6;},'WMRHu':function(_0x1423a5,_0x5a8bb3){return _0x1423a5+_0x5a8bb3;},'bVLTt':function(_0x4db8cf,_0x4d64d6){return _0x4db8cf+_0x4d64d6;},'ptPLK':function(_0x1c2b39,_0x3052ef){return _0x1c2b39+_0x3052ef;}};try{const _0x2fd8b4=_0x566583[_0x5568b4(0x1fc)]||_0x566583[_0x5568b4(0x2b7)],_0xb48f71=Array[_0x5568b4(0x33d)](_0x24568f[_0x5568b4(0x2e9)]()[_0x5568b4(0x352)]()),_0x36222c=_0x24568f[_0x5568b4(0x2e9)]()[_0x5568b4(0x32c)](_0x2fd8b4);if(!_0x36222c){logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x2fd8b4);return;}const {[TestFrameworkConstants[_0x5568b4(0x20d)]]:_0x3162b1='',[TestFrameworkConstants[_0x5568b4(0x2ff)]]:_0x5cc7f8=''}=_0x36222c;let _0x2e5347=[];_0x36222c&&_0x36222c[TestFrameworkConstants[_0x5568b4(0x277)]]&&Array[_0x5568b4(0x2ce)](_0x36222c[TestFrameworkConstants[_0x5568b4(0x277)]])?(_0x2e5347=_0x36222c[TestFrameworkConstants[_0x5568b4(0x277)]]||[],logger[_0x5568b4(0x34e)](_0x5568b4(0x209)+_0x2e5347['length']+_0x5568b4(0x256)+_0x2fd8b4),_0x24568f[_0x5568b4(0x248)]({[_0x2fd8b4]:{[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants[_0x5568b4(0x20d)]]:this[_0x5568b4(0x2c2)]()[0x0]||'',[TestFrameworkConstants[_0x5568b4(0x2ff)]]:this[_0x5568b4(0x213)]()[this[_0x5568b4(0x2c2)]()[0x0]]||''}}),logger[_0x5568b4(0x34e)](_0x5568b4(0x2d7)+_0x2fd8b4)):logger[_0x5568b4(0x34e)](_0x5568b4(0x200)+_0x2fd8b4);logger['debug'](_0x5568b4(0x26c)+_0x2e5347['length']+'\x20for\x20testId:\x20'+_0x2fd8b4);const _0x1fecc2=_0x2e5347[_0x5568b4(0x2d9)](_0x1ff684=>_0x1ff684[_0x5568b4(0x1f3)]===_0x5568b4(0x359));_0x3d93e4[_0x5568b4(0x244)](_0x1fecc2[_0x5568b4(0x231)],0x0)&&(logger[_0x5568b4(0x34e)](_0x5568b4(0x2ea)+_0x1fecc2[_0x5568b4(0x231)]+_0x5568b4(0x33c)+_0x2fd8b4),_0x1fecc2[_0x5568b4(0x35f)]((_0x383682,_0x165576)=>{const _0xe2736c=_0x5568b4;logger[_0xe2736c(0x34e)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20'+_0x3d93e4[_0xe2736c(0x340)](_0x165576,0x1)+'/'+_0x1fecc2['length']+_0xe2736c(0x2db)+(_0x383682[_0xe2736c(0x293)]||_0x3d93e4[_0xe2736c(0x1df)])+_0xe2736c(0x243)+(_0x383682[_0xe2736c(0x286)]||_0x3d93e4[_0xe2736c(0x1df)])+_0xe2736c(0x266)+(_0x383682[_0xe2736c(0x24e)]||_0x3d93e4[_0xe2736c(0x2fb)])+',\x20messageLength='+(_0x383682['message']?.['length']||0x0));}));const _0x150940=_0x36222c[TestFrameworkConstants[_0x5568b4(0x223)]]||{},_0x933dbf=_0x3d93e4['tkXHb'](getMediaArtifactsLogs,_0x150940,null,_0x2fd8b4),_0x3b123f=(_0x2e5347||[])[_0x5568b4(0x34b)](_0x933dbf||[]),_0x2b91fb=_0x1fecc2?.[_0x5568b4(0x231)]||0x0,_0x49eac1=_0x3d93e4[_0x5568b4(0x2a5)](_0x2e5347?.[_0x5568b4(0x231)]||0x0,_0x2b91fb);logger[_0x5568b4(0x34e)](_0x5568b4(0x2d8)+_0x2fd8b4+_0x5568b4(0x317)+_0x49eac1+_0x5568b4(0x337)+_0x2b91fb+_0x5568b4(0x2a0)+(_0x933dbf?.[_0x5568b4(0x231)]||0x0)+',\x20totalLogs:\x20'+_0x3b123f[_0x5568b4(0x231)]);if(!_0x3b123f||_0x3d93e4[_0x5568b4(0x1f8)](_0x3b123f['length'],0x0)){logger['debug'](_0x5568b4(0x312)+_0x2fd8b4);return;}const _0x736463=0x28,_0x5cd9ba=Math['ceil'](_0x3d93e4['llaVX'](_0x3b123f[_0x5568b4(0x231)],_0x736463));for(let _0x43a8f5=0x0;_0x3d93e4[_0x5568b4(0x20f)](_0x43a8f5,_0x5cd9ba);_0x43a8f5++){const _0x19e587=_0x3d93e4['uaNje'](_0x43a8f5,_0x736463),_0x183c4f=_0x3d93e4[_0x5568b4(0x2dd)](_0x19e587,_0x736463),_0x268b92=_0x3b123f['slice'](_0x19e587,_0x183c4f),_0x4e9776=global?.['browserstackPlatformIndex']??0x0,_0x4193ab={'platformIndex':_0x4e9776,'logs':_0x268b92,'testFrameworkName':_0x3162b1,'testFrameworkVersion':_0x5cc7f8,'testFrameworkState':_0x1e0de8[_0x5568b4(0x291)]()[_0x5568b4(0x234)]('.')[0x1]},_0x3e71a5={};_0x3e71a5['depth']=0x3,_0x3e71a5[_0x5568b4(0x34c)]=0x5,logger[_0x5568b4(0x34e)](_0x5568b4(0x328)+_0x3d93e4[_0x5568b4(0x263)](_0x43a8f5,0x1)+'/'+_0x5cd9ba+_0x5568b4(0x342)+_0x2fd8b4+_0x5568b4(0x364)+_0x268b92[_0x5568b4(0x231)]+_0x5568b4(0x2d6)+_0x4e9776+',\x20payload:\x20'+util[_0x5568b4(0x338)](_0x4193ab,_0x3e71a5));const _0x576443=await GrpcClient['getInstance']()['logCreatedEvent'](_0x4193ab);logger[_0x5568b4(0x34e)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x3d93e4[_0x5568b4(0x20e)](_0x43a8f5,0x1)+'/'+_0x5cd9ba+_0x5568b4(0x342)+_0x2fd8b4+',\x20response='+util[_0x5568b4(0x338)](_0x576443));}_0x933dbf&&_0x3d93e4[_0x5568b4(0x244)](_0x933dbf[_0x5568b4(0x231)],0x0)&&_0x36222c[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]&&_0x24568f[_0x5568b4(0x248)]({[_0x2fd8b4]:{[TestFrameworkConstants[_0x5568b4(0x223)]]:{},[TestFrameworkConstants[_0x5568b4(0x20d)]]:this[_0x5568b4(0x2c2)]()[0x0]||'',[TestFrameworkConstants[_0x5568b4(0x2ff)]]:this[_0x5568b4(0x213)]()[this[_0x5568b4(0x2c2)]()[0x0]]||''}}),logger[_0x5568b4(0x34e)](_0x5568b4(0x335)+_0x2fd8b4+',\x20totalBatches:\x20'+_0x5cd9ba);}catch(_0x26c620){logger[_0x5568b4(0x296)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20'+(_0x566583[_0x5568b4(0x1fc)]||_0x566583[_0x5568b4(0x2b7)])+_0x5568b4(0x2ef)+util[_0x5568b4(0x2f9)](_0x26c620));}}['storePendingHook'](_0x1b6080,_0x564956,_0x33f84e,_0x45f029,_0x1a80b8){const _0x45a7ab=a92_0x419bae,_0x59ee85={};_0x59ee85['DrISN']=function(_0x2c1c8e,_0x30b5fc){return _0x2c1c8e===_0x30b5fc;},_0x59ee85[_0x45a7ab(0x31f)]='beforeAll';const _0x3ff98a=_0x59ee85,{hookData:_0x548a8b}=_0x1a80b8,_0x424974={'testId':_0x564956,'testFrameworkState':_0x33f84e,'hookState':_0x45f029,'args':_0x1a80b8,'timestamp':new Date()[_0x45a7ab(0x2f7)]()};if(_0x3ff98a[_0x45a7ab(0x257)](_0x33f84e,TestFrameworkState[_0x45a7ab(0x22a)])&&_0x548a8b){const _0x56cad3={};_0x56cad3[_0x45a7ab(0x341)]=_0x548a8b[_0x45a7ab(0x27f)]||_0x548a8b[_0x45a7ab(0x2dc)],_0x56cad3[_0x45a7ab(0x331)]=_0x548a8b[_0x45a7ab(0x331)]||_0x548a8b['scopes']&&_0x548a8b['scopes'][0x0]||'',_0x56cad3[_0x45a7ab(0x2fc)]=_0x3ff98a[_0x45a7ab(0x31f)],_0x424974[_0x45a7ab(0x2d2)]=_0x56cad3,logger['debug'](_0x45a7ab(0x1d5)+_0x564956+_0x45a7ab(0x216)+_0x424974[_0x45a7ab(0x2d2)][_0x45a7ab(0x341)]+_0x45a7ab(0x276)+_0x424974[_0x45a7ab(0x2d2)][_0x45a7ab(0x331)]);}_0x1b6080[_0x45a7ab(0x360)](_0x564956,_0x424974),logger[_0x45a7ab(0x34e)]('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x564956+_0x45a7ab(0x295)+_0x33f84e+',\x20hookState:\x20'+_0x45f029);}async[a92_0x419bae(0x2b3)](_0x2f6915,_0x8bb400){const _0x2ab8cb=a92_0x419bae,_0x5d3412={};_0x5d3412[_0x2ab8cb(0x2ad)]=function(_0x101e07,_0x241ba0){return _0x101e07>_0x241ba0;},_0x5d3412[_0x2ab8cb(0x2b8)]=function(_0xfd89c0,_0x59148b){return _0xfd89c0===_0x59148b;},_0x5d3412[_0x2ab8cb(0x2f1)]=function(_0x324ff9,_0x1a2ca3){return _0x324ff9===_0x1a2ca3;},_0x5d3412[_0x2ab8cb(0x2ee)]=_0x2ab8cb(0x282);const _0x3ecda6=_0x5d3412;if(_0x2f6915[_0x2ab8cb(0x2d3)](_0x8bb400)){const _0x19951b=_0x2f6915[_0x2ab8cb(0x345)](_0x8bb400);logger[_0x2ab8cb(0x34e)]('Processing\x20'+_0x19951b[_0x2ab8cb(0x231)]+_0x2ab8cb(0x366)+_0x8bb400);for(const _0x6b55da of _0x19951b){try{const _0x528f67=await this[_0x2ab8cb(0x208)](_0x2f6915,_0x6b55da[_0x2ab8cb(0x2da)],_0x6b55da[_0x2ab8cb(0x322)],_0x6b55da[_0x2ab8cb(0x27c)]);_0x528f67&&_0x3ecda6[_0x2ab8cb(0x2ad)](Object[_0x2ab8cb(0x352)](_0x528f67)[_0x2ab8cb(0x231)],0x0)&&_0x2f6915[_0x2ab8cb(0x248)](_0x528f67),await this[_0x2ab8cb(0x272)](_0x2f6915,_0x6b55da['testFrameworkState'],_0x6b55da[_0x2ab8cb(0x322)],_0x6b55da[_0x2ab8cb(0x27c)]);}catch(_0x2dfcca){logger[_0x2ab8cb(0x296)](_0x2ab8cb(0x29a)+_0x8bb400+',\x20error:\x20'+_0x2dfcca);}}_0x2f6915[_0x2ab8cb(0x255)](_0x8bb400),logger['debug'](_0x2ab8cb(0x1fe)+_0x8bb400);}const _0xfd7085=_0x2f6915['getAllData']()[_0x2ab8cb(0x32c)](_0x8bb400);if(_0xfd7085){const _0x1ff7fd=_0xfd7085[TestFrameworkConstants[_0x2ab8cb(0x323)]]||_0xfd7085[TestFrameworkConstants[_0x2ab8cb(0x261)]],_0x33c7db=_0xfd7085[TestFrameworkConstants[_0x2ab8cb(0x356)]]||_0xfd7085[TestFrameworkConstants[_0x2ab8cb(0x33b)]]&&_0xfd7085[TestFrameworkConstants[_0x2ab8cb(0x33b)]][0x0]||'';logger[_0x2ab8cb(0x34e)](_0x2ab8cb(0x28e)+_0x1ff7fd+_0x2ab8cb(0x276)+_0x33c7db);const _0x52041=_0x2f6915['getAllPendingHookTestIds']();for(const _0x2e02f3 of _0x52041){if(_0x3ecda6[_0x2ab8cb(0x2b8)](_0x2e02f3,_0x8bb400))continue;if(_0x2f6915[_0x2ab8cb(0x2d3)](_0x2e02f3)){const _0x13ed07=_0x2f6915[_0x2ab8cb(0x345)](_0x2e02f3);for(const _0x2b062f of _0x13ed07){if(_0x3ecda6[_0x2ab8cb(0x2f1)](_0x2b062f['testFrameworkState'],TestFrameworkState[_0x2ab8cb(0x22a)])&&_0x2b062f[_0x2ab8cb(0x2d2)]){const _0x3b215f=_0x2b062f[_0x2ab8cb(0x2d2)][_0x2ab8cb(0x341)],_0x314d3b=_0x2b062f[_0x2ab8cb(0x2d2)]['scope'];if(_0x3ecda6['DyVjN'](_0x3b215f,_0x1ff7fd)&&_0x3ecda6['DyVjN'](_0x314d3b,_0x33c7db)){logger['debug'](_0x2ab8cb(0x2cd)+_0x2e02f3+_0x2ab8cb(0x29c)+_0x8bb400+_0x2ab8cb(0x216)+_0x3b215f+_0x2ab8cb(0x276)+_0x314d3b);_0x2b062f['args']&&_0x2b062f['args'][_0x2ab8cb(0x1ee)]&&(_0x2b062f[_0x2ab8cb(0x27c)][_0x2ab8cb(0x1ee)]['test_run_id']=_0x8bb400,logger[_0x2ab8cb(0x34e)]('[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20'+_0x2e02f3+_0x2ab8cb(0x362)+_0x8bb400));try{const _0xbd7278=await this['trackHookEvent'](_0x2f6915,_0x2b062f[_0x2ab8cb(0x2da)],_0x2b062f[_0x2ab8cb(0x322)],_0x2b062f['args']);_0xbd7278&&_0x3ecda6[_0x2ab8cb(0x2ad)](Object['keys'](_0xbd7278)[_0x2ab8cb(0x231)],0x0)&&_0x2f6915[_0x2ab8cb(0x248)](_0xbd7278);await this[_0x2ab8cb(0x272)](_0x2f6915,_0x2b062f['testFrameworkState'],_0x2b062f['hookState'],_0x2b062f[_0x2ab8cb(0x27c)]);const _0x391fa5=_0x2f6915[_0x2ab8cb(0x345)](_0x2e02f3)[_0x2ab8cb(0x2d9)](_0x558ff9=>_0x558ff9!==_0x2b062f);if(_0x3ecda6[_0x2ab8cb(0x2b8)](_0x391fa5['length'],0x0))_0x2f6915[_0x2ab8cb(0x255)](_0x2e02f3);else{_0x2f6915['removePendingHooks'](_0x2e02f3);for(const _0x525004 of _0x391fa5){_0x2f6915['addPendingHook'](_0x2e02f3,_0x525004);}}logger[_0x2ab8cb(0x34e)](_0x3ecda6[_0x2ab8cb(0x2ee)]);}catch(_0x44b09d){logger['error'](_0x2ab8cb(0x31b)+_0x8bb400+_0x2ab8cb(0x2ef)+_0x44b09d);}}}}}}}}[a92_0x419bae(0x271)](_0x413a86){const _0x266bf6=a92_0x419bae,_0x94536f={'nFSEQ':function(_0x456828){return _0x456828();}};if(!_0x413a86||!_0x413a86[_0x266bf6(0x1d3)])return;_0x413a86[_0x266bf6(0x1d3)]['hooks']&&Array[_0x266bf6(0x2ce)](_0x413a86[_0x266bf6(0x1d3)]['hooks'])&&_0x413a86['parent'][_0x266bf6(0x1e0)]['forEach'](_0x132e07=>{const _0x4965a8=_0x266bf6;!_0x132e07[_0x4965a8(0x301)]&&!_0x132e07[_0x4965a8(0x299)]&&(_0x132e07['hookAnalyticsId']=_0x94536f[_0x4965a8(0x298)](uuidv4),_0x132e07[_0x4965a8(0x299)]=_0x132e07['hookAnalyticsId'],logger[_0x4965a8(0x34e)]('[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type='+_0x132e07[_0x4965a8(0x227)]+_0x4965a8(0x23b)+_0x132e07[_0x4965a8(0x301)]));}),this[_0x266bf6(0x271)](_0x413a86[_0x266bf6(0x1d3)]);}['getHooksForTest'](_0x27c72f){const _0xa8c292=a92_0x419bae,_0x5bbb08={'aIXOy':function(_0x33a83c,_0x496894){return _0x33a83c(_0x496894);}};if(!_0x27c72f||!_0x27c72f[_0xa8c292(0x1d3)])return[];const _0x1d158e=[];return _0x27c72f['parent'][_0xa8c292(0x1e0)]&&Array[_0xa8c292(0x2ce)](_0x27c72f[_0xa8c292(0x1d3)]['hooks'])&&_0x27c72f[_0xa8c292(0x1d3)][_0xa8c292(0x1e0)]['forEach'](_0x3c6415=>{const _0x374b16=_0xa8c292,_0x508e8e=_0x3c6415[_0x374b16(0x301)]||_0x3c6415[_0x374b16(0x299)];_0x508e8e&&!this[_0x374b16(0x349)](_0x3c6415)&&!_0x5bbb08[_0x374b16(0x2f2)](isInternalHook,_0x3c6415['fn'])&&_0x1d158e[_0x374b16(0x2a3)](_0x508e8e);}),[..._0x1d158e,...this['getHooksForTest'](_0x27c72f[_0xa8c292(0x1d3)])];}['buildHookMapFromTest'](_0x5d5a5f){const _0x18a8d6=a92_0x419bae,_0x4bc785={'QNJnH':function(_0x295b29,_0x8fe19c){return _0x295b29(_0x8fe19c);},'svcYe':_0x18a8d6(0x2ec),'QMSLX':function(_0x5312c2,_0x4b8e56){return _0x5312c2(_0x4b8e56);},'JkSNv':function(_0x4dc19e,_0x2040a1){return _0x4dc19e(_0x2040a1);}},_0x4d17af=new Map(),_0x932926=_0x353b86=>{const _0x23dd11=_0x18a8d6;if(!_0x353b86||!_0x353b86[_0x23dd11(0x1d3)])return;_0x353b86[_0x23dd11(0x1d3)][_0x23dd11(0x1e0)]&&Array['isArray'](_0x353b86[_0x23dd11(0x1d3)][_0x23dd11(0x1e0)])&&_0x353b86[_0x23dd11(0x1d3)][_0x23dd11(0x1e0)][_0x23dd11(0x35f)](_0x5df0fd=>{const _0x1b2590=_0x23dd11,_0x4fe4b9=_0x5df0fd[_0x1b2590(0x301)]||_0x5df0fd['hookUUID'];if(_0x4fe4b9&&!this[_0x1b2590(0x349)](_0x5df0fd)&&!_0x4bc785[_0x1b2590(0x232)](isInternalHook,_0x5df0fd['fn'])){const _0x39f500={};_0x39f500[_0x1b2590(0x227)]=_0x5df0fd['type']||_0x4bc785[_0x1b2590(0x247)],_0x39f500[_0x1b2590(0x20b)]=_0x5df0fd[_0x1b2590(0x20b)]||'\x22'+_0x5df0fd[_0x1b2590(0x227)]+'\x22\x20hook',_0x4d17af[_0x1b2590(0x2e3)](_0x4fe4b9,_0x39f500);}}),_0x4bc785[_0x23dd11(0x308)](_0x932926,_0x353b86['parent']);};return _0x4bc785['JkSNv'](_0x932926,_0x5d5a5f),_0x4d17af;}['isJestInternalHook'](_0x5cad59){const _0x4e69d5=a92_0x419bae,_0x18e3ec={};_0x18e3ec[_0x4e69d5(0x285)]=_0x4e69d5(0x2eb),_0x18e3ec[_0x4e69d5(0x1ef)]=_0x4e69d5(0x240);const _0x3ca973=_0x18e3ec;try{const _0x20e090=this['getRootParentFile'](_0x5cad59);if(!_0x20e090||_0x20e090['includes'](_0x3ca973[_0x4e69d5(0x285)]))return!![];return![];}catch(_0x4c344f){logger[_0x4e69d5(0x34e)](_0x3ca973[_0x4e69d5(0x1ef)]);}return![];}[a92_0x419bae(0x310)](_0x46ea7f){const _0x596652=a92_0x419bae,_0x15d2b3={'fmVnM':function(_0x27a16c,_0x59eb7a){return _0x27a16c(_0x59eb7a);}};if(_0x46ea7f[_0x596652(0x2b0)])return _0x46ea7f[_0x596652(0x2b0)];if(_0x46ea7f[_0x596652(0x2e1)])try{const _0x3363af=stackTrace[_0x596652(0x26d)](_0x46ea7f[_0x596652(0x2e1)]),_0x36b8dd=_0x15d2b3[_0x596652(0x2f0)](pickUserFrameFile,_0x3363af);if(_0x36b8dd)return _0x36b8dd;logger['debug']('[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length='+_0x3363af['length']+')');}catch(_0x29a702){logger[_0x596652(0x34e)](_0x596652(0x1d6)+util['format'](_0x29a702));}return null;}}module[a92_0x419bae(0x2bd)]=JestTestFramework;
|
|
1
|
+
const a92_0x1e3c5e=a92_0x2173;(function(_0x5e39fd,_0x1d6117){const _0x2c0c63=a92_0x2173,_0x11651d=_0x5e39fd();while(!![]){try{const _0x535cf7=-parseInt(_0x2c0c63(0x350))/0x1+parseInt(_0x2c0c63(0x218))/0x2*(-parseInt(_0x2c0c63(0x2e1))/0x3)+parseInt(_0x2c0c63(0x2e8))/0x4*(parseInt(_0x2c0c63(0x36f))/0x5)+parseInt(_0x2c0c63(0x309))/0x6+-parseInt(_0x2c0c63(0x202))/0x7*(-parseInt(_0x2c0c63(0x27c))/0x8)+-parseInt(_0x2c0c63(0x2dc))/0x9+parseInt(_0x2c0c63(0x362))/0xa*(-parseInt(_0x2c0c63(0x313))/0xb);if(_0x535cf7===_0x1d6117)break;else _0x11651d['push'](_0x11651d['shift']());}catch(_0x1f67b2){_0x11651d['push'](_0x11651d['shift']());}}}(a92_0x6486,0x245a7));function a92_0x2173(_0x45e9be,_0x482ae4){const _0x648684=a92_0x6486();return a92_0x2173=function(_0x2173ad,_0x18e2b7){_0x2173ad=_0x2173ad-0x1f4;let _0x20506a=_0x648684[_0x2173ad];return _0x20506a;},a92_0x2173(_0x45e9be,_0x482ae4);}const TestFramework=require('./testFramework'),TestFrameworkState=require(a92_0x1e3c5e(0x231)),HookState=require('../state/hookState.js'),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a92_0x1e3c5e(0x287)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a92_0x1e3c5e(0x32e)),TestFrameworkConstants=require(a92_0x1e3c5e(0x25f)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a92_0x1e3c5e(0x320)),{isInternalHook}=require(a92_0x1e3c5e(0x1f7)),logger=createClassLogger(a92_0x1e3c5e(0x2e5)),{v4:uuidv4}=require('uuid'),util=require(a92_0x1e3c5e(0x377)),TestInfo=require(a92_0x1e3c5e(0x2f1)),GrpcClient=require('../grpcClient'),stackTrace=require(a92_0x1e3c5e(0x22e)),{pickUserFrameFile}=require(a92_0x1e3c5e(0x25c));class JestTestFramework extends TestFramework{constructor(_0x3e67bc,_0x3b1418,_0x3bfadc){const _0x3ca27=a92_0x1e3c5e;super(_0x3e67bc,_0x3b1418,_0x3bfadc),this[_0x3ca27(0x2f8)]=new Map();}[a92_0x1e3c5e(0x220)](_0xdff874,_0x8a520f,_0x2c0edd){const _0x22b4fc=a92_0x1e3c5e,_0xcce9b0={};_0xcce9b0['ORmym']=function(_0x2a1325,_0x1b87eb){return _0x2a1325||_0x1b87eb;};const _0x5201c2=_0xcce9b0;if(_0x5201c2[_0x22b4fc(0x2c9)](!_0xdff874,!_0x8a520f)){logger[_0x22b4fc(0x2d5)](_0x22b4fc(0x33c)+_0xdff874+_0x22b4fc(0x304)+_0x8a520f);return;}!this['activeHooks']['has'](_0xdff874)&&this[_0x22b4fc(0x2f8)][_0x22b4fc(0x36d)](_0xdff874,[]);const _0x130dba={'hookUUID':_0x8a520f,'hookType':_0x2c0edd,'startedAt':new Date()[_0x22b4fc(0x2a3)]()};this[_0x22b4fc(0x2f8)]['get'](_0xdff874)[_0x22b4fc(0x26b)](_0x130dba),logger['debug'](_0x22b4fc(0x2ed)+_0xdff874+_0x22b4fc(0x304)+_0x8a520f+_0x22b4fc(0x2cf)+_0x2c0edd+',\x20totalHooks='+this[_0x22b4fc(0x2f8)]['get'](_0xdff874)[_0x22b4fc(0x318)]);}[a92_0x1e3c5e(0x221)](_0x8c11fc,_0x301cc6){const _0x1c2315=a92_0x1e3c5e,_0x9f6646={};_0x9f6646[_0x1c2315(0x21f)]=function(_0x1cb247,_0x464d3e){return _0x1cb247||_0x464d3e;},_0x9f6646[_0x1c2315(0x247)]=function(_0x231810,_0x58530f){return _0x231810!==_0x58530f;},_0x9f6646[_0x1c2315(0x2e0)]=function(_0xe28b39,_0x1c340b){return _0xe28b39===_0x1c340b;};const _0x4795ec=_0x9f6646;if(_0x4795ec[_0x1c2315(0x21f)](!_0x8c11fc,!_0x301cc6)){logger[_0x1c2315(0x2d5)](_0x1c2315(0x2e4)+_0x8c11fc+_0x1c2315(0x304)+_0x301cc6);return;}if(this[_0x1c2315(0x2f8)][_0x1c2315(0x20e)](_0x8c11fc)){const _0xe65652=this[_0x1c2315(0x2f8)][_0x1c2315(0x1fa)](_0x8c11fc),_0x1310f4=_0xe65652[_0x1c2315(0x2a7)](_0x1a33e1=>_0x1a33e1['hookUUID']===_0x301cc6);_0x4795ec[_0x1c2315(0x247)](_0x1310f4,-0x1)?(_0xe65652[_0x1c2315(0x2bb)](_0x1310f4,0x1),logger[_0x1c2315(0x31f)]('[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier='+_0x8c11fc+_0x1c2315(0x304)+_0x301cc6+_0x1c2315(0x357)+_0xe65652['length']),_0x4795ec[_0x1c2315(0x2e0)](_0xe65652[_0x1c2315(0x318)],0x0)&&this['activeHooks'][_0x1c2315(0x343)](_0x8c11fc)):logger[_0x1c2315(0x31f)](_0x1c2315(0x295)+_0x8c11fc+_0x1c2315(0x304)+_0x301cc6);}}[a92_0x1e3c5e(0x358)](_0x83ead8){const _0x8d94ad=a92_0x1e3c5e,_0x514a36={};_0x514a36[_0x8d94ad(0x2e2)]=function(_0x234f58,_0x100c2a){return _0x234f58>_0x100c2a;},_0x514a36['EyrsW']=function(_0x31ccb8,_0x105d80){return _0x31ccb8-_0x105d80;};const _0x28e198=_0x514a36;if(!_0x83ead8)return null;if(this[_0x8d94ad(0x2f8)][_0x8d94ad(0x20e)](_0x83ead8)){const _0x3582aa=this[_0x8d94ad(0x2f8)][_0x8d94ad(0x1fa)](_0x83ead8);if(_0x28e198[_0x8d94ad(0x2e2)](_0x3582aa[_0x8d94ad(0x318)],0x0)){const _0x2d1099=_0x3582aa[_0x28e198[_0x8d94ad(0x258)](_0x3582aa[_0x8d94ad(0x318)],0x1)];return logger[_0x8d94ad(0x31f)](_0x8d94ad(0x217)+_0x83ead8+_0x8d94ad(0x304)+_0x2d1099['hookUUID']+_0x8d94ad(0x2cf)+_0x2d1099[_0x8d94ad(0x256)]),_0x2d1099;}}return null;}async[a92_0x1e3c5e(0x33f)](_0x25d248,_0x323517,_0x1d4ace={}){const _0x1dc259=a92_0x1e3c5e,_0x278373={};_0x278373['lfWEK']=_0x1dc259(0x300),_0x278373[_0x1dc259(0x2ab)]=function(_0x281c23,_0x1ee35e){return _0x281c23===_0x1ee35e;},_0x278373[_0x1dc259(0x346)]=function(_0x48e66f,_0x3c64f0){return _0x48e66f||_0x3c64f0;},_0x278373[_0x1dc259(0x35d)]=_0x1dc259(0x2c7);const _0x25ba58=_0x278373;logger[_0x1dc259(0x31f)](_0x1dc259(0x20a)+_0x25d248+',\x20hookState='+_0x323517+',\x20argsKeys='+Object[_0x1dc259(0x213)](_0x1d4ace)[_0x1dc259(0x2ca)](',')),await super['trackEvent'](_0x25d248,_0x323517,_0x1d4ace);const _0x2deb13=this[_0x1dc259(0x226)](_0x25d248,_0x323517,_0x1d4ace);if(!_0x2deb13){logger[_0x1dc259(0x31f)](_0x25ba58[_0x1dc259(0x24d)]);return;}try{let _0x20bb6e,_0x1f83b6,_0x39a477;switch(_0x25d248){case TestFrameworkState[_0x1dc259(0x317)]:_0x20bb6e=_0x1d4ace[_0x1dc259(0x1ff)];const _0x2e392a={};_0x2e392a[_0x1dc259(0x372)]=0x2,_0x2e392a[_0x1dc259(0x2ac)]=0x3,logger[_0x1dc259(0x31f)](_0x1dc259(0x293)+_0x323517+_0x1dc259(0x296)+util['inspect'](_0x20bb6e,_0x2e392a)),_0x39a477=this[_0x1dc259(0x253)](_0x20bb6e),_0x1f83b6=null,logger[_0x1dc259(0x31f)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId='+_0x39a477+_0x1dc259(0x2d6));if(_0x25ba58['zxlUl'](_0x323517,HookState[_0x1dc259(0x20b)])){logger[_0x1dc259(0x31f)](_0x1dc259(0x249)+_0x39a477);const _0x4e7402={};_0x4e7402['testUUID']=_0x1f83b6,_0x4e7402[_0x1dc259(0x353)]=_0x20bb6e,_0x4e7402[_0x1dc259(0x270)]=_0x39a477;const _0x263953=this[_0x1dc259(0x37f)](_0x4e7402),_0x56bff5={};_0x56bff5[_0x1dc259(0x372)]=0x2,_0x56bff5[_0x1dc259(0x2ac)]=0x3,logger[_0x1dc259(0x31f)](_0x1dc259(0x203)+util[_0x1dc259(0x35e)](_0x263953,_0x56bff5)),_0x2deb13[_0x1dc259(0x359)](_0x263953),logger[_0x1dc259(0x31f)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0x39a477),await this[_0x1dc259(0x27d)](_0x2deb13,_0x39a477);}else{if(_0x25ba58[_0x1dc259(0x2ab)](_0x323517,HookState[_0x1dc259(0x233)])){logger[_0x1dc259(0x31f)](_0x1dc259(0x363)+_0x39a477);const _0x3660ec=_0x2deb13[_0x1dc259(0x273)]()['get'](_0x39a477);logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20'+util[_0x1dc259(0x35e)](Object[_0x1dc259(0x213)](_0x25ba58['PVqFH'](_0x3660ec,{}))));_0x3660ec&&_0x3660ec[TestFrameworkConstants[_0x1dc259(0x345)]]?logger[_0x1dc259(0x31f)](_0x1dc259(0x2c4)+Object['keys'](_0x3660ec[TestFrameworkConstants[_0x1dc259(0x345)]])[_0x1dc259(0x318)]+_0x1dc259(0x31d)):logger[_0x1dc259(0x31f)](_0x25ba58['qRDTQ']);const _0x1b6725=_0x1d4ace[_0x1dc259(0x32a)]||null,_0x5dad2a={};_0x5dad2a[_0x1dc259(0x2aa)]=_0x1f83b6,_0x5dad2a[_0x1dc259(0x353)]=_0x20bb6e,_0x5dad2a[_0x1dc259(0x270)]=_0x39a477,_0x5dad2a[_0x1dc259(0x32a)]=_0x1b6725;const _0x6e8c8c=this[_0x1dc259(0x338)](_0x5dad2a),_0x2e1689={};_0x2e1689[_0x1dc259(0x372)]=0x2,_0x2e1689[_0x1dc259(0x2ac)]=0x3,logger[_0x1dc259(0x31f)](_0x1dc259(0x24b)+util[_0x1dc259(0x35e)](_0x6e8c8c,_0x2e1689)),_0x2deb13[_0x1dc259(0x359)](_0x6e8c8c),logger['debug'](_0x1dc259(0x324)+_0x39a477),await this[_0x1dc259(0x27d)](_0x2deb13,_0x39a477);}}break;case TestFrameworkState[_0x1dc259(0x223)]:if(_0x25ba58[_0x1dc259(0x2ab)](_0x323517,HookState[_0x1dc259(0x233)])){const _0x953740={};_0x953740[_0x1dc259(0x372)]=0x2,logger['debug'](_0x1dc259(0x315)+util[_0x1dc259(0x35e)](_0x1d4ace,_0x953740)),await this[_0x1dc259(0x32d)](_0x2deb13,_0x25d248,_0x1d4ace);}break;default:if(CLIUtils[_0x1dc259(0x305)](_0x25d248['toString']()[_0x1dc259(0x33b)]('.')[0x1])){const _0x2f6e76={};_0x2f6e76[_0x1dc259(0x372)]=0x2,_0x2f6e76[_0x1dc259(0x2ac)]=0x3,logger[_0x1dc259(0x31f)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState='+_0x25d248+_0x1dc259(0x280)+_0x323517+_0x1dc259(0x205)+util[_0x1dc259(0x35e)](_0x1d4ace[_0x1dc259(0x243)],_0x2f6e76));const _0x20ef81=await this[_0x1dc259(0x264)](_0x2deb13,_0x25d248,_0x323517,_0x1d4ace),_0x4141a8={};_0x4141a8[_0x1dc259(0x372)]=0x2,_0x4141a8[_0x1dc259(0x2ac)]=0x3,logger['debug']('[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20'+util[_0x1dc259(0x35e)](_0x20ef81,_0x4141a8)),_0x2deb13['addMultipleEntries'](_0x20ef81);}else logger['debug']('[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState='+_0x25d248+_0x1dc259(0x240)+_0x323517);break;}logger[_0x1dc259(0x31f)](_0x1dc259(0x29d)+_0x25d248+_0x1dc259(0x280)+_0x323517);}catch(_0x5c2f18){logger[_0x1dc259(0x29e)](_0x1dc259(0x2af)+_0x25d248+',\x20hookState='+_0x323517+_0x1dc259(0x22c)+util[_0x1dc259(0x24f)](_0x5c2f18));}_0x1d4ace[_0x1dc259(0x201)]=_0x2deb13,await this['runHooks'](_0x2deb13,_0x25d248,_0x323517,_0x1d4ace);}[a92_0x1e3c5e(0x253)](_0x308da0){const _0xd4abb7=a92_0x1e3c5e,_0x585e8b={};_0x585e8b[_0xd4abb7(0x2f3)]='[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback';const _0x1bb6bf=_0x585e8b;if(_0x308da0&&(_0x308da0['id']||_0x308da0[_0xd4abb7(0x237)])){const _0x181bfd=_0x308da0['id']||_0x308da0[_0xd4abb7(0x237)];return logger[_0xd4abb7(0x31f)]('[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22'+_0x181bfd+_0xd4abb7(0x29f)),_0x181bfd;}return logger[_0xd4abb7(0x31f)](_0x1bb6bf[_0xd4abb7(0x2f3)]),process[_0xd4abb7(0x331)]+_0xd4abb7(0x2be);}[a92_0x1e3c5e(0x226)](_0x2d81aa,_0x9e413d,_0x49e5fb={}){const _0x418b29=a92_0x1e3c5e;let _0x89d17e=null;return _0x89d17e=TestFramework[_0x418b29(0x306)](),!_0x89d17e?(logger[_0x418b29(0x31f)]('[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state='+_0x2d81aa),this['trackJestInstance'](_0x2d81aa,_0x49e5fb),_0x89d17e=TestFramework[_0x418b29(0x306)](),logger[_0x418b29(0x31f)](_0x418b29(0x310)+!!_0x89d17e+',\x20contextId='+_0x89d17e?.[_0x418b29(0x2ce)]()?.[_0x418b29(0x2d9)]())):logger[_0x418b29(0x31f)]('[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId='+_0x89d17e['getContext']()?.[_0x418b29(0x2d9)]()),_0x89d17e;}[a92_0x1e3c5e(0x27b)](_0x44e5aa,_0x10fb79){const _0x590246=a92_0x1e3c5e,_0x2b6be4={};_0x2b6be4[_0x590246(0x348)]=_0x590246(0x27a);const _0xa94060=_0x2b6be4;if(TestFramework['getTrackedInstance']()){logger[_0x590246(0x31f)](_0xa94060[_0x590246(0x348)]);return;}const _0x195670=CLIUtils[_0x590246(0x2b0)](),_0x4c300c=TrackedInstance[_0x590246(0x2d3)](_0x195670);let _0x580835=null;logger[_0x590246(0x31f)](_0x590246(0x351)+_0x195670+_0x590246(0x2b9)+_0x44e5aa),_0x580835=new TestFrameworkInstance(_0x4c300c,this[_0x590246(0x31b)](),this[_0x590246(0x246)](),_0x44e5aa,HookState[_0x590246(0x241)]),TestFramework['setTrackedInstance'](_0x4c300c,_0x580835),logger[_0x590246(0x31f)](_0x590246(0x257)+_0x4c300c[_0x590246(0x2d9)]()+',\x20target='+_0x195670+',\x20testFramework='+this[_0x590246(0x31b)]()[0x0]+_0x590246(0x297)+this[_0x590246(0x246)]()[this[_0x590246(0x31b)]()[0x0]]);}['parseJestTest'](_0x38ca36){const _0x378f75=a92_0x1e3c5e,_0x5abd3b={};_0x5abd3b[_0x378f75(0x28d)]=function(_0x5de696,_0x28e471){return _0x5de696||_0x28e471;},_0x5abd3b[_0x378f75(0x268)]=_0x378f75(0x232);const _0x237f92=_0x5abd3b,{testUUID:_0x4293e6,testData:_0xe025da,testId:_0x1cbbc3}=_0x38ca36;if(_0x237f92['SeAGb'](!_0xe025da,!_0x1cbbc3))return logger[_0x378f75(0x31f)](_0x237f92['nFxLg']),{};const _0x415673=this[_0x378f75(0x31b)]()[0x0],_0x27ab37=this[_0x378f75(0x246)](),_0x5cbc7d={};_0x5cbc7d[_0x378f75(0x372)]=0x2,_0x5cbc7d['maxArrayLength']=0x3,logger[_0x378f75(0x31f)](_0x378f75(0x2b5)+util[_0x378f75(0x35e)](_0xe025da,_0x5cbc7d));const _0x15e970=_0xe025da?.[_0x378f75(0x2c8)]||[],_0x331622=this[_0x378f75(0x261)](_0xe025da),_0x1eae1e=this[_0x378f75(0x214)](_0xe025da),_0x264770=_0xe025da['fn']?_0xe025da['fn'][_0x378f75(0x24a)]():_0xe025da?.[_0x378f75(0x365)]?_0xe025da[_0x378f75(0x365)][_0x378f75(0x30c)][_0x378f75(0x24a)]():null,_0x1191e0=this[_0x378f75(0x21a)](_0xe025da),_0x593dfb={[TestFrameworkConstants[_0x378f75(0x290)]]:_0x415673,[TestFrameworkConstants[_0x378f75(0x222)]]:_0x27ab37[_0x415673],[TestFrameworkConstants[_0x378f75(0x23d)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants[_0x378f75(0x274)]]:{},[TestFrameworkConstants[_0x378f75(0x2bd)]]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants[_0x378f75(0x303)]]:_0x331622,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x1eae1e,[TestFrameworkConstants[_0x378f75(0x336)]]:_0x1cbbc3,[TestFrameworkConstants[_0x378f75(0x347)]]:_0x331622,[TestFrameworkConstants[_0x378f75(0x24c)]]:_0x1eae1e,[TestFrameworkConstants[_0x378f75(0x207)]]:_0x264770,[TestFrameworkConstants[_0x378f75(0x2fd)]]:_0x1191e0,[TestFrameworkConstants[_0x378f75(0x332)]]:_0xe025da[_0x378f75(0x20d)]||new Date()[_0x378f75(0x2a3)](),[TestFrameworkConstants[_0x378f75(0x369)]]:_0x15e970[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x15e970,[TestFrameworkConstants[_0x378f75(0x1fc)]]:_0x331622,[TestFrameworkConstants[_0x378f75(0x215)]]:{},[TestFrameworkConstants['KEY_TEST_META']]:{}};_0xe025da[_0x378f75(0x2d7)]&&(_0x593dfb[TestFrameworkConstants[_0x378f75(0x307)]]=_0xe025da[_0x378f75(0x2d7)]);logger[_0x378f75(0x31f)]('[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName='+_0x331622+_0x378f75(0x286)+_0x1cbbc3+_0x378f75(0x251)+JSON[_0x378f75(0x302)](_0x1191e0)+_0x378f75(0x2b4)+util[_0x378f75(0x35e)](_0x15e970)+_0x378f75(0x337)+_0x1eae1e);const _0x949b64={};return _0x949b64[_0x1cbbc3]=_0x593dfb,_0x949b64;}[a92_0x1e3c5e(0x338)](_0x51a9da){const _0x13ca9a=a92_0x1e3c5e,_0x568d4b={'KgaUD':function(_0x17bdb9,_0x1f73e4){return _0x17bdb9===_0x1f73e4;},'jGjzl':'afterAll','pLSoD':function(_0x3e7605,_0x3e9329){return _0x3e7605===_0x3e9329;},'ZlMAa':_0x13ca9a(0x276),'yiPrs':'ALL','miLug':_0x13ca9a(0x23a),'pxWFT':function(_0x20b7a5,_0x2adc98){return _0x20b7a5||_0x2adc98;},'xnWhq':_0x13ca9a(0x26a),'dJdLX':_0x13ca9a(0x204),'bjKxs':function(_0xa13677,_0x1f2e12){return _0xa13677>_0x1f2e12;},'ouGeh':'failed','vkvXV':_0x13ca9a(0x212),'snECO':function(_0x962de7,_0x30fc77){return _0x962de7===_0x30fc77;},'ZPUsk':_0x13ca9a(0x1fb),'aQqbB':_0x13ca9a(0x25b),'ZSPbi':function(_0x535d55,_0x2efeff){return _0x535d55!==_0x2efeff;},'qFZlJ':function(_0x20b398,_0x77725c,_0x88f3be,_0x22bc40){return _0x20b398(_0x77725c,_0x88f3be,_0x22bc40);},'mJzXe':function(_0x45bab1,_0x30e9cd){return _0x45bab1>_0x30e9cd;},'KGljp':'[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','ZHPaT':function(_0x2e5f8d,_0x185d55){return _0x2e5f8d>_0x185d55;},'CjZNX':function(_0x532973,_0x3086a3){return _0x532973===_0x3086a3;}},{testUUID:_0x58146c,testData:_0x2eab83,testId:_0x5eb4fc}=_0x51a9da;if(_0x568d4b['pxWFT'](!_0x2eab83,!_0x5eb4fc))return logger[_0x13ca9a(0x31f)](_0x568d4b[_0x13ca9a(0x21c)]),{};const _0x45b57d=this[_0x13ca9a(0x226)](TestFrameworkState[_0x13ca9a(0x317)],HookState['POST']),_0x11bd98=_0x45b57d['getAllData']()[_0x13ca9a(0x1fa)](_0x5eb4fc),_0x1a4391=_0x568d4b[_0x13ca9a(0x364)](_0x11bd98,{}),_0x13f2c2=_0x1a4391?_0x1a4391[TestFrameworkConstants[_0x13ca9a(0x215)]]||{}:{},_0x21f66f=_0x1a4391[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']];logger[_0x13ca9a(0x31f)](_0x13ca9a(0x30f)+(_0x21f66f?Object[_0x13ca9a(0x213)](_0x21f66f)['length']:0x0)+_0x13ca9a(0x275));let _0xfcdff0=_0x568d4b[_0x13ca9a(0x379)];if(_0x2eab83['result'])_0xfcdff0=_0x2eab83[_0x13ca9a(0x30e)];else{if(_0x2eab83[_0x13ca9a(0x301)]&&_0x568d4b[_0x13ca9a(0x2bf)](_0x2eab83[_0x13ca9a(0x301)][_0x13ca9a(0x318)],0x0))_0xfcdff0=_0x568d4b[_0x13ca9a(0x31e)];else _0x568d4b[_0x13ca9a(0x361)](_0x2eab83['status'],_0x568d4b['vkvXV'])||_0x568d4b['snECO'](_0x2eab83[_0x13ca9a(0x34d)],_0x568d4b[_0x13ca9a(0x29a)])?_0xfcdff0=_0x568d4b[_0x13ca9a(0x29a)]:_0xfcdff0=_0x568d4b['aQqbB'];}const _0x4b38aa={..._0x1a4391,[TestFrameworkConstants[_0x13ca9a(0x2bd)]]:_0xfcdff0,[TestFrameworkConstants[_0x13ca9a(0x328)]]:_0x2eab83[_0x13ca9a(0x234)]||new Date()[_0x13ca9a(0x2a3)](),[TestFrameworkConstants[_0x13ca9a(0x2ec)]]:new Date()[_0x13ca9a(0x2a3)](),[TestFrameworkConstants[_0x13ca9a(0x215)]]:_0x13f2c2,[TestFrameworkConstants['KEY_LOGS']]:_0x1a4391[TestFrameworkConstants['KEY_LOGS']]||[],[TestFrameworkConstants['KEY_TEST_META']]:{}};if(_0x568d4b['KgaUD'](_0xfcdff0,_0x568d4b[_0x13ca9a(0x31e)])&&_0x2eab83[_0x13ca9a(0x301)]){const _0x398679=this['getJestFailureReason'](_0x2eab83),_0x265df1=this[_0x13ca9a(0x252)](_0x2eab83),_0x3dc288=this['getJestFailureData'](_0x2eab83);_0x4b38aa[TestFrameworkConstants[_0x13ca9a(0x35a)]]=_0x265df1,_0x4b38aa[TestFrameworkConstants[_0x13ca9a(0x20f)]]=_0x398679,_0x4b38aa[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x3dc288;}_0x568d4b['ZSPbi'](_0x2eab83[_0x13ca9a(0x2cd)],undefined)&&(_0x4b38aa[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x2eab83[_0x13ca9a(0x2cd)]);_0x2eab83[_0x13ca9a(0x2d7)]&&(_0x4b38aa[TestFrameworkConstants[_0x13ca9a(0x307)]]=_0x2eab83[_0x13ca9a(0x2d7)]);const _0x24c800=_0x11bd98?_0x11bd98[TestFrameworkConstants[_0x13ca9a(0x345)]]||{}:{},_0xcfbbbf=_0x11bd98?_0x11bd98[TestFrameworkConstants[_0x13ca9a(0x294)]]:_0x58146c,_0x5edca7=_0x568d4b[_0x13ca9a(0x255)](getManualUploadLogs,_0x24c800,_0xcfbbbf,_0x5eb4fc);if(_0x568d4b['bjKxs'](_0x5edca7[_0x13ca9a(0x318)],0x0)){const _0x42c2ef=_0x4b38aa[TestFrameworkConstants[_0x13ca9a(0x248)]]||[];_0x4b38aa[TestFrameworkConstants[_0x13ca9a(0x248)]]=[..._0x42c2ef,..._0x5edca7];}const _0x5d9aea=_0x1a4391[TestFrameworkConstants[_0x13ca9a(0x2a4)]]||{},_0x26a0ef=_0x1a4391[TestFrameworkConstants[_0x13ca9a(0x274)]]||{},_0x33a376={..._0x5d9aea},_0x284fc6=_0x33a376;Object[_0x13ca9a(0x213)](_0x26a0ef)['forEach'](_0x13d340=>{const _0xa3418c=_0x13ca9a;!_0x284fc6[_0x13d340]&&(_0x284fc6[_0x13d340]=[]);const _0xf6e160=new Set((_0x284fc6[_0x13d340]||[])['map'](_0x3949cc=>_0x3949cc[TestFrameworkConstants[_0xa3418c(0x239)]]||_0x3949cc[_0xa3418c(0x335)]));(_0x26a0ef[_0x13d340]||[])['forEach'](_0x4c7d15=>{const _0x1203ce=_0xa3418c,_0x252e6f=_0x4c7d15[TestFrameworkConstants[_0x1203ce(0x239)]]||_0x4c7d15['hook_id'];if(!_0xf6e160[_0x1203ce(0x20e)](_0x252e6f)){const _0x512617={..._0x4c7d15},_0x47eddf=_0x512617;!_0x47eddf[TestFrameworkConstants[_0x1203ce(0x380)]]&&!_0x47eddf[_0x1203ce(0x254)]&&(_0x47eddf[TestFrameworkConstants[_0x1203ce(0x380)]]=new Date()['toISOString']()),!_0x47eddf[TestFrameworkConstants['KEY_HOOK_RESULT']]&&!_0x47eddf[_0x1203ce(0x344)]&&(_0x47eddf[TestFrameworkConstants['KEY_HOOK_RESULT']]=TestFrameworkConstants[_0x1203ce(0x23b)]),_0x284fc6[_0x13d340][_0x1203ce(0x26b)](_0x47eddf);}});});if(_0x51a9da[_0x13ca9a(0x32a)]){this[_0x13ca9a(0x211)](_0x51a9da['originalTest']);const _0x4445b4=this[_0x13ca9a(0x2cb)](_0x51a9da[_0x13ca9a(0x32a)]),_0x59bbfe=this[_0x13ca9a(0x208)](_0x51a9da['originalTest']);_0x59bbfe[_0x13ca9a(0x2f5)](_0x39f45b=>{const _0x4cf7d5=_0x13ca9a,_0x42b495=_0x4445b4[_0x4cf7d5(0x1fa)](_0x39f45b);if(_0x42b495&&(_0x568d4b[_0x4cf7d5(0x22f)](_0x42b495[_0x4cf7d5(0x28e)],_0x568d4b[_0x4cf7d5(0x2f7)])||_0x568d4b[_0x4cf7d5(0x361)](_0x42b495[_0x4cf7d5(0x28e)],_0x568d4b['ZlMAa']))){const _0x20a5e0=_0x42b495[_0x4cf7d5(0x28e)][_0x4cf7d5(0x27f)]()['replace'](_0x568d4b[_0x4cf7d5(0x30d)],_0x568d4b['miLug']),_0x50de20=_0x20a5e0;!_0x284fc6[_0x50de20]&&(_0x284fc6[_0x50de20]=[]);const _0x1b807e=_0x284fc6[_0x50de20][_0x4cf7d5(0x2fa)](_0x410660=>(_0x410660[TestFrameworkConstants['KEY_HOOK_ID']]||_0x410660[_0x4cf7d5(0x335)])===_0x39f45b);!_0x1b807e&&_0x284fc6[_0x50de20][_0x4cf7d5(0x26b)]({'key':_0x50de20,[TestFrameworkConstants[_0x4cf7d5(0x239)]]:_0x39f45b,[TestFrameworkConstants[_0x4cf7d5(0x26c)]]:TestFrameworkConstants[_0x4cf7d5(0x23b)],[TestFrameworkConstants[_0x4cf7d5(0x2f2)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x4cf7d5(0x380)]]:new Date()[_0x4cf7d5(0x2a3)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x4cf7d5(0x373)]]:_0x42b495['name']||_0x42b495[_0x4cf7d5(0x28e)]+_0x4cf7d5(0x2d0),[TestFrameworkConstants[_0x4cf7d5(0x215)]]:_0x13f2c2});}});}if(_0x2eab83[_0x13ca9a(0x277)]&&_0x568d4b['mJzXe'](_0x2eab83[_0x13ca9a(0x277)]['length'],0x0))_0x4b38aa[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x2eab83['hooks'],logger['debug'](_0x568d4b[_0x13ca9a(0x376)]);else _0x568d4b[_0x13ca9a(0x24e)](Object[_0x13ca9a(0x213)](_0x284fc6)[_0x13ca9a(0x318)],0x0)&&(_0x4b38aa[TestFrameworkConstants[_0x13ca9a(0x2a4)]]=_0x284fc6,logger[_0x13ca9a(0x31f)](_0x13ca9a(0x32b)+Object[_0x13ca9a(0x213)](_0x284fc6)[_0x13ca9a(0x2ca)](',')));const _0x192940=this['getJestTestName'](_0x2eab83);logger['debug']('[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName='+_0x192940+_0x13ca9a(0x286)+_0x5eb4fc+_0x13ca9a(0x1f5)+_0xfcdff0+_0x13ca9a(0x291)+_0x2eab83[_0x13ca9a(0x2cd)]);_0x568d4b[_0x13ca9a(0x284)](_0xfcdff0,_0x568d4b['ouGeh'])&&logger[_0x13ca9a(0x31f)]('[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId='+_0x5eb4fc+_0x13ca9a(0x2f4)+_0x4b38aa[TestFrameworkConstants[_0x13ca9a(0x35a)]]+_0x13ca9a(0x323)+_0x4b38aa[TestFrameworkConstants[_0x13ca9a(0x20f)]]?.[_0x13ca9a(0x352)](0x0,0xc8));const _0x565b62={};return _0x565b62[_0x5eb4fc]=_0x4b38aa,_0x565b62;}[a92_0x1e3c5e(0x21d)](_0x43394){const _0x49bd9b=a92_0x1e3c5e,_0xe389d1={};_0xe389d1[_0x49bd9b(0x2d8)]=function(_0x1c53f6,_0x3438f3){return _0x1c53f6!==_0x3438f3;},_0xe389d1['GBFzm']=function(_0x50da7d,_0x563764){return _0x50da7d!==_0x563764;},_0xe389d1['bXIvV']=_0x49bd9b(0x2bc);const _0x5a99fa=_0xe389d1,_0x273fd9={};_0x273fd9['depth']=0x2,_0x273fd9[_0x49bd9b(0x2ac)]=0x3,logger['debug'](_0x49bd9b(0x267)+util[_0x49bd9b(0x35e)](_0x43394,_0x273fd9));const _0x2640ec=[];if(_0x43394&&_0x43394[_0x49bd9b(0x23e)]){let _0x883f2c=_0x43394['parent'];while(_0x883f2c&&_0x883f2c[_0x49bd9b(0x230)]&&_0x5a99fa[_0x49bd9b(0x2d8)](_0x883f2c[_0x49bd9b(0x230)],'')&&_0x5a99fa['GBFzm'](_0x883f2c[_0x49bd9b(0x230)],_0x5a99fa[_0x49bd9b(0x289)])){_0x2640ec[_0x49bd9b(0x26b)](_0x883f2c['name']),_0x883f2c=_0x883f2c[_0x49bd9b(0x23e)];}}return _0x2640ec['reverse']();}[a92_0x1e3c5e(0x261)](_0x3a97c2){const _0x498f96=a92_0x1e3c5e,_0x3019f9={};_0x3019f9[_0x498f96(0x259)]=_0x498f96(0x279);const _0x374eb4=_0x3019f9;if(_0x3a97c2[_0x498f96(0x230)])return _0x3a97c2[_0x498f96(0x230)];if(_0x3a97c2[_0x498f96(0x2e9)])return _0x3a97c2[_0x498f96(0x2e9)];return _0x374eb4[_0x498f96(0x259)];}[a92_0x1e3c5e(0x21a)](_0x3b1239){const _0x23a9a8=a92_0x1e3c5e,_0x19c691=[];if(_0x3b1239[_0x23a9a8(0x29c)]&&Array[_0x23a9a8(0x334)](_0x3b1239['tags']))return _0x3b1239[_0x23a9a8(0x29c)][_0x23a9a8(0x219)](_0x3e9c48=>_0x3e9c48[_0x23a9a8(0x28a)]('@')?_0x3e9c48[_0x23a9a8(0x1f9)](0x1):_0x3e9c48);const _0x5eb69a=this[_0x23a9a8(0x261)](_0x3b1239),_0x2241b7=_0x5eb69a[_0x23a9a8(0x329)](/@(\w+)/g);if(_0x2241b7)return _0x2241b7[_0x23a9a8(0x219)](_0x548160=>_0x548160[_0x23a9a8(0x28c)](0x1));return _0x3b1239[_0x23a9a8(0x2c8)]&&Array[_0x23a9a8(0x334)](_0x3b1239['scopes'])&&_0x3b1239[_0x23a9a8(0x2c8)]['forEach'](_0x126b63=>{const _0x5958d9=_0x23a9a8,_0x42345c=_0x126b63[_0x5958d9(0x329)](/@(\w+)/g);_0x42345c&&_0x42345c[_0x5958d9(0x2f5)](_0x44da19=>{const _0x4b0947=_0x5958d9,_0x3335f2=_0x44da19[_0x4b0947(0x28c)](0x1);!_0x19c691[_0x4b0947(0x2cc)](_0x3335f2)&&_0x19c691[_0x4b0947(0x26b)](_0x3335f2);});}),_0x19c691;}['getJestTestFilePath'](_0x24a63f){const _0xd70b21=a92_0x1e3c5e,_0x47972b={'qPwRh':function(_0x472d53,_0x5c4f24){return _0x472d53(_0x5c4f24);}};if(_0x24a63f[_0xd70b21(0x292)])return _0x24a63f[_0xd70b21(0x292)];if(_0x24a63f[_0xd70b21(0x20c)])try{const _0x4996d6=stackTrace[_0xd70b21(0x2e6)](_0x24a63f[_0xd70b21(0x20c)]),_0x591307=_0x47972b['qPwRh'](pickUserFrameFile,_0x4996d6);if(_0x591307)return _0x591307;logger[_0xd70b21(0x31f)](_0xd70b21(0x2b3)+_0x4996d6['length']+')');}catch(_0x4eaf70){logger[_0xd70b21(0x31f)](_0xd70b21(0x37c)+util[_0xd70b21(0x24f)](_0x4eaf70));}return null;}['getJestFailureReason'](_0x1a140b){const _0x3b7e7f=a92_0x1e3c5e,_0x5e0be7={};_0x5e0be7[_0x3b7e7f(0x26e)]=function(_0x24e59e,_0x538b08){return _0x24e59e>_0x538b08;},_0x5e0be7[_0x3b7e7f(0x242)]=_0x3b7e7f(0x2e7);const _0x3a72e3=_0x5e0be7;if(_0x1a140b[_0x3b7e7f(0x301)]&&_0x3a72e3[_0x3b7e7f(0x26e)](_0x1a140b[_0x3b7e7f(0x301)]['length'],0x0))return util['inspect'](_0x1a140b['errorsDetailed'][0x0]);if(_0x1a140b['failure_reason'])return _0x1a140b[_0x3b7e7f(0x285)];return _0x3a72e3[_0x3b7e7f(0x242)];}['getJestFailureType'](_0x11616d){const _0x5e6279=a92_0x1e3c5e,_0x86bd4d={};_0x86bd4d['INgdB']=_0x5e6279(0x35f),_0x86bd4d[_0x5e6279(0x26f)]=_0x5e6279(0x34a),_0x86bd4d['Xczil']=_0x5e6279(0x37d);const _0x1eb467=_0x86bd4d,_0xc63e10=this[_0x5e6279(0x2ea)](_0x11616d);if(_0xc63e10&&_0xc63e10['includes'](_0x1eb467['INgdB']))return _0x1eb467[_0x5e6279(0x26f)];return _0x1eb467[_0x5e6279(0x378)];}[a92_0x1e3c5e(0x356)](_0x528006){const _0x106e29=a92_0x1e3c5e,_0x72ff7b={'EozFq':function(_0x43e607,_0x3e6b6d){return _0x43e607(_0x3e6b6d);},'yDOHC':'../../../helpers/test-observability/utils','bpZVS':function(_0x34e301,_0xf10e26){return _0x34e301!==_0xf10e26;},'VrbeE':_0x106e29(0x1ff)},{failureData:_0x7822b9}=_0x72ff7b['EozFq'](require,_0x72ff7b[_0x106e29(0x2eb)]),_0x490db0=[];return _0x72ff7b[_0x106e29(0x2db)](_0x528006[_0x106e29(0x301)],undefined)&&_0x490db0[_0x106e29(0x26b)](_0x528006[_0x106e29(0x301)],_0x72ff7b[_0x106e29(0x314)]),_0x7822b9['apply'](null,_0x490db0);}async[a92_0x1e3c5e(0x264)](_0xc671d4,_0x4c6047,_0x313731,_0x35351f){const _0x19bc91=a92_0x1e3c5e,_0x186d72={'jBfLr':_0x19bc91(0x32c),'lgrRt':function(_0x5f33fc){return _0x5f33fc();},'LZxmP':function(_0x41d292,_0x1a96c9){return _0x41d292 in _0x1a96c9;},'QEHZf':function(_0x293596,_0x1ca4b3){return _0x293596 in _0x1ca4b3;},'pKeRH':function(_0xe18e21,_0x4c07a8){return _0xe18e21===_0x4c07a8;},'DcaMD':function(_0x6c0a5e,_0xeaaac){return _0x6c0a5e>_0xeaaac;},'AsicO':_0x19bc91(0x37e),'avZcX':_0x19bc91(0x25b),'Ytfuq':function(_0x281d6d,_0x4cd260){return _0x281d6d===_0x4cd260;},'YRhnI':_0x19bc91(0x35b),'nIjoL':function(_0x42784a,_0x1270d7){return _0x42784a>_0x1270d7;},'GebhH':function(_0x36c8e8,_0x576e6a){return _0x36c8e8===_0x576e6a;},'bRrVU':function(_0x5cd806,_0x40501c){return _0x5cd806!==_0x40501c;}},{hookData:_0xf3efe1}=_0x35351f,_0xf3bf1e=_0x313731['toString'](),_0x583236=_0x4c6047[_0x19bc91(0x24a)](),_0x29d341={};_0x29d341[_0x19bc91(0x372)]=0x2,_0x29d341[_0x19bc91(0x2ac)]=0x3,logger[_0x19bc91(0x31f)](_0x19bc91(0x262)+_0x583236+_0x19bc91(0x280)+_0xf3bf1e+',\x20hookData='+util[_0x19bc91(0x35e)](_0xf3efe1,_0x29d341));if(!_0xf3efe1)return logger[_0x19bc91(0x31f)](_0x186d72[_0x19bc91(0x1f8)]),{};const _0x2b92cf=_0xf3efe1[_0x19bc91(0x237)]||_0xf3efe1['hookAnalyticsId']||_0x186d72['lgrRt'](uuidv4),_0x3170f1=_0xf3efe1['test_run_id']||this[_0x19bc91(0x253)](_0xf3efe1),_0x44ca7b=_0x4c6047['toString']()[_0x19bc91(0x33b)]('.')[0x1],_0x562b70=_0xc671d4[_0x19bc91(0x273)]()['get'](_0x3170f1),_0x3386cf=_0x562b70?_0x562b70[TestFrameworkConstants[_0x19bc91(0x215)]]||{}:{};logger[_0x19bc91(0x31f)](_0x19bc91(0x34f)+_0x2b92cf+_0x19bc91(0x286)+_0x3170f1+_0x19bc91(0x319)+_0x44ca7b+_0x19bc91(0x280)+_0xf3bf1e);if(!_0x562b70)return logger[_0x19bc91(0x31f)](_0x19bc91(0x36b)+_0x3170f1+',\x20storing\x20as\x20pending\x20hook'),this[_0x19bc91(0x342)](_0xc671d4,_0x3170f1,_0x4c6047,_0x313731,_0x35351f),{};let _0x2c28e0=_0x562b70[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x2c28e0&&(_0x2c28e0={});!_0x186d72[_0x19bc91(0x31c)](_0x44ca7b,_0x2c28e0)&&(_0x2c28e0[_0x44ca7b]=[]);let _0x7e2926=_0x562b70[TestFrameworkConstants[_0x19bc91(0x2a4)]];!_0x7e2926&&(_0x7e2926={});!_0x186d72[_0x19bc91(0x32f)](_0x44ca7b,_0x7e2926)&&(_0x7e2926[_0x44ca7b]=[]);const _0x83b9d9={[_0x3170f1]:{[TestFrameworkConstants[_0x19bc91(0x274)]]:_0x2c28e0,[TestFrameworkConstants[_0x19bc91(0x2a4)]]:_0x7e2926,[TestFrameworkConstants[_0x19bc91(0x290)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x19bc91(0x222)]]:this['getTestFrameworksVersions']()[this[_0x19bc91(0x31b)]()[0x0]]||''}};if(_0x186d72[_0x19bc91(0x325)](_0x313731,HookState[_0x19bc91(0x20b)])){const _0x80d529={'key':_0x44ca7b,[TestFrameworkConstants[_0x19bc91(0x239)]]:_0x2b92cf,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0x19bc91(0x23b)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:_0xf3efe1[_0x19bc91(0x20d)]||new Date()[_0x19bc91(0x2a3)](),[TestFrameworkConstants[_0x19bc91(0x37a)]]:[],[TestFrameworkConstants[_0x19bc91(0x373)]]:_0xf3efe1['name']||_0xf3efe1[_0x19bc91(0x25a)]||_0x44ca7b,[TestFrameworkConstants[_0x19bc91(0x215)]]:_0x3386cf};_0x2c28e0[_0x44ca7b][_0x19bc91(0x26b)](_0x80d529),_0x83b9d9[_0x3170f1][TestFrameworkConstants[_0x19bc91(0x34e)]]=_0x44ca7b;const _0xd13a66={};_0xd13a66['depth']=0x2,logger[_0x19bc91(0x31f)](_0x19bc91(0x235)+_0x44ca7b+_0x19bc91(0x2c1)+_0x2b92cf+_0x19bc91(0x286)+_0x3170f1+_0x19bc91(0x281)+util[_0x19bc91(0x35e)](_0x80d529,_0xd13a66));}else{if(_0x186d72[_0x19bc91(0x325)](_0x313731,HookState[_0x19bc91(0x233)])){const _0x5af172=_0xf3efe1[_0x19bc91(0x30e)]||(_0xf3efe1[_0x19bc91(0x301)]&&_0x186d72[_0x19bc91(0x238)](_0xf3efe1[_0x19bc91(0x301)][_0x19bc91(0x318)],0x0)?_0x186d72[_0x19bc91(0x2ef)]:_0x186d72[_0x19bc91(0x367)]),_0x19d349=_0x2c28e0[_0x44ca7b]||[];logger[_0x19bc91(0x31f)](_0x19bc91(0x2fb)+_0x44ca7b+_0x19bc91(0x286)+_0x3170f1+_0x19bc91(0x2a0)+_0x5af172+_0x19bc91(0x327)+_0x19d349[_0x19bc91(0x318)]);if(_0x186d72[_0x19bc91(0x28f)](_0x19d349[_0x19bc91(0x318)],0x0)&&_0x186d72['Ytfuq'](_0x4c6047,TestFrameworkState[_0x19bc91(0x312)]))return logger[_0x19bc91(0x31f)](_0x186d72[_0x19bc91(0x29b)]),this[_0x19bc91(0x342)](_0xc671d4,_0x3170f1,_0x4c6047,_0x313731,_0x35351f),{};if(_0x186d72['nIjoL'](_0x19d349[_0x19bc91(0x318)],0x0)){const _0x1f3d6e=_0x19d349[_0x19bc91(0x21b)]();_0x186d72[_0x19bc91(0x2de)](_0x5af172,_0x186d72[_0x19bc91(0x2ef)])&&_0xf3efe1[_0x19bc91(0x301)]?(_0x1f3d6e[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this['getJestFailureType'](_0xf3efe1),_0x1f3d6e[TestFrameworkConstants[_0x19bc91(0x2c6)]]=this[_0x19bc91(0x2ea)](_0xf3efe1),_0x1f3d6e[TestFrameworkConstants[_0x19bc91(0x283)]]=this[_0x19bc91(0x356)](_0xf3efe1),logger[_0x19bc91(0x31f)](_0x19bc91(0x23f)+_0x44ca7b+_0x19bc91(0x2f4)+_0x1f3d6e[TestFrameworkConstants[_0x19bc91(0x2ee)]]+_0x19bc91(0x323)+_0x1f3d6e[TestFrameworkConstants[_0x19bc91(0x2c6)]]?.['substring'](0x0,0xc8))):_0x1f3d6e[TestFrameworkConstants[_0x19bc91(0x26c)]]=_0x186d72['avZcX'];_0x186d72['bRrVU'](_0x5af172,TestFrameworkConstants[_0x19bc91(0x23b)])&&(_0x1f3d6e[TestFrameworkConstants[_0x19bc91(0x26c)]]=_0x5af172);_0x1f3d6e[TestFrameworkConstants[_0x19bc91(0x380)]]=_0xf3efe1[_0x19bc91(0x234)]||new Date()['toISOString'](),_0x1f3d6e[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x3386cf;const _0x5be9a8=_0x1f3d6e[TestFrameworkConstants[_0x19bc91(0x239)]];!_0x7e2926[_0x44ca7b]&&(_0x7e2926[_0x44ca7b]=[]);_0x7e2926[_0x44ca7b][_0x19bc91(0x26b)](_0x1f3d6e),_0x83b9d9[_0x3170f1][TestFrameworkConstants[_0x19bc91(0x200)]]=_0x44ca7b;const _0x2aedcf={};_0x2aedcf[_0x19bc91(0x372)]=0x2,logger[_0x19bc91(0x31f)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType='+_0x44ca7b+_0x19bc91(0x2c1)+_0x5be9a8+_0x19bc91(0x2a0)+_0x5af172+',\x20hook='+util[_0x19bc91(0x35e)](_0x1f3d6e,_0x2aedcf));}}}return _0x83b9d9;}[a92_0x1e3c5e(0x321)](_0x6cfeb0){const _0x5a3836=a92_0x1e3c5e,_0x121eb6={};_0x121eb6[_0x5a3836(0x2c3)]=_0x5a3836(0x2a9);const _0x353430=_0x121eb6;try{const _0x1942b6=_0x6cfeb0[_0x5a3836(0x1ff)]?this[_0x5a3836(0x253)](_0x6cfeb0['test']):_0x6cfeb0[_0x5a3836(0x243)][_0x5a3836(0x2a6)],_0x494bd7=_0x6cfeb0[_0x5a3836(0x201)],_0x1ed34d=_0x494bd7['getContext'](),_0x1ad6f3=_0x494bd7[_0x5a3836(0x273)]()['get'](_0x1942b6);if(!_0x1ad6f3)return logger[_0x5a3836(0x31f)]('createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x1942b6),{};const {[TestFrameworkConstants[_0x5a3836(0x290)]]:_0x110c09=this[_0x5a3836(0x31b)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x4a3817=this[_0x5a3836(0x246)]()[this[_0x5a3836(0x31b)]()[0x0]]||'',[TestFrameworkConstants[_0x5a3836(0x332)]]:_0xa9a24f='',[TestFrameworkConstants[_0x5a3836(0x328)]]:_0x3804f3=''}=_0x1ad6f3,_0x4dfa9e=_0x494bd7[_0x5a3836(0x339)]()[_0x5a3836(0x24a)]()['split']('.')[0x1],_0x245eef=_0x494bd7[_0x5a3836(0x2ae)]()['toString']()[_0x5a3836(0x33b)]('.')[0x1],_0x43e666=global?.[_0x5a3836(0x299)]?.['workerInfo']?.[_0x5a3836(0x2b6)]||global[_0x5a3836(0x266)]||0x0,_0xc95847=_0x494bd7[_0x5a3836(0x311)](),_0x2d338a=Buffer['from'](JSON[_0x5a3836(0x302)](_0x1ad6f3))[_0x5a3836(0x24a)](_0x353430[_0x5a3836(0x2c3)]),_0x2ef4fe={'hash':_0x1ed34d[_0x5a3836(0x2d9)](),'threadId':_0x1ed34d[_0x5a3836(0x25d)]()[_0x5a3836(0x24a)](),'processId':_0x1ed34d[_0x5a3836(0x1fd)]()[_0x5a3836(0x24a)]()},_0x794d4d={};_0x794d4d['platformIndex']=_0x43e666,_0x794d4d['testFrameworkName']=_0x110c09,_0x794d4d[_0x5a3836(0x228)]=_0x4a3817,_0x794d4d[_0x5a3836(0x2ba)]=_0x4dfa9e,_0x794d4d[_0x5a3836(0x210)]=_0x245eef,_0x794d4d['startedAt']=_0xa9a24f,_0x794d4d[_0x5a3836(0x28b)]=_0x3804f3,_0x794d4d['uuid']=_0xc95847,_0x794d4d[_0x5a3836(0x2d4)]=_0x2d338a,_0x794d4d[_0x5a3836(0x282)]=_0x2ef4fe,_0x794d4d[_0x5a3836(0x2c5)]=_0x1942b6;const _0xa192f=_0x794d4d;return _0xa192f;}catch(_0x2cd43e){return logger[_0x5a3836(0x29e)]('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util[_0x5a3836(0x24f)](_0x2cd43e)),{};}}async[a92_0x1e3c5e(0x32d)](_0x521f0f,_0x377e0c,_0x151b00){const _0x2761a7=a92_0x1e3c5e,_0x18c5d3={'sWjnm':function(_0x557b3b,_0x26f032){return _0x557b3b+_0x26f032;},'ffrXU':'missing','vFEnt':_0x2761a7(0x288),'NDJNP':function(_0x3215bb,_0x377fa8){return _0x3215bb>_0x377fa8;},'MtYoo':function(_0x39e130,_0x375261,_0x2d64e1,_0x443b23){return _0x39e130(_0x375261,_0x2d64e1,_0x443b23);},'FfJIT':function(_0x525af5,_0x58ea28){return _0x525af5-_0x58ea28;},'uWpZH':function(_0x4a0070,_0x2c81f6){return _0x4a0070===_0x2c81f6;},'czfKE':function(_0x19046a,_0x5b99a4){return _0x19046a/_0x5b99a4;},'kByXw':function(_0x491468,_0x372572){return _0x491468<_0x372572;},'baEkB':function(_0x11e592,_0x483edc){return _0x11e592*_0x483edc;},'VuSQW':function(_0x4b555e,_0x2e2712){return _0x4b555e+_0x2e2712;},'hEQfL':function(_0x3bf012,_0x30daf7){return _0x3bf012+_0x30daf7;}};try{const _0x7302b7=_0x151b00[_0x2761a7(0x2aa)]||_0x151b00[_0x2761a7(0x270)],_0xa4f874=Array['from'](_0x521f0f[_0x2761a7(0x273)]()[_0x2761a7(0x213)]()),_0x276d30=_0x521f0f['getAllData']()[_0x2761a7(0x1fa)](_0x7302b7);if(!_0x276d30){logger[_0x2761a7(0x31f)](_0x2761a7(0x2d1)+_0x7302b7);return;}const {[TestFrameworkConstants[_0x2761a7(0x290)]]:_0x151ac2='',[TestFrameworkConstants[_0x2761a7(0x222)]]:_0x56f43b=''}=_0x276d30;let _0x16fefe=[];_0x276d30&&_0x276d30[TestFrameworkConstants[_0x2761a7(0x248)]]&&Array[_0x2761a7(0x334)](_0x276d30[TestFrameworkConstants['KEY_LOGS']])?(_0x16fefe=_0x276d30[TestFrameworkConstants[_0x2761a7(0x248)]]||[],logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20'+_0x16fefe[_0x2761a7(0x318)]+_0x2761a7(0x2da)+_0x7302b7),_0x521f0f[_0x2761a7(0x359)]({[_0x7302b7]:{[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants[_0x2761a7(0x290)]]:this[_0x2761a7(0x31b)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x2761a7(0x246)]()[this[_0x2761a7(0x31b)]()[0x0]]||''}}),logger[_0x2761a7(0x31f)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x7302b7)):logger['debug'](_0x2761a7(0x2b2)+_0x7302b7);logger[_0x2761a7(0x31f)](_0x2761a7(0x272)+_0x16fefe[_0x2761a7(0x318)]+_0x2761a7(0x30a)+_0x7302b7);const _0xb74f4b=_0x16fefe[_0x2761a7(0x354)](_0x4892a8=>_0x4892a8[_0x2761a7(0x33d)]==='TEST_SCREENSHOT');_0x18c5d3[_0x2761a7(0x368)](_0xb74f4b[_0x2761a7(0x318)],0x0)&&(logger[_0x2761a7(0x31f)](_0x2761a7(0x2c0)+_0xb74f4b[_0x2761a7(0x318)]+_0x2761a7(0x341)+_0x7302b7),_0xb74f4b[_0x2761a7(0x2f5)]((_0x176ddd,_0x5008be)=>{const _0x4d079e=_0x2761a7;logger[_0x4d079e(0x31f)](_0x4d079e(0x37b)+_0x18c5d3['sWjnm'](_0x5008be,0x1)+'/'+_0xb74f4b[_0x4d079e(0x318)]+'\x20-\x20test_identifier='+(_0x176ddd[_0x4d079e(0x2c5)]||_0x18c5d3[_0x4d079e(0x1f6)])+_0x4d079e(0x250)+(_0x176ddd[_0x4d079e(0x2b7)]||_0x18c5d3[_0x4d079e(0x1f6)])+',\x20hook_run_uuid='+(_0x176ddd[_0x4d079e(0x370)]||_0x18c5d3[_0x4d079e(0x2a2)])+_0x4d079e(0x316)+(_0x176ddd[_0x4d079e(0x2b8)]?.[_0x4d079e(0x318)]||0x0));}));const _0x576b94=_0x276d30[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x4e8a3b=_0x18c5d3['MtYoo'](getMediaArtifactsLogs,_0x576b94,null,_0x7302b7),_0x3b87d3=(_0x16fefe||[])[_0x2761a7(0x30b)](_0x4e8a3b||[]),_0x165c52=_0xb74f4b?.[_0x2761a7(0x318)]||0x0,_0x383324=_0x18c5d3['FfJIT'](_0x16fefe?.[_0x2761a7(0x318)]||0x0,_0x165c52);logger[_0x2761a7(0x31f)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20'+_0x7302b7+_0x2761a7(0x245)+_0x383324+',\x20screenshotLogs:\x20'+_0x165c52+',\x20attachmentLogs:\x20'+(_0x4e8a3b?.[_0x2761a7(0x318)]||0x0)+_0x2761a7(0x27e)+_0x3b87d3[_0x2761a7(0x318)]);if(!_0x3b87d3||_0x18c5d3[_0x2761a7(0x2df)](_0x3b87d3['length'],0x0)){logger[_0x2761a7(0x31f)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0x7302b7);return;}const _0x3d1bad=0x28,_0x3b5902=Math[_0x2761a7(0x34b)](_0x18c5d3[_0x2761a7(0x36a)](_0x3b87d3[_0x2761a7(0x318)],_0x3d1bad));for(let _0x6ee4c2=0x0;_0x18c5d3[_0x2761a7(0x209)](_0x6ee4c2,_0x3b5902);_0x6ee4c2++){const _0x54b10a=_0x18c5d3[_0x2761a7(0x227)](_0x6ee4c2,_0x3d1bad),_0x3196b9=_0x18c5d3[_0x2761a7(0x360)](_0x54b10a,_0x3d1bad),_0x19b4c1=_0x3b87d3[_0x2761a7(0x28c)](_0x54b10a,_0x3196b9),_0xf8858a=global?.['browserstackPlatformIndex']??0x0,_0x5cec6f={'platformIndex':_0xf8858a,'logs':_0x19b4c1,'testFrameworkName':_0x151ac2,'testFrameworkVersion':_0x56f43b,'testFrameworkState':_0x377e0c[_0x2761a7(0x24a)]()[_0x2761a7(0x33b)]('.')[0x1]},_0x4536d9={};_0x4536d9[_0x2761a7(0x372)]=0x3,_0x4536d9['maxArrayLength']=0x5,logger[_0x2761a7(0x31f)](_0x2761a7(0x229)+_0x18c5d3[_0x2761a7(0x269)](_0x6ee4c2,0x1)+'/'+_0x3b5902+'\x20-\x20testId:\x20'+_0x7302b7+',\x20logsInBatch:\x20'+_0x19b4c1[_0x2761a7(0x318)]+_0x2761a7(0x2ad)+_0xf8858a+_0x2761a7(0x206)+util[_0x2761a7(0x35e)](_0x5cec6f,_0x4536d9));const _0x101237=await GrpcClient['getInstance']()['logCreatedEvent'](_0x5cec6f);logger[_0x2761a7(0x31f)](_0x2761a7(0x229)+_0x18c5d3[_0x2761a7(0x269)](_0x6ee4c2,0x1)+'/'+_0x3b5902+_0x2761a7(0x22b)+_0x7302b7+_0x2761a7(0x2b1)+util[_0x2761a7(0x35e)](_0x101237));}_0x4e8a3b&&_0x18c5d3[_0x2761a7(0x368)](_0x4e8a3b[_0x2761a7(0x318)],0x0)&&_0x276d30[TestFrameworkConstants[_0x2761a7(0x345)]]&&_0x521f0f[_0x2761a7(0x359)]({[_0x7302b7]:{[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{},[TestFrameworkConstants[_0x2761a7(0x290)]]:this[_0x2761a7(0x31b)]()[0x0]||'',[TestFrameworkConstants[_0x2761a7(0x222)]]:this[_0x2761a7(0x246)]()[this[_0x2761a7(0x31b)]()[0x0]]||''}}),logger[_0x2761a7(0x31f)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20'+_0x7302b7+_0x2761a7(0x260)+_0x3b5902);}catch(_0x559b37){logger[_0x2761a7(0x29e)](_0x2761a7(0x333)+(_0x151b00['testUUID']||_0x151b00['testId'])+_0x2761a7(0x2fc)+util[_0x2761a7(0x24f)](_0x559b37));}}[a92_0x1e3c5e(0x342)](_0x365975,_0x5b484a,_0x536d7b,_0x19e5eb,_0x4f6949){const _0x1bb2b9=a92_0x1e3c5e,_0x13715c={};_0x13715c[_0x1bb2b9(0x278)]=function(_0x135a2d,_0x1061ba){return _0x135a2d===_0x1061ba;},_0x13715c[_0x1bb2b9(0x366)]=_0x1bb2b9(0x276);const _0x1682f6=_0x13715c,{hookData:_0x37400d}=_0x4f6949,_0x5b9b80={'testId':_0x5b484a,'testFrameworkState':_0x536d7b,'hookState':_0x19e5eb,'args':_0x4f6949,'timestamp':new Date()['toISOString']()};if(_0x1682f6['CydBS'](_0x536d7b,TestFrameworkState['BEFORE_ALL'])&&_0x37400d){const _0x1c3da4={};_0x1c3da4[_0x1bb2b9(0x265)]=_0x37400d[_0x1bb2b9(0x292)]||_0x37400d['location'],_0x1c3da4[_0x1bb2b9(0x308)]=_0x37400d['scope']||_0x37400d['scopes']&&_0x37400d[_0x1bb2b9(0x2c8)][0x0]||'',_0x1c3da4[_0x1bb2b9(0x256)]=_0x1682f6[_0x1bb2b9(0x366)],_0x5b9b80[_0x1bb2b9(0x36e)]=_0x1c3da4,logger[_0x1bb2b9(0x31f)](_0x1bb2b9(0x2d2)+_0x5b484a+_0x1bb2b9(0x2f0)+_0x5b9b80[_0x1bb2b9(0x36e)][_0x1bb2b9(0x265)]+_0x1bb2b9(0x2c2)+_0x5b9b80[_0x1bb2b9(0x36e)]['scope']);}_0x365975['addPendingHook'](_0x5b484a,_0x5b9b80),logger[_0x1bb2b9(0x31f)](_0x1bb2b9(0x2dd)+_0x5b484a+_0x1bb2b9(0x1fe)+_0x536d7b+_0x1bb2b9(0x22d)+_0x19e5eb);}async[a92_0x1e3c5e(0x27d)](_0x2d2161,_0x3e7e45){const _0x367746=a92_0x1e3c5e,_0xa6b944={};_0xa6b944[_0x367746(0x330)]=function(_0x4b8e0e,_0x188d2c){return _0x4b8e0e>_0x188d2c;},_0xa6b944[_0x367746(0x2f9)]=function(_0x2b27fe,_0x390797){return _0x2b27fe===_0x390797;},_0xa6b944[_0x367746(0x33a)]=function(_0x46c155,_0x2f32de){return _0x46c155===_0x2f32de;},_0xa6b944[_0x367746(0x263)]=function(_0x5a4324,_0x45fef6){return _0x5a4324>_0x45fef6;},_0xa6b944['gukox']=function(_0x44957e,_0x4023cd){return _0x44957e===_0x4023cd;},_0xa6b944['XMEdJ']='[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook';const _0x33bf6e=_0xa6b944;if(_0x2d2161[_0x367746(0x271)](_0x3e7e45)){const _0x5c8428=_0x2d2161[_0x367746(0x340)](_0x3e7e45);logger[_0x367746(0x31f)]('Processing\x20'+_0x5c8428[_0x367746(0x318)]+_0x367746(0x224)+_0x3e7e45);for(const _0x5a96bc of _0x5c8428){try{const _0x876e84=await this[_0x367746(0x264)](_0x2d2161,_0x5a96bc['testFrameworkState'],_0x5a96bc[_0x367746(0x210)],_0x5a96bc['args']);_0x876e84&&_0x33bf6e[_0x367746(0x330)](Object[_0x367746(0x213)](_0x876e84)[_0x367746(0x318)],0x0)&&_0x2d2161['addMultipleEntries'](_0x876e84),await this['runHooks'](_0x2d2161,_0x5a96bc[_0x367746(0x2ba)],_0x5a96bc[_0x367746(0x210)],_0x5a96bc['args']);}catch(_0x20f348){logger[_0x367746(0x29e)](_0x367746(0x22a)+_0x3e7e45+_0x367746(0x2fc)+_0x20f348);}}_0x2d2161[_0x367746(0x33e)](_0x3e7e45),logger[_0x367746(0x31f)]('Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20'+_0x3e7e45);}const _0x4984e6=_0x2d2161[_0x367746(0x273)]()['get'](_0x3e7e45);if(_0x4984e6){const _0x873d6e=_0x4984e6[TestFrameworkConstants['KEY_TEST_FILE_PATH']]||_0x4984e6[TestFrameworkConstants[_0x367746(0x24c)]],_0xbfe270=_0x4984e6[TestFrameworkConstants['KEY_TEST_SCOPE']]||_0x4984e6[TestFrameworkConstants[_0x367746(0x349)]]&&_0x4984e6[TestFrameworkConstants['KEY_TEST_SCOPES']][0x0]||'';logger[_0x367746(0x31f)](_0x367746(0x2e3)+_0x873d6e+_0x367746(0x2c2)+_0xbfe270);const _0x1077c9=_0x2d2161[_0x367746(0x25e)]();for(const _0x3ee51e of _0x1077c9){if(_0x33bf6e[_0x367746(0x2f9)](_0x3ee51e,_0x3e7e45))continue;if(_0x2d2161[_0x367746(0x271)](_0x3ee51e)){const _0x4fc562=_0x2d2161[_0x367746(0x340)](_0x3ee51e);for(const _0x549fc1 of _0x4fc562){if(_0x33bf6e['xquyO'](_0x549fc1[_0x367746(0x2ba)],TestFrameworkState[_0x367746(0x312)])&&_0x549fc1['hookMetadata']){const _0x47ac01=_0x549fc1['hookMetadata'][_0x367746(0x265)],_0x2abb1b=_0x549fc1[_0x367746(0x36e)][_0x367746(0x308)];if(_0x33bf6e[_0x367746(0x2f9)](_0x47ac01,_0x873d6e)&&_0x33bf6e[_0x367746(0x33a)](_0x2abb1b,_0xbfe270)){logger['debug'](_0x367746(0x298)+_0x3ee51e+_0x367746(0x23c)+_0x3e7e45+_0x367746(0x2f0)+_0x47ac01+_0x367746(0x2c2)+_0x2abb1b);_0x549fc1['args']&&_0x549fc1['args']['hookData']&&(_0x549fc1[_0x367746(0x35c)]['hookData'][_0x367746(0x2a6)]=_0x3e7e45,logger[_0x367746(0x31f)](_0x367746(0x2a5)+_0x3ee51e+_0x367746(0x2a8)+_0x3e7e45));try{const _0x238c53=await this[_0x367746(0x264)](_0x2d2161,_0x549fc1['testFrameworkState'],_0x549fc1['hookState'],_0x549fc1[_0x367746(0x35c)]);_0x238c53&&_0x33bf6e[_0x367746(0x263)](Object[_0x367746(0x213)](_0x238c53)[_0x367746(0x318)],0x0)&&_0x2d2161[_0x367746(0x359)](_0x238c53);await this[_0x367746(0x2fe)](_0x2d2161,_0x549fc1[_0x367746(0x2ba)],_0x549fc1[_0x367746(0x210)],_0x549fc1['args']);const _0xcbf9c8=_0x2d2161[_0x367746(0x340)](_0x3ee51e)[_0x367746(0x354)](_0x12435a=>_0x12435a!==_0x549fc1);if(_0x33bf6e[_0x367746(0x225)](_0xcbf9c8['length'],0x0))_0x2d2161['removePendingHooks'](_0x3ee51e);else{_0x2d2161['removePendingHooks'](_0x3ee51e);for(const _0x4007dc of _0xcbf9c8){_0x2d2161['addPendingHook'](_0x3ee51e,_0x4007dc);}}logger['debug'](_0x33bf6e[_0x367746(0x31a)]);}catch(_0x5577f5){logger['error'](_0x367746(0x375)+_0x3e7e45+_0x367746(0x2fc)+_0x5577f5);}}}}}}}}['mapTestHooks'](_0x12fcb2){const _0x285c5=a92_0x1e3c5e,_0xa52ea2={'jvaHZ':function(_0x2764d6){return _0x2764d6();}};if(!_0x12fcb2||!_0x12fcb2[_0x285c5(0x23e)])return;_0x12fcb2[_0x285c5(0x23e)][_0x285c5(0x277)]&&Array[_0x285c5(0x334)](_0x12fcb2['parent'][_0x285c5(0x277)])&&_0x12fcb2[_0x285c5(0x23e)]['hooks'][_0x285c5(0x2f5)](_0x259bc2=>{const _0x20e556=_0x285c5;!_0x259bc2[_0x20e556(0x34c)]&&!_0x259bc2['hookUUID']&&(_0x259bc2['hookAnalyticsId']=_0xa52ea2['jvaHZ'](uuidv4),_0x259bc2[_0x20e556(0x1f4)]=_0x259bc2[_0x20e556(0x34c)],logger[_0x20e556(0x31f)]('[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type='+_0x259bc2[_0x20e556(0x28e)]+',\x20hookUUID='+_0x259bc2['hookAnalyticsId']));}),this['mapTestHooks'](_0x12fcb2['parent']);}[a92_0x1e3c5e(0x208)](_0x41165f){const _0x531851=a92_0x1e3c5e,_0x5da39e={'frjjp':function(_0xf8324,_0x205faf){return _0xf8324(_0x205faf);}};if(!_0x41165f||!_0x41165f['parent'])return[];const _0x546f54=[];return _0x41165f[_0x531851(0x23e)][_0x531851(0x277)]&&Array[_0x531851(0x334)](_0x41165f[_0x531851(0x23e)][_0x531851(0x277)])&&_0x41165f['parent'][_0x531851(0x277)][_0x531851(0x2f5)](_0x583d36=>{const _0x7801ae=_0x531851,_0x1eb791=_0x583d36[_0x7801ae(0x34c)]||_0x583d36[_0x7801ae(0x1f4)];_0x1eb791&&!this[_0x7801ae(0x2ff)](_0x583d36)&&!_0x5da39e[_0x7801ae(0x371)](isInternalHook,_0x583d36['fn'])&&_0x546f54[_0x7801ae(0x26b)](_0x1eb791);}),[..._0x546f54,...this[_0x531851(0x208)](_0x41165f[_0x531851(0x23e)])];}[a92_0x1e3c5e(0x2cb)](_0xb83cca){const _0xa07371=a92_0x1e3c5e,_0x2bf92b={'iihOR':function(_0x22d31f,_0x7600a8){return _0x22d31f(_0x7600a8);},'cFCpm':_0xa07371(0x204)},_0x27cf79=new Map(),_0xf37dfc=_0x25410c=>{const _0x101ee0=_0xa07371,_0x1ce431={'EWwiX':function(_0x3a2e64,_0x66b00d){const _0x515642=a92_0x2173;return _0x2bf92b[_0x515642(0x216)](_0x3a2e64,_0x66b00d);},'NxmPc':_0x2bf92b[_0x101ee0(0x326)]};if(!_0x25410c||!_0x25410c[_0x101ee0(0x23e)])return;_0x25410c['parent'][_0x101ee0(0x277)]&&Array[_0x101ee0(0x334)](_0x25410c[_0x101ee0(0x23e)][_0x101ee0(0x277)])&&_0x25410c[_0x101ee0(0x23e)][_0x101ee0(0x277)][_0x101ee0(0x2f5)](_0x2ab66a=>{const _0x47ccdd=_0x101ee0,_0x5e79c5=_0x2ab66a[_0x47ccdd(0x34c)]||_0x2ab66a['hookUUID'];if(_0x5e79c5&&!this['isJestInternalHook'](_0x2ab66a)&&!_0x1ce431[_0x47ccdd(0x322)](isInternalHook,_0x2ab66a['fn'])){const _0x2e4b75={};_0x2e4b75[_0x47ccdd(0x28e)]=_0x2ab66a[_0x47ccdd(0x28e)]||_0x1ce431['NxmPc'],_0x2e4b75[_0x47ccdd(0x230)]=_0x2ab66a[_0x47ccdd(0x230)]||'\x22'+_0x2ab66a['type']+_0x47ccdd(0x236),_0x27cf79[_0x47ccdd(0x36d)](_0x5e79c5,_0x2e4b75);}}),_0x2bf92b[_0x101ee0(0x216)](_0xf37dfc,_0x25410c[_0x101ee0(0x23e)]);};return _0x2bf92b['iihOR'](_0xf37dfc,_0xb83cca),_0x27cf79;}[a92_0x1e3c5e(0x2ff)](_0x37efee){const _0xf1fe9=a92_0x1e3c5e,_0xff9899={};_0xff9899[_0xf1fe9(0x374)]=_0xf1fe9(0x2a1),_0xff9899[_0xf1fe9(0x244)]='[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}';const _0x3e863c=_0xff9899;try{const _0x3bbfe0=this['getRootParentFile'](_0x37efee);if(!_0x3bbfe0||_0x3bbfe0[_0xf1fe9(0x2cc)](_0x3e863c[_0xf1fe9(0x374)]))return!![];return![];}catch(_0x5bc2de){logger['debug'](_0x3e863c[_0xf1fe9(0x244)]);}return![];}[a92_0x1e3c5e(0x36c)](_0x1b2cf2){const _0x4b0ac3=a92_0x1e3c5e,_0x201ce7={'SuFQO':function(_0x1333d5,_0xec3e5e){return _0x1333d5(_0xec3e5e);}};if(_0x1b2cf2['file'])return _0x1b2cf2[_0x4b0ac3(0x355)];if(_0x1b2cf2['asyncError'])try{const _0x569084=stackTrace[_0x4b0ac3(0x2e6)](_0x1b2cf2[_0x4b0ac3(0x20c)]),_0x2df4c3=_0x201ce7[_0x4b0ac3(0x21e)](pickUserFrameFile,_0x569084);if(_0x2df4c3)return _0x2df4c3;logger[_0x4b0ac3(0x31f)]('[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length='+_0x569084['length']+')');}catch(_0x3228d5){logger[_0x4b0ac3(0x31f)](_0x4b0ac3(0x2f6)+util[_0x4b0ac3(0x24f)](_0x3228d5));}return null;}}module[a92_0x1e3c5e(0x26d)]=JestTestFramework;function a92_0x6486(){const _0x4b891a=['xCQls','40071ejIbbf','fEnAX','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','JestTestFramework','parse','Unknown\x20error','16QjgYgh','title','getJestFailureReason','yDOHC','KEY_TEST_RESULT_AT','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','KEY_HOOK_FAILURE_TYPE','AsicO',',\x20filePath:\x20','../TestInfo.js','KEY_EVENT_STARTED_AT','cuksI',',\x20failureType=','forEach','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','jGjzl','activeHooks','xquyO','find','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=',',\x20error:\x20','KEY_TEST_TAGS','runHooks','isJestInternalHook','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','errorsDetailed','stringify','KEY_AUTOMATE_SESSION_NAME',',\x20hookUUID=','matchHookRegex','getTrackedInstance','KEY_TEST_RETRY_OF','scope','1576938gzDcoW','\x20for\x20testId:\x20','concat','code','yiPrs','result','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','getRef','BEFORE_ALL','51073igyqyi','VrbeE','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20',',\x20messageLength=','TEST','length','\x20(testIdentifier),\x20hookType=','XMEdJ','getTestFrameworks','LZxmP','\x20files','ouGeh','debug','../../../helpers/helper.js','createTestFrameworkEventPayload','EWwiX',',\x20failureReason=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','pKeRH','cFCpm',',\x20hooksListLength=','KEY_TEST_ENDED_AT','match','originalTest','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','sendLogCreatedEvent','../instances/trackedInstance.js','QEHZf','CNcBb','pid','KEY_TEST_STARTED_AT','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','isArray','hook_id','KEY_TEST_ID',',\x20filePath=','parseJestTestResult','getCurrentTestState','zKbsn','split','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','kind','removePendingHooks','trackEvent','getPendingHooks','\x20screenshot\x20logs\x20for\x20testId:\x20','storePendingHook','delete','hook_result','KEY_TEST_ATTACHMENTS','PVqFH','KEY_TEST_NAME','WZjXb','KEY_TEST_SCOPES','AssertionError','ceil','hookAnalyticsId','status','KEY_HOOK_LAST_STARTED','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','249619ZRxvXF','trackJestInstance:\x20created\x20instance\x20for\x20target=','substring','testData','filter','file','getJestFailureData',',\x20remainingHooks=','getActiveHook','addMultipleEntries','KEY_TEST_FAILURE_TYPE','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','args','qRDTQ','inspect','Assert','VuSQW','pLSoD','140CsdSMC','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','pxWFT','body','yhfeX','avZcX','NDJNP','KEY_TEST_SCOPE','czfKE','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','getRootParentFile','set','hookMetadata','83795SJFmpn','hook_run_uuid','frjjp','depth','KEY_HOOK_NAME','TsiBB','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','KGljp','util','Xczil','dJdLX','KEY_HOOK_LOGS','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','UnhandledError','failed','parseJestTest','KEY_EVENT_ENDED_AT','hookUUID','\x20(testIdentifier),\x20result=','ffrXU','../../../helpers/test-observability/utils','jBfLr','substr','get','skipped','KEY_TEST_RERUN_NAME','getProcessId',',\x20state:\x20','test','KEY_HOOK_LAST_FINISHED','instance','35OfueBQ','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','unknown',',\x20hookData=',',\x20payload:\x20','KEY_TEST_CODE','getHooksForTest','kByXw','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','PRE','asyncError','started_at','has','KEY_TEST_FAILURE_REASON','hookState','mapTestHooks','skip','keys','getJestTestFilePath','KEY_CUSTOM_TAGS','iihOR','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','6oVYVHj','map','getJestTestTags','pop','xnWhq','getJestTestScopes','SuFQO','JADNN','setActiveHook','removeActiveHook','KEY_TEST_FRAMEWORK_VERSION','LOG_REPORT','\x20pending\x20hooks\x20for\x20testId:\x20','gukox','resolveInstance','baEkB','testFrameworkVersion','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','\x20-\x20testId:\x20',',\x20exception=',',\x20hookState:\x20','stack-trace','KgaUD','name','../state/testFrameworkState.js','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','POST','finished_at','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','\x22\x20hook','uuid','DcaMD','KEY_HOOK_ID','_ALL','DEFAULT_HOOK_RESULT',',\x20currentTestId:\x20','KEY_TEST_LOGS','parent','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','\x20&\x20hookState=','NONE','ZmGmB','hookData','msfNM',',\x20consoleLogs:\x20','getTestFrameworksVersions','HIrfv','KEY_LOGS','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','toString','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','KEY_TEST_LOCATION','lfWEK','ZHPaT','format',',\x20test_run_uuid=','\x20(testIdentifier),\x20tags=','getJestFailureType','getJestTestIdentifier','event_ended_at','qFZlJ','hookType','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','EyrsW','GREmT','hook_type','passed','../../../helpers/stackFrameUtils','getThreadId','getAllPendingHookTestIds','./constants/testFrameworkConstants.js',',\x20totalBatches:\x20','getJestTestName','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','hOiaO','trackHookEvent','filePath','__bstackPlatformIndex','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','nFxLg','hEQfL','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','push','KEY_HOOK_RESULT','exports','XCDHa','hBxOx','testId','hasPendingHooks','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','getAllData','KEY_HOOKS_STARTED','\x20attachments','beforeAll','hooks','CydBS','Unknown\x20Test','trackJestInstance:\x20instance\x20already\x20exists','trackJestInstance','439000KTpGsN','processPendingHooks',',\x20totalLogs:\x20','toUpperCase',',\x20hookState=',',\x20hook=','executionContext','KEY_HOOK_FAILURE','CjZNX','failure_reason',',\x20testId=','../instances/testFrameworkInstance.js','none','bXIvV','startsWith','endedAt','slice','SeAGb','type','Ytfuq','KEY_TEST_FRAMEWORK_NAME',',\x20duration=','file_name','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','KEY_TEST_UUID','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=',',\x20testData=',',\x20version=','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','__workerDetails','ZPUsk','YRhnI','tags','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','error','\x22\x20from\x20testData',',\x20result=','jest-circus','vFEnt','toISOString','KEY_HOOKS_FINISHED','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','test_run_id','findIndex','\x20to\x20','base64','testUUID','zxlUl','maxArrayLength',',\x20platformIndex:\x20','getCurrentHookState','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','getCurrentInstanceName',',\x20response=','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=',',\x20scopes=','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','parallelIndex','test_run_uuid','message',',\x20state=','testFrameworkState','splice','ROOT_DESCRIBE_BLOCK','KEY_TEST_RESULT',':testAnalyticsId','bjKxs','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20',',\x20hookId=',',\x20scope:\x20','PtHXl','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','test_identifier','KEY_HOOK_FAILURE_REASON','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','scopes','ORmym','join','buildHookMapFromTest','includes','duration','getContext',',\x20hookType=','\x20hook','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','createContext','eventJson','warn','\x20(testIdentifier)','retryOf','VXuIQ','getId','\x20logs\x20for\x20testId:\x20','bpZVS','905751CfabAa','Stored\x20pending\x20hook\x20for\x20testId:\x20','GebhH','uWpZH'];a92_0x6486=function(){return _0x4b891a;};return a92_0x6486();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a93_0x178000=a93_0x4a69;(function(_0x3ba678,_0x4c40ff){const _0x47befd=a93_0x4a69,_0x281e25=_0x3ba678();while(!![]){try{const _0x4b39f7=parseInt(_0x47befd(0x87))/0x1*(parseInt(_0x47befd(0xbd))/0x2)+parseInt(_0x47befd(0xa5))/0x3+-parseInt(_0x47befd(0xa9))/0x4+parseInt(_0x47befd(0x74))/0x5+-parseInt(_0x47befd(0x8f))/0x6+parseInt(_0x47befd(0x90))/0x7*(-parseInt(_0x47befd(0x95))/0x8)+parseInt(_0x47befd(0xbf))/0x9;if(_0x4b39f7===_0x4c40ff)break;else _0x281e25['push'](_0x281e25['shift']());}catch(_0x40415c){_0x281e25['push'](_0x281e25['shift']());}}}(a93_0x3e42,0x6d0b6));function a93_0x4a69(_0x4b0cab,_0x56b7a3){const _0x3e4275=a93_0x3e42();return a93_0x4a69=function(_0x4a6901,_0x11b239){_0x4a6901=_0x4a6901-0x70;let _0x19a1d9=_0x3e4275[_0x4a6901];return _0x19a1d9;},a93_0x4a69(_0x4b0cab,_0x56b7a3);}const path=require('path'),TestFramework=require('./testFramework'),TestFrameworkState=require(a93_0x178000(0xac)),HookState=require(a93_0x178000(0xa3)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a93_0x178000(0x8e)),CLIUtils=require(a93_0x178000(0xa8)),TrackedInstance=require(a93_0x178000(0xc0)),TestFrameworkConstants=require(a93_0x178000(0x75)),util=require('util'),logger=createClassLogger('NewmanTestFramework');function a93_0x3e42(){const _0x532c55=['from','216gtAEMo','wgtYN','getContext','error','SZbOw','stringify','getAllData','setTrackedInstance','file_path','location','test','parseNewmanTest','TEST','PRE','../state/hookState.js','getCurrentHookState','2406126faOJnI','KEY_TEST_LOCATION','getTrackedInstance','../cliUtils.js','2890436jwcDDx','runHooks','toString','../state/testFrameworkState.js','trackEvent:\x20error=','KEY_TEST_FRAMEWORK_NAME','KEY_TEST_FILE_PATH','getProcessId','qdqcE','pending','failure_reason','getCurrentInstanceName','NONE','toISOString','KEY_HOOKS_FINISHED','name','exports','uuid','KEY_TEST_FAILURE_REASON','KEY_CUSTOM_TAGS','2EvbAuI','parseNewmanTestResult','7362252LGCFnd','../instances/trackedInstance.js','custom_metadata','format','scopes','failure_type','1047170fcDtdW','./constants/testFrameworkConstants.js','KEY_TEST_FRAMEWORK_VERSION','KEY_TEST_SCOPE','trackEvent:\x20state=','debug','getTestFrameworks','getTestFrameworksVersions','KEY_TEST_STARTED_AT','result','instance','scope','OyXNL','KEY_TEST_RERUN_NAME','KEY_TEST_ENDED_AT','getThreadId','finished_at','tags','started_at','147949ALtuoL','KEY_TEST_CODE','split','get','KEY_TEST_TAGS','DEFAULT_TEST_RESULT','KEY_TEST_RESULT','../instances/testFrameworkInstance.js','3001740BrZQwY','79828daDCvX','KEY_TEST_ID','trackEvent','getCurrentTestState'];a93_0x3e42=function(){return _0x532c55;};return a93_0x3e42();}class NewmanTestFramework extends TestFramework{constructor(_0x41e0ac,_0x5ddff6,_0x2d169f){super(_0x41e0ac,_0x5ddff6,_0x2d169f);}async[a93_0x178000(0x92)](_0x1269c7,_0x317fdb,_0x31a654={}){const _0x259f05=a93_0x178000,_0x583a23={};_0x583a23[_0x259f05(0x96)]=function(_0x46c20f,_0x449d8f){return _0x46c20f===_0x449d8f;},_0x583a23[_0x259f05(0xb1)]=function(_0x396fc7,_0x21a568){return _0x396fc7===_0x21a568;};const _0x3b5e86=_0x583a23;logger[_0x259f05(0x79)](_0x259f05(0x78)+_0x1269c7+'\x20hook='+_0x317fdb),await super[_0x259f05(0x92)](_0x1269c7,_0x317fdb,_0x31a654);const _0x5eeedb=this['resolveInstance'](_0x1269c7,_0x317fdb,_0x31a654);if(!_0x5eeedb)return;try{if(_0x3b5e86['wgtYN'](_0x1269c7,TestFrameworkState[_0x259f05(0xa1)])&&_0x31a654[_0x259f05(0x9f)]){const _0x356a3c=_0x3b5e86[_0x259f05(0xb1)](_0x317fdb,HookState[_0x259f05(0xa2)])?this[_0x259f05(0xa0)](_0x31a654['test']):this[_0x259f05(0xbe)](_0x31a654['test']);_0x5eeedb['addMultipleEntries'](_0x356a3c);}}catch(_0x2af8f3){logger[_0x259f05(0x98)](_0x259f05(0xad)+util[_0x259f05(0x71)](_0x2af8f3));}_0x31a654['instance']=_0x5eeedb,await this[_0x259f05(0xaa)](_0x5eeedb,_0x1269c7,_0x317fdb,_0x31a654);}['parseNewmanTest'](_0x1603fe){const _0x4cae07=a93_0x178000,_0x1e5804=this['getTestFrameworks']()[0x0],_0x3c1121={};return _0x3c1121[_0x1603fe[_0x4cae07(0xba)]]={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x1e5804,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x4cae07(0x7b)]()[_0x1e5804],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x4cae07(0xb7)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x4cae07(0x8d)]]:TestFrameworkConstants[_0x4cae07(0x8c)],[TestFrameworkConstants[_0x4cae07(0x91)]]:_0x1603fe['uuid'],[TestFrameworkConstants['KEY_TEST_UUID']]:_0x1603fe[_0x4cae07(0xba)],[TestFrameworkConstants['KEY_TEST_NAME']]:_0x1603fe[_0x4cae07(0xb8)],[TestFrameworkConstants[_0x4cae07(0xaf)]]:_0x1603fe[_0x4cae07(0x9d)]||'',[TestFrameworkConstants[_0x4cae07(0xa6)]]:_0x1603fe[_0x4cae07(0x9e)]||'',[TestFrameworkConstants[_0x4cae07(0x88)]]:null,[TestFrameworkConstants[_0x4cae07(0x8b)]]:_0x1603fe[_0x4cae07(0x85)]||[],[TestFrameworkConstants[_0x4cae07(0x7c)]]:_0x1603fe[_0x4cae07(0x86)]||new Date()[_0x4cae07(0xb6)](),[TestFrameworkConstants[_0x4cae07(0x77)]]:_0x1603fe[_0x4cae07(0x7f)]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x1603fe[_0x4cae07(0x72)]||[],[TestFrameworkConstants[_0x4cae07(0x81)]]:null,[TestFrameworkConstants[_0x4cae07(0xbc)]]:_0x1603fe[_0x4cae07(0x70)]||{},[TestFrameworkConstants['KEY_TEST_META']]:_0x1603fe['meta']||{}},_0x3c1121;}['parseNewmanTestResult'](_0x17973b){const _0x1e8838=a93_0x178000,_0x5665d8={};_0x5665d8[_0x1e8838(0x99)]=_0x1e8838(0xb2);const _0x5bada2=_0x5665d8,_0x35be9c={};return _0x35be9c[_0x17973b['uuid']]={[TestFrameworkConstants[_0x1e8838(0x8d)]]:_0x17973b[_0x1e8838(0x7d)]||_0x5bada2['SZbOw'],[TestFrameworkConstants[_0x1e8838(0x82)]]:_0x17973b[_0x1e8838(0x84)]||new Date()[_0x1e8838(0xb6)](),[TestFrameworkConstants['KEY_TEST_FAILURE']]:_0x17973b['failure']||[],[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]:_0x17973b[_0x1e8838(0x73)]||null,[TestFrameworkConstants[_0x1e8838(0xbb)]]:_0x17973b[_0x1e8838(0xb3)]||null},_0x35be9c;}['resolveInstance'](_0x229e13){const _0x9a0010=a93_0x178000;let _0x3c5d09=TestFramework[_0x9a0010(0xa7)]();if(!_0x3c5d09){const _0x40b0f6=TrackedInstance['createContext'](CLIUtils[_0x9a0010(0xb4)]());_0x3c5d09=new TestFrameworkInstance(_0x40b0f6,this[_0x9a0010(0x7a)](),this[_0x9a0010(0x7b)](),_0x229e13,HookState[_0x9a0010(0xb5)]),TestFramework[_0x9a0010(0x9c)](_0x40b0f6,_0x3c5d09);}return _0x3c5d09;}['createTestFrameworkEventPayload'](_0x1a18f6){const _0x22e82c=a93_0x178000,_0x5b81ba={};_0x5b81ba[_0x22e82c(0x80)]='base64';const _0x2097d0=_0x5b81ba;try{const _0x3d1642=_0x1a18f6[_0x22e82c(0x9f)]?_0x1a18f6[_0x22e82c(0x9f)][_0x22e82c(0xba)]:null,_0x1941db=_0x1a18f6[_0x22e82c(0x7e)],_0x46a71a=_0x1941db[_0x22e82c(0x97)](),_0x127282=_0x1941db[_0x22e82c(0x9b)]()[_0x22e82c(0x8a)](_0x3d1642);if(!_0x127282)return{};const {[TestFrameworkConstants[_0x22e82c(0xae)]]:_0x59a4ef='',[TestFrameworkConstants[_0x22e82c(0x76)]]:_0x13d1b9='',[TestFrameworkConstants[_0x22e82c(0x7c)]]:_0x5d78e2='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x21e30d=''}=_0x127282;return{'platformIndex':0x0,'testFrameworkName':_0x59a4ef,'testFrameworkVersion':_0x13d1b9,'testFrameworkState':_0x1941db[_0x22e82c(0x93)]()[_0x22e82c(0xab)]()[_0x22e82c(0x89)]('.')[0x1],'hookState':_0x1941db[_0x22e82c(0xa4)]()[_0x22e82c(0xab)]()[_0x22e82c(0x89)]('.')[0x1],'startedAt':_0x5d78e2,'endedAt':_0x21e30d,'uuid':_0x3d1642,'eventJson':Buffer[_0x22e82c(0x94)](JSON[_0x22e82c(0x9a)](_0x127282))[_0x22e82c(0xab)](_0x2097d0['OyXNL']),'executionContext':{'hash':_0x46a71a['getId'](),'threadId':_0x46a71a[_0x22e82c(0x83)]()[_0x22e82c(0xab)](),'processId':_0x46a71a[_0x22e82c(0xb0)]()[_0x22e82c(0xab)]()}};}catch(_0x351807){return logger[_0x22e82c(0x98)]('createTestFrameworkEventPayload:\x20error='+util[_0x22e82c(0x71)](_0x351807)),{};}}}module[a93_0x178000(0xb9)]=NewmanTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a94_0x1df90f=a94_0x5b6c;(function(_0x2bb8b7,_0x4f30f6){const _0x1e53e0=a94_0x5b6c,_0x218c8c=_0x2bb8b7();while(!![]){try{const _0x20eca7=parseInt(_0x1e53e0(0x190))/0x1+-parseInt(_0x1e53e0(0x178))/0x2*(-parseInt(_0x1e53e0(0x199))/0x3)+parseInt(_0x1e53e0(0x187))/0x4*(-parseInt(_0x1e53e0(0x17f))/0x5)+-parseInt(_0x1e53e0(0x174))/0x6+parseInt(_0x1e53e0(0x18a))/0x7*(-parseInt(_0x1e53e0(0x177))/0x8)+-parseInt(_0x1e53e0(0x180))/0x9*(-parseInt(_0x1e53e0(0x17a))/0xa)+parseInt(_0x1e53e0(0x19a))/0xb*(-parseInt(_0x1e53e0(0x173))/0xc);if(_0x20eca7===_0x4f30f6)break;else _0x218c8c['push'](_0x218c8c['shift']());}catch(_0x3659de){_0x218c8c['push'](_0x218c8c['shift']());}}}(a94_0x205c,0xdb948));const AutomationFramework=require(a94_0x1df90f(0x193)),{createClassLogger}=require(a94_0x1df90f(0x17d)),AutomationFrameworkState=require(a94_0x1df90f(0x191)),CLIUtils=require(a94_0x1df90f(0x18d)),TrackedInstance=require(a94_0x1df90f(0x183)),AutomationFrameworkInstance=require(a94_0x1df90f(0x17e));function a94_0x5b6c(_0x19842d,_0x21e01e){const _0x205c1f=a94_0x205c();return a94_0x5b6c=function(_0x5b6c3a,_0x59c2bf){_0x5b6c3a=_0x5b6c3a-0x173;let _0x294801=_0x205c1f[_0x5b6c3a];return _0x294801;},a94_0x5b6c(_0x19842d,_0x21e01e);}function a94_0x205c(){const _0x493170=['exports','15471NolOTR','869RcLDxT',',\x20state=','280284vAwJOc','673650lNWFPc','debug','runHooks','72WlaaOM','674wecIFG','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','3160dMBicW','uXBbt','info','../../../helpers/classLogger.js','../instances/automationFrameworkInstance.js','5OJUyhC','25002QWcLfX','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','trackPlaywrightInstance','../instances/trackedInstance.js','xNNOI','trackEvent:\x20automationFrameworkState=','NONE','942428ZjgFrf','getTrackedInstance','trackPlaywrightInstance:\x20instance\x20already\x20exists','194887iKMcVd','setTrackedInstance','OCkeZ','../cliUtils.js','\x20target=','instance','727297oYKjEx','../state/automationFrameworkState.js','message','./automationFramework.js','params','logger','createContext','resolveInstance'];a94_0x205c=function(){return _0x493170;};return a94_0x205c();}class PlaywrightAutomationFramework extends AutomationFramework{[a94_0x1df90f(0x195)]=createClassLogger('PlaywrightAutomationFramework');constructor(_0x3755a7,_0x127426){super(_0x3755a7,_0x127426);}async['trackEvent'](_0x5891d8,_0x5c6c4e,_0xf499c3={}){const _0x125f3f=a94_0x1df90f,_0x24cd6e={};_0x24cd6e[_0x125f3f(0x18c)]=function(_0x5767e5,_0x1f0b0c){return _0x5767e5===_0x1f0b0c;};const _0x2bd1e1=_0x24cd6e;this[_0x125f3f(0x195)][_0x125f3f(0x175)](_0x125f3f(0x185)+_0x5891d8+'\x20hookState='+_0x5c6c4e),await super['trackEvent'](_0x5891d8,_0x5c6c4e,_0xf499c3);const _0x31839b=this[_0x125f3f(0x197)](_0x5891d8,_0x5c6c4e,_0xf499c3);if(_0x2bd1e1[_0x125f3f(0x18c)](_0x31839b,null))return;_0xf499c3[_0x125f3f(0x18f)]=_0x31839b,await this[_0x125f3f(0x176)](_0x31839b,_0x5891d8,_0x5c6c4e,_0xf499c3);}[a94_0x1df90f(0x197)](_0x4b3edb,_0x1a45c5,_0x7e024={}){const _0x3880ea=a94_0x1df90f,_0x46c6a5={};_0x46c6a5[_0x3880ea(0x17b)]=function(_0x3f0f03,_0x4df4b9){return _0x3f0f03===_0x4df4b9;};const _0x2ddbf9=_0x46c6a5;let _0x3d0cb0=null;return(_0x2ddbf9[_0x3880ea(0x17b)](_0x4b3edb,AutomationFrameworkState['CREATE'])||_0x2ddbf9[_0x3880ea(0x17b)](_0x4b3edb,AutomationFrameworkState['PLAYWRIGHT_DISPATCH'])&&(_0x7e024['message']&&_0x7e024[_0x3880ea(0x192)][_0x3880ea(0x194)]&&_0x7e024[_0x3880ea(0x192)][_0x3880ea(0x194)]['bsParams'])||_0x2ddbf9[_0x3880ea(0x17b)](_0x4b3edb,AutomationFrameworkState[_0x3880ea(0x186)]))&&this['trackPlaywrightInstance'](_0x4b3edb,_0x7e024),_0x3d0cb0=AutomationFramework[_0x3880ea(0x188)](),_0x3d0cb0;}[a94_0x1df90f(0x182)](_0x3feb06,_0x48cc71){const _0x5a9c7d=a94_0x1df90f,_0x113a49={};_0x113a49[_0x5a9c7d(0x184)]=_0x5a9c7d(0x189);const _0x2953fb=_0x113a49;if(AutomationFramework[_0x5a9c7d(0x188)]()){this[_0x5a9c7d(0x195)][_0x5a9c7d(0x17c)](_0x2953fb[_0x5a9c7d(0x184)]);return;}const _0x18e8ef=CLIUtils['getCurrentInstanceName'](),_0x33ecc2=TrackedInstance[_0x5a9c7d(0x196)](_0x18e8ef);let _0x4a93a7=null;this[_0x5a9c7d(0x195)]['info'](_0x5a9c7d(0x181)+_0x18e8ef+_0x5a9c7d(0x19b)+_0x3feb06),_0x4a93a7=new AutomationFrameworkInstance(_0x33ecc2,this['getAutomationFrameworkName'](),this['getAutomationFrameworkVersion'](),_0x3feb06),AutomationFramework[_0x5a9c7d(0x18b)](_0x33ecc2,_0x4a93a7),this[_0x5a9c7d(0x195)]['info'](_0x5a9c7d(0x179)+_0x33ecc2['getId']()+_0x5a9c7d(0x18e)+_0x18e8ef);}}module[a94_0x1df90f(0x198)]=PlaywrightAutomationFramework;
|