browserstack-node-sdk 1.55.7 → 1.56.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (204) 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/generated/sdk-messages_pb.d.ts +64 -0
  41. package/generated/sdk-messages_pb.js +512 -0
  42. package/generated/sdk_grpc_pb.d.ts +5 -0
  43. package/generated/sdk_grpc_pb.js +33 -0
  44. package/package.json +2 -1
  45. package/src/ai-sdk-node/bundle.js +1 -1
  46. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  47. package/src/bin/codeceptjs/command.js +1 -1
  48. package/src/bin/codeceptjs/helper.js +1 -1
  49. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  50. package/src/bin/cucumber-js/command.js +1 -1
  51. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  52. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  53. package/src/bin/cucumber-js/test-observability.js +1 -1
  54. package/src/bin/cucumber-js/test.setup.js +1 -1
  55. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  56. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  57. package/src/bin/integrations/command.js +1 -1
  58. package/src/bin/integrations/constants.js +1 -1
  59. package/src/bin/jest/command.js +1 -1
  60. package/src/bin/jest/customImplements/customCircus.js +1 -1
  61. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  62. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  63. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  64. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  65. package/src/bin/jest/jest.setup.js +1 -1
  66. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  67. package/src/bin/jest/test-observability/helper.js +1 -1
  68. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  69. package/src/bin/jest/test-observability/test-details.js +1 -1
  70. package/src/bin/jest/test.setup.js +1 -1
  71. package/src/bin/jest/test_before.setup.js +1 -1
  72. package/src/bin/launcher/launcher.js +1 -1
  73. package/src/bin/load/index.js +1 -1
  74. package/src/bin/load/loadUtils.js +1 -1
  75. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  76. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  77. package/src/bin/mocha/command.js +1 -1
  78. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  79. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  80. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  81. package/src/bin/mocha/test.setup.js +1 -1
  82. package/src/bin/newman/command.js +1 -1
  83. package/src/bin/newman/helper.js +1 -1
  84. package/src/bin/newman/reporter/index.js +1 -1
  85. package/src/bin/newman/scriptRunner.js +1 -1
  86. package/src/bin/nightwatch/command.js +1 -1
  87. package/src/bin/playwright/accessibility-helper.js +1 -1
  88. package/src/bin/playwright/command.js +1 -1
  89. package/src/bin/playwright/globalSetup.js +1 -1
  90. package/src/bin/playwright/mock-process.js +1 -1
  91. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  92. package/src/bin/playwright/patches.js +1 -1
  93. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  94. package/src/bin/playwright/reporter/reporter.js +1 -1
  95. package/src/bin/playwright/reporter/test-details.js +1 -1
  96. package/src/bin/playwright/sessionDetails.js +1 -1
  97. package/src/bin/puppeteer/patches.js +1 -1
  98. package/src/bin/puppeteer/sessionDetails.js +1 -1
  99. package/src/bin/puppeteer/test.setup.js +1 -1
  100. package/src/bin/runner.js +1 -1
  101. package/src/bin/setup.js +1 -1
  102. package/src/bin/test-runner/index.js +1 -1
  103. package/src/bin/test-runner/runTest.js +1 -1
  104. package/src/bin/test-runner/testWorker.js +1 -1
  105. package/src/bin/utils/apiUtilityMethods.js +1 -1
  106. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  107. package/src/bin/utils/constants.js +1 -1
  108. package/src/bin/utils/log4jsAppender.js +1 -1
  109. package/src/bin/utils/logPatcher.js +1 -1
  110. package/src/bin/utils/logReportingAPI.js +1 -1
  111. package/src/bin/utils/playwright-patcher.js +1 -1
  112. package/src/bin/utils/puppeteer-patcher.js +1 -1
  113. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  114. package/src/bin/utils/sharedUtils.js +1 -1
  115. package/src/bin/v2/TestInfo.js +1 -1
  116. package/src/bin/v2/browserstackCLI.js +1 -1
  117. package/src/bin/v2/cliUtils.js +1 -1
  118. package/src/bin/v2/customTagManager.js +1 -1
  119. package/src/bin/v2/eventDispatcher.js +1 -1
  120. package/src/bin/v2/framework/automationFramework.js +1 -1
  121. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  122. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  123. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  124. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  125. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  126. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  127. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  128. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  129. package/src/bin/v2/framework/testFramework.js +1 -1
  130. package/src/bin/v2/grpcClient.js +1 -1
  131. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  132. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  133. package/src/bin/v2/instances/trackedContext.js +1 -1
  134. package/src/bin/v2/instances/trackedInstance.js +1 -1
  135. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  136. package/src/bin/v2/modules/baseModule.js +1 -1
  137. package/src/bin/v2/modules/loadTestModule.js +1 -1
  138. package/src/bin/v2/modules/observabilityModule.js +1 -1
  139. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  140. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  141. package/src/bin/v2/modules/testhubModule.js +1 -1
  142. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  143. package/src/bin/v2/state/hookState.js +1 -1
  144. package/src/bin/v2/state/testFrameworkState.js +1 -1
  145. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  146. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  147. package/src/bin/v2/utils/jest-utils.js +1 -1
  148. package/src/bin/vanilla-js/command.js +1 -1
  149. package/src/browserStackSdk.js +1 -1
  150. package/src/helpers/BrowserStackSetup.js +1 -1
  151. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  152. package/src/helpers/accessibility-automation/constants.js +1 -1
  153. package/src/helpers/accessibility-automation/helper.js +1 -1
  154. package/src/helpers/accessibility-automation/scripts.js +1 -1
  155. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  156. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  157. package/src/helpers/ats/constants.js +1 -1
  158. package/src/helpers/ats/helper.js +1 -1
  159. package/src/helpers/caCertHelper.js +1 -1
  160. package/src/helpers/capsMapping.js +1 -1
  161. package/src/helpers/central-scanner/constants.js +1 -1
  162. package/src/helpers/central-scanner/helpers.js +1 -1
  163. package/src/helpers/classLogger.js +1 -1
  164. package/src/helpers/globals.js +1 -1
  165. package/src/helpers/helper.js +1 -1
  166. package/src/helpers/logger.js +1 -1
  167. package/src/helpers/metadata.js +1 -1
  168. package/src/helpers/patchHelper.js +1 -1
  169. package/src/helpers/patchHelpers.js +1 -1
  170. package/src/helpers/percy/Percy.js +1 -1
  171. package/src/helpers/percy/PercyBinary.js +1 -1
  172. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  173. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  174. package/src/helpers/percy/PercySDK.js +1 -1
  175. package/src/helpers/percy/index.js +1 -1
  176. package/src/helpers/percy/utils.js +1 -1
  177. package/src/helpers/performance/constants.js +1 -1
  178. package/src/helpers/performance/performance-tester.js +1 -1
  179. package/src/helpers/playwright-helper.js +1 -1
  180. package/src/helpers/processHelper.js +1 -1
  181. package/src/helpers/puppeteer-helper.js +1 -1
  182. package/src/helpers/request-spy.js +1 -1
  183. package/src/helpers/setKeepAlive.js +1 -1
  184. package/src/helpers/stackFrameUtils.js +1 -1
  185. package/src/helpers/test-observability/constants.js +1 -1
  186. package/src/helpers/test-observability/error-handler.js +1 -1
  187. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  188. package/src/helpers/test-observability/sessionHandler.js +1 -1
  189. package/src/helpers/test-observability/utils.js +1 -1
  190. package/src/helpers/test-orchestration/constants.js +1 -1
  191. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  192. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  193. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  194. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  195. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  196. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  197. package/src/helpers/testhub/constants.js +1 -1
  198. package/src/helpers/testhub/testhubHandler.js +1 -1
  199. package/src/helpers/testhub/utils.js +1 -1
  200. package/src/helpers/timeoutPromise.js +1 -1
  201. package/src/helpers/utilities.js +1 -1
  202. package/src/helpers/w3cMapping.js +1 -1
  203. package/src/hubAllocationMethods.js +1 -1
  204. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a79_0x1e61e9=a79_0x39c5;(function(_0x3e7fad,_0x5a1896){const _0x2f8285=a79_0x39c5,_0x8cc3a7=_0x3e7fad();while(!![]){try{const _0x82d6d1=parseInt(_0x2f8285(0x29c))/0x1+parseInt(_0x2f8285(0x2ae))/0x2+parseInt(_0x2f8285(0x278))/0x3*(parseInt(_0x2f8285(0x17c))/0x4)+-parseInt(_0x2f8285(0x12e))/0x5*(parseInt(_0x2f8285(0x1f4))/0x6)+parseInt(_0x2f8285(0x29b))/0x7*(-parseInt(_0x2f8285(0x226))/0x8)+parseInt(_0x2f8285(0x24f))/0x9+parseInt(_0x2f8285(0x263))/0xa*(parseInt(_0x2f8285(0x1bd))/0xb);if(_0x82d6d1===_0x5a1896)break;else _0x8cc3a7['push'](_0x8cc3a7['shift']());}catch(_0x14491b){_0x8cc3a7['push'](_0x8cc3a7['shift']());}}}(a79_0x5447,0x8b1d2));function a79_0x5447(){const _0x53621b=['hLtyw','uuid','isArray','trackEvent','MQRPF','set','logCreatedEvent',',\x20version=','VkxfQ','sdFRA','nsxKY','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','type',',\x20scope:\x20','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','QUSJK','LEcXs','pop','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','util',',\x20response=','trackHookEvent','KEY_AUTOMATE_SESSION_NAME','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','forEach','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','CewBs','match','from','xYhlr','asyncError','getJestFailureReason',',\x20screenshotLogs:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','createTestFrameworkEventPayload','\x20pending\x20hooks\x20for\x20testId:\x20','testId','duration',',\x20hookType=',',\x20payload:\x20','removePendingHooks','unknown','cbSel',',\x20hookUUID=','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','313423rvdxfJ','skip','testFrameworkVersion','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','AGrUe','kind','KEY_TEST_ID','ceil','message','has','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','KEY_TEST_UUID','hookAnalyticsId','getId',',\x20hook=','dQehl','resolveInstance','sbYyz','parent','hasPendingHooks','EcbdN','location','getTestFrameworksVersions','failed','../TestInfo.js','runHooks','hookMetadata','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','POST','Assert','test_run_id','KEY_TEST_META','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','keys','delete','isJestInternalHook','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','split','started_at','KEY_TEST_RESULT','exports','nQpRb','KEY_TEST_FAILURE','test_run_uuid','__workerDetails','BEFORE_ALL','browserstackPlatformIndex','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','hooks','ARLrc','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','lPANk','\x20logs\x20for\x20testId:\x20','KEY_HOOK_NAME','342jjVhWz',',\x20totalHooks=','KEY_HOOK_RESULT','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','parse','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','hzTbH','../../../helpers/test-observability/utils','endedAt','getTestFrameworks','DEFAULT_TEST_RESULT','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','reverse','kvWAS','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20',',\x20testId=','BBobn','KEY_TEST_SCOPE','error','QAEjD','parseJestTest','hookData','getJestFailureData','gpTUZ','DExQi','startsWith','faWaV','parseJestTestResult',',\x20hookState:\x20','Processing\x20',',\x20failureReason=','KEY_TEST_SCOPES','KEY_EVENT_STARTED_AT','length','ySFes','ROOT_DESCRIBE_BLOCK',',\x20target=',',\x20duration=','xmMSu','HqRuC','inspect','sendLogCreatedEvent','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','fcdVp','../cliUtils.js','hAQBV','wrLld',',\x20hooksListLength=','getJestFailureType','\x20(testIdentifier),\x20result=','8zqoqSA','lKvyS','getHooksForTest','setActiveHook','gOMDG','KLjKb',',\x20error:\x20','storePendingHook','KEY_HOOK_FAILURE_TYPE','getRootParentFile','get','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','duWFy','KEY_TEST_LOCATION',',\x20totalLogs:\x20','getJestTestIdentifier','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20',',\x20hook_run_uuid=',',\x20remainingHooks=','activeHooks','getCurrentInstanceName','NONE','JestTestFramework','VaxHX','body','\x20to\x20','map','KEY_TEST_TAGS','KEY_HOOKS_STARTED','name','getInstance','KLpfd','Stored\x20pending\x20hook\x20for\x20testId:\x20','status','testFrameworkState','event_ended_at','\x20for\x20testId:\x20','addPendingHook','finished_at','slice','7652781qqWMxr','KKBWw','ZlZvD','getActiveHook','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','RmRcl',',\x20currentTestId:\x20',',\x20filePath=','maxArrayLength','KEY_HOOK_ID','../instances/trackedInstance.js','getThreadId','dshum','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','KEY_HOOK_LOGS','hook_id','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','executionContext','code','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','200AkrmtE','getJestTestName','SeaXL','errorsDetailed','SmZPe','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','HNFUs','hookState','KEY_TEST_RETRY_OF','rCAPv','filePath','AssertionError','PRE','LOG_REPORT','bgkiY','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','VBPHr','../../../helpers/classLogger.js','../state/hookState.js','KEY_TEST_FRAMEWORK_VERSION',',\x20state:\x20','8817snnUdd',',\x20test_run_uuid=','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20',',\x20hookData=','KAvrl','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','scope','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','testFrameworkName',',\x20scopes=','KEY_HOOK_FAILURE_REASON','kbGKL','\x20screenshot\x20logs\x20for\x20testId:\x20','depth','../../../helpers/helper.js','IwnJH','kQUhm','JsSCP','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','args','yILTM','iNTPK','ypuBe',',\x20totalBatches:\x20',',\x20filePath:\x20','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','toUpperCase','KEY_TEST_RESULT_AT','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','startedAt','DEFAULT_HOOK_RESULT',',\x20consoleLogs:\x20','result','pid','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','6756309KAEsIu','81997AEBXSc','toISOString','bxnQA','Error\x20in\x20createTestFrameworkEventPayload:\x20','file_name','mRIrJ','iWdGH','KEY_HOOK_LAST_FINISHED','hook_run_uuid','join','oONKP','scopes','XCkhx','platformIndex','vvtUT','\x22\x20hook','XLPmX','hook_type','909774buMtnJ','vKwBK','title','trackJestInstance','test','eventJson','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','test_identifier','KEY_TEST_NAME','KEY_LOGS','FZjCa','ZYWEA','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','mapTestHooks','setTrackedInstance','49655qqZGAS','missing','warn','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','\x20files',',\x20failureType=',',\x20exception=','none',',\x20platformIndex:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','parallelIndex','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','getPendingHooks','retryOf','qxUbG','IYWNl',':testAnalyticsId','KEY_TEST_FAILURE_TYPE','includes','format','irwCF','CoVXY','KEY_HOOKS_FINISHED','substr','TEST','KEY_TEST_STARTED_AT','instance','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=',',\x20storing\x20as\x20pending\x20hook','processPendingHooks','TnjQn','\x20-\x20testId:\x20','stringify','push','splice',',\x20testFramework=','failure_reason',',\x20attachmentLogs:\x20','KEY_TEST_ATTACHMENTS','DMJNc','KEY_TEST_FILE_PATH','beforeAll','originalTest','KEY_CUSTOM_TAGS','KEY_HOOK_LAST_STARTED','filter',',\x20hookId=','\x20&\x20hookState=','dIMOX',',\x20result=','KEY_TEST_FRAMEWORK_NAME','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','./constants/testFrameworkConstants.js','trackJestInstance:\x20instance\x20already\x20exists','addMultipleEntries','getJestTestTags','pWvNy','getProcessId','passed','substring','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','../grpcClient','ZluOf','KEY_EVENT_ENDED_AT','hookType','getTrackedInstance','BRqcT','cIPkC','testData','rSRkN','cKgmt','Unknown\x20Test','jRTYs','VtVpn',',\x20messageLength=','KEY_TEST_ENDED_AT','TEST_SCREENSHOT','toString','196CTmDrx','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','getAllData','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','hookUUID','debug','UnhandledError','findIndex','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','trackJestInstance:\x20created\x20instance\x20for\x20target=','../../../helpers/stackFrameUtils','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','getContext','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=',',\x20hookState=','tags','replace'];a79_0x5447=function(){return _0x53621b;};return a79_0x5447();}function a79_0x39c5(_0x3cd8cf,_0x5391bd){const _0x544747=a79_0x5447();return a79_0x39c5=function(_0x39c57c,_0x34cdb8){_0x39c57c=_0x39c57c-0x12d;let _0x5d21bd=_0x544747[_0x39c57c];return _0x5d21bd;},a79_0x39c5(_0x3cd8cf,_0x5391bd);}const TestFramework=require('./testFramework'),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a79_0x1e61e9(0x275)),{createClassLogger}=require(a79_0x1e61e9(0x274)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a79_0x1e61e9(0x220)),TrackedInstance=require(a79_0x1e61e9(0x259)),TestFrameworkConstants=require(a79_0x1e61e9(0x162)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a79_0x1e61e9(0x286)),{isInternalHook}=require(a79_0x1e61e9(0x1fb)),logger=createClassLogger(a79_0x1e61e9(0x23d)),{v4:uuidv4}=require(a79_0x1e61e9(0x190)),util=require(a79_0x1e61e9(0x1a3)),TestInfo=require(a79_0x1e61e9(0x1d6)),GrpcClient=require(a79_0x1e61e9(0x16b)),stackTrace=require('stack-trace'),{pickUserFrameFile}=require(a79_0x1e61e9(0x187));class JestTestFramework extends TestFramework{constructor(_0x7eaccc,_0x26a99e,_0x276edb){const _0x12f4de=a79_0x1e61e9;super(_0x7eaccc,_0x26a99e,_0x276edb),this[_0x12f4de(0x23a)]=new Map();}[a79_0x1e61e9(0x229)](_0x328aa6,_0x3508f1,_0xedf6ea){const _0x1773ab=a79_0x1e61e9,_0x5c6df0={};_0x5c6df0[_0x1773ab(0x2a2)]=function(_0x4c5eb7,_0x462bc1){return _0x4c5eb7||_0x462bc1;};const _0x2dfcc6=_0x5c6df0;if(_0x2dfcc6[_0x1773ab(0x2a2)](!_0x328aa6,!_0x3508f1)){logger[_0x1773ab(0x130)]('[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x328aa6+_0x1773ab(0x1bb)+_0x3508f1);return;}!this['activeHooks'][_0x1773ab(0x1c7)](_0x328aa6)&&this[_0x1773ab(0x23a)][_0x1773ab(0x194)](_0x328aa6,[]);const _0x2dbf8a={'hookUUID':_0x3508f1,'hookType':_0xedf6ea,'startedAt':new Date()[_0x1773ab(0x29d)]()};this[_0x1773ab(0x23a)][_0x1773ab(0x230)](_0x328aa6)[_0x1773ab(0x14f)](_0x2dbf8a),logger[_0x1773ab(0x182)]('[JestTestFramework]\x20setActiveHook:\x20testIdentifier='+_0x328aa6+_0x1773ab(0x1bb)+_0x3508f1+_0x1773ab(0x1b6)+_0xedf6ea+_0x1773ab(0x1f5)+this[_0x1773ab(0x23a)][_0x1773ab(0x230)](_0x328aa6)[_0x1773ab(0x215)]);}['removeActiveHook'](_0x4f2364,_0x548cc7){const _0x548854=a79_0x1e61e9,_0x211f68={};_0x211f68[_0x548854(0x28d)]=function(_0x2a9a22,_0x1da5b0){return _0x2a9a22||_0x1da5b0;},_0x211f68[_0x548854(0x19f)]=function(_0x40839c,_0x234d67){return _0x40839c!==_0x234d67;},_0x211f68[_0x548854(0x26c)]=function(_0x15edc2,_0x2fe956){return _0x15edc2===_0x2fe956;};const _0x1f0141=_0x211f68;if(_0x1f0141['iNTPK'](!_0x4f2364,!_0x548cc7)){logger[_0x548854(0x130)](_0x548854(0x27d)+_0x4f2364+',\x20hookUUID='+_0x548cc7);return;}if(this[_0x548854(0x23a)][_0x548854(0x1c7)](_0x4f2364)){const _0x39ebab=this[_0x548854(0x23a)][_0x548854(0x230)](_0x4f2364),_0x5bf380=_0x39ebab[_0x548854(0x184)](_0xb3843d=>_0xb3843d['hookUUID']===_0x548cc7);_0x1f0141[_0x548854(0x19f)](_0x5bf380,-0x1)?(_0x39ebab[_0x548854(0x150)](_0x5bf380,0x1),logger[_0x548854(0x182)]('[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier='+_0x4f2364+_0x548854(0x1bb)+_0x548cc7+_0x548854(0x239)+_0x39ebab['length']),_0x1f0141['rCAPv'](_0x39ebab[_0x548854(0x215)],0x0)&&this[_0x548854(0x23a)][_0x548854(0x1e0)](_0x4f2364)):logger[_0x548854(0x182)](_0x548854(0x18b)+_0x4f2364+_0x548854(0x1bb)+_0x548cc7);}}[a79_0x1e61e9(0x252)](_0x2a0d42){const _0x26de38=a79_0x1e61e9,_0x1a68cf={};_0x1a68cf[_0x26de38(0x227)]=function(_0x49a2cd,_0x54af2c){return _0x49a2cd>_0x54af2c;},_0x1a68cf['TBpyl']=function(_0x350f2a,_0x6edc){return _0x350f2a-_0x6edc;};const _0x3f5d7a=_0x1a68cf;if(!_0x2a0d42)return null;if(this[_0x26de38(0x23a)]['has'](_0x2a0d42)){const _0x43d556=this['activeHooks'][_0x26de38(0x230)](_0x2a0d42);if(_0x3f5d7a[_0x26de38(0x227)](_0x43d556[_0x26de38(0x215)],0x0)){const _0x40d9f7=_0x43d556[_0x3f5d7a['TBpyl'](_0x43d556[_0x26de38(0x215)],0x1)];return logger[_0x26de38(0x182)](_0x26de38(0x1ff)+_0x2a0d42+',\x20hookUUID='+_0x40d9f7[_0x26de38(0x181)]+_0x26de38(0x1b6)+_0x40d9f7[_0x26de38(0x16e)]),_0x40d9f7;}}return null;}async['trackEvent'](_0x3230ce,_0x2986b6,_0xf5f595={}){const _0x2468e1=a79_0x1e61e9,_0x4600cf={};_0x4600cf[_0x2468e1(0x287)]='[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found',_0x4600cf[_0x2468e1(0x207)]=function(_0xf1f29c,_0x414094){return _0xf1f29c===_0x414094;},_0x4600cf[_0x2468e1(0x198)]=function(_0x40fe83,_0x2e5429){return _0x40fe83||_0x2e5429;},_0x4600cf[_0x2468e1(0x273)]=_0x2468e1(0x1ed),_0x4600cf[_0x2468e1(0x2b8)]=function(_0x5a0de0,_0x16cc30){return _0x5a0de0===_0x16cc30;};const _0x1544d6=_0x4600cf;logger[_0x2468e1(0x182)](_0x2468e1(0x25c)+_0x3230ce+_0x2468e1(0x18c)+_0x2986b6+',\x20argsKeys='+Object[_0x2468e1(0x1df)](_0xf5f595)[_0x2468e1(0x2a5)](',')),await super[_0x2468e1(0x192)](_0x3230ce,_0x2986b6,_0xf5f595);const _0x6fa2bb=this[_0x2468e1(0x1ce)](_0x3230ce,_0x2986b6,_0xf5f595);if(!_0x6fa2bb){logger[_0x2468e1(0x182)](_0x1544d6[_0x2468e1(0x287)]);return;}try{let _0x23637f,_0x391d18,_0x3915ec;switch(_0x3230ce){case TestFrameworkState[_0x2468e1(0x146)]:_0x23637f=_0xf5f595[_0x2468e1(0x2b2)];const _0x8f8fca={};_0x8f8fca[_0x2468e1(0x285)]=0x2,_0x8f8fca[_0x2468e1(0x257)]=0x3,logger[_0x2468e1(0x182)](_0x2468e1(0x161)+_0x2986b6+',\x20testData='+util[_0x2468e1(0x21c)](_0x23637f,_0x8f8fca)),_0x3915ec=this['getJestTestIdentifier'](_0x23637f),_0x391d18=null,logger[_0x2468e1(0x182)](_0x2468e1(0x1e2)+_0x3915ec+'\x20(testIdentifier)');if(_0x1544d6[_0x2468e1(0x207)](_0x2986b6,HookState[_0x2468e1(0x26f)])){logger[_0x2468e1(0x182)](_0x2468e1(0x1a7)+_0x3915ec);const _0x506fc7={};_0x506fc7['testUUID']=_0x391d18,_0x506fc7[_0x2468e1(0x172)]=_0x23637f,_0x506fc7[_0x2468e1(0x1b4)]=_0x3915ec;const _0xacdd8d=this[_0x2468e1(0x208)](_0x506fc7),_0x54c19e={};_0x54c19e['depth']=0x2,_0x54c19e[_0x2468e1(0x257)]=0x3,logger[_0x2468e1(0x182)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20'+util[_0x2468e1(0x21c)](_0xacdd8d,_0x54c19e)),_0x6fa2bb[_0x2468e1(0x164)](_0xacdd8d),logger[_0x2468e1(0x182)](_0x2468e1(0x18a)+_0x3915ec),await this[_0x2468e1(0x14b)](_0x6fa2bb,_0x3915ec);}else{if(_0x1544d6[_0x2468e1(0x207)](_0x2986b6,HookState[_0x2468e1(0x1da)])){logger[_0x2468e1(0x182)](_0x2468e1(0x1c0)+_0x3915ec);const _0x3a0b84=_0x6fa2bb[_0x2468e1(0x17e)]()[_0x2468e1(0x230)](_0x3915ec);logger[_0x2468e1(0x182)](_0x2468e1(0x137)+util['inspect'](Object['keys'](_0x1544d6[_0x2468e1(0x198)](_0x3a0b84,{}))));_0x3a0b84&&_0x3a0b84[TestFrameworkConstants[_0x2468e1(0x154)]]?logger['debug'](_0x2468e1(0x231)+Object[_0x2468e1(0x1df)](_0x3a0b84[TestFrameworkConstants[_0x2468e1(0x154)]])[_0x2468e1(0x215)]+_0x2468e1(0x132)):logger[_0x2468e1(0x182)](_0x1544d6['VBPHr']);const _0x41ebbd=_0xf5f595[_0x2468e1(0x158)]||null,_0x1d8bb0={};_0x1d8bb0['testUUID']=_0x391d18,_0x1d8bb0[_0x2468e1(0x172)]=_0x23637f,_0x1d8bb0['testId']=_0x3915ec,_0x1d8bb0[_0x2468e1(0x158)]=_0x41ebbd;const _0x38446d=this[_0x2468e1(0x20f)](_0x1d8bb0),_0x4643b9={};_0x4643b9[_0x2468e1(0x285)]=0x2,_0x4643b9[_0x2468e1(0x257)]=0x3,logger[_0x2468e1(0x182)](_0x2468e1(0x202)+util['inspect'](_0x38446d,_0x4643b9)),_0x6fa2bb[_0x2468e1(0x164)](_0x38446d),logger[_0x2468e1(0x182)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20'+_0x3915ec),await this['processPendingHooks'](_0x6fa2bb,_0x3915ec);}}break;case TestFrameworkState[_0x2468e1(0x270)]:if(_0x1544d6['FZjCa'](_0x2986b6,HookState[_0x2468e1(0x1da)])){const _0x25e319={};_0x25e319[_0x2468e1(0x285)]=0x2,logger[_0x2468e1(0x182)]('[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20'+util[_0x2468e1(0x21c)](_0xf5f595,_0x25e319)),await this[_0x2468e1(0x21d)](_0x6fa2bb,_0x3230ce,_0xf5f595);}break;default:if(CLIUtils['matchHookRegex'](_0x3230ce[_0x2468e1(0x17b)]()[_0x2468e1(0x1e3)]('.')[0x1])){const _0x5e1073={};_0x5e1073[_0x2468e1(0x285)]=0x2,_0x5e1073[_0x2468e1(0x257)]=0x3,logger[_0x2468e1(0x182)](_0x2468e1(0x253)+_0x3230ce+',\x20hookState='+_0x2986b6+_0x2468e1(0x27b)+util[_0x2468e1(0x21c)](_0xf5f595[_0x2468e1(0x209)],_0x5e1073));const _0x4a40d9=await this[_0x2468e1(0x1a5)](_0x6fa2bb,_0x3230ce,_0x2986b6,_0xf5f595),_0x9f202e={};_0x9f202e[_0x2468e1(0x285)]=0x2,_0x9f202e[_0x2468e1(0x257)]=0x3,logger[_0x2468e1(0x182)](_0x2468e1(0x131)+util[_0x2468e1(0x21c)](_0x4a40d9,_0x9f202e)),_0x6fa2bb[_0x2468e1(0x164)](_0x4a40d9);}else logger[_0x2468e1(0x182)](_0x2468e1(0x17d)+_0x3230ce+_0x2468e1(0x15d)+_0x2986b6);break;}logger[_0x2468e1(0x182)](_0x2468e1(0x29a)+_0x3230ce+_0x2468e1(0x18c)+_0x2986b6);}catch(_0x3d03f8){logger['error'](_0x2468e1(0x1c1)+_0x3230ce+_0x2468e1(0x18c)+_0x2986b6+_0x2468e1(0x134)+util['format'](_0x3d03f8));}_0xf5f595['instance']=_0x6fa2bb,await this['runHooks'](_0x6fa2bb,_0x3230ce,_0x2986b6,_0xf5f595);}[a79_0x1e61e9(0x235)](_0x53b3c6){const _0x2cf13b=a79_0x1e61e9,_0x329d31={};_0x329d31[_0x2cf13b(0x246)]=_0x2cf13b(0x1c8);const _0x1f838c=_0x329d31;if(_0x53b3c6&&(_0x53b3c6['id']||_0x53b3c6[_0x2cf13b(0x190)])){const _0x166f71=_0x53b3c6['id']||_0x53b3c6[_0x2cf13b(0x190)];return logger[_0x2cf13b(0x182)](_0x2cf13b(0x272)+_0x166f71+'\x22\x20from\x20testData'),_0x166f71;}return logger[_0x2cf13b(0x182)](_0x1f838c['KLpfd']),process[_0x2cf13b(0x299)]+_0x2cf13b(0x13e);}['resolveInstance'](_0x2e3785,_0x401260,_0x46f1d5={}){const _0x5875a4=a79_0x1e61e9;let _0x1d0d94=null;return _0x1d0d94=TestFramework[_0x5875a4(0x16f)](),!_0x1d0d94?(logger[_0x5875a4(0x182)]('[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state='+_0x2e3785),this[_0x5875a4(0x2b1)](_0x2e3785,_0x46f1d5),_0x1d0d94=TestFramework['getTrackedInstance'](),logger[_0x5875a4(0x182)](_0x5875a4(0x236)+!!_0x1d0d94+',\x20contextId='+_0x1d0d94?.[_0x5875a4(0x189)]()?.[_0x5875a4(0x1cb)]())):logger['debug']('[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId='+_0x1d0d94[_0x5875a4(0x189)]()?.[_0x5875a4(0x1cb)]()),_0x1d0d94;}[a79_0x1e61e9(0x2b1)](_0xda81d7,_0x10e70f){const _0x2c46e0=a79_0x1e61e9,_0x37e805={};_0x37e805[_0x2c46e0(0x27c)]=_0x2c46e0(0x163);const _0x120f6c=_0x37e805;if(TestFramework[_0x2c46e0(0x16f)]()){logger[_0x2c46e0(0x182)](_0x120f6c[_0x2c46e0(0x27c)]);return;}const _0x3cbcc7=CLIUtils[_0x2c46e0(0x23b)](),_0x1ba5b5=TrackedInstance['createContext'](_0x3cbcc7);let _0xebbdbf=null;logger[_0x2c46e0(0x182)](_0x2c46e0(0x186)+_0x3cbcc7+',\x20state='+_0xda81d7),_0xebbdbf=new TestFrameworkInstance(_0x1ba5b5,this[_0x2c46e0(0x1fd)](),this[_0x2c46e0(0x1d4)](),_0xda81d7,HookState[_0x2c46e0(0x23c)]),TestFramework[_0x2c46e0(0x12d)](_0x1ba5b5,_0xebbdbf),logger[_0x2c46e0(0x182)]('[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId='+_0x1ba5b5[_0x2c46e0(0x1cb)]()+_0x2c46e0(0x218)+_0x3cbcc7+_0x2c46e0(0x151)+this['getTestFrameworks']()[0x0]+_0x2c46e0(0x196)+this[_0x2c46e0(0x1d4)]()[this[_0x2c46e0(0x1fd)]()[0x0]]);}['parseJestTest'](_0x287fd2){const _0x158d33=a79_0x1e61e9,_0x4241f1={};_0x4241f1[_0x158d33(0x13d)]=function(_0x2a8662,_0x29859e){return _0x2a8662||_0x29859e;},_0x4241f1[_0x158d33(0x20c)]=_0x158d33(0x294);const _0x205a37=_0x4241f1,{testUUID:_0xe5023f,testData:_0x331279,testId:_0x394515}=_0x287fd2;if(_0x205a37['IYWNl'](!_0x331279,!_0x394515))return logger[_0x158d33(0x182)](_0x205a37[_0x158d33(0x20c)]),{};const _0x4ef950=this[_0x158d33(0x1fd)]()[0x0],_0x49a462=this[_0x158d33(0x1d4)](),_0x1e2128={};_0x1e2128[_0x158d33(0x285)]=0x2,_0x1e2128[_0x158d33(0x257)]=0x3,logger['debug'](_0x158d33(0x1f7)+util['inspect'](_0x331279,_0x1e2128));const _0x546c8a=_0x331279?.[_0x158d33(0x2a7)]||[],_0x50d7f1=this['getJestTestName'](_0x331279),_0x186929=this['getJestTestFilePath'](_0x331279),_0xa930e3=_0x331279['fn']?_0x331279['fn'][_0x158d33(0x17b)]():_0x331279?.[_0x158d33(0x23f)]?_0x331279['body'][_0x158d33(0x261)][_0x158d33(0x17b)]():null,_0x20fbb4=this[_0x158d33(0x165)](_0x331279),_0x183ab5={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x4ef950,[TestFrameworkConstants[_0x158d33(0x276)]]:_0x49a462[_0x4ef950],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x158d33(0x144)]]:{},[TestFrameworkConstants[_0x158d33(0x243)]]:{},[TestFrameworkConstants[_0x158d33(0x1e5)]]:TestFrameworkConstants[_0x158d33(0x1fe)],[TestFrameworkConstants[_0x158d33(0x1a6)]]:_0x50d7f1,[TestFrameworkConstants[_0x158d33(0x156)]]:_0x186929,[TestFrameworkConstants[_0x158d33(0x1c4)]]:_0x394515,[TestFrameworkConstants[_0x158d33(0x2b6)]]:_0x50d7f1,[TestFrameworkConstants[_0x158d33(0x233)]]:_0x186929,[TestFrameworkConstants['KEY_TEST_CODE']]:_0xa930e3,[TestFrameworkConstants[_0x158d33(0x242)]]:_0x20fbb4,[TestFrameworkConstants[_0x158d33(0x147)]]:_0x331279[_0x158d33(0x1e4)]||new Date()[_0x158d33(0x29d)](),[TestFrameworkConstants[_0x158d33(0x205)]]:_0x546c8a[0x0]||'',[TestFrameworkConstants[_0x158d33(0x213)]]:_0x546c8a,[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x50d7f1,[TestFrameworkConstants[_0x158d33(0x159)]]:{},[TestFrameworkConstants[_0x158d33(0x1dd)]]:{}};_0x331279[_0x158d33(0x13b)]&&(_0x183ab5[TestFrameworkConstants[_0x158d33(0x26b)]]=_0x331279[_0x158d33(0x13b)]);logger[_0x158d33(0x182)](_0x158d33(0x180)+_0x50d7f1+_0x158d33(0x203)+_0x394515+'\x20(testIdentifier),\x20tags='+JSON[_0x158d33(0x14e)](_0x20fbb4)+_0x158d33(0x281)+util['inspect'](_0x546c8a)+_0x158d33(0x256)+_0x186929);const _0xd45108={};return _0xd45108[_0x394515]=_0x183ab5,_0xd45108;}[a79_0x1e61e9(0x20f)](_0x59a56d){const _0x4acb5e=a79_0x1e61e9,_0x5f55a7={'vKwBK':function(_0x5b4cfc,_0x49bdb3){return _0x5b4cfc===_0x49bdb3;},'bxnQA':'afterAll','RbyIM':function(_0x561fb1,_0x1bed44){return _0x561fb1===_0x1bed44;},'ySFes':_0x4acb5e(0x157),'KLjKb':'ALL','pWvNy':'_ALL','dIMOX':function(_0x39e48f,_0x3ddbfe){return _0x39e48f||_0x3ddbfe;},'AGrUe':_0x4acb5e(0x19b),'nQpRb':function(_0x1c299f,_0x56e7e6){return _0x1c299f||_0x56e7e6;},'gpTUZ':_0x4acb5e(0x1b9),'hzTbH':function(_0x23f591,_0x5460de){return _0x23f591>_0x5460de;},'oONKP':_0x4acb5e(0x1d5),'VkxfQ':function(_0x4d19c2,_0x48cbdc){return _0x4d19c2===_0x48cbdc;},'cKgmt':_0x4acb5e(0x1be),'nsxKY':'skipped','BBobn':_0x4acb5e(0x168),'XLPmX':function(_0x482d16,_0x1c9e61){return _0x482d16!==_0x1c9e61;},'fcdVp':function(_0x980319,_0x267e02,_0x26a779,_0x4fa7fe){return _0x980319(_0x267e02,_0x26a779,_0x4fa7fe);},'hLtyw':function(_0x44955c,_0x34afd2){return _0x44955c>_0x34afd2;},'faWaV':function(_0x1f6086,_0x455dc0){return _0x1f6086>_0x455dc0;},'cIPkC':_0x4acb5e(0x19a),'aYQtI':function(_0x108e34,_0x280dd5){return _0x108e34===_0x280dd5;}},{testUUID:_0x51ac28,testData:_0x486210,testId:_0x29ebb4}=_0x59a56d;if(_0x5f55a7[_0x4acb5e(0x15e)](!_0x486210,!_0x29ebb4))return logger[_0x4acb5e(0x182)](_0x5f55a7[_0x4acb5e(0x1c2)]),{};const _0x5c3056=this[_0x4acb5e(0x1ce)](TestFrameworkState[_0x4acb5e(0x146)],HookState[_0x4acb5e(0x1da)]),_0x450f0e=_0x5c3056[_0x4acb5e(0x17e)]()[_0x4acb5e(0x230)](_0x29ebb4),_0x1d3e0b=_0x5f55a7[_0x4acb5e(0x1e7)](_0x450f0e,{}),_0x1d6cf4=_0x1d3e0b?_0x1d3e0b[TestFrameworkConstants[_0x4acb5e(0x159)]]||{}:{},_0x664f91=_0x1d3e0b[TestFrameworkConstants[_0x4acb5e(0x154)]];logger[_0x4acb5e(0x182)](_0x4acb5e(0x268)+(_0x664f91?Object['keys'](_0x664f91)[_0x4acb5e(0x215)]:0x0)+'\x20attachments');let _0x1b6355=_0x5f55a7[_0x4acb5e(0x20b)];if(_0x486210[_0x4acb5e(0x298)])_0x1b6355=_0x486210[_0x4acb5e(0x298)];else{if(_0x486210['errorsDetailed']&&_0x5f55a7[_0x4acb5e(0x1fa)](_0x486210[_0x4acb5e(0x266)][_0x4acb5e(0x215)],0x0))_0x1b6355=_0x5f55a7['oONKP'];else _0x5f55a7['VkxfQ'](_0x486210[_0x4acb5e(0x248)],_0x5f55a7[_0x4acb5e(0x174)])||_0x5f55a7['VkxfQ'](_0x486210[_0x4acb5e(0x248)],_0x5f55a7[_0x4acb5e(0x199)])?_0x1b6355=_0x5f55a7[_0x4acb5e(0x199)]:_0x1b6355=_0x5f55a7[_0x4acb5e(0x204)];}const _0x31a2f3={..._0x1d3e0b,[TestFrameworkConstants[_0x4acb5e(0x1e5)]]:_0x1b6355,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x486210['finished_at']||new Date()[_0x4acb5e(0x29d)](),[TestFrameworkConstants[_0x4acb5e(0x293)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x4acb5e(0x159)]]:_0x1d6cf4,[TestFrameworkConstants[_0x4acb5e(0x2b7)]]:_0x1d3e0b[TestFrameworkConstants[_0x4acb5e(0x2b7)]]||[],[TestFrameworkConstants['KEY_TEST_META']]:{}};if(_0x5f55a7[_0x4acb5e(0x197)](_0x1b6355,_0x5f55a7[_0x4acb5e(0x2a6)])&&_0x486210[_0x4acb5e(0x266)]){const _0x286489=this[_0x4acb5e(0x1af)](_0x486210),_0x44186e=this['getJestFailureType'](_0x486210),_0x54d257=this[_0x4acb5e(0x20a)](_0x486210);_0x31a2f3[TestFrameworkConstants[_0x4acb5e(0x13f)]]=_0x44186e,_0x31a2f3[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x286489,_0x31a2f3[TestFrameworkConstants[_0x4acb5e(0x1e8)]]=_0x54d257;}_0x5f55a7[_0x4acb5e(0x2ac)](_0x486210[_0x4acb5e(0x1b5)],undefined)&&(_0x31a2f3[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x486210[_0x4acb5e(0x1b5)]);_0x486210[_0x4acb5e(0x13b)]&&(_0x31a2f3[TestFrameworkConstants[_0x4acb5e(0x26b)]]=_0x486210['retryOf']);const _0x27a52c=_0x450f0e?_0x450f0e[TestFrameworkConstants[_0x4acb5e(0x154)]]||{}:{},_0x15af81=_0x450f0e?_0x450f0e[TestFrameworkConstants[_0x4acb5e(0x1c9)]]:_0x51ac28,_0x45328d=_0x5f55a7[_0x4acb5e(0x21f)](getManualUploadLogs,_0x27a52c,_0x15af81,_0x29ebb4);if(_0x5f55a7[_0x4acb5e(0x18f)](_0x45328d[_0x4acb5e(0x215)],0x0)){const _0x53515a=_0x31a2f3[TestFrameworkConstants[_0x4acb5e(0x2b7)]]||[];_0x31a2f3[TestFrameworkConstants[_0x4acb5e(0x2b7)]]=[..._0x53515a,..._0x45328d];}const _0x1a72b3=_0x1d3e0b[TestFrameworkConstants[_0x4acb5e(0x144)]]||{},_0x1af624=_0x1d3e0b[TestFrameworkConstants[_0x4acb5e(0x243)]]||{},_0x3ee42f={..._0x1a72b3},_0x32f31c=_0x3ee42f;Object[_0x4acb5e(0x1df)](_0x1af624)[_0x4acb5e(0x1a8)](_0x472267=>{const _0x259ab1=_0x4acb5e;!_0x32f31c[_0x472267]&&(_0x32f31c[_0x472267]=[]);const _0x3d7146=new Set((_0x32f31c[_0x472267]||[])[_0x259ab1(0x241)](_0x1fe845=>_0x1fe845[TestFrameworkConstants['KEY_HOOK_ID']]||_0x1fe845['hook_id']));(_0x1af624[_0x472267]||[])[_0x259ab1(0x1a8)](_0x414c81=>{const _0x317eeb=_0x259ab1,_0x2ab392=_0x414c81[TestFrameworkConstants[_0x317eeb(0x258)]]||_0x414c81[_0x317eeb(0x25e)];if(!_0x3d7146[_0x317eeb(0x1c7)](_0x2ab392)){const _0x89826e={..._0x414c81},_0x158f59=_0x89826e;!_0x158f59[TestFrameworkConstants[_0x317eeb(0x16d)]]&&!_0x158f59[_0x317eeb(0x24a)]&&(_0x158f59[TestFrameworkConstants[_0x317eeb(0x16d)]]=new Date()['toISOString']()),!_0x158f59[TestFrameworkConstants[_0x317eeb(0x1f6)]]&&!_0x158f59['hook_result']&&(_0x158f59[TestFrameworkConstants[_0x317eeb(0x1f6)]]=TestFrameworkConstants[_0x317eeb(0x296)]),_0x32f31c[_0x472267][_0x317eeb(0x14f)](_0x158f59);}});});if(_0x59a56d[_0x4acb5e(0x158)]){this[_0x4acb5e(0x2bb)](_0x59a56d[_0x4acb5e(0x158)]);const _0x590ca6=this['buildHookMapFromTest'](_0x59a56d[_0x4acb5e(0x158)]),_0x2db23c=this['getHooksForTest'](_0x59a56d['originalTest']);_0x2db23c['forEach'](_0x30cd25=>{const _0x1d4090=_0x4acb5e,_0x4a55c9=_0x590ca6[_0x1d4090(0x230)](_0x30cd25);if(_0x4a55c9&&(_0x5f55a7[_0x1d4090(0x2af)](_0x4a55c9[_0x1d4090(0x19c)],_0x5f55a7[_0x1d4090(0x29e)])||_0x5f55a7['RbyIM'](_0x4a55c9[_0x1d4090(0x19c)],_0x5f55a7[_0x1d4090(0x216)]))){const _0x175d79=_0x4a55c9['type'][_0x1d4090(0x292)]()[_0x1d4090(0x18e)](_0x5f55a7[_0x1d4090(0x22b)],_0x5f55a7[_0x1d4090(0x166)]),_0x2707f5=_0x175d79;!_0x32f31c[_0x2707f5]&&(_0x32f31c[_0x2707f5]=[]);const _0xdb79d8=_0x32f31c[_0x2707f5]['find'](_0x426242=>(_0x426242[TestFrameworkConstants['KEY_HOOK_ID']]||_0x426242[_0x1d4090(0x25e)])===_0x30cd25);!_0xdb79d8&&_0x32f31c[_0x2707f5]['push']({'key':_0x2707f5,[TestFrameworkConstants[_0x1d4090(0x258)]]:_0x30cd25,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0x1d4090(0x296)],[TestFrameworkConstants[_0x1d4090(0x214)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x1d4090(0x16d)]]:new Date()[_0x1d4090(0x29d)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x1d4090(0x1f3)]]:_0x4a55c9[_0x1d4090(0x244)]||_0x4a55c9[_0x1d4090(0x19c)]+'\x20hook',[TestFrameworkConstants[_0x1d4090(0x159)]]:_0x1d6cf4});}});}if(_0x486210[_0x4acb5e(0x1ee)]&&_0x5f55a7[_0x4acb5e(0x20e)](_0x486210[_0x4acb5e(0x1ee)][_0x4acb5e(0x215)],0x0))_0x31a2f3[TestFrameworkConstants[_0x4acb5e(0x144)]]=_0x486210['hooks'],logger[_0x4acb5e(0x182)](_0x5f55a7[_0x4acb5e(0x171)]);else _0x5f55a7['hzTbH'](Object['keys'](_0x32f31c)[_0x4acb5e(0x215)],0x0)&&(_0x31a2f3[TestFrameworkConstants[_0x4acb5e(0x144)]]=_0x32f31c,logger['debug'](_0x4acb5e(0x1de)+Object['keys'](_0x32f31c)[_0x4acb5e(0x2a5)](',')));const _0x50d3bc=this[_0x4acb5e(0x264)](_0x486210);logger['debug']('[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName='+_0x50d3bc+',\x20testId='+_0x29ebb4+_0x4acb5e(0x225)+_0x1b6355+_0x4acb5e(0x219)+_0x486210['duration']);_0x5f55a7['aYQtI'](_0x1b6355,_0x5f55a7[_0x4acb5e(0x2a6)])&&logger['debug'](_0x4acb5e(0x25f)+_0x29ebb4+_0x4acb5e(0x133)+_0x31a2f3[TestFrameworkConstants[_0x4acb5e(0x13f)]]+',\x20failureReason='+_0x31a2f3[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]?.[_0x4acb5e(0x169)](0x0,0xc8));const _0x5d4caf={};return _0x5d4caf[_0x29ebb4]=_0x31a2f3,_0x5d4caf;}['getJestTestScopes'](_0x531f84){const _0x1b3019=a79_0x1e61e9,_0x2a7c49={};_0x2a7c49[_0x1b3019(0x1a0)]=function(_0x341f03,_0x525087){return _0x341f03!==_0x525087;},_0x2a7c49[_0x1b3019(0x1cd)]=function(_0x3cb3ad,_0x2a2283){return _0x3cb3ad!==_0x2a2283;},_0x2a7c49[_0x1b3019(0x289)]=_0x1b3019(0x217);const _0x25095b=_0x2a7c49,_0x11ab25={};_0x11ab25[_0x1b3019(0x285)]=0x2,_0x11ab25[_0x1b3019(0x257)]=0x3,logger[_0x1b3019(0x182)](_0x1b3019(0x27f)+util[_0x1b3019(0x21c)](_0x531f84,_0x11ab25));const _0x4e8936=[];if(_0x531f84&&_0x531f84[_0x1b3019(0x1d0)]){let _0x2d464d=_0x531f84[_0x1b3019(0x1d0)];while(_0x2d464d&&_0x2d464d[_0x1b3019(0x244)]&&_0x25095b[_0x1b3019(0x1a0)](_0x2d464d[_0x1b3019(0x244)],'')&&_0x25095b[_0x1b3019(0x1cd)](_0x2d464d['name'],_0x25095b['JsSCP'])){_0x4e8936[_0x1b3019(0x14f)](_0x2d464d[_0x1b3019(0x244)]),_0x2d464d=_0x2d464d[_0x1b3019(0x1d0)];}}return _0x4e8936[_0x1b3019(0x200)]();}[a79_0x1e61e9(0x264)](_0x3788be){const _0x344b47=a79_0x1e61e9,_0x3a422e={};_0x3a422e[_0x344b47(0x170)]=_0x344b47(0x175);const _0x49ae2b=_0x3a422e;if(_0x3788be[_0x344b47(0x244)])return _0x3788be[_0x344b47(0x244)];if(_0x3788be[_0x344b47(0x2b0)])return _0x3788be['title'];return _0x49ae2b[_0x344b47(0x170)];}['getJestTestTags'](_0x5ed1fd){const _0x514db7=a79_0x1e61e9,_0x2fdf6b=[];if(_0x5ed1fd[_0x514db7(0x18d)]&&Array[_0x514db7(0x191)](_0x5ed1fd['tags']))return _0x5ed1fd[_0x514db7(0x18d)]['map'](_0x19836a=>_0x19836a[_0x514db7(0x20d)]('@')?_0x19836a[_0x514db7(0x145)](0x1):_0x19836a);const _0x543193=this[_0x514db7(0x264)](_0x5ed1fd),_0x13d9b4=_0x543193[_0x514db7(0x1ab)](/@(\w+)/g);if(_0x13d9b4)return _0x13d9b4[_0x514db7(0x241)](_0x3d3a44=>_0x3d3a44[_0x514db7(0x24e)](0x1));return _0x5ed1fd[_0x514db7(0x2a7)]&&Array[_0x514db7(0x191)](_0x5ed1fd[_0x514db7(0x2a7)])&&_0x5ed1fd['scopes'][_0x514db7(0x1a8)](_0x13cea4=>{const _0x1c8628=_0x514db7,_0x5bd585=_0x13cea4[_0x1c8628(0x1ab)](/@(\w+)/g);_0x5bd585&&_0x5bd585[_0x1c8628(0x1a8)](_0x4df2a1=>{const _0x11939e=_0x1c8628,_0x860b57=_0x4df2a1[_0x11939e(0x24e)](0x1);!_0x2fdf6b[_0x11939e(0x140)](_0x860b57)&&_0x2fdf6b[_0x11939e(0x14f)](_0x860b57);});}),_0x2fdf6b;}['getJestTestFilePath'](_0x3efbbb){const _0x42af9b=a79_0x1e61e9,_0x53f953={'xNlfz':function(_0x2c54eb,_0x483a6b){return _0x2c54eb(_0x483a6b);}};if(_0x3efbbb['file_name'])return _0x3efbbb[_0x42af9b(0x2a0)];if(_0x3efbbb['asyncError'])try{const _0x2829ed=stackTrace[_0x42af9b(0x1f8)](_0x3efbbb[_0x42af9b(0x1ae)]),_0x5dc9e8=_0x53f953['xNlfz'](pickUserFrameFile,_0x2829ed);if(_0x5dc9e8)return _0x5dc9e8;logger[_0x42af9b(0x182)](_0x42af9b(0x1f9)+_0x2829ed['length']+')');}catch(_0x40e4ef){logger[_0x42af9b(0x182)](_0x42af9b(0x291)+util['format'](_0x40e4ef));}return null;}[a79_0x1e61e9(0x1af)](_0xf504fc){const _0x3c61ee=a79_0x1e61e9,_0x20353d={};_0x20353d[_0x3c61ee(0x2a1)]=function(_0x2a3eea,_0x258c45){return _0x2a3eea>_0x258c45;},_0x20353d[_0x3c61ee(0x28c)]='Unknown\x20error';const _0x1760a2=_0x20353d;if(_0xf504fc[_0x3c61ee(0x266)]&&_0x1760a2['mRIrJ'](_0xf504fc[_0x3c61ee(0x266)][_0x3c61ee(0x215)],0x0))return util['inspect'](_0xf504fc['errorsDetailed'][0x0]);if(_0xf504fc[_0x3c61ee(0x152)])return _0xf504fc['failure_reason'];return _0x1760a2[_0x3c61ee(0x28c)];}[a79_0x1e61e9(0x224)](_0xcc5767){const _0x36e7a0=a79_0x1e61e9,_0x30dde0={};_0x30dde0[_0x36e7a0(0x2aa)]=_0x36e7a0(0x1db),_0x30dde0['dBeWm']=_0x36e7a0(0x26e),_0x30dde0[_0x36e7a0(0x222)]=_0x36e7a0(0x183);const _0x151122=_0x30dde0,_0x154bb8=this['getJestFailureReason'](_0xcc5767);if(_0x154bb8&&_0x154bb8['includes'](_0x151122[_0x36e7a0(0x2aa)]))return _0x151122['dBeWm'];return _0x151122[_0x36e7a0(0x222)];}[a79_0x1e61e9(0x20a)](_0x30ceba){const _0x558739=a79_0x1e61e9,_0x201a7b={'dshum':function(_0x154d65,_0x258f1a){return _0x154d65(_0x258f1a);},'sjDoK':'../../../helpers/test-observability/utils','KKBWw':function(_0x2ef0c3,_0x9222c1){return _0x2ef0c3!==_0x9222c1;},'SeaXL':_0x558739(0x2b2)},{failureData:_0x3b05e3}=_0x201a7b[_0x558739(0x25b)](require,_0x201a7b['sjDoK']),_0x4a5db0=[];return _0x201a7b[_0x558739(0x250)](_0x30ceba['errorsDetailed'],undefined)&&_0x4a5db0[_0x558739(0x14f)](_0x30ceba[_0x558739(0x266)],_0x201a7b[_0x558739(0x265)]),_0x3b05e3['apply'](null,_0x4a5db0);}async['trackHookEvent'](_0x801529,_0x444bda,_0x519a42,_0x48ff77){const _0x4518a2=a79_0x1e61e9,_0x25cf5b={'irwCF':_0x4518a2(0x2b4),'ARLrc':function(_0x101810){return _0x101810();},'bgkiY':function(_0x1e9d16,_0x542513){return _0x1e9d16 in _0x542513;},'ZluOf':function(_0x295277,_0x36e42e){return _0x295277===_0x36e42e;},'cbSel':function(_0x5923c0,_0xcbb25e){return _0x5923c0===_0xcbb25e;},'kQUhm':function(_0xffe643,_0x34aea2){return _0xffe643>_0x34aea2;},'CoVXY':_0x4518a2(0x1d5),'xmMSu':_0x4518a2(0x168),'VtVpn':function(_0x42c4aa,_0x46818d){return _0x42c4aa===_0x46818d;},'lPANk':'[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','EcbdN':function(_0x5d5139,_0x410dc0){return _0x5d5139===_0x410dc0;},'ZlZvD':function(_0x230877,_0x29301d){return _0x230877!==_0x29301d;}},{hookData:_0x3b5625}=_0x48ff77,_0x1aea85=_0x519a42[_0x4518a2(0x17b)](),_0x4db178=_0x444bda[_0x4518a2(0x17b)](),_0x496ce8={};_0x496ce8[_0x4518a2(0x285)]=0x2,_0x496ce8[_0x4518a2(0x257)]=0x3,logger[_0x4518a2(0x182)](_0x4518a2(0x16a)+_0x4db178+',\x20hookState='+_0x1aea85+_0x4518a2(0x27b)+util[_0x4518a2(0x21c)](_0x3b5625,_0x496ce8));if(!_0x3b5625)return logger['debug'](_0x25cf5b[_0x4518a2(0x142)]),{};const _0x238c65=_0x3b5625[_0x4518a2(0x190)]||_0x3b5625[_0x4518a2(0x1ca)]||_0x25cf5b[_0x4518a2(0x1ef)](uuidv4),_0x56e839=_0x3b5625[_0x4518a2(0x1dc)]||this['getJestTestIdentifier'](_0x3b5625),_0x475490=_0x444bda[_0x4518a2(0x17b)]()[_0x4518a2(0x1e3)]('.')[0x1],_0x301e4b=_0x801529['getAllData']()[_0x4518a2(0x230)](_0x56e839),_0x6abcf0=_0x301e4b?_0x301e4b[TestFrameworkConstants[_0x4518a2(0x159)]]||{}:{};logger[_0x4518a2(0x182)]('[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId='+_0x238c65+',\x20testId='+_0x56e839+'\x20(testIdentifier),\x20hookType='+_0x475490+_0x4518a2(0x18c)+_0x1aea85);if(!_0x301e4b)return logger[_0x4518a2(0x182)](_0x4518a2(0x1a2)+_0x56e839+_0x4518a2(0x14a)),this[_0x4518a2(0x22d)](_0x801529,_0x56e839,_0x444bda,_0x519a42,_0x48ff77),{};let _0x515030=_0x301e4b[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x515030&&(_0x515030={});!_0x25cf5b[_0x4518a2(0x271)](_0x475490,_0x515030)&&(_0x515030[_0x475490]=[]);let _0x55791a=_0x301e4b[TestFrameworkConstants[_0x4518a2(0x144)]];!_0x55791a&&(_0x55791a={});!_0x25cf5b[_0x4518a2(0x271)](_0x475490,_0x55791a)&&(_0x55791a[_0x475490]=[]);const _0x4a60c5={[_0x56e839]:{[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x515030,[TestFrameworkConstants[_0x4518a2(0x144)]]:_0x55791a,[TestFrameworkConstants[_0x4518a2(0x160)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x4518a2(0x1d4)]()[this[_0x4518a2(0x1fd)]()[0x0]]||''}};if(_0x25cf5b[_0x4518a2(0x16c)](_0x519a42,HookState['PRE'])){const _0x8ed28a={'key':_0x475490,[TestFrameworkConstants[_0x4518a2(0x258)]]:_0x238c65,[TestFrameworkConstants[_0x4518a2(0x1f6)]]:TestFrameworkConstants[_0x4518a2(0x296)],[TestFrameworkConstants[_0x4518a2(0x214)]]:_0x3b5625['started_at']||new Date()[_0x4518a2(0x29d)](),[TestFrameworkConstants[_0x4518a2(0x25d)]]:[],[TestFrameworkConstants[_0x4518a2(0x1f3)]]:_0x3b5625[_0x4518a2(0x244)]||_0x3b5625[_0x4518a2(0x2ad)]||_0x475490,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x6abcf0};_0x515030[_0x475490]['push'](_0x8ed28a),_0x4a60c5[_0x56e839][TestFrameworkConstants[_0x4518a2(0x15a)]]=_0x475490;const _0x250525={};_0x250525[_0x4518a2(0x285)]=0x2,logger[_0x4518a2(0x182)](_0x4518a2(0x2ba)+_0x475490+_0x4518a2(0x15c)+_0x238c65+',\x20testId='+_0x56e839+_0x4518a2(0x1cc)+util[_0x4518a2(0x21c)](_0x8ed28a,_0x250525));}else{if(_0x25cf5b[_0x4518a2(0x1ba)](_0x519a42,HookState[_0x4518a2(0x1da)])){const _0x39d0e0=_0x3b5625[_0x4518a2(0x298)]||(_0x3b5625[_0x4518a2(0x266)]&&_0x25cf5b['kQUhm'](_0x3b5625[_0x4518a2(0x266)][_0x4518a2(0x215)],0x0)?_0x25cf5b[_0x4518a2(0x143)]:_0x25cf5b[_0x4518a2(0x21a)]),_0x2ee1d7=_0x515030[_0x475490]||[];logger['debug'](_0x4518a2(0x149)+_0x475490+_0x4518a2(0x203)+_0x56e839+_0x4518a2(0x15f)+_0x39d0e0+_0x4518a2(0x223)+_0x2ee1d7['length']);if(_0x25cf5b[_0x4518a2(0x177)](_0x2ee1d7['length'],0x0)&&_0x25cf5b[_0x4518a2(0x1ba)](_0x444bda,TestFrameworkState[_0x4518a2(0x1eb)]))return logger[_0x4518a2(0x182)](_0x25cf5b[_0x4518a2(0x1f1)]),this[_0x4518a2(0x22d)](_0x801529,_0x56e839,_0x444bda,_0x519a42,_0x48ff77),{};if(_0x25cf5b[_0x4518a2(0x288)](_0x2ee1d7[_0x4518a2(0x215)],0x0)){const _0x4eb4c8=_0x2ee1d7[_0x4518a2(0x1a1)]();_0x25cf5b[_0x4518a2(0x1d2)](_0x39d0e0,_0x25cf5b['CoVXY'])&&_0x3b5625[_0x4518a2(0x266)]?(_0x4eb4c8[TestFrameworkConstants[_0x4518a2(0x22e)]]=this[_0x4518a2(0x224)](_0x3b5625),_0x4eb4c8[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]=this['getJestFailureReason'](_0x3b5625),_0x4eb4c8[TestFrameworkConstants['KEY_HOOK_FAILURE']]=this['getJestFailureData'](_0x3b5625),logger[_0x4518a2(0x182)](_0x4518a2(0x1a9)+_0x475490+_0x4518a2(0x133)+_0x4eb4c8[TestFrameworkConstants[_0x4518a2(0x22e)]]+_0x4518a2(0x212)+_0x4eb4c8[TestFrameworkConstants[_0x4518a2(0x282)]]?.['substring'](0x0,0xc8))):_0x4eb4c8[TestFrameworkConstants[_0x4518a2(0x1f6)]]=_0x25cf5b['xmMSu'];_0x25cf5b[_0x4518a2(0x251)](_0x39d0e0,TestFrameworkConstants[_0x4518a2(0x296)])&&(_0x4eb4c8[TestFrameworkConstants[_0x4518a2(0x1f6)]]=_0x39d0e0);_0x4eb4c8[TestFrameworkConstants[_0x4518a2(0x16d)]]=_0x3b5625[_0x4518a2(0x24d)]||new Date()[_0x4518a2(0x29d)](),_0x4eb4c8[TestFrameworkConstants[_0x4518a2(0x159)]]=_0x6abcf0;const _0x2fd6fc=_0x4eb4c8[TestFrameworkConstants['KEY_HOOK_ID']];!_0x55791a[_0x475490]&&(_0x55791a[_0x475490]=[]);_0x55791a[_0x475490][_0x4518a2(0x14f)](_0x4eb4c8),_0x4a60c5[_0x56e839][TestFrameworkConstants[_0x4518a2(0x2a3)]]=_0x475490;const _0x49c5e4={};_0x49c5e4[_0x4518a2(0x285)]=0x2,logger['debug'](_0x4518a2(0x188)+_0x475490+_0x4518a2(0x15c)+_0x2fd6fc+_0x4518a2(0x15f)+_0x39d0e0+_0x4518a2(0x1cc)+util['inspect'](_0x4eb4c8,_0x49c5e4));}}}return _0x4a60c5;}[a79_0x1e61e9(0x1b2)](_0x503e1e){const _0x23ccc7=a79_0x1e61e9,_0xe26029={};_0xe26029[_0x23ccc7(0x13c)]='base64';const _0x20b279=_0xe26029;try{const _0x250fe0=_0x503e1e['test']?this[_0x23ccc7(0x235)](_0x503e1e[_0x23ccc7(0x2b2)]):_0x503e1e[_0x23ccc7(0x209)][_0x23ccc7(0x1dc)],_0x293e81=_0x503e1e[_0x23ccc7(0x148)],_0x4d4406=_0x293e81[_0x23ccc7(0x189)](),_0x2c9d2d=_0x293e81[_0x23ccc7(0x17e)]()[_0x23ccc7(0x230)](_0x250fe0);if(!_0x2c9d2d)return logger[_0x23ccc7(0x182)](_0x23ccc7(0x185)+_0x250fe0),{};const {[TestFrameworkConstants[_0x23ccc7(0x160)]]:_0x46863b=this[_0x23ccc7(0x1fd)]()[0x0]||'',[TestFrameworkConstants[_0x23ccc7(0x276)]]:_0x86dc91=this['getTestFrameworksVersions']()[this[_0x23ccc7(0x1fd)]()[0x0]]||'',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x5010a7='',[TestFrameworkConstants[_0x23ccc7(0x179)]]:_0x481f3b=''}=_0x2c9d2d,_0x2b982c=_0x293e81['getCurrentTestState']()[_0x23ccc7(0x17b)]()[_0x23ccc7(0x1e3)]('.')[0x1],_0x5103b2=_0x293e81['getCurrentHookState']()['toString']()[_0x23ccc7(0x1e3)]('.')[0x1],_0x40c000=global?.[_0x23ccc7(0x1ea)]?.['workerInfo']?.[_0x23ccc7(0x138)]||global['__bstackPlatformIndex']||0x0,_0x1891a8=_0x293e81['getRef'](),_0x1e2249=Buffer['from'](JSON[_0x23ccc7(0x14e)](_0x2c9d2d))['toString'](_0x20b279['qxUbG']),_0x3de6dd={'hash':_0x4d4406['getId'](),'threadId':_0x4d4406[_0x23ccc7(0x25a)]()[_0x23ccc7(0x17b)](),'processId':_0x4d4406[_0x23ccc7(0x167)]()[_0x23ccc7(0x17b)]()},_0x5a5211={};_0x5a5211[_0x23ccc7(0x2a9)]=_0x40c000,_0x5a5211[_0x23ccc7(0x280)]=_0x46863b,_0x5a5211[_0x23ccc7(0x1bf)]=_0x86dc91,_0x5a5211[_0x23ccc7(0x249)]=_0x2b982c,_0x5a5211[_0x23ccc7(0x26a)]=_0x5103b2,_0x5a5211[_0x23ccc7(0x295)]=_0x5010a7,_0x5a5211[_0x23ccc7(0x1fc)]=_0x481f3b,_0x5a5211[_0x23ccc7(0x190)]=_0x1891a8,_0x5a5211[_0x23ccc7(0x2b3)]=_0x1e2249,_0x5a5211[_0x23ccc7(0x260)]=_0x3de6dd,_0x5a5211[_0x23ccc7(0x2b5)]=_0x250fe0;const _0x2f8b44=_0x5a5211;return _0x2f8b44;}catch(_0x261153){return logger['error'](_0x23ccc7(0x29f)+util[_0x23ccc7(0x141)](_0x261153)),{};}}async[a79_0x1e61e9(0x21d)](_0x33e106,_0x38417e,_0x352329){const _0x2e31a=a79_0x1e61e9,_0x182023={'VaxHX':function(_0x229260,_0x334e75){return _0x229260+_0x334e75;},'XCkhx':_0x2e31a(0x12f),'RmRcl':_0x2e31a(0x135),'kbGKL':function(_0x542289,_0x24336b){return _0x542289>_0x24336b;},'rSRkN':function(_0x1bf20a,_0x1993f9,_0x18b75a,_0x48bf56){return _0x1bf20a(_0x1993f9,_0x18b75a,_0x48bf56);},'SmZPe':function(_0x1d88c0,_0x34c3e7){return _0x1d88c0-_0x34c3e7;},'nGZEt':function(_0x338a9f,_0x43bb11){return _0x338a9f===_0x43bb11;},'HNFUs':function(_0x1797ca,_0x5ded29){return _0x1797ca/_0x5ded29;},'ypuBe':function(_0xac65bc,_0xfe5ff4){return _0xac65bc<_0xfe5ff4;},'dSYim':function(_0x108326,_0x44abf5){return _0x108326*_0x44abf5;},'IEQgL':function(_0x1ade8a,_0x1bb12e){return _0x1ade8a+_0x1bb12e;}};try{const _0x2cd6a5=_0x352329['testUUID']||_0x352329[_0x2e31a(0x1b4)],_0x57fae7=Array[_0x2e31a(0x1ac)](_0x33e106[_0x2e31a(0x17e)]()[_0x2e31a(0x1df)]()),_0x4f8151=_0x33e106[_0x2e31a(0x17e)]()[_0x2e31a(0x230)](_0x2cd6a5);if(!_0x4f8151){logger[_0x2e31a(0x182)](_0x2e31a(0x17f)+_0x2cd6a5);return;}const {[TestFrameworkConstants[_0x2e31a(0x160)]]:_0x19b5f8='',[TestFrameworkConstants[_0x2e31a(0x276)]]:_0x49b87d=''}=_0x4f8151;let _0x35d497=[];_0x4f8151&&_0x4f8151[TestFrameworkConstants[_0x2e31a(0x2b7)]]&&Array[_0x2e31a(0x191)](_0x4f8151[TestFrameworkConstants[_0x2e31a(0x2b7)]])?(_0x35d497=_0x4f8151[TestFrameworkConstants['KEY_LOGS']]||[],logger[_0x2e31a(0x182)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20'+_0x35d497[_0x2e31a(0x215)]+_0x2e31a(0x1f2)+_0x2cd6a5),_0x33e106[_0x2e31a(0x164)]({[_0x2cd6a5]:{[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants[_0x2e31a(0x160)]]:this[_0x2e31a(0x1fd)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x2e31a(0x1d4)]()[this[_0x2e31a(0x1fd)]()[0x0]]||''}}),logger[_0x2e31a(0x182)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x2cd6a5)):logger[_0x2e31a(0x182)](_0x2e31a(0x1b1)+_0x2cd6a5);logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20'+_0x35d497[_0x2e31a(0x215)]+_0x2e31a(0x24b)+_0x2cd6a5);const _0x21f3f2=_0x35d497[_0x2e31a(0x15b)](_0xed1f6a=>_0xed1f6a[_0x2e31a(0x1c3)]===_0x2e31a(0x17a));_0x182023[_0x2e31a(0x283)](_0x21f3f2[_0x2e31a(0x215)],0x0)&&(logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20'+_0x21f3f2[_0x2e31a(0x215)]+_0x2e31a(0x284)+_0x2cd6a5),_0x21f3f2[_0x2e31a(0x1a8)]((_0x3f0b97,_0x5a9d6a)=>{const _0x22ab48=_0x2e31a;logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20'+_0x182023[_0x22ab48(0x23e)](_0x5a9d6a,0x1)+'/'+_0x21f3f2[_0x22ab48(0x215)]+'\x20-\x20test_identifier='+(_0x3f0b97['test_identifier']||_0x182023[_0x22ab48(0x2a8)])+_0x22ab48(0x279)+(_0x3f0b97[_0x22ab48(0x1e9)]||_0x182023[_0x22ab48(0x2a8)])+_0x22ab48(0x238)+(_0x3f0b97[_0x22ab48(0x2a4)]||_0x182023[_0x22ab48(0x254)])+_0x22ab48(0x178)+(_0x3f0b97[_0x22ab48(0x1c6)]?.[_0x22ab48(0x215)]||0x0));}));const _0x58c044=_0x4f8151[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x59565d=_0x182023[_0x2e31a(0x173)](getMediaArtifactsLogs,_0x58c044,null,_0x2cd6a5),_0x29dbd1=(_0x35d497||[])['concat'](_0x59565d||[]),_0x58bae5=_0x21f3f2?.[_0x2e31a(0x215)]||0x0,_0x4f5730=_0x182023[_0x2e31a(0x267)](_0x35d497?.[_0x2e31a(0x215)]||0x0,_0x58bae5);logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20'+_0x2cd6a5+_0x2e31a(0x297)+_0x4f5730+_0x2e31a(0x1b0)+_0x58bae5+_0x2e31a(0x153)+(_0x59565d?.[_0x2e31a(0x215)]||0x0)+_0x2e31a(0x234)+_0x29dbd1[_0x2e31a(0x215)]);if(!_0x29dbd1||_0x182023['nGZEt'](_0x29dbd1['length'],0x0)){logger[_0x2e31a(0x182)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0x2cd6a5);return;}const _0x3a5627=0x28,_0x581de5=Math[_0x2e31a(0x1c5)](_0x182023[_0x2e31a(0x269)](_0x29dbd1['length'],_0x3a5627));for(let _0xde2278=0x0;_0x182023[_0x2e31a(0x28e)](_0xde2278,_0x581de5);_0xde2278++){const _0x39e0c6=_0x182023['dSYim'](_0xde2278,_0x3a5627),_0x4e2a99=_0x182023[_0x2e31a(0x23e)](_0x39e0c6,_0x3a5627),_0x27b077=_0x29dbd1[_0x2e31a(0x24e)](_0x39e0c6,_0x4e2a99),_0x182b40=global?.[_0x2e31a(0x1ec)]??0x0,_0x4710ac={'platformIndex':_0x182b40,'logs':_0x27b077,'testFrameworkName':_0x19b5f8,'testFrameworkVersion':_0x49b87d,'testFrameworkState':_0x38417e['toString']()['split']('.')[0x1]},_0x584826={};_0x584826[_0x2e31a(0x285)]=0x3,_0x584826[_0x2e31a(0x257)]=0x5,logger[_0x2e31a(0x182)](_0x2e31a(0x1f0)+_0x182023['VaxHX'](_0xde2278,0x1)+'/'+_0x581de5+_0x2e31a(0x14d)+_0x2cd6a5+',\x20logsInBatch:\x20'+_0x27b077[_0x2e31a(0x215)]+_0x2e31a(0x136)+_0x182b40+_0x2e31a(0x1b7)+util[_0x2e31a(0x21c)](_0x4710ac,_0x584826));const _0x3afc03=await GrpcClient[_0x2e31a(0x245)]()[_0x2e31a(0x195)](_0x4710ac);logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x182023['IEQgL'](_0xde2278,0x1)+'/'+_0x581de5+_0x2e31a(0x14d)+_0x2cd6a5+_0x2e31a(0x1a4)+util['inspect'](_0x3afc03));}_0x59565d&&_0x182023[_0x2e31a(0x283)](_0x59565d[_0x2e31a(0x215)],0x0)&&_0x4f8151[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]&&_0x33e106[_0x2e31a(0x164)]({[_0x2cd6a5]:{[TestFrameworkConstants[_0x2e31a(0x154)]]:{},[TestFrameworkConstants[_0x2e31a(0x160)]]:this[_0x2e31a(0x1fd)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x2e31a(0x1d4)]()[this[_0x2e31a(0x1fd)]()[0x0]]||''}}),logger[_0x2e31a(0x182)](_0x2e31a(0x27a)+_0x2cd6a5+_0x2e31a(0x28f)+_0x581de5);}catch(_0x2963de){logger[_0x2e31a(0x206)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20'+(_0x352329['testUUID']||_0x352329[_0x2e31a(0x1b4)])+_0x2e31a(0x22c)+util['format'](_0x2963de));}}[a79_0x1e61e9(0x22d)](_0x1beb59,_0x5816a5,_0x3cfc38,_0x1d9a51,_0x5346a6){const _0x3d936f=a79_0x1e61e9,_0x50cc9a={};_0x50cc9a['hAQBV']=function(_0xf11825,_0x3e369e){return _0xf11825===_0x3e369e;},_0x50cc9a[_0x3d936f(0x1cf)]=_0x3d936f(0x157);const _0x3b2f5b=_0x50cc9a,{hookData:_0x47fa5}=_0x5346a6,_0x1d9967={'testId':_0x5816a5,'testFrameworkState':_0x3cfc38,'hookState':_0x1d9a51,'args':_0x5346a6,'timestamp':new Date()[_0x3d936f(0x29d)]()};if(_0x3b2f5b[_0x3d936f(0x221)](_0x3cfc38,TestFrameworkState[_0x3d936f(0x1eb)])&&_0x47fa5){const _0x5f4498={};_0x5f4498['filePath']=_0x47fa5[_0x3d936f(0x2a0)]||_0x47fa5[_0x3d936f(0x1d3)],_0x5f4498[_0x3d936f(0x27e)]=_0x47fa5[_0x3d936f(0x27e)]||_0x47fa5[_0x3d936f(0x2a7)]&&_0x47fa5['scopes'][0x0]||'',_0x5f4498['hookType']=_0x3b2f5b[_0x3d936f(0x1cf)],_0x1d9967[_0x3d936f(0x1d8)]=_0x5f4498,logger[_0x3d936f(0x182)]('[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20'+_0x5816a5+',\x20filePath:\x20'+_0x1d9967[_0x3d936f(0x1d8)][_0x3d936f(0x26d)]+_0x3d936f(0x19d)+_0x1d9967[_0x3d936f(0x1d8)][_0x3d936f(0x27e)]);}_0x1beb59[_0x3d936f(0x24c)](_0x5816a5,_0x1d9967),logger[_0x3d936f(0x182)](_0x3d936f(0x247)+_0x5816a5+_0x3d936f(0x277)+_0x3cfc38+_0x3d936f(0x210)+_0x1d9a51);}async[a79_0x1e61e9(0x14b)](_0x2b8991,_0x113782){const _0x571812=a79_0x1e61e9,_0x2ca391={};_0x2ca391[_0x571812(0x1ad)]=function(_0x514fd9,_0x58ec8d){return _0x514fd9>_0x58ec8d;},_0x2ca391[_0x571812(0x14c)]=function(_0x2982e8,_0x34e2dc){return _0x2982e8===_0x34e2dc;},_0x2ca391[_0x571812(0x155)]=function(_0x2e404d,_0x124f84){return _0x2e404d>_0x124f84;},_0x2ca391[_0x571812(0x193)]='[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook';const _0x1ac1e2=_0x2ca391;if(_0x2b8991[_0x571812(0x1d1)](_0x113782)){const _0x24d108=_0x2b8991[_0x571812(0x13a)](_0x113782);logger[_0x571812(0x182)](_0x571812(0x211)+_0x24d108['length']+_0x571812(0x1b3)+_0x113782);for(const _0x1c1d5e of _0x24d108){try{const _0xe98d2d=await this['trackHookEvent'](_0x2b8991,_0x1c1d5e[_0x571812(0x249)],_0x1c1d5e[_0x571812(0x26a)],_0x1c1d5e['args']);_0xe98d2d&&_0x1ac1e2[_0x571812(0x1ad)](Object['keys'](_0xe98d2d)['length'],0x0)&&_0x2b8991[_0x571812(0x164)](_0xe98d2d),await this['runHooks'](_0x2b8991,_0x1c1d5e[_0x571812(0x249)],_0x1c1d5e[_0x571812(0x26a)],_0x1c1d5e[_0x571812(0x28b)]);}catch(_0x33db1b){logger[_0x571812(0x206)]('Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20'+_0x113782+_0x571812(0x22c)+_0x33db1b);}}_0x2b8991[_0x571812(0x1b8)](_0x113782),logger[_0x571812(0x182)](_0x571812(0x237)+_0x113782);}const _0xfe6670=_0x2b8991['getAllData']()[_0x571812(0x230)](_0x113782);if(_0xfe6670){const _0x284bb9=_0xfe6670[TestFrameworkConstants[_0x571812(0x156)]]||_0xfe6670[TestFrameworkConstants['KEY_TEST_LOCATION']],_0x378727=_0xfe6670[TestFrameworkConstants[_0x571812(0x205)]]||_0xfe6670[TestFrameworkConstants['KEY_TEST_SCOPES']]&&_0xfe6670[TestFrameworkConstants[_0x571812(0x213)]][0x0]||'';logger[_0x571812(0x182)](_0x571812(0x262)+_0x284bb9+_0x571812(0x19d)+_0x378727);const _0x500107=_0x2b8991['getAllPendingHookTestIds']();for(const _0x4c1c82 of _0x500107){if(_0x1ac1e2[_0x571812(0x14c)](_0x4c1c82,_0x113782))continue;if(_0x2b8991[_0x571812(0x1d1)](_0x4c1c82)){const _0x3694a5=_0x2b8991[_0x571812(0x13a)](_0x4c1c82);for(const _0x5b9b54 of _0x3694a5){if(_0x1ac1e2[_0x571812(0x14c)](_0x5b9b54['testFrameworkState'],TestFrameworkState['BEFORE_ALL'])&&_0x5b9b54['hookMetadata']){const _0x30530e=_0x5b9b54[_0x571812(0x1d8)]['filePath'],_0x4e0a64=_0x5b9b54[_0x571812(0x1d8)][_0x571812(0x27e)];if(_0x1ac1e2[_0x571812(0x14c)](_0x30530e,_0x284bb9)&&_0x1ac1e2['TnjQn'](_0x4e0a64,_0x378727)){logger[_0x571812(0x182)](_0x571812(0x1d9)+_0x4c1c82+_0x571812(0x255)+_0x113782+_0x571812(0x290)+_0x30530e+_0x571812(0x19d)+_0x4e0a64);_0x5b9b54[_0x571812(0x28b)]&&_0x5b9b54[_0x571812(0x28b)][_0x571812(0x209)]&&(_0x5b9b54[_0x571812(0x28b)][_0x571812(0x209)][_0x571812(0x1dc)]=_0x113782,logger[_0x571812(0x182)](_0x571812(0x19e)+_0x4c1c82+_0x571812(0x240)+_0x113782));try{const _0x5a3fb5=await this[_0x571812(0x1a5)](_0x2b8991,_0x5b9b54[_0x571812(0x249)],_0x5b9b54[_0x571812(0x26a)],_0x5b9b54[_0x571812(0x28b)]);_0x5a3fb5&&_0x1ac1e2['DMJNc'](Object['keys'](_0x5a3fb5)['length'],0x0)&&_0x2b8991[_0x571812(0x164)](_0x5a3fb5);await this[_0x571812(0x1d7)](_0x2b8991,_0x5b9b54['testFrameworkState'],_0x5b9b54[_0x571812(0x26a)],_0x5b9b54[_0x571812(0x28b)]);const _0x4a8559=_0x2b8991[_0x571812(0x13a)](_0x4c1c82)[_0x571812(0x15b)](_0x32dfce=>_0x32dfce!==_0x5b9b54);if(_0x1ac1e2['TnjQn'](_0x4a8559['length'],0x0))_0x2b8991[_0x571812(0x1b8)](_0x4c1c82);else{_0x2b8991[_0x571812(0x1b8)](_0x4c1c82);for(const _0x3a20ec of _0x4a8559){_0x2b8991[_0x571812(0x24c)](_0x4c1c82,_0x3a20ec);}}logger[_0x571812(0x182)](_0x1ac1e2[_0x571812(0x193)]);}catch(_0x2aa003){logger['error'](_0x571812(0x28a)+_0x113782+',\x20error:\x20'+_0x2aa003);}}}}}}}}[a79_0x1e61e9(0x2bb)](_0x15e3f3){const _0x4a4420=a79_0x1e61e9,_0x464b0f={'FHRuZ':function(_0x50e3bc){return _0x50e3bc();}};if(!_0x15e3f3||!_0x15e3f3['parent'])return;_0x15e3f3['parent'][_0x4a4420(0x1ee)]&&Array[_0x4a4420(0x191)](_0x15e3f3[_0x4a4420(0x1d0)][_0x4a4420(0x1ee)])&&_0x15e3f3[_0x4a4420(0x1d0)][_0x4a4420(0x1ee)][_0x4a4420(0x1a8)](_0xf4172=>{const _0x54e67c=_0x4a4420;!_0xf4172['hookAnalyticsId']&&!_0xf4172[_0x54e67c(0x181)]&&(_0xf4172[_0x54e67c(0x1ca)]=_0x464b0f['FHRuZ'](uuidv4),_0xf4172[_0x54e67c(0x181)]=_0xf4172[_0x54e67c(0x1ca)],logger['debug'](_0x54e67c(0x21e)+_0xf4172[_0x54e67c(0x19c)]+_0x54e67c(0x1bb)+_0xf4172['hookAnalyticsId']));}),this[_0x4a4420(0x2bb)](_0x15e3f3[_0x4a4420(0x1d0)]);}[a79_0x1e61e9(0x228)](_0x57e83e){const _0x58be05=a79_0x1e61e9,_0x189c67={'HqRuC':function(_0x344a16,_0x586e21){return _0x344a16(_0x586e21);}};if(!_0x57e83e||!_0x57e83e[_0x58be05(0x1d0)])return[];const _0x553104=[];return _0x57e83e[_0x58be05(0x1d0)][_0x58be05(0x1ee)]&&Array[_0x58be05(0x191)](_0x57e83e['parent'][_0x58be05(0x1ee)])&&_0x57e83e[_0x58be05(0x1d0)][_0x58be05(0x1ee)]['forEach'](_0x1497a8=>{const _0x35b38d=_0x58be05,_0x54f4a5=_0x1497a8[_0x35b38d(0x1ca)]||_0x1497a8[_0x35b38d(0x181)];_0x54f4a5&&!this[_0x35b38d(0x1e1)](_0x1497a8)&&!_0x189c67[_0x35b38d(0x21b)](isInternalHook,_0x1497a8['fn'])&&_0x553104[_0x35b38d(0x14f)](_0x54f4a5);}),[..._0x553104,...this[_0x58be05(0x228)](_0x57e83e[_0x58be05(0x1d0)])];}['buildHookMapFromTest'](_0x5029ee){const _0x4cc931=a79_0x1e61e9,_0x5ddb5c={'duWFy':function(_0x438e29,_0x5155ba){return _0x438e29(_0x5155ba);},'ZYWEA':_0x4cc931(0x1b9),'jRTYs':function(_0x5ee70f,_0x50ebd3){return _0x5ee70f(_0x50ebd3);}},_0x275fd6=new Map(),_0x411571=_0xb1f008=>{const _0x5cd136=_0x4cc931,_0x3ef217={'CQylt':function(_0xf6759a,_0x1fb0a4){const _0x220e87=a79_0x39c5;return _0x5ddb5c[_0x220e87(0x232)](_0xf6759a,_0x1fb0a4);},'jBUdH':_0x5ddb5c[_0x5cd136(0x2b9)]};if(!_0xb1f008||!_0xb1f008[_0x5cd136(0x1d0)])return;_0xb1f008[_0x5cd136(0x1d0)][_0x5cd136(0x1ee)]&&Array[_0x5cd136(0x191)](_0xb1f008[_0x5cd136(0x1d0)][_0x5cd136(0x1ee)])&&_0xb1f008[_0x5cd136(0x1d0)][_0x5cd136(0x1ee)]['forEach'](_0x1e7071=>{const _0x34a076=_0x5cd136,_0xa2c0c=_0x1e7071[_0x34a076(0x1ca)]||_0x1e7071['hookUUID'];if(_0xa2c0c&&!this['isJestInternalHook'](_0x1e7071)&&!_0x3ef217['CQylt'](isInternalHook,_0x1e7071['fn'])){const _0x58edec={};_0x58edec[_0x34a076(0x19c)]=_0x1e7071['type']||_0x3ef217['jBUdH'],_0x58edec[_0x34a076(0x244)]=_0x1e7071['name']||'\x22'+_0x1e7071[_0x34a076(0x19c)]+_0x34a076(0x2ab),_0x275fd6[_0x34a076(0x194)](_0xa2c0c,_0x58edec);}}),_0x5ddb5c[_0x5cd136(0x176)](_0x411571,_0xb1f008[_0x5cd136(0x1d0)]);};return _0x5ddb5c[_0x4cc931(0x176)](_0x411571,_0x5029ee),_0x275fd6;}[a79_0x1e61e9(0x1e1)](_0x6b075b){const _0x1b9792=a79_0x1e61e9,_0x52985c={};_0x52985c[_0x1b9792(0x201)]='jest-circus',_0x52985c[_0x1b9792(0x1aa)]=_0x1b9792(0x139);const _0x30ce9a=_0x52985c;try{const _0x13d84d=this[_0x1b9792(0x22f)](_0x6b075b);if(!_0x13d84d||_0x13d84d[_0x1b9792(0x140)](_0x30ce9a[_0x1b9792(0x201)]))return!![];return![];}catch(_0x58d4b4){logger[_0x1b9792(0x182)](_0x30ce9a[_0x1b9792(0x1aa)]);}return![];}['getRootParentFile'](_0x337314){const _0x2b59da=a79_0x1e61e9,_0x30b902={'gOMDG':function(_0x166817,_0x59165f){return _0x166817(_0x59165f);}};if(_0x337314['asyncError'])try{const _0x5341d0=stackTrace[_0x2b59da(0x1f8)](_0x337314[_0x2b59da(0x1ae)]),_0x71ea79=_0x30b902[_0x2b59da(0x22a)](pickUserFrameFile,_0x5341d0);if(_0x71ea79)return _0x71ea79;logger[_0x2b59da(0x182)]('[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length='+_0x5341d0[_0x2b59da(0x215)]+')');}catch(_0x242c77){logger[_0x2b59da(0x182)](_0x2b59da(0x1bc)+util[_0x2b59da(0x141)](_0x242c77));}if(_0x337314['file'])return _0x337314['file'];return null;}}module[a79_0x1e61e9(0x1e6)]=JestTestFramework;
1
+ const a79_0x124749=a79_0x25d6;(function(_0xc574e9,_0x3d3e2a){const _0x52f281=a79_0x25d6,_0x3bbf8c=_0xc574e9();while(!![]){try{const _0x2c2715=-parseInt(_0x52f281(0x1d8))/0x1*(parseInt(_0x52f281(0x156))/0x2)+-parseInt(_0x52f281(0x263))/0x3*(-parseInt(_0x52f281(0x26e))/0x4)+-parseInt(_0x52f281(0x131))/0x5*(-parseInt(_0x52f281(0x1c1))/0x6)+parseInt(_0x52f281(0x1d6))/0x7+-parseInt(_0x52f281(0x22c))/0x8+parseInt(_0x52f281(0x29a))/0x9+-parseInt(_0x52f281(0x17d))/0xa*(-parseInt(_0x52f281(0x184))/0xb);if(_0x2c2715===_0x3d3e2a)break;else _0x3bbf8c['push'](_0x3bbf8c['shift']());}catch(_0x4b3a5e){_0x3bbf8c['push'](_0x3bbf8c['shift']());}}}(a79_0x4f61,0xf0e94));function a79_0x4f61(){const _0x77e10b=['join','gKxTD',',\x20hookState=','find','pjExn','BXvIo','scopes',',\x20testId=','VLhvk','inspect','KEY_TEST_SCOPES','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','file','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','KEY_TEST_FILE_PATH','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20',',\x20screenshotLogs:\x20','./constants/testFrameworkConstants.js','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','uqNbt','trackJestInstance','qJWSA','LiEvn','4fwvxQb','uoznr','replace','hook_id',',\x20testFramework=','QyfeH','removeActiveHook','JrMZz','failed','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=',',\x20totalBatches:\x20','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20',',\x20hooksListLength=','pop','\x20attachments','finished_at','pid','RKBjq','trackHookEvent','getProcessId','oQdat','getAllPendingHookTestIds','failure_reason','KEY_TEST_FAILURE_REASON','uuid','maxArrayLength','getRef','KEY_TEST_FAILURE','TWmkW','\x22\x20hook','nFItl','../instances/testFrameworkInstance.js','KEY_EVENT_ENDED_AT','missing','testFrameworkName','testId','qAJVj','workerInfo','68930kYiISM','DqBLS','warn','KEY_HOOKS_FINISHED','errorsDetailed','getContext','WhmDK','3212kpMeCN','KEY_HOOK_LAST_STARTED','scope','push','getHooksForTest','KEY_TEST_RESULT_AT',',\x20scope:\x20','rrWzW','\x20files',',\x20storing\x20as\x20pending\x20hook','./testFramework','toString','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','hookMetadata','getJestTestFilePath','OsXxQ','zWwSn','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','afterAll',',\x20scopes=',',\x20state=',',\x20result=','../instances/trackedInstance.js','getJestFailureData','dInqN','matchHookRegex','findIndex','KEY_CUSTOM_TAGS','CNZOI','slice','ovqPk','getJestTestIdentifier',',\x20version=','KEY_HOOK_NAME','\x20(testIdentifier),\x20tags=','XByAv','../../../helpers/test-observability/utils','error','hookUUID','storePendingHook','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','toISOString','testFrameworkState','../state/hookState.js','getJestFailureReason','getId','xoVLD','testFrameworkVersion','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','get','hookData','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','stack-trace','Processing\x20','toUpperCase','JiwjR','KEY_HOOK_LOGS','ROOT_DESCRIBE_BLOCK','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=',',\x20failureType=','414RFYuqj','asyncError','Lcjho','Unknown\x20Test','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','NIkzi','zXPfz','getJestTestName','KEY_TEST_RETRY_OF','exports','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=',',\x20contextId=','NhlPG','yuvNy','jGpaq','getCurrentTestState','QVRpO','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','debug','type','3647805kjMGjt','KEY_HOOK_LAST_FINISHED','580955jBxhhV','KEY_HOOK_ID','xAJkT','hookAnalyticsId',',\x20hookUUID=','\x20(testIdentifier),\x20result=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','../../../helpers/classLogger.js','args','ALL','SuoGE','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','parallelIndex','reverse','filter','KEY_TEST_STARTED_AT','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','getTestFrameworks','IVwXl','tCrcC','BIjof','has','KEY_TEST_LOGS','duration',',\x20response=','KEY_TEST_TAGS','KEY_TEST_META','IjgYo','KEY_HOOK_FAILURE_REASON','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','name',',\x20filePath=','DHGFR','hasPendingHooks','mapTestHooks','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','XzbwQ','XOSwP','WXqrD','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','from','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20',',\x20testData=','format',',\x20argsKeys=','parseJestTest','TEST','eHHji','BEFORE_ALL',',\x20hookId=','NONE','\x20-\x20testId:\x20','split','retryOf','KEY_HOOK_RESULT','hooks','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','\x20pending\x20hooks\x20for\x20testId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','keys','QoiKS','FqZBR','_ALL','test','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=',',\x20hookType=','oTFoV','skip','sendLogCreatedEvent','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','gqDRY','getAllData','jPYzv',',\x20payload:\x20','apply','removePendingHooks','executionContext','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','ahoTq','DAHNr',',\x20consoleLogs:\x20','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','9481808XIjSpt','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','\x22\x20from\x20testData','isArray','AssertionError','KEY_TEST_FRAMEWORK_VERSION','platformIndex','FvwqB','stringify','browserstackPlatformIndex','getActiveHook','code','sAAXT','jest-circus','gIsor','started_at','hookType','gtnZq','instance','getJestFailureType','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','body',',\x20exception=','WbHCx','oRlur','bTYOI','KEY_HOOK_FAILURE_TYPE','KEY_TEST_RERUN_NAME','SWAja','rRzck','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','Error\x20in\x20createTestFrameworkEventPayload:\x20',',\x20currentTestId:\x20','map','getInstance','getPendingHooks','getRootParentFile','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','PRE','KEY_TEST_CODE','dsRsX','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','addPendingHook','KEY_HOOKS_STARTED','KEY_TEST_FRAMEWORK_NAME','getCurrentHookState','forEach','HTIBU','eventJson','Ukfyh','KEY_LOGS','bOGEv','parse','zXLYl','726498KKmBGv','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','../TestInfo.js',',\x20target=','fbAHZ','none','KEY_EVENT_STARTED_AT','hookState','pFMrD',',\x20hook=','8pCWhwc','createContext','depth','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','KEY_TEST_DURATION','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','DEFAULT_HOOK_RESULT','filePath','getTrackedInstance','qECBN','length','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','KEY_TEST_UUID','testUUID','originalTest','status','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','splice','includes','jRwgo','test_identifier','KEY_TEST_ENDED_AT','beforeAll','unknown','dIThl','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','mxAOA','\x20&\x20hookState=','resolveInstance','testData','processPendingHooks','getJestTestTags','getCurrentInstanceName','PWaew','addMultipleEntries','KEY_TEST_FAILURE_TYPE','bBIhT','getJestTestScopes','getTestFrameworksVersions','parseJestTestResult','hook_result','../../../helpers/helper.js','KEY_TEST_LOCATION','179739pcIlTw','AInGp','WojLS','getThreadId','file_name',',\x20hookState:\x20','npCqJ','title','POST','GqZRr','trackJestInstance:\x20created\x20instance\x20for\x20target=','EvwsX','DEFAULT_TEST_RESULT','FbqOj','event_ended_at','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','trackJestInstance:\x20instance\x20already\x20exists','luotJ','passed','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','concat','logCreatedEvent','skipped','KEY_HOOK_FAILURE','Unknown\x20error','trackEvent','KEY_TEST_SCOPE','imTsO','TEST_SCREENSHOT','\x20for\x20testId:\x20','buildHookMapFromTest','21430UGauTX','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20',',\x20totalLogs:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','runHooks',',\x20filePath:\x20','KEY_TEST_ATTACHMENTS','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','parent','tags','isJestInternalHook','activeHooks','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20'];a79_0x4f61=function(){return _0x77e10b;};return a79_0x4f61();}function a79_0x25d6(_0xb02de0,_0x5b4511){const _0x4f6105=a79_0x4f61();return a79_0x25d6=function(_0x25d65f,_0x46d3ab){_0x25d65f=_0x25d65f-0x119;let _0x4cb5c4=_0x4f6105[_0x25d65f];return _0x4cb5c4;},a79_0x25d6(_0xb02de0,_0x5b4511);}const TestFramework=require(a79_0x124749(0x18e)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a79_0x124749(0x1af)),{createClassLogger}=require(a79_0x124749(0x1df)),TestFrameworkInstance=require(a79_0x124749(0x176)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a79_0x124749(0x19a)),TestFrameworkConstants=require(a79_0x124749(0x150)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a79_0x124749(0x298)),{isInternalHook}=require(a79_0x124749(0x1a8)),logger=createClassLogger('JestTestFramework'),{v4:uuidv4}=require(a79_0x124749(0x16f)),util=require('util'),TestInfo=require(a79_0x124749(0x266)),GrpcClient=require('../grpcClient'),stackTrace=require(a79_0x124749(0x1b9)),{pickUserFrameFile}=require('../../../helpers/stackFrameUtils');class JestTestFramework extends TestFramework{constructor(_0x17cd59,_0x1f251a,_0x34a444){const _0x56c303=a79_0x124749;super(_0x17cd59,_0x1f251a,_0x34a444),this[_0x56c303(0x13d)]=new Map();}['setActiveHook'](_0x4bbd88,_0x3674dd,_0x4d1bf4){const _0x1cf974=a79_0x124749,_0x3c4982={};_0x3c4982[_0x1cf974(0x282)]=function(_0x16e50e,_0x26b288){return _0x16e50e||_0x26b288;};const _0x360f18=_0x3c4982;if(_0x360f18[_0x1cf974(0x282)](!_0x4bbd88,!_0x3674dd)){logger[_0x1cf974(0x17f)](_0x1cf974(0x227)+_0x4bbd88+',\x20hookUUID='+_0x3674dd);return;}!this[_0x1cf974(0x13d)][_0x1cf974(0x1ed)](_0x4bbd88)&&this[_0x1cf974(0x13d)]['set'](_0x4bbd88,[]);const _0x48b7ea={'hookUUID':_0x3674dd,'hookType':_0x4d1bf4,'startedAt':new Date()[_0x1cf974(0x1ad)]()};this[_0x1cf974(0x13d)][_0x1cf974(0x1b6)](_0x4bbd88)[_0x1cf974(0x187)](_0x48b7ea),logger[_0x1cf974(0x1d4)](_0x1cf974(0x1bf)+_0x4bbd88+',\x20hookUUID='+_0x3674dd+_0x1cf974(0x21a)+_0x4d1bf4+',\x20totalHooks='+this[_0x1cf974(0x13d)]['get'](_0x4bbd88)['length']);}[a79_0x124749(0x15c)](_0xf2ce,_0x3e6210){const _0x33063a=a79_0x124749,_0x272f27={};_0x272f27[_0x33063a(0x1d2)]=function(_0x1f5aa0,_0x3eeff8){return _0x1f5aa0||_0x3eeff8;},_0x272f27['uoAlX']=function(_0x2c0fef,_0x10414b){return _0x2c0fef!==_0x10414b;},_0x272f27[_0x33063a(0x1fd)]=function(_0x3fbc1e,_0x1b2fbe){return _0x3fbc1e===_0x1b2fbe;};const _0x5f3789=_0x272f27;if(_0x5f3789[_0x33063a(0x1d2)](!_0xf2ce,!_0x3e6210)){logger[_0x33063a(0x17f)](_0x33063a(0x1d3)+_0xf2ce+_0x33063a(0x1dc)+_0x3e6210);return;}if(this['activeHooks'][_0x33063a(0x1ed)](_0xf2ce)){const _0x1ded29=this[_0x33063a(0x13d)][_0x33063a(0x1b6)](_0xf2ce),_0x41e7ef=_0x1ded29[_0x33063a(0x19e)](_0x234941=>_0x234941[_0x33063a(0x1aa)]===_0x3e6210);_0x5f3789['uoAlX'](_0x41e7ef,-0x1)?(_0x1ded29[_0x33063a(0x280)](_0x41e7ef,0x1),logger[_0x33063a(0x1d4)](_0x33063a(0x120)+_0xf2ce+_0x33063a(0x1dc)+_0x3e6210+',\x20remainingHooks='+_0x1ded29['length']),_0x5f3789[_0x33063a(0x1fd)](_0x1ded29[_0x33063a(0x279)],0x0)&&this[_0x33063a(0x13d)]['delete'](_0xf2ce)):logger[_0x33063a(0x1d4)](_0x33063a(0x1cc)+_0xf2ce+_0x33063a(0x1dc)+_0x3e6210);}}[a79_0x124749(0x237)](_0x2bd990){const _0x41410f=a79_0x124749,_0x585dc1={};_0x585dc1[_0x41410f(0x1a7)]=function(_0x569f24,_0x412b51){return _0x569f24>_0x412b51;},_0x585dc1[_0x41410f(0x1ff)]=function(_0x5e6814,_0x1c22cd){return _0x5e6814-_0x1c22cd;};const _0x2ac28b=_0x585dc1;if(!_0x2bd990)return null;if(this['activeHooks']['has'](_0x2bd990)){const _0x4ae51b=this[_0x41410f(0x13d)][_0x41410f(0x1b6)](_0x2bd990);if(_0x2ac28b[_0x41410f(0x1a7)](_0x4ae51b[_0x41410f(0x279)],0x0)){const _0x53b08b=_0x4ae51b[_0x2ac28b[_0x41410f(0x1ff)](_0x4ae51b[_0x41410f(0x279)],0x1)];return logger['debug'](_0x41410f(0x271)+_0x2bd990+_0x41410f(0x1dc)+_0x53b08b[_0x41410f(0x1aa)]+',\x20hookType='+_0x53b08b['hookType']),_0x53b08b;}}return null;}async[a79_0x124749(0x12b)](_0x2d1c4d,_0x51518e,_0x44e08a={}){const _0x171b1=a79_0x124749,_0x59a3ff={};_0x59a3ff[_0x171b1(0x1bc)]=_0x171b1(0x22d),_0x59a3ff[_0x171b1(0x140)]=function(_0x214bc8,_0x3d4e54){return _0x214bc8===_0x3d4e54;},_0x59a3ff['eHHji']=function(_0x827149,_0x48c84f){return _0x827149===_0x48c84f;},_0x59a3ff[_0x171b1(0x1b2)]=function(_0x11c8a9,_0x60673f){return _0x11c8a9||_0x60673f;},_0x59a3ff['zXPfz']=_0x171b1(0x151),_0x59a3ff[_0x171b1(0x1ce)]=function(_0x1e3887,_0x105d65){return _0x1e3887===_0x105d65;};const _0xe3e529=_0x59a3ff;logger[_0x171b1(0x1d4)](_0x171b1(0x1c5)+_0x2d1c4d+_0x171b1(0x141)+_0x51518e+_0x171b1(0x205)+Object[_0x171b1(0x214)](_0x44e08a)[_0x171b1(0x13f)](',')),await super[_0x171b1(0x12b)](_0x2d1c4d,_0x51518e,_0x44e08a);const _0xf9bece=this[_0x171b1(0x28b)](_0x2d1c4d,_0x51518e,_0x44e08a);if(!_0xf9bece){logger[_0x171b1(0x1d4)](_0xe3e529[_0x171b1(0x1bc)]);return;}try{let _0x2425db,_0x6a2702,_0x456403;switch(_0x2d1c4d){case TestFrameworkState['TEST']:_0x2425db=_0x44e08a[_0x171b1(0x218)];const _0x580078={};_0x580078[_0x171b1(0x270)]=0x2,_0x580078[_0x171b1(0x170)]=0x3,logger[_0x171b1(0x1d4)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState='+_0x51518e+_0x171b1(0x203)+util['inspect'](_0x2425db,_0x580078)),_0x456403=this[_0x171b1(0x1a3)](_0x2425db),_0x6a2702=null,logger['debug'](_0x171b1(0x256)+_0x456403+'\x20(testIdentifier)');if(_0xe3e529[_0x171b1(0x140)](_0x51518e,HookState['PRE'])){logger[_0x171b1(0x1d4)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20'+_0x456403);const _0xea91d7={};_0xea91d7[_0x171b1(0x27c)]=_0x6a2702,_0xea91d7[_0x171b1(0x28c)]=_0x2425db,_0xea91d7[_0x171b1(0x17a)]=_0x456403;const _0x3dd598=this[_0x171b1(0x206)](_0xea91d7),_0x45abcb={};_0x45abcb[_0x171b1(0x270)]=0x2,_0x45abcb['maxArrayLength']=0x3,logger[_0x171b1(0x1d4)](_0x171b1(0x13e)+util[_0x171b1(0x148)](_0x3dd598,_0x45abcb)),_0xf9bece[_0x171b1(0x291)](_0x3dd598),logger[_0x171b1(0x1d4)](_0x171b1(0x15f)+_0x456403),await this[_0x171b1(0x28d)](_0xf9bece,_0x456403);}else{if(_0xe3e529[_0x171b1(0x208)](_0x51518e,HookState[_0x171b1(0x119)])){logger[_0x171b1(0x1d4)](_0x171b1(0x27a)+_0x456403);const _0x5e4210=_0xf9bece[_0x171b1(0x220)]()[_0x171b1(0x1b6)](_0x456403);logger[_0x171b1(0x1d4)](_0x171b1(0x1de)+util[_0x171b1(0x148)](Object[_0x171b1(0x214)](_0xe3e529[_0x171b1(0x1b2)](_0x5e4210,{}))));_0x5e4210&&_0x5e4210[TestFrameworkConstants[_0x171b1(0x137)]]?logger[_0x171b1(0x1d4)](_0x171b1(0x1f5)+Object[_0x171b1(0x214)](_0x5e4210[TestFrameworkConstants[_0x171b1(0x137)]])[_0x171b1(0x279)]+_0x171b1(0x18c)):logger['debug'](_0xe3e529[_0x171b1(0x1c8)]);const _0x36240a=_0x44e08a['originalTest']||null,_0x4513ef={};_0x4513ef[_0x171b1(0x27c)]=_0x6a2702,_0x4513ef[_0x171b1(0x28c)]=_0x2425db,_0x4513ef[_0x171b1(0x17a)]=_0x456403,_0x4513ef[_0x171b1(0x27d)]=_0x36240a;const _0x218d8d=this[_0x171b1(0x296)](_0x4513ef),_0x38c7d1={};_0x38c7d1[_0x171b1(0x270)]=0x2,_0x38c7d1[_0x171b1(0x170)]=0x3,logger[_0x171b1(0x1d4)](_0x171b1(0x288)+util[_0x171b1(0x148)](_0x218d8d,_0x38c7d1)),_0xf9bece['addMultipleEntries'](_0x218d8d),logger[_0x171b1(0x1d4)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20'+_0x456403),await this['processPendingHooks'](_0xf9bece,_0x456403);}}break;case TestFrameworkState['LOG_REPORT']:if(_0xe3e529[_0x171b1(0x1ce)](_0x51518e,HookState[_0x171b1(0x119)])){const _0x1b1c8d={};_0x1b1c8d[_0x171b1(0x270)]=0x2,logger[_0x171b1(0x1d4)](_0x171b1(0x265)+util['inspect'](_0x44e08a,_0x1b1c8d)),await this[_0x171b1(0x21d)](_0xf9bece,_0x2d1c4d,_0x44e08a);}break;default:if(CLIUtils[_0x171b1(0x19d)](_0x2d1c4d['toString']()['split']('.')[0x1])){const _0x1434dc={};_0x1434dc[_0x171b1(0x270)]=0x2,_0x1434dc['maxArrayLength']=0x3,logger[_0x171b1(0x1d4)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState='+_0x2d1c4d+_0x171b1(0x141)+_0x51518e+',\x20hookData='+util['inspect'](_0x44e08a[_0x171b1(0x1b7)],_0x1434dc));const _0x4338b1=await this['trackHookEvent'](_0xf9bece,_0x2d1c4d,_0x51518e,_0x44e08a),_0x3f9e96={};_0x3f9e96[_0x171b1(0x270)]=0x2,_0x3f9e96[_0x171b1(0x170)]=0x3,logger[_0x171b1(0x1d4)](_0x171b1(0x27f)+util[_0x171b1(0x148)](_0x4338b1,_0x3f9e96)),_0xf9bece[_0x171b1(0x291)](_0x4338b1);}else logger[_0x171b1(0x1d4)]('[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState='+_0x2d1c4d+_0x171b1(0x28a)+_0x51518e);break;}logger[_0x171b1(0x1d4)](_0x171b1(0x14a)+_0x2d1c4d+_0x171b1(0x141)+_0x51518e);}catch(_0x39f461){logger[_0x171b1(0x1a9)]('[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState='+_0x2d1c4d+',\x20hookState='+_0x51518e+_0x171b1(0x243)+util['format'](_0x39f461));}_0x44e08a['instance']=_0xf9bece,await this[_0x171b1(0x135)](_0xf9bece,_0x2d1c4d,_0x51518e,_0x44e08a);}['getJestTestIdentifier'](_0x2841b7){const _0x4f9a29=a79_0x124749,_0x98a073={};_0x98a073['gLMox']='[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback';const _0xad79ee=_0x98a073;if(_0x2841b7&&(_0x2841b7['id']||_0x2841b7['uuid'])){const _0x469c7d=_0x2841b7['id']||_0x2841b7[_0x4f9a29(0x16f)];return logger[_0x4f9a29(0x1d4)](_0x4f9a29(0x22e)+_0x469c7d+_0x4f9a29(0x22f)),_0x469c7d;}return logger[_0x4f9a29(0x1d4)](_0xad79ee['gLMox']),process[_0x4f9a29(0x167)]+':testAnalyticsId';}['resolveInstance'](_0x1083da,_0x104c8d,_0x120f65={}){const _0x10b4dc=a79_0x124749;let _0x3727f8=null;return _0x3727f8=TestFramework['getTrackedInstance'](),!_0x3727f8?(logger[_0x10b4dc(0x1d4)]('[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state='+_0x1083da),this[_0x10b4dc(0x153)](_0x1083da,_0x120f65),_0x3727f8=TestFramework[_0x10b4dc(0x277)](),logger[_0x10b4dc(0x1d4)](_0x10b4dc(0x1fc)+!!_0x3727f8+_0x10b4dc(0x1cd)+_0x3727f8?.[_0x10b4dc(0x182)]()?.[_0x10b4dc(0x1b1)]())):logger[_0x10b4dc(0x1d4)](_0x10b4dc(0x211)+_0x3727f8[_0x10b4dc(0x182)]()?.[_0x10b4dc(0x1b1)]()),_0x3727f8;}[a79_0x124749(0x153)](_0x354938,_0x4c8013){const _0x45b6f5=a79_0x124749,_0x32cc7f={};_0x32cc7f['sAAXT']=_0x45b6f5(0x121);const _0x533ed7=_0x32cc7f;if(TestFramework[_0x45b6f5(0x277)]()){logger[_0x45b6f5(0x1d4)](_0x533ed7[_0x45b6f5(0x239)]);return;}const _0x3d4d0c=CLIUtils[_0x45b6f5(0x28f)](),_0x35ce7f=TrackedInstance[_0x45b6f5(0x26f)](_0x3d4d0c);let _0xe85cd5=null;logger[_0x45b6f5(0x1d4)](_0x45b6f5(0x11b)+_0x3d4d0c+_0x45b6f5(0x198)+_0x354938),_0xe85cd5=new TestFrameworkInstance(_0x35ce7f,this[_0x45b6f5(0x1e9)](),this[_0x45b6f5(0x295)](),_0x354938,HookState[_0x45b6f5(0x20b)]),TestFramework['setTrackedInstance'](_0x35ce7f,_0xe85cd5),logger[_0x45b6f5(0x1d4)]('[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId='+_0x35ce7f[_0x45b6f5(0x1b1)]()+_0x45b6f5(0x267)+_0x3d4d0c+_0x45b6f5(0x15a)+this[_0x45b6f5(0x1e9)]()[0x0]+_0x45b6f5(0x1a4)+this[_0x45b6f5(0x295)]()[this[_0x45b6f5(0x1e9)]()[0x0]]);}['parseJestTest'](_0x497d9e){const _0x2ef602=a79_0x124749,_0x47a5f5={};_0x47a5f5[_0x2ef602(0x1c7)]=function(_0x23d194,_0x33f889){return _0x23d194||_0x33f889;},_0x47a5f5[_0x2ef602(0x168)]=_0x2ef602(0x124);const _0x36e2cc=_0x47a5f5,{testUUID:_0x2395f7,testData:_0x5c2391,testId:_0x75fa0f}=_0x497d9e;if(_0x36e2cc['NIkzi'](!_0x5c2391,!_0x75fa0f))return logger[_0x2ef602(0x1d4)](_0x36e2cc[_0x2ef602(0x168)]),{};const _0x352327=this[_0x2ef602(0x1e9)]()[0x0],_0x383cf9=this[_0x2ef602(0x295)](),_0x391afd={};_0x391afd[_0x2ef602(0x270)]=0x2,_0x391afd[_0x2ef602(0x170)]=0x3,logger[_0x2ef602(0x1d4)](_0x2ef602(0x264)+util[_0x2ef602(0x148)](_0x5c2391,_0x391afd));const _0x1cbe29=_0x5c2391?.[_0x2ef602(0x145)]||[],_0x262730=this[_0x2ef602(0x1c9)](_0x5c2391),_0x69af90=this[_0x2ef602(0x192)](_0x5c2391),_0x2c8894=_0x5c2391['fn']?_0x5c2391['fn'][_0x2ef602(0x18f)]():_0x5c2391?.[_0x2ef602(0x242)]?_0x5c2391[_0x2ef602(0x242)][_0x2ef602(0x238)][_0x2ef602(0x18f)]():null,_0x3f4a8d=this[_0x2ef602(0x28e)](_0x5c2391),_0x17b4e5={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x352327,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x383cf9[_0x352327],[TestFrameworkConstants[_0x2ef602(0x1ee)]]:[],[TestFrameworkConstants[_0x2ef602(0x180)]]:{},[TestFrameworkConstants[_0x2ef602(0x258)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x2ef602(0x11d)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x262730,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x69af90,[TestFrameworkConstants['KEY_TEST_ID']]:_0x75fa0f,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x262730,[TestFrameworkConstants[_0x2ef602(0x299)]]:_0x69af90,[TestFrameworkConstants[_0x2ef602(0x254)]]:_0x2c8894,[TestFrameworkConstants[_0x2ef602(0x1f1)]]:_0x3f4a8d,[TestFrameworkConstants[_0x2ef602(0x1e7)]]:_0x5c2391[_0x2ef602(0x23c)]||new Date()[_0x2ef602(0x1ad)](),[TestFrameworkConstants[_0x2ef602(0x12c)]]:_0x1cbe29[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x1cbe29,[TestFrameworkConstants[_0x2ef602(0x248)]]:_0x262730,[TestFrameworkConstants[_0x2ef602(0x19f)]]:{},[TestFrameworkConstants[_0x2ef602(0x1f2)]]:{}};_0x5c2391['retryOf']&&(_0x17b4e5[TestFrameworkConstants[_0x2ef602(0x1ca)]]=_0x5c2391['retryOf']);logger['debug'](_0x2ef602(0x1b5)+_0x262730+_0x2ef602(0x146)+_0x75fa0f+_0x2ef602(0x1a6)+JSON[_0x2ef602(0x235)](_0x3f4a8d)+_0x2ef602(0x197)+util[_0x2ef602(0x148)](_0x1cbe29)+_0x2ef602(0x1f7)+_0x69af90);const _0x3acc51={};return _0x3acc51[_0x75fa0f]=_0x17b4e5,_0x3acc51;}[a79_0x124749(0x296)](_0x5c84ad){const _0x54cd8c=a79_0x124749,_0x19fa5e={'mxAOA':function(_0x2ee321,_0x128b63){return _0x2ee321===_0x128b63;},'Ukfyh':_0x54cd8c(0x196),'VLhvk':_0x54cd8c(0x285),'npCqJ':_0x54cd8c(0x1e1),'vDmuu':_0x54cd8c(0x217),'WhmDK':function(_0x271961,_0x4d5943){return _0x271961||_0x4d5943;},'yuvNy':'No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','OsXxQ':function(_0x3abeb3,_0x3eb1f0){return _0x3abeb3||_0x3eb1f0;},'qAJVj':_0x54cd8c(0x286),'xAJkT':function(_0x45b541,_0x3f1b41){return _0x45b541>_0x3f1b41;},'TWmkW':_0x54cd8c(0x15e),'tCrcC':_0x54cd8c(0x21c),'oQdat':_0x54cd8c(0x128),'pFMrD':_0x54cd8c(0x123),'ahoTq':function(_0x3db39a,_0x5e87d5){return _0x3db39a===_0x5e87d5;},'gIsor':function(_0xd5a2c2,_0x36d5f6){return _0xd5a2c2!==_0x36d5f6;},'zWwSn':function(_0x3d36c0,_0x1fcd92,_0x26d0cd,_0x57aac1){return _0x3d36c0(_0x1fcd92,_0x26d0cd,_0x57aac1);},'oTFoV':function(_0x155c16,_0x50b610){return _0x155c16>_0x50b610;},'qECBN':function(_0x47ac62,_0x1790ae){return _0x47ac62>_0x1790ae;},'fbAHZ':_0x54cd8c(0x21e),'XOSwP':function(_0x4550b2,_0x26470a){return _0x4550b2>_0x26470a;}},{testUUID:_0x1bd650,testData:_0xe1b6e3,testId:_0x1706c0}=_0x5c84ad;if(_0x19fa5e[_0x54cd8c(0x183)](!_0xe1b6e3,!_0x1706c0))return logger[_0x54cd8c(0x1d4)](_0x19fa5e[_0x54cd8c(0x1cf)]),{};const _0x5c2f99=this[_0x54cd8c(0x28b)](TestFrameworkState[_0x54cd8c(0x207)],HookState['POST']),_0x2c1a6a=_0x5c2f99['getAllData']()[_0x54cd8c(0x1b6)](_0x1706c0),_0x36e834=_0x19fa5e[_0x54cd8c(0x193)](_0x2c1a6a,{}),_0x5293d1=_0x36e834?_0x36e834[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{},_0x30ecef=_0x36e834[TestFrameworkConstants[_0x54cd8c(0x137)]];logger[_0x54cd8c(0x1d4)](_0x54cd8c(0x200)+(_0x30ecef?Object[_0x54cd8c(0x214)](_0x30ecef)[_0x54cd8c(0x279)]:0x0)+_0x54cd8c(0x165));let _0x54d59b=_0x19fa5e[_0x54cd8c(0x17b)];if(_0xe1b6e3['result'])_0x54d59b=_0xe1b6e3['result'];else{if(_0xe1b6e3[_0x54cd8c(0x181)]&&_0x19fa5e[_0x54cd8c(0x1da)](_0xe1b6e3[_0x54cd8c(0x181)][_0x54cd8c(0x279)],0x0))_0x54d59b=_0x19fa5e[_0x54cd8c(0x173)];else _0x19fa5e[_0x54cd8c(0x289)](_0xe1b6e3[_0x54cd8c(0x27e)],_0x19fa5e[_0x54cd8c(0x1eb)])||_0x19fa5e['mxAOA'](_0xe1b6e3['status'],_0x19fa5e[_0x54cd8c(0x16b)])?_0x54d59b=_0x19fa5e[_0x54cd8c(0x16b)]:_0x54d59b=_0x19fa5e[_0x54cd8c(0x26c)];}const _0x35bba5={..._0x36e834,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x54d59b,[TestFrameworkConstants[_0x54cd8c(0x284)]]:_0xe1b6e3['finished_at']||new Date()['toISOString'](),[TestFrameworkConstants[_0x54cd8c(0x189)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x54cd8c(0x19f)]]:_0x5293d1,[TestFrameworkConstants[_0x54cd8c(0x25f)]]:_0x36e834[TestFrameworkConstants[_0x54cd8c(0x25f)]]||[],[TestFrameworkConstants[_0x54cd8c(0x1f2)]]:{}};if(_0x19fa5e[_0x54cd8c(0x228)](_0x54d59b,_0x19fa5e[_0x54cd8c(0x173)])&&_0xe1b6e3[_0x54cd8c(0x181)]){const _0x32ef4c=this[_0x54cd8c(0x1b0)](_0xe1b6e3),_0x1fb25e=this[_0x54cd8c(0x240)](_0xe1b6e3),_0x368c89=this[_0x54cd8c(0x19b)](_0xe1b6e3);_0x35bba5[TestFrameworkConstants[_0x54cd8c(0x292)]]=_0x1fb25e,_0x35bba5[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x32ef4c,_0x35bba5[TestFrameworkConstants[_0x54cd8c(0x172)]]=_0x368c89;}_0x19fa5e[_0x54cd8c(0x23b)](_0xe1b6e3[_0x54cd8c(0x1ef)],undefined)&&(_0x35bba5[TestFrameworkConstants[_0x54cd8c(0x273)]]=_0xe1b6e3[_0x54cd8c(0x1ef)]);_0xe1b6e3[_0x54cd8c(0x20e)]&&(_0x35bba5[TestFrameworkConstants[_0x54cd8c(0x1ca)]]=_0xe1b6e3[_0x54cd8c(0x20e)]);const _0x36eeb5=_0x2c1a6a?_0x2c1a6a[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{}:{},_0x586aca=_0x2c1a6a?_0x2c1a6a[TestFrameworkConstants[_0x54cd8c(0x27b)]]:_0x1bd650,_0x403902=_0x19fa5e[_0x54cd8c(0x194)](getManualUploadLogs,_0x36eeb5,_0x586aca,_0x1706c0);if(_0x19fa5e[_0x54cd8c(0x21b)](_0x403902[_0x54cd8c(0x279)],0x0)){const _0x7255d7=_0x35bba5[TestFrameworkConstants['KEY_LOGS']]||[];_0x35bba5[TestFrameworkConstants[_0x54cd8c(0x25f)]]=[..._0x7255d7,..._0x403902];}const _0xc534d4=_0x36e834[TestFrameworkConstants[_0x54cd8c(0x180)]]||{},_0x5a37da=_0x36e834[TestFrameworkConstants[_0x54cd8c(0x258)]]||{},_0x47787f={..._0xc534d4},_0x1416a1=_0x47787f;Object[_0x54cd8c(0x214)](_0x5a37da)[_0x54cd8c(0x25b)](_0x6a05c9=>{const _0x2489bd=_0x54cd8c;!_0x1416a1[_0x6a05c9]&&(_0x1416a1[_0x6a05c9]=[]);const _0x476dd1=new Set((_0x1416a1[_0x6a05c9]||[])['map'](_0xb3d328=>_0xb3d328[TestFrameworkConstants['KEY_HOOK_ID']]||_0xb3d328[_0x2489bd(0x159)]));(_0x5a37da[_0x6a05c9]||[])[_0x2489bd(0x25b)](_0x5b8c08=>{const _0x339847=_0x2489bd,_0x2c19af=_0x5b8c08[TestFrameworkConstants[_0x339847(0x1d9)]]||_0x5b8c08[_0x339847(0x159)];if(!_0x476dd1[_0x339847(0x1ed)](_0x2c19af)){const _0x4a09a3={..._0x5b8c08},_0x42918f=_0x4a09a3;!_0x42918f[TestFrameworkConstants[_0x339847(0x177)]]&&!_0x42918f[_0x339847(0x11f)]&&(_0x42918f[TestFrameworkConstants[_0x339847(0x177)]]=new Date()[_0x339847(0x1ad)]()),!_0x42918f[TestFrameworkConstants['KEY_HOOK_RESULT']]&&!_0x42918f[_0x339847(0x297)]&&(_0x42918f[TestFrameworkConstants[_0x339847(0x20f)]]=TestFrameworkConstants[_0x339847(0x275)]),_0x1416a1[_0x6a05c9][_0x339847(0x187)](_0x42918f);}});});if(_0x5c84ad[_0x54cd8c(0x27d)]){this['mapTestHooks'](_0x5c84ad[_0x54cd8c(0x27d)]);const _0x267095=this[_0x54cd8c(0x130)](_0x5c84ad[_0x54cd8c(0x27d)]),_0x55f45a=this[_0x54cd8c(0x188)](_0x5c84ad[_0x54cd8c(0x27d)]);_0x55f45a[_0x54cd8c(0x25b)](_0x129b40=>{const _0x3e353c=_0x54cd8c,_0x1b500b=_0x267095[_0x3e353c(0x1b6)](_0x129b40);if(_0x1b500b&&(_0x19fa5e[_0x3e353c(0x289)](_0x1b500b[_0x3e353c(0x1d5)],_0x19fa5e[_0x3e353c(0x25e)])||_0x19fa5e[_0x3e353c(0x289)](_0x1b500b[_0x3e353c(0x1d5)],_0x19fa5e[_0x3e353c(0x147)]))){const _0x3421cc=_0x1b500b[_0x3e353c(0x1d5)][_0x3e353c(0x1bb)]()[_0x3e353c(0x158)](_0x19fa5e[_0x3e353c(0x2a0)],_0x19fa5e['vDmuu']),_0x34ea9f=_0x3421cc;!_0x1416a1[_0x34ea9f]&&(_0x1416a1[_0x34ea9f]=[]);const _0x3377ec=_0x1416a1[_0x34ea9f][_0x3e353c(0x142)](_0x401d45=>(_0x401d45[TestFrameworkConstants[_0x3e353c(0x1d9)]]||_0x401d45['hook_id'])===_0x129b40);!_0x3377ec&&_0x1416a1[_0x34ea9f][_0x3e353c(0x187)]({'key':_0x34ea9f,[TestFrameworkConstants[_0x3e353c(0x1d9)]]:_0x129b40,[TestFrameworkConstants[_0x3e353c(0x20f)]]:TestFrameworkConstants[_0x3e353c(0x275)],[TestFrameworkConstants[_0x3e353c(0x26a)]]:new Date()[_0x3e353c(0x1ad)](),[TestFrameworkConstants[_0x3e353c(0x177)]]:new Date()[_0x3e353c(0x1ad)](),[TestFrameworkConstants[_0x3e353c(0x1bd)]]:[],[TestFrameworkConstants[_0x3e353c(0x1a5)]]:_0x1b500b['name']||_0x1b500b[_0x3e353c(0x1d5)]+'\x20hook',[TestFrameworkConstants[_0x3e353c(0x19f)]]:_0x5293d1});}});}if(_0xe1b6e3[_0x54cd8c(0x210)]&&_0x19fa5e[_0x54cd8c(0x278)](_0xe1b6e3['hooks']['length'],0x0))_0x35bba5[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0xe1b6e3['hooks'],logger[_0x54cd8c(0x1d4)](_0x19fa5e[_0x54cd8c(0x268)]);else _0x19fa5e[_0x54cd8c(0x1fe)](Object[_0x54cd8c(0x214)](_0x1416a1)[_0x54cd8c(0x279)],0x0)&&(_0x35bba5[TestFrameworkConstants[_0x54cd8c(0x180)]]=_0x1416a1,logger[_0x54cd8c(0x1d4)](_0x54cd8c(0x1e3)+Object[_0x54cd8c(0x214)](_0x1416a1)[_0x54cd8c(0x13f)](',')));const _0xf521ce=this[_0x54cd8c(0x1c9)](_0xe1b6e3);logger['debug'](_0x54cd8c(0x24b)+_0xf521ce+_0x54cd8c(0x146)+_0x1706c0+_0x54cd8c(0x1dd)+_0x54d59b+',\x20duration='+_0xe1b6e3[_0x54cd8c(0x1ef)]);_0x19fa5e[_0x54cd8c(0x289)](_0x54d59b,_0x19fa5e[_0x54cd8c(0x173)])&&logger[_0x54cd8c(0x1d4)]('[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId='+_0x1706c0+_0x54cd8c(0x1c0)+_0x35bba5[TestFrameworkConstants[_0x54cd8c(0x292)]]+',\x20failureReason='+_0x35bba5[TestFrameworkConstants[_0x54cd8c(0x16e)]]?.['substring'](0x0,0xc8));const _0x14248c={};return _0x14248c[_0x1706c0]=_0x35bba5,_0x14248c;}[a79_0x124749(0x294)](_0x3783f4){const _0x3b78fc=a79_0x124749,_0x311ae8={};_0x311ae8[_0x3b78fc(0x175)]=function(_0x17946e,_0x511b15){return _0x17946e!==_0x511b15;},_0x311ae8[_0x3b78fc(0x1ea)]=function(_0x3fba60,_0x411f11){return _0x3fba60!==_0x411f11;},_0x311ae8[_0x3b78fc(0x11e)]=_0x3b78fc(0x1be);const _0x5c5e73=_0x311ae8,_0x5436e2={};_0x5436e2[_0x3b78fc(0x270)]=0x2,_0x5436e2[_0x3b78fc(0x170)]=0x3,logger[_0x3b78fc(0x1d4)]('[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20'+util['inspect'](_0x3783f4,_0x5436e2));const _0x358e9e=[];if(_0x3783f4&&_0x3783f4[_0x3b78fc(0x13a)]){let _0x1ce9a5=_0x3783f4['parent'];while(_0x1ce9a5&&_0x1ce9a5['name']&&_0x5c5e73[_0x3b78fc(0x175)](_0x1ce9a5[_0x3b78fc(0x1f6)],'')&&_0x5c5e73['IVwXl'](_0x1ce9a5['name'],_0x5c5e73[_0x3b78fc(0x11e)])){_0x358e9e[_0x3b78fc(0x187)](_0x1ce9a5['name']),_0x1ce9a5=_0x1ce9a5[_0x3b78fc(0x13a)];}}return _0x358e9e[_0x3b78fc(0x1e5)]();}[a79_0x124749(0x1c9)](_0x16fed3){const _0x2de3fb=a79_0x124749,_0x25420e={};_0x25420e[_0x2de3fb(0x290)]=_0x2de3fb(0x1c4);const _0x12bbc0=_0x25420e;if(_0x16fed3['name'])return _0x16fed3[_0x2de3fb(0x1f6)];if(_0x16fed3[_0x2de3fb(0x2a1)])return _0x16fed3['title'];return _0x12bbc0[_0x2de3fb(0x290)];}[a79_0x124749(0x28e)](_0x2a968c){const _0x26ee4d=a79_0x124749,_0xf3d1c=[];if(_0x2a968c[_0x26ee4d(0x13b)]&&Array[_0x26ee4d(0x230)](_0x2a968c[_0x26ee4d(0x13b)]))return _0x2a968c['tags'][_0x26ee4d(0x24e)](_0x17eaa9=>_0x17eaa9['startsWith']('@')?_0x17eaa9['substr'](0x1):_0x17eaa9);const _0x1061b4=this[_0x26ee4d(0x1c9)](_0x2a968c),_0x17a71b=_0x1061b4['match'](/@(\w+)/g);if(_0x17a71b)return _0x17a71b[_0x26ee4d(0x24e)](_0x4a8d4c=>_0x4a8d4c[_0x26ee4d(0x1a1)](0x1));return _0x2a968c['scopes']&&Array[_0x26ee4d(0x230)](_0x2a968c[_0x26ee4d(0x145)])&&_0x2a968c[_0x26ee4d(0x145)][_0x26ee4d(0x25b)](_0x5f1350=>{const _0xeed1dd=_0x26ee4d,_0x107bde=_0x5f1350['match'](/@(\w+)/g);_0x107bde&&_0x107bde[_0xeed1dd(0x25b)](_0x2f8371=>{const _0x135e0c=_0xeed1dd,_0x26c6ca=_0x2f8371[_0x135e0c(0x1a1)](0x1);!_0xf3d1c[_0x135e0c(0x281)](_0x26c6ca)&&_0xf3d1c[_0x135e0c(0x187)](_0x26c6ca);});}),_0xf3d1c;}[a79_0x124749(0x192)](_0x5ed9f1){const _0xe07f76=a79_0x124749,_0x22e165={'oRlur':function(_0x17ed1f,_0x824ea6){return _0x17ed1f(_0x824ea6);}};if(_0x5ed9f1[_0xe07f76(0x29e)])return _0x5ed9f1[_0xe07f76(0x29e)];if(_0x5ed9f1[_0xe07f76(0x1c2)])try{const _0x8a0431=stackTrace[_0xe07f76(0x261)](_0x5ed9f1['asyncError']),_0x582131=_0x22e165[_0xe07f76(0x245)](pickUserFrameFile,_0x8a0431);if(_0x582131)return _0x582131;logger[_0xe07f76(0x1d4)](_0xe07f76(0x190)+_0x8a0431[_0xe07f76(0x279)]+')');}catch(_0x34e0e4){logger[_0xe07f76(0x1d4)]('Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20'+util['format'](_0x34e0e4));}return null;}[a79_0x124749(0x1b0)](_0x56d2bd){const _0x2d3bf5=a79_0x124749,_0x39d70e={};_0x39d70e[_0x2d3bf5(0x15b)]=function(_0x42bbbc,_0x54f83e){return _0x42bbbc>_0x54f83e;},_0x39d70e[_0x2d3bf5(0x143)]=_0x2d3bf5(0x12a);const _0x5805d1=_0x39d70e;if(_0x56d2bd['errorsDetailed']&&_0x5805d1['QyfeH'](_0x56d2bd[_0x2d3bf5(0x181)][_0x2d3bf5(0x279)],0x0))return util[_0x2d3bf5(0x148)](_0x56d2bd[_0x2d3bf5(0x181)][0x0]);if(_0x56d2bd[_0x2d3bf5(0x16d)])return _0x56d2bd[_0x2d3bf5(0x16d)];return _0x5805d1['pjExn'];}['getJestFailureType'](_0x3e9c44){const _0x4e59fc=a79_0x124749,_0x544eeb={};_0x544eeb[_0x4e59fc(0x1a2)]='Assert',_0x544eeb[_0x4e59fc(0x29b)]=_0x4e59fc(0x231),_0x544eeb[_0x4e59fc(0x1f3)]='UnhandledError';const _0x323da3=_0x544eeb,_0x348ba6=this[_0x4e59fc(0x1b0)](_0x3e9c44);if(_0x348ba6&&_0x348ba6[_0x4e59fc(0x281)](_0x323da3[_0x4e59fc(0x1a2)]))return _0x323da3['AInGp'];return _0x323da3[_0x4e59fc(0x1f3)];}[a79_0x124749(0x19b)](_0x1cee94){const _0x1308f1=a79_0x124749,_0x4c4deb={'gqDRY':function(_0x11c63c,_0x5abe20){return _0x11c63c(_0x5abe20);},'FvwqB':_0x1308f1(0x1a8),'NouNM':function(_0x1247a9,_0x1c29e5){return _0x1247a9!==_0x1c29e5;},'QoiKS':_0x1308f1(0x218)},{failureData:_0x21e6c3}=_0x4c4deb[_0x1308f1(0x21f)](require,_0x4c4deb[_0x1308f1(0x234)]),_0x11ecaa=[];return _0x4c4deb['NouNM'](_0x1cee94['errorsDetailed'],undefined)&&_0x11ecaa[_0x1308f1(0x187)](_0x1cee94[_0x1308f1(0x181)],_0x4c4deb[_0x1308f1(0x215)]),_0x21e6c3[_0x1308f1(0x223)](null,_0x11ecaa);}async[a79_0x124749(0x169)](_0x546eae,_0x26f512,_0x514413,_0x2346d3){const _0x3d622c=a79_0x124749,_0x209f6e={'zXLYl':_0x3d622c(0x1ac),'DqBLS':function(_0x557c03){return _0x557c03();},'SuoGE':function(_0x523f4b,_0x465f1e){return _0x523f4b in _0x465f1e;},'CNZOI':function(_0x2a62d0,_0x3cff06){return _0x2a62d0 in _0x3cff06;},'jPYzv':function(_0x14116d,_0x3cad64){return _0x14116d===_0x3cad64;},'DHGFR':function(_0x4aaf38,_0x3aa890){return _0x4aaf38>_0x3aa890;},'dsRsX':_0x3d622c(0x15e),'Lcjho':_0x3d622c(0x123),'bTYOI':_0x3d622c(0x226),'NaDLV':function(_0x1b9704,_0x43ebcd){return _0x1b9704>_0x43ebcd;},'qJWSA':function(_0x14c92d,_0x3702ee){return _0x14c92d!==_0x3702ee;}},{hookData:_0x532290}=_0x2346d3,_0x1add55=_0x514413[_0x3d622c(0x18f)](),_0x1de176=_0x26f512['toString'](),_0x2f98f5={};_0x2f98f5[_0x3d622c(0x270)]=0x2,_0x2f98f5[_0x3d622c(0x170)]=0x3,logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState='+_0x1de176+_0x3d622c(0x141)+_0x1add55+',\x20hookData='+util[_0x3d622c(0x148)](_0x532290,_0x2f98f5));if(!_0x532290)return logger[_0x3d622c(0x1d4)](_0x209f6e[_0x3d622c(0x262)]),{};const _0x4df279=_0x532290[_0x3d622c(0x16f)]||_0x532290[_0x3d622c(0x1db)]||_0x209f6e[_0x3d622c(0x17e)](uuidv4),_0x23a6e7=_0x532290['test_run_id']||this[_0x3d622c(0x1a3)](_0x532290),_0x5cf9ee=_0x26f512[_0x3d622c(0x18f)]()[_0x3d622c(0x20d)]('.')[0x1],_0x1a7332=_0x546eae[_0x3d622c(0x220)]()['get'](_0x23a6e7),_0x1db56f=_0x1a7332?_0x1a7332[TestFrameworkConstants[_0x3d622c(0x19f)]]||{}:{};logger[_0x3d622c(0x1d4)](_0x3d622c(0x219)+_0x4df279+_0x3d622c(0x146)+_0x23a6e7+'\x20(testIdentifier),\x20hookType='+_0x5cf9ee+_0x3d622c(0x141)+_0x1add55);if(!_0x1a7332)return logger['debug'](_0x3d622c(0x125)+_0x23a6e7+_0x3d622c(0x18d)),this[_0x3d622c(0x1ab)](_0x546eae,_0x23a6e7,_0x26f512,_0x514413,_0x2346d3),{};let _0x5b161c=_0x1a7332[TestFrameworkConstants[_0x3d622c(0x258)]];!_0x5b161c&&(_0x5b161c={});!_0x209f6e[_0x3d622c(0x1e2)](_0x5cf9ee,_0x5b161c)&&(_0x5b161c[_0x5cf9ee]=[]);let _0x565ef8=_0x1a7332[TestFrameworkConstants[_0x3d622c(0x180)]];!_0x565ef8&&(_0x565ef8={});!_0x209f6e[_0x3d622c(0x1a0)](_0x5cf9ee,_0x565ef8)&&(_0x565ef8[_0x5cf9ee]=[]);const _0x298d22={[_0x23a6e7]:{[TestFrameworkConstants[_0x3d622c(0x258)]]:_0x5b161c,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x565ef8,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x3d622c(0x295)]()[this[_0x3d622c(0x1e9)]()[0x0]]||''}};if(_0x209f6e[_0x3d622c(0x221)](_0x514413,HookState[_0x3d622c(0x253)])){const _0x482f36={'key':_0x5cf9ee,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x4df279,[TestFrameworkConstants[_0x3d622c(0x20f)]]:TestFrameworkConstants[_0x3d622c(0x275)],[TestFrameworkConstants[_0x3d622c(0x26a)]]:_0x532290[_0x3d622c(0x23c)]||new Date()[_0x3d622c(0x1ad)](),[TestFrameworkConstants[_0x3d622c(0x1bd)]]:[],[TestFrameworkConstants[_0x3d622c(0x1a5)]]:_0x532290['name']||_0x532290['hook_type']||_0x5cf9ee,[TestFrameworkConstants[_0x3d622c(0x19f)]]:_0x1db56f};_0x5b161c[_0x5cf9ee][_0x3d622c(0x187)](_0x482f36),_0x298d22[_0x23a6e7][TestFrameworkConstants[_0x3d622c(0x185)]]=_0x5cf9ee;const _0x27343d={};_0x27343d[_0x3d622c(0x270)]=0x2,logger[_0x3d622c(0x1d4)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x5cf9ee+_0x3d622c(0x20a)+_0x4df279+_0x3d622c(0x146)+_0x23a6e7+_0x3d622c(0x26d)+util[_0x3d622c(0x148)](_0x482f36,_0x27343d));}else{if(_0x209f6e['jPYzv'](_0x514413,HookState[_0x3d622c(0x119)])){const _0x5871cb=_0x532290['result']||(_0x532290['errorsDetailed']&&_0x209f6e[_0x3d622c(0x1f8)](_0x532290[_0x3d622c(0x181)]['length'],0x0)?_0x209f6e['dsRsX']:_0x209f6e[_0x3d622c(0x1c3)]),_0x411430=_0x5b161c[_0x5cf9ee]||[];logger[_0x3d622c(0x1d4)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType='+_0x5cf9ee+_0x3d622c(0x146)+_0x23a6e7+_0x3d622c(0x199)+_0x5871cb+_0x3d622c(0x163)+_0x411430[_0x3d622c(0x279)]);if(_0x209f6e['jPYzv'](_0x411430[_0x3d622c(0x279)],0x0)&&_0x209f6e['jPYzv'](_0x26f512,TestFrameworkState['BEFORE_ALL']))return logger[_0x3d622c(0x1d4)](_0x209f6e[_0x3d622c(0x246)]),this[_0x3d622c(0x1ab)](_0x546eae,_0x23a6e7,_0x26f512,_0x514413,_0x2346d3),{};if(_0x209f6e['NaDLV'](_0x411430[_0x3d622c(0x279)],0x0)){const _0x4e774b=_0x411430[_0x3d622c(0x164)]();_0x209f6e[_0x3d622c(0x221)](_0x5871cb,_0x209f6e[_0x3d622c(0x255)])&&_0x532290['errorsDetailed']?(_0x4e774b[TestFrameworkConstants[_0x3d622c(0x247)]]=this['getJestFailureType'](_0x532290),_0x4e774b[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]=this[_0x3d622c(0x1b0)](_0x532290),_0x4e774b[TestFrameworkConstants[_0x3d622c(0x129)]]=this[_0x3d622c(0x19b)](_0x532290),logger['debug'](_0x3d622c(0x160)+_0x5cf9ee+_0x3d622c(0x1c0)+_0x4e774b[TestFrameworkConstants[_0x3d622c(0x247)]]+',\x20failureReason='+_0x4e774b[TestFrameworkConstants[_0x3d622c(0x1f4)]]?.['substring'](0x0,0xc8))):_0x4e774b[TestFrameworkConstants[_0x3d622c(0x20f)]]=_0x209f6e[_0x3d622c(0x1c3)];_0x209f6e[_0x3d622c(0x154)](_0x5871cb,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x4e774b[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x5871cb);_0x4e774b[TestFrameworkConstants[_0x3d622c(0x177)]]=_0x532290[_0x3d622c(0x166)]||new Date()[_0x3d622c(0x1ad)](),_0x4e774b[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x1db56f;const _0x111733=_0x4e774b[TestFrameworkConstants[_0x3d622c(0x1d9)]];!_0x565ef8[_0x5cf9ee]&&(_0x565ef8[_0x5cf9ee]=[]);_0x565ef8[_0x5cf9ee]['push'](_0x4e774b),_0x298d22[_0x23a6e7][TestFrameworkConstants[_0x3d622c(0x1d7)]]=_0x5cf9ee;const _0x4a2cae={};_0x4a2cae['depth']=0x2,logger[_0x3d622c(0x1d4)](_0x3d622c(0x195)+_0x5cf9ee+_0x3d622c(0x20a)+_0x111733+_0x3d622c(0x199)+_0x5871cb+_0x3d622c(0x26d)+util['inspect'](_0x4e774b,_0x4a2cae));}}}return _0x298d22;}['createTestFrameworkEventPayload'](_0x5ca82a){const _0x5c28f9=a79_0x124749,_0x677c7d={};_0x677c7d[_0x5c28f9(0x25c)]='base64';const _0x1eab60=_0x677c7d;try{const _0xa8e5ed=_0x5ca82a[_0x5c28f9(0x218)]?this['getJestTestIdentifier'](_0x5ca82a['test']):_0x5ca82a[_0x5c28f9(0x1b7)]['test_run_id'],_0x59f49b=_0x5ca82a[_0x5c28f9(0x23f)],_0x555843=_0x59f49b[_0x5c28f9(0x182)](),_0x1a5796=_0x59f49b[_0x5c28f9(0x220)]()[_0x5c28f9(0x1b6)](_0xa8e5ed);if(!_0x1a5796)return logger[_0x5c28f9(0x1d4)](_0x5c28f9(0x162)+_0xa8e5ed),{};const {[TestFrameworkConstants[_0x5c28f9(0x259)]]:_0x3da62f=this[_0x5c28f9(0x1e9)]()[0x0]||'',[TestFrameworkConstants[_0x5c28f9(0x232)]]:_0x20e12b=this[_0x5c28f9(0x295)]()[this[_0x5c28f9(0x1e9)]()[0x0]]||'',[TestFrameworkConstants[_0x5c28f9(0x1e7)]]:_0x199f7e='',[TestFrameworkConstants[_0x5c28f9(0x284)]]:_0x38d1e5=''}=_0x1a5796,_0x11ceb2=_0x59f49b[_0x5c28f9(0x1d1)]()[_0x5c28f9(0x18f)]()[_0x5c28f9(0x20d)]('.')[0x1],_0xca4181=_0x59f49b[_0x5c28f9(0x25a)]()[_0x5c28f9(0x18f)]()['split']('.')[0x1],_0x36a54b=global?.['__workerDetails']?.[_0x5c28f9(0x17c)]?.[_0x5c28f9(0x1e4)]||global['__bstackPlatformIndex']||0x0,_0x35a93d=_0x59f49b[_0x5c28f9(0x171)](),_0x22939f=Buffer['from'](JSON['stringify'](_0x1a5796))['toString'](_0x1eab60[_0x5c28f9(0x25c)]),_0x3d3160={'hash':_0x555843['getId'](),'threadId':_0x555843[_0x5c28f9(0x29d)]()[_0x5c28f9(0x18f)](),'processId':_0x555843[_0x5c28f9(0x16a)]()['toString']()},_0x43627e={};_0x43627e[_0x5c28f9(0x233)]=_0x36a54b,_0x43627e[_0x5c28f9(0x179)]=_0x3da62f,_0x43627e[_0x5c28f9(0x1b3)]=_0x20e12b,_0x43627e[_0x5c28f9(0x1ae)]=_0x11ceb2,_0x43627e['hookState']=_0xca4181,_0x43627e['startedAt']=_0x199f7e,_0x43627e['endedAt']=_0x38d1e5,_0x43627e[_0x5c28f9(0x16f)]=_0x35a93d,_0x43627e[_0x5c28f9(0x25d)]=_0x22939f,_0x43627e[_0x5c28f9(0x225)]=_0x3d3160,_0x43627e[_0x5c28f9(0x283)]=_0xa8e5ed;const _0x444100=_0x43627e;return _0x444100;}catch(_0x1c0975){return logger[_0x5c28f9(0x1a9)](_0x5c28f9(0x24c)+util['format'](_0x1c0975)),{};}}async[a79_0x124749(0x21d)](_0x5492e8,_0x154044,_0x3dac61){const _0x31bbf7=a79_0x124749,_0x12983c={'DPJKK':function(_0xe6aad3,_0x2c0dcf){return _0xe6aad3+_0x2c0dcf;},'luotJ':_0x31bbf7(0x178),'BnjbD':_0x31bbf7(0x269),'BXvIo':function(_0x589472,_0x5eb1eb){return _0x589472>_0x5eb1eb;},'SWAja':function(_0x1d12fe,_0x470ceb,_0x5b641d,_0x11e2d5){return _0x1d12fe(_0x470ceb,_0x5b641d,_0x11e2d5);},'JrMZz':function(_0x3a0dc0,_0x16a331){return _0x3a0dc0-_0x16a331;},'FqZBR':function(_0x142272,_0x85a93d){return _0x142272===_0x85a93d;},'EvwsX':function(_0x978d4c,_0x4f7999){return _0x978d4c/_0x4f7999;},'bBIhT':function(_0x58cf7a,_0x553e1e){return _0x58cf7a<_0x553e1e;},'dInqN':function(_0x3879ab,_0x4ecf52){return _0x3879ab*_0x4ecf52;},'WbHCx':function(_0x48a0e1,_0x490c6a){return _0x48a0e1+_0x490c6a;},'rRzck':function(_0x1982aa,_0x39e8f6){return _0x1982aa+_0x39e8f6;}};try{const _0x35b03a=_0x3dac61[_0x31bbf7(0x27c)]||_0x3dac61['testId'],_0x1f85f1=Array[_0x31bbf7(0x201)](_0x5492e8[_0x31bbf7(0x220)]()['keys']()),_0x2637ee=_0x5492e8[_0x31bbf7(0x220)]()[_0x31bbf7(0x1b6)](_0x35b03a);if(!_0x2637ee){logger[_0x31bbf7(0x1d4)](_0x31bbf7(0x274)+_0x35b03a);return;}const {[TestFrameworkConstants[_0x31bbf7(0x259)]]:_0x50352d='',[TestFrameworkConstants[_0x31bbf7(0x232)]]:_0x2bc7f8=''}=_0x2637ee;let _0x104668=[];_0x2637ee&&_0x2637ee[TestFrameworkConstants['KEY_LOGS']]&&Array['isArray'](_0x2637ee[TestFrameworkConstants[_0x31bbf7(0x25f)]])?(_0x104668=_0x2637ee[TestFrameworkConstants['KEY_LOGS']]||[],logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20'+_0x104668[_0x31bbf7(0x279)]+'\x20logs\x20for\x20testId:\x20'+_0x35b03a),_0x5492e8['addMultipleEntries']({[_0x35b03a]:{[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x31bbf7(0x232)]]:this[_0x31bbf7(0x295)]()[this['getTestFrameworks']()[0x0]]||''}}),logger[_0x31bbf7(0x1d4)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x35b03a)):logger[_0x31bbf7(0x1d4)](_0x31bbf7(0x202)+_0x35b03a);logger[_0x31bbf7(0x1d4)](_0x31bbf7(0x14e)+_0x104668['length']+_0x31bbf7(0x12f)+_0x35b03a);const _0x32fe5f=_0x104668[_0x31bbf7(0x1e6)](_0x56f106=>_0x56f106['kind']===_0x31bbf7(0x12e));_0x12983c[_0x31bbf7(0x144)](_0x32fe5f[_0x31bbf7(0x279)],0x0)&&(logger[_0x31bbf7(0x1d4)](_0x31bbf7(0x213)+_0x32fe5f[_0x31bbf7(0x279)]+'\x20screenshot\x20logs\x20for\x20testId:\x20'+_0x35b03a),_0x32fe5f[_0x31bbf7(0x25b)]((_0x1f858e,_0x1d3acc)=>{const _0x535f27=_0x31bbf7;logger[_0x535f27(0x1d4)](_0x535f27(0x134)+_0x12983c['DPJKK'](_0x1d3acc,0x1)+'/'+_0x32fe5f[_0x535f27(0x279)]+'\x20-\x20test_identifier='+(_0x1f858e['test_identifier']||_0x12983c['luotJ'])+',\x20test_run_uuid='+(_0x1f858e['test_run_uuid']||_0x12983c[_0x535f27(0x122)])+',\x20hook_run_uuid='+(_0x1f858e['hook_run_uuid']||_0x12983c['BnjbD'])+',\x20messageLength='+(_0x1f858e['message']?.['length']||0x0));}));const _0x4240fe=_0x2637ee[TestFrameworkConstants[_0x31bbf7(0x137)]]||{},_0x4839e3=_0x12983c[_0x31bbf7(0x249)](getMediaArtifactsLogs,_0x4240fe,null,_0x35b03a),_0x302a8f=(_0x104668||[])[_0x31bbf7(0x126)](_0x4839e3||[]),_0x49c79c=_0x32fe5f?.[_0x31bbf7(0x279)]||0x0,_0x3dfaa4=_0x12983c[_0x31bbf7(0x15d)](_0x104668?.[_0x31bbf7(0x279)]||0x0,_0x49c79c);logger[_0x31bbf7(0x1d4)](_0x31bbf7(0x1c6)+_0x35b03a+_0x31bbf7(0x22a)+_0x3dfaa4+_0x31bbf7(0x14f)+_0x49c79c+',\x20attachmentLogs:\x20'+(_0x4839e3?.[_0x31bbf7(0x279)]||0x0)+_0x31bbf7(0x133)+_0x302a8f[_0x31bbf7(0x279)]);if(!_0x302a8f||_0x12983c[_0x31bbf7(0x216)](_0x302a8f[_0x31bbf7(0x279)],0x0)){logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0x35b03a);return;}const _0x393941=0x28,_0x346391=Math['ceil'](_0x12983c[_0x31bbf7(0x11c)](_0x302a8f[_0x31bbf7(0x279)],_0x393941));for(let _0x32f0c3=0x0;_0x12983c[_0x31bbf7(0x293)](_0x32f0c3,_0x346391);_0x32f0c3++){const _0x19b3b9=_0x12983c[_0x31bbf7(0x19c)](_0x32f0c3,_0x393941),_0x2d4082=_0x12983c[_0x31bbf7(0x244)](_0x19b3b9,_0x393941),_0x3dd7e1=_0x302a8f[_0x31bbf7(0x1a1)](_0x19b3b9,_0x2d4082),_0x15135c=global?.[_0x31bbf7(0x236)]??0x0,_0x478525={'platformIndex':_0x15135c,'logs':_0x3dd7e1,'testFrameworkName':_0x50352d,'testFrameworkVersion':_0x2bc7f8,'testFrameworkState':_0x154044[_0x31bbf7(0x18f)]()['split']('.')[0x1]},_0x368a4a={};_0x368a4a['depth']=0x3,_0x368a4a['maxArrayLength']=0x5,logger[_0x31bbf7(0x1d4)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x12983c['DPJKK'](_0x32f0c3,0x1)+'/'+_0x346391+_0x31bbf7(0x20c)+_0x35b03a+',\x20logsInBatch:\x20'+_0x3dd7e1[_0x31bbf7(0x279)]+',\x20platformIndex:\x20'+_0x15135c+_0x31bbf7(0x222)+util['inspect'](_0x478525,_0x368a4a));const _0x92749e=await GrpcClient[_0x31bbf7(0x24f)]()[_0x31bbf7(0x127)](_0x478525);logger[_0x31bbf7(0x1d4)](_0x31bbf7(0x14c)+_0x12983c[_0x31bbf7(0x24a)](_0x32f0c3,0x1)+'/'+_0x346391+_0x31bbf7(0x20c)+_0x35b03a+_0x31bbf7(0x1f0)+util[_0x31bbf7(0x148)](_0x92749e));}_0x4839e3&&_0x12983c['BXvIo'](_0x4839e3[_0x31bbf7(0x279)],0x0)&&_0x2637ee[TestFrameworkConstants[_0x31bbf7(0x137)]]&&_0x5492e8['addMultipleEntries']({[_0x35b03a]:{[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{},[TestFrameworkConstants[_0x31bbf7(0x259)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x31bbf7(0x232)]]:this[_0x31bbf7(0x295)]()[this[_0x31bbf7(0x1e9)]()[0x0]]||''}}),logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20'+_0x35b03a+_0x31bbf7(0x161)+_0x346391);}catch(_0x2289f2){logger[_0x31bbf7(0x1a9)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20'+(_0x3dac61[_0x31bbf7(0x27c)]||_0x3dac61['testId'])+',\x20error:\x20'+util['format'](_0x2289f2));}}[a79_0x124749(0x1ab)](_0x1c2846,_0x2ea3d1,_0x531742,_0x3b6f1f,_0x1c1da5){const _0x463982=a79_0x124749,_0x3852fa={};_0x3852fa[_0x463982(0x18b)]=function(_0x530320,_0x2d4ea8){return _0x530320===_0x2d4ea8;},_0x3852fa[_0x463982(0x23e)]=_0x463982(0x285);const _0x174524=_0x3852fa,{hookData:_0x2e5999}=_0x1c1da5,_0x36aa90={'testId':_0x2ea3d1,'testFrameworkState':_0x531742,'hookState':_0x3b6f1f,'args':_0x1c1da5,'timestamp':new Date()[_0x463982(0x1ad)]()};if(_0x174524['rrWzW'](_0x531742,TestFrameworkState[_0x463982(0x209)])&&_0x2e5999){const _0x2250e6={};_0x2250e6['filePath']=_0x2e5999['file_name']||_0x2e5999['location'],_0x2250e6[_0x463982(0x186)]=_0x2e5999['scope']||_0x2e5999['scopes']&&_0x2e5999[_0x463982(0x145)][0x0]||'',_0x2250e6[_0x463982(0x23d)]=_0x174524[_0x463982(0x23e)],_0x36aa90[_0x463982(0x191)]=_0x2250e6,logger[_0x463982(0x1d4)](_0x463982(0x132)+_0x2ea3d1+',\x20filePath:\x20'+_0x36aa90['hookMetadata'][_0x463982(0x276)]+_0x463982(0x18a)+_0x36aa90[_0x463982(0x191)]['scope']);}_0x1c2846[_0x463982(0x257)](_0x2ea3d1,_0x36aa90),logger[_0x463982(0x1d4)]('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x2ea3d1+',\x20state:\x20'+_0x531742+_0x463982(0x29f)+_0x3b6f1f);}async[a79_0x124749(0x28d)](_0x4049dc,_0xcdf56f){const _0x1f01ef=a79_0x124749,_0x31c90e={};_0x31c90e[_0x1f01ef(0x157)]=function(_0x425bd6,_0x2e0eb5){return _0x425bd6>_0x2e0eb5;},_0x31c90e[_0x1f01ef(0x152)]=function(_0x57cacb,_0x5e67e7){return _0x57cacb===_0x5e67e7;},_0x31c90e[_0x1f01ef(0x1ec)]=function(_0x11511a,_0x42ac94){return _0x11511a===_0x42ac94;},_0x31c90e[_0x1f01ef(0x155)]=_0x1f01ef(0x139);const _0x2dadf0=_0x31c90e;if(_0x4049dc[_0x1f01ef(0x1f9)](_0xcdf56f)){const _0x384a46=_0x4049dc['getPendingHooks'](_0xcdf56f);logger[_0x1f01ef(0x1d4)](_0x1f01ef(0x1ba)+_0x384a46[_0x1f01ef(0x279)]+_0x1f01ef(0x212)+_0xcdf56f);for(const _0x596541 of _0x384a46){try{const _0x454e98=await this[_0x1f01ef(0x169)](_0x4049dc,_0x596541[_0x1f01ef(0x1ae)],_0x596541['hookState'],_0x596541[_0x1f01ef(0x1e0)]);_0x454e98&&_0x2dadf0['uoznr'](Object['keys'](_0x454e98)['length'],0x0)&&_0x4049dc[_0x1f01ef(0x291)](_0x454e98),await this[_0x1f01ef(0x135)](_0x4049dc,_0x596541[_0x1f01ef(0x1ae)],_0x596541[_0x1f01ef(0x26b)],_0x596541[_0x1f01ef(0x1e0)]);}catch(_0x525a00){logger[_0x1f01ef(0x1a9)](_0x1f01ef(0x272)+_0xcdf56f+',\x20error:\x20'+_0x525a00);}}_0x4049dc[_0x1f01ef(0x224)](_0xcdf56f),logger[_0x1f01ef(0x1d4)](_0x1f01ef(0x1e8)+_0xcdf56f);}const _0x8e6c86=_0x4049dc[_0x1f01ef(0x220)]()[_0x1f01ef(0x1b6)](_0xcdf56f);if(_0x8e6c86){const _0x461221=_0x8e6c86[TestFrameworkConstants[_0x1f01ef(0x14d)]]||_0x8e6c86[TestFrameworkConstants[_0x1f01ef(0x299)]],_0x3128f6=_0x8e6c86[TestFrameworkConstants[_0x1f01ef(0x12c)]]||_0x8e6c86[TestFrameworkConstants[_0x1f01ef(0x149)]]&&_0x8e6c86[TestFrameworkConstants[_0x1f01ef(0x149)]][0x0]||'';logger[_0x1f01ef(0x1d4)](_0x1f01ef(0x252)+_0x461221+_0x1f01ef(0x18a)+_0x3128f6);const _0x468ec0=_0x4049dc[_0x1f01ef(0x16c)]();for(const _0x1530ce of _0x468ec0){if(_0x2dadf0[_0x1f01ef(0x152)](_0x1530ce,_0xcdf56f))continue;if(_0x4049dc['hasPendingHooks'](_0x1530ce)){const _0xcf10da=_0x4049dc[_0x1f01ef(0x250)](_0x1530ce);for(const _0x2a8dc5 of _0xcf10da){if(_0x2dadf0['uqNbt'](_0x2a8dc5[_0x1f01ef(0x1ae)],TestFrameworkState['BEFORE_ALL'])&&_0x2a8dc5['hookMetadata']){const _0xd6b12b=_0x2a8dc5['hookMetadata'][_0x1f01ef(0x276)],_0x572181=_0x2a8dc5[_0x1f01ef(0x191)][_0x1f01ef(0x186)];if(_0x2dadf0['BIjof'](_0xd6b12b,_0x461221)&&_0x2dadf0[_0x1f01ef(0x1ec)](_0x572181,_0x3128f6)){logger[_0x1f01ef(0x1d4)]('[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20'+_0x1530ce+_0x1f01ef(0x24d)+_0xcdf56f+_0x1f01ef(0x136)+_0xd6b12b+_0x1f01ef(0x18a)+_0x572181);_0x2a8dc5[_0x1f01ef(0x1e0)]&&_0x2a8dc5[_0x1f01ef(0x1e0)][_0x1f01ef(0x1b7)]&&(_0x2a8dc5[_0x1f01ef(0x1e0)][_0x1f01ef(0x1b7)]['test_run_id']=_0xcdf56f,logger[_0x1f01ef(0x1d4)](_0x1f01ef(0x22b)+_0x1530ce+'\x20to\x20'+_0xcdf56f));try{const _0x5b9091=await this[_0x1f01ef(0x169)](_0x4049dc,_0x2a8dc5['testFrameworkState'],_0x2a8dc5['hookState'],_0x2a8dc5[_0x1f01ef(0x1e0)]);_0x5b9091&&_0x2dadf0[_0x1f01ef(0x157)](Object[_0x1f01ef(0x214)](_0x5b9091)[_0x1f01ef(0x279)],0x0)&&_0x4049dc[_0x1f01ef(0x291)](_0x5b9091);await this[_0x1f01ef(0x135)](_0x4049dc,_0x2a8dc5[_0x1f01ef(0x1ae)],_0x2a8dc5[_0x1f01ef(0x26b)],_0x2a8dc5[_0x1f01ef(0x1e0)]);const _0xd8a213=_0x4049dc[_0x1f01ef(0x250)](_0x1530ce)[_0x1f01ef(0x1e6)](_0xf320b9=>_0xf320b9!==_0x2a8dc5);if(_0x2dadf0[_0x1f01ef(0x1ec)](_0xd8a213[_0x1f01ef(0x279)],0x0))_0x4049dc[_0x1f01ef(0x224)](_0x1530ce);else{_0x4049dc[_0x1f01ef(0x224)](_0x1530ce);for(const _0x3d6eff of _0xd8a213){_0x4049dc[_0x1f01ef(0x257)](_0x1530ce,_0x3d6eff);}}logger[_0x1f01ef(0x1d4)](_0x2dadf0[_0x1f01ef(0x155)]);}catch(_0x3fceb5){logger[_0x1f01ef(0x1a9)](_0x1f01ef(0x138)+_0xcdf56f+',\x20error:\x20'+_0x3fceb5);}}}}}}}}[a79_0x124749(0x1fa)](_0x1ee1a0){const _0x1fe0df=a79_0x124749,_0x82d2d4={'KgBqM':function(_0x5bb5a4){return _0x5bb5a4();}};if(!_0x1ee1a0||!_0x1ee1a0[_0x1fe0df(0x13a)])return;_0x1ee1a0[_0x1fe0df(0x13a)][_0x1fe0df(0x210)]&&Array['isArray'](_0x1ee1a0[_0x1fe0df(0x13a)][_0x1fe0df(0x210)])&&_0x1ee1a0[_0x1fe0df(0x13a)][_0x1fe0df(0x210)][_0x1fe0df(0x25b)](_0x4d5582=>{const _0x466ed3=_0x1fe0df;!_0x4d5582['hookAnalyticsId']&&!_0x4d5582['hookUUID']&&(_0x4d5582[_0x466ed3(0x1db)]=_0x82d2d4['KgBqM'](uuidv4),_0x4d5582['hookUUID']=_0x4d5582[_0x466ed3(0x1db)],logger[_0x466ed3(0x1d4)](_0x466ed3(0x1b8)+_0x4d5582[_0x466ed3(0x1d5)]+_0x466ed3(0x1dc)+_0x4d5582[_0x466ed3(0x1db)]));}),this[_0x1fe0df(0x1fa)](_0x1ee1a0[_0x1fe0df(0x13a)]);}[a79_0x124749(0x188)](_0x4aa227){const _0x1d5644=a79_0x124749,_0x538507={'WojLS':function(_0x190468,_0x5a2625){return _0x190468(_0x5a2625);}};if(!_0x4aa227||!_0x4aa227[_0x1d5644(0x13a)])return[];const _0x4a7b73=[];return _0x4aa227['parent'][_0x1d5644(0x210)]&&Array[_0x1d5644(0x230)](_0x4aa227[_0x1d5644(0x13a)]['hooks'])&&_0x4aa227[_0x1d5644(0x13a)][_0x1d5644(0x210)][_0x1d5644(0x25b)](_0x33d420=>{const _0x5f1845=_0x1d5644,_0x1825d0=_0x33d420['hookAnalyticsId']||_0x33d420[_0x5f1845(0x1aa)];_0x1825d0&&!this[_0x5f1845(0x13c)](_0x33d420)&&!_0x538507[_0x5f1845(0x29c)](isInternalHook,_0x33d420['fn'])&&_0x4a7b73['push'](_0x1825d0);}),[..._0x4a7b73,...this['getHooksForTest'](_0x4aa227[_0x1d5644(0x13a)])];}[a79_0x124749(0x130)](_0x9b1d8c){const _0x5e8b89=a79_0x124749,_0x1ef656={'bOGEv':function(_0x5b5a24,_0x2b5a45){return _0x5b5a24(_0x2b5a45);},'DAHNr':_0x5e8b89(0x286),'imTsO':function(_0x2f6d06,_0xc3b157){return _0x2f6d06(_0xc3b157);}},_0x45feae=new Map(),_0x36fab9=_0x35a738=>{const _0x404e7e=_0x5e8b89,_0x5ee593={'dIThl':function(_0x3b9c18,_0x506030){const _0x7a54f=a79_0x25d6;return _0x1ef656[_0x7a54f(0x260)](_0x3b9c18,_0x506030);},'hCmmo':_0x1ef656[_0x404e7e(0x229)]};if(!_0x35a738||!_0x35a738[_0x404e7e(0x13a)])return;_0x35a738[_0x404e7e(0x13a)]['hooks']&&Array[_0x404e7e(0x230)](_0x35a738[_0x404e7e(0x13a)][_0x404e7e(0x210)])&&_0x35a738['parent'][_0x404e7e(0x210)][_0x404e7e(0x25b)](_0xdec71b=>{const _0x5c2703=_0x404e7e,_0x346065=_0xdec71b[_0x5c2703(0x1db)]||_0xdec71b['hookUUID'];if(_0x346065&&!this[_0x5c2703(0x13c)](_0xdec71b)&&!_0x5ee593[_0x5c2703(0x287)](isInternalHook,_0xdec71b['fn'])){const _0x4e6bfa={};_0x4e6bfa[_0x5c2703(0x1d5)]=_0xdec71b['type']||_0x5ee593['hCmmo'],_0x4e6bfa[_0x5c2703(0x1f6)]=_0xdec71b['name']||'\x22'+_0xdec71b[_0x5c2703(0x1d5)]+_0x5c2703(0x174),_0x45feae['set'](_0x346065,_0x4e6bfa);}}),_0x1ef656['bOGEv'](_0x36fab9,_0x35a738[_0x404e7e(0x13a)]);};return _0x1ef656[_0x5e8b89(0x12d)](_0x36fab9,_0x9b1d8c),_0x45feae;}['isJestInternalHook'](_0x25170e){const _0x47441d=a79_0x124749,_0x35c131={};_0x35c131[_0x47441d(0x1d0)]=_0x47441d(0x23a),_0x35c131[_0x47441d(0x11a)]=_0x47441d(0x1b4);const _0x1ff88f=_0x35c131;try{const _0xecb5c1=this[_0x47441d(0x251)](_0x25170e);if(!_0xecb5c1||_0xecb5c1['includes'](_0x1ff88f[_0x47441d(0x1d0)]))return!![];return![];}catch(_0x592e20){logger['debug'](_0x1ff88f['GqZRr']);}return![];}[a79_0x124749(0x251)](_0x3bf3c4){const _0x359c59=a79_0x124749,_0x47a184={'sHfgo':function(_0x2dba1f,_0x4fb1f2){return _0x2dba1f(_0x4fb1f2);}};if(_0x3bf3c4[_0x359c59(0x14b)])return _0x3bf3c4[_0x359c59(0x14b)];if(_0x3bf3c4[_0x359c59(0x1c2)])try{const _0x25f33f=stackTrace[_0x359c59(0x261)](_0x3bf3c4[_0x359c59(0x1c2)]),_0x7d14ca=_0x47a184['sHfgo'](pickUserFrameFile,_0x25f33f);if(_0x7d14ca)return _0x7d14ca;logger[_0x359c59(0x1d4)](_0x359c59(0x241)+_0x25f33f[_0x359c59(0x279)]+')');}catch(_0x2b0420){logger['debug'](_0x359c59(0x1fb)+util[_0x359c59(0x204)](_0x2b0420));}return null;}}module[a79_0x124749(0x1cb)]=JestTestFramework;
@@ -1 +1 @@
1
- const a80_0x4e57cf=a80_0x507a;function a80_0x24d1(){const _0x2c327c=['KEY_TEST_FILE_PATH','../instances/trackedInstance.js','pmgBI','name','setTrackedInstance','DEFAULT_TEST_RESULT','KEY_TEST_SCOPE','1998681MuKkCg','trackEvent','2151128kUAiMn','\x20hook=','ghGqL','get','88965eQFFsy','base64','KEY_TEST_LOGS','getTrackedInstance','KEY_TEST_META','util','trackEvent:\x20state=','KEY_TEST_RESULT','../../../helpers/classLogger.js','../instances/testFrameworkInstance.js','getProcessId','./constants/testFrameworkConstants.js','started_at','stringify','KEY_TEST_STARTED_AT','getThreadId','getTestFrameworks','toString','addMultipleEntries','KEY_TEST_ENDED_AT','KEY_TEST_LOCATION','685730MIGlrC','getTestFrameworksVersions','KEY_TEST_RERUN_NAME','4IiRuPY','pending','failure','../state/hookState.js','186UuSSRQ','getCurrentTestState','KEY_TEST_FRAMEWORK_NAME','test','createContext','NONE','KEY_TEST_ID','toISOString','getCurrentInstanceName','result','parseNewmanTestResult','path','location','trackEvent:\x20error=','error','../state/testFrameworkState.js','1139131HymjJS','custom_metadata','scope','resolveInstance','meta','format','getCurrentHookState','342qSbAXG','../cliUtils.js','instance','finished_at','KEY_TEST_SCOPES','getContext','86591sDHvJw','failure_type','debug','KEY_HOOKS_FINISHED','createTestFrameworkEventPayload','./testFramework','uetCX','KEY_HOOKS_STARTED','split','uuid','file_path','477870ZVdRBC','createTestFrameworkEventPayload:\x20error=','KEY_TEST_UUID'];a80_0x24d1=function(){return _0x2c327c;};return a80_0x24d1();}(function(_0x28a493,_0x58d06f){const _0x4900cb=a80_0x507a,_0x2d086c=_0x28a493();while(!![]){try{const _0x425f10=-parseInt(_0x4900cb(0xa4))/0x1+parseInt(_0x4900cb(0x80))/0x2+-parseInt(_0x4900cb(0xb9))/0x3*(parseInt(_0x4900cb(0x83))/0x4)+parseInt(_0x4900cb(0x6b))/0x5*(-parseInt(_0x4900cb(0x87))/0x6)+-parseInt(_0x4900cb(0x97))/0x7+-parseInt(_0x4900cb(0xbb))/0x8+parseInt(_0x4900cb(0x9e))/0x9*(parseInt(_0x4900cb(0xaf))/0xa);if(_0x425f10===_0x58d06f)break;else _0x2d086c['push'](_0x2d086c['shift']());}catch(_0x2a6593){_0x2d086c['push'](_0x2d086c['shift']());}}}(a80_0x24d1,0x6735a));const path=require(a80_0x4e57cf(0x92)),TestFramework=require(a80_0x4e57cf(0xa9)),TestFrameworkState=require(a80_0x4e57cf(0x96)),HookState=require(a80_0x4e57cf(0x86)),{createClassLogger}=require(a80_0x4e57cf(0x73)),TestFrameworkInstance=require(a80_0x4e57cf(0x74)),CLIUtils=require(a80_0x4e57cf(0x9f)),TrackedInstance=require(a80_0x4e57cf(0xb3)),TestFrameworkConstants=require(a80_0x4e57cf(0x76)),util=require(a80_0x4e57cf(0x70)),logger=createClassLogger('NewmanTestFramework');function a80_0x507a(_0x4516f2,_0x1dc1d0){const _0x24d15a=a80_0x24d1();return a80_0x507a=function(_0x507af5,_0x2461a4){_0x507af5=_0x507af5-0x6b;let _0x1062d9=_0x24d15a[_0x507af5];return _0x1062d9;},a80_0x507a(_0x4516f2,_0x1dc1d0);}class NewmanTestFramework extends TestFramework{constructor(_0x53222f,_0x28c90f,_0x47fe20){super(_0x53222f,_0x28c90f,_0x47fe20);}async['trackEvent'](_0x41c148,_0x1ada76,_0x435c0f={}){const _0x2ef893=a80_0x4e57cf,_0x25302f={};_0x25302f[_0x2ef893(0xaa)]=function(_0x398590,_0x5d1ff7){return _0x398590===_0x5d1ff7;};const _0x28e2c3=_0x25302f;logger[_0x2ef893(0xa6)](_0x2ef893(0x71)+_0x41c148+_0x2ef893(0xbc)+_0x1ada76),await super[_0x2ef893(0xba)](_0x41c148,_0x1ada76,_0x435c0f);const _0x215545=this[_0x2ef893(0x9a)](_0x41c148,_0x1ada76,_0x435c0f);if(!_0x215545)return;try{if(_0x28e2c3['uetCX'](_0x41c148,TestFrameworkState['TEST'])&&_0x435c0f['test']){const _0x311c37=_0x28e2c3[_0x2ef893(0xaa)](_0x1ada76,HookState['PRE'])?this['parseNewmanTest'](_0x435c0f[_0x2ef893(0x8a)]):this[_0x2ef893(0x91)](_0x435c0f[_0x2ef893(0x8a)]);_0x215545[_0x2ef893(0x7d)](_0x311c37);}}catch(_0x56a3c6){logger[_0x2ef893(0x95)](_0x2ef893(0x94)+util[_0x2ef893(0x9c)](_0x56a3c6));}_0x435c0f[_0x2ef893(0xa0)]=_0x215545,await this['runHooks'](_0x215545,_0x41c148,_0x1ada76,_0x435c0f);}['parseNewmanTest'](_0x472502){const _0x136ae0=a80_0x4e57cf,_0x50bf7e=this[_0x136ae0(0x7b)]()[0x0],_0x1ef60d={};return _0x1ef60d[_0x472502[_0x136ae0(0xad)]]={[TestFrameworkConstants[_0x136ae0(0x89)]]:_0x50bf7e,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x136ae0(0x81)]()[_0x50bf7e],[TestFrameworkConstants[_0x136ae0(0x6d)]]:[],[TestFrameworkConstants[_0x136ae0(0xa7)]]:{},[TestFrameworkConstants[_0x136ae0(0xab)]]:{},[TestFrameworkConstants[_0x136ae0(0x72)]]:TestFrameworkConstants[_0x136ae0(0xb7)],[TestFrameworkConstants[_0x136ae0(0x8d)]]:_0x472502[_0x136ae0(0xad)],[TestFrameworkConstants[_0x136ae0(0xb1)]]:_0x472502[_0x136ae0(0xad)],[TestFrameworkConstants['KEY_TEST_NAME']]:_0x472502[_0x136ae0(0xb5)],[TestFrameworkConstants[_0x136ae0(0xb2)]]:_0x472502[_0x136ae0(0xae)]||'',[TestFrameworkConstants[_0x136ae0(0x7f)]]:_0x472502[_0x136ae0(0x93)]||'',[TestFrameworkConstants['KEY_TEST_CODE']]:null,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x472502['tags']||[],[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x472502[_0x136ae0(0x77)]||new Date()[_0x136ae0(0x8e)](),[TestFrameworkConstants[_0x136ae0(0xb8)]]:_0x472502[_0x136ae0(0x99)]||'',[TestFrameworkConstants[_0x136ae0(0xa2)]]:_0x472502['scopes']||[],[TestFrameworkConstants[_0x136ae0(0x82)]]:null,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x472502[_0x136ae0(0x98)]||{},[TestFrameworkConstants[_0x136ae0(0x6f)]]:_0x472502[_0x136ae0(0x9b)]||{}},_0x1ef60d;}[a80_0x4e57cf(0x91)](_0x18ffd9){const _0x24df53=a80_0x4e57cf,_0x2acda8={};_0x2acda8[_0x24df53(0xbd)]=_0x24df53(0x84);const _0x34954d=_0x2acda8,_0x759dd4={};return _0x759dd4[_0x18ffd9[_0x24df53(0xad)]]={[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x18ffd9[_0x24df53(0x90)]||_0x34954d[_0x24df53(0xbd)],[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x18ffd9[_0x24df53(0xa1)]||new Date()[_0x24df53(0x8e)](),[TestFrameworkConstants['KEY_TEST_FAILURE']]:_0x18ffd9[_0x24df53(0x85)]||[],[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]:_0x18ffd9[_0x24df53(0xa5)]||null,[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]:_0x18ffd9['failure_reason']||null},_0x759dd4;}[a80_0x4e57cf(0x9a)](_0x280c86){const _0x192018=a80_0x4e57cf;let _0x486433=TestFramework[_0x192018(0x6e)]();if(!_0x486433){const _0x50a46f=TrackedInstance[_0x192018(0x8b)](CLIUtils[_0x192018(0x8f)]());_0x486433=new TestFrameworkInstance(_0x50a46f,this[_0x192018(0x7b)](),this[_0x192018(0x81)](),_0x280c86,HookState[_0x192018(0x8c)]),TestFramework[_0x192018(0xb6)](_0x50a46f,_0x486433);}return _0x486433;}[a80_0x4e57cf(0xa8)](_0x477bf8){const _0x1603da=a80_0x4e57cf,_0x2cea89={};_0x2cea89['pmgBI']=_0x1603da(0x6c);const _0x726681=_0x2cea89;try{const _0x43a2d1=_0x477bf8[_0x1603da(0x8a)]?_0x477bf8[_0x1603da(0x8a)][_0x1603da(0xad)]:null,_0x2d1459=_0x477bf8[_0x1603da(0xa0)],_0x31ecd6=_0x2d1459[_0x1603da(0xa3)](),_0xbf17e9=_0x2d1459['getAllData']()[_0x1603da(0xbe)](_0x43a2d1);if(!_0xbf17e9)return{};const {[TestFrameworkConstants[_0x1603da(0x89)]]:_0x269a08='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x11c591='',[TestFrameworkConstants[_0x1603da(0x79)]]:_0x4658b7='',[TestFrameworkConstants[_0x1603da(0x7e)]]:_0x9437d7=''}=_0xbf17e9;return{'platformIndex':0x0,'testFrameworkName':_0x269a08,'testFrameworkVersion':_0x11c591,'testFrameworkState':_0x2d1459[_0x1603da(0x88)]()[_0x1603da(0x7c)]()['split']('.')[0x1],'hookState':_0x2d1459[_0x1603da(0x9d)]()['toString']()[_0x1603da(0xac)]('.')[0x1],'startedAt':_0x4658b7,'endedAt':_0x9437d7,'uuid':_0x43a2d1,'eventJson':Buffer['from'](JSON[_0x1603da(0x78)](_0xbf17e9))[_0x1603da(0x7c)](_0x726681[_0x1603da(0xb4)]),'executionContext':{'hash':_0x31ecd6['getId'](),'threadId':_0x31ecd6[_0x1603da(0x7a)]()[_0x1603da(0x7c)](),'processId':_0x31ecd6[_0x1603da(0x75)]()[_0x1603da(0x7c)]()}};}catch(_0x241e72){return logger[_0x1603da(0x95)](_0x1603da(0xb0)+util[_0x1603da(0x9c)](_0x241e72)),{};}}}module['exports']=NewmanTestFramework;
1
+ const a80_0x553b1e=a80_0x4645;function a80_0x6e60(){const _0x564515=['TEST','path','KEY_HOOKS_FINISHED','zMHmP','KEY_TEST_ENDED_AT','KEY_TEST_LOGS','runHooks','KEY_TEST_NAME','KEY_TEST_SCOPE','createTestFrameworkEventPayload:\x20error=','location','createContext','KEY_TEST_FAILURE_TYPE','KEY_TEST_CODE','getCurrentHookState','parseNewmanTestResult','48riFCPc','from','result','KEY_TEST_ID','../../../helpers/classLogger.js','getTestFrameworks','2ReYTbj','613714jLMAjJ','uuid','setTrackedInstance','trackEvent:\x20state=','getAllData','failure_type','error','\x20hook=','../state/hookState.js','getTrackedInstance','KEY_TEST_UUID','./testFramework','2353533oxEVHD','test','KEY_CUSTOM_TAGS','exports','KEY_TEST_STARTED_AT','name','../instances/testFrameworkInstance.js','toISOString','toString','PRE','612000vsIpVg','getTestFrameworksVersions','started_at','3515820OsdwXT','getContext','NONE','584682XIXRpH','trackEvent:\x20error=','format','resolveInstance','debug','../cliUtils.js','addMultipleEntries','createTestFrameworkEventPayload','NewmanTestFramework','split','getCurrentTestState','mlWCO','parseNewmanTest','base64','KEY_TEST_RESULT','get','TDTQG','trackEvent','getThreadId','KEY_HOOKS_STARTED','../instances/trackedInstance.js','getProcessId','../state/testFrameworkState.js','custom_metadata','tags','getCurrentInstanceName','instance','failure_reason','getId','scopes','81123ojjadS','KEY_TEST_FAILURE_REASON','2371872HYhQiO','KEY_TEST_TAGS'];a80_0x6e60=function(){return _0x564515;};return a80_0x6e60();}(function(_0x1e9775,_0x40f756){const _0x411949=a80_0x4645,_0x2012c0=_0x1e9775();while(!![]){try{const _0x520f00=parseInt(_0x411949(0x155))/0x1*(parseInt(_0x411949(0x156))/0x2)+-parseInt(_0x411949(0x13b))/0x3*(-parseInt(_0x411949(0x14f))/0x4)+-parseInt(_0x411949(0x16f))/0x5+parseInt(_0x411949(0x172))/0x6+-parseInt(_0x411949(0x162))/0x7+parseInt(_0x411949(0x13d))/0x8+parseInt(_0x411949(0x16c))/0x9;if(_0x520f00===_0x40f756)break;else _0x2012c0['push'](_0x2012c0['shift']());}catch(_0x2b529e){_0x2012c0['push'](_0x2012c0['shift']());}}}(a80_0x6e60,0x58132));function a80_0x4645(_0x44b6e8,_0x5e2cea){const _0x6e607c=a80_0x6e60();return a80_0x4645=function(_0x464516,_0x95a71f){_0x464516=_0x464516-0x12f;let _0x16f948=_0x6e607c[_0x464516];return _0x16f948;},a80_0x4645(_0x44b6e8,_0x5e2cea);}const path=require(a80_0x553b1e(0x140)),TestFramework=require(a80_0x553b1e(0x161)),TestFrameworkState=require(a80_0x553b1e(0x133)),HookState=require(a80_0x553b1e(0x15e)),{createClassLogger}=require(a80_0x553b1e(0x153)),TestFrameworkInstance=require(a80_0x553b1e(0x168)),CLIUtils=require(a80_0x553b1e(0x177)),TrackedInstance=require(a80_0x553b1e(0x131)),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),util=require('util'),logger=createClassLogger(a80_0x553b1e(0x17a));class NewmanTestFramework extends TestFramework{constructor(_0x40cf27,_0x3a0799,_0x18cb01){super(_0x40cf27,_0x3a0799,_0x18cb01);}async[a80_0x553b1e(0x183)](_0x484afe,_0x41524a,_0x2fda77={}){const _0x15c7b9=a80_0x553b1e,_0xab55f5={};_0xab55f5[_0x15c7b9(0x142)]=function(_0x3ebef6,_0x55d9ed){return _0x3ebef6===_0x55d9ed;};const _0x17fb3c=_0xab55f5;logger[_0x15c7b9(0x176)](_0x15c7b9(0x159)+_0x484afe+_0x15c7b9(0x15d)+_0x41524a),await super[_0x15c7b9(0x183)](_0x484afe,_0x41524a,_0x2fda77);const _0x51d743=this[_0x15c7b9(0x175)](_0x484afe,_0x41524a,_0x2fda77);if(!_0x51d743)return;try{if(_0x17fb3c[_0x15c7b9(0x142)](_0x484afe,TestFrameworkState[_0x15c7b9(0x13f)])&&_0x2fda77[_0x15c7b9(0x163)]){const _0x5bc27a=_0x17fb3c[_0x15c7b9(0x142)](_0x41524a,HookState[_0x15c7b9(0x16b)])?this[_0x15c7b9(0x17e)](_0x2fda77[_0x15c7b9(0x163)]):this[_0x15c7b9(0x14e)](_0x2fda77[_0x15c7b9(0x163)]);_0x51d743[_0x15c7b9(0x178)](_0x5bc27a);}}catch(_0x2c2a46){logger['error'](_0x15c7b9(0x173)+util[_0x15c7b9(0x174)](_0x2c2a46));}_0x2fda77[_0x15c7b9(0x137)]=_0x51d743,await this[_0x15c7b9(0x145)](_0x51d743,_0x484afe,_0x41524a,_0x2fda77);}[a80_0x553b1e(0x17e)](_0x21d34f){const _0x3f51e6=a80_0x553b1e,_0x4ff7ec=this[_0x3f51e6(0x154)]()[0x0],_0x24b278={};return _0x24b278[_0x21d34f[_0x3f51e6(0x157)]]={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x4ff7ec,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this['getTestFrameworksVersions']()[_0x4ff7ec],[TestFrameworkConstants[_0x3f51e6(0x144)]]:[],[TestFrameworkConstants[_0x3f51e6(0x141)]]:{},[TestFrameworkConstants[_0x3f51e6(0x130)]]:{},[TestFrameworkConstants[_0x3f51e6(0x180)]]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants[_0x3f51e6(0x152)]]:_0x21d34f[_0x3f51e6(0x157)],[TestFrameworkConstants[_0x3f51e6(0x160)]]:_0x21d34f['uuid'],[TestFrameworkConstants[_0x3f51e6(0x146)]]:_0x21d34f[_0x3f51e6(0x167)],[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x21d34f['file_path']||'',[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x21d34f[_0x3f51e6(0x149)]||'',[TestFrameworkConstants[_0x3f51e6(0x14c)]]:null,[TestFrameworkConstants[_0x3f51e6(0x13e)]]:_0x21d34f[_0x3f51e6(0x135)]||[],[TestFrameworkConstants[_0x3f51e6(0x166)]]:_0x21d34f[_0x3f51e6(0x16e)]||new Date()[_0x3f51e6(0x169)](),[TestFrameworkConstants[_0x3f51e6(0x147)]]:_0x21d34f['scope']||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x21d34f[_0x3f51e6(0x13a)]||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:null,[TestFrameworkConstants[_0x3f51e6(0x164)]]:_0x21d34f[_0x3f51e6(0x134)]||{},[TestFrameworkConstants['KEY_TEST_META']]:_0x21d34f['meta']||{}},_0x24b278;}[a80_0x553b1e(0x14e)](_0x51eafb){const _0x3a2866=a80_0x553b1e,_0x2d349c={};_0x2d349c[_0x3a2866(0x182)]='pending';const _0xe426a=_0x2d349c,_0x5118ad={};return _0x5118ad[_0x51eafb[_0x3a2866(0x157)]]={[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x51eafb[_0x3a2866(0x151)]||_0xe426a[_0x3a2866(0x182)],[TestFrameworkConstants[_0x3a2866(0x143)]]:_0x51eafb['finished_at']||new Date()[_0x3a2866(0x169)](),[TestFrameworkConstants['KEY_TEST_FAILURE']]:_0x51eafb['failure']||[],[TestFrameworkConstants[_0x3a2866(0x14b)]]:_0x51eafb[_0x3a2866(0x15b)]||null,[TestFrameworkConstants[_0x3a2866(0x13c)]]:_0x51eafb[_0x3a2866(0x138)]||null},_0x5118ad;}[a80_0x553b1e(0x175)](_0xc97355){const _0x1211d3=a80_0x553b1e;let _0x152687=TestFramework[_0x1211d3(0x15f)]();if(!_0x152687){const _0x2cccc9=TrackedInstance[_0x1211d3(0x14a)](CLIUtils[_0x1211d3(0x136)]());_0x152687=new TestFrameworkInstance(_0x2cccc9,this[_0x1211d3(0x154)](),this[_0x1211d3(0x16d)](),_0xc97355,HookState[_0x1211d3(0x171)]),TestFramework[_0x1211d3(0x158)](_0x2cccc9,_0x152687);}return _0x152687;}[a80_0x553b1e(0x179)](_0x245c76){const _0x4bba9f=a80_0x553b1e,_0x42a8a3={};_0x42a8a3[_0x4bba9f(0x17d)]=_0x4bba9f(0x17f);const _0x28ae02=_0x42a8a3;try{const _0x38bbb4=_0x245c76[_0x4bba9f(0x163)]?_0x245c76['test'][_0x4bba9f(0x157)]:null,_0x3e8150=_0x245c76[_0x4bba9f(0x137)],_0x4a0f58=_0x3e8150[_0x4bba9f(0x170)](),_0x34518e=_0x3e8150[_0x4bba9f(0x15a)]()[_0x4bba9f(0x181)](_0x38bbb4);if(!_0x34518e)return{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x1a95d8='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x3d0bd1='',[TestFrameworkConstants[_0x4bba9f(0x166)]]:_0x46f8c0='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x3604a3=''}=_0x34518e;return{'platformIndex':0x0,'testFrameworkName':_0x1a95d8,'testFrameworkVersion':_0x3d0bd1,'testFrameworkState':_0x3e8150[_0x4bba9f(0x17c)]()[_0x4bba9f(0x16a)]()['split']('.')[0x1],'hookState':_0x3e8150[_0x4bba9f(0x14d)]()['toString']()[_0x4bba9f(0x17b)]('.')[0x1],'startedAt':_0x46f8c0,'endedAt':_0x3604a3,'uuid':_0x38bbb4,'eventJson':Buffer[_0x4bba9f(0x150)](JSON['stringify'](_0x34518e))[_0x4bba9f(0x16a)](_0x28ae02[_0x4bba9f(0x17d)]),'executionContext':{'hash':_0x4a0f58[_0x4bba9f(0x139)](),'threadId':_0x4a0f58[_0x4bba9f(0x12f)]()['toString'](),'processId':_0x4a0f58[_0x4bba9f(0x132)]()[_0x4bba9f(0x16a)]()}};}catch(_0x1a9e9b){return logger[_0x4bba9f(0x15c)](_0x4bba9f(0x148)+util[_0x4bba9f(0x174)](_0x1a9e9b)),{};}}}module[a80_0x553b1e(0x165)]=NewmanTestFramework;
@@ -1 +1 @@
1
- function a81_0x29f3(_0x5e8c64,_0x4fb001){const _0x399c75=a81_0x399c();return a81_0x29f3=function(_0x29f3b5,_0x16ad59){_0x29f3b5=_0x29f3b5-0x17c;let _0x4e0319=_0x399c75[_0x29f3b5];return _0x4e0319;},a81_0x29f3(_0x5e8c64,_0x4fb001);}function a81_0x399c(){const _0x4cbe6a=['exports','logger','resolveInstance','params','instance','DGQOK','../instances/trackedInstance.js','message','trackEvent:\x20automationFrameworkState=','216040NCuJoR','PlaywrightAutomationFramework','3869425MgAgIq','CREATE','getAutomationFrameworkVersion','1hoyCZf','getAutomationFrameworkName','40113234PtUsLs','getTrackedInstance','4692BvNVCs',',\x20state=','../state/automationFrameworkState.js','3412304itSisP','setTrackedInstance','bsParams','../../../helpers/classLogger.js','trackPlaywrightInstance','./automationFramework.js','bTkuB','2464854mRophj','../cliUtils.js','nMzmY','info','trackEvent','runHooks','createContext','\x20hookState=','9555kTnipo','4543368ZkbgAF','qJTyI'];a81_0x399c=function(){return _0x4cbe6a;};return a81_0x399c();}const a81_0x419e16=a81_0x29f3;(function(_0x3ccc32,_0x12c077){const _0xcb0146=a81_0x29f3,_0x522f92=_0x3ccc32();while(!![]){try{const _0x16b3b8=parseInt(_0xcb0146(0x187))/0x1*(parseInt(_0xcb0146(0x195))/0x2)+parseInt(_0xcb0146(0x19e))/0x3+parseInt(_0xcb0146(0x182))/0x4+-parseInt(_0xcb0146(0x19d))/0x5*(-parseInt(_0xcb0146(0x18b))/0x6)+parseInt(_0xcb0146(0x184))/0x7+parseInt(_0xcb0146(0x18e))/0x8+-parseInt(_0xcb0146(0x189))/0x9;if(_0x16b3b8===_0x12c077)break;else _0x522f92['push'](_0x522f92['shift']());}catch(_0x2441ac){_0x522f92['push'](_0x522f92['shift']());}}}(a81_0x399c,0xc79ae));const AutomationFramework=require(a81_0x419e16(0x193)),{createClassLogger}=require(a81_0x419e16(0x191)),AutomationFrameworkState=require(a81_0x419e16(0x18d)),CLIUtils=require(a81_0x419e16(0x196)),TrackedInstance=require(a81_0x419e16(0x17f)),AutomationFrameworkInstance=require('../instances/automationFrameworkInstance.js');class PlaywrightAutomationFramework extends AutomationFramework{[a81_0x419e16(0x1a1)]=createClassLogger(a81_0x419e16(0x183));constructor(_0x1b76ee,_0x1434ec){super(_0x1b76ee,_0x1434ec);}async[a81_0x419e16(0x199)](_0x9b720d,_0x374544,_0x2bcc88={}){const _0x1d1eec=a81_0x419e16,_0x58fb5b={};_0x58fb5b['qJTyI']=function(_0x7e0572,_0x206af4){return _0x7e0572===_0x206af4;};const _0x429089=_0x58fb5b;this['logger']['debug'](_0x1d1eec(0x181)+_0x9b720d+_0x1d1eec(0x19c)+_0x374544),await super['trackEvent'](_0x9b720d,_0x374544,_0x2bcc88);const _0x1a02c3=this[_0x1d1eec(0x1a2)](_0x9b720d,_0x374544,_0x2bcc88);if(_0x429089[_0x1d1eec(0x19f)](_0x1a02c3,null))return;_0x2bcc88[_0x1d1eec(0x17d)]=_0x1a02c3,await this[_0x1d1eec(0x19a)](_0x1a02c3,_0x9b720d,_0x374544,_0x2bcc88);}[a81_0x419e16(0x1a2)](_0x58bf2b,_0x2b3504,_0x2513b7={}){const _0x5056b9=a81_0x419e16,_0x159665={};_0x159665['nMzmY']=function(_0x2446fb,_0x4b9b09){return _0x2446fb===_0x4b9b09;},_0x159665[_0x5056b9(0x194)]=function(_0x2406e6,_0x4b377a){return _0x2406e6===_0x4b377a;};const _0x33107a=_0x159665;let _0x3afe80=null;return(_0x33107a[_0x5056b9(0x197)](_0x58bf2b,AutomationFrameworkState[_0x5056b9(0x185)])||_0x33107a[_0x5056b9(0x197)](_0x58bf2b,AutomationFrameworkState['PLAYWRIGHT_DISPATCH'])&&(_0x2513b7[_0x5056b9(0x180)]&&_0x2513b7[_0x5056b9(0x180)]['params']&&_0x2513b7[_0x5056b9(0x180)][_0x5056b9(0x17c)][_0x5056b9(0x190)])||_0x33107a[_0x5056b9(0x194)](_0x58bf2b,AutomationFrameworkState['NONE']))&&this[_0x5056b9(0x192)](_0x58bf2b,_0x2513b7),_0x3afe80=AutomationFramework[_0x5056b9(0x18a)](),_0x3afe80;}[a81_0x419e16(0x192)](_0x22402e,_0x518844){const _0x185484=a81_0x419e16,_0x2ad721={};_0x2ad721[_0x185484(0x17e)]='trackPlaywrightInstance:\x20instance\x20already\x20exists';const _0x5a8633=_0x2ad721;if(AutomationFramework[_0x185484(0x18a)]()){this[_0x185484(0x1a1)][_0x185484(0x198)](_0x5a8633[_0x185484(0x17e)]);return;}const _0x23d972=CLIUtils['getCurrentInstanceName'](),_0x197a98=TrackedInstance[_0x185484(0x19b)](_0x23d972);let _0x4814c6=null;this[_0x185484(0x1a1)][_0x185484(0x198)]('trackPlaywrightInstance:\x20created\x20instance\x20for\x20target='+_0x23d972+_0x185484(0x18c)+_0x22402e),_0x4814c6=new AutomationFrameworkInstance(_0x197a98,this[_0x185484(0x188)](),this[_0x185484(0x186)](),_0x22402e),AutomationFramework[_0x185484(0x18f)](_0x197a98,_0x4814c6),this['logger'][_0x185484(0x198)]('trackPlaywrightInstance:\x20saved\x20instance\x20contextId='+_0x197a98['getId']()+'\x20target='+_0x23d972);}}module[a81_0x419e16(0x1a0)]=PlaywrightAutomationFramework;
1
+ const a81_0x318301=a81_0x1aba;(function(_0x48d4d1,_0x202bc6){const _0x1008ce=a81_0x1aba,_0x22db5c=_0x48d4d1();while(!![]){try{const _0x4896b7=-parseInt(_0x1008ce(0x141))/0x1*(-parseInt(_0x1008ce(0x12d))/0x2)+-parseInt(_0x1008ce(0x12e))/0x3+-parseInt(_0x1008ce(0x13f))/0x4+-parseInt(_0x1008ce(0x131))/0x5*(parseInt(_0x1008ce(0x13b))/0x6)+parseInt(_0x1008ce(0x14b))/0x7+parseInt(_0x1008ce(0x129))/0x8*(-parseInt(_0x1008ce(0x12b))/0x9)+parseInt(_0x1008ce(0x128))/0xa;if(_0x4896b7===_0x202bc6)break;else _0x22db5c['push'](_0x22db5c['shift']());}catch(_0x4f083a){_0x22db5c['push'](_0x22db5c['shift']());}}}(a81_0x4dfa,0xcf5c1));const AutomationFramework=require(a81_0x318301(0x145)),{createClassLogger}=require(a81_0x318301(0x13d)),AutomationFrameworkState=require(a81_0x318301(0x135)),CLIUtils=require(a81_0x318301(0x132)),TrackedInstance=require(a81_0x318301(0x14a)),AutomationFrameworkInstance=require(a81_0x318301(0x123));function a81_0x1aba(_0x567928,_0x284f7a){const _0x4dfa2c=a81_0x4dfa();return a81_0x1aba=function(_0x1abad2,_0x4db61c){_0x1abad2=_0x1abad2-0x121;let _0x40e428=_0x4dfa2c[_0x1abad2];return _0x40e428;},a81_0x1aba(_0x567928,_0x284f7a);}class PlaywrightAutomationFramework extends AutomationFramework{[a81_0x318301(0x124)]=createClassLogger(a81_0x318301(0x133));constructor(_0x46727d,_0x4bf1dc){super(_0x46727d,_0x4bf1dc);}async[a81_0x318301(0x12f)](_0x4b420e,_0x220fa6,_0x3f0b60={}){const _0x21f27a=a81_0x318301,_0x514b95={};_0x514b95[_0x21f27a(0x12c)]=function(_0x345d07,_0x404ab2){return _0x345d07===_0x404ab2;};const _0x3c8697=_0x514b95;this[_0x21f27a(0x124)]['debug'](_0x21f27a(0x144)+_0x4b420e+_0x21f27a(0x13e)+_0x220fa6),await super[_0x21f27a(0x12f)](_0x4b420e,_0x220fa6,_0x3f0b60);const _0x430372=this[_0x21f27a(0x125)](_0x4b420e,_0x220fa6,_0x3f0b60);if(_0x3c8697['vpCwS'](_0x430372,null))return;_0x3f0b60[_0x21f27a(0x121)]=_0x430372,await this['runHooks'](_0x430372,_0x4b420e,_0x220fa6,_0x3f0b60);}[a81_0x318301(0x125)](_0x1b5abe,_0x2e83b0,_0x52eb95={}){const _0x537298=a81_0x318301,_0x3d07fc={};_0x3d07fc[_0x537298(0x130)]=function(_0x30aa3b,_0x192f57){return _0x30aa3b===_0x192f57;},_0x3d07fc['oVyUs']=function(_0x3f7be4,_0x137b44){return _0x3f7be4===_0x137b44;},_0x3d07fc[_0x537298(0x13c)]=function(_0x1ea491,_0x6d0775){return _0x1ea491===_0x6d0775;};const _0x277a5=_0x3d07fc;let _0x30b663=null;return(_0x277a5[_0x537298(0x130)](_0x1b5abe,AutomationFrameworkState[_0x537298(0x122)])||_0x277a5[_0x537298(0x143)](_0x1b5abe,AutomationFrameworkState[_0x537298(0x147)])&&(_0x52eb95[_0x537298(0x12a)]&&_0x52eb95[_0x537298(0x12a)]['params']&&_0x52eb95['message'][_0x537298(0x13a)][_0x537298(0x137)])||_0x277a5[_0x537298(0x13c)](_0x1b5abe,AutomationFrameworkState[_0x537298(0x146)]))&&this['trackPlaywrightInstance'](_0x1b5abe,_0x52eb95),_0x30b663=AutomationFramework['getTrackedInstance'](),_0x30b663;}[a81_0x318301(0x127)](_0x228207,_0x40a44c){const _0x43c4a3=a81_0x318301,_0x47c348={};_0x47c348['bnDaC']='trackPlaywrightInstance:\x20instance\x20already\x20exists';const _0x4bed6d=_0x47c348;if(AutomationFramework[_0x43c4a3(0x139)]()){this['logger'][_0x43c4a3(0x136)](_0x4bed6d[_0x43c4a3(0x148)]);return;}const _0x265abc=CLIUtils['getCurrentInstanceName'](),_0x9231ab=TrackedInstance['createContext'](_0x265abc);let _0x48a7d4=null;this['logger'][_0x43c4a3(0x136)](_0x43c4a3(0x142)+_0x265abc+_0x43c4a3(0x138)+_0x228207),_0x48a7d4=new AutomationFrameworkInstance(_0x9231ab,this['getAutomationFrameworkName'](),this[_0x43c4a3(0x140)](),_0x228207),AutomationFramework[_0x43c4a3(0x126)](_0x9231ab,_0x48a7d4),this[_0x43c4a3(0x124)][_0x43c4a3(0x136)](_0x43c4a3(0x149)+_0x9231ab[_0x43c4a3(0x134)]()+'\x20target='+_0x265abc);}}function a81_0x4dfa(){const _0x2c3e89=['7426OFAwMN','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','oVyUs','trackEvent:\x20automationFrameworkState=','./automationFramework.js','NONE','PLAYWRIGHT_DISPATCH','bnDaC','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','../instances/trackedInstance.js','11097884pytsmT','instance','CREATE','../instances/automationFrameworkInstance.js','logger','resolveInstance','setTrackedInstance','trackPlaywrightInstance','19733180yfmGHl','40uTfJEE','message','2736009AFLRjq','vpCwS','412EkCEYu','699318PhjoQS','trackEvent','BGJRA','865WHqPsX','../cliUtils.js','PlaywrightAutomationFramework','getId','../state/automationFrameworkState.js','info','bsParams',',\x20state=','getTrackedInstance','params','38334aRvClz','fgfNK','../../../helpers/classLogger.js','\x20hookState=','5522932fRytiZ','getAutomationFrameworkVersion'];a81_0x4dfa=function(){return _0x2c3e89;};return a81_0x4dfa();}module['exports']=PlaywrightAutomationFramework;