browserstack-node-sdk 1.70.1 → 1.70.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/ats/src/cloudproviders/AWS.js +1 -1
- package/ats/src/cloudproviders/Azure.js +1 -1
- package/ats/src/cloudproviders/CloudProvider.js +1 -1
- package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
- package/ats/src/cloudproviders/utils.js +1 -1
- package/ats/src/commands/configure.js +1 -1
- package/ats/src/commands/connect.js +1 -1
- package/ats/src/commands/connect_commands/grid.js +1 -1
- package/ats/src/commands/create.js +1 -1
- package/ats/src/commands/create_commands/grid.js +1 -1
- package/ats/src/commands/delete.js +1 -1
- package/ats/src/commands/delete_commands/grid.js +1 -1
- package/ats/src/commands/init.js +1 -1
- package/ats/src/commands/list.js +1 -1
- package/ats/src/commands/list_commands/grid_profiles.js +1 -1
- package/ats/src/commands/list_commands/grids.js +1 -1
- package/ats/src/commands/precheck.js +1 -1
- package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
- package/ats/src/commands/start.js +1 -1
- package/ats/src/commands/start_commands/grid.js +1 -1
- package/ats/src/commands/stop.js +1 -1
- package/ats/src/commands/stop_commands/grid.js +1 -1
- package/ats/src/config/constants.js +1 -1
- package/ats/src/config/logger.js +1 -1
- package/ats/src/index.js +1 -1
- package/ats/src/utils/AWSUtils.js +1 -1
- package/ats/src/utils/createAutoscalerStack.js +1 -1
- package/ats/src/utils/createClusterStack.js +1 -1
- package/ats/src/utils/createHubHaStack.js +1 -1
- package/ats/src/utils/createk8sClient.js +1 -1
- package/ats/src/utils/deleteEFSMountTargets.js +1 -1
- package/ats/src/utils/deleteStack.js +1 -1
- package/ats/src/utils/describeStack.js +1 -1
- package/ats/src/utils/gridComponents.js +1 -1
- package/ats/src/utils/hstUtils.js +1 -1
- package/ats/src/utils/instrumentationUtils.js +1 -1
- package/ats/src/utils/userInput.js +1 -1
- package/ats/src/utils/utilityMethods.js +1 -1
- package/ats/src/utils/webSocketUtils.js +1 -1
- package/package.json +1 -1
- package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
- package/src/bin/codeceptjs/command.js +1 -1
- package/src/bin/codeceptjs/helper.js +1 -1
- package/src/bin/codeceptjs/o11yHelper.js +1 -1
- package/src/bin/cucumber-js/command.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
- package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
- package/src/bin/cucumber-js/test-observability.js +1 -1
- package/src/bin/cucumber-js/test.setup.js +1 -1
- package/src/bin/cucumber-js/test_old.setup.js +1 -1
- package/src/bin/cucumber-js/timeout.setup.js +1 -1
- package/src/bin/detox/a11ySetup.js +1 -1
- package/src/bin/detox/command.js +1 -1
- package/src/bin/detox/modifyDetoxConf.js +1 -1
- package/src/bin/detox/traEmitter.js +1 -1
- package/src/bin/integrations/command.js +1 -1
- package/src/bin/integrations/constants.js +1 -1
- package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
- package/src/bin/jasmine/command.js +1 -1
- package/src/bin/jasmine/test.setup.js +1 -1
- package/src/bin/jasmine/testRunMap.js +1 -1
- package/src/bin/jest/command.js +1 -1
- package/src/bin/jest/customImplements/customCircus.js +1 -1
- package/src/bin/jest/customImplements/customEnvironment.js +1 -1
- package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
- package/src/bin/jest/customImplements/customSequencer.js +1 -1
- package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
- package/src/bin/jest/jest.setup.js +1 -1
- package/src/bin/jest/test-observability/data-hooks.js +1 -1
- package/src/bin/jest/test-observability/helper.js +1 -1
- package/src/bin/jest/test-observability/obsReporter.js +1 -1
- package/src/bin/jest/test-observability/test-details.js +1 -1
- package/src/bin/jest/test.setup.js +1 -1
- package/src/bin/jest/test_before.setup.js +1 -1
- package/src/bin/launcher/launcher.js +1 -1
- package/src/bin/load/index.js +1 -1
- package/src/bin/load/loadErrors.js +1 -1
- package/src/bin/load/loadUtils.js +1 -1
- package/src/bin/mocha/accessibility-automation/helper.js +1 -1
- package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
- package/src/bin/mocha/command.js +1 -1
- package/src/bin/mocha/test-observability/data-hooks.js +1 -1
- package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
- package/src/bin/mocha/test.setup.js +1 -1
- package/src/bin/newman/command.js +1 -1
- package/src/bin/newman/helper.js +1 -1
- package/src/bin/newman/reporter/index.js +1 -1
- package/src/bin/newman/scriptRunner.js +1 -1
- package/src/bin/nightwatch/command.js +1 -1
- package/src/bin/node-generic/client.js +1 -1
- package/src/bin/playwright/accessibility-helper.js +1 -1
- package/src/bin/playwright/command.js +1 -1
- package/src/bin/playwright/globalSetup.js +1 -1
- package/src/bin/playwright/mock-process.js +1 -1
- package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
- package/src/bin/playwright/patches.js +1 -1
- package/src/bin/playwright/reporter/pwUtils.js +1 -1
- package/src/bin/playwright/reporter/reporter.js +1 -1
- package/src/bin/playwright/reporter/test-details.js +1 -1
- package/src/bin/playwright/reporterArgs.js +1 -1
- package/src/bin/playwright/sessionDetails.js +1 -1
- package/src/bin/puppeteer/patches.js +1 -1
- package/src/bin/puppeteer/sessionDetails.js +1 -1
- package/src/bin/puppeteer/test.setup.js +1 -1
- package/src/bin/runner.js +1 -1
- package/src/bin/setup.js +1 -1
- package/src/bin/test-runner/index.js +1 -1
- package/src/bin/test-runner/runTest.js +1 -1
- package/src/bin/test-runner/testWorker.js +1 -1
- package/src/bin/testcafe/a11y-runner.js +1 -1
- package/src/bin/testcafe/command.js +1 -1
- package/src/bin/testcafe/reporter/index.js +1 -1
- package/src/bin/testcafe/reporter/tcUtils.js +1 -1
- package/src/bin/testcafe/session-registry.js +1 -1
- package/src/bin/testcafe/stdout-interceptor.js +1 -1
- package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
- package/src/bin/testcafe/w3c-driver.js +1 -1
- package/src/bin/utils/apiUtilityMethods.js +1 -1
- package/src/bin/utils/clientTroubleshootingService.js +1 -1
- package/src/bin/utils/constants.js +1 -1
- package/src/bin/utils/log4jsAppender.js +1 -1
- package/src/bin/utils/logPatcher.js +1 -1
- package/src/bin/utils/logReportingAPI.js +1 -1
- package/src/bin/utils/playwright-patcher.js +1 -1
- package/src/bin/utils/puppeteer-patcher.js +1 -1
- package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
- package/src/bin/utils/sharedUtils.js +1 -1
- package/src/bin/v2/TestInfo.js +1 -1
- package/src/bin/v2/browserstackCLI.js +1 -1
- package/src/bin/v2/cliUtils.js +1 -1
- package/src/bin/v2/customTagManager.js +1 -1
- package/src/bin/v2/eventDispatcher.js +1 -1
- package/src/bin/v2/framework/automationFramework.js +1 -1
- package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
- package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
- package/src/bin/v2/framework/jestTestFramework.js +1 -1
- package/src/bin/v2/framework/mochaTestFramework.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/seleniumAutomationFramework.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/runStateStore.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_0x48a40a=a96_0x5e5f;function a96_0x5e5f(_0x1b95c3,_0x1e2486){const _0x1f4760=a96_0x1f47();return a96_0x5e5f=function(_0x5e5f8b,_0x3b32fa){_0x5e5f8b=_0x5e5f8b-0x192;let _0x2eb749=_0x1f4760[_0x5e5f8b];return _0x2eb749;},a96_0x5e5f(_0x1b95c3,_0x1e2486);}(function(_0x8771be,_0x2358a6){const _0x17ffd8=a96_0x5e5f,_0x517eee=_0x8771be();while(!![]){try{const _0x4315c7=-parseInt(_0x17ffd8(0x23b))/0x1*(-parseInt(_0x17ffd8(0x25a))/0x2)+parseInt(_0x17ffd8(0x242))/0x3+parseInt(_0x17ffd8(0x27d))/0x4+-parseInt(_0x17ffd8(0x2d0))/0x5*(parseInt(_0x17ffd8(0x2c8))/0x6)+parseInt(_0x17ffd8(0x1de))/0x7+-parseInt(_0x17ffd8(0x1c6))/0x8*(-parseInt(_0x17ffd8(0x26d))/0x9)+-parseInt(_0x17ffd8(0x2e7))/0xa;if(_0x4315c7===_0x2358a6)break;else _0x517eee['push'](_0x517eee['shift']());}catch(_0x2204e4){_0x517eee['push'](_0x517eee['shift']());}}}(a96_0x1f47,0xdae0f));const TestFramework=require(a96_0x48a40a(0x2ec)),TestFrameworkState=require(a96_0x48a40a(0x2a1)),HookState=require(a96_0x48a40a(0x255)),{createClassLogger}=require(a96_0x48a40a(0x22a)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a96_0x48a40a(0x2ff)),TrackedInstance=require(a96_0x48a40a(0x2cf)),TestFrameworkConstants=require(a96_0x48a40a(0x1fa)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a96_0x48a40a(0x223)),{isInternalHook}=require('../../../helpers/test-observability/utils'),logger=createClassLogger(a96_0x48a40a(0x204)),{v4:uuidv4}=require(a96_0x48a40a(0x218)),util=require(a96_0x48a40a(0x1ab)),TestInfo=require('../TestInfo.js'),GrpcClient=require(a96_0x48a40a(0x1dc)),stackTrace=require('stack-trace'),{pickUserFrameFile}=require('../../../helpers/stackFrameUtils');function a96_0x1f47(){const _0x14fcec=[',\x20hooksListLength=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','\x20(testIdentifier),\x20hookType=','join','6pbFMjE','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','xEnyS','passed','scope','../instances/trackedInstance.js','3518340IApOwy',',\x20consoleLogs:\x20','inspect','getId','hookMetadata',',\x20scope:\x20','activeHooks','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','KEY_HOOK_FAILURE','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','getJestTestIdentifier','McuaI','getJestFailureType','DEFAULT_HOOK_RESULT','\x20-\x20testId:\x20','asyncError',',\x20hookState:\x20','retryOf','skipped','KEY_EVENT_ENDED_AT','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','replace','UvRRM','23743830elnSKE',',\x20duration=','UnhandledError',',\x20hookUUID=','location','./testFramework',',\x20attachmentLogs:\x20','setActiveHook','_ALL',',\x20hookId=','matchHookRegex','getJestFailureReason','AXhJG','beforeAll','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','test_run_id',',\x20testData=','testData','\x20hook','KEY_TEST_ENDED_AT','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','pop','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','BEFORE_ALL','../cliUtils.js','toString','CysAk','KXnAn','KEY_TEST_LOCATION','IbzVt','has','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','ljDyt','parseJestTestResult','TXNtj','event_ended_at','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','missing','push','split','processPendingHooks','hnaYU','testId','eventJson','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','\x20screenshot\x20logs\x20for\x20testId:\x20','TEST_SCREENSHOT','parent','ROOT_DESCRIBE_BLOCK','TYmvo','storePendingHook','getJestTestFilePath','LSPxm',',\x20hook=','removeActiveHook','getContext','getAllData','KEY_HOOK_FAILURE_REASON','type','\x20(testIdentifier),\x20result=','started_at','args','\x20attachments','KEY_TEST_FILE_PATH',',\x20error:\x20','KEY_HOOK_ID','warn',',\x20totalLogs:\x20','Khvao',',\x20state:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','hook_type','LlBxr','hookAnalyticsId','getActiveHook','AlDEG','none','runHooks',',\x20argsKeys=','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event',',\x20hookType=','util','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','sUBZg','\x20files','file_name',',\x20filePath=','HETff','trackJestInstance','KEY_TEST_ATTACHMENTS','GPGjY','TEST',',\x20failureType=','PRE','toZVT','workerInfo',',\x20logsInBatch:\x20','yeWSB','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','result','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','parse','KEY_TEST_FAILURE_REASON','EVTVo','browserstackPlatformIndex','SpPAO','\x20to\x20','9976BugjMi','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','ZBuir','eektB','Processing\x20','JmwBT','buildHookMapFromTest','trackHookEvent','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','logCreatedEvent','getJestTestTags',',\x20failureReason=','ALL','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','resolveInstance','addPendingHook','title','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','finished_at','hooks','hookState','../grpcClient','hookData','10138961MGjUea','__bstackPlatformIndex','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','toISOString','AssertionError','slice','NeVQe','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','isJestInternalHook','eWtaI','KEY_TEST_RERUN_NAME','Error\x20in\x20createTestFrameworkEventPayload:\x20','platformIndex','hvClx','KEY_EVENT_STARTED_AT','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','toUpperCase','KEY_TEST_FRAMEWORK_NAME','KEY_TEST_ID','VQJrr','maxArrayLength','hQlfc','getRootParentFile','splice','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','setTrackedInstance','zfCAb','DXozi','./constants/testFrameworkConstants.js','name','length','delete','getCurrentInstanceName','jest-circus','CNUUg','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','addMultipleEntries','vMzgX','JestTestFramework','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','KEY_HOOKS_FINISHED',',\x20filePath:\x20','woaXE','cJNae',',\x20screenshotLogs:\x20','testFrameworkState','smtIU','originalTest','KEY_TEST_FAILURE','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','createContext','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','\x22\x20from\x20testData','format','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20',',\x20hookData=','getTestFrameworks','RoYOc','uuid',',\x20remainingHooks=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','iFAwi','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','KEY_TEST_STARTED_AT','DioIn','map','FzmKe','PmcqP','failure_reason','../../../helpers/helper.js','rTjoy','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','KEY_HOOK_LOGS','KIwKU','filePath','mapTestHooks','../../../helpers/classLogger.js','hCbzG','sendLogCreatedEvent','KEY_TEST_FAILURE_TYPE','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','KEY_LOGS','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','depth','__workerDetails',',\x20hookState=','KEY_TEST_RESULT','keys','hook_result','unknown','WdTaq','removePendingHooks','KEY_HOOK_LAST_FINISHED','1051tiieiK','NONE','axVUs',',\x20testId=','ZJlAK','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','findIndex','2886756jKiJNX','getJestTestName','wxywp','KEY_TEST_UUID','scopes','HoluZ','trackJestInstance:\x20instance\x20already\x20exists','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','ompqZ','aDMgL','Stored\x20pending\x20hook\x20for\x20testId:\x20','parseJestTest','executionContext','hook_id','\x20pending\x20hooks\x20for\x20testId:\x20','IiXsh','VtUOY','getInstance','DOApc','../state/hookState.js','ZONOU','KEY_TEST_SCOPE','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','includes','594HNsfEj','ylGIT',',\x20platformIndex:\x20','hookUUID','match','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','failed','file','test','BofCm','endedAt','KEY_TEST_SCOPES',',\x20scopes=','IFQOo',',\x20testFramework=','gJVwd','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','KEY_AUTOMATE_SESSION_NAME','POST','8298QzqRVR','get','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','getProcessId','../../../helpers/test-observability/utils','PbVMx','getTestFrameworksVersions','getAllPendingHookTestIds','pid','KEY_TEST_CODE','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','\x20-\x20test_identifier=','getHooksForTest','OusDw','trackJestInstance:\x20created\x20instance\x20for\x20target=','message','408088nDysNF','testUUID','parallelIndex','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','\x20logs\x20for\x20testId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','KEY_TEST_DURATION','getJestTestScopes','KEY_TEST_RETRY_OF','KEY_HOOK_RESULT','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','getRef',',\x20messageLength=','debug','getCurrentTestState','instance','ZlAAL',',\x20payload:\x20','WISIB','KEY_CUSTOM_TAGS','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result',',\x20currentTestId:\x20','trackEvent','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20',',\x20contextId=','KEY_TEST_RESULT_AT','UqXPy',',\x20version=','zWYSs','testFrameworkVersion','KEY_TEST_META','XCdsc','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','KEY_TEST_FRAMEWORK_VERSION','zPnfb','zNpmL','../state/testFrameworkState.js','hasPendingHooks','duration','stringify','body','tags','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','getPendingHooks','getJestFailureData',',\x20result=','KEY_TEST_TAGS',',\x20state=','substring','KEY_TEST_NAME','ELtLA','FynYu','isArray','find','testFrameworkName','getTrackedInstance','test_run_uuid','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','apply','KEY_HOOKS_STARTED','KEY_HOOK_NAME','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','errorsDetailed','test_identifier','SnNlO','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','forEach','error','startsWith'];a96_0x1f47=function(){return _0x14fcec;};return a96_0x1f47();}class JestTestFramework extends TestFramework{constructor(_0x3e5eee,_0x16c0f6,_0x3abb9f){super(_0x3e5eee,_0x16c0f6,_0x3abb9f),this['activeHooks']=new Map();}[a96_0x48a40a(0x2ee)](_0x2faaea,_0x3b2d9a,_0x47e8a0){const _0x481deb=a96_0x48a40a,_0x22c60d={};_0x22c60d[_0x481deb(0x1b1)]=function(_0xa46a94,_0x18299e){return _0xa46a94||_0x18299e;};const _0xcbf93=_0x22c60d;if(_0xcbf93[_0x481deb(0x1b1)](!_0x2faaea,!_0x3b2d9a)){logger['warn'](_0x481deb(0x1c8)+_0x2faaea+_0x481deb(0x2ea)+_0x3b2d9a);return;}!this['activeHooks']['has'](_0x2faaea)&&this['activeHooks']['set'](_0x2faaea,[]);const _0x54f5f4={'hookUUID':_0x3b2d9a,'hookType':_0x47e8a0,'startedAt':new Date()[_0x481deb(0x1e1)]()};this[_0x481deb(0x2d6)][_0x481deb(0x26e)](_0x2faaea)[_0x481deb(0x30d)](_0x54f5f4),logger['debug'](_0x481deb(0x2d7)+_0x2faaea+_0x481deb(0x2ea)+_0x3b2d9a+_0x481deb(0x1aa)+_0x47e8a0+',\x20totalHooks='+this[_0x481deb(0x2d6)]['get'](_0x2faaea)[_0x481deb(0x1fc)]);}[a96_0x48a40a(0x31d)](_0x2ee55f,_0xa0f9f5){const _0x341328=a96_0x48a40a,_0x259258={};_0x259258[_0x341328(0x27a)]=function(_0x414a80,_0x135692){return _0x414a80||_0x135692;},_0x259258[_0x341328(0x2e6)]=function(_0x2ea1b7,_0x450df0){return _0x2ea1b7!==_0x450df0;},_0x259258[_0x341328(0x1f8)]=function(_0x4fdf7d,_0x4ded78){return _0x4fdf7d===_0x4ded78;};const _0x5576de=_0x259258;if(_0x5576de[_0x341328(0x27a)](!_0x2ee55f,!_0xa0f9f5)){logger[_0x341328(0x19c)]('[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x2ee55f+_0x341328(0x2ea)+_0xa0f9f5);return;}if(this[_0x341328(0x2d6)][_0x341328(0x305)](_0x2ee55f)){const _0x5cc9f3=this[_0x341328(0x2d6)][_0x341328(0x26e)](_0x2ee55f),_0x46de2b=_0x5cc9f3[_0x341328(0x241)](_0x27fb63=>_0x27fb63[_0x341328(0x25d)]===_0xa0f9f5);_0x5576de[_0x341328(0x2e6)](_0x46de2b,-0x1)?(_0x5cc9f3[_0x341328(0x1f5)](_0x46de2b,0x1),logger['debug']('[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier='+_0x2ee55f+_0x341328(0x2ea)+_0xa0f9f5+_0x341328(0x219)+_0x5cc9f3[_0x341328(0x1fc)]),_0x5576de['zfCAb'](_0x5cc9f3['length'],0x0)&&this[_0x341328(0x2d6)][_0x341328(0x1fd)](_0x2ee55f)):logger[_0x341328(0x28a)](_0x341328(0x1e0)+_0x2ee55f+',\x20hookUUID='+_0xa0f9f5);}}[a96_0x48a40a(0x1a4)](_0x65fe3a){const _0x3f80b8=a96_0x48a40a,_0xbe4eca={};_0xbe4eca['CyABt']=function(_0x5ca50b,_0x5263d2){return _0x5ca50b>_0x5263d2;},_0xbe4eca[_0x3f80b8(0x1f1)]=function(_0x2d5f0a,_0xc0ea14){return _0x2d5f0a-_0xc0ea14;};const _0x59987d=_0xbe4eca;if(!_0x65fe3a)return null;if(this[_0x3f80b8(0x2d6)][_0x3f80b8(0x305)](_0x65fe3a)){const _0x432c6b=this['activeHooks'][_0x3f80b8(0x26e)](_0x65fe3a);if(_0x59987d['CyABt'](_0x432c6b[_0x3f80b8(0x1fc)],0x0)){const _0x22b466=_0x432c6b[_0x59987d[_0x3f80b8(0x1f1)](_0x432c6b[_0x3f80b8(0x1fc)],0x1)];return logger[_0x3f80b8(0x28a)](_0x3f80b8(0x249)+_0x65fe3a+_0x3f80b8(0x2ea)+_0x22b466[_0x3f80b8(0x25d)]+_0x3f80b8(0x1aa)+_0x22b466['hookType']),_0x22b466;}}return null;}async[a96_0x48a40a(0x293)](_0x5f2cc0,_0x24107a,_0x25ab6d={}){const _0x156815=a96_0x48a40a,_0xf8a77a={};_0xf8a77a['ljDyt']=_0x156815(0x240),_0xf8a77a['AlDEG']=function(_0x606607,_0x155387){return _0x606607===_0x155387;},_0xf8a77a[_0x156815(0x2b0)]=function(_0x45ce9e,_0x198fd7){return _0x45ce9e||_0x198fd7;},_0xf8a77a[_0x156815(0x24a)]=_0x156815(0x201);const _0x389a17=_0xf8a77a;logger[_0x156815(0x28a)](_0x156815(0x1bf)+_0x5f2cc0+',\x20hookState='+_0x24107a+_0x156815(0x1a8)+Object[_0x156815(0x235)](_0x25ab6d)[_0x156815(0x2c7)](',')),await super[_0x156815(0x293)](_0x5f2cc0,_0x24107a,_0x25ab6d);const _0x2e8cbb=this[_0x156815(0x1d5)](_0x5f2cc0,_0x24107a,_0x25ab6d);if(!_0x2e8cbb){logger[_0x156815(0x28a)](_0x389a17[_0x156815(0x307)]);return;}try{let _0x196931,_0x472fef,_0x235f3c;switch(_0x5f2cc0){case TestFrameworkState[_0x156815(0x1b5)]:_0x196931=_0x25ab6d[_0x156815(0x262)];const _0x5e5b43={};_0x5e5b43['depth']=0x2,_0x5e5b43[_0x156815(0x1f2)]=0x3,logger[_0x156815(0x28a)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState='+_0x24107a+_0x156815(0x2f7)+util[_0x156815(0x2d2)](_0x196931,_0x5e5b43)),_0x235f3c=this[_0x156815(0x2da)](_0x196931),_0x472fef=null,logger[_0x156815(0x28a)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId='+_0x235f3c+'\x20(testIdentifier)');if(_0x389a17[_0x156815(0x1a5)](_0x24107a,HookState['PRE'])){logger[_0x156815(0x28a)](_0x156815(0x1a0)+_0x235f3c);const _0x2b3a34={};_0x2b3a34[_0x156815(0x27e)]=_0x472fef,_0x2b3a34[_0x156815(0x2f8)]=_0x196931,_0x2b3a34[_0x156815(0x311)]=_0x235f3c;const _0x215364=this[_0x156815(0x24d)](_0x2b3a34),_0xb7b417={};_0xb7b417['depth']=0x2,_0xb7b417[_0x156815(0x1f2)]=0x3,logger[_0x156815(0x28a)](_0x156815(0x306)+util['inspect'](_0x215364,_0xb7b417)),_0x2e8cbb['addMultipleEntries'](_0x215364),logger[_0x156815(0x28a)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0x235f3c),await this[_0x156815(0x30f)](_0x2e8cbb,_0x235f3c);}else{if(_0x389a17[_0x156815(0x1a5)](_0x24107a,HookState[_0x156815(0x26c)])){logger['debug'](_0x156815(0x2d9)+_0x235f3c);const _0x4f278f=_0x2e8cbb[_0x156815(0x192)]()[_0x156815(0x26e)](_0x235f3c);logger['debug'](_0x156815(0x1ed)+util[_0x156815(0x2d2)](Object[_0x156815(0x235)](_0x389a17['FynYu'](_0x4f278f,{}))));_0x4f278f&&_0x4f278f[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]?logger[_0x156815(0x28a)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20'+Object[_0x156815(0x235)](_0x4f278f[TestFrameworkConstants[_0x156815(0x1b3)]])[_0x156815(0x1fc)]+_0x156815(0x1ae)):logger[_0x156815(0x28a)](_0x389a17[_0x156815(0x24a)]);const _0x40598e=_0x25ab6d['originalTest']||null,_0x36d02f={};_0x36d02f[_0x156815(0x27e)]=_0x472fef,_0x36d02f[_0x156815(0x2f8)]=_0x196931,_0x36d02f[_0x156815(0x311)]=_0x235f3c,_0x36d02f[_0x156815(0x20d)]=_0x40598e;const _0x469452=this[_0x156815(0x308)](_0x36d02f),_0x1b7c93={};_0x1b7c93[_0x156815(0x231)]=0x2,_0x1b7c93[_0x156815(0x1f2)]=0x3,logger[_0x156815(0x28a)](_0x156815(0x1f6)+util[_0x156815(0x2d2)](_0x469452,_0x1b7c93)),_0x2e8cbb[_0x156815(0x202)](_0x469452),logger[_0x156815(0x28a)](_0x156815(0x21c)+_0x235f3c),await this[_0x156815(0x30f)](_0x2e8cbb,_0x235f3c);}}break;case TestFrameworkState['LOG_REPORT']:if(_0x389a17[_0x156815(0x1a5)](_0x24107a,HookState[_0x156815(0x26c)])){const _0x179608={};_0x179608['depth']=0x2,logger[_0x156815(0x28a)]('[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20'+util['inspect'](_0x25ab6d,_0x179608)),await this[_0x156815(0x22c)](_0x2e8cbb,_0x5f2cc0,_0x25ab6d);}break;default:if(CLIUtils[_0x156815(0x2f1)](_0x5f2cc0[_0x156815(0x300)]()[_0x156815(0x30e)]('.')[0x1])){const _0x583dea={};_0x583dea[_0x156815(0x231)]=0x2,_0x583dea[_0x156815(0x1f2)]=0x3,logger[_0x156815(0x28a)](_0x156815(0x313)+_0x5f2cc0+_0x156815(0x233)+_0x24107a+_0x156815(0x215)+util[_0x156815(0x2d2)](_0x25ab6d[_0x156815(0x1dd)],_0x583dea));const _0x5e9d1d=await this[_0x156815(0x1ce)](_0x2e8cbb,_0x5f2cc0,_0x24107a,_0x25ab6d),_0x2e8af7={};_0x2e8af7[_0x156815(0x231)]=0x2,_0x2e8af7['maxArrayLength']=0x3,logger[_0x156815(0x28a)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20'+util[_0x156815(0x2d2)](_0x5e9d1d,_0x2e8af7)),_0x2e8cbb['addMultipleEntries'](_0x5e9d1d);}else logger[_0x156815(0x28a)]('[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState='+_0x5f2cc0+'\x20&\x20hookState='+_0x24107a);break;}logger[_0x156815(0x28a)](_0x156815(0x211)+_0x5f2cc0+_0x156815(0x233)+_0x24107a);}catch(_0x4997a6){logger[_0x156815(0x2c2)](_0x156815(0x1bc)+_0x5f2cc0+_0x156815(0x233)+_0x24107a+',\x20exception='+util[_0x156815(0x213)](_0x4997a6));}_0x25ab6d[_0x156815(0x28c)]=_0x2e8cbb,await this[_0x156815(0x1a7)](_0x2e8cbb,_0x5f2cc0,_0x24107a,_0x25ab6d);}[a96_0x48a40a(0x2da)](_0x521169){const _0x2fa16e=a96_0x48a40a,_0x17f0c9={};_0x17f0c9[_0x2fa16e(0x220)]='[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback';const _0x26ea51=_0x17f0c9;if(_0x521169&&(_0x521169['id']||_0x521169[_0x2fa16e(0x218)])){const _0x16ca56=_0x521169['id']||_0x521169[_0x2fa16e(0x218)];return logger['debug']('[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22'+_0x16ca56+_0x2fa16e(0x212)),_0x16ca56;}return logger[_0x2fa16e(0x28a)](_0x26ea51[_0x2fa16e(0x220)]),process[_0x2fa16e(0x275)]+':testAnalyticsId';}[a96_0x48a40a(0x1d5)](_0x57baa0,_0x40fe3c,_0x3e8d97={}){const _0x4086c4=a96_0x48a40a;let _0x499212=null;return _0x499212=TestFramework[_0x4086c4(0x2b4)](),!_0x499212?(logger['debug'](_0x4086c4(0x2e4)+_0x57baa0),this[_0x4086c4(0x1b2)](_0x57baa0,_0x3e8d97),_0x499212=TestFramework[_0x4086c4(0x2b4)](),logger[_0x4086c4(0x28a)]('[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists='+!!_0x499212+_0x4086c4(0x295)+_0x499212?.[_0x4086c4(0x31e)]()?.[_0x4086c4(0x2d3)]())):logger['debug'](_0x4086c4(0x1cf)+_0x499212[_0x4086c4(0x31e)]()?.['getId']()),_0x499212;}['trackJestInstance'](_0x442d10,_0x5f27df){const _0x13d166=a96_0x48a40a,_0x450ba9={};_0x450ba9[_0x13d166(0x1c2)]=_0x13d166(0x248);const _0x139d98=_0x450ba9;if(TestFramework['getTrackedInstance']()){logger[_0x13d166(0x28a)](_0x139d98[_0x13d166(0x1c2)]);return;}const _0x281df8=CLIUtils[_0x13d166(0x1fe)](),_0x1e8e8c=TrackedInstance[_0x13d166(0x210)](_0x281df8);let _0x25f7cb=null;logger[_0x13d166(0x28a)](_0x13d166(0x27b)+_0x281df8+_0x13d166(0x2ac)+_0x442d10),_0x25f7cb=new TestFrameworkInstance(_0x1e8e8c,this[_0x13d166(0x216)](),this[_0x13d166(0x273)](),_0x442d10,HookState[_0x13d166(0x23c)]),TestFramework[_0x13d166(0x1f7)](_0x1e8e8c,_0x25f7cb),logger[_0x13d166(0x28a)](_0x13d166(0x2b6)+_0x1e8e8c[_0x13d166(0x2d3)]()+',\x20target='+_0x281df8+_0x13d166(0x268)+this[_0x13d166(0x216)]()[0x0]+_0x13d166(0x298)+this[_0x13d166(0x273)]()[this[_0x13d166(0x216)]()[0x0]]);}[a96_0x48a40a(0x24d)](_0xd7f2c){const _0x2da9e3=a96_0x48a40a,_0xfe1df1={};_0xfe1df1[_0x2da9e3(0x20c)]=function(_0x2c369,_0x454e9b){return _0x2c369||_0x454e9b;},_0xfe1df1['hvClx']=_0x2da9e3(0x230);const _0x42ee67=_0xfe1df1,{testUUID:_0x78d30f,testData:_0x2342ce,testId:_0xc69636}=_0xd7f2c;if(_0x42ee67[_0x2da9e3(0x20c)](!_0x2342ce,!_0xc69636))return logger[_0x2da9e3(0x28a)](_0x42ee67[_0x2da9e3(0x1eb)]),{};const _0x620e45=this[_0x2da9e3(0x216)]()[0x0],_0x12a3cb=this[_0x2da9e3(0x273)](),_0x138083={};_0x138083[_0x2da9e3(0x231)]=0x2,_0x138083['maxArrayLength']=0x3,logger['debug']('[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20'+util['inspect'](_0x2342ce,_0x138083));const _0x4df4fe=_0x2342ce?.['scopes']||[],_0x44e61a=this['getJestTestName'](_0x2342ce),_0x23ec22=this[_0x2da9e3(0x31a)](_0x2342ce),_0x3c8070=_0x2342ce['fn']?_0x2342ce['fn']['toString']():_0x2342ce?.[_0x2da9e3(0x2a5)]?_0x2342ce[_0x2da9e3(0x2a5)]['code'][_0x2da9e3(0x300)]():null,_0x146d48=this[_0x2da9e3(0x1d1)](_0x2342ce),_0x13ab13={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x620e45,[TestFrameworkConstants[_0x2da9e3(0x29e)]]:_0x12a3cb[_0x620e45],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x2da9e3(0x206)]]:{},[TestFrameworkConstants[_0x2da9e3(0x2ba)]]:{},[TestFrameworkConstants[_0x2da9e3(0x234)]]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants[_0x2da9e3(0x26b)]]:_0x44e61a,[TestFrameworkConstants[_0x2da9e3(0x199)]]:_0x23ec22,[TestFrameworkConstants[_0x2da9e3(0x1f0)]]:_0xc69636,[TestFrameworkConstants[_0x2da9e3(0x2ae)]]:_0x44e61a,[TestFrameworkConstants[_0x2da9e3(0x303)]]:_0x23ec22,[TestFrameworkConstants[_0x2da9e3(0x276)]]:_0x3c8070,[TestFrameworkConstants[_0x2da9e3(0x2ab)]]:_0x146d48,[TestFrameworkConstants[_0x2da9e3(0x21d)]]:_0x2342ce['started_at']||new Date()[_0x2da9e3(0x1e1)](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x4df4fe[0x0]||'',[TestFrameworkConstants[_0x2da9e3(0x265)]]:_0x4df4fe,[TestFrameworkConstants[_0x2da9e3(0x1e8)]]:_0x44e61a,[TestFrameworkConstants[_0x2da9e3(0x290)]]:{},[TestFrameworkConstants['KEY_TEST_META']]:{}};_0x2342ce['retryOf']&&(_0x13ab13[TestFrameworkConstants[_0x2da9e3(0x285)]]=_0x2342ce['retryOf']);logger[_0x2da9e3(0x28a)]('[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName='+_0x44e61a+_0x2da9e3(0x23e)+_0xc69636+'\x20(testIdentifier),\x20tags='+JSON[_0x2da9e3(0x2a4)](_0x146d48)+_0x2da9e3(0x266)+util['inspect'](_0x4df4fe)+_0x2da9e3(0x1b0)+_0x23ec22);const _0x5d3eb9={};return _0x5d3eb9[_0xc69636]=_0x13ab13,_0x5d3eb9;}[a96_0x48a40a(0x308)](_0x2f464c){const _0x1b7e59=a96_0x48a40a,_0x88e613={'HoluZ':function(_0x4511d3,_0x21caf4){return _0x4511d3===_0x21caf4;},'JmwBT':'afterAll','SRsdJ':function(_0x4e3659,_0x10edcf){return _0x4e3659===_0x10edcf;},'LHrdp':_0x1b7e59(0x2f4),'McuaI':_0x1b7e59(0x1d3),'XZIBv':_0x1b7e59(0x2ef),'vMzgX':function(_0x44d910,_0x4b9050){return _0x44d910||_0x4b9050;},'yFctW':_0x1b7e59(0x291),'wxywp':function(_0x5625ec,_0x148c5a){return _0x5625ec||_0x148c5a;},'ZJlAK':_0x1b7e59(0x237),'LlBxr':function(_0x124224,_0x3f9e71){return _0x124224>_0x3f9e71;},'PbVMx':_0x1b7e59(0x260),'hCbzG':function(_0x40f65d,_0x4fb89f){return _0x40f65d===_0x4fb89f;},'XMYgb':'skip','sUBZg':_0x1b7e59(0x2e2),'zlkiQ':_0x1b7e59(0x2cd),'RoYOc':function(_0xce6e2e,_0x1077a0){return _0xce6e2e===_0x1077a0;},'IiXsh':function(_0x16fc0f,_0x3cea2b){return _0x16fc0f!==_0x3cea2b;},'aDMgL':function(_0x34e30a,_0x9edf8,_0x167f73,_0x1f6334){return _0x34e30a(_0x9edf8,_0x167f73,_0x1f6334);},'yTKcu':function(_0x158ffe,_0x52eb7f){return _0x158ffe>_0x52eb7f;},'CNUUg':_0x1b7e59(0x2a7)},{testUUID:_0x1a5c6d,testData:_0x37593d,testId:_0x1d9619}=_0x2f464c;if(_0x88e613[_0x1b7e59(0x203)](!_0x37593d,!_0x1d9619))return logger['debug'](_0x88e613['yFctW']),{};const _0x5b78e3=this[_0x1b7e59(0x1d5)](TestFrameworkState['TEST'],HookState['POST']),_0x2e1bed=_0x5b78e3[_0x1b7e59(0x192)]()[_0x1b7e59(0x26e)](_0x1d9619),_0xb3e9b7=_0x88e613[_0x1b7e59(0x244)](_0x2e1bed,{}),_0x12e7ac=_0xb3e9b7?_0xb3e9b7[TestFrameworkConstants[_0x1b7e59(0x290)]]||{}:{},_0x251405=_0xb3e9b7[TestFrameworkConstants[_0x1b7e59(0x1b3)]];logger[_0x1b7e59(0x28a)](_0x1b7e59(0x214)+(_0x251405?Object[_0x1b7e59(0x235)](_0x251405)[_0x1b7e59(0x1fc)]:0x0)+_0x1b7e59(0x198));let _0x14dbd3=_0x88e613[_0x1b7e59(0x23f)];if(_0x37593d[_0x1b7e59(0x1be)])_0x14dbd3=_0x37593d[_0x1b7e59(0x1be)];else{if(_0x37593d[_0x1b7e59(0x2bd)]&&_0x88e613[_0x1b7e59(0x1a2)](_0x37593d['errorsDetailed'][_0x1b7e59(0x1fc)],0x0))_0x14dbd3=_0x88e613['PbVMx'];else _0x88e613[_0x1b7e59(0x22b)](_0x37593d['status'],_0x88e613['XMYgb'])||_0x88e613[_0x1b7e59(0x247)](_0x37593d['status'],_0x88e613[_0x1b7e59(0x1ad)])?_0x14dbd3=_0x88e613[_0x1b7e59(0x1ad)]:_0x14dbd3=_0x88e613['zlkiQ'];}const _0x1386b6={..._0xb3e9b7,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x14dbd3,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x37593d[_0x1b7e59(0x1d9)]||new Date()[_0x1b7e59(0x1e1)](),[TestFrameworkConstants[_0x1b7e59(0x296)]]:new Date()['toISOString'](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x12e7ac,[TestFrameworkConstants[_0x1b7e59(0x22f)]]:_0xb3e9b7[TestFrameworkConstants['KEY_LOGS']]||[],[TestFrameworkConstants[_0x1b7e59(0x29b)]]:{}};if(_0x88e613['RoYOc'](_0x14dbd3,_0x88e613[_0x1b7e59(0x272)])&&_0x37593d[_0x1b7e59(0x2bd)]){const _0x372d4c=this[_0x1b7e59(0x2f2)](_0x37593d),_0x20ee90=this['getJestFailureType'](_0x37593d),_0x5dbc47=this[_0x1b7e59(0x2a9)](_0x37593d);_0x1386b6[TestFrameworkConstants[_0x1b7e59(0x22d)]]=_0x20ee90,_0x1386b6[TestFrameworkConstants[_0x1b7e59(0x1c1)]]=_0x372d4c,_0x1386b6[TestFrameworkConstants[_0x1b7e59(0x20e)]]=_0x5dbc47;}_0x88e613[_0x1b7e59(0x251)](_0x37593d[_0x1b7e59(0x2a3)],undefined)&&(_0x1386b6[TestFrameworkConstants[_0x1b7e59(0x283)]]=_0x37593d[_0x1b7e59(0x2a3)]);_0x37593d['retryOf']&&(_0x1386b6[TestFrameworkConstants[_0x1b7e59(0x285)]]=_0x37593d[_0x1b7e59(0x2e1)]);const _0x11097b=_0x2e1bed?_0x2e1bed[TestFrameworkConstants[_0x1b7e59(0x1b3)]]||{}:{},_0x39c380=_0x2e1bed?_0x2e1bed[TestFrameworkConstants[_0x1b7e59(0x245)]]:_0x1a5c6d,_0x5a0f5c=_0x88e613[_0x1b7e59(0x24b)](getManualUploadLogs,_0x11097b,_0x39c380,_0x1d9619);if(_0x88e613[_0x1b7e59(0x1a2)](_0x5a0f5c[_0x1b7e59(0x1fc)],0x0)){const _0x1fff5a=_0x1386b6[TestFrameworkConstants['KEY_LOGS']]||[];_0x1386b6[TestFrameworkConstants[_0x1b7e59(0x22f)]]=[..._0x1fff5a,..._0x5a0f5c];}const _0x5591c0=_0xb3e9b7[TestFrameworkConstants[_0x1b7e59(0x206)]]||{},_0x206124=_0xb3e9b7[TestFrameworkConstants[_0x1b7e59(0x2ba)]]||{},_0x4d0f0c={..._0x5591c0},_0x39c8e6=_0x4d0f0c;Object[_0x1b7e59(0x235)](_0x206124)['forEach'](_0x2e7c14=>{const _0xe66520=_0x1b7e59;!_0x39c8e6[_0x2e7c14]&&(_0x39c8e6[_0x2e7c14]=[]);const _0x2c832a=new Set((_0x39c8e6[_0x2e7c14]||[])['map'](_0x5432cc=>_0x5432cc[TestFrameworkConstants['KEY_HOOK_ID']]||_0x5432cc['hook_id']));(_0x206124[_0x2e7c14]||[])[_0xe66520(0x2c1)](_0x121bc5=>{const _0x3bdbe5=_0xe66520,_0x46e7e1=_0x121bc5[TestFrameworkConstants[_0x3bdbe5(0x19b)]]||_0x121bc5['hook_id'];if(!_0x2c832a['has'](_0x46e7e1)){const _0x5b035f={..._0x121bc5},_0x511f32=_0x5b035f;!_0x511f32[TestFrameworkConstants[_0x3bdbe5(0x2e3)]]&&!_0x511f32[_0x3bdbe5(0x30a)]&&(_0x511f32[TestFrameworkConstants[_0x3bdbe5(0x2e3)]]=new Date()['toISOString']()),!_0x511f32[TestFrameworkConstants[_0x3bdbe5(0x286)]]&&!_0x511f32[_0x3bdbe5(0x236)]&&(_0x511f32[TestFrameworkConstants[_0x3bdbe5(0x286)]]=TestFrameworkConstants['DEFAULT_HOOK_RESULT']),_0x39c8e6[_0x2e7c14][_0x3bdbe5(0x30d)](_0x511f32);}});});if(_0x2f464c[_0x1b7e59(0x20d)]){this['mapTestHooks'](_0x2f464c[_0x1b7e59(0x20d)]);const _0x4024c0=this['buildHookMapFromTest'](_0x2f464c['originalTest']),_0x1384a2=this[_0x1b7e59(0x279)](_0x2f464c['originalTest']);_0x1384a2[_0x1b7e59(0x2c1)](_0x4e9b9c=>{const _0xafd063=_0x1b7e59,_0x2ca1ff=_0x4024c0['get'](_0x4e9b9c);if(_0x2ca1ff&&(_0x88e613['HoluZ'](_0x2ca1ff[_0xafd063(0x194)],_0x88e613[_0xafd063(0x1cc)])||_0x88e613['SRsdJ'](_0x2ca1ff[_0xafd063(0x194)],_0x88e613['LHrdp']))){const _0x3df271=_0x2ca1ff[_0xafd063(0x194)][_0xafd063(0x1ee)]()[_0xafd063(0x2e5)](_0x88e613[_0xafd063(0x2db)],_0x88e613['XZIBv']),_0x53f547=_0x3df271;!_0x39c8e6[_0x53f547]&&(_0x39c8e6[_0x53f547]=[]);const _0x2f773e=_0x39c8e6[_0x53f547][_0xafd063(0x2b2)](_0x41366c=>(_0x41366c[TestFrameworkConstants[_0xafd063(0x19b)]]||_0x41366c[_0xafd063(0x24f)])===_0x4e9b9c);!_0x2f773e&&_0x39c8e6[_0x53f547]['push']({'key':_0x53f547,[TestFrameworkConstants[_0xafd063(0x19b)]]:_0x4e9b9c,[TestFrameworkConstants[_0xafd063(0x286)]]:TestFrameworkConstants[_0xafd063(0x2dd)],[TestFrameworkConstants[_0xafd063(0x1ec)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0xafd063(0x2e3)]]:new Date()[_0xafd063(0x1e1)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x2ca1ff[_0xafd063(0x1fb)]||_0x2ca1ff[_0xafd063(0x194)]+_0xafd063(0x2f9),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x12e7ac});}});}if(_0x37593d['hooks']&&_0x88e613['yTKcu'](_0x37593d[_0x1b7e59(0x1da)][_0x1b7e59(0x1fc)],0x0))_0x1386b6[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x37593d[_0x1b7e59(0x1da)],logger[_0x1b7e59(0x28a)](_0x88e613[_0x1b7e59(0x200)]);else _0x88e613['yTKcu'](Object[_0x1b7e59(0x235)](_0x39c8e6)[_0x1b7e59(0x1fc)],0x0)&&(_0x1386b6[TestFrameworkConstants[_0x1b7e59(0x206)]]=_0x39c8e6,logger['debug']('[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes='+Object[_0x1b7e59(0x235)](_0x39c8e6)[_0x1b7e59(0x2c7)](',')));const _0x8c5b06=this['getJestTestName'](_0x37593d);logger[_0x1b7e59(0x28a)](_0x1b7e59(0x1c7)+_0x8c5b06+_0x1b7e59(0x23e)+_0x1d9619+_0x1b7e59(0x195)+_0x14dbd3+_0x1b7e59(0x2e8)+_0x37593d[_0x1b7e59(0x2a3)]);_0x88e613[_0x1b7e59(0x217)](_0x14dbd3,_0x88e613[_0x1b7e59(0x272)])&&logger['debug'](_0x1b7e59(0x26f)+_0x1d9619+_0x1b7e59(0x1b6)+_0x1386b6[TestFrameworkConstants[_0x1b7e59(0x22d)]]+',\x20failureReason='+_0x1386b6[TestFrameworkConstants[_0x1b7e59(0x1c1)]]?.[_0x1b7e59(0x2ad)](0x0,0xc8));const _0x53a7fc={};return _0x53a7fc[_0x1d9619]=_0x1386b6,_0x53a7fc;}[a96_0x48a40a(0x284)](_0x32cb18){const _0x2767eb=a96_0x48a40a,_0x3f73cc={};_0x3f73cc['URHnr']=function(_0x19e586,_0x213709){return _0x19e586!==_0x213709;},_0x3f73cc[_0x2767eb(0x208)]=_0x2767eb(0x317);const _0x37abe8=_0x3f73cc,_0x225bf2={};_0x225bf2[_0x2767eb(0x231)]=0x2,_0x225bf2[_0x2767eb(0x1f2)]=0x3,logger[_0x2767eb(0x28a)](_0x2767eb(0x29d)+util[_0x2767eb(0x2d2)](_0x32cb18,_0x225bf2));const _0x1d52a9=[];if(_0x32cb18&&_0x32cb18[_0x2767eb(0x316)]){let _0x561137=_0x32cb18[_0x2767eb(0x316)];while(_0x561137&&_0x561137[_0x2767eb(0x1fb)]&&_0x37abe8['URHnr'](_0x561137[_0x2767eb(0x1fb)],'')&&_0x37abe8['URHnr'](_0x561137['name'],_0x37abe8[_0x2767eb(0x208)])){_0x1d52a9[_0x2767eb(0x30d)](_0x561137[_0x2767eb(0x1fb)]),_0x561137=_0x561137['parent'];}}return _0x1d52a9['reverse']();}[a96_0x48a40a(0x243)](_0x407261){const _0x42fc0b=a96_0x48a40a,_0x206666={};_0x206666[_0x42fc0b(0x310)]='Unknown\x20Test';const _0x247fd8=_0x206666;if(_0x407261[_0x42fc0b(0x1fb)])return _0x407261[_0x42fc0b(0x1fb)];if(_0x407261['title'])return _0x407261[_0x42fc0b(0x1d7)];return _0x247fd8[_0x42fc0b(0x310)];}['getJestTestTags'](_0x3931ab){const _0x8dab1=a96_0x48a40a,_0x31f4be=[];if(_0x3931ab[_0x8dab1(0x2a6)]&&Array['isArray'](_0x3931ab[_0x8dab1(0x2a6)]))return _0x3931ab['tags'][_0x8dab1(0x21f)](_0x48ebb2=>_0x48ebb2[_0x8dab1(0x2c3)]('@')?_0x48ebb2['substr'](0x1):_0x48ebb2);const _0x4fb9e=this[_0x8dab1(0x243)](_0x3931ab),_0x257944=_0x4fb9e['match'](/@(\w+)/g);if(_0x257944)return _0x257944[_0x8dab1(0x21f)](_0xa2dd7e=>_0xa2dd7e[_0x8dab1(0x1e3)](0x1));return _0x3931ab[_0x8dab1(0x246)]&&Array[_0x8dab1(0x2b1)](_0x3931ab['scopes'])&&_0x3931ab[_0x8dab1(0x246)][_0x8dab1(0x2c1)](_0x562995=>{const _0xf79db4=_0x8dab1,_0x4a0f26=_0x562995[_0xf79db4(0x25e)](/@(\w+)/g);_0x4a0f26&&_0x4a0f26[_0xf79db4(0x2c1)](_0x3a4553=>{const _0x15aa4b=_0xf79db4,_0x4d3732=_0x3a4553[_0x15aa4b(0x1e3)](0x1);!_0x31f4be[_0x15aa4b(0x259)](_0x4d3732)&&_0x31f4be[_0x15aa4b(0x30d)](_0x4d3732);});}),_0x31f4be;}['getJestTestFilePath'](_0x373544){const _0x34bbe1=a96_0x48a40a,_0x5825b6={'ylGIT':function(_0xded088,_0x34cdf3){return _0xded088(_0x34cdf3);}};if(_0x373544[_0x34bbe1(0x1af)])return _0x373544['file_name'];if(_0x373544[_0x34bbe1(0x2df)])try{const _0xc73870=stackTrace[_0x34bbe1(0x1c0)](_0x373544['asyncError']),_0x4b2123=_0x5825b6[_0x34bbe1(0x25b)](pickUserFrameFile,_0xc73870);if(_0x4b2123)return _0x4b2123;logger[_0x34bbe1(0x28a)](_0x34bbe1(0x280)+_0xc73870[_0x34bbe1(0x1fc)]+')');}catch(_0x1aba88){logger[_0x34bbe1(0x28a)](_0x34bbe1(0x1ac)+util[_0x34bbe1(0x213)](_0x1aba88));}return null;}[a96_0x48a40a(0x2f2)](_0x2bbbc5){const _0x2d97f3=a96_0x48a40a,_0x24d574={};_0x24d574['NeVQe']=function(_0x152e22,_0x32add9){return _0x152e22>_0x32add9;},_0x24d574[_0x2d97f3(0x2f3)]='Unknown\x20error';const _0x225383=_0x24d574;if(_0x2bbbc5['errorsDetailed']&&_0x225383[_0x2d97f3(0x1e4)](_0x2bbbc5[_0x2d97f3(0x2bd)]['length'],0x0))return util[_0x2d97f3(0x2d2)](_0x2bbbc5['errorsDetailed'][0x0]);if(_0x2bbbc5[_0x2d97f3(0x222)])return _0x2bbbc5[_0x2d97f3(0x222)];return _0x225383['AXhJG'];}[a96_0x48a40a(0x2dc)](_0x6bff1e){const _0x3842e8=a96_0x48a40a,_0x132616={};_0x132616[_0x3842e8(0x1ca)]='Assert',_0x132616[_0x3842e8(0x2cc)]=_0x3842e8(0x1e2),_0x132616['erDCI']=_0x3842e8(0x2e9);const _0x163abe=_0x132616,_0x5e6a66=this[_0x3842e8(0x2f2)](_0x6bff1e);if(_0x5e6a66&&_0x5e6a66[_0x3842e8(0x259)](_0x163abe[_0x3842e8(0x1ca)]))return _0x163abe[_0x3842e8(0x2cc)];return _0x163abe['erDCI'];}['getJestFailureData'](_0x3b4e07){const _0x46e2ed=a96_0x48a40a,_0x5b4e39={'bpPQk':function(_0x58a9eb,_0x1a7397){return _0x58a9eb(_0x1a7397);},'SnNlO':_0x46e2ed(0x271),'IbzVt':function(_0x452e51,_0x41a22b){return _0x452e51!==_0x41a22b;},'hQlfc':_0x46e2ed(0x262)},{failureData:_0x2b8bbc}=_0x5b4e39['bpPQk'](require,_0x5b4e39[_0x46e2ed(0x2bf)]),_0x4f1da=[];return _0x5b4e39[_0x46e2ed(0x304)](_0x3b4e07['errorsDetailed'],undefined)&&_0x4f1da[_0x46e2ed(0x30d)](_0x3b4e07[_0x46e2ed(0x2bd)],_0x5b4e39[_0x46e2ed(0x1f3)]),_0x2b8bbc[_0x46e2ed(0x2b9)](null,_0x4f1da);}async[a96_0x48a40a(0x1ce)](_0xadb52f,_0x47edd1,_0x112b46,_0x283357){const _0x50b311=a96_0x48a40a,_0x87a897={'yLyvi':_0x50b311(0x1a9),'GPGjY':function(_0x16910d){return _0x16910d();},'zNpmL':function(_0x4e690d,_0x34965b){return _0x4e690d in _0x34965b;},'eWtaI':function(_0x2e231d,_0xc2f142){return _0x2e231d in _0xc2f142;},'LSPxm':function(_0x5d9b7f,_0x2563d5){return _0x5d9b7f===_0x2563d5;},'ZBuir':function(_0x362a7d,_0x31046b){return _0x362a7d===_0x31046b;},'ELtLA':function(_0x361efb,_0x453bfe){return _0x361efb>_0x453bfe;},'TXNtj':_0x50b311(0x260),'axVUs':'passed','SdcIq':function(_0x37b629,_0x2022fc){return _0x37b629===_0x2022fc;},'yeWSB':function(_0x3bdf43,_0x31019f){return _0x3bdf43===_0x31019f;},'EhZTI':_0x50b311(0x26a),'DXozi':function(_0x21577b,_0x42b756){return _0x21577b!==_0x42b756;}},{hookData:_0x42ad23}=_0x283357,_0x280f3e=_0x112b46[_0x50b311(0x300)](),_0x543c0a=_0x47edd1['toString'](),_0x1c1cf6={};_0x1c1cf6['depth']=0x2,_0x1c1cf6[_0x50b311(0x1f2)]=0x3,logger['debug'](_0x50b311(0x25f)+_0x543c0a+_0x50b311(0x233)+_0x280f3e+_0x50b311(0x215)+util[_0x50b311(0x2d2)](_0x42ad23,_0x1c1cf6));if(!_0x42ad23)return logger['debug'](_0x87a897['yLyvi']),{};const _0x10b529=_0x42ad23['uuid']||_0x42ad23[_0x50b311(0x1a3)]||_0x87a897[_0x50b311(0x1b4)](uuidv4),_0x54fe89=_0x42ad23[_0x50b311(0x2f6)]||this[_0x50b311(0x2da)](_0x42ad23),_0x4a3f88=_0x47edd1[_0x50b311(0x300)]()[_0x50b311(0x30e)]('.')[0x1],_0x4a04c6=_0xadb52f[_0x50b311(0x192)]()['get'](_0x54fe89),_0x45d7b2=_0x4a04c6?_0x4a04c6[TestFrameworkConstants[_0x50b311(0x290)]]||{}:{};logger[_0x50b311(0x28a)](_0x50b311(0x20f)+_0x10b529+',\x20testId='+_0x54fe89+_0x50b311(0x2c6)+_0x4a3f88+_0x50b311(0x233)+_0x280f3e);if(!_0x4a04c6)return logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20'+_0x54fe89+',\x20storing\x20as\x20pending\x20hook'),this[_0x50b311(0x319)](_0xadb52f,_0x54fe89,_0x47edd1,_0x112b46,_0x283357),{};let _0x2e6670=_0x4a04c6[TestFrameworkConstants[_0x50b311(0x2ba)]];!_0x2e6670&&(_0x2e6670={});!_0x87a897[_0x50b311(0x2a0)](_0x4a3f88,_0x2e6670)&&(_0x2e6670[_0x4a3f88]=[]);let _0x36ff5e=_0x4a04c6[TestFrameworkConstants[_0x50b311(0x206)]];!_0x36ff5e&&(_0x36ff5e={});!_0x87a897[_0x50b311(0x1e7)](_0x4a3f88,_0x36ff5e)&&(_0x36ff5e[_0x4a3f88]=[]);const _0x295cc5={[_0x54fe89]:{[TestFrameworkConstants[_0x50b311(0x2ba)]]:_0x2e6670,[TestFrameworkConstants[_0x50b311(0x206)]]:_0x36ff5e,[TestFrameworkConstants[_0x50b311(0x1ef)]]:this[_0x50b311(0x216)]()[0x0]||'',[TestFrameworkConstants[_0x50b311(0x29e)]]:this['getTestFrameworksVersions']()[this[_0x50b311(0x216)]()[0x0]]||''}};if(_0x87a897[_0x50b311(0x31b)](_0x112b46,HookState[_0x50b311(0x1b7)])){const _0x51367d={'key':_0x4a3f88,[TestFrameworkConstants[_0x50b311(0x19b)]]:_0x10b529,[TestFrameworkConstants[_0x50b311(0x286)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x50b311(0x1ec)]]:_0x42ad23[_0x50b311(0x196)]||new Date()[_0x50b311(0x1e1)](),[TestFrameworkConstants[_0x50b311(0x226)]]:[],[TestFrameworkConstants[_0x50b311(0x2bb)]]:_0x42ad23['name']||_0x42ad23[_0x50b311(0x1a1)]||_0x4a3f88,[TestFrameworkConstants[_0x50b311(0x290)]]:_0x45d7b2};_0x2e6670[_0x4a3f88]['push'](_0x51367d),_0x295cc5[_0x54fe89][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0x4a3f88;const _0x5054a3={};_0x5054a3['depth']=0x2,logger[_0x50b311(0x28a)](_0x50b311(0x1d4)+_0x4a3f88+',\x20hookId='+_0x10b529+',\x20testId='+_0x54fe89+',\x20hook='+util[_0x50b311(0x2d2)](_0x51367d,_0x5054a3));}else{if(_0x87a897[_0x50b311(0x1c9)](_0x112b46,HookState[_0x50b311(0x26c)])){const _0x294a0a=_0x42ad23[_0x50b311(0x1be)]||(_0x42ad23[_0x50b311(0x2bd)]&&_0x87a897[_0x50b311(0x2af)](_0x42ad23[_0x50b311(0x2bd)][_0x50b311(0x1fc)],0x0)?_0x87a897['TXNtj']:_0x87a897['axVUs']),_0x21d7f3=_0x2e6670[_0x4a3f88]||[];logger[_0x50b311(0x28a)](_0x50b311(0x21a)+_0x4a3f88+_0x50b311(0x23e)+_0x54fe89+_0x50b311(0x2aa)+_0x294a0a+_0x50b311(0x2c4)+_0x21d7f3[_0x50b311(0x1fc)]);if(_0x87a897['SdcIq'](_0x21d7f3[_0x50b311(0x1fc)],0x0)&&_0x87a897[_0x50b311(0x1bb)](_0x47edd1,TestFrameworkState[_0x50b311(0x2fe)]))return logger[_0x50b311(0x28a)](_0x87a897['EhZTI']),this[_0x50b311(0x319)](_0xadb52f,_0x54fe89,_0x47edd1,_0x112b46,_0x283357),{};if(_0x87a897[_0x50b311(0x2af)](_0x21d7f3[_0x50b311(0x1fc)],0x0)){const _0x3bea03=_0x21d7f3[_0x50b311(0x2fc)]();_0x87a897['LSPxm'](_0x294a0a,_0x87a897[_0x50b311(0x309)])&&_0x42ad23[_0x50b311(0x2bd)]?(_0x3bea03[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this[_0x50b311(0x2dc)](_0x42ad23),_0x3bea03[TestFrameworkConstants[_0x50b311(0x193)]]=this[_0x50b311(0x2f2)](_0x42ad23),_0x3bea03[TestFrameworkConstants[_0x50b311(0x2d8)]]=this['getJestFailureData'](_0x42ad23),logger[_0x50b311(0x28a)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType='+_0x4a3f88+_0x50b311(0x1b6)+_0x3bea03[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]+_0x50b311(0x1d2)+_0x3bea03[TestFrameworkConstants[_0x50b311(0x193)]]?.[_0x50b311(0x2ad)](0x0,0xc8))):_0x3bea03[TestFrameworkConstants[_0x50b311(0x286)]]=_0x87a897[_0x50b311(0x23d)];_0x87a897[_0x50b311(0x1f9)](_0x294a0a,TestFrameworkConstants[_0x50b311(0x2dd)])&&(_0x3bea03[TestFrameworkConstants[_0x50b311(0x286)]]=_0x294a0a);_0x3bea03[TestFrameworkConstants[_0x50b311(0x2e3)]]=_0x42ad23[_0x50b311(0x1d9)]||new Date()[_0x50b311(0x1e1)](),_0x3bea03[TestFrameworkConstants[_0x50b311(0x290)]]=_0x45d7b2;const _0x115a5b=_0x3bea03[TestFrameworkConstants[_0x50b311(0x19b)]];!_0x36ff5e[_0x4a3f88]&&(_0x36ff5e[_0x4a3f88]=[]);_0x36ff5e[_0x4a3f88]['push'](_0x3bea03),_0x295cc5[_0x54fe89][TestFrameworkConstants[_0x50b311(0x23a)]]=_0x4a3f88;const _0x1c4882={};_0x1c4882['depth']=0x2,logger[_0x50b311(0x28a)](_0x50b311(0x2b7)+_0x4a3f88+_0x50b311(0x2f0)+_0x115a5b+_0x50b311(0x2aa)+_0x294a0a+_0x50b311(0x31c)+util[_0x50b311(0x2d2)](_0x3bea03,_0x1c4882));}}}return _0x295cc5;}['createTestFrameworkEventPayload'](_0x496287){const _0x99fb03=a96_0x48a40a,_0xd549c6={};_0xd549c6[_0x99fb03(0x256)]='base64';const _0x5de6b4=_0xd549c6;try{const _0x66f51a=_0x496287[_0x99fb03(0x262)]?this[_0x99fb03(0x2da)](_0x496287['test']):_0x496287['hookData'][_0x99fb03(0x2f6)],_0xf3767e=_0x496287[_0x99fb03(0x28c)],_0x33a6c0=_0xf3767e['getContext'](),_0x3f6647=_0xf3767e[_0x99fb03(0x192)]()[_0x99fb03(0x26e)](_0x66f51a);if(!_0x3f6647)return logger['debug'](_0x99fb03(0x225)+_0x66f51a),{};const {[TestFrameworkConstants[_0x99fb03(0x1ef)]]:_0x2ccde3=this[_0x99fb03(0x216)]()[0x0]||'',[TestFrameworkConstants[_0x99fb03(0x29e)]]:_0x5af664=this['getTestFrameworksVersions']()[this[_0x99fb03(0x216)]()[0x0]]||'',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x1494a3='',[TestFrameworkConstants[_0x99fb03(0x2fa)]]:_0x47bc30=''}=_0x3f6647,_0x55998c=_0xf3767e[_0x99fb03(0x28b)]()[_0x99fb03(0x300)]()[_0x99fb03(0x30e)]('.')[0x1],_0x389bed=_0xf3767e['getCurrentHookState']()[_0x99fb03(0x300)]()[_0x99fb03(0x30e)]('.')[0x1],_0x5d9543=global?.[_0x99fb03(0x232)]?.[_0x99fb03(0x1b9)]?.[_0x99fb03(0x27f)]||global[_0x99fb03(0x1df)]||0x0,_0x5dfa17=_0xf3767e[_0x99fb03(0x288)](),_0x58bc32=Buffer['from'](JSON[_0x99fb03(0x2a4)](_0x3f6647))['toString'](_0x5de6b4['ZONOU']),_0x20d9ac={'hash':_0x33a6c0[_0x99fb03(0x2d3)](),'threadId':_0x33a6c0['getThreadId']()[_0x99fb03(0x300)](),'processId':_0x33a6c0[_0x99fb03(0x270)]()[_0x99fb03(0x300)]()},_0x409305={};_0x409305[_0x99fb03(0x1ea)]=_0x5d9543,_0x409305[_0x99fb03(0x2b3)]=_0x2ccde3,_0x409305[_0x99fb03(0x29a)]=_0x5af664,_0x409305['testFrameworkState']=_0x55998c,_0x409305['hookState']=_0x389bed,_0x409305['startedAt']=_0x1494a3,_0x409305[_0x99fb03(0x264)]=_0x47bc30,_0x409305[_0x99fb03(0x218)]=_0x5dfa17,_0x409305[_0x99fb03(0x312)]=_0x58bc32,_0x409305[_0x99fb03(0x24e)]=_0x20d9ac,_0x409305[_0x99fb03(0x2be)]=_0x66f51a;const _0x21de9c=_0x409305;return _0x21de9c;}catch(_0x27b103){return logger[_0x99fb03(0x2c2)](_0x99fb03(0x1e9)+util[_0x99fb03(0x213)](_0x27b103)),{};}}async[a96_0x48a40a(0x22c)](_0x36dad9,_0x34ed76,_0xb80f1b){const _0x4ea1e5=a96_0x48a40a,_0x26e393={'rTjoy':function(_0x3037e7,_0x68aad8){return _0x3037e7+_0x68aad8;},'BofCm':_0x4ea1e5(0x30c),'cJNae':_0x4ea1e5(0x1a6),'IeKLw':function(_0x525570,_0x4f03e2){return _0x525570>_0x4f03e2;},'IFQOo':function(_0x1336e6,_0x48d9ca,_0x449a0e,_0x535bfd){return _0x1336e6(_0x48d9ca,_0x449a0e,_0x535bfd);},'UqXPy':function(_0x500012,_0x405eb2){return _0x500012-_0x405eb2;},'toZVT':function(_0x472c7c,_0x35e018){return _0x472c7c===_0x35e018;},'WdTaq':function(_0x442ba2,_0x4d4c93){return _0x442ba2/_0x4d4c93;},'Khvao':function(_0x2dc426,_0x444026){return _0x2dc426<_0x444026;},'PmcqP':function(_0x371ace,_0x58adc8){return _0x371ace*_0x58adc8;},'KIwKU':function(_0x405326,_0x5b73bd){return _0x405326+_0x5b73bd;},'CysAk':function(_0x1d4df8,_0x8ae809){return _0x1d4df8>_0x8ae809;}};try{const _0x4f77ab=_0xb80f1b['testUUID']||_0xb80f1b[_0x4ea1e5(0x311)],_0x56818f=Array['from'](_0x36dad9['getAllData']()[_0x4ea1e5(0x235)]()),_0x263368=_0x36dad9[_0x4ea1e5(0x192)]()[_0x4ea1e5(0x26e)](_0x4f77ab);if(!_0x263368){logger['debug'](_0x4ea1e5(0x294)+_0x4f77ab);return;}const {[TestFrameworkConstants[_0x4ea1e5(0x1ef)]]:_0x46ea15='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x365b24=''}=_0x263368;let _0x2d00cf=[];_0x263368&&_0x263368[TestFrameworkConstants['KEY_LOGS']]&&Array['isArray'](_0x263368[TestFrameworkConstants[_0x4ea1e5(0x22f)]])?(_0x2d00cf=_0x263368[TestFrameworkConstants[_0x4ea1e5(0x22f)]]||[],logger['debug'](_0x4ea1e5(0x2f5)+_0x2d00cf[_0x4ea1e5(0x1fc)]+_0x4ea1e5(0x281)+_0x4f77ab),_0x36dad9[_0x4ea1e5(0x202)]({[_0x4f77ab]:{[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x4ea1e5(0x216)]()[0x0]||'',[TestFrameworkConstants[_0x4ea1e5(0x29e)]]:this[_0x4ea1e5(0x273)]()[this[_0x4ea1e5(0x216)]()[0x0]]||''}}),logger['debug'](_0x4ea1e5(0x287)+_0x4f77ab)):logger[_0x4ea1e5(0x28a)](_0x4ea1e5(0x1bd)+_0x4f77ab);logger['debug'](_0x4ea1e5(0x2c5)+_0x2d00cf[_0x4ea1e5(0x1fc)]+'\x20for\x20testId:\x20'+_0x4f77ab);const _0x169360=_0x2d00cf['filter'](_0x158691=>_0x158691['kind']===_0x4ea1e5(0x315));_0x26e393['IeKLw'](_0x169360[_0x4ea1e5(0x1fc)],0x0)&&(logger[_0x4ea1e5(0x28a)](_0x4ea1e5(0x282)+_0x169360[_0x4ea1e5(0x1fc)]+_0x4ea1e5(0x314)+_0x4f77ab),_0x169360[_0x4ea1e5(0x2c1)]((_0x558c23,_0x340835)=>{const _0x2b2464=_0x4ea1e5;logger[_0x2b2464(0x28a)](_0x2b2464(0x2c9)+_0x26e393[_0x2b2464(0x224)](_0x340835,0x1)+'/'+_0x169360[_0x2b2464(0x1fc)]+_0x2b2464(0x278)+(_0x558c23['test_identifier']||_0x26e393[_0x2b2464(0x263)])+',\x20test_run_uuid='+(_0x558c23[_0x2b2464(0x2b5)]||_0x26e393[_0x2b2464(0x263)])+',\x20hook_run_uuid='+(_0x558c23['hook_run_uuid']||_0x26e393[_0x2b2464(0x209)])+_0x2b2464(0x289)+(_0x558c23[_0x2b2464(0x27c)]?.['length']||0x0));}));const _0x4fa941=_0x263368[TestFrameworkConstants[_0x4ea1e5(0x1b3)]]||{},_0x352cc2=_0x26e393[_0x4ea1e5(0x267)](getMediaArtifactsLogs,_0x4fa941,null,_0x4f77ab),_0x425165=(_0x2d00cf||[])['concat'](_0x352cc2||[]),_0x526fbb=_0x169360?.['length']||0x0,_0x44f2ec=_0x26e393[_0x4ea1e5(0x297)](_0x2d00cf?.[_0x4ea1e5(0x1fc)]||0x0,_0x526fbb);logger[_0x4ea1e5(0x28a)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20'+_0x4f77ab+_0x4ea1e5(0x2d1)+_0x44f2ec+_0x4ea1e5(0x20a)+_0x526fbb+_0x4ea1e5(0x2ed)+(_0x352cc2?.[_0x4ea1e5(0x1fc)]||0x0)+_0x4ea1e5(0x19d)+_0x425165['length']);if(!_0x425165||_0x26e393[_0x4ea1e5(0x1b8)](_0x425165[_0x4ea1e5(0x1fc)],0x0)){logger[_0x4ea1e5(0x28a)](_0x4ea1e5(0x2bc)+_0x4f77ab);return;}const _0x3ab7cf=0x28,_0x4c8fa7=Math['ceil'](_0x26e393[_0x4ea1e5(0x238)](_0x425165[_0x4ea1e5(0x1fc)],_0x3ab7cf));for(let _0x45eead=0x0;_0x26e393[_0x4ea1e5(0x19e)](_0x45eead,_0x4c8fa7);_0x45eead++){const _0x59af0e=_0x26e393[_0x4ea1e5(0x221)](_0x45eead,_0x3ab7cf),_0x47a65e=_0x26e393[_0x4ea1e5(0x224)](_0x59af0e,_0x3ab7cf),_0x2622a3=_0x425165[_0x4ea1e5(0x1e3)](_0x59af0e,_0x47a65e),_0x4b741e=global?.[_0x4ea1e5(0x1c3)]??0x0,_0x16cf93={'platformIndex':_0x4b741e,'logs':_0x2622a3,'testFrameworkName':_0x46ea15,'testFrameworkVersion':_0x365b24,'testFrameworkState':_0x34ed76[_0x4ea1e5(0x300)]()[_0x4ea1e5(0x30e)]('.')[0x1]},_0x2054fb={};_0x2054fb[_0x4ea1e5(0x231)]=0x3,_0x2054fb[_0x4ea1e5(0x1f2)]=0x5,logger[_0x4ea1e5(0x28a)](_0x4ea1e5(0x1d8)+_0x26e393[_0x4ea1e5(0x227)](_0x45eead,0x1)+'/'+_0x4c8fa7+_0x4ea1e5(0x2de)+_0x4f77ab+_0x4ea1e5(0x1ba)+_0x2622a3[_0x4ea1e5(0x1fc)]+_0x4ea1e5(0x25c)+_0x4b741e+_0x4ea1e5(0x28e)+util[_0x4ea1e5(0x2d2)](_0x16cf93,_0x2054fb));const _0x72d0a4=await GrpcClient[_0x4ea1e5(0x253)]()[_0x4ea1e5(0x1d0)](_0x16cf93);logger[_0x4ea1e5(0x28a)](_0x4ea1e5(0x1d8)+_0x26e393['rTjoy'](_0x45eead,0x1)+'/'+_0x4c8fa7+_0x4ea1e5(0x2de)+_0x4f77ab+',\x20response='+util['inspect'](_0x72d0a4));}_0x352cc2&&_0x26e393[_0x4ea1e5(0x301)](_0x352cc2[_0x4ea1e5(0x1fc)],0x0)&&_0x263368[TestFrameworkConstants[_0x4ea1e5(0x1b3)]]&&_0x36dad9['addMultipleEntries']({[_0x4f77ab]:{[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{},[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x4ea1e5(0x216)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x4ea1e5(0x273)]()[this[_0x4ea1e5(0x216)]()[0x0]]||''}}),logger[_0x4ea1e5(0x28a)](_0x4ea1e5(0x1e5)+_0x4f77ab+',\x20totalBatches:\x20'+_0x4c8fa7);}catch(_0x192306){logger['error'](_0x4ea1e5(0x2ca)+(_0xb80f1b[_0x4ea1e5(0x27e)]||_0xb80f1b[_0x4ea1e5(0x311)])+_0x4ea1e5(0x19a)+util[_0x4ea1e5(0x213)](_0x192306));}}['storePendingHook'](_0x28af90,_0x45abda,_0x5ca7a2,_0x1a95c1,_0x3caad5){const _0x3d95e0=a96_0x48a40a,_0x117bc7={};_0x117bc7['gJVwd']=function(_0x303b1f,_0x53edc7){return _0x303b1f===_0x53edc7;},_0x117bc7[_0x3d95e0(0x1c4)]=_0x3d95e0(0x2f4);const _0x12a879=_0x117bc7,{hookData:_0x434070}=_0x3caad5,_0x408da0={'testId':_0x45abda,'testFrameworkState':_0x5ca7a2,'hookState':_0x1a95c1,'args':_0x3caad5,'timestamp':new Date()['toISOString']()};if(_0x12a879[_0x3d95e0(0x269)](_0x5ca7a2,TestFrameworkState['BEFORE_ALL'])&&_0x434070){const _0x2cea5e={};_0x2cea5e[_0x3d95e0(0x228)]=_0x434070['file_name']||_0x434070[_0x3d95e0(0x2eb)],_0x2cea5e[_0x3d95e0(0x2ce)]=_0x434070[_0x3d95e0(0x2ce)]||_0x434070[_0x3d95e0(0x246)]&&_0x434070[_0x3d95e0(0x246)][0x0]||'',_0x2cea5e['hookType']=_0x12a879[_0x3d95e0(0x1c4)],_0x408da0[_0x3d95e0(0x2d4)]=_0x2cea5e,logger['debug'](_0x3d95e0(0x30b)+_0x45abda+_0x3d95e0(0x207)+_0x408da0[_0x3d95e0(0x2d4)][_0x3d95e0(0x228)]+_0x3d95e0(0x2d5)+_0x408da0[_0x3d95e0(0x2d4)][_0x3d95e0(0x2ce)]);}_0x28af90[_0x3d95e0(0x1d6)](_0x45abda,_0x408da0),logger['debug'](_0x3d95e0(0x24c)+_0x45abda+_0x3d95e0(0x19f)+_0x5ca7a2+_0x3d95e0(0x2e0)+_0x1a95c1);}async[a96_0x48a40a(0x30f)](_0x27e9ae,_0x24e538){const _0x2c76ab=a96_0x48a40a,_0x1a478b={};_0x1a478b[_0x2c76ab(0x29f)]=function(_0x62b19f,_0x525441){return _0x62b19f>_0x525441;},_0x1a478b['iFAwi']=function(_0x3f00bb,_0x50af02){return _0x3f00bb===_0x50af02;},_0x1a478b[_0x2c76ab(0x28f)]=function(_0x40c37b,_0x586365){return _0x40c37b===_0x586365;},_0x1a478b['iepko']=function(_0x5c8f4c,_0x51bc22){return _0x5c8f4c>_0x51bc22;},_0x1a478b[_0x2c76ab(0x28d)]=function(_0x2f7d6c,_0x2f001a){return _0x2f7d6c===_0x2f001a;},_0x1a478b[_0x2c76ab(0x29c)]=_0x2c76ab(0x22e);const _0x475bc3=_0x1a478b;if(_0x27e9ae[_0x2c76ab(0x2a2)](_0x24e538)){const _0x3edf7f=_0x27e9ae[_0x2c76ab(0x2a8)](_0x24e538);logger['debug'](_0x2c76ab(0x1cb)+_0x3edf7f[_0x2c76ab(0x1fc)]+_0x2c76ab(0x250)+_0x24e538);for(const _0x47acad of _0x3edf7f){try{const _0x419262=await this['trackHookEvent'](_0x27e9ae,_0x47acad['testFrameworkState'],_0x47acad[_0x2c76ab(0x1db)],_0x47acad[_0x2c76ab(0x197)]);_0x419262&&_0x475bc3[_0x2c76ab(0x29f)](Object[_0x2c76ab(0x235)](_0x419262)['length'],0x0)&&_0x27e9ae['addMultipleEntries'](_0x419262),await this[_0x2c76ab(0x1a7)](_0x27e9ae,_0x47acad[_0x2c76ab(0x20b)],_0x47acad[_0x2c76ab(0x1db)],_0x47acad[_0x2c76ab(0x197)]);}catch(_0x740b24){logger[_0x2c76ab(0x2c2)](_0x2c76ab(0x277)+_0x24e538+_0x2c76ab(0x19a)+_0x740b24);}}_0x27e9ae[_0x2c76ab(0x239)](_0x24e538),logger[_0x2c76ab(0x28a)](_0x2c76ab(0x205)+_0x24e538);}const _0x31c71d=_0x27e9ae[_0x2c76ab(0x192)]()[_0x2c76ab(0x26e)](_0x24e538);if(_0x31c71d){const _0xe51542=_0x31c71d[TestFrameworkConstants[_0x2c76ab(0x199)]]||_0x31c71d[TestFrameworkConstants[_0x2c76ab(0x303)]],_0x2644e2=_0x31c71d[TestFrameworkConstants[_0x2c76ab(0x257)]]||_0x31c71d[TestFrameworkConstants[_0x2c76ab(0x265)]]&&_0x31c71d[TestFrameworkConstants[_0x2c76ab(0x265)]][0x0]||'';logger[_0x2c76ab(0x28a)]('[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20'+_0xe51542+_0x2c76ab(0x2d5)+_0x2644e2);const _0x4dea88=_0x27e9ae[_0x2c76ab(0x274)]();for(const _0x535beb of _0x4dea88){if(_0x475bc3[_0x2c76ab(0x21b)](_0x535beb,_0x24e538))continue;if(_0x27e9ae['hasPendingHooks'](_0x535beb)){const _0x4e4825=_0x27e9ae['getPendingHooks'](_0x535beb);for(const _0x2b9152 of _0x4e4825){if(_0x475bc3[_0x2c76ab(0x21b)](_0x2b9152[_0x2c76ab(0x20b)],TestFrameworkState[_0x2c76ab(0x2fe)])&&_0x2b9152[_0x2c76ab(0x2d4)]){const _0x1b8048=_0x2b9152[_0x2c76ab(0x2d4)][_0x2c76ab(0x228)],_0x326eae=_0x2b9152[_0x2c76ab(0x2d4)][_0x2c76ab(0x2ce)];if(_0x475bc3['WISIB'](_0x1b8048,_0xe51542)&&_0x475bc3[_0x2c76ab(0x28f)](_0x326eae,_0x2644e2)){logger[_0x2c76ab(0x28a)](_0x2c76ab(0x2cb)+_0x535beb+_0x2c76ab(0x292)+_0x24e538+_0x2c76ab(0x207)+_0x1b8048+_0x2c76ab(0x2d5)+_0x326eae);_0x2b9152['args']&&_0x2b9152[_0x2c76ab(0x197)][_0x2c76ab(0x1dd)]&&(_0x2b9152[_0x2c76ab(0x197)]['hookData'][_0x2c76ab(0x2f6)]=_0x24e538,logger[_0x2c76ab(0x28a)]('[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20'+_0x535beb+_0x2c76ab(0x1c5)+_0x24e538));try{const _0xb018c=await this['trackHookEvent'](_0x27e9ae,_0x2b9152[_0x2c76ab(0x20b)],_0x2b9152[_0x2c76ab(0x1db)],_0x2b9152[_0x2c76ab(0x197)]);_0xb018c&&_0x475bc3['iepko'](Object[_0x2c76ab(0x235)](_0xb018c)[_0x2c76ab(0x1fc)],0x0)&&_0x27e9ae['addMultipleEntries'](_0xb018c);await this[_0x2c76ab(0x1a7)](_0x27e9ae,_0x2b9152[_0x2c76ab(0x20b)],_0x2b9152[_0x2c76ab(0x1db)],_0x2b9152[_0x2c76ab(0x197)]);const _0x200111=_0x27e9ae[_0x2c76ab(0x2a8)](_0x535beb)['filter'](_0x12c166=>_0x12c166!==_0x2b9152);if(_0x475bc3[_0x2c76ab(0x28d)](_0x200111['length'],0x0))_0x27e9ae['removePendingHooks'](_0x535beb);else{_0x27e9ae[_0x2c76ab(0x239)](_0x535beb);for(const _0x4e1c1f of _0x200111){_0x27e9ae[_0x2c76ab(0x1d6)](_0x535beb,_0x4e1c1f);}}logger[_0x2c76ab(0x28a)](_0x475bc3[_0x2c76ab(0x29c)]);}catch(_0x38ca21){logger[_0x2c76ab(0x2c2)](_0x2c76ab(0x258)+_0x24e538+_0x2c76ab(0x19a)+_0x38ca21);}}}}}}}}[a96_0x48a40a(0x229)](_0x289787){const _0x54a6e8=a96_0x48a40a,_0x34b2d7={'VtUOY':function(_0x505cfd){return _0x505cfd();}};if(!_0x289787||!_0x289787[_0x54a6e8(0x316)])return;_0x289787[_0x54a6e8(0x316)]['hooks']&&Array[_0x54a6e8(0x2b1)](_0x289787[_0x54a6e8(0x316)][_0x54a6e8(0x1da)])&&_0x289787['parent']['hooks']['forEach'](_0x2338f1=>{const _0x593fec=_0x54a6e8;!_0x2338f1['hookAnalyticsId']&&!_0x2338f1[_0x593fec(0x25d)]&&(_0x2338f1['hookAnalyticsId']=_0x34b2d7[_0x593fec(0x252)](uuidv4),_0x2338f1['hookUUID']=_0x2338f1['hookAnalyticsId'],logger[_0x593fec(0x28a)](_0x593fec(0x2fd)+_0x2338f1[_0x593fec(0x194)]+_0x593fec(0x2ea)+_0x2338f1[_0x593fec(0x1a3)]));}),this[_0x54a6e8(0x229)](_0x289787[_0x54a6e8(0x316)]);}[a96_0x48a40a(0x279)](_0x2736bf){const _0x4367a8=a96_0x48a40a,_0x113566={'DioIn':function(_0x809a49,_0x412cd8){return _0x809a49(_0x412cd8);}};if(!_0x2736bf||!_0x2736bf[_0x4367a8(0x316)])return[];const _0x7a5c65=[];return _0x2736bf['parent'][_0x4367a8(0x1da)]&&Array[_0x4367a8(0x2b1)](_0x2736bf[_0x4367a8(0x316)][_0x4367a8(0x1da)])&&_0x2736bf['parent'][_0x4367a8(0x1da)][_0x4367a8(0x2c1)](_0xb7fb08=>{const _0x435b87=_0x4367a8,_0x43825a=_0xb7fb08[_0x435b87(0x1a3)]||_0xb7fb08[_0x435b87(0x25d)];_0x43825a&&!this[_0x435b87(0x1e6)](_0xb7fb08)&&!_0x113566[_0x435b87(0x21e)](isInternalHook,_0xb7fb08['fn'])&&_0x7a5c65[_0x435b87(0x30d)](_0x43825a);}),[..._0x7a5c65,...this['getHooksForTest'](_0x2736bf[_0x4367a8(0x316)])];}[a96_0x48a40a(0x1cd)](_0x1f6284){const _0x4044e1={'TYmvo':function(_0x3afce9,_0x402e15){return _0x3afce9(_0x402e15);},'BCBGi':'unknown'},_0x2c0253=new Map(),_0x1f0618=_0x4b2ad4=>{const _0x1f5276=a96_0x5e5f,_0x25a5b7={'KXnAn':function(_0x33d78e,_0x51dcb4){const _0x559bd6=a96_0x5e5f;return _0x4044e1[_0x559bd6(0x318)](_0x33d78e,_0x51dcb4);},'aWoJG':_0x4044e1['BCBGi']};if(!_0x4b2ad4||!_0x4b2ad4[_0x1f5276(0x316)])return;_0x4b2ad4['parent']['hooks']&&Array[_0x1f5276(0x2b1)](_0x4b2ad4[_0x1f5276(0x316)][_0x1f5276(0x1da)])&&_0x4b2ad4[_0x1f5276(0x316)][_0x1f5276(0x1da)][_0x1f5276(0x2c1)](_0x41f65e=>{const _0x5aaf98=_0x1f5276,_0x55f4fc=_0x41f65e[_0x5aaf98(0x1a3)]||_0x41f65e[_0x5aaf98(0x25d)];if(_0x55f4fc&&!this['isJestInternalHook'](_0x41f65e)&&!_0x25a5b7[_0x5aaf98(0x302)](isInternalHook,_0x41f65e['fn'])){const _0x5c9dea={};_0x5c9dea['type']=_0x41f65e[_0x5aaf98(0x194)]||_0x25a5b7['aWoJG'],_0x5c9dea[_0x5aaf98(0x1fb)]=_0x41f65e[_0x5aaf98(0x1fb)]||'\x22'+_0x41f65e[_0x5aaf98(0x194)]+'\x22\x20hook',_0x2c0253['set'](_0x55f4fc,_0x5c9dea);}}),_0x4044e1[_0x1f5276(0x318)](_0x1f0618,_0x4b2ad4[_0x1f5276(0x316)]);};return _0x4044e1['TYmvo'](_0x1f0618,_0x1f6284),_0x2c0253;}[a96_0x48a40a(0x1e6)](_0x42f5a9){const _0x2e970a=a96_0x48a40a,_0x1ab188={};_0x1ab188['zMgYd']=_0x2e970a(0x1ff),_0x1ab188[_0x2e970a(0x254)]=_0x2e970a(0x2b8);const _0x51d278=_0x1ab188;try{const _0x40fb27=this['getRootParentFile'](_0x42f5a9);if(!_0x40fb27||_0x40fb27[_0x2e970a(0x259)](_0x51d278['zMgYd']))return!![];return![];}catch(_0x3861e7){logger[_0x2e970a(0x28a)](_0x51d278[_0x2e970a(0x254)]);}return![];}[a96_0x48a40a(0x1f4)](_0x560b58){const _0x4f0bff=a96_0x48a40a,_0x40f0aa={'zWYSs':function(_0xaa3a27,_0x469ba3){return _0xaa3a27(_0x469ba3);}};if(_0x560b58[_0x4f0bff(0x261)])return _0x560b58[_0x4f0bff(0x261)];if(_0x560b58['asyncError'])try{const _0x3b7862=stackTrace[_0x4f0bff(0x1c0)](_0x560b58[_0x4f0bff(0x2df)]),_0x404372=_0x40f0aa[_0x4f0bff(0x299)](pickUserFrameFile,_0x3b7862);if(_0x404372)return _0x404372;logger[_0x4f0bff(0x28a)](_0x4f0bff(0x2c0)+_0x3b7862[_0x4f0bff(0x1fc)]+')');}catch(_0x101097){logger[_0x4f0bff(0x28a)](_0x4f0bff(0x2fb)+util[_0x4f0bff(0x213)](_0x101097));}return null;}}module['exports']=JestTestFramework;
|
|
1
|
+
const a96_0x5aba35=a96_0x2b6d;function a96_0x2b6d(_0x18d4ce,_0x3c65e3){const _0x27cfdc=a96_0x27cf();return a96_0x2b6d=function(_0x2b6d09,_0x389116){_0x2b6d09=_0x2b6d09-0x173;let _0x161062=_0x27cfdc[_0x2b6d09];return _0x161062;},a96_0x2b6d(_0x18d4ce,_0x3c65e3);}(function(_0x475c36,_0x3a93f1){const _0x243101=a96_0x2b6d,_0x39c3b6=_0x475c36();while(!![]){try{const _0x3d712c=-parseInt(_0x243101(0x22f))/0x1*(-parseInt(_0x243101(0x1af))/0x2)+parseInt(_0x243101(0x19c))/0x3+parseInt(_0x243101(0x2a4))/0x4+-parseInt(_0x243101(0x266))/0x5*(-parseInt(_0x243101(0x1ed))/0x6)+-parseInt(_0x243101(0x2ff))/0x7*(parseInt(_0x243101(0x203))/0x8)+-parseInt(_0x243101(0x2b2))/0x9*(parseInt(_0x243101(0x216))/0xa)+-parseInt(_0x243101(0x26c))/0xb*(parseInt(_0x243101(0x2f9))/0xc);if(_0x3d712c===_0x3a93f1)break;else _0x39c3b6['push'](_0x39c3b6['shift']());}catch(_0x19e5d5){_0x39c3b6['push'](_0x39c3b6['shift']());}}}(a96_0x27cf,0xe4880));const TestFramework=require(a96_0x5aba35(0x205)),TestFrameworkState=require(a96_0x5aba35(0x1c4)),HookState=require('../state/hookState.js'),{createClassLogger}=require(a96_0x5aba35(0x25b)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a96_0x5aba35(0x243)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a96_0x5aba35(0x24e)),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),{isInternalHook}=require(a96_0x5aba35(0x210)),logger=createClassLogger(a96_0x5aba35(0x2b6)),{v4:uuidv4}=require(a96_0x5aba35(0x2ba)),util=require(a96_0x5aba35(0x23a)),TestInfo=require(a96_0x5aba35(0x1d0)),GrpcClient=require('../grpcClient'),stackTrace=require(a96_0x5aba35(0x259)),{pickUserFrameFile}=require(a96_0x5aba35(0x201));function a96_0x27cf(){const _0x2d74d2=['../../../helpers/stackFrameUtils',',\x20scope:\x20','1448xfKzgM','__bstackPlatformIndex','./testFramework',',\x20consoleLogs:\x20','DEFAULT_HOOK_RESULT','errorsDetailed','\x20pending\x20hooks\x20for\x20testId:\x20','KEY_TEST_LOCATION',',\x20filePath:\x20','JJbLc',',\x20argsKeys=','inspect','KEY_TEST_RETRY_OF','../../../helpers/test-observability/utils','hook_type','getProcessId','TEST','finished_at','failed','60TkTLIF',',\x20storing\x20as\x20pending\x20hook','KEY_HOOKS_FINISHED','holoF','maxArrayLength','KEY_TEST_SCOPES','KCBiu','uPEtD','getJestFailureReason',',\x20totalBatches:\x20','hook_result','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','\x20for\x20testId:\x20',',\x20hookData=','coQqB','length','afterAll','from','ceil',',\x20failureReason=','mapTestHooks','UwYKS','NwMXC','code','getAllPendingHookTestIds','5gezoUt',',\x20hookType=','setTrackedInstance','ENNIh','args',',\x20filePath=','KEY_HOOK_LAST_STARTED','kQynv','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','KEY_TEST_STARTED_AT','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','util','body','VvRwb','yWuIq','passed','browserstackPlatformIndex','hookAnalyticsId','getContext',',\x20contextId=','../cliUtils.js','TZMtT','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','ALL','isArray','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','getJestTestName','sqtRc','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','getTestFrameworksVersions','./constants/testFrameworkConstants.js','hasPendingHooks','etsuA','KEY_CUSTOM_TAGS','edhCY','KEY_HOOK_RESULT','cbsui','KEY_TEST_FRAMEWORK_NAME','ggwQg','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','TbJSU','stack-trace',',\x20scopes=','../../../helpers/classLogger.js','parallelIndex','tUyzy','hookType','VZbZF','getHooksForTest','reverse','ASOxS','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','test_run_id','event_ended_at','5OqQzez','nqNCv','unknown','mzbAo','parent','iuKvn','1595sDelGR','\x20(testIdentifier),\x20result=','title','startedAt','EDsEP','HDOHk','RJLTA','DcQLW','\x20screenshot\x20logs\x20for\x20testId:\x20','BFIsZ','fpQht','platformIndex','KEY_TEST_FAILURE_REASON','Assert','KEY_HOOK_ID','BEFORE_ALL','vImLJ','getPendingHooks','logCreatedEvent','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','getJestFailureData','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','TEST_SCREENSHOT','KEY_TEST_TAGS','toUpperCase','KEY_TEST_FRAMEWORK_VERSION','Unknown\x20error','KEY_AUTOMATE_SESSION_NAME','hookUUID',',\x20exception=','JPkUm','resolveInstance','KHDtP','saFpZ','runHooks','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','JQiEy','test_run_uuid','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','failure_reason','processPendingHooks','tihdM','QvnJB','\x22\x20from\x20testData','kqJiR','getTestFrameworks','file_name','getThreadId','KEY_TEST_RESULT_AT','hookMetadata','debug','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','ZVflg',',\x20hookState=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','6093340tvFZoo','replace','zcDuq','KEY_HOOK_LAST_FINISHED','jest-circus','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','htQcp','KEY_TEST_FAILURE_TYPE','toString','filePath','KEY_TEST_LOGS','KEY_EVENT_ENDED_AT','getCurrentTestState','AssertionError','336177NOrSqt','hookData','wDoqw','name','JestTestFramework','scopes','match','wUOsv','uuid','file','get','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','KEY_HOOKS_STARTED','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','gITBT','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=',',\x20duration=','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=',',\x20hook=','buildHookMapFromTest','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','hzmUr','matchHookRegex','POST','includes','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','tetYP','getJestTestScopes','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','skip','EdUQc','status','addMultipleEntries','uxWPX','getAllData','KMESj','KEY_TEST_FILE_PATH','\x20attachments','substring','message','instance','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','duration','storePendingHook',',\x20currentTestId:\x20','scope','LOG_REPORT','testFrameworkState','removePendingHooks','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','kind','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','UjGxh',',\x20totalHooks=','KEY_TEST_RESULT','ntDAc','concat','SSiWy','result','getTrackedInstance','getRef','split','trackEvent',',\x20logsInBatch:\x20','keys','has','tags','KEY_HOOK_FAILURE_TYPE','DEFAULT_TEST_RESULT',',\x20version=','146928hGLhSE','KEY_TEST_ID','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','vfRuq','Error\x20in\x20createTestFrameworkEventPayload:\x20','sWeSi','65541iPpjov','KEY_HOOK_FAILURE_REASON','addPendingHook','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','createTestFrameworkEventPayload','PRE',',\x20error:\x20','location','isJestInternalHook',',\x20screenshotLogs:\x20','warn','NbErE','slLHz','format','LdisA','beforeAll',':testAnalyticsId','slice','getId','activeHooks','XdTzH','hook_id','KEY_TEST_ATTACHMENTS','getCurrentInstanceName','qsxGl','\x20-\x20testId:\x20',',\x20state=','KEY_TEST_META','apply','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','exports',',\x20test_run_uuid=','endedAt','qKwwT','ulPrI','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','splice','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','Unknown\x20Test','IplwP','KEY_TEST_SCOPE','trackJestInstance:\x20created\x20instance\x20for\x20target=','getActiveHook','wjbNY','4953843sWKMHE','none','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','oXoAh','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','testFrameworkName','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','depth','getRootParentFile','trackJestInstance','getCurrentHookState','map','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','originalTest','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','setActiveHook','toISOString',',\x20hookUUID=','265784qxazKo','asyncError','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','trackHookEvent','KEY_LOGS','GDhQw','__workerDetails','KEY_TEST_DURATION','\x20files','test','UnhandledError','KEY_TEST_FAILURE','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','join','started_at','segOv','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','buTDq','KEY_EVENT_STARTED_AT','set','../state/testFrameworkState.js','parseJestTest','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','retryOf','testId','hookState',',\x20hookState:\x20','type','workerInfo','filter','parseJestTestResult',',\x20result=','../TestInfo.js','testData',',\x20failureType=','eventJson','getJestTestIdentifier','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','GnthQ','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','KEY_HOOK_LOGS','substr','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','parse','jROxF','cjZoc','IjTwY','getJestFailureType','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','Stored\x20pending\x20hook\x20for\x20testId:\x20','stringify','testUUID','forEach','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','KEY_TEST_CODE','push','KEY_TEST_RERUN_NAME','jexLd','hooks',',\x20target=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','4747134VCZori','zMABn',',\x20remainingHooks=','getJestTestFilePath','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=',',\x20hookId=','cwhyI',',\x20testId=','getJestTestTags','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','testFrameworkVersion',',\x20totalLogs:\x20','Processing\x20','error','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','\x20(testIdentifier)','\x20logs\x20for\x20testId:\x20','KEY_HOOK_NAME','sendLogCreatedEvent','eSXJg'];a96_0x27cf=function(){return _0x2d74d2;};return a96_0x27cf();}class JestTestFramework extends TestFramework{constructor(_0x18b0ec,_0x2476c5,_0x30ee55){const _0x3c09ed=a96_0x5aba35;super(_0x18b0ec,_0x2476c5,_0x30ee55),this[_0x3c09ed(0x183)]=new Map();}[a96_0x5aba35(0x1ac)](_0x57fc3e,_0x2ff85c,_0x298e4d){const _0x5c82a1=a96_0x5aba35,_0x2b1a48={};_0x2b1a48[_0x5c82a1(0x2d1)]=function(_0x1a076,_0x43e28d){return _0x1a076||_0x43e28d;};const _0x2a13e2=_0x2b1a48;if(_0x2a13e2[_0x5c82a1(0x2d1)](!_0x57fc3e,!_0x2ff85c)){logger[_0x5c82a1(0x17a)](_0x5c82a1(0x2c4)+_0x57fc3e+_0x5c82a1(0x1ae)+_0x2ff85c);return;}!this['activeHooks'][_0x5c82a1(0x2f4)](_0x57fc3e)&&this[_0x5c82a1(0x183)][_0x5c82a1(0x1c3)](_0x57fc3e,[]);const _0x46d619={'hookUUID':_0x2ff85c,'hookType':_0x298e4d,'startedAt':new Date()[_0x5c82a1(0x1ad)]()};this[_0x5c82a1(0x183)]['get'](_0x57fc3e)['push'](_0x46d619),logger['debug'](_0x5c82a1(0x27f)+_0x57fc3e+',\x20hookUUID='+_0x2ff85c+_0x5c82a1(0x230)+_0x298e4d+_0x5c82a1(0x2e8)+this[_0x5c82a1(0x183)][_0x5c82a1(0x2bc)](_0x57fc3e)[_0x5c82a1(0x225)]);}['removeActiveHook'](_0x145de3,_0x56e75b){const _0x4fec2c=a96_0x5aba35,_0x4682a0={};_0x4682a0[_0x4fec2c(0x1ee)]=function(_0x1a92db,_0x34a8d6){return _0x1a92db||_0x34a8d6;},_0x4682a0[_0x4fec2c(0x2e7)]=function(_0x5aaac2,_0x3b0a82){return _0x5aaac2!==_0x3b0a82;},_0x4682a0[_0x4fec2c(0x2c8)]=function(_0x343194,_0x4d081d){return _0x343194===_0x4d081d;};const _0x4079ed=_0x4682a0;if(_0x4079ed['zMABn'](!_0x145de3,!_0x56e75b)){logger[_0x4fec2c(0x17a)](_0x4fec2c(0x221)+_0x145de3+_0x4fec2c(0x1ae)+_0x56e75b);return;}if(this[_0x4fec2c(0x183)]['has'](_0x145de3)){const _0x479daa=this[_0x4fec2c(0x183)][_0x4fec2c(0x2bc)](_0x145de3),_0x9bae21=_0x479daa['findIndex'](_0x18d177=>_0x18d177[_0x4fec2c(0x288)]===_0x56e75b);_0x4079ed[_0x4fec2c(0x2e7)](_0x9bae21,-0x1)?(_0x479daa[_0x4fec2c(0x194)](_0x9bae21,0x1),logger[_0x4fec2c(0x29e)]('[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier='+_0x145de3+',\x20hookUUID='+_0x56e75b+_0x4fec2c(0x1ef)+_0x479daa[_0x4fec2c(0x225)]),_0x4079ed['hzmUr'](_0x479daa['length'],0x0)&&this['activeHooks']['delete'](_0x145de3)):logger[_0x4fec2c(0x29e)](_0x4fec2c(0x1f1)+_0x145de3+_0x4fec2c(0x1ae)+_0x56e75b);}}[a96_0x5aba35(0x19a)](_0x57a729){const _0x3d9823=a96_0x5aba35,_0x58783e={};_0x58783e['jROxF']=function(_0xa3e0df,_0x2c60a2){return _0xa3e0df>_0x2c60a2;},_0x58783e['ZjBfB']=function(_0x1e4316,_0x1bedc5){return _0x1e4316-_0x1bedc5;};const _0x28ec3f=_0x58783e;if(!_0x57a729)return null;if(this['activeHooks']['has'](_0x57a729)){const _0x57e651=this[_0x3d9823(0x183)][_0x3d9823(0x2bc)](_0x57a729);if(_0x28ec3f[_0x3d9823(0x1dc)](_0x57e651[_0x3d9823(0x225)],0x0)){const _0x57a91b=_0x57e651[_0x28ec3f['ZjBfB'](_0x57e651[_0x3d9823(0x225)],0x1)];return logger[_0x3d9823(0x29e)]('[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier='+_0x57a729+_0x3d9823(0x1ae)+_0x57a91b[_0x3d9823(0x288)]+_0x3d9823(0x230)+_0x57a91b[_0x3d9823(0x25e)]),_0x57a91b;}}return null;}async[a96_0x5aba35(0x2f1)](_0x2ba47b,_0xaf3584,_0x3166bc={}){const _0x231913=a96_0x5aba35,_0x15f887={};_0x15f887[_0x231913(0x27c)]='[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found',_0x15f887['DcQLW']=function(_0x33cb7d,_0x326bee){return _0x33cb7d===_0x326bee;},_0x15f887['oiige']=function(_0x4d58ad,_0xea6f87){return _0x4d58ad===_0xea6f87;},_0x15f887[_0x231913(0x244)]=function(_0xc3873b,_0x41e65e){return _0xc3873b||_0x41e65e;},_0x15f887[_0x231913(0x232)]=_0x231913(0x1b1);const _0x4f3283=_0x15f887;logger['debug'](_0x231913(0x237)+_0x2ba47b+_0x231913(0x2a2)+_0xaf3584+_0x231913(0x20d)+Object[_0x231913(0x2f3)](_0x3166bc)[_0x231913(0x1bd)](',')),await super[_0x231913(0x2f1)](_0x2ba47b,_0xaf3584,_0x3166bc);const _0x37d89f=this['resolveInstance'](_0x2ba47b,_0xaf3584,_0x3166bc);if(!_0x37d89f){logger[_0x231913(0x29e)](_0x4f3283[_0x231913(0x27c)]);return;}try{let _0xbbf048,_0x3bb040,_0x3bb1f6;switch(_0x2ba47b){case TestFrameworkState[_0x231913(0x213)]:_0xbbf048=_0x3166bc[_0x231913(0x1b9)];const _0x3c9a87={};_0x3c9a87[_0x231913(0x1a3)]=0x2,_0x3c9a87['maxArrayLength']=0x3,logger[_0x231913(0x29e)](_0x231913(0x1a8)+_0xaf3584+',\x20testData='+util[_0x231913(0x20e)](_0xbbf048,_0x3c9a87)),_0x3bb1f6=this[_0x231913(0x1d4)](_0xbbf048),_0x3bb040=null,logger[_0x231913(0x29e)](_0x231913(0x1a0)+_0x3bb1f6+_0x231913(0x1fc));if(_0x4f3283[_0x231913(0x273)](_0xaf3584,HookState[_0x231913(0x175)])){logger[_0x231913(0x29e)](_0x231913(0x2cc)+_0x3bb1f6);const _0x23bdfa={};_0x23bdfa[_0x231913(0x1e3)]=_0x3bb040,_0x23bdfa['testData']=_0xbbf048,_0x23bdfa[_0x231913(0x1c8)]=_0x3bb1f6;const _0xc331e5=this[_0x231913(0x1c5)](_0x23bdfa),_0x257ad5={};_0x257ad5[_0x231913(0x1a3)]=0x2,_0x257ad5[_0x231913(0x21a)]=0x3,logger[_0x231913(0x29e)](_0x231913(0x173)+util[_0x231913(0x20e)](_0xc331e5,_0x257ad5)),_0x37d89f[_0x231913(0x2d3)](_0xc331e5),logger[_0x231913(0x29e)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0x3bb1f6),await this[_0x231913(0x294)](_0x37d89f,_0x3bb1f6);}else{if(_0x4f3283['oiige'](_0xaf3584,HookState[_0x231913(0x2ca)])){logger[_0x231913(0x29e)](_0x231913(0x249)+_0x3bb1f6);const _0x33feae=_0x37d89f[_0x231913(0x2d5)]()[_0x231913(0x2bc)](_0x3bb1f6);logger[_0x231913(0x29e)](_0x231913(0x1e5)+util[_0x231913(0x20e)](Object[_0x231913(0x2f3)](_0x4f3283['TZMtT'](_0x33feae,{}))));_0x33feae&&_0x33feae[TestFrameworkConstants[_0x231913(0x186)]]?logger['debug'](_0x231913(0x2a3)+Object['keys'](_0x33feae[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']])['length']+_0x231913(0x1b8)):logger[_0x231913(0x29e)](_0x4f3283['ENNIh']);const _0x1f4083=_0x3166bc[_0x231913(0x1aa)]||null,_0x1e185d={};_0x1e185d[_0x231913(0x1e3)]=_0x3bb040,_0x1e185d[_0x231913(0x1d1)]=_0xbbf048,_0x1e185d[_0x231913(0x1c8)]=_0x3bb1f6,_0x1e185d['originalTest']=_0x1f4083;const _0x3830a9=this[_0x231913(0x1ce)](_0x1e185d),_0x294a64={};_0x294a64[_0x231913(0x1a3)]=0x2,_0x294a64[_0x231913(0x21a)]=0x3,logger[_0x231913(0x29e)](_0x231913(0x1bc)+util[_0x231913(0x20e)](_0x3830a9,_0x294a64)),_0x37d89f[_0x231913(0x2d3)](_0x3830a9),logger[_0x231913(0x29e)](_0x231913(0x193)+_0x3bb1f6),await this[_0x231913(0x294)](_0x37d89f,_0x3bb1f6);}}break;case TestFrameworkState[_0x231913(0x2e1)]:if(_0x4f3283['oiige'](_0xaf3584,HookState['POST'])){const _0x436d90={};_0x436d90['depth']=0x2,logger['debug']('[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20'+util['inspect'](_0x3166bc,_0x436d90)),await this[_0x231913(0x1ff)](_0x37d89f,_0x2ba47b,_0x3166bc);}break;default:if(CLIUtils[_0x231913(0x2c9)](_0x2ba47b[_0x231913(0x2ac)]()['split']('.')[0x1])){const _0x5d6cc5={};_0x5d6cc5[_0x231913(0x1a3)]=0x2,_0x5d6cc5[_0x231913(0x21a)]=0x3,logger[_0x231913(0x29e)](_0x231913(0x2c2)+_0x2ba47b+_0x231913(0x2a2)+_0xaf3584+_0x231913(0x223)+util[_0x231913(0x20e)](_0x3166bc['hookData'],_0x5d6cc5));const _0x16175e=await this[_0x231913(0x1b3)](_0x37d89f,_0x2ba47b,_0xaf3584,_0x3166bc),_0x2cab21={};_0x2cab21[_0x231913(0x1a3)]=0x2,_0x2cab21[_0x231913(0x21a)]=0x3,logger[_0x231913(0x29e)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20'+util[_0x231913(0x20e)](_0x16175e,_0x2cab21)),_0x37d89f[_0x231913(0x2d3)](_0x16175e);}else logger[_0x231913(0x29e)](_0x231913(0x2a9)+_0x2ba47b+'\x20&\x20hookState='+_0xaf3584);break;}logger[_0x231913(0x29e)]('[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState='+_0x2ba47b+_0x231913(0x2a2)+_0xaf3584);}catch(_0x9c8864){logger['error'](_0x231913(0x1e0)+_0x2ba47b+_0x231913(0x2a2)+_0xaf3584+_0x231913(0x289)+util['format'](_0x9c8864));}_0x3166bc[_0x231913(0x2db)]=_0x37d89f,await this[_0x231913(0x28e)](_0x37d89f,_0x2ba47b,_0xaf3584,_0x3166bc);}['getJestTestIdentifier'](_0x4a487d){const _0x5c2bd8=a96_0x5aba35,_0x7d940c={};_0x7d940c['KHDtP']=_0x5c2bd8(0x1c0);const _0x2f8388=_0x7d940c;if(_0x4a487d&&(_0x4a487d['id']||_0x4a487d['uuid'])){const _0x53eadd=_0x4a487d['id']||_0x4a487d[_0x5c2bd8(0x2ba)];return logger[_0x5c2bd8(0x29e)](_0x5c2bd8(0x1d7)+_0x53eadd+_0x5c2bd8(0x297)),_0x53eadd;}return logger['debug'](_0x2f8388[_0x5c2bd8(0x28c)]),process['pid']+_0x5c2bd8(0x180);}[a96_0x5aba35(0x28b)](_0x49c2f9,_0x419e16,_0x37ca49={}){const _0x169f31=a96_0x5aba35;let _0x137edb=null;return _0x137edb=TestFramework[_0x169f31(0x2ee)](),!_0x137edb?(logger[_0x169f31(0x29e)](_0x169f31(0x2bd)+_0x49c2f9),this[_0x169f31(0x1a5)](_0x49c2f9,_0x37ca49),_0x137edb=TestFramework[_0x169f31(0x2ee)](),logger[_0x169f31(0x29e)]('[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists='+!!_0x137edb+_0x169f31(0x242)+_0x137edb?.[_0x169f31(0x241)]()?.[_0x169f31(0x182)]())):logger[_0x169f31(0x29e)]('[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId='+_0x137edb['getContext']()?.[_0x169f31(0x182)]()),_0x137edb;}['trackJestInstance'](_0x48e20b,_0xf95428){const _0x3a45ff=a96_0x5aba35,_0x96897d={};_0x96897d[_0x3a45ff(0x21d)]='trackJestInstance:\x20instance\x20already\x20exists';const _0x1e0d34=_0x96897d;if(TestFramework['getTrackedInstance']()){logger[_0x3a45ff(0x29e)](_0x1e0d34[_0x3a45ff(0x21d)]);return;}const _0x48b21f=CLIUtils[_0x3a45ff(0x187)](),_0x304ca8=TrackedInstance['createContext'](_0x48b21f);let _0x4579d6=null;logger[_0x3a45ff(0x29e)](_0x3a45ff(0x199)+_0x48b21f+_0x3a45ff(0x18a)+_0x48e20b),_0x4579d6=new TestFrameworkInstance(_0x304ca8,this[_0x3a45ff(0x299)](),this['getTestFrameworksVersions'](),_0x48e20b,HookState['NONE']),TestFramework[_0x3a45ff(0x231)](_0x304ca8,_0x4579d6),logger[_0x3a45ff(0x29e)]('[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId='+_0x304ca8[_0x3a45ff(0x182)]()+_0x3a45ff(0x1eb)+_0x48b21f+',\x20testFramework='+this[_0x3a45ff(0x299)]()[0x0]+_0x3a45ff(0x2f8)+this[_0x3a45ff(0x24d)]()[this['getTestFrameworks']()[0x0]]);}[a96_0x5aba35(0x1c5)](_0x3edfcc){const _0x493368=a96_0x5aba35,_0x2959f5={};_0x2959f5[_0x493368(0x2d6)]=function(_0x5abf52,_0x3b8ef7){return _0x5abf52||_0x3b8ef7;},_0x2959f5[_0x493368(0x184)]='No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test';const _0x1dbf07=_0x2959f5,{testUUID:_0x2f663b,testData:_0x473e10,testId:_0x3b1351}=_0x3edfcc;if(_0x1dbf07[_0x493368(0x2d6)](!_0x473e10,!_0x3b1351))return logger[_0x493368(0x29e)](_0x1dbf07['XdTzH']),{};const _0x5c1f22=this[_0x493368(0x299)]()[0x0],_0x372e20=this[_0x493368(0x24d)](),_0x59d660={};_0x59d660[_0x493368(0x1a3)]=0x2,_0x59d660[_0x493368(0x21a)]=0x3,logger[_0x493368(0x29e)]('[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20'+util[_0x493368(0x20e)](_0x473e10,_0x59d660));const _0x6e9525=_0x473e10?.[_0x493368(0x2b7)]||[],_0x4d8054=this[_0x493368(0x24a)](_0x473e10),_0x5882b4=this[_0x493368(0x1f0)](_0x473e10),_0x2339fa=_0x473e10['fn']?_0x473e10['fn'][_0x493368(0x2ac)]():_0x473e10?.['body']?_0x473e10[_0x493368(0x23b)][_0x493368(0x22d)][_0x493368(0x2ac)]():null,_0x274b84=this[_0x493368(0x1f5)](_0x473e10),_0x465c6b={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x5c1f22,[TestFrameworkConstants[_0x493368(0x285)]]:_0x372e20[_0x5c1f22],[TestFrameworkConstants[_0x493368(0x2ae)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants[_0x493368(0x2bf)]]:{},[TestFrameworkConstants[_0x493368(0x2e9)]]:TestFrameworkConstants[_0x493368(0x2f7)],[TestFrameworkConstants[_0x493368(0x287)]]:_0x4d8054,[TestFrameworkConstants[_0x493368(0x2d7)]]:_0x5882b4,[TestFrameworkConstants[_0x493368(0x2fa)]]:_0x3b1351,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x4d8054,[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x5882b4,[TestFrameworkConstants[_0x493368(0x1e6)]]:_0x2339fa,[TestFrameworkConstants[_0x493368(0x283)]]:_0x274b84,[TestFrameworkConstants[_0x493368(0x238)]]:_0x473e10[_0x493368(0x1be)]||new Date()[_0x493368(0x1ad)](),[TestFrameworkConstants[_0x493368(0x198)]]:_0x6e9525[0x0]||'',[TestFrameworkConstants[_0x493368(0x21b)]]:_0x6e9525,[TestFrameworkConstants[_0x493368(0x1e8)]]:_0x4d8054,[TestFrameworkConstants[_0x493368(0x251)]]:{},[TestFrameworkConstants[_0x493368(0x18b)]]:{}};_0x473e10['retryOf']&&(_0x465c6b[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x473e10[_0x493368(0x1c7)]);logger[_0x493368(0x29e)](_0x493368(0x2a0)+_0x4d8054+_0x493368(0x1f4)+_0x3b1351+'\x20(testIdentifier),\x20tags='+JSON[_0x493368(0x1e2)](_0x274b84)+_0x493368(0x25a)+util['inspect'](_0x6e9525)+_0x493368(0x234)+_0x5882b4);const _0x173c59={};return _0x173c59[_0x3b1351]=_0x465c6b,_0x173c59;}[a96_0x5aba35(0x1ce)](_0x315b54){const _0x247c31=a96_0x5aba35,_0x489416={'saFpZ':function(_0x291966,_0x30bcfa){return _0x291966===_0x30bcfa;},'IplwP':_0x247c31(0x226),'Kitff':_0x247c31(0x17f),'htQcp':_0x247c31(0x246),'qniHO':'_ALL','JQiEy':function(_0x5c059d,_0x29e6f4){return _0x5c059d||_0x29e6f4;},'aSvZh':_0x247c31(0x1b2),'wDoqw':function(_0x186a7e,_0x502430){return _0x186a7e||_0x502430;},'HDOHk':_0x247c31(0x268),'KCBiu':function(_0x3ace23,_0x48d649){return _0x3ace23>_0x48d649;},'tUyzy':_0x247c31(0x215),'tihdM':_0x247c31(0x2d0),'VvRwb':function(_0x22af61,_0x53b344){return _0x22af61===_0x53b344;},'cbsui':'skipped','RZmRd':_0x247c31(0x23e),'QvnJB':function(_0x483203,_0x1c705c){return _0x483203===_0x1c705c;},'ggwQg':function(_0x284b07,_0x3f336f){return _0x284b07!==_0x3f336f;},'GnthQ':function(_0x3fe264,_0x32147c,_0x3ddabc,_0x3f8d0d){return _0x3fe264(_0x32147c,_0x3ddabc,_0x3f8d0d);},'XYcAn':function(_0x242810,_0x1e9f23){return _0x242810>_0x1e9f23;},'nqNCv':_0x247c31(0x195),'GDhQw':function(_0x5d16af,_0xecc03a){return _0x5d16af>_0xecc03a;},'mzbAo':function(_0x42064a,_0x454739){return _0x42064a===_0x454739;}},{testUUID:_0x7718f1,testData:_0x2b2774,testId:_0x128d03}=_0x315b54;if(_0x489416[_0x247c31(0x290)](!_0x2b2774,!_0x128d03))return logger[_0x247c31(0x29e)](_0x489416['aSvZh']),{};const _0x3ffc2f=this[_0x247c31(0x28b)](TestFrameworkState[_0x247c31(0x213)],HookState['POST']),_0x977da1=_0x3ffc2f[_0x247c31(0x2d5)]()[_0x247c31(0x2bc)](_0x128d03),_0x5e95dd=_0x489416[_0x247c31(0x2b4)](_0x977da1,{}),_0x4db553=_0x5e95dd?_0x5e95dd[TestFrameworkConstants[_0x247c31(0x251)]]||{}:{},_0x397a61=_0x5e95dd[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']];logger[_0x247c31(0x29e)](_0x247c31(0x257)+(_0x397a61?Object[_0x247c31(0x2f3)](_0x397a61)[_0x247c31(0x225)]:0x0)+_0x247c31(0x2d8));let _0x1bd279=_0x489416[_0x247c31(0x271)];if(_0x2b2774[_0x247c31(0x2ed)])_0x1bd279=_0x2b2774[_0x247c31(0x2ed)];else{if(_0x2b2774[_0x247c31(0x208)]&&_0x489416['KCBiu'](_0x2b2774['errorsDetailed'][_0x247c31(0x225)],0x0))_0x1bd279=_0x489416[_0x247c31(0x25d)];else _0x489416[_0x247c31(0x28d)](_0x2b2774[_0x247c31(0x2d2)],_0x489416[_0x247c31(0x295)])||_0x489416[_0x247c31(0x23c)](_0x2b2774['status'],_0x489416[_0x247c31(0x254)])?_0x1bd279=_0x489416[_0x247c31(0x254)]:_0x1bd279=_0x489416['RZmRd'];}const _0x54da53={..._0x5e95dd,[TestFrameworkConstants[_0x247c31(0x2e9)]]:_0x1bd279,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x2b2774[_0x247c31(0x214)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x247c31(0x29c)]]:new Date()[_0x247c31(0x1ad)](),[TestFrameworkConstants[_0x247c31(0x251)]]:_0x4db553,[TestFrameworkConstants[_0x247c31(0x1b4)]]:_0x5e95dd[TestFrameworkConstants[_0x247c31(0x1b4)]]||[],[TestFrameworkConstants['KEY_TEST_META']]:{}};if(_0x489416[_0x247c31(0x296)](_0x1bd279,_0x489416['tUyzy'])&&_0x2b2774[_0x247c31(0x208)]){const _0x14e46b=this[_0x247c31(0x21e)](_0x2b2774),_0x6bfd81=this[_0x247c31(0x1df)](_0x2b2774),_0x5964a4=this['getJestFailureData'](_0x2b2774);_0x54da53[TestFrameworkConstants[_0x247c31(0x2ab)]]=_0x6bfd81,_0x54da53[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x14e46b,_0x54da53[TestFrameworkConstants[_0x247c31(0x1bb)]]=_0x5964a4;}_0x489416[_0x247c31(0x256)](_0x2b2774[_0x247c31(0x2dd)],undefined)&&(_0x54da53[TestFrameworkConstants[_0x247c31(0x1b7)]]=_0x2b2774[_0x247c31(0x2dd)]);_0x2b2774[_0x247c31(0x1c7)]&&(_0x54da53[TestFrameworkConstants[_0x247c31(0x20f)]]=_0x2b2774[_0x247c31(0x1c7)]);const _0x376031=_0x977da1?_0x977da1[TestFrameworkConstants[_0x247c31(0x186)]]||{}:{},_0x1a443e=_0x977da1?_0x977da1[TestFrameworkConstants['KEY_TEST_UUID']]:_0x7718f1,_0x59e19c=_0x489416[_0x247c31(0x1d6)](getManualUploadLogs,_0x376031,_0x1a443e,_0x128d03);if(_0x489416[_0x247c31(0x21c)](_0x59e19c[_0x247c31(0x225)],0x0)){const _0x1ff498=_0x54da53[TestFrameworkConstants[_0x247c31(0x1b4)]]||[];_0x54da53[TestFrameworkConstants[_0x247c31(0x1b4)]]=[..._0x1ff498,..._0x59e19c];}const _0xa9dc2b=_0x5e95dd[TestFrameworkConstants[_0x247c31(0x218)]]||{},_0xc48ba1=_0x5e95dd[TestFrameworkConstants[_0x247c31(0x2bf)]]||{},_0x102daa={..._0xa9dc2b},_0x928f29=_0x102daa;Object['keys'](_0xc48ba1)['forEach'](_0x573ecf=>{const _0x514077=_0x247c31;!_0x928f29[_0x573ecf]&&(_0x928f29[_0x573ecf]=[]);const _0x45d830=new Set((_0x928f29[_0x573ecf]||[])['map'](_0x297c7a=>_0x297c7a[TestFrameworkConstants[_0x514077(0x27a)]]||_0x297c7a['hook_id']));(_0xc48ba1[_0x573ecf]||[])[_0x514077(0x1e4)](_0x461c65=>{const _0x5c96d1=_0x514077,_0x30a345=_0x461c65[TestFrameworkConstants[_0x5c96d1(0x27a)]]||_0x461c65[_0x5c96d1(0x185)];if(!_0x45d830[_0x5c96d1(0x2f4)](_0x30a345)){const _0xaa00e8={..._0x461c65},_0x4b11d6=_0xaa00e8;!_0x4b11d6[TestFrameworkConstants[_0x5c96d1(0x2af)]]&&!_0x4b11d6[_0x5c96d1(0x265)]&&(_0x4b11d6[TestFrameworkConstants[_0x5c96d1(0x2af)]]=new Date()[_0x5c96d1(0x1ad)]()),!_0x4b11d6[TestFrameworkConstants['KEY_HOOK_RESULT']]&&!_0x4b11d6[_0x5c96d1(0x220)]&&(_0x4b11d6[TestFrameworkConstants[_0x5c96d1(0x253)]]=TestFrameworkConstants[_0x5c96d1(0x207)]),_0x928f29[_0x573ecf]['push'](_0x4b11d6);}});});if(_0x315b54[_0x247c31(0x1aa)]){this[_0x247c31(0x22a)](_0x315b54[_0x247c31(0x1aa)]);const _0x3c493e=this['buildHookMapFromTest'](_0x315b54['originalTest']),_0x35eece=this[_0x247c31(0x260)](_0x315b54[_0x247c31(0x1aa)]);_0x35eece['forEach'](_0x53a7e0=>{const _0xd7aa2f=_0x247c31,_0x1cd5b4=_0x3c493e[_0xd7aa2f(0x2bc)](_0x53a7e0);if(_0x1cd5b4&&(_0x489416[_0xd7aa2f(0x28d)](_0x1cd5b4[_0xd7aa2f(0x1cb)],_0x489416[_0xd7aa2f(0x197)])||_0x489416[_0xd7aa2f(0x28d)](_0x1cd5b4[_0xd7aa2f(0x1cb)],_0x489416['Kitff']))){const _0x3ec9bc=_0x1cd5b4[_0xd7aa2f(0x1cb)][_0xd7aa2f(0x284)]()[_0xd7aa2f(0x2a5)](_0x489416[_0xd7aa2f(0x2aa)],_0x489416['qniHO']),_0xe611cd=_0x3ec9bc;!_0x928f29[_0xe611cd]&&(_0x928f29[_0xe611cd]=[]);const _0x30e4a0=_0x928f29[_0xe611cd]['find'](_0x1caf83=>(_0x1caf83[TestFrameworkConstants[_0xd7aa2f(0x27a)]]||_0x1caf83['hook_id'])===_0x53a7e0);!_0x30e4a0&&_0x928f29[_0xe611cd]['push']({'key':_0xe611cd,[TestFrameworkConstants[_0xd7aa2f(0x27a)]]:_0x53a7e0,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0xd7aa2f(0x207)],[TestFrameworkConstants[_0xd7aa2f(0x1c2)]]:new Date()[_0xd7aa2f(0x1ad)](),[TestFrameworkConstants[_0xd7aa2f(0x2af)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0xd7aa2f(0x1d8)]]:[],[TestFrameworkConstants[_0xd7aa2f(0x1fe)]]:_0x1cd5b4['name']||_0x1cd5b4['type']+'\x20hook',[TestFrameworkConstants[_0xd7aa2f(0x251)]]:_0x4db553});}});}if(_0x2b2774[_0x247c31(0x1ea)]&&_0x489416['XYcAn'](_0x2b2774[_0x247c31(0x1ea)][_0x247c31(0x225)],0x0))_0x54da53[TestFrameworkConstants[_0x247c31(0x218)]]=_0x2b2774[_0x247c31(0x1ea)],logger[_0x247c31(0x29e)](_0x489416[_0x247c31(0x267)]);else _0x489416[_0x247c31(0x1b5)](Object[_0x247c31(0x2f3)](_0x928f29)[_0x247c31(0x225)],0x0)&&(_0x54da53[TestFrameworkConstants[_0x247c31(0x218)]]=_0x928f29,logger['debug'](_0x247c31(0x2fb)+Object[_0x247c31(0x2f3)](_0x928f29)['join'](',')));const _0x3681f2=this['getJestTestName'](_0x2b2774);logger['debug'](_0x247c31(0x1a2)+_0x3681f2+_0x247c31(0x1f4)+_0x128d03+_0x247c31(0x26d)+_0x1bd279+_0x247c31(0x2c3)+_0x2b2774['duration']);_0x489416[_0x247c31(0x269)](_0x1bd279,_0x489416[_0x247c31(0x25d)])&&logger[_0x247c31(0x29e)](_0x247c31(0x19e)+_0x128d03+_0x247c31(0x1d2)+_0x54da53[TestFrameworkConstants[_0x247c31(0x2ab)]]+_0x247c31(0x229)+_0x54da53[TestFrameworkConstants[_0x247c31(0x278)]]?.[_0x247c31(0x2d9)](0x0,0xc8));const _0x1f74ab={};return _0x1f74ab[_0x128d03]=_0x54da53,_0x1f74ab;}[a96_0x5aba35(0x2ce)](_0x568c97){const _0x481d89=a96_0x5aba35,_0x581e6c={};_0x581e6c[_0x481d89(0x28a)]=function(_0x2e9526,_0x4c4472){return _0x2e9526!==_0x4c4472;},_0x581e6c[_0x481d89(0x276)]='ROOT_DESCRIBE_BLOCK';const _0x4f5fec=_0x581e6c,_0xae6577={};_0xae6577[_0x481d89(0x1a3)]=0x2,_0xae6577[_0x481d89(0x21a)]=0x3,logger[_0x481d89(0x29e)]('[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20'+util[_0x481d89(0x20e)](_0x568c97,_0xae6577));const _0x554fa7=[];if(_0x568c97&&_0x568c97[_0x481d89(0x26a)]){let _0x3051f3=_0x568c97['parent'];while(_0x3051f3&&_0x3051f3[_0x481d89(0x2b5)]&&_0x4f5fec[_0x481d89(0x28a)](_0x3051f3[_0x481d89(0x2b5)],'')&&_0x4f5fec['JPkUm'](_0x3051f3[_0x481d89(0x2b5)],_0x4f5fec['fpQht'])){_0x554fa7[_0x481d89(0x1e7)](_0x3051f3['name']),_0x3051f3=_0x3051f3['parent'];}}return _0x554fa7[_0x481d89(0x261)]();}[a96_0x5aba35(0x24a)](_0x508163){const _0x3f8692=a96_0x5aba35,_0x2f6869={};_0x2f6869[_0x3f8692(0x272)]=_0x3f8692(0x196);const _0x2e1372=_0x2f6869;if(_0x508163[_0x3f8692(0x2b5)])return _0x508163[_0x3f8692(0x2b5)];if(_0x508163[_0x3f8692(0x26e)])return _0x508163[_0x3f8692(0x26e)];return _0x2e1372['RJLTA'];}[a96_0x5aba35(0x1f5)](_0x13b917){const _0x2d78ce=a96_0x5aba35,_0x3d5ef2=[];if(_0x13b917[_0x2d78ce(0x2f5)]&&Array[_0x2d78ce(0x247)](_0x13b917['tags']))return _0x13b917[_0x2d78ce(0x2f5)][_0x2d78ce(0x1a7)](_0x107912=>_0x107912['startsWith']('@')?_0x107912[_0x2d78ce(0x1d9)](0x1):_0x107912);const _0x4170ee=this['getJestTestName'](_0x13b917),_0x3a28fb=_0x4170ee[_0x2d78ce(0x2b8)](/@(\w+)/g);if(_0x3a28fb)return _0x3a28fb[_0x2d78ce(0x1a7)](_0x3d877e=>_0x3d877e[_0x2d78ce(0x181)](0x1));return _0x13b917[_0x2d78ce(0x2b7)]&&Array[_0x2d78ce(0x247)](_0x13b917[_0x2d78ce(0x2b7)])&&_0x13b917['scopes'][_0x2d78ce(0x1e4)](_0x119943=>{const _0x19c0ac=_0x2d78ce,_0x30ef91=_0x119943[_0x19c0ac(0x2b8)](/@(\w+)/g);_0x30ef91&&_0x30ef91[_0x19c0ac(0x1e4)](_0x5bfc8e=>{const _0x3815ad=_0x19c0ac,_0x4d702a=_0x5bfc8e[_0x3815ad(0x181)](0x1);!_0x3d5ef2[_0x3815ad(0x2cb)](_0x4d702a)&&_0x3d5ef2['push'](_0x4d702a);});}),_0x3d5ef2;}[a96_0x5aba35(0x1f0)](_0x1a9fd1){const _0x861804=a96_0x5aba35,_0x45c2b4={'qsxGl':function(_0x5090cf,_0x2879cf){return _0x5090cf(_0x2879cf);}};if(_0x1a9fd1[_0x861804(0x29a)])return _0x1a9fd1['file_name'];if(_0x1a9fd1[_0x861804(0x1b0)])try{const _0x24b898=stackTrace[_0x861804(0x1db)](_0x1a9fd1[_0x861804(0x1b0)]),_0x41ff05=_0x45c2b4[_0x861804(0x188)](pickUserFrameFile,_0x24b898);if(_0x41ff05)return _0x41ff05;logger[_0x861804(0x29e)](_0x861804(0x2be)+_0x24b898[_0x861804(0x225)]+')');}catch(_0x29b5ee){logger[_0x861804(0x29e)](_0x861804(0x1f6)+util[_0x861804(0x17d)](_0x29b5ee));}return null;}[a96_0x5aba35(0x21e)](_0x593da4){const _0x14a36c=a96_0x5aba35,_0x54b219={};_0x54b219['BFIsZ']=function(_0x3b3883,_0x35e6d7){return _0x3b3883>_0x35e6d7;},_0x54b219[_0x14a36c(0x17b)]=_0x14a36c(0x286);const _0x13bace=_0x54b219;if(_0x593da4[_0x14a36c(0x208)]&&_0x13bace[_0x14a36c(0x275)](_0x593da4[_0x14a36c(0x208)]['length'],0x0))return util['inspect'](_0x593da4['errorsDetailed'][0x0]);if(_0x593da4[_0x14a36c(0x293)])return _0x593da4[_0x14a36c(0x293)];return _0x13bace[_0x14a36c(0x17b)];}['getJestFailureType'](_0x255b99){const _0x23422a=a96_0x5aba35,_0x30f03b={};_0x30f03b[_0x23422a(0x1dd)]=_0x23422a(0x279),_0x30f03b[_0x23422a(0x2cd)]=_0x23422a(0x2b1),_0x30f03b[_0x23422a(0x2ea)]=_0x23422a(0x1ba);const _0x340961=_0x30f03b,_0xaa4261=this[_0x23422a(0x21e)](_0x255b99);if(_0xaa4261&&_0xaa4261[_0x23422a(0x2cb)](_0x340961[_0x23422a(0x1dd)]))return _0x340961[_0x23422a(0x2cd)];return _0x340961[_0x23422a(0x2ea)];}[a96_0x5aba35(0x280)](_0x375a69){const _0x540a54=a96_0x5aba35,_0x394a5f={'iuKvn':function(_0x35e904,_0x5a28ec){return _0x35e904(_0x5a28ec);},'ulPrI':_0x540a54(0x210),'oXoAh':function(_0x134aba,_0x4c2de2){return _0x134aba!==_0x4c2de2;},'IjTwY':_0x540a54(0x1b9)},{failureData:_0x4520cc}=_0x394a5f[_0x540a54(0x26b)](require,_0x394a5f[_0x540a54(0x192)]),_0x13b6c5=[];return _0x394a5f[_0x540a54(0x19f)](_0x375a69['errorsDetailed'],undefined)&&_0x13b6c5[_0x540a54(0x1e7)](_0x375a69[_0x540a54(0x208)],_0x394a5f[_0x540a54(0x1de)]),_0x4520cc[_0x540a54(0x18c)](null,_0x13b6c5);}async['trackHookEvent'](_0x5f155f,_0x10535d,_0x309d29,_0x200469){const _0x268c1f=a96_0x5aba35,_0x1ace9a={'kUCcx':'[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','wjbNY':function(_0x16a8bd){return _0x16a8bd();},'UufvT':function(_0x462a7b,_0x15ed0a){return _0x462a7b in _0x15ed0a;},'segOv':function(_0x3053e3,_0x15b776){return _0x3053e3===_0x15b776;},'LdisA':function(_0x203c3e,_0x44e627){return _0x203c3e===_0x44e627;},'bpVoH':function(_0x1a18fe,_0x1e3fcc){return _0x1a18fe>_0x1e3fcc;},'NwMXC':_0x268c1f(0x215),'JJbLc':_0x268c1f(0x23e),'coQqB':function(_0x308003,_0xfcda7c){return _0x308003===_0xfcda7c;},'zcDuq':'[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','yWuIq':function(_0x41263f,_0x19a549){return _0x41263f>_0x19a549;},'cwhyI':function(_0x2f5588,_0x472836){return _0x2f5588!==_0x472836;}},{hookData:_0x172298}=_0x200469,_0x269558=_0x309d29['toString'](),_0x4d23a7=_0x10535d[_0x268c1f(0x2ac)](),_0x3fcfbd={};_0x3fcfbd[_0x268c1f(0x1a3)]=0x2,_0x3fcfbd[_0x268c1f(0x21a)]=0x3,logger[_0x268c1f(0x29e)](_0x268c1f(0x263)+_0x4d23a7+_0x268c1f(0x2a2)+_0x269558+_0x268c1f(0x223)+util[_0x268c1f(0x20e)](_0x172298,_0x3fcfbd));if(!_0x172298)return logger[_0x268c1f(0x29e)](_0x1ace9a['kUCcx']),{};const _0x15f45c=_0x172298[_0x268c1f(0x2ba)]||_0x172298[_0x268c1f(0x240)]||_0x1ace9a[_0x268c1f(0x19b)](uuidv4),_0x3cd1fa=_0x172298[_0x268c1f(0x264)]||this[_0x268c1f(0x1d4)](_0x172298),_0x5b6b16=_0x10535d['toString']()['split']('.')[0x1],_0x178ef8=_0x5f155f[_0x268c1f(0x2d5)]()[_0x268c1f(0x2bc)](_0x3cd1fa),_0x3c8840=_0x178ef8?_0x178ef8[TestFrameworkConstants[_0x268c1f(0x251)]]||{}:{};logger[_0x268c1f(0x29e)](_0x268c1f(0x1da)+_0x15f45c+_0x268c1f(0x1f4)+_0x3cd1fa+'\x20(testIdentifier),\x20hookType='+_0x5b6b16+_0x268c1f(0x2a2)+_0x269558);if(!_0x178ef8)return logger[_0x268c1f(0x29e)](_0x268c1f(0x1c6)+_0x3cd1fa+_0x268c1f(0x217)),this[_0x268c1f(0x2de)](_0x5f155f,_0x3cd1fa,_0x10535d,_0x309d29,_0x200469),{};let _0x26b173=_0x178ef8[TestFrameworkConstants[_0x268c1f(0x2bf)]];!_0x26b173&&(_0x26b173={});!_0x1ace9a['UufvT'](_0x5b6b16,_0x26b173)&&(_0x26b173[_0x5b6b16]=[]);let _0x2a598d=_0x178ef8[TestFrameworkConstants['KEY_HOOKS_FINISHED']];!_0x2a598d&&(_0x2a598d={});!_0x1ace9a['UufvT'](_0x5b6b16,_0x2a598d)&&(_0x2a598d[_0x5b6b16]=[]);const _0x14e55b={[_0x3cd1fa]:{[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x26b173,[TestFrameworkConstants[_0x268c1f(0x218)]]:_0x2a598d,[TestFrameworkConstants[_0x268c1f(0x255)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x268c1f(0x285)]]:this[_0x268c1f(0x24d)]()[this[_0x268c1f(0x299)]()[0x0]]||''}};if(_0x1ace9a['segOv'](_0x309d29,HookState[_0x268c1f(0x175)])){const _0x243e30={'key':_0x5b6b16,[TestFrameworkConstants[_0x268c1f(0x27a)]]:_0x15f45c,[TestFrameworkConstants[_0x268c1f(0x253)]]:TestFrameworkConstants[_0x268c1f(0x207)],[TestFrameworkConstants[_0x268c1f(0x1c2)]]:_0x172298['started_at']||new Date()[_0x268c1f(0x1ad)](),[TestFrameworkConstants[_0x268c1f(0x1d8)]]:[],[TestFrameworkConstants[_0x268c1f(0x1fe)]]:_0x172298[_0x268c1f(0x2b5)]||_0x172298[_0x268c1f(0x211)]||_0x5b6b16,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x3c8840};_0x26b173[_0x5b6b16]['push'](_0x243e30),_0x14e55b[_0x3cd1fa][TestFrameworkConstants[_0x268c1f(0x235)]]=_0x5b6b16;const _0x599397={};_0x599397[_0x268c1f(0x1a3)]=0x2,logger[_0x268c1f(0x29e)](_0x268c1f(0x2c0)+_0x5b6b16+',\x20hookId='+_0x15f45c+_0x268c1f(0x1f4)+_0x3cd1fa+_0x268c1f(0x2c5)+util[_0x268c1f(0x20e)](_0x243e30,_0x599397));}else{if(_0x1ace9a[_0x268c1f(0x17e)](_0x309d29,HookState['POST'])){const _0x2bf65b=_0x172298[_0x268c1f(0x2ed)]||(_0x172298[_0x268c1f(0x208)]&&_0x1ace9a['bpVoH'](_0x172298[_0x268c1f(0x208)]['length'],0x0)?_0x1ace9a[_0x268c1f(0x22c)]:_0x1ace9a[_0x268c1f(0x20c)]),_0x2e60b0=_0x26b173[_0x5b6b16]||[];logger[_0x268c1f(0x29e)](_0x268c1f(0x1ec)+_0x5b6b16+_0x268c1f(0x1f4)+_0x3cd1fa+',\x20result='+_0x2bf65b+',\x20hooksListLength='+_0x2e60b0[_0x268c1f(0x225)]);if(_0x1ace9a[_0x268c1f(0x224)](_0x2e60b0[_0x268c1f(0x225)],0x0)&&_0x1ace9a[_0x268c1f(0x1bf)](_0x10535d,TestFrameworkState[_0x268c1f(0x27b)]))return logger[_0x268c1f(0x29e)](_0x1ace9a[_0x268c1f(0x2a6)]),this['storePendingHook'](_0x5f155f,_0x3cd1fa,_0x10535d,_0x309d29,_0x200469),{};if(_0x1ace9a[_0x268c1f(0x23d)](_0x2e60b0[_0x268c1f(0x225)],0x0)){const _0x579a00=_0x2e60b0['pop']();_0x1ace9a[_0x268c1f(0x1bf)](_0x2bf65b,_0x1ace9a[_0x268c1f(0x22c)])&&_0x172298['errorsDetailed']?(_0x579a00[TestFrameworkConstants[_0x268c1f(0x2f6)]]=this['getJestFailureType'](_0x172298),_0x579a00[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]=this[_0x268c1f(0x21e)](_0x172298),_0x579a00[TestFrameworkConstants['KEY_HOOK_FAILURE']]=this[_0x268c1f(0x280)](_0x172298),logger[_0x268c1f(0x29e)](_0x268c1f(0x18d)+_0x5b6b16+',\x20failureType='+_0x579a00[TestFrameworkConstants[_0x268c1f(0x2f6)]]+',\x20failureReason='+_0x579a00[TestFrameworkConstants[_0x268c1f(0x300)]]?.[_0x268c1f(0x2d9)](0x0,0xc8))):_0x579a00[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x1ace9a[_0x268c1f(0x20c)];_0x1ace9a[_0x268c1f(0x1f3)](_0x2bf65b,TestFrameworkConstants[_0x268c1f(0x207)])&&(_0x579a00[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x2bf65b);_0x579a00[TestFrameworkConstants[_0x268c1f(0x2af)]]=_0x172298[_0x268c1f(0x214)]||new Date()[_0x268c1f(0x1ad)](),_0x579a00[TestFrameworkConstants[_0x268c1f(0x251)]]=_0x3c8840;const _0xa8818c=_0x579a00[TestFrameworkConstants[_0x268c1f(0x27a)]];!_0x2a598d[_0x5b6b16]&&(_0x2a598d[_0x5b6b16]=[]);_0x2a598d[_0x5b6b16][_0x268c1f(0x1e7)](_0x579a00),_0x14e55b[_0x3cd1fa][TestFrameworkConstants[_0x268c1f(0x2a7)]]=_0x5b6b16;const _0x41f549={};_0x41f549['depth']=0x2,logger[_0x268c1f(0x29e)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType='+_0x5b6b16+_0x268c1f(0x1f2)+_0xa8818c+_0x268c1f(0x1cf)+_0x2bf65b+_0x268c1f(0x2c5)+util[_0x268c1f(0x20e)](_0x579a00,_0x41f549));}}}return _0x14e55b;}[a96_0x5aba35(0x174)](_0xd9c400){const _0x4c4fff=a96_0x5aba35,_0x363b7c={};_0x363b7c[_0x4c4fff(0x2c1)]='base64';const _0x30b7f4=_0x363b7c;try{const _0x597252=_0xd9c400[_0x4c4fff(0x1b9)]?this[_0x4c4fff(0x1d4)](_0xd9c400['test']):_0xd9c400[_0x4c4fff(0x2b3)]['test_run_id'],_0x2835ee=_0xd9c400[_0x4c4fff(0x2db)],_0x4ba419=_0x2835ee['getContext'](),_0x297def=_0x2835ee['getAllData']()[_0x4c4fff(0x2bc)](_0x597252);if(!_0x297def)return logger[_0x4c4fff(0x29e)](_0x4c4fff(0x24c)+_0x597252),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x478739=this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x4c4fff(0x285)]]:_0xb541e4=this[_0x4c4fff(0x24d)]()[this[_0x4c4fff(0x299)]()[0x0]]||'',[TestFrameworkConstants[_0x4c4fff(0x238)]]:_0x187d6d='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x9e703a=''}=_0x297def,_0x3c4a7f=_0x2835ee[_0x4c4fff(0x2b0)]()[_0x4c4fff(0x2ac)]()[_0x4c4fff(0x2f0)]('.')[0x1],_0x1ae2e8=_0x2835ee[_0x4c4fff(0x1a6)]()[_0x4c4fff(0x2ac)]()[_0x4c4fff(0x2f0)]('.')[0x1],_0x5df80e=global?.[_0x4c4fff(0x1b6)]?.[_0x4c4fff(0x1cc)]?.[_0x4c4fff(0x25c)]||global[_0x4c4fff(0x204)]||0x0,_0xb3744=_0x2835ee[_0x4c4fff(0x2ef)](),_0x34a90e=Buffer[_0x4c4fff(0x227)](JSON[_0x4c4fff(0x1e2)](_0x297def))[_0x4c4fff(0x2ac)](_0x30b7f4['gITBT']),_0x3cb1f5={'hash':_0x4ba419[_0x4c4fff(0x182)](),'threadId':_0x4ba419[_0x4c4fff(0x29b)]()['toString'](),'processId':_0x4ba419[_0x4c4fff(0x212)]()[_0x4c4fff(0x2ac)]()},_0x4c9688={};_0x4c9688[_0x4c4fff(0x277)]=_0x5df80e,_0x4c9688[_0x4c4fff(0x1a1)]=_0x478739,_0x4c9688[_0x4c4fff(0x1f7)]=_0xb541e4,_0x4c9688[_0x4c4fff(0x2e2)]=_0x3c4a7f,_0x4c9688[_0x4c4fff(0x1c9)]=_0x1ae2e8,_0x4c9688[_0x4c4fff(0x26f)]=_0x187d6d,_0x4c9688[_0x4c4fff(0x190)]=_0x9e703a,_0x4c9688[_0x4c4fff(0x2ba)]=_0xb3744,_0x4c9688[_0x4c4fff(0x1d3)]=_0x34a90e,_0x4c9688['executionContext']=_0x3cb1f5,_0x4c9688['test_identifier']=_0x597252;const _0x109c0f=_0x4c9688;return _0x109c0f;}catch(_0x11f341){return logger[_0x4c4fff(0x1fa)](_0x4c4fff(0x2fd)+util[_0x4c4fff(0x17d)](_0x11f341)),{};}}async[a96_0x5aba35(0x1ff)](_0x534b95,_0x111fe6,_0x26a7ce){const _0x1a3d73=a96_0x5aba35,_0x3738ed={'eSXJg':function(_0x555f51,_0x5c8dc4){return _0x555f51+_0x5c8dc4;},'slLHz':'missing','kQynv':_0x1a3d73(0x19d),'EDsEP':function(_0x24c27d,_0x3cc19b){return _0x24c27d>_0x3cc19b;},'wUOsv':function(_0x59690d,_0x431420,_0x1e9a64,_0x12f474){return _0x59690d(_0x431420,_0x1e9a64,_0x12f474);},'NIfjq':function(_0x7d3f14,_0x4f6db4){return _0x7d3f14-_0x4f6db4;},'ASOxS':function(_0x55f88e,_0x290ec7){return _0x55f88e===_0x290ec7;},'uxWPX':function(_0x3a764b,_0x54d75d){return _0x3a764b/_0x54d75d;},'kqJiR':function(_0xa16183,_0x16deb2){return _0xa16183<_0x16deb2;},'bdNOF':function(_0x5df815,_0x446d87){return _0x5df815*_0x446d87;},'vfRuq':function(_0x17c171,_0xcc2c12){return _0x17c171+_0xcc2c12;},'SSiWy':function(_0x4b775e,_0x41bda2){return _0x4b775e+_0x41bda2;}};try{const _0x3fbd63=_0x26a7ce[_0x1a3d73(0x1e3)]||_0x26a7ce['testId'],_0x4d00b0=Array[_0x1a3d73(0x227)](_0x534b95['getAllData']()[_0x1a3d73(0x2f3)]()),_0x2ee28b=_0x534b95['getAllData']()[_0x1a3d73(0x2bc)](_0x3fbd63);if(!_0x2ee28b){logger[_0x1a3d73(0x29e)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x3fbd63);return;}const {[TestFrameworkConstants[_0x1a3d73(0x255)]]:_0x27934a='',[TestFrameworkConstants[_0x1a3d73(0x285)]]:_0x3b34e2=''}=_0x2ee28b;let _0x441329=[];_0x2ee28b&&_0x2ee28b[TestFrameworkConstants[_0x1a3d73(0x1b4)]]&&Array[_0x1a3d73(0x247)](_0x2ee28b[TestFrameworkConstants[_0x1a3d73(0x1b4)]])?(_0x441329=_0x2ee28b[TestFrameworkConstants[_0x1a3d73(0x1b4)]]||[],logger[_0x1a3d73(0x29e)](_0x1a3d73(0x281)+_0x441329[_0x1a3d73(0x225)]+_0x1a3d73(0x1fd)+_0x3fbd63),_0x534b95[_0x1a3d73(0x2d3)]({[_0x3fbd63]:{[TestFrameworkConstants[_0x1a3d73(0x1b4)]]:[],[TestFrameworkConstants[_0x1a3d73(0x255)]]:this[_0x1a3d73(0x299)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x1a3d73(0x24d)]()[this['getTestFrameworks']()[0x0]]||''}}),logger[_0x1a3d73(0x29e)](_0x1a3d73(0x248)+_0x3fbd63)):logger[_0x1a3d73(0x29e)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x3fbd63);logger[_0x1a3d73(0x29e)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20'+_0x441329[_0x1a3d73(0x225)]+_0x1a3d73(0x222)+_0x3fbd63);const _0x5d44d8=_0x441329[_0x1a3d73(0x1cd)](_0x57a48e=>_0x57a48e[_0x1a3d73(0x2e5)]===_0x1a3d73(0x282));_0x3738ed[_0x1a3d73(0x270)](_0x5d44d8[_0x1a3d73(0x225)],0x0)&&(logger[_0x1a3d73(0x29e)](_0x1a3d73(0x239)+_0x5d44d8[_0x1a3d73(0x225)]+_0x1a3d73(0x274)+_0x3fbd63),_0x5d44d8[_0x1a3d73(0x1e4)]((_0x11bdb4,_0x35401c)=>{const _0x25cb6f=_0x1a3d73;logger[_0x25cb6f(0x29e)](_0x25cb6f(0x1d5)+_0x3738ed['eSXJg'](_0x35401c,0x1)+'/'+_0x5d44d8['length']+'\x20-\x20test_identifier='+(_0x11bdb4['test_identifier']||_0x3738ed[_0x25cb6f(0x17c)])+_0x25cb6f(0x18f)+(_0x11bdb4[_0x25cb6f(0x291)]||_0x3738ed[_0x25cb6f(0x17c)])+',\x20hook_run_uuid='+(_0x11bdb4['hook_run_uuid']||_0x3738ed[_0x25cb6f(0x236)])+',\x20messageLength='+(_0x11bdb4[_0x25cb6f(0x2da)]?.[_0x25cb6f(0x225)]||0x0));}));const _0x4e7714=_0x2ee28b[TestFrameworkConstants[_0x1a3d73(0x186)]]||{},_0x1c12ba=_0x3738ed[_0x1a3d73(0x2b9)](getMediaArtifactsLogs,_0x4e7714,null,_0x3fbd63),_0x1825c3=(_0x441329||[])[_0x1a3d73(0x2eb)](_0x1c12ba||[]),_0x1a3230=_0x5d44d8?.[_0x1a3d73(0x225)]||0x0,_0xf89a6b=_0x3738ed['NIfjq'](_0x441329?.[_0x1a3d73(0x225)]||0x0,_0x1a3230);logger[_0x1a3d73(0x29e)](_0x1a3d73(0x2cf)+_0x3fbd63+_0x1a3d73(0x206)+_0xf89a6b+_0x1a3d73(0x179)+_0x1a3230+',\x20attachmentLogs:\x20'+(_0x1c12ba?.[_0x1a3d73(0x225)]||0x0)+_0x1a3d73(0x1f8)+_0x1825c3['length']);if(!_0x1825c3||_0x3738ed[_0x1a3d73(0x262)](_0x1825c3['length'],0x0)){logger[_0x1a3d73(0x29e)](_0x1a3d73(0x2e4)+_0x3fbd63);return;}const _0x2829a3=0x28,_0xbb166=Math[_0x1a3d73(0x228)](_0x3738ed[_0x1a3d73(0x2d4)](_0x1825c3[_0x1a3d73(0x225)],_0x2829a3));for(let _0x5958fc=0x0;_0x3738ed[_0x1a3d73(0x298)](_0x5958fc,_0xbb166);_0x5958fc++){const _0x59cab4=_0x3738ed['bdNOF'](_0x5958fc,_0x2829a3),_0x53e8eb=_0x3738ed[_0x1a3d73(0x200)](_0x59cab4,_0x2829a3),_0x469f3d=_0x1825c3['slice'](_0x59cab4,_0x53e8eb),_0x12a3fc=global?.[_0x1a3d73(0x23f)]??0x0,_0x186c06={'platformIndex':_0x12a3fc,'logs':_0x469f3d,'testFrameworkName':_0x27934a,'testFrameworkVersion':_0x3b34e2,'testFrameworkState':_0x111fe6[_0x1a3d73(0x2ac)]()[_0x1a3d73(0x2f0)]('.')[0x1]},_0x213290={};_0x213290[_0x1a3d73(0x1a3)]=0x3,_0x213290['maxArrayLength']=0x5,logger[_0x1a3d73(0x29e)](_0x1a3d73(0x29f)+_0x3738ed[_0x1a3d73(0x2fc)](_0x5958fc,0x1)+'/'+_0xbb166+_0x1a3d73(0x189)+_0x3fbd63+_0x1a3d73(0x2f2)+_0x469f3d[_0x1a3d73(0x225)]+',\x20platformIndex:\x20'+_0x12a3fc+',\x20payload:\x20'+util[_0x1a3d73(0x20e)](_0x186c06,_0x213290));const _0x54f9e8=await GrpcClient['getInstance']()[_0x1a3d73(0x27e)](_0x186c06);logger['debug'](_0x1a3d73(0x29f)+_0x3738ed[_0x1a3d73(0x2ec)](_0x5958fc,0x1)+'/'+_0xbb166+_0x1a3d73(0x189)+_0x3fbd63+',\x20response='+util[_0x1a3d73(0x20e)](_0x54f9e8));}_0x1c12ba&&_0x3738ed[_0x1a3d73(0x270)](_0x1c12ba['length'],0x0)&&_0x2ee28b[TestFrameworkConstants[_0x1a3d73(0x186)]]&&_0x534b95[_0x1a3d73(0x2d3)]({[_0x3fbd63]:{[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{},[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x1a3d73(0x299)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this['getTestFrameworksVersions']()[this['getTestFrameworks']()[0x0]]||''}}),logger[_0x1a3d73(0x29e)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20'+_0x3fbd63+_0x1a3d73(0x21f)+_0xbb166);}catch(_0xf7995e){logger[_0x1a3d73(0x1fa)](_0x1a3d73(0x1fb)+(_0x26a7ce['testUUID']||_0x26a7ce[_0x1a3d73(0x1c8)])+_0x1a3d73(0x176)+util[_0x1a3d73(0x17d)](_0xf7995e));}}[a96_0x5aba35(0x2de)](_0x5c6df4,_0x8b106e,_0x1df543,_0x3778a7,_0x433f61){const _0x17c123=a96_0x5aba35,_0x11505c={};_0x11505c[_0x17c123(0x191)]=function(_0x2e05a5,_0x2d35a9){return _0x2e05a5===_0x2d35a9;},_0x11505c['XngUp']='beforeAll';const _0x1fa621=_0x11505c,{hookData:_0x42f8e1}=_0x433f61,_0x4ea746={'testId':_0x8b106e,'testFrameworkState':_0x1df543,'hookState':_0x3778a7,'args':_0x433f61,'timestamp':new Date()[_0x17c123(0x1ad)]()};if(_0x1fa621[_0x17c123(0x191)](_0x1df543,TestFrameworkState['BEFORE_ALL'])&&_0x42f8e1){const _0x22f333={};_0x22f333[_0x17c123(0x2ad)]=_0x42f8e1['file_name']||_0x42f8e1[_0x17c123(0x177)],_0x22f333[_0x17c123(0x2e0)]=_0x42f8e1['scope']||_0x42f8e1[_0x17c123(0x2b7)]&&_0x42f8e1[_0x17c123(0x2b7)][0x0]||'',_0x22f333['hookType']=_0x1fa621['XngUp'],_0x4ea746[_0x17c123(0x29d)]=_0x22f333,logger[_0x17c123(0x29e)]('[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20'+_0x8b106e+_0x17c123(0x20b)+_0x4ea746[_0x17c123(0x29d)][_0x17c123(0x2ad)]+_0x17c123(0x202)+_0x4ea746[_0x17c123(0x29d)][_0x17c123(0x2e0)]);}_0x5c6df4['addPendingHook'](_0x8b106e,_0x4ea746),logger[_0x17c123(0x29e)](_0x17c123(0x1e1)+_0x8b106e+',\x20state:\x20'+_0x1df543+_0x17c123(0x1ca)+_0x3778a7);}async[a96_0x5aba35(0x294)](_0x141a30,_0xf6680a){const _0x1cfa5a=a96_0x5aba35,_0x48f489={};_0x48f489['jexLd']=function(_0x208952,_0x54be22){return _0x208952>_0x54be22;},_0x48f489[_0x1cfa5a(0x22b)]=function(_0x5da3e7,_0x2d27dd){return _0x5da3e7===_0x2d27dd;},_0x48f489['holoF']=function(_0x41b0fe,_0x5172f7){return _0x41b0fe===_0x5172f7;},_0x48f489[_0x1cfa5a(0x1c1)]=function(_0x1785d7,_0x1dcbb5){return _0x1785d7===_0x1dcbb5;},_0x48f489[_0x1cfa5a(0x2a1)]=function(_0x5bbb49,_0xe6a21){return _0x5bbb49===_0xe6a21;},_0x48f489[_0x1cfa5a(0x258)]=_0x1cfa5a(0x2c7);const _0x4fca31=_0x48f489;if(_0x141a30[_0x1cfa5a(0x24f)](_0xf6680a)){const _0x4bede7=_0x141a30[_0x1cfa5a(0x27d)](_0xf6680a);logger['debug'](_0x1cfa5a(0x1f9)+_0x4bede7[_0x1cfa5a(0x225)]+_0x1cfa5a(0x209)+_0xf6680a);for(const _0x44f464 of _0x4bede7){try{const _0x4f4b6f=await this[_0x1cfa5a(0x1b3)](_0x141a30,_0x44f464[_0x1cfa5a(0x2e2)],_0x44f464[_0x1cfa5a(0x1c9)],_0x44f464['args']);_0x4f4b6f&&_0x4fca31[_0x1cfa5a(0x1e9)](Object[_0x1cfa5a(0x2f3)](_0x4f4b6f)['length'],0x0)&&_0x141a30[_0x1cfa5a(0x2d3)](_0x4f4b6f),await this['runHooks'](_0x141a30,_0x44f464[_0x1cfa5a(0x2e2)],_0x44f464['hookState'],_0x44f464[_0x1cfa5a(0x233)]);}catch(_0x2b9511){logger[_0x1cfa5a(0x1fa)](_0x1cfa5a(0x245)+_0xf6680a+_0x1cfa5a(0x176)+_0x2b9511);}}_0x141a30['removePendingHooks'](_0xf6680a),logger['debug'](_0x1cfa5a(0x1ab)+_0xf6680a);}const _0x48fb78=_0x141a30['getAllData']()[_0x1cfa5a(0x2bc)](_0xf6680a);if(_0x48fb78){const _0x461d6=_0x48fb78[TestFrameworkConstants[_0x1cfa5a(0x2d7)]]||_0x48fb78[TestFrameworkConstants[_0x1cfa5a(0x20a)]],_0x8ef68e=_0x48fb78[TestFrameworkConstants[_0x1cfa5a(0x198)]]||_0x48fb78[TestFrameworkConstants['KEY_TEST_SCOPES']]&&_0x48fb78[TestFrameworkConstants['KEY_TEST_SCOPES']][0x0]||'';logger[_0x1cfa5a(0x29e)](_0x1cfa5a(0x2dc)+_0x461d6+_0x1cfa5a(0x202)+_0x8ef68e);const _0x41b710=_0x141a30[_0x1cfa5a(0x22e)]();for(const _0x337cea of _0x41b710){if(_0x4fca31[_0x1cfa5a(0x22b)](_0x337cea,_0xf6680a))continue;if(_0x141a30[_0x1cfa5a(0x24f)](_0x337cea)){const _0x4c5faa=_0x141a30[_0x1cfa5a(0x27d)](_0x337cea);for(const _0x448314 of _0x4c5faa){if(_0x4fca31['holoF'](_0x448314[_0x1cfa5a(0x2e2)],TestFrameworkState['BEFORE_ALL'])&&_0x448314[_0x1cfa5a(0x29d)]){const _0x42a0d7=_0x448314[_0x1cfa5a(0x29d)][_0x1cfa5a(0x2ad)],_0x1addc9=_0x448314['hookMetadata'][_0x1cfa5a(0x2e0)];if(_0x4fca31[_0x1cfa5a(0x1c1)](_0x42a0d7,_0x461d6)&&_0x4fca31[_0x1cfa5a(0x219)](_0x1addc9,_0x8ef68e)){logger[_0x1cfa5a(0x29e)]('[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20'+_0x337cea+_0x1cfa5a(0x2df)+_0xf6680a+',\x20filePath:\x20'+_0x42a0d7+_0x1cfa5a(0x202)+_0x1addc9);_0x448314['args']&&_0x448314[_0x1cfa5a(0x233)][_0x1cfa5a(0x2b3)]&&(_0x448314['args'][_0x1cfa5a(0x2b3)][_0x1cfa5a(0x264)]=_0xf6680a,logger[_0x1cfa5a(0x29e)](_0x1cfa5a(0x2e6)+_0x337cea+'\x20to\x20'+_0xf6680a));try{const _0xd1b614=await this['trackHookEvent'](_0x141a30,_0x448314[_0x1cfa5a(0x2e2)],_0x448314[_0x1cfa5a(0x1c9)],_0x448314['args']);_0xd1b614&&_0x4fca31['jexLd'](Object[_0x1cfa5a(0x2f3)](_0xd1b614)[_0x1cfa5a(0x225)],0x0)&&_0x141a30[_0x1cfa5a(0x2d3)](_0xd1b614);await this[_0x1cfa5a(0x28e)](_0x141a30,_0x448314[_0x1cfa5a(0x2e2)],_0x448314['hookState'],_0x448314[_0x1cfa5a(0x233)]);const _0x1b4bb2=_0x141a30[_0x1cfa5a(0x27d)](_0x337cea)[_0x1cfa5a(0x1cd)](_0x2bbdba=>_0x2bbdba!==_0x448314);if(_0x4fca31['ZVflg'](_0x1b4bb2[_0x1cfa5a(0x225)],0x0))_0x141a30[_0x1cfa5a(0x2e3)](_0x337cea);else{_0x141a30[_0x1cfa5a(0x2e3)](_0x337cea);for(const _0x182517 of _0x1b4bb2){_0x141a30[_0x1cfa5a(0x301)](_0x337cea,_0x182517);}}logger[_0x1cfa5a(0x29e)](_0x4fca31[_0x1cfa5a(0x258)]);}catch(_0x5674e1){logger[_0x1cfa5a(0x1fa)](_0x1cfa5a(0x292)+_0xf6680a+_0x1cfa5a(0x176)+_0x5674e1);}}}}}}}}['mapTestHooks'](_0x118ef8){const _0x1ae71d=a96_0x5aba35,_0x1191fe={'sqtRc':function(_0xb40158){return _0xb40158();}};if(!_0x118ef8||!_0x118ef8[_0x1ae71d(0x26a)])return;_0x118ef8[_0x1ae71d(0x26a)]['hooks']&&Array[_0x1ae71d(0x247)](_0x118ef8['parent'][_0x1ae71d(0x1ea)])&&_0x118ef8[_0x1ae71d(0x26a)]['hooks'][_0x1ae71d(0x1e4)](_0x151830=>{const _0x551f20=_0x1ae71d;!_0x151830['hookAnalyticsId']&&!_0x151830['hookUUID']&&(_0x151830[_0x551f20(0x240)]=_0x1191fe[_0x551f20(0x24b)](uuidv4),_0x151830['hookUUID']=_0x151830['hookAnalyticsId'],logger[_0x551f20(0x29e)]('[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type='+_0x151830[_0x551f20(0x1cb)]+_0x551f20(0x1ae)+_0x151830[_0x551f20(0x240)]));}),this['mapTestHooks'](_0x118ef8[_0x1ae71d(0x26a)]);}['getHooksForTest'](_0x56b925){const _0x3bc557=a96_0x5aba35,_0x4246c4={'GRRlG':function(_0x29cb55,_0x3d2dae){return _0x29cb55(_0x3d2dae);}};if(!_0x56b925||!_0x56b925[_0x3bc557(0x26a)])return[];const _0x3b5ec5=[];return _0x56b925[_0x3bc557(0x26a)][_0x3bc557(0x1ea)]&&Array['isArray'](_0x56b925[_0x3bc557(0x26a)][_0x3bc557(0x1ea)])&&_0x56b925[_0x3bc557(0x26a)][_0x3bc557(0x1ea)]['forEach'](_0x478383=>{const _0x27f8f5=_0x3bc557,_0x36c3a8=_0x478383['hookAnalyticsId']||_0x478383[_0x27f8f5(0x288)];_0x36c3a8&&!this['isJestInternalHook'](_0x478383)&&!_0x4246c4['GRRlG'](isInternalHook,_0x478383['fn'])&&_0x3b5ec5[_0x27f8f5(0x1e7)](_0x36c3a8);}),[..._0x3b5ec5,...this[_0x3bc557(0x260)](_0x56b925['parent'])];}[a96_0x5aba35(0x2c6)](_0x173c6e){const _0x282800=a96_0x5aba35,_0x3629b4={'jLBBb':function(_0x5c1cb3,_0x4850ad){return _0x5c1cb3(_0x4850ad);},'yKUnX':_0x282800(0x268),'VZbZF':function(_0x5d7514,_0x20d336){return _0x5d7514(_0x20d336);}},_0x19feb5=new Map(),_0x3ab82b=_0x3142bc=>{const _0x571de6=_0x282800;if(!_0x3142bc||!_0x3142bc['parent'])return;_0x3142bc['parent'][_0x571de6(0x1ea)]&&Array[_0x571de6(0x247)](_0x3142bc[_0x571de6(0x26a)][_0x571de6(0x1ea)])&&_0x3142bc[_0x571de6(0x26a)][_0x571de6(0x1ea)][_0x571de6(0x1e4)](_0x276f20=>{const _0x1be98b=_0x571de6,_0x5120d2=_0x276f20[_0x1be98b(0x240)]||_0x276f20['hookUUID'];if(_0x5120d2&&!this[_0x1be98b(0x178)](_0x276f20)&&!_0x3629b4['jLBBb'](isInternalHook,_0x276f20['fn'])){const _0x320ccf={};_0x320ccf[_0x1be98b(0x1cb)]=_0x276f20[_0x1be98b(0x1cb)]||_0x3629b4['yKUnX'],_0x320ccf[_0x1be98b(0x2b5)]=_0x276f20[_0x1be98b(0x2b5)]||'\x22'+_0x276f20[_0x1be98b(0x1cb)]+'\x22\x20hook',_0x19feb5[_0x1be98b(0x1c3)](_0x5120d2,_0x320ccf);}}),_0x3629b4[_0x571de6(0x25f)](_0x3ab82b,_0x3142bc[_0x571de6(0x26a)]);};return _0x3629b4['VZbZF'](_0x3ab82b,_0x173c6e),_0x19feb5;}[a96_0x5aba35(0x178)](_0x4ae71a){const _0x21776f=a96_0x5aba35,_0x5a6f95={};_0x5a6f95[_0x21776f(0x250)]=_0x21776f(0x2a8),_0x5a6f95[_0x21776f(0x2fe)]=_0x21776f(0x28f);const _0x31d134=_0x5a6f95;try{const _0x5965b7=this[_0x21776f(0x1a4)](_0x4ae71a);if(!_0x5965b7||_0x5965b7[_0x21776f(0x2cb)](_0x31d134[_0x21776f(0x250)]))return!![];return![];}catch(_0x44ca35){logger[_0x21776f(0x29e)](_0x31d134[_0x21776f(0x2fe)]);}return![];}[a96_0x5aba35(0x1a4)](_0x3108f6){const _0x2bc241=a96_0x5aba35,_0x85beb={'edhCY':function(_0x495441,_0x9c6c69){return _0x495441(_0x9c6c69);}};if(_0x3108f6['file'])return _0x3108f6[_0x2bc241(0x2bb)];if(_0x3108f6[_0x2bc241(0x1b0)])try{const _0x1e16a2=stackTrace['parse'](_0x3108f6[_0x2bc241(0x1b0)]),_0x246e84=_0x85beb[_0x2bc241(0x252)](pickUserFrameFile,_0x1e16a2);if(_0x246e84)return _0x246e84;logger[_0x2bc241(0x29e)](_0x2bc241(0x1a9)+_0x1e16a2[_0x2bc241(0x225)]+')');}catch(_0x47d281){logger[_0x2bc241(0x29e)]('[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20'+util[_0x2bc241(0x17d)](_0x47d281));}return null;}}module[a96_0x5aba35(0x18e)]=JestTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const a97_0x5f6a68=a97_0x79e3;(function(_0x59f3f8,_0xfc45f2){const _0xcbbe36=a97_0x79e3,_0x24c567=_0x59f3f8();while(!![]){try{const _0x348ddd=parseInt(_0xcbbe36(0x165))/0x1*(parseInt(_0xcbbe36(0x151))/0x2)+parseInt(_0xcbbe36(0x156))/0x3*(parseInt(_0xcbbe36(0x176))/0x4)+parseInt(_0xcbbe36(0x117))/0x5*(parseInt(_0xcbbe36(0x174))/0x6)+parseInt(_0xcbbe36(0x135))/0x7*(parseInt(_0xcbbe36(0x160))/0x8)+parseInt(_0xcbbe36(0x164))/0x9*(-parseInt(_0xcbbe36(0x11d))/0xa)+-parseInt(_0xcbbe36(0x18b))/0xb+-parseInt(_0xcbbe36(0x12e))/0xc*(parseInt(_0xcbbe36(0x17a))/0xd);if(_0x348ddd===_0xfc45f2)break;else _0x24c567['push'](_0x24c567['shift']());}catch(_0xeb3706){_0x24c567['push'](_0x24c567['shift']());}}}(a97_0x5e3d,0xba0a0));const util=require(a97_0x5f6a68(0x10a)),TestFramework=require(a97_0x5f6a68(0x187)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a97_0x5f6a68(0x10d)),TestFrameworkInstance=require(a97_0x5f6a68(0x185)),TrackedInstance=require(a97_0x5f6a68(0x146)),CLIUtils=require(a97_0x5f6a68(0x16c)),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),{createClassLogger}=require(a97_0x5f6a68(0x159)),logger=createClassLogger('MochaTestFramework'),a97_0x1fbaed={};a97_0x1fbaed['BEFORE_ALL']=TestFrameworkState[a97_0x5f6a68(0x15c)],a97_0x1fbaed[a97_0x5f6a68(0x178)]=TestFrameworkState[a97_0x5f6a68(0x178)],a97_0x1fbaed[a97_0x5f6a68(0x170)]=TestFrameworkState['BEFORE_EACH'],a97_0x1fbaed[a97_0x5f6a68(0x17d)]=TestFrameworkState[a97_0x5f6a68(0x17d)];const HOOK_STATES=a97_0x1fbaed,LEGACY_HOOKS_BUCKET=a97_0x5f6a68(0x16f),KEY_LEGACY_HOOKS=a97_0x5f6a68(0x181);class MochaTestFramework extends TestFramework{constructor(_0x1b4cf5,_0x37dbac,_0x3bbd3b){super(_0x1b4cf5,_0x37dbac,_0x3bbd3b);}async['trackReportedEvent'](_0x1ad30b,_0x35a4e0,_0x3bdc91={}){const _0x141288=a97_0x5f6a68,_0x366424={};_0x366424[_0x141288(0x138)]=_0x141288(0x180),_0x366424['QLcqg']=_0x141288(0x171);const _0x1dac09=_0x366424,_0x3cfe4e=!!(_0x1ad30b&&_0x1ad30b[_0x141288(0x15f)]),_0x4e0cd8=_0x3cfe4e?_0x1ad30b[_0x141288(0x15f)]:_0x1ad30b&&_0x1ad30b[_0x141288(0x17f)];if(!_0x4e0cd8)return logger[_0x141288(0x126)](_0x141288(0x168)+_0x35a4e0),![];const _0x3d6bc1=_0x3cfe4e?HOOK_STATES[_0x4e0cd8['hook_type']]:TestFrameworkState[_0x141288(0x140)];if(!_0x3d6bc1)return logger[_0x141288(0x126)](_0x141288(0x13e)+_0x35a4e0+'\x20hook_type='+_0x4e0cd8[_0x141288(0x13b)]+_0x141288(0x124)),![];const _0x20cfac=[_0x1dac09[_0x141288(0x138)],_0x1dac09[_0x141288(0x162)]][_0x141288(0x134)](_0x35a4e0)?HookState[_0x141288(0x125)]:HookState[_0x141288(0x130)];logger[_0x141288(0x126)](_0x141288(0x13e)+_0x35a4e0+'\x20uuid='+_0x4e0cd8[_0x141288(0x13d)]+'\x20state='+_0x3d6bc1+'.'+_0x20cfac);try{const _0x1aadd0={'payload':_0x4e0cd8,'eventType':_0x35a4e0,'isHook':_0x3cfe4e,..._0x3bdc91},_0x3c08e5={};_0x3c08e5['mochaEvent']=_0x1aadd0,await this[_0x141288(0x153)](_0x3d6bc1,_0x20cfac,_0x3c08e5);}catch(_0x45ab78){logger['error']('trackReportedEvent:\x20dispatch\x20failed\x20for\x20eventType='+_0x35a4e0+':\x20'+util[_0x141288(0x17b)](_0x45ab78));}return!![];}async[a97_0x5f6a68(0x153)](_0x575898,_0x44f0a1,_0x38478b={}){const _0x2345ac=a97_0x5f6a68,_0x49a1f2={};_0x49a1f2[_0x2345ac(0x136)]=_0x2345ac(0x15e);const _0x3ea5b9=_0x49a1f2;await super[_0x2345ac(0x153)](_0x575898,_0x44f0a1,_0x38478b);const _0x1f16b7=_0x38478b[_0x2345ac(0x14b)];if(!_0x1f16b7){logger['debug']('trackEvent:\x20no\x20mochaEvent\x20on\x20args\x20for\x20state='+_0x575898+'.'+_0x44f0a1);return;}const _0x2494a6=this[_0x2345ac(0x149)](_0x575898);if(!_0x2494a6){logger[_0x2345ac(0x126)](_0x3ea5b9[_0x2345ac(0x136)]);return;}try{_0x38478b[_0x2345ac(0x13f)]=_0x1f16b7[_0x2345ac(0x148)]?this['loadHook'](_0x2494a6,_0x575898,_0x44f0a1,_0x1f16b7):this[_0x2345ac(0x16d)](_0x2494a6,_0x44f0a1,_0x1f16b7);}catch(_0x2d922c){logger[_0x2345ac(0x139)]('trackEvent:\x20failed\x20to\x20load\x20event\x20data\x20for\x20state='+_0x575898+'.'+_0x44f0a1+':\x20'+util[_0x2345ac(0x17b)](_0x2d922c));return;}_0x38478b[_0x2345ac(0x12d)]=_0x2494a6,await this[_0x2345ac(0x150)](_0x2494a6,_0x575898,_0x44f0a1,_0x38478b);}[a97_0x5f6a68(0x149)](_0x3f117b){const _0x5d7f0c=a97_0x5f6a68;let _0x5f20a8=TestFramework[_0x5d7f0c(0x157)]();if(_0x5f20a8)return _0x5f20a8;const _0x559c6d=CLIUtils['getCurrentInstanceName'](),_0xc275d0=TrackedInstance[_0x5d7f0c(0x131)](_0x559c6d);return _0x5f20a8=new TestFrameworkInstance(_0xc275d0,this[_0x5d7f0c(0x15d)](),this['getTestFrameworksVersions'](),_0x3f117b,HookState[_0x5d7f0c(0x152)]),TestFramework[_0x5d7f0c(0x147)](_0xc275d0,_0x5f20a8),logger[_0x5d7f0c(0x126)](_0x5d7f0c(0x120)+_0x559c6d+'\x20contextId='+_0xc275d0[_0x5d7f0c(0x10c)]()+_0x5d7f0c(0x143)+_0x3f117b),_0x5f20a8;}[a97_0x5f6a68(0x16d)](_0x1532c9,_0x3b5083,{payload:_0x24ebcf,testFilePath:_0x3aa626}){const _0x5bbf0f=a97_0x5f6a68,_0x515a2b={};_0x515a2b[_0x5bbf0f(0x108)]=function(_0x3cb25d,_0xadc2a){return _0x3cb25d===_0xadc2a;};const _0xd725f6=_0x515a2b,_0x153e72=_0x24ebcf[_0x5bbf0f(0x13d)],_0x13b42={...this[_0x5bbf0f(0x10e)](_0x24ebcf),[TestFrameworkConstants[_0x5bbf0f(0x121)]]:_0x153e72,[TestFrameworkConstants[_0x5bbf0f(0x14d)]]:_0x153e72,[TestFrameworkConstants[_0x5bbf0f(0x109)]]:_0x24ebcf['identifier'],[TestFrameworkConstants[_0x5bbf0f(0x175)]]:_0x24ebcf[_0x5bbf0f(0x16a)],[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x24ebcf[_0x5bbf0f(0x12c)],[TestFrameworkConstants[_0x5bbf0f(0x154)]]:_0x24ebcf[_0x5bbf0f(0x16e)],[TestFrameworkConstants[_0x5bbf0f(0x183)]]:_0x24ebcf[_0x5bbf0f(0x15b)]?_0x24ebcf[_0x5bbf0f(0x15b)]['code']:null,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x3aa626,[TestFrameworkConstants[_0x5bbf0f(0x144)]]:_0x3aa626,[TestFrameworkConstants[_0x5bbf0f(0x14f)]]:_0x24ebcf['result'],[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x24ebcf['started_at'],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x24ebcf[_0x5bbf0f(0x16a)],[TestFrameworkConstants[_0x5bbf0f(0x177)]]:_0x24ebcf[_0x5bbf0f(0x119)],[TestFrameworkConstants['KEY_TEST_TAGS']]:[],[TestFrameworkConstants[_0x5bbf0f(0x12a)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants[_0x5bbf0f(0x13a)]]:[]};_0xd725f6['bwljb'](_0x3b5083,HookState[_0x5bbf0f(0x130)])&&Object[_0x5bbf0f(0x122)](_0x13b42,{[TestFrameworkConstants[_0x5bbf0f(0x16b)]]:_0x24ebcf[_0x5bbf0f(0x11e)],[TestFrameworkConstants[_0x5bbf0f(0x115)]]:new Date()[_0x5bbf0f(0x12f)](),[TestFrameworkConstants['KEY_TEST_DURATION']]:_0x24ebcf[_0x5bbf0f(0x11a)],[TestFrameworkConstants[_0x5bbf0f(0x123)]]:_0x24ebcf[_0x5bbf0f(0x112)],[TestFrameworkConstants[_0x5bbf0f(0x129)]]:_0x24ebcf[_0x5bbf0f(0x132)],[TestFrameworkConstants[_0x5bbf0f(0x11f)]]:_0x24ebcf['failure_reason'],[TestFrameworkConstants[_0x5bbf0f(0x17c)]]:_0x24ebcf[_0x5bbf0f(0x167)],[TestFrameworkConstants[_0x5bbf0f(0x11c)]]:_0x24ebcf['failure_reason_expanded'],[KEY_LEGACY_HOOKS]:_0x24ebcf[_0x5bbf0f(0x158)]||[]});const _0x50d3d9={};return _0x50d3d9[_0x153e72]=_0x13b42,_0x1532c9[_0x5bbf0f(0x188)](_0x50d3d9),_0x153e72;}[a97_0x5f6a68(0x113)](_0x511938,_0x145727,_0x35b049,{payload:_0x104b6f,currentTestUuid:_0x3bd9b9,testFilePath:_0x379985}){const _0x181801=a97_0x5f6a68,_0x1b47ea={};_0x1b47ea[_0x181801(0x13c)]=function(_0xc85d20,_0x564ca4){return _0xc85d20===_0x564ca4;},_0x1b47ea[_0x181801(0x107)]=_0x181801(0x14c),_0x1b47ea['pPnlJ']=function(_0x360059,_0x54b06f){return _0x360059===_0x54b06f;};const _0x517c15=_0x1b47ea,_0x2bf6b0=_0x145727['toString']()[_0x181801(0x169)]('.')[0x1],_0x5599ed=_0x104b6f['uuid'],_0x52ddb8={[TestFrameworkConstants[_0x181801(0x15a)]]:_0x5599ed,[TestFrameworkConstants[_0x181801(0x10b)]]:_0x104b6f[_0x181801(0x16a)],[TestFrameworkConstants[_0x181801(0x114)]]:_0x104b6f[_0x181801(0x12b)],[TestFrameworkConstants[_0x181801(0x118)]]:_0x104b6f[_0x181801(0x141)],[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{}};_0x52ddb8[_0x181801(0x161)]=_0x2bf6b0;const _0x1f4d38=_0x52ddb8;_0x517c15[_0x181801(0x13c)](_0x35b049,HookState['POST'])&&(_0x1f4d38[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x104b6f[_0x181801(0x11e)],_0x517c15[_0x181801(0x13c)](_0x104b6f[_0x181801(0x12b)],_0x517c15[_0x181801(0x107)])&&(_0x1f4d38[TestFrameworkConstants[_0x181801(0x116)]]=_0x104b6f['failure_type'],_0x1f4d38[TestFrameworkConstants[_0x181801(0x14a)]]=_0x104b6f['failure_reason'],_0x1f4d38[TestFrameworkConstants[_0x181801(0x186)]]=_0x104b6f[_0x181801(0x112)]));const _0x26c121=_0x517c15['pPnlJ'](_0x35b049,HookState[_0x181801(0x125)])?TestFrameworkConstants[_0x181801(0x111)]:TestFrameworkConstants[_0x181801(0x128)],_0x3f0c57={};_0x3f0c57[_0x2bf6b0]=[_0x1f4d38];const _0x38b699={...this[_0x181801(0x10e)](_0x104b6f),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x104b6f[_0x181801(0x12c)],[TestFrameworkConstants[_0x181801(0x154)]]:_0x104b6f[_0x181801(0x16e)],[TestFrameworkConstants[_0x181801(0x179)]]:_0x379985,[TestFrameworkConstants[_0x181801(0x144)]]:_0x379985,[TestFrameworkConstants[_0x181801(0x172)]]:_0x104b6f[_0x181801(0x141)],[TestFrameworkConstants[_0x181801(0x16b)]]:_0x104b6f[_0x181801(0x11e)],[_0x26c121]:_0x3f0c57};_0x3bd9b9&&(_0x38b699[TestFrameworkConstants[_0x181801(0x121)]]=_0x3bd9b9);const _0x2c64c1={};return _0x2c64c1[_0x5599ed]=_0x38b699,_0x511938[_0x181801(0x18c)](_0x2c64c1),_0x5599ed;}[a97_0x5f6a68(0x10e)](_0x4fecb2){const _0x18bb37=a97_0x5f6a68,_0x6ab18a=this[_0x18bb37(0x15d)]()[0x0],_0x1997bf=this[_0x18bb37(0x155)]()||{},_0x5f235c={[TestFrameworkConstants[_0x18bb37(0x17e)]]:_0x4fecb2['framework'],[TestFrameworkConstants[_0x18bb37(0x14e)]]:_0x1997bf[_0x6ab18a]||''};return _0x5f235c;}[a97_0x5f6a68(0x189)](_0x427364){const _0x4bf076=a97_0x5f6a68,_0x64aa09={};_0x64aa09[_0x4bf076(0x163)]=_0x4bf076(0x10f);const _0x32c968=_0x64aa09;try{const _0x325db4=_0x427364[_0x4bf076(0x12d)],_0x2d8d7c=_0x427364[_0x4bf076(0x13f)],_0x534995=_0x325db4[_0x4bf076(0x110)]()[_0x4bf076(0x133)](_0x2d8d7c);if(!_0x534995)return logger[_0x4bf076(0x126)]('createTestFrameworkEventPayload:\x20no\x20data\x20for\x20entryId='+_0x2d8d7c),{};const _0x4b805d=!!(_0x427364[_0x4bf076(0x14b)]&&_0x427364['mochaEvent'][_0x4bf076(0x148)]),_0x5f42c5={..._0x534995},_0x74411=_0x5f42c5;delete _0x74411[KEY_LEGACY_HOOKS];!_0x4b805d&&(_0x74411[TestFrameworkConstants['KEY_HOOKS_STARTED']]={},_0x74411[TestFrameworkConstants[_0x4bf076(0x128)]]={[LEGACY_HOOKS_BUCKET]:(_0x534995[KEY_LEGACY_HOOKS]||[])['map'](_0x22f6aa=>({[TestFrameworkConstants['KEY_HOOK_ID']]:_0x22f6aa}))});const _0x47ab3f=_0x325db4[_0x4bf076(0x142)](),_0x2016a0=this[_0x4bf076(0x15d)]()[0x0],_0x3aa7a8=this['getTestFrameworksVersions']()||{},_0x52c3b9={'platformIndex':global[_0x4bf076(0x173)]??0x0,'testFrameworkName':_0x2016a0,'testFrameworkVersion':_0x3aa7a8[_0x2016a0]||'','testFrameworkState':_0x325db4[_0x4bf076(0x166)]()[_0x4bf076(0x182)]()['split']('.')[0x1],'hookState':_0x325db4['getCurrentHookState']()[_0x4bf076(0x182)]()[_0x4bf076(0x169)]('.')[0x1],'startedAt':_0x534995[TestFrameworkConstants[_0x4bf076(0x172)]]||'','endedAt':_0x534995[TestFrameworkConstants[_0x4bf076(0x16b)]]||'','uuid':_0x325db4['getRef'](),'eventJson':Buffer[_0x4bf076(0x145)](JSON[_0x4bf076(0x11b)](_0x74411))[_0x4bf076(0x182)](_0x32c968[_0x4bf076(0x163)]),'executionContext':{'hash':_0x47ab3f[_0x4bf076(0x10c)](),'threadId':_0x47ab3f[_0x4bf076(0x137)]()[_0x4bf076(0x182)](),'processId':_0x47ab3f['getProcessId']()['toString']()}};return logger[_0x4bf076(0x126)]('createTestFrameworkEventPayload:\x20entryId='+_0x2d8d7c+_0x4bf076(0x143)+_0x52c3b9['testFrameworkState']+'.'+_0x52c3b9[_0x4bf076(0x18a)]),_0x52c3b9;}catch(_0x3b2f80){return logger[_0x4bf076(0x139)](_0x4bf076(0x184)+util[_0x4bf076(0x17b)](_0x3b2f80)),{};}}}function a97_0x79e3(_0x245dda,_0x3ae170){const _0x5e3da7=a97_0x5e3d();return a97_0x79e3=function(_0x79e39f,_0x2f6a83){_0x79e39f=_0x79e39f-0x107;let _0x31aaf6=_0x5e3da7[_0x79e39f];return _0x31aaf6;},a97_0x79e3(_0x245dda,_0x3ae170);}module[a97_0x5f6a68(0x127)]=MochaTestFramework;function a97_0x5e3d(){const _0x4f24db=['trackEvent','KEY_TEST_SCOPES','getTestFrameworksVersions','61818xqlYps','getTrackedInstance','hooks','../../../helpers/classLogger.js','KEY_HOOK_ID','body','BEFORE_ALL','getTestFrameworks','trackEvent:\x20instance\x20could\x20not\x20be\x20resolved','hook_run','2064SihLTw','key','QLcqg','gthHt','55431EonCEV','61yOMtFA','getCurrentTestState','failure_backtrace','trackReportedEvent:\x20no\x20payload\x20on\x20eventType=','split','name','KEY_TEST_ENDED_AT','../cliUtils.js','loadTest','scopes','MOCHA_TEST_HOOKS','BEFORE_EACH','HookRunStarted','KEY_TEST_STARTED_AT','browserstackPlatformIndex','336GHpTxv','KEY_TEST_NAME','260rILPIb','KEY_TEST_RETRY_OF','AFTER_ALL','KEY_TEST_FILE_PATH','1773733dJHBcU','format','KEY_TEST_FAILURE_BACKTRACE','AFTER_EACH','KEY_TEST_FRAMEWORK_NAME','test_run','TestRunStarted','mocha_legacy_hooks','toString','KEY_TEST_CODE','createTestFrameworkEventPayload:\x20','../instances/testFrameworkInstance.js','KEY_HOOK_FAILURE','./testFramework.js','addMultipleEntries','createTestFrameworkEventPayload','hookState','7360551xMThur','updateMultipleEntries','qKZWw','bwljb','KEY_TEST_IDENTIFIER','util','KEY_HOOK_NAME','getId','../state/hookState.js','frameworkFields','base64','getAllData','KEY_HOOKS_STARTED','failure','loadHook','KEY_HOOK_RESULT','KEY_TEST_RESULT_AT','KEY_HOOK_FAILURE_TYPE','127205zINUTJ','KEY_EVENT_STARTED_AT','retry_of','duration_in_ms','stringify','KEY_TEST_FAILURE_REASON_EXPANDED','1180GrHiNl','finished_at','KEY_TEST_FAILURE_REASON','resolveInstance:\x20created\x20instance\x20target=','KEY_TEST_UUID','assign','KEY_TEST_FAILURE','\x20maps\x20to\x20no\x20Mocha\x20state;\x20leaving\x20it\x20on\x20the\x20Direct\x20flow','PRE','debug','exports','KEY_HOOKS_FINISHED','KEY_TEST_FAILURE_TYPE','KEY_CUSTOM_TAGS','result','scope','instance','120xKTeCN','toISOString','POST','createContext','failure_type','get','includes','525sVUxMb','JAyEl','getThreadId','uruVr','error','KEY_LOGS','hook_type','SnZax','uuid','trackReportedEvent:\x20eventType=','mochaEntryId','TEST','started_at','getContext','\x20state=','KEY_TEST_LOCATION','from','../instances/trackedInstance.js','setTrackedInstance','isHook','resolveInstance','KEY_HOOK_FAILURE_REASON','mochaEvent','failed','KEY_TEST_ID','KEY_TEST_FRAMEWORK_VERSION','KEY_TEST_RESULT','runHooks','24226uezLsZ','NONE'];a97_0x5e3d=function(){return _0x4f24db;};return a97_0x5e3d();}
|
|
1
|
+
const a97_0x56c664=a97_0x318e;(function(_0x29e970,_0x4397f8){const _0x539a19=a97_0x318e,_0x317d42=_0x29e970();while(!![]){try{const _0x386244=-parseInt(_0x539a19(0x138))/0x1+parseInt(_0x539a19(0x168))/0x2+parseInt(_0x539a19(0x100))/0x3+-parseInt(_0x539a19(0x126))/0x4*(-parseInt(_0x539a19(0xf8))/0x5)+parseInt(_0x539a19(0x13e))/0x6*(-parseInt(_0x539a19(0x125))/0x7)+-parseInt(_0x539a19(0x103))/0x8*(parseInt(_0x539a19(0x10b))/0x9)+parseInt(_0x539a19(0x143))/0xa;if(_0x386244===_0x4397f8)break;else _0x317d42['push'](_0x317d42['shift']());}catch(_0x15605a){_0x317d42['push'](_0x317d42['shift']());}}}(a97_0x3dfd,0x3c774));function a97_0x3dfd(){const _0x4605d7=['jEmmB','NONE','getCurrentInstanceName','KEY_TEST_RESULT','109842TPfJnA','../instances/trackedInstance.js','toISOString','POST','failure_backtrace','3247770liKaQk','trackEvent','KEY_HOOKS_FINISHED','trackReportedEvent:\x20no\x20payload\x20on\x20eventType=','KEY_TEST_SCOPE','KEY_HOOK_FAILURE_REASON','WQALf','BEFORE_EACH','trackEvent:\x20no\x20mochaEvent\x20on\x20args\x20for\x20state=','KEY_TEST_SCOPES','GBOEs','createTestFrameworkEventPayload:\x20','failure_reason_expanded','HookRunStarted','finished_at','KEY_TEST_NAME','uuid','loadHook','./constants/testFrameworkConstants.js','KEY_TEST_RESULT_AT','KEY_TEST_TAGS','dkoZg','KEY_TEST_LOCATION','KEY_TEST_FILE_PATH','code','failure_reason','BEFORE_ALL','body','mochaEntryId','setTrackedInstance','loadTest','KEY_HOOK_FAILURE_TYPE','debug','KEY_TEST_DURATION','../instances/testFrameworkInstance.js','result','KEY_TEST_FAILURE_TYPE','879212mANRkb','createTestFrameworkEventPayload','base64','hook_run','frameworkFields','KEY_TEST_FAILURE_REASON_EXPANDED','getRef','addMultipleEntries','IWPFQ','util','KEY_TEST_STARTED_AT','split','KEY_TEST_RERUN_NAME','../state/testFrameworkState.js','resolveInstance:\x20created\x20instance\x20target=','KEY_EVENT_ENDED_AT','mYNCg','\x20contextId=','UOGSs','trackEvent:\x20instance\x20could\x20not\x20be\x20resolved','1608445HPOHXM','KEY_TEST_ID','updateMultipleEntries','KEY_TEST_ENDED_AT','browserstackPlatformIndex','exports','started_at','trackReportedEvent:\x20eventType=','576960ettzLI','getContext','../../../helpers/classLogger.js','8gyiYTT','error','getAllData','isHook','scopes','from','retry_of','KEY_CUSTOM_TAGS','2662515eWAccA','createTestFrameworkEventPayload:\x20entryId=','stringify','getTestFrameworksVersions','KEY_LOGS','createContext','failure','KEY_TEST_FAILURE_REASON','failure_type','KEY_TEST_FRAMEWORK_VERSION','hook_type','includes','AFTER_EACH','../cliUtils.js','KEY_TEST_RETRY_OF','TEST','\x20hook_type=','wgBGz','getTrackedInstance','hooks','getCurrentTestState','hookState','duration_in_ms','MOCHA_TEST_HOOKS','KEY_HOOKS_STARTED','KEY_HOOK_FAILURE','98UApXKe','4ZiGlkT','getTestFrameworks','getId','toString','KEY_TEST_UUID','KEY_HOOK_RESULT','identifier','scope','\x20state=','getCurrentHookState','format','name','KEY_HOOK_NAME','PRE','mochaEvent','KEY_TEST_FAILURE','AFTER_ALL','KEY_TEST_FAILURE_BACKTRACE','478591JbUbzo','resolveInstance'];a97_0x3dfd=function(){return _0x4605d7;};return a97_0x3dfd();}const util=require(a97_0x56c664(0xed)),TestFramework=require('./testFramework.js'),TestFrameworkState=require(a97_0x56c664(0xf1)),HookState=require('../state/hookState.js'),TestFrameworkInstance=require(a97_0x56c664(0x165)),TrackedInstance=require(a97_0x56c664(0x13f)),CLIUtils=require(a97_0x56c664(0x118)),TestFrameworkConstants=require(a97_0x56c664(0x155)),{createClassLogger}=require(a97_0x56c664(0x102)),logger=createClassLogger('MochaTestFramework'),a97_0x56ebc5={};function a97_0x318e(_0x5f0d61,_0x101133){const _0x3dfd90=a97_0x3dfd();return a97_0x318e=function(_0x318e66,_0x5478d5){_0x318e66=_0x318e66-0xeb;let _0x1888b9=_0x3dfd90[_0x318e66];return _0x1888b9;},a97_0x318e(_0x5f0d61,_0x101133);}a97_0x56ebc5[a97_0x56c664(0x15d)]=TestFrameworkState['BEFORE_ALL'],a97_0x56ebc5[a97_0x56c664(0x136)]=TestFrameworkState[a97_0x56c664(0x136)],a97_0x56ebc5[a97_0x56c664(0x14a)]=TestFrameworkState[a97_0x56c664(0x14a)],a97_0x56ebc5['AFTER_EACH']=TestFrameworkState[a97_0x56c664(0x117)];const HOOK_STATES=a97_0x56ebc5,LEGACY_HOOKS_BUCKET=a97_0x56c664(0x122),KEY_LEGACY_HOOKS='mocha_legacy_hooks';class MochaTestFramework extends TestFramework{constructor(_0x5ca310,_0x2ef49d,_0x5b6ddb){super(_0x5ca310,_0x2ef49d,_0x5b6ddb);}async['trackReportedEvent'](_0x1c00f4,_0x29ab5d,_0xd56b30={}){const _0x3ae63b=a97_0x56c664,_0x78df6={};_0x78df6[_0x3ae63b(0xec)]='TestRunStarted',_0x78df6[_0x3ae63b(0x149)]=_0x3ae63b(0x150);const _0x2df6bd=_0x78df6,_0x372452=!!(_0x1c00f4&&_0x1c00f4['hook_run']),_0x1f09c0=_0x372452?_0x1c00f4[_0x3ae63b(0x16b)]:_0x1c00f4&&_0x1c00f4['test_run'];if(!_0x1f09c0)return logger[_0x3ae63b(0x163)](_0x3ae63b(0x146)+_0x29ab5d),![];const _0x528c14=_0x372452?HOOK_STATES[_0x1f09c0[_0x3ae63b(0x115)]]:TestFrameworkState[_0x3ae63b(0x11a)];if(!_0x528c14)return logger[_0x3ae63b(0x163)](_0x3ae63b(0xff)+_0x29ab5d+_0x3ae63b(0x11b)+_0x1f09c0[_0x3ae63b(0x115)]+'\x20maps\x20to\x20no\x20Mocha\x20state;\x20leaving\x20it\x20on\x20the\x20Direct\x20flow'),![];const _0x1bdc4e=[_0x2df6bd[_0x3ae63b(0xec)],_0x2df6bd['WQALf']][_0x3ae63b(0x116)](_0x29ab5d)?HookState[_0x3ae63b(0x133)]:HookState[_0x3ae63b(0x141)];logger[_0x3ae63b(0x163)]('trackReportedEvent:\x20eventType='+_0x29ab5d+'\x20uuid='+_0x1f09c0['uuid']+_0x3ae63b(0x12e)+_0x528c14+'.'+_0x1bdc4e);try{const _0x229332={'payload':_0x1f09c0,'eventType':_0x29ab5d,'isHook':_0x372452,..._0xd56b30},_0x539f2f={};_0x539f2f[_0x3ae63b(0x134)]=_0x229332,await this[_0x3ae63b(0x144)](_0x528c14,_0x1bdc4e,_0x539f2f);}catch(_0x2bc6d0){logger['error']('trackReportedEvent:\x20dispatch\x20failed\x20for\x20eventType='+_0x29ab5d+':\x20'+util[_0x3ae63b(0x130)](_0x2bc6d0));}return!![];}async['trackEvent'](_0x116a4e,_0x190f00,_0x3aed64={}){const _0x1975ca=a97_0x56c664,_0x377b5d={};_0x377b5d['dkoZg']=_0x1975ca(0xf7);const _0x1cfae7=_0x377b5d;await super[_0x1975ca(0x144)](_0x116a4e,_0x190f00,_0x3aed64);const _0x3fb1b1=_0x3aed64[_0x1975ca(0x134)];if(!_0x3fb1b1){logger['debug'](_0x1975ca(0x14b)+_0x116a4e+'.'+_0x190f00);return;}const _0x4b553d=this[_0x1975ca(0x139)](_0x116a4e);if(!_0x4b553d){logger['debug'](_0x1cfae7[_0x1975ca(0x158)]);return;}try{_0x3aed64[_0x1975ca(0x15f)]=_0x3fb1b1['isHook']?this[_0x1975ca(0x154)](_0x4b553d,_0x116a4e,_0x190f00,_0x3fb1b1):this[_0x1975ca(0x161)](_0x4b553d,_0x190f00,_0x3fb1b1);}catch(_0x11ddc2){logger[_0x1975ca(0x104)]('trackEvent:\x20failed\x20to\x20load\x20event\x20data\x20for\x20state='+_0x116a4e+'.'+_0x190f00+':\x20'+util[_0x1975ca(0x130)](_0x11ddc2));return;}_0x3aed64['instance']=_0x4b553d,await this['runHooks'](_0x4b553d,_0x116a4e,_0x190f00,_0x3aed64);}[a97_0x56c664(0x139)](_0x47b706){const _0x22a144=a97_0x56c664;let _0x16d09b=TestFramework[_0x22a144(0x11d)]();if(_0x16d09b)return _0x16d09b;const _0x6467a1=CLIUtils[_0x22a144(0x13c)](),_0x58bb7a=TrackedInstance[_0x22a144(0x110)](_0x6467a1);return _0x16d09b=new TestFrameworkInstance(_0x58bb7a,this['getTestFrameworks'](),this[_0x22a144(0x10e)](),_0x47b706,HookState[_0x22a144(0x13b)]),TestFramework[_0x22a144(0x160)](_0x58bb7a,_0x16d09b),logger[_0x22a144(0x163)](_0x22a144(0xf2)+_0x6467a1+_0x22a144(0xf5)+_0x58bb7a['getId']()+_0x22a144(0x12e)+_0x47b706),_0x16d09b;}[a97_0x56c664(0x161)](_0xa6fac0,_0x24f9f0,{payload:_0x400557,testFilePath:_0x69b5cb}){const _0x2cb2ec=a97_0x56c664,_0x4e6fd5={};_0x4e6fd5[_0x2cb2ec(0x11c)]=function(_0x304f55,_0x52400d){return _0x304f55===_0x52400d;};const _0x55da43=_0x4e6fd5,_0x2361f4=_0x400557[_0x2cb2ec(0x153)],_0x3d696e={...this[_0x2cb2ec(0x16c)](_0x400557),[TestFrameworkConstants[_0x2cb2ec(0x12a)]]:_0x2361f4,[TestFrameworkConstants[_0x2cb2ec(0xf9)]]:_0x2361f4,[TestFrameworkConstants['KEY_TEST_IDENTIFIER']]:_0x400557[_0x2cb2ec(0x12c)],[TestFrameworkConstants[_0x2cb2ec(0x152)]]:_0x400557[_0x2cb2ec(0x131)],[TestFrameworkConstants[_0x2cb2ec(0x147)]]:_0x400557['scope'],[TestFrameworkConstants[_0x2cb2ec(0x14c)]]:_0x400557[_0x2cb2ec(0x107)],[TestFrameworkConstants['KEY_TEST_CODE']]:_0x400557[_0x2cb2ec(0x15e)]?_0x400557[_0x2cb2ec(0x15e)][_0x2cb2ec(0x15b)]:null,[TestFrameworkConstants[_0x2cb2ec(0x15a)]]:_0x69b5cb,[TestFrameworkConstants[_0x2cb2ec(0x159)]]:_0x69b5cb,[TestFrameworkConstants[_0x2cb2ec(0x13d)]]:_0x400557[_0x2cb2ec(0x166)],[TestFrameworkConstants[_0x2cb2ec(0xee)]]:_0x400557[_0x2cb2ec(0xfe)],[TestFrameworkConstants[_0x2cb2ec(0xf0)]]:_0x400557[_0x2cb2ec(0x131)],[TestFrameworkConstants[_0x2cb2ec(0x119)]]:_0x400557[_0x2cb2ec(0x109)],[TestFrameworkConstants[_0x2cb2ec(0x157)]]:[],[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x2cb2ec(0x123)]]:{},[TestFrameworkConstants[_0x2cb2ec(0x145)]]:{},[TestFrameworkConstants[_0x2cb2ec(0x10f)]]:[]};_0x55da43[_0x2cb2ec(0x11c)](_0x24f9f0,HookState[_0x2cb2ec(0x141)])&&Object['assign'](_0x3d696e,{[TestFrameworkConstants[_0x2cb2ec(0xfb)]]:_0x400557[_0x2cb2ec(0x151)],[TestFrameworkConstants[_0x2cb2ec(0x156)]]:new Date()[_0x2cb2ec(0x140)](),[TestFrameworkConstants[_0x2cb2ec(0x164)]]:_0x400557[_0x2cb2ec(0x121)],[TestFrameworkConstants[_0x2cb2ec(0x135)]]:_0x400557[_0x2cb2ec(0x111)],[TestFrameworkConstants[_0x2cb2ec(0x167)]]:_0x400557['failure_type'],[TestFrameworkConstants[_0x2cb2ec(0x112)]]:_0x400557[_0x2cb2ec(0x15c)],[TestFrameworkConstants[_0x2cb2ec(0x137)]]:_0x400557[_0x2cb2ec(0x142)],[TestFrameworkConstants[_0x2cb2ec(0x16d)]]:_0x400557[_0x2cb2ec(0x14f)],[KEY_LEGACY_HOOKS]:_0x400557[_0x2cb2ec(0x11e)]||[]});const _0x58add0={};return _0x58add0[_0x2361f4]=_0x3d696e,_0xa6fac0[_0x2cb2ec(0xeb)](_0x58add0),_0x2361f4;}['loadHook'](_0x59da15,_0x28c7f3,_0x42fa0e,{payload:_0x442a76,currentTestUuid:_0x29ec85,testFilePath:_0x1d920f}){const _0x3b66bf=a97_0x56c664,_0x229a30={};_0x229a30[_0x3b66bf(0xf4)]=function(_0x1a5785,_0x198b64){return _0x1a5785===_0x198b64;},_0x229a30[_0x3b66bf(0x14d)]=function(_0x3297a1,_0x525625){return _0x3297a1===_0x525625;},_0x229a30[_0x3b66bf(0xf6)]='failed';const _0x3f5d59=_0x229a30,_0xa01ac=_0x28c7f3[_0x3b66bf(0x129)]()[_0x3b66bf(0xef)]('.')[0x1],_0x2536bb=_0x442a76['uuid'],_0x11ccff={[TestFrameworkConstants['KEY_HOOK_ID']]:_0x2536bb,[TestFrameworkConstants[_0x3b66bf(0x132)]]:_0x442a76[_0x3b66bf(0x131)],[TestFrameworkConstants[_0x3b66bf(0x12b)]]:_0x442a76['result'],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:_0x442a76[_0x3b66bf(0xfe)],[TestFrameworkConstants[_0x3b66bf(0x10a)]]:{}};_0x11ccff['key']=_0xa01ac;const _0x1536af=_0x11ccff;_0x3f5d59[_0x3b66bf(0xf4)](_0x42fa0e,HookState[_0x3b66bf(0x141)])&&(_0x1536af[TestFrameworkConstants[_0x3b66bf(0xf3)]]=_0x442a76[_0x3b66bf(0x151)],_0x3f5d59[_0x3b66bf(0x14d)](_0x442a76[_0x3b66bf(0x166)],_0x3f5d59['UOGSs'])&&(_0x1536af[TestFrameworkConstants[_0x3b66bf(0x162)]]=_0x442a76[_0x3b66bf(0x113)],_0x1536af[TestFrameworkConstants[_0x3b66bf(0x148)]]=_0x442a76['failure_reason'],_0x1536af[TestFrameworkConstants[_0x3b66bf(0x124)]]=_0x442a76[_0x3b66bf(0x111)]));const _0x2b70bc=_0x3f5d59[_0x3b66bf(0xf4)](_0x42fa0e,HookState[_0x3b66bf(0x133)])?TestFrameworkConstants[_0x3b66bf(0x123)]:TestFrameworkConstants['KEY_HOOKS_FINISHED'],_0x1b046d={};_0x1b046d[_0xa01ac]=[_0x1536af];const _0x30223c={...this[_0x3b66bf(0x16c)](_0x442a76),[TestFrameworkConstants[_0x3b66bf(0x147)]]:_0x442a76[_0x3b66bf(0x12d)],[TestFrameworkConstants[_0x3b66bf(0x14c)]]:_0x442a76['scopes'],[TestFrameworkConstants[_0x3b66bf(0x15a)]]:_0x1d920f,[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x1d920f,[TestFrameworkConstants[_0x3b66bf(0xee)]]:_0x442a76[_0x3b66bf(0xfe)],[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x442a76[_0x3b66bf(0x151)],[_0x2b70bc]:_0x1b046d};_0x29ec85&&(_0x30223c[TestFrameworkConstants['KEY_TEST_UUID']]=_0x29ec85);const _0x32828b={};return _0x32828b[_0x2536bb]=_0x30223c,_0x59da15[_0x3b66bf(0xfa)](_0x32828b),_0x2536bb;}['frameworkFields'](_0x52bd82){const _0x30af55=a97_0x56c664,_0x2e73f0=this[_0x30af55(0x127)]()[0x0],_0x3fa901=this[_0x30af55(0x10e)]()||{},_0x3903d6={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x52bd82['framework'],[TestFrameworkConstants[_0x30af55(0x114)]]:_0x3fa901[_0x2e73f0]||''};return _0x3903d6;}[a97_0x56c664(0x169)](_0x26ef95){const _0x3b65f4=a97_0x56c664,_0x587b3e={};_0x587b3e[_0x3b65f4(0x13a)]=_0x3b65f4(0x16a);const _0x423567=_0x587b3e;try{const _0x300ea9=_0x26ef95['instance'],_0x398a1d=_0x26ef95[_0x3b65f4(0x15f)],_0x5e2a84=_0x300ea9[_0x3b65f4(0x105)]()['get'](_0x398a1d);if(!_0x5e2a84)return logger[_0x3b65f4(0x163)]('createTestFrameworkEventPayload:\x20no\x20data\x20for\x20entryId='+_0x398a1d),{};const _0x2e961c=!!(_0x26ef95['mochaEvent']&&_0x26ef95['mochaEvent'][_0x3b65f4(0x106)]),_0x558640={..._0x5e2a84},_0x369ec7=_0x558640;delete _0x369ec7[KEY_LEGACY_HOOKS];!_0x2e961c&&(_0x369ec7[TestFrameworkConstants[_0x3b65f4(0x123)]]={},_0x369ec7[TestFrameworkConstants[_0x3b65f4(0x145)]]={[LEGACY_HOOKS_BUCKET]:(_0x5e2a84[KEY_LEGACY_HOOKS]||[])['map'](_0x308c4f=>({[TestFrameworkConstants['KEY_HOOK_ID']]:_0x308c4f}))});const _0x3fde61=_0x300ea9[_0x3b65f4(0x101)](),_0x470001=this[_0x3b65f4(0x127)]()[0x0],_0x4502c4=this[_0x3b65f4(0x10e)]()||{},_0x2f66df={'platformIndex':global[_0x3b65f4(0xfc)]??0x0,'testFrameworkName':_0x470001,'testFrameworkVersion':_0x4502c4[_0x470001]||'','testFrameworkState':_0x300ea9[_0x3b65f4(0x11f)]()[_0x3b65f4(0x129)]()['split']('.')[0x1],'hookState':_0x300ea9[_0x3b65f4(0x12f)]()[_0x3b65f4(0x129)]()[_0x3b65f4(0xef)]('.')[0x1],'startedAt':_0x5e2a84[TestFrameworkConstants[_0x3b65f4(0xee)]]||'','endedAt':_0x5e2a84[TestFrameworkConstants[_0x3b65f4(0xfb)]]||'','uuid':_0x300ea9[_0x3b65f4(0x16e)](),'eventJson':Buffer[_0x3b65f4(0x108)](JSON[_0x3b65f4(0x10d)](_0x369ec7))[_0x3b65f4(0x129)](_0x423567[_0x3b65f4(0x13a)]),'executionContext':{'hash':_0x3fde61[_0x3b65f4(0x128)](),'threadId':_0x3fde61['getThreadId']()[_0x3b65f4(0x129)](),'processId':_0x3fde61['getProcessId']()[_0x3b65f4(0x129)]()}};return logger[_0x3b65f4(0x163)](_0x3b65f4(0x10c)+_0x398a1d+_0x3b65f4(0x12e)+_0x2f66df['testFrameworkState']+'.'+_0x2f66df[_0x3b65f4(0x120)]),_0x2f66df;}catch(_0x37acd9){return logger[_0x3b65f4(0x104)](_0x3b65f4(0x14e)+util['format'](_0x37acd9)),{};}}}module[a97_0x56c664(0xfd)]=MochaTestFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
const a98_0x3ad2bb=a98_0x141e;(function(_0x12acb3,_0x260215){const _0x5667d2=a98_0x141e,_0x4a5749=_0x12acb3();while(!![]){try{const _0x57571d=-parseInt(_0x5667d2(0x192))/0x1*(parseInt(_0x5667d2(0x1b9))/0x2)+-parseInt(_0x5667d2(0x196))/0x3+parseInt(_0x5667d2(0x19f))/0x4+-parseInt(_0x5667d2(0x1e0))/0x5*(parseInt(_0x5667d2(0x18f))/0x6)+-parseInt(_0x5667d2(0x1ce))/0x7*(-parseInt(_0x5667d2(0x1a5))/0x8)+parseInt(_0x5667d2(0x1ae))/0x9*(parseInt(_0x5667d2(0x199))/0xa)+-parseInt(_0x5667d2(0x19b))/0xb*(-parseInt(_0x5667d2(0x1a9))/0xc);if(_0x57571d===_0x260215)break;else _0x4a5749['push'](_0x4a5749['shift']());}catch(_0x47a0b1){_0x4a5749['push'](_0x4a5749['shift']());}}}(a98_0x4f70,0xae390));const path=require('path'),TestFramework=require(a98_0x3ad2bb(0x194)),TestFrameworkState=require(a98_0x3ad2bb(0x1b8)),HookState=require(a98_0x3ad2bb(0x1b3)),{createClassLogger}=require(a98_0x3ad2bb(0x18d)),TestFrameworkInstance=require(a98_0x3ad2bb(0x19d)),CLIUtils=require(a98_0x3ad2bb(0x19e)),TrackedInstance=require(a98_0x3ad2bb(0x195)),TestFrameworkConstants=require(a98_0x3ad2bb(0x1c8)),util=require('util'),logger=createClassLogger(a98_0x3ad2bb(0x1c5));class NewmanTestFramework extends TestFramework{constructor(_0x1210a1,_0x3e3e83,_0x2f3cb0){super(_0x1210a1,_0x3e3e83,_0x2f3cb0);}async['trackEvent'](_0x4b5245,_0xa6af70,_0x3a57a6={}){const _0x5c696b=a98_0x3ad2bb,_0x4b9be5={};_0x4b9be5['MbQKm']=function(_0x2c48ec,_0x45c862){return _0x2c48ec===_0x45c862;},_0x4b9be5[_0x5c696b(0x1a1)]=function(_0x1740f0,_0x55322e){return _0x1740f0===_0x55322e;};const _0x5888a8=_0x4b9be5;logger[_0x5c696b(0x1df)](_0x5c696b(0x1e3)+_0x4b5245+_0x5c696b(0x1a3)+_0xa6af70),await super[_0x5c696b(0x1a7)](_0x4b5245,_0xa6af70,_0x3a57a6);const _0x3c3b20=this['resolveInstance'](_0x4b5245,_0xa6af70,_0x3a57a6);if(!_0x3c3b20)return;try{if(_0x5888a8['MbQKm'](_0x4b5245,TestFrameworkState[_0x5c696b(0x1b0)])&&_0x3a57a6[_0x5c696b(0x1d0)]){const _0x2b894b=_0x5888a8[_0x5c696b(0x1a1)](_0xa6af70,HookState[_0x5c696b(0x19a)])?this[_0x5c696b(0x1dd)](_0x3a57a6[_0x5c696b(0x1d0)]):this[_0x5c696b(0x1c6)](_0x3a57a6[_0x5c696b(0x1d0)]);_0x3c3b20['addMultipleEntries'](_0x2b894b);}}catch(_0x223717){logger[_0x5c696b(0x1d6)]('trackEvent:\x20error='+util[_0x5c696b(0x1e2)](_0x223717));}_0x3a57a6[_0x5c696b(0x191)]=_0x3c3b20,await this[_0x5c696b(0x1cd)](_0x3c3b20,_0x4b5245,_0xa6af70,_0x3a57a6);}[a98_0x3ad2bb(0x1dd)](_0x1aec90){const _0x2fa191=a98_0x3ad2bb,_0x3cfa9e=this[_0x2fa191(0x1da)]()[0x0],_0x26196b={};return _0x26196b[_0x1aec90['uuid']]={[TestFrameworkConstants[_0x2fa191(0x1e1)]]:_0x3cfa9e,[TestFrameworkConstants[_0x2fa191(0x1c3)]]:this[_0x2fa191(0x1c9)]()[_0x3cfa9e],[TestFrameworkConstants[_0x2fa191(0x1a4)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants[_0x2fa191(0x1b6)]]:{},[TestFrameworkConstants[_0x2fa191(0x1a0)]]:TestFrameworkConstants[_0x2fa191(0x1aa)],[TestFrameworkConstants[_0x2fa191(0x1b4)]]:_0x1aec90['uuid'],[TestFrameworkConstants[_0x2fa191(0x1d2)]]:_0x1aec90['uuid'],[TestFrameworkConstants[_0x2fa191(0x1cf)]]:_0x1aec90[_0x2fa191(0x1dc)],[TestFrameworkConstants[_0x2fa191(0x18c)]]:_0x1aec90[_0x2fa191(0x1de)]||'',[TestFrameworkConstants[_0x2fa191(0x1cb)]]:_0x1aec90[_0x2fa191(0x1d1)]||'',[TestFrameworkConstants['KEY_TEST_CODE']]:null,[TestFrameworkConstants[_0x2fa191(0x1a2)]]:_0x1aec90[_0x2fa191(0x1b1)]||[],[TestFrameworkConstants[_0x2fa191(0x1ab)]]:_0x1aec90[_0x2fa191(0x1b7)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x2fa191(0x1ca)]]:_0x1aec90[_0x2fa191(0x1af)]||'',[TestFrameworkConstants[_0x2fa191(0x1c7)]]:_0x1aec90[_0x2fa191(0x1bb)]||[],[TestFrameworkConstants[_0x2fa191(0x19c)]]:null,[TestFrameworkConstants[_0x2fa191(0x197)]]:_0x1aec90[_0x2fa191(0x1a8)]||{},[TestFrameworkConstants[_0x2fa191(0x1d5)]]:_0x1aec90['meta']||{}},_0x26196b;}[a98_0x3ad2bb(0x1c6)](_0x38561f){const _0x36263d=a98_0x3ad2bb,_0x66dad4={};_0x66dad4[_0x36263d(0x1d4)]=_0x36263d(0x1ba);const _0x1e3133=_0x66dad4,_0x3aa549={};return _0x3aa549[_0x38561f['uuid']]={[TestFrameworkConstants[_0x36263d(0x1a0)]]:_0x38561f['result']||_0x1e3133[_0x36263d(0x1d4)],[TestFrameworkConstants[_0x36263d(0x18b)]]:_0x38561f[_0x36263d(0x1c0)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x36263d(0x1d8)]]:_0x38561f[_0x36263d(0x1d9)]||[],[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]:_0x38561f[_0x36263d(0x1bd)]||null,[TestFrameworkConstants[_0x36263d(0x193)]]:_0x38561f[_0x36263d(0x1ac)]||null},_0x3aa549;}['resolveInstance'](_0x2129bf){const _0x3cabf0=a98_0x3ad2bb;let _0x5d47a7=TestFramework['getTrackedInstance']();if(!_0x5d47a7){const _0x3eb68f=TrackedInstance[_0x3cabf0(0x1cc)](CLIUtils['getCurrentInstanceName']());_0x5d47a7=new TestFrameworkInstance(_0x3eb68f,this[_0x3cabf0(0x1da)](),this[_0x3cabf0(0x1c9)](),_0x2129bf,HookState[_0x3cabf0(0x1bf)]),TestFramework[_0x3cabf0(0x1a6)](_0x3eb68f,_0x5d47a7);}return _0x5d47a7;}[a98_0x3ad2bb(0x198)](_0x10b12c){const _0x439379=a98_0x3ad2bb,_0x52a3c8={};_0x52a3c8[_0x439379(0x1bc)]=_0x439379(0x1c2);const _0x41eb99=_0x52a3c8;try{const _0x36860c=_0x10b12c[_0x439379(0x1d0)]?_0x10b12c[_0x439379(0x1d0)][_0x439379(0x1c1)]:null,_0x79e3e5=_0x10b12c[_0x439379(0x191)],_0x29bbf0=_0x79e3e5[_0x439379(0x1c4)](),_0x2d76ed=_0x79e3e5[_0x439379(0x1ad)]()[_0x439379(0x1d3)](_0x36860c);if(!_0x2d76ed)return{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x1cb32c='',[TestFrameworkConstants[_0x439379(0x1c3)]]:_0x3ab3c7='',[TestFrameworkConstants[_0x439379(0x1ab)]]:_0x4836fb='',[TestFrameworkConstants[_0x439379(0x18b)]]:_0x3830ab=''}=_0x2d76ed;return{'platformIndex':0x0,'testFrameworkName':_0x1cb32c,'testFrameworkVersion':_0x3ab3c7,'testFrameworkState':_0x79e3e5['getCurrentTestState']()['toString']()[_0x439379(0x1b2)]('.')[0x1],'hookState':_0x79e3e5['getCurrentHookState']()[_0x439379(0x18e)]()[_0x439379(0x1b2)]('.')[0x1],'startedAt':_0x4836fb,'endedAt':_0x3830ab,'uuid':_0x36860c,'eventJson':Buffer[_0x439379(0x190)](JSON[_0x439379(0x1d7)](_0x2d76ed))[_0x439379(0x18e)](_0x41eb99[_0x439379(0x1bc)]),'executionContext':{'hash':_0x29bbf0['getId'](),'threadId':_0x29bbf0[_0x439379(0x1db)]()[_0x439379(0x18e)](),'processId':_0x29bbf0['getProcessId']()[_0x439379(0x18e)]()}};}catch(_0x824443){return logger[_0x439379(0x1d6)](_0x439379(0x1be)+util['format'](_0x824443)),{};}}}function a98_0x141e(_0x394bfb,_0x18c9b2){const _0x4f7029=a98_0x4f70();return a98_0x141e=function(_0x141e7a,_0x4d960a){_0x141e7a=_0x141e7a-0x18b;let _0x551672=_0x4f7029[_0x141e7a];return _0x551672;},a98_0x141e(_0x394bfb,_0x18c9b2);}module[a98_0x3ad2bb(0x1b5)]=NewmanTestFramework;function a98_0x4f70(){const _0x592cd6=['636MLYeRz','DEFAULT_TEST_RESULT','KEY_TEST_STARTED_AT','failure_reason','getAllData','2133twkwtP','scope','TEST','tags','split','../state/hookState.js','KEY_TEST_ID','exports','KEY_HOOKS_STARTED','started_at','../state/testFrameworkState.js','536682lQQJqt','pending','scopes','fVorQ','failure_type','createTestFrameworkEventPayload:\x20error=','NONE','finished_at','uuid','base64','KEY_TEST_FRAMEWORK_VERSION','getContext','NewmanTestFramework','parseNewmanTestResult','KEY_TEST_SCOPES','./constants/testFrameworkConstants.js','getTestFrameworksVersions','KEY_TEST_SCOPE','KEY_TEST_LOCATION','createContext','runHooks','621047qAFWFE','KEY_TEST_NAME','test','location','KEY_TEST_UUID','get','mEMFf','KEY_TEST_META','error','stringify','KEY_TEST_FAILURE','failure','getTestFrameworks','getThreadId','name','parseNewmanTest','file_path','debug','5zeqyPI','KEY_TEST_FRAMEWORK_NAME','format','trackEvent:\x20state=','KEY_TEST_ENDED_AT','KEY_TEST_FILE_PATH','../../../helpers/classLogger.js','toString','6752712ETXCjn','from','instance','4HwopaO','KEY_TEST_FAILURE_REASON','./testFramework','../instances/trackedInstance.js','2744148CjsJvf','KEY_CUSTOM_TAGS','createTestFrameworkEventPayload','34210wPyIYM','PRE','442783msCjKe','KEY_TEST_RERUN_NAME','../instances/testFrameworkInstance.js','../cliUtils.js','3176964UHHbtF','KEY_TEST_RESULT','YaUgy','KEY_TEST_TAGS','\x20hook=','KEY_TEST_LOGS','8RnIxBm','setTrackedInstance','trackEvent','custom_metadata'];a98_0x4f70=function(){return _0x592cd6;};return a98_0x4f70();}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
function a99_0x320a(_0x5612df,_0x1843d7){const _0x31fe8a=a99_0x31fe();return a99_0x320a=function(_0x320adb,_0x3b378f){_0x320adb=_0x320adb-0x16f;let _0x2609ca=_0x31fe8a[_0x320adb];return _0x2609ca;},a99_0x320a(_0x5612df,_0x1843d7);}const a99_0x5b2b89=a99_0x320a;(function(_0x4f2b40,_0x5765c0){const _0x4dca23=a99_0x320a,_0x48bb92=_0x4f2b40();while(!![]){try{const _0x3ba5a0=-parseInt(_0x4dca23(0x188))/0x1+-parseInt(_0x4dca23(0x1c5))/0x2*(parseInt(_0x4dca23(0x1a7))/0x3)+parseInt(_0x4dca23(0x1d7))/0x4*(-parseInt(_0x4dca23(0x1ea))/0x5)+-parseInt(_0x4dca23(0x1d3))/0x6*(parseInt(_0x4dca23(0x175))/0x7)+-parseInt(_0x4dca23(0x19c))/0x8*(-parseInt(_0x4dca23(0x1a4))/0x9)+parseInt(_0x4dca23(0x182))/0xa*(parseInt(_0x4dca23(0x18d))/0xb)+parseInt(_0x4dca23(0x1b0))/0xc;if(_0x3ba5a0===_0x5765c0)break;else _0x48bb92['push'](_0x48bb92['shift']());}catch(_0x4f310b){_0x48bb92['push'](_0x48bb92['shift']());}}}(a99_0x31fe,0x68045));const TestFramework=require('./testFramework'),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a99_0x5b2b89(0x178)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a99_0x5b2b89(0x1a0)),TrackedInstance=require(a99_0x5b2b89(0x183)),TestFrameworkConstants=require(a99_0x5b2b89(0x1cb)),logger=createClassLogger(a99_0x5b2b89(0x1c1)),util=require(a99_0x5b2b89(0x1c9));class NodeGenericFramework extends TestFramework{constructor(_0x4f5927,_0x310963,_0x571395){super(_0x4f5927,_0x310963,_0x571395),this['_currentTestUUID']=null;}[a99_0x5b2b89(0x1e1)](_0x4dd774){const _0x4d7415=a99_0x5b2b89;this[_0x4d7415(0x1d4)]=_0x4dd774;}[a99_0x5b2b89(0x18c)](){return this['_currentTestUUID'];}async['trackEvent'](_0x4ba662,_0x53e4ba,_0x4d7ad2={}){const _0x20543c=a99_0x5b2b89,_0x50ecba={};_0x50ecba['fEnMB']=_0x20543c(0x17f),_0x50ecba[_0x20543c(0x1db)]=function(_0x5865a2,_0x269b2f){return _0x5865a2===_0x269b2f;},_0x50ecba[_0x20543c(0x1a1)]=function(_0x5d2bcc,_0x964c77){return _0x5d2bcc===_0x964c77;};const _0x399da5=_0x50ecba;logger[_0x20543c(0x1c4)]('[TRACE:node-generic]\x20trackEvent\x20'+_0x4ba662+'.'+_0x53e4ba+_0x20543c(0x1ce)+_0x4d7ad2['testData']?.['test_uuid']),await super[_0x20543c(0x187)](_0x4ba662,_0x53e4ba,_0x4d7ad2);const _0x1cc143=this['resolveInstance'](_0x4ba662,_0x53e4ba,_0x4d7ad2);if(!_0x1cc143){logger['debug'](_0x399da5[_0x20543c(0x17a)]);return;}try{switch(_0x4ba662){case TestFrameworkState[_0x20543c(0x19f)]:{const _0x4a2c99=_0x4d7ad2['testData'],_0x2ba9fe=_0x4a2c99[_0x20543c(0x1d1)];if(_0x399da5['tlasz'](_0x53e4ba,HookState[_0x20543c(0x1da)])){logger[_0x20543c(0x1c4)](_0x20543c(0x1ba)+_0x2ba9fe+',\x20test_name='+_0x4a2c99[_0x20543c(0x195)]);const _0x18a995=this['parseTestData'](_0x4a2c99);_0x1cc143[_0x20543c(0x172)](_0x18a995);}else{if(_0x399da5['dtSNp'](_0x53e4ba,HookState['POST'])){logger['info'](_0x20543c(0x185)+_0x2ba9fe+_0x20543c(0x1b5)+_0x4a2c99[_0x20543c(0x1ad)]);const _0x42c793=this[_0x20543c(0x170)](_0x4a2c99,_0x1cc143);_0x1cc143[_0x20543c(0x172)](_0x42c793);}}break;}default:logger[_0x20543c(0x18f)](_0x20543c(0x17e)+_0x4ba662+_0x20543c(0x1f2)+_0x53e4ba);break;}}catch(_0x161a2b){logger['error'](_0x20543c(0x1aa)+_0x4ba662+_0x20543c(0x1f2)+_0x53e4ba+_0x20543c(0x1bb)+util[_0x20543c(0x1e0)](_0x161a2b));}_0x4d7ad2[_0x20543c(0x1b3)]=_0x1cc143,await this[_0x20543c(0x1df)](_0x1cc143,_0x4ba662,_0x53e4ba,_0x4d7ad2);}[a99_0x5b2b89(0x181)](_0x366397,_0xac109,_0x56f480={}){const _0x3d7e1b=a99_0x5b2b89,_0x49cb62={};_0x49cb62[_0x3d7e1b(0x1bf)]=_0x3d7e1b(0x1b1);const _0x578262=_0x49cb62;let _0x390b3e=TestFramework[_0x3d7e1b(0x1e4)]();if(!_0x390b3e){logger[_0x3d7e1b(0x18f)](_0x578262[_0x3d7e1b(0x1bf)]);const _0x4d5f67=CLIUtils[_0x3d7e1b(0x1d6)](),_0x49387d=TrackedInstance[_0x3d7e1b(0x174)](_0x4d5f67);_0x390b3e=new TestFrameworkInstance(_0x49387d,this[_0x3d7e1b(0x1b8)](),this[_0x3d7e1b(0x1e6)](),_0x366397,HookState[_0x3d7e1b(0x1bd)]),TestFramework[_0x3d7e1b(0x1a8)](_0x49387d,_0x390b3e),logger['debug'](_0x3d7e1b(0x1e3)+_0x49387d[_0x3d7e1b(0x18a)]());}return _0x390b3e;}[a99_0x5b2b89(0x1b9)](_0x29d76c){const _0x25556b=a99_0x5b2b89,_0x6371b6=_0x29d76c[_0x25556b(0x1d1)],_0x3a6632=this[_0x25556b(0x1b8)]()[0x0],_0x3455d4=this[_0x25556b(0x1e6)](),_0x3f8cb2={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x3a6632,[TestFrameworkConstants[_0x25556b(0x1ca)]]:_0x3455d4[_0x3a6632]||'',[TestFrameworkConstants[_0x25556b(0x1c6)]]:_0x29d76c[_0x25556b(0x1d1)],[TestFrameworkConstants[_0x25556b(0x1ec)]]:[],[TestFrameworkConstants[_0x25556b(0x1a2)]]:{},[TestFrameworkConstants[_0x25556b(0x180)]]:{},[TestFrameworkConstants[_0x25556b(0x1dc)]]:TestFrameworkConstants[_0x25556b(0x194)],[TestFrameworkConstants[_0x25556b(0x1ef)]]:_0x29d76c[_0x25556b(0x195)],[TestFrameworkConstants[_0x25556b(0x171)]]:_0x29d76c[_0x25556b(0x186)],[TestFrameworkConstants[_0x25556b(0x1bc)]]:_0x6371b6,[TestFrameworkConstants[_0x25556b(0x18b)]]:_0x29d76c[_0x25556b(0x195)],[TestFrameworkConstants[_0x25556b(0x1cf)]]:_0x29d76c['test_location']||_0x29d76c[_0x25556b(0x186)],[TestFrameworkConstants[_0x25556b(0x17c)]]:_0x29d76c[_0x25556b(0x173)]||null,[TestFrameworkConstants[_0x25556b(0x1b7)]]:_0x29d76c[_0x25556b(0x1c0)]||[],[TestFrameworkConstants[_0x25556b(0x1b4)]]:_0x29d76c[_0x25556b(0x1d0)]||new Date()[_0x25556b(0x19e)](),[TestFrameworkConstants[_0x25556b(0x1af)]]:_0x29d76c[_0x25556b(0x189)]||'',[TestFrameworkConstants[_0x25556b(0x193)]]:_0x29d76c[_0x25556b(0x17d)]||[],[TestFrameworkConstants[_0x25556b(0x1cc)]]:_0x29d76c[_0x25556b(0x1ac)]||_0x29d76c['test_name'],[TestFrameworkConstants[_0x25556b(0x16f)]]:{},[TestFrameworkConstants[_0x25556b(0x1ee)]]:_0x29d76c[_0x25556b(0x177)]||{}},_0x407f5c={};return _0x407f5c[_0x6371b6]=_0x3f8cb2,_0x407f5c;}[a99_0x5b2b89(0x170)](_0x191600,_0x1af9c7){const _0x2358d4=a99_0x5b2b89,_0x2b3b13={};_0x2b3b13[_0x2358d4(0x1f1)]=_0x2358d4(0x1a5),_0x2b3b13['fsnth']=function(_0x5a5dff,_0x164b9e){return _0x5a5dff===_0x164b9e;},_0x2b3b13[_0x2358d4(0x1e7)]=_0x2358d4(0x1ed),_0x2b3b13['juBRO']=_0x2358d4(0x196),_0x2b3b13[_0x2358d4(0x1a6)]=_0x2358d4(0x1f3),_0x2b3b13[_0x2358d4(0x1f0)]=function(_0xfd847e,_0x3fd408){return _0xfd847e!==_0x3fd408;};const _0x143088=_0x2b3b13,_0xac85b0=_0x191600[_0x2358d4(0x1d1)],_0x4b6c4b=_0x1af9c7[_0x2358d4(0x176)]()[_0x2358d4(0x1e5)](_0xac85b0)||{},_0x2d5bd4={..._0x4b6c4b,[TestFrameworkConstants[_0x2358d4(0x1dc)]]:_0x191600[_0x2358d4(0x1ad)]||_0x143088['zORLd'],[TestFrameworkConstants[_0x2358d4(0x1d9)]]:_0x191600['test_ended_at']||new Date()[_0x2358d4(0x19e)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()['toISOString'](),[TestFrameworkConstants[_0x2358d4(0x1b6)]]:_0x4b6c4b[TestFrameworkConstants[_0x2358d4(0x1b6)]]||[],[TestFrameworkConstants[_0x2358d4(0x1ee)]]:_0x191600['test_meta']||{}};_0x143088[_0x2358d4(0x1d2)](_0x191600['test_result'],_0x143088[_0x2358d4(0x1e7)])&&(_0x2d5bd4[TestFrameworkConstants[_0x2358d4(0x19d)]]=_0x191600['test_failure_type']||_0x143088['juBRO'],_0x2d5bd4[TestFrameworkConstants[_0x2358d4(0x191)]]=_0x191600[_0x2358d4(0x192)]||_0x143088[_0x2358d4(0x1a6)],_0x2d5bd4[TestFrameworkConstants[_0x2358d4(0x1d5)]]=_0x191600[_0x2358d4(0x1e2)]||[]);_0x143088[_0x2358d4(0x1f0)](_0x191600['test_duration'],undefined)&&(_0x2d5bd4[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x191600[_0x2358d4(0x1cd)]);const _0x4a5f2b={};return _0x4a5f2b[_0xac85b0]=_0x2d5bd4,_0x4a5f2b;}['createTestFrameworkEventPayload'](_0x5e9a6b){const _0xf34c96=a99_0x5b2b89,_0x692639={};_0x692639['MiIYz']='base64';const _0x426658=_0x692639;try{const _0x54beb6=_0x5e9a6b[_0xf34c96(0x197)]?.[_0xf34c96(0x1d1)],_0x1944ea=_0x5e9a6b[_0xf34c96(0x1b3)],_0x490163=_0x1944ea['getContext'](),_0x2a7341=_0x1944ea['getAllData']()[_0xf34c96(0x1e5)](_0x54beb6);if(!_0x2a7341)return logger[_0xf34c96(0x18f)](_0xf34c96(0x198)+_0x54beb6),{};const {[TestFrameworkConstants[_0xf34c96(0x1c8)]]:_0x572673=this[_0xf34c96(0x1b8)]()[0x0]||'',[TestFrameworkConstants[_0xf34c96(0x1ca)]]:_0x5eaf8c=this[_0xf34c96(0x1e6)]()[this[_0xf34c96(0x1b8)]()[0x0]]||'',[TestFrameworkConstants[_0xf34c96(0x1b4)]]:_0x17f565='',[TestFrameworkConstants[_0xf34c96(0x1d9)]]:_0x56f417=''}=_0x2a7341,_0x20e061=_0x1944ea[_0xf34c96(0x1e9)]()[_0xf34c96(0x1de)]()[_0xf34c96(0x1a9)]('.')[0x1],_0x1efc8d=_0x1944ea[_0xf34c96(0x1c2)]()[_0xf34c96(0x1de)]()[_0xf34c96(0x1a9)]('.')[0x1],_0x2a7742=global?.[_0xf34c96(0x179)]?.[_0xf34c96(0x18e)]?.[_0xf34c96(0x190)]||global[_0xf34c96(0x1dd)]||0x0,_0x471367=_0x1944ea[_0xf34c96(0x1be)](),_0x46b147=Buffer[_0xf34c96(0x1e8)](JSON[_0xf34c96(0x1d8)](_0x2a7341))['toString'](_0x426658[_0xf34c96(0x1c7)]),_0x16c139={'hash':_0x490163[_0xf34c96(0x18a)](),'threadId':_0x490163[_0xf34c96(0x1c3)]()['toString'](),'processId':_0x490163[_0xf34c96(0x17b)]()[_0xf34c96(0x1de)]()},_0x5ad760={};return _0x5ad760[_0xf34c96(0x1ab)]=_0x2a7742,_0x5ad760[_0xf34c96(0x1ae)]=_0x572673,_0x5ad760[_0xf34c96(0x1eb)]=_0x5eaf8c,_0x5ad760['testFrameworkState']=_0x20e061,_0x5ad760[_0xf34c96(0x19b)]=_0x1efc8d,_0x5ad760[_0xf34c96(0x199)]=_0x17f565,_0x5ad760['endedAt']=_0x56f417,_0x5ad760['uuid']=_0x471367,_0x5ad760[_0xf34c96(0x19a)]=_0x46b147,_0x5ad760[_0xf34c96(0x1b2)]=_0x16c139,_0x5ad760[_0xf34c96(0x1a3)]=_0x54beb6,_0x5ad760;}catch(_0x213f4c){return logger['error']('[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20ERROR\x20-\x20'+util[_0xf34c96(0x1e0)](_0x213f4c)),{};}}}module[a99_0x5b2b89(0x184)]=NodeGenericFramework;function a99_0x31fe(){const _0x5435f2=['KEY_TEST_RERUN_NAME','test_duration','\x20for\x20test_uuid=','KEY_TEST_LOCATION','test_started_at','test_uuid','fsnth','18lhUVwv','_currentTestUUID','KEY_TEST_FAILURE','getCurrentInstanceName','426344XKLKcE','stringify','KEY_TEST_ENDED_AT','PRE','tlasz','KEY_TEST_RESULT','__bstackPlatformIndex','toString','runHooks','format','setCurrentTestUUID','test_failure','[NodeGenericFramework]\x20resolveInstance:\x20created\x20instance\x20contextId=','getTrackedInstance','get','getTestFrameworksVersions','qfAjA','from','getCurrentTestState','10QwrYwl','testFrameworkVersion','KEY_TEST_LOGS','failed','KEY_TEST_META','KEY_AUTOMATE_SESSION_NAME','ujWIG','zORLd',',\x20hookState=','Unknown\x20error','KEY_CUSTOM_TAGS','parseTestResult','KEY_TEST_FILE_PATH','addMultipleEntries','test_code','createContext','827813VHBiRG','getAllData','test_meta','../state/hookState.js','__workerDetails','fEnMB','getProcessId','KEY_TEST_CODE','test_scopes','[NodeGenericFramework]\x20trackEvent:\x20unsupported\x20state=','[NodeGenericFramework]\x20trackEvent:\x20instance\x20not\x20found','KEY_HOOKS_STARTED','resolveInstance','10hbFReO','../instances/trackedInstance.js','exports','[TRACE:node-generic]\x20TEST\x20POST\x20-\x20processing\x20result\x20for\x20test_uuid=','test_file_path','trackEvent','486796cncvwP','test_scope','getId','KEY_TEST_NAME','getCurrentTestUUID','156739ktsJfi','workerInfo','debug','parallelIndex','KEY_TEST_FAILURE_REASON','test_failure_reason','KEY_TEST_SCOPES','DEFAULT_TEST_RESULT','test_name','UnhandledError','testData','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20no\x20data\x20for\x20test_uuid=','startedAt','eventJson','hookState','16ryqiHs','KEY_TEST_FAILURE_TYPE','toISOString','TEST','../cliUtils.js','dtSNp','KEY_HOOKS_FINISHED','test_identifier','383589nyQATz','unknown','rGDYd','2148cZlpdU','setTrackedInstance','split','[NodeGenericFramework]\x20trackEvent:\x20ERROR\x20-\x20state=','platformIndex','test_rerun_name','test_result','testFrameworkName','KEY_TEST_SCOPE','16601460kUwpUB','[NodeGenericFramework]\x20resolveInstance:\x20creating\x20new\x20instance','executionContext','instance','KEY_TEST_STARTED_AT',',\x20result=','KEY_LOGS','KEY_TEST_TAGS','getTestFrameworks','parseTestData','[TRACE:node-generic]\x20TEST\x20PRE\x20-\x20loading\x20test\x20data\x20for\x20test_uuid=',',\x20error=','KEY_TEST_ID','NONE','getRef','FEzlc','test_tags','NodeGenericFramework','getCurrentHookState','getThreadId','info','6OumJDy','KEY_TEST_UUID','MiIYz','KEY_TEST_FRAMEWORK_NAME','util','KEY_TEST_FRAMEWORK_VERSION','./constants/testFrameworkConstants.js'];a99_0x31fe=function(){return _0x5435f2;};return a99_0x31fe();}
|
|
1
|
+
const a99_0x427dc8=a99_0x4b21;(function(_0x231eff,_0x521e27){const _0x1fbaa3=a99_0x4b21,_0x3663f7=_0x231eff();while(!![]){try{const _0x4975e2=parseInt(_0x1fbaa3(0xc8))/0x1+parseInt(_0x1fbaa3(0xa7))/0x2+parseInt(_0x1fbaa3(0xd7))/0x3+parseInt(_0x1fbaa3(0x101))/0x4+parseInt(_0x1fbaa3(0xb5))/0x5+parseInt(_0x1fbaa3(0xf3))/0x6+-parseInt(_0x1fbaa3(0xe7))/0x7;if(_0x4975e2===_0x521e27)break;else _0x3663f7['push'](_0x3663f7['shift']());}catch(_0xc3d328){_0x3663f7['push'](_0x3663f7['shift']());}}}(a99_0x106a,0x348b3));function a99_0x106a(){const _0x4c0eaf=['util','\x20for\x20test_uuid=','NONE','test_uuid','[TRACE:node-generic]\x20trackEvent\x20','AwEAF','hookState','toISOString','KEY_TEST_STARTED_AT','282258EMiTBb','createTestFrameworkEventPayload','Biuxi','KEY_AUTOMATE_SESSION_NAME','KEY_HOOKS_FINISHED','debug','test_meta','[NodeGenericFramework]\x20trackEvent:\x20ERROR\x20-\x20state=','KEY_TEST_LOCATION','../state/hookState.js','getTestFrameworks','../state/testFrameworkState.js','[TRACE:node-generic]\x20TEST\x20POST\x20-\x20processing\x20result\x20for\x20test_uuid=','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20ERROR\x20-\x20','585860KlFFVg','DEFAULT_TEST_RESULT','test_started_at','KEY_TEST_RESULT','[NodeGenericFramework]\x20trackEvent:\x20unsupported\x20state=','Unknown\x20error','KEY_HOOKS_STARTED','frHUN','KEY_TEST_CODE','[NodeGenericFramework]\x20trackEvent:\x20instance\x20not\x20found','info','KEY_TEST_FRAMEWORK_NAME','[NodeGenericFramework]\x20resolveInstance:\x20created\x20instance\x20contextId=','[TRACE:node-generic]\x20TEST\x20PRE\x20-\x20loading\x20test\x20data\x20for\x20test_uuid=','get','trackEvent',',\x20result=','./testFramework','iXWiF','103735hUPaJd','test_ended_at','KEY_TEST_FAILURE','UnhandledError',',\x20error=','getContext','KEY_TEST_SCOPE','parseTestResult','eventJson','exports','../instances/testFrameworkInstance.js','setCurrentTestUUID','failed','addMultipleEntries','resolveInstance','447090PqKPmd','testData','KEY_TEST_FAILURE_TYPE','test_tags','KEY_TEST_NAME',',\x20hookState=','test_location','test_failure','getCurrentTestUUID','KEY_LOGS','startedAt','runHooks','lZXLR','testFrameworkName','test_name','KEY_TEST_TAGS','4612797sVNbNz','endedAt','toString','../cliUtils.js','getTrackedInstance','instance','testFrameworkVersion','test_failure_type','base64','TEST','pHbWg','_currentTestUUID','1627776PNTehL','unknown','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20no\x20data\x20for\x20test_uuid=','cBxAI','KEY_TEST_FRAMEWORK_VERSION','../../../helpers/classLogger.js','aBDXR','KEY_CUSTOM_TAGS','hBVgg','KEY_TEST_FAILURE_REASON','createContext','__bstackPlatformIndex','stringify','KEY_TEST_LOGS','367312xjxPhG','test_scope','setTrackedInstance','getTestFrameworksVersions','__workerDetails','testFrameworkState','uuid','getId','getCurrentTestState','format','NodeGenericFramework','./constants/testFrameworkConstants.js','getAllData','MaGmv','test_result','KEY_TEST_ENDED_AT','parseTestData','KEY_TEST_SCOPES','KEY_TEST_FILE_PATH','getProcessId','KEY_TEST_RERUN_NAME','workerInfo','test_duration','test_scopes','KEY_TEST_META','executionContext','error','split','[NodeGenericFramework]\x20resolveInstance:\x20creating\x20new\x20instance','getCurrentInstanceName','KEY_TEST_UUID'];a99_0x106a=function(){return _0x4c0eaf;};return a99_0x106a();}const TestFramework=require(a99_0x427dc8(0xc6)),TestFrameworkState=require(a99_0x427dc8(0xb2)),HookState=require(a99_0x427dc8(0xb0)),{createClassLogger}=require(a99_0x427dc8(0xf8)),TestFrameworkInstance=require(a99_0x427dc8(0xd2)),CLIUtils=require(a99_0x427dc8(0xea)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a99_0x427dc8(0x10c)),logger=createClassLogger(a99_0x427dc8(0x10b)),util=require(a99_0x427dc8(0x9e));function a99_0x4b21(_0x3850cf,_0xd97ad7){const _0x106a3f=a99_0x106a();return a99_0x4b21=function(_0x4b21e2,_0x5c4f69){_0x4b21e2=_0x4b21e2-0x97;let _0x1715d6=_0x106a3f[_0x4b21e2];return _0x1715d6;},a99_0x4b21(_0x3850cf,_0xd97ad7);}class NodeGenericFramework extends TestFramework{constructor(_0x3ebf2b,_0x22a11c,_0x2d4cf3){const _0x5f129a=a99_0x427dc8;super(_0x3ebf2b,_0x22a11c,_0x2d4cf3),this[_0x5f129a(0xf2)]=null;}[a99_0x427dc8(0xd3)](_0x14b4a8){const _0xb750c=a99_0x427dc8;this[_0xb750c(0xf2)]=_0x14b4a8;}[a99_0x427dc8(0xdf)](){return this['_currentTestUUID'];}async[a99_0x427dc8(0xc4)](_0x106dcb,_0x103247,_0x34d422={}){const _0x47ccc7=a99_0x427dc8,_0x28fb0c={};_0x28fb0c[_0x47ccc7(0xfb)]=_0x47ccc7(0xbe),_0x28fb0c[_0x47ccc7(0xf9)]=function(_0x274489,_0x3e5937){return _0x274489===_0x3e5937;};const _0x148122=_0x28fb0c;logger[_0x47ccc7(0xbf)](_0x47ccc7(0xa2)+_0x106dcb+'.'+_0x103247+_0x47ccc7(0x9f)+_0x34d422['testData']?.[_0x47ccc7(0xa1)]),await super[_0x47ccc7(0xc4)](_0x106dcb,_0x103247,_0x34d422);const _0x4db5db=this[_0x47ccc7(0xd6)](_0x106dcb,_0x103247,_0x34d422);if(!_0x4db5db){logger[_0x47ccc7(0xac)](_0x148122[_0x47ccc7(0xfb)]);return;}try{switch(_0x106dcb){case TestFrameworkState[_0x47ccc7(0xf0)]:{const _0x4a362d=_0x34d422[_0x47ccc7(0xd8)],_0x255d35=_0x4a362d['test_uuid'];if(_0x148122['aBDXR'](_0x103247,HookState['PRE'])){logger[_0x47ccc7(0xbf)](_0x47ccc7(0xc2)+_0x255d35+',\x20test_name='+_0x4a362d[_0x47ccc7(0xe5)]);const _0x2b87d3=this[_0x47ccc7(0x111)](_0x4a362d);_0x4db5db[_0x47ccc7(0xd5)](_0x2b87d3);}else{if(_0x148122[_0x47ccc7(0xf9)](_0x103247,HookState['POST'])){logger['info'](_0x47ccc7(0xb3)+_0x255d35+_0x47ccc7(0xc5)+_0x4a362d[_0x47ccc7(0x10f)]);const _0x441cb4=this[_0x47ccc7(0xcf)](_0x4a362d,_0x4db5db);_0x4db5db[_0x47ccc7(0xd5)](_0x441cb4);}}break;}default:logger[_0x47ccc7(0xac)](_0x47ccc7(0xb9)+_0x106dcb+_0x47ccc7(0xdc)+_0x103247);break;}}catch(_0x2b3f13){logger['error'](_0x47ccc7(0xae)+_0x106dcb+_0x47ccc7(0xdc)+_0x103247+_0x47ccc7(0xcc)+util[_0x47ccc7(0x10a)](_0x2b3f13));}_0x34d422[_0x47ccc7(0xec)]=_0x4db5db,await this[_0x47ccc7(0xe2)](_0x4db5db,_0x106dcb,_0x103247,_0x34d422);}[a99_0x427dc8(0xd6)](_0x3782e5,_0x546274,_0x35a6a4={}){const _0x4d3dd5=a99_0x427dc8,_0x59757a={};_0x59757a['AwEAF']=_0x4d3dd5(0x9b);const _0x1fb798=_0x59757a;let _0x1f5e45=TestFramework[_0x4d3dd5(0xeb)]();if(!_0x1f5e45){logger['debug'](_0x1fb798[_0x4d3dd5(0xa3)]);const _0x840ae=CLIUtils[_0x4d3dd5(0x9c)](),_0x22bdab=TrackedInstance[_0x4d3dd5(0xfd)](_0x840ae);_0x1f5e45=new TestFrameworkInstance(_0x22bdab,this[_0x4d3dd5(0xb1)](),this[_0x4d3dd5(0x104)](),_0x3782e5,HookState[_0x4d3dd5(0xa0)]),TestFramework[_0x4d3dd5(0x103)](_0x22bdab,_0x1f5e45),logger[_0x4d3dd5(0xac)](_0x4d3dd5(0xc1)+_0x22bdab[_0x4d3dd5(0x108)]());}return _0x1f5e45;}[a99_0x427dc8(0x111)](_0x4b8f26){const _0x122ecb=a99_0x427dc8,_0xad56ef=_0x4b8f26[_0x122ecb(0xa1)],_0x561b49=this['getTestFrameworks']()[0x0],_0x488a97=this[_0x122ecb(0x104)](),_0x19b677={[TestFrameworkConstants[_0x122ecb(0xc0)]]:_0x561b49,[TestFrameworkConstants[_0x122ecb(0xf7)]]:_0x488a97[_0x561b49]||'',[TestFrameworkConstants[_0x122ecb(0x9d)]]:_0x4b8f26[_0x122ecb(0xa1)],[TestFrameworkConstants[_0x122ecb(0x100)]]:[],[TestFrameworkConstants[_0x122ecb(0xab)]]:{},[TestFrameworkConstants[_0x122ecb(0xbb)]]:{},[TestFrameworkConstants[_0x122ecb(0xb8)]]:TestFrameworkConstants[_0x122ecb(0xb6)],[TestFrameworkConstants[_0x122ecb(0xaa)]]:_0x4b8f26[_0x122ecb(0xe5)],[TestFrameworkConstants[_0x122ecb(0x113)]]:_0x4b8f26['test_file_path'],[TestFrameworkConstants['KEY_TEST_ID']]:_0xad56ef,[TestFrameworkConstants[_0x122ecb(0xdb)]]:_0x4b8f26[_0x122ecb(0xe5)],[TestFrameworkConstants[_0x122ecb(0xaf)]]:_0x4b8f26[_0x122ecb(0xdd)]||_0x4b8f26['test_file_path'],[TestFrameworkConstants[_0x122ecb(0xbd)]]:_0x4b8f26['test_code']||null,[TestFrameworkConstants[_0x122ecb(0xe6)]]:_0x4b8f26[_0x122ecb(0xda)]||[],[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x4b8f26[_0x122ecb(0xb7)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x122ecb(0xce)]]:_0x4b8f26[_0x122ecb(0x102)]||'',[TestFrameworkConstants[_0x122ecb(0x112)]]:_0x4b8f26[_0x122ecb(0x118)]||[],[TestFrameworkConstants[_0x122ecb(0x115)]]:_0x4b8f26['test_rerun_name']||_0x4b8f26[_0x122ecb(0xe5)],[TestFrameworkConstants[_0x122ecb(0xfa)]]:{},[TestFrameworkConstants[_0x122ecb(0x97)]]:_0x4b8f26[_0x122ecb(0xad)]||{}},_0x4c136d={};return _0x4c136d[_0xad56ef]=_0x19b677,_0x4c136d;}[a99_0x427dc8(0xcf)](_0x3bfb3b,_0xf64871){const _0x2f468c=a99_0x427dc8,_0x487910={};_0x487910[_0x2f468c(0xf6)]=_0x2f468c(0xf4),_0x487910['iXWiF']=function(_0x9cf6c5,_0x4b5695){return _0x9cf6c5===_0x4b5695;},_0x487910[_0x2f468c(0x10e)]=_0x2f468c(0xd4),_0x487910[_0x2f468c(0xf1)]=_0x2f468c(0xcb),_0x487910[_0x2f468c(0xe3)]=_0x2f468c(0xba),_0x487910[_0x2f468c(0xbc)]=function(_0x3a23b4,_0xfb69f8){return _0x3a23b4!==_0xfb69f8;};const _0x152472=_0x487910,_0x43b588=_0x3bfb3b[_0x2f468c(0xa1)],_0x1d128b=_0xf64871[_0x2f468c(0x10d)]()[_0x2f468c(0xc3)](_0x43b588)||{},_0x3a28d3={..._0x1d128b,[TestFrameworkConstants[_0x2f468c(0xb8)]]:_0x3bfb3b[_0x2f468c(0x10f)]||_0x152472[_0x2f468c(0xf6)],[TestFrameworkConstants[_0x2f468c(0x110)]]:_0x3bfb3b[_0x2f468c(0xc9)]||new Date()['toISOString'](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x2f468c(0xa5)](),[TestFrameworkConstants[_0x2f468c(0xe0)]]:_0x1d128b[TestFrameworkConstants[_0x2f468c(0xe0)]]||[],[TestFrameworkConstants[_0x2f468c(0x97)]]:_0x3bfb3b[_0x2f468c(0xad)]||{}};_0x152472[_0x2f468c(0xc7)](_0x3bfb3b[_0x2f468c(0x10f)],_0x152472['MaGmv'])&&(_0x3a28d3[TestFrameworkConstants[_0x2f468c(0xd9)]]=_0x3bfb3b[_0x2f468c(0xee)]||_0x152472[_0x2f468c(0xf1)],_0x3a28d3[TestFrameworkConstants[_0x2f468c(0xfc)]]=_0x3bfb3b['test_failure_reason']||_0x152472[_0x2f468c(0xe3)],_0x3a28d3[TestFrameworkConstants[_0x2f468c(0xca)]]=_0x3bfb3b[_0x2f468c(0xde)]||[]);_0x152472[_0x2f468c(0xbc)](_0x3bfb3b[_0x2f468c(0x117)],undefined)&&(_0x3a28d3[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x3bfb3b[_0x2f468c(0x117)]);const _0x5a6154={};return _0x5a6154[_0x43b588]=_0x3a28d3,_0x5a6154;}[a99_0x427dc8(0xa8)](_0x3e25ef){const _0x212832=a99_0x427dc8,_0x206f0f={};_0x206f0f[_0x212832(0xa9)]=_0x212832(0xef);const _0x1b668f=_0x206f0f;try{const _0x52c05b=_0x3e25ef['testData']?.[_0x212832(0xa1)],_0x38e2bb=_0x3e25ef[_0x212832(0xec)],_0x360630=_0x38e2bb[_0x212832(0xcd)](),_0x34f553=_0x38e2bb[_0x212832(0x10d)]()['get'](_0x52c05b);if(!_0x34f553)return logger[_0x212832(0xac)](_0x212832(0xf5)+_0x52c05b),{};const {[TestFrameworkConstants[_0x212832(0xc0)]]:_0x14ab48=this[_0x212832(0xb1)]()[0x0]||'',[TestFrameworkConstants[_0x212832(0xf7)]]:_0x36b888=this[_0x212832(0x104)]()[this[_0x212832(0xb1)]()[0x0]]||'',[TestFrameworkConstants[_0x212832(0xa6)]]:_0x220557='',[TestFrameworkConstants[_0x212832(0x110)]]:_0x212203=''}=_0x34f553,_0x3d72f=_0x38e2bb[_0x212832(0x109)]()[_0x212832(0xe9)]()[_0x212832(0x9a)]('.')[0x1],_0x8cf05b=_0x38e2bb['getCurrentHookState']()[_0x212832(0xe9)]()[_0x212832(0x9a)]('.')[0x1],_0x40b68f=global?.[_0x212832(0x105)]?.[_0x212832(0x116)]?.['parallelIndex']||global[_0x212832(0xfe)]||0x0,_0x4dd6c0=_0x38e2bb['getRef'](),_0x242209=Buffer['from'](JSON[_0x212832(0xff)](_0x34f553))['toString'](_0x1b668f[_0x212832(0xa9)]),_0x15143e={'hash':_0x360630[_0x212832(0x108)](),'threadId':_0x360630['getThreadId']()[_0x212832(0xe9)](),'processId':_0x360630[_0x212832(0x114)]()[_0x212832(0xe9)]()},_0x1ea426={};return _0x1ea426['platformIndex']=_0x40b68f,_0x1ea426[_0x212832(0xe4)]=_0x14ab48,_0x1ea426[_0x212832(0xed)]=_0x36b888,_0x1ea426[_0x212832(0x106)]=_0x3d72f,_0x1ea426[_0x212832(0xa4)]=_0x8cf05b,_0x1ea426[_0x212832(0xe1)]=_0x220557,_0x1ea426[_0x212832(0xe8)]=_0x212203,_0x1ea426[_0x212832(0x107)]=_0x4dd6c0,_0x1ea426[_0x212832(0xd0)]=_0x242209,_0x1ea426[_0x212832(0x98)]=_0x15143e,_0x1ea426['test_identifier']=_0x52c05b,_0x1ea426;}catch(_0xd13ce4){return logger[_0x212832(0x99)](_0x212832(0xb4)+util['format'](_0xd13ce4)),{};}}}module[a99_0x427dc8(0xd1)]=NodeGenericFramework;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
const
|
|
1
|
+
const a100_0xc6aaa3=a100_0x28c3;(function(_0x316455,_0x453a11){const _0x3a14d7=a100_0x28c3,_0x50b694=_0x316455();while(!![]){try{const _0x3df37e=-parseInt(_0x3a14d7(0x84))/0x1*(parseInt(_0x3a14d7(0x8f))/0x2)+-parseInt(_0x3a14d7(0x8c))/0x3*(parseInt(_0x3a14d7(0x89))/0x4)+-parseInt(_0x3a14d7(0xa4))/0x5*(-parseInt(_0x3a14d7(0x94))/0x6)+-parseInt(_0x3a14d7(0x87))/0x7*(-parseInt(_0x3a14d7(0xac))/0x8)+parseInt(_0x3a14d7(0x91))/0x9*(parseInt(_0x3a14d7(0x99))/0xa)+parseInt(_0x3a14d7(0x9f))/0xb*(-parseInt(_0x3a14d7(0x9b))/0xc)+parseInt(_0x3a14d7(0xb0))/0xd*(parseInt(_0x3a14d7(0xa7))/0xe);if(_0x3df37e===_0x453a11)break;else _0x50b694['push'](_0x50b694['shift']());}catch(_0x3e10ba){_0x50b694['push'](_0x50b694['shift']());}}}(a100_0x39d7,0x58caa));const AutomationFramework=require('./automationFramework.js'),{createClassLogger}=require(a100_0xc6aaa3(0xaa)),AutomationFrameworkState=require(a100_0xc6aaa3(0x8e)),CLIUtils=require(a100_0xc6aaa3(0x9d)),TrackedInstance=require(a100_0xc6aaa3(0x92)),AutomationFrameworkInstance=require('../instances/automationFrameworkInstance.js');function a100_0x39d7(){const _0x5c29ba=['PLAYWRIGHT_DISPATCH','logger','debug','10TfMkKn','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','248652nzxrHB','trackEvent','../cliUtils.js','getTrackedInstance','319ZVvvCv','getCurrentInstanceName','getAutomationFrameworkName','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','params','425ilkFbs','trackPlaywrightInstance','PlaywrightAutomationFramework','714826dmbzmO','\x20target=','GpKmR','../../../helpers/classLogger.js','KyJHU','112936tnlizC','CREATE','info','instance','208ZLrlEH','37534vIXSzJ','exports','trackEvent:\x20automationFrameworkState=','98eqPFnV','message','916FeIIlm','resolveInstance','\x20hookState=','2679okYDoW','oMAYp','../state/automationFrameworkState.js','26hgVTUw',',\x20state=','4203909rmvtCT','../instances/trackedInstance.js','trackPlaywrightInstance:\x20instance\x20already\x20exists','12378yRLqJH','bsParams'];a100_0x39d7=function(){return _0x5c29ba;};return a100_0x39d7();}class PlaywrightAutomationFramework extends AutomationFramework{['logger']=createClassLogger(a100_0xc6aaa3(0xa6));constructor(_0x18b698,_0x127454){super(_0x18b698,_0x127454);}async[a100_0xc6aaa3(0x9c)](_0x188a0a,_0x36fcc8,_0x39d976={}){const _0x12f854=a100_0xc6aaa3,_0x376f70={};_0x376f70[_0x12f854(0xab)]=function(_0x585598,_0x4bf22a){return _0x585598===_0x4bf22a;};const _0x6871b5=_0x376f70;this['logger'][_0x12f854(0x98)](_0x12f854(0x86)+_0x188a0a+_0x12f854(0x8b)+_0x36fcc8),await super[_0x12f854(0x9c)](_0x188a0a,_0x36fcc8,_0x39d976);const _0x3917a8=this[_0x12f854(0x8a)](_0x188a0a,_0x36fcc8,_0x39d976);if(_0x6871b5['KyJHU'](_0x3917a8,null))return;_0x39d976[_0x12f854(0xaf)]=_0x3917a8,await this['runHooks'](_0x3917a8,_0x188a0a,_0x36fcc8,_0x39d976);}['resolveInstance'](_0x4027c8,_0x58455f,_0x1e8381={}){const _0x1aea7d=a100_0xc6aaa3,_0x48a6ff={};_0x48a6ff[_0x1aea7d(0xa9)]=function(_0x19b66c,_0x433cf0){return _0x19b66c===_0x433cf0;};const _0x5d6eb9=_0x48a6ff;let _0x5352b9=null;return(_0x5d6eb9[_0x1aea7d(0xa9)](_0x4027c8,AutomationFrameworkState[_0x1aea7d(0xad)])||_0x5d6eb9[_0x1aea7d(0xa9)](_0x4027c8,AutomationFrameworkState[_0x1aea7d(0x96)])&&(_0x1e8381[_0x1aea7d(0x88)]&&_0x1e8381[_0x1aea7d(0x88)][_0x1aea7d(0xa3)]&&_0x1e8381[_0x1aea7d(0x88)]['params'][_0x1aea7d(0x95)])||_0x5d6eb9[_0x1aea7d(0xa9)](_0x4027c8,AutomationFrameworkState['NONE']))&&this['trackPlaywrightInstance'](_0x4027c8,_0x1e8381),_0x5352b9=AutomationFramework[_0x1aea7d(0x9e)](),_0x5352b9;}[a100_0xc6aaa3(0xa5)](_0x31a56d,_0x17c725){const _0x4e2cf8=a100_0xc6aaa3,_0x5b75ba={};_0x5b75ba[_0x4e2cf8(0x8d)]=_0x4e2cf8(0x93);const _0x3765a5=_0x5b75ba;if(AutomationFramework['getTrackedInstance']()){this[_0x4e2cf8(0x97)][_0x4e2cf8(0xae)](_0x3765a5[_0x4e2cf8(0x8d)]);return;}const _0x19db6e=CLIUtils[_0x4e2cf8(0xa0)](),_0x379cfd=TrackedInstance['createContext'](_0x19db6e);let _0x262b47=null;this[_0x4e2cf8(0x97)][_0x4e2cf8(0xae)](_0x4e2cf8(0xa2)+_0x19db6e+_0x4e2cf8(0x90)+_0x31a56d),_0x262b47=new AutomationFrameworkInstance(_0x379cfd,this[_0x4e2cf8(0xa1)](),this['getAutomationFrameworkVersion'](),_0x31a56d),AutomationFramework['setTrackedInstance'](_0x379cfd,_0x262b47),this[_0x4e2cf8(0x97)][_0x4e2cf8(0xae)](_0x4e2cf8(0x9a)+_0x379cfd['getId']()+_0x4e2cf8(0xa8)+_0x19db6e);}}function a100_0x28c3(_0x28570e,_0x456c2c){const _0x39d7b2=a100_0x39d7();return a100_0x28c3=function(_0x28c3ac,_0x3ee41c){_0x28c3ac=_0x28c3ac-0x84;let _0x972636=_0x39d7b2[_0x28c3ac];return _0x972636;},a100_0x28c3(_0x28570e,_0x456c2c);}module[a100_0xc6aaa3(0x85)]=PlaywrightAutomationFramework;
|