browserstack-node-sdk 1.66.2 → 1.66.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/detox/a11ySetup.js +1 -1
- package/src/bin/detox/command.js +1 -1
- package/src/bin/detox/modifyDetoxConf.js +1 -1
- package/src/bin/detox/traEmitter.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
|
-
const a96_0x22d845=a96_0x4d5e;function a96_0x4583(){const _0x56c1c6=['trackEvent','../TestInfo.js','addMultipleEntries',',\x20error:\x20','getAllPendingHookTestIds','KEY_TEST_SCOPES','../../../helpers/helper.js','isArray','testFrameworkState','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','hooks','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','logCreatedEvent','reverse','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','hookState','ShHMr','OJyjD','error','../../../helpers/classLogger.js','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','../instances/testFrameworkInstance.js','getRootParentFile','cUciO','mapTestHooks','../../../helpers/test-observability/utils','KEY_HOOKS_STARTED','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','storePendingHook','KEY_HOOK_FAILURE_REASON','Blgya','apply','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','OxTUC','testFrameworkName','FBGqV','ozopk','getRef',',\x20state:\x20','RlLUe','workerInfo','KEY_AUTOMATE_SESSION_NAME','getHooksForTest','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','activeHooks',',\x20argsKeys=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','stringify','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','test_run_id','getJestFailureData','skipped','trackJestInstance','getJestTestScopes','EJUYT','getAllData','removePendingHooks','toString','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','JestTestFramework','test_run_uuid','jgYoe','xIYeo','GtrEQ','eQQNc','get','16gSudnU','BDyqR','HfLVI','sPlvw','\x20(testIdentifier),\x20hookType=','hook_type','3756dXxzqA','vdQou','getCurrentHookState','finished_at','exports','findIndex',',\x20hook_run_uuid=','getJestFailureReason','vbptp','substr','GuehG','parse','KEY_TEST_LOGS','BbWGk','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','NONE',',\x20consoleLogs:\x20','maxArrayLength','AEWJe','push','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','BzgGZ','event_ended_at','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','addPendingHook','aWIvo','aRscw','trackJestInstance:\x20instance\x20already\x20exists','isJestInternalHook','KEY_HOOK_LOGS','warn','getJestTestName','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','PRE','startsWith','KEY_TEST_ENDED_AT','file_name','length','3202380sTWaRo','KEY_TEST_ATTACHMENTS',',\x20screenshotLogs:\x20','name',',\x20testData=',',\x20hook=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','rENZl','getJestFailureType','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','depth','UHuPh','test_identifier','Unknown\x20Test','args','EmWkr','../state/hookState.js','tnnAN','\x20-\x20testId:\x20','startedAt',',\x20hookUUID=','retryOf',',\x20filePath:\x20','testId','KEY_TEST_NAME','KEY_HOOK_ID',',\x20test_run_uuid=',',\x20hookData=','shjQE','hookUUID','gUjiB','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','lFiHc','KEY_EVENT_STARTED_AT','platformIndex','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','originalTest','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','\x20screenshot\x20logs\x20for\x20testId:\x20','hook_run_uuid','Hikjw','Unknown\x20error','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','ubyXW','\x20files','zJMTM','toUpperCase','aDasn','passed','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','instance','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','\x20attachments','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','EqLeW','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','parallelIndex','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20',',\x20hookState:\x20','parseJestTestResult','resolveInstance','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','getInstance','matchHookRegex','4MMmnsN','getContext','forEach','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','AssertionError','ALL','delete','hookAnalyticsId','substring','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=',',\x20hooksListLength=','includes','afterAll','filter','getTrackedInstance','beforeAll','pkQhw','status','KEY_TEST_FRAMEWORK_NAME','gnxJK','replace',',\x20testId=','endedAt','yktTa','bGhNx','2083818UBwWET','\x20(testIdentifier),\x20result=','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','LWObB','POST','bKKew','failure_reason',',\x20hookId=','parent','orUmt','\x20to\x20','KEY_TEST_CODE','sMaBk','KEY_LOGS','buildHookMapFromTest','hDNdm','_ALL','lddEP','KEY_TEST_FAILURE','kpTDW','pop','../cliUtils.js','getJestTestIdentifier','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','eRtPb','createTestFrameworkEventPayload','trackHookEvent','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','keys','dLnOy','KEY_HOOK_NAME','WBMiU','concat','location','result','test','KEY_TEST_ID',',\x20totalHooks=','KEY_TEST_FILE_PATH','unknown',',\x20response=','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','../instances/trackedInstance.js',',\x20platformIndex:\x20','title','ceil','eDUpM',',\x20failureReason=','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','KEY_HOOK_RESULT','started_at','testData','dqhio','nIMar','skip','join','TEST','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','type','getPendingHooks','inspect','BEFORE_ALL',':testAnalyticsId','KEY_TEST_LOCATION','7072533rAjzIo','\x20for\x20testId:\x20',',\x20exception=','Stored\x20pending\x20hook\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=',',\x20totalBatches:\x20','browserstackPlatformIndex','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20',',\x20duration=','YSmvk','\x20hook','KEY_EVENT_ENDED_AT','file','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','KEY_TEST_RESULT','Error\x20in\x20createTestFrameworkEventPayload:\x20','filePath','eventJson','getActiveHook','KgLtD','uuid','getTestFrameworks','26670567zcaDXf','split',',\x20hookType=','none','Poing','from','setActiveHook','\x20logs\x20for\x20testId:\x20','getProcessId','scope',',\x20hookState=','XOgzD','stack-trace',',\x20scopes=','match','NunEJ','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','toISOString','hookType','runHooks','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','hookMetadata','AgWzh','\x20pending\x20hooks\x20for\x20testId:\x20',',\x20result=','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=',',\x20messageLength=','missing','dLcbE','hookData',',\x20attachmentLogs:\x20',',\x20scope:\x20','KEY_TEST_SCOPE','Assert','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','KEY_TEST_RERUN_NAME','failed','300cUZwdj','map','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','PCyHZ','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','set','DEFAULT_HOOK_RESULT','aNtlf','KEY_HOOKS_FINISHED','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','iuzoQ','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','omCTn','tags','KEY_HOOK_LAST_STARTED','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','DEFAULT_TEST_RESULT','KEY_TEST_RETRY_OF','pid','duration','Processing\x20','setTrackedInstance','__bstackPlatformIndex','testUUID','juROK',',\x20target=','processPendingHooks','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','TtKjx','kind','removeActiveHook','KEY_TEST_TAGS','1883399MUtDLx','getId','KEY_TEST_FRAMEWORK_VERSION',',\x20version=','asyncError','debug',',\x20state=','cGRPm','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','KEY_CUSTOM_TAGS','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','ROOT_DESCRIBE_BLOCK','212gFySuD','parseJestTest','\x22\x20hook','trackJestInstance:\x20created\x20instance\x20for\x20target=','aqyPg',',\x20failureType=','body','errorsDetailed','KEY_TEST_META','KgaWa','getTestFrameworksVersions','scopes','KEY_TEST_FAILURE_TYPE','has','aJHjb','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','KEY_TEST_FAILURE_REASON','getThreadId','7116iVSRQC','sendLogCreatedEvent','hook_id','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','KEY_TEST_STARTED_AT','../grpcClient','createContext','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','format','./constants/testFrameworkConstants.js','getJestTestTags',',\x20testFramework=','\x20&\x20hookState='];a96_0x4583=function(){return _0x56c1c6;};return a96_0x4583();}(function(_0x761a26,_0x229183){const _0xebb915=a96_0x4d5e,_0x59779e=_0x761a26();while(!![]){try{const _0x5094fa=parseInt(_0xebb915(0x1e2))/0x1*(-parseInt(_0xebb915(0x24a))/0x2)+-parseInt(_0xebb915(0x2cb))/0x3*(parseInt(_0xebb915(0x2b0))/0x4)+parseInt(_0xebb915(0x348))/0x5*(parseInt(_0xebb915(0x1f4))/0x6)+parseInt(_0xebb915(0x1d6))/0x7*(-parseInt(_0xebb915(0x244))/0x8)+-parseInt(_0xebb915(0x30b))/0x9+parseInt(_0xebb915(0x270))/0xa+parseInt(_0xebb915(0x321))/0xb;if(_0x5094fa===_0x229183)break;else _0x59779e['push'](_0x59779e['shift']());}catch(_0x47cae5){_0x59779e['push'](_0x59779e['shift']());}}}(a96_0x4583,0x617c6));function a96_0x4d5e(_0x5a3342,_0x5b5e69){const _0x4583e9=a96_0x4583();return a96_0x4d5e=function(_0x4d5ec7,_0x2845a4){_0x4d5ec7=_0x4d5ec7-0x1ba;let _0x51143f=_0x4583e9[_0x4d5ec7];return _0x51143f;},a96_0x4d5e(_0x5a3342,_0x5b5e69);}const TestFramework=require('./testFramework'),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a96_0x22d845(0x280)),{createClassLogger}=require(a96_0x22d845(0x214)),TestFrameworkInstance=require(a96_0x22d845(0x216)),CLIUtils=require(a96_0x22d845(0x2e0)),TrackedInstance=require(a96_0x22d845(0x2f5)),TestFrameworkConstants=require(a96_0x22d845(0x1fd)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a96_0x22d845(0x207)),{isInternalHook}=require(a96_0x22d845(0x21a)),logger=createClassLogger(a96_0x22d845(0x23d)),{v4:uuidv4}=require('uuid'),util=require('util'),TestInfo=require(a96_0x22d845(0x202)),GrpcClient=require(a96_0x22d845(0x1f9)),stackTrace=require(a96_0x22d845(0x32d)),{pickUserFrameFile}=require('../../../helpers/stackFrameUtils');class JestTestFramework extends TestFramework{constructor(_0x3750b8,_0xe33a69,_0x37b738){const _0x4059e3=a96_0x22d845;super(_0x3750b8,_0xe33a69,_0x37b738),this[_0x4059e3(0x22e)]=new Map();}[a96_0x22d845(0x327)](_0x169d7f,_0x654f9f,_0x406767){const _0x4f5eee=a96_0x22d845,_0x5043bb={};_0x5043bb[_0x4f5eee(0x246)]=function(_0x403d34,_0x569ce7){return _0x403d34||_0x569ce7;};const _0x3c2cfc=_0x5043bb;if(_0x3c2cfc['HfLVI'](!_0x169d7f,!_0x654f9f)){logger[_0x4f5eee(0x268)]('[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x169d7f+_0x4f5eee(0x284)+_0x654f9f);return;}!this[_0x4f5eee(0x22e)][_0x4f5eee(0x1ef)](_0x169d7f)&&this[_0x4f5eee(0x22e)][_0x4f5eee(0x1ba)](_0x169d7f,[]);const _0x434a05={'hookUUID':_0x654f9f,'hookType':_0x406767,'startedAt':new Date()['toISOString']()};this[_0x4f5eee(0x22e)][_0x4f5eee(0x243)](_0x169d7f)[_0x4f5eee(0x25d)](_0x434a05),logger[_0x4f5eee(0x1db)](_0x4f5eee(0x2a1)+_0x169d7f+',\x20hookUUID='+_0x654f9f+',\x20hookType='+_0x406767+_0x4f5eee(0x2f0)+this['activeHooks'][_0x4f5eee(0x243)](_0x169d7f)[_0x4f5eee(0x26f)]);}[a96_0x22d845(0x1d4)](_0x4e1853,_0x2dd161){const _0xf20501=a96_0x22d845,_0x107af3={};_0x107af3['zJMTM']=function(_0x4b4db9,_0x2b4d2c){return _0x4b4db9||_0x2b4d2c;},_0x107af3['aDasn']=function(_0x5b18a8,_0x44ad1d){return _0x5b18a8!==_0x44ad1d;},_0x107af3[_0xf20501(0x241)]=function(_0x41c47b,_0xfd5657){return _0x41c47b===_0xfd5657;};const _0x183928=_0x107af3;if(_0x183928[_0xf20501(0x29d)](!_0x4e1853,!_0x2dd161)){logger[_0xf20501(0x268)](_0xf20501(0x331)+_0x4e1853+_0xf20501(0x284)+_0x2dd161);return;}if(this[_0xf20501(0x22e)][_0xf20501(0x1ef)](_0x4e1853)){const _0x1e91ad=this[_0xf20501(0x22e)][_0xf20501(0x243)](_0x4e1853),_0xde656b=_0x1e91ad[_0xf20501(0x24f)](_0x28f82b=>_0x28f82b[_0xf20501(0x28d)]===_0x2dd161);_0x183928[_0xf20501(0x29f)](_0xde656b,-0x1)?(_0x1e91ad['splice'](_0xde656b,0x1),logger['debug'](_0xf20501(0x33b)+_0x4e1853+_0xf20501(0x284)+_0x2dd161+',\x20remainingHooks='+_0x1e91ad[_0xf20501(0x26f)]),_0x183928['GtrEQ'](_0x1e91ad[_0xf20501(0x26f)],0x0)&&this[_0xf20501(0x22e)][_0xf20501(0x2b6)](_0x4e1853)):logger['debug'](_0xf20501(0x2a5)+_0x4e1853+_0xf20501(0x284)+_0x2dd161);}}[a96_0x22d845(0x31d)](_0x557c6c){const _0x3ddbb9=a96_0x22d845,_0x397a6b={};_0x397a6b['PCyHZ']=function(_0x19edf7,_0x111758){return _0x19edf7>_0x111758;},_0x397a6b[_0x3ddbb9(0x330)]=function(_0x36d3a1,_0x5c2c34){return _0x36d3a1-_0x5c2c34;};const _0x521897=_0x397a6b;if(!_0x557c6c)return null;if(this[_0x3ddbb9(0x22e)][_0x3ddbb9(0x1ef)](_0x557c6c)){const _0x1fe0e1=this[_0x3ddbb9(0x22e)]['get'](_0x557c6c);if(_0x521897[_0x3ddbb9(0x34b)](_0x1fe0e1[_0x3ddbb9(0x26f)],0x0)){const _0x4fee4d=_0x1fe0e1[_0x521897[_0x3ddbb9(0x330)](_0x1fe0e1[_0x3ddbb9(0x26f)],0x1)];return logger[_0x3ddbb9(0x1db)](_0x3ddbb9(0x2f4)+_0x557c6c+',\x20hookUUID='+_0x4fee4d[_0x3ddbb9(0x28d)]+_0x3ddbb9(0x323)+_0x4fee4d[_0x3ddbb9(0x333)]),_0x4fee4d;}}return null;}async[a96_0x22d845(0x201)](_0x13d3ee,_0x1b5b72,_0x40cc5e={}){const _0x5979a5=a96_0x22d845,_0x13e28f={};_0x13e28f[_0x5979a5(0x337)]=_0x5979a5(0x2b3),_0x13e28f[_0x5979a5(0x1ce)]=function(_0x5f4e4a,_0x2d5ece){return _0x5f4e4a===_0x2d5ece;},_0x13e28f[_0x5979a5(0x263)]=function(_0xcb4a95,_0x4bbbfd){return _0xcb4a95||_0x4bbbfd;},_0x13e28f[_0x5979a5(0x1c1)]=_0x5979a5(0x230),_0x13e28f['vRKUo']=function(_0x5c430f,_0x241f4f){return _0x5c430f===_0x241f4f;};const _0x19626b=_0x13e28f;logger['debug'](_0x5979a5(0x215)+_0x13d3ee+',\x20hookState='+_0x1b5b72+_0x5979a5(0x22f)+Object[_0x5979a5(0x2e7)](_0x40cc5e)[_0x5979a5(0x302)](',')),await super['trackEvent'](_0x13d3ee,_0x1b5b72,_0x40cc5e);const _0xa964b2=this[_0x5979a5(0x2ac)](_0x13d3ee,_0x1b5b72,_0x40cc5e);if(!_0xa964b2){logger['debug'](_0x19626b[_0x5979a5(0x337)]);return;}try{let _0x4e58f4,_0x3102fa,_0x3671da;switch(_0x13d3ee){case TestFrameworkState[_0x5979a5(0x303)]:_0x4e58f4=_0x40cc5e[_0x5979a5(0x2ee)];const _0x3dd3a1={};_0x3dd3a1[_0x5979a5(0x27a)]=0x2,_0x3dd3a1[_0x5979a5(0x25b)]=0x3,logger[_0x5979a5(0x1db)](_0x5979a5(0x30f)+_0x1b5b72+_0x5979a5(0x274)+util[_0x5979a5(0x307)](_0x4e58f4,_0x3dd3a1)),_0x3671da=this['getJestTestIdentifier'](_0x4e58f4),_0x3102fa=null,logger[_0x5979a5(0x1db)](_0x5979a5(0x258)+_0x3671da+'\x20(testIdentifier)');if(_0x19626b[_0x5979a5(0x1ce)](_0x1b5b72,HookState['PRE'])){logger[_0x5979a5(0x1db)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20'+_0x3671da);const _0x53c77d={};_0x53c77d['testUUID']=_0x3102fa,_0x53c77d[_0x5979a5(0x2fe)]=_0x4e58f4,_0x53c77d['testId']=_0x3671da;const _0x3caa97=this[_0x5979a5(0x1e3)](_0x53c77d),_0x5dd7ce={};_0x5dd7ce[_0x5979a5(0x27a)]=0x2,_0x5dd7ce[_0x5979a5(0x25b)]=0x3,logger[_0x5979a5(0x1db)](_0x5979a5(0x345)+util[_0x5979a5(0x307)](_0x3caa97,_0x5dd7ce)),_0xa964b2[_0x5979a5(0x203)](_0x3caa97),logger[_0x5979a5(0x1db)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0x3671da),await this['processPendingHooks'](_0xa964b2,_0x3671da);}else{if(_0x19626b[_0x5979a5(0x1ce)](_0x1b5b72,HookState['POST'])){logger['debug'](_0x5979a5(0x1c5)+_0x3671da);const _0x16865b=_0xa964b2['getAllData']()[_0x5979a5(0x243)](_0x3671da);logger[_0x5979a5(0x1db)](_0x5979a5(0x1d1)+util[_0x5979a5(0x307)](Object['keys'](_0x19626b['aWIvo'](_0x16865b,{}))));_0x16865b&&_0x16865b[TestFrameworkConstants[_0x5979a5(0x271)]]?logger[_0x5979a5(0x1db)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20'+Object['keys'](_0x16865b[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']])['length']+_0x5979a5(0x29c)):logger[_0x5979a5(0x1db)](_0x19626b[_0x5979a5(0x1c1)]);const _0x1c3a91=_0x40cc5e['originalTest']||null,_0x180cde={};_0x180cde[_0x5979a5(0x1cd)]=_0x3102fa,_0x180cde[_0x5979a5(0x2fe)]=_0x4e58f4,_0x180cde[_0x5979a5(0x287)]=_0x3671da,_0x180cde[_0x5979a5(0x294)]=_0x1c3a91;const _0x161dd4=this['parseJestTestResult'](_0x180cde),_0x1752f3={};_0x1752f3['depth']=0x2,_0x1752f3['maxArrayLength']=0x3,logger['debug'](_0x5979a5(0x1be)+util[_0x5979a5(0x307)](_0x161dd4,_0x1752f3)),_0xa964b2[_0x5979a5(0x203)](_0x161dd4),logger[_0x5979a5(0x1db)](_0x5979a5(0x22d)+_0x3671da),await this[_0x5979a5(0x1d0)](_0xa964b2,_0x3671da);}}break;case TestFrameworkState['LOG_REPORT']:if(_0x19626b['vRKUo'](_0x1b5b72,HookState[_0x5979a5(0x2cf)])){const _0x3ba065={};_0x3ba065[_0x5979a5(0x27a)]=0x2,logger[_0x5979a5(0x1db)](_0x5979a5(0x1c0)+util[_0x5979a5(0x307)](_0x40cc5e,_0x3ba065)),await this[_0x5979a5(0x1f5)](_0xa964b2,_0x13d3ee,_0x40cc5e);}break;default:if(CLIUtils[_0x5979a5(0x2af)](_0x13d3ee['toString']()['split']('.')[0x1])){const _0x42a346={};_0x42a346['depth']=0x2,_0x42a346[_0x5979a5(0x25b)]=0x3,logger['debug'](_0x5979a5(0x1f1)+_0x13d3ee+_0x5979a5(0x32b)+_0x1b5b72+_0x5979a5(0x28b)+util[_0x5979a5(0x307)](_0x40cc5e[_0x5979a5(0x340)],_0x42a346));const _0x43e4f7=await this[_0x5979a5(0x2e5)](_0xa964b2,_0x13d3ee,_0x1b5b72,_0x40cc5e),_0x17c479={};_0x17c479[_0x5979a5(0x27a)]=0x2,_0x17c479[_0x5979a5(0x25b)]=0x3,logger[_0x5979a5(0x1db)](_0x5979a5(0x293)+util[_0x5979a5(0x307)](_0x43e4f7,_0x17c479)),_0xa964b2['addMultipleEntries'](_0x43e4f7);}else logger[_0x5979a5(0x1db)](_0x5979a5(0x2ad)+_0x13d3ee+_0x5979a5(0x200)+_0x1b5b72);break;}logger[_0x5979a5(0x1db)](_0x5979a5(0x232)+_0x13d3ee+_0x5979a5(0x32b)+_0x1b5b72);}catch(_0x341be6){logger[_0x5979a5(0x213)](_0x5979a5(0x1fb)+_0x13d3ee+',\x20hookState='+_0x1b5b72+_0x5979a5(0x30d)+util[_0x5979a5(0x1fc)](_0x341be6));}_0x40cc5e[_0x5979a5(0x2a2)]=_0xa964b2,await this['runHooks'](_0xa964b2,_0x13d3ee,_0x1b5b72,_0x40cc5e);}[a96_0x22d845(0x2e1)](_0x2df719){const _0x27ad29=a96_0x22d845,_0x203a76={};_0x203a76[_0x27ad29(0x2d4)]=_0x27ad29(0x2b9);const _0x5b3acd=_0x203a76;if(_0x2df719&&(_0x2df719['id']||_0x2df719[_0x27ad29(0x31f)])){const _0x405c86=_0x2df719['id']||_0x2df719[_0x27ad29(0x31f)];return logger[_0x27ad29(0x1db)](_0x27ad29(0x2e6)+_0x405c86+'\x22\x20from\x20testData'),_0x405c86;}return logger[_0x27ad29(0x1db)](_0x5b3acd[_0x27ad29(0x2d4)]),process[_0x27ad29(0x1c8)]+_0x27ad29(0x309);}['resolveInstance'](_0x1744d9,_0x4a2d80,_0x14fb5a={}){const _0x1e3220=a96_0x22d845;let _0x320b7e=null;return _0x320b7e=TestFramework[_0x1e3220(0x2c0)](),!_0x320b7e?(logger['debug'](_0x1e3220(0x2bb)+_0x1744d9),this[_0x1e3220(0x236)](_0x1744d9,_0x14fb5a),_0x320b7e=TestFramework['getTrackedInstance'](),logger[_0x1e3220(0x1db)](_0x1e3220(0x318)+!!_0x320b7e+',\x20contextId='+_0x320b7e?.['getContext']()?.['getId']())):logger[_0x1e3220(0x1db)](_0x1e3220(0x222)+_0x320b7e['getContext']()?.[_0x1e3220(0x1d7)]()),_0x320b7e;}[a96_0x22d845(0x236)](_0x3ecd52,_0x33b53d){const _0x5d3636=a96_0x22d845,_0x3a94d6={};_0x3a94d6[_0x5d3636(0x2e8)]=_0x5d3636(0x265);const _0x1b6519=_0x3a94d6;if(TestFramework['getTrackedInstance']()){logger[_0x5d3636(0x1db)](_0x1b6519[_0x5d3636(0x2e8)]);return;}const _0x4f8276=CLIUtils['getCurrentInstanceName'](),_0x1806da=TrackedInstance[_0x5d3636(0x1fa)](_0x4f8276);let _0x31f74f=null;logger['debug'](_0x5d3636(0x1e5)+_0x4f8276+_0x5d3636(0x1dc)+_0x3ecd52),_0x31f74f=new TestFrameworkInstance(_0x1806da,this[_0x5d3636(0x320)](),this['getTestFrameworksVersions'](),_0x3ecd52,HookState[_0x5d3636(0x259)]),TestFramework[_0x5d3636(0x1cb)](_0x1806da,_0x31f74f),logger[_0x5d3636(0x1db)](_0x5d3636(0x261)+_0x1806da[_0x5d3636(0x1d7)]()+_0x5d3636(0x1cf)+_0x4f8276+_0x5d3636(0x1ff)+this[_0x5d3636(0x320)]()[0x0]+_0x5d3636(0x1d9)+this[_0x5d3636(0x1ec)]()[this['getTestFrameworks']()[0x0]]);}[a96_0x22d845(0x1e3)](_0x4742c4){const _0x316680=a96_0x22d845,_0x51a97e={};_0x51a97e[_0x316680(0x28e)]=function(_0x33c5ab,_0x32015f){return _0x33c5ab||_0x32015f;},_0x51a97e['BzgGZ']=_0x316680(0x23c);const _0xff33a0=_0x51a97e,{testUUID:_0x25f6ff,testData:_0x2cc99f,testId:_0x12c8b7}=_0x4742c4;if(_0xff33a0[_0x316680(0x28e)](!_0x2cc99f,!_0x12c8b7))return logger[_0x316680(0x1db)](_0xff33a0[_0x316680(0x25f)]),{};const _0x521fef=this['getTestFrameworks']()[0x0],_0x516052=this['getTestFrameworksVersions'](),_0x5a67cd={};_0x5a67cd[_0x316680(0x27a)]=0x2,_0x5a67cd['maxArrayLength']=0x3,logger['debug'](_0x316680(0x2e2)+util[_0x316680(0x307)](_0x2cc99f,_0x5a67cd));const _0x5a3afa=_0x2cc99f?.[_0x316680(0x1ed)]||[],_0x110ab9=this[_0x316680(0x269)](_0x2cc99f),_0x139604=this['getJestTestFilePath'](_0x2cc99f),_0x1950d7=_0x2cc99f['fn']?_0x2cc99f['fn'][_0x316680(0x23b)]():_0x2cc99f?.[_0x316680(0x1e8)]?_0x2cc99f[_0x316680(0x1e8)]['code'][_0x316680(0x23b)]():null,_0x3dc854=this['getJestTestTags'](_0x2cc99f),_0x3446ee={[TestFrameworkConstants[_0x316680(0x2c4)]]:_0x521fef,[TestFrameworkConstants[_0x316680(0x1d8)]]:_0x516052[_0x521fef],[TestFrameworkConstants[_0x316680(0x256)]]:[],[TestFrameworkConstants[_0x316680(0x1bd)]]:{},[TestFrameworkConstants[_0x316680(0x21b)]]:{},[TestFrameworkConstants[_0x316680(0x319)]]:TestFrameworkConstants[_0x316680(0x1c6)],[TestFrameworkConstants[_0x316680(0x22b)]]:_0x110ab9,[TestFrameworkConstants[_0x316680(0x2f1)]]:_0x139604,[TestFrameworkConstants[_0x316680(0x2ef)]]:_0x12c8b7,[TestFrameworkConstants[_0x316680(0x288)]]:_0x110ab9,[TestFrameworkConstants[_0x316680(0x30a)]]:_0x139604,[TestFrameworkConstants[_0x316680(0x2d6)]]:_0x1950d7,[TestFrameworkConstants[_0x316680(0x1d5)]]:_0x3dc854,[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x2cc99f[_0x316680(0x2fd)]||new Date()[_0x316680(0x332)](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x5a3afa[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x5a3afa,[TestFrameworkConstants[_0x316680(0x346)]]:_0x110ab9,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x316680(0x1ea)]]:{}};_0x2cc99f[_0x316680(0x285)]&&(_0x3446ee[TestFrameworkConstants[_0x316680(0x1c7)]]=_0x2cc99f[_0x316680(0x285)]);logger[_0x316680(0x1db)](_0x316680(0x2fb)+_0x110ab9+_0x316680(0x2c7)+_0x12c8b7+'\x20(testIdentifier),\x20tags='+JSON[_0x316680(0x231)](_0x3dc854)+_0x316680(0x32e)+util[_0x316680(0x307)](_0x5a3afa)+',\x20filePath='+_0x139604);const _0x6744bc={};return _0x6744bc[_0x12c8b7]=_0x3446ee,_0x6744bc;}[a96_0x22d845(0x2ab)](_0x1687a7){const _0x394203=a96_0x22d845,_0x284591={'BbWGk':function(_0x1398bd,_0x36cebd){return _0x1398bd===_0x36cebd;},'WBMiU':_0x394203(0x2be),'ZDPWV':function(_0x4f2ef4,_0x4d2348){return _0x4f2ef4===_0x4d2348;},'JUtON':'beforeAll','gyLRC':_0x394203(0x2b5),'ApwTl':_0x394203(0x2db),'aqyPg':function(_0x48a68d,_0x569d60){return _0x48a68d||_0x569d60;},'lddEP':'No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','gBxwj':_0x394203(0x2f2),'EmWkr':function(_0x336e00,_0x1d15a0){return _0x336e00>_0x1d15a0;},'RlLUe':_0x394203(0x347),'ubyXW':_0x394203(0x301),'rENZl':function(_0xc45723,_0x56d963){return _0xc45723===_0x56d963;},'aRscw':_0x394203(0x235),'cGRPm':_0x394203(0x2a0),'eDUpM':function(_0x13d0ed,_0x1623c4){return _0x13d0ed!==_0x1623c4;},'gnxJK':function(_0x4021c6,_0x4c1959,_0x36d750,_0x1ca7cb){return _0x4021c6(_0x4c1959,_0x36d750,_0x1ca7cb);},'YSmvk':'[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','RtwhN':function(_0x4119b0,_0x15c3d9){return _0x4119b0>_0x15c3d9;}},{testUUID:_0x699b87,testData:_0x34c78a,testId:_0x183082}=_0x1687a7;if(_0x284591[_0x394203(0x1e6)](!_0x34c78a,!_0x183082))return logger[_0x394203(0x1db)](_0x284591[_0x394203(0x2dc)]),{};const _0x5ea0ba=this['resolveInstance'](TestFrameworkState[_0x394203(0x303)],HookState[_0x394203(0x2cf)]),_0x183af2=_0x5ea0ba[_0x394203(0x239)]()[_0x394203(0x243)](_0x183082),_0x1c2c58=_0x284591[_0x394203(0x1e6)](_0x183af2,{}),_0x3c84d6=_0x1c2c58?_0x1c2c58[TestFrameworkConstants[_0x394203(0x1df)]]||{}:{},_0x4f7053=_0x1c2c58[TestFrameworkConstants[_0x394203(0x271)]];logger['debug'](_0x394203(0x221)+(_0x4f7053?Object[_0x394203(0x2e7)](_0x4f7053)['length']:0x0)+_0x394203(0x2a4));let _0x1edb6e=_0x284591['gBxwj'];if(_0x34c78a[_0x394203(0x2ed)])_0x1edb6e=_0x34c78a[_0x394203(0x2ed)];else{if(_0x34c78a[_0x394203(0x1e9)]&&_0x284591[_0x394203(0x27f)](_0x34c78a[_0x394203(0x1e9)][_0x394203(0x26f)],0x0))_0x1edb6e=_0x284591[_0x394203(0x229)];else _0x284591['BbWGk'](_0x34c78a[_0x394203(0x2c3)],_0x284591[_0x394203(0x29b)])||_0x284591[_0x394203(0x277)](_0x34c78a[_0x394203(0x2c3)],_0x284591[_0x394203(0x264)])?_0x1edb6e=_0x284591[_0x394203(0x264)]:_0x1edb6e=_0x284591[_0x394203(0x1dd)];}const _0xfe0e09={..._0x1c2c58,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x1edb6e,[TestFrameworkConstants[_0x394203(0x26d)]]:_0x34c78a[_0x394203(0x24d)]||new Date()[_0x394203(0x332)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x394203(0x332)](),[TestFrameworkConstants[_0x394203(0x1df)]]:_0x3c84d6,[TestFrameworkConstants['KEY_LOGS']]:_0x1c2c58[TestFrameworkConstants[_0x394203(0x2d8)]]||[],[TestFrameworkConstants[_0x394203(0x1ea)]]:{}};if(_0x284591['rENZl'](_0x1edb6e,_0x284591['RlLUe'])&&_0x34c78a['errorsDetailed']){const _0x37d215=this[_0x394203(0x251)](_0x34c78a),_0x172ef9=this['getJestFailureType'](_0x34c78a),_0x335760=this[_0x394203(0x234)](_0x34c78a);_0xfe0e09[TestFrameworkConstants[_0x394203(0x1ee)]]=_0x172ef9,_0xfe0e09[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x37d215,_0xfe0e09[TestFrameworkConstants[_0x394203(0x2dd)]]=_0x335760;}_0x284591[_0x394203(0x2f9)](_0x34c78a[_0x394203(0x1c9)],undefined)&&(_0xfe0e09[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x34c78a['duration']);_0x34c78a[_0x394203(0x285)]&&(_0xfe0e09[TestFrameworkConstants[_0x394203(0x1c7)]]=_0x34c78a['retryOf']);const _0x378abe=_0x183af2?_0x183af2[TestFrameworkConstants[_0x394203(0x271)]]||{}:{},_0x5c107c=_0x183af2?_0x183af2[TestFrameworkConstants['KEY_TEST_UUID']]:_0x699b87,_0x330cdc=_0x284591[_0x394203(0x2c5)](getManualUploadLogs,_0x378abe,_0x5c107c,_0x183082);if(_0x284591['EmWkr'](_0x330cdc[_0x394203(0x26f)],0x0)){const _0xa6c221=_0xfe0e09[TestFrameworkConstants[_0x394203(0x2d8)]]||[];_0xfe0e09[TestFrameworkConstants[_0x394203(0x2d8)]]=[..._0xa6c221,..._0x330cdc];}const _0x28c98e=_0x1c2c58[TestFrameworkConstants['KEY_HOOKS_FINISHED']]||{},_0x2664ba=_0x1c2c58[TestFrameworkConstants[_0x394203(0x21b)]]||{},_0x4dd544={..._0x28c98e},_0x5140d3=_0x4dd544;Object[_0x394203(0x2e7)](_0x2664ba)[_0x394203(0x2b2)](_0x530eef=>{const _0x19c966=_0x394203;!_0x5140d3[_0x530eef]&&(_0x5140d3[_0x530eef]=[]);const _0x314d2a=new Set((_0x5140d3[_0x530eef]||[])['map'](_0x350b14=>_0x350b14[TestFrameworkConstants[_0x19c966(0x289)]]||_0x350b14['hook_id']));(_0x2664ba[_0x530eef]||[])[_0x19c966(0x2b2)](_0x20befc=>{const _0x4d1397=_0x19c966,_0x2ef11b=_0x20befc[TestFrameworkConstants['KEY_HOOK_ID']]||_0x20befc[_0x4d1397(0x1f6)];if(!_0x314d2a[_0x4d1397(0x1ef)](_0x2ef11b)){const _0x39686b={..._0x20befc},_0xf4910c=_0x39686b;!_0xf4910c[TestFrameworkConstants[_0x4d1397(0x316)]]&&!_0xf4910c[_0x4d1397(0x260)]&&(_0xf4910c[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=new Date()[_0x4d1397(0x332)]()),!_0xf4910c[TestFrameworkConstants[_0x4d1397(0x2fc)]]&&!_0xf4910c['hook_result']&&(_0xf4910c[TestFrameworkConstants[_0x4d1397(0x2fc)]]=TestFrameworkConstants['DEFAULT_HOOK_RESULT']),_0x5140d3[_0x530eef][_0x4d1397(0x25d)](_0xf4910c);}});});if(_0x1687a7['originalTest']){this['mapTestHooks'](_0x1687a7['originalTest']);const _0x136f8c=this[_0x394203(0x2d9)](_0x1687a7[_0x394203(0x294)]),_0x2f325d=this[_0x394203(0x22c)](_0x1687a7[_0x394203(0x294)]);_0x2f325d[_0x394203(0x2b2)](_0x2fbb49=>{const _0x3b64c1=_0x394203,_0x50c52d=_0x136f8c[_0x3b64c1(0x243)](_0x2fbb49);if(_0x50c52d&&(_0x284591[_0x3b64c1(0x257)](_0x50c52d[_0x3b64c1(0x305)],_0x284591[_0x3b64c1(0x2ea)])||_0x284591['ZDPWV'](_0x50c52d[_0x3b64c1(0x305)],_0x284591['JUtON']))){const _0x42eb9f=_0x50c52d[_0x3b64c1(0x305)][_0x3b64c1(0x29e)]()[_0x3b64c1(0x2c6)](_0x284591['gyLRC'],_0x284591['ApwTl']),_0x13adcd=_0x42eb9f;!_0x5140d3[_0x13adcd]&&(_0x5140d3[_0x13adcd]=[]);const _0x5d88a7=_0x5140d3[_0x13adcd]['find'](_0x1232de=>(_0x1232de[TestFrameworkConstants[_0x3b64c1(0x289)]]||_0x1232de[_0x3b64c1(0x1f6)])===_0x2fbb49);!_0x5d88a7&&_0x5140d3[_0x13adcd][_0x3b64c1(0x25d)]({'key':_0x13adcd,[TestFrameworkConstants[_0x3b64c1(0x289)]]:_0x2fbb49,[TestFrameworkConstants[_0x3b64c1(0x2fc)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x3b64c1(0x291)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x3b64c1(0x316)]]:new Date()[_0x3b64c1(0x332)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x50c52d['name']||_0x50c52d[_0x3b64c1(0x305)]+_0x3b64c1(0x315),[TestFrameworkConstants[_0x3b64c1(0x1df)]]:_0x3c84d6});}});}if(_0x34c78a[_0x394203(0x20b)]&&_0x284591[_0x394203(0x27f)](_0x34c78a[_0x394203(0x20b)][_0x394203(0x26f)],0x0))_0xfe0e09[TestFrameworkConstants[_0x394203(0x1bd)]]=_0x34c78a[_0x394203(0x20b)],logger[_0x394203(0x1db)](_0x284591[_0x394203(0x314)]);else _0x284591['RtwhN'](Object[_0x394203(0x2e7)](_0x5140d3)[_0x394203(0x26f)],0x0)&&(_0xfe0e09[TestFrameworkConstants[_0x394203(0x1bd)]]=_0x5140d3,logger[_0x394203(0x1db)](_0x394203(0x34c)+Object[_0x394203(0x2e7)](_0x5140d3)[_0x394203(0x302)](',')));const _0x3c18dc=this['getJestTestName'](_0x34c78a);logger['debug']('[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName='+_0x3c18dc+_0x394203(0x2c7)+_0x183082+_0x394203(0x2cc)+_0x1edb6e+_0x394203(0x313)+_0x34c78a['duration']);_0x284591[_0x394203(0x277)](_0x1edb6e,_0x284591[_0x394203(0x229)])&&logger['debug'](_0x394203(0x2cd)+_0x183082+_0x394203(0x1e7)+_0xfe0e09[TestFrameworkConstants[_0x394203(0x1ee)]]+_0x394203(0x2fa)+_0xfe0e09[TestFrameworkConstants[_0x394203(0x1f2)]]?.[_0x394203(0x2b8)](0x0,0xc8));const _0x14fba3={};return _0x14fba3[_0x183082]=_0xfe0e09,_0x14fba3;}[a96_0x22d845(0x237)](_0x2dcf47){const _0x29bb45=a96_0x22d845,_0x57b594={};_0x57b594[_0x29bb45(0x211)]=function(_0x27217d,_0x52b6bb){return _0x27217d!==_0x52b6bb;},_0x57b594['RKWsj']=function(_0x297094,_0x5624fe){return _0x297094!==_0x5624fe;},_0x57b594[_0x29bb45(0x254)]=_0x29bb45(0x1e1);const _0x1dc32d=_0x57b594,_0x340bb6={};_0x340bb6['depth']=0x2,_0x340bb6[_0x29bb45(0x25b)]=0x3,logger[_0x29bb45(0x1db)]('[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20'+util[_0x29bb45(0x307)](_0x2dcf47,_0x340bb6));const _0xa423a1=[];if(_0x2dcf47&&_0x2dcf47[_0x29bb45(0x2d3)]){let _0x44569c=_0x2dcf47['parent'];while(_0x44569c&&_0x44569c[_0x29bb45(0x273)]&&_0x1dc32d[_0x29bb45(0x211)](_0x44569c[_0x29bb45(0x273)],'')&&_0x1dc32d['RKWsj'](_0x44569c[_0x29bb45(0x273)],_0x1dc32d[_0x29bb45(0x254)])){_0xa423a1[_0x29bb45(0x25d)](_0x44569c[_0x29bb45(0x273)]),_0x44569c=_0x44569c[_0x29bb45(0x2d3)];}}return _0xa423a1[_0x29bb45(0x20e)]();}[a96_0x22d845(0x269)](_0x5f531e){const _0x285cab=a96_0x22d845,_0x3470ab={};_0x3470ab[_0x285cab(0x32c)]=_0x285cab(0x27d);const _0x5cdb21=_0x3470ab;if(_0x5f531e['name'])return _0x5f531e[_0x285cab(0x273)];if(_0x5f531e[_0x285cab(0x2f7)])return _0x5f531e[_0x285cab(0x2f7)];return _0x5cdb21['XOgzD'];}[a96_0x22d845(0x1fe)](_0x11db6c){const _0x850633=a96_0x22d845,_0x2a6ec9=[];if(_0x11db6c['tags']&&Array['isArray'](_0x11db6c[_0x850633(0x1c2)]))return _0x11db6c[_0x850633(0x1c2)][_0x850633(0x349)](_0x35980e=>_0x35980e[_0x850633(0x26c)]('@')?_0x35980e[_0x850633(0x253)](0x1):_0x35980e);const _0x294b80=this['getJestTestName'](_0x11db6c),_0x448bb7=_0x294b80[_0x850633(0x32f)](/@(\w+)/g);if(_0x448bb7)return _0x448bb7[_0x850633(0x349)](_0x2e5c6d=>_0x2e5c6d['slice'](0x1));return _0x11db6c[_0x850633(0x1ed)]&&Array['isArray'](_0x11db6c[_0x850633(0x1ed)])&&_0x11db6c['scopes'][_0x850633(0x2b2)](_0x493573=>{const _0x5126e7=_0x850633,_0x5268ee=_0x493573[_0x5126e7(0x32f)](/@(\w+)/g);_0x5268ee&&_0x5268ee[_0x5126e7(0x2b2)](_0x2e4f33=>{const _0x471411=_0x5126e7,_0x592d16=_0x2e4f33['slice'](0x1);!_0x2a6ec9[_0x471411(0x2bd)](_0x592d16)&&_0x2a6ec9[_0x471411(0x25d)](_0x592d16);});}),_0x2a6ec9;}['getJestTestFilePath'](_0x3cd757){const _0x30e59b=a96_0x22d845,_0xd8c0ff={'kfqGf':function(_0x5da639,_0x5f2882){return _0x5da639(_0x5f2882);}};if(_0x3cd757[_0x30e59b(0x26e)])return _0x3cd757[_0x30e59b(0x26e)];if(_0x3cd757[_0x30e59b(0x1da)])try{const _0x20609d=stackTrace[_0x30e59b(0x255)](_0x3cd757[_0x30e59b(0x1da)]),_0x1c1e95=_0xd8c0ff['kfqGf'](pickUserFrameFile,_0x20609d);if(_0x1c1e95)return _0x1c1e95;logger['debug'](_0x30e59b(0x28f)+_0x20609d[_0x30e59b(0x26f)]+')');}catch(_0xb0d9bd){logger[_0x30e59b(0x1db)](_0x30e59b(0x25e)+util[_0x30e59b(0x1fc)](_0xb0d9bd));}return null;}[a96_0x22d845(0x251)](_0x15dbaf){const _0x566f69=a96_0x22d845,_0x46750a={};_0x46750a[_0x566f69(0x23f)]=function(_0x5bc1cd,_0xca8399){return _0x5bc1cd>_0xca8399;},_0x46750a[_0x566f69(0x2ff)]=_0x566f69(0x299);const _0xb92d4b=_0x46750a;if(_0x15dbaf[_0x566f69(0x1e9)]&&_0xb92d4b[_0x566f69(0x23f)](_0x15dbaf[_0x566f69(0x1e9)][_0x566f69(0x26f)],0x0))return util[_0x566f69(0x307)](_0x15dbaf[_0x566f69(0x1e9)][0x0]);if(_0x15dbaf[_0x566f69(0x2d1)])return _0x15dbaf['failure_reason'];return _0xb92d4b[_0x566f69(0x2ff)];}[a96_0x22d845(0x278)](_0xed9a68){const _0x383b66=a96_0x22d845,_0x3fffab={};_0x3fffab[_0x383b66(0x2d0)]=_0x383b66(0x344),_0x3fffab[_0x383b66(0x33f)]=_0x383b66(0x2b4),_0x3fffab[_0x383b66(0x1d2)]='UnhandledError';const _0x442982=_0x3fffab,_0x293e38=this[_0x383b66(0x251)](_0xed9a68);if(_0x293e38&&_0x293e38['includes'](_0x442982[_0x383b66(0x2d0)]))return _0x442982[_0x383b66(0x33f)];return _0x442982[_0x383b66(0x1d2)];}[a96_0x22d845(0x234)](_0x26b9a5){const _0x1462b5=a96_0x22d845,_0x41e4d3={'YdFCr':function(_0xa2f90c,_0x2e5a45){return _0xa2f90c(_0x2e5a45);},'AEWJe':_0x1462b5(0x21a),'cUciO':function(_0x6a6696,_0x2ff86a){return _0x6a6696!==_0x2ff86a;},'iWagK':'test'},{failureData:_0x128e8e}=_0x41e4d3['YdFCr'](require,_0x41e4d3[_0x1462b5(0x25c)]),_0x285250=[];return _0x41e4d3[_0x1462b5(0x218)](_0x26b9a5[_0x1462b5(0x1e9)],undefined)&&_0x285250[_0x1462b5(0x25d)](_0x26b9a5[_0x1462b5(0x1e9)],_0x41e4d3['iWagK']),_0x128e8e[_0x1462b5(0x220)](null,_0x285250);}async[a96_0x22d845(0x2e5)](_0x329de8,_0x41646f,_0x22a6ed,_0x9a2454){const _0x67d38d=a96_0x22d845,_0x21a55d={'shjQE':_0x67d38d(0x20f),'lFiHc':function(_0x145118){return _0x145118();},'nIMar':function(_0x543066,_0xd82682){return _0x543066 in _0xd82682;},'Blgya':function(_0x22fbe5,_0x17c219){return _0x22fbe5===_0x17c219;},'KgLtD':function(_0x3b4ac8,_0x553677){return _0x3b4ac8===_0x553677;},'iuzoQ':function(_0x48a396,_0x22ce42){return _0x48a396>_0x22ce42;},'pkQhw':'failed','BDyqR':_0x67d38d(0x2a0),'sPlvw':function(_0x53ce47,_0x231114){return _0x53ce47===_0x231114;},'OxTUC':'[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','EqLeW':function(_0x4c2bc2,_0x12bf35){return _0x4c2bc2>_0x12bf35;},'OJyjD':function(_0x242756,_0x4c9e18){return _0x242756!==_0x4c9e18;}},{hookData:_0x1f74f6}=_0x9a2454,_0x3166e7=_0x22a6ed[_0x67d38d(0x23b)](),_0x3aabd8=_0x41646f[_0x67d38d(0x23b)](),_0x129995={};_0x129995['depth']=0x2,_0x129995[_0x67d38d(0x25b)]=0x3,logger[_0x67d38d(0x1db)]('[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState='+_0x3aabd8+',\x20hookState='+_0x3166e7+',\x20hookData='+util[_0x67d38d(0x307)](_0x1f74f6,_0x129995));if(!_0x1f74f6)return logger[_0x67d38d(0x1db)](_0x21a55d[_0x67d38d(0x28c)]),{};const _0x5ae00c=_0x1f74f6[_0x67d38d(0x31f)]||_0x1f74f6[_0x67d38d(0x2b7)]||_0x21a55d[_0x67d38d(0x290)](uuidv4),_0x63357e=_0x1f74f6[_0x67d38d(0x233)]||this[_0x67d38d(0x2e1)](_0x1f74f6),_0x451ba0=_0x41646f[_0x67d38d(0x23b)]()[_0x67d38d(0x322)]('.')[0x1],_0xab0b67=_0x329de8[_0x67d38d(0x239)]()[_0x67d38d(0x243)](_0x63357e),_0x5688db=_0xab0b67?_0xab0b67[TestFrameworkConstants[_0x67d38d(0x1df)]]||{}:{};logger['debug'](_0x67d38d(0x33c)+_0x5ae00c+_0x67d38d(0x2c7)+_0x63357e+_0x67d38d(0x248)+_0x451ba0+_0x67d38d(0x32b)+_0x3166e7);if(!_0xab0b67)return logger[_0x67d38d(0x1db)](_0x67d38d(0x312)+_0x63357e+',\x20storing\x20as\x20pending\x20hook'),this[_0x67d38d(0x21d)](_0x329de8,_0x63357e,_0x41646f,_0x22a6ed,_0x9a2454),{};let _0x30cc35=_0xab0b67[TestFrameworkConstants[_0x67d38d(0x21b)]];!_0x30cc35&&(_0x30cc35={});!_0x21a55d[_0x67d38d(0x300)](_0x451ba0,_0x30cc35)&&(_0x30cc35[_0x451ba0]=[]);let _0x2993cc=_0xab0b67[TestFrameworkConstants[_0x67d38d(0x1bd)]];!_0x2993cc&&(_0x2993cc={});!_0x21a55d['nIMar'](_0x451ba0,_0x2993cc)&&(_0x2993cc[_0x451ba0]=[]);const _0xb92539={[_0x63357e]:{[TestFrameworkConstants[_0x67d38d(0x21b)]]:_0x30cc35,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x2993cc,[TestFrameworkConstants[_0x67d38d(0x2c4)]]:this[_0x67d38d(0x320)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this['getTestFrameworksVersions']()[this[_0x67d38d(0x320)]()[0x0]]||''}};if(_0x21a55d[_0x67d38d(0x21f)](_0x22a6ed,HookState[_0x67d38d(0x26b)])){const _0x336476={'key':_0x451ba0,[TestFrameworkConstants[_0x67d38d(0x289)]]:_0x5ae00c,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0x67d38d(0x1bb)],[TestFrameworkConstants[_0x67d38d(0x291)]]:_0x1f74f6[_0x67d38d(0x2fd)]||new Date()[_0x67d38d(0x332)](),[TestFrameworkConstants[_0x67d38d(0x267)]]:[],[TestFrameworkConstants[_0x67d38d(0x2e9)]]:_0x1f74f6[_0x67d38d(0x273)]||_0x1f74f6[_0x67d38d(0x249)]||_0x451ba0,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x5688db};_0x30cc35[_0x451ba0][_0x67d38d(0x25d)](_0x336476),_0xb92539[_0x63357e][TestFrameworkConstants[_0x67d38d(0x1c3)]]=_0x451ba0;const _0x2c9031={};_0x2c9031[_0x67d38d(0x27a)]=0x2,logger[_0x67d38d(0x1db)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x451ba0+_0x67d38d(0x2d2)+_0x5ae00c+_0x67d38d(0x2c7)+_0x63357e+_0x67d38d(0x275)+util[_0x67d38d(0x307)](_0x336476,_0x2c9031));}else{if(_0x21a55d[_0x67d38d(0x31e)](_0x22a6ed,HookState[_0x67d38d(0x2cf)])){const _0x58b240=_0x1f74f6[_0x67d38d(0x2ed)]||(_0x1f74f6[_0x67d38d(0x1e9)]&&_0x21a55d[_0x67d38d(0x1bf)](_0x1f74f6[_0x67d38d(0x1e9)][_0x67d38d(0x26f)],0x0)?_0x21a55d[_0x67d38d(0x2c2)]:_0x21a55d[_0x67d38d(0x245)]),_0x2d18d9=_0x30cc35[_0x451ba0]||[];logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType='+_0x451ba0+',\x20testId='+_0x63357e+_0x67d38d(0x339)+_0x58b240+_0x67d38d(0x2bc)+_0x2d18d9['length']);if(_0x21a55d[_0x67d38d(0x31e)](_0x2d18d9[_0x67d38d(0x26f)],0x0)&&_0x21a55d[_0x67d38d(0x247)](_0x41646f,TestFrameworkState['BEFORE_ALL']))return logger[_0x67d38d(0x1db)](_0x21a55d[_0x67d38d(0x223)]),this[_0x67d38d(0x21d)](_0x329de8,_0x63357e,_0x41646f,_0x22a6ed,_0x9a2454),{};if(_0x21a55d[_0x67d38d(0x2a6)](_0x2d18d9[_0x67d38d(0x26f)],0x0)){const _0x1fad32=_0x2d18d9[_0x67d38d(0x2df)]();_0x21a55d[_0x67d38d(0x21f)](_0x58b240,_0x21a55d[_0x67d38d(0x2c2)])&&_0x1f74f6['errorsDetailed']?(_0x1fad32[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this['getJestFailureType'](_0x1f74f6),_0x1fad32[TestFrameworkConstants[_0x67d38d(0x21e)]]=this[_0x67d38d(0x251)](_0x1f74f6),_0x1fad32[TestFrameworkConstants['KEY_HOOK_FAILURE']]=this[_0x67d38d(0x234)](_0x1f74f6),logger['debug'](_0x67d38d(0x34a)+_0x451ba0+_0x67d38d(0x1e7)+_0x1fad32[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]+_0x67d38d(0x2fa)+_0x1fad32[TestFrameworkConstants[_0x67d38d(0x21e)]]?.[_0x67d38d(0x2b8)](0x0,0xc8))):_0x1fad32[TestFrameworkConstants[_0x67d38d(0x2fc)]]=_0x21a55d[_0x67d38d(0x245)];_0x21a55d[_0x67d38d(0x212)](_0x58b240,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x1fad32[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x58b240);_0x1fad32[TestFrameworkConstants[_0x67d38d(0x316)]]=_0x1f74f6[_0x67d38d(0x24d)]||new Date()[_0x67d38d(0x332)](),_0x1fad32[TestFrameworkConstants[_0x67d38d(0x1df)]]=_0x5688db;const _0x2637b0=_0x1fad32[TestFrameworkConstants[_0x67d38d(0x289)]];!_0x2993cc[_0x451ba0]&&(_0x2993cc[_0x451ba0]=[]);_0x2993cc[_0x451ba0]['push'](_0x1fad32),_0xb92539[_0x63357e][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x451ba0;const _0x30d487={};_0x30d487['depth']=0x2,logger[_0x67d38d(0x1db)](_0x67d38d(0x335)+_0x451ba0+',\x20hookId='+_0x2637b0+_0x67d38d(0x339)+_0x58b240+',\x20hook='+util[_0x67d38d(0x307)](_0x1fad32,_0x30d487));}}}return _0xb92539;}[a96_0x22d845(0x2e4)](_0x36fd66){const _0xd0a82f=a96_0x22d845,_0x39001a={};_0x39001a[_0xd0a82f(0x226)]='base64';const _0x6d98bf=_0x39001a;try{const _0x79abd=_0x36fd66['test']?this['getJestTestIdentifier'](_0x36fd66[_0xd0a82f(0x2ee)]):_0x36fd66[_0xd0a82f(0x340)][_0xd0a82f(0x233)],_0x1c9f20=_0x36fd66[_0xd0a82f(0x2a2)],_0x429c61=_0x1c9f20[_0xd0a82f(0x2b1)](),_0xa48504=_0x1c9f20[_0xd0a82f(0x239)]()['get'](_0x79abd);if(!_0xa48504)return logger['debug']('createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x79abd),{};const {[TestFrameworkConstants[_0xd0a82f(0x2c4)]]:_0x2c832b=this[_0xd0a82f(0x320)]()[0x0]||'',[TestFrameworkConstants[_0xd0a82f(0x1d8)]]:_0x47367a=this['getTestFrameworksVersions']()[this['getTestFrameworks']()[0x0]]||'',[TestFrameworkConstants[_0xd0a82f(0x1f8)]]:_0x174cd1='',[TestFrameworkConstants[_0xd0a82f(0x26d)]]:_0x24795e=''}=_0xa48504,_0xd65e68=_0x1c9f20['getCurrentTestState']()[_0xd0a82f(0x23b)]()[_0xd0a82f(0x322)]('.')[0x1],_0x3265c2=_0x1c9f20[_0xd0a82f(0x24c)]()[_0xd0a82f(0x23b)]()[_0xd0a82f(0x322)]('.')[0x1],_0x5c930e=global?.['__workerDetails']?.[_0xd0a82f(0x22a)]?.[_0xd0a82f(0x2a8)]||global[_0xd0a82f(0x1cc)]||0x0,_0x296cae=_0x1c9f20[_0xd0a82f(0x227)](),_0x36863c=Buffer[_0xd0a82f(0x326)](JSON[_0xd0a82f(0x231)](_0xa48504))[_0xd0a82f(0x23b)](_0x6d98bf[_0xd0a82f(0x226)]),_0x5c6063={'hash':_0x429c61['getId'](),'threadId':_0x429c61[_0xd0a82f(0x1f3)]()[_0xd0a82f(0x23b)](),'processId':_0x429c61[_0xd0a82f(0x329)]()[_0xd0a82f(0x23b)]()},_0x1ecb39={};_0x1ecb39[_0xd0a82f(0x292)]=_0x5c930e,_0x1ecb39[_0xd0a82f(0x224)]=_0x2c832b,_0x1ecb39['testFrameworkVersion']=_0x47367a,_0x1ecb39[_0xd0a82f(0x209)]=_0xd65e68,_0x1ecb39[_0xd0a82f(0x210)]=_0x3265c2,_0x1ecb39[_0xd0a82f(0x283)]=_0x174cd1,_0x1ecb39[_0xd0a82f(0x2c8)]=_0x24795e,_0x1ecb39[_0xd0a82f(0x31f)]=_0x296cae,_0x1ecb39[_0xd0a82f(0x31c)]=_0x36863c,_0x1ecb39['executionContext']=_0x5c6063,_0x1ecb39[_0xd0a82f(0x27c)]=_0x79abd;const _0x571b6e=_0x1ecb39;return _0x571b6e;}catch(_0x1a7357){return logger[_0xd0a82f(0x213)](_0xd0a82f(0x31a)+util[_0xd0a82f(0x1fc)](_0x1a7357)),{};}}async[a96_0x22d845(0x1f5)](_0x2bdf63,_0xdd47e8,_0x115124){const _0x5ab4a1=a96_0x22d845,_0xae1c29={'yktTa':function(_0x4007af,_0x2cb792){return _0x4007af+_0x2cb792;},'uuXrQ':_0x5ab4a1(0x33e),'Poing':_0x5ab4a1(0x324),'Hikjw':function(_0x14946d,_0xd4a48d){return _0x14946d>_0xd4a48d;},'LWObB':function(_0x55e306,_0x46ddb8,_0x23c5f0,_0x3d6ead){return _0x55e306(_0x46ddb8,_0x23c5f0,_0x3d6ead);},'vbptp':function(_0x4d80b2,_0x8f093){return _0x4d80b2-_0x8f093;},'bGhNx':function(_0x2e9190,_0x4cd5a9){return _0x2e9190===_0x4cd5a9;},'QhlaY':function(_0x5df453,_0x9a43f7){return _0x5df453/_0x9a43f7;},'eRtPb':function(_0x32cb27,_0x4e1876){return _0x32cb27<_0x4e1876;},'cOpCg':function(_0x46efd6,_0xdd4048){return _0x46efd6*_0xdd4048;},'aJHjb':function(_0x1adc04,_0x5b5ed4){return _0x1adc04+_0x5b5ed4;},'tnnAN':function(_0x4241ed,_0x3106f4){return _0x4241ed+_0x3106f4;}};try{const _0x24a723=_0x115124[_0x5ab4a1(0x1cd)]||_0x115124[_0x5ab4a1(0x287)],_0x5e6ad8=Array['from'](_0x2bdf63[_0x5ab4a1(0x239)]()[_0x5ab4a1(0x2e7)]()),_0x3d4915=_0x2bdf63['getAllData']()[_0x5ab4a1(0x243)](_0x24a723);if(!_0x3d4915){logger[_0x5ab4a1(0x1db)](_0x5ab4a1(0x279)+_0x24a723);return;}const {[TestFrameworkConstants[_0x5ab4a1(0x2c4)]]:_0x56c6ba='',[TestFrameworkConstants[_0x5ab4a1(0x1d8)]]:_0x1970aa=''}=_0x3d4915;let _0x20cce5=[];_0x3d4915&&_0x3d4915[TestFrameworkConstants['KEY_LOGS']]&&Array[_0x5ab4a1(0x208)](_0x3d4915[TestFrameworkConstants[_0x5ab4a1(0x2d8)]])?(_0x20cce5=_0x3d4915[TestFrameworkConstants[_0x5ab4a1(0x2d8)]]||[],logger[_0x5ab4a1(0x1db)](_0x5ab4a1(0x2ba)+_0x20cce5[_0x5ab4a1(0x26f)]+_0x5ab4a1(0x328)+_0x24a723),_0x2bdf63['addMultipleEntries']({[_0x24a723]:{[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants[_0x5ab4a1(0x2c4)]]:this[_0x5ab4a1(0x320)]()[0x0]||'',[TestFrameworkConstants[_0x5ab4a1(0x1d8)]]:this[_0x5ab4a1(0x1ec)]()[this[_0x5ab4a1(0x320)]()[0x0]]||''}}),logger[_0x5ab4a1(0x1db)](_0x5ab4a1(0x1c4)+_0x24a723)):logger[_0x5ab4a1(0x1db)](_0x5ab4a1(0x33a)+_0x24a723);logger[_0x5ab4a1(0x1db)](_0x5ab4a1(0x276)+_0x20cce5[_0x5ab4a1(0x26f)]+_0x5ab4a1(0x30c)+_0x24a723);const _0x2f0422=_0x20cce5[_0x5ab4a1(0x2bf)](_0x6e8e67=>_0x6e8e67[_0x5ab4a1(0x1d3)]==='TEST_SCREENSHOT');_0xae1c29[_0x5ab4a1(0x298)](_0x2f0422[_0x5ab4a1(0x26f)],0x0)&&(logger[_0x5ab4a1(0x1db)](_0x5ab4a1(0x295)+_0x2f0422['length']+_0x5ab4a1(0x296)+_0x24a723),_0x2f0422[_0x5ab4a1(0x2b2)]((_0x1809f4,_0x3012dd)=>{const _0x3cb776=_0x5ab4a1;logger[_0x3cb776(0x1db)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20'+_0xae1c29[_0x3cb776(0x2c9)](_0x3012dd,0x1)+'/'+_0x2f0422[_0x3cb776(0x26f)]+'\x20-\x20test_identifier='+(_0x1809f4[_0x3cb776(0x27c)]||_0xae1c29['uuXrQ'])+_0x3cb776(0x28a)+(_0x1809f4[_0x3cb776(0x23e)]||_0xae1c29['uuXrQ'])+_0x3cb776(0x250)+(_0x1809f4[_0x3cb776(0x297)]||_0xae1c29[_0x3cb776(0x325)])+_0x3cb776(0x33d)+(_0x1809f4['message']?.[_0x3cb776(0x26f)]||0x0));}));const _0x3305e1=_0x3d4915[TestFrameworkConstants[_0x5ab4a1(0x271)]]||{},_0x32cf98=_0xae1c29[_0x5ab4a1(0x2ce)](getMediaArtifactsLogs,_0x3305e1,null,_0x24a723),_0x183595=(_0x20cce5||[])[_0x5ab4a1(0x2eb)](_0x32cf98||[]),_0x23d71c=_0x2f0422?.[_0x5ab4a1(0x26f)]||0x0,_0xfa04ac=_0xae1c29[_0x5ab4a1(0x252)](_0x20cce5?.['length']||0x0,_0x23d71c);logger[_0x5ab4a1(0x1db)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20'+_0x24a723+_0x5ab4a1(0x25a)+_0xfa04ac+_0x5ab4a1(0x272)+_0x23d71c+_0x5ab4a1(0x341)+(_0x32cf98?.[_0x5ab4a1(0x26f)]||0x0)+',\x20totalLogs:\x20'+_0x183595[_0x5ab4a1(0x26f)]);if(!_0x183595||_0xae1c29[_0x5ab4a1(0x2ca)](_0x183595[_0x5ab4a1(0x26f)],0x0)){logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0x24a723);return;}const _0x212f1c=0x28,_0x230807=Math[_0x5ab4a1(0x2f8)](_0xae1c29['QhlaY'](_0x183595[_0x5ab4a1(0x26f)],_0x212f1c));for(let _0x48047b=0x0;_0xae1c29[_0x5ab4a1(0x2e3)](_0x48047b,_0x230807);_0x48047b++){const _0x16d5e1=_0xae1c29['cOpCg'](_0x48047b,_0x212f1c),_0x5294c0=_0xae1c29['aJHjb'](_0x16d5e1,_0x212f1c),_0x140893=_0x183595['slice'](_0x16d5e1,_0x5294c0),_0x4e6075=global?.[_0x5ab4a1(0x311)]??0x0,_0x14c7b3={'platformIndex':_0x4e6075,'logs':_0x140893,'testFrameworkName':_0x56c6ba,'testFrameworkVersion':_0x1970aa,'testFrameworkState':_0xdd47e8[_0x5ab4a1(0x23b)]()[_0x5ab4a1(0x322)]('.')[0x1]},_0x55ffa4={};_0x55ffa4[_0x5ab4a1(0x27a)]=0x3,_0x55ffa4[_0x5ab4a1(0x25b)]=0x5,logger[_0x5ab4a1(0x1db)](_0x5ab4a1(0x20c)+_0xae1c29[_0x5ab4a1(0x1f0)](_0x48047b,0x1)+'/'+_0x230807+'\x20-\x20testId:\x20'+_0x24a723+',\x20logsInBatch:\x20'+_0x140893[_0x5ab4a1(0x26f)]+_0x5ab4a1(0x2f6)+_0x4e6075+',\x20payload:\x20'+util['inspect'](_0x14c7b3,_0x55ffa4));const _0x2caa82=await GrpcClient[_0x5ab4a1(0x2ae)]()[_0x5ab4a1(0x20d)](_0x14c7b3);logger['debug'](_0x5ab4a1(0x20c)+_0xae1c29[_0x5ab4a1(0x281)](_0x48047b,0x1)+'/'+_0x230807+_0x5ab4a1(0x282)+_0x24a723+_0x5ab4a1(0x2f3)+util['inspect'](_0x2caa82));}_0x32cf98&&_0xae1c29['Hikjw'](_0x32cf98[_0x5ab4a1(0x26f)],0x0)&&_0x3d4915[TestFrameworkConstants[_0x5ab4a1(0x271)]]&&_0x2bdf63[_0x5ab4a1(0x203)]({[_0x24a723]:{[TestFrameworkConstants[_0x5ab4a1(0x271)]]:{},[TestFrameworkConstants[_0x5ab4a1(0x2c4)]]:this[_0x5ab4a1(0x320)]()[0x0]||'',[TestFrameworkConstants[_0x5ab4a1(0x1d8)]]:this[_0x5ab4a1(0x1ec)]()[this[_0x5ab4a1(0x320)]()[0x0]]||''}}),logger[_0x5ab4a1(0x1db)](_0x5ab4a1(0x2a7)+_0x24a723+_0x5ab4a1(0x310)+_0x230807);}catch(_0x1ce57c){logger[_0x5ab4a1(0x213)](_0x5ab4a1(0x2a9)+(_0x115124[_0x5ab4a1(0x1cd)]||_0x115124['testId'])+_0x5ab4a1(0x204)+util[_0x5ab4a1(0x1fc)](_0x1ce57c));}}['storePendingHook'](_0x17906d,_0x10a788,_0x142a57,_0x19de2f,_0x164b5f){const _0x334753=a96_0x22d845,_0x578402={};_0x578402['SmAXY']=function(_0x1a8af0,_0x537947){return _0x1a8af0===_0x537947;},_0x578402[_0x334753(0x24b)]=_0x334753(0x2c1);const _0x4e39fc=_0x578402,{hookData:_0x6fdf48}=_0x164b5f,_0xa14737={'testId':_0x10a788,'testFrameworkState':_0x142a57,'hookState':_0x19de2f,'args':_0x164b5f,'timestamp':new Date()[_0x334753(0x332)]()};if(_0x4e39fc['SmAXY'](_0x142a57,TestFrameworkState[_0x334753(0x308)])&&_0x6fdf48){const _0x227ef5={};_0x227ef5['filePath']=_0x6fdf48[_0x334753(0x26e)]||_0x6fdf48[_0x334753(0x2ec)],_0x227ef5[_0x334753(0x32a)]=_0x6fdf48[_0x334753(0x32a)]||_0x6fdf48[_0x334753(0x1ed)]&&_0x6fdf48[_0x334753(0x1ed)][0x0]||'',_0x227ef5['hookType']=_0x4e39fc[_0x334753(0x24b)],_0xa14737[_0x334753(0x336)]=_0x227ef5,logger[_0x334753(0x1db)](_0x334753(0x2a3)+_0x10a788+_0x334753(0x286)+_0xa14737[_0x334753(0x336)]['filePath']+',\x20scope:\x20'+_0xa14737[_0x334753(0x336)][_0x334753(0x32a)]);}_0x17906d[_0x334753(0x262)](_0x10a788,_0xa14737),logger[_0x334753(0x1db)](_0x334753(0x30e)+_0x10a788+_0x334753(0x228)+_0x142a57+_0x334753(0x2aa)+_0x19de2f);}async[a96_0x22d845(0x1d0)](_0x7ba6de,_0x26c899){const _0x4bed19=a96_0x22d845,_0x23add4={};_0x23add4[_0x4bed19(0x2de)]=function(_0x398420,_0x187476){return _0x398420>_0x187476;},_0x23add4[_0x4bed19(0x27b)]=function(_0x16d86d,_0x19425c){return _0x16d86d===_0x19425c;},_0x23add4[_0x4bed19(0x2da)]=function(_0x517cb5,_0x576005){return _0x517cb5===_0x576005;},_0x23add4[_0x4bed19(0x225)]='[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook';const _0x14e0d1=_0x23add4;if(_0x7ba6de['hasPendingHooks'](_0x26c899)){const _0x29801a=_0x7ba6de['getPendingHooks'](_0x26c899);logger[_0x4bed19(0x1db)](_0x4bed19(0x1ca)+_0x29801a[_0x4bed19(0x26f)]+_0x4bed19(0x338)+_0x26c899);for(const _0x3c73d6 of _0x29801a){try{const _0x419fc4=await this['trackHookEvent'](_0x7ba6de,_0x3c73d6[_0x4bed19(0x209)],_0x3c73d6[_0x4bed19(0x210)],_0x3c73d6[_0x4bed19(0x27e)]);_0x419fc4&&_0x14e0d1['kpTDW'](Object[_0x4bed19(0x2e7)](_0x419fc4)[_0x4bed19(0x26f)],0x0)&&_0x7ba6de[_0x4bed19(0x203)](_0x419fc4),await this[_0x4bed19(0x334)](_0x7ba6de,_0x3c73d6[_0x4bed19(0x209)],_0x3c73d6[_0x4bed19(0x210)],_0x3c73d6[_0x4bed19(0x27e)]);}catch(_0x34f56a){logger[_0x4bed19(0x213)](_0x4bed19(0x20a)+_0x26c899+_0x4bed19(0x204)+_0x34f56a);}}_0x7ba6de[_0x4bed19(0x23a)](_0x26c899),logger['debug']('Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20'+_0x26c899);}const _0x501af6=_0x7ba6de[_0x4bed19(0x239)]()[_0x4bed19(0x243)](_0x26c899);if(_0x501af6){const _0xc0ed28=_0x501af6[TestFrameworkConstants[_0x4bed19(0x2f1)]]||_0x501af6[TestFrameworkConstants[_0x4bed19(0x30a)]],_0x9707e9=_0x501af6[TestFrameworkConstants[_0x4bed19(0x343)]]||_0x501af6[TestFrameworkConstants[_0x4bed19(0x206)]]&&_0x501af6[TestFrameworkConstants[_0x4bed19(0x206)]][0x0]||'';logger[_0x4bed19(0x1db)]('[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20'+_0xc0ed28+',\x20scope:\x20'+_0x9707e9);const _0x2654a4=_0x7ba6de[_0x4bed19(0x205)]();for(const _0x4b8735 of _0x2654a4){if(_0x14e0d1[_0x4bed19(0x27b)](_0x4b8735,_0x26c899))continue;if(_0x7ba6de['hasPendingHooks'](_0x4b8735)){const _0x544565=_0x7ba6de[_0x4bed19(0x306)](_0x4b8735);for(const _0x8f2c58 of _0x544565){if(_0x14e0d1['UHuPh'](_0x8f2c58[_0x4bed19(0x209)],TestFrameworkState[_0x4bed19(0x308)])&&_0x8f2c58['hookMetadata']){const _0x3e9cce=_0x8f2c58[_0x4bed19(0x336)][_0x4bed19(0x31b)],_0x5ab218=_0x8f2c58['hookMetadata'][_0x4bed19(0x32a)];if(_0x14e0d1[_0x4bed19(0x2da)](_0x3e9cce,_0xc0ed28)&&_0x14e0d1[_0x4bed19(0x2da)](_0x5ab218,_0x9707e9)){logger[_0x4bed19(0x1db)](_0x4bed19(0x26a)+_0x4b8735+',\x20currentTestId:\x20'+_0x26c899+_0x4bed19(0x286)+_0x3e9cce+_0x4bed19(0x342)+_0x5ab218);_0x8f2c58[_0x4bed19(0x27e)]&&_0x8f2c58[_0x4bed19(0x27e)][_0x4bed19(0x340)]&&(_0x8f2c58['args']['hookData'][_0x4bed19(0x233)]=_0x26c899,logger[_0x4bed19(0x1db)](_0x4bed19(0x1f7)+_0x4b8735+_0x4bed19(0x2d5)+_0x26c899));try{const _0x40881c=await this[_0x4bed19(0x2e5)](_0x7ba6de,_0x8f2c58[_0x4bed19(0x209)],_0x8f2c58[_0x4bed19(0x210)],_0x8f2c58[_0x4bed19(0x27e)]);_0x40881c&&_0x14e0d1[_0x4bed19(0x2de)](Object[_0x4bed19(0x2e7)](_0x40881c)[_0x4bed19(0x26f)],0x0)&&_0x7ba6de[_0x4bed19(0x203)](_0x40881c);await this[_0x4bed19(0x334)](_0x7ba6de,_0x8f2c58[_0x4bed19(0x209)],_0x8f2c58[_0x4bed19(0x210)],_0x8f2c58[_0x4bed19(0x27e)]);const _0x2bcf09=_0x7ba6de['getPendingHooks'](_0x4b8735)[_0x4bed19(0x2bf)](_0x47904a=>_0x47904a!==_0x8f2c58);if(_0x14e0d1['UHuPh'](_0x2bcf09[_0x4bed19(0x26f)],0x0))_0x7ba6de['removePendingHooks'](_0x4b8735);else{_0x7ba6de[_0x4bed19(0x23a)](_0x4b8735);for(const _0x3ed374 of _0x2bcf09){_0x7ba6de[_0x4bed19(0x262)](_0x4b8735,_0x3ed374);}}logger[_0x4bed19(0x1db)](_0x14e0d1['FBGqV']);}catch(_0x3ded52){logger[_0x4bed19(0x213)](_0x4bed19(0x304)+_0x26c899+_0x4bed19(0x204)+_0x3ded52);}}}}}}}}['mapTestHooks'](_0x5cb7f2){const _0x350a49=a96_0x22d845,_0x5498e={'KgaWa':function(_0xcad395){return _0xcad395();}};if(!_0x5cb7f2||!_0x5cb7f2[_0x350a49(0x2d3)])return;_0x5cb7f2[_0x350a49(0x2d3)][_0x350a49(0x20b)]&&Array[_0x350a49(0x208)](_0x5cb7f2[_0x350a49(0x2d3)]['hooks'])&&_0x5cb7f2[_0x350a49(0x2d3)][_0x350a49(0x20b)][_0x350a49(0x2b2)](_0x1e7dd9=>{const _0x17987c=_0x350a49;!_0x1e7dd9[_0x17987c(0x2b7)]&&!_0x1e7dd9[_0x17987c(0x28d)]&&(_0x1e7dd9[_0x17987c(0x2b7)]=_0x5498e[_0x17987c(0x1eb)](uuidv4),_0x1e7dd9[_0x17987c(0x28d)]=_0x1e7dd9[_0x17987c(0x2b7)],logger[_0x17987c(0x1db)](_0x17987c(0x1de)+_0x1e7dd9[_0x17987c(0x305)]+_0x17987c(0x284)+_0x1e7dd9[_0x17987c(0x2b7)]));}),this[_0x350a49(0x219)](_0x5cb7f2[_0x350a49(0x2d3)]);}[a96_0x22d845(0x22c)](_0x5917b6){const _0x277f06=a96_0x22d845,_0x3e5c53={'aNtlf':function(_0x363863,_0x1f58f2){return _0x363863(_0x1f58f2);}};if(!_0x5917b6||!_0x5917b6['parent'])return[];const _0x3dbd43=[];return _0x5917b6[_0x277f06(0x2d3)][_0x277f06(0x20b)]&&Array[_0x277f06(0x208)](_0x5917b6[_0x277f06(0x2d3)]['hooks'])&&_0x5917b6[_0x277f06(0x2d3)]['hooks']['forEach'](_0x16ec0a=>{const _0xe1bb2d=_0x277f06,_0xfa8950=_0x16ec0a[_0xe1bb2d(0x2b7)]||_0x16ec0a[_0xe1bb2d(0x28d)];_0xfa8950&&!this[_0xe1bb2d(0x266)](_0x16ec0a)&&!_0x3e5c53[_0xe1bb2d(0x1bc)](isInternalHook,_0x16ec0a['fn'])&&_0x3dbd43[_0xe1bb2d(0x25d)](_0xfa8950);}),[..._0x3dbd43,...this[_0x277f06(0x22c)](_0x5917b6[_0x277f06(0x2d3)])];}['buildHookMapFromTest'](_0x45ffe3){const _0x937ac6=a96_0x22d845,_0x10977e={'bVnIr':function(_0x449f9e,_0x5b0aae){return _0x449f9e(_0x5b0aae);},'UjFfG':_0x937ac6(0x2f2),'sMaBk':function(_0x756a92,_0x4d71c6){return _0x756a92(_0x4d71c6);}},_0x178c43=new Map(),_0x5bb28c=_0xb0afaa=>{const _0x21ba0c=_0x937ac6,_0x383274={'tgBpZ':function(_0x43d9a6,_0x5b2ab6){return _0x10977e['bVnIr'](_0x43d9a6,_0x5b2ab6);},'eQQNc':_0x10977e['UjFfG']};if(!_0xb0afaa||!_0xb0afaa['parent'])return;_0xb0afaa['parent'][_0x21ba0c(0x20b)]&&Array[_0x21ba0c(0x208)](_0xb0afaa['parent'][_0x21ba0c(0x20b)])&&_0xb0afaa[_0x21ba0c(0x2d3)][_0x21ba0c(0x20b)][_0x21ba0c(0x2b2)](_0x194152=>{const _0x380dcb=_0x21ba0c,_0x24ee29=_0x194152['hookAnalyticsId']||_0x194152[_0x380dcb(0x28d)];if(_0x24ee29&&!this['isJestInternalHook'](_0x194152)&&!_0x383274['tgBpZ'](isInternalHook,_0x194152['fn'])){const _0x51f51e={};_0x51f51e[_0x380dcb(0x305)]=_0x194152[_0x380dcb(0x305)]||_0x383274[_0x380dcb(0x242)],_0x51f51e[_0x380dcb(0x273)]=_0x194152[_0x380dcb(0x273)]||'\x22'+_0x194152['type']+_0x380dcb(0x1e4),_0x178c43[_0x380dcb(0x1ba)](_0x24ee29,_0x51f51e);}}),_0x10977e['bVnIr'](_0x5bb28c,_0xb0afaa[_0x21ba0c(0x2d3)]);};return _0x10977e[_0x937ac6(0x2d7)](_0x5bb28c,_0x45ffe3),_0x178c43;}[a96_0x22d845(0x266)](_0x58ba84){const _0x47d7b3=a96_0x22d845,_0x4d0431={};_0x4d0431[_0x47d7b3(0x238)]='jest-circus',_0x4d0431[_0x47d7b3(0x240)]=_0x47d7b3(0x21c);const _0x32a479=_0x4d0431;try{const _0x3062a9=this[_0x47d7b3(0x217)](_0x58ba84);if(!_0x3062a9||_0x3062a9[_0x47d7b3(0x2bd)](_0x32a479['EJUYT']))return!![];return![];}catch(_0x41b6d9){logger[_0x47d7b3(0x1db)](_0x32a479[_0x47d7b3(0x240)]);}return![];}['getRootParentFile'](_0x1b4bea){const _0x3f3b8e=a96_0x22d845,_0x33554c={'yxbYn':function(_0x4951da,_0x466056){return _0x4951da(_0x466056);}};if(_0x1b4bea[_0x3f3b8e(0x317)])return _0x1b4bea[_0x3f3b8e(0x317)];if(_0x1b4bea[_0x3f3b8e(0x1da)])try{const _0x4912f4=stackTrace[_0x3f3b8e(0x255)](_0x1b4bea[_0x3f3b8e(0x1da)]),_0xb70f00=_0x33554c['yxbYn'](pickUserFrameFile,_0x4912f4);if(_0xb70f00)return _0xb70f00;logger[_0x3f3b8e(0x1db)](_0x3f3b8e(0x29a)+_0x4912f4[_0x3f3b8e(0x26f)]+')');}catch(_0x6e5aa9){logger[_0x3f3b8e(0x1db)](_0x3f3b8e(0x1e0)+util[_0x3f3b8e(0x1fc)](_0x6e5aa9));}return null;}}module[a96_0x22d845(0x24e)]=JestTestFramework;
|
|
1
|
+
const a96_0x19dc37=a96_0x5920;(function(_0x5c68d0,_0x4b007e){const _0x22ef04=a96_0x5920,_0x4a4bd3=_0x5c68d0();while(!![]){try{const _0x1b413d=parseInt(_0x22ef04(0x187))/0x1+parseInt(_0x22ef04(0x230))/0x2*(-parseInt(_0x22ef04(0x16e))/0x3)+parseInt(_0x22ef04(0x286))/0x4+parseInt(_0x22ef04(0x232))/0x5*(parseInt(_0x22ef04(0x176))/0x6)+parseInt(_0x22ef04(0x261))/0x7*(parseInt(_0x22ef04(0x21f))/0x8)+-parseInt(_0x22ef04(0x1de))/0x9+-parseInt(_0x22ef04(0x2b1))/0xa*(-parseInt(_0x22ef04(0x171))/0xb);if(_0x1b413d===_0x4b007e)break;else _0x4a4bd3['push'](_0x4a4bd3['shift']());}catch(_0x40a4bf){_0x4a4bd3['push'](_0x4a4bd3['shift']());}}}(a96_0x32f1,0xb0481));function a96_0x5920(_0x3a10f6,_0x33c148){const _0x32f108=a96_0x32f1();return a96_0x5920=function(_0x5920ea,_0x64cea8){_0x5920ea=_0x5920ea-0x126;let _0x30c1be=_0x32f108[_0x5920ea];return _0x30c1be;},a96_0x5920(_0x3a10f6,_0x33c148);}const TestFramework=require(a96_0x19dc37(0x262)),TestFrameworkState=require(a96_0x19dc37(0x16d)),HookState=require(a96_0x19dc37(0x197)),{createClassLogger}=require(a96_0x19dc37(0x28e)),TestFrameworkInstance=require(a96_0x19dc37(0x19f)),CLIUtils=require(a96_0x19dc37(0x238)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),{isInternalHook}=require(a96_0x19dc37(0x193)),logger=createClassLogger(a96_0x19dc37(0x1ea)),{v4:uuidv4}=require(a96_0x19dc37(0x14b)),util=require(a96_0x19dc37(0x299)),TestInfo=require('../TestInfo.js'),GrpcClient=require('../grpcClient'),stackTrace=require('stack-trace'),{pickUserFrameFile}=require('../../../helpers/stackFrameUtils');class JestTestFramework extends TestFramework{constructor(_0x354e9c,_0x4db09b,_0x548218){const _0x5a09d4=a96_0x19dc37;super(_0x354e9c,_0x4db09b,_0x548218),this[_0x5a09d4(0x203)]=new Map();}[a96_0x19dc37(0x1bc)](_0x1645c7,_0x39f1a2,_0x5f2e2e){const _0x367fd3=a96_0x19dc37,_0x518ffd={};_0x518ffd['vUccf']=function(_0x4c6948,_0x18ba6a){return _0x4c6948||_0x18ba6a;};const _0x5832a1=_0x518ffd;if(_0x5832a1['vUccf'](!_0x1645c7,!_0x39f1a2)){logger[_0x367fd3(0x148)]('[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x1645c7+_0x367fd3(0x162)+_0x39f1a2);return;}!this[_0x367fd3(0x203)][_0x367fd3(0x198)](_0x1645c7)&&this[_0x367fd3(0x203)][_0x367fd3(0x208)](_0x1645c7,[]);const _0x3f2cc2={'hookUUID':_0x39f1a2,'hookType':_0x5f2e2e,'startedAt':new Date()[_0x367fd3(0x17b)]()};this['activeHooks'][_0x367fd3(0x160)](_0x1645c7)[_0x367fd3(0x15c)](_0x3f2cc2),logger[_0x367fd3(0x12b)](_0x367fd3(0x12d)+_0x1645c7+',\x20hookUUID='+_0x39f1a2+_0x367fd3(0x159)+_0x5f2e2e+_0x367fd3(0x1b7)+this['activeHooks'][_0x367fd3(0x160)](_0x1645c7)[_0x367fd3(0x239)]);}['removeActiveHook'](_0x1c3eba,_0x33a0ff){const _0x5d2d65=a96_0x19dc37,_0x3d80fd={};_0x3d80fd[_0x5d2d65(0x184)]=function(_0x58b711,_0x149671){return _0x58b711||_0x149671;},_0x3d80fd[_0x5d2d65(0x1da)]=function(_0x59e174,_0x44ad5b){return _0x59e174!==_0x44ad5b;},_0x3d80fd['eXuNa']=function(_0x570187,_0x575606){return _0x570187===_0x575606;};const _0x3a3f8a=_0x3d80fd;if(_0x3a3f8a[_0x5d2d65(0x184)](!_0x1c3eba,!_0x33a0ff)){logger[_0x5d2d65(0x148)](_0x5d2d65(0x1bf)+_0x1c3eba+_0x5d2d65(0x162)+_0x33a0ff);return;}if(this[_0x5d2d65(0x203)][_0x5d2d65(0x198)](_0x1c3eba)){const _0x580273=this['activeHooks'][_0x5d2d65(0x160)](_0x1c3eba),_0x326a34=_0x580273['findIndex'](_0x1e15c3=>_0x1e15c3[_0x5d2d65(0x1f3)]===_0x33a0ff);_0x3a3f8a['csPfw'](_0x326a34,-0x1)?(_0x580273[_0x5d2d65(0x178)](_0x326a34,0x1),logger[_0x5d2d65(0x12b)]('[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier='+_0x1c3eba+_0x5d2d65(0x162)+_0x33a0ff+_0x5d2d65(0x26a)+_0x580273['length']),_0x3a3f8a['eXuNa'](_0x580273[_0x5d2d65(0x239)],0x0)&&this[_0x5d2d65(0x203)][_0x5d2d65(0x1eb)](_0x1c3eba)):logger['debug'](_0x5d2d65(0x2a6)+_0x1c3eba+_0x5d2d65(0x162)+_0x33a0ff);}}['getActiveHook'](_0x1d6ad2){const _0x3cec38=a96_0x19dc37,_0x41d48d={};_0x41d48d[_0x3cec38(0x1ce)]=function(_0x5727d9,_0x7b8cb7){return _0x5727d9>_0x7b8cb7;},_0x41d48d[_0x3cec38(0x1a3)]=function(_0x541af2,_0x20eac5){return _0x541af2-_0x20eac5;};const _0x5d588f=_0x41d48d;if(!_0x1d6ad2)return null;if(this[_0x3cec38(0x203)][_0x3cec38(0x198)](_0x1d6ad2)){const _0x22ce43=this[_0x3cec38(0x203)][_0x3cec38(0x160)](_0x1d6ad2);if(_0x5d588f[_0x3cec38(0x1ce)](_0x22ce43['length'],0x0)){const _0x52901c=_0x22ce43[_0x5d588f[_0x3cec38(0x1a3)](_0x22ce43[_0x3cec38(0x239)],0x1)];return logger[_0x3cec38(0x12b)](_0x3cec38(0x201)+_0x1d6ad2+',\x20hookUUID='+_0x52901c[_0x3cec38(0x1f3)]+_0x3cec38(0x159)+_0x52901c['hookType']),_0x52901c;}}return null;}async[a96_0x19dc37(0x22b)](_0x556e6d,_0x1f7373,_0x1f9cb6={}){const _0x23da1a=a96_0x19dc37,_0x194952={};_0x194952[_0x23da1a(0x287)]='[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found',_0x194952['pNFax']=function(_0x1e0678,_0x64bc7b){return _0x1e0678===_0x64bc7b;},_0x194952[_0x23da1a(0x2aa)]=function(_0x3532b3,_0x35b1f0){return _0x3532b3===_0x35b1f0;},_0x194952[_0x23da1a(0x12f)]=function(_0x1f2254,_0xea4dfe){return _0x1f2254||_0xea4dfe;},_0x194952[_0x23da1a(0x25d)]='[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND';const _0x295679=_0x194952;logger[_0x23da1a(0x12b)]('[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState='+_0x556e6d+_0x23da1a(0x2ad)+_0x1f7373+',\x20argsKeys='+Object['keys'](_0x1f9cb6)['join'](',')),await super['trackEvent'](_0x556e6d,_0x1f7373,_0x1f9cb6);const _0x414bf0=this['resolveInstance'](_0x556e6d,_0x1f7373,_0x1f9cb6);if(!_0x414bf0){logger[_0x23da1a(0x12b)](_0x295679[_0x23da1a(0x287)]);return;}try{let _0x32489e,_0x39723c,_0x430d1e;switch(_0x556e6d){case TestFrameworkState[_0x23da1a(0x1cc)]:_0x32489e=_0x1f9cb6[_0x23da1a(0x1b4)];const _0x27393a={};_0x27393a['depth']=0x2,_0x27393a[_0x23da1a(0x129)]=0x3,logger[_0x23da1a(0x12b)](_0x23da1a(0x2ae)+_0x1f7373+_0x23da1a(0x2a2)+util[_0x23da1a(0x152)](_0x32489e,_0x27393a)),_0x430d1e=this[_0x23da1a(0x135)](_0x32489e),_0x39723c=null,logger[_0x23da1a(0x12b)](_0x23da1a(0x12a)+_0x430d1e+_0x23da1a(0x22f));if(_0x295679['pNFax'](_0x1f7373,HookState[_0x23da1a(0x23e)])){logger[_0x23da1a(0x12b)](_0x23da1a(0x24d)+_0x430d1e);const _0x21bdbd={};_0x21bdbd[_0x23da1a(0x272)]=_0x39723c,_0x21bdbd[_0x23da1a(0x189)]=_0x32489e,_0x21bdbd[_0x23da1a(0x168)]=_0x430d1e;const _0x19f918=this[_0x23da1a(0x243)](_0x21bdbd),_0x30e443={};_0x30e443[_0x23da1a(0x1b3)]=0x2,_0x30e443[_0x23da1a(0x129)]=0x3,logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20'+util[_0x23da1a(0x152)](_0x19f918,_0x30e443)),_0x414bf0['addMultipleEntries'](_0x19f918),logger[_0x23da1a(0x12b)](_0x23da1a(0x196)+_0x430d1e),await this[_0x23da1a(0x248)](_0x414bf0,_0x430d1e);}else{if(_0x295679[_0x23da1a(0x2aa)](_0x1f7373,HookState[_0x23da1a(0x164)])){logger[_0x23da1a(0x12b)](_0x23da1a(0x24b)+_0x430d1e);const _0x788f3b=_0x414bf0['getAllData']()['get'](_0x430d1e);logger[_0x23da1a(0x12b)](_0x23da1a(0x1b0)+util['inspect'](Object[_0x23da1a(0x183)](_0x295679['SHjyb'](_0x788f3b,{}))));_0x788f3b&&_0x788f3b[TestFrameworkConstants[_0x23da1a(0x1e9)]]?logger[_0x23da1a(0x12b)](_0x23da1a(0x181)+Object[_0x23da1a(0x183)](_0x788f3b[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']])[_0x23da1a(0x239)]+_0x23da1a(0x177)):logger[_0x23da1a(0x12b)](_0x295679[_0x23da1a(0x25d)]);const _0x5c947b=_0x1f9cb6[_0x23da1a(0x213)]||null,_0x197b3a={};_0x197b3a[_0x23da1a(0x272)]=_0x39723c,_0x197b3a[_0x23da1a(0x189)]=_0x32489e,_0x197b3a['testId']=_0x430d1e,_0x197b3a[_0x23da1a(0x213)]=_0x5c947b;const _0x296386=this[_0x23da1a(0x1a9)](_0x197b3a),_0x4a72a7={};_0x4a72a7['depth']=0x2,_0x4a72a7[_0x23da1a(0x129)]=0x3,logger['debug'](_0x23da1a(0x27f)+util[_0x23da1a(0x152)](_0x296386,_0x4a72a7)),_0x414bf0['addMultipleEntries'](_0x296386),logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20'+_0x430d1e),await this[_0x23da1a(0x248)](_0x414bf0,_0x430d1e);}}break;case TestFrameworkState[_0x23da1a(0x192)]:if(_0x295679[_0x23da1a(0x2aa)](_0x1f7373,HookState[_0x23da1a(0x164)])){const _0xce9876={};_0xce9876['depth']=0x2,logger[_0x23da1a(0x12b)](_0x23da1a(0x27a)+util[_0x23da1a(0x152)](_0x1f9cb6,_0xce9876)),await this['sendLogCreatedEvent'](_0x414bf0,_0x556e6d,_0x1f9cb6);}break;default:if(CLIUtils['matchHookRegex'](_0x556e6d[_0x23da1a(0x229)]()[_0x23da1a(0x194)]('.')[0x1])){const _0x579bb9={};_0x579bb9[_0x23da1a(0x1b3)]=0x2,_0x579bb9['maxArrayLength']=0x3,logger[_0x23da1a(0x12b)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState='+_0x556e6d+_0x23da1a(0x2ad)+_0x1f7373+_0x23da1a(0x282)+util[_0x23da1a(0x152)](_0x1f9cb6['hookData'],_0x579bb9));const _0x4ddfa1=await this[_0x23da1a(0x1d0)](_0x414bf0,_0x556e6d,_0x1f7373,_0x1f9cb6),_0x56e718={};_0x56e718[_0x23da1a(0x1b3)]=0x2,_0x56e718[_0x23da1a(0x129)]=0x3,logger['debug']('[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20'+util[_0x23da1a(0x152)](_0x4ddfa1,_0x56e718)),_0x414bf0[_0x23da1a(0x14f)](_0x4ddfa1);}else logger['debug'](_0x23da1a(0x293)+_0x556e6d+_0x23da1a(0x298)+_0x1f7373);break;}logger['debug'](_0x23da1a(0x255)+_0x556e6d+',\x20hookState='+_0x1f7373);}catch(_0x494ed2){logger[_0x23da1a(0x1dd)](_0x23da1a(0x26b)+_0x556e6d+_0x23da1a(0x2ad)+_0x1f7373+_0x23da1a(0x1c6)+util['format'](_0x494ed2));}_0x1f9cb6[_0x23da1a(0x144)]=_0x414bf0,await this[_0x23da1a(0x20f)](_0x414bf0,_0x556e6d,_0x1f7373,_0x1f9cb6);}[a96_0x19dc37(0x135)](_0x24dc29){const _0x3843b5=a96_0x19dc37,_0x5a0d4e={};_0x5a0d4e[_0x3843b5(0x1d9)]=_0x3843b5(0x241);const _0x10ef05=_0x5a0d4e;if(_0x24dc29&&(_0x24dc29['id']||_0x24dc29[_0x3843b5(0x14b)])){const _0x15a7aa=_0x24dc29['id']||_0x24dc29[_0x3843b5(0x14b)];return logger['debug']('[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22'+_0x15a7aa+_0x3843b5(0x1a8)),_0x15a7aa;}return logger[_0x3843b5(0x12b)](_0x10ef05[_0x3843b5(0x1d9)]),process[_0x3843b5(0x1f0)]+':testAnalyticsId';}['resolveInstance'](_0x30900b,_0x4067cf,_0x257f07={}){const _0x471699=a96_0x19dc37;let _0x423e88=null;return _0x423e88=TestFramework[_0x471699(0x292)](),!_0x423e88?(logger[_0x471699(0x12b)]('[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state='+_0x30900b),this[_0x471699(0x15b)](_0x30900b,_0x257f07),_0x423e88=TestFramework[_0x471699(0x292)](),logger[_0x471699(0x12b)](_0x471699(0x235)+!!_0x423e88+_0x471699(0x14e)+_0x423e88?.[_0x471699(0x18d)]()?.['getId']())):logger[_0x471699(0x12b)](_0x471699(0x173)+_0x423e88[_0x471699(0x18d)]()?.['getId']()),_0x423e88;}['trackJestInstance'](_0xe77b92,_0xf6ff19){const _0x4ae322=a96_0x19dc37,_0x1fc263={};_0x1fc263[_0x4ae322(0x264)]=_0x4ae322(0x19d);const _0x11867f=_0x1fc263;if(TestFramework[_0x4ae322(0x292)]()){logger[_0x4ae322(0x12b)](_0x11867f['aGsHj']);return;}const _0x5c757b=CLIUtils[_0x4ae322(0x29f)](),_0x2ab0fd=TrackedInstance[_0x4ae322(0x18e)](_0x5c757b);let _0x1b299a=null;logger[_0x4ae322(0x12b)](_0x4ae322(0x16f)+_0x5c757b+_0x4ae322(0x226)+_0xe77b92),_0x1b299a=new TestFrameworkInstance(_0x2ab0fd,this[_0x4ae322(0x1fc)](),this[_0x4ae322(0x251)](),_0xe77b92,HookState[_0x4ae322(0x275)]),TestFramework['setTrackedInstance'](_0x2ab0fd,_0x1b299a),logger[_0x4ae322(0x12b)](_0x4ae322(0x166)+_0x2ab0fd['getId']()+_0x4ae322(0x27c)+_0x5c757b+_0x4ae322(0x237)+this[_0x4ae322(0x1fc)]()[0x0]+',\x20version='+this[_0x4ae322(0x251)]()[this['getTestFrameworks']()[0x0]]);}[a96_0x19dc37(0x243)](_0x18c201){const _0x4cbbb9=a96_0x19dc37,_0x1477ac={};_0x1477ac[_0x4cbbb9(0x1ae)]=function(_0x4989b9,_0x18ca67){return _0x4989b9||_0x18ca67;},_0x1477ac[_0x4cbbb9(0x169)]=_0x4cbbb9(0x1e5);const _0x78263c=_0x1477ac,{testUUID:_0x65c943,testData:_0x1efed3,testId:_0x4783c5}=_0x18c201;if(_0x78263c['qHXza'](!_0x1efed3,!_0x4783c5))return logger[_0x4cbbb9(0x12b)](_0x78263c['FwOMV']),{};const _0xb7d1fb=this[_0x4cbbb9(0x1fc)]()[0x0],_0x17d902=this[_0x4cbbb9(0x251)](),_0x51782c={};_0x51782c[_0x4cbbb9(0x1b3)]=0x2,_0x51782c['maxArrayLength']=0x3,logger[_0x4cbbb9(0x12b)](_0x4cbbb9(0x1f9)+util[_0x4cbbb9(0x152)](_0x1efed3,_0x51782c));const _0x1c35db=_0x1efed3?.[_0x4cbbb9(0x240)]||[],_0x25f306=this[_0x4cbbb9(0x1e7)](_0x1efed3),_0x395cc3=this[_0x4cbbb9(0x23d)](_0x1efed3),_0x3d25d9=_0x1efed3['fn']?_0x1efed3['fn'][_0x4cbbb9(0x229)]():_0x1efed3?.[_0x4cbbb9(0x25f)]?_0x1efed3['body'][_0x4cbbb9(0x216)][_0x4cbbb9(0x229)]():null,_0x17f785=this[_0x4cbbb9(0x217)](_0x1efed3),_0xe5a400={[TestFrameworkConstants[_0x4cbbb9(0x29c)]]:_0xb7d1fb,[TestFrameworkConstants[_0x4cbbb9(0x242)]]:_0x17d902[_0xb7d1fb],[TestFrameworkConstants[_0x4cbbb9(0x1fe)]]:[],[TestFrameworkConstants[_0x4cbbb9(0x2ab)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x4cbbb9(0x22e)]]:TestFrameworkConstants[_0x4cbbb9(0x2af)],[TestFrameworkConstants[_0x4cbbb9(0x25a)]]:_0x25f306,[TestFrameworkConstants[_0x4cbbb9(0x12c)]]:_0x395cc3,[TestFrameworkConstants[_0x4cbbb9(0x1cd)]]:_0x4783c5,[TestFrameworkConstants[_0x4cbbb9(0x1ed)]]:_0x25f306,[TestFrameworkConstants[_0x4cbbb9(0x13a)]]:_0x395cc3,[TestFrameworkConstants['KEY_TEST_CODE']]:_0x3d25d9,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x17f785,[TestFrameworkConstants[_0x4cbbb9(0x17c)]]:_0x1efed3[_0x4cbbb9(0x18f)]||new Date()[_0x4cbbb9(0x17b)](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x1c35db[0x0]||'',[TestFrameworkConstants[_0x4cbbb9(0x143)]]:_0x1c35db,[TestFrameworkConstants[_0x4cbbb9(0x269)]]:_0x25f306,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x4cbbb9(0x163)]]:{}};_0x1efed3['retryOf']&&(_0xe5a400[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x1efed3[_0x4cbbb9(0x15d)]);logger[_0x4cbbb9(0x12b)](_0x4cbbb9(0x1d1)+_0x25f306+_0x4cbbb9(0x221)+_0x4783c5+_0x4cbbb9(0x276)+JSON[_0x4cbbb9(0x211)](_0x17f785)+_0x4cbbb9(0x210)+util['inspect'](_0x1c35db)+_0x4cbbb9(0x28b)+_0x395cc3);const _0x500457={};return _0x500457[_0x4783c5]=_0xe5a400,_0x500457;}[a96_0x19dc37(0x1a9)](_0x2b73d8){const _0xba3186=a96_0x19dc37,_0x4652e5={'dahbv':function(_0x370414,_0x179e19){return _0x370414===_0x179e19;},'atcBU':'afterAll','XRyGv':function(_0x3e7a4d,_0x2a5283){return _0x3e7a4d===_0x2a5283;},'sKIjv':_0xba3186(0x1aa),'iNDyh':_0xba3186(0x274),'vQvHH':_0xba3186(0x215),'EuPwM':function(_0x49a0ed,_0x106a90){return _0x49a0ed||_0x106a90;},'NhMhN':_0xba3186(0x231),'akqQD':function(_0x3b72ff,_0x3a47ea){return _0x3b72ff||_0x3a47ea;},'oDFnx':_0xba3186(0x209),'jwMSB':function(_0x23d001,_0x32e7de){return _0x23d001>_0x32e7de;},'HfftE':'failed','nJaWT':_0xba3186(0x16a),'QHXly':function(_0x5c685a,_0x33479f){return _0x5c685a===_0x33479f;},'DbLfl':_0xba3186(0x21c),'BDSMX':'passed','UMgmd':function(_0x2f58dd,_0x511090){return _0x2f58dd!==_0x511090;},'Pdvxd':function(_0x368c1a,_0x5f0009,_0x21d17e,_0x409428){return _0x368c1a(_0x5f0009,_0x21d17e,_0x409428);},'dmxXn':function(_0x57b313,_0x47067a){return _0x57b313>_0x47067a;},'aQiZl':_0xba3186(0x1b9),'SbTJe':function(_0x20d0ed,_0x1cada0){return _0x20d0ed===_0x1cada0;}},{testUUID:_0x5d2e56,testData:_0x283925,testId:_0x293510}=_0x2b73d8;if(_0x4652e5['EuPwM'](!_0x283925,!_0x293510))return logger[_0xba3186(0x12b)](_0x4652e5[_0xba3186(0x1b5)]),{};const _0x53c78f=this[_0xba3186(0x2a3)](TestFrameworkState['TEST'],HookState[_0xba3186(0x164)]),_0x2038e9=_0x53c78f[_0xba3186(0x271)]()[_0xba3186(0x160)](_0x293510),_0x47e8d2=_0x4652e5[_0xba3186(0x244)](_0x2038e9,{}),_0x3c0049=_0x47e8d2?_0x47e8d2[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{},_0x11266a=_0x47e8d2[TestFrameworkConstants[_0xba3186(0x1e9)]];logger[_0xba3186(0x12b)](_0xba3186(0x250)+(_0x11266a?Object[_0xba3186(0x183)](_0x11266a)['length']:0x0)+_0xba3186(0x277));let _0x4c2073=_0x4652e5[_0xba3186(0x186)];if(_0x283925[_0xba3186(0x165)])_0x4c2073=_0x283925['result'];else{if(_0x283925[_0xba3186(0x220)]&&_0x4652e5[_0xba3186(0x1c0)](_0x283925[_0xba3186(0x220)]['length'],0x0))_0x4c2073=_0x4652e5[_0xba3186(0x1a5)];else _0x4652e5[_0xba3186(0x294)](_0x283925[_0xba3186(0x280)],_0x4652e5[_0xba3186(0x1c5)])||_0x4652e5['QHXly'](_0x283925['status'],_0x4652e5['DbLfl'])?_0x4c2073=_0x4652e5['DbLfl']:_0x4c2073=_0x4652e5['BDSMX'];}const _0x40e71c={..._0x47e8d2,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x4c2073,[TestFrameworkConstants[_0xba3186(0x218)]]:_0x283925[_0xba3186(0x157)]||new Date()[_0xba3186(0x17b)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()['toISOString'](),[TestFrameworkConstants[_0xba3186(0x1e0)]]:_0x3c0049,[TestFrameworkConstants['KEY_LOGS']]:_0x47e8d2[TestFrameworkConstants[_0xba3186(0x225)]]||[],[TestFrameworkConstants['KEY_TEST_META']]:{}};if(_0x4652e5[_0xba3186(0x147)](_0x4c2073,_0x4652e5[_0xba3186(0x1a5)])&&_0x283925[_0xba3186(0x220)]){const _0x434737=this[_0xba3186(0x128)](_0x283925),_0x2290ea=this[_0xba3186(0x205)](_0x283925),_0x1420fd=this['getJestFailureData'](_0x283925);_0x40e71c[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]=_0x2290ea,_0x40e71c[TestFrameworkConstants[_0xba3186(0x130)]]=_0x434737,_0x40e71c[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x1420fd;}_0x4652e5['UMgmd'](_0x283925[_0xba3186(0x1a0)],undefined)&&(_0x40e71c[TestFrameworkConstants[_0xba3186(0x26c)]]=_0x283925[_0xba3186(0x1a0)]);_0x283925['retryOf']&&(_0x40e71c[TestFrameworkConstants[_0xba3186(0x2a1)]]=_0x283925['retryOf']);const _0x3c3a68=_0x2038e9?_0x2038e9[TestFrameworkConstants[_0xba3186(0x1e9)]]||{}:{},_0x19af48=_0x2038e9?_0x2038e9[TestFrameworkConstants[_0xba3186(0x140)]]:_0x5d2e56,_0x16b2ca=_0x4652e5[_0xba3186(0x1b2)](getManualUploadLogs,_0x3c3a68,_0x19af48,_0x293510);if(_0x4652e5[_0xba3186(0x13c)](_0x16b2ca[_0xba3186(0x239)],0x0)){const _0x13377f=_0x40e71c[TestFrameworkConstants[_0xba3186(0x225)]]||[];_0x40e71c[TestFrameworkConstants[_0xba3186(0x225)]]=[..._0x13377f,..._0x16b2ca];}const _0x3dd7bc=_0x47e8d2[TestFrameworkConstants[_0xba3186(0x2ab)]]||{},_0x514d23=_0x47e8d2[TestFrameworkConstants['KEY_HOOKS_STARTED']]||{},_0x2b259a={..._0x3dd7bc},_0x2f4b30=_0x2b259a;Object[_0xba3186(0x183)](_0x514d23)['forEach'](_0x4d78f7=>{const _0x2b854b=_0xba3186;!_0x2f4b30[_0x4d78f7]&&(_0x2f4b30[_0x4d78f7]=[]);const _0x374cdf=new Set((_0x2f4b30[_0x4d78f7]||[])[_0x2b854b(0x22c)](_0x579076=>_0x579076[TestFrameworkConstants[_0x2b854b(0x1a7)]]||_0x579076['hook_id']));(_0x514d23[_0x4d78f7]||[])[_0x2b854b(0x26f)](_0x5aae58=>{const _0x3d73df=_0x2b854b,_0x573a98=_0x5aae58[TestFrameworkConstants[_0x3d73df(0x1a7)]]||_0x5aae58[_0x3d73df(0x270)];if(!_0x374cdf[_0x3d73df(0x198)](_0x573a98)){const _0x568b08={..._0x5aae58},_0xa83934=_0x568b08;!_0xa83934[TestFrameworkConstants[_0x3d73df(0x291)]]&&!_0xa83934['event_ended_at']&&(_0xa83934[TestFrameworkConstants[_0x3d73df(0x291)]]=new Date()['toISOString']()),!_0xa83934[TestFrameworkConstants[_0x3d73df(0x25b)]]&&!_0xa83934[_0x3d73df(0x222)]&&(_0xa83934[TestFrameworkConstants['KEY_HOOK_RESULT']]=TestFrameworkConstants[_0x3d73df(0x1ad)]),_0x2f4b30[_0x4d78f7][_0x3d73df(0x15c)](_0xa83934);}});});if(_0x2b73d8[_0xba3186(0x213)]){this[_0xba3186(0x297)](_0x2b73d8['originalTest']);const _0x4a1005=this[_0xba3186(0x1be)](_0x2b73d8[_0xba3186(0x213)]),_0x302f9f=this[_0xba3186(0x17d)](_0x2b73d8[_0xba3186(0x213)]);_0x302f9f[_0xba3186(0x26f)](_0x32a380=>{const _0x5c865f=_0xba3186,_0x1360ae=_0x4a1005[_0x5c865f(0x160)](_0x32a380);if(_0x1360ae&&(_0x4652e5['dahbv'](_0x1360ae[_0x5c865f(0x1c9)],_0x4652e5['atcBU'])||_0x4652e5[_0x5c865f(0x294)](_0x1360ae[_0x5c865f(0x1c9)],_0x4652e5['sKIjv']))){const _0x5d195a=_0x1360ae['type'][_0x5c865f(0x1af)]()['replace'](_0x4652e5['iNDyh'],_0x4652e5[_0x5c865f(0x20a)]),_0x191dce=_0x5d195a;!_0x2f4b30[_0x191dce]&&(_0x2f4b30[_0x191dce]=[]);const _0x1abefd=_0x2f4b30[_0x191dce][_0x5c865f(0x15f)](_0x42edab=>(_0x42edab[TestFrameworkConstants[_0x5c865f(0x1a7)]]||_0x42edab[_0x5c865f(0x270)])===_0x32a380);!_0x1abefd&&_0x2f4b30[_0x191dce][_0x5c865f(0x15c)]({'key':_0x191dce,[TestFrameworkConstants[_0x5c865f(0x1a7)]]:_0x32a380,[TestFrameworkConstants[_0x5c865f(0x25b)]]:TestFrameworkConstants[_0x5c865f(0x1ad)],[TestFrameworkConstants[_0x5c865f(0x1a6)]]:new Date()[_0x5c865f(0x17b)](),[TestFrameworkConstants[_0x5c865f(0x291)]]:new Date()[_0x5c865f(0x17b)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x5c865f(0x1bd)]]:_0x1360ae[_0x5c865f(0x155)]||_0x1360ae[_0x5c865f(0x1c9)]+_0x5c865f(0x26e),[TestFrameworkConstants[_0x5c865f(0x1e0)]]:_0x3c0049});}});}if(_0x283925[_0xba3186(0x2b2)]&&_0x4652e5[_0xba3186(0x13c)](_0x283925['hooks'][_0xba3186(0x239)],0x0))_0x40e71c[TestFrameworkConstants[_0xba3186(0x2ab)]]=_0x283925[_0xba3186(0x2b2)],logger[_0xba3186(0x12b)](_0x4652e5[_0xba3186(0x1bb)]);else _0x4652e5['dmxXn'](Object[_0xba3186(0x183)](_0x2f4b30)[_0xba3186(0x239)],0x0)&&(_0x40e71c[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x2f4b30,logger[_0xba3186(0x12b)](_0xba3186(0x2a7)+Object[_0xba3186(0x183)](_0x2f4b30)[_0xba3186(0x228)](',')));const _0x4fe9a9=this['getJestTestName'](_0x283925);logger[_0xba3186(0x12b)]('[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName='+_0x4fe9a9+',\x20testId='+_0x293510+_0xba3186(0x285)+_0x4c2073+_0xba3186(0x132)+_0x283925[_0xba3186(0x1a0)]);_0x4652e5[_0xba3186(0x2a8)](_0x4c2073,_0x4652e5[_0xba3186(0x1a5)])&&logger[_0xba3186(0x12b)](_0xba3186(0x1db)+_0x293510+_0xba3186(0x257)+_0x40e71c[TestFrameworkConstants[_0xba3186(0x296)]]+_0xba3186(0x278)+_0x40e71c[TestFrameworkConstants[_0xba3186(0x130)]]?.[_0xba3186(0x1a4)](0x0,0xc8));const _0x5d6f2e={};return _0x5d6f2e[_0x293510]=_0x40e71c,_0x5d6f2e;}[a96_0x19dc37(0x1dc)](_0x88ff18){const _0x40dc44=a96_0x19dc37,_0x8815f={};_0x8815f[_0x40dc44(0x1d4)]=function(_0x304d2d,_0x2ea4f8){return _0x304d2d!==_0x2ea4f8;},_0x8815f['VDuUF']=_0x40dc44(0x18a);const _0x4b6ad0=_0x8815f,_0x2ce63e={};_0x2ce63e[_0x40dc44(0x1b3)]=0x2,_0x2ce63e[_0x40dc44(0x129)]=0x3,logger[_0x40dc44(0x12b)]('[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20'+util['inspect'](_0x88ff18,_0x2ce63e));const _0x14ee6e=[];if(_0x88ff18&&_0x88ff18[_0x40dc44(0x146)]){let _0x4069e3=_0x88ff18['parent'];while(_0x4069e3&&_0x4069e3[_0x40dc44(0x155)]&&_0x4b6ad0[_0x40dc44(0x1d4)](_0x4069e3['name'],'')&&_0x4b6ad0[_0x40dc44(0x1d4)](_0x4069e3[_0x40dc44(0x155)],_0x4b6ad0[_0x40dc44(0x136)])){_0x14ee6e[_0x40dc44(0x15c)](_0x4069e3[_0x40dc44(0x155)]),_0x4069e3=_0x4069e3[_0x40dc44(0x146)];}}return _0x14ee6e[_0x40dc44(0x259)]();}['getJestTestName'](_0x56a6b0){const _0x21594d=a96_0x19dc37,_0x19cc0e={};_0x19cc0e[_0x21594d(0x207)]='Unknown\x20Test';const _0x4a7611=_0x19cc0e;if(_0x56a6b0[_0x21594d(0x155)])return _0x56a6b0[_0x21594d(0x155)];if(_0x56a6b0[_0x21594d(0x2b0)])return _0x56a6b0[_0x21594d(0x2b0)];return _0x4a7611['IxUDq'];}[a96_0x19dc37(0x217)](_0x14f3ec){const _0x3eb9c6=a96_0x19dc37,_0x1d131f=[];if(_0x14f3ec[_0x3eb9c6(0x188)]&&Array[_0x3eb9c6(0x200)](_0x14f3ec[_0x3eb9c6(0x188)]))return _0x14f3ec[_0x3eb9c6(0x188)]['map'](_0x3196b8=>_0x3196b8['startsWith']('@')?_0x3196b8[_0x3eb9c6(0x14c)](0x1):_0x3196b8);const _0x5cfb6e=this[_0x3eb9c6(0x1e7)](_0x14f3ec),_0x1c42bd=_0x5cfb6e[_0x3eb9c6(0x161)](/@(\w+)/g);if(_0x1c42bd)return _0x1c42bd[_0x3eb9c6(0x22c)](_0x4fe474=>_0x4fe474[_0x3eb9c6(0x126)](0x1));return _0x14f3ec[_0x3eb9c6(0x240)]&&Array[_0x3eb9c6(0x200)](_0x14f3ec[_0x3eb9c6(0x240)])&&_0x14f3ec[_0x3eb9c6(0x240)]['forEach'](_0x574f5d=>{const _0x29e8ef=_0x3eb9c6,_0x46e745=_0x574f5d[_0x29e8ef(0x161)](/@(\w+)/g);_0x46e745&&_0x46e745[_0x29e8ef(0x26f)](_0x5a44f0=>{const _0x2fb2d5=_0x29e8ef,_0x114402=_0x5a44f0['slice'](0x1);!_0x1d131f[_0x2fb2d5(0x14a)](_0x114402)&&_0x1d131f['push'](_0x114402);});}),_0x1d131f;}[a96_0x19dc37(0x23d)](_0x77259d){const _0x507c15=a96_0x19dc37,_0x3ef381={'bEShq':function(_0x700171,_0x53277b){return _0x700171(_0x53277b);}};if(_0x77259d[_0x507c15(0x156)])return _0x77259d['file_name'];if(_0x77259d[_0x507c15(0x223)])try{const _0x1f9aa2=stackTrace[_0x507c15(0x25e)](_0x77259d[_0x507c15(0x223)]),_0x5c2c3e=_0x3ef381[_0x507c15(0x1f1)](pickUserFrameFile,_0x1f9aa2);if(_0x5c2c3e)return _0x5c2c3e;logger[_0x507c15(0x12b)](_0x507c15(0x253)+_0x1f9aa2[_0x507c15(0x239)]+')');}catch(_0xba0e5b){logger[_0x507c15(0x12b)]('Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20'+util[_0x507c15(0x1ff)](_0xba0e5b));}return null;}['getJestFailureReason'](_0x473a6f){const _0x3b9b35=a96_0x19dc37,_0x33ea11={};_0x33ea11[_0x3b9b35(0x179)]=function(_0x158c3c,_0xe29a1e){return _0x158c3c>_0xe29a1e;},_0x33ea11['JLjLR']='Unknown\x20error';const _0xff3632=_0x33ea11;if(_0x473a6f[_0x3b9b35(0x220)]&&_0xff3632[_0x3b9b35(0x179)](_0x473a6f[_0x3b9b35(0x220)][_0x3b9b35(0x239)],0x0))return util[_0x3b9b35(0x152)](_0x473a6f['errorsDetailed'][0x0]);if(_0x473a6f[_0x3b9b35(0x15a)])return _0x473a6f[_0x3b9b35(0x15a)];return _0xff3632[_0x3b9b35(0x1df)];}[a96_0x19dc37(0x205)](_0xa87035){const _0x47c813=a96_0x19dc37,_0x2a85a0={};_0x2a85a0[_0x47c813(0x1c3)]=_0x47c813(0x266),_0x2a85a0[_0x47c813(0x141)]='AssertionError',_0x2a85a0['MRELC']=_0x47c813(0x24f);const _0x39ce9f=_0x2a85a0,_0xaaf5e5=this[_0x47c813(0x128)](_0xa87035);if(_0xaaf5e5&&_0xaaf5e5['includes'](_0x39ce9f[_0x47c813(0x1c3)]))return _0x39ce9f['XxLap'];return _0x39ce9f[_0x47c813(0x13e)];}[a96_0x19dc37(0x1e3)](_0x17b747){const _0xc166dd=a96_0x19dc37,_0x58ce73={'VRyou':function(_0x369df7,_0x3113e7){return _0x369df7(_0x3113e7);},'GSUlo':_0xc166dd(0x193),'GWpou':function(_0x398365,_0x517246){return _0x398365!==_0x517246;},'dqMMI':_0xc166dd(0x1b4)},{failureData:_0x4bef81}=_0x58ce73[_0xc166dd(0x283)](require,_0x58ce73[_0xc166dd(0x29d)]),_0x5e6c81=[];return _0x58ce73[_0xc166dd(0x281)](_0x17b747[_0xc166dd(0x220)],undefined)&&_0x5e6c81[_0xc166dd(0x15c)](_0x17b747[_0xc166dd(0x220)],_0x58ce73['dqMMI']),_0x4bef81[_0xc166dd(0x20d)](null,_0x5e6c81);}async[a96_0x19dc37(0x1d0)](_0x101319,_0x4756ea,_0x37b72c,_0x1e7211){const _0xfdb467=a96_0x19dc37,_0xc421f2={'Fygxk':'[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','sTQfr':function(_0x1debd3){return _0x1debd3();},'cQRfR':function(_0x231b82,_0xc83406){return _0x231b82 in _0xc83406;},'rFoCu':function(_0x23c56b,_0x404863){return _0x23c56b===_0x404863;},'basLT':function(_0x5bb18d,_0x115a06){return _0x5bb18d===_0x115a06;},'EgCyK':function(_0x2cf4ec,_0x3b66c6){return _0x2cf4ec>_0x3b66c6;},'eKdnZ':_0xfdb467(0x24e),'bFwiK':_0xfdb467(0x26d),'rguom':function(_0x15be8a,_0x143279){return _0x15be8a===_0x143279;},'ZdpGO':function(_0x245cb7,_0x1705e3){return _0x245cb7===_0x1705e3;},'isHoh':_0xfdb467(0x29b),'qxqHV':function(_0x1a8192,_0xd19082){return _0x1a8192!==_0xd19082;}},{hookData:_0x1d8733}=_0x1e7211,_0x2dbf46=_0x37b72c['toString'](),_0x4542d4=_0x4756ea[_0xfdb467(0x229)](),_0x5793c8={};_0x5793c8[_0xfdb467(0x1b3)]=0x2,_0x5793c8['maxArrayLength']=0x3,logger[_0xfdb467(0x12b)]('[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState='+_0x4542d4+_0xfdb467(0x2ad)+_0x2dbf46+_0xfdb467(0x282)+util[_0xfdb467(0x152)](_0x1d8733,_0x5793c8));if(!_0x1d8733)return logger[_0xfdb467(0x12b)](_0xc421f2[_0xfdb467(0x1e4)]),{};const _0x3e0823=_0x1d8733['uuid']||_0x1d8733[_0xfdb467(0x1b1)]||_0xc421f2['sTQfr'](uuidv4),_0x3f734f=_0x1d8733[_0xfdb467(0x151)]||this['getJestTestIdentifier'](_0x1d8733),_0x219476=_0x4756ea[_0xfdb467(0x229)]()[_0xfdb467(0x194)]('.')[0x1],_0x462e3c=_0x101319['getAllData']()['get'](_0x3f734f),_0x31119b=_0x462e3c?_0x462e3c[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{};logger[_0xfdb467(0x12b)](_0xfdb467(0x22d)+_0x3e0823+_0xfdb467(0x221)+_0x3f734f+'\x20(testIdentifier),\x20hookType='+_0x219476+_0xfdb467(0x2ad)+_0x2dbf46);if(!_0x462e3c)return logger[_0xfdb467(0x12b)]('[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20'+_0x3f734f+',\x20storing\x20as\x20pending\x20hook'),this['storePendingHook'](_0x101319,_0x3f734f,_0x4756ea,_0x37b72c,_0x1e7211),{};let _0x50ff8b=_0x462e3c[TestFrameworkConstants[_0xfdb467(0x1d5)]];!_0x50ff8b&&(_0x50ff8b={});!_0xc421f2[_0xfdb467(0x13f)](_0x219476,_0x50ff8b)&&(_0x50ff8b[_0x219476]=[]);let _0xf958b6=_0x462e3c[TestFrameworkConstants[_0xfdb467(0x2ab)]];!_0xf958b6&&(_0xf958b6={});!_0xc421f2['cQRfR'](_0x219476,_0xf958b6)&&(_0xf958b6[_0x219476]=[]);const _0x3c7ab7={[_0x3f734f]:{[TestFrameworkConstants[_0xfdb467(0x1d5)]]:_0x50ff8b,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0xf958b6,[TestFrameworkConstants[_0xfdb467(0x29c)]]:this[_0xfdb467(0x1fc)]()[0x0]||'',[TestFrameworkConstants[_0xfdb467(0x242)]]:this[_0xfdb467(0x251)]()[this[_0xfdb467(0x1fc)]()[0x0]]||''}};if(_0xc421f2['rFoCu'](_0x37b72c,HookState[_0xfdb467(0x23e)])){const _0x557306={'key':_0x219476,[TestFrameworkConstants[_0xfdb467(0x1a7)]]:_0x3e0823,[TestFrameworkConstants[_0xfdb467(0x25b)]]:TestFrameworkConstants[_0xfdb467(0x1ad)],[TestFrameworkConstants[_0xfdb467(0x1a6)]]:_0x1d8733[_0xfdb467(0x18f)]||new Date()['toISOString'](),[TestFrameworkConstants[_0xfdb467(0x170)]]:[],[TestFrameworkConstants[_0xfdb467(0x1bd)]]:_0x1d8733['name']||_0x1d8733['hook_type']||_0x219476,[TestFrameworkConstants[_0xfdb467(0x1e0)]]:_0x31119b};_0x50ff8b[_0x219476][_0xfdb467(0x15c)](_0x557306),_0x3c7ab7[_0x3f734f][TestFrameworkConstants[_0xfdb467(0x138)]]=_0x219476;const _0x91f520={};_0x91f520[_0xfdb467(0x1b3)]=0x2,logger['debug'](_0xfdb467(0x16c)+_0x219476+_0xfdb467(0x290)+_0x3e0823+',\x20testId='+_0x3f734f+_0xfdb467(0x2a9)+util[_0xfdb467(0x152)](_0x557306,_0x91f520));}else{if(_0xc421f2[_0xfdb467(0x202)](_0x37b72c,HookState[_0xfdb467(0x164)])){const _0xa31930=_0x1d8733[_0xfdb467(0x165)]||(_0x1d8733[_0xfdb467(0x220)]&&_0xc421f2[_0xfdb467(0x1e1)](_0x1d8733[_0xfdb467(0x220)][_0xfdb467(0x239)],0x0)?_0xc421f2[_0xfdb467(0x1c2)]:_0xc421f2['bFwiK']),_0x364bb3=_0x50ff8b[_0x219476]||[];logger[_0xfdb467(0x12b)](_0xfdb467(0x29a)+_0x219476+_0xfdb467(0x221)+_0x3f734f+',\x20result='+_0xa31930+_0xfdb467(0x1e6)+_0x364bb3['length']);if(_0xc421f2[_0xfdb467(0x212)](_0x364bb3[_0xfdb467(0x239)],0x0)&&_0xc421f2['ZdpGO'](_0x4756ea,TestFrameworkState[_0xfdb467(0x28f)]))return logger[_0xfdb467(0x12b)](_0xc421f2[_0xfdb467(0x180)]),this['storePendingHook'](_0x101319,_0x3f734f,_0x4756ea,_0x37b72c,_0x1e7211),{};if(_0xc421f2['EgCyK'](_0x364bb3[_0xfdb467(0x239)],0x0)){const _0x101baf=_0x364bb3[_0xfdb467(0x17a)]();_0xc421f2[_0xfdb467(0x212)](_0xa31930,_0xc421f2[_0xfdb467(0x1c2)])&&_0x1d8733[_0xfdb467(0x220)]?(_0x101baf[TestFrameworkConstants[_0xfdb467(0x1a1)]]=this[_0xfdb467(0x205)](_0x1d8733),_0x101baf[TestFrameworkConstants[_0xfdb467(0x182)]]=this[_0xfdb467(0x128)](_0x1d8733),_0x101baf[TestFrameworkConstants[_0xfdb467(0x295)]]=this[_0xfdb467(0x1e3)](_0x1d8733),logger[_0xfdb467(0x12b)](_0xfdb467(0x13d)+_0x219476+_0xfdb467(0x257)+_0x101baf[TestFrameworkConstants[_0xfdb467(0x1a1)]]+_0xfdb467(0x278)+_0x101baf[TestFrameworkConstants[_0xfdb467(0x182)]]?.[_0xfdb467(0x1a4)](0x0,0xc8))):_0x101baf[TestFrameworkConstants[_0xfdb467(0x25b)]]=_0xc421f2[_0xfdb467(0x234)];_0xc421f2[_0xfdb467(0x288)](_0xa31930,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x101baf[TestFrameworkConstants[_0xfdb467(0x25b)]]=_0xa31930);_0x101baf[TestFrameworkConstants[_0xfdb467(0x291)]]=_0x1d8733['finished_at']||new Date()['toISOString'](),_0x101baf[TestFrameworkConstants[_0xfdb467(0x1e0)]]=_0x31119b;const _0x16965c=_0x101baf[TestFrameworkConstants['KEY_HOOK_ID']];!_0xf958b6[_0x219476]&&(_0xf958b6[_0x219476]=[]);_0xf958b6[_0x219476]['push'](_0x101baf),_0x3c7ab7[_0x3f734f][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x219476;const _0x2b83ee={};_0x2b83ee[_0xfdb467(0x1b3)]=0x2,logger[_0xfdb467(0x12b)](_0xfdb467(0x1cf)+_0x219476+_0xfdb467(0x290)+_0x16965c+_0xfdb467(0x263)+_0xa31930+_0xfdb467(0x2a9)+util[_0xfdb467(0x152)](_0x101baf,_0x2b83ee));}}}return _0x3c7ab7;}[a96_0x19dc37(0x142)](_0x3b5f2e){const _0x5435a5=a96_0x19dc37,_0x962a2={};_0x962a2[_0x5435a5(0x233)]=_0x5435a5(0x23a);const _0x2e9b40=_0x962a2;try{const _0x1205a1=_0x3b5f2e[_0x5435a5(0x1b4)]?this[_0x5435a5(0x135)](_0x3b5f2e[_0x5435a5(0x1b4)]):_0x3b5f2e['hookData'][_0x5435a5(0x151)],_0x417428=_0x3b5f2e['instance'],_0xbaccee=_0x417428[_0x5435a5(0x18d)](),_0x2f9425=_0x417428['getAllData']()['get'](_0x1205a1);if(!_0x2f9425)return logger[_0x5435a5(0x12b)]('createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x1205a1),{};const {[TestFrameworkConstants[_0x5435a5(0x29c)]]:_0x58e0a1=this[_0x5435a5(0x1fc)]()[0x0]||'',[TestFrameworkConstants[_0x5435a5(0x242)]]:_0x536f43=this[_0x5435a5(0x251)]()[this['getTestFrameworks']()[0x0]]||'',[TestFrameworkConstants[_0x5435a5(0x17c)]]:_0x42cdd6='',[TestFrameworkConstants[_0x5435a5(0x218)]]:_0x5ee0fb=''}=_0x2f9425,_0x7fe60e=_0x417428[_0x5435a5(0x273)]()[_0x5435a5(0x229)]()['split']('.')[0x1],_0x119b5e=_0x417428['getCurrentHookState']()[_0x5435a5(0x229)]()[_0x5435a5(0x194)]('.')[0x1],_0x2b97b8=global?.[_0x5435a5(0x21e)]?.[_0x5435a5(0x24a)]?.[_0x5435a5(0x1f5)]||global[_0x5435a5(0x1ec)]||0x0,_0x3e292c=_0x417428[_0x5435a5(0x246)](),_0xe42570=Buffer[_0x5435a5(0x2a5)](JSON[_0x5435a5(0x211)](_0x2f9425))[_0x5435a5(0x229)](_0x2e9b40[_0x5435a5(0x233)]),_0x22c771={'hash':_0xbaccee[_0x5435a5(0x236)](),'threadId':_0xbaccee[_0x5435a5(0x137)]()[_0x5435a5(0x229)](),'processId':_0xbaccee[_0x5435a5(0x1fa)]()[_0x5435a5(0x229)]()},_0x1a3e9b={};_0x1a3e9b[_0x5435a5(0x1d7)]=_0x2b97b8,_0x1a3e9b[_0x5435a5(0x134)]=_0x58e0a1,_0x1a3e9b[_0x5435a5(0x1fb)]=_0x536f43,_0x1a3e9b[_0x5435a5(0x284)]=_0x7fe60e,_0x1a3e9b[_0x5435a5(0x18b)]=_0x119b5e,_0x1a3e9b['startedAt']=_0x42cdd6,_0x1a3e9b[_0x5435a5(0x175)]=_0x5ee0fb,_0x1a3e9b[_0x5435a5(0x14b)]=_0x3e292c,_0x1a3e9b[_0x5435a5(0x258)]=_0xe42570,_0x1a3e9b[_0x5435a5(0x21d)]=_0x22c771,_0x1a3e9b[_0x5435a5(0x20c)]=_0x1205a1;const _0xc5d254=_0x1a3e9b;return _0xc5d254;}catch(_0xa7b48e){return logger[_0x5435a5(0x1dd)](_0x5435a5(0x260)+util['format'](_0xa7b48e)),{};}}async[a96_0x19dc37(0x268)](_0x1104e8,_0x16c3d7,_0x535e8c){const _0x530f6e=a96_0x19dc37,_0x47f535={'JXpom':function(_0x283542,_0x352563){return _0x283542+_0x352563;},'hEMBi':_0x530f6e(0x14d),'CMBUC':_0x530f6e(0x279),'ztWNc':function(_0xb6da,_0x175f23){return _0xb6da>_0x175f23;},'MjyRx':function(_0x92a30b,_0x853ef6,_0x34c13e,_0x3aa34d){return _0x92a30b(_0x853ef6,_0x34c13e,_0x3aa34d);},'wnHMS':function(_0x3711fe,_0x400550){return _0x3711fe-_0x400550;},'hjYor':function(_0x13d9db,_0x434dcc){return _0x13d9db===_0x434dcc;},'tBpix':function(_0x359d71,_0x5dba12){return _0x359d71/_0x5dba12;},'xXfyE':function(_0x32c0b4,_0x51e803){return _0x32c0b4<_0x51e803;},'RUseV':function(_0xc869b3,_0x5e69f){return _0xc869b3*_0x5e69f;},'YmbXh':function(_0x234cdc,_0x48afa3){return _0x234cdc+_0x48afa3;},'nHBYp':function(_0x3d2cc0,_0x3d772f){return _0x3d2cc0+_0x3d772f;},'UHCnb':function(_0x1e4427,_0x19f456){return _0x1e4427>_0x19f456;}};try{const _0x27b0dd=_0x535e8c[_0x530f6e(0x272)]||_0x535e8c[_0x530f6e(0x168)],_0x40c787=Array[_0x530f6e(0x2a5)](_0x1104e8[_0x530f6e(0x271)]()[_0x530f6e(0x183)]()),_0x3d0274=_0x1104e8[_0x530f6e(0x271)]()[_0x530f6e(0x160)](_0x27b0dd);if(!_0x3d0274){logger[_0x530f6e(0x12b)](_0x530f6e(0x153)+_0x27b0dd);return;}const {[TestFrameworkConstants[_0x530f6e(0x29c)]]:_0x2993cf='',[TestFrameworkConstants[_0x530f6e(0x242)]]:_0x229c2e=''}=_0x3d0274;let _0x37cb4c=[];_0x3d0274&&_0x3d0274[TestFrameworkConstants['KEY_LOGS']]&&Array[_0x530f6e(0x200)](_0x3d0274[TestFrameworkConstants[_0x530f6e(0x225)]])?(_0x37cb4c=_0x3d0274[TestFrameworkConstants['KEY_LOGS']]||[],logger[_0x530f6e(0x12b)](_0x530f6e(0x185)+_0x37cb4c[_0x530f6e(0x239)]+'\x20logs\x20for\x20testId:\x20'+_0x27b0dd),_0x1104e8[_0x530f6e(0x14f)]({[_0x27b0dd]:{[TestFrameworkConstants[_0x530f6e(0x225)]]:[],[TestFrameworkConstants[_0x530f6e(0x29c)]]:this[_0x530f6e(0x1fc)]()[0x0]||'',[TestFrameworkConstants[_0x530f6e(0x242)]]:this[_0x530f6e(0x251)]()[this[_0x530f6e(0x1fc)]()[0x0]]||''}}),logger[_0x530f6e(0x12b)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x27b0dd)):logger[_0x530f6e(0x12b)](_0x530f6e(0x17e)+_0x27b0dd);logger['debug'](_0x530f6e(0x28a)+_0x37cb4c['length']+'\x20for\x20testId:\x20'+_0x27b0dd);const _0x471da6=_0x37cb4c[_0x530f6e(0x1ab)](_0x1c153d=>_0x1c153d['kind']===_0x530f6e(0x1d3));_0x47f535[_0x530f6e(0x1f4)](_0x471da6[_0x530f6e(0x239)],0x0)&&(logger[_0x530f6e(0x12b)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20'+_0x471da6[_0x530f6e(0x239)]+'\x20screenshot\x20logs\x20for\x20testId:\x20'+_0x27b0dd),_0x471da6['forEach']((_0x576d30,_0x18acea)=>{const _0x4f6b4f=_0x530f6e;logger['debug'](_0x4f6b4f(0x27e)+_0x47f535[_0x4f6b4f(0x15e)](_0x18acea,0x1)+'/'+_0x471da6[_0x4f6b4f(0x239)]+'\x20-\x20test_identifier='+(_0x576d30[_0x4f6b4f(0x20c)]||_0x47f535[_0x4f6b4f(0x20b)])+_0x4f6b4f(0x1ca)+(_0x576d30[_0x4f6b4f(0x1f8)]||_0x47f535[_0x4f6b4f(0x20b)])+_0x4f6b4f(0x214)+(_0x576d30['hook_run_uuid']||_0x47f535[_0x4f6b4f(0x12e)])+',\x20messageLength='+(_0x576d30['message']?.[_0x4f6b4f(0x239)]||0x0));}));const _0xffedfc=_0x3d0274[TestFrameworkConstants[_0x530f6e(0x1e9)]]||{},_0x3b706f=_0x47f535['MjyRx'](getMediaArtifactsLogs,_0xffedfc,null,_0x27b0dd),_0x1062d2=(_0x37cb4c||[])[_0x530f6e(0x206)](_0x3b706f||[]),_0xfa0828=_0x471da6?.[_0x530f6e(0x239)]||0x0,_0x1d444b=_0x47f535[_0x530f6e(0x1a2)](_0x37cb4c?.[_0x530f6e(0x239)]||0x0,_0xfa0828);logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20'+_0x27b0dd+',\x20consoleLogs:\x20'+_0x1d444b+',\x20screenshotLogs:\x20'+_0xfa0828+',\x20attachmentLogs:\x20'+(_0x3b706f?.[_0x530f6e(0x239)]||0x0)+_0x530f6e(0x199)+_0x1062d2[_0x530f6e(0x239)]);if(!_0x1062d2||_0x47f535['hjYor'](_0x1062d2[_0x530f6e(0x239)],0x0)){logger[_0x530f6e(0x12b)](_0x530f6e(0x1d2)+_0x27b0dd);return;}const _0x20988d=0x28,_0x4e3e57=Math[_0x530f6e(0x219)](_0x47f535[_0x530f6e(0x145)](_0x1062d2[_0x530f6e(0x239)],_0x20988d));for(let _0x426b2c=0x0;_0x47f535[_0x530f6e(0x13b)](_0x426b2c,_0x4e3e57);_0x426b2c++){const _0x1cdb2d=_0x47f535[_0x530f6e(0x247)](_0x426b2c,_0x20988d),_0x1e8058=_0x47f535[_0x530f6e(0x1ef)](_0x1cdb2d,_0x20988d),_0x48be6f=_0x1062d2[_0x530f6e(0x126)](_0x1cdb2d,_0x1e8058),_0x2588b9=global?.[_0x530f6e(0x224)]??0x0,_0x16e026={'platformIndex':_0x2588b9,'logs':_0x48be6f,'testFrameworkName':_0x2993cf,'testFrameworkVersion':_0x229c2e,'testFrameworkState':_0x16c3d7[_0x530f6e(0x229)]()[_0x530f6e(0x194)]('.')[0x1]},_0x11388c={};_0x11388c[_0x530f6e(0x1b3)]=0x3,_0x11388c[_0x530f6e(0x129)]=0x5,logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x47f535[_0x530f6e(0x1d8)](_0x426b2c,0x1)+'/'+_0x4e3e57+_0x530f6e(0x1ee)+_0x27b0dd+_0x530f6e(0x2ac)+_0x48be6f[_0x530f6e(0x239)]+_0x530f6e(0x149)+_0x2588b9+_0x530f6e(0x249)+util[_0x530f6e(0x152)](_0x16e026,_0x11388c));const _0x46d8bc=await GrpcClient[_0x530f6e(0x150)]()[_0x530f6e(0x1f6)](_0x16e026);logger[_0x530f6e(0x12b)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x47f535[_0x530f6e(0x1d8)](_0x426b2c,0x1)+'/'+_0x4e3e57+_0x530f6e(0x1ee)+_0x27b0dd+_0x530f6e(0x24c)+util[_0x530f6e(0x152)](_0x46d8bc));}_0x3b706f&&_0x47f535[_0x530f6e(0x2a4)](_0x3b706f[_0x530f6e(0x239)],0x0)&&_0x3d0274[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]&&_0x1104e8[_0x530f6e(0x14f)]({[_0x27b0dd]:{[TestFrameworkConstants[_0x530f6e(0x1e9)]]:{},[TestFrameworkConstants[_0x530f6e(0x29c)]]:this[_0x530f6e(0x1fc)]()[0x0]||'',[TestFrameworkConstants[_0x530f6e(0x242)]]:this[_0x530f6e(0x251)]()[this['getTestFrameworks']()[0x0]]||''}}),logger[_0x530f6e(0x12b)](_0x530f6e(0x1ba)+_0x27b0dd+_0x530f6e(0x131)+_0x4e3e57);}catch(_0x3798f7){logger[_0x530f6e(0x1dd)](_0x530f6e(0x167)+(_0x535e8c[_0x530f6e(0x272)]||_0x535e8c['testId'])+_0x530f6e(0x1c1)+util[_0x530f6e(0x1ff)](_0x3798f7));}}[a96_0x19dc37(0x19a)](_0x526eae,_0x2dfd9d,_0x543f18,_0x4a4c97,_0x53a732){const _0x5853be=a96_0x19dc37,_0x3c88bc={};_0x3c88bc[_0x5853be(0x127)]=function(_0x173f3f,_0x5ec063){return _0x173f3f===_0x5ec063;},_0x3c88bc[_0x5853be(0x1d6)]='beforeAll';const _0x170890=_0x3c88bc,{hookData:_0x21d8e3}=_0x53a732,_0x4a8219={'testId':_0x2dfd9d,'testFrameworkState':_0x543f18,'hookState':_0x4a4c97,'args':_0x53a732,'timestamp':new Date()[_0x5853be(0x17b)]()};if(_0x170890['LNOox'](_0x543f18,TestFrameworkState['BEFORE_ALL'])&&_0x21d8e3){const _0x518b44={};_0x518b44['filePath']=_0x21d8e3[_0x5853be(0x156)]||_0x21d8e3[_0x5853be(0x1e2)],_0x518b44[_0x5853be(0x1b6)]=_0x21d8e3['scope']||_0x21d8e3['scopes']&&_0x21d8e3[_0x5853be(0x240)][0x0]||'',_0x518b44[_0x5853be(0x245)]=_0x170890['KbpsI'],_0x4a8219[_0x5853be(0x174)]=_0x518b44,logger[_0x5853be(0x12b)]('[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20'+_0x2dfd9d+_0x5853be(0x172)+_0x4a8219[_0x5853be(0x174)][_0x5853be(0x27b)]+_0x5853be(0x19e)+_0x4a8219[_0x5853be(0x174)]['scope']);}_0x526eae[_0x5853be(0x23f)](_0x2dfd9d,_0x4a8219),logger[_0x5853be(0x12b)](_0x5853be(0x1c4)+_0x2dfd9d+_0x5853be(0x191)+_0x543f18+_0x5853be(0x2a0)+_0x4a4c97);}async[a96_0x19dc37(0x248)](_0x249ce2,_0x170015){const _0x42a966=a96_0x19dc37,_0x3040d6={};_0x3040d6['TwgtD']=function(_0x23c666,_0x70bcf7){return _0x23c666>_0x70bcf7;},_0x3040d6[_0x42a966(0x1c7)]=function(_0x230e78,_0x4d66e9){return _0x230e78===_0x4d66e9;},_0x3040d6['LDosN']=function(_0x2814cc,_0x4fe11e){return _0x2814cc===_0x4fe11e;},_0x3040d6[_0x42a966(0x1e8)]=function(_0x536e8c,_0x107933){return _0x536e8c===_0x107933;},_0x3040d6['tColn']=function(_0x55f626,_0x1d2407){return _0x55f626===_0x1d2407;},_0x3040d6[_0x42a966(0x267)]=_0x42a966(0x1f2);const _0x46c64b=_0x3040d6;if(_0x249ce2[_0x42a966(0x265)](_0x170015)){const _0x460161=_0x249ce2[_0x42a966(0x21b)](_0x170015);logger[_0x42a966(0x12b)](_0x42a966(0x1fd)+_0x460161[_0x42a966(0x239)]+'\x20pending\x20hooks\x20for\x20testId:\x20'+_0x170015);for(const _0xd27fcb of _0x460161){try{const _0x5b4979=await this[_0x42a966(0x1d0)](_0x249ce2,_0xd27fcb[_0x42a966(0x284)],_0xd27fcb[_0x42a966(0x18b)],_0xd27fcb['args']);_0x5b4979&&_0x46c64b[_0x42a966(0x22a)](Object['keys'](_0x5b4979)['length'],0x0)&&_0x249ce2[_0x42a966(0x14f)](_0x5b4979),await this[_0x42a966(0x20f)](_0x249ce2,_0xd27fcb[_0x42a966(0x284)],_0xd27fcb[_0x42a966(0x18b)],_0xd27fcb['args']);}catch(_0x639a7e){logger['error'](_0x42a966(0x254)+_0x170015+_0x42a966(0x1c1)+_0x639a7e);}}_0x249ce2['removePendingHooks'](_0x170015),logger['debug']('Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20'+_0x170015);}const _0x55452a=_0x249ce2[_0x42a966(0x271)]()[_0x42a966(0x160)](_0x170015);if(_0x55452a){const _0x1772dc=_0x55452a[TestFrameworkConstants[_0x42a966(0x12c)]]||_0x55452a[TestFrameworkConstants[_0x42a966(0x13a)]],_0x413c99=_0x55452a[TestFrameworkConstants[_0x42a966(0x190)]]||_0x55452a[TestFrameworkConstants[_0x42a966(0x143)]]&&_0x55452a[TestFrameworkConstants['KEY_TEST_SCOPES']][0x0]||'';logger['debug'](_0x42a966(0x256)+_0x1772dc+_0x42a966(0x19e)+_0x413c99);const _0x597c90=_0x249ce2[_0x42a966(0x28c)]();for(const _0x4db265 of _0x597c90){if(_0x46c64b['Eqvxo'](_0x4db265,_0x170015))continue;if(_0x249ce2[_0x42a966(0x265)](_0x4db265)){const _0x461859=_0x249ce2['getPendingHooks'](_0x4db265);for(const _0x575289 of _0x461859){if(_0x46c64b[_0x42a966(0x289)](_0x575289[_0x42a966(0x284)],TestFrameworkState[_0x42a966(0x28f)])&&_0x575289[_0x42a966(0x174)]){const _0x1fedd4=_0x575289[_0x42a966(0x174)][_0x42a966(0x27b)],_0x122c3a=_0x575289[_0x42a966(0x174)][_0x42a966(0x1b6)];if(_0x46c64b[_0x42a966(0x289)](_0x1fedd4,_0x1772dc)&&_0x46c64b[_0x42a966(0x1e8)](_0x122c3a,_0x413c99)){logger[_0x42a966(0x12b)](_0x42a966(0x1cb)+_0x4db265+_0x42a966(0x16b)+_0x170015+_0x42a966(0x172)+_0x1fedd4+',\x20scope:\x20'+_0x122c3a);_0x575289[_0x42a966(0x23c)]&&_0x575289[_0x42a966(0x23c)][_0x42a966(0x252)]&&(_0x575289[_0x42a966(0x23c)]['hookData']['test_run_id']=_0x170015,logger['debug']('[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20'+_0x4db265+_0x42a966(0x25c)+_0x170015));try{const _0x57f12f=await this[_0x42a966(0x1d0)](_0x249ce2,_0x575289[_0x42a966(0x284)],_0x575289[_0x42a966(0x18b)],_0x575289[_0x42a966(0x23c)]);_0x57f12f&&_0x46c64b[_0x42a966(0x22a)](Object['keys'](_0x57f12f)[_0x42a966(0x239)],0x0)&&_0x249ce2['addMultipleEntries'](_0x57f12f);await this['runHooks'](_0x249ce2,_0x575289[_0x42a966(0x284)],_0x575289[_0x42a966(0x18b)],_0x575289[_0x42a966(0x23c)]);const _0x3992df=_0x249ce2[_0x42a966(0x21b)](_0x4db265)[_0x42a966(0x1ab)](_0x5bf2e7=>_0x5bf2e7!==_0x575289);if(_0x46c64b[_0x42a966(0x158)](_0x3992df[_0x42a966(0x239)],0x0))_0x249ce2[_0x42a966(0x139)](_0x4db265);else{_0x249ce2[_0x42a966(0x139)](_0x4db265);for(const _0x2148b7 of _0x3992df){_0x249ce2[_0x42a966(0x23f)](_0x4db265,_0x2148b7);}}logger[_0x42a966(0x12b)](_0x46c64b['CHMgS']);}catch(_0x1b6bf5){logger[_0x42a966(0x1dd)](_0x42a966(0x1b8)+_0x170015+_0x42a966(0x1c1)+_0x1b6bf5);}}}}}}}}[a96_0x19dc37(0x297)](_0x502621){const _0x29ffe0=a96_0x19dc37,_0x38c075={'CvrYI':function(_0x4bdccf){return _0x4bdccf();}};if(!_0x502621||!_0x502621['parent'])return;_0x502621[_0x29ffe0(0x146)][_0x29ffe0(0x2b2)]&&Array['isArray'](_0x502621[_0x29ffe0(0x146)]['hooks'])&&_0x502621[_0x29ffe0(0x146)][_0x29ffe0(0x2b2)][_0x29ffe0(0x26f)](_0x32e93f=>{const _0x5a5993=_0x29ffe0;!_0x32e93f[_0x5a5993(0x1b1)]&&!_0x32e93f[_0x5a5993(0x1f3)]&&(_0x32e93f[_0x5a5993(0x1b1)]=_0x38c075[_0x5a5993(0x227)](uuidv4),_0x32e93f[_0x5a5993(0x1f3)]=_0x32e93f['hookAnalyticsId'],logger[_0x5a5993(0x12b)](_0x5a5993(0x1ac)+_0x32e93f['type']+',\x20hookUUID='+_0x32e93f['hookAnalyticsId']));}),this[_0x29ffe0(0x297)](_0x502621[_0x29ffe0(0x146)]);}['getHooksForTest'](_0x59cc36){const _0x50d6cb=a96_0x19dc37,_0x4f930c={'ZlaTi':function(_0x4fa33a,_0x8c5bc0){return _0x4fa33a(_0x8c5bc0);}};if(!_0x59cc36||!_0x59cc36[_0x50d6cb(0x146)])return[];const _0x2a0fa1=[];return _0x59cc36[_0x50d6cb(0x146)][_0x50d6cb(0x2b2)]&&Array['isArray'](_0x59cc36['parent'][_0x50d6cb(0x2b2)])&&_0x59cc36[_0x50d6cb(0x146)][_0x50d6cb(0x2b2)][_0x50d6cb(0x26f)](_0x40af90=>{const _0x2f3f06=_0x50d6cb,_0x54dff7=_0x40af90['hookAnalyticsId']||_0x40af90[_0x2f3f06(0x1f3)];_0x54dff7&&!this[_0x2f3f06(0x23b)](_0x40af90)&&!_0x4f930c['ZlaTi'](isInternalHook,_0x40af90['fn'])&&_0x2a0fa1[_0x2f3f06(0x15c)](_0x54dff7);}),[..._0x2a0fa1,...this[_0x50d6cb(0x17d)](_0x59cc36['parent'])];}[a96_0x19dc37(0x1be)](_0x3e0683){const _0x421921=a96_0x19dc37,_0x44f94d={'IMLUI':function(_0x12b57b,_0x25f7d7){return _0x12b57b(_0x25f7d7);},'tlEXJ':'unknown','KANdG':function(_0x304f88,_0x19c2e9){return _0x304f88(_0x19c2e9);}},_0x506c70=new Map(),_0x465386=_0x33fc0e=>{const _0x5850c9=a96_0x5920,_0x1de299={'JAxMw':function(_0x47f7b0,_0xb7d90a){const _0x2e120e=a96_0x5920;return _0x44f94d[_0x2e120e(0x204)](_0x47f7b0,_0xb7d90a);},'cyKtm':_0x44f94d[_0x5850c9(0x27d)]};if(!_0x33fc0e||!_0x33fc0e[_0x5850c9(0x146)])return;_0x33fc0e[_0x5850c9(0x146)][_0x5850c9(0x2b2)]&&Array['isArray'](_0x33fc0e['parent'][_0x5850c9(0x2b2)])&&_0x33fc0e[_0x5850c9(0x146)]['hooks'][_0x5850c9(0x26f)](_0x57a35a=>{const _0x464609=_0x5850c9,_0x5058a4=_0x57a35a[_0x464609(0x1b1)]||_0x57a35a['hookUUID'];if(_0x5058a4&&!this[_0x464609(0x23b)](_0x57a35a)&&!_0x1de299['JAxMw'](isInternalHook,_0x57a35a['fn'])){const _0x20b32f={};_0x20b32f[_0x464609(0x1c9)]=_0x57a35a[_0x464609(0x1c9)]||_0x1de299[_0x464609(0x19c)],_0x20b32f['name']=_0x57a35a[_0x464609(0x155)]||'\x22'+_0x57a35a[_0x464609(0x1c9)]+_0x464609(0x20e),_0x506c70[_0x464609(0x208)](_0x5058a4,_0x20b32f);}}),_0x44f94d['KANdG'](_0x465386,_0x33fc0e[_0x5850c9(0x146)]);};return _0x44f94d[_0x421921(0x195)](_0x465386,_0x3e0683),_0x506c70;}['isJestInternalHook'](_0x5d7d04){const _0x33b00b=a96_0x19dc37,_0x20a80f={};_0x20a80f['BwYhU']=_0x33b00b(0x133),_0x20a80f[_0x33b00b(0x1f7)]=_0x33b00b(0x19b);const _0x11ea70=_0x20a80f;try{const _0x2bbe47=this['getRootParentFile'](_0x5d7d04);if(!_0x2bbe47||_0x2bbe47[_0x33b00b(0x14a)](_0x11ea70[_0x33b00b(0x1c8)]))return!![];return![];}catch(_0x543aca){logger[_0x33b00b(0x12b)](_0x11ea70[_0x33b00b(0x1f7)]);}return![];}[a96_0x19dc37(0x28d)](_0x3c4229){const _0x7ada34=a96_0x19dc37,_0x4ab7a1={'FveTE':function(_0x5718b4,_0x1307bd){return _0x5718b4(_0x1307bd);}};if(_0x3c4229['file'])return _0x3c4229[_0x7ada34(0x17f)];if(_0x3c4229[_0x7ada34(0x223)])try{const _0x24d824=stackTrace['parse'](_0x3c4229[_0x7ada34(0x223)]),_0x418a32=_0x4ab7a1[_0x7ada34(0x29e)](pickUserFrameFile,_0x24d824);if(_0x418a32)return _0x418a32;logger['debug'](_0x7ada34(0x21a)+_0x24d824[_0x7ada34(0x239)]+')');}catch(_0xb6ff83){logger[_0x7ada34(0x12b)](_0x7ada34(0x18c)+util['format'](_0xb6ff83));}return null;}}function a96_0x32f1(){const _0x1464cd=['getJestTestScopes','error','11484873ByjATV','JLjLR','KEY_CUSTOM_TAGS','EgCyK','location','getJestFailureData','Fygxk','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test',',\x20hooksListLength=','getJestTestName','Mqiej','KEY_TEST_ATTACHMENTS','JestTestFramework','delete','__bstackPlatformIndex','KEY_TEST_NAME','\x20-\x20testId:\x20','YmbXh','pid','bEShq','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','hookUUID','ztWNc','parallelIndex','logCreatedEvent','USMzg','test_run_uuid','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','getProcessId','testFrameworkVersion','getTestFrameworks','Processing\x20','KEY_TEST_LOGS','format','isArray','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','basLT','activeHooks','IMLUI','getJestFailureType','concat','IxUDq','set','unknown','vQvHH','hEMBi','test_identifier','apply','\x22\x20hook','runHooks',',\x20scopes=','stringify','rguom','originalTest',',\x20hook_run_uuid=','_ALL','code','getJestTestTags','KEY_TEST_ENDED_AT','ceil','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','getPendingHooks','skipped','executionContext','__workerDetails','32pxfydV','errorsDetailed',',\x20testId=','hook_result','asyncError','browserstackPlatformIndex','KEY_LOGS',',\x20state=','CvrYI','join','toString','TwgtD','trackEvent','map','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','KEY_TEST_RESULT','\x20(testIdentifier)','1322jUiKnV','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','1415BrrDQh','ojsXD','bFwiK','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','getId',',\x20testFramework=','../cliUtils.js','length','base64','isJestInternalHook','args','getJestTestFilePath','PRE','addPendingHook','scopes','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','KEY_TEST_FRAMEWORK_VERSION','parseJestTest','akqQD','hookType','getRef','RUseV','processPendingHooks',',\x20payload:\x20','workerInfo','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20',',\x20response=','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','failed','UnhandledError','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','getTestFrameworksVersions','hookData','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20',',\x20failureType=','eventJson','reverse','KEY_AUTOMATE_SESSION_NAME','KEY_HOOK_RESULT','\x20to\x20','AxeIo','parse','body','Error\x20in\x20createTestFrameworkEventPayload:\x20','1530277MyUwwc','./testFramework',',\x20result=','aGsHj','hasPendingHooks','Assert','CHMgS','sendLogCreatedEvent','KEY_TEST_RERUN_NAME',',\x20remainingHooks=','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','KEY_TEST_DURATION','passed','\x20hook','forEach','hook_id','getAllData','testUUID','getCurrentTestState','ALL','NONE','\x20(testIdentifier),\x20tags=','\x20attachments',',\x20failureReason=','none','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','filePath',',\x20target=','tlEXJ','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','status','GWpou',',\x20hookData=','VRyou','testFrameworkState','\x20(testIdentifier),\x20result=','1100388VqjFPT','rgmKW','qxqHV','LDosN','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20',',\x20filePath=','getAllPendingHookTestIds','getRootParentFile','../../../helpers/classLogger.js','BEFORE_ALL',',\x20hookId=','KEY_EVENT_ENDED_AT','getTrackedInstance','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','XRyGv','KEY_HOOK_FAILURE','KEY_TEST_FAILURE_TYPE','mapTestHooks','\x20&\x20hookState=','util','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','KEY_TEST_FRAMEWORK_NAME','GSUlo','FveTE','getCurrentInstanceName',',\x20hookState:\x20','KEY_TEST_RETRY_OF',',\x20testData=','resolveInstance','UHCnb','from','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','SbTJe',',\x20hook=','rkWJl','KEY_HOOKS_FINISHED',',\x20logsInBatch:\x20',',\x20hookState=','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','DEFAULT_TEST_RESULT','title','66770mKtOLT','hooks','slice','LNOox','getJestFailureReason','maxArrayLength','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','debug','KEY_TEST_FILE_PATH','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','CMBUC','SHjyb','KEY_TEST_FAILURE_REASON',',\x20totalBatches:\x20',',\x20duration=','jest-circus','testFrameworkName','getJestTestIdentifier','VDuUF','getThreadId','KEY_HOOK_LAST_STARTED','removePendingHooks','KEY_TEST_LOCATION','xXfyE','dmxXn','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','MRELC','cQRfR','KEY_TEST_UUID','XxLap','createTestFrameworkEventPayload','KEY_TEST_SCOPES','instance','tBpix','parent','dahbv','warn',',\x20platformIndex:\x20','includes','uuid','substr','missing',',\x20contextId=','addMultipleEntries','getInstance','test_run_id','inspect','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','exports','name','file_name','finished_at','tColn',',\x20hookType=','failure_reason','trackJestInstance','push','retryOf','JXpom','find','get','match',',\x20hookUUID=','KEY_TEST_META','POST','result','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','testId','FwOMV','skip',',\x20currentTestId:\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','../state/testFrameworkState.js','5619srZhEh','trackJestInstance:\x20created\x20instance\x20for\x20target=','KEY_HOOK_LOGS','1727WEnkhP',',\x20filePath:\x20','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','hookMetadata','endedAt','3738uyadPN','\x20files','splice','exLwN','pop','toISOString','KEY_TEST_STARTED_AT','getHooksForTest','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','file','isHoh','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','KEY_HOOK_FAILURE_REASON','keys','DnvUx','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','oDFnx','862060bzvbQj','tags','testData','ROOT_DESCRIBE_BLOCK','hookState','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','getContext','createContext','started_at','KEY_TEST_SCOPE',',\x20state:\x20','LOG_REPORT','../../../helpers/test-observability/utils','split','KANdG','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','../state/hookState.js','has',',\x20totalLogs:\x20','storePendingHook','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','cyKtm','trackJestInstance:\x20instance\x20already\x20exists',',\x20scope:\x20','../instances/testFrameworkInstance.js','duration','KEY_HOOK_FAILURE_TYPE','wnHMS','EVjPe','substring','HfftE','KEY_EVENT_STARTED_AT','KEY_HOOK_ID','\x22\x20from\x20testData','parseJestTestResult','beforeAll','filter','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','DEFAULT_HOOK_RESULT','qHXza','toUpperCase','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','hookAnalyticsId','Pdvxd','depth','test','NhMhN','scope',',\x20totalHooks=','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','aQiZl','setActiveHook','KEY_HOOK_NAME','buildHookMapFromTest','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','jwMSB',',\x20error:\x20','eKdnZ','LZnms','Stored\x20pending\x20hook\x20for\x20testId:\x20','nJaWT',',\x20exception=','Eqvxo','BwYhU','type',',\x20test_run_uuid=','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','TEST','KEY_TEST_ID','rhAyh','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','trackHookEvent','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','TEST_SCREENSHOT','PWwpp','KEY_HOOKS_STARTED','KbpsI','platformIndex','nHBYp','pYjTB','csPfw','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId='];a96_0x32f1=function(){return _0x1464cd;};return a96_0x32f1();}module[a96_0x19dc37(0x154)]=JestTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a97_0x2b45c6=a97_0x44c8;function a97_0x97af(){const _0x34f7a8=['createContext','14546MqCLTC','393038ytbhIu','getTestFrameworksVersions','error','get','KEY_TEST_SCOPE','NewmanTestFramework','getTrackedInstance','createTestFrameworkEventPayload:\x20error=','createTestFrameworkEventPayload','KEY_TEST_UUID','KEY_TEST_RESULT','../state/hookState.js','../../../helpers/classLogger.js','./testFramework','9fEToLA','failure_reason','parseNewmanTest','827230TfnMZj','toISOString','2024313dmGNsG','../cliUtils.js','KEY_CUSTOM_TAGS','scopes','\x20hook=','NONE','location','started_at','trackEvent','KEY_TEST_LOCATION','KEY_TEST_FAILURE_REASON','KEY_TEST_FRAMEWORK_VERSION','debug','getContext','KEY_TEST_LOGS','../instances/testFrameworkInstance.js','addMultipleEntries','path','file_path','name','KEY_TEST_FAILURE','1452Fuesxj','toString','100545KhXekz','test','from','KEY_TEST_SCOPES','resolveInstance','5797448NUvNmQ','TEST','pending','instance','KEY_TEST_FILE_PATH','getId','KEY_TEST_NAME','./constants/testFrameworkConstants.js','custom_metadata','DEFAULT_TEST_RESULT','parseNewmanTestResult','KEY_TEST_RERUN_NAME','kdIsw','KEY_TEST_FRAMEWORK_NAME','../state/testFrameworkState.js','trackEvent:\x20error=','scope','getCurrentHookState','getTestFrameworks','base64','32vLuZEK','KEY_TEST_ID','uuid','KEY_TEST_ENDED_AT','ReJsQ','format','262849pRKHoV','KEY_TEST_META','split','failure','KEY_HOOKS_FINISHED','HKjwe','KEY_TEST_STARTED_AT'];a97_0x97af=function(){return _0x34f7a8;};return a97_0x97af();}(function(_0x3ee50b,_0xbcc95){const _0x28bb45=a97_0x44c8,_0x1fc98c=_0x3ee50b();while(!![]){try{const _0x559930=-parseInt(_0x28bb45(0x1e1))/0x1+parseInt(_0x28bb45(0x1ea))/0x2+parseInt(_0x28bb45(0x1ab))/0x3+parseInt(_0x28bb45(0x1db))/0x4*(parseInt(_0x28bb45(0x1c2))/0x5)+-parseInt(_0x28bb45(0x1c0))/0x6*(-parseInt(_0x28bb45(0x1e9))/0x7)+-parseInt(_0x28bb45(0x1c7))/0x8*(parseInt(_0x28bb45(0x1a6))/0x9)+-parseInt(_0x28bb45(0x1a9))/0xa;if(_0x559930===_0xbcc95)break;else _0x1fc98c['push'](_0x1fc98c['shift']());}catch(_0x3eee76){_0x1fc98c['push'](_0x1fc98c['shift']());}}}(a97_0x97af,0x71791));const path=require(a97_0x2b45c6(0x1bc)),TestFramework=require(a97_0x2b45c6(0x1a5)),TestFrameworkState=require(a97_0x2b45c6(0x1d5)),HookState=require(a97_0x2b45c6(0x1f5)),{createClassLogger}=require(a97_0x2b45c6(0x1f6)),TestFrameworkInstance=require(a97_0x2b45c6(0x1ba)),CLIUtils=require(a97_0x2b45c6(0x1ac)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a97_0x2b45c6(0x1ce)),util=require('util'),logger=createClassLogger(a97_0x2b45c6(0x1ef));function a97_0x44c8(_0x195899,_0x1afca3){const _0x97afd0=a97_0x97af();return a97_0x44c8=function(_0x44c835,_0x11bc14){_0x44c835=_0x44c835-0x1a5;let _0x481850=_0x97afd0[_0x44c835];return _0x481850;},a97_0x44c8(_0x195899,_0x1afca3);}class NewmanTestFramework extends TestFramework{constructor(_0x2a65df,_0x56ac46,_0xa1dcda){super(_0x2a65df,_0x56ac46,_0xa1dcda);}async[a97_0x2b45c6(0x1b3)](_0x39813e,_0x306a04,_0x380fa5={}){const _0x448157=a97_0x2b45c6,_0x2838c0={};_0x2838c0[_0x448157(0x1d3)]=function(_0x3235e8,_0x4a20e9){return _0x3235e8===_0x4a20e9;};const _0x23820d=_0x2838c0;logger[_0x448157(0x1b7)]('trackEvent:\x20state='+_0x39813e+_0x448157(0x1af)+_0x306a04),await super[_0x448157(0x1b3)](_0x39813e,_0x306a04,_0x380fa5);const _0x4382c9=this[_0x448157(0x1c6)](_0x39813e,_0x306a04,_0x380fa5);if(!_0x4382c9)return;try{if(_0x23820d[_0x448157(0x1d3)](_0x39813e,TestFrameworkState[_0x448157(0x1c8)])&&_0x380fa5['test']){const _0x150736=_0x23820d[_0x448157(0x1d3)](_0x306a04,HookState['PRE'])?this[_0x448157(0x1a8)](_0x380fa5[_0x448157(0x1c3)]):this[_0x448157(0x1d1)](_0x380fa5[_0x448157(0x1c3)]);_0x4382c9[_0x448157(0x1bb)](_0x150736);}}catch(_0x7b713){logger['error'](_0x448157(0x1d6)+util[_0x448157(0x1e0)](_0x7b713));}_0x380fa5[_0x448157(0x1ca)]=_0x4382c9,await this['runHooks'](_0x4382c9,_0x39813e,_0x306a04,_0x380fa5);}[a97_0x2b45c6(0x1a8)](_0x3f0652){const _0x1ce1f2=a97_0x2b45c6,_0xd436f5=this[_0x1ce1f2(0x1d9)]()[0x0],_0x40da56={};return _0x40da56[_0x3f0652[_0x1ce1f2(0x1dd)]]={[TestFrameworkConstants[_0x1ce1f2(0x1d4)]]:_0xd436f5,[TestFrameworkConstants[_0x1ce1f2(0x1b6)]]:this[_0x1ce1f2(0x1eb)]()[_0xd436f5],[TestFrameworkConstants[_0x1ce1f2(0x1b9)]]:[],[TestFrameworkConstants[_0x1ce1f2(0x1e5)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x1ce1f2(0x1f4)]]:TestFrameworkConstants[_0x1ce1f2(0x1d0)],[TestFrameworkConstants[_0x1ce1f2(0x1dc)]]:_0x3f0652[_0x1ce1f2(0x1dd)],[TestFrameworkConstants[_0x1ce1f2(0x1f3)]]:_0x3f0652[_0x1ce1f2(0x1dd)],[TestFrameworkConstants[_0x1ce1f2(0x1cd)]]:_0x3f0652[_0x1ce1f2(0x1be)],[TestFrameworkConstants[_0x1ce1f2(0x1cb)]]:_0x3f0652[_0x1ce1f2(0x1bd)]||'',[TestFrameworkConstants[_0x1ce1f2(0x1b4)]]:_0x3f0652[_0x1ce1f2(0x1b1)]||'',[TestFrameworkConstants['KEY_TEST_CODE']]:null,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x3f0652['tags']||[],[TestFrameworkConstants[_0x1ce1f2(0x1e7)]]:_0x3f0652[_0x1ce1f2(0x1b2)]||new Date()[_0x1ce1f2(0x1aa)](),[TestFrameworkConstants[_0x1ce1f2(0x1ee)]]:_0x3f0652[_0x1ce1f2(0x1d7)]||'',[TestFrameworkConstants[_0x1ce1f2(0x1c5)]]:_0x3f0652[_0x1ce1f2(0x1ae)]||[],[TestFrameworkConstants[_0x1ce1f2(0x1d2)]]:null,[TestFrameworkConstants[_0x1ce1f2(0x1ad)]]:_0x3f0652[_0x1ce1f2(0x1cf)]||{},[TestFrameworkConstants[_0x1ce1f2(0x1e2)]]:_0x3f0652['meta']||{}},_0x40da56;}[a97_0x2b45c6(0x1d1)](_0x24370f){const _0x4f082a=a97_0x2b45c6,_0x3e1f8a={};_0x3e1f8a[_0x4f082a(0x1e6)]=_0x4f082a(0x1c9);const _0x4c8cc4=_0x3e1f8a,_0x5d7308={};return _0x5d7308[_0x24370f[_0x4f082a(0x1dd)]]={[TestFrameworkConstants[_0x4f082a(0x1f4)]]:_0x24370f['result']||_0x4c8cc4[_0x4f082a(0x1e6)],[TestFrameworkConstants[_0x4f082a(0x1de)]]:_0x24370f['finished_at']||new Date()[_0x4f082a(0x1aa)](),[TestFrameworkConstants[_0x4f082a(0x1bf)]]:_0x24370f[_0x4f082a(0x1e4)]||[],[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]:_0x24370f['failure_type']||null,[TestFrameworkConstants[_0x4f082a(0x1b5)]]:_0x24370f[_0x4f082a(0x1a7)]||null},_0x5d7308;}[a97_0x2b45c6(0x1c6)](_0x49ea9c){const _0x200e4f=a97_0x2b45c6;let _0x55afcc=TestFramework[_0x200e4f(0x1f0)]();if(!_0x55afcc){const _0x1ff478=TrackedInstance[_0x200e4f(0x1e8)](CLIUtils['getCurrentInstanceName']());_0x55afcc=new TestFrameworkInstance(_0x1ff478,this[_0x200e4f(0x1d9)](),this[_0x200e4f(0x1eb)](),_0x49ea9c,HookState[_0x200e4f(0x1b0)]),TestFramework['setTrackedInstance'](_0x1ff478,_0x55afcc);}return _0x55afcc;}[a97_0x2b45c6(0x1f2)](_0x303b75){const _0x2c5cfb=a97_0x2b45c6,_0x3563a2={};_0x3563a2[_0x2c5cfb(0x1df)]=_0x2c5cfb(0x1da);const _0x1fc935=_0x3563a2;try{const _0x1b3b5a=_0x303b75['test']?_0x303b75[_0x2c5cfb(0x1c3)]['uuid']:null,_0x523556=_0x303b75[_0x2c5cfb(0x1ca)],_0x179d93=_0x523556[_0x2c5cfb(0x1b8)](),_0x1f8bc3=_0x523556['getAllData']()[_0x2c5cfb(0x1ed)](_0x1b3b5a);if(!_0x1f8bc3)return{};const {[TestFrameworkConstants[_0x2c5cfb(0x1d4)]]:_0x1d5e06='',[TestFrameworkConstants[_0x2c5cfb(0x1b6)]]:_0x453fb0='',[TestFrameworkConstants[_0x2c5cfb(0x1e7)]]:_0x26992a='',[TestFrameworkConstants[_0x2c5cfb(0x1de)]]:_0x452f0c=''}=_0x1f8bc3;return{'platformIndex':0x0,'testFrameworkName':_0x1d5e06,'testFrameworkVersion':_0x453fb0,'testFrameworkState':_0x523556['getCurrentTestState']()[_0x2c5cfb(0x1c1)]()[_0x2c5cfb(0x1e3)]('.')[0x1],'hookState':_0x523556[_0x2c5cfb(0x1d8)]()['toString']()[_0x2c5cfb(0x1e3)]('.')[0x1],'startedAt':_0x26992a,'endedAt':_0x452f0c,'uuid':_0x1b3b5a,'eventJson':Buffer[_0x2c5cfb(0x1c4)](JSON['stringify'](_0x1f8bc3))[_0x2c5cfb(0x1c1)](_0x1fc935['ReJsQ']),'executionContext':{'hash':_0x179d93[_0x2c5cfb(0x1cc)](),'threadId':_0x179d93['getThreadId']()[_0x2c5cfb(0x1c1)](),'processId':_0x179d93['getProcessId']()[_0x2c5cfb(0x1c1)]()}};}catch(_0x1bcdab){return logger[_0x2c5cfb(0x1ec)](_0x2c5cfb(0x1f1)+util[_0x2c5cfb(0x1e0)](_0x1bcdab)),{};}}}module['exports']=NewmanTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a98_0x39b444=a98_0x5036;(function(_0x5c4149,_0x2e982c){const _0x5c3f5c=a98_0x5036,_0x120fe9=_0x5c4149();while(!![]){try{const _0x5cb5a8=parseInt(_0x5c3f5c(0x1e5))/0x1+-parseInt(_0x5c3f5c(0x251))/0x2+-parseInt(_0x5c3f5c(0x246))/0x3*(parseInt(_0x5c3f5c(0x20a))/0x4)+parseInt(_0x5c3f5c(0x20f))/0x5*(parseInt(_0x5c3f5c(0x242))/0x6)+parseInt(_0x5c3f5c(0x254))/0x7+-parseInt(_0x5c3f5c(0x211))/0x8+-parseInt(_0x5c3f5c(0x1ef))/0x9*(-parseInt(_0x5c3f5c(0x215))/0xa);if(_0x5cb5a8===_0x2e982c)break;else _0x120fe9['push'](_0x120fe9['shift']());}catch(_0x4f85ec){_0x120fe9['push'](_0x120fe9['shift']());}}}(a98_0x3d14,0x80ede));function a98_0x3d14(){const _0x57b395=['[NodeGenericFramework]\x20trackEvent:\x20instance\x20not\x20found','toISOString','./testFramework','parseTestResult','addMultipleEntries','test_result','trackEvent','KEY_TEST_SCOPES','DEFAULT_TEST_RESULT','get','KEY_TEST_META','__bstackPlatformIndex','test_failure_type','executionContext','test_started_at','[NodeGenericFramework]\x20resolveInstance:\x20creating\x20new\x20instance','test_location','KEY_TEST_RESULT_AT','gVFnZ',',\x20result=','test_file_path','test_uuid','KEY_TEST_UUID','bXzcd','uuid','ErTQM','40732kvLIgi','toString','test_failure','parseTestData','format','18625QDfTfk','KEY_HOOKS_FINISHED','8420008OfvDFQ','testFrameworkVersion','platformIndex','KEY_TEST_FRAMEWORK_NAME','10jxbkiQ','KEY_CUSTOM_TAGS','KEY_TEST_FRAMEWORK_VERSION','\x20for\x20test_uuid=','test_scope','test_scopes','KEY_TEST_DURATION','stringify','getThreadId','getCurrentTestState','hookState','getTestFrameworks','KEY_TEST_LOCATION','getRef','KEY_HOOKS_STARTED',',\x20test_name=','runHooks','../state/testFrameworkState.js','testFrameworkState','NONE','getId','error','../state/hookState.js','debug','KEY_TEST_NAME',',\x20hookState=','test_code','split','hqRTK','KEY_TEST_STARTED_AT','../instances/testFrameworkInstance.js','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20ERROR\x20-\x20','KEY_LOGS','testData','KEY_TEST_LOGS','[NodeGenericFramework]\x20trackEvent:\x20unsupported\x20state=','test_rerun_name','KEY_TEST_SCOPE','workerInfo','util','getProcessId','KEY_TEST_CODE','[NodeGenericFramework]\x20resolveInstance:\x20created\x20instance\x20contextId=','KEY_TEST_FAILURE','endedAt','528WRMPcL','parallelIndex',',\x20error=','test_tags','291fcqvIv','test_duration','getCurrentTestUUID','NodeGenericFramework','from','rTYOJ','resolveInstance','exports','omeOx','test_name','KEY_TEST_TAGS','1607696QeRhrX','UnhandledError','setCurrentTestUUID','2511082OEGxZZ','getTrackedInstance','KEY_TEST_FAILURE_TYPE','OZEtB','PRE','KEY_AUTOMATE_SESSION_NAME','Unknown\x20error','_currentTestUUID','base64','KEY_TEST_RESULT','getTestFrameworksVersions','info','ZNAss','[TRACE:node-generic]\x20TEST\x20POST\x20-\x20processing\x20result\x20for\x20test_uuid=','854887gSsuRa','getAllData','unknown','KEY_TEST_FILE_PATH','test_failure_reason','test_meta','failed','__workerDetails','instance','test_identifier','16477029lDeCqL'];a98_0x3d14=function(){return _0x57b395;};return a98_0x3d14();}const TestFramework=require(a98_0x39b444(0x1f2)),TestFrameworkState=require(a98_0x39b444(0x226)),HookState=require(a98_0x39b444(0x22b)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a98_0x39b444(0x233)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),logger=createClassLogger(a98_0x39b444(0x249)),util=require(a98_0x39b444(0x23c));class NodeGenericFramework extends TestFramework{constructor(_0xb24596,_0x3d451b,_0x51156c){const _0x3d85c4=a98_0x39b444;super(_0xb24596,_0x3d451b,_0x51156c),this[_0x3d85c4(0x1de)]=null;}[a98_0x39b444(0x253)](_0x11c97b){const _0x507e1f=a98_0x39b444;this[_0x507e1f(0x1de)]=_0x11c97b;}[a98_0x39b444(0x248)](){const _0x2fc6c2=a98_0x39b444;return this[_0x2fc6c2(0x1de)];}async[a98_0x39b444(0x1f6)](_0x1767ee,_0x2b54f5,_0x2166a7={}){const _0x37e736=a98_0x39b444,_0x49ec2e={};_0x49ec2e['rTYOJ']=_0x37e736(0x1f0),_0x49ec2e[_0x37e736(0x207)]=function(_0x3909e6,_0x2448d6){return _0x3909e6===_0x2448d6;};const _0x3c4e0c=_0x49ec2e;logger[_0x37e736(0x1e2)]('[TRACE:node-generic]\x20trackEvent\x20'+_0x1767ee+'.'+_0x2b54f5+_0x37e736(0x218)+_0x2166a7['testData']?.[_0x37e736(0x205)]),await super[_0x37e736(0x1f6)](_0x1767ee,_0x2b54f5,_0x2166a7);const _0x38e95f=this[_0x37e736(0x24c)](_0x1767ee,_0x2b54f5,_0x2166a7);if(!_0x38e95f){logger[_0x37e736(0x22c)](_0x3c4e0c[_0x37e736(0x24b)]);return;}try{switch(_0x1767ee){case TestFrameworkState['TEST']:{const _0x344b73=_0x2166a7[_0x37e736(0x236)],_0xfad64c=_0x344b73[_0x37e736(0x205)];if(_0x3c4e0c[_0x37e736(0x207)](_0x2b54f5,HookState[_0x37e736(0x258)])){logger[_0x37e736(0x1e2)]('[TRACE:node-generic]\x20TEST\x20PRE\x20-\x20loading\x20test\x20data\x20for\x20test_uuid='+_0xfad64c+_0x37e736(0x224)+_0x344b73[_0x37e736(0x24f)]);const _0x4625fb=this['parseTestData'](_0x344b73);_0x38e95f['addMultipleEntries'](_0x4625fb);}else{if(_0x3c4e0c[_0x37e736(0x207)](_0x2b54f5,HookState['POST'])){logger[_0x37e736(0x1e2)](_0x37e736(0x1e4)+_0xfad64c+_0x37e736(0x203)+_0x344b73[_0x37e736(0x1f5)]);const _0x5efec7=this['parseTestResult'](_0x344b73,_0x38e95f);_0x38e95f[_0x37e736(0x1f4)](_0x5efec7);}}break;}default:logger[_0x37e736(0x22c)](_0x37e736(0x238)+_0x1767ee+',\x20hookState='+_0x2b54f5);break;}}catch(_0x2ecc49){logger[_0x37e736(0x22a)]('[NodeGenericFramework]\x20trackEvent:\x20ERROR\x20-\x20state='+_0x1767ee+_0x37e736(0x22e)+_0x2b54f5+_0x37e736(0x244)+util['format'](_0x2ecc49));}_0x2166a7['instance']=_0x38e95f,await this[_0x37e736(0x225)](_0x38e95f,_0x1767ee,_0x2b54f5,_0x2166a7);}[a98_0x39b444(0x24c)](_0x1e428e,_0x525904,_0x341dcd={}){const _0x22c896=a98_0x39b444,_0x2bf144={};_0x2bf144[_0x22c896(0x209)]=_0x22c896(0x1ff);const _0xeb97ea=_0x2bf144;let _0x11ea81=TestFramework[_0x22c896(0x255)]();if(!_0x11ea81){logger[_0x22c896(0x22c)](_0xeb97ea[_0x22c896(0x209)]);const _0x219815=CLIUtils['getCurrentInstanceName'](),_0xed7838=TrackedInstance['createContext'](_0x219815);_0x11ea81=new TestFrameworkInstance(_0xed7838,this[_0x22c896(0x220)](),this[_0x22c896(0x1e1)](),_0x1e428e,HookState[_0x22c896(0x228)]),TestFramework['setTrackedInstance'](_0xed7838,_0x11ea81),logger[_0x22c896(0x22c)](_0x22c896(0x23f)+_0xed7838['getId']());}return _0x11ea81;}[a98_0x39b444(0x20d)](_0x4cbdb7){const _0x4d11eb=a98_0x39b444,_0x4cc24f=_0x4cbdb7['test_uuid'],_0x3bb9a0=this[_0x4d11eb(0x220)]()[0x0],_0x4e3a5d=this['getTestFrameworksVersions'](),_0x34897f={[TestFrameworkConstants[_0x4d11eb(0x214)]]:_0x3bb9a0,[TestFrameworkConstants[_0x4d11eb(0x217)]]:_0x4e3a5d[_0x3bb9a0]||'',[TestFrameworkConstants[_0x4d11eb(0x206)]]:_0x4cbdb7['test_uuid'],[TestFrameworkConstants[_0x4d11eb(0x237)]]:[],[TestFrameworkConstants[_0x4d11eb(0x210)]]:{},[TestFrameworkConstants[_0x4d11eb(0x223)]]:{},[TestFrameworkConstants[_0x4d11eb(0x1e0)]]:TestFrameworkConstants[_0x4d11eb(0x1f8)],[TestFrameworkConstants[_0x4d11eb(0x1dc)]]:_0x4cbdb7[_0x4d11eb(0x24f)],[TestFrameworkConstants[_0x4d11eb(0x1e8)]]:_0x4cbdb7[_0x4d11eb(0x204)],[TestFrameworkConstants['KEY_TEST_ID']]:_0x4cc24f,[TestFrameworkConstants[_0x4d11eb(0x22d)]]:_0x4cbdb7['test_name'],[TestFrameworkConstants[_0x4d11eb(0x221)]]:_0x4cbdb7[_0x4d11eb(0x200)]||_0x4cbdb7[_0x4d11eb(0x204)],[TestFrameworkConstants[_0x4d11eb(0x23e)]]:_0x4cbdb7[_0x4d11eb(0x22f)]||null,[TestFrameworkConstants[_0x4d11eb(0x250)]]:_0x4cbdb7[_0x4d11eb(0x245)]||[],[TestFrameworkConstants[_0x4d11eb(0x232)]]:_0x4cbdb7[_0x4d11eb(0x1fe)]||new Date()[_0x4d11eb(0x1f1)](),[TestFrameworkConstants[_0x4d11eb(0x23a)]]:_0x4cbdb7[_0x4d11eb(0x219)]||'',[TestFrameworkConstants[_0x4d11eb(0x1f7)]]:_0x4cbdb7[_0x4d11eb(0x21a)]||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x4cbdb7[_0x4d11eb(0x239)]||_0x4cbdb7['test_name'],[TestFrameworkConstants[_0x4d11eb(0x216)]]:{},[TestFrameworkConstants[_0x4d11eb(0x1fa)]]:_0x4cbdb7[_0x4d11eb(0x1ea)]||{}},_0x5f1c5c={};return _0x5f1c5c[_0x4cc24f]=_0x34897f,_0x5f1c5c;}[a98_0x39b444(0x1f3)](_0x27ad36,_0x20c8b7){const _0x57d1f7=a98_0x39b444,_0x29889d={};_0x29889d[_0x57d1f7(0x1e3)]=_0x57d1f7(0x1e7),_0x29889d[_0x57d1f7(0x231)]=function(_0x5a82df,_0x4a861d){return _0x5a82df===_0x4a861d;},_0x29889d['gVFnZ']=_0x57d1f7(0x1eb),_0x29889d['rTCpJ']=_0x57d1f7(0x252),_0x29889d['UipWL']=_0x57d1f7(0x1dd),_0x29889d[_0x57d1f7(0x257)]=function(_0x5eda31,_0x4b7ce7){return _0x5eda31!==_0x4b7ce7;};const _0x458ef9=_0x29889d,_0x486e28=_0x27ad36[_0x57d1f7(0x205)],_0x2ca984=_0x20c8b7[_0x57d1f7(0x1e6)]()[_0x57d1f7(0x1f9)](_0x486e28)||{},_0x2cd6bc={..._0x2ca984,[TestFrameworkConstants[_0x57d1f7(0x1e0)]]:_0x27ad36[_0x57d1f7(0x1f5)]||_0x458ef9[_0x57d1f7(0x1e3)],[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x27ad36['test_ended_at']||new Date()['toISOString'](),[TestFrameworkConstants[_0x57d1f7(0x201)]]:new Date()[_0x57d1f7(0x1f1)](),[TestFrameworkConstants[_0x57d1f7(0x235)]]:_0x2ca984[TestFrameworkConstants['KEY_LOGS']]||[],[TestFrameworkConstants[_0x57d1f7(0x1fa)]]:_0x27ad36[_0x57d1f7(0x1ea)]||{}};_0x458ef9[_0x57d1f7(0x231)](_0x27ad36[_0x57d1f7(0x1f5)],_0x458ef9[_0x57d1f7(0x202)])&&(_0x2cd6bc[TestFrameworkConstants[_0x57d1f7(0x256)]]=_0x27ad36[_0x57d1f7(0x1fc)]||_0x458ef9['rTCpJ'],_0x2cd6bc[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x27ad36[_0x57d1f7(0x1e9)]||_0x458ef9['UipWL'],_0x2cd6bc[TestFrameworkConstants[_0x57d1f7(0x240)]]=_0x27ad36[_0x57d1f7(0x20c)]||[]);_0x458ef9[_0x57d1f7(0x257)](_0x27ad36[_0x57d1f7(0x247)],undefined)&&(_0x2cd6bc[TestFrameworkConstants[_0x57d1f7(0x21b)]]=_0x27ad36[_0x57d1f7(0x247)]);const _0x37b5c7={};return _0x37b5c7[_0x486e28]=_0x2cd6bc,_0x37b5c7;}['createTestFrameworkEventPayload'](_0x159491){const _0x588bb9=a98_0x39b444,_0x59ba20={};_0x59ba20[_0x588bb9(0x24e)]=_0x588bb9(0x1df);const _0x1db933=_0x59ba20;try{const _0x184a49=_0x159491[_0x588bb9(0x236)]?.[_0x588bb9(0x205)],_0xed430=_0x159491[_0x588bb9(0x1ed)],_0x306f3c=_0xed430['getContext'](),_0x34005f=_0xed430[_0x588bb9(0x1e6)]()[_0x588bb9(0x1f9)](_0x184a49);if(!_0x34005f)return logger['debug']('[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20no\x20data\x20for\x20test_uuid='+_0x184a49),{};const {[TestFrameworkConstants[_0x588bb9(0x214)]]:_0x49b6c0=this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x11610e=this[_0x588bb9(0x1e1)]()[this[_0x588bb9(0x220)]()[0x0]]||'',[TestFrameworkConstants[_0x588bb9(0x232)]]:_0x7f5e5c='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0xd316ee=''}=_0x34005f,_0x381dc8=_0xed430[_0x588bb9(0x21e)]()[_0x588bb9(0x20b)]()['split']('.')[0x1],_0x2c11b9=_0xed430['getCurrentHookState']()[_0x588bb9(0x20b)]()[_0x588bb9(0x230)]('.')[0x1],_0x2449fa=global?.[_0x588bb9(0x1ec)]?.[_0x588bb9(0x23b)]?.[_0x588bb9(0x243)]||global[_0x588bb9(0x1fb)]||0x0,_0x28c28c=_0xed430[_0x588bb9(0x222)](),_0x42621a=Buffer[_0x588bb9(0x24a)](JSON[_0x588bb9(0x21c)](_0x34005f))['toString'](_0x1db933[_0x588bb9(0x24e)]),_0x5cdc58={'hash':_0x306f3c[_0x588bb9(0x229)](),'threadId':_0x306f3c[_0x588bb9(0x21d)]()[_0x588bb9(0x20b)](),'processId':_0x306f3c[_0x588bb9(0x23d)]()[_0x588bb9(0x20b)]()},_0x4ce509={};return _0x4ce509[_0x588bb9(0x213)]=_0x2449fa,_0x4ce509['testFrameworkName']=_0x49b6c0,_0x4ce509[_0x588bb9(0x212)]=_0x11610e,_0x4ce509[_0x588bb9(0x227)]=_0x381dc8,_0x4ce509[_0x588bb9(0x21f)]=_0x2c11b9,_0x4ce509['startedAt']=_0x7f5e5c,_0x4ce509[_0x588bb9(0x241)]=_0xd316ee,_0x4ce509[_0x588bb9(0x208)]=_0x28c28c,_0x4ce509['eventJson']=_0x42621a,_0x4ce509[_0x588bb9(0x1fd)]=_0x5cdc58,_0x4ce509[_0x588bb9(0x1ee)]=_0x184a49,_0x4ce509;}catch(_0x3663e1){return logger[_0x588bb9(0x22a)](_0x588bb9(0x234)+util[_0x588bb9(0x20e)](_0x3663e1)),{};}}}function a98_0x5036(_0x156392,_0x5b230f){const _0x3d147d=a98_0x3d14();return a98_0x5036=function(_0x5036d0,_0x228260){_0x5036d0=_0x5036d0-0x1dc;let _0x13e9ae=_0x3d147d[_0x5036d0];return _0x13e9ae;},a98_0x5036(_0x156392,_0x5b230f);}module[a98_0x39b444(0x24d)]=NodeGenericFramework;
|
|
1
|
+
function a98_0x45f2(){const _0x5b6a4b=['KEY_TEST_META','NodeGenericFramework','test_meta','hookState','2IomooW','KEY_LOGS','NONE','KEY_TEST_UUID','error','eventJson','5571503mFgKXj',',\x20result=','KEY_TEST_NAME','getProcessId','KEY_TEST_ID','KEY_HOOKS_STARTED','test_scope','addMultipleEntries','zpTQk','getCurrentTestUUID','workerInfo','parseTestData','ObPlS',',\x20hookState=','../instances/testFrameworkInstance.js','../cliUtils.js','failed','[TRACE:node-generic]\x20trackEvent\x20','test_uuid','hvKnA','resolveInstance','[NodeGenericFramework]\x20trackEvent:\x20unsupported\x20state=','exports','[NodeGenericFramework]\x20resolveInstance:\x20creating\x20new\x20instance','KEY_TEST_FRAMEWORK_NAME','debug','info','KEY_TEST_TAGS','test_result','test_identifier','KEY_TEST_LOGS','KEY_TEST_FILE_PATH','trackEvent','test_tags','__workerDetails','KEY_TEST_STARTED_AT','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20no\x20data\x20for\x20test_uuid=','getThreadId','setCurrentTestUUID','test_ended_at','KEY_CUSTOM_TAGS','6136FnRzWy','runHooks',',\x20test_name=','yfZOm','KEY_TEST_LOCATION','KEY_TEST_FRAMEWORK_VERSION','test_failure_reason','Unknown\x20error','test_name','util','testFrameworkState','DEFAULT_TEST_RESULT','18535paDZzR','test_duration','428SSkkbV','test_scopes','YCyfI','KEY_TEST_RESULT_AT','[NodeGenericFramework]\x20trackEvent:\x20instance\x20not\x20found','getCurrentHookState','KEY_TEST_ENDED_AT','6yARxOZ','test_failure_type','get','8694390qFkFIZ','190jpqwsW','getId','unknown','1070781sMDPsc','getTrackedInstance','../../../helpers/classLogger.js','UnhandledError','format','./testFramework','from','KEY_TEST_CODE','../state/testFrameworkState.js','KEY_TEST_RERUN_NAME','test_location','testData','POST','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20ERROR\x20-\x20','KEY_TEST_FAILURE_TYPE','../instances/trackedInstance.js','getContext','__bstackPlatformIndex','test_rerun_name','test_file_path','KEY_TEST_SCOPES','./constants/testFrameworkConstants.js','[TRACE:node-generic]\x20TEST\x20PRE\x20-\x20loading\x20test\x20data\x20for\x20test_uuid=','[NodeGenericFramework]\x20resolveInstance:\x20created\x20instance\x20contextId=','\x20for\x20test_uuid=','getTestFrameworks','PRE','getTestFrameworksVersions','_currentTestUUID','split','EiccH','stringify','2676EZqfQz','KEY_TEST_FAILURE','toString','getCurrentInstanceName','SdIBx','1143dVxoDU','testFrameworkVersion','582884cywXHP','XUziB','[NodeGenericFramework]\x20trackEvent:\x20ERROR\x20-\x20state=','instance','test_code','KEY_HOOKS_FINISHED'];a98_0x45f2=function(){return _0x5b6a4b;};return a98_0x45f2();}function a98_0x58b1(_0x5e5d2b,_0x311de2){const _0x45f2f7=a98_0x45f2();return a98_0x58b1=function(_0x58b15d,_0x5f021a){_0x58b15d=_0x58b15d-0xb5;let _0x3f6c19=_0x45f2f7[_0x58b15d];return _0x3f6c19;},a98_0x58b1(_0x5e5d2b,_0x311de2);}const a98_0x5c5eab=a98_0x58b1;(function(_0x572f3b,_0x47a773){const _0x48737c=a98_0x58b1,_0x3b29fc=_0x572f3b();while(!![]){try{const _0x31877f=parseInt(_0x48737c(0xc1))/0x1+-parseInt(_0x48737c(0xcb))/0x2*(parseInt(_0x48737c(0x116))/0x3)+parseInt(_0x48737c(0x108))/0x4*(parseInt(_0x48737c(0x113))/0x5)+parseInt(_0x48737c(0x10f))/0x6*(parseInt(_0x48737c(0xd1))/0x7)+-parseInt(_0x48737c(0xfa))/0x8*(parseInt(_0x48737c(0xbf))/0x9)+-parseInt(_0x48737c(0x112))/0xa+parseInt(_0x48737c(0x106))/0xb*(parseInt(_0x48737c(0xba))/0xc);if(_0x31877f===_0x47a773)break;else _0x3b29fc['push'](_0x3b29fc['shift']());}catch(_0x15ad64){_0x3b29fc['push'](_0x3b29fc['shift']());}}}(a98_0x45f2,0x6a2ab));const TestFramework=require(a98_0x5c5eab(0x11b)),TestFrameworkState=require(a98_0x5c5eab(0x11e)),HookState=require('../state/hookState.js'),{createClassLogger}=require(a98_0x5c5eab(0x118)),TestFrameworkInstance=require(a98_0x5c5eab(0xdf)),CLIUtils=require(a98_0x5c5eab(0xe0)),TrackedInstance=require(a98_0x5c5eab(0x125)),TestFrameworkConstants=require(a98_0x5c5eab(0x12b)),logger=createClassLogger(a98_0x5c5eab(0xc8)),util=require(a98_0x5c5eab(0x103));class NodeGenericFramework extends TestFramework{constructor(_0x495af3,_0x36bc77,_0x5874e0){super(_0x495af3,_0x36bc77,_0x5874e0),this['_currentTestUUID']=null;}[a98_0x5c5eab(0xf7)](_0x2b3ee0){const _0x24b6cd=a98_0x5c5eab;this[_0x24b6cd(0xb6)]=_0x2b3ee0;}[a98_0x5c5eab(0xda)](){const _0x1792bc=a98_0x5c5eab;return this[_0x1792bc(0xb6)];}async[a98_0x5c5eab(0xf1)](_0x5ecfe2,_0x14b2a2,_0x3b6eb1={}){const _0x4a6650=a98_0x5c5eab,_0x56dd65={};_0x56dd65['SdIBx']=_0x4a6650(0x10c),_0x56dd65[_0x4a6650(0xb8)]=function(_0x50bd52,_0x8e625a){return _0x50bd52===_0x8e625a;};const _0x45b172=_0x56dd65;logger[_0x4a6650(0xeb)](_0x4a6650(0xe2)+_0x5ecfe2+'.'+_0x14b2a2+_0x4a6650(0x12e)+_0x3b6eb1[_0x4a6650(0x121)]?.[_0x4a6650(0xe3)]),await super[_0x4a6650(0xf1)](_0x5ecfe2,_0x14b2a2,_0x3b6eb1);const _0x3b5fc5=this['resolveInstance'](_0x5ecfe2,_0x14b2a2,_0x3b6eb1);if(!_0x3b5fc5){logger[_0x4a6650(0xea)](_0x45b172[_0x4a6650(0xbe)]);return;}try{switch(_0x5ecfe2){case TestFrameworkState['TEST']:{const _0x372677=_0x3b6eb1[_0x4a6650(0x121)],_0x2f319d=_0x372677[_0x4a6650(0xe3)];if(_0x45b172[_0x4a6650(0xb8)](_0x14b2a2,HookState[_0x4a6650(0x130)])){logger[_0x4a6650(0xeb)](_0x4a6650(0x12c)+_0x2f319d+_0x4a6650(0xfc)+_0x372677[_0x4a6650(0x102)]);const _0x2385bb=this[_0x4a6650(0xdc)](_0x372677);_0x3b5fc5[_0x4a6650(0xd8)](_0x2385bb);}else{if(_0x45b172[_0x4a6650(0xb8)](_0x14b2a2,HookState[_0x4a6650(0x122)])){logger[_0x4a6650(0xeb)]('[TRACE:node-generic]\x20TEST\x20POST\x20-\x20processing\x20result\x20for\x20test_uuid='+_0x2f319d+_0x4a6650(0xd2)+_0x372677['test_result']);const _0x37c0fd=this['parseTestResult'](_0x372677,_0x3b5fc5);_0x3b5fc5['addMultipleEntries'](_0x37c0fd);}}break;}default:logger[_0x4a6650(0xea)](_0x4a6650(0xe6)+_0x5ecfe2+_0x4a6650(0xde)+_0x14b2a2);break;}}catch(_0x345a7e){logger[_0x4a6650(0xcf)](_0x4a6650(0xc3)+_0x5ecfe2+_0x4a6650(0xde)+_0x14b2a2+',\x20error='+util[_0x4a6650(0x11a)](_0x345a7e));}_0x3b6eb1[_0x4a6650(0xc4)]=_0x3b5fc5,await this[_0x4a6650(0xfb)](_0x3b5fc5,_0x5ecfe2,_0x14b2a2,_0x3b6eb1);}[a98_0x5c5eab(0xe5)](_0x520a9e,_0x184fc4,_0x25a9fa={}){const _0x45234c=a98_0x5c5eab,_0x34444e={};_0x34444e['EfIHq']=_0x45234c(0xe8);const _0x4f451b=_0x34444e;let _0x425e60=TestFramework[_0x45234c(0x117)]();if(!_0x425e60){logger['debug'](_0x4f451b['EfIHq']);const _0xe7d71a=CLIUtils[_0x45234c(0xbd)](),_0x4888ca=TrackedInstance['createContext'](_0xe7d71a);_0x425e60=new TestFrameworkInstance(_0x4888ca,this[_0x45234c(0x12f)](),this[_0x45234c(0xb5)](),_0x520a9e,HookState[_0x45234c(0xcd)]),TestFramework['setTrackedInstance'](_0x4888ca,_0x425e60),logger[_0x45234c(0xea)](_0x45234c(0x12d)+_0x4888ca[_0x45234c(0x114)]());}return _0x425e60;}['parseTestData'](_0x5b6ebe){const _0x10278c=a98_0x5c5eab,_0x431850=_0x5b6ebe['test_uuid'],_0x31203e=this['getTestFrameworks']()[0x0],_0x50673b=this[_0x10278c(0xb5)](),_0x181a35={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x31203e,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x50673b[_0x31203e]||'',[TestFrameworkConstants[_0x10278c(0xce)]]:_0x5b6ebe['test_uuid'],[TestFrameworkConstants[_0x10278c(0xef)]]:[],[TestFrameworkConstants[_0x10278c(0xc6)]]:{},[TestFrameworkConstants[_0x10278c(0xd6)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x10278c(0x105)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x5b6ebe[_0x10278c(0x102)],[TestFrameworkConstants[_0x10278c(0xf0)]]:_0x5b6ebe[_0x10278c(0x129)],[TestFrameworkConstants[_0x10278c(0xd5)]]:_0x431850,[TestFrameworkConstants[_0x10278c(0xd3)]]:_0x5b6ebe['test_name'],[TestFrameworkConstants[_0x10278c(0xfe)]]:_0x5b6ebe[_0x10278c(0x120)]||_0x5b6ebe[_0x10278c(0x129)],[TestFrameworkConstants[_0x10278c(0x11d)]]:_0x5b6ebe[_0x10278c(0xc5)]||null,[TestFrameworkConstants[_0x10278c(0xec)]]:_0x5b6ebe[_0x10278c(0xf2)]||[],[TestFrameworkConstants[_0x10278c(0xf4)]]:_0x5b6ebe['test_started_at']||new Date()['toISOString'](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x5b6ebe[_0x10278c(0xd7)]||'',[TestFrameworkConstants[_0x10278c(0x12a)]]:_0x5b6ebe[_0x10278c(0x109)]||[],[TestFrameworkConstants[_0x10278c(0x11f)]]:_0x5b6ebe[_0x10278c(0x128)]||_0x5b6ebe['test_name'],[TestFrameworkConstants[_0x10278c(0xf9)]]:{},[TestFrameworkConstants['KEY_TEST_META']]:_0x5b6ebe[_0x10278c(0xc9)]||{}},_0x1478b6={};return _0x1478b6[_0x431850]=_0x181a35,_0x1478b6;}['parseTestResult'](_0x26d3d1,_0x509b62){const _0x47f94e=a98_0x5c5eab,_0x27323e={};_0x27323e[_0x47f94e(0x10a)]=_0x47f94e(0x115),_0x27323e[_0x47f94e(0xfd)]=function(_0x1761e6,_0x28a03a){return _0x1761e6===_0x28a03a;},_0x27323e[_0x47f94e(0xc2)]=_0x47f94e(0xe1),_0x27323e['ObPlS']=_0x47f94e(0x119),_0x27323e[_0x47f94e(0xd9)]=_0x47f94e(0x101),_0x27323e['JRiLg']=function(_0x151633,_0x27fcb5){return _0x151633!==_0x27fcb5;};const _0x3aa2d1=_0x27323e,_0x247ce1=_0x26d3d1[_0x47f94e(0xe3)],_0x4d1c0c=_0x509b62['getAllData']()[_0x47f94e(0x111)](_0x247ce1)||{},_0x476ef8={..._0x4d1c0c,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x26d3d1[_0x47f94e(0xed)]||_0x3aa2d1['YCyfI'],[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x26d3d1[_0x47f94e(0xf8)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x47f94e(0x10b)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x47f94e(0xcc)]]:_0x4d1c0c[TestFrameworkConstants['KEY_LOGS']]||[],[TestFrameworkConstants[_0x47f94e(0xc7)]]:_0x26d3d1[_0x47f94e(0xc9)]||{}};_0x3aa2d1[_0x47f94e(0xfd)](_0x26d3d1['test_result'],_0x3aa2d1[_0x47f94e(0xc2)])&&(_0x476ef8[TestFrameworkConstants[_0x47f94e(0x124)]]=_0x26d3d1[_0x47f94e(0x110)]||_0x3aa2d1[_0x47f94e(0xdd)],_0x476ef8[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x26d3d1[_0x47f94e(0x100)]||_0x3aa2d1[_0x47f94e(0xd9)],_0x476ef8[TestFrameworkConstants[_0x47f94e(0xbb)]]=_0x26d3d1['test_failure']||[]);_0x3aa2d1['JRiLg'](_0x26d3d1[_0x47f94e(0x107)],undefined)&&(_0x476ef8[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x26d3d1[_0x47f94e(0x107)]);const _0x1d4747={};return _0x1d4747[_0x247ce1]=_0x476ef8,_0x1d4747;}['createTestFrameworkEventPayload'](_0x7742ae){const _0x30ed6c=a98_0x5c5eab,_0x37e2d5={};_0x37e2d5['hvKnA']='base64';const _0x3b1bf2=_0x37e2d5;try{const _0x314099=_0x7742ae[_0x30ed6c(0x121)]?.['test_uuid'],_0xffa48d=_0x7742ae[_0x30ed6c(0xc4)],_0x5875cc=_0xffa48d[_0x30ed6c(0x126)](),_0x1a022b=_0xffa48d['getAllData']()[_0x30ed6c(0x111)](_0x314099);if(!_0x1a022b)return logger[_0x30ed6c(0xea)](_0x30ed6c(0xf5)+_0x314099),{};const {[TestFrameworkConstants[_0x30ed6c(0xe9)]]:_0x43c598=this[_0x30ed6c(0x12f)]()[0x0]||'',[TestFrameworkConstants[_0x30ed6c(0xff)]]:_0x218511=this[_0x30ed6c(0xb5)]()[this[_0x30ed6c(0x12f)]()[0x0]]||'',[TestFrameworkConstants[_0x30ed6c(0xf4)]]:_0x152bc5='',[TestFrameworkConstants[_0x30ed6c(0x10e)]]:_0x1fb1dd=''}=_0x1a022b,_0x4742af=_0xffa48d['getCurrentTestState']()[_0x30ed6c(0xbc)]()['split']('.')[0x1],_0x3a6dd4=_0xffa48d[_0x30ed6c(0x10d)]()[_0x30ed6c(0xbc)]()[_0x30ed6c(0xb7)]('.')[0x1],_0x340929=global?.[_0x30ed6c(0xf3)]?.[_0x30ed6c(0xdb)]?.['parallelIndex']||global[_0x30ed6c(0x127)]||0x0,_0x903dbc=_0xffa48d['getRef'](),_0x15600c=Buffer[_0x30ed6c(0x11c)](JSON[_0x30ed6c(0xb9)](_0x1a022b))[_0x30ed6c(0xbc)](_0x3b1bf2[_0x30ed6c(0xe4)]),_0x59f19e={'hash':_0x5875cc['getId'](),'threadId':_0x5875cc[_0x30ed6c(0xf6)]()[_0x30ed6c(0xbc)](),'processId':_0x5875cc[_0x30ed6c(0xd4)]()[_0x30ed6c(0xbc)]()},_0x25757b={};return _0x25757b['platformIndex']=_0x340929,_0x25757b['testFrameworkName']=_0x43c598,_0x25757b[_0x30ed6c(0xc0)]=_0x218511,_0x25757b[_0x30ed6c(0x104)]=_0x4742af,_0x25757b[_0x30ed6c(0xca)]=_0x3a6dd4,_0x25757b['startedAt']=_0x152bc5,_0x25757b['endedAt']=_0x1fb1dd,_0x25757b['uuid']=_0x903dbc,_0x25757b[_0x30ed6c(0xd0)]=_0x15600c,_0x25757b['executionContext']=_0x59f19e,_0x25757b[_0x30ed6c(0xee)]=_0x314099,_0x25757b;}catch(_0x47bd50){return logger[_0x30ed6c(0xcf)](_0x30ed6c(0x123)+util[_0x30ed6c(0x11a)](_0x47bd50)),{};}}}module[a98_0x5c5eab(0xe7)]=NodeGenericFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a99_0x189f30=a99_0x31ef;(function(_0x4efc71,_0x213114){const _0x1f6a88=a99_0x31ef,_0x5a5bcf=_0x4efc71();while(!![]){try{const _0x315c6f=-parseInt(_0x1f6a88(0xac))/0x1+-parseInt(_0x1f6a88(0xb6))/0x2+-parseInt(_0x1f6a88(0xa8))/0x3*(parseInt(_0x1f6a88(0x9c))/0x4)+parseInt(_0x1f6a88(0xa3))/0x5+-parseInt(_0x1f6a88(0xab))/0x6*(parseInt(_0x1f6a88(0xb1))/0x7)+parseInt(_0x1f6a88(0x96))/0x8+-parseInt(_0x1f6a88(0xbd))/0x9*(-parseInt(_0x1f6a88(0x99))/0xa);if(_0x315c6f===_0x213114)break;else _0x5a5bcf['push'](_0x5a5bcf['shift']());}catch(_0x496f59){_0x5a5bcf['push'](_0x5a5bcf['shift']());}}}(a99_0x38af,0x2d3b3));const AutomationFramework=require(a99_0x189f30(0xaf)),{createClassLogger}=require(a99_0x189f30(0xa9)),AutomationFrameworkState=require(a99_0x189f30(0xb8)),CLIUtils=require(a99_0x189f30(0x9a)),TrackedInstance=require('../instances/trackedInstance.js'),AutomationFrameworkInstance=require(a99_0x189f30(0xae));class PlaywrightAutomationFramework extends AutomationFramework{[a99_0x189f30(0xa4)]=createClassLogger(a99_0x189f30(0xb0));constructor(_0x5344fc,_0xe11351){super(_0x5344fc,_0xe11351);}async[a99_0x189f30(0xa1)](_0x2c78fd,_0x4e4b5e,_0x2139c2={}){const _0x130ed9=a99_0x189f30,_0x16cf61={};_0x16cf61[_0x130ed9(0x98)]=function(_0x260002,_0x41a40e){return _0x260002===_0x41a40e;};const _0x120416=_0x16cf61;this[_0x130ed9(0xa4)][_0x130ed9(0xb3)]('trackEvent:\x20automationFrameworkState='+_0x2c78fd+_0x130ed9(0x9b)+_0x4e4b5e),await super[_0x130ed9(0xa1)](_0x2c78fd,_0x4e4b5e,_0x2139c2);const _0x3a5415=this[_0x130ed9(0x97)](_0x2c78fd,_0x4e4b5e,_0x2139c2);if(_0x120416['CWKuZ'](_0x3a5415,null))return;_0x2139c2[_0x130ed9(0xad)]=_0x3a5415,await this[_0x130ed9(0x95)](_0x3a5415,_0x2c78fd,_0x4e4b5e,_0x2139c2);}[a99_0x189f30(0x97)](_0x144252,_0x47fdf2,_0x32020a={}){const _0x5cd1e3=a99_0x189f30,_0x1de99d={};_0x1de99d[_0x5cd1e3(0xaa)]=function(_0x38400e,_0x39fbee){return _0x38400e===_0x39fbee;},_0x1de99d[_0x5cd1e3(0xbb)]=function(_0x64c586,_0x5760bb){return _0x64c586===_0x5760bb;};const _0x26b146=_0x1de99d;let _0x4bb2b0=null;return(_0x26b146['XrTNy'](_0x144252,AutomationFrameworkState[_0x5cd1e3(0xbc)])||_0x26b146[_0x5cd1e3(0xaa)](_0x144252,AutomationFrameworkState[_0x5cd1e3(0xbe)])&&(_0x32020a[_0x5cd1e3(0xa6)]&&_0x32020a['message'][_0x5cd1e3(0xb9)]&&_0x32020a[_0x5cd1e3(0xa6)][_0x5cd1e3(0xb9)][_0x5cd1e3(0xa7)])||_0x26b146[_0x5cd1e3(0xbb)](_0x144252,AutomationFrameworkState[_0x5cd1e3(0xb7)]))&&this[_0x5cd1e3(0xba)](_0x144252,_0x32020a),_0x4bb2b0=AutomationFramework['getTrackedInstance'](),_0x4bb2b0;}['trackPlaywrightInstance'](_0x4f301c,_0x4fc2f0){const _0x1b0fab=a99_0x189f30,_0x81ac6f={};_0x81ac6f[_0x1b0fab(0x94)]='trackPlaywrightInstance:\x20instance\x20already\x20exists';const _0xb5c84f=_0x81ac6f;if(AutomationFramework['getTrackedInstance']()){this['logger'][_0x1b0fab(0xb2)](_0xb5c84f[_0x1b0fab(0x94)]);return;}const _0x25751e=CLIUtils[_0x1b0fab(0xa5)](),_0x2d2e6b=TrackedInstance[_0x1b0fab(0x9f)](_0x25751e);let _0x5037e3=null;this['logger'][_0x1b0fab(0xb2)](_0x1b0fab(0x92)+_0x25751e+_0x1b0fab(0xb5)+_0x4f301c),_0x5037e3=new AutomationFrameworkInstance(_0x2d2e6b,this[_0x1b0fab(0xa2)](),this[_0x1b0fab(0x9d)](),_0x4f301c),AutomationFramework['setTrackedInstance'](_0x2d2e6b,_0x5037e3),this['logger']['info'](_0x1b0fab(0xa0)+_0x2d2e6b[_0x1b0fab(0x9e)]()+_0x1b0fab(0x93)+_0x25751e);}}function a99_0x38af(){const _0x453465=['getId','createContext','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','trackEvent','getAutomationFrameworkName','1104180GqEYAa','logger','getCurrentInstanceName','message','bsParams','33BMqqoE','../../../helpers/classLogger.js','XrTNy','1464828adZltT','117420APBhaY','instance','../instances/automationFrameworkInstance.js','./automationFramework.js','PlaywrightAutomationFramework','7viNKoj','info','debug','exports',',\x20state=','105634BIKHNo','NONE','../state/automationFrameworkState.js','params','trackPlaywrightInstance','eStWT','CREATE','213786wICxzC','PLAYWRIGHT_DISPATCH','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','\x20target=','FWxiU','runHooks','1512008UDerDC','resolveInstance','CWKuZ','220nmFpZz','../cliUtils.js','\x20hookState=','121012sgOSwo','getAutomationFrameworkVersion'];a99_0x38af=function(){return _0x453465;};return a99_0x38af();}function a99_0x31ef(_0x13fb43,_0x30f2d3){const _0x38aff3=a99_0x38af();return a99_0x31ef=function(_0x31eff1,_0x1387e6){_0x31eff1=_0x31eff1-0x92;let _0x2a132e=_0x38aff3[_0x31eff1];return _0x2a132e;},a99_0x31ef(_0x13fb43,_0x30f2d3);}module[a99_0x189f30(0xb4)]=PlaywrightAutomationFramework;
|