browserstack-node-sdk 1.66.2 → 1.66.4

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.
Files changed (220) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  42. package/src/bin/codeceptjs/command.js +1 -1
  43. package/src/bin/codeceptjs/helper.js +1 -1
  44. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  45. package/src/bin/cucumber-js/command.js +1 -1
  46. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  48. package/src/bin/cucumber-js/test-observability.js +1 -1
  49. package/src/bin/cucumber-js/test.setup.js +1 -1
  50. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  51. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  52. package/src/bin/detox/a11ySetup.js +1 -1
  53. package/src/bin/detox/command.js +1 -1
  54. package/src/bin/detox/modifyDetoxConf.js +1 -1
  55. package/src/bin/detox/traEmitter.js +1 -1
  56. package/src/bin/integrations/command.js +1 -1
  57. package/src/bin/integrations/constants.js +1 -1
  58. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  59. package/src/bin/jasmine/command.js +1 -1
  60. package/src/bin/jasmine/test.setup.js +1 -1
  61. package/src/bin/jasmine/testRunMap.js +1 -1
  62. package/src/bin/jest/command.js +1 -1
  63. package/src/bin/jest/customImplements/customCircus.js +1 -1
  64. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  65. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  66. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  67. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  68. package/src/bin/jest/jest.setup.js +1 -1
  69. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  70. package/src/bin/jest/test-observability/helper.js +1 -1
  71. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  72. package/src/bin/jest/test-observability/test-details.js +1 -1
  73. package/src/bin/jest/test.setup.js +1 -1
  74. package/src/bin/jest/test_before.setup.js +1 -1
  75. package/src/bin/launcher/launcher.js +1 -1
  76. package/src/bin/load/index.js +1 -1
  77. package/src/bin/load/loadErrors.js +1 -1
  78. package/src/bin/load/loadUtils.js +1 -1
  79. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  80. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  81. package/src/bin/mocha/command.js +1 -1
  82. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  83. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  84. package/src/bin/mocha/test.setup.js +1 -1
  85. package/src/bin/newman/command.js +1 -1
  86. package/src/bin/newman/helper.js +1 -1
  87. package/src/bin/newman/reporter/index.js +1 -1
  88. package/src/bin/newman/scriptRunner.js +1 -1
  89. package/src/bin/nightwatch/command.js +1 -1
  90. package/src/bin/node-generic/client.js +1 -1
  91. package/src/bin/playwright/accessibility-helper.js +1 -1
  92. package/src/bin/playwright/command.js +1 -1
  93. package/src/bin/playwright/globalSetup.js +1 -1
  94. package/src/bin/playwright/mock-process.js +1 -1
  95. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  96. package/src/bin/playwright/patches.js +1 -1
  97. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  98. package/src/bin/playwright/reporter/reporter.js +1 -1
  99. package/src/bin/playwright/reporter/test-details.js +1 -1
  100. package/src/bin/playwright/reporterArgs.js +1 -1
  101. package/src/bin/playwright/sessionDetails.js +1 -1
  102. package/src/bin/puppeteer/patches.js +1 -1
  103. package/src/bin/puppeteer/sessionDetails.js +1 -1
  104. package/src/bin/puppeteer/test.setup.js +1 -1
  105. package/src/bin/runner.js +1 -1
  106. package/src/bin/setup.js +1 -1
  107. package/src/bin/test-runner/index.js +1 -1
  108. package/src/bin/test-runner/runTest.js +1 -1
  109. package/src/bin/test-runner/testWorker.js +1 -1
  110. package/src/bin/testcafe/a11y-runner.js +1 -1
  111. package/src/bin/testcafe/command.js +1 -1
  112. package/src/bin/testcafe/reporter/index.js +1 -1
  113. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  114. package/src/bin/testcafe/session-registry.js +1 -1
  115. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  116. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  117. package/src/bin/testcafe/w3c-driver.js +1 -1
  118. package/src/bin/utils/apiUtilityMethods.js +1 -1
  119. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  120. package/src/bin/utils/constants.js +1 -1
  121. package/src/bin/utils/log4jsAppender.js +1 -1
  122. package/src/bin/utils/logPatcher.js +1 -1
  123. package/src/bin/utils/logReportingAPI.js +1 -1
  124. package/src/bin/utils/playwright-patcher.js +1 -1
  125. package/src/bin/utils/puppeteer-patcher.js +1 -1
  126. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  127. package/src/bin/utils/sharedUtils.js +1 -1
  128. package/src/bin/v2/TestInfo.js +1 -1
  129. package/src/bin/v2/browserstackCLI.js +1 -1
  130. package/src/bin/v2/cliUtils.js +1 -1
  131. package/src/bin/v2/customTagManager.js +1 -1
  132. package/src/bin/v2/eventDispatcher.js +1 -1
  133. package/src/bin/v2/framework/automationFramework.js +1 -1
  134. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  135. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  136. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  137. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  138. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  139. package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
  140. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  141. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  142. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  143. package/src/bin/v2/framework/testFramework.js +1 -1
  144. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  145. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  146. package/src/bin/v2/grpcClient.js +1 -1
  147. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  148. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  149. package/src/bin/v2/instances/trackedContext.js +1 -1
  150. package/src/bin/v2/instances/trackedInstance.js +1 -1
  151. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  152. package/src/bin/v2/modules/baseModule.js +1 -1
  153. package/src/bin/v2/modules/loadTestModule.js +1 -1
  154. package/src/bin/v2/modules/observabilityModule.js +1 -1
  155. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  156. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  157. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  158. package/src/bin/v2/modules/testhubModule.js +1 -1
  159. package/src/bin/v2/sdkErrorHandler.js +1 -1
  160. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  161. package/src/bin/v2/state/hookState.js +1 -1
  162. package/src/bin/v2/state/testFrameworkState.js +1 -1
  163. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  164. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  165. package/src/bin/v2/utils/jest-utils.js +1 -1
  166. package/src/bin/vanilla-js/command.js +1 -1
  167. package/src/browserStackSdk.js +1 -1
  168. package/src/helpers/BrowserStackSetup.js +1 -1
  169. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  170. package/src/helpers/accessibility-automation/constants.js +1 -1
  171. package/src/helpers/accessibility-automation/helper.js +1 -1
  172. package/src/helpers/accessibility-automation/scripts.js +1 -1
  173. package/src/helpers/ats/constants.js +1 -1
  174. package/src/helpers/ats/helper.js +1 -1
  175. package/src/helpers/caCertHelper.js +1 -1
  176. package/src/helpers/capsMapping.js +1 -1
  177. package/src/helpers/central-scanner/constants.js +1 -1
  178. package/src/helpers/central-scanner/helpers.js +1 -1
  179. package/src/helpers/classLogger.js +1 -1
  180. package/src/helpers/driverInitErrorReporter.js +1 -1
  181. package/src/helpers/globals.js +1 -1
  182. package/src/helpers/helper.js +1 -1
  183. package/src/helpers/logger.js +1 -1
  184. package/src/helpers/metadata.js +1 -1
  185. package/src/helpers/patchHelper.js +1 -1
  186. package/src/helpers/patchHelpers.js +1 -1
  187. package/src/helpers/percy/Percy.js +1 -1
  188. package/src/helpers/percy/PercyBinary.js +1 -1
  189. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  190. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  191. package/src/helpers/percy/PercySDK.js +1 -1
  192. package/src/helpers/percy/index.js +1 -1
  193. package/src/helpers/percy/utils.js +1 -1
  194. package/src/helpers/performance/constants.js +1 -1
  195. package/src/helpers/performance/performance-tester.js +1 -1
  196. package/src/helpers/playwright-helper.js +1 -1
  197. package/src/helpers/processHelper.js +1 -1
  198. package/src/helpers/puppeteer-helper.js +1 -1
  199. package/src/helpers/request-spy.js +1 -1
  200. package/src/helpers/setKeepAlive.js +1 -1
  201. package/src/helpers/stackFrameUtils.js +1 -1
  202. package/src/helpers/test-observability/constants.js +1 -1
  203. package/src/helpers/test-observability/error-handler.js +1 -1
  204. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  205. package/src/helpers/test-observability/sessionHandler.js +1 -1
  206. package/src/helpers/test-observability/utils.js +1 -1
  207. package/src/helpers/test-orchestration/constants.js +1 -1
  208. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  209. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  210. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  211. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  212. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  213. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  214. package/src/helpers/testhub/constants.js +1 -1
  215. package/src/helpers/testhub/testhubHandler.js +1 -1
  216. package/src/helpers/testhub/utils.js +1 -1
  217. package/src/helpers/utilities.js +1 -1
  218. package/src/helpers/w3cMapping.js +1 -1
  219. package/src/hubAllocationMethods.js +1 -1
  220. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a96_0x22d845=a96_0x4d5e;function a96_0x4583(){const _0x56c1c6=['trackEvent','../TestInfo.js','addMultipleEntries',',\x20error:\x20','getAllPendingHookTestIds','KEY_TEST_SCOPES','../../../helpers/helper.js','isArray','testFrameworkState','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','hooks','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','logCreatedEvent','reverse','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','hookState','ShHMr','OJyjD','error','../../../helpers/classLogger.js','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','../instances/testFrameworkInstance.js','getRootParentFile','cUciO','mapTestHooks','../../../helpers/test-observability/utils','KEY_HOOKS_STARTED','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','storePendingHook','KEY_HOOK_FAILURE_REASON','Blgya','apply','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','OxTUC','testFrameworkName','FBGqV','ozopk','getRef',',\x20state:\x20','RlLUe','workerInfo','KEY_AUTOMATE_SESSION_NAME','getHooksForTest','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','activeHooks',',\x20argsKeys=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','stringify','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','test_run_id','getJestFailureData','skipped','trackJestInstance','getJestTestScopes','EJUYT','getAllData','removePendingHooks','toString','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','JestTestFramework','test_run_uuid','jgYoe','xIYeo','GtrEQ','eQQNc','get','16gSudnU','BDyqR','HfLVI','sPlvw','\x20(testIdentifier),\x20hookType=','hook_type','3756dXxzqA','vdQou','getCurrentHookState','finished_at','exports','findIndex',',\x20hook_run_uuid=','getJestFailureReason','vbptp','substr','GuehG','parse','KEY_TEST_LOGS','BbWGk','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','NONE',',\x20consoleLogs:\x20','maxArrayLength','AEWJe','push','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','BzgGZ','event_ended_at','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','addPendingHook','aWIvo','aRscw','trackJestInstance:\x20instance\x20already\x20exists','isJestInternalHook','KEY_HOOK_LOGS','warn','getJestTestName','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','PRE','startsWith','KEY_TEST_ENDED_AT','file_name','length','3202380sTWaRo','KEY_TEST_ATTACHMENTS',',\x20screenshotLogs:\x20','name',',\x20testData=',',\x20hook=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','rENZl','getJestFailureType','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','depth','UHuPh','test_identifier','Unknown\x20Test','args','EmWkr','../state/hookState.js','tnnAN','\x20-\x20testId:\x20','startedAt',',\x20hookUUID=','retryOf',',\x20filePath:\x20','testId','KEY_TEST_NAME','KEY_HOOK_ID',',\x20test_run_uuid=',',\x20hookData=','shjQE','hookUUID','gUjiB','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','lFiHc','KEY_EVENT_STARTED_AT','platformIndex','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','originalTest','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','\x20screenshot\x20logs\x20for\x20testId:\x20','hook_run_uuid','Hikjw','Unknown\x20error','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','ubyXW','\x20files','zJMTM','toUpperCase','aDasn','passed','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','instance','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','\x20attachments','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','EqLeW','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','parallelIndex','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20',',\x20hookState:\x20','parseJestTestResult','resolveInstance','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','getInstance','matchHookRegex','4MMmnsN','getContext','forEach','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','AssertionError','ALL','delete','hookAnalyticsId','substring','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=',',\x20hooksListLength=','includes','afterAll','filter','getTrackedInstance','beforeAll','pkQhw','status','KEY_TEST_FRAMEWORK_NAME','gnxJK','replace',',\x20testId=','endedAt','yktTa','bGhNx','2083818UBwWET','\x20(testIdentifier),\x20result=','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','LWObB','POST','bKKew','failure_reason',',\x20hookId=','parent','orUmt','\x20to\x20','KEY_TEST_CODE','sMaBk','KEY_LOGS','buildHookMapFromTest','hDNdm','_ALL','lddEP','KEY_TEST_FAILURE','kpTDW','pop','../cliUtils.js','getJestTestIdentifier','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','eRtPb','createTestFrameworkEventPayload','trackHookEvent','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','keys','dLnOy','KEY_HOOK_NAME','WBMiU','concat','location','result','test','KEY_TEST_ID',',\x20totalHooks=','KEY_TEST_FILE_PATH','unknown',',\x20response=','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','../instances/trackedInstance.js',',\x20platformIndex:\x20','title','ceil','eDUpM',',\x20failureReason=','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','KEY_HOOK_RESULT','started_at','testData','dqhio','nIMar','skip','join','TEST','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','type','getPendingHooks','inspect','BEFORE_ALL',':testAnalyticsId','KEY_TEST_LOCATION','7072533rAjzIo','\x20for\x20testId:\x20',',\x20exception=','Stored\x20pending\x20hook\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=',',\x20totalBatches:\x20','browserstackPlatformIndex','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20',',\x20duration=','YSmvk','\x20hook','KEY_EVENT_ENDED_AT','file','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','KEY_TEST_RESULT','Error\x20in\x20createTestFrameworkEventPayload:\x20','filePath','eventJson','getActiveHook','KgLtD','uuid','getTestFrameworks','26670567zcaDXf','split',',\x20hookType=','none','Poing','from','setActiveHook','\x20logs\x20for\x20testId:\x20','getProcessId','scope',',\x20hookState=','XOgzD','stack-trace',',\x20scopes=','match','NunEJ','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','toISOString','hookType','runHooks','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','hookMetadata','AgWzh','\x20pending\x20hooks\x20for\x20testId:\x20',',\x20result=','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=',',\x20messageLength=','missing','dLcbE','hookData',',\x20attachmentLogs:\x20',',\x20scope:\x20','KEY_TEST_SCOPE','Assert','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','KEY_TEST_RERUN_NAME','failed','300cUZwdj','map','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','PCyHZ','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','set','DEFAULT_HOOK_RESULT','aNtlf','KEY_HOOKS_FINISHED','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','iuzoQ','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','omCTn','tags','KEY_HOOK_LAST_STARTED','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','DEFAULT_TEST_RESULT','KEY_TEST_RETRY_OF','pid','duration','Processing\x20','setTrackedInstance','__bstackPlatformIndex','testUUID','juROK',',\x20target=','processPendingHooks','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','TtKjx','kind','removeActiveHook','KEY_TEST_TAGS','1883399MUtDLx','getId','KEY_TEST_FRAMEWORK_VERSION',',\x20version=','asyncError','debug',',\x20state=','cGRPm','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','KEY_CUSTOM_TAGS','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','ROOT_DESCRIBE_BLOCK','212gFySuD','parseJestTest','\x22\x20hook','trackJestInstance:\x20created\x20instance\x20for\x20target=','aqyPg',',\x20failureType=','body','errorsDetailed','KEY_TEST_META','KgaWa','getTestFrameworksVersions','scopes','KEY_TEST_FAILURE_TYPE','has','aJHjb','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','KEY_TEST_FAILURE_REASON','getThreadId','7116iVSRQC','sendLogCreatedEvent','hook_id','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','KEY_TEST_STARTED_AT','../grpcClient','createContext','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','format','./constants/testFrameworkConstants.js','getJestTestTags',',\x20testFramework=','\x20&\x20hookState='];a96_0x4583=function(){return _0x56c1c6;};return a96_0x4583();}(function(_0x761a26,_0x229183){const _0xebb915=a96_0x4d5e,_0x59779e=_0x761a26();while(!![]){try{const _0x5094fa=parseInt(_0xebb915(0x1e2))/0x1*(-parseInt(_0xebb915(0x24a))/0x2)+-parseInt(_0xebb915(0x2cb))/0x3*(parseInt(_0xebb915(0x2b0))/0x4)+parseInt(_0xebb915(0x348))/0x5*(parseInt(_0xebb915(0x1f4))/0x6)+parseInt(_0xebb915(0x1d6))/0x7*(-parseInt(_0xebb915(0x244))/0x8)+-parseInt(_0xebb915(0x30b))/0x9+parseInt(_0xebb915(0x270))/0xa+parseInt(_0xebb915(0x321))/0xb;if(_0x5094fa===_0x229183)break;else _0x59779e['push'](_0x59779e['shift']());}catch(_0x47cae5){_0x59779e['push'](_0x59779e['shift']());}}}(a96_0x4583,0x617c6));function a96_0x4d5e(_0x5a3342,_0x5b5e69){const _0x4583e9=a96_0x4583();return a96_0x4d5e=function(_0x4d5ec7,_0x2845a4){_0x4d5ec7=_0x4d5ec7-0x1ba;let _0x51143f=_0x4583e9[_0x4d5ec7];return _0x51143f;},a96_0x4d5e(_0x5a3342,_0x5b5e69);}const TestFramework=require('./testFramework'),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a96_0x22d845(0x280)),{createClassLogger}=require(a96_0x22d845(0x214)),TestFrameworkInstance=require(a96_0x22d845(0x216)),CLIUtils=require(a96_0x22d845(0x2e0)),TrackedInstance=require(a96_0x22d845(0x2f5)),TestFrameworkConstants=require(a96_0x22d845(0x1fd)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a96_0x22d845(0x207)),{isInternalHook}=require(a96_0x22d845(0x21a)),logger=createClassLogger(a96_0x22d845(0x23d)),{v4:uuidv4}=require('uuid'),util=require('util'),TestInfo=require(a96_0x22d845(0x202)),GrpcClient=require(a96_0x22d845(0x1f9)),stackTrace=require(a96_0x22d845(0x32d)),{pickUserFrameFile}=require('../../../helpers/stackFrameUtils');class JestTestFramework extends TestFramework{constructor(_0x3750b8,_0xe33a69,_0x37b738){const _0x4059e3=a96_0x22d845;super(_0x3750b8,_0xe33a69,_0x37b738),this[_0x4059e3(0x22e)]=new Map();}[a96_0x22d845(0x327)](_0x169d7f,_0x654f9f,_0x406767){const _0x4f5eee=a96_0x22d845,_0x5043bb={};_0x5043bb[_0x4f5eee(0x246)]=function(_0x403d34,_0x569ce7){return _0x403d34||_0x569ce7;};const _0x3c2cfc=_0x5043bb;if(_0x3c2cfc['HfLVI'](!_0x169d7f,!_0x654f9f)){logger[_0x4f5eee(0x268)]('[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x169d7f+_0x4f5eee(0x284)+_0x654f9f);return;}!this[_0x4f5eee(0x22e)][_0x4f5eee(0x1ef)](_0x169d7f)&&this[_0x4f5eee(0x22e)][_0x4f5eee(0x1ba)](_0x169d7f,[]);const _0x434a05={'hookUUID':_0x654f9f,'hookType':_0x406767,'startedAt':new Date()['toISOString']()};this[_0x4f5eee(0x22e)][_0x4f5eee(0x243)](_0x169d7f)[_0x4f5eee(0x25d)](_0x434a05),logger[_0x4f5eee(0x1db)](_0x4f5eee(0x2a1)+_0x169d7f+',\x20hookUUID='+_0x654f9f+',\x20hookType='+_0x406767+_0x4f5eee(0x2f0)+this['activeHooks'][_0x4f5eee(0x243)](_0x169d7f)[_0x4f5eee(0x26f)]);}[a96_0x22d845(0x1d4)](_0x4e1853,_0x2dd161){const _0xf20501=a96_0x22d845,_0x107af3={};_0x107af3['zJMTM']=function(_0x4b4db9,_0x2b4d2c){return _0x4b4db9||_0x2b4d2c;},_0x107af3['aDasn']=function(_0x5b18a8,_0x44ad1d){return _0x5b18a8!==_0x44ad1d;},_0x107af3[_0xf20501(0x241)]=function(_0x41c47b,_0xfd5657){return _0x41c47b===_0xfd5657;};const _0x183928=_0x107af3;if(_0x183928[_0xf20501(0x29d)](!_0x4e1853,!_0x2dd161)){logger[_0xf20501(0x268)](_0xf20501(0x331)+_0x4e1853+_0xf20501(0x284)+_0x2dd161);return;}if(this[_0xf20501(0x22e)][_0xf20501(0x1ef)](_0x4e1853)){const _0x1e91ad=this[_0xf20501(0x22e)][_0xf20501(0x243)](_0x4e1853),_0xde656b=_0x1e91ad[_0xf20501(0x24f)](_0x28f82b=>_0x28f82b[_0xf20501(0x28d)]===_0x2dd161);_0x183928[_0xf20501(0x29f)](_0xde656b,-0x1)?(_0x1e91ad['splice'](_0xde656b,0x1),logger['debug'](_0xf20501(0x33b)+_0x4e1853+_0xf20501(0x284)+_0x2dd161+',\x20remainingHooks='+_0x1e91ad[_0xf20501(0x26f)]),_0x183928['GtrEQ'](_0x1e91ad[_0xf20501(0x26f)],0x0)&&this[_0xf20501(0x22e)][_0xf20501(0x2b6)](_0x4e1853)):logger['debug'](_0xf20501(0x2a5)+_0x4e1853+_0xf20501(0x284)+_0x2dd161);}}[a96_0x22d845(0x31d)](_0x557c6c){const _0x3ddbb9=a96_0x22d845,_0x397a6b={};_0x397a6b['PCyHZ']=function(_0x19edf7,_0x111758){return _0x19edf7>_0x111758;},_0x397a6b[_0x3ddbb9(0x330)]=function(_0x36d3a1,_0x5c2c34){return _0x36d3a1-_0x5c2c34;};const _0x521897=_0x397a6b;if(!_0x557c6c)return null;if(this[_0x3ddbb9(0x22e)][_0x3ddbb9(0x1ef)](_0x557c6c)){const _0x1fe0e1=this[_0x3ddbb9(0x22e)]['get'](_0x557c6c);if(_0x521897[_0x3ddbb9(0x34b)](_0x1fe0e1[_0x3ddbb9(0x26f)],0x0)){const _0x4fee4d=_0x1fe0e1[_0x521897[_0x3ddbb9(0x330)](_0x1fe0e1[_0x3ddbb9(0x26f)],0x1)];return logger[_0x3ddbb9(0x1db)](_0x3ddbb9(0x2f4)+_0x557c6c+',\x20hookUUID='+_0x4fee4d[_0x3ddbb9(0x28d)]+_0x3ddbb9(0x323)+_0x4fee4d[_0x3ddbb9(0x333)]),_0x4fee4d;}}return null;}async[a96_0x22d845(0x201)](_0x13d3ee,_0x1b5b72,_0x40cc5e={}){const _0x5979a5=a96_0x22d845,_0x13e28f={};_0x13e28f[_0x5979a5(0x337)]=_0x5979a5(0x2b3),_0x13e28f[_0x5979a5(0x1ce)]=function(_0x5f4e4a,_0x2d5ece){return _0x5f4e4a===_0x2d5ece;},_0x13e28f[_0x5979a5(0x263)]=function(_0xcb4a95,_0x4bbbfd){return _0xcb4a95||_0x4bbbfd;},_0x13e28f[_0x5979a5(0x1c1)]=_0x5979a5(0x230),_0x13e28f['vRKUo']=function(_0x5c430f,_0x241f4f){return _0x5c430f===_0x241f4f;};const _0x19626b=_0x13e28f;logger['debug'](_0x5979a5(0x215)+_0x13d3ee+',\x20hookState='+_0x1b5b72+_0x5979a5(0x22f)+Object[_0x5979a5(0x2e7)](_0x40cc5e)[_0x5979a5(0x302)](',')),await super['trackEvent'](_0x13d3ee,_0x1b5b72,_0x40cc5e);const _0xa964b2=this[_0x5979a5(0x2ac)](_0x13d3ee,_0x1b5b72,_0x40cc5e);if(!_0xa964b2){logger['debug'](_0x19626b[_0x5979a5(0x337)]);return;}try{let _0x4e58f4,_0x3102fa,_0x3671da;switch(_0x13d3ee){case TestFrameworkState[_0x5979a5(0x303)]:_0x4e58f4=_0x40cc5e[_0x5979a5(0x2ee)];const _0x3dd3a1={};_0x3dd3a1[_0x5979a5(0x27a)]=0x2,_0x3dd3a1[_0x5979a5(0x25b)]=0x3,logger[_0x5979a5(0x1db)](_0x5979a5(0x30f)+_0x1b5b72+_0x5979a5(0x274)+util[_0x5979a5(0x307)](_0x4e58f4,_0x3dd3a1)),_0x3671da=this['getJestTestIdentifier'](_0x4e58f4),_0x3102fa=null,logger[_0x5979a5(0x1db)](_0x5979a5(0x258)+_0x3671da+'\x20(testIdentifier)');if(_0x19626b[_0x5979a5(0x1ce)](_0x1b5b72,HookState['PRE'])){logger[_0x5979a5(0x1db)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20'+_0x3671da);const _0x53c77d={};_0x53c77d['testUUID']=_0x3102fa,_0x53c77d[_0x5979a5(0x2fe)]=_0x4e58f4,_0x53c77d['testId']=_0x3671da;const _0x3caa97=this[_0x5979a5(0x1e3)](_0x53c77d),_0x5dd7ce={};_0x5dd7ce[_0x5979a5(0x27a)]=0x2,_0x5dd7ce[_0x5979a5(0x25b)]=0x3,logger[_0x5979a5(0x1db)](_0x5979a5(0x345)+util[_0x5979a5(0x307)](_0x3caa97,_0x5dd7ce)),_0xa964b2[_0x5979a5(0x203)](_0x3caa97),logger[_0x5979a5(0x1db)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0x3671da),await this['processPendingHooks'](_0xa964b2,_0x3671da);}else{if(_0x19626b[_0x5979a5(0x1ce)](_0x1b5b72,HookState['POST'])){logger['debug'](_0x5979a5(0x1c5)+_0x3671da);const _0x16865b=_0xa964b2['getAllData']()[_0x5979a5(0x243)](_0x3671da);logger[_0x5979a5(0x1db)](_0x5979a5(0x1d1)+util[_0x5979a5(0x307)](Object['keys'](_0x19626b['aWIvo'](_0x16865b,{}))));_0x16865b&&_0x16865b[TestFrameworkConstants[_0x5979a5(0x271)]]?logger[_0x5979a5(0x1db)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20'+Object['keys'](_0x16865b[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']])['length']+_0x5979a5(0x29c)):logger[_0x5979a5(0x1db)](_0x19626b[_0x5979a5(0x1c1)]);const _0x1c3a91=_0x40cc5e['originalTest']||null,_0x180cde={};_0x180cde[_0x5979a5(0x1cd)]=_0x3102fa,_0x180cde[_0x5979a5(0x2fe)]=_0x4e58f4,_0x180cde[_0x5979a5(0x287)]=_0x3671da,_0x180cde[_0x5979a5(0x294)]=_0x1c3a91;const _0x161dd4=this['parseJestTestResult'](_0x180cde),_0x1752f3={};_0x1752f3['depth']=0x2,_0x1752f3['maxArrayLength']=0x3,logger['debug'](_0x5979a5(0x1be)+util[_0x5979a5(0x307)](_0x161dd4,_0x1752f3)),_0xa964b2[_0x5979a5(0x203)](_0x161dd4),logger[_0x5979a5(0x1db)](_0x5979a5(0x22d)+_0x3671da),await this[_0x5979a5(0x1d0)](_0xa964b2,_0x3671da);}}break;case TestFrameworkState['LOG_REPORT']:if(_0x19626b['vRKUo'](_0x1b5b72,HookState[_0x5979a5(0x2cf)])){const _0x3ba065={};_0x3ba065[_0x5979a5(0x27a)]=0x2,logger[_0x5979a5(0x1db)](_0x5979a5(0x1c0)+util[_0x5979a5(0x307)](_0x40cc5e,_0x3ba065)),await this[_0x5979a5(0x1f5)](_0xa964b2,_0x13d3ee,_0x40cc5e);}break;default:if(CLIUtils[_0x5979a5(0x2af)](_0x13d3ee['toString']()['split']('.')[0x1])){const _0x42a346={};_0x42a346['depth']=0x2,_0x42a346[_0x5979a5(0x25b)]=0x3,logger['debug'](_0x5979a5(0x1f1)+_0x13d3ee+_0x5979a5(0x32b)+_0x1b5b72+_0x5979a5(0x28b)+util[_0x5979a5(0x307)](_0x40cc5e[_0x5979a5(0x340)],_0x42a346));const _0x43e4f7=await this[_0x5979a5(0x2e5)](_0xa964b2,_0x13d3ee,_0x1b5b72,_0x40cc5e),_0x17c479={};_0x17c479[_0x5979a5(0x27a)]=0x2,_0x17c479[_0x5979a5(0x25b)]=0x3,logger[_0x5979a5(0x1db)](_0x5979a5(0x293)+util[_0x5979a5(0x307)](_0x43e4f7,_0x17c479)),_0xa964b2['addMultipleEntries'](_0x43e4f7);}else logger[_0x5979a5(0x1db)](_0x5979a5(0x2ad)+_0x13d3ee+_0x5979a5(0x200)+_0x1b5b72);break;}logger[_0x5979a5(0x1db)](_0x5979a5(0x232)+_0x13d3ee+_0x5979a5(0x32b)+_0x1b5b72);}catch(_0x341be6){logger[_0x5979a5(0x213)](_0x5979a5(0x1fb)+_0x13d3ee+',\x20hookState='+_0x1b5b72+_0x5979a5(0x30d)+util[_0x5979a5(0x1fc)](_0x341be6));}_0x40cc5e[_0x5979a5(0x2a2)]=_0xa964b2,await this['runHooks'](_0xa964b2,_0x13d3ee,_0x1b5b72,_0x40cc5e);}[a96_0x22d845(0x2e1)](_0x2df719){const _0x27ad29=a96_0x22d845,_0x203a76={};_0x203a76[_0x27ad29(0x2d4)]=_0x27ad29(0x2b9);const _0x5b3acd=_0x203a76;if(_0x2df719&&(_0x2df719['id']||_0x2df719[_0x27ad29(0x31f)])){const _0x405c86=_0x2df719['id']||_0x2df719[_0x27ad29(0x31f)];return logger[_0x27ad29(0x1db)](_0x27ad29(0x2e6)+_0x405c86+'\x22\x20from\x20testData'),_0x405c86;}return logger[_0x27ad29(0x1db)](_0x5b3acd[_0x27ad29(0x2d4)]),process[_0x27ad29(0x1c8)]+_0x27ad29(0x309);}['resolveInstance'](_0x1744d9,_0x4a2d80,_0x14fb5a={}){const _0x1e3220=a96_0x22d845;let _0x320b7e=null;return _0x320b7e=TestFramework[_0x1e3220(0x2c0)](),!_0x320b7e?(logger['debug'](_0x1e3220(0x2bb)+_0x1744d9),this[_0x1e3220(0x236)](_0x1744d9,_0x14fb5a),_0x320b7e=TestFramework['getTrackedInstance'](),logger[_0x1e3220(0x1db)](_0x1e3220(0x318)+!!_0x320b7e+',\x20contextId='+_0x320b7e?.['getContext']()?.['getId']())):logger[_0x1e3220(0x1db)](_0x1e3220(0x222)+_0x320b7e['getContext']()?.[_0x1e3220(0x1d7)]()),_0x320b7e;}[a96_0x22d845(0x236)](_0x3ecd52,_0x33b53d){const _0x5d3636=a96_0x22d845,_0x3a94d6={};_0x3a94d6[_0x5d3636(0x2e8)]=_0x5d3636(0x265);const _0x1b6519=_0x3a94d6;if(TestFramework['getTrackedInstance']()){logger[_0x5d3636(0x1db)](_0x1b6519[_0x5d3636(0x2e8)]);return;}const _0x4f8276=CLIUtils['getCurrentInstanceName'](),_0x1806da=TrackedInstance[_0x5d3636(0x1fa)](_0x4f8276);let _0x31f74f=null;logger['debug'](_0x5d3636(0x1e5)+_0x4f8276+_0x5d3636(0x1dc)+_0x3ecd52),_0x31f74f=new TestFrameworkInstance(_0x1806da,this[_0x5d3636(0x320)](),this['getTestFrameworksVersions'](),_0x3ecd52,HookState[_0x5d3636(0x259)]),TestFramework[_0x5d3636(0x1cb)](_0x1806da,_0x31f74f),logger[_0x5d3636(0x1db)](_0x5d3636(0x261)+_0x1806da[_0x5d3636(0x1d7)]()+_0x5d3636(0x1cf)+_0x4f8276+_0x5d3636(0x1ff)+this[_0x5d3636(0x320)]()[0x0]+_0x5d3636(0x1d9)+this[_0x5d3636(0x1ec)]()[this['getTestFrameworks']()[0x0]]);}[a96_0x22d845(0x1e3)](_0x4742c4){const _0x316680=a96_0x22d845,_0x51a97e={};_0x51a97e[_0x316680(0x28e)]=function(_0x33c5ab,_0x32015f){return _0x33c5ab||_0x32015f;},_0x51a97e['BzgGZ']=_0x316680(0x23c);const _0xff33a0=_0x51a97e,{testUUID:_0x25f6ff,testData:_0x2cc99f,testId:_0x12c8b7}=_0x4742c4;if(_0xff33a0[_0x316680(0x28e)](!_0x2cc99f,!_0x12c8b7))return logger[_0x316680(0x1db)](_0xff33a0[_0x316680(0x25f)]),{};const _0x521fef=this['getTestFrameworks']()[0x0],_0x516052=this['getTestFrameworksVersions'](),_0x5a67cd={};_0x5a67cd[_0x316680(0x27a)]=0x2,_0x5a67cd['maxArrayLength']=0x3,logger['debug'](_0x316680(0x2e2)+util[_0x316680(0x307)](_0x2cc99f,_0x5a67cd));const _0x5a3afa=_0x2cc99f?.[_0x316680(0x1ed)]||[],_0x110ab9=this[_0x316680(0x269)](_0x2cc99f),_0x139604=this['getJestTestFilePath'](_0x2cc99f),_0x1950d7=_0x2cc99f['fn']?_0x2cc99f['fn'][_0x316680(0x23b)]():_0x2cc99f?.[_0x316680(0x1e8)]?_0x2cc99f[_0x316680(0x1e8)]['code'][_0x316680(0x23b)]():null,_0x3dc854=this['getJestTestTags'](_0x2cc99f),_0x3446ee={[TestFrameworkConstants[_0x316680(0x2c4)]]:_0x521fef,[TestFrameworkConstants[_0x316680(0x1d8)]]:_0x516052[_0x521fef],[TestFrameworkConstants[_0x316680(0x256)]]:[],[TestFrameworkConstants[_0x316680(0x1bd)]]:{},[TestFrameworkConstants[_0x316680(0x21b)]]:{},[TestFrameworkConstants[_0x316680(0x319)]]:TestFrameworkConstants[_0x316680(0x1c6)],[TestFrameworkConstants[_0x316680(0x22b)]]:_0x110ab9,[TestFrameworkConstants[_0x316680(0x2f1)]]:_0x139604,[TestFrameworkConstants[_0x316680(0x2ef)]]:_0x12c8b7,[TestFrameworkConstants[_0x316680(0x288)]]:_0x110ab9,[TestFrameworkConstants[_0x316680(0x30a)]]:_0x139604,[TestFrameworkConstants[_0x316680(0x2d6)]]:_0x1950d7,[TestFrameworkConstants[_0x316680(0x1d5)]]:_0x3dc854,[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x2cc99f[_0x316680(0x2fd)]||new Date()[_0x316680(0x332)](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x5a3afa[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x5a3afa,[TestFrameworkConstants[_0x316680(0x346)]]:_0x110ab9,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x316680(0x1ea)]]:{}};_0x2cc99f[_0x316680(0x285)]&&(_0x3446ee[TestFrameworkConstants[_0x316680(0x1c7)]]=_0x2cc99f[_0x316680(0x285)]);logger[_0x316680(0x1db)](_0x316680(0x2fb)+_0x110ab9+_0x316680(0x2c7)+_0x12c8b7+'\x20(testIdentifier),\x20tags='+JSON[_0x316680(0x231)](_0x3dc854)+_0x316680(0x32e)+util[_0x316680(0x307)](_0x5a3afa)+',\x20filePath='+_0x139604);const _0x6744bc={};return _0x6744bc[_0x12c8b7]=_0x3446ee,_0x6744bc;}[a96_0x22d845(0x2ab)](_0x1687a7){const _0x394203=a96_0x22d845,_0x284591={'BbWGk':function(_0x1398bd,_0x36cebd){return _0x1398bd===_0x36cebd;},'WBMiU':_0x394203(0x2be),'ZDPWV':function(_0x4f2ef4,_0x4d2348){return _0x4f2ef4===_0x4d2348;},'JUtON':'beforeAll','gyLRC':_0x394203(0x2b5),'ApwTl':_0x394203(0x2db),'aqyPg':function(_0x48a68d,_0x569d60){return _0x48a68d||_0x569d60;},'lddEP':'No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','gBxwj':_0x394203(0x2f2),'EmWkr':function(_0x336e00,_0x1d15a0){return _0x336e00>_0x1d15a0;},'RlLUe':_0x394203(0x347),'ubyXW':_0x394203(0x301),'rENZl':function(_0xc45723,_0x56d963){return _0xc45723===_0x56d963;},'aRscw':_0x394203(0x235),'cGRPm':_0x394203(0x2a0),'eDUpM':function(_0x13d0ed,_0x1623c4){return _0x13d0ed!==_0x1623c4;},'gnxJK':function(_0x4021c6,_0x4c1959,_0x36d750,_0x1ca7cb){return _0x4021c6(_0x4c1959,_0x36d750,_0x1ca7cb);},'YSmvk':'[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','RtwhN':function(_0x4119b0,_0x15c3d9){return _0x4119b0>_0x15c3d9;}},{testUUID:_0x699b87,testData:_0x34c78a,testId:_0x183082}=_0x1687a7;if(_0x284591[_0x394203(0x1e6)](!_0x34c78a,!_0x183082))return logger[_0x394203(0x1db)](_0x284591[_0x394203(0x2dc)]),{};const _0x5ea0ba=this['resolveInstance'](TestFrameworkState[_0x394203(0x303)],HookState[_0x394203(0x2cf)]),_0x183af2=_0x5ea0ba[_0x394203(0x239)]()[_0x394203(0x243)](_0x183082),_0x1c2c58=_0x284591[_0x394203(0x1e6)](_0x183af2,{}),_0x3c84d6=_0x1c2c58?_0x1c2c58[TestFrameworkConstants[_0x394203(0x1df)]]||{}:{},_0x4f7053=_0x1c2c58[TestFrameworkConstants[_0x394203(0x271)]];logger['debug'](_0x394203(0x221)+(_0x4f7053?Object[_0x394203(0x2e7)](_0x4f7053)['length']:0x0)+_0x394203(0x2a4));let _0x1edb6e=_0x284591['gBxwj'];if(_0x34c78a[_0x394203(0x2ed)])_0x1edb6e=_0x34c78a[_0x394203(0x2ed)];else{if(_0x34c78a[_0x394203(0x1e9)]&&_0x284591[_0x394203(0x27f)](_0x34c78a[_0x394203(0x1e9)][_0x394203(0x26f)],0x0))_0x1edb6e=_0x284591[_0x394203(0x229)];else _0x284591['BbWGk'](_0x34c78a[_0x394203(0x2c3)],_0x284591[_0x394203(0x29b)])||_0x284591[_0x394203(0x277)](_0x34c78a[_0x394203(0x2c3)],_0x284591[_0x394203(0x264)])?_0x1edb6e=_0x284591[_0x394203(0x264)]:_0x1edb6e=_0x284591[_0x394203(0x1dd)];}const _0xfe0e09={..._0x1c2c58,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x1edb6e,[TestFrameworkConstants[_0x394203(0x26d)]]:_0x34c78a[_0x394203(0x24d)]||new Date()[_0x394203(0x332)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x394203(0x332)](),[TestFrameworkConstants[_0x394203(0x1df)]]:_0x3c84d6,[TestFrameworkConstants['KEY_LOGS']]:_0x1c2c58[TestFrameworkConstants[_0x394203(0x2d8)]]||[],[TestFrameworkConstants[_0x394203(0x1ea)]]:{}};if(_0x284591['rENZl'](_0x1edb6e,_0x284591['RlLUe'])&&_0x34c78a['errorsDetailed']){const _0x37d215=this[_0x394203(0x251)](_0x34c78a),_0x172ef9=this['getJestFailureType'](_0x34c78a),_0x335760=this[_0x394203(0x234)](_0x34c78a);_0xfe0e09[TestFrameworkConstants[_0x394203(0x1ee)]]=_0x172ef9,_0xfe0e09[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x37d215,_0xfe0e09[TestFrameworkConstants[_0x394203(0x2dd)]]=_0x335760;}_0x284591[_0x394203(0x2f9)](_0x34c78a[_0x394203(0x1c9)],undefined)&&(_0xfe0e09[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x34c78a['duration']);_0x34c78a[_0x394203(0x285)]&&(_0xfe0e09[TestFrameworkConstants[_0x394203(0x1c7)]]=_0x34c78a['retryOf']);const _0x378abe=_0x183af2?_0x183af2[TestFrameworkConstants[_0x394203(0x271)]]||{}:{},_0x5c107c=_0x183af2?_0x183af2[TestFrameworkConstants['KEY_TEST_UUID']]:_0x699b87,_0x330cdc=_0x284591[_0x394203(0x2c5)](getManualUploadLogs,_0x378abe,_0x5c107c,_0x183082);if(_0x284591['EmWkr'](_0x330cdc[_0x394203(0x26f)],0x0)){const _0xa6c221=_0xfe0e09[TestFrameworkConstants[_0x394203(0x2d8)]]||[];_0xfe0e09[TestFrameworkConstants[_0x394203(0x2d8)]]=[..._0xa6c221,..._0x330cdc];}const _0x28c98e=_0x1c2c58[TestFrameworkConstants['KEY_HOOKS_FINISHED']]||{},_0x2664ba=_0x1c2c58[TestFrameworkConstants[_0x394203(0x21b)]]||{},_0x4dd544={..._0x28c98e},_0x5140d3=_0x4dd544;Object[_0x394203(0x2e7)](_0x2664ba)[_0x394203(0x2b2)](_0x530eef=>{const _0x19c966=_0x394203;!_0x5140d3[_0x530eef]&&(_0x5140d3[_0x530eef]=[]);const _0x314d2a=new Set((_0x5140d3[_0x530eef]||[])['map'](_0x350b14=>_0x350b14[TestFrameworkConstants[_0x19c966(0x289)]]||_0x350b14['hook_id']));(_0x2664ba[_0x530eef]||[])[_0x19c966(0x2b2)](_0x20befc=>{const _0x4d1397=_0x19c966,_0x2ef11b=_0x20befc[TestFrameworkConstants['KEY_HOOK_ID']]||_0x20befc[_0x4d1397(0x1f6)];if(!_0x314d2a[_0x4d1397(0x1ef)](_0x2ef11b)){const _0x39686b={..._0x20befc},_0xf4910c=_0x39686b;!_0xf4910c[TestFrameworkConstants[_0x4d1397(0x316)]]&&!_0xf4910c[_0x4d1397(0x260)]&&(_0xf4910c[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=new Date()[_0x4d1397(0x332)]()),!_0xf4910c[TestFrameworkConstants[_0x4d1397(0x2fc)]]&&!_0xf4910c['hook_result']&&(_0xf4910c[TestFrameworkConstants[_0x4d1397(0x2fc)]]=TestFrameworkConstants['DEFAULT_HOOK_RESULT']),_0x5140d3[_0x530eef][_0x4d1397(0x25d)](_0xf4910c);}});});if(_0x1687a7['originalTest']){this['mapTestHooks'](_0x1687a7['originalTest']);const _0x136f8c=this[_0x394203(0x2d9)](_0x1687a7[_0x394203(0x294)]),_0x2f325d=this[_0x394203(0x22c)](_0x1687a7[_0x394203(0x294)]);_0x2f325d[_0x394203(0x2b2)](_0x2fbb49=>{const _0x3b64c1=_0x394203,_0x50c52d=_0x136f8c[_0x3b64c1(0x243)](_0x2fbb49);if(_0x50c52d&&(_0x284591[_0x3b64c1(0x257)](_0x50c52d[_0x3b64c1(0x305)],_0x284591[_0x3b64c1(0x2ea)])||_0x284591['ZDPWV'](_0x50c52d[_0x3b64c1(0x305)],_0x284591['JUtON']))){const _0x42eb9f=_0x50c52d[_0x3b64c1(0x305)][_0x3b64c1(0x29e)]()[_0x3b64c1(0x2c6)](_0x284591['gyLRC'],_0x284591['ApwTl']),_0x13adcd=_0x42eb9f;!_0x5140d3[_0x13adcd]&&(_0x5140d3[_0x13adcd]=[]);const _0x5d88a7=_0x5140d3[_0x13adcd]['find'](_0x1232de=>(_0x1232de[TestFrameworkConstants[_0x3b64c1(0x289)]]||_0x1232de[_0x3b64c1(0x1f6)])===_0x2fbb49);!_0x5d88a7&&_0x5140d3[_0x13adcd][_0x3b64c1(0x25d)]({'key':_0x13adcd,[TestFrameworkConstants[_0x3b64c1(0x289)]]:_0x2fbb49,[TestFrameworkConstants[_0x3b64c1(0x2fc)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x3b64c1(0x291)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x3b64c1(0x316)]]:new Date()[_0x3b64c1(0x332)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x50c52d['name']||_0x50c52d[_0x3b64c1(0x305)]+_0x3b64c1(0x315),[TestFrameworkConstants[_0x3b64c1(0x1df)]]:_0x3c84d6});}});}if(_0x34c78a[_0x394203(0x20b)]&&_0x284591[_0x394203(0x27f)](_0x34c78a[_0x394203(0x20b)][_0x394203(0x26f)],0x0))_0xfe0e09[TestFrameworkConstants[_0x394203(0x1bd)]]=_0x34c78a[_0x394203(0x20b)],logger[_0x394203(0x1db)](_0x284591[_0x394203(0x314)]);else _0x284591['RtwhN'](Object[_0x394203(0x2e7)](_0x5140d3)[_0x394203(0x26f)],0x0)&&(_0xfe0e09[TestFrameworkConstants[_0x394203(0x1bd)]]=_0x5140d3,logger[_0x394203(0x1db)](_0x394203(0x34c)+Object[_0x394203(0x2e7)](_0x5140d3)[_0x394203(0x302)](',')));const _0x3c18dc=this['getJestTestName'](_0x34c78a);logger['debug']('[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName='+_0x3c18dc+_0x394203(0x2c7)+_0x183082+_0x394203(0x2cc)+_0x1edb6e+_0x394203(0x313)+_0x34c78a['duration']);_0x284591[_0x394203(0x277)](_0x1edb6e,_0x284591[_0x394203(0x229)])&&logger['debug'](_0x394203(0x2cd)+_0x183082+_0x394203(0x1e7)+_0xfe0e09[TestFrameworkConstants[_0x394203(0x1ee)]]+_0x394203(0x2fa)+_0xfe0e09[TestFrameworkConstants[_0x394203(0x1f2)]]?.[_0x394203(0x2b8)](0x0,0xc8));const _0x14fba3={};return _0x14fba3[_0x183082]=_0xfe0e09,_0x14fba3;}[a96_0x22d845(0x237)](_0x2dcf47){const _0x29bb45=a96_0x22d845,_0x57b594={};_0x57b594[_0x29bb45(0x211)]=function(_0x27217d,_0x52b6bb){return _0x27217d!==_0x52b6bb;},_0x57b594['RKWsj']=function(_0x297094,_0x5624fe){return _0x297094!==_0x5624fe;},_0x57b594[_0x29bb45(0x254)]=_0x29bb45(0x1e1);const _0x1dc32d=_0x57b594,_0x340bb6={};_0x340bb6['depth']=0x2,_0x340bb6[_0x29bb45(0x25b)]=0x3,logger[_0x29bb45(0x1db)]('[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20'+util[_0x29bb45(0x307)](_0x2dcf47,_0x340bb6));const _0xa423a1=[];if(_0x2dcf47&&_0x2dcf47[_0x29bb45(0x2d3)]){let _0x44569c=_0x2dcf47['parent'];while(_0x44569c&&_0x44569c[_0x29bb45(0x273)]&&_0x1dc32d[_0x29bb45(0x211)](_0x44569c[_0x29bb45(0x273)],'')&&_0x1dc32d['RKWsj'](_0x44569c[_0x29bb45(0x273)],_0x1dc32d[_0x29bb45(0x254)])){_0xa423a1[_0x29bb45(0x25d)](_0x44569c[_0x29bb45(0x273)]),_0x44569c=_0x44569c[_0x29bb45(0x2d3)];}}return _0xa423a1[_0x29bb45(0x20e)]();}[a96_0x22d845(0x269)](_0x5f531e){const _0x285cab=a96_0x22d845,_0x3470ab={};_0x3470ab[_0x285cab(0x32c)]=_0x285cab(0x27d);const _0x5cdb21=_0x3470ab;if(_0x5f531e['name'])return _0x5f531e[_0x285cab(0x273)];if(_0x5f531e[_0x285cab(0x2f7)])return _0x5f531e[_0x285cab(0x2f7)];return _0x5cdb21['XOgzD'];}[a96_0x22d845(0x1fe)](_0x11db6c){const _0x850633=a96_0x22d845,_0x2a6ec9=[];if(_0x11db6c['tags']&&Array['isArray'](_0x11db6c[_0x850633(0x1c2)]))return _0x11db6c[_0x850633(0x1c2)][_0x850633(0x349)](_0x35980e=>_0x35980e[_0x850633(0x26c)]('@')?_0x35980e[_0x850633(0x253)](0x1):_0x35980e);const _0x294b80=this['getJestTestName'](_0x11db6c),_0x448bb7=_0x294b80[_0x850633(0x32f)](/@(\w+)/g);if(_0x448bb7)return _0x448bb7[_0x850633(0x349)](_0x2e5c6d=>_0x2e5c6d['slice'](0x1));return _0x11db6c[_0x850633(0x1ed)]&&Array['isArray'](_0x11db6c[_0x850633(0x1ed)])&&_0x11db6c['scopes'][_0x850633(0x2b2)](_0x493573=>{const _0x5126e7=_0x850633,_0x5268ee=_0x493573[_0x5126e7(0x32f)](/@(\w+)/g);_0x5268ee&&_0x5268ee[_0x5126e7(0x2b2)](_0x2e4f33=>{const _0x471411=_0x5126e7,_0x592d16=_0x2e4f33['slice'](0x1);!_0x2a6ec9[_0x471411(0x2bd)](_0x592d16)&&_0x2a6ec9[_0x471411(0x25d)](_0x592d16);});}),_0x2a6ec9;}['getJestTestFilePath'](_0x3cd757){const _0x30e59b=a96_0x22d845,_0xd8c0ff={'kfqGf':function(_0x5da639,_0x5f2882){return _0x5da639(_0x5f2882);}};if(_0x3cd757[_0x30e59b(0x26e)])return _0x3cd757[_0x30e59b(0x26e)];if(_0x3cd757[_0x30e59b(0x1da)])try{const _0x20609d=stackTrace[_0x30e59b(0x255)](_0x3cd757[_0x30e59b(0x1da)]),_0x1c1e95=_0xd8c0ff['kfqGf'](pickUserFrameFile,_0x20609d);if(_0x1c1e95)return _0x1c1e95;logger['debug'](_0x30e59b(0x28f)+_0x20609d[_0x30e59b(0x26f)]+')');}catch(_0xb0d9bd){logger[_0x30e59b(0x1db)](_0x30e59b(0x25e)+util[_0x30e59b(0x1fc)](_0xb0d9bd));}return null;}[a96_0x22d845(0x251)](_0x15dbaf){const _0x566f69=a96_0x22d845,_0x46750a={};_0x46750a[_0x566f69(0x23f)]=function(_0x5bc1cd,_0xca8399){return _0x5bc1cd>_0xca8399;},_0x46750a[_0x566f69(0x2ff)]=_0x566f69(0x299);const _0xb92d4b=_0x46750a;if(_0x15dbaf[_0x566f69(0x1e9)]&&_0xb92d4b[_0x566f69(0x23f)](_0x15dbaf[_0x566f69(0x1e9)][_0x566f69(0x26f)],0x0))return util[_0x566f69(0x307)](_0x15dbaf[_0x566f69(0x1e9)][0x0]);if(_0x15dbaf[_0x566f69(0x2d1)])return _0x15dbaf['failure_reason'];return _0xb92d4b[_0x566f69(0x2ff)];}[a96_0x22d845(0x278)](_0xed9a68){const _0x383b66=a96_0x22d845,_0x3fffab={};_0x3fffab[_0x383b66(0x2d0)]=_0x383b66(0x344),_0x3fffab[_0x383b66(0x33f)]=_0x383b66(0x2b4),_0x3fffab[_0x383b66(0x1d2)]='UnhandledError';const _0x442982=_0x3fffab,_0x293e38=this[_0x383b66(0x251)](_0xed9a68);if(_0x293e38&&_0x293e38['includes'](_0x442982[_0x383b66(0x2d0)]))return _0x442982[_0x383b66(0x33f)];return _0x442982[_0x383b66(0x1d2)];}[a96_0x22d845(0x234)](_0x26b9a5){const _0x1462b5=a96_0x22d845,_0x41e4d3={'YdFCr':function(_0xa2f90c,_0x2e5a45){return _0xa2f90c(_0x2e5a45);},'AEWJe':_0x1462b5(0x21a),'cUciO':function(_0x6a6696,_0x2ff86a){return _0x6a6696!==_0x2ff86a;},'iWagK':'test'},{failureData:_0x128e8e}=_0x41e4d3['YdFCr'](require,_0x41e4d3[_0x1462b5(0x25c)]),_0x285250=[];return _0x41e4d3[_0x1462b5(0x218)](_0x26b9a5[_0x1462b5(0x1e9)],undefined)&&_0x285250[_0x1462b5(0x25d)](_0x26b9a5[_0x1462b5(0x1e9)],_0x41e4d3['iWagK']),_0x128e8e[_0x1462b5(0x220)](null,_0x285250);}async[a96_0x22d845(0x2e5)](_0x329de8,_0x41646f,_0x22a6ed,_0x9a2454){const _0x67d38d=a96_0x22d845,_0x21a55d={'shjQE':_0x67d38d(0x20f),'lFiHc':function(_0x145118){return _0x145118();},'nIMar':function(_0x543066,_0xd82682){return _0x543066 in _0xd82682;},'Blgya':function(_0x22fbe5,_0x17c219){return _0x22fbe5===_0x17c219;},'KgLtD':function(_0x3b4ac8,_0x553677){return _0x3b4ac8===_0x553677;},'iuzoQ':function(_0x48a396,_0x22ce42){return _0x48a396>_0x22ce42;},'pkQhw':'failed','BDyqR':_0x67d38d(0x2a0),'sPlvw':function(_0x53ce47,_0x231114){return _0x53ce47===_0x231114;},'OxTUC':'[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','EqLeW':function(_0x4c2bc2,_0x12bf35){return _0x4c2bc2>_0x12bf35;},'OJyjD':function(_0x242756,_0x4c9e18){return _0x242756!==_0x4c9e18;}},{hookData:_0x1f74f6}=_0x9a2454,_0x3166e7=_0x22a6ed[_0x67d38d(0x23b)](),_0x3aabd8=_0x41646f[_0x67d38d(0x23b)](),_0x129995={};_0x129995['depth']=0x2,_0x129995[_0x67d38d(0x25b)]=0x3,logger[_0x67d38d(0x1db)]('[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState='+_0x3aabd8+',\x20hookState='+_0x3166e7+',\x20hookData='+util[_0x67d38d(0x307)](_0x1f74f6,_0x129995));if(!_0x1f74f6)return logger[_0x67d38d(0x1db)](_0x21a55d[_0x67d38d(0x28c)]),{};const _0x5ae00c=_0x1f74f6[_0x67d38d(0x31f)]||_0x1f74f6[_0x67d38d(0x2b7)]||_0x21a55d[_0x67d38d(0x290)](uuidv4),_0x63357e=_0x1f74f6[_0x67d38d(0x233)]||this[_0x67d38d(0x2e1)](_0x1f74f6),_0x451ba0=_0x41646f[_0x67d38d(0x23b)]()[_0x67d38d(0x322)]('.')[0x1],_0xab0b67=_0x329de8[_0x67d38d(0x239)]()[_0x67d38d(0x243)](_0x63357e),_0x5688db=_0xab0b67?_0xab0b67[TestFrameworkConstants[_0x67d38d(0x1df)]]||{}:{};logger['debug'](_0x67d38d(0x33c)+_0x5ae00c+_0x67d38d(0x2c7)+_0x63357e+_0x67d38d(0x248)+_0x451ba0+_0x67d38d(0x32b)+_0x3166e7);if(!_0xab0b67)return logger[_0x67d38d(0x1db)](_0x67d38d(0x312)+_0x63357e+',\x20storing\x20as\x20pending\x20hook'),this[_0x67d38d(0x21d)](_0x329de8,_0x63357e,_0x41646f,_0x22a6ed,_0x9a2454),{};let _0x30cc35=_0xab0b67[TestFrameworkConstants[_0x67d38d(0x21b)]];!_0x30cc35&&(_0x30cc35={});!_0x21a55d[_0x67d38d(0x300)](_0x451ba0,_0x30cc35)&&(_0x30cc35[_0x451ba0]=[]);let _0x2993cc=_0xab0b67[TestFrameworkConstants[_0x67d38d(0x1bd)]];!_0x2993cc&&(_0x2993cc={});!_0x21a55d['nIMar'](_0x451ba0,_0x2993cc)&&(_0x2993cc[_0x451ba0]=[]);const _0xb92539={[_0x63357e]:{[TestFrameworkConstants[_0x67d38d(0x21b)]]:_0x30cc35,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x2993cc,[TestFrameworkConstants[_0x67d38d(0x2c4)]]:this[_0x67d38d(0x320)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this['getTestFrameworksVersions']()[this[_0x67d38d(0x320)]()[0x0]]||''}};if(_0x21a55d[_0x67d38d(0x21f)](_0x22a6ed,HookState[_0x67d38d(0x26b)])){const _0x336476={'key':_0x451ba0,[TestFrameworkConstants[_0x67d38d(0x289)]]:_0x5ae00c,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0x67d38d(0x1bb)],[TestFrameworkConstants[_0x67d38d(0x291)]]:_0x1f74f6[_0x67d38d(0x2fd)]||new Date()[_0x67d38d(0x332)](),[TestFrameworkConstants[_0x67d38d(0x267)]]:[],[TestFrameworkConstants[_0x67d38d(0x2e9)]]:_0x1f74f6[_0x67d38d(0x273)]||_0x1f74f6[_0x67d38d(0x249)]||_0x451ba0,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x5688db};_0x30cc35[_0x451ba0][_0x67d38d(0x25d)](_0x336476),_0xb92539[_0x63357e][TestFrameworkConstants[_0x67d38d(0x1c3)]]=_0x451ba0;const _0x2c9031={};_0x2c9031[_0x67d38d(0x27a)]=0x2,logger[_0x67d38d(0x1db)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x451ba0+_0x67d38d(0x2d2)+_0x5ae00c+_0x67d38d(0x2c7)+_0x63357e+_0x67d38d(0x275)+util[_0x67d38d(0x307)](_0x336476,_0x2c9031));}else{if(_0x21a55d[_0x67d38d(0x31e)](_0x22a6ed,HookState[_0x67d38d(0x2cf)])){const _0x58b240=_0x1f74f6[_0x67d38d(0x2ed)]||(_0x1f74f6[_0x67d38d(0x1e9)]&&_0x21a55d[_0x67d38d(0x1bf)](_0x1f74f6[_0x67d38d(0x1e9)][_0x67d38d(0x26f)],0x0)?_0x21a55d[_0x67d38d(0x2c2)]:_0x21a55d[_0x67d38d(0x245)]),_0x2d18d9=_0x30cc35[_0x451ba0]||[];logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType='+_0x451ba0+',\x20testId='+_0x63357e+_0x67d38d(0x339)+_0x58b240+_0x67d38d(0x2bc)+_0x2d18d9['length']);if(_0x21a55d[_0x67d38d(0x31e)](_0x2d18d9[_0x67d38d(0x26f)],0x0)&&_0x21a55d[_0x67d38d(0x247)](_0x41646f,TestFrameworkState['BEFORE_ALL']))return logger[_0x67d38d(0x1db)](_0x21a55d[_0x67d38d(0x223)]),this[_0x67d38d(0x21d)](_0x329de8,_0x63357e,_0x41646f,_0x22a6ed,_0x9a2454),{};if(_0x21a55d[_0x67d38d(0x2a6)](_0x2d18d9[_0x67d38d(0x26f)],0x0)){const _0x1fad32=_0x2d18d9[_0x67d38d(0x2df)]();_0x21a55d[_0x67d38d(0x21f)](_0x58b240,_0x21a55d[_0x67d38d(0x2c2)])&&_0x1f74f6['errorsDetailed']?(_0x1fad32[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this['getJestFailureType'](_0x1f74f6),_0x1fad32[TestFrameworkConstants[_0x67d38d(0x21e)]]=this[_0x67d38d(0x251)](_0x1f74f6),_0x1fad32[TestFrameworkConstants['KEY_HOOK_FAILURE']]=this[_0x67d38d(0x234)](_0x1f74f6),logger['debug'](_0x67d38d(0x34a)+_0x451ba0+_0x67d38d(0x1e7)+_0x1fad32[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]+_0x67d38d(0x2fa)+_0x1fad32[TestFrameworkConstants[_0x67d38d(0x21e)]]?.[_0x67d38d(0x2b8)](0x0,0xc8))):_0x1fad32[TestFrameworkConstants[_0x67d38d(0x2fc)]]=_0x21a55d[_0x67d38d(0x245)];_0x21a55d[_0x67d38d(0x212)](_0x58b240,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x1fad32[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x58b240);_0x1fad32[TestFrameworkConstants[_0x67d38d(0x316)]]=_0x1f74f6[_0x67d38d(0x24d)]||new Date()[_0x67d38d(0x332)](),_0x1fad32[TestFrameworkConstants[_0x67d38d(0x1df)]]=_0x5688db;const _0x2637b0=_0x1fad32[TestFrameworkConstants[_0x67d38d(0x289)]];!_0x2993cc[_0x451ba0]&&(_0x2993cc[_0x451ba0]=[]);_0x2993cc[_0x451ba0]['push'](_0x1fad32),_0xb92539[_0x63357e][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x451ba0;const _0x30d487={};_0x30d487['depth']=0x2,logger[_0x67d38d(0x1db)](_0x67d38d(0x335)+_0x451ba0+',\x20hookId='+_0x2637b0+_0x67d38d(0x339)+_0x58b240+',\x20hook='+util[_0x67d38d(0x307)](_0x1fad32,_0x30d487));}}}return _0xb92539;}[a96_0x22d845(0x2e4)](_0x36fd66){const _0xd0a82f=a96_0x22d845,_0x39001a={};_0x39001a[_0xd0a82f(0x226)]='base64';const _0x6d98bf=_0x39001a;try{const _0x79abd=_0x36fd66['test']?this['getJestTestIdentifier'](_0x36fd66[_0xd0a82f(0x2ee)]):_0x36fd66[_0xd0a82f(0x340)][_0xd0a82f(0x233)],_0x1c9f20=_0x36fd66[_0xd0a82f(0x2a2)],_0x429c61=_0x1c9f20[_0xd0a82f(0x2b1)](),_0xa48504=_0x1c9f20[_0xd0a82f(0x239)]()['get'](_0x79abd);if(!_0xa48504)return logger['debug']('createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x79abd),{};const {[TestFrameworkConstants[_0xd0a82f(0x2c4)]]:_0x2c832b=this[_0xd0a82f(0x320)]()[0x0]||'',[TestFrameworkConstants[_0xd0a82f(0x1d8)]]:_0x47367a=this['getTestFrameworksVersions']()[this['getTestFrameworks']()[0x0]]||'',[TestFrameworkConstants[_0xd0a82f(0x1f8)]]:_0x174cd1='',[TestFrameworkConstants[_0xd0a82f(0x26d)]]:_0x24795e=''}=_0xa48504,_0xd65e68=_0x1c9f20['getCurrentTestState']()[_0xd0a82f(0x23b)]()[_0xd0a82f(0x322)]('.')[0x1],_0x3265c2=_0x1c9f20[_0xd0a82f(0x24c)]()[_0xd0a82f(0x23b)]()[_0xd0a82f(0x322)]('.')[0x1],_0x5c930e=global?.['__workerDetails']?.[_0xd0a82f(0x22a)]?.[_0xd0a82f(0x2a8)]||global[_0xd0a82f(0x1cc)]||0x0,_0x296cae=_0x1c9f20[_0xd0a82f(0x227)](),_0x36863c=Buffer[_0xd0a82f(0x326)](JSON[_0xd0a82f(0x231)](_0xa48504))[_0xd0a82f(0x23b)](_0x6d98bf[_0xd0a82f(0x226)]),_0x5c6063={'hash':_0x429c61['getId'](),'threadId':_0x429c61[_0xd0a82f(0x1f3)]()[_0xd0a82f(0x23b)](),'processId':_0x429c61[_0xd0a82f(0x329)]()[_0xd0a82f(0x23b)]()},_0x1ecb39={};_0x1ecb39[_0xd0a82f(0x292)]=_0x5c930e,_0x1ecb39[_0xd0a82f(0x224)]=_0x2c832b,_0x1ecb39['testFrameworkVersion']=_0x47367a,_0x1ecb39[_0xd0a82f(0x209)]=_0xd65e68,_0x1ecb39[_0xd0a82f(0x210)]=_0x3265c2,_0x1ecb39[_0xd0a82f(0x283)]=_0x174cd1,_0x1ecb39[_0xd0a82f(0x2c8)]=_0x24795e,_0x1ecb39[_0xd0a82f(0x31f)]=_0x296cae,_0x1ecb39[_0xd0a82f(0x31c)]=_0x36863c,_0x1ecb39['executionContext']=_0x5c6063,_0x1ecb39[_0xd0a82f(0x27c)]=_0x79abd;const _0x571b6e=_0x1ecb39;return _0x571b6e;}catch(_0x1a7357){return logger[_0xd0a82f(0x213)](_0xd0a82f(0x31a)+util[_0xd0a82f(0x1fc)](_0x1a7357)),{};}}async[a96_0x22d845(0x1f5)](_0x2bdf63,_0xdd47e8,_0x115124){const _0x5ab4a1=a96_0x22d845,_0xae1c29={'yktTa':function(_0x4007af,_0x2cb792){return _0x4007af+_0x2cb792;},'uuXrQ':_0x5ab4a1(0x33e),'Poing':_0x5ab4a1(0x324),'Hikjw':function(_0x14946d,_0xd4a48d){return _0x14946d>_0xd4a48d;},'LWObB':function(_0x55e306,_0x46ddb8,_0x23c5f0,_0x3d6ead){return _0x55e306(_0x46ddb8,_0x23c5f0,_0x3d6ead);},'vbptp':function(_0x4d80b2,_0x8f093){return _0x4d80b2-_0x8f093;},'bGhNx':function(_0x2e9190,_0x4cd5a9){return _0x2e9190===_0x4cd5a9;},'QhlaY':function(_0x5df453,_0x9a43f7){return _0x5df453/_0x9a43f7;},'eRtPb':function(_0x32cb27,_0x4e1876){return _0x32cb27<_0x4e1876;},'cOpCg':function(_0x46efd6,_0xdd4048){return _0x46efd6*_0xdd4048;},'aJHjb':function(_0x1adc04,_0x5b5ed4){return _0x1adc04+_0x5b5ed4;},'tnnAN':function(_0x4241ed,_0x3106f4){return _0x4241ed+_0x3106f4;}};try{const _0x24a723=_0x115124[_0x5ab4a1(0x1cd)]||_0x115124[_0x5ab4a1(0x287)],_0x5e6ad8=Array['from'](_0x2bdf63[_0x5ab4a1(0x239)]()[_0x5ab4a1(0x2e7)]()),_0x3d4915=_0x2bdf63['getAllData']()[_0x5ab4a1(0x243)](_0x24a723);if(!_0x3d4915){logger[_0x5ab4a1(0x1db)](_0x5ab4a1(0x279)+_0x24a723);return;}const {[TestFrameworkConstants[_0x5ab4a1(0x2c4)]]:_0x56c6ba='',[TestFrameworkConstants[_0x5ab4a1(0x1d8)]]:_0x1970aa=''}=_0x3d4915;let _0x20cce5=[];_0x3d4915&&_0x3d4915[TestFrameworkConstants['KEY_LOGS']]&&Array[_0x5ab4a1(0x208)](_0x3d4915[TestFrameworkConstants[_0x5ab4a1(0x2d8)]])?(_0x20cce5=_0x3d4915[TestFrameworkConstants[_0x5ab4a1(0x2d8)]]||[],logger[_0x5ab4a1(0x1db)](_0x5ab4a1(0x2ba)+_0x20cce5[_0x5ab4a1(0x26f)]+_0x5ab4a1(0x328)+_0x24a723),_0x2bdf63['addMultipleEntries']({[_0x24a723]:{[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants[_0x5ab4a1(0x2c4)]]:this[_0x5ab4a1(0x320)]()[0x0]||'',[TestFrameworkConstants[_0x5ab4a1(0x1d8)]]:this[_0x5ab4a1(0x1ec)]()[this[_0x5ab4a1(0x320)]()[0x0]]||''}}),logger[_0x5ab4a1(0x1db)](_0x5ab4a1(0x1c4)+_0x24a723)):logger[_0x5ab4a1(0x1db)](_0x5ab4a1(0x33a)+_0x24a723);logger[_0x5ab4a1(0x1db)](_0x5ab4a1(0x276)+_0x20cce5[_0x5ab4a1(0x26f)]+_0x5ab4a1(0x30c)+_0x24a723);const _0x2f0422=_0x20cce5[_0x5ab4a1(0x2bf)](_0x6e8e67=>_0x6e8e67[_0x5ab4a1(0x1d3)]==='TEST_SCREENSHOT');_0xae1c29[_0x5ab4a1(0x298)](_0x2f0422[_0x5ab4a1(0x26f)],0x0)&&(logger[_0x5ab4a1(0x1db)](_0x5ab4a1(0x295)+_0x2f0422['length']+_0x5ab4a1(0x296)+_0x24a723),_0x2f0422[_0x5ab4a1(0x2b2)]((_0x1809f4,_0x3012dd)=>{const _0x3cb776=_0x5ab4a1;logger[_0x3cb776(0x1db)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20'+_0xae1c29[_0x3cb776(0x2c9)](_0x3012dd,0x1)+'/'+_0x2f0422[_0x3cb776(0x26f)]+'\x20-\x20test_identifier='+(_0x1809f4[_0x3cb776(0x27c)]||_0xae1c29['uuXrQ'])+_0x3cb776(0x28a)+(_0x1809f4[_0x3cb776(0x23e)]||_0xae1c29['uuXrQ'])+_0x3cb776(0x250)+(_0x1809f4[_0x3cb776(0x297)]||_0xae1c29[_0x3cb776(0x325)])+_0x3cb776(0x33d)+(_0x1809f4['message']?.[_0x3cb776(0x26f)]||0x0));}));const _0x3305e1=_0x3d4915[TestFrameworkConstants[_0x5ab4a1(0x271)]]||{},_0x32cf98=_0xae1c29[_0x5ab4a1(0x2ce)](getMediaArtifactsLogs,_0x3305e1,null,_0x24a723),_0x183595=(_0x20cce5||[])[_0x5ab4a1(0x2eb)](_0x32cf98||[]),_0x23d71c=_0x2f0422?.[_0x5ab4a1(0x26f)]||0x0,_0xfa04ac=_0xae1c29[_0x5ab4a1(0x252)](_0x20cce5?.['length']||0x0,_0x23d71c);logger[_0x5ab4a1(0x1db)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20'+_0x24a723+_0x5ab4a1(0x25a)+_0xfa04ac+_0x5ab4a1(0x272)+_0x23d71c+_0x5ab4a1(0x341)+(_0x32cf98?.[_0x5ab4a1(0x26f)]||0x0)+',\x20totalLogs:\x20'+_0x183595[_0x5ab4a1(0x26f)]);if(!_0x183595||_0xae1c29[_0x5ab4a1(0x2ca)](_0x183595[_0x5ab4a1(0x26f)],0x0)){logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0x24a723);return;}const _0x212f1c=0x28,_0x230807=Math[_0x5ab4a1(0x2f8)](_0xae1c29['QhlaY'](_0x183595[_0x5ab4a1(0x26f)],_0x212f1c));for(let _0x48047b=0x0;_0xae1c29[_0x5ab4a1(0x2e3)](_0x48047b,_0x230807);_0x48047b++){const _0x16d5e1=_0xae1c29['cOpCg'](_0x48047b,_0x212f1c),_0x5294c0=_0xae1c29['aJHjb'](_0x16d5e1,_0x212f1c),_0x140893=_0x183595['slice'](_0x16d5e1,_0x5294c0),_0x4e6075=global?.[_0x5ab4a1(0x311)]??0x0,_0x14c7b3={'platformIndex':_0x4e6075,'logs':_0x140893,'testFrameworkName':_0x56c6ba,'testFrameworkVersion':_0x1970aa,'testFrameworkState':_0xdd47e8[_0x5ab4a1(0x23b)]()[_0x5ab4a1(0x322)]('.')[0x1]},_0x55ffa4={};_0x55ffa4[_0x5ab4a1(0x27a)]=0x3,_0x55ffa4[_0x5ab4a1(0x25b)]=0x5,logger[_0x5ab4a1(0x1db)](_0x5ab4a1(0x20c)+_0xae1c29[_0x5ab4a1(0x1f0)](_0x48047b,0x1)+'/'+_0x230807+'\x20-\x20testId:\x20'+_0x24a723+',\x20logsInBatch:\x20'+_0x140893[_0x5ab4a1(0x26f)]+_0x5ab4a1(0x2f6)+_0x4e6075+',\x20payload:\x20'+util['inspect'](_0x14c7b3,_0x55ffa4));const _0x2caa82=await GrpcClient[_0x5ab4a1(0x2ae)]()[_0x5ab4a1(0x20d)](_0x14c7b3);logger['debug'](_0x5ab4a1(0x20c)+_0xae1c29[_0x5ab4a1(0x281)](_0x48047b,0x1)+'/'+_0x230807+_0x5ab4a1(0x282)+_0x24a723+_0x5ab4a1(0x2f3)+util['inspect'](_0x2caa82));}_0x32cf98&&_0xae1c29['Hikjw'](_0x32cf98[_0x5ab4a1(0x26f)],0x0)&&_0x3d4915[TestFrameworkConstants[_0x5ab4a1(0x271)]]&&_0x2bdf63[_0x5ab4a1(0x203)]({[_0x24a723]:{[TestFrameworkConstants[_0x5ab4a1(0x271)]]:{},[TestFrameworkConstants[_0x5ab4a1(0x2c4)]]:this[_0x5ab4a1(0x320)]()[0x0]||'',[TestFrameworkConstants[_0x5ab4a1(0x1d8)]]:this[_0x5ab4a1(0x1ec)]()[this[_0x5ab4a1(0x320)]()[0x0]]||''}}),logger[_0x5ab4a1(0x1db)](_0x5ab4a1(0x2a7)+_0x24a723+_0x5ab4a1(0x310)+_0x230807);}catch(_0x1ce57c){logger[_0x5ab4a1(0x213)](_0x5ab4a1(0x2a9)+(_0x115124[_0x5ab4a1(0x1cd)]||_0x115124['testId'])+_0x5ab4a1(0x204)+util[_0x5ab4a1(0x1fc)](_0x1ce57c));}}['storePendingHook'](_0x17906d,_0x10a788,_0x142a57,_0x19de2f,_0x164b5f){const _0x334753=a96_0x22d845,_0x578402={};_0x578402['SmAXY']=function(_0x1a8af0,_0x537947){return _0x1a8af0===_0x537947;},_0x578402[_0x334753(0x24b)]=_0x334753(0x2c1);const _0x4e39fc=_0x578402,{hookData:_0x6fdf48}=_0x164b5f,_0xa14737={'testId':_0x10a788,'testFrameworkState':_0x142a57,'hookState':_0x19de2f,'args':_0x164b5f,'timestamp':new Date()[_0x334753(0x332)]()};if(_0x4e39fc['SmAXY'](_0x142a57,TestFrameworkState[_0x334753(0x308)])&&_0x6fdf48){const _0x227ef5={};_0x227ef5['filePath']=_0x6fdf48[_0x334753(0x26e)]||_0x6fdf48[_0x334753(0x2ec)],_0x227ef5[_0x334753(0x32a)]=_0x6fdf48[_0x334753(0x32a)]||_0x6fdf48[_0x334753(0x1ed)]&&_0x6fdf48[_0x334753(0x1ed)][0x0]||'',_0x227ef5['hookType']=_0x4e39fc[_0x334753(0x24b)],_0xa14737[_0x334753(0x336)]=_0x227ef5,logger[_0x334753(0x1db)](_0x334753(0x2a3)+_0x10a788+_0x334753(0x286)+_0xa14737[_0x334753(0x336)]['filePath']+',\x20scope:\x20'+_0xa14737[_0x334753(0x336)][_0x334753(0x32a)]);}_0x17906d[_0x334753(0x262)](_0x10a788,_0xa14737),logger[_0x334753(0x1db)](_0x334753(0x30e)+_0x10a788+_0x334753(0x228)+_0x142a57+_0x334753(0x2aa)+_0x19de2f);}async[a96_0x22d845(0x1d0)](_0x7ba6de,_0x26c899){const _0x4bed19=a96_0x22d845,_0x23add4={};_0x23add4[_0x4bed19(0x2de)]=function(_0x398420,_0x187476){return _0x398420>_0x187476;},_0x23add4[_0x4bed19(0x27b)]=function(_0x16d86d,_0x19425c){return _0x16d86d===_0x19425c;},_0x23add4[_0x4bed19(0x2da)]=function(_0x517cb5,_0x576005){return _0x517cb5===_0x576005;},_0x23add4[_0x4bed19(0x225)]='[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook';const _0x14e0d1=_0x23add4;if(_0x7ba6de['hasPendingHooks'](_0x26c899)){const _0x29801a=_0x7ba6de['getPendingHooks'](_0x26c899);logger[_0x4bed19(0x1db)](_0x4bed19(0x1ca)+_0x29801a[_0x4bed19(0x26f)]+_0x4bed19(0x338)+_0x26c899);for(const _0x3c73d6 of _0x29801a){try{const _0x419fc4=await this['trackHookEvent'](_0x7ba6de,_0x3c73d6[_0x4bed19(0x209)],_0x3c73d6[_0x4bed19(0x210)],_0x3c73d6[_0x4bed19(0x27e)]);_0x419fc4&&_0x14e0d1['kpTDW'](Object[_0x4bed19(0x2e7)](_0x419fc4)[_0x4bed19(0x26f)],0x0)&&_0x7ba6de[_0x4bed19(0x203)](_0x419fc4),await this[_0x4bed19(0x334)](_0x7ba6de,_0x3c73d6[_0x4bed19(0x209)],_0x3c73d6[_0x4bed19(0x210)],_0x3c73d6[_0x4bed19(0x27e)]);}catch(_0x34f56a){logger[_0x4bed19(0x213)](_0x4bed19(0x20a)+_0x26c899+_0x4bed19(0x204)+_0x34f56a);}}_0x7ba6de[_0x4bed19(0x23a)](_0x26c899),logger['debug']('Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20'+_0x26c899);}const _0x501af6=_0x7ba6de[_0x4bed19(0x239)]()[_0x4bed19(0x243)](_0x26c899);if(_0x501af6){const _0xc0ed28=_0x501af6[TestFrameworkConstants[_0x4bed19(0x2f1)]]||_0x501af6[TestFrameworkConstants[_0x4bed19(0x30a)]],_0x9707e9=_0x501af6[TestFrameworkConstants[_0x4bed19(0x343)]]||_0x501af6[TestFrameworkConstants[_0x4bed19(0x206)]]&&_0x501af6[TestFrameworkConstants[_0x4bed19(0x206)]][0x0]||'';logger[_0x4bed19(0x1db)]('[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20'+_0xc0ed28+',\x20scope:\x20'+_0x9707e9);const _0x2654a4=_0x7ba6de[_0x4bed19(0x205)]();for(const _0x4b8735 of _0x2654a4){if(_0x14e0d1[_0x4bed19(0x27b)](_0x4b8735,_0x26c899))continue;if(_0x7ba6de['hasPendingHooks'](_0x4b8735)){const _0x544565=_0x7ba6de[_0x4bed19(0x306)](_0x4b8735);for(const _0x8f2c58 of _0x544565){if(_0x14e0d1['UHuPh'](_0x8f2c58[_0x4bed19(0x209)],TestFrameworkState[_0x4bed19(0x308)])&&_0x8f2c58['hookMetadata']){const _0x3e9cce=_0x8f2c58[_0x4bed19(0x336)][_0x4bed19(0x31b)],_0x5ab218=_0x8f2c58['hookMetadata'][_0x4bed19(0x32a)];if(_0x14e0d1[_0x4bed19(0x2da)](_0x3e9cce,_0xc0ed28)&&_0x14e0d1[_0x4bed19(0x2da)](_0x5ab218,_0x9707e9)){logger[_0x4bed19(0x1db)](_0x4bed19(0x26a)+_0x4b8735+',\x20currentTestId:\x20'+_0x26c899+_0x4bed19(0x286)+_0x3e9cce+_0x4bed19(0x342)+_0x5ab218);_0x8f2c58[_0x4bed19(0x27e)]&&_0x8f2c58[_0x4bed19(0x27e)][_0x4bed19(0x340)]&&(_0x8f2c58['args']['hookData'][_0x4bed19(0x233)]=_0x26c899,logger[_0x4bed19(0x1db)](_0x4bed19(0x1f7)+_0x4b8735+_0x4bed19(0x2d5)+_0x26c899));try{const _0x40881c=await this[_0x4bed19(0x2e5)](_0x7ba6de,_0x8f2c58[_0x4bed19(0x209)],_0x8f2c58[_0x4bed19(0x210)],_0x8f2c58[_0x4bed19(0x27e)]);_0x40881c&&_0x14e0d1[_0x4bed19(0x2de)](Object[_0x4bed19(0x2e7)](_0x40881c)[_0x4bed19(0x26f)],0x0)&&_0x7ba6de[_0x4bed19(0x203)](_0x40881c);await this[_0x4bed19(0x334)](_0x7ba6de,_0x8f2c58[_0x4bed19(0x209)],_0x8f2c58[_0x4bed19(0x210)],_0x8f2c58[_0x4bed19(0x27e)]);const _0x2bcf09=_0x7ba6de['getPendingHooks'](_0x4b8735)[_0x4bed19(0x2bf)](_0x47904a=>_0x47904a!==_0x8f2c58);if(_0x14e0d1['UHuPh'](_0x2bcf09[_0x4bed19(0x26f)],0x0))_0x7ba6de['removePendingHooks'](_0x4b8735);else{_0x7ba6de[_0x4bed19(0x23a)](_0x4b8735);for(const _0x3ed374 of _0x2bcf09){_0x7ba6de[_0x4bed19(0x262)](_0x4b8735,_0x3ed374);}}logger[_0x4bed19(0x1db)](_0x14e0d1['FBGqV']);}catch(_0x3ded52){logger[_0x4bed19(0x213)](_0x4bed19(0x304)+_0x26c899+_0x4bed19(0x204)+_0x3ded52);}}}}}}}}['mapTestHooks'](_0x5cb7f2){const _0x350a49=a96_0x22d845,_0x5498e={'KgaWa':function(_0xcad395){return _0xcad395();}};if(!_0x5cb7f2||!_0x5cb7f2[_0x350a49(0x2d3)])return;_0x5cb7f2[_0x350a49(0x2d3)][_0x350a49(0x20b)]&&Array[_0x350a49(0x208)](_0x5cb7f2[_0x350a49(0x2d3)]['hooks'])&&_0x5cb7f2[_0x350a49(0x2d3)][_0x350a49(0x20b)][_0x350a49(0x2b2)](_0x1e7dd9=>{const _0x17987c=_0x350a49;!_0x1e7dd9[_0x17987c(0x2b7)]&&!_0x1e7dd9[_0x17987c(0x28d)]&&(_0x1e7dd9[_0x17987c(0x2b7)]=_0x5498e[_0x17987c(0x1eb)](uuidv4),_0x1e7dd9[_0x17987c(0x28d)]=_0x1e7dd9[_0x17987c(0x2b7)],logger[_0x17987c(0x1db)](_0x17987c(0x1de)+_0x1e7dd9[_0x17987c(0x305)]+_0x17987c(0x284)+_0x1e7dd9[_0x17987c(0x2b7)]));}),this[_0x350a49(0x219)](_0x5cb7f2[_0x350a49(0x2d3)]);}[a96_0x22d845(0x22c)](_0x5917b6){const _0x277f06=a96_0x22d845,_0x3e5c53={'aNtlf':function(_0x363863,_0x1f58f2){return _0x363863(_0x1f58f2);}};if(!_0x5917b6||!_0x5917b6['parent'])return[];const _0x3dbd43=[];return _0x5917b6[_0x277f06(0x2d3)][_0x277f06(0x20b)]&&Array[_0x277f06(0x208)](_0x5917b6[_0x277f06(0x2d3)]['hooks'])&&_0x5917b6[_0x277f06(0x2d3)]['hooks']['forEach'](_0x16ec0a=>{const _0xe1bb2d=_0x277f06,_0xfa8950=_0x16ec0a[_0xe1bb2d(0x2b7)]||_0x16ec0a[_0xe1bb2d(0x28d)];_0xfa8950&&!this[_0xe1bb2d(0x266)](_0x16ec0a)&&!_0x3e5c53[_0xe1bb2d(0x1bc)](isInternalHook,_0x16ec0a['fn'])&&_0x3dbd43[_0xe1bb2d(0x25d)](_0xfa8950);}),[..._0x3dbd43,...this[_0x277f06(0x22c)](_0x5917b6[_0x277f06(0x2d3)])];}['buildHookMapFromTest'](_0x45ffe3){const _0x937ac6=a96_0x22d845,_0x10977e={'bVnIr':function(_0x449f9e,_0x5b0aae){return _0x449f9e(_0x5b0aae);},'UjFfG':_0x937ac6(0x2f2),'sMaBk':function(_0x756a92,_0x4d71c6){return _0x756a92(_0x4d71c6);}},_0x178c43=new Map(),_0x5bb28c=_0xb0afaa=>{const _0x21ba0c=_0x937ac6,_0x383274={'tgBpZ':function(_0x43d9a6,_0x5b2ab6){return _0x10977e['bVnIr'](_0x43d9a6,_0x5b2ab6);},'eQQNc':_0x10977e['UjFfG']};if(!_0xb0afaa||!_0xb0afaa['parent'])return;_0xb0afaa['parent'][_0x21ba0c(0x20b)]&&Array[_0x21ba0c(0x208)](_0xb0afaa['parent'][_0x21ba0c(0x20b)])&&_0xb0afaa[_0x21ba0c(0x2d3)][_0x21ba0c(0x20b)][_0x21ba0c(0x2b2)](_0x194152=>{const _0x380dcb=_0x21ba0c,_0x24ee29=_0x194152['hookAnalyticsId']||_0x194152[_0x380dcb(0x28d)];if(_0x24ee29&&!this['isJestInternalHook'](_0x194152)&&!_0x383274['tgBpZ'](isInternalHook,_0x194152['fn'])){const _0x51f51e={};_0x51f51e[_0x380dcb(0x305)]=_0x194152[_0x380dcb(0x305)]||_0x383274[_0x380dcb(0x242)],_0x51f51e[_0x380dcb(0x273)]=_0x194152[_0x380dcb(0x273)]||'\x22'+_0x194152['type']+_0x380dcb(0x1e4),_0x178c43[_0x380dcb(0x1ba)](_0x24ee29,_0x51f51e);}}),_0x10977e['bVnIr'](_0x5bb28c,_0xb0afaa[_0x21ba0c(0x2d3)]);};return _0x10977e[_0x937ac6(0x2d7)](_0x5bb28c,_0x45ffe3),_0x178c43;}[a96_0x22d845(0x266)](_0x58ba84){const _0x47d7b3=a96_0x22d845,_0x4d0431={};_0x4d0431[_0x47d7b3(0x238)]='jest-circus',_0x4d0431[_0x47d7b3(0x240)]=_0x47d7b3(0x21c);const _0x32a479=_0x4d0431;try{const _0x3062a9=this[_0x47d7b3(0x217)](_0x58ba84);if(!_0x3062a9||_0x3062a9[_0x47d7b3(0x2bd)](_0x32a479['EJUYT']))return!![];return![];}catch(_0x41b6d9){logger[_0x47d7b3(0x1db)](_0x32a479[_0x47d7b3(0x240)]);}return![];}['getRootParentFile'](_0x1b4bea){const _0x3f3b8e=a96_0x22d845,_0x33554c={'yxbYn':function(_0x4951da,_0x466056){return _0x4951da(_0x466056);}};if(_0x1b4bea[_0x3f3b8e(0x317)])return _0x1b4bea[_0x3f3b8e(0x317)];if(_0x1b4bea[_0x3f3b8e(0x1da)])try{const _0x4912f4=stackTrace[_0x3f3b8e(0x255)](_0x1b4bea[_0x3f3b8e(0x1da)]),_0xb70f00=_0x33554c['yxbYn'](pickUserFrameFile,_0x4912f4);if(_0xb70f00)return _0xb70f00;logger[_0x3f3b8e(0x1db)](_0x3f3b8e(0x29a)+_0x4912f4[_0x3f3b8e(0x26f)]+')');}catch(_0x6e5aa9){logger[_0x3f3b8e(0x1db)](_0x3f3b8e(0x1e0)+util[_0x3f3b8e(0x1fc)](_0x6e5aa9));}return null;}}module[a96_0x22d845(0x24e)]=JestTestFramework;
1
+ const a96_0x46b6cb=a96_0x9980;function a96_0x1d9b(){const _0x1d0620=['base64','getJestFailureReason','format','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20',',\x20version=','unknown','\x20hook','\x20-\x20test_identifier=',',\x20hookType=','dxkEl',':testAnalyticsId','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','IfwyS','depth','OqOxS','processPendingHooks','ygCII','\x22\x20hook',',\x20test_run_uuid=','trackEvent','set','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20',',\x20hookUUID=','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','from',',\x20hook=','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','testId','../cliUtils.js','2091272JIoXPy','bhqdI','length','\x20(testIdentifier),\x20hookType=','file','gUcyl','result','filePath','pUcBb','FImph','concat','5961184fUbaiA','Stezf','DEFAULT_HOOK_RESULT','args','maxArrayLength','exports','getTestFrameworks','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','khQrV','hooks','mapTestHooks','storePendingHook','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','trackJestInstance:\x20instance\x20already\x20exists','eventJson','../../../helpers/stackFrameUtils','BWSUE','DEFAULT_TEST_RESULT','GyDXs','tags','getInstance','ZYDGH','GGlaX','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','KEY_HOOK_FAILURE','KEY_TEST_FILE_PATH','KEY_HOOK_NAME','parseJestTest','KEY_HOOKS_STARTED','getId','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','jest-circus','LOG_REPORT','LnniK','platformIndex',',\x20storing\x20as\x20pending\x20hook','ctZjM','substring','createTestFrameworkEventPayload','PbfJQ','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','warn','name',',\x20remainingHooks=','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','OXvdS','toISOString','8BpEazu','KEY_TEST_CODE','slice','delete','hookMetadata','hook_run_uuid','\x20&\x20hookState=','clysu','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','ceil','trackHookEvent','GpKSK','oKAWv','getAllData','afterAll','duration','originalTest','has','trackJestInstance','SUqap','9837OZTLWy','logCreatedEvent','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','workerInfo','../../../helpers/test-observability/utils','getJestFailureType','errorsDetailed','test_identifier','../instances/trackedInstance.js',',\x20scope:\x20','find','BEFORE_ALL','KEY_TEST_RERUN_NAME','mYTsA','getJestTestTags','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','instance','includes','testFrameworkName',',\x20filePath=','\x20screenshot\x20logs\x20for\x20testId:\x20','hook_result','testData',',\x20exception=','scope','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','KEY_AUTOMATE_SESSION_NAME','get','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','xcFfT',',\x20failureType=','KEY_TEST_META',',\x20hookState=','LJfcY','kOtow','KEY_LOGS','push','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','vvxSo','../state/hookState.js',',\x20hookData=','PRE',',\x20failureReason=','location','test_run_id','AssertionError','buildHookMapFromTest','khyfz','KEY_TEST_TAGS','192120CAvcDI',',\x20totalBatches:\x20','file_name','zJtwN','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=',',\x20testFramework=','_ALL','failed','title','getTrackedInstance','DbpVH','cpYUx',',\x20error:\x20','type','stack-trace','match','pop','KEY_TEST_UUID','KEY_HOOK_FAILURE_REASON','NONE','debug','iBZCE',',\x20currentTestId:\x20','hookType','nNzIQ','../state/testFrameworkState.js','getJestTestIdentifier','YRmVp','getRootParentFile','getAllPendingHookTestIds','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=',',\x20logsInBatch:\x20','split','status','KEY_HOOKS_FINISHED','sendLogCreatedEvent','\x22\x20from\x20testData','KEY_TEST_ENDED_AT','\x20-\x20testId:\x20','atNeb','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','\x20files','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','addPendingHook','QrLjN','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','POST','finished_at','vNDqm','RiCIL','KEY_TEST_DURATION','IXLNq','173549KsIggi','KEY_TEST_RETRY_OF','MTPzx','KEY_HOOK_LOGS','UfiEN','getCurrentHookState','started_at','addMultipleEntries','body','runHooks','passed','hasPendingHooks','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=',',\x20filePath:\x20','isJestInternalHook','bbtWB','removePendingHooks','TEST','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','PmieD','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','parent','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','resolveInstance','parseJestTestResult','KEY_HOOK_LAST_FINISHED','KEY_TEST_ATTACHMENTS','Sqtfi','\x20pending\x20hooks\x20for\x20testId:\x20','KEY_HOOK_RESULT','uuid','splice','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','getPendingHooks','join','activeHooks','setActiveHook','KEY_TEST_RESULT_AT','removeActiveHook','parallelIndex','testUUID',',\x20hook_run_uuid=','test','ujPfe','getJestTestFilePath','1915467kumstT','getJestFailureData',',\x20totalLogs:\x20','trackJestInstance:\x20created\x20instance\x20for\x20target=','startsWith','isArray','./constants/testFrameworkConstants.js','retryOf','hook_id','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','ovMpE','KEY_TEST_STARTED_AT','ROOT_DESCRIBE_BLOCK','63vyOXTJ','filter','Processing\x20','getCurrentInstanceName','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20',',\x20hookId=','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','hookUUID',',\x20attachmentLogs:\x20','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','getTestFrameworksVersions','KEY_HOOK_FAILURE_TYPE','KEY_TEST_LOCATION','cAGtC',',\x20consoleLogs:\x20','KEY_TEST_FAILURE','MjVkm','testFrameworkState','ByAkj','TtUsY','startedAt','setTrackedInstance','getRef','asyncError','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','\x20(testIdentifier),\x20tags=',',\x20argsKeys=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','error','none','hookAnalyticsId','KEY_EVENT_STARTED_AT','hookState','substr','hookData','KEY_TEST_FRAMEWORK_VERSION','forEach','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','149975sEuIyI','\x20(testIdentifier),\x20result=','ApFWI','TTzJw','dpZxN','KEY_TEST_FRAMEWORK_NAME','\x20logs\x20for\x20testId:\x20','gfwrC','missing','unnIT','GkZNV','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','../TestInfo.js','uCPDJ','VEFrn','beforeAll','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','failure_reason','executionContext','ysLVC','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','KEY_TEST_SCOPE','keys','inspect','Assert','Unknown\x20error','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','lXizA',',\x20state:\x20','nIbbM','browserstackPlatformIndex','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','scopes','map','weWLS','\x20attachments','Error\x20in\x20createTestFrameworkEventPayload:\x20','apply','KEY_EVENT_ENDED_AT','vzGkP','createContext','KEY_CUSTOM_TAGS','PaWGV','getJestTestName','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20',',\x20testId=','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','KEY_HOOK_ID','KEY_HOOK_LAST_STARTED','matchHookRegex','replace','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','testFrameworkVersion','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook',',\x20contextId=','reverse','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','ClyDV','event_ended_at',',\x20target=','exwOH','IOlNp','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','findIndex','qGmGN','message','jQMmn','ftLcr','skipped',',\x20response=','getThreadId','cyihX','toString','zYPdC','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','getHooksForTest','parse','KEY_TEST_SCOPES','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=',',\x20hooksListLength=','../instances/testFrameworkInstance.js','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','WdxLT',',\x20screenshotLogs:\x20','getContext','KEY_TEST_FAILURE_TYPE','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20'];a96_0x1d9b=function(){return _0x1d0620;};return a96_0x1d9b();}(function(_0x2ca0b9,_0x5e1fed){const _0x521b7c=a96_0x9980,_0x2c1cd9=_0x2ca0b9();while(!![]){try{const _0x11a2cc=parseInt(_0x521b7c(0x1aa))/0x1*(-parseInt(_0x521b7c(0x12f))/0x2)+parseInt(_0x521b7c(0x1d7))/0x3+-parseInt(_0x521b7c(0xf4))/0x4+parseInt(_0x521b7c(0x7e))/0x5+parseInt(_0x521b7c(0x174))/0x6*(parseInt(_0x521b7c(0x1e4))/0x7)+parseInt(_0x521b7c(0xff))/0x8+parseInt(_0x521b7c(0x143))/0x9;if(_0x11a2cc===_0x5e1fed)break;else _0x2c1cd9['push'](_0x2c1cd9['shift']());}catch(_0x5a523f){_0x2c1cd9['push'](_0x2c1cd9['shift']());}}}(a96_0x1d9b,0x76a03));function a96_0x9980(_0x5f4ba7,_0x279021){const _0x1d9b2f=a96_0x1d9b();return a96_0x9980=function(_0x9980e5,_0x270e55){_0x9980e5=_0x9980e5-0x72;let _0x2043da=_0x1d9b2f[_0x9980e5];return _0x2043da;},a96_0x9980(_0x5f4ba7,_0x279021);}const TestFramework=require('./testFramework'),TestFrameworkState=require(a96_0x46b6cb(0x18d)),HookState=require(a96_0x46b6cb(0x16a)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a96_0x46b6cb(0xd0)),CLIUtils=require(a96_0x46b6cb(0xf3)),TrackedInstance=require(a96_0x46b6cb(0x14b)),TestFrameworkConstants=require(a96_0x46b6cb(0x1dd)),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),{isInternalHook}=require(a96_0x46b6cb(0x147)),logger=createClassLogger('JestTestFramework'),{v4:uuidv4}=require(a96_0x46b6cb(0x1c8)),util=require('util'),TestInfo=require(a96_0x46b6cb(0x8b)),GrpcClient=require('../grpcClient'),stackTrace=require(a96_0x46b6cb(0x182)),{pickUserFrameFile}=require(a96_0x46b6cb(0x10e));class JestTestFramework extends TestFramework{constructor(_0x221841,_0xc4de4a,_0x5b86f0){const _0x4a6f6b=a96_0x46b6cb;super(_0x221841,_0xc4de4a,_0x5b86f0),this[_0x4a6f6b(0x1cd)]=new Map();}[a96_0x46b6cb(0x1ce)](_0x505faf,_0xf232f9,_0x320023){const _0x238544=a96_0x46b6cb,_0x4f6373={};_0x4f6373['weWLS']=function(_0x3e4c73,_0x13fd59){return _0x3e4c73||_0x13fd59;};const _0x36216e=_0x4f6373;if(_0x36216e[_0x238544(0xa1)](!_0x505faf,!_0xf232f9)){logger[_0x238544(0x129)](_0x238544(0xbe)+_0x505faf+_0x238544(0xed)+_0xf232f9);return;}!this[_0x238544(0x1cd)][_0x238544(0x140)](_0x505faf)&&this[_0x238544(0x1cd)][_0x238544(0xeb)](_0x505faf,[]);const _0x2d53cd={'hookUUID':_0xf232f9,'hookType':_0x320023,'startedAt':new Date()['toISOString']()};this[_0x238544(0x1cd)][_0x238544(0x15e)](_0x505faf)[_0x238544(0x167)](_0x2d53cd),logger['debug'](_0x238544(0x106)+_0x505faf+_0x238544(0xed)+_0xf232f9+_0x238544(0xdf)+_0x320023+',\x20totalHooks='+this[_0x238544(0x1cd)]['get'](_0x505faf)[_0x238544(0xf6)]);}[a96_0x46b6cb(0x1d0)](_0x2cfb08,_0x4be31b){const _0x1a7359=a96_0x46b6cb,_0x138ba1={};_0x138ba1['lXizA']=function(_0x16856b,_0x16bf13){return _0x16856b||_0x16bf13;},_0x138ba1[_0x1a7359(0x100)]=function(_0x10b648,_0x15d7d6){return _0x10b648!==_0x15d7d6;},_0x138ba1['atNeb']=function(_0x25ba09,_0x39f9c3){return _0x25ba09===_0x39f9c3;};const _0x18ab05=_0x138ba1;if(_0x18ab05[_0x1a7359(0x9a)](!_0x2cfb08,!_0x4be31b)){logger[_0x1a7359(0x129)](_0x1a7359(0x178)+_0x2cfb08+_0x1a7359(0xed)+_0x4be31b);return;}if(this[_0x1a7359(0x1cd)]['has'](_0x2cfb08)){const _0x4eae84=this['activeHooks'][_0x1a7359(0x15e)](_0x2cfb08),_0x3f9e63=_0x4eae84[_0x1a7359(0xbf)](_0x4c6590=>_0x4c6590['hookUUID']===_0x4be31b);_0x18ab05[_0x1a7359(0x100)](_0x3f9e63,-0x1)?(_0x4eae84[_0x1a7359(0x1c9)](_0x3f9e63,0x1),logger[_0x1a7359(0x188)](_0x1a7359(0xb8)+_0x2cfb08+_0x1a7359(0xed)+_0x4be31b+_0x1a7359(0x12b)+_0x4eae84[_0x1a7359(0xf6)]),_0x18ab05[_0x1a7359(0x19c)](_0x4eae84[_0x1a7359(0xf6)],0x0)&&this[_0x1a7359(0x1cd)][_0x1a7359(0x132)](_0x2cfb08)):logger[_0x1a7359(0x188)](_0x1a7359(0x12c)+_0x2cfb08+_0x1a7359(0xed)+_0x4be31b);}}['getActiveHook'](_0x397d17){const _0x3fc3f5=a96_0x46b6cb,_0x42a636={};_0x42a636['ClyDV']=function(_0x1bb5e2,_0x1cbdd8){return _0x1bb5e2>_0x1cbdd8;},_0x42a636[_0x3fc3f5(0x177)]=function(_0x94ec4a,_0x6e425){return _0x94ec4a-_0x6e425;};const _0x22e9ad=_0x42a636;if(!_0x397d17)return null;if(this[_0x3fc3f5(0x1cd)][_0x3fc3f5(0x140)](_0x397d17)){const _0x6adcaa=this[_0x3fc3f5(0x1cd)][_0x3fc3f5(0x15e)](_0x397d17);if(_0x22e9ad[_0x3fc3f5(0xb9)](_0x6adcaa[_0x3fc3f5(0xf6)],0x0)){const _0x367e37=_0x6adcaa[_0x22e9ad[_0x3fc3f5(0x177)](_0x6adcaa[_0x3fc3f5(0xf6)],0x1)];return logger['debug']('[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier='+_0x397d17+_0x3fc3f5(0xed)+_0x367e37[_0x3fc3f5(0x1eb)]+_0x3fc3f5(0xdf)+_0x367e37['hookType']),_0x367e37;}}return null;}async['trackEvent'](_0x35d7c3,_0x4fe01d,_0x2f14dc={}){const _0x399ffc=a96_0x46b6cb,_0x4fcb83={};_0x4fcb83[_0x399ffc(0x1f7)]='[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found',_0x4fcb83[_0x399ffc(0xe5)]=function(_0x42ff98,_0x203b24){return _0x42ff98===_0x203b24;},_0x4fcb83['ygCII']=function(_0x3ebf51,_0x4bc5d8){return _0x3ebf51||_0x4bc5d8;},_0x4fcb83[_0x399ffc(0xc3)]=_0x399ffc(0x1a0),_0x4fcb83['MTPzx']=function(_0x3a0ebf,_0x40b9b3){return _0x3a0ebf===_0x40b9b3;};const _0x4b49f8=_0x4fcb83;logger[_0x399ffc(0x188)](_0x399ffc(0x145)+_0x35d7c3+_0x399ffc(0x163)+_0x4fe01d+_0x399ffc(0x72)+Object[_0x399ffc(0x95)](_0x2f14dc)[_0x399ffc(0x1cc)](',')),await super[_0x399ffc(0xea)](_0x35d7c3,_0x4fe01d,_0x2f14dc);const _0x52f00f=this[_0x399ffc(0x1c1)](_0x35d7c3,_0x4fe01d,_0x2f14dc);if(!_0x52f00f){logger['debug'](_0x4b49f8[_0x399ffc(0x1f7)]);return;}try{let _0x2c2b20,_0x50d97e,_0x5d5c3d;switch(_0x35d7c3){case TestFrameworkState[_0x399ffc(0x1bb)]:_0x2c2b20=_0x2f14dc[_0x399ffc(0x1d4)];const _0x3ca035={};_0x3ca035['depth']=0x2,_0x3ca035['maxArrayLength']=0x3,logger['debug'](_0x399ffc(0x168)+_0x4fe01d+',\x20testData='+util[_0x399ffc(0x96)](_0x2c2b20,_0x3ca035)),_0x5d5c3d=this[_0x399ffc(0x18e)](_0x2c2b20),_0x50d97e=null,logger[_0x399ffc(0x188)](_0x399ffc(0x193)+_0x5d5c3d+'\x20(testIdentifier)');if(_0x4b49f8[_0x399ffc(0xe5)](_0x4fe01d,HookState[_0x399ffc(0x16c)])){logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20'+_0x5d5c3d);const _0x1dbd21={};_0x1dbd21[_0x399ffc(0x1d2)]=_0x50d97e,_0x1dbd21[_0x399ffc(0x159)]=_0x2c2b20,_0x1dbd21['testId']=_0x5d5c3d;const _0x5d8586=this[_0x399ffc(0x11b)](_0x1dbd21),_0xd3d2b9={};_0xd3d2b9['depth']=0x2,_0xd3d2b9['maxArrayLength']=0x3,logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20'+util[_0x399ffc(0x96)](_0x5d8586,_0xd3d2b9)),_0x52f00f['addMultipleEntries'](_0x5d8586),logger[_0x399ffc(0x188)](_0x399ffc(0x1ea)+_0x5d5c3d),await this[_0x399ffc(0xe6)](_0x52f00f,_0x5d5c3d);}else{if(_0x4b49f8[_0x399ffc(0xe5)](_0x4fe01d,HookState[_0x399ffc(0x1a4)])){logger['debug'](_0x399ffc(0xd6)+_0x5d5c3d);const _0x58eae3=_0x52f00f[_0x399ffc(0x13c)]()['get'](_0x5d5c3d);logger[_0x399ffc(0x188)](_0x399ffc(0x1be)+util[_0x399ffc(0x96)](Object['keys'](_0x4b49f8[_0x399ffc(0xe7)](_0x58eae3,{}))));_0x58eae3&&_0x58eae3[TestFrameworkConstants[_0x399ffc(0x1c4)]]?logger[_0x399ffc(0x188)](_0x399ffc(0x1fc)+Object['keys'](_0x58eae3[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']])['length']+_0x399ffc(0x19e)):logger[_0x399ffc(0x188)](_0x4b49f8[_0x399ffc(0xc3)]);const _0x2ffe6d=_0x2f14dc[_0x399ffc(0x13f)]||null,_0x54094f={};_0x54094f[_0x399ffc(0x1d2)]=_0x50d97e,_0x54094f[_0x399ffc(0x159)]=_0x2c2b20,_0x54094f[_0x399ffc(0xf2)]=_0x5d5c3d,_0x54094f[_0x399ffc(0x13f)]=_0x2ffe6d;const _0x5203b4=this[_0x399ffc(0x1c2)](_0x54094f),_0x4bcd00={};_0x4bcd00[_0x399ffc(0xe4)]=0x2,_0x4bcd00['maxArrayLength']=0x3,logger[_0x399ffc(0x188)](_0x399ffc(0x89)+util[_0x399ffc(0x96)](_0x5203b4,_0x4bcd00)),_0x52f00f[_0x399ffc(0x1b1)](_0x5203b4),logger[_0x399ffc(0x188)](_0x399ffc(0x1ca)+_0x5d5c3d),await this[_0x399ffc(0xe6)](_0x52f00f,_0x5d5c3d);}}break;case TestFrameworkState[_0x399ffc(0x120)]:if(_0x4b49f8[_0x399ffc(0x1ac)](_0x4fe01d,HookState[_0x399ffc(0x1a4)])){const _0x37fe77={};_0x37fe77[_0x399ffc(0xe4)]=0x2,logger[_0x399ffc(0x188)](_0x399ffc(0x1e8)+util[_0x399ffc(0x96)](_0x2f14dc,_0x37fe77)),await this[_0x399ffc(0x198)](_0x52f00f,_0x35d7c3,_0x2f14dc);}break;default:if(CLIUtils[_0x399ffc(0xb1)](_0x35d7c3['toString']()[_0x399ffc(0x195)]('.')[0x1])){const _0x32c886={};_0x32c886[_0x399ffc(0xe4)]=0x2,_0x32c886[_0x399ffc(0x103)]=0x3,logger[_0x399ffc(0x188)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState='+_0x35d7c3+_0x399ffc(0x163)+_0x4fe01d+_0x399ffc(0x16b)+util[_0x399ffc(0x96)](_0x2f14dc['hookData'],_0x32c886));const _0x26b5b8=await this['trackHookEvent'](_0x52f00f,_0x35d7c3,_0x4fe01d,_0x2f14dc),_0x15ec83={};_0x15ec83[_0x399ffc(0xe4)]=0x2,_0x15ec83[_0x399ffc(0x103)]=0x3,logger['debug'](_0x399ffc(0x19d)+util[_0x399ffc(0x96)](_0x26b5b8,_0x15ec83)),_0x52f00f[_0x399ffc(0x1b1)](_0x26b5b8);}else logger['debug'](_0x399ffc(0x116)+_0x35d7c3+_0x399ffc(0x135)+_0x4fe01d);break;}logger[_0x399ffc(0x188)](_0x399ffc(0x1bc)+_0x35d7c3+_0x399ffc(0x163)+_0x4fe01d);}catch(_0x5765cd){logger[_0x399ffc(0x74)](_0x399ffc(0x15c)+_0x35d7c3+_0x399ffc(0x163)+_0x4fe01d+_0x399ffc(0x15a)+util[_0x399ffc(0xd9)](_0x5765cd));}_0x2f14dc['instance']=_0x52f00f,await this[_0x399ffc(0x1b3)](_0x52f00f,_0x35d7c3,_0x4fe01d,_0x2f14dc);}[a96_0x46b6cb(0x18e)](_0x21728b){const _0x328383=a96_0x46b6cb,_0x476c68={};_0x476c68[_0x328383(0x189)]=_0x328383(0x1e0);const _0x51e5fa=_0x476c68;if(_0x21728b&&(_0x21728b['id']||_0x21728b[_0x328383(0x1c8)])){const _0x454a4d=_0x21728b['id']||_0x21728b['uuid'];return logger['debug'](_0x328383(0xee)+_0x454a4d+_0x328383(0x199)),_0x454a4d;}return logger[_0x328383(0x188)](_0x51e5fa['iBZCE']),process['pid']+_0x328383(0xe1);}[a96_0x46b6cb(0x1c1)](_0x4b16f9,_0x265d2c,_0x2e03db={}){const _0xb7ec2e=a96_0x46b6cb;let _0x4e1c48=null;return _0x4e1c48=TestFramework[_0xb7ec2e(0x17d)](),!_0x4e1c48?(logger['debug'](_0xb7ec2e(0x11e)+_0x4b16f9),this[_0xb7ec2e(0x141)](_0x4b16f9,_0x2e03db),_0x4e1c48=TestFramework[_0xb7ec2e(0x17d)](),logger[_0xb7ec2e(0x188)]('[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists='+!!_0x4e1c48+_0xb7ec2e(0xb6)+_0x4e1c48?.['getContext']()?.[_0xb7ec2e(0x11d)]())):logger[_0xb7ec2e(0x188)]('[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId='+_0x4e1c48[_0xb7ec2e(0xd4)]()?.[_0xb7ec2e(0x11d)]()),_0x4e1c48;}[a96_0x46b6cb(0x141)](_0x31d504,_0x25d48e){const _0x17da3e=a96_0x46b6cb,_0x425b28={};_0x425b28[_0x17da3e(0x1f6)]=_0x17da3e(0x10c);const _0x4e0d77=_0x425b28;if(TestFramework[_0x17da3e(0x17d)]()){logger['debug'](_0x4e0d77[_0x17da3e(0x1f6)]);return;}const _0x2183b8=CLIUtils[_0x17da3e(0x1e7)](),_0x3cc6bd=TrackedInstance[_0x17da3e(0xa7)](_0x2183b8);let _0x338944=null;logger[_0x17da3e(0x188)](_0x17da3e(0x1da)+_0x2183b8+',\x20state='+_0x31d504),_0x338944=new TestFrameworkInstance(_0x3cc6bd,this[_0x17da3e(0x105)](),this[_0x17da3e(0x1ee)](),_0x31d504,HookState[_0x17da3e(0x187)]),TestFramework[_0x17da3e(0x1f9)](_0x3cc6bd,_0x338944),logger['debug'](_0x17da3e(0x9e)+_0x3cc6bd['getId']()+_0x17da3e(0xbb)+_0x2183b8+_0x17da3e(0x179)+this[_0x17da3e(0x105)]()[0x0]+_0x17da3e(0xdb)+this[_0x17da3e(0x1ee)]()[this[_0x17da3e(0x105)]()[0x0]]);}[a96_0x46b6cb(0x11b)](_0x521d2f){const _0x1e8e2c=a96_0x46b6cb,_0x5e857a={};_0x5e857a[_0x1e8e2c(0x1e1)]=function(_0x540073,_0x5b77e9){return _0x540073||_0x5b77e9;},_0x5e857a[_0x1e8e2c(0x82)]='No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test';const _0x5ef705=_0x5e857a,{testUUID:_0x1cb9e7,testData:_0x506d6d,testId:_0x47da5d}=_0x521d2f;if(_0x5ef705[_0x1e8e2c(0x1e1)](!_0x506d6d,!_0x47da5d))return logger['debug'](_0x5ef705['dpZxN']),{};const _0x5698af=this[_0x1e8e2c(0x105)]()[0x0],_0x2d609a=this[_0x1e8e2c(0x1ee)](),_0x305822={};_0x305822[_0x1e8e2c(0xe4)]=0x2,_0x305822['maxArrayLength']=0x3,logger[_0x1e8e2c(0x188)](_0x1e8e2c(0xe2)+util[_0x1e8e2c(0x96)](_0x506d6d,_0x305822));const _0x33ce01=_0x506d6d?.[_0x1e8e2c(0x9f)]||[],_0xf5a104=this[_0x1e8e2c(0xaa)](_0x506d6d),_0x5b75c5=this[_0x1e8e2c(0x1d6)](_0x506d6d),_0x3ae90b=_0x506d6d['fn']?_0x506d6d['fn'][_0x1e8e2c(0xc8)]():_0x506d6d?.['body']?_0x506d6d[_0x1e8e2c(0x1b2)]['code'][_0x1e8e2c(0xc8)]():null,_0x56c10c=this[_0x1e8e2c(0x151)](_0x506d6d),_0x280572={[TestFrameworkConstants[_0x1e8e2c(0x83)]]:_0x5698af,[TestFrameworkConstants[_0x1e8e2c(0x7b)]]:_0x2d609a[_0x5698af],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x1e8e2c(0x197)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x1e8e2c(0x110)],[TestFrameworkConstants[_0x1e8e2c(0x15d)]]:_0xf5a104,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x5b75c5,[TestFrameworkConstants['KEY_TEST_ID']]:_0x47da5d,[TestFrameworkConstants['KEY_TEST_NAME']]:_0xf5a104,[TestFrameworkConstants[_0x1e8e2c(0x1f0)]]:_0x5b75c5,[TestFrameworkConstants[_0x1e8e2c(0x130)]]:_0x3ae90b,[TestFrameworkConstants[_0x1e8e2c(0x173)]]:_0x56c10c,[TestFrameworkConstants[_0x1e8e2c(0x1e2)]]:_0x506d6d[_0x1e8e2c(0x1b0)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x1e8e2c(0x94)]]:_0x33ce01[0x0]||'',[TestFrameworkConstants[_0x1e8e2c(0xcd)]]:_0x33ce01,[TestFrameworkConstants[_0x1e8e2c(0x14f)]]:_0xf5a104,[TestFrameworkConstants[_0x1e8e2c(0xa8)]]:{},[TestFrameworkConstants[_0x1e8e2c(0x162)]]:{}};_0x506d6d[_0x1e8e2c(0x1de)]&&(_0x280572[TestFrameworkConstants[_0x1e8e2c(0x1ab)]]=_0x506d6d[_0x1e8e2c(0x1de)]);logger[_0x1e8e2c(0x188)]('[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName='+_0xf5a104+',\x20testId='+_0x47da5d+_0x1e8e2c(0x1fd)+JSON['stringify'](_0x56c10c)+',\x20scopes='+util['inspect'](_0x33ce01)+_0x1e8e2c(0x156)+_0x5b75c5);const _0x4ddc53={};return _0x4ddc53[_0x47da5d]=_0x280572,_0x4ddc53;}[a96_0x46b6cb(0x1c2)](_0x388462){const _0x146cc4=a96_0x46b6cb,_0x4d14b5={'ctZjM':function(_0x3bba57,_0x5b4a5a){return _0x3bba57===_0x5b4a5a;},'DbpVH':_0x146cc4(0x13d),'SUqap':function(_0x2a5689,_0x5936ac){return _0x2a5689===_0x5936ac;},'zYPdC':_0x146cc4(0x8e),'khyfz':'ALL','LnniK':_0x146cc4(0x17a),'RiCIL':function(_0x658d00,_0x4cec79){return _0x658d00||_0x4cec79;},'vNDqm':'No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','nNzIQ':_0x146cc4(0xdc),'YRmVp':function(_0x28556f,_0x4390ca){return _0x28556f>_0x4390ca;},'khQrV':_0x146cc4(0x17b),'ujuRt':function(_0x4dc6ad,_0x59b50e){return _0x4dc6ad===_0x59b50e;},'TPqfe':'skip','mYTsA':function(_0x59a2fc,_0x493321){return _0x59a2fc===_0x493321;},'PmieD':_0x146cc4(0xc4),'dxkEl':'passed','bhqdI':function(_0x3e5cb8,_0x382ffe){return _0x3e5cb8!==_0x382ffe;},'BWSUE':function(_0x1ce5c3,_0x3bff14,_0x927af4,_0x53967f){return _0x1ce5c3(_0x3bff14,_0x927af4,_0x53967f);},'jrhPB':_0x146cc4(0x10b),'PaWGV':function(_0xad3bcc,_0x473e9c){return _0xad3bcc===_0x473e9c;}},{testUUID:_0x321a8d,testData:_0x253c0d,testId:_0x86a6f9}=_0x388462;if(_0x4d14b5['RiCIL'](!_0x253c0d,!_0x86a6f9))return logger[_0x146cc4(0x188)](_0x4d14b5[_0x146cc4(0x1a6)]),{};const _0x402bcb=this[_0x146cc4(0x1c1)](TestFrameworkState[_0x146cc4(0x1bb)],HookState[_0x146cc4(0x1a4)]),_0x19430d=_0x402bcb[_0x146cc4(0x13c)]()[_0x146cc4(0x15e)](_0x86a6f9),_0x5a7eea=_0x4d14b5[_0x146cc4(0x1a7)](_0x19430d,{}),_0x26b88f=_0x5a7eea?_0x5a7eea[TestFrameworkConstants[_0x146cc4(0xa8)]]||{}:{},_0x5ca8aa=_0x5a7eea[TestFrameworkConstants[_0x146cc4(0x1c4)]];logger['debug'](_0x146cc4(0x19f)+(_0x5ca8aa?Object[_0x146cc4(0x95)](_0x5ca8aa)[_0x146cc4(0xf6)]:0x0)+_0x146cc4(0xa2));let _0x1f3456=_0x4d14b5[_0x146cc4(0x18c)];if(_0x253c0d[_0x146cc4(0xfa)])_0x1f3456=_0x253c0d[_0x146cc4(0xfa)];else{if(_0x253c0d['errorsDetailed']&&_0x4d14b5[_0x146cc4(0x18f)](_0x253c0d['errorsDetailed'][_0x146cc4(0xf6)],0x0))_0x1f3456=_0x4d14b5[_0x146cc4(0x107)];else _0x4d14b5['ujuRt'](_0x253c0d[_0x146cc4(0x196)],_0x4d14b5['TPqfe'])||_0x4d14b5['mYTsA'](_0x253c0d[_0x146cc4(0x196)],_0x4d14b5[_0x146cc4(0x1bd)])?_0x1f3456=_0x4d14b5[_0x146cc4(0x1bd)]:_0x1f3456=_0x4d14b5[_0x146cc4(0xe0)];}const _0x429d94={..._0x5a7eea,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x1f3456,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x253c0d[_0x146cc4(0x1a5)]||new Date()[_0x146cc4(0x12e)](),[TestFrameworkConstants[_0x146cc4(0x1cf)]]:new Date()[_0x146cc4(0x12e)](),[TestFrameworkConstants[_0x146cc4(0xa8)]]:_0x26b88f,[TestFrameworkConstants[_0x146cc4(0x166)]]:_0x5a7eea[TestFrameworkConstants[_0x146cc4(0x166)]]||[],[TestFrameworkConstants[_0x146cc4(0x162)]]:{}};if(_0x4d14b5[_0x146cc4(0x150)](_0x1f3456,_0x4d14b5[_0x146cc4(0x107)])&&_0x253c0d[_0x146cc4(0x149)]){const _0x9b71a6=this[_0x146cc4(0xd8)](_0x253c0d),_0x53ac0e=this[_0x146cc4(0x148)](_0x253c0d),_0x2563b8=this[_0x146cc4(0x1d8)](_0x253c0d);_0x429d94[TestFrameworkConstants[_0x146cc4(0xd5)]]=_0x53ac0e,_0x429d94[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x9b71a6,_0x429d94[TestFrameworkConstants[_0x146cc4(0x1f3)]]=_0x2563b8;}_0x4d14b5[_0x146cc4(0xf5)](_0x253c0d[_0x146cc4(0x13e)],undefined)&&(_0x429d94[TestFrameworkConstants[_0x146cc4(0x1a8)]]=_0x253c0d[_0x146cc4(0x13e)]);_0x253c0d['retryOf']&&(_0x429d94[TestFrameworkConstants[_0x146cc4(0x1ab)]]=_0x253c0d['retryOf']);const _0x28d2ad=_0x19430d?_0x19430d[TestFrameworkConstants[_0x146cc4(0x1c4)]]||{}:{},_0x52a656=_0x19430d?_0x19430d[TestFrameworkConstants[_0x146cc4(0x185)]]:_0x321a8d,_0x55067f=_0x4d14b5[_0x146cc4(0x10f)](getManualUploadLogs,_0x28d2ad,_0x52a656,_0x86a6f9);if(_0x4d14b5[_0x146cc4(0x18f)](_0x55067f[_0x146cc4(0xf6)],0x0)){const _0x3920de=_0x429d94[TestFrameworkConstants['KEY_LOGS']]||[];_0x429d94[TestFrameworkConstants[_0x146cc4(0x166)]]=[..._0x3920de,..._0x55067f];}const _0x33ae63=_0x5a7eea[TestFrameworkConstants[_0x146cc4(0x197)]]||{},_0x586835=_0x5a7eea[TestFrameworkConstants['KEY_HOOKS_STARTED']]||{},_0x3b8063={..._0x33ae63},_0x29b9dc=_0x3b8063;Object['keys'](_0x586835)[_0x146cc4(0x7c)](_0x523c67=>{const _0x4365df=_0x146cc4;!_0x29b9dc[_0x523c67]&&(_0x29b9dc[_0x523c67]=[]);const _0x1bc564=new Set((_0x29b9dc[_0x523c67]||[])['map'](_0x318825=>_0x318825[TestFrameworkConstants[_0x4365df(0xaf)]]||_0x318825[_0x4365df(0x1df)]));(_0x586835[_0x523c67]||[])[_0x4365df(0x7c)](_0x555d42=>{const _0x3902a9=_0x4365df,_0x197054=_0x555d42[TestFrameworkConstants['KEY_HOOK_ID']]||_0x555d42[_0x3902a9(0x1df)];if(!_0x1bc564['has'](_0x197054)){const _0x2e9b73={..._0x555d42},_0x2c18de=_0x2e9b73;!_0x2c18de[TestFrameworkConstants[_0x3902a9(0xa5)]]&&!_0x2c18de[_0x3902a9(0xba)]&&(_0x2c18de[TestFrameworkConstants[_0x3902a9(0xa5)]]=new Date()['toISOString']()),!_0x2c18de[TestFrameworkConstants[_0x3902a9(0x1c7)]]&&!_0x2c18de[_0x3902a9(0x158)]&&(_0x2c18de[TestFrameworkConstants[_0x3902a9(0x1c7)]]=TestFrameworkConstants[_0x3902a9(0x101)]),_0x29b9dc[_0x523c67][_0x3902a9(0x167)](_0x2c18de);}});});if(_0x388462[_0x146cc4(0x13f)]){this[_0x146cc4(0x109)](_0x388462['originalTest']);const _0x2ece0d=this['buildHookMapFromTest'](_0x388462[_0x146cc4(0x13f)]),_0x375645=this[_0x146cc4(0xcb)](_0x388462[_0x146cc4(0x13f)]);_0x375645[_0x146cc4(0x7c)](_0x3bae0d=>{const _0x3dae84=_0x146cc4,_0x15573d=_0x2ece0d[_0x3dae84(0x15e)](_0x3bae0d);if(_0x15573d&&(_0x4d14b5[_0x3dae84(0x124)](_0x15573d[_0x3dae84(0x181)],_0x4d14b5[_0x3dae84(0x17e)])||_0x4d14b5[_0x3dae84(0x142)](_0x15573d[_0x3dae84(0x181)],_0x4d14b5[_0x3dae84(0xc9)]))){const _0x5002a0=_0x15573d['type']['toUpperCase']()[_0x3dae84(0xb2)](_0x4d14b5[_0x3dae84(0x172)],_0x4d14b5[_0x3dae84(0x121)]),_0x40537d=_0x5002a0;!_0x29b9dc[_0x40537d]&&(_0x29b9dc[_0x40537d]=[]);const _0x3183c1=_0x29b9dc[_0x40537d][_0x3dae84(0x14d)](_0x6f3006=>(_0x6f3006[TestFrameworkConstants[_0x3dae84(0xaf)]]||_0x6f3006['hook_id'])===_0x3bae0d);!_0x3183c1&&_0x29b9dc[_0x40537d][_0x3dae84(0x167)]({'key':_0x40537d,[TestFrameworkConstants[_0x3dae84(0xaf)]]:_0x3bae0d,[TestFrameworkConstants[_0x3dae84(0x1c7)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x3dae84(0x77)]]:new Date()[_0x3dae84(0x12e)](),[TestFrameworkConstants[_0x3dae84(0xa5)]]:new Date()[_0x3dae84(0x12e)](),[TestFrameworkConstants[_0x3dae84(0x1ad)]]:[],[TestFrameworkConstants[_0x3dae84(0x11a)]]:_0x15573d[_0x3dae84(0x12a)]||_0x15573d[_0x3dae84(0x181)]+_0x3dae84(0xdd),[TestFrameworkConstants[_0x3dae84(0xa8)]]:_0x26b88f});}});}if(_0x253c0d['hooks']&&_0x4d14b5['YRmVp'](_0x253c0d[_0x146cc4(0x108)][_0x146cc4(0xf6)],0x0))_0x429d94[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x253c0d[_0x146cc4(0x108)],logger[_0x146cc4(0x188)](_0x4d14b5['jrhPB']);else _0x4d14b5[_0x146cc4(0x18f)](Object[_0x146cc4(0x95)](_0x29b9dc)[_0x146cc4(0xf6)],0x0)&&(_0x429d94[TestFrameworkConstants[_0x146cc4(0x197)]]=_0x29b9dc,logger['debug']('[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes='+Object['keys'](_0x29b9dc)[_0x146cc4(0x1cc)](',')));const _0x3d5251=this[_0x146cc4(0xaa)](_0x253c0d);logger['debug'](_0x146cc4(0xce)+_0x3d5251+_0x146cc4(0xad)+_0x86a6f9+_0x146cc4(0x7f)+_0x1f3456+',\x20duration='+_0x253c0d[_0x146cc4(0x13e)]);_0x4d14b5[_0x146cc4(0xa9)](_0x1f3456,_0x4d14b5[_0x146cc4(0x107)])&&logger['debug']('[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId='+_0x86a6f9+',\x20failureType='+_0x429d94[TestFrameworkConstants[_0x146cc4(0xd5)]]+_0x146cc4(0x16d)+_0x429d94[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]?.[_0x146cc4(0x125)](0x0,0xc8));const _0x393767={};return _0x393767[_0x86a6f9]=_0x429d94,_0x393767;}['getJestTestScopes'](_0x1c6ec1){const _0x1a96a8=a96_0x46b6cb,_0x3f88c5={};_0x3f88c5[_0x1a96a8(0x81)]=function(_0x381569,_0x2f70f8){return _0x381569!==_0x2f70f8;},_0x3f88c5['uCTbH']=function(_0x4e7c32,_0x8d2a40){return _0x4e7c32!==_0x8d2a40;},_0x3f88c5[_0x1a96a8(0xc2)]=_0x1a96a8(0x1e3);const _0x3b983a=_0x3f88c5,_0xf3ac8={};_0xf3ac8['depth']=0x2,_0xf3ac8[_0x1a96a8(0x103)]=0x3,logger[_0x1a96a8(0x188)](_0x1a96a8(0x99)+util[_0x1a96a8(0x96)](_0x1c6ec1,_0xf3ac8));const _0x48faf4=[];if(_0x1c6ec1&&_0x1c6ec1['parent']){let _0x5963d0=_0x1c6ec1[_0x1a96a8(0x1bf)];while(_0x5963d0&&_0x5963d0['name']&&_0x3b983a[_0x1a96a8(0x81)](_0x5963d0['name'],'')&&_0x3b983a['uCTbH'](_0x5963d0[_0x1a96a8(0x12a)],_0x3b983a[_0x1a96a8(0xc2)])){_0x48faf4[_0x1a96a8(0x167)](_0x5963d0[_0x1a96a8(0x12a)]),_0x5963d0=_0x5963d0[_0x1a96a8(0x1bf)];}}return _0x48faf4[_0x1a96a8(0xb7)]();}[a96_0x46b6cb(0xaa)](_0x16a3b2){const _0x331c19=a96_0x46b6cb,_0x2f80a7={};_0x2f80a7[_0x331c19(0xfd)]='Unknown\x20Test';const _0x5da4c3=_0x2f80a7;if(_0x16a3b2[_0x331c19(0x12a)])return _0x16a3b2['name'];if(_0x16a3b2[_0x331c19(0x17c)])return _0x16a3b2[_0x331c19(0x17c)];return _0x5da4c3['FImph'];}['getJestTestTags'](_0x5eeae1){const _0xeca570=a96_0x46b6cb,_0x35a031=[];if(_0x5eeae1['tags']&&Array['isArray'](_0x5eeae1[_0xeca570(0x112)]))return _0x5eeae1[_0xeca570(0x112)][_0xeca570(0xa0)](_0x31b0d6=>_0x31b0d6[_0xeca570(0x1db)]('@')?_0x31b0d6[_0xeca570(0x79)](0x1):_0x31b0d6);const _0x56df6b=this[_0xeca570(0xaa)](_0x5eeae1),_0x4e50ec=_0x56df6b[_0xeca570(0x183)](/@(\w+)/g);if(_0x4e50ec)return _0x4e50ec[_0xeca570(0xa0)](_0x24b0f7=>_0x24b0f7['slice'](0x1));return _0x5eeae1[_0xeca570(0x9f)]&&Array['isArray'](_0x5eeae1[_0xeca570(0x9f)])&&_0x5eeae1[_0xeca570(0x9f)][_0xeca570(0x7c)](_0x174251=>{const _0x1da3b9=_0xeca570,_0x4362a0=_0x174251[_0x1da3b9(0x183)](/@(\w+)/g);_0x4362a0&&_0x4362a0[_0x1da3b9(0x7c)](_0x4a3155=>{const _0x343a17=_0x1da3b9,_0x51e841=_0x4a3155[_0x343a17(0x131)](0x1);!_0x35a031[_0x343a17(0x154)](_0x51e841)&&_0x35a031[_0x343a17(0x167)](_0x51e841);});}),_0x35a031;}[a96_0x46b6cb(0x1d6)](_0x4055ee){const _0x28017f=a96_0x46b6cb,_0x4a35a9={'mJQhv':function(_0x3c2d86,_0x3a0ff7){return _0x3c2d86(_0x3a0ff7);}};if(_0x4055ee[_0x28017f(0x176)])return _0x4055ee['file_name'];if(_0x4055ee[_0x28017f(0x1fb)])try{const _0x4e8b1d=stackTrace[_0x28017f(0xcc)](_0x4055ee[_0x28017f(0x1fb)]),_0x1b4d4e=_0x4a35a9['mJQhv'](pickUserFrameFile,_0x4e8b1d);if(_0x1b4d4e)return _0x1b4d4e;logger[_0x28017f(0x188)](_0x28017f(0x117)+_0x4e8b1d[_0x28017f(0xf6)]+')');}catch(_0x1f03c7){logger[_0x28017f(0x188)](_0x28017f(0x93)+util[_0x28017f(0xd9)](_0x1f03c7));}return null;}['getJestFailureReason'](_0x2e068a){const _0x36fc6c=a96_0x46b6cb,_0x4b4f21={};_0x4b4f21[_0x36fc6c(0x1b9)]=function(_0x2b0924,_0x3cba41){return _0x2b0924>_0x3cba41;},_0x4b4f21[_0x36fc6c(0x1a9)]=_0x36fc6c(0x98);const _0x4bd3d5=_0x4b4f21;if(_0x2e068a['errorsDetailed']&&_0x4bd3d5[_0x36fc6c(0x1b9)](_0x2e068a[_0x36fc6c(0x149)][_0x36fc6c(0xf6)],0x0))return util[_0x36fc6c(0x96)](_0x2e068a['errorsDetailed'][0x0]);if(_0x2e068a[_0x36fc6c(0x90)])return _0x2e068a[_0x36fc6c(0x90)];return _0x4bd3d5[_0x36fc6c(0x1a9)];}[a96_0x46b6cb(0x148)](_0xd254b7){const _0x1d0c43=a96_0x46b6cb,_0x5ab81b={};_0x5ab81b[_0x1d0c43(0x1f1)]=_0x1d0c43(0x97),_0x5ab81b[_0x1d0c43(0xa6)]=_0x1d0c43(0x170),_0x5ab81b[_0x1d0c43(0xbc)]='UnhandledError';const _0x564449=_0x5ab81b,_0x5682e3=this[_0x1d0c43(0xd8)](_0xd254b7);if(_0x5682e3&&_0x5682e3['includes'](_0x564449[_0x1d0c43(0x1f1)]))return _0x564449[_0x1d0c43(0xa6)];return _0x564449[_0x1d0c43(0xbc)];}[a96_0x46b6cb(0x1d8)](_0x5ad390){const _0x285ffa=a96_0x46b6cb,_0x17fc7d={'kOtow':function(_0x4e26b4,_0x516a88){return _0x4e26b4(_0x516a88);},'PbfJQ':_0x285ffa(0x147),'ujPfe':function(_0x520016,_0x49569b){return _0x520016!==_0x49569b;},'Aaeld':'test'},{failureData:_0x2b3fbf}=_0x17fc7d[_0x285ffa(0x165)](require,_0x17fc7d[_0x285ffa(0x127)]),_0x5a3464=[];return _0x17fc7d[_0x285ffa(0x1d5)](_0x5ad390['errorsDetailed'],undefined)&&_0x5a3464[_0x285ffa(0x167)](_0x5ad390[_0x285ffa(0x149)],_0x17fc7d['Aaeld']),_0x2b3fbf[_0x285ffa(0xa4)](null,_0x5a3464);}async[a96_0x46b6cb(0x139)](_0x58701a,_0x3932a4,_0x4abac5,_0x522584){const _0x235467=a96_0x46b6cb,_0x8a718={'Sqtfi':'[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','oKAWv':function(_0x49bd9f){return _0x49bd9f();},'GkZNV':function(_0x40b160,_0x504eb7){return _0x40b160 in _0x504eb7;},'GpKSK':function(_0x4eed52,_0x457668){return _0x4eed52===_0x457668;},'FgmNA':function(_0x47b5ab,_0x67814d){return _0x47b5ab>_0x67814d;},'WdxLT':_0x235467(0x17b),'gfwrC':_0x235467(0x1b4),'RMRlm':'[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','oQBtM':function(_0x35a3da,_0x48d2db){return _0x35a3da>_0x48d2db;},'cyihX':function(_0x1bbd2e,_0x50f37b){return _0x1bbd2e!==_0x50f37b;}},{hookData:_0x4a4ade}=_0x522584,_0x1b3208=_0x4abac5[_0x235467(0xc8)](),_0x2fc684=_0x3932a4[_0x235467(0xc8)](),_0x504e26={};_0x504e26['depth']=0x2,_0x504e26[_0x235467(0x103)]=0x3,logger[_0x235467(0x188)](_0x235467(0x192)+_0x2fc684+_0x235467(0x163)+_0x1b3208+_0x235467(0x16b)+util[_0x235467(0x96)](_0x4a4ade,_0x504e26));if(!_0x4a4ade)return logger[_0x235467(0x188)](_0x8a718[_0x235467(0x1c5)]),{};const _0x228b85=_0x4a4ade[_0x235467(0x1c8)]||_0x4a4ade[_0x235467(0x76)]||_0x8a718[_0x235467(0x13b)](uuidv4),_0xdbcd85=_0x4a4ade[_0x235467(0x16f)]||this[_0x235467(0x18e)](_0x4a4ade),_0x1149d6=_0x3932a4[_0x235467(0xc8)]()[_0x235467(0x195)]('.')[0x1],_0x4f4b71=_0x58701a['getAllData']()[_0x235467(0x15e)](_0xdbcd85),_0x191eac=_0x4f4b71?_0x4f4b71[TestFrameworkConstants[_0x235467(0xa8)]]||{}:{};logger[_0x235467(0x188)]('[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId='+_0x228b85+',\x20testId='+_0xdbcd85+_0x235467(0xf7)+_0x1149d6+_0x235467(0x163)+_0x1b3208);if(!_0x4f4b71)return logger['debug'](_0x235467(0xda)+_0xdbcd85+_0x235467(0x123)),this[_0x235467(0x10a)](_0x58701a,_0xdbcd85,_0x3932a4,_0x4abac5,_0x522584),{};let _0x452bb2=_0x4f4b71[TestFrameworkConstants[_0x235467(0x11c)]];!_0x452bb2&&(_0x452bb2={});!_0x8a718[_0x235467(0x88)](_0x1149d6,_0x452bb2)&&(_0x452bb2[_0x1149d6]=[]);let _0x178b87=_0x4f4b71[TestFrameworkConstants[_0x235467(0x197)]];!_0x178b87&&(_0x178b87={});!_0x8a718['GkZNV'](_0x1149d6,_0x178b87)&&(_0x178b87[_0x1149d6]=[]);const _0x3d3df9={[_0xdbcd85]:{[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x452bb2,[TestFrameworkConstants[_0x235467(0x197)]]:_0x178b87,[TestFrameworkConstants[_0x235467(0x83)]]:this[_0x235467(0x105)]()[0x0]||'',[TestFrameworkConstants[_0x235467(0x7b)]]:this[_0x235467(0x1ee)]()[this[_0x235467(0x105)]()[0x0]]||''}};if(_0x8a718[_0x235467(0x13a)](_0x4abac5,HookState['PRE'])){const _0x36d545={'key':_0x1149d6,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x228b85,[TestFrameworkConstants[_0x235467(0x1c7)]]:TestFrameworkConstants[_0x235467(0x101)],[TestFrameworkConstants[_0x235467(0x77)]]:_0x4a4ade[_0x235467(0x1b0)]||new Date()[_0x235467(0x12e)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x235467(0x11a)]]:_0x4a4ade[_0x235467(0x12a)]||_0x4a4ade['hook_type']||_0x1149d6,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x191eac};_0x452bb2[_0x1149d6][_0x235467(0x167)](_0x36d545),_0x3d3df9[_0xdbcd85][TestFrameworkConstants[_0x235467(0xb0)]]=_0x1149d6;const _0x3988b7={};_0x3988b7[_0x235467(0xe4)]=0x2,logger[_0x235467(0x188)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x1149d6+_0x235467(0x1e9)+_0x228b85+_0x235467(0xad)+_0xdbcd85+_0x235467(0xf0)+util['inspect'](_0x36d545,_0x3988b7));}else{if(_0x8a718[_0x235467(0x13a)](_0x4abac5,HookState[_0x235467(0x1a4)])){const _0x56596d=_0x4a4ade[_0x235467(0xfa)]||(_0x4a4ade['errorsDetailed']&&_0x8a718['FgmNA'](_0x4a4ade['errorsDetailed'][_0x235467(0xf6)],0x0)?_0x8a718['WdxLT']:_0x8a718['gfwrC']),_0x4794ef=_0x452bb2[_0x1149d6]||[];logger['debug'](_0x235467(0x7d)+_0x1149d6+_0x235467(0xad)+_0xdbcd85+',\x20result='+_0x56596d+_0x235467(0xcf)+_0x4794ef[_0x235467(0xf6)]);if(_0x8a718[_0x235467(0x13a)](_0x4794ef[_0x235467(0xf6)],0x0)&&_0x8a718[_0x235467(0x13a)](_0x3932a4,TestFrameworkState[_0x235467(0x14e)]))return logger[_0x235467(0x188)](_0x8a718['RMRlm']),this[_0x235467(0x10a)](_0x58701a,_0xdbcd85,_0x3932a4,_0x4abac5,_0x522584),{};if(_0x8a718['oQBtM'](_0x4794ef[_0x235467(0xf6)],0x0)){const _0x3ac466=_0x4794ef[_0x235467(0x184)]();_0x8a718[_0x235467(0x13a)](_0x56596d,_0x8a718[_0x235467(0xd2)])&&_0x4a4ade[_0x235467(0x149)]?(_0x3ac466[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this[_0x235467(0x148)](_0x4a4ade),_0x3ac466[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]=this[_0x235467(0xd8)](_0x4a4ade),_0x3ac466[TestFrameworkConstants[_0x235467(0x118)]]=this[_0x235467(0x1d8)](_0x4a4ade),logger[_0x235467(0x188)](_0x235467(0x1b6)+_0x1149d6+_0x235467(0x161)+_0x3ac466[TestFrameworkConstants[_0x235467(0x1ef)]]+_0x235467(0x16d)+_0x3ac466[TestFrameworkConstants[_0x235467(0x186)]]?.[_0x235467(0x125)](0x0,0xc8))):_0x3ac466[TestFrameworkConstants[_0x235467(0x1c7)]]=_0x8a718[_0x235467(0x85)];_0x8a718[_0x235467(0xc7)](_0x56596d,TestFrameworkConstants[_0x235467(0x101)])&&(_0x3ac466[TestFrameworkConstants[_0x235467(0x1c7)]]=_0x56596d);_0x3ac466[TestFrameworkConstants[_0x235467(0xa5)]]=_0x4a4ade[_0x235467(0x1a5)]||new Date()[_0x235467(0x12e)](),_0x3ac466[TestFrameworkConstants[_0x235467(0xa8)]]=_0x191eac;const _0x46ae41=_0x3ac466[TestFrameworkConstants[_0x235467(0xaf)]];!_0x178b87[_0x1149d6]&&(_0x178b87[_0x1149d6]=[]);_0x178b87[_0x1149d6][_0x235467(0x167)](_0x3ac466),_0x3d3df9[_0xdbcd85][TestFrameworkConstants[_0x235467(0x1c3)]]=_0x1149d6;const _0xc0a36f={};_0xc0a36f['depth']=0x2,logger[_0x235467(0x188)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType='+_0x1149d6+',\x20hookId='+_0x46ae41+',\x20result='+_0x56596d+_0x235467(0xf0)+util[_0x235467(0x96)](_0x3ac466,_0xc0a36f));}}}return _0x3d3df9;}[a96_0x46b6cb(0x126)](_0x44a0dd){const _0x2f43ab=a96_0x46b6cb,_0x44d9cf={};_0x44d9cf['clysu']=_0x2f43ab(0xd7);const _0x7a78c9=_0x44d9cf;try{const _0x327088=_0x44a0dd[_0x2f43ab(0x1d4)]?this[_0x2f43ab(0x18e)](_0x44a0dd[_0x2f43ab(0x1d4)]):_0x44a0dd['hookData'][_0x2f43ab(0x16f)],_0x1a0a48=_0x44a0dd[_0x2f43ab(0x153)],_0x429cd2=_0x1a0a48[_0x2f43ab(0xd4)](),_0x21f666=_0x1a0a48[_0x2f43ab(0x13c)]()[_0x2f43ab(0x15e)](_0x327088);if(!_0x21f666)return logger[_0x2f43ab(0x188)](_0x2f43ab(0xb3)+_0x327088),{};const {[TestFrameworkConstants[_0x2f43ab(0x83)]]:_0x42e222=this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x2f43ab(0x7b)]]:_0x35d878=this['getTestFrameworksVersions']()[this[_0x2f43ab(0x105)]()[0x0]]||'',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x4cfc55='',[TestFrameworkConstants[_0x2f43ab(0x19a)]]:_0x1e896e=''}=_0x21f666,_0x2606b4=_0x1a0a48['getCurrentTestState']()[_0x2f43ab(0xc8)]()[_0x2f43ab(0x195)]('.')[0x1],_0x1fb516=_0x1a0a48[_0x2f43ab(0x1af)]()[_0x2f43ab(0xc8)]()[_0x2f43ab(0x195)]('.')[0x1],_0x440e16=global?.['__workerDetails']?.[_0x2f43ab(0x146)]?.[_0x2f43ab(0x1d1)]||global['__bstackPlatformIndex']||0x0,_0x21be97=_0x1a0a48[_0x2f43ab(0x1fa)](),_0x264911=Buffer[_0x2f43ab(0xef)](JSON['stringify'](_0x21f666))[_0x2f43ab(0xc8)](_0x7a78c9[_0x2f43ab(0x136)]),_0x532f24={'hash':_0x429cd2[_0x2f43ab(0x11d)](),'threadId':_0x429cd2[_0x2f43ab(0xc6)]()[_0x2f43ab(0xc8)](),'processId':_0x429cd2['getProcessId']()['toString']()},_0x210602={};_0x210602[_0x2f43ab(0x122)]=_0x440e16,_0x210602[_0x2f43ab(0x155)]=_0x42e222,_0x210602[_0x2f43ab(0xb4)]=_0x35d878,_0x210602['testFrameworkState']=_0x2606b4,_0x210602[_0x2f43ab(0x78)]=_0x1fb516,_0x210602[_0x2f43ab(0x1f8)]=_0x4cfc55,_0x210602['endedAt']=_0x1e896e,_0x210602[_0x2f43ab(0x1c8)]=_0x21be97,_0x210602[_0x2f43ab(0x10d)]=_0x264911,_0x210602[_0x2f43ab(0x91)]=_0x532f24,_0x210602[_0x2f43ab(0x14a)]=_0x327088;const _0x788dd=_0x210602;return _0x788dd;}catch(_0x6a4857){return logger[_0x2f43ab(0x74)](_0x2f43ab(0xa3)+util[_0x2f43ab(0xd9)](_0x6a4857)),{};}}async['sendLogCreatedEvent'](_0x5dee63,_0x52c79d,_0x17a13c){const _0x1d066c=a96_0x46b6cb,_0x4328cc={'qGmGN':function(_0x1acd3f,_0x3db981){return _0x1acd3f+_0x3db981;},'unnIT':_0x1d066c(0x86),'ApFWI':_0x1d066c(0x75),'LJfcY':function(_0x96d6a4,_0x15839c){return _0x96d6a4>_0x15839c;},'ZOZcq':function(_0x12e8d6,_0x3e4379,_0x1a0038,_0x3e6359){return _0x12e8d6(_0x3e4379,_0x1a0038,_0x3e6359);},'UfiEN':function(_0x1213e0,_0x34412b){return _0x1213e0-_0x34412b;},'OXvdS':function(_0xb67831,_0x5408d8){return _0xb67831===_0x5408d8;},'nIbbM':function(_0xac4044,_0x184af0){return _0xac4044/_0x184af0;},'IOlNp':function(_0xeacc13,_0x501180){return _0xeacc13<_0x501180;},'gUcyl':function(_0x1e99cc,_0x287ad1){return _0x1e99cc*_0x287ad1;},'pUChj':function(_0x3b049a,_0x25d7ea){return _0x3b049a+_0x25d7ea;},'xcFfT':function(_0x30598a,_0x415230){return _0x30598a+_0x415230;},'ZYDGH':function(_0x529d88,_0x2dacf7){return _0x529d88>_0x2dacf7;}};try{const _0x4632ea=_0x17a13c['testUUID']||_0x17a13c[_0x1d066c(0xf2)],_0x1cf0d8=Array[_0x1d066c(0xef)](_0x5dee63[_0x1d066c(0x13c)]()[_0x1d066c(0x95)]()),_0x2992c0=_0x5dee63['getAllData']()[_0x1d066c(0x15e)](_0x4632ea);if(!_0x2992c0){logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x4632ea);return;}const {[TestFrameworkConstants[_0x1d066c(0x83)]]:_0x41f8e4='',[TestFrameworkConstants[_0x1d066c(0x7b)]]:_0x9c2ce7=''}=_0x2992c0;let _0x4c1735=[];_0x2992c0&&_0x2992c0[TestFrameworkConstants[_0x1d066c(0x166)]]&&Array[_0x1d066c(0x1dc)](_0x2992c0[TestFrameworkConstants[_0x1d066c(0x166)]])?(_0x4c1735=_0x2992c0[TestFrameworkConstants[_0x1d066c(0x166)]]||[],logger[_0x1d066c(0x188)](_0x1d066c(0xac)+_0x4c1735['length']+_0x1d066c(0x84)+_0x4632ea),_0x5dee63[_0x1d066c(0x1b1)]({[_0x4632ea]:{[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants[_0x1d066c(0x83)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x1d066c(0x1ee)]()[this[_0x1d066c(0x105)]()[0x0]]||''}}),logger[_0x1d066c(0x188)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x4632ea)):logger[_0x1d066c(0x188)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x4632ea);logger[_0x1d066c(0x188)](_0x1d066c(0x73)+_0x4c1735['length']+'\x20for\x20testId:\x20'+_0x4632ea);const _0x7cb7f2=_0x4c1735[_0x1d066c(0x1e5)](_0x414d66=>_0x414d66['kind']==='TEST_SCREENSHOT');_0x4328cc[_0x1d066c(0x164)](_0x7cb7f2['length'],0x0)&&(logger[_0x1d066c(0x188)](_0x1d066c(0x15f)+_0x7cb7f2[_0x1d066c(0xf6)]+_0x1d066c(0x157)+_0x4632ea),_0x7cb7f2[_0x1d066c(0x7c)]((_0x250608,_0x1898c5)=>{const _0x54f89d=_0x1d066c;logger[_0x54f89d(0x188)](_0x54f89d(0xec)+_0x4328cc[_0x54f89d(0xc0)](_0x1898c5,0x1)+'/'+_0x7cb7f2[_0x54f89d(0xf6)]+_0x54f89d(0xde)+(_0x250608['test_identifier']||_0x4328cc[_0x54f89d(0x87)])+_0x54f89d(0xe9)+(_0x250608['test_run_uuid']||_0x4328cc['unnIT'])+_0x54f89d(0x1d3)+(_0x250608[_0x54f89d(0x134)]||_0x4328cc[_0x54f89d(0x80)])+',\x20messageLength='+(_0x250608[_0x54f89d(0xc1)]?.[_0x54f89d(0xf6)]||0x0));}));const _0x10823a=_0x2992c0[TestFrameworkConstants[_0x1d066c(0x1c4)]]||{},_0x2f2b75=_0x4328cc['ZOZcq'](getMediaArtifactsLogs,_0x10823a,null,_0x4632ea),_0x567f78=(_0x4c1735||[])[_0x1d066c(0xfe)](_0x2f2b75||[]),_0x111f41=_0x7cb7f2?.[_0x1d066c(0xf6)]||0x0,_0x597015=_0x4328cc[_0x1d066c(0x1ae)](_0x4c1735?.['length']||0x0,_0x111f41);logger['debug'](_0x1d066c(0xca)+_0x4632ea+_0x1d066c(0x1f2)+_0x597015+_0x1d066c(0xd3)+_0x111f41+_0x1d066c(0x1ec)+(_0x2f2b75?.[_0x1d066c(0xf6)]||0x0)+_0x1d066c(0x1d9)+_0x567f78[_0x1d066c(0xf6)]);if(!_0x567f78||_0x4328cc[_0x1d066c(0x12d)](_0x567f78[_0x1d066c(0xf6)],0x0)){logger[_0x1d066c(0x188)](_0x1d066c(0x152)+_0x4632ea);return;}const _0x7b5e3c=0x28,_0x368b73=Math[_0x1d066c(0x138)](_0x4328cc[_0x1d066c(0x9c)](_0x567f78[_0x1d066c(0xf6)],_0x7b5e3c));for(let _0x17cb70=0x0;_0x4328cc[_0x1d066c(0xbd)](_0x17cb70,_0x368b73);_0x17cb70++){const _0x38dc8c=_0x4328cc[_0x1d066c(0xf9)](_0x17cb70,_0x7b5e3c),_0x32de7d=_0x4328cc['pUChj'](_0x38dc8c,_0x7b5e3c),_0x2600da=_0x567f78[_0x1d066c(0x131)](_0x38dc8c,_0x32de7d),_0x22493e=global?.[_0x1d066c(0x9d)]??0x0,_0x353a98={'platformIndex':_0x22493e,'logs':_0x2600da,'testFrameworkName':_0x41f8e4,'testFrameworkVersion':_0x9c2ce7,'testFrameworkState':_0x52c79d['toString']()[_0x1d066c(0x195)]('.')[0x1]},_0xdbe4b8={};_0xdbe4b8['depth']=0x3,_0xdbe4b8[_0x1d066c(0x103)]=0x5,logger[_0x1d066c(0x188)](_0x1d066c(0x8f)+_0x4328cc['qGmGN'](_0x17cb70,0x1)+'/'+_0x368b73+_0x1d066c(0x19b)+_0x4632ea+_0x1d066c(0x194)+_0x2600da[_0x1d066c(0xf6)]+',\x20platformIndex:\x20'+_0x22493e+',\x20payload:\x20'+util[_0x1d066c(0x96)](_0x353a98,_0xdbe4b8));const _0x7ee0f0=await GrpcClient[_0x1d066c(0x113)]()[_0x1d066c(0x144)](_0x353a98);logger[_0x1d066c(0x188)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x4328cc[_0x1d066c(0x160)](_0x17cb70,0x1)+'/'+_0x368b73+_0x1d066c(0x19b)+_0x4632ea+_0x1d066c(0xc5)+util['inspect'](_0x7ee0f0));}_0x2f2b75&&_0x4328cc[_0x1d066c(0x114)](_0x2f2b75[_0x1d066c(0xf6)],0x0)&&_0x2992c0[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]&&_0x5dee63[_0x1d066c(0x1b1)]({[_0x4632ea]:{[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{},[TestFrameworkConstants[_0x1d066c(0x83)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x1d066c(0x7b)]]:this[_0x1d066c(0x1ee)]()[this['getTestFrameworks']()[0x0]]||''}}),logger[_0x1d066c(0x188)](_0x1d066c(0xab)+_0x4632ea+_0x1d066c(0x175)+_0x368b73);}catch(_0x2d71e5){logger[_0x1d066c(0x74)](_0x1d066c(0x8a)+(_0x17a13c[_0x1d066c(0x1d2)]||_0x17a13c[_0x1d066c(0xf2)])+',\x20error:\x20'+util[_0x1d066c(0xd9)](_0x2d71e5));}}[a96_0x46b6cb(0x10a)](_0x534fe3,_0x21455c,_0xf246b7,_0x5f2131,_0x3f8b21){const _0x2eda2d=a96_0x46b6cb,_0x94872={};_0x94872[_0x2eda2d(0x8c)]=function(_0x64e89b,_0x3a3387){return _0x64e89b===_0x3a3387;},_0x94872[_0x2eda2d(0x169)]=_0x2eda2d(0x8e);const _0x4d54b2=_0x94872,{hookData:_0x3510ec}=_0x3f8b21,_0x44d6de={'testId':_0x21455c,'testFrameworkState':_0xf246b7,'hookState':_0x5f2131,'args':_0x3f8b21,'timestamp':new Date()[_0x2eda2d(0x12e)]()};if(_0x4d54b2[_0x2eda2d(0x8c)](_0xf246b7,TestFrameworkState[_0x2eda2d(0x14e)])&&_0x3510ec){const _0x21bb8c={};_0x21bb8c[_0x2eda2d(0xfb)]=_0x3510ec[_0x2eda2d(0x176)]||_0x3510ec[_0x2eda2d(0x16e)],_0x21bb8c[_0x2eda2d(0x15b)]=_0x3510ec[_0x2eda2d(0x15b)]||_0x3510ec[_0x2eda2d(0x9f)]&&_0x3510ec['scopes'][0x0]||'',_0x21bb8c[_0x2eda2d(0x18b)]=_0x4d54b2[_0x2eda2d(0x169)],_0x44d6de[_0x2eda2d(0x133)]=_0x21bb8c,logger[_0x2eda2d(0x188)](_0x2eda2d(0x128)+_0x21455c+_0x2eda2d(0x1b7)+_0x44d6de[_0x2eda2d(0x133)][_0x2eda2d(0xfb)]+_0x2eda2d(0x14c)+_0x44d6de[_0x2eda2d(0x133)][_0x2eda2d(0x15b)]);}_0x534fe3['addPendingHook'](_0x21455c,_0x44d6de),logger[_0x2eda2d(0x188)]('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x21455c+_0x2eda2d(0x9b)+_0xf246b7+',\x20hookState:\x20'+_0x5f2131);}async[a96_0x46b6cb(0xe6)](_0x25a43b,_0x1160af){const _0x228019=a96_0x46b6cb,_0xf05022={};_0xf05022[_0x228019(0x1f4)]=function(_0x1660b9,_0x28200d){return _0x1660b9>_0x28200d;},_0xf05022[_0x228019(0x8d)]=function(_0x4cd969,_0x38d8ca){return _0x4cd969===_0x38d8ca;},_0xf05022[_0x228019(0x115)]=function(_0x5a33d3,_0x48adc3){return _0x5a33d3===_0x48adc3;},_0xf05022['QxPOp']=function(_0x5693c2,_0x39140d){return _0x5693c2===_0x39140d;},_0xf05022['GyDXs']=_0x228019(0xb5);const _0x3f3d00=_0xf05022;if(_0x25a43b['hasPendingHooks'](_0x1160af)){const _0x386a23=_0x25a43b['getPendingHooks'](_0x1160af);logger[_0x228019(0x188)](_0x228019(0x1e6)+_0x386a23['length']+_0x228019(0x1c6)+_0x1160af);for(const _0xa6a35 of _0x386a23){try{const _0x4d1d6a=await this[_0x228019(0x139)](_0x25a43b,_0xa6a35['testFrameworkState'],_0xa6a35[_0x228019(0x78)],_0xa6a35['args']);_0x4d1d6a&&_0x3f3d00[_0x228019(0x1f4)](Object[_0x228019(0x95)](_0x4d1d6a)['length'],0x0)&&_0x25a43b['addMultipleEntries'](_0x4d1d6a),await this['runHooks'](_0x25a43b,_0xa6a35[_0x228019(0x1f5)],_0xa6a35['hookState'],_0xa6a35['args']);}catch(_0x54fa2b){logger[_0x228019(0x74)](_0x228019(0xae)+_0x1160af+_0x228019(0x180)+_0x54fa2b);}}_0x25a43b[_0x228019(0x1ba)](_0x1160af),logger['debug']('Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20'+_0x1160af);}const _0x3bd4fc=_0x25a43b['getAllData']()['get'](_0x1160af);if(_0x3bd4fc){const _0x3d3aef=_0x3bd4fc[TestFrameworkConstants[_0x228019(0x119)]]||_0x3bd4fc[TestFrameworkConstants[_0x228019(0x1f0)]],_0x54eb19=_0x3bd4fc[TestFrameworkConstants[_0x228019(0x94)]]||_0x3bd4fc[TestFrameworkConstants[_0x228019(0xcd)]]&&_0x3bd4fc[TestFrameworkConstants[_0x228019(0xcd)]][0x0]||'';logger[_0x228019(0x188)](_0x228019(0x1a3)+_0x3d3aef+_0x228019(0x14c)+_0x54eb19);const _0x534276=_0x25a43b[_0x228019(0x191)]();for(const _0x524e87 of _0x534276){if(_0x3f3d00[_0x228019(0x8d)](_0x524e87,_0x1160af))continue;if(_0x25a43b[_0x228019(0x1b5)](_0x524e87)){const _0x38c57e=_0x25a43b[_0x228019(0x1cb)](_0x524e87);for(const _0x433e8d of _0x38c57e){if(_0x3f3d00[_0x228019(0x115)](_0x433e8d[_0x228019(0x1f5)],TestFrameworkState[_0x228019(0x14e)])&&_0x433e8d[_0x228019(0x133)]){const _0x1ae5b3=_0x433e8d[_0x228019(0x133)][_0x228019(0xfb)],_0x641c4a=_0x433e8d['hookMetadata'][_0x228019(0x15b)];if(_0x3f3d00[_0x228019(0x8d)](_0x1ae5b3,_0x3d3aef)&&_0x3f3d00[_0x228019(0x8d)](_0x641c4a,_0x54eb19)){logger[_0x228019(0x188)]('[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20'+_0x524e87+_0x228019(0x18a)+_0x1160af+_0x228019(0x1b7)+_0x1ae5b3+_0x228019(0x14c)+_0x641c4a);_0x433e8d[_0x228019(0x102)]&&_0x433e8d[_0x228019(0x102)][_0x228019(0x7a)]&&(_0x433e8d['args'][_0x228019(0x7a)]['test_run_id']=_0x1160af,logger[_0x228019(0x188)]('[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20'+_0x524e87+'\x20to\x20'+_0x1160af));try{const _0x53c169=await this[_0x228019(0x139)](_0x25a43b,_0x433e8d[_0x228019(0x1f5)],_0x433e8d['hookState'],_0x433e8d[_0x228019(0x102)]);_0x53c169&&_0x3f3d00[_0x228019(0x1f4)](Object[_0x228019(0x95)](_0x53c169)['length'],0x0)&&_0x25a43b['addMultipleEntries'](_0x53c169);await this[_0x228019(0x1b3)](_0x25a43b,_0x433e8d[_0x228019(0x1f5)],_0x433e8d[_0x228019(0x78)],_0x433e8d['args']);const _0xe12e8=_0x25a43b['getPendingHooks'](_0x524e87)[_0x228019(0x1e5)](_0x221724=>_0x221724!==_0x433e8d);if(_0x3f3d00['QxPOp'](_0xe12e8[_0x228019(0xf6)],0x0))_0x25a43b['removePendingHooks'](_0x524e87);else{_0x25a43b['removePendingHooks'](_0x524e87);for(const _0xc18137 of _0xe12e8){_0x25a43b[_0x228019(0x1a1)](_0x524e87,_0xc18137);}}logger[_0x228019(0x188)](_0x3f3d00[_0x228019(0x111)]);}catch(_0x7f260f){logger[_0x228019(0x74)](_0x228019(0x137)+_0x1160af+_0x228019(0x180)+_0x7f260f);}}}}}}}}[a96_0x46b6cb(0x109)](_0x29b6b8){const _0x124aaa=a96_0x46b6cb,_0x336e72={'pUcBb':function(_0x26575e){return _0x26575e();}};if(!_0x29b6b8||!_0x29b6b8['parent'])return;_0x29b6b8[_0x124aaa(0x1bf)][_0x124aaa(0x108)]&&Array['isArray'](_0x29b6b8['parent'][_0x124aaa(0x108)])&&_0x29b6b8[_0x124aaa(0x1bf)]['hooks'][_0x124aaa(0x7c)](_0x36c84a=>{const _0x457859=_0x124aaa;!_0x36c84a[_0x457859(0x76)]&&!_0x36c84a[_0x457859(0x1eb)]&&(_0x36c84a[_0x457859(0x76)]=_0x336e72[_0x457859(0xfc)](uuidv4),_0x36c84a[_0x457859(0x1eb)]=_0x36c84a['hookAnalyticsId'],logger[_0x457859(0x188)](_0x457859(0xf1)+_0x36c84a[_0x457859(0x181)]+_0x457859(0xed)+_0x36c84a['hookAnalyticsId']));}),this[_0x124aaa(0x109)](_0x29b6b8[_0x124aaa(0x1bf)]);}['getHooksForTest'](_0x37f82f){const _0x4f9cd5=a96_0x46b6cb,_0x428b1c={'QrLjN':function(_0x597afe,_0x50bf41){return _0x597afe(_0x50bf41);}};if(!_0x37f82f||!_0x37f82f[_0x4f9cd5(0x1bf)])return[];const _0x1cb56d=[];return _0x37f82f['parent'][_0x4f9cd5(0x108)]&&Array[_0x4f9cd5(0x1dc)](_0x37f82f[_0x4f9cd5(0x1bf)][_0x4f9cd5(0x108)])&&_0x37f82f[_0x4f9cd5(0x1bf)][_0x4f9cd5(0x108)]['forEach'](_0x535ce9=>{const _0x2185d8=_0x4f9cd5,_0x4242fd=_0x535ce9['hookAnalyticsId']||_0x535ce9[_0x2185d8(0x1eb)];_0x4242fd&&!this[_0x2185d8(0x1b8)](_0x535ce9)&&!_0x428b1c[_0x2185d8(0x1a2)](isInternalHook,_0x535ce9['fn'])&&_0x1cb56d[_0x2185d8(0x167)](_0x4242fd);}),[..._0x1cb56d,...this[_0x4f9cd5(0xcb)](_0x37f82f[_0x4f9cd5(0x1bf)])];}[a96_0x46b6cb(0x171)](_0x596a56){const _0x3c7f9c=a96_0x46b6cb,_0x29ad13={'IfwyS':function(_0x5bbdc3,_0x34bae8){return _0x5bbdc3(_0x34bae8);},'ysLVC':_0x3c7f9c(0xdc),'lBGfK':function(_0x2634b2,_0x3c9144){return _0x2634b2(_0x3c9144);}},_0x5d69d8=new Map(),_0x4639af=_0x307fa6=>{const _0x329f58=_0x3c7f9c;if(!_0x307fa6||!_0x307fa6[_0x329f58(0x1bf)])return;_0x307fa6[_0x329f58(0x1bf)][_0x329f58(0x108)]&&Array[_0x329f58(0x1dc)](_0x307fa6[_0x329f58(0x1bf)][_0x329f58(0x108)])&&_0x307fa6['parent'][_0x329f58(0x108)][_0x329f58(0x7c)](_0x36b2ef=>{const _0x2065f3=_0x329f58,_0xd66632=_0x36b2ef['hookAnalyticsId']||_0x36b2ef['hookUUID'];if(_0xd66632&&!this[_0x2065f3(0x1b8)](_0x36b2ef)&&!_0x29ad13['IfwyS'](isInternalHook,_0x36b2ef['fn'])){const _0x2ecc19={};_0x2ecc19['type']=_0x36b2ef[_0x2065f3(0x181)]||_0x29ad13[_0x2065f3(0x92)],_0x2ecc19[_0x2065f3(0x12a)]=_0x36b2ef['name']||'\x22'+_0x36b2ef['type']+_0x2065f3(0xe8),_0x5d69d8[_0x2065f3(0xeb)](_0xd66632,_0x2ecc19);}}),_0x29ad13[_0x329f58(0xe3)](_0x4639af,_0x307fa6[_0x329f58(0x1bf)]);};return _0x29ad13['lBGfK'](_0x4639af,_0x596a56),_0x5d69d8;}[a96_0x46b6cb(0x1b8)](_0x1faefc){const _0x2a4eb9=a96_0x46b6cb,_0x15f8fb={};_0x15f8fb['tvpNi']=_0x2a4eb9(0x11f),_0x15f8fb['UjBeR']=_0x2a4eb9(0xd1);const _0x935b9d=_0x15f8fb;try{const _0xcf10e4=this[_0x2a4eb9(0x190)](_0x1faefc);if(!_0xcf10e4||_0xcf10e4[_0x2a4eb9(0x154)](_0x935b9d['tvpNi']))return!![];return![];}catch(_0x4b88a8){logger[_0x2a4eb9(0x188)](_0x935b9d['UjBeR']);}return![];}[a96_0x46b6cb(0x190)](_0x5a16da){const _0x5a21be=a96_0x46b6cb,_0x13ba59={'cpYUx':function(_0x40c8c4,_0x24462d){return _0x40c8c4(_0x24462d);}};if(_0x5a16da[_0x5a21be(0xf8)])return _0x5a16da[_0x5a21be(0xf8)];if(_0x5a16da['asyncError'])try{const _0x15ee90=stackTrace['parse'](_0x5a16da['asyncError']),_0x10d807=_0x13ba59[_0x5a21be(0x17f)](pickUserFrameFile,_0x15ee90);if(_0x10d807)return _0x10d807;logger['debug'](_0x5a21be(0x1c0)+_0x15ee90[_0x5a21be(0xf6)]+')');}catch(_0x3d1800){logger[_0x5a21be(0x188)](_0x5a21be(0x1ed)+util['format'](_0x3d1800));}return null;}}module[a96_0x46b6cb(0x104)]=JestTestFramework;
@@ -1 +1 @@
1
- const a97_0xf8568=a97_0x4b65;(function(_0x3a5700,_0x9134b2){const _0x18e007=a97_0x4b65,_0x72bf8a=_0x3a5700();while(!![]){try{const _0xd6441c=parseInt(_0x18e007(0x143))/0x1*(-parseInt(_0x18e007(0x145))/0x2)+parseInt(_0x18e007(0x137))/0x3*(parseInt(_0x18e007(0x14a))/0x4)+parseInt(_0x18e007(0x15e))/0x5*(parseInt(_0x18e007(0x153))/0x6)+parseInt(_0x18e007(0x121))/0x7+parseInt(_0x18e007(0x12c))/0x8*(parseInt(_0x18e007(0x149))/0x9)+-parseInt(_0x18e007(0x142))/0xa+-parseInt(_0x18e007(0x159))/0xb;if(_0xd6441c===_0x9134b2)break;else _0x72bf8a['push'](_0x72bf8a['shift']());}catch(_0x161b54){_0x72bf8a['push'](_0x72bf8a['shift']());}}}(a97_0x2d47,0xdcee0));const path=require(a97_0xf8568(0x163)),TestFramework=require(a97_0xf8568(0x161)),TestFrameworkState=require(a97_0xf8568(0x114)),HookState=require(a97_0xf8568(0x11d)),{createClassLogger}=require(a97_0xf8568(0x13f)),TestFrameworkInstance=require(a97_0xf8568(0x128)),CLIUtils=require(a97_0xf8568(0x133)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),util=require(a97_0xf8568(0x13c)),logger=createClassLogger(a97_0xf8568(0x118));function a97_0x4b65(_0x17050d,_0x597012){const _0x2d479d=a97_0x2d47();return a97_0x4b65=function(_0x4b651f,_0x8c40a4){_0x4b651f=_0x4b651f-0x112;let _0x3a335f=_0x2d479d[_0x4b651f];return _0x3a335f;},a97_0x4b65(_0x17050d,_0x597012);}function a97_0x2d47(){const _0x330546=['KEY_TEST_FRAMEWORK_VERSION','get','error','36402OChFSE','debug','getId','KEY_TEST_ENDED_AT','PRE','resolveInstance','27878664LWiCtE','result','instance','parseNewmanTest','getTestFrameworks','1435SZlaCV','NONE','KEY_TEST_FRAMEWORK_NAME','./testFramework','toString','path','KEY_TEST_FAILURE_REASON','getContext','../state/testFrameworkState.js','trackEvent','KEY_TEST_TAGS','\x20hook=','NewmanTestFramework','KEY_TEST_LOGS','getCurrentTestState','location','KEY_TEST_RERUN_NAME','../state/hookState.js','from','KEY_TEST_FAILURE','KEY_TEST_FILE_PATH','1382871WFINgm','getAllData','KEY_TEST_META','runHooks','base64','pending','getProcessId','../instances/testFrameworkInstance.js','createTestFrameworkEventPayload','name','BnmYp','248inPDbI','uuid','KEY_TEST_SCOPE','KEY_TEST_UUID','DEFAULT_TEST_RESULT','rlXAx','scope','../cliUtils.js','trackEvent:\x20state=','split','meta','4647qquAQx','TEST','scopes','addMultipleEntries','custom_metadata','util','format','test','../../../helpers/classLogger.js','setTrackedInstance','stringify','13353380zaXngH','1717iICdfQ','KEY_TEST_NAME','492rAhXDq','KEY_HOOKS_STARTED','KEY_HOOKS_FINISHED','getTrackedInstance','487701QPgQUC','4076qZzErV','parseNewmanTestResult','toISOString','failure_reason','KEY_TEST_RESULT','KEY_TEST_ID'];a97_0x2d47=function(){return _0x330546;};return a97_0x2d47();}class NewmanTestFramework extends TestFramework{constructor(_0x185e04,_0x16b301,_0x275658){super(_0x185e04,_0x16b301,_0x275658);}async['trackEvent'](_0x59632f,_0x591e91,_0x3e60d4={}){const _0x1d6656=a97_0xf8568,_0x196f93={};_0x196f93[_0x1d6656(0x12b)]=function(_0x4e7a92,_0x4cba78){return _0x4e7a92===_0x4cba78;};const _0x3c45e5=_0x196f93;logger[_0x1d6656(0x154)](_0x1d6656(0x134)+_0x59632f+_0x1d6656(0x117)+_0x591e91),await super[_0x1d6656(0x115)](_0x59632f,_0x591e91,_0x3e60d4);const _0x4abe89=this['resolveInstance'](_0x59632f,_0x591e91,_0x3e60d4);if(!_0x4abe89)return;try{if(_0x3c45e5[_0x1d6656(0x12b)](_0x59632f,TestFrameworkState[_0x1d6656(0x138)])&&_0x3e60d4[_0x1d6656(0x13e)]){const _0x48c96b=_0x3c45e5[_0x1d6656(0x12b)](_0x591e91,HookState[_0x1d6656(0x157)])?this['parseNewmanTest'](_0x3e60d4['test']):this[_0x1d6656(0x14b)](_0x3e60d4[_0x1d6656(0x13e)]);_0x4abe89[_0x1d6656(0x13a)](_0x48c96b);}}catch(_0x333d21){logger[_0x1d6656(0x152)]('trackEvent:\x20error='+util[_0x1d6656(0x13d)](_0x333d21));}_0x3e60d4[_0x1d6656(0x15b)]=_0x4abe89,await this[_0x1d6656(0x124)](_0x4abe89,_0x59632f,_0x591e91,_0x3e60d4);}[a97_0xf8568(0x15c)](_0x35a1f1){const _0x1fe61d=a97_0xf8568,_0x16e625=this[_0x1fe61d(0x15d)]()[0x0],_0x31f963={};return _0x31f963[_0x35a1f1['uuid']]={[TestFrameworkConstants[_0x1fe61d(0x160)]]:_0x16e625,[TestFrameworkConstants[_0x1fe61d(0x150)]]:this['getTestFrameworksVersions']()[_0x16e625],[TestFrameworkConstants[_0x1fe61d(0x119)]]:[],[TestFrameworkConstants[_0x1fe61d(0x147)]]:{},[TestFrameworkConstants[_0x1fe61d(0x146)]]:{},[TestFrameworkConstants[_0x1fe61d(0x14e)]]:TestFrameworkConstants[_0x1fe61d(0x130)],[TestFrameworkConstants[_0x1fe61d(0x14f)]]:_0x35a1f1['uuid'],[TestFrameworkConstants[_0x1fe61d(0x12f)]]:_0x35a1f1[_0x1fe61d(0x12d)],[TestFrameworkConstants[_0x1fe61d(0x144)]]:_0x35a1f1[_0x1fe61d(0x12a)],[TestFrameworkConstants[_0x1fe61d(0x120)]]:_0x35a1f1['file_path']||'',[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x35a1f1[_0x1fe61d(0x11b)]||'',[TestFrameworkConstants['KEY_TEST_CODE']]:null,[TestFrameworkConstants[_0x1fe61d(0x116)]]:_0x35a1f1['tags']||[],[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x35a1f1['started_at']||new Date()[_0x1fe61d(0x14c)](),[TestFrameworkConstants[_0x1fe61d(0x12e)]]:_0x35a1f1[_0x1fe61d(0x132)]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x35a1f1[_0x1fe61d(0x139)]||[],[TestFrameworkConstants[_0x1fe61d(0x11c)]]:null,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x35a1f1[_0x1fe61d(0x13b)]||{},[TestFrameworkConstants[_0x1fe61d(0x123)]]:_0x35a1f1[_0x1fe61d(0x136)]||{}},_0x31f963;}['parseNewmanTestResult'](_0x364315){const _0x133c60=a97_0xf8568,_0x33aaad={};_0x33aaad['EOQmD']=_0x133c60(0x126);const _0x5035de=_0x33aaad,_0x4644e4={};return _0x4644e4[_0x364315[_0x133c60(0x12d)]]={[TestFrameworkConstants[_0x133c60(0x14e)]]:_0x364315[_0x133c60(0x15a)]||_0x5035de['EOQmD'],[TestFrameworkConstants[_0x133c60(0x156)]]:_0x364315['finished_at']||new Date()[_0x133c60(0x14c)](),[TestFrameworkConstants[_0x133c60(0x11f)]]:_0x364315['failure']||[],[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]:_0x364315['failure_type']||null,[TestFrameworkConstants[_0x133c60(0x112)]]:_0x364315[_0x133c60(0x14d)]||null},_0x4644e4;}[a97_0xf8568(0x158)](_0x94c6b2){const _0x184f81=a97_0xf8568;let _0x3c864c=TestFramework[_0x184f81(0x148)]();if(!_0x3c864c){const _0x4881c4=TrackedInstance['createContext'](CLIUtils['getCurrentInstanceName']());_0x3c864c=new TestFrameworkInstance(_0x4881c4,this[_0x184f81(0x15d)](),this['getTestFrameworksVersions'](),_0x94c6b2,HookState[_0x184f81(0x15f)]),TestFramework[_0x184f81(0x140)](_0x4881c4,_0x3c864c);}return _0x3c864c;}[a97_0xf8568(0x129)](_0x585b01){const _0x108b45=a97_0xf8568,_0x417112={};_0x417112[_0x108b45(0x131)]=_0x108b45(0x125);const _0xd58f79=_0x417112;try{const _0x4d0add=_0x585b01[_0x108b45(0x13e)]?_0x585b01[_0x108b45(0x13e)][_0x108b45(0x12d)]:null,_0x2c3909=_0x585b01[_0x108b45(0x15b)],_0x3c7f8d=_0x2c3909[_0x108b45(0x113)](),_0x3c813b=_0x2c3909[_0x108b45(0x122)]()[_0x108b45(0x151)](_0x4d0add);if(!_0x3c813b)return{};const {[TestFrameworkConstants[_0x108b45(0x160)]]:_0x47e59b='',[TestFrameworkConstants[_0x108b45(0x150)]]:_0x4baa1e='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x851d7e='',[TestFrameworkConstants[_0x108b45(0x156)]]:_0x239d23=''}=_0x3c813b;return{'platformIndex':0x0,'testFrameworkName':_0x47e59b,'testFrameworkVersion':_0x4baa1e,'testFrameworkState':_0x2c3909[_0x108b45(0x11a)]()[_0x108b45(0x162)]()[_0x108b45(0x135)]('.')[0x1],'hookState':_0x2c3909['getCurrentHookState']()[_0x108b45(0x162)]()['split']('.')[0x1],'startedAt':_0x851d7e,'endedAt':_0x239d23,'uuid':_0x4d0add,'eventJson':Buffer[_0x108b45(0x11e)](JSON[_0x108b45(0x141)](_0x3c813b))['toString'](_0xd58f79[_0x108b45(0x131)]),'executionContext':{'hash':_0x3c7f8d[_0x108b45(0x155)](),'threadId':_0x3c7f8d['getThreadId']()[_0x108b45(0x162)](),'processId':_0x3c7f8d[_0x108b45(0x127)]()['toString']()}};}catch(_0x519c45){return logger[_0x108b45(0x152)]('createTestFrameworkEventPayload:\x20error='+util['format'](_0x519c45)),{};}}}module['exports']=NewmanTestFramework;
1
+ function a97_0xaece(){const _0x33a07e=['KEY_HOOKS_FINISHED','ehYuh','getContext','352835MNOtce','getTrackedInstance','addMultipleEntries','KEY_TEST_FAILURE_REASON','name','createTestFrameworkEventPayload:\x20error=','trackEvent:\x20state=','createContext','meta','format','KEY_TEST_FAILURE','file_path','TEST','toString','./constants/testFrameworkConstants.js','qOrxd','KEY_HOOKS_STARTED','pending','FszEv','7032025OqpkpE','44cayQlP','\x20hook=','168fHtUoA','result','1677598yROVWP','path','trackEvent:\x20error=','getTestFrameworksVersions','KEY_TEST_TAGS','trackEvent','failure_type','../../../helpers/classLogger.js','started_at','base64','268705MsRxjR','stringify','parseNewmanTestResult','KEY_TEST_RERUN_NAME','finished_at','../cliUtils.js','resolveInstance','KEY_TEST_META','KEY_TEST_ENDED_AT','debug','getAllData','21346848MdygSR','getTestFrameworks','KEY_TEST_FILE_PATH','location','from','test','error','KEY_TEST_FRAMEWORK_NAME','exports','KEY_TEST_UUID','KEY_TEST_STARTED_AT','getCurrentInstanceName','getCurrentTestState','4936230wkowTo','KEY_TEST_FRAMEWORK_VERSION','KEY_TEST_LOGS','392271ziFgBb','PRE','KEY_TEST_RESULT','NewmanTestFramework','KEY_TEST_NAME','uuid','getId','getProcessId','split','../state/testFrameworkState.js','failure_reason','./testFramework','get','NONE','parseNewmanTest','KEY_TEST_FAILURE_TYPE','KEY_CUSTOM_TAGS','toISOString','getThreadId','DEFAULT_TEST_RESULT','createTestFrameworkEventPayload','runHooks'];a97_0xaece=function(){return _0x33a07e;};return a97_0xaece();}const a97_0x498d6f=a97_0x1e2f;(function(_0x2b8336,_0x349f73){const _0x1f4690=a97_0x1e2f,_0x3d8775=_0x2b8336();while(!![]){try{const _0x426150=-parseInt(_0x1f4690(0x21d))/0x1+-parseInt(_0x1f4690(0x213))/0x2+parseInt(_0x1f4690(0x238))/0x3*(-parseInt(_0x1f4690(0x20f))/0x4)+parseInt(_0x1f4690(0x20e))/0x5+parseInt(_0x1f4690(0x235))/0x6+-parseInt(_0x1f4690(0x1fb))/0x7*(parseInt(_0x1f4690(0x211))/0x8)+parseInt(_0x1f4690(0x228))/0x9;if(_0x426150===_0x349f73)break;else _0x3d8775['push'](_0x3d8775['shift']());}catch(_0x248c2e){_0x3d8775['push'](_0x3d8775['shift']());}}}(a97_0xaece,0xf3526));function a97_0x1e2f(_0x4bb8f4,_0xbd93c7){const _0xaece68=a97_0xaece();return a97_0x1e2f=function(_0x1e2f14,_0x4fe1ff){_0x1e2f14=_0x1e2f14-0x1e4;let _0x4262b7=_0xaece68[_0x1e2f14];return _0x4262b7;},a97_0x1e2f(_0x4bb8f4,_0xbd93c7);}const path=require(a97_0x498d6f(0x214)),TestFramework=require(a97_0x498d6f(0x1ed)),TestFrameworkState=require(a97_0x498d6f(0x1eb)),HookState=require('../state/hookState.js'),{createClassLogger}=require(a97_0x498d6f(0x21a)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a97_0x498d6f(0x222)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a97_0x498d6f(0x209)),util=require('util'),logger=createClassLogger(a97_0x498d6f(0x1e5));class NewmanTestFramework extends TestFramework{constructor(_0x451a96,_0x2f9b6b,_0x5e0338){super(_0x451a96,_0x2f9b6b,_0x5e0338);}async[a97_0x498d6f(0x218)](_0x2f576e,_0x8929bc,_0x1bce6e={}){const _0x9dfb0e=a97_0x498d6f,_0x1fa3cc={};_0x1fa3cc[_0x9dfb0e(0x20a)]=function(_0x2cf78b,_0x339c99){return _0x2cf78b===_0x339c99;};const _0x3a6d10=_0x1fa3cc;logger[_0x9dfb0e(0x226)](_0x9dfb0e(0x201)+_0x2f576e+_0x9dfb0e(0x210)+_0x8929bc),await super[_0x9dfb0e(0x218)](_0x2f576e,_0x8929bc,_0x1bce6e);const _0x2ed98e=this[_0x9dfb0e(0x223)](_0x2f576e,_0x8929bc,_0x1bce6e);if(!_0x2ed98e)return;try{if(_0x3a6d10[_0x9dfb0e(0x20a)](_0x2f576e,TestFrameworkState[_0x9dfb0e(0x207)])&&_0x1bce6e[_0x9dfb0e(0x22d)]){const _0x4294cb=_0x3a6d10[_0x9dfb0e(0x20a)](_0x8929bc,HookState[_0x9dfb0e(0x239)])?this[_0x9dfb0e(0x1f0)](_0x1bce6e[_0x9dfb0e(0x22d)]):this[_0x9dfb0e(0x21f)](_0x1bce6e['test']);_0x2ed98e[_0x9dfb0e(0x1fd)](_0x4294cb);}}catch(_0xbf0972){logger[_0x9dfb0e(0x22e)](_0x9dfb0e(0x215)+util[_0x9dfb0e(0x204)](_0xbf0972));}_0x1bce6e['instance']=_0x2ed98e,await this[_0x9dfb0e(0x1f7)](_0x2ed98e,_0x2f576e,_0x8929bc,_0x1bce6e);}[a97_0x498d6f(0x1f0)](_0x222b6b){const _0x4bb155=a97_0x498d6f,_0x16ba21=this[_0x4bb155(0x229)]()[0x0],_0x5afb2c={};return _0x5afb2c[_0x222b6b[_0x4bb155(0x1e7)]]={[TestFrameworkConstants[_0x4bb155(0x22f)]]:_0x16ba21,[TestFrameworkConstants[_0x4bb155(0x236)]]:this[_0x4bb155(0x216)]()[_0x16ba21],[TestFrameworkConstants[_0x4bb155(0x237)]]:[],[TestFrameworkConstants[_0x4bb155(0x1f8)]]:{},[TestFrameworkConstants[_0x4bb155(0x20b)]]:{},[TestFrameworkConstants[_0x4bb155(0x1e4)]]:TestFrameworkConstants[_0x4bb155(0x1f5)],[TestFrameworkConstants['KEY_TEST_ID']]:_0x222b6b[_0x4bb155(0x1e7)],[TestFrameworkConstants[_0x4bb155(0x231)]]:_0x222b6b[_0x4bb155(0x1e7)],[TestFrameworkConstants[_0x4bb155(0x1e6)]]:_0x222b6b[_0x4bb155(0x1ff)],[TestFrameworkConstants[_0x4bb155(0x22a)]]:_0x222b6b[_0x4bb155(0x206)]||'',[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x222b6b[_0x4bb155(0x22b)]||'',[TestFrameworkConstants['KEY_TEST_CODE']]:null,[TestFrameworkConstants[_0x4bb155(0x217)]]:_0x222b6b['tags']||[],[TestFrameworkConstants[_0x4bb155(0x232)]]:_0x222b6b[_0x4bb155(0x21b)]||new Date()[_0x4bb155(0x1f3)](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x222b6b['scope']||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x222b6b['scopes']||[],[TestFrameworkConstants[_0x4bb155(0x220)]]:null,[TestFrameworkConstants[_0x4bb155(0x1f2)]]:_0x222b6b['custom_metadata']||{},[TestFrameworkConstants[_0x4bb155(0x224)]]:_0x222b6b[_0x4bb155(0x203)]||{}},_0x5afb2c;}[a97_0x498d6f(0x21f)](_0x545aec){const _0x4a459d=a97_0x498d6f,_0x329a35={};_0x329a35[_0x4a459d(0x20d)]=_0x4a459d(0x20c);const _0x445458=_0x329a35,_0x5a4829={};return _0x5a4829[_0x545aec['uuid']]={[TestFrameworkConstants[_0x4a459d(0x1e4)]]:_0x545aec[_0x4a459d(0x212)]||_0x445458[_0x4a459d(0x20d)],[TestFrameworkConstants[_0x4a459d(0x225)]]:_0x545aec[_0x4a459d(0x221)]||new Date()[_0x4a459d(0x1f3)](),[TestFrameworkConstants[_0x4a459d(0x205)]]:_0x545aec['failure']||[],[TestFrameworkConstants[_0x4a459d(0x1f1)]]:_0x545aec[_0x4a459d(0x219)]||null,[TestFrameworkConstants[_0x4a459d(0x1fe)]]:_0x545aec[_0x4a459d(0x1ec)]||null},_0x5a4829;}[a97_0x498d6f(0x223)](_0x5ced85){const _0x3d4668=a97_0x498d6f;let _0x417586=TestFramework[_0x3d4668(0x1fc)]();if(!_0x417586){const _0x4f6eb9=TrackedInstance[_0x3d4668(0x202)](CLIUtils[_0x3d4668(0x233)]());_0x417586=new TestFrameworkInstance(_0x4f6eb9,this[_0x3d4668(0x229)](),this[_0x3d4668(0x216)](),_0x5ced85,HookState[_0x3d4668(0x1ef)]),TestFramework['setTrackedInstance'](_0x4f6eb9,_0x417586);}return _0x417586;}[a97_0x498d6f(0x1f6)](_0x304340){const _0x4a37b8=a97_0x498d6f,_0x71f8ea={};_0x71f8ea[_0x4a37b8(0x1f9)]=_0x4a37b8(0x21c);const _0xc4be65=_0x71f8ea;try{const _0x8ace5e=_0x304340['test']?_0x304340['test'][_0x4a37b8(0x1e7)]:null,_0x45b9bf=_0x304340['instance'],_0x285267=_0x45b9bf[_0x4a37b8(0x1fa)](),_0xe2c27c=_0x45b9bf[_0x4a37b8(0x227)]()[_0x4a37b8(0x1ee)](_0x8ace5e);if(!_0xe2c27c)return{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x560ead='',[TestFrameworkConstants[_0x4a37b8(0x236)]]:_0x1f924d='',[TestFrameworkConstants[_0x4a37b8(0x232)]]:_0x24c988='',[TestFrameworkConstants[_0x4a37b8(0x225)]]:_0x4b7e9b=''}=_0xe2c27c;return{'platformIndex':0x0,'testFrameworkName':_0x560ead,'testFrameworkVersion':_0x1f924d,'testFrameworkState':_0x45b9bf[_0x4a37b8(0x234)]()[_0x4a37b8(0x208)]()[_0x4a37b8(0x1ea)]('.')[0x1],'hookState':_0x45b9bf['getCurrentHookState']()['toString']()[_0x4a37b8(0x1ea)]('.')[0x1],'startedAt':_0x24c988,'endedAt':_0x4b7e9b,'uuid':_0x8ace5e,'eventJson':Buffer[_0x4a37b8(0x22c)](JSON[_0x4a37b8(0x21e)](_0xe2c27c))[_0x4a37b8(0x208)](_0xc4be65[_0x4a37b8(0x1f9)]),'executionContext':{'hash':_0x285267[_0x4a37b8(0x1e8)](),'threadId':_0x285267[_0x4a37b8(0x1f4)]()[_0x4a37b8(0x208)](),'processId':_0x285267[_0x4a37b8(0x1e9)]()[_0x4a37b8(0x208)]()}};}catch(_0xa811d5){return logger[_0x4a37b8(0x22e)](_0x4a37b8(0x200)+util[_0x4a37b8(0x204)](_0xa811d5)),{};}}}module[a97_0x498d6f(0x230)]=NewmanTestFramework;
@@ -1 +1 @@
1
- const a98_0x39b444=a98_0x5036;(function(_0x5c4149,_0x2e982c){const _0x5c3f5c=a98_0x5036,_0x120fe9=_0x5c4149();while(!![]){try{const _0x5cb5a8=parseInt(_0x5c3f5c(0x1e5))/0x1+-parseInt(_0x5c3f5c(0x251))/0x2+-parseInt(_0x5c3f5c(0x246))/0x3*(parseInt(_0x5c3f5c(0x20a))/0x4)+parseInt(_0x5c3f5c(0x20f))/0x5*(parseInt(_0x5c3f5c(0x242))/0x6)+parseInt(_0x5c3f5c(0x254))/0x7+-parseInt(_0x5c3f5c(0x211))/0x8+-parseInt(_0x5c3f5c(0x1ef))/0x9*(-parseInt(_0x5c3f5c(0x215))/0xa);if(_0x5cb5a8===_0x2e982c)break;else _0x120fe9['push'](_0x120fe9['shift']());}catch(_0x4f85ec){_0x120fe9['push'](_0x120fe9['shift']());}}}(a98_0x3d14,0x80ede));function a98_0x3d14(){const _0x57b395=['[NodeGenericFramework]\x20trackEvent:\x20instance\x20not\x20found','toISOString','./testFramework','parseTestResult','addMultipleEntries','test_result','trackEvent','KEY_TEST_SCOPES','DEFAULT_TEST_RESULT','get','KEY_TEST_META','__bstackPlatformIndex','test_failure_type','executionContext','test_started_at','[NodeGenericFramework]\x20resolveInstance:\x20creating\x20new\x20instance','test_location','KEY_TEST_RESULT_AT','gVFnZ',',\x20result=','test_file_path','test_uuid','KEY_TEST_UUID','bXzcd','uuid','ErTQM','40732kvLIgi','toString','test_failure','parseTestData','format','18625QDfTfk','KEY_HOOKS_FINISHED','8420008OfvDFQ','testFrameworkVersion','platformIndex','KEY_TEST_FRAMEWORK_NAME','10jxbkiQ','KEY_CUSTOM_TAGS','KEY_TEST_FRAMEWORK_VERSION','\x20for\x20test_uuid=','test_scope','test_scopes','KEY_TEST_DURATION','stringify','getThreadId','getCurrentTestState','hookState','getTestFrameworks','KEY_TEST_LOCATION','getRef','KEY_HOOKS_STARTED',',\x20test_name=','runHooks','../state/testFrameworkState.js','testFrameworkState','NONE','getId','error','../state/hookState.js','debug','KEY_TEST_NAME',',\x20hookState=','test_code','split','hqRTK','KEY_TEST_STARTED_AT','../instances/testFrameworkInstance.js','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20ERROR\x20-\x20','KEY_LOGS','testData','KEY_TEST_LOGS','[NodeGenericFramework]\x20trackEvent:\x20unsupported\x20state=','test_rerun_name','KEY_TEST_SCOPE','workerInfo','util','getProcessId','KEY_TEST_CODE','[NodeGenericFramework]\x20resolveInstance:\x20created\x20instance\x20contextId=','KEY_TEST_FAILURE','endedAt','528WRMPcL','parallelIndex',',\x20error=','test_tags','291fcqvIv','test_duration','getCurrentTestUUID','NodeGenericFramework','from','rTYOJ','resolveInstance','exports','omeOx','test_name','KEY_TEST_TAGS','1607696QeRhrX','UnhandledError','setCurrentTestUUID','2511082OEGxZZ','getTrackedInstance','KEY_TEST_FAILURE_TYPE','OZEtB','PRE','KEY_AUTOMATE_SESSION_NAME','Unknown\x20error','_currentTestUUID','base64','KEY_TEST_RESULT','getTestFrameworksVersions','info','ZNAss','[TRACE:node-generic]\x20TEST\x20POST\x20-\x20processing\x20result\x20for\x20test_uuid=','854887gSsuRa','getAllData','unknown','KEY_TEST_FILE_PATH','test_failure_reason','test_meta','failed','__workerDetails','instance','test_identifier','16477029lDeCqL'];a98_0x3d14=function(){return _0x57b395;};return a98_0x3d14();}const TestFramework=require(a98_0x39b444(0x1f2)),TestFrameworkState=require(a98_0x39b444(0x226)),HookState=require(a98_0x39b444(0x22b)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a98_0x39b444(0x233)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),logger=createClassLogger(a98_0x39b444(0x249)),util=require(a98_0x39b444(0x23c));class NodeGenericFramework extends TestFramework{constructor(_0xb24596,_0x3d451b,_0x51156c){const _0x3d85c4=a98_0x39b444;super(_0xb24596,_0x3d451b,_0x51156c),this[_0x3d85c4(0x1de)]=null;}[a98_0x39b444(0x253)](_0x11c97b){const _0x507e1f=a98_0x39b444;this[_0x507e1f(0x1de)]=_0x11c97b;}[a98_0x39b444(0x248)](){const _0x2fc6c2=a98_0x39b444;return this[_0x2fc6c2(0x1de)];}async[a98_0x39b444(0x1f6)](_0x1767ee,_0x2b54f5,_0x2166a7={}){const _0x37e736=a98_0x39b444,_0x49ec2e={};_0x49ec2e['rTYOJ']=_0x37e736(0x1f0),_0x49ec2e[_0x37e736(0x207)]=function(_0x3909e6,_0x2448d6){return _0x3909e6===_0x2448d6;};const _0x3c4e0c=_0x49ec2e;logger[_0x37e736(0x1e2)]('[TRACE:node-generic]\x20trackEvent\x20'+_0x1767ee+'.'+_0x2b54f5+_0x37e736(0x218)+_0x2166a7['testData']?.[_0x37e736(0x205)]),await super[_0x37e736(0x1f6)](_0x1767ee,_0x2b54f5,_0x2166a7);const _0x38e95f=this[_0x37e736(0x24c)](_0x1767ee,_0x2b54f5,_0x2166a7);if(!_0x38e95f){logger[_0x37e736(0x22c)](_0x3c4e0c[_0x37e736(0x24b)]);return;}try{switch(_0x1767ee){case TestFrameworkState['TEST']:{const _0x344b73=_0x2166a7[_0x37e736(0x236)],_0xfad64c=_0x344b73[_0x37e736(0x205)];if(_0x3c4e0c[_0x37e736(0x207)](_0x2b54f5,HookState[_0x37e736(0x258)])){logger[_0x37e736(0x1e2)]('[TRACE:node-generic]\x20TEST\x20PRE\x20-\x20loading\x20test\x20data\x20for\x20test_uuid='+_0xfad64c+_0x37e736(0x224)+_0x344b73[_0x37e736(0x24f)]);const _0x4625fb=this['parseTestData'](_0x344b73);_0x38e95f['addMultipleEntries'](_0x4625fb);}else{if(_0x3c4e0c[_0x37e736(0x207)](_0x2b54f5,HookState['POST'])){logger[_0x37e736(0x1e2)](_0x37e736(0x1e4)+_0xfad64c+_0x37e736(0x203)+_0x344b73[_0x37e736(0x1f5)]);const _0x5efec7=this['parseTestResult'](_0x344b73,_0x38e95f);_0x38e95f[_0x37e736(0x1f4)](_0x5efec7);}}break;}default:logger[_0x37e736(0x22c)](_0x37e736(0x238)+_0x1767ee+',\x20hookState='+_0x2b54f5);break;}}catch(_0x2ecc49){logger[_0x37e736(0x22a)]('[NodeGenericFramework]\x20trackEvent:\x20ERROR\x20-\x20state='+_0x1767ee+_0x37e736(0x22e)+_0x2b54f5+_0x37e736(0x244)+util['format'](_0x2ecc49));}_0x2166a7['instance']=_0x38e95f,await this[_0x37e736(0x225)](_0x38e95f,_0x1767ee,_0x2b54f5,_0x2166a7);}[a98_0x39b444(0x24c)](_0x1e428e,_0x525904,_0x341dcd={}){const _0x22c896=a98_0x39b444,_0x2bf144={};_0x2bf144[_0x22c896(0x209)]=_0x22c896(0x1ff);const _0xeb97ea=_0x2bf144;let _0x11ea81=TestFramework[_0x22c896(0x255)]();if(!_0x11ea81){logger[_0x22c896(0x22c)](_0xeb97ea[_0x22c896(0x209)]);const _0x219815=CLIUtils['getCurrentInstanceName'](),_0xed7838=TrackedInstance['createContext'](_0x219815);_0x11ea81=new TestFrameworkInstance(_0xed7838,this[_0x22c896(0x220)](),this[_0x22c896(0x1e1)](),_0x1e428e,HookState[_0x22c896(0x228)]),TestFramework['setTrackedInstance'](_0xed7838,_0x11ea81),logger[_0x22c896(0x22c)](_0x22c896(0x23f)+_0xed7838['getId']());}return _0x11ea81;}[a98_0x39b444(0x20d)](_0x4cbdb7){const _0x4d11eb=a98_0x39b444,_0x4cc24f=_0x4cbdb7['test_uuid'],_0x3bb9a0=this[_0x4d11eb(0x220)]()[0x0],_0x4e3a5d=this['getTestFrameworksVersions'](),_0x34897f={[TestFrameworkConstants[_0x4d11eb(0x214)]]:_0x3bb9a0,[TestFrameworkConstants[_0x4d11eb(0x217)]]:_0x4e3a5d[_0x3bb9a0]||'',[TestFrameworkConstants[_0x4d11eb(0x206)]]:_0x4cbdb7['test_uuid'],[TestFrameworkConstants[_0x4d11eb(0x237)]]:[],[TestFrameworkConstants[_0x4d11eb(0x210)]]:{},[TestFrameworkConstants[_0x4d11eb(0x223)]]:{},[TestFrameworkConstants[_0x4d11eb(0x1e0)]]:TestFrameworkConstants[_0x4d11eb(0x1f8)],[TestFrameworkConstants[_0x4d11eb(0x1dc)]]:_0x4cbdb7[_0x4d11eb(0x24f)],[TestFrameworkConstants[_0x4d11eb(0x1e8)]]:_0x4cbdb7[_0x4d11eb(0x204)],[TestFrameworkConstants['KEY_TEST_ID']]:_0x4cc24f,[TestFrameworkConstants[_0x4d11eb(0x22d)]]:_0x4cbdb7['test_name'],[TestFrameworkConstants[_0x4d11eb(0x221)]]:_0x4cbdb7[_0x4d11eb(0x200)]||_0x4cbdb7[_0x4d11eb(0x204)],[TestFrameworkConstants[_0x4d11eb(0x23e)]]:_0x4cbdb7[_0x4d11eb(0x22f)]||null,[TestFrameworkConstants[_0x4d11eb(0x250)]]:_0x4cbdb7[_0x4d11eb(0x245)]||[],[TestFrameworkConstants[_0x4d11eb(0x232)]]:_0x4cbdb7[_0x4d11eb(0x1fe)]||new Date()[_0x4d11eb(0x1f1)](),[TestFrameworkConstants[_0x4d11eb(0x23a)]]:_0x4cbdb7[_0x4d11eb(0x219)]||'',[TestFrameworkConstants[_0x4d11eb(0x1f7)]]:_0x4cbdb7[_0x4d11eb(0x21a)]||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x4cbdb7[_0x4d11eb(0x239)]||_0x4cbdb7['test_name'],[TestFrameworkConstants[_0x4d11eb(0x216)]]:{},[TestFrameworkConstants[_0x4d11eb(0x1fa)]]:_0x4cbdb7[_0x4d11eb(0x1ea)]||{}},_0x5f1c5c={};return _0x5f1c5c[_0x4cc24f]=_0x34897f,_0x5f1c5c;}[a98_0x39b444(0x1f3)](_0x27ad36,_0x20c8b7){const _0x57d1f7=a98_0x39b444,_0x29889d={};_0x29889d[_0x57d1f7(0x1e3)]=_0x57d1f7(0x1e7),_0x29889d[_0x57d1f7(0x231)]=function(_0x5a82df,_0x4a861d){return _0x5a82df===_0x4a861d;},_0x29889d['gVFnZ']=_0x57d1f7(0x1eb),_0x29889d['rTCpJ']=_0x57d1f7(0x252),_0x29889d['UipWL']=_0x57d1f7(0x1dd),_0x29889d[_0x57d1f7(0x257)]=function(_0x5eda31,_0x4b7ce7){return _0x5eda31!==_0x4b7ce7;};const _0x458ef9=_0x29889d,_0x486e28=_0x27ad36[_0x57d1f7(0x205)],_0x2ca984=_0x20c8b7[_0x57d1f7(0x1e6)]()[_0x57d1f7(0x1f9)](_0x486e28)||{},_0x2cd6bc={..._0x2ca984,[TestFrameworkConstants[_0x57d1f7(0x1e0)]]:_0x27ad36[_0x57d1f7(0x1f5)]||_0x458ef9[_0x57d1f7(0x1e3)],[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x27ad36['test_ended_at']||new Date()['toISOString'](),[TestFrameworkConstants[_0x57d1f7(0x201)]]:new Date()[_0x57d1f7(0x1f1)](),[TestFrameworkConstants[_0x57d1f7(0x235)]]:_0x2ca984[TestFrameworkConstants['KEY_LOGS']]||[],[TestFrameworkConstants[_0x57d1f7(0x1fa)]]:_0x27ad36[_0x57d1f7(0x1ea)]||{}};_0x458ef9[_0x57d1f7(0x231)](_0x27ad36[_0x57d1f7(0x1f5)],_0x458ef9[_0x57d1f7(0x202)])&&(_0x2cd6bc[TestFrameworkConstants[_0x57d1f7(0x256)]]=_0x27ad36[_0x57d1f7(0x1fc)]||_0x458ef9['rTCpJ'],_0x2cd6bc[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x27ad36[_0x57d1f7(0x1e9)]||_0x458ef9['UipWL'],_0x2cd6bc[TestFrameworkConstants[_0x57d1f7(0x240)]]=_0x27ad36[_0x57d1f7(0x20c)]||[]);_0x458ef9[_0x57d1f7(0x257)](_0x27ad36[_0x57d1f7(0x247)],undefined)&&(_0x2cd6bc[TestFrameworkConstants[_0x57d1f7(0x21b)]]=_0x27ad36[_0x57d1f7(0x247)]);const _0x37b5c7={};return _0x37b5c7[_0x486e28]=_0x2cd6bc,_0x37b5c7;}['createTestFrameworkEventPayload'](_0x159491){const _0x588bb9=a98_0x39b444,_0x59ba20={};_0x59ba20[_0x588bb9(0x24e)]=_0x588bb9(0x1df);const _0x1db933=_0x59ba20;try{const _0x184a49=_0x159491[_0x588bb9(0x236)]?.[_0x588bb9(0x205)],_0xed430=_0x159491[_0x588bb9(0x1ed)],_0x306f3c=_0xed430['getContext'](),_0x34005f=_0xed430[_0x588bb9(0x1e6)]()[_0x588bb9(0x1f9)](_0x184a49);if(!_0x34005f)return logger['debug']('[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20no\x20data\x20for\x20test_uuid='+_0x184a49),{};const {[TestFrameworkConstants[_0x588bb9(0x214)]]:_0x49b6c0=this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x11610e=this[_0x588bb9(0x1e1)]()[this[_0x588bb9(0x220)]()[0x0]]||'',[TestFrameworkConstants[_0x588bb9(0x232)]]:_0x7f5e5c='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0xd316ee=''}=_0x34005f,_0x381dc8=_0xed430[_0x588bb9(0x21e)]()[_0x588bb9(0x20b)]()['split']('.')[0x1],_0x2c11b9=_0xed430['getCurrentHookState']()[_0x588bb9(0x20b)]()[_0x588bb9(0x230)]('.')[0x1],_0x2449fa=global?.[_0x588bb9(0x1ec)]?.[_0x588bb9(0x23b)]?.[_0x588bb9(0x243)]||global[_0x588bb9(0x1fb)]||0x0,_0x28c28c=_0xed430[_0x588bb9(0x222)](),_0x42621a=Buffer[_0x588bb9(0x24a)](JSON[_0x588bb9(0x21c)](_0x34005f))['toString'](_0x1db933[_0x588bb9(0x24e)]),_0x5cdc58={'hash':_0x306f3c[_0x588bb9(0x229)](),'threadId':_0x306f3c[_0x588bb9(0x21d)]()[_0x588bb9(0x20b)](),'processId':_0x306f3c[_0x588bb9(0x23d)]()[_0x588bb9(0x20b)]()},_0x4ce509={};return _0x4ce509[_0x588bb9(0x213)]=_0x2449fa,_0x4ce509['testFrameworkName']=_0x49b6c0,_0x4ce509[_0x588bb9(0x212)]=_0x11610e,_0x4ce509[_0x588bb9(0x227)]=_0x381dc8,_0x4ce509[_0x588bb9(0x21f)]=_0x2c11b9,_0x4ce509['startedAt']=_0x7f5e5c,_0x4ce509[_0x588bb9(0x241)]=_0xd316ee,_0x4ce509[_0x588bb9(0x208)]=_0x28c28c,_0x4ce509['eventJson']=_0x42621a,_0x4ce509[_0x588bb9(0x1fd)]=_0x5cdc58,_0x4ce509[_0x588bb9(0x1ee)]=_0x184a49,_0x4ce509;}catch(_0x3663e1){return logger[_0x588bb9(0x22a)](_0x588bb9(0x234)+util[_0x588bb9(0x20e)](_0x3663e1)),{};}}}function a98_0x5036(_0x156392,_0x5b230f){const _0x3d147d=a98_0x3d14();return a98_0x5036=function(_0x5036d0,_0x228260){_0x5036d0=_0x5036d0-0x1dc;let _0x13e9ae=_0x3d147d[_0x5036d0];return _0x13e9ae;},a98_0x5036(_0x156392,_0x5b230f);}module[a98_0x39b444(0x24d)]=NodeGenericFramework;
1
+ function a98_0x5779(){const _0x2f5ddb=['test_scopes','KEY_TEST_TAGS','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20no\x20data\x20for\x20test_uuid=','17811bXsITM','test_failure_reason','testFrameworkName','testData','1376MiGXyN','rpRSQ','KEY_TEST_FAILURE','startedAt','test_result','getTestFrameworksVersions','KEY_TEST_CODE','getAllData','RtnIy','CNbrq','KEY_TEST_LOGS','getThreadId','UnhandledError','384279eitOYf','[TRACE:node-generic]\x20TEST\x20PRE\x20-\x20loading\x20test\x20data\x20for\x20test_uuid=','debug','KEY_TEST_RESULT','endedAt','KEY_TEST_META','info','unknown','KEY_LOGS','parseTestResult','test_ended_at','KEY_TEST_FAILURE_TYPE','getId','setCurrentTestUUID','runHooks','addMultipleEntries','parseTestData','KEY_TEST_SCOPES','3vZPRDW','KEY_CUSTOM_TAGS','[NodeGenericFramework]\x20resolveInstance:\x20creating\x20new\x20instance','__workerDetails','DEFAULT_TEST_RESULT','getCurrentTestState','test_identifier','test_meta',',\x20test_name=','[NodeGenericFramework]\x20resolveInstance:\x20created\x20instance\x20contextId=','instance','NONE',',\x20result=','stringify','getContext','test_started_at','__bstackPlatformIndex','KEY_TEST_FRAMEWORK_NAME','test_location','KEY_TEST_ENDED_AT','225686YGIdTe','test_file_path','test_uuid','eXdVZ','test_name','[TRACE:node-generic]\x20TEST\x20POST\x20-\x20processing\x20result\x20for\x20test_uuid=','KEY_TEST_STARTED_AT','200652ViRVTZ','KEY_TEST_ID','testFrameworkVersion','../state/hookState.js','_currentTestUUID','PwBvW','getProcessId','util','XAtpS','cDQZU','createContext','toString','uuid','executionContext','getTestFrameworks','KEY_TEST_SCOPE','getCurrentInstanceName','resolveInstance','twMnG','lqwrD','getCurrentHookState','[NodeGenericFramework]\x20trackEvent:\x20instance\x20not\x20found','KEY_HOOKS_FINISHED','PRE','base64','eventJson','KEY_TEST_RERUN_NAME','KEY_TEST_DURATION','../cliUtils.js','2019270jEyxcF','test_tags','hookState','../../../helpers/classLogger.js','test_duration','\x20for\x20test_uuid=','testFrameworkState','KEY_TEST_NAME','test_scope','format','KEY_TEST_FILE_PATH','KEY_TEST_FRAMEWORK_VERSION','toISOString','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20ERROR\x20-\x20','63984NeGtko','POST','../instances/trackedInstance.js','test_rerun_name',',\x20hookState=','getCurrentTestUUID','getTrackedInstance','get','966505lcBTzy','KEY_TEST_UUID'];a98_0x5779=function(){return _0x2f5ddb;};return a98_0x5779();}const a98_0x425a64=a98_0x37c4;(function(_0x1089b7,_0x9e613c){const _0x4c9ee8=a98_0x37c4,_0x3d6427=_0x1089b7();while(!![]){try{const _0x5e9384=-parseInt(_0x4c9ee8(0x1f3))/0x1+-parseInt(_0x4c9ee8(0x237))/0x2+-parseInt(_0x4c9ee8(0x223))/0x3*(parseInt(_0x4c9ee8(0x23e))/0x4)+-parseInt(_0x4c9ee8(0x1fb))/0x5+parseInt(_0x4c9ee8(0x1e5))/0x6+-parseInt(_0x4c9ee8(0x211))/0x7+-parseInt(_0x4c9ee8(0x204))/0x8*(-parseInt(_0x4c9ee8(0x200))/0x9);if(_0x5e9384===_0x9e613c)break;else _0x3d6427['push'](_0x3d6427['shift']());}catch(_0x32b4fd){_0x3d6427['push'](_0x3d6427['shift']());}}}(a98_0x5779,0x31411));function a98_0x37c4(_0x311b60,_0x568ad8){const _0x5779e5=a98_0x5779();return a98_0x37c4=function(_0x37c4e4,_0x1a2724){_0x37c4e4=_0x37c4e4-0x1cb;let _0x13146d=_0x5779e5[_0x37c4e4];return _0x13146d;},a98_0x37c4(_0x311b60,_0x568ad8);}const TestFramework=require('./testFramework'),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a98_0x425a64(0x1cb)),{createClassLogger}=require(a98_0x425a64(0x1e8)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a98_0x425a64(0x1e4)),TrackedInstance=require(a98_0x425a64(0x1f5)),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),logger=createClassLogger('NodeGenericFramework'),util=require(a98_0x425a64(0x1cf));class NodeGenericFramework extends TestFramework{constructor(_0x39509e,_0x2fcea4,_0x577eda){const _0x3cd56e=a98_0x425a64;super(_0x39509e,_0x2fcea4,_0x577eda),this[_0x3cd56e(0x1cc)]=null;}[a98_0x425a64(0x21e)](_0xa9d467){const _0x2acbfe=a98_0x425a64;this[_0x2acbfe(0x1cc)]=_0xa9d467;}[a98_0x425a64(0x1f8)](){const _0x5d634a=a98_0x425a64;return this[_0x5d634a(0x1cc)];}async['trackEvent'](_0x35874b,_0x2c6a5d,_0x3ea388={}){const _0x3df5e3=a98_0x425a64,_0x2861ac={};_0x2861ac['EoljN']=_0x3df5e3(0x1dd),_0x2861ac[_0x3df5e3(0x1d0)]=function(_0xb2a676,_0x411ceb){return _0xb2a676===_0x411ceb;};const _0x1dc314=_0x2861ac;logger[_0x3df5e3(0x217)]('[TRACE:node-generic]\x20trackEvent\x20'+_0x35874b+'.'+_0x2c6a5d+_0x3df5e3(0x1ea)+_0x3ea388[_0x3df5e3(0x203)]?.[_0x3df5e3(0x239)]),await super['trackEvent'](_0x35874b,_0x2c6a5d,_0x3ea388);const _0x4199db=this[_0x3df5e3(0x1d9)](_0x35874b,_0x2c6a5d,_0x3ea388);if(!_0x4199db){logger[_0x3df5e3(0x213)](_0x1dc314['EoljN']);return;}try{switch(_0x35874b){case TestFrameworkState['TEST']:{const _0x25681b=_0x3ea388[_0x3df5e3(0x203)],_0x87ec9c=_0x25681b[_0x3df5e3(0x239)];if(_0x1dc314['XAtpS'](_0x2c6a5d,HookState[_0x3df5e3(0x1df)])){logger[_0x3df5e3(0x217)](_0x3df5e3(0x212)+_0x87ec9c+_0x3df5e3(0x22b)+_0x25681b[_0x3df5e3(0x23b)]);const _0x3886a9=this[_0x3df5e3(0x221)](_0x25681b);_0x4199db[_0x3df5e3(0x220)](_0x3886a9);}else{if(_0x1dc314[_0x3df5e3(0x1d0)](_0x2c6a5d,HookState[_0x3df5e3(0x1f4)])){logger[_0x3df5e3(0x217)](_0x3df5e3(0x23c)+_0x87ec9c+_0x3df5e3(0x22f)+_0x25681b[_0x3df5e3(0x208)]);const _0x1bfb16=this[_0x3df5e3(0x21a)](_0x25681b,_0x4199db);_0x4199db[_0x3df5e3(0x220)](_0x1bfb16);}}break;}default:logger[_0x3df5e3(0x213)]('[NodeGenericFramework]\x20trackEvent:\x20unsupported\x20state='+_0x35874b+_0x3df5e3(0x1f7)+_0x2c6a5d);break;}}catch(_0x200ec1){logger['error']('[NodeGenericFramework]\x20trackEvent:\x20ERROR\x20-\x20state='+_0x35874b+',\x20hookState='+_0x2c6a5d+',\x20error='+util[_0x3df5e3(0x1ee)](_0x200ec1));}_0x3ea388['instance']=_0x4199db,await this[_0x3df5e3(0x21f)](_0x4199db,_0x35874b,_0x2c6a5d,_0x3ea388);}['resolveInstance'](_0x30a168,_0x375edc,_0x1e3aff={}){const _0x513321=a98_0x425a64,_0x2936af={};_0x2936af[_0x513321(0x23a)]=_0x513321(0x225);const _0x54778f=_0x2936af;let _0x50851b=TestFramework[_0x513321(0x1f9)]();if(!_0x50851b){logger['debug'](_0x54778f[_0x513321(0x23a)]);const _0x98e973=CLIUtils[_0x513321(0x1d8)](),_0x39c507=TrackedInstance[_0x513321(0x1d2)](_0x98e973);_0x50851b=new TestFrameworkInstance(_0x39c507,this[_0x513321(0x1d6)](),this['getTestFrameworksVersions'](),_0x30a168,HookState[_0x513321(0x22e)]),TestFramework['setTrackedInstance'](_0x39c507,_0x50851b),logger['debug'](_0x513321(0x22c)+_0x39c507['getId']());}return _0x50851b;}[a98_0x425a64(0x221)](_0x33a20b){const _0x55c8d9=a98_0x425a64,_0x55be50=_0x33a20b[_0x55c8d9(0x239)],_0x489bc1=this[_0x55c8d9(0x1d6)]()[0x0],_0x1b1318=this[_0x55c8d9(0x209)](),_0x3b8214={[TestFrameworkConstants[_0x55c8d9(0x234)]]:_0x489bc1,[TestFrameworkConstants[_0x55c8d9(0x1f0)]]:_0x1b1318[_0x489bc1]||'',[TestFrameworkConstants[_0x55c8d9(0x1fc)]]:_0x33a20b[_0x55c8d9(0x239)],[TestFrameworkConstants[_0x55c8d9(0x20e)]]:[],[TestFrameworkConstants[_0x55c8d9(0x1de)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x55c8d9(0x214)]]:TestFrameworkConstants[_0x55c8d9(0x227)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x33a20b[_0x55c8d9(0x23b)],[TestFrameworkConstants[_0x55c8d9(0x1ef)]]:_0x33a20b[_0x55c8d9(0x238)],[TestFrameworkConstants[_0x55c8d9(0x23f)]]:_0x55be50,[TestFrameworkConstants[_0x55c8d9(0x1ec)]]:_0x33a20b[_0x55c8d9(0x23b)],[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x33a20b[_0x55c8d9(0x235)]||_0x33a20b[_0x55c8d9(0x238)],[TestFrameworkConstants[_0x55c8d9(0x20a)]]:_0x33a20b['test_code']||null,[TestFrameworkConstants[_0x55c8d9(0x1fe)]]:_0x33a20b[_0x55c8d9(0x1e6)]||[],[TestFrameworkConstants[_0x55c8d9(0x23d)]]:_0x33a20b[_0x55c8d9(0x232)]||new Date()[_0x55c8d9(0x1f1)](),[TestFrameworkConstants[_0x55c8d9(0x1d7)]]:_0x33a20b[_0x55c8d9(0x1ed)]||'',[TestFrameworkConstants[_0x55c8d9(0x222)]]:_0x33a20b[_0x55c8d9(0x1fd)]||[],[TestFrameworkConstants[_0x55c8d9(0x1e2)]]:_0x33a20b[_0x55c8d9(0x1f6)]||_0x33a20b['test_name'],[TestFrameworkConstants[_0x55c8d9(0x224)]]:{},[TestFrameworkConstants[_0x55c8d9(0x216)]]:_0x33a20b['test_meta']||{}},_0x52136d={};return _0x52136d[_0x55be50]=_0x3b8214,_0x52136d;}[a98_0x425a64(0x21a)](_0xbfb219,_0x30135e){const _0x202b6d=a98_0x425a64,_0x2f878a={};_0x2f878a[_0x202b6d(0x20c)]=_0x202b6d(0x218),_0x2f878a[_0x202b6d(0x1cd)]=function(_0x5a79a8,_0x112193){return _0x5a79a8===_0x112193;},_0x2f878a['CNbrq']='failed',_0x2f878a[_0x202b6d(0x1d1)]=_0x202b6d(0x210),_0x2f878a[_0x202b6d(0x1db)]='Unknown\x20error',_0x2f878a['rpRSQ']=function(_0x21baa9,_0x7d59bc){return _0x21baa9!==_0x7d59bc;};const _0x262709=_0x2f878a,_0x245b43=_0xbfb219['test_uuid'],_0xc25d86=_0x30135e[_0x202b6d(0x20b)]()[_0x202b6d(0x1fa)](_0x245b43)||{},_0x36523f={..._0xc25d86,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0xbfb219['test_result']||_0x262709[_0x202b6d(0x20c)],[TestFrameworkConstants[_0x202b6d(0x236)]]:_0xbfb219[_0x202b6d(0x21b)]||new Date()['toISOString'](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x202b6d(0x1f1)](),[TestFrameworkConstants[_0x202b6d(0x219)]]:_0xc25d86[TestFrameworkConstants['KEY_LOGS']]||[],[TestFrameworkConstants[_0x202b6d(0x216)]]:_0xbfb219[_0x202b6d(0x22a)]||{}};_0x262709['PwBvW'](_0xbfb219[_0x202b6d(0x208)],_0x262709[_0x202b6d(0x20d)])&&(_0x36523f[TestFrameworkConstants[_0x202b6d(0x21c)]]=_0xbfb219['test_failure_type']||_0x262709[_0x202b6d(0x1d1)],_0x36523f[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0xbfb219[_0x202b6d(0x201)]||_0x262709['lqwrD'],_0x36523f[TestFrameworkConstants[_0x202b6d(0x206)]]=_0xbfb219['test_failure']||[]);_0x262709[_0x202b6d(0x205)](_0xbfb219[_0x202b6d(0x1e9)],undefined)&&(_0x36523f[TestFrameworkConstants[_0x202b6d(0x1e3)]]=_0xbfb219[_0x202b6d(0x1e9)]);const _0x3f2b16={};return _0x3f2b16[_0x245b43]=_0x36523f,_0x3f2b16;}['createTestFrameworkEventPayload'](_0x11c8f4){const _0x4d76a4=a98_0x425a64,_0x2b8650={};_0x2b8650['twMnG']=_0x4d76a4(0x1e0);const _0x57e3e4=_0x2b8650;try{const _0x43d82f=_0x11c8f4[_0x4d76a4(0x203)]?.[_0x4d76a4(0x239)],_0xb8f502=_0x11c8f4[_0x4d76a4(0x22d)],_0x16d08a=_0xb8f502[_0x4d76a4(0x231)](),_0x32cbe9=_0xb8f502[_0x4d76a4(0x20b)]()[_0x4d76a4(0x1fa)](_0x43d82f);if(!_0x32cbe9)return logger[_0x4d76a4(0x213)](_0x4d76a4(0x1ff)+_0x43d82f),{};const {[TestFrameworkConstants[_0x4d76a4(0x234)]]:_0x493c83=this[_0x4d76a4(0x1d6)]()[0x0]||'',[TestFrameworkConstants[_0x4d76a4(0x1f0)]]:_0x528867=this['getTestFrameworksVersions']()[this[_0x4d76a4(0x1d6)]()[0x0]]||'',[TestFrameworkConstants[_0x4d76a4(0x23d)]]:_0x31b47b='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x423c3b=''}=_0x32cbe9,_0x2adee5=_0xb8f502[_0x4d76a4(0x228)]()['toString']()['split']('.')[0x1],_0x152540=_0xb8f502[_0x4d76a4(0x1dc)]()[_0x4d76a4(0x1d3)]()['split']('.')[0x1],_0x5a9803=global?.[_0x4d76a4(0x226)]?.['workerInfo']?.['parallelIndex']||global[_0x4d76a4(0x233)]||0x0,_0x545db9=_0xb8f502['getRef'](),_0x2730a8=Buffer['from'](JSON[_0x4d76a4(0x230)](_0x32cbe9))[_0x4d76a4(0x1d3)](_0x57e3e4[_0x4d76a4(0x1da)]),_0x55f0d8={'hash':_0x16d08a[_0x4d76a4(0x21d)](),'threadId':_0x16d08a[_0x4d76a4(0x20f)]()['toString'](),'processId':_0x16d08a[_0x4d76a4(0x1ce)]()[_0x4d76a4(0x1d3)]()},_0x4fb86c={};return _0x4fb86c['platformIndex']=_0x5a9803,_0x4fb86c[_0x4d76a4(0x202)]=_0x493c83,_0x4fb86c[_0x4d76a4(0x240)]=_0x528867,_0x4fb86c[_0x4d76a4(0x1eb)]=_0x2adee5,_0x4fb86c[_0x4d76a4(0x1e7)]=_0x152540,_0x4fb86c[_0x4d76a4(0x207)]=_0x31b47b,_0x4fb86c[_0x4d76a4(0x215)]=_0x423c3b,_0x4fb86c[_0x4d76a4(0x1d4)]=_0x545db9,_0x4fb86c[_0x4d76a4(0x1e1)]=_0x2730a8,_0x4fb86c[_0x4d76a4(0x1d5)]=_0x55f0d8,_0x4fb86c[_0x4d76a4(0x229)]=_0x43d82f,_0x4fb86c;}catch(_0x2a8fbf){return logger['error'](_0x4d76a4(0x1f2)+util[_0x4d76a4(0x1ee)](_0x2a8fbf)),{};}}}module['exports']=NodeGenericFramework;
@@ -1 +1 @@
1
- function a99_0x4444(_0x58e4f9,_0x262194){const _0xe8dd66=a99_0xe8dd();return a99_0x4444=function(_0x44448c,_0x309feb){_0x44448c=_0x44448c-0x132;let _0x577433=_0xe8dd66[_0x44448c];return _0x577433;},a99_0x4444(_0x58e4f9,_0x262194);}const a99_0x40c0a8=a99_0x4444;(function(_0x2a11f5,_0x8444b){const _0x49344f=a99_0x4444,_0x149514=_0x2a11f5();while(!![]){try{const _0x35775f=parseInt(_0x49344f(0x14b))/0x1*(-parseInt(_0x49344f(0x148))/0x2)+-parseInt(_0x49344f(0x157))/0x3*(parseInt(_0x49344f(0x133))/0x4)+parseInt(_0x49344f(0x153))/0x5*(parseInt(_0x49344f(0x147))/0x6)+-parseInt(_0x49344f(0x134))/0x7+parseInt(_0x49344f(0x139))/0x8*(parseInt(_0x49344f(0x143))/0x9)+-parseInt(_0x49344f(0x140))/0xa+parseInt(_0x49344f(0x150))/0xb;if(_0x35775f===_0x8444b)break;else _0x149514['push'](_0x149514['shift']());}catch(_0x3985a1){_0x149514['push'](_0x149514['shift']());}}}(a99_0xe8dd,0xc64ef));const AutomationFramework=require('./automationFramework.js'),{createClassLogger}=require(a99_0x40c0a8(0x13b)),AutomationFrameworkState=require(a99_0x40c0a8(0x14f)),CLIUtils=require(a99_0x40c0a8(0x149)),TrackedInstance=require('../instances/trackedInstance.js'),AutomationFrameworkInstance=require(a99_0x40c0a8(0x158));class PlaywrightAutomationFramework extends AutomationFramework{[a99_0x40c0a8(0x14c)]=createClassLogger('PlaywrightAutomationFramework');constructor(_0x8ebc5,_0x581bf1){super(_0x8ebc5,_0x581bf1);}async[a99_0x40c0a8(0x13e)](_0x221ad7,_0x597c1f,_0x278f37={}){const _0x4121f7=a99_0x40c0a8,_0x43d01e={};_0x43d01e['iQLpN']=function(_0xfdfaa2,_0x4d4f08){return _0xfdfaa2===_0x4d4f08;};const _0x3ce8b5=_0x43d01e;this[_0x4121f7(0x14c)][_0x4121f7(0x156)](_0x4121f7(0x14e)+_0x221ad7+'\x20hookState='+_0x597c1f),await super['trackEvent'](_0x221ad7,_0x597c1f,_0x278f37);const _0x1a81ba=this[_0x4121f7(0x145)](_0x221ad7,_0x597c1f,_0x278f37);if(_0x3ce8b5[_0x4121f7(0x132)](_0x1a81ba,null))return;_0x278f37[_0x4121f7(0x152)]=_0x1a81ba,await this[_0x4121f7(0x135)](_0x1a81ba,_0x221ad7,_0x597c1f,_0x278f37);}[a99_0x40c0a8(0x145)](_0x2111d9,_0x3bbf59,_0x30d2b4={}){const _0x4100b0=a99_0x40c0a8,_0xcc052b={};_0xcc052b[_0x4100b0(0x13d)]=function(_0x2a4345,_0x2a8b50){return _0x2a4345===_0x2a8b50;},_0xcc052b[_0x4100b0(0x155)]=function(_0x2b7596,_0x29300b){return _0x2b7596===_0x29300b;},_0xcc052b[_0x4100b0(0x14d)]=function(_0x47ce5c,_0x2656fd){return _0x47ce5c===_0x2656fd;};const _0x4fd5ac=_0xcc052b;let _0x20d59c=null;return(_0x4fd5ac[_0x4100b0(0x13d)](_0x2111d9,AutomationFrameworkState[_0x4100b0(0x146)])||_0x4fd5ac[_0x4100b0(0x155)](_0x2111d9,AutomationFrameworkState[_0x4100b0(0x13a)])&&(_0x30d2b4[_0x4100b0(0x151)]&&_0x30d2b4[_0x4100b0(0x151)]['params']&&_0x30d2b4[_0x4100b0(0x151)][_0x4100b0(0x141)][_0x4100b0(0x154)])||_0x4fd5ac[_0x4100b0(0x14d)](_0x2111d9,AutomationFrameworkState['NONE']))&&this[_0x4100b0(0x144)](_0x2111d9,_0x30d2b4),_0x20d59c=AutomationFramework[_0x4100b0(0x13f)](),_0x20d59c;}['trackPlaywrightInstance'](_0x16d24c,_0x305f3d){const _0x53bf66=a99_0x40c0a8,_0xf467e7={};_0xf467e7['troXk']='trackPlaywrightInstance:\x20instance\x20already\x20exists';const _0x1d61f8=_0xf467e7;if(AutomationFramework[_0x53bf66(0x13f)]()){this['logger'][_0x53bf66(0x142)](_0x1d61f8[_0x53bf66(0x138)]);return;}const _0x2dd964=CLIUtils['getCurrentInstanceName'](),_0x95fd18=TrackedInstance[_0x53bf66(0x15a)](_0x2dd964);let _0x47c6e2=null;this[_0x53bf66(0x14c)]['info'](_0x53bf66(0x15b)+_0x2dd964+',\x20state='+_0x16d24c),_0x47c6e2=new AutomationFrameworkInstance(_0x95fd18,this[_0x53bf66(0x136)](),this['getAutomationFrameworkVersion'](),_0x16d24c),AutomationFramework[_0x53bf66(0x159)](_0x95fd18,_0x47c6e2),this[_0x53bf66(0x14c)][_0x53bf66(0x142)](_0x53bf66(0x13c)+_0x95fd18[_0x53bf66(0x14a)]()+'\x20target='+_0x2dd964);}}function a99_0xe8dd(){const _0x492587=['message','instance','785uzrIkX','bsParams','YCyCx','debug','2193696zUhMcw','../instances/automationFrameworkInstance.js','setTrackedInstance','createContext','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','iQLpN','4EltagC','7758415OeZoxa','runHooks','getAutomationFrameworkName','exports','troXk','248Gdkggh','PLAYWRIGHT_DISPATCH','../../../helpers/classLogger.js','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','fidqz','trackEvent','getTrackedInstance','13273320HKqMvu','params','info','262881fWmnvV','trackPlaywrightInstance','resolveInstance','CREATE','37356cKVPNj','2SXZcaq','../cliUtils.js','getId','1547129RcGOBW','logger','eIUvl','trackEvent:\x20automationFrameworkState=','../state/automationFrameworkState.js','40076828OyXaur'];a99_0xe8dd=function(){return _0x492587;};return a99_0xe8dd();}module[a99_0x40c0a8(0x137)]=PlaywrightAutomationFramework;
1
+ const a99_0x5b958c=a99_0x4870;function a99_0x4870(_0x2b155a,_0x2bf5c4){const _0x50d291=a99_0x50d2();return a99_0x4870=function(_0x487063,_0x5885c0){_0x487063=_0x487063-0x1c2;let _0xb1a3c7=_0x50d291[_0x487063];return _0xb1a3c7;},a99_0x4870(_0x2b155a,_0x2bf5c4);}(function(_0x392d9c,_0x2bccfb){const _0x12f661=a99_0x4870,_0x2c37e2=_0x392d9c();while(!![]){try{const _0x2d4740=parseInt(_0x12f661(0x1ef))/0x1+-parseInt(_0x12f661(0x1e8))/0x2*(parseInt(_0x12f661(0x1d7))/0x3)+parseInt(_0x12f661(0x1ee))/0x4+parseInt(_0x12f661(0x1d1))/0x5*(parseInt(_0x12f661(0x1df))/0x6)+parseInt(_0x12f661(0x1eb))/0x7*(-parseInt(_0x12f661(0x1cd))/0x8)+parseInt(_0x12f661(0x1ce))/0x9+-parseInt(_0x12f661(0x1cc))/0xa;if(_0x2d4740===_0x2bccfb)break;else _0x2c37e2['push'](_0x2c37e2['shift']());}catch(_0x5e11ef){_0x2c37e2['push'](_0x2c37e2['shift']());}}}(a99_0x50d2,0x3ed0d));const AutomationFramework=require(a99_0x5b958c(0x1ca)),{createClassLogger}=require(a99_0x5b958c(0x1db)),AutomationFrameworkState=require(a99_0x5b958c(0x1e7)),CLIUtils=require(a99_0x5b958c(0x1c8)),TrackedInstance=require(a99_0x5b958c(0x1d5)),AutomationFrameworkInstance=require(a99_0x5b958c(0x1d4));class PlaywrightAutomationFramework extends AutomationFramework{['logger']=createClassLogger(a99_0x5b958c(0x1e5));constructor(_0x5dc36a,_0xc873d4){super(_0x5dc36a,_0xc873d4);}async[a99_0x5b958c(0x1dd)](_0x306cf6,_0x2f828a,_0xb07fa={}){const _0x539607=a99_0x5b958c,_0x3aad7b={};_0x3aad7b[_0x539607(0x1e0)]=function(_0x49d90,_0x4f8fa9){return _0x49d90===_0x4f8fa9;};const _0xed1b07=_0x3aad7b;this['logger'][_0x539607(0x1ed)](_0x539607(0x1c3)+_0x306cf6+_0x539607(0x1c6)+_0x2f828a),await super[_0x539607(0x1dd)](_0x306cf6,_0x2f828a,_0xb07fa);const _0x343c3b=this[_0x539607(0x1e3)](_0x306cf6,_0x2f828a,_0xb07fa);if(_0xed1b07[_0x539607(0x1e0)](_0x343c3b,null))return;_0xb07fa[_0x539607(0x1c9)]=_0x343c3b,await this[_0x539607(0x1d3)](_0x343c3b,_0x306cf6,_0x2f828a,_0xb07fa);}[a99_0x5b958c(0x1e3)](_0x3a3be5,_0x5ae177,_0x23ce61={}){const _0x22260b=a99_0x5b958c,_0xac08ce={};_0xac08ce[_0x22260b(0x1ec)]=function(_0x4c2ed9,_0x3701b1){return _0x4c2ed9===_0x3701b1;};const _0x5875cc=_0xac08ce;let _0x178965=null;return(_0x5875cc['Hozgw'](_0x3a3be5,AutomationFrameworkState['CREATE'])||_0x5875cc[_0x22260b(0x1ec)](_0x3a3be5,AutomationFrameworkState['PLAYWRIGHT_DISPATCH'])&&(_0x23ce61[_0x22260b(0x1de)]&&_0x23ce61['message'][_0x22260b(0x1c5)]&&_0x23ce61[_0x22260b(0x1de)]['params']['bsParams'])||_0x5875cc['Hozgw'](_0x3a3be5,AutomationFrameworkState[_0x22260b(0x1cb)]))&&this[_0x22260b(0x1c7)](_0x3a3be5,_0x23ce61),_0x178965=AutomationFramework[_0x22260b(0x1d9)](),_0x178965;}['trackPlaywrightInstance'](_0x3290f4,_0x805672){const _0x526f20=a99_0x5b958c,_0x334f61={};_0x334f61[_0x526f20(0x1c2)]=_0x526f20(0x1d0);const _0x2dc46=_0x334f61;if(AutomationFramework[_0x526f20(0x1d9)]()){this[_0x526f20(0x1da)]['info'](_0x2dc46[_0x526f20(0x1c2)]);return;}const _0x4ebf17=CLIUtils[_0x526f20(0x1cf)](),_0x32ad76=TrackedInstance[_0x526f20(0x1e9)](_0x4ebf17);let _0x271114=null;this['logger'][_0x526f20(0x1ea)](_0x526f20(0x1dc)+_0x4ebf17+_0x526f20(0x1d6)+_0x3290f4),_0x271114=new AutomationFrameworkInstance(_0x32ad76,this[_0x526f20(0x1d2)](),this[_0x526f20(0x1d8)](),_0x3290f4),AutomationFramework[_0x526f20(0x1e2)](_0x32ad76,_0x271114),this[_0x526f20(0x1da)][_0x526f20(0x1ea)](_0x526f20(0x1c4)+_0x32ad76[_0x526f20(0x1e1)]()+_0x526f20(0x1e6)+_0x4ebf17);}}module[a99_0x5b958c(0x1e4)]=PlaywrightAutomationFramework;function a99_0x50d2(){const _0x152e80=['2552463AGmsFN','getCurrentInstanceName','trackPlaywrightInstance:\x20instance\x20already\x20exists','320xfPbcJ','getAutomationFrameworkName','runHooks','../instances/automationFrameworkInstance.js','../instances/trackedInstance.js',',\x20state=','6EGVtBX','getAutomationFrameworkVersion','getTrackedInstance','logger','../../../helpers/classLogger.js','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','trackEvent','message','9084GupcCN','uWVbA','getId','setTrackedInstance','resolveInstance','exports','PlaywrightAutomationFramework','\x20target=','../state/automationFrameworkState.js','428914uJbGfe','createContext','info','7bRLcaB','Hozgw','debug','674292EcZLFB','247716OQSEjM','HtpuR','trackEvent:\x20automationFrameworkState=','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','params','\x20hookState=','trackPlaywrightInstance','../cliUtils.js','instance','./automationFramework.js','NONE','720120WctILO','308584GBpDNt'];a99_0x50d2=function(){return _0x152e80;};return a99_0x50d2();}