browserstack-node-sdk 1.55.3 → 1.55.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (198) 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/capsMapping.js +1 -1
  156. package/src/helpers/central-scanner/constants.js +1 -1
  157. package/src/helpers/central-scanner/helpers.js +1 -1
  158. package/src/helpers/classLogger.js +1 -1
  159. package/src/helpers/globals.js +1 -1
  160. package/src/helpers/helper.js +1 -1
  161. package/src/helpers/logger.js +1 -1
  162. package/src/helpers/metadata.js +1 -1
  163. package/src/helpers/patchHelper.js +1 -1
  164. package/src/helpers/patchHelpers.js +1 -1
  165. package/src/helpers/percy/Percy.js +1 -1
  166. package/src/helpers/percy/PercyBinary.js +1 -1
  167. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  168. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  169. package/src/helpers/percy/PercySDK.js +1 -1
  170. package/src/helpers/percy/index.js +1 -1
  171. package/src/helpers/percy/utils.js +1 -1
  172. package/src/helpers/performance/constants.js +1 -1
  173. package/src/helpers/performance/performance-tester.js +1 -1
  174. package/src/helpers/playwright-helper.js +1 -1
  175. package/src/helpers/processHelper.js +1 -1
  176. package/src/helpers/puppeteer-helper.js +1 -1
  177. package/src/helpers/request-spy.js +1 -1
  178. package/src/helpers/setKeepAlive.js +1 -1
  179. package/src/helpers/test-observability/constants.js +1 -1
  180. package/src/helpers/test-observability/error-handler.js +1 -1
  181. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  182. package/src/helpers/test-observability/sessionHandler.js +1 -1
  183. package/src/helpers/test-observability/utils.js +1 -1
  184. package/src/helpers/test-orchestration/constants.js +1 -1
  185. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  186. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  187. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  188. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  189. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  190. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  191. package/src/helpers/testhub/constants.js +1 -1
  192. package/src/helpers/testhub/testhubHandler.js +1 -1
  193. package/src/helpers/testhub/utils.js +1 -1
  194. package/src/helpers/timeoutPromise.js +1 -1
  195. package/src/helpers/utilities.js +1 -1
  196. package/src/helpers/w3cMapping.js +1 -1
  197. package/src/hubAllocationMethods.js +1 -1
  198. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a79_0x67b535=a79_0x34e5;function a79_0x34e5(_0x3e140f,_0x1b1938){const _0x1f8612=a79_0x1f86();return a79_0x34e5=function(_0x34e5d8,_0x454899){_0x34e5d8=_0x34e5d8-0x1bd;let _0x52c8fc=_0x1f8612[_0x34e5d8];return _0x52c8fc;},a79_0x34e5(_0x3e140f,_0x1b1938);}function a79_0x1f86(){const _0x231599=['getJestTestTags','getAllData','started_at','KEY_TEST_LOCATION','DEFAULT_HOOK_RESULT','KEY_TEST_RERUN_NAME','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=',',\x20hookState:\x20','tags','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22',',\x20result=','bknlq','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20',',\x20hookUUID=','hookState','KKuTF','2451750lZzREK','KEY_HOOKS_STARTED','eipdE','missing','ceil','test_run_uuid','4303626haGnqf','pMCfn','ITjNT','hookData',',\x20state=','processPendingHooks',',\x20hookId=','split','qoXHk','KEY_TEST_FRAMEWORK_NAME','KEY_HOOK_FAILURE_TYPE','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','removeActiveHook','AssertionError','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','VbYhb','DEFAULT_TEST_RESULT','HyuyQ','KEY_CUSTOM_TAGS','xXtJP','CWTih','\x20(testIdentifier),\x20hookType=','skipped','warn','192FcSRLU','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','skip','scope','filter',',\x20consoleLogs:\x20','depth','WjAsM','uuid','getTrackedInstance','sendLogCreatedEvent','passed','fixPO','../instances/testFrameworkInstance.js','getPendingHooks','../cliUtils.js','Error\x20in\x20createTestFrameworkEventPayload:\x20','XksoT',',\x20logsInBatch:\x20','TEST','mvAMZ','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','map','cJQMW','getHooksForTest','\x20-\x20testId:\x20','tKFVt','ZAXVS',',\x20filePath:\x20','Stored\x20pending\x20hook\x20for\x20testId:\x20','KEY_HOOK_RESULT','OFPOA','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','../instances/trackedInstance.js','PEbzf','NXzAf','getCurrentInstanceName','xZxgm','LdQJI','asyncError','browserstackPlatformIndex','533884ifSWnn','getProcessId','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','DUcuG','1482fptcBe','failure_reason','getContext','KEY_TEST_ATTACHMENTS','KEY_HOOK_LOGS','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','stringify','OdzKi','replace','../../../helpers/helper.js','from','code','DOAuu','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','POST','delete','uczxp','KEY_TEST_RETRY_OF','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=',',\x20hook_run_uuid=','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','22169njTezE',',\x20exception=','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','\x22\x20hook','apply','cGTRn',',\x20duration=','setActiveHook','error','getJestFailureData','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','DwLaw','lGOQe','addPendingHook','\x20&\x20hookState=','set','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','\x20(testIdentifier),\x20tags=','KEY_TEST_FAILURE_TYPE','getCurrentHookState','Njppn','bfIgp','trackHookEvent','KEY_TEST_FILE_PATH','test','FMafk','jest-circus','kxals','ALL','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','KEY_HOOK_FAILURE','svLRm','getJestFailureReason','getInstance','substring','DUgMl',',\x20state:\x20','RVTFU','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found',',\x20hookData=',',\x20attachmentLogs:\x20','getFileName','scopes','CeexB','\x20pending\x20hooks\x20for\x20testId:\x20','hooks','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','getJestTestFilePath','type','KEY_TEST_SCOPE','BEFORE_ALL','testData','./testFramework','hdchC','event_ended_at','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=',',\x20messageLength=','testFrameworkVersion','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','PETCJ','beforeAll',',\x20failureReason=','WNXsz','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','parse','pop','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','getTestFrameworks','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20',',\x20hookType=','\x22\x20from\x20testData','LVita','NONE','KEY_HOOK_ID','test_identifier','KEY_TEST_TAGS','format','\x20-\x20test_identifier=','body','toISOString','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','OWARG','eventJson','keys','exports',',\x20scope:\x20','RXNNH','3180945pRcwbh','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','trackEvent','KEY_TEST_NAME','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','./constants/testFrameworkConstants.js','../../../helpers/test-observability/utils','getId','HooPz','OrOhC','PRE','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20',',\x20storing\x20as\x20pending\x20hook','includes','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','hookAnalyticsId','KEY_TEST_SCOPES','util',',\x20contextId=','length','pid','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','kind','\x20to\x20','KEY_TEST_META',',\x20remainingHooks=','vIvpo',',\x20hookState=','hasPendingHooks','qcLDg','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','KEY_TEST_STARTED_AT','KEY_HOOK_LAST_STARTED','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','GquAO','filePath','UnhandledError','isJestInternalHook','startedAt','hook_run_uuid','KEY_TEST_FAILURE_REASON','lxqpX','getJestTestIdentifier','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=',',\x20testData=','getTestFrameworksVersions',':testAnalyticsId','getRootParentFile','YmWxl','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','parent','activeHooks','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=',',\x20filePath=',',\x20payload:\x20','\x20(testIdentifier)','KEY_TEST_RESULT','UIrMy','KEY_HOOK_NAME','KEY_HOOKS_FINISHED','createContext','../state/testFrameworkState.js','__workerDetails','join',',\x20hook=','TjKhS',',\x20target=','runHooks',',\x20platformIndex:\x20','addMultipleEntries','KEY_TEST_LOGS','parseJestTestResult','CfnuS','toString','errorsDetailed','substr','\x20files','gxDHd','XqOdA','iTlJr','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','LOG_REPORT','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','Unknown\x20error','maxArrayLength','TbsDm','file','name','originalTest','\x20attachments','KEY_EVENT_STARTED_AT','__bstackPlatformIndex','KEY_TEST_ENDED_AT','AaKGm','ZvaSg','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','CpmxG','result',',\x20scopes=','367LRTUSK','duration','get','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','hook_result','NItlS','startsWith','has','file_name','EFexK','gWMNl','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','push','getRef','KEY_HOOK_FAILURE_REASON','reverse','resolveInstance','testId','dstnR','vujlL','stack-trace','hookType','storePendingHook','createTestFrameworkEventPayload','KiAlN','getActiveHook','JestTestFramework','endedAt','oYajj','forEach','getJestTestName','find','Processing\x20','trackJestInstance:\x20instance\x20already\x20exists','unknown','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','concat',',\x20totalLogs:\x20','testUUID','MkRhH','isArray',',\x20test_run_uuid=','getAllPendingHookTestIds',',\x20version=','workerInfo','hook_type','getJestFailureType','KEY_HOOK_LAST_FINISHED','KEY_EVENT_ENDED_AT','location','KEY_AUTOMATE_SESSION_NAME','finished_at','matchHookRegex',',\x20error:\x20','ISubN','trackJestInstance','inspect','../state/hookState.js','title','hookMetadata',',\x20totalHooks=','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','debug','testFrameworkState','trackJestInstance:\x20created\x20instance\x20for\x20target=',',\x20testId=','aDXgh','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','8322849FVFJsM','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','parallelIndex','LjvNz','Jxbqo','kaAMU','KEY_LOGS','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','../../../helpers/classLogger.js','utIzZ','KEY_TEST_UUID','getThreadId','getJestTestScopes','failed','Vrixt','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','KEISs','TtPmb','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','hookUUID','retryOf','KEY_TEST_FRAMEWORK_VERSION','toUpperCase','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','JJeOF','NHxPH','findIndex','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','KEY_TEST_CODE',',\x20screenshotLogs:\x20','../grpcClient','getCurrentTestState','match','_ALL','args','parseJestTest','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','status','hook_id',',\x20failureType=','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','qiJwU','jbAWB','mapTestHooks','testFrameworkName','slice','Unknown\x20Test','\x20for\x20testId:\x20','LjPIL','yeRdw','message'];a79_0x1f86=function(){return _0x231599;};return a79_0x1f86();}(function(_0x4dd4da,_0xb347d1){const _0x404b6b=a79_0x34e5,_0x4227b6=_0x4dd4da();while(!![]){try{const _0x9c5e0d=-parseInt(_0x404b6b(0x2fd))/0x1*(-parseInt(_0x404b6b(0x22b))/0x2)+-parseInt(_0x404b6b(0x1e0))/0x3+parseInt(_0x404b6b(0x227))/0x4+parseInt(_0x404b6b(0x298))/0x5+-parseInt(_0x404b6b(0x1e6))/0x6+parseInt(_0x404b6b(0x240))/0x7*(parseInt(_0x404b6b(0x1fe))/0x8)+parseInt(_0x404b6b(0x341))/0x9;if(_0x9c5e0d===_0xb347d1)break;else _0x4227b6['push'](_0x4227b6['shift']());}catch(_0x502354){_0x4227b6['push'](_0x4227b6['shift']());}}}(a79_0x1f86,0x7bfcf));const TestFramework=require(a79_0x67b535(0x275)),TestFrameworkState=require(a79_0x67b535(0x2d7)),HookState=require(a79_0x67b535(0x336)),{createClassLogger}=require(a79_0x67b535(0x349)),TestFrameworkInstance=require(a79_0x67b535(0x20b)),CLIUtils=require(a79_0x67b535(0x20d)),TrackedInstance=require(a79_0x67b535(0x21f)),TestFrameworkConstants=require(a79_0x67b535(0x29e)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a79_0x67b535(0x234)),{isInternalHook}=require(a79_0x67b535(0x29f)),logger=createClassLogger(a79_0x67b535(0x317)),{v4:uuidv4}=require(a79_0x67b535(0x206)),util=require(a79_0x67b535(0x2ab)),TestInfo=require('../TestInfo.js'),GrpcClient=require(a79_0x67b535(0x35f)),stackTrace=require(a79_0x67b535(0x311));class JestTestFramework extends TestFramework{constructor(_0x19fb99,_0x54ccf7,_0x550ac9){const _0x1a008b=a79_0x67b535;super(_0x19fb99,_0x54ccf7,_0x550ac9),this[_0x1a008b(0x2cd)]=new Map();}[a79_0x67b535(0x247)](_0x4e0488,_0x29ff48,_0x572d9d){const _0x23e703=a79_0x67b535,_0xdb27d3={};_0xdb27d3[_0x23e703(0x25b)]=function(_0x4855e7,_0x7e1901){return _0x4855e7||_0x7e1901;};const _0x3f8419=_0xdb27d3;if(_0x3f8419['kxals'](!_0x4e0488,!_0x29ff48)){logger[_0x23e703(0x1fd)](_0x23e703(0x29d)+_0x4e0488+_0x23e703(0x1dd)+_0x29ff48);return;}!this[_0x23e703(0x2cd)]['has'](_0x4e0488)&&this[_0x23e703(0x2cd)][_0x23e703(0x24f)](_0x4e0488,[]);const _0x166732={'hookUUID':_0x29ff48,'hookType':_0x572d9d,'startedAt':new Date()[_0x23e703(0x290)]()};this[_0x23e703(0x2cd)][_0x23e703(0x2ff)](_0x4e0488)[_0x23e703(0x309)](_0x166732),logger[_0x23e703(0x33b)](_0x23e703(0x320)+_0x4e0488+_0x23e703(0x1dd)+_0x29ff48+_0x23e703(0x286)+_0x572d9d+_0x23e703(0x339)+this[_0x23e703(0x2cd)][_0x23e703(0x2ff)](_0x4e0488)[_0x23e703(0x2ad)]);}[a79_0x67b535(0x1f2)](_0x5da85c,_0x2a78ef){const _0x1e9752=a79_0x67b535,_0x5798b5={};_0x5798b5[_0x1e9752(0x2b4)]=function(_0x565acf,_0x2e2005){return _0x565acf||_0x2e2005;},_0x5798b5[_0x1e9752(0x2e9)]=function(_0x2e6813,_0xc778f4){return _0x2e6813!==_0xc778f4;},_0x5798b5[_0x1e9752(0x1fa)]=function(_0x46de23,_0x5dc333){return _0x46de23===_0x5dc333;};const _0x4439d9=_0x5798b5;if(_0x4439d9[_0x1e9752(0x2b4)](!_0x5da85c,!_0x2a78ef)){logger[_0x1e9752(0x1fd)]('[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x5da85c+_0x1e9752(0x1dd)+_0x2a78ef);return;}if(this['activeHooks'][_0x1e9752(0x304)](_0x5da85c)){const _0x2c3f69=this[_0x1e9752(0x2cd)][_0x1e9752(0x2ff)](_0x5da85c),_0x53c9f0=_0x2c3f69[_0x1e9752(0x35b)](_0x531229=>_0x531229['hookUUID']===_0x2a78ef);_0x4439d9[_0x1e9752(0x2e9)](_0x53c9f0,-0x1)?(_0x2c3f69['splice'](_0x53c9f0,0x1),logger[_0x1e9752(0x33b)](_0x1e9752(0x33a)+_0x5da85c+',\x20hookUUID='+_0x2a78ef+_0x1e9752(0x2b3)+_0x2c3f69[_0x1e9752(0x2ad)]),_0x4439d9[_0x1e9752(0x1fa)](_0x2c3f69[_0x1e9752(0x2ad)],0x0)&&this['activeHooks'][_0x1e9752(0x23a)](_0x5da85c)):logger[_0x1e9752(0x33b)](_0x1e9752(0x25d)+_0x5da85c+',\x20hookUUID='+_0x2a78ef);}}[a79_0x67b535(0x316)](_0x205bd5){const _0x52b330=a79_0x67b535,_0x36f054={};_0x36f054['DwLaw']=function(_0x4721b5,_0x100616){return _0x4721b5>_0x100616;},_0x36f054[_0x52b330(0x2a2)]=function(_0x353f8c,_0x4662f8){return _0x353f8c-_0x4662f8;};const _0x1ad772=_0x36f054;if(!_0x205bd5)return null;if(this['activeHooks']['has'](_0x205bd5)){const _0x2689af=this[_0x52b330(0x2cd)][_0x52b330(0x2ff)](_0x205bd5);if(_0x1ad772[_0x52b330(0x24b)](_0x2689af[_0x52b330(0x2ad)],0x0)){const _0x4ce2a0=_0x2689af[_0x1ad772[_0x52b330(0x2a2)](_0x2689af['length'],0x1)];return logger[_0x52b330(0x33b)](_0x52b330(0x21e)+_0x205bd5+_0x52b330(0x1dd)+_0x4ce2a0[_0x52b330(0x354)]+_0x52b330(0x286)+_0x4ce2a0['hookType']),_0x4ce2a0;}}return null;}async[a79_0x67b535(0x29b)](_0x46a05f,_0x5bca23,_0x38a22a={}){const _0x16d7c7=a79_0x67b535,_0x4e8de1={};_0x4e8de1[_0x16d7c7(0x1cd)]=_0x16d7c7(0x266),_0x4e8de1[_0x16d7c7(0x254)]=function(_0x450fcf,_0x473e89){return _0x450fcf===_0x473e89;},_0x4e8de1[_0x16d7c7(0x1db)]=function(_0x1b697c,_0x6cc2a7){return _0x1b697c===_0x6cc2a7;},_0x4e8de1[_0x16d7c7(0x2b7)]=function(_0x2d422b,_0x347a01){return _0x2d422b||_0x347a01;},_0x4e8de1[_0x16d7c7(0x1f9)]='[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND',_0x4e8de1[_0x16d7c7(0x351)]=function(_0x2dc401,_0x1a991a){return _0x2dc401===_0x1a991a;};const _0xded13c=_0x4e8de1;logger[_0x16d7c7(0x33b)](_0x16d7c7(0x238)+_0x46a05f+',\x20hookState='+_0x5bca23+',\x20argsKeys='+Object[_0x16d7c7(0x294)](_0x38a22a)[_0x16d7c7(0x2d9)](',')),await super[_0x16d7c7(0x29b)](_0x46a05f,_0x5bca23,_0x38a22a);const _0x43a15b=this['resolveInstance'](_0x46a05f,_0x5bca23,_0x38a22a);if(!_0x43a15b){logger[_0x16d7c7(0x33b)](_0xded13c[_0x16d7c7(0x1cd)]);return;}try{let _0x50b8f2,_0x47a011,_0x971116;switch(_0x46a05f){case TestFrameworkState[_0x16d7c7(0x211)]:_0x50b8f2=_0x38a22a['test'];const _0x1f4d5c={};_0x1f4d5c[_0x16d7c7(0x204)]=0x2,_0x1f4d5c['maxArrayLength']=0x3,logger[_0x16d7c7(0x33b)](_0x16d7c7(0x308)+_0x5bca23+_0x16d7c7(0x2c6)+util[_0x16d7c7(0x335)](_0x50b8f2,_0x1f4d5c)),_0x971116=this[_0x16d7c7(0x2c4)](_0x50b8f2),_0x47a011=null,logger['debug'](_0x16d7c7(0x23d)+_0x971116+_0x16d7c7(0x2d1));if(_0xded13c[_0x16d7c7(0x254)](_0x5bca23,HookState[_0x16d7c7(0x2a3)])){logger[_0x16d7c7(0x33b)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20'+_0x971116);const _0x362ffa={};_0x362ffa[_0x16d7c7(0x323)]=_0x47a011,_0x362ffa[_0x16d7c7(0x274)]=_0x50b8f2,_0x362ffa[_0x16d7c7(0x30e)]=_0x971116;const _0x40c6d9=this[_0x16d7c7(0x1c0)](_0x362ffa),_0x5e0f8b={};_0x5e0f8b[_0x16d7c7(0x204)]=0x2,_0x5e0f8b['maxArrayLength']=0x3,logger[_0x16d7c7(0x33b)](_0x16d7c7(0x26e)+util[_0x16d7c7(0x335)](_0x40c6d9,_0x5e0f8b)),_0x43a15b[_0x16d7c7(0x2df)](_0x40c6d9),logger[_0x16d7c7(0x33b)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0x971116),await this[_0x16d7c7(0x1eb)](_0x43a15b,_0x971116);}else{if(_0xded13c[_0x16d7c7(0x1db)](_0x5bca23,HookState[_0x16d7c7(0x239)])){logger[_0x16d7c7(0x33b)](_0x16d7c7(0x2f9)+_0x971116);const _0x32104a=_0x43a15b[_0x16d7c7(0x1d1)]()[_0x16d7c7(0x2ff)](_0x971116);logger[_0x16d7c7(0x33b)](_0x16d7c7(0x29a)+util[_0x16d7c7(0x335)](Object[_0x16d7c7(0x294)](_0xded13c['qcLDg'](_0x32104a,{}))));_0x32104a&&_0x32104a[TestFrameworkConstants[_0x16d7c7(0x22e)]]?logger[_0x16d7c7(0x33b)](_0x16d7c7(0x2a7)+Object[_0x16d7c7(0x294)](_0x32104a[TestFrameworkConstants[_0x16d7c7(0x22e)]])[_0x16d7c7(0x2ad)]+_0x16d7c7(0x2e6)):logger[_0x16d7c7(0x33b)](_0xded13c['xXtJP']);const _0x5a4fc9=_0x38a22a[_0x16d7c7(0x2f2)]||null,_0x1878c4={};_0x1878c4[_0x16d7c7(0x323)]=_0x47a011,_0x1878c4['testData']=_0x50b8f2,_0x1878c4['testId']=_0x971116,_0x1878c4[_0x16d7c7(0x2f2)]=_0x5a4fc9;const _0x28c832=this[_0x16d7c7(0x2e1)](_0x1878c4),_0x4c6d92={};_0x4c6d92[_0x16d7c7(0x204)]=0x2,_0x4c6d92['maxArrayLength']=0x3,logger[_0x16d7c7(0x33b)](_0x16d7c7(0x283)+util[_0x16d7c7(0x335)](_0x28c832,_0x4c6d92)),_0x43a15b[_0x16d7c7(0x2df)](_0x28c832),logger['debug'](_0x16d7c7(0x342)+_0x971116),await this[_0x16d7c7(0x1eb)](_0x43a15b,_0x971116);}}break;case TestFrameworkState[_0x16d7c7(0x2eb)]:if(_0xded13c[_0x16d7c7(0x351)](_0x5bca23,HookState[_0x16d7c7(0x239)])){const _0x28f2b9={};_0x28f2b9[_0x16d7c7(0x204)]=0x2,logger[_0x16d7c7(0x33b)]('[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20'+util[_0x16d7c7(0x335)](_0x38a22a,_0x28f2b9)),await this[_0x16d7c7(0x208)](_0x43a15b,_0x46a05f,_0x38a22a);}break;default:if(CLIUtils[_0x16d7c7(0x331)](_0x46a05f[_0x16d7c7(0x2e3)]()[_0x16d7c7(0x1ed)]('.')[0x1])){const _0x8a572b={};_0x8a572b['depth']=0x2,_0x8a572b[_0x16d7c7(0x2ee)]=0x3,logger[_0x16d7c7(0x33b)](_0x16d7c7(0x1f1)+_0x46a05f+',\x20hookState='+_0x5bca23+_0x16d7c7(0x267)+util[_0x16d7c7(0x335)](_0x38a22a[_0x16d7c7(0x1e9)],_0x8a572b));const _0x69982c=await this[_0x16d7c7(0x256)](_0x43a15b,_0x46a05f,_0x5bca23,_0x38a22a),_0x1b3c9a={};_0x1b3c9a[_0x16d7c7(0x204)]=0x2,_0x1b3c9a[_0x16d7c7(0x2ee)]=0x3,logger[_0x16d7c7(0x33b)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20'+util[_0x16d7c7(0x335)](_0x69982c,_0x1b3c9a)),_0x43a15b[_0x16d7c7(0x2df)](_0x69982c);}else logger['debug']('[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState='+_0x46a05f+_0x16d7c7(0x24e)+_0x5bca23);break;}logger[_0x16d7c7(0x33b)]('[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState='+_0x46a05f+',\x20hookState='+_0x5bca23);}catch(_0x572c74){logger[_0x16d7c7(0x248)](_0x16d7c7(0x2cb)+_0x46a05f+_0x16d7c7(0x2b5)+_0x5bca23+_0x16d7c7(0x241)+util['format'](_0x572c74));}_0x38a22a['instance']=_0x43a15b,await this[_0x16d7c7(0x2dd)](_0x43a15b,_0x46a05f,_0x5bca23,_0x38a22a);}[a79_0x67b535(0x2c4)](_0x3b2d3a){const _0x1181e7=a79_0x67b535,_0x2548aa={};_0x2548aa[_0x1181e7(0x1df)]=_0x1181e7(0x350);const _0x4119b4=_0x2548aa;if(_0x3b2d3a&&(_0x3b2d3a['id']||_0x3b2d3a[_0x1181e7(0x206)])){const _0x21dbeb=_0x3b2d3a['id']||_0x3b2d3a[_0x1181e7(0x206)];return logger['debug'](_0x1181e7(0x1d9)+_0x21dbeb+_0x1181e7(0x287)),_0x21dbeb;}return logger[_0x1181e7(0x33b)](_0x4119b4[_0x1181e7(0x1df)]),process[_0x1181e7(0x2ae)]+_0x1181e7(0x2c8);}[a79_0x67b535(0x30d)](_0x63b30,_0x48aa40,_0x42ff7d={}){const _0x4f76f2=a79_0x67b535;let _0x12feee=null;return _0x12feee=TestFramework[_0x4f76f2(0x207)](),!_0x12feee?(logger['debug']('[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state='+_0x63b30),this[_0x4f76f2(0x334)](_0x63b30,_0x42ff7d),_0x12feee=TestFramework[_0x4f76f2(0x207)](),logger[_0x4f76f2(0x33b)](_0x4f76f2(0x340)+!!_0x12feee+_0x4f76f2(0x2ac)+_0x12feee?.[_0x4f76f2(0x22d)]()?.[_0x4f76f2(0x2a0)]())):logger['debug'](_0x4f76f2(0x278)+_0x12feee[_0x4f76f2(0x22d)]()?.[_0x4f76f2(0x2a0)]()),_0x12feee;}[a79_0x67b535(0x334)](_0x4a6f74,_0x14a93a){const _0x2682bf=a79_0x67b535,_0x44aa48={};_0x44aa48[_0x2682bf(0x20f)]=_0x2682bf(0x31e);const _0x3ad62f=_0x44aa48;if(TestFramework['getTrackedInstance']()){logger['debug'](_0x3ad62f[_0x2682bf(0x20f)]);return;}const _0x2938b0=CLIUtils[_0x2682bf(0x222)](),_0x36100c=TrackedInstance[_0x2682bf(0x2d6)](_0x2938b0);let _0xb084a9=null;logger[_0x2682bf(0x33b)](_0x2682bf(0x33d)+_0x2938b0+_0x2682bf(0x1ea)+_0x4a6f74),_0xb084a9=new TestFrameworkInstance(_0x36100c,this[_0x2682bf(0x284)](),this[_0x2682bf(0x2c7)](),_0x4a6f74,HookState[_0x2682bf(0x289)]),TestFramework['setTrackedInstance'](_0x36100c,_0xb084a9),logger[_0x2682bf(0x33b)](_0x2682bf(0x27b)+_0x36100c[_0x2682bf(0x2a0)]()+_0x2682bf(0x2dc)+_0x2938b0+',\x20testFramework='+this[_0x2682bf(0x284)]()[0x0]+_0x2682bf(0x328)+this['getTestFrameworksVersions']()[this['getTestFrameworks']()[0x0]]);}['parseJestTest'](_0x38b243){const _0x5df8fd=a79_0x67b535,_0x3f021b={};_0x3f021b[_0x5df8fd(0x21d)]=function(_0x2df6ce,_0x3d951d){return _0x2df6ce||_0x3d951d;},_0x3f021b[_0x5df8fd(0x255)]=_0x5df8fd(0x2af);const _0x233214=_0x3f021b,{testUUID:_0x6be9df,testData:_0x55a061,testId:_0x45159c}=_0x38b243;if(_0x233214[_0x5df8fd(0x21d)](!_0x55a061,!_0x45159c))return logger[_0x5df8fd(0x33b)](_0x233214[_0x5df8fd(0x255)]),{};const _0xd3fed5=this[_0x5df8fd(0x284)]()[0x0],_0x8dd4a3=this[_0x5df8fd(0x2c7)](),_0x5797d2={};_0x5797d2[_0x5df8fd(0x204)]=0x2,_0x5797d2[_0x5df8fd(0x2ee)]=0x3,logger[_0x5df8fd(0x33b)]('[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20'+util[_0x5df8fd(0x335)](_0x55a061,_0x5797d2));const _0x4ff3e6=_0x55a061?.[_0x5df8fd(0x26a)]||[],_0x1b7ce2=this[_0x5df8fd(0x31b)](_0x55a061),_0x1f9ef2=this[_0x5df8fd(0x270)](_0x55a061),_0x2807ed=_0x55a061['fn']?_0x55a061['fn']['toString']():_0x55a061?.[_0x5df8fd(0x28f)]?_0x55a061[_0x5df8fd(0x28f)][_0x5df8fd(0x236)][_0x5df8fd(0x2e3)]():null,_0x46d259=this['getJestTestTags'](_0x55a061),_0x424c75={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0xd3fed5,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x8dd4a3[_0xd3fed5],[TestFrameworkConstants[_0x5df8fd(0x2e0)]]:[],[TestFrameworkConstants[_0x5df8fd(0x2d5)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x5df8fd(0x2d2)]]:TestFrameworkConstants[_0x5df8fd(0x1f6)],[TestFrameworkConstants[_0x5df8fd(0x32f)]]:_0x1b7ce2,[TestFrameworkConstants[_0x5df8fd(0x257)]]:_0x1f9ef2,[TestFrameworkConstants['KEY_TEST_ID']]:_0x45159c,[TestFrameworkConstants[_0x5df8fd(0x29c)]]:_0x1b7ce2,[TestFrameworkConstants[_0x5df8fd(0x1d3)]]:_0x1f9ef2,[TestFrameworkConstants[_0x5df8fd(0x35d)]]:_0x2807ed,[TestFrameworkConstants[_0x5df8fd(0x28c)]]:_0x46d259,[TestFrameworkConstants[_0x5df8fd(0x2b9)]]:_0x55a061[_0x5df8fd(0x1d2)]||new Date()[_0x5df8fd(0x290)](),[TestFrameworkConstants[_0x5df8fd(0x272)]]:_0x4ff3e6[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x4ff3e6,[TestFrameworkConstants[_0x5df8fd(0x1d5)]]:_0x1b7ce2,[TestFrameworkConstants[_0x5df8fd(0x1f8)]]:{},[TestFrameworkConstants[_0x5df8fd(0x2b2)]]:{}};_0x55a061[_0x5df8fd(0x355)]&&(_0x424c75[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x55a061[_0x5df8fd(0x355)]);logger['debug']('[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName='+_0x1b7ce2+_0x5df8fd(0x33e)+_0x45159c+_0x5df8fd(0x251)+JSON[_0x5df8fd(0x231)](_0x46d259)+_0x5df8fd(0x2fc)+util[_0x5df8fd(0x335)](_0x4ff3e6)+_0x5df8fd(0x2cf)+_0x1f9ef2);const _0x4be439={};return _0x4be439[_0x45159c]=_0x424c75,_0x4be439;}[a79_0x67b535(0x2e1)](_0x22579a){const _0x30ebc8=a79_0x67b535,_0x3cce9f={'eipdE':function(_0x559960,_0x344ac6){return _0x559960===_0x344ac6;},'KiAlN':'afterAll','lxqpX':function(_0x349018,_0x79636b){return _0x349018===_0x79636b;},'WNXsz':_0x30ebc8(0x27d),'NHxPH':_0x30ebc8(0x25c),'NXzAf':_0x30ebc8(0x1be),'MkRhH':function(_0x2afad2,_0x5a01c3){return _0x2afad2||_0x5a01c3;},'GquAO':_0x30ebc8(0x2bb),'HooPz':function(_0x4f8d2c,_0x4626f2){return _0x4f8d2c||_0x4626f2;},'DOAuu':_0x30ebc8(0x31f),'qiJwU':function(_0x2ef56e,_0x38978e){return _0x2ef56e>_0x38978e;},'WjAsM':'failed','kaAMU':function(_0x28f1ec,_0x4a948d){return _0x28f1ec===_0x4a948d;},'PETCJ':_0x30ebc8(0x200),'XqOdA':function(_0x4bb9f8,_0x1d4f02){return _0x4bb9f8===_0x1d4f02;},'sRkNe':_0x30ebc8(0x1fc),'yeRdw':_0x30ebc8(0x209),'Vrixt':function(_0x548ff1,_0x1de8ab){return _0x548ff1!==_0x1de8ab;},'TbsDm':function(_0x1490bc,_0x344169,_0x27c7fb,_0x256844){return _0x1490bc(_0x344169,_0x27c7fb,_0x256844);},'CpmxG':function(_0x35f7e1,_0x583d48){return _0x35f7e1>_0x583d48;},'DUgMl':function(_0x12d26a,_0x561bdd){return _0x12d26a>_0x561bdd;},'tKFVt':_0x30ebc8(0x242),'ITjNT':function(_0x5baab6,_0x34f033){return _0x5baab6>_0x34f033;}},{testUUID:_0x528708,testData:_0x386190,testId:_0x44d56f}=_0x22579a;if(_0x3cce9f[_0x30ebc8(0x324)](!_0x386190,!_0x44d56f))return logger[_0x30ebc8(0x33b)](_0x3cce9f[_0x30ebc8(0x2bc)]),{};const _0x49ee1d=this[_0x30ebc8(0x30d)](TestFrameworkState['TEST'],HookState[_0x30ebc8(0x239)]),_0x34e142=_0x49ee1d[_0x30ebc8(0x1d1)]()[_0x30ebc8(0x2ff)](_0x44d56f),_0x420260=_0x3cce9f[_0x30ebc8(0x2a1)](_0x34e142,{}),_0x5ae9df=_0x420260?_0x420260[TestFrameworkConstants[_0x30ebc8(0x1f8)]]||{}:{},_0x579e3d=_0x420260[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']];logger[_0x30ebc8(0x33b)](_0x30ebc8(0x229)+(_0x579e3d?Object[_0x30ebc8(0x294)](_0x579e3d)[_0x30ebc8(0x2ad)]:0x0)+_0x30ebc8(0x2f3));let _0x46f473=_0x3cce9f[_0x30ebc8(0x237)];if(_0x386190[_0x30ebc8(0x2fb)])_0x46f473=_0x386190[_0x30ebc8(0x2fb)];else{if(_0x386190['errorsDetailed']&&_0x3cce9f[_0x30ebc8(0x1c6)](_0x386190[_0x30ebc8(0x2e4)][_0x30ebc8(0x2ad)],0x0))_0x46f473=_0x3cce9f[_0x30ebc8(0x205)];else _0x3cce9f[_0x30ebc8(0x346)](_0x386190[_0x30ebc8(0x1c2)],_0x3cce9f[_0x30ebc8(0x27c)])||_0x3cce9f[_0x30ebc8(0x2e8)](_0x386190[_0x30ebc8(0x1c2)],_0x3cce9f['sRkNe'])?_0x46f473=_0x3cce9f['sRkNe']:_0x46f473=_0x3cce9f[_0x30ebc8(0x1ce)];}const _0x5bc586={..._0x420260,[TestFrameworkConstants[_0x30ebc8(0x2d2)]]:_0x46f473,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x386190[_0x30ebc8(0x330)]||new Date()['toISOString'](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x30ebc8(0x290)](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x5ae9df,[TestFrameworkConstants[_0x30ebc8(0x347)]]:_0x420260[TestFrameworkConstants['KEY_LOGS']]||[],[TestFrameworkConstants['KEY_TEST_META']]:{}};if(_0x3cce9f[_0x30ebc8(0x2e8)](_0x46f473,_0x3cce9f[_0x30ebc8(0x205)])&&_0x386190['errorsDetailed']){const _0x39ca5c=this['getJestFailureReason'](_0x386190),_0x37e871=this[_0x30ebc8(0x32b)](_0x386190),_0x4d63e1=this['getJestFailureData'](_0x386190);_0x5bc586[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]=_0x37e871,_0x5bc586[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x39ca5c,_0x5bc586[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x4d63e1;}_0x3cce9f[_0x30ebc8(0x34f)](_0x386190['duration'],undefined)&&(_0x5bc586[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x386190[_0x30ebc8(0x2fe)]);_0x386190['retryOf']&&(_0x5bc586[TestFrameworkConstants[_0x30ebc8(0x23c)]]=_0x386190[_0x30ebc8(0x355)]);const _0x23cde5=_0x34e142?_0x34e142[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{}:{},_0x4f566d=_0x34e142?_0x34e142[TestFrameworkConstants[_0x30ebc8(0x34b)]]:_0x528708,_0xb7de4a=_0x3cce9f[_0x30ebc8(0x2ef)](getManualUploadLogs,_0x23cde5,_0x4f566d,_0x44d56f);if(_0x3cce9f[_0x30ebc8(0x2fa)](_0xb7de4a[_0x30ebc8(0x2ad)],0x0)){const _0x2919e4=_0x5bc586[TestFrameworkConstants[_0x30ebc8(0x347)]]||[];_0x5bc586[TestFrameworkConstants[_0x30ebc8(0x347)]]=[..._0x2919e4,..._0xb7de4a];}const _0x4e6086=_0x420260[TestFrameworkConstants['KEY_HOOKS_FINISHED']]||{},_0x301158=_0x420260[TestFrameworkConstants[_0x30ebc8(0x1e1)]]||{},_0x50038f={..._0x4e6086},_0x39fcf4=_0x50038f;Object[_0x30ebc8(0x294)](_0x301158)[_0x30ebc8(0x31a)](_0x181408=>{const _0x17d10a=_0x30ebc8;!_0x39fcf4[_0x181408]&&(_0x39fcf4[_0x181408]=[]);const _0x254c8b=new Set((_0x39fcf4[_0x181408]||[])[_0x17d10a(0x214)](_0x22ce21=>_0x22ce21[TestFrameworkConstants[_0x17d10a(0x28a)]]||_0x22ce21[_0x17d10a(0x1c3)]));(_0x301158[_0x181408]||[])[_0x17d10a(0x31a)](_0xd44277=>{const _0x37d87f=_0x17d10a,_0x529d76=_0xd44277[TestFrameworkConstants[_0x37d87f(0x28a)]]||_0xd44277[_0x37d87f(0x1c3)];if(!_0x254c8b['has'](_0x529d76)){const _0x4a9bc3={..._0xd44277},_0x5362c3=_0x4a9bc3;!_0x5362c3[TestFrameworkConstants[_0x37d87f(0x32d)]]&&!_0x5362c3[_0x37d87f(0x277)]&&(_0x5362c3[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=new Date()[_0x37d87f(0x290)]()),!_0x5362c3[TestFrameworkConstants[_0x37d87f(0x21c)]]&&!_0x5362c3[_0x37d87f(0x301)]&&(_0x5362c3[TestFrameworkConstants[_0x37d87f(0x21c)]]=TestFrameworkConstants['DEFAULT_HOOK_RESULT']),_0x39fcf4[_0x181408][_0x37d87f(0x309)](_0x5362c3);}});});if(_0x22579a['originalTest']){this[_0x30ebc8(0x1c8)](_0x22579a[_0x30ebc8(0x2f2)]);const _0x4c2eca=this['buildHookMapFromTest'](_0x22579a[_0x30ebc8(0x2f2)]),_0x482ada=this[_0x30ebc8(0x216)](_0x22579a[_0x30ebc8(0x2f2)]);_0x482ada[_0x30ebc8(0x31a)](_0x20dd80=>{const _0x329508=_0x30ebc8,_0x58b6f8=_0x4c2eca[_0x329508(0x2ff)](_0x20dd80);if(_0x58b6f8&&(_0x3cce9f[_0x329508(0x1e2)](_0x58b6f8['type'],_0x3cce9f[_0x329508(0x315)])||_0x3cce9f[_0x329508(0x2c3)](_0x58b6f8[_0x329508(0x271)],_0x3cce9f[_0x329508(0x27f)]))){const _0x24f5d7=_0x58b6f8[_0x329508(0x271)][_0x329508(0x357)]()[_0x329508(0x233)](_0x3cce9f[_0x329508(0x35a)],_0x3cce9f[_0x329508(0x221)]),_0x38c45a=_0x24f5d7;!_0x39fcf4[_0x38c45a]&&(_0x39fcf4[_0x38c45a]=[]);const _0x4207f3=_0x39fcf4[_0x38c45a][_0x329508(0x31c)](_0x1ee4f2=>(_0x1ee4f2[TestFrameworkConstants[_0x329508(0x28a)]]||_0x1ee4f2[_0x329508(0x1c3)])===_0x20dd80);!_0x4207f3&&_0x39fcf4[_0x38c45a][_0x329508(0x309)]({'key':_0x38c45a,[TestFrameworkConstants[_0x329508(0x28a)]]:_0x20dd80,[TestFrameworkConstants[_0x329508(0x21c)]]:TestFrameworkConstants[_0x329508(0x1d4)],[TestFrameworkConstants[_0x329508(0x2f4)]]:new Date()[_0x329508(0x290)](),[TestFrameworkConstants[_0x329508(0x32d)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x329508(0x22f)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x58b6f8[_0x329508(0x2f1)]||_0x58b6f8[_0x329508(0x271)]+'\x20hook',[TestFrameworkConstants[_0x329508(0x1f8)]]:_0x5ae9df});}});}if(_0x386190[_0x30ebc8(0x26d)]&&_0x3cce9f[_0x30ebc8(0x263)](_0x386190[_0x30ebc8(0x26d)]['length'],0x0))_0x5bc586[TestFrameworkConstants[_0x30ebc8(0x2d5)]]=_0x386190['hooks'],logger[_0x30ebc8(0x33b)](_0x3cce9f[_0x30ebc8(0x218)]);else _0x3cce9f[_0x30ebc8(0x1e8)](Object[_0x30ebc8(0x294)](_0x39fcf4)[_0x30ebc8(0x2ad)],0x0)&&(_0x5bc586[TestFrameworkConstants[_0x30ebc8(0x2d5)]]=_0x39fcf4,logger['debug'](_0x30ebc8(0x1d6)+Object['keys'](_0x39fcf4)[_0x30ebc8(0x2d9)](',')));const _0xa13b44=this[_0x30ebc8(0x31b)](_0x386190);logger[_0x30ebc8(0x33b)]('[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName='+_0xa13b44+_0x30ebc8(0x33e)+_0x44d56f+'\x20(testIdentifier),\x20result='+_0x46f473+_0x30ebc8(0x246)+_0x386190[_0x30ebc8(0x2fe)]);_0x3cce9f[_0x30ebc8(0x2e8)](_0x46f473,_0x3cce9f['WjAsM'])&&logger['debug'](_0x30ebc8(0x358)+_0x44d56f+_0x30ebc8(0x1c4)+_0x5bc586[TestFrameworkConstants[_0x30ebc8(0x252)]]+_0x30ebc8(0x27e)+_0x5bc586[TestFrameworkConstants[_0x30ebc8(0x2c2)]]?.[_0x30ebc8(0x262)](0x0,0xc8));const _0x5ae89d={};return _0x5ae89d[_0x44d56f]=_0x5bc586,_0x5ae89d;}[a79_0x67b535(0x34d)](_0x2a9868){const _0x82ddc7=a79_0x67b535,_0x522a77={};_0x522a77[_0x82ddc7(0x24c)]=function(_0x7614ed,_0x2406a9){return _0x7614ed!==_0x2406a9;},_0x522a77[_0x82ddc7(0x20a)]='ROOT_DESCRIBE_BLOCK';const _0x23136d=_0x522a77,_0x4f005a={};_0x4f005a[_0x82ddc7(0x204)]=0x2,_0x4f005a[_0x82ddc7(0x2ee)]=0x3,logger[_0x82ddc7(0x33b)](_0x82ddc7(0x230)+util[_0x82ddc7(0x335)](_0x2a9868,_0x4f005a));const _0x511038=[];if(_0x2a9868&&_0x2a9868['parent']){let _0x112999=_0x2a9868[_0x82ddc7(0x2cc)];while(_0x112999&&_0x112999['name']&&_0x23136d[_0x82ddc7(0x24c)](_0x112999[_0x82ddc7(0x2f1)],'')&&_0x23136d['lGOQe'](_0x112999[_0x82ddc7(0x2f1)],_0x23136d[_0x82ddc7(0x20a)])){_0x511038[_0x82ddc7(0x309)](_0x112999[_0x82ddc7(0x2f1)]),_0x112999=_0x112999[_0x82ddc7(0x2cc)];}}return _0x511038[_0x82ddc7(0x30c)]();}[a79_0x67b535(0x31b)](_0x29c906){const _0x3314fb=a79_0x67b535,_0x1cc180={};_0x1cc180[_0x3314fb(0x25f)]=_0x3314fb(0x1cb);const _0x3220f7=_0x1cc180;if(_0x29c906[_0x3314fb(0x2f1)])return _0x29c906[_0x3314fb(0x2f1)];if(_0x29c906[_0x3314fb(0x337)])return _0x29c906[_0x3314fb(0x337)];return _0x3220f7[_0x3314fb(0x25f)];}[a79_0x67b535(0x1d0)](_0x4e7e46){const _0x3916fe=a79_0x67b535,_0x285934=[];if(_0x4e7e46[_0x3916fe(0x1d8)]&&Array[_0x3916fe(0x325)](_0x4e7e46['tags']))return _0x4e7e46[_0x3916fe(0x1d8)][_0x3916fe(0x214)](_0x26396a=>_0x26396a[_0x3916fe(0x303)]('@')?_0x26396a[_0x3916fe(0x2e5)](0x1):_0x26396a);const _0x5c1689=this[_0x3916fe(0x31b)](_0x4e7e46),_0x9ae9e2=_0x5c1689['match'](/@(\w+)/g);if(_0x9ae9e2)return _0x9ae9e2['map'](_0x708c17=>_0x708c17['slice'](0x1));return _0x4e7e46['scopes']&&Array['isArray'](_0x4e7e46[_0x3916fe(0x26a)])&&_0x4e7e46[_0x3916fe(0x26a)]['forEach'](_0x4eb606=>{const _0x597421=_0x3916fe,_0x8b2250=_0x4eb606[_0x597421(0x1bd)](/@(\w+)/g);_0x8b2250&&_0x8b2250[_0x597421(0x31a)](_0x2e057c=>{const _0x48a862=_0x597421,_0x2f2f8b=_0x2e057c[_0x48a862(0x1ca)](0x1);!_0x285934[_0x48a862(0x2a6)](_0x2f2f8b)&&_0x285934[_0x48a862(0x309)](_0x2f2f8b);});}),_0x285934;}[a79_0x67b535(0x270)](_0x2726fd){const _0x2a2eb6=a79_0x67b535,_0x531f6b={'UIrMy':function(_0x2e6fee,_0x204bbf){return _0x2e6fee(_0x204bbf);},'cJQMW':_0x2a2eb6(0x311)};if(_0x2726fd[_0x2a2eb6(0x305)])return _0x2726fd[_0x2a2eb6(0x305)];if(_0x2726fd[_0x2a2eb6(0x225)]){const _0x1d3673=_0x531f6b[_0x2a2eb6(0x2d3)](require,_0x531f6b[_0x2a2eb6(0x215)]);try{const _0x5a5bc4=_0x1d3673[_0x2a2eb6(0x281)](_0x2726fd[_0x2a2eb6(0x225)]);if(_0x5a5bc4[0x0]&&_0x5a5bc4[0x0]['getFileName'])return _0x5a5bc4[0x0]['getFileName']();}catch(_0x4a231e){logger[_0x2a2eb6(0x33b)]('Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20'+util[_0x2a2eb6(0x28d)](_0x4a231e));}}return null;}[a79_0x67b535(0x260)](_0x2fc00c){const _0x45ae4a=a79_0x67b535,_0x2b4a4e={};_0x2b4a4e[_0x45ae4a(0x232)]=function(_0x5729e7,_0x15c604){return _0x5729e7>_0x15c604;},_0x2b4a4e[_0x45ae4a(0x23b)]=_0x45ae4a(0x2ed);const _0x850f5e=_0x2b4a4e;if(_0x2fc00c[_0x45ae4a(0x2e4)]&&_0x850f5e[_0x45ae4a(0x232)](_0x2fc00c[_0x45ae4a(0x2e4)][_0x45ae4a(0x2ad)],0x0))return util[_0x45ae4a(0x335)](_0x2fc00c['errorsDetailed'][0x0]);if(_0x2fc00c[_0x45ae4a(0x22c)])return _0x2fc00c[_0x45ae4a(0x22c)];return _0x850f5e['uczxp'];}[a79_0x67b535(0x32b)](_0x485186){const _0x673cdc=a79_0x67b535,_0x3c5aba={};_0x3c5aba[_0x673cdc(0x359)]='Assert',_0x3c5aba[_0x673cdc(0x1c7)]=_0x673cdc(0x1f3),_0x3c5aba['YmWxl']=_0x673cdc(0x2be);const _0x3088a8=_0x3c5aba,_0x2e1d29=this[_0x673cdc(0x260)](_0x485186);if(_0x2e1d29&&_0x2e1d29[_0x673cdc(0x2a6)](_0x3088a8[_0x673cdc(0x359)]))return _0x3088a8[_0x673cdc(0x1c7)];return _0x3088a8[_0x673cdc(0x2ca)];}[a79_0x67b535(0x249)](_0x3b6fe4){const _0x5ec7a6=a79_0x67b535,_0x4ea841={'AtXLx':function(_0x2cf9ce,_0x35c3b7){return _0x2cf9ce(_0x35c3b7);},'TtPmb':'../../../helpers/test-observability/utils','ZvaSg':function(_0x441c9c,_0x2f8488){return _0x441c9c!==_0x2f8488;},'bAgbf':_0x5ec7a6(0x258)},{failureData:_0x113517}=_0x4ea841['AtXLx'](require,_0x4ea841[_0x5ec7a6(0x352)]),_0x5a19fa=[];return _0x4ea841[_0x5ec7a6(0x2f8)](_0x3b6fe4[_0x5ec7a6(0x2e4)],undefined)&&_0x5a19fa[_0x5ec7a6(0x309)](_0x3b6fe4[_0x5ec7a6(0x2e4)],_0x4ea841['bAgbf']),_0x113517[_0x5ec7a6(0x244)](null,_0x5a19fa);}async[a79_0x67b535(0x256)](_0x6d981b,_0x53c485,_0x57ef30,_0x5bbfa4){const _0x4b5250=a79_0x67b535,_0x4315eb={'hdchC':_0x4b5250(0x1c1),'JBzYd':function(_0xb963c0){return _0xb963c0();},'xZxgm':function(_0x3a4ffe,_0x38f885){return _0x3a4ffe in _0x38f885;},'OWARG':function(_0x18388d,_0x36f98e){return _0x18388d===_0x36f98e;},'cGTRn':function(_0x8a16c,_0x41024e){return _0x8a16c===_0x41024e;},'ZAXVS':function(_0x5576a4,_0x1e412d){return _0x5576a4>_0x1e412d;},'VbYhb':_0x4b5250(0x34e),'PEbzf':_0x4b5250(0x209),'DUcuG':_0x4b5250(0x1ff),'RVTFU':function(_0xafc3ef,_0x161d54){return _0xafc3ef===_0x161d54;},'gWMNl':function(_0x371cee,_0x128d05){return _0x371cee!==_0x128d05;}},{hookData:_0x29654d}=_0x5bbfa4,_0x1cca97=_0x57ef30[_0x4b5250(0x2e3)](),_0x8cb2fd=_0x53c485[_0x4b5250(0x2e3)](),_0x3cd46e={};_0x3cd46e['depth']=0x2,_0x3cd46e[_0x4b5250(0x2ee)]=0x3,logger[_0x4b5250(0x33b)](_0x4b5250(0x23f)+_0x8cb2fd+_0x4b5250(0x2b5)+_0x1cca97+',\x20hookData='+util[_0x4b5250(0x335)](_0x29654d,_0x3cd46e));if(!_0x29654d)return logger['debug'](_0x4315eb[_0x4b5250(0x276)]),{};const _0x349ed1=_0x29654d[_0x4b5250(0x206)]||_0x29654d[_0x4b5250(0x2a9)]||_0x4315eb['JBzYd'](uuidv4),_0x33af85=_0x29654d['test_run_id']||this['getJestTestIdentifier'](_0x29654d),_0x2a117e=_0x53c485['toString']()['split']('.')[0x1],_0x47e163=_0x6d981b[_0x4b5250(0x1d1)]()[_0x4b5250(0x2ff)](_0x33af85),_0x1c249b=_0x47e163?_0x47e163[TestFrameworkConstants[_0x4b5250(0x1f8)]]||{}:{};logger[_0x4b5250(0x33b)]('[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId='+_0x349ed1+',\x20testId='+_0x33af85+_0x4b5250(0x1fb)+_0x2a117e+',\x20hookState='+_0x1cca97);if(!_0x47e163)return logger[_0x4b5250(0x33b)](_0x4b5250(0x26f)+_0x33af85+_0x4b5250(0x2a5)),this[_0x4b5250(0x313)](_0x6d981b,_0x33af85,_0x53c485,_0x57ef30,_0x5bbfa4),{};let _0x119602=_0x47e163[TestFrameworkConstants[_0x4b5250(0x1e1)]];!_0x119602&&(_0x119602={});!_0x4315eb[_0x4b5250(0x223)](_0x2a117e,_0x119602)&&(_0x119602[_0x2a117e]=[]);let _0x444d3d=_0x47e163[TestFrameworkConstants[_0x4b5250(0x2d5)]];!_0x444d3d&&(_0x444d3d={});!_0x4315eb[_0x4b5250(0x223)](_0x2a117e,_0x444d3d)&&(_0x444d3d[_0x2a117e]=[]);const _0x4e750e={[_0x33af85]:{[TestFrameworkConstants[_0x4b5250(0x1e1)]]:_0x119602,[TestFrameworkConstants[_0x4b5250(0x2d5)]]:_0x444d3d,[TestFrameworkConstants[_0x4b5250(0x1ef)]]:this[_0x4b5250(0x284)]()[0x0]||'',[TestFrameworkConstants[_0x4b5250(0x356)]]:this['getTestFrameworksVersions']()[this[_0x4b5250(0x284)]()[0x0]]||''}};if(_0x4315eb[_0x4b5250(0x292)](_0x57ef30,HookState[_0x4b5250(0x2a3)])){const _0x446773={'key':_0x2a117e,[TestFrameworkConstants[_0x4b5250(0x28a)]]:_0x349ed1,[TestFrameworkConstants[_0x4b5250(0x21c)]]:TestFrameworkConstants[_0x4b5250(0x1d4)],[TestFrameworkConstants[_0x4b5250(0x2f4)]]:_0x29654d[_0x4b5250(0x1d2)]||new Date()[_0x4b5250(0x290)](),[TestFrameworkConstants[_0x4b5250(0x22f)]]:[],[TestFrameworkConstants[_0x4b5250(0x2d4)]]:_0x29654d[_0x4b5250(0x2f1)]||_0x29654d[_0x4b5250(0x32a)]||_0x2a117e,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x1c249b};_0x119602[_0x2a117e][_0x4b5250(0x309)](_0x446773),_0x4e750e[_0x33af85][TestFrameworkConstants[_0x4b5250(0x2ba)]]=_0x2a117e;const _0x1bbb19={};_0x1bbb19[_0x4b5250(0x204)]=0x2,logger['debug'](_0x4b5250(0x2ec)+_0x2a117e+_0x4b5250(0x1ec)+_0x349ed1+_0x4b5250(0x33e)+_0x33af85+',\x20hook='+util[_0x4b5250(0x335)](_0x446773,_0x1bbb19));}else{if(_0x4315eb[_0x4b5250(0x245)](_0x57ef30,HookState[_0x4b5250(0x239)])){const _0x20e78b=_0x29654d[_0x4b5250(0x2fb)]||(_0x29654d[_0x4b5250(0x2e4)]&&_0x4315eb[_0x4b5250(0x219)](_0x29654d[_0x4b5250(0x2e4)][_0x4b5250(0x2ad)],0x0)?_0x4315eb['VbYhb']:_0x4315eb[_0x4b5250(0x220)]),_0x382b73=_0x119602[_0x2a117e]||[];logger[_0x4b5250(0x33b)](_0x4b5250(0x300)+_0x2a117e+_0x4b5250(0x33e)+_0x33af85+_0x4b5250(0x1da)+_0x20e78b+',\x20hooksListLength='+_0x382b73['length']);if(_0x4315eb['cGTRn'](_0x382b73['length'],0x0)&&_0x4315eb[_0x4b5250(0x245)](_0x53c485,TestFrameworkState[_0x4b5250(0x273)]))return logger['debug'](_0x4315eb[_0x4b5250(0x22a)]),this['storePendingHook'](_0x6d981b,_0x33af85,_0x53c485,_0x57ef30,_0x5bbfa4),{};if(_0x4315eb['ZAXVS'](_0x382b73[_0x4b5250(0x2ad)],0x0)){const _0x1d2b76=_0x382b73[_0x4b5250(0x282)]();_0x4315eb[_0x4b5250(0x265)](_0x20e78b,_0x4315eb[_0x4b5250(0x1f5)])&&_0x29654d['errorsDetailed']?(_0x1d2b76[TestFrameworkConstants[_0x4b5250(0x1f0)]]=this[_0x4b5250(0x32b)](_0x29654d),_0x1d2b76[TestFrameworkConstants[_0x4b5250(0x30b)]]=this[_0x4b5250(0x260)](_0x29654d),_0x1d2b76[TestFrameworkConstants[_0x4b5250(0x25e)]]=this['getJestFailureData'](_0x29654d),logger[_0x4b5250(0x33b)](_0x4b5250(0x2ce)+_0x2a117e+_0x4b5250(0x1c4)+_0x1d2b76[TestFrameworkConstants[_0x4b5250(0x1f0)]]+',\x20failureReason='+_0x1d2b76[TestFrameworkConstants[_0x4b5250(0x30b)]]?.[_0x4b5250(0x262)](0x0,0xc8))):_0x1d2b76[TestFrameworkConstants[_0x4b5250(0x21c)]]=_0x4315eb['PEbzf'];_0x4315eb[_0x4b5250(0x307)](_0x20e78b,TestFrameworkConstants[_0x4b5250(0x1d4)])&&(_0x1d2b76[TestFrameworkConstants[_0x4b5250(0x21c)]]=_0x20e78b);_0x1d2b76[TestFrameworkConstants[_0x4b5250(0x32d)]]=_0x29654d['finished_at']||new Date()[_0x4b5250(0x290)](),_0x1d2b76[TestFrameworkConstants[_0x4b5250(0x1f8)]]=_0x1c249b;const _0xd965dc=_0x1d2b76[TestFrameworkConstants[_0x4b5250(0x28a)]];!_0x444d3d[_0x2a117e]&&(_0x444d3d[_0x2a117e]=[]);_0x444d3d[_0x2a117e][_0x4b5250(0x309)](_0x1d2b76),_0x4e750e[_0x33af85][TestFrameworkConstants[_0x4b5250(0x32c)]]=_0x2a117e;const _0x42f745={};_0x42f745[_0x4b5250(0x204)]=0x2,logger[_0x4b5250(0x33b)](_0x4b5250(0x2c5)+_0x2a117e+',\x20hookId='+_0xd965dc+',\x20result='+_0x20e78b+_0x4b5250(0x2da)+util[_0x4b5250(0x335)](_0x1d2b76,_0x42f745));}}}return _0x4e750e;}[a79_0x67b535(0x314)](_0x234036){const _0x4f7ff4=a79_0x67b535,_0x1db752={};_0x1db752[_0x4f7ff4(0x344)]='base64';const _0x1273e5=_0x1db752;try{const _0x3508ac=_0x234036[_0x4f7ff4(0x258)]?this[_0x4f7ff4(0x2c4)](_0x234036[_0x4f7ff4(0x258)]):_0x234036[_0x4f7ff4(0x1e9)]['test_run_id'],_0x49b270=_0x234036['instance'],_0x260bfa=_0x49b270[_0x4f7ff4(0x22d)](),_0x27511d=_0x49b270[_0x4f7ff4(0x1d1)]()[_0x4f7ff4(0x2ff)](_0x3508ac);if(!_0x27511d)return logger[_0x4f7ff4(0x33b)](_0x4f7ff4(0x250)+_0x3508ac),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x239373=this[_0x4f7ff4(0x284)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x2d6b2c=this[_0x4f7ff4(0x2c7)]()[this[_0x4f7ff4(0x284)]()[0x0]]||'',[TestFrameworkConstants[_0x4f7ff4(0x2b9)]]:_0x171475='',[TestFrameworkConstants[_0x4f7ff4(0x2f6)]]:_0x316901=''}=_0x27511d,_0x758d98=_0x49b270[_0x4f7ff4(0x360)]()['toString']()[_0x4f7ff4(0x1ed)]('.')[0x1],_0x33141c=_0x49b270[_0x4f7ff4(0x253)]()[_0x4f7ff4(0x2e3)]()[_0x4f7ff4(0x1ed)]('.')[0x1],_0xd0f969=global?.[_0x4f7ff4(0x2d8)]?.[_0x4f7ff4(0x329)]?.[_0x4f7ff4(0x343)]||global[_0x4f7ff4(0x2f5)]||0x0,_0x292c75=_0x49b270[_0x4f7ff4(0x30a)](),_0x166b12=Buffer[_0x4f7ff4(0x235)](JSON['stringify'](_0x27511d))[_0x4f7ff4(0x2e3)](_0x1273e5[_0x4f7ff4(0x344)]),_0x3e7653={'hash':_0x260bfa[_0x4f7ff4(0x2a0)](),'threadId':_0x260bfa[_0x4f7ff4(0x34c)]()['toString'](),'processId':_0x260bfa[_0x4f7ff4(0x228)]()[_0x4f7ff4(0x2e3)]()},_0x38a177={};_0x38a177['platformIndex']=_0xd0f969,_0x38a177[_0x4f7ff4(0x1c9)]=_0x239373,_0x38a177[_0x4f7ff4(0x27a)]=_0x2d6b2c,_0x38a177[_0x4f7ff4(0x33c)]=_0x758d98,_0x38a177[_0x4f7ff4(0x1de)]=_0x33141c,_0x38a177[_0x4f7ff4(0x2c0)]=_0x171475,_0x38a177[_0x4f7ff4(0x318)]=_0x316901,_0x38a177['uuid']=_0x292c75,_0x38a177[_0x4f7ff4(0x293)]=_0x166b12,_0x38a177['executionContext']=_0x3e7653,_0x38a177[_0x4f7ff4(0x28b)]=_0x3508ac;const _0x4871f7=_0x38a177;return _0x4871f7;}catch(_0x296774){return logger[_0x4f7ff4(0x248)](_0x4f7ff4(0x20e)+util[_0x4f7ff4(0x28d)](_0x296774)),{};}}async[a79_0x67b535(0x208)](_0x197781,_0xa099f6,_0x50255b){const _0x1c4d06=a79_0x67b535,_0x2b3f28={'pMCfn':function(_0x4b962e,_0x308f77){return _0x4b962e+_0x308f77;},'EFexK':_0x1c4d06(0x1e3),'pRMab':'none','ISubN':function(_0x1a8c61,_0x4b8a6a){return _0x1a8c61>_0x4b8a6a;},'FMafk':function(_0x54ee2c,_0x37d50c,_0x228d42,_0x200a5c){return _0x54ee2c(_0x37d50c,_0x228d42,_0x200a5c);},'HfAFn':function(_0x2d9f0e,_0x138688){return _0x2d9f0e-_0x138688;},'Dhvsx':function(_0x394c6e,_0x137069){return _0x394c6e===_0x137069;},'vujlL':function(_0x2361ff,_0x239545){return _0x2361ff/_0x239545;},'CYvJn':function(_0x2bd215,_0x297ee7){return _0x2bd215<_0x297ee7;},'utIzZ':function(_0x6e20f,_0x39f7e4){return _0x6e20f*_0x39f7e4;},'LdQJI':function(_0x346f78,_0x301a8c){return _0x346f78+_0x301a8c;},'LVita':function(_0x21bfdf,_0x19bdd5){return _0x21bfdf+_0x19bdd5;},'rgWOI':function(_0x4ba567,_0xb8562d){return _0x4ba567>_0xb8562d;}};try{const _0x546ed1=_0x50255b[_0x1c4d06(0x323)]||_0x50255b[_0x1c4d06(0x30e)],_0x11ca74=Array[_0x1c4d06(0x235)](_0x197781[_0x1c4d06(0x1d1)]()['keys']()),_0x1d6209=_0x197781['getAllData']()[_0x1c4d06(0x2ff)](_0x546ed1);if(!_0x1d6209){logger[_0x1c4d06(0x33b)](_0x1c4d06(0x2ea)+_0x546ed1);return;}const {[TestFrameworkConstants[_0x1c4d06(0x1ef)]]:_0x247ba5='',[TestFrameworkConstants[_0x1c4d06(0x356)]]:_0x4d1ada=''}=_0x1d6209;let _0x17f561=[];_0x1d6209&&_0x1d6209[TestFrameworkConstants[_0x1c4d06(0x347)]]&&Array[_0x1c4d06(0x325)](_0x1d6209[TestFrameworkConstants[_0x1c4d06(0x347)]])?(_0x17f561=_0x1d6209[TestFrameworkConstants[_0x1c4d06(0x347)]]||[],logger['debug'](_0x1c4d06(0x291)+_0x17f561[_0x1c4d06(0x2ad)]+'\x20logs\x20for\x20testId:\x20'+_0x546ed1),_0x197781['addMultipleEntries']({[_0x546ed1]:{[TestFrameworkConstants[_0x1c4d06(0x347)]]:[],[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x1c4d06(0x356)]]:this[_0x1c4d06(0x2c7)]()[this[_0x1c4d06(0x284)]()[0x0]]||''}}),logger[_0x1c4d06(0x33b)](_0x1c4d06(0x353)+_0x546ed1)):logger[_0x1c4d06(0x33b)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x546ed1);logger['debug'](_0x1c4d06(0x24a)+_0x17f561[_0x1c4d06(0x2ad)]+_0x1c4d06(0x1cc)+_0x546ed1);const _0xb47a73=_0x17f561[_0x1c4d06(0x202)](_0x773b0b=>_0x773b0b[_0x1c4d06(0x2b0)]==='TEST_SCREENSHOT');_0x2b3f28[_0x1c4d06(0x333)](_0xb47a73[_0x1c4d06(0x2ad)],0x0)&&(logger[_0x1c4d06(0x33b)](_0x1c4d06(0x348)+_0xb47a73[_0x1c4d06(0x2ad)]+'\x20screenshot\x20logs\x20for\x20testId:\x20'+_0x546ed1),_0xb47a73['forEach']((_0x5aa918,_0x46733e)=>{const _0x5eff44=_0x1c4d06;logger[_0x5eff44(0x33b)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20'+_0x2b3f28[_0x5eff44(0x1e7)](_0x46733e,0x1)+'/'+_0xb47a73[_0x5eff44(0x2ad)]+_0x5eff44(0x28e)+(_0x5aa918[_0x5eff44(0x28b)]||_0x2b3f28[_0x5eff44(0x306)])+_0x5eff44(0x326)+(_0x5aa918[_0x5eff44(0x1e5)]||_0x2b3f28[_0x5eff44(0x306)])+_0x5eff44(0x23e)+(_0x5aa918[_0x5eff44(0x2c1)]||_0x2b3f28['pRMab'])+_0x5eff44(0x279)+(_0x5aa918[_0x5eff44(0x1cf)]?.['length']||0x0));}));const _0x35d1f6=_0x1d6209[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x55ba41=_0x2b3f28[_0x1c4d06(0x259)](getMediaArtifactsLogs,_0x35d1f6,null,_0x546ed1),_0x57ac60=(_0x17f561||[])[_0x1c4d06(0x321)](_0x55ba41||[]),_0x49e67c=_0xb47a73?.['length']||0x0,_0x8e64ff=_0x2b3f28['HfAFn'](_0x17f561?.[_0x1c4d06(0x2ad)]||0x0,_0x49e67c);logger[_0x1c4d06(0x33b)](_0x1c4d06(0x2a4)+_0x546ed1+_0x1c4d06(0x203)+_0x8e64ff+_0x1c4d06(0x35e)+_0x49e67c+_0x1c4d06(0x268)+(_0x55ba41?.['length']||0x0)+_0x1c4d06(0x322)+_0x57ac60[_0x1c4d06(0x2ad)]);if(!_0x57ac60||_0x2b3f28['Dhvsx'](_0x57ac60['length'],0x0)){logger['debug'](_0x1c4d06(0x1c5)+_0x546ed1);return;}const _0x37db2c=0x28,_0x37b21c=Math[_0x1c4d06(0x1e4)](_0x2b3f28[_0x1c4d06(0x310)](_0x57ac60['length'],_0x37db2c));for(let _0x3d46eb=0x0;_0x2b3f28['CYvJn'](_0x3d46eb,_0x37b21c);_0x3d46eb++){const _0x4d5977=_0x2b3f28[_0x1c4d06(0x34a)](_0x3d46eb,_0x37db2c),_0xa5df2a=_0x2b3f28[_0x1c4d06(0x224)](_0x4d5977,_0x37db2c),_0xf11706=_0x57ac60[_0x1c4d06(0x1ca)](_0x4d5977,_0xa5df2a),_0x315864=global?.[_0x1c4d06(0x226)]??0x0,_0x4c7ee8={'platformIndex':_0x315864,'logs':_0xf11706,'testFrameworkName':_0x247ba5,'testFrameworkVersion':_0x4d1ada,'testFrameworkState':_0xa099f6[_0x1c4d06(0x2e3)]()[_0x1c4d06(0x1ed)]('.')[0x1]},_0x1cf7a3={};_0x1cf7a3['depth']=0x3,_0x1cf7a3[_0x1c4d06(0x2ee)]=0x5,logger[_0x1c4d06(0x33b)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x2b3f28[_0x1c4d06(0x288)](_0x3d46eb,0x1)+'/'+_0x37b21c+_0x1c4d06(0x217)+_0x546ed1+_0x1c4d06(0x210)+_0xf11706[_0x1c4d06(0x2ad)]+_0x1c4d06(0x2de)+_0x315864+_0x1c4d06(0x2d0)+util[_0x1c4d06(0x335)](_0x4c7ee8,_0x1cf7a3));const _0x245059=await GrpcClient[_0x1c4d06(0x261)]()['logCreatedEvent'](_0x4c7ee8);logger['debug'](_0x1c4d06(0x35c)+_0x2b3f28[_0x1c4d06(0x224)](_0x3d46eb,0x1)+'/'+_0x37b21c+_0x1c4d06(0x217)+_0x546ed1+',\x20response='+util[_0x1c4d06(0x335)](_0x245059));}_0x55ba41&&_0x2b3f28['rgWOI'](_0x55ba41[_0x1c4d06(0x2ad)],0x0)&&_0x1d6209[TestFrameworkConstants[_0x1c4d06(0x22e)]]&&_0x197781[_0x1c4d06(0x2df)]({[_0x546ed1]:{[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{},[TestFrameworkConstants[_0x1c4d06(0x1ef)]]:this[_0x1c4d06(0x284)]()[0x0]||'',[TestFrameworkConstants[_0x1c4d06(0x356)]]:this[_0x1c4d06(0x2c7)]()[this[_0x1c4d06(0x284)]()[0x0]]||''}}),logger[_0x1c4d06(0x33b)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20'+_0x546ed1+',\x20totalBatches:\x20'+_0x37b21c);}catch(_0x1527f9){logger[_0x1c4d06(0x248)](_0x1c4d06(0x1dc)+(_0x50255b[_0x1c4d06(0x323)]||_0x50255b[_0x1c4d06(0x30e)])+_0x1c4d06(0x332)+util[_0x1c4d06(0x28d)](_0x1527f9));}}[a79_0x67b535(0x313)](_0x104fd2,_0x72fcf,_0x2033cb,_0x576d72,_0x58c030){const _0x22f852=a79_0x67b535,_0x1bc89e={};_0x1bc89e[_0x22f852(0x33f)]=function(_0x31bf63,_0x3be6d0){return _0x31bf63===_0x3be6d0;},_0x1bc89e[_0x22f852(0x212)]=_0x22f852(0x27d);const _0x1a82d2=_0x1bc89e,{hookData:_0x5e6e2a}=_0x58c030,_0x1a049e={'testId':_0x72fcf,'testFrameworkState':_0x2033cb,'hookState':_0x576d72,'args':_0x58c030,'timestamp':new Date()[_0x22f852(0x290)]()};if(_0x1a82d2['aDXgh'](_0x2033cb,TestFrameworkState[_0x22f852(0x273)])&&_0x5e6e2a){const _0x15e233={};_0x15e233['filePath']=_0x5e6e2a['file_name']||_0x5e6e2a[_0x22f852(0x32e)],_0x15e233[_0x22f852(0x201)]=_0x5e6e2a[_0x22f852(0x201)]||_0x5e6e2a[_0x22f852(0x26a)]&&_0x5e6e2a[_0x22f852(0x26a)][0x0]||'',_0x15e233[_0x22f852(0x312)]=_0x1a82d2[_0x22f852(0x212)],_0x1a049e[_0x22f852(0x338)]=_0x15e233,logger[_0x22f852(0x33b)]('[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20'+_0x72fcf+',\x20filePath:\x20'+_0x1a049e[_0x22f852(0x338)][_0x22f852(0x2bd)]+_0x22f852(0x296)+_0x1a049e[_0x22f852(0x338)][_0x22f852(0x201)]);}_0x104fd2['addPendingHook'](_0x72fcf,_0x1a049e),logger['debug'](_0x22f852(0x21b)+_0x72fcf+_0x22f852(0x264)+_0x2033cb+_0x22f852(0x1d7)+_0x576d72);}async['processPendingHooks'](_0x7416fd,_0x48560b){const _0x4e326a=a79_0x67b535,_0x802a75={};_0x802a75[_0x4e326a(0x1ee)]=function(_0x2bae69,_0xaf92b8){return _0x2bae69>_0xaf92b8;},_0x802a75[_0x4e326a(0x2e2)]=function(_0x270a36,_0x154daf){return _0x270a36===_0x154daf;},_0x802a75[_0x4e326a(0x2e7)]=function(_0x39c87b,_0x1e01a5){return _0x39c87b===_0x1e01a5;},_0x802a75['oYajj']=function(_0x54ad88,_0x54586d){return _0x54ad88===_0x54586d;},_0x802a75['HyuyQ']=function(_0x1e7af2,_0xeaa848){return _0x1e7af2>_0xeaa848;},_0x802a75[_0x4e326a(0x2db)]=_0x4e326a(0x2a8);const _0x3de077=_0x802a75;if(_0x7416fd[_0x4e326a(0x2b6)](_0x48560b)){const _0x17aaf1=_0x7416fd[_0x4e326a(0x20c)](_0x48560b);logger[_0x4e326a(0x33b)](_0x4e326a(0x31d)+_0x17aaf1['length']+_0x4e326a(0x26c)+_0x48560b);for(const _0x20b272 of _0x17aaf1){try{const _0x3efab9=await this[_0x4e326a(0x256)](_0x7416fd,_0x20b272[_0x4e326a(0x33c)],_0x20b272[_0x4e326a(0x1de)],_0x20b272['args']);_0x3efab9&&_0x3de077['qoXHk'](Object[_0x4e326a(0x294)](_0x3efab9)[_0x4e326a(0x2ad)],0x0)&&_0x7416fd['addMultipleEntries'](_0x3efab9),await this[_0x4e326a(0x2dd)](_0x7416fd,_0x20b272[_0x4e326a(0x33c)],_0x20b272[_0x4e326a(0x1de)],_0x20b272[_0x4e326a(0x1bf)]);}catch(_0x20b5ad){logger[_0x4e326a(0x248)]('Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20'+_0x48560b+',\x20error:\x20'+_0x20b5ad);}}_0x7416fd['removePendingHooks'](_0x48560b),logger[_0x4e326a(0x33b)](_0x4e326a(0x285)+_0x48560b);}const _0x14b0fc=_0x7416fd[_0x4e326a(0x1d1)]()[_0x4e326a(0x2ff)](_0x48560b);if(_0x14b0fc){const _0x3e960d=_0x14b0fc[TestFrameworkConstants['KEY_TEST_FILE_PATH']]||_0x14b0fc[TestFrameworkConstants[_0x4e326a(0x1d3)]],_0x4af888=_0x14b0fc[TestFrameworkConstants[_0x4e326a(0x272)]]||_0x14b0fc[TestFrameworkConstants[_0x4e326a(0x2aa)]]&&_0x14b0fc[TestFrameworkConstants[_0x4e326a(0x2aa)]][0x0]||'';logger[_0x4e326a(0x33b)]('[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20'+_0x3e960d+_0x4e326a(0x296)+_0x4af888);const _0x459029=_0x7416fd[_0x4e326a(0x327)]();for(const _0x66a9bb of _0x459029){if(_0x3de077['CfnuS'](_0x66a9bb,_0x48560b))continue;if(_0x7416fd[_0x4e326a(0x2b6)](_0x66a9bb)){const _0x3f33ec=_0x7416fd[_0x4e326a(0x20c)](_0x66a9bb);for(const _0x5dd60e of _0x3f33ec){if(_0x3de077[_0x4e326a(0x2e7)](_0x5dd60e[_0x4e326a(0x33c)],TestFrameworkState[_0x4e326a(0x273)])&&_0x5dd60e[_0x4e326a(0x338)]){const _0x26f409=_0x5dd60e[_0x4e326a(0x338)][_0x4e326a(0x2bd)],_0x197f72=_0x5dd60e[_0x4e326a(0x338)][_0x4e326a(0x201)];if(_0x3de077[_0x4e326a(0x2e7)](_0x26f409,_0x3e960d)&&_0x3de077['oYajj'](_0x197f72,_0x4af888)){logger[_0x4e326a(0x33b)](_0x4e326a(0x213)+_0x66a9bb+',\x20currentTestId:\x20'+_0x48560b+_0x4e326a(0x21a)+_0x26f409+_0x4e326a(0x296)+_0x197f72);_0x5dd60e[_0x4e326a(0x1bf)]&&_0x5dd60e[_0x4e326a(0x1bf)]['hookData']&&(_0x5dd60e[_0x4e326a(0x1bf)][_0x4e326a(0x1e9)]['test_run_id']=_0x48560b,logger[_0x4e326a(0x33b)]('[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20'+_0x66a9bb+_0x4e326a(0x2b1)+_0x48560b));try{const _0x4c4b68=await this[_0x4e326a(0x256)](_0x7416fd,_0x5dd60e[_0x4e326a(0x33c)],_0x5dd60e[_0x4e326a(0x1de)],_0x5dd60e[_0x4e326a(0x1bf)]);_0x4c4b68&&_0x3de077[_0x4e326a(0x1f7)](Object[_0x4e326a(0x294)](_0x4c4b68)[_0x4e326a(0x2ad)],0x0)&&_0x7416fd[_0x4e326a(0x2df)](_0x4c4b68);await this[_0x4e326a(0x2dd)](_0x7416fd,_0x5dd60e['testFrameworkState'],_0x5dd60e[_0x4e326a(0x1de)],_0x5dd60e[_0x4e326a(0x1bf)]);const _0x58b46e=_0x7416fd[_0x4e326a(0x20c)](_0x66a9bb)[_0x4e326a(0x202)](_0xa31ca7=>_0xa31ca7!==_0x5dd60e);if(_0x3de077[_0x4e326a(0x319)](_0x58b46e[_0x4e326a(0x2ad)],0x0))_0x7416fd['removePendingHooks'](_0x66a9bb);else{_0x7416fd['removePendingHooks'](_0x66a9bb);for(const _0x50daed of _0x58b46e){_0x7416fd[_0x4e326a(0x24d)](_0x66a9bb,_0x50daed);}}logger[_0x4e326a(0x33b)](_0x3de077[_0x4e326a(0x2db)]);}catch(_0x421393){logger['error'](_0x4e326a(0x299)+_0x48560b+_0x4e326a(0x332)+_0x421393);}}}}}}}}[a79_0x67b535(0x1c8)](_0x5a93da){const _0x1c7760=a79_0x67b535,_0x4aaa07={'Jxbqo':function(_0x2fcc18){return _0x2fcc18();}};if(!_0x5a93da||!_0x5a93da['parent'])return;_0x5a93da[_0x1c7760(0x2cc)]['hooks']&&Array[_0x1c7760(0x325)](_0x5a93da[_0x1c7760(0x2cc)][_0x1c7760(0x26d)])&&_0x5a93da[_0x1c7760(0x2cc)][_0x1c7760(0x26d)][_0x1c7760(0x31a)](_0x512ab9=>{const _0x301309=_0x1c7760;!_0x512ab9['hookAnalyticsId']&&!_0x512ab9['hookUUID']&&(_0x512ab9[_0x301309(0x2a9)]=_0x4aaa07[_0x301309(0x345)](uuidv4),_0x512ab9[_0x301309(0x354)]=_0x512ab9[_0x301309(0x2a9)],logger['debug'](_0x301309(0x2b8)+_0x512ab9[_0x301309(0x271)]+',\x20hookUUID='+_0x512ab9['hookAnalyticsId']));}),this[_0x1c7760(0x1c8)](_0x5a93da[_0x1c7760(0x2cc)]);}[a79_0x67b535(0x216)](_0x34cdf6){const _0x2a957c=a79_0x67b535,_0x5c9673={'CeexB':function(_0x345e45,_0x416bc4){return _0x345e45(_0x416bc4);}};if(!_0x34cdf6||!_0x34cdf6[_0x2a957c(0x2cc)])return[];const _0x593050=[];return _0x34cdf6[_0x2a957c(0x2cc)][_0x2a957c(0x26d)]&&Array['isArray'](_0x34cdf6[_0x2a957c(0x2cc)][_0x2a957c(0x26d)])&&_0x34cdf6['parent'][_0x2a957c(0x26d)][_0x2a957c(0x31a)](_0x251743=>{const _0x433d11=_0x2a957c,_0x4fd3e1=_0x251743['hookAnalyticsId']||_0x251743[_0x433d11(0x354)];_0x4fd3e1&&!this['isJestInternalHook'](_0x251743)&&!_0x5c9673[_0x433d11(0x26b)](isInternalHook,_0x251743['fn'])&&_0x593050[_0x433d11(0x309)](_0x4fd3e1);}),[..._0x593050,...this['getHooksForTest'](_0x34cdf6[_0x2a957c(0x2cc)])];}['buildHookMapFromTest'](_0x2c48db){const _0x2cdff6=a79_0x67b535,_0x1ea1a9={'RXNNH':function(_0x12fbde,_0x53db1e){return _0x12fbde(_0x53db1e);},'FZrtz':_0x2cdff6(0x31f),'NItlS':function(_0x2f6331,_0x4b6c1c){return _0x2f6331(_0x4b6c1c);}},_0x4079a2=new Map(),_0xebc6b6=_0x138de9=>{const _0x1456dc=_0x2cdff6;if(!_0x138de9||!_0x138de9['parent'])return;_0x138de9[_0x1456dc(0x2cc)][_0x1456dc(0x26d)]&&Array[_0x1456dc(0x325)](_0x138de9['parent'][_0x1456dc(0x26d)])&&_0x138de9[_0x1456dc(0x2cc)]['hooks'][_0x1456dc(0x31a)](_0x21746c=>{const _0x58d5c2=_0x1456dc,_0x1d051e=_0x21746c[_0x58d5c2(0x2a9)]||_0x21746c[_0x58d5c2(0x354)];if(_0x1d051e&&!this[_0x58d5c2(0x2bf)](_0x21746c)&&!_0x1ea1a9[_0x58d5c2(0x297)](isInternalHook,_0x21746c['fn'])){const _0x213154={};_0x213154[_0x58d5c2(0x271)]=_0x21746c[_0x58d5c2(0x271)]||_0x1ea1a9['FZrtz'],_0x213154[_0x58d5c2(0x2f1)]=_0x21746c[_0x58d5c2(0x2f1)]||'\x22'+_0x21746c[_0x58d5c2(0x271)]+_0x58d5c2(0x243),_0x4079a2[_0x58d5c2(0x24f)](_0x1d051e,_0x213154);}}),_0x1ea1a9[_0x1456dc(0x302)](_0xebc6b6,_0x138de9[_0x1456dc(0x2cc)]);};return _0x1ea1a9[_0x2cdff6(0x297)](_0xebc6b6,_0x2c48db),_0x4079a2;}[a79_0x67b535(0x2bf)](_0x4b0903){const _0x18709c=a79_0x67b535,_0x3c6192={};_0x3c6192[_0x18709c(0x30f)]=_0x18709c(0x25a),_0x3c6192[_0x18709c(0x2f7)]=_0x18709c(0x280);const _0x18a1fb=_0x3c6192;try{const _0x48b7e3=this[_0x18709c(0x2c9)](_0x4b0903);return _0x48b7e3&&_0x48b7e3[_0x18709c(0x2a6)](_0x18a1fb[_0x18709c(0x30f)]);}catch(_0xc6fa04){logger['debug'](_0x18a1fb[_0x18709c(0x2f7)]);}return![];}['getRootParentFile'](_0x3262b4){const _0x25613d=a79_0x67b535;if(_0x3262b4[_0x25613d(0x225)])try{const _0x293d0c=stackTrace[_0x25613d(0x281)](_0x3262b4[_0x25613d(0x225)]);return _0x293d0c[0x0]?_0x293d0c[0x0][_0x25613d(0x269)]():null;}catch(_0x21a22e){logger[_0x25613d(0x33b)](_0x25613d(0x1f4)+util[_0x25613d(0x28d)](_0x21a22e));}if(_0x3262b4[_0x25613d(0x2f0)])return _0x3262b4[_0x25613d(0x2f0)];return null;}}module[a79_0x67b535(0x295)]=JestTestFramework;
1
+ const a79_0x21a140=a79_0x5a80;(function(_0x579b44,_0x319be3){const _0x763108=a79_0x5a80,_0x13edb7=_0x579b44();while(!![]){try{const _0x52047a=-parseInt(_0x763108(0x1e2))/0x1*(parseInt(_0x763108(0x19a))/0x2)+-parseInt(_0x763108(0xa9))/0x3*(-parseInt(_0x763108(0xd3))/0x4)+parseInt(_0x763108(0x1aa))/0x5+parseInt(_0x763108(0xcb))/0x6+parseInt(_0x763108(0x14c))/0x7*(parseInt(_0x763108(0xb3))/0x8)+-parseInt(_0x763108(0xa6))/0x9+parseInt(_0x763108(0x9a))/0xa*(-parseInt(_0x763108(0x17f))/0xb);if(_0x52047a===_0x319be3)break;else _0x13edb7['push'](_0x13edb7['shift']());}catch(_0x3f6231){_0x13edb7['push'](_0x13edb7['shift']());}}}(a79_0x2b51,0x4fe3b));const TestFramework=require(a79_0x21a140(0x102)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a79_0x21a140(0xb1)),{createClassLogger}=require(a79_0x21a140(0xee)),TestFrameworkInstance=require(a79_0x21a140(0xc2)),CLIUtils=require(a79_0x21a140(0x169)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a79_0x21a140(0x182)),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),{isInternalHook}=require(a79_0x21a140(0x1ec)),logger=createClassLogger(a79_0x21a140(0x21c)),{v4:uuidv4}=require('uuid'),util=require('util'),TestInfo=require(a79_0x21a140(0x11a)),GrpcClient=require(a79_0x21a140(0x8d)),stackTrace=require(a79_0x21a140(0xc4));class JestTestFramework extends TestFramework{constructor(_0x1dcc6d,_0x335339,_0x2475fa){const _0x314042=a79_0x21a140;super(_0x1dcc6d,_0x335339,_0x2475fa),this[_0x314042(0xdb)]=new Map();}[a79_0x21a140(0x218)](_0x5caec2,_0x329fba,_0x4ce60b){const _0x116db0=a79_0x21a140,_0x49039d={};_0x49039d[_0x116db0(0x89)]=function(_0x479481,_0x3d570b){return _0x479481||_0x3d570b;};const _0x77c624=_0x49039d;if(_0x77c624[_0x116db0(0x89)](!_0x5caec2,!_0x329fba)){logger['warn'](_0x116db0(0x133)+_0x5caec2+_0x116db0(0xe9)+_0x329fba);return;}!this['activeHooks']['has'](_0x5caec2)&&this[_0x116db0(0xdb)][_0x116db0(0xb8)](_0x5caec2,[]);const _0x393e41={'hookUUID':_0x329fba,'hookType':_0x4ce60b,'startedAt':new Date()[_0x116db0(0x1f6)]()};this[_0x116db0(0xdb)]['get'](_0x5caec2)['push'](_0x393e41),logger['debug']('[JestTestFramework]\x20setActiveHook:\x20testIdentifier='+_0x5caec2+_0x116db0(0xe9)+_0x329fba+_0x116db0(0xda)+_0x4ce60b+_0x116db0(0xa0)+this[_0x116db0(0xdb)][_0x116db0(0xbb)](_0x5caec2)[_0x116db0(0x1d7)]);}['removeActiveHook'](_0x595353,_0x406d08){const _0x4dbf7e=a79_0x21a140,_0x3da1c9={};_0x3da1c9[_0x4dbf7e(0x20c)]=function(_0x554872,_0x505d90){return _0x554872||_0x505d90;},_0x3da1c9[_0x4dbf7e(0x14e)]=function(_0x5e3502,_0x20d643){return _0x5e3502!==_0x20d643;},_0x3da1c9['oYaXv']=function(_0x1ff00b,_0x301cdc){return _0x1ff00b===_0x301cdc;};const _0x35cb86=_0x3da1c9;if(_0x35cb86[_0x4dbf7e(0x20c)](!_0x595353,!_0x406d08)){logger[_0x4dbf7e(0x10b)]('[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x595353+_0x4dbf7e(0xe9)+_0x406d08);return;}if(this[_0x4dbf7e(0xdb)]['has'](_0x595353)){const _0x550f6b=this[_0x4dbf7e(0xdb)][_0x4dbf7e(0xbb)](_0x595353),_0x4c8bec=_0x550f6b[_0x4dbf7e(0x1bc)](_0x175004=>_0x175004['hookUUID']===_0x406d08);_0x35cb86[_0x4dbf7e(0x14e)](_0x4c8bec,-0x1)?(_0x550f6b[_0x4dbf7e(0xd5)](_0x4c8bec,0x1),logger[_0x4dbf7e(0x15d)](_0x4dbf7e(0x140)+_0x595353+_0x4dbf7e(0xe9)+_0x406d08+_0x4dbf7e(0x178)+_0x550f6b['length']),_0x35cb86[_0x4dbf7e(0x10f)](_0x550f6b['length'],0x0)&&this[_0x4dbf7e(0xdb)][_0x4dbf7e(0x111)](_0x595353)):logger['debug']('[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier='+_0x595353+_0x4dbf7e(0xe9)+_0x406d08);}}[a79_0x21a140(0x1cd)](_0x4c252c){const _0x33eda6=a79_0x21a140,_0x42da77={};_0x42da77[_0x33eda6(0x148)]=function(_0x438e1d,_0x1ff054){return _0x438e1d>_0x1ff054;},_0x42da77[_0x33eda6(0x176)]=function(_0x19bb05,_0xc31a79){return _0x19bb05-_0xc31a79;};const _0x4c0044=_0x42da77;if(!_0x4c252c)return null;if(this['activeHooks'][_0x33eda6(0xe8)](_0x4c252c)){const _0x503171=this[_0x33eda6(0xdb)][_0x33eda6(0xbb)](_0x4c252c);if(_0x4c0044[_0x33eda6(0x148)](_0x503171['length'],0x0)){const _0x4c2099=_0x503171[_0x4c0044[_0x33eda6(0x176)](_0x503171[_0x33eda6(0x1d7)],0x1)];return logger[_0x33eda6(0x15d)](_0x33eda6(0x1ad)+_0x4c252c+_0x33eda6(0xe9)+_0x4c2099[_0x33eda6(0x81)]+_0x33eda6(0xda)+_0x4c2099['hookType']),_0x4c2099;}}return null;}async[a79_0x21a140(0x15b)](_0x52ff30,_0xe228ba,_0xd4774c={}){const _0x85a80=a79_0x21a140,_0x6fa113={};_0x6fa113[_0x85a80(0x10a)]=_0x85a80(0x215),_0x6fa113['XtElc']=function(_0x449386,_0x4f98a8){return _0x449386===_0x4f98a8;},_0x6fa113[_0x85a80(0xb4)]=function(_0x12c34c,_0x395ef4){return _0x12c34c===_0x395ef4;},_0x6fa113['HbGLh']=function(_0x341b2e,_0x574446){return _0x341b2e||_0x574446;},_0x6fa113[_0x85a80(0xe0)]=_0x85a80(0x187);const _0x268f9b=_0x6fa113;logger[_0x85a80(0x15d)](_0x85a80(0x9f)+_0x52ff30+_0x85a80(0x15e)+_0xe228ba+_0x85a80(0x11e)+Object[_0x85a80(0x165)](_0xd4774c)[_0x85a80(0x17c)](',')),await super['trackEvent'](_0x52ff30,_0xe228ba,_0xd4774c);const _0x4f232e=this[_0x85a80(0xaf)](_0x52ff30,_0xe228ba,_0xd4774c);if(!_0x4f232e){logger['debug'](_0x268f9b['TgJNE']);return;}try{let _0x553908,_0x3e2c5b,_0x53cf41;switch(_0x52ff30){case TestFrameworkState[_0x85a80(0x103)]:_0x553908=_0xd4774c[_0x85a80(0x1c1)];const _0x495422={};_0x495422[_0x85a80(0x1d9)]=0x2,_0x495422[_0x85a80(0x1b0)]=0x3,logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState='+_0xe228ba+_0x85a80(0x204)+util['inspect'](_0x553908,_0x495422)),_0x53cf41=this[_0x85a80(0x1ee)](_0x553908),_0x3e2c5b=null,logger[_0x85a80(0x15d)](_0x85a80(0x206)+_0x53cf41+_0x85a80(0x125));if(_0x268f9b[_0x85a80(0x141)](_0xe228ba,HookState[_0x85a80(0xad)])){logger[_0x85a80(0x15d)](_0x85a80(0x1c3)+_0x53cf41);const _0x49785c={};_0x49785c[_0x85a80(0x1fd)]=_0x3e2c5b,_0x49785c[_0x85a80(0xb7)]=_0x553908,_0x49785c[_0x85a80(0x1f1)]=_0x53cf41;const _0x12228b=this['parseJestTest'](_0x49785c),_0x51fe33={};_0x51fe33[_0x85a80(0x1d9)]=0x2,_0x51fe33['maxArrayLength']=0x3,logger[_0x85a80(0x15d)](_0x85a80(0x158)+util[_0x85a80(0x197)](_0x12228b,_0x51fe33)),_0x4f232e['addMultipleEntries'](_0x12228b),logger[_0x85a80(0x15d)](_0x85a80(0x1bb)+_0x53cf41),await this[_0x85a80(0x210)](_0x4f232e,_0x53cf41);}else{if(_0x268f9b[_0x85a80(0xb4)](_0xe228ba,HookState['POST'])){logger[_0x85a80(0x15d)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20'+_0x53cf41);const _0xeac158=_0x4f232e['getAllData']()[_0x85a80(0xbb)](_0x53cf41);logger[_0x85a80(0x15d)](_0x85a80(0x12e)+util[_0x85a80(0x197)](Object['keys'](_0x268f9b[_0x85a80(0x20b)](_0xeac158,{}))));_0xeac158&&_0xeac158[TestFrameworkConstants[_0x85a80(0x12a)]]?logger[_0x85a80(0x15d)](_0x85a80(0x157)+Object[_0x85a80(0x165)](_0xeac158[TestFrameworkConstants[_0x85a80(0x12a)]])[_0x85a80(0x1d7)]+_0x85a80(0xf3)):logger[_0x85a80(0x15d)](_0x268f9b['XYWmA']);const _0x122612=_0xd4774c[_0x85a80(0x1a8)]||null,_0x443598={};_0x443598[_0x85a80(0x1fd)]=_0x3e2c5b,_0x443598[_0x85a80(0xb7)]=_0x553908,_0x443598[_0x85a80(0x1f1)]=_0x53cf41,_0x443598['originalTest']=_0x122612;const _0x26ffdb=this[_0x85a80(0x12b)](_0x443598),_0x575fcd={};_0x575fcd['depth']=0x2,_0x575fcd[_0x85a80(0x1b0)]=0x3,logger[_0x85a80(0x15d)](_0x85a80(0x156)+util[_0x85a80(0x197)](_0x26ffdb,_0x575fcd)),_0x4f232e[_0x85a80(0x118)](_0x26ffdb),logger[_0x85a80(0x15d)](_0x85a80(0x109)+_0x53cf41),await this[_0x85a80(0x210)](_0x4f232e,_0x53cf41);}}break;case TestFrameworkState[_0x85a80(0x139)]:if(_0x268f9b['Paavq'](_0xe228ba,HookState[_0x85a80(0xd6)])){const _0x4498ff={};_0x4498ff[_0x85a80(0x1d9)]=0x2,logger[_0x85a80(0x15d)](_0x85a80(0x162)+util[_0x85a80(0x197)](_0xd4774c,_0x4498ff)),await this[_0x85a80(0x1f3)](_0x4f232e,_0x52ff30,_0xd4774c);}break;default:if(CLIUtils[_0x85a80(0x14a)](_0x52ff30[_0x85a80(0x1cf)]()[_0x85a80(0x1e3)]('.')[0x1])){const _0x565cf4={};_0x565cf4[_0x85a80(0x1d9)]=0x2,_0x565cf4['maxArrayLength']=0x3,logger[_0x85a80(0x15d)](_0x85a80(0x137)+_0x52ff30+_0x85a80(0x15e)+_0xe228ba+_0x85a80(0x16f)+util[_0x85a80(0x197)](_0xd4774c[_0x85a80(0x202)],_0x565cf4));const _0x1bc0b9=await this['trackHookEvent'](_0x4f232e,_0x52ff30,_0xe228ba,_0xd4774c),_0x33d898={};_0x33d898[_0x85a80(0x1d9)]=0x2,_0x33d898['maxArrayLength']=0x3,logger['debug'](_0x85a80(0x1ac)+util[_0x85a80(0x197)](_0x1bc0b9,_0x33d898)),_0x4f232e[_0x85a80(0x118)](_0x1bc0b9);}else logger['debug'](_0x85a80(0xba)+_0x52ff30+_0x85a80(0x130)+_0xe228ba);break;}logger['debug']('[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState='+_0x52ff30+_0x85a80(0x15e)+_0xe228ba);}catch(_0x518b84){logger[_0x85a80(0x20a)](_0x85a80(0x1ae)+_0x52ff30+_0x85a80(0x15e)+_0xe228ba+_0x85a80(0xd8)+util[_0x85a80(0x13f)](_0x518b84));}_0xd4774c[_0x85a80(0x1b1)]=_0x4f232e,await this[_0x85a80(0xc9)](_0x4f232e,_0x52ff30,_0xe228ba,_0xd4774c);}['getJestTestIdentifier'](_0x591cc6){const _0x3ff5e1=a79_0x21a140,_0x1fdd8e={};_0x1fdd8e['nVZzr']=_0x3ff5e1(0x18a);const _0x5e9722=_0x1fdd8e;if(_0x591cc6&&(_0x591cc6['id']||_0x591cc6[_0x3ff5e1(0x108)])){const _0x33762e=_0x591cc6['id']||_0x591cc6[_0x3ff5e1(0x108)];return logger[_0x3ff5e1(0x15d)](_0x3ff5e1(0x19e)+_0x33762e+_0x3ff5e1(0x12c)),_0x33762e;}return logger[_0x3ff5e1(0x15d)](_0x5e9722[_0x3ff5e1(0xc7)]),process[_0x3ff5e1(0xd2)]+':testAnalyticsId';}[a79_0x21a140(0xaf)](_0x52b5a1,_0x101465,_0x1f1c0f={}){const _0x5683bc=a79_0x21a140;let _0x93ddd2=null;return _0x93ddd2=TestFramework[_0x5683bc(0x1c6)](),!_0x93ddd2?(logger['debug'](_0x5683bc(0x17d)+_0x52b5a1),this[_0x5683bc(0x155)](_0x52b5a1,_0x1f1c0f),_0x93ddd2=TestFramework[_0x5683bc(0x1c6)](),logger[_0x5683bc(0x15d)]('[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists='+!!_0x93ddd2+_0x5683bc(0xcc)+_0x93ddd2?.[_0x5683bc(0x1dc)]()?.[_0x5683bc(0x217)]())):logger[_0x5683bc(0x15d)](_0x5683bc(0x1fe)+_0x93ddd2[_0x5683bc(0x1dc)]()?.[_0x5683bc(0x217)]()),_0x93ddd2;}[a79_0x21a140(0x155)](_0x47bc08,_0x4d8d77){const _0x1ed63b=a79_0x21a140,_0x39f0a6={};_0x39f0a6[_0x1ed63b(0x8f)]='trackJestInstance:\x20instance\x20already\x20exists';const _0x4cfe58=_0x39f0a6;if(TestFramework[_0x1ed63b(0x1c6)]()){logger[_0x1ed63b(0x15d)](_0x4cfe58[_0x1ed63b(0x8f)]);return;}const _0x5414ef=CLIUtils['getCurrentInstanceName'](),_0x2b59eb=TrackedInstance[_0x1ed63b(0x1cc)](_0x5414ef);let _0x310cf5=null;logger[_0x1ed63b(0x15d)]('trackJestInstance:\x20created\x20instance\x20for\x20target='+_0x5414ef+_0x1ed63b(0x135)+_0x47bc08),_0x310cf5=new TestFrameworkInstance(_0x2b59eb,this['getTestFrameworks'](),this['getTestFrameworksVersions'](),_0x47bc08,HookState['NONE']),TestFramework['setTrackedInstance'](_0x2b59eb,_0x310cf5),logger[_0x1ed63b(0x15d)](_0x1ed63b(0x216)+_0x2b59eb[_0x1ed63b(0x217)]()+_0x1ed63b(0x99)+_0x5414ef+_0x1ed63b(0x18d)+this[_0x1ed63b(0x134)]()[0x0]+_0x1ed63b(0x1e6)+this[_0x1ed63b(0x116)]()[this['getTestFrameworks']()[0x0]]);}[a79_0x21a140(0x106)](_0x57f7ac){const _0x4c0819=a79_0x21a140,_0x1d71b4={};_0x1d71b4[_0x4c0819(0x171)]=function(_0x34effb,_0x4ea68a){return _0x34effb||_0x4ea68a;},_0x1d71b4[_0x4c0819(0xdf)]=_0x4c0819(0x186);const _0x45a53c=_0x1d71b4,{testUUID:_0x25188f,testData:_0xd0d7cf,testId:_0x18f960}=_0x57f7ac;if(_0x45a53c[_0x4c0819(0x171)](!_0xd0d7cf,!_0x18f960))return logger[_0x4c0819(0x15d)](_0x45a53c[_0x4c0819(0xdf)]),{};const _0x6b3774=this[_0x4c0819(0x134)]()[0x0],_0x1f1b36=this[_0x4c0819(0x116)](),_0x5228a0={};_0x5228a0['depth']=0x2,_0x5228a0[_0x4c0819(0x1b0)]=0x3,logger[_0x4c0819(0x15d)](_0x4c0819(0x1e4)+util['inspect'](_0xd0d7cf,_0x5228a0));const _0x349753=_0xd0d7cf?.['scopes']||[],_0x272341=this[_0x4c0819(0xa8)](_0xd0d7cf),_0x3b5229=this[_0x4c0819(0xae)](_0xd0d7cf),_0x45a0c3=_0xd0d7cf['fn']?_0xd0d7cf['fn'][_0x4c0819(0x1cf)]():_0xd0d7cf?.[_0x4c0819(0x166)]?_0xd0d7cf['body'][_0x4c0819(0x104)][_0x4c0819(0x1cf)]():null,_0x56fdf9=this[_0x4c0819(0x16b)](_0xd0d7cf),_0x24ddc5={[TestFrameworkConstants[_0x4c0819(0x82)]]:_0x6b3774,[TestFrameworkConstants[_0x4c0819(0x93)]]:_0x1f1b36[_0x6b3774],[TestFrameworkConstants[_0x4c0819(0xc3)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants[_0x4c0819(0x175)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x4c0819(0x1c9)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x272341,[TestFrameworkConstants[_0x4c0819(0xab)]]:_0x3b5229,[TestFrameworkConstants[_0x4c0819(0x1f4)]]:_0x18f960,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x272341,[TestFrameworkConstants[_0x4c0819(0x13c)]]:_0x3b5229,[TestFrameworkConstants[_0x4c0819(0x13a)]]:_0x45a0c3,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x56fdf9,[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0xd0d7cf[_0x4c0819(0xc1)]||new Date()[_0x4c0819(0x1f6)](),[TestFrameworkConstants[_0x4c0819(0x100)]]:_0x349753[0x0]||'',[TestFrameworkConstants[_0x4c0819(0x1f8)]]:_0x349753,[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x272341,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x4c0819(0x96)]]:{}};_0xd0d7cf[_0x4c0819(0x1b3)]&&(_0x24ddc5[TestFrameworkConstants[_0x4c0819(0x97)]]=_0xd0d7cf['retryOf']);logger[_0x4c0819(0x15d)]('[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName='+_0x272341+_0x4c0819(0x1ca)+_0x18f960+_0x4c0819(0xbc)+JSON[_0x4c0819(0x117)](_0x56fdf9)+',\x20scopes='+util[_0x4c0819(0x197)](_0x349753)+_0x4c0819(0x101)+_0x3b5229);const _0x264d7={};return _0x264d7[_0x18f960]=_0x24ddc5,_0x264d7;}[a79_0x21a140(0x12b)](_0x1a8a35){const _0x28f782=a79_0x21a140,_0xcf281f={'iGcvW':function(_0x5cb7c0,_0x14f0bc){return _0x5cb7c0===_0x14f0bc;},'FGtaX':_0x28f782(0x1fb),'jQxHP':_0x28f782(0xbe),'zVgLf':_0x28f782(0x16a),'KRyVj':_0x28f782(0x1bd),'RMKHK':function(_0x490eff,_0x489e15){return _0x490eff||_0x489e15;},'FLeSe':'No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','AFtVD':_0x28f782(0xc5),'sNCfY':function(_0x270241,_0x35eb8f){return _0x270241>_0x35eb8f;},'ERxTH':_0x28f782(0x1eb),'iEckc':function(_0x1c3de4,_0x5cc01e){return _0x1c3de4===_0x5cc01e;},'QDDTt':_0x28f782(0x12f),'gTImV':function(_0x61ae8e,_0x14cd0d){return _0x61ae8e===_0x14cd0d;},'xMJRl':_0x28f782(0x85),'lzSQN':_0x28f782(0x160),'xZvPY':function(_0x2b901e,_0x298e83){return _0x2b901e===_0x298e83;},'wbJFh':function(_0x15e837,_0x17e06a){return _0x15e837!==_0x17e06a;},'wvmiD':function(_0xf8dbeb,_0x539769,_0x3de4f6,_0x35cedc){return _0xf8dbeb(_0x539769,_0x3de4f6,_0x35cedc);},'LJDYw':function(_0xbea989,_0x1918c7){return _0xbea989>_0x1918c7;},'OgcGK':'[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','wwFfh':function(_0x447b2e,_0x2a7b7d){return _0x447b2e===_0x2a7b7d;}},{testUUID:_0x35ca97,testData:_0x29da07,testId:_0x36d589}=_0x1a8a35;if(_0xcf281f[_0x28f782(0xdd)](!_0x29da07,!_0x36d589))return logger[_0x28f782(0x15d)](_0xcf281f[_0x28f782(0x1a7)]),{};const _0x12d358=this[_0x28f782(0xaf)](TestFrameworkState['TEST'],HookState['POST']),_0x28ad73=_0x12d358[_0x28f782(0x189)]()[_0x28f782(0xbb)](_0x36d589),_0x2e13e6=_0xcf281f[_0x28f782(0xdd)](_0x28ad73,{}),_0x140306=_0x2e13e6?_0x2e13e6[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{},_0x34c491=_0x2e13e6[TestFrameworkConstants[_0x28f782(0x12a)]];logger['debug'](_0x28f782(0x20f)+(_0x34c491?Object[_0x28f782(0x165)](_0x34c491)['length']:0x0)+_0x28f782(0x185));let _0x525084=_0xcf281f[_0x28f782(0x208)];if(_0x29da07[_0x28f782(0x88)])_0x525084=_0x29da07[_0x28f782(0x88)];else{if(_0x29da07[_0x28f782(0x146)]&&_0xcf281f['sNCfY'](_0x29da07[_0x28f782(0x146)]['length'],0x0))_0x525084=_0xcf281f['ERxTH'];else _0xcf281f[_0x28f782(0x1d5)](_0x29da07[_0x28f782(0x11b)],_0xcf281f[_0x28f782(0xaa)])||_0xcf281f['gTImV'](_0x29da07[_0x28f782(0x11b)],_0xcf281f[_0x28f782(0xeb)])?_0x525084=_0xcf281f['xMJRl']:_0x525084=_0xcf281f[_0x28f782(0x188)];}const _0x455f1c={..._0x2e13e6,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x525084,[TestFrameworkConstants[_0x28f782(0x86)]]:_0x29da07[_0x28f782(0xe2)]||new Date()[_0x28f782(0x1f6)](),[TestFrameworkConstants[_0x28f782(0x1dd)]]:new Date()[_0x28f782(0x1f6)](),[TestFrameworkConstants[_0x28f782(0x1a2)]]:_0x140306,[TestFrameworkConstants[_0x28f782(0x1f9)]]:_0x2e13e6[TestFrameworkConstants[_0x28f782(0x1f9)]]||[],[TestFrameworkConstants[_0x28f782(0x96)]]:{}};if(_0xcf281f[_0x28f782(0x8a)](_0x525084,_0xcf281f[_0x28f782(0x207)])&&_0x29da07[_0x28f782(0x146)]){const _0x485241=this['getJestFailureReason'](_0x29da07),_0x51b16b=this[_0x28f782(0xb2)](_0x29da07),_0x47e6a3=this[_0x28f782(0xef)](_0x29da07);_0x455f1c[TestFrameworkConstants[_0x28f782(0xb5)]]=_0x51b16b,_0x455f1c[TestFrameworkConstants[_0x28f782(0x195)]]=_0x485241,_0x455f1c[TestFrameworkConstants[_0x28f782(0x199)]]=_0x47e6a3;}_0xcf281f[_0x28f782(0xa2)](_0x29da07[_0x28f782(0x1db)],undefined)&&(_0x455f1c[TestFrameworkConstants[_0x28f782(0x10e)]]=_0x29da07[_0x28f782(0x1db)]);_0x29da07[_0x28f782(0x1b3)]&&(_0x455f1c[TestFrameworkConstants[_0x28f782(0x97)]]=_0x29da07[_0x28f782(0x1b3)]);const _0x26a861=_0x28ad73?_0x28ad73[TestFrameworkConstants[_0x28f782(0x12a)]]||{}:{},_0x575bbe=_0x28ad73?_0x28ad73[TestFrameworkConstants[_0x28f782(0x150)]]:_0x35ca97,_0x3f6a4a=_0xcf281f['wvmiD'](getManualUploadLogs,_0x26a861,_0x575bbe,_0x36d589);if(_0xcf281f[_0x28f782(0x92)](_0x3f6a4a[_0x28f782(0x1d7)],0x0)){const _0x20dfb8=_0x455f1c[TestFrameworkConstants[_0x28f782(0x1f9)]]||[];_0x455f1c[TestFrameworkConstants['KEY_LOGS']]=[..._0x20dfb8,..._0x3f6a4a];}const _0x30a106=_0x2e13e6[TestFrameworkConstants[_0x28f782(0x205)]]||{},_0x19fed4=_0x2e13e6[TestFrameworkConstants['KEY_HOOKS_STARTED']]||{},_0x5e2eb6={..._0x30a106},_0x11c817=_0x5e2eb6;Object['keys'](_0x19fed4)[_0x28f782(0xf0)](_0x4d25d1=>{const _0xaeaa2f=_0x28f782;!_0x11c817[_0x4d25d1]&&(_0x11c817[_0x4d25d1]=[]);const _0xd52dcd=new Set((_0x11c817[_0x4d25d1]||[])['map'](_0xbe70d5=>_0xbe70d5[TestFrameworkConstants[_0xaeaa2f(0x95)]]||_0xbe70d5[_0xaeaa2f(0x1d8)]));(_0x19fed4[_0x4d25d1]||[])[_0xaeaa2f(0xf0)](_0x310dc9=>{const _0x4cfc5e=_0xaeaa2f,_0x44118e=_0x310dc9[TestFrameworkConstants[_0x4cfc5e(0x95)]]||_0x310dc9[_0x4cfc5e(0x1d8)];if(!_0xd52dcd[_0x4cfc5e(0xe8)](_0x44118e)){const _0x5852ae={..._0x310dc9},_0x311ab0=_0x5852ae;!_0x311ab0[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]&&!_0x311ab0[_0x4cfc5e(0xa3)]&&(_0x311ab0[TestFrameworkConstants[_0x4cfc5e(0x1fc)]]=new Date()['toISOString']()),!_0x311ab0[TestFrameworkConstants[_0x4cfc5e(0x126)]]&&!_0x311ab0['hook_result']&&(_0x311ab0[TestFrameworkConstants[_0x4cfc5e(0x126)]]=TestFrameworkConstants[_0x4cfc5e(0x18f)]),_0x11c817[_0x4d25d1][_0x4cfc5e(0x83)](_0x311ab0);}});});if(_0x1a8a35[_0x28f782(0x1a8)]){this[_0x28f782(0x9b)](_0x1a8a35[_0x28f782(0x1a8)]);const _0x20c47d=this['buildHookMapFromTest'](_0x1a8a35[_0x28f782(0x1a8)]),_0x222a23=this['getHooksForTest'](_0x1a8a35[_0x28f782(0x1a8)]);_0x222a23[_0x28f782(0xf0)](_0x3cf0df=>{const _0x925d96=_0x28f782,_0xf77687=_0x20c47d['get'](_0x3cf0df);if(_0xf77687&&(_0xcf281f['iGcvW'](_0xf77687[_0x925d96(0x8b)],_0xcf281f[_0x925d96(0xc0)])||_0xcf281f[_0x925d96(0x143)](_0xf77687['type'],_0xcf281f[_0x925d96(0x142)]))){const _0x519aaf=_0xf77687[_0x925d96(0x8b)][_0x925d96(0x1d0)]()[_0x925d96(0x9c)](_0xcf281f['zVgLf'],_0xcf281f[_0x925d96(0xe1)]),_0x371baf=_0x519aaf;!_0x11c817[_0x371baf]&&(_0x11c817[_0x371baf]=[]);const _0x5c8450=_0x11c817[_0x371baf][_0x925d96(0x200)](_0x234601=>(_0x234601[TestFrameworkConstants[_0x925d96(0x95)]]||_0x234601[_0x925d96(0x1d8)])===_0x3cf0df);!_0x5c8450&&_0x11c817[_0x371baf][_0x925d96(0x83)]({'key':_0x371baf,[TestFrameworkConstants[_0x925d96(0x95)]]:_0x3cf0df,[TestFrameworkConstants[_0x925d96(0x126)]]:TestFrameworkConstants[_0x925d96(0x18f)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:new Date()[_0x925d96(0x1f6)](),[TestFrameworkConstants[_0x925d96(0x1fc)]]:new Date()[_0x925d96(0x1f6)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x925d96(0xa1)]]:_0xf77687['name']||_0xf77687[_0x925d96(0x8b)]+_0x925d96(0xb6),[TestFrameworkConstants[_0x925d96(0x1a2)]]:_0x140306});}});}if(_0x29da07[_0x28f782(0xc6)]&&_0xcf281f[_0x28f782(0x87)](_0x29da07[_0x28f782(0xc6)][_0x28f782(0x1d7)],0x0))_0x455f1c[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x29da07['hooks'],logger[_0x28f782(0x15d)](_0xcf281f['OgcGK']);else _0xcf281f[_0x28f782(0x87)](Object[_0x28f782(0x165)](_0x11c817)['length'],0x0)&&(_0x455f1c[TestFrameworkConstants[_0x28f782(0x205)]]=_0x11c817,logger[_0x28f782(0x15d)](_0x28f782(0x1b5)+Object['keys'](_0x11c817)['join'](',')));const _0x1b0661=this[_0x28f782(0xa8)](_0x29da07);logger[_0x28f782(0x15d)]('[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName='+_0x1b0661+_0x28f782(0x1ca)+_0x36d589+_0x28f782(0xb0)+_0x525084+',\x20duration='+_0x29da07[_0x28f782(0x1db)]);_0xcf281f[_0x28f782(0x1ef)](_0x525084,_0xcf281f[_0x28f782(0x207)])&&logger['debug'](_0x28f782(0x13d)+_0x36d589+_0x28f782(0xce)+_0x455f1c[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]+_0x28f782(0xd0)+_0x455f1c[TestFrameworkConstants[_0x28f782(0x195)]]?.[_0x28f782(0x19c)](0x0,0xc8));const _0x46304f={};return _0x46304f[_0x36d589]=_0x455f1c,_0x46304f;}[a79_0x21a140(0x1e7)](_0x3a1911){const _0x2a9cb1=a79_0x21a140,_0xf0a795={};_0xf0a795[_0x2a9cb1(0x203)]=function(_0x373559,_0x1b10dc){return _0x373559!==_0x1b10dc;},_0xf0a795['HmbTA']=function(_0x35887c,_0x56cd9f){return _0x35887c!==_0x56cd9f;},_0xf0a795[_0x2a9cb1(0x191)]='ROOT_DESCRIBE_BLOCK';const _0xe2601c=_0xf0a795,_0x3b00d4={};_0x3b00d4[_0x2a9cb1(0x1d9)]=0x2,_0x3b00d4[_0x2a9cb1(0x1b0)]=0x3,logger[_0x2a9cb1(0x15d)]('[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20'+util[_0x2a9cb1(0x197)](_0x3a1911,_0x3b00d4));const _0x482252=[];if(_0x3a1911&&_0x3a1911[_0x2a9cb1(0x212)]){let _0x1be575=_0x3a1911[_0x2a9cb1(0x212)];while(_0x1be575&&_0x1be575['name']&&_0xe2601c[_0x2a9cb1(0x203)](_0x1be575[_0x2a9cb1(0x84)],'')&&_0xe2601c[_0x2a9cb1(0xea)](_0x1be575['name'],_0xe2601c[_0x2a9cb1(0x191)])){_0x482252['push'](_0x1be575[_0x2a9cb1(0x84)]),_0x1be575=_0x1be575[_0x2a9cb1(0x212)];}}return _0x482252[_0x2a9cb1(0x1bf)]();}[a79_0x21a140(0xa8)](_0x4a9c6e){const _0x43a11d=a79_0x21a140,_0x220714={};_0x220714['UCHwm']=_0x43a11d(0x1f2);const _0x5df283=_0x220714;if(_0x4a9c6e[_0x43a11d(0x84)])return _0x4a9c6e['name'];if(_0x4a9c6e[_0x43a11d(0x11f)])return _0x4a9c6e[_0x43a11d(0x11f)];return _0x5df283[_0x43a11d(0x113)];}['getJestTestTags'](_0x4efcde){const _0x173880=a79_0x21a140,_0x51a858=[];if(_0x4efcde[_0x173880(0x1b8)]&&Array[_0x173880(0x12d)](_0x4efcde[_0x173880(0x1b8)]))return _0x4efcde['tags']['map'](_0x23ed11=>_0x23ed11['startsWith']('@')?_0x23ed11['substr'](0x1):_0x23ed11);const _0x33dd5d=this[_0x173880(0xa8)](_0x4efcde),_0x4abbf9=_0x33dd5d[_0x173880(0x17a)](/@(\w+)/g);if(_0x4abbf9)return _0x4abbf9[_0x173880(0x18e)](_0xd521b3=>_0xd521b3[_0x173880(0x107)](0x1));return _0x4efcde[_0x173880(0x129)]&&Array[_0x173880(0x12d)](_0x4efcde[_0x173880(0x129)])&&_0x4efcde[_0x173880(0x129)][_0x173880(0xf0)](_0xf32ed3=>{const _0x5d6a80=_0x173880,_0x58532c=_0xf32ed3[_0x5d6a80(0x17a)](/@(\w+)/g);_0x58532c&&_0x58532c[_0x5d6a80(0xf0)](_0x4ad910=>{const _0x3767a5=_0x5d6a80,_0x42b60e=_0x4ad910[_0x3767a5(0x107)](0x1);!_0x51a858[_0x3767a5(0x17b)](_0x42b60e)&&_0x51a858[_0x3767a5(0x83)](_0x42b60e);});}),_0x51a858;}[a79_0x21a140(0xae)](_0x724dab){const _0x6f814e=a79_0x21a140,_0x13edc6={'EWLRe':function(_0x2d1e50,_0x598e57){return _0x2d1e50(_0x598e57);},'yyGkM':_0x6f814e(0xc4)};if(_0x724dab[_0x6f814e(0x193)])return _0x724dab[_0x6f814e(0x193)];if(_0x724dab[_0x6f814e(0x1d4)]){const _0x159c14=_0x13edc6[_0x6f814e(0x112)](require,_0x13edc6['yyGkM']);try{const _0x3cceca=_0x159c14['parse'](_0x724dab[_0x6f814e(0x1d4)]);if(_0x3cceca[0x0]&&_0x3cceca[0x0][_0x6f814e(0x16c)])return _0x3cceca[0x0][_0x6f814e(0x16c)]();}catch(_0x2ad9f3){logger[_0x6f814e(0x15d)](_0x6f814e(0x149)+util[_0x6f814e(0x13f)](_0x2ad9f3));}}return null;}[a79_0x21a140(0x11c)](_0x13eeb9){const _0x457579=a79_0x21a140,_0x2a8fb2={};_0x2a8fb2[_0x457579(0xd1)]=function(_0x4ab4c4,_0x224e40){return _0x4ab4c4>_0x224e40;},_0x2a8fb2['GWzvl']=_0x457579(0x145);const _0x9e3557=_0x2a8fb2;if(_0x13eeb9['errorsDetailed']&&_0x9e3557[_0x457579(0xd1)](_0x13eeb9[_0x457579(0x146)]['length'],0x0))return util[_0x457579(0x197)](_0x13eeb9[_0x457579(0x146)][0x0]);if(_0x13eeb9['failure_reason'])return _0x13eeb9[_0x457579(0x15c)];return _0x9e3557[_0x457579(0x1a4)];}[a79_0x21a140(0xb2)](_0x46a78e){const _0x363f0e=a79_0x21a140,_0x33f03e={};_0x33f03e[_0x363f0e(0x13e)]=_0x363f0e(0x114),_0x33f03e[_0x363f0e(0x194)]='AssertionError',_0x33f03e[_0x363f0e(0x136)]=_0x363f0e(0x13b);const _0x4fdfc3=_0x33f03e,_0x22977e=this[_0x363f0e(0x11c)](_0x46a78e);if(_0x22977e&&_0x22977e[_0x363f0e(0x17b)](_0x4fdfc3[_0x363f0e(0x13e)]))return _0x4fdfc3[_0x363f0e(0x194)];return _0x4fdfc3[_0x363f0e(0x136)];}[a79_0x21a140(0xef)](_0x4f600a){const _0x341e19=a79_0x21a140,_0xb21673={'EHBCM':function(_0x5f0422,_0x53b380){return _0x5f0422(_0x53b380);},'jMWXx':_0x341e19(0x1ec),'EoYtX':function(_0x1e6840,_0x2a4b95){return _0x1e6840!==_0x2a4b95;},'lJTTt':_0x341e19(0x1c1)},{failureData:_0x15960e}=_0xb21673[_0x341e19(0x80)](require,_0xb21673[_0x341e19(0x1d1)]),_0x524e5c=[];return _0xb21673[_0x341e19(0x209)](_0x4f600a[_0x341e19(0x146)],undefined)&&_0x524e5c[_0x341e19(0x83)](_0x4f600a[_0x341e19(0x146)],_0xb21673['lJTTt']),_0x15960e[_0x341e19(0x16d)](null,_0x524e5c);}async[a79_0x21a140(0x1cb)](_0x26f211,_0x615521,_0x16932a,_0x294f7b){const _0xa7d060=a79_0x21a140,_0x2197ec={'EZKBU':_0xa7d060(0xdc),'NNvhP':function(_0x574e06){return _0x574e06();},'NdFyq':function(_0x23a62e,_0x2ab482){return _0x23a62e in _0x2ab482;},'AfHZD':function(_0x50ff3b,_0x5b9931){return _0x50ff3b===_0x5b9931;},'mOfCy':function(_0x5673ee,_0x17c13a){return _0x5673ee>_0x17c13a;},'iVdRw':'failed','KugFk':_0xa7d060(0x160),'UOiHl':function(_0xa5e29d,_0xfa819b){return _0xa5e29d===_0xfa819b;},'LLcJx':_0xa7d060(0x151),'pEyfS':function(_0x14deb7,_0x1b12bf){return _0x14deb7>_0x1b12bf;},'BiNmw':function(_0x368cc7,_0x594324){return _0x368cc7===_0x594324;},'YzWGn':function(_0x46c095,_0x4e2ab9){return _0x46c095!==_0x4e2ab9;}},{hookData:_0x56aebe}=_0x294f7b,_0x4312d8=_0x16932a[_0xa7d060(0x1cf)](),_0xc39d4b=_0x615521['toString'](),_0x40d0fc={};_0x40d0fc[_0xa7d060(0x1d9)]=0x2,_0x40d0fc[_0xa7d060(0x1b0)]=0x3,logger['debug'](_0xa7d060(0x128)+_0xc39d4b+_0xa7d060(0x15e)+_0x4312d8+_0xa7d060(0x16f)+util[_0xa7d060(0x197)](_0x56aebe,_0x40d0fc));if(!_0x56aebe)return logger[_0xa7d060(0x15d)](_0x2197ec[_0xa7d060(0x18b)]),{};const _0x39565e=_0x56aebe[_0xa7d060(0x108)]||_0x56aebe[_0xa7d060(0xf4)]||_0x2197ec[_0xa7d060(0x127)](uuidv4),_0x33953e=_0x56aebe['test_run_id']||this[_0xa7d060(0x1ee)](_0x56aebe),_0x51ff72=_0x615521[_0xa7d060(0x1cf)]()[_0xa7d060(0x1e3)]('.')[0x1],_0x20c5a1=_0x26f211['getAllData']()[_0xa7d060(0xbb)](_0x33953e),_0x24e488=_0x20c5a1?_0x20c5a1[TestFrameworkConstants[_0xa7d060(0x1a2)]]||{}:{};logger[_0xa7d060(0x15d)](_0xa7d060(0x159)+_0x39565e+',\x20testId='+_0x33953e+_0xa7d060(0x9e)+_0x51ff72+_0xa7d060(0x15e)+_0x4312d8);if(!_0x20c5a1)return logger['debug'](_0xa7d060(0x163)+_0x33953e+_0xa7d060(0x138)),this['storePendingHook'](_0x26f211,_0x33953e,_0x615521,_0x16932a,_0x294f7b),{};let _0x4cc48c=_0x20c5a1[TestFrameworkConstants[_0xa7d060(0x175)]];!_0x4cc48c&&(_0x4cc48c={});!_0x2197ec[_0xa7d060(0x1d3)](_0x51ff72,_0x4cc48c)&&(_0x4cc48c[_0x51ff72]=[]);let _0x114f38=_0x20c5a1[TestFrameworkConstants[_0xa7d060(0x205)]];!_0x114f38&&(_0x114f38={});!_0x2197ec[_0xa7d060(0x1d3)](_0x51ff72,_0x114f38)&&(_0x114f38[_0x51ff72]=[]);const _0x14a1ff={[_0x33953e]:{[TestFrameworkConstants[_0xa7d060(0x175)]]:_0x4cc48c,[TestFrameworkConstants[_0xa7d060(0x205)]]:_0x114f38,[TestFrameworkConstants[_0xa7d060(0x82)]]:this[_0xa7d060(0x134)]()[0x0]||'',[TestFrameworkConstants[_0xa7d060(0x93)]]:this['getTestFrameworksVersions']()[this['getTestFrameworks']()[0x0]]||''}};if(_0x2197ec['AfHZD'](_0x16932a,HookState[_0xa7d060(0xad)])){const _0x537229={'key':_0x51ff72,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x39565e,[TestFrameworkConstants[_0xa7d060(0x126)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0xa7d060(0xec)]]:_0x56aebe[_0xa7d060(0xc1)]||new Date()[_0xa7d060(0x1f6)](),[TestFrameworkConstants[_0xa7d060(0x120)]]:[],[TestFrameworkConstants[_0xa7d060(0xa1)]]:_0x56aebe[_0xa7d060(0x84)]||_0x56aebe[_0xa7d060(0x1c7)]||_0x51ff72,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x24e488};_0x4cc48c[_0x51ff72][_0xa7d060(0x83)](_0x537229),_0x14a1ff[_0x33953e][TestFrameworkConstants[_0xa7d060(0xf8)]]=_0x51ff72;const _0x5bd83d={};_0x5bd83d[_0xa7d060(0x1d9)]=0x2,logger['debug'](_0xa7d060(0x214)+_0x51ff72+',\x20hookId='+_0x39565e+_0xa7d060(0x1ca)+_0x33953e+_0xa7d060(0x14b)+util['inspect'](_0x537229,_0x5bd83d));}else{if(_0x2197ec[_0xa7d060(0xbf)](_0x16932a,HookState[_0xa7d060(0xd6)])){const _0x369863=_0x56aebe[_0xa7d060(0x88)]||(_0x56aebe[_0xa7d060(0x146)]&&_0x2197ec[_0xa7d060(0x1e8)](_0x56aebe[_0xa7d060(0x146)][_0xa7d060(0x1d7)],0x0)?_0x2197ec[_0xa7d060(0x170)]:_0x2197ec[_0xa7d060(0x124)]),_0x59846b=_0x4cc48c[_0x51ff72]||[];logger[_0xa7d060(0x15d)](_0xa7d060(0x1d2)+_0x51ff72+_0xa7d060(0x1ca)+_0x33953e+_0xa7d060(0x90)+_0x369863+_0xa7d060(0x11d)+_0x59846b[_0xa7d060(0x1d7)]);if(_0x2197ec[_0xa7d060(0xbf)](_0x59846b[_0xa7d060(0x1d7)],0x0)&&_0x2197ec[_0xa7d060(0x1ed)](_0x615521,TestFrameworkState[_0xa7d060(0x1ff)]))return logger[_0xa7d060(0x15d)](_0x2197ec['LLcJx']),this[_0xa7d060(0x1a5)](_0x26f211,_0x33953e,_0x615521,_0x16932a,_0x294f7b),{};if(_0x2197ec[_0xa7d060(0x19f)](_0x59846b[_0xa7d060(0x1d7)],0x0)){const _0x3bf3ed=_0x59846b['pop']();_0x2197ec[_0xa7d060(0x91)](_0x369863,_0x2197ec[_0xa7d060(0x170)])&&_0x56aebe[_0xa7d060(0x146)]?(_0x3bf3ed[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this['getJestFailureType'](_0x56aebe),_0x3bf3ed[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]=this[_0xa7d060(0x11c)](_0x56aebe),_0x3bf3ed[TestFrameworkConstants[_0xa7d060(0xa5)]]=this[_0xa7d060(0xef)](_0x56aebe),logger['debug'](_0xa7d060(0x190)+_0x51ff72+_0xa7d060(0xce)+_0x3bf3ed[TestFrameworkConstants[_0xa7d060(0x1b9)]]+',\x20failureReason='+_0x3bf3ed[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]?.[_0xa7d060(0x19c)](0x0,0xc8))):_0x3bf3ed[TestFrameworkConstants[_0xa7d060(0x126)]]=_0x2197ec[_0xa7d060(0x124)];_0x2197ec[_0xa7d060(0x1d6)](_0x369863,TestFrameworkConstants[_0xa7d060(0x18f)])&&(_0x3bf3ed[TestFrameworkConstants[_0xa7d060(0x126)]]=_0x369863);_0x3bf3ed[TestFrameworkConstants[_0xa7d060(0x1fc)]]=_0x56aebe[_0xa7d060(0xe2)]||new Date()[_0xa7d060(0x1f6)](),_0x3bf3ed[TestFrameworkConstants[_0xa7d060(0x1a2)]]=_0x24e488;const _0x292a1d=_0x3bf3ed[TestFrameworkConstants['KEY_HOOK_ID']];!_0x114f38[_0x51ff72]&&(_0x114f38[_0x51ff72]=[]);_0x114f38[_0x51ff72][_0xa7d060(0x83)](_0x3bf3ed),_0x14a1ff[_0x33953e][TestFrameworkConstants[_0xa7d060(0x10c)]]=_0x51ff72;const _0x32df20={};_0x32df20[_0xa7d060(0x1d9)]=0x2,logger['debug'](_0xa7d060(0xfe)+_0x51ff72+_0xa7d060(0x8e)+_0x292a1d+_0xa7d060(0x90)+_0x369863+',\x20hook='+util[_0xa7d060(0x197)](_0x3bf3ed,_0x32df20));}}}return _0x14a1ff;}[a79_0x21a140(0xb9)](_0x4b4b0d){const _0x3013ad=a79_0x21a140,_0x5c4c63={};_0x5c4c63[_0x3013ad(0x94)]='base64';const _0x3851ef=_0x5c4c63;try{const _0x1fa3e0=_0x4b4b0d[_0x3013ad(0x1c1)]?this['getJestTestIdentifier'](_0x4b4b0d['test']):_0x4b4b0d[_0x3013ad(0x202)][_0x3013ad(0x180)],_0x236212=_0x4b4b0d[_0x3013ad(0x1b1)],_0x19b0fb=_0x236212[_0x3013ad(0x1dc)](),_0x5257c2=_0x236212[_0x3013ad(0x189)]()['get'](_0x1fa3e0);if(!_0x5257c2)return logger[_0x3013ad(0x15d)](_0x3013ad(0x1ce)+_0x1fa3e0),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x641cde=this[_0x3013ad(0x134)]()[0x0]||'',[TestFrameworkConstants[_0x3013ad(0x93)]]:_0x30adb8=this[_0x3013ad(0x116)]()[this['getTestFrameworks']()[0x0]]||'',[TestFrameworkConstants[_0x3013ad(0x7f)]]:_0x3e830c='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x2955d1=''}=_0x5257c2,_0x4fa156=_0x236212[_0x3013ad(0x105)]()[_0x3013ad(0x1cf)]()['split']('.')[0x1],_0x5e8a03=_0x236212[_0x3013ad(0x115)]()[_0x3013ad(0x1cf)]()[_0x3013ad(0x1e3)]('.')[0x1],_0xb0e888=global?.[_0x3013ad(0x1f5)]?.[_0x3013ad(0x19d)]?.[_0x3013ad(0x121)]||global[_0x3013ad(0x173)]||0x0,_0x5a495f=_0x236212[_0x3013ad(0xd4)](),_0x3f8ee3=Buffer[_0x3013ad(0x196)](JSON[_0x3013ad(0x117)](_0x5257c2))[_0x3013ad(0x1cf)](_0x3851ef['dQdtl']),_0x134f01={'hash':_0x19b0fb[_0x3013ad(0x217)](),'threadId':_0x19b0fb[_0x3013ad(0x1b7)]()[_0x3013ad(0x1cf)](),'processId':_0x19b0fb['getProcessId']()[_0x3013ad(0x1cf)]()},_0x2fb42f={};_0x2fb42f[_0x3013ad(0xf5)]=_0xb0e888,_0x2fb42f['testFrameworkName']=_0x641cde,_0x2fb42f['testFrameworkVersion']=_0x30adb8,_0x2fb42f[_0x3013ad(0x192)]=_0x4fa156,_0x2fb42f[_0x3013ad(0x1c2)]=_0x5e8a03,_0x2fb42f[_0x3013ad(0x1a0)]=_0x3e830c,_0x2fb42f['endedAt']=_0x2955d1,_0x2fb42f[_0x3013ad(0x108)]=_0x5a495f,_0x2fb42f['eventJson']=_0x3f8ee3,_0x2fb42f[_0x3013ad(0xfb)]=_0x134f01,_0x2fb42f[_0x3013ad(0xf6)]=_0x1fa3e0;const _0x15ddee=_0x2fb42f;return _0x15ddee;}catch(_0x5c0d65){return logger[_0x3013ad(0x20a)](_0x3013ad(0x15f)+util[_0x3013ad(0x13f)](_0x5c0d65)),{};}}async['sendLogCreatedEvent'](_0x58fc06,_0x442700,_0x2af489){const _0x47466d=a79_0x21a140,_0x1d5f58={'tgXPl':function(_0x4664c9,_0x19c884){return _0x4664c9+_0x19c884;},'hZeLj':_0x47466d(0xe5),'cbHek':_0x47466d(0xf1),'CfUuj':function(_0x418dba,_0x1e0de1){return _0x418dba>_0x1e0de1;},'UGJHt':function(_0x1499e4,_0x55bb0e,_0x53ed51,_0x43088d){return _0x1499e4(_0x55bb0e,_0x53ed51,_0x43088d);},'lzzQR':function(_0x464ef7,_0x115487){return _0x464ef7-_0x115487;},'LXUXs':function(_0x3a0fd4,_0x1c6e63){return _0x3a0fd4===_0x1c6e63;},'ALerm':function(_0x1ee668,_0xdf15d0){return _0x1ee668/_0xdf15d0;},'PWocW':function(_0x2e10dd,_0x2cd059){return _0x2e10dd<_0x2cd059;},'pPikb':function(_0x5ea46d,_0x276108){return _0x5ea46d*_0x276108;},'TKwun':function(_0x46fc97,_0x207111){return _0x46fc97+_0x207111;},'ycXBI':function(_0x5bd0ad,_0x923582){return _0x5bd0ad+_0x923582;},'lFcko':function(_0x420fdd,_0x4086ea){return _0x420fdd>_0x4086ea;}};try{const _0x25b310=_0x2af489[_0x47466d(0x1fd)]||_0x2af489['testId'],_0xc90cd7=Array[_0x47466d(0x196)](_0x58fc06[_0x47466d(0x189)]()[_0x47466d(0x165)]()),_0x540894=_0x58fc06[_0x47466d(0x189)]()[_0x47466d(0xbb)](_0x25b310);if(!_0x540894){logger[_0x47466d(0x15d)](_0x47466d(0x119)+_0x25b310);return;}const {[TestFrameworkConstants[_0x47466d(0x82)]]:_0xe37d3d='',[TestFrameworkConstants[_0x47466d(0x93)]]:_0x584d21=''}=_0x540894;let _0x518fde=[];_0x540894&&_0x540894[TestFrameworkConstants[_0x47466d(0x1f9)]]&&Array[_0x47466d(0x12d)](_0x540894[TestFrameworkConstants[_0x47466d(0x1f9)]])?(_0x518fde=_0x540894[TestFrameworkConstants['KEY_LOGS']]||[],logger[_0x47466d(0x15d)](_0x47466d(0x98)+_0x518fde[_0x47466d(0x1d7)]+_0x47466d(0x1b2)+_0x25b310),_0x58fc06[_0x47466d(0x118)]({[_0x25b310]:{[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants[_0x47466d(0x82)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x47466d(0x93)]]:this[_0x47466d(0x116)]()[this['getTestFrameworks']()[0x0]]||''}}),logger[_0x47466d(0x15d)](_0x47466d(0x20d)+_0x25b310)):logger[_0x47466d(0x15d)](_0x47466d(0xa7)+_0x25b310);logger[_0x47466d(0x15d)](_0x47466d(0x172)+_0x518fde['length']+'\x20for\x20testId:\x20'+_0x25b310);const _0x1524e4=_0x518fde[_0x47466d(0x184)](_0x32730f=>_0x32730f[_0x47466d(0x14d)]===_0x47466d(0xf7));_0x1d5f58[_0x47466d(0x9d)](_0x1524e4['length'],0x0)&&(logger[_0x47466d(0x15d)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20'+_0x1524e4[_0x47466d(0x1d7)]+_0x47466d(0x174)+_0x25b310),_0x1524e4[_0x47466d(0xf0)]((_0xef6321,_0x8ff9b)=>{const _0x4b34ce=_0x47466d;logger[_0x4b34ce(0x15d)](_0x4b34ce(0x177)+_0x1d5f58[_0x4b34ce(0x1b4)](_0x8ff9b,0x1)+'/'+_0x1524e4['length']+_0x4b34ce(0xfd)+(_0xef6321[_0x4b34ce(0xf6)]||_0x1d5f58[_0x4b34ce(0x21b)])+_0x4b34ce(0x1ea)+(_0xef6321[_0x4b34ce(0xf2)]||_0x1d5f58[_0x4b34ce(0x21b)])+',\x20hook_run_uuid='+(_0xef6321[_0x4b34ce(0x164)]||_0x1d5f58[_0x4b34ce(0xfc)])+_0x4b34ce(0x1f7)+(_0xef6321['message']?.[_0x4b34ce(0x1d7)]||0x0));}));const _0x528051=_0x540894[TestFrameworkConstants[_0x47466d(0x12a)]]||{},_0x397411=_0x1d5f58['UGJHt'](getMediaArtifactsLogs,_0x528051,null,_0x25b310),_0x10f293=(_0x518fde||[])[_0x47466d(0x8c)](_0x397411||[]),_0x141695=_0x1524e4?.[_0x47466d(0x1d7)]||0x0,_0x3463fa=_0x1d5f58['lzzQR'](_0x518fde?.[_0x47466d(0x1d7)]||0x0,_0x141695);logger[_0x47466d(0x15d)](_0x47466d(0x19b)+_0x25b310+_0x47466d(0x213)+_0x3463fa+_0x47466d(0x132)+_0x141695+_0x47466d(0x1df)+(_0x397411?.[_0x47466d(0x1d7)]||0x0)+_0x47466d(0x1ba)+_0x10f293['length']);if(!_0x10f293||_0x1d5f58['LXUXs'](_0x10f293[_0x47466d(0x1d7)],0x0)){logger[_0x47466d(0x15d)](_0x47466d(0x131)+_0x25b310);return;}const _0xacbeb0=0x28,_0x1baab5=Math[_0x47466d(0xcf)](_0x1d5f58['ALerm'](_0x10f293[_0x47466d(0x1d7)],_0xacbeb0));for(let _0x1c2af5=0x0;_0x1d5f58[_0x47466d(0x21a)](_0x1c2af5,_0x1baab5);_0x1c2af5++){const _0x5cc766=_0x1d5f58[_0x47466d(0x219)](_0x1c2af5,_0xacbeb0),_0x12c886=_0x1d5f58[_0x47466d(0x1b6)](_0x5cc766,_0xacbeb0),_0x4b3c81=_0x10f293[_0x47466d(0x107)](_0x5cc766,_0x12c886),_0x4180dd=global?.[_0x47466d(0x1be)]??0x0,_0x315318={'platformIndex':_0x4180dd,'logs':_0x4b3c81,'testFrameworkName':_0xe37d3d,'testFrameworkVersion':_0x584d21,'testFrameworkState':_0x442700['toString']()['split']('.')[0x1]},_0x1cf92f={};_0x1cf92f[_0x47466d(0x1d9)]=0x3,_0x1cf92f[_0x47466d(0x1b0)]=0x5,logger[_0x47466d(0x15d)](_0x47466d(0x17e)+_0x1d5f58['TKwun'](_0x1c2af5,0x1)+'/'+_0x1baab5+_0x47466d(0x1ab)+_0x25b310+_0x47466d(0x1c4)+_0x4b3c81[_0x47466d(0x1d7)]+_0x47466d(0x1e0)+_0x4180dd+',\x20payload:\x20'+util[_0x47466d(0x197)](_0x315318,_0x1cf92f));const _0x1c01d1=await GrpcClient[_0x47466d(0x18c)]()[_0x47466d(0x147)](_0x315318);logger['debug'](_0x47466d(0x17e)+_0x1d5f58[_0x47466d(0x201)](_0x1c2af5,0x1)+'/'+_0x1baab5+'\x20-\x20testId:\x20'+_0x25b310+',\x20response='+util[_0x47466d(0x197)](_0x1c01d1));}_0x397411&&_0x1d5f58[_0x47466d(0x168)](_0x397411['length'],0x0)&&_0x540894[TestFrameworkConstants[_0x47466d(0x12a)]]&&_0x58fc06[_0x47466d(0x118)]({[_0x25b310]:{[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{},[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x47466d(0x93)]]:this[_0x47466d(0x116)]()[this[_0x47466d(0x134)]()[0x0]]||''}}),logger[_0x47466d(0x15d)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20'+_0x25b310+_0x47466d(0x154)+_0x1baab5);}catch(_0x31891d){logger[_0x47466d(0x20a)](_0x47466d(0x14f)+(_0x2af489[_0x47466d(0x1fd)]||_0x2af489[_0x47466d(0x1f1)])+_0x47466d(0x1a3)+util['format'](_0x31891d));}}[a79_0x21a140(0x1a5)](_0x1aad05,_0xd71bb3,_0x14e39a,_0x23d984,_0x301c24){const _0x2abffe=a79_0x21a140,_0x1f949b={};_0x1f949b[_0x2abffe(0x153)]=function(_0x171552,_0x34fe27){return _0x171552===_0x34fe27;},_0x1f949b[_0x2abffe(0x161)]='beforeAll';const _0x3aca0d=_0x1f949b,{hookData:_0x1dd7cd}=_0x301c24,_0x2bd760={'testId':_0xd71bb3,'testFrameworkState':_0x14e39a,'hookState':_0x23d984,'args':_0x301c24,'timestamp':new Date()['toISOString']()};if(_0x3aca0d[_0x2abffe(0x153)](_0x14e39a,TestFrameworkState[_0x2abffe(0x1ff)])&&_0x1dd7cd){const _0x1993ac={};_0x1993ac[_0x2abffe(0x144)]=_0x1dd7cd[_0x2abffe(0x193)]||_0x1dd7cd[_0x2abffe(0x181)],_0x1993ac['scope']=_0x1dd7cd[_0x2abffe(0x1e5)]||_0x1dd7cd[_0x2abffe(0x129)]&&_0x1dd7cd[_0x2abffe(0x129)][0x0]||'',_0x1993ac[_0x2abffe(0xe3)]=_0x3aca0d[_0x2abffe(0x161)],_0x2bd760[_0x2abffe(0x1a6)]=_0x1993ac,logger['debug'](_0x2abffe(0x1f0)+_0xd71bb3+_0x2abffe(0x1a9)+_0x2bd760[_0x2abffe(0x1a6)]['filePath']+_0x2abffe(0x1af)+_0x2bd760[_0x2abffe(0x1a6)][_0x2abffe(0x1e5)]);}_0x1aad05[_0x2abffe(0xe6)](_0xd71bb3,_0x2bd760),logger['debug'](_0x2abffe(0x179)+_0xd71bb3+_0x2abffe(0x1da)+_0x14e39a+',\x20hookState:\x20'+_0x23d984);}async['processPendingHooks'](_0x1010cd,_0x5b0cad){const _0x26976f=a79_0x21a140,_0x1263a1={};_0x1263a1['gYoIy']=function(_0xbbaf64,_0x358aeb){return _0xbbaf64>_0x358aeb;},_0x1263a1[_0x26976f(0xe7)]=function(_0x755b43,_0x4e8e3a){return _0x755b43===_0x4e8e3a;},_0x1263a1['tKdwi']=function(_0x27f1f0,_0x4075ae){return _0x27f1f0===_0x4075ae;},_0x1263a1[_0x26976f(0xf9)]=function(_0x261d4d,_0x153861){return _0x261d4d===_0x153861;},_0x1263a1[_0x26976f(0xfa)]=_0x26976f(0xde);const _0x1b0386=_0x1263a1;if(_0x1010cd['hasPendingHooks'](_0x5b0cad)){const _0x5e1856=_0x1010cd[_0x26976f(0xc8)](_0x5b0cad);logger[_0x26976f(0x15d)](_0x26976f(0x1a1)+_0x5e1856[_0x26976f(0x1d7)]+_0x26976f(0x123)+_0x5b0cad);for(const _0x3a887d of _0x5e1856){try{const _0x451709=await this['trackHookEvent'](_0x1010cd,_0x3a887d['testFrameworkState'],_0x3a887d['hookState'],_0x3a887d[_0x26976f(0x167)]);_0x451709&&_0x1b0386['gYoIy'](Object[_0x26976f(0x165)](_0x451709)[_0x26976f(0x1d7)],0x0)&&_0x1010cd[_0x26976f(0x118)](_0x451709),await this[_0x26976f(0xc9)](_0x1010cd,_0x3a887d[_0x26976f(0x192)],_0x3a887d[_0x26976f(0x1c2)],_0x3a887d[_0x26976f(0x167)]);}catch(_0x6265d7){logger[_0x26976f(0x20a)](_0x26976f(0xff)+_0x5b0cad+_0x26976f(0x1a3)+_0x6265d7);}}_0x1010cd[_0x26976f(0x183)](_0x5b0cad),logger[_0x26976f(0x15d)](_0x26976f(0x110)+_0x5b0cad);}const _0x456403=_0x1010cd['getAllData']()[_0x26976f(0xbb)](_0x5b0cad);if(_0x456403){const _0x4341d3=_0x456403[TestFrameworkConstants[_0x26976f(0xab)]]||_0x456403[TestFrameworkConstants[_0x26976f(0x13c)]],_0xc9d14d=_0x456403[TestFrameworkConstants[_0x26976f(0x100)]]||_0x456403[TestFrameworkConstants[_0x26976f(0x1f8)]]&&_0x456403[TestFrameworkConstants['KEY_TEST_SCOPES']][0x0]||'';logger['debug']('[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20'+_0x4341d3+_0x26976f(0x1af)+_0xc9d14d);const _0x47e11e=_0x1010cd[_0x26976f(0xd9)]();for(const _0x368435 of _0x47e11e){if(_0x1b0386['RQEJC'](_0x368435,_0x5b0cad))continue;if(_0x1010cd[_0x26976f(0x1fa)](_0x368435)){const _0x5a5da3=_0x1010cd[_0x26976f(0xc8)](_0x368435);for(const _0x191e96 of _0x5a5da3){if(_0x1b0386[_0x26976f(0x122)](_0x191e96[_0x26976f(0x192)],TestFrameworkState['BEFORE_ALL'])&&_0x191e96['hookMetadata']){const _0x25dee9=_0x191e96[_0x26976f(0x1a6)][_0x26976f(0x144)],_0x18e37b=_0x191e96[_0x26976f(0x1a6)][_0x26976f(0x1e5)];if(_0x1b0386[_0x26976f(0xf9)](_0x25dee9,_0x4341d3)&&_0x1b0386[_0x26976f(0xf9)](_0x18e37b,_0xc9d14d)){logger[_0x26976f(0x15d)](_0x26976f(0xd7)+_0x368435+_0x26976f(0x211)+_0x5b0cad+_0x26976f(0x1a9)+_0x25dee9+_0x26976f(0x1af)+_0x18e37b);_0x191e96[_0x26976f(0x167)]&&_0x191e96['args'][_0x26976f(0x202)]&&(_0x191e96[_0x26976f(0x167)][_0x26976f(0x202)]['test_run_id']=_0x5b0cad,logger[_0x26976f(0x15d)]('[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20'+_0x368435+_0x26976f(0xca)+_0x5b0cad));try{const _0x42a9f5=await this[_0x26976f(0x1cb)](_0x1010cd,_0x191e96[_0x26976f(0x192)],_0x191e96['hookState'],_0x191e96[_0x26976f(0x167)]);_0x42a9f5&&_0x1b0386[_0x26976f(0xed)](Object[_0x26976f(0x165)](_0x42a9f5)[_0x26976f(0x1d7)],0x0)&&_0x1010cd[_0x26976f(0x118)](_0x42a9f5);await this[_0x26976f(0xc9)](_0x1010cd,_0x191e96['testFrameworkState'],_0x191e96[_0x26976f(0x1c2)],_0x191e96[_0x26976f(0x167)]);const _0x95ce7a=_0x1010cd[_0x26976f(0xc8)](_0x368435)[_0x26976f(0x184)](_0x42251d=>_0x42251d!==_0x191e96);if(_0x1b0386[_0x26976f(0xe7)](_0x95ce7a[_0x26976f(0x1d7)],0x0))_0x1010cd[_0x26976f(0x183)](_0x368435);else{_0x1010cd[_0x26976f(0x183)](_0x368435);for(const _0x17b25f of _0x95ce7a){_0x1010cd['addPendingHook'](_0x368435,_0x17b25f);}}logger[_0x26976f(0x15d)](_0x1b0386['fWHNl']);}catch(_0x18ceb1){logger[_0x26976f(0x20a)]('[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20'+_0x5b0cad+',\x20error:\x20'+_0x18ceb1);}}}}}}}}[a79_0x21a140(0x9b)](_0x34bc6e){const _0x991e24=a79_0x21a140,_0x43bf89={'kRuJL':function(_0x43fd24){return _0x43fd24();}};if(!_0x34bc6e||!_0x34bc6e[_0x991e24(0x212)])return;_0x34bc6e[_0x991e24(0x212)]['hooks']&&Array['isArray'](_0x34bc6e[_0x991e24(0x212)]['hooks'])&&_0x34bc6e[_0x991e24(0x212)]['hooks']['forEach'](_0x1b7c82=>{const _0x45332b=_0x991e24;!_0x1b7c82['hookAnalyticsId']&&!_0x1b7c82[_0x45332b(0x81)]&&(_0x1b7c82['hookAnalyticsId']=_0x43bf89[_0x45332b(0x1c5)](uuidv4),_0x1b7c82[_0x45332b(0x81)]=_0x1b7c82[_0x45332b(0xf4)],logger['debug'](_0x45332b(0xac)+_0x1b7c82[_0x45332b(0x8b)]+',\x20hookUUID='+_0x1b7c82[_0x45332b(0xf4)]));}),this[_0x991e24(0x9b)](_0x34bc6e[_0x991e24(0x212)]);}['getHooksForTest'](_0x5734d0){const _0x3cab16=a79_0x21a140,_0x494abc={'pvGBg':function(_0x2a2115,_0x4b1b51){return _0x2a2115(_0x4b1b51);}};if(!_0x5734d0||!_0x5734d0['parent'])return[];const _0x11fad2=[];return _0x5734d0['parent']['hooks']&&Array[_0x3cab16(0x12d)](_0x5734d0[_0x3cab16(0x212)]['hooks'])&&_0x5734d0['parent'][_0x3cab16(0xc6)]['forEach'](_0x1921fd=>{const _0x4989af=_0x3cab16,_0x40db8c=_0x1921fd['hookAnalyticsId']||_0x1921fd[_0x4989af(0x81)];_0x40db8c&&!this[_0x4989af(0x15a)](_0x1921fd)&&!_0x494abc['pvGBg'](isInternalHook,_0x1921fd['fn'])&&_0x11fad2[_0x4989af(0x83)](_0x40db8c);}),[..._0x11fad2,...this[_0x3cab16(0x1c8)](_0x5734d0[_0x3cab16(0x212)])];}[a79_0x21a140(0xe4)](_0x5954c5){const _0x243e1c={'poijA':function(_0x559efc,_0x14e5e8){return _0x559efc(_0x14e5e8);},'SHSPC':'unknown'},_0x4a3988=new Map(),_0x494b14=_0x3a4bc0=>{const _0x17fc4a=a79_0x5a80,_0x27cd7e={'cVjxP':function(_0x2683d1,_0x947c6c){return _0x243e1c['poijA'](_0x2683d1,_0x947c6c);},'AdBRF':_0x243e1c[_0x17fc4a(0xcd)]};if(!_0x3a4bc0||!_0x3a4bc0[_0x17fc4a(0x212)])return;_0x3a4bc0[_0x17fc4a(0x212)][_0x17fc4a(0xc6)]&&Array[_0x17fc4a(0x12d)](_0x3a4bc0[_0x17fc4a(0x212)][_0x17fc4a(0xc6)])&&_0x3a4bc0[_0x17fc4a(0x212)][_0x17fc4a(0xc6)][_0x17fc4a(0xf0)](_0x5afeac=>{const _0x2e66f5=_0x17fc4a,_0x1feb2c=_0x5afeac['hookAnalyticsId']||_0x5afeac[_0x2e66f5(0x81)];if(_0x1feb2c&&!this['isJestInternalHook'](_0x5afeac)&&!_0x27cd7e[_0x2e66f5(0x10d)](isInternalHook,_0x5afeac['fn'])){const _0x21fad3={};_0x21fad3['type']=_0x5afeac[_0x2e66f5(0x8b)]||_0x27cd7e['AdBRF'],_0x21fad3[_0x2e66f5(0x84)]=_0x5afeac[_0x2e66f5(0x84)]||'\x22'+_0x5afeac[_0x2e66f5(0x8b)]+_0x2e66f5(0x152),_0x4a3988[_0x2e66f5(0xb8)](_0x1feb2c,_0x21fad3);}}),_0x243e1c[_0x17fc4a(0xbd)](_0x494b14,_0x3a4bc0['parent']);};return _0x243e1c['poijA'](_0x494b14,_0x5954c5),_0x4a3988;}[a79_0x21a140(0x15a)](_0x5a5ef3){const _0x30bc9a=a79_0x21a140,_0x3dd30d={};_0x3dd30d[_0x30bc9a(0x20e)]='jest-circus',_0x3dd30d[_0x30bc9a(0x1de)]=_0x30bc9a(0x1e1);const _0x4b9b73=_0x3dd30d;try{const _0xda797e=this[_0x30bc9a(0x1c0)](_0x5a5ef3);return _0xda797e&&_0xda797e[_0x30bc9a(0x17b)](_0x4b9b73[_0x30bc9a(0x20e)]);}catch(_0x51c4fd){logger[_0x30bc9a(0x15d)](_0x4b9b73['CjLvI']);}return![];}[a79_0x21a140(0x1c0)](_0x5de465){const _0x4c350b=a79_0x21a140;if(_0x5de465[_0x4c350b(0x1d4)])try{const _0x46a994=stackTrace[_0x4c350b(0xa4)](_0x5de465[_0x4c350b(0x1d4)]);return _0x46a994[0x0]?_0x46a994[0x0][_0x4c350b(0x16c)]():null;}catch(_0x2b5ffc){logger[_0x4c350b(0x15d)](_0x4c350b(0x16e)+util['format'](_0x2b5ffc));}if(_0x5de465['file'])return _0x5de465[_0x4c350b(0x198)];return null;}}function a79_0x2b51(){const _0x22c070=['parent',',\x20consoleLogs:\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','getId','setActiveHook','pPikb','PWocW','hZeLj','JestTestFramework','KEY_TEST_STARTED_AT','EHBCM','hookUUID','KEY_TEST_FRAMEWORK_NAME','push','name','skipped','KEY_TEST_ENDED_AT','LJDYw','result','Lfoqj','xZvPY','type','concat','../grpcClient',',\x20hookId=','JkNDP',',\x20result=','BiNmw','sNCfY','KEY_TEST_FRAMEWORK_VERSION','dQdtl','KEY_HOOK_ID','KEY_TEST_META','KEY_TEST_RETRY_OF','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20',',\x20target=','30QQNXIq','mapTestHooks','replace','CfUuj','\x20(testIdentifier),\x20hookType=','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=',',\x20totalHooks=','KEY_HOOK_NAME','wbJFh','event_ended_at','parse','KEY_HOOK_FAILURE','118818VXVQVa','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','getJestTestName','2037ujgWIm','QDDTt','KEY_TEST_FILE_PATH','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','PRE','getJestTestFilePath','resolveInstance','\x20(testIdentifier),\x20result=','../state/hookState.js','getJestFailureType','208856KRrcEs','Paavq','KEY_TEST_FAILURE_TYPE','\x20hook','testData','set','createTestFrameworkEventPayload','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','get','\x20(testIdentifier),\x20tags=','poijA','beforeAll','AfHZD','FGtaX','started_at','../instances/testFrameworkInstance.js','KEY_TEST_LOGS','stack-trace','unknown','hooks','nVZzr','getPendingHooks','runHooks','\x20to\x20','659424bnGmAN',',\x20contextId=','SHSPC',',\x20failureType=','ceil',',\x20failureReason=','euvbc','pid','772ByNaTO','getRef','splice','POST','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20',',\x20exception=','getAllPendingHookTestIds',',\x20hookType=','activeHooks','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','RMKHK','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','JPUYv','XYWmA','KRyVj','finished_at','hookType','buildHookMapFromTest','missing','addPendingHook','RQEJC','has',',\x20hookUUID=','HmbTA','xMJRl','KEY_EVENT_STARTED_AT','gYoIy','../../../helpers/classLogger.js','getJestFailureData','forEach','none','test_run_uuid','\x20files','hookAnalyticsId','platformIndex','test_identifier','TEST_SCREENSHOT','KEY_HOOK_LAST_STARTED','kyHxj','fWHNl','executionContext','cbHek','\x20-\x20test_identifier=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','KEY_TEST_SCOPE',',\x20filePath=','./testFramework','TEST','code','getCurrentTestState','parseJestTest','slice','uuid','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','TgJNE','warn','KEY_HOOK_LAST_FINISHED','cVjxP','KEY_TEST_DURATION','oYaXv','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','delete','EWLRe','UCHwm','Assert','getCurrentHookState','getTestFrameworksVersions','stringify','addMultipleEntries','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','../TestInfo.js','status','getJestFailureReason',',\x20hooksListLength=',',\x20argsKeys=','title','KEY_HOOK_LOGS','parallelIndex','tKdwi','\x20pending\x20hooks\x20for\x20testId:\x20','KugFk','\x20(testIdentifier)','KEY_HOOK_RESULT','NNvhP','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','scopes','KEY_TEST_ATTACHMENTS','parseJestTestResult','\x22\x20from\x20testData','isArray','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','skip','\x20&\x20hookState=','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20',',\x20screenshotLogs:\x20','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','getTestFrameworks',',\x20state=','UXtjY','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=',',\x20storing\x20as\x20pending\x20hook','LOG_REPORT','KEY_TEST_CODE','UnhandledError','KEY_TEST_LOCATION','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','UOSky','format','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','XtElc','jQxHP','iGcvW','filePath','Unknown\x20error','errorsDetailed','logCreatedEvent','sQLWN','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','matchHookRegex',',\x20hook=','112NpafkD','kind','EAOne','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','KEY_TEST_UUID','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','\x22\x20hook','bfFwu',',\x20totalBatches:\x20','trackJestInstance','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','isJestInternalHook','trackEvent','failure_reason','debug',',\x20hookState=','Error\x20in\x20createTestFrameworkEventPayload:\x20','passed','JsOAs','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','hook_run_uuid','keys','body','args','lFcko','../cliUtils.js','ALL','getJestTestTags','getFileName','apply','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20',',\x20hookData=','iVdRw','aXGhH','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','__bstackPlatformIndex','\x20screenshot\x20logs\x20for\x20testId:\x20','KEY_HOOKS_STARTED','CkyvD','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20',',\x20remainingHooks=','Stored\x20pending\x20hook\x20for\x20testId:\x20','match','includes','join','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','888921zGZTIJ','test_run_id','location','./constants/testFrameworkConstants.js','removePendingHooks','filter','\x20attachments','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','lzSQN','getAllData','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','EZKBU','getInstance',',\x20testFramework=','map','DEFAULT_HOOK_RESULT','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','dumHO','testFrameworkState','file_name','HvcIE','KEY_TEST_FAILURE_REASON','from','inspect','file','KEY_TEST_FAILURE','18liubfj','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','substring','workerInfo','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','pEyfS','startedAt','Processing\x20','KEY_CUSTOM_TAGS',',\x20error:\x20','GWzvl','storePendingHook','hookMetadata','FLeSe','originalTest',',\x20filePath:\x20','517575xiQNHR','\x20-\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=',',\x20scope:\x20','maxArrayLength','instance','\x20logs\x20for\x20testId:\x20','retryOf','tgXPl','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','TKwun','getThreadId','tags','KEY_HOOK_FAILURE_TYPE',',\x20totalLogs:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','findIndex','_ALL','browserstackPlatformIndex','reverse','getRootParentFile','test','hookState','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20',',\x20logsInBatch:\x20','kRuJL','getTrackedInstance','hook_type','getHooksForTest','DEFAULT_TEST_RESULT',',\x20testId=','trackHookEvent','createContext','getActiveHook','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','toString','toUpperCase','jMWXx','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','NdFyq','asyncError','iEckc','YzWGn','length','hook_id','depth',',\x20state:\x20','duration','getContext','KEY_TEST_RESULT_AT','CjLvI',',\x20attachmentLogs:\x20',',\x20platformIndex:\x20','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','19924HzBCgG','split','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','scope',',\x20version=','getJestTestScopes','mOfCy','exports',',\x20test_run_uuid=','failed','../../../helpers/test-observability/utils','UOiHl','getJestTestIdentifier','wwFfh','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','testId','Unknown\x20Test','sendLogCreatedEvent','KEY_TEST_ID','__workerDetails','toISOString',',\x20messageLength=','KEY_TEST_SCOPES','KEY_LOGS','hasPendingHooks','afterAll','KEY_EVENT_ENDED_AT','testUUID','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','BEFORE_ALL','find','ycXBI','hookData','CORRp',',\x20testData=','KEY_HOOKS_FINISHED','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','ERxTH','AFtVD','EoYtX','error','HbGLh','iCMyb','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','FbylV','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','processPendingHooks',',\x20currentTestId:\x20'];a79_0x2b51=function(){return _0x22c070;};return a79_0x2b51();}function a79_0x5a80(_0x23377d,_0x13bea8){const _0x2b512d=a79_0x2b51();return a79_0x5a80=function(_0x5a803d,_0x3302c3){_0x5a803d=_0x5a803d-0x7f;let _0x169725=_0x2b512d[_0x5a803d];return _0x169725;},a79_0x5a80(_0x23377d,_0x13bea8);}module[a79_0x21a140(0x1e9)]=JestTestFramework;
@@ -1 +1 @@
1
- function a80_0x4061(){const _0xf24637=['JOiLf','path','trackEvent:\x20state=','name','resolveInstance','exports','format','KEY_TEST_FAILURE','trackEvent:\x20error=','getAllData','../cliUtils.js','KEY_TEST_META','191708WYeqaS','test','meta','KEY_TEST_RESULT','../state/testFrameworkState.js','KEY_TEST_LOGS','error','KEY_TEST_LOCATION','createTestFrameworkEventPayload:\x20error=','KEY_TEST_ENDED_AT','DWxHA','KEY_TEST_FAILURE_REASON','../instances/testFrameworkInstance.js','createContext','trackEvent','pending','file_path','setTrackedInstance','KEY_TEST_TAGS','failure_type','runHooks','base64','location','../../../helpers/classLogger.js','KEY_TEST_CODE','scopes','1006264VWAMVB','getTestFrameworks','PRE','parseNewmanTest','402108XuIoCm','result','../instances/trackedInstance.js','\x20hook=','NewmanTestFramework','toString','KEY_TEST_FRAMEWORK_VERSION','from','util','KEY_TEST_FILE_PATH','KEY_TEST_ID','uuid','1502680ltgXwT','getCurrentHookState','ETYOy','failure','KEY_TEST_NAME','createTestFrameworkEventPayload','tags','12UgimVS','getProcessId','KEY_TEST_FRAMEWORK_NAME','toISOString','split','getContext','KEY_TEST_FAILURE_TYPE','../state/hookState.js','410EekUkj','parseNewmanTestResult','TEST','getTestFrameworksVersions','failure_reason','12YUaNBo','getCurrentInstanceName','252702lYyoFa','getThreadId','2miwAXx','KEY_TEST_RERUN_NAME','KEY_TEST_UUID','finished_at','get','KEY_TEST_SCOPES','custom_metadata','instance','KEY_TEST_STARTED_AT','getId','344902dDeJij','2247903VEEhkg'];a80_0x4061=function(){return _0xf24637;};return a80_0x4061();}const a80_0x538935=a80_0x5be6;(function(_0x3b5023,_0x1bc865){const _0x1f823a=a80_0x5be6,_0x36ec0f=_0x3b5023();while(!![]){try{const _0x2f908c=parseInt(_0x1f823a(0x12f))/0x1*(-parseInt(_0x1f823a(0xdf))/0x2)+parseInt(_0x1f823a(0x12d))/0x3*(-parseInt(_0x1f823a(0x12b))/0x4)+parseInt(_0x1f823a(0x117))/0x5+parseInt(_0x1f823a(0x11e))/0x6*(-parseInt(_0x1f823a(0x10b))/0x7)+parseInt(_0x1f823a(0x107))/0x8+-parseInt(_0x1f823a(0xe0))/0x9+parseInt(_0x1f823a(0x126))/0xa*(parseInt(_0x1f823a(0xed))/0xb);if(_0x2f908c===_0x1bc865)break;else _0x36ec0f['push'](_0x36ec0f['shift']());}catch(_0x54fa24){_0x36ec0f['push'](_0x36ec0f['shift']());}}}(a80_0x4061,0x2b9b0));const path=require(a80_0x538935(0xe2)),TestFramework=require('./testFramework'),TestFrameworkState=require(a80_0x538935(0xf1)),HookState=require(a80_0x538935(0x125)),{createClassLogger}=require(a80_0x538935(0x104)),TestFrameworkInstance=require(a80_0x538935(0xf9)),CLIUtils=require(a80_0x538935(0xeb)),TrackedInstance=require(a80_0x538935(0x10d)),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),util=require(a80_0x538935(0x113)),logger=createClassLogger(a80_0x538935(0x10f));function a80_0x5be6(_0x37228f,_0x56c6fb){const _0x4061cd=a80_0x4061();return a80_0x5be6=function(_0x5be68b,_0x5b5993){_0x5be68b=_0x5be68b-0xd9;let _0x172363=_0x4061cd[_0x5be68b];return _0x172363;},a80_0x5be6(_0x37228f,_0x56c6fb);}class NewmanTestFramework extends TestFramework{constructor(_0x1f7109,_0x7b9b5b,_0x481837){super(_0x1f7109,_0x7b9b5b,_0x481837);}async[a80_0x538935(0xfb)](_0x41fa07,_0x13d62b,_0x49fc0f={}){const _0xb29e5=a80_0x538935,_0x2f579c={};_0x2f579c[_0xb29e5(0xe1)]=function(_0x41f4b9,_0x55fcc0){return _0x41f4b9===_0x55fcc0;};const _0x5a6646=_0x2f579c;logger['debug'](_0xb29e5(0xe3)+_0x41fa07+_0xb29e5(0x10e)+_0x13d62b),await super[_0xb29e5(0xfb)](_0x41fa07,_0x13d62b,_0x49fc0f);const _0x89eeae=this[_0xb29e5(0xe5)](_0x41fa07,_0x13d62b,_0x49fc0f);if(!_0x89eeae)return;try{if(_0x5a6646[_0xb29e5(0xe1)](_0x41fa07,TestFrameworkState[_0xb29e5(0x128)])&&_0x49fc0f[_0xb29e5(0xee)]){const _0x55c7f8=_0x5a6646[_0xb29e5(0xe1)](_0x13d62b,HookState[_0xb29e5(0x109)])?this[_0xb29e5(0x10a)](_0x49fc0f[_0xb29e5(0xee)]):this[_0xb29e5(0x127)](_0x49fc0f[_0xb29e5(0xee)]);_0x89eeae['addMultipleEntries'](_0x55c7f8);}}catch(_0x557112){logger[_0xb29e5(0xf3)](_0xb29e5(0xe9)+util[_0xb29e5(0xe7)](_0x557112));}_0x49fc0f['instance']=_0x89eeae,await this[_0xb29e5(0x101)](_0x89eeae,_0x41fa07,_0x13d62b,_0x49fc0f);}['parseNewmanTest'](_0x3e31c6){const _0xe25fcf=a80_0x538935,_0x1463c9=this['getTestFrameworks']()[0x0],_0x3dd235={};return _0x3dd235[_0x3e31c6[_0xe25fcf(0x116)]]={[TestFrameworkConstants[_0xe25fcf(0x120)]]:_0x1463c9,[TestFrameworkConstants[_0xe25fcf(0x111)]]:this[_0xe25fcf(0x129)]()[_0x1463c9],[TestFrameworkConstants[_0xe25fcf(0xf2)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants[_0xe25fcf(0x115)]]:_0x3e31c6[_0xe25fcf(0x116)],[TestFrameworkConstants[_0xe25fcf(0x131)]]:_0x3e31c6[_0xe25fcf(0x116)],[TestFrameworkConstants[_0xe25fcf(0x11b)]]:_0x3e31c6[_0xe25fcf(0xe4)],[TestFrameworkConstants[_0xe25fcf(0x114)]]:_0x3e31c6[_0xe25fcf(0xfd)]||'',[TestFrameworkConstants[_0xe25fcf(0xf4)]]:_0x3e31c6[_0xe25fcf(0x103)]||'',[TestFrameworkConstants[_0xe25fcf(0x105)]]:null,[TestFrameworkConstants[_0xe25fcf(0xff)]]:_0x3e31c6[_0xe25fcf(0x11d)]||[],[TestFrameworkConstants[_0xe25fcf(0xdd)]]:_0x3e31c6['started_at']||new Date()['toISOString'](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x3e31c6['scope']||'',[TestFrameworkConstants[_0xe25fcf(0xda)]]:_0x3e31c6[_0xe25fcf(0x106)]||[],[TestFrameworkConstants[_0xe25fcf(0x130)]]:null,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x3e31c6[_0xe25fcf(0xdb)]||{},[TestFrameworkConstants[_0xe25fcf(0xec)]]:_0x3e31c6[_0xe25fcf(0xef)]||{}},_0x3dd235;}[a80_0x538935(0x127)](_0x36c17f){const _0x13dd25=a80_0x538935,_0x1c9ac7={};_0x1c9ac7[_0x13dd25(0x119)]=_0x13dd25(0xfc);const _0x1bd15a=_0x1c9ac7,_0x28e8a0={};return _0x28e8a0[_0x36c17f['uuid']]={[TestFrameworkConstants[_0x13dd25(0xf0)]]:_0x36c17f[_0x13dd25(0x10c)]||_0x1bd15a[_0x13dd25(0x119)],[TestFrameworkConstants[_0x13dd25(0xf6)]]:_0x36c17f[_0x13dd25(0x132)]||new Date()[_0x13dd25(0x121)](),[TestFrameworkConstants[_0x13dd25(0xe8)]]:_0x36c17f[_0x13dd25(0x11a)]||[],[TestFrameworkConstants[_0x13dd25(0x124)]]:_0x36c17f[_0x13dd25(0x100)]||null,[TestFrameworkConstants[_0x13dd25(0xf8)]]:_0x36c17f[_0x13dd25(0x12a)]||null},_0x28e8a0;}['resolveInstance'](_0x37bc57){const _0x53c12c=a80_0x538935;let _0x552f89=TestFramework['getTrackedInstance']();if(!_0x552f89){const _0x18c8e2=TrackedInstance[_0x53c12c(0xfa)](CLIUtils[_0x53c12c(0x12c)]());_0x552f89=new TestFrameworkInstance(_0x18c8e2,this[_0x53c12c(0x108)](),this['getTestFrameworksVersions'](),_0x37bc57,HookState['NONE']),TestFramework[_0x53c12c(0xfe)](_0x18c8e2,_0x552f89);}return _0x552f89;}[a80_0x538935(0x11c)](_0x4b3a71){const _0x1e9f1d=a80_0x538935,_0x55c247={};_0x55c247['DWxHA']=_0x1e9f1d(0x102);const _0x1dea96=_0x55c247;try{const _0x4f29f3=_0x4b3a71[_0x1e9f1d(0xee)]?_0x4b3a71[_0x1e9f1d(0xee)][_0x1e9f1d(0x116)]:null,_0x4e2f23=_0x4b3a71[_0x1e9f1d(0xdc)],_0xc4809f=_0x4e2f23[_0x1e9f1d(0x123)](),_0x55ae76=_0x4e2f23[_0x1e9f1d(0xea)]()[_0x1e9f1d(0xd9)](_0x4f29f3);if(!_0x55ae76)return{};const {[TestFrameworkConstants[_0x1e9f1d(0x120)]]:_0x56673a='',[TestFrameworkConstants[_0x1e9f1d(0x111)]]:_0x386985='',[TestFrameworkConstants[_0x1e9f1d(0xdd)]]:_0x92d128='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x3b50e7=''}=_0x55ae76;return{'platformIndex':0x0,'testFrameworkName':_0x56673a,'testFrameworkVersion':_0x386985,'testFrameworkState':_0x4e2f23['getCurrentTestState']()['toString']()[_0x1e9f1d(0x122)]('.')[0x1],'hookState':_0x4e2f23[_0x1e9f1d(0x118)]()[_0x1e9f1d(0x110)]()['split']('.')[0x1],'startedAt':_0x92d128,'endedAt':_0x3b50e7,'uuid':_0x4f29f3,'eventJson':Buffer[_0x1e9f1d(0x112)](JSON['stringify'](_0x55ae76))['toString'](_0x1dea96[_0x1e9f1d(0xf7)]),'executionContext':{'hash':_0xc4809f[_0x1e9f1d(0xde)](),'threadId':_0xc4809f[_0x1e9f1d(0x12e)]()[_0x1e9f1d(0x110)](),'processId':_0xc4809f[_0x1e9f1d(0x11f)]()[_0x1e9f1d(0x110)]()}};}catch(_0x1a4a07){return logger[_0x1e9f1d(0xf3)](_0x1e9f1d(0xf5)+util[_0x1e9f1d(0xe7)](_0x1a4a07)),{};}}}module[a80_0x538935(0xe6)]=NewmanTestFramework;
1
+ const a80_0x46c3d8=a80_0xb415;(function(_0x4df6b1,_0x139244){const _0x6ad0eb=a80_0xb415,_0x5c000e=_0x4df6b1();while(!![]){try{const _0x2ad20d=-parseInt(_0x6ad0eb(0xe9))/0x1+-parseInt(_0x6ad0eb(0xff))/0x2*(parseInt(_0x6ad0eb(0xf5))/0x3)+parseInt(_0x6ad0eb(0xd3))/0x4*(parseInt(_0x6ad0eb(0x105))/0x5)+parseInt(_0x6ad0eb(0xc2))/0x6+parseInt(_0x6ad0eb(0xfc))/0x7+parseInt(_0x6ad0eb(0xd6))/0x8*(-parseInt(_0x6ad0eb(0xd0))/0x9)+parseInt(_0x6ad0eb(0xfe))/0xa;if(_0x2ad20d===_0x139244)break;else _0x5c000e['push'](_0x5c000e['shift']());}catch(_0x45b672){_0x5c000e['push'](_0x5c000e['shift']());}}}(a80_0x4ab1,0xbecdc));function a80_0x4ab1(){const _0x319bdf=['getTestFrameworksVersions','7560048wwDrzW','test','KEY_TEST_LOCATION','fxJaD','KEY_TEST_RERUN_NAME','name','parseNewmanTest','KEY_HOOKS_FINISHED','../../../helpers/classLogger.js','KEY_TEST_FAILURE_TYPE','meta','from','KEY_TEST_STARTED_AT','KEY_TEST_LOGS','63kEVBgH','result','toISOString','77064aZbafm','finished_at','getId','1708232uUVcok','uuid','getTestFrameworks','../cliUtils.js','createContext','debug','getProcessId','TEST','trackEvent','stringify','KEY_TEST_FAILURE','scope','KEY_TEST_RESULT','getContext','../instances/trackedInstance.js','KEY_TEST_UUID','location','error','../state/hookState.js','315102lGSNJk','instance','DEFAULT_TEST_RESULT','getAllData','\x20hook=','nkZmW','yHMcL','getCurrentTestState','KEY_TEST_FILE_PATH','pending','failure_type','KEY_TEST_FRAMEWORK_VERSION','438VRJAHE','NONE','format','KEY_TEST_FAILURE_REASON','KEY_TEST_ENDED_AT','resolveInstance','custom_metadata','8122044zyQrdt','scopes','1589930gxCJzq','15934sQbsxz','failure_reason','setTrackedInstance','failure','QQEYa','NewmanTestFramework','305TBYsvM','createTestFrameworkEventPayload:\x20error=','../state/testFrameworkState.js','addMultipleEntries','exports','KEY_HOOKS_STARTED','getTrackedInstance','base64','trackEvent:\x20error=','file_path','./constants/testFrameworkConstants.js','toString','KEY_TEST_FRAMEWORK_NAME','PRE','parseNewmanTestResult','KEY_TEST_SCOPE','./testFramework','split'];a80_0x4ab1=function(){return _0x319bdf;};return a80_0x4ab1();}function a80_0xb415(_0x443bf7,_0x369042){const _0x4ab18a=a80_0x4ab1();return a80_0xb415=function(_0xb41571,_0x198309){_0xb41571=_0xb41571-0xbb;let _0x5657be=_0x4ab18a[_0xb41571];return _0x5657be;},a80_0xb415(_0x443bf7,_0x369042);}const path=require('path'),TestFramework=require(a80_0x46c3d8(0xbf)),TestFrameworkState=require(a80_0x46c3d8(0x107)),HookState=require(a80_0x46c3d8(0xe8)),{createClassLogger}=require(a80_0x46c3d8(0xca)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a80_0x46c3d8(0xd9)),TrackedInstance=require(a80_0x46c3d8(0xe4)),TestFrameworkConstants=require(a80_0x46c3d8(0x10f)),util=require('util'),logger=createClassLogger(a80_0x46c3d8(0x104));class NewmanTestFramework extends TestFramework{constructor(_0x1aa308,_0x31f90a,_0x2054e6){super(_0x1aa308,_0x31f90a,_0x2054e6);}async[a80_0x46c3d8(0xde)](_0x1c0737,_0x58a3b4,_0x292e69={}){const _0x388976=a80_0x46c3d8,_0xc1a4d3={};_0xc1a4d3[_0x388976(0xc5)]=function(_0x2dd126,_0x2e2e33){return _0x2dd126===_0x2e2e33;},_0xc1a4d3[_0x388976(0xee)]=function(_0x23a164,_0x11cf5e){return _0x23a164===_0x11cf5e;};const _0x7a453c=_0xc1a4d3;logger[_0x388976(0xdb)]('trackEvent:\x20state='+_0x1c0737+_0x388976(0xed)+_0x58a3b4),await super['trackEvent'](_0x1c0737,_0x58a3b4,_0x292e69);const _0x379ac9=this[_0x388976(0xfa)](_0x1c0737,_0x58a3b4,_0x292e69);if(!_0x379ac9)return;try{if(_0x7a453c[_0x388976(0xc5)](_0x1c0737,TestFrameworkState[_0x388976(0xdd)])&&_0x292e69[_0x388976(0xc3)]){const _0x2dd25b=_0x7a453c[_0x388976(0xee)](_0x58a3b4,HookState[_0x388976(0xbc)])?this[_0x388976(0xc8)](_0x292e69[_0x388976(0xc3)]):this['parseNewmanTestResult'](_0x292e69[_0x388976(0xc3)]);_0x379ac9[_0x388976(0x108)](_0x2dd25b);}}catch(_0x4d6fa7){logger['error'](_0x388976(0x10d)+util[_0x388976(0xf7)](_0x4d6fa7));}_0x292e69[_0x388976(0xea)]=_0x379ac9,await this['runHooks'](_0x379ac9,_0x1c0737,_0x58a3b4,_0x292e69);}[a80_0x46c3d8(0xc8)](_0x2e34eb){const _0x4065d5=a80_0x46c3d8,_0x698802=this[_0x4065d5(0xd8)]()[0x0],_0x40ed25={};return _0x40ed25[_0x2e34eb[_0x4065d5(0xd7)]]={[TestFrameworkConstants[_0x4065d5(0xbb)]]:_0x698802,[TestFrameworkConstants[_0x4065d5(0xf4)]]:this[_0x4065d5(0xc1)]()[_0x698802],[TestFrameworkConstants[_0x4065d5(0xcf)]]:[],[TestFrameworkConstants[_0x4065d5(0xc9)]]:{},[TestFrameworkConstants[_0x4065d5(0x10a)]]:{},[TestFrameworkConstants[_0x4065d5(0xe2)]]:TestFrameworkConstants[_0x4065d5(0xeb)],[TestFrameworkConstants['KEY_TEST_ID']]:_0x2e34eb[_0x4065d5(0xd7)],[TestFrameworkConstants[_0x4065d5(0xe5)]]:_0x2e34eb[_0x4065d5(0xd7)],[TestFrameworkConstants['KEY_TEST_NAME']]:_0x2e34eb[_0x4065d5(0xc7)],[TestFrameworkConstants[_0x4065d5(0xf1)]]:_0x2e34eb[_0x4065d5(0x10e)]||'',[TestFrameworkConstants[_0x4065d5(0xc4)]]:_0x2e34eb[_0x4065d5(0xe6)]||'',[TestFrameworkConstants['KEY_TEST_CODE']]:null,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x2e34eb['tags']||[],[TestFrameworkConstants[_0x4065d5(0xce)]]:_0x2e34eb['started_at']||new Date()[_0x4065d5(0xd2)](),[TestFrameworkConstants[_0x4065d5(0xbe)]]:_0x2e34eb[_0x4065d5(0xe1)]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x2e34eb[_0x4065d5(0xfd)]||[],[TestFrameworkConstants[_0x4065d5(0xc6)]]:null,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x2e34eb[_0x4065d5(0xfb)]||{},[TestFrameworkConstants['KEY_TEST_META']]:_0x2e34eb[_0x4065d5(0xcc)]||{}},_0x40ed25;}[a80_0x46c3d8(0xbd)](_0xf400a5){const _0xe5ba1=a80_0x46c3d8,_0xfa77d8={};_0xfa77d8[_0xe5ba1(0x103)]=_0xe5ba1(0xf2);const _0x4a9ed9=_0xfa77d8,_0x36f182={};return _0x36f182[_0xf400a5[_0xe5ba1(0xd7)]]={[TestFrameworkConstants[_0xe5ba1(0xe2)]]:_0xf400a5[_0xe5ba1(0xd1)]||_0x4a9ed9[_0xe5ba1(0x103)],[TestFrameworkConstants[_0xe5ba1(0xf9)]]:_0xf400a5[_0xe5ba1(0xd4)]||new Date()[_0xe5ba1(0xd2)](),[TestFrameworkConstants[_0xe5ba1(0xe0)]]:_0xf400a5[_0xe5ba1(0x102)]||[],[TestFrameworkConstants[_0xe5ba1(0xcb)]]:_0xf400a5[_0xe5ba1(0xf3)]||null,[TestFrameworkConstants[_0xe5ba1(0xf8)]]:_0xf400a5[_0xe5ba1(0x100)]||null},_0x36f182;}[a80_0x46c3d8(0xfa)](_0x5cfcae){const _0x184b0f=a80_0x46c3d8;let _0x11532b=TestFramework[_0x184b0f(0x10b)]();if(!_0x11532b){const _0x39c27b=TrackedInstance[_0x184b0f(0xda)](CLIUtils['getCurrentInstanceName']());_0x11532b=new TestFrameworkInstance(_0x39c27b,this[_0x184b0f(0xd8)](),this[_0x184b0f(0xc1)](),_0x5cfcae,HookState[_0x184b0f(0xf6)]),TestFramework[_0x184b0f(0x101)](_0x39c27b,_0x11532b);}return _0x11532b;}['createTestFrameworkEventPayload'](_0x3cbbfa){const _0x4ff1a6=a80_0x46c3d8,_0x48ab1c={};_0x48ab1c[_0x4ff1a6(0xef)]=_0x4ff1a6(0x10c);const _0x58853c=_0x48ab1c;try{const _0x53e08a=_0x3cbbfa[_0x4ff1a6(0xc3)]?_0x3cbbfa[_0x4ff1a6(0xc3)][_0x4ff1a6(0xd7)]:null,_0x3fd72b=_0x3cbbfa[_0x4ff1a6(0xea)],_0x3eff2d=_0x3fd72b[_0x4ff1a6(0xe3)](),_0x9de34b=_0x3fd72b[_0x4ff1a6(0xec)]()['get'](_0x53e08a);if(!_0x9de34b)return{};const {[TestFrameworkConstants[_0x4ff1a6(0xbb)]]:_0x30a439='',[TestFrameworkConstants[_0x4ff1a6(0xf4)]]:_0x5636e9='',[TestFrameworkConstants[_0x4ff1a6(0xce)]]:_0x415c76='',[TestFrameworkConstants[_0x4ff1a6(0xf9)]]:_0x554554=''}=_0x9de34b;return{'platformIndex':0x0,'testFrameworkName':_0x30a439,'testFrameworkVersion':_0x5636e9,'testFrameworkState':_0x3fd72b[_0x4ff1a6(0xf0)]()[_0x4ff1a6(0x110)]()[_0x4ff1a6(0xc0)]('.')[0x1],'hookState':_0x3fd72b['getCurrentHookState']()[_0x4ff1a6(0x110)]()[_0x4ff1a6(0xc0)]('.')[0x1],'startedAt':_0x415c76,'endedAt':_0x554554,'uuid':_0x53e08a,'eventJson':Buffer[_0x4ff1a6(0xcd)](JSON[_0x4ff1a6(0xdf)](_0x9de34b))[_0x4ff1a6(0x110)](_0x58853c['yHMcL']),'executionContext':{'hash':_0x3eff2d[_0x4ff1a6(0xd5)](),'threadId':_0x3eff2d['getThreadId']()['toString'](),'processId':_0x3eff2d[_0x4ff1a6(0xdc)]()[_0x4ff1a6(0x110)]()}};}catch(_0x31d5ff){return logger[_0x4ff1a6(0xe7)](_0x4ff1a6(0x106)+util[_0x4ff1a6(0xf7)](_0x31d5ff)),{};}}}module[a80_0x46c3d8(0x109)]=NewmanTestFramework;
@@ -1 +1 @@
1
- function a81_0x27fd(){const _0x453f24=['6702960JBGcdF','instance','lzROF','470voRKgQ','../instances/automationFrameworkInstance.js','380484rHYmrv','ZwVSZ','../instances/trackedInstance.js','Gsobc','setTrackedInstance','message','2892166QBdqqt','43448XGOVBG','1250792KxVlIa','logger','params','info','28BqPJgn','qXqCP','getAutomationFrameworkVersion','../cliUtils.js','3027834NqFXAb','\x20hookState=','runHooks','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','getId','trackEvent','./automationFramework.js','getTrackedInstance','trackPlaywrightInstance','createContext','819348sjEMUR','../state/automationFrameworkState.js','bsParams','NONE','resolveInstance','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','12UhJoMT'];a81_0x27fd=function(){return _0x453f24;};return a81_0x27fd();}const a81_0x264478=a81_0x4563;function a81_0x4563(_0x4bd795,_0xea0eec){const _0x27fd32=a81_0x27fd();return a81_0x4563=function(_0x45637a,_0x32d5fc){_0x45637a=_0x45637a-0x1b6;let _0x6abbc5=_0x27fd32[_0x45637a];return _0x6abbc5;},a81_0x4563(_0x4bd795,_0xea0eec);}(function(_0x1120e8,_0x1e88d3){const _0x3983d4=a81_0x4563,_0x587247=_0x1120e8();while(!![]){try{const _0x5e3381=parseInt(_0x3983d4(0x1c5))/0x1+-parseInt(_0x3983d4(0x1c3))/0x2+parseInt(_0x3983d4(0x1b7))/0x3*(parseInt(_0x3983d4(0x1d7))/0x4)+-parseInt(_0x3983d4(0x1b8))/0x5+-parseInt(_0x3983d4(0x1cd))/0x6+parseInt(_0x3983d4(0x1c9))/0x7*(-parseInt(_0x3983d4(0x1c4))/0x8)+-parseInt(_0x3983d4(0x1bd))/0x9*(-parseInt(_0x3983d4(0x1bb))/0xa);if(_0x5e3381===_0x1e88d3)break;else _0x587247['push'](_0x587247['shift']());}catch(_0x215d31){_0x587247['push'](_0x587247['shift']());}}}(a81_0x27fd,0xb5a8a));const AutomationFramework=require(a81_0x264478(0x1d3)),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFrameworkState=require(a81_0x264478(0x1d8)),CLIUtils=require(a81_0x264478(0x1cc)),TrackedInstance=require(a81_0x264478(0x1bf)),AutomationFrameworkInstance=require(a81_0x264478(0x1bc));class PlaywrightAutomationFramework extends AutomationFramework{['logger']=createClassLogger('PlaywrightAutomationFramework');constructor(_0x47bf71,_0x2df05c){super(_0x47bf71,_0x2df05c);}async['trackEvent'](_0xe7b0b0,_0x53e34e,_0x2a56c5={}){const _0x3ae852=a81_0x264478,_0x2f9655={};_0x2f9655[_0x3ae852(0x1be)]=function(_0x151858,_0x51422e){return _0x151858===_0x51422e;};const _0x28e76b=_0x2f9655;this[_0x3ae852(0x1c6)]['debug']('trackEvent:\x20automationFrameworkState='+_0xe7b0b0+_0x3ae852(0x1ce)+_0x53e34e),await super[_0x3ae852(0x1d2)](_0xe7b0b0,_0x53e34e,_0x2a56c5);const _0x42170e=this[_0x3ae852(0x1db)](_0xe7b0b0,_0x53e34e,_0x2a56c5);if(_0x28e76b[_0x3ae852(0x1be)](_0x42170e,null))return;_0x2a56c5[_0x3ae852(0x1b9)]=_0x42170e,await this[_0x3ae852(0x1cf)](_0x42170e,_0xe7b0b0,_0x53e34e,_0x2a56c5);}[a81_0x264478(0x1db)](_0x4e1a4a,_0x44704d,_0x6052a2={}){const _0x59fd5e=a81_0x264478,_0x414168={};_0x414168['Gsobc']=function(_0x5e3ab0,_0x117d76){return _0x5e3ab0===_0x117d76;},_0x414168[_0x59fd5e(0x1ca)]=function(_0x37a29c,_0x5b5cbd){return _0x37a29c===_0x5b5cbd;};const _0x48e213=_0x414168;let _0x1e93ff=null;return(_0x48e213[_0x59fd5e(0x1c0)](_0x4e1a4a,AutomationFrameworkState['CREATE'])||_0x48e213['Gsobc'](_0x4e1a4a,AutomationFrameworkState['PLAYWRIGHT_DISPATCH'])&&(_0x6052a2[_0x59fd5e(0x1c2)]&&_0x6052a2[_0x59fd5e(0x1c2)][_0x59fd5e(0x1c7)]&&_0x6052a2[_0x59fd5e(0x1c2)][_0x59fd5e(0x1c7)][_0x59fd5e(0x1d9)])||_0x48e213[_0x59fd5e(0x1ca)](_0x4e1a4a,AutomationFrameworkState[_0x59fd5e(0x1da)]))&&this[_0x59fd5e(0x1d5)](_0x4e1a4a,_0x6052a2),_0x1e93ff=AutomationFramework[_0x59fd5e(0x1d4)](),_0x1e93ff;}['trackPlaywrightInstance'](_0x22db9c,_0x407d08){const _0x519e6c=a81_0x264478,_0x4feafc={};_0x4feafc[_0x519e6c(0x1ba)]='trackPlaywrightInstance:\x20instance\x20already\x20exists';const _0x565a96=_0x4feafc;if(AutomationFramework['getTrackedInstance']()){this[_0x519e6c(0x1c6)][_0x519e6c(0x1c8)](_0x565a96[_0x519e6c(0x1ba)]);return;}const _0x37c13d=CLIUtils['getCurrentInstanceName'](),_0x1fe693=TrackedInstance[_0x519e6c(0x1d6)](_0x37c13d);let _0x14046b=null;this[_0x519e6c(0x1c6)][_0x519e6c(0x1c8)](_0x519e6c(0x1b6)+_0x37c13d+',\x20state='+_0x22db9c),_0x14046b=new AutomationFrameworkInstance(_0x1fe693,this['getAutomationFrameworkName'](),this[_0x519e6c(0x1cb)](),_0x22db9c),AutomationFramework[_0x519e6c(0x1c1)](_0x1fe693,_0x14046b),this[_0x519e6c(0x1c6)][_0x519e6c(0x1c8)](_0x519e6c(0x1d0)+_0x1fe693[_0x519e6c(0x1d1)]()+'\x20target='+_0x37c13d);}}module['exports']=PlaywrightAutomationFramework;
1
+ function a81_0x3bec(_0x5bbc14,_0x1f4cc9){const _0x1ce8e9=a81_0x1ce8();return a81_0x3bec=function(_0x3becc1,_0x5b0bfd){_0x3becc1=_0x3becc1-0x8b;let _0x5ea86c=_0x1ce8e9[_0x3becc1];return _0x5ea86c;},a81_0x3bec(_0x5bbc14,_0x1f4cc9);}const a81_0x434145=a81_0x3bec;(function(_0xca44f8,_0x5f0e0c){const _0x5a91ce=a81_0x3bec,_0x1361cc=_0xca44f8();while(!![]){try{const _0x89d9e0=-parseInt(_0x5a91ce(0xa9))/0x1*(parseInt(_0x5a91ce(0x96))/0x2)+-parseInt(_0x5a91ce(0x8b))/0x3*(parseInt(_0x5a91ce(0xb3))/0x4)+parseInt(_0x5a91ce(0x98))/0x5+parseInt(_0x5a91ce(0x91))/0x6+parseInt(_0x5a91ce(0xa2))/0x7*(parseInt(_0x5a91ce(0x9f))/0x8)+parseInt(_0x5a91ce(0x8f))/0x9*(parseInt(_0x5a91ce(0xab))/0xa)+-parseInt(_0x5a91ce(0xb0))/0xb;if(_0x89d9e0===_0x5f0e0c)break;else _0x1361cc['push'](_0x1361cc['shift']());}catch(_0x24b36c){_0x1361cc['push'](_0x1361cc['shift']());}}}(a81_0x1ce8,0x2bfee));function a81_0x1ce8(){const _0x59ed11=['logger','debug','3VWeiQZ','PLAYWRIGHT_DISPATCH','\x20hookState=','../instances/trackedInstance.js','18tSSooH','message','1759056LUSJva','./automationFramework.js','getTrackedInstance','kdkkF','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','2uTZdox','instance','492515TKSLMt','params','../cliUtils.js','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=',',\x20state=','VJoBF','CREATE','1168qYHEev','../instances/automationFrameworkInstance.js','trackPlaywrightInstance','13601rYcEZz','setTrackedInstance','getAutomationFrameworkVersion','../../../helpers/classLogger.js','trackEvent:\x20automationFrameworkState=','getId','getCurrentInstanceName','246971clXGVg','info','202110MkVHIc','../state/automationFrameworkState.js','HyuMl','resolveInstance','DvNyG','1062303SUIdMG','trackEvent','getAutomationFrameworkName','768116okXePl','exports'];a81_0x1ce8=function(){return _0x59ed11;};return a81_0x1ce8();}const AutomationFramework=require(a81_0x434145(0x92)),{createClassLogger}=require(a81_0x434145(0xa5)),AutomationFrameworkState=require(a81_0x434145(0xac)),CLIUtils=require(a81_0x434145(0x9a)),TrackedInstance=require(a81_0x434145(0x8e)),AutomationFrameworkInstance=require(a81_0x434145(0xa0));class PlaywrightAutomationFramework extends AutomationFramework{[a81_0x434145(0xb5)]=createClassLogger('PlaywrightAutomationFramework');constructor(_0x50f39e,_0x48d1b2){super(_0x50f39e,_0x48d1b2);}async[a81_0x434145(0xb1)](_0x393a6d,_0x328ebb,_0x315493={}){const _0x5075b9=a81_0x434145,_0x4a6651={};_0x4a6651[_0x5075b9(0xad)]=function(_0x4dcf12,_0xadf7bf){return _0x4dcf12===_0xadf7bf;};const _0x4375dc=_0x4a6651;this['logger'][_0x5075b9(0xb6)](_0x5075b9(0xa6)+_0x393a6d+_0x5075b9(0x8d)+_0x328ebb),await super[_0x5075b9(0xb1)](_0x393a6d,_0x328ebb,_0x315493);const _0x848a58=this[_0x5075b9(0xae)](_0x393a6d,_0x328ebb,_0x315493);if(_0x4375dc['HyuMl'](_0x848a58,null))return;_0x315493[_0x5075b9(0x97)]=_0x848a58,await this['runHooks'](_0x848a58,_0x393a6d,_0x328ebb,_0x315493);}['resolveInstance'](_0x522ca6,_0x1d358f,_0x42c751={}){const _0x44b14d=a81_0x434145,_0xbb0b0f={};_0xbb0b0f[_0x44b14d(0x9d)]=function(_0x2a99a8,_0x1d425f){return _0x2a99a8===_0x1d425f;},_0xbb0b0f[_0x44b14d(0x94)]=function(_0x3af84d,_0x42ac3a){return _0x3af84d===_0x42ac3a;};const _0x2f57b7=_0xbb0b0f;let _0x28578f=null;return(_0x2f57b7[_0x44b14d(0x9d)](_0x522ca6,AutomationFrameworkState[_0x44b14d(0x9e)])||_0x2f57b7[_0x44b14d(0x9d)](_0x522ca6,AutomationFrameworkState[_0x44b14d(0x8c)])&&(_0x42c751[_0x44b14d(0x90)]&&_0x42c751[_0x44b14d(0x90)]['params']&&_0x42c751[_0x44b14d(0x90)][_0x44b14d(0x99)]['bsParams'])||_0x2f57b7[_0x44b14d(0x94)](_0x522ca6,AutomationFrameworkState['NONE']))&&this[_0x44b14d(0xa1)](_0x522ca6,_0x42c751),_0x28578f=AutomationFramework['getTrackedInstance'](),_0x28578f;}[a81_0x434145(0xa1)](_0x8f616,_0x573768){const _0x369414=a81_0x434145,_0x2c4eab={};_0x2c4eab['DvNyG']='trackPlaywrightInstance:\x20instance\x20already\x20exists';const _0x287518=_0x2c4eab;if(AutomationFramework[_0x369414(0x93)]()){this[_0x369414(0xb5)][_0x369414(0xaa)](_0x287518[_0x369414(0xaf)]);return;}const _0x2a91f9=CLIUtils[_0x369414(0xa8)](),_0x58318d=TrackedInstance['createContext'](_0x2a91f9);let _0x2c0cea=null;this['logger'][_0x369414(0xaa)](_0x369414(0x9b)+_0x2a91f9+_0x369414(0x9c)+_0x8f616),_0x2c0cea=new AutomationFrameworkInstance(_0x58318d,this[_0x369414(0xb2)](),this[_0x369414(0xa4)](),_0x8f616),AutomationFramework[_0x369414(0xa3)](_0x58318d,_0x2c0cea),this['logger'][_0x369414(0xaa)](_0x369414(0x95)+_0x58318d[_0x369414(0xa7)]()+'\x20target='+_0x2a91f9);}}module[a81_0x434145(0xb4)]=PlaywrightAutomationFramework;