browserstack-node-sdk 1.67.0 → 1.68.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/browserstack.yml.sample +34 -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_0x4257b4=a96_0x255c;(function(_0x3b4ca8,_0x10f52a){const _0x25d75b=a96_0x255c,_0x124310=_0x3b4ca8();while(!![]){try{const _0x5f4310=parseInt(_0x25d75b(0x1bb))/0x1+parseInt(_0x25d75b(0x1a8))/0x2+-parseInt(_0x25d75b(0x174))/0x3+-parseInt(_0x25d75b(0x1ed))/0x4*(parseInt(_0x25d75b(0xfd))/0x5)+parseInt(_0x25d75b(0x1f4))/0x6*(parseInt(_0x25d75b(0xf8))/0x7)+-parseInt(_0x25d75b(0x265))/0x8*(parseInt(_0x25d75b(0x12f))/0x9)+parseInt(_0x25d75b(0x243))/0xa;if(_0x5f4310===_0x10f52a)break;else _0x124310['push'](_0x124310['shift']());}catch(_0x363b58){_0x124310['push'](_0x124310['shift']());}}}(a96_0x370a,0x26ee3));const TestFramework=require(a96_0x4257b4(0x24c)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require('../state/hookState.js'),{createClassLogger}=require(a96_0x4257b4(0x10e)),TestFrameworkInstance=require(a96_0x4257b4(0x238)),CLIUtils=require(a96_0x4257b4(0x140)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a96_0x4257b4(0x230)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a96_0x4257b4(0x22c)),{isInternalHook}=require(a96_0x4257b4(0x150)),logger=createClassLogger(a96_0x4257b4(0x222)),{v4:uuidv4}=require('uuid'),util=require(a96_0x4257b4(0x13c)),TestInfo=require(a96_0x4257b4(0x168)),GrpcClient=require(a96_0x4257b4(0x218)),stackTrace=require(a96_0x4257b4(0x245)),{pickUserFrameFile}=require('../../../helpers/stackFrameUtils');function a96_0x370a(){const _0x3f3320=['has','test_run_uuid','uJloP',',\x20currentTestId:\x20','KEY_EVENT_STARTED_AT','uwoTd',',\x20duration=','301015owQKTb','resolveInstance','failure_reason','Processing\x20','getJestTestTags','NONE','KEY_TEST_FILE_PATH','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','originalTest','testData',',\x20remainingHooks=','getJestTestIdentifier','vpkcR','KEY_TEST_TAGS','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','KEY_TEST_RETRY_OF','KEY_TEST_FAILURE',',\x20exception=','inUTP','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','getJestTestScopes','scopes','get','maxArrayLength','KEY_TEST_RESULT','hookMetadata','getJestFailureData','getCurrentTestState','KEY_TEST_FAILURE_REASON','hooks','AssertionError','eucuX',',\x20failureType=','UnhandledError','OSIEp','match','exports','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=',',\x20totalHooks=','Assert',',\x20version=','args','hasPendingHooks','platformIndex','test_run_id','__bstackPlatformIndex','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','getCurrentInstanceName','stringify','404IcOXBg','testFrameworkState',',\x20scopes=',',\x20hook_run_uuid=','getCurrentHookState','code','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','6IXJGee','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20',',\x20hookType=',',\x20failureReason=','replace','\x20pending\x20hooks\x20for\x20testId:\x20','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=',',\x20hookId=','uuid','getJestFailureType','removeActiveHook','getPendingHooks','addMultipleEntries','pop','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20',',\x20storing\x20as\x20pending\x20hook','PUKXF','warn','concat','SlGfc','KEY_TEST_FAILURE_TYPE','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=',',\x20result=','POST','nNhTD','removePendingHooks','Stored\x20pending\x20hook\x20for\x20testId:\x20','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','\x20-\x20testId:\x20','started_at','hookState','ckHqU',',\x20payload:\x20','getAllData','__workerDetails','passed','../grpcClient','\x20attachments','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','WNPlZ','hook_id','KEY_TEST_ENDED_AT','setActiveHook',',\x20testData=','hUwTS','ccMVz','JestTestFramework','zVjLu','KEY_TEST_UUID','VjEwL','oMBvg','kBYkC','instance',',\x20screenshotLogs:\x20','getInstance','hookType','../../../helpers/helper.js','unknown',',\x20hook=',',\x20hookState:\x20','./constants/testFrameworkConstants.js','JNEKR','xJBsV','isArray','hook_type','map','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','test','../instances/testFrameworkInstance.js','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','xmBWm','IgIej','body','AcQaz','sIZCF',',\x20filePath:\x20','getJestTestName','scope','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','1976070QscnTF','cPuIF','stack-trace','testFrameworkVersion',',\x20state=','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','substring','workerInfo','getHooksForTest','./testFramework','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','KEY_TEST_SCOPE','KEY_TEST_STARTED_AT','substr','filePath','NLCBG','HfnxM','YCZlS','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','gNBeh','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending',',\x20error:\x20','skipped','\x20(testIdentifier),\x20result=','trackHookEvent','IFKji','BEFORE_ALL','hoskk','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','TEST','hookData','toISOString','qJLLP','JpLIC','24YtZEoy','MXOcA','failed','TJxTd','\x20(testIdentifier),\x20tags=','Eyedi','hookUUID','iEVVV','asyncError','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','join','OKIyQ',',\x20totalLogs:\x20','yieUI','parseJestTestResult','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','GIGBP','KEY_TEST_DURATION','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','KEY_HOOK_RESULT','delete','toString','getContext','KEY_EVENT_ENDED_AT','error','ejyye','getJestFailureReason','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','LsUTs','UkQNL','hBwbO','Hiuro','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','KEY_CUSTOM_TAGS','getAllPendingHookTestIds','KEY_HOOK_FAILURE_TYPE','afterAll','NcvCI','KEY_TEST_ATTACHMENTS','KEY_TEST_LOCATION','SlNez','qIVLH','1980391egXHty','processPendingHooks','storePendingHook','PRE','fhsli','6665gcCMta','lLWVD','KEY_HOOK_FAILURE_REASON','includes','tpLjJ','mapTestHooks','KEY_HOOK_LAST_STARTED','KEY_TEST_LOGS','QJAlr',',\x20platformIndex:\x20','getRef','getTestFrameworks','eventJson','KEY_HOOK_LAST_FINISHED','matchHookRegex','beforeAll','wQVdw','../../../helpers/classLogger.js','RfTvR','UCFvM','activeHooks','file_name','forEach','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','errorsDetailed','KEY_TEST_SCOPES','ofoSU','ZkaWY',',\x20testId=','qAJon','DEFAULT_HOOK_RESULT',',\x20logsInBatch:\x20','mumuO','addPendingHook','DEJzq','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','KEY_TEST_FRAMEWORK_NAME','hook_result','duration','Unknown\x20Test',',\x20test_run_uuid=','createTestFrameworkEventPayload','result','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','createContext','gwjuv','base64','pBAbj','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','692739cYaMUM','\x20screenshot\x20logs\x20for\x20testId:\x20','XINeF','\x20&\x20hookState=','hook_run_uuid','dlLIq',',\x20consoleLogs:\x20','KEY_HOOK_ID','DEFAULT_TEST_RESULT','KEY_HOOKS_FINISHED','evjcc','PctUF','QErNe','util','title','test_identifier','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','../cliUtils.js','RXXzJ','filter','trackJestInstance','RVnHB','depth','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=',',\x20hookState=','KEY_TEST_RESULT_AT','from','getActiveHook','KEY_LOGS','KEY_HOOK_LOGS','KEY_AUTOMATE_SESSION_NAME',',\x20target=','split','../../../helpers/test-observability/utils','parseJestTest','trackEvent','retryOf','\x20to\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','tags','QoMaU','HPHvW','JNsSL','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','FVfJY','getId','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','find','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','wEinJ','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20',',\x20totalBatches:\x20','uhXeE','tbJGz','\x22\x20hook','event_ended_at','../TestInfo.js',',\x20hookUUID=','toUpperCase','startsWith','set','hookAnalyticsId','finished_at','getTrackedInstance','message','format',':testAnalyticsId','PAvIO','776871rqTfvo','debug','inspect','isJestInternalHook','jqAfL','KEY_HOOKS_STARTED','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','KEY_TEST_META',',\x20messageLength=','push','runHooks','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND',',\x20hookData=','qEvfm','parse','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','keys',',\x20scope:\x20','gEWRG','KEY_TEST_FRAMEWORK_VERSION','ROOT_DESCRIBE_BLOCK','sendLogCreatedEvent','trackJestInstance:\x20created\x20instance\x20for\x20target=','testId','GUUfK','jest-circus','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','\x20(testIdentifier),\x20hookType=','getTestFrameworksVersions','parallelIndex','file','browserstackPlatformIndex','ceil','status','inFTG','name','getThreadId','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','slice','getJestTestFilePath','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','KEY_HOOK_NAME','type','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','none','\x20(testIdentifier)','NaZYN','KuDla','trackJestInstance:\x20instance\x20already\x20exists','Error\x20in\x20createTestFrameworkEventPayload:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','4854dgyuaK','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20',',\x20hooksListLength=','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','length',',\x20response=','xUwrb','\x20-\x20test_identifier=','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','\x20for\x20testId:\x20','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','parent'];a96_0x370a=function(){return _0x3f3320;};return a96_0x370a();}function a96_0x255c(_0x2a3ff2,_0x5650dd){const _0x370ac1=a96_0x370a();return a96_0x255c=function(_0x255c80,_0x2e2261){_0x255c80=_0x255c80-0xe8;let _0x5d67f6=_0x370ac1[_0x255c80];return _0x5d67f6;},a96_0x255c(_0x2a3ff2,_0x5650dd);}class JestTestFramework extends TestFramework{constructor(_0x359d67,_0xb331ef,_0x2aad28){super(_0x359d67,_0xb331ef,_0x2aad28),this['activeHooks']=new Map();}[a96_0x4257b4(0x21e)](_0x458050,_0x2fdaa9,_0x1a2770){const _0x587bf2=a96_0x4257b4,_0x46926c={};_0x46926c[_0x587bf2(0x13a)]=function(_0x13d02d,_0x4d7e67){return _0x13d02d||_0x4d7e67;};const _0x3f0410=_0x46926c;if(_0x3f0410[_0x587bf2(0x13a)](!_0x458050,!_0x2fdaa9)){logger[_0x587bf2(0x205)]('[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x458050+_0x587bf2(0x169)+_0x2fdaa9);return;}!this[_0x587bf2(0x111)][_0x587bf2(0x1b4)](_0x458050)&&this['activeHooks']['set'](_0x458050,[]);const _0x353335={'hookUUID':_0x2fdaa9,'hookType':_0x1a2770,'startedAt':new Date()[_0x587bf2(0x262)]()};this[_0x587bf2(0x111)]['get'](_0x458050)[_0x587bf2(0x17d)](_0x353335),logger[_0x587bf2(0x175)](_0x587bf2(0x146)+_0x458050+_0x587bf2(0x169)+_0x2fdaa9+',\x20hookType='+_0x1a2770+_0x587bf2(0x1e2)+this[_0x587bf2(0x111)][_0x587bf2(0x1d2)](_0x458050)['length']);}[a96_0x4257b4(0x1fe)](_0x5e88b8,_0x5837b8){const _0x5bcec8=a96_0x4257b4,_0x132828={};_0x132828['SlNez']=function(_0x54575f,_0x1e5800){return _0x54575f||_0x1e5800;},_0x132828[_0x5bcec8(0x227)]=function(_0x1b9f07,_0x466f1d){return _0x1b9f07!==_0x466f1d;},_0x132828['nNhTD']=function(_0x12b112,_0x3ebe89){return _0x12b112===_0x3ebe89;};const _0x275458=_0x132828;if(_0x275458[_0x5bcec8(0xf6)](!_0x5e88b8,!_0x5837b8)){logger[_0x5bcec8(0x205)](_0x5bcec8(0x121)+_0x5e88b8+',\x20hookUUID='+_0x5837b8);return;}if(this[_0x5bcec8(0x111)]['has'](_0x5e88b8)){const _0x2ae8ce=this[_0x5bcec8(0x111)]['get'](_0x5e88b8),_0x8f7766=_0x2ae8ce['findIndex'](_0x34ac20=>_0x34ac20['hookUUID']===_0x5837b8);_0x275458['kBYkC'](_0x8f7766,-0x1)?(_0x2ae8ce['splice'](_0x8f7766,0x1),logger['debug']('[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier='+_0x5e88b8+',\x20hookUUID='+_0x5837b8+_0x5bcec8(0x1c5)+_0x2ae8ce['length']),_0x275458[_0x5bcec8(0x20c)](_0x2ae8ce['length'],0x0)&&this[_0x5bcec8(0x111)][_0x5bcec8(0x279)](_0x5e88b8)):logger[_0x5bcec8(0x175)]('[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier='+_0x5e88b8+',\x20hookUUID='+_0x5837b8);}}[a96_0x4257b4(0x14a)](_0x598b45){const _0x12b7f0=a96_0x4257b4,_0x4188ac={};_0x4188ac['AcQaz']=function(_0x1c2ca2,_0x5b01df){return _0x1c2ca2>_0x5b01df;},_0x4188ac['Hiuro']=function(_0x5b8440,_0x130fda){return _0x5b8440-_0x130fda;};const _0x46a496=_0x4188ac;if(!_0x598b45)return null;if(this[_0x12b7f0(0x111)]['has'](_0x598b45)){const _0x46438b=this[_0x12b7f0(0x111)]['get'](_0x598b45);if(_0x46a496[_0x12b7f0(0x23d)](_0x46438b[_0x12b7f0(0x1ac)],0x0)){const _0x54976e=_0x46438b[_0x46a496[_0x12b7f0(0xed)](_0x46438b[_0x12b7f0(0x1ac)],0x1)];return logger[_0x12b7f0(0x175)](_0x12b7f0(0x242)+_0x598b45+_0x12b7f0(0x169)+_0x54976e['hookUUID']+_0x12b7f0(0x1f6)+_0x54976e[_0x12b7f0(0x22b)]),_0x54976e;}}return null;}async[a96_0x4257b4(0x152)](_0x666a9b,_0x249b0a,_0x44a2a2={}){const _0x59706a=a96_0x4257b4,_0x26e90b={};_0x26e90b[_0x59706a(0x232)]=_0x59706a(0x1a0),_0x26e90b['yieUI']=function(_0x3c5f22,_0x246b47){return _0x3c5f22===_0x246b47;},_0x26e90b[_0x59706a(0x1b6)]=function(_0x13813a,_0x1e2d7a){return _0x13813a===_0x1e2d7a;},_0x26e90b[_0x59706a(0x23e)]=function(_0x2e5125,_0x778415){return _0x2e5125||_0x778415;},_0x26e90b[_0x59706a(0x110)]=_0x59706a(0x180),_0x26e90b[_0x59706a(0x204)]=function(_0x51a2d6,_0x45d87c){return _0x51a2d6===_0x45d87c;};const _0x452059=_0x26e90b;logger['debug'](_0x59706a(0x18f)+_0x666a9b+',\x20hookState='+_0x249b0a+',\x20argsKeys='+Object[_0x59706a(0x185)](_0x44a2a2)[_0x59706a(0x26f)](',')),await super[_0x59706a(0x152)](_0x666a9b,_0x249b0a,_0x44a2a2);const _0x8f5157=this['resolveInstance'](_0x666a9b,_0x249b0a,_0x44a2a2);if(!_0x8f5157){logger[_0x59706a(0x175)](_0x452059['xJBsV']);return;}try{let _0x3dea63,_0x1db3c8,_0x21cc76;switch(_0x666a9b){case TestFrameworkState[_0x59706a(0x260)]:_0x3dea63=_0x44a2a2[_0x59706a(0x237)];const _0x3bb8b2={};_0x3bb8b2[_0x59706a(0x145)]=0x2,_0x3bb8b2[_0x59706a(0x1d3)]=0x3,logger[_0x59706a(0x175)](_0x59706a(0x1ab)+_0x249b0a+_0x59706a(0x21f)+util['inspect'](_0x3dea63,_0x3bb8b2)),_0x21cc76=this[_0x59706a(0x1c6)](_0x3dea63),_0x1db3c8=null,logger[_0x59706a(0x175)](_0x59706a(0x236)+_0x21cc76+_0x59706a(0x1a2));if(_0x452059[_0x59706a(0x272)](_0x249b0a,HookState[_0x59706a(0xfb)])){logger[_0x59706a(0x175)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20'+_0x21cc76);const _0x548079={};_0x548079['testUUID']=_0x1db3c8,_0x548079[_0x59706a(0x1c4)]=_0x3dea63,_0x548079[_0x59706a(0x18c)]=_0x21cc76;const _0x5c185b=this['parseJestTest'](_0x548079),_0x294c57={};_0x294c57[_0x59706a(0x145)]=0x2,_0x294c57[_0x59706a(0x1d3)]=0x3,logger['debug'](_0x59706a(0x24d)+util[_0x59706a(0x176)](_0x5c185b,_0x294c57)),_0x8f5157['addMultipleEntries'](_0x5c185b),logger[_0x59706a(0x175)](_0x59706a(0x248)+_0x21cc76),await this[_0x59706a(0xf9)](_0x8f5157,_0x21cc76);}else{if(_0x452059[_0x59706a(0x1b6)](_0x249b0a,HookState['POST'])){logger['debug'](_0x59706a(0x25f)+_0x21cc76);const _0x2f735b=_0x8f5157[_0x59706a(0x215)]()[_0x59706a(0x1d2)](_0x21cc76);logger[_0x59706a(0x175)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20'+util[_0x59706a(0x176)](Object[_0x59706a(0x185)](_0x452059[_0x59706a(0x23e)](_0x2f735b,{}))));_0x2f735b&&_0x2f735b[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]?logger[_0x59706a(0x175)](_0x59706a(0x114)+Object[_0x59706a(0x185)](_0x2f735b[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']])[_0x59706a(0x1ac)]+'\x20files'):logger[_0x59706a(0x175)](_0x452059[_0x59706a(0x110)]);const _0x575958=_0x44a2a2[_0x59706a(0x1c3)]||null,_0x56ae59={};_0x56ae59['testUUID']=_0x1db3c8,_0x56ae59[_0x59706a(0x1c4)]=_0x3dea63,_0x56ae59['testId']=_0x21cc76,_0x56ae59[_0x59706a(0x1c3)]=_0x575958;const _0x5c0355=this['parseJestTestResult'](_0x56ae59),_0x159b69={};_0x159b69[_0x59706a(0x145)]=0x2,_0x159b69[_0x59706a(0x1d3)]=0x3,logger[_0x59706a(0x175)](_0x59706a(0x19a)+util[_0x59706a(0x176)](_0x5c0355,_0x159b69)),_0x8f5157['addMultipleEntries'](_0x5c0355),logger[_0x59706a(0x175)](_0x59706a(0x1c9)+_0x21cc76),await this[_0x59706a(0xf9)](_0x8f5157,_0x21cc76);}}break;case TestFrameworkState['LOG_REPORT']:if(_0x452059[_0x59706a(0x204)](_0x249b0a,HookState['POST'])){const _0x55acc0={};_0x55acc0['depth']=0x2,logger[_0x59706a(0x175)]('[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20'+util[_0x59706a(0x176)](_0x44a2a2,_0x55acc0)),await this[_0x59706a(0x18a)](_0x8f5157,_0x666a9b,_0x44a2a2);}break;default:if(CLIUtils[_0x59706a(0x10b)](_0x666a9b[_0x59706a(0x27a)]()['split']('.')[0x1])){const _0xcb7f0f={};_0xcb7f0f['depth']=0x2,_0xcb7f0f[_0x59706a(0x1d3)]=0x3,logger['debug'](_0x59706a(0x1c2)+_0x666a9b+_0x59706a(0x147)+_0x249b0a+',\x20hookData='+util[_0x59706a(0x176)](_0x44a2a2['hookData'],_0xcb7f0f));const _0x2fd2f8=await this[_0x59706a(0x25b)](_0x8f5157,_0x666a9b,_0x249b0a,_0x44a2a2),_0x83daeb={};_0x83daeb['depth']=0x2,_0x83daeb[_0x59706a(0x1d3)]=0x3,logger['debug'](_0x59706a(0x15f)+util[_0x59706a(0x176)](_0x2fd2f8,_0x83daeb)),_0x8f5157['addMultipleEntries'](_0x2fd2f8);}else logger[_0x59706a(0x175)]('[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState='+_0x666a9b+_0x59706a(0x132)+_0x249b0a);break;}logger['debug']('[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState='+_0x666a9b+_0x59706a(0x147)+_0x249b0a);}catch(_0x6a641e){logger[_0x59706a(0x27d)]('[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState='+_0x666a9b+_0x59706a(0x147)+_0x249b0a+_0x59706a(0x1cd)+util[_0x59706a(0x171)](_0x6a641e));}_0x44a2a2[_0x59706a(0x228)]=_0x8f5157,await this['runHooks'](_0x8f5157,_0x666a9b,_0x249b0a,_0x44a2a2);}[a96_0x4257b4(0x1c6)](_0x1ba8ab){const _0x347b66=a96_0x4257b4,_0x11d2da={};_0x11d2da[_0x347b66(0x252)]=_0x347b66(0x15a);const _0x24293a=_0x11d2da;if(_0x1ba8ab&&(_0x1ba8ab['id']||_0x1ba8ab[_0x347b66(0x1fc)])){const _0x33f06a=_0x1ba8ab['id']||_0x1ba8ab[_0x347b66(0x1fc)];return logger[_0x347b66(0x175)](_0x347b66(0x17f)+_0x33f06a+'\x22\x20from\x20testData'),_0x33f06a;}return logger[_0x347b66(0x175)](_0x24293a[_0x347b66(0x252)]),process['pid']+_0x347b66(0x172);}['resolveInstance'](_0x5a72f1,_0x1e9906,_0x60b1f4={}){const _0x4f06b6=a96_0x4257b4;let _0x32ad73=null;return _0x32ad73=TestFramework[_0x4f06b6(0x16f)](),!_0x32ad73?(logger[_0x4f06b6(0x175)]('[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state='+_0x5a72f1),this['trackJestInstance'](_0x5a72f1,_0x60b1f4),_0x32ad73=TestFramework['getTrackedInstance'](),logger[_0x4f06b6(0x175)]('[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists='+!!_0x32ad73+',\x20contextId='+_0x32ad73?.['getContext']()?.[_0x4f06b6(0x15c)]())):logger[_0x4f06b6(0x175)](_0x4f06b6(0x17a)+_0x32ad73[_0x4f06b6(0x27b)]()?.[_0x4f06b6(0x15c)]()),_0x32ad73;}[a96_0x4257b4(0x143)](_0x12a508,_0x1475b0){const _0x5797a0=a96_0x4257b4,_0x6fee2e={};_0x6fee2e[_0x5797a0(0x1c7)]=_0x5797a0(0x1a5);const _0x2580ce=_0x6fee2e;if(TestFramework[_0x5797a0(0x16f)]()){logger[_0x5797a0(0x175)](_0x2580ce['vpkcR']);return;}const _0x40096f=CLIUtils[_0x5797a0(0x1eb)](),_0x211164=TrackedInstance[_0x5797a0(0x12a)](_0x40096f);let _0x4b295d=null;logger[_0x5797a0(0x175)](_0x5797a0(0x18b)+_0x40096f+_0x5797a0(0x247)+_0x12a508),_0x4b295d=new TestFrameworkInstance(_0x211164,this[_0x5797a0(0x108)](),this[_0x5797a0(0x191)](),_0x12a508,HookState[_0x5797a0(0x1c0)]),TestFramework['setTrackedInstance'](_0x211164,_0x4b295d),logger[_0x5797a0(0x175)](_0x5797a0(0x255)+_0x211164[_0x5797a0(0x15c)]()+_0x5797a0(0x14e)+_0x40096f+',\x20testFramework='+this[_0x5797a0(0x108)]()[0x0]+_0x5797a0(0x1e4)+this[_0x5797a0(0x191)]()[this[_0x5797a0(0x108)]()[0x0]]);}[a96_0x4257b4(0x151)](_0x384133){const _0x83d17a=a96_0x4257b4,_0x7aae8e={};_0x7aae8e[_0x83d17a(0x253)]=function(_0x255c77,_0x257169){return _0x255c77||_0x257169;},_0x7aae8e['hoskk']='No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test';const _0x5cdb1e=_0x7aae8e,{testUUID:_0x45b1d2,testData:_0x11c18b,testId:_0x407eeb}=_0x384133;if(_0x5cdb1e['HfnxM'](!_0x11c18b,!_0x407eeb))return logger[_0x83d17a(0x175)](_0x5cdb1e[_0x83d17a(0x25e)]),{};const _0x2f25fd=this[_0x83d17a(0x108)]()[0x0],_0x56d844=this[_0x83d17a(0x191)](),_0x192d1c={};_0x192d1c['depth']=0x2,_0x192d1c[_0x83d17a(0x1d3)]=0x3,logger['debug'](_0x83d17a(0x12e)+util['inspect'](_0x11c18b,_0x192d1c));const _0x4c102b=_0x11c18b?.[_0x83d17a(0x1d1)]||[],_0x4485ee=this[_0x83d17a(0x240)](_0x11c18b),_0xaa0a75=this['getJestTestFilePath'](_0x11c18b),_0x15c11b=_0x11c18b['fn']?_0x11c18b['fn'][_0x83d17a(0x27a)]():_0x11c18b?.[_0x83d17a(0x23c)]?_0x11c18b['body'][_0x83d17a(0x1f2)][_0x83d17a(0x27a)]():null,_0x11a742=this['getJestTestTags'](_0x11c18b),_0x1d200f={[TestFrameworkConstants[_0x83d17a(0x122)]]:_0x2f25fd,[TestFrameworkConstants[_0x83d17a(0x188)]]:_0x56d844[_0x2f25fd],[TestFrameworkConstants[_0x83d17a(0x104)]]:[],[TestFrameworkConstants[_0x83d17a(0x138)]]:{},[TestFrameworkConstants[_0x83d17a(0x179)]]:{},[TestFrameworkConstants[_0x83d17a(0x1d4)]]:TestFrameworkConstants[_0x83d17a(0x137)],[TestFrameworkConstants[_0x83d17a(0x14d)]]:_0x4485ee,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0xaa0a75,[TestFrameworkConstants['KEY_TEST_ID']]:_0x407eeb,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x4485ee,[TestFrameworkConstants[_0x83d17a(0xf5)]]:_0xaa0a75,[TestFrameworkConstants['KEY_TEST_CODE']]:_0x15c11b,[TestFrameworkConstants[_0x83d17a(0x1c8)]]:_0x11a742,[TestFrameworkConstants[_0x83d17a(0x24f)]]:_0x11c18b[_0x83d17a(0x211)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x83d17a(0x24e)]]:_0x4c102b[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x4c102b,[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x4485ee,[TestFrameworkConstants[_0x83d17a(0xef)]]:{},[TestFrameworkConstants[_0x83d17a(0x17b)]]:{}};_0x11c18b[_0x83d17a(0x153)]&&(_0x1d200f[TestFrameworkConstants[_0x83d17a(0x1cb)]]=_0x11c18b[_0x83d17a(0x153)]);logger[_0x83d17a(0x175)](_0x83d17a(0x277)+_0x4485ee+_0x83d17a(0x11a)+_0x407eeb+_0x83d17a(0x269)+JSON[_0x83d17a(0x1ec)](_0x11a742)+_0x83d17a(0x1ef)+util['inspect'](_0x4c102b)+',\x20filePath='+_0xaa0a75);const _0x234c3c={};return _0x234c3c[_0x407eeb]=_0x1d200f,_0x234c3c;}[a96_0x4257b4(0x273)](_0x5e0622){const _0x5fac8f=a96_0x4257b4,_0x316d9a={'qJLLP':function(_0x19385c,_0x5ceb48){return _0x19385c===_0x5ceb48;},'Znwao':_0x5fac8f(0xf2),'rMhey':_0x5fac8f(0x10c),'TJxTd':'ALL','gNBeh':'_ALL','gwjuv':function(_0x2d6b47,_0x3ee02b){return _0x2d6b47||_0x3ee02b;},'xmBWm':_0x5fac8f(0x1b2),'wQVdw':function(_0x3340c5,_0x5ce5b3){return _0x3340c5||_0x5ce5b3;},'uhXeE':_0x5fac8f(0x22d),'CfrKY':function(_0x1a744a,_0x1b94e0){return _0x1a744a>_0x1b94e0;},'UkQNL':_0x5fac8f(0x267),'ofoSU':'skip','jqAfL':function(_0x513b2d,_0x3f714b){return _0x513b2d===_0x3f714b;},'QErNe':_0x5fac8f(0x259),'JspET':_0x5fac8f(0x217),'qEvfm':function(_0xdbf655,_0x56f9ac){return _0xdbf655===_0x56f9ac;},'ckHqU':function(_0x54843a,_0x4cc3ce){return _0x54843a!==_0x4cc3ce;},'JpLIC':function(_0x4661f6,_0x40cb40,_0x41f3ad,_0x407dc6){return _0x4661f6(_0x40cb40,_0x41f3ad,_0x407dc6);},'KuDla':function(_0x28ce2a,_0x230cd5){return _0x28ce2a>_0x230cd5;},'fhsli':function(_0x5156a3,_0x598b04){return _0x5156a3>_0x598b04;},'VjEwL':_0x5fac8f(0x21a),'IgIej':function(_0x3ca839,_0xb410f1){return _0x3ca839>_0xb410f1;},'qIVLH':function(_0x3e2395,_0x24c058){return _0x3e2395===_0x24c058;}},{testUUID:_0x118378,testData:_0x2150d8,testId:_0x206c75}=_0x5e0622;if(_0x316d9a[_0x5fac8f(0x12b)](!_0x2150d8,!_0x206c75))return logger['debug'](_0x316d9a[_0x5fac8f(0x23a)]),{};const _0x48089e=this[_0x5fac8f(0x1bc)](TestFrameworkState['TEST'],HookState[_0x5fac8f(0x20b)]),_0xda3bca=_0x48089e[_0x5fac8f(0x215)]()[_0x5fac8f(0x1d2)](_0x206c75),_0x28e554=_0x316d9a[_0x5fac8f(0x10d)](_0xda3bca,{}),_0x4afe12=_0x28e554?_0x28e554[TestFrameworkConstants[_0x5fac8f(0xef)]]||{}:{},_0x5b18f5=_0x28e554[TestFrameworkConstants[_0x5fac8f(0xf4)]];logger[_0x5fac8f(0x175)](_0x5fac8f(0x15d)+(_0x5b18f5?Object[_0x5fac8f(0x185)](_0x5b18f5)[_0x5fac8f(0x1ac)]:0x0)+_0x5fac8f(0x219));let _0x65668b=_0x316d9a[_0x5fac8f(0x164)];if(_0x2150d8[_0x5fac8f(0x128)])_0x65668b=_0x2150d8[_0x5fac8f(0x128)];else{if(_0x2150d8['errorsDetailed']&&_0x316d9a['CfrKY'](_0x2150d8[_0x5fac8f(0x116)][_0x5fac8f(0x1ac)],0x0))_0x65668b=_0x316d9a['UkQNL'];else _0x316d9a[_0x5fac8f(0x263)](_0x2150d8[_0x5fac8f(0x196)],_0x316d9a[_0x5fac8f(0x118)])||_0x316d9a[_0x5fac8f(0x178)](_0x2150d8[_0x5fac8f(0x196)],_0x316d9a[_0x5fac8f(0x13b)])?_0x65668b=_0x316d9a[_0x5fac8f(0x13b)]:_0x65668b=_0x316d9a['JspET'];}const _0x171b3d={..._0x28e554,[TestFrameworkConstants[_0x5fac8f(0x1d4)]]:_0x65668b,[TestFrameworkConstants[_0x5fac8f(0x21d)]]:_0x2150d8[_0x5fac8f(0x16e)]||new Date()[_0x5fac8f(0x262)](),[TestFrameworkConstants[_0x5fac8f(0x148)]]:new Date()[_0x5fac8f(0x262)](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x4afe12,[TestFrameworkConstants['KEY_LOGS']]:_0x28e554[TestFrameworkConstants[_0x5fac8f(0x14b)]]||[],[TestFrameworkConstants[_0x5fac8f(0x17b)]]:{}};if(_0x316d9a[_0x5fac8f(0x182)](_0x65668b,_0x316d9a[_0x5fac8f(0xeb)])&&_0x2150d8[_0x5fac8f(0x116)]){const _0x31e113=this[_0x5fac8f(0xe8)](_0x2150d8),_0x476791=this[_0x5fac8f(0x1fd)](_0x2150d8),_0x38079b=this[_0x5fac8f(0x1d6)](_0x2150d8);_0x171b3d[TestFrameworkConstants[_0x5fac8f(0x208)]]=_0x476791,_0x171b3d[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x31e113,_0x171b3d[TestFrameworkConstants[_0x5fac8f(0x1cc)]]=_0x38079b;}_0x316d9a[_0x5fac8f(0x213)](_0x2150d8[_0x5fac8f(0x124)],undefined)&&(_0x171b3d[TestFrameworkConstants[_0x5fac8f(0x276)]]=_0x2150d8[_0x5fac8f(0x124)]);_0x2150d8[_0x5fac8f(0x153)]&&(_0x171b3d[TestFrameworkConstants[_0x5fac8f(0x1cb)]]=_0x2150d8[_0x5fac8f(0x153)]);const _0x127206=_0xda3bca?_0xda3bca[TestFrameworkConstants[_0x5fac8f(0xf4)]]||{}:{},_0x345cc5=_0xda3bca?_0xda3bca[TestFrameworkConstants[_0x5fac8f(0x224)]]:_0x118378,_0x58d6d1=_0x316d9a[_0x5fac8f(0x264)](getManualUploadLogs,_0x127206,_0x345cc5,_0x206c75);if(_0x316d9a[_0x5fac8f(0x1a4)](_0x58d6d1[_0x5fac8f(0x1ac)],0x0)){const _0x3e8350=_0x171b3d[TestFrameworkConstants[_0x5fac8f(0x14b)]]||[];_0x171b3d[TestFrameworkConstants[_0x5fac8f(0x14b)]]=[..._0x3e8350,..._0x58d6d1];}const _0x46247d=_0x28e554[TestFrameworkConstants[_0x5fac8f(0x138)]]||{},_0x387dfe=_0x28e554[TestFrameworkConstants[_0x5fac8f(0x179)]]||{},_0x5bd739={..._0x46247d},_0x48e2ab=_0x5bd739;Object[_0x5fac8f(0x185)](_0x387dfe)['forEach'](_0x4becbb=>{const _0x7624d5=_0x5fac8f;!_0x48e2ab[_0x4becbb]&&(_0x48e2ab[_0x4becbb]=[]);const _0x4a70f7=new Set((_0x48e2ab[_0x4becbb]||[])[_0x7624d5(0x235)](_0x569f84=>_0x569f84[TestFrameworkConstants['KEY_HOOK_ID']]||_0x569f84[_0x7624d5(0x21c)]));(_0x387dfe[_0x4becbb]||[])[_0x7624d5(0x113)](_0x1865e5=>{const _0x155b4c=_0x7624d5,_0x37b5f2=_0x1865e5[TestFrameworkConstants['KEY_HOOK_ID']]||_0x1865e5[_0x155b4c(0x21c)];if(!_0x4a70f7[_0x155b4c(0x1b4)](_0x37b5f2)){const _0x12ddc5={..._0x1865e5},_0x4f8d2f=_0x12ddc5;!_0x4f8d2f[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]&&!_0x4f8d2f[_0x155b4c(0x167)]&&(_0x4f8d2f[TestFrameworkConstants[_0x155b4c(0x27c)]]=new Date()[_0x155b4c(0x262)]()),!_0x4f8d2f[TestFrameworkConstants[_0x155b4c(0x278)]]&&!_0x4f8d2f[_0x155b4c(0x123)]&&(_0x4f8d2f[TestFrameworkConstants[_0x155b4c(0x278)]]=TestFrameworkConstants['DEFAULT_HOOK_RESULT']),_0x48e2ab[_0x4becbb][_0x155b4c(0x17d)](_0x4f8d2f);}});});if(_0x5e0622[_0x5fac8f(0x1c3)]){this[_0x5fac8f(0x102)](_0x5e0622[_0x5fac8f(0x1c3)]);const _0xf56f9b=this['buildHookMapFromTest'](_0x5e0622['originalTest']),_0x55f0d9=this[_0x5fac8f(0x24b)](_0x5e0622[_0x5fac8f(0x1c3)]);_0x55f0d9[_0x5fac8f(0x113)](_0x2c152e=>{const _0x511253=_0x5fac8f,_0x1cd65b=_0xf56f9b[_0x511253(0x1d2)](_0x2c152e);if(_0x1cd65b&&(_0x316d9a[_0x511253(0x263)](_0x1cd65b[_0x511253(0x19f)],_0x316d9a['Znwao'])||_0x316d9a['qJLLP'](_0x1cd65b['type'],_0x316d9a['rMhey']))){const _0x1126c0=_0x1cd65b[_0x511253(0x19f)][_0x511253(0x16a)]()[_0x511253(0x1f8)](_0x316d9a[_0x511253(0x268)],_0x316d9a[_0x511253(0x256)]),_0x2c8d37=_0x1126c0;!_0x48e2ab[_0x2c8d37]&&(_0x48e2ab[_0x2c8d37]=[]);const _0x43b5c0=_0x48e2ab[_0x2c8d37][_0x511253(0x15e)](_0x2fbb3f=>(_0x2fbb3f[TestFrameworkConstants['KEY_HOOK_ID']]||_0x2fbb3f['hook_id'])===_0x2c152e);!_0x43b5c0&&_0x48e2ab[_0x2c8d37][_0x511253(0x17d)]({'key':_0x2c8d37,[TestFrameworkConstants[_0x511253(0x136)]]:_0x2c152e,[TestFrameworkConstants[_0x511253(0x278)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x511253(0x1b8)]]:new Date()[_0x511253(0x262)](),[TestFrameworkConstants[_0x511253(0x27c)]]:new Date()[_0x511253(0x262)](),[TestFrameworkConstants[_0x511253(0x14c)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x1cd65b[_0x511253(0x198)]||_0x1cd65b[_0x511253(0x19f)]+'\x20hook',[TestFrameworkConstants[_0x511253(0xef)]]:_0x4afe12});}});}if(_0x2150d8[_0x5fac8f(0x1d9)]&&_0x316d9a[_0x5fac8f(0xfc)](_0x2150d8[_0x5fac8f(0x1d9)][_0x5fac8f(0x1ac)],0x0))_0x171b3d[TestFrameworkConstants[_0x5fac8f(0x138)]]=_0x2150d8[_0x5fac8f(0x1d9)],logger[_0x5fac8f(0x175)](_0x316d9a[_0x5fac8f(0x225)]);else _0x316d9a[_0x5fac8f(0x23b)](Object[_0x5fac8f(0x185)](_0x48e2ab)['length'],0x0)&&(_0x171b3d[TestFrameworkConstants[_0x5fac8f(0x138)]]=_0x48e2ab,logger[_0x5fac8f(0x175)](_0x5fac8f(0x1f3)+Object[_0x5fac8f(0x185)](_0x48e2ab)[_0x5fac8f(0x26f)](',')));const _0x3e11fd=this[_0x5fac8f(0x240)](_0x2150d8);logger[_0x5fac8f(0x175)](_0x5fac8f(0x13f)+_0x3e11fd+',\x20testId='+_0x206c75+_0x5fac8f(0x25a)+_0x65668b+_0x5fac8f(0x1ba)+_0x2150d8[_0x5fac8f(0x124)]);_0x316d9a[_0x5fac8f(0xf7)](_0x65668b,_0x316d9a[_0x5fac8f(0xeb)])&&logger['debug'](_0x5fac8f(0x129)+_0x206c75+',\x20failureType='+_0x171b3d[TestFrameworkConstants[_0x5fac8f(0x208)]]+_0x5fac8f(0x1f7)+_0x171b3d[TestFrameworkConstants[_0x5fac8f(0x1d8)]]?.[_0x5fac8f(0x249)](0x0,0xc8));const _0x255258={};return _0x255258[_0x206c75]=_0x171b3d,_0x255258;}[a96_0x4257b4(0x1d0)](_0x4fff39){const _0x3305f0=a96_0x4257b4,_0x2574e1={};_0x2574e1[_0x3305f0(0x1b9)]=function(_0x357570,_0x296500){return _0x357570!==_0x296500;},_0x2574e1[_0x3305f0(0x134)]=_0x3305f0(0x189);const _0x252c19=_0x2574e1,_0x445991={};_0x445991[_0x3305f0(0x145)]=0x2,_0x445991['maxArrayLength']=0x3,logger['debug'](_0x3305f0(0x184)+util[_0x3305f0(0x176)](_0x4fff39,_0x445991));const _0x5772b7=[];if(_0x4fff39&&_0x4fff39[_0x3305f0(0x1b3)]){let _0x5ef4ff=_0x4fff39[_0x3305f0(0x1b3)];while(_0x5ef4ff&&_0x5ef4ff['name']&&_0x252c19[_0x3305f0(0x1b9)](_0x5ef4ff[_0x3305f0(0x198)],'')&&_0x252c19[_0x3305f0(0x1b9)](_0x5ef4ff['name'],_0x252c19[_0x3305f0(0x134)])){_0x5772b7['push'](_0x5ef4ff['name']),_0x5ef4ff=_0x5ef4ff[_0x3305f0(0x1b3)];}}return _0x5772b7['reverse']();}[a96_0x4257b4(0x240)](_0x5d016f){const _0x30df5f=a96_0x4257b4,_0x5b8ecf={};_0x5b8ecf[_0x30df5f(0x157)]=_0x30df5f(0x125);const _0x5dd2a1=_0x5b8ecf;if(_0x5d016f['name'])return _0x5d016f[_0x30df5f(0x198)];if(_0x5d016f['title'])return _0x5d016f[_0x30df5f(0x13d)];return _0x5dd2a1[_0x30df5f(0x157)];}[a96_0x4257b4(0x1bf)](_0x5e6f0c){const _0x5725f0=a96_0x4257b4,_0x14afde=[];if(_0x5e6f0c[_0x5725f0(0x156)]&&Array['isArray'](_0x5e6f0c['tags']))return _0x5e6f0c[_0x5725f0(0x156)][_0x5725f0(0x235)](_0x261a6f=>_0x261a6f[_0x5725f0(0x16b)]('@')?_0x261a6f[_0x5725f0(0x250)](0x1):_0x261a6f);const _0x3e1118=this[_0x5725f0(0x240)](_0x5e6f0c),_0x10a491=_0x3e1118[_0x5725f0(0x1df)](/@(\w+)/g);if(_0x10a491)return _0x10a491[_0x5725f0(0x235)](_0x47b98f=>_0x47b98f[_0x5725f0(0x19b)](0x1));return _0x5e6f0c['scopes']&&Array['isArray'](_0x5e6f0c[_0x5725f0(0x1d1)])&&_0x5e6f0c[_0x5725f0(0x1d1)]['forEach'](_0x162fbc=>{const _0x4b7b80=_0x5725f0,_0x2ef953=_0x162fbc[_0x4b7b80(0x1df)](/@(\w+)/g);_0x2ef953&&_0x2ef953[_0x4b7b80(0x113)](_0x274dad=>{const _0x371eff=_0x274dad['slice'](0x1);!_0x14afde['includes'](_0x371eff)&&_0x14afde['push'](_0x371eff);});}),_0x14afde;}[a96_0x4257b4(0x19c)](_0xdeacb1){const _0xfbd666=a96_0x4257b4,_0x2da8f2={'ANORP':function(_0x468a6b,_0x36b932){return _0x468a6b(_0x36b932);}};if(_0xdeacb1[_0xfbd666(0x112)])return _0xdeacb1[_0xfbd666(0x112)];if(_0xdeacb1[_0xfbd666(0x26d)])try{const _0xd1194e=stackTrace[_0xfbd666(0x183)](_0xdeacb1[_0xfbd666(0x26d)]),_0x335c91=_0x2da8f2['ANORP'](pickUserFrameFile,_0xd1194e);if(_0x335c91)return _0x335c91;logger['debug'](_0xfbd666(0x160)+_0xd1194e[_0xfbd666(0x1ac)]+')');}catch(_0x311708){logger[_0xfbd666(0x175)](_0xfbd666(0xe9)+util[_0xfbd666(0x171)](_0x311708));}return null;}[a96_0x4257b4(0xe8)](_0x4bfe94){const _0x17eaaa=a96_0x4257b4,_0x4124e2={};_0x4124e2[_0x17eaaa(0x165)]=function(_0x21d4fd,_0x31657e){return _0x21d4fd>_0x31657e;},_0x4124e2[_0x17eaaa(0x25c)]='Unknown\x20error';const _0x3ed612=_0x4124e2;if(_0x4bfe94['errorsDetailed']&&_0x3ed612[_0x17eaaa(0x165)](_0x4bfe94[_0x17eaaa(0x116)]['length'],0x0))return util[_0x17eaaa(0x176)](_0x4bfe94[_0x17eaaa(0x116)][0x0]);if(_0x4bfe94[_0x17eaaa(0x1bd)])return _0x4bfe94[_0x17eaaa(0x1bd)];return _0x3ed612[_0x17eaaa(0x25c)];}[a96_0x4257b4(0x1fd)](_0x60b71){const _0x155d9d=a96_0x4257b4,_0x3c5338={};_0x3c5338['QJAlr']=_0x155d9d(0x1e3),_0x3c5338['ccMVz']=_0x155d9d(0x1da),_0x3c5338[_0x155d9d(0x26c)]=_0x155d9d(0x1dd);const _0x1d46f=_0x3c5338,_0xc901fa=this[_0x155d9d(0xe8)](_0x60b71);if(_0xc901fa&&_0xc901fa[_0x155d9d(0x100)](_0x1d46f[_0x155d9d(0x105)]))return _0x1d46f[_0x155d9d(0x221)];return _0x1d46f[_0x155d9d(0x26c)];}['getJestFailureData'](_0x35ce28){const _0x292ec8=a96_0x4257b4,_0x5f0564={'RVnHB':function(_0x2b05aa,_0x3ca87d){return _0x2b05aa(_0x3ca87d);},'XINeF':'../../../helpers/test-observability/utils','cwHSl':function(_0x1ccea8,_0x1fb62a){return _0x1ccea8!==_0x1fb62a;},'LsUTs':_0x292ec8(0x237)},{failureData:_0x35aab5}=_0x5f0564[_0x292ec8(0x144)](require,_0x5f0564[_0x292ec8(0x131)]),_0x48945f=[];return _0x5f0564['cwHSl'](_0x35ce28[_0x292ec8(0x116)],undefined)&&_0x48945f['push'](_0x35ce28[_0x292ec8(0x116)],_0x5f0564[_0x292ec8(0xea)]),_0x35aab5['apply'](null,_0x48945f);}async[a96_0x4257b4(0x25b)](_0x125c6d,_0x11ebca,_0x5d5f0f,_0xf69384){const _0x442dde=a96_0x4257b4,_0x1d296c={'hBwbO':'[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','wEinJ':function(_0xf8c865){return _0xf8c865();},'hUwTS':function(_0x4eca9f,_0xce1dec){return _0x4eca9f in _0xce1dec;},'tpLjJ':function(_0x6fa4dc,_0xa2915c){return _0x6fa4dc===_0xa2915c;},'JNsSL':function(_0xdcd4a0,_0x8ea00){return _0xdcd4a0===_0x8ea00;},'OSIEp':function(_0x5adcb4,_0x5e95fd){return _0x5adcb4>_0x5e95fd;},'NaZYN':'failed','NcvCI':_0x442dde(0x217),'whhCK':function(_0x5d9a71,_0x4f0b4c){return _0x5d9a71===_0x4f0b4c;},'ZkaWY':function(_0x58f459,_0x497b6f){return _0x58f459===_0x497b6f;},'cPuIF':_0x442dde(0x257),'wICDt':function(_0xe787c,_0x2272bb){return _0xe787c===_0x2272bb;},'uMJlt':function(_0x356cd6,_0x42b97f){return _0x356cd6!==_0x42b97f;}},{hookData:_0x4d5a2e}=_0xf69384,_0x1468ac=_0x5d5f0f[_0x442dde(0x27a)](),_0x2f4847=_0x11ebca[_0x442dde(0x27a)](),_0x9ddf19={};_0x9ddf19[_0x442dde(0x145)]=0x2,_0x9ddf19[_0x442dde(0x1d3)]=0x3,logger['debug'](_0x442dde(0x1e1)+_0x2f4847+',\x20hookState='+_0x1468ac+_0x442dde(0x181)+util[_0x442dde(0x176)](_0x4d5a2e,_0x9ddf19));if(!_0x4d5a2e)return logger['debug'](_0x1d296c[_0x442dde(0xec)]),{};const _0x15a311=_0x4d5a2e['uuid']||_0x4d5a2e[_0x442dde(0x16d)]||_0x1d296c[_0x442dde(0x161)](uuidv4),_0x345859=_0x4d5a2e['test_run_id']||this[_0x442dde(0x1c6)](_0x4d5a2e),_0x2127f2=_0x11ebca[_0x442dde(0x27a)]()['split']('.')[0x1],_0x319363=_0x125c6d[_0x442dde(0x215)]()['get'](_0x345859),_0x2d98b8=_0x319363?_0x319363[TestFrameworkConstants[_0x442dde(0xef)]]||{}:{};logger[_0x442dde(0x175)]('[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId='+_0x15a311+_0x442dde(0x11a)+_0x345859+_0x442dde(0x190)+_0x2127f2+_0x442dde(0x147)+_0x1468ac);if(!_0x319363)return logger[_0x442dde(0x175)](_0x442dde(0x162)+_0x345859+_0x442dde(0x203)),this[_0x442dde(0xfa)](_0x125c6d,_0x345859,_0x11ebca,_0x5d5f0f,_0xf69384),{};let _0x1fc1cc=_0x319363[TestFrameworkConstants[_0x442dde(0x179)]];!_0x1fc1cc&&(_0x1fc1cc={});!_0x1d296c['hUwTS'](_0x2127f2,_0x1fc1cc)&&(_0x1fc1cc[_0x2127f2]=[]);let _0xd08c4f=_0x319363[TestFrameworkConstants[_0x442dde(0x138)]];!_0xd08c4f&&(_0xd08c4f={});!_0x1d296c[_0x442dde(0x220)](_0x2127f2,_0xd08c4f)&&(_0xd08c4f[_0x2127f2]=[]);const _0x33f364={[_0x345859]:{[TestFrameworkConstants[_0x442dde(0x179)]]:_0x1fc1cc,[TestFrameworkConstants[_0x442dde(0x138)]]:_0xd08c4f,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x442dde(0x108)]()[0x0]||'',[TestFrameworkConstants[_0x442dde(0x188)]]:this[_0x442dde(0x191)]()[this[_0x442dde(0x108)]()[0x0]]||''}};if(_0x1d296c[_0x442dde(0x101)](_0x5d5f0f,HookState['PRE'])){const _0x462aed={'key':_0x2127f2,[TestFrameworkConstants[_0x442dde(0x136)]]:_0x15a311,[TestFrameworkConstants[_0x442dde(0x278)]]:TestFrameworkConstants[_0x442dde(0x11c)],[TestFrameworkConstants[_0x442dde(0x1b8)]]:_0x4d5a2e['started_at']||new Date()['toISOString'](),[TestFrameworkConstants[_0x442dde(0x14c)]]:[],[TestFrameworkConstants[_0x442dde(0x19e)]]:_0x4d5a2e[_0x442dde(0x198)]||_0x4d5a2e[_0x442dde(0x234)]||_0x2127f2,[TestFrameworkConstants[_0x442dde(0xef)]]:_0x2d98b8};_0x1fc1cc[_0x2127f2][_0x442dde(0x17d)](_0x462aed),_0x33f364[_0x345859][TestFrameworkConstants[_0x442dde(0x103)]]=_0x2127f2;const _0x3b9f69={};_0x3b9f69[_0x442dde(0x145)]=0x2,logger[_0x442dde(0x175)](_0x442dde(0x209)+_0x2127f2+_0x442dde(0x1fb)+_0x15a311+_0x442dde(0x11a)+_0x345859+_0x442dde(0x22e)+util[_0x442dde(0x176)](_0x462aed,_0x3b9f69));}else{if(_0x1d296c[_0x442dde(0x159)](_0x5d5f0f,HookState['POST'])){const _0x14da79=_0x4d5a2e[_0x442dde(0x128)]||(_0x4d5a2e[_0x442dde(0x116)]&&_0x1d296c['OSIEp'](_0x4d5a2e[_0x442dde(0x116)][_0x442dde(0x1ac)],0x0)?_0x1d296c[_0x442dde(0x1a3)]:_0x1d296c[_0x442dde(0xf3)]),_0x2f76bc=_0x1fc1cc[_0x2127f2]||[];logger[_0x442dde(0x175)](_0x442dde(0x155)+_0x2127f2+_0x442dde(0x11a)+_0x345859+',\x20result='+_0x14da79+_0x442dde(0x1aa)+_0x2f76bc[_0x442dde(0x1ac)]);if(_0x1d296c['whhCK'](_0x2f76bc[_0x442dde(0x1ac)],0x0)&&_0x1d296c[_0x442dde(0x119)](_0x11ebca,TestFrameworkState[_0x442dde(0x25d)]))return logger[_0x442dde(0x175)](_0x1d296c[_0x442dde(0x244)]),this[_0x442dde(0xfa)](_0x125c6d,_0x345859,_0x11ebca,_0x5d5f0f,_0xf69384),{};if(_0x1d296c[_0x442dde(0x1de)](_0x2f76bc[_0x442dde(0x1ac)],0x0)){const _0x10820d=_0x2f76bc[_0x442dde(0x201)]();_0x1d296c['wICDt'](_0x14da79,_0x1d296c['NaZYN'])&&_0x4d5a2e[_0x442dde(0x116)]?(_0x10820d[TestFrameworkConstants[_0x442dde(0xf1)]]=this['getJestFailureType'](_0x4d5a2e),_0x10820d[TestFrameworkConstants[_0x442dde(0xff)]]=this[_0x442dde(0xe8)](_0x4d5a2e),_0x10820d[TestFrameworkConstants['KEY_HOOK_FAILURE']]=this['getJestFailureData'](_0x4d5a2e),logger[_0x442dde(0x175)](_0x442dde(0x1ea)+_0x2127f2+_0x442dde(0x1dc)+_0x10820d[TestFrameworkConstants[_0x442dde(0xf1)]]+_0x442dde(0x1f7)+_0x10820d[TestFrameworkConstants[_0x442dde(0xff)]]?.[_0x442dde(0x249)](0x0,0xc8))):_0x10820d[TestFrameworkConstants[_0x442dde(0x278)]]=_0x1d296c[_0x442dde(0xf3)];_0x1d296c['uMJlt'](_0x14da79,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x10820d[TestFrameworkConstants[_0x442dde(0x278)]]=_0x14da79);_0x10820d[TestFrameworkConstants[_0x442dde(0x27c)]]=_0x4d5a2e[_0x442dde(0x16e)]||new Date()['toISOString'](),_0x10820d[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x2d98b8;const _0x5fbcc5=_0x10820d[TestFrameworkConstants[_0x442dde(0x136)]];!_0xd08c4f[_0x2127f2]&&(_0xd08c4f[_0x2127f2]=[]);_0xd08c4f[_0x2127f2][_0x442dde(0x17d)](_0x10820d),_0x33f364[_0x345859][TestFrameworkConstants[_0x442dde(0x10a)]]=_0x2127f2;const _0x1dc7eb={};_0x1dc7eb['depth']=0x2,logger[_0x442dde(0x175)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType='+_0x2127f2+_0x442dde(0x1fb)+_0x5fbcc5+_0x442dde(0x20a)+_0x14da79+_0x442dde(0x22e)+util[_0x442dde(0x176)](_0x10820d,_0x1dc7eb));}}}return _0x33f364;}[a96_0x4257b4(0x127)](_0x30942f){const _0x3519ba=a96_0x4257b4,_0x45a5c8={};_0x45a5c8[_0x3519ba(0x197)]=_0x3519ba(0x12c);const _0x76d6df=_0x45a5c8;try{const _0x53c9fa=_0x30942f[_0x3519ba(0x237)]?this['getJestTestIdentifier'](_0x30942f[_0x3519ba(0x237)]):_0x30942f[_0x3519ba(0x261)][_0x3519ba(0x1e8)],_0xcf979=_0x30942f[_0x3519ba(0x228)],_0x249aa5=_0xcf979[_0x3519ba(0x27b)](),_0x6564d6=_0xcf979['getAllData']()[_0x3519ba(0x1d2)](_0x53c9fa);if(!_0x6564d6)return logger[_0x3519ba(0x175)](_0x3519ba(0x274)+_0x53c9fa),{};const {[TestFrameworkConstants[_0x3519ba(0x122)]]:_0x595b85=this[_0x3519ba(0x108)]()[0x0]||'',[TestFrameworkConstants[_0x3519ba(0x188)]]:_0x1b223=this[_0x3519ba(0x191)]()[this[_0x3519ba(0x108)]()[0x0]]||'',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x2367cb='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x512633=''}=_0x6564d6,_0x57633c=_0xcf979[_0x3519ba(0x1d7)]()[_0x3519ba(0x27a)]()[_0x3519ba(0x14f)]('.')[0x1],_0x51e409=_0xcf979[_0x3519ba(0x1f1)]()[_0x3519ba(0x27a)]()['split']('.')[0x1],_0x271d9a=global?.[_0x3519ba(0x216)]?.[_0x3519ba(0x24a)]?.[_0x3519ba(0x192)]||global[_0x3519ba(0x1e9)]||0x0,_0x133d73=_0xcf979[_0x3519ba(0x107)](),_0x4c7d94=Buffer['from'](JSON[_0x3519ba(0x1ec)](_0x6564d6))[_0x3519ba(0x27a)](_0x76d6df[_0x3519ba(0x197)]),_0x49d08d={'hash':_0x249aa5[_0x3519ba(0x15c)](),'threadId':_0x249aa5[_0x3519ba(0x199)]()[_0x3519ba(0x27a)](),'processId':_0x249aa5['getProcessId']()['toString']()},_0x289604={};_0x289604[_0x3519ba(0x1e7)]=_0x271d9a,_0x289604['testFrameworkName']=_0x595b85,_0x289604[_0x3519ba(0x246)]=_0x1b223,_0x289604[_0x3519ba(0x1ee)]=_0x57633c,_0x289604['hookState']=_0x51e409,_0x289604['startedAt']=_0x2367cb,_0x289604['endedAt']=_0x512633,_0x289604[_0x3519ba(0x1fc)]=_0x133d73,_0x289604[_0x3519ba(0x109)]=_0x4c7d94,_0x289604['executionContext']=_0x49d08d,_0x289604['test_identifier']=_0x53c9fa;const _0x41a25f=_0x289604;return _0x41a25f;}catch(_0x4b2561){return logger[_0x3519ba(0x27d)](_0x3519ba(0x1a6)+util[_0x3519ba(0x171)](_0x4b2561)),{};}}async[a96_0x4257b4(0x18a)](_0x27052a,_0x3a2901,_0x1d99f4){const _0x303e59=a96_0x4257b4,_0x395a21={'bTxmz':function(_0x5be10e,_0x317836){return _0x5be10e+_0x317836;},'mumuO':'missing','GUUfK':_0x303e59(0x1a1),'oMBvg':function(_0x1df10c,_0x19289d){return _0x1df10c>_0x19289d;},'DEJzq':function(_0x56c307,_0x25fd01,_0x4dbc49,_0x3dcfc5){return _0x56c307(_0x25fd01,_0x4dbc49,_0x3dcfc5);},'ejyye':function(_0x68e37f,_0x577149){return _0x68e37f-_0x577149;},'lLWVD':function(_0xebb4f4,_0x40f18a){return _0xebb4f4===_0x40f18a;},'gEWRG':function(_0x4a1e59,_0x13908a){return _0x4a1e59/_0x13908a;},'PAvIO':function(_0x1aedfa,_0x647029){return _0x1aedfa<_0x647029;},'SlGfc':function(_0x23ad9a,_0x1d31d6){return _0x23ad9a*_0x1d31d6;},'pBAbj':function(_0x42d1de,_0x4fd490){return _0x42d1de+_0x4fd490;},'GIGBP':function(_0x1531e8,_0x5babd0){return _0x1531e8+_0x5babd0;},'WNPlZ':function(_0x1dc582,_0x1f4d4d){return _0x1dc582+_0x1f4d4d;}};try{const _0x1852d2=_0x1d99f4['testUUID']||_0x1d99f4['testId'],_0x4c8863=Array[_0x303e59(0x149)](_0x27052a['getAllData']()[_0x303e59(0x185)]()),_0x5b389c=_0x27052a[_0x303e59(0x215)]()[_0x303e59(0x1d2)](_0x1852d2);if(!_0x5b389c){logger[_0x303e59(0x175)](_0x303e59(0x1cf)+_0x1852d2);return;}const {[TestFrameworkConstants[_0x303e59(0x122)]]:_0x1abf79='',[TestFrameworkConstants[_0x303e59(0x188)]]:_0x1897d2=''}=_0x5b389c;let _0x388a69=[];_0x5b389c&&_0x5b389c[TestFrameworkConstants['KEY_LOGS']]&&Array[_0x303e59(0x233)](_0x5b389c[TestFrameworkConstants[_0x303e59(0x14b)]])?(_0x388a69=_0x5b389c[TestFrameworkConstants['KEY_LOGS']]||[],logger[_0x303e59(0x175)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20'+_0x388a69[_0x303e59(0x1ac)]+'\x20logs\x20for\x20testId:\x20'+_0x1852d2),_0x27052a[_0x303e59(0x200)]({[_0x1852d2]:{[TestFrameworkConstants[_0x303e59(0x14b)]]:[],[TestFrameworkConstants[_0x303e59(0x122)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x303e59(0x191)]()[this['getTestFrameworks']()[0x0]]||''}}),logger['debug'](_0x303e59(0x19d)+_0x1852d2)):logger[_0x303e59(0x175)](_0x303e59(0x1f5)+_0x1852d2);logger['debug'](_0x303e59(0x115)+_0x388a69[_0x303e59(0x1ac)]+_0x303e59(0x1b1)+_0x1852d2);const _0x28f2a1=_0x388a69[_0x303e59(0x142)](_0x1ff884=>_0x1ff884['kind']==='TEST_SCREENSHOT');_0x395a21['oMBvg'](_0x28f2a1['length'],0x0)&&(logger[_0x303e59(0x175)](_0x303e59(0xee)+_0x28f2a1[_0x303e59(0x1ac)]+_0x303e59(0x130)+_0x1852d2),_0x28f2a1['forEach']((_0x51b62e,_0x5004ea)=>{const _0x24e039=_0x303e59;logger[_0x24e039(0x175)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20'+_0x395a21['bTxmz'](_0x5004ea,0x1)+'/'+_0x28f2a1[_0x24e039(0x1ac)]+_0x24e039(0x1af)+(_0x51b62e[_0x24e039(0x13e)]||_0x395a21['mumuO'])+_0x24e039(0x126)+(_0x51b62e[_0x24e039(0x1b5)]||_0x395a21[_0x24e039(0x11e)])+_0x24e039(0x1f0)+(_0x51b62e[_0x24e039(0x133)]||_0x395a21[_0x24e039(0x18d)])+_0x24e039(0x17c)+(_0x51b62e[_0x24e039(0x170)]?.[_0x24e039(0x1ac)]||0x0));}));const _0x142714=_0x5b389c[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x571584=_0x395a21[_0x303e59(0x120)](getMediaArtifactsLogs,_0x142714,null,_0x1852d2),_0x172cff=(_0x388a69||[])[_0x303e59(0x206)](_0x571584||[]),_0x37df74=_0x28f2a1?.['length']||0x0,_0x324800=_0x395a21[_0x303e59(0x27e)](_0x388a69?.['length']||0x0,_0x37df74);logger[_0x303e59(0x175)](_0x303e59(0x1a9)+_0x1852d2+_0x303e59(0x135)+_0x324800+_0x303e59(0x229)+_0x37df74+',\x20attachmentLogs:\x20'+(_0x571584?.['length']||0x0)+_0x303e59(0x271)+_0x172cff[_0x303e59(0x1ac)]);if(!_0x172cff||_0x395a21[_0x303e59(0xfe)](_0x172cff['length'],0x0)){logger[_0x303e59(0x175)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0x1852d2);return;}const _0x4581df=0x28,_0x4f1d9a=Math[_0x303e59(0x195)](_0x395a21[_0x303e59(0x187)](_0x172cff[_0x303e59(0x1ac)],_0x4581df));for(let _0x188c11=0x0;_0x395a21[_0x303e59(0x173)](_0x188c11,_0x4f1d9a);_0x188c11++){const _0x5759a2=_0x395a21[_0x303e59(0x207)](_0x188c11,_0x4581df),_0x38f009=_0x395a21[_0x303e59(0x12d)](_0x5759a2,_0x4581df),_0xfc7fbe=_0x172cff[_0x303e59(0x19b)](_0x5759a2,_0x38f009),_0x501b17=global?.[_0x303e59(0x194)]??0x0,_0x3d5763={'platformIndex':_0x501b17,'logs':_0xfc7fbe,'testFrameworkName':_0x1abf79,'testFrameworkVersion':_0x1897d2,'testFrameworkState':_0x3a2901[_0x303e59(0x27a)]()[_0x303e59(0x14f)]('.')[0x1]},_0x33f77f={};_0x33f77f['depth']=0x3,_0x33f77f[_0x303e59(0x1d3)]=0x5,logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x395a21[_0x303e59(0x275)](_0x188c11,0x1)+'/'+_0x4f1d9a+_0x303e59(0x210)+_0x1852d2+_0x303e59(0x11d)+_0xfc7fbe['length']+_0x303e59(0x106)+_0x501b17+_0x303e59(0x214)+util[_0x303e59(0x176)](_0x3d5763,_0x33f77f));const _0x15fc26=await GrpcClient[_0x303e59(0x22a)]()['logCreatedEvent'](_0x3d5763);logger[_0x303e59(0x175)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x395a21[_0x303e59(0x21b)](_0x188c11,0x1)+'/'+_0x4f1d9a+'\x20-\x20testId:\x20'+_0x1852d2+_0x303e59(0x1ad)+util[_0x303e59(0x176)](_0x15fc26));}_0x571584&&_0x395a21[_0x303e59(0x226)](_0x571584['length'],0x0)&&_0x5b389c[TestFrameworkConstants[_0x303e59(0xf4)]]&&_0x27052a[_0x303e59(0x200)]({[_0x1852d2]:{[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{},[TestFrameworkConstants[_0x303e59(0x122)]]:this[_0x303e59(0x108)]()[0x0]||'',[TestFrameworkConstants[_0x303e59(0x188)]]:this['getTestFrameworksVersions']()[this[_0x303e59(0x108)]()[0x0]]||''}}),logger[_0x303e59(0x175)](_0x303e59(0x1b0)+_0x1852d2+_0x303e59(0x163)+_0x4f1d9a);}catch(_0x573e8c){logger[_0x303e59(0x27d)](_0x303e59(0x1a7)+(_0x1d99f4['testUUID']||_0x1d99f4[_0x303e59(0x18c)])+_0x303e59(0x258)+util[_0x303e59(0x171)](_0x573e8c));}}[a96_0x4257b4(0xfa)](_0x4d072b,_0x33810e,_0x10f7cc,_0x3199dd,_0x22ecfd){const _0x92ddf4=a96_0x4257b4,_0x5f30e5={};_0x5f30e5[_0x92ddf4(0x1db)]=function(_0x4022ac,_0x5e93d0){return _0x4022ac===_0x5e93d0;},_0x5f30e5[_0x92ddf4(0x1ae)]=_0x92ddf4(0x10c);const _0x53b0b6=_0x5f30e5,{hookData:_0x289e66}=_0x22ecfd,_0x28a67a={'testId':_0x33810e,'testFrameworkState':_0x10f7cc,'hookState':_0x3199dd,'args':_0x22ecfd,'timestamp':new Date()[_0x92ddf4(0x262)]()};if(_0x53b0b6[_0x92ddf4(0x1db)](_0x10f7cc,TestFrameworkState[_0x92ddf4(0x25d)])&&_0x289e66){const _0x164b83={};_0x164b83['filePath']=_0x289e66[_0x92ddf4(0x112)]||_0x289e66['location'],_0x164b83['scope']=_0x289e66[_0x92ddf4(0x241)]||_0x289e66[_0x92ddf4(0x1d1)]&&_0x289e66[_0x92ddf4(0x1d1)][0x0]||'',_0x164b83[_0x92ddf4(0x22b)]=_0x53b0b6['xUwrb'],_0x28a67a[_0x92ddf4(0x1d5)]=_0x164b83,logger[_0x92ddf4(0x175)]('[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20'+_0x33810e+_0x92ddf4(0x23f)+_0x28a67a['hookMetadata'][_0x92ddf4(0x251)]+_0x92ddf4(0x186)+_0x28a67a['hookMetadata'][_0x92ddf4(0x241)]);}_0x4d072b[_0x92ddf4(0x11f)](_0x33810e,_0x28a67a),logger[_0x92ddf4(0x175)](_0x92ddf4(0x20e)+_0x33810e+',\x20state:\x20'+_0x10f7cc+_0x92ddf4(0x22f)+_0x3199dd);}async['processPendingHooks'](_0x22daa6,_0x2deb06){const _0x535123=a96_0x4257b4,_0x40ab77={};_0x40ab77[_0x535123(0x158)]=function(_0x4ff86c,_0x15d275){return _0x4ff86c>_0x15d275;},_0x40ab77['YCZlS']=function(_0x1bd42a,_0x2bc4d5){return _0x1bd42a===_0x2bc4d5;},_0x40ab77['RfTvR']=function(_0x5aa8a5,_0x808a7d){return _0x5aa8a5===_0x808a7d;},_0x40ab77['qAJon']=function(_0x4ff9f6,_0x5623ee){return _0x4ff9f6===_0x5623ee;},_0x40ab77[_0x535123(0x26a)]=function(_0x57b6fa,_0x324930){return _0x57b6fa>_0x324930;},_0x40ab77[_0x535123(0x266)]=_0x535123(0x20f);const _0x3b73bc=_0x40ab77;if(_0x22daa6[_0x535123(0x1e6)](_0x2deb06)){const _0x407ae1=_0x22daa6[_0x535123(0x1ff)](_0x2deb06);logger[_0x535123(0x175)](_0x535123(0x1be)+_0x407ae1[_0x535123(0x1ac)]+_0x535123(0x1f9)+_0x2deb06);for(const _0xd184df of _0x407ae1){try{const _0x46e1fc=await this[_0x535123(0x25b)](_0x22daa6,_0xd184df[_0x535123(0x1ee)],_0xd184df['hookState'],_0xd184df[_0x535123(0x1e5)]);_0x46e1fc&&_0x3b73bc[_0x535123(0x158)](Object[_0x535123(0x185)](_0x46e1fc)[_0x535123(0x1ac)],0x0)&&_0x22daa6['addMultipleEntries'](_0x46e1fc),await this[_0x535123(0x17e)](_0x22daa6,_0xd184df['testFrameworkState'],_0xd184df[_0x535123(0x212)],_0xd184df[_0x535123(0x1e5)]);}catch(_0x1374ba){logger[_0x535123(0x27d)](_0x535123(0x239)+_0x2deb06+_0x535123(0x258)+_0x1374ba);}}_0x22daa6[_0x535123(0x20d)](_0x2deb06),logger['debug'](_0x535123(0x1ca)+_0x2deb06);}const _0x28f73f=_0x22daa6['getAllData']()[_0x535123(0x1d2)](_0x2deb06);if(_0x28f73f){const _0x20bd3c=_0x28f73f[TestFrameworkConstants[_0x535123(0x1c1)]]||_0x28f73f[TestFrameworkConstants[_0x535123(0xf5)]],_0x5dc04f=_0x28f73f[TestFrameworkConstants[_0x535123(0x24e)]]||_0x28f73f[TestFrameworkConstants[_0x535123(0x117)]]&&_0x28f73f[TestFrameworkConstants[_0x535123(0x117)]][0x0]||'';logger[_0x535123(0x175)]('[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20'+_0x20bd3c+_0x535123(0x186)+_0x5dc04f);const _0x1d1a45=_0x22daa6[_0x535123(0xf0)]();for(const _0x4a84df of _0x1d1a45){if(_0x3b73bc[_0x535123(0x254)](_0x4a84df,_0x2deb06))continue;if(_0x22daa6[_0x535123(0x1e6)](_0x4a84df)){const _0x3de54a=_0x22daa6['getPendingHooks'](_0x4a84df);for(const _0x3acbe1 of _0x3de54a){if(_0x3b73bc[_0x535123(0x10f)](_0x3acbe1['testFrameworkState'],TestFrameworkState[_0x535123(0x25d)])&&_0x3acbe1[_0x535123(0x1d5)]){const _0x3d7f32=_0x3acbe1['hookMetadata'][_0x535123(0x251)],_0x247a77=_0x3acbe1[_0x535123(0x1d5)][_0x535123(0x241)];if(_0x3b73bc[_0x535123(0x11b)](_0x3d7f32,_0x20bd3c)&&_0x3b73bc[_0x535123(0x11b)](_0x247a77,_0x5dc04f)){logger[_0x535123(0x175)]('[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20'+_0x4a84df+_0x535123(0x1b7)+_0x2deb06+_0x535123(0x23f)+_0x3d7f32+_0x535123(0x186)+_0x247a77);_0x3acbe1[_0x535123(0x1e5)]&&_0x3acbe1[_0x535123(0x1e5)][_0x535123(0x261)]&&(_0x3acbe1[_0x535123(0x1e5)][_0x535123(0x261)][_0x535123(0x1e8)]=_0x2deb06,logger['debug']('[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20'+_0x4a84df+_0x535123(0x154)+_0x2deb06));try{const _0x4f332f=await this['trackHookEvent'](_0x22daa6,_0x3acbe1[_0x535123(0x1ee)],_0x3acbe1[_0x535123(0x212)],_0x3acbe1[_0x535123(0x1e5)]);_0x4f332f&&_0x3b73bc[_0x535123(0x26a)](Object[_0x535123(0x185)](_0x4f332f)[_0x535123(0x1ac)],0x0)&&_0x22daa6['addMultipleEntries'](_0x4f332f);await this[_0x535123(0x17e)](_0x22daa6,_0x3acbe1['testFrameworkState'],_0x3acbe1[_0x535123(0x212)],_0x3acbe1[_0x535123(0x1e5)]);const _0x3b6a3a=_0x22daa6[_0x535123(0x1ff)](_0x4a84df)[_0x535123(0x142)](_0x5511d7=>_0x5511d7!==_0x3acbe1);if(_0x3b73bc[_0x535123(0x254)](_0x3b6a3a['length'],0x0))_0x22daa6[_0x535123(0x20d)](_0x4a84df);else{_0x22daa6[_0x535123(0x20d)](_0x4a84df);for(const _0xa5906b of _0x3b6a3a){_0x22daa6[_0x535123(0x11f)](_0x4a84df,_0xa5906b);}}logger[_0x535123(0x175)](_0x3b73bc['MXOcA']);}catch(_0x384043){logger['error'](_0x535123(0x202)+_0x2deb06+_0x535123(0x258)+_0x384043);}}}}}}}}[a96_0x4257b4(0x102)](_0x26eebc){const _0x5526a2=a96_0x4257b4,_0x31d608={'aMirK':function(_0x1c571e){return _0x1c571e();}};if(!_0x26eebc||!_0x26eebc[_0x5526a2(0x1b3)])return;_0x26eebc[_0x5526a2(0x1b3)][_0x5526a2(0x1d9)]&&Array[_0x5526a2(0x233)](_0x26eebc[_0x5526a2(0x1b3)][_0x5526a2(0x1d9)])&&_0x26eebc[_0x5526a2(0x1b3)]['hooks']['forEach'](_0x2a3f6c=>{const _0x485d5f=_0x5526a2;!_0x2a3f6c['hookAnalyticsId']&&!_0x2a3f6c[_0x485d5f(0x26b)]&&(_0x2a3f6c[_0x485d5f(0x16d)]=_0x31d608['aMirK'](uuidv4),_0x2a3f6c[_0x485d5f(0x26b)]=_0x2a3f6c[_0x485d5f(0x16d)],logger[_0x485d5f(0x175)]('[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type='+_0x2a3f6c[_0x485d5f(0x19f)]+_0x485d5f(0x169)+_0x2a3f6c[_0x485d5f(0x16d)]));}),this[_0x5526a2(0x102)](_0x26eebc['parent']);}[a96_0x4257b4(0x24b)](_0x335423){const _0x37646f=a96_0x4257b4,_0x140a98={'uWZrm':function(_0x34c331,_0xb34301){return _0x34c331(_0xb34301);}};if(!_0x335423||!_0x335423['parent'])return[];const _0x58cc1e=[];return _0x335423[_0x37646f(0x1b3)]['hooks']&&Array[_0x37646f(0x233)](_0x335423['parent'][_0x37646f(0x1d9)])&&_0x335423[_0x37646f(0x1b3)][_0x37646f(0x1d9)]['forEach'](_0x21b39e=>{const _0x143121=_0x37646f,_0xbe2066=_0x21b39e['hookAnalyticsId']||_0x21b39e[_0x143121(0x26b)];_0xbe2066&&!this[_0x143121(0x177)](_0x21b39e)&&!_0x140a98['uWZrm'](isInternalHook,_0x21b39e['fn'])&&_0x58cc1e[_0x143121(0x17d)](_0xbe2066);}),[..._0x58cc1e,...this[_0x37646f(0x24b)](_0x335423[_0x37646f(0x1b3)])];}['buildHookMapFromTest'](_0x725417){const _0x85fa79=a96_0x4257b4,_0x4791bf={'zVjLu':function(_0x44ed8c,_0x4903b0){return _0x44ed8c(_0x4903b0);},'pZVNy':'unknown','OKIyQ':function(_0x485e88,_0x57745d){return _0x485e88(_0x57745d);}},_0x143fa6=new Map(),_0x3e2d06=_0x4a3e78=>{const _0x405b30=a96_0x255c,_0x2201f2={'FVfJY':function(_0x2730d8,_0x3e7261){const _0x475709=a96_0x255c;return _0x4791bf[_0x475709(0x223)](_0x2730d8,_0x3e7261);},'inUTP':_0x4791bf['pZVNy']};if(!_0x4a3e78||!_0x4a3e78['parent'])return;_0x4a3e78[_0x405b30(0x1b3)][_0x405b30(0x1d9)]&&Array[_0x405b30(0x233)](_0x4a3e78['parent']['hooks'])&&_0x4a3e78['parent'][_0x405b30(0x1d9)][_0x405b30(0x113)](_0x4c82bc=>{const _0x2c35f1=_0x405b30,_0x3181e7=_0x4c82bc[_0x2c35f1(0x16d)]||_0x4c82bc[_0x2c35f1(0x26b)];if(_0x3181e7&&!this[_0x2c35f1(0x177)](_0x4c82bc)&&!_0x2201f2[_0x2c35f1(0x15b)](isInternalHook,_0x4c82bc['fn'])){const _0x16b46b={};_0x16b46b[_0x2c35f1(0x19f)]=_0x4c82bc['type']||_0x2201f2[_0x2c35f1(0x1ce)],_0x16b46b[_0x2c35f1(0x198)]=_0x4c82bc[_0x2c35f1(0x198)]||'\x22'+_0x4c82bc[_0x2c35f1(0x19f)]+_0x2c35f1(0x166),_0x143fa6[_0x2c35f1(0x16c)](_0x3181e7,_0x16b46b);}}),_0x4791bf[_0x405b30(0x223)](_0x3e2d06,_0x4a3e78['parent']);};return _0x4791bf[_0x85fa79(0x270)](_0x3e2d06,_0x725417),_0x143fa6;}[a96_0x4257b4(0x177)](_0x232ec0){const _0x584db0=a96_0x4257b4,_0x1fe088={};_0x1fe088[_0x584db0(0x231)]=_0x584db0(0x18e),_0x1fe088[_0x584db0(0x141)]=_0x584db0(0x26e);const _0x4c4a5c=_0x1fe088;try{const _0xcadcbe=this['getRootParentFile'](_0x232ec0);if(!_0xcadcbe||_0xcadcbe['includes'](_0x4c4a5c['JNEKR']))return!![];return![];}catch(_0x1c1ba8){logger['debug'](_0x4c4a5c[_0x584db0(0x141)]);}return![];}['getRootParentFile'](_0x29eddf){const _0x43fe98=a96_0x4257b4,_0x58d5c9={'evjcc':function(_0x4c238f,_0x57a3ec){return _0x4c238f(_0x57a3ec);}};if(_0x29eddf[_0x43fe98(0x193)])return _0x29eddf[_0x43fe98(0x193)];if(_0x29eddf['asyncError'])try{const _0x145b08=stackTrace[_0x43fe98(0x183)](_0x29eddf[_0x43fe98(0x26d)]),_0x5aa5e5=_0x58d5c9[_0x43fe98(0x139)](pickUserFrameFile,_0x145b08);if(_0x5aa5e5)return _0x5aa5e5;logger['debug'](_0x43fe98(0x1fa)+_0x145b08[_0x43fe98(0x1ac)]+')');}catch(_0x29a892){logger[_0x43fe98(0x175)]('[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20'+util[_0x43fe98(0x171)](_0x29a892));}return null;}}module[a96_0x4257b4(0x1e0)]=JestTestFramework;
|
|
1
|
+
const a96_0x52331d=a96_0x5b82;function a96_0xf20c(){const _0x1fcd91=['getRef','kind','RffTX','oIMKA','nBqfC','xXJxd','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','iAtSu',',\x20hookState:\x20','event_ended_at','gHMPO','SIGvn','has','finished_at','trackJestInstance','removePendingHooks','./testFramework','\x22\x20from\x20testData','KEY_EVENT_STARTED_AT','KEY_TEST_STARTED_AT','hookAnalyticsId','fLpfo','KEY_HOOK_NAME','endedAt','uTMCw','from','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','GGkyA',',\x20platformIndex:\x20','eklCk','zScmL','buildHookMapFromTest','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','ciRuU','KEY_TEST_RESULT','result','IjGxV','hooks','268184fmpEXO','addPendingHook','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','TPYAY','VASyo','map','replace','maxArrayLength','concat','exports','activeHooks','../../../helpers/helper.js','ROOT_DESCRIBE_BLOCK','KtQBL','getJestTestFilePath','splice','KEY_TEST_LOCATION','LUfmz','keys','trackEvent','jNnOC','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','getActiveHook','KEY_TEST_RERUN_NAME',',\x20testData=','scope','ciwNu','3110226LhPxZs','34940808vnCiqv','getJestTestIdentifier','MSeng','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','trackHookEvent','hookMetadata','push','slice','filePath','JcUpy','KEY_TEST_RESULT_AT','util','PRE','KEY_TEST_FRAMEWORK_NAME','KEY_HOOK_FAILURE','Tkgbk','KEY_TEST_FRAMEWORK_VERSION','xEJGs','rOCSy','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','PEYZV','reverse','KEY_TEST_UUID','\x22\x20hook','format','../../../helpers/test-observability/utils','\x20files','split','hbkEc','getCurrentInstanceName','includes','status','depth','NONE','rZsNt','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','getRootParentFile','CmWyP','HmNTa','wbdgG','testUUID','LrNCh','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','test_run_id','KEY_HOOK_ID',',\x20state=','retryOf','54868qrcRub',',\x20scope:\x20','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','length','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','KEY_TEST_FAILURE_TYPE','hook_result','LOG_REPORT','ZmwNG','hookType','skip','../TestInfo.js','KEY_TEST_TAGS','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','startsWith','4433948HCgcdY',',\x20result=','hookState','AssertionError',',\x20totalHooks=','failed','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','scopes','storePendingHook','unknown','errorsDetailed','KEY_TEST_ATTACHMENTS',',\x20version=','6190YpEOAV','\x20&\x20hookState=','IJccV','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=',',\x20hookState=','ALL','Naehh','\x20(testIdentifier)',',\x20hookType=',',\x20consoleLogs:\x20','getJestFailureData','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','bfMan','../grpcClient','getTestFrameworksVersions','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','KEY_TEST_ID','Dzmzj','match','getTrackedInstance','inspect',',\x20remainingHooks=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20',',\x20messageLength=','wKSQg','removeActiveHook','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','KEY_EVENT_ENDED_AT','setActiveHook','\x20pending\x20hooks\x20for\x20testId:\x20','getAllData','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','KEY_HOOK_RESULT','Processing\x20','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','CyYlQ','hookData','hook_run_uuid','KEY_CUSTOM_TAGS','kJXDP','testId','forEach','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','getJestTestTags','TEST_SCREENSHOT','type','Saivv','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','__workerDetails','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','gGgLJ','LEyPX','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=',',\x20hookData=','BEFORE_ALL','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','stringify','jest-circus','getCurrentTestState','setTrackedInstance','HsHgp','KEY_AUTOMATE_SESSION_NAME','getJestFailureType','1776mazhkl','hook_id','toString','beforeAll','getId','\x20for\x20testId:\x20','KEY_TEST_FILE_PATH','file_name','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','testFrameworkState',',\x20totalLogs:\x20',',\x20error:\x20','JUanW','cZFMM','isJestInternalHook','instance',',\x20failureReason=','logCreatedEvent','Stored\x20pending\x20hook\x20for\x20testId:\x20',',\x20filePath=','10kOtNyt','warn','DEFAULT_HOOK_RESULT',',\x20hook_run_uuid=','KEY_HOOKS_FINISHED','\x20to\x20','getTestFrameworks','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','KEY_TEST_SCOPE','message','KEY_TEST_SCOPES',',\x20argsKeys=',',\x20testId=',',\x20target=','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','YFWqN','TKgOg','../state/hookState.js','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event',',\x20currentTestId:\x20','pid','get','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','KEY_TEST_LOGS','runHooks','processPendingHooks','VshAP','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','asyncError','JBwjT','hookUUID',',\x20hook=','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','stack-trace','SirQg','failure_reason','vdVuw','browserstackPlatformIndex','KEY_TEST_META','KEY_LOGS','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','VGnRO','getThreadId','filter','tzDIh','debug','jIFfP','substring','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','duration','trackJestInstance:\x20instance\x20already\x20exists','getContext','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','../state/testFrameworkState.js','gQXSN',',\x20hookUUID=','qERML','mnoVz','trackJestInstance:\x20created\x20instance\x20for\x20target=','3wmDgtR','KEY_HOOK_LAST_STARTED','file','started_at',',\x20attachmentLogs:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','title','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','iHePA',',\x20contextId=',',\x20filePath:\x20','FfqVx','skipped','../../../helpers/classLogger.js','uuid',',\x20exception=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','test','resolveInstance','KEY_HOOKS_STARTED','\x20logs\x20for\x20testId:\x20','location','name','NuwOD',':testAnalyticsId','platformIndex','LRWxd','PZSRY','KEY_TEST_NAME',',\x20totalBatches:\x20','KEY_TEST_ENDED_AT','error','../../../helpers/stackFrameUtils','\x20(testIdentifier),\x20tags=','test_run_uuid','vNUng',',\x20failureType=','isArray','getProcessId','../instances/testFrameworkInstance.js',',\x20scopes=','Unknown\x20Test','yIRXK','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','hook_type','\x20attachments','getInstance','args','getJestTestName','CLWFp',',\x20hookId=','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','parseJestTestResult','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','testFrameworkVersion','sfqkt','XSYZm','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','UnhandledError','set','parent','Veogv','rEust','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','ePdkE','testData','getAllPendingHookTestIds','parallelIndex','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','addMultipleEntries','matchHookRegex','\x20-\x20testId:\x20','../instances/trackedInstance.js','missing','KEY_HOOK_LAST_FINISHED','TEST','KEY_TEST_FAILURE','dqmDY','QyqWF','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','__bstackPlatformIndex',',\x20logsInBatch:\x20','sGboK','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','toISOString','passed','originalTest','tags','GHrRi','none',',\x20screenshotLogs:\x20','KEY_TEST_RETRY_OF','Irixb','QGKGg','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','parse','rKIxx','JestTestFramework','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','test_identifier','body','Bnxnj',',\x20response=','KEY_HOOK_LOGS','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','fNpOQ',',\x20state:\x20','substr','MTBgk','createTestFrameworkEventPayload','mapTestHooks','getHooksForTest','8510408kHXuDM','workerInfo','getJestFailureReason','POST','Unknown\x20error','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState='];a96_0xf20c=function(){return _0x1fcd91;};return a96_0xf20c();}function a96_0x5b82(_0x384814,_0xa159ae){const _0xf20cbe=a96_0xf20c();return a96_0x5b82=function(_0x5b82af,_0x38c78e){_0x5b82af=_0x5b82af-0x1bd;let _0x5a766f=_0xf20cbe[_0x5b82af];return _0x5a766f;},a96_0x5b82(_0x384814,_0xa159ae);}(function(_0x125450,_0x2fbf93){const _0x541861=a96_0x5b82,_0x7d55f4=_0x125450();while(!![]){try{const _0x250cdc=-parseInt(_0x541861(0x340))/0x1+-parseInt(_0x541861(0x1f3))/0x2+-parseInt(_0x541861(0x2a3))/0x3*(parseInt(_0x541861(0x202))/0x4)+-parseInt(_0x541861(0x210))/0x5*(parseInt(_0x541861(0x251))/0x6)+-parseInt(_0x541861(0x1c1))/0x7+-parseInt(_0x541861(0x314))/0x8+parseInt(_0x541861(0x1c2))/0x9*(parseInt(_0x541861(0x266))/0xa);if(_0x250cdc===_0x2fbf93)break;else _0x7d55f4['push'](_0x7d55f4['shift']());}catch(_0x51299e){_0x7d55f4['push'](_0x7d55f4['shift']());}}}(a96_0xf20c,0x935f8));const TestFramework=require(a96_0x52331d(0x32a)),TestFrameworkState=require(a96_0x52331d(0x29d)),HookState=require(a96_0x52331d(0x277)),{createClassLogger}=require(a96_0x52331d(0x2b0)),TestFrameworkInstance=require(a96_0x52331d(0x2ca)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a96_0x52331d(0x2ec)),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),{getManualUploadLogs,getMediaArtifactsLogs}=require(a96_0x52331d(0x34b)),{isInternalHook}=require(a96_0x52331d(0x1dc)),logger=createClassLogger(a96_0x52331d(0x305)),{v4:uuidv4}=require(a96_0x52331d(0x2b1)),util=require(a96_0x52331d(0x1cd)),TestInfo=require(a96_0x52331d(0x1fe)),GrpcClient=require(a96_0x52331d(0x21d)),stackTrace=require(a96_0x52331d(0x288)),{pickUserFrameFile}=require(a96_0x52331d(0x2c3));class JestTestFramework extends TestFramework{constructor(_0x157d30,_0x104100,_0x488875){const _0x30e08a=a96_0x52331d;super(_0x157d30,_0x104100,_0x488875),this[_0x30e08a(0x34a)]=new Map();}[a96_0x52331d(0x22e)](_0x58a547,_0x35d332,_0x1b2ade){const _0x41cd2d=a96_0x52331d,_0x337d53={};_0x337d53[_0x41cd2d(0x1d7)]=function(_0x4ce9e0,_0x12b594){return _0x4ce9e0||_0x12b594;};const _0x449112=_0x337d53;if(_0x449112[_0x41cd2d(0x1d7)](!_0x58a547,!_0x35d332)){logger[_0x41cd2d(0x267)]('[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x58a547+',\x20hookUUID='+_0x35d332);return;}!this[_0x41cd2d(0x34a)][_0x41cd2d(0x326)](_0x58a547)&&this[_0x41cd2d(0x34a)][_0x41cd2d(0x2df)](_0x58a547,[]);const _0x81f48d={'hookUUID':_0x35d332,'hookType':_0x1b2ade,'startedAt':new Date()[_0x41cd2d(0x2f8)]()};this[_0x41cd2d(0x34a)]['get'](_0x58a547)[_0x41cd2d(0x1c8)](_0x81f48d),logger[_0x41cd2d(0x294)](_0x41cd2d(0x259)+_0x58a547+_0x41cd2d(0x29f)+_0x35d332+_0x41cd2d(0x218)+_0x1b2ade+_0x41cd2d(0x206)+this[_0x41cd2d(0x34a)][_0x41cd2d(0x27b)](_0x58a547)['length']);}[a96_0x52331d(0x22b)](_0x101984,_0x2c2059){const _0x393399=a96_0x52331d,_0x14bdd7={};_0x14bdd7['Dzmzj']=function(_0x58557c,_0x103f7b){return _0x58557c||_0x103f7b;},_0x14bdd7[_0x393399(0x31d)]=function(_0x411e87,_0xd73adc){return _0x411e87!==_0xd73adc;},_0x14bdd7[_0x393399(0x21c)]=function(_0x5e2a71,_0x88cac3){return _0x5e2a71===_0x88cac3;};const _0x209437=_0x14bdd7;if(_0x209437[_0x393399(0x222)](!_0x101984,!_0x2c2059)){logger['warn'](_0x393399(0x287)+_0x101984+_0x393399(0x29f)+_0x2c2059);return;}if(this[_0x393399(0x34a)]['has'](_0x101984)){const _0x1cf761=this[_0x393399(0x34a)][_0x393399(0x27b)](_0x101984),_0x5aeb10=_0x1cf761['findIndex'](_0x5d3111=>_0x5d3111[_0x393399(0x285)]===_0x2c2059);_0x209437[_0x393399(0x31d)](_0x5aeb10,-0x1)?(_0x1cf761[_0x393399(0x34f)](_0x5aeb10,0x1),logger[_0x393399(0x294)](_0x393399(0x282)+_0x101984+_0x393399(0x29f)+_0x2c2059+_0x393399(0x226)+_0x1cf761[_0x393399(0x1f6)]),_0x209437['bfMan'](_0x1cf761[_0x393399(0x1f6)],0x0)&&this[_0x393399(0x34a)]['delete'](_0x101984)):logger['debug'](_0x393399(0x209)+_0x101984+_0x393399(0x29f)+_0x2c2059);}}[a96_0x52331d(0x356)](_0x4da1eb){const _0x1c448f=a96_0x52331d,_0x34eae3={};_0x34eae3['jIFfP']=function(_0x2b5d63,_0x1f4b91){return _0x2b5d63>_0x1f4b91;},_0x34eae3[_0x1c448f(0x1df)]=function(_0x4687b1,_0x23af16){return _0x4687b1-_0x23af16;};const _0xa0c951=_0x34eae3;if(!_0x4da1eb)return null;if(this[_0x1c448f(0x34a)][_0x1c448f(0x326)](_0x4da1eb)){const _0xe4acb9=this['activeHooks'][_0x1c448f(0x27b)](_0x4da1eb);if(_0xa0c951[_0x1c448f(0x295)](_0xe4acb9['length'],0x0)){const _0x3bb802=_0xe4acb9[_0xa0c951[_0x1c448f(0x1df)](_0xe4acb9['length'],0x1)];return logger['debug'](_0x1c448f(0x2d8)+_0x4da1eb+',\x20hookUUID='+_0x3bb802[_0x1c448f(0x285)]+',\x20hookType='+_0x3bb802[_0x1c448f(0x1fc)]),_0x3bb802;}}return null;}async[a96_0x52331d(0x353)](_0x5f07f8,_0x5bd86e,_0x20ec98={}){const _0x4fabc4=a96_0x52331d,_0xb0026b={};_0xb0026b[_0x4fabc4(0x245)]=_0x4fabc4(0x306),_0xb0026b['gQXSN']=function(_0x3dd9c7,_0x109d1a){return _0x3dd9c7===_0x109d1a;},_0xb0026b[_0x4fabc4(0x2be)]=function(_0x344986,_0x1dc5dd){return _0x344986===_0x1dc5dd;},_0xb0026b[_0x4fabc4(0x1fb)]=function(_0x2eaa35,_0x1c3987){return _0x2eaa35||_0x1c3987;},_0xb0026b[_0x4fabc4(0x31f)]=_0x4fabc4(0x21b);const _0x59a3af=_0xb0026b;logger[_0x4fabc4(0x294)](_0x4fabc4(0x1c5)+_0x5f07f8+_0x4fabc4(0x214)+_0x5bd86e+_0x4fabc4(0x271)+Object['keys'](_0x20ec98)['join'](',')),await super['trackEvent'](_0x5f07f8,_0x5bd86e,_0x20ec98);const _0x353cfe=this[_0x4fabc4(0x2b5)](_0x5f07f8,_0x5bd86e,_0x20ec98);if(!_0x353cfe){logger[_0x4fabc4(0x294)](_0x59a3af[_0x4fabc4(0x245)]);return;}try{let _0xbe3ac9,_0x3c2132,_0x2f3914;switch(_0x5f07f8){case TestFrameworkState['TEST']:_0xbe3ac9=_0x20ec98[_0x4fabc4(0x2b4)];const _0x4cde68={};_0x4cde68[_0x4fabc4(0x1e3)]=0x2,_0x4cde68[_0x4fabc4(0x347)]=0x3,logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState='+_0x5bd86e+_0x4fabc4(0x1be)+util[_0x4fabc4(0x225)](_0xbe3ac9,_0x4cde68)),_0x2f3914=this[_0x4fabc4(0x1c3)](_0xbe3ac9),_0x3c2132=null,logger[_0x4fabc4(0x294)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId='+_0x2f3914+_0x4fabc4(0x217));if(_0x59a3af[_0x4fabc4(0x29e)](_0x5bd86e,HookState[_0x4fabc4(0x1ce)])){logger[_0x4fabc4(0x294)](_0x4fabc4(0x298)+_0x2f3914);const _0x3a31ad={};_0x3a31ad['testUUID']=_0x3c2132,_0x3a31ad['testData']=_0xbe3ac9,_0x3a31ad[_0x4fabc4(0x23a)]=_0x2f3914;const _0x4617eb=this['parseJestTest'](_0x3a31ad),_0x1ac366={};_0x1ac366['depth']=0x2,_0x1ac366['maxArrayLength']=0x3,logger[_0x4fabc4(0x294)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20'+util[_0x4fabc4(0x225)](_0x4617eb,_0x1ac366)),_0x353cfe[_0x4fabc4(0x2e9)](_0x4617eb),logger[_0x4fabc4(0x294)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0x2f3914),await this['processPendingHooks'](_0x353cfe,_0x2f3914);}else{if(_0x59a3af['PZSRY'](_0x5bd86e,HookState[_0x4fabc4(0x317)])){logger[_0x4fabc4(0x294)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20'+_0x2f3914);const _0x49c601=_0x353cfe['getAllData']()[_0x4fabc4(0x27b)](_0x2f3914);logger[_0x4fabc4(0x294)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20'+util['inspect'](Object['keys'](_0x59a3af['ZmwNG'](_0x49c601,{}))));_0x49c601&&_0x49c601[TestFrameworkConstants[_0x4fabc4(0x20e)]]?logger[_0x4fabc4(0x294)](_0x4fabc4(0x227)+Object[_0x4fabc4(0x352)](_0x49c601[TestFrameworkConstants[_0x4fabc4(0x20e)]])[_0x4fabc4(0x1f6)]+_0x4fabc4(0x1dd)):logger[_0x4fabc4(0x294)](_0x59a3af[_0x4fabc4(0x31f)]);const _0x57a3b0=_0x20ec98['originalTest']||null,_0x4be486={};_0x4be486[_0x4fabc4(0x1ec)]=_0x3c2132,_0x4be486[_0x4fabc4(0x2e5)]=_0xbe3ac9,_0x4be486[_0x4fabc4(0x23a)]=_0x2f3914,_0x4be486[_0x4fabc4(0x2fa)]=_0x57a3b0;const _0x13805c=this[_0x4fabc4(0x2d7)](_0x4be486),_0x3b464f={};_0x3b464f[_0x4fabc4(0x1e3)]=0x2,_0x3b464f['maxArrayLength']=0x3,logger[_0x4fabc4(0x294)](_0x4fabc4(0x249)+util[_0x4fabc4(0x225)](_0x13805c,_0x3b464f)),_0x353cfe[_0x4fabc4(0x2e9)](_0x13805c),logger[_0x4fabc4(0x294)](_0x4fabc4(0x342)+_0x2f3914),await this[_0x4fabc4(0x280)](_0x353cfe,_0x2f3914);}}break;case TestFrameworkState[_0x4fabc4(0x1fa)]:if(_0x59a3af[_0x4fabc4(0x29e)](_0x5bd86e,HookState[_0x4fabc4(0x317)])){const _0x4e0534={};_0x4e0534[_0x4fabc4(0x1e3)]=0x2,logger[_0x4fabc4(0x294)](_0x4fabc4(0x234)+util[_0x4fabc4(0x225)](_0x20ec98,_0x4e0534)),await this['sendLogCreatedEvent'](_0x353cfe,_0x5f07f8,_0x20ec98);}break;default:if(CLIUtils[_0x4fabc4(0x2ea)](_0x5f07f8[_0x4fabc4(0x253)]()[_0x4fabc4(0x1de)]('.')[0x1])){const _0x12e088={};_0x12e088[_0x4fabc4(0x1e3)]=0x2,_0x12e088[_0x4fabc4(0x347)]=0x3,logger[_0x4fabc4(0x294)](_0x4fabc4(0x243)+_0x5f07f8+_0x4fabc4(0x214)+_0x5bd86e+_0x4fabc4(0x247)+util[_0x4fabc4(0x225)](_0x20ec98[_0x4fabc4(0x236)],_0x12e088));const _0x106c46=await this['trackHookEvent'](_0x353cfe,_0x5f07f8,_0x5bd86e,_0x20ec98),_0x2a09a3={};_0x2a09a3[_0x4fabc4(0x1e3)]=0x2,_0x2a09a3[_0x4fabc4(0x347)]=0x3,logger['debug'](_0x4fabc4(0x22c)+util['inspect'](_0x106c46,_0x2a09a3)),_0x353cfe[_0x4fabc4(0x2e9)](_0x106c46);}else logger[_0x4fabc4(0x294)]('[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState='+_0x5f07f8+_0x4fabc4(0x211)+_0x5bd86e);break;}logger[_0x4fabc4(0x294)]('[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState='+_0x5f07f8+_0x4fabc4(0x214)+_0x5bd86e);}catch(_0x43801d){logger[_0x4fabc4(0x2c2)](_0x4fabc4(0x208)+_0x5f07f8+_0x4fabc4(0x214)+_0x5bd86e+_0x4fabc4(0x2b2)+util[_0x4fabc4(0x1db)](_0x43801d));}_0x20ec98[_0x4fabc4(0x261)]=_0x353cfe,await this['runHooks'](_0x353cfe,_0x5f07f8,_0x5bd86e,_0x20ec98);}['getJestTestIdentifier'](_0x31fec3){const _0x135177=a96_0x52331d,_0x5566d3={};_0x5566d3[_0x135177(0x310)]=_0x135177(0x1d6);const _0x544010=_0x5566d3;if(_0x31fec3&&(_0x31fec3['id']||_0x31fec3[_0x135177(0x2b1)])){const _0x14901c=_0x31fec3['id']||_0x31fec3[_0x135177(0x2b1)];return logger[_0x135177(0x294)](_0x135177(0x220)+_0x14901c+_0x135177(0x32b)),_0x14901c;}return logger[_0x135177(0x294)](_0x544010[_0x135177(0x310)]),process[_0x135177(0x27a)]+_0x135177(0x2bb);}[a96_0x52331d(0x2b5)](_0x452e4c,_0xbe92cc,_0x30f8dc={}){const _0x5e3f72=a96_0x52331d;let _0x2c35b2=null;return _0x2c35b2=TestFramework[_0x5e3f72(0x224)](),!_0x2c35b2?(logger[_0x5e3f72(0x294)]('[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state='+_0x452e4c),this[_0x5e3f72(0x328)](_0x452e4c,_0x30f8dc),_0x2c35b2=TestFramework[_0x5e3f72(0x224)](),logger[_0x5e3f72(0x294)](_0x5e3f72(0x213)+!!_0x2c35b2+_0x5e3f72(0x2ac)+_0x2c35b2?.[_0x5e3f72(0x29b)]()?.[_0x5e3f72(0x255)]())):logger['debug'](_0x5e3f72(0x246)+_0x2c35b2[_0x5e3f72(0x29b)]()?.[_0x5e3f72(0x255)]()),_0x2c35b2;}[a96_0x52331d(0x328)](_0x118a8b,_0x1329a3){const _0x1a1214=a96_0x52331d,_0x40196b={};_0x40196b['fLpfo']=_0x1a1214(0x29a);const _0x5a0e62=_0x40196b;if(TestFramework[_0x1a1214(0x224)]()){logger[_0x1a1214(0x294)](_0x5a0e62[_0x1a1214(0x32f)]);return;}const _0x5573d0=CLIUtils[_0x1a1214(0x1e0)](),_0x43a670=TrackedInstance['createContext'](_0x5573d0);let _0x26661a=null;logger['debug'](_0x1a1214(0x2a2)+_0x5573d0+_0x1a1214(0x1f1)+_0x118a8b),_0x26661a=new TestFrameworkInstance(_0x43a670,this['getTestFrameworks'](),this['getTestFrameworksVersions'](),_0x118a8b,HookState[_0x1a1214(0x1e4)]),TestFramework[_0x1a1214(0x24d)](_0x43a670,_0x26661a),logger[_0x1a1214(0x294)](_0x1a1214(0x2ce)+_0x43a670[_0x1a1214(0x255)]()+_0x1a1214(0x273)+_0x5573d0+',\x20testFramework='+this['getTestFrameworks']()[0x0]+_0x1a1214(0x20f)+this[_0x1a1214(0x21e)]()[this[_0x1a1214(0x26c)]()[0x0]]);}['parseJestTest'](_0x3bd0d3){const _0x44f29a=a96_0x52331d,_0x2ad5f5={};_0x2ad5f5['rOCSy']=function(_0x333c44,_0x5dcbe9){return _0x333c44||_0x5dcbe9;},_0x2ad5f5[_0x44f29a(0x1d3)]=_0x44f29a(0x27c);const _0x5f14fe=_0x2ad5f5,{testUUID:_0x21ed00,testData:_0x572a1d,testId:_0x18466c}=_0x3bd0d3;if(_0x5f14fe[_0x44f29a(0x1d4)](!_0x572a1d,!_0x18466c))return logger[_0x44f29a(0x294)](_0x5f14fe[_0x44f29a(0x1d3)]),{};const _0xce4655=this[_0x44f29a(0x26c)]()[0x0],_0xadafab=this[_0x44f29a(0x21e)](),_0x329c4f={};_0x329c4f[_0x44f29a(0x1e3)]=0x2,_0x329c4f['maxArrayLength']=0x3,logger[_0x44f29a(0x294)](_0x44f29a(0x2e3)+util[_0x44f29a(0x225)](_0x572a1d,_0x329c4f));const _0x2f3409=_0x572a1d?.[_0x44f29a(0x20a)]||[],_0x24544b=this[_0x44f29a(0x2d3)](_0x572a1d),_0x3d7b0b=this[_0x44f29a(0x34e)](_0x572a1d),_0x4f054f=_0x572a1d['fn']?_0x572a1d['fn']['toString']():_0x572a1d?.['body']?_0x572a1d[_0x44f29a(0x308)]['code'][_0x44f29a(0x253)]():null,_0x4d7e31=this[_0x44f29a(0x23d)](_0x572a1d),_0x3d50b2={[TestFrameworkConstants[_0x44f29a(0x1cf)]]:_0xce4655,[TestFrameworkConstants[_0x44f29a(0x1d2)]]:_0xadafab[_0xce4655],[TestFrameworkConstants[_0x44f29a(0x27e)]]:[],[TestFrameworkConstants[_0x44f29a(0x26a)]]:{},[TestFrameworkConstants[_0x44f29a(0x2b6)]]:{},[TestFrameworkConstants[_0x44f29a(0x33c)]]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants[_0x44f29a(0x24f)]]:_0x24544b,[TestFrameworkConstants[_0x44f29a(0x257)]]:_0x3d7b0b,[TestFrameworkConstants[_0x44f29a(0x221)]]:_0x18466c,[TestFrameworkConstants[_0x44f29a(0x2bf)]]:_0x24544b,[TestFrameworkConstants[_0x44f29a(0x350)]]:_0x3d7b0b,[TestFrameworkConstants['KEY_TEST_CODE']]:_0x4f054f,[TestFrameworkConstants[_0x44f29a(0x1ff)]]:_0x4d7e31,[TestFrameworkConstants[_0x44f29a(0x32d)]]:_0x572a1d[_0x44f29a(0x2a6)]||new Date()[_0x44f29a(0x2f8)](),[TestFrameworkConstants[_0x44f29a(0x26e)]]:_0x2f3409[0x0]||'',[TestFrameworkConstants[_0x44f29a(0x270)]]:_0x2f3409,[TestFrameworkConstants[_0x44f29a(0x1bd)]]:_0x24544b,[TestFrameworkConstants[_0x44f29a(0x238)]]:{},[TestFrameworkConstants[_0x44f29a(0x28d)]]:{}};_0x572a1d[_0x44f29a(0x1f2)]&&(_0x3d50b2[TestFrameworkConstants[_0x44f29a(0x2ff)]]=_0x572a1d['retryOf']);logger[_0x44f29a(0x294)]('[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName='+_0x24544b+_0x44f29a(0x272)+_0x18466c+_0x44f29a(0x2c4)+JSON[_0x44f29a(0x24a)](_0x4d7e31)+_0x44f29a(0x2cb)+util['inspect'](_0x2f3409)+_0x44f29a(0x265)+_0x3d7b0b);const _0x204b0b={};return _0x204b0b[_0x18466c]=_0x3d50b2,_0x204b0b;}[a96_0x52331d(0x2d7)](_0x890742){const _0x5767bd=a96_0x52331d,_0x57b583={'CLWFp':function(_0x5d45d7,_0x4859ea){return _0x5d45d7===_0x4859ea;},'HmNTa':'afterAll','NuwOD':_0x5767bd(0x254),'uTMCw':_0x5767bd(0x215),'fNpOQ':'_ALL','vNUng':function(_0x2ae92e,_0xcae802){return _0x2ae92e||_0xcae802;},'nBqfC':_0x5767bd(0x26d),'HsHgp':_0x5767bd(0x20c),'rKIxx':function(_0x1afded,_0x327f92){return _0x1afded>_0x327f92;},'rZsNt':_0x5767bd(0x207),'LrNCh':_0x5767bd(0x1fd),'LRWxd':_0x5767bd(0x2af),'wbdgG':_0x5767bd(0x2f9),'GPDzK':function(_0x1e209a,_0x2229a2){return _0x1e209a===_0x2229a2;},'JUanW':function(_0x3e537a,_0x4b8882){return _0x3e537a!==_0x4b8882;},'VASyo':function(_0x55406d,_0x5bf18e,_0x7531e8,_0x36610d){return _0x55406d(_0x5bf18e,_0x7531e8,_0x36610d);},'wKSQg':function(_0x4413e6,_0x254445){return _0x4413e6>_0x254445;},'iHePA':_0x5767bd(0x2dd)},{testUUID:_0x56f34d,testData:_0x455d3,testId:_0x2d8e10}=_0x890742;if(_0x57b583[_0x5767bd(0x2c6)](!_0x455d3,!_0x2d8e10))return logger[_0x5767bd(0x294)](_0x57b583[_0x5767bd(0x31e)]),{};const _0x50f78d=this['resolveInstance'](TestFrameworkState[_0x5767bd(0x2ef)],HookState[_0x5767bd(0x317)]),_0x85dc61=_0x50f78d[_0x5767bd(0x230)]()['get'](_0x2d8e10),_0x56fe1b=_0x57b583['vNUng'](_0x85dc61,{}),_0x816732=_0x56fe1b?_0x56fe1b[TestFrameworkConstants[_0x5767bd(0x238)]]||{}:{},_0x4724d9=_0x56fe1b[TestFrameworkConstants[_0x5767bd(0x20e)]];logger['debug'](_0x5767bd(0x1e6)+(_0x4724d9?Object['keys'](_0x4724d9)[_0x5767bd(0x1f6)]:0x0)+_0x5767bd(0x2d0));let _0x96ee98=_0x57b583[_0x5767bd(0x24e)];if(_0x455d3['result'])_0x96ee98=_0x455d3[_0x5767bd(0x33d)];else{if(_0x455d3[_0x5767bd(0x20d)]&&_0x57b583[_0x5767bd(0x304)](_0x455d3[_0x5767bd(0x20d)]['length'],0x0))_0x96ee98=_0x57b583[_0x5767bd(0x1e5)];else _0x57b583[_0x5767bd(0x2d4)](_0x455d3[_0x5767bd(0x1e2)],_0x57b583[_0x5767bd(0x1ed)])||_0x57b583[_0x5767bd(0x2d4)](_0x455d3[_0x5767bd(0x1e2)],_0x57b583['LRWxd'])?_0x96ee98=_0x57b583[_0x5767bd(0x2bd)]:_0x96ee98=_0x57b583[_0x5767bd(0x1eb)];}const _0x1eec73={..._0x56fe1b,[TestFrameworkConstants[_0x5767bd(0x33c)]]:_0x96ee98,[TestFrameworkConstants[_0x5767bd(0x2c1)]]:_0x455d3[_0x5767bd(0x327)]||new Date()[_0x5767bd(0x2f8)](),[TestFrameworkConstants[_0x5767bd(0x1cc)]]:new Date()[_0x5767bd(0x2f8)](),[TestFrameworkConstants[_0x5767bd(0x238)]]:_0x816732,[TestFrameworkConstants[_0x5767bd(0x28e)]]:_0x56fe1b[TestFrameworkConstants[_0x5767bd(0x28e)]]||[],[TestFrameworkConstants[_0x5767bd(0x28d)]]:{}};if(_0x57b583['GPDzK'](_0x96ee98,_0x57b583['rZsNt'])&&_0x455d3[_0x5767bd(0x20d)]){const _0x894e5f=this[_0x5767bd(0x316)](_0x455d3),_0x4658fb=this[_0x5767bd(0x250)](_0x455d3),_0x174368=this[_0x5767bd(0x21a)](_0x455d3);_0x1eec73[TestFrameworkConstants[_0x5767bd(0x1f8)]]=_0x4658fb,_0x1eec73[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x894e5f,_0x1eec73[TestFrameworkConstants[_0x5767bd(0x2f0)]]=_0x174368;}_0x57b583[_0x5767bd(0x25e)](_0x455d3[_0x5767bd(0x299)],undefined)&&(_0x1eec73[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x455d3['duration']);_0x455d3[_0x5767bd(0x1f2)]&&(_0x1eec73[TestFrameworkConstants[_0x5767bd(0x2ff)]]=_0x455d3[_0x5767bd(0x1f2)]);const _0x1b934a=_0x85dc61?_0x85dc61[TestFrameworkConstants[_0x5767bd(0x20e)]]||{}:{},_0x538915=_0x85dc61?_0x85dc61[TestFrameworkConstants[_0x5767bd(0x1d9)]]:_0x56f34d,_0x1329f8=_0x57b583[_0x5767bd(0x344)](getManualUploadLogs,_0x1b934a,_0x538915,_0x2d8e10);if(_0x57b583[_0x5767bd(0x304)](_0x1329f8['length'],0x0)){const _0x44bc00=_0x1eec73[TestFrameworkConstants[_0x5767bd(0x28e)]]||[];_0x1eec73[TestFrameworkConstants[_0x5767bd(0x28e)]]=[..._0x44bc00,..._0x1329f8];}const _0x328d11=_0x56fe1b[TestFrameworkConstants[_0x5767bd(0x26a)]]||{},_0x1a94e7=_0x56fe1b[TestFrameworkConstants[_0x5767bd(0x2b6)]]||{},_0x707df7={..._0x328d11},_0x54e03f=_0x707df7;Object['keys'](_0x1a94e7)[_0x5767bd(0x23b)](_0x6090df=>{const _0x4248c5=_0x5767bd;!_0x54e03f[_0x6090df]&&(_0x54e03f[_0x6090df]=[]);const _0x2b1dbd=new Set((_0x54e03f[_0x6090df]||[])[_0x4248c5(0x345)](_0x51bfec=>_0x51bfec[TestFrameworkConstants[_0x4248c5(0x1f0)]]||_0x51bfec[_0x4248c5(0x252)]));(_0x1a94e7[_0x6090df]||[])['forEach'](_0x4acaf0=>{const _0x2976ad=_0x4248c5,_0x237920=_0x4acaf0[TestFrameworkConstants[_0x2976ad(0x1f0)]]||_0x4acaf0[_0x2976ad(0x252)];if(!_0x2b1dbd[_0x2976ad(0x326)](_0x237920)){const _0x27b048={..._0x4acaf0},_0x30c4a2=_0x27b048;!_0x30c4a2[TestFrameworkConstants[_0x2976ad(0x22d)]]&&!_0x30c4a2[_0x2976ad(0x323)]&&(_0x30c4a2[TestFrameworkConstants[_0x2976ad(0x22d)]]=new Date()[_0x2976ad(0x2f8)]()),!_0x30c4a2[TestFrameworkConstants[_0x2976ad(0x232)]]&&!_0x30c4a2[_0x2976ad(0x1f9)]&&(_0x30c4a2[TestFrameworkConstants[_0x2976ad(0x232)]]=TestFrameworkConstants[_0x2976ad(0x268)]),_0x54e03f[_0x6090df][_0x2976ad(0x1c8)](_0x30c4a2);}});});if(_0x890742['originalTest']){this[_0x5767bd(0x312)](_0x890742['originalTest']);const _0x40dd51=this[_0x5767bd(0x339)](_0x890742[_0x5767bd(0x2fa)]),_0x532e55=this[_0x5767bd(0x313)](_0x890742[_0x5767bd(0x2fa)]);_0x532e55['forEach'](_0xf5124b=>{const _0x3941bf=_0x5767bd,_0x2de47d=_0x40dd51[_0x3941bf(0x27b)](_0xf5124b);if(_0x2de47d&&(_0x57b583[_0x3941bf(0x2d4)](_0x2de47d[_0x3941bf(0x23f)],_0x57b583[_0x3941bf(0x1ea)])||_0x57b583[_0x3941bf(0x2d4)](_0x2de47d['type'],_0x57b583[_0x3941bf(0x2ba)]))){const _0x554385=_0x2de47d[_0x3941bf(0x23f)]['toUpperCase']()[_0x3941bf(0x346)](_0x57b583[_0x3941bf(0x332)],_0x57b583[_0x3941bf(0x30d)]),_0x36bebe=_0x554385;!_0x54e03f[_0x36bebe]&&(_0x54e03f[_0x36bebe]=[]);const _0x2922e6=_0x54e03f[_0x36bebe]['find'](_0x32d16e=>(_0x32d16e[TestFrameworkConstants['KEY_HOOK_ID']]||_0x32d16e[_0x3941bf(0x252)])===_0xf5124b);!_0x2922e6&&_0x54e03f[_0x36bebe]['push']({'key':_0x36bebe,[TestFrameworkConstants[_0x3941bf(0x1f0)]]:_0xf5124b,[TestFrameworkConstants[_0x3941bf(0x232)]]:TestFrameworkConstants[_0x3941bf(0x268)],[TestFrameworkConstants[_0x3941bf(0x32c)]]:new Date()[_0x3941bf(0x2f8)](),[TestFrameworkConstants[_0x3941bf(0x22d)]]:new Date()[_0x3941bf(0x2f8)](),[TestFrameworkConstants[_0x3941bf(0x30b)]]:[],[TestFrameworkConstants[_0x3941bf(0x330)]]:_0x2de47d[_0x3941bf(0x2b9)]||_0x2de47d['type']+'\x20hook',[TestFrameworkConstants[_0x3941bf(0x238)]]:_0x816732});}});}if(_0x455d3[_0x5767bd(0x33f)]&&_0x57b583[_0x5767bd(0x22a)](_0x455d3[_0x5767bd(0x33f)][_0x5767bd(0x1f6)],0x0))_0x1eec73[TestFrameworkConstants[_0x5767bd(0x26a)]]=_0x455d3[_0x5767bd(0x33f)],logger['debug'](_0x57b583[_0x5767bd(0x2ab)]);else _0x57b583['wKSQg'](Object[_0x5767bd(0x352)](_0x54e03f)[_0x5767bd(0x1f6)],0x0)&&(_0x1eec73[TestFrameworkConstants[_0x5767bd(0x26a)]]=_0x54e03f,logger[_0x5767bd(0x294)](_0x5767bd(0x320)+Object[_0x5767bd(0x352)](_0x54e03f)['join'](',')));const _0x1892db=this[_0x5767bd(0x2d3)](_0x455d3);logger['debug'](_0x5767bd(0x241)+_0x1892db+',\x20testId='+_0x2d8e10+'\x20(testIdentifier),\x20result='+_0x96ee98+',\x20duration='+_0x455d3[_0x5767bd(0x299)]);_0x57b583[_0x5767bd(0x2d4)](_0x96ee98,_0x57b583[_0x5767bd(0x1e5)])&&logger['debug'](_0x5767bd(0x2d6)+_0x2d8e10+_0x5767bd(0x2c7)+_0x1eec73[TestFrameworkConstants[_0x5767bd(0x1f8)]]+',\x20failureReason='+_0x1eec73[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]?.[_0x5767bd(0x296)](0x0,0xc8));const _0x3ca300={};return _0x3ca300[_0x2d8e10]=_0x1eec73,_0x3ca300;}['getJestTestScopes'](_0x8d3a7e){const _0x210e99=a96_0x52331d,_0x5cc1ab={};_0x5cc1ab['ePdkE']=function(_0x4e189b,_0x3c574e){return _0x4e189b!==_0x3c574e;},_0x5cc1ab[_0x210e99(0x276)]=_0x210e99(0x34c);const _0x384619=_0x5cc1ab,_0x3187e5={};_0x3187e5[_0x210e99(0x1e3)]=0x2,_0x3187e5[_0x210e99(0x347)]=0x3,logger[_0x210e99(0x294)]('[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20'+util[_0x210e99(0x225)](_0x8d3a7e,_0x3187e5));const _0x13b324=[];if(_0x8d3a7e&&_0x8d3a7e[_0x210e99(0x2e0)]){let _0x2d835d=_0x8d3a7e[_0x210e99(0x2e0)];while(_0x2d835d&&_0x2d835d['name']&&_0x384619[_0x210e99(0x2e4)](_0x2d835d[_0x210e99(0x2b9)],'')&&_0x384619[_0x210e99(0x2e4)](_0x2d835d[_0x210e99(0x2b9)],_0x384619[_0x210e99(0x276)])){_0x13b324[_0x210e99(0x1c8)](_0x2d835d['name']),_0x2d835d=_0x2d835d[_0x210e99(0x2e0)];}}return _0x13b324[_0x210e99(0x1d8)]();}[a96_0x52331d(0x2d3)](_0x376a42){const _0x12ffb7=a96_0x52331d,_0x1b0007={};_0x1b0007[_0x12ffb7(0x301)]=_0x12ffb7(0x2cc);const _0x67ff4f=_0x1b0007;if(_0x376a42[_0x12ffb7(0x2b9)])return _0x376a42[_0x12ffb7(0x2b9)];if(_0x376a42[_0x12ffb7(0x2a9)])return _0x376a42[_0x12ffb7(0x2a9)];return _0x67ff4f[_0x12ffb7(0x301)];}[a96_0x52331d(0x23d)](_0x40a850){const _0xe4fc24=a96_0x52331d,_0xba6354=[];if(_0x40a850['tags']&&Array[_0xe4fc24(0x2c8)](_0x40a850[_0xe4fc24(0x2fb)]))return _0x40a850['tags'][_0xe4fc24(0x345)](_0x4988c3=>_0x4988c3[_0xe4fc24(0x201)]('@')?_0x4988c3[_0xe4fc24(0x30f)](0x1):_0x4988c3);const _0x1bb5b5=this[_0xe4fc24(0x2d3)](_0x40a850),_0x1bcb4d=_0x1bb5b5[_0xe4fc24(0x223)](/@(\w+)/g);if(_0x1bcb4d)return _0x1bcb4d[_0xe4fc24(0x345)](_0x2998c1=>_0x2998c1['slice'](0x1));return _0x40a850['scopes']&&Array[_0xe4fc24(0x2c8)](_0x40a850[_0xe4fc24(0x20a)])&&_0x40a850[_0xe4fc24(0x20a)][_0xe4fc24(0x23b)](_0x52bd64=>{const _0x4c32c1=_0xe4fc24,_0x23985a=_0x52bd64[_0x4c32c1(0x223)](/@(\w+)/g);_0x23985a&&_0x23985a[_0x4c32c1(0x23b)](_0x5c645d=>{const _0x252799=_0x4c32c1,_0x78eca5=_0x5c645d[_0x252799(0x1c9)](0x1);!_0xba6354[_0x252799(0x1e1)](_0x78eca5)&&_0xba6354['push'](_0x78eca5);});}),_0xba6354;}[a96_0x52331d(0x34e)](_0xa7890f){const _0x5dd67d=a96_0x52331d,_0x557b80={'SIGvn':function(_0x5b7f85,_0x1e4cec){return _0x5b7f85(_0x1e4cec);}};if(_0xa7890f[_0x5dd67d(0x258)])return _0xa7890f[_0x5dd67d(0x258)];if(_0xa7890f[_0x5dd67d(0x283)])try{const _0x31af21=stackTrace[_0x5dd67d(0x303)](_0xa7890f[_0x5dd67d(0x283)]),_0x25c113=_0x557b80[_0x5dd67d(0x325)](pickUserFrameFile,_0x31af21);if(_0x25c113)return _0x25c113;logger[_0x5dd67d(0x294)](_0x5dd67d(0x33a)+_0x31af21[_0x5dd67d(0x1f6)]+')');}catch(_0x154d14){logger['debug'](_0x5dd67d(0x2dc)+util[_0x5dd67d(0x1db)](_0x154d14));}return null;}[a96_0x52331d(0x316)](_0x5e4e51){const _0x484440=a96_0x52331d,_0x16ce24={};_0x16ce24[_0x484440(0x284)]=function(_0x34c1e7,_0x48ac01){return _0x34c1e7>_0x48ac01;},_0x16ce24[_0x484440(0x2a0)]=_0x484440(0x318);const _0x151d82=_0x16ce24;if(_0x5e4e51[_0x484440(0x20d)]&&_0x151d82[_0x484440(0x284)](_0x5e4e51['errorsDetailed'][_0x484440(0x1f6)],0x0))return util[_0x484440(0x225)](_0x5e4e51['errorsDetailed'][0x0]);if(_0x5e4e51[_0x484440(0x28a)])return _0x5e4e51[_0x484440(0x28a)];return _0x151d82[_0x484440(0x2a0)];}[a96_0x52331d(0x250)](_0x143515){const _0x1be735=a96_0x52331d,_0x335790={};_0x335790['FfqVx']='Assert',_0x335790[_0x1be735(0x33b)]=_0x1be735(0x205),_0x335790[_0x1be735(0x244)]=_0x1be735(0x2de);const _0xbdcdec=_0x335790,_0x130309=this['getJestFailureReason'](_0x143515);if(_0x130309&&_0x130309[_0x1be735(0x1e1)](_0xbdcdec[_0x1be735(0x2ae)]))return _0xbdcdec[_0x1be735(0x33b)];return _0xbdcdec['gGgLJ'];}[a96_0x52331d(0x21a)](_0x1afd22){const _0x3ca1ca=a96_0x52331d,_0x3622c1={'MSeng':function(_0x3d8163,_0x219b97){return _0x3d8163(_0x219b97);},'RffTX':_0x3ca1ca(0x1dc),'Tkgbk':function(_0x7d2b3c,_0x3adbb8){return _0x7d2b3c!==_0x3adbb8;},'cZFMM':_0x3ca1ca(0x2b4)},{failureData:_0x567d1e}=_0x3622c1[_0x3ca1ca(0x1c4)](require,_0x3622c1[_0x3ca1ca(0x31c)]),_0x304126=[];return _0x3622c1[_0x3ca1ca(0x1d1)](_0x1afd22[_0x3ca1ca(0x20d)],undefined)&&_0x304126['push'](_0x1afd22[_0x3ca1ca(0x20d)],_0x3622c1[_0x3ca1ca(0x25f)]),_0x567d1e['apply'](null,_0x304126);}async['trackHookEvent'](_0x2fb7c6,_0x346376,_0x5604f6,_0x575d1d){const _0x3ef056=a96_0x52331d,_0x3c9141={'JcUpy':_0x3ef056(0x278),'YFWqN':function(_0x38647c){return _0x38647c();},'LUfmz':function(_0x318c10,_0x4fce87){return _0x318c10 in _0x4fce87;},'GGkyA':function(_0x1320be,_0x221288){return _0x1320be===_0x221288;},'gHMPO':function(_0x17e8bc,_0x2d0af2){return _0x17e8bc>_0x2d0af2;},'tzDIh':_0x3ef056(0x207),'KtQBL':_0x3ef056(0x2f9),'TPYAY':function(_0x1bf82d,_0x4654b5){return _0x1bf82d===_0x4654b5;},'VshAP':function(_0x3060e6,_0x57830f){return _0x3060e6===_0x57830f;},'zScmL':_0x3ef056(0x28f),'mvoUa':function(_0x3250e3,_0x5db458){return _0x3250e3!==_0x5db458;}},{hookData:_0x551aef}=_0x575d1d,_0x103da4=_0x5604f6[_0x3ef056(0x253)](),_0x518d4d=_0x346376['toString'](),_0x1bb40f={};_0x1bb40f['depth']=0x2,_0x1bb40f['maxArrayLength']=0x3,logger[_0x3ef056(0x294)](_0x3ef056(0x319)+_0x518d4d+_0x3ef056(0x214)+_0x103da4+_0x3ef056(0x247)+util[_0x3ef056(0x225)](_0x551aef,_0x1bb40f));if(!_0x551aef)return logger[_0x3ef056(0x294)](_0x3c9141[_0x3ef056(0x1cb)]),{};const _0x36392f=_0x551aef[_0x3ef056(0x2b1)]||_0x551aef[_0x3ef056(0x32e)]||_0x3c9141[_0x3ef056(0x275)](uuidv4),_0xfb7bc9=_0x551aef[_0x3ef056(0x1ef)]||this['getJestTestIdentifier'](_0x551aef),_0x5c6a6d=_0x346376[_0x3ef056(0x253)]()['split']('.')[0x1],_0x5bc5e3=_0x2fb7c6[_0x3ef056(0x230)]()['get'](_0xfb7bc9),_0x5eaf52=_0x5bc5e3?_0x5bc5e3[TestFrameworkConstants[_0x3ef056(0x238)]]||{}:{};logger['debug'](_0x3ef056(0x23c)+_0x36392f+',\x20testId='+_0xfb7bc9+'\x20(testIdentifier),\x20hookType='+_0x5c6a6d+_0x3ef056(0x214)+_0x103da4);if(!_0x5bc5e3)return logger['debug'](_0x3ef056(0x274)+_0xfb7bc9+',\x20storing\x20as\x20pending\x20hook'),this[_0x3ef056(0x20b)](_0x2fb7c6,_0xfb7bc9,_0x346376,_0x5604f6,_0x575d1d),{};let _0x199c0a=_0x5bc5e3[TestFrameworkConstants[_0x3ef056(0x2b6)]];!_0x199c0a&&(_0x199c0a={});!_0x3c9141['LUfmz'](_0x5c6a6d,_0x199c0a)&&(_0x199c0a[_0x5c6a6d]=[]);let _0xd37f5a=_0x5bc5e3[TestFrameworkConstants['KEY_HOOKS_FINISHED']];!_0xd37f5a&&(_0xd37f5a={});!_0x3c9141[_0x3ef056(0x351)](_0x5c6a6d,_0xd37f5a)&&(_0xd37f5a[_0x5c6a6d]=[]);const _0x3a6741={[_0xfb7bc9]:{[TestFrameworkConstants[_0x3ef056(0x2b6)]]:_0x199c0a,[TestFrameworkConstants[_0x3ef056(0x26a)]]:_0xd37f5a,[TestFrameworkConstants[_0x3ef056(0x1cf)]]:this[_0x3ef056(0x26c)]()[0x0]||'',[TestFrameworkConstants[_0x3ef056(0x1d2)]]:this[_0x3ef056(0x21e)]()[this[_0x3ef056(0x26c)]()[0x0]]||''}};if(_0x3c9141['GGkyA'](_0x5604f6,HookState[_0x3ef056(0x1ce)])){const _0x550478={'key':_0x5c6a6d,[TestFrameworkConstants[_0x3ef056(0x1f0)]]:_0x36392f,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x3ef056(0x32c)]]:_0x551aef['started_at']||new Date()[_0x3ef056(0x2f8)](),[TestFrameworkConstants[_0x3ef056(0x30b)]]:[],[TestFrameworkConstants[_0x3ef056(0x330)]]:_0x551aef['name']||_0x551aef[_0x3ef056(0x2cf)]||_0x5c6a6d,[TestFrameworkConstants[_0x3ef056(0x238)]]:_0x5eaf52};_0x199c0a[_0x5c6a6d][_0x3ef056(0x1c8)](_0x550478),_0x3a6741[_0xfb7bc9][TestFrameworkConstants[_0x3ef056(0x2a4)]]=_0x5c6a6d;const _0x53fa28={};_0x53fa28[_0x3ef056(0x1e3)]=0x2,logger[_0x3ef056(0x294)](_0x3ef056(0x200)+_0x5c6a6d+_0x3ef056(0x2d5)+_0x36392f+_0x3ef056(0x272)+_0xfb7bc9+_0x3ef056(0x286)+util[_0x3ef056(0x225)](_0x550478,_0x53fa28));}else{if(_0x3c9141[_0x3ef056(0x335)](_0x5604f6,HookState[_0x3ef056(0x317)])){const _0x3c4a05=_0x551aef[_0x3ef056(0x33d)]||(_0x551aef[_0x3ef056(0x20d)]&&_0x3c9141[_0x3ef056(0x324)](_0x551aef[_0x3ef056(0x20d)]['length'],0x0)?_0x3c9141['tzDIh']:_0x3c9141[_0x3ef056(0x34d)]),_0x48ea0e=_0x199c0a[_0x5c6a6d]||[];logger[_0x3ef056(0x294)](_0x3ef056(0x2b3)+_0x5c6a6d+_0x3ef056(0x272)+_0xfb7bc9+_0x3ef056(0x203)+_0x3c4a05+',\x20hooksListLength='+_0x48ea0e[_0x3ef056(0x1f6)]);if(_0x3c9141[_0x3ef056(0x343)](_0x48ea0e[_0x3ef056(0x1f6)],0x0)&&_0x3c9141[_0x3ef056(0x281)](_0x346376,TestFrameworkState[_0x3ef056(0x248)]))return logger['debug'](_0x3c9141[_0x3ef056(0x338)]),this[_0x3ef056(0x20b)](_0x2fb7c6,_0xfb7bc9,_0x346376,_0x5604f6,_0x575d1d),{};if(_0x3c9141[_0x3ef056(0x324)](_0x48ea0e['length'],0x0)){const _0x23a65a=_0x48ea0e['pop']();_0x3c9141[_0x3ef056(0x281)](_0x3c4a05,_0x3c9141[_0x3ef056(0x293)])&&_0x551aef[_0x3ef056(0x20d)]?(_0x23a65a[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this['getJestFailureType'](_0x551aef),_0x23a65a[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]=this[_0x3ef056(0x316)](_0x551aef),_0x23a65a[TestFrameworkConstants[_0x3ef056(0x1d0)]]=this['getJestFailureData'](_0x551aef),logger[_0x3ef056(0x294)](_0x3ef056(0x2f7)+_0x5c6a6d+_0x3ef056(0x2c7)+_0x23a65a[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]+_0x3ef056(0x262)+_0x23a65a[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]?.['substring'](0x0,0xc8))):_0x23a65a[TestFrameworkConstants[_0x3ef056(0x232)]]=_0x3c9141[_0x3ef056(0x34d)];_0x3c9141['mvoUa'](_0x3c4a05,TestFrameworkConstants[_0x3ef056(0x268)])&&(_0x23a65a[TestFrameworkConstants[_0x3ef056(0x232)]]=_0x3c4a05);_0x23a65a[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x551aef['finished_at']||new Date()[_0x3ef056(0x2f8)](),_0x23a65a[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x5eaf52;const _0x3b8b89=_0x23a65a[TestFrameworkConstants[_0x3ef056(0x1f0)]];!_0xd37f5a[_0x5c6a6d]&&(_0xd37f5a[_0x5c6a6d]=[]);_0xd37f5a[_0x5c6a6d][_0x3ef056(0x1c8)](_0x23a65a),_0x3a6741[_0xfb7bc9][TestFrameworkConstants[_0x3ef056(0x2ee)]]=_0x5c6a6d;const _0x8f656d={};_0x8f656d['depth']=0x2,logger['debug'](_0x3ef056(0x1ee)+_0x5c6a6d+_0x3ef056(0x2d5)+_0x3b8b89+_0x3ef056(0x203)+_0x3c4a05+_0x3ef056(0x286)+util[_0x3ef056(0x225)](_0x23a65a,_0x8f656d));}}}return _0x3a6741;}[a96_0x52331d(0x311)](_0x5cfe01){const _0x1b2f85=a96_0x52331d,_0x2a7e24={};_0x2a7e24[_0x1b2f85(0x1c0)]='base64';const _0x39de66=_0x2a7e24;try{const _0x5d5636=_0x5cfe01['test']?this[_0x1b2f85(0x1c3)](_0x5cfe01[_0x1b2f85(0x2b4)]):_0x5cfe01[_0x1b2f85(0x236)][_0x1b2f85(0x1ef)],_0x373399=_0x5cfe01[_0x1b2f85(0x261)],_0x10a4ec=_0x373399['getContext'](),_0x2ebd23=_0x373399[_0x1b2f85(0x230)]()[_0x1b2f85(0x27b)](_0x5d5636);if(!_0x2ebd23)return logger[_0x1b2f85(0x294)]('createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x5d5636),{};const {[TestFrameworkConstants[_0x1b2f85(0x1cf)]]:_0x51c9a0=this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x1a6442=this['getTestFrameworksVersions']()[this['getTestFrameworks']()[0x0]]||'',[TestFrameworkConstants[_0x1b2f85(0x32d)]]:_0xdbef5f='',[TestFrameworkConstants[_0x1b2f85(0x2c1)]]:_0x51616b=''}=_0x2ebd23,_0x2e152e=_0x373399[_0x1b2f85(0x24c)]()['toString']()[_0x1b2f85(0x1de)]('.')[0x1],_0x4e7752=_0x373399['getCurrentHookState']()[_0x1b2f85(0x253)]()[_0x1b2f85(0x1de)]('.')[0x1],_0x3a7b2d=global?.[_0x1b2f85(0x242)]?.[_0x1b2f85(0x315)]?.[_0x1b2f85(0x2e7)]||global[_0x1b2f85(0x2f4)]||0x0,_0x2912e6=_0x373399[_0x1b2f85(0x31a)](),_0x1f660e=Buffer['from'](JSON[_0x1b2f85(0x24a)](_0x2ebd23))[_0x1b2f85(0x253)](_0x39de66[_0x1b2f85(0x1c0)]),_0xaaa0b6={'hash':_0x10a4ec[_0x1b2f85(0x255)](),'threadId':_0x10a4ec[_0x1b2f85(0x291)]()[_0x1b2f85(0x253)](),'processId':_0x10a4ec[_0x1b2f85(0x2c9)]()[_0x1b2f85(0x253)]()},_0x595164={};_0x595164[_0x1b2f85(0x2bc)]=_0x3a7b2d,_0x595164['testFrameworkName']=_0x51c9a0,_0x595164[_0x1b2f85(0x2d9)]=_0x1a6442,_0x595164['testFrameworkState']=_0x2e152e,_0x595164[_0x1b2f85(0x204)]=_0x4e7752,_0x595164['startedAt']=_0xdbef5f,_0x595164[_0x1b2f85(0x331)]=_0x51616b,_0x595164['uuid']=_0x2912e6,_0x595164['eventJson']=_0x1f660e,_0x595164['executionContext']=_0xaaa0b6,_0x595164['test_identifier']=_0x5d5636;const _0x52c559=_0x595164;return _0x52c559;}catch(_0x326f7c){return logger[_0x1b2f85(0x2c2)]('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util[_0x1b2f85(0x1db)](_0x326f7c)),{};}}async['sendLogCreatedEvent'](_0xe864f4,_0x1e6d90,_0x47ba46){const _0x5d83e9=a96_0x52331d,_0x242d59={'Irixb':function(_0x35707d,_0x26b09e){return _0x35707d+_0x26b09e;},'jNnOC':_0x5d83e9(0x2ed),'BpmDU':_0x5d83e9(0x2fd),'vdVuw':function(_0x58adc6,_0x127249){return _0x58adc6>_0x127249;},'sGboK':function(_0xba921e,_0x21f2c7,_0x1ddfcb,_0x10766f){return _0xba921e(_0x21f2c7,_0x1ddfcb,_0x10766f);},'yIRXK':function(_0x409f3d,_0x19a379){return _0x409f3d-_0x19a379;},'sfqkt':function(_0x38243d,_0x4f81ee){return _0x38243d===_0x4f81ee;},'CmWyP':function(_0x4a36eb,_0x1cecd4){return _0x4a36eb/_0x1cecd4;},'Bnxnj':function(_0x45ee73,_0x4f19ed){return _0x45ee73<_0x4f19ed;},'XgxVe':function(_0x4be47d,_0x2699d1){return _0x4be47d*_0x2699d1;},'XSYZm':function(_0x3b87a1,_0x4543a4){return _0x3b87a1+_0x4543a4;},'Veogv':function(_0x186146,_0x3ca287){return _0x186146+_0x3ca287;},'CyYlQ':function(_0x5e04ea,_0x4e4865){return _0x5e04ea>_0x4e4865;}};try{const _0x121ec6=_0x47ba46[_0x5d83e9(0x1ec)]||_0x47ba46[_0x5d83e9(0x23a)],_0xa30bf7=Array[_0x5d83e9(0x333)](_0xe864f4[_0x5d83e9(0x230)]()[_0x5d83e9(0x352)]()),_0x2256c4=_0xe864f4[_0x5d83e9(0x230)]()[_0x5d83e9(0x27b)](_0x121ec6);if(!_0x2256c4){logger[_0x5d83e9(0x294)](_0x5d83e9(0x1e7)+_0x121ec6);return;}const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x536d92='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x2f7a1d=''}=_0x2256c4;let _0x5b4a55=[];_0x2256c4&&_0x2256c4[TestFrameworkConstants['KEY_LOGS']]&&Array[_0x5d83e9(0x2c8)](_0x2256c4[TestFrameworkConstants[_0x5d83e9(0x28e)]])?(_0x5b4a55=_0x2256c4[TestFrameworkConstants[_0x5d83e9(0x28e)]]||[],logger[_0x5d83e9(0x294)](_0x5d83e9(0x2f3)+_0x5b4a55[_0x5d83e9(0x1f6)]+_0x5d83e9(0x2b7)+_0x121ec6),_0xe864f4[_0x5d83e9(0x2e9)]({[_0x121ec6]:{[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants[_0x5d83e9(0x1cf)]]:this[_0x5d83e9(0x26c)]()[0x0]||'',[TestFrameworkConstants[_0x5d83e9(0x1d2)]]:this[_0x5d83e9(0x21e)]()[this['getTestFrameworks']()[0x0]]||''}}),logger[_0x5d83e9(0x294)](_0x5d83e9(0x2a8)+_0x121ec6)):logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x121ec6);logger[_0x5d83e9(0x294)](_0x5d83e9(0x21f)+_0x5b4a55[_0x5d83e9(0x1f6)]+_0x5d83e9(0x256)+_0x121ec6);const _0x51b969=_0x5b4a55[_0x5d83e9(0x292)](_0x3e3780=>_0x3e3780[_0x5d83e9(0x31b)]===_0x5d83e9(0x23e));_0x242d59[_0x5d83e9(0x28b)](_0x51b969[_0x5d83e9(0x1f6)],0x0)&&(logger[_0x5d83e9(0x294)](_0x5d83e9(0x25a)+_0x51b969['length']+'\x20screenshot\x20logs\x20for\x20testId:\x20'+_0x121ec6),_0x51b969[_0x5d83e9(0x23b)]((_0x4f3bc3,_0x712c93)=>{const _0x1b4d60=_0x5d83e9;logger[_0x1b4d60(0x294)](_0x1b4d60(0x228)+_0x242d59[_0x1b4d60(0x300)](_0x712c93,0x1)+'/'+_0x51b969[_0x1b4d60(0x1f6)]+'\x20-\x20test_identifier='+(_0x4f3bc3[_0x1b4d60(0x307)]||_0x242d59[_0x1b4d60(0x354)])+',\x20test_run_uuid='+(_0x4f3bc3[_0x1b4d60(0x2c5)]||_0x242d59[_0x1b4d60(0x354)])+_0x1b4d60(0x269)+(_0x4f3bc3[_0x1b4d60(0x237)]||_0x242d59['BpmDU'])+_0x1b4d60(0x229)+(_0x4f3bc3[_0x1b4d60(0x26f)]?.[_0x1b4d60(0x1f6)]||0x0));}));const _0x329860=_0x2256c4[TestFrameworkConstants[_0x5d83e9(0x20e)]]||{},_0x24a48c=_0x242d59[_0x5d83e9(0x2f6)](getMediaArtifactsLogs,_0x329860,null,_0x121ec6),_0x55e55f=(_0x5b4a55||[])[_0x5d83e9(0x348)](_0x24a48c||[]),_0x435244=_0x51b969?.[_0x5d83e9(0x1f6)]||0x0,_0x52d298=_0x242d59[_0x5d83e9(0x2cd)](_0x5b4a55?.[_0x5d83e9(0x1f6)]||0x0,_0x435244);logger['debug'](_0x5d83e9(0x231)+_0x121ec6+_0x5d83e9(0x219)+_0x52d298+_0x5d83e9(0x2fe)+_0x435244+_0x5d83e9(0x2a7)+(_0x24a48c?.[_0x5d83e9(0x1f6)]||0x0)+_0x5d83e9(0x25c)+_0x55e55f[_0x5d83e9(0x1f6)]);if(!_0x55e55f||_0x242d59[_0x5d83e9(0x2da)](_0x55e55f['length'],0x0)){logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0x121ec6);return;}const _0x3936fc=0x28,_0x5abb48=Math['ceil'](_0x242d59[_0x5d83e9(0x1e9)](_0x55e55f['length'],_0x3936fc));for(let _0x3db762=0x0;_0x242d59[_0x5d83e9(0x309)](_0x3db762,_0x5abb48);_0x3db762++){const _0x59f171=_0x242d59['XgxVe'](_0x3db762,_0x3936fc),_0x802202=_0x242d59[_0x5d83e9(0x300)](_0x59f171,_0x3936fc),_0x13602a=_0x55e55f[_0x5d83e9(0x1c9)](_0x59f171,_0x802202),_0x49e02f=global?.[_0x5d83e9(0x28c)]??0x0,_0x428fe1={'platformIndex':_0x49e02f,'logs':_0x13602a,'testFrameworkName':_0x536d92,'testFrameworkVersion':_0x2f7a1d,'testFrameworkState':_0x1e6d90['toString']()[_0x5d83e9(0x1de)]('.')[0x1]},_0x548bb6={};_0x548bb6[_0x5d83e9(0x1e3)]=0x3,_0x548bb6[_0x5d83e9(0x347)]=0x5,logger[_0x5d83e9(0x294)](_0x5d83e9(0x30c)+_0x242d59[_0x5d83e9(0x2db)](_0x3db762,0x1)+'/'+_0x5abb48+_0x5d83e9(0x2eb)+_0x121ec6+_0x5d83e9(0x2f5)+_0x13602a[_0x5d83e9(0x1f6)]+_0x5d83e9(0x336)+_0x49e02f+',\x20payload:\x20'+util[_0x5d83e9(0x225)](_0x428fe1,_0x548bb6));const _0x144ba5=await GrpcClient[_0x5d83e9(0x2d1)]()[_0x5d83e9(0x263)](_0x428fe1);logger[_0x5d83e9(0x294)](_0x5d83e9(0x30c)+_0x242d59[_0x5d83e9(0x2e1)](_0x3db762,0x1)+'/'+_0x5abb48+_0x5d83e9(0x2eb)+_0x121ec6+_0x5d83e9(0x30a)+util[_0x5d83e9(0x225)](_0x144ba5));}_0x24a48c&&_0x242d59[_0x5d83e9(0x235)](_0x24a48c[_0x5d83e9(0x1f6)],0x0)&&_0x2256c4[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]&&_0xe864f4[_0x5d83e9(0x2e9)]({[_0x121ec6]:{[TestFrameworkConstants[_0x5d83e9(0x20e)]]:{},[TestFrameworkConstants[_0x5d83e9(0x1cf)]]:this[_0x5d83e9(0x26c)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this['getTestFrameworksVersions']()[this['getTestFrameworks']()[0x0]]||''}}),logger[_0x5d83e9(0x294)](_0x5d83e9(0x297)+_0x121ec6+_0x5d83e9(0x2c0)+_0x5abb48);}catch(_0x58bf43){logger[_0x5d83e9(0x2c2)](_0x5d83e9(0x302)+(_0x47ba46[_0x5d83e9(0x1ec)]||_0x47ba46[_0x5d83e9(0x23a)])+_0x5d83e9(0x25d)+util[_0x5d83e9(0x1db)](_0x58bf43));}}['storePendingHook'](_0x133740,_0x5ac96c,_0x5037ae,_0xa3a47c,_0x47e1cd){const _0x385e94=a96_0x52331d,_0x98cb74={};_0x98cb74[_0x385e94(0x239)]=function(_0x22410f,_0x4fcc81){return _0x22410f===_0x4fcc81;},_0x98cb74[_0x385e94(0x289)]='beforeAll';const _0x1c959f=_0x98cb74,{hookData:_0x4e469d}=_0x47e1cd,_0x52b1d3={'testId':_0x5ac96c,'testFrameworkState':_0x5037ae,'hookState':_0xa3a47c,'args':_0x47e1cd,'timestamp':new Date()['toISOString']()};if(_0x1c959f[_0x385e94(0x239)](_0x5037ae,TestFrameworkState[_0x385e94(0x248)])&&_0x4e469d){const _0x4931de={};_0x4931de['filePath']=_0x4e469d[_0x385e94(0x258)]||_0x4e469d[_0x385e94(0x2b8)],_0x4931de['scope']=_0x4e469d['scope']||_0x4e469d[_0x385e94(0x20a)]&&_0x4e469d['scopes'][0x0]||'',_0x4931de['hookType']=_0x1c959f[_0x385e94(0x289)],_0x52b1d3[_0x385e94(0x1c7)]=_0x4931de,logger[_0x385e94(0x294)](_0x385e94(0x355)+_0x5ac96c+_0x385e94(0x2ad)+_0x52b1d3[_0x385e94(0x1c7)]['filePath']+_0x385e94(0x1f4)+_0x52b1d3['hookMetadata'][_0x385e94(0x1bf)]);}_0x133740[_0x385e94(0x341)](_0x5ac96c,_0x52b1d3),logger['debug'](_0x385e94(0x264)+_0x5ac96c+_0x385e94(0x30e)+_0x5037ae+_0x385e94(0x322)+_0xa3a47c);}async[a96_0x52331d(0x280)](_0x3fe405,_0x5ca466){const _0x2866fa=a96_0x52331d,_0x13aaad={};_0x13aaad['SWUUn']=function(_0x3dabb8,_0x3c5e56){return _0x3dabb8>_0x3c5e56;},_0x13aaad[_0x2866fa(0x337)]=function(_0x3b5f45,_0x583342){return _0x3b5f45===_0x583342;},_0x13aaad[_0x2866fa(0x33e)]=function(_0x351e54,_0x4ce5e6){return _0x351e54===_0x4ce5e6;},_0x13aaad[_0x2866fa(0x2f2)]=function(_0x2fd32c,_0xef7342){return _0x2fd32c===_0xef7342;},_0x13aaad[_0x2866fa(0x240)]=function(_0x296d6d,_0x95e6c1){return _0x296d6d===_0x95e6c1;},_0x13aaad['Naehh']=_0x2866fa(0x2e8);const _0xbc5074=_0x13aaad;if(_0x3fe405['hasPendingHooks'](_0x5ca466)){const _0x6cdec7=_0x3fe405['getPendingHooks'](_0x5ca466);logger['debug'](_0x2866fa(0x233)+_0x6cdec7[_0x2866fa(0x1f6)]+_0x2866fa(0x22f)+_0x5ca466);for(const _0x56a3d5 of _0x6cdec7){try{const _0x1370d8=await this[_0x2866fa(0x1c6)](_0x3fe405,_0x56a3d5[_0x2866fa(0x25b)],_0x56a3d5[_0x2866fa(0x204)],_0x56a3d5[_0x2866fa(0x2d2)]);_0x1370d8&&_0xbc5074['SWUUn'](Object[_0x2866fa(0x352)](_0x1370d8)[_0x2866fa(0x1f6)],0x0)&&_0x3fe405[_0x2866fa(0x2e9)](_0x1370d8),await this[_0x2866fa(0x27f)](_0x3fe405,_0x56a3d5[_0x2866fa(0x25b)],_0x56a3d5[_0x2866fa(0x204)],_0x56a3d5['args']);}catch(_0xf9fbc9){logger[_0x2866fa(0x2c2)](_0x2866fa(0x334)+_0x5ca466+_0x2866fa(0x25d)+_0xf9fbc9);}}_0x3fe405[_0x2866fa(0x329)](_0x5ca466),logger[_0x2866fa(0x294)]('Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20'+_0x5ca466);}const _0x3a304e=_0x3fe405[_0x2866fa(0x230)]()[_0x2866fa(0x27b)](_0x5ca466);if(_0x3a304e){const _0x1ddc4f=_0x3a304e[TestFrameworkConstants[_0x2866fa(0x257)]]||_0x3a304e[TestFrameworkConstants[_0x2866fa(0x350)]],_0x3880fb=_0x3a304e[TestFrameworkConstants[_0x2866fa(0x26e)]]||_0x3a304e[TestFrameworkConstants['KEY_TEST_SCOPES']]&&_0x3a304e[TestFrameworkConstants[_0x2866fa(0x270)]][0x0]||'';logger[_0x2866fa(0x294)](_0x2866fa(0x1f5)+_0x1ddc4f+',\x20scope:\x20'+_0x3880fb);const _0x57bce3=_0x3fe405[_0x2866fa(0x2e6)]();for(const _0x3fb0a3 of _0x57bce3){if(_0xbc5074[_0x2866fa(0x337)](_0x3fb0a3,_0x5ca466))continue;if(_0x3fe405['hasPendingHooks'](_0x3fb0a3)){const _0xeb8358=_0x3fe405['getPendingHooks'](_0x3fb0a3);for(const _0x4c2f77 of _0xeb8358){if(_0xbc5074['IjGxV'](_0x4c2f77[_0x2866fa(0x25b)],TestFrameworkState[_0x2866fa(0x248)])&&_0x4c2f77[_0x2866fa(0x1c7)]){const _0xff86fb=_0x4c2f77[_0x2866fa(0x1c7)][_0x2866fa(0x1ca)],_0xad3df=_0x4c2f77[_0x2866fa(0x1c7)][_0x2866fa(0x1bf)];if(_0xbc5074[_0x2866fa(0x33e)](_0xff86fb,_0x1ddc4f)&&_0xbc5074[_0x2866fa(0x2f2)](_0xad3df,_0x3880fb)){logger[_0x2866fa(0x294)](_0x2866fa(0x2aa)+_0x3fb0a3+_0x2866fa(0x279)+_0x5ca466+_0x2866fa(0x2ad)+_0xff86fb+',\x20scope:\x20'+_0xad3df);_0x4c2f77[_0x2866fa(0x2d2)]&&_0x4c2f77[_0x2866fa(0x2d2)][_0x2866fa(0x236)]&&(_0x4c2f77[_0x2866fa(0x2d2)][_0x2866fa(0x236)][_0x2866fa(0x1ef)]=_0x5ca466,logger[_0x2866fa(0x294)](_0x2866fa(0x27d)+_0x3fb0a3+_0x2866fa(0x26b)+_0x5ca466));try{const _0x1b3a4d=await this[_0x2866fa(0x1c6)](_0x3fe405,_0x4c2f77['testFrameworkState'],_0x4c2f77[_0x2866fa(0x204)],_0x4c2f77[_0x2866fa(0x2d2)]);_0x1b3a4d&&_0xbc5074['SWUUn'](Object[_0x2866fa(0x352)](_0x1b3a4d)['length'],0x0)&&_0x3fe405[_0x2866fa(0x2e9)](_0x1b3a4d);await this[_0x2866fa(0x27f)](_0x3fe405,_0x4c2f77[_0x2866fa(0x25b)],_0x4c2f77[_0x2866fa(0x204)],_0x4c2f77[_0x2866fa(0x2d2)]);const _0x508294=_0x3fe405['getPendingHooks'](_0x3fb0a3)['filter'](_0x565d3a=>_0x565d3a!==_0x4c2f77);if(_0xbc5074[_0x2866fa(0x240)](_0x508294[_0x2866fa(0x1f6)],0x0))_0x3fe405['removePendingHooks'](_0x3fb0a3);else{_0x3fe405['removePendingHooks'](_0x3fb0a3);for(const _0x3af534 of _0x508294){_0x3fe405[_0x2866fa(0x341)](_0x3fb0a3,_0x3af534);}}logger[_0x2866fa(0x294)](_0xbc5074[_0x2866fa(0x216)]);}catch(_0x303d54){logger[_0x2866fa(0x2c2)](_0x2866fa(0x1d5)+_0x5ca466+',\x20error:\x20'+_0x303d54);}}}}}}}}[a96_0x52331d(0x312)](_0x253775){const _0x245f06=a96_0x52331d,_0x34a7ab={'iAtSu':function(_0x596c01){return _0x596c01();}};if(!_0x253775||!_0x253775[_0x245f06(0x2e0)])return;_0x253775[_0x245f06(0x2e0)]['hooks']&&Array[_0x245f06(0x2c8)](_0x253775['parent']['hooks'])&&_0x253775[_0x245f06(0x2e0)][_0x245f06(0x33f)][_0x245f06(0x23b)](_0x58ff38=>{const _0x6a9c12=_0x245f06;!_0x58ff38[_0x6a9c12(0x32e)]&&!_0x58ff38['hookUUID']&&(_0x58ff38['hookAnalyticsId']=_0x34a7ab[_0x6a9c12(0x321)](uuidv4),_0x58ff38['hookUUID']=_0x58ff38[_0x6a9c12(0x32e)],logger['debug']('[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type='+_0x58ff38[_0x6a9c12(0x23f)]+',\x20hookUUID='+_0x58ff38[_0x6a9c12(0x32e)]));}),this['mapTestHooks'](_0x253775[_0x245f06(0x2e0)]);}[a96_0x52331d(0x313)](_0x5932ef){const _0x909a0f=a96_0x52331d,_0x18af98={'GHrRi':function(_0x258a19,_0x3c0bd0){return _0x258a19(_0x3c0bd0);}};if(!_0x5932ef||!_0x5932ef[_0x909a0f(0x2e0)])return[];const _0x219b54=[];return _0x5932ef[_0x909a0f(0x2e0)][_0x909a0f(0x33f)]&&Array[_0x909a0f(0x2c8)](_0x5932ef[_0x909a0f(0x2e0)][_0x909a0f(0x33f)])&&_0x5932ef[_0x909a0f(0x2e0)][_0x909a0f(0x33f)]['forEach'](_0x229bb4=>{const _0x2db2cf=_0x909a0f,_0x50b246=_0x229bb4[_0x2db2cf(0x32e)]||_0x229bb4[_0x2db2cf(0x285)];_0x50b246&&!this[_0x2db2cf(0x260)](_0x229bb4)&&!_0x18af98[_0x2db2cf(0x2fc)](isInternalHook,_0x229bb4['fn'])&&_0x219b54[_0x2db2cf(0x1c8)](_0x50b246);}),[..._0x219b54,...this[_0x909a0f(0x313)](_0x5932ef['parent'])];}[a96_0x52331d(0x339)](_0x5b7cc6){const _0x35ca33=a96_0x52331d,_0x573b67={'IJccV':function(_0x3d1963,_0x5085c4){return _0x3d1963(_0x5085c4);},'QFmbg':'unknown','dqmDY':function(_0x18ae04,_0x260456){return _0x18ae04(_0x260456);}},_0x556ecd=new Map(),_0x3c1c36=_0x434b92=>{const _0x4547f2=a96_0x5b82;if(!_0x434b92||!_0x434b92['parent'])return;_0x434b92[_0x4547f2(0x2e0)]['hooks']&&Array[_0x4547f2(0x2c8)](_0x434b92[_0x4547f2(0x2e0)][_0x4547f2(0x33f)])&&_0x434b92[_0x4547f2(0x2e0)]['hooks'][_0x4547f2(0x23b)](_0xf4c98f=>{const _0x4b1c16=_0x4547f2,_0x3dd977=_0xf4c98f['hookAnalyticsId']||_0xf4c98f[_0x4b1c16(0x285)];if(_0x3dd977&&!this[_0x4b1c16(0x260)](_0xf4c98f)&&!_0x573b67[_0x4b1c16(0x212)](isInternalHook,_0xf4c98f['fn'])){const _0x261c6b={};_0x261c6b['type']=_0xf4c98f[_0x4b1c16(0x23f)]||_0x573b67['QFmbg'],_0x261c6b[_0x4b1c16(0x2b9)]=_0xf4c98f[_0x4b1c16(0x2b9)]||'\x22'+_0xf4c98f[_0x4b1c16(0x23f)]+_0x4b1c16(0x1da),_0x556ecd[_0x4b1c16(0x2df)](_0x3dd977,_0x261c6b);}}),_0x573b67[_0x4547f2(0x2f1)](_0x3c1c36,_0x434b92['parent']);};return _0x573b67[_0x35ca33(0x2f1)](_0x3c1c36,_0x5b7cc6),_0x556ecd;}[a96_0x52331d(0x260)](_0x36a586){const _0x35c888=a96_0x52331d,_0x342dc0={};_0x342dc0[_0x35c888(0x2e2)]=_0x35c888(0x24b),_0x342dc0[_0x35c888(0x290)]='[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}';const _0x3602db=_0x342dc0;try{const _0x28464e=this['getRootParentFile'](_0x36a586);if(!_0x28464e||_0x28464e[_0x35c888(0x1e1)](_0x3602db[_0x35c888(0x2e2)]))return!![];return![];}catch(_0x2c26b9){logger[_0x35c888(0x294)](_0x3602db[_0x35c888(0x290)]);}return![];}[a96_0x52331d(0x1e8)](_0x5d2c85){const _0x402508=a96_0x52331d,_0x3aeb38={'mnoVz':function(_0x3a5382,_0x19b8df){return _0x3a5382(_0x19b8df);}};if(_0x5d2c85[_0x402508(0x2a5)])return _0x5d2c85[_0x402508(0x2a5)];if(_0x5d2c85['asyncError'])try{const _0x522584=stackTrace['parse'](_0x5d2c85[_0x402508(0x283)]),_0x16b92a=_0x3aeb38[_0x402508(0x2a1)](pickUserFrameFile,_0x522584);if(_0x16b92a)return _0x16b92a;logger[_0x402508(0x294)](_0x402508(0x29c)+_0x522584[_0x402508(0x1f6)]+')');}catch(_0x46b84a){logger[_0x402508(0x294)](_0x402508(0x1f7)+util[_0x402508(0x1db)](_0x46b84a));}return null;}}module[a96_0x52331d(0x349)]=JestTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a97_0x272beb=a97_0x2905;(function(_0x599b50,_0x2a112a){const _0x478be3=a97_0x2905,_0x5e095b=_0x599b50();while(!![]){try{const _0x435e19=-parseInt(_0x478be3(0x8f))/0x1*(-parseInt(_0x478be3(0x8a))/0x2)+parseInt(_0x478be3(0x89))/0x3*(parseInt(_0x478be3(0x7e))/0x4)+-parseInt(_0x478be3(0x9c))/0x5+-parseInt(_0x478be3(0x85))/0x6+-parseInt(_0x478be3(0x97))/0x7*(parseInt(_0x478be3(0xb2))/0x8)+parseInt(_0x478be3(0xb0))/0x9+parseInt(_0x478be3(0x9a))/0xa*(parseInt(_0x478be3(0x96))/0xb);if(_0x435e19===_0x2a112a)break;else _0x5e095b['push'](_0x5e095b['shift']());}catch(_0xce1226){_0x5e095b['push'](_0x5e095b['shift']());}}}(a97_0x57a8,0x8480d));function a97_0x2905(_0x274eca,_0x3ec698){const _0x57a8da=a97_0x57a8();return a97_0x2905=function(_0x29059f,_0x375f9f){_0x29059f=_0x29059f-0x7d;let _0x1d869d=_0x57a8da[_0x29059f];return _0x1d869d;},a97_0x2905(_0x274eca,_0x3ec698);}function a97_0x57a8(){const _0x117e2d=['KEY_TEST_FAILURE','1301124ITySea','trackEvent','runHooks','getCurrentHookState','trackEvent:\x20error=','split','KEY_TEST_FAILURE_TYPE','1947180EsXugk','../state/hookState.js','uuid','getAllData','6PxHdkK','2RtqVrf','meta','toISOString','KEY_TEST_LOGS','resolveInstance','998723bwzRXA','../cliUtils.js','get','KEY_TEST_SCOPE','failure','scopes','KEY_TEST_ENDED_AT','22JtIgMZ','14MtMIXM','test','createTestFrameworkEventPayload','1610150IxRgZw','started_at','661570rPgRMc','KEY_TEST_STARTED_AT','../instances/testFrameworkInstance.js','NONE','instance','mqPPh','../instances/trackedInstance.js','getTestFrameworksVersions','KEY_TEST_CODE','KEY_TEST_FILE_PATH','./constants/testFrameworkConstants.js','toString','getThreadId','pending','createTestFrameworkEventPayload:\x20error=','failure_reason','KEY_TEST_FAILURE_REASON','name','getContext','getCurrentInstanceName','551448mKYAMx','util','4132040YWCUQZ','getTestFrameworks','debug','\x20hook=','setTrackedInstance','KEY_HOOKS_FINISHED','exports','base64','error','getId','scope','KEY_TEST_FRAMEWORK_NAME','KEY_TEST_RESULT','NewmanTestFramework','KEY_TEST_TAGS','gTNKG','KEY_TEST_ID','KEY_HOOKS_STARTED','trackEvent:\x20state=','KEY_TEST_FRAMEWORK_VERSION','KEY_CUSTOM_TAGS','TEST','tags','./testFramework','getCurrentTestState','getTrackedInstance','parseNewmanTestResult','format','../../../helpers/classLogger.js','result','addMultipleEntries','KEY_TEST_RERUN_NAME','parseNewmanTest','HuMSD'];a97_0x57a8=function(){return _0x117e2d;};return a97_0x57a8();}const path=require('path'),TestFramework=require(a97_0x272beb(0xc9)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a97_0x272beb(0x86)),{createClassLogger}=require(a97_0x272beb(0xce)),TestFrameworkInstance=require(a97_0x272beb(0x9e)),CLIUtils=require(a97_0x272beb(0x90)),TrackedInstance=require(a97_0x272beb(0xa2)),TestFrameworkConstants=require(a97_0x272beb(0xa6)),util=require(a97_0x272beb(0xb1)),logger=createClassLogger(a97_0x272beb(0xbf));class NewmanTestFramework extends TestFramework{constructor(_0x2a9c8a,_0x30121e,_0x44fe2d){super(_0x2a9c8a,_0x30121e,_0x44fe2d);}async[a97_0x272beb(0x7f)](_0x57165e,_0x2819c6,_0xe3ebaa={}){const _0x436f57=a97_0x272beb,_0x2a4ba5={};_0x2a4ba5[_0x436f57(0xd3)]=function(_0x1959a6,_0x3e40da){return _0x1959a6===_0x3e40da;};const _0x14cfcb=_0x2a4ba5;logger[_0x436f57(0xb4)](_0x436f57(0xc4)+_0x57165e+_0x436f57(0xb5)+_0x2819c6),await super['trackEvent'](_0x57165e,_0x2819c6,_0xe3ebaa);const _0x52464c=this['resolveInstance'](_0x57165e,_0x2819c6,_0xe3ebaa);if(!_0x52464c)return;try{if(_0x14cfcb['HuMSD'](_0x57165e,TestFrameworkState[_0x436f57(0xc7)])&&_0xe3ebaa[_0x436f57(0x98)]){const _0x55fa90=_0x14cfcb[_0x436f57(0xd3)](_0x2819c6,HookState['PRE'])?this['parseNewmanTest'](_0xe3ebaa[_0x436f57(0x98)]):this[_0x436f57(0xcc)](_0xe3ebaa['test']);_0x52464c[_0x436f57(0xd0)](_0x55fa90);}}catch(_0x379676){logger[_0x436f57(0xba)](_0x436f57(0x82)+util[_0x436f57(0xcd)](_0x379676));}_0xe3ebaa[_0x436f57(0xa0)]=_0x52464c,await this[_0x436f57(0x80)](_0x52464c,_0x57165e,_0x2819c6,_0xe3ebaa);}[a97_0x272beb(0xd2)](_0x22fdfe){const _0x1de401=a97_0x272beb,_0x5a889b=this[_0x1de401(0xb3)]()[0x0],_0xf8333={};return _0xf8333[_0x22fdfe[_0x1de401(0x87)]]={[TestFrameworkConstants[_0x1de401(0xbd)]]:_0x5a889b,[TestFrameworkConstants[_0x1de401(0xc5)]]:this[_0x1de401(0xa3)]()[_0x5a889b],[TestFrameworkConstants[_0x1de401(0x8d)]]:[],[TestFrameworkConstants[_0x1de401(0xb7)]]:{},[TestFrameworkConstants[_0x1de401(0xc3)]]:{},[TestFrameworkConstants[_0x1de401(0xbe)]]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants[_0x1de401(0xc2)]]:_0x22fdfe[_0x1de401(0x87)],[TestFrameworkConstants['KEY_TEST_UUID']]:_0x22fdfe[_0x1de401(0x87)],[TestFrameworkConstants['KEY_TEST_NAME']]:_0x22fdfe[_0x1de401(0xad)],[TestFrameworkConstants[_0x1de401(0xa5)]]:_0x22fdfe['file_path']||'',[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x22fdfe['location']||'',[TestFrameworkConstants[_0x1de401(0xa4)]]:null,[TestFrameworkConstants[_0x1de401(0xc0)]]:_0x22fdfe[_0x1de401(0xc8)]||[],[TestFrameworkConstants[_0x1de401(0x9d)]]:_0x22fdfe[_0x1de401(0x9b)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x1de401(0x92)]]:_0x22fdfe[_0x1de401(0xbc)]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x22fdfe[_0x1de401(0x94)]||[],[TestFrameworkConstants[_0x1de401(0xd1)]]:null,[TestFrameworkConstants[_0x1de401(0xc6)]]:_0x22fdfe['custom_metadata']||{},[TestFrameworkConstants['KEY_TEST_META']]:_0x22fdfe[_0x1de401(0x8b)]||{}},_0xf8333;}['parseNewmanTestResult'](_0x5b8bb7){const _0x4d27e=a97_0x272beb,_0x32cc44={};_0x32cc44[_0x4d27e(0xa1)]=_0x4d27e(0xa9);const _0x21ab45=_0x32cc44,_0x119fa1={};return _0x119fa1[_0x5b8bb7[_0x4d27e(0x87)]]={[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x5b8bb7[_0x4d27e(0xcf)]||_0x21ab45['mqPPh'],[TestFrameworkConstants[_0x4d27e(0x95)]]:_0x5b8bb7['finished_at']||new Date()[_0x4d27e(0x8c)](),[TestFrameworkConstants[_0x4d27e(0x7d)]]:_0x5b8bb7[_0x4d27e(0x93)]||[],[TestFrameworkConstants[_0x4d27e(0x84)]]:_0x5b8bb7['failure_type']||null,[TestFrameworkConstants[_0x4d27e(0xac)]]:_0x5b8bb7[_0x4d27e(0xab)]||null},_0x119fa1;}[a97_0x272beb(0x8e)](_0x58251c){const _0x48fa1d=a97_0x272beb;let _0xa654c8=TestFramework[_0x48fa1d(0xcb)]();if(!_0xa654c8){const _0x19951d=TrackedInstance['createContext'](CLIUtils[_0x48fa1d(0xaf)]());_0xa654c8=new TestFrameworkInstance(_0x19951d,this[_0x48fa1d(0xb3)](),this[_0x48fa1d(0xa3)](),_0x58251c,HookState[_0x48fa1d(0x9f)]),TestFramework[_0x48fa1d(0xb6)](_0x19951d,_0xa654c8);}return _0xa654c8;}[a97_0x272beb(0x99)](_0x4502d8){const _0x4df89b=a97_0x272beb,_0x130546={};_0x130546['gTNKG']=_0x4df89b(0xb9);const _0x5111e5=_0x130546;try{const _0xa922e5=_0x4502d8[_0x4df89b(0x98)]?_0x4502d8['test'][_0x4df89b(0x87)]:null,_0x101a29=_0x4502d8[_0x4df89b(0xa0)],_0xd0176=_0x101a29[_0x4df89b(0xae)](),_0x2ae0d3=_0x101a29[_0x4df89b(0x88)]()[_0x4df89b(0x91)](_0xa922e5);if(!_0x2ae0d3)return{};const {[TestFrameworkConstants[_0x4df89b(0xbd)]]:_0x23b2d6='',[TestFrameworkConstants[_0x4df89b(0xc5)]]:_0x19e426='',[TestFrameworkConstants[_0x4df89b(0x9d)]]:_0x56743f='',[TestFrameworkConstants[_0x4df89b(0x95)]]:_0x4eda78=''}=_0x2ae0d3;return{'platformIndex':0x0,'testFrameworkName':_0x23b2d6,'testFrameworkVersion':_0x19e426,'testFrameworkState':_0x101a29[_0x4df89b(0xca)]()[_0x4df89b(0xa7)]()[_0x4df89b(0x83)]('.')[0x1],'hookState':_0x101a29[_0x4df89b(0x81)]()['toString']()[_0x4df89b(0x83)]('.')[0x1],'startedAt':_0x56743f,'endedAt':_0x4eda78,'uuid':_0xa922e5,'eventJson':Buffer['from'](JSON['stringify'](_0x2ae0d3))[_0x4df89b(0xa7)](_0x5111e5[_0x4df89b(0xc1)]),'executionContext':{'hash':_0xd0176[_0x4df89b(0xbb)](),'threadId':_0xd0176[_0x4df89b(0xa8)]()['toString'](),'processId':_0xd0176['getProcessId']()[_0x4df89b(0xa7)]()}};}catch(_0x5b8474){return logger[_0x4df89b(0xba)](_0x4df89b(0xaa)+util['format'](_0x5b8474)),{};}}}module[a97_0x272beb(0xb8)]=NewmanTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a98_0x3e30(){const _0x4a147f=['getCurrentHookState','base64','testFrameworkVersion','KEY_HOOKS_FINISHED','test_code','getTestFrameworks','getRef','error','KEY_AUTOMATE_SESSION_NAME','../cliUtils.js','[NodeGenericFramework]\x20resolveInstance:\x20created\x20instance\x20contextId=','PRE','KEY_TEST_RESULT','util','__bstackPlatformIndex','exports','getCurrentInstanceName','instance',',\x20hookState=','KEY_TEST_FAILURE_TYPE','createTestFrameworkEventPayload','../../../helpers/classLogger.js','NodeGenericFramework','KEY_TEST_ENDED_AT','createContext','NONE','KEY_CUSTOM_TAGS','test_name','RCSYj','../state/testFrameworkState.js','test_failure_reason','KEY_TEST_FAILURE_REASON','addMultipleEntries','KEY_TEST_NAME','info','DEFAULT_TEST_RESULT','3370mOXRew','eventJson','gFYGA','sqjSl','KEY_TEST_TAGS','runHooks','from','uuid','endedAt','test_scopes','setTrackedInstance','test_failure_type','testData','[NodeGenericFramework]\x20resolveInstance:\x20creating\x20new\x20instance','Qektx','KEY_TEST_ID','toString','test_started_at','test_duration','resolveInstance','kJXnc','_currentTestUUID','284973fJMHqV','KEY_TEST_RESULT_AT','KEY_TEST_STARTED_AT','YOrzC','[NodeGenericFramework]\x20trackEvent:\x20ERROR\x20-\x20state=','KEY_TEST_FRAMEWORK_NAME','KEY_TEST_FAILURE','./testFramework','failed','test_uuid','../instances/testFrameworkInstance.js','692022MFKobq','KEY_TEST_LOGS','6106715hppGxH','getCurrentTestUUID','hookState','51849XGhpBY','test_result','./constants/testFrameworkConstants.js','getContext','KEY_TEST_META','debug','getCurrentTestState','[NodeGenericFramework]\x20trackEvent:\x20unsupported\x20state=','KEY_HOOKS_STARTED','3210444PhZJSU','111056BmaJcK','getTestFrameworksVersions','KEY_LOGS','split','stringify','testFrameworkName','trackEvent','hvCRA','test_location','test_scope','KEY_TEST_SCOPE',',\x20result=','../instances/trackedInstance.js','KEY_TEST_SCOPES','450ZOmHsZ','KEY_TEST_CODE','[TRACE:node-generic]\x20TEST\x20POST\x20-\x20processing\x20result\x20for\x20test_uuid=','format','test_identifier','../state/hookState.js',',\x20error=','KEY_TEST_FRAMEWORK_VERSION','unknown','SfIBv','getTrackedInstance','76013RrNHXY',',\x20test_name=','KEY_TEST_LOCATION','16ZwyRra','platformIndex','KEY_TEST_RERUN_NAME','__workerDetails','kOlFA','test_failure','KEY_TEST_UUID','test_meta','get','parseTestResult','parseTestData','[TRACE:node-generic]\x20trackEvent\x20','testFrameworkState','JpRIz','toISOString','getProcessId','getId','executionContext','test_file_path'];a98_0x3e30=function(){return _0x4a147f;};return a98_0x3e30();}const a98_0x56dba6=a98_0x2084;(function(_0x30b685,_0x1507ec){const _0x227aa6=a98_0x2084,_0x4b27b9=_0x30b685();while(!![]){try{const _0x1d7ee2=parseInt(_0x227aa6(0x21e))/0x1+parseInt(_0x227aa6(0x1c6))/0x2*(parseInt(_0x227aa6(0x213))/0x3)+parseInt(_0x227aa6(0x1a9))/0x4+parseInt(_0x227aa6(0x220))/0x5+parseInt(_0x227aa6(0x1b8))/0x6*(-parseInt(_0x227aa6(0x1c3))/0x7)+-parseInt(_0x227aa6(0x1aa))/0x8+parseInt(_0x227aa6(0x223))/0x9*(-parseInt(_0x227aa6(0x1fd))/0xa);if(_0x1d7ee2===_0x1507ec)break;else _0x4b27b9['push'](_0x4b27b9['shift']());}catch(_0x2ef960){_0x4b27b9['push'](_0x4b27b9['shift']());}}}(a98_0x3e30,0xac65c));const TestFramework=require(a98_0x56dba6(0x21a)),TestFrameworkState=require(a98_0x56dba6(0x1f6)),HookState=require(a98_0x56dba6(0x1bd)),{createClassLogger}=require(a98_0x56dba6(0x1ee)),TestFrameworkInstance=require(a98_0x56dba6(0x21d)),CLIUtils=require(a98_0x56dba6(0x1e2)),TrackedInstance=require(a98_0x56dba6(0x1b6)),TestFrameworkConstants=require(a98_0x56dba6(0x1a2)),logger=createClassLogger(a98_0x56dba6(0x1ef)),util=require(a98_0x56dba6(0x1e6));function a98_0x2084(_0x5d3a2d,_0x392e74){const _0x3e308a=a98_0x3e30();return a98_0x2084=function(_0x20840c,_0x42566d){_0x20840c=_0x20840c-0x1a1;let _0x5afe58=_0x3e308a[_0x20840c];return _0x5afe58;},a98_0x2084(_0x5d3a2d,_0x392e74);}class NodeGenericFramework extends TestFramework{constructor(_0x2a52d5,_0x495a89,_0xd1df22){const _0x61eedc=a98_0x56dba6;super(_0x2a52d5,_0x495a89,_0xd1df22),this[_0x61eedc(0x212)]=null;}['setCurrentTestUUID'](_0xed321){const _0x117fa7=a98_0x56dba6;this[_0x117fa7(0x212)]=_0xed321;}[a98_0x56dba6(0x221)](){const _0x507208=a98_0x56dba6;return this[_0x507208(0x212)];}async[a98_0x56dba6(0x1b0)](_0x339a90,_0x12dc35,_0x56f78a={}){const _0x239c18=a98_0x56dba6,_0x178508={};_0x178508[_0x239c18(0x216)]='[NodeGenericFramework]\x20trackEvent:\x20instance\x20not\x20found',_0x178508['kJXnc']=function(_0x1fb1a0,_0x22a5e7){return _0x1fb1a0===_0x22a5e7;},_0x178508[_0x239c18(0x1b1)]=function(_0x2baf37,_0xc5e95c){return _0x2baf37===_0xc5e95c;};const _0xd6e390=_0x178508;logger[_0x239c18(0x1fb)](_0x239c18(0x1d1)+_0x339a90+'.'+_0x12dc35+'\x20for\x20test_uuid='+_0x56f78a[_0x239c18(0x209)]?.[_0x239c18(0x21c)]),await super[_0x239c18(0x1b0)](_0x339a90,_0x12dc35,_0x56f78a);const _0x35e609=this['resolveInstance'](_0x339a90,_0x12dc35,_0x56f78a);if(!_0x35e609){logger[_0x239c18(0x1a5)](_0xd6e390[_0x239c18(0x216)]);return;}try{switch(_0x339a90){case TestFrameworkState['TEST']:{const _0x3b5e24=_0x56f78a['testData'],_0x15f4b3=_0x3b5e24[_0x239c18(0x21c)];if(_0xd6e390[_0x239c18(0x211)](_0x12dc35,HookState[_0x239c18(0x1e4)])){logger[_0x239c18(0x1fb)]('[TRACE:node-generic]\x20TEST\x20PRE\x20-\x20loading\x20test\x20data\x20for\x20test_uuid='+_0x15f4b3+_0x239c18(0x1c4)+_0x3b5e24[_0x239c18(0x1f4)]);const _0x5d4ed3=this[_0x239c18(0x1d0)](_0x3b5e24);_0x35e609['addMultipleEntries'](_0x5d4ed3);}else{if(_0xd6e390[_0x239c18(0x1b1)](_0x12dc35,HookState['POST'])){logger[_0x239c18(0x1fb)](_0x239c18(0x1ba)+_0x15f4b3+_0x239c18(0x1b5)+_0x3b5e24[_0x239c18(0x1a1)]);const _0x4c1037=this['parseTestResult'](_0x3b5e24,_0x35e609);_0x35e609[_0x239c18(0x1f9)](_0x4c1037);}}break;}default:logger[_0x239c18(0x1a5)](_0x239c18(0x1a7)+_0x339a90+_0x239c18(0x1eb)+_0x12dc35);break;}}catch(_0x59fc2a){logger['error'](_0x239c18(0x217)+_0x339a90+_0x239c18(0x1eb)+_0x12dc35+_0x239c18(0x1be)+util[_0x239c18(0x1bb)](_0x59fc2a));}_0x56f78a[_0x239c18(0x1ea)]=_0x35e609,await this[_0x239c18(0x202)](_0x35e609,_0x339a90,_0x12dc35,_0x56f78a);}[a98_0x56dba6(0x210)](_0xc273ce,_0x4d3496,_0x20a7a5={}){const _0x329264=a98_0x56dba6,_0x548c73={};_0x548c73[_0x329264(0x1d3)]=_0x329264(0x20a);const _0x49cd5e=_0x548c73;let _0x4e090e=TestFramework[_0x329264(0x1c2)]();if(!_0x4e090e){logger[_0x329264(0x1a5)](_0x49cd5e[_0x329264(0x1d3)]);const _0x561e94=CLIUtils[_0x329264(0x1e9)](),_0x39b97a=TrackedInstance[_0x329264(0x1f1)](_0x561e94);_0x4e090e=new TestFrameworkInstance(_0x39b97a,this['getTestFrameworks'](),this[_0x329264(0x1ab)](),_0xc273ce,HookState[_0x329264(0x1f2)]),TestFramework[_0x329264(0x207)](_0x39b97a,_0x4e090e),logger[_0x329264(0x1a5)](_0x329264(0x1e3)+_0x39b97a[_0x329264(0x1d6)]());}return _0x4e090e;}[a98_0x56dba6(0x1d0)](_0x6fed35){const _0x135cd5=a98_0x56dba6,_0x2729f5=_0x6fed35['test_uuid'],_0x1a96b5=this['getTestFrameworks']()[0x0],_0x179807=this[_0x135cd5(0x1ab)](),_0x381d6a={[TestFrameworkConstants[_0x135cd5(0x218)]]:_0x1a96b5,[TestFrameworkConstants[_0x135cd5(0x1bf)]]:_0x179807[_0x1a96b5]||'',[TestFrameworkConstants[_0x135cd5(0x1cc)]]:_0x6fed35[_0x135cd5(0x21c)],[TestFrameworkConstants[_0x135cd5(0x21f)]]:[],[TestFrameworkConstants[_0x135cd5(0x1dc)]]:{},[TestFrameworkConstants[_0x135cd5(0x1a8)]]:{},[TestFrameworkConstants[_0x135cd5(0x1e5)]]:TestFrameworkConstants[_0x135cd5(0x1fc)],[TestFrameworkConstants[_0x135cd5(0x1e1)]]:_0x6fed35[_0x135cd5(0x1f4)],[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x6fed35[_0x135cd5(0x1d8)],[TestFrameworkConstants[_0x135cd5(0x20c)]]:_0x2729f5,[TestFrameworkConstants[_0x135cd5(0x1fa)]]:_0x6fed35[_0x135cd5(0x1f4)],[TestFrameworkConstants[_0x135cd5(0x1c5)]]:_0x6fed35[_0x135cd5(0x1b2)]||_0x6fed35['test_file_path'],[TestFrameworkConstants[_0x135cd5(0x1b9)]]:_0x6fed35[_0x135cd5(0x1dd)]||null,[TestFrameworkConstants[_0x135cd5(0x201)]]:_0x6fed35['test_tags']||[],[TestFrameworkConstants[_0x135cd5(0x215)]]:_0x6fed35[_0x135cd5(0x20e)]||new Date()[_0x135cd5(0x1d4)](),[TestFrameworkConstants[_0x135cd5(0x1b4)]]:_0x6fed35[_0x135cd5(0x1b3)]||'',[TestFrameworkConstants[_0x135cd5(0x1b7)]]:_0x6fed35[_0x135cd5(0x206)]||[],[TestFrameworkConstants[_0x135cd5(0x1c8)]]:_0x6fed35['test_rerun_name']||_0x6fed35['test_name'],[TestFrameworkConstants[_0x135cd5(0x1f3)]]:{},[TestFrameworkConstants['KEY_TEST_META']]:_0x6fed35[_0x135cd5(0x1cd)]||{}},_0x53fcea={};return _0x53fcea[_0x2729f5]=_0x381d6a,_0x53fcea;}[a98_0x56dba6(0x1cf)](_0x5f3bc0,_0x3fd176){const _0x51d3ea=a98_0x56dba6,_0x11ca6e={};_0x11ca6e[_0x51d3ea(0x1c1)]=_0x51d3ea(0x1c0),_0x11ca6e[_0x51d3ea(0x1ca)]=function(_0x14e11a,_0x5eb6c9){return _0x14e11a===_0x5eb6c9;},_0x11ca6e[_0x51d3ea(0x1ff)]=_0x51d3ea(0x21b),_0x11ca6e[_0x51d3ea(0x20b)]='UnhandledError',_0x11ca6e[_0x51d3ea(0x200)]='Unknown\x20error',_0x11ca6e['ZphaU']=function(_0x371016,_0x270b0d){return _0x371016!==_0x270b0d;};const _0x55d21a=_0x11ca6e,_0x636c0a=_0x5f3bc0['test_uuid'],_0x4cd434=_0x3fd176['getAllData']()['get'](_0x636c0a)||{},_0x1960af={..._0x4cd434,[TestFrameworkConstants[_0x51d3ea(0x1e5)]]:_0x5f3bc0[_0x51d3ea(0x1a1)]||_0x55d21a[_0x51d3ea(0x1c1)],[TestFrameworkConstants[_0x51d3ea(0x1f0)]]:_0x5f3bc0['test_ended_at']||new Date()['toISOString'](),[TestFrameworkConstants[_0x51d3ea(0x214)]]:new Date()[_0x51d3ea(0x1d4)](),[TestFrameworkConstants['KEY_LOGS']]:_0x4cd434[TestFrameworkConstants[_0x51d3ea(0x1ac)]]||[],[TestFrameworkConstants[_0x51d3ea(0x1a4)]]:_0x5f3bc0[_0x51d3ea(0x1cd)]||{}};_0x55d21a['kOlFA'](_0x5f3bc0['test_result'],_0x55d21a[_0x51d3ea(0x1ff)])&&(_0x1960af[TestFrameworkConstants[_0x51d3ea(0x1ec)]]=_0x5f3bc0[_0x51d3ea(0x208)]||_0x55d21a[_0x51d3ea(0x20b)],_0x1960af[TestFrameworkConstants[_0x51d3ea(0x1f8)]]=_0x5f3bc0[_0x51d3ea(0x1f7)]||_0x55d21a['sqjSl'],_0x1960af[TestFrameworkConstants[_0x51d3ea(0x219)]]=_0x5f3bc0[_0x51d3ea(0x1cb)]||[]);_0x55d21a['ZphaU'](_0x5f3bc0['test_duration'],undefined)&&(_0x1960af[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x5f3bc0[_0x51d3ea(0x20f)]);const _0x52927c={};return _0x52927c[_0x636c0a]=_0x1960af,_0x52927c;}[a98_0x56dba6(0x1ed)](_0x36a63d){const _0x51df65=a98_0x56dba6,_0x2b9bc7={};_0x2b9bc7[_0x51df65(0x1f5)]=_0x51df65(0x1da);const _0x400a5e=_0x2b9bc7;try{const _0x14e51e=_0x36a63d['testData']?.[_0x51df65(0x21c)],_0x1fa581=_0x36a63d[_0x51df65(0x1ea)],_0x299bc8=_0x1fa581[_0x51df65(0x1a3)](),_0x5395fd=_0x1fa581['getAllData']()[_0x51df65(0x1ce)](_0x14e51e);if(!_0x5395fd)return logger[_0x51df65(0x1a5)]('[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20no\x20data\x20for\x20test_uuid='+_0x14e51e),{};const {[TestFrameworkConstants[_0x51df65(0x218)]]:_0x70e958=this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x51df65(0x1bf)]]:_0x249431=this[_0x51df65(0x1ab)]()[this[_0x51df65(0x1de)]()[0x0]]||'',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x481e5b='',[TestFrameworkConstants[_0x51df65(0x1f0)]]:_0x285bab=''}=_0x5395fd,_0x455a50=_0x1fa581[_0x51df65(0x1a6)]()[_0x51df65(0x20d)]()['split']('.')[0x1],_0x509055=_0x1fa581[_0x51df65(0x1d9)]()[_0x51df65(0x20d)]()[_0x51df65(0x1ad)]('.')[0x1],_0x321ded=global?.[_0x51df65(0x1c9)]?.['workerInfo']?.['parallelIndex']||global[_0x51df65(0x1e7)]||0x0,_0x1cb351=_0x1fa581[_0x51df65(0x1df)](),_0x5e2123=Buffer[_0x51df65(0x203)](JSON[_0x51df65(0x1ae)](_0x5395fd))[_0x51df65(0x20d)](_0x400a5e[_0x51df65(0x1f5)]),_0x213c2c={'hash':_0x299bc8[_0x51df65(0x1d6)](),'threadId':_0x299bc8['getThreadId']()[_0x51df65(0x20d)](),'processId':_0x299bc8[_0x51df65(0x1d5)]()['toString']()},_0x275102={};return _0x275102[_0x51df65(0x1c7)]=_0x321ded,_0x275102[_0x51df65(0x1af)]=_0x70e958,_0x275102[_0x51df65(0x1db)]=_0x249431,_0x275102[_0x51df65(0x1d2)]=_0x455a50,_0x275102[_0x51df65(0x222)]=_0x509055,_0x275102['startedAt']=_0x481e5b,_0x275102[_0x51df65(0x205)]=_0x285bab,_0x275102[_0x51df65(0x204)]=_0x1cb351,_0x275102[_0x51df65(0x1fe)]=_0x5e2123,_0x275102[_0x51df65(0x1d7)]=_0x213c2c,_0x275102[_0x51df65(0x1bc)]=_0x14e51e,_0x275102;}catch(_0x22ecf8){return logger[_0x51df65(0x1e0)]('[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20ERROR\x20-\x20'+util[_0x51df65(0x1bb)](_0x22ecf8)),{};}}}module[a98_0x56dba6(0x1e8)]=NodeGenericFramework;
|
|
1
|
+
const a98_0x27f34a=a98_0x1e9d;(function(_0x785de2,_0x291663){const _0x5f228a=a98_0x1e9d,_0x3b50f3=_0x785de2();while(!![]){try{const _0xb8c42e=-parseInt(_0x5f228a(0xdd))/0x1+parseInt(_0x5f228a(0xf9))/0x2+parseInt(_0x5f228a(0xd8))/0x3*(parseInt(_0x5f228a(0x125))/0x4)+parseInt(_0x5f228a(0x135))/0x5*(parseInt(_0x5f228a(0xee))/0x6)+-parseInt(_0x5f228a(0x132))/0x7+-parseInt(_0x5f228a(0x137))/0x8*(parseInt(_0x5f228a(0xc4))/0x9)+parseInt(_0x5f228a(0x12c))/0xa;if(_0xb8c42e===_0x291663)break;else _0x3b50f3['push'](_0x3b50f3['shift']());}catch(_0x2a0f15){_0x3b50f3['push'](_0x3b50f3['shift']());}}}(a98_0x5c2f,0xe0464));const TestFramework=require(a98_0x27f34a(0x134)),TestFrameworkState=require(a98_0x27f34a(0x128)),HookState=require(a98_0x27f34a(0xf2)),{createClassLogger}=require(a98_0x27f34a(0xc7)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a98_0x27f34a(0xfb)),TestFrameworkConstants=require(a98_0x27f34a(0xc9)),logger=createClassLogger(a98_0x27f34a(0xcd)),util=require(a98_0x27f34a(0xe5));class NodeGenericFramework extends TestFramework{constructor(_0x46a040,_0x162e20,_0x1c0061){super(_0x46a040,_0x162e20,_0x1c0061),this['_currentTestUUID']=null;}['setCurrentTestUUID'](_0x4abb89){const _0x47293d=a98_0x27f34a;this[_0x47293d(0xe3)]=_0x4abb89;}[a98_0x27f34a(0xf5)](){return this['_currentTestUUID'];}async[a98_0x27f34a(0x12a)](_0x5b22f2,_0x426f18,_0x1c5fbb={}){const _0x3e58b4=a98_0x27f34a,_0x4aac70={};_0x4aac70[_0x3e58b4(0x123)]='[NodeGenericFramework]\x20trackEvent:\x20instance\x20not\x20found',_0x4aac70['YLPPf']=function(_0x381044,_0x5dab51){return _0x381044===_0x5dab51;};const _0x4c1f46=_0x4aac70;logger[_0x3e58b4(0x130)](_0x3e58b4(0xd0)+_0x5b22f2+'.'+_0x426f18+'\x20for\x20test_uuid='+_0x1c5fbb[_0x3e58b4(0x12b)]?.[_0x3e58b4(0x13d)]),await super['trackEvent'](_0x5b22f2,_0x426f18,_0x1c5fbb);const _0x3a1f76=this[_0x3e58b4(0x10d)](_0x5b22f2,_0x426f18,_0x1c5fbb);if(!_0x3a1f76){logger[_0x3e58b4(0x106)](_0x4c1f46[_0x3e58b4(0x123)]);return;}try{switch(_0x5b22f2){case TestFrameworkState[_0x3e58b4(0xdb)]:{const _0x4adb1b=_0x1c5fbb['testData'],_0x28987c=_0x4adb1b['test_uuid'];if(_0x4c1f46[_0x3e58b4(0x115)](_0x426f18,HookState[_0x3e58b4(0xce)])){logger['info'](_0x3e58b4(0x10e)+_0x28987c+',\x20test_name='+_0x4adb1b[_0x3e58b4(0xd3)]);const _0x4c1cf5=this[_0x3e58b4(0x102)](_0x4adb1b);_0x3a1f76[_0x3e58b4(0xfd)](_0x4c1cf5);}else{if(_0x4c1f46[_0x3e58b4(0x115)](_0x426f18,HookState[_0x3e58b4(0xcc)])){logger[_0x3e58b4(0x130)](_0x3e58b4(0x10a)+_0x28987c+_0x3e58b4(0xd7)+_0x4adb1b[_0x3e58b4(0xdf)]);const _0x2ce64a=this[_0x3e58b4(0x108)](_0x4adb1b,_0x3a1f76);_0x3a1f76[_0x3e58b4(0xfd)](_0x2ce64a);}}break;}default:logger['debug'](_0x3e58b4(0x112)+_0x5b22f2+',\x20hookState='+_0x426f18);break;}}catch(_0x3c8330){logger[_0x3e58b4(0x121)](_0x3e58b4(0xfe)+_0x5b22f2+_0x3e58b4(0xd1)+_0x426f18+_0x3e58b4(0x129)+util[_0x3e58b4(0x11f)](_0x3c8330));}_0x1c5fbb['instance']=_0x3a1f76,await this[_0x3e58b4(0xc6)](_0x3a1f76,_0x5b22f2,_0x426f18,_0x1c5fbb);}[a98_0x27f34a(0x10d)](_0x1df859,_0xfe0c12,_0x408a60={}){const _0x18c0f8=a98_0x27f34a,_0x56f6c4={};_0x56f6c4[_0x18c0f8(0x12e)]=_0x18c0f8(0xfc);const _0x157724=_0x56f6c4;let _0x334e1e=TestFramework['getTrackedInstance']();if(!_0x334e1e){logger[_0x18c0f8(0x106)](_0x157724[_0x18c0f8(0x12e)]);const _0x2a858f=CLIUtils[_0x18c0f8(0xf8)](),_0x50c6c5=TrackedInstance[_0x18c0f8(0xc1)](_0x2a858f);_0x334e1e=new TestFrameworkInstance(_0x50c6c5,this[_0x18c0f8(0x109)](),this['getTestFrameworksVersions'](),_0x1df859,HookState['NONE']),TestFramework[_0x18c0f8(0xe0)](_0x50c6c5,_0x334e1e),logger[_0x18c0f8(0x106)](_0x18c0f8(0x116)+_0x50c6c5[_0x18c0f8(0x120)]());}return _0x334e1e;}[a98_0x27f34a(0x102)](_0x173cad){const _0xe35406=a98_0x27f34a,_0x22f8c8=_0x173cad[_0xe35406(0x13d)],_0x49a639=this['getTestFrameworks']()[0x0],_0x3a90cd=this[_0xe35406(0xd9)](),_0x52b191={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x49a639,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x3a90cd[_0x49a639]||'',[TestFrameworkConstants['KEY_TEST_UUID']]:_0x173cad[_0xe35406(0x13d)],[TestFrameworkConstants[_0xe35406(0x100)]]:[],[TestFrameworkConstants[_0xe35406(0xeb)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0xe35406(0xf1)]]:TestFrameworkConstants[_0xe35406(0x13e)],[TestFrameworkConstants[_0xe35406(0x103)]]:_0x173cad[_0xe35406(0xd3)],[TestFrameworkConstants[_0xe35406(0x13a)]]:_0x173cad[_0xe35406(0x131)],[TestFrameworkConstants[_0xe35406(0x124)]]:_0x22f8c8,[TestFrameworkConstants[_0xe35406(0x133)]]:_0x173cad[_0xe35406(0xd3)],[TestFrameworkConstants[_0xe35406(0xe9)]]:_0x173cad[_0xe35406(0x11b)]||_0x173cad[_0xe35406(0x131)],[TestFrameworkConstants[_0xe35406(0xd5)]]:_0x173cad[_0xe35406(0xf6)]||null,[TestFrameworkConstants[_0xe35406(0xc2)]]:_0x173cad[_0xe35406(0x139)]||[],[TestFrameworkConstants[_0xe35406(0x118)]]:_0x173cad['test_started_at']||new Date()['toISOString'](),[TestFrameworkConstants[_0xe35406(0x122)]]:_0x173cad[_0xe35406(0x114)]||'',[TestFrameworkConstants[_0xe35406(0x13b)]]:_0x173cad['test_scopes']||[],[TestFrameworkConstants[_0xe35406(0xea)]]:_0x173cad['test_rerun_name']||_0x173cad[_0xe35406(0xd3)],[TestFrameworkConstants[_0xe35406(0x12f)]]:{},[TestFrameworkConstants[_0xe35406(0xcf)]]:_0x173cad[_0xe35406(0x11d)]||{}},_0x423670={};return _0x423670[_0x22f8c8]=_0x52b191,_0x423670;}[a98_0x27f34a(0x108)](_0x1a00c0,_0x4f83a2){const _0x1a703c=a98_0x27f34a,_0x3f99f3={};_0x3f99f3['YYXdf']=_0x1a703c(0x141),_0x3f99f3['jFplL']=function(_0xa37de9,_0x2097cd){return _0xa37de9===_0x2097cd;},_0x3f99f3['JpDrW']=_0x1a703c(0x13c),_0x3f99f3[_0x1a703c(0xc5)]='UnhandledError',_0x3f99f3[_0x1a703c(0x105)]=_0x1a703c(0xde),_0x3f99f3[_0x1a703c(0x101)]=function(_0x1cb01d,_0x49004e){return _0x1cb01d!==_0x49004e;};const _0x3acbec=_0x3f99f3,_0x458392=_0x1a00c0[_0x1a703c(0x13d)],_0x3ebe76=_0x4f83a2[_0x1a703c(0x10c)]()[_0x1a703c(0x117)](_0x458392)||{},_0x21845f={..._0x3ebe76,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x1a00c0[_0x1a703c(0xdf)]||_0x3acbec['YYXdf'],[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x1a00c0['test_ended_at']||new Date()[_0x1a703c(0xf0)](),[TestFrameworkConstants[_0x1a703c(0x11a)]]:new Date()[_0x1a703c(0xf0)](),[TestFrameworkConstants[_0x1a703c(0xed)]]:_0x3ebe76[TestFrameworkConstants[_0x1a703c(0xed)]]||[],[TestFrameworkConstants[_0x1a703c(0xcf)]]:_0x1a00c0[_0x1a703c(0x11d)]||{}};_0x3acbec[_0x1a703c(0xf7)](_0x1a00c0['test_result'],_0x3acbec[_0x1a703c(0xcb)])&&(_0x21845f[TestFrameworkConstants[_0x1a703c(0xef)]]=_0x1a00c0['test_failure_type']||_0x3acbec[_0x1a703c(0xc5)],_0x21845f[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x1a00c0[_0x1a703c(0x104)]||_0x3acbec[_0x1a703c(0x105)],_0x21845f[TestFrameworkConstants[_0x1a703c(0xe1)]]=_0x1a00c0[_0x1a703c(0x140)]||[]);_0x3acbec[_0x1a703c(0x101)](_0x1a00c0[_0x1a703c(0xec)],undefined)&&(_0x21845f[TestFrameworkConstants[_0x1a703c(0x119)]]=_0x1a00c0[_0x1a703c(0xec)]);const _0x532b14={};return _0x532b14[_0x458392]=_0x21845f,_0x532b14;}[a98_0x27f34a(0xf3)](_0x2e290d){const _0x239914=a98_0x27f34a,_0x2502d5={};_0x2502d5[_0x239914(0xe8)]=_0x239914(0xc3);const _0xd44726=_0x2502d5;try{const _0x3477fc=_0x2e290d[_0x239914(0x12b)]?.[_0x239914(0x13d)],_0x554604=_0x2e290d[_0x239914(0xe7)],_0x4978b3=_0x554604[_0x239914(0xe6)](),_0x477173=_0x554604[_0x239914(0x10c)]()['get'](_0x3477fc);if(!_0x477173)return logger[_0x239914(0x106)](_0x239914(0xff)+_0x3477fc),{};const {[TestFrameworkConstants[_0x239914(0x13f)]]:_0x17b6da=this[_0x239914(0x109)]()[0x0]||'',[TestFrameworkConstants[_0x239914(0x107)]]:_0x33ccee=this[_0x239914(0xd9)]()[this['getTestFrameworks']()[0x0]]||'',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x5779c1='',[TestFrameworkConstants[_0x239914(0x113)]]:_0x4926cd=''}=_0x477173,_0x135f82=_0x554604[_0x239914(0xdc)]()['toString']()['split']('.')[0x1],_0x2003a7=_0x554604[_0x239914(0xf4)]()[_0x239914(0x12d)]()[_0x239914(0x111)]('.')[0x1],_0x2edf4c=global?.[_0x239914(0xe4)]?.[_0x239914(0xfa)]?.[_0x239914(0x10b)]||global[_0x239914(0xc8)]||0x0,_0x14129=_0x554604['getRef'](),_0x5e6122=Buffer[_0x239914(0xe2)](JSON[_0x239914(0x127)](_0x477173))[_0x239914(0x12d)](_0xd44726[_0x239914(0xe8)]),_0x37150b={'hash':_0x4978b3[_0x239914(0x120)](),'threadId':_0x4978b3[_0x239914(0xca)]()[_0x239914(0x12d)](),'processId':_0x4978b3['getProcessId']()[_0x239914(0x12d)]()},_0x304acb={};return _0x304acb[_0x239914(0x126)]=_0x2edf4c,_0x304acb[_0x239914(0x136)]=_0x17b6da,_0x304acb['testFrameworkVersion']=_0x33ccee,_0x304acb[_0x239914(0x10f)]=_0x135f82,_0x304acb[_0x239914(0x11c)]=_0x2003a7,_0x304acb[_0x239914(0xda)]=_0x5779c1,_0x304acb[_0x239914(0xd2)]=_0x4926cd,_0x304acb[_0x239914(0xd4)]=_0x14129,_0x304acb[_0x239914(0x142)]=_0x5e6122,_0x304acb[_0x239914(0x138)]=_0x37150b,_0x304acb[_0x239914(0x11e)]=_0x3477fc,_0x304acb;}catch(_0x262668){return logger[_0x239914(0x121)](_0x239914(0x110)+util[_0x239914(0x11f)](_0x262668)),{};}}}function a98_0x1e9d(_0x4ef617,_0x346d88){const _0x5c2fcf=a98_0x5c2f();return a98_0x1e9d=function(_0x1e9def,_0x15fbdb){_0x1e9def=_0x1e9def-0xc1;let _0x21ea9f=_0x5c2fcf[_0x1e9def];return _0x21ea9f;},a98_0x1e9d(_0x4ef617,_0x346d88);}module[a98_0x27f34a(0xd6)]=NodeGenericFramework;function a98_0x5c2f(){const _0x549c8a=['parseTestResult','getTestFrameworks','[TRACE:node-generic]\x20TEST\x20POST\x20-\x20processing\x20result\x20for\x20test_uuid=','parallelIndex','getAllData','resolveInstance','[TRACE:node-generic]\x20TEST\x20PRE\x20-\x20loading\x20test\x20data\x20for\x20test_uuid=','testFrameworkState','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20ERROR\x20-\x20','split','[NodeGenericFramework]\x20trackEvent:\x20unsupported\x20state=','KEY_TEST_ENDED_AT','test_scope','YLPPf','[NodeGenericFramework]\x20resolveInstance:\x20created\x20instance\x20contextId=','get','KEY_TEST_STARTED_AT','KEY_TEST_DURATION','KEY_TEST_RESULT_AT','test_location','hookState','test_meta','test_identifier','format','getId','error','KEY_TEST_SCOPE','qchDM','KEY_TEST_ID','5844YbRcjD','platformIndex','stringify','../state/testFrameworkState.js',',\x20error=','trackEvent','testData','27305030TEBywk','toString','EZlzZ','KEY_CUSTOM_TAGS','info','test_file_path','12409656BYKbDQ','KEY_TEST_NAME','./testFramework','730mZUKqz','testFrameworkName','8qLncDA','executionContext','test_tags','KEY_TEST_FILE_PATH','KEY_TEST_SCOPES','failed','test_uuid','DEFAULT_TEST_RESULT','KEY_TEST_FRAMEWORK_NAME','test_failure','unknown','eventJson','createContext','KEY_TEST_TAGS','base64','15036219Lraidy','RjMTK','runHooks','../../../helpers/classLogger.js','__bstackPlatformIndex','./constants/testFrameworkConstants.js','getThreadId','JpDrW','POST','NodeGenericFramework','PRE','KEY_TEST_META','[TRACE:node-generic]\x20trackEvent\x20',',\x20hookState=','endedAt','test_name','uuid','KEY_TEST_CODE','exports',',\x20result=','363RvQviO','getTestFrameworksVersions','startedAt','TEST','getCurrentTestState','584903fKffps','Unknown\x20error','test_result','setTrackedInstance','KEY_TEST_FAILURE','from','_currentTestUUID','__workerDetails','util','getContext','instance','RVLmp','KEY_TEST_LOCATION','KEY_TEST_RERUN_NAME','KEY_HOOKS_FINISHED','test_duration','KEY_LOGS','36576ElxiMm','KEY_TEST_FAILURE_TYPE','toISOString','KEY_TEST_RESULT','../state/hookState.js','createTestFrameworkEventPayload','getCurrentHookState','getCurrentTestUUID','test_code','jFplL','getCurrentInstanceName','2299460iNvesx','workerInfo','../instances/trackedInstance.js','[NodeGenericFramework]\x20resolveInstance:\x20creating\x20new\x20instance','addMultipleEntries','[NodeGenericFramework]\x20trackEvent:\x20ERROR\x20-\x20state=','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20no\x20data\x20for\x20test_uuid=','KEY_TEST_LOGS','iZCps','parseTestData','KEY_AUTOMATE_SESSION_NAME','test_failure_reason','ceKBF','debug','KEY_TEST_FRAMEWORK_VERSION'];a98_0x5c2f=function(){return _0x549c8a;};return a98_0x5c2f();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
function a99_0xc61b(_0x210ffb,_0x21fd38){const _0x1ca20d=a99_0x1ca2();return a99_0xc61b=function(_0xc61b0f,_0x5d8d87){_0xc61b0f=_0xc61b0f-0x87;let _0x327bef=_0x1ca20d[_0xc61b0f];return _0x327bef;},a99_0xc61b(_0x210ffb,_0x21fd38);}function a99_0x1ca2(){const _0x5d78f7=['4994843vFzBoO','\x20hookState=','../instances/automationFrameworkInstance.js','aeiQz','\x20target=','../../../helpers/classLogger.js','CREATE','info','getCurrentInstanceName','setTrackedInstance','bEasu','../state/automationFrameworkState.js','trackPlaywrightInstance','getAutomationFrameworkName','message','params','trackEvent','PLAYWRIGHT_DISPATCH','300QxPWrN','bsParams','exports','34883864XVulYO','getAutomationFrameworkVersion','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','../cliUtils.js','logger','2193050IFevRi','trackEvent:\x20automationFrameworkState=','trackPlaywrightInstance:\x20instance\x20already\x20exists','getTrackedInstance','177526ioBnud','instance','getId','sQUPg','XsNyk',',\x20state=','5694705tpUKHk','136295GJQMRN','../instances/trackedInstance.js','LRKUi','NONE','5955968jtVRuq'];a99_0x1ca2=function(){return _0x5d78f7;};return a99_0x1ca2();}const a99_0x17b619=a99_0xc61b;(function(_0x2d536e,_0x4a65de){const _0x3a2287=a99_0xc61b,_0x5eb71e=_0x2d536e();while(!![]){try{const _0x3f5831=parseInt(_0x3a2287(0xb0))/0x1+parseInt(_0x3a2287(0xac))/0x2+parseInt(_0x3a2287(0x8c))/0x3+parseInt(_0x3a2287(0x91))/0x4+parseInt(_0x3a2287(0x8d))/0x5*(parseInt(_0x3a2287(0xa4))/0x6)+-parseInt(_0x3a2287(0x92))/0x7+-parseInt(_0x3a2287(0xa7))/0x8;if(_0x3f5831===_0x4a65de)break;else _0x5eb71e['push'](_0x5eb71e['shift']());}catch(_0x4bf66b){_0x5eb71e['push'](_0x5eb71e['shift']());}}}(a99_0x1ca2,0xe7fb4));const AutomationFramework=require('./automationFramework.js'),{createClassLogger}=require(a99_0x17b619(0x97)),AutomationFrameworkState=require(a99_0x17b619(0x9d)),CLIUtils=require(a99_0x17b619(0xaa)),TrackedInstance=require(a99_0x17b619(0x8e)),AutomationFrameworkInstance=require(a99_0x17b619(0x94));class PlaywrightAutomationFramework extends AutomationFramework{[a99_0x17b619(0xab)]=createClassLogger('PlaywrightAutomationFramework');constructor(_0x5db5ce,_0x277ce2){super(_0x5db5ce,_0x277ce2);}async['trackEvent'](_0x380100,_0x40cb85,_0x1dc759={}){const _0x279c4e=a99_0x17b619,_0x1f15b1={};_0x1f15b1[_0x279c4e(0x89)]=function(_0x187e08,_0x16de04){return _0x187e08===_0x16de04;};const _0x56290e=_0x1f15b1;this[_0x279c4e(0xab)]['debug'](_0x279c4e(0xad)+_0x380100+_0x279c4e(0x93)+_0x40cb85),await super[_0x279c4e(0xa2)](_0x380100,_0x40cb85,_0x1dc759);const _0x30e8f5=this['resolveInstance'](_0x380100,_0x40cb85,_0x1dc759);if(_0x56290e[_0x279c4e(0x89)](_0x30e8f5,null))return;_0x1dc759[_0x279c4e(0x87)]=_0x30e8f5,await this['runHooks'](_0x30e8f5,_0x380100,_0x40cb85,_0x1dc759);}['resolveInstance'](_0xb65215,_0x2dcfc2,_0x26bd36={}){const _0x4e0533=a99_0x17b619,_0x31aa12={};_0x31aa12[_0x4e0533(0x8a)]=function(_0x4b82ce,_0x534d66){return _0x4b82ce===_0x534d66;},_0x31aa12['aeiQz']=function(_0x3d9a73,_0x3231de){return _0x3d9a73===_0x3231de;},_0x31aa12[_0x4e0533(0x9c)]=function(_0x460bc2,_0x2a5648){return _0x460bc2===_0x2a5648;};const _0x5d5346=_0x31aa12;let _0x2165c2=null;return(_0x5d5346[_0x4e0533(0x8a)](_0xb65215,AutomationFrameworkState[_0x4e0533(0x98)])||_0x5d5346[_0x4e0533(0x95)](_0xb65215,AutomationFrameworkState[_0x4e0533(0xa3)])&&(_0x26bd36[_0x4e0533(0xa0)]&&_0x26bd36[_0x4e0533(0xa0)][_0x4e0533(0xa1)]&&_0x26bd36['message'][_0x4e0533(0xa1)][_0x4e0533(0xa5)])||_0x5d5346['bEasu'](_0xb65215,AutomationFrameworkState[_0x4e0533(0x90)]))&&this[_0x4e0533(0x9e)](_0xb65215,_0x26bd36),_0x2165c2=AutomationFramework[_0x4e0533(0xaf)](),_0x2165c2;}[a99_0x17b619(0x9e)](_0xe0aad9,_0x54bc12){const _0x3b3c0c=a99_0x17b619,_0x2ea846={};_0x2ea846[_0x3b3c0c(0x8f)]=_0x3b3c0c(0xae);const _0x288bf7=_0x2ea846;if(AutomationFramework[_0x3b3c0c(0xaf)]()){this[_0x3b3c0c(0xab)][_0x3b3c0c(0x99)](_0x288bf7[_0x3b3c0c(0x8f)]);return;}const _0x3f6043=CLIUtils[_0x3b3c0c(0x9a)](),_0x24788a=TrackedInstance['createContext'](_0x3f6043);let _0x1a2fed=null;this['logger'][_0x3b3c0c(0x99)](_0x3b3c0c(0xa9)+_0x3f6043+_0x3b3c0c(0x8b)+_0xe0aad9),_0x1a2fed=new AutomationFrameworkInstance(_0x24788a,this[_0x3b3c0c(0x9f)](),this[_0x3b3c0c(0xa8)](),_0xe0aad9),AutomationFramework[_0x3b3c0c(0x9b)](_0x24788a,_0x1a2fed),this[_0x3b3c0c(0xab)][_0x3b3c0c(0x99)]('trackPlaywrightInstance:\x20saved\x20instance\x20contextId='+_0x24788a[_0x3b3c0c(0x88)]()+_0x3b3c0c(0x96)+_0x3f6043);}}module[a99_0x17b619(0xa6)]=PlaywrightAutomationFramework;
|