browserstack-node-sdk 1.63.2 → 1.63.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/ai-sdk-node/bundle.js +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
- package/src/bin/jasmine/command.js +1 -1
- package/src/bin/jasmine/test.setup.js +1 -1
- package/src/bin/jasmine/testRunMap.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadErrors.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/builderPatch.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/newman/command.js +1 -1
- package/src/bin/newman/helper.js +1 -1
- package/src/bin/newman/reporter/index.js +1 -1
- package/src/bin/newman/scriptRunner.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/testcafe/a11y-runner.js +1 -1
- package/src/bin/testcafe/command.js +1 -1
- package/src/bin/testcafe/reporter/index.js +1 -1
- package/src/bin/testcafe/reporter/tcUtils.js +1 -1
- package/src/bin/testcafe/session-registry.js +1 -1
- package/src/bin/testcafe/stdout-interceptor.js +1 -1
- package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
- package/src/bin/testcafe/w3c-driver.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/puppeteer-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/newmanTestFramework.js +1 -1
- package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
- package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
- package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testFramework.js +1 -1
- package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
- package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
- package/src/bin/v2/grpcClient.js +1 -1
- package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
- package/src/bin/v2/instances/trackedContext.js +1 -1
- package/src/bin/v2/instances/trackedInstance.js +1 -1
- package/src/bin/v2/modules/accessibilityModule.js +1 -1
- package/src/bin/v2/modules/baseModule.js +1 -1
- package/src/bin/v2/modules/loadTestModule.js +1 -1
- package/src/bin/v2/modules/observabilityModule.js +1 -1
- package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
- package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
- package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
- package/src/bin/v2/modules/testhubModule.js +1 -1
- package/src/bin/v2/sdkErrorHandler.js +1 -1
- package/src/bin/v2/state/automationFrameworkState.js +1 -1
- package/src/bin/v2/state/hookState.js +1 -1
- package/src/bin/v2/state/testFrameworkState.js +1 -1
- package/src/bin/v2/uploadAttachmentsManager.js +1 -1
- package/src/bin/v2/utils/cucumber-utils.js +1 -1
- package/src/bin/v2/utils/jest-utils.js +1 -1
- package/src/bin/vanilla-js/command.js +1 -1
- package/src/browserStackSdk.js +1 -1
- package/src/helpers/BrowserStackSetup.js +1 -1
- package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
- package/src/helpers/accessibility-automation/constants.js +1 -1
- package/src/helpers/accessibility-automation/helper.js +1 -1
- package/src/helpers/accessibility-automation/scripts.js +1 -1
- package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
- package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
- package/src/helpers/ats/constants.js +1 -1
- package/src/helpers/ats/helper.js +1 -1
- package/src/helpers/caCertHelper.js +1 -1
- package/src/helpers/capsMapping.js +1 -1
- package/src/helpers/central-scanner/constants.js +1 -1
- package/src/helpers/central-scanner/helpers.js +1 -1
- package/src/helpers/classLogger.js +1 -1
- package/src/helpers/driverInitErrorReporter.js +1 -1
- package/src/helpers/globals.js +1 -1
- package/src/helpers/helper.js +1 -1
- package/src/helpers/logger.js +1 -1
- package/src/helpers/metadata.js +1 -1
- package/src/helpers/patchHelper.js +1 -1
- package/src/helpers/patchHelpers.js +1 -1
- package/src/helpers/percy/Percy.js +1 -1
- package/src/helpers/percy/PercyBinary.js +1 -1
- package/src/helpers/percy/PercyCaptureMap.js +1 -1
- package/src/helpers/percy/PercyCaptureModes.js +1 -1
- package/src/helpers/percy/PercySDK.js +1 -1
- package/src/helpers/percy/index.js +1 -1
- package/src/helpers/percy/utils.js +1 -1
- package/src/helpers/performance/constants.js +1 -1
- package/src/helpers/performance/performance-tester.js +1 -1
- package/src/helpers/playwright-helper.js +1 -1
- package/src/helpers/processHelper.js +1 -1
- package/src/helpers/puppeteer-helper.js +1 -1
- package/src/helpers/request-spy.js +1 -1
- package/src/helpers/setKeepAlive.js +1 -1
- package/src/helpers/stackFrameUtils.js +1 -1
- package/src/helpers/test-observability/constants.js +1 -1
- package/src/helpers/test-observability/error-handler.js +1 -1
- package/src/helpers/test-observability/requestQueueHandler.js +1 -1
- package/src/helpers/test-observability/sessionHandler.js +1 -1
- package/src/helpers/test-observability/utils.js +1 -1
- package/src/helpers/test-orchestration/constants.js +1 -1
- package/src/helpers/test-orchestration/failfastManager.js +1 -1
- package/src/helpers/test-orchestration/fileHelper.js +1 -1
- package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
- package/src/helpers/test-orchestration/requestUtils.js +1 -1
- package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
- package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
- package/src/helpers/testhub/constants.js +1 -1
- package/src/helpers/testhub/testhubHandler.js +1 -1
- package/src/helpers/testhub/utils.js +1 -1
- package/src/helpers/timeoutPromise.js +1 -1
- package/src/helpers/utilities.js +1 -1
- package/src/helpers/w3cMapping.js +1 -1
- package/src/hubAllocationMethods.js +1 -1
- package/src/index.js +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
function a92_0x260d(_0x275894,_0x1530b1){const _0x3e8066=a92_0x3e80();return a92_0x260d=function(_0x260dea,_0x53e06f){_0x260dea=_0x260dea-0xd6;let _0xe83a83=_0x3e8066[_0x260dea];return _0xe83a83;},a92_0x260d(_0x275894,_0x1530b1);}function a92_0x3e80(){const _0x152ea7=['getJestTestTags','tdpDy','jTDhC','GYbvF','failed','match','getHooksForTest','1iSJDlO','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','getJestFailureType','JSRMP','DEFAULT_TEST_RESULT','toISOString','yUxGF','\x20(testIdentifier),\x20result=','hooks','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','\x20(testIdentifier),\x20hookType=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','title','setActiveHook','POST',',\x20exception=','wGfbJ',',\x20scope:\x20','stack-trace','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','filePath','KEY_HOOK_LAST_STARTED',',\x20failureReason=','OkXkA','27qwCvsk','\x22\x20hook','\x20&\x20hookState=','test_run_id','DXwXm',',\x20test_run_uuid=','removePendingHooks',',\x20messageLength=','vCmFF','GkMol','hookType','message','location',',\x20platformIndex:\x20','KEY_TEST_ATTACHMENTS','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','KEY_TEST_SCOPES','KEY_TEST_SCOPE','concat','KEY_TEST_NAME','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','emxEO','../state/hookState.js','zBzCZ','replace','resolveInstance','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=',',\x20hookData=','KEY_TEST_FILE_PATH','KEY_TEST_CODE','CmmeR','Ocumy','TJMSu','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=',',\x20consoleLogs:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','hookAnalyticsId','push','qKhkM','createTestFrameworkEventPayload','__workerDetails','name',',\x20hookId=','QgZHX',',\x20hook_run_uuid=','bEIan',',\x20version=','../instances/testFrameworkInstance.js','eventJson','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','YWbZm','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','getCurrentHookState','Assert','NONE','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','Processing\x20','file_name','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','KEY_TEST_STARTED_AT','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','status','scopes','uRLDl','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','started_at','ROOT_DESCRIBE_BLOCK','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','KEY_TEST_LOGS','testFrameworkState','KEY_HOOKS_STARTED','OicQw',',\x20hook=','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','inspect','exports','errorsDetailed','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20',',\x20logsInBatch:\x20','keys','addMultipleEntries','filter','BKyFf','none','pBrjz','parent','storePendingHook','getContext','IIVlb','result','Unknown\x20Test','map','uiwKv','wxWly','test_run_uuid','KEY_TEST_DURATION',',\x20target=','yNDjb','processPendingHooks','mUekZ','KEY_HOOK_FAILURE','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','bdQkf','KEY_HOOK_FAILURE_TYPE','depth','\x20screenshot\x20logs\x20for\x20testId:\x20','\x20-\x20test_identifier=','../state/testFrameworkState.js','forEach','KEY_LOGS','addPendingHook','skipped','executionContext','KEY_TEST_LOCATION','vUsjr','JestTestFramework','KEY_CUSTOM_TAGS','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','277347EOYMTf','SBOSx','KEY_TEST_FAILURE_REASON','gmrAO','type','jQKRn','6qLYvPH','getPendingHooks','KEY_TEST_UUID','KEY_TEST_FAILURE_TYPE','base64',',\x20filePath=','splice','getInstance','mapTestHooks','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','KEY_HOOKS_FINISHED','getAllPendingHookTestIds','KEY_TEST_FRAMEWORK_NAME','998304xwRYvS','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','bzaGZ','152LPGASg','KEY_TEST_ENDED_AT','getActiveHook','getRef','from','getTestFrameworks','BgyZd','hook_type','KEY_TEST_RESULT','retryOf','uuid','TWqGE','parseJestTestResult','769634LteIzO','tags','slice','2273892pFLuuO','getJestTestFilePath','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','KEY_TEST_TAGS','createContext','activeHooks','includes','aegeo','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','2383770qcNeWG','GszvZ','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','substring','getTestFrameworksVersions','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','KEY_TEST_FAILURE',':testAnalyticsId','UrqFn','ceil','trackHookEvent','testUUID',',\x20remainingHooks=','NUZYy',',\x20hookState=','uhONn','get','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','OtzIZ','getTrackedInstance','JksfV','RYVYx',',\x20testData=','../../../helpers/test-observability/utils','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','format','\x20hook','scope','KEY_EVENT_ENDED_AT','runHooks','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','LOG_REPORT','wmRks','TEST_SCREENSHOT','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','AssertionError','VmQHy','file','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','getJestFailureData','../../../helpers/helper.js','KEY_HOOK_ID','testData','finished_at','hook_result','PxSiL','hook_id','../../../helpers/stackFrameUtils','maxArrayLength','2531330ZvQoRQ','hookState','beforeAll','workerInfo','BOBBZ','\x22\x20from\x20testData','getRootParentFile','\x20files','KEY_HOOK_LAST_FINISHED',',\x20scopes=','yxXbc',',\x20testId=','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','aclQF','args','olzKi','TjXbT','BEFORE_ALL','rYmOb','KEY_HOOK_NAME','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','foHtm','asyncError',',\x20filePath:\x20','KEY_TEST_FRAMEWORK_VERSION','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','pid','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','setTrackedInstance','getJestFailureReason','debug','endedAt','buildHookMapFromTest','KEY_TEST_META','body','hookData','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','\x20-\x20testId:\x20','XnNXq','logCreatedEvent','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20',',\x20storing\x20as\x20pending\x20hook','parseJestTest','trackJestInstance','PRE','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','reverse','getId','getJestTestScopes',',\x20hookState:\x20','hook_run_uuid','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','../cliUtils.js','ElRVf','platformIndex','TEST','skip','set','toString','test',',\x20payload:\x20',',\x20error:\x20','KEY_TEST_RETRY_OF',',\x20screenshotLogs:\x20','test_identifier','KEY_TEST_ID','./testFramework','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','\x20(testIdentifier),\x20tags=','getJestTestName','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','error','stringify','BVbEh','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','has','hookUUID','tezUF','startedAt','UnhandledError','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','browserstackPlatformIndex','KEY_HOOK_RESULT','trackEvent','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','getThreadId','code','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','sendLogCreatedEvent','../instances/trackedInstance.js','ezKKp','PnaSv','KEY_AUTOMATE_SESSION_NAME',',\x20result=','KEY_EVENT_STARTED_AT',',\x20testFramework=','\x20for\x20testId:\x20','IsaFk','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','zjcaT','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','KEY_TEST_RESULT_AT','jVapr','util','VHrDz','Wmeva','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','SoKuz','duration','iLMoR','trackJestInstance:\x20instance\x20already\x20exists','parallelIndex','\x20to\x20','DEFAULT_HOOK_RESULT',',\x20state=','_ALL','\x20attachments','hasPendingHooks',',\x20response=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','afterAll','isArray','findIndex','7511405ZvLIyE','getAllData','oPIOE','pbkbF','testId','ALL','isJestInternalHook','split','xTWft','hookMetadata','event_ended_at','unknown',',\x20totalBatches:\x20','join','length','originalTest','instance',',\x20failureType=','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','failure_reason',',\x20state:\x20','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','warn',',\x20hookType=','sJcbr','gfVfr','ORlSc','getCurrentTestState','testFrameworkVersion','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20',',\x20totalHooks=','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','\x20(testIdentifier)',',\x20hookUUID=','trackJestInstance:\x20created\x20instance\x20for\x20target='];a92_0x3e80=function(){return _0x152ea7;};return a92_0x3e80();}const a92_0x2d5483=a92_0x260d;(function(_0x433709,_0x593cdf){const _0x116870=a92_0x260d,_0x2bb3c0=_0x433709();while(!![]){try{const _0xf826b1=parseInt(_0x116870(0x16e))/0x1*(parseInt(_0x116870(0x220))/0x2)+-parseInt(_0x116870(0x210))/0x3+parseInt(_0x116870(0x223))/0x4+-parseInt(_0x116870(0x25e))/0x5*(-parseInt(_0x116870(0x203))/0x6)+-parseInt(_0x116870(0x1fd))/0x7*(parseInt(_0x116870(0x213))/0x8)+-parseInt(_0x116870(0x186))/0x9*(-parseInt(_0x116870(0x22c))/0xa)+-parseInt(_0x116870(0x142))/0xb;if(_0xf826b1===_0x593cdf)break;else _0x2bb3c0['push'](_0x2bb3c0['shift']());}catch(_0x110015){_0x2bb3c0['push'](_0x2bb3c0['shift']());}}}(a92_0x3e80,0x632f9));const TestFramework=require(a92_0x2d5483(0x109)),TestFrameworkState=require(a92_0x2d5483(0x1f2)),HookState=require(a92_0x2d5483(0x19c)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a92_0x2d5483(0x1b5)),CLIUtils=require(a92_0x2d5483(0xfb)),TrackedInstance=require(a92_0x2d5483(0x120)),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),{getManualUploadLogs,getMediaArtifactsLogs}=require(a92_0x2d5483(0x255)),{isInternalHook}=require('../../../helpers/test-observability/utils'),logger=createClassLogger(a92_0x2d5483(0x1fa)),{v4:uuidv4}=require(a92_0x2d5483(0x21d)),util=require(a92_0x2d5483(0x12e)),TestInfo=require('../TestInfo.js'),GrpcClient=require('../grpcClient'),stackTrace=require(a92_0x2d5483(0x180)),{pickUserFrameFile}=require(a92_0x2d5483(0x25c));class JestTestFramework extends TestFramework{constructor(_0x22773f,_0x578e48,_0x3a2d44){const _0x1b006a=a92_0x2d5483;super(_0x22773f,_0x578e48,_0x3a2d44),this[_0x1b006a(0x228)]=new Map();}[a92_0x2d5483(0x17b)](_0x4cb66d,_0x330e02,_0x2e12d2){const _0x282c71=a92_0x2d5483,_0x279ac6={};_0x279ac6[_0x282c71(0x1c5)]=function(_0xfb8e50,_0x350e28){return _0xfb8e50||_0x350e28;};const _0x22af20=_0x279ac6;if(_0x22af20[_0x282c71(0x1c5)](!_0x4cb66d,!_0x330e02)){logger[_0x282c71(0x15a)](_0x282c71(0x245)+_0x4cb66d+',\x20hookUUID='+_0x330e02);return;}!this[_0x282c71(0x228)]['has'](_0x4cb66d)&&this[_0x282c71(0x228)][_0x282c71(0x100)](_0x4cb66d,[]);const _0x3702f7={'hookUUID':_0x330e02,'hookType':_0x2e12d2,'startedAt':new Date()[_0x282c71(0x173)]()};this[_0x282c71(0x228)][_0x282c71(0x23c)](_0x4cb66d)[_0x282c71(0x1ab)](_0x3702f7),logger['debug']('[JestTestFramework]\x20setActiveHook:\x20testIdentifier='+_0x4cb66d+',\x20hookUUID='+_0x330e02+_0x282c71(0x15b)+_0x2e12d2+_0x282c71(0x162)+this[_0x282c71(0x228)][_0x282c71(0x23c)](_0x4cb66d)[_0x282c71(0x150)]);}['removeActiveHook'](_0x50d14f,_0x3ffbe0){const _0x5c190f=a92_0x2d5483,_0x1f19bb={};_0x1f19bb[_0x5c190f(0x268)]=function(_0x52aaeb,_0x1305a8){return _0x52aaeb||_0x1305a8;},_0x1f19bb[_0x5c190f(0x242)]=function(_0x444b23,_0x2b2b9b){return _0x444b23!==_0x2b2b9b;},_0x1f19bb[_0x5c190f(0x1ed)]=function(_0x23918a,_0x2c8149){return _0x23918a===_0x2c8149;};const _0x38aa77=_0x1f19bb;if(_0x38aa77[_0x5c190f(0x268)](!_0x50d14f,!_0x3ffbe0)){logger[_0x5c190f(0x15a)](_0x5c190f(0x181)+_0x50d14f+',\x20hookUUID='+_0x3ffbe0);return;}if(this['activeHooks'][_0x5c190f(0x112)](_0x50d14f)){const _0x561628=this['activeHooks'][_0x5c190f(0x23c)](_0x50d14f),_0x11b801=_0x561628[_0x5c190f(0x141)](_0x4f8f9a=>_0x4f8f9a[_0x5c190f(0x113)]===_0x3ffbe0);_0x38aa77[_0x5c190f(0x242)](_0x11b801,-0x1)?(_0x561628[_0x5c190f(0x209)](_0x11b801,0x1),logger[_0x5c190f(0xe5)]('[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier='+_0x50d14f+_0x5c190f(0x165)+_0x3ffbe0+_0x5c190f(0x238)+_0x561628['length']),_0x38aa77[_0x5c190f(0x1ed)](_0x561628[_0x5c190f(0x150)],0x0)&&this['activeHooks']['delete'](_0x50d14f)):logger[_0x5c190f(0xe5)](_0x5c190f(0x12b)+_0x50d14f+_0x5c190f(0x165)+_0x3ffbe0);}}[a92_0x2d5483(0x215)](_0x1c336f){const _0x48003d=a92_0x2d5483,_0x21624d={};_0x21624d['aegeo']=function(_0x3ae327,_0x49b1f6){return _0x3ae327>_0x49b1f6;},_0x21624d[_0x48003d(0x22d)]=function(_0x34a264,_0x5becbf){return _0x34a264-_0x5becbf;};const _0x1aa1da=_0x21624d;if(!_0x1c336f)return null;if(this[_0x48003d(0x228)][_0x48003d(0x112)](_0x1c336f)){const _0x115061=this['activeHooks'][_0x48003d(0x23c)](_0x1c336f);if(_0x1aa1da[_0x48003d(0x22a)](_0x115061[_0x48003d(0x150)],0x0)){const _0x3b5a2e=_0x115061[_0x1aa1da[_0x48003d(0x22d)](_0x115061[_0x48003d(0x150)],0x1)];return logger[_0x48003d(0xe5)](_0x48003d(0x23e)+_0x1c336f+_0x48003d(0x165)+_0x3b5a2e[_0x48003d(0x113)]+_0x48003d(0x15b)+_0x3b5a2e[_0x48003d(0x190)]),_0x3b5a2e;}}return null;}async[a92_0x2d5483(0x11a)](_0x19d189,_0x4b11fa,_0x2861af={}){const _0x7aa856=a92_0x2d5483,_0x361c7f={};_0x361c7f[_0x7aa856(0x134)]=_0x7aa856(0x156),_0x361c7f[_0x7aa856(0x1b3)]=function(_0x22a634,_0x4de954){return _0x22a634===_0x4de954;},_0x361c7f['tdpDy']=function(_0x316df0,_0x4a2f60){return _0x316df0===_0x4a2f60;},_0x361c7f[_0x7aa856(0x185)]=function(_0x54c685,_0x18136c){return _0x54c685||_0x18136c;},_0x361c7f[_0x7aa856(0x114)]=_0x7aa856(0x155);const _0x52f2d9=_0x361c7f;logger[_0x7aa856(0xe5)](_0x7aa856(0x159)+_0x19d189+',\x20hookState='+_0x4b11fa+',\x20argsKeys='+Object[_0x7aa856(0x1d6)](_0x2861af)[_0x7aa856(0x14f)](',')),await super[_0x7aa856(0x11a)](_0x19d189,_0x4b11fa,_0x2861af);const _0x386fab=this['resolveInstance'](_0x19d189,_0x4b11fa,_0x2861af);if(!_0x386fab){logger[_0x7aa856(0xe5)](_0x52f2d9[_0x7aa856(0x134)]);return;}try{let _0x2792fd,_0x566c41,_0x34f203;switch(_0x19d189){case TestFrameworkState[_0x7aa856(0xfe)]:_0x2792fd=_0x2861af[_0x7aa856(0x102)];const _0x30bbe7={};_0x30bbe7['depth']=0x2,_0x30bbe7['maxArrayLength']=0x3,logger[_0x7aa856(0xe5)](_0x7aa856(0x1a9)+_0x4b11fa+_0x7aa856(0x243)+util[_0x7aa856(0x1d1)](_0x2792fd,_0x30bbe7)),_0x34f203=this['getJestTestIdentifier'](_0x2792fd),_0x566c41=null,logger[_0x7aa856(0xe5)](_0x7aa856(0x163)+_0x34f203+_0x7aa856(0x164));if(_0x52f2d9[_0x7aa856(0x1b3)](_0x4b11fa,HookState[_0x7aa856(0xf3)])){logger[_0x7aa856(0xe5)](_0x7aa856(0x23d)+_0x34f203);const _0x11d423={};_0x11d423['testUUID']=_0x566c41,_0x11d423[_0x7aa856(0x257)]=_0x2792fd,_0x11d423[_0x7aa856(0x146)]=_0x34f203;const _0x457f99=this[_0x7aa856(0xf1)](_0x11d423),_0xa55566={};_0xa55566[_0x7aa856(0x1ef)]=0x2,_0xa55566[_0x7aa856(0x25d)]=0x3,logger[_0x7aa856(0xe5)](_0x7aa856(0x1d4)+util[_0x7aa856(0x1d1)](_0x457f99,_0xa55566)),_0x386fab['addMultipleEntries'](_0x457f99),logger[_0x7aa856(0xe5)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0x34f203),await this[_0x7aa856(0x1e9)](_0x386fab,_0x34f203);}else{if(_0x52f2d9[_0x7aa856(0x168)](_0x4b11fa,HookState[_0x7aa856(0x17c)])){logger[_0x7aa856(0xe5)](_0x7aa856(0x177)+_0x34f203);const _0x5d3a70=_0x386fab['getAllData']()[_0x7aa856(0x23c)](_0x34f203);logger[_0x7aa856(0xe5)](_0x7aa856(0xef)+util['inspect'](Object[_0x7aa856(0x1d6)](_0x52f2d9[_0x7aa856(0x185)](_0x5d3a70,{}))));_0x5d3a70&&_0x5d3a70[TestFrameworkConstants[_0x7aa856(0x194)]]?logger['debug'](_0x7aa856(0x253)+Object[_0x7aa856(0x1d6)](_0x5d3a70[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']])[_0x7aa856(0x150)]+_0x7aa856(0x265)):logger[_0x7aa856(0xe5)](_0x52f2d9[_0x7aa856(0x114)]);const _0x255485=_0x2861af['originalTest']||null,_0x540511={};_0x540511[_0x7aa856(0x237)]=_0x566c41,_0x540511[_0x7aa856(0x257)]=_0x2792fd,_0x540511[_0x7aa856(0x146)]=_0x34f203,_0x540511[_0x7aa856(0x151)]=_0x255485;const _0x58cb1c=this[_0x7aa856(0x21f)](_0x540511),_0x27d649={};_0x27d649[_0x7aa856(0x1ef)]=0x2,_0x27d649['maxArrayLength']=0x3,logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20'+util[_0x7aa856(0x1d1)](_0x58cb1c,_0x27d649)),_0x386fab[_0x7aa856(0x1d7)](_0x58cb1c),logger['debug'](_0x7aa856(0x1bd)+_0x34f203),await this['processPendingHooks'](_0x386fab,_0x34f203);}}break;case TestFrameworkState[_0x7aa856(0x24c)]:if(_0x52f2d9['tdpDy'](_0x4b11fa,HookState[_0x7aa856(0x17c)])){const _0x5c0990={};_0x5c0990[_0x7aa856(0x1ef)]=0x2,logger[_0x7aa856(0xe5)]('[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20'+util[_0x7aa856(0x1d1)](_0x2861af,_0x5c0990)),await this['sendLogCreatedEvent'](_0x386fab,_0x19d189,_0x2861af);}break;default:if(CLIUtils['matchHookRegex'](_0x19d189[_0x7aa856(0x101)]()['split']('.')[0x1])){const _0x56c289={};_0x56c289['depth']=0x2,_0x56c289[_0x7aa856(0x25d)]=0x3,logger['debug'](_0x7aa856(0x225)+_0x19d189+_0x7aa856(0x23a)+_0x4b11fa+_0x7aa856(0x1a1)+util[_0x7aa856(0x1d1)](_0x2861af[_0x7aa856(0xea)],_0x56c289));const _0x24e138=await this[_0x7aa856(0x236)](_0x386fab,_0x19d189,_0x4b11fa,_0x2861af),_0x3d2a50={};_0x3d2a50['depth']=0x2,_0x3d2a50[_0x7aa856(0x25d)]=0x3,logger[_0x7aa856(0xe5)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20'+util[_0x7aa856(0x1d1)](_0x24e138,_0x3d2a50)),_0x386fab['addMultipleEntries'](_0x24e138);}else logger[_0x7aa856(0xe5)](_0x7aa856(0x1c0)+_0x19d189+_0x7aa856(0x188)+_0x4b11fa);break;}logger[_0x7aa856(0xe5)](_0x7aa856(0x19a)+_0x19d189+_0x7aa856(0x23a)+_0x4b11fa);}catch(_0x53dc05){logger[_0x7aa856(0x10e)](_0x7aa856(0xfa)+_0x19d189+',\x20hookState='+_0x4b11fa+_0x7aa856(0x17d)+util['format'](_0x53dc05));}_0x2861af[_0x7aa856(0x152)]=_0x386fab,await this[_0x7aa856(0x24a)](_0x386fab,_0x19d189,_0x4b11fa,_0x2861af);}['getJestTestIdentifier'](_0x304bc7){const _0x44570e=a92_0x2d5483,_0x44f498={};_0x44f498[_0x44570e(0x1f9)]=_0x44570e(0x1fc);const _0xa5767a=_0x44f498;if(_0x304bc7&&(_0x304bc7['id']||_0x304bc7[_0x44570e(0x21d)])){const _0x372e7d=_0x304bc7['id']||_0x304bc7[_0x44570e(0x21d)];return logger[_0x44570e(0xe5)](_0x44570e(0x20c)+_0x372e7d+_0x44570e(0x263)),_0x372e7d;}return logger[_0x44570e(0xe5)](_0xa5767a['vUsjr']),process[_0x44570e(0xe1)]+_0x44570e(0x233);}[a92_0x2d5483(0x19f)](_0x1d625d,_0x4e499d,_0x16309a={}){const _0x3cbf89=a92_0x2d5483;let _0xaea8c9=null;return _0xaea8c9=TestFramework[_0x3cbf89(0x240)](),!_0xaea8c9?(logger[_0x3cbf89(0xe5)](_0x3cbf89(0x1a7)+_0x1d625d),this[_0x3cbf89(0xf2)](_0x1d625d,_0x16309a),_0xaea8c9=TestFramework[_0x3cbf89(0x240)](),logger[_0x3cbf89(0xe5)](_0x3cbf89(0x10d)+!!_0xaea8c9+',\x20contextId='+_0xaea8c9?.[_0x3cbf89(0x1de)]()?.['getId']())):logger[_0x3cbf89(0xe5)](_0x3cbf89(0x1b9)+_0xaea8c9[_0x3cbf89(0x1de)]()?.['getId']()),_0xaea8c9;}['trackJestInstance'](_0x4517d2,_0x2118d7){const _0x5bc3d1=a92_0x2d5483,_0x205b0a={};_0x205b0a['QgZHX']=_0x5bc3d1(0x135);const _0x53f82b=_0x205b0a;if(TestFramework[_0x5bc3d1(0x240)]()){logger['debug'](_0x53f82b[_0x5bc3d1(0x1b1)]);return;}const _0x4f8503=CLIUtils['getCurrentInstanceName'](),_0x3c9901=TrackedInstance[_0x5bc3d1(0x227)](_0x4f8503);let _0x31bfb2=null;logger['debug'](_0x5bc3d1(0x166)+_0x4f8503+_0x5bc3d1(0x139)+_0x4517d2),_0x31bfb2=new TestFrameworkInstance(_0x3c9901,this['getTestFrameworks'](),this[_0x5bc3d1(0x230)](),_0x4517d2,HookState[_0x5bc3d1(0x1bc)]),TestFramework[_0x5bc3d1(0xe3)](_0x3c9901,_0x31bfb2),logger['debug'](_0x5bc3d1(0x231)+_0x3c9901[_0x5bc3d1(0xf6)]()+_0x5bc3d1(0x1e7)+_0x4f8503+_0x5bc3d1(0x126)+this['getTestFrameworks']()[0x0]+_0x5bc3d1(0x1b4)+this[_0x5bc3d1(0x230)]()[this['getTestFrameworks']()[0x0]]);}[a92_0x2d5483(0xf1)](_0x372dc9){const _0x3c1ac4=a92_0x2d5483,_0x412d1d={};_0x412d1d[_0x3c1ac4(0x21e)]=function(_0x6f1db3,_0x3a4ac6){return _0x6f1db3||_0x3a4ac6;},_0x412d1d['UrqFn']='No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test';const _0x24cc8d=_0x412d1d,{testUUID:_0x3de0c1,testData:_0x5c8afd,testId:_0x16e892}=_0x372dc9;if(_0x24cc8d[_0x3c1ac4(0x21e)](!_0x5c8afd,!_0x16e892))return logger[_0x3c1ac4(0xe5)](_0x24cc8d[_0x3c1ac4(0x234)]),{};const _0x229695=this[_0x3c1ac4(0x218)]()[0x0],_0x403a55=this[_0x3c1ac4(0x230)](),_0x11ecbe={};_0x11ecbe['depth']=0x2,_0x11ecbe['maxArrayLength']=0x3,logger[_0x3c1ac4(0xe5)]('[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20'+util['inspect'](_0x5c8afd,_0x11ecbe));const _0x1772db=_0x5c8afd?.[_0x3c1ac4(0x1c4)]||[],_0x38ccda=this[_0x3c1ac4(0x10c)](_0x5c8afd),_0x44e8bb=this[_0x3c1ac4(0x224)](_0x5c8afd),_0xf9e967=_0x5c8afd['fn']?_0x5c8afd['fn'][_0x3c1ac4(0x101)]():_0x5c8afd?.[_0x3c1ac4(0xe9)]?_0x5c8afd['body'][_0x3c1ac4(0x11d)]['toString']():null,_0xdb7af3=this['getJestTestTags'](_0x5c8afd),_0x70db0f={[TestFrameworkConstants[_0x3c1ac4(0x20f)]]:_0x229695,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x403a55[_0x229695],[TestFrameworkConstants[_0x3c1ac4(0x1cb)]]:[],[TestFrameworkConstants[_0x3c1ac4(0x20d)]]:{},[TestFrameworkConstants[_0x3c1ac4(0x1cd)]]:{},[TestFrameworkConstants[_0x3c1ac4(0x21b)]]:TestFrameworkConstants[_0x3c1ac4(0x172)],[TestFrameworkConstants[_0x3c1ac4(0x123)]]:_0x38ccda,[TestFrameworkConstants[_0x3c1ac4(0x1a2)]]:_0x44e8bb,[TestFrameworkConstants[_0x3c1ac4(0x108)]]:_0x16e892,[TestFrameworkConstants[_0x3c1ac4(0x199)]]:_0x38ccda,[TestFrameworkConstants[_0x3c1ac4(0x1f8)]]:_0x44e8bb,[TestFrameworkConstants[_0x3c1ac4(0x1a3)]]:_0xf9e967,[TestFrameworkConstants[_0x3c1ac4(0x226)]]:_0xdb7af3,[TestFrameworkConstants[_0x3c1ac4(0x1c1)]]:_0x5c8afd['started_at']||new Date()[_0x3c1ac4(0x173)](),[TestFrameworkConstants[_0x3c1ac4(0x197)]]:_0x1772db[0x0]||'',[TestFrameworkConstants[_0x3c1ac4(0x196)]]:_0x1772db,[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x38ccda,[TestFrameworkConstants[_0x3c1ac4(0x1fb)]]:{},[TestFrameworkConstants[_0x3c1ac4(0xe8)]]:{}};_0x5c8afd[_0x3c1ac4(0x21c)]&&(_0x70db0f[TestFrameworkConstants[_0x3c1ac4(0x105)]]=_0x5c8afd[_0x3c1ac4(0x21c)]);logger[_0x3c1ac4(0xe5)](_0x3c1ac4(0x11b)+_0x38ccda+_0x3c1ac4(0x269)+_0x16e892+_0x3c1ac4(0x10b)+JSON[_0x3c1ac4(0x10f)](_0xdb7af3)+_0x3c1ac4(0x267)+util[_0x3c1ac4(0x1d1)](_0x1772db)+_0x3c1ac4(0x208)+_0x44e8bb);const _0x2897b5={};return _0x2897b5[_0x16e892]=_0x70db0f,_0x2897b5;}['parseJestTestResult'](_0x5f5e96){const _0x7d4012=a92_0x2d5483,_0x311e74={'OicQw':function(_0x2f17ec,_0x3051c7){return _0x2f17ec===_0x3051c7;},'foHtm':_0x7d4012(0x13f),'BVbEh':function(_0x38bb00,_0x59595a){return _0x38bb00===_0x59595a;},'wGfbJ':'beforeAll','jrVbs':_0x7d4012(0x147),'YWbZm':_0x7d4012(0x13a),'OtzIZ':function(_0x33f8d6,_0x1bd31a){return _0x33f8d6||_0x1bd31a;},'mwYxG':'No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','UrqpV':'unknown','qKhkM':function(_0x5cf3da,_0x4c19ae){return _0x5cf3da>_0x4c19ae;},'IsaFk':_0x7d4012(0x16b),'JksfV':_0x7d4012(0xff),'ezKKp':function(_0x3928c8,_0x17fec7){return _0x3928c8===_0x17fec7;},'VHrDz':_0x7d4012(0x1f6),'vCmFF':'passed','TJMSu':function(_0x202c68,_0xa29e59){return _0x202c68!==_0xa29e59;},'jQKRn':function(_0x6cbfe2,_0x4e2bc7,_0x30e0fc,_0x366341){return _0x6cbfe2(_0x4e2bc7,_0x30e0fc,_0x366341);},'uiwKv':function(_0x2b382e,_0x48b568){return _0x2b382e>_0x48b568;},'olzKi':'[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','qAVeb':function(_0x1f0213,_0x2be3a3){return _0x1f0213>_0x2be3a3;}},{testUUID:_0x1868c6,testData:_0x428b74,testId:_0x53c2ea}=_0x5f5e96;if(_0x311e74[_0x7d4012(0x23f)](!_0x428b74,!_0x53c2ea))return logger['debug'](_0x311e74['mwYxG']),{};const _0x384006=this[_0x7d4012(0x19f)](TestFrameworkState[_0x7d4012(0xfe)],HookState['POST']),_0x18e78d=_0x384006[_0x7d4012(0x143)]()['get'](_0x53c2ea),_0x2018d5=_0x311e74[_0x7d4012(0x23f)](_0x18e78d,{}),_0x3c97b1=_0x2018d5?_0x2018d5[TestFrameworkConstants[_0x7d4012(0x1fb)]]||{}:{},_0x361828=_0x2018d5[TestFrameworkConstants[_0x7d4012(0x194)]];logger[_0x7d4012(0xe5)]('[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20'+(_0x361828?Object[_0x7d4012(0x1d6)](_0x361828)[_0x7d4012(0x150)]:0x0)+_0x7d4012(0x13b));let _0x5d22f8=_0x311e74['UrqpV'];if(_0x428b74['result'])_0x5d22f8=_0x428b74['result'];else{if(_0x428b74['errorsDetailed']&&_0x311e74[_0x7d4012(0x1ac)](_0x428b74['errorsDetailed'][_0x7d4012(0x150)],0x0))_0x5d22f8=_0x311e74[_0x7d4012(0x128)];else _0x311e74['OicQw'](_0x428b74[_0x7d4012(0x1c3)],_0x311e74[_0x7d4012(0x241)])||_0x311e74[_0x7d4012(0x121)](_0x428b74[_0x7d4012(0x1c3)],_0x311e74[_0x7d4012(0x12f)])?_0x5d22f8=_0x311e74[_0x7d4012(0x12f)]:_0x5d22f8=_0x311e74[_0x7d4012(0x18e)];}const _0x3eef86={..._0x2018d5,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x5d22f8,[TestFrameworkConstants[_0x7d4012(0x214)]]:_0x428b74[_0x7d4012(0x258)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x7d4012(0x12c)]]:new Date()[_0x7d4012(0x173)](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x3c97b1,[TestFrameworkConstants['KEY_LOGS']]:_0x2018d5[TestFrameworkConstants[_0x7d4012(0x1f4)]]||[],[TestFrameworkConstants[_0x7d4012(0xe8)]]:{}};if(_0x311e74[_0x7d4012(0x110)](_0x5d22f8,_0x311e74[_0x7d4012(0x128)])&&_0x428b74[_0x7d4012(0x1d3)]){const _0x5affef=this[_0x7d4012(0xe4)](_0x428b74),_0x25ce62=this[_0x7d4012(0x170)](_0x428b74),_0x35b149=this[_0x7d4012(0x254)](_0x428b74);_0x3eef86[TestFrameworkConstants[_0x7d4012(0x206)]]=_0x25ce62,_0x3eef86[TestFrameworkConstants[_0x7d4012(0x1ff)]]=_0x5affef,_0x3eef86[TestFrameworkConstants[_0x7d4012(0x232)]]=_0x35b149;}_0x311e74[_0x7d4012(0x1a6)](_0x428b74[_0x7d4012(0x133)],undefined)&&(_0x3eef86[TestFrameworkConstants[_0x7d4012(0x1e6)]]=_0x428b74[_0x7d4012(0x133)]);_0x428b74[_0x7d4012(0x21c)]&&(_0x3eef86[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x428b74['retryOf']);const _0x164e01=_0x18e78d?_0x18e78d[TestFrameworkConstants[_0x7d4012(0x194)]]||{}:{},_0x405c33=_0x18e78d?_0x18e78d[TestFrameworkConstants[_0x7d4012(0x205)]]:_0x1868c6,_0x2aa77f=_0x311e74[_0x7d4012(0x202)](getManualUploadLogs,_0x164e01,_0x405c33,_0x53c2ea);if(_0x311e74[_0x7d4012(0x1e3)](_0x2aa77f[_0x7d4012(0x150)],0x0)){const _0x3cfbb9=_0x3eef86[TestFrameworkConstants[_0x7d4012(0x1f4)]]||[];_0x3eef86[TestFrameworkConstants[_0x7d4012(0x1f4)]]=[..._0x3cfbb9,..._0x2aa77f];}const _0x172305=_0x2018d5[TestFrameworkConstants[_0x7d4012(0x20d)]]||{},_0x136b7a=_0x2018d5[TestFrameworkConstants['KEY_HOOKS_STARTED']]||{},_0x1b0ffc={..._0x172305},_0xfd4b53=_0x1b0ffc;Object['keys'](_0x136b7a)[_0x7d4012(0x1f3)](_0x5dcffc=>{const _0x94d892=_0x7d4012;!_0xfd4b53[_0x5dcffc]&&(_0xfd4b53[_0x5dcffc]=[]);const _0x38af3e=new Set((_0xfd4b53[_0x5dcffc]||[])[_0x94d892(0x1e2)](_0x222ff1=>_0x222ff1[TestFrameworkConstants[_0x94d892(0x256)]]||_0x222ff1['hook_id']));(_0x136b7a[_0x5dcffc]||[])['forEach'](_0x3ba601=>{const _0x1f8b71=_0x94d892,_0x4fa248=_0x3ba601[TestFrameworkConstants[_0x1f8b71(0x256)]]||_0x3ba601['hook_id'];if(!_0x38af3e[_0x1f8b71(0x112)](_0x4fa248)){const _0x20cee5={..._0x3ba601},_0xdad5a3=_0x20cee5;!_0xdad5a3[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]&&!_0xdad5a3[_0x1f8b71(0x14c)]&&(_0xdad5a3[TestFrameworkConstants[_0x1f8b71(0x249)]]=new Date()[_0x1f8b71(0x173)]()),!_0xdad5a3[TestFrameworkConstants[_0x1f8b71(0x119)]]&&!_0xdad5a3[_0x1f8b71(0x259)]&&(_0xdad5a3[TestFrameworkConstants[_0x1f8b71(0x119)]]=TestFrameworkConstants[_0x1f8b71(0x138)]),_0xfd4b53[_0x5dcffc]['push'](_0xdad5a3);}});});if(_0x5f5e96[_0x7d4012(0x151)]){this[_0x7d4012(0x20b)](_0x5f5e96[_0x7d4012(0x151)]);const _0x477f67=this[_0x7d4012(0xe7)](_0x5f5e96[_0x7d4012(0x151)]),_0x19dd99=this[_0x7d4012(0x16d)](_0x5f5e96[_0x7d4012(0x151)]);_0x19dd99[_0x7d4012(0x1f3)](_0x5400e5=>{const _0x437b15=_0x7d4012,_0x3272fa=_0x477f67[_0x437b15(0x23c)](_0x5400e5);if(_0x3272fa&&(_0x311e74[_0x437b15(0x1ce)](_0x3272fa['type'],_0x311e74[_0x437b15(0xdc)])||_0x311e74[_0x437b15(0x110)](_0x3272fa[_0x437b15(0x201)],_0x311e74[_0x437b15(0x17e)]))){const _0x294040=_0x3272fa[_0x437b15(0x201)]['toUpperCase']()[_0x437b15(0x19e)](_0x311e74['jrVbs'],_0x311e74[_0x437b15(0x1b8)]),_0x15d897=_0x294040;!_0xfd4b53[_0x15d897]&&(_0xfd4b53[_0x15d897]=[]);const _0x4caa4a=_0xfd4b53[_0x15d897]['find'](_0x3ee96f=>(_0x3ee96f[TestFrameworkConstants[_0x437b15(0x256)]]||_0x3ee96f[_0x437b15(0x25b)])===_0x5400e5);!_0x4caa4a&&_0xfd4b53[_0x15d897][_0x437b15(0x1ab)]({'key':_0x15d897,[TestFrameworkConstants[_0x437b15(0x256)]]:_0x5400e5,[TestFrameworkConstants[_0x437b15(0x119)]]:TestFrameworkConstants[_0x437b15(0x138)],[TestFrameworkConstants[_0x437b15(0x125)]]:new Date()[_0x437b15(0x173)](),[TestFrameworkConstants[_0x437b15(0x249)]]:new Date()[_0x437b15(0x173)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x437b15(0xda)]]:_0x3272fa[_0x437b15(0x1af)]||_0x3272fa[_0x437b15(0x201)]+_0x437b15(0x247),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x3c97b1});}});}if(_0x428b74[_0x7d4012(0x176)]&&_0x311e74[_0x7d4012(0x1e3)](_0x428b74['hooks'][_0x7d4012(0x150)],0x0))_0x3eef86[TestFrameworkConstants[_0x7d4012(0x20d)]]=_0x428b74[_0x7d4012(0x176)],logger[_0x7d4012(0xe5)](_0x311e74[_0x7d4012(0xd6)]);else _0x311e74['qAVeb'](Object['keys'](_0xfd4b53)[_0x7d4012(0x150)],0x0)&&(_0x3eef86[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0xfd4b53,logger['debug'](_0x7d4012(0x1ca)+Object[_0x7d4012(0x1d6)](_0xfd4b53)[_0x7d4012(0x14f)](',')));const _0x2a1093=this[_0x7d4012(0x10c)](_0x428b74);logger[_0x7d4012(0xe5)](_0x7d4012(0xdb)+_0x2a1093+_0x7d4012(0x269)+_0x53c2ea+_0x7d4012(0x175)+_0x5d22f8+',\x20duration='+_0x428b74[_0x7d4012(0x133)]);_0x311e74[_0x7d4012(0x1ce)](_0x5d22f8,_0x311e74[_0x7d4012(0x128)])&&logger[_0x7d4012(0xe5)](_0x7d4012(0x131)+_0x53c2ea+_0x7d4012(0x153)+_0x3eef86[TestFrameworkConstants[_0x7d4012(0x206)]]+',\x20failureReason='+_0x3eef86[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]?.[_0x7d4012(0x22f)](0x0,0xc8));const _0x318b98={};return _0x318b98[_0x53c2ea]=_0x3eef86,_0x318b98;}[a92_0x2d5483(0xf7)](_0x48c2f6){const _0xb0a8b8=a92_0x2d5483,_0x3623f2={};_0x3623f2[_0xb0a8b8(0x1d9)]=function(_0x7968aa,_0x28a5b6){return _0x7968aa!==_0x28a5b6;},_0x3623f2[_0xb0a8b8(0x1db)]=function(_0x1251a7,_0x45ac05){return _0x1251a7!==_0x45ac05;},_0x3623f2['pShvk']=_0xb0a8b8(0x1c9);const _0x3f9a8c=_0x3623f2,_0x32a462={};_0x32a462[_0xb0a8b8(0x1ef)]=0x2,_0x32a462[_0xb0a8b8(0x25d)]=0x3,logger[_0xb0a8b8(0xe5)]('[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20'+util[_0xb0a8b8(0x1d1)](_0x48c2f6,_0x32a462));const _0xa4b47e=[];if(_0x48c2f6&&_0x48c2f6[_0xb0a8b8(0x1dc)]){let _0x55a0a3=_0x48c2f6[_0xb0a8b8(0x1dc)];while(_0x55a0a3&&_0x55a0a3[_0xb0a8b8(0x1af)]&&_0x3f9a8c[_0xb0a8b8(0x1d9)](_0x55a0a3[_0xb0a8b8(0x1af)],'')&&_0x3f9a8c['pBrjz'](_0x55a0a3[_0xb0a8b8(0x1af)],_0x3f9a8c['pShvk'])){_0xa4b47e[_0xb0a8b8(0x1ab)](_0x55a0a3[_0xb0a8b8(0x1af)]),_0x55a0a3=_0x55a0a3[_0xb0a8b8(0x1dc)];}}return _0xa4b47e[_0xb0a8b8(0xf5)]();}['getJestTestName'](_0x2885eb){const _0x4d63ec=a92_0x2d5483,_0x1dfc6e={};_0x1dfc6e[_0x4d63ec(0x18a)]=_0x4d63ec(0x1e1);const _0x235a62=_0x1dfc6e;if(_0x2885eb[_0x4d63ec(0x1af)])return _0x2885eb[_0x4d63ec(0x1af)];if(_0x2885eb[_0x4d63ec(0x17a)])return _0x2885eb[_0x4d63ec(0x17a)];return _0x235a62['DXwXm'];}[a92_0x2d5483(0x167)](_0xf01f54){const _0x23eee6=a92_0x2d5483,_0x31525f=[];if(_0xf01f54[_0x23eee6(0x221)]&&Array[_0x23eee6(0x140)](_0xf01f54[_0x23eee6(0x221)]))return _0xf01f54[_0x23eee6(0x221)][_0x23eee6(0x1e2)](_0x1efa20=>_0x1efa20['startsWith']('@')?_0x1efa20['substr'](0x1):_0x1efa20);const _0x4a2a5d=this['getJestTestName'](_0xf01f54),_0x340697=_0x4a2a5d[_0x23eee6(0x16c)](/@(\w+)/g);if(_0x340697)return _0x340697['map'](_0x2e5afa=>_0x2e5afa['slice'](0x1));return _0xf01f54[_0x23eee6(0x1c4)]&&Array['isArray'](_0xf01f54[_0x23eee6(0x1c4)])&&_0xf01f54[_0x23eee6(0x1c4)][_0x23eee6(0x1f3)](_0xe6a62c=>{const _0x2902ce=_0x23eee6,_0x2f91a4=_0xe6a62c['match'](/@(\w+)/g);_0x2f91a4&&_0x2f91a4[_0x2902ce(0x1f3)](_0x559c4b=>{const _0x6b7e3a=_0x2902ce,_0x3b3f8a=_0x559c4b[_0x6b7e3a(0x222)](0x1);!_0x31525f[_0x6b7e3a(0x229)](_0x3b3f8a)&&_0x31525f[_0x6b7e3a(0x1ab)](_0x3b3f8a);});}),_0x31525f;}[a92_0x2d5483(0x224)](_0x16c7aa){const _0x4ab83b=a92_0x2d5483,_0x54cc21={'BNmEu':function(_0x16d3de,_0x37a0c2){return _0x16d3de(_0x37a0c2);}};if(_0x16c7aa[_0x4ab83b(0x1bf)])return _0x16c7aa[_0x4ab83b(0x1bf)];if(_0x16c7aa['asyncError'])try{const _0x3acb09=stackTrace['parse'](_0x16c7aa['asyncError']),_0x183cc5=_0x54cc21['BNmEu'](pickUserFrameFile,_0x3acb09);if(_0x183cc5)return _0x183cc5;logger['debug']('[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length='+_0x3acb09[_0x4ab83b(0x150)]+')');}catch(_0x50d5b0){logger[_0x4ab83b(0xe5)](_0x4ab83b(0x1c6)+util[_0x4ab83b(0x246)](_0x50d5b0));}return null;}[a92_0x2d5483(0xe4)](_0xf70c5d){const _0x11a533=a92_0x2d5483,_0x4654dc={};_0x4654dc[_0x11a533(0x200)]=function(_0x2029e3,_0x576e81){return _0x2029e3>_0x576e81;},_0x4654dc[_0x11a533(0xed)]='Unknown\x20error';const _0x61db18=_0x4654dc;if(_0xf70c5d[_0x11a533(0x1d3)]&&_0x61db18[_0x11a533(0x200)](_0xf70c5d['errorsDetailed'][_0x11a533(0x150)],0x0))return util[_0x11a533(0x1d1)](_0xf70c5d['errorsDetailed'][0x0]);if(_0xf70c5d[_0x11a533(0x157)])return _0xf70c5d[_0x11a533(0x157)];return _0x61db18[_0x11a533(0xed)];}['getJestFailureType'](_0x173935){const _0x52f275=a92_0x2d5483,_0x3d3636={};_0x3d3636['jVapr']=_0x52f275(0x1bb),_0x3d3636['BOBBZ']=_0x52f275(0x250),_0x3d3636[_0x52f275(0x122)]=_0x52f275(0x116);const _0x3e0b0f=_0x3d3636,_0x1a5e1b=this[_0x52f275(0xe4)](_0x173935);if(_0x1a5e1b&&_0x1a5e1b[_0x52f275(0x229)](_0x3e0b0f[_0x52f275(0x12d)]))return _0x3e0b0f[_0x52f275(0x262)];return _0x3e0b0f[_0x52f275(0x122)];}[a92_0x2d5483(0x254)](_0x3c2c5c){const _0x3e8751=a92_0x2d5483,_0xe5f470={'xTWft':function(_0x561304,_0x30635b){return _0x561304(_0x30635b);},'CmmeR':_0x3e8751(0x244),'oKazy':function(_0x10d98f,_0x2b2623){return _0x10d98f!==_0x2b2623;},'rYmOb':_0x3e8751(0x102)},{failureData:_0x578efe}=_0xe5f470[_0x3e8751(0x14a)](require,_0xe5f470[_0x3e8751(0x1a4)]),_0x15f444=[];return _0xe5f470['oKazy'](_0x3c2c5c[_0x3e8751(0x1d3)],undefined)&&_0x15f444[_0x3e8751(0x1ab)](_0x3c2c5c[_0x3e8751(0x1d3)],_0xe5f470[_0x3e8751(0xd9)]),_0x578efe['apply'](null,_0x15f444);}async['trackHookEvent'](_0x9c0a0d,_0x1f60e4,_0x5dcca3,_0x50e195){const _0x3fca9d=a92_0x2d5483,_0x274272={'ORlSc':'[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','pbkbF':function(_0x5ca180){return _0x5ca180();},'Wmeva':function(_0x58eb8f,_0x3aaf8c){return _0x58eb8f in _0x3aaf8c;},'IIVlb':function(_0x1653f6,_0x1d1dfa){return _0x1653f6===_0x1d1dfa;},'GkMol':function(_0x4b2d2d,_0x5096cc){return _0x4b2d2d>_0x5096cc;},'emxEO':'failed','oPIOE':'passed','zBzCZ':_0x3fca9d(0x22e),'aclQF':function(_0x19669d,_0x224c54){return _0x19669d!==_0x224c54;}},{hookData:_0x22b16d}=_0x50e195,_0x274aee=_0x5dcca3[_0x3fca9d(0x101)](),_0x45bb59=_0x1f60e4[_0x3fca9d(0x101)](),_0xb6663d={};_0xb6663d['depth']=0x2,_0xb6663d['maxArrayLength']=0x3,logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState='+_0x45bb59+_0x3fca9d(0x23a)+_0x274aee+_0x3fca9d(0x1a1)+util[_0x3fca9d(0x1d1)](_0x22b16d,_0xb6663d));if(!_0x22b16d)return logger[_0x3fca9d(0xe5)](_0x274272[_0x3fca9d(0x15e)]),{};const _0xcb280a=_0x22b16d[_0x3fca9d(0x21d)]||_0x22b16d['hookAnalyticsId']||_0x274272[_0x3fca9d(0x145)](uuidv4),_0x470163=_0x22b16d[_0x3fca9d(0x189)]||this['getJestTestIdentifier'](_0x22b16d),_0x423c88=_0x1f60e4[_0x3fca9d(0x101)]()[_0x3fca9d(0x149)]('.')[0x1],_0x3d33b5=_0x9c0a0d[_0x3fca9d(0x143)]()['get'](_0x470163),_0x5503e5=_0x3d33b5?_0x3d33b5[TestFrameworkConstants[_0x3fca9d(0x1fb)]]||{}:{};logger[_0x3fca9d(0xe5)]('[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId='+_0xcb280a+_0x3fca9d(0x269)+_0x470163+_0x3fca9d(0x178)+_0x423c88+',\x20hookState='+_0x274aee);if(!_0x3d33b5)return logger[_0x3fca9d(0xe5)](_0x3fca9d(0x154)+_0x470163+_0x3fca9d(0xf0)),this[_0x3fca9d(0x1dd)](_0x9c0a0d,_0x470163,_0x1f60e4,_0x5dcca3,_0x50e195),{};let _0x56322d=_0x3d33b5[TestFrameworkConstants[_0x3fca9d(0x1cd)]];!_0x56322d&&(_0x56322d={});!_0x274272['Wmeva'](_0x423c88,_0x56322d)&&(_0x56322d[_0x423c88]=[]);let _0x14ed81=_0x3d33b5[TestFrameworkConstants['KEY_HOOKS_FINISHED']];!_0x14ed81&&(_0x14ed81={});!_0x274272[_0x3fca9d(0x130)](_0x423c88,_0x14ed81)&&(_0x14ed81[_0x423c88]=[]);const _0x524018={[_0x470163]:{[TestFrameworkConstants[_0x3fca9d(0x1cd)]]:_0x56322d,[TestFrameworkConstants[_0x3fca9d(0x20d)]]:_0x14ed81,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x3fca9d(0x218)]()[0x0]||'',[TestFrameworkConstants[_0x3fca9d(0xdf)]]:this[_0x3fca9d(0x230)]()[this[_0x3fca9d(0x218)]()[0x0]]||''}};if(_0x274272[_0x3fca9d(0x1df)](_0x5dcca3,HookState[_0x3fca9d(0xf3)])){const _0x184601={'key':_0x423c88,[TestFrameworkConstants['KEY_HOOK_ID']]:_0xcb280a,[TestFrameworkConstants[_0x3fca9d(0x119)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:_0x22b16d[_0x3fca9d(0x1c8)]||new Date()['toISOString'](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x3fca9d(0xda)]]:_0x22b16d[_0x3fca9d(0x1af)]||_0x22b16d[_0x3fca9d(0x21a)]||_0x423c88,[TestFrameworkConstants[_0x3fca9d(0x1fb)]]:_0x5503e5};_0x56322d[_0x423c88]['push'](_0x184601),_0x524018[_0x470163][TestFrameworkConstants[_0x3fca9d(0x183)]]=_0x423c88;const _0x17d597={};_0x17d597[_0x3fca9d(0x1ef)]=0x2,logger[_0x3fca9d(0xe5)](_0x3fca9d(0xeb)+_0x423c88+',\x20hookId='+_0xcb280a+',\x20testId='+_0x470163+',\x20hook='+util[_0x3fca9d(0x1d1)](_0x184601,_0x17d597));}else{if(_0x274272['IIVlb'](_0x5dcca3,HookState['POST'])){const _0x499f4f=_0x22b16d[_0x3fca9d(0x1e0)]||(_0x22b16d[_0x3fca9d(0x1d3)]&&_0x274272['GkMol'](_0x22b16d[_0x3fca9d(0x1d3)]['length'],0x0)?_0x274272[_0x3fca9d(0x19b)]:_0x274272[_0x3fca9d(0x144)]),_0x1b83db=_0x56322d[_0x423c88]||[];logger[_0x3fca9d(0xe5)](_0x3fca9d(0x11e)+_0x423c88+',\x20testId='+_0x470163+_0x3fca9d(0x124)+_0x499f4f+',\x20hooksListLength='+_0x1b83db[_0x3fca9d(0x150)]);if(_0x274272['IIVlb'](_0x1b83db[_0x3fca9d(0x150)],0x0)&&_0x274272[_0x3fca9d(0x1df)](_0x1f60e4,TestFrameworkState['BEFORE_ALL']))return logger[_0x3fca9d(0xe5)](_0x274272[_0x3fca9d(0x19d)]),this[_0x3fca9d(0x1dd)](_0x9c0a0d,_0x470163,_0x1f60e4,_0x5dcca3,_0x50e195),{};if(_0x274272[_0x3fca9d(0x18f)](_0x1b83db[_0x3fca9d(0x150)],0x0)){const _0x5a15f9=_0x1b83db['pop']();_0x274272[_0x3fca9d(0x1df)](_0x499f4f,_0x274272['emxEO'])&&_0x22b16d['errorsDetailed']?(_0x5a15f9[TestFrameworkConstants[_0x3fca9d(0x1ee)]]=this[_0x3fca9d(0x170)](_0x22b16d),_0x5a15f9[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]=this['getJestFailureReason'](_0x22b16d),_0x5a15f9[TestFrameworkConstants[_0x3fca9d(0x1eb)]]=this[_0x3fca9d(0x254)](_0x22b16d),logger[_0x3fca9d(0xe5)](_0x3fca9d(0x1a0)+_0x423c88+_0x3fca9d(0x153)+_0x5a15f9[TestFrameworkConstants[_0x3fca9d(0x1ee)]]+_0x3fca9d(0x184)+_0x5a15f9[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]?.[_0x3fca9d(0x22f)](0x0,0xc8))):_0x5a15f9[TestFrameworkConstants[_0x3fca9d(0x119)]]=_0x274272[_0x3fca9d(0x144)];_0x274272[_0x3fca9d(0x26b)](_0x499f4f,TestFrameworkConstants[_0x3fca9d(0x138)])&&(_0x5a15f9[TestFrameworkConstants[_0x3fca9d(0x119)]]=_0x499f4f);_0x5a15f9[TestFrameworkConstants[_0x3fca9d(0x249)]]=_0x22b16d[_0x3fca9d(0x258)]||new Date()['toISOString'](),_0x5a15f9[TestFrameworkConstants[_0x3fca9d(0x1fb)]]=_0x5503e5;const _0x34f6a4=_0x5a15f9[TestFrameworkConstants[_0x3fca9d(0x256)]];!_0x14ed81[_0x423c88]&&(_0x14ed81[_0x423c88]=[]);_0x14ed81[_0x423c88][_0x3fca9d(0x1ab)](_0x5a15f9),_0x524018[_0x470163][TestFrameworkConstants[_0x3fca9d(0x266)]]=_0x423c88;const _0x1a6525={};_0x1a6525[_0x3fca9d(0x1ef)]=0x2,logger['debug'](_0x3fca9d(0xf4)+_0x423c88+_0x3fca9d(0x1b0)+_0x34f6a4+_0x3fca9d(0x124)+_0x499f4f+_0x3fca9d(0x1cf)+util[_0x3fca9d(0x1d1)](_0x5a15f9,_0x1a6525));}}}return _0x524018;}[a92_0x2d5483(0x1ad)](_0x591e4a){const _0x2a07ce=a92_0x2d5483,_0x12b22b={};_0x12b22b[_0x2a07ce(0x169)]=_0x2a07ce(0x207);const _0x4fab15=_0x12b22b;try{const _0xc5410b=_0x591e4a[_0x2a07ce(0x102)]?this['getJestTestIdentifier'](_0x591e4a[_0x2a07ce(0x102)]):_0x591e4a[_0x2a07ce(0xea)][_0x2a07ce(0x189)],_0x1a4ae6=_0x591e4a[_0x2a07ce(0x152)],_0x39b005=_0x1a4ae6[_0x2a07ce(0x1de)](),_0xe59fdc=_0x1a4ae6[_0x2a07ce(0x143)]()['get'](_0xc5410b);if(!_0xe59fdc)return logger[_0x2a07ce(0xe5)](_0x2a07ce(0x1d0)+_0xc5410b),{};const {[TestFrameworkConstants[_0x2a07ce(0x20f)]]:_0x5ced8a=this[_0x2a07ce(0x218)]()[0x0]||'',[TestFrameworkConstants[_0x2a07ce(0xdf)]]:_0x413f10=this[_0x2a07ce(0x230)]()[this['getTestFrameworks']()[0x0]]||'',[TestFrameworkConstants[_0x2a07ce(0x1c1)]]:_0x4ba853='',[TestFrameworkConstants[_0x2a07ce(0x214)]]:_0x5988b5=''}=_0xe59fdc,_0x3ba1d6=_0x1a4ae6[_0x2a07ce(0x15f)]()['toString']()[_0x2a07ce(0x149)]('.')[0x1],_0x2936dd=_0x1a4ae6[_0x2a07ce(0x1ba)]()[_0x2a07ce(0x101)]()[_0x2a07ce(0x149)]('.')[0x1],_0x578a01=global?.[_0x2a07ce(0x1ae)]?.[_0x2a07ce(0x261)]?.[_0x2a07ce(0x136)]||global['__bstackPlatformIndex']||0x0,_0x54b825=_0x1a4ae6[_0x2a07ce(0x216)](),_0x392610=Buffer[_0x2a07ce(0x217)](JSON[_0x2a07ce(0x10f)](_0xe59fdc))[_0x2a07ce(0x101)](_0x4fab15['jTDhC']),_0x2109c0={'hash':_0x39b005[_0x2a07ce(0xf6)](),'threadId':_0x39b005[_0x2a07ce(0x11c)]()[_0x2a07ce(0x101)](),'processId':_0x39b005['getProcessId']()[_0x2a07ce(0x101)]()},_0x23e0de={};_0x23e0de[_0x2a07ce(0xfd)]=_0x578a01,_0x23e0de['testFrameworkName']=_0x5ced8a,_0x23e0de[_0x2a07ce(0x160)]=_0x413f10,_0x23e0de[_0x2a07ce(0x1cc)]=_0x3ba1d6,_0x23e0de[_0x2a07ce(0x25f)]=_0x2936dd,_0x23e0de[_0x2a07ce(0x115)]=_0x4ba853,_0x23e0de[_0x2a07ce(0xe6)]=_0x5988b5,_0x23e0de[_0x2a07ce(0x21d)]=_0x54b825,_0x23e0de[_0x2a07ce(0x1b6)]=_0x392610,_0x23e0de[_0x2a07ce(0x1f7)]=_0x2109c0,_0x23e0de[_0x2a07ce(0x107)]=_0xc5410b;const _0x1c4bd7=_0x23e0de;return _0x1c4bd7;}catch(_0x4589ed){return logger['error']('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util[_0x2a07ce(0x246)](_0x4589ed)),{};}}async[a92_0x2d5483(0x11f)](_0x2ce272,_0x433f00,_0x1c1bcf){const _0x1394af=a92_0x2d5483,_0x425ba9={'SoKuz':function(_0x4c71b0,_0x1425af){return _0x4c71b0+_0x1425af;},'yUxGF':'missing','pqIjY':_0x1394af(0x1da),'BgyZd':function(_0x3923d3,_0x4e0be0){return _0x3923d3>_0x4e0be0;},'wjBuC':function(_0xe4247d,_0x3adcdc,_0x448b6f,_0x53f564){return _0xe4247d(_0x3adcdc,_0x448b6f,_0x53f564);},'GqxKa':function(_0x3e3545,_0x98f88d){return _0x3e3545-_0x98f88d;},'sJcbr':function(_0x25e7e8,_0x1ef2f1){return _0x25e7e8===_0x1ef2f1;},'DTguA':function(_0x303a3d,_0x28a7e3){return _0x303a3d/_0x28a7e3;},'PxSiL':function(_0x348b58,_0x25d2e6){return _0x348b58<_0x25d2e6;},'VmQHy':function(_0x284e23,_0x38ea0a){return _0x284e23*_0x38ea0a;},'wxWly':function(_0x1cb147,_0x159e72){return _0x1cb147>_0x159e72;}};try{const _0x5def4a=_0x1c1bcf[_0x1394af(0x237)]||_0x1c1bcf['testId'],_0x579dc1=Array[_0x1394af(0x217)](_0x2ce272[_0x1394af(0x143)]()[_0x1394af(0x1d6)]()),_0x4d94c6=_0x2ce272['getAllData']()[_0x1394af(0x23c)](_0x5def4a);if(!_0x4d94c6){logger[_0x1394af(0xe5)](_0x1394af(0x1c7)+_0x5def4a);return;}const {[TestFrameworkConstants[_0x1394af(0x20f)]]:_0x5a7188='',[TestFrameworkConstants[_0x1394af(0xdf)]]:_0x3501fa=''}=_0x4d94c6;let _0x1f78df=[];_0x4d94c6&&_0x4d94c6[TestFrameworkConstants[_0x1394af(0x1f4)]]&&Array['isArray'](_0x4d94c6[TestFrameworkConstants[_0x1394af(0x1f4)]])?(_0x1f78df=_0x4d94c6[TestFrameworkConstants['KEY_LOGS']]||[],logger[_0x1394af(0xe5)](_0x1394af(0x13e)+_0x1f78df[_0x1394af(0x150)]+'\x20logs\x20for\x20testId:\x20'+_0x5def4a),_0x2ce272[_0x1394af(0x1d7)]({[_0x5def4a]:{[TestFrameworkConstants[_0x1394af(0x1f4)]]:[],[TestFrameworkConstants[_0x1394af(0x20f)]]:this[_0x1394af(0x218)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x1394af(0x230)]()[this[_0x1394af(0x218)]()[0x0]]||''}}),logger[_0x1394af(0xe5)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x5def4a)):logger[_0x1394af(0xe5)](_0x1394af(0x1ec)+_0x5def4a);logger['debug'](_0x1394af(0x211)+_0x1f78df[_0x1394af(0x150)]+_0x1394af(0x127)+_0x5def4a);const _0xb7190c=_0x1f78df[_0x1394af(0x1d8)](_0x339a3d=>_0x339a3d['kind']===_0x1394af(0x24e));_0x425ba9[_0x1394af(0x219)](_0xb7190c[_0x1394af(0x150)],0x0)&&(logger[_0x1394af(0xe5)](_0x1394af(0x179)+_0xb7190c[_0x1394af(0x150)]+_0x1394af(0x1f0)+_0x5def4a),_0xb7190c['forEach']((_0x4786a2,_0x2ac973)=>{const _0x1345bb=_0x1394af;logger[_0x1345bb(0xe5)](_0x1345bb(0x22b)+_0x425ba9[_0x1345bb(0x132)](_0x2ac973,0x1)+'/'+_0xb7190c['length']+_0x1345bb(0x1f1)+(_0x4786a2[_0x1345bb(0x107)]||_0x425ba9[_0x1345bb(0x174)])+_0x1345bb(0x18b)+(_0x4786a2[_0x1345bb(0x1e5)]||_0x425ba9[_0x1345bb(0x174)])+_0x1345bb(0x1b2)+(_0x4786a2[_0x1345bb(0xf9)]||_0x425ba9['pqIjY'])+_0x1345bb(0x18d)+(_0x4786a2[_0x1345bb(0x191)]?.[_0x1345bb(0x150)]||0x0));}));const _0x2aaad5=_0x4d94c6[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x3b958f=_0x425ba9['wjBuC'](getMediaArtifactsLogs,_0x2aaad5,null,_0x5def4a),_0x396146=(_0x1f78df||[])[_0x1394af(0x198)](_0x3b958f||[]),_0x5a2e42=_0xb7190c?.[_0x1394af(0x150)]||0x0,_0x481003=_0x425ba9['GqxKa'](_0x1f78df?.[_0x1394af(0x150)]||0x0,_0x5a2e42);logger[_0x1394af(0xe5)](_0x1394af(0x1b7)+_0x5def4a+_0x1394af(0x1a8)+_0x481003+_0x1394af(0x106)+_0x5a2e42+',\x20attachmentLogs:\x20'+(_0x3b958f?.[_0x1394af(0x150)]||0x0)+',\x20totalLogs:\x20'+_0x396146[_0x1394af(0x150)]);if(!_0x396146||_0x425ba9[_0x1394af(0x15c)](_0x396146['length'],0x0)){logger[_0x1394af(0xe5)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0x5def4a);return;}const _0x34dd84=0x28,_0x14548d=Math[_0x1394af(0x235)](_0x425ba9['DTguA'](_0x396146[_0x1394af(0x150)],_0x34dd84));for(let _0x5b3248=0x0;_0x425ba9[_0x1394af(0x25a)](_0x5b3248,_0x14548d);_0x5b3248++){const _0x5c31aa=_0x425ba9[_0x1394af(0x251)](_0x5b3248,_0x34dd84),_0x4603e6=_0x425ba9[_0x1394af(0x132)](_0x5c31aa,_0x34dd84),_0x2e88b9=_0x396146['slice'](_0x5c31aa,_0x4603e6),_0x21c95c=global?.[_0x1394af(0x118)]??0x0,_0x3b2b80={'platformIndex':_0x21c95c,'logs':_0x2e88b9,'testFrameworkName':_0x5a7188,'testFrameworkVersion':_0x3501fa,'testFrameworkState':_0x433f00[_0x1394af(0x101)]()[_0x1394af(0x149)]('.')[0x1]},_0x101c65={};_0x101c65[_0x1394af(0x1ef)]=0x3,_0x101c65[_0x1394af(0x25d)]=0x5,logger[_0x1394af(0xe5)](_0x1394af(0x10a)+_0x425ba9[_0x1394af(0x132)](_0x5b3248,0x1)+'/'+_0x14548d+'\x20-\x20testId:\x20'+_0x5def4a+_0x1394af(0x1d5)+_0x2e88b9[_0x1394af(0x150)]+_0x1394af(0x193)+_0x21c95c+_0x1394af(0x103)+util[_0x1394af(0x1d1)](_0x3b2b80,_0x101c65));const _0x5b5ea1=await GrpcClient[_0x1394af(0x20a)]()[_0x1394af(0xee)](_0x3b2b80);logger[_0x1394af(0xe5)](_0x1394af(0x10a)+_0x425ba9[_0x1394af(0x132)](_0x5b3248,0x1)+'/'+_0x14548d+_0x1394af(0xec)+_0x5def4a+_0x1394af(0x13d)+util[_0x1394af(0x1d1)](_0x5b5ea1));}_0x3b958f&&_0x425ba9[_0x1394af(0x1e4)](_0x3b958f[_0x1394af(0x150)],0x0)&&_0x4d94c6[TestFrameworkConstants[_0x1394af(0x194)]]&&_0x2ce272[_0x1394af(0x1d7)]({[_0x5def4a]:{[TestFrameworkConstants[_0x1394af(0x194)]]:{},[TestFrameworkConstants[_0x1394af(0x20f)]]:this[_0x1394af(0x218)]()[0x0]||'',[TestFrameworkConstants[_0x1394af(0xdf)]]:this['getTestFrameworksVersions']()[this[_0x1394af(0x218)]()[0x0]]||''}}),logger[_0x1394af(0xe5)](_0x1394af(0x24f)+_0x5def4a+_0x1394af(0x14e)+_0x14548d);}catch(_0x56eb2c){logger['error'](_0x1394af(0x161)+(_0x1c1bcf[_0x1394af(0x237)]||_0x1c1bcf[_0x1394af(0x146)])+_0x1394af(0x104)+util[_0x1394af(0x246)](_0x56eb2c));}}[a92_0x2d5483(0x1dd)](_0x341b33,_0x368695,_0x5a3bd6,_0x40442a,_0x3c377e){const _0x476d46=a92_0x2d5483,_0x302089={};_0x302089['mUekZ']=function(_0x1b7f5e,_0x80aecb){return _0x1b7f5e===_0x80aecb;},_0x302089[_0x476d46(0x23b)]=_0x476d46(0x260);const _0x804da8=_0x302089,{hookData:_0x344c8a}=_0x3c377e,_0x1400dd={'testId':_0x368695,'testFrameworkState':_0x5a3bd6,'hookState':_0x40442a,'args':_0x3c377e,'timestamp':new Date()[_0x476d46(0x173)]()};if(_0x804da8[_0x476d46(0x1ea)](_0x5a3bd6,TestFrameworkState[_0x476d46(0xd8)])&&_0x344c8a){const _0x26fa1b={};_0x26fa1b['filePath']=_0x344c8a['file_name']||_0x344c8a[_0x476d46(0x192)],_0x26fa1b['scope']=_0x344c8a['scope']||_0x344c8a[_0x476d46(0x1c4)]&&_0x344c8a[_0x476d46(0x1c4)][0x0]||'',_0x26fa1b['hookType']=_0x804da8[_0x476d46(0x23b)],_0x1400dd[_0x476d46(0x14b)]=_0x26fa1b,logger['debug'](_0x476d46(0x129)+_0x368695+_0x476d46(0xde)+_0x1400dd[_0x476d46(0x14b)][_0x476d46(0x182)]+',\x20scope:\x20'+_0x1400dd[_0x476d46(0x14b)][_0x476d46(0x248)]);}_0x341b33[_0x476d46(0x1f5)](_0x368695,_0x1400dd),logger['debug']('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x368695+_0x476d46(0x158)+_0x5a3bd6+_0x476d46(0xf8)+_0x40442a);}async['processPendingHooks'](_0x17460e,_0x22d931){const _0x5c509a=a92_0x2d5483,_0x613103={};_0x613103[_0x5c509a(0x12a)]=function(_0x5ad4b1,_0x6cb60){return _0x5ad4b1>_0x6cb60;},_0x613103['TjXbT']=function(_0x444587,_0x3a4c41){return _0x444587===_0x3a4c41;},_0x613103[_0x5c509a(0x24d)]=function(_0x3dc13c,_0x45eb0a){return _0x3dc13c===_0x45eb0a;},_0x613103[_0x5c509a(0x16a)]=function(_0x5f5166,_0x917d87){return _0x5f5166>_0x917d87;},_0x613103[_0x5c509a(0x1fe)]=function(_0x6e223,_0x19e531){return _0x6e223===_0x19e531;},_0x613103[_0x5c509a(0x239)]='[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook';const _0x132e8f=_0x613103;if(_0x17460e['hasPendingHooks'](_0x22d931)){const _0x72704a=_0x17460e['getPendingHooks'](_0x22d931);logger['debug'](_0x5c509a(0x1be)+_0x72704a[_0x5c509a(0x150)]+'\x20pending\x20hooks\x20for\x20testId:\x20'+_0x22d931);for(const _0x3e2cd0 of _0x72704a){try{const _0x11f8e6=await this[_0x5c509a(0x236)](_0x17460e,_0x3e2cd0['testFrameworkState'],_0x3e2cd0['hookState'],_0x3e2cd0[_0x5c509a(0x26c)]);_0x11f8e6&&_0x132e8f[_0x5c509a(0x12a)](Object[_0x5c509a(0x1d6)](_0x11f8e6)[_0x5c509a(0x150)],0x0)&&_0x17460e[_0x5c509a(0x1d7)](_0x11f8e6),await this[_0x5c509a(0x24a)](_0x17460e,_0x3e2cd0[_0x5c509a(0x1cc)],_0x3e2cd0[_0x5c509a(0x25f)],_0x3e2cd0[_0x5c509a(0x26c)]);}catch(_0xe3b9b6){logger[_0x5c509a(0x10e)](_0x5c509a(0x24b)+_0x22d931+_0x5c509a(0x104)+_0xe3b9b6);}}_0x17460e[_0x5c509a(0x18c)](_0x22d931),logger['debug'](_0x5c509a(0xe0)+_0x22d931);}const _0x371219=_0x17460e['getAllData']()['get'](_0x22d931);if(_0x371219){const _0x4fbdb2=_0x371219[TestFrameworkConstants[_0x5c509a(0x1a2)]]||_0x371219[TestFrameworkConstants[_0x5c509a(0x1f8)]],_0x5814f3=_0x371219[TestFrameworkConstants[_0x5c509a(0x197)]]||_0x371219[TestFrameworkConstants[_0x5c509a(0x196)]]&&_0x371219[TestFrameworkConstants[_0x5c509a(0x196)]][0x0]||'';logger[_0x5c509a(0xe5)](_0x5c509a(0x117)+_0x4fbdb2+_0x5c509a(0x17f)+_0x5814f3);const _0x8b90a=_0x17460e[_0x5c509a(0x20e)]();for(const _0x4d1d6c of _0x8b90a){if(_0x132e8f[_0x5c509a(0xd7)](_0x4d1d6c,_0x22d931))continue;if(_0x17460e[_0x5c509a(0x13c)](_0x4d1d6c)){const _0x390f9c=_0x17460e['getPendingHooks'](_0x4d1d6c);for(const _0x3bcb61 of _0x390f9c){if(_0x132e8f[_0x5c509a(0xd7)](_0x3bcb61[_0x5c509a(0x1cc)],TestFrameworkState[_0x5c509a(0xd8)])&&_0x3bcb61['hookMetadata']){const _0x32e9aa=_0x3bcb61['hookMetadata']['filePath'],_0x4bada7=_0x3bcb61['hookMetadata']['scope'];if(_0x132e8f[_0x5c509a(0xd7)](_0x32e9aa,_0x4fbdb2)&&_0x132e8f[_0x5c509a(0x24d)](_0x4bada7,_0x5814f3)){logger[_0x5c509a(0xe5)](_0x5c509a(0x26a)+_0x4d1d6c+',\x20currentTestId:\x20'+_0x22d931+_0x5c509a(0xde)+_0x32e9aa+_0x5c509a(0x17f)+_0x4bada7);_0x3bcb61['args']&&_0x3bcb61[_0x5c509a(0x26c)]['hookData']&&(_0x3bcb61[_0x5c509a(0x26c)]['hookData']['test_run_id']=_0x22d931,logger[_0x5c509a(0xe5)](_0x5c509a(0x195)+_0x4d1d6c+_0x5c509a(0x137)+_0x22d931));try{const _0x18bb1c=await this[_0x5c509a(0x236)](_0x17460e,_0x3bcb61[_0x5c509a(0x1cc)],_0x3bcb61[_0x5c509a(0x25f)],_0x3bcb61[_0x5c509a(0x26c)]);_0x18bb1c&&_0x132e8f[_0x5c509a(0x16a)](Object[_0x5c509a(0x1d6)](_0x18bb1c)['length'],0x0)&&_0x17460e[_0x5c509a(0x1d7)](_0x18bb1c);await this[_0x5c509a(0x24a)](_0x17460e,_0x3bcb61[_0x5c509a(0x1cc)],_0x3bcb61[_0x5c509a(0x25f)],_0x3bcb61[_0x5c509a(0x26c)]);const _0x49b953=_0x17460e[_0x5c509a(0x204)](_0x4d1d6c)[_0x5c509a(0x1d8)](_0x2a9a69=>_0x2a9a69!==_0x3bcb61);if(_0x132e8f[_0x5c509a(0x1fe)](_0x49b953['length'],0x0))_0x17460e[_0x5c509a(0x18c)](_0x4d1d6c);else{_0x17460e[_0x5c509a(0x18c)](_0x4d1d6c);for(const _0x3c953 of _0x49b953){_0x17460e[_0x5c509a(0x1f5)](_0x4d1d6c,_0x3c953);}}logger['debug'](_0x132e8f[_0x5c509a(0x239)]);}catch(_0x5ef084){logger[_0x5c509a(0x10e)](_0x5c509a(0x1c2)+_0x22d931+_0x5c509a(0x104)+_0x5ef084);}}}}}}}}['mapTestHooks'](_0x19b868){const _0x3e3fbd=a92_0x2d5483,_0x2a1bea={'NJhHw':function(_0x241ff9){return _0x241ff9();}};if(!_0x19b868||!_0x19b868[_0x3e3fbd(0x1dc)])return;_0x19b868[_0x3e3fbd(0x1dc)][_0x3e3fbd(0x176)]&&Array[_0x3e3fbd(0x140)](_0x19b868['parent'][_0x3e3fbd(0x176)])&&_0x19b868['parent'][_0x3e3fbd(0x176)][_0x3e3fbd(0x1f3)](_0x2299ef=>{const _0xa543b9=_0x3e3fbd;!_0x2299ef[_0xa543b9(0x1aa)]&&!_0x2299ef[_0xa543b9(0x113)]&&(_0x2299ef[_0xa543b9(0x1aa)]=_0x2a1bea['NJhHw'](uuidv4),_0x2299ef[_0xa543b9(0x113)]=_0x2299ef[_0xa543b9(0x1aa)],logger[_0xa543b9(0xe5)](_0xa543b9(0x111)+_0x2299ef[_0xa543b9(0x201)]+',\x20hookUUID='+_0x2299ef['hookAnalyticsId']));}),this[_0x3e3fbd(0x20b)](_0x19b868[_0x3e3fbd(0x1dc)]);}['getHooksForTest'](_0x4393fa){const _0x388c66=a92_0x2d5483,_0x5d66ca={'rxmdI':function(_0x234cd6,_0xf99cc){return _0x234cd6(_0xf99cc);}};if(!_0x4393fa||!_0x4393fa[_0x388c66(0x1dc)])return[];const _0x1c1d3b=[];return _0x4393fa['parent'][_0x388c66(0x176)]&&Array[_0x388c66(0x140)](_0x4393fa['parent'][_0x388c66(0x176)])&&_0x4393fa[_0x388c66(0x1dc)]['hooks'][_0x388c66(0x1f3)](_0x38d64a=>{const _0x5b3c7e=_0x388c66,_0x3a412e=_0x38d64a[_0x5b3c7e(0x1aa)]||_0x38d64a[_0x5b3c7e(0x113)];_0x3a412e&&!this['isJestInternalHook'](_0x38d64a)&&!_0x5d66ca['rxmdI'](isInternalHook,_0x38d64a['fn'])&&_0x1c1d3b['push'](_0x3a412e);}),[..._0x1c1d3b,...this[_0x388c66(0x16d)](_0x4393fa[_0x388c66(0x1dc)])];}[a92_0x2d5483(0xe7)](_0x498658){const _0x47e342=a92_0x2d5483,_0x2a6420={'yNDjb':function(_0x4038bf,_0x3b68a0){return _0x4038bf(_0x3b68a0);},'FyldE':_0x47e342(0x14d)},_0x44866f=new Map(),_0x3447e1=_0x1ba916=>{const _0x5bf1d7=_0x47e342,_0x304bf5={'ElRVf':function(_0x12d3de,_0x5e16cf){const _0x368d6e=a92_0x260d;return _0x2a6420[_0x368d6e(0x1e8)](_0x12d3de,_0x5e16cf);},'Ocumy':_0x2a6420['FyldE']};if(!_0x1ba916||!_0x1ba916['parent'])return;_0x1ba916[_0x5bf1d7(0x1dc)][_0x5bf1d7(0x176)]&&Array[_0x5bf1d7(0x140)](_0x1ba916[_0x5bf1d7(0x1dc)]['hooks'])&&_0x1ba916['parent']['hooks'][_0x5bf1d7(0x1f3)](_0xd8cd3c=>{const _0x27ec8d=_0x5bf1d7,_0x1eacbb=_0xd8cd3c['hookAnalyticsId']||_0xd8cd3c['hookUUID'];if(_0x1eacbb&&!this[_0x27ec8d(0x148)](_0xd8cd3c)&&!_0x304bf5[_0x27ec8d(0xfc)](isInternalHook,_0xd8cd3c['fn'])){const _0x4ccccd={};_0x4ccccd[_0x27ec8d(0x201)]=_0xd8cd3c['type']||_0x304bf5[_0x27ec8d(0x1a5)],_0x4ccccd[_0x27ec8d(0x1af)]=_0xd8cd3c[_0x27ec8d(0x1af)]||'\x22'+_0xd8cd3c[_0x27ec8d(0x201)]+_0x27ec8d(0x187),_0x44866f[_0x27ec8d(0x100)](_0x1eacbb,_0x4ccccd);}}),_0x2a6420[_0x5bf1d7(0x1e8)](_0x3447e1,_0x1ba916[_0x5bf1d7(0x1dc)]);};return _0x2a6420[_0x47e342(0x1e8)](_0x3447e1,_0x498658),_0x44866f;}[a92_0x2d5483(0x148)](_0x20b461){const _0x5159b3=a92_0x2d5483,_0x2f42ee={};_0x2f42ee[_0x5159b3(0x15d)]='jest-circus',_0x2f42ee[_0x5159b3(0x212)]='[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}';const _0x1e8a0e=_0x2f42ee;try{const _0x3459bc=this[_0x5159b3(0x264)](_0x20b461);if(!_0x3459bc||_0x3459bc['includes'](_0x1e8a0e[_0x5159b3(0x15d)]))return!![];return![];}catch(_0xbd0216){logger[_0x5159b3(0xe5)](_0x1e8a0e[_0x5159b3(0x212)]);}return![];}[a92_0x2d5483(0x264)](_0x10f4a3){const _0x10c5c4=a92_0x2d5483,_0x1c6436={'JSRMP':function(_0x88475,_0x2d5b2f){return _0x88475(_0x2d5b2f);}};if(_0x10f4a3[_0x10c5c4(0x252)])return _0x10f4a3[_0x10c5c4(0x252)];if(_0x10f4a3[_0x10c5c4(0xdd)])try{const _0x5cd286=stackTrace['parse'](_0x10f4a3[_0x10c5c4(0xdd)]),_0x47ac7e=_0x1c6436[_0x10c5c4(0x171)](pickUserFrameFile,_0x5cd286);if(_0x47ac7e)return _0x47ac7e;logger[_0x10c5c4(0xe5)](_0x10c5c4(0xe2)+_0x5cd286[_0x10c5c4(0x150)]+')');}catch(_0x3255a6){logger[_0x10c5c4(0xe5)](_0x10c5c4(0x16f)+util['format'](_0x3255a6));}return null;}}module[a92_0x2d5483(0x1d2)]=JestTestFramework;
|
|
1
|
+
const a92_0x5143a8=a92_0xaa97;function a92_0xaa97(_0x46f861,_0x484d86){const _0x495bd9=a92_0x495b();return a92_0xaa97=function(_0xaa9756,_0xb9a42b){_0xaa9756=_0xaa9756-0x1a8;let _0x349609=_0x495bd9[_0xaa9756];return _0x349609;},a92_0xaa97(_0x46f861,_0x484d86);}(function(_0x2faa25,_0x5173ea){const _0x496df0=a92_0xaa97,_0x30a104=_0x2faa25();while(!![]){try{const _0x27b2cf=-parseInt(_0x496df0(0x2ae))/0x1*(parseInt(_0x496df0(0x243))/0x2)+-parseInt(_0x496df0(0x21a))/0x3+-parseInt(_0x496df0(0x303))/0x4+-parseInt(_0x496df0(0x2b4))/0x5+parseInt(_0x496df0(0x2fe))/0x6+-parseInt(_0x496df0(0x30c))/0x7*(-parseInt(_0x496df0(0x2dc))/0x8)+parseInt(_0x496df0(0x286))/0x9;if(_0x27b2cf===_0x5173ea)break;else _0x30a104['push'](_0x30a104['shift']());}catch(_0x2bdbd1){_0x30a104['push'](_0x30a104['shift']());}}}(a92_0x495b,0x58e0c));const TestFramework=require(a92_0x5143a8(0x300)),TestFrameworkState=require(a92_0x5143a8(0x1d8)),HookState=require(a92_0x5143a8(0x26f)),{createClassLogger}=require(a92_0x5143a8(0x260)),TestFrameworkInstance=require(a92_0x5143a8(0x297)),CLIUtils=require(a92_0x5143a8(0x292)),TrackedInstance=require(a92_0x5143a8(0x2a5)),TestFrameworkConstants=require(a92_0x5143a8(0x225)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a92_0x5143a8(0x247)),{isInternalHook}=require(a92_0x5143a8(0x2c6)),logger=createClassLogger(a92_0x5143a8(0x211)),{v4:uuidv4}=require('uuid'),util=require(a92_0x5143a8(0x304)),TestInfo=require(a92_0x5143a8(0x25e)),GrpcClient=require(a92_0x5143a8(0x1cc)),stackTrace=require(a92_0x5143a8(0x281)),{pickUserFrameFile}=require(a92_0x5143a8(0x2e8));class JestTestFramework extends TestFramework{constructor(_0x4db14a,_0x1b8e48,_0x9e39db){const _0x28cc6a=a92_0x5143a8;super(_0x4db14a,_0x1b8e48,_0x9e39db),this[_0x28cc6a(0x1fc)]=new Map();}[a92_0x5143a8(0x1e9)](_0x2cc32b,_0x144a6f,_0x1676b5){const _0x3e7903=a92_0x5143a8,_0x57bcf1={};_0x57bcf1[_0x3e7903(0x2e9)]=function(_0x467b62,_0x56a454){return _0x467b62||_0x56a454;};const _0x51a850=_0x57bcf1;if(_0x51a850[_0x3e7903(0x2e9)](!_0x2cc32b,!_0x144a6f)){logger[_0x3e7903(0x31a)](_0x3e7903(0x221)+_0x2cc32b+_0x3e7903(0x2bb)+_0x144a6f);return;}!this[_0x3e7903(0x1fc)][_0x3e7903(0x274)](_0x2cc32b)&&this[_0x3e7903(0x1fc)]['set'](_0x2cc32b,[]);const _0x350673={'hookUUID':_0x144a6f,'hookType':_0x1676b5,'startedAt':new Date()[_0x3e7903(0x2cb)]()};this[_0x3e7903(0x1fc)][_0x3e7903(0x338)](_0x2cc32b)[_0x3e7903(0x1c2)](_0x350673),logger['debug'](_0x3e7903(0x33f)+_0x2cc32b+_0x3e7903(0x2bb)+_0x144a6f+_0x3e7903(0x1c7)+_0x1676b5+',\x20totalHooks='+this['activeHooks'][_0x3e7903(0x338)](_0x2cc32b)[_0x3e7903(0x1e1)]);}[a92_0x5143a8(0x301)](_0x49d2ad,_0x4ff470){const _0x513238=a92_0x5143a8,_0x1be415={};_0x1be415[_0x513238(0x342)]=function(_0x1f641a,_0x4eb9dc){return _0x1f641a||_0x4eb9dc;},_0x1be415[_0x513238(0x2c5)]=function(_0xaeb1db,_0x3713e8){return _0xaeb1db!==_0x3713e8;},_0x1be415['VDplp']=function(_0x3f600b,_0x5abb2f){return _0x3f600b===_0x5abb2f;};const _0x4f4427=_0x1be415;if(_0x4f4427[_0x513238(0x342)](!_0x49d2ad,!_0x4ff470)){logger[_0x513238(0x31a)](_0x513238(0x21f)+_0x49d2ad+_0x513238(0x2bb)+_0x4ff470);return;}if(this[_0x513238(0x1fc)]['has'](_0x49d2ad)){const _0x4c4881=this[_0x513238(0x1fc)][_0x513238(0x338)](_0x49d2ad),_0xe00f53=_0x4c4881['findIndex'](_0x2e9b58=>_0x2e9b58[_0x513238(0x339)]===_0x4ff470);_0x4f4427[_0x513238(0x2c5)](_0xe00f53,-0x1)?(_0x4c4881[_0x513238(0x263)](_0xe00f53,0x1),logger['debug']('[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier='+_0x49d2ad+_0x513238(0x2bb)+_0x4ff470+_0x513238(0x240)+_0x4c4881[_0x513238(0x1e1)]),_0x4f4427['VDplp'](_0x4c4881[_0x513238(0x1e1)],0x0)&&this[_0x513238(0x1fc)][_0x513238(0x1c1)](_0x49d2ad)):logger[_0x513238(0x346)]('[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier='+_0x49d2ad+',\x20hookUUID='+_0x4ff470);}}[a92_0x5143a8(0x1f5)](_0x243651){const _0x27e2b0=a92_0x5143a8,_0x35d36b={};_0x35d36b[_0x27e2b0(0x298)]=function(_0x2955be,_0x4ddcd1){return _0x2955be>_0x4ddcd1;},_0x35d36b['kbhOU']=function(_0x1c32ec,_0x127792){return _0x1c32ec-_0x127792;};const _0x17e678=_0x35d36b;if(!_0x243651)return null;if(this[_0x27e2b0(0x1fc)][_0x27e2b0(0x274)](_0x243651)){const _0x4e7455=this[_0x27e2b0(0x1fc)]['get'](_0x243651);if(_0x17e678[_0x27e2b0(0x298)](_0x4e7455['length'],0x0)){const _0x50f603=_0x4e7455[_0x17e678[_0x27e2b0(0x24e)](_0x4e7455[_0x27e2b0(0x1e1)],0x1)];return logger[_0x27e2b0(0x346)](_0x27e2b0(0x2c3)+_0x243651+',\x20hookUUID='+_0x50f603[_0x27e2b0(0x339)]+',\x20hookType='+_0x50f603[_0x27e2b0(0x2fb)]),_0x50f603;}}return null;}async[a92_0x5143a8(0x2b8)](_0x367109,_0x173cc8,_0x3e676d={}){const _0x4e5c6b=a92_0x5143a8,_0x5d1709={};_0x5d1709[_0x4e5c6b(0x23d)]=_0x4e5c6b(0x2e3),_0x5d1709[_0x4e5c6b(0x2d6)]=function(_0x2cf471,_0x258f1c){return _0x2cf471===_0x258f1c;},_0x5d1709[_0x4e5c6b(0x1be)]=function(_0x4f4df3,_0x40ba7f){return _0x4f4df3||_0x40ba7f;},_0x5d1709['mMkof']=_0x4e5c6b(0x1b0),_0x5d1709[_0x4e5c6b(0x236)]=function(_0x3851b2,_0x467f02){return _0x3851b2===_0x467f02;};const _0x3113d9=_0x5d1709;logger[_0x4e5c6b(0x346)](_0x4e5c6b(0x269)+_0x367109+_0x4e5c6b(0x1e2)+_0x173cc8+_0x4e5c6b(0x343)+Object[_0x4e5c6b(0x325)](_0x3e676d)[_0x4e5c6b(0x314)](',')),await super['trackEvent'](_0x367109,_0x173cc8,_0x3e676d);const _0x5276ce=this[_0x4e5c6b(0x2ce)](_0x367109,_0x173cc8,_0x3e676d);if(!_0x5276ce){logger[_0x4e5c6b(0x346)](_0x3113d9[_0x4e5c6b(0x23d)]);return;}try{let _0x69d8f4,_0x233a15,_0x39f329;switch(_0x367109){case TestFrameworkState[_0x4e5c6b(0x272)]:_0x69d8f4=_0x3e676d[_0x4e5c6b(0x32f)];const _0xa4aab2={};_0xa4aab2[_0x4e5c6b(0x24f)]=0x2,_0xa4aab2['maxArrayLength']=0x3,logger[_0x4e5c6b(0x346)](_0x4e5c6b(0x26b)+_0x173cc8+_0x4e5c6b(0x215)+util['inspect'](_0x69d8f4,_0xa4aab2)),_0x39f329=this[_0x4e5c6b(0x20a)](_0x69d8f4),_0x233a15=null,logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId='+_0x39f329+'\x20(testIdentifier)');if(_0x3113d9['JJBTq'](_0x173cc8,HookState[_0x4e5c6b(0x233)])){logger[_0x4e5c6b(0x346)](_0x4e5c6b(0x2d4)+_0x39f329);const _0x993372={};_0x993372['testUUID']=_0x233a15,_0x993372['testData']=_0x69d8f4,_0x993372[_0x4e5c6b(0x226)]=_0x39f329;const _0x40329c=this['parseJestTest'](_0x993372),_0x10dbdc={};_0x10dbdc[_0x4e5c6b(0x24f)]=0x2,_0x10dbdc['maxArrayLength']=0x3,logger[_0x4e5c6b(0x346)](_0x4e5c6b(0x1d1)+util[_0x4e5c6b(0x2ef)](_0x40329c,_0x10dbdc)),_0x5276ce[_0x4e5c6b(0x209)](_0x40329c),logger[_0x4e5c6b(0x346)](_0x4e5c6b(0x20e)+_0x39f329),await this['processPendingHooks'](_0x5276ce,_0x39f329);}else{if(_0x3113d9[_0x4e5c6b(0x2d6)](_0x173cc8,HookState[_0x4e5c6b(0x229)])){logger[_0x4e5c6b(0x346)](_0x4e5c6b(0x1ea)+_0x39f329);const _0x8bd0b5=_0x5276ce[_0x4e5c6b(0x20d)]()['get'](_0x39f329);logger[_0x4e5c6b(0x346)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20'+util[_0x4e5c6b(0x2ef)](Object[_0x4e5c6b(0x325)](_0x3113d9[_0x4e5c6b(0x1be)](_0x8bd0b5,{}))));_0x8bd0b5&&_0x8bd0b5[TestFrameworkConstants[_0x4e5c6b(0x232)]]?logger[_0x4e5c6b(0x346)](_0x4e5c6b(0x253)+Object[_0x4e5c6b(0x325)](_0x8bd0b5[TestFrameworkConstants[_0x4e5c6b(0x232)]])[_0x4e5c6b(0x1e1)]+_0x4e5c6b(0x306)):logger['debug'](_0x3113d9['mMkof']);const _0x565df0=_0x3e676d[_0x4e5c6b(0x336)]||null,_0x8f214e={};_0x8f214e[_0x4e5c6b(0x238)]=_0x233a15,_0x8f214e[_0x4e5c6b(0x1ed)]=_0x69d8f4,_0x8f214e[_0x4e5c6b(0x226)]=_0x39f329,_0x8f214e['originalTest']=_0x565df0;const _0x3546b0=this[_0x4e5c6b(0x279)](_0x8f214e),_0x4c029a={};_0x4c029a[_0x4e5c6b(0x24f)]=0x2,_0x4c029a['maxArrayLength']=0x3,logger[_0x4e5c6b(0x346)](_0x4e5c6b(0x2e1)+util[_0x4e5c6b(0x2ef)](_0x3546b0,_0x4c029a)),_0x5276ce[_0x4e5c6b(0x209)](_0x3546b0),logger[_0x4e5c6b(0x346)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20'+_0x39f329),await this[_0x4e5c6b(0x340)](_0x5276ce,_0x39f329);}}break;case TestFrameworkState['LOG_REPORT']:if(_0x3113d9['gsEZc'](_0x173cc8,HookState[_0x4e5c6b(0x229)])){const _0x11adc1={};_0x11adc1[_0x4e5c6b(0x24f)]=0x2,logger[_0x4e5c6b(0x346)](_0x4e5c6b(0x201)+util[_0x4e5c6b(0x2ef)](_0x3e676d,_0x11adc1)),await this[_0x4e5c6b(0x1ab)](_0x5276ce,_0x367109,_0x3e676d);}break;default:if(CLIUtils[_0x4e5c6b(0x2f6)](_0x367109['toString']()[_0x4e5c6b(0x1df)]('.')[0x1])){const _0x18e7d5={};_0x18e7d5['depth']=0x2,_0x18e7d5[_0x4e5c6b(0x2cd)]=0x3,logger['debug']('[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState='+_0x367109+_0x4e5c6b(0x1e2)+_0x173cc8+',\x20hookData='+util['inspect'](_0x3e676d['hookData'],_0x18e7d5));const _0x38b919=await this[_0x4e5c6b(0x207)](_0x5276ce,_0x367109,_0x173cc8,_0x3e676d),_0x1fa5c={};_0x1fa5c[_0x4e5c6b(0x24f)]=0x2,_0x1fa5c[_0x4e5c6b(0x2cd)]=0x3,logger[_0x4e5c6b(0x346)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20'+util[_0x4e5c6b(0x2ef)](_0x38b919,_0x1fa5c)),_0x5276ce[_0x4e5c6b(0x209)](_0x38b919);}else logger[_0x4e5c6b(0x346)](_0x4e5c6b(0x23c)+_0x367109+_0x4e5c6b(0x257)+_0x173cc8);break;}logger[_0x4e5c6b(0x346)](_0x4e5c6b(0x1bb)+_0x367109+',\x20hookState='+_0x173cc8);}catch(_0x23aa1a){logger[_0x4e5c6b(0x2fa)](_0x4e5c6b(0x2c9)+_0x367109+_0x4e5c6b(0x1e2)+_0x173cc8+',\x20exception='+util['format'](_0x23aa1a));}_0x3e676d[_0x4e5c6b(0x1b9)]=_0x5276ce,await this[_0x4e5c6b(0x261)](_0x5276ce,_0x367109,_0x173cc8,_0x3e676d);}[a92_0x5143a8(0x20a)](_0x454490){const _0x4464b5=a92_0x5143a8,_0x10d638={};_0x10d638[_0x4464b5(0x2f9)]=_0x4464b5(0x2cf);const _0x158049=_0x10d638;if(_0x454490&&(_0x454490['id']||_0x454490[_0x4464b5(0x21c)])){const _0x4130d5=_0x454490['id']||_0x454490[_0x4464b5(0x21c)];return logger[_0x4464b5(0x346)]('[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22'+_0x4130d5+_0x4464b5(0x29a)),_0x4130d5;}return logger[_0x4464b5(0x346)](_0x158049[_0x4464b5(0x2f9)]),process[_0x4464b5(0x1e5)]+_0x4464b5(0x31e);}[a92_0x5143a8(0x2ce)](_0x524913,_0x2f8cb7,_0x45dbbb={}){const _0x12efd2=a92_0x5143a8;let _0x393dd8=null;return _0x393dd8=TestFramework[_0x12efd2(0x28b)](),!_0x393dd8?(logger[_0x12efd2(0x346)]('[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state='+_0x524913),this[_0x12efd2(0x228)](_0x524913,_0x45dbbb),_0x393dd8=TestFramework[_0x12efd2(0x28b)](),logger[_0x12efd2(0x346)](_0x12efd2(0x2b1)+!!_0x393dd8+',\x20contextId='+_0x393dd8?.[_0x12efd2(0x26a)]()?.[_0x12efd2(0x1c5)]())):logger[_0x12efd2(0x346)]('[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId='+_0x393dd8['getContext']()?.[_0x12efd2(0x1c5)]()),_0x393dd8;}[a92_0x5143a8(0x228)](_0x5198d6,_0x16c0a9){const _0x1ac21e=a92_0x5143a8,_0x36c2d4={};_0x36c2d4['jfPIr']=_0x1ac21e(0x294);const _0xae82c1=_0x36c2d4;if(TestFramework['getTrackedInstance']()){logger[_0x1ac21e(0x346)](_0xae82c1[_0x1ac21e(0x2b7)]);return;}const _0x1253ed=CLIUtils[_0x1ac21e(0x312)](),_0xd29a53=TrackedInstance[_0x1ac21e(0x1ef)](_0x1253ed);let _0x4659c4=null;logger['debug'](_0x1ac21e(0x204)+_0x1253ed+_0x1ac21e(0x202)+_0x5198d6),_0x4659c4=new TestFrameworkInstance(_0xd29a53,this[_0x1ac21e(0x332)](),this[_0x1ac21e(0x2c4)](),_0x5198d6,HookState[_0x1ac21e(0x1b2)]),TestFramework['setTrackedInstance'](_0xd29a53,_0x4659c4),logger[_0x1ac21e(0x346)](_0x1ac21e(0x1f7)+_0xd29a53[_0x1ac21e(0x1c5)]()+_0x1ac21e(0x1f1)+_0x1253ed+_0x1ac21e(0x1ad)+this[_0x1ac21e(0x332)]()[0x0]+_0x1ac21e(0x1d9)+this[_0x1ac21e(0x2c4)]()[this[_0x1ac21e(0x332)]()[0x0]]);}[a92_0x5143a8(0x1c4)](_0x51f730){const _0x3df801=a92_0x5143a8,_0x3523a9={};_0x3523a9[_0x3df801(0x2ee)]=function(_0x6cd97f,_0x294595){return _0x6cd97f||_0x294595;},_0x3523a9['zjnzI']=_0x3df801(0x24b);const _0x965514=_0x3523a9,{testUUID:_0x52c340,testData:_0x1c9e9c,testId:_0x53eb7c}=_0x51f730;if(_0x965514[_0x3df801(0x2ee)](!_0x1c9e9c,!_0x53eb7c))return logger[_0x3df801(0x346)](_0x965514[_0x3df801(0x2a9)]),{};const _0x449fe8=this['getTestFrameworks']()[0x0],_0x33a070=this[_0x3df801(0x2c4)](),_0x2d870f={};_0x2d870f['depth']=0x2,_0x2d870f[_0x3df801(0x2cd)]=0x3,logger[_0x3df801(0x346)](_0x3df801(0x1eb)+util[_0x3df801(0x2ef)](_0x1c9e9c,_0x2d870f));const _0x507cef=_0x1c9e9c?.['scopes']||[],_0x359f16=this[_0x3df801(0x2b2)](_0x1c9e9c),_0xa4697e=this[_0x3df801(0x322)](_0x1c9e9c),_0x32407a=_0x1c9e9c['fn']?_0x1c9e9c['fn'][_0x3df801(0x1f8)]():_0x1c9e9c?.[_0x3df801(0x299)]?_0x1c9e9c[_0x3df801(0x299)][_0x3df801(0x258)]['toString']():null,_0x34caf9=this[_0x3df801(0x264)](_0x1c9e9c),_0x967f0d={[TestFrameworkConstants[_0x3df801(0x1bf)]]:_0x449fe8,[TestFrameworkConstants[_0x3df801(0x23a)]]:_0x33a070[_0x449fe8],[TestFrameworkConstants[_0x3df801(0x23b)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants[_0x3df801(0x268)]]:{},[TestFrameworkConstants[_0x3df801(0x262)]]:TestFrameworkConstants[_0x3df801(0x29c)],[TestFrameworkConstants[_0x3df801(0x293)]]:_0x359f16,[TestFrameworkConstants[_0x3df801(0x31f)]]:_0xa4697e,[TestFrameworkConstants[_0x3df801(0x2d2)]]:_0x53eb7c,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x359f16,[TestFrameworkConstants[_0x3df801(0x278)]]:_0xa4697e,[TestFrameworkConstants[_0x3df801(0x219)]]:_0x32407a,[TestFrameworkConstants[_0x3df801(0x28a)]]:_0x34caf9,[TestFrameworkConstants[_0x3df801(0x2d7)]]:_0x1c9e9c[_0x3df801(0x2d8)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x3df801(0x305)]]:_0x507cef[0x0]||'',[TestFrameworkConstants[_0x3df801(0x31c)]]:_0x507cef,[TestFrameworkConstants[_0x3df801(0x330)]]:_0x359f16,[TestFrameworkConstants[_0x3df801(0x2e2)]]:{},[TestFrameworkConstants['KEY_TEST_META']]:{}};_0x1c9e9c[_0x3df801(0x2dd)]&&(_0x967f0d[TestFrameworkConstants[_0x3df801(0x214)]]=_0x1c9e9c['retryOf']);logger[_0x3df801(0x346)]('[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName='+_0x359f16+_0x3df801(0x1e3)+_0x53eb7c+_0x3df801(0x1db)+JSON[_0x3df801(0x2e6)](_0x34caf9)+_0x3df801(0x2d9)+util[_0x3df801(0x2ef)](_0x507cef)+_0x3df801(0x341)+_0xa4697e);const _0x317a42={};return _0x317a42[_0x53eb7c]=_0x967f0d,_0x317a42;}[a92_0x5143a8(0x279)](_0x2c8664){const _0x1432a=a92_0x5143a8,_0xbdd1b={'VCWVN':function(_0x1945c9,_0x4afa9d){return _0x1945c9===_0x4afa9d;},'Smrvd':'afterAll','fOSHZ':function(_0xc2f803,_0x249b45){return _0xc2f803===_0x249b45;},'JzUnj':'beforeAll','trJmd':_0x1432a(0x31b),'rBESX':_0x1432a(0x21e),'NMpgc':function(_0xa0d008,_0x393ebc){return _0xa0d008||_0x393ebc;},'StvCV':_0x1432a(0x2b3),'jasUE':'unknown','SLlpq':function(_0x486b08,_0xff787){return _0x486b08>_0xff787;},'WMqaU':_0x1432a(0x26c),'lTgbl':function(_0x390833,_0x156c76){return _0x390833===_0x156c76;},'VCvGc':_0x1432a(0x335),'nkuBT':_0x1432a(0x27d),'HqNNq':_0x1432a(0x23f),'NVNqW':function(_0x31aa9b,_0x416a49){return _0x31aa9b===_0x416a49;},'blHzp':function(_0x29add0,_0x53e794){return _0x29add0!==_0x53e794;},'uhNGS':function(_0x13ed0f,_0x1e53df,_0x5b2a26,_0x4e5110){return _0x13ed0f(_0x1e53df,_0x5b2a26,_0x4e5110);},'bUbcj':_0x1432a(0x28d)},{testUUID:_0xbdc724,testData:_0x2b67d3,testId:_0x295241}=_0x2c8664;if(_0xbdd1b[_0x1432a(0x277)](!_0x2b67d3,!_0x295241))return logger[_0x1432a(0x346)](_0xbdd1b['StvCV']),{};const _0x283531=this[_0x1432a(0x2ce)](TestFrameworkState['TEST'],HookState[_0x1432a(0x229)]),_0x2edeae=_0x283531[_0x1432a(0x20d)]()[_0x1432a(0x338)](_0x295241),_0x37370e=_0xbdd1b[_0x1432a(0x277)](_0x2edeae,{}),_0x2a4b54=_0x37370e?_0x37370e[TestFrameworkConstants[_0x1432a(0x2e2)]]||{}:{},_0x3f6e18=_0x37370e[TestFrameworkConstants[_0x1432a(0x232)]];logger[_0x1432a(0x346)](_0x1432a(0x244)+(_0x3f6e18?Object['keys'](_0x3f6e18)[_0x1432a(0x1e1)]:0x0)+_0x1432a(0x284));let _0x4910fd=_0xbdd1b[_0x1432a(0x224)];if(_0x2b67d3['result'])_0x4910fd=_0x2b67d3[_0x1432a(0x2cc)];else{if(_0x2b67d3[_0x1432a(0x1d7)]&&_0xbdd1b[_0x1432a(0x2f2)](_0x2b67d3[_0x1432a(0x1d7)]['length'],0x0))_0x4910fd=_0xbdd1b[_0x1432a(0x235)];else _0xbdd1b[_0x1432a(0x295)](_0x2b67d3['status'],_0xbdd1b[_0x1432a(0x21d)])||_0xbdd1b[_0x1432a(0x2b5)](_0x2b67d3[_0x1432a(0x245)],_0xbdd1b['nkuBT'])?_0x4910fd=_0xbdd1b[_0x1432a(0x1c3)]:_0x4910fd=_0xbdd1b[_0x1432a(0x319)];}const _0x6c0cb={..._0x37370e,[TestFrameworkConstants[_0x1432a(0x262)]]:_0x4910fd,[TestFrameworkConstants[_0x1432a(0x25d)]]:_0x2b67d3[_0x1432a(0x307)]||new Date()[_0x1432a(0x2cb)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x1432a(0x2cb)](),[TestFrameworkConstants[_0x1432a(0x2e2)]]:_0x2a4b54,[TestFrameworkConstants[_0x1432a(0x2ea)]]:_0x37370e[TestFrameworkConstants[_0x1432a(0x2ea)]]||[],[TestFrameworkConstants['KEY_TEST_META']]:{}};if(_0xbdd1b[_0x1432a(0x329)](_0x4910fd,_0xbdd1b[_0x1432a(0x235)])&&_0x2b67d3['errorsDetailed']){const _0x19774d=this[_0x1432a(0x2ab)](_0x2b67d3),_0x13c6fd=this['getJestFailureType'](_0x2b67d3),_0x4ab172=this[_0x1432a(0x22f)](_0x2b67d3);_0x6c0cb[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]=_0x13c6fd,_0x6c0cb[TestFrameworkConstants[_0x1432a(0x252)]]=_0x19774d,_0x6c0cb[TestFrameworkConstants[_0x1432a(0x1b8)]]=_0x4ab172;}_0xbdd1b[_0x1432a(0x26d)](_0x2b67d3['duration'],undefined)&&(_0x6c0cb[TestFrameworkConstants[_0x1432a(0x2a7)]]=_0x2b67d3[_0x1432a(0x1c0)]);_0x2b67d3['retryOf']&&(_0x6c0cb[TestFrameworkConstants[_0x1432a(0x214)]]=_0x2b67d3[_0x1432a(0x2dd)]);const _0x11591c=_0x2edeae?_0x2edeae[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{}:{},_0x4435f3=_0x2edeae?_0x2edeae[TestFrameworkConstants[_0x1432a(0x248)]]:_0xbdc724,_0x4b2a38=_0xbdd1b[_0x1432a(0x2c8)](getManualUploadLogs,_0x11591c,_0x4435f3,_0x295241);if(_0xbdd1b[_0x1432a(0x2f2)](_0x4b2a38['length'],0x0)){const _0x230a71=_0x6c0cb[TestFrameworkConstants[_0x1432a(0x2ea)]]||[];_0x6c0cb[TestFrameworkConstants[_0x1432a(0x2ea)]]=[..._0x230a71,..._0x4b2a38];}const _0x5b8a61=_0x37370e[TestFrameworkConstants[_0x1432a(0x2a3)]]||{},_0x226257=_0x37370e[TestFrameworkConstants[_0x1432a(0x268)]]||{},_0x12f01b={..._0x5b8a61},_0x33c703=_0x12f01b;Object['keys'](_0x226257)[_0x1432a(0x311)](_0x4b9ba7=>{const _0x4748f2=_0x1432a;!_0x33c703[_0x4b9ba7]&&(_0x33c703[_0x4b9ba7]=[]);const _0x4cf193=new Set((_0x33c703[_0x4b9ba7]||[])[_0x4748f2(0x22b)](_0x4704a2=>_0x4704a2[TestFrameworkConstants['KEY_HOOK_ID']]||_0x4704a2[_0x4748f2(0x1b7)]));(_0x226257[_0x4b9ba7]||[])[_0x4748f2(0x311)](_0x2ed83f=>{const _0x2f6735=_0x4748f2,_0x27d2da=_0x2ed83f[TestFrameworkConstants[_0x2f6735(0x21b)]]||_0x2ed83f[_0x2f6735(0x1b7)];if(!_0x4cf193[_0x2f6735(0x274)](_0x27d2da)){const _0x540f71={..._0x2ed83f},_0x218b07=_0x540f71;!_0x218b07[TestFrameworkConstants[_0x2f6735(0x1a9)]]&&!_0x218b07[_0x2f6735(0x206)]&&(_0x218b07[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=new Date()['toISOString']()),!_0x218b07[TestFrameworkConstants[_0x2f6735(0x1c9)]]&&!_0x218b07[_0x2f6735(0x22e)]&&(_0x218b07[TestFrameworkConstants[_0x2f6735(0x1c9)]]=TestFrameworkConstants[_0x2f6735(0x2ac)]),_0x33c703[_0x4b9ba7][_0x2f6735(0x1c2)](_0x218b07);}});});if(_0x2c8664[_0x1432a(0x336)]){this[_0x1432a(0x25f)](_0x2c8664[_0x1432a(0x336)]);const _0x244696=this['buildHookMapFromTest'](_0x2c8664[_0x1432a(0x336)]),_0x2ec9f3=this[_0x1432a(0x2be)](_0x2c8664[_0x1432a(0x336)]);_0x2ec9f3['forEach'](_0x489179=>{const _0xc6fc37=_0x1432a,_0x39c361=_0x244696[_0xc6fc37(0x338)](_0x489179);if(_0x39c361&&(_0xbdd1b[_0xc6fc37(0x2b5)](_0x39c361[_0xc6fc37(0x33d)],_0xbdd1b[_0xc6fc37(0x210)])||_0xbdd1b[_0xc6fc37(0x2f3)](_0x39c361['type'],_0xbdd1b[_0xc6fc37(0x25a)]))){const _0x20dde6=_0x39c361[_0xc6fc37(0x33d)][_0xc6fc37(0x2a4)]()[_0xc6fc37(0x1aa)](_0xbdd1b[_0xc6fc37(0x230)],_0xbdd1b[_0xc6fc37(0x2f1)]),_0x1e1d0c=_0x20dde6;!_0x33c703[_0x1e1d0c]&&(_0x33c703[_0x1e1d0c]=[]);const _0x390e8d=_0x33c703[_0x1e1d0c]['find'](_0x434d80=>(_0x434d80[TestFrameworkConstants[_0xc6fc37(0x21b)]]||_0x434d80[_0xc6fc37(0x1b7)])===_0x489179);!_0x390e8d&&_0x33c703[_0x1e1d0c][_0xc6fc37(0x1c2)]({'key':_0x1e1d0c,[TestFrameworkConstants[_0xc6fc37(0x21b)]]:_0x489179,[TestFrameworkConstants[_0xc6fc37(0x1c9)]]:TestFrameworkConstants[_0xc6fc37(0x2ac)],[TestFrameworkConstants[_0xc6fc37(0x30a)]]:new Date()[_0xc6fc37(0x2cb)](),[TestFrameworkConstants[_0xc6fc37(0x1a9)]]:new Date()[_0xc6fc37(0x2cb)](),[TestFrameworkConstants[_0xc6fc37(0x1ac)]]:[],[TestFrameworkConstants[_0xc6fc37(0x288)]]:_0x39c361[_0xc6fc37(0x1ce)]||_0x39c361[_0xc6fc37(0x33d)]+_0xc6fc37(0x208),[TestFrameworkConstants[_0xc6fc37(0x2e2)]]:_0x2a4b54});}});}if(_0x2b67d3['hooks']&&_0xbdd1b[_0x1432a(0x2f2)](_0x2b67d3[_0x1432a(0x2bd)][_0x1432a(0x1e1)],0x0))_0x6c0cb[TestFrameworkConstants[_0x1432a(0x2a3)]]=_0x2b67d3[_0x1432a(0x2bd)],logger[_0x1432a(0x346)](_0xbdd1b[_0x1432a(0x246)]);else _0xbdd1b['SLlpq'](Object[_0x1432a(0x325)](_0x33c703)[_0x1432a(0x1e1)],0x0)&&(_0x6c0cb[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x33c703,logger[_0x1432a(0x346)](_0x1432a(0x203)+Object[_0x1432a(0x325)](_0x33c703)['join'](',')));const _0x315045=this[_0x1432a(0x2b2)](_0x2b67d3);logger[_0x1432a(0x346)](_0x1432a(0x2ba)+_0x315045+_0x1432a(0x1e3)+_0x295241+'\x20(testIdentifier),\x20result='+_0x4910fd+_0x1432a(0x1dd)+_0x2b67d3[_0x1432a(0x1c0)]);_0xbdd1b[_0x1432a(0x2f3)](_0x4910fd,_0xbdd1b[_0x1432a(0x235)])&&logger['debug'](_0x1432a(0x345)+_0x295241+',\x20failureType='+_0x6c0cb[TestFrameworkConstants[_0x1432a(0x28c)]]+',\x20failureReason='+_0x6c0cb[TestFrameworkConstants[_0x1432a(0x252)]]?.[_0x1432a(0x2d5)](0x0,0xc8));const _0x1bf874={};return _0x1bf874[_0x295241]=_0x6c0cb,_0x1bf874;}['getJestTestScopes'](_0x3cb6b6){const _0x4a56b8=a92_0x5143a8,_0xe34afc={};_0xe34afc[_0x4a56b8(0x30b)]=function(_0x20d321,_0x3f7d9c){return _0x20d321!==_0x3f7d9c;},_0xe34afc[_0x4a56b8(0x27f)]=_0x4a56b8(0x276);const _0x80a1e7=_0xe34afc,_0x255daa={};_0x255daa[_0x4a56b8(0x24f)]=0x2,_0x255daa['maxArrayLength']=0x3,logger['debug']('[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20'+util['inspect'](_0x3cb6b6,_0x255daa));const _0x41381d=[];if(_0x3cb6b6&&_0x3cb6b6[_0x4a56b8(0x302)]){let _0x53c233=_0x3cb6b6[_0x4a56b8(0x302)];while(_0x53c233&&_0x53c233['name']&&_0x80a1e7['uwUFU'](_0x53c233[_0x4a56b8(0x1ce)],'')&&_0x80a1e7['uwUFU'](_0x53c233[_0x4a56b8(0x1ce)],_0x80a1e7[_0x4a56b8(0x27f)])){_0x41381d[_0x4a56b8(0x1c2)](_0x53c233[_0x4a56b8(0x1ce)]),_0x53c233=_0x53c233[_0x4a56b8(0x302)];}}return _0x41381d['reverse']();}[a92_0x5143a8(0x2b2)](_0x424a06){const _0x1e307a=a92_0x5143a8,_0x512def={};_0x512def[_0x1e307a(0x217)]=_0x1e307a(0x231);const _0xee1148=_0x512def;if(_0x424a06[_0x1e307a(0x1ce)])return _0x424a06[_0x1e307a(0x1ce)];if(_0x424a06['title'])return _0x424a06[_0x1e307a(0x327)];return _0xee1148[_0x1e307a(0x217)];}[a92_0x5143a8(0x264)](_0x31068b){const _0x40e2f3=a92_0x5143a8,_0x5e90d0=[];if(_0x31068b[_0x40e2f3(0x29f)]&&Array[_0x40e2f3(0x1af)](_0x31068b[_0x40e2f3(0x29f)]))return _0x31068b[_0x40e2f3(0x29f)][_0x40e2f3(0x22b)](_0x410dbf=>_0x410dbf['startsWith']('@')?_0x410dbf['substr'](0x1):_0x410dbf);const _0x4d90d2=this['getJestTestName'](_0x31068b),_0x5387ba=_0x4d90d2['match'](/@(\w+)/g);if(_0x5387ba)return _0x5387ba[_0x40e2f3(0x22b)](_0x1c7026=>_0x1c7026['slice'](0x1));return _0x31068b[_0x40e2f3(0x1b5)]&&Array[_0x40e2f3(0x1af)](_0x31068b['scopes'])&&_0x31068b[_0x40e2f3(0x1b5)][_0x40e2f3(0x311)](_0x1244c7=>{const _0x1f13f5=_0x40e2f3,_0x56ab1c=_0x1244c7[_0x1f13f5(0x2fd)](/@(\w+)/g);_0x56ab1c&&_0x56ab1c['forEach'](_0x3332da=>{const _0xccd4c1=_0x1f13f5,_0x1394bf=_0x3332da[_0xccd4c1(0x1d3)](0x1);!_0x5e90d0[_0xccd4c1(0x30d)](_0x1394bf)&&_0x5e90d0['push'](_0x1394bf);});}),_0x5e90d0;}[a92_0x5143a8(0x322)](_0x2a8c65){const _0x14b018=a92_0x5143a8,_0x4eb05f={'TNTss':function(_0x40b714,_0x26d989){return _0x40b714(_0x26d989);}};if(_0x2a8c65[_0x14b018(0x1e8)])return _0x2a8c65[_0x14b018(0x1e8)];if(_0x2a8c65[_0x14b018(0x22a)])try{const _0x537e76=stackTrace['parse'](_0x2a8c65[_0x14b018(0x22a)]),_0x2f54b1=_0x4eb05f[_0x14b018(0x315)](pickUserFrameFile,_0x537e76);if(_0x2f54b1)return _0x2f54b1;logger[_0x14b018(0x346)](_0x14b018(0x2e5)+_0x537e76[_0x14b018(0x1e1)]+')');}catch(_0x29d4cc){logger[_0x14b018(0x346)](_0x14b018(0x296)+util[_0x14b018(0x1d4)](_0x29d4cc));}return null;}[a92_0x5143a8(0x2ab)](_0x242922){const _0x3cfd98=a92_0x5143a8,_0x1659cd={};_0x1659cd[_0x3cfd98(0x1ee)]=function(_0x300e4f,_0x2f4546){return _0x300e4f>_0x2f4546;},_0x1659cd['xQBte']=_0x3cfd98(0x317);const _0x2c442b=_0x1659cd;if(_0x242922[_0x3cfd98(0x1d7)]&&_0x2c442b[_0x3cfd98(0x1ee)](_0x242922[_0x3cfd98(0x1d7)][_0x3cfd98(0x1e1)],0x0))return util[_0x3cfd98(0x2ef)](_0x242922['errorsDetailed'][0x0]);if(_0x242922[_0x3cfd98(0x1f0)])return _0x242922['failure_reason'];return _0x2c442b[_0x3cfd98(0x1da)];}['getJestFailureType'](_0x2943e3){const _0x5cb0b6=a92_0x5143a8,_0x363e23={};_0x363e23[_0x5cb0b6(0x2f0)]=_0x5cb0b6(0x249),_0x363e23[_0x5cb0b6(0x1ec)]=_0x5cb0b6(0x1cb),_0x363e23[_0x5cb0b6(0x1bc)]=_0x5cb0b6(0x2bf);const _0x8218c0=_0x363e23,_0x52bff6=this[_0x5cb0b6(0x2ab)](_0x2943e3);if(_0x52bff6&&_0x52bff6[_0x5cb0b6(0x30d)](_0x8218c0[_0x5cb0b6(0x2f0)]))return _0x8218c0[_0x5cb0b6(0x1ec)];return _0x8218c0[_0x5cb0b6(0x1bc)];}['getJestFailureData'](_0x2c2246){const _0x2a22f1=a92_0x5143a8,_0x558edb={'NrhnQ':function(_0x82279f,_0x1ffc6b){return _0x82279f(_0x1ffc6b);},'JqcNk':_0x2a22f1(0x2c6),'mDfEM':function(_0x5561ea,_0x256636){return _0x5561ea!==_0x256636;},'jWJgk':_0x2a22f1(0x32f)},{failureData:_0x39b465}=_0x558edb[_0x2a22f1(0x31d)](require,_0x558edb[_0x2a22f1(0x1d6)]),_0x44db55=[];return _0x558edb['mDfEM'](_0x2c2246[_0x2a22f1(0x1d7)],undefined)&&_0x44db55[_0x2a22f1(0x1c2)](_0x2c2246[_0x2a22f1(0x1d7)],_0x558edb[_0x2a22f1(0x33c)]),_0x39b465[_0x2a22f1(0x273)](null,_0x44db55);}async['trackHookEvent'](_0xe1b059,_0x104204,_0x553d8d,_0x2a683c){const _0x2ae2cf=a92_0x5143a8,_0x482564={'jjtGs':_0x2ae2cf(0x2eb),'GxVnR':function(_0x35931f){return _0x35931f();},'kybJt':function(_0x3aa9ef,_0x112772){return _0x3aa9ef in _0x112772;},'nGFQw':function(_0x4baa4e,_0x188550){return _0x4baa4e in _0x188550;},'BNoIl':function(_0x1e8f05,_0x25eb47){return _0x1e8f05===_0x25eb47;},'atpRn':function(_0x1690a8,_0x136f99){return _0x1690a8===_0x136f99;},'GDINN':function(_0x83210d,_0x57acf1){return _0x83210d>_0x57acf1;},'PeSPb':_0x2ae2cf(0x26c),'PCnAI':_0x2ae2cf(0x23f),'POUmC':_0x2ae2cf(0x29d),'uSBzr':function(_0x1e633e,_0x5885d0){return _0x1e633e>_0x5885d0;},'iahZi':function(_0x37d1b4,_0x40c1b5){return _0x37d1b4!==_0x40c1b5;}},{hookData:_0xb0636a}=_0x2a683c,_0x6e1127=_0x553d8d[_0x2ae2cf(0x1f8)](),_0x1f21a0=_0x104204[_0x2ae2cf(0x1f8)](),_0xe8bb07={};_0xe8bb07[_0x2ae2cf(0x24f)]=0x2,_0xe8bb07[_0x2ae2cf(0x2cd)]=0x3,logger[_0x2ae2cf(0x346)](_0x2ae2cf(0x283)+_0x1f21a0+',\x20hookState='+_0x6e1127+_0x2ae2cf(0x25b)+util[_0x2ae2cf(0x2ef)](_0xb0636a,_0xe8bb07));if(!_0xb0636a)return logger[_0x2ae2cf(0x346)](_0x482564[_0x2ae2cf(0x275)]),{};const _0x4ed57e=_0xb0636a[_0x2ae2cf(0x21c)]||_0xb0636a['hookAnalyticsId']||_0x482564['GxVnR'](uuidv4),_0x580306=_0xb0636a[_0x2ae2cf(0x24d)]||this[_0x2ae2cf(0x20a)](_0xb0636a),_0x397a21=_0x104204['toString']()[_0x2ae2cf(0x1df)]('.')[0x1],_0x518581=_0xe1b059[_0x2ae2cf(0x20d)]()['get'](_0x580306),_0xf599d7=_0x518581?_0x518581[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{};logger['debug'](_0x2ae2cf(0x27b)+_0x4ed57e+_0x2ae2cf(0x1e3)+_0x580306+_0x2ae2cf(0x1f2)+_0x397a21+_0x2ae2cf(0x1e2)+_0x6e1127);if(!_0x518581)return logger['debug'](_0x2ae2cf(0x1d0)+_0x580306+_0x2ae2cf(0x1ff)),this[_0x2ae2cf(0x33b)](_0xe1b059,_0x580306,_0x104204,_0x553d8d,_0x2a683c),{};let _0x11b978=_0x518581[TestFrameworkConstants[_0x2ae2cf(0x268)]];!_0x11b978&&(_0x11b978={});!_0x482564['kybJt'](_0x397a21,_0x11b978)&&(_0x11b978[_0x397a21]=[]);let _0x5aec2e=_0x518581[TestFrameworkConstants[_0x2ae2cf(0x2a3)]];!_0x5aec2e&&(_0x5aec2e={});!_0x482564[_0x2ae2cf(0x1c6)](_0x397a21,_0x5aec2e)&&(_0x5aec2e[_0x397a21]=[]);const _0xa9f41a={[_0x580306]:{[TestFrameworkConstants[_0x2ae2cf(0x268)]]:_0x11b978,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x5aec2e,[TestFrameworkConstants[_0x2ae2cf(0x1bf)]]:this[_0x2ae2cf(0x332)]()[0x0]||'',[TestFrameworkConstants[_0x2ae2cf(0x23a)]]:this[_0x2ae2cf(0x2c4)]()[this['getTestFrameworks']()[0x0]]||''}};if(_0x482564[_0x2ae2cf(0x251)](_0x553d8d,HookState[_0x2ae2cf(0x233)])){const _0x5e9860={'key':_0x397a21,[TestFrameworkConstants[_0x2ae2cf(0x21b)]]:_0x4ed57e,[TestFrameworkConstants[_0x2ae2cf(0x1c9)]]:TestFrameworkConstants[_0x2ae2cf(0x2ac)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:_0xb0636a[_0x2ae2cf(0x2d8)]||new Date()[_0x2ae2cf(0x2cb)](),[TestFrameworkConstants[_0x2ae2cf(0x1ac)]]:[],[TestFrameworkConstants[_0x2ae2cf(0x288)]]:_0xb0636a['name']||_0xb0636a['hook_type']||_0x397a21,[TestFrameworkConstants[_0x2ae2cf(0x2e2)]]:_0xf599d7};_0x11b978[_0x397a21][_0x2ae2cf(0x1c2)](_0x5e9860),_0xa9f41a[_0x580306][TestFrameworkConstants[_0x2ae2cf(0x2f4)]]=_0x397a21;const _0x3bfd92={};_0x3bfd92[_0x2ae2cf(0x24f)]=0x2,logger[_0x2ae2cf(0x346)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x397a21+_0x2ae2cf(0x1fe)+_0x4ed57e+_0x2ae2cf(0x1e3)+_0x580306+_0x2ae2cf(0x2a8)+util[_0x2ae2cf(0x2ef)](_0x5e9860,_0x3bfd92));}else{if(_0x482564[_0x2ae2cf(0x331)](_0x553d8d,HookState[_0x2ae2cf(0x229)])){const _0x4b33f8=_0xb0636a[_0x2ae2cf(0x2cc)]||(_0xb0636a[_0x2ae2cf(0x1d7)]&&_0x482564['GDINN'](_0xb0636a[_0x2ae2cf(0x1d7)][_0x2ae2cf(0x1e1)],0x0)?_0x482564['PeSPb']:_0x482564['PCnAI']),_0x31e715=_0x11b978[_0x397a21]||[];logger['debug'](_0x2ae2cf(0x1e7)+_0x397a21+',\x20testId='+_0x580306+_0x2ae2cf(0x313)+_0x4b33f8+_0x2ae2cf(0x30f)+_0x31e715['length']);if(_0x482564[_0x2ae2cf(0x331)](_0x31e715['length'],0x0)&&_0x482564[_0x2ae2cf(0x251)](_0x104204,TestFrameworkState[_0x2ae2cf(0x28f)]))return logger[_0x2ae2cf(0x346)](_0x482564[_0x2ae2cf(0x308)]),this[_0x2ae2cf(0x33b)](_0xe1b059,_0x580306,_0x104204,_0x553d8d,_0x2a683c),{};if(_0x482564[_0x2ae2cf(0x267)](_0x31e715[_0x2ae2cf(0x1e1)],0x0)){const _0x2ff06e=_0x31e715[_0x2ae2cf(0x20b)]();_0x482564[_0x2ae2cf(0x331)](_0x4b33f8,_0x482564[_0x2ae2cf(0x24a)])&&_0xb0636a[_0x2ae2cf(0x1d7)]?(_0x2ff06e[TestFrameworkConstants[_0x2ae2cf(0x1e4)]]=this[_0x2ae2cf(0x337)](_0xb0636a),_0x2ff06e[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]=this[_0x2ae2cf(0x2ab)](_0xb0636a),_0x2ff06e[TestFrameworkConstants[_0x2ae2cf(0x27e)]]=this['getJestFailureData'](_0xb0636a),logger['debug'](_0x2ae2cf(0x30e)+_0x397a21+',\x20failureType='+_0x2ff06e[TestFrameworkConstants[_0x2ae2cf(0x1e4)]]+_0x2ae2cf(0x2ff)+_0x2ff06e[TestFrameworkConstants[_0x2ae2cf(0x1cd)]]?.[_0x2ae2cf(0x2d5)](0x0,0xc8))):_0x2ff06e[TestFrameworkConstants[_0x2ae2cf(0x1c9)]]=_0x482564[_0x2ae2cf(0x32a)];_0x482564[_0x2ae2cf(0x241)](_0x4b33f8,TestFrameworkConstants[_0x2ae2cf(0x2ac)])&&(_0x2ff06e[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x4b33f8);_0x2ff06e[TestFrameworkConstants[_0x2ae2cf(0x1a9)]]=_0xb0636a[_0x2ae2cf(0x307)]||new Date()[_0x2ae2cf(0x2cb)](),_0x2ff06e[TestFrameworkConstants[_0x2ae2cf(0x2e2)]]=_0xf599d7;const _0x12e8a7=_0x2ff06e[TestFrameworkConstants[_0x2ae2cf(0x21b)]];!_0x5aec2e[_0x397a21]&&(_0x5aec2e[_0x397a21]=[]);_0x5aec2e[_0x397a21][_0x2ae2cf(0x1c2)](_0x2ff06e),_0xa9f41a[_0x580306][TestFrameworkConstants[_0x2ae2cf(0x290)]]=_0x397a21;const _0x5782a7={};_0x5782a7[_0x2ae2cf(0x24f)]=0x2,logger[_0x2ae2cf(0x346)](_0x2ae2cf(0x227)+_0x397a21+_0x2ae2cf(0x1fe)+_0x12e8a7+_0x2ae2cf(0x313)+_0x4b33f8+_0x2ae2cf(0x2a8)+util[_0x2ae2cf(0x2ef)](_0x2ff06e,_0x5782a7));}}}return _0xa9f41a;}[a92_0x5143a8(0x323)](_0x34982e){const _0xe51ab7=a92_0x5143a8,_0x583e2e={};_0x583e2e[_0xe51ab7(0x2a6)]='base64';const _0x3cbf0e=_0x583e2e;try{const _0x148fd3=_0x34982e['test']?this[_0xe51ab7(0x20a)](_0x34982e['test']):_0x34982e[_0xe51ab7(0x2f7)][_0xe51ab7(0x24d)],_0x26ea53=_0x34982e[_0xe51ab7(0x1b9)],_0x1f11e3=_0x26ea53[_0xe51ab7(0x26a)](),_0x58a559=_0x26ea53[_0xe51ab7(0x20d)]()['get'](_0x148fd3);if(!_0x58a559)return logger[_0xe51ab7(0x346)](_0xe51ab7(0x326)+_0x148fd3),{};const {[TestFrameworkConstants[_0xe51ab7(0x1bf)]]:_0xbdadd=this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x2ba318=this[_0xe51ab7(0x2c4)]()[this[_0xe51ab7(0x332)]()[0x0]]||'',[TestFrameworkConstants[_0xe51ab7(0x2d7)]]:_0x3b4afe='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x511cf3=''}=_0x58a559,_0x54941a=_0x26ea53[_0xe51ab7(0x2c0)]()['toString']()[_0xe51ab7(0x1df)]('.')[0x1],_0x3c0cd1=_0x26ea53[_0xe51ab7(0x2ec)]()[_0xe51ab7(0x1f8)]()[_0xe51ab7(0x1df)]('.')[0x1],_0x4d51d4=global?.[_0xe51ab7(0x333)]?.[_0xe51ab7(0x2ad)]?.[_0xe51ab7(0x2b0)]||global[_0xe51ab7(0x2fc)]||0x0,_0x5cbc77=_0x26ea53['getRef'](),_0x50d7ff=Buffer[_0xe51ab7(0x1fd)](JSON['stringify'](_0x58a559))[_0xe51ab7(0x1f8)](_0x3cbf0e[_0xe51ab7(0x2a6)]),_0x2bbdd8={'hash':_0x1f11e3[_0xe51ab7(0x1c5)](),'threadId':_0x1f11e3[_0xe51ab7(0x316)]()['toString'](),'processId':_0x1f11e3[_0xe51ab7(0x1ae)]()['toString']()},_0x7ead85={};_0x7ead85[_0xe51ab7(0x324)]=_0x4d51d4,_0x7ead85['testFrameworkName']=_0xbdadd,_0x7ead85[_0xe51ab7(0x1f6)]=_0x2ba318,_0x7ead85[_0xe51ab7(0x216)]=_0x54941a,_0x7ead85[_0xe51ab7(0x266)]=_0x3c0cd1,_0x7ead85[_0xe51ab7(0x2db)]=_0x3b4afe,_0x7ead85[_0xe51ab7(0x2c2)]=_0x511cf3,_0x7ead85[_0xe51ab7(0x21c)]=_0x5cbc77,_0x7ead85[_0xe51ab7(0x1dc)]=_0x50d7ff,_0x7ead85[_0xe51ab7(0x32b)]=_0x2bbdd8,_0x7ead85[_0xe51ab7(0x1e0)]=_0x148fd3;const _0x3fb42b=_0x7ead85;return _0x3fb42b;}catch(_0x26ff55){return logger[_0xe51ab7(0x2fa)]('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util[_0xe51ab7(0x1d4)](_0x26ff55)),{};}}async[a92_0x5143a8(0x1ab)](_0x13aaff,_0x49a2d2,_0x387d0a){const _0x53bc86=a92_0x5143a8,_0x3f8a6f={'zVOSr':function(_0x4ca08e,_0xba9b7){return _0x4ca08e+_0xba9b7;},'ksUSZ':_0x53bc86(0x2f8),'tVYgK':_0x53bc86(0x22c),'mCJpB':function(_0x11eb30,_0x28c659){return _0x11eb30>_0x28c659;},'FtWeN':function(_0x219e38,_0x39109c,_0x42ba13,_0x2a8918){return _0x219e38(_0x39109c,_0x42ba13,_0x2a8918);},'KFObO':function(_0x2c8b68,_0x2342b9){return _0x2c8b68-_0x2342b9;},'RaPJT':function(_0x109bdf,_0x344648){return _0x109bdf===_0x344648;},'UBNOm':function(_0x59da44,_0x53b1e5){return _0x59da44/_0x53b1e5;},'NBVai':function(_0x346a74,_0x5a4d6e){return _0x346a74<_0x5a4d6e;},'PxHsS':function(_0x244246,_0x55ae95){return _0x244246*_0x55ae95;},'dWzke':function(_0x2e47bc,_0x2c93a9){return _0x2e47bc+_0x2c93a9;},'nxEwo':function(_0x1c1446,_0x198003){return _0x1c1446+_0x198003;}};try{const _0xfac235=_0x387d0a[_0x53bc86(0x238)]||_0x387d0a[_0x53bc86(0x226)],_0x52a46b=Array[_0x53bc86(0x1fd)](_0x13aaff[_0x53bc86(0x20d)]()['keys']()),_0x470aaf=_0x13aaff['getAllData']()[_0x53bc86(0x338)](_0xfac235);if(!_0x470aaf){logger[_0x53bc86(0x346)](_0x53bc86(0x237)+_0xfac235);return;}const {[TestFrameworkConstants[_0x53bc86(0x1bf)]]:_0x2ac055='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x493bc6=''}=_0x470aaf;let _0x3a49f8=[];_0x470aaf&&_0x470aaf[TestFrameworkConstants[_0x53bc86(0x2ea)]]&&Array[_0x53bc86(0x1af)](_0x470aaf[TestFrameworkConstants[_0x53bc86(0x2ea)]])?(_0x3a49f8=_0x470aaf[TestFrameworkConstants[_0x53bc86(0x2ea)]]||[],logger[_0x53bc86(0x346)](_0x53bc86(0x200)+_0x3a49f8['length']+_0x53bc86(0x1b4)+_0xfac235),_0x13aaff[_0x53bc86(0x209)]({[_0xfac235]:{[TestFrameworkConstants[_0x53bc86(0x2ea)]]:[],[TestFrameworkConstants[_0x53bc86(0x1bf)]]:this[_0x53bc86(0x332)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x53bc86(0x2c4)]()[this[_0x53bc86(0x332)]()[0x0]]||''}}),logger[_0x53bc86(0x346)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0xfac235)):logger[_0x53bc86(0x346)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0xfac235);logger['debug'](_0x53bc86(0x223)+_0x3a49f8[_0x53bc86(0x1e1)]+_0x53bc86(0x2bc)+_0xfac235);const _0x2b7fb5=_0x3a49f8[_0x53bc86(0x2b6)](_0x25f58b=>_0x25f58b[_0x53bc86(0x2e7)]===_0x53bc86(0x2da));_0x3f8a6f[_0x53bc86(0x309)](_0x2b7fb5[_0x53bc86(0x1e1)],0x0)&&(logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20'+_0x2b7fb5[_0x53bc86(0x1e1)]+_0x53bc86(0x318)+_0xfac235),_0x2b7fb5[_0x53bc86(0x311)]((_0x4bd16d,_0x1c65b9)=>{const _0x449524=_0x53bc86;logger[_0x449524(0x346)](_0x449524(0x1bd)+_0x3f8a6f[_0x449524(0x205)](_0x1c65b9,0x1)+'/'+_0x2b7fb5[_0x449524(0x1e1)]+'\x20-\x20test_identifier='+(_0x4bd16d[_0x449524(0x1e0)]||_0x3f8a6f[_0x449524(0x242)])+_0x449524(0x220)+(_0x4bd16d[_0x449524(0x270)]||_0x3f8a6f[_0x449524(0x242)])+_0x449524(0x2d0)+(_0x4bd16d['hook_run_uuid']||_0x3f8a6f['tVYgK'])+_0x449524(0x2aa)+(_0x4bd16d[_0x449524(0x310)]?.[_0x449524(0x1e1)]||0x0));}));const _0x2a3dba=_0x470aaf[TestFrameworkConstants[_0x53bc86(0x232)]]||{},_0x24f033=_0x3f8a6f[_0x53bc86(0x32d)](getMediaArtifactsLogs,_0x2a3dba,null,_0xfac235),_0x85dcc6=(_0x3a49f8||[])[_0x53bc86(0x33a)](_0x24f033||[]),_0x17855d=_0x2b7fb5?.[_0x53bc86(0x1e1)]||0x0,_0x35a2ad=_0x3f8a6f['KFObO'](_0x3a49f8?.[_0x53bc86(0x1e1)]||0x0,_0x17855d);logger[_0x53bc86(0x346)](_0x53bc86(0x1d5)+_0xfac235+_0x53bc86(0x1b3)+_0x35a2ad+_0x53bc86(0x255)+_0x17855d+_0x53bc86(0x25c)+(_0x24f033?.[_0x53bc86(0x1e1)]||0x0)+_0x53bc86(0x1f4)+_0x85dcc6[_0x53bc86(0x1e1)]);if(!_0x85dcc6||_0x3f8a6f[_0x53bc86(0x1a8)](_0x85dcc6[_0x53bc86(0x1e1)],0x0)){logger[_0x53bc86(0x346)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0xfac235);return;}const _0x33003a=0x28,_0x2c3a4d=Math[_0x53bc86(0x321)](_0x3f8a6f['UBNOm'](_0x85dcc6[_0x53bc86(0x1e1)],_0x33003a));for(let _0x1847ab=0x0;_0x3f8a6f['NBVai'](_0x1847ab,_0x2c3a4d);_0x1847ab++){const _0x5ab09a=_0x3f8a6f[_0x53bc86(0x1fb)](_0x1847ab,_0x33003a),_0x299a70=_0x3f8a6f[_0x53bc86(0x205)](_0x5ab09a,_0x33003a),_0x7afdac=_0x85dcc6[_0x53bc86(0x1d3)](_0x5ab09a,_0x299a70),_0x3562cb=global?.['browserstackPlatformIndex']??0x0,_0x27798a={'platformIndex':_0x3562cb,'logs':_0x7afdac,'testFrameworkName':_0x2ac055,'testFrameworkVersion':_0x493bc6,'testFrameworkState':_0x49a2d2[_0x53bc86(0x1f8)]()[_0x53bc86(0x1df)]('.')[0x1]},_0x2826a7={};_0x2826a7[_0x53bc86(0x24f)]=0x3,_0x2826a7[_0x53bc86(0x2cd)]=0x5,logger[_0x53bc86(0x346)](_0x53bc86(0x23e)+_0x3f8a6f[_0x53bc86(0x27c)](_0x1847ab,0x1)+'/'+_0x2c3a4d+_0x53bc86(0x32c)+_0xfac235+_0x53bc86(0x2a2)+_0x7afdac[_0x53bc86(0x1e1)]+',\x20platformIndex:\x20'+_0x3562cb+_0x53bc86(0x344)+util[_0x53bc86(0x2ef)](_0x27798a,_0x2826a7));const _0xdc65f=await GrpcClient[_0x53bc86(0x271)]()[_0x53bc86(0x234)](_0x27798a);logger[_0x53bc86(0x346)](_0x53bc86(0x23e)+_0x3f8a6f[_0x53bc86(0x2df)](_0x1847ab,0x1)+'/'+_0x2c3a4d+_0x53bc86(0x32c)+_0xfac235+_0x53bc86(0x33e)+util[_0x53bc86(0x2ef)](_0xdc65f));}_0x24f033&&_0x3f8a6f['mCJpB'](_0x24f033[_0x53bc86(0x1e1)],0x0)&&_0x470aaf[TestFrameworkConstants[_0x53bc86(0x232)]]&&_0x13aaff[_0x53bc86(0x209)]({[_0xfac235]:{[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{},[TestFrameworkConstants[_0x53bc86(0x1bf)]]:this[_0x53bc86(0x332)]()[0x0]||'',[TestFrameworkConstants[_0x53bc86(0x23a)]]:this[_0x53bc86(0x2c4)]()[this['getTestFrameworks']()[0x0]]||''}}),logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20'+_0xfac235+',\x20totalBatches:\x20'+_0x2c3a4d);}catch(_0x4714e1){logger[_0x53bc86(0x2fa)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20'+(_0x387d0a[_0x53bc86(0x238)]||_0x387d0a[_0x53bc86(0x226)])+_0x53bc86(0x289)+util[_0x53bc86(0x1d4)](_0x4714e1));}}[a92_0x5143a8(0x33b)](_0xf02c08,_0x3a001c,_0x250f1c,_0x4af9a3,_0x48b68f){const _0x14624c=a92_0x5143a8,_0x3d6b6f={};_0x3d6b6f[_0x14624c(0x2af)]=function(_0x108f59,_0x2b1ec2){return _0x108f59===_0x2b1ec2;},_0x3d6b6f['zhSng']='beforeAll';const _0x6a92db=_0x3d6b6f,{hookData:_0x42b296}=_0x48b68f,_0x4ad24b={'testId':_0x3a001c,'testFrameworkState':_0x250f1c,'hookState':_0x4af9a3,'args':_0x48b68f,'timestamp':new Date()['toISOString']()};if(_0x6a92db[_0x14624c(0x2af)](_0x250f1c,TestFrameworkState[_0x14624c(0x28f)])&&_0x42b296){const _0x3211f4={};_0x3211f4[_0x14624c(0x1c8)]=_0x42b296['file_name']||_0x42b296[_0x14624c(0x1e6)],_0x3211f4[_0x14624c(0x1ba)]=_0x42b296[_0x14624c(0x1ba)]||_0x42b296[_0x14624c(0x1b5)]&&_0x42b296[_0x14624c(0x1b5)][0x0]||'',_0x3211f4[_0x14624c(0x2fb)]=_0x6a92db['zhSng'],_0x4ad24b[_0x14624c(0x1ca)]=_0x3211f4,logger[_0x14624c(0x346)](_0x14624c(0x2de)+_0x3a001c+_0x14624c(0x2f5)+_0x4ad24b[_0x14624c(0x1ca)]['filePath']+_0x14624c(0x320)+_0x4ad24b['hookMetadata'][_0x14624c(0x1ba)]);}_0xf02c08[_0x14624c(0x1de)](_0x3a001c,_0x4ad24b),logger[_0x14624c(0x346)](_0x14624c(0x2a0)+_0x3a001c+_0x14624c(0x24c)+_0x250f1c+_0x14624c(0x1d2)+_0x4af9a3);}async[a92_0x5143a8(0x340)](_0xe959b,_0x3de234){const _0x299fb0=a92_0x5143a8,_0x712ba3={};_0x712ba3[_0x299fb0(0x285)]=function(_0x298045,_0x2dd0){return _0x298045>_0x2dd0;},_0x712ba3[_0x299fb0(0x287)]=function(_0x1c3281,_0x1a30ca){return _0x1c3281===_0x1a30ca;},_0x712ba3['fSfkz']=function(_0x44bc24,_0x139406){return _0x44bc24===_0x139406;},_0x712ba3[_0x299fb0(0x2d1)]=function(_0x411cc3,_0x2d6267){return _0x411cc3===_0x2d6267;},_0x712ba3[_0x299fb0(0x20c)]=function(_0x2f2d37,_0x45b675){return _0x2f2d37===_0x45b675;},_0x712ba3[_0x299fb0(0x1fa)]=function(_0x323f89,_0x120ad3){return _0x323f89>_0x120ad3;},_0x712ba3['AKfjJ']=_0x299fb0(0x1cf);const _0x5b2a87=_0x712ba3;if(_0xe959b[_0x299fb0(0x2ed)](_0x3de234)){const _0x4ca792=_0xe959b[_0x299fb0(0x2e0)](_0x3de234);logger[_0x299fb0(0x346)](_0x299fb0(0x334)+_0x4ca792[_0x299fb0(0x1e1)]+_0x299fb0(0x32e)+_0x3de234);for(const _0x25594c of _0x4ca792){try{const _0x243588=await this['trackHookEvent'](_0xe959b,_0x25594c[_0x299fb0(0x216)],_0x25594c['hookState'],_0x25594c['args']);_0x243588&&_0x5b2a87[_0x299fb0(0x285)](Object['keys'](_0x243588)[_0x299fb0(0x1e1)],0x0)&&_0xe959b['addMultipleEntries'](_0x243588),await this[_0x299fb0(0x261)](_0xe959b,_0x25594c[_0x299fb0(0x216)],_0x25594c[_0x299fb0(0x266)],_0x25594c[_0x299fb0(0x2a1)]);}catch(_0x369efa){logger['error'](_0x299fb0(0x2c7)+_0x3de234+_0x299fb0(0x289)+_0x369efa);}}_0xe959b[_0x299fb0(0x22d)](_0x3de234),logger[_0x299fb0(0x346)](_0x299fb0(0x2e4)+_0x3de234);}const _0x2da35f=_0xe959b[_0x299fb0(0x20d)]()[_0x299fb0(0x338)](_0x3de234);if(_0x2da35f){const _0x1652b8=_0x2da35f[TestFrameworkConstants[_0x299fb0(0x31f)]]||_0x2da35f[TestFrameworkConstants['KEY_TEST_LOCATION']],_0x17bd0c=_0x2da35f[TestFrameworkConstants[_0x299fb0(0x305)]]||_0x2da35f[TestFrameworkConstants['KEY_TEST_SCOPES']]&&_0x2da35f[TestFrameworkConstants[_0x299fb0(0x31c)]][0x0]||'';logger[_0x299fb0(0x346)](_0x299fb0(0x29e)+_0x1652b8+',\x20scope:\x20'+_0x17bd0c);const _0x43cd59=_0xe959b[_0x299fb0(0x2ca)]();for(const _0x2574f9 of _0x43cd59){if(_0x5b2a87[_0x299fb0(0x287)](_0x2574f9,_0x3de234))continue;if(_0xe959b[_0x299fb0(0x2ed)](_0x2574f9)){const _0x1fcb10=_0xe959b[_0x299fb0(0x2e0)](_0x2574f9);for(const _0x1705bb of _0x1fcb10){if(_0x5b2a87[_0x299fb0(0x265)](_0x1705bb[_0x299fb0(0x216)],TestFrameworkState[_0x299fb0(0x28f)])&&_0x1705bb['hookMetadata']){const _0x541efb=_0x1705bb['hookMetadata'][_0x299fb0(0x1c8)],_0x3831e6=_0x1705bb['hookMetadata'][_0x299fb0(0x1ba)];if(_0x5b2a87['sNZNe'](_0x541efb,_0x1652b8)&&_0x5b2a87[_0x299fb0(0x20c)](_0x3831e6,_0x17bd0c)){logger[_0x299fb0(0x346)](_0x299fb0(0x328)+_0x2574f9+_0x299fb0(0x222)+_0x3de234+_0x299fb0(0x2f5)+_0x541efb+',\x20scope:\x20'+_0x3831e6);_0x1705bb[_0x299fb0(0x2a1)]&&_0x1705bb[_0x299fb0(0x2a1)][_0x299fb0(0x2f7)]&&(_0x1705bb[_0x299fb0(0x2a1)][_0x299fb0(0x2f7)][_0x299fb0(0x24d)]=_0x3de234,logger[_0x299fb0(0x346)](_0x299fb0(0x282)+_0x2574f9+_0x299fb0(0x250)+_0x3de234));try{const _0x34a16d=await this[_0x299fb0(0x207)](_0xe959b,_0x1705bb[_0x299fb0(0x216)],_0x1705bb[_0x299fb0(0x266)],_0x1705bb[_0x299fb0(0x2a1)]);_0x34a16d&&_0x5b2a87[_0x299fb0(0x1fa)](Object[_0x299fb0(0x325)](_0x34a16d)[_0x299fb0(0x1e1)],0x0)&&_0xe959b[_0x299fb0(0x209)](_0x34a16d);await this[_0x299fb0(0x261)](_0xe959b,_0x1705bb['testFrameworkState'],_0x1705bb[_0x299fb0(0x266)],_0x1705bb['args']);const _0x1f5580=_0xe959b[_0x299fb0(0x2e0)](_0x2574f9)['filter'](_0x48ae38=>_0x48ae38!==_0x1705bb);if(_0x5b2a87[_0x299fb0(0x20c)](_0x1f5580[_0x299fb0(0x1e1)],0x0))_0xe959b[_0x299fb0(0x22d)](_0x2574f9);else{_0xe959b[_0x299fb0(0x22d)](_0x2574f9);for(const _0xab8400 of _0x1f5580){_0xe959b[_0x299fb0(0x1de)](_0x2574f9,_0xab8400);}}logger['debug'](_0x5b2a87[_0x299fb0(0x1b1)]);}catch(_0x3ec37b){logger[_0x299fb0(0x2fa)](_0x299fb0(0x2c1)+_0x3de234+_0x299fb0(0x289)+_0x3ec37b);}}}}}}}}[a92_0x5143a8(0x25f)](_0x6949b4){const _0x4ed236=a92_0x5143a8,_0x58bd5a={'kRryI':function(_0xaf06eb){return _0xaf06eb();}};if(!_0x6949b4||!_0x6949b4[_0x4ed236(0x302)])return;_0x6949b4[_0x4ed236(0x302)][_0x4ed236(0x2bd)]&&Array[_0x4ed236(0x1af)](_0x6949b4[_0x4ed236(0x302)][_0x4ed236(0x2bd)])&&_0x6949b4[_0x4ed236(0x302)][_0x4ed236(0x2bd)][_0x4ed236(0x311)](_0x5be2d1=>{const _0x11e486=_0x4ed236;!_0x5be2d1['hookAnalyticsId']&&!_0x5be2d1[_0x11e486(0x339)]&&(_0x5be2d1[_0x11e486(0x1f3)]=_0x58bd5a[_0x11e486(0x239)](uuidv4),_0x5be2d1[_0x11e486(0x339)]=_0x5be2d1['hookAnalyticsId'],logger[_0x11e486(0x346)]('[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type='+_0x5be2d1[_0x11e486(0x33d)]+_0x11e486(0x2bb)+_0x5be2d1[_0x11e486(0x1f3)]));}),this[_0x4ed236(0x25f)](_0x6949b4[_0x4ed236(0x302)]);}[a92_0x5143a8(0x2be)](_0x1f5bfc){const _0x1b1e39=a92_0x5143a8,_0x31ea51={'biVcw':function(_0x54732d,_0x3fb73c){return _0x54732d(_0x3fb73c);}};if(!_0x1f5bfc||!_0x1f5bfc[_0x1b1e39(0x302)])return[];const _0x4625f9=[];return _0x1f5bfc[_0x1b1e39(0x302)][_0x1b1e39(0x2bd)]&&Array[_0x1b1e39(0x1af)](_0x1f5bfc[_0x1b1e39(0x302)][_0x1b1e39(0x2bd)])&&_0x1f5bfc[_0x1b1e39(0x302)][_0x1b1e39(0x2bd)][_0x1b1e39(0x311)](_0x3d5a54=>{const _0x28c9f3=_0x1b1e39,_0x172560=_0x3d5a54[_0x28c9f3(0x1f3)]||_0x3d5a54['hookUUID'];_0x172560&&!this[_0x28c9f3(0x291)](_0x3d5a54)&&!_0x31ea51['biVcw'](isInternalHook,_0x3d5a54['fn'])&&_0x4625f9['push'](_0x172560);}),[..._0x4625f9,...this[_0x1b1e39(0x2be)](_0x1f5bfc[_0x1b1e39(0x302)])];}[a92_0x5143a8(0x28e)](_0x2c31e5){const _0x2207cf=a92_0x5143a8,_0x480cd6={'UnBSr':function(_0xaf121c,_0x136f55){return _0xaf121c(_0x136f55);},'IqIva':_0x2207cf(0x218),'DsvDE':function(_0x456b57,_0x38d46a){return _0x456b57(_0x38d46a);},'XcFyI':function(_0x130cc8,_0x17295a){return _0x130cc8(_0x17295a);}},_0x1cf4e5=new Map(),_0xa88ea9=_0x16502d=>{const _0x2827fd=_0x2207cf,_0x1dcbc9={'LRcPF':function(_0x161a6d,_0x35d8c9){return _0x480cd6['UnBSr'](_0x161a6d,_0x35d8c9);},'jNpZm':_0x480cd6['IqIva']};if(!_0x16502d||!_0x16502d[_0x2827fd(0x302)])return;_0x16502d[_0x2827fd(0x302)][_0x2827fd(0x2bd)]&&Array[_0x2827fd(0x1af)](_0x16502d[_0x2827fd(0x302)]['hooks'])&&_0x16502d[_0x2827fd(0x302)][_0x2827fd(0x2bd)][_0x2827fd(0x311)](_0x1acd79=>{const _0x216cc8=_0x2827fd,_0x31ecf3=_0x1acd79['hookAnalyticsId']||_0x1acd79[_0x216cc8(0x339)];if(_0x31ecf3&&!this['isJestInternalHook'](_0x1acd79)&&!_0x1dcbc9[_0x216cc8(0x1f9)](isInternalHook,_0x1acd79['fn'])){const _0x4258dc={};_0x4258dc[_0x216cc8(0x33d)]=_0x1acd79['type']||_0x1dcbc9[_0x216cc8(0x2b9)],_0x4258dc[_0x216cc8(0x1ce)]=_0x1acd79[_0x216cc8(0x1ce)]||'\x22'+_0x1acd79['type']+_0x216cc8(0x213),_0x1cf4e5[_0x216cc8(0x280)](_0x31ecf3,_0x4258dc);}}),_0x480cd6[_0x2827fd(0x2d3)](_0xa88ea9,_0x16502d[_0x2827fd(0x302)]);};return _0x480cd6['XcFyI'](_0xa88ea9,_0x2c31e5),_0x1cf4e5;}[a92_0x5143a8(0x291)](_0x3da20a){const _0x295185=a92_0x5143a8,_0x40ef={};_0x40ef['PIMTX']='jest-circus',_0x40ef[_0x295185(0x27a)]=_0x295185(0x254);const _0x28d2ed=_0x40ef;try{const _0x1f21a3=this[_0x295185(0x20f)](_0x3da20a);if(!_0x1f21a3||_0x1f21a3[_0x295185(0x30d)](_0x28d2ed[_0x295185(0x29b)]))return!![];return![];}catch(_0x266bd7){logger[_0x295185(0x346)](_0x28d2ed[_0x295185(0x27a)]);}return![];}[a92_0x5143a8(0x20f)](_0x47d0d3){const _0x3a2697=a92_0x5143a8,_0x428409={'cbVrv':function(_0x63382b,_0x522113){return _0x63382b(_0x522113);}};if(_0x47d0d3['file'])return _0x47d0d3['file'];if(_0x47d0d3[_0x3a2697(0x22a)])try{const _0x22a565=stackTrace[_0x3a2697(0x1b6)](_0x47d0d3[_0x3a2697(0x22a)]),_0x19b186=_0x428409[_0x3a2697(0x259)](pickUserFrameFile,_0x22a565);if(_0x19b186)return _0x19b186;logger['debug'](_0x3a2697(0x212)+_0x22a565['length']+')');}catch(_0x328c55){logger[_0x3a2697(0x346)](_0x3a2697(0x26e)+util[_0x3a2697(0x1d4)](_0x328c55));}return null;}}module[a92_0x5143a8(0x256)]=JestTestFramework;function a92_0x495b(){const _0x10bf83=['pid','location','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','file_name','setActiveHook','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','cwyrD','testData','DxHpC','createContext','failure_reason',',\x20target=','\x20(testIdentifier),\x20hookType=','hookAnalyticsId',',\x20totalLogs:\x20','getActiveHook','testFrameworkVersion','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','toString','LRcPF','jdhLB','PxHsS','activeHooks','from',',\x20hookId=',',\x20storing\x20as\x20pending\x20hook','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20',',\x20state=','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','trackJestInstance:\x20created\x20instance\x20for\x20target=','zVOSr','event_ended_at','trackHookEvent','\x20hook','addMultipleEntries','getJestTestIdentifier','pop','yoFsS','getAllData','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','getRootParentFile','Smrvd','JestTestFramework','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','\x22\x20hook','KEY_TEST_RETRY_OF',',\x20testData=','testFrameworkState','YDFWf','unknown','KEY_TEST_CODE','1980324FjaeOb','KEY_HOOK_ID','uuid','VCvGc','_ALL','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=',',\x20test_run_uuid=','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=',',\x20currentTestId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','jasUE','./constants/testFrameworkConstants.js','testId','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','trackJestInstance','POST','asyncError','map','none','removePendingHooks','hook_result','getJestFailureData','trJmd','Unknown\x20Test','KEY_TEST_ATTACHMENTS','PRE','logCreatedEvent','WMqaU','gsEZc','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','testUUID','kRryI','KEY_TEST_FRAMEWORK_VERSION','KEY_TEST_LOGS','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','IZWBa','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','passed',',\x20remainingHooks=','iahZi','ksUSZ','3302tsGQmI','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','status','bUbcj','../../../helpers/helper.js','KEY_TEST_UUID','Assert','PeSPb','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test',',\x20state:\x20','test_run_id','kbhOU','depth','\x20to\x20','BNoIl','KEY_TEST_FAILURE_REASON','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}',',\x20screenshotLogs:\x20','exports','\x20&\x20hookState=','code','cbVrv','JzUnj',',\x20hookData=',',\x20attachmentLogs:\x20','KEY_TEST_ENDED_AT','../TestInfo.js','mapTestHooks','../../../helpers/classLogger.js','runHooks','KEY_TEST_RESULT','splice','getJestTestTags','fSfkz','hookState','uSBzr','KEY_HOOKS_STARTED','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','getContext','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','failed','blHzp','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','../state/hookState.js','test_run_uuid','getInstance','TEST','apply','has','jjtGs','ROOT_DESCRIBE_BLOCK','NMpgc','KEY_TEST_LOCATION','parseJestTestResult','kWZlq','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','dWzke','skipped','KEY_HOOK_FAILURE','tLXib','set','stack-trace','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','\x20attachments','TrHXp','13767048jYvCWO','IusNz','KEY_HOOK_NAME',',\x20error:\x20','KEY_TEST_TAGS','getTrackedInstance','KEY_TEST_FAILURE_TYPE','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','buildHookMapFromTest','BEFORE_ALL','KEY_HOOK_LAST_FINISHED','isJestInternalHook','../cliUtils.js','KEY_AUTOMATE_SESSION_NAME','trackJestInstance:\x20instance\x20already\x20exists','lTgbl','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','../instances/testFrameworkInstance.js','LCVuJ','body','\x22\x20from\x20testData','PIMTX','DEFAULT_TEST_RESULT','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','tags','Stored\x20pending\x20hook\x20for\x20testId:\x20','args',',\x20logsInBatch:\x20','KEY_HOOKS_FINISHED','toUpperCase','../instances/trackedInstance.js','PhUan','KEY_TEST_DURATION',',\x20hook=','zjnzI',',\x20messageLength=','getJestFailureReason','DEFAULT_HOOK_RESULT','workerInfo','386LbDmfB','lCrFQ','parallelIndex','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','getJestTestName','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','3637410JlPaoa','VCWVN','filter','jfPIr','trackEvent','jNpZm','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=',',\x20hookUUID=','\x20for\x20testId:\x20','hooks','getHooksForTest','UnhandledError','getCurrentTestState','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','endedAt','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','getTestFrameworksVersions','cpDnd','../../../helpers/test-observability/utils','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','uhNGS','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','getAllPendingHookTestIds','toISOString','result','maxArrayLength','resolveInstance','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback',',\x20hook_run_uuid=','sNZNe','KEY_TEST_ID','DsvDE','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','substring','JJBTq','KEY_TEST_STARTED_AT','started_at',',\x20scopes=','TEST_SCREENSHOT','startedAt','200qZdDmg','retryOf','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','nxEwo','getPendingHooks','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','KEY_CUSTOM_TAGS','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','stringify','kind','../../../helpers/stackFrameUtils','EZUco','KEY_LOGS','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','getCurrentHookState','hasPendingHooks','rRYPO','inspect','Yhzce','rBESX','SLlpq','fOSHZ','KEY_HOOK_LAST_STARTED',',\x20filePath:\x20','matchHookRegex','hookData','missing','ZqqQe','error','hookType','__bstackPlatformIndex','match','4112142sobcfo',',\x20failureReason=','./testFramework','removeActiveHook','parent','694736IYPfxt','util','KEY_TEST_SCOPE','\x20files','finished_at','POUmC','mCJpB','KEY_EVENT_STARTED_AT','uwUFU','97321uZRRoK','includes','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=',',\x20hooksListLength=','message','forEach','getCurrentInstanceName',',\x20result=','join','TNTss','getThreadId','Unknown\x20error','\x20screenshot\x20logs\x20for\x20testId:\x20','HqNNq','warn','ALL','KEY_TEST_SCOPES','NrhnQ',':testAnalyticsId','KEY_TEST_FILE_PATH',',\x20scope:\x20','ceil','getJestTestFilePath','createTestFrameworkEventPayload','platformIndex','keys','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','title','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','NVNqW','PCnAI','executionContext','\x20-\x20testId:\x20','FtWeN','\x20pending\x20hooks\x20for\x20testId:\x20','test','KEY_TEST_RERUN_NAME','atpRn','getTestFrameworks','__workerDetails','Processing\x20','skip','originalTest','getJestFailureType','get','hookUUID','concat','storePendingHook','jWJgk','type',',\x20response=','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','processPendingHooks',',\x20filePath=','cRXjr',',\x20argsKeys=',',\x20payload:\x20','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','debug','RaPJT','KEY_EVENT_ENDED_AT','replace','sendLogCreatedEvent','KEY_HOOK_LOGS',',\x20testFramework=','getProcessId','isArray','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','AKfjJ','NONE',',\x20consoleLogs:\x20','\x20logs\x20for\x20testId:\x20','scopes','parse','hook_id','KEY_TEST_FAILURE','instance','scope','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','TOLGk','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','RYlDF','KEY_TEST_FRAMEWORK_NAME','duration','delete','push','nkuBT','parseJestTest','getId','nGFQw',',\x20hookType=','filePath','KEY_HOOK_RESULT','hookMetadata','AssertionError','../grpcClient','KEY_HOOK_FAILURE_REASON','name','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20',',\x20hookState:\x20','slice','format','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','JqcNk','errorsDetailed','../state/testFrameworkState.js',',\x20version=','xQBte','\x20(testIdentifier),\x20tags=','eventJson',',\x20duration=','addPendingHook','split','test_identifier','length',',\x20hookState=',',\x20testId=','KEY_HOOK_FAILURE_TYPE'];a92_0x495b=function(){return _0x10bf83;};return a92_0x495b();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a93_0x22f49b=a93_0x34c0;function a93_0x34c0(_0x30c925,_0x205379){const _0x48ae2a=a93_0x48ae();return a93_0x34c0=function(_0x34c0a0,_0x31f8a3){_0x34c0a0=_0x34c0a0-0x13e;let _0x19d209=_0x48ae2a[_0x34c0a0];return _0x19d209;},a93_0x34c0(_0x30c925,_0x205379);}(function(_0x336a59,_0x34249f){const _0x8809a6=a93_0x34c0,_0x969abb=_0x336a59();while(!![]){try{const _0x5840c0=-parseInt(_0x8809a6(0x182))/0x1+parseInt(_0x8809a6(0x15a))/0x2+-parseInt(_0x8809a6(0x15e))/0x3*(-parseInt(_0x8809a6(0x18a))/0x4)+parseInt(_0x8809a6(0x18b))/0x5*(-parseInt(_0x8809a6(0x145))/0x6)+-parseInt(_0x8809a6(0x14d))/0x7*(-parseInt(_0x8809a6(0x174))/0x8)+-parseInt(_0x8809a6(0x170))/0x9+-parseInt(_0x8809a6(0x190))/0xa*(-parseInt(_0x8809a6(0x17b))/0xb);if(_0x5840c0===_0x34249f)break;else _0x969abb['push'](_0x969abb['shift']());}catch(_0x129e7d){_0x969abb['push'](_0x969abb['shift']());}}}(a93_0x48ae,0x57592));const path=require(a93_0x22f49b(0x153)),TestFramework=require('./testFramework'),TestFrameworkState=require(a93_0x22f49b(0x161)),HookState=require(a93_0x22f49b(0x15d)),{createClassLogger}=require(a93_0x22f49b(0x186)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a93_0x22f49b(0x191)),TrackedInstance=require(a93_0x22f49b(0x16d)),TestFrameworkConstants=require(a93_0x22f49b(0x172)),util=require(a93_0x22f49b(0x156)),logger=createClassLogger('NewmanTestFramework');class NewmanTestFramework extends TestFramework{constructor(_0x24cda7,_0x32d653,_0x5ab17f){super(_0x24cda7,_0x32d653,_0x5ab17f);}async[a93_0x22f49b(0x188)](_0x462ae4,_0x30d2df,_0x4c08f3={}){const _0x3e9daf=a93_0x22f49b,_0x1f0f61={};_0x1f0f61[_0x3e9daf(0x16c)]=function(_0x238c25,_0x363aaa){return _0x238c25===_0x363aaa;},_0x1f0f61[_0x3e9daf(0x157)]=function(_0x3c1e9f,_0x34b337){return _0x3c1e9f===_0x34b337;};const _0x47cb24=_0x1f0f61;logger['debug'](_0x3e9daf(0x17d)+_0x462ae4+_0x3e9daf(0x163)+_0x30d2df),await super[_0x3e9daf(0x188)](_0x462ae4,_0x30d2df,_0x4c08f3);const _0x1070ba=this[_0x3e9daf(0x18f)](_0x462ae4,_0x30d2df,_0x4c08f3);if(!_0x1070ba)return;try{if(_0x47cb24[_0x3e9daf(0x16c)](_0x462ae4,TestFrameworkState[_0x3e9daf(0x151)])&&_0x4c08f3[_0x3e9daf(0x175)]){const _0x188c33=_0x47cb24[_0x3e9daf(0x157)](_0x30d2df,HookState[_0x3e9daf(0x146)])?this['parseNewmanTest'](_0x4c08f3[_0x3e9daf(0x175)]):this[_0x3e9daf(0x169)](_0x4c08f3['test']);_0x1070ba[_0x3e9daf(0x193)](_0x188c33);}}catch(_0x28de1f){logger['error'](_0x3e9daf(0x173)+util[_0x3e9daf(0x177)](_0x28de1f));}_0x4c08f3[_0x3e9daf(0x187)]=_0x1070ba,await this[_0x3e9daf(0x189)](_0x1070ba,_0x462ae4,_0x30d2df,_0x4c08f3);}[a93_0x22f49b(0x176)](_0x5dc48b){const _0x4d4a42=a93_0x22f49b,_0x4dc7f9=this[_0x4d4a42(0x14c)]()[0x0],_0x2bf02b={};return _0x2bf02b[_0x5dc48b['uuid']]={[TestFrameworkConstants[_0x4d4a42(0x15c)]]:_0x4dc7f9,[TestFrameworkConstants[_0x4d4a42(0x14e)]]:this[_0x4d4a42(0x18d)]()[_0x4dc7f9],[TestFrameworkConstants[_0x4d4a42(0x147)]]:[],[TestFrameworkConstants[_0x4d4a42(0x16e)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x4d4a42(0x14f)]]:TestFrameworkConstants[_0x4d4a42(0x17a)],[TestFrameworkConstants[_0x4d4a42(0x178)]]:_0x5dc48b[_0x4d4a42(0x152)],[TestFrameworkConstants['KEY_TEST_UUID']]:_0x5dc48b[_0x4d4a42(0x152)],[TestFrameworkConstants['KEY_TEST_NAME']]:_0x5dc48b['name'],[TestFrameworkConstants[_0x4d4a42(0x140)]]:_0x5dc48b[_0x4d4a42(0x17c)]||'',[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x5dc48b[_0x4d4a42(0x167)]||'',[TestFrameworkConstants[_0x4d4a42(0x15f)]]:null,[TestFrameworkConstants[_0x4d4a42(0x143)]]:_0x5dc48b[_0x4d4a42(0x150)]||[],[TestFrameworkConstants[_0x4d4a42(0x192)]]:_0x5dc48b[_0x4d4a42(0x16b)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x4d4a42(0x142)]]:_0x5dc48b[_0x4d4a42(0x160)]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x5dc48b[_0x4d4a42(0x183)]||[],[TestFrameworkConstants[_0x4d4a42(0x181)]]:null,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x5dc48b[_0x4d4a42(0x165)]||{},[TestFrameworkConstants[_0x4d4a42(0x149)]]:_0x5dc48b[_0x4d4a42(0x17e)]||{}},_0x2bf02b;}['parseNewmanTestResult'](_0xbb27c2){const _0x1db9d4=a93_0x22f49b,_0x244ab8={};_0x244ab8[_0x1db9d4(0x162)]='pending';const _0x102eab=_0x244ab8,_0x3300f3={};return _0x3300f3[_0xbb27c2[_0x1db9d4(0x152)]]={[TestFrameworkConstants['KEY_TEST_RESULT']]:_0xbb27c2[_0x1db9d4(0x13f)]||_0x102eab['VTUkM'],[TestFrameworkConstants[_0x1db9d4(0x148)]]:_0xbb27c2[_0x1db9d4(0x141)]||new Date()['toISOString'](),[TestFrameworkConstants['KEY_TEST_FAILURE']]:_0xbb27c2[_0x1db9d4(0x159)]||[],[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]:_0xbb27c2[_0x1db9d4(0x16a)]||null,[TestFrameworkConstants[_0x1db9d4(0x15b)]]:_0xbb27c2[_0x1db9d4(0x166)]||null},_0x3300f3;}[a93_0x22f49b(0x18f)](_0x196b71){const _0x38f8a0=a93_0x22f49b;let _0x4152a1=TestFramework[_0x38f8a0(0x154)]();if(!_0x4152a1){const _0x15fe0e=TrackedInstance[_0x38f8a0(0x18c)](CLIUtils[_0x38f8a0(0x14b)]());_0x4152a1=new TestFrameworkInstance(_0x15fe0e,this['getTestFrameworks'](),this['getTestFrameworksVersions'](),_0x196b71,HookState[_0x38f8a0(0x158)]),TestFramework[_0x38f8a0(0x144)](_0x15fe0e,_0x4152a1);}return _0x4152a1;}[a93_0x22f49b(0x155)](_0x2c78c6){const _0x52f237=a93_0x22f49b,_0x55e681={};_0x55e681[_0x52f237(0x184)]='base64';const _0x250426=_0x55e681;try{const _0x10965f=_0x2c78c6[_0x52f237(0x175)]?_0x2c78c6['test']['uuid']:null,_0x53c96a=_0x2c78c6['instance'],_0x58b039=_0x53c96a[_0x52f237(0x14a)](),_0x458a24=_0x53c96a['getAllData']()[_0x52f237(0x168)](_0x10965f);if(!_0x458a24)return{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x131db7='',[TestFrameworkConstants[_0x52f237(0x14e)]]:_0x1e9b34='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x39142d='',[TestFrameworkConstants[_0x52f237(0x148)]]:_0x3bc768=''}=_0x458a24;return{'platformIndex':0x0,'testFrameworkName':_0x131db7,'testFrameworkVersion':_0x1e9b34,'testFrameworkState':_0x53c96a[_0x52f237(0x18e)]()[_0x52f237(0x171)]()[_0x52f237(0x16f)]('.')[0x1],'hookState':_0x53c96a[_0x52f237(0x180)]()[_0x52f237(0x171)]()[_0x52f237(0x16f)]('.')[0x1],'startedAt':_0x39142d,'endedAt':_0x3bc768,'uuid':_0x10965f,'eventJson':Buffer[_0x52f237(0x164)](JSON[_0x52f237(0x13e)](_0x458a24))['toString'](_0x250426[_0x52f237(0x184)]),'executionContext':{'hash':_0x58b039[_0x52f237(0x179)](),'threadId':_0x58b039[_0x52f237(0x17f)]()[_0x52f237(0x171)](),'processId':_0x58b039['getProcessId']()[_0x52f237(0x171)]()}};}catch(_0x557605){return logger['error'](_0x52f237(0x185)+util['format'](_0x557605)),{};}}}function a93_0x48ae(){const _0x2a12d9=['trackEvent:\x20error=','8EoiDZw','test','parseNewmanTest','format','KEY_TEST_ID','getId','DEFAULT_TEST_RESULT','11PecMnp','file_path','trackEvent:\x20state=','meta','getThreadId','getCurrentHookState','KEY_TEST_RERUN_NAME','259709ErSeVL','scopes','Ogsvm','createTestFrameworkEventPayload:\x20error=','../../../helpers/classLogger.js','instance','trackEvent','runHooks','5644ToOiHy','595jqZSsA','createContext','getTestFrameworksVersions','getCurrentTestState','resolveInstance','13535510UoxzJQ','../cliUtils.js','KEY_TEST_STARTED_AT','addMultipleEntries','stringify','result','KEY_TEST_FILE_PATH','finished_at','KEY_TEST_SCOPE','KEY_TEST_TAGS','setTrackedInstance','31614MVUVQI','PRE','KEY_TEST_LOGS','KEY_TEST_ENDED_AT','KEY_TEST_META','getContext','getCurrentInstanceName','getTestFrameworks','2666174MaVXQH','KEY_TEST_FRAMEWORK_VERSION','KEY_TEST_RESULT','tags','TEST','uuid','path','getTrackedInstance','createTestFrameworkEventPayload','util','xIbGP','NONE','failure','109892lpICAV','KEY_TEST_FAILURE_REASON','KEY_TEST_FRAMEWORK_NAME','../state/hookState.js','60XaIJHE','KEY_TEST_CODE','scope','../state/testFrameworkState.js','VTUkM','\x20hook=','from','custom_metadata','failure_reason','location','get','parseNewmanTestResult','failure_type','started_at','UsdRT','../instances/trackedInstance.js','KEY_HOOKS_FINISHED','split','5157909lgaCOY','toString','./constants/testFrameworkConstants.js'];a93_0x48ae=function(){return _0x2a12d9;};return a93_0x48ae();}module['exports']=NewmanTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a94_0x12aa0f=a94_0x46c7;(function(_0x2070af,_0x3be315){const _0x4a44e7=a94_0x46c7,_0x1b16f6=_0x2070af();while(!![]){try{const _0x826cb3=-parseInt(_0x4a44e7(0x99))/0x1*(parseInt(_0x4a44e7(0xac))/0x2)+-parseInt(_0x4a44e7(0xa5))/0x3*(parseInt(_0x4a44e7(0xb0))/0x4)+parseInt(_0x4a44e7(0xb5))/0x5+-parseInt(_0x4a44e7(0xad))/0x6*(parseInt(_0x4a44e7(0x9b))/0x7)+parseInt(_0x4a44e7(0xa9))/0x8+parseInt(_0x4a44e7(0x9c))/0x9+parseInt(_0x4a44e7(0x9d))/0xa*(parseInt(_0x4a44e7(0xaf))/0xb);if(_0x826cb3===_0x3be315)break;else _0x1b16f6['push'](_0x1b16f6['shift']());}catch(_0x3c1758){_0x1b16f6['push'](_0x1b16f6['shift']());}}}(a94_0x11d8,0x50734));function a94_0x46c7(_0xcf239b,_0x4456d5){const _0x11d8b6=a94_0x11d8();return a94_0x46c7=function(_0x46c728,_0x1b066e){_0x46c728=_0x46c728-0x90;let _0x49a6e2=_0x11d8b6[_0x46c728];return _0x49a6e2;},a94_0x46c7(_0xcf239b,_0x4456d5);}const AutomationFramework=require(a94_0x12aa0f(0xba)),{createClassLogger}=require(a94_0x12aa0f(0x96)),AutomationFrameworkState=require(a94_0x12aa0f(0xb3)),CLIUtils=require(a94_0x12aa0f(0xa2)),TrackedInstance=require(a94_0x12aa0f(0xa4)),AutomationFrameworkInstance=require('../instances/automationFrameworkInstance.js');function a94_0x11d8(){const _0x1885e0=['10SaxsRp','PlaywrightAutomationFramework','bsParams','setTrackedInstance','vCZAd','../cliUtils.js','wDgDZ','../instances/trackedInstance.js','45BeIXUd','instance','params','getId','221360HLXBqP',',\x20state=','message','963118RBUyGm','48uctlVc','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','18948149bizGUx','127460mJUOQb','trackEvent','logger','../state/automationFrameworkState.js','uqbZa','612935ybvXrK','exports','getCurrentInstanceName','getTrackedInstance','createContext','./automationFramework.js','getAutomationFrameworkVersion','resolveInstance','\x20target=','trackEvent:\x20automationFrameworkState=','NONE','getAutomationFrameworkName','../../../helpers/classLogger.js','trackPlaywrightInstance','info','1CzCYwV','Ernoi','564599MbHknx','553482zLYMGS'];a94_0x11d8=function(){return _0x1885e0;};return a94_0x11d8();}class PlaywrightAutomationFramework extends AutomationFramework{['logger']=createClassLogger(a94_0x12aa0f(0x9e));constructor(_0xc2ed55,_0x327734){super(_0xc2ed55,_0x327734);}async[a94_0x12aa0f(0xb1)](_0x3d52e0,_0x4e1b17,_0x2b92e5={}){const _0x430c2a=a94_0x12aa0f,_0x547391={};_0x547391['wDgDZ']=function(_0x4b1ba7,_0x27ef5a){return _0x4b1ba7===_0x27ef5a;};const _0x52dcb8=_0x547391;this[_0x430c2a(0xb2)]['debug'](_0x430c2a(0x93)+_0x3d52e0+'\x20hookState='+_0x4e1b17),await super[_0x430c2a(0xb1)](_0x3d52e0,_0x4e1b17,_0x2b92e5);const _0x1b153d=this[_0x430c2a(0x91)](_0x3d52e0,_0x4e1b17,_0x2b92e5);if(_0x52dcb8[_0x430c2a(0xa3)](_0x1b153d,null))return;_0x2b92e5[_0x430c2a(0xa6)]=_0x1b153d,await this['runHooks'](_0x1b153d,_0x3d52e0,_0x4e1b17,_0x2b92e5);}[a94_0x12aa0f(0x91)](_0x52a9a4,_0x45c76f,_0x421a4d={}){const _0x2b0e36=a94_0x12aa0f,_0x1b8199={};_0x1b8199['vCZAd']=function(_0x5c962f,_0x18142b){return _0x5c962f===_0x18142b;},_0x1b8199[_0x2b0e36(0xb4)]=function(_0x3c3da1,_0x1e9699){return _0x3c3da1===_0x1e9699;};const _0x47a091=_0x1b8199;let _0x4fc1d3=null;return(_0x47a091[_0x2b0e36(0xa1)](_0x52a9a4,AutomationFrameworkState['CREATE'])||_0x47a091['uqbZa'](_0x52a9a4,AutomationFrameworkState['PLAYWRIGHT_DISPATCH'])&&(_0x421a4d[_0x2b0e36(0xab)]&&_0x421a4d['message'][_0x2b0e36(0xa7)]&&_0x421a4d['message'][_0x2b0e36(0xa7)][_0x2b0e36(0x9f)])||_0x47a091[_0x2b0e36(0xa1)](_0x52a9a4,AutomationFrameworkState[_0x2b0e36(0x94)]))&&this[_0x2b0e36(0x97)](_0x52a9a4,_0x421a4d),_0x4fc1d3=AutomationFramework[_0x2b0e36(0xb8)](),_0x4fc1d3;}[a94_0x12aa0f(0x97)](_0x56991a,_0x3da81d){const _0x3bbee2=a94_0x12aa0f,_0xed0c3f={};_0xed0c3f[_0x3bbee2(0x9a)]='trackPlaywrightInstance:\x20instance\x20already\x20exists';const _0xa943e9=_0xed0c3f;if(AutomationFramework[_0x3bbee2(0xb8)]()){this[_0x3bbee2(0xb2)][_0x3bbee2(0x98)](_0xa943e9[_0x3bbee2(0x9a)]);return;}const _0x1e3be6=CLIUtils[_0x3bbee2(0xb7)](),_0x4a9238=TrackedInstance[_0x3bbee2(0xb9)](_0x1e3be6);let _0xec6154=null;this[_0x3bbee2(0xb2)][_0x3bbee2(0x98)](_0x3bbee2(0xae)+_0x1e3be6+_0x3bbee2(0xaa)+_0x56991a),_0xec6154=new AutomationFrameworkInstance(_0x4a9238,this[_0x3bbee2(0x95)](),this[_0x3bbee2(0x90)](),_0x56991a),AutomationFramework[_0x3bbee2(0xa0)](_0x4a9238,_0xec6154),this[_0x3bbee2(0xb2)][_0x3bbee2(0x98)]('trackPlaywrightInstance:\x20saved\x20instance\x20contextId='+_0x4a9238[_0x3bbee2(0xa8)]()+_0x3bbee2(0x92)+_0x1e3be6);}}module[a94_0x12aa0f(0xb6)]=PlaywrightAutomationFramework;
|