browserstack-node-sdk 1.63.2 → 1.63.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (218) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  56. package/src/bin/jasmine/command.js +1 -1
  57. package/src/bin/jasmine/test.setup.js +1 -1
  58. package/src/bin/jasmine/testRunMap.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/loadErrors.js +1 -1
  75. package/src/bin/load/loadUtils.js +1 -1
  76. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  77. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  78. package/src/bin/mocha/command.js +1 -1
  79. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  80. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  81. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  82. package/src/bin/mocha/test.setup.js +1 -1
  83. package/src/bin/newman/command.js +1 -1
  84. package/src/bin/newman/helper.js +1 -1
  85. package/src/bin/newman/reporter/index.js +1 -1
  86. package/src/bin/newman/scriptRunner.js +1 -1
  87. package/src/bin/nightwatch/command.js +1 -1
  88. package/src/bin/playwright/accessibility-helper.js +1 -1
  89. package/src/bin/playwright/command.js +1 -1
  90. package/src/bin/playwright/globalSetup.js +1 -1
  91. package/src/bin/playwright/mock-process.js +1 -1
  92. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  93. package/src/bin/playwright/patches.js +1 -1
  94. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  95. package/src/bin/playwright/reporter/reporter.js +1 -1
  96. package/src/bin/playwright/reporter/test-details.js +1 -1
  97. package/src/bin/playwright/sessionDetails.js +1 -1
  98. package/src/bin/puppeteer/patches.js +1 -1
  99. package/src/bin/puppeteer/sessionDetails.js +1 -1
  100. package/src/bin/puppeteer/test.setup.js +1 -1
  101. package/src/bin/runner.js +1 -1
  102. package/src/bin/setup.js +1 -1
  103. package/src/bin/test-runner/index.js +1 -1
  104. package/src/bin/test-runner/runTest.js +1 -1
  105. package/src/bin/test-runner/testWorker.js +1 -1
  106. package/src/bin/testcafe/a11y-runner.js +1 -1
  107. package/src/bin/testcafe/command.js +1 -1
  108. package/src/bin/testcafe/reporter/index.js +1 -1
  109. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  110. package/src/bin/testcafe/session-registry.js +1 -1
  111. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  112. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  113. package/src/bin/testcafe/w3c-driver.js +1 -1
  114. package/src/bin/utils/apiUtilityMethods.js +1 -1
  115. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  116. package/src/bin/utils/constants.js +1 -1
  117. package/src/bin/utils/log4jsAppender.js +1 -1
  118. package/src/bin/utils/logPatcher.js +1 -1
  119. package/src/bin/utils/logReportingAPI.js +1 -1
  120. package/src/bin/utils/playwright-patcher.js +1 -1
  121. package/src/bin/utils/puppeteer-patcher.js +1 -1
  122. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  123. package/src/bin/utils/sharedUtils.js +1 -1
  124. package/src/bin/v2/TestInfo.js +1 -1
  125. package/src/bin/v2/browserstackCLI.js +1 -1
  126. package/src/bin/v2/cliUtils.js +1 -1
  127. package/src/bin/v2/customTagManager.js +1 -1
  128. package/src/bin/v2/eventDispatcher.js +1 -1
  129. package/src/bin/v2/framework/automationFramework.js +1 -1
  130. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  131. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  132. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  133. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  134. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  135. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  136. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  137. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  138. package/src/bin/v2/framework/testFramework.js +1 -1
  139. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  140. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  141. package/src/bin/v2/grpcClient.js +1 -1
  142. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  143. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  144. package/src/bin/v2/instances/trackedContext.js +1 -1
  145. package/src/bin/v2/instances/trackedInstance.js +1 -1
  146. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  147. package/src/bin/v2/modules/baseModule.js +1 -1
  148. package/src/bin/v2/modules/loadTestModule.js +1 -1
  149. package/src/bin/v2/modules/observabilityModule.js +1 -1
  150. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  151. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  152. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  153. package/src/bin/v2/modules/testhubModule.js +1 -1
  154. package/src/bin/v2/sdkErrorHandler.js +1 -1
  155. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  156. package/src/bin/v2/state/hookState.js +1 -1
  157. package/src/bin/v2/state/testFrameworkState.js +1 -1
  158. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  159. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  160. package/src/bin/v2/utils/jest-utils.js +1 -1
  161. package/src/bin/vanilla-js/command.js +1 -1
  162. package/src/browserStackSdk.js +1 -1
  163. package/src/helpers/BrowserStackSetup.js +1 -1
  164. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  165. package/src/helpers/accessibility-automation/constants.js +1 -1
  166. package/src/helpers/accessibility-automation/helper.js +1 -1
  167. package/src/helpers/accessibility-automation/scripts.js +1 -1
  168. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  169. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  170. package/src/helpers/ats/constants.js +1 -1
  171. package/src/helpers/ats/helper.js +1 -1
  172. package/src/helpers/caCertHelper.js +1 -1
  173. package/src/helpers/capsMapping.js +1 -1
  174. package/src/helpers/central-scanner/constants.js +1 -1
  175. package/src/helpers/central-scanner/helpers.js +1 -1
  176. package/src/helpers/classLogger.js +1 -1
  177. package/src/helpers/driverInitErrorReporter.js +1 -1
  178. package/src/helpers/globals.js +1 -1
  179. package/src/helpers/helper.js +1 -1
  180. package/src/helpers/logger.js +1 -1
  181. package/src/helpers/metadata.js +1 -1
  182. package/src/helpers/patchHelper.js +1 -1
  183. package/src/helpers/patchHelpers.js +1 -1
  184. package/src/helpers/percy/Percy.js +1 -1
  185. package/src/helpers/percy/PercyBinary.js +1 -1
  186. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  187. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  188. package/src/helpers/percy/PercySDK.js +1 -1
  189. package/src/helpers/percy/index.js +1 -1
  190. package/src/helpers/percy/utils.js +1 -1
  191. package/src/helpers/performance/constants.js +1 -1
  192. package/src/helpers/performance/performance-tester.js +1 -1
  193. package/src/helpers/playwright-helper.js +1 -1
  194. package/src/helpers/processHelper.js +1 -1
  195. package/src/helpers/puppeteer-helper.js +1 -1
  196. package/src/helpers/request-spy.js +1 -1
  197. package/src/helpers/setKeepAlive.js +1 -1
  198. package/src/helpers/stackFrameUtils.js +1 -1
  199. package/src/helpers/test-observability/constants.js +1 -1
  200. package/src/helpers/test-observability/error-handler.js +1 -1
  201. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  202. package/src/helpers/test-observability/sessionHandler.js +1 -1
  203. package/src/helpers/test-observability/utils.js +1 -1
  204. package/src/helpers/test-orchestration/constants.js +1 -1
  205. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  206. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  207. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  208. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  209. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  210. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  211. package/src/helpers/testhub/constants.js +1 -1
  212. package/src/helpers/testhub/testhubHandler.js +1 -1
  213. package/src/helpers/testhub/utils.js +1 -1
  214. package/src/helpers/timeoutPromise.js +1 -1
  215. package/src/helpers/utilities.js +1 -1
  216. package/src/helpers/w3cMapping.js +1 -1
  217. package/src/hubAllocationMethods.js +1 -1
  218. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a92_0x260d(_0x275894,_0x1530b1){const _0x3e8066=a92_0x3e80();return a92_0x260d=function(_0x260dea,_0x53e06f){_0x260dea=_0x260dea-0xd6;let _0xe83a83=_0x3e8066[_0x260dea];return _0xe83a83;},a92_0x260d(_0x275894,_0x1530b1);}function a92_0x3e80(){const _0x152ea7=['getJestTestTags','tdpDy','jTDhC','GYbvF','failed','match','getHooksForTest','1iSJDlO','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','getJestFailureType','JSRMP','DEFAULT_TEST_RESULT','toISOString','yUxGF','\x20(testIdentifier),\x20result=','hooks','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','\x20(testIdentifier),\x20hookType=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','title','setActiveHook','POST',',\x20exception=','wGfbJ',',\x20scope:\x20','stack-trace','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','filePath','KEY_HOOK_LAST_STARTED',',\x20failureReason=','OkXkA','27qwCvsk','\x22\x20hook','\x20&\x20hookState=','test_run_id','DXwXm',',\x20test_run_uuid=','removePendingHooks',',\x20messageLength=','vCmFF','GkMol','hookType','message','location',',\x20platformIndex:\x20','KEY_TEST_ATTACHMENTS','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','KEY_TEST_SCOPES','KEY_TEST_SCOPE','concat','KEY_TEST_NAME','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','emxEO','../state/hookState.js','zBzCZ','replace','resolveInstance','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=',',\x20hookData=','KEY_TEST_FILE_PATH','KEY_TEST_CODE','CmmeR','Ocumy','TJMSu','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=',',\x20consoleLogs:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','hookAnalyticsId','push','qKhkM','createTestFrameworkEventPayload','__workerDetails','name',',\x20hookId=','QgZHX',',\x20hook_run_uuid=','bEIan',',\x20version=','../instances/testFrameworkInstance.js','eventJson','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','YWbZm','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','getCurrentHookState','Assert','NONE','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','Processing\x20','file_name','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','KEY_TEST_STARTED_AT','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','status','scopes','uRLDl','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','started_at','ROOT_DESCRIBE_BLOCK','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','KEY_TEST_LOGS','testFrameworkState','KEY_HOOKS_STARTED','OicQw',',\x20hook=','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','inspect','exports','errorsDetailed','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20',',\x20logsInBatch:\x20','keys','addMultipleEntries','filter','BKyFf','none','pBrjz','parent','storePendingHook','getContext','IIVlb','result','Unknown\x20Test','map','uiwKv','wxWly','test_run_uuid','KEY_TEST_DURATION',',\x20target=','yNDjb','processPendingHooks','mUekZ','KEY_HOOK_FAILURE','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','bdQkf','KEY_HOOK_FAILURE_TYPE','depth','\x20screenshot\x20logs\x20for\x20testId:\x20','\x20-\x20test_identifier=','../state/testFrameworkState.js','forEach','KEY_LOGS','addPendingHook','skipped','executionContext','KEY_TEST_LOCATION','vUsjr','JestTestFramework','KEY_CUSTOM_TAGS','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','277347EOYMTf','SBOSx','KEY_TEST_FAILURE_REASON','gmrAO','type','jQKRn','6qLYvPH','getPendingHooks','KEY_TEST_UUID','KEY_TEST_FAILURE_TYPE','base64',',\x20filePath=','splice','getInstance','mapTestHooks','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','KEY_HOOKS_FINISHED','getAllPendingHookTestIds','KEY_TEST_FRAMEWORK_NAME','998304xwRYvS','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','bzaGZ','152LPGASg','KEY_TEST_ENDED_AT','getActiveHook','getRef','from','getTestFrameworks','BgyZd','hook_type','KEY_TEST_RESULT','retryOf','uuid','TWqGE','parseJestTestResult','769634LteIzO','tags','slice','2273892pFLuuO','getJestTestFilePath','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','KEY_TEST_TAGS','createContext','activeHooks','includes','aegeo','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','2383770qcNeWG','GszvZ','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','substring','getTestFrameworksVersions','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','KEY_TEST_FAILURE',':testAnalyticsId','UrqFn','ceil','trackHookEvent','testUUID',',\x20remainingHooks=','NUZYy',',\x20hookState=','uhONn','get','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','OtzIZ','getTrackedInstance','JksfV','RYVYx',',\x20testData=','../../../helpers/test-observability/utils','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','format','\x20hook','scope','KEY_EVENT_ENDED_AT','runHooks','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','LOG_REPORT','wmRks','TEST_SCREENSHOT','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','AssertionError','VmQHy','file','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','getJestFailureData','../../../helpers/helper.js','KEY_HOOK_ID','testData','finished_at','hook_result','PxSiL','hook_id','../../../helpers/stackFrameUtils','maxArrayLength','2531330ZvQoRQ','hookState','beforeAll','workerInfo','BOBBZ','\x22\x20from\x20testData','getRootParentFile','\x20files','KEY_HOOK_LAST_FINISHED',',\x20scopes=','yxXbc',',\x20testId=','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','aclQF','args','olzKi','TjXbT','BEFORE_ALL','rYmOb','KEY_HOOK_NAME','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','foHtm','asyncError',',\x20filePath:\x20','KEY_TEST_FRAMEWORK_VERSION','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','pid','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','setTrackedInstance','getJestFailureReason','debug','endedAt','buildHookMapFromTest','KEY_TEST_META','body','hookData','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','\x20-\x20testId:\x20','XnNXq','logCreatedEvent','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20',',\x20storing\x20as\x20pending\x20hook','parseJestTest','trackJestInstance','PRE','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','reverse','getId','getJestTestScopes',',\x20hookState:\x20','hook_run_uuid','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','../cliUtils.js','ElRVf','platformIndex','TEST','skip','set','toString','test',',\x20payload:\x20',',\x20error:\x20','KEY_TEST_RETRY_OF',',\x20screenshotLogs:\x20','test_identifier','KEY_TEST_ID','./testFramework','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','\x20(testIdentifier),\x20tags=','getJestTestName','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','error','stringify','BVbEh','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','has','hookUUID','tezUF','startedAt','UnhandledError','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','browserstackPlatformIndex','KEY_HOOK_RESULT','trackEvent','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','getThreadId','code','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','sendLogCreatedEvent','../instances/trackedInstance.js','ezKKp','PnaSv','KEY_AUTOMATE_SESSION_NAME',',\x20result=','KEY_EVENT_STARTED_AT',',\x20testFramework=','\x20for\x20testId:\x20','IsaFk','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','zjcaT','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','KEY_TEST_RESULT_AT','jVapr','util','VHrDz','Wmeva','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','SoKuz','duration','iLMoR','trackJestInstance:\x20instance\x20already\x20exists','parallelIndex','\x20to\x20','DEFAULT_HOOK_RESULT',',\x20state=','_ALL','\x20attachments','hasPendingHooks',',\x20response=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','afterAll','isArray','findIndex','7511405ZvLIyE','getAllData','oPIOE','pbkbF','testId','ALL','isJestInternalHook','split','xTWft','hookMetadata','event_ended_at','unknown',',\x20totalBatches:\x20','join','length','originalTest','instance',',\x20failureType=','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','failure_reason',',\x20state:\x20','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','warn',',\x20hookType=','sJcbr','gfVfr','ORlSc','getCurrentTestState','testFrameworkVersion','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20',',\x20totalHooks=','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','\x20(testIdentifier)',',\x20hookUUID=','trackJestInstance:\x20created\x20instance\x20for\x20target='];a92_0x3e80=function(){return _0x152ea7;};return a92_0x3e80();}const a92_0x2d5483=a92_0x260d;(function(_0x433709,_0x593cdf){const _0x116870=a92_0x260d,_0x2bb3c0=_0x433709();while(!![]){try{const _0xf826b1=parseInt(_0x116870(0x16e))/0x1*(parseInt(_0x116870(0x220))/0x2)+-parseInt(_0x116870(0x210))/0x3+parseInt(_0x116870(0x223))/0x4+-parseInt(_0x116870(0x25e))/0x5*(-parseInt(_0x116870(0x203))/0x6)+-parseInt(_0x116870(0x1fd))/0x7*(parseInt(_0x116870(0x213))/0x8)+-parseInt(_0x116870(0x186))/0x9*(-parseInt(_0x116870(0x22c))/0xa)+-parseInt(_0x116870(0x142))/0xb;if(_0xf826b1===_0x593cdf)break;else _0x2bb3c0['push'](_0x2bb3c0['shift']());}catch(_0x110015){_0x2bb3c0['push'](_0x2bb3c0['shift']());}}}(a92_0x3e80,0x632f9));const TestFramework=require(a92_0x2d5483(0x109)),TestFrameworkState=require(a92_0x2d5483(0x1f2)),HookState=require(a92_0x2d5483(0x19c)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a92_0x2d5483(0x1b5)),CLIUtils=require(a92_0x2d5483(0xfb)),TrackedInstance=require(a92_0x2d5483(0x120)),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),{getManualUploadLogs,getMediaArtifactsLogs}=require(a92_0x2d5483(0x255)),{isInternalHook}=require('../../../helpers/test-observability/utils'),logger=createClassLogger(a92_0x2d5483(0x1fa)),{v4:uuidv4}=require(a92_0x2d5483(0x21d)),util=require(a92_0x2d5483(0x12e)),TestInfo=require('../TestInfo.js'),GrpcClient=require('../grpcClient'),stackTrace=require(a92_0x2d5483(0x180)),{pickUserFrameFile}=require(a92_0x2d5483(0x25c));class JestTestFramework extends TestFramework{constructor(_0x22773f,_0x578e48,_0x3a2d44){const _0x1b006a=a92_0x2d5483;super(_0x22773f,_0x578e48,_0x3a2d44),this[_0x1b006a(0x228)]=new Map();}[a92_0x2d5483(0x17b)](_0x4cb66d,_0x330e02,_0x2e12d2){const _0x282c71=a92_0x2d5483,_0x279ac6={};_0x279ac6[_0x282c71(0x1c5)]=function(_0xfb8e50,_0x350e28){return _0xfb8e50||_0x350e28;};const _0x22af20=_0x279ac6;if(_0x22af20[_0x282c71(0x1c5)](!_0x4cb66d,!_0x330e02)){logger[_0x282c71(0x15a)](_0x282c71(0x245)+_0x4cb66d+',\x20hookUUID='+_0x330e02);return;}!this[_0x282c71(0x228)]['has'](_0x4cb66d)&&this[_0x282c71(0x228)][_0x282c71(0x100)](_0x4cb66d,[]);const _0x3702f7={'hookUUID':_0x330e02,'hookType':_0x2e12d2,'startedAt':new Date()[_0x282c71(0x173)]()};this[_0x282c71(0x228)][_0x282c71(0x23c)](_0x4cb66d)[_0x282c71(0x1ab)](_0x3702f7),logger['debug']('[JestTestFramework]\x20setActiveHook:\x20testIdentifier='+_0x4cb66d+',\x20hookUUID='+_0x330e02+_0x282c71(0x15b)+_0x2e12d2+_0x282c71(0x162)+this[_0x282c71(0x228)][_0x282c71(0x23c)](_0x4cb66d)[_0x282c71(0x150)]);}['removeActiveHook'](_0x50d14f,_0x3ffbe0){const _0x5c190f=a92_0x2d5483,_0x1f19bb={};_0x1f19bb[_0x5c190f(0x268)]=function(_0x52aaeb,_0x1305a8){return _0x52aaeb||_0x1305a8;},_0x1f19bb[_0x5c190f(0x242)]=function(_0x444b23,_0x2b2b9b){return _0x444b23!==_0x2b2b9b;},_0x1f19bb[_0x5c190f(0x1ed)]=function(_0x23918a,_0x2c8149){return _0x23918a===_0x2c8149;};const _0x38aa77=_0x1f19bb;if(_0x38aa77[_0x5c190f(0x268)](!_0x50d14f,!_0x3ffbe0)){logger[_0x5c190f(0x15a)](_0x5c190f(0x181)+_0x50d14f+',\x20hookUUID='+_0x3ffbe0);return;}if(this['activeHooks'][_0x5c190f(0x112)](_0x50d14f)){const _0x561628=this['activeHooks'][_0x5c190f(0x23c)](_0x50d14f),_0x11b801=_0x561628[_0x5c190f(0x141)](_0x4f8f9a=>_0x4f8f9a[_0x5c190f(0x113)]===_0x3ffbe0);_0x38aa77[_0x5c190f(0x242)](_0x11b801,-0x1)?(_0x561628[_0x5c190f(0x209)](_0x11b801,0x1),logger[_0x5c190f(0xe5)]('[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier='+_0x50d14f+_0x5c190f(0x165)+_0x3ffbe0+_0x5c190f(0x238)+_0x561628['length']),_0x38aa77[_0x5c190f(0x1ed)](_0x561628[_0x5c190f(0x150)],0x0)&&this['activeHooks']['delete'](_0x50d14f)):logger[_0x5c190f(0xe5)](_0x5c190f(0x12b)+_0x50d14f+_0x5c190f(0x165)+_0x3ffbe0);}}[a92_0x2d5483(0x215)](_0x1c336f){const _0x48003d=a92_0x2d5483,_0x21624d={};_0x21624d['aegeo']=function(_0x3ae327,_0x49b1f6){return _0x3ae327>_0x49b1f6;},_0x21624d[_0x48003d(0x22d)]=function(_0x34a264,_0x5becbf){return _0x34a264-_0x5becbf;};const _0x1aa1da=_0x21624d;if(!_0x1c336f)return null;if(this[_0x48003d(0x228)][_0x48003d(0x112)](_0x1c336f)){const _0x115061=this['activeHooks'][_0x48003d(0x23c)](_0x1c336f);if(_0x1aa1da[_0x48003d(0x22a)](_0x115061[_0x48003d(0x150)],0x0)){const _0x3b5a2e=_0x115061[_0x1aa1da[_0x48003d(0x22d)](_0x115061[_0x48003d(0x150)],0x1)];return logger[_0x48003d(0xe5)](_0x48003d(0x23e)+_0x1c336f+_0x48003d(0x165)+_0x3b5a2e[_0x48003d(0x113)]+_0x48003d(0x15b)+_0x3b5a2e[_0x48003d(0x190)]),_0x3b5a2e;}}return null;}async[a92_0x2d5483(0x11a)](_0x19d189,_0x4b11fa,_0x2861af={}){const _0x7aa856=a92_0x2d5483,_0x361c7f={};_0x361c7f[_0x7aa856(0x134)]=_0x7aa856(0x156),_0x361c7f[_0x7aa856(0x1b3)]=function(_0x22a634,_0x4de954){return _0x22a634===_0x4de954;},_0x361c7f['tdpDy']=function(_0x316df0,_0x4a2f60){return _0x316df0===_0x4a2f60;},_0x361c7f[_0x7aa856(0x185)]=function(_0x54c685,_0x18136c){return _0x54c685||_0x18136c;},_0x361c7f[_0x7aa856(0x114)]=_0x7aa856(0x155);const _0x52f2d9=_0x361c7f;logger[_0x7aa856(0xe5)](_0x7aa856(0x159)+_0x19d189+',\x20hookState='+_0x4b11fa+',\x20argsKeys='+Object[_0x7aa856(0x1d6)](_0x2861af)[_0x7aa856(0x14f)](',')),await super[_0x7aa856(0x11a)](_0x19d189,_0x4b11fa,_0x2861af);const _0x386fab=this['resolveInstance'](_0x19d189,_0x4b11fa,_0x2861af);if(!_0x386fab){logger[_0x7aa856(0xe5)](_0x52f2d9[_0x7aa856(0x134)]);return;}try{let _0x2792fd,_0x566c41,_0x34f203;switch(_0x19d189){case TestFrameworkState[_0x7aa856(0xfe)]:_0x2792fd=_0x2861af[_0x7aa856(0x102)];const _0x30bbe7={};_0x30bbe7['depth']=0x2,_0x30bbe7['maxArrayLength']=0x3,logger[_0x7aa856(0xe5)](_0x7aa856(0x1a9)+_0x4b11fa+_0x7aa856(0x243)+util[_0x7aa856(0x1d1)](_0x2792fd,_0x30bbe7)),_0x34f203=this['getJestTestIdentifier'](_0x2792fd),_0x566c41=null,logger[_0x7aa856(0xe5)](_0x7aa856(0x163)+_0x34f203+_0x7aa856(0x164));if(_0x52f2d9[_0x7aa856(0x1b3)](_0x4b11fa,HookState[_0x7aa856(0xf3)])){logger[_0x7aa856(0xe5)](_0x7aa856(0x23d)+_0x34f203);const _0x11d423={};_0x11d423['testUUID']=_0x566c41,_0x11d423[_0x7aa856(0x257)]=_0x2792fd,_0x11d423[_0x7aa856(0x146)]=_0x34f203;const _0x457f99=this[_0x7aa856(0xf1)](_0x11d423),_0xa55566={};_0xa55566[_0x7aa856(0x1ef)]=0x2,_0xa55566[_0x7aa856(0x25d)]=0x3,logger[_0x7aa856(0xe5)](_0x7aa856(0x1d4)+util[_0x7aa856(0x1d1)](_0x457f99,_0xa55566)),_0x386fab['addMultipleEntries'](_0x457f99),logger[_0x7aa856(0xe5)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0x34f203),await this[_0x7aa856(0x1e9)](_0x386fab,_0x34f203);}else{if(_0x52f2d9[_0x7aa856(0x168)](_0x4b11fa,HookState[_0x7aa856(0x17c)])){logger[_0x7aa856(0xe5)](_0x7aa856(0x177)+_0x34f203);const _0x5d3a70=_0x386fab['getAllData']()[_0x7aa856(0x23c)](_0x34f203);logger[_0x7aa856(0xe5)](_0x7aa856(0xef)+util['inspect'](Object[_0x7aa856(0x1d6)](_0x52f2d9[_0x7aa856(0x185)](_0x5d3a70,{}))));_0x5d3a70&&_0x5d3a70[TestFrameworkConstants[_0x7aa856(0x194)]]?logger['debug'](_0x7aa856(0x253)+Object[_0x7aa856(0x1d6)](_0x5d3a70[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']])[_0x7aa856(0x150)]+_0x7aa856(0x265)):logger[_0x7aa856(0xe5)](_0x52f2d9[_0x7aa856(0x114)]);const _0x255485=_0x2861af['originalTest']||null,_0x540511={};_0x540511[_0x7aa856(0x237)]=_0x566c41,_0x540511[_0x7aa856(0x257)]=_0x2792fd,_0x540511[_0x7aa856(0x146)]=_0x34f203,_0x540511[_0x7aa856(0x151)]=_0x255485;const _0x58cb1c=this[_0x7aa856(0x21f)](_0x540511),_0x27d649={};_0x27d649[_0x7aa856(0x1ef)]=0x2,_0x27d649['maxArrayLength']=0x3,logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20'+util[_0x7aa856(0x1d1)](_0x58cb1c,_0x27d649)),_0x386fab[_0x7aa856(0x1d7)](_0x58cb1c),logger['debug'](_0x7aa856(0x1bd)+_0x34f203),await this['processPendingHooks'](_0x386fab,_0x34f203);}}break;case TestFrameworkState[_0x7aa856(0x24c)]:if(_0x52f2d9['tdpDy'](_0x4b11fa,HookState[_0x7aa856(0x17c)])){const _0x5c0990={};_0x5c0990[_0x7aa856(0x1ef)]=0x2,logger[_0x7aa856(0xe5)]('[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20'+util[_0x7aa856(0x1d1)](_0x2861af,_0x5c0990)),await this['sendLogCreatedEvent'](_0x386fab,_0x19d189,_0x2861af);}break;default:if(CLIUtils['matchHookRegex'](_0x19d189[_0x7aa856(0x101)]()['split']('.')[0x1])){const _0x56c289={};_0x56c289['depth']=0x2,_0x56c289[_0x7aa856(0x25d)]=0x3,logger['debug'](_0x7aa856(0x225)+_0x19d189+_0x7aa856(0x23a)+_0x4b11fa+_0x7aa856(0x1a1)+util[_0x7aa856(0x1d1)](_0x2861af[_0x7aa856(0xea)],_0x56c289));const _0x24e138=await this[_0x7aa856(0x236)](_0x386fab,_0x19d189,_0x4b11fa,_0x2861af),_0x3d2a50={};_0x3d2a50['depth']=0x2,_0x3d2a50[_0x7aa856(0x25d)]=0x3,logger[_0x7aa856(0xe5)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20'+util[_0x7aa856(0x1d1)](_0x24e138,_0x3d2a50)),_0x386fab['addMultipleEntries'](_0x24e138);}else logger[_0x7aa856(0xe5)](_0x7aa856(0x1c0)+_0x19d189+_0x7aa856(0x188)+_0x4b11fa);break;}logger[_0x7aa856(0xe5)](_0x7aa856(0x19a)+_0x19d189+_0x7aa856(0x23a)+_0x4b11fa);}catch(_0x53dc05){logger[_0x7aa856(0x10e)](_0x7aa856(0xfa)+_0x19d189+',\x20hookState='+_0x4b11fa+_0x7aa856(0x17d)+util['format'](_0x53dc05));}_0x2861af[_0x7aa856(0x152)]=_0x386fab,await this[_0x7aa856(0x24a)](_0x386fab,_0x19d189,_0x4b11fa,_0x2861af);}['getJestTestIdentifier'](_0x304bc7){const _0x44570e=a92_0x2d5483,_0x44f498={};_0x44f498[_0x44570e(0x1f9)]=_0x44570e(0x1fc);const _0xa5767a=_0x44f498;if(_0x304bc7&&(_0x304bc7['id']||_0x304bc7[_0x44570e(0x21d)])){const _0x372e7d=_0x304bc7['id']||_0x304bc7[_0x44570e(0x21d)];return logger[_0x44570e(0xe5)](_0x44570e(0x20c)+_0x372e7d+_0x44570e(0x263)),_0x372e7d;}return logger[_0x44570e(0xe5)](_0xa5767a['vUsjr']),process[_0x44570e(0xe1)]+_0x44570e(0x233);}[a92_0x2d5483(0x19f)](_0x1d625d,_0x4e499d,_0x16309a={}){const _0x3cbf89=a92_0x2d5483;let _0xaea8c9=null;return _0xaea8c9=TestFramework[_0x3cbf89(0x240)](),!_0xaea8c9?(logger[_0x3cbf89(0xe5)](_0x3cbf89(0x1a7)+_0x1d625d),this[_0x3cbf89(0xf2)](_0x1d625d,_0x16309a),_0xaea8c9=TestFramework[_0x3cbf89(0x240)](),logger[_0x3cbf89(0xe5)](_0x3cbf89(0x10d)+!!_0xaea8c9+',\x20contextId='+_0xaea8c9?.[_0x3cbf89(0x1de)]()?.['getId']())):logger[_0x3cbf89(0xe5)](_0x3cbf89(0x1b9)+_0xaea8c9[_0x3cbf89(0x1de)]()?.['getId']()),_0xaea8c9;}['trackJestInstance'](_0x4517d2,_0x2118d7){const _0x5bc3d1=a92_0x2d5483,_0x205b0a={};_0x205b0a['QgZHX']=_0x5bc3d1(0x135);const _0x53f82b=_0x205b0a;if(TestFramework[_0x5bc3d1(0x240)]()){logger['debug'](_0x53f82b[_0x5bc3d1(0x1b1)]);return;}const _0x4f8503=CLIUtils['getCurrentInstanceName'](),_0x3c9901=TrackedInstance[_0x5bc3d1(0x227)](_0x4f8503);let _0x31bfb2=null;logger['debug'](_0x5bc3d1(0x166)+_0x4f8503+_0x5bc3d1(0x139)+_0x4517d2),_0x31bfb2=new TestFrameworkInstance(_0x3c9901,this['getTestFrameworks'](),this[_0x5bc3d1(0x230)](),_0x4517d2,HookState[_0x5bc3d1(0x1bc)]),TestFramework[_0x5bc3d1(0xe3)](_0x3c9901,_0x31bfb2),logger['debug'](_0x5bc3d1(0x231)+_0x3c9901[_0x5bc3d1(0xf6)]()+_0x5bc3d1(0x1e7)+_0x4f8503+_0x5bc3d1(0x126)+this['getTestFrameworks']()[0x0]+_0x5bc3d1(0x1b4)+this[_0x5bc3d1(0x230)]()[this['getTestFrameworks']()[0x0]]);}[a92_0x2d5483(0xf1)](_0x372dc9){const _0x3c1ac4=a92_0x2d5483,_0x412d1d={};_0x412d1d[_0x3c1ac4(0x21e)]=function(_0x6f1db3,_0x3a4ac6){return _0x6f1db3||_0x3a4ac6;},_0x412d1d['UrqFn']='No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test';const _0x24cc8d=_0x412d1d,{testUUID:_0x3de0c1,testData:_0x5c8afd,testId:_0x16e892}=_0x372dc9;if(_0x24cc8d[_0x3c1ac4(0x21e)](!_0x5c8afd,!_0x16e892))return logger[_0x3c1ac4(0xe5)](_0x24cc8d[_0x3c1ac4(0x234)]),{};const _0x229695=this[_0x3c1ac4(0x218)]()[0x0],_0x403a55=this[_0x3c1ac4(0x230)](),_0x11ecbe={};_0x11ecbe['depth']=0x2,_0x11ecbe['maxArrayLength']=0x3,logger[_0x3c1ac4(0xe5)]('[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20'+util['inspect'](_0x5c8afd,_0x11ecbe));const _0x1772db=_0x5c8afd?.[_0x3c1ac4(0x1c4)]||[],_0x38ccda=this[_0x3c1ac4(0x10c)](_0x5c8afd),_0x44e8bb=this[_0x3c1ac4(0x224)](_0x5c8afd),_0xf9e967=_0x5c8afd['fn']?_0x5c8afd['fn'][_0x3c1ac4(0x101)]():_0x5c8afd?.[_0x3c1ac4(0xe9)]?_0x5c8afd['body'][_0x3c1ac4(0x11d)]['toString']():null,_0xdb7af3=this['getJestTestTags'](_0x5c8afd),_0x70db0f={[TestFrameworkConstants[_0x3c1ac4(0x20f)]]:_0x229695,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x403a55[_0x229695],[TestFrameworkConstants[_0x3c1ac4(0x1cb)]]:[],[TestFrameworkConstants[_0x3c1ac4(0x20d)]]:{},[TestFrameworkConstants[_0x3c1ac4(0x1cd)]]:{},[TestFrameworkConstants[_0x3c1ac4(0x21b)]]:TestFrameworkConstants[_0x3c1ac4(0x172)],[TestFrameworkConstants[_0x3c1ac4(0x123)]]:_0x38ccda,[TestFrameworkConstants[_0x3c1ac4(0x1a2)]]:_0x44e8bb,[TestFrameworkConstants[_0x3c1ac4(0x108)]]:_0x16e892,[TestFrameworkConstants[_0x3c1ac4(0x199)]]:_0x38ccda,[TestFrameworkConstants[_0x3c1ac4(0x1f8)]]:_0x44e8bb,[TestFrameworkConstants[_0x3c1ac4(0x1a3)]]:_0xf9e967,[TestFrameworkConstants[_0x3c1ac4(0x226)]]:_0xdb7af3,[TestFrameworkConstants[_0x3c1ac4(0x1c1)]]:_0x5c8afd['started_at']||new Date()[_0x3c1ac4(0x173)](),[TestFrameworkConstants[_0x3c1ac4(0x197)]]:_0x1772db[0x0]||'',[TestFrameworkConstants[_0x3c1ac4(0x196)]]:_0x1772db,[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x38ccda,[TestFrameworkConstants[_0x3c1ac4(0x1fb)]]:{},[TestFrameworkConstants[_0x3c1ac4(0xe8)]]:{}};_0x5c8afd[_0x3c1ac4(0x21c)]&&(_0x70db0f[TestFrameworkConstants[_0x3c1ac4(0x105)]]=_0x5c8afd[_0x3c1ac4(0x21c)]);logger[_0x3c1ac4(0xe5)](_0x3c1ac4(0x11b)+_0x38ccda+_0x3c1ac4(0x269)+_0x16e892+_0x3c1ac4(0x10b)+JSON[_0x3c1ac4(0x10f)](_0xdb7af3)+_0x3c1ac4(0x267)+util[_0x3c1ac4(0x1d1)](_0x1772db)+_0x3c1ac4(0x208)+_0x44e8bb);const _0x2897b5={};return _0x2897b5[_0x16e892]=_0x70db0f,_0x2897b5;}['parseJestTestResult'](_0x5f5e96){const _0x7d4012=a92_0x2d5483,_0x311e74={'OicQw':function(_0x2f17ec,_0x3051c7){return _0x2f17ec===_0x3051c7;},'foHtm':_0x7d4012(0x13f),'BVbEh':function(_0x38bb00,_0x59595a){return _0x38bb00===_0x59595a;},'wGfbJ':'beforeAll','jrVbs':_0x7d4012(0x147),'YWbZm':_0x7d4012(0x13a),'OtzIZ':function(_0x33f8d6,_0x1bd31a){return _0x33f8d6||_0x1bd31a;},'mwYxG':'No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','UrqpV':'unknown','qKhkM':function(_0x5cf3da,_0x4c19ae){return _0x5cf3da>_0x4c19ae;},'IsaFk':_0x7d4012(0x16b),'JksfV':_0x7d4012(0xff),'ezKKp':function(_0x3928c8,_0x17fec7){return _0x3928c8===_0x17fec7;},'VHrDz':_0x7d4012(0x1f6),'vCmFF':'passed','TJMSu':function(_0x202c68,_0xa29e59){return _0x202c68!==_0xa29e59;},'jQKRn':function(_0x6cbfe2,_0x4e2bc7,_0x30e0fc,_0x366341){return _0x6cbfe2(_0x4e2bc7,_0x30e0fc,_0x366341);},'uiwKv':function(_0x2b382e,_0x48b568){return _0x2b382e>_0x48b568;},'olzKi':'[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','qAVeb':function(_0x1f0213,_0x2be3a3){return _0x1f0213>_0x2be3a3;}},{testUUID:_0x1868c6,testData:_0x428b74,testId:_0x53c2ea}=_0x5f5e96;if(_0x311e74[_0x7d4012(0x23f)](!_0x428b74,!_0x53c2ea))return logger['debug'](_0x311e74['mwYxG']),{};const _0x384006=this[_0x7d4012(0x19f)](TestFrameworkState[_0x7d4012(0xfe)],HookState['POST']),_0x18e78d=_0x384006[_0x7d4012(0x143)]()['get'](_0x53c2ea),_0x2018d5=_0x311e74[_0x7d4012(0x23f)](_0x18e78d,{}),_0x3c97b1=_0x2018d5?_0x2018d5[TestFrameworkConstants[_0x7d4012(0x1fb)]]||{}:{},_0x361828=_0x2018d5[TestFrameworkConstants[_0x7d4012(0x194)]];logger[_0x7d4012(0xe5)]('[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20'+(_0x361828?Object[_0x7d4012(0x1d6)](_0x361828)[_0x7d4012(0x150)]:0x0)+_0x7d4012(0x13b));let _0x5d22f8=_0x311e74['UrqpV'];if(_0x428b74['result'])_0x5d22f8=_0x428b74['result'];else{if(_0x428b74['errorsDetailed']&&_0x311e74[_0x7d4012(0x1ac)](_0x428b74['errorsDetailed'][_0x7d4012(0x150)],0x0))_0x5d22f8=_0x311e74[_0x7d4012(0x128)];else _0x311e74['OicQw'](_0x428b74[_0x7d4012(0x1c3)],_0x311e74[_0x7d4012(0x241)])||_0x311e74[_0x7d4012(0x121)](_0x428b74[_0x7d4012(0x1c3)],_0x311e74[_0x7d4012(0x12f)])?_0x5d22f8=_0x311e74[_0x7d4012(0x12f)]:_0x5d22f8=_0x311e74[_0x7d4012(0x18e)];}const _0x3eef86={..._0x2018d5,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x5d22f8,[TestFrameworkConstants[_0x7d4012(0x214)]]:_0x428b74[_0x7d4012(0x258)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x7d4012(0x12c)]]:new Date()[_0x7d4012(0x173)](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x3c97b1,[TestFrameworkConstants['KEY_LOGS']]:_0x2018d5[TestFrameworkConstants[_0x7d4012(0x1f4)]]||[],[TestFrameworkConstants[_0x7d4012(0xe8)]]:{}};if(_0x311e74[_0x7d4012(0x110)](_0x5d22f8,_0x311e74[_0x7d4012(0x128)])&&_0x428b74[_0x7d4012(0x1d3)]){const _0x5affef=this[_0x7d4012(0xe4)](_0x428b74),_0x25ce62=this[_0x7d4012(0x170)](_0x428b74),_0x35b149=this[_0x7d4012(0x254)](_0x428b74);_0x3eef86[TestFrameworkConstants[_0x7d4012(0x206)]]=_0x25ce62,_0x3eef86[TestFrameworkConstants[_0x7d4012(0x1ff)]]=_0x5affef,_0x3eef86[TestFrameworkConstants[_0x7d4012(0x232)]]=_0x35b149;}_0x311e74[_0x7d4012(0x1a6)](_0x428b74[_0x7d4012(0x133)],undefined)&&(_0x3eef86[TestFrameworkConstants[_0x7d4012(0x1e6)]]=_0x428b74[_0x7d4012(0x133)]);_0x428b74[_0x7d4012(0x21c)]&&(_0x3eef86[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x428b74['retryOf']);const _0x164e01=_0x18e78d?_0x18e78d[TestFrameworkConstants[_0x7d4012(0x194)]]||{}:{},_0x405c33=_0x18e78d?_0x18e78d[TestFrameworkConstants[_0x7d4012(0x205)]]:_0x1868c6,_0x2aa77f=_0x311e74[_0x7d4012(0x202)](getManualUploadLogs,_0x164e01,_0x405c33,_0x53c2ea);if(_0x311e74[_0x7d4012(0x1e3)](_0x2aa77f[_0x7d4012(0x150)],0x0)){const _0x3cfbb9=_0x3eef86[TestFrameworkConstants[_0x7d4012(0x1f4)]]||[];_0x3eef86[TestFrameworkConstants[_0x7d4012(0x1f4)]]=[..._0x3cfbb9,..._0x2aa77f];}const _0x172305=_0x2018d5[TestFrameworkConstants[_0x7d4012(0x20d)]]||{},_0x136b7a=_0x2018d5[TestFrameworkConstants['KEY_HOOKS_STARTED']]||{},_0x1b0ffc={..._0x172305},_0xfd4b53=_0x1b0ffc;Object['keys'](_0x136b7a)[_0x7d4012(0x1f3)](_0x5dcffc=>{const _0x94d892=_0x7d4012;!_0xfd4b53[_0x5dcffc]&&(_0xfd4b53[_0x5dcffc]=[]);const _0x38af3e=new Set((_0xfd4b53[_0x5dcffc]||[])[_0x94d892(0x1e2)](_0x222ff1=>_0x222ff1[TestFrameworkConstants[_0x94d892(0x256)]]||_0x222ff1['hook_id']));(_0x136b7a[_0x5dcffc]||[])['forEach'](_0x3ba601=>{const _0x1f8b71=_0x94d892,_0x4fa248=_0x3ba601[TestFrameworkConstants[_0x1f8b71(0x256)]]||_0x3ba601['hook_id'];if(!_0x38af3e[_0x1f8b71(0x112)](_0x4fa248)){const _0x20cee5={..._0x3ba601},_0xdad5a3=_0x20cee5;!_0xdad5a3[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]&&!_0xdad5a3[_0x1f8b71(0x14c)]&&(_0xdad5a3[TestFrameworkConstants[_0x1f8b71(0x249)]]=new Date()[_0x1f8b71(0x173)]()),!_0xdad5a3[TestFrameworkConstants[_0x1f8b71(0x119)]]&&!_0xdad5a3[_0x1f8b71(0x259)]&&(_0xdad5a3[TestFrameworkConstants[_0x1f8b71(0x119)]]=TestFrameworkConstants[_0x1f8b71(0x138)]),_0xfd4b53[_0x5dcffc]['push'](_0xdad5a3);}});});if(_0x5f5e96[_0x7d4012(0x151)]){this[_0x7d4012(0x20b)](_0x5f5e96[_0x7d4012(0x151)]);const _0x477f67=this[_0x7d4012(0xe7)](_0x5f5e96[_0x7d4012(0x151)]),_0x19dd99=this[_0x7d4012(0x16d)](_0x5f5e96[_0x7d4012(0x151)]);_0x19dd99[_0x7d4012(0x1f3)](_0x5400e5=>{const _0x437b15=_0x7d4012,_0x3272fa=_0x477f67[_0x437b15(0x23c)](_0x5400e5);if(_0x3272fa&&(_0x311e74[_0x437b15(0x1ce)](_0x3272fa['type'],_0x311e74[_0x437b15(0xdc)])||_0x311e74[_0x437b15(0x110)](_0x3272fa[_0x437b15(0x201)],_0x311e74[_0x437b15(0x17e)]))){const _0x294040=_0x3272fa[_0x437b15(0x201)]['toUpperCase']()[_0x437b15(0x19e)](_0x311e74['jrVbs'],_0x311e74[_0x437b15(0x1b8)]),_0x15d897=_0x294040;!_0xfd4b53[_0x15d897]&&(_0xfd4b53[_0x15d897]=[]);const _0x4caa4a=_0xfd4b53[_0x15d897]['find'](_0x3ee96f=>(_0x3ee96f[TestFrameworkConstants[_0x437b15(0x256)]]||_0x3ee96f[_0x437b15(0x25b)])===_0x5400e5);!_0x4caa4a&&_0xfd4b53[_0x15d897][_0x437b15(0x1ab)]({'key':_0x15d897,[TestFrameworkConstants[_0x437b15(0x256)]]:_0x5400e5,[TestFrameworkConstants[_0x437b15(0x119)]]:TestFrameworkConstants[_0x437b15(0x138)],[TestFrameworkConstants[_0x437b15(0x125)]]:new Date()[_0x437b15(0x173)](),[TestFrameworkConstants[_0x437b15(0x249)]]:new Date()[_0x437b15(0x173)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x437b15(0xda)]]:_0x3272fa[_0x437b15(0x1af)]||_0x3272fa[_0x437b15(0x201)]+_0x437b15(0x247),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x3c97b1});}});}if(_0x428b74[_0x7d4012(0x176)]&&_0x311e74[_0x7d4012(0x1e3)](_0x428b74['hooks'][_0x7d4012(0x150)],0x0))_0x3eef86[TestFrameworkConstants[_0x7d4012(0x20d)]]=_0x428b74[_0x7d4012(0x176)],logger[_0x7d4012(0xe5)](_0x311e74[_0x7d4012(0xd6)]);else _0x311e74['qAVeb'](Object['keys'](_0xfd4b53)[_0x7d4012(0x150)],0x0)&&(_0x3eef86[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0xfd4b53,logger['debug'](_0x7d4012(0x1ca)+Object[_0x7d4012(0x1d6)](_0xfd4b53)[_0x7d4012(0x14f)](',')));const _0x2a1093=this[_0x7d4012(0x10c)](_0x428b74);logger[_0x7d4012(0xe5)](_0x7d4012(0xdb)+_0x2a1093+_0x7d4012(0x269)+_0x53c2ea+_0x7d4012(0x175)+_0x5d22f8+',\x20duration='+_0x428b74[_0x7d4012(0x133)]);_0x311e74[_0x7d4012(0x1ce)](_0x5d22f8,_0x311e74[_0x7d4012(0x128)])&&logger[_0x7d4012(0xe5)](_0x7d4012(0x131)+_0x53c2ea+_0x7d4012(0x153)+_0x3eef86[TestFrameworkConstants[_0x7d4012(0x206)]]+',\x20failureReason='+_0x3eef86[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]?.[_0x7d4012(0x22f)](0x0,0xc8));const _0x318b98={};return _0x318b98[_0x53c2ea]=_0x3eef86,_0x318b98;}[a92_0x2d5483(0xf7)](_0x48c2f6){const _0xb0a8b8=a92_0x2d5483,_0x3623f2={};_0x3623f2[_0xb0a8b8(0x1d9)]=function(_0x7968aa,_0x28a5b6){return _0x7968aa!==_0x28a5b6;},_0x3623f2[_0xb0a8b8(0x1db)]=function(_0x1251a7,_0x45ac05){return _0x1251a7!==_0x45ac05;},_0x3623f2['pShvk']=_0xb0a8b8(0x1c9);const _0x3f9a8c=_0x3623f2,_0x32a462={};_0x32a462[_0xb0a8b8(0x1ef)]=0x2,_0x32a462[_0xb0a8b8(0x25d)]=0x3,logger[_0xb0a8b8(0xe5)]('[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20'+util[_0xb0a8b8(0x1d1)](_0x48c2f6,_0x32a462));const _0xa4b47e=[];if(_0x48c2f6&&_0x48c2f6[_0xb0a8b8(0x1dc)]){let _0x55a0a3=_0x48c2f6[_0xb0a8b8(0x1dc)];while(_0x55a0a3&&_0x55a0a3[_0xb0a8b8(0x1af)]&&_0x3f9a8c[_0xb0a8b8(0x1d9)](_0x55a0a3[_0xb0a8b8(0x1af)],'')&&_0x3f9a8c['pBrjz'](_0x55a0a3[_0xb0a8b8(0x1af)],_0x3f9a8c['pShvk'])){_0xa4b47e[_0xb0a8b8(0x1ab)](_0x55a0a3[_0xb0a8b8(0x1af)]),_0x55a0a3=_0x55a0a3[_0xb0a8b8(0x1dc)];}}return _0xa4b47e[_0xb0a8b8(0xf5)]();}['getJestTestName'](_0x2885eb){const _0x4d63ec=a92_0x2d5483,_0x1dfc6e={};_0x1dfc6e[_0x4d63ec(0x18a)]=_0x4d63ec(0x1e1);const _0x235a62=_0x1dfc6e;if(_0x2885eb[_0x4d63ec(0x1af)])return _0x2885eb[_0x4d63ec(0x1af)];if(_0x2885eb[_0x4d63ec(0x17a)])return _0x2885eb[_0x4d63ec(0x17a)];return _0x235a62['DXwXm'];}[a92_0x2d5483(0x167)](_0xf01f54){const _0x23eee6=a92_0x2d5483,_0x31525f=[];if(_0xf01f54[_0x23eee6(0x221)]&&Array[_0x23eee6(0x140)](_0xf01f54[_0x23eee6(0x221)]))return _0xf01f54[_0x23eee6(0x221)][_0x23eee6(0x1e2)](_0x1efa20=>_0x1efa20['startsWith']('@')?_0x1efa20['substr'](0x1):_0x1efa20);const _0x4a2a5d=this['getJestTestName'](_0xf01f54),_0x340697=_0x4a2a5d[_0x23eee6(0x16c)](/@(\w+)/g);if(_0x340697)return _0x340697['map'](_0x2e5afa=>_0x2e5afa['slice'](0x1));return _0xf01f54[_0x23eee6(0x1c4)]&&Array['isArray'](_0xf01f54[_0x23eee6(0x1c4)])&&_0xf01f54[_0x23eee6(0x1c4)][_0x23eee6(0x1f3)](_0xe6a62c=>{const _0x2902ce=_0x23eee6,_0x2f91a4=_0xe6a62c['match'](/@(\w+)/g);_0x2f91a4&&_0x2f91a4[_0x2902ce(0x1f3)](_0x559c4b=>{const _0x6b7e3a=_0x2902ce,_0x3b3f8a=_0x559c4b[_0x6b7e3a(0x222)](0x1);!_0x31525f[_0x6b7e3a(0x229)](_0x3b3f8a)&&_0x31525f[_0x6b7e3a(0x1ab)](_0x3b3f8a);});}),_0x31525f;}[a92_0x2d5483(0x224)](_0x16c7aa){const _0x4ab83b=a92_0x2d5483,_0x54cc21={'BNmEu':function(_0x16d3de,_0x37a0c2){return _0x16d3de(_0x37a0c2);}};if(_0x16c7aa[_0x4ab83b(0x1bf)])return _0x16c7aa[_0x4ab83b(0x1bf)];if(_0x16c7aa['asyncError'])try{const _0x3acb09=stackTrace['parse'](_0x16c7aa['asyncError']),_0x183cc5=_0x54cc21['BNmEu'](pickUserFrameFile,_0x3acb09);if(_0x183cc5)return _0x183cc5;logger['debug']('[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length='+_0x3acb09[_0x4ab83b(0x150)]+')');}catch(_0x50d5b0){logger[_0x4ab83b(0xe5)](_0x4ab83b(0x1c6)+util[_0x4ab83b(0x246)](_0x50d5b0));}return null;}[a92_0x2d5483(0xe4)](_0xf70c5d){const _0x11a533=a92_0x2d5483,_0x4654dc={};_0x4654dc[_0x11a533(0x200)]=function(_0x2029e3,_0x576e81){return _0x2029e3>_0x576e81;},_0x4654dc[_0x11a533(0xed)]='Unknown\x20error';const _0x61db18=_0x4654dc;if(_0xf70c5d[_0x11a533(0x1d3)]&&_0x61db18[_0x11a533(0x200)](_0xf70c5d['errorsDetailed'][_0x11a533(0x150)],0x0))return util[_0x11a533(0x1d1)](_0xf70c5d['errorsDetailed'][0x0]);if(_0xf70c5d[_0x11a533(0x157)])return _0xf70c5d[_0x11a533(0x157)];return _0x61db18[_0x11a533(0xed)];}['getJestFailureType'](_0x173935){const _0x52f275=a92_0x2d5483,_0x3d3636={};_0x3d3636['jVapr']=_0x52f275(0x1bb),_0x3d3636['BOBBZ']=_0x52f275(0x250),_0x3d3636[_0x52f275(0x122)]=_0x52f275(0x116);const _0x3e0b0f=_0x3d3636,_0x1a5e1b=this[_0x52f275(0xe4)](_0x173935);if(_0x1a5e1b&&_0x1a5e1b[_0x52f275(0x229)](_0x3e0b0f[_0x52f275(0x12d)]))return _0x3e0b0f[_0x52f275(0x262)];return _0x3e0b0f[_0x52f275(0x122)];}[a92_0x2d5483(0x254)](_0x3c2c5c){const _0x3e8751=a92_0x2d5483,_0xe5f470={'xTWft':function(_0x561304,_0x30635b){return _0x561304(_0x30635b);},'CmmeR':_0x3e8751(0x244),'oKazy':function(_0x10d98f,_0x2b2623){return _0x10d98f!==_0x2b2623;},'rYmOb':_0x3e8751(0x102)},{failureData:_0x578efe}=_0xe5f470[_0x3e8751(0x14a)](require,_0xe5f470[_0x3e8751(0x1a4)]),_0x15f444=[];return _0xe5f470['oKazy'](_0x3c2c5c[_0x3e8751(0x1d3)],undefined)&&_0x15f444[_0x3e8751(0x1ab)](_0x3c2c5c[_0x3e8751(0x1d3)],_0xe5f470[_0x3e8751(0xd9)]),_0x578efe['apply'](null,_0x15f444);}async['trackHookEvent'](_0x9c0a0d,_0x1f60e4,_0x5dcca3,_0x50e195){const _0x3fca9d=a92_0x2d5483,_0x274272={'ORlSc':'[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','pbkbF':function(_0x5ca180){return _0x5ca180();},'Wmeva':function(_0x58eb8f,_0x3aaf8c){return _0x58eb8f in _0x3aaf8c;},'IIVlb':function(_0x1653f6,_0x1d1dfa){return _0x1653f6===_0x1d1dfa;},'GkMol':function(_0x4b2d2d,_0x5096cc){return _0x4b2d2d>_0x5096cc;},'emxEO':'failed','oPIOE':'passed','zBzCZ':_0x3fca9d(0x22e),'aclQF':function(_0x19669d,_0x224c54){return _0x19669d!==_0x224c54;}},{hookData:_0x22b16d}=_0x50e195,_0x274aee=_0x5dcca3[_0x3fca9d(0x101)](),_0x45bb59=_0x1f60e4[_0x3fca9d(0x101)](),_0xb6663d={};_0xb6663d['depth']=0x2,_0xb6663d['maxArrayLength']=0x3,logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState='+_0x45bb59+_0x3fca9d(0x23a)+_0x274aee+_0x3fca9d(0x1a1)+util[_0x3fca9d(0x1d1)](_0x22b16d,_0xb6663d));if(!_0x22b16d)return logger[_0x3fca9d(0xe5)](_0x274272[_0x3fca9d(0x15e)]),{};const _0xcb280a=_0x22b16d[_0x3fca9d(0x21d)]||_0x22b16d['hookAnalyticsId']||_0x274272[_0x3fca9d(0x145)](uuidv4),_0x470163=_0x22b16d[_0x3fca9d(0x189)]||this['getJestTestIdentifier'](_0x22b16d),_0x423c88=_0x1f60e4[_0x3fca9d(0x101)]()[_0x3fca9d(0x149)]('.')[0x1],_0x3d33b5=_0x9c0a0d[_0x3fca9d(0x143)]()['get'](_0x470163),_0x5503e5=_0x3d33b5?_0x3d33b5[TestFrameworkConstants[_0x3fca9d(0x1fb)]]||{}:{};logger[_0x3fca9d(0xe5)]('[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId='+_0xcb280a+_0x3fca9d(0x269)+_0x470163+_0x3fca9d(0x178)+_0x423c88+',\x20hookState='+_0x274aee);if(!_0x3d33b5)return logger[_0x3fca9d(0xe5)](_0x3fca9d(0x154)+_0x470163+_0x3fca9d(0xf0)),this[_0x3fca9d(0x1dd)](_0x9c0a0d,_0x470163,_0x1f60e4,_0x5dcca3,_0x50e195),{};let _0x56322d=_0x3d33b5[TestFrameworkConstants[_0x3fca9d(0x1cd)]];!_0x56322d&&(_0x56322d={});!_0x274272['Wmeva'](_0x423c88,_0x56322d)&&(_0x56322d[_0x423c88]=[]);let _0x14ed81=_0x3d33b5[TestFrameworkConstants['KEY_HOOKS_FINISHED']];!_0x14ed81&&(_0x14ed81={});!_0x274272[_0x3fca9d(0x130)](_0x423c88,_0x14ed81)&&(_0x14ed81[_0x423c88]=[]);const _0x524018={[_0x470163]:{[TestFrameworkConstants[_0x3fca9d(0x1cd)]]:_0x56322d,[TestFrameworkConstants[_0x3fca9d(0x20d)]]:_0x14ed81,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x3fca9d(0x218)]()[0x0]||'',[TestFrameworkConstants[_0x3fca9d(0xdf)]]:this[_0x3fca9d(0x230)]()[this[_0x3fca9d(0x218)]()[0x0]]||''}};if(_0x274272[_0x3fca9d(0x1df)](_0x5dcca3,HookState[_0x3fca9d(0xf3)])){const _0x184601={'key':_0x423c88,[TestFrameworkConstants['KEY_HOOK_ID']]:_0xcb280a,[TestFrameworkConstants[_0x3fca9d(0x119)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:_0x22b16d[_0x3fca9d(0x1c8)]||new Date()['toISOString'](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x3fca9d(0xda)]]:_0x22b16d[_0x3fca9d(0x1af)]||_0x22b16d[_0x3fca9d(0x21a)]||_0x423c88,[TestFrameworkConstants[_0x3fca9d(0x1fb)]]:_0x5503e5};_0x56322d[_0x423c88]['push'](_0x184601),_0x524018[_0x470163][TestFrameworkConstants[_0x3fca9d(0x183)]]=_0x423c88;const _0x17d597={};_0x17d597[_0x3fca9d(0x1ef)]=0x2,logger[_0x3fca9d(0xe5)](_0x3fca9d(0xeb)+_0x423c88+',\x20hookId='+_0xcb280a+',\x20testId='+_0x470163+',\x20hook='+util[_0x3fca9d(0x1d1)](_0x184601,_0x17d597));}else{if(_0x274272['IIVlb'](_0x5dcca3,HookState['POST'])){const _0x499f4f=_0x22b16d[_0x3fca9d(0x1e0)]||(_0x22b16d[_0x3fca9d(0x1d3)]&&_0x274272['GkMol'](_0x22b16d[_0x3fca9d(0x1d3)]['length'],0x0)?_0x274272[_0x3fca9d(0x19b)]:_0x274272[_0x3fca9d(0x144)]),_0x1b83db=_0x56322d[_0x423c88]||[];logger[_0x3fca9d(0xe5)](_0x3fca9d(0x11e)+_0x423c88+',\x20testId='+_0x470163+_0x3fca9d(0x124)+_0x499f4f+',\x20hooksListLength='+_0x1b83db[_0x3fca9d(0x150)]);if(_0x274272['IIVlb'](_0x1b83db[_0x3fca9d(0x150)],0x0)&&_0x274272[_0x3fca9d(0x1df)](_0x1f60e4,TestFrameworkState['BEFORE_ALL']))return logger[_0x3fca9d(0xe5)](_0x274272[_0x3fca9d(0x19d)]),this[_0x3fca9d(0x1dd)](_0x9c0a0d,_0x470163,_0x1f60e4,_0x5dcca3,_0x50e195),{};if(_0x274272[_0x3fca9d(0x18f)](_0x1b83db[_0x3fca9d(0x150)],0x0)){const _0x5a15f9=_0x1b83db['pop']();_0x274272[_0x3fca9d(0x1df)](_0x499f4f,_0x274272['emxEO'])&&_0x22b16d['errorsDetailed']?(_0x5a15f9[TestFrameworkConstants[_0x3fca9d(0x1ee)]]=this[_0x3fca9d(0x170)](_0x22b16d),_0x5a15f9[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]=this['getJestFailureReason'](_0x22b16d),_0x5a15f9[TestFrameworkConstants[_0x3fca9d(0x1eb)]]=this[_0x3fca9d(0x254)](_0x22b16d),logger[_0x3fca9d(0xe5)](_0x3fca9d(0x1a0)+_0x423c88+_0x3fca9d(0x153)+_0x5a15f9[TestFrameworkConstants[_0x3fca9d(0x1ee)]]+_0x3fca9d(0x184)+_0x5a15f9[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]?.[_0x3fca9d(0x22f)](0x0,0xc8))):_0x5a15f9[TestFrameworkConstants[_0x3fca9d(0x119)]]=_0x274272[_0x3fca9d(0x144)];_0x274272[_0x3fca9d(0x26b)](_0x499f4f,TestFrameworkConstants[_0x3fca9d(0x138)])&&(_0x5a15f9[TestFrameworkConstants[_0x3fca9d(0x119)]]=_0x499f4f);_0x5a15f9[TestFrameworkConstants[_0x3fca9d(0x249)]]=_0x22b16d[_0x3fca9d(0x258)]||new Date()['toISOString'](),_0x5a15f9[TestFrameworkConstants[_0x3fca9d(0x1fb)]]=_0x5503e5;const _0x34f6a4=_0x5a15f9[TestFrameworkConstants[_0x3fca9d(0x256)]];!_0x14ed81[_0x423c88]&&(_0x14ed81[_0x423c88]=[]);_0x14ed81[_0x423c88][_0x3fca9d(0x1ab)](_0x5a15f9),_0x524018[_0x470163][TestFrameworkConstants[_0x3fca9d(0x266)]]=_0x423c88;const _0x1a6525={};_0x1a6525[_0x3fca9d(0x1ef)]=0x2,logger['debug'](_0x3fca9d(0xf4)+_0x423c88+_0x3fca9d(0x1b0)+_0x34f6a4+_0x3fca9d(0x124)+_0x499f4f+_0x3fca9d(0x1cf)+util[_0x3fca9d(0x1d1)](_0x5a15f9,_0x1a6525));}}}return _0x524018;}[a92_0x2d5483(0x1ad)](_0x591e4a){const _0x2a07ce=a92_0x2d5483,_0x12b22b={};_0x12b22b[_0x2a07ce(0x169)]=_0x2a07ce(0x207);const _0x4fab15=_0x12b22b;try{const _0xc5410b=_0x591e4a[_0x2a07ce(0x102)]?this['getJestTestIdentifier'](_0x591e4a[_0x2a07ce(0x102)]):_0x591e4a[_0x2a07ce(0xea)][_0x2a07ce(0x189)],_0x1a4ae6=_0x591e4a[_0x2a07ce(0x152)],_0x39b005=_0x1a4ae6[_0x2a07ce(0x1de)](),_0xe59fdc=_0x1a4ae6[_0x2a07ce(0x143)]()['get'](_0xc5410b);if(!_0xe59fdc)return logger[_0x2a07ce(0xe5)](_0x2a07ce(0x1d0)+_0xc5410b),{};const {[TestFrameworkConstants[_0x2a07ce(0x20f)]]:_0x5ced8a=this[_0x2a07ce(0x218)]()[0x0]||'',[TestFrameworkConstants[_0x2a07ce(0xdf)]]:_0x413f10=this[_0x2a07ce(0x230)]()[this['getTestFrameworks']()[0x0]]||'',[TestFrameworkConstants[_0x2a07ce(0x1c1)]]:_0x4ba853='',[TestFrameworkConstants[_0x2a07ce(0x214)]]:_0x5988b5=''}=_0xe59fdc,_0x3ba1d6=_0x1a4ae6[_0x2a07ce(0x15f)]()['toString']()[_0x2a07ce(0x149)]('.')[0x1],_0x2936dd=_0x1a4ae6[_0x2a07ce(0x1ba)]()[_0x2a07ce(0x101)]()[_0x2a07ce(0x149)]('.')[0x1],_0x578a01=global?.[_0x2a07ce(0x1ae)]?.[_0x2a07ce(0x261)]?.[_0x2a07ce(0x136)]||global['__bstackPlatformIndex']||0x0,_0x54b825=_0x1a4ae6[_0x2a07ce(0x216)](),_0x392610=Buffer[_0x2a07ce(0x217)](JSON[_0x2a07ce(0x10f)](_0xe59fdc))[_0x2a07ce(0x101)](_0x4fab15['jTDhC']),_0x2109c0={'hash':_0x39b005[_0x2a07ce(0xf6)](),'threadId':_0x39b005[_0x2a07ce(0x11c)]()[_0x2a07ce(0x101)](),'processId':_0x39b005['getProcessId']()[_0x2a07ce(0x101)]()},_0x23e0de={};_0x23e0de[_0x2a07ce(0xfd)]=_0x578a01,_0x23e0de['testFrameworkName']=_0x5ced8a,_0x23e0de[_0x2a07ce(0x160)]=_0x413f10,_0x23e0de[_0x2a07ce(0x1cc)]=_0x3ba1d6,_0x23e0de[_0x2a07ce(0x25f)]=_0x2936dd,_0x23e0de[_0x2a07ce(0x115)]=_0x4ba853,_0x23e0de[_0x2a07ce(0xe6)]=_0x5988b5,_0x23e0de[_0x2a07ce(0x21d)]=_0x54b825,_0x23e0de[_0x2a07ce(0x1b6)]=_0x392610,_0x23e0de[_0x2a07ce(0x1f7)]=_0x2109c0,_0x23e0de[_0x2a07ce(0x107)]=_0xc5410b;const _0x1c4bd7=_0x23e0de;return _0x1c4bd7;}catch(_0x4589ed){return logger['error']('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util[_0x2a07ce(0x246)](_0x4589ed)),{};}}async[a92_0x2d5483(0x11f)](_0x2ce272,_0x433f00,_0x1c1bcf){const _0x1394af=a92_0x2d5483,_0x425ba9={'SoKuz':function(_0x4c71b0,_0x1425af){return _0x4c71b0+_0x1425af;},'yUxGF':'missing','pqIjY':_0x1394af(0x1da),'BgyZd':function(_0x3923d3,_0x4e0be0){return _0x3923d3>_0x4e0be0;},'wjBuC':function(_0xe4247d,_0x3adcdc,_0x448b6f,_0x53f564){return _0xe4247d(_0x3adcdc,_0x448b6f,_0x53f564);},'GqxKa':function(_0x3e3545,_0x98f88d){return _0x3e3545-_0x98f88d;},'sJcbr':function(_0x25e7e8,_0x1ef2f1){return _0x25e7e8===_0x1ef2f1;},'DTguA':function(_0x303a3d,_0x28a7e3){return _0x303a3d/_0x28a7e3;},'PxSiL':function(_0x348b58,_0x25d2e6){return _0x348b58<_0x25d2e6;},'VmQHy':function(_0x284e23,_0x38ea0a){return _0x284e23*_0x38ea0a;},'wxWly':function(_0x1cb147,_0x159e72){return _0x1cb147>_0x159e72;}};try{const _0x5def4a=_0x1c1bcf[_0x1394af(0x237)]||_0x1c1bcf['testId'],_0x579dc1=Array[_0x1394af(0x217)](_0x2ce272[_0x1394af(0x143)]()[_0x1394af(0x1d6)]()),_0x4d94c6=_0x2ce272['getAllData']()[_0x1394af(0x23c)](_0x5def4a);if(!_0x4d94c6){logger[_0x1394af(0xe5)](_0x1394af(0x1c7)+_0x5def4a);return;}const {[TestFrameworkConstants[_0x1394af(0x20f)]]:_0x5a7188='',[TestFrameworkConstants[_0x1394af(0xdf)]]:_0x3501fa=''}=_0x4d94c6;let _0x1f78df=[];_0x4d94c6&&_0x4d94c6[TestFrameworkConstants[_0x1394af(0x1f4)]]&&Array['isArray'](_0x4d94c6[TestFrameworkConstants[_0x1394af(0x1f4)]])?(_0x1f78df=_0x4d94c6[TestFrameworkConstants['KEY_LOGS']]||[],logger[_0x1394af(0xe5)](_0x1394af(0x13e)+_0x1f78df[_0x1394af(0x150)]+'\x20logs\x20for\x20testId:\x20'+_0x5def4a),_0x2ce272[_0x1394af(0x1d7)]({[_0x5def4a]:{[TestFrameworkConstants[_0x1394af(0x1f4)]]:[],[TestFrameworkConstants[_0x1394af(0x20f)]]:this[_0x1394af(0x218)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x1394af(0x230)]()[this[_0x1394af(0x218)]()[0x0]]||''}}),logger[_0x1394af(0xe5)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x5def4a)):logger[_0x1394af(0xe5)](_0x1394af(0x1ec)+_0x5def4a);logger['debug'](_0x1394af(0x211)+_0x1f78df[_0x1394af(0x150)]+_0x1394af(0x127)+_0x5def4a);const _0xb7190c=_0x1f78df[_0x1394af(0x1d8)](_0x339a3d=>_0x339a3d['kind']===_0x1394af(0x24e));_0x425ba9[_0x1394af(0x219)](_0xb7190c[_0x1394af(0x150)],0x0)&&(logger[_0x1394af(0xe5)](_0x1394af(0x179)+_0xb7190c[_0x1394af(0x150)]+_0x1394af(0x1f0)+_0x5def4a),_0xb7190c['forEach']((_0x4786a2,_0x2ac973)=>{const _0x1345bb=_0x1394af;logger[_0x1345bb(0xe5)](_0x1345bb(0x22b)+_0x425ba9[_0x1345bb(0x132)](_0x2ac973,0x1)+'/'+_0xb7190c['length']+_0x1345bb(0x1f1)+(_0x4786a2[_0x1345bb(0x107)]||_0x425ba9[_0x1345bb(0x174)])+_0x1345bb(0x18b)+(_0x4786a2[_0x1345bb(0x1e5)]||_0x425ba9[_0x1345bb(0x174)])+_0x1345bb(0x1b2)+(_0x4786a2[_0x1345bb(0xf9)]||_0x425ba9['pqIjY'])+_0x1345bb(0x18d)+(_0x4786a2[_0x1345bb(0x191)]?.[_0x1345bb(0x150)]||0x0));}));const _0x2aaad5=_0x4d94c6[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x3b958f=_0x425ba9['wjBuC'](getMediaArtifactsLogs,_0x2aaad5,null,_0x5def4a),_0x396146=(_0x1f78df||[])[_0x1394af(0x198)](_0x3b958f||[]),_0x5a2e42=_0xb7190c?.[_0x1394af(0x150)]||0x0,_0x481003=_0x425ba9['GqxKa'](_0x1f78df?.[_0x1394af(0x150)]||0x0,_0x5a2e42);logger[_0x1394af(0xe5)](_0x1394af(0x1b7)+_0x5def4a+_0x1394af(0x1a8)+_0x481003+_0x1394af(0x106)+_0x5a2e42+',\x20attachmentLogs:\x20'+(_0x3b958f?.[_0x1394af(0x150)]||0x0)+',\x20totalLogs:\x20'+_0x396146[_0x1394af(0x150)]);if(!_0x396146||_0x425ba9[_0x1394af(0x15c)](_0x396146['length'],0x0)){logger[_0x1394af(0xe5)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0x5def4a);return;}const _0x34dd84=0x28,_0x14548d=Math[_0x1394af(0x235)](_0x425ba9['DTguA'](_0x396146[_0x1394af(0x150)],_0x34dd84));for(let _0x5b3248=0x0;_0x425ba9[_0x1394af(0x25a)](_0x5b3248,_0x14548d);_0x5b3248++){const _0x5c31aa=_0x425ba9[_0x1394af(0x251)](_0x5b3248,_0x34dd84),_0x4603e6=_0x425ba9[_0x1394af(0x132)](_0x5c31aa,_0x34dd84),_0x2e88b9=_0x396146['slice'](_0x5c31aa,_0x4603e6),_0x21c95c=global?.[_0x1394af(0x118)]??0x0,_0x3b2b80={'platformIndex':_0x21c95c,'logs':_0x2e88b9,'testFrameworkName':_0x5a7188,'testFrameworkVersion':_0x3501fa,'testFrameworkState':_0x433f00[_0x1394af(0x101)]()[_0x1394af(0x149)]('.')[0x1]},_0x101c65={};_0x101c65[_0x1394af(0x1ef)]=0x3,_0x101c65[_0x1394af(0x25d)]=0x5,logger[_0x1394af(0xe5)](_0x1394af(0x10a)+_0x425ba9[_0x1394af(0x132)](_0x5b3248,0x1)+'/'+_0x14548d+'\x20-\x20testId:\x20'+_0x5def4a+_0x1394af(0x1d5)+_0x2e88b9[_0x1394af(0x150)]+_0x1394af(0x193)+_0x21c95c+_0x1394af(0x103)+util[_0x1394af(0x1d1)](_0x3b2b80,_0x101c65));const _0x5b5ea1=await GrpcClient[_0x1394af(0x20a)]()[_0x1394af(0xee)](_0x3b2b80);logger[_0x1394af(0xe5)](_0x1394af(0x10a)+_0x425ba9[_0x1394af(0x132)](_0x5b3248,0x1)+'/'+_0x14548d+_0x1394af(0xec)+_0x5def4a+_0x1394af(0x13d)+util[_0x1394af(0x1d1)](_0x5b5ea1));}_0x3b958f&&_0x425ba9[_0x1394af(0x1e4)](_0x3b958f[_0x1394af(0x150)],0x0)&&_0x4d94c6[TestFrameworkConstants[_0x1394af(0x194)]]&&_0x2ce272[_0x1394af(0x1d7)]({[_0x5def4a]:{[TestFrameworkConstants[_0x1394af(0x194)]]:{},[TestFrameworkConstants[_0x1394af(0x20f)]]:this[_0x1394af(0x218)]()[0x0]||'',[TestFrameworkConstants[_0x1394af(0xdf)]]:this['getTestFrameworksVersions']()[this[_0x1394af(0x218)]()[0x0]]||''}}),logger[_0x1394af(0xe5)](_0x1394af(0x24f)+_0x5def4a+_0x1394af(0x14e)+_0x14548d);}catch(_0x56eb2c){logger['error'](_0x1394af(0x161)+(_0x1c1bcf[_0x1394af(0x237)]||_0x1c1bcf[_0x1394af(0x146)])+_0x1394af(0x104)+util[_0x1394af(0x246)](_0x56eb2c));}}[a92_0x2d5483(0x1dd)](_0x341b33,_0x368695,_0x5a3bd6,_0x40442a,_0x3c377e){const _0x476d46=a92_0x2d5483,_0x302089={};_0x302089['mUekZ']=function(_0x1b7f5e,_0x80aecb){return _0x1b7f5e===_0x80aecb;},_0x302089[_0x476d46(0x23b)]=_0x476d46(0x260);const _0x804da8=_0x302089,{hookData:_0x344c8a}=_0x3c377e,_0x1400dd={'testId':_0x368695,'testFrameworkState':_0x5a3bd6,'hookState':_0x40442a,'args':_0x3c377e,'timestamp':new Date()[_0x476d46(0x173)]()};if(_0x804da8[_0x476d46(0x1ea)](_0x5a3bd6,TestFrameworkState[_0x476d46(0xd8)])&&_0x344c8a){const _0x26fa1b={};_0x26fa1b['filePath']=_0x344c8a['file_name']||_0x344c8a[_0x476d46(0x192)],_0x26fa1b['scope']=_0x344c8a['scope']||_0x344c8a[_0x476d46(0x1c4)]&&_0x344c8a[_0x476d46(0x1c4)][0x0]||'',_0x26fa1b['hookType']=_0x804da8[_0x476d46(0x23b)],_0x1400dd[_0x476d46(0x14b)]=_0x26fa1b,logger['debug'](_0x476d46(0x129)+_0x368695+_0x476d46(0xde)+_0x1400dd[_0x476d46(0x14b)][_0x476d46(0x182)]+',\x20scope:\x20'+_0x1400dd[_0x476d46(0x14b)][_0x476d46(0x248)]);}_0x341b33[_0x476d46(0x1f5)](_0x368695,_0x1400dd),logger['debug']('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x368695+_0x476d46(0x158)+_0x5a3bd6+_0x476d46(0xf8)+_0x40442a);}async['processPendingHooks'](_0x17460e,_0x22d931){const _0x5c509a=a92_0x2d5483,_0x613103={};_0x613103[_0x5c509a(0x12a)]=function(_0x5ad4b1,_0x6cb60){return _0x5ad4b1>_0x6cb60;},_0x613103['TjXbT']=function(_0x444587,_0x3a4c41){return _0x444587===_0x3a4c41;},_0x613103[_0x5c509a(0x24d)]=function(_0x3dc13c,_0x45eb0a){return _0x3dc13c===_0x45eb0a;},_0x613103[_0x5c509a(0x16a)]=function(_0x5f5166,_0x917d87){return _0x5f5166>_0x917d87;},_0x613103[_0x5c509a(0x1fe)]=function(_0x6e223,_0x19e531){return _0x6e223===_0x19e531;},_0x613103[_0x5c509a(0x239)]='[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook';const _0x132e8f=_0x613103;if(_0x17460e['hasPendingHooks'](_0x22d931)){const _0x72704a=_0x17460e['getPendingHooks'](_0x22d931);logger['debug'](_0x5c509a(0x1be)+_0x72704a[_0x5c509a(0x150)]+'\x20pending\x20hooks\x20for\x20testId:\x20'+_0x22d931);for(const _0x3e2cd0 of _0x72704a){try{const _0x11f8e6=await this[_0x5c509a(0x236)](_0x17460e,_0x3e2cd0['testFrameworkState'],_0x3e2cd0['hookState'],_0x3e2cd0[_0x5c509a(0x26c)]);_0x11f8e6&&_0x132e8f[_0x5c509a(0x12a)](Object[_0x5c509a(0x1d6)](_0x11f8e6)[_0x5c509a(0x150)],0x0)&&_0x17460e[_0x5c509a(0x1d7)](_0x11f8e6),await this[_0x5c509a(0x24a)](_0x17460e,_0x3e2cd0[_0x5c509a(0x1cc)],_0x3e2cd0[_0x5c509a(0x25f)],_0x3e2cd0[_0x5c509a(0x26c)]);}catch(_0xe3b9b6){logger[_0x5c509a(0x10e)](_0x5c509a(0x24b)+_0x22d931+_0x5c509a(0x104)+_0xe3b9b6);}}_0x17460e[_0x5c509a(0x18c)](_0x22d931),logger['debug'](_0x5c509a(0xe0)+_0x22d931);}const _0x371219=_0x17460e['getAllData']()['get'](_0x22d931);if(_0x371219){const _0x4fbdb2=_0x371219[TestFrameworkConstants[_0x5c509a(0x1a2)]]||_0x371219[TestFrameworkConstants[_0x5c509a(0x1f8)]],_0x5814f3=_0x371219[TestFrameworkConstants[_0x5c509a(0x197)]]||_0x371219[TestFrameworkConstants[_0x5c509a(0x196)]]&&_0x371219[TestFrameworkConstants[_0x5c509a(0x196)]][0x0]||'';logger[_0x5c509a(0xe5)](_0x5c509a(0x117)+_0x4fbdb2+_0x5c509a(0x17f)+_0x5814f3);const _0x8b90a=_0x17460e[_0x5c509a(0x20e)]();for(const _0x4d1d6c of _0x8b90a){if(_0x132e8f[_0x5c509a(0xd7)](_0x4d1d6c,_0x22d931))continue;if(_0x17460e[_0x5c509a(0x13c)](_0x4d1d6c)){const _0x390f9c=_0x17460e['getPendingHooks'](_0x4d1d6c);for(const _0x3bcb61 of _0x390f9c){if(_0x132e8f[_0x5c509a(0xd7)](_0x3bcb61[_0x5c509a(0x1cc)],TestFrameworkState[_0x5c509a(0xd8)])&&_0x3bcb61['hookMetadata']){const _0x32e9aa=_0x3bcb61['hookMetadata']['filePath'],_0x4bada7=_0x3bcb61['hookMetadata']['scope'];if(_0x132e8f[_0x5c509a(0xd7)](_0x32e9aa,_0x4fbdb2)&&_0x132e8f[_0x5c509a(0x24d)](_0x4bada7,_0x5814f3)){logger[_0x5c509a(0xe5)](_0x5c509a(0x26a)+_0x4d1d6c+',\x20currentTestId:\x20'+_0x22d931+_0x5c509a(0xde)+_0x32e9aa+_0x5c509a(0x17f)+_0x4bada7);_0x3bcb61['args']&&_0x3bcb61[_0x5c509a(0x26c)]['hookData']&&(_0x3bcb61[_0x5c509a(0x26c)]['hookData']['test_run_id']=_0x22d931,logger[_0x5c509a(0xe5)](_0x5c509a(0x195)+_0x4d1d6c+_0x5c509a(0x137)+_0x22d931));try{const _0x18bb1c=await this[_0x5c509a(0x236)](_0x17460e,_0x3bcb61[_0x5c509a(0x1cc)],_0x3bcb61[_0x5c509a(0x25f)],_0x3bcb61[_0x5c509a(0x26c)]);_0x18bb1c&&_0x132e8f[_0x5c509a(0x16a)](Object[_0x5c509a(0x1d6)](_0x18bb1c)['length'],0x0)&&_0x17460e[_0x5c509a(0x1d7)](_0x18bb1c);await this[_0x5c509a(0x24a)](_0x17460e,_0x3bcb61[_0x5c509a(0x1cc)],_0x3bcb61[_0x5c509a(0x25f)],_0x3bcb61[_0x5c509a(0x26c)]);const _0x49b953=_0x17460e[_0x5c509a(0x204)](_0x4d1d6c)[_0x5c509a(0x1d8)](_0x2a9a69=>_0x2a9a69!==_0x3bcb61);if(_0x132e8f[_0x5c509a(0x1fe)](_0x49b953['length'],0x0))_0x17460e[_0x5c509a(0x18c)](_0x4d1d6c);else{_0x17460e[_0x5c509a(0x18c)](_0x4d1d6c);for(const _0x3c953 of _0x49b953){_0x17460e[_0x5c509a(0x1f5)](_0x4d1d6c,_0x3c953);}}logger['debug'](_0x132e8f[_0x5c509a(0x239)]);}catch(_0x5ef084){logger[_0x5c509a(0x10e)](_0x5c509a(0x1c2)+_0x22d931+_0x5c509a(0x104)+_0x5ef084);}}}}}}}}['mapTestHooks'](_0x19b868){const _0x3e3fbd=a92_0x2d5483,_0x2a1bea={'NJhHw':function(_0x241ff9){return _0x241ff9();}};if(!_0x19b868||!_0x19b868[_0x3e3fbd(0x1dc)])return;_0x19b868[_0x3e3fbd(0x1dc)][_0x3e3fbd(0x176)]&&Array[_0x3e3fbd(0x140)](_0x19b868['parent'][_0x3e3fbd(0x176)])&&_0x19b868['parent'][_0x3e3fbd(0x176)][_0x3e3fbd(0x1f3)](_0x2299ef=>{const _0xa543b9=_0x3e3fbd;!_0x2299ef[_0xa543b9(0x1aa)]&&!_0x2299ef[_0xa543b9(0x113)]&&(_0x2299ef[_0xa543b9(0x1aa)]=_0x2a1bea['NJhHw'](uuidv4),_0x2299ef[_0xa543b9(0x113)]=_0x2299ef[_0xa543b9(0x1aa)],logger[_0xa543b9(0xe5)](_0xa543b9(0x111)+_0x2299ef[_0xa543b9(0x201)]+',\x20hookUUID='+_0x2299ef['hookAnalyticsId']));}),this[_0x3e3fbd(0x20b)](_0x19b868[_0x3e3fbd(0x1dc)]);}['getHooksForTest'](_0x4393fa){const _0x388c66=a92_0x2d5483,_0x5d66ca={'rxmdI':function(_0x234cd6,_0xf99cc){return _0x234cd6(_0xf99cc);}};if(!_0x4393fa||!_0x4393fa[_0x388c66(0x1dc)])return[];const _0x1c1d3b=[];return _0x4393fa['parent'][_0x388c66(0x176)]&&Array[_0x388c66(0x140)](_0x4393fa['parent'][_0x388c66(0x176)])&&_0x4393fa[_0x388c66(0x1dc)]['hooks'][_0x388c66(0x1f3)](_0x38d64a=>{const _0x5b3c7e=_0x388c66,_0x3a412e=_0x38d64a[_0x5b3c7e(0x1aa)]||_0x38d64a[_0x5b3c7e(0x113)];_0x3a412e&&!this['isJestInternalHook'](_0x38d64a)&&!_0x5d66ca['rxmdI'](isInternalHook,_0x38d64a['fn'])&&_0x1c1d3b['push'](_0x3a412e);}),[..._0x1c1d3b,...this[_0x388c66(0x16d)](_0x4393fa[_0x388c66(0x1dc)])];}[a92_0x2d5483(0xe7)](_0x498658){const _0x47e342=a92_0x2d5483,_0x2a6420={'yNDjb':function(_0x4038bf,_0x3b68a0){return _0x4038bf(_0x3b68a0);},'FyldE':_0x47e342(0x14d)},_0x44866f=new Map(),_0x3447e1=_0x1ba916=>{const _0x5bf1d7=_0x47e342,_0x304bf5={'ElRVf':function(_0x12d3de,_0x5e16cf){const _0x368d6e=a92_0x260d;return _0x2a6420[_0x368d6e(0x1e8)](_0x12d3de,_0x5e16cf);},'Ocumy':_0x2a6420['FyldE']};if(!_0x1ba916||!_0x1ba916['parent'])return;_0x1ba916[_0x5bf1d7(0x1dc)][_0x5bf1d7(0x176)]&&Array[_0x5bf1d7(0x140)](_0x1ba916[_0x5bf1d7(0x1dc)]['hooks'])&&_0x1ba916['parent']['hooks'][_0x5bf1d7(0x1f3)](_0xd8cd3c=>{const _0x27ec8d=_0x5bf1d7,_0x1eacbb=_0xd8cd3c['hookAnalyticsId']||_0xd8cd3c['hookUUID'];if(_0x1eacbb&&!this[_0x27ec8d(0x148)](_0xd8cd3c)&&!_0x304bf5[_0x27ec8d(0xfc)](isInternalHook,_0xd8cd3c['fn'])){const _0x4ccccd={};_0x4ccccd[_0x27ec8d(0x201)]=_0xd8cd3c['type']||_0x304bf5[_0x27ec8d(0x1a5)],_0x4ccccd[_0x27ec8d(0x1af)]=_0xd8cd3c[_0x27ec8d(0x1af)]||'\x22'+_0xd8cd3c[_0x27ec8d(0x201)]+_0x27ec8d(0x187),_0x44866f[_0x27ec8d(0x100)](_0x1eacbb,_0x4ccccd);}}),_0x2a6420[_0x5bf1d7(0x1e8)](_0x3447e1,_0x1ba916[_0x5bf1d7(0x1dc)]);};return _0x2a6420[_0x47e342(0x1e8)](_0x3447e1,_0x498658),_0x44866f;}[a92_0x2d5483(0x148)](_0x20b461){const _0x5159b3=a92_0x2d5483,_0x2f42ee={};_0x2f42ee[_0x5159b3(0x15d)]='jest-circus',_0x2f42ee[_0x5159b3(0x212)]='[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}';const _0x1e8a0e=_0x2f42ee;try{const _0x3459bc=this[_0x5159b3(0x264)](_0x20b461);if(!_0x3459bc||_0x3459bc['includes'](_0x1e8a0e[_0x5159b3(0x15d)]))return!![];return![];}catch(_0xbd0216){logger[_0x5159b3(0xe5)](_0x1e8a0e[_0x5159b3(0x212)]);}return![];}[a92_0x2d5483(0x264)](_0x10f4a3){const _0x10c5c4=a92_0x2d5483,_0x1c6436={'JSRMP':function(_0x88475,_0x2d5b2f){return _0x88475(_0x2d5b2f);}};if(_0x10f4a3[_0x10c5c4(0x252)])return _0x10f4a3[_0x10c5c4(0x252)];if(_0x10f4a3[_0x10c5c4(0xdd)])try{const _0x5cd286=stackTrace['parse'](_0x10f4a3[_0x10c5c4(0xdd)]),_0x47ac7e=_0x1c6436[_0x10c5c4(0x171)](pickUserFrameFile,_0x5cd286);if(_0x47ac7e)return _0x47ac7e;logger[_0x10c5c4(0xe5)](_0x10c5c4(0xe2)+_0x5cd286[_0x10c5c4(0x150)]+')');}catch(_0x3255a6){logger[_0x10c5c4(0xe5)](_0x10c5c4(0x16f)+util['format'](_0x3255a6));}return null;}}module[a92_0x2d5483(0x1d2)]=JestTestFramework;
1
+ const a92_0x3dbcd2=a92_0x204d;(function(_0x1784be,_0x4c9645){const _0x13f49b=a92_0x204d,_0x4386c0=_0x1784be();while(!![]){try{const _0x25dd0f=-parseInt(_0x13f49b(0x186))/0x1+-parseInt(_0x13f49b(0x1be))/0x2+parseInt(_0x13f49b(0x1b3))/0x3+-parseInt(_0x13f49b(0x17c))/0x4+-parseInt(_0x13f49b(0x161))/0x5+-parseInt(_0x13f49b(0x151))/0x6+parseInt(_0x13f49b(0x14b))/0x7*(parseInt(_0x13f49b(0x262))/0x8);if(_0x25dd0f===_0x4c9645)break;else _0x4386c0['push'](_0x4386c0['shift']());}catch(_0x23afcb){_0x4386c0['push'](_0x4386c0['shift']());}}}(a92_0x14e6,0x7b380));const TestFramework=require(a92_0x3dbcd2(0x1cb)),TestFrameworkState=require(a92_0x3dbcd2(0x246)),HookState=require('../state/hookState.js'),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a92_0x3dbcd2(0x2b1)),TrackedInstance=require(a92_0x3dbcd2(0x184)),TestFrameworkConstants=require(a92_0x3dbcd2(0x1cf)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a92_0x3dbcd2(0x294)),{isInternalHook}=require(a92_0x3dbcd2(0x16d)),logger=createClassLogger(a92_0x3dbcd2(0x233)),{v4:uuidv4}=require(a92_0x3dbcd2(0x1c7)),util=require('util'),TestInfo=require('../TestInfo.js'),GrpcClient=require(a92_0x3dbcd2(0x16c)),stackTrace=require(a92_0x3dbcd2(0x281)),{pickUserFrameFile}=require(a92_0x3dbcd2(0x204));function a92_0x204d(_0x3e10b0,_0x250e46){const _0x14e6b2=a92_0x14e6();return a92_0x204d=function(_0x204d8b,_0x14a9f0){_0x204d8b=_0x204d8b-0x13b;let _0x3e32fd=_0x14e6b2[_0x204d8b];return _0x3e32fd;},a92_0x204d(_0x3e10b0,_0x250e46);}class JestTestFramework extends TestFramework{constructor(_0x3d8f39,_0x21efce,_0x267f6a){const _0x39ad7a=a92_0x3dbcd2;super(_0x3d8f39,_0x21efce,_0x267f6a),this[_0x39ad7a(0x25f)]=new Map();}[a92_0x3dbcd2(0x26e)](_0x4b6e0f,_0x112fbe,_0x2a4b1f){const _0x3fd531=a92_0x3dbcd2,_0x65554c={};_0x65554c[_0x3fd531(0x2a9)]=function(_0x373c25,_0x19ba94){return _0x373c25||_0x19ba94;};const _0x36bcad=_0x65554c;if(_0x36bcad[_0x3fd531(0x2a9)](!_0x4b6e0f,!_0x112fbe)){logger[_0x3fd531(0x28a)]('[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x4b6e0f+_0x3fd531(0x1e7)+_0x112fbe);return;}!this[_0x3fd531(0x25f)][_0x3fd531(0x143)](_0x4b6e0f)&&this[_0x3fd531(0x25f)][_0x3fd531(0x16a)](_0x4b6e0f,[]);const _0x4576b3={'hookUUID':_0x112fbe,'hookType':_0x2a4b1f,'startedAt':new Date()[_0x3fd531(0x27b)]()};this[_0x3fd531(0x25f)][_0x3fd531(0x2a4)](_0x4b6e0f)['push'](_0x4576b3),logger['debug'](_0x3fd531(0x1e6)+_0x4b6e0f+_0x3fd531(0x1e7)+_0x112fbe+',\x20hookType='+_0x2a4b1f+_0x3fd531(0x13e)+this['activeHooks'][_0x3fd531(0x2a4)](_0x4b6e0f)[_0x3fd531(0x1c6)]);}[a92_0x3dbcd2(0x297)](_0x322927,_0x5c323c){const _0x292cd9=a92_0x3dbcd2,_0x4de8a9={};_0x4de8a9[_0x292cd9(0x1d3)]=function(_0x4b0ecb,_0x3d4d6b){return _0x4b0ecb||_0x3d4d6b;},_0x4de8a9[_0x292cd9(0x259)]=function(_0x4e990c,_0x3ffc2b){return _0x4e990c!==_0x3ffc2b;},_0x4de8a9['aNriD']=function(_0xf2e90c,_0x5d4401){return _0xf2e90c===_0x5d4401;};const _0x9a3ef1=_0x4de8a9;if(_0x9a3ef1[_0x292cd9(0x1d3)](!_0x322927,!_0x5c323c)){logger[_0x292cd9(0x28a)](_0x292cd9(0x19d)+_0x322927+_0x292cd9(0x1e7)+_0x5c323c);return;}if(this[_0x292cd9(0x25f)][_0x292cd9(0x143)](_0x322927)){const _0x5e0edf=this[_0x292cd9(0x25f)]['get'](_0x322927),_0x20ca42=_0x5e0edf[_0x292cd9(0x19f)](_0x347835=>_0x347835[_0x292cd9(0x1c5)]===_0x5c323c);_0x9a3ef1[_0x292cd9(0x259)](_0x20ca42,-0x1)?(_0x5e0edf['splice'](_0x20ca42,0x1),logger['debug']('[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier='+_0x322927+_0x292cd9(0x1e7)+_0x5c323c+_0x292cd9(0x236)+_0x5e0edf[_0x292cd9(0x1c6)]),_0x9a3ef1['aNriD'](_0x5e0edf[_0x292cd9(0x1c6)],0x0)&&this[_0x292cd9(0x25f)]['delete'](_0x322927)):logger[_0x292cd9(0x247)](_0x292cd9(0x1a4)+_0x322927+_0x292cd9(0x1e7)+_0x5c323c);}}['getActiveHook'](_0x16345e){const _0x5520ec=a92_0x3dbcd2,_0x347074={};_0x347074[_0x5520ec(0x22e)]=function(_0x21f02a,_0x3e6523){return _0x21f02a>_0x3e6523;},_0x347074[_0x5520ec(0x29c)]=function(_0x3c421e,_0x36aba8){return _0x3c421e-_0x36aba8;};const _0x146c69=_0x347074;if(!_0x16345e)return null;if(this['activeHooks'][_0x5520ec(0x143)](_0x16345e)){const _0x1d2c92=this[_0x5520ec(0x25f)][_0x5520ec(0x2a4)](_0x16345e);if(_0x146c69[_0x5520ec(0x22e)](_0x1d2c92['length'],0x0)){const _0x2b743d=_0x1d2c92[_0x146c69['KlHED'](_0x1d2c92[_0x5520ec(0x1c6)],0x1)];return logger[_0x5520ec(0x247)]('[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier='+_0x16345e+_0x5520ec(0x1e7)+_0x2b743d[_0x5520ec(0x1c5)]+_0x5520ec(0x181)+_0x2b743d[_0x5520ec(0x2a1)]),_0x2b743d;}}return null;}async[a92_0x3dbcd2(0x207)](_0x155647,_0x3ad32d,_0x86b314={}){const _0x55aa9d=a92_0x3dbcd2,_0x4d0370={};_0x4d0370[_0x55aa9d(0x2b8)]=_0x55aa9d(0x2b7),_0x4d0370[_0x55aa9d(0x192)]=function(_0x37ecc5,_0x143f01){return _0x37ecc5===_0x143f01;},_0x4d0370[_0x55aa9d(0x295)]=function(_0x366030,_0x3aef8a){return _0x366030===_0x3aef8a;},_0x4d0370[_0x55aa9d(0x279)]=function(_0x22a00c,_0x4fbb25){return _0x22a00c||_0x4fbb25;},_0x4d0370['TRwFI']=_0x55aa9d(0x154),_0x4d0370['LMGjr']=function(_0x1f2d84,_0x1f64ad){return _0x1f2d84===_0x1f64ad;};const _0x1f959d=_0x4d0370;logger['debug']('[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState='+_0x155647+_0x55aa9d(0x20e)+_0x3ad32d+_0x55aa9d(0x1f5)+Object[_0x55aa9d(0x1bc)](_0x86b314)['join'](',')),await super[_0x55aa9d(0x207)](_0x155647,_0x3ad32d,_0x86b314);const _0x3e7566=this['resolveInstance'](_0x155647,_0x3ad32d,_0x86b314);if(!_0x3e7566){logger[_0x55aa9d(0x247)](_0x1f959d['ykPmV']);return;}try{let _0x36b734,_0x25f273,_0x13d221;switch(_0x155647){case TestFrameworkState['TEST']:_0x36b734=_0x86b314[_0x55aa9d(0x230)];const _0x331b98={};_0x331b98['depth']=0x2,_0x331b98[_0x55aa9d(0x1b9)]=0x3,logger[_0x55aa9d(0x247)](_0x55aa9d(0x146)+_0x3ad32d+_0x55aa9d(0x164)+util[_0x55aa9d(0x23e)](_0x36b734,_0x331b98)),_0x13d221=this['getJestTestIdentifier'](_0x36b734),_0x25f273=null,logger[_0x55aa9d(0x247)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId='+_0x13d221+_0x55aa9d(0x193));if(_0x1f959d[_0x55aa9d(0x192)](_0x3ad32d,HookState[_0x55aa9d(0x28c)])){logger[_0x55aa9d(0x247)](_0x55aa9d(0x20b)+_0x13d221);const _0x4ba94b={};_0x4ba94b['testUUID']=_0x25f273,_0x4ba94b[_0x55aa9d(0x16e)]=_0x36b734,_0x4ba94b[_0x55aa9d(0x2a0)]=_0x13d221;const _0x269e79=this[_0x55aa9d(0x250)](_0x4ba94b),_0x522a64={};_0x522a64[_0x55aa9d(0x25b)]=0x2,_0x522a64[_0x55aa9d(0x1b9)]=0x3,logger[_0x55aa9d(0x247)](_0x55aa9d(0x144)+util[_0x55aa9d(0x23e)](_0x269e79,_0x522a64)),_0x3e7566['addMultipleEntries'](_0x269e79),logger[_0x55aa9d(0x247)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0x13d221),await this[_0x55aa9d(0x1a1)](_0x3e7566,_0x13d221);}else{if(_0x1f959d[_0x55aa9d(0x295)](_0x3ad32d,HookState[_0x55aa9d(0x257)])){logger['debug'](_0x55aa9d(0x242)+_0x13d221);const _0x1c01bf=_0x3e7566[_0x55aa9d(0x1e1)]()[_0x55aa9d(0x2a4)](_0x13d221);logger[_0x55aa9d(0x247)](_0x55aa9d(0x2c7)+util[_0x55aa9d(0x23e)](Object['keys'](_0x1f959d[_0x55aa9d(0x279)](_0x1c01bf,{}))));_0x1c01bf&&_0x1c01bf[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]?logger[_0x55aa9d(0x247)](_0x55aa9d(0x168)+Object[_0x55aa9d(0x1bc)](_0x1c01bf[TestFrameworkConstants[_0x55aa9d(0x292)]])[_0x55aa9d(0x1c6)]+'\x20files'):logger[_0x55aa9d(0x247)](_0x1f959d[_0x55aa9d(0x190)]);const _0xc27596=_0x86b314[_0x55aa9d(0x1ae)]||null,_0x7667e3={};_0x7667e3[_0x55aa9d(0x1ec)]=_0x25f273,_0x7667e3['testData']=_0x36b734,_0x7667e3['testId']=_0x13d221,_0x7667e3[_0x55aa9d(0x1ae)]=_0xc27596;const _0x2848df=this['parseJestTestResult'](_0x7667e3),_0x15d714={};_0x15d714[_0x55aa9d(0x25b)]=0x2,_0x15d714[_0x55aa9d(0x1b9)]=0x3,logger[_0x55aa9d(0x247)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20'+util[_0x55aa9d(0x23e)](_0x2848df,_0x15d714)),_0x3e7566[_0x55aa9d(0x15a)](_0x2848df),logger[_0x55aa9d(0x247)](_0x55aa9d(0x2b3)+_0x13d221),await this[_0x55aa9d(0x1a1)](_0x3e7566,_0x13d221);}}break;case TestFrameworkState[_0x55aa9d(0x1aa)]:if(_0x1f959d[_0x55aa9d(0x286)](_0x3ad32d,HookState[_0x55aa9d(0x257)])){const _0x4a8c4d={};_0x4a8c4d[_0x55aa9d(0x25b)]=0x2,logger[_0x55aa9d(0x247)]('[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20'+util[_0x55aa9d(0x23e)](_0x86b314,_0x4a8c4d)),await this[_0x55aa9d(0x153)](_0x3e7566,_0x155647,_0x86b314);}break;default:if(CLIUtils[_0x55aa9d(0x175)](_0x155647[_0x55aa9d(0x1b4)]()[_0x55aa9d(0x2b4)]('.')[0x1])){const _0x3ea930={};_0x3ea930[_0x55aa9d(0x25b)]=0x2,_0x3ea930[_0x55aa9d(0x1b9)]=0x3,logger[_0x55aa9d(0x247)](_0x55aa9d(0x1e8)+_0x155647+_0x55aa9d(0x20e)+_0x3ad32d+_0x55aa9d(0x201)+util[_0x55aa9d(0x23e)](_0x86b314[_0x55aa9d(0x1fd)],_0x3ea930));const _0x382a66=await this[_0x55aa9d(0x2b2)](_0x3e7566,_0x155647,_0x3ad32d,_0x86b314),_0x5215a8={};_0x5215a8['depth']=0x2,_0x5215a8['maxArrayLength']=0x3,logger['debug'](_0x55aa9d(0x1de)+util[_0x55aa9d(0x23e)](_0x382a66,_0x5215a8)),_0x3e7566[_0x55aa9d(0x15a)](_0x382a66);}else logger[_0x55aa9d(0x247)](_0x55aa9d(0x1ad)+_0x155647+_0x55aa9d(0x2b9)+_0x3ad32d);break;}logger[_0x55aa9d(0x247)](_0x55aa9d(0x21c)+_0x155647+_0x55aa9d(0x20e)+_0x3ad32d);}catch(_0x13f3d7){logger[_0x55aa9d(0x27a)](_0x55aa9d(0x1a9)+_0x155647+_0x55aa9d(0x20e)+_0x3ad32d+_0x55aa9d(0x1ee)+util[_0x55aa9d(0x213)](_0x13f3d7));}_0x86b314['instance']=_0x3e7566,await this['runHooks'](_0x3e7566,_0x155647,_0x3ad32d,_0x86b314);}[a92_0x3dbcd2(0x278)](_0x46fead){const _0x5b1956=a92_0x3dbcd2,_0x9c2571={};_0x9c2571[_0x5b1956(0x211)]='[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback';const _0x134cb4=_0x9c2571;if(_0x46fead&&(_0x46fead['id']||_0x46fead[_0x5b1956(0x1c7)])){const _0x140977=_0x46fead['id']||_0x46fead[_0x5b1956(0x1c7)];return logger[_0x5b1956(0x247)](_0x5b1956(0x272)+_0x140977+_0x5b1956(0x27c)),_0x140977;}return logger['debug'](_0x134cb4[_0x5b1956(0x211)]),process[_0x5b1956(0x208)]+_0x5b1956(0x290);}[a92_0x3dbcd2(0x2b0)](_0x31e181,_0x141e6e,_0x3f5469={}){const _0x578f1d=a92_0x3dbcd2;let _0x4b3dfc=null;return _0x4b3dfc=TestFramework['getTrackedInstance'](),!_0x4b3dfc?(logger['debug'](_0x578f1d(0x210)+_0x31e181),this[_0x578f1d(0x291)](_0x31e181,_0x3f5469),_0x4b3dfc=TestFramework['getTrackedInstance'](),logger[_0x578f1d(0x247)](_0x578f1d(0x251)+!!_0x4b3dfc+',\x20contextId='+_0x4b3dfc?.[_0x578f1d(0x270)]()?.['getId']())):logger[_0x578f1d(0x247)](_0x578f1d(0x284)+_0x4b3dfc['getContext']()?.['getId']()),_0x4b3dfc;}[a92_0x3dbcd2(0x291)](_0x395511,_0xc01665){const _0x5e6e37=a92_0x3dbcd2,_0x8c822a={};_0x8c822a[_0x5e6e37(0x171)]=_0x5e6e37(0x177);const _0xd58362=_0x8c822a;if(TestFramework['getTrackedInstance']()){logger[_0x5e6e37(0x247)](_0xd58362[_0x5e6e37(0x171)]);return;}const _0x10dfde=CLIUtils['getCurrentInstanceName'](),_0x20e8fd=TrackedInstance[_0x5e6e37(0x2bb)](_0x10dfde);let _0x6fdfcb=null;logger[_0x5e6e37(0x247)](_0x5e6e37(0x283)+_0x10dfde+_0x5e6e37(0x185)+_0x395511),_0x6fdfcb=new TestFrameworkInstance(_0x20e8fd,this['getTestFrameworks'](),this[_0x5e6e37(0x158)](),_0x395511,HookState[_0x5e6e37(0x145)]),TestFramework['setTrackedInstance'](_0x20e8fd,_0x6fdfcb),logger[_0x5e6e37(0x247)](_0x5e6e37(0x1b8)+_0x20e8fd[_0x5e6e37(0x22f)]()+_0x5e6e37(0x1a6)+_0x10dfde+',\x20testFramework='+this[_0x5e6e37(0x28f)]()[0x0]+_0x5e6e37(0x25d)+this[_0x5e6e37(0x158)]()[this['getTestFrameworks']()[0x0]]);}[a92_0x3dbcd2(0x250)](_0x5119d1){const _0x25753f=a92_0x3dbcd2,_0x27fcbf={};_0x27fcbf['dLKEL']=function(_0x31c91f,_0x10baf7){return _0x31c91f||_0x10baf7;},_0x27fcbf[_0x25753f(0x274)]=_0x25753f(0x1ed);const _0x347a4b=_0x27fcbf,{testUUID:_0x4e84db,testData:_0x521e94,testId:_0xce7b47}=_0x5119d1;if(_0x347a4b[_0x25753f(0x1f0)](!_0x521e94,!_0xce7b47))return logger[_0x25753f(0x247)](_0x347a4b['zqDxB']),{};const _0x398b63=this[_0x25753f(0x28f)]()[0x0],_0x54ee52=this[_0x25753f(0x158)](),_0x29f904={};_0x29f904[_0x25753f(0x25b)]=0x2,_0x29f904['maxArrayLength']=0x3,logger[_0x25753f(0x247)](_0x25753f(0x1b6)+util[_0x25753f(0x23e)](_0x521e94,_0x29f904));const _0x4b87ba=_0x521e94?.['scopes']||[],_0x4b2fbd=this[_0x25753f(0x225)](_0x521e94),_0x5f95a2=this[_0x25753f(0x1ce)](_0x521e94),_0x24cc28=_0x521e94['fn']?_0x521e94['fn']['toString']():_0x521e94?.[_0x25753f(0x13c)]?_0x521e94['body'][_0x25753f(0x15d)][_0x25753f(0x1b4)]():null,_0x1a8460=this[_0x25753f(0x26c)](_0x521e94),_0x9ecf50={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x398b63,[TestFrameworkConstants[_0x25753f(0x287)]]:_0x54ee52[_0x398b63],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x25753f(0x1a7)]]:{},[TestFrameworkConstants[_0x25753f(0x214)]]:{},[TestFrameworkConstants[_0x25753f(0x15b)]]:TestFrameworkConstants[_0x25753f(0x15f)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x4b2fbd,[TestFrameworkConstants[_0x25753f(0x20c)]]:_0x5f95a2,[TestFrameworkConstants['KEY_TEST_ID']]:_0xce7b47,[TestFrameworkConstants[_0x25753f(0x1cc)]]:_0x4b2fbd,[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x5f95a2,[TestFrameworkConstants[_0x25753f(0x285)]]:_0x24cc28,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x1a8460,[TestFrameworkConstants[_0x25753f(0x24c)]]:_0x521e94[_0x25753f(0x14a)]||new Date()[_0x25753f(0x27b)](),[TestFrameworkConstants[_0x25753f(0x14f)]]:_0x4b87ba[0x0]||'',[TestFrameworkConstants[_0x25753f(0x263)]]:_0x4b87ba,[TestFrameworkConstants[_0x25753f(0x2ab)]]:_0x4b2fbd,[TestFrameworkConstants[_0x25753f(0x194)]]:{},[TestFrameworkConstants[_0x25753f(0x2ac)]]:{}};_0x521e94['retryOf']&&(_0x9ecf50[TestFrameworkConstants[_0x25753f(0x227)]]=_0x521e94[_0x25753f(0x1fc)]);logger[_0x25753f(0x247)]('[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName='+_0x4b2fbd+_0x25753f(0x17d)+_0xce7b47+_0x25753f(0x2c2)+JSON[_0x25753f(0x296)](_0x1a8460)+_0x25753f(0x19b)+util[_0x25753f(0x23e)](_0x4b87ba)+',\x20filePath='+_0x5f95a2);const _0xdaa17e={};return _0xdaa17e[_0xce7b47]=_0x9ecf50,_0xdaa17e;}['parseJestTestResult'](_0x1010ee){const _0x30978a=a92_0x3dbcd2,_0x18939c={'cOQYz':function(_0x4ac5c3,_0x338420){return _0x4ac5c3===_0x338420;},'pCaAr':_0x30978a(0x229),'neLyU':'beforeAll','LCLjs':_0x30978a(0x1c0),'LyInQ':_0x30978a(0x27d),'makeY':function(_0x11fe31,_0x578a44){return _0x11fe31||_0x578a44;},'iccyL':_0x30978a(0x280),'KrCHV':function(_0x9c1ab8,_0x202d58){return _0x9c1ab8||_0x202d58;},'DOfdh':'unknown','pEpMV':function(_0x260d20,_0x4ea40f){return _0x260d20>_0x4ea40f;},'emoLj':_0x30978a(0x1f2),'MBElJ':_0x30978a(0x1ac),'oLDBm':_0x30978a(0x1f9),'exIgO':_0x30978a(0x176),'JhAme':function(_0x2e0261,_0x4cad72){return _0x2e0261!==_0x4cad72;},'afdrd':function(_0x1578b1,_0x5de774,_0x432ab2,_0x565130){return _0x1578b1(_0x5de774,_0x432ab2,_0x565130);},'XUBBp':function(_0x4e2a61,_0xe666fc){return _0x4e2a61>_0xe666fc;},'XlxBy':function(_0x51ae56,_0x1bed32){return _0x51ae56>_0x1bed32;},'cMDlU':'[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','VAGsF':function(_0x312170,_0x30974a){return _0x312170>_0x30974a;},'znIkI':function(_0x518228,_0x14202e){return _0x518228===_0x14202e;}},{testUUID:_0x4143c7,testData:_0x57506f,testId:_0x3f964e}=_0x1010ee;if(_0x18939c['makeY'](!_0x57506f,!_0x3f964e))return logger[_0x30978a(0x247)](_0x18939c[_0x30978a(0x1a0)]),{};const _0x486995=this[_0x30978a(0x2b0)](TestFrameworkState[_0x30978a(0x18f)],HookState['POST']),_0x3c4314=_0x486995['getAllData']()['get'](_0x3f964e),_0xd3137f=_0x18939c[_0x30978a(0x200)](_0x3c4314,{}),_0xbabdcb=_0xd3137f?_0xd3137f[TestFrameworkConstants[_0x30978a(0x194)]]||{}:{},_0x3dd6ee=_0xd3137f[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']];logger[_0x30978a(0x247)](_0x30978a(0x1bd)+(_0x3dd6ee?Object[_0x30978a(0x1bc)](_0x3dd6ee)[_0x30978a(0x1c6)]:0x0)+_0x30978a(0x2bc));let _0x574d22=_0x18939c[_0x30978a(0x18a)];if(_0x57506f[_0x30978a(0x155)])_0x574d22=_0x57506f[_0x30978a(0x155)];else{if(_0x57506f[_0x30978a(0x23f)]&&_0x18939c[_0x30978a(0x220)](_0x57506f['errorsDetailed'][_0x30978a(0x1c6)],0x0))_0x574d22=_0x18939c[_0x30978a(0x1a2)];else _0x18939c['cOQYz'](_0x57506f[_0x30978a(0x29a)],_0x18939c[_0x30978a(0x160)])||_0x18939c[_0x30978a(0x2b5)](_0x57506f[_0x30978a(0x29a)],_0x18939c[_0x30978a(0x1b1)])?_0x574d22=_0x18939c['oLDBm']:_0x574d22=_0x18939c[_0x30978a(0x266)];}const _0x549758={..._0xd3137f,[TestFrameworkConstants[_0x30978a(0x15b)]]:_0x574d22,[TestFrameworkConstants[_0x30978a(0x198)]]:_0x57506f[_0x30978a(0x273)]||new Date()[_0x30978a(0x27b)](),[TestFrameworkConstants[_0x30978a(0x206)]]:new Date()[_0x30978a(0x27b)](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0xbabdcb,[TestFrameworkConstants[_0x30978a(0x276)]]:_0xd3137f[TestFrameworkConstants[_0x30978a(0x276)]]||[],[TestFrameworkConstants[_0x30978a(0x2ac)]]:{}};if(_0x18939c[_0x30978a(0x2b5)](_0x574d22,_0x18939c[_0x30978a(0x1a2)])&&_0x57506f[_0x30978a(0x23f)]){const _0x4c21bd=this['getJestFailureReason'](_0x57506f),_0x352a64=this[_0x30978a(0x232)](_0x57506f),_0x2724b0=this[_0x30978a(0x223)](_0x57506f);_0x549758[TestFrameworkConstants[_0x30978a(0x2a6)]]=_0x352a64,_0x549758[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x4c21bd,_0x549758[TestFrameworkConstants[_0x30978a(0x234)]]=_0x2724b0;}_0x18939c[_0x30978a(0x1da)](_0x57506f[_0x30978a(0x28e)],undefined)&&(_0x549758[TestFrameworkConstants[_0x30978a(0x28d)]]=_0x57506f[_0x30978a(0x28e)]);_0x57506f[_0x30978a(0x1fc)]&&(_0x549758[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x57506f[_0x30978a(0x1fc)]);const _0x340ab6=_0x3c4314?_0x3c4314[TestFrameworkConstants[_0x30978a(0x292)]]||{}:{},_0x37e43c=_0x3c4314?_0x3c4314[TestFrameworkConstants['KEY_TEST_UUID']]:_0x4143c7,_0x1fb3b6=_0x18939c[_0x30978a(0x157)](getManualUploadLogs,_0x340ab6,_0x37e43c,_0x3f964e);if(_0x18939c[_0x30978a(0x25a)](_0x1fb3b6['length'],0x0)){const _0x5a2435=_0x549758[TestFrameworkConstants['KEY_LOGS']]||[];_0x549758[TestFrameworkConstants[_0x30978a(0x276)]]=[..._0x5a2435,..._0x1fb3b6];}const _0x580670=_0xd3137f[TestFrameworkConstants[_0x30978a(0x1a7)]]||{},_0x575d74=_0xd3137f[TestFrameworkConstants[_0x30978a(0x214)]]||{},_0x3923fd={..._0x580670},_0x5640ae=_0x3923fd;Object[_0x30978a(0x1bc)](_0x575d74)[_0x30978a(0x277)](_0x3959ec=>{const _0x49df34=_0x30978a;!_0x5640ae[_0x3959ec]&&(_0x5640ae[_0x3959ec]=[]);const _0x167e01=new Set((_0x5640ae[_0x3959ec]||[])[_0x49df34(0x240)](_0x187f01=>_0x187f01[TestFrameworkConstants[_0x49df34(0x238)]]||_0x187f01[_0x49df34(0x1eb)]));(_0x575d74[_0x3959ec]||[])[_0x49df34(0x277)](_0x6d4b18=>{const _0x4607c5=_0x49df34,_0xad6cc1=_0x6d4b18[TestFrameworkConstants[_0x4607c5(0x238)]]||_0x6d4b18[_0x4607c5(0x1eb)];if(!_0x167e01[_0x4607c5(0x143)](_0xad6cc1)){const _0x9d2914={..._0x6d4b18},_0x4b2c7d=_0x9d2914;!_0x4b2c7d[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]&&!_0x4b2c7d[_0x4607c5(0x163)]&&(_0x4b2c7d[TestFrameworkConstants[_0x4607c5(0x1c2)]]=new Date()[_0x4607c5(0x27b)]()),!_0x4b2c7d[TestFrameworkConstants[_0x4607c5(0x217)]]&&!_0x4b2c7d['hook_result']&&(_0x4b2c7d[TestFrameworkConstants[_0x4607c5(0x217)]]=TestFrameworkConstants['DEFAULT_HOOK_RESULT']),_0x5640ae[_0x3959ec]['push'](_0x4b2c7d);}});});if(_0x1010ee[_0x30978a(0x1ae)]){this[_0x30978a(0x239)](_0x1010ee[_0x30978a(0x1ae)]);const _0x1a9871=this[_0x30978a(0x13f)](_0x1010ee[_0x30978a(0x1ae)]),_0x424f4e=this[_0x30978a(0x289)](_0x1010ee[_0x30978a(0x1ae)]);_0x424f4e[_0x30978a(0x277)](_0xe0e34f=>{const _0x54dcf1=_0x30978a,_0x457485=_0x1a9871[_0x54dcf1(0x2a4)](_0xe0e34f);if(_0x457485&&(_0x18939c[_0x54dcf1(0x2b5)](_0x457485['type'],_0x18939c[_0x54dcf1(0x152)])||_0x18939c['cOQYz'](_0x457485[_0x54dcf1(0x187)],_0x18939c[_0x54dcf1(0x254)]))){const _0x49ebcc=_0x457485[_0x54dcf1(0x187)][_0x54dcf1(0x1ca)]()[_0x54dcf1(0x1b5)](_0x18939c[_0x54dcf1(0x1fa)],_0x18939c[_0x54dcf1(0x241)]),_0x3645bf=_0x49ebcc;!_0x5640ae[_0x3645bf]&&(_0x5640ae[_0x3645bf]=[]);const _0x58fa14=_0x5640ae[_0x3645bf][_0x54dcf1(0x1c1)](_0x258fa6=>(_0x258fa6[TestFrameworkConstants[_0x54dcf1(0x238)]]||_0x258fa6[_0x54dcf1(0x1eb)])===_0xe0e34f);!_0x58fa14&&_0x5640ae[_0x3645bf][_0x54dcf1(0x1f1)]({'key':_0x3645bf,[TestFrameworkConstants[_0x54dcf1(0x238)]]:_0xe0e34f,[TestFrameworkConstants[_0x54dcf1(0x217)]]:TestFrameworkConstants[_0x54dcf1(0x140)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:new Date()['toISOString'](),[TestFrameworkConstants[_0x54dcf1(0x1c2)]]:new Date()[_0x54dcf1(0x27b)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x54dcf1(0x173)]]:_0x457485[_0x54dcf1(0x1ab)]||_0x457485['type']+_0x54dcf1(0x174),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0xbabdcb});}});}if(_0x57506f[_0x30978a(0x27f)]&&_0x18939c['XlxBy'](_0x57506f[_0x30978a(0x27f)][_0x30978a(0x1c6)],0x0))_0x549758[TestFrameworkConstants[_0x30978a(0x1a7)]]=_0x57506f['hooks'],logger[_0x30978a(0x247)](_0x18939c[_0x30978a(0x269)]);else _0x18939c['VAGsF'](Object[_0x30978a(0x1bc)](_0x5640ae)['length'],0x0)&&(_0x549758[TestFrameworkConstants[_0x30978a(0x1a7)]]=_0x5640ae,logger[_0x30978a(0x247)](_0x30978a(0x196)+Object[_0x30978a(0x1bc)](_0x5640ae)[_0x30978a(0x2bf)](',')));const _0x5811b0=this[_0x30978a(0x225)](_0x57506f);logger[_0x30978a(0x247)](_0x30978a(0x1fb)+_0x5811b0+_0x30978a(0x17d)+_0x3f964e+_0x30978a(0x2ad)+_0x574d22+_0x30978a(0x221)+_0x57506f['duration']);_0x18939c[_0x30978a(0x1bf)](_0x574d22,_0x18939c[_0x30978a(0x1a2)])&&logger[_0x30978a(0x247)](_0x30978a(0x24e)+_0x3f964e+_0x30978a(0x167)+_0x549758[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]+_0x30978a(0x255)+_0x549758[TestFrameworkConstants[_0x30978a(0x1d7)]]?.[_0x30978a(0x26b)](0x0,0xc8));const _0x56c657={};return _0x56c657[_0x3f964e]=_0x549758,_0x56c657;}[a92_0x3dbcd2(0x19e)](_0x4e6508){const _0x13ab5c=a92_0x3dbcd2,_0xb015ce={};_0xb015ce[_0x13ab5c(0x18d)]=function(_0x4d6a61,_0x16be21){return _0x4d6a61!==_0x16be21;},_0xb015ce[_0x13ab5c(0x21d)]=function(_0x4761cb,_0x382d69){return _0x4761cb!==_0x382d69;},_0xb015ce[_0x13ab5c(0x253)]='ROOT_DESCRIBE_BLOCK';const _0x330ec3=_0xb015ce,_0x2942c8={};_0x2942c8[_0x13ab5c(0x25b)]=0x2,_0x2942c8[_0x13ab5c(0x1b9)]=0x3,logger['debug'](_0x13ab5c(0x20f)+util[_0x13ab5c(0x23e)](_0x4e6508,_0x2942c8));const _0x549189=[];if(_0x4e6508&&_0x4e6508[_0x13ab5c(0x299)]){let _0x182a6d=_0x4e6508[_0x13ab5c(0x299)];while(_0x182a6d&&_0x182a6d['name']&&_0x330ec3[_0x13ab5c(0x18d)](_0x182a6d[_0x13ab5c(0x1ab)],'')&&_0x330ec3[_0x13ab5c(0x21d)](_0x182a6d['name'],_0x330ec3['uQNMb'])){_0x549189[_0x13ab5c(0x1f1)](_0x182a6d[_0x13ab5c(0x1ab)]),_0x182a6d=_0x182a6d[_0x13ab5c(0x299)];}}return _0x549189[_0x13ab5c(0x25c)]();}[a92_0x3dbcd2(0x225)](_0x1278ce){const _0x201ee5=a92_0x3dbcd2,_0x284cdd={};_0x284cdd[_0x201ee5(0x2ae)]=_0x201ee5(0x15c);const _0x5216ce=_0x284cdd;if(_0x1278ce[_0x201ee5(0x1ab)])return _0x1278ce[_0x201ee5(0x1ab)];if(_0x1278ce[_0x201ee5(0x17e)])return _0x1278ce[_0x201ee5(0x17e)];return _0x5216ce[_0x201ee5(0x2ae)];}['getJestTestTags'](_0x553a72){const _0x164814=a92_0x3dbcd2,_0x4e0867=[];if(_0x553a72[_0x164814(0x1d0)]&&Array[_0x164814(0x1c9)](_0x553a72[_0x164814(0x1d0)]))return _0x553a72[_0x164814(0x1d0)][_0x164814(0x240)](_0x3fb934=>_0x3fb934['startsWith']('@')?_0x3fb934[_0x164814(0x1c4)](0x1):_0x3fb934);const _0x319f14=this[_0x164814(0x225)](_0x553a72),_0x1c82d5=_0x319f14[_0x164814(0x195)](/@(\w+)/g);if(_0x1c82d5)return _0x1c82d5['map'](_0x3444fa=>_0x3444fa[_0x164814(0x1c8)](0x1));return _0x553a72[_0x164814(0x282)]&&Array[_0x164814(0x1c9)](_0x553a72['scopes'])&&_0x553a72[_0x164814(0x282)][_0x164814(0x277)](_0x4886dc=>{const _0x47b070=_0x164814,_0x3647aa=_0x4886dc[_0x47b070(0x195)](/@(\w+)/g);_0x3647aa&&_0x3647aa[_0x47b070(0x277)](_0x32cf24=>{const _0x1fe72c=_0x47b070,_0x34ef1a=_0x32cf24[_0x1fe72c(0x1c8)](0x1);!_0x4e0867[_0x1fe72c(0x1e3)](_0x34ef1a)&&_0x4e0867[_0x1fe72c(0x1f1)](_0x34ef1a);});}),_0x4e0867;}[a92_0x3dbcd2(0x1ce)](_0x4772b7){const _0xa8bec8=a92_0x3dbcd2,_0x3ac1b7={'MDtFq':function(_0x5b13ec,_0x7df74b){return _0x5b13ec(_0x7df74b);}};if(_0x4772b7[_0xa8bec8(0x205)])return _0x4772b7['file_name'];if(_0x4772b7[_0xa8bec8(0x1f8)])try{const _0x1bcf54=stackTrace[_0xa8bec8(0x19c)](_0x4772b7['asyncError']),_0x3fd899=_0x3ac1b7['MDtFq'](pickUserFrameFile,_0x1bcf54);if(_0x3fd899)return _0x3fd899;logger[_0xa8bec8(0x247)](_0xa8bec8(0x16b)+_0x1bcf54[_0xa8bec8(0x1c6)]+')');}catch(_0x2c200e){logger['debug'](_0xa8bec8(0x19a)+util[_0xa8bec8(0x213)](_0x2c200e));}return null;}[a92_0x3dbcd2(0x148)](_0x3c9ab8){const _0x3dcbb4=a92_0x3dbcd2,_0x3ad986={};_0x3ad986[_0x3dcbb4(0x2af)]=function(_0x29e93e,_0xfde808){return _0x29e93e>_0xfde808;},_0x3ad986[_0x3dcbb4(0x275)]=_0x3dcbb4(0x28b);const _0x155e01=_0x3ad986;if(_0x3c9ab8[_0x3dcbb4(0x23f)]&&_0x155e01[_0x3dcbb4(0x2af)](_0x3c9ab8[_0x3dcbb4(0x23f)][_0x3dcbb4(0x1c6)],0x0))return util[_0x3dcbb4(0x23e)](_0x3c9ab8[_0x3dcbb4(0x23f)][0x0]);if(_0x3c9ab8[_0x3dcbb4(0x149)])return _0x3c9ab8['failure_reason'];return _0x155e01['zClmq'];}[a92_0x3dbcd2(0x232)](_0x1ebae6){const _0xea1207=a92_0x3dbcd2,_0x331704={};_0x331704[_0xea1207(0x26f)]=_0xea1207(0x1dc),_0x331704[_0xea1207(0x22c)]=_0xea1207(0x141),_0x331704[_0xea1207(0x16f)]=_0xea1207(0x23b);const _0xe83ac1=_0x331704,_0x57144d=this[_0xea1207(0x148)](_0x1ebae6);if(_0x57144d&&_0x57144d[_0xea1207(0x1e3)](_0xe83ac1['DnHtk']))return _0xe83ac1[_0xea1207(0x22c)];return _0xe83ac1[_0xea1207(0x16f)];}[a92_0x3dbcd2(0x223)](_0x4167e4){const _0x38bbfd=a92_0x3dbcd2,_0x2d93b4={'IFIXQ':function(_0x5de64d,_0xd586c4){return _0x5de64d(_0xd586c4);},'RcPfS':'../../../helpers/test-observability/utils','ZUdVQ':function(_0x554740,_0x88f909){return _0x554740!==_0x88f909;},'waMOr':_0x38bbfd(0x230)},{failureData:_0x275ea5}=_0x2d93b4[_0x38bbfd(0x199)](require,_0x2d93b4[_0x38bbfd(0x260)]),_0x1989e7=[];return _0x2d93b4['ZUdVQ'](_0x4167e4[_0x38bbfd(0x23f)],undefined)&&_0x1989e7[_0x38bbfd(0x1f1)](_0x4167e4['errorsDetailed'],_0x2d93b4[_0x38bbfd(0x1fe)]),_0x275ea5[_0x38bbfd(0x256)](null,_0x1989e7);}async[a92_0x3dbcd2(0x2b2)](_0x6f3cfb,_0x40a87e,_0x4c3e4a,_0x54b70e){const _0x5b6ac8=a92_0x3dbcd2,_0x16f01f={'GkiGp':'[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','qzXer':function(_0x2485a5){return _0x2485a5();},'ptUmh':function(_0x170697,_0x510be0){return _0x170697 in _0x510be0;},'ImOOq':function(_0x514c92,_0x1d2db1){return _0x514c92===_0x1d2db1;},'ApvTu':function(_0x21a225,_0x7ce9ac){return _0x21a225===_0x7ce9ac;},'RgiPR':function(_0x42a384,_0x42ab62){return _0x42a384>_0x42ab62;},'rlKet':'failed','mFJCV':_0x5b6ac8(0x176),'nypRd':'[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','RdeuN':function(_0x4b3fd8,_0x4ca51a){return _0x4b3fd8!==_0x4ca51a;}},{hookData:_0x3ee745}=_0x54b70e,_0x34c962=_0x4c3e4a[_0x5b6ac8(0x1b4)](),_0x13ca7f=_0x40a87e['toString'](),_0x417c11={};_0x417c11[_0x5b6ac8(0x25b)]=0x2,_0x417c11[_0x5b6ac8(0x1b9)]=0x3,logger[_0x5b6ac8(0x247)](_0x5b6ac8(0x23d)+_0x13ca7f+_0x5b6ac8(0x20e)+_0x34c962+_0x5b6ac8(0x201)+util[_0x5b6ac8(0x23e)](_0x3ee745,_0x417c11));if(!_0x3ee745)return logger['debug'](_0x16f01f[_0x5b6ac8(0x231)]),{};const _0xd2eea8=_0x3ee745[_0x5b6ac8(0x1c7)]||_0x3ee745['hookAnalyticsId']||_0x16f01f['qzXer'](uuidv4),_0x147ed5=_0x3ee745['test_run_id']||this[_0x5b6ac8(0x278)](_0x3ee745),_0x29cece=_0x40a87e['toString']()['split']('.')[0x1],_0x358f3f=_0x6f3cfb[_0x5b6ac8(0x1e1)]()[_0x5b6ac8(0x2a4)](_0x147ed5),_0x3f78a7=_0x358f3f?_0x358f3f[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{};logger[_0x5b6ac8(0x247)]('[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId='+_0xd2eea8+_0x5b6ac8(0x17d)+_0x147ed5+'\x20(testIdentifier),\x20hookType='+_0x29cece+',\x20hookState='+_0x34c962);if(!_0x358f3f)return logger[_0x5b6ac8(0x247)](_0x5b6ac8(0x15e)+_0x147ed5+_0x5b6ac8(0x2c6)),this['storePendingHook'](_0x6f3cfb,_0x147ed5,_0x40a87e,_0x4c3e4a,_0x54b70e),{};let _0x3e92e5=_0x358f3f[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x3e92e5&&(_0x3e92e5={});!_0x16f01f[_0x5b6ac8(0x150)](_0x29cece,_0x3e92e5)&&(_0x3e92e5[_0x29cece]=[]);let _0x17aefb=_0x358f3f[TestFrameworkConstants[_0x5b6ac8(0x1a7)]];!_0x17aefb&&(_0x17aefb={});!_0x16f01f[_0x5b6ac8(0x150)](_0x29cece,_0x17aefb)&&(_0x17aefb[_0x29cece]=[]);const _0x2d8aa7={[_0x147ed5]:{[TestFrameworkConstants[_0x5b6ac8(0x214)]]:_0x3e92e5,[TestFrameworkConstants[_0x5b6ac8(0x1a7)]]:_0x17aefb,[TestFrameworkConstants[_0x5b6ac8(0x26d)]]:this[_0x5b6ac8(0x28f)]()[0x0]||'',[TestFrameworkConstants[_0x5b6ac8(0x287)]]:this[_0x5b6ac8(0x158)]()[this[_0x5b6ac8(0x28f)]()[0x0]]||''}};if(_0x16f01f[_0x5b6ac8(0x1ff)](_0x4c3e4a,HookState[_0x5b6ac8(0x28c)])){const _0x2e5fb1={'key':_0x29cece,[TestFrameworkConstants['KEY_HOOK_ID']]:_0xd2eea8,[TestFrameworkConstants[_0x5b6ac8(0x217)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x5b6ac8(0x166)]]:_0x3ee745[_0x5b6ac8(0x14a)]||new Date()[_0x5b6ac8(0x27b)](),[TestFrameworkConstants[_0x5b6ac8(0x14c)]]:[],[TestFrameworkConstants[_0x5b6ac8(0x173)]]:_0x3ee745[_0x5b6ac8(0x1ab)]||_0x3ee745['hook_type']||_0x29cece,[TestFrameworkConstants[_0x5b6ac8(0x194)]]:_0x3f78a7};_0x3e92e5[_0x29cece][_0x5b6ac8(0x1f1)](_0x2e5fb1),_0x2d8aa7[_0x147ed5][TestFrameworkConstants[_0x5b6ac8(0x1e5)]]=_0x29cece;const _0x362903={};_0x362903[_0x5b6ac8(0x25b)]=0x2,logger[_0x5b6ac8(0x247)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x29cece+_0x5b6ac8(0x261)+_0xd2eea8+_0x5b6ac8(0x17d)+_0x147ed5+_0x5b6ac8(0x1f7)+util['inspect'](_0x2e5fb1,_0x362903));}else{if(_0x16f01f[_0x5b6ac8(0x1a3)](_0x4c3e4a,HookState[_0x5b6ac8(0x257)])){const _0x32035e=_0x3ee745[_0x5b6ac8(0x155)]||(_0x3ee745[_0x5b6ac8(0x23f)]&&_0x16f01f[_0x5b6ac8(0x14e)](_0x3ee745[_0x5b6ac8(0x23f)]['length'],0x0)?_0x16f01f[_0x5b6ac8(0x1e0)]:_0x16f01f[_0x5b6ac8(0x226)]),_0x86d07e=_0x3e92e5[_0x29cece]||[];logger['debug'](_0x5b6ac8(0x25e)+_0x29cece+_0x5b6ac8(0x17d)+_0x147ed5+_0x5b6ac8(0x1d2)+_0x32035e+',\x20hooksListLength='+_0x86d07e['length']);if(_0x16f01f[_0x5b6ac8(0x1ff)](_0x86d07e[_0x5b6ac8(0x1c6)],0x0)&&_0x16f01f[_0x5b6ac8(0x1ff)](_0x40a87e,TestFrameworkState['BEFORE_ALL']))return logger[_0x5b6ac8(0x247)](_0x16f01f[_0x5b6ac8(0x2ba)]),this['storePendingHook'](_0x6f3cfb,_0x147ed5,_0x40a87e,_0x4c3e4a,_0x54b70e),{};if(_0x16f01f['RgiPR'](_0x86d07e[_0x5b6ac8(0x1c6)],0x0)){const _0x345407=_0x86d07e[_0x5b6ac8(0x2b6)]();_0x16f01f[_0x5b6ac8(0x1a3)](_0x32035e,_0x16f01f[_0x5b6ac8(0x1e0)])&&_0x3ee745['errorsDetailed']?(_0x345407[TestFrameworkConstants[_0x5b6ac8(0x183)]]=this[_0x5b6ac8(0x232)](_0x3ee745),_0x345407[TestFrameworkConstants[_0x5b6ac8(0x29f)]]=this[_0x5b6ac8(0x148)](_0x3ee745),_0x345407[TestFrameworkConstants['KEY_HOOK_FAILURE']]=this[_0x5b6ac8(0x223)](_0x3ee745),logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType='+_0x29cece+_0x5b6ac8(0x167)+_0x345407[TestFrameworkConstants[_0x5b6ac8(0x183)]]+_0x5b6ac8(0x255)+_0x345407[TestFrameworkConstants[_0x5b6ac8(0x29f)]]?.['substring'](0x0,0xc8))):_0x345407[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x16f01f['mFJCV'];_0x16f01f[_0x5b6ac8(0x1db)](_0x32035e,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x345407[TestFrameworkConstants[_0x5b6ac8(0x217)]]=_0x32035e);_0x345407[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x3ee745['finished_at']||new Date()[_0x5b6ac8(0x27b)](),_0x345407[TestFrameworkConstants[_0x5b6ac8(0x194)]]=_0x3f78a7;const _0x2f84e7=_0x345407[TestFrameworkConstants[_0x5b6ac8(0x238)]];!_0x17aefb[_0x29cece]&&(_0x17aefb[_0x29cece]=[]);_0x17aefb[_0x29cece][_0x5b6ac8(0x1f1)](_0x345407),_0x2d8aa7[_0x147ed5][TestFrameworkConstants[_0x5b6ac8(0x165)]]=_0x29cece;const _0x38f9a9={};_0x38f9a9[_0x5b6ac8(0x25b)]=0x2,logger[_0x5b6ac8(0x247)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType='+_0x29cece+_0x5b6ac8(0x261)+_0x2f84e7+',\x20result='+_0x32035e+_0x5b6ac8(0x1f7)+util[_0x5b6ac8(0x23e)](_0x345407,_0x38f9a9));}}}return _0x2d8aa7;}[a92_0x3dbcd2(0x188)](_0x223eb9){const _0x30ebc4=a92_0x3dbcd2,_0x28d37a={};_0x28d37a[_0x30ebc4(0x17a)]=_0x30ebc4(0x2a8);const _0x11f390=_0x28d37a;try{const _0x56d96f=_0x223eb9[_0x30ebc4(0x230)]?this['getJestTestIdentifier'](_0x223eb9[_0x30ebc4(0x230)]):_0x223eb9[_0x30ebc4(0x1fd)][_0x30ebc4(0x1e2)],_0x631e24=_0x223eb9[_0x30ebc4(0x17b)],_0x52fac0=_0x631e24[_0x30ebc4(0x270)](),_0x3857cc=_0x631e24[_0x30ebc4(0x1e1)]()[_0x30ebc4(0x2a4)](_0x56d96f);if(!_0x3857cc)return logger[_0x30ebc4(0x247)](_0x30ebc4(0x142)+_0x56d96f),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x33b26c=this[_0x30ebc4(0x28f)]()[0x0]||'',[TestFrameworkConstants[_0x30ebc4(0x287)]]:_0x19cad4=this[_0x30ebc4(0x158)]()[this[_0x30ebc4(0x28f)]()[0x0]]||'',[TestFrameworkConstants[_0x30ebc4(0x24c)]]:_0x36391f='',[TestFrameworkConstants[_0x30ebc4(0x198)]]:_0x54c133=''}=_0x3857cc,_0x5001bc=_0x631e24['getCurrentTestState']()['toString']()['split']('.')[0x1],_0x351c1d=_0x631e24[_0x30ebc4(0x29d)]()[_0x30ebc4(0x1b4)]()[_0x30ebc4(0x2b4)]('.')[0x1],_0x135247=global?.[_0x30ebc4(0x2c0)]?.['workerInfo']?.[_0x30ebc4(0x2a5)]||global[_0x30ebc4(0x189)]||0x0,_0x443b35=_0x631e24['getRef'](),_0x2508f2=Buffer[_0x30ebc4(0x248)](JSON[_0x30ebc4(0x296)](_0x3857cc))['toString'](_0x11f390[_0x30ebc4(0x17a)]),_0x206976={'hash':_0x52fac0[_0x30ebc4(0x22f)](),'threadId':_0x52fac0[_0x30ebc4(0x202)]()[_0x30ebc4(0x1b4)](),'processId':_0x52fac0[_0x30ebc4(0x23a)]()[_0x30ebc4(0x1b4)]()},_0x540837={};_0x540837[_0x30ebc4(0x215)]=_0x135247,_0x540837[_0x30ebc4(0x1ef)]=_0x33b26c,_0x540837[_0x30ebc4(0x1d1)]=_0x19cad4,_0x540837['testFrameworkState']=_0x5001bc,_0x540837[_0x30ebc4(0x1f6)]=_0x351c1d,_0x540837[_0x30ebc4(0x147)]=_0x36391f,_0x540837[_0x30ebc4(0x209)]=_0x54c133,_0x540837[_0x30ebc4(0x1c7)]=_0x443b35,_0x540837[_0x30ebc4(0x1d8)]=_0x2508f2,_0x540837[_0x30ebc4(0x13b)]=_0x206976,_0x540837[_0x30ebc4(0x1d4)]=_0x56d96f;const _0x36d3ef=_0x540837;return _0x36d3ef;}catch(_0x53a823){return logger[_0x30ebc4(0x27a)](_0x30ebc4(0x1b2)+util[_0x30ebc4(0x213)](_0x53a823)),{};}}async[a92_0x3dbcd2(0x153)](_0x58731c,_0x1f81d5,_0x23f2e4){const _0x14b943=a92_0x3dbcd2,_0x5b2d6e={'Jyuiq':function(_0x76e07e,_0xe9f060){return _0x76e07e+_0xe9f060;},'wbmgA':_0x14b943(0x156),'CYJdo':_0x14b943(0x24f),'NfJQV':function(_0x3013c3,_0x58fdde){return _0x3013c3>_0x58fdde;},'UHBPE':function(_0xae497d,_0xf721ef,_0x89e777,_0xe3c23e){return _0xae497d(_0xf721ef,_0x89e777,_0xe3c23e);},'WRKCg':function(_0x538d3e,_0x367113){return _0x538d3e-_0x367113;},'tygdm':function(_0x2859bb,_0x525e5b){return _0x2859bb===_0x525e5b;},'dEIpY':function(_0x2cd527,_0x587bd3){return _0x2cd527/_0x587bd3;},'fGTTq':function(_0x2875a2,_0x3c772f){return _0x2875a2<_0x3c772f;},'RbblY':function(_0x59385c,_0x159ac0){return _0x59385c*_0x159ac0;},'eLXFL':function(_0x38dc40,_0x218c11){return _0x38dc40+_0x218c11;},'GSMmq':function(_0x575326,_0x5744c2){return _0x575326+_0x5744c2;},'wMcfy':function(_0xc2b536,_0x1b55fe){return _0xc2b536>_0x1b55fe;}};try{const _0x1150df=_0x23f2e4[_0x14b943(0x1ec)]||_0x23f2e4[_0x14b943(0x2a0)],_0x56b87a=Array[_0x14b943(0x248)](_0x58731c[_0x14b943(0x1e1)]()[_0x14b943(0x1bc)]()),_0x5a34d3=_0x58731c[_0x14b943(0x1e1)]()[_0x14b943(0x2a4)](_0x1150df);if(!_0x5a34d3){logger[_0x14b943(0x247)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x1150df);return;}const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x1cd746='',[TestFrameworkConstants[_0x14b943(0x287)]]:_0x1a955e=''}=_0x5a34d3;let _0x1aff1d=[];_0x5a34d3&&_0x5a34d3[TestFrameworkConstants['KEY_LOGS']]&&Array[_0x14b943(0x1c9)](_0x5a34d3[TestFrameworkConstants[_0x14b943(0x276)]])?(_0x1aff1d=_0x5a34d3[TestFrameworkConstants[_0x14b943(0x276)]]||[],logger[_0x14b943(0x247)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20'+_0x1aff1d[_0x14b943(0x1c6)]+'\x20logs\x20for\x20testId:\x20'+_0x1150df),_0x58731c[_0x14b943(0x15a)]({[_0x1150df]:{[TestFrameworkConstants[_0x14b943(0x276)]]:[],[TestFrameworkConstants[_0x14b943(0x26d)]]:this[_0x14b943(0x28f)]()[0x0]||'',[TestFrameworkConstants[_0x14b943(0x287)]]:this[_0x14b943(0x158)]()[this['getTestFrameworks']()[0x0]]||''}}),logger[_0x14b943(0x247)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x1150df)):logger[_0x14b943(0x247)](_0x14b943(0x237)+_0x1150df);logger['debug'](_0x14b943(0x212)+_0x1aff1d[_0x14b943(0x1c6)]+'\x20for\x20testId:\x20'+_0x1150df);const _0x185c16=_0x1aff1d['filter'](_0x27082d=>_0x27082d['kind']==='TEST_SCREENSHOT');_0x5b2d6e[_0x14b943(0x18e)](_0x185c16[_0x14b943(0x1c6)],0x0)&&(logger['debug'](_0x14b943(0x2a7)+_0x185c16['length']+_0x14b943(0x218)+_0x1150df),_0x185c16[_0x14b943(0x277)]((_0x24dcf9,_0x32e59d)=>{const _0x4ae379=_0x14b943;logger[_0x4ae379(0x247)](_0x4ae379(0x178)+_0x5b2d6e[_0x4ae379(0x2c5)](_0x32e59d,0x1)+'/'+_0x185c16['length']+_0x4ae379(0x288)+(_0x24dcf9[_0x4ae379(0x1d4)]||_0x5b2d6e[_0x4ae379(0x2aa)])+_0x4ae379(0x267)+(_0x24dcf9['test_run_uuid']||_0x5b2d6e[_0x4ae379(0x2aa)])+_0x4ae379(0x216)+(_0x24dcf9[_0x4ae379(0x20d)]||_0x5b2d6e['CYJdo'])+',\x20messageLength='+(_0x24dcf9[_0x4ae379(0x13d)]?.[_0x4ae379(0x1c6)]||0x0));}));const _0x2c3aaa=_0x5a34d3[TestFrameworkConstants[_0x14b943(0x292)]]||{},_0x3a316c=_0x5b2d6e[_0x14b943(0x180)](getMediaArtifactsLogs,_0x2c3aaa,null,_0x1150df),_0xcd4212=(_0x1aff1d||[])['concat'](_0x3a316c||[]),_0x3c8cb9=_0x185c16?.[_0x14b943(0x1c6)]||0x0,_0x26e1df=_0x5b2d6e[_0x14b943(0x2c1)](_0x1aff1d?.['length']||0x0,_0x3c8cb9);logger[_0x14b943(0x247)](_0x14b943(0x27e)+_0x1150df+_0x14b943(0x21e)+_0x26e1df+_0x14b943(0x2c3)+_0x3c8cb9+_0x14b943(0x228)+(_0x3a316c?.['length']||0x0)+_0x14b943(0x22a)+_0xcd4212[_0x14b943(0x1c6)]);if(!_0xcd4212||_0x5b2d6e[_0x14b943(0x1d6)](_0xcd4212['length'],0x0)){logger[_0x14b943(0x247)](_0x14b943(0x2a3)+_0x1150df);return;}const _0x5b087c=0x28,_0x274440=Math[_0x14b943(0x22b)](_0x5b2d6e[_0x14b943(0x2be)](_0xcd4212[_0x14b943(0x1c6)],_0x5b087c));for(let _0xe8b655=0x0;_0x5b2d6e[_0x14b943(0x2c4)](_0xe8b655,_0x274440);_0xe8b655++){const _0x30b596=_0x5b2d6e[_0x14b943(0x258)](_0xe8b655,_0x5b087c),_0x4ecd3b=_0x5b2d6e[_0x14b943(0x2c5)](_0x30b596,_0x5b087c),_0x2a97b2=_0xcd4212[_0x14b943(0x1c8)](_0x30b596,_0x4ecd3b),_0x551a1b=global?.[_0x14b943(0x159)]??0x0,_0x4f4659={'platformIndex':_0x551a1b,'logs':_0x2a97b2,'testFrameworkName':_0x1cd746,'testFrameworkVersion':_0x1a955e,'testFrameworkState':_0x1f81d5[_0x14b943(0x1b4)]()[_0x14b943(0x2b4)]('.')[0x1]},_0x194157={};_0x194157['depth']=0x3,_0x194157[_0x14b943(0x1b9)]=0x5,logger[_0x14b943(0x247)](_0x14b943(0x1f3)+_0x5b2d6e[_0x14b943(0x1e4)](_0xe8b655,0x1)+'/'+_0x274440+_0x14b943(0x1e9)+_0x1150df+_0x14b943(0x22d)+_0x2a97b2[_0x14b943(0x1c6)]+_0x14b943(0x29e)+_0x551a1b+_0x14b943(0x1ba)+util[_0x14b943(0x23e)](_0x4f4659,_0x194157));const _0x37711c=await GrpcClient[_0x14b943(0x1d9)]()[_0x14b943(0x222)](_0x4f4659);logger[_0x14b943(0x247)](_0x14b943(0x1f3)+_0x5b2d6e[_0x14b943(0x249)](_0xe8b655,0x1)+'/'+_0x274440+'\x20-\x20testId:\x20'+_0x1150df+_0x14b943(0x172)+util[_0x14b943(0x23e)](_0x37711c));}_0x3a316c&&_0x5b2d6e[_0x14b943(0x265)](_0x3a316c['length'],0x0)&&_0x5a34d3[TestFrameworkConstants[_0x14b943(0x292)]]&&_0x58731c[_0x14b943(0x15a)]({[_0x1150df]:{[TestFrameworkConstants[_0x14b943(0x292)]]:{},[TestFrameworkConstants[_0x14b943(0x26d)]]:this[_0x14b943(0x28f)]()[0x0]||'',[TestFrameworkConstants[_0x14b943(0x287)]]:this['getTestFrameworksVersions']()[this[_0x14b943(0x28f)]()[0x0]]||''}}),logger[_0x14b943(0x247)](_0x14b943(0x1cd)+_0x1150df+',\x20totalBatches:\x20'+_0x274440);}catch(_0x4ee4a7){logger['error'](_0x14b943(0x245)+(_0x23f2e4[_0x14b943(0x1ec)]||_0x23f2e4['testId'])+',\x20error:\x20'+util[_0x14b943(0x213)](_0x4ee4a7));}}['storePendingHook'](_0x113240,_0x1a9c45,_0x4bd880,_0x437a0e,_0x562ce2){const _0x4c7fcb=a92_0x3dbcd2,_0x1d4300={};_0x1d4300[_0x4c7fcb(0x1ea)]=function(_0xf4006a,_0x350f33){return _0xf4006a===_0x350f33;},_0x1d4300['xMbeB']='beforeAll';const _0x960499=_0x1d4300,{hookData:_0x373af7}=_0x562ce2,_0x242387={'testId':_0x1a9c45,'testFrameworkState':_0x4bd880,'hookState':_0x437a0e,'args':_0x562ce2,'timestamp':new Date()[_0x4c7fcb(0x27b)]()};if(_0x960499[_0x4c7fcb(0x1ea)](_0x4bd880,TestFrameworkState[_0x4c7fcb(0x203)])&&_0x373af7){const _0x561d3d={};_0x561d3d[_0x4c7fcb(0x18c)]=_0x373af7['file_name']||_0x373af7[_0x4c7fcb(0x17f)],_0x561d3d[_0x4c7fcb(0x1af)]=_0x373af7[_0x4c7fcb(0x1af)]||_0x373af7[_0x4c7fcb(0x282)]&&_0x373af7['scopes'][0x0]||'',_0x561d3d[_0x4c7fcb(0x2a1)]=_0x960499[_0x4c7fcb(0x20a)],_0x242387[_0x4c7fcb(0x1c3)]=_0x561d3d,logger['debug'](_0x4c7fcb(0x182)+_0x1a9c45+_0x4c7fcb(0x2bd)+_0x242387[_0x4c7fcb(0x1c3)][_0x4c7fcb(0x18c)]+_0x4c7fcb(0x1df)+_0x242387[_0x4c7fcb(0x1c3)][_0x4c7fcb(0x1af)]);}_0x113240['addPendingHook'](_0x1a9c45,_0x242387),logger[_0x4c7fcb(0x247)]('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x1a9c45+',\x20state:\x20'+_0x4bd880+',\x20hookState:\x20'+_0x437a0e);}async[a92_0x3dbcd2(0x1a1)](_0x3c7895,_0x158fef){const _0x2bf159=a92_0x3dbcd2,_0x415833={};_0x415833[_0x2bf159(0x179)]=function(_0x4eca12,_0x3bad3b){return _0x4eca12>_0x3bad3b;},_0x415833['Oswrt']=function(_0x18b8bd,_0x519bd9){return _0x18b8bd===_0x519bd9;},_0x415833[_0x2bf159(0x264)]=function(_0x55e096,_0x5b7f90){return _0x55e096===_0x5b7f90;},_0x415833[_0x2bf159(0x1b0)]=function(_0x29f99c,_0x203842){return _0x29f99c===_0x203842;},_0x415833[_0x2bf159(0x224)]='[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook';const _0x4d997b=_0x415833;if(_0x3c7895['hasPendingHooks'](_0x158fef)){const _0xcc73cd=_0x3c7895['getPendingHooks'](_0x158fef);logger[_0x2bf159(0x247)](_0x2bf159(0x14d)+_0xcc73cd['length']+_0x2bf159(0x1b7)+_0x158fef);for(const _0x1dd939 of _0xcc73cd){try{const _0x4b9b21=await this['trackHookEvent'](_0x3c7895,_0x1dd939[_0x2bf159(0x24d)],_0x1dd939[_0x2bf159(0x1f6)],_0x1dd939[_0x2bf159(0x268)]);_0x4b9b21&&_0x4d997b[_0x2bf159(0x179)](Object['keys'](_0x4b9b21)[_0x2bf159(0x1c6)],0x0)&&_0x3c7895[_0x2bf159(0x15a)](_0x4b9b21),await this[_0x2bf159(0x21b)](_0x3c7895,_0x1dd939[_0x2bf159(0x24d)],_0x1dd939[_0x2bf159(0x1f6)],_0x1dd939['args']);}catch(_0x40f9f7){logger['error'](_0x2bf159(0x24b)+_0x158fef+_0x2bf159(0x1d5)+_0x40f9f7);}}_0x3c7895[_0x2bf159(0x252)](_0x158fef),logger[_0x2bf159(0x247)](_0x2bf159(0x191)+_0x158fef);}const _0x30eddc=_0x3c7895[_0x2bf159(0x1e1)]()[_0x2bf159(0x2a4)](_0x158fef);if(_0x30eddc){const _0xc9e2bf=_0x30eddc[TestFrameworkConstants['KEY_TEST_FILE_PATH']]||_0x30eddc[TestFrameworkConstants[_0x2bf159(0x1a5)]],_0x1ba3b6=_0x30eddc[TestFrameworkConstants[_0x2bf159(0x14f)]]||_0x30eddc[TestFrameworkConstants['KEY_TEST_SCOPES']]&&_0x30eddc[TestFrameworkConstants[_0x2bf159(0x263)]][0x0]||'';logger[_0x2bf159(0x247)]('[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20'+_0xc9e2bf+_0x2bf159(0x1df)+_0x1ba3b6);const _0x3bfc99=_0x3c7895['getAllPendingHookTestIds']();for(const _0x2d9e3 of _0x3bfc99){if(_0x4d997b[_0x2bf159(0x293)](_0x2d9e3,_0x158fef))continue;if(_0x3c7895['hasPendingHooks'](_0x2d9e3)){const _0x3ed352=_0x3c7895[_0x2bf159(0x24a)](_0x2d9e3);for(const _0xae7823 of _0x3ed352){if(_0x4d997b['CDOtD'](_0xae7823[_0x2bf159(0x24d)],TestFrameworkState[_0x2bf159(0x203)])&&_0xae7823[_0x2bf159(0x1c3)]){const _0x44199d=_0xae7823[_0x2bf159(0x1c3)][_0x2bf159(0x18c)],_0x3564af=_0xae7823['hookMetadata'][_0x2bf159(0x1af)];if(_0x4d997b[_0x2bf159(0x1b0)](_0x44199d,_0xc9e2bf)&&_0x4d997b[_0x2bf159(0x293)](_0x3564af,_0x1ba3b6)){logger['debug'](_0x2bf159(0x243)+_0x2d9e3+_0x2bf159(0x21f)+_0x158fef+_0x2bf159(0x2bd)+_0x44199d+',\x20scope:\x20'+_0x3564af);_0xae7823[_0x2bf159(0x268)]&&_0xae7823['args']['hookData']&&(_0xae7823[_0x2bf159(0x268)][_0x2bf159(0x1fd)]['test_run_id']=_0x158fef,logger['debug'](_0x2bf159(0x1dd)+_0x2d9e3+'\x20to\x20'+_0x158fef));try{const _0x1d4862=await this[_0x2bf159(0x2b2)](_0x3c7895,_0xae7823[_0x2bf159(0x24d)],_0xae7823[_0x2bf159(0x1f6)],_0xae7823[_0x2bf159(0x268)]);_0x1d4862&&_0x4d997b['tbPde'](Object[_0x2bf159(0x1bc)](_0x1d4862)[_0x2bf159(0x1c6)],0x0)&&_0x3c7895[_0x2bf159(0x15a)](_0x1d4862);await this[_0x2bf159(0x21b)](_0x3c7895,_0xae7823[_0x2bf159(0x24d)],_0xae7823[_0x2bf159(0x1f6)],_0xae7823[_0x2bf159(0x268)]);const _0x5b1dd4=_0x3c7895[_0x2bf159(0x24a)](_0x2d9e3)[_0x2bf159(0x2a2)](_0x5a7857=>_0x5a7857!==_0xae7823);if(_0x4d997b[_0x2bf159(0x264)](_0x5b1dd4[_0x2bf159(0x1c6)],0x0))_0x3c7895[_0x2bf159(0x252)](_0x2d9e3);else{_0x3c7895[_0x2bf159(0x252)](_0x2d9e3);for(const _0xc1fd6b of _0x5b1dd4){_0x3c7895[_0x2bf159(0x219)](_0x2d9e3,_0xc1fd6b);}}logger['debug'](_0x4d997b[_0x2bf159(0x224)]);}catch(_0x927b15){logger[_0x2bf159(0x27a)](_0x2bf159(0x244)+_0x158fef+_0x2bf159(0x1d5)+_0x927b15);}}}}}}}}['mapTestHooks'](_0x351844){const _0x39a838=a92_0x3dbcd2,_0xb987c7={'qUMSz':function(_0x195639){return _0x195639();}};if(!_0x351844||!_0x351844[_0x39a838(0x299)])return;_0x351844[_0x39a838(0x299)][_0x39a838(0x27f)]&&Array['isArray'](_0x351844['parent'][_0x39a838(0x27f)])&&_0x351844[_0x39a838(0x299)]['hooks'][_0x39a838(0x277)](_0x3b2e11=>{const _0x82f39a=_0x39a838;!_0x3b2e11['hookAnalyticsId']&&!_0x3b2e11['hookUUID']&&(_0x3b2e11[_0x82f39a(0x26a)]=_0xb987c7[_0x82f39a(0x169)](uuidv4),_0x3b2e11['hookUUID']=_0x3b2e11[_0x82f39a(0x26a)],logger[_0x82f39a(0x247)]('[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type='+_0x3b2e11['type']+_0x82f39a(0x1e7)+_0x3b2e11[_0x82f39a(0x26a)]));}),this[_0x39a838(0x239)](_0x351844[_0x39a838(0x299)]);}['getHooksForTest'](_0x395a75){const _0x159dd9=a92_0x3dbcd2,_0x1242ee={'sUsRZ':function(_0x2a1358,_0x4f99ba){return _0x2a1358(_0x4f99ba);}};if(!_0x395a75||!_0x395a75[_0x159dd9(0x299)])return[];const _0x1f76c9=[];return _0x395a75['parent'][_0x159dd9(0x27f)]&&Array[_0x159dd9(0x1c9)](_0x395a75['parent'][_0x159dd9(0x27f)])&&_0x395a75[_0x159dd9(0x299)][_0x159dd9(0x27f)][_0x159dd9(0x277)](_0x1c10a0=>{const _0x539754=_0x159dd9,_0x274d2d=_0x1c10a0[_0x539754(0x26a)]||_0x1c10a0[_0x539754(0x1c5)];_0x274d2d&&!this[_0x539754(0x197)](_0x1c10a0)&&!_0x1242ee[_0x539754(0x235)](isInternalHook,_0x1c10a0['fn'])&&_0x1f76c9[_0x539754(0x1f1)](_0x274d2d);}),[..._0x1f76c9,...this[_0x159dd9(0x289)](_0x395a75['parent'])];}[a92_0x3dbcd2(0x13f)](_0x2f9226){const _0x12616d=a92_0x3dbcd2,_0x1e1666={'AIspo':function(_0xb16196,_0x28df72){return _0xb16196(_0x28df72);},'fOdjM':_0x12616d(0x1bb),'DFpEu':function(_0x303007,_0x3a272f){return _0x303007(_0x3a272f);}},_0x177322=new Map(),_0x2f90f3=_0x43a397=>{const _0x48faf4=_0x12616d;if(!_0x43a397||!_0x43a397[_0x48faf4(0x299)])return;_0x43a397[_0x48faf4(0x299)][_0x48faf4(0x27f)]&&Array[_0x48faf4(0x1c9)](_0x43a397['parent']['hooks'])&&_0x43a397['parent'][_0x48faf4(0x27f)]['forEach'](_0x557410=>{const _0x2e9c35=_0x48faf4,_0x7edeb8=_0x557410[_0x2e9c35(0x26a)]||_0x557410[_0x2e9c35(0x1c5)];if(_0x7edeb8&&!this['isJestInternalHook'](_0x557410)&&!_0x1e1666[_0x2e9c35(0x29b)](isInternalHook,_0x557410['fn'])){const _0x32b9b7={};_0x32b9b7[_0x2e9c35(0x187)]=_0x557410['type']||_0x1e1666['fOdjM'],_0x32b9b7[_0x2e9c35(0x1ab)]=_0x557410['name']||'\x22'+_0x557410[_0x2e9c35(0x187)]+_0x2e9c35(0x271),_0x177322[_0x2e9c35(0x16a)](_0x7edeb8,_0x32b9b7);}}),_0x1e1666[_0x48faf4(0x29b)](_0x2f90f3,_0x43a397['parent']);};return _0x1e1666['DFpEu'](_0x2f90f3,_0x2f9226),_0x177322;}[a92_0x3dbcd2(0x197)](_0x5d14cc){const _0x5818b6=a92_0x3dbcd2,_0x554314={};_0x554314[_0x5818b6(0x170)]=_0x5818b6(0x1a8),_0x554314[_0x5818b6(0x21a)]=_0x5818b6(0x298);const _0x16744e=_0x554314;try{const _0x4a409f=this['getRootParentFile'](_0x5d14cc);if(!_0x4a409f||_0x4a409f[_0x5818b6(0x1e3)](_0x16744e[_0x5818b6(0x170)]))return!![];return![];}catch(_0x178800){logger[_0x5818b6(0x247)](_0x16744e[_0x5818b6(0x21a)]);}return![];}['getRootParentFile'](_0x18b037){const _0x52499e=a92_0x3dbcd2,_0x55df6c={'hNNqd':function(_0x4063f8,_0x51957c){return _0x4063f8(_0x51957c);}};if(_0x18b037['file'])return _0x18b037['file'];if(_0x18b037[_0x52499e(0x1f8)])try{const _0x2e2ed3=stackTrace['parse'](_0x18b037['asyncError']),_0x5ecab5=_0x55df6c[_0x52499e(0x162)](pickUserFrameFile,_0x2e2ed3);if(_0x5ecab5)return _0x5ecab5;logger[_0x52499e(0x247)](_0x52499e(0x1f4)+_0x2e2ed3['length']+')');}catch(_0x46adfe){logger[_0x52499e(0x247)](_0x52499e(0x18b)+util[_0x52499e(0x213)](_0x46adfe));}return null;}}function a92_0x14e6(){const _0x318380=['message',',\x20totalHooks=','buildHookMapFromTest','DEFAULT_HOOK_RESULT','AssertionError','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','has','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','NONE','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','startedAt','getJestFailureReason','failure_reason','started_at','7XtoCoT','KEY_HOOK_LOGS','Processing\x20','RgiPR','KEY_TEST_SCOPE','ptUmh','2952252OCybIS','pCaAr','sendLogCreatedEvent','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','result','missing','afdrd','getTestFrameworksVersions','browserstackPlatformIndex','addMultipleEntries','KEY_TEST_RESULT','Unknown\x20Test','code','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','DEFAULT_TEST_RESULT','MBElJ','2500015aNgaTt','hNNqd','event_ended_at',',\x20testData=','KEY_HOOK_LAST_FINISHED','KEY_EVENT_STARTED_AT',',\x20failureType=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','qUMSz','set','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','../grpcClient','../../../helpers/test-observability/utils','testData','XLpNy','SFzXz','Mtdve',',\x20response=','KEY_HOOK_NAME','\x20hook','matchHookRegex','passed','trackJestInstance:\x20instance\x20already\x20exists','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','tbPde','dSCZi','instance','1381920ANrmfa',',\x20testId=','title','location','UHBPE',',\x20hookType=','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','KEY_HOOK_FAILURE_TYPE','../instances/trackedInstance.js',',\x20state=','783655LIQoLB','type','createTestFrameworkEventPayload','__bstackPlatformIndex','DOfdh','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','filePath','JWBdi','NfJQV','TEST','TRwFI','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','LHRlv','\x20(testIdentifier)','KEY_CUSTOM_TAGS','match','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','isJestInternalHook','KEY_TEST_ENDED_AT','IFIXQ','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20',',\x20scopes=','parse','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','getJestTestScopes','findIndex','iccyL','processPendingHooks','emoLj','ApvTu','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','KEY_TEST_LOCATION',',\x20target=','KEY_HOOKS_FINISHED','jest-circus','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','LOG_REPORT','name','skip','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','originalTest','scope','LdaRu','oLDBm','Error\x20in\x20createTestFrameworkEventPayload:\x20','1160685sPyIaq','toString','replace','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','\x20pending\x20hooks\x20for\x20testId:\x20','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','maxArrayLength',',\x20payload:\x20','unknown','keys','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','1181202WOxiAC','znIkI','ALL','find','KEY_EVENT_ENDED_AT','hookMetadata','substr','hookUUID','length','uuid','slice','isArray','toUpperCase','./testFramework','KEY_TEST_NAME','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','getJestTestFilePath','./constants/testFrameworkConstants.js','tags','testFrameworkVersion',',\x20result=','SjqGV','test_identifier',',\x20error:\x20','tygdm','KEY_TEST_FAILURE_REASON','eventJson','getInstance','JhAme','RdeuN','Assert','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20',',\x20scope:\x20','rlKet','getAllData','test_run_id','includes','eLXFL','KEY_HOOK_LAST_STARTED','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=',',\x20hookUUID=','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','\x20-\x20testId:\x20','WAmAi','hook_id','testUUID','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test',',\x20exception=','testFrameworkName','dLKEL','push','failed','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=',',\x20argsKeys=','hookState',',\x20hook=','asyncError','skipped','LCLjs','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','retryOf','hookData','waMOr','ImOOq','KrCHV',',\x20hookData=','getThreadId','BEFORE_ALL','../../../helpers/stackFrameUtils','file_name','KEY_TEST_RESULT_AT','trackEvent','pid','endedAt','xMbeB','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','KEY_TEST_FILE_PATH','hook_run_uuid',',\x20hookState=','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','lnKQE','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','format','KEY_HOOKS_STARTED','platformIndex',',\x20hook_run_uuid=','KEY_HOOK_RESULT','\x20screenshot\x20logs\x20for\x20testId:\x20','addPendingHook','NkGHk','runHooks','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','QduzM',',\x20consoleLogs:\x20',',\x20currentTestId:\x20','pEpMV',',\x20duration=','logCreatedEvent','getJestFailureData','BWili','getJestTestName','mFJCV','KEY_TEST_RETRY_OF',',\x20attachmentLogs:\x20','afterAll',',\x20totalLogs:\x20','ceil','IAhCY',',\x20logsInBatch:\x20','TSTih','getId','test','GkiGp','getJestFailureType','JestTestFramework','KEY_TEST_FAILURE','sUsRZ',',\x20remainingHooks=','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','KEY_HOOK_ID','mapTestHooks','getProcessId','UnhandledError','exports','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','inspect','errorsDetailed','map','LyInQ','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','../state/testFrameworkState.js','debug','from','GSMmq','getPendingHooks','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','KEY_TEST_STARTED_AT','testFrameworkState','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','none','parseJestTest','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','removePendingHooks','uQNMb','neLyU',',\x20failureReason=','apply','POST','RbblY','NkTLB','XUBBp','depth','reverse',',\x20version=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','activeHooks','RcPfS',',\x20hookId=','22636720yglBGi','KEY_TEST_SCOPES','CDOtD','wMcfy','exIgO',',\x20test_run_uuid=','args','cMDlU','hookAnalyticsId','substring','getJestTestTags','KEY_TEST_FRAMEWORK_NAME','setActiveHook','DnHtk','getContext','\x22\x20hook','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','finished_at','zqDxB','zClmq','KEY_LOGS','forEach','getJestTestIdentifier','gLzqu','error','toISOString','\x22\x20from\x20testData','_ALL','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','hooks','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','stack-trace','scopes','trackJestInstance:\x20created\x20instance\x20for\x20target=','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','KEY_TEST_CODE','LMGjr','KEY_TEST_FRAMEWORK_VERSION','\x20-\x20test_identifier=','getHooksForTest','warn','Unknown\x20error','PRE','KEY_TEST_DURATION','duration','getTestFrameworks',':testAnalyticsId','trackJestInstance','KEY_TEST_ATTACHMENTS','Oswrt','../../../helpers/helper.js','UsSSz','stringify','removeActiveHook','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','parent','status','AIspo','KlHED','getCurrentHookState',',\x20platformIndex:\x20','KEY_HOOK_FAILURE_REASON','testId','hookType','filter','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','get','parallelIndex','KEY_TEST_FAILURE_TYPE','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','base64','NfaJF','wbmgA','KEY_TEST_RERUN_NAME','KEY_TEST_META','\x20(testIdentifier),\x20result=','uYCOA','Qpkai','resolveInstance','../cliUtils.js','trackHookEvent','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','split','cOQYz','pop','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','ykPmV','\x20&\x20hookState=','nypRd','createContext','\x20attachments',',\x20filePath:\x20','dEIpY','join','__workerDetails','WRKCg','\x20(testIdentifier),\x20tags=',',\x20screenshotLogs:\x20','fGTTq','Jyuiq',',\x20storing\x20as\x20pending\x20hook','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','executionContext','body'];a92_0x14e6=function(){return _0x318380;};return a92_0x14e6();}module[a92_0x3dbcd2(0x23c)]=JestTestFramework;
@@ -1 +1 @@
1
- function a93_0x10a0(_0x4a0a19,_0x2a1d25){const _0x486ca3=a93_0x486c();return a93_0x10a0=function(_0x10a02d,_0x1c1327){_0x10a02d=_0x10a02d-0xe5;let _0x569d3a=_0x486ca3[_0x10a02d];return _0x569d3a;},a93_0x10a0(_0x4a0a19,_0x2a1d25);}const a93_0xb9a9f6=a93_0x10a0;(function(_0x530200,_0x3bb97f){const _0x3bbf85=a93_0x10a0,_0x18f49b=_0x530200();while(!![]){try{const _0x47875b=parseInt(_0x3bbf85(0xfb))/0x1+parseInt(_0x3bbf85(0x105))/0x2+parseInt(_0x3bbf85(0xee))/0x3*(parseInt(_0x3bbf85(0xf3))/0x4)+-parseInt(_0x3bbf85(0x110))/0x5*(-parseInt(_0x3bbf85(0x13c))/0x6)+-parseInt(_0x3bbf85(0xe5))/0x7+parseInt(_0x3bbf85(0x125))/0x8+parseInt(_0x3bbf85(0x101))/0x9*(-parseInt(_0x3bbf85(0x12d))/0xa);if(_0x47875b===_0x3bb97f)break;else _0x18f49b['push'](_0x18f49b['shift']());}catch(_0x164759){_0x18f49b['push'](_0x18f49b['shift']());}}}(a93_0x486c,0xa4d22));const path=require(a93_0xb9a9f6(0x10a)),TestFramework=require(a93_0xb9a9f6(0x139)),TestFrameworkState=require(a93_0xb9a9f6(0x100)),HookState=require(a93_0xb9a9f6(0xfc)),{createClassLogger}=require(a93_0xb9a9f6(0x127)),TestFrameworkInstance=require(a93_0xb9a9f6(0xeb)),CLIUtils=require(a93_0xb9a9f6(0xf4)),TrackedInstance=require(a93_0xb9a9f6(0x112)),TestFrameworkConstants=require(a93_0xb9a9f6(0xf8)),util=require(a93_0xb9a9f6(0x11c)),logger=createClassLogger(a93_0xb9a9f6(0xec));class NewmanTestFramework extends TestFramework{constructor(_0x23e339,_0x918c81,_0xea75ef){super(_0x23e339,_0x918c81,_0xea75ef);}async[a93_0xb9a9f6(0xea)](_0x3db246,_0x2588eb,_0x2b16af={}){const _0x5a915b=a93_0xb9a9f6,_0x188128={};_0x188128[_0x5a915b(0xf6)]=function(_0x2e80b8,_0x3e76cb){return _0x2e80b8===_0x3e76cb;},_0x188128['QICfX']=function(_0x5a3843,_0xcbcbf){return _0x5a3843===_0xcbcbf;};const _0x296db5=_0x188128;logger[_0x5a915b(0x12b)](_0x5a915b(0x107)+_0x3db246+_0x5a915b(0xff)+_0x2588eb),await super[_0x5a915b(0xea)](_0x3db246,_0x2588eb,_0x2b16af);const _0x3d41ea=this[_0x5a915b(0xef)](_0x3db246,_0x2588eb,_0x2b16af);if(!_0x3d41ea)return;try{if(_0x296db5['NQvHC'](_0x3db246,TestFrameworkState['TEST'])&&_0x2b16af[_0x5a915b(0x13d)]){const _0x306dfb=_0x296db5[_0x5a915b(0x114)](_0x2588eb,HookState[_0x5a915b(0xfd)])?this[_0x5a915b(0xe7)](_0x2b16af[_0x5a915b(0x13d)]):this[_0x5a915b(0x132)](_0x2b16af[_0x5a915b(0x13d)]);_0x3d41ea[_0x5a915b(0x11e)](_0x306dfb);}}catch(_0x4ca8c2){logger['error'](_0x5a915b(0x109)+util[_0x5a915b(0xe8)](_0x4ca8c2));}_0x2b16af[_0x5a915b(0x124)]=_0x3d41ea,await this[_0x5a915b(0xed)](_0x3d41ea,_0x3db246,_0x2588eb,_0x2b16af);}[a93_0xb9a9f6(0xe7)](_0x512144){const _0x387ad7=a93_0xb9a9f6,_0x2f819e=this['getTestFrameworks']()[0x0],_0xb535f9={};return _0xb535f9[_0x512144['uuid']]={[TestFrameworkConstants[_0x387ad7(0x13b)]]:_0x2f819e,[TestFrameworkConstants[_0x387ad7(0x131)]]:this[_0x387ad7(0x116)]()[_0x2f819e],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x387ad7(0x13a)]]:{},[TestFrameworkConstants[_0x387ad7(0x13e)]]:{},[TestFrameworkConstants[_0x387ad7(0x134)]]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants[_0x387ad7(0xf9)]]:_0x512144[_0x387ad7(0x122)],[TestFrameworkConstants[_0x387ad7(0x130)]]:_0x512144[_0x387ad7(0x122)],[TestFrameworkConstants['KEY_TEST_NAME']]:_0x512144[_0x387ad7(0x10f)],[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x512144[_0x387ad7(0x106)]||'',[TestFrameworkConstants[_0x387ad7(0x120)]]:_0x512144[_0x387ad7(0x103)]||'',[TestFrameworkConstants[_0x387ad7(0x138)]]:null,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x512144[_0x387ad7(0xfe)]||[],[TestFrameworkConstants[_0x387ad7(0x118)]]:_0x512144[_0x387ad7(0x10d)]||new Date()[_0x387ad7(0x11b)](),[TestFrameworkConstants[_0x387ad7(0x111)]]:_0x512144[_0x387ad7(0x12e)]||'',[TestFrameworkConstants[_0x387ad7(0x10e)]]:_0x512144[_0x387ad7(0x12c)]||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:null,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x512144[_0x387ad7(0x11d)]||{},[TestFrameworkConstants[_0x387ad7(0x135)]]:_0x512144[_0x387ad7(0x136)]||{}},_0xb535f9;}['parseNewmanTestResult'](_0x574917){const _0x3a6a19=a93_0xb9a9f6,_0x26bfa0={};_0x26bfa0[_0x3a6a19(0x104)]=_0x3a6a19(0x128);const _0x55bb04=_0x26bfa0,_0x189c8a={};return _0x189c8a[_0x574917[_0x3a6a19(0x122)]]={[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x574917[_0x3a6a19(0x133)]||_0x55bb04[_0x3a6a19(0x104)],[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x574917['finished_at']||new Date()[_0x3a6a19(0x11b)](),[TestFrameworkConstants['KEY_TEST_FAILURE']]:_0x574917[_0x3a6a19(0xfa)]||[],[TestFrameworkConstants[_0x3a6a19(0x12a)]]:_0x574917[_0x3a6a19(0x113)]||null,[TestFrameworkConstants[_0x3a6a19(0xe6)]]:_0x574917[_0x3a6a19(0x11f)]||null},_0x189c8a;}[a93_0xb9a9f6(0xef)](_0x7bba47){const _0x2ee649=a93_0xb9a9f6;let _0x195862=TestFramework['getTrackedInstance']();if(!_0x195862){const _0x2e823f=TrackedInstance[_0x2ee649(0xf1)](CLIUtils[_0x2ee649(0x108)]());_0x195862=new TestFrameworkInstance(_0x2e823f,this[_0x2ee649(0x102)](),this[_0x2ee649(0x116)](),_0x7bba47,HookState[_0x2ee649(0x123)]),TestFramework['setTrackedInstance'](_0x2e823f,_0x195862);}return _0x195862;}[a93_0xb9a9f6(0x117)](_0xe778f3){const _0x2ab26c=a93_0xb9a9f6,_0x471562={};_0x471562[_0x2ab26c(0x10c)]=_0x2ab26c(0x126);const _0x4d69e7=_0x471562;try{const _0x46234d=_0xe778f3[_0x2ab26c(0x13d)]?_0xe778f3['test'][_0x2ab26c(0x122)]:null,_0x28f7a4=_0xe778f3[_0x2ab26c(0x124)],_0x23ddc8=_0x28f7a4[_0x2ab26c(0xf2)](),_0x3f2163=_0x28f7a4[_0x2ab26c(0xf7)]()[_0x2ab26c(0x121)](_0x46234d);if(!_0x3f2163)return{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x165cea='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x15294='',[TestFrameworkConstants[_0x2ab26c(0x118)]]:_0x3c17a8='',[TestFrameworkConstants[_0x2ab26c(0x137)]]:_0x33803c=''}=_0x3f2163;return{'platformIndex':0x0,'testFrameworkName':_0x165cea,'testFrameworkVersion':_0x15294,'testFrameworkState':_0x28f7a4['getCurrentTestState']()[_0x2ab26c(0x129)]()[_0x2ab26c(0x10b)]('.')[0x1],'hookState':_0x28f7a4[_0x2ab26c(0x11a)]()['toString']()[_0x2ab26c(0x10b)]('.')[0x1],'startedAt':_0x3c17a8,'endedAt':_0x33803c,'uuid':_0x46234d,'eventJson':Buffer[_0x2ab26c(0xf0)](JSON[_0x2ab26c(0x119)](_0x3f2163))[_0x2ab26c(0x129)](_0x4d69e7[_0x2ab26c(0x10c)]),'executionContext':{'hash':_0x23ddc8['getId'](),'threadId':_0x23ddc8['getThreadId']()['toString'](),'processId':_0x23ddc8[_0x2ab26c(0xf5)]()[_0x2ab26c(0x129)]()}};}catch(_0x578321){return logger[_0x2ab26c(0x115)](_0x2ab26c(0xe9)+util['format'](_0x578321)),{};}}}module[a93_0xb9a9f6(0x12f)]=NewmanTestFramework;function a93_0x486c(){const _0x1e98bd=['../instances/trackedInstance.js','failure_type','QICfX','error','getTestFrameworksVersions','createTestFrameworkEventPayload','KEY_TEST_STARTED_AT','stringify','getCurrentHookState','toISOString','util','custom_metadata','addMultipleEntries','failure_reason','KEY_TEST_LOCATION','get','uuid','NONE','instance','550352nUvNiD','base64','../../../helpers/classLogger.js','pending','toString','KEY_TEST_FAILURE_TYPE','debug','scopes','10NMamkv','scope','exports','KEY_TEST_UUID','KEY_TEST_FRAMEWORK_VERSION','parseNewmanTestResult','result','KEY_TEST_RESULT','KEY_TEST_META','meta','KEY_TEST_ENDED_AT','KEY_TEST_CODE','./testFramework','KEY_HOOKS_FINISHED','KEY_TEST_FRAMEWORK_NAME','234kJpDFz','test','KEY_HOOKS_STARTED','239974agGWnh','KEY_TEST_FAILURE_REASON','parseNewmanTest','format','createTestFrameworkEventPayload:\x20error=','trackEvent','../instances/testFrameworkInstance.js','NewmanTestFramework','runHooks','3086844HQNxWH','resolveInstance','from','createContext','getContext','4PFPgIn','../cliUtils.js','getProcessId','NQvHC','getAllData','./constants/testFrameworkConstants.js','KEY_TEST_ID','failure','1129399ugNsDU','../state/hookState.js','PRE','tags','\x20hook=','../state/testFrameworkState.js','26366094DkULKY','getTestFrameworks','location','SWEVv','442364HfLiKx','file_path','trackEvent:\x20state=','getCurrentInstanceName','trackEvent:\x20error=','path','split','DCtTZ','started_at','KEY_TEST_SCOPES','name','152645JfdlGr','KEY_TEST_SCOPE'];a93_0x486c=function(){return _0x1e98bd;};return a93_0x486c();}
1
+ function a93_0xad3a(_0x4b7573,_0x5a6bc1){const _0x44e367=a93_0x44e3();return a93_0xad3a=function(_0xad3a2c,_0x375849){_0xad3a2c=_0xad3a2c-0x19a;let _0x98ae87=_0x44e367[_0xad3a2c];return _0x98ae87;},a93_0xad3a(_0x4b7573,_0x5a6bc1);}const a93_0x1858a9=a93_0xad3a;(function(_0x322f46,_0x3489e9){const _0x54fd8f=a93_0xad3a,_0x3fbd4e=_0x322f46();while(!![]){try{const _0x174719=parseInt(_0x54fd8f(0x19c))/0x1*(-parseInt(_0x54fd8f(0x1a6))/0x2)+parseInt(_0x54fd8f(0x1a8))/0x3*(-parseInt(_0x54fd8f(0x1ef))/0x4)+-parseInt(_0x54fd8f(0x1e6))/0x5*(parseInt(_0x54fd8f(0x1df))/0x6)+-parseInt(_0x54fd8f(0x1c4))/0x7*(parseInt(_0x54fd8f(0x1d8))/0x8)+parseInt(_0x54fd8f(0x1ea))/0x9*(parseInt(_0x54fd8f(0x19b))/0xa)+-parseInt(_0x54fd8f(0x1b6))/0xb*(parseInt(_0x54fd8f(0x1a7))/0xc)+-parseInt(_0x54fd8f(0x1b2))/0xd*(-parseInt(_0x54fd8f(0x19d))/0xe);if(_0x174719===_0x3489e9)break;else _0x3fbd4e['push'](_0x3fbd4e['shift']());}catch(_0x2681c3){_0x3fbd4e['push'](_0x3fbd4e['shift']());}}}(a93_0x44e3,0x56116));const path=require(a93_0x1858a9(0x1bb)),TestFramework=require(a93_0x1858a9(0x1b3)),TestFrameworkState=require(a93_0x1858a9(0x1e7)),HookState=require(a93_0x1858a9(0x1dc)),{createClassLogger}=require(a93_0x1858a9(0x1c8)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a93_0x1858a9(0x1ed)),TrackedInstance=require(a93_0x1858a9(0x1f0)),TestFrameworkConstants=require(a93_0x1858a9(0x1be)),util=require('util'),logger=createClassLogger(a93_0x1858a9(0x1ad));class NewmanTestFramework extends TestFramework{constructor(_0xf60fe4,_0x20e327,_0x160b68){super(_0xf60fe4,_0x20e327,_0x160b68);}async[a93_0x1858a9(0x1a5)](_0x48432f,_0x3e207a,_0x215669={}){const _0x514de1=a93_0x1858a9,_0x42e252={};_0x42e252[_0x514de1(0x1cd)]=function(_0x5064a7,_0xf0c46a){return _0x5064a7===_0xf0c46a;};const _0x6cf567=_0x42e252;logger[_0x514de1(0x1bd)](_0x514de1(0x1b9)+_0x48432f+_0x514de1(0x1b1)+_0x3e207a),await super[_0x514de1(0x1a5)](_0x48432f,_0x3e207a,_0x215669);const _0x33fcc6=this[_0x514de1(0x1d6)](_0x48432f,_0x3e207a,_0x215669);if(!_0x33fcc6)return;try{if(_0x6cf567[_0x514de1(0x1cd)](_0x48432f,TestFrameworkState[_0x514de1(0x19a)])&&_0x215669['test']){const _0x210400=_0x6cf567[_0x514de1(0x1cd)](_0x3e207a,HookState[_0x514de1(0x1cf)])?this[_0x514de1(0x1c0)](_0x215669['test']):this[_0x514de1(0x1ce)](_0x215669[_0x514de1(0x1c6)]);_0x33fcc6[_0x514de1(0x1d9)](_0x210400);}}catch(_0x5290d9){logger[_0x514de1(0x1d3)](_0x514de1(0x1d7)+util['format'](_0x5290d9));}_0x215669[_0x514de1(0x1bf)]=_0x33fcc6,await this['runHooks'](_0x33fcc6,_0x48432f,_0x3e207a,_0x215669);}[a93_0x1858a9(0x1c0)](_0x199a13){const _0x593088=a93_0x1858a9,_0x30ac99=this[_0x593088(0x1ba)]()[0x0],_0x27516f={};return _0x27516f[_0x199a13['uuid']]={[TestFrameworkConstants[_0x593088(0x1f6)]]:_0x30ac99,[TestFrameworkConstants[_0x593088(0x1a2)]]:this[_0x593088(0x1c9)]()[_0x30ac99],[TestFrameworkConstants[_0x593088(0x1e8)]]:[],[TestFrameworkConstants[_0x593088(0x19f)]]:{},[TestFrameworkConstants[_0x593088(0x1b4)]]:{},[TestFrameworkConstants[_0x593088(0x1e4)]]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants['KEY_TEST_ID']]:_0x199a13[_0x593088(0x1ac)],[TestFrameworkConstants[_0x593088(0x1d5)]]:_0x199a13[_0x593088(0x1ac)],[TestFrameworkConstants['KEY_TEST_NAME']]:_0x199a13['name'],[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x199a13[_0x593088(0x1d0)]||'',[TestFrameworkConstants[_0x593088(0x1b8)]]:_0x199a13['location']||'',[TestFrameworkConstants['KEY_TEST_CODE']]:null,[TestFrameworkConstants[_0x593088(0x1af)]]:_0x199a13[_0x593088(0x1b0)]||[],[TestFrameworkConstants[_0x593088(0x1b7)]]:_0x199a13[_0x593088(0x1e3)]||new Date()['toISOString'](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x199a13[_0x593088(0x1de)]||'',[TestFrameworkConstants[_0x593088(0x1eb)]]:_0x199a13[_0x593088(0x1aa)]||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:null,[TestFrameworkConstants[_0x593088(0x1db)]]:_0x199a13[_0x593088(0x1d2)]||{},[TestFrameworkConstants[_0x593088(0x1cb)]]:_0x199a13[_0x593088(0x1ae)]||{}},_0x27516f;}[a93_0x1858a9(0x1ce)](_0x4b9fc3){const _0x269955=a93_0x1858a9,_0x164ceb={};_0x164ceb[_0x269955(0x1f2)]=_0x269955(0x1e0);const _0x3bb183=_0x164ceb,_0x2a1287={};return _0x2a1287[_0x4b9fc3[_0x269955(0x1ac)]]={[TestFrameworkConstants[_0x269955(0x1e4)]]:_0x4b9fc3[_0x269955(0x1c1)]||_0x3bb183[_0x269955(0x1f2)],[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x4b9fc3[_0x269955(0x1e9)]||new Date()[_0x269955(0x1a3)](),[TestFrameworkConstants[_0x269955(0x1f7)]]:_0x4b9fc3[_0x269955(0x1c7)]||[],[TestFrameworkConstants[_0x269955(0x1dd)]]:_0x4b9fc3[_0x269955(0x1bc)]||null,[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]:_0x4b9fc3[_0x269955(0x1b5)]||null},_0x2a1287;}[a93_0x1858a9(0x1d6)](_0x42f38d){const _0x120f1f=a93_0x1858a9;let _0x24e76b=TestFramework[_0x120f1f(0x1ee)]();if(!_0x24e76b){const _0x91d6ce=TrackedInstance[_0x120f1f(0x1e1)](CLIUtils[_0x120f1f(0x1c3)]());_0x24e76b=new TestFrameworkInstance(_0x91d6ce,this[_0x120f1f(0x1ba)](),this[_0x120f1f(0x1c9)](),_0x42f38d,HookState[_0x120f1f(0x1f5)]),TestFramework[_0x120f1f(0x1ec)](_0x91d6ce,_0x24e76b);}return _0x24e76b;}[a93_0x1858a9(0x1a4)](_0x7cd6c2){const _0x1daa68=a93_0x1858a9,_0x6bbf3={};_0x6bbf3[_0x1daa68(0x1e2)]=_0x1daa68(0x1a9);const _0x13a1ea=_0x6bbf3;try{const _0x52cd1e=_0x7cd6c2[_0x1daa68(0x1c6)]?_0x7cd6c2[_0x1daa68(0x1c6)][_0x1daa68(0x1ac)]:null,_0x9fec46=_0x7cd6c2[_0x1daa68(0x1bf)],_0x411995=_0x9fec46[_0x1daa68(0x1d1)](),_0x1bac9c=_0x9fec46[_0x1daa68(0x1f4)]()[_0x1daa68(0x1d4)](_0x52cd1e);if(!_0x1bac9c)return{};const {[TestFrameworkConstants[_0x1daa68(0x1f6)]]:_0x56d284='',[TestFrameworkConstants[_0x1daa68(0x1a2)]]:_0x4621c8='',[TestFrameworkConstants[_0x1daa68(0x1b7)]]:_0x1a1c7b='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x37d468=''}=_0x1bac9c;return{'platformIndex':0x0,'testFrameworkName':_0x56d284,'testFrameworkVersion':_0x4621c8,'testFrameworkState':_0x9fec46[_0x1daa68(0x1f3)]()[_0x1daa68(0x1c2)]()[_0x1daa68(0x1a0)]('.')[0x1],'hookState':_0x9fec46[_0x1daa68(0x1ca)]()[_0x1daa68(0x1c2)]()[_0x1daa68(0x1a0)]('.')[0x1],'startedAt':_0x1a1c7b,'endedAt':_0x37d468,'uuid':_0x52cd1e,'eventJson':Buffer[_0x1daa68(0x1cc)](JSON[_0x1daa68(0x1ab)](_0x1bac9c))[_0x1daa68(0x1c2)](_0x13a1ea[_0x1daa68(0x1e2)]),'executionContext':{'hash':_0x411995[_0x1daa68(0x1a1)](),'threadId':_0x411995[_0x1daa68(0x1f1)]()[_0x1daa68(0x1c2)](),'processId':_0x411995[_0x1daa68(0x1e5)]()[_0x1daa68(0x1c2)]()}};}catch(_0x1c14bb){return logger[_0x1daa68(0x1d3)](_0x1daa68(0x1da)+util[_0x1daa68(0x19e)](_0x1c14bb)),{};}}}module[a93_0x1858a9(0x1c5)]=NewmanTestFramework;function a93_0x44e3(){const _0x205f01=['failure_type','debug','./constants/testFrameworkConstants.js','instance','parseNewmanTest','result','toString','getCurrentInstanceName','7uarlaH','exports','test','failure','../../../helpers/classLogger.js','getTestFrameworksVersions','getCurrentHookState','KEY_TEST_META','from','ofjVr','parseNewmanTestResult','PRE','file_path','getContext','custom_metadata','error','get','KEY_TEST_UUID','resolveInstance','trackEvent:\x20error=','2290832oNXqab','addMultipleEntries','createTestFrameworkEventPayload:\x20error=','KEY_CUSTOM_TAGS','../state/hookState.js','KEY_TEST_FAILURE_TYPE','scope','1811478VXYLdD','pending','createContext','UdkYY','started_at','KEY_TEST_RESULT','getProcessId','5WOGKcD','../state/testFrameworkState.js','KEY_TEST_LOGS','finished_at','546327ShYDie','KEY_TEST_SCOPES','setTrackedInstance','../cliUtils.js','getTrackedInstance','9188SFzhGe','../instances/trackedInstance.js','getThreadId','gwGBH','getCurrentTestState','getAllData','NONE','KEY_TEST_FRAMEWORK_NAME','KEY_TEST_FAILURE','TEST','40bRRzDi','17126RQqUGe','64582ZeClyd','format','KEY_HOOKS_FINISHED','split','getId','KEY_TEST_FRAMEWORK_VERSION','toISOString','createTestFrameworkEventPayload','trackEvent','46LZeFdy','12AxvGMJ','909FcZoEH','base64','scopes','stringify','uuid','NewmanTestFramework','meta','KEY_TEST_TAGS','tags','\x20hook=','5681wKGLfM','./testFramework','KEY_HOOKS_STARTED','failure_reason','2508033IHQFwt','KEY_TEST_STARTED_AT','KEY_TEST_LOCATION','trackEvent:\x20state=','getTestFrameworks','path'];a93_0x44e3=function(){return _0x205f01;};return a93_0x44e3();}
@@ -1 +1 @@
1
- const a94_0xab16a2=a94_0xa384;function a94_0xa384(_0x18be06,_0x439612){const _0xed089e=a94_0xed08();return a94_0xa384=function(_0xa384a8,_0x237c79){_0xa384a8=_0xa384a8-0x149;let _0x63c7c2=_0xed089e[_0xa384a8];return _0x63c7c2;},a94_0xa384(_0x18be06,_0x439612);}(function(_0x5477d8,_0x4862b2){const _0x194098=a94_0xa384,_0x3000ad=_0x5477d8();while(!![]){try{const _0x2c87d9=-parseInt(_0x194098(0x15c))/0x1+parseInt(_0x194098(0x152))/0x2*(-parseInt(_0x194098(0x14b))/0x3)+parseInt(_0x194098(0x157))/0x4*(parseInt(_0x194098(0x16e))/0x5)+-parseInt(_0x194098(0x164))/0x6*(-parseInt(_0x194098(0x151))/0x7)+-parseInt(_0x194098(0x165))/0x8*(-parseInt(_0x194098(0x16f))/0x9)+-parseInt(_0x194098(0x156))/0xa+parseInt(_0x194098(0x170))/0xb;if(_0x2c87d9===_0x4862b2)break;else _0x3000ad['push'](_0x3000ad['shift']());}catch(_0x41d7f2){_0x3000ad['push'](_0x3000ad['shift']());}}}(a94_0xed08,0xc2c3d));function a94_0xed08(){const _0x4243fd=['cKcvk','message','../instances/trackedInstance.js','../cliUtils.js','3489038KQKxLg','108IauIOx','getTrackedInstance','trackPlaywrightInstance:\x20instance\x20already\x20exists','jWWUq','14222370SdYSIe','4bRmlDW','\x20target=','trackPlaywrightInstance','trackEvent','resolveInstance','1099455SdxCiW','../../../helpers/classLogger.js','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','\x20hookState=','params','createContext','CREATE','debug','18Hntkhd','8afcoGy','PlaywrightAutomationFramework','../instances/automationFrameworkInstance.js','setTrackedInstance','info','ZKzHb','logger','instance','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','1620965kATBEb','8650134gkaNgA','14120150KhcrCK','ISeVj','getAutomationFrameworkName','41379eSCIaP','trackEvent:\x20automationFrameworkState='];a94_0xed08=function(){return _0x4243fd;};return a94_0xed08();}const AutomationFramework=require('./automationFramework.js'),{createClassLogger}=require(a94_0xab16a2(0x15d)),AutomationFrameworkState=require('../state/automationFrameworkState.js'),CLIUtils=require(a94_0xab16a2(0x150)),TrackedInstance=require(a94_0xab16a2(0x14f)),AutomationFrameworkInstance=require(a94_0xab16a2(0x167));class PlaywrightAutomationFramework extends AutomationFramework{[a94_0xab16a2(0x16b)]=createClassLogger(a94_0xab16a2(0x166));constructor(_0x2043a6,_0x31a810){super(_0x2043a6,_0x31a810);}async['trackEvent'](_0x3eb079,_0x1695e9,_0x3383a3={}){const _0x3f3c41=a94_0xab16a2,_0x3a9c89={};_0x3a9c89['ZKzHb']=function(_0x365899,_0x2b37ae){return _0x365899===_0x2b37ae;};const _0xe1243=_0x3a9c89;this[_0x3f3c41(0x16b)][_0x3f3c41(0x163)](_0x3f3c41(0x14c)+_0x3eb079+_0x3f3c41(0x15f)+_0x1695e9),await super[_0x3f3c41(0x15a)](_0x3eb079,_0x1695e9,_0x3383a3);const _0x289801=this[_0x3f3c41(0x15b)](_0x3eb079,_0x1695e9,_0x3383a3);if(_0xe1243[_0x3f3c41(0x16a)](_0x289801,null))return;_0x3383a3[_0x3f3c41(0x16c)]=_0x289801,await this['runHooks'](_0x289801,_0x3eb079,_0x1695e9,_0x3383a3);}[a94_0xab16a2(0x15b)](_0x32dfc7,_0x148db2,_0x8359e={}){const _0x448899=a94_0xab16a2,_0x30a014={};_0x30a014[_0x448899(0x14d)]=function(_0xbf2dd7,_0x42de1c){return _0xbf2dd7===_0x42de1c;},_0x30a014[_0x448899(0x155)]=function(_0x557b2e,_0x3b3ac0){return _0x557b2e===_0x3b3ac0;};const _0x46c95d=_0x30a014;let _0x149efe=null;return(_0x46c95d[_0x448899(0x14d)](_0x32dfc7,AutomationFrameworkState[_0x448899(0x162)])||_0x46c95d[_0x448899(0x155)](_0x32dfc7,AutomationFrameworkState['PLAYWRIGHT_DISPATCH'])&&(_0x8359e['message']&&_0x8359e['message']['params']&&_0x8359e[_0x448899(0x14e)][_0x448899(0x160)]['bsParams'])||_0x46c95d[_0x448899(0x155)](_0x32dfc7,AutomationFrameworkState['NONE']))&&this[_0x448899(0x159)](_0x32dfc7,_0x8359e),_0x149efe=AutomationFramework['getTrackedInstance'](),_0x149efe;}[a94_0xab16a2(0x159)](_0x5d199d,_0x4184d3){const _0x7567a7=a94_0xab16a2,_0x22b80b={};_0x22b80b[_0x7567a7(0x149)]=_0x7567a7(0x154);const _0x5212c0=_0x22b80b;if(AutomationFramework[_0x7567a7(0x153)]()){this[_0x7567a7(0x16b)][_0x7567a7(0x169)](_0x5212c0['ISeVj']);return;}const _0x413ba0=CLIUtils['getCurrentInstanceName'](),_0x39786e=TrackedInstance[_0x7567a7(0x161)](_0x413ba0);let _0x423ac4=null;this['logger'][_0x7567a7(0x169)](_0x7567a7(0x15e)+_0x413ba0+',\x20state='+_0x5d199d),_0x423ac4=new AutomationFrameworkInstance(_0x39786e,this[_0x7567a7(0x14a)](),this['getAutomationFrameworkVersion'](),_0x5d199d),AutomationFramework[_0x7567a7(0x168)](_0x39786e,_0x423ac4),this[_0x7567a7(0x16b)][_0x7567a7(0x169)](_0x7567a7(0x16d)+_0x39786e['getId']()+_0x7567a7(0x158)+_0x413ba0);}}module['exports']=PlaywrightAutomationFramework;
1
+ const a94_0x81c4a2=a94_0x1386;function a94_0x3cdd(){const _0x339e31=['aInRS','trackPlaywrightInstance','bsParams','getTrackedInstance','runHooks','../cliUtils.js','logger','getAutomationFrameworkVersion','3990760XSophn','1627530uMHIwR','exports','../instances/automationFrameworkInstance.js','instance','7829550HZDhTE','NONE','pgLWe','898jVrUuc','debug','message','getAutomationFrameworkName','./automationFramework.js','setTrackedInstance','mNloc','getCurrentInstanceName','4689240lMpCcB','QudlW','../../../helpers/classLogger.js','trackEvent','371390XZQyFS','PlaywrightAutomationFramework','../state/automationFrameworkState.js','params','8669836eJEaUS','trackEvent:\x20automationFrameworkState=','getId','info',',\x20state=','42oIEVLh','\x20hookState=','2221aCLAoh','resolveInstance','../instances/trackedInstance.js','PzvpA'];a94_0x3cdd=function(){return _0x339e31;};return a94_0x3cdd();}(function(_0x1e9a65,_0x1f9579){const _0x1e721d=a94_0x1386,_0x1d5ccb=_0x1e9a65();while(!![]){try{const _0x37291e=-parseInt(_0x1e721d(0x130))/0x1*(-parseInt(_0x1e721d(0x119))/0x2)+parseInt(_0x1e721d(0x112))/0x3+-parseInt(_0x1e721d(0x121))/0x4+parseInt(_0x1e721d(0x125))/0x5*(parseInt(_0x1e721d(0x12e))/0x6)+parseInt(_0x1e721d(0x129))/0x7+-parseInt(_0x1e721d(0x111))/0x8+-parseInt(_0x1e721d(0x116))/0x9;if(_0x37291e===_0x1f9579)break;else _0x1d5ccb['push'](_0x1d5ccb['shift']());}catch(_0x4148d0){_0x1d5ccb['push'](_0x1d5ccb['shift']());}}}(a94_0x3cdd,0xb8d88));const AutomationFramework=require(a94_0x81c4a2(0x11d)),{createClassLogger}=require(a94_0x81c4a2(0x123)),AutomationFrameworkState=require(a94_0x81c4a2(0x127)),CLIUtils=require(a94_0x81c4a2(0x139)),TrackedInstance=require(a94_0x81c4a2(0x132)),AutomationFrameworkInstance=require(a94_0x81c4a2(0x114));class PlaywrightAutomationFramework extends AutomationFramework{[a94_0x81c4a2(0x10f)]=createClassLogger(a94_0x81c4a2(0x126));constructor(_0x2200fc,_0x5899b2){super(_0x2200fc,_0x5899b2);}async[a94_0x81c4a2(0x124)](_0x4bbac4,_0x29f0e9,_0x14cefa={}){const _0x2f8e86=a94_0x81c4a2,_0x2ca0ae={};_0x2ca0ae['aInRS']=function(_0x271038,_0x5ea69e){return _0x271038===_0x5ea69e;};const _0x44dc8c=_0x2ca0ae;this[_0x2f8e86(0x10f)][_0x2f8e86(0x11a)](_0x2f8e86(0x12a)+_0x4bbac4+_0x2f8e86(0x12f)+_0x29f0e9),await super['trackEvent'](_0x4bbac4,_0x29f0e9,_0x14cefa);const _0x46b547=this[_0x2f8e86(0x131)](_0x4bbac4,_0x29f0e9,_0x14cefa);if(_0x44dc8c[_0x2f8e86(0x134)](_0x46b547,null))return;_0x14cefa[_0x2f8e86(0x115)]=_0x46b547,await this[_0x2f8e86(0x138)](_0x46b547,_0x4bbac4,_0x29f0e9,_0x14cefa);}[a94_0x81c4a2(0x131)](_0x54d713,_0x5de096,_0x5af86d={}){const _0x2f4dff=a94_0x81c4a2,_0x12cb54={};_0x12cb54[_0x2f4dff(0x122)]=function(_0x24f3ed,_0x371db0){return _0x24f3ed===_0x371db0;},_0x12cb54[_0x2f4dff(0x11f)]=function(_0x1de91f,_0x51972a){return _0x1de91f===_0x51972a;},_0x12cb54[_0x2f4dff(0x118)]=function(_0x417a18,_0x3f42ec){return _0x417a18===_0x3f42ec;};const _0x17e3a7=_0x12cb54;let _0x383505=null;return(_0x17e3a7[_0x2f4dff(0x122)](_0x54d713,AutomationFrameworkState['CREATE'])||_0x17e3a7['mNloc'](_0x54d713,AutomationFrameworkState['PLAYWRIGHT_DISPATCH'])&&(_0x5af86d['message']&&_0x5af86d[_0x2f4dff(0x11b)]['params']&&_0x5af86d[_0x2f4dff(0x11b)][_0x2f4dff(0x128)][_0x2f4dff(0x136)])||_0x17e3a7[_0x2f4dff(0x118)](_0x54d713,AutomationFrameworkState[_0x2f4dff(0x117)]))&&this[_0x2f4dff(0x135)](_0x54d713,_0x5af86d),_0x383505=AutomationFramework[_0x2f4dff(0x137)](),_0x383505;}[a94_0x81c4a2(0x135)](_0x10515d,_0x204c5d){const _0x151eac=a94_0x81c4a2,_0x3d5f1e={};_0x3d5f1e['PzvpA']='trackPlaywrightInstance:\x20instance\x20already\x20exists';const _0x3c7fe8=_0x3d5f1e;if(AutomationFramework[_0x151eac(0x137)]()){this[_0x151eac(0x10f)][_0x151eac(0x12c)](_0x3c7fe8[_0x151eac(0x133)]);return;}const _0x44d0d9=CLIUtils[_0x151eac(0x120)](),_0x3d770f=TrackedInstance['createContext'](_0x44d0d9);let _0xc691bc=null;this[_0x151eac(0x10f)][_0x151eac(0x12c)]('trackPlaywrightInstance:\x20created\x20instance\x20for\x20target='+_0x44d0d9+_0x151eac(0x12d)+_0x10515d),_0xc691bc=new AutomationFrameworkInstance(_0x3d770f,this[_0x151eac(0x11c)](),this[_0x151eac(0x110)](),_0x10515d),AutomationFramework[_0x151eac(0x11e)](_0x3d770f,_0xc691bc),this[_0x151eac(0x10f)][_0x151eac(0x12c)]('trackPlaywrightInstance:\x20saved\x20instance\x20contextId='+_0x3d770f[_0x151eac(0x12b)]()+'\x20target='+_0x44d0d9);}}function a94_0x1386(_0x3eeaf8,_0x26d0ca){const _0x3cdd27=a94_0x3cdd();return a94_0x1386=function(_0x138668,_0x23d749){_0x138668=_0x138668-0x10f;let _0x2f2e2b=_0x3cdd27[_0x138668];return _0x2f2e2b;},a94_0x1386(_0x3eeaf8,_0x26d0ca);}module[a94_0x81c4a2(0x113)]=PlaywrightAutomationFramework;