browserstack-node-sdk 1.63.0 → 1.63.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +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
|
-
const a92_0x432af7=a92_0x202b;(function(_0x5d25a8,_0x5ab252){const _0x520adc=a92_0x202b,_0x51e306=_0x5d25a8();while(!![]){try{const _0x576028=-parseInt(_0x520adc(0x2a4))/0x1+-parseInt(_0x520adc(0x2ad))/0x2*(parseInt(_0x520adc(0x226))/0x3)+parseInt(_0x520adc(0x369))/0x4*(-parseInt(_0x520adc(0x204))/0x5)+-parseInt(_0x520adc(0x272))/0x6*(parseInt(_0x520adc(0x35f))/0x7)+-parseInt(_0x520adc(0x241))/0x8+-parseInt(_0x520adc(0x31e))/0x9*(parseInt(_0x520adc(0x346))/0xa)+parseInt(_0x520adc(0x202))/0xb;if(_0x576028===_0x5ab252)break;else _0x51e306['push'](_0x51e306['shift']());}catch(_0x3782b7){_0x51e306['push'](_0x51e306['shift']());}}}(a92_0x3a7e,0xb33f2));function a92_0x3a7e(){const _0x1b022b=['Kxryu','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','testUUID','removePendingHooks','file','\x20for\x20testId:\x20','../../../helpers/classLogger.js','POST','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','retryOf','getHooksForTest','format','KEY_AUTOMATE_SESSION_NAME','trackHookEvent',',\x20hookState=','WEQkI','LXHUZ','getProcessId',',\x20result=','hook_type','HUekg','getJestTestName','3gZyfnc','getTestFrameworksVersions','trackJestInstance:\x20created\x20instance\x20for\x20target=','../../../helpers/helper.js','\x20-\x20test_identifier=','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=',',\x20attachmentLogs:\x20',',\x20hookUUID=','addPendingHook','FruGk','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','TEST','\x20pending\x20hooks\x20for\x20testId:\x20','UnhandledError',',\x20filePath:\x20',',\x20hook=','../TestInfo.js','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','TdYDv','uuid','CCXDS','KEY_HOOKS_FINISHED','hookData','tags','../../../helpers/stackFrameUtils','../state/hookState.js','length','4013168VTdcvz','status','KEY_LOGS','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','ScdGo','cfNRv','getPendingHooks','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20',',\x20hooksListLength=','originalTest','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','keys','parse','body','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','iMYPa','../instances/trackedInstance.js','debug','instance','replace','\x22\x20from\x20testData','failed','\x20-\x20testId:\x20',',\x20exception=','Isaeo','RCmps','stack-trace','file_name','KEY_HOOK_LOGS','\x20&\x20hookState=','qDNbw','getJestTestTags','depth','BHIiG','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','getJestFailureReason','KEY_TEST_ATTACHMENTS','workerInfo','hNesU','sendLogCreatedEvent','set','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','toISOString',',\x20totalBatches:\x20','event_ended_at','test_run_id','setActiveHook','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','HWBQK','615378BjjfVn','\x20screenshot\x20logs\x20for\x20testId:\x20','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','PIKon','platformIndex','processPendingHooks','ilgwP','started_at','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','jest-circus',',\x20state:\x20','./constants/testFrameworkConstants.js','getRef','KEY_HOOK_FAILURE_REASON','substring',',\x20scope:\x20','\x20(testIdentifier),\x20tags=','trackEvent','KEY_HOOKS_STARTED','asyncError','hook_id','getRootParentFile','runHooks','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','error',',\x20testId=','getJestTestIdentifier','parent','duration',',\x20hookType=',',\x20hookId=','parseJestTest','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','isArray','qVWNb','LMJDO','IOlpP','stringify','getId','inspect','toKuC','unknown','KEY_TEST_TAGS','passed','KEY_TEST_DURATION','testData','BVoQD','KEY_TEST_RESULT_AT','713477RessJP','getJestFailureType','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','setTrackedInstance','storePendingHook','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test',',\x20failureType=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','91022iZUJEl','JLCHp','wxnzU','jfFfn','KEY_TEST_FRAMEWORK_VERSION','toUpperCase','OTfRy','rVRpV','afterAll','RMjYV','uoXry',',\x20currentTestId:\x20','skipped','errorsDetailed','filter','getAllData','psBKI','jGmVd','type','endedAt','FQVhh','iAXdg','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','Btztv','PRE','TPOVJ','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','beforeAll','title','resolveInstance','iSirQ','startedAt','matchHookRegex',',\x20state=','getThreadId','mapTestHooks','hasPendingHooks','exports','skip','UQLmy','LMJJp','hookMetadata','test_run_uuid',',\x20screenshotLogs:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','hook_result','getTestFrameworks','scope','KEY_TEST_RETRY_OF','ALL','KEY_TEST_FRAMEWORK_NAME','testFrameworkState','KEY_TEST_NAME','push','isJestInternalHook','getContext','__bstackPlatformIndex','hookAnalyticsId','pqIVs','kNoYu','KEY_EVENT_STARTED_AT',',\x20consoleLogs:\x20','parseJestTestResult','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','DEFAULT_TEST_RESULT','util','has','KEY_HOOK_FAILURE_TYPE','hXEpH','Chnxm','../state/testFrameworkState.js','oQfuZ','substr','KGtDH','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','../grpcClient','EOSbQ','MVBLN',',\x20test_run_uuid=','reverse',',\x20version=','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','mecgZ','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','\x20logs\x20for\x20testId:\x20','FxHAE','hook_run_uuid','finished_at',',\x20argsKeys=','code','VGlrU','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','scopes','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','zYQfa','IWPhE','kOyqI','JestTestFramework','LxbfP','IqCWA','DEFAULT_HOOK_RESULT','UoXPP','mbhjn','KEY_HOOK_LAST_FINISHED',',\x20hookState:\x20','KEY_TEST_SCOPE','YiDQO','split','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','\x20to\x20','27CkGRgH','\x22\x20hook','missing','testFrameworkVersion','hooks','MgzjS','lfAuM','warn','KEY_TEST_STARTED_AT','\x20(testIdentifier),\x20result=','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','Stored\x20pending\x20hook\x20for\x20testId:\x20','RiqLc','buildHookMapFromTest','addMultipleEntries','testId','ROOT_DESCRIBE_BLOCK','KEY_EVENT_ENDED_AT','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','KEY_TEST_SCOPES','hIxDQ','ktNYS','rHHGk','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','KEY_TEST_RERUN_NAME','slice','EPkWz','getCurrentHookState','test','KEY_CUSTOM_TAGS','KEY_TEST_ENDED_AT',',\x20testFramework=','forEach','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','hookUUID','CfIbo','Unknown\x20error','AssertionError','toString','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','520BuutBG','Error\x20in\x20createTestFrameworkEventPayload:\x20','splice','TEST_SCREENSHOT','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','TojWo','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','_ALL','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','ZSRbC','vNvxr','kind','KEY_HOOK_NAME','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','getInstance','activeHooks','oGEII','KEY_TEST_CODE','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','from','concat','NONE','hookState','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','KEY_TEST_FAILURE_REASON','98mVUxbg','\x20(testIdentifier),\x20hookType=','KEY_TEST_RESULT','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','HxaJp','ODPoa','getCurrentTestState','jWOED','none','filePath','743156vHZOeK','browserstackPlatformIndex','sbAUF','getAllPendingHookTestIds','map','apply','BEFORE_ALL','KEY_HOOK_FAILURE','mxGYI','../instances/testFrameworkInstance.js','KEY_TEST_FAILURE_TYPE','failure_reason','createTestFrameworkEventPayload','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','maxArrayLength','location','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','nYcIC','../../../helpers/test-observability/utils','IKSWU','getJestFailureData',',\x20storing\x20as\x20pending\x20hook','KEY_TEST_LOCATION',',\x20messageLength=','trackJestInstance:\x20instance\x20already\x20exists',',\x20error:\x20','nmGjI',',\x20hook_run_uuid=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','trackJestInstance','Ruvcd','args','logCreatedEvent','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','\x20files','getJestTestScopes','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','getTrackedInstance','KEY_TEST_META','KEY_TEST_LOGS','join','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','match','KEY_HOOK_RESULT','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','createContext','name','includes','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','get','test_identifier','KEY_TEST_FILE_PATH','result','52045279zOQQao','KEY_HOOK_ID','35auofax','vYVrr',',\x20hookData=','Unknown\x20Test','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','JtqtE',',\x20filePath=','hookType','\x20hook',',\x20failureReason=','pop','executionContext'];a92_0x3a7e=function(){return _0x1b022b;};return a92_0x3a7e();}const TestFramework=require('./testFramework'),TestFrameworkState=require(a92_0x432af7(0x2f3)),HookState=require(a92_0x432af7(0x23f)),{createClassLogger}=require(a92_0x432af7(0x216)),TestFrameworkInstance=require(a92_0x432af7(0x372)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a92_0x432af7(0x251)),TestFrameworkConstants=require(a92_0x432af7(0x27f)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a92_0x432af7(0x229)),{isInternalHook}=require(a92_0x432af7(0x37b)),logger=createClassLogger(a92_0x432af7(0x311)),{v4:uuidv4}=require(a92_0x432af7(0x239)),util=require(a92_0x432af7(0x2ee)),TestInfo=require(a92_0x432af7(0x236)),GrpcClient=require(a92_0x432af7(0x2f8)),stackTrace=require(a92_0x432af7(0x25b)),{pickUserFrameFile}=require(a92_0x432af7(0x23e));class JestTestFramework extends TestFramework{constructor(_0x19f8e8,_0x4cfd5a,_0x457b47){super(_0x19f8e8,_0x4cfd5a,_0x457b47),this['activeHooks']=new Map();}[a92_0x432af7(0x26f)](_0x290d3d,_0x10e100,_0x2bc6f5){const _0x5806f8=a92_0x432af7,_0x5e7da0={};_0x5e7da0['rHHGk']=function(_0x2cc1d9,_0x33fd72){return _0x2cc1d9||_0x33fd72;};const _0x18cfc9=_0x5e7da0;if(_0x18cfc9[_0x5806f8(0x334)](!_0x290d3d,!_0x10e100)){logger['warn'](_0x5806f8(0x376)+_0x290d3d+_0x5806f8(0x22d)+_0x10e100);return;}!this[_0x5806f8(0x355)]['has'](_0x290d3d)&&this[_0x5806f8(0x355)][_0x5806f8(0x269)](_0x290d3d,[]);const _0x46d694={'hookUUID':_0x10e100,'hookType':_0x2bc6f5,'startedAt':new Date()[_0x5806f8(0x26b)]()};this[_0x5806f8(0x355)][_0x5806f8(0x1fe)](_0x290d3d)['push'](_0x46d694),logger[_0x5806f8(0x252)](_0x5806f8(0x1fd)+_0x290d3d+_0x5806f8(0x22d)+_0x10e100+_0x5806f8(0x291)+_0x2bc6f5+',\x20totalHooks='+this['activeHooks'][_0x5806f8(0x1fe)](_0x290d3d)['length']);}['removeActiveHook'](_0x248ae3,_0x20cffe){const _0x34ad4b=a92_0x432af7,_0x431b45={};_0x431b45[_0x34ad4b(0x34b)]=function(_0x1c5404,_0x50c969){return _0x1c5404||_0x50c969;},_0x431b45['icsIV']=function(_0xd1fbcf,_0x1c9fe6){return _0xd1fbcf!==_0x1c9fe6;},_0x431b45['EPkWz']=function(_0x40ba75,_0x499856){return _0x40ba75===_0x499856;};const _0x2c9db5=_0x431b45;if(_0x2c9db5[_0x34ad4b(0x34b)](!_0x248ae3,!_0x20cffe)){logger[_0x34ad4b(0x325)](_0x34ad4b(0x2fe)+_0x248ae3+_0x34ad4b(0x22d)+_0x20cffe);return;}if(this[_0x34ad4b(0x355)][_0x34ad4b(0x2ef)](_0x248ae3)){const _0x2696a5=this[_0x34ad4b(0x355)][_0x34ad4b(0x1fe)](_0x248ae3),_0x4e792f=_0x2696a5['findIndex'](_0x37094f=>_0x37094f[_0x34ad4b(0x340)]===_0x20cffe);_0x2c9db5['icsIV'](_0x4e792f,-0x1)?(_0x2696a5[_0x34ad4b(0x348)](_0x4e792f,0x1),logger[_0x34ad4b(0x252)]('[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier='+_0x248ae3+',\x20hookUUID='+_0x20cffe+',\x20remainingHooks='+_0x2696a5[_0x34ad4b(0x240)]),_0x2c9db5[_0x34ad4b(0x338)](_0x2696a5['length'],0x0)&&this[_0x34ad4b(0x355)]['delete'](_0x248ae3)):logger['debug'](_0x34ad4b(0x27c)+_0x248ae3+_0x34ad4b(0x22d)+_0x20cffe);}}['getActiveHook'](_0x12ce12){const _0x5bbe5d=a92_0x432af7,_0x1bc2bd={};_0x1bc2bd[_0x5bbe5d(0x250)]=function(_0x2f78bb,_0x2b9104){return _0x2f78bb>_0x2b9104;},_0x1bc2bd[_0x5bbe5d(0x2d4)]=function(_0x2729e2,_0x5c7381){return _0x2729e2-_0x5c7381;};const _0x5536db=_0x1bc2bd;if(!_0x12ce12)return null;if(this[_0x5bbe5d(0x355)][_0x5bbe5d(0x2ef)](_0x12ce12)){const _0x29e1cf=this[_0x5bbe5d(0x355)]['get'](_0x12ce12);if(_0x5536db[_0x5bbe5d(0x250)](_0x29e1cf[_0x5bbe5d(0x240)],0x0)){const _0x4a4518=_0x29e1cf[_0x5536db[_0x5bbe5d(0x2d4)](_0x29e1cf[_0x5bbe5d(0x240)],0x1)];return logger[_0x5bbe5d(0x252)](_0x5bbe5d(0x34e)+_0x12ce12+_0x5bbe5d(0x22d)+_0x4a4518[_0x5bbe5d(0x340)]+_0x5bbe5d(0x291)+_0x4a4518[_0x5bbe5d(0x20b)]),_0x4a4518;}}return null;}async[a92_0x432af7(0x285)](_0x40078a,_0x3a4d90,_0x27c634={}){const _0x1bf3bb=a92_0x432af7,_0xf63054={};_0xf63054[_0x1bf3bb(0x2fa)]='[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found',_0xf63054[_0x1bf3bb(0x315)]=function(_0x47deee,_0x244ac7){return _0x47deee===_0x244ac7;},_0xf63054[_0x1bf3bb(0x34f)]=function(_0x37aa6d,_0xb0b7ce){return _0x37aa6d===_0xb0b7ce;},_0xf63054[_0x1bf3bb(0x388)]=function(_0x5a33d6,_0x5509f3){return _0x5a33d6||_0x5509f3;},_0xf63054[_0x1bf3bb(0x246)]=_0x1bf3bb(0x2c7);const _0x388499=_0xf63054;logger[_0x1bf3bb(0x252)]('[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState='+_0x40078a+_0x1bf3bb(0x21e)+_0x3a4d90+_0x1bf3bb(0x305)+Object[_0x1bf3bb(0x24c)](_0x27c634)[_0x1bf3bb(0x1f4)](',')),await super[_0x1bf3bb(0x285)](_0x40078a,_0x3a4d90,_0x27c634);const _0x34189e=this[_0x1bf3bb(0x2ca)](_0x40078a,_0x3a4d90,_0x27c634);if(!_0x34189e){logger['debug'](_0x388499['MVBLN']);return;}try{let _0x546ea3,_0x229754,_0x1f0ee7;switch(_0x40078a){case TestFrameworkState[_0x1bf3bb(0x231)]:_0x546ea3=_0x27c634[_0x1bf3bb(0x33a)];const _0x34c20a={};_0x34c20a[_0x1bf3bb(0x261)]=0x2,_0x34c20a[_0x1bf3bb(0x377)]=0x3,logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState='+_0x3a4d90+',\x20testData='+util[_0x1bf3bb(0x29b)](_0x546ea3,_0x34c20a)),_0x1f0ee7=this[_0x1bf3bb(0x28e)](_0x546ea3),_0x229754=null,logger['debug'](_0x1bf3bb(0x34a)+_0x1f0ee7+'\x20(testIdentifier)');if(_0x388499[_0x1bf3bb(0x315)](_0x3a4d90,HookState[_0x1bf3bb(0x2c5)])){logger[_0x1bf3bb(0x252)](_0x1bf3bb(0x358)+_0x1f0ee7);const _0x248f30={};_0x248f30[_0x1bf3bb(0x212)]=_0x229754,_0x248f30[_0x1bf3bb(0x2a1)]=_0x546ea3,_0x248f30[_0x1bf3bb(0x32d)]=_0x1f0ee7;const _0x771bb9=this['parseJestTest'](_0x248f30),_0x59f3ea={};_0x59f3ea['depth']=0x2,_0x59f3ea[_0x1bf3bb(0x377)]=0x3,logger[_0x1bf3bb(0x252)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20'+util[_0x1bf3bb(0x29b)](_0x771bb9,_0x59f3ea)),_0x34189e[_0x1bf3bb(0x32c)](_0x771bb9),logger[_0x1bf3bb(0x252)](_0x1bf3bb(0x2f7)+_0x1f0ee7),await this['processPendingHooks'](_0x34189e,_0x1f0ee7);}else{if(_0x388499[_0x1bf3bb(0x34f)](_0x3a4d90,HookState[_0x1bf3bb(0x217)])){logger['debug'](_0x1bf3bb(0x30d)+_0x1f0ee7);const _0x1d0761=_0x34189e[_0x1bf3bb(0x2bc)]()[_0x1bf3bb(0x1fe)](_0x1f0ee7);logger[_0x1bf3bb(0x252)](_0x1bf3bb(0x237)+util[_0x1bf3bb(0x29b)](Object[_0x1bf3bb(0x24c)](_0x388499[_0x1bf3bb(0x388)](_0x1d0761,{}))));_0x1d0761&&_0x1d0761[TestFrameworkConstants[_0x1bf3bb(0x265)]]?logger[_0x1bf3bb(0x252)](_0x1bf3bb(0x1f8)+Object[_0x1bf3bb(0x24c)](_0x1d0761[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']])['length']+_0x1bf3bb(0x38c)):logger[_0x1bf3bb(0x252)](_0x388499[_0x1bf3bb(0x246)]);const _0x14918f=_0x27c634[_0x1bf3bb(0x24a)]||null,_0x1687d0={};_0x1687d0['testUUID']=_0x229754,_0x1687d0[_0x1bf3bb(0x2a1)]=_0x546ea3,_0x1687d0[_0x1bf3bb(0x32d)]=_0x1f0ee7,_0x1687d0[_0x1bf3bb(0x24a)]=_0x14918f;const _0x5019e7=this[_0x1bf3bb(0x2eb)](_0x1687d0),_0x4be341={};_0x4be341[_0x1bf3bb(0x261)]=0x2,_0x4be341[_0x1bf3bb(0x377)]=0x3,logger[_0x1bf3bb(0x252)](_0x1bf3bb(0x2d9)+util[_0x1bf3bb(0x29b)](_0x5019e7,_0x4be341)),_0x34189e['addMultipleEntries'](_0x5019e7),logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20'+_0x1f0ee7),await this['processPendingHooks'](_0x34189e,_0x1f0ee7);}}break;case TestFrameworkState['LOG_REPORT']:if(_0x388499[_0x1bf3bb(0x315)](_0x3a4d90,HookState[_0x1bf3bb(0x217)])){const _0x5f3f48={};_0x5f3f48[_0x1bf3bb(0x261)]=0x2,logger[_0x1bf3bb(0x252)](_0x1bf3bb(0x308)+util[_0x1bf3bb(0x29b)](_0x27c634,_0x5f3f48)),await this[_0x1bf3bb(0x268)](_0x34189e,_0x40078a,_0x27c634);}break;default:if(CLIUtils[_0x1bf3bb(0x2cd)](_0x40078a[_0x1bf3bb(0x344)]()[_0x1bf3bb(0x31b)]('.')[0x1])){const _0x31ca63={};_0x31ca63[_0x1bf3bb(0x261)]=0x2,_0x31ca63[_0x1bf3bb(0x377)]=0x3,logger[_0x1bf3bb(0x252)](_0x1bf3bb(0x24b)+_0x40078a+',\x20hookState='+_0x3a4d90+_0x1bf3bb(0x206)+util[_0x1bf3bb(0x29b)](_0x27c634[_0x1bf3bb(0x23c)],_0x31ca63));const _0x395064=await this[_0x1bf3bb(0x21d)](_0x34189e,_0x40078a,_0x3a4d90,_0x27c634),_0x23fc2d={};_0x23fc2d[_0x1bf3bb(0x261)]=0x2,_0x23fc2d[_0x1bf3bb(0x377)]=0x3,logger[_0x1bf3bb(0x252)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20'+util[_0x1bf3bb(0x29b)](_0x395064,_0x23fc2d)),_0x34189e['addMultipleEntries'](_0x395064);}else logger[_0x1bf3bb(0x252)]('[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState='+_0x40078a+_0x1bf3bb(0x25e)+_0x3a4d90);break;}logger[_0x1bf3bb(0x252)](_0x1bf3bb(0x379)+_0x40078a+_0x1bf3bb(0x21e)+_0x3a4d90);}catch(_0x40ecc1){logger[_0x1bf3bb(0x28c)](_0x1bf3bb(0x2ec)+_0x40078a+_0x1bf3bb(0x21e)+_0x3a4d90+_0x1bf3bb(0x258)+util[_0x1bf3bb(0x21b)](_0x40ecc1));}_0x27c634[_0x1bf3bb(0x253)]=_0x34189e,await this[_0x1bf3bb(0x28a)](_0x34189e,_0x40078a,_0x3a4d90,_0x27c634);}[a92_0x432af7(0x28e)](_0x199dc4){const _0x3769cf=a92_0x432af7,_0x8d60df={};_0x8d60df['mbhjn']=_0x3769cf(0x211);const _0x5135f6=_0x8d60df;if(_0x199dc4&&(_0x199dc4['id']||_0x199dc4[_0x3769cf(0x239)])){const _0x146f78=_0x199dc4['id']||_0x199dc4[_0x3769cf(0x239)];return logger['debug'](_0x3769cf(0x218)+_0x146f78+_0x3769cf(0x255)),_0x146f78;}return logger['debug'](_0x5135f6[_0x3769cf(0x316)]),process['pid']+':testAnalyticsId';}['resolveInstance'](_0x1341bb,_0x53544b,_0x4f469c={}){const _0x29a9a0=a92_0x432af7;let _0x5259c8=null;return _0x5259c8=TestFramework[_0x29a9a0(0x1f1)](),!_0x5259c8?(logger['debug']('[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state='+_0x1341bb),this[_0x29a9a0(0x387)](_0x1341bb,_0x4f469c),_0x5259c8=TestFramework['getTrackedInstance'](),logger[_0x29a9a0(0x252)](_0x29a9a0(0x300)+!!_0x5259c8+',\x20contextId='+_0x5259c8?.['getContext']()?.[_0x29a9a0(0x29a)]())):logger[_0x29a9a0(0x252)]('[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId='+_0x5259c8[_0x29a9a0(0x2e4)]()?.[_0x29a9a0(0x29a)]()),_0x5259c8;}['trackJestInstance'](_0x533c4c,_0x3cbd4e){const _0x70b31c=a92_0x432af7,_0x97c4d1={};_0x97c4d1[_0x70b31c(0x2e8)]=_0x70b31c(0x381);const _0x408a81=_0x97c4d1;if(TestFramework[_0x70b31c(0x1f1)]()){logger['debug'](_0x408a81[_0x70b31c(0x2e8)]);return;}const _0x56bed1=CLIUtils['getCurrentInstanceName'](),_0x34deb4=TrackedInstance[_0x70b31c(0x1fa)](_0x56bed1);let _0x24db55=null;logger[_0x70b31c(0x252)](_0x70b31c(0x228)+_0x56bed1+_0x70b31c(0x2ce)+_0x533c4c),_0x24db55=new TestFrameworkInstance(_0x34deb4,this[_0x70b31c(0x2db)](),this['getTestFrameworksVersions'](),_0x533c4c,HookState[_0x70b31c(0x35b)]),TestFramework[_0x70b31c(0x2a7)](_0x34deb4,_0x24db55),logger['debug'](_0x70b31c(0x33f)+_0x34deb4[_0x70b31c(0x29a)]()+',\x20target='+_0x56bed1+_0x70b31c(0x33d)+this[_0x70b31c(0x2db)]()[0x0]+_0x70b31c(0x2fd)+this[_0x70b31c(0x227)]()[this[_0x70b31c(0x2db)]()[0x0]]);}[a92_0x432af7(0x293)](_0x2dc65d){const _0x18eb56=a92_0x432af7,_0x15ca04={};_0x15ca04[_0x18eb56(0x323)]=function(_0x357bd6,_0x473a4f){return _0x357bd6||_0x473a4f;},_0x15ca04[_0x18eb56(0x2af)]=_0x18eb56(0x2a9);const _0x1253c7=_0x15ca04,{testUUID:_0x26d5fc,testData:_0x303f12,testId:_0xa5f70b}=_0x2dc65d;if(_0x1253c7[_0x18eb56(0x323)](!_0x303f12,!_0xa5f70b))return logger['debug'](_0x1253c7[_0x18eb56(0x2af)]),{};const _0x379fa8=this[_0x18eb56(0x2db)]()[0x0],_0x3df2ca=this[_0x18eb56(0x227)](),_0x4b0288={};_0x4b0288[_0x18eb56(0x261)]=0x2,_0x4b0288[_0x18eb56(0x377)]=0x3,logger[_0x18eb56(0x252)](_0x18eb56(0x2ac)+util[_0x18eb56(0x29b)](_0x303f12,_0x4b0288));const _0x482fc0=_0x303f12?.[_0x18eb56(0x309)]||[],_0x2f0d5b=this[_0x18eb56(0x225)](_0x303f12),_0x2a7908=this['getJestTestFilePath'](_0x303f12),_0x4577c3=_0x303f12['fn']?_0x303f12['fn'][_0x18eb56(0x344)]():_0x303f12?.[_0x18eb56(0x24e)]?_0x303f12[_0x18eb56(0x24e)][_0x18eb56(0x306)][_0x18eb56(0x344)]():null,_0x3ee356=this[_0x18eb56(0x260)](_0x303f12),_0x8f7013={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x379fa8,[TestFrameworkConstants[_0x18eb56(0x2b1)]]:_0x3df2ca[_0x379fa8],[TestFrameworkConstants[_0x18eb56(0x1f3)]]:[],[TestFrameworkConstants[_0x18eb56(0x23b)]]:{},[TestFrameworkConstants[_0x18eb56(0x286)]]:{},[TestFrameworkConstants[_0x18eb56(0x361)]]:TestFrameworkConstants[_0x18eb56(0x2ed)],[TestFrameworkConstants[_0x18eb56(0x21c)]]:_0x2f0d5b,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x2a7908,[TestFrameworkConstants['KEY_TEST_ID']]:_0xa5f70b,[TestFrameworkConstants[_0x18eb56(0x2e1)]]:_0x2f0d5b,[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x2a7908,[TestFrameworkConstants[_0x18eb56(0x357)]]:_0x4577c3,[TestFrameworkConstants[_0x18eb56(0x29e)]]:_0x3ee356,[TestFrameworkConstants[_0x18eb56(0x326)]]:_0x303f12[_0x18eb56(0x27a)]||new Date()[_0x18eb56(0x26b)](),[TestFrameworkConstants[_0x18eb56(0x319)]]:_0x482fc0[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x482fc0,[TestFrameworkConstants[_0x18eb56(0x336)]]:_0x2f0d5b,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x18eb56(0x1f2)]]:{}};_0x303f12['retryOf']&&(_0x8f7013[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x303f12[_0x18eb56(0x219)]);logger[_0x18eb56(0x252)](_0x18eb56(0x22b)+_0x2f0d5b+',\x20testId='+_0xa5f70b+_0x18eb56(0x284)+JSON[_0x18eb56(0x299)](_0x3ee356)+',\x20scopes='+util[_0x18eb56(0x29b)](_0x482fc0)+_0x18eb56(0x20a)+_0x2a7908);const _0x1a7514={};return _0x1a7514[_0xa5f70b]=_0x8f7013,_0x1a7514;}['parseJestTestResult'](_0x3ec4b1){const _0x91c2a7=a92_0x432af7,_0x234259={'RCmps':function(_0x18ca5d,_0x423a93){return _0x18ca5d===_0x423a93;},'BHIiG':_0x91c2a7(0x2b5),'dsGiT':function(_0x411247,_0x21b887){return _0x411247===_0x21b887;},'FQVhh':_0x91c2a7(0x2c8),'HUekg':_0x91c2a7(0x2de),'rVRpV':_0x91c2a7(0x34d),'YiDQO':function(_0xc3b984,_0x3aaed3){return _0xc3b984||_0x3aaed3;},'EOSbQ':'No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','CfIbo':_0x91c2a7(0x29d),'Btztv':function(_0x79aa71,_0x541db1){return _0x79aa71>_0x541db1;},'RMjYV':_0x91c2a7(0x256),'kOyqI':function(_0x4970ba,_0x1ed503){return _0x4970ba===_0x1ed503;},'JAImp':_0x91c2a7(0x2d3),'nmGjI':_0x91c2a7(0x2b9),'HWBQK':_0x91c2a7(0x29f),'IKSWU':function(_0x2fbbb1,_0xa583dd){return _0x2fbbb1!==_0xa583dd;},'JtqtE':function(_0x1f3ebe,_0x54b394,_0x1fba1b,_0x6eb8b){return _0x1f3ebe(_0x54b394,_0x1fba1b,_0x6eb8b);},'HxaJp':function(_0x45a6e4,_0x193291){return _0x45a6e4>_0x193291;},'mZmxl':_0x91c2a7(0x353)},{testUUID:_0x45679a,testData:_0x5a1e55,testId:_0x5abea}=_0x3ec4b1;if(_0x234259[_0x91c2a7(0x31a)](!_0x5a1e55,!_0x5abea))return logger[_0x91c2a7(0x252)](_0x234259[_0x91c2a7(0x2f9)]),{};const _0x495364=this[_0x91c2a7(0x2ca)](TestFrameworkState[_0x91c2a7(0x231)],HookState[_0x91c2a7(0x217)]),_0xc70e60=_0x495364['getAllData']()[_0x91c2a7(0x1fe)](_0x5abea),_0x51f078=_0x234259[_0x91c2a7(0x31a)](_0xc70e60,{}),_0x3708ab=_0x51f078?_0x51f078[TestFrameworkConstants[_0x91c2a7(0x33b)]]||{}:{},_0x3edf1b=_0x51f078[TestFrameworkConstants[_0x91c2a7(0x265)]];logger['debug'](_0x91c2a7(0x335)+(_0x3edf1b?Object['keys'](_0x3edf1b)[_0x91c2a7(0x240)]:0x0)+'\x20attachments');let _0x2b03c9=_0x234259[_0x91c2a7(0x341)];if(_0x5a1e55[_0x91c2a7(0x201)])_0x2b03c9=_0x5a1e55[_0x91c2a7(0x201)];else{if(_0x5a1e55[_0x91c2a7(0x2ba)]&&_0x234259[_0x91c2a7(0x2c4)](_0x5a1e55[_0x91c2a7(0x2ba)][_0x91c2a7(0x240)],0x0))_0x2b03c9=_0x234259[_0x91c2a7(0x2b6)];else _0x234259[_0x91c2a7(0x310)](_0x5a1e55[_0x91c2a7(0x242)],_0x234259['JAImp'])||_0x234259[_0x91c2a7(0x310)](_0x5a1e55[_0x91c2a7(0x242)],_0x234259[_0x91c2a7(0x383)])?_0x2b03c9=_0x234259[_0x91c2a7(0x383)]:_0x2b03c9=_0x234259[_0x91c2a7(0x271)];}const _0x37efa4={..._0x51f078,[TestFrameworkConstants[_0x91c2a7(0x361)]]:_0x2b03c9,[TestFrameworkConstants[_0x91c2a7(0x33c)]]:_0x5a1e55[_0x91c2a7(0x304)]||new Date()[_0x91c2a7(0x26b)](),[TestFrameworkConstants[_0x91c2a7(0x2a3)]]:new Date()[_0x91c2a7(0x26b)](),[TestFrameworkConstants[_0x91c2a7(0x33b)]]:_0x3708ab,[TestFrameworkConstants[_0x91c2a7(0x243)]]:_0x51f078[TestFrameworkConstants[_0x91c2a7(0x243)]]||[],[TestFrameworkConstants['KEY_TEST_META']]:{}};if(_0x234259['kOyqI'](_0x2b03c9,_0x234259['RMjYV'])&&_0x5a1e55['errorsDetailed']){const _0xfe24a6=this[_0x91c2a7(0x264)](_0x5a1e55),_0x3e681d=this[_0x91c2a7(0x2a5)](_0x5a1e55),_0x477369=this[_0x91c2a7(0x37d)](_0x5a1e55);_0x37efa4[TestFrameworkConstants[_0x91c2a7(0x373)]]=_0x3e681d,_0x37efa4[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0xfe24a6,_0x37efa4[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x477369;}_0x234259[_0x91c2a7(0x37c)](_0x5a1e55[_0x91c2a7(0x290)],undefined)&&(_0x37efa4[TestFrameworkConstants[_0x91c2a7(0x2a0)]]=_0x5a1e55['duration']);_0x5a1e55['retryOf']&&(_0x37efa4[TestFrameworkConstants[_0x91c2a7(0x2dd)]]=_0x5a1e55[_0x91c2a7(0x219)]);const _0x55b256=_0xc70e60?_0xc70e60[TestFrameworkConstants[_0x91c2a7(0x265)]]||{}:{},_0x512259=_0xc70e60?_0xc70e60[TestFrameworkConstants['KEY_TEST_UUID']]:_0x45679a,_0x1f2710=_0x234259[_0x91c2a7(0x209)](getManualUploadLogs,_0x55b256,_0x512259,_0x5abea);if(_0x234259[_0x91c2a7(0x363)](_0x1f2710['length'],0x0)){const _0x257ae9=_0x37efa4[TestFrameworkConstants[_0x91c2a7(0x243)]]||[];_0x37efa4[TestFrameworkConstants[_0x91c2a7(0x243)]]=[..._0x257ae9,..._0x1f2710];}const _0x5932d5=_0x51f078[TestFrameworkConstants['KEY_HOOKS_FINISHED']]||{},_0x295422=_0x51f078[TestFrameworkConstants['KEY_HOOKS_STARTED']]||{},_0x3b04a3={..._0x5932d5},_0x5a09a4=_0x3b04a3;Object[_0x91c2a7(0x24c)](_0x295422)[_0x91c2a7(0x33e)](_0x48120d=>{const _0x2dcfed=_0x91c2a7;!_0x5a09a4[_0x48120d]&&(_0x5a09a4[_0x48120d]=[]);const _0x4b0338=new Set((_0x5a09a4[_0x48120d]||[])[_0x2dcfed(0x36d)](_0x4ebd12=>_0x4ebd12[TestFrameworkConstants[_0x2dcfed(0x203)]]||_0x4ebd12['hook_id']));(_0x295422[_0x48120d]||[])[_0x2dcfed(0x33e)](_0xb8f45b=>{const _0x199229=_0x2dcfed,_0x1c2a37=_0xb8f45b[TestFrameworkConstants[_0x199229(0x203)]]||_0xb8f45b[_0x199229(0x288)];if(!_0x4b0338[_0x199229(0x2ef)](_0x1c2a37)){const _0x3316f5={..._0xb8f45b},_0x4dd178=_0x3316f5;!_0x4dd178[TestFrameworkConstants[_0x199229(0x32f)]]&&!_0x4dd178[_0x199229(0x26d)]&&(_0x4dd178[TestFrameworkConstants[_0x199229(0x32f)]]=new Date()[_0x199229(0x26b)]()),!_0x4dd178[TestFrameworkConstants['KEY_HOOK_RESULT']]&&!_0x4dd178[_0x199229(0x2da)]&&(_0x4dd178[TestFrameworkConstants[_0x199229(0x1f7)]]=TestFrameworkConstants[_0x199229(0x314)]),_0x5a09a4[_0x48120d][_0x199229(0x2e2)](_0x4dd178);}});});if(_0x3ec4b1[_0x91c2a7(0x24a)]){this[_0x91c2a7(0x2d0)](_0x3ec4b1['originalTest']);const _0x2d5207=this['buildHookMapFromTest'](_0x3ec4b1['originalTest']),_0x24bc85=this[_0x91c2a7(0x21a)](_0x3ec4b1[_0x91c2a7(0x24a)]);_0x24bc85['forEach'](_0xfd6b5d=>{const _0x50a1ce=_0x91c2a7,_0x2b6551=_0x2d5207['get'](_0xfd6b5d);if(_0x2b6551&&(_0x234259['RCmps'](_0x2b6551[_0x50a1ce(0x2bf)],_0x234259[_0x50a1ce(0x262)])||_0x234259['dsGiT'](_0x2b6551[_0x50a1ce(0x2bf)],_0x234259[_0x50a1ce(0x2c1)]))){const _0x107790=_0x2b6551[_0x50a1ce(0x2bf)][_0x50a1ce(0x2b2)]()[_0x50a1ce(0x254)](_0x234259[_0x50a1ce(0x224)],_0x234259[_0x50a1ce(0x2b4)]),_0x2ebf1c=_0x107790;!_0x5a09a4[_0x2ebf1c]&&(_0x5a09a4[_0x2ebf1c]=[]);const _0x8da8e3=_0x5a09a4[_0x2ebf1c]['find'](_0x351405=>(_0x351405[TestFrameworkConstants[_0x50a1ce(0x203)]]||_0x351405[_0x50a1ce(0x288)])===_0xfd6b5d);!_0x8da8e3&&_0x5a09a4[_0x2ebf1c][_0x50a1ce(0x2e2)]({'key':_0x2ebf1c,[TestFrameworkConstants[_0x50a1ce(0x203)]]:_0xfd6b5d,[TestFrameworkConstants[_0x50a1ce(0x1f7)]]:TestFrameworkConstants[_0x50a1ce(0x314)],[TestFrameworkConstants[_0x50a1ce(0x2e9)]]:new Date()[_0x50a1ce(0x26b)](),[TestFrameworkConstants[_0x50a1ce(0x32f)]]:new Date()[_0x50a1ce(0x26b)](),[TestFrameworkConstants[_0x50a1ce(0x25d)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x2b6551[_0x50a1ce(0x1fb)]||_0x2b6551[_0x50a1ce(0x2bf)]+_0x50a1ce(0x20c),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x3708ab});}});}if(_0x5a1e55[_0x91c2a7(0x322)]&&_0x234259[_0x91c2a7(0x2c4)](_0x5a1e55[_0x91c2a7(0x322)]['length'],0x0))_0x37efa4[TestFrameworkConstants[_0x91c2a7(0x23b)]]=_0x5a1e55['hooks'],logger[_0x91c2a7(0x252)](_0x234259['mZmxl']);else _0x234259['Btztv'](Object[_0x91c2a7(0x24c)](_0x5a09a4)[_0x91c2a7(0x240)],0x0)&&(_0x37efa4[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x5a09a4,logger['debug'](_0x91c2a7(0x1f9)+Object[_0x91c2a7(0x24c)](_0x5a09a4)['join'](',')));const _0x3224a2=this[_0x91c2a7(0x225)](_0x5a1e55);logger[_0x91c2a7(0x252)](_0x91c2a7(0x345)+_0x3224a2+_0x91c2a7(0x28d)+_0x5abea+_0x91c2a7(0x327)+_0x2b03c9+',\x20duration='+_0x5a1e55[_0x91c2a7(0x290)]);_0x234259[_0x91c2a7(0x25a)](_0x2b03c9,_0x234259[_0x91c2a7(0x2b6)])&&logger['debug']('[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId='+_0x5abea+_0x91c2a7(0x2aa)+_0x37efa4[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]+',\x20failureReason='+_0x37efa4[TestFrameworkConstants[_0x91c2a7(0x35e)]]?.[_0x91c2a7(0x282)](0x0,0xc8));const _0x881387={};return _0x881387[_0x5abea]=_0x37efa4,_0x881387;}[a92_0x432af7(0x1ef)](_0x383ece){const _0x26d399=a92_0x432af7,_0x114697={};_0x114697[_0x26d399(0x2e7)]=function(_0x3a6acf,_0x2c5952){return _0x3a6acf!==_0x2c5952;},_0x114697['hIxDQ']=function(_0x4a12f2,_0x52d711){return _0x4a12f2!==_0x52d711;},_0x114697[_0x26d399(0x2f6)]=_0x26d399(0x32e);const _0x340df9=_0x114697,_0x41e67a={};_0x41e67a['depth']=0x2,_0x41e67a[_0x26d399(0x377)]=0x3,logger[_0x26d399(0x252)]('[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20'+util[_0x26d399(0x29b)](_0x383ece,_0x41e67a));const _0x4ae5f1=[];if(_0x383ece&&_0x383ece[_0x26d399(0x28f)]){let _0x1d8220=_0x383ece[_0x26d399(0x28f)];while(_0x1d8220&&_0x1d8220[_0x26d399(0x1fb)]&&_0x340df9[_0x26d399(0x2e7)](_0x1d8220[_0x26d399(0x1fb)],'')&&_0x340df9[_0x26d399(0x332)](_0x1d8220[_0x26d399(0x1fb)],_0x340df9[_0x26d399(0x2f6)])){_0x4ae5f1[_0x26d399(0x2e2)](_0x1d8220[_0x26d399(0x1fb)]),_0x1d8220=_0x1d8220[_0x26d399(0x28f)];}}return _0x4ae5f1[_0x26d399(0x2fc)]();}[a92_0x432af7(0x225)](_0x9634e6){const _0x45f13e=a92_0x432af7,_0x31a63e={};_0x31a63e['psBKI']=_0x45f13e(0x207);const _0x1e153d=_0x31a63e;if(_0x9634e6[_0x45f13e(0x1fb)])return _0x9634e6[_0x45f13e(0x1fb)];if(_0x9634e6[_0x45f13e(0x2c9)])return _0x9634e6[_0x45f13e(0x2c9)];return _0x1e153d[_0x45f13e(0x2bd)];}['getJestTestTags'](_0x4e0108){const _0x561827=a92_0x432af7,_0x5a488e=[];if(_0x4e0108['tags']&&Array[_0x561827(0x295)](_0x4e0108[_0x561827(0x23d)]))return _0x4e0108[_0x561827(0x23d)][_0x561827(0x36d)](_0x404a6c=>_0x404a6c['startsWith']('@')?_0x404a6c[_0x561827(0x2f5)](0x1):_0x404a6c);const _0x5e4f4c=this[_0x561827(0x225)](_0x4e0108),_0xf80794=_0x5e4f4c['match'](/@(\w+)/g);if(_0xf80794)return _0xf80794['map'](_0x307784=>_0x307784[_0x561827(0x337)](0x1));return _0x4e0108['scopes']&&Array[_0x561827(0x295)](_0x4e0108[_0x561827(0x309)])&&_0x4e0108[_0x561827(0x309)][_0x561827(0x33e)](_0x2e1861=>{const _0x35b78d=_0x561827,_0x2f30ff=_0x2e1861[_0x35b78d(0x1f6)](/@(\w+)/g);_0x2f30ff&&_0x2f30ff[_0x35b78d(0x33e)](_0x14d7a0=>{const _0x25af31=_0x35b78d,_0x2fd641=_0x14d7a0[_0x25af31(0x337)](0x1);!_0x5a488e[_0x25af31(0x1fc)](_0x2fd641)&&_0x5a488e[_0x25af31(0x2e2)](_0x2fd641);});}),_0x5a488e;}['getJestTestFilePath'](_0x36c4fb){const _0x4523ba=a92_0x432af7,_0x5afaf6={'FWjKQ':function(_0x2bd9bf,_0x5b93bf){return _0x2bd9bf(_0x5b93bf);}};if(_0x36c4fb[_0x4523ba(0x25c)])return _0x36c4fb['file_name'];if(_0x36c4fb[_0x4523ba(0x287)])try{const _0x41d05d=stackTrace['parse'](_0x36c4fb[_0x4523ba(0x287)]),_0xeac1d0=_0x5afaf6['FWjKQ'](pickUserFrameFile,_0x41d05d);if(_0xeac1d0)return _0xeac1d0;logger['debug'](_0x4523ba(0x244)+_0x41d05d[_0x4523ba(0x240)]+')');}catch(_0x4a3da7){logger[_0x4523ba(0x252)]('Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20'+util['format'](_0x4a3da7));}return null;}['getJestFailureReason'](_0x3b9bcb){const _0xd55c15=a92_0x432af7,_0x55c631={};_0x55c631[_0xd55c15(0x32a)]=function(_0x3e0b78,_0x3e6a77){return _0x3e0b78>_0x3e6a77;},_0x55c631[_0xd55c15(0x21f)]=_0xd55c15(0x342);const _0x3c1be0=_0x55c631;if(_0x3b9bcb[_0xd55c15(0x2ba)]&&_0x3c1be0[_0xd55c15(0x32a)](_0x3b9bcb['errorsDetailed'][_0xd55c15(0x240)],0x0))return util[_0xd55c15(0x29b)](_0x3b9bcb[_0xd55c15(0x2ba)][0x0]);if(_0x3b9bcb[_0xd55c15(0x374)])return _0x3b9bcb['failure_reason'];return _0x3c1be0[_0xd55c15(0x21f)];}[a92_0x432af7(0x2a5)](_0x3cc24d){const _0x5aa158=a92_0x432af7,_0x2c45f1={};_0x2c45f1[_0x5aa158(0x2b3)]='Assert',_0x2c45f1[_0x5aa158(0x302)]=_0x5aa158(0x343),_0x2c45f1[_0x5aa158(0x297)]=_0x5aa158(0x233);const _0x18f1bc=_0x2c45f1,_0x4968fa=this[_0x5aa158(0x264)](_0x3cc24d);if(_0x4968fa&&_0x4968fa[_0x5aa158(0x1fc)](_0x18f1bc[_0x5aa158(0x2b3)]))return _0x18f1bc['FxHAE'];return _0x18f1bc['LMJDO'];}[a92_0x432af7(0x37d)](_0x4caa49){const _0x1fbf23=a92_0x432af7,_0xba8261={'TPOVJ':function(_0x319245,_0x27c058){return _0x319245(_0x27c058);},'mecgZ':_0x1fbf23(0x37b),'LMJJp':function(_0x43350d,_0x55a31d){return _0x43350d!==_0x55a31d;},'jrfZO':_0x1fbf23(0x33a)},{failureData:_0x214fcb}=_0xba8261[_0x1fbf23(0x2c6)](require,_0xba8261[_0x1fbf23(0x2ff)]),_0x3767f0=[];return _0xba8261[_0x1fbf23(0x2d5)](_0x4caa49[_0x1fbf23(0x2ba)],undefined)&&_0x3767f0[_0x1fbf23(0x2e2)](_0x4caa49[_0x1fbf23(0x2ba)],_0xba8261['jrfZO']),_0x214fcb[_0x1fbf23(0x36e)](null,_0x3767f0);}async[a92_0x432af7(0x21d)](_0x56fa7f,_0x45b734,_0x3417f5,_0x45e4e0){const _0x337464=a92_0x432af7,_0xb61e4f={'vYVrr':_0x337464(0x263),'TdYDv':function(_0x53e187){return _0x53e187();},'sbAUF':function(_0x41f0c9,_0x3a60fb){return _0x41f0c9 in _0x3a60fb;},'oQfuZ':function(_0x370c7c,_0x39afad){return _0x370c7c===_0x39afad;},'VGlrU':function(_0x25e24a,_0x1c0d37){return _0x25e24a===_0x1c0d37;},'mxGYI':function(_0x52d390,_0x563b45){return _0x52d390>_0x563b45;},'Kxryu':_0x337464(0x256),'IWPhE':'passed','BVoQD':function(_0x5a5dc2,_0x2ed4c8){return _0x5a5dc2===_0x2ed4c8;},'nYcIC':_0x337464(0x30c),'Isaeo':function(_0x4297a0,_0x96787d){return _0x4297a0>_0x96787d;},'qDNbw':function(_0x57b8b0,_0x1d4534){return _0x57b8b0!==_0x1d4534;}},{hookData:_0x245db1}=_0x45e4e0,_0x2d272e=_0x3417f5['toString'](),_0x1b3cf8=_0x45b734['toString'](),_0x1d9554={};_0x1d9554['depth']=0x2,_0x1d9554[_0x337464(0x377)]=0x3,logger[_0x337464(0x252)](_0x337464(0x328)+_0x1b3cf8+_0x337464(0x21e)+_0x2d272e+_0x337464(0x206)+util[_0x337464(0x29b)](_0x245db1,_0x1d9554));if(!_0x245db1)return logger['debug'](_0xb61e4f[_0x337464(0x205)]),{};const _0x30a018=_0x245db1[_0x337464(0x239)]||_0x245db1[_0x337464(0x2e6)]||_0xb61e4f[_0x337464(0x238)](uuidv4),_0x5f2c0e=_0x245db1[_0x337464(0x26e)]||this[_0x337464(0x28e)](_0x245db1),_0x37ef99=_0x45b734[_0x337464(0x344)]()[_0x337464(0x31b)]('.')[0x1],_0x57f5a=_0x56fa7f[_0x337464(0x2bc)]()[_0x337464(0x1fe)](_0x5f2c0e),_0x2c9e19=_0x57f5a?_0x57f5a[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{};logger['debug'](_0x337464(0x2c3)+_0x30a018+_0x337464(0x28d)+_0x5f2c0e+_0x337464(0x360)+_0x37ef99+',\x20hookState='+_0x2d272e);if(!_0x57f5a)return logger[_0x337464(0x252)](_0x337464(0x274)+_0x5f2c0e+_0x337464(0x37e)),this[_0x337464(0x2a8)](_0x56fa7f,_0x5f2c0e,_0x45b734,_0x3417f5,_0x45e4e0),{};let _0x3d1b64=_0x57f5a[TestFrameworkConstants[_0x337464(0x286)]];!_0x3d1b64&&(_0x3d1b64={});!_0xb61e4f[_0x337464(0x36b)](_0x37ef99,_0x3d1b64)&&(_0x3d1b64[_0x37ef99]=[]);let _0x50232e=_0x57f5a[TestFrameworkConstants[_0x337464(0x23b)]];!_0x50232e&&(_0x50232e={});!_0xb61e4f[_0x337464(0x36b)](_0x37ef99,_0x50232e)&&(_0x50232e[_0x37ef99]=[]);const _0xdf7170={[_0x5f2c0e]:{[TestFrameworkConstants[_0x337464(0x286)]]:_0x3d1b64,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x50232e,[TestFrameworkConstants[_0x337464(0x2df)]]:this[_0x337464(0x2db)]()[0x0]||'',[TestFrameworkConstants[_0x337464(0x2b1)]]:this[_0x337464(0x227)]()[this['getTestFrameworks']()[0x0]]||''}};if(_0xb61e4f[_0x337464(0x2f4)](_0x3417f5,HookState['PRE'])){const _0x197eb3={'key':_0x37ef99,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x30a018,[TestFrameworkConstants[_0x337464(0x1f7)]]:TestFrameworkConstants[_0x337464(0x314)],[TestFrameworkConstants[_0x337464(0x2e9)]]:_0x245db1[_0x337464(0x27a)]||new Date()[_0x337464(0x26b)](),[TestFrameworkConstants[_0x337464(0x25d)]]:[],[TestFrameworkConstants[_0x337464(0x352)]]:_0x245db1[_0x337464(0x1fb)]||_0x245db1[_0x337464(0x223)]||_0x37ef99,[TestFrameworkConstants[_0x337464(0x33b)]]:_0x2c9e19};_0x3d1b64[_0x37ef99]['push'](_0x197eb3),_0xdf7170[_0x5f2c0e][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0x37ef99;const _0x49a3be={};_0x49a3be[_0x337464(0x261)]=0x2,logger[_0x337464(0x252)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x37ef99+_0x337464(0x292)+_0x30a018+',\x20testId='+_0x5f2c0e+_0x337464(0x235)+util[_0x337464(0x29b)](_0x197eb3,_0x49a3be));}else{if(_0xb61e4f[_0x337464(0x307)](_0x3417f5,HookState[_0x337464(0x217)])){const _0x441b1b=_0x245db1[_0x337464(0x201)]||(_0x245db1['errorsDetailed']&&_0xb61e4f[_0x337464(0x371)](_0x245db1[_0x337464(0x2ba)][_0x337464(0x240)],0x0)?_0xb61e4f[_0x337464(0x210)]:_0xb61e4f[_0x337464(0x30f)]),_0x36172e=_0x3d1b64[_0x37ef99]||[];logger[_0x337464(0x252)](_0x337464(0x31c)+_0x37ef99+',\x20testId='+_0x5f2c0e+_0x337464(0x222)+_0x441b1b+_0x337464(0x249)+_0x36172e[_0x337464(0x240)]);if(_0xb61e4f[_0x337464(0x2f4)](_0x36172e[_0x337464(0x240)],0x0)&&_0xb61e4f[_0x337464(0x2a2)](_0x45b734,TestFrameworkState[_0x337464(0x36f)]))return logger[_0x337464(0x252)](_0xb61e4f[_0x337464(0x37a)]),this[_0x337464(0x2a8)](_0x56fa7f,_0x5f2c0e,_0x45b734,_0x3417f5,_0x45e4e0),{};if(_0xb61e4f[_0x337464(0x259)](_0x36172e[_0x337464(0x240)],0x0)){const _0x2df358=_0x36172e[_0x337464(0x20e)]();_0xb61e4f[_0x337464(0x2a2)](_0x441b1b,_0xb61e4f[_0x337464(0x210)])&&_0x245db1['errorsDetailed']?(_0x2df358[TestFrameworkConstants[_0x337464(0x2f0)]]=this[_0x337464(0x2a5)](_0x245db1),_0x2df358[TestFrameworkConstants[_0x337464(0x281)]]=this['getJestFailureReason'](_0x245db1),_0x2df358[TestFrameworkConstants[_0x337464(0x370)]]=this[_0x337464(0x37d)](_0x245db1),logger[_0x337464(0x252)](_0x337464(0x30a)+_0x37ef99+_0x337464(0x2aa)+_0x2df358[TestFrameworkConstants[_0x337464(0x2f0)]]+_0x337464(0x20d)+_0x2df358[TestFrameworkConstants[_0x337464(0x281)]]?.[_0x337464(0x282)](0x0,0xc8))):_0x2df358[TestFrameworkConstants[_0x337464(0x1f7)]]=_0xb61e4f['IWPhE'];_0xb61e4f[_0x337464(0x25f)](_0x441b1b,TestFrameworkConstants[_0x337464(0x314)])&&(_0x2df358[TestFrameworkConstants[_0x337464(0x1f7)]]=_0x441b1b);_0x2df358[TestFrameworkConstants[_0x337464(0x32f)]]=_0x245db1[_0x337464(0x304)]||new Date()[_0x337464(0x26b)](),_0x2df358[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x2c9e19;const _0x21f734=_0x2df358[TestFrameworkConstants[_0x337464(0x203)]];!_0x50232e[_0x37ef99]&&(_0x50232e[_0x37ef99]=[]);_0x50232e[_0x37ef99][_0x337464(0x2e2)](_0x2df358),_0xdf7170[_0x5f2c0e][TestFrameworkConstants[_0x337464(0x317)]]=_0x37ef99;const _0x482d1d={};_0x482d1d['depth']=0x2,logger[_0x337464(0x252)](_0x337464(0x2ab)+_0x37ef99+_0x337464(0x292)+_0x21f734+_0x337464(0x222)+_0x441b1b+',\x20hook='+util['inspect'](_0x2df358,_0x482d1d));}}}return _0xdf7170;}[a92_0x432af7(0x375)](_0x3016dd){const _0x58d1ea=a92_0x432af7,_0x31faef={};_0x31faef[_0x58d1ea(0x356)]='base64';const _0xd5405a=_0x31faef;try{const _0x257371=_0x3016dd[_0x58d1ea(0x33a)]?this[_0x58d1ea(0x28e)](_0x3016dd[_0x58d1ea(0x33a)]):_0x3016dd['hookData'][_0x58d1ea(0x26e)],_0x3c8ede=_0x3016dd['instance'],_0x3aca65=_0x3c8ede[_0x58d1ea(0x2e4)](),_0x547f46=_0x3c8ede[_0x58d1ea(0x2bc)]()['get'](_0x257371);if(!_0x547f46)return logger[_0x58d1ea(0x252)](_0x58d1ea(0x24f)+_0x257371),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x58757f=this[_0x58d1ea(0x2db)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x5552b3=this['getTestFrameworksVersions']()[this[_0x58d1ea(0x2db)]()[0x0]]||'',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x36a148='',[TestFrameworkConstants[_0x58d1ea(0x33c)]]:_0x39a83e=''}=_0x547f46,_0x489518=_0x3c8ede[_0x58d1ea(0x365)]()[_0x58d1ea(0x344)]()[_0x58d1ea(0x31b)]('.')[0x1],_0x324e23=_0x3c8ede[_0x58d1ea(0x339)]()[_0x58d1ea(0x344)]()[_0x58d1ea(0x31b)]('.')[0x1],_0x28911e=global?.['__workerDetails']?.[_0x58d1ea(0x266)]?.['parallelIndex']||global[_0x58d1ea(0x2e5)]||0x0,_0x550a13=_0x3c8ede[_0x58d1ea(0x280)](),_0x5e8c92=Buffer[_0x58d1ea(0x359)](JSON[_0x58d1ea(0x299)](_0x547f46))[_0x58d1ea(0x344)](_0xd5405a['oGEII']),_0x224693={'hash':_0x3aca65[_0x58d1ea(0x29a)](),'threadId':_0x3aca65[_0x58d1ea(0x2cf)]()[_0x58d1ea(0x344)](),'processId':_0x3aca65[_0x58d1ea(0x221)]()[_0x58d1ea(0x344)]()},_0xeb0f55={};_0xeb0f55[_0x58d1ea(0x277)]=_0x28911e,_0xeb0f55['testFrameworkName']=_0x58757f,_0xeb0f55[_0x58d1ea(0x321)]=_0x5552b3,_0xeb0f55['testFrameworkState']=_0x489518,_0xeb0f55['hookState']=_0x324e23,_0xeb0f55[_0x58d1ea(0x2cc)]=_0x36a148,_0xeb0f55[_0x58d1ea(0x2c0)]=_0x39a83e,_0xeb0f55['uuid']=_0x550a13,_0xeb0f55['eventJson']=_0x5e8c92,_0xeb0f55[_0x58d1ea(0x20f)]=_0x224693,_0xeb0f55[_0x58d1ea(0x1ff)]=_0x257371;const _0x26c433=_0xeb0f55;return _0x26c433;}catch(_0x55373d){return logger[_0x58d1ea(0x28c)](_0x58d1ea(0x347)+util['format'](_0x55373d)),{};}}async[a92_0x432af7(0x268)](_0x372e39,_0x5769dd,_0x262e2e){const _0x570a2d=a92_0x432af7,_0x522188={'zxwdG':function(_0x2802aa,_0x4333e7){return _0x2802aa+_0x4333e7;},'ilgwP':_0x570a2d(0x320),'IOlpP':_0x570a2d(0x367),'LxbfP':function(_0x2f9234,_0x3ed23e){return _0x2f9234>_0x3ed23e;},'hXEpH':function(_0x27a36d,_0x3245f9,_0x4f660c,_0x4e539d){return _0x27a36d(_0x3245f9,_0x4f660c,_0x4e539d);},'vNvxr':function(_0x39f0ac,_0x5abb80){return _0x39f0ac-_0x5abb80;},'jWOED':function(_0x1e6c29,_0x125682){return _0x1e6c29===_0x125682;},'ktNYS':function(_0xd95d73,_0x56cd8d){return _0xd95d73/_0x56cd8d;},'ScdGo':function(_0x3b04bd,_0x340474){return _0x3b04bd<_0x340474;},'IqCWA':function(_0x29b50b,_0x237a49){return _0x29b50b*_0x237a49;},'iSirQ':function(_0x3f4851,_0x139f28){return _0x3f4851+_0x139f28;},'PIKon':function(_0x68b252,_0xb5d4ce){return _0x68b252+_0xb5d4ce;}};try{const _0x36cd04=_0x262e2e[_0x570a2d(0x212)]||_0x262e2e[_0x570a2d(0x32d)],_0x44d596=Array[_0x570a2d(0x359)](_0x372e39[_0x570a2d(0x2bc)]()[_0x570a2d(0x24c)]()),_0x1bd5ce=_0x372e39['getAllData']()[_0x570a2d(0x1fe)](_0x36cd04);if(!_0x1bd5ce){logger['debug'](_0x570a2d(0x386)+_0x36cd04);return;}const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x1d7576='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x70b56c=''}=_0x1bd5ce;let _0x5bc8b5=[];_0x1bd5ce&&_0x1bd5ce[TestFrameworkConstants['KEY_LOGS']]&&Array['isArray'](_0x1bd5ce[TestFrameworkConstants[_0x570a2d(0x243)]])?(_0x5bc8b5=_0x1bd5ce[TestFrameworkConstants['KEY_LOGS']]||[],logger[_0x570a2d(0x252)](_0x570a2d(0x330)+_0x5bc8b5[_0x570a2d(0x240)]+_0x570a2d(0x301)+_0x36cd04),_0x372e39[_0x570a2d(0x32c)]({[_0x36cd04]:{[TestFrameworkConstants[_0x570a2d(0x243)]]:[],[TestFrameworkConstants[_0x570a2d(0x2df)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x570a2d(0x2b1)]]:this[_0x570a2d(0x227)]()[this[_0x570a2d(0x2db)]()[0x0]]||''}}),logger[_0x570a2d(0x252)](_0x570a2d(0x294)+_0x36cd04)):logger[_0x570a2d(0x252)](_0x570a2d(0x26a)+_0x36cd04);logger[_0x570a2d(0x252)](_0x570a2d(0x208)+_0x5bc8b5[_0x570a2d(0x240)]+_0x570a2d(0x215)+_0x36cd04);const _0x15b2c3=_0x5bc8b5[_0x570a2d(0x2bb)](_0x2a45e8=>_0x2a45e8[_0x570a2d(0x351)]===_0x570a2d(0x349));_0x522188[_0x570a2d(0x312)](_0x15b2c3[_0x570a2d(0x240)],0x0)&&(logger[_0x570a2d(0x252)](_0x570a2d(0x385)+_0x15b2c3[_0x570a2d(0x240)]+_0x570a2d(0x273)+_0x36cd04),_0x15b2c3[_0x570a2d(0x33e)]((_0x88db30,_0x39283a)=>{const _0x273155=_0x570a2d;logger[_0x273155(0x252)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20'+_0x522188['zxwdG'](_0x39283a,0x1)+'/'+_0x15b2c3['length']+_0x273155(0x22a)+(_0x88db30[_0x273155(0x1ff)]||_0x522188[_0x273155(0x279)])+_0x273155(0x2fb)+(_0x88db30[_0x273155(0x2d7)]||_0x522188['ilgwP'])+_0x273155(0x384)+(_0x88db30[_0x273155(0x303)]||_0x522188[_0x273155(0x298)])+_0x273155(0x380)+(_0x88db30['message']?.[_0x273155(0x240)]||0x0));}));const _0x2a902c=_0x1bd5ce[TestFrameworkConstants[_0x570a2d(0x265)]]||{},_0x522142=_0x522188[_0x570a2d(0x2f1)](getMediaArtifactsLogs,_0x2a902c,null,_0x36cd04),_0x2d1c99=(_0x5bc8b5||[])[_0x570a2d(0x35a)](_0x522142||[]),_0x3ee834=_0x15b2c3?.[_0x570a2d(0x240)]||0x0,_0x374535=_0x522188[_0x570a2d(0x350)](_0x5bc8b5?.[_0x570a2d(0x240)]||0x0,_0x3ee834);logger['debug'](_0x570a2d(0x34c)+_0x36cd04+_0x570a2d(0x2ea)+_0x374535+_0x570a2d(0x2d8)+_0x3ee834+_0x570a2d(0x22c)+(_0x522142?.['length']||0x0)+',\x20totalLogs:\x20'+_0x2d1c99[_0x570a2d(0x240)]);if(!_0x2d1c99||_0x522188[_0x570a2d(0x366)](_0x2d1c99[_0x570a2d(0x240)],0x0)){logger[_0x570a2d(0x252)](_0x570a2d(0x248)+_0x36cd04);return;}const _0x48e90a=0x28,_0xc13a43=Math['ceil'](_0x522188[_0x570a2d(0x333)](_0x2d1c99[_0x570a2d(0x240)],_0x48e90a));for(let _0x3b0a51=0x0;_0x522188[_0x570a2d(0x245)](_0x3b0a51,_0xc13a43);_0x3b0a51++){const _0x2be144=_0x522188[_0x570a2d(0x313)](_0x3b0a51,_0x48e90a),_0x1feace=_0x522188[_0x570a2d(0x2cb)](_0x2be144,_0x48e90a),_0x5cb519=_0x2d1c99[_0x570a2d(0x337)](_0x2be144,_0x1feace),_0x216596=global?.[_0x570a2d(0x36a)]??0x0,_0x5d8e8c={'platformIndex':_0x216596,'logs':_0x5cb519,'testFrameworkName':_0x1d7576,'testFrameworkVersion':_0x70b56c,'testFrameworkState':_0x5769dd[_0x570a2d(0x344)]()[_0x570a2d(0x31b)]('.')[0x1]},_0x463cdd={};_0x463cdd[_0x570a2d(0x261)]=0x3,_0x463cdd[_0x570a2d(0x377)]=0x5,logger[_0x570a2d(0x252)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x522188['iSirQ'](_0x3b0a51,0x1)+'/'+_0xc13a43+_0x570a2d(0x257)+_0x36cd04+',\x20logsInBatch:\x20'+_0x5cb519[_0x570a2d(0x240)]+',\x20platformIndex:\x20'+_0x216596+',\x20payload:\x20'+util['inspect'](_0x5d8e8c,_0x463cdd));const _0xf62f12=await GrpcClient[_0x570a2d(0x354)]()[_0x570a2d(0x38a)](_0x5d8e8c);logger[_0x570a2d(0x252)](_0x570a2d(0x1f5)+_0x522188[_0x570a2d(0x276)](_0x3b0a51,0x1)+'/'+_0xc13a43+_0x570a2d(0x257)+_0x36cd04+',\x20response='+util[_0x570a2d(0x29b)](_0xf62f12));}_0x522142&&_0x522188[_0x570a2d(0x312)](_0x522142[_0x570a2d(0x240)],0x0)&&_0x1bd5ce[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]&&_0x372e39[_0x570a2d(0x32c)]({[_0x36cd04]:{[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{},[TestFrameworkConstants[_0x570a2d(0x2df)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x570a2d(0x2b1)]]:this[_0x570a2d(0x227)]()[this[_0x570a2d(0x2db)]()[0x0]]||''}}),logger[_0x570a2d(0x252)](_0x570a2d(0x275)+_0x36cd04+_0x570a2d(0x26c)+_0xc13a43);}catch(_0x3b206c){logger[_0x570a2d(0x28c)](_0x570a2d(0x362)+(_0x262e2e[_0x570a2d(0x212)]||_0x262e2e[_0x570a2d(0x32d)])+_0x570a2d(0x382)+util[_0x570a2d(0x21b)](_0x3b206c));}}['storePendingHook'](_0x2fd565,_0x59e3c1,_0x2f0e1a,_0x346fee,_0x4f6753){const _0x1d9f5a=a92_0x432af7,_0x68a454={};_0x68a454[_0x1d9f5a(0x2b0)]=function(_0x4d57e0,_0x406518){return _0x4d57e0===_0x406518;},_0x68a454[_0x1d9f5a(0x364)]=_0x1d9f5a(0x2c8);const _0x41a656=_0x68a454,{hookData:_0x131da2}=_0x4f6753,_0x33a614={'testId':_0x59e3c1,'testFrameworkState':_0x2f0e1a,'hookState':_0x346fee,'args':_0x4f6753,'timestamp':new Date()[_0x1d9f5a(0x26b)]()};if(_0x41a656[_0x1d9f5a(0x2b0)](_0x2f0e1a,TestFrameworkState[_0x1d9f5a(0x36f)])&&_0x131da2){const _0x470f96={};_0x470f96[_0x1d9f5a(0x368)]=_0x131da2[_0x1d9f5a(0x25c)]||_0x131da2[_0x1d9f5a(0x378)],_0x470f96[_0x1d9f5a(0x2dc)]=_0x131da2[_0x1d9f5a(0x2dc)]||_0x131da2[_0x1d9f5a(0x309)]&&_0x131da2[_0x1d9f5a(0x309)][0x0]||'',_0x470f96['hookType']=_0x41a656['ODPoa'],_0x33a614[_0x1d9f5a(0x2d6)]=_0x470f96,logger[_0x1d9f5a(0x252)](_0x1d9f5a(0x1f0)+_0x59e3c1+_0x1d9f5a(0x234)+_0x33a614['hookMetadata'][_0x1d9f5a(0x368)]+_0x1d9f5a(0x283)+_0x33a614[_0x1d9f5a(0x2d6)][_0x1d9f5a(0x2dc)]);}_0x2fd565['addPendingHook'](_0x59e3c1,_0x33a614),logger[_0x1d9f5a(0x252)](_0x1d9f5a(0x329)+_0x59e3c1+_0x1d9f5a(0x27e)+_0x2f0e1a+_0x1d9f5a(0x318)+_0x346fee);}async[a92_0x432af7(0x278)](_0x45affb,_0x29afe6){const _0x24dd8b=a92_0x432af7,_0x5d25fe={};_0x5d25fe[_0x24dd8b(0x324)]=function(_0x595a88,_0x5eb76b){return _0x595a88>_0x5eb76b;},_0x5d25fe[_0x24dd8b(0x267)]=function(_0x3436bf,_0x3f8a8c){return _0x3436bf===_0x3f8a8c;},_0x5d25fe[_0x24dd8b(0x2c2)]=function(_0x8afb12,_0x3ed46e){return _0x8afb12===_0x3ed46e;},_0x5d25fe[_0x24dd8b(0x29c)]=function(_0x533565,_0x1435cb){return _0x533565===_0x1435cb;},_0x5d25fe['CCXDS']=function(_0x3eee56,_0x50cb07){return _0x3eee56===_0x50cb07;},_0x5d25fe[_0x24dd8b(0x2f2)]='[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook';const _0xa142ef=_0x5d25fe;if(_0x45affb[_0x24dd8b(0x2d1)](_0x29afe6)){const _0x11c226=_0x45affb[_0x24dd8b(0x247)](_0x29afe6);logger[_0x24dd8b(0x252)]('Processing\x20'+_0x11c226['length']+_0x24dd8b(0x232)+_0x29afe6);for(const _0x3f3999 of _0x11c226){try{const _0x3a9dfd=await this['trackHookEvent'](_0x45affb,_0x3f3999[_0x24dd8b(0x2e0)],_0x3f3999['hookState'],_0x3f3999['args']);_0x3a9dfd&&_0xa142ef[_0x24dd8b(0x324)](Object[_0x24dd8b(0x24c)](_0x3a9dfd)['length'],0x0)&&_0x45affb['addMultipleEntries'](_0x3a9dfd),await this['runHooks'](_0x45affb,_0x3f3999[_0x24dd8b(0x2e0)],_0x3f3999[_0x24dd8b(0x35c)],_0x3f3999[_0x24dd8b(0x389)]);}catch(_0x1c2abb){logger[_0x24dd8b(0x28c)]('Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20'+_0x29afe6+',\x20error:\x20'+_0x1c2abb);}}_0x45affb[_0x24dd8b(0x213)](_0x29afe6),logger[_0x24dd8b(0x252)](_0x24dd8b(0x30b)+_0x29afe6);}const _0x67b5a4=_0x45affb[_0x24dd8b(0x2bc)]()[_0x24dd8b(0x1fe)](_0x29afe6);if(_0x67b5a4){const _0x271b0f=_0x67b5a4[TestFrameworkConstants[_0x24dd8b(0x200)]]||_0x67b5a4[TestFrameworkConstants[_0x24dd8b(0x37f)]],_0x334386=_0x67b5a4[TestFrameworkConstants[_0x24dd8b(0x319)]]||_0x67b5a4[TestFrameworkConstants['KEY_TEST_SCOPES']]&&_0x67b5a4[TestFrameworkConstants[_0x24dd8b(0x331)]][0x0]||'';logger[_0x24dd8b(0x252)](_0x24dd8b(0x2a6)+_0x271b0f+_0x24dd8b(0x283)+_0x334386);const _0x242c55=_0x45affb[_0x24dd8b(0x36c)]();for(const _0x2db57f of _0x242c55){if(_0xa142ef[_0x24dd8b(0x267)](_0x2db57f,_0x29afe6))continue;if(_0x45affb[_0x24dd8b(0x2d1)](_0x2db57f)){const _0x5d6aa5=_0x45affb[_0x24dd8b(0x247)](_0x2db57f);for(const _0x527aab of _0x5d6aa5){if(_0xa142ef['iAXdg'](_0x527aab['testFrameworkState'],TestFrameworkState['BEFORE_ALL'])&&_0x527aab[_0x24dd8b(0x2d6)]){const _0x41cddd=_0x527aab[_0x24dd8b(0x2d6)][_0x24dd8b(0x368)],_0x5f3468=_0x527aab[_0x24dd8b(0x2d6)]['scope'];if(_0xa142ef['toKuC'](_0x41cddd,_0x271b0f)&&_0xa142ef[_0x24dd8b(0x23a)](_0x5f3468,_0x334386)){logger[_0x24dd8b(0x252)](_0x24dd8b(0x27b)+_0x2db57f+_0x24dd8b(0x2b8)+_0x29afe6+',\x20filePath:\x20'+_0x41cddd+_0x24dd8b(0x283)+_0x5f3468);_0x527aab[_0x24dd8b(0x389)]&&_0x527aab['args']['hookData']&&(_0x527aab[_0x24dd8b(0x389)][_0x24dd8b(0x23c)]['test_run_id']=_0x29afe6,logger[_0x24dd8b(0x252)](_0x24dd8b(0x35d)+_0x2db57f+_0x24dd8b(0x31d)+_0x29afe6));try{const _0x25aa71=await this[_0x24dd8b(0x21d)](_0x45affb,_0x527aab[_0x24dd8b(0x2e0)],_0x527aab[_0x24dd8b(0x35c)],_0x527aab[_0x24dd8b(0x389)]);_0x25aa71&&_0xa142ef['lfAuM'](Object[_0x24dd8b(0x24c)](_0x25aa71)['length'],0x0)&&_0x45affb[_0x24dd8b(0x32c)](_0x25aa71);await this['runHooks'](_0x45affb,_0x527aab[_0x24dd8b(0x2e0)],_0x527aab[_0x24dd8b(0x35c)],_0x527aab[_0x24dd8b(0x389)]);const _0x2d3c1e=_0x45affb[_0x24dd8b(0x247)](_0x2db57f)[_0x24dd8b(0x2bb)](_0x151c70=>_0x151c70!==_0x527aab);if(_0xa142ef[_0x24dd8b(0x29c)](_0x2d3c1e['length'],0x0))_0x45affb[_0x24dd8b(0x213)](_0x2db57f);else{_0x45affb[_0x24dd8b(0x213)](_0x2db57f);for(const _0x1773a9 of _0x2d3c1e){_0x45affb[_0x24dd8b(0x22e)](_0x2db57f,_0x1773a9);}}logger[_0x24dd8b(0x252)](_0xa142ef[_0x24dd8b(0x2f2)]);}catch(_0xd251c4){logger['error'](_0x24dd8b(0x28b)+_0x29afe6+_0x24dd8b(0x382)+_0xd251c4);}}}}}}}}[a92_0x432af7(0x2d0)](_0x42ad9e){const _0xbf021a=a92_0x432af7,_0x3f9f42={'uoXry':function(_0x4cab3c){return _0x4cab3c();}};if(!_0x42ad9e||!_0x42ad9e[_0xbf021a(0x28f)])return;_0x42ad9e[_0xbf021a(0x28f)][_0xbf021a(0x322)]&&Array['isArray'](_0x42ad9e[_0xbf021a(0x28f)]['hooks'])&&_0x42ad9e[_0xbf021a(0x28f)][_0xbf021a(0x322)][_0xbf021a(0x33e)](_0x32646e=>{const _0x219279=_0xbf021a;!_0x32646e[_0x219279(0x2e6)]&&!_0x32646e[_0x219279(0x340)]&&(_0x32646e[_0x219279(0x2e6)]=_0x3f9f42[_0x219279(0x2b7)](uuidv4),_0x32646e[_0x219279(0x340)]=_0x32646e[_0x219279(0x2e6)],logger['debug']('[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type='+_0x32646e[_0x219279(0x2bf)]+_0x219279(0x22d)+_0x32646e[_0x219279(0x2e6)]));}),this[_0xbf021a(0x2d0)](_0x42ad9e[_0xbf021a(0x28f)]);}[a92_0x432af7(0x21a)](_0x5ad938){const _0x25f9d1=a92_0x432af7,_0x1affe5={'qVWNb':function(_0x15f87e,_0x38cc3f){return _0x15f87e(_0x38cc3f);}};if(!_0x5ad938||!_0x5ad938[_0x25f9d1(0x28f)])return[];const _0x58f2ca=[];return _0x5ad938[_0x25f9d1(0x28f)][_0x25f9d1(0x322)]&&Array[_0x25f9d1(0x295)](_0x5ad938[_0x25f9d1(0x28f)]['hooks'])&&_0x5ad938[_0x25f9d1(0x28f)]['hooks'][_0x25f9d1(0x33e)](_0x22e416=>{const _0x10b1cb=_0x25f9d1,_0x111bc8=_0x22e416['hookAnalyticsId']||_0x22e416[_0x10b1cb(0x340)];_0x111bc8&&!this[_0x10b1cb(0x2e3)](_0x22e416)&&!_0x1affe5[_0x10b1cb(0x296)](isInternalHook,_0x22e416['fn'])&&_0x58f2ca[_0x10b1cb(0x2e2)](_0x111bc8);}),[..._0x58f2ca,...this[_0x25f9d1(0x21a)](_0x5ad938['parent'])];}[a92_0x432af7(0x32b)](_0x3638b8){const _0x240b01=a92_0x432af7,_0x418d68={'jGmVd':function(_0x4030c5,_0x2be033){return _0x4030c5(_0x2be033);},'FruGk':_0x240b01(0x29d),'JLCHp':function(_0x4cb55e,_0x29def7){return _0x4cb55e(_0x29def7);}},_0x2ff55c=new Map(),_0x195b92=_0x23bd73=>{const _0x3188e6=_0x240b01;if(!_0x23bd73||!_0x23bd73[_0x3188e6(0x28f)])return;_0x23bd73[_0x3188e6(0x28f)][_0x3188e6(0x322)]&&Array[_0x3188e6(0x295)](_0x23bd73[_0x3188e6(0x28f)][_0x3188e6(0x322)])&&_0x23bd73[_0x3188e6(0x28f)][_0x3188e6(0x322)][_0x3188e6(0x33e)](_0x27e099=>{const _0x537950=_0x3188e6,_0x383415=_0x27e099['hookAnalyticsId']||_0x27e099[_0x537950(0x340)];if(_0x383415&&!this['isJestInternalHook'](_0x27e099)&&!_0x418d68[_0x537950(0x2be)](isInternalHook,_0x27e099['fn'])){const _0x44d01d={};_0x44d01d['type']=_0x27e099[_0x537950(0x2bf)]||_0x418d68[_0x537950(0x22f)],_0x44d01d[_0x537950(0x1fb)]=_0x27e099['name']||'\x22'+_0x27e099['type']+_0x537950(0x31f),_0x2ff55c[_0x537950(0x269)](_0x383415,_0x44d01d);}}),_0x418d68[_0x3188e6(0x2ae)](_0x195b92,_0x23bd73['parent']);};return _0x418d68[_0x240b01(0x2ae)](_0x195b92,_0x3638b8),_0x2ff55c;}[a92_0x432af7(0x2e3)](_0x411cd2){const _0x29313c=a92_0x432af7,_0x223fb7={};_0x223fb7['LXHUZ']=_0x29313c(0x27d),_0x223fb7[_0x29313c(0x30e)]=_0x29313c(0x38b);const _0x2d15aa=_0x223fb7;try{const _0x157d99=this[_0x29313c(0x289)](_0x411cd2);if(!_0x157d99||_0x157d99[_0x29313c(0x1fc)](_0x2d15aa[_0x29313c(0x220)]))return!![];return![];}catch(_0x2147e9){logger[_0x29313c(0x252)](_0x2d15aa[_0x29313c(0x30e)]);}return![];}[a92_0x432af7(0x289)](_0x174b4a){const _0x160de6=a92_0x432af7,_0x2aacd2={'THwyQ':function(_0x2ac633,_0x5c88a4){return _0x2ac633(_0x5c88a4);}};if(_0x174b4a[_0x160de6(0x214)])return _0x174b4a[_0x160de6(0x214)];if(_0x174b4a[_0x160de6(0x287)])try{const _0x4e5ada=stackTrace[_0x160de6(0x24d)](_0x174b4a[_0x160de6(0x287)]),_0x5baf87=_0x2aacd2['THwyQ'](pickUserFrameFile,_0x4e5ada);if(_0x5baf87)return _0x5baf87;logger[_0x160de6(0x252)](_0x160de6(0x230)+_0x4e5ada[_0x160de6(0x240)]+')');}catch(_0x52cc4b){logger[_0x160de6(0x252)](_0x160de6(0x270)+util['format'](_0x52cc4b));}return null;}}function a92_0x202b(_0x5c63c2,_0x4da50a){const _0x3a7e89=a92_0x3a7e();return a92_0x202b=function(_0x202b9f,_0x15d7fd){_0x202b9f=_0x202b9f-0x1ef;let _0x16e126=_0x3a7e89[_0x202b9f];return _0x16e126;},a92_0x202b(_0x5c63c2,_0x4da50a);}module[a92_0x432af7(0x2d2)]=JestTestFramework;
|
|
1
|
+
const a92_0x442cf1=a92_0x2bb6;function a92_0x2bb6(_0x4fd72d,_0x15437e){const _0x43a429=a92_0x43a4();return a92_0x2bb6=function(_0x2bb649,_0x21ac41){_0x2bb649=_0x2bb649-0xd8;let _0x4c4096=_0x43a429[_0x2bb649];return _0x4c4096;},a92_0x2bb6(_0x4fd72d,_0x15437e);}(function(_0x2b0792,_0x4fdf49){const _0x5de576=a92_0x2bb6,_0x41c815=_0x2b0792();while(!![]){try{const _0x276d2f=parseInt(_0x5de576(0x22c))/0x1+parseInt(_0x5de576(0x25d))/0x2+parseInt(_0x5de576(0x166))/0x3*(-parseInt(_0x5de576(0x162))/0x4)+-parseInt(_0x5de576(0x268))/0x5+parseInt(_0x5de576(0x175))/0x6*(parseInt(_0x5de576(0x14e))/0x7)+-parseInt(_0x5de576(0x271))/0x8*(-parseInt(_0x5de576(0x1f9))/0x9)+parseInt(_0x5de576(0x1fe))/0xa;if(_0x276d2f===_0x4fdf49)break;else _0x41c815['push'](_0x41c815['shift']());}catch(_0x4e4130){_0x41c815['push'](_0x41c815['shift']());}}}(a92_0x43a4,0xb1001));const TestFramework=require(a92_0x442cf1(0x11a)),TestFrameworkState=require(a92_0x442cf1(0x10c)),HookState=require('../state/hookState.js'),{createClassLogger}=require(a92_0x442cf1(0x223)),TestFrameworkInstance=require(a92_0x442cf1(0x112)),CLIUtils=require(a92_0x442cf1(0x1a1)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),{getManualUploadLogs,getMediaArtifactsLogs}=require(a92_0x442cf1(0x25b)),{isInternalHook}=require(a92_0x442cf1(0x245)),logger=createClassLogger(a92_0x442cf1(0x122)),{v4:uuidv4}=require(a92_0x442cf1(0x134)),util=require(a92_0x442cf1(0x167)),TestInfo=require(a92_0x442cf1(0x253)),GrpcClient=require('../grpcClient'),stackTrace=require(a92_0x442cf1(0x246)),{pickUserFrameFile}=require(a92_0x442cf1(0x19c));class JestTestFramework extends TestFramework{constructor(_0x25e470,_0x2f101b,_0x445a00){const _0x5b7ab7=a92_0x442cf1;super(_0x25e470,_0x2f101b,_0x445a00),this[_0x5b7ab7(0x15f)]=new Map();}['setActiveHook'](_0x1c66b2,_0x1d01d2,_0x4d4115){const _0x380c03=a92_0x442cf1,_0x1a8a5f={};_0x1a8a5f[_0x380c03(0x19b)]=function(_0x2b1d40,_0x693ee0){return _0x2b1d40||_0x693ee0;};const _0xd3c9b8=_0x1a8a5f;if(_0xd3c9b8['Igjgn'](!_0x1c66b2,!_0x1d01d2)){logger['warn'](_0x380c03(0x173)+_0x1c66b2+_0x380c03(0x164)+_0x1d01d2);return;}!this[_0x380c03(0x15f)]['has'](_0x1c66b2)&&this[_0x380c03(0x15f)][_0x380c03(0xfa)](_0x1c66b2,[]);const _0x25603b={'hookUUID':_0x1d01d2,'hookType':_0x4d4115,'startedAt':new Date()['toISOString']()};this[_0x380c03(0x15f)][_0x380c03(0x1ee)](_0x1c66b2)['push'](_0x25603b),logger[_0x380c03(0x1da)](_0x380c03(0x152)+_0x1c66b2+_0x380c03(0x164)+_0x1d01d2+_0x380c03(0x1c5)+_0x4d4115+_0x380c03(0x217)+this[_0x380c03(0x15f)][_0x380c03(0x1ee)](_0x1c66b2)['length']);}[a92_0x442cf1(0x1f2)](_0x406e48,_0x2e0917){const _0x1ee926=a92_0x442cf1,_0x4c8322={};_0x4c8322[_0x1ee926(0x231)]=function(_0x34b184,_0x1c00be){return _0x34b184||_0x1c00be;},_0x4c8322[_0x1ee926(0x273)]=function(_0x15ea92,_0x452214){return _0x15ea92!==_0x452214;},_0x4c8322[_0x1ee926(0x22b)]=function(_0x45fa83,_0x23da2b){return _0x45fa83===_0x23da2b;};const _0x20e885=_0x4c8322;if(_0x20e885[_0x1ee926(0x231)](!_0x406e48,!_0x2e0917)){logger['warn'](_0x1ee926(0x177)+_0x406e48+_0x1ee926(0x164)+_0x2e0917);return;}if(this[_0x1ee926(0x15f)][_0x1ee926(0x1a2)](_0x406e48)){const _0x299058=this[_0x1ee926(0x15f)][_0x1ee926(0x1ee)](_0x406e48),_0x532dc4=_0x299058[_0x1ee926(0x145)](_0x30ca09=>_0x30ca09[_0x1ee926(0x255)]===_0x2e0917);_0x20e885['DIyPr'](_0x532dc4,-0x1)?(_0x299058[_0x1ee926(0x161)](_0x532dc4,0x1),logger['debug'](_0x1ee926(0x207)+_0x406e48+_0x1ee926(0x164)+_0x2e0917+_0x1ee926(0x222)+_0x299058[_0x1ee926(0x213)]),_0x20e885[_0x1ee926(0x22b)](_0x299058[_0x1ee926(0x213)],0x0)&&this[_0x1ee926(0x15f)][_0x1ee926(0x247)](_0x406e48)):logger[_0x1ee926(0x1da)](_0x1ee926(0x1df)+_0x406e48+_0x1ee926(0x164)+_0x2e0917);}}[a92_0x442cf1(0x17b)](_0x18c731){const _0x9a483a=a92_0x442cf1,_0x433fa8={};_0x433fa8[_0x9a483a(0x12f)]=function(_0x1abf0a,_0x2fe17e){return _0x1abf0a>_0x2fe17e;},_0x433fa8['WCzpN']=function(_0x173a53,_0x481151){return _0x173a53-_0x481151;};const _0x5be272=_0x433fa8;if(!_0x18c731)return null;if(this['activeHooks']['has'](_0x18c731)){const _0x34618=this[_0x9a483a(0x15f)][_0x9a483a(0x1ee)](_0x18c731);if(_0x5be272['gbXYQ'](_0x34618['length'],0x0)){const _0x4d76ea=_0x34618[_0x5be272[_0x9a483a(0x20b)](_0x34618[_0x9a483a(0x213)],0x1)];return logger['debug'](_0x9a483a(0x1a4)+_0x18c731+_0x9a483a(0x164)+_0x4d76ea[_0x9a483a(0x255)]+',\x20hookType='+_0x4d76ea[_0x9a483a(0x265)]),_0x4d76ea;}}return null;}async[a92_0x442cf1(0x228)](_0x5cc1ae,_0x4d5269,_0x488743={}){const _0x296c82=a92_0x442cf1,_0x5002da={};_0x5002da[_0x296c82(0x25e)]=_0x296c82(0xf2),_0x5002da[_0x296c82(0x128)]=function(_0x244a4b,_0x139200){return _0x244a4b===_0x139200;},_0x5002da[_0x296c82(0x201)]=function(_0x3c1bd6,_0x22d404){return _0x3c1bd6===_0x22d404;},_0x5002da[_0x296c82(0xdf)]=function(_0x33fe25,_0x55562d){return _0x33fe25||_0x55562d;},_0x5002da[_0x296c82(0x190)]=_0x296c82(0x15d),_0x5002da[_0x296c82(0x150)]=function(_0x144913,_0x530282){return _0x144913===_0x530282;};const _0x1fa6d1=_0x5002da;logger['debug'](_0x296c82(0x1dd)+_0x5cc1ae+_0x296c82(0x104)+_0x4d5269+_0x296c82(0x193)+Object[_0x296c82(0x219)](_0x488743)[_0x296c82(0x1b0)](',')),await super[_0x296c82(0x228)](_0x5cc1ae,_0x4d5269,_0x488743);const _0x531521=this[_0x296c82(0x257)](_0x5cc1ae,_0x4d5269,_0x488743);if(!_0x531521){logger['debug'](_0x1fa6d1['qEsPh']);return;}try{let _0x119c09,_0x339f9d,_0x3cca45;switch(_0x5cc1ae){case TestFrameworkState[_0x296c82(0x17d)]:_0x119c09=_0x488743[_0x296c82(0x11c)];const _0x24e6f3={};_0x24e6f3[_0x296c82(0x241)]=0x2,_0x24e6f3[_0x296c82(0x1d0)]=0x3,logger['debug'](_0x296c82(0x1a7)+_0x4d5269+',\x20testData='+util[_0x296c82(0x24f)](_0x119c09,_0x24e6f3)),_0x3cca45=this['getJestTestIdentifier'](_0x119c09),_0x339f9d=null,logger[_0x296c82(0x1da)](_0x296c82(0x11e)+_0x3cca45+_0x296c82(0x1a3));if(_0x1fa6d1[_0x296c82(0x128)](_0x4d5269,HookState[_0x296c82(0x267)])){logger[_0x296c82(0x1da)](_0x296c82(0x10d)+_0x3cca45);const _0x2bc91d={};_0x2bc91d[_0x296c82(0x24e)]=_0x339f9d,_0x2bc91d[_0x296c82(0xea)]=_0x119c09,_0x2bc91d['testId']=_0x3cca45;const _0x33148f=this[_0x296c82(0x129)](_0x2bc91d),_0x5f0eae={};_0x5f0eae[_0x296c82(0x241)]=0x2,_0x5f0eae['maxArrayLength']=0x3,logger['debug'](_0x296c82(0x230)+util[_0x296c82(0x24f)](_0x33148f,_0x5f0eae)),_0x531521[_0x296c82(0x18a)](_0x33148f),logger[_0x296c82(0x1da)](_0x296c82(0x131)+_0x3cca45),await this[_0x296c82(0x1c0)](_0x531521,_0x3cca45);}else{if(_0x1fa6d1[_0x296c82(0x201)](_0x4d5269,HookState[_0x296c82(0x13b)])){logger['debug'](_0x296c82(0xe9)+_0x3cca45);const _0x4b19fd=_0x531521[_0x296c82(0x22d)]()[_0x296c82(0x1ee)](_0x3cca45);logger[_0x296c82(0x1da)](_0x296c82(0x18d)+util[_0x296c82(0x24f)](Object[_0x296c82(0x219)](_0x1fa6d1['ZhUUj'](_0x4b19fd,{}))));_0x4b19fd&&_0x4b19fd[TestFrameworkConstants[_0x296c82(0x23c)]]?logger['debug'](_0x296c82(0x1a6)+Object['keys'](_0x4b19fd[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']])[_0x296c82(0x213)]+'\x20files'):logger[_0x296c82(0x1da)](_0x1fa6d1[_0x296c82(0x190)]);const _0x483c99=_0x488743[_0x296c82(0x179)]||null,_0x13ae51={};_0x13ae51[_0x296c82(0x24e)]=_0x339f9d,_0x13ae51[_0x296c82(0xea)]=_0x119c09,_0x13ae51[_0x296c82(0xe2)]=_0x3cca45,_0x13ae51['originalTest']=_0x483c99;const _0x1b8b98=this[_0x296c82(0x1d9)](_0x13ae51),_0x3fa4ee={};_0x3fa4ee[_0x296c82(0x241)]=0x2,_0x3fa4ee[_0x296c82(0x1d0)]=0x3,logger[_0x296c82(0x1da)](_0x296c82(0x1a0)+util[_0x296c82(0x24f)](_0x1b8b98,_0x3fa4ee)),_0x531521[_0x296c82(0x18a)](_0x1b8b98),logger['debug'](_0x296c82(0x105)+_0x3cca45),await this[_0x296c82(0x1c0)](_0x531521,_0x3cca45);}}break;case TestFrameworkState[_0x296c82(0x248)]:if(_0x1fa6d1[_0x296c82(0x150)](_0x4d5269,HookState['POST'])){const _0xb3a896={};_0xb3a896[_0x296c82(0x241)]=0x2,logger['debug'](_0x296c82(0x140)+util[_0x296c82(0x24f)](_0x488743,_0xb3a896)),await this[_0x296c82(0x13f)](_0x531521,_0x5cc1ae,_0x488743);}break;default:if(CLIUtils['matchHookRegex'](_0x5cc1ae[_0x296c82(0x154)]()[_0x296c82(0xfe)]('.')[0x1])){const _0x383c7b={};_0x383c7b[_0x296c82(0x241)]=0x2,_0x383c7b[_0x296c82(0x1d0)]=0x3,logger[_0x296c82(0x1da)](_0x296c82(0x26c)+_0x5cc1ae+_0x296c82(0x104)+_0x4d5269+_0x296c82(0x1cd)+util[_0x296c82(0x24f)](_0x488743[_0x296c82(0x1d3)],_0x383c7b));const _0x294578=await this[_0x296c82(0x111)](_0x531521,_0x5cc1ae,_0x4d5269,_0x488743),_0x5f0037={};_0x5f0037[_0x296c82(0x241)]=0x2,_0x5f0037[_0x296c82(0x1d0)]=0x3,logger[_0x296c82(0x1da)](_0x296c82(0xe7)+util[_0x296c82(0x24f)](_0x294578,_0x5f0037)),_0x531521[_0x296c82(0x18a)](_0x294578);}else logger[_0x296c82(0x1da)](_0x296c82(0x1fd)+_0x5cc1ae+_0x296c82(0x1bb)+_0x4d5269);break;}logger[_0x296c82(0x1da)](_0x296c82(0xd8)+_0x5cc1ae+_0x296c82(0x104)+_0x4d5269);}catch(_0x1214f9){logger[_0x296c82(0x242)](_0x296c82(0x25f)+_0x5cc1ae+_0x296c82(0x104)+_0x4d5269+',\x20exception='+util[_0x296c82(0x19d)](_0x1214f9));}_0x488743[_0x296c82(0x137)]=_0x531521,await this[_0x296c82(0x1ed)](_0x531521,_0x5cc1ae,_0x4d5269,_0x488743);}['getJestTestIdentifier'](_0x308bff){const _0x245ed4=a92_0x442cf1,_0x5c847b={};_0x5c847b[_0x245ed4(0x25c)]=_0x245ed4(0x204);const _0x9e22c9=_0x5c847b;if(_0x308bff&&(_0x308bff['id']||_0x308bff['uuid'])){const _0x4a0d8b=_0x308bff['id']||_0x308bff['uuid'];return logger['debug'](_0x245ed4(0x1f0)+_0x4a0d8b+_0x245ed4(0x249)),_0x4a0d8b;}return logger[_0x245ed4(0x1da)](_0x9e22c9[_0x245ed4(0x25c)]),process[_0x245ed4(0x194)]+_0x245ed4(0x229);}[a92_0x442cf1(0x257)](_0x85f955,_0x128264,_0x2773e8={}){const _0xb8c23f=a92_0x442cf1;let _0x569e9a=null;return _0x569e9a=TestFramework[_0xb8c23f(0xe6)](),!_0x569e9a?(logger[_0xb8c23f(0x1da)](_0xb8c23f(0x180)+_0x85f955),this[_0xb8c23f(0x259)](_0x85f955,_0x2773e8),_0x569e9a=TestFramework[_0xb8c23f(0xe6)](),logger['debug'](_0xb8c23f(0x169)+!!_0x569e9a+_0xb8c23f(0x185)+_0x569e9a?.['getContext']()?.['getId']())):logger[_0xb8c23f(0x1da)]('[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId='+_0x569e9a[_0xb8c23f(0x19f)]()?.[_0xb8c23f(0xe1)]()),_0x569e9a;}[a92_0x442cf1(0x259)](_0x4a9dc7,_0x10fc24){const _0x1d2c05=a92_0x442cf1,_0xbf672d={};_0xbf672d[_0x1d2c05(0x233)]=_0x1d2c05(0x1c1);const _0x182cac=_0xbf672d;if(TestFramework[_0x1d2c05(0xe6)]()){logger[_0x1d2c05(0x1da)](_0x182cac[_0x1d2c05(0x233)]);return;}const _0xfb63af=CLIUtils['getCurrentInstanceName'](),_0x5702f5=TrackedInstance['createContext'](_0xfb63af);let _0x3ec526=null;logger[_0x1d2c05(0x1da)](_0x1d2c05(0x188)+_0xfb63af+_0x1d2c05(0x26e)+_0x4a9dc7),_0x3ec526=new TestFrameworkInstance(_0x5702f5,this[_0x1d2c05(0x263)](),this[_0x1d2c05(0x262)](),_0x4a9dc7,HookState[_0x1d2c05(0x13a)]),TestFramework[_0x1d2c05(0x186)](_0x5702f5,_0x3ec526),logger['debug'](_0x1d2c05(0x19e)+_0x5702f5[_0x1d2c05(0xe1)]()+_0x1d2c05(0xdd)+_0xfb63af+_0x1d2c05(0xee)+this[_0x1d2c05(0x263)]()[0x0]+_0x1d2c05(0x202)+this[_0x1d2c05(0x262)]()[this[_0x1d2c05(0x263)]()[0x0]]);}[a92_0x442cf1(0x129)](_0x3d1b84){const _0x578eb8=a92_0x442cf1,_0x382763={};_0x382763[_0x578eb8(0x1d2)]=function(_0x47bc96,_0x5ecdf0){return _0x47bc96||_0x5ecdf0;},_0x382763['GfHdn']='No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test';const _0x4691da=_0x382763,{testUUID:_0x5a798e,testData:_0x559fcb,testId:_0x9cbbdd}=_0x3d1b84;if(_0x4691da[_0x578eb8(0x1d2)](!_0x559fcb,!_0x9cbbdd))return logger['debug'](_0x4691da[_0x578eb8(0x21e)]),{};const _0x363628=this[_0x578eb8(0x263)]()[0x0],_0x18327b=this[_0x578eb8(0x262)](),_0x5931ef={};_0x5931ef['depth']=0x2,_0x5931ef['maxArrayLength']=0x3,logger[_0x578eb8(0x1da)]('[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20'+util[_0x578eb8(0x24f)](_0x559fcb,_0x5931ef));const _0x1a2b82=_0x559fcb?.[_0x578eb8(0x125)]||[],_0x4492e8=this[_0x578eb8(0x1e2)](_0x559fcb),_0x4a48ca=this[_0x578eb8(0x218)](_0x559fcb),_0x47a000=_0x559fcb['fn']?_0x559fcb['fn'][_0x578eb8(0x154)]():_0x559fcb?.[_0x578eb8(0x14f)]?_0x559fcb[_0x578eb8(0x14f)][_0x578eb8(0x232)][_0x578eb8(0x154)]():null,_0x517515=this['getJestTestTags'](_0x559fcb),_0x5711da={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x363628,[TestFrameworkConstants[_0x578eb8(0x18e)]]:_0x18327b[_0x363628],[TestFrameworkConstants[_0x578eb8(0x16b)]]:[],[TestFrameworkConstants[_0x578eb8(0x212)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x578eb8(0x148)]]:TestFrameworkConstants[_0x578eb8(0x21b)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x4492e8,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x4a48ca,[TestFrameworkConstants[_0x578eb8(0x1d7)]]:_0x9cbbdd,[TestFrameworkConstants[_0x578eb8(0x24c)]]:_0x4492e8,[TestFrameworkConstants[_0x578eb8(0x174)]]:_0x4a48ca,[TestFrameworkConstants['KEY_TEST_CODE']]:_0x47a000,[TestFrameworkConstants[_0x578eb8(0xec)]]:_0x517515,[TestFrameworkConstants[_0x578eb8(0x12b)]]:_0x559fcb[_0x578eb8(0x14a)]||new Date()[_0x578eb8(0x200)](),[TestFrameworkConstants[_0x578eb8(0xe0)]]:_0x1a2b82[0x0]||'',[TestFrameworkConstants[_0x578eb8(0x12e)]]:_0x1a2b82,[TestFrameworkConstants[_0x578eb8(0x1db)]]:_0x4492e8,[TestFrameworkConstants[_0x578eb8(0x171)]]:{},[TestFrameworkConstants[_0x578eb8(0xef)]]:{}};_0x559fcb[_0x578eb8(0x14d)]&&(_0x5711da[TestFrameworkConstants[_0x578eb8(0x19a)]]=_0x559fcb[_0x578eb8(0x14d)]);logger[_0x578eb8(0x1da)](_0x578eb8(0x203)+_0x4492e8+_0x578eb8(0x1ce)+_0x9cbbdd+_0x578eb8(0x1ad)+JSON['stringify'](_0x517515)+_0x578eb8(0x1eb)+util[_0x578eb8(0x24f)](_0x1a2b82)+_0x578eb8(0x1ea)+_0x4a48ca);const _0x5e2494={};return _0x5e2494[_0x9cbbdd]=_0x5711da,_0x5e2494;}[a92_0x442cf1(0x1d9)](_0x1f3a24){const _0x1a1a58=a92_0x442cf1,_0x4a2c4a={'GNDXH':function(_0x1a1559,_0x4658a1){return _0x1a1559===_0x4658a1;},'FMoXY':'afterAll','skdUm':function(_0x1c71d2,_0xd2a370){return _0x1c71d2===_0xd2a370;},'AbgKf':_0x1a1a58(0x270),'KoWwM':'ALL','aTrBG':_0x1a1a58(0x244),'uiJaM':function(_0x1d2316,_0x3664c2){return _0x1d2316||_0x3664c2;},'QpZEh':_0x1a1a58(0x226),'GpJyC':_0x1a1a58(0xde),'hXtaZ':function(_0x97ddac,_0x23ed94){return _0x97ddac>_0x23ed94;},'XNkHB':_0x1a1a58(0x196),'mwWNR':function(_0x576d6f,_0x314258){return _0x576d6f===_0x314258;},'UDSiv':_0x1a1a58(0x1b2),'xygeC':function(_0x136820,_0x1a876d){return _0x136820===_0x1a876d;},'yIiKO':_0x1a1a58(0x208),'rdXyR':_0x1a1a58(0x239),'IdQLv':function(_0x5c012c,_0xaade58){return _0x5c012c===_0xaade58;},'PlqaQ':function(_0x236ce7,_0x1750fa){return _0x236ce7!==_0x1750fa;},'uqXgG':function(_0x1a76a0,_0x9deade,_0x1d1e87,_0x1f9bbd){return _0x1a76a0(_0x9deade,_0x1d1e87,_0x1f9bbd);},'gAifF':function(_0x1906a0,_0xb6d3d0){return _0x1906a0>_0xb6d3d0;},'jjbkP':function(_0x45a295,_0x5c89cb){return _0x45a295>_0x5c89cb;},'zdqRB':_0x1a1a58(0x10b)},{testUUID:_0x5c5bd0,testData:_0x50dd2a,testId:_0x43c480}=_0x1f3a24;if(_0x4a2c4a['uiJaM'](!_0x50dd2a,!_0x43c480))return logger['debug'](_0x4a2c4a['QpZEh']),{};const _0x1b40a4=this[_0x1a1a58(0x257)](TestFrameworkState[_0x1a1a58(0x17d)],HookState['POST']),_0x9fca9c=_0x1b40a4[_0x1a1a58(0x22d)]()[_0x1a1a58(0x1ee)](_0x43c480),_0x309050=_0x4a2c4a[_0x1a1a58(0x14c)](_0x9fca9c,{}),_0x27410c=_0x309050?_0x309050[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{},_0xf4677e=_0x309050[TestFrameworkConstants[_0x1a1a58(0x23c)]];logger[_0x1a1a58(0x1da)](_0x1a1a58(0x158)+(_0xf4677e?Object[_0x1a1a58(0x219)](_0xf4677e)[_0x1a1a58(0x213)]:0x0)+_0x1a1a58(0xf6));let _0x4dd04b=_0x4a2c4a[_0x1a1a58(0x1be)];if(_0x50dd2a[_0x1a1a58(0x25a)])_0x4dd04b=_0x50dd2a[_0x1a1a58(0x25a)];else{if(_0x50dd2a[_0x1a1a58(0x1ef)]&&_0x4a2c4a[_0x1a1a58(0x197)](_0x50dd2a['errorsDetailed'][_0x1a1a58(0x213)],0x0))_0x4dd04b=_0x4a2c4a['XNkHB'];else _0x4a2c4a[_0x1a1a58(0x227)](_0x50dd2a[_0x1a1a58(0x136)],_0x4a2c4a[_0x1a1a58(0xe5)])||_0x4a2c4a['xygeC'](_0x50dd2a[_0x1a1a58(0x136)],_0x4a2c4a[_0x1a1a58(0x1ab)])?_0x4dd04b=_0x4a2c4a['yIiKO']:_0x4dd04b=_0x4a2c4a[_0x1a1a58(0x264)];}const _0x480837={..._0x309050,[TestFrameworkConstants[_0x1a1a58(0x148)]]:_0x4dd04b,[TestFrameworkConstants[_0x1a1a58(0xeb)]]:_0x50dd2a[_0x1a1a58(0x24b)]||new Date()[_0x1a1a58(0x200)](),[TestFrameworkConstants[_0x1a1a58(0xdc)]]:new Date()['toISOString'](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x27410c,[TestFrameworkConstants[_0x1a1a58(0x16e)]]:_0x309050[TestFrameworkConstants['KEY_LOGS']]||[],[TestFrameworkConstants[_0x1a1a58(0xef)]]:{}};if(_0x4a2c4a[_0x1a1a58(0x1dc)](_0x4dd04b,_0x4a2c4a[_0x1a1a58(0x13c)])&&_0x50dd2a['errorsDetailed']){const _0x217c6c=this[_0x1a1a58(0x1e8)](_0x50dd2a),_0x9b5005=this['getJestFailureType'](_0x50dd2a),_0x5c4c83=this['getJestFailureData'](_0x50dd2a);_0x480837[TestFrameworkConstants[_0x1a1a58(0xed)]]=_0x9b5005,_0x480837[TestFrameworkConstants[_0x1a1a58(0x258)]]=_0x217c6c,_0x480837[TestFrameworkConstants[_0x1a1a58(0x21d)]]=_0x5c4c83;}_0x4a2c4a[_0x1a1a58(0x274)](_0x50dd2a[_0x1a1a58(0xe4)],undefined)&&(_0x480837[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x50dd2a[_0x1a1a58(0xe4)]);_0x50dd2a[_0x1a1a58(0x14d)]&&(_0x480837[TestFrameworkConstants[_0x1a1a58(0x19a)]]=_0x50dd2a['retryOf']);const _0x23a40f=_0x9fca9c?_0x9fca9c[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{}:{},_0x330bdb=_0x9fca9c?_0x9fca9c[TestFrameworkConstants[_0x1a1a58(0x133)]]:_0x5c5bd0,_0x21aca6=_0x4a2c4a[_0x1a1a58(0x153)](getManualUploadLogs,_0x23a40f,_0x330bdb,_0x43c480);if(_0x4a2c4a[_0x1a1a58(0x1b6)](_0x21aca6[_0x1a1a58(0x213)],0x0)){const _0x19e350=_0x480837[TestFrameworkConstants[_0x1a1a58(0x16e)]]||[];_0x480837[TestFrameworkConstants[_0x1a1a58(0x16e)]]=[..._0x19e350,..._0x21aca6];}const _0x14cc83=_0x309050[TestFrameworkConstants[_0x1a1a58(0x212)]]||{},_0x46d387=_0x309050[TestFrameworkConstants[_0x1a1a58(0xf7)]]||{},_0x158f8a={..._0x14cc83},_0x3a4ffe=_0x158f8a;Object[_0x1a1a58(0x219)](_0x46d387)[_0x1a1a58(0x17a)](_0x18ff6e=>{const _0xd492a3=_0x1a1a58;!_0x3a4ffe[_0x18ff6e]&&(_0x3a4ffe[_0x18ff6e]=[]);const _0x1081a8=new Set((_0x3a4ffe[_0x18ff6e]||[])[_0xd492a3(0x142)](_0x2f57a4=>_0x2f57a4[TestFrameworkConstants[_0xd492a3(0x184)]]||_0x2f57a4['hook_id']));(_0x46d387[_0x18ff6e]||[])['forEach'](_0x14537a=>{const _0x26e9b0=_0xd492a3,_0x3d5c2c=_0x14537a[TestFrameworkConstants[_0x26e9b0(0x184)]]||_0x14537a['hook_id'];if(!_0x1081a8[_0x26e9b0(0x1a2)](_0x3d5c2c)){const _0x7573dd={..._0x14537a},_0x56273f=_0x7573dd;!_0x56273f[TestFrameworkConstants[_0x26e9b0(0x272)]]&&!_0x56273f[_0x26e9b0(0x11d)]&&(_0x56273f[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=new Date()['toISOString']()),!_0x56273f[TestFrameworkConstants[_0x26e9b0(0x17e)]]&&!_0x56273f['hook_result']&&(_0x56273f[TestFrameworkConstants[_0x26e9b0(0x17e)]]=TestFrameworkConstants['DEFAULT_HOOK_RESULT']),_0x3a4ffe[_0x18ff6e][_0x26e9b0(0x210)](_0x56273f);}});});if(_0x1f3a24[_0x1a1a58(0x179)]){this[_0x1a1a58(0x110)](_0x1f3a24[_0x1a1a58(0x179)]);const _0x1cc1c6=this[_0x1a1a58(0x163)](_0x1f3a24[_0x1a1a58(0x179)]),_0xa91859=this[_0x1a1a58(0x214)](_0x1f3a24[_0x1a1a58(0x179)]);_0xa91859[_0x1a1a58(0x17a)](_0x341fb2=>{const _0x2230e0=_0x1a1a58,_0x2a3976=_0x1cc1c6['get'](_0x341fb2);if(_0x2a3976&&(_0x4a2c4a['GNDXH'](_0x2a3976[_0x2230e0(0x126)],_0x4a2c4a[_0x2230e0(0xf3)])||_0x4a2c4a[_0x2230e0(0x1aa)](_0x2a3976[_0x2230e0(0x126)],_0x4a2c4a['AbgKf']))){const _0x4e2d35=_0x2a3976[_0x2230e0(0x126)][_0x2230e0(0x240)]()['replace'](_0x4a2c4a['KoWwM'],_0x4a2c4a[_0x2230e0(0xfb)]),_0xa384f7=_0x4e2d35;!_0x3a4ffe[_0xa384f7]&&(_0x3a4ffe[_0xa384f7]=[]);const _0x42995c=_0x3a4ffe[_0xa384f7]['find'](_0x150615=>(_0x150615[TestFrameworkConstants[_0x2230e0(0x184)]]||_0x150615[_0x2230e0(0x1d6)])===_0x341fb2);!_0x42995c&&_0x3a4ffe[_0xa384f7][_0x2230e0(0x210)]({'key':_0xa384f7,[TestFrameworkConstants[_0x2230e0(0x184)]]:_0x341fb2,[TestFrameworkConstants[_0x2230e0(0x17e)]]:TestFrameworkConstants[_0x2230e0(0x172)],[TestFrameworkConstants[_0x2230e0(0x256)]]:new Date()[_0x2230e0(0x200)](),[TestFrameworkConstants[_0x2230e0(0x272)]]:new Date()[_0x2230e0(0x200)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x2a3976['name']||_0x2a3976[_0x2230e0(0x126)]+_0x2230e0(0x18f),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x27410c});}});}if(_0x50dd2a[_0x1a1a58(0x176)]&&_0x4a2c4a[_0x1a1a58(0x135)](_0x50dd2a[_0x1a1a58(0x176)][_0x1a1a58(0x213)],0x0))_0x480837[TestFrameworkConstants[_0x1a1a58(0x212)]]=_0x50dd2a['hooks'],logger[_0x1a1a58(0x1da)](_0x4a2c4a[_0x1a1a58(0x17f)]);else _0x4a2c4a[_0x1a1a58(0x135)](Object[_0x1a1a58(0x219)](_0x3a4ffe)[_0x1a1a58(0x213)],0x0)&&(_0x480837[TestFrameworkConstants[_0x1a1a58(0x212)]]=_0x3a4ffe,logger[_0x1a1a58(0x1da)](_0x1a1a58(0x183)+Object[_0x1a1a58(0x219)](_0x3a4ffe)[_0x1a1a58(0x1b0)](',')));const _0x3f95f0=this[_0x1a1a58(0x1e2)](_0x50dd2a);logger[_0x1a1a58(0x1da)](_0x1a1a58(0x1f6)+_0x3f95f0+_0x1a1a58(0x1ce)+_0x43c480+_0x1a1a58(0x181)+_0x4dd04b+_0x1a1a58(0x1d5)+_0x50dd2a[_0x1a1a58(0xe4)]);_0x4a2c4a['GNDXH'](_0x4dd04b,_0x4a2c4a[_0x1a1a58(0x13c)])&&logger['debug'](_0x1a1a58(0x224)+_0x43c480+_0x1a1a58(0x1ae)+_0x480837[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]+_0x1a1a58(0x1ec)+_0x480837[TestFrameworkConstants[_0x1a1a58(0x258)]]?.[_0x1a1a58(0x132)](0x0,0xc8));const _0x3c71e8={};return _0x3c71e8[_0x43c480]=_0x480837,_0x3c71e8;}['getJestTestScopes'](_0x46f009){const _0x4aaa1f=a92_0x442cf1,_0x2b4367={};_0x2b4367[_0x4aaa1f(0x1bf)]=function(_0x217097,_0x2969dd){return _0x217097!==_0x2969dd;},_0x2b4367[_0x4aaa1f(0x1ba)]=function(_0x2602c4,_0x143880){return _0x2602c4!==_0x143880;},_0x2b4367[_0x4aaa1f(0x15e)]=_0x4aaa1f(0x168);const _0xc1a34f=_0x2b4367,_0x53c185={};_0x53c185[_0x4aaa1f(0x241)]=0x2,_0x53c185['maxArrayLength']=0x3,logger['debug'](_0x4aaa1f(0x121)+util['inspect'](_0x46f009,_0x53c185));const _0x2195ad=[];if(_0x46f009&&_0x46f009['parent']){let _0x5d4271=_0x46f009['parent'];while(_0x5d4271&&_0x5d4271[_0x4aaa1f(0xfc)]&&_0xc1a34f[_0x4aaa1f(0x1bf)](_0x5d4271[_0x4aaa1f(0xfc)],'')&&_0xc1a34f[_0x4aaa1f(0x1ba)](_0x5d4271[_0x4aaa1f(0xfc)],_0xc1a34f[_0x4aaa1f(0x15e)])){_0x2195ad[_0x4aaa1f(0x210)](_0x5d4271[_0x4aaa1f(0xfc)]),_0x5d4271=_0x5d4271['parent'];}}return _0x2195ad[_0x4aaa1f(0x16f)]();}[a92_0x442cf1(0x1e2)](_0x1acbd8){const _0x47cf22=a92_0x442cf1,_0x3125bc={};_0x3125bc[_0x47cf22(0x1af)]=_0x47cf22(0x251);const _0x1e90bf=_0x3125bc;if(_0x1acbd8['name'])return _0x1acbd8[_0x47cf22(0xfc)];if(_0x1acbd8[_0x47cf22(0x117)])return _0x1acbd8['title'];return _0x1e90bf[_0x47cf22(0x1af)];}[a92_0x442cf1(0x237)](_0x24a2a3){const _0x342341=a92_0x442cf1,_0x304d1c=[];if(_0x24a2a3[_0x342341(0x17c)]&&Array[_0x342341(0x187)](_0x24a2a3[_0x342341(0x17c)]))return _0x24a2a3[_0x342341(0x17c)][_0x342341(0x142)](_0x36c7a7=>_0x36c7a7['startsWith']('@')?_0x36c7a7[_0x342341(0x10e)](0x1):_0x36c7a7);const _0x385194=this[_0x342341(0x1e2)](_0x24a2a3),_0x3360b8=_0x385194[_0x342341(0x1de)](/@(\w+)/g);if(_0x3360b8)return _0x3360b8[_0x342341(0x142)](_0x150648=>_0x150648[_0x342341(0xf5)](0x1));return _0x24a2a3[_0x342341(0x125)]&&Array[_0x342341(0x187)](_0x24a2a3[_0x342341(0x125)])&&_0x24a2a3[_0x342341(0x125)][_0x342341(0x17a)](_0x5dea4e=>{const _0x114394=_0x342341,_0x413d2a=_0x5dea4e[_0x114394(0x1de)](/@(\w+)/g);_0x413d2a&&_0x413d2a[_0x114394(0x17a)](_0x507b17=>{const _0x7fa026=_0x114394,_0x2c41b2=_0x507b17[_0x7fa026(0xf5)](0x1);!_0x304d1c[_0x7fa026(0x10a)](_0x2c41b2)&&_0x304d1c[_0x7fa026(0x210)](_0x2c41b2);});}),_0x304d1c;}[a92_0x442cf1(0x218)](_0x59f226){const _0x31b6cf=a92_0x442cf1,_0x4e5bc9={'cpSbZ':function(_0x146262,_0x30afbe){return _0x146262(_0x30afbe);}};if(_0x59f226[_0x31b6cf(0x10f)])return _0x59f226[_0x31b6cf(0x10f)];if(_0x59f226[_0x31b6cf(0x107)])try{const _0x352e56=stackTrace['parse'](_0x59f226[_0x31b6cf(0x107)]),_0x350639=_0x4e5bc9['cpSbZ'](pickUserFrameFile,_0x352e56);if(_0x350639)return _0x350639;logger[_0x31b6cf(0x1da)](_0x31b6cf(0x149)+_0x352e56[_0x31b6cf(0x213)]+')');}catch(_0x28c23f){logger[_0x31b6cf(0x1da)](_0x31b6cf(0x1c9)+util[_0x31b6cf(0x19d)](_0x28c23f));}return null;}[a92_0x442cf1(0x1e8)](_0x1b73bb){const _0x10af1b=a92_0x442cf1,_0x33d6ee={};_0x33d6ee['CRfGY']=function(_0x57230e,_0x171e5e){return _0x57230e>_0x171e5e;},_0x33d6ee[_0x10af1b(0x11f)]=_0x10af1b(0x205);const _0x299006=_0x33d6ee;if(_0x1b73bb[_0x10af1b(0x1ef)]&&_0x299006['CRfGY'](_0x1b73bb['errorsDetailed']['length'],0x0))return util[_0x10af1b(0x24f)](_0x1b73bb[_0x10af1b(0x1ef)][0x0]);if(_0x1b73bb[_0x10af1b(0x1c4)])return _0x1b73bb['failure_reason'];return _0x299006[_0x10af1b(0x11f)];}[a92_0x442cf1(0x243)](_0x188256){const _0x421b2b=a92_0x442cf1,_0x62392a={};_0x62392a[_0x421b2b(0x16d)]='Assert',_0x62392a['GlooB']=_0x421b2b(0x1f3),_0x62392a['yerSL']=_0x421b2b(0x191);const _0x52b39e=_0x62392a,_0x300ca5=this[_0x421b2b(0x1e8)](_0x188256);if(_0x300ca5&&_0x300ca5[_0x421b2b(0x10a)](_0x52b39e[_0x421b2b(0x16d)]))return _0x52b39e[_0x421b2b(0x1f4)];return _0x52b39e['yerSL'];}[a92_0x442cf1(0x1c6)](_0xf9a448){const _0x57339c=a92_0x442cf1,_0x4bcb3a={'AMOKh':function(_0x280f10,_0x3a96f6){return _0x280f10(_0x3a96f6);},'LlfTD':_0x57339c(0x245),'Tydpf':function(_0xa88908,_0x446715){return _0xa88908!==_0x446715;},'FakNO':_0x57339c(0x11c)},{failureData:_0x551197}=_0x4bcb3a['AMOKh'](require,_0x4bcb3a[_0x57339c(0x26a)]),_0x3403fc=[];return _0x4bcb3a[_0x57339c(0x216)](_0xf9a448['errorsDetailed'],undefined)&&_0x3403fc[_0x57339c(0x210)](_0xf9a448['errorsDetailed'],_0x4bcb3a[_0x57339c(0x215)]),_0x551197['apply'](null,_0x3403fc);}async[a92_0x442cf1(0x111)](_0x251449,_0x295b79,_0x41b438,_0x5a7205){const _0x1b01db=a92_0x442cf1,_0x2d74b5={'rJneN':_0x1b01db(0x1cc),'sXFWi':function(_0xb88f9c){return _0xb88f9c();},'GNLco':function(_0x3f57d2,_0x55ffc3){return _0x3f57d2 in _0x55ffc3;},'oIvke':function(_0x55305c,_0x1a06bb){return _0x55305c in _0x1a06bb;},'cndEg':function(_0xb2ee94,_0x2e2331){return _0xb2ee94===_0x2e2331;},'Kdrct':function(_0x14c8cd,_0x228db5){return _0x14c8cd>_0x228db5;},'qLwvm':_0x1b01db(0x196),'VODWx':_0x1b01db(0x239),'cLjXl':function(_0x2cd813,_0x28d314){return _0x2cd813===_0x28d314;},'HdddJ':_0x1b01db(0x141),'OwXYZ':function(_0x3ed1c2,_0x4b56dc){return _0x3ed1c2>_0x4b56dc;},'ZyfKs':function(_0x520dc,_0x42c82d){return _0x520dc!==_0x42c82d;}},{hookData:_0x30ba24}=_0x5a7205,_0x293eda=_0x41b438[_0x1b01db(0x154)](),_0x38c055=_0x295b79[_0x1b01db(0x154)](),_0x398b4f={};_0x398b4f[_0x1b01db(0x241)]=0x2,_0x398b4f[_0x1b01db(0x1d0)]=0x3,logger[_0x1b01db(0x1da)](_0x1b01db(0x1e5)+_0x38c055+_0x1b01db(0x104)+_0x293eda+_0x1b01db(0x1cd)+util[_0x1b01db(0x24f)](_0x30ba24,_0x398b4f));if(!_0x30ba24)return logger[_0x1b01db(0x1da)](_0x2d74b5[_0x1b01db(0x127)]),{};const _0x358a1b=_0x30ba24[_0x1b01db(0x134)]||_0x30ba24['hookAnalyticsId']||_0x2d74b5[_0x1b01db(0x1ca)](uuidv4),_0x21e780=_0x30ba24[_0x1b01db(0x1a8)]||this[_0x1b01db(0x22e)](_0x30ba24),_0x2a4725=_0x295b79[_0x1b01db(0x154)]()[_0x1b01db(0xfe)]('.')[0x1],_0x37aee5=_0x251449[_0x1b01db(0x22d)]()[_0x1b01db(0x1ee)](_0x21e780),_0x55fc6a=_0x37aee5?_0x37aee5[TestFrameworkConstants[_0x1b01db(0x171)]]||{}:{};logger[_0x1b01db(0x1da)](_0x1b01db(0x1c8)+_0x358a1b+_0x1b01db(0x1ce)+_0x21e780+'\x20(testIdentifier),\x20hookType='+_0x2a4725+_0x1b01db(0x104)+_0x293eda);if(!_0x37aee5)return logger[_0x1b01db(0x1da)](_0x1b01db(0x1e7)+_0x21e780+_0x1b01db(0xf1)),this[_0x1b01db(0x21a)](_0x251449,_0x21e780,_0x295b79,_0x41b438,_0x5a7205),{};let _0x3621d0=_0x37aee5[TestFrameworkConstants[_0x1b01db(0xf7)]];!_0x3621d0&&(_0x3621d0={});!_0x2d74b5[_0x1b01db(0x198)](_0x2a4725,_0x3621d0)&&(_0x3621d0[_0x2a4725]=[]);let _0xfacf3d=_0x37aee5[TestFrameworkConstants[_0x1b01db(0x212)]];!_0xfacf3d&&(_0xfacf3d={});!_0x2d74b5[_0x1b01db(0x23f)](_0x2a4725,_0xfacf3d)&&(_0xfacf3d[_0x2a4725]=[]);const _0x5a28c1={[_0x21e780]:{[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x3621d0,[TestFrameworkConstants[_0x1b01db(0x212)]]:_0xfacf3d,[TestFrameworkConstants[_0x1b01db(0x15c)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x1b01db(0x262)]()[this[_0x1b01db(0x263)]()[0x0]]||''}};if(_0x2d74b5[_0x1b01db(0xf0)](_0x41b438,HookState['PRE'])){const _0x435f28={'key':_0x2a4725,[TestFrameworkConstants[_0x1b01db(0x184)]]:_0x358a1b,[TestFrameworkConstants[_0x1b01db(0x17e)]]:TestFrameworkConstants[_0x1b01db(0x172)],[TestFrameworkConstants[_0x1b01db(0x256)]]:_0x30ba24[_0x1b01db(0x14a)]||new Date()[_0x1b01db(0x200)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x1b01db(0x26d)]]:_0x30ba24['name']||_0x30ba24['hook_type']||_0x2a4725,[TestFrameworkConstants[_0x1b01db(0x171)]]:_0x55fc6a};_0x3621d0[_0x2a4725][_0x1b01db(0x210)](_0x435f28),_0x5a28c1[_0x21e780][TestFrameworkConstants[_0x1b01db(0x199)]]=_0x2a4725;const _0x99d02e={};_0x99d02e[_0x1b01db(0x241)]=0x2,logger[_0x1b01db(0x1da)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x2a4725+_0x1b01db(0x12a)+_0x358a1b+_0x1b01db(0x1ce)+_0x21e780+',\x20hook='+util[_0x1b01db(0x24f)](_0x435f28,_0x99d02e));}else{if(_0x2d74b5[_0x1b01db(0xf0)](_0x41b438,HookState[_0x1b01db(0x13b)])){const _0x50f2bd=_0x30ba24['result']||(_0x30ba24[_0x1b01db(0x1ef)]&&_0x2d74b5['Kdrct'](_0x30ba24[_0x1b01db(0x1ef)]['length'],0x0)?_0x2d74b5[_0x1b01db(0x101)]:_0x2d74b5[_0x1b01db(0x21c)]),_0x6a8771=_0x3621d0[_0x2a4725]||[];logger['debug'](_0x1b01db(0x1b5)+_0x2a4725+_0x1b01db(0x1ce)+_0x21e780+',\x20result='+_0x50f2bd+_0x1b01db(0x151)+_0x6a8771[_0x1b01db(0x213)]);if(_0x2d74b5['cndEg'](_0x6a8771['length'],0x0)&&_0x2d74b5[_0x1b01db(0x209)](_0x295b79,TestFrameworkState[_0x1b01db(0x1d4)]))return logger[_0x1b01db(0x1da)](_0x2d74b5[_0x1b01db(0x1cb)]),this[_0x1b01db(0x21a)](_0x251449,_0x21e780,_0x295b79,_0x41b438,_0x5a7205),{};if(_0x2d74b5[_0x1b01db(0x21f)](_0x6a8771[_0x1b01db(0x213)],0x0)){const _0x38ddd9=_0x6a8771[_0x1b01db(0x20e)]();_0x2d74b5[_0x1b01db(0xf0)](_0x50f2bd,_0x2d74b5[_0x1b01db(0x101)])&&_0x30ba24['errorsDetailed']?(_0x38ddd9[TestFrameworkConstants[_0x1b01db(0x252)]]=this['getJestFailureType'](_0x30ba24),_0x38ddd9[TestFrameworkConstants[_0x1b01db(0x143)]]=this['getJestFailureReason'](_0x30ba24),_0x38ddd9[TestFrameworkConstants[_0x1b01db(0x157)]]=this['getJestFailureData'](_0x30ba24),logger[_0x1b01db(0x1da)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType='+_0x2a4725+_0x1b01db(0x1ae)+_0x38ddd9[TestFrameworkConstants[_0x1b01db(0x252)]]+_0x1b01db(0x1ec)+_0x38ddd9[TestFrameworkConstants[_0x1b01db(0x143)]]?.[_0x1b01db(0x132)](0x0,0xc8))):_0x38ddd9[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x2d74b5[_0x1b01db(0x21c)];_0x2d74b5['ZyfKs'](_0x50f2bd,TestFrameworkConstants[_0x1b01db(0x172)])&&(_0x38ddd9[TestFrameworkConstants[_0x1b01db(0x17e)]]=_0x50f2bd);_0x38ddd9[TestFrameworkConstants[_0x1b01db(0x272)]]=_0x30ba24['finished_at']||new Date()[_0x1b01db(0x200)](),_0x38ddd9[TestFrameworkConstants[_0x1b01db(0x171)]]=_0x55fc6a;const _0x2880ac=_0x38ddd9[TestFrameworkConstants[_0x1b01db(0x184)]];!_0xfacf3d[_0x2a4725]&&(_0xfacf3d[_0x2a4725]=[]);_0xfacf3d[_0x2a4725]['push'](_0x38ddd9),_0x5a28c1[_0x21e780][TestFrameworkConstants[_0x1b01db(0x1c3)]]=_0x2a4725;const _0x379f78={};_0x379f78[_0x1b01db(0x241)]=0x2,logger[_0x1b01db(0x1da)](_0x1b01db(0x23a)+_0x2a4725+_0x1b01db(0x12a)+_0x2880ac+_0x1b01db(0x1ff)+_0x50f2bd+',\x20hook='+util[_0x1b01db(0x24f)](_0x38ddd9,_0x379f78));}}}return _0x5a28c1;}[a92_0x442cf1(0x1fa)](_0x5759a0){const _0x553275=a92_0x442cf1,_0x3f5369={};_0x3f5369['gecVE']=_0x553275(0x102);const _0x562c39=_0x3f5369;try{const _0x4db442=_0x5759a0['test']?this[_0x553275(0x22e)](_0x5759a0['test']):_0x5759a0[_0x553275(0x1d3)][_0x553275(0x1a8)],_0x5b13ba=_0x5759a0[_0x553275(0x137)],_0x2b4564=_0x5b13ba['getContext'](),_0x1f6481=_0x5b13ba[_0x553275(0x22d)]()['get'](_0x4db442);if(!_0x1f6481)return logger[_0x553275(0x1da)](_0x553275(0x1f7)+_0x4db442),{};const {[TestFrameworkConstants[_0x553275(0x15c)]]:_0x3b84ea=this[_0x553275(0x263)]()[0x0]||'',[TestFrameworkConstants[_0x553275(0x18e)]]:_0x1a1bc2=this[_0x553275(0x262)]()[this[_0x553275(0x263)]()[0x0]]||'',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x2052ef='',[TestFrameworkConstants[_0x553275(0xeb)]]:_0x45df01=''}=_0x1f6481,_0x4a4ca8=_0x5b13ba['getCurrentTestState']()[_0x553275(0x154)]()[_0x553275(0xfe)]('.')[0x1],_0xf0dfc9=_0x5b13ba[_0x553275(0x1b3)]()[_0x553275(0x154)]()[_0x553275(0xfe)]('.')[0x1],_0x44215e=global?.['__workerDetails']?.[_0x553275(0xe8)]?.[_0x553275(0x238)]||global[_0x553275(0x250)]||0x0,_0x5bfa78=_0x5b13ba[_0x553275(0x211)](),_0x341b79=Buffer[_0x553275(0xdb)](JSON[_0x553275(0x1cf)](_0x1f6481))[_0x553275(0x154)](_0x562c39[_0x553275(0x11b)]),_0x1e1356={'hash':_0x2b4564[_0x553275(0xe1)](),'threadId':_0x2b4564['getThreadId']()[_0x553275(0x154)](),'processId':_0x2b4564[_0x553275(0xff)]()['toString']()},_0x33ee77={};_0x33ee77[_0x553275(0xe3)]=_0x44215e,_0x33ee77[_0x553275(0x155)]=_0x3b84ea,_0x33ee77[_0x553275(0x261)]=_0x1a1bc2,_0x33ee77[_0x553275(0x1f5)]=_0x4a4ca8,_0x33ee77[_0x553275(0xd9)]=_0xf0dfc9,_0x33ee77[_0x553275(0x1f8)]=_0x2052ef,_0x33ee77[_0x553275(0x22a)]=_0x45df01,_0x33ee77[_0x553275(0x134)]=_0x5bfa78,_0x33ee77[_0x553275(0x18c)]=_0x341b79,_0x33ee77[_0x553275(0x13e)]=_0x1e1356,_0x33ee77[_0x553275(0x103)]=_0x4db442;const _0x4298e5=_0x33ee77;return _0x4298e5;}catch(_0x2fbbc7){return logger[_0x553275(0x242)](_0x553275(0x15b)+util[_0x553275(0x19d)](_0x2fbbc7)),{};}}async[a92_0x442cf1(0x13f)](_0x55e4c9,_0x4a517c,_0x40ebbf){const _0x3681bb=a92_0x442cf1,_0x40d01f={'ZFFpY':function(_0xdda148,_0x213602){return _0xdda148+_0x213602;},'cAVqC':'missing','YqLGe':_0x3681bb(0x144),'JDocw':function(_0x149f6d,_0x578e8f){return _0x149f6d>_0x578e8f;},'GwCZu':function(_0x39568b,_0x2dbc5a,_0x54bfce,_0x8b6e45){return _0x39568b(_0x2dbc5a,_0x54bfce,_0x8b6e45);},'eIuqE':function(_0xd1e833,_0xa1eec5){return _0xd1e833-_0xa1eec5;},'BxEAB':function(_0x2e0d6b,_0x2589c8){return _0x2e0d6b===_0x2589c8;},'wpCaT':function(_0x8b8af6,_0x47edb2){return _0x8b8af6/_0x47edb2;},'uEsaO':function(_0x5a9dbf,_0x561fd1){return _0x5a9dbf<_0x561fd1;},'MTSYy':function(_0x27833a,_0x4fac8a){return _0x27833a*_0x4fac8a;},'yqmRR':function(_0x31072c,_0x34d322){return _0x31072c+_0x34d322;},'VqYMX':function(_0x54152a,_0x525906){return _0x54152a+_0x525906;},'uUmqy':function(_0x3f6e59,_0x180be0){return _0x3f6e59+_0x180be0;},'PBpsO':function(_0x42d2b0,_0x3fcd4e){return _0x42d2b0>_0x3fcd4e;}};try{const _0x4c87e5=_0x40ebbf['testUUID']||_0x40ebbf[_0x3681bb(0xe2)],_0x4ac0fa=Array[_0x3681bb(0xdb)](_0x55e4c9[_0x3681bb(0x22d)]()[_0x3681bb(0x219)]()),_0x8803ad=_0x55e4c9[_0x3681bb(0x22d)]()[_0x3681bb(0x1ee)](_0x4c87e5);if(!_0x8803ad){logger[_0x3681bb(0x1da)](_0x3681bb(0x22f)+_0x4c87e5);return;}const {[TestFrameworkConstants[_0x3681bb(0x15c)]]:_0x22283d='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x1105d9=''}=_0x8803ad;let _0x51d1a0=[];_0x8803ad&&_0x8803ad[TestFrameworkConstants[_0x3681bb(0x16e)]]&&Array['isArray'](_0x8803ad[TestFrameworkConstants[_0x3681bb(0x16e)]])?(_0x51d1a0=_0x8803ad[TestFrameworkConstants[_0x3681bb(0x16e)]]||[],logger['debug'](_0x3681bb(0x20d)+_0x51d1a0['length']+_0x3681bb(0x18b)+_0x4c87e5),_0x55e4c9['addMultipleEntries']({[_0x4c87e5]:{[TestFrameworkConstants[_0x3681bb(0x16e)]]:[],[TestFrameworkConstants[_0x3681bb(0x15c)]]:this[_0x3681bb(0x263)]()[0x0]||'',[TestFrameworkConstants[_0x3681bb(0x18e)]]:this['getTestFrameworksVersions']()[this[_0x3681bb(0x263)]()[0x0]]||''}}),logger[_0x3681bb(0x1da)](_0x3681bb(0x165)+_0x4c87e5)):logger[_0x3681bb(0x1da)](_0x3681bb(0x1fb)+_0x4c87e5);logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20'+_0x51d1a0[_0x3681bb(0x213)]+_0x3681bb(0x139)+_0x4c87e5);const _0x42939c=_0x51d1a0['filter'](_0x3f78dd=>_0x3f78dd[_0x3681bb(0x16c)]==='TEST_SCREENSHOT');_0x40d01f[_0x3681bb(0x1c2)](_0x42939c[_0x3681bb(0x213)],0x0)&&(logger[_0x3681bb(0x1da)](_0x3681bb(0x1b7)+_0x42939c[_0x3681bb(0x213)]+_0x3681bb(0xda)+_0x4c87e5),_0x42939c['forEach']((_0x5249f9,_0x258054)=>{const _0x345c19=_0x3681bb;logger[_0x345c19(0x1da)](_0x345c19(0x1d8)+_0x40d01f['ZFFpY'](_0x258054,0x1)+'/'+_0x42939c['length']+_0x345c19(0x1f1)+(_0x5249f9[_0x345c19(0x103)]||_0x40d01f[_0x345c19(0x130)])+_0x345c19(0x225)+(_0x5249f9['test_run_uuid']||_0x40d01f[_0x345c19(0x130)])+_0x345c19(0x1e1)+(_0x5249f9[_0x345c19(0x1bd)]||_0x40d01f[_0x345c19(0x1c7)])+',\x20messageLength='+(_0x5249f9[_0x345c19(0x236)]?.[_0x345c19(0x213)]||0x0));}));const _0x3c2e75=_0x8803ad[TestFrameworkConstants[_0x3681bb(0x23c)]]||{},_0x270fff=_0x40d01f['GwCZu'](getMediaArtifactsLogs,_0x3c2e75,null,_0x4c87e5),_0x2ebb6b=(_0x51d1a0||[])['concat'](_0x270fff||[]),_0x319ff9=_0x42939c?.[_0x3681bb(0x213)]||0x0,_0x3d57a4=_0x40d01f[_0x3681bb(0xfd)](_0x51d1a0?.['length']||0x0,_0x319ff9);logger[_0x3681bb(0x1da)](_0x3681bb(0x20c)+_0x4c87e5+_0x3681bb(0x123)+_0x3d57a4+',\x20screenshotLogs:\x20'+_0x319ff9+_0x3681bb(0x113)+(_0x270fff?.[_0x3681bb(0x213)]||0x0)+_0x3681bb(0x15a)+_0x2ebb6b[_0x3681bb(0x213)]);if(!_0x2ebb6b||_0x40d01f[_0x3681bb(0x20a)](_0x2ebb6b['length'],0x0)){logger[_0x3681bb(0x1da)](_0x3681bb(0x115)+_0x4c87e5);return;}const _0x171da2=0x28,_0x364f9d=Math[_0x3681bb(0x109)](_0x40d01f[_0x3681bb(0x26b)](_0x2ebb6b[_0x3681bb(0x213)],_0x171da2));for(let _0x21145a=0x0;_0x40d01f[_0x3681bb(0x220)](_0x21145a,_0x364f9d);_0x21145a++){const _0x387eb8=_0x40d01f[_0x3681bb(0x1d1)](_0x21145a,_0x171da2),_0x5e8665=_0x40d01f['yqmRR'](_0x387eb8,_0x171da2),_0x182abb=_0x2ebb6b[_0x3681bb(0xf5)](_0x387eb8,_0x5e8665),_0x20e449=global?.[_0x3681bb(0x12c)]??0x0,_0x39624e={'platformIndex':_0x20e449,'logs':_0x182abb,'testFrameworkName':_0x22283d,'testFrameworkVersion':_0x1105d9,'testFrameworkState':_0x4a517c[_0x3681bb(0x154)]()['split']('.')[0x1]},_0x1c21ab={};_0x1c21ab[_0x3681bb(0x241)]=0x3,_0x1c21ab[_0x3681bb(0x1d0)]=0x5,logger[_0x3681bb(0x1da)](_0x3681bb(0x234)+_0x40d01f[_0x3681bb(0x20f)](_0x21145a,0x1)+'/'+_0x364f9d+_0x3681bb(0x138)+_0x4c87e5+_0x3681bb(0x1a9)+_0x182abb[_0x3681bb(0x213)]+',\x20platformIndex:\x20'+_0x20e449+',\x20payload:\x20'+util[_0x3681bb(0x24f)](_0x39624e,_0x1c21ab));const _0x13f0d6=await GrpcClient[_0x3681bb(0x23e)]()[_0x3681bb(0x159)](_0x39624e);logger['debug'](_0x3681bb(0x234)+_0x40d01f[_0x3681bb(0x1b4)](_0x21145a,0x1)+'/'+_0x364f9d+_0x3681bb(0x138)+_0x4c87e5+_0x3681bb(0x106)+util[_0x3681bb(0x24f)](_0x13f0d6));}_0x270fff&&_0x40d01f['PBpsO'](_0x270fff[_0x3681bb(0x213)],0x0)&&_0x8803ad[TestFrameworkConstants[_0x3681bb(0x23c)]]&&_0x55e4c9[_0x3681bb(0x18a)]({[_0x4c87e5]:{[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{},[TestFrameworkConstants[_0x3681bb(0x15c)]]:this[_0x3681bb(0x263)]()[0x0]||'',[TestFrameworkConstants[_0x3681bb(0x18e)]]:this['getTestFrameworksVersions']()[this[_0x3681bb(0x263)]()[0x0]]||''}}),logger['debug'](_0x3681bb(0x192)+_0x4c87e5+_0x3681bb(0x23b)+_0x364f9d);}catch(_0x20905d){logger[_0x3681bb(0x242)](_0x3681bb(0x269)+(_0x40ebbf[_0x3681bb(0x24e)]||_0x40ebbf[_0x3681bb(0xe2)])+_0x3681bb(0x1bc)+util[_0x3681bb(0x19d)](_0x20905d));}}['storePendingHook'](_0x100360,_0x36ea1f,_0x409d30,_0x4add1e,_0x426217){const _0x11b74b=a92_0x442cf1,_0x1d1169={};_0x1d1169['JyjLK']=function(_0x52a748,_0x2a8207){return _0x52a748===_0x2a8207;},_0x1d1169[_0x11b74b(0x160)]=_0x11b74b(0x270);const _0x535715=_0x1d1169,{hookData:_0x1ac36b}=_0x426217,_0x30579b={'testId':_0x36ea1f,'testFrameworkState':_0x409d30,'hookState':_0x4add1e,'args':_0x426217,'timestamp':new Date()[_0x11b74b(0x200)]()};if(_0x535715['JyjLK'](_0x409d30,TestFrameworkState['BEFORE_ALL'])&&_0x1ac36b){const _0x3b2d08={};_0x3b2d08[_0x11b74b(0x1fc)]=_0x1ac36b[_0x11b74b(0x10f)]||_0x1ac36b['location'],_0x3b2d08['scope']=_0x1ac36b[_0x11b74b(0x182)]||_0x1ac36b['scopes']&&_0x1ac36b['scopes'][0x0]||'',_0x3b2d08[_0x11b74b(0x265)]=_0x535715[_0x11b74b(0x160)],_0x30579b[_0x11b74b(0xf4)]=_0x3b2d08,logger[_0x11b74b(0x1da)]('[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20'+_0x36ea1f+_0x11b74b(0x114)+_0x30579b[_0x11b74b(0xf4)][_0x11b74b(0x1fc)]+_0x11b74b(0x26f)+_0x30579b[_0x11b74b(0xf4)][_0x11b74b(0x182)]);}_0x100360['addPendingHook'](_0x36ea1f,_0x30579b),logger[_0x11b74b(0x1da)]('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x36ea1f+_0x11b74b(0x195)+_0x409d30+',\x20hookState:\x20'+_0x4add1e);}async[a92_0x442cf1(0x1c0)](_0x1b1970,_0x28c964){const _0x2087a7=a92_0x442cf1,_0x3c5f31={};_0x3c5f31[_0x2087a7(0x1e0)]=function(_0x3e2297,_0x324be8){return _0x3e2297>_0x324be8;},_0x3c5f31[_0x2087a7(0x1a5)]=function(_0x2aad45,_0x34d4e8){return _0x2aad45===_0x34d4e8;},_0x3c5f31[_0x2087a7(0x147)]=function(_0x2f088e,_0x2dc750){return _0x2f088e===_0x2dc750;},_0x3c5f31[_0x2087a7(0x235)]=function(_0x10425b,_0x107eda){return _0x10425b===_0x107eda;},_0x3c5f31[_0x2087a7(0x14b)]=function(_0x77a316,_0x594a4e){return _0x77a316===_0x594a4e;},_0x3c5f31[_0x2087a7(0x254)]='[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook';const _0x168533=_0x3c5f31;if(_0x1b1970[_0x2087a7(0x23d)](_0x28c964)){const _0x185df1=_0x1b1970[_0x2087a7(0x206)](_0x28c964);logger[_0x2087a7(0x1da)](_0x2087a7(0x156)+_0x185df1[_0x2087a7(0x213)]+'\x20pending\x20hooks\x20for\x20testId:\x20'+_0x28c964);for(const _0x171786 of _0x185df1){try{const _0x18ba60=await this[_0x2087a7(0x111)](_0x1b1970,_0x171786[_0x2087a7(0x1f5)],_0x171786['hookState'],_0x171786[_0x2087a7(0x24d)]);_0x18ba60&&_0x168533[_0x2087a7(0x1e0)](Object[_0x2087a7(0x219)](_0x18ba60)[_0x2087a7(0x213)],0x0)&&_0x1b1970['addMultipleEntries'](_0x18ba60),await this[_0x2087a7(0x1ed)](_0x1b1970,_0x171786[_0x2087a7(0x1f5)],_0x171786[_0x2087a7(0xd9)],_0x171786['args']);}catch(_0x2ff0d9){logger[_0x2087a7(0x242)](_0x2087a7(0x118)+_0x28c964+_0x2087a7(0x1bc)+_0x2ff0d9);}}_0x1b1970[_0x2087a7(0x170)](_0x28c964),logger['debug'](_0x2087a7(0x260)+_0x28c964);}const _0x2cac39=_0x1b1970[_0x2087a7(0x22d)]()[_0x2087a7(0x1ee)](_0x28c964);if(_0x2cac39){const _0x18ff8f=_0x2cac39[TestFrameworkConstants['KEY_TEST_FILE_PATH']]||_0x2cac39[TestFrameworkConstants[_0x2087a7(0x174)]],_0x23f4ba=_0x2cac39[TestFrameworkConstants[_0x2087a7(0xe0)]]||_0x2cac39[TestFrameworkConstants[_0x2087a7(0x12e)]]&&_0x2cac39[TestFrameworkConstants['KEY_TEST_SCOPES']][0x0]||'';logger['debug']('[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20'+_0x18ff8f+',\x20scope:\x20'+_0x23f4ba);const _0x1472e1=_0x1b1970['getAllPendingHookTestIds']();for(const _0x53a0c5 of _0x1472e1){if(_0x168533[_0x2087a7(0x1a5)](_0x53a0c5,_0x28c964))continue;if(_0x1b1970[_0x2087a7(0x23d)](_0x53a0c5)){const _0x54ccdf=_0x1b1970[_0x2087a7(0x206)](_0x53a0c5);for(const _0x3f8131 of _0x54ccdf){if(_0x168533[_0x2087a7(0x147)](_0x3f8131[_0x2087a7(0x1f5)],TestFrameworkState[_0x2087a7(0x1d4)])&&_0x3f8131[_0x2087a7(0xf4)]){const _0x280091=_0x3f8131[_0x2087a7(0xf4)]['filePath'],_0x370922=_0x3f8131[_0x2087a7(0xf4)]['scope'];if(_0x168533[_0x2087a7(0x235)](_0x280091,_0x18ff8f)&&_0x168533[_0x2087a7(0x1a5)](_0x370922,_0x23f4ba)){logger['debug'](_0x2087a7(0xf8)+_0x53a0c5+',\x20currentTestId:\x20'+_0x28c964+_0x2087a7(0x114)+_0x280091+_0x2087a7(0x26f)+_0x370922);_0x3f8131[_0x2087a7(0x24d)]&&_0x3f8131[_0x2087a7(0x24d)][_0x2087a7(0x1d3)]&&(_0x3f8131[_0x2087a7(0x24d)][_0x2087a7(0x1d3)][_0x2087a7(0x1a8)]=_0x28c964,logger['debug']('[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20'+_0x53a0c5+_0x2087a7(0x12d)+_0x28c964));try{const _0x57b632=await this['trackHookEvent'](_0x1b1970,_0x3f8131['testFrameworkState'],_0x3f8131[_0x2087a7(0xd9)],_0x3f8131[_0x2087a7(0x24d)]);_0x57b632&&_0x168533[_0x2087a7(0x1e0)](Object[_0x2087a7(0x219)](_0x57b632)['length'],0x0)&&_0x1b1970[_0x2087a7(0x18a)](_0x57b632);await this[_0x2087a7(0x1ed)](_0x1b1970,_0x3f8131['testFrameworkState'],_0x3f8131[_0x2087a7(0xd9)],_0x3f8131[_0x2087a7(0x24d)]);const _0x46f86f=_0x1b1970[_0x2087a7(0x206)](_0x53a0c5)[_0x2087a7(0x1b1)](_0x3469d6=>_0x3469d6!==_0x3f8131);if(_0x168533[_0x2087a7(0x14b)](_0x46f86f['length'],0x0))_0x1b1970[_0x2087a7(0x170)](_0x53a0c5);else{_0x1b1970[_0x2087a7(0x170)](_0x53a0c5);for(const _0x3e80f0 of _0x46f86f){_0x1b1970[_0x2087a7(0x146)](_0x53a0c5,_0x3e80f0);}}logger[_0x2087a7(0x1da)](_0x168533['PzpmH']);}catch(_0x3ba963){logger[_0x2087a7(0x242)](_0x2087a7(0x1e6)+_0x28c964+_0x2087a7(0x1bc)+_0x3ba963);}}}}}}}}[a92_0x442cf1(0x110)](_0x229421){const _0x297f56=a92_0x442cf1,_0x5abf89={'hApqW':function(_0x34cf42){return _0x34cf42();}};if(!_0x229421||!_0x229421[_0x297f56(0x1ac)])return;_0x229421['parent'][_0x297f56(0x176)]&&Array[_0x297f56(0x187)](_0x229421[_0x297f56(0x1ac)][_0x297f56(0x176)])&&_0x229421[_0x297f56(0x1ac)][_0x297f56(0x176)][_0x297f56(0x17a)](_0x28f670=>{const _0x156f48=_0x297f56;!_0x28f670[_0x156f48(0x119)]&&!_0x28f670[_0x156f48(0x255)]&&(_0x28f670['hookAnalyticsId']=_0x5abf89[_0x156f48(0x100)](uuidv4),_0x28f670[_0x156f48(0x255)]=_0x28f670['hookAnalyticsId'],logger[_0x156f48(0x1da)]('[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type='+_0x28f670[_0x156f48(0x126)]+_0x156f48(0x164)+_0x28f670[_0x156f48(0x119)]));}),this['mapTestHooks'](_0x229421[_0x297f56(0x1ac)]);}[a92_0x442cf1(0x214)](_0x13c5c1){const _0x5978b0=a92_0x442cf1,_0x4b3466={'Stvcs':function(_0xe76819,_0xbdee75){return _0xe76819(_0xbdee75);}};if(!_0x13c5c1||!_0x13c5c1[_0x5978b0(0x1ac)])return[];const _0x23c34b=[];return _0x13c5c1['parent']['hooks']&&Array['isArray'](_0x13c5c1[_0x5978b0(0x1ac)][_0x5978b0(0x176)])&&_0x13c5c1['parent'][_0x5978b0(0x176)][_0x5978b0(0x17a)](_0x3e6a30=>{const _0x1d519f=_0x5978b0,_0x13bf91=_0x3e6a30[_0x1d519f(0x119)]||_0x3e6a30[_0x1d519f(0x255)];_0x13bf91&&!this[_0x1d519f(0x16a)](_0x3e6a30)&&!_0x4b3466[_0x1d519f(0x189)](isInternalHook,_0x3e6a30['fn'])&&_0x23c34b[_0x1d519f(0x210)](_0x13bf91);}),[..._0x23c34b,...this[_0x5978b0(0x214)](_0x13c5c1[_0x5978b0(0x1ac)])];}[a92_0x442cf1(0x163)](_0x27dd7c){const _0x3664d2=a92_0x442cf1,_0x3b756e={'fxxAJ':function(_0x3dde85,_0x10a7b7){return _0x3dde85(_0x10a7b7);},'YueaB':_0x3664d2(0xde),'FWYpq':function(_0x4e2cf1,_0x13752d){return _0x4e2cf1(_0x13752d);}},_0x3f37be=new Map(),_0x3d47de=_0x5cdb45=>{const _0x47db7e=_0x3664d2,_0x2254a7={'Zbzuz':function(_0x569a7d,_0x1f73ff){const _0xc98572=a92_0x2bb6;return _0x3b756e[_0xc98572(0x1e3)](_0x569a7d,_0x1f73ff);},'kHEfz':_0x3b756e[_0x47db7e(0xf9)]};if(!_0x5cdb45||!_0x5cdb45[_0x47db7e(0x1ac)])return;_0x5cdb45[_0x47db7e(0x1ac)][_0x47db7e(0x176)]&&Array[_0x47db7e(0x187)](_0x5cdb45[_0x47db7e(0x1ac)][_0x47db7e(0x176)])&&_0x5cdb45[_0x47db7e(0x1ac)]['hooks'][_0x47db7e(0x17a)](_0x21bba1=>{const _0x25113b=_0x47db7e,_0x147d20=_0x21bba1[_0x25113b(0x119)]||_0x21bba1[_0x25113b(0x255)];if(_0x147d20&&!this[_0x25113b(0x16a)](_0x21bba1)&&!_0x2254a7['Zbzuz'](isInternalHook,_0x21bba1['fn'])){const _0x1b4c25={};_0x1b4c25[_0x25113b(0x126)]=_0x21bba1[_0x25113b(0x126)]||_0x2254a7[_0x25113b(0x24a)],_0x1b4c25[_0x25113b(0xfc)]=_0x21bba1[_0x25113b(0xfc)]||'\x22'+_0x21bba1[_0x25113b(0x126)]+_0x25113b(0x120),_0x3f37be[_0x25113b(0xfa)](_0x147d20,_0x1b4c25);}}),_0x3b756e[_0x47db7e(0x1e3)](_0x3d47de,_0x5cdb45[_0x47db7e(0x1ac)]);};return _0x3b756e[_0x3664d2(0x1e9)](_0x3d47de,_0x27dd7c),_0x3f37be;}[a92_0x442cf1(0x16a)](_0x169959){const _0x5bb04b=a92_0x442cf1,_0x2a1d09={};_0x2a1d09[_0x5bb04b(0x1b9)]=_0x5bb04b(0x13d),_0x2a1d09['ZjALq']=_0x5bb04b(0x1e4);const _0x5cc1ad=_0x2a1d09;try{const _0x49ad0c=this[_0x5bb04b(0x178)](_0x169959);if(!_0x49ad0c||_0x49ad0c[_0x5bb04b(0x10a)](_0x5cc1ad[_0x5bb04b(0x1b9)]))return!![];return![];}catch(_0x43d365){logger[_0x5bb04b(0x1da)](_0x5cc1ad[_0x5bb04b(0x108)]);}return![];}[a92_0x442cf1(0x178)](_0x3a40cf){const _0x13ee24=a92_0x442cf1,_0x1d1206={'cArIj':function(_0x4fbc2a,_0xb2d173){return _0x4fbc2a(_0xb2d173);}};if(_0x3a40cf[_0x13ee24(0x116)])return _0x3a40cf[_0x13ee24(0x116)];if(_0x3a40cf[_0x13ee24(0x107)])try{const _0x22367d=stackTrace[_0x13ee24(0x221)](_0x3a40cf[_0x13ee24(0x107)]),_0x3fe620=_0x1d1206['cArIj'](pickUserFrameFile,_0x22367d);if(_0x3fe620)return _0x3fe620;logger['debug'](_0x13ee24(0x124)+_0x22367d[_0x13ee24(0x213)]+')');}catch(_0x7ad005){logger[_0x13ee24(0x1da)](_0x13ee24(0x266)+util['format'](_0x7ad005));}return null;}}function a92_0x43a4(){const _0x2e4352=['parent','\x20(testIdentifier),\x20tags=',',\x20failureType=','xEPOF','join','filter','skip','getCurrentHookState','uUmqy','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','gAifF','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','exports','yzLrL','yUptm','\x20&\x20hookState=',',\x20error:\x20','hook_run_uuid','GpJyC','XKQVe','processPendingHooks','trackJestInstance:\x20instance\x20already\x20exists','JDocw','KEY_HOOK_LAST_FINISHED','failure_reason',',\x20hookType=','getJestFailureData','YqLGe','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','sXFWi','HdddJ','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event',',\x20hookData=',',\x20testId=','stringify','maxArrayLength','MTSYy','OANef','hookData','BEFORE_ALL',',\x20duration=','hook_id','KEY_TEST_ID','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','parseJestTestResult','debug','KEY_TEST_RERUN_NAME','IdQLv','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','match','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','MDLur',',\x20hook_run_uuid=','getJestTestName','fxxAJ','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','getJestFailureReason','FWYpq',',\x20filePath=',',\x20scopes=',',\x20failureReason=','runHooks','get','errorsDetailed','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','\x20-\x20test_identifier=','removeActiveHook','AssertionError','GlooB','testFrameworkState','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','startedAt','9URIvHI','createTestFrameworkEventPayload','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','filePath','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','124470WcOKTj',',\x20result=','toISOString','udkVb',',\x20version=','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','Unknown\x20error','getPendingHooks','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','skipped','cLjXl','BxEAB','WCzpN','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','pop','VqYMX','push','getRef','KEY_HOOKS_FINISHED','length','getHooksForTest','FakNO','Tydpf',',\x20totalHooks=','getJestTestFilePath','keys','storePendingHook','DEFAULT_TEST_RESULT','VODWx','KEY_TEST_FAILURE','GfHdn','OwXYZ','uEsaO','parse',',\x20remainingHooks=','../../../helpers/classLogger.js','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=',',\x20test_run_uuid=','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','mwWNR','trackEvent',':testAnalyticsId','endedAt','IcdNd','748670DYtOGc','getAllData','getJestTestIdentifier','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','KNMDr','code','iGMPq','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','lqWHE','message','getJestTestTags','parallelIndex','passed','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=',',\x20totalBatches:\x20','KEY_TEST_ATTACHMENTS','hasPendingHooks','getInstance','oIvke','toUpperCase','depth','error','getJestFailureType','_ALL','../../../helpers/test-observability/utils','stack-trace','delete','LOG_REPORT','\x22\x20from\x20testData','kHEfz','finished_at','KEY_TEST_NAME','args','testUUID','inspect','__bstackPlatformIndex','Unknown\x20Test','KEY_HOOK_FAILURE_TYPE','../TestInfo.js','PzpmH','hookUUID','KEY_EVENT_STARTED_AT','resolveInstance','KEY_TEST_FAILURE_REASON','trackJestInstance','result','../../../helpers/helper.js','qgfge','707372hYeleI','qEsPh','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','testFrameworkVersion','getTestFrameworksVersions','getTestFrameworks','rdXyR','hookType','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','PRE','6255445bYFvlG','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','LlfTD','wpCaT','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','KEY_HOOK_NAME',',\x20state=',',\x20scope:\x20','beforeAll','7905104ebbJan','KEY_EVENT_ENDED_AT','DIyPr','PlqaQ','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','hookState','\x20screenshot\x20logs\x20for\x20testId:\x20','from','KEY_TEST_RESULT_AT',',\x20target=','unknown','ZhUUj','KEY_TEST_SCOPE','getId','testId','platformIndex','duration','UDSiv','getTrackedInstance','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','workerInfo','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','testData','KEY_TEST_ENDED_AT','KEY_TEST_TAGS','KEY_TEST_FAILURE_TYPE',',\x20testFramework=','KEY_TEST_META','cndEg',',\x20storing\x20as\x20pending\x20hook','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','FMoXY','hookMetadata','slice','\x20attachments','KEY_HOOKS_STARTED','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','YueaB','set','aTrBG','name','eIuqE','split','getProcessId','hApqW','qLwvm','base64','test_identifier',',\x20hookState=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20',',\x20response=','asyncError','ZjALq','ceil','includes','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','../state/testFrameworkState.js','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','substr','file_name','mapTestHooks','trackHookEvent','../instances/testFrameworkInstance.js',',\x20attachmentLogs:\x20',',\x20filePath:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','file','title','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','hookAnalyticsId','./testFramework','gecVE','test','event_ended_at','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','fiiKj','\x22\x20hook','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','JestTestFramework',',\x20consoleLogs:\x20','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','scopes','type','rJneN','CINsT','parseJestTest',',\x20hookId=','KEY_TEST_STARTED_AT','browserstackPlatformIndex','\x20to\x20','KEY_TEST_SCOPES','gbXYQ','cAVqC','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','substring','KEY_TEST_UUID','uuid','jjbkP','status','instance','\x20-\x20testId:\x20','\x20for\x20testId:\x20','NONE','POST','XNkHB','jest-circus','executionContext','sendLogCreatedEvent','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','map','KEY_HOOK_FAILURE_REASON','none','findIndex','addPendingHook','qlfjG','KEY_TEST_RESULT','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','started_at','gHpdl','uiJaM','retryOf','1141CpmizX','body','OrwYq',',\x20hooksListLength=','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','uqXgG','toString','testFrameworkName','Processing\x20','KEY_HOOK_FAILURE','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','logCreatedEvent',',\x20totalLogs:\x20','Error\x20in\x20createTestFrameworkEventPayload:\x20','KEY_TEST_FRAMEWORK_NAME','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','GHZBP','activeHooks','lUzDy','splice','3133692wzjLfA','buildHookMapFromTest',',\x20hookUUID=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','3yCWdkE','util','ROOT_DESCRIBE_BLOCK','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','isJestInternalHook','KEY_TEST_LOGS','kind','zSsvk','KEY_LOGS','reverse','removePendingHooks','KEY_CUSTOM_TAGS','DEFAULT_HOOK_RESULT','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','KEY_TEST_LOCATION','24168TLzCDj','hooks','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','getRootParentFile','originalTest','forEach','getActiveHook','tags','TEST','KEY_HOOK_RESULT','zdqRB','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','\x20(testIdentifier),\x20result=','scope','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','KEY_HOOK_ID',',\x20contextId=','setTrackedInstance','isArray','trackJestInstance:\x20created\x20instance\x20for\x20target=','Stvcs','addMultipleEntries','\x20logs\x20for\x20testId:\x20','eventJson','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','KEY_TEST_FRAMEWORK_VERSION','\x20hook','OPLOT','UnhandledError','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20',',\x20argsKeys=','pid',',\x20state:\x20','failed','hXtaZ','GNLco','KEY_HOOK_LAST_STARTED','KEY_TEST_RETRY_OF','Igjgn','../../../helpers/stackFrameUtils','format','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','getContext','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','../cliUtils.js','has','\x20(testIdentifier)','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','Wockr','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','test_run_id',',\x20logsInBatch:\x20','skdUm','yIiKO'];a92_0x43a4=function(){return _0x2e4352;};return a92_0x43a4();}module[a92_0x442cf1(0x1b8)]=JestTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a93_0x377c38=a93_0xbad2;(function(_0x559e0f,_0xb5bc25){const _0x2675b7=a93_0xbad2,_0x519459=_0x559e0f();while(!![]){try{const _0x14a5de=-parseInt(_0x2675b7(0xe4))/0x1*(-parseInt(_0x2675b7(0x10a))/0x2)+-parseInt(_0x2675b7(0xd5))/0x3*(-parseInt(_0x2675b7(0xe8))/0x4)+parseInt(_0x2675b7(0xed))/0x5*(-parseInt(_0x2675b7(0xdc))/0x6)+-parseInt(_0x2675b7(0xd8))/0x7*(parseInt(_0x2675b7(0xf3))/0x8)+parseInt(_0x2675b7(0xd7))/0x9+parseInt(_0x2675b7(0xbc))/0xa+-parseInt(_0x2675b7(0x108))/0xb;if(_0x14a5de===_0xb5bc25)break;else _0x519459['push'](_0x519459['shift']());}catch(_0x2f3fe0){_0x519459['push'](_0x519459['shift']());}}}(a93_0x3352,0xa0df3));const path=require(a93_0x377c38(0xb6)),TestFramework=require(a93_0x377c38(0xef)),TestFrameworkState=require(a93_0x377c38(0xe2)),HookState=require(a93_0x377c38(0xdd)),{createClassLogger}=require(a93_0x377c38(0xeb)),TestFrameworkInstance=require(a93_0x377c38(0xdb)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a93_0x377c38(0xd9)),TestFrameworkConstants=require(a93_0x377c38(0xb8)),util=require(a93_0x377c38(0xc1)),logger=createClassLogger(a93_0x377c38(0xdf));function a93_0xbad2(_0x4794b4,_0x4d14e8){const _0x335213=a93_0x3352();return a93_0xbad2=function(_0xbad2bc,_0x57c0be){_0xbad2bc=_0xbad2bc-0xb4;let _0x411158=_0x335213[_0xbad2bc];return _0x411158;},a93_0xbad2(_0x4794b4,_0x4d14e8);}function a93_0x3352(){const _0xfa1cc4=['9717237dRdlUH','53564MvCXbL','../instances/trackedInstance.js','getProcessId','../instances/testFrameworkInstance.js','2616yDGmzJ','../state/hookState.js','resolveInstance','NewmanTestFramework','trackEvent:\x20error=','wEsbK','../state/testFrameworkState.js','toString','569IlVWZn','from','uuid','NONE','15512qvEUHR','KEY_TEST_META','failure_reason','../../../helpers/classLogger.js','parseNewmanTest','20UCnDbt','\x20hook=','./testFramework','KEY_TEST_STARTED_AT','stringify','getContext','48riKnng','format','KEY_TEST_LOCATION','scope','test','KEY_TEST_FAILURE_REASON','AOXff','KEY_CUSTOM_TAGS','tags','KEY_TEST_ENDED_AT','finished_at','trackEvent','name','KEY_TEST_SCOPE','KEY_TEST_FAILURE_TYPE','createTestFrameworkEventPayload:\x20error=','getAllData','custom_metadata','KEY_HOOKS_FINISHED','addMultipleEntries','getTestFrameworks','22567853EDBWPV','toISOString','3158tcPuLv','failure_type','runHooks','path','KEY_TEST_ID','./constants/testFrameworkConstants.js','hGauj','getCurrentTestState','KEY_TEST_UUID','3069500hUeKNq','KEY_TEST_NAME','getCurrentHookState','getCurrentInstanceName','pending','util','parseNewmanTestResult','KEY_TEST_TAGS','split','instance','KEY_TEST_FRAMEWORK_VERSION','KEY_TEST_LOGS','KEY_TEST_SCOPES','KEY_TEST_CODE','setTrackedInstance','failure','createTestFrameworkEventPayload','location','getId','scopes','trackEvent:\x20state=','error','KEY_TEST_FRAMEWORK_NAME','started_at','KEY_TEST_RESULT','366lkeMxK','PRE'];a93_0x3352=function(){return _0xfa1cc4;};return a93_0x3352();}class NewmanTestFramework extends TestFramework{constructor(_0x4d0b77,_0x47b322,_0x5d90ec){super(_0x4d0b77,_0x47b322,_0x5d90ec);}async[a93_0x377c38(0xfe)](_0x38e1d1,_0x5be289,_0x3e0ab3={}){const _0x3af5db=a93_0x377c38,_0x33aac3={};_0x33aac3[_0x3af5db(0xe1)]=function(_0x45d10a,_0x3eea4b){return _0x45d10a===_0x3eea4b;};const _0x4cad8d=_0x33aac3;logger['debug'](_0x3af5db(0xd0)+_0x38e1d1+_0x3af5db(0xee)+_0x5be289),await super[_0x3af5db(0xfe)](_0x38e1d1,_0x5be289,_0x3e0ab3);const _0x2424f0=this[_0x3af5db(0xde)](_0x38e1d1,_0x5be289,_0x3e0ab3);if(!_0x2424f0)return;try{if(_0x4cad8d[_0x3af5db(0xe1)](_0x38e1d1,TestFrameworkState['TEST'])&&_0x3e0ab3[_0x3af5db(0xf7)]){const _0x231034=_0x4cad8d[_0x3af5db(0xe1)](_0x5be289,HookState[_0x3af5db(0xd6)])?this[_0x3af5db(0xec)](_0x3e0ab3['test']):this[_0x3af5db(0xc2)](_0x3e0ab3[_0x3af5db(0xf7)]);_0x2424f0[_0x3af5db(0x106)](_0x231034);}}catch(_0x55475a){logger[_0x3af5db(0xd1)](_0x3af5db(0xe0)+util[_0x3af5db(0xf4)](_0x55475a));}_0x3e0ab3[_0x3af5db(0xc5)]=_0x2424f0,await this[_0x3af5db(0xb5)](_0x2424f0,_0x38e1d1,_0x5be289,_0x3e0ab3);}[a93_0x377c38(0xec)](_0x55acf2){const _0x27f4a7=a93_0x377c38,_0x4daabe=this[_0x27f4a7(0x107)]()[0x0],_0x1642c6={};return _0x1642c6[_0x55acf2[_0x27f4a7(0xe6)]]={[TestFrameworkConstants[_0x27f4a7(0xd2)]]:_0x4daabe,[TestFrameworkConstants[_0x27f4a7(0xc6)]]:this['getTestFrameworksVersions']()[_0x4daabe],[TestFrameworkConstants[_0x27f4a7(0xc7)]]:[],[TestFrameworkConstants[_0x27f4a7(0x105)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x27f4a7(0xd4)]]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants[_0x27f4a7(0xb7)]]:_0x55acf2[_0x27f4a7(0xe6)],[TestFrameworkConstants[_0x27f4a7(0xbb)]]:_0x55acf2[_0x27f4a7(0xe6)],[TestFrameworkConstants[_0x27f4a7(0xbd)]]:_0x55acf2[_0x27f4a7(0xff)],[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x55acf2['file_path']||'',[TestFrameworkConstants[_0x27f4a7(0xf5)]]:_0x55acf2[_0x27f4a7(0xcd)]||'',[TestFrameworkConstants[_0x27f4a7(0xc9)]]:null,[TestFrameworkConstants[_0x27f4a7(0xc3)]]:_0x55acf2[_0x27f4a7(0xfb)]||[],[TestFrameworkConstants[_0x27f4a7(0xf0)]]:_0x55acf2[_0x27f4a7(0xd3)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x27f4a7(0x100)]]:_0x55acf2[_0x27f4a7(0xf6)]||'',[TestFrameworkConstants[_0x27f4a7(0xc8)]]:_0x55acf2[_0x27f4a7(0xcf)]||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:null,[TestFrameworkConstants[_0x27f4a7(0xfa)]]:_0x55acf2[_0x27f4a7(0x104)]||{},[TestFrameworkConstants[_0x27f4a7(0xe9)]]:_0x55acf2['meta']||{}},_0x1642c6;}[a93_0x377c38(0xc2)](_0xacbb99){const _0xe6acc9=a93_0x377c38,_0x54c5d9={};_0x54c5d9[_0xe6acc9(0xf9)]=_0xe6acc9(0xc0);const _0x2eedbb=_0x54c5d9,_0xe492af={};return _0xe492af[_0xacbb99[_0xe6acc9(0xe6)]]={[TestFrameworkConstants['KEY_TEST_RESULT']]:_0xacbb99['result']||_0x2eedbb['AOXff'],[TestFrameworkConstants[_0xe6acc9(0xfc)]]:_0xacbb99[_0xe6acc9(0xfd)]||new Date()[_0xe6acc9(0x109)](),[TestFrameworkConstants['KEY_TEST_FAILURE']]:_0xacbb99[_0xe6acc9(0xcb)]||[],[TestFrameworkConstants[_0xe6acc9(0x101)]]:_0xacbb99[_0xe6acc9(0xb4)]||null,[TestFrameworkConstants[_0xe6acc9(0xf8)]]:_0xacbb99[_0xe6acc9(0xea)]||null},_0xe492af;}[a93_0x377c38(0xde)](_0x16f24a){const _0x563778=a93_0x377c38;let _0x585c98=TestFramework['getTrackedInstance']();if(!_0x585c98){const _0x247bbd=TrackedInstance['createContext'](CLIUtils[_0x563778(0xbf)]());_0x585c98=new TestFrameworkInstance(_0x247bbd,this[_0x563778(0x107)](),this['getTestFrameworksVersions'](),_0x16f24a,HookState[_0x563778(0xe7)]),TestFramework[_0x563778(0xca)](_0x247bbd,_0x585c98);}return _0x585c98;}[a93_0x377c38(0xcc)](_0x46a2f7){const _0x118f10=a93_0x377c38,_0x197932={};_0x197932['hGauj']='base64';const _0x4e91fa=_0x197932;try{const _0x4337d3=_0x46a2f7[_0x118f10(0xf7)]?_0x46a2f7[_0x118f10(0xf7)][_0x118f10(0xe6)]:null,_0x208e1b=_0x46a2f7[_0x118f10(0xc5)],_0x10cfba=_0x208e1b[_0x118f10(0xf2)](),_0x410051=_0x208e1b[_0x118f10(0x103)]()['get'](_0x4337d3);if(!_0x410051)return{};const {[TestFrameworkConstants[_0x118f10(0xd2)]]:_0x54d551='',[TestFrameworkConstants[_0x118f10(0xc6)]]:_0x1fbaad='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x24f3ab='',[TestFrameworkConstants[_0x118f10(0xfc)]]:_0x3dfe1a=''}=_0x410051;return{'platformIndex':0x0,'testFrameworkName':_0x54d551,'testFrameworkVersion':_0x1fbaad,'testFrameworkState':_0x208e1b[_0x118f10(0xba)]()[_0x118f10(0xe3)]()[_0x118f10(0xc4)]('.')[0x1],'hookState':_0x208e1b[_0x118f10(0xbe)]()['toString']()[_0x118f10(0xc4)]('.')[0x1],'startedAt':_0x24f3ab,'endedAt':_0x3dfe1a,'uuid':_0x4337d3,'eventJson':Buffer[_0x118f10(0xe5)](JSON[_0x118f10(0xf1)](_0x410051))['toString'](_0x4e91fa[_0x118f10(0xb9)]),'executionContext':{'hash':_0x10cfba[_0x118f10(0xce)](),'threadId':_0x10cfba['getThreadId']()['toString'](),'processId':_0x10cfba[_0x118f10(0xda)]()['toString']()}};}catch(_0x405751){return logger['error'](_0x118f10(0x102)+util[_0x118f10(0xf4)](_0x405751)),{};}}}module['exports']=NewmanTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a94_0x1a6f66=a94_0x56f9;(function(_0x4609bc,_0x152028){const _0xd0f94a=a94_0x56f9,_0x372469=_0x4609bc();while(!![]){try{const _0x5b5dfd=parseInt(_0xd0f94a(0x106))/0x1*(-parseInt(_0xd0f94a(0x107))/0x2)+-parseInt(_0xd0f94a(0x100))/0x3*(-parseInt(_0xd0f94a(0x108))/0x4)+-parseInt(_0xd0f94a(0xfc))/0x5*(parseInt(_0xd0f94a(0x101))/0x6)+parseInt(_0xd0f94a(0xfd))/0x7*(-parseInt(_0xd0f94a(0xf9))/0x8)+-parseInt(_0xd0f94a(0xf0))/0x9+-parseInt(_0xd0f94a(0x10b))/0xa*(parseInt(_0xd0f94a(0x109))/0xb)+-parseInt(_0xd0f94a(0x105))/0xc*(-parseInt(_0xd0f94a(0x10d))/0xd);if(_0x5b5dfd===_0x152028)break;else _0x372469['push'](_0x372469['shift']());}catch(_0x5491a3){_0x372469['push'](_0x372469['shift']());}}}(a94_0x2bf8,0x95a16));function a94_0x56f9(_0x4ec119,_0x31b439){const _0x2bf87c=a94_0x2bf8();return a94_0x56f9=function(_0x56f99e,_0x519d14){_0x56f99e=_0x56f99e-0xe1;let _0x2c44a3=_0x2bf87c[_0x56f99e];return _0x2c44a3;},a94_0x56f9(_0x4ec119,_0x31b439);}const AutomationFramework=require(a94_0x1a6f66(0xfb)),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFrameworkState=require(a94_0x1a6f66(0xee)),CLIUtils=require(a94_0x1a6f66(0xe9)),TrackedInstance=require(a94_0x1a6f66(0xf2)),AutomationFrameworkInstance=require(a94_0x1a6f66(0xf8));class PlaywrightAutomationFramework extends AutomationFramework{[a94_0x1a6f66(0xec)]=createClassLogger('PlaywrightAutomationFramework');constructor(_0x5a7436,_0xd9da01){super(_0x5a7436,_0xd9da01);}async['trackEvent'](_0x157b0b,_0x2530f7,_0x2d84b3={}){const _0x36d4bb=a94_0x1a6f66,_0x451f82={};_0x451f82[_0x36d4bb(0xff)]=function(_0x32cba4,_0x2d3b22){return _0x32cba4===_0x2d3b22;};const _0x1f2f13=_0x451f82;this[_0x36d4bb(0xec)][_0x36d4bb(0xed)](_0x36d4bb(0xf4)+_0x157b0b+_0x36d4bb(0xe7)+_0x2530f7),await super[_0x36d4bb(0x10f)](_0x157b0b,_0x2530f7,_0x2d84b3);const _0x3900e0=this[_0x36d4bb(0x10a)](_0x157b0b,_0x2530f7,_0x2d84b3);if(_0x1f2f13[_0x36d4bb(0xff)](_0x3900e0,null))return;_0x2d84b3[_0x36d4bb(0x104)]=_0x3900e0,await this[_0x36d4bb(0xe8)](_0x3900e0,_0x157b0b,_0x2530f7,_0x2d84b3);}['resolveInstance'](_0x2d97a5,_0x1a81ae,_0x238324={}){const _0x4b4367=a94_0x1a6f66,_0x19bd9a={};_0x19bd9a[_0x4b4367(0x10e)]=function(_0x400e88,_0x4ec82f){return _0x400e88===_0x4ec82f;},_0x19bd9a[_0x4b4367(0xe3)]=function(_0x114b9d,_0x2b4545){return _0x114b9d===_0x2b4545;},_0x19bd9a[_0x4b4367(0x103)]=function(_0x5b47cb,_0x59fb00){return _0x5b47cb===_0x59fb00;};const _0x4c2a5f=_0x19bd9a;let _0x3a962c=null;return(_0x4c2a5f[_0x4b4367(0x10e)](_0x2d97a5,AutomationFrameworkState[_0x4b4367(0xea)])||_0x4c2a5f[_0x4b4367(0xe3)](_0x2d97a5,AutomationFrameworkState['PLAYWRIGHT_DISPATCH'])&&(_0x238324[_0x4b4367(0xe6)]&&_0x238324[_0x4b4367(0xe6)][_0x4b4367(0xf3)]&&_0x238324[_0x4b4367(0xe6)][_0x4b4367(0xf3)]['bsParams'])||_0x4c2a5f['BhtZL'](_0x2d97a5,AutomationFrameworkState['NONE']))&&this['trackPlaywrightInstance'](_0x2d97a5,_0x238324),_0x3a962c=AutomationFramework[_0x4b4367(0xf1)](),_0x3a962c;}['trackPlaywrightInstance'](_0x4526dc,_0x46b9de){const _0x5ed905=a94_0x1a6f66,_0x502fe7={};_0x502fe7['IaTQu']=_0x5ed905(0xe4);const _0x3b41ef=_0x502fe7;if(AutomationFramework[_0x5ed905(0xf1)]()){this[_0x5ed905(0xec)][_0x5ed905(0xf6)](_0x3b41ef[_0x5ed905(0xfe)]);return;}const _0x6868e4=CLIUtils['getCurrentInstanceName'](),_0x37fc10=TrackedInstance[_0x5ed905(0x102)](_0x6868e4);let _0x164124=null;this[_0x5ed905(0xec)][_0x5ed905(0xf6)](_0x5ed905(0xf7)+_0x6868e4+_0x5ed905(0x10c)+_0x4526dc),_0x164124=new AutomationFrameworkInstance(_0x37fc10,this[_0x5ed905(0xe2)](),this[_0x5ed905(0xf5)](),_0x4526dc),AutomationFramework[_0x5ed905(0xfa)](_0x37fc10,_0x164124),this[_0x5ed905(0xec)][_0x5ed905(0xf6)](_0x5ed905(0xef)+_0x37fc10[_0x5ed905(0xe1)]()+_0x5ed905(0xeb)+_0x6868e4);}}module[a94_0x1a6f66(0xe5)]=PlaywrightAutomationFramework;function a94_0x2bf8(){const _0x507e6a=['debug','../state/automationFrameworkState.js','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','10783719HjJqbL','getTrackedInstance','../instances/trackedInstance.js','params','trackEvent:\x20automationFrameworkState=','getAutomationFrameworkVersion','info','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','../instances/automationFrameworkInstance.js','328GESuBU','setTrackedInstance','./automationFramework.js','634595yJAFVq','157577BIVgYV','IaTQu','JtlkR','66999bWxdGA','30uoXYvJ','createContext','BhtZL','instance','60RIFITm','154qsfgiN','15002WqeMjY','52UGqPYk','33tZfSyf','resolveInstance','1222990xwFURC',',\x20state=','11960897EaNPEA','HOuee','trackEvent','getId','getAutomationFrameworkName','aIyoy','trackPlaywrightInstance:\x20instance\x20already\x20exists','exports','message','\x20hookState=','runHooks','../cliUtils.js','CREATE','\x20target=','logger'];a94_0x2bf8=function(){return _0x507e6a;};return a94_0x2bf8();}
|