browserstack-node-sdk 1.65.2 → 1.65.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/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/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/node-generic/client.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/reporterArgs.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/nodeGenericTestFramework.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/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/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_0x3c96(_0x5559d1,_0x42a02c){const _0x37b5c9=a92_0x37b5();return a92_0x3c96=function(_0x3c96c0,_0x4615b8){_0x3c96c0=_0x3c96c0-0x1ae;let _0x44583a=_0x37b5c9[_0x3c96c0];return _0x44583a;},a92_0x3c96(_0x5559d1,_0x42a02c);}function a92_0x37b5(){const _0x342026=['get','prkxw','title','\x20pending\x20hooks\x20for\x20testId:\x20','hasPendingHooks',',\x20target=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','Assert','__workerDetails','eventJson','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','body','SRXsq','skip','error','rnGYW',',\x20state:\x20','stringify','eAuiV','XvSGH','cZefU','addPendingHook','\x20-\x20testId:\x20',',\x20filePath=','\x20(testIdentifier),\x20tags=','testData','gQrFT','GMUYU',',\x20attachmentLogs:\x20','KEY_HOOK_LAST_FINISHED','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','status','getInstance','concat','failure_reason',',\x20hookUUID=','parse','createTestFrameworkEventPayload','SeuSE','kind','KEY_TEST_RESULT','9gOGCqI','ceil','includes','qcCtj','KEY_HOOK_LOGS','KEY_TEST_STARTED_AT',',\x20testData=',',\x20exception=','KEY_TEST_ATTACHMENTS','toString','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20',',\x20storing\x20as\x20pending\x20hook','NONE','test_run_id','duration','length','buildHookMapFromTest','lzbIj','getJestFailureType','getPendingHooks','setActiveHook','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','VbCso','jmtLu','DEFAULT_HOOK_RESULT','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','KEY_TEST_FRAMEWORK_NAME','DdZSI','createContext','pop','aeBtz','AssertionError','../state/hookState.js','KEY_TEST_RERUN_NAME','ROOT_DESCRIBE_BLOCK','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','substr','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','failed','Rqcct','hooks',',\x20error:\x20','forEach','KEY_TEST_TAGS','hook_id',',\x20totalBatches:\x20','toUpperCase',',\x20failureReason=','resolveInstance','util','532136cnNkst','KEY_TEST_FAILURE','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','hook_type','AwOBK','NXKFh','addMultipleEntries','processPendingHooks',',\x20response=','isJestInternalHook','__bstackPlatformIndex','getJestFailureReason','RVBbx','KEY_HOOK_NAME','KEY_TEST_RETRY_OF','PRE','testFrameworkVersion','KEY_TEST_SCOPES','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook',',\x20testFramework=','format','sgamx','KEY_HOOK_RESULT','reverse','KEY_EVENT_ENDED_AT','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','parseJestTestResult','passed','yKZTC','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','jest-circus','hookType','\x20for\x20testId:\x20','afterAll',',\x20hookId=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','apply','getJestTestTags','abxJf','scopes',',\x20failureType=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','Stored\x20pending\x20hook\x20for\x20testId:\x20',':testAnalyticsId','GwWwT','hookState','matchHookRegex','537125lDwQGG','find','inspect','KEY_TEST_RESULT_AT','split','../instances/trackedInstance.js','getTestFrameworksVersions','FnRGv','parent','../../../helpers/stackFrameUtils','\x20(testIdentifier),\x20hookType=','434220jTQvjY','istrD','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','QbcDp','missing','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','parseJestTest','skipped','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','NDLzq','MEvXA',',\x20argsKeys=','getHooksForTest','getJestTestFilePath','testFrameworkState','testUUID','WstFh','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','getContext','KEY_HOOK_LAST_STARTED','jMmes','removePendingHooks','../TestInfo.js','type',',\x20logsInBatch:\x20','map','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','POST','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','set','TEST','\x20hook','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','ALL','FxflP','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','AdRcA','UcySP','setTrackedInstance',',\x20totalLogs:\x20','mhdUo','BDplA','\x20to\x20','getJestTestIdentifier','THIQq',',\x20scopes=','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=',',\x20hookState:\x20','KEY_TEST_UUID','location','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','KEY_TEST_SCOPE','maxArrayLength','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','getAllData','BEFORE_ALL','isArray','wPIZI','KEY_HOOK_FAILURE_REASON','getTrackedInstance','LOG_REPORT','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','testId','file','Error\x20in\x20createTestFrameworkEventPayload:\x20','test','exports','scope','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','depth','\x20(testIdentifier)','keys','has','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20',',\x20screenshotLogs:\x20','retryOf','cxgxp',',\x20currentTestId:\x20','OygET','KEY_TEST_FILE_PATH','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','KEY_TEST_LOCATION','HnGQQ',',\x20hookState=','getRootParentFile','warn','getThreadId','KPNIn','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending',',\x20test_run_uuid=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','WViKk','mapTestHooks','KEY_HOOK_FAILURE_TYPE','KEY_HOOK_FAILURE','test_run_uuid','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','../grpcClient','\x20(testIdentifier),\x20result=','activeHooks','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','\x22\x20from\x20testData','../../../helpers/helper.js','ZmYPI','sendLogCreatedEvent','Zggnm',',\x20hookType=','getActiveHook',',\x20testId=','\x20files','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','uuid','716iIOgaO','CcvXh','asyncError','jiQnZ','\x22\x20hook','startsWith','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result',',\x20state=','UnhandledError','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','ygabL','KEY_LOGS','hookUUID','PcKnW',',\x20filePath:\x20','KEY_HOOKS_STARTED','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','trackJestInstance','uEetI','yrYUS','join','GTPjy',',\x20hook_run_uuid=','mhxaI','storePendingHook','KEY_AUTOMATE_SESSION_NAME','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','2076012CGzpTf','getId','KEY_CUSTOM_TAGS',',\x20consoleLogs:\x20','args','delete','from','push','7659832GxYuTj',',\x20remainingHooks=','yMAjn','beforeAll','name',',\x20hookData=','workerInfo','UZvYu','parallelIndex','KEY_TEST_META','KtcmZ','started_at','hookAnalyticsId','KEY_HOOKS_FINISHED','gJYTd','\x20-\x20test_identifier=','../instances/testFrameworkInstance.js','KyCHq','JestTestFramework','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','base64','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','KEY_TEST_FRAMEWORK_VERSION','unknown','KEY_TEST_FAILURE_REASON','getJestTestName','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','trackEvent','OgApI','JlmmE','findIndex','25895hUnSQW','getProcessId','../state/testFrameworkState.js','runHooks','errorsDetailed','finished_at','logCreatedEvent','stack-trace','testFrameworkName','fSfhf','tags','GwRUt','slice','code','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=',',\x20result=','KEY_TEST_FAILURE_TYPE','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','KEY_TEST_LOGS',',\x20version=','../cliUtils.js','TBwha','RBAdd','filter','IsdWf','KEY_EVENT_STARTED_AT','nCNQx','AbIWM','getJestFailureData','fqoOO','getCurrentTestState','7035609dsmvqJ',',\x20totalHooks=','trackHookEvent','result','platformIndex','message','file_name','Processing\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','hookData','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','executionContext','./constants/testFrameworkConstants.js','gmWYv','KEY_TEST_ENDED_AT','toISOString','FjHDo','instance','../../../helpers/test-observability/utils','substring','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','hookMetadata','KEY_HOOK_ID','PFpQn',',\x20hook=','match','pid','getTestFrameworks','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','originalTest','psFSE','removeActiveHook','TEST_SCREENSHOT','AQDsc','dWgph',',\x20duration=','browserstackPlatformIndex','\x20&\x20hookState=','filePath','debug'];a92_0x37b5=function(){return _0x342026;};return a92_0x37b5();}const a92_0x484c7a=a92_0x3c96;(function(_0x21335d,_0x8e3004){const _0x37f716=a92_0x3c96,_0x574fb4=_0x21335d();while(!![]){try{const _0xdf2ecb=parseInt(_0x37f716(0x1e4))/0x1+parseInt(_0x37f716(0x1b5))/0x2+parseInt(_0x37f716(0x27e))/0x3+parseInt(_0x37f716(0x263))/0x4*(-parseInt(_0x37f716(0x2a5))/0x5)+-parseInt(_0x37f716(0x1ef))/0x6+parseInt(_0x37f716(0x2c4))/0x7+parseInt(_0x37f716(0x286))/0x8*(-parseInt(_0x37f716(0x316))/0x9);if(_0xdf2ecb===_0x8e3004)break;else _0x574fb4['push'](_0x574fb4['shift']());}catch(_0x55ee36){_0x574fb4['push'](_0x574fb4['shift']());}}}(a92_0x37b5,0x84aa2));const TestFramework=require('./testFramework'),TestFrameworkState=require(a92_0x484c7a(0x2a7)),HookState=require(a92_0x484c7a(0x338)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a92_0x484c7a(0x296)),CLIUtils=require(a92_0x484c7a(0x2b9)),TrackedInstance=require(a92_0x484c7a(0x1e9)),TestFrameworkConstants=require(a92_0x484c7a(0x2d1)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a92_0x484c7a(0x259)),{isInternalHook}=require(a92_0x484c7a(0x2d7)),logger=createClassLogger(a92_0x484c7a(0x298)),{v4:uuidv4}=require('uuid'),util=require(a92_0x484c7a(0x1b4)),TestInfo=require(a92_0x484c7a(0x205)),GrpcClient=require(a92_0x484c7a(0x254)),stackTrace=require(a92_0x484c7a(0x2ac)),{pickUserFrameFile}=require(a92_0x484c7a(0x1ed));class JestTestFramework extends TestFramework{constructor(_0x30c0f9,_0x16185b,_0x256ec9){const _0x20e6f7=a92_0x484c7a;super(_0x30c0f9,_0x16185b,_0x256ec9),this[_0x20e6f7(0x256)]=new Map();}[a92_0x484c7a(0x32b)](_0x4cc095,_0x219a07,_0x523ec2){const _0x197724=a92_0x484c7a,_0x4f605f={};_0x4f605f[_0x197724(0x307)]=function(_0x486136,_0x1088b5){return _0x486136||_0x1088b5;};const _0xa06601=_0x4f605f;if(_0xa06601['gQrFT'](!_0x4cc095,!_0x219a07)){logger[_0x197724(0x248)](_0x197724(0x20f)+_0x4cc095+_0x197724(0x310)+_0x219a07);return;}!this[_0x197724(0x256)][_0x197724(0x239)](_0x4cc095)&&this[_0x197724(0x256)][_0x197724(0x20c)](_0x4cc095,[]);const _0x58c311={'hookUUID':_0x219a07,'hookType':_0x523ec2,'startedAt':new Date()[_0x197724(0x2d4)]()};this[_0x197724(0x256)][_0x197724(0x2ed)](_0x4cc095)[_0x197724(0x285)](_0x58c311),logger[_0x197724(0x2ec)](_0x197724(0x2b3)+_0x4cc095+_0x197724(0x310)+_0x219a07+_0x197724(0x25d)+_0x523ec2+_0x197724(0x2c5)+this[_0x197724(0x256)]['get'](_0x4cc095)[_0x197724(0x326)]);}[a92_0x484c7a(0x2e4)](_0x594309,_0x5d6682){const _0x13da8f=a92_0x484c7a,_0x4db414={};_0x4db414[_0x13da8f(0x2ee)]=function(_0x30b934,_0x83ca97){return _0x30b934||_0x83ca97;},_0x4db414[_0x13da8f(0x276)]=function(_0x4c3591,_0x76b15e){return _0x4c3591!==_0x76b15e;},_0x4db414[_0x13da8f(0x215)]=function(_0x4b20e7,_0x195bf0){return _0x4b20e7===_0x195bf0;};const _0x2cc89b=_0x4db414;if(_0x2cc89b[_0x13da8f(0x2ee)](!_0x594309,!_0x5d6682)){logger['warn']('[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x594309+_0x13da8f(0x310)+_0x5d6682);return;}if(this[_0x13da8f(0x256)][_0x13da8f(0x239)](_0x594309)){const _0x483344=this[_0x13da8f(0x256)]['get'](_0x594309),_0x20af66=_0x483344[_0x13da8f(0x2a4)](_0x3f5668=>_0x3f5668['hookUUID']===_0x5d6682);_0x2cc89b[_0x13da8f(0x276)](_0x20af66,-0x1)?(_0x483344['splice'](_0x20af66,0x1),logger[_0x13da8f(0x2ec)](_0x13da8f(0x27d)+_0x594309+',\x20hookUUID='+_0x5d6682+_0x13da8f(0x287)+_0x483344[_0x13da8f(0x326)]),_0x2cc89b[_0x13da8f(0x215)](_0x483344[_0x13da8f(0x326)],0x0)&&this[_0x13da8f(0x256)][_0x13da8f(0x283)](_0x594309)):logger[_0x13da8f(0x2ec)](_0x13da8f(0x2f7)+_0x594309+',\x20hookUUID='+_0x5d6682);}}[a92_0x484c7a(0x25e)](_0x69471c){const _0x46bdff=a92_0x484c7a,_0x44f833={};_0x44f833['yKZTC']=function(_0x2e7d83,_0x43bd3e){return _0x2e7d83>_0x43bd3e;},_0x44f833[_0x46bdff(0x21d)]=function(_0x304480,_0xe85ae7){return _0x304480-_0xe85ae7;};const _0x185682=_0x44f833;if(!_0x69471c)return null;if(this[_0x46bdff(0x256)][_0x46bdff(0x239)](_0x69471c)){const _0x1e29ff=this[_0x46bdff(0x256)][_0x46bdff(0x2ed)](_0x69471c);if(_0x185682[_0x46bdff(0x1d1)](_0x1e29ff['length'],0x0)){const _0x589938=_0x1e29ff[_0x185682['THIQq'](_0x1e29ff[_0x46bdff(0x326)],0x1)];return logger[_0x46bdff(0x2ec)](_0x46bdff(0x1f4)+_0x69471c+_0x46bdff(0x310)+_0x589938[_0x46bdff(0x26f)]+_0x46bdff(0x25d)+_0x589938['hookType']),_0x589938;}}return null;}async['trackEvent'](_0x51d5f2,_0x39f68d,_0x3948c8={}){const _0x43f0e9=a92_0x484c7a,_0x2aca7d={};_0x2aca7d['ZmYPI']=_0x43f0e9(0x29b),_0x2aca7d[_0x43f0e9(0x1f9)]=function(_0x6adf6f,_0x47177d){return _0x6adf6f===_0x47177d;},_0x2aca7d['LlAMU']=function(_0x3badb1,_0x2212f5){return _0x3badb1===_0x2212f5;},_0x2aca7d[_0x43f0e9(0x22a)]=function(_0x13850c,_0x569dbb){return _0x13850c||_0x569dbb;},_0x2aca7d['AwOBK']=_0x43f0e9(0x235);const _0x79845d=_0x2aca7d;logger[_0x43f0e9(0x2ec)](_0x43f0e9(0x1f1)+_0x51d5f2+_0x43f0e9(0x246)+_0x39f68d+_0x43f0e9(0x1fa)+Object['keys'](_0x3948c8)['join'](',')),await super[_0x43f0e9(0x2a1)](_0x51d5f2,_0x39f68d,_0x3948c8);const _0x1cffc7=this['resolveInstance'](_0x51d5f2,_0x39f68d,_0x3948c8);if(!_0x1cffc7){logger['debug'](_0x79845d[_0x43f0e9(0x25a)]);return;}try{let _0xdd3f28,_0x1907cf,_0x3bd67a;switch(_0x51d5f2){case TestFrameworkState[_0x43f0e9(0x20d)]:_0xdd3f28=_0x3948c8[_0x43f0e9(0x232)];const _0x1fd450={};_0x1fd450[_0x43f0e9(0x236)]=0x2,_0x1fd450[_0x43f0e9(0x225)]=0x3,logger['debug'](_0x43f0e9(0x1b7)+_0x39f68d+_0x43f0e9(0x31c)+util['inspect'](_0xdd3f28,_0x1fd450)),_0x3bd67a=this[_0x43f0e9(0x21c)](_0xdd3f28),_0x1907cf=null,logger[_0x43f0e9(0x2ec)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId='+_0x3bd67a+_0x43f0e9(0x237));if(_0x79845d['MEvXA'](_0x39f68d,HookState[_0x43f0e9(0x1c4)])){logger['debug'](_0x43f0e9(0x23c)+_0x3bd67a);const _0x3ecb9c={};_0x3ecb9c[_0x43f0e9(0x1fe)]=_0x1907cf,_0x3ecb9c[_0x43f0e9(0x306)]=_0xdd3f28,_0x3ecb9c[_0x43f0e9(0x22f)]=_0x3bd67a;const _0x5a6386=this[_0x43f0e9(0x1f5)](_0x3ecb9c),_0x26103c={};_0x26103c[_0x43f0e9(0x236)]=0x2,_0x26103c[_0x43f0e9(0x225)]=0x3,logger['debug'](_0x43f0e9(0x321)+util[_0x43f0e9(0x1e6)](_0x5a6386,_0x26103c)),_0x1cffc7[_0x43f0e9(0x1bb)](_0x5a6386),logger['debug'](_0x43f0e9(0x20b)+_0x3bd67a),await this[_0x43f0e9(0x1bc)](_0x1cffc7,_0x3bd67a);}else{if(_0x79845d['LlAMU'](_0x39f68d,HookState['POST'])){logger[_0x43f0e9(0x2ec)](_0x43f0e9(0x320)+_0x3bd67a);const _0x316a03=_0x1cffc7['getAllData']()[_0x43f0e9(0x2ed)](_0x3bd67a);logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20'+util[_0x43f0e9(0x1e6)](Object[_0x43f0e9(0x238)](_0x79845d[_0x43f0e9(0x22a)](_0x316a03,{}))));_0x316a03&&_0x316a03[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]?logger[_0x43f0e9(0x2ec)](_0x43f0e9(0x1f7)+Object['keys'](_0x316a03[TestFrameworkConstants[_0x43f0e9(0x31e)]])[_0x43f0e9(0x326)]+_0x43f0e9(0x260)):logger[_0x43f0e9(0x2ec)](_0x79845d[_0x43f0e9(0x1b9)]);const _0x470eff=_0x3948c8[_0x43f0e9(0x2e2)]||null,_0x24460f={};_0x24460f['testUUID']=_0x1907cf,_0x24460f[_0x43f0e9(0x306)]=_0xdd3f28,_0x24460f[_0x43f0e9(0x22f)]=_0x3bd67a,_0x24460f[_0x43f0e9(0x2e2)]=_0x470eff;const _0x2faee6=this[_0x43f0e9(0x1cf)](_0x24460f),_0x1ebfbe={};_0x1ebfbe[_0x43f0e9(0x236)]=0x2,_0x1ebfbe[_0x43f0e9(0x225)]=0x3,logger[_0x43f0e9(0x2ec)](_0x43f0e9(0x2f3)+util[_0x43f0e9(0x1e6)](_0x2faee6,_0x1ebfbe)),_0x1cffc7[_0x43f0e9(0x1bb)](_0x2faee6),logger[_0x43f0e9(0x2ec)](_0x43f0e9(0x32c)+_0x3bd67a),await this[_0x43f0e9(0x1bc)](_0x1cffc7,_0x3bd67a);}}break;case TestFrameworkState[_0x43f0e9(0x22d)]:if(_0x79845d['LlAMU'](_0x39f68d,HookState[_0x43f0e9(0x20a)])){const _0x2714fb={};_0x2714fb[_0x43f0e9(0x236)]=0x2,logger['debug']('[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20'+util[_0x43f0e9(0x1e6)](_0x3948c8,_0x2714fb)),await this[_0x43f0e9(0x25b)](_0x1cffc7,_0x51d5f2,_0x3948c8);}break;default:if(CLIUtils[_0x43f0e9(0x1e3)](_0x51d5f2[_0x43f0e9(0x31f)]()[_0x43f0e9(0x1e8)]('.')[0x1])){const _0x503d76={};_0x503d76[_0x43f0e9(0x236)]=0x2,_0x503d76[_0x43f0e9(0x225)]=0x3,logger[_0x43f0e9(0x2ec)](_0x43f0e9(0x2e1)+_0x51d5f2+_0x43f0e9(0x246)+_0x39f68d+_0x43f0e9(0x28b)+util['inspect'](_0x3948c8[_0x43f0e9(0x2ce)],_0x503d76));const _0x4e01c5=await this[_0x43f0e9(0x2c6)](_0x1cffc7,_0x51d5f2,_0x39f68d,_0x3948c8),_0x484758={};_0x484758[_0x43f0e9(0x236)]=0x2,_0x484758[_0x43f0e9(0x225)]=0x3,logger['debug']('[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20'+util[_0x43f0e9(0x1e6)](_0x4e01c5,_0x484758)),_0x1cffc7['addMultipleEntries'](_0x4e01c5);}else logger[_0x43f0e9(0x2ec)](_0x43f0e9(0x2d9)+_0x51d5f2+_0x43f0e9(0x2ea)+_0x39f68d);break;}logger['debug']('[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState='+_0x51d5f2+_0x43f0e9(0x246)+_0x39f68d);}catch(_0x310f32){logger[_0x43f0e9(0x2fb)](_0x43f0e9(0x33b)+_0x51d5f2+',\x20hookState='+_0x39f68d+_0x43f0e9(0x31d)+util['format'](_0x310f32));}_0x3948c8[_0x43f0e9(0x2d6)]=_0x1cffc7,await this[_0x43f0e9(0x2a8)](_0x1cffc7,_0x51d5f2,_0x39f68d,_0x3948c8);}[a92_0x484c7a(0x21c)](_0x3ec14a){const _0x16c6be=a92_0x484c7a,_0x46feac={};_0x46feac[_0x16c6be(0x300)]='[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback';const _0x57f5a1=_0x46feac;if(_0x3ec14a&&(_0x3ec14a['id']||_0x3ec14a[_0x16c6be(0x262)])){const _0x3e9a8f=_0x3ec14a['id']||_0x3ec14a[_0x16c6be(0x262)];return logger[_0x16c6be(0x2ec)](_0x16c6be(0x273)+_0x3e9a8f+_0x16c6be(0x258)),_0x3e9a8f;}return logger[_0x16c6be(0x2ec)](_0x57f5a1['XvSGH']),process[_0x16c6be(0x2df)]+_0x16c6be(0x1e0);}[a92_0x484c7a(0x1b3)](_0x782716,_0x18e6b4,_0x5a5ed4={}){const _0x12d6a0=a92_0x484c7a;let _0x50935c=null;return _0x50935c=TestFramework['getTrackedInstance'](),!_0x50935c?(logger[_0x12d6a0(0x2ec)](_0x12d6a0(0x2cf)+_0x782716),this[_0x12d6a0(0x274)](_0x782716,_0x5a5ed4),_0x50935c=TestFramework[_0x12d6a0(0x22c)](),logger[_0x12d6a0(0x2ec)](_0x12d6a0(0x253)+!!_0x50935c+',\x20contextId='+_0x50935c?.['getContext']()?.[_0x12d6a0(0x27f)]())):logger['debug'](_0x12d6a0(0x214)+_0x50935c['getContext']()?.['getId']()),_0x50935c;}[a92_0x484c7a(0x274)](_0x787e7c,_0x2a50c9){const _0x3407e0=a92_0x484c7a,_0x1a6249={};_0x1a6249[_0x3407e0(0x2bb)]='trackJestInstance:\x20instance\x20already\x20exists';const _0x4ce32b=_0x1a6249;if(TestFramework[_0x3407e0(0x22c)]()){logger[_0x3407e0(0x2ec)](_0x4ce32b[_0x3407e0(0x2bb)]);return;}const _0x5927d8=CLIUtils['getCurrentInstanceName'](),_0x41fe62=TrackedInstance[_0x3407e0(0x334)](_0x5927d8);let _0x2e9996=null;logger[_0x3407e0(0x2ec)]('trackJestInstance:\x20created\x20instance\x20for\x20target='+_0x5927d8+_0x3407e0(0x26a)+_0x787e7c),_0x2e9996=new TestFrameworkInstance(_0x41fe62,this[_0x3407e0(0x2e0)](),this[_0x3407e0(0x1ea)](),_0x787e7c,HookState[_0x3407e0(0x323)]),TestFramework[_0x3407e0(0x217)](_0x41fe62,_0x2e9996),logger['debug'](_0x3407e0(0x1ce)+_0x41fe62[_0x3407e0(0x27f)]()+_0x3407e0(0x2f2)+_0x5927d8+_0x3407e0(0x1c8)+this[_0x3407e0(0x2e0)]()[0x0]+_0x3407e0(0x2b8)+this[_0x3407e0(0x1ea)]()[this[_0x3407e0(0x2e0)]()[0x0]]);}[a92_0x484c7a(0x1f5)](_0x182886){const _0x3b9110=a92_0x484c7a,_0x5275f7={};_0x5275f7[_0x3b9110(0x2a3)]=function(_0x2c9484,_0x277984){return _0x2c9484||_0x277984;},_0x5275f7[_0x3b9110(0x24e)]=_0x3b9110(0x33e);const _0x51dc4d=_0x5275f7,{testUUID:_0x4c97cd,testData:_0x40dbd5,testId:_0x5d4424}=_0x182886;if(_0x51dc4d[_0x3b9110(0x2a3)](!_0x40dbd5,!_0x5d4424))return logger[_0x3b9110(0x2ec)](_0x51dc4d[_0x3b9110(0x24e)]),{};const _0x24e0cf=this['getTestFrameworks']()[0x0],_0x3a733f=this[_0x3b9110(0x1ea)](),_0x144a87={};_0x144a87['depth']=0x2,_0x144a87['maxArrayLength']=0x3,logger[_0x3b9110(0x2ec)](_0x3b9110(0x2b6)+util[_0x3b9110(0x1e6)](_0x40dbd5,_0x144a87));const _0xba6dec=_0x40dbd5?.[_0x3b9110(0x1dc)]||[],_0x53c5ed=this[_0x3b9110(0x29f)](_0x40dbd5),_0x2bbbf6=this[_0x3b9110(0x1fc)](_0x40dbd5),_0x3f5c23=_0x40dbd5['fn']?_0x40dbd5['fn']['toString']():_0x40dbd5?.[_0x3b9110(0x2f8)]?_0x40dbd5[_0x3b9110(0x2f8)][_0x3b9110(0x2b2)][_0x3b9110(0x31f)]():null,_0x3525f9=this[_0x3b9110(0x1da)](_0x40dbd5),_0x1f66e9={[TestFrameworkConstants[_0x3b9110(0x332)]]:_0x24e0cf,[TestFrameworkConstants[_0x3b9110(0x29c)]]:_0x3a733f[_0x24e0cf],[TestFrameworkConstants[_0x3b9110(0x2b7)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants[_0x3b9110(0x272)]]:{},[TestFrameworkConstants[_0x3b9110(0x315)]]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants[_0x3b9110(0x27c)]]:_0x53c5ed,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x2bbbf6,[TestFrameworkConstants['KEY_TEST_ID']]:_0x5d4424,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x53c5ed,[TestFrameworkConstants[_0x3b9110(0x244)]]:_0x2bbbf6,[TestFrameworkConstants['KEY_TEST_CODE']]:_0x3f5c23,[TestFrameworkConstants[_0x3b9110(0x1ae)]]:_0x3525f9,[TestFrameworkConstants[_0x3b9110(0x31b)]]:_0x40dbd5[_0x3b9110(0x291)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x3b9110(0x224)]]:_0xba6dec[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0xba6dec,[TestFrameworkConstants[_0x3b9110(0x339)]]:_0x53c5ed,[TestFrameworkConstants[_0x3b9110(0x280)]]:{},[TestFrameworkConstants[_0x3b9110(0x28f)]]:{}};_0x40dbd5[_0x3b9110(0x23e)]&&(_0x1f66e9[TestFrameworkConstants[_0x3b9110(0x1c3)]]=_0x40dbd5[_0x3b9110(0x23e)]);logger[_0x3b9110(0x2ec)](_0x3b9110(0x200)+_0x53c5ed+',\x20testId='+_0x5d4424+_0x3b9110(0x305)+JSON[_0x3b9110(0x2fe)](_0x3525f9)+_0x3b9110(0x21e)+util[_0x3b9110(0x1e6)](_0xba6dec)+_0x3b9110(0x304)+_0x2bbbf6);const _0x3d2985={};return _0x3d2985[_0x5d4424]=_0x1f66e9,_0x3d2985;}[a92_0x484c7a(0x1cf)](_0x306116){const _0x16c6e6=a92_0x484c7a,_0x443af0={'BDplA':function(_0x2560a0,_0x2b3f23){return _0x2560a0===_0x2b3f23;},'BgvDu':_0x16c6e6(0x1d6),'mfcRu':'beforeAll','uEetI':_0x16c6e6(0x211),'eAuiV':'_ALL','NXKFh':function(_0x2d9808,_0x45761a){return _0x2d9808||_0x45761a;},'istrD':_0x16c6e6(0x269),'FnRGv':_0x16c6e6(0x29d),'rnGYW':function(_0x50af3c,_0x36ff19){return _0x50af3c>_0x36ff19;},'jMmes':_0x16c6e6(0x33f),'AQDsc':function(_0x40099b,_0x24172b){return _0x40099b===_0x24172b;},'mhdUo':_0x16c6e6(0x2fa),'qcCtj':_0x16c6e6(0x1f6),'WstFh':'passed','AbIWM':function(_0x7783cc,_0x145b26){return _0x7783cc!==_0x145b26;},'QbcDp':function(_0x5befa3,_0x21d94a,_0x26ce7d,_0xdf8637){return _0x5befa3(_0x21d94a,_0x26ce7d,_0xdf8637);},'abxJf':function(_0x25df57,_0x1b2326){return _0x25df57>_0x1b2326;},'KtcmZ':'[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','GTPjy':function(_0x8ddda6,_0x41435f){return _0x8ddda6>_0x41435f;}},{testUUID:_0x30a1d4,testData:_0x1081a3,testId:_0x5d1008}=_0x306116;if(_0x443af0['NXKFh'](!_0x1081a3,!_0x5d1008))return logger['debug'](_0x443af0[_0x16c6e6(0x1f0)]),{};const _0x3bbd01=this[_0x16c6e6(0x1b3)](TestFrameworkState['TEST'],HookState[_0x16c6e6(0x20a)]),_0x391e71=_0x3bbd01[_0x16c6e6(0x227)]()[_0x16c6e6(0x2ed)](_0x5d1008),_0x581990=_0x443af0[_0x16c6e6(0x1ba)](_0x391e71,{}),_0x1d32b4=_0x581990?_0x581990[TestFrameworkConstants[_0x16c6e6(0x280)]]||{}:{},_0x15cb98=_0x581990[TestFrameworkConstants[_0x16c6e6(0x31e)]];logger['debug']('[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20'+(_0x15cb98?Object[_0x16c6e6(0x238)](_0x15cb98)[_0x16c6e6(0x326)]:0x0)+'\x20attachments');let _0x48fe84=_0x443af0[_0x16c6e6(0x1eb)];if(_0x1081a3[_0x16c6e6(0x2c7)])_0x48fe84=_0x1081a3['result'];else{if(_0x1081a3[_0x16c6e6(0x2a9)]&&_0x443af0[_0x16c6e6(0x2fc)](_0x1081a3[_0x16c6e6(0x2a9)][_0x16c6e6(0x326)],0x0))_0x48fe84=_0x443af0[_0x16c6e6(0x203)];else _0x443af0[_0x16c6e6(0x2e6)](_0x1081a3[_0x16c6e6(0x30c)],_0x443af0[_0x16c6e6(0x219)])||_0x443af0[_0x16c6e6(0x21a)](_0x1081a3['status'],_0x443af0['qcCtj'])?_0x48fe84=_0x443af0[_0x16c6e6(0x319)]:_0x48fe84=_0x443af0[_0x16c6e6(0x1ff)];}const _0x149f4e={..._0x581990,[TestFrameworkConstants[_0x16c6e6(0x315)]]:_0x48fe84,[TestFrameworkConstants[_0x16c6e6(0x2d3)]]:_0x1081a3[_0x16c6e6(0x2aa)]||new Date()[_0x16c6e6(0x2d4)](),[TestFrameworkConstants[_0x16c6e6(0x1e7)]]:new Date()[_0x16c6e6(0x2d4)](),[TestFrameworkConstants[_0x16c6e6(0x280)]]:_0x1d32b4,[TestFrameworkConstants[_0x16c6e6(0x26e)]]:_0x581990[TestFrameworkConstants[_0x16c6e6(0x26e)]]||[],[TestFrameworkConstants[_0x16c6e6(0x28f)]]:{}};if(_0x443af0['BDplA'](_0x48fe84,_0x443af0[_0x16c6e6(0x203)])&&_0x1081a3['errorsDetailed']){const _0x146660=this['getJestFailureReason'](_0x1081a3),_0x53a3f9=this[_0x16c6e6(0x329)](_0x1081a3),_0x6de1a8=this['getJestFailureData'](_0x1081a3);_0x149f4e[TestFrameworkConstants[_0x16c6e6(0x2b5)]]=_0x53a3f9,_0x149f4e[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x146660,_0x149f4e[TestFrameworkConstants[_0x16c6e6(0x1b6)]]=_0x6de1a8;}_0x443af0[_0x16c6e6(0x2c0)](_0x1081a3[_0x16c6e6(0x325)],undefined)&&(_0x149f4e[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x1081a3[_0x16c6e6(0x325)]);_0x1081a3[_0x16c6e6(0x23e)]&&(_0x149f4e[TestFrameworkConstants[_0x16c6e6(0x1c3)]]=_0x1081a3['retryOf']);const _0x1c9cbe=_0x391e71?_0x391e71[TestFrameworkConstants[_0x16c6e6(0x31e)]]||{}:{},_0x277b9f=_0x391e71?_0x391e71[TestFrameworkConstants[_0x16c6e6(0x221)]]:_0x30a1d4,_0x570298=_0x443af0[_0x16c6e6(0x1f2)](getManualUploadLogs,_0x1c9cbe,_0x277b9f,_0x5d1008);if(_0x443af0[_0x16c6e6(0x1db)](_0x570298[_0x16c6e6(0x326)],0x0)){const _0x16e48f=_0x149f4e[TestFrameworkConstants[_0x16c6e6(0x26e)]]||[];_0x149f4e[TestFrameworkConstants['KEY_LOGS']]=[..._0x16e48f,..._0x570298];}const _0x430a59=_0x581990[TestFrameworkConstants[_0x16c6e6(0x293)]]||{},_0x50dfab=_0x581990[TestFrameworkConstants[_0x16c6e6(0x272)]]||{},_0x274fda={..._0x430a59},_0x505f7a=_0x274fda;Object[_0x16c6e6(0x238)](_0x50dfab)[_0x16c6e6(0x343)](_0x40238d=>{const _0x52d844=_0x16c6e6;!_0x505f7a[_0x40238d]&&(_0x505f7a[_0x40238d]=[]);const _0x2ccca8=new Set((_0x505f7a[_0x40238d]||[])[_0x52d844(0x208)](_0x24539e=>_0x24539e[TestFrameworkConstants[_0x52d844(0x2db)]]||_0x24539e[_0x52d844(0x1af)]));(_0x50dfab[_0x40238d]||[])[_0x52d844(0x343)](_0x47176c=>{const _0x148225=_0x52d844,_0x19863b=_0x47176c[TestFrameworkConstants[_0x148225(0x2db)]]||_0x47176c['hook_id'];if(!_0x2ccca8[_0x148225(0x239)](_0x19863b)){const _0x1429e2={..._0x47176c},_0x4d822f=_0x1429e2;!_0x4d822f[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]&&!_0x4d822f['event_ended_at']&&(_0x4d822f[TestFrameworkConstants[_0x148225(0x1cd)]]=new Date()[_0x148225(0x2d4)]()),!_0x4d822f[TestFrameworkConstants[_0x148225(0x1cb)]]&&!_0x4d822f['hook_result']&&(_0x4d822f[TestFrameworkConstants[_0x148225(0x1cb)]]=TestFrameworkConstants['DEFAULT_HOOK_RESULT']),_0x505f7a[_0x40238d][_0x148225(0x285)](_0x4d822f);}});});if(_0x306116[_0x16c6e6(0x2e2)]){this['mapTestHooks'](_0x306116[_0x16c6e6(0x2e2)]);const _0x4cef0d=this[_0x16c6e6(0x327)](_0x306116[_0x16c6e6(0x2e2)]),_0x1de921=this['getHooksForTest'](_0x306116['originalTest']);_0x1de921[_0x16c6e6(0x343)](_0x519d72=>{const _0x970c2e=_0x16c6e6,_0x1ea8f4=_0x4cef0d[_0x970c2e(0x2ed)](_0x519d72);if(_0x1ea8f4&&(_0x443af0[_0x970c2e(0x21a)](_0x1ea8f4[_0x970c2e(0x206)],_0x443af0['BgvDu'])||_0x443af0[_0x970c2e(0x21a)](_0x1ea8f4[_0x970c2e(0x206)],_0x443af0['mfcRu']))){const _0x2e6bf4=_0x1ea8f4[_0x970c2e(0x206)][_0x970c2e(0x1b1)]()['replace'](_0x443af0[_0x970c2e(0x275)],_0x443af0[_0x970c2e(0x2ff)]),_0x5a97c9=_0x2e6bf4;!_0x505f7a[_0x5a97c9]&&(_0x505f7a[_0x5a97c9]=[]);const _0x15f63c=_0x505f7a[_0x5a97c9][_0x970c2e(0x1e5)](_0x1582d8=>(_0x1582d8[TestFrameworkConstants[_0x970c2e(0x2db)]]||_0x1582d8[_0x970c2e(0x1af)])===_0x519d72);!_0x15f63c&&_0x505f7a[_0x5a97c9][_0x970c2e(0x285)]({'key':_0x5a97c9,[TestFrameworkConstants[_0x970c2e(0x2db)]]:_0x519d72,[TestFrameworkConstants[_0x970c2e(0x1cb)]]:TestFrameworkConstants[_0x970c2e(0x32f)],[TestFrameworkConstants[_0x970c2e(0x2be)]]:new Date()[_0x970c2e(0x2d4)](),[TestFrameworkConstants[_0x970c2e(0x1cd)]]:new Date()[_0x970c2e(0x2d4)](),[TestFrameworkConstants[_0x970c2e(0x31a)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x1ea8f4[_0x970c2e(0x28a)]||_0x1ea8f4[_0x970c2e(0x206)]+_0x970c2e(0x20e),[TestFrameworkConstants[_0x970c2e(0x280)]]:_0x1d32b4});}});}if(_0x1081a3['hooks']&&_0x443af0[_0x16c6e6(0x2fc)](_0x1081a3['hooks'][_0x16c6e6(0x326)],0x0))_0x149f4e[TestFrameworkConstants[_0x16c6e6(0x293)]]=_0x1081a3[_0x16c6e6(0x341)],logger['debug'](_0x443af0[_0x16c6e6(0x290)]);else _0x443af0[_0x16c6e6(0x278)](Object['keys'](_0x505f7a)[_0x16c6e6(0x326)],0x0)&&(_0x149f4e[TestFrameworkConstants[_0x16c6e6(0x293)]]=_0x505f7a,logger[_0x16c6e6(0x2ec)](_0x16c6e6(0x33c)+Object['keys'](_0x505f7a)[_0x16c6e6(0x277)](',')));const _0x371a1c=this[_0x16c6e6(0x29f)](_0x1081a3);logger[_0x16c6e6(0x2ec)](_0x16c6e6(0x243)+_0x371a1c+',\x20testId='+_0x5d1008+_0x16c6e6(0x255)+_0x48fe84+_0x16c6e6(0x2e8)+_0x1081a3[_0x16c6e6(0x325)]);_0x443af0[_0x16c6e6(0x21a)](_0x48fe84,_0x443af0[_0x16c6e6(0x203)])&&logger['debug'](_0x16c6e6(0x223)+_0x5d1008+_0x16c6e6(0x1dd)+_0x149f4e[TestFrameworkConstants[_0x16c6e6(0x2b5)]]+_0x16c6e6(0x1b2)+_0x149f4e[TestFrameworkConstants[_0x16c6e6(0x29e)]]?.['substring'](0x0,0xc8));const _0x50f697={};return _0x50f697[_0x5d1008]=_0x149f4e,_0x50f697;}['getJestTestScopes'](_0x57ab55){const _0x112b83=a92_0x484c7a,_0x2e1287={};_0x2e1287[_0x112b83(0x216)]=function(_0x1ac59b,_0x2aa6c8){return _0x1ac59b!==_0x2aa6c8;},_0x2e1287[_0x112b83(0x266)]=_0x112b83(0x33a);const _0x51f663=_0x2e1287,_0x5322ed={};_0x5322ed[_0x112b83(0x236)]=0x2,_0x5322ed[_0x112b83(0x225)]=0x3,logger['debug']('[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20'+util[_0x112b83(0x1e6)](_0x57ab55,_0x5322ed));const _0x2e9608=[];if(_0x57ab55&&_0x57ab55[_0x112b83(0x1ec)]){let _0x20fc36=_0x57ab55['parent'];while(_0x20fc36&&_0x20fc36[_0x112b83(0x28a)]&&_0x51f663[_0x112b83(0x216)](_0x20fc36['name'],'')&&_0x51f663[_0x112b83(0x216)](_0x20fc36[_0x112b83(0x28a)],_0x51f663['jiQnZ'])){_0x2e9608[_0x112b83(0x285)](_0x20fc36['name']),_0x20fc36=_0x20fc36[_0x112b83(0x1ec)];}}return _0x2e9608[_0x112b83(0x1cc)]();}[a92_0x484c7a(0x29f)](_0x59817a){const _0xa04e2=a92_0x484c7a,_0x4fb00a={};_0x4fb00a['vYoVE']='Unknown\x20Test';const _0x2223f8=_0x4fb00a;if(_0x59817a[_0xa04e2(0x28a)])return _0x59817a[_0xa04e2(0x28a)];if(_0x59817a[_0xa04e2(0x2ef)])return _0x59817a[_0xa04e2(0x2ef)];return _0x2223f8['vYoVE'];}[a92_0x484c7a(0x1da)](_0x396e14){const _0x2e5a98=a92_0x484c7a,_0x152c2b=[];if(_0x396e14[_0x2e5a98(0x2af)]&&Array[_0x2e5a98(0x229)](_0x396e14[_0x2e5a98(0x2af)]))return _0x396e14[_0x2e5a98(0x2af)][_0x2e5a98(0x208)](_0x5831ee=>_0x5831ee[_0x2e5a98(0x268)]('@')?_0x5831ee[_0x2e5a98(0x33d)](0x1):_0x5831ee);const _0x3487bc=this[_0x2e5a98(0x29f)](_0x396e14),_0x5c1a2e=_0x3487bc[_0x2e5a98(0x2de)](/@(\w+)/g);if(_0x5c1a2e)return _0x5c1a2e[_0x2e5a98(0x208)](_0x3ee42a=>_0x3ee42a[_0x2e5a98(0x2b1)](0x1));return _0x396e14[_0x2e5a98(0x1dc)]&&Array[_0x2e5a98(0x229)](_0x396e14[_0x2e5a98(0x1dc)])&&_0x396e14[_0x2e5a98(0x1dc)][_0x2e5a98(0x343)](_0x1605b0=>{const _0x44d502=_0x2e5a98,_0x11a557=_0x1605b0[_0x44d502(0x2de)](/@(\w+)/g);_0x11a557&&_0x11a557[_0x44d502(0x343)](_0x17ab52=>{const _0x447bde=_0x44d502,_0x47d815=_0x17ab52[_0x447bde(0x2b1)](0x1);!_0x152c2b[_0x447bde(0x318)](_0x47d815)&&_0x152c2b[_0x447bde(0x285)](_0x47d815);});}),_0x152c2b;}[a92_0x484c7a(0x1fc)](_0x273a5d){const _0x21b666=a92_0x484c7a,_0x414438={'gmWYv':function(_0x2f2c42,_0x1289b2){return _0x2f2c42(_0x1289b2);}};if(_0x273a5d[_0x21b666(0x2ca)])return _0x273a5d[_0x21b666(0x2ca)];if(_0x273a5d[_0x21b666(0x265)])try{const _0x296705=stackTrace[_0x21b666(0x311)](_0x273a5d['asyncError']),_0x425315=_0x414438[_0x21b666(0x2d2)](pickUserFrameFile,_0x296705);if(_0x425315)return _0x425315;logger[_0x21b666(0x2ec)](_0x21b666(0x257)+_0x296705[_0x21b666(0x326)]+')');}catch(_0x498a93){logger[_0x21b666(0x2ec)](_0x21b666(0x299)+util[_0x21b666(0x1c9)](_0x498a93));}return null;}[a92_0x484c7a(0x1c0)](_0x5615f8){const _0x575a02=a92_0x484c7a,_0x3fb5dd={};_0x3fb5dd[_0x575a02(0x2e3)]=function(_0x4f3436,_0x3224cc){return _0x4f3436>_0x3224cc;},_0x3fb5dd[_0x575a02(0x288)]='Unknown\x20error';const _0xdea601=_0x3fb5dd;if(_0x5615f8[_0x575a02(0x2a9)]&&_0xdea601['psFSE'](_0x5615f8[_0x575a02(0x2a9)][_0x575a02(0x326)],0x0))return util['inspect'](_0x5615f8[_0x575a02(0x2a9)][0x0]);if(_0x5615f8[_0x575a02(0x30f)])return _0x5615f8[_0x575a02(0x30f)];return _0xdea601['yMAjn'];}['getJestFailureType'](_0x3cb723){const _0x2c5e0b=a92_0x484c7a,_0x497924={};_0x497924[_0x2c5e0b(0x328)]=_0x2c5e0b(0x2f4),_0x497924[_0x2c5e0b(0x264)]=_0x2c5e0b(0x337),_0x497924[_0x2c5e0b(0x2b0)]=_0x2c5e0b(0x26b);const _0x1fe2a1=_0x497924,_0x26d12b=this[_0x2c5e0b(0x1c0)](_0x3cb723);if(_0x26d12b&&_0x26d12b[_0x2c5e0b(0x318)](_0x1fe2a1[_0x2c5e0b(0x328)]))return _0x1fe2a1['CcvXh'];return _0x1fe2a1[_0x2c5e0b(0x2b0)];}[a92_0x484c7a(0x2c1)](_0x54a197){const _0x3f7834=a92_0x484c7a,_0x5dfd53={'Pycet':function(_0x595468,_0x5405d5){return _0x595468(_0x5405d5);},'qeUGG':_0x3f7834(0x2d7),'Zggnm':function(_0x4434d8,_0x40ffec){return _0x4434d8!==_0x40ffec;},'tyWXV':_0x3f7834(0x232)},{failureData:_0x2fcf99}=_0x5dfd53['Pycet'](require,_0x5dfd53['qeUGG']),_0x15c0bf=[];return _0x5dfd53[_0x3f7834(0x25c)](_0x54a197['errorsDetailed'],undefined)&&_0x15c0bf[_0x3f7834(0x285)](_0x54a197['errorsDetailed'],_0x5dfd53['tyWXV']),_0x2fcf99[_0x3f7834(0x1d9)](null,_0x15c0bf);}async[a92_0x484c7a(0x2c6)](_0x40a19e,_0x20b5bb,_0x4755ef,_0x40e3ac){const _0x3aeb2a=a92_0x484c7a,_0x3f5971={'UZvYu':_0x3aeb2a(0x331),'HnGQQ':function(_0x425262){return _0x425262();},'VbCso':function(_0x2b17ff,_0x371e2d){return _0x2b17ff in _0x371e2d;},'KPNIn':function(_0x9ef4,_0x1d2fb){return _0x9ef4 in _0x1d2fb;},'dWgph':function(_0x2665a5,_0x469e8e){return _0x2665a5===_0x469e8e;},'PcKnW':function(_0x3be935,_0x347c28){return _0x3be935>_0x347c28;},'TBwha':_0x3aeb2a(0x33f),'FjHDo':_0x3aeb2a(0x1d0),'jmtLu':function(_0x1cc36b,_0x24b519){return _0x1cc36b===_0x24b519;},'KyCHq':_0x3aeb2a(0x24b),'SeuSE':function(_0x1fe59d,_0x5cf192){return _0x1fe59d!==_0x5cf192;}},{hookData:_0x29623f}=_0x40e3ac,_0x51a521=_0x4755ef[_0x3aeb2a(0x31f)](),_0x195284=_0x20b5bb['toString'](),_0x580e4f={};_0x580e4f[_0x3aeb2a(0x236)]=0x2,_0x580e4f[_0x3aeb2a(0x225)]=0x3,logger[_0x3aeb2a(0x2ec)](_0x3aeb2a(0x21f)+_0x195284+_0x3aeb2a(0x246)+_0x51a521+_0x3aeb2a(0x28b)+util[_0x3aeb2a(0x1e6)](_0x29623f,_0x580e4f));if(!_0x29623f)return logger['debug'](_0x3f5971[_0x3aeb2a(0x28d)]),{};const _0x317b95=_0x29623f[_0x3aeb2a(0x262)]||_0x29623f[_0x3aeb2a(0x292)]||_0x3f5971[_0x3aeb2a(0x245)](uuidv4),_0x1b1c5f=_0x29623f[_0x3aeb2a(0x324)]||this[_0x3aeb2a(0x21c)](_0x29623f),_0x35d9ac=_0x20b5bb[_0x3aeb2a(0x31f)]()['split']('.')[0x1],_0x31789f=_0x40a19e[_0x3aeb2a(0x227)]()['get'](_0x1b1c5f),_0x4df39e=_0x31789f?_0x31789f[TestFrameworkConstants[_0x3aeb2a(0x280)]]||{}:{};logger[_0x3aeb2a(0x2ec)](_0x3aeb2a(0x226)+_0x317b95+_0x3aeb2a(0x25f)+_0x1b1c5f+_0x3aeb2a(0x1ee)+_0x35d9ac+_0x3aeb2a(0x246)+_0x51a521);if(!_0x31789f)return logger[_0x3aeb2a(0x2ec)]('[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20'+_0x1b1c5f+_0x3aeb2a(0x322)),this[_0x3aeb2a(0x27b)](_0x40a19e,_0x1b1c5f,_0x20b5bb,_0x4755ef,_0x40e3ac),{};let _0x518d94=_0x31789f[TestFrameworkConstants[_0x3aeb2a(0x272)]];!_0x518d94&&(_0x518d94={});!_0x3f5971[_0x3aeb2a(0x32d)](_0x35d9ac,_0x518d94)&&(_0x518d94[_0x35d9ac]=[]);let _0xbf7c62=_0x31789f[TestFrameworkConstants[_0x3aeb2a(0x293)]];!_0xbf7c62&&(_0xbf7c62={});!_0x3f5971[_0x3aeb2a(0x24a)](_0x35d9ac,_0xbf7c62)&&(_0xbf7c62[_0x35d9ac]=[]);const _0x1e7ea2={[_0x1b1c5f]:{[TestFrameworkConstants[_0x3aeb2a(0x272)]]:_0x518d94,[TestFrameworkConstants[_0x3aeb2a(0x293)]]:_0xbf7c62,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x3aeb2a(0x2e0)]()[0x0]||'',[TestFrameworkConstants[_0x3aeb2a(0x29c)]]:this[_0x3aeb2a(0x1ea)]()[this[_0x3aeb2a(0x2e0)]()[0x0]]||''}};if(_0x3f5971['dWgph'](_0x4755ef,HookState[_0x3aeb2a(0x1c4)])){const _0x1e6a27={'key':_0x35d9ac,[TestFrameworkConstants[_0x3aeb2a(0x2db)]]:_0x317b95,[TestFrameworkConstants[_0x3aeb2a(0x1cb)]]:TestFrameworkConstants[_0x3aeb2a(0x32f)],[TestFrameworkConstants[_0x3aeb2a(0x2be)]]:_0x29623f[_0x3aeb2a(0x291)]||new Date()[_0x3aeb2a(0x2d4)](),[TestFrameworkConstants[_0x3aeb2a(0x31a)]]:[],[TestFrameworkConstants[_0x3aeb2a(0x1c2)]]:_0x29623f[_0x3aeb2a(0x28a)]||_0x29623f[_0x3aeb2a(0x1b8)]||_0x35d9ac,[TestFrameworkConstants[_0x3aeb2a(0x280)]]:_0x4df39e};_0x518d94[_0x35d9ac][_0x3aeb2a(0x285)](_0x1e6a27),_0x1e7ea2[_0x1b1c5f][TestFrameworkConstants[_0x3aeb2a(0x202)]]=_0x35d9ac;const _0x3a2dd7={};_0x3a2dd7[_0x3aeb2a(0x236)]=0x2,logger['debug'](_0x3aeb2a(0x24d)+_0x35d9ac+',\x20hookId='+_0x317b95+_0x3aeb2a(0x25f)+_0x1b1c5f+_0x3aeb2a(0x2dd)+util['inspect'](_0x1e6a27,_0x3a2dd7));}else{if(_0x3f5971[_0x3aeb2a(0x2e7)](_0x4755ef,HookState[_0x3aeb2a(0x20a)])){const _0x5485df=_0x29623f[_0x3aeb2a(0x2c7)]||(_0x29623f['errorsDetailed']&&_0x3f5971[_0x3aeb2a(0x270)](_0x29623f['errorsDetailed']['length'],0x0)?_0x3f5971[_0x3aeb2a(0x2ba)]:_0x3f5971[_0x3aeb2a(0x2d5)]),_0x295648=_0x518d94[_0x35d9ac]||[];logger[_0x3aeb2a(0x2ec)](_0x3aeb2a(0x23a)+_0x35d9ac+_0x3aeb2a(0x25f)+_0x1b1c5f+_0x3aeb2a(0x2b4)+_0x5485df+',\x20hooksListLength='+_0x295648[_0x3aeb2a(0x326)]);if(_0x3f5971[_0x3aeb2a(0x32e)](_0x295648[_0x3aeb2a(0x326)],0x0)&&_0x3f5971['dWgph'](_0x20b5bb,TestFrameworkState[_0x3aeb2a(0x228)]))return logger[_0x3aeb2a(0x2ec)](_0x3f5971[_0x3aeb2a(0x297)]),this[_0x3aeb2a(0x27b)](_0x40a19e,_0x1b1c5f,_0x20b5bb,_0x4755ef,_0x40e3ac),{};if(_0x3f5971[_0x3aeb2a(0x270)](_0x295648['length'],0x0)){const _0x2cc7f2=_0x295648[_0x3aeb2a(0x335)]();_0x3f5971[_0x3aeb2a(0x2e7)](_0x5485df,_0x3f5971[_0x3aeb2a(0x2ba)])&&_0x29623f[_0x3aeb2a(0x2a9)]?(_0x2cc7f2[TestFrameworkConstants[_0x3aeb2a(0x250)]]=this[_0x3aeb2a(0x329)](_0x29623f),_0x2cc7f2[TestFrameworkConstants[_0x3aeb2a(0x22b)]]=this['getJestFailureReason'](_0x29623f),_0x2cc7f2[TestFrameworkConstants[_0x3aeb2a(0x251)]]=this[_0x3aeb2a(0x2c1)](_0x29623f),logger[_0x3aeb2a(0x2ec)](_0x3aeb2a(0x23b)+_0x35d9ac+_0x3aeb2a(0x1dd)+_0x2cc7f2[TestFrameworkConstants[_0x3aeb2a(0x250)]]+_0x3aeb2a(0x1b2)+_0x2cc7f2[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]?.[_0x3aeb2a(0x2d8)](0x0,0xc8))):_0x2cc7f2[TestFrameworkConstants[_0x3aeb2a(0x1cb)]]=_0x3f5971[_0x3aeb2a(0x2d5)];_0x3f5971[_0x3aeb2a(0x313)](_0x5485df,TestFrameworkConstants[_0x3aeb2a(0x32f)])&&(_0x2cc7f2[TestFrameworkConstants[_0x3aeb2a(0x1cb)]]=_0x5485df);_0x2cc7f2[TestFrameworkConstants[_0x3aeb2a(0x1cd)]]=_0x29623f[_0x3aeb2a(0x2aa)]||new Date()[_0x3aeb2a(0x2d4)](),_0x2cc7f2[TestFrameworkConstants[_0x3aeb2a(0x280)]]=_0x4df39e;const _0x58c4c8=_0x2cc7f2[TestFrameworkConstants[_0x3aeb2a(0x2db)]];!_0xbf7c62[_0x35d9ac]&&(_0xbf7c62[_0x35d9ac]=[]);_0xbf7c62[_0x35d9ac][_0x3aeb2a(0x285)](_0x2cc7f2),_0x1e7ea2[_0x1b1c5f][TestFrameworkConstants[_0x3aeb2a(0x30a)]]=_0x35d9ac;const _0x21ff4a={};_0x21ff4a[_0x3aeb2a(0x236)]=0x2,logger['debug'](_0x3aeb2a(0x26c)+_0x35d9ac+_0x3aeb2a(0x1d7)+_0x58c4c8+_0x3aeb2a(0x2b4)+_0x5485df+_0x3aeb2a(0x2dd)+util[_0x3aeb2a(0x1e6)](_0x2cc7f2,_0x21ff4a));}}}return _0x1e7ea2;}[a92_0x484c7a(0x312)](_0x54d366){const _0x2ddd33=a92_0x484c7a,_0x70bdf9={};_0x70bdf9['sgamx']=_0x2ddd33(0x29a);const _0x435cf6=_0x70bdf9;try{const _0x2fc6b1=_0x54d366['test']?this[_0x2ddd33(0x21c)](_0x54d366[_0x2ddd33(0x232)]):_0x54d366['hookData'][_0x2ddd33(0x324)],_0x232dbd=_0x54d366[_0x2ddd33(0x2d6)],_0x5cfc11=_0x232dbd[_0x2ddd33(0x201)](),_0x228804=_0x232dbd[_0x2ddd33(0x227)]()['get'](_0x2fc6b1);if(!_0x228804)return logger[_0x2ddd33(0x2ec)](_0x2ddd33(0x213)+_0x2fc6b1),{};const {[TestFrameworkConstants[_0x2ddd33(0x332)]]:_0x4939ac=this[_0x2ddd33(0x2e0)]()[0x0]||'',[TestFrameworkConstants[_0x2ddd33(0x29c)]]:_0x22ccb0=this[_0x2ddd33(0x1ea)]()[this[_0x2ddd33(0x2e0)]()[0x0]]||'',[TestFrameworkConstants[_0x2ddd33(0x31b)]]:_0xbffa0d='',[TestFrameworkConstants[_0x2ddd33(0x2d3)]]:_0x446727=''}=_0x228804,_0x3d2dd0=_0x232dbd[_0x2ddd33(0x2c3)]()['toString']()['split']('.')[0x1],_0x57f645=_0x232dbd['getCurrentHookState']()['toString']()[_0x2ddd33(0x1e8)]('.')[0x1],_0x23fcee=global?.[_0x2ddd33(0x2f5)]?.[_0x2ddd33(0x28c)]?.[_0x2ddd33(0x28e)]||global[_0x2ddd33(0x1bf)]||0x0,_0x4bd305=_0x232dbd['getRef'](),_0x276b9e=Buffer['from'](JSON[_0x2ddd33(0x2fe)](_0x228804))[_0x2ddd33(0x31f)](_0x435cf6[_0x2ddd33(0x1ca)]),_0xf7b1f2={'hash':_0x5cfc11[_0x2ddd33(0x27f)](),'threadId':_0x5cfc11[_0x2ddd33(0x249)]()[_0x2ddd33(0x31f)](),'processId':_0x5cfc11[_0x2ddd33(0x2a6)]()[_0x2ddd33(0x31f)]()},_0x30a4bd={};_0x30a4bd[_0x2ddd33(0x2c8)]=_0x23fcee,_0x30a4bd[_0x2ddd33(0x2ad)]=_0x4939ac,_0x30a4bd[_0x2ddd33(0x1c5)]=_0x22ccb0,_0x30a4bd[_0x2ddd33(0x1fd)]=_0x3d2dd0,_0x30a4bd[_0x2ddd33(0x1e2)]=_0x57f645,_0x30a4bd['startedAt']=_0xbffa0d,_0x30a4bd['endedAt']=_0x446727,_0x30a4bd[_0x2ddd33(0x262)]=_0x4bd305,_0x30a4bd[_0x2ddd33(0x2f6)]=_0x276b9e,_0x30a4bd[_0x2ddd33(0x2d0)]=_0xf7b1f2,_0x30a4bd['test_identifier']=_0x2fc6b1;const _0x5ced4f=_0x30a4bd;return _0x5ced4f;}catch(_0x56fc24){return logger[_0x2ddd33(0x2fb)](_0x2ddd33(0x231)+util[_0x2ddd33(0x1c9)](_0x56fc24)),{};}}async['sendLogCreatedEvent'](_0x4c3ba3,_0x4015ba,_0x529a40){const _0x45db03=a92_0x484c7a,_0x19b3c6={'PFpQn':function(_0xa6b1ac,_0x4d1418){return _0xa6b1ac+_0x4d1418;},'DBvFE':_0x45db03(0x1f3),'cxgxp':'none','IsdWf':function(_0x2e8aa7,_0x435405){return _0x2e8aa7>_0x435405;},'XDvak':function(_0x59772b,_0x667c81,_0x3e9928,_0x28963e){return _0x59772b(_0x667c81,_0x3e9928,_0x28963e);},'fSfhf':function(_0x171077,_0xfed103){return _0x171077-_0xfed103;},'OgApI':function(_0x33e5af,_0x439752){return _0x33e5af===_0x439752;},'ygabL':function(_0x46611d,_0x436cb4){return _0x46611d/_0x436cb4;},'DdZSI':function(_0x5d11c4,_0x38befa){return _0x5d11c4<_0x38befa;},'PWQYt':function(_0x5283b4,_0x1c9308){return _0x5283b4*_0x1c9308;},'SRXsq':function(_0x18371c,_0x3e7ee3){return _0x18371c+_0x3e7ee3;},'FxflP':function(_0x3564f4,_0x372757){return _0x3564f4+_0x372757;},'OygET':function(_0x2696f0,_0x1d0f9f){return _0x2696f0>_0x1d0f9f;}};try{const _0xa83e55=_0x529a40[_0x45db03(0x1fe)]||_0x529a40[_0x45db03(0x22f)],_0x4d9b28=Array[_0x45db03(0x284)](_0x4c3ba3[_0x45db03(0x227)]()[_0x45db03(0x238)]()),_0x34de05=_0x4c3ba3[_0x45db03(0x227)]()[_0x45db03(0x2ed)](_0xa83e55);if(!_0x34de05){logger['debug'](_0x45db03(0x2cc)+_0xa83e55);return;}const {[TestFrameworkConstants[_0x45db03(0x332)]]:_0x50ec6d='',[TestFrameworkConstants[_0x45db03(0x29c)]]:_0x5c0fa0=''}=_0x34de05;let _0x24b261=[];_0x34de05&&_0x34de05[TestFrameworkConstants['KEY_LOGS']]&&Array[_0x45db03(0x229)](_0x34de05[TestFrameworkConstants['KEY_LOGS']])?(_0x24b261=_0x34de05[TestFrameworkConstants[_0x45db03(0x26e)]]||[],logger[_0x45db03(0x2ec)](_0x45db03(0x261)+_0x24b261['length']+'\x20logs\x20for\x20testId:\x20'+_0xa83e55),_0x4c3ba3['addMultipleEntries']({[_0xa83e55]:{[TestFrameworkConstants[_0x45db03(0x26e)]]:[],[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x45db03(0x29c)]]:this[_0x45db03(0x1ea)]()[this[_0x45db03(0x2e0)]()[0x0]]||''}}),logger[_0x45db03(0x2ec)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0xa83e55)):logger['debug'](_0x45db03(0x1d2)+_0xa83e55);logger[_0x45db03(0x2ec)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20'+_0x24b261[_0x45db03(0x326)]+_0x45db03(0x1d5)+_0xa83e55);const _0x1bb382=_0x24b261[_0x45db03(0x2bc)](_0x29ced0=>_0x29ced0[_0x45db03(0x314)]===_0x45db03(0x2e5));_0x19b3c6[_0x45db03(0x2bd)](_0x1bb382['length'],0x0)&&(logger['debug'](_0x45db03(0x2a0)+_0x1bb382[_0x45db03(0x326)]+'\x20screenshot\x20logs\x20for\x20testId:\x20'+_0xa83e55),_0x1bb382[_0x45db03(0x343)]((_0x137565,_0x507231)=>{const _0x22b01f=_0x45db03;logger[_0x22b01f(0x2ec)](_0x22b01f(0x1de)+_0x19b3c6[_0x22b01f(0x2dc)](_0x507231,0x1)+'/'+_0x1bb382['length']+_0x22b01f(0x295)+(_0x137565['test_identifier']||_0x19b3c6['DBvFE'])+_0x22b01f(0x24c)+(_0x137565[_0x22b01f(0x252)]||_0x19b3c6['DBvFE'])+_0x22b01f(0x279)+(_0x137565['hook_run_uuid']||_0x19b3c6[_0x22b01f(0x23f)])+',\x20messageLength='+(_0x137565[_0x22b01f(0x2c9)]?.[_0x22b01f(0x326)]||0x0));}));const _0x466c16=_0x34de05[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x4f656a=_0x19b3c6['XDvak'](getMediaArtifactsLogs,_0x466c16,null,_0xa83e55),_0x4d37c1=(_0x24b261||[])[_0x45db03(0x30e)](_0x4f656a||[]),_0x520e93=_0x1bb382?.[_0x45db03(0x326)]||0x0,_0x5b144d=_0x19b3c6[_0x45db03(0x2ae)](_0x24b261?.['length']||0x0,_0x520e93);logger[_0x45db03(0x2ec)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20'+_0xa83e55+_0x45db03(0x281)+_0x5b144d+_0x45db03(0x23d)+_0x520e93+_0x45db03(0x309)+(_0x4f656a?.['length']||0x0)+_0x45db03(0x218)+_0x4d37c1[_0x45db03(0x326)]);if(!_0x4d37c1||_0x19b3c6[_0x45db03(0x2a2)](_0x4d37c1[_0x45db03(0x326)],0x0)){logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0xa83e55);return;}const _0x360003=0x28,_0x3a58a7=Math[_0x45db03(0x317)](_0x19b3c6[_0x45db03(0x26d)](_0x4d37c1['length'],_0x360003));for(let _0x42635d=0x0;_0x19b3c6[_0x45db03(0x333)](_0x42635d,_0x3a58a7);_0x42635d++){const _0x371846=_0x19b3c6['PWQYt'](_0x42635d,_0x360003),_0x38a5d3=_0x19b3c6[_0x45db03(0x2f9)](_0x371846,_0x360003),_0x5742b6=_0x4d37c1['slice'](_0x371846,_0x38a5d3),_0x141007=global?.[_0x45db03(0x2e9)]??0x0,_0x23a6df={'platformIndex':_0x141007,'logs':_0x5742b6,'testFrameworkName':_0x50ec6d,'testFrameworkVersion':_0x5c0fa0,'testFrameworkState':_0x4015ba[_0x45db03(0x31f)]()[_0x45db03(0x1e8)]('.')[0x1]},_0x38f046={};_0x38f046[_0x45db03(0x236)]=0x3,_0x38f046[_0x45db03(0x225)]=0x5,logger[_0x45db03(0x2ec)](_0x45db03(0x1d8)+_0x19b3c6[_0x45db03(0x212)](_0x42635d,0x1)+'/'+_0x3a58a7+_0x45db03(0x303)+_0xa83e55+_0x45db03(0x207)+_0x5742b6[_0x45db03(0x326)]+',\x20platformIndex:\x20'+_0x141007+',\x20payload:\x20'+util[_0x45db03(0x1e6)](_0x23a6df,_0x38f046));const _0x28616e=await GrpcClient[_0x45db03(0x30d)]()[_0x45db03(0x2ab)](_0x23a6df);logger['debug'](_0x45db03(0x1d8)+_0x19b3c6[_0x45db03(0x212)](_0x42635d,0x1)+'/'+_0x3a58a7+_0x45db03(0x303)+_0xa83e55+_0x45db03(0x1bd)+util[_0x45db03(0x1e6)](_0x28616e));}_0x4f656a&&_0x19b3c6[_0x45db03(0x241)](_0x4f656a[_0x45db03(0x326)],0x0)&&_0x34de05[TestFrameworkConstants[_0x45db03(0x31e)]]&&_0x4c3ba3[_0x45db03(0x1bb)]({[_0xa83e55]:{[TestFrameworkConstants[_0x45db03(0x31e)]]:{},[TestFrameworkConstants[_0x45db03(0x332)]]:this[_0x45db03(0x2e0)]()[0x0]||'',[TestFrameworkConstants[_0x45db03(0x29c)]]:this[_0x45db03(0x1ea)]()[this['getTestFrameworks']()[0x0]]||''}}),logger[_0x45db03(0x2ec)](_0x45db03(0x209)+_0xa83e55+_0x45db03(0x1b0)+_0x3a58a7);}catch(_0x117863){logger['error'](_0x45db03(0x330)+(_0x529a40[_0x45db03(0x1fe)]||_0x529a40[_0x45db03(0x22f)])+_0x45db03(0x342)+util[_0x45db03(0x1c9)](_0x117863));}}[a92_0x484c7a(0x27b)](_0x1281fb,_0x104500,_0x378c0e,_0x2d8585,_0x532248){const _0x22ae05=a92_0x484c7a,_0x817178={};_0x817178[_0x22ae05(0x340)]=function(_0x545a5d,_0x185e8e){return _0x545a5d===_0x185e8e;},_0x817178['aeBtz']=_0x22ae05(0x289);const _0x198d17=_0x817178,{hookData:_0x2cdb48}=_0x532248,_0x16f535={'testId':_0x104500,'testFrameworkState':_0x378c0e,'hookState':_0x2d8585,'args':_0x532248,'timestamp':new Date()[_0x22ae05(0x2d4)]()};if(_0x198d17[_0x22ae05(0x340)](_0x378c0e,TestFrameworkState['BEFORE_ALL'])&&_0x2cdb48){const _0x242f58={};_0x242f58[_0x22ae05(0x2eb)]=_0x2cdb48[_0x22ae05(0x2ca)]||_0x2cdb48[_0x22ae05(0x222)],_0x242f58[_0x22ae05(0x234)]=_0x2cdb48[_0x22ae05(0x234)]||_0x2cdb48[_0x22ae05(0x1dc)]&&_0x2cdb48[_0x22ae05(0x1dc)][0x0]||'',_0x242f58[_0x22ae05(0x1d4)]=_0x198d17[_0x22ae05(0x336)],_0x16f535[_0x22ae05(0x2da)]=_0x242f58,logger[_0x22ae05(0x2ec)](_0x22ae05(0x210)+_0x104500+_0x22ae05(0x271)+_0x16f535[_0x22ae05(0x2da)][_0x22ae05(0x2eb)]+',\x20scope:\x20'+_0x16f535['hookMetadata'][_0x22ae05(0x234)]);}_0x1281fb[_0x22ae05(0x302)](_0x104500,_0x16f535),logger['debug'](_0x22ae05(0x1df)+_0x104500+_0x22ae05(0x2fd)+_0x378c0e+_0x22ae05(0x220)+_0x2d8585);}async[a92_0x484c7a(0x1bc)](_0x280aae,_0x324346){const _0x1e022d=a92_0x484c7a,_0x40d819={};_0x40d819[_0x1e022d(0x301)]=function(_0x5b8a24,_0x57c32a){return _0x5b8a24>_0x57c32a;},_0x40d819[_0x1e022d(0x2bf)]=function(_0x354814,_0xf6af0e){return _0x354814===_0xf6af0e;},_0x40d819[_0x1e022d(0x2c2)]=function(_0x1556fc,_0x466b77){return _0x1556fc===_0x466b77;},_0x40d819[_0x1e022d(0x1f8)]=function(_0x532e6e,_0x45b39b){return _0x532e6e===_0x45b39b;},_0x40d819[_0x1e022d(0x1e1)]=_0x1e022d(0x1c7);const _0x4ce268=_0x40d819;if(_0x280aae[_0x1e022d(0x2f1)](_0x324346)){const _0x25722a=_0x280aae['getPendingHooks'](_0x324346);logger[_0x1e022d(0x2ec)](_0x1e022d(0x2cb)+_0x25722a[_0x1e022d(0x326)]+_0x1e022d(0x2f0)+_0x324346);for(const _0x43dc34 of _0x25722a){try{const _0x4a3a55=await this[_0x1e022d(0x2c6)](_0x280aae,_0x43dc34[_0x1e022d(0x1fd)],_0x43dc34[_0x1e022d(0x1e2)],_0x43dc34[_0x1e022d(0x282)]);_0x4a3a55&&_0x4ce268[_0x1e022d(0x301)](Object['keys'](_0x4a3a55)[_0x1e022d(0x326)],0x0)&&_0x280aae[_0x1e022d(0x1bb)](_0x4a3a55),await this['runHooks'](_0x280aae,_0x43dc34[_0x1e022d(0x1fd)],_0x43dc34[_0x1e022d(0x1e2)],_0x43dc34['args']);}catch(_0x48523c){logger[_0x1e022d(0x2fb)](_0x1e022d(0x30b)+_0x324346+',\x20error:\x20'+_0x48523c);}}_0x280aae[_0x1e022d(0x204)](_0x324346),logger[_0x1e022d(0x2ec)](_0x1e022d(0x22e)+_0x324346);}const _0x5d512e=_0x280aae[_0x1e022d(0x227)]()['get'](_0x324346);if(_0x5d512e){const _0x1a40d1=_0x5d512e[TestFrameworkConstants[_0x1e022d(0x242)]]||_0x5d512e[TestFrameworkConstants['KEY_TEST_LOCATION']],_0x30f19f=_0x5d512e[TestFrameworkConstants[_0x1e022d(0x224)]]||_0x5d512e[TestFrameworkConstants[_0x1e022d(0x1c6)]]&&_0x5d512e[TestFrameworkConstants['KEY_TEST_SCOPES']][0x0]||'';logger[_0x1e022d(0x2ec)]('[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20'+_0x1a40d1+',\x20scope:\x20'+_0x30f19f);const _0x4b30ab=_0x280aae['getAllPendingHookTestIds']();for(const _0x19230c of _0x4b30ab){if(_0x4ce268[_0x1e022d(0x2bf)](_0x19230c,_0x324346))continue;if(_0x280aae[_0x1e022d(0x2f1)](_0x19230c)){const _0x2956e2=_0x280aae[_0x1e022d(0x32a)](_0x19230c);for(const _0x4169ae of _0x2956e2){if(_0x4ce268[_0x1e022d(0x2bf)](_0x4169ae[_0x1e022d(0x1fd)],TestFrameworkState['BEFORE_ALL'])&&_0x4169ae['hookMetadata']){const _0x3e5b84=_0x4169ae[_0x1e022d(0x2da)][_0x1e022d(0x2eb)],_0x4cfea6=_0x4169ae[_0x1e022d(0x2da)]['scope'];if(_0x4ce268[_0x1e022d(0x2bf)](_0x3e5b84,_0x1a40d1)&&_0x4ce268['fqoOO'](_0x4cfea6,_0x30f19f)){logger[_0x1e022d(0x2ec)]('[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20'+_0x19230c+_0x1e022d(0x240)+_0x324346+_0x1e022d(0x271)+_0x3e5b84+',\x20scope:\x20'+_0x4cfea6);_0x4169ae['args']&&_0x4169ae['args'][_0x1e022d(0x2ce)]&&(_0x4169ae[_0x1e022d(0x282)][_0x1e022d(0x2ce)][_0x1e022d(0x324)]=_0x324346,logger[_0x1e022d(0x2ec)]('[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20'+_0x19230c+_0x1e022d(0x21b)+_0x324346));try{const _0x3a2621=await this[_0x1e022d(0x2c6)](_0x280aae,_0x4169ae[_0x1e022d(0x1fd)],_0x4169ae['hookState'],_0x4169ae[_0x1e022d(0x282)]);_0x3a2621&&_0x4ce268[_0x1e022d(0x301)](Object[_0x1e022d(0x238)](_0x3a2621)[_0x1e022d(0x326)],0x0)&&_0x280aae[_0x1e022d(0x1bb)](_0x3a2621);await this[_0x1e022d(0x2a8)](_0x280aae,_0x4169ae['testFrameworkState'],_0x4169ae[_0x1e022d(0x1e2)],_0x4169ae['args']);const _0xa21df7=_0x280aae['getPendingHooks'](_0x19230c)[_0x1e022d(0x2bc)](_0xbd53f8=>_0xbd53f8!==_0x4169ae);if(_0x4ce268[_0x1e022d(0x1f8)](_0xa21df7[_0x1e022d(0x326)],0x0))_0x280aae['removePendingHooks'](_0x19230c);else{_0x280aae['removePendingHooks'](_0x19230c);for(const _0x44901e of _0xa21df7){_0x280aae[_0x1e022d(0x302)](_0x19230c,_0x44901e);}}logger['debug'](_0x4ce268['GwWwT']);}catch(_0x3fe85e){logger['error'](_0x1e022d(0x2cd)+_0x324346+_0x1e022d(0x342)+_0x3fe85e);}}}}}}}}[a92_0x484c7a(0x24f)](_0x4c507b){const _0x1a49f7=a92_0x484c7a,_0x5956f0={'QzuyK':function(_0x35712f){return _0x35712f();}};if(!_0x4c507b||!_0x4c507b[_0x1a49f7(0x1ec)])return;_0x4c507b[_0x1a49f7(0x1ec)]['hooks']&&Array['isArray'](_0x4c507b['parent'][_0x1a49f7(0x341)])&&_0x4c507b[_0x1a49f7(0x1ec)][_0x1a49f7(0x341)]['forEach'](_0x2e2ce2=>{const _0x35bc16=_0x1a49f7;!_0x2e2ce2['hookAnalyticsId']&&!_0x2e2ce2['hookUUID']&&(_0x2e2ce2['hookAnalyticsId']=_0x5956f0['QzuyK'](uuidv4),_0x2e2ce2['hookUUID']=_0x2e2ce2[_0x35bc16(0x292)],logger[_0x35bc16(0x2ec)]('[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type='+_0x2e2ce2['type']+',\x20hookUUID='+_0x2e2ce2[_0x35bc16(0x292)]));}),this[_0x1a49f7(0x24f)](_0x4c507b[_0x1a49f7(0x1ec)]);}['getHooksForTest'](_0x582edd){const _0x39d462=a92_0x484c7a,_0x11eb76={'GkBXC':function(_0x34d7ba,_0x19bc8d){return _0x34d7ba(_0x19bc8d);}};if(!_0x582edd||!_0x582edd[_0x39d462(0x1ec)])return[];const _0x44b689=[];return _0x582edd['parent'][_0x39d462(0x341)]&&Array[_0x39d462(0x229)](_0x582edd[_0x39d462(0x1ec)][_0x39d462(0x341)])&&_0x582edd[_0x39d462(0x1ec)][_0x39d462(0x341)][_0x39d462(0x343)](_0x56a6c2=>{const _0x2c2c05=_0x39d462,_0x5b51ee=_0x56a6c2[_0x2c2c05(0x292)]||_0x56a6c2[_0x2c2c05(0x26f)];_0x5b51ee&&!this[_0x2c2c05(0x1be)](_0x56a6c2)&&!_0x11eb76['GkBXC'](isInternalHook,_0x56a6c2['fn'])&&_0x44b689['push'](_0x5b51ee);}),[..._0x44b689,...this[_0x39d462(0x1fb)](_0x582edd['parent'])];}['buildHookMapFromTest'](_0x433814){const _0x24f363=a92_0x484c7a,_0x28526b={'gJYTd':function(_0x2d2f52,_0x1a5868){return _0x2d2f52(_0x1a5868);},'FKFqR':_0x24f363(0x29d),'ojzgl':function(_0x1be657,_0x35fabd){return _0x1be657(_0x35fabd);}},_0x3b47ad=new Map(),_0x438a72=_0x287cf6=>{const _0x3a113a=_0x24f363;if(!_0x287cf6||!_0x287cf6[_0x3a113a(0x1ec)])return;_0x287cf6['parent']['hooks']&&Array[_0x3a113a(0x229)](_0x287cf6[_0x3a113a(0x1ec)][_0x3a113a(0x341)])&&_0x287cf6[_0x3a113a(0x1ec)][_0x3a113a(0x341)][_0x3a113a(0x343)](_0x769304=>{const _0x505f6d=_0x3a113a,_0x1e87e1=_0x769304[_0x505f6d(0x292)]||_0x769304[_0x505f6d(0x26f)];if(_0x1e87e1&&!this[_0x505f6d(0x1be)](_0x769304)&&!_0x28526b[_0x505f6d(0x294)](isInternalHook,_0x769304['fn'])){const _0x57caa8={};_0x57caa8[_0x505f6d(0x206)]=_0x769304[_0x505f6d(0x206)]||_0x28526b['FKFqR'],_0x57caa8[_0x505f6d(0x28a)]=_0x769304[_0x505f6d(0x28a)]||'\x22'+_0x769304['type']+_0x505f6d(0x267),_0x3b47ad[_0x505f6d(0x20c)](_0x1e87e1,_0x57caa8);}}),_0x28526b[_0x3a113a(0x294)](_0x438a72,_0x287cf6['parent']);};return _0x28526b['ojzgl'](_0x438a72,_0x433814),_0x3b47ad;}[a92_0x484c7a(0x1be)](_0xdfe59b){const _0x3b4a8b=a92_0x484c7a,_0x27fc78={};_0x27fc78[_0x3b4a8b(0x27a)]=_0x3b4a8b(0x1d3),_0x27fc78[_0x3b4a8b(0x1c1)]='[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}';const _0xddfaa9=_0x27fc78;try{const _0x465c5e=this[_0x3b4a8b(0x247)](_0xdfe59b);if(!_0x465c5e||_0x465c5e['includes'](_0xddfaa9[_0x3b4a8b(0x27a)]))return!![];return![];}catch(_0x756b58){logger[_0x3b4a8b(0x2ec)](_0xddfaa9['RVBbx']);}return![];}[a92_0x484c7a(0x247)](_0x7c0da7){const _0x1fdfaa=a92_0x484c7a,_0x1f8226={'GMUYU':function(_0x4020e7,_0x4fc713){return _0x4020e7(_0x4fc713);}};if(_0x7c0da7[_0x1fdfaa(0x230)])return _0x7c0da7[_0x1fdfaa(0x230)];if(_0x7c0da7['asyncError'])try{const _0x4668af=stackTrace[_0x1fdfaa(0x311)](_0x7c0da7['asyncError']),_0xd0b795=_0x1f8226[_0x1fdfaa(0x308)](pickUserFrameFile,_0x4668af);if(_0xd0b795)return _0xd0b795;logger['debug']('[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length='+_0x4668af['length']+')');}catch(_0x6865c2){logger['debug']('[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20'+util['format'](_0x6865c2));}return null;}}module[a92_0x484c7a(0x233)]=JestTestFramework;
|
|
1
|
+
const a92_0xf0f99=a92_0x2f27;function a92_0x2f27(_0x664b30,_0x4aba66){const _0x3d1e74=a92_0x3d1e();return a92_0x2f27=function(_0x2f276e,_0x38ac5f){_0x2f276e=_0x2f276e-0x1b9;let _0x5536c1=_0x3d1e74[_0x2f276e];return _0x5536c1;},a92_0x2f27(_0x664b30,_0x4aba66);}(function(_0x331a25,_0x2ae8c0){const _0x1e6a42=a92_0x2f27,_0x384a93=_0x331a25();while(!![]){try{const _0x1aa69b=parseInt(_0x1e6a42(0x2e0))/0x1*(parseInt(_0x1e6a42(0x309))/0x2)+parseInt(_0x1e6a42(0x259))/0x3*(parseInt(_0x1e6a42(0x329))/0x4)+-parseInt(_0x1e6a42(0x317))/0x5*(-parseInt(_0x1e6a42(0x229))/0x6)+-parseInt(_0x1e6a42(0x32d))/0x7+parseInt(_0x1e6a42(0x336))/0x8*(parseInt(_0x1e6a42(0x2cc))/0x9)+parseInt(_0x1e6a42(0x2c0))/0xa+parseInt(_0x1e6a42(0x24d))/0xb*(-parseInt(_0x1e6a42(0x271))/0xc);if(_0x1aa69b===_0x2ae8c0)break;else _0x384a93['push'](_0x384a93['shift']());}catch(_0x2776ec){_0x384a93['push'](_0x384a93['shift']());}}}(a92_0x3d1e,0x87542));const TestFramework=require(a92_0xf0f99(0x23e)),TestFrameworkState=require(a92_0xf0f99(0x22e)),HookState=require(a92_0xf0f99(0x2ba)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a92_0xf0f99(0x20e)),CLIUtils=require(a92_0xf0f99(0x2cd)),TrackedInstance=require(a92_0xf0f99(0x2d5)),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),{getManualUploadLogs,getMediaArtifactsLogs}=require(a92_0xf0f99(0x2a1)),{isInternalHook}=require(a92_0xf0f99(0x21b)),logger=createClassLogger(a92_0xf0f99(0x1d2)),{v4:uuidv4}=require(a92_0xf0f99(0x2c6)),util=require('util'),TestInfo=require(a92_0xf0f99(0x247)),GrpcClient=require(a92_0xf0f99(0x303)),stackTrace=require(a92_0xf0f99(0x315)),{pickUserFrameFile}=require(a92_0xf0f99(0x2f6));function a92_0x3d1e(){const _0x207f4b=[',\x20testFramework=','../../../helpers/helper.js','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','getThreadId','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','started_at','Assert','CGrUz','asyncError',',\x20hookUUID=','location','KEY_TEST_STARTED_AT','match','KEY_TEST_LOGS','hookType','KGzat','removePendingHooks',',\x20hookType=','substring','warn','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','KMCMr',',\x20payload:\x20','LOG_REPORT','find','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','../state/hookState.js',',\x20storing\x20as\x20pending\x20hook','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','getTestFrameworks','file','testId','4254290fpdnVw','CgCKI','getAllData','format','isJestInternalHook','stringify','uuid','ZJXVr','setActiveHook','mHGBX','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','450SOFalO','../cliUtils.js','filePath','getJestTestIdentifier','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','getJestFailureReason',',\x20testData=','KEY_TEST_RESULT','KEY_HOOKS_FINISHED','../instances/trackedInstance.js','KEY_CUSTOM_TAGS','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','JjeSG','test','__workerDetails','parallelIndex','JYqGT','failed','fQXQY','getAllPendingHookTestIds','19zHASwo','debug','kubzL','concat','hookMetadata','KEY_TEST_TAGS','hookAnalyticsId','_ALL','inspect','type','parseJestTest','getContext','UtMOT','getJestTestName','hook_type','GhSIB','ZXaGn','KEY_TEST_ENDED_AT','event_ended_at','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','hookUUID','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','../../../helpers/stackFrameUtils','name','trackJestInstance:\x20instance\x20already\x20exists','HyoHY','FTpQI',',\x20hookData=','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','KEY_TEST_FRAMEWORK_NAME','skip','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','KEY_EVENT_STARTED_AT',',\x20state=','KEY_TEST_NAME','../grpcClient','oTuGa','get','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','file_name','rFqpf','80492CyHGFA','YNVcX','passed','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','instance','KEY_TEST_FAILURE_TYPE','browserstackPlatformIndex','PngYb','isArray','runHooks','push','stack-trace','retryOf','225WYGnbI','Unknown\x20Test','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','\x20for\x20testId:\x20','ZmGsh','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','TstrJ','getJestTestScopes','KEY_TEST_CODE','jest-circus','originalTest','Vrvdq','KEY_TEST_ID','failure_reason','YnGIm','errorsDetailed','getJestTestTags','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','12FXLFzm',',\x20hooksListLength=',',\x20hook_run_uuid=','__bstackPlatformIndex','6198955QRPasF','DEFAULT_HOOK_RESULT','hook_id','kLWFn','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','KEY_HOOKS_STARTED','reverse','\x20hook','14592fKTfjR','\x20(testIdentifier),\x20result=','KEY_HOOK_ID','gPOZm','Unknown\x20error','PxgGF','kZVWM','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','POST','getRootParentFile','urgVJ','bqvSm','args','hooks','KEY_TEST_META','status','swPmX','ZGzKc','DEFAULT_TEST_RESULT',',\x20failureReason=','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','VRalC','KEY_TEST_FAILURE_REASON','KEY_HOOK_LAST_STARTED',',\x20version=','workerInfo','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','KEY_TEST_SCOPE','createContext','pvKmO','eyDYS','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','KEY_AUTOMATE_SESSION_NAME','getPendingHooks','testFrameworkState','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','activeHooks','KEY_TEST_SCOPES','getTestFrameworksVersions','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','message','resolveInstance','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','JestTestFramework','duration','title','FWucv','startedAt',',\x20error:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','map','KEY_TEST_ATTACHMENTS','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','TEST','qrGfu','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','has','getInstance','pid','jZBbF','KEY_TEST_FILE_PATH','storePendingHook','\x20screenshot\x20logs\x20for\x20testId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','GdZZX','kind','KIEFi',',\x20hookState=','QkCwz','KEY_TEST_LOCATION','set','getJestFailureData',',\x20testId=','from','uumxK','result','getCurrentInstanceName','scopes','toUpperCase','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','KEY_HOOK_NAME','OMndK','test_identifier','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','aQWHV','elwYR','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','testData','FdNPD','fLYeG','IbVlI',',\x20test_run_uuid=','trackEvent','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','FaOru','test_run_uuid','\x20to\x20','mapTestHooks','PRE','pKIVR','addMultipleEntries','parseJestTestResult','../instances/testFrameworkInstance.js',',\x20contextId=','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','endedAt','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','unknown','KEY_TEST_DURATION','getId','createTestFrameworkEventPayload','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','Processing\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','../../../helpers/test-observability/utils','ICtLf',',\x20totalHooks=','slice','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','sendLogCreatedEvent','KatDq','fJonh','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','getJestTestFilePath','getHooksForTest','KEY_LOGS','trackJestInstance','AssertionError','115434FaYeWp','KEY_HOOK_RESULT','\x20pending\x20hooks\x20for\x20testId:\x20',',\x20consoleLogs:\x20','bTeCX','../state/testFrameworkState.js','KEY_TEST_FRAMEWORK_VERSION','exports','trackJestInstance:\x20created\x20instance\x20for\x20target=','error','nmdZq','scope','klrLK',',\x20response=','findIndex','beforeAll','Error\x20in\x20createTestFrameworkEventPayload:\x20','length','CWryJ','finished_at',',\x20scope:\x20','./testFramework','EJMGy',',\x20state:\x20','BTozR',',\x20hookState:\x20','\x20(testIdentifier),\x20tags=','getProcessId','depth','split','../TestInfo.js','keys','hookState','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','KEY_HOOK_FAILURE_REASON','BEFORE_ALL','66yrnGJz','kOZBl','tags','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20',',\x20exception=',',\x20totalLogs:\x20','forEach','zkunW','OWAPJ','testUUID','\x20files','833511gXhitE','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','ZcVDw','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','KEY_TEST_RETRY_OF','poPaa','getTrackedInstance','KEY_TEST_RESULT_AT','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','ceil','MgMqX','setTrackedInstance','apply','processPendingHooks','toString','KEY_HOOK_FAILURE','testFrameworkName','test_run_id','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20',',\x20logsInBatch:\x20','NIrXo','vrWkB','KEY_EVENT_ENDED_AT','3081396GPsftH','XHCEl','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','hookData','body','trackHookEvent','getRef','xvdni','ROOT_DESCRIBE_BLOCK','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','hasPendingHooks','buildHookMapFromTest','join','maxArrayLength',',\x20hookId=','SYfUh','\x20-\x20testId:\x20','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','KEY_HOOK_LOGS','qxyRd','toISOString',',\x20result=','substr','KEY_TEST_UUID','parent','dJYbi','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','logCreatedEvent','getActiveHook',',\x20hook=','hook_run_uuid','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','CpGzM','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','DflRT','\x20(testIdentifier),\x20hookType=','replace','\x22\x20from\x20testData','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','ByODU','includes','KEY_HOOK_FAILURE_TYPE','testFrameworkVersion','getJestFailureType','mkivS','ghcmg'];a92_0x3d1e=function(){return _0x207f4b;};return a92_0x3d1e();}class JestTestFramework extends TestFramework{constructor(_0x17dd1d,_0x2e3ec6,_0x34f5b0){const _0x491f0d=a92_0xf0f99;super(_0x17dd1d,_0x2e3ec6,_0x34f5b0),this[_0x491f0d(0x1cb)]=new Map();}[a92_0xf0f99(0x2c8)](_0x2593f9,_0x44f5a0,_0x4d80ef){const _0x2e26ab=a92_0xf0f99,_0x48e5c9={};_0x48e5c9[_0x2e26ab(0x325)]=function(_0x26ae03,_0x1b2aa0){return _0x26ae03||_0x1b2aa0;};const _0x3dcf3a=_0x48e5c9;if(_0x3dcf3a[_0x2e26ab(0x325)](!_0x2593f9,!_0x44f5a0)){logger['warn'](_0x2e26ab(0x1c1)+_0x2593f9+_0x2e26ab(0x2a9)+_0x44f5a0);return;}!this[_0x2e26ab(0x1cb)][_0x2e26ab(0x1e0)](_0x2593f9)&&this['activeHooks'][_0x2e26ab(0x1ee)](_0x2593f9,[]);const _0x17d87d={'hookUUID':_0x44f5a0,'hookType':_0x4d80ef,'startedAt':new Date()['toISOString']()};this[_0x2e26ab(0x1cb)][_0x2e26ab(0x305)](_0x2593f9)[_0x2e26ab(0x314)](_0x17d87d),logger['debug'](_0x2e26ab(0x21f)+_0x2593f9+_0x2e26ab(0x2a9)+_0x44f5a0+_0x2e26ab(0x2b1)+_0x4d80ef+_0x2e26ab(0x21d)+this[_0x2e26ab(0x1cb)][_0x2e26ab(0x305)](_0x2593f9)[_0x2e26ab(0x23a)]);}['removeActiveHook'](_0x4885c7,_0x64975b){const _0x366605=a92_0xf0f99,_0x135865={};_0x135865['elwYR']=function(_0xab281d,_0x3670ca){return _0xab281d||_0x3670ca;},_0x135865['UtMOT']=function(_0x19705f,_0x1f8e2c){return _0x19705f!==_0x1f8e2c;},_0x135865[_0x366605(0x272)]=function(_0x3fc8d2,_0x50ac68){return _0x3fc8d2===_0x50ac68;};const _0x3e2d38=_0x135865;if(_0x3e2d38[_0x366605(0x1fd)](!_0x4885c7,!_0x64975b)){logger[_0x366605(0x2b3)](_0x366605(0x212)+_0x4885c7+',\x20hookUUID='+_0x64975b);return;}if(this['activeHooks']['has'](_0x4885c7)){const _0x33ef40=this[_0x366605(0x1cb)][_0x366605(0x305)](_0x4885c7),_0x5b53ac=_0x33ef40[_0x366605(0x237)](_0x21f26b=>_0x21f26b[_0x366605(0x2f4)]===_0x64975b);_0x3e2d38[_0x366605(0x2ec)](_0x5b53ac,-0x1)?(_0x33ef40['splice'](_0x5b53ac,0x1),logger[_0x366605(0x2e1)](_0x366605(0x297)+_0x4885c7+',\x20hookUUID='+_0x64975b+',\x20remainingHooks='+_0x33ef40[_0x366605(0x23a)]),_0x3e2d38[_0x366605(0x272)](_0x33ef40['length'],0x0)&&this['activeHooks']['delete'](_0x4885c7)):logger[_0x366605(0x2e1)](_0x366605(0x2b9)+_0x4885c7+_0x366605(0x2a9)+_0x64975b);}}[a92_0xf0f99(0x28d)](_0x1fb2bb){const _0x5badec=a92_0xf0f99,_0x35a85a={};_0x35a85a[_0x5badec(0x29f)]=function(_0x27cf9b,_0x237e44){return _0x27cf9b>_0x237e44;},_0x35a85a[_0x5badec(0x233)]=function(_0x56b1b7,_0x4092d4){return _0x56b1b7-_0x4092d4;};const _0x24d084=_0x35a85a;if(!_0x1fb2bb)return null;if(this[_0x5badec(0x1cb)][_0x5badec(0x1e0)](_0x1fb2bb)){const _0x1ef1cb=this[_0x5badec(0x1cb)][_0x5badec(0x305)](_0x1fb2bb);if(_0x24d084[_0x5badec(0x29f)](_0x1ef1cb[_0x5badec(0x23a)],0x0)){const _0x4125f8=_0x1ef1cb[_0x24d084[_0x5badec(0x233)](_0x1ef1cb['length'],0x1)];return logger[_0x5badec(0x2e1)](_0x5badec(0x1bb)+_0x1fb2bb+_0x5badec(0x2a9)+_0x4125f8['hookUUID']+_0x5badec(0x2b1)+_0x4125f8[_0x5badec(0x2ae)]),_0x4125f8;}}return null;}async[a92_0xf0f99(0x204)](_0xf6bfdb,_0x5668ee,_0x4df77f={}){const _0x166ce6=a92_0xf0f99,_0x21247f={};_0x21247f['TyRCp']='[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found',_0x21247f[_0x166ce6(0x26e)]=function(_0x4705a4,_0x446ae6){return _0x4705a4===_0x446ae6;},_0x21247f[_0x166ce6(0x1e3)]=function(_0x4975e0,_0x247266){return _0x4975e0||_0x247266;},_0x21247f[_0x166ce6(0x23f)]=_0x166ce6(0x1ca);const _0x3446c4=_0x21247f;logger[_0x166ce6(0x2e1)](_0x166ce6(0x319)+_0xf6bfdb+_0x166ce6(0x1eb)+_0x5668ee+',\x20argsKeys='+Object[_0x166ce6(0x248)](_0x4df77f)['join'](',')),await super[_0x166ce6(0x204)](_0xf6bfdb,_0x5668ee,_0x4df77f);const _0x1f9225=this[_0x166ce6(0x1d0)](_0xf6bfdb,_0x5668ee,_0x4df77f);if(!_0x1f9225){logger['debug'](_0x3446c4['TyRCp']);return;}try{let _0x26ad4a,_0x2be625,_0x32ba79;switch(_0xf6bfdb){case TestFrameworkState[_0x166ce6(0x1dd)]:_0x26ad4a=_0x4df77f['test'];const _0xd23da1={};_0xd23da1[_0x166ce6(0x245)]=0x2,_0xd23da1[_0x166ce6(0x27e)]=0x3,logger[_0x166ce6(0x2e1)](_0x166ce6(0x298)+_0x5668ee+_0x166ce6(0x2d2)+util[_0x166ce6(0x2e8)](_0x26ad4a,_0xd23da1)),_0x32ba79=this['getJestTestIdentifier'](_0x26ad4a),_0x2be625=null,logger['debug'](_0x166ce6(0x273)+_0x32ba79+'\x20(testIdentifier)');if(_0x3446c4[_0x166ce6(0x26e)](_0x5668ee,HookState['PRE'])){logger['debug'](_0x166ce6(0x27a)+_0x32ba79);const _0x5f00f7={};_0x5f00f7['testUUID']=_0x2be625,_0x5f00f7[_0x166ce6(0x1ff)]=_0x26ad4a,_0x5f00f7['testId']=_0x32ba79;const _0x25e0d5=this[_0x166ce6(0x2ea)](_0x5f00f7),_0x3274d3={};_0x3274d3[_0x166ce6(0x245)]=0x2,_0x3274d3[_0x166ce6(0x27e)]=0x3,logger[_0x166ce6(0x2e1)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20'+util[_0x166ce6(0x2e8)](_0x25e0d5,_0x3274d3)),_0x1f9225[_0x166ce6(0x20c)](_0x25e0d5),logger[_0x166ce6(0x2e1)](_0x166ce6(0x21a)+_0x32ba79),await this[_0x166ce6(0x267)](_0x1f9225,_0x32ba79);}else{if(_0x3446c4[_0x166ce6(0x26e)](_0x5668ee,HookState[_0x166ce6(0x33e)])){logger[_0x166ce6(0x2e1)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20'+_0x32ba79);const _0x15e381=_0x1f9225[_0x166ce6(0x2c2)]()['get'](_0x32ba79);logger[_0x166ce6(0x2e1)](_0x166ce6(0x1d8)+util[_0x166ce6(0x2e8)](Object['keys'](_0x3446c4[_0x166ce6(0x1e3)](_0x15e381,{}))));_0x15e381&&_0x15e381[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]?logger[_0x166ce6(0x2e1)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20'+Object[_0x166ce6(0x248)](_0x15e381[TestFrameworkConstants[_0x166ce6(0x1db)]])[_0x166ce6(0x23a)]+_0x166ce6(0x258)):logger[_0x166ce6(0x2e1)](_0x3446c4[_0x166ce6(0x23f)]);const _0x1df67f=_0x4df77f[_0x166ce6(0x321)]||null,_0x30ba6a={};_0x30ba6a[_0x166ce6(0x257)]=_0x2be625,_0x30ba6a[_0x166ce6(0x1ff)]=_0x26ad4a,_0x30ba6a[_0x166ce6(0x2bf)]=_0x32ba79,_0x30ba6a[_0x166ce6(0x321)]=_0x1df67f;const _0xecafd0=this['parseJestTestResult'](_0x30ba6a),_0x51cd34={};_0x51cd34[_0x166ce6(0x245)]=0x2,_0x51cd34[_0x166ce6(0x27e)]=0x3,logger['debug'](_0x166ce6(0x30c)+util[_0x166ce6(0x2e8)](_0xecafd0,_0x51cd34)),_0x1f9225[_0x166ce6(0x20c)](_0xecafd0),logger['debug'](_0x166ce6(0x2bc)+_0x32ba79),await this[_0x166ce6(0x267)](_0x1f9225,_0x32ba79);}}break;case TestFrameworkState[_0x166ce6(0x2b7)]:if(_0x3446c4[_0x166ce6(0x26e)](_0x5668ee,HookState[_0x166ce6(0x33e)])){const _0x3a96a8={};_0x3a96a8[_0x166ce6(0x245)]=0x2,logger[_0x166ce6(0x2e1)](_0x166ce6(0x223)+util[_0x166ce6(0x2e8)](_0x4df77f,_0x3a96a8)),await this[_0x166ce6(0x220)](_0x1f9225,_0xf6bfdb,_0x4df77f);}break;default:if(CLIUtils['matchHookRegex'](_0xf6bfdb['toString']()[_0x166ce6(0x246)]('.')[0x1])){const _0x5d6819={};_0x5d6819[_0x166ce6(0x245)]=0x2,_0x5d6819[_0x166ce6(0x27e)]=0x3,logger[_0x166ce6(0x2e1)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState='+_0xf6bfdb+_0x166ce6(0x1eb)+_0x5668ee+_0x166ce6(0x2fb)+util[_0x166ce6(0x2e8)](_0x4df77f[_0x166ce6(0x274)],_0x5d6819));const _0x2ea1ae=await this['trackHookEvent'](_0x1f9225,_0xf6bfdb,_0x5668ee,_0x4df77f),_0x4c8b97={};_0x4c8b97[_0x166ce6(0x245)]=0x2,_0x4c8b97[_0x166ce6(0x27e)]=0x3,logger[_0x166ce6(0x2e1)](_0x166ce6(0x1df)+util[_0x166ce6(0x2e8)](_0x2ea1ae,_0x4c8b97)),_0x1f9225['addMultipleEntries'](_0x2ea1ae);}else logger[_0x166ce6(0x2e1)](_0x166ce6(0x205)+_0xf6bfdb+'\x20&\x20hookState='+_0x5668ee);break;}logger['debug'](_0x166ce6(0x332)+_0xf6bfdb+_0x166ce6(0x1eb)+_0x5668ee);}catch(_0x58021e){logger[_0x166ce6(0x232)](_0x166ce6(0x2a2)+_0xf6bfdb+_0x166ce6(0x1eb)+_0x5668ee+_0x166ce6(0x252)+util[_0x166ce6(0x2c3)](_0x58021e));}_0x4df77f[_0x166ce6(0x30e)]=_0x1f9225,await this[_0x166ce6(0x313)](_0x1f9225,_0xf6bfdb,_0x5668ee,_0x4df77f);}[a92_0xf0f99(0x2cf)](_0x5977d6){const _0x3f62f3=a92_0xf0f99,_0x3d30a2={};_0x3d30a2[_0x3f62f3(0x206)]=_0x3f62f3(0x2f3);const _0x2af1be=_0x3d30a2;if(_0x5977d6&&(_0x5977d6['id']||_0x5977d6[_0x3f62f3(0x2c6)])){const _0x221825=_0x5977d6['id']||_0x5977d6[_0x3f62f3(0x2c6)];return logger[_0x3f62f3(0x2e1)](_0x3f62f3(0x2d7)+_0x221825+_0x3f62f3(0x296)),_0x221825;}return logger[_0x3f62f3(0x2e1)](_0x2af1be[_0x3f62f3(0x206)]),process[_0x3f62f3(0x1e2)]+':testAnalyticsId';}[a92_0xf0f99(0x1d0)](_0x2ed4d5,_0x3a7394,_0x39ed1c={}){const _0x3277df=a92_0xf0f99;let _0x157d04=null;return _0x157d04=TestFramework['getTrackedInstance'](),!_0x157d04?(logger[_0x3277df(0x2e1)]('[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state='+_0x2ed4d5),this[_0x3277df(0x227)](_0x2ed4d5,_0x39ed1c),_0x157d04=TestFramework['getTrackedInstance'](),logger['debug'](_0x3277df(0x1d1)+!!_0x157d04+_0x3277df(0x20f)+_0x157d04?.['getContext']()?.['getId']())):logger['debug'](_0x3277df(0x261)+_0x157d04[_0x3277df(0x2eb)]()?.[_0x3277df(0x216)]()),_0x157d04;}['trackJestInstance'](_0x2a52a8,_0x2f7bda){const _0x47fc11=a92_0xf0f99,_0x2b68b0={};_0x2b68b0['zkunW']=_0x47fc11(0x2f8);const _0x8e45e4=_0x2b68b0;if(TestFramework[_0x47fc11(0x25f)]()){logger[_0x47fc11(0x2e1)](_0x8e45e4[_0x47fc11(0x255)]);return;}const _0x36fb00=CLIUtils[_0x47fc11(0x1f4)](),_0x1c8794=TrackedInstance[_0x47fc11(0x1c3)](_0x36fb00);let _0x561778=null;logger['debug'](_0x47fc11(0x231)+_0x36fb00+_0x47fc11(0x301)+_0x2a52a8),_0x561778=new TestFrameworkInstance(_0x1c8794,this[_0x47fc11(0x2bd)](),this[_0x47fc11(0x1cd)](),_0x2a52a8,HookState['NONE']),TestFramework[_0x47fc11(0x265)](_0x1c8794,_0x561778),logger[_0x47fc11(0x2e1)]('[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId='+_0x1c8794[_0x47fc11(0x216)]()+',\x20target='+_0x36fb00+_0x47fc11(0x2a0)+this[_0x47fc11(0x2bd)]()[0x0]+_0x47fc11(0x1bf)+this[_0x47fc11(0x1cd)]()[this[_0x47fc11(0x2bd)]()[0x0]]);}[a92_0xf0f99(0x2ea)](_0x17ed32){const _0x5cd955=a92_0xf0f99,_0x2857e6={};_0x2857e6['ByODU']=function(_0x1f299a,_0xddcf13){return _0x1f299a||_0xddcf13;},_0x2857e6[_0x5cd955(0x28a)]=_0x5cd955(0x290);const _0x18532a=_0x2857e6,{testUUID:_0x488ff6,testData:_0x25b788,testId:_0x359155}=_0x17ed32;if(_0x18532a[_0x5cd955(0x299)](!_0x25b788,!_0x359155))return logger[_0x5cd955(0x2e1)](_0x18532a[_0x5cd955(0x28a)]),{};const _0x24c335=this[_0x5cd955(0x2bd)]()[0x0],_0x56ede4=this[_0x5cd955(0x1cd)](),_0x38600d={};_0x38600d[_0x5cd955(0x245)]=0x2,_0x38600d[_0x5cd955(0x27e)]=0x3,logger['debug'](_0x5cd955(0x292)+util[_0x5cd955(0x2e8)](_0x25b788,_0x38600d));const _0x11ecb7=_0x25b788?.[_0x5cd955(0x1f5)]||[],_0x32b13c=this['getJestTestName'](_0x25b788),_0x421a68=this[_0x5cd955(0x224)](_0x25b788),_0x5f027f=_0x25b788['fn']?_0x25b788['fn'][_0x5cd955(0x268)]():_0x25b788?.[_0x5cd955(0x275)]?_0x25b788[_0x5cd955(0x275)]['code'][_0x5cd955(0x268)]():null,_0x5802c9=this[_0x5cd955(0x327)](_0x25b788),_0x1ff683={[TestFrameworkConstants[_0x5cd955(0x2fd)]]:_0x24c335,[TestFrameworkConstants[_0x5cd955(0x22f)]]:_0x56ede4[_0x24c335],[TestFrameworkConstants[_0x5cd955(0x2ad)]]:[],[TestFrameworkConstants[_0x5cd955(0x2d4)]]:{},[TestFrameworkConstants[_0x5cd955(0x333)]]:{},[TestFrameworkConstants[_0x5cd955(0x2d3)]]:TestFrameworkConstants[_0x5cd955(0x1b9)],[TestFrameworkConstants[_0x5cd955(0x1c7)]]:_0x32b13c,[TestFrameworkConstants[_0x5cd955(0x1e4)]]:_0x421a68,[TestFrameworkConstants[_0x5cd955(0x323)]]:_0x359155,[TestFrameworkConstants[_0x5cd955(0x302)]]:_0x32b13c,[TestFrameworkConstants[_0x5cd955(0x1ed)]]:_0x421a68,[TestFrameworkConstants[_0x5cd955(0x31f)]]:_0x5f027f,[TestFrameworkConstants[_0x5cd955(0x2e5)]]:_0x5802c9,[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x25b788[_0x5cd955(0x2a5)]||new Date()[_0x5cd955(0x285)](),[TestFrameworkConstants[_0x5cd955(0x1c2)]]:_0x11ecb7[0x0]||'',[TestFrameworkConstants[_0x5cd955(0x1cc)]]:_0x11ecb7,[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x32b13c,[TestFrameworkConstants[_0x5cd955(0x2d6)]]:{},[TestFrameworkConstants[_0x5cd955(0x344)]]:{}};_0x25b788[_0x5cd955(0x316)]&&(_0x1ff683[TestFrameworkConstants[_0x5cd955(0x25d)]]=_0x25b788[_0x5cd955(0x316)]);logger['debug']('[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName='+_0x32b13c+_0x5cd955(0x1f0)+_0x359155+_0x5cd955(0x243)+JSON[_0x5cd955(0x2c5)](_0x5802c9)+',\x20scopes='+util['inspect'](_0x11ecb7)+',\x20filePath='+_0x421a68);const _0x40b777={};return _0x40b777[_0x359155]=_0x1ff683,_0x40b777;}[a92_0xf0f99(0x20d)](_0x2bb4f2){const _0x2aa99b=a92_0xf0f99,_0x53b587={'oTuGa':function(_0x401eae,_0x4b713f){return _0x401eae===_0x4b713f;},'xvdni':'afterAll','mzihM':function(_0x109412,_0x1d18d4){return _0x109412===_0x1d18d4;},'qxyRd':_0x2aa99b(0x238),'kLWFn':'ALL','csdCX':_0x2aa99b(0x2e7),'KatDq':function(_0x5b4de4,_0x335303){return _0x5b4de4||_0x335303;},'HyoHY':'No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','kOZBl':_0x2aa99b(0x214),'JYqGT':function(_0xf5bd06,_0x1b511a){return _0xf5bd06>_0x1b511a;},'aQWHV':'failed','eyDYS':function(_0xb09dd8,_0x14711e){return _0xb09dd8===_0x14711e;},'MOACH':_0x2aa99b(0x2fe),'PxgGF':'skipped','CgCKI':_0x2aa99b(0x30b),'qrGfu':function(_0x150977,_0x53d808){return _0x150977===_0x53d808;},'CWryJ':function(_0x54a2f9,_0x381b13){return _0x54a2f9!==_0x381b13;},'CpGzM':function(_0x3e7ac0,_0x39e484,_0x241db0,_0x568065){return _0x3e7ac0(_0x39e484,_0x241db0,_0x568065);},'KMCMr':function(_0x3e5db2,_0x42e315){return _0x3e5db2>_0x42e315;},'KRLUJ':'[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','ZGzKc':function(_0x1510a1,_0x3ab5c5){return _0x1510a1>_0x3ab5c5;}},{testUUID:_0x2b2e0a,testData:_0x59f79,testId:_0x2c881a}=_0x2bb4f2;if(_0x53b587[_0x2aa99b(0x221)](!_0x59f79,!_0x2c881a))return logger[_0x2aa99b(0x2e1)](_0x53b587[_0x2aa99b(0x2f9)]),{};const _0x479f89=this[_0x2aa99b(0x1d0)](TestFrameworkState[_0x2aa99b(0x1dd)],HookState[_0x2aa99b(0x33e)]),_0x1b4ce9=_0x479f89[_0x2aa99b(0x2c2)]()[_0x2aa99b(0x305)](_0x2c881a),_0x19fb7b=_0x53b587[_0x2aa99b(0x221)](_0x1b4ce9,{}),_0x3f5ace=_0x19fb7b?_0x19fb7b[TestFrameworkConstants[_0x2aa99b(0x2d6)]]||{}:{},_0x2d62f4=_0x19fb7b[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']];logger[_0x2aa99b(0x2e1)]('[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20'+(_0x2d62f4?Object[_0x2aa99b(0x248)](_0x2d62f4)[_0x2aa99b(0x23a)]:0x0)+'\x20attachments');let _0x358fd6=_0x53b587[_0x2aa99b(0x24e)];if(_0x59f79[_0x2aa99b(0x1f3)])_0x358fd6=_0x59f79['result'];else{if(_0x59f79[_0x2aa99b(0x326)]&&_0x53b587[_0x2aa99b(0x2dc)](_0x59f79[_0x2aa99b(0x326)]['length'],0x0))_0x358fd6=_0x53b587[_0x2aa99b(0x1fc)];else _0x53b587[_0x2aa99b(0x1c5)](_0x59f79[_0x2aa99b(0x345)],_0x53b587['MOACH'])||_0x53b587[_0x2aa99b(0x304)](_0x59f79[_0x2aa99b(0x345)],_0x53b587[_0x2aa99b(0x33b)])?_0x358fd6=_0x53b587[_0x2aa99b(0x33b)]:_0x358fd6=_0x53b587[_0x2aa99b(0x2c1)];}const _0x54bf4d={..._0x19fb7b,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x358fd6,[TestFrameworkConstants[_0x2aa99b(0x2f1)]]:_0x59f79[_0x2aa99b(0x23c)]||new Date()[_0x2aa99b(0x285)](),[TestFrameworkConstants[_0x2aa99b(0x260)]]:new Date()[_0x2aa99b(0x285)](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x3f5ace,[TestFrameworkConstants['KEY_LOGS']]:_0x19fb7b[TestFrameworkConstants[_0x2aa99b(0x226)]]||[],[TestFrameworkConstants[_0x2aa99b(0x344)]]:{}};if(_0x53b587[_0x2aa99b(0x1de)](_0x358fd6,_0x53b587[_0x2aa99b(0x1fc)])&&_0x59f79[_0x2aa99b(0x326)]){const _0x1ae952=this[_0x2aa99b(0x2d1)](_0x59f79),_0x5126bc=this[_0x2aa99b(0x29d)](_0x59f79),_0x3e4e84=this['getJestFailureData'](_0x59f79);_0x54bf4d[TestFrameworkConstants[_0x2aa99b(0x30f)]]=_0x5126bc,_0x54bf4d[TestFrameworkConstants[_0x2aa99b(0x1bd)]]=_0x1ae952,_0x54bf4d[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x3e4e84;}_0x53b587[_0x2aa99b(0x23b)](_0x59f79[_0x2aa99b(0x1d3)],undefined)&&(_0x54bf4d[TestFrameworkConstants[_0x2aa99b(0x215)]]=_0x59f79[_0x2aa99b(0x1d3)]);_0x59f79[_0x2aa99b(0x316)]&&(_0x54bf4d[TestFrameworkConstants[_0x2aa99b(0x25d)]]=_0x59f79[_0x2aa99b(0x316)]);const _0x4dd919=_0x1b4ce9?_0x1b4ce9[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{}:{},_0x2e008b=_0x1b4ce9?_0x1b4ce9[TestFrameworkConstants[_0x2aa99b(0x288)]]:_0x2b2e0a,_0x3da5e0=_0x53b587[_0x2aa99b(0x291)](getManualUploadLogs,_0x4dd919,_0x2e008b,_0x2c881a);if(_0x53b587[_0x2aa99b(0x2b5)](_0x3da5e0[_0x2aa99b(0x23a)],0x0)){const _0x1b87db=_0x54bf4d[TestFrameworkConstants[_0x2aa99b(0x226)]]||[];_0x54bf4d[TestFrameworkConstants[_0x2aa99b(0x226)]]=[..._0x1b87db,..._0x3da5e0];}const _0x5f4041=_0x19fb7b[TestFrameworkConstants[_0x2aa99b(0x2d4)]]||{},_0x27b6d9=_0x19fb7b[TestFrameworkConstants[_0x2aa99b(0x333)]]||{},_0x53787f={..._0x5f4041},_0x470d4f=_0x53787f;Object['keys'](_0x27b6d9)[_0x2aa99b(0x254)](_0xe1b2a9=>{const _0x380529=_0x2aa99b;!_0x470d4f[_0xe1b2a9]&&(_0x470d4f[_0xe1b2a9]=[]);const _0x89fa94=new Set((_0x470d4f[_0xe1b2a9]||[])[_0x380529(0x1da)](_0x5ba1ee=>_0x5ba1ee[TestFrameworkConstants['KEY_HOOK_ID']]||_0x5ba1ee[_0x380529(0x32f)]));(_0x27b6d9[_0xe1b2a9]||[])[_0x380529(0x254)](_0x555690=>{const _0x21f438=_0x380529,_0x585353=_0x555690[TestFrameworkConstants[_0x21f438(0x338)]]||_0x555690[_0x21f438(0x32f)];if(!_0x89fa94['has'](_0x585353)){const _0x30da9f={..._0x555690},_0x43d4d1=_0x30da9f;!_0x43d4d1[TestFrameworkConstants[_0x21f438(0x270)]]&&!_0x43d4d1[_0x21f438(0x2f2)]&&(_0x43d4d1[TestFrameworkConstants[_0x21f438(0x270)]]=new Date()[_0x21f438(0x285)]()),!_0x43d4d1[TestFrameworkConstants[_0x21f438(0x22a)]]&&!_0x43d4d1['hook_result']&&(_0x43d4d1[TestFrameworkConstants[_0x21f438(0x22a)]]=TestFrameworkConstants[_0x21f438(0x32e)]),_0x470d4f[_0xe1b2a9][_0x21f438(0x314)](_0x43d4d1);}});});if(_0x2bb4f2[_0x2aa99b(0x321)]){this[_0x2aa99b(0x209)](_0x2bb4f2[_0x2aa99b(0x321)]);const _0x20b031=this[_0x2aa99b(0x27c)](_0x2bb4f2[_0x2aa99b(0x321)]),_0x280eec=this[_0x2aa99b(0x225)](_0x2bb4f2[_0x2aa99b(0x321)]);_0x280eec[_0x2aa99b(0x254)](_0x1ec898=>{const _0x4cb909=_0x2aa99b,_0x5ce143=_0x20b031[_0x4cb909(0x305)](_0x1ec898);if(_0x5ce143&&(_0x53b587[_0x4cb909(0x304)](_0x5ce143[_0x4cb909(0x2e9)],_0x53b587[_0x4cb909(0x278)])||_0x53b587['mzihM'](_0x5ce143[_0x4cb909(0x2e9)],_0x53b587[_0x4cb909(0x284)]))){const _0x587233=_0x5ce143['type'][_0x4cb909(0x1f6)]()[_0x4cb909(0x295)](_0x53b587[_0x4cb909(0x330)],_0x53b587['csdCX']),_0x316bdc=_0x587233;!_0x470d4f[_0x316bdc]&&(_0x470d4f[_0x316bdc]=[]);const _0x5550f8=_0x470d4f[_0x316bdc][_0x4cb909(0x2b8)](_0x54837b=>(_0x54837b[TestFrameworkConstants[_0x4cb909(0x338)]]||_0x54837b['hook_id'])===_0x1ec898);!_0x5550f8&&_0x470d4f[_0x316bdc][_0x4cb909(0x314)]({'key':_0x316bdc,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x1ec898,[TestFrameworkConstants[_0x4cb909(0x22a)]]:TestFrameworkConstants[_0x4cb909(0x32e)],[TestFrameworkConstants[_0x4cb909(0x300)]]:new Date()[_0x4cb909(0x285)](),[TestFrameworkConstants[_0x4cb909(0x270)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x4cb909(0x283)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x5ce143[_0x4cb909(0x2f7)]||_0x5ce143[_0x4cb909(0x2e9)]+_0x4cb909(0x335),[TestFrameworkConstants[_0x4cb909(0x2d6)]]:_0x3f5ace});}});}if(_0x59f79['hooks']&&_0x53b587['KMCMr'](_0x59f79[_0x2aa99b(0x343)][_0x2aa99b(0x23a)],0x0))_0x54bf4d[TestFrameworkConstants[_0x2aa99b(0x2d4)]]=_0x59f79[_0x2aa99b(0x343)],logger[_0x2aa99b(0x2e1)](_0x53b587['KRLUJ']);else _0x53b587[_0x2aa99b(0x347)](Object[_0x2aa99b(0x248)](_0x470d4f)['length'],0x0)&&(_0x54bf4d[TestFrameworkConstants[_0x2aa99b(0x2d4)]]=_0x470d4f,logger[_0x2aa99b(0x2e1)](_0x2aa99b(0x328)+Object['keys'](_0x470d4f)[_0x2aa99b(0x27d)](',')));const _0x59d544=this[_0x2aa99b(0x2ed)](_0x59f79);logger[_0x2aa99b(0x2e1)](_0x2aa99b(0x2f5)+_0x59d544+_0x2aa99b(0x1f0)+_0x2c881a+_0x2aa99b(0x337)+_0x358fd6+',\x20duration='+_0x59f79[_0x2aa99b(0x1d3)]);_0x53b587[_0x2aa99b(0x304)](_0x358fd6,_0x53b587['aQWHV'])&&logger[_0x2aa99b(0x2e1)](_0x2aa99b(0x2cb)+_0x2c881a+',\x20failureType='+_0x54bf4d[TestFrameworkConstants[_0x2aa99b(0x30f)]]+_0x2aa99b(0x1ba)+_0x54bf4d[TestFrameworkConstants[_0x2aa99b(0x1bd)]]?.[_0x2aa99b(0x2b2)](0x0,0xc8));const _0x5ef4aa={};return _0x5ef4aa[_0x2c881a]=_0x54bf4d,_0x5ef4aa;}[a92_0xf0f99(0x31e)](_0x386fc9){const _0x1d6d58=a92_0xf0f99,_0x569675={};_0x569675[_0x1d6d58(0x235)]=function(_0x3878a7,_0x58b744){return _0x3878a7!==_0x58b744;},_0x569675['swPmX']=function(_0x288714,_0x473257){return _0x288714!==_0x473257;},_0x569675[_0x1d6d58(0x2e2)]=_0x1d6d58(0x279);const _0x186971=_0x569675,_0x429b37={};_0x429b37[_0x1d6d58(0x245)]=0x2,_0x429b37[_0x1d6d58(0x27e)]=0x3,logger['debug']('[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20'+util['inspect'](_0x386fc9,_0x429b37));const _0x203329=[];if(_0x386fc9&&_0x386fc9[_0x1d6d58(0x289)]){let _0x5262f5=_0x386fc9[_0x1d6d58(0x289)];while(_0x5262f5&&_0x5262f5['name']&&_0x186971[_0x1d6d58(0x235)](_0x5262f5['name'],'')&&_0x186971[_0x1d6d58(0x346)](_0x5262f5['name'],_0x186971[_0x1d6d58(0x2e2)])){_0x203329[_0x1d6d58(0x314)](_0x5262f5[_0x1d6d58(0x2f7)]),_0x5262f5=_0x5262f5[_0x1d6d58(0x289)];}}return _0x203329[_0x1d6d58(0x334)]();}[a92_0xf0f99(0x2ed)](_0x2bf2dc){const _0x185071=a92_0xf0f99,_0xc69cd={};_0xc69cd[_0x185071(0x222)]=_0x185071(0x318);const _0x3de994=_0xc69cd;if(_0x2bf2dc[_0x185071(0x2f7)])return _0x2bf2dc[_0x185071(0x2f7)];if(_0x2bf2dc[_0x185071(0x1d4)])return _0x2bf2dc[_0x185071(0x1d4)];return _0x3de994[_0x185071(0x222)];}[a92_0xf0f99(0x327)](_0x5c54cf){const _0x499325=a92_0xf0f99,_0x515702=[];if(_0x5c54cf[_0x499325(0x24f)]&&Array[_0x499325(0x312)](_0x5c54cf[_0x499325(0x24f)]))return _0x5c54cf[_0x499325(0x24f)]['map'](_0x4764cc=>_0x4764cc['startsWith']('@')?_0x4764cc[_0x499325(0x287)](0x1):_0x4764cc);const _0x52e8fa=this[_0x499325(0x2ed)](_0x5c54cf),_0x274265=_0x52e8fa[_0x499325(0x2ac)](/@(\w+)/g);if(_0x274265)return _0x274265[_0x499325(0x1da)](_0x18521e=>_0x18521e[_0x499325(0x21e)](0x1));return _0x5c54cf['scopes']&&Array['isArray'](_0x5c54cf['scopes'])&&_0x5c54cf[_0x499325(0x1f5)][_0x499325(0x254)](_0x3d1821=>{const _0x554a4a=_0x499325,_0x20445c=_0x3d1821[_0x554a4a(0x2ac)](/@(\w+)/g);_0x20445c&&_0x20445c[_0x554a4a(0x254)](_0x44c129=>{const _0x367c07=_0x554a4a,_0x36cbb5=_0x44c129[_0x367c07(0x21e)](0x1);!_0x515702[_0x367c07(0x29a)](_0x36cbb5)&&_0x515702[_0x367c07(0x314)](_0x36cbb5);});}),_0x515702;}[a92_0xf0f99(0x224)](_0x2074d5){const _0xa066ec=a92_0xf0f99,_0x358a38={'pvKmO':function(_0x39a8a6,_0x1a6659){return _0x39a8a6(_0x1a6659);}};if(_0x2074d5[_0xa066ec(0x307)])return _0x2074d5[_0xa066ec(0x307)];if(_0x2074d5['asyncError'])try{const _0x4fe83f=stackTrace['parse'](_0x2074d5['asyncError']),_0x143cd7=_0x358a38[_0xa066ec(0x1c4)](pickUserFrameFile,_0x4fe83f);if(_0x143cd7)return _0x143cd7;logger[_0xa066ec(0x2e1)]('[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length='+_0x4fe83f[_0xa066ec(0x23a)]+')');}catch(_0x51ff5e){logger[_0xa066ec(0x2e1)](_0xa066ec(0x26c)+util['format'](_0x51ff5e));}return null;}[a92_0xf0f99(0x2d1)](_0x27b52b){const _0x5ad569=a92_0xf0f99,_0x2b6702={};_0x2b6702[_0x5ad569(0x2c7)]=function(_0x60e9e0,_0x330169){return _0x60e9e0>_0x330169;},_0x2b6702['vbhWG']=_0x5ad569(0x33a);const _0x3bfe7f=_0x2b6702;if(_0x27b52b[_0x5ad569(0x326)]&&_0x3bfe7f[_0x5ad569(0x2c7)](_0x27b52b['errorsDetailed'][_0x5ad569(0x23a)],0x0))return util[_0x5ad569(0x2e8)](_0x27b52b['errorsDetailed'][0x0]);if(_0x27b52b[_0x5ad569(0x324)])return _0x27b52b['failure_reason'];return _0x3bfe7f['vbhWG'];}['getJestFailureType'](_0x1c9082){const _0x29050e=a92_0xf0f99,_0x3c953e={};_0x3c953e['JjeSG']=_0x29050e(0x2a6),_0x3c953e['gPOZm']=_0x29050e(0x228),_0x3c953e[_0x29050e(0x202)]='UnhandledError';const _0x7d1042=_0x3c953e,_0x3239da=this[_0x29050e(0x2d1)](_0x1c9082);if(_0x3239da&&_0x3239da[_0x29050e(0x29a)](_0x7d1042[_0x29050e(0x2d8)]))return _0x7d1042[_0x29050e(0x339)];return _0x7d1042[_0x29050e(0x202)];}[a92_0xf0f99(0x1ef)](_0xdf624){const _0x16fa68=a92_0xf0f99,_0x327f6b={'poPaa':function(_0x38afb6,_0x53ca73){return _0x38afb6(_0x53ca73);},'Vrvdq':_0x16fa68(0x21b),'oPNXy':function(_0x4af996,_0xb39abd){return _0x4af996!==_0xb39abd;},'OWAPJ':'test'},{failureData:_0x3482c5}=_0x327f6b[_0x16fa68(0x25e)](require,_0x327f6b[_0x16fa68(0x322)]),_0x2e71c8=[];return _0x327f6b['oPNXy'](_0xdf624[_0x16fa68(0x326)],undefined)&&_0x2e71c8['push'](_0xdf624[_0x16fa68(0x326)],_0x327f6b[_0x16fa68(0x256)]),_0x3482c5[_0x16fa68(0x266)](null,_0x2e71c8);}async['trackHookEvent'](_0x1ffafc,_0x31453b,_0x154118,_0x7cdfe9){const _0x4cb6e2=a92_0xf0f99,_0x146f14={'GdZZX':_0x4cb6e2(0x25a),'BTozR':function(_0xabc88c){return _0xabc88c();},'ejXvS':function(_0x1da202,_0x3b10a3){return _0x1da202 in _0x3b10a3;},'vrWkB':function(_0x5b1073,_0x2b0b0a){return _0x5b1073 in _0x2b0b0a;},'ICtLf':function(_0x27f149,_0x20b190){return _0x27f149===_0x20b190;},'VRalC':function(_0x4db6ed,_0x5bc821){return _0x4db6ed===_0x5bc821;},'rFqpf':function(_0x5ce255,_0x127d21){return _0x5ce255>_0x127d21;},'SYfUh':_0x4cb6e2(0x2dd),'mkivS':_0x4cb6e2(0x30b),'IcFcI':_0x4cb6e2(0x2ff),'AHyIi':function(_0xd624fd,_0x5c861f){return _0xd624fd===_0x5c861f;},'DflRT':function(_0x3fdeda,_0x1ae1f1){return _0x3fdeda!==_0x1ae1f1;}},{hookData:_0x2fa312}=_0x7cdfe9,_0xd56d1c=_0x154118['toString'](),_0xb35b1c=_0x31453b['toString'](),_0x55cc6a={};_0x55cc6a['depth']=0x2,_0x55cc6a[_0x4cb6e2(0x27e)]=0x3,logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState='+_0xb35b1c+',\x20hookState='+_0xd56d1c+_0x4cb6e2(0x2fb)+util[_0x4cb6e2(0x2e8)](_0x2fa312,_0x55cc6a));if(!_0x2fa312)return logger[_0x4cb6e2(0x2e1)](_0x146f14[_0x4cb6e2(0x1e8)]),{};const _0xdae383=_0x2fa312[_0x4cb6e2(0x2c6)]||_0x2fa312[_0x4cb6e2(0x2e6)]||_0x146f14[_0x4cb6e2(0x241)](uuidv4),_0x3a7448=_0x2fa312[_0x4cb6e2(0x26b)]||this[_0x4cb6e2(0x2cf)](_0x2fa312),_0x17ccf5=_0x31453b[_0x4cb6e2(0x268)]()['split']('.')[0x1],_0x573793=_0x1ffafc[_0x4cb6e2(0x2c2)]()['get'](_0x3a7448),_0x55ffcb=_0x573793?_0x573793[TestFrameworkConstants[_0x4cb6e2(0x2d6)]]||{}:{};logger[_0x4cb6e2(0x2e1)](_0x4cb6e2(0x282)+_0xdae383+',\x20testId='+_0x3a7448+_0x4cb6e2(0x294)+_0x17ccf5+_0x4cb6e2(0x1eb)+_0xd56d1c);if(!_0x573793)return logger['debug'](_0x4cb6e2(0x28b)+_0x3a7448+_0x4cb6e2(0x2bb)),this[_0x4cb6e2(0x1e5)](_0x1ffafc,_0x3a7448,_0x31453b,_0x154118,_0x7cdfe9),{};let _0x132937=_0x573793[TestFrameworkConstants[_0x4cb6e2(0x333)]];!_0x132937&&(_0x132937={});!_0x146f14['ejXvS'](_0x17ccf5,_0x132937)&&(_0x132937[_0x17ccf5]=[]);let _0x2f86e5=_0x573793[TestFrameworkConstants['KEY_HOOKS_FINISHED']];!_0x2f86e5&&(_0x2f86e5={});!_0x146f14[_0x4cb6e2(0x26f)](_0x17ccf5,_0x2f86e5)&&(_0x2f86e5[_0x17ccf5]=[]);const _0x2cf57f={[_0x3a7448]:{[TestFrameworkConstants[_0x4cb6e2(0x333)]]:_0x132937,[TestFrameworkConstants[_0x4cb6e2(0x2d4)]]:_0x2f86e5,[TestFrameworkConstants[_0x4cb6e2(0x2fd)]]:this[_0x4cb6e2(0x2bd)]()[0x0]||'',[TestFrameworkConstants[_0x4cb6e2(0x22f)]]:this[_0x4cb6e2(0x1cd)]()[this['getTestFrameworks']()[0x0]]||''}};if(_0x146f14[_0x4cb6e2(0x21c)](_0x154118,HookState[_0x4cb6e2(0x20a)])){const _0x2c499f={'key':_0x17ccf5,[TestFrameworkConstants['KEY_HOOK_ID']]:_0xdae383,[TestFrameworkConstants[_0x4cb6e2(0x22a)]]:TestFrameworkConstants[_0x4cb6e2(0x32e)],[TestFrameworkConstants[_0x4cb6e2(0x300)]]:_0x2fa312['started_at']||new Date()[_0x4cb6e2(0x285)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x4cb6e2(0x1f8)]]:_0x2fa312[_0x4cb6e2(0x2f7)]||_0x2fa312[_0x4cb6e2(0x2ee)]||_0x17ccf5,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x55ffcb};_0x132937[_0x17ccf5][_0x4cb6e2(0x314)](_0x2c499f),_0x2cf57f[_0x3a7448][TestFrameworkConstants[_0x4cb6e2(0x1be)]]=_0x17ccf5;const _0x175d43={};_0x175d43['depth']=0x2,logger[_0x4cb6e2(0x2e1)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x17ccf5+_0x4cb6e2(0x27f)+_0xdae383+_0x4cb6e2(0x1f0)+_0x3a7448+_0x4cb6e2(0x28e)+util[_0x4cb6e2(0x2e8)](_0x2c499f,_0x175d43));}else{if(_0x146f14[_0x4cb6e2(0x1bc)](_0x154118,HookState[_0x4cb6e2(0x33e)])){const _0x5510ab=_0x2fa312[_0x4cb6e2(0x1f3)]||(_0x2fa312[_0x4cb6e2(0x326)]&&_0x146f14[_0x4cb6e2(0x308)](_0x2fa312[_0x4cb6e2(0x326)][_0x4cb6e2(0x23a)],0x0)?_0x146f14['SYfUh']:_0x146f14[_0x4cb6e2(0x29e)]),_0x4643d9=_0x132937[_0x17ccf5]||[];logger['debug'](_0x4cb6e2(0x25c)+_0x17ccf5+_0x4cb6e2(0x1f0)+_0x3a7448+',\x20result='+_0x5510ab+_0x4cb6e2(0x32a)+_0x4643d9['length']);if(_0x146f14['VRalC'](_0x4643d9[_0x4cb6e2(0x23a)],0x0)&&_0x146f14[_0x4cb6e2(0x21c)](_0x31453b,TestFrameworkState[_0x4cb6e2(0x24c)]))return logger[_0x4cb6e2(0x2e1)](_0x146f14['IcFcI']),this[_0x4cb6e2(0x1e5)](_0x1ffafc,_0x3a7448,_0x31453b,_0x154118,_0x7cdfe9),{};if(_0x146f14[_0x4cb6e2(0x308)](_0x4643d9[_0x4cb6e2(0x23a)],0x0)){const _0x598aad=_0x4643d9['pop']();_0x146f14['AHyIi'](_0x5510ab,_0x146f14[_0x4cb6e2(0x280)])&&_0x2fa312[_0x4cb6e2(0x326)]?(_0x598aad[TestFrameworkConstants[_0x4cb6e2(0x29b)]]=this[_0x4cb6e2(0x29d)](_0x2fa312),_0x598aad[TestFrameworkConstants[_0x4cb6e2(0x24b)]]=this['getJestFailureReason'](_0x2fa312),_0x598aad[TestFrameworkConstants[_0x4cb6e2(0x269)]]=this[_0x4cb6e2(0x1ef)](_0x2fa312),logger[_0x4cb6e2(0x2e1)](_0x4cb6e2(0x262)+_0x17ccf5+',\x20failureType='+_0x598aad[TestFrameworkConstants[_0x4cb6e2(0x29b)]]+_0x4cb6e2(0x1ba)+_0x598aad[TestFrameworkConstants[_0x4cb6e2(0x24b)]]?.[_0x4cb6e2(0x2b2)](0x0,0xc8))):_0x598aad[TestFrameworkConstants[_0x4cb6e2(0x22a)]]=_0x146f14[_0x4cb6e2(0x29e)];_0x146f14[_0x4cb6e2(0x293)](_0x5510ab,TestFrameworkConstants[_0x4cb6e2(0x32e)])&&(_0x598aad[TestFrameworkConstants[_0x4cb6e2(0x22a)]]=_0x5510ab);_0x598aad[TestFrameworkConstants[_0x4cb6e2(0x270)]]=_0x2fa312['finished_at']||new Date()[_0x4cb6e2(0x285)](),_0x598aad[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x55ffcb;const _0x3f559e=_0x598aad[TestFrameworkConstants[_0x4cb6e2(0x338)]];!_0x2f86e5[_0x17ccf5]&&(_0x2f86e5[_0x17ccf5]=[]);_0x2f86e5[_0x17ccf5][_0x4cb6e2(0x314)](_0x598aad),_0x2cf57f[_0x3a7448][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x17ccf5;const _0xa6fca={};_0xa6fca[_0x4cb6e2(0x245)]=0x2,logger['debug'](_0x4cb6e2(0x1dc)+_0x17ccf5+_0x4cb6e2(0x27f)+_0x3f559e+_0x4cb6e2(0x286)+_0x5510ab+',\x20hook='+util[_0x4cb6e2(0x2e8)](_0x598aad,_0xa6fca));}}}return _0x2cf57f;}[a92_0xf0f99(0x217)](_0x55de98){const _0x2a74af=a92_0xf0f99,_0x3176e9={};_0x3176e9['djnoM']='base64';const _0x32334e=_0x3176e9;try{const _0x372fab=_0x55de98[_0x2a74af(0x2d9)]?this[_0x2a74af(0x2cf)](_0x55de98[_0x2a74af(0x2d9)]):_0x55de98[_0x2a74af(0x274)][_0x2a74af(0x26b)],_0x5efeba=_0x55de98[_0x2a74af(0x30e)],_0x45fdd7=_0x5efeba['getContext'](),_0x58d61a=_0x5efeba[_0x2a74af(0x2c2)]()[_0x2a74af(0x305)](_0x372fab);if(!_0x58d61a)return logger[_0x2a74af(0x2e1)]('createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x372fab),{};const {[TestFrameworkConstants[_0x2a74af(0x2fd)]]:_0x6a9248=this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x2a74af(0x22f)]]:_0x33db99=this['getTestFrameworksVersions']()[this[_0x2a74af(0x2bd)]()[0x0]]||'',[TestFrameworkConstants[_0x2a74af(0x2ab)]]:_0x57f9a0='',[TestFrameworkConstants[_0x2a74af(0x2f1)]]:_0x2c5e6d=''}=_0x58d61a,_0x39a69a=_0x5efeba['getCurrentTestState']()[_0x2a74af(0x268)]()[_0x2a74af(0x246)]('.')[0x1],_0x27fb8c=_0x5efeba['getCurrentHookState']()[_0x2a74af(0x268)]()['split']('.')[0x1],_0x4d9588=global?.[_0x2a74af(0x2da)]?.[_0x2a74af(0x1c0)]?.[_0x2a74af(0x2db)]||global[_0x2a74af(0x32c)]||0x0,_0x42ea8c=_0x5efeba[_0x2a74af(0x277)](),_0x29732a=Buffer[_0x2a74af(0x1f1)](JSON[_0x2a74af(0x2c5)](_0x58d61a))['toString'](_0x32334e['djnoM']),_0x46ae6b={'hash':_0x45fdd7[_0x2a74af(0x216)](),'threadId':_0x45fdd7[_0x2a74af(0x2a3)]()['toString'](),'processId':_0x45fdd7[_0x2a74af(0x244)]()[_0x2a74af(0x268)]()},_0x56e78f={};_0x56e78f['platformIndex']=_0x4d9588,_0x56e78f[_0x2a74af(0x26a)]=_0x6a9248,_0x56e78f[_0x2a74af(0x29c)]=_0x33db99,_0x56e78f[_0x2a74af(0x1c9)]=_0x39a69a,_0x56e78f[_0x2a74af(0x249)]=_0x27fb8c,_0x56e78f[_0x2a74af(0x1d6)]=_0x57f9a0,_0x56e78f[_0x2a74af(0x211)]=_0x2c5e6d,_0x56e78f[_0x2a74af(0x2c6)]=_0x42ea8c,_0x56e78f['eventJson']=_0x29732a,_0x56e78f['executionContext']=_0x46ae6b,_0x56e78f[_0x2a74af(0x1fa)]=_0x372fab;const _0x47345a=_0x56e78f;return _0x47345a;}catch(_0x389dd9){return logger['error'](_0x2a74af(0x239)+util[_0x2a74af(0x2c3)](_0x389dd9)),{};}}async['sendLogCreatedEvent'](_0x57e69e,_0x1bfb00,_0x4be2f1){const _0x36a54e=a92_0xf0f99,_0x2918f3={'ZcVDw':function(_0x5cbc39,_0x46a032){return _0x5cbc39+_0x46a032;},'FWucv':'missing','eRPrn':'none','KIEFi':function(_0x9d624c,_0x5bfda1){return _0x9d624c>_0x5bfda1;},'kZVWM':function(_0x1e98bb,_0x2ed051,_0x509836,_0x5dd274){return _0x1e98bb(_0x2ed051,_0x509836,_0x5dd274);},'QkCwz':function(_0x30db16,_0x51585d){return _0x30db16-_0x51585d;},'fLYeG':function(_0x19d9aa,_0x4ec7c5){return _0x19d9aa===_0x4ec7c5;},'YNVcX':function(_0x3dd2b9,_0x3b8382){return _0x3dd2b9/_0x3b8382;},'OMndK':function(_0x5e35e9,_0x60fc59){return _0x5e35e9<_0x60fc59;},'mHGBX':function(_0x4921a3,_0x1e70ea){return _0x4921a3*_0x1e70ea;},'hSKab':function(_0x3762ee,_0x2616e7){return _0x3762ee+_0x2616e7;}};try{const _0x1c2d86=_0x4be2f1['testUUID']||_0x4be2f1[_0x36a54e(0x2bf)],_0x366a46=Array[_0x36a54e(0x1f1)](_0x57e69e['getAllData']()[_0x36a54e(0x248)]()),_0x2e1584=_0x57e69e[_0x36a54e(0x2c2)]()[_0x36a54e(0x305)](_0x1c2d86);if(!_0x2e1584){logger[_0x36a54e(0x2e1)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x1c2d86);return;}const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x5e3ba3='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0xfe0841=''}=_0x2e1584;let _0x4d1e53=[];_0x2e1584&&_0x2e1584[TestFrameworkConstants[_0x36a54e(0x226)]]&&Array['isArray'](_0x2e1584[TestFrameworkConstants[_0x36a54e(0x226)]])?(_0x4d1e53=_0x2e1584[TestFrameworkConstants[_0x36a54e(0x226)]]||[],logger['debug'](_0x36a54e(0x251)+_0x4d1e53['length']+'\x20logs\x20for\x20testId:\x20'+_0x1c2d86),_0x57e69e[_0x36a54e(0x20c)]({[_0x1c2d86]:{[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants[_0x36a54e(0x2fd)]]:this[_0x36a54e(0x2bd)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x36a54e(0x1cd)]()[this[_0x36a54e(0x2bd)]()[0x0]]||''}}),logger['debug'](_0x36a54e(0x2d0)+_0x1c2d86)):logger[_0x36a54e(0x2e1)](_0x36a54e(0x1f7)+_0x1c2d86);logger[_0x36a54e(0x2e1)](_0x36a54e(0x24a)+_0x4d1e53['length']+_0x36a54e(0x31a)+_0x1c2d86);const _0x72d22f=_0x4d1e53['filter'](_0x15bf6e=>_0x15bf6e[_0x36a54e(0x1e9)]==='TEST_SCREENSHOT');_0x2918f3[_0x36a54e(0x1ea)](_0x72d22f[_0x36a54e(0x23a)],0x0)&&(logger[_0x36a54e(0x2e1)](_0x36a54e(0x1c6)+_0x72d22f[_0x36a54e(0x23a)]+_0x36a54e(0x1e6)+_0x1c2d86),_0x72d22f[_0x36a54e(0x254)]((_0xcacd6b,_0x1e60ba)=>{const _0x5171b1=_0x36a54e;logger[_0x5171b1(0x2e1)](_0x5171b1(0x33d)+_0x2918f3[_0x5171b1(0x25b)](_0x1e60ba,0x1)+'/'+_0x72d22f[_0x5171b1(0x23a)]+'\x20-\x20test_identifier='+(_0xcacd6b[_0x5171b1(0x1fa)]||_0x2918f3['FWucv'])+_0x5171b1(0x203)+(_0xcacd6b[_0x5171b1(0x207)]||_0x2918f3[_0x5171b1(0x1d5)])+_0x5171b1(0x32b)+(_0xcacd6b[_0x5171b1(0x28f)]||_0x2918f3['eRPrn'])+',\x20messageLength='+(_0xcacd6b[_0x5171b1(0x1cf)]?.['length']||0x0));}));const _0x39285d=_0x2e1584[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x43de4d=_0x2918f3[_0x36a54e(0x33c)](getMediaArtifactsLogs,_0x39285d,null,_0x1c2d86),_0x54cbe3=(_0x4d1e53||[])[_0x36a54e(0x2e3)](_0x43de4d||[]),_0x3f19bc=_0x72d22f?.[_0x36a54e(0x23a)]||0x0,_0x465039=_0x2918f3[_0x36a54e(0x1ec)](_0x4d1e53?.[_0x36a54e(0x23a)]||0x0,_0x3f19bc);logger[_0x36a54e(0x2e1)](_0x36a54e(0x218)+_0x1c2d86+_0x36a54e(0x22c)+_0x465039+',\x20screenshotLogs:\x20'+_0x3f19bc+',\x20attachmentLogs:\x20'+(_0x43de4d?.[_0x36a54e(0x23a)]||0x0)+_0x36a54e(0x253)+_0x54cbe3[_0x36a54e(0x23a)]);if(!_0x54cbe3||_0x2918f3[_0x36a54e(0x201)](_0x54cbe3[_0x36a54e(0x23a)],0x0)){logger['debug'](_0x36a54e(0x1e7)+_0x1c2d86);return;}const _0x4e8439=0x28,_0x208b19=Math[_0x36a54e(0x263)](_0x2918f3[_0x36a54e(0x30a)](_0x54cbe3['length'],_0x4e8439));for(let _0xd11438=0x0;_0x2918f3[_0x36a54e(0x1f9)](_0xd11438,_0x208b19);_0xd11438++){const _0x507d70=_0x2918f3[_0x36a54e(0x2c9)](_0xd11438,_0x4e8439),_0x5f3771=_0x2918f3[_0x36a54e(0x25b)](_0x507d70,_0x4e8439),_0x331230=_0x54cbe3[_0x36a54e(0x21e)](_0x507d70,_0x5f3771),_0x2f2bfc=global?.[_0x36a54e(0x310)]??0x0,_0x28b5f4={'platformIndex':_0x2f2bfc,'logs':_0x331230,'testFrameworkName':_0x5e3ba3,'testFrameworkVersion':_0xfe0841,'testFrameworkState':_0x1bfb00[_0x36a54e(0x268)]()[_0x36a54e(0x246)]('.')[0x1]},_0x351e49={};_0x351e49[_0x36a54e(0x245)]=0x3,_0x351e49[_0x36a54e(0x27e)]=0x5,logger['debug'](_0x36a54e(0x1d9)+_0x2918f3[_0x36a54e(0x25b)](_0xd11438,0x1)+'/'+_0x208b19+_0x36a54e(0x281)+_0x1c2d86+_0x36a54e(0x26d)+_0x331230[_0x36a54e(0x23a)]+',\x20platformIndex:\x20'+_0x2f2bfc+_0x36a54e(0x2b6)+util[_0x36a54e(0x2e8)](_0x28b5f4,_0x351e49));const _0x4274dd=await GrpcClient[_0x36a54e(0x1e1)]()[_0x36a54e(0x28c)](_0x28b5f4);logger[_0x36a54e(0x2e1)](_0x36a54e(0x1d9)+_0x2918f3['hSKab'](_0xd11438,0x1)+'/'+_0x208b19+_0x36a54e(0x281)+_0x1c2d86+_0x36a54e(0x236)+util['inspect'](_0x4274dd));}_0x43de4d&&_0x2918f3[_0x36a54e(0x1ea)](_0x43de4d[_0x36a54e(0x23a)],0x0)&&_0x2e1584[TestFrameworkConstants[_0x36a54e(0x1db)]]&&_0x57e69e[_0x36a54e(0x20c)]({[_0x1c2d86]:{[TestFrameworkConstants[_0x36a54e(0x1db)]]:{},[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x36a54e(0x2bd)]()[0x0]||'',[TestFrameworkConstants[_0x36a54e(0x22f)]]:this[_0x36a54e(0x1cd)]()[this[_0x36a54e(0x2bd)]()[0x0]]||''}}),logger['debug'](_0x36a54e(0x1ce)+_0x1c2d86+',\x20totalBatches:\x20'+_0x208b19);}catch(_0x3c3e61){logger[_0x36a54e(0x232)](_0x36a54e(0x2b4)+(_0x4be2f1[_0x36a54e(0x257)]||_0x4be2f1['testId'])+_0x36a54e(0x1d7)+util[_0x36a54e(0x2c3)](_0x3c3e61));}}['storePendingHook'](_0x35d611,_0x5f0184,_0x2df2c8,_0x24ed6b,_0x311217){const _0xb15d56=a92_0xf0f99,_0x22706a={};_0x22706a[_0xb15d56(0x31b)]=function(_0x340acd,_0x549b28){return _0x340acd===_0x549b28;},_0x22706a[_0xb15d56(0x340)]=_0xb15d56(0x238);const _0x5dc3bc=_0x22706a,{hookData:_0x5139fb}=_0x311217,_0x4641bd={'testId':_0x5f0184,'testFrameworkState':_0x2df2c8,'hookState':_0x24ed6b,'args':_0x311217,'timestamp':new Date()[_0xb15d56(0x285)]()};if(_0x5dc3bc[_0xb15d56(0x31b)](_0x2df2c8,TestFrameworkState[_0xb15d56(0x24c)])&&_0x5139fb){const _0x122aa1={};_0x122aa1[_0xb15d56(0x2ce)]=_0x5139fb['file_name']||_0x5139fb[_0xb15d56(0x2aa)],_0x122aa1[_0xb15d56(0x234)]=_0x5139fb['scope']||_0x5139fb[_0xb15d56(0x1f5)]&&_0x5139fb['scopes'][0x0]||'',_0x122aa1['hookType']=_0x5dc3bc['urgVJ'],_0x4641bd[_0xb15d56(0x2e4)]=_0x122aa1,logger[_0xb15d56(0x2e1)](_0xb15d56(0x250)+_0x5f0184+',\x20filePath:\x20'+_0x4641bd[_0xb15d56(0x2e4)][_0xb15d56(0x2ce)]+_0xb15d56(0x23d)+_0x4641bd[_0xb15d56(0x2e4)][_0xb15d56(0x234)]);}_0x35d611['addPendingHook'](_0x5f0184,_0x4641bd),logger[_0xb15d56(0x2e1)]('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x5f0184+_0xb15d56(0x240)+_0x2df2c8+_0xb15d56(0x242)+_0x24ed6b);}async['processPendingHooks'](_0x2d7941,_0x462040){const _0x5bedad=a92_0xf0f99,_0x58577d={};_0x58577d['fQXQY']=function(_0x5dfbf5,_0x5d5cc4){return _0x5dfbf5>_0x5d5cc4;},_0x58577d['GhSIB']=function(_0x2b1dd8,_0x2f05d9){return _0x2b1dd8===_0x2f05d9;},_0x58577d[_0x5bedad(0x2fa)]=function(_0x1586ed,_0x2df85c){return _0x1586ed===_0x2df85c;},_0x58577d[_0x5bedad(0x20b)]=function(_0x2b036c,_0x4bfa11){return _0x2b036c===_0x4bfa11;},_0x58577d[_0x5bedad(0x22d)]=_0x5bedad(0x213);const _0x2ebe4f=_0x58577d;if(_0x2d7941[_0x5bedad(0x27b)](_0x462040)){const _0x234202=_0x2d7941[_0x5bedad(0x1c8)](_0x462040);logger[_0x5bedad(0x2e1)](_0x5bedad(0x219)+_0x234202[_0x5bedad(0x23a)]+_0x5bedad(0x22b)+_0x462040);for(const _0x327c2d of _0x234202){try{const _0x3f3aa3=await this[_0x5bedad(0x276)](_0x2d7941,_0x327c2d[_0x5bedad(0x1c9)],_0x327c2d[_0x5bedad(0x249)],_0x327c2d[_0x5bedad(0x342)]);_0x3f3aa3&&_0x2ebe4f[_0x5bedad(0x2de)](Object[_0x5bedad(0x248)](_0x3f3aa3)['length'],0x0)&&_0x2d7941['addMultipleEntries'](_0x3f3aa3),await this[_0x5bedad(0x313)](_0x2d7941,_0x327c2d[_0x5bedad(0x1c9)],_0x327c2d[_0x5bedad(0x249)],_0x327c2d[_0x5bedad(0x342)]);}catch(_0x3c0243){logger[_0x5bedad(0x232)](_0x5bedad(0x1fb)+_0x462040+_0x5bedad(0x1d7)+_0x3c0243);}}_0x2d7941[_0x5bedad(0x2b0)](_0x462040),logger[_0x5bedad(0x2e1)](_0x5bedad(0x2fc)+_0x462040);}const _0x1e9d2c=_0x2d7941[_0x5bedad(0x2c2)]()[_0x5bedad(0x305)](_0x462040);if(_0x1e9d2c){const _0xf3415=_0x1e9d2c[TestFrameworkConstants[_0x5bedad(0x1e4)]]||_0x1e9d2c[TestFrameworkConstants[_0x5bedad(0x1ed)]],_0x3fee8c=_0x1e9d2c[TestFrameworkConstants[_0x5bedad(0x1c2)]]||_0x1e9d2c[TestFrameworkConstants[_0x5bedad(0x1cc)]]&&_0x1e9d2c[TestFrameworkConstants[_0x5bedad(0x1cc)]][0x0]||'';logger[_0x5bedad(0x2e1)](_0x5bedad(0x31c)+_0xf3415+',\x20scope:\x20'+_0x3fee8c);const _0x3b2871=_0x2d7941[_0x5bedad(0x2df)]();for(const _0x3e8d1d of _0x3b2871){if(_0x2ebe4f[_0x5bedad(0x2ef)](_0x3e8d1d,_0x462040))continue;if(_0x2d7941[_0x5bedad(0x27b)](_0x3e8d1d)){const _0x53944a=_0x2d7941[_0x5bedad(0x1c8)](_0x3e8d1d);for(const _0x288405 of _0x53944a){if(_0x2ebe4f['GhSIB'](_0x288405[_0x5bedad(0x1c9)],TestFrameworkState[_0x5bedad(0x24c)])&&_0x288405[_0x5bedad(0x2e4)]){const _0x4cb5e7=_0x288405[_0x5bedad(0x2e4)][_0x5bedad(0x2ce)],_0x1d763e=_0x288405['hookMetadata'][_0x5bedad(0x234)];if(_0x2ebe4f[_0x5bedad(0x2ef)](_0x4cb5e7,_0xf3415)&&_0x2ebe4f[_0x5bedad(0x2fa)](_0x1d763e,_0x3fee8c)){logger[_0x5bedad(0x2e1)](_0x5bedad(0x30d)+_0x3e8d1d+',\x20currentTestId:\x20'+_0x462040+',\x20filePath:\x20'+_0x4cb5e7+',\x20scope:\x20'+_0x1d763e);_0x288405['args']&&_0x288405['args'][_0x5bedad(0x274)]&&(_0x288405[_0x5bedad(0x342)][_0x5bedad(0x274)][_0x5bedad(0x26b)]=_0x462040,logger[_0x5bedad(0x2e1)](_0x5bedad(0x210)+_0x3e8d1d+_0x5bedad(0x208)+_0x462040));try{const _0xdfff22=await this[_0x5bedad(0x276)](_0x2d7941,_0x288405[_0x5bedad(0x1c9)],_0x288405[_0x5bedad(0x249)],_0x288405[_0x5bedad(0x342)]);_0xdfff22&&_0x2ebe4f[_0x5bedad(0x2de)](Object[_0x5bedad(0x248)](_0xdfff22)[_0x5bedad(0x23a)],0x0)&&_0x2d7941[_0x5bedad(0x20c)](_0xdfff22);await this['runHooks'](_0x2d7941,_0x288405['testFrameworkState'],_0x288405['hookState'],_0x288405['args']);const _0x2c7d5c=_0x2d7941[_0x5bedad(0x1c8)](_0x3e8d1d)['filter'](_0x48064c=>_0x48064c!==_0x288405);if(_0x2ebe4f['pKIVR'](_0x2c7d5c[_0x5bedad(0x23a)],0x0))_0x2d7941['removePendingHooks'](_0x3e8d1d);else{_0x2d7941[_0x5bedad(0x2b0)](_0x3e8d1d);for(const _0x439694 of _0x2c7d5c){_0x2d7941['addPendingHook'](_0x3e8d1d,_0x439694);}}logger[_0x5bedad(0x2e1)](_0x2ebe4f[_0x5bedad(0x22d)]);}catch(_0x11f5f5){logger[_0x5bedad(0x232)](_0x5bedad(0x331)+_0x462040+_0x5bedad(0x1d7)+_0x11f5f5);}}}}}}}}[a92_0xf0f99(0x209)](_0x53a63b){const _0xc9cda8=a92_0xf0f99,_0x37728d={'FdNPD':function(_0x4f96f0){return _0x4f96f0();}};if(!_0x53a63b||!_0x53a63b['parent'])return;_0x53a63b[_0xc9cda8(0x289)][_0xc9cda8(0x343)]&&Array['isArray'](_0x53a63b[_0xc9cda8(0x289)]['hooks'])&&_0x53a63b['parent']['hooks'][_0xc9cda8(0x254)](_0x266dbf=>{const _0x3077bb=_0xc9cda8;!_0x266dbf['hookAnalyticsId']&&!_0x266dbf['hookUUID']&&(_0x266dbf[_0x3077bb(0x2e6)]=_0x37728d[_0x3077bb(0x200)](uuidv4),_0x266dbf[_0x3077bb(0x2f4)]=_0x266dbf[_0x3077bb(0x2e6)],logger[_0x3077bb(0x2e1)](_0x3077bb(0x2a4)+_0x266dbf[_0x3077bb(0x2e9)]+_0x3077bb(0x2a9)+_0x266dbf['hookAnalyticsId']));}),this[_0xc9cda8(0x209)](_0x53a63b[_0xc9cda8(0x289)]);}[a92_0xf0f99(0x225)](_0x26bf57){const _0x1f3ef0=a92_0xf0f99,_0x56044f={'ZXaGn':function(_0x4c711a,_0x5c5c0a){return _0x4c711a(_0x5c5c0a);}};if(!_0x26bf57||!_0x26bf57[_0x1f3ef0(0x289)])return[];const _0x434de2=[];return _0x26bf57[_0x1f3ef0(0x289)][_0x1f3ef0(0x343)]&&Array[_0x1f3ef0(0x312)](_0x26bf57[_0x1f3ef0(0x289)]['hooks'])&&_0x26bf57[_0x1f3ef0(0x289)]['hooks']['forEach'](_0x4c3490=>{const _0x5b8a59=_0x1f3ef0,_0x3a3d1b=_0x4c3490[_0x5b8a59(0x2e6)]||_0x4c3490[_0x5b8a59(0x2f4)];_0x3a3d1b&&!this[_0x5b8a59(0x2c4)](_0x4c3490)&&!_0x56044f[_0x5b8a59(0x2f0)](isInternalHook,_0x4c3490['fn'])&&_0x434de2[_0x5b8a59(0x314)](_0x3a3d1b);}),[..._0x434de2,...this[_0x1f3ef0(0x225)](_0x26bf57[_0x1f3ef0(0x289)])];}['buildHookMapFromTest'](_0x263733){const _0x1c6b19=a92_0xf0f99,_0x4b6dbc={'TstrJ':function(_0x18e5c7,_0xd476ed){return _0x18e5c7(_0xd476ed);},'uumxK':_0x1c6b19(0x214)},_0x2b7992=new Map(),_0x46bc43=_0x151527=>{const _0x572883=_0x1c6b19,_0x1a60e5={'PngYb':function(_0x3e0d0d,_0x4709a0){return _0x4b6dbc['TstrJ'](_0x3e0d0d,_0x4709a0);},'bqvSm':_0x4b6dbc[_0x572883(0x1f2)]};if(!_0x151527||!_0x151527[_0x572883(0x289)])return;_0x151527[_0x572883(0x289)][_0x572883(0x343)]&&Array[_0x572883(0x312)](_0x151527[_0x572883(0x289)][_0x572883(0x343)])&&_0x151527[_0x572883(0x289)][_0x572883(0x343)]['forEach'](_0x5d500c=>{const _0x47f546=_0x572883,_0x1e996d=_0x5d500c[_0x47f546(0x2e6)]||_0x5d500c[_0x47f546(0x2f4)];if(_0x1e996d&&!this[_0x47f546(0x2c4)](_0x5d500c)&&!_0x1a60e5[_0x47f546(0x311)](isInternalHook,_0x5d500c['fn'])){const _0x21d86={};_0x21d86[_0x47f546(0x2e9)]=_0x5d500c[_0x47f546(0x2e9)]||_0x1a60e5[_0x47f546(0x341)],_0x21d86[_0x47f546(0x2f7)]=_0x5d500c['name']||'\x22'+_0x5d500c[_0x47f546(0x2e9)]+'\x22\x20hook',_0x2b7992[_0x47f546(0x1ee)](_0x1e996d,_0x21d86);}}),_0x4b6dbc[_0x572883(0x31d)](_0x46bc43,_0x151527[_0x572883(0x289)]);};return _0x4b6dbc['TstrJ'](_0x46bc43,_0x263733),_0x2b7992;}[a92_0xf0f99(0x2c4)](_0x49ff20){const _0x3ee2d7=a92_0xf0f99,_0x346283={};_0x346283[_0x3ee2d7(0x2af)]=_0x3ee2d7(0x320),_0x346283[_0x3ee2d7(0x264)]=_0x3ee2d7(0x306);const _0x9b0216=_0x346283;try{const _0x4f485e=this['getRootParentFile'](_0x49ff20);if(!_0x4f485e||_0x4f485e[_0x3ee2d7(0x29a)](_0x9b0216['KGzat']))return!![];return![];}catch(_0x44c3ee){logger[_0x3ee2d7(0x2e1)](_0x9b0216['MgMqX']);}return![];}[a92_0xf0f99(0x33f)](_0x1c1105){const _0x1ca8c1=a92_0xf0f99,_0x33bd51={'CGrUz':function(_0x4079b0,_0x120323){return _0x4079b0(_0x120323);}};if(_0x1c1105[_0x1ca8c1(0x2be)])return _0x1c1105['file'];if(_0x1c1105['asyncError'])try{const _0x45ac3c=stackTrace['parse'](_0x1c1105[_0x1ca8c1(0x2a8)]),_0x9ba3c5=_0x33bd51[_0x1ca8c1(0x2a7)](pickUserFrameFile,_0x45ac3c);if(_0x9ba3c5)return _0x9ba3c5;logger['debug'](_0x1ca8c1(0x2ca)+_0x45ac3c[_0x1ca8c1(0x23a)]+')');}catch(_0x11ee27){logger[_0x1ca8c1(0x2e1)](_0x1ca8c1(0x1fe)+util[_0x1ca8c1(0x2c3)](_0x11ee27));}return null;}}module[a92_0xf0f99(0x230)]=JestTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function
|
|
1
|
+
const a93_0x5a8d88=a93_0x700d;function a93_0x700d(_0x440c6d,_0x3276f1){const _0x54ea17=a93_0x54ea();return a93_0x700d=function(_0x700de4,_0x285690){_0x700de4=_0x700de4-0xae;let _0x56c4b9=_0x54ea17[_0x700de4];return _0x56c4b9;},a93_0x700d(_0x440c6d,_0x3276f1);}function a93_0x54ea(){const _0x6fc377=['tags','started_at','../state/testFrameworkState.js','uuid','scope','KEY_TEST_SCOPE','22cNegOh','getId','toString','location','error','resolveInstance','debug','../../../helpers/classLogger.js','135MUiRFG','KEY_TEST_RESULT','KEY_CUSTOM_TAGS','getContext','18jdsavz','KEY_HOOKS_STARTED','runHooks','split','getAllData','../instances/trackedInstance.js','meta','setTrackedInstance','addMultipleEntries','KEY_TEST_FILE_PATH','getTestFrameworksVersions','finished_at','KEY_TEST_FAILURE_REASON','KEY_TEST_META','ycLTZ','getProcessId','format','scopes','NONE','path','trackEvent','TEST','KEY_TEST_FAILURE','toISOString','KEY_TEST_FRAMEWORK_NAME','247795DVQagJ','133312swNajx','custom_metadata','parseNewmanTestResult','KEY_TEST_UUID','./testFramework','createTestFrameworkEventPayload:\x20error=','../instances/testFrameworkInstance.js','pending','failure','2207618pokGAJ','instance','KEY_HOOKS_FINISHED','name','createContext','createTestFrameworkEventPayload','KEY_TEST_ENDED_AT','YfGBz','file_path','from','trackEvent:\x20state=','3666570wSdGyA','KEY_TEST_SCOPES','../state/hookState.js','trackEvent:\x20error=','7577NFJPrl','getThreadId','test','92022LgMIfk','KEY_TEST_STARTED_AT','179472tdcqTD','KEY_TEST_NAME','base64','getTestFrameworks','\x20hook=','getCurrentInstanceName','stringify','./constants/testFrameworkConstants.js','KEY_TEST_FAILURE_TYPE','KEY_TEST_TAGS','KEY_TEST_CODE','KEY_TEST_FRAMEWORK_VERSION','XDAzd','getCurrentHookState'];a93_0x54ea=function(){return _0x6fc377;};return a93_0x54ea();}(function(_0x242f80,_0x29ee89){const _0x25bc56=a93_0x700d,_0x3e0508=_0x242f80();while(!![]){try{const _0x4920d7=parseInt(_0x25bc56(0xd5))/0x1+-parseInt(_0x25bc56(0xee))/0x2*(-parseInt(_0x25bc56(0xd8))/0x3)+-parseInt(_0x25bc56(0xbd))/0x4+-parseInt(_0x25bc56(0xbc))/0x5*(-parseInt(_0x25bc56(0xfa))/0x6)+-parseInt(_0x25bc56(0xc6))/0x7+parseInt(_0x25bc56(0xda))/0x8*(-parseInt(_0x25bc56(0xf6))/0x9)+parseInt(_0x25bc56(0xd1))/0xa;if(_0x4920d7===_0x29ee89)break;else _0x3e0508['push'](_0x3e0508['shift']());}catch(_0x585dc1){_0x3e0508['push'](_0x3e0508['shift']());}}}(a93_0x54ea,0x2ac09));const path=require(a93_0x5a8d88(0xb6)),TestFramework=require(a93_0x5a8d88(0xc1)),TestFrameworkState=require(a93_0x5a8d88(0xea)),HookState=require(a93_0x5a8d88(0xd3)),{createClassLogger}=require(a93_0x5a8d88(0xf5)),TestFrameworkInstance=require(a93_0x5a8d88(0xc3)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a93_0x5a8d88(0xff)),TestFrameworkConstants=require(a93_0x5a8d88(0xe1)),util=require('util'),logger=createClassLogger('NewmanTestFramework');class NewmanTestFramework extends TestFramework{constructor(_0x14e0bf,_0x586f95,_0x368e49){super(_0x14e0bf,_0x586f95,_0x368e49);}async[a93_0x5a8d88(0xb7)](_0x563ab9,_0x24b618,_0x333670={}){const _0x34a26a=a93_0x5a8d88,_0x548d07={};_0x548d07[_0x34a26a(0xb1)]=function(_0x93bf56,_0x4ab903){return _0x93bf56===_0x4ab903;};const _0x22ce2e=_0x548d07;logger[_0x34a26a(0xf4)](_0x34a26a(0xd0)+_0x563ab9+_0x34a26a(0xde)+_0x24b618),await super[_0x34a26a(0xb7)](_0x563ab9,_0x24b618,_0x333670);const _0x590210=this['resolveInstance'](_0x563ab9,_0x24b618,_0x333670);if(!_0x590210)return;try{if(_0x22ce2e['ycLTZ'](_0x563ab9,TestFrameworkState[_0x34a26a(0xb8)])&&_0x333670[_0x34a26a(0xd7)]){const _0x3c7bc2=_0x22ce2e[_0x34a26a(0xb1)](_0x24b618,HookState['PRE'])?this['parseNewmanTest'](_0x333670[_0x34a26a(0xd7)]):this['parseNewmanTestResult'](_0x333670[_0x34a26a(0xd7)]);_0x590210[_0x34a26a(0x102)](_0x3c7bc2);}}catch(_0x5792dc){logger[_0x34a26a(0xf2)](_0x34a26a(0xd4)+util['format'](_0x5792dc));}_0x333670[_0x34a26a(0xc7)]=_0x590210,await this[_0x34a26a(0xfc)](_0x590210,_0x563ab9,_0x24b618,_0x333670);}['parseNewmanTest'](_0x3d5459){const _0x463e8c=a93_0x5a8d88,_0x3dee36=this[_0x463e8c(0xdd)]()[0x0],_0x1b30d1={};return _0x1b30d1[_0x3d5459[_0x463e8c(0xeb)]]={[TestFrameworkConstants[_0x463e8c(0xbb)]]:_0x3dee36,[TestFrameworkConstants[_0x463e8c(0xe5)]]:this[_0x463e8c(0x104)]()[_0x3dee36],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x463e8c(0xc8)]]:{},[TestFrameworkConstants[_0x463e8c(0xfb)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants['KEY_TEST_ID']]:_0x3d5459['uuid'],[TestFrameworkConstants[_0x463e8c(0xc0)]]:_0x3d5459[_0x463e8c(0xeb)],[TestFrameworkConstants[_0x463e8c(0xdb)]]:_0x3d5459[_0x463e8c(0xc9)],[TestFrameworkConstants[_0x463e8c(0x103)]]:_0x3d5459[_0x463e8c(0xce)]||'',[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x3d5459[_0x463e8c(0xf1)]||'',[TestFrameworkConstants[_0x463e8c(0xe4)]]:null,[TestFrameworkConstants[_0x463e8c(0xe3)]]:_0x3d5459[_0x463e8c(0xe8)]||[],[TestFrameworkConstants[_0x463e8c(0xd9)]]:_0x3d5459[_0x463e8c(0xe9)]||new Date()[_0x463e8c(0xba)](),[TestFrameworkConstants[_0x463e8c(0xed)]]:_0x3d5459[_0x463e8c(0xec)]||'',[TestFrameworkConstants[_0x463e8c(0xd2)]]:_0x3d5459[_0x463e8c(0xb4)]||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:null,[TestFrameworkConstants[_0x463e8c(0xf8)]]:_0x3d5459[_0x463e8c(0xbe)]||{},[TestFrameworkConstants[_0x463e8c(0xb0)]]:_0x3d5459[_0x463e8c(0x100)]||{}},_0x1b30d1;}[a93_0x5a8d88(0xbf)](_0x56d265){const _0x59d35b=a93_0x5a8d88,_0x23d617={};_0x23d617[_0x59d35b(0xcd)]=_0x59d35b(0xc4);const _0x582238=_0x23d617,_0x5d6420={};return _0x5d6420[_0x56d265[_0x59d35b(0xeb)]]={[TestFrameworkConstants[_0x59d35b(0xf7)]]:_0x56d265['result']||_0x582238[_0x59d35b(0xcd)],[TestFrameworkConstants[_0x59d35b(0xcc)]]:_0x56d265[_0x59d35b(0xae)]||new Date()[_0x59d35b(0xba)](),[TestFrameworkConstants[_0x59d35b(0xb9)]]:_0x56d265[_0x59d35b(0xc5)]||[],[TestFrameworkConstants[_0x59d35b(0xe2)]]:_0x56d265['failure_type']||null,[TestFrameworkConstants[_0x59d35b(0xaf)]]:_0x56d265['failure_reason']||null},_0x5d6420;}[a93_0x5a8d88(0xf3)](_0x4cfb10){const _0x37a0e5=a93_0x5a8d88;let _0x44866c=TestFramework['getTrackedInstance']();if(!_0x44866c){const _0x2d9aed=TrackedInstance[_0x37a0e5(0xca)](CLIUtils[_0x37a0e5(0xdf)]());_0x44866c=new TestFrameworkInstance(_0x2d9aed,this['getTestFrameworks'](),this[_0x37a0e5(0x104)](),_0x4cfb10,HookState[_0x37a0e5(0xb5)]),TestFramework[_0x37a0e5(0x101)](_0x2d9aed,_0x44866c);}return _0x44866c;}[a93_0x5a8d88(0xcb)](_0x5d3f19){const _0x5d3f7b=a93_0x5a8d88,_0x5112c8={};_0x5112c8['XDAzd']=_0x5d3f7b(0xdc);const _0xea632b=_0x5112c8;try{const _0x26c5e8=_0x5d3f19[_0x5d3f7b(0xd7)]?_0x5d3f19[_0x5d3f7b(0xd7)][_0x5d3f7b(0xeb)]:null,_0x2122c2=_0x5d3f19[_0x5d3f7b(0xc7)],_0x2da877=_0x2122c2[_0x5d3f7b(0xf9)](),_0x1e49ba=_0x2122c2[_0x5d3f7b(0xfe)]()['get'](_0x26c5e8);if(!_0x1e49ba)return{};const {[TestFrameworkConstants[_0x5d3f7b(0xbb)]]:_0x110377='',[TestFrameworkConstants[_0x5d3f7b(0xe5)]]:_0x2cd72d='',[TestFrameworkConstants[_0x5d3f7b(0xd9)]]:_0x3e0bb8='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x3cd331=''}=_0x1e49ba;return{'platformIndex':0x0,'testFrameworkName':_0x110377,'testFrameworkVersion':_0x2cd72d,'testFrameworkState':_0x2122c2['getCurrentTestState']()[_0x5d3f7b(0xf0)]()[_0x5d3f7b(0xfd)]('.')[0x1],'hookState':_0x2122c2[_0x5d3f7b(0xe7)]()[_0x5d3f7b(0xf0)]()['split']('.')[0x1],'startedAt':_0x3e0bb8,'endedAt':_0x3cd331,'uuid':_0x26c5e8,'eventJson':Buffer[_0x5d3f7b(0xcf)](JSON[_0x5d3f7b(0xe0)](_0x1e49ba))[_0x5d3f7b(0xf0)](_0xea632b[_0x5d3f7b(0xe6)]),'executionContext':{'hash':_0x2da877[_0x5d3f7b(0xef)](),'threadId':_0x2da877[_0x5d3f7b(0xd6)]()[_0x5d3f7b(0xf0)](),'processId':_0x2da877[_0x5d3f7b(0xb2)]()['toString']()}};}catch(_0x3847fc){return logger[_0x5d3f7b(0xf2)](_0x5d3f7b(0xc2)+util[_0x5d3f7b(0xb3)](_0x3847fc)),{};}}}module['exports']=NewmanTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a94_0x5cebce=a94_0x4481;(function(_0x28f479,_0x220ff8){const _0x38d307=a94_0x4481,_0x55f64c=_0x28f479();while(!![]){try{const _0x2e5ed4=parseInt(_0x38d307(0xb6))/0x1*(parseInt(_0x38d307(0xf6))/0x2)+-parseInt(_0x38d307(0xed))/0x3+parseInt(_0x38d307(0x8c))/0x4*(parseInt(_0x38d307(0xe0))/0x5)+-parseInt(_0x38d307(0x9a))/0x6*(-parseInt(_0x38d307(0x9c))/0x7)+parseInt(_0x38d307(0xfe))/0x8+parseInt(_0x38d307(0xdd))/0x9*(-parseInt(_0x38d307(0xae))/0xa)+-parseInt(_0x38d307(0xaf))/0xb;if(_0x2e5ed4===_0x220ff8)break;else _0x55f64c['push'](_0x55f64c['shift']());}catch(_0x3f5877){_0x55f64c['push'](_0x55f64c['shift']());}}}(a94_0xc5df,0xa55fa));function a94_0x4481(_0x1f21e4,_0x2e96da){const _0xc5df59=a94_0xc5df();return a94_0x4481=function(_0x4481fd,_0x2a41d1){_0x4481fd=_0x4481fd-0x88;let _0x30dca2=_0xc5df59[_0x4481fd];return _0x30dca2;},a94_0x4481(_0x1f21e4,_0x2e96da);}const TestFramework=require(a94_0x5cebce(0xe5)),TestFrameworkState=require(a94_0x5cebce(0x105)),HookState=require(a94_0x5cebce(0xe1)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a94_0x5cebce(0xdf)),CLIUtils=require(a94_0x5cebce(0xa2)),TrackedInstance=require(a94_0x5cebce(0xd5)),TestFrameworkConstants=require(a94_0x5cebce(0x90)),logger=createClassLogger(a94_0x5cebce(0x9e)),util=require('util');function a94_0xc5df(){const _0x32c003=['hookState','createContext','workerInfo','3424PnFOLO','ZrvhO','KEY_TEST_FRAMEWORK_NAME',',\x20test_name=','test_meta','eventJson','KEY_TEST_DURATION','error','8241960vuzdZG','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20ERROR\x20-\x20','KEY_TEST_CODE','resolveInstance','BYDtz','__workerDetails','KEY_LOGS','../state/testFrameworkState.js','test_name','UnhandledError','ruEaq','getAllData','418536EgTDSA','POST','test_file_path','createTestFrameworkEventPayload','./constants/testFrameworkConstants.js','EHEhm','[TRACE:node-generic]\x20trackEvent\x20','KEY_TEST_STARTED_AT','getThreadId','KEY_TEST_FRAMEWORK_VERSION','parallelIndex','ibERT','exports','getRef','76476jBpifK','endedAt','658cInnYW','KEY_TEST_RESULT_AT','NodeGenericFramework','base64',',\x20result=','NONE','../cliUtils.js','format','KEY_AUTOMATE_SESSION_NAME','test_failure','[NodeGenericFramework]\x20trackEvent:\x20instance\x20not\x20found','getProcessId','KEY_TEST_FAILURE_REASON','Unknown\x20error','_currentTestUUID','getId','TEST','from','213230jKwvXV','8036490apEoON','debug','KEY_HOOKS_STARTED','testData','KEY_TEST_UUID','KEY_TEST_RESULT','executionContext','233wOTbcE','get','KEY_HOOKS_FINISHED',',\x20hookState=','test_duration','addMultipleEntries','[NodeGenericFramework]\x20resolveInstance:\x20creating\x20new\x20instance','getCurrentInstanceName','KEY_TEST_SCOPES','getTestFrameworks','test_rerun_name','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20no\x20data\x20for\x20test_uuid=','__bstackPlatformIndex','split','test_location','KEY_TEST_ID','test_uuid','lZiJQ','trackEvent','test_failure_type','getCurrentTestState','uuid','failed','KEY_TEST_TAGS','startedAt','test_started_at','KEY_CUSTOM_TAGS','DEFAULT_TEST_RESULT','getTestFrameworksVersions','setTrackedInstance','getContext','../instances/trackedInstance.js','test_scopes','KEY_TEST_META','info','test_result','getTrackedInstance','test_failure_reason','fwUnf','558UVlylR','parseTestResult','../instances/testFrameworkInstance.js','10VzqVGl','../state/hookState.js','KEY_TEST_SCOPE','runHooks','toString','./testFramework','[TRACE:node-generic]\x20TEST\x20PRE\x20-\x20loading\x20test\x20data\x20for\x20test_uuid=','KEY_TEST_FILE_PATH','instance','oUyjB','parseTestData','PRE','stringify','319641HJsBlN','testFrameworkName','[NodeGenericFramework]\x20trackEvent:\x20ERROR\x20-\x20state=','toISOString','KEY_TEST_ENDED_AT','WKISV'];a94_0xc5df=function(){return _0x32c003;};return a94_0xc5df();}class NodeGenericFramework extends TestFramework{constructor(_0x3218b8,_0xe98de9,_0x4b4881){const _0x5b53ca=a94_0x5cebce;super(_0x3218b8,_0xe98de9,_0x4b4881),this[_0x5b53ca(0xaa)]=null;}['setCurrentTestUUID'](_0x3d7a43){const _0x56e98c=a94_0x5cebce;this[_0x56e98c(0xaa)]=_0x3d7a43;}['getCurrentTestUUID'](){const _0x1dbd35=a94_0x5cebce;return this[_0x1dbd35(0xaa)];}async[a94_0x5cebce(0xc8)](_0x162951,_0x1744b1,_0x18534b={}){const _0x18bdaf=a94_0x5cebce,_0x395b73={};_0x395b73[_0x18bdaf(0x97)]=_0x18bdaf(0xa6),_0x395b73['fwUnf']=function(_0x41b82d,_0xcfa8f2){return _0x41b82d===_0xcfa8f2;};const _0x502e04=_0x395b73;logger[_0x18bdaf(0xd8)](_0x18bdaf(0x92)+_0x162951+'.'+_0x1744b1+'\x20for\x20test_uuid='+_0x18534b[_0x18bdaf(0xb2)]?.[_0x18bdaf(0xc6)]),await super[_0x18bdaf(0xc8)](_0x162951,_0x1744b1,_0x18534b);const _0x56dc3e=this[_0x18bdaf(0x101)](_0x162951,_0x1744b1,_0x18534b);if(!_0x56dc3e){logger[_0x18bdaf(0xb0)](_0x502e04['ibERT']);return;}try{switch(_0x162951){case TestFrameworkState[_0x18bdaf(0xac)]:{const _0x3b4a8b=_0x18534b[_0x18bdaf(0xb2)],_0x5c9aca=_0x3b4a8b['test_uuid'];if(_0x502e04[_0x18bdaf(0xdc)](_0x1744b1,HookState[_0x18bdaf(0xeb)])){logger[_0x18bdaf(0xd8)](_0x18bdaf(0xe6)+_0x5c9aca+_0x18bdaf(0xf9)+_0x3b4a8b[_0x18bdaf(0x88)]);const _0x4b414f=this[_0x18bdaf(0xea)](_0x3b4a8b);_0x56dc3e[_0x18bdaf(0xbb)](_0x4b414f);}else{if(_0x502e04[_0x18bdaf(0xdc)](_0x1744b1,HookState[_0x18bdaf(0x8d)])){logger[_0x18bdaf(0xd8)]('[TRACE:node-generic]\x20TEST\x20POST\x20-\x20processing\x20result\x20for\x20test_uuid='+_0x5c9aca+_0x18bdaf(0xa0)+_0x3b4a8b[_0x18bdaf(0xd9)]);const _0x37bac1=this[_0x18bdaf(0xde)](_0x3b4a8b,_0x56dc3e);_0x56dc3e[_0x18bdaf(0xbb)](_0x37bac1);}}break;}default:logger['debug']('[NodeGenericFramework]\x20trackEvent:\x20unsupported\x20state='+_0x162951+_0x18bdaf(0xb9)+_0x1744b1);break;}}catch(_0x1111f6){logger['error'](_0x18bdaf(0xef)+_0x162951+_0x18bdaf(0xb9)+_0x1744b1+',\x20error='+util[_0x18bdaf(0xa3)](_0x1111f6));}_0x18534b[_0x18bdaf(0xe8)]=_0x56dc3e,await this[_0x18bdaf(0xe3)](_0x56dc3e,_0x162951,_0x1744b1,_0x18534b);}[a94_0x5cebce(0x101)](_0x5c0e0e,_0x115b38,_0xf6e5af={}){const _0xb7ba9a=a94_0x5cebce,_0x53774a={};_0x53774a['GaVMC']=_0xb7ba9a(0xbc);const _0x3c26e4=_0x53774a;let _0x4cf466=TestFramework[_0xb7ba9a(0xda)]();if(!_0x4cf466){logger[_0xb7ba9a(0xb0)](_0x3c26e4['GaVMC']);const _0x191509=CLIUtils[_0xb7ba9a(0xbd)](),_0x206c7f=TrackedInstance[_0xb7ba9a(0xf4)](_0x191509);_0x4cf466=new TestFrameworkInstance(_0x206c7f,this[_0xb7ba9a(0xbf)](),this['getTestFrameworksVersions'](),_0x5c0e0e,HookState[_0xb7ba9a(0xa1)]),TestFramework[_0xb7ba9a(0xd3)](_0x206c7f,_0x4cf466),logger[_0xb7ba9a(0xb0)]('[NodeGenericFramework]\x20resolveInstance:\x20created\x20instance\x20contextId='+_0x206c7f[_0xb7ba9a(0xab)]());}return _0x4cf466;}[a94_0x5cebce(0xea)](_0x298d27){const _0x302737=a94_0x5cebce,_0x14cf3b=_0x298d27[_0x302737(0xc6)],_0x12de62=this[_0x302737(0xbf)]()[0x0],_0x543160=this[_0x302737(0xd2)](),_0x2343fc={[TestFrameworkConstants[_0x302737(0xf8)]]:_0x12de62,[TestFrameworkConstants[_0x302737(0x95)]]:_0x543160[_0x12de62]||'',[TestFrameworkConstants[_0x302737(0xb3)]]:_0x298d27['test_uuid'],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x302737(0xb8)]]:{},[TestFrameworkConstants[_0x302737(0xb1)]]:{},[TestFrameworkConstants[_0x302737(0xb4)]]:TestFrameworkConstants[_0x302737(0xd1)],[TestFrameworkConstants[_0x302737(0xa4)]]:_0x298d27[_0x302737(0x88)],[TestFrameworkConstants[_0x302737(0xe7)]]:_0x298d27['test_file_path'],[TestFrameworkConstants[_0x302737(0xc5)]]:_0x14cf3b,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x298d27['test_name'],[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x298d27[_0x302737(0xc4)]||_0x298d27[_0x302737(0x8e)],[TestFrameworkConstants[_0x302737(0x100)]]:_0x298d27['test_code']||null,[TestFrameworkConstants[_0x302737(0xcd)]]:_0x298d27['test_tags']||[],[TestFrameworkConstants[_0x302737(0x93)]]:_0x298d27[_0x302737(0xcf)]||new Date()[_0x302737(0xf0)](),[TestFrameworkConstants[_0x302737(0xe2)]]:_0x298d27['test_scope']||'',[TestFrameworkConstants[_0x302737(0xbe)]]:_0x298d27[_0x302737(0xd6)]||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x298d27[_0x302737(0xc0)]||_0x298d27['test_name'],[TestFrameworkConstants[_0x302737(0xd0)]]:{},[TestFrameworkConstants[_0x302737(0xd7)]]:_0x298d27[_0x302737(0xfa)]||{}},_0x4523fd={};return _0x4523fd[_0x14cf3b]=_0x2343fc,_0x4523fd;}[a94_0x5cebce(0xde)](_0x324156,_0x28628c){const _0xb0cf03=a94_0x5cebce,_0x4af8b9={};_0x4af8b9[_0xb0cf03(0x8a)]='unknown',_0x4af8b9[_0xb0cf03(0xf2)]=function(_0x528e45,_0x12d09d){return _0x528e45===_0x12d09d;},_0x4af8b9[_0xb0cf03(0x91)]=_0xb0cf03(0xcc),_0x4af8b9[_0xb0cf03(0xe9)]=_0xb0cf03(0x89),_0x4af8b9[_0xb0cf03(0xf7)]=_0xb0cf03(0xa9),_0x4af8b9[_0xb0cf03(0x102)]=function(_0x1f732c,_0x3a5820){return _0x1f732c!==_0x3a5820;};const _0x2d3f37=_0x4af8b9,_0x4c491c=_0x324156[_0xb0cf03(0xc6)],_0x5b62bd=_0x28628c[_0xb0cf03(0x8b)]()['get'](_0x4c491c)||{},_0x3256a1={..._0x5b62bd,[TestFrameworkConstants[_0xb0cf03(0xb4)]]:_0x324156[_0xb0cf03(0xd9)]||_0x2d3f37[_0xb0cf03(0x8a)],[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x324156['test_ended_at']||new Date()[_0xb0cf03(0xf0)](),[TestFrameworkConstants[_0xb0cf03(0x9d)]]:new Date()[_0xb0cf03(0xf0)](),[TestFrameworkConstants[_0xb0cf03(0x104)]]:_0x5b62bd[TestFrameworkConstants[_0xb0cf03(0x104)]]||[],[TestFrameworkConstants['KEY_TEST_META']]:_0x324156[_0xb0cf03(0xfa)]||{}};_0x2d3f37[_0xb0cf03(0xf2)](_0x324156[_0xb0cf03(0xd9)],_0x2d3f37[_0xb0cf03(0x91)])&&(_0x3256a1[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]=_0x324156[_0xb0cf03(0xc9)]||_0x2d3f37[_0xb0cf03(0xe9)],_0x3256a1[TestFrameworkConstants[_0xb0cf03(0xa8)]]=_0x324156[_0xb0cf03(0xdb)]||_0x2d3f37[_0xb0cf03(0xf7)],_0x3256a1[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x324156[_0xb0cf03(0xa5)]||[]);_0x2d3f37[_0xb0cf03(0x102)](_0x324156[_0xb0cf03(0xba)],undefined)&&(_0x3256a1[TestFrameworkConstants[_0xb0cf03(0xfc)]]=_0x324156[_0xb0cf03(0xba)]);const _0x54baa3={};return _0x54baa3[_0x4c491c]=_0x3256a1,_0x54baa3;}[a94_0x5cebce(0x8f)](_0x5d6cd3){const _0x4b600c=a94_0x5cebce,_0x1ef265={};_0x1ef265[_0x4b600c(0xc7)]=_0x4b600c(0x9f);const _0x1854ce=_0x1ef265;try{const _0x262a13=_0x5d6cd3[_0x4b600c(0xb2)]?.['test_uuid'],_0x118802=_0x5d6cd3[_0x4b600c(0xe8)],_0x4f16c0=_0x118802[_0x4b600c(0xd4)](),_0x422791=_0x118802['getAllData']()[_0x4b600c(0xb7)](_0x262a13);if(!_0x422791)return logger[_0x4b600c(0xb0)](_0x4b600c(0xc1)+_0x262a13),{};const {[TestFrameworkConstants[_0x4b600c(0xf8)]]:_0x3d3132=this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x4b600c(0x95)]]:_0x3ba796=this[_0x4b600c(0xd2)]()[this[_0x4b600c(0xbf)]()[0x0]]||'',[TestFrameworkConstants[_0x4b600c(0x93)]]:_0x23cbfd='',[TestFrameworkConstants[_0x4b600c(0xf1)]]:_0x2bce72=''}=_0x422791,_0x1bb4ab=_0x118802[_0x4b600c(0xca)]()['toString']()[_0x4b600c(0xc3)]('.')[0x1],_0x2e08c2=_0x118802['getCurrentHookState']()[_0x4b600c(0xe4)]()[_0x4b600c(0xc3)]('.')[0x1],_0x92f7c1=global?.[_0x4b600c(0x103)]?.[_0x4b600c(0xf5)]?.[_0x4b600c(0x96)]||global[_0x4b600c(0xc2)]||0x0,_0x568b47=_0x118802[_0x4b600c(0x99)](),_0x3b5865=Buffer[_0x4b600c(0xad)](JSON[_0x4b600c(0xec)](_0x422791))[_0x4b600c(0xe4)](_0x1854ce['lZiJQ']),_0x42bb55={'hash':_0x4f16c0[_0x4b600c(0xab)](),'threadId':_0x4f16c0[_0x4b600c(0x94)]()[_0x4b600c(0xe4)](),'processId':_0x4f16c0[_0x4b600c(0xa7)]()[_0x4b600c(0xe4)]()},_0x52ab8e={};return _0x52ab8e['platformIndex']=_0x92f7c1,_0x52ab8e[_0x4b600c(0xee)]=_0x3d3132,_0x52ab8e['testFrameworkVersion']=_0x3ba796,_0x52ab8e['testFrameworkState']=_0x1bb4ab,_0x52ab8e[_0x4b600c(0xf3)]=_0x2e08c2,_0x52ab8e[_0x4b600c(0xce)]=_0x23cbfd,_0x52ab8e[_0x4b600c(0x9b)]=_0x2bce72,_0x52ab8e[_0x4b600c(0xcb)]=_0x568b47,_0x52ab8e[_0x4b600c(0xfb)]=_0x3b5865,_0x52ab8e[_0x4b600c(0xb5)]=_0x42bb55,_0x52ab8e['test_identifier']=_0x262a13,_0x52ab8e;}catch(_0x32fc46){return logger[_0x4b600c(0xfd)](_0x4b600c(0xff)+util[_0x4b600c(0xa3)](_0x32fc46)),{};}}}module[a94_0x5cebce(0x98)]=NodeGenericFramework;
|
|
1
|
+
const a94_0x29883e=a94_0x4014;(function(_0x58e3d3,_0x387d30){const _0x2448f9=a94_0x4014,_0x48e883=_0x58e3d3();while(!![]){try{const _0x1a6001=-parseInt(_0x2448f9(0xc9))/0x1+-parseInt(_0x2448f9(0xd8))/0x2*(-parseInt(_0x2448f9(0xe1))/0x3)+parseInt(_0x2448f9(0xfb))/0x4*(parseInt(_0x2448f9(0xf1))/0x5)+parseInt(_0x2448f9(0xc4))/0x6+-parseInt(_0x2448f9(0xf4))/0x7*(parseInt(_0x2448f9(0xc0))/0x8)+parseInt(_0x2448f9(0x9d))/0x9+-parseInt(_0x2448f9(0xd3))/0xa*(parseInt(_0x2448f9(0xbe))/0xb);if(_0x1a6001===_0x387d30)break;else _0x48e883['push'](_0x48e883['shift']());}catch(_0x4c4a7d){_0x48e883['push'](_0x48e883['shift']());}}}(a94_0x2566,0x7a500));const TestFramework=require(a94_0x29883e(0xbf)),TestFrameworkState=require(a94_0x29883e(0xcb)),HookState=require('../state/hookState.js'),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a94_0x29883e(0xee)),TrackedInstance=require(a94_0x29883e(0xf0)),TestFrameworkConstants=require(a94_0x29883e(0xb1)),logger=createClassLogger(a94_0x29883e(0xf8)),util=require(a94_0x29883e(0xef));function a94_0x4014(_0xf8eac2,_0x4f7e6e){const _0x2566e1=a94_0x2566();return a94_0x4014=function(_0x401459,_0x3efcd7){_0x401459=_0x401459-0x91;let _0x257690=_0x2566e1[_0x401459];return _0x257690;},a94_0x4014(_0xf8eac2,_0x4f7e6e);}function a94_0x2566(){const _0x5a4c8a=['KEY_TEST_STARTED_AT','getId','_currentTestUUID','[NodeGenericFramework]\x20resolveInstance:\x20creating\x20new\x20instance','KEY_TEST_LOGS','[NodeGenericFramework]\x20resolveInstance:\x20created\x20instance\x20contextId=','resolveInstance','KEY_TEST_ENDED_AT','5531085sKRkYg','[NodeGenericFramework]\x20trackEvent:\x20unsupported\x20state=','KEY_LOGS','test_location','setTrackedInstance','getAllData','KEY_HOOKS_FINISHED','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20ERROR\x20-\x20','unknown','error','test_failure','KEY_TEST_NAME','uuid','KEY_TEST_FRAMEWORK_NAME','KEY_CUSTOM_TAGS','DEFAULT_TEST_RESULT','info','__workerDetails','__bstackPlatformIndex','test_failure_reason','./constants/testFrameworkConstants.js','trackEvent','ItxIB','KEY_TEST_META','toISOString',',\x20test_name=','test_code','parseTestResult','test_tags',',\x20hookState=','createTestFrameworkEventPayload','[NodeGenericFramework]\x20trackEvent:\x20ERROR\x20-\x20state=','UnhandledError','22zhqAgl','./testFramework','144wKYdNV','LOkfY','QRjgF','test_file_path','1848216eUFDwa','testFrameworkName','exports','NbBXj','KEY_TEST_ID','378082AGTKHc','test_scopes','../state/testFrameworkState.js','ZcziL','getTestFrameworksVersions','getRef','KEY_TEST_CODE','platformIndex','addMultipleEntries','parallelIndex','2157010zuHvEc',',\x20error=','[TRACE:node-generic]\x20trackEvent\x20','instance','KEY_HOOKS_STARTED','824ruJokz','from','testFrameworkState','test_uuid','testFrameworkVersion','test_identifier','split','get','getTestFrameworks','6189pOfkQX','KEY_TEST_FRAMEWORK_VERSION','setCurrentTestUUID','executionContext','stringify','KEY_TEST_SCOPE','test_scope','KEY_TEST_FAILURE_TYPE','testData','KEY_TEST_RESULT_AT','KEY_TEST_RERUN_NAME','getTrackedInstance','getProcessId','../cliUtils.js','util','../instances/trackedInstance.js','4135DGVFhf','getCurrentTestUUID','\x20for\x20test_uuid=','365911nmmewQ','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20no\x20data\x20for\x20test_uuid=','format','KEY_TEST_RESULT','NodeGenericFramework','createContext','parseTestData','2316bmlyjt','kQbTW','PRE','getCurrentInstanceName','Unknown\x20error','test_name','test_duration','ETSXp','test_rerun_name','LaiWb','test_failure_type','getThreadId','failed','KkcXQ','KEY_TEST_FAILURE_REASON','KEY_TEST_TAGS','test_result','debug','[TRACE:node-generic]\x20TEST\x20POST\x20-\x20processing\x20result\x20for\x20test_uuid=','NONE','POST','HNvAj','test_meta','getCurrentTestState'];a94_0x2566=function(){return _0x5a4c8a;};return a94_0x2566();}class NodeGenericFramework extends TestFramework{constructor(_0x15cd1c,_0x4686aa,_0x240aac){super(_0x15cd1c,_0x4686aa,_0x240aac),this['_currentTestUUID']=null;}[a94_0x29883e(0xe3)](_0xad32a5){const _0x17794f=a94_0x29883e;this[_0x17794f(0x97)]=_0xad32a5;}[a94_0x29883e(0xf2)](){const _0x26ddfa=a94_0x29883e;return this[_0x26ddfa(0x97)];}async[a94_0x29883e(0xb2)](_0x2efb7b,_0x5aa8d0,_0xdd49cb={}){const _0x571c77=a94_0x29883e,_0x294910={};_0x294910[_0x571c77(0xfc)]='[NodeGenericFramework]\x20trackEvent:\x20instance\x20not\x20found',_0x294910[_0x571c77(0x104)]=function(_0x4ca19f,_0xff875a){return _0x4ca19f===_0xff875a;};const _0x3b51a3=_0x294910;logger[_0x571c77(0xad)](_0x571c77(0xd5)+_0x2efb7b+'.'+_0x5aa8d0+_0x571c77(0xf3)+_0xdd49cb[_0x571c77(0xe9)]?.[_0x571c77(0xdb)]),await super[_0x571c77(0xb2)](_0x2efb7b,_0x5aa8d0,_0xdd49cb);const _0x20a578=this[_0x571c77(0x9b)](_0x2efb7b,_0x5aa8d0,_0xdd49cb);if(!_0x20a578){logger[_0x571c77(0x10c)](_0x3b51a3[_0x571c77(0xfc)]);return;}try{switch(_0x2efb7b){case TestFrameworkState['TEST']:{const _0x5d1704=_0xdd49cb[_0x571c77(0xe9)],_0x47805b=_0x5d1704[_0x571c77(0xdb)];if(_0x3b51a3['LaiWb'](_0x5aa8d0,HookState[_0x571c77(0xfd)])){logger[_0x571c77(0xad)]('[TRACE:node-generic]\x20TEST\x20PRE\x20-\x20loading\x20test\x20data\x20for\x20test_uuid='+_0x47805b+_0x571c77(0xb6)+_0x5d1704[_0x571c77(0x100)]);const _0x57cc44=this[_0x571c77(0xfa)](_0x5d1704);_0x20a578[_0x571c77(0xd1)](_0x57cc44);}else{if(_0x3b51a3[_0x571c77(0x104)](_0x5aa8d0,HookState[_0x571c77(0x91)])){logger[_0x571c77(0xad)](_0x571c77(0x10d)+_0x47805b+',\x20result='+_0x5d1704[_0x571c77(0x10b)]);const _0xe1ea87=this[_0x571c77(0xb8)](_0x5d1704,_0x20a578);_0x20a578[_0x571c77(0xd1)](_0xe1ea87);}}break;}default:logger[_0x571c77(0x10c)](_0x571c77(0x9e)+_0x2efb7b+_0x571c77(0xba)+_0x5aa8d0);break;}}catch(_0x240fcd){logger[_0x571c77(0xa6)](_0x571c77(0xbc)+_0x2efb7b+_0x571c77(0xba)+_0x5aa8d0+_0x571c77(0xd4)+util[_0x571c77(0xf6)](_0x240fcd));}_0xdd49cb[_0x571c77(0xd6)]=_0x20a578,await this['runHooks'](_0x20a578,_0x2efb7b,_0x5aa8d0,_0xdd49cb);}[a94_0x29883e(0x9b)](_0x209163,_0x32f4af,_0xdcd3c7={}){const _0x4921b0=a94_0x29883e,_0xcb1444={};_0xcb1444[_0x4921b0(0xc1)]=_0x4921b0(0x98);const _0x3d99d7=_0xcb1444;let _0x341f50=TestFramework[_0x4921b0(0xec)]();if(!_0x341f50){logger[_0x4921b0(0x10c)](_0x3d99d7['LOkfY']);const _0x6466ba=CLIUtils[_0x4921b0(0xfe)](),_0x565704=TrackedInstance[_0x4921b0(0xf9)](_0x6466ba);_0x341f50=new TestFrameworkInstance(_0x565704,this[_0x4921b0(0xe0)](),this['getTestFrameworksVersions'](),_0x209163,HookState[_0x4921b0(0x10e)]),TestFramework[_0x4921b0(0xa1)](_0x565704,_0x341f50),logger[_0x4921b0(0x10c)](_0x4921b0(0x9a)+_0x565704[_0x4921b0(0x96)]());}return _0x341f50;}[a94_0x29883e(0xfa)](_0x5b985b){const _0x3bb9b8=a94_0x29883e,_0x4d9231=_0x5b985b[_0x3bb9b8(0xdb)],_0x2c4299=this[_0x3bb9b8(0xe0)]()[0x0],_0x288b5e=this['getTestFrameworksVersions'](),_0x3e3ceb={[TestFrameworkConstants[_0x3bb9b8(0xaa)]]:_0x2c4299,[TestFrameworkConstants[_0x3bb9b8(0xe2)]]:_0x288b5e[_0x2c4299]||'',[TestFrameworkConstants['KEY_TEST_UUID']]:_0x5b985b[_0x3bb9b8(0xdb)],[TestFrameworkConstants[_0x3bb9b8(0x99)]]:[],[TestFrameworkConstants[_0x3bb9b8(0xa3)]]:{},[TestFrameworkConstants[_0x3bb9b8(0xd7)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x3bb9b8(0xac)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x5b985b[_0x3bb9b8(0x100)],[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x5b985b[_0x3bb9b8(0xc3)],[TestFrameworkConstants[_0x3bb9b8(0xc8)]]:_0x4d9231,[TestFrameworkConstants[_0x3bb9b8(0xa8)]]:_0x5b985b[_0x3bb9b8(0x100)],[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x5b985b[_0x3bb9b8(0xa0)]||_0x5b985b[_0x3bb9b8(0xc3)],[TestFrameworkConstants[_0x3bb9b8(0xcf)]]:_0x5b985b[_0x3bb9b8(0xb7)]||null,[TestFrameworkConstants[_0x3bb9b8(0x10a)]]:_0x5b985b[_0x3bb9b8(0xb9)]||[],[TestFrameworkConstants[_0x3bb9b8(0x95)]]:_0x5b985b['test_started_at']||new Date()[_0x3bb9b8(0xb5)](),[TestFrameworkConstants[_0x3bb9b8(0xe6)]]:_0x5b985b[_0x3bb9b8(0xe7)]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x5b985b[_0x3bb9b8(0xca)]||[],[TestFrameworkConstants[_0x3bb9b8(0xeb)]]:_0x5b985b[_0x3bb9b8(0x103)]||_0x5b985b[_0x3bb9b8(0x100)],[TestFrameworkConstants[_0x3bb9b8(0xab)]]:{},[TestFrameworkConstants['KEY_TEST_META']]:_0x5b985b[_0x3bb9b8(0x93)]||{}},_0x2153df={};return _0x2153df[_0x4d9231]=_0x3e3ceb,_0x2153df;}[a94_0x29883e(0xb8)](_0x4bd5eb,_0x352d7c){const _0x22530a=a94_0x29883e,_0x17af03={};_0x17af03[_0x22530a(0xb3)]=_0x22530a(0xa5),_0x17af03[_0x22530a(0xcc)]=function(_0x177bf1,_0x11ccd8){return _0x177bf1===_0x11ccd8;},_0x17af03[_0x22530a(0x92)]=_0x22530a(0x107),_0x17af03[_0x22530a(0xc7)]=_0x22530a(0xbd),_0x17af03[_0x22530a(0x108)]=_0x22530a(0xff),_0x17af03[_0x22530a(0xc2)]=function(_0x139448,_0x47fad4){return _0x139448!==_0x47fad4;};const _0x4f4d2b=_0x17af03,_0x846ec5=_0x4bd5eb[_0x22530a(0xdb)],_0x2f059a=_0x352d7c[_0x22530a(0xa2)]()['get'](_0x846ec5)||{},_0x319127={..._0x2f059a,[TestFrameworkConstants[_0x22530a(0xf7)]]:_0x4bd5eb[_0x22530a(0x10b)]||_0x4f4d2b[_0x22530a(0xb3)],[TestFrameworkConstants[_0x22530a(0x9c)]]:_0x4bd5eb['test_ended_at']||new Date()[_0x22530a(0xb5)](),[TestFrameworkConstants[_0x22530a(0xea)]]:new Date()[_0x22530a(0xb5)](),[TestFrameworkConstants[_0x22530a(0x9f)]]:_0x2f059a[TestFrameworkConstants[_0x22530a(0x9f)]]||[],[TestFrameworkConstants[_0x22530a(0xb4)]]:_0x4bd5eb['test_meta']||{}};_0x4f4d2b[_0x22530a(0xcc)](_0x4bd5eb['test_result'],_0x4f4d2b['HNvAj'])&&(_0x319127[TestFrameworkConstants[_0x22530a(0xe8)]]=_0x4bd5eb[_0x22530a(0x105)]||_0x4f4d2b[_0x22530a(0xc7)],_0x319127[TestFrameworkConstants[_0x22530a(0x109)]]=_0x4bd5eb[_0x22530a(0xb0)]||_0x4f4d2b[_0x22530a(0x108)],_0x319127[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x4bd5eb[_0x22530a(0xa7)]||[]);_0x4f4d2b[_0x22530a(0xc2)](_0x4bd5eb[_0x22530a(0x101)],undefined)&&(_0x319127[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x4bd5eb[_0x22530a(0x101)]);const _0x20864e={};return _0x20864e[_0x846ec5]=_0x319127,_0x20864e;}[a94_0x29883e(0xbb)](_0x5f5983){const _0x21d738=a94_0x29883e,_0x408792={};_0x408792[_0x21d738(0x102)]='base64';const _0x4c28c2=_0x408792;try{const _0x39837b=_0x5f5983[_0x21d738(0xe9)]?.[_0x21d738(0xdb)],_0x1b0d5f=_0x5f5983[_0x21d738(0xd6)],_0x4614d0=_0x1b0d5f['getContext'](),_0x2d2150=_0x1b0d5f['getAllData']()[_0x21d738(0xdf)](_0x39837b);if(!_0x2d2150)return logger[_0x21d738(0x10c)](_0x21d738(0xf5)+_0x39837b),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x14971f=this[_0x21d738(0xe0)]()[0x0]||'',[TestFrameworkConstants[_0x21d738(0xe2)]]:_0x10f3fc=this[_0x21d738(0xcd)]()[this['getTestFrameworks']()[0x0]]||'',[TestFrameworkConstants[_0x21d738(0x95)]]:_0xde2d20='',[TestFrameworkConstants[_0x21d738(0x9c)]]:_0x420df3=''}=_0x2d2150,_0x388916=_0x1b0d5f[_0x21d738(0x94)]()['toString']()[_0x21d738(0xde)]('.')[0x1],_0x1c75ce=_0x1b0d5f['getCurrentHookState']()['toString']()[_0x21d738(0xde)]('.')[0x1],_0x36ce38=global?.[_0x21d738(0xae)]?.['workerInfo']?.[_0x21d738(0xd2)]||global[_0x21d738(0xaf)]||0x0,_0x2c58f0=_0x1b0d5f[_0x21d738(0xce)](),_0x12ddc1=Buffer[_0x21d738(0xd9)](JSON[_0x21d738(0xe5)](_0x2d2150))['toString'](_0x4c28c2[_0x21d738(0x102)]),_0x294252={'hash':_0x4614d0[_0x21d738(0x96)](),'threadId':_0x4614d0[_0x21d738(0x106)]()['toString'](),'processId':_0x4614d0[_0x21d738(0xed)]()['toString']()},_0x39bdf7={};return _0x39bdf7[_0x21d738(0xd0)]=_0x36ce38,_0x39bdf7[_0x21d738(0xc5)]=_0x14971f,_0x39bdf7[_0x21d738(0xdc)]=_0x10f3fc,_0x39bdf7[_0x21d738(0xda)]=_0x388916,_0x39bdf7['hookState']=_0x1c75ce,_0x39bdf7['startedAt']=_0xde2d20,_0x39bdf7['endedAt']=_0x420df3,_0x39bdf7[_0x21d738(0xa9)]=_0x2c58f0,_0x39bdf7['eventJson']=_0x12ddc1,_0x39bdf7[_0x21d738(0xe4)]=_0x294252,_0x39bdf7[_0x21d738(0xdd)]=_0x39837b,_0x39bdf7;}catch(_0x3c23ec){return logger[_0x21d738(0xa6)](_0x21d738(0xa4)+util[_0x21d738(0xf6)](_0x3c23ec)),{};}}}module[a94_0x29883e(0xc6)]=NodeGenericFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a95_0x54fe5b=a95_0x2eed;function a95_0x2eed(_0x35733d,_0x3bbd64){const _0x283911=a95_0x2839();return a95_0x2eed=function(_0x2eed8d,_0x44ca64){_0x2eed8d=_0x2eed8d-0x1f0;let _0x45f668=_0x283911[_0x2eed8d];return _0x45f668;},a95_0x2eed(_0x35733d,_0x3bbd64);}(function(_0x47ec07,_0x2a6588){const _0x3823b5=a95_0x2eed,_0x5536ed=_0x47ec07();while(!![]){try{const _0x269498=-parseInt(_0x3823b5(0x1f1))/0x1*(-parseInt(_0x3823b5(0x218))/0x2)+-parseInt(_0x3823b5(0x1fe))/0x3+-parseInt(_0x3823b5(0x20d))/0x4+-parseInt(_0x3823b5(0x205))/0x5+parseInt(_0x3823b5(0x214))/0x6*(-parseInt(_0x3823b5(0x215))/0x7)+-parseInt(_0x3823b5(0x211))/0x8*(parseInt(_0x3823b5(0x1ff))/0x9)+parseInt(_0x3823b5(0x201))/0xa*(parseInt(_0x3823b5(0x1f8))/0xb);if(_0x269498===_0x2a6588)break;else _0x5536ed['push'](_0x5536ed['shift']());}catch(_0x2d4920){_0x5536ed['push'](_0x5536ed['shift']());}}}(a95_0x2839,0x242e2));const AutomationFramework=require(a95_0x54fe5b(0x203)),{createClassLogger}=require(a95_0x54fe5b(0x208)),AutomationFrameworkState=require('../state/automationFrameworkState.js'),CLIUtils=require('../cliUtils.js'),TrackedInstance=require('../instances/trackedInstance.js'),AutomationFrameworkInstance=require('../instances/automationFrameworkInstance.js');class PlaywrightAutomationFramework extends AutomationFramework{[a95_0x54fe5b(0x1f2)]=createClassLogger(a95_0x54fe5b(0x1fc));constructor(_0x3775ff,_0x5f5dd2){super(_0x3775ff,_0x5f5dd2);}async[a95_0x54fe5b(0x200)](_0x3ea444,_0xc11bc3,_0x26216f={}){const _0x54bb52=a95_0x54fe5b,_0x5d6c7c={};_0x5d6c7c[_0x54bb52(0x20a)]=function(_0x28dab1,_0x58d612){return _0x28dab1===_0x58d612;};const _0x2c51ca=_0x5d6c7c;this[_0x54bb52(0x1f2)][_0x54bb52(0x210)](_0x54bb52(0x1f6)+_0x3ea444+_0x54bb52(0x1f5)+_0xc11bc3),await super['trackEvent'](_0x3ea444,_0xc11bc3,_0x26216f);const _0xf4de6c=this['resolveInstance'](_0x3ea444,_0xc11bc3,_0x26216f);if(_0x2c51ca['chnfZ'](_0xf4de6c,null))return;_0x26216f['instance']=_0xf4de6c,await this['runHooks'](_0xf4de6c,_0x3ea444,_0xc11bc3,_0x26216f);}[a95_0x54fe5b(0x213)](_0x576ef3,_0x12c26a,_0x3a7338={}){const _0x3c2963=a95_0x54fe5b,_0x344b6b={};_0x344b6b[_0x3c2963(0x204)]=function(_0x264456,_0x4f7b0e){return _0x264456===_0x4f7b0e;};const _0x43586=_0x344b6b;let _0x2300b2=null;return(_0x43586[_0x3c2963(0x204)](_0x576ef3,AutomationFrameworkState[_0x3c2963(0x1f0)])||_0x43586['DJvKH'](_0x576ef3,AutomationFrameworkState[_0x3c2963(0x202)])&&(_0x3a7338[_0x3c2963(0x1f3)]&&_0x3a7338['message'][_0x3c2963(0x1fa)]&&_0x3a7338[_0x3c2963(0x1f3)][_0x3c2963(0x1fa)][_0x3c2963(0x209)])||_0x43586[_0x3c2963(0x204)](_0x576ef3,AutomationFrameworkState[_0x3c2963(0x20b)]))&&this['trackPlaywrightInstance'](_0x576ef3,_0x3a7338),_0x2300b2=AutomationFramework[_0x3c2963(0x1fb)](),_0x2300b2;}[a95_0x54fe5b(0x1f7)](_0x4af500,_0x1f7911){const _0x4a3fa6=a95_0x54fe5b,_0x207065={};_0x207065[_0x4a3fa6(0x212)]=_0x4a3fa6(0x20e);const _0x5f0def=_0x207065;if(AutomationFramework[_0x4a3fa6(0x1fb)]()){this[_0x4a3fa6(0x1f2)][_0x4a3fa6(0x207)](_0x5f0def[_0x4a3fa6(0x212)]);return;}const _0x521cf5=CLIUtils['getCurrentInstanceName'](),_0x2323ae=TrackedInstance[_0x4a3fa6(0x1f9)](_0x521cf5);let _0x231b75=null;this['logger'][_0x4a3fa6(0x207)](_0x4a3fa6(0x20c)+_0x521cf5+_0x4a3fa6(0x20f)+_0x4af500),_0x231b75=new AutomationFrameworkInstance(_0x2323ae,this[_0x4a3fa6(0x1fd)](),this['getAutomationFrameworkVersion'](),_0x4af500),AutomationFramework[_0x4a3fa6(0x216)](_0x2323ae,_0x231b75),this[_0x4a3fa6(0x1f2)][_0x4a3fa6(0x207)](_0x4a3fa6(0x217)+_0x2323ae['getId']()+_0x4a3fa6(0x1f4)+_0x521cf5);}}module[a95_0x54fe5b(0x206)]=PlaywrightAutomationFramework;function a95_0x2839(){const _0x18fba0=['trackEvent:\x20automationFrameworkState=','trackPlaywrightInstance','1782242ZZexra','createContext','params','getTrackedInstance','PlaywrightAutomationFramework','getAutomationFrameworkName','774684mHMpDz','27yoQyQb','trackEvent','50mlOiDE','PLAYWRIGHT_DISPATCH','./automationFramework.js','DJvKH','1080905SRJWHZ','exports','info','../../../helpers/classLogger.js','bsParams','chnfZ','NONE','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','494820fkHkmL','trackPlaywrightInstance:\x20instance\x20already\x20exists',',\x20state=','debug','691032bKICXE','mRBzS','resolveInstance','2850gJYRvg','245vMOGEu','setTrackedInstance','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','40vwDqyU','CREATE','10598GpFzOx','logger','message','\x20target=','\x20hookState='];a95_0x2839=function(){return _0x18fba0;};return a95_0x2839();}
|