browserstack-node-sdk 1.56.1 → 1.56.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (201) 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/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/newman/command.js +1 -1
  79. package/src/bin/newman/helper.js +1 -1
  80. package/src/bin/newman/reporter/index.js +1 -1
  81. package/src/bin/newman/scriptRunner.js +1 -1
  82. package/src/bin/nightwatch/command.js +1 -1
  83. package/src/bin/playwright/accessibility-helper.js +1 -1
  84. package/src/bin/playwright/command.js +1 -1
  85. package/src/bin/playwright/globalSetup.js +1 -1
  86. package/src/bin/playwright/mock-process.js +1 -1
  87. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  88. package/src/bin/playwright/patches.js +1 -1
  89. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  90. package/src/bin/playwright/reporter/reporter.js +1 -1
  91. package/src/bin/playwright/reporter/test-details.js +1 -1
  92. package/src/bin/playwright/sessionDetails.js +1 -1
  93. package/src/bin/puppeteer/patches.js +1 -1
  94. package/src/bin/puppeteer/sessionDetails.js +1 -1
  95. package/src/bin/puppeteer/test.setup.js +1 -1
  96. package/src/bin/runner.js +1 -1
  97. package/src/bin/setup.js +1 -1
  98. package/src/bin/test-runner/index.js +1 -1
  99. package/src/bin/test-runner/runTest.js +1 -1
  100. package/src/bin/test-runner/testWorker.js +1 -1
  101. package/src/bin/utils/apiUtilityMethods.js +1 -1
  102. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  103. package/src/bin/utils/constants.js +1 -1
  104. package/src/bin/utils/log4jsAppender.js +1 -1
  105. package/src/bin/utils/logPatcher.js +1 -1
  106. package/src/bin/utils/logReportingAPI.js +1 -1
  107. package/src/bin/utils/playwright-patcher.js +1 -1
  108. package/src/bin/utils/puppeteer-patcher.js +1 -1
  109. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  110. package/src/bin/utils/sharedUtils.js +1 -1
  111. package/src/bin/v2/TestInfo.js +1 -1
  112. package/src/bin/v2/browserstackCLI.js +1 -1
  113. package/src/bin/v2/cliUtils.js +1 -1
  114. package/src/bin/v2/customTagManager.js +1 -1
  115. package/src/bin/v2/eventDispatcher.js +1 -1
  116. package/src/bin/v2/framework/automationFramework.js +1 -1
  117. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  118. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  119. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  120. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  121. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  122. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  123. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  124. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  125. package/src/bin/v2/framework/testFramework.js +1 -1
  126. package/src/bin/v2/grpcClient.js +1 -1
  127. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  128. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  129. package/src/bin/v2/instances/trackedContext.js +1 -1
  130. package/src/bin/v2/instances/trackedInstance.js +1 -1
  131. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  132. package/src/bin/v2/modules/baseModule.js +1 -1
  133. package/src/bin/v2/modules/loadTestModule.js +1 -1
  134. package/src/bin/v2/modules/observabilityModule.js +1 -1
  135. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  136. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  137. package/src/bin/v2/modules/testhubModule.js +1 -1
  138. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  139. package/src/bin/v2/state/hookState.js +1 -1
  140. package/src/bin/v2/state/testFrameworkState.js +1 -1
  141. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  142. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  143. package/src/bin/v2/utils/jest-utils.js +1 -1
  144. package/src/bin/vanilla-js/command.js +1 -1
  145. package/src/browserStackSdk.js +1 -1
  146. package/src/helpers/BrowserStackSetup.js +1 -1
  147. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  148. package/src/helpers/accessibility-automation/constants.js +1 -1
  149. package/src/helpers/accessibility-automation/helper.js +1 -1
  150. package/src/helpers/accessibility-automation/scripts.js +1 -1
  151. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  152. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  153. package/src/helpers/ats/constants.js +1 -1
  154. package/src/helpers/ats/helper.js +1 -1
  155. package/src/helpers/caCertHelper.js +1 -1
  156. package/src/helpers/capsMapping.js +1 -1
  157. package/src/helpers/central-scanner/constants.js +1 -1
  158. package/src/helpers/central-scanner/helpers.js +1 -1
  159. package/src/helpers/classLogger.js +1 -1
  160. package/src/helpers/driverInitErrorReporter.js +1 -0
  161. package/src/helpers/globals.js +1 -1
  162. package/src/helpers/helper.js +1 -1
  163. package/src/helpers/logger.js +1 -1
  164. package/src/helpers/metadata.js +1 -1
  165. package/src/helpers/patchHelper.js +1 -1
  166. package/src/helpers/patchHelpers.js +1 -1
  167. package/src/helpers/percy/Percy.js +1 -1
  168. package/src/helpers/percy/PercyBinary.js +1 -1
  169. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  170. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  171. package/src/helpers/percy/PercySDK.js +1 -1
  172. package/src/helpers/percy/index.js +1 -1
  173. package/src/helpers/percy/utils.js +1 -1
  174. package/src/helpers/performance/constants.js +1 -1
  175. package/src/helpers/performance/performance-tester.js +1 -1
  176. package/src/helpers/playwright-helper.js +1 -1
  177. package/src/helpers/processHelper.js +1 -1
  178. package/src/helpers/puppeteer-helper.js +1 -1
  179. package/src/helpers/request-spy.js +1 -1
  180. package/src/helpers/setKeepAlive.js +1 -1
  181. package/src/helpers/stackFrameUtils.js +1 -1
  182. package/src/helpers/test-observability/constants.js +1 -1
  183. package/src/helpers/test-observability/error-handler.js +1 -1
  184. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  185. package/src/helpers/test-observability/sessionHandler.js +1 -1
  186. package/src/helpers/test-observability/utils.js +1 -1
  187. package/src/helpers/test-orchestration/constants.js +1 -1
  188. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  189. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  190. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  191. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  192. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  193. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  194. package/src/helpers/testhub/constants.js +1 -1
  195. package/src/helpers/testhub/testhubHandler.js +1 -1
  196. package/src/helpers/testhub/utils.js +1 -1
  197. package/src/helpers/timeoutPromise.js +1 -1
  198. package/src/helpers/utilities.js +1 -1
  199. package/src/helpers/w3cMapping.js +1 -1
  200. package/src/hubAllocationMethods.js +1 -1
  201. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a79_0x124749=a79_0x25d6;(function(_0xc574e9,_0x3d3e2a){const _0x52f281=a79_0x25d6,_0x3bbf8c=_0xc574e9();while(!![]){try{const _0x2c2715=-parseInt(_0x52f281(0x1d8))/0x1*(parseInt(_0x52f281(0x156))/0x2)+-parseInt(_0x52f281(0x263))/0x3*(-parseInt(_0x52f281(0x26e))/0x4)+-parseInt(_0x52f281(0x131))/0x5*(-parseInt(_0x52f281(0x1c1))/0x6)+parseInt(_0x52f281(0x1d6))/0x7+-parseInt(_0x52f281(0x22c))/0x8+parseInt(_0x52f281(0x29a))/0x9+-parseInt(_0x52f281(0x17d))/0xa*(-parseInt(_0x52f281(0x184))/0xb);if(_0x2c2715===_0x3d3e2a)break;else _0x3bbf8c['push'](_0x3bbf8c['shift']());}catch(_0x4b3a5e){_0x3bbf8c['push'](_0x3bbf8c['shift']());}}}(a79_0x4f61,0xf0e94));function a79_0x4f61(){const _0x77e10b=['join','gKxTD',',\x20hookState=','find','pjExn','BXvIo','scopes',',\x20testId=','VLhvk','inspect','KEY_TEST_SCOPES','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','file','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','KEY_TEST_FILE_PATH','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20',',\x20screenshotLogs:\x20','./constants/testFrameworkConstants.js','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','uqNbt','trackJestInstance','qJWSA','LiEvn','4fwvxQb','uoznr','replace','hook_id',',\x20testFramework=','QyfeH','removeActiveHook','JrMZz','failed','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=',',\x20totalBatches:\x20','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20',',\x20hooksListLength=','pop','\x20attachments','finished_at','pid','RKBjq','trackHookEvent','getProcessId','oQdat','getAllPendingHookTestIds','failure_reason','KEY_TEST_FAILURE_REASON','uuid','maxArrayLength','getRef','KEY_TEST_FAILURE','TWmkW','\x22\x20hook','nFItl','../instances/testFrameworkInstance.js','KEY_EVENT_ENDED_AT','missing','testFrameworkName','testId','qAJVj','workerInfo','68930kYiISM','DqBLS','warn','KEY_HOOKS_FINISHED','errorsDetailed','getContext','WhmDK','3212kpMeCN','KEY_HOOK_LAST_STARTED','scope','push','getHooksForTest','KEY_TEST_RESULT_AT',',\x20scope:\x20','rrWzW','\x20files',',\x20storing\x20as\x20pending\x20hook','./testFramework','toString','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','hookMetadata','getJestTestFilePath','OsXxQ','zWwSn','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','afterAll',',\x20scopes=',',\x20state=',',\x20result=','../instances/trackedInstance.js','getJestFailureData','dInqN','matchHookRegex','findIndex','KEY_CUSTOM_TAGS','CNZOI','slice','ovqPk','getJestTestIdentifier',',\x20version=','KEY_HOOK_NAME','\x20(testIdentifier),\x20tags=','XByAv','../../../helpers/test-observability/utils','error','hookUUID','storePendingHook','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','toISOString','testFrameworkState','../state/hookState.js','getJestFailureReason','getId','xoVLD','testFrameworkVersion','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','get','hookData','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','stack-trace','Processing\x20','toUpperCase','JiwjR','KEY_HOOK_LOGS','ROOT_DESCRIBE_BLOCK','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=',',\x20failureType=','414RFYuqj','asyncError','Lcjho','Unknown\x20Test','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','NIkzi','zXPfz','getJestTestName','KEY_TEST_RETRY_OF','exports','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=',',\x20contextId=','NhlPG','yuvNy','jGpaq','getCurrentTestState','QVRpO','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','debug','type','3647805kjMGjt','KEY_HOOK_LAST_FINISHED','580955jBxhhV','KEY_HOOK_ID','xAJkT','hookAnalyticsId',',\x20hookUUID=','\x20(testIdentifier),\x20result=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','../../../helpers/classLogger.js','args','ALL','SuoGE','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','parallelIndex','reverse','filter','KEY_TEST_STARTED_AT','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','getTestFrameworks','IVwXl','tCrcC','BIjof','has','KEY_TEST_LOGS','duration',',\x20response=','KEY_TEST_TAGS','KEY_TEST_META','IjgYo','KEY_HOOK_FAILURE_REASON','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','name',',\x20filePath=','DHGFR','hasPendingHooks','mapTestHooks','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','XzbwQ','XOSwP','WXqrD','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','from','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20',',\x20testData=','format',',\x20argsKeys=','parseJestTest','TEST','eHHji','BEFORE_ALL',',\x20hookId=','NONE','\x20-\x20testId:\x20','split','retryOf','KEY_HOOK_RESULT','hooks','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','\x20pending\x20hooks\x20for\x20testId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','keys','QoiKS','FqZBR','_ALL','test','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=',',\x20hookType=','oTFoV','skip','sendLogCreatedEvent','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','gqDRY','getAllData','jPYzv',',\x20payload:\x20','apply','removePendingHooks','executionContext','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','ahoTq','DAHNr',',\x20consoleLogs:\x20','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','9481808XIjSpt','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','\x22\x20from\x20testData','isArray','AssertionError','KEY_TEST_FRAMEWORK_VERSION','platformIndex','FvwqB','stringify','browserstackPlatformIndex','getActiveHook','code','sAAXT','jest-circus','gIsor','started_at','hookType','gtnZq','instance','getJestFailureType','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','body',',\x20exception=','WbHCx','oRlur','bTYOI','KEY_HOOK_FAILURE_TYPE','KEY_TEST_RERUN_NAME','SWAja','rRzck','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','Error\x20in\x20createTestFrameworkEventPayload:\x20',',\x20currentTestId:\x20','map','getInstance','getPendingHooks','getRootParentFile','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','PRE','KEY_TEST_CODE','dsRsX','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','addPendingHook','KEY_HOOKS_STARTED','KEY_TEST_FRAMEWORK_NAME','getCurrentHookState','forEach','HTIBU','eventJson','Ukfyh','KEY_LOGS','bOGEv','parse','zXLYl','726498KKmBGv','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','../TestInfo.js',',\x20target=','fbAHZ','none','KEY_EVENT_STARTED_AT','hookState','pFMrD',',\x20hook=','8pCWhwc','createContext','depth','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','KEY_TEST_DURATION','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','DEFAULT_HOOK_RESULT','filePath','getTrackedInstance','qECBN','length','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','KEY_TEST_UUID','testUUID','originalTest','status','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','splice','includes','jRwgo','test_identifier','KEY_TEST_ENDED_AT','beforeAll','unknown','dIThl','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','mxAOA','\x20&\x20hookState=','resolveInstance','testData','processPendingHooks','getJestTestTags','getCurrentInstanceName','PWaew','addMultipleEntries','KEY_TEST_FAILURE_TYPE','bBIhT','getJestTestScopes','getTestFrameworksVersions','parseJestTestResult','hook_result','../../../helpers/helper.js','KEY_TEST_LOCATION','179739pcIlTw','AInGp','WojLS','getThreadId','file_name',',\x20hookState:\x20','npCqJ','title','POST','GqZRr','trackJestInstance:\x20created\x20instance\x20for\x20target=','EvwsX','DEFAULT_TEST_RESULT','FbqOj','event_ended_at','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','trackJestInstance:\x20instance\x20already\x20exists','luotJ','passed','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','concat','logCreatedEvent','skipped','KEY_HOOK_FAILURE','Unknown\x20error','trackEvent','KEY_TEST_SCOPE','imTsO','TEST_SCREENSHOT','\x20for\x20testId:\x20','buildHookMapFromTest','21430UGauTX','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20',',\x20totalLogs:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','runHooks',',\x20filePath:\x20','KEY_TEST_ATTACHMENTS','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','parent','tags','isJestInternalHook','activeHooks','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20'];a79_0x4f61=function(){return _0x77e10b;};return a79_0x4f61();}function a79_0x25d6(_0xb02de0,_0x5b4511){const _0x4f6105=a79_0x4f61();return a79_0x25d6=function(_0x25d65f,_0x46d3ab){_0x25d65f=_0x25d65f-0x119;let _0x4cb5c4=_0x4f6105[_0x25d65f];return _0x4cb5c4;},a79_0x25d6(_0xb02de0,_0x5b4511);}const TestFramework=require(a79_0x124749(0x18e)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a79_0x124749(0x1af)),{createClassLogger}=require(a79_0x124749(0x1df)),TestFrameworkInstance=require(a79_0x124749(0x176)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a79_0x124749(0x19a)),TestFrameworkConstants=require(a79_0x124749(0x150)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a79_0x124749(0x298)),{isInternalHook}=require(a79_0x124749(0x1a8)),logger=createClassLogger('JestTestFramework'),{v4:uuidv4}=require(a79_0x124749(0x16f)),util=require('util'),TestInfo=require(a79_0x124749(0x266)),GrpcClient=require('../grpcClient'),stackTrace=require(a79_0x124749(0x1b9)),{pickUserFrameFile}=require('../../../helpers/stackFrameUtils');class JestTestFramework extends TestFramework{constructor(_0x17cd59,_0x1f251a,_0x34a444){const _0x56c303=a79_0x124749;super(_0x17cd59,_0x1f251a,_0x34a444),this[_0x56c303(0x13d)]=new Map();}['setActiveHook'](_0x4bbd88,_0x3674dd,_0x4d1bf4){const _0x1cf974=a79_0x124749,_0x3c4982={};_0x3c4982[_0x1cf974(0x282)]=function(_0x16e50e,_0x26b288){return _0x16e50e||_0x26b288;};const _0x360f18=_0x3c4982;if(_0x360f18[_0x1cf974(0x282)](!_0x4bbd88,!_0x3674dd)){logger[_0x1cf974(0x17f)](_0x1cf974(0x227)+_0x4bbd88+',\x20hookUUID='+_0x3674dd);return;}!this[_0x1cf974(0x13d)][_0x1cf974(0x1ed)](_0x4bbd88)&&this[_0x1cf974(0x13d)]['set'](_0x4bbd88,[]);const _0x48b7ea={'hookUUID':_0x3674dd,'hookType':_0x4d1bf4,'startedAt':new Date()[_0x1cf974(0x1ad)]()};this[_0x1cf974(0x13d)][_0x1cf974(0x1b6)](_0x4bbd88)[_0x1cf974(0x187)](_0x48b7ea),logger[_0x1cf974(0x1d4)](_0x1cf974(0x1bf)+_0x4bbd88+',\x20hookUUID='+_0x3674dd+_0x1cf974(0x21a)+_0x4d1bf4+',\x20totalHooks='+this[_0x1cf974(0x13d)]['get'](_0x4bbd88)['length']);}[a79_0x124749(0x15c)](_0xf2ce,_0x3e6210){const _0x33063a=a79_0x124749,_0x272f27={};_0x272f27[_0x33063a(0x1d2)]=function(_0x1f5aa0,_0x3eeff8){return _0x1f5aa0||_0x3eeff8;},_0x272f27['uoAlX']=function(_0x2c0fef,_0x10414b){return _0x2c0fef!==_0x10414b;},_0x272f27[_0x33063a(0x1fd)]=function(_0x3fbc1e,_0x1b2fbe){return _0x3fbc1e===_0x1b2fbe;};const _0x5f3789=_0x272f27;if(_0x5f3789[_0x33063a(0x1d2)](!_0xf2ce,!_0x3e6210)){logger[_0x33063a(0x17f)](_0x33063a(0x1d3)+_0xf2ce+_0x33063a(0x1dc)+_0x3e6210);return;}if(this['activeHooks'][_0x33063a(0x1ed)](_0xf2ce)){const _0x1ded29=this[_0x33063a(0x13d)][_0x33063a(0x1b6)](_0xf2ce),_0x41e7ef=_0x1ded29[_0x33063a(0x19e)](_0x234941=>_0x234941[_0x33063a(0x1aa)]===_0x3e6210);_0x5f3789['uoAlX'](_0x41e7ef,-0x1)?(_0x1ded29[_0x33063a(0x280)](_0x41e7ef,0x1),logger[_0x33063a(0x1d4)](_0x33063a(0x120)+_0xf2ce+_0x33063a(0x1dc)+_0x3e6210+',\x20remainingHooks='+_0x1ded29['length']),_0x5f3789[_0x33063a(0x1fd)](_0x1ded29[_0x33063a(0x279)],0x0)&&this[_0x33063a(0x13d)]['delete'](_0xf2ce)):logger[_0x33063a(0x1d4)](_0x33063a(0x1cc)+_0xf2ce+_0x33063a(0x1dc)+_0x3e6210);}}[a79_0x124749(0x237)](_0x2bd990){const _0x41410f=a79_0x124749,_0x585dc1={};_0x585dc1[_0x41410f(0x1a7)]=function(_0x569f24,_0x412b51){return _0x569f24>_0x412b51;},_0x585dc1[_0x41410f(0x1ff)]=function(_0x5e6814,_0x1c22cd){return _0x5e6814-_0x1c22cd;};const _0x2ac28b=_0x585dc1;if(!_0x2bd990)return null;if(this['activeHooks']['has'](_0x2bd990)){const _0x4ae51b=this[_0x41410f(0x13d)][_0x41410f(0x1b6)](_0x2bd990);if(_0x2ac28b[_0x41410f(0x1a7)](_0x4ae51b[_0x41410f(0x279)],0x0)){const _0x53b08b=_0x4ae51b[_0x2ac28b[_0x41410f(0x1ff)](_0x4ae51b[_0x41410f(0x279)],0x1)];return logger['debug'](_0x41410f(0x271)+_0x2bd990+_0x41410f(0x1dc)+_0x53b08b[_0x41410f(0x1aa)]+',\x20hookType='+_0x53b08b['hookType']),_0x53b08b;}}return null;}async[a79_0x124749(0x12b)](_0x2d1c4d,_0x51518e,_0x44e08a={}){const _0x171b1=a79_0x124749,_0x59a3ff={};_0x59a3ff[_0x171b1(0x1bc)]=_0x171b1(0x22d),_0x59a3ff[_0x171b1(0x140)]=function(_0x214bc8,_0x3d4e54){return _0x214bc8===_0x3d4e54;},_0x59a3ff['eHHji']=function(_0x827149,_0x48c84f){return _0x827149===_0x48c84f;},_0x59a3ff[_0x171b1(0x1b2)]=function(_0x11c8a9,_0x60673f){return _0x11c8a9||_0x60673f;},_0x59a3ff['zXPfz']=_0x171b1(0x151),_0x59a3ff[_0x171b1(0x1ce)]=function(_0x1e3887,_0x105d65){return _0x1e3887===_0x105d65;};const _0xe3e529=_0x59a3ff;logger[_0x171b1(0x1d4)](_0x171b1(0x1c5)+_0x2d1c4d+_0x171b1(0x141)+_0x51518e+_0x171b1(0x205)+Object[_0x171b1(0x214)](_0x44e08a)[_0x171b1(0x13f)](',')),await super[_0x171b1(0x12b)](_0x2d1c4d,_0x51518e,_0x44e08a);const _0xf9bece=this[_0x171b1(0x28b)](_0x2d1c4d,_0x51518e,_0x44e08a);if(!_0xf9bece){logger[_0x171b1(0x1d4)](_0xe3e529[_0x171b1(0x1bc)]);return;}try{let _0x2425db,_0x6a2702,_0x456403;switch(_0x2d1c4d){case TestFrameworkState['TEST']:_0x2425db=_0x44e08a[_0x171b1(0x218)];const _0x580078={};_0x580078[_0x171b1(0x270)]=0x2,_0x580078[_0x171b1(0x170)]=0x3,logger[_0x171b1(0x1d4)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState='+_0x51518e+_0x171b1(0x203)+util['inspect'](_0x2425db,_0x580078)),_0x456403=this[_0x171b1(0x1a3)](_0x2425db),_0x6a2702=null,logger['debug'](_0x171b1(0x256)+_0x456403+'\x20(testIdentifier)');if(_0xe3e529[_0x171b1(0x140)](_0x51518e,HookState['PRE'])){logger[_0x171b1(0x1d4)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20'+_0x456403);const _0xea91d7={};_0xea91d7[_0x171b1(0x27c)]=_0x6a2702,_0xea91d7[_0x171b1(0x28c)]=_0x2425db,_0xea91d7[_0x171b1(0x17a)]=_0x456403;const _0x3dd598=this[_0x171b1(0x206)](_0xea91d7),_0x45abcb={};_0x45abcb[_0x171b1(0x270)]=0x2,_0x45abcb['maxArrayLength']=0x3,logger[_0x171b1(0x1d4)](_0x171b1(0x13e)+util[_0x171b1(0x148)](_0x3dd598,_0x45abcb)),_0xf9bece[_0x171b1(0x291)](_0x3dd598),logger[_0x171b1(0x1d4)](_0x171b1(0x15f)+_0x456403),await this[_0x171b1(0x28d)](_0xf9bece,_0x456403);}else{if(_0xe3e529[_0x171b1(0x208)](_0x51518e,HookState[_0x171b1(0x119)])){logger[_0x171b1(0x1d4)](_0x171b1(0x27a)+_0x456403);const _0x5e4210=_0xf9bece[_0x171b1(0x220)]()[_0x171b1(0x1b6)](_0x456403);logger[_0x171b1(0x1d4)](_0x171b1(0x1de)+util[_0x171b1(0x148)](Object[_0x171b1(0x214)](_0xe3e529[_0x171b1(0x1b2)](_0x5e4210,{}))));_0x5e4210&&_0x5e4210[TestFrameworkConstants[_0x171b1(0x137)]]?logger[_0x171b1(0x1d4)](_0x171b1(0x1f5)+Object[_0x171b1(0x214)](_0x5e4210[TestFrameworkConstants[_0x171b1(0x137)]])[_0x171b1(0x279)]+_0x171b1(0x18c)):logger['debug'](_0xe3e529[_0x171b1(0x1c8)]);const _0x36240a=_0x44e08a['originalTest']||null,_0x4513ef={};_0x4513ef[_0x171b1(0x27c)]=_0x6a2702,_0x4513ef[_0x171b1(0x28c)]=_0x2425db,_0x4513ef[_0x171b1(0x17a)]=_0x456403,_0x4513ef[_0x171b1(0x27d)]=_0x36240a;const _0x218d8d=this[_0x171b1(0x296)](_0x4513ef),_0x38c7d1={};_0x38c7d1[_0x171b1(0x270)]=0x2,_0x38c7d1[_0x171b1(0x170)]=0x3,logger[_0x171b1(0x1d4)](_0x171b1(0x288)+util[_0x171b1(0x148)](_0x218d8d,_0x38c7d1)),_0xf9bece['addMultipleEntries'](_0x218d8d),logger[_0x171b1(0x1d4)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20'+_0x456403),await this['processPendingHooks'](_0xf9bece,_0x456403);}}break;case TestFrameworkState['LOG_REPORT']:if(_0xe3e529[_0x171b1(0x1ce)](_0x51518e,HookState[_0x171b1(0x119)])){const _0x1b1c8d={};_0x1b1c8d[_0x171b1(0x270)]=0x2,logger[_0x171b1(0x1d4)](_0x171b1(0x265)+util['inspect'](_0x44e08a,_0x1b1c8d)),await this[_0x171b1(0x21d)](_0xf9bece,_0x2d1c4d,_0x44e08a);}break;default:if(CLIUtils[_0x171b1(0x19d)](_0x2d1c4d['toString']()['split']('.')[0x1])){const _0x1434dc={};_0x1434dc[_0x171b1(0x270)]=0x2,_0x1434dc['maxArrayLength']=0x3,logger[_0x171b1(0x1d4)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState='+_0x2d1c4d+_0x171b1(0x141)+_0x51518e+',\x20hookData='+util['inspect'](_0x44e08a[_0x171b1(0x1b7)],_0x1434dc));const _0x4338b1=await this['trackHookEvent'](_0xf9bece,_0x2d1c4d,_0x51518e,_0x44e08a),_0x3f9e96={};_0x3f9e96[_0x171b1(0x270)]=0x2,_0x3f9e96[_0x171b1(0x170)]=0x3,logger[_0x171b1(0x1d4)](_0x171b1(0x27f)+util[_0x171b1(0x148)](_0x4338b1,_0x3f9e96)),_0xf9bece[_0x171b1(0x291)](_0x4338b1);}else logger[_0x171b1(0x1d4)]('[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState='+_0x2d1c4d+_0x171b1(0x28a)+_0x51518e);break;}logger[_0x171b1(0x1d4)](_0x171b1(0x14a)+_0x2d1c4d+_0x171b1(0x141)+_0x51518e);}catch(_0x39f461){logger[_0x171b1(0x1a9)]('[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState='+_0x2d1c4d+',\x20hookState='+_0x51518e+_0x171b1(0x243)+util['format'](_0x39f461));}_0x44e08a['instance']=_0xf9bece,await this[_0x171b1(0x135)](_0xf9bece,_0x2d1c4d,_0x51518e,_0x44e08a);}['getJestTestIdentifier'](_0x2841b7){const _0x4f9a29=a79_0x124749,_0x98a073={};_0x98a073['gLMox']='[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback';const _0xad79ee=_0x98a073;if(_0x2841b7&&(_0x2841b7['id']||_0x2841b7['uuid'])){const _0x469c7d=_0x2841b7['id']||_0x2841b7[_0x4f9a29(0x16f)];return logger[_0x4f9a29(0x1d4)](_0x4f9a29(0x22e)+_0x469c7d+_0x4f9a29(0x22f)),_0x469c7d;}return logger[_0x4f9a29(0x1d4)](_0xad79ee['gLMox']),process[_0x4f9a29(0x167)]+':testAnalyticsId';}['resolveInstance'](_0x1083da,_0x104c8d,_0x120f65={}){const _0x10b4dc=a79_0x124749;let _0x3727f8=null;return _0x3727f8=TestFramework['getTrackedInstance'](),!_0x3727f8?(logger[_0x10b4dc(0x1d4)]('[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state='+_0x1083da),this[_0x10b4dc(0x153)](_0x1083da,_0x120f65),_0x3727f8=TestFramework[_0x10b4dc(0x277)](),logger[_0x10b4dc(0x1d4)](_0x10b4dc(0x1fc)+!!_0x3727f8+_0x10b4dc(0x1cd)+_0x3727f8?.[_0x10b4dc(0x182)]()?.[_0x10b4dc(0x1b1)]())):logger[_0x10b4dc(0x1d4)](_0x10b4dc(0x211)+_0x3727f8[_0x10b4dc(0x182)]()?.[_0x10b4dc(0x1b1)]()),_0x3727f8;}[a79_0x124749(0x153)](_0x354938,_0x4c8013){const _0x45b6f5=a79_0x124749,_0x32cc7f={};_0x32cc7f['sAAXT']=_0x45b6f5(0x121);const _0x533ed7=_0x32cc7f;if(TestFramework[_0x45b6f5(0x277)]()){logger[_0x45b6f5(0x1d4)](_0x533ed7[_0x45b6f5(0x239)]);return;}const _0x3d4d0c=CLIUtils[_0x45b6f5(0x28f)](),_0x35ce7f=TrackedInstance[_0x45b6f5(0x26f)](_0x3d4d0c);let _0xe85cd5=null;logger[_0x45b6f5(0x1d4)](_0x45b6f5(0x11b)+_0x3d4d0c+_0x45b6f5(0x198)+_0x354938),_0xe85cd5=new TestFrameworkInstance(_0x35ce7f,this[_0x45b6f5(0x1e9)](),this[_0x45b6f5(0x295)](),_0x354938,HookState[_0x45b6f5(0x20b)]),TestFramework['setTrackedInstance'](_0x35ce7f,_0xe85cd5),logger[_0x45b6f5(0x1d4)]('[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId='+_0x35ce7f[_0x45b6f5(0x1b1)]()+_0x45b6f5(0x267)+_0x3d4d0c+_0x45b6f5(0x15a)+this[_0x45b6f5(0x1e9)]()[0x0]+_0x45b6f5(0x1a4)+this[_0x45b6f5(0x295)]()[this[_0x45b6f5(0x1e9)]()[0x0]]);}['parseJestTest'](_0x497d9e){const _0x2ef602=a79_0x124749,_0x47a5f5={};_0x47a5f5[_0x2ef602(0x1c7)]=function(_0x23d194,_0x33f889){return _0x23d194||_0x33f889;},_0x47a5f5[_0x2ef602(0x168)]=_0x2ef602(0x124);const _0x36e2cc=_0x47a5f5,{testUUID:_0x2395f7,testData:_0x5c2391,testId:_0x75fa0f}=_0x497d9e;if(_0x36e2cc['NIkzi'](!_0x5c2391,!_0x75fa0f))return logger[_0x2ef602(0x1d4)](_0x36e2cc[_0x2ef602(0x168)]),{};const _0x352327=this[_0x2ef602(0x1e9)]()[0x0],_0x383cf9=this[_0x2ef602(0x295)](),_0x391afd={};_0x391afd[_0x2ef602(0x270)]=0x2,_0x391afd[_0x2ef602(0x170)]=0x3,logger[_0x2ef602(0x1d4)](_0x2ef602(0x264)+util[_0x2ef602(0x148)](_0x5c2391,_0x391afd));const _0x1cbe29=_0x5c2391?.[_0x2ef602(0x145)]||[],_0x262730=this[_0x2ef602(0x1c9)](_0x5c2391),_0x69af90=this[_0x2ef602(0x192)](_0x5c2391),_0x2c8894=_0x5c2391['fn']?_0x5c2391['fn'][_0x2ef602(0x18f)]():_0x5c2391?.[_0x2ef602(0x242)]?_0x5c2391[_0x2ef602(0x242)][_0x2ef602(0x238)][_0x2ef602(0x18f)]():null,_0x3f4a8d=this[_0x2ef602(0x28e)](_0x5c2391),_0x17b4e5={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x352327,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x383cf9[_0x352327],[TestFrameworkConstants[_0x2ef602(0x1ee)]]:[],[TestFrameworkConstants[_0x2ef602(0x180)]]:{},[TestFrameworkConstants[_0x2ef602(0x258)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x2ef602(0x11d)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x262730,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x69af90,[TestFrameworkConstants['KEY_TEST_ID']]:_0x75fa0f,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x262730,[TestFrameworkConstants[_0x2ef602(0x299)]]:_0x69af90,[TestFrameworkConstants[_0x2ef602(0x254)]]:_0x2c8894,[TestFrameworkConstants[_0x2ef602(0x1f1)]]:_0x3f4a8d,[TestFrameworkConstants[_0x2ef602(0x1e7)]]:_0x5c2391[_0x2ef602(0x23c)]||new Date()[_0x2ef602(0x1ad)](),[TestFrameworkConstants[_0x2ef602(0x12c)]]:_0x1cbe29[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x1cbe29,[TestFrameworkConstants[_0x2ef602(0x248)]]:_0x262730,[TestFrameworkConstants[_0x2ef602(0x19f)]]:{},[TestFrameworkConstants[_0x2ef602(0x1f2)]]:{}};_0x5c2391['retryOf']&&(_0x17b4e5[TestFrameworkConstants[_0x2ef602(0x1ca)]]=_0x5c2391['retryOf']);logger['debug'](_0x2ef602(0x1b5)+_0x262730+_0x2ef602(0x146)+_0x75fa0f+_0x2ef602(0x1a6)+JSON[_0x2ef602(0x235)](_0x3f4a8d)+_0x2ef602(0x197)+util[_0x2ef602(0x148)](_0x1cbe29)+_0x2ef602(0x1f7)+_0x69af90);const _0x3acc51={};return _0x3acc51[_0x75fa0f]=_0x17b4e5,_0x3acc51;}[a79_0x124749(0x296)](_0x5c84ad){const _0x54cd8c=a79_0x124749,_0x19fa5e={'mxAOA':function(_0x2ee321,_0x128b63){return _0x2ee321===_0x128b63;},'Ukfyh':_0x54cd8c(0x196),'VLhvk':_0x54cd8c(0x285),'npCqJ':_0x54cd8c(0x1e1),'vDmuu':_0x54cd8c(0x217),'WhmDK':function(_0x271961,_0x4d5943){return _0x271961||_0x4d5943;},'yuvNy':'No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','OsXxQ':function(_0x3abeb3,_0x3eb1f0){return _0x3abeb3||_0x3eb1f0;},'qAJVj':_0x54cd8c(0x286),'xAJkT':function(_0x45b541,_0x3f1b41){return _0x45b541>_0x3f1b41;},'TWmkW':_0x54cd8c(0x15e),'tCrcC':_0x54cd8c(0x21c),'oQdat':_0x54cd8c(0x128),'pFMrD':_0x54cd8c(0x123),'ahoTq':function(_0x3db39a,_0x5e87d5){return _0x3db39a===_0x5e87d5;},'gIsor':function(_0xd5a2c2,_0x36d5f6){return _0xd5a2c2!==_0x36d5f6;},'zWwSn':function(_0x3d36c0,_0x1fcd92,_0x26d0cd,_0x57aac1){return _0x3d36c0(_0x1fcd92,_0x26d0cd,_0x57aac1);},'oTFoV':function(_0x155c16,_0x50b610){return _0x155c16>_0x50b610;},'qECBN':function(_0x47ac62,_0x1790ae){return _0x47ac62>_0x1790ae;},'fbAHZ':_0x54cd8c(0x21e),'XOSwP':function(_0x4550b2,_0x26470a){return _0x4550b2>_0x26470a;}},{testUUID:_0x1bd650,testData:_0xe1b6e3,testId:_0x1706c0}=_0x5c84ad;if(_0x19fa5e[_0x54cd8c(0x183)](!_0xe1b6e3,!_0x1706c0))return logger[_0x54cd8c(0x1d4)](_0x19fa5e[_0x54cd8c(0x1cf)]),{};const _0x5c2f99=this[_0x54cd8c(0x28b)](TestFrameworkState[_0x54cd8c(0x207)],HookState['POST']),_0x2c1a6a=_0x5c2f99['getAllData']()[_0x54cd8c(0x1b6)](_0x1706c0),_0x36e834=_0x19fa5e[_0x54cd8c(0x193)](_0x2c1a6a,{}),_0x5293d1=_0x36e834?_0x36e834[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{},_0x30ecef=_0x36e834[TestFrameworkConstants[_0x54cd8c(0x137)]];logger[_0x54cd8c(0x1d4)](_0x54cd8c(0x200)+(_0x30ecef?Object[_0x54cd8c(0x214)](_0x30ecef)[_0x54cd8c(0x279)]:0x0)+_0x54cd8c(0x165));let _0x54d59b=_0x19fa5e[_0x54cd8c(0x17b)];if(_0xe1b6e3['result'])_0x54d59b=_0xe1b6e3['result'];else{if(_0xe1b6e3[_0x54cd8c(0x181)]&&_0x19fa5e[_0x54cd8c(0x1da)](_0xe1b6e3[_0x54cd8c(0x181)][_0x54cd8c(0x279)],0x0))_0x54d59b=_0x19fa5e[_0x54cd8c(0x173)];else _0x19fa5e[_0x54cd8c(0x289)](_0xe1b6e3[_0x54cd8c(0x27e)],_0x19fa5e[_0x54cd8c(0x1eb)])||_0x19fa5e['mxAOA'](_0xe1b6e3['status'],_0x19fa5e[_0x54cd8c(0x16b)])?_0x54d59b=_0x19fa5e[_0x54cd8c(0x16b)]:_0x54d59b=_0x19fa5e[_0x54cd8c(0x26c)];}const _0x35bba5={..._0x36e834,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x54d59b,[TestFrameworkConstants[_0x54cd8c(0x284)]]:_0xe1b6e3['finished_at']||new Date()['toISOString'](),[TestFrameworkConstants[_0x54cd8c(0x189)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x54cd8c(0x19f)]]:_0x5293d1,[TestFrameworkConstants[_0x54cd8c(0x25f)]]:_0x36e834[TestFrameworkConstants[_0x54cd8c(0x25f)]]||[],[TestFrameworkConstants[_0x54cd8c(0x1f2)]]:{}};if(_0x19fa5e[_0x54cd8c(0x228)](_0x54d59b,_0x19fa5e[_0x54cd8c(0x173)])&&_0xe1b6e3[_0x54cd8c(0x181)]){const _0x32ef4c=this[_0x54cd8c(0x1b0)](_0xe1b6e3),_0x1fb25e=this[_0x54cd8c(0x240)](_0xe1b6e3),_0x368c89=this[_0x54cd8c(0x19b)](_0xe1b6e3);_0x35bba5[TestFrameworkConstants[_0x54cd8c(0x292)]]=_0x1fb25e,_0x35bba5[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x32ef4c,_0x35bba5[TestFrameworkConstants[_0x54cd8c(0x172)]]=_0x368c89;}_0x19fa5e[_0x54cd8c(0x23b)](_0xe1b6e3[_0x54cd8c(0x1ef)],undefined)&&(_0x35bba5[TestFrameworkConstants[_0x54cd8c(0x273)]]=_0xe1b6e3[_0x54cd8c(0x1ef)]);_0xe1b6e3[_0x54cd8c(0x20e)]&&(_0x35bba5[TestFrameworkConstants[_0x54cd8c(0x1ca)]]=_0xe1b6e3[_0x54cd8c(0x20e)]);const _0x36eeb5=_0x2c1a6a?_0x2c1a6a[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{}:{},_0x586aca=_0x2c1a6a?_0x2c1a6a[TestFrameworkConstants[_0x54cd8c(0x27b)]]:_0x1bd650,_0x403902=_0x19fa5e[_0x54cd8c(0x194)](getManualUploadLogs,_0x36eeb5,_0x586aca,_0x1706c0);if(_0x19fa5e[_0x54cd8c(0x21b)](_0x403902[_0x54cd8c(0x279)],0x0)){const _0x7255d7=_0x35bba5[TestFrameworkConstants['KEY_LOGS']]||[];_0x35bba5[TestFrameworkConstants[_0x54cd8c(0x25f)]]=[..._0x7255d7,..._0x403902];}const _0xc534d4=_0x36e834[TestFrameworkConstants[_0x54cd8c(0x180)]]||{},_0x5a37da=_0x36e834[TestFrameworkConstants[_0x54cd8c(0x258)]]||{},_0x47787f={..._0xc534d4},_0x1416a1=_0x47787f;Object[_0x54cd8c(0x214)](_0x5a37da)[_0x54cd8c(0x25b)](_0x6a05c9=>{const _0x2489bd=_0x54cd8c;!_0x1416a1[_0x6a05c9]&&(_0x1416a1[_0x6a05c9]=[]);const _0x476dd1=new Set((_0x1416a1[_0x6a05c9]||[])['map'](_0xb3d328=>_0xb3d328[TestFrameworkConstants['KEY_HOOK_ID']]||_0xb3d328[_0x2489bd(0x159)]));(_0x5a37da[_0x6a05c9]||[])[_0x2489bd(0x25b)](_0x5b8c08=>{const _0x339847=_0x2489bd,_0x2c19af=_0x5b8c08[TestFrameworkConstants[_0x339847(0x1d9)]]||_0x5b8c08[_0x339847(0x159)];if(!_0x476dd1[_0x339847(0x1ed)](_0x2c19af)){const _0x4a09a3={..._0x5b8c08},_0x42918f=_0x4a09a3;!_0x42918f[TestFrameworkConstants[_0x339847(0x177)]]&&!_0x42918f[_0x339847(0x11f)]&&(_0x42918f[TestFrameworkConstants[_0x339847(0x177)]]=new Date()[_0x339847(0x1ad)]()),!_0x42918f[TestFrameworkConstants['KEY_HOOK_RESULT']]&&!_0x42918f[_0x339847(0x297)]&&(_0x42918f[TestFrameworkConstants[_0x339847(0x20f)]]=TestFrameworkConstants[_0x339847(0x275)]),_0x1416a1[_0x6a05c9][_0x339847(0x187)](_0x42918f);}});});if(_0x5c84ad[_0x54cd8c(0x27d)]){this['mapTestHooks'](_0x5c84ad[_0x54cd8c(0x27d)]);const _0x267095=this[_0x54cd8c(0x130)](_0x5c84ad[_0x54cd8c(0x27d)]),_0x55f45a=this[_0x54cd8c(0x188)](_0x5c84ad[_0x54cd8c(0x27d)]);_0x55f45a[_0x54cd8c(0x25b)](_0x129b40=>{const _0x3e353c=_0x54cd8c,_0x1b500b=_0x267095[_0x3e353c(0x1b6)](_0x129b40);if(_0x1b500b&&(_0x19fa5e[_0x3e353c(0x289)](_0x1b500b[_0x3e353c(0x1d5)],_0x19fa5e[_0x3e353c(0x25e)])||_0x19fa5e[_0x3e353c(0x289)](_0x1b500b[_0x3e353c(0x1d5)],_0x19fa5e[_0x3e353c(0x147)]))){const _0x3421cc=_0x1b500b[_0x3e353c(0x1d5)][_0x3e353c(0x1bb)]()[_0x3e353c(0x158)](_0x19fa5e[_0x3e353c(0x2a0)],_0x19fa5e['vDmuu']),_0x34ea9f=_0x3421cc;!_0x1416a1[_0x34ea9f]&&(_0x1416a1[_0x34ea9f]=[]);const _0x3377ec=_0x1416a1[_0x34ea9f][_0x3e353c(0x142)](_0x401d45=>(_0x401d45[TestFrameworkConstants[_0x3e353c(0x1d9)]]||_0x401d45['hook_id'])===_0x129b40);!_0x3377ec&&_0x1416a1[_0x34ea9f][_0x3e353c(0x187)]({'key':_0x34ea9f,[TestFrameworkConstants[_0x3e353c(0x1d9)]]:_0x129b40,[TestFrameworkConstants[_0x3e353c(0x20f)]]:TestFrameworkConstants[_0x3e353c(0x275)],[TestFrameworkConstants[_0x3e353c(0x26a)]]:new Date()[_0x3e353c(0x1ad)](),[TestFrameworkConstants[_0x3e353c(0x177)]]:new Date()[_0x3e353c(0x1ad)](),[TestFrameworkConstants[_0x3e353c(0x1bd)]]:[],[TestFrameworkConstants[_0x3e353c(0x1a5)]]:_0x1b500b['name']||_0x1b500b[_0x3e353c(0x1d5)]+'\x20hook',[TestFrameworkConstants[_0x3e353c(0x19f)]]:_0x5293d1});}});}if(_0xe1b6e3[_0x54cd8c(0x210)]&&_0x19fa5e[_0x54cd8c(0x278)](_0xe1b6e3['hooks']['length'],0x0))_0x35bba5[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0xe1b6e3['hooks'],logger[_0x54cd8c(0x1d4)](_0x19fa5e[_0x54cd8c(0x268)]);else _0x19fa5e[_0x54cd8c(0x1fe)](Object[_0x54cd8c(0x214)](_0x1416a1)[_0x54cd8c(0x279)],0x0)&&(_0x35bba5[TestFrameworkConstants[_0x54cd8c(0x180)]]=_0x1416a1,logger[_0x54cd8c(0x1d4)](_0x54cd8c(0x1e3)+Object[_0x54cd8c(0x214)](_0x1416a1)[_0x54cd8c(0x13f)](',')));const _0xf521ce=this[_0x54cd8c(0x1c9)](_0xe1b6e3);logger['debug'](_0x54cd8c(0x24b)+_0xf521ce+_0x54cd8c(0x146)+_0x1706c0+_0x54cd8c(0x1dd)+_0x54d59b+',\x20duration='+_0xe1b6e3[_0x54cd8c(0x1ef)]);_0x19fa5e[_0x54cd8c(0x289)](_0x54d59b,_0x19fa5e[_0x54cd8c(0x173)])&&logger[_0x54cd8c(0x1d4)]('[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId='+_0x1706c0+_0x54cd8c(0x1c0)+_0x35bba5[TestFrameworkConstants[_0x54cd8c(0x292)]]+',\x20failureReason='+_0x35bba5[TestFrameworkConstants[_0x54cd8c(0x16e)]]?.['substring'](0x0,0xc8));const _0x14248c={};return _0x14248c[_0x1706c0]=_0x35bba5,_0x14248c;}[a79_0x124749(0x294)](_0x3783f4){const _0x3b78fc=a79_0x124749,_0x311ae8={};_0x311ae8[_0x3b78fc(0x175)]=function(_0x17946e,_0x511b15){return _0x17946e!==_0x511b15;},_0x311ae8[_0x3b78fc(0x1ea)]=function(_0x3fba60,_0x411f11){return _0x3fba60!==_0x411f11;},_0x311ae8[_0x3b78fc(0x11e)]=_0x3b78fc(0x1be);const _0x5c5e73=_0x311ae8,_0x5436e2={};_0x5436e2[_0x3b78fc(0x270)]=0x2,_0x5436e2[_0x3b78fc(0x170)]=0x3,logger[_0x3b78fc(0x1d4)]('[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20'+util['inspect'](_0x3783f4,_0x5436e2));const _0x358e9e=[];if(_0x3783f4&&_0x3783f4[_0x3b78fc(0x13a)]){let _0x1ce9a5=_0x3783f4['parent'];while(_0x1ce9a5&&_0x1ce9a5['name']&&_0x5c5e73[_0x3b78fc(0x175)](_0x1ce9a5[_0x3b78fc(0x1f6)],'')&&_0x5c5e73['IVwXl'](_0x1ce9a5['name'],_0x5c5e73[_0x3b78fc(0x11e)])){_0x358e9e[_0x3b78fc(0x187)](_0x1ce9a5['name']),_0x1ce9a5=_0x1ce9a5[_0x3b78fc(0x13a)];}}return _0x358e9e[_0x3b78fc(0x1e5)]();}[a79_0x124749(0x1c9)](_0x16fed3){const _0x2de3fb=a79_0x124749,_0x25420e={};_0x25420e[_0x2de3fb(0x290)]=_0x2de3fb(0x1c4);const _0x12bbc0=_0x25420e;if(_0x16fed3['name'])return _0x16fed3[_0x2de3fb(0x1f6)];if(_0x16fed3[_0x2de3fb(0x2a1)])return _0x16fed3['title'];return _0x12bbc0[_0x2de3fb(0x290)];}[a79_0x124749(0x28e)](_0x2a968c){const _0x26ee4d=a79_0x124749,_0xf3d1c=[];if(_0x2a968c[_0x26ee4d(0x13b)]&&Array[_0x26ee4d(0x230)](_0x2a968c[_0x26ee4d(0x13b)]))return _0x2a968c['tags'][_0x26ee4d(0x24e)](_0x17eaa9=>_0x17eaa9['startsWith']('@')?_0x17eaa9['substr'](0x1):_0x17eaa9);const _0x1061b4=this[_0x26ee4d(0x1c9)](_0x2a968c),_0x17a71b=_0x1061b4['match'](/@(\w+)/g);if(_0x17a71b)return _0x17a71b[_0x26ee4d(0x24e)](_0x4a8d4c=>_0x4a8d4c[_0x26ee4d(0x1a1)](0x1));return _0x2a968c['scopes']&&Array[_0x26ee4d(0x230)](_0x2a968c[_0x26ee4d(0x145)])&&_0x2a968c[_0x26ee4d(0x145)][_0x26ee4d(0x25b)](_0x5f1350=>{const _0xeed1dd=_0x26ee4d,_0x107bde=_0x5f1350['match'](/@(\w+)/g);_0x107bde&&_0x107bde[_0xeed1dd(0x25b)](_0x2f8371=>{const _0x135e0c=_0xeed1dd,_0x26c6ca=_0x2f8371[_0x135e0c(0x1a1)](0x1);!_0xf3d1c[_0x135e0c(0x281)](_0x26c6ca)&&_0xf3d1c[_0x135e0c(0x187)](_0x26c6ca);});}),_0xf3d1c;}[a79_0x124749(0x192)](_0x5ed9f1){const _0xe07f76=a79_0x124749,_0x22e165={'oRlur':function(_0x17ed1f,_0x824ea6){return _0x17ed1f(_0x824ea6);}};if(_0x5ed9f1[_0xe07f76(0x29e)])return _0x5ed9f1[_0xe07f76(0x29e)];if(_0x5ed9f1[_0xe07f76(0x1c2)])try{const _0x8a0431=stackTrace[_0xe07f76(0x261)](_0x5ed9f1['asyncError']),_0x582131=_0x22e165[_0xe07f76(0x245)](pickUserFrameFile,_0x8a0431);if(_0x582131)return _0x582131;logger[_0xe07f76(0x1d4)](_0xe07f76(0x190)+_0x8a0431[_0xe07f76(0x279)]+')');}catch(_0x34e0e4){logger[_0xe07f76(0x1d4)]('Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20'+util['format'](_0x34e0e4));}return null;}[a79_0x124749(0x1b0)](_0x56d2bd){const _0x2d3bf5=a79_0x124749,_0x39d70e={};_0x39d70e[_0x2d3bf5(0x15b)]=function(_0x42bbbc,_0x54f83e){return _0x42bbbc>_0x54f83e;},_0x39d70e[_0x2d3bf5(0x143)]=_0x2d3bf5(0x12a);const _0x5805d1=_0x39d70e;if(_0x56d2bd['errorsDetailed']&&_0x5805d1['QyfeH'](_0x56d2bd[_0x2d3bf5(0x181)][_0x2d3bf5(0x279)],0x0))return util[_0x2d3bf5(0x148)](_0x56d2bd[_0x2d3bf5(0x181)][0x0]);if(_0x56d2bd[_0x2d3bf5(0x16d)])return _0x56d2bd[_0x2d3bf5(0x16d)];return _0x5805d1['pjExn'];}['getJestFailureType'](_0x3e9c44){const _0x4e59fc=a79_0x124749,_0x544eeb={};_0x544eeb[_0x4e59fc(0x1a2)]='Assert',_0x544eeb[_0x4e59fc(0x29b)]=_0x4e59fc(0x231),_0x544eeb[_0x4e59fc(0x1f3)]='UnhandledError';const _0x323da3=_0x544eeb,_0x348ba6=this[_0x4e59fc(0x1b0)](_0x3e9c44);if(_0x348ba6&&_0x348ba6[_0x4e59fc(0x281)](_0x323da3[_0x4e59fc(0x1a2)]))return _0x323da3['AInGp'];return _0x323da3[_0x4e59fc(0x1f3)];}[a79_0x124749(0x19b)](_0x1cee94){const _0x1308f1=a79_0x124749,_0x4c4deb={'gqDRY':function(_0x11c63c,_0x5abe20){return _0x11c63c(_0x5abe20);},'FvwqB':_0x1308f1(0x1a8),'NouNM':function(_0x1247a9,_0x1c29e5){return _0x1247a9!==_0x1c29e5;},'QoiKS':_0x1308f1(0x218)},{failureData:_0x21e6c3}=_0x4c4deb[_0x1308f1(0x21f)](require,_0x4c4deb[_0x1308f1(0x234)]),_0x11ecaa=[];return _0x4c4deb['NouNM'](_0x1cee94['errorsDetailed'],undefined)&&_0x11ecaa[_0x1308f1(0x187)](_0x1cee94[_0x1308f1(0x181)],_0x4c4deb[_0x1308f1(0x215)]),_0x21e6c3[_0x1308f1(0x223)](null,_0x11ecaa);}async[a79_0x124749(0x169)](_0x546eae,_0x26f512,_0x514413,_0x2346d3){const _0x3d622c=a79_0x124749,_0x209f6e={'zXLYl':_0x3d622c(0x1ac),'DqBLS':function(_0x557c03){return _0x557c03();},'SuoGE':function(_0x523f4b,_0x465f1e){return _0x523f4b in _0x465f1e;},'CNZOI':function(_0x2a62d0,_0x3cff06){return _0x2a62d0 in _0x3cff06;},'jPYzv':function(_0x14116d,_0x3cad64){return _0x14116d===_0x3cad64;},'DHGFR':function(_0x4aaf38,_0x3aa890){return _0x4aaf38>_0x3aa890;},'dsRsX':_0x3d622c(0x15e),'Lcjho':_0x3d622c(0x123),'bTYOI':_0x3d622c(0x226),'NaDLV':function(_0x1b9704,_0x43ebcd){return _0x1b9704>_0x43ebcd;},'qJWSA':function(_0x14c92d,_0x3702ee){return _0x14c92d!==_0x3702ee;}},{hookData:_0x532290}=_0x2346d3,_0x1add55=_0x514413[_0x3d622c(0x18f)](),_0x1de176=_0x26f512['toString'](),_0x2f98f5={};_0x2f98f5[_0x3d622c(0x270)]=0x2,_0x2f98f5[_0x3d622c(0x170)]=0x3,logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState='+_0x1de176+_0x3d622c(0x141)+_0x1add55+',\x20hookData='+util[_0x3d622c(0x148)](_0x532290,_0x2f98f5));if(!_0x532290)return logger[_0x3d622c(0x1d4)](_0x209f6e[_0x3d622c(0x262)]),{};const _0x4df279=_0x532290[_0x3d622c(0x16f)]||_0x532290[_0x3d622c(0x1db)]||_0x209f6e[_0x3d622c(0x17e)](uuidv4),_0x23a6e7=_0x532290['test_run_id']||this[_0x3d622c(0x1a3)](_0x532290),_0x5cf9ee=_0x26f512[_0x3d622c(0x18f)]()[_0x3d622c(0x20d)]('.')[0x1],_0x1a7332=_0x546eae[_0x3d622c(0x220)]()['get'](_0x23a6e7),_0x1db56f=_0x1a7332?_0x1a7332[TestFrameworkConstants[_0x3d622c(0x19f)]]||{}:{};logger[_0x3d622c(0x1d4)](_0x3d622c(0x219)+_0x4df279+_0x3d622c(0x146)+_0x23a6e7+'\x20(testIdentifier),\x20hookType='+_0x5cf9ee+_0x3d622c(0x141)+_0x1add55);if(!_0x1a7332)return logger['debug'](_0x3d622c(0x125)+_0x23a6e7+_0x3d622c(0x18d)),this[_0x3d622c(0x1ab)](_0x546eae,_0x23a6e7,_0x26f512,_0x514413,_0x2346d3),{};let _0x5b161c=_0x1a7332[TestFrameworkConstants[_0x3d622c(0x258)]];!_0x5b161c&&(_0x5b161c={});!_0x209f6e[_0x3d622c(0x1e2)](_0x5cf9ee,_0x5b161c)&&(_0x5b161c[_0x5cf9ee]=[]);let _0x565ef8=_0x1a7332[TestFrameworkConstants[_0x3d622c(0x180)]];!_0x565ef8&&(_0x565ef8={});!_0x209f6e[_0x3d622c(0x1a0)](_0x5cf9ee,_0x565ef8)&&(_0x565ef8[_0x5cf9ee]=[]);const _0x298d22={[_0x23a6e7]:{[TestFrameworkConstants[_0x3d622c(0x258)]]:_0x5b161c,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x565ef8,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x3d622c(0x295)]()[this[_0x3d622c(0x1e9)]()[0x0]]||''}};if(_0x209f6e[_0x3d622c(0x221)](_0x514413,HookState[_0x3d622c(0x253)])){const _0x482f36={'key':_0x5cf9ee,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x4df279,[TestFrameworkConstants[_0x3d622c(0x20f)]]:TestFrameworkConstants[_0x3d622c(0x275)],[TestFrameworkConstants[_0x3d622c(0x26a)]]:_0x532290[_0x3d622c(0x23c)]||new Date()[_0x3d622c(0x1ad)](),[TestFrameworkConstants[_0x3d622c(0x1bd)]]:[],[TestFrameworkConstants[_0x3d622c(0x1a5)]]:_0x532290['name']||_0x532290['hook_type']||_0x5cf9ee,[TestFrameworkConstants[_0x3d622c(0x19f)]]:_0x1db56f};_0x5b161c[_0x5cf9ee][_0x3d622c(0x187)](_0x482f36),_0x298d22[_0x23a6e7][TestFrameworkConstants[_0x3d622c(0x185)]]=_0x5cf9ee;const _0x27343d={};_0x27343d[_0x3d622c(0x270)]=0x2,logger[_0x3d622c(0x1d4)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x5cf9ee+_0x3d622c(0x20a)+_0x4df279+_0x3d622c(0x146)+_0x23a6e7+_0x3d622c(0x26d)+util[_0x3d622c(0x148)](_0x482f36,_0x27343d));}else{if(_0x209f6e['jPYzv'](_0x514413,HookState[_0x3d622c(0x119)])){const _0x5871cb=_0x532290['result']||(_0x532290['errorsDetailed']&&_0x209f6e[_0x3d622c(0x1f8)](_0x532290[_0x3d622c(0x181)]['length'],0x0)?_0x209f6e['dsRsX']:_0x209f6e[_0x3d622c(0x1c3)]),_0x411430=_0x5b161c[_0x5cf9ee]||[];logger[_0x3d622c(0x1d4)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType='+_0x5cf9ee+_0x3d622c(0x146)+_0x23a6e7+_0x3d622c(0x199)+_0x5871cb+_0x3d622c(0x163)+_0x411430[_0x3d622c(0x279)]);if(_0x209f6e['jPYzv'](_0x411430[_0x3d622c(0x279)],0x0)&&_0x209f6e['jPYzv'](_0x26f512,TestFrameworkState['BEFORE_ALL']))return logger[_0x3d622c(0x1d4)](_0x209f6e[_0x3d622c(0x246)]),this[_0x3d622c(0x1ab)](_0x546eae,_0x23a6e7,_0x26f512,_0x514413,_0x2346d3),{};if(_0x209f6e['NaDLV'](_0x411430[_0x3d622c(0x279)],0x0)){const _0x4e774b=_0x411430[_0x3d622c(0x164)]();_0x209f6e[_0x3d622c(0x221)](_0x5871cb,_0x209f6e[_0x3d622c(0x255)])&&_0x532290['errorsDetailed']?(_0x4e774b[TestFrameworkConstants[_0x3d622c(0x247)]]=this['getJestFailureType'](_0x532290),_0x4e774b[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]=this[_0x3d622c(0x1b0)](_0x532290),_0x4e774b[TestFrameworkConstants[_0x3d622c(0x129)]]=this[_0x3d622c(0x19b)](_0x532290),logger['debug'](_0x3d622c(0x160)+_0x5cf9ee+_0x3d622c(0x1c0)+_0x4e774b[TestFrameworkConstants[_0x3d622c(0x247)]]+',\x20failureReason='+_0x4e774b[TestFrameworkConstants[_0x3d622c(0x1f4)]]?.['substring'](0x0,0xc8))):_0x4e774b[TestFrameworkConstants[_0x3d622c(0x20f)]]=_0x209f6e[_0x3d622c(0x1c3)];_0x209f6e[_0x3d622c(0x154)](_0x5871cb,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x4e774b[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x5871cb);_0x4e774b[TestFrameworkConstants[_0x3d622c(0x177)]]=_0x532290[_0x3d622c(0x166)]||new Date()[_0x3d622c(0x1ad)](),_0x4e774b[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x1db56f;const _0x111733=_0x4e774b[TestFrameworkConstants[_0x3d622c(0x1d9)]];!_0x565ef8[_0x5cf9ee]&&(_0x565ef8[_0x5cf9ee]=[]);_0x565ef8[_0x5cf9ee]['push'](_0x4e774b),_0x298d22[_0x23a6e7][TestFrameworkConstants[_0x3d622c(0x1d7)]]=_0x5cf9ee;const _0x4a2cae={};_0x4a2cae['depth']=0x2,logger[_0x3d622c(0x1d4)](_0x3d622c(0x195)+_0x5cf9ee+_0x3d622c(0x20a)+_0x111733+_0x3d622c(0x199)+_0x5871cb+_0x3d622c(0x26d)+util['inspect'](_0x4e774b,_0x4a2cae));}}}return _0x298d22;}['createTestFrameworkEventPayload'](_0x5ca82a){const _0x5c28f9=a79_0x124749,_0x677c7d={};_0x677c7d[_0x5c28f9(0x25c)]='base64';const _0x1eab60=_0x677c7d;try{const _0xa8e5ed=_0x5ca82a[_0x5c28f9(0x218)]?this['getJestTestIdentifier'](_0x5ca82a['test']):_0x5ca82a[_0x5c28f9(0x1b7)]['test_run_id'],_0x59f49b=_0x5ca82a[_0x5c28f9(0x23f)],_0x555843=_0x59f49b[_0x5c28f9(0x182)](),_0x1a5796=_0x59f49b[_0x5c28f9(0x220)]()[_0x5c28f9(0x1b6)](_0xa8e5ed);if(!_0x1a5796)return logger[_0x5c28f9(0x1d4)](_0x5c28f9(0x162)+_0xa8e5ed),{};const {[TestFrameworkConstants[_0x5c28f9(0x259)]]:_0x3da62f=this[_0x5c28f9(0x1e9)]()[0x0]||'',[TestFrameworkConstants[_0x5c28f9(0x232)]]:_0x20e12b=this[_0x5c28f9(0x295)]()[this[_0x5c28f9(0x1e9)]()[0x0]]||'',[TestFrameworkConstants[_0x5c28f9(0x1e7)]]:_0x199f7e='',[TestFrameworkConstants[_0x5c28f9(0x284)]]:_0x38d1e5=''}=_0x1a5796,_0x11ceb2=_0x59f49b[_0x5c28f9(0x1d1)]()[_0x5c28f9(0x18f)]()[_0x5c28f9(0x20d)]('.')[0x1],_0xca4181=_0x59f49b[_0x5c28f9(0x25a)]()[_0x5c28f9(0x18f)]()['split']('.')[0x1],_0x36a54b=global?.['__workerDetails']?.[_0x5c28f9(0x17c)]?.[_0x5c28f9(0x1e4)]||global['__bstackPlatformIndex']||0x0,_0x35a93d=_0x59f49b[_0x5c28f9(0x171)](),_0x22939f=Buffer['from'](JSON['stringify'](_0x1a5796))['toString'](_0x1eab60[_0x5c28f9(0x25c)]),_0x3d3160={'hash':_0x555843['getId'](),'threadId':_0x555843[_0x5c28f9(0x29d)]()[_0x5c28f9(0x18f)](),'processId':_0x555843[_0x5c28f9(0x16a)]()['toString']()},_0x43627e={};_0x43627e[_0x5c28f9(0x233)]=_0x36a54b,_0x43627e[_0x5c28f9(0x179)]=_0x3da62f,_0x43627e[_0x5c28f9(0x1b3)]=_0x20e12b,_0x43627e[_0x5c28f9(0x1ae)]=_0x11ceb2,_0x43627e['hookState']=_0xca4181,_0x43627e['startedAt']=_0x199f7e,_0x43627e['endedAt']=_0x38d1e5,_0x43627e[_0x5c28f9(0x16f)]=_0x35a93d,_0x43627e[_0x5c28f9(0x25d)]=_0x22939f,_0x43627e[_0x5c28f9(0x225)]=_0x3d3160,_0x43627e[_0x5c28f9(0x283)]=_0xa8e5ed;const _0x444100=_0x43627e;return _0x444100;}catch(_0x1c0975){return logger[_0x5c28f9(0x1a9)](_0x5c28f9(0x24c)+util['format'](_0x1c0975)),{};}}async[a79_0x124749(0x21d)](_0x5492e8,_0x154044,_0x3dac61){const _0x31bbf7=a79_0x124749,_0x12983c={'DPJKK':function(_0xe6aad3,_0x2c0dcf){return _0xe6aad3+_0x2c0dcf;},'luotJ':_0x31bbf7(0x178),'BnjbD':_0x31bbf7(0x269),'BXvIo':function(_0x589472,_0x5eb1eb){return _0x589472>_0x5eb1eb;},'SWAja':function(_0x1d12fe,_0x470ceb,_0x5b641d,_0x11e2d5){return _0x1d12fe(_0x470ceb,_0x5b641d,_0x11e2d5);},'JrMZz':function(_0x3a0dc0,_0x16a331){return _0x3a0dc0-_0x16a331;},'FqZBR':function(_0x142272,_0x85a93d){return _0x142272===_0x85a93d;},'EvwsX':function(_0x978d4c,_0x4f7999){return _0x978d4c/_0x4f7999;},'bBIhT':function(_0x58cf7a,_0x553e1e){return _0x58cf7a<_0x553e1e;},'dInqN':function(_0x3879ab,_0x4ecf52){return _0x3879ab*_0x4ecf52;},'WbHCx':function(_0x48a0e1,_0x490c6a){return _0x48a0e1+_0x490c6a;},'rRzck':function(_0x1982aa,_0x39e8f6){return _0x1982aa+_0x39e8f6;}};try{const _0x35b03a=_0x3dac61[_0x31bbf7(0x27c)]||_0x3dac61['testId'],_0x1f85f1=Array[_0x31bbf7(0x201)](_0x5492e8[_0x31bbf7(0x220)]()['keys']()),_0x2637ee=_0x5492e8[_0x31bbf7(0x220)]()[_0x31bbf7(0x1b6)](_0x35b03a);if(!_0x2637ee){logger[_0x31bbf7(0x1d4)](_0x31bbf7(0x274)+_0x35b03a);return;}const {[TestFrameworkConstants[_0x31bbf7(0x259)]]:_0x50352d='',[TestFrameworkConstants[_0x31bbf7(0x232)]]:_0x2bc7f8=''}=_0x2637ee;let _0x104668=[];_0x2637ee&&_0x2637ee[TestFrameworkConstants['KEY_LOGS']]&&Array['isArray'](_0x2637ee[TestFrameworkConstants[_0x31bbf7(0x25f)]])?(_0x104668=_0x2637ee[TestFrameworkConstants['KEY_LOGS']]||[],logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20'+_0x104668[_0x31bbf7(0x279)]+'\x20logs\x20for\x20testId:\x20'+_0x35b03a),_0x5492e8['addMultipleEntries']({[_0x35b03a]:{[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x31bbf7(0x232)]]:this[_0x31bbf7(0x295)]()[this['getTestFrameworks']()[0x0]]||''}}),logger[_0x31bbf7(0x1d4)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x35b03a)):logger[_0x31bbf7(0x1d4)](_0x31bbf7(0x202)+_0x35b03a);logger[_0x31bbf7(0x1d4)](_0x31bbf7(0x14e)+_0x104668['length']+_0x31bbf7(0x12f)+_0x35b03a);const _0x32fe5f=_0x104668[_0x31bbf7(0x1e6)](_0x56f106=>_0x56f106['kind']===_0x31bbf7(0x12e));_0x12983c[_0x31bbf7(0x144)](_0x32fe5f[_0x31bbf7(0x279)],0x0)&&(logger[_0x31bbf7(0x1d4)](_0x31bbf7(0x213)+_0x32fe5f[_0x31bbf7(0x279)]+'\x20screenshot\x20logs\x20for\x20testId:\x20'+_0x35b03a),_0x32fe5f[_0x31bbf7(0x25b)]((_0x1f858e,_0x1d3acc)=>{const _0x535f27=_0x31bbf7;logger[_0x535f27(0x1d4)](_0x535f27(0x134)+_0x12983c['DPJKK'](_0x1d3acc,0x1)+'/'+_0x32fe5f[_0x535f27(0x279)]+'\x20-\x20test_identifier='+(_0x1f858e['test_identifier']||_0x12983c['luotJ'])+',\x20test_run_uuid='+(_0x1f858e['test_run_uuid']||_0x12983c[_0x535f27(0x122)])+',\x20hook_run_uuid='+(_0x1f858e['hook_run_uuid']||_0x12983c['BnjbD'])+',\x20messageLength='+(_0x1f858e['message']?.['length']||0x0));}));const _0x4240fe=_0x2637ee[TestFrameworkConstants[_0x31bbf7(0x137)]]||{},_0x4839e3=_0x12983c[_0x31bbf7(0x249)](getMediaArtifactsLogs,_0x4240fe,null,_0x35b03a),_0x302a8f=(_0x104668||[])[_0x31bbf7(0x126)](_0x4839e3||[]),_0x49c79c=_0x32fe5f?.[_0x31bbf7(0x279)]||0x0,_0x3dfaa4=_0x12983c[_0x31bbf7(0x15d)](_0x104668?.[_0x31bbf7(0x279)]||0x0,_0x49c79c);logger[_0x31bbf7(0x1d4)](_0x31bbf7(0x1c6)+_0x35b03a+_0x31bbf7(0x22a)+_0x3dfaa4+_0x31bbf7(0x14f)+_0x49c79c+',\x20attachmentLogs:\x20'+(_0x4839e3?.[_0x31bbf7(0x279)]||0x0)+_0x31bbf7(0x133)+_0x302a8f[_0x31bbf7(0x279)]);if(!_0x302a8f||_0x12983c[_0x31bbf7(0x216)](_0x302a8f[_0x31bbf7(0x279)],0x0)){logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0x35b03a);return;}const _0x393941=0x28,_0x346391=Math['ceil'](_0x12983c[_0x31bbf7(0x11c)](_0x302a8f[_0x31bbf7(0x279)],_0x393941));for(let _0x32f0c3=0x0;_0x12983c[_0x31bbf7(0x293)](_0x32f0c3,_0x346391);_0x32f0c3++){const _0x19b3b9=_0x12983c[_0x31bbf7(0x19c)](_0x32f0c3,_0x393941),_0x2d4082=_0x12983c[_0x31bbf7(0x244)](_0x19b3b9,_0x393941),_0x3dd7e1=_0x302a8f[_0x31bbf7(0x1a1)](_0x19b3b9,_0x2d4082),_0x15135c=global?.[_0x31bbf7(0x236)]??0x0,_0x478525={'platformIndex':_0x15135c,'logs':_0x3dd7e1,'testFrameworkName':_0x50352d,'testFrameworkVersion':_0x2bc7f8,'testFrameworkState':_0x154044[_0x31bbf7(0x18f)]()['split']('.')[0x1]},_0x368a4a={};_0x368a4a['depth']=0x3,_0x368a4a['maxArrayLength']=0x5,logger[_0x31bbf7(0x1d4)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x12983c['DPJKK'](_0x32f0c3,0x1)+'/'+_0x346391+_0x31bbf7(0x20c)+_0x35b03a+',\x20logsInBatch:\x20'+_0x3dd7e1[_0x31bbf7(0x279)]+',\x20platformIndex:\x20'+_0x15135c+_0x31bbf7(0x222)+util['inspect'](_0x478525,_0x368a4a));const _0x92749e=await GrpcClient[_0x31bbf7(0x24f)]()[_0x31bbf7(0x127)](_0x478525);logger[_0x31bbf7(0x1d4)](_0x31bbf7(0x14c)+_0x12983c[_0x31bbf7(0x24a)](_0x32f0c3,0x1)+'/'+_0x346391+_0x31bbf7(0x20c)+_0x35b03a+_0x31bbf7(0x1f0)+util[_0x31bbf7(0x148)](_0x92749e));}_0x4839e3&&_0x12983c['BXvIo'](_0x4839e3[_0x31bbf7(0x279)],0x0)&&_0x2637ee[TestFrameworkConstants[_0x31bbf7(0x137)]]&&_0x5492e8['addMultipleEntries']({[_0x35b03a]:{[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{},[TestFrameworkConstants[_0x31bbf7(0x259)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x31bbf7(0x232)]]:this[_0x31bbf7(0x295)]()[this[_0x31bbf7(0x1e9)]()[0x0]]||''}}),logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20'+_0x35b03a+_0x31bbf7(0x161)+_0x346391);}catch(_0x2289f2){logger[_0x31bbf7(0x1a9)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20'+(_0x3dac61[_0x31bbf7(0x27c)]||_0x3dac61['testId'])+',\x20error:\x20'+util['format'](_0x2289f2));}}[a79_0x124749(0x1ab)](_0x1c2846,_0x2ea3d1,_0x531742,_0x3b6f1f,_0x1c1da5){const _0x463982=a79_0x124749,_0x3852fa={};_0x3852fa[_0x463982(0x18b)]=function(_0x530320,_0x2d4ea8){return _0x530320===_0x2d4ea8;},_0x3852fa[_0x463982(0x23e)]=_0x463982(0x285);const _0x174524=_0x3852fa,{hookData:_0x2e5999}=_0x1c1da5,_0x36aa90={'testId':_0x2ea3d1,'testFrameworkState':_0x531742,'hookState':_0x3b6f1f,'args':_0x1c1da5,'timestamp':new Date()[_0x463982(0x1ad)]()};if(_0x174524['rrWzW'](_0x531742,TestFrameworkState[_0x463982(0x209)])&&_0x2e5999){const _0x2250e6={};_0x2250e6['filePath']=_0x2e5999['file_name']||_0x2e5999['location'],_0x2250e6[_0x463982(0x186)]=_0x2e5999['scope']||_0x2e5999['scopes']&&_0x2e5999[_0x463982(0x145)][0x0]||'',_0x2250e6[_0x463982(0x23d)]=_0x174524[_0x463982(0x23e)],_0x36aa90[_0x463982(0x191)]=_0x2250e6,logger[_0x463982(0x1d4)](_0x463982(0x132)+_0x2ea3d1+',\x20filePath:\x20'+_0x36aa90['hookMetadata'][_0x463982(0x276)]+_0x463982(0x18a)+_0x36aa90[_0x463982(0x191)]['scope']);}_0x1c2846[_0x463982(0x257)](_0x2ea3d1,_0x36aa90),logger[_0x463982(0x1d4)]('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x2ea3d1+',\x20state:\x20'+_0x531742+_0x463982(0x29f)+_0x3b6f1f);}async[a79_0x124749(0x28d)](_0x4049dc,_0xcdf56f){const _0x1f01ef=a79_0x124749,_0x31c90e={};_0x31c90e[_0x1f01ef(0x157)]=function(_0x425bd6,_0x2e0eb5){return _0x425bd6>_0x2e0eb5;},_0x31c90e[_0x1f01ef(0x152)]=function(_0x57cacb,_0x5e67e7){return _0x57cacb===_0x5e67e7;},_0x31c90e[_0x1f01ef(0x1ec)]=function(_0x11511a,_0x42ac94){return _0x11511a===_0x42ac94;},_0x31c90e[_0x1f01ef(0x155)]=_0x1f01ef(0x139);const _0x2dadf0=_0x31c90e;if(_0x4049dc[_0x1f01ef(0x1f9)](_0xcdf56f)){const _0x384a46=_0x4049dc['getPendingHooks'](_0xcdf56f);logger[_0x1f01ef(0x1d4)](_0x1f01ef(0x1ba)+_0x384a46[_0x1f01ef(0x279)]+_0x1f01ef(0x212)+_0xcdf56f);for(const _0x596541 of _0x384a46){try{const _0x454e98=await this[_0x1f01ef(0x169)](_0x4049dc,_0x596541[_0x1f01ef(0x1ae)],_0x596541['hookState'],_0x596541[_0x1f01ef(0x1e0)]);_0x454e98&&_0x2dadf0['uoznr'](Object['keys'](_0x454e98)['length'],0x0)&&_0x4049dc[_0x1f01ef(0x291)](_0x454e98),await this[_0x1f01ef(0x135)](_0x4049dc,_0x596541[_0x1f01ef(0x1ae)],_0x596541[_0x1f01ef(0x26b)],_0x596541[_0x1f01ef(0x1e0)]);}catch(_0x525a00){logger[_0x1f01ef(0x1a9)](_0x1f01ef(0x272)+_0xcdf56f+',\x20error:\x20'+_0x525a00);}}_0x4049dc[_0x1f01ef(0x224)](_0xcdf56f),logger[_0x1f01ef(0x1d4)](_0x1f01ef(0x1e8)+_0xcdf56f);}const _0x8e6c86=_0x4049dc[_0x1f01ef(0x220)]()[_0x1f01ef(0x1b6)](_0xcdf56f);if(_0x8e6c86){const _0x461221=_0x8e6c86[TestFrameworkConstants[_0x1f01ef(0x14d)]]||_0x8e6c86[TestFrameworkConstants[_0x1f01ef(0x299)]],_0x3128f6=_0x8e6c86[TestFrameworkConstants[_0x1f01ef(0x12c)]]||_0x8e6c86[TestFrameworkConstants[_0x1f01ef(0x149)]]&&_0x8e6c86[TestFrameworkConstants[_0x1f01ef(0x149)]][0x0]||'';logger[_0x1f01ef(0x1d4)](_0x1f01ef(0x252)+_0x461221+_0x1f01ef(0x18a)+_0x3128f6);const _0x468ec0=_0x4049dc[_0x1f01ef(0x16c)]();for(const _0x1530ce of _0x468ec0){if(_0x2dadf0[_0x1f01ef(0x152)](_0x1530ce,_0xcdf56f))continue;if(_0x4049dc['hasPendingHooks'](_0x1530ce)){const _0xcf10da=_0x4049dc[_0x1f01ef(0x250)](_0x1530ce);for(const _0x2a8dc5 of _0xcf10da){if(_0x2dadf0['uqNbt'](_0x2a8dc5[_0x1f01ef(0x1ae)],TestFrameworkState['BEFORE_ALL'])&&_0x2a8dc5['hookMetadata']){const _0xd6b12b=_0x2a8dc5['hookMetadata'][_0x1f01ef(0x276)],_0x572181=_0x2a8dc5[_0x1f01ef(0x191)][_0x1f01ef(0x186)];if(_0x2dadf0['BIjof'](_0xd6b12b,_0x461221)&&_0x2dadf0[_0x1f01ef(0x1ec)](_0x572181,_0x3128f6)){logger[_0x1f01ef(0x1d4)]('[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20'+_0x1530ce+_0x1f01ef(0x24d)+_0xcdf56f+_0x1f01ef(0x136)+_0xd6b12b+_0x1f01ef(0x18a)+_0x572181);_0x2a8dc5[_0x1f01ef(0x1e0)]&&_0x2a8dc5[_0x1f01ef(0x1e0)][_0x1f01ef(0x1b7)]&&(_0x2a8dc5[_0x1f01ef(0x1e0)][_0x1f01ef(0x1b7)]['test_run_id']=_0xcdf56f,logger[_0x1f01ef(0x1d4)](_0x1f01ef(0x22b)+_0x1530ce+'\x20to\x20'+_0xcdf56f));try{const _0x5b9091=await this[_0x1f01ef(0x169)](_0x4049dc,_0x2a8dc5['testFrameworkState'],_0x2a8dc5['hookState'],_0x2a8dc5[_0x1f01ef(0x1e0)]);_0x5b9091&&_0x2dadf0[_0x1f01ef(0x157)](Object[_0x1f01ef(0x214)](_0x5b9091)[_0x1f01ef(0x279)],0x0)&&_0x4049dc[_0x1f01ef(0x291)](_0x5b9091);await this[_0x1f01ef(0x135)](_0x4049dc,_0x2a8dc5[_0x1f01ef(0x1ae)],_0x2a8dc5[_0x1f01ef(0x26b)],_0x2a8dc5[_0x1f01ef(0x1e0)]);const _0xd8a213=_0x4049dc[_0x1f01ef(0x250)](_0x1530ce)[_0x1f01ef(0x1e6)](_0xf320b9=>_0xf320b9!==_0x2a8dc5);if(_0x2dadf0[_0x1f01ef(0x1ec)](_0xd8a213[_0x1f01ef(0x279)],0x0))_0x4049dc[_0x1f01ef(0x224)](_0x1530ce);else{_0x4049dc[_0x1f01ef(0x224)](_0x1530ce);for(const _0x3d6eff of _0xd8a213){_0x4049dc[_0x1f01ef(0x257)](_0x1530ce,_0x3d6eff);}}logger[_0x1f01ef(0x1d4)](_0x2dadf0[_0x1f01ef(0x155)]);}catch(_0x3fceb5){logger[_0x1f01ef(0x1a9)](_0x1f01ef(0x138)+_0xcdf56f+',\x20error:\x20'+_0x3fceb5);}}}}}}}}[a79_0x124749(0x1fa)](_0x1ee1a0){const _0x1fe0df=a79_0x124749,_0x82d2d4={'KgBqM':function(_0x5bb5a4){return _0x5bb5a4();}};if(!_0x1ee1a0||!_0x1ee1a0[_0x1fe0df(0x13a)])return;_0x1ee1a0[_0x1fe0df(0x13a)][_0x1fe0df(0x210)]&&Array['isArray'](_0x1ee1a0[_0x1fe0df(0x13a)][_0x1fe0df(0x210)])&&_0x1ee1a0[_0x1fe0df(0x13a)][_0x1fe0df(0x210)][_0x1fe0df(0x25b)](_0x4d5582=>{const _0x466ed3=_0x1fe0df;!_0x4d5582['hookAnalyticsId']&&!_0x4d5582['hookUUID']&&(_0x4d5582[_0x466ed3(0x1db)]=_0x82d2d4['KgBqM'](uuidv4),_0x4d5582['hookUUID']=_0x4d5582[_0x466ed3(0x1db)],logger[_0x466ed3(0x1d4)](_0x466ed3(0x1b8)+_0x4d5582[_0x466ed3(0x1d5)]+_0x466ed3(0x1dc)+_0x4d5582[_0x466ed3(0x1db)]));}),this[_0x1fe0df(0x1fa)](_0x1ee1a0[_0x1fe0df(0x13a)]);}[a79_0x124749(0x188)](_0x4aa227){const _0x1d5644=a79_0x124749,_0x538507={'WojLS':function(_0x190468,_0x5a2625){return _0x190468(_0x5a2625);}};if(!_0x4aa227||!_0x4aa227[_0x1d5644(0x13a)])return[];const _0x4a7b73=[];return _0x4aa227['parent'][_0x1d5644(0x210)]&&Array[_0x1d5644(0x230)](_0x4aa227[_0x1d5644(0x13a)]['hooks'])&&_0x4aa227[_0x1d5644(0x13a)][_0x1d5644(0x210)][_0x1d5644(0x25b)](_0x33d420=>{const _0x5f1845=_0x1d5644,_0x1825d0=_0x33d420['hookAnalyticsId']||_0x33d420[_0x5f1845(0x1aa)];_0x1825d0&&!this[_0x5f1845(0x13c)](_0x33d420)&&!_0x538507[_0x5f1845(0x29c)](isInternalHook,_0x33d420['fn'])&&_0x4a7b73['push'](_0x1825d0);}),[..._0x4a7b73,...this['getHooksForTest'](_0x4aa227[_0x1d5644(0x13a)])];}[a79_0x124749(0x130)](_0x9b1d8c){const _0x5e8b89=a79_0x124749,_0x1ef656={'bOGEv':function(_0x5b5a24,_0x2b5a45){return _0x5b5a24(_0x2b5a45);},'DAHNr':_0x5e8b89(0x286),'imTsO':function(_0x2f6d06,_0xc3b157){return _0x2f6d06(_0xc3b157);}},_0x45feae=new Map(),_0x36fab9=_0x35a738=>{const _0x404e7e=_0x5e8b89,_0x5ee593={'dIThl':function(_0x3b9c18,_0x506030){const _0x7a54f=a79_0x25d6;return _0x1ef656[_0x7a54f(0x260)](_0x3b9c18,_0x506030);},'hCmmo':_0x1ef656[_0x404e7e(0x229)]};if(!_0x35a738||!_0x35a738[_0x404e7e(0x13a)])return;_0x35a738[_0x404e7e(0x13a)]['hooks']&&Array[_0x404e7e(0x230)](_0x35a738[_0x404e7e(0x13a)][_0x404e7e(0x210)])&&_0x35a738['parent'][_0x404e7e(0x210)][_0x404e7e(0x25b)](_0xdec71b=>{const _0x5c2703=_0x404e7e,_0x346065=_0xdec71b[_0x5c2703(0x1db)]||_0xdec71b['hookUUID'];if(_0x346065&&!this[_0x5c2703(0x13c)](_0xdec71b)&&!_0x5ee593[_0x5c2703(0x287)](isInternalHook,_0xdec71b['fn'])){const _0x4e6bfa={};_0x4e6bfa[_0x5c2703(0x1d5)]=_0xdec71b['type']||_0x5ee593['hCmmo'],_0x4e6bfa[_0x5c2703(0x1f6)]=_0xdec71b['name']||'\x22'+_0xdec71b[_0x5c2703(0x1d5)]+_0x5c2703(0x174),_0x45feae['set'](_0x346065,_0x4e6bfa);}}),_0x1ef656['bOGEv'](_0x36fab9,_0x35a738[_0x404e7e(0x13a)]);};return _0x1ef656[_0x5e8b89(0x12d)](_0x36fab9,_0x9b1d8c),_0x45feae;}['isJestInternalHook'](_0x25170e){const _0x47441d=a79_0x124749,_0x35c131={};_0x35c131[_0x47441d(0x1d0)]=_0x47441d(0x23a),_0x35c131[_0x47441d(0x11a)]=_0x47441d(0x1b4);const _0x1ff88f=_0x35c131;try{const _0xecb5c1=this[_0x47441d(0x251)](_0x25170e);if(!_0xecb5c1||_0xecb5c1['includes'](_0x1ff88f[_0x47441d(0x1d0)]))return!![];return![];}catch(_0x592e20){logger['debug'](_0x1ff88f['GqZRr']);}return![];}[a79_0x124749(0x251)](_0x3bf3c4){const _0x359c59=a79_0x124749,_0x47a184={'sHfgo':function(_0x2dba1f,_0x4fb1f2){return _0x2dba1f(_0x4fb1f2);}};if(_0x3bf3c4[_0x359c59(0x14b)])return _0x3bf3c4[_0x359c59(0x14b)];if(_0x3bf3c4[_0x359c59(0x1c2)])try{const _0x25f33f=stackTrace[_0x359c59(0x261)](_0x3bf3c4[_0x359c59(0x1c2)]),_0x7d14ca=_0x47a184['sHfgo'](pickUserFrameFile,_0x25f33f);if(_0x7d14ca)return _0x7d14ca;logger[_0x359c59(0x1d4)](_0x359c59(0x241)+_0x25f33f[_0x359c59(0x279)]+')');}catch(_0x2b0420){logger['debug'](_0x359c59(0x1fb)+util[_0x359c59(0x204)](_0x2b0420));}return null;}}module[a79_0x124749(0x1cb)]=JestTestFramework;
1
+ const a79_0x2bb87a=a79_0x4e25;function a79_0x1cb4(){const _0x5b72a1=['getRef','oTMNf','logCreatedEvent','isJestInternalHook','../grpcClient','../cliUtils.js','TPVzR','getHooksForTest','util','getContext','getThreadId','fZItz','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','failed','Unknown\x20Test','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','INQgK','KEY_EVENT_ENDED_AT',',\x20hookState:\x20','hFtsI','UDReS','mnaPm','pid','\x20logs\x20for\x20testId:\x20',',\x20totalHooks=','trackHookEvent','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','kind','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','parseJestTest','\x20(testIdentifier),\x20hookType=','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','AOVMZ','reverse','../instances/testFrameworkInstance.js','KEY_HOOK_RESULT','has','NONE','KEY_TEST_DURATION','KEY_TEST_STARTED_AT','OHQmC','HfClS','split','title','none','findIndex','format','TDdwP','aDYTZ',',\x20hookState=','Assert','getPendingHooks','getProcessId','maxArrayLength','body','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','replace','bHMWj','jwquZ','QVMPj','Processing\x20','ZQUJy','./constants/testFrameworkConstants.js','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','UHROH','status','UnhandledError','JSDDu','QhblO','get','\x20(testIdentifier)','KEY_TEST_SCOPE',',\x20result=','hookState','depth','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','resolveInstance','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','20jsZQPu','KEY_TEST_RESULT_AT','hookUUID','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','ZstGT','hasPendingHooks','YnOZo','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','code','UKalx','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','keys','LOG_REPORT',',\x20failureType=','mIBFW','YHbsp','CaiZv',',\x20payload:\x20','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','removeActiveHook','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','filter','KEY_TEST_RERUN_NAME','set',',\x20state:\x20','toUpperCase','getJestFailureData','testData','KEY_TEST_META','gyIcw','executionContext','asyncError','hookMetadata','testId','testFrameworkState','oQYWp','55472kDDQer','getCurrentTestState','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','868978wEjExH','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','1695738TxDQAb',',\x20version=','HumyJ',',\x20scope:\x20','storePendingHook','llKzM','../../../helpers/helper.js','trackEvent','file','parallelIndex','setActiveHook','CSCyG','testUUID','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','getAllData',',\x20error:\x20','pMvBo','KEY_TEST_FRAMEWORK_VERSION','jhfHU','skipped','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','activeHooks','filePath','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','parseJestTestResult','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','getTestFrameworksVersions','zHspb',',\x20failureReason=','toISOString','parse','from','platformIndex',',\x20filePath=','../../../helpers/test-observability/utils','getCurrentInstanceName','JestTestFramework','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','result','KEY_LOGS','push','errorsDetailed','sendLogCreatedEvent','KEY_CUSTOM_TAGS','PRE','concat','getJestTestFilePath','toString',',\x20filePath:\x20','iLxEw','pop','addPendingHook','KEY_HOOK_FAILURE','pdDDW','getInstance','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','KEY_HOOK_LOGS','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','105045JNdFBS','BEFORE_ALL',',\x20hook_run_uuid=','passed','getJestTestName','matchHookRegex','cvBdv','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','failure_reason','test_run_uuid','trackJestInstance:\x20created\x20instance\x20for\x20target=','KEY_HOOK_FAILURE_REASON','Error\x20in\x20createTestFrameworkEventPayload:\x20','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','MKlTX','buildHookMapFromTest',',\x20contextId=','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','cFrWv','addMultipleEntries','\x20-\x20test_identifier=',',\x20target=','name',',\x20storing\x20as\x20pending\x20hook','duration','startedAt','SllVU','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','fjawi','match','KEY_TEST_SCOPES','type','\x20screenshot\x20logs\x20for\x20testId:\x20','KEY_TEST_FRAMEWORK_NAME','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','runHooks',',\x20exception=','originalTest','\x22\x20from\x20testData','stack-trace','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','LtqTw','test','23827401vFLDIj','hookAnalyticsId','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','DEFAULT_HOOK_RESULT',',\x20hook=','KEY_TEST_FILE_PATH','BqXby','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','forEach','hook_id','qqbIp','izaJt','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','slice','uuid','6836504WSOJdd','GizuY','KEY_TEST_LOCATION','hook_run_uuid','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','beforeAll','AssertionError','removePendingHooks','KEY_HOOKS_FINISHED','getAllPendingHookTestIds','KEY_HOOK_ID','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=',',\x20screenshotLogs:\x20','sFFGJ','started_at','map','\x20(testIdentifier),\x20tags=','event_ended_at','\x20pending\x20hooks\x20for\x20testId:\x20','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','RsNur','hWbeI','ldJfn','nwTHz','hTqMq','file_name','retryOf','error','CotKE','__bstackPlatformIndex','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','processPendingHooks','debug',',\x20response=','KEY_TEST_RETRY_OF','hooks','rempf','HbGiq','KEY_TEST_ENDED_AT','getJestTestIdentifier','args','warn','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','test_run_id','skip','isArray','TDvQS','KEY_TEST_FAILURE','NmEKF',',\x20hooksListLength=','hook_result','SXeNQ','LyOPK','KEY_TEST_NAME','ALL','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','wxVPw','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','scope','ZTdvd',',\x20remainingHooks=',',\x20scopes=',',\x20testId=',',\x20hookData=','KEY_EVENT_STARTED_AT','CwILV','WMkvr','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','getActiveHook','\x20(testIdentifier),\x20result=','hook_type','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','parent','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20',',\x20currentTestId:\x20','mapTestHooks','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','apply','browserstackPlatformIndex','substr','KEY_TEST_FAILURE_TYPE','instance','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','getRootParentFile','GnDzL','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','KEY_HOOK_LAST_FINISHED','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','KEY_TEST_ATTACHMENTS','kuuCe','QNjcV','pddFL','getTestFrameworks','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','_ALL','createContext','endedAt','VquyM','tCbFm','finished_at','message','getCurrentHookState','../state/hookState.js','length','stringify','POST','includes',',\x20totalBatches:\x20','hcaZF','MiUlv','7HZdUyq','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','EjgZd','\x20&\x20hookState=','KEY_HOOK_LAST_STARTED',':testAnalyticsId','YPTyP','substring','test_identifier','getJestTestTags','yYTGC','Grqvu','wEyMb','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','join','../../../helpers/classLogger.js','inspect','getTrackedInstance','KEY_TEST_FAILURE_REASON','getJestFailureReason','bBWXi','IFxTs','getJestFailureType','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','hookType',',\x20test_run_uuid=','location','getJestTestScopes','getId','trackJestInstance:\x20instance\x20already\x20exists','KEY_AUTOMATE_SESSION_NAME',',\x20duration=','JMpcs','KEY_TEST_RESULT','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','\x20for\x20testId:\x20','KEY_HOOK_FAILURE_TYPE','MJxCm','gdneZ','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','lsoMa','VkKzs','testFrameworkName','unknown','exports','KEY_HOOKS_STARTED','tags','missing','eventJson','NqHvr','1606664nHEwkW',',\x20hookUUID=','hookData','KEY_TEST_TAGS','scopes',',\x20hookId=','trackJestInstance'];a79_0x1cb4=function(){return _0x5b72a1;};return a79_0x1cb4();}(function(_0x28152e,_0x1c584c){const _0xa40d1f=a79_0x4e25,_0x2dcba0=_0x28152e();while(!![]){try{const _0x5e2c56=parseInt(_0xa40d1f(0xe6))/0x1+-parseInt(_0xa40d1f(0xe9))/0x2+-parseInt(_0xa40d1f(0x127))/0x3+parseInt(_0xa40d1f(0x204))/0x4+parseInt(_0xa40d1f(0xc2))/0x5*(-parseInt(_0xa40d1f(0xeb))/0x6)+-parseInt(_0xa40d1f(0x1d0))/0x7*(parseInt(_0xa40d1f(0x161))/0x8)+parseInt(_0xa40d1f(0x152))/0x9;if(_0x5e2c56===_0x1c584c)break;else _0x2dcba0['push'](_0x2dcba0['shift']());}catch(_0x2d9c76){_0x2dcba0['push'](_0x2dcba0['shift']());}}}(a79_0x1cb4,0x9eb54));const TestFramework=require('./testFramework'),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a79_0x2bb87a(0x1c8)),{createClassLogger}=require(a79_0x2bb87a(0x1e0)),TestFrameworkInstance=require(a79_0x2bb87a(0x96)),CLIUtils=require(a79_0x2bb87a(0x210)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a79_0x2bb87a(0xb2)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a79_0x2bb87a(0xf1)),{isInternalHook}=require('../../../helpers/test-observability/utils'),logger=createClassLogger(a79_0x2bb87a(0x110)),{v4:uuidv4}=require('uuid'),util=require(a79_0x2bb87a(0x213)),TestInfo=require('../TestInfo.js'),GrpcClient=require(a79_0x2bb87a(0x20f)),stackTrace=require(a79_0x2bb87a(0x14e)),{pickUserFrameFile}=require('../../../helpers/stackFrameUtils');function a79_0x4e25(_0x39134e,_0x31629a){const _0x1cb426=a79_0x1cb4();return a79_0x4e25=function(_0x4e254a,_0x32f624){_0x4e254a=_0x4e254a-0x8e;let _0x3e4ab5=_0x1cb426[_0x4e254a];return _0x3e4ab5;},a79_0x4e25(_0x39134e,_0x31629a);}class JestTestFramework extends TestFramework{constructor(_0x1cf1c5,_0x292ba9,_0x567e50){super(_0x1cf1c5,_0x292ba9,_0x567e50),this['activeHooks']=new Map();}[a79_0x2bb87a(0xf5)](_0x32c40a,_0x2b286f,_0x1dc679){const _0x262f07=a79_0x2bb87a,_0x367005={};_0x367005[_0x262f07(0x191)]=function(_0x8b4fce,_0x586977){return _0x8b4fce||_0x586977;};const _0x580f79=_0x367005;if(_0x580f79[_0x262f07(0x191)](!_0x32c40a,!_0x2b286f)){logger[_0x262f07(0x18a)](_0x262f07(0x134)+_0x32c40a+_0x262f07(0x205)+_0x2b286f);return;}!this[_0x262f07(0x101)][_0x262f07(0x98)](_0x32c40a)&&this['activeHooks'][_0x262f07(0xd9)](_0x32c40a,[]);const _0x2eba20={'hookUUID':_0x2b286f,'hookType':_0x1dc679,'startedAt':new Date()[_0x262f07(0x109)]()};this[_0x262f07(0x101)][_0x262f07(0xb9)](_0x32c40a)[_0x262f07(0x115)](_0x2eba20),logger[_0x262f07(0x181)](_0x262f07(0x100)+_0x32c40a+_0x262f07(0x205)+_0x2b286f+',\x20hookType='+_0x1dc679+_0x262f07(0x223)+this[_0x262f07(0x101)][_0x262f07(0xb9)](_0x32c40a)[_0x262f07(0x1c9)]);}[a79_0x2bb87a(0xd5)](_0x3bb2c2,_0x5da02a){const _0x5dc8ff=a79_0x2bb87a,_0xa874fb={};_0xa874fb[_0x5dc8ff(0x199)]=function(_0x5c4bec,_0x38d767){return _0x5c4bec||_0x38d767;},_0xa874fb[_0x5dc8ff(0x20c)]=function(_0x45771a,_0x1753e0){return _0x45771a!==_0x1753e0;},_0xa874fb[_0x5dc8ff(0x16e)]=function(_0x535533,_0x3f1190){return _0x535533===_0x3f1190;};const _0x45820c=_0xa874fb;if(_0x45820c[_0x5dc8ff(0x199)](!_0x3bb2c2,!_0x5da02a)){logger[_0x5dc8ff(0x18a)](_0x5dc8ff(0x93)+_0x3bb2c2+_0x5dc8ff(0x205)+_0x5da02a);return;}if(this[_0x5dc8ff(0x101)]['has'](_0x3bb2c2)){const _0x53196b=this[_0x5dc8ff(0x101)][_0x5dc8ff(0xb9)](_0x3bb2c2),_0x5c2d97=_0x53196b[_0x5dc8ff(0xa1)](_0x4b3591=>_0x4b3591[_0x5dc8ff(0xc4)]===_0x5da02a);_0x45820c[_0x5dc8ff(0x20c)](_0x5c2d97,-0x1)?(_0x53196b['splice'](_0x5c2d97,0x1),logger[_0x5dc8ff(0x181)](_0x5dc8ff(0x1f4)+_0x3bb2c2+_0x5dc8ff(0x205)+_0x5da02a+_0x5dc8ff(0x19d)+_0x53196b[_0x5dc8ff(0x1c9)]),_0x45820c[_0x5dc8ff(0x16e)](_0x53196b[_0x5dc8ff(0x1c9)],0x0)&&this[_0x5dc8ff(0x101)]['delete'](_0x3bb2c2)):logger[_0x5dc8ff(0x181)]('[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier='+_0x3bb2c2+_0x5dc8ff(0x205)+_0x5da02a);}}[a79_0x2bb87a(0x1a5)](_0x320cf0){const _0x23ab31=a79_0x2bb87a,_0x1f2a06={};_0x1f2a06['JSWwI']=function(_0x2f87fa,_0xc37dc1){return _0x2f87fa>_0xc37dc1;},_0x1f2a06['CaiZv']=function(_0x59e9d0,_0x2ff3d1){return _0x59e9d0-_0x2ff3d1;};const _0x5145e6=_0x1f2a06;if(!_0x320cf0)return null;if(this[_0x23ab31(0x101)][_0x23ab31(0x98)](_0x320cf0)){const _0x466b39=this[_0x23ab31(0x101)][_0x23ab31(0xb9)](_0x320cf0);if(_0x5145e6['JSWwI'](_0x466b39[_0x23ab31(0x1c9)],0x0)){const _0x4d7a9d=_0x466b39[_0x5145e6[_0x23ab31(0xd2)](_0x466b39[_0x23ab31(0x1c9)],0x1)];return logger['debug'](_0x23ab31(0x1dd)+_0x320cf0+_0x23ab31(0x205)+_0x4d7a9d[_0x23ab31(0xc4)]+',\x20hookType='+_0x4d7a9d['hookType']),_0x4d7a9d;}}return null;}async[a79_0x2bb87a(0xf2)](_0x32d024,_0x4f7286,_0x2101fe={}){const _0x82e44e=a79_0x2bb87a,_0x2b7ee7={};_0x2b7ee7[_0x82e44e(0x177)]='[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found',_0x2b7ee7[_0x82e44e(0xb1)]=function(_0x4b7c76,_0x809ea9){return _0x4b7c76===_0x809ea9;},_0x2b7ee7[_0x82e44e(0xf0)]=function(_0x4982b9,_0x4c23e4){return _0x4982b9===_0x4c23e4;},_0x2b7ee7[_0x82e44e(0x185)]=function(_0x1acad4,_0x2f2896){return _0x1acad4||_0x2f2896;},_0x2b7ee7['mIBFW']=_0x82e44e(0xcc);const _0x50cfd5=_0x2b7ee7;logger[_0x82e44e(0x181)](_0x82e44e(0xab)+_0x32d024+_0x82e44e(0xa5)+_0x4f7286+',\x20argsKeys='+Object[_0x82e44e(0xcd)](_0x2101fe)[_0x82e44e(0x1df)](',')),await super[_0x82e44e(0xf2)](_0x32d024,_0x4f7286,_0x2101fe);const _0x41280d=this[_0x82e44e(0xc0)](_0x32d024,_0x4f7286,_0x2101fe);if(!_0x41280d){logger[_0x82e44e(0x181)](_0x50cfd5['ldJfn']);return;}try{let _0x290e39,_0x1bcc6a,_0x45d9b8;switch(_0x32d024){case TestFrameworkState['TEST']:_0x290e39=_0x2101fe[_0x82e44e(0x151)];const _0x225bad={};_0x225bad[_0x82e44e(0xbe)]=0x2,_0x225bad[_0x82e44e(0xa9)]=0x3,logger[_0x82e44e(0x181)](_0x82e44e(0x105)+_0x4f7286+',\x20testData='+util[_0x82e44e(0x1e1)](_0x290e39,_0x225bad)),_0x45d9b8=this['getJestTestIdentifier'](_0x290e39),_0x1bcc6a=null,logger[_0x82e44e(0x181)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId='+_0x45d9b8+_0x82e44e(0xba));if(_0x50cfd5[_0x82e44e(0xb1)](_0x4f7286,HookState[_0x82e44e(0x119)])){logger[_0x82e44e(0x181)](_0x82e44e(0x198)+_0x45d9b8);const _0x3c5c95={};_0x3c5c95[_0x82e44e(0xf7)]=_0x1bcc6a,_0x3c5c95[_0x82e44e(0xdd)]=_0x290e39,_0x3c5c95[_0x82e44e(0xe3)]=_0x45d9b8;const _0x24d465=this['parseJestTest'](_0x3c5c95),_0x258ed1={};_0x258ed1[_0x82e44e(0xbe)]=0x2,_0x258ed1[_0x82e44e(0xa9)]=0x3,logger[_0x82e44e(0x181)](_0x82e44e(0x103)+util[_0x82e44e(0x1e1)](_0x24d465,_0x258ed1)),_0x41280d[_0x82e44e(0x13a)](_0x24d465),logger[_0x82e44e(0x181)](_0x82e44e(0x124)+_0x45d9b8),await this[_0x82e44e(0x180)](_0x41280d,_0x45d9b8);}else{if(_0x50cfd5['llKzM'](_0x4f7286,HookState[_0x82e44e(0x1cb)])){logger[_0x82e44e(0x181)](_0x82e44e(0x112)+_0x45d9b8);const _0x29f94f=_0x41280d[_0x82e44e(0xfa)]()[_0x82e44e(0xb9)](_0x45d9b8);logger[_0x82e44e(0x181)](_0x82e44e(0xc1)+util['inspect'](Object[_0x82e44e(0xcd)](_0x50cfd5[_0x82e44e(0x185)](_0x29f94f,{}))));_0x29f94f&&_0x29f94f[TestFrameworkConstants[_0x82e44e(0x1ba)]]?logger[_0x82e44e(0x181)](_0x82e44e(0xe8)+Object[_0x82e44e(0xcd)](_0x29f94f[TestFrameworkConstants[_0x82e44e(0x1ba)]])['length']+'\x20files'):logger['debug'](_0x50cfd5[_0x82e44e(0xd0)]);const _0x4f9853=_0x2101fe[_0x82e44e(0x14c)]||null,_0x42b2a9={};_0x42b2a9[_0x82e44e(0xf7)]=_0x1bcc6a,_0x42b2a9[_0x82e44e(0xdd)]=_0x290e39,_0x42b2a9[_0x82e44e(0xe3)]=_0x45d9b8,_0x42b2a9[_0x82e44e(0x14c)]=_0x4f9853;const _0x31ffef=this[_0x82e44e(0x104)](_0x42b2a9),_0x23517e={};_0x23517e['depth']=0x2,_0x23517e[_0x82e44e(0xa9)]=0x3,logger[_0x82e44e(0x181)](_0x82e44e(0xb3)+util[_0x82e44e(0x1e1)](_0x31ffef,_0x23517e)),_0x41280d[_0x82e44e(0x13a)](_0x31ffef),logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20'+_0x45d9b8),await this[_0x82e44e(0x180)](_0x41280d,_0x45d9b8);}}break;case TestFrameworkState[_0x82e44e(0xce)]:if(_0x50cfd5['llKzM'](_0x4f7286,HookState[_0x82e44e(0x1cb)])){const _0x483098={};_0x483098[_0x82e44e(0xbe)]=0x2,logger['debug']('[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20'+util[_0x82e44e(0x1e1)](_0x2101fe,_0x483098)),await this[_0x82e44e(0x117)](_0x41280d,_0x32d024,_0x2101fe);}break;default:if(CLIUtils[_0x82e44e(0x12c)](_0x32d024[_0x82e44e(0x11c)]()[_0x82e44e(0x9e)]('.')[0x1])){const _0x144f7e={};_0x144f7e[_0x82e44e(0xbe)]=0x2,_0x144f7e[_0x82e44e(0xa9)]=0x3,logger['debug'](_0x82e44e(0x16c)+_0x32d024+_0x82e44e(0xa5)+_0x4f7286+',\x20hookData='+util[_0x82e44e(0x1e1)](_0x2101fe[_0x82e44e(0x206)],_0x144f7e));const _0x526158=await this[_0x82e44e(0x224)](_0x41280d,_0x32d024,_0x4f7286,_0x2101fe),_0x4ef715={};_0x4ef715[_0x82e44e(0xbe)]=0x2,_0x4ef715['maxArrayLength']=0x3,logger[_0x82e44e(0x181)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20'+util[_0x82e44e(0x1e1)](_0x526158,_0x4ef715)),_0x41280d[_0x82e44e(0x13a)](_0x526158);}else logger[_0x82e44e(0x181)](_0x82e44e(0x154)+_0x32d024+_0x82e44e(0x1d3)+_0x4f7286);break;}logger[_0x82e44e(0x181)](_0x82e44e(0x126)+_0x32d024+_0x82e44e(0xa5)+_0x4f7286);}catch(_0x1f0fc4){logger[_0x82e44e(0x17c)]('[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState='+_0x32d024+_0x82e44e(0xa5)+_0x4f7286+_0x82e44e(0x14b)+util[_0x82e44e(0xa2)](_0x1f0fc4));}_0x2101fe[_0x82e44e(0x1b2)]=_0x41280d,await this[_0x82e44e(0x14a)](_0x41280d,_0x32d024,_0x4f7286,_0x2101fe);}['getJestTestIdentifier'](_0x23bd3d){const _0x50317e=a79_0x2bb87a,_0x2ee77e={};_0x2ee77e['GnDzL']=_0x50317e(0x159);const _0x3e401f=_0x2ee77e;if(_0x23bd3d&&(_0x23bd3d['id']||_0x23bd3d[_0x50317e(0x160)])){const _0xde01f2=_0x23bd3d['id']||_0x23bd3d[_0x50317e(0x160)];return logger[_0x50317e(0x181)](_0x50317e(0x225)+_0xde01f2+_0x50317e(0x14d)),_0xde01f2;}return logger[_0x50317e(0x181)](_0x3e401f[_0x50317e(0x1b6)]),process[_0x50317e(0x221)]+_0x50317e(0x1d5);}['resolveInstance'](_0x54e1e3,_0xf39fd3,_0x2bc3ee={}){const _0x18f976=a79_0x2bb87a;let _0x5d2476=null;return _0x5d2476=TestFramework[_0x18f976(0x1e2)](),!_0x5d2476?(logger[_0x18f976(0x181)](_0x18f976(0x1b7)+_0x54e1e3),this['trackJestInstance'](_0x54e1e3,_0x2bc3ee),_0x5d2476=TestFramework[_0x18f976(0x1e2)](),logger[_0x18f976(0x181)](_0x18f976(0x165)+!!_0x5d2476+_0x18f976(0x137)+_0x5d2476?.['getContext']()?.[_0x18f976(0x1ed)]())):logger[_0x18f976(0x181)]('[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId='+_0x5d2476['getContext']()?.[_0x18f976(0x1ed)]()),_0x5d2476;}[a79_0x2bb87a(0x20a)](_0x13301c,_0x31560d){const _0x4d2fbb=a79_0x2bb87a,_0x566b38={};_0x566b38[_0x4d2fbb(0xa3)]=_0x4d2fbb(0x1ee);const _0xb6608b=_0x566b38;if(TestFramework[_0x4d2fbb(0x1e2)]()){logger['debug'](_0xb6608b[_0x4d2fbb(0xa3)]);return;}const _0x332d3d=CLIUtils[_0x4d2fbb(0x10f)](),_0x29811b=TrackedInstance[_0x4d2fbb(0x1c1)](_0x332d3d);let _0xb3c369=null;logger[_0x4d2fbb(0x181)](_0x4d2fbb(0x131)+_0x332d3d+',\x20state='+_0x13301c),_0xb3c369=new TestFrameworkInstance(_0x29811b,this[_0x4d2fbb(0x1be)](),this[_0x4d2fbb(0x106)](),_0x13301c,HookState[_0x4d2fbb(0x99)]),TestFramework['setTrackedInstance'](_0x29811b,_0xb3c369),logger[_0x4d2fbb(0x181)](_0x4d2fbb(0x1de)+_0x29811b[_0x4d2fbb(0x1ed)]()+_0x4d2fbb(0x13c)+_0x332d3d+',\x20testFramework='+this[_0x4d2fbb(0x1be)]()[0x0]+_0x4d2fbb(0xec)+this['getTestFrameworksVersions']()[this[_0x4d2fbb(0x1be)]()[0x0]]);}[a79_0x2bb87a(0x91)](_0x152228){const _0x309202=a79_0x2bb87a,_0x552522={};_0x552522[_0x309202(0x1d6)]=function(_0x537496,_0xf5d4a2){return _0x537496||_0xf5d4a2;},_0x552522[_0x309202(0x179)]=_0x309202(0x138);const _0x5c1ccc=_0x552522,{testUUID:_0x114afd,testData:_0x176069,testId:_0x153754}=_0x152228;if(_0x5c1ccc[_0x309202(0x1d6)](!_0x176069,!_0x153754))return logger[_0x309202(0x181)](_0x5c1ccc[_0x309202(0x179)]),{};const _0x1a3ee2=this[_0x309202(0x1be)]()[0x0],_0x54312e=this[_0x309202(0x106)](),_0x34622d={};_0x34622d[_0x309202(0xbe)]=0x2,_0x34622d[_0x309202(0xa9)]=0x3,logger['debug'](_0x309202(0xc5)+util[_0x309202(0x1e1)](_0x176069,_0x34622d));const _0x37e1b8=_0x176069?.['scopes']||[],_0x5068f0=this[_0x309202(0x12b)](_0x176069),_0x32a410=this[_0x309202(0x11b)](_0x176069),_0x52264b=_0x176069['fn']?_0x176069['fn'][_0x309202(0x11c)]():_0x176069?.[_0x309202(0xaa)]?_0x176069['body'][_0x309202(0xca)]['toString']():null,_0x45147c=this['getJestTestTags'](_0x176069),_0x155b8d={[TestFrameworkConstants[_0x309202(0x148)]]:_0x1a3ee2,[TestFrameworkConstants[_0x309202(0xfd)]]:_0x54312e[_0x1a3ee2],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x309202(0x169)]]:{},[TestFrameworkConstants[_0x309202(0x1ff)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants[_0x309202(0x1ef)]]:_0x5068f0,[TestFrameworkConstants[_0x309202(0x157)]]:_0x32a410,[TestFrameworkConstants['KEY_TEST_ID']]:_0x153754,[TestFrameworkConstants[_0x309202(0x196)]]:_0x5068f0,[TestFrameworkConstants[_0x309202(0x163)]]:_0x32a410,[TestFrameworkConstants['KEY_TEST_CODE']]:_0x52264b,[TestFrameworkConstants[_0x309202(0x207)]]:_0x45147c,[TestFrameworkConstants[_0x309202(0x9b)]]:_0x176069[_0x309202(0x16f)]||new Date()[_0x309202(0x109)](),[TestFrameworkConstants[_0x309202(0xbb)]]:_0x37e1b8[0x0]||'',[TestFrameworkConstants[_0x309202(0x145)]]:_0x37e1b8,[TestFrameworkConstants[_0x309202(0xd8)]]:_0x5068f0,[TestFrameworkConstants[_0x309202(0x118)]]:{},[TestFrameworkConstants[_0x309202(0xde)]]:{}};_0x176069[_0x309202(0x17b)]&&(_0x155b8d[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x176069[_0x309202(0x17b)]);logger[_0x309202(0x181)](_0x309202(0xf8)+_0x5068f0+_0x309202(0x19f)+_0x153754+_0x309202(0x171)+JSON[_0x309202(0x1ca)](_0x45147c)+_0x309202(0x19e)+util[_0x309202(0x1e1)](_0x37e1b8)+_0x309202(0x10d)+_0x32a410);const _0x5d7378={};return _0x5d7378[_0x153754]=_0x155b8d,_0x5d7378;}[a79_0x2bb87a(0x104)](_0x46ef7c){const _0x421b5a=a79_0x2bb87a,_0xac79fb={'jwquZ':function(_0x1560c8,_0x7b4e76){return _0x1560c8===_0x7b4e76;},'yWTtL':'afterAll','RsNur':_0x421b5a(0x166),'ByLEW':_0x421b5a(0x197),'hcaZF':_0x421b5a(0x1c0),'qqbIp':function(_0x3a3f25,_0x2ba452){return _0x3a3f25||_0x2ba452;},'QVMPj':_0x421b5a(0x1e8),'VeLOK':function(_0x4dc9f0,_0x42b4aa){return _0x4dc9f0||_0x42b4aa;},'BGgBP':_0x421b5a(0x1fd),'gdneZ':function(_0x937382,_0x4688fd){return _0x937382>_0x4688fd;},'pddFL':_0x421b5a(0x218),'nwTHz':_0x421b5a(0x18d),'ZTdvd':_0x421b5a(0xff),'QhblO':'passed','fjawi':function(_0x129c33,_0x2a3916){return _0x129c33===_0x2a3916;},'fZItz':function(_0x2b14b5,_0x5afdb8){return _0x2b14b5!==_0x5afdb8;},'wEyMb':function(_0x4cd405,_0x33f429,_0x40c8c9,_0xc3bcbf){return _0x4cd405(_0x33f429,_0x40c8c9,_0xc3bcbf);},'mpjiS':function(_0x30e2ce,_0x1a0369){return _0x30e2ce>_0x1a0369;},'CwILV':function(_0x1a4d50,_0x5e9771){return _0x1a4d50>_0x5e9771;},'kuuCe':'[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData'},{testUUID:_0x381958,testData:_0x2e651c,testId:_0x30fd85}=_0x46ef7c;if(_0xac79fb[_0x421b5a(0x15c)](!_0x2e651c,!_0x30fd85))return logger[_0x421b5a(0x181)](_0xac79fb[_0x421b5a(0xaf)]),{};const _0x4cb5e7=this[_0x421b5a(0xc0)](TestFrameworkState['TEST'],HookState[_0x421b5a(0x1cb)]),_0x6eb626=_0x4cb5e7[_0x421b5a(0xfa)]()[_0x421b5a(0xb9)](_0x30fd85),_0x5d7415=_0xac79fb['VeLOK'](_0x6eb626,{}),_0x42e7fe=_0x5d7415?_0x5d7415[TestFrameworkConstants[_0x421b5a(0x118)]]||{}:{},_0x4f7d52=_0x5d7415[TestFrameworkConstants[_0x421b5a(0x1ba)]];logger['debug'](_0x421b5a(0x1b9)+(_0x4f7d52?Object[_0x421b5a(0xcd)](_0x4f7d52)[_0x421b5a(0x1c9)]:0x0)+'\x20attachments');let _0x140feb=_0xac79fb['BGgBP'];if(_0x2e651c[_0x421b5a(0x113)])_0x140feb=_0x2e651c[_0x421b5a(0x113)];else{if(_0x2e651c[_0x421b5a(0x116)]&&_0xac79fb[_0x421b5a(0x1f8)](_0x2e651c[_0x421b5a(0x116)][_0x421b5a(0x1c9)],0x0))_0x140feb=_0xac79fb['pddFL'];else _0xac79fb[_0x421b5a(0xae)](_0x2e651c[_0x421b5a(0xb5)],_0xac79fb[_0x421b5a(0x178)])||_0xac79fb[_0x421b5a(0xae)](_0x2e651c[_0x421b5a(0xb5)],_0xac79fb[_0x421b5a(0x19c)])?_0x140feb=_0xac79fb[_0x421b5a(0x19c)]:_0x140feb=_0xac79fb[_0x421b5a(0xb8)];}const _0x182b6a={..._0x5d7415,[TestFrameworkConstants[_0x421b5a(0x1f2)]]:_0x140feb,[TestFrameworkConstants[_0x421b5a(0x187)]]:_0x2e651c[_0x421b5a(0x1c5)]||new Date()[_0x421b5a(0x109)](),[TestFrameworkConstants[_0x421b5a(0xc3)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x421b5a(0x118)]]:_0x42e7fe,[TestFrameworkConstants[_0x421b5a(0x114)]]:_0x5d7415[TestFrameworkConstants[_0x421b5a(0x114)]]||[],[TestFrameworkConstants[_0x421b5a(0xde)]]:{}};if(_0xac79fb[_0x421b5a(0x143)](_0x140feb,_0xac79fb[_0x421b5a(0x1bd)])&&_0x2e651c[_0x421b5a(0x116)]){const _0x182747=this[_0x421b5a(0x1e4)](_0x2e651c),_0xc175b0=this[_0x421b5a(0x1e7)](_0x2e651c),_0x3d40de=this[_0x421b5a(0xdc)](_0x2e651c);_0x182b6a[TestFrameworkConstants[_0x421b5a(0x1b1)]]=_0xc175b0,_0x182b6a[TestFrameworkConstants[_0x421b5a(0x1e3)]]=_0x182747,_0x182b6a[TestFrameworkConstants[_0x421b5a(0x190)]]=_0x3d40de;}_0xac79fb[_0x421b5a(0x216)](_0x2e651c['duration'],undefined)&&(_0x182b6a[TestFrameworkConstants[_0x421b5a(0x9a)]]=_0x2e651c[_0x421b5a(0x13f)]);_0x2e651c[_0x421b5a(0x17b)]&&(_0x182b6a[TestFrameworkConstants[_0x421b5a(0x183)]]=_0x2e651c[_0x421b5a(0x17b)]);const _0x5fdb08=_0x6eb626?_0x6eb626[TestFrameworkConstants[_0x421b5a(0x1ba)]]||{}:{},_0x4bd61f=_0x6eb626?_0x6eb626[TestFrameworkConstants['KEY_TEST_UUID']]:_0x381958,_0x3bc3b4=_0xac79fb[_0x421b5a(0x1dc)](getManualUploadLogs,_0x5fdb08,_0x4bd61f,_0x30fd85);if(_0xac79fb['mpjiS'](_0x3bc3b4[_0x421b5a(0x1c9)],0x0)){const _0x4d473d=_0x182b6a[TestFrameworkConstants[_0x421b5a(0x114)]]||[];_0x182b6a[TestFrameworkConstants[_0x421b5a(0x114)]]=[..._0x4d473d,..._0x3bc3b4];}const _0x2e5089=_0x5d7415[TestFrameworkConstants[_0x421b5a(0x169)]]||{},_0x209919=_0x5d7415[TestFrameworkConstants[_0x421b5a(0x1ff)]]||{},_0x49df4d={..._0x2e5089},_0x42ae24=_0x49df4d;Object[_0x421b5a(0xcd)](_0x209919)[_0x421b5a(0x15a)](_0x4c09dc=>{const _0x1e1376=_0x421b5a;!_0x42ae24[_0x4c09dc]&&(_0x42ae24[_0x4c09dc]=[]);const _0xbedc47=new Set((_0x42ae24[_0x4c09dc]||[])[_0x1e1376(0x170)](_0x22f4f=>_0x22f4f[TestFrameworkConstants['KEY_HOOK_ID']]||_0x22f4f['hook_id']));(_0x209919[_0x4c09dc]||[])[_0x1e1376(0x15a)](_0x47e8de=>{const _0x4bc7eb=_0x1e1376,_0x1cccf5=_0x47e8de[TestFrameworkConstants[_0x4bc7eb(0x16b)]]||_0x47e8de[_0x4bc7eb(0x15b)];if(!_0xbedc47[_0x4bc7eb(0x98)](_0x1cccf5)){const _0x271873={..._0x47e8de},_0x35e295=_0x271873;!_0x35e295[TestFrameworkConstants[_0x4bc7eb(0x21c)]]&&!_0x35e295[_0x4bc7eb(0x172)]&&(_0x35e295[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=new Date()[_0x4bc7eb(0x109)]()),!_0x35e295[TestFrameworkConstants['KEY_HOOK_RESULT']]&&!_0x35e295[_0x4bc7eb(0x193)]&&(_0x35e295[TestFrameworkConstants[_0x4bc7eb(0x97)]]=TestFrameworkConstants['DEFAULT_HOOK_RESULT']),_0x42ae24[_0x4c09dc][_0x4bc7eb(0x115)](_0x35e295);}});});if(_0x46ef7c[_0x421b5a(0x14c)]){this[_0x421b5a(0x1ac)](_0x46ef7c['originalTest']);const _0x37ba65=this['buildHookMapFromTest'](_0x46ef7c[_0x421b5a(0x14c)]),_0x1778fd=this[_0x421b5a(0x212)](_0x46ef7c['originalTest']);_0x1778fd[_0x421b5a(0x15a)](_0x491999=>{const _0x18591b=_0x421b5a,_0x206de9=_0x37ba65[_0x18591b(0xb9)](_0x491999);if(_0x206de9&&(_0xac79fb[_0x18591b(0xae)](_0x206de9['type'],_0xac79fb['yWTtL'])||_0xac79fb['jwquZ'](_0x206de9[_0x18591b(0x146)],_0xac79fb[_0x18591b(0x175)]))){const _0x45417c=_0x206de9['type'][_0x18591b(0xdb)]()[_0x18591b(0xac)](_0xac79fb['ByLEW'],_0xac79fb[_0x18591b(0x1ce)]),_0x3eb029=_0x45417c;!_0x42ae24[_0x3eb029]&&(_0x42ae24[_0x3eb029]=[]);const _0x363a28=_0x42ae24[_0x3eb029]['find'](_0x2bdb21=>(_0x2bdb21[TestFrameworkConstants[_0x18591b(0x16b)]]||_0x2bdb21[_0x18591b(0x15b)])===_0x491999);!_0x363a28&&_0x42ae24[_0x3eb029][_0x18591b(0x115)]({'key':_0x3eb029,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x491999,[TestFrameworkConstants[_0x18591b(0x97)]]:TestFrameworkConstants[_0x18591b(0x155)],[TestFrameworkConstants[_0x18591b(0x1a1)]]:new Date()[_0x18591b(0x109)](),[TestFrameworkConstants[_0x18591b(0x21c)]]:new Date()['toISOString'](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x206de9[_0x18591b(0x13d)]||_0x206de9['type']+'\x20hook',[TestFrameworkConstants[_0x18591b(0x118)]]:_0x42e7fe});}});}if(_0x2e651c['hooks']&&_0xac79fb[_0x421b5a(0x1a2)](_0x2e651c['hooks']['length'],0x0))_0x182b6a[TestFrameworkConstants[_0x421b5a(0x169)]]=_0x2e651c[_0x421b5a(0x184)],logger[_0x421b5a(0x181)](_0xac79fb[_0x421b5a(0x1bb)]);else _0xac79fb[_0x421b5a(0x1a2)](Object[_0x421b5a(0xcd)](_0x42ae24)[_0x421b5a(0x1c9)],0x0)&&(_0x182b6a[TestFrameworkConstants[_0x421b5a(0x169)]]=_0x42ae24,logger['debug']('[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes='+Object[_0x421b5a(0xcd)](_0x42ae24)[_0x421b5a(0x1df)](',')));const _0x108ae8=this[_0x421b5a(0x12b)](_0x2e651c);logger[_0x421b5a(0x181)](_0x421b5a(0xea)+_0x108ae8+',\x20testId='+_0x30fd85+_0x421b5a(0x1a6)+_0x140feb+_0x421b5a(0x1f0)+_0x2e651c[_0x421b5a(0x13f)]);_0xac79fb['jwquZ'](_0x140feb,_0xac79fb[_0x421b5a(0x1bd)])&&logger['debug'](_0x421b5a(0x1f9)+_0x30fd85+_0x421b5a(0xcf)+_0x182b6a[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]+_0x421b5a(0x108)+_0x182b6a[TestFrameworkConstants[_0x421b5a(0x1e3)]]?.['substring'](0x0,0xc8));const _0x5d9ee7={};return _0x5d9ee7[_0x30fd85]=_0x182b6a,_0x5d9ee7;}[a79_0x2bb87a(0x1ec)](_0x5a0e74){const _0x5e78ba=a79_0x2bb87a,_0x6e2b5a={};_0x6e2b5a[_0x5e78ba(0x21b)]=function(_0x1fe8f2,_0x3f4e49){return _0x1fe8f2!==_0x3f4e49;},_0x6e2b5a[_0x5e78ba(0xfc)]=function(_0x44bb2b,_0x23d527){return _0x44bb2b!==_0x23d527;},_0x6e2b5a[_0x5e78ba(0x1bc)]='ROOT_DESCRIBE_BLOCK';const _0x5e84e2=_0x6e2b5a,_0x3036bb={};_0x3036bb[_0x5e78ba(0xbe)]=0x2,_0x3036bb[_0x5e78ba(0xa9)]=0x3,logger['debug'](_0x5e78ba(0x19a)+util['inspect'](_0x5a0e74,_0x3036bb));const _0x23fa8c=[];if(_0x5a0e74&&_0x5a0e74[_0x5e78ba(0x1a9)]){let _0x628777=_0x5a0e74[_0x5e78ba(0x1a9)];while(_0x628777&&_0x628777[_0x5e78ba(0x13d)]&&_0x5e84e2[_0x5e78ba(0x21b)](_0x628777[_0x5e78ba(0x13d)],'')&&_0x5e84e2[_0x5e78ba(0xfc)](_0x628777[_0x5e78ba(0x13d)],_0x5e84e2[_0x5e78ba(0x1bc)])){_0x23fa8c[_0x5e78ba(0x115)](_0x628777[_0x5e78ba(0x13d)]),_0x628777=_0x628777['parent'];}}return _0x23fa8c[_0x5e78ba(0x95)]();}['getJestTestName'](_0x414f9a){const _0x33eb28=a79_0x2bb87a,_0x31f93f={};_0x31f93f[_0x33eb28(0x1e6)]=_0x33eb28(0x219);const _0x47500d=_0x31f93f;if(_0x414f9a[_0x33eb28(0x13d)])return _0x414f9a[_0x33eb28(0x13d)];if(_0x414f9a[_0x33eb28(0x9f)])return _0x414f9a[_0x33eb28(0x9f)];return _0x47500d['IFxTs'];}[a79_0x2bb87a(0x1d9)](_0x565885){const _0xac5b24=a79_0x2bb87a,_0xbb6200=[];if(_0x565885[_0xac5b24(0x200)]&&Array[_0xac5b24(0x18e)](_0x565885[_0xac5b24(0x200)]))return _0x565885[_0xac5b24(0x200)]['map'](_0x20158c=>_0x20158c['startsWith']('@')?_0x20158c[_0xac5b24(0x1b0)](0x1):_0x20158c);const _0x34bfac=this[_0xac5b24(0x12b)](_0x565885),_0xf99245=_0x34bfac[_0xac5b24(0x144)](/@(\w+)/g);if(_0xf99245)return _0xf99245[_0xac5b24(0x170)](_0x1f37a7=>_0x1f37a7[_0xac5b24(0x15f)](0x1));return _0x565885[_0xac5b24(0x208)]&&Array[_0xac5b24(0x18e)](_0x565885['scopes'])&&_0x565885[_0xac5b24(0x208)]['forEach'](_0x29e1af=>{const _0x563463=_0xac5b24,_0x49073b=_0x29e1af[_0x563463(0x144)](/@(\w+)/g);_0x49073b&&_0x49073b[_0x563463(0x15a)](_0xdad195=>{const _0x328e9a=_0x563463,_0x413825=_0xdad195[_0x328e9a(0x15f)](0x1);!_0xbb6200[_0x328e9a(0x1cc)](_0x413825)&&_0xbb6200[_0x328e9a(0x115)](_0x413825);});}),_0xbb6200;}['getJestTestFilePath'](_0x4830d5){const _0x29f925=a79_0x2bb87a,_0x3bd233={'LyOPK':function(_0x59f12a,_0xb44803){return _0x59f12a(_0xb44803);}};if(_0x4830d5[_0x29f925(0x17a)])return _0x4830d5[_0x29f925(0x17a)];if(_0x4830d5['asyncError'])try{const _0x2834ed=stackTrace[_0x29f925(0x10a)](_0x4830d5['asyncError']),_0x1488b4=_0x3bd233[_0x29f925(0x195)](pickUserFrameFile,_0x2834ed);if(_0x1488b4)return _0x1488b4;logger[_0x29f925(0x181)](_0x29f925(0x12e)+_0x2834ed['length']+')');}catch(_0x31a993){logger[_0x29f925(0x181)](_0x29f925(0x1bf)+util[_0x29f925(0xa2)](_0x31a993));}return null;}[a79_0x2bb87a(0x1e4)](_0x44315f){const _0x4e3eb1=a79_0x2bb87a,_0x27db51={};_0x27db51[_0x4e3eb1(0x135)]=function(_0x17e694,_0x4a615a){return _0x17e694>_0x4a615a;},_0x27db51[_0x4e3eb1(0x94)]='Unknown\x20error';const _0x477c6c=_0x27db51;if(_0x44315f[_0x4e3eb1(0x116)]&&_0x477c6c[_0x4e3eb1(0x135)](_0x44315f[_0x4e3eb1(0x116)][_0x4e3eb1(0x1c9)],0x0))return util['inspect'](_0x44315f['errorsDetailed'][0x0]);if(_0x44315f[_0x4e3eb1(0x12f)])return _0x44315f[_0x4e3eb1(0x12f)];return _0x477c6c['AOVMZ'];}['getJestFailureType'](_0x5194c9){const _0x3e85b4=a79_0x2bb87a,_0x7ab351={};_0x7ab351[_0x3e85b4(0x18f)]=_0x3e85b4(0xa6),_0x7ab351['bHGwk']=_0x3e85b4(0x167),_0x7ab351[_0x3e85b4(0xb7)]=_0x3e85b4(0xb6);const _0x5e76af=_0x7ab351,_0x515233=this[_0x3e85b4(0x1e4)](_0x5194c9);if(_0x515233&&_0x515233[_0x3e85b4(0x1cc)](_0x5e76af[_0x3e85b4(0x18f)]))return _0x5e76af['bHGwk'];return _0x5e76af['JSDDu'];}[a79_0x2bb87a(0xdc)](_0x1940ac){const _0x366be4=a79_0x2bb87a,_0x33300e={'TqfWk':function(_0x3cce37,_0xb87635){return _0x3cce37(_0xb87635);},'GizuY':_0x366be4(0x10e),'yYTGC':function(_0x592898,_0x2fb276){return _0x592898!==_0x2fb276;},'bBWXi':_0x366be4(0x151)},{failureData:_0x158bb1}=_0x33300e['TqfWk'](require,_0x33300e[_0x366be4(0x162)]),_0x149419=[];return _0x33300e[_0x366be4(0x1da)](_0x1940ac[_0x366be4(0x116)],undefined)&&_0x149419[_0x366be4(0x115)](_0x1940ac[_0x366be4(0x116)],_0x33300e[_0x366be4(0x1e5)]),_0x158bb1[_0x366be4(0x1ae)](null,_0x149419);}async[a79_0x2bb87a(0x224)](_0x2dc4fe,_0x1ddd36,_0x5cfea9,_0x1290ec){const _0x491017=a79_0x2bb87a,_0xe9c827={'gyIcw':_0x491017(0x1a8),'NqHvr':function(_0x574a96){return _0x574a96();},'pdDDW':function(_0x560bdb,_0x14b358){return _0x560bdb in _0x14b358;},'PyuZs':function(_0x5b8332,_0x3f1ab7){return _0x5b8332 in _0x3f1ab7;},'WMkvr':function(_0x26f3c2,_0x4cfc36){return _0x26f3c2===_0x4cfc36;},'cFrWv':function(_0x533c04,_0x323ae4){return _0x533c04>_0x323ae4;},'Grqvu':_0x491017(0x218),'HumyJ':_0x491017(0x12a),'YHbsp':function(_0x5187fd,_0x3e719a){return _0x5187fd===_0x3e719a;},'UHROH':function(_0x5ab601,_0x10587f){return _0x5ab601===_0x10587f;},'TPVzR':'[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','lsoMa':function(_0x4b5fac,_0x20279b){return _0x4b5fac>_0x20279b;},'mnaPm':function(_0x11f0dc,_0x11fff5){return _0x11f0dc!==_0x11fff5;}},{hookData:_0x440df2}=_0x1290ec,_0x53ed6c=_0x5cfea9[_0x491017(0x11c)](),_0x35c010=_0x1ddd36[_0x491017(0x11c)](),_0x53653a={};_0x53653a[_0x491017(0xbe)]=0x2,_0x53653a[_0x491017(0xa9)]=0x3,logger['debug'](_0x491017(0x1b3)+_0x35c010+_0x491017(0xa5)+_0x53ed6c+_0x491017(0x1a0)+util['inspect'](_0x440df2,_0x53653a));if(!_0x440df2)return logger['debug'](_0xe9c827[_0x491017(0xdf)]),{};const _0x4f5dd9=_0x440df2[_0x491017(0x160)]||_0x440df2[_0x491017(0x153)]||_0xe9c827[_0x491017(0x203)](uuidv4),_0x182822=_0x440df2[_0x491017(0x18c)]||this[_0x491017(0x188)](_0x440df2),_0x100040=_0x1ddd36[_0x491017(0x11c)]()[_0x491017(0x9e)]('.')[0x1],_0x1b788d=_0x2dc4fe[_0x491017(0xfa)]()[_0x491017(0xb9)](_0x182822),_0x1ca20a=_0x1b788d?_0x1b788d[TestFrameworkConstants[_0x491017(0x118)]]||{}:{};logger['debug'](_0x491017(0x1d1)+_0x4f5dd9+_0x491017(0x19f)+_0x182822+_0x491017(0x92)+_0x100040+_0x491017(0xa5)+_0x53ed6c);if(!_0x1b788d)return logger[_0x491017(0x181)]('[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20'+_0x182822+_0x491017(0x13e)),this['storePendingHook'](_0x2dc4fe,_0x182822,_0x1ddd36,_0x5cfea9,_0x1290ec),{};let _0x172a4b=_0x1b788d[TestFrameworkConstants[_0x491017(0x1ff)]];!_0x172a4b&&(_0x172a4b={});!_0xe9c827[_0x491017(0x122)](_0x100040,_0x172a4b)&&(_0x172a4b[_0x100040]=[]);let _0x4a62bb=_0x1b788d[TestFrameworkConstants[_0x491017(0x169)]];!_0x4a62bb&&(_0x4a62bb={});!_0xe9c827['PyuZs'](_0x100040,_0x4a62bb)&&(_0x4a62bb[_0x100040]=[]);const _0x5e3443={[_0x182822]:{[TestFrameworkConstants[_0x491017(0x1ff)]]:_0x172a4b,[TestFrameworkConstants[_0x491017(0x169)]]:_0x4a62bb,[TestFrameworkConstants[_0x491017(0x148)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x491017(0xfd)]]:this[_0x491017(0x106)]()[this[_0x491017(0x1be)]()[0x0]]||''}};if(_0xe9c827['WMkvr'](_0x5cfea9,HookState[_0x491017(0x119)])){const _0x93d396={'key':_0x100040,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x4f5dd9,[TestFrameworkConstants[_0x491017(0x97)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:_0x440df2[_0x491017(0x16f)]||new Date()[_0x491017(0x109)](),[TestFrameworkConstants[_0x491017(0x125)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x440df2[_0x491017(0x13d)]||_0x440df2[_0x491017(0x1a7)]||_0x100040,[TestFrameworkConstants[_0x491017(0x118)]]:_0x1ca20a};_0x172a4b[_0x100040][_0x491017(0x115)](_0x93d396),_0x5e3443[_0x182822][TestFrameworkConstants[_0x491017(0x1d4)]]=_0x100040;const _0x26fa5d={};_0x26fa5d[_0x491017(0xbe)]=0x2,logger[_0x491017(0x181)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x100040+_0x491017(0x209)+_0x4f5dd9+_0x491017(0x19f)+_0x182822+_0x491017(0x156)+util['inspect'](_0x93d396,_0x26fa5d));}else{if(_0xe9c827[_0x491017(0x1a3)](_0x5cfea9,HookState[_0x491017(0x1cb)])){const _0x1e9839=_0x440df2[_0x491017(0x113)]||(_0x440df2[_0x491017(0x116)]&&_0xe9c827[_0x491017(0x139)](_0x440df2['errorsDetailed'][_0x491017(0x1c9)],0x0)?_0xe9c827[_0x491017(0x1db)]:_0xe9c827[_0x491017(0xed)]),_0x192c69=_0x172a4b[_0x100040]||[];logger['debug'](_0x491017(0xc9)+_0x100040+_0x491017(0x19f)+_0x182822+_0x491017(0xbc)+_0x1e9839+_0x491017(0x192)+_0x192c69[_0x491017(0x1c9)]);if(_0xe9c827[_0x491017(0xd1)](_0x192c69[_0x491017(0x1c9)],0x0)&&_0xe9c827[_0x491017(0xb4)](_0x1ddd36,TestFrameworkState[_0x491017(0x128)]))return logger[_0x491017(0x181)](_0xe9c827[_0x491017(0x211)]),this[_0x491017(0xef)](_0x2dc4fe,_0x182822,_0x1ddd36,_0x5cfea9,_0x1290ec),{};if(_0xe9c827[_0x491017(0x1fa)](_0x192c69[_0x491017(0x1c9)],0x0)){const _0x207710=_0x192c69[_0x491017(0x11f)]();_0xe9c827['WMkvr'](_0x1e9839,_0xe9c827[_0x491017(0x1db)])&&_0x440df2[_0x491017(0x116)]?(_0x207710[TestFrameworkConstants[_0x491017(0x1f6)]]=this[_0x491017(0x1e7)](_0x440df2),_0x207710[TestFrameworkConstants[_0x491017(0x132)]]=this[_0x491017(0x1e4)](_0x440df2),_0x207710[TestFrameworkConstants[_0x491017(0x121)]]=this[_0x491017(0xdc)](_0x440df2),logger['debug'](_0x491017(0x142)+_0x100040+_0x491017(0xcf)+_0x207710[TestFrameworkConstants[_0x491017(0x1f6)]]+_0x491017(0x108)+_0x207710[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]?.[_0x491017(0x1d7)](0x0,0xc8))):_0x207710[TestFrameworkConstants[_0x491017(0x97)]]=_0xe9c827[_0x491017(0xed)];_0xe9c827[_0x491017(0x220)](_0x1e9839,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x207710[TestFrameworkConstants[_0x491017(0x97)]]=_0x1e9839);_0x207710[TestFrameworkConstants[_0x491017(0x21c)]]=_0x440df2[_0x491017(0x1c5)]||new Date()[_0x491017(0x109)](),_0x207710[TestFrameworkConstants[_0x491017(0x118)]]=_0x1ca20a;const _0x3e7f15=_0x207710[TestFrameworkConstants['KEY_HOOK_ID']];!_0x4a62bb[_0x100040]&&(_0x4a62bb[_0x100040]=[]);_0x4a62bb[_0x100040]['push'](_0x207710),_0x5e3443[_0x182822][TestFrameworkConstants[_0x491017(0x1b8)]]=_0x100040;const _0xe112f3={};_0xe112f3[_0x491017(0xbe)]=0x2,logger['debug'](_0x491017(0x1b4)+_0x100040+_0x491017(0x209)+_0x3e7f15+',\x20result='+_0x1e9839+_0x491017(0x156)+util[_0x491017(0x1e1)](_0x207710,_0xe112f3));}}}return _0x5e3443;}['createTestFrameworkEventPayload'](_0x39b493){const _0x2e127c=a79_0x2bb87a,_0x86ba27={};_0x86ba27[_0x2e127c(0xe5)]='base64';const _0x194d11=_0x86ba27;try{const _0x2dad1f=_0x39b493[_0x2e127c(0x151)]?this[_0x2e127c(0x188)](_0x39b493[_0x2e127c(0x151)]):_0x39b493[_0x2e127c(0x206)][_0x2e127c(0x18c)],_0x274337=_0x39b493['instance'],_0x5b2ad4=_0x274337[_0x2e127c(0x214)](),_0x6e0bed=_0x274337[_0x2e127c(0xfa)]()[_0x2e127c(0xb9)](_0x2dad1f);if(!_0x6e0bed)return logger[_0x2e127c(0x181)](_0x2e127c(0x174)+_0x2dad1f),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x4f709d=this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x2e127c(0xfd)]]:_0x1b6bf0=this[_0x2e127c(0x106)]()[this[_0x2e127c(0x1be)]()[0x0]]||'',[TestFrameworkConstants[_0x2e127c(0x9b)]]:_0xc88d57='',[TestFrameworkConstants[_0x2e127c(0x187)]]:_0x55f36e=''}=_0x6e0bed,_0x42ee73=_0x274337[_0x2e127c(0xe7)]()[_0x2e127c(0x11c)]()[_0x2e127c(0x9e)]('.')[0x1],_0x6c2b8c=_0x274337[_0x2e127c(0x1c7)]()[_0x2e127c(0x11c)]()['split']('.')[0x1],_0x11557e=global?.['__workerDetails']?.['workerInfo']?.[_0x2e127c(0xf4)]||global[_0x2e127c(0x17e)]||0x0,_0x2f6611=_0x274337[_0x2e127c(0x20b)](),_0x1469e1=Buffer[_0x2e127c(0x10b)](JSON[_0x2e127c(0x1ca)](_0x6e0bed))['toString'](_0x194d11['oQYWp']),_0x5cdac9={'hash':_0x5b2ad4[_0x2e127c(0x1ed)](),'threadId':_0x5b2ad4[_0x2e127c(0x215)]()[_0x2e127c(0x11c)](),'processId':_0x5b2ad4[_0x2e127c(0xa8)]()['toString']()},_0x259ba0={};_0x259ba0[_0x2e127c(0x10c)]=_0x11557e,_0x259ba0[_0x2e127c(0x1fc)]=_0x4f709d,_0x259ba0['testFrameworkVersion']=_0x1b6bf0,_0x259ba0[_0x2e127c(0xe4)]=_0x42ee73,_0x259ba0['hookState']=_0x6c2b8c,_0x259ba0[_0x2e127c(0x140)]=_0xc88d57,_0x259ba0[_0x2e127c(0x1c2)]=_0x55f36e,_0x259ba0[_0x2e127c(0x160)]=_0x2f6611,_0x259ba0[_0x2e127c(0x202)]=_0x1469e1,_0x259ba0[_0x2e127c(0xe0)]=_0x5cdac9,_0x259ba0[_0x2e127c(0x1d8)]=_0x2dad1f;const _0x329f66=_0x259ba0;return _0x329f66;}catch(_0x8df6b0){return logger[_0x2e127c(0x17c)](_0x2e127c(0x133)+util[_0x2e127c(0xa2)](_0x8df6b0)),{};}}async['sendLogCreatedEvent'](_0x5ccf06,_0x716056,_0x4b6122){const _0x2fa156=a79_0x2bb87a,_0x18f1a3={'YnOZo':function(_0x178c8b,_0x21194f){return _0x178c8b+_0x21194f;},'ZstGT':_0x2fa156(0x201),'hFtsI':_0x2fa156(0xa0),'CSCyG':function(_0x181f91,_0x2df95f){return _0x181f91>_0x2df95f;},'UKalx':function(_0x2b7815,_0x483d7c,_0x7f3644,_0x106b82){return _0x2b7815(_0x483d7c,_0x7f3644,_0x106b82);},'SllVU':function(_0x1f1908,_0x1567fa){return _0x1f1908-_0x1567fa;},'cvBdv':function(_0x53812c,_0x2b1e3e){return _0x53812c===_0x2b1e3e;},'LtqTw':function(_0x2e5524,_0x17b6bd){return _0x2e5524/_0x17b6bd;},'UMYoN':function(_0x8e8c6c,_0x1b1e9b){return _0x8e8c6c<_0x1b1e9b;},'sNlxx':function(_0xe8a357,_0x207d0e){return _0xe8a357*_0x207d0e;},'BsvGz':function(_0x5ad037,_0x15e3e7){return _0x5ad037+_0x15e3e7;},'VquyM':function(_0x7633d1,_0x2a927a){return _0x7633d1+_0x2a927a;},'izaJt':function(_0x381680,_0x2f9cdf){return _0x381680>_0x2f9cdf;}};try{const _0x30a66f=_0x4b6122['testUUID']||_0x4b6122[_0x2fa156(0xe3)],_0x19b283=Array[_0x2fa156(0x10b)](_0x5ccf06['getAllData']()['keys']()),_0x5c8530=_0x5ccf06['getAllData']()[_0x2fa156(0xb9)](_0x30a66f);if(!_0x5c8530){logger[_0x2fa156(0x181)](_0x2fa156(0x1ad)+_0x30a66f);return;}const {[TestFrameworkConstants[_0x2fa156(0x148)]]:_0x2806b5='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0xe3a2c8=''}=_0x5c8530;let _0x35922a=[];_0x5c8530&&_0x5c8530[TestFrameworkConstants[_0x2fa156(0x114)]]&&Array[_0x2fa156(0x18e)](_0x5c8530[TestFrameworkConstants[_0x2fa156(0x114)]])?(_0x35922a=_0x5c8530[TestFrameworkConstants[_0x2fa156(0x114)]]||[],logger[_0x2fa156(0x181)](_0x2fa156(0x1f3)+_0x35922a['length']+_0x2fa156(0x222)+_0x30a66f),_0x5ccf06[_0x2fa156(0x13a)]({[_0x30a66f]:{[TestFrameworkConstants[_0x2fa156(0x114)]]:[],[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x2fa156(0x1be)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x2fa156(0x106)]()[this[_0x2fa156(0x1be)]()[0x0]]||''}}),logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x30a66f)):logger[_0x2fa156(0x181)](_0x2fa156(0x90)+_0x30a66f);logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20'+_0x35922a[_0x2fa156(0x1c9)]+_0x2fa156(0x1f5)+_0x30a66f);const _0x104849=_0x35922a[_0x2fa156(0xd7)](_0x536436=>_0x536436[_0x2fa156(0x8e)]==='TEST_SCREENSHOT');_0x18f1a3[_0x2fa156(0xf6)](_0x104849['length'],0x0)&&(logger[_0x2fa156(0x181)](_0x2fa156(0x15e)+_0x104849[_0x2fa156(0x1c9)]+_0x2fa156(0x147)+_0x30a66f),_0x104849[_0x2fa156(0x15a)]((_0x2bcc3e,_0x2220e1)=>{const _0x132e9b=_0x2fa156;logger[_0x132e9b(0x181)](_0x132e9b(0x217)+_0x18f1a3[_0x132e9b(0xc8)](_0x2220e1,0x1)+'/'+_0x104849['length']+_0x132e9b(0x13b)+(_0x2bcc3e[_0x132e9b(0x1d8)]||_0x18f1a3[_0x132e9b(0xc6)])+_0x132e9b(0x1ea)+(_0x2bcc3e[_0x132e9b(0x130)]||_0x18f1a3[_0x132e9b(0xc6)])+_0x132e9b(0x129)+(_0x2bcc3e[_0x132e9b(0x164)]||_0x18f1a3[_0x132e9b(0x21e)])+',\x20messageLength='+(_0x2bcc3e[_0x132e9b(0x1c6)]?.['length']||0x0));}));const _0x2fb4f4=_0x5c8530[TestFrameworkConstants[_0x2fa156(0x1ba)]]||{},_0x2b75bf=_0x18f1a3[_0x2fa156(0xcb)](getMediaArtifactsLogs,_0x2fb4f4,null,_0x30a66f),_0x456ca2=(_0x35922a||[])[_0x2fa156(0x11a)](_0x2b75bf||[]),_0x3161b2=_0x104849?.[_0x2fa156(0x1c9)]||0x0,_0x4b4847=_0x18f1a3[_0x2fa156(0x141)](_0x35922a?.['length']||0x0,_0x3161b2);logger[_0x2fa156(0x181)](_0x2fa156(0x14f)+_0x30a66f+',\x20consoleLogs:\x20'+_0x4b4847+_0x2fa156(0x16d)+_0x3161b2+',\x20attachmentLogs:\x20'+(_0x2b75bf?.[_0x2fa156(0x1c9)]||0x0)+',\x20totalLogs:\x20'+_0x456ca2[_0x2fa156(0x1c9)]);if(!_0x456ca2||_0x18f1a3[_0x2fa156(0x12d)](_0x456ca2[_0x2fa156(0x1c9)],0x0)){logger[_0x2fa156(0x181)](_0x2fa156(0xd6)+_0x30a66f);return;}const _0x198855=0x28,_0x1179a3=Math['ceil'](_0x18f1a3[_0x2fa156(0x150)](_0x456ca2[_0x2fa156(0x1c9)],_0x198855));for(let _0x3ddb36=0x0;_0x18f1a3['UMYoN'](_0x3ddb36,_0x1179a3);_0x3ddb36++){const _0x4da45c=_0x18f1a3['sNlxx'](_0x3ddb36,_0x198855),_0x16fbf0=_0x18f1a3['BsvGz'](_0x4da45c,_0x198855),_0x3308f9=_0x456ca2['slice'](_0x4da45c,_0x16fbf0),_0x4f239c=global?.[_0x2fa156(0x1af)]??0x0,_0x21bd35={'platformIndex':_0x4f239c,'logs':_0x3308f9,'testFrameworkName':_0x2806b5,'testFrameworkVersion':_0xe3a2c8,'testFrameworkState':_0x716056['toString']()[_0x2fa156(0x9e)]('.')[0x1]},_0x28d3be={};_0x28d3be[_0x2fa156(0xbe)]=0x3,_0x28d3be[_0x2fa156(0xa9)]=0x5,logger[_0x2fa156(0x181)](_0x2fa156(0x149)+_0x18f1a3[_0x2fa156(0xc8)](_0x3ddb36,0x1)+'/'+_0x1179a3+'\x20-\x20testId:\x20'+_0x30a66f+',\x20logsInBatch:\x20'+_0x3308f9['length']+',\x20platformIndex:\x20'+_0x4f239c+_0x2fa156(0xd3)+util[_0x2fa156(0x1e1)](_0x21bd35,_0x28d3be));const _0xcc5303=await GrpcClient[_0x2fa156(0x123)]()[_0x2fa156(0x20d)](_0x21bd35);logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x18f1a3[_0x2fa156(0x1c3)](_0x3ddb36,0x1)+'/'+_0x1179a3+'\x20-\x20testId:\x20'+_0x30a66f+_0x2fa156(0x182)+util[_0x2fa156(0x1e1)](_0xcc5303));}_0x2b75bf&&_0x18f1a3[_0x2fa156(0x15d)](_0x2b75bf[_0x2fa156(0x1c9)],0x0)&&_0x5c8530[TestFrameworkConstants[_0x2fa156(0x1ba)]]&&_0x5ccf06['addMultipleEntries']({[_0x30a66f]:{[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{},[TestFrameworkConstants[_0x2fa156(0x148)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x2fa156(0xfd)]]:this[_0x2fa156(0x106)]()[this['getTestFrameworks']()[0x0]]||''}}),logger[_0x2fa156(0x181)](_0x2fa156(0x18b)+_0x30a66f+_0x2fa156(0x1cd)+_0x1179a3);}catch(_0x745576){logger[_0x2fa156(0x17c)](_0x2fa156(0xbf)+(_0x4b6122['testUUID']||_0x4b6122[_0x2fa156(0xe3)])+_0x2fa156(0xfb)+util['format'](_0x745576));}}[a79_0x2bb87a(0xef)](_0x2c818a,_0x3eb8d9,_0xaeafca,_0x2e0cdf,_0x147b88){const _0x41c60c=a79_0x2bb87a,_0x274ebb={};_0x274ebb[_0x41c60c(0x21f)]=function(_0x46069a,_0x5735bf){return _0x46069a===_0x5735bf;},_0x274ebb[_0x41c60c(0x186)]=_0x41c60c(0x166);const _0x50b239=_0x274ebb,{hookData:_0x2484f1}=_0x147b88,_0x264ec6={'testId':_0x3eb8d9,'testFrameworkState':_0xaeafca,'hookState':_0x2e0cdf,'args':_0x147b88,'timestamp':new Date()[_0x41c60c(0x109)]()};if(_0x50b239['UDReS'](_0xaeafca,TestFrameworkState[_0x41c60c(0x128)])&&_0x2484f1){const _0x5076ad={};_0x5076ad['filePath']=_0x2484f1[_0x41c60c(0x17a)]||_0x2484f1[_0x41c60c(0x1eb)],_0x5076ad[_0x41c60c(0x19b)]=_0x2484f1[_0x41c60c(0x19b)]||_0x2484f1[_0x41c60c(0x208)]&&_0x2484f1[_0x41c60c(0x208)][0x0]||'',_0x5076ad[_0x41c60c(0x1e9)]=_0x50b239[_0x41c60c(0x186)],_0x264ec6['hookMetadata']=_0x5076ad,logger[_0x41c60c(0x181)](_0x41c60c(0x1aa)+_0x3eb8d9+_0x41c60c(0x11d)+_0x264ec6['hookMetadata'][_0x41c60c(0x102)]+_0x41c60c(0xee)+_0x264ec6['hookMetadata'][_0x41c60c(0x19b)]);}_0x2c818a[_0x41c60c(0x120)](_0x3eb8d9,_0x264ec6),logger[_0x41c60c(0x181)]('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x3eb8d9+_0x41c60c(0xda)+_0xaeafca+_0x41c60c(0x21d)+_0x2e0cdf);}async[a79_0x2bb87a(0x180)](_0x396ffb,_0x543fbe){const _0x5ee7ee=a79_0x2bb87a,_0x14786d={};_0x14786d[_0x5ee7ee(0x1f1)]=function(_0x3b71d4,_0x26d452){return _0x3b71d4>_0x26d452;},_0x14786d[_0x5ee7ee(0x107)]=function(_0x494d2b,_0xeeec5){return _0x494d2b===_0xeeec5;},_0x14786d['OOtDF']=function(_0x5707e1,_0x1c8acb){return _0x5707e1===_0x1c8acb;},_0x14786d['EjgZd']=function(_0x172581,_0x2ee0c8){return _0x172581===_0x2ee0c8;},_0x14786d[_0x5ee7ee(0x9d)]=function(_0x165f49,_0x4066b1){return _0x165f49===_0x4066b1;},_0x14786d[_0x5ee7ee(0xfe)]=function(_0x4e79a1,_0x4a16dc){return _0x4e79a1>_0x4a16dc;},_0x14786d[_0x5ee7ee(0x9c)]='[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook';const _0x25b7ce=_0x14786d;if(_0x396ffb[_0x5ee7ee(0xc7)](_0x543fbe)){const _0x384550=_0x396ffb['getPendingHooks'](_0x543fbe);logger[_0x5ee7ee(0x181)](_0x5ee7ee(0xb0)+_0x384550[_0x5ee7ee(0x1c9)]+_0x5ee7ee(0x173)+_0x543fbe);for(const _0x4f87aa of _0x384550){try{const _0xce6ffe=await this[_0x5ee7ee(0x224)](_0x396ffb,_0x4f87aa['testFrameworkState'],_0x4f87aa[_0x5ee7ee(0xbd)],_0x4f87aa[_0x5ee7ee(0x189)]);_0xce6ffe&&_0x25b7ce[_0x5ee7ee(0x1f1)](Object[_0x5ee7ee(0xcd)](_0xce6ffe)[_0x5ee7ee(0x1c9)],0x0)&&_0x396ffb['addMultipleEntries'](_0xce6ffe),await this[_0x5ee7ee(0x14a)](_0x396ffb,_0x4f87aa[_0x5ee7ee(0xe4)],_0x4f87aa[_0x5ee7ee(0xbd)],_0x4f87aa[_0x5ee7ee(0x189)]);}catch(_0x1227f9){logger[_0x5ee7ee(0x17c)](_0x5ee7ee(0xd4)+_0x543fbe+_0x5ee7ee(0xfb)+_0x1227f9);}}_0x396ffb[_0x5ee7ee(0x168)](_0x543fbe),logger[_0x5ee7ee(0x181)](_0x5ee7ee(0xf9)+_0x543fbe);}const _0x1c303c=_0x396ffb[_0x5ee7ee(0xfa)]()[_0x5ee7ee(0xb9)](_0x543fbe);if(_0x1c303c){const _0x3ca644=_0x1c303c[TestFrameworkConstants[_0x5ee7ee(0x157)]]||_0x1c303c[TestFrameworkConstants['KEY_TEST_LOCATION']],_0x1d80e8=_0x1c303c[TestFrameworkConstants['KEY_TEST_SCOPE']]||_0x1c303c[TestFrameworkConstants[_0x5ee7ee(0x145)]]&&_0x1c303c[TestFrameworkConstants[_0x5ee7ee(0x145)]][0x0]||'';logger['debug'](_0x5ee7ee(0x111)+_0x3ca644+_0x5ee7ee(0xee)+_0x1d80e8);const _0x1a9be2=_0x396ffb[_0x5ee7ee(0x16a)]();for(const _0x136e99 of _0x1a9be2){if(_0x25b7ce[_0x5ee7ee(0x107)](_0x136e99,_0x543fbe))continue;if(_0x396ffb['hasPendingHooks'](_0x136e99)){const _0x411f96=_0x396ffb[_0x5ee7ee(0xa7)](_0x136e99);for(const _0x53c3ef of _0x411f96){if(_0x25b7ce['OOtDF'](_0x53c3ef['testFrameworkState'],TestFrameworkState[_0x5ee7ee(0x128)])&&_0x53c3ef['hookMetadata']){const _0x3b2ca8=_0x53c3ef[_0x5ee7ee(0xe2)][_0x5ee7ee(0x102)],_0x3dbe69=_0x53c3ef[_0x5ee7ee(0xe2)][_0x5ee7ee(0x19b)];if(_0x25b7ce['EjgZd'](_0x3b2ca8,_0x3ca644)&&_0x25b7ce[_0x5ee7ee(0x9d)](_0x3dbe69,_0x1d80e8)){logger[_0x5ee7ee(0x181)](_0x5ee7ee(0x8f)+_0x136e99+_0x5ee7ee(0x1ab)+_0x543fbe+_0x5ee7ee(0x11d)+_0x3b2ca8+_0x5ee7ee(0xee)+_0x3dbe69);_0x53c3ef[_0x5ee7ee(0x189)]&&_0x53c3ef[_0x5ee7ee(0x189)][_0x5ee7ee(0x206)]&&(_0x53c3ef['args']['hookData'][_0x5ee7ee(0x18c)]=_0x543fbe,logger[_0x5ee7ee(0x181)]('[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20'+_0x136e99+'\x20to\x20'+_0x543fbe));try{const _0x22c338=await this['trackHookEvent'](_0x396ffb,_0x53c3ef[_0x5ee7ee(0xe4)],_0x53c3ef[_0x5ee7ee(0xbd)],_0x53c3ef[_0x5ee7ee(0x189)]);_0x22c338&&_0x25b7ce[_0x5ee7ee(0xfe)](Object['keys'](_0x22c338)[_0x5ee7ee(0x1c9)],0x0)&&_0x396ffb[_0x5ee7ee(0x13a)](_0x22c338);await this[_0x5ee7ee(0x14a)](_0x396ffb,_0x53c3ef[_0x5ee7ee(0xe4)],_0x53c3ef[_0x5ee7ee(0xbd)],_0x53c3ef[_0x5ee7ee(0x189)]);const _0x1e3b48=_0x396ffb[_0x5ee7ee(0xa7)](_0x136e99)[_0x5ee7ee(0xd7)](_0x18847f=>_0x18847f!==_0x53c3ef);if(_0x25b7ce[_0x5ee7ee(0x1d2)](_0x1e3b48['length'],0x0))_0x396ffb[_0x5ee7ee(0x168)](_0x136e99);else{_0x396ffb[_0x5ee7ee(0x168)](_0x136e99);for(const _0x567a0a of _0x1e3b48){_0x396ffb['addPendingHook'](_0x136e99,_0x567a0a);}}logger[_0x5ee7ee(0x181)](_0x25b7ce[_0x5ee7ee(0x9c)]);}catch(_0x1ef6a1){logger[_0x5ee7ee(0x17c)]('[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20'+_0x543fbe+',\x20error:\x20'+_0x1ef6a1);}}}}}}}}[a79_0x2bb87a(0x1ac)](_0x84eeec){const _0x212403=a79_0x2bb87a,_0x4a1f8d={'MJxCm':function(_0x230156){return _0x230156();}};if(!_0x84eeec||!_0x84eeec['parent'])return;_0x84eeec[_0x212403(0x1a9)][_0x212403(0x184)]&&Array[_0x212403(0x18e)](_0x84eeec[_0x212403(0x1a9)][_0x212403(0x184)])&&_0x84eeec[_0x212403(0x1a9)][_0x212403(0x184)][_0x212403(0x15a)](_0x558ad9=>{const _0xcbdafd=_0x212403;!_0x558ad9[_0xcbdafd(0x153)]&&!_0x558ad9[_0xcbdafd(0xc4)]&&(_0x558ad9['hookAnalyticsId']=_0x4a1f8d[_0xcbdafd(0x1f7)](uuidv4),_0x558ad9[_0xcbdafd(0xc4)]=_0x558ad9[_0xcbdafd(0x153)],logger['debug']('[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type='+_0x558ad9['type']+_0xcbdafd(0x205)+_0x558ad9['hookAnalyticsId']));}),this[_0x212403(0x1ac)](_0x84eeec[_0x212403(0x1a9)]);}['getHooksForTest'](_0x3b61d5){const _0x53fa17=a79_0x2bb87a,_0x475db2={'tCbFm':function(_0x502e2c,_0x3a3bb9){return _0x502e2c(_0x3a3bb9);}};if(!_0x3b61d5||!_0x3b61d5[_0x53fa17(0x1a9)])return[];const _0x1a703e=[];return _0x3b61d5['parent']['hooks']&&Array[_0x53fa17(0x18e)](_0x3b61d5[_0x53fa17(0x1a9)][_0x53fa17(0x184)])&&_0x3b61d5[_0x53fa17(0x1a9)][_0x53fa17(0x184)][_0x53fa17(0x15a)](_0x45834f=>{const _0x45c147=_0x53fa17,_0x154d89=_0x45834f['hookAnalyticsId']||_0x45834f[_0x45c147(0xc4)];_0x154d89&&!this['isJestInternalHook'](_0x45834f)&&!_0x475db2[_0x45c147(0x1c4)](isInternalHook,_0x45834f['fn'])&&_0x1a703e[_0x45c147(0x115)](_0x154d89);}),[..._0x1a703e,...this['getHooksForTest'](_0x3b61d5[_0x53fa17(0x1a9)])];}[a79_0x2bb87a(0x136)](_0x4bf329){const _0x39063b=a79_0x2bb87a,_0x7792a={'MiUlv':function(_0x4c37c9,_0x404c27){return _0x4c37c9(_0x404c27);},'SXeNQ':'unknown','aDYTZ':function(_0x1e274a,_0x1e19f7){return _0x1e274a(_0x1e19f7);},'BqXby':function(_0x59e69e,_0x400b79){return _0x59e69e(_0x400b79);}},_0x3b1d6b=new Map(),_0x7f4733=_0x396b97=>{const _0x53e687=a79_0x4e25,_0x3ea8a4={'iLxEw':function(_0x3add9a,_0x20ce95){const _0x3eebb3=a79_0x4e25;return _0x7792a[_0x3eebb3(0x1cf)](_0x3add9a,_0x20ce95);},'VkKzs':_0x7792a[_0x53e687(0x194)]};if(!_0x396b97||!_0x396b97[_0x53e687(0x1a9)])return;_0x396b97['parent'][_0x53e687(0x184)]&&Array['isArray'](_0x396b97[_0x53e687(0x1a9)][_0x53e687(0x184)])&&_0x396b97[_0x53e687(0x1a9)]['hooks'][_0x53e687(0x15a)](_0x2317b=>{const _0x50105a=_0x53e687,_0x4ec5f2=_0x2317b[_0x50105a(0x153)]||_0x2317b['hookUUID'];if(_0x4ec5f2&&!this[_0x50105a(0x20e)](_0x2317b)&&!_0x3ea8a4[_0x50105a(0x11e)](isInternalHook,_0x2317b['fn'])){const _0x28218c={};_0x28218c[_0x50105a(0x146)]=_0x2317b[_0x50105a(0x146)]||_0x3ea8a4[_0x50105a(0x1fb)],_0x28218c[_0x50105a(0x13d)]=_0x2317b[_0x50105a(0x13d)]||'\x22'+_0x2317b[_0x50105a(0x146)]+'\x22\x20hook',_0x3b1d6b[_0x50105a(0xd9)](_0x4ec5f2,_0x28218c);}}),_0x7792a[_0x53e687(0xa4)](_0x7f4733,_0x396b97[_0x53e687(0x1a9)]);};return _0x7792a[_0x39063b(0x158)](_0x7f4733,_0x4bf329),_0x3b1d6b;}[a79_0x2bb87a(0x20e)](_0x29a3a2){const _0x389b7b=a79_0x2bb87a,_0x1cdca3={};_0x1cdca3[_0x389b7b(0x176)]='jest-circus',_0x1cdca3['CotKE']=_0x389b7b(0x17f);const _0x2a1b13=_0x1cdca3;try{const _0x491344=this[_0x389b7b(0x1b5)](_0x29a3a2);if(!_0x491344||_0x491344[_0x389b7b(0x1cc)](_0x2a1b13[_0x389b7b(0x176)]))return!![];return![];}catch(_0xacd508){logger[_0x389b7b(0x181)](_0x2a1b13[_0x389b7b(0x17d)]);}return![];}[a79_0x2bb87a(0x1b5)](_0x46aad0){const _0x433184=a79_0x2bb87a,_0x442f40={'bHMWj':function(_0x187310,_0x370eed){return _0x187310(_0x370eed);}};if(_0x46aad0[_0x433184(0xf3)])return _0x46aad0['file'];if(_0x46aad0[_0x433184(0xe1)])try{const _0x2fe0a6=stackTrace[_0x433184(0x10a)](_0x46aad0[_0x433184(0xe1)]),_0x57ad8d=_0x442f40[_0x433184(0xad)](pickUserFrameFile,_0x2fe0a6);if(_0x57ad8d)return _0x57ad8d;logger[_0x433184(0x181)](_0x433184(0x1a4)+_0x2fe0a6['length']+')');}catch(_0x14f9d8){logger['debug'](_0x433184(0x21a)+util[_0x433184(0xa2)](_0x14f9d8));}return null;}}module[a79_0x2bb87a(0x1fe)]=JestTestFramework;
@@ -1 +1 @@
1
- const a80_0x553b1e=a80_0x4645;function a80_0x6e60(){const _0x564515=['TEST','path','KEY_HOOKS_FINISHED','zMHmP','KEY_TEST_ENDED_AT','KEY_TEST_LOGS','runHooks','KEY_TEST_NAME','KEY_TEST_SCOPE','createTestFrameworkEventPayload:\x20error=','location','createContext','KEY_TEST_FAILURE_TYPE','KEY_TEST_CODE','getCurrentHookState','parseNewmanTestResult','48riFCPc','from','result','KEY_TEST_ID','../../../helpers/classLogger.js','getTestFrameworks','2ReYTbj','613714jLMAjJ','uuid','setTrackedInstance','trackEvent:\x20state=','getAllData','failure_type','error','\x20hook=','../state/hookState.js','getTrackedInstance','KEY_TEST_UUID','./testFramework','2353533oxEVHD','test','KEY_CUSTOM_TAGS','exports','KEY_TEST_STARTED_AT','name','../instances/testFrameworkInstance.js','toISOString','toString','PRE','612000vsIpVg','getTestFrameworksVersions','started_at','3515820OsdwXT','getContext','NONE','584682XIXRpH','trackEvent:\x20error=','format','resolveInstance','debug','../cliUtils.js','addMultipleEntries','createTestFrameworkEventPayload','NewmanTestFramework','split','getCurrentTestState','mlWCO','parseNewmanTest','base64','KEY_TEST_RESULT','get','TDTQG','trackEvent','getThreadId','KEY_HOOKS_STARTED','../instances/trackedInstance.js','getProcessId','../state/testFrameworkState.js','custom_metadata','tags','getCurrentInstanceName','instance','failure_reason','getId','scopes','81123ojjadS','KEY_TEST_FAILURE_REASON','2371872HYhQiO','KEY_TEST_TAGS'];a80_0x6e60=function(){return _0x564515;};return a80_0x6e60();}(function(_0x1e9775,_0x40f756){const _0x411949=a80_0x4645,_0x2012c0=_0x1e9775();while(!![]){try{const _0x520f00=parseInt(_0x411949(0x155))/0x1*(parseInt(_0x411949(0x156))/0x2)+-parseInt(_0x411949(0x13b))/0x3*(-parseInt(_0x411949(0x14f))/0x4)+-parseInt(_0x411949(0x16f))/0x5+parseInt(_0x411949(0x172))/0x6+-parseInt(_0x411949(0x162))/0x7+parseInt(_0x411949(0x13d))/0x8+parseInt(_0x411949(0x16c))/0x9;if(_0x520f00===_0x40f756)break;else _0x2012c0['push'](_0x2012c0['shift']());}catch(_0x2b529e){_0x2012c0['push'](_0x2012c0['shift']());}}}(a80_0x6e60,0x58132));function a80_0x4645(_0x44b6e8,_0x5e2cea){const _0x6e607c=a80_0x6e60();return a80_0x4645=function(_0x464516,_0x95a71f){_0x464516=_0x464516-0x12f;let _0x16f948=_0x6e607c[_0x464516];return _0x16f948;},a80_0x4645(_0x44b6e8,_0x5e2cea);}const path=require(a80_0x553b1e(0x140)),TestFramework=require(a80_0x553b1e(0x161)),TestFrameworkState=require(a80_0x553b1e(0x133)),HookState=require(a80_0x553b1e(0x15e)),{createClassLogger}=require(a80_0x553b1e(0x153)),TestFrameworkInstance=require(a80_0x553b1e(0x168)),CLIUtils=require(a80_0x553b1e(0x177)),TrackedInstance=require(a80_0x553b1e(0x131)),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),util=require('util'),logger=createClassLogger(a80_0x553b1e(0x17a));class NewmanTestFramework extends TestFramework{constructor(_0x40cf27,_0x3a0799,_0x18cb01){super(_0x40cf27,_0x3a0799,_0x18cb01);}async[a80_0x553b1e(0x183)](_0x484afe,_0x41524a,_0x2fda77={}){const _0x15c7b9=a80_0x553b1e,_0xab55f5={};_0xab55f5[_0x15c7b9(0x142)]=function(_0x3ebef6,_0x55d9ed){return _0x3ebef6===_0x55d9ed;};const _0x17fb3c=_0xab55f5;logger[_0x15c7b9(0x176)](_0x15c7b9(0x159)+_0x484afe+_0x15c7b9(0x15d)+_0x41524a),await super[_0x15c7b9(0x183)](_0x484afe,_0x41524a,_0x2fda77);const _0x51d743=this[_0x15c7b9(0x175)](_0x484afe,_0x41524a,_0x2fda77);if(!_0x51d743)return;try{if(_0x17fb3c[_0x15c7b9(0x142)](_0x484afe,TestFrameworkState[_0x15c7b9(0x13f)])&&_0x2fda77[_0x15c7b9(0x163)]){const _0x5bc27a=_0x17fb3c[_0x15c7b9(0x142)](_0x41524a,HookState[_0x15c7b9(0x16b)])?this[_0x15c7b9(0x17e)](_0x2fda77[_0x15c7b9(0x163)]):this[_0x15c7b9(0x14e)](_0x2fda77[_0x15c7b9(0x163)]);_0x51d743[_0x15c7b9(0x178)](_0x5bc27a);}}catch(_0x2c2a46){logger['error'](_0x15c7b9(0x173)+util[_0x15c7b9(0x174)](_0x2c2a46));}_0x2fda77[_0x15c7b9(0x137)]=_0x51d743,await this[_0x15c7b9(0x145)](_0x51d743,_0x484afe,_0x41524a,_0x2fda77);}[a80_0x553b1e(0x17e)](_0x21d34f){const _0x3f51e6=a80_0x553b1e,_0x4ff7ec=this[_0x3f51e6(0x154)]()[0x0],_0x24b278={};return _0x24b278[_0x21d34f[_0x3f51e6(0x157)]]={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x4ff7ec,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this['getTestFrameworksVersions']()[_0x4ff7ec],[TestFrameworkConstants[_0x3f51e6(0x144)]]:[],[TestFrameworkConstants[_0x3f51e6(0x141)]]:{},[TestFrameworkConstants[_0x3f51e6(0x130)]]:{},[TestFrameworkConstants[_0x3f51e6(0x180)]]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants[_0x3f51e6(0x152)]]:_0x21d34f[_0x3f51e6(0x157)],[TestFrameworkConstants[_0x3f51e6(0x160)]]:_0x21d34f['uuid'],[TestFrameworkConstants[_0x3f51e6(0x146)]]:_0x21d34f[_0x3f51e6(0x167)],[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x21d34f['file_path']||'',[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x21d34f[_0x3f51e6(0x149)]||'',[TestFrameworkConstants[_0x3f51e6(0x14c)]]:null,[TestFrameworkConstants[_0x3f51e6(0x13e)]]:_0x21d34f[_0x3f51e6(0x135)]||[],[TestFrameworkConstants[_0x3f51e6(0x166)]]:_0x21d34f[_0x3f51e6(0x16e)]||new Date()[_0x3f51e6(0x169)](),[TestFrameworkConstants[_0x3f51e6(0x147)]]:_0x21d34f['scope']||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x21d34f[_0x3f51e6(0x13a)]||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:null,[TestFrameworkConstants[_0x3f51e6(0x164)]]:_0x21d34f[_0x3f51e6(0x134)]||{},[TestFrameworkConstants['KEY_TEST_META']]:_0x21d34f['meta']||{}},_0x24b278;}[a80_0x553b1e(0x14e)](_0x51eafb){const _0x3a2866=a80_0x553b1e,_0x2d349c={};_0x2d349c[_0x3a2866(0x182)]='pending';const _0xe426a=_0x2d349c,_0x5118ad={};return _0x5118ad[_0x51eafb[_0x3a2866(0x157)]]={[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x51eafb[_0x3a2866(0x151)]||_0xe426a[_0x3a2866(0x182)],[TestFrameworkConstants[_0x3a2866(0x143)]]:_0x51eafb['finished_at']||new Date()[_0x3a2866(0x169)](),[TestFrameworkConstants['KEY_TEST_FAILURE']]:_0x51eafb['failure']||[],[TestFrameworkConstants[_0x3a2866(0x14b)]]:_0x51eafb[_0x3a2866(0x15b)]||null,[TestFrameworkConstants[_0x3a2866(0x13c)]]:_0x51eafb[_0x3a2866(0x138)]||null},_0x5118ad;}[a80_0x553b1e(0x175)](_0xc97355){const _0x1211d3=a80_0x553b1e;let _0x152687=TestFramework[_0x1211d3(0x15f)]();if(!_0x152687){const _0x2cccc9=TrackedInstance[_0x1211d3(0x14a)](CLIUtils[_0x1211d3(0x136)]());_0x152687=new TestFrameworkInstance(_0x2cccc9,this[_0x1211d3(0x154)](),this[_0x1211d3(0x16d)](),_0xc97355,HookState[_0x1211d3(0x171)]),TestFramework[_0x1211d3(0x158)](_0x2cccc9,_0x152687);}return _0x152687;}[a80_0x553b1e(0x179)](_0x245c76){const _0x4bba9f=a80_0x553b1e,_0x42a8a3={};_0x42a8a3[_0x4bba9f(0x17d)]=_0x4bba9f(0x17f);const _0x28ae02=_0x42a8a3;try{const _0x38bbb4=_0x245c76[_0x4bba9f(0x163)]?_0x245c76['test'][_0x4bba9f(0x157)]:null,_0x3e8150=_0x245c76[_0x4bba9f(0x137)],_0x4a0f58=_0x3e8150[_0x4bba9f(0x170)](),_0x34518e=_0x3e8150[_0x4bba9f(0x15a)]()[_0x4bba9f(0x181)](_0x38bbb4);if(!_0x34518e)return{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x1a95d8='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x3d0bd1='',[TestFrameworkConstants[_0x4bba9f(0x166)]]:_0x46f8c0='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x3604a3=''}=_0x34518e;return{'platformIndex':0x0,'testFrameworkName':_0x1a95d8,'testFrameworkVersion':_0x3d0bd1,'testFrameworkState':_0x3e8150[_0x4bba9f(0x17c)]()[_0x4bba9f(0x16a)]()['split']('.')[0x1],'hookState':_0x3e8150[_0x4bba9f(0x14d)]()['toString']()[_0x4bba9f(0x17b)]('.')[0x1],'startedAt':_0x46f8c0,'endedAt':_0x3604a3,'uuid':_0x38bbb4,'eventJson':Buffer[_0x4bba9f(0x150)](JSON['stringify'](_0x34518e))[_0x4bba9f(0x16a)](_0x28ae02[_0x4bba9f(0x17d)]),'executionContext':{'hash':_0x4a0f58[_0x4bba9f(0x139)](),'threadId':_0x4a0f58[_0x4bba9f(0x12f)]()['toString'](),'processId':_0x4a0f58[_0x4bba9f(0x132)]()[_0x4bba9f(0x16a)]()}};}catch(_0x1a9e9b){return logger[_0x4bba9f(0x15c)](_0x4bba9f(0x148)+util[_0x4bba9f(0x174)](_0x1a9e9b)),{};}}}module[a80_0x553b1e(0x165)]=NewmanTestFramework;
1
+ const a80_0x23341c=a80_0x56fd;(function(_0x2e7ccb,_0x1f85f3){const _0x2245fd=a80_0x56fd,_0x356f31=_0x2e7ccb();while(!![]){try{const _0x2f8924=parseInt(_0x2245fd(0x1d8))/0x1*(-parseInt(_0x2245fd(0x1c1))/0x2)+-parseInt(_0x2245fd(0x1c9))/0x3*(-parseInt(_0x2245fd(0x1f1))/0x4)+-parseInt(_0x2245fd(0x1b6))/0x5+parseInt(_0x2245fd(0x1ea))/0x6*(-parseInt(_0x2245fd(0x1bf))/0x7)+-parseInt(_0x2245fd(0x1bd))/0x8+-parseInt(_0x2245fd(0x1b1))/0x9*(parseInt(_0x2245fd(0x1cb))/0xa)+parseInt(_0x2245fd(0x1a2))/0xb;if(_0x2f8924===_0x1f85f3)break;else _0x356f31['push'](_0x356f31['shift']());}catch(_0x466787){_0x356f31['push'](_0x356f31['shift']());}}}(a80_0xb21d,0xa4750));function a80_0xb21d(){const _0x373fc4=['name','trackEvent','trackEvent:\x20error=','TEST','runHooks','debug','../instances/testFrameworkInstance.js','getTestFrameworksVersions','KEY_TEST_FAILURE_TYPE','custom_metadata','KEY_CUSTOM_TAGS','801vCZnrT','getThreadId','pending','tags','scopes','1839205yQEIAt','KEY_TEST_RERUN_NAME','KEY_TEST_FRAMEWORK_VERSION','setTrackedInstance','./constants/testFrameworkConstants.js','KEY_TEST_CODE','getContext','3628064aPKlkD','createTestFrameworkEventPayload:\x20error=','21iKUiRM','KEY_TEST_STARTED_AT','3810VaUAhE','getTrackedInstance','failure_reason','exports','KEY_TEST_FRAMEWORK_NAME','KEY_TEST_NAME','get','../cliUtils.js','3MfGulD','getCurrentHookState','139280bBJbjU','sWqZH','KEY_HOOKS_FINISHED','path','KEY_TEST_SCOPE','createContext','KEY_TEST_ENDED_AT','KEY_TEST_FAILURE_REASON','location','instance','getAllData','base64','KEY_TEST_META','548NyXMhz','result','getId','format','./testFramework','../instances/trackedInstance.js','createTestFrameworkEventPayload','resolveInstance','KEY_TEST_RESULT','split','toISOString','KEY_TEST_ID','uuid','../state/hookState.js','failure','test','NONE','toString','2066994CKsTyH','\x20hook=','KEY_TEST_UUID','getProcessId','scope','KEY_TEST_LOCATION','KEY_TEST_FAILURE','2029876ryYyAk','addMultipleEntries','started_at','getTestFrameworks','file_path','tGHvN','parseNewmanTest','NewmanTestFramework','failure_type','47349775HMvKOd','KEY_TEST_TAGS','DEFAULT_TEST_RESULT','from'];a80_0xb21d=function(){return _0x373fc4;};return a80_0xb21d();}const path=require(a80_0x23341c(0x1ce)),TestFramework=require(a80_0x23341c(0x1dc)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a80_0x23341c(0x1e5)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a80_0x23341c(0x1ac)),CLIUtils=require(a80_0x23341c(0x1c8)),TrackedInstance=require(a80_0x23341c(0x1dd)),TestFrameworkConstants=require(a80_0x23341c(0x1ba)),util=require('util'),logger=createClassLogger(a80_0x23341c(0x1f8));function a80_0x56fd(_0x5dcc7a,_0x4078aa){const _0xb21daf=a80_0xb21d();return a80_0x56fd=function(_0x56fd4b,_0x23fc53){_0x56fd4b=_0x56fd4b-0x1a2;let _0x47c9ed=_0xb21daf[_0x56fd4b];return _0x47c9ed;},a80_0x56fd(_0x5dcc7a,_0x4078aa);}class NewmanTestFramework extends TestFramework{constructor(_0x2ceffd,_0x39b4a0,_0x59b97a){super(_0x2ceffd,_0x39b4a0,_0x59b97a);}async['trackEvent'](_0x15bbba,_0x39bbe0,_0x1f24d1={}){const _0xc39fd7=a80_0x23341c,_0x46f005={};_0x46f005[_0xc39fd7(0x1f6)]=function(_0x1daa38,_0xc8a273){return _0x1daa38===_0xc8a273;};const _0x722a56=_0x46f005;logger[_0xc39fd7(0x1ab)]('trackEvent:\x20state='+_0x15bbba+_0xc39fd7(0x1eb)+_0x39bbe0),await super[_0xc39fd7(0x1a7)](_0x15bbba,_0x39bbe0,_0x1f24d1);const _0x196eb8=this[_0xc39fd7(0x1df)](_0x15bbba,_0x39bbe0,_0x1f24d1);if(!_0x196eb8)return;try{if(_0x722a56[_0xc39fd7(0x1f6)](_0x15bbba,TestFrameworkState[_0xc39fd7(0x1a9)])&&_0x1f24d1[_0xc39fd7(0x1e7)]){const _0x218cbe=_0x722a56['tGHvN'](_0x39bbe0,HookState['PRE'])?this['parseNewmanTest'](_0x1f24d1[_0xc39fd7(0x1e7)]):this['parseNewmanTestResult'](_0x1f24d1[_0xc39fd7(0x1e7)]);_0x196eb8[_0xc39fd7(0x1f2)](_0x218cbe);}}catch(_0x20cb4a){logger['error'](_0xc39fd7(0x1a8)+util[_0xc39fd7(0x1db)](_0x20cb4a));}_0x1f24d1[_0xc39fd7(0x1d4)]=_0x196eb8,await this[_0xc39fd7(0x1aa)](_0x196eb8,_0x15bbba,_0x39bbe0,_0x1f24d1);}[a80_0x23341c(0x1f7)](_0x62ce97){const _0xcbde09=a80_0x23341c,_0x13f6d8=this[_0xcbde09(0x1f4)]()[0x0],_0x5f5539={};return _0x5f5539[_0x62ce97[_0xcbde09(0x1e4)]]={[TestFrameworkConstants[_0xcbde09(0x1c5)]]:_0x13f6d8,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0xcbde09(0x1ad)]()[_0x13f6d8],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0xcbde09(0x1cd)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0xcbde09(0x1a4)],[TestFrameworkConstants[_0xcbde09(0x1e3)]]:_0x62ce97[_0xcbde09(0x1e4)],[TestFrameworkConstants[_0xcbde09(0x1ec)]]:_0x62ce97[_0xcbde09(0x1e4)],[TestFrameworkConstants[_0xcbde09(0x1c6)]]:_0x62ce97[_0xcbde09(0x1a6)],[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x62ce97[_0xcbde09(0x1f5)]||'',[TestFrameworkConstants[_0xcbde09(0x1ef)]]:_0x62ce97[_0xcbde09(0x1d3)]||'',[TestFrameworkConstants[_0xcbde09(0x1bb)]]:null,[TestFrameworkConstants[_0xcbde09(0x1a3)]]:_0x62ce97[_0xcbde09(0x1b4)]||[],[TestFrameworkConstants[_0xcbde09(0x1c0)]]:_0x62ce97[_0xcbde09(0x1f3)]||new Date()[_0xcbde09(0x1e2)](),[TestFrameworkConstants[_0xcbde09(0x1cf)]]:_0x62ce97[_0xcbde09(0x1ee)]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x62ce97[_0xcbde09(0x1b5)]||[],[TestFrameworkConstants[_0xcbde09(0x1b7)]]:null,[TestFrameworkConstants[_0xcbde09(0x1b0)]]:_0x62ce97[_0xcbde09(0x1af)]||{},[TestFrameworkConstants[_0xcbde09(0x1d7)]]:_0x62ce97['meta']||{}},_0x5f5539;}['parseNewmanTestResult'](_0x477e79){const _0x14f4d9=a80_0x23341c,_0x189a10={};_0x189a10[_0x14f4d9(0x1cc)]=_0x14f4d9(0x1b3);const _0x2a078d=_0x189a10,_0x1cfee1={};return _0x1cfee1[_0x477e79[_0x14f4d9(0x1e4)]]={[TestFrameworkConstants[_0x14f4d9(0x1e0)]]:_0x477e79[_0x14f4d9(0x1d9)]||_0x2a078d[_0x14f4d9(0x1cc)],[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x477e79['finished_at']||new Date()[_0x14f4d9(0x1e2)](),[TestFrameworkConstants[_0x14f4d9(0x1f0)]]:_0x477e79[_0x14f4d9(0x1e6)]||[],[TestFrameworkConstants[_0x14f4d9(0x1ae)]]:_0x477e79[_0x14f4d9(0x1f9)]||null,[TestFrameworkConstants[_0x14f4d9(0x1d2)]]:_0x477e79[_0x14f4d9(0x1c3)]||null},_0x1cfee1;}['resolveInstance'](_0x4b204b){const _0x1fd5f0=a80_0x23341c;let _0x2c2cf1=TestFramework[_0x1fd5f0(0x1c2)]();if(!_0x2c2cf1){const _0x42d1c2=TrackedInstance[_0x1fd5f0(0x1d0)](CLIUtils['getCurrentInstanceName']());_0x2c2cf1=new TestFrameworkInstance(_0x42d1c2,this[_0x1fd5f0(0x1f4)](),this['getTestFrameworksVersions'](),_0x4b204b,HookState[_0x1fd5f0(0x1e8)]),TestFramework[_0x1fd5f0(0x1b9)](_0x42d1c2,_0x2c2cf1);}return _0x2c2cf1;}[a80_0x23341c(0x1de)](_0x527523){const _0x3b2d7d=a80_0x23341c,_0x570f8f={};_0x570f8f['hfQsI']=_0x3b2d7d(0x1d6);const _0x46fbbe=_0x570f8f;try{const _0x1892e8=_0x527523[_0x3b2d7d(0x1e7)]?_0x527523[_0x3b2d7d(0x1e7)]['uuid']:null,_0xc022f1=_0x527523[_0x3b2d7d(0x1d4)],_0x3b08ec=_0xc022f1[_0x3b2d7d(0x1bc)](),_0x228f0b=_0xc022f1[_0x3b2d7d(0x1d5)]()[_0x3b2d7d(0x1c7)](_0x1892e8);if(!_0x228f0b)return{};const {[TestFrameworkConstants[_0x3b2d7d(0x1c5)]]:_0x14c856='',[TestFrameworkConstants[_0x3b2d7d(0x1b8)]]:_0x1c2870='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x1d94e0='',[TestFrameworkConstants[_0x3b2d7d(0x1d1)]]:_0x53e352=''}=_0x228f0b;return{'platformIndex':0x0,'testFrameworkName':_0x14c856,'testFrameworkVersion':_0x1c2870,'testFrameworkState':_0xc022f1['getCurrentTestState']()['toString']()[_0x3b2d7d(0x1e1)]('.')[0x1],'hookState':_0xc022f1[_0x3b2d7d(0x1ca)]()[_0x3b2d7d(0x1e9)]()[_0x3b2d7d(0x1e1)]('.')[0x1],'startedAt':_0x1d94e0,'endedAt':_0x53e352,'uuid':_0x1892e8,'eventJson':Buffer[_0x3b2d7d(0x1a5)](JSON['stringify'](_0x228f0b))[_0x3b2d7d(0x1e9)](_0x46fbbe['hfQsI']),'executionContext':{'hash':_0x3b08ec[_0x3b2d7d(0x1da)](),'threadId':_0x3b08ec[_0x3b2d7d(0x1b2)]()[_0x3b2d7d(0x1e9)](),'processId':_0x3b08ec[_0x3b2d7d(0x1ed)]()[_0x3b2d7d(0x1e9)]()}};}catch(_0x3882df){return logger['error'](_0x3b2d7d(0x1be)+util[_0x3b2d7d(0x1db)](_0x3882df)),{};}}}module[a80_0x23341c(0x1c4)]=NewmanTestFramework;
@@ -1 +1 @@
1
- const a81_0x318301=a81_0x1aba;(function(_0x48d4d1,_0x202bc6){const _0x1008ce=a81_0x1aba,_0x22db5c=_0x48d4d1();while(!![]){try{const _0x4896b7=-parseInt(_0x1008ce(0x141))/0x1*(-parseInt(_0x1008ce(0x12d))/0x2)+-parseInt(_0x1008ce(0x12e))/0x3+-parseInt(_0x1008ce(0x13f))/0x4+-parseInt(_0x1008ce(0x131))/0x5*(parseInt(_0x1008ce(0x13b))/0x6)+parseInt(_0x1008ce(0x14b))/0x7+parseInt(_0x1008ce(0x129))/0x8*(-parseInt(_0x1008ce(0x12b))/0x9)+parseInt(_0x1008ce(0x128))/0xa;if(_0x4896b7===_0x202bc6)break;else _0x22db5c['push'](_0x22db5c['shift']());}catch(_0x4f083a){_0x22db5c['push'](_0x22db5c['shift']());}}}(a81_0x4dfa,0xcf5c1));const AutomationFramework=require(a81_0x318301(0x145)),{createClassLogger}=require(a81_0x318301(0x13d)),AutomationFrameworkState=require(a81_0x318301(0x135)),CLIUtils=require(a81_0x318301(0x132)),TrackedInstance=require(a81_0x318301(0x14a)),AutomationFrameworkInstance=require(a81_0x318301(0x123));function a81_0x1aba(_0x567928,_0x284f7a){const _0x4dfa2c=a81_0x4dfa();return a81_0x1aba=function(_0x1abad2,_0x4db61c){_0x1abad2=_0x1abad2-0x121;let _0x40e428=_0x4dfa2c[_0x1abad2];return _0x40e428;},a81_0x1aba(_0x567928,_0x284f7a);}class PlaywrightAutomationFramework extends AutomationFramework{[a81_0x318301(0x124)]=createClassLogger(a81_0x318301(0x133));constructor(_0x46727d,_0x4bf1dc){super(_0x46727d,_0x4bf1dc);}async[a81_0x318301(0x12f)](_0x4b420e,_0x220fa6,_0x3f0b60={}){const _0x21f27a=a81_0x318301,_0x514b95={};_0x514b95[_0x21f27a(0x12c)]=function(_0x345d07,_0x404ab2){return _0x345d07===_0x404ab2;};const _0x3c8697=_0x514b95;this[_0x21f27a(0x124)]['debug'](_0x21f27a(0x144)+_0x4b420e+_0x21f27a(0x13e)+_0x220fa6),await super[_0x21f27a(0x12f)](_0x4b420e,_0x220fa6,_0x3f0b60);const _0x430372=this[_0x21f27a(0x125)](_0x4b420e,_0x220fa6,_0x3f0b60);if(_0x3c8697['vpCwS'](_0x430372,null))return;_0x3f0b60[_0x21f27a(0x121)]=_0x430372,await this['runHooks'](_0x430372,_0x4b420e,_0x220fa6,_0x3f0b60);}[a81_0x318301(0x125)](_0x1b5abe,_0x2e83b0,_0x52eb95={}){const _0x537298=a81_0x318301,_0x3d07fc={};_0x3d07fc[_0x537298(0x130)]=function(_0x30aa3b,_0x192f57){return _0x30aa3b===_0x192f57;},_0x3d07fc['oVyUs']=function(_0x3f7be4,_0x137b44){return _0x3f7be4===_0x137b44;},_0x3d07fc[_0x537298(0x13c)]=function(_0x1ea491,_0x6d0775){return _0x1ea491===_0x6d0775;};const _0x277a5=_0x3d07fc;let _0x30b663=null;return(_0x277a5[_0x537298(0x130)](_0x1b5abe,AutomationFrameworkState[_0x537298(0x122)])||_0x277a5[_0x537298(0x143)](_0x1b5abe,AutomationFrameworkState[_0x537298(0x147)])&&(_0x52eb95[_0x537298(0x12a)]&&_0x52eb95[_0x537298(0x12a)]['params']&&_0x52eb95['message'][_0x537298(0x13a)][_0x537298(0x137)])||_0x277a5[_0x537298(0x13c)](_0x1b5abe,AutomationFrameworkState[_0x537298(0x146)]))&&this['trackPlaywrightInstance'](_0x1b5abe,_0x52eb95),_0x30b663=AutomationFramework['getTrackedInstance'](),_0x30b663;}[a81_0x318301(0x127)](_0x228207,_0x40a44c){const _0x43c4a3=a81_0x318301,_0x47c348={};_0x47c348['bnDaC']='trackPlaywrightInstance:\x20instance\x20already\x20exists';const _0x4bed6d=_0x47c348;if(AutomationFramework[_0x43c4a3(0x139)]()){this['logger'][_0x43c4a3(0x136)](_0x4bed6d[_0x43c4a3(0x148)]);return;}const _0x265abc=CLIUtils['getCurrentInstanceName'](),_0x9231ab=TrackedInstance['createContext'](_0x265abc);let _0x48a7d4=null;this['logger'][_0x43c4a3(0x136)](_0x43c4a3(0x142)+_0x265abc+_0x43c4a3(0x138)+_0x228207),_0x48a7d4=new AutomationFrameworkInstance(_0x9231ab,this['getAutomationFrameworkName'](),this[_0x43c4a3(0x140)](),_0x228207),AutomationFramework[_0x43c4a3(0x126)](_0x9231ab,_0x48a7d4),this[_0x43c4a3(0x124)][_0x43c4a3(0x136)](_0x43c4a3(0x149)+_0x9231ab[_0x43c4a3(0x134)]()+'\x20target='+_0x265abc);}}function a81_0x4dfa(){const _0x2c3e89=['7426OFAwMN','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','oVyUs','trackEvent:\x20automationFrameworkState=','./automationFramework.js','NONE','PLAYWRIGHT_DISPATCH','bnDaC','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','../instances/trackedInstance.js','11097884pytsmT','instance','CREATE','../instances/automationFrameworkInstance.js','logger','resolveInstance','setTrackedInstance','trackPlaywrightInstance','19733180yfmGHl','40uTfJEE','message','2736009AFLRjq','vpCwS','412EkCEYu','699318PhjoQS','trackEvent','BGJRA','865WHqPsX','../cliUtils.js','PlaywrightAutomationFramework','getId','../state/automationFrameworkState.js','info','bsParams',',\x20state=','getTrackedInstance','params','38334aRvClz','fgfNK','../../../helpers/classLogger.js','\x20hookState=','5522932fRytiZ','getAutomationFrameworkVersion'];a81_0x4dfa=function(){return _0x2c3e89;};return a81_0x4dfa();}module['exports']=PlaywrightAutomationFramework;
1
+ function a81_0x23e2(){const _0x8682bf=['4533363oRIFbc','\x20target=','message','getAutomationFrameworkVersion','instance','resolveInstance','1041372pOFxqu','hTOlM','logger','./automationFramework.js','trackPlaywrightInstance:\x20instance\x20already\x20exists','debug','jguaR','4300054GzLdgD','../cliUtils.js','getCurrentInstanceName','../instances/automationFrameworkInstance.js','PlaywrightAutomationFramework','bsParams','10Thmcdt','81BLvZAt','getAutomationFrameworkName','getId','../state/automationFrameworkState.js',',\x20state=','CREATE','params','5jQMtau','trackEvent','setTrackedInstance','40NfmvWX','exports','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','getTrackedInstance','437562AWWpSh','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','createContext','3857TRaZHu','WMrKM','9600VufhdK','PLAYWRIGHT_DISPATCH','hCRDF','info','1355500JuSlMd','../../../helpers/classLogger.js','\x20hookState=','MrUvE','NONE'];a81_0x23e2=function(){return _0x8682bf;};return a81_0x23e2();}const a81_0x196076=a81_0x4a51;(function(_0x3d9a85,_0x1d32d7){const _0x20138b=a81_0x4a51,_0x356ac0=_0x3d9a85();while(!![]){try{const _0x2ad41f=-parseInt(_0x20138b(0x209))/0x1+-parseInt(_0x20138b(0x20e))/0x2*(-parseInt(_0x20138b(0x1fb))/0x3)+-parseInt(_0x20138b(0x212))/0x4+-parseInt(_0x20138b(0x202))/0x5*(-parseInt(_0x20138b(0x1ed))/0x6)+-parseInt(_0x20138b(0x20c))/0x7*(parseInt(_0x20138b(0x205))/0x8)+parseInt(_0x20138b(0x217))/0x9+-parseInt(_0x20138b(0x1fa))/0xa*(-parseInt(_0x20138b(0x1f4))/0xb);if(_0x2ad41f===_0x1d32d7)break;else _0x356ac0['push'](_0x356ac0['shift']());}catch(_0x2ed204){_0x356ac0['push'](_0x356ac0['shift']());}}}(a81_0x23e2,0x6631f));function a81_0x4a51(_0xc9b6d,_0x1c27be){const _0x23e2d1=a81_0x23e2();return a81_0x4a51=function(_0x4a51e1,_0x467ac5){_0x4a51e1=_0x4a51e1-0x1ed;let _0x324a6d=_0x23e2d1[_0x4a51e1];return _0x324a6d;},a81_0x4a51(_0xc9b6d,_0x1c27be);}const AutomationFramework=require(a81_0x196076(0x1f0)),{createClassLogger}=require(a81_0x196076(0x213)),AutomationFrameworkState=require(a81_0x196076(0x1fe)),CLIUtils=require(a81_0x196076(0x1f5)),TrackedInstance=require('../instances/trackedInstance.js'),AutomationFrameworkInstance=require(a81_0x196076(0x1f7));class PlaywrightAutomationFramework extends AutomationFramework{[a81_0x196076(0x1ef)]=createClassLogger(a81_0x196076(0x1f8));constructor(_0x1d80cc,_0x1cffcd){super(_0x1d80cc,_0x1cffcd);}async[a81_0x196076(0x203)](_0x2001bf,_0x3de9da,_0x43bf9a={}){const _0x74ebed=a81_0x196076,_0x5ca3cd={};_0x5ca3cd[_0x74ebed(0x1f3)]=function(_0x4bbb2f,_0x203869){return _0x4bbb2f===_0x203869;};const _0x311968=_0x5ca3cd;this[_0x74ebed(0x1ef)][_0x74ebed(0x1f2)]('trackEvent:\x20automationFrameworkState='+_0x2001bf+_0x74ebed(0x214)+_0x3de9da),await super[_0x74ebed(0x203)](_0x2001bf,_0x3de9da,_0x43bf9a);const _0x20e033=this[_0x74ebed(0x21c)](_0x2001bf,_0x3de9da,_0x43bf9a);if(_0x311968['jguaR'](_0x20e033,null))return;_0x43bf9a[_0x74ebed(0x21b)]=_0x20e033,await this['runHooks'](_0x20e033,_0x2001bf,_0x3de9da,_0x43bf9a);}[a81_0x196076(0x21c)](_0x3f1bab,_0x3a8692,_0xff8a85={}){const _0xdf84b9=a81_0x196076,_0x337725={};_0x337725[_0xdf84b9(0x20d)]=function(_0x162e4b,_0x3a7170){return _0x162e4b===_0x3a7170;},_0x337725[_0xdf84b9(0x1ee)]=function(_0x4f509d,_0x1a70ca){return _0x4f509d===_0x1a70ca;},_0x337725[_0xdf84b9(0x210)]=function(_0x90dc8d,_0x42be39){return _0x90dc8d===_0x42be39;};const _0x5406c6=_0x337725;let _0x4cafe3=null;return(_0x5406c6[_0xdf84b9(0x20d)](_0x3f1bab,AutomationFrameworkState[_0xdf84b9(0x200)])||_0x5406c6[_0xdf84b9(0x1ee)](_0x3f1bab,AutomationFrameworkState[_0xdf84b9(0x20f)])&&(_0xff8a85['message']&&_0xff8a85[_0xdf84b9(0x219)][_0xdf84b9(0x201)]&&_0xff8a85[_0xdf84b9(0x219)]['params'][_0xdf84b9(0x1f9)])||_0x5406c6['hCRDF'](_0x3f1bab,AutomationFrameworkState[_0xdf84b9(0x216)]))&&this['trackPlaywrightInstance'](_0x3f1bab,_0xff8a85),_0x4cafe3=AutomationFramework[_0xdf84b9(0x208)](),_0x4cafe3;}['trackPlaywrightInstance'](_0x29fa91,_0xfec851){const _0x12f356=a81_0x196076,_0xce55ad={};_0xce55ad[_0x12f356(0x215)]=_0x12f356(0x1f1);const _0x386605=_0xce55ad;if(AutomationFramework[_0x12f356(0x208)]()){this[_0x12f356(0x1ef)]['info'](_0x386605[_0x12f356(0x215)]);return;}const _0x44e883=CLIUtils[_0x12f356(0x1f6)](),_0x21ade7=TrackedInstance[_0x12f356(0x20b)](_0x44e883);let _0x35ee5b=null;this[_0x12f356(0x1ef)][_0x12f356(0x211)](_0x12f356(0x20a)+_0x44e883+_0x12f356(0x1ff)+_0x29fa91),_0x35ee5b=new AutomationFrameworkInstance(_0x21ade7,this[_0x12f356(0x1fc)](),this[_0x12f356(0x21a)](),_0x29fa91),AutomationFramework[_0x12f356(0x204)](_0x21ade7,_0x35ee5b),this[_0x12f356(0x1ef)][_0x12f356(0x211)](_0x12f356(0x207)+_0x21ade7[_0x12f356(0x1fd)]()+_0x12f356(0x218)+_0x44e883);}}module[a81_0x196076(0x206)]=PlaywrightAutomationFramework;