browserstack-node-sdk 1.70.1 → 1.70.2

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 (223) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  42. package/src/bin/codeceptjs/command.js +1 -1
  43. package/src/bin/codeceptjs/helper.js +1 -1
  44. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  45. package/src/bin/cucumber-js/command.js +1 -1
  46. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  48. package/src/bin/cucumber-js/test-observability.js +1 -1
  49. package/src/bin/cucumber-js/test.setup.js +1 -1
  50. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  51. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  52. package/src/bin/detox/a11ySetup.js +1 -1
  53. package/src/bin/detox/command.js +1 -1
  54. package/src/bin/detox/modifyDetoxConf.js +1 -1
  55. package/src/bin/detox/traEmitter.js +1 -1
  56. package/src/bin/integrations/command.js +1 -1
  57. package/src/bin/integrations/constants.js +1 -1
  58. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  59. package/src/bin/jasmine/command.js +1 -1
  60. package/src/bin/jasmine/test.setup.js +1 -1
  61. package/src/bin/jasmine/testRunMap.js +1 -1
  62. package/src/bin/jest/command.js +1 -1
  63. package/src/bin/jest/customImplements/customCircus.js +1 -1
  64. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  65. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  66. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  67. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  68. package/src/bin/jest/jest.setup.js +1 -1
  69. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  70. package/src/bin/jest/test-observability/helper.js +1 -1
  71. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  72. package/src/bin/jest/test-observability/test-details.js +1 -1
  73. package/src/bin/jest/test.setup.js +1 -1
  74. package/src/bin/jest/test_before.setup.js +1 -1
  75. package/src/bin/launcher/launcher.js +1 -1
  76. package/src/bin/load/index.js +1 -1
  77. package/src/bin/load/loadErrors.js +1 -1
  78. package/src/bin/load/loadUtils.js +1 -1
  79. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  80. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  81. package/src/bin/mocha/command.js +1 -1
  82. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  83. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  84. package/src/bin/mocha/test.setup.js +1 -1
  85. package/src/bin/newman/command.js +1 -1
  86. package/src/bin/newman/helper.js +1 -1
  87. package/src/bin/newman/reporter/index.js +1 -1
  88. package/src/bin/newman/scriptRunner.js +1 -1
  89. package/src/bin/nightwatch/command.js +1 -1
  90. package/src/bin/node-generic/client.js +1 -1
  91. package/src/bin/playwright/accessibility-helper.js +1 -1
  92. package/src/bin/playwright/command.js +1 -1
  93. package/src/bin/playwright/globalSetup.js +1 -1
  94. package/src/bin/playwright/mock-process.js +1 -1
  95. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  96. package/src/bin/playwright/patches.js +1 -1
  97. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  98. package/src/bin/playwright/reporter/reporter.js +1 -1
  99. package/src/bin/playwright/reporter/test-details.js +1 -1
  100. package/src/bin/playwright/reporterArgs.js +1 -1
  101. package/src/bin/playwright/sessionDetails.js +1 -1
  102. package/src/bin/puppeteer/patches.js +1 -1
  103. package/src/bin/puppeteer/sessionDetails.js +1 -1
  104. package/src/bin/puppeteer/test.setup.js +1 -1
  105. package/src/bin/runner.js +1 -1
  106. package/src/bin/setup.js +1 -1
  107. package/src/bin/test-runner/index.js +1 -1
  108. package/src/bin/test-runner/runTest.js +1 -1
  109. package/src/bin/test-runner/testWorker.js +1 -1
  110. package/src/bin/testcafe/a11y-runner.js +1 -1
  111. package/src/bin/testcafe/command.js +1 -1
  112. package/src/bin/testcafe/reporter/index.js +1 -1
  113. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  114. package/src/bin/testcafe/session-registry.js +1 -1
  115. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  116. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  117. package/src/bin/testcafe/w3c-driver.js +1 -1
  118. package/src/bin/utils/apiUtilityMethods.js +1 -1
  119. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  120. package/src/bin/utils/constants.js +1 -1
  121. package/src/bin/utils/log4jsAppender.js +1 -1
  122. package/src/bin/utils/logPatcher.js +1 -1
  123. package/src/bin/utils/logReportingAPI.js +1 -1
  124. package/src/bin/utils/playwright-patcher.js +1 -1
  125. package/src/bin/utils/puppeteer-patcher.js +1 -1
  126. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  127. package/src/bin/utils/sharedUtils.js +1 -1
  128. package/src/bin/v2/TestInfo.js +1 -1
  129. package/src/bin/v2/browserstackCLI.js +1 -1
  130. package/src/bin/v2/cliUtils.js +1 -1
  131. package/src/bin/v2/customTagManager.js +1 -1
  132. package/src/bin/v2/eventDispatcher.js +1 -1
  133. package/src/bin/v2/framework/automationFramework.js +1 -1
  134. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  135. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  136. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  137. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  138. package/src/bin/v2/framework/mochaTestFramework.js +1 -1
  139. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  140. package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
  141. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  142. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  143. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  144. package/src/bin/v2/framework/seleniumAutomationFramework.js +1 -1
  145. package/src/bin/v2/framework/testFramework.js +1 -1
  146. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  147. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  148. package/src/bin/v2/grpcClient.js +1 -1
  149. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  150. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  151. package/src/bin/v2/instances/trackedContext.js +1 -1
  152. package/src/bin/v2/instances/trackedInstance.js +1 -1
  153. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  154. package/src/bin/v2/modules/baseModule.js +1 -1
  155. package/src/bin/v2/modules/loadTestModule.js +1 -1
  156. package/src/bin/v2/modules/observabilityModule.js +1 -1
  157. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  158. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  159. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  160. package/src/bin/v2/modules/testhubModule.js +1 -1
  161. package/src/bin/v2/runStateStore.js +1 -1
  162. package/src/bin/v2/sdkErrorHandler.js +1 -1
  163. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  164. package/src/bin/v2/state/hookState.js +1 -1
  165. package/src/bin/v2/state/testFrameworkState.js +1 -1
  166. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  167. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  168. package/src/bin/v2/utils/jest-utils.js +1 -1
  169. package/src/bin/vanilla-js/command.js +1 -1
  170. package/src/browserStackSdk.js +1 -1
  171. package/src/helpers/BrowserStackSetup.js +1 -1
  172. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  173. package/src/helpers/accessibility-automation/constants.js +1 -1
  174. package/src/helpers/accessibility-automation/helper.js +1 -1
  175. package/src/helpers/accessibility-automation/scripts.js +1 -1
  176. package/src/helpers/ats/constants.js +1 -1
  177. package/src/helpers/ats/helper.js +1 -1
  178. package/src/helpers/caCertHelper.js +1 -1
  179. package/src/helpers/capsMapping.js +1 -1
  180. package/src/helpers/central-scanner/constants.js +1 -1
  181. package/src/helpers/central-scanner/helpers.js +1 -1
  182. package/src/helpers/classLogger.js +1 -1
  183. package/src/helpers/driverInitErrorReporter.js +1 -1
  184. package/src/helpers/globals.js +1 -1
  185. package/src/helpers/helper.js +1 -1
  186. package/src/helpers/logger.js +1 -1
  187. package/src/helpers/metadata.js +1 -1
  188. package/src/helpers/patchHelper.js +1 -1
  189. package/src/helpers/patchHelpers.js +1 -1
  190. package/src/helpers/percy/Percy.js +1 -1
  191. package/src/helpers/percy/PercyBinary.js +1 -1
  192. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  193. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  194. package/src/helpers/percy/PercySDK.js +1 -1
  195. package/src/helpers/percy/index.js +1 -1
  196. package/src/helpers/percy/utils.js +1 -1
  197. package/src/helpers/performance/constants.js +1 -1
  198. package/src/helpers/performance/performance-tester.js +1 -1
  199. package/src/helpers/playwright-helper.js +1 -1
  200. package/src/helpers/processHelper.js +1 -1
  201. package/src/helpers/puppeteer-helper.js +1 -1
  202. package/src/helpers/request-spy.js +1 -1
  203. package/src/helpers/setKeepAlive.js +1 -1
  204. package/src/helpers/stackFrameUtils.js +1 -1
  205. package/src/helpers/test-observability/constants.js +1 -1
  206. package/src/helpers/test-observability/error-handler.js +1 -1
  207. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  208. package/src/helpers/test-observability/sessionHandler.js +1 -1
  209. package/src/helpers/test-observability/utils.js +1 -1
  210. package/src/helpers/test-orchestration/constants.js +1 -1
  211. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  212. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  213. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  214. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  215. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  216. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  217. package/src/helpers/testhub/constants.js +1 -1
  218. package/src/helpers/testhub/testhubHandler.js +1 -1
  219. package/src/helpers/testhub/utils.js +1 -1
  220. package/src/helpers/utilities.js +1 -1
  221. package/src/helpers/w3cMapping.js +1 -1
  222. package/src/hubAllocationMethods.js +1 -1
  223. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a96_0x48a40a=a96_0x5e5f;function a96_0x5e5f(_0x1b95c3,_0x1e2486){const _0x1f4760=a96_0x1f47();return a96_0x5e5f=function(_0x5e5f8b,_0x3b32fa){_0x5e5f8b=_0x5e5f8b-0x192;let _0x2eb749=_0x1f4760[_0x5e5f8b];return _0x2eb749;},a96_0x5e5f(_0x1b95c3,_0x1e2486);}(function(_0x8771be,_0x2358a6){const _0x17ffd8=a96_0x5e5f,_0x517eee=_0x8771be();while(!![]){try{const _0x4315c7=-parseInt(_0x17ffd8(0x23b))/0x1*(-parseInt(_0x17ffd8(0x25a))/0x2)+parseInt(_0x17ffd8(0x242))/0x3+parseInt(_0x17ffd8(0x27d))/0x4+-parseInt(_0x17ffd8(0x2d0))/0x5*(parseInt(_0x17ffd8(0x2c8))/0x6)+parseInt(_0x17ffd8(0x1de))/0x7+-parseInt(_0x17ffd8(0x1c6))/0x8*(-parseInt(_0x17ffd8(0x26d))/0x9)+-parseInt(_0x17ffd8(0x2e7))/0xa;if(_0x4315c7===_0x2358a6)break;else _0x517eee['push'](_0x517eee['shift']());}catch(_0x2204e4){_0x517eee['push'](_0x517eee['shift']());}}}(a96_0x1f47,0xdae0f));const TestFramework=require(a96_0x48a40a(0x2ec)),TestFrameworkState=require(a96_0x48a40a(0x2a1)),HookState=require(a96_0x48a40a(0x255)),{createClassLogger}=require(a96_0x48a40a(0x22a)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a96_0x48a40a(0x2ff)),TrackedInstance=require(a96_0x48a40a(0x2cf)),TestFrameworkConstants=require(a96_0x48a40a(0x1fa)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a96_0x48a40a(0x223)),{isInternalHook}=require('../../../helpers/test-observability/utils'),logger=createClassLogger(a96_0x48a40a(0x204)),{v4:uuidv4}=require(a96_0x48a40a(0x218)),util=require(a96_0x48a40a(0x1ab)),TestInfo=require('../TestInfo.js'),GrpcClient=require(a96_0x48a40a(0x1dc)),stackTrace=require('stack-trace'),{pickUserFrameFile}=require('../../../helpers/stackFrameUtils');function a96_0x1f47(){const _0x14fcec=[',\x20hooksListLength=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','\x20(testIdentifier),\x20hookType=','join','6pbFMjE','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','xEnyS','passed','scope','../instances/trackedInstance.js','3518340IApOwy',',\x20consoleLogs:\x20','inspect','getId','hookMetadata',',\x20scope:\x20','activeHooks','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','KEY_HOOK_FAILURE','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','getJestTestIdentifier','McuaI','getJestFailureType','DEFAULT_HOOK_RESULT','\x20-\x20testId:\x20','asyncError',',\x20hookState:\x20','retryOf','skipped','KEY_EVENT_ENDED_AT','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','replace','UvRRM','23743830elnSKE',',\x20duration=','UnhandledError',',\x20hookUUID=','location','./testFramework',',\x20attachmentLogs:\x20','setActiveHook','_ALL',',\x20hookId=','matchHookRegex','getJestFailureReason','AXhJG','beforeAll','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','test_run_id',',\x20testData=','testData','\x20hook','KEY_TEST_ENDED_AT','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','pop','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','BEFORE_ALL','../cliUtils.js','toString','CysAk','KXnAn','KEY_TEST_LOCATION','IbzVt','has','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','ljDyt','parseJestTestResult','TXNtj','event_ended_at','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','missing','push','split','processPendingHooks','hnaYU','testId','eventJson','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','\x20screenshot\x20logs\x20for\x20testId:\x20','TEST_SCREENSHOT','parent','ROOT_DESCRIBE_BLOCK','TYmvo','storePendingHook','getJestTestFilePath','LSPxm',',\x20hook=','removeActiveHook','getContext','getAllData','KEY_HOOK_FAILURE_REASON','type','\x20(testIdentifier),\x20result=','started_at','args','\x20attachments','KEY_TEST_FILE_PATH',',\x20error:\x20','KEY_HOOK_ID','warn',',\x20totalLogs:\x20','Khvao',',\x20state:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','hook_type','LlBxr','hookAnalyticsId','getActiveHook','AlDEG','none','runHooks',',\x20argsKeys=','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event',',\x20hookType=','util','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','sUBZg','\x20files','file_name',',\x20filePath=','HETff','trackJestInstance','KEY_TEST_ATTACHMENTS','GPGjY','TEST',',\x20failureType=','PRE','toZVT','workerInfo',',\x20logsInBatch:\x20','yeWSB','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','result','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','parse','KEY_TEST_FAILURE_REASON','EVTVo','browserstackPlatformIndex','SpPAO','\x20to\x20','9976BugjMi','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','ZBuir','eektB','Processing\x20','JmwBT','buildHookMapFromTest','trackHookEvent','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','logCreatedEvent','getJestTestTags',',\x20failureReason=','ALL','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','resolveInstance','addPendingHook','title','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','finished_at','hooks','hookState','../grpcClient','hookData','10138961MGjUea','__bstackPlatformIndex','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','toISOString','AssertionError','slice','NeVQe','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','isJestInternalHook','eWtaI','KEY_TEST_RERUN_NAME','Error\x20in\x20createTestFrameworkEventPayload:\x20','platformIndex','hvClx','KEY_EVENT_STARTED_AT','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','toUpperCase','KEY_TEST_FRAMEWORK_NAME','KEY_TEST_ID','VQJrr','maxArrayLength','hQlfc','getRootParentFile','splice','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','setTrackedInstance','zfCAb','DXozi','./constants/testFrameworkConstants.js','name','length','delete','getCurrentInstanceName','jest-circus','CNUUg','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','addMultipleEntries','vMzgX','JestTestFramework','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','KEY_HOOKS_FINISHED',',\x20filePath:\x20','woaXE','cJNae',',\x20screenshotLogs:\x20','testFrameworkState','smtIU','originalTest','KEY_TEST_FAILURE','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','createContext','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','\x22\x20from\x20testData','format','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20',',\x20hookData=','getTestFrameworks','RoYOc','uuid',',\x20remainingHooks=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','iFAwi','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','KEY_TEST_STARTED_AT','DioIn','map','FzmKe','PmcqP','failure_reason','../../../helpers/helper.js','rTjoy','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','KEY_HOOK_LOGS','KIwKU','filePath','mapTestHooks','../../../helpers/classLogger.js','hCbzG','sendLogCreatedEvent','KEY_TEST_FAILURE_TYPE','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','KEY_LOGS','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','depth','__workerDetails',',\x20hookState=','KEY_TEST_RESULT','keys','hook_result','unknown','WdTaq','removePendingHooks','KEY_HOOK_LAST_FINISHED','1051tiieiK','NONE','axVUs',',\x20testId=','ZJlAK','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','findIndex','2886756jKiJNX','getJestTestName','wxywp','KEY_TEST_UUID','scopes','HoluZ','trackJestInstance:\x20instance\x20already\x20exists','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','ompqZ','aDMgL','Stored\x20pending\x20hook\x20for\x20testId:\x20','parseJestTest','executionContext','hook_id','\x20pending\x20hooks\x20for\x20testId:\x20','IiXsh','VtUOY','getInstance','DOApc','../state/hookState.js','ZONOU','KEY_TEST_SCOPE','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','includes','594HNsfEj','ylGIT',',\x20platformIndex:\x20','hookUUID','match','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','failed','file','test','BofCm','endedAt','KEY_TEST_SCOPES',',\x20scopes=','IFQOo',',\x20testFramework=','gJVwd','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','KEY_AUTOMATE_SESSION_NAME','POST','8298QzqRVR','get','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','getProcessId','../../../helpers/test-observability/utils','PbVMx','getTestFrameworksVersions','getAllPendingHookTestIds','pid','KEY_TEST_CODE','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','\x20-\x20test_identifier=','getHooksForTest','OusDw','trackJestInstance:\x20created\x20instance\x20for\x20target=','message','408088nDysNF','testUUID','parallelIndex','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','\x20logs\x20for\x20testId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','KEY_TEST_DURATION','getJestTestScopes','KEY_TEST_RETRY_OF','KEY_HOOK_RESULT','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','getRef',',\x20messageLength=','debug','getCurrentTestState','instance','ZlAAL',',\x20payload:\x20','WISIB','KEY_CUSTOM_TAGS','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result',',\x20currentTestId:\x20','trackEvent','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20',',\x20contextId=','KEY_TEST_RESULT_AT','UqXPy',',\x20version=','zWYSs','testFrameworkVersion','KEY_TEST_META','XCdsc','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','KEY_TEST_FRAMEWORK_VERSION','zPnfb','zNpmL','../state/testFrameworkState.js','hasPendingHooks','duration','stringify','body','tags','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','getPendingHooks','getJestFailureData',',\x20result=','KEY_TEST_TAGS',',\x20state=','substring','KEY_TEST_NAME','ELtLA','FynYu','isArray','find','testFrameworkName','getTrackedInstance','test_run_uuid','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','apply','KEY_HOOKS_STARTED','KEY_HOOK_NAME','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','errorsDetailed','test_identifier','SnNlO','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','forEach','error','startsWith'];a96_0x1f47=function(){return _0x14fcec;};return a96_0x1f47();}class JestTestFramework extends TestFramework{constructor(_0x3e5eee,_0x16c0f6,_0x3abb9f){super(_0x3e5eee,_0x16c0f6,_0x3abb9f),this['activeHooks']=new Map();}[a96_0x48a40a(0x2ee)](_0x2faaea,_0x3b2d9a,_0x47e8a0){const _0x481deb=a96_0x48a40a,_0x22c60d={};_0x22c60d[_0x481deb(0x1b1)]=function(_0xa46a94,_0x18299e){return _0xa46a94||_0x18299e;};const _0xcbf93=_0x22c60d;if(_0xcbf93[_0x481deb(0x1b1)](!_0x2faaea,!_0x3b2d9a)){logger['warn'](_0x481deb(0x1c8)+_0x2faaea+_0x481deb(0x2ea)+_0x3b2d9a);return;}!this['activeHooks']['has'](_0x2faaea)&&this['activeHooks']['set'](_0x2faaea,[]);const _0x54f5f4={'hookUUID':_0x3b2d9a,'hookType':_0x47e8a0,'startedAt':new Date()[_0x481deb(0x1e1)]()};this[_0x481deb(0x2d6)][_0x481deb(0x26e)](_0x2faaea)[_0x481deb(0x30d)](_0x54f5f4),logger['debug'](_0x481deb(0x2d7)+_0x2faaea+_0x481deb(0x2ea)+_0x3b2d9a+_0x481deb(0x1aa)+_0x47e8a0+',\x20totalHooks='+this[_0x481deb(0x2d6)]['get'](_0x2faaea)[_0x481deb(0x1fc)]);}[a96_0x48a40a(0x31d)](_0x2ee55f,_0xa0f9f5){const _0x341328=a96_0x48a40a,_0x259258={};_0x259258[_0x341328(0x27a)]=function(_0x414a80,_0x135692){return _0x414a80||_0x135692;},_0x259258[_0x341328(0x2e6)]=function(_0x2ea1b7,_0x450df0){return _0x2ea1b7!==_0x450df0;},_0x259258[_0x341328(0x1f8)]=function(_0x4fdf7d,_0x4ded78){return _0x4fdf7d===_0x4ded78;};const _0x5576de=_0x259258;if(_0x5576de[_0x341328(0x27a)](!_0x2ee55f,!_0xa0f9f5)){logger[_0x341328(0x19c)]('[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x2ee55f+_0x341328(0x2ea)+_0xa0f9f5);return;}if(this[_0x341328(0x2d6)][_0x341328(0x305)](_0x2ee55f)){const _0x5cc9f3=this[_0x341328(0x2d6)][_0x341328(0x26e)](_0x2ee55f),_0x46de2b=_0x5cc9f3[_0x341328(0x241)](_0x27fb63=>_0x27fb63[_0x341328(0x25d)]===_0xa0f9f5);_0x5576de[_0x341328(0x2e6)](_0x46de2b,-0x1)?(_0x5cc9f3[_0x341328(0x1f5)](_0x46de2b,0x1),logger['debug']('[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier='+_0x2ee55f+_0x341328(0x2ea)+_0xa0f9f5+_0x341328(0x219)+_0x5cc9f3[_0x341328(0x1fc)]),_0x5576de['zfCAb'](_0x5cc9f3['length'],0x0)&&this[_0x341328(0x2d6)][_0x341328(0x1fd)](_0x2ee55f)):logger[_0x341328(0x28a)](_0x341328(0x1e0)+_0x2ee55f+',\x20hookUUID='+_0xa0f9f5);}}[a96_0x48a40a(0x1a4)](_0x65fe3a){const _0x3f80b8=a96_0x48a40a,_0xbe4eca={};_0xbe4eca['CyABt']=function(_0x5ca50b,_0x5263d2){return _0x5ca50b>_0x5263d2;},_0xbe4eca[_0x3f80b8(0x1f1)]=function(_0x2d5f0a,_0xc0ea14){return _0x2d5f0a-_0xc0ea14;};const _0x59987d=_0xbe4eca;if(!_0x65fe3a)return null;if(this[_0x3f80b8(0x2d6)][_0x3f80b8(0x305)](_0x65fe3a)){const _0x432c6b=this['activeHooks'][_0x3f80b8(0x26e)](_0x65fe3a);if(_0x59987d['CyABt'](_0x432c6b[_0x3f80b8(0x1fc)],0x0)){const _0x22b466=_0x432c6b[_0x59987d[_0x3f80b8(0x1f1)](_0x432c6b[_0x3f80b8(0x1fc)],0x1)];return logger[_0x3f80b8(0x28a)](_0x3f80b8(0x249)+_0x65fe3a+_0x3f80b8(0x2ea)+_0x22b466[_0x3f80b8(0x25d)]+_0x3f80b8(0x1aa)+_0x22b466['hookType']),_0x22b466;}}return null;}async[a96_0x48a40a(0x293)](_0x5f2cc0,_0x24107a,_0x25ab6d={}){const _0x156815=a96_0x48a40a,_0xf8a77a={};_0xf8a77a['ljDyt']=_0x156815(0x240),_0xf8a77a['AlDEG']=function(_0x606607,_0x155387){return _0x606607===_0x155387;},_0xf8a77a[_0x156815(0x2b0)]=function(_0x45ce9e,_0x198fd7){return _0x45ce9e||_0x198fd7;},_0xf8a77a[_0x156815(0x24a)]=_0x156815(0x201);const _0x389a17=_0xf8a77a;logger[_0x156815(0x28a)](_0x156815(0x1bf)+_0x5f2cc0+',\x20hookState='+_0x24107a+_0x156815(0x1a8)+Object[_0x156815(0x235)](_0x25ab6d)[_0x156815(0x2c7)](',')),await super[_0x156815(0x293)](_0x5f2cc0,_0x24107a,_0x25ab6d);const _0x2e8cbb=this[_0x156815(0x1d5)](_0x5f2cc0,_0x24107a,_0x25ab6d);if(!_0x2e8cbb){logger[_0x156815(0x28a)](_0x389a17[_0x156815(0x307)]);return;}try{let _0x196931,_0x472fef,_0x235f3c;switch(_0x5f2cc0){case TestFrameworkState[_0x156815(0x1b5)]:_0x196931=_0x25ab6d[_0x156815(0x262)];const _0x5e5b43={};_0x5e5b43['depth']=0x2,_0x5e5b43[_0x156815(0x1f2)]=0x3,logger[_0x156815(0x28a)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState='+_0x24107a+_0x156815(0x2f7)+util[_0x156815(0x2d2)](_0x196931,_0x5e5b43)),_0x235f3c=this[_0x156815(0x2da)](_0x196931),_0x472fef=null,logger[_0x156815(0x28a)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId='+_0x235f3c+'\x20(testIdentifier)');if(_0x389a17[_0x156815(0x1a5)](_0x24107a,HookState['PRE'])){logger[_0x156815(0x28a)](_0x156815(0x1a0)+_0x235f3c);const _0x2b3a34={};_0x2b3a34[_0x156815(0x27e)]=_0x472fef,_0x2b3a34[_0x156815(0x2f8)]=_0x196931,_0x2b3a34[_0x156815(0x311)]=_0x235f3c;const _0x215364=this[_0x156815(0x24d)](_0x2b3a34),_0xb7b417={};_0xb7b417['depth']=0x2,_0xb7b417[_0x156815(0x1f2)]=0x3,logger[_0x156815(0x28a)](_0x156815(0x306)+util['inspect'](_0x215364,_0xb7b417)),_0x2e8cbb['addMultipleEntries'](_0x215364),logger[_0x156815(0x28a)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0x235f3c),await this[_0x156815(0x30f)](_0x2e8cbb,_0x235f3c);}else{if(_0x389a17[_0x156815(0x1a5)](_0x24107a,HookState[_0x156815(0x26c)])){logger['debug'](_0x156815(0x2d9)+_0x235f3c);const _0x4f278f=_0x2e8cbb[_0x156815(0x192)]()[_0x156815(0x26e)](_0x235f3c);logger['debug'](_0x156815(0x1ed)+util[_0x156815(0x2d2)](Object[_0x156815(0x235)](_0x389a17['FynYu'](_0x4f278f,{}))));_0x4f278f&&_0x4f278f[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]?logger[_0x156815(0x28a)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20'+Object[_0x156815(0x235)](_0x4f278f[TestFrameworkConstants[_0x156815(0x1b3)]])[_0x156815(0x1fc)]+_0x156815(0x1ae)):logger[_0x156815(0x28a)](_0x389a17[_0x156815(0x24a)]);const _0x40598e=_0x25ab6d['originalTest']||null,_0x36d02f={};_0x36d02f[_0x156815(0x27e)]=_0x472fef,_0x36d02f[_0x156815(0x2f8)]=_0x196931,_0x36d02f[_0x156815(0x311)]=_0x235f3c,_0x36d02f[_0x156815(0x20d)]=_0x40598e;const _0x469452=this[_0x156815(0x308)](_0x36d02f),_0x1b7c93={};_0x1b7c93[_0x156815(0x231)]=0x2,_0x1b7c93[_0x156815(0x1f2)]=0x3,logger[_0x156815(0x28a)](_0x156815(0x1f6)+util[_0x156815(0x2d2)](_0x469452,_0x1b7c93)),_0x2e8cbb[_0x156815(0x202)](_0x469452),logger[_0x156815(0x28a)](_0x156815(0x21c)+_0x235f3c),await this[_0x156815(0x30f)](_0x2e8cbb,_0x235f3c);}}break;case TestFrameworkState['LOG_REPORT']:if(_0x389a17[_0x156815(0x1a5)](_0x24107a,HookState[_0x156815(0x26c)])){const _0x179608={};_0x179608['depth']=0x2,logger[_0x156815(0x28a)]('[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20'+util['inspect'](_0x25ab6d,_0x179608)),await this[_0x156815(0x22c)](_0x2e8cbb,_0x5f2cc0,_0x25ab6d);}break;default:if(CLIUtils[_0x156815(0x2f1)](_0x5f2cc0[_0x156815(0x300)]()[_0x156815(0x30e)]('.')[0x1])){const _0x583dea={};_0x583dea[_0x156815(0x231)]=0x2,_0x583dea[_0x156815(0x1f2)]=0x3,logger[_0x156815(0x28a)](_0x156815(0x313)+_0x5f2cc0+_0x156815(0x233)+_0x24107a+_0x156815(0x215)+util[_0x156815(0x2d2)](_0x25ab6d[_0x156815(0x1dd)],_0x583dea));const _0x5e9d1d=await this[_0x156815(0x1ce)](_0x2e8cbb,_0x5f2cc0,_0x24107a,_0x25ab6d),_0x2e8af7={};_0x2e8af7[_0x156815(0x231)]=0x2,_0x2e8af7['maxArrayLength']=0x3,logger[_0x156815(0x28a)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20'+util[_0x156815(0x2d2)](_0x5e9d1d,_0x2e8af7)),_0x2e8cbb['addMultipleEntries'](_0x5e9d1d);}else logger[_0x156815(0x28a)]('[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState='+_0x5f2cc0+'\x20&\x20hookState='+_0x24107a);break;}logger[_0x156815(0x28a)](_0x156815(0x211)+_0x5f2cc0+_0x156815(0x233)+_0x24107a);}catch(_0x4997a6){logger[_0x156815(0x2c2)](_0x156815(0x1bc)+_0x5f2cc0+_0x156815(0x233)+_0x24107a+',\x20exception='+util[_0x156815(0x213)](_0x4997a6));}_0x25ab6d[_0x156815(0x28c)]=_0x2e8cbb,await this[_0x156815(0x1a7)](_0x2e8cbb,_0x5f2cc0,_0x24107a,_0x25ab6d);}[a96_0x48a40a(0x2da)](_0x521169){const _0x2fa16e=a96_0x48a40a,_0x17f0c9={};_0x17f0c9[_0x2fa16e(0x220)]='[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback';const _0x26ea51=_0x17f0c9;if(_0x521169&&(_0x521169['id']||_0x521169[_0x2fa16e(0x218)])){const _0x16ca56=_0x521169['id']||_0x521169[_0x2fa16e(0x218)];return logger['debug']('[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22'+_0x16ca56+_0x2fa16e(0x212)),_0x16ca56;}return logger[_0x2fa16e(0x28a)](_0x26ea51[_0x2fa16e(0x220)]),process[_0x2fa16e(0x275)]+':testAnalyticsId';}[a96_0x48a40a(0x1d5)](_0x57baa0,_0x40fe3c,_0x3e8d97={}){const _0x4086c4=a96_0x48a40a;let _0x499212=null;return _0x499212=TestFramework[_0x4086c4(0x2b4)](),!_0x499212?(logger['debug'](_0x4086c4(0x2e4)+_0x57baa0),this[_0x4086c4(0x1b2)](_0x57baa0,_0x3e8d97),_0x499212=TestFramework[_0x4086c4(0x2b4)](),logger[_0x4086c4(0x28a)]('[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists='+!!_0x499212+_0x4086c4(0x295)+_0x499212?.[_0x4086c4(0x31e)]()?.[_0x4086c4(0x2d3)]())):logger['debug'](_0x4086c4(0x1cf)+_0x499212[_0x4086c4(0x31e)]()?.['getId']()),_0x499212;}['trackJestInstance'](_0x442d10,_0x5f27df){const _0x13d166=a96_0x48a40a,_0x450ba9={};_0x450ba9[_0x13d166(0x1c2)]=_0x13d166(0x248);const _0x139d98=_0x450ba9;if(TestFramework['getTrackedInstance']()){logger[_0x13d166(0x28a)](_0x139d98[_0x13d166(0x1c2)]);return;}const _0x281df8=CLIUtils[_0x13d166(0x1fe)](),_0x1e8e8c=TrackedInstance[_0x13d166(0x210)](_0x281df8);let _0x25f7cb=null;logger[_0x13d166(0x28a)](_0x13d166(0x27b)+_0x281df8+_0x13d166(0x2ac)+_0x442d10),_0x25f7cb=new TestFrameworkInstance(_0x1e8e8c,this[_0x13d166(0x216)](),this[_0x13d166(0x273)](),_0x442d10,HookState[_0x13d166(0x23c)]),TestFramework[_0x13d166(0x1f7)](_0x1e8e8c,_0x25f7cb),logger[_0x13d166(0x28a)](_0x13d166(0x2b6)+_0x1e8e8c[_0x13d166(0x2d3)]()+',\x20target='+_0x281df8+_0x13d166(0x268)+this[_0x13d166(0x216)]()[0x0]+_0x13d166(0x298)+this[_0x13d166(0x273)]()[this[_0x13d166(0x216)]()[0x0]]);}[a96_0x48a40a(0x24d)](_0xd7f2c){const _0x2da9e3=a96_0x48a40a,_0xfe1df1={};_0xfe1df1[_0x2da9e3(0x20c)]=function(_0x2c369,_0x454e9b){return _0x2c369||_0x454e9b;},_0xfe1df1['hvClx']=_0x2da9e3(0x230);const _0x42ee67=_0xfe1df1,{testUUID:_0x78d30f,testData:_0x2342ce,testId:_0xc69636}=_0xd7f2c;if(_0x42ee67[_0x2da9e3(0x20c)](!_0x2342ce,!_0xc69636))return logger[_0x2da9e3(0x28a)](_0x42ee67[_0x2da9e3(0x1eb)]),{};const _0x620e45=this[_0x2da9e3(0x216)]()[0x0],_0x12a3cb=this[_0x2da9e3(0x273)](),_0x138083={};_0x138083[_0x2da9e3(0x231)]=0x2,_0x138083['maxArrayLength']=0x3,logger['debug']('[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20'+util['inspect'](_0x2342ce,_0x138083));const _0x4df4fe=_0x2342ce?.['scopes']||[],_0x44e61a=this['getJestTestName'](_0x2342ce),_0x23ec22=this[_0x2da9e3(0x31a)](_0x2342ce),_0x3c8070=_0x2342ce['fn']?_0x2342ce['fn']['toString']():_0x2342ce?.[_0x2da9e3(0x2a5)]?_0x2342ce[_0x2da9e3(0x2a5)]['code'][_0x2da9e3(0x300)]():null,_0x146d48=this[_0x2da9e3(0x1d1)](_0x2342ce),_0x13ab13={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x620e45,[TestFrameworkConstants[_0x2da9e3(0x29e)]]:_0x12a3cb[_0x620e45],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x2da9e3(0x206)]]:{},[TestFrameworkConstants[_0x2da9e3(0x2ba)]]:{},[TestFrameworkConstants[_0x2da9e3(0x234)]]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants[_0x2da9e3(0x26b)]]:_0x44e61a,[TestFrameworkConstants[_0x2da9e3(0x199)]]:_0x23ec22,[TestFrameworkConstants[_0x2da9e3(0x1f0)]]:_0xc69636,[TestFrameworkConstants[_0x2da9e3(0x2ae)]]:_0x44e61a,[TestFrameworkConstants[_0x2da9e3(0x303)]]:_0x23ec22,[TestFrameworkConstants[_0x2da9e3(0x276)]]:_0x3c8070,[TestFrameworkConstants[_0x2da9e3(0x2ab)]]:_0x146d48,[TestFrameworkConstants[_0x2da9e3(0x21d)]]:_0x2342ce['started_at']||new Date()[_0x2da9e3(0x1e1)](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x4df4fe[0x0]||'',[TestFrameworkConstants[_0x2da9e3(0x265)]]:_0x4df4fe,[TestFrameworkConstants[_0x2da9e3(0x1e8)]]:_0x44e61a,[TestFrameworkConstants[_0x2da9e3(0x290)]]:{},[TestFrameworkConstants['KEY_TEST_META']]:{}};_0x2342ce['retryOf']&&(_0x13ab13[TestFrameworkConstants[_0x2da9e3(0x285)]]=_0x2342ce['retryOf']);logger[_0x2da9e3(0x28a)]('[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName='+_0x44e61a+_0x2da9e3(0x23e)+_0xc69636+'\x20(testIdentifier),\x20tags='+JSON[_0x2da9e3(0x2a4)](_0x146d48)+_0x2da9e3(0x266)+util['inspect'](_0x4df4fe)+_0x2da9e3(0x1b0)+_0x23ec22);const _0x5d3eb9={};return _0x5d3eb9[_0xc69636]=_0x13ab13,_0x5d3eb9;}[a96_0x48a40a(0x308)](_0x2f464c){const _0x1b7e59=a96_0x48a40a,_0x88e613={'HoluZ':function(_0x4511d3,_0x21caf4){return _0x4511d3===_0x21caf4;},'JmwBT':'afterAll','SRsdJ':function(_0x4e3659,_0x10edcf){return _0x4e3659===_0x10edcf;},'LHrdp':_0x1b7e59(0x2f4),'McuaI':_0x1b7e59(0x1d3),'XZIBv':_0x1b7e59(0x2ef),'vMzgX':function(_0x44d910,_0x4b9050){return _0x44d910||_0x4b9050;},'yFctW':_0x1b7e59(0x291),'wxywp':function(_0x5625ec,_0x148c5a){return _0x5625ec||_0x148c5a;},'ZJlAK':_0x1b7e59(0x237),'LlBxr':function(_0x124224,_0x3f9e71){return _0x124224>_0x3f9e71;},'PbVMx':_0x1b7e59(0x260),'hCbzG':function(_0x40f65d,_0x4fb89f){return _0x40f65d===_0x4fb89f;},'XMYgb':'skip','sUBZg':_0x1b7e59(0x2e2),'zlkiQ':_0x1b7e59(0x2cd),'RoYOc':function(_0xce6e2e,_0x1077a0){return _0xce6e2e===_0x1077a0;},'IiXsh':function(_0x16fc0f,_0x3cea2b){return _0x16fc0f!==_0x3cea2b;},'aDMgL':function(_0x34e30a,_0x9edf8,_0x167f73,_0x1f6334){return _0x34e30a(_0x9edf8,_0x167f73,_0x1f6334);},'yTKcu':function(_0x158ffe,_0x52eb7f){return _0x158ffe>_0x52eb7f;},'CNUUg':_0x1b7e59(0x2a7)},{testUUID:_0x1a5c6d,testData:_0x37593d,testId:_0x1d9619}=_0x2f464c;if(_0x88e613[_0x1b7e59(0x203)](!_0x37593d,!_0x1d9619))return logger['debug'](_0x88e613['yFctW']),{};const _0x5b78e3=this[_0x1b7e59(0x1d5)](TestFrameworkState['TEST'],HookState['POST']),_0x2e1bed=_0x5b78e3[_0x1b7e59(0x192)]()[_0x1b7e59(0x26e)](_0x1d9619),_0xb3e9b7=_0x88e613[_0x1b7e59(0x244)](_0x2e1bed,{}),_0x12e7ac=_0xb3e9b7?_0xb3e9b7[TestFrameworkConstants[_0x1b7e59(0x290)]]||{}:{},_0x251405=_0xb3e9b7[TestFrameworkConstants[_0x1b7e59(0x1b3)]];logger[_0x1b7e59(0x28a)](_0x1b7e59(0x214)+(_0x251405?Object[_0x1b7e59(0x235)](_0x251405)[_0x1b7e59(0x1fc)]:0x0)+_0x1b7e59(0x198));let _0x14dbd3=_0x88e613[_0x1b7e59(0x23f)];if(_0x37593d[_0x1b7e59(0x1be)])_0x14dbd3=_0x37593d[_0x1b7e59(0x1be)];else{if(_0x37593d[_0x1b7e59(0x2bd)]&&_0x88e613[_0x1b7e59(0x1a2)](_0x37593d['errorsDetailed'][_0x1b7e59(0x1fc)],0x0))_0x14dbd3=_0x88e613['PbVMx'];else _0x88e613[_0x1b7e59(0x22b)](_0x37593d['status'],_0x88e613['XMYgb'])||_0x88e613[_0x1b7e59(0x247)](_0x37593d['status'],_0x88e613[_0x1b7e59(0x1ad)])?_0x14dbd3=_0x88e613[_0x1b7e59(0x1ad)]:_0x14dbd3=_0x88e613['zlkiQ'];}const _0x1386b6={..._0xb3e9b7,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x14dbd3,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x37593d[_0x1b7e59(0x1d9)]||new Date()[_0x1b7e59(0x1e1)](),[TestFrameworkConstants[_0x1b7e59(0x296)]]:new Date()['toISOString'](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x12e7ac,[TestFrameworkConstants[_0x1b7e59(0x22f)]]:_0xb3e9b7[TestFrameworkConstants['KEY_LOGS']]||[],[TestFrameworkConstants[_0x1b7e59(0x29b)]]:{}};if(_0x88e613['RoYOc'](_0x14dbd3,_0x88e613[_0x1b7e59(0x272)])&&_0x37593d[_0x1b7e59(0x2bd)]){const _0x372d4c=this[_0x1b7e59(0x2f2)](_0x37593d),_0x20ee90=this['getJestFailureType'](_0x37593d),_0x5dbc47=this[_0x1b7e59(0x2a9)](_0x37593d);_0x1386b6[TestFrameworkConstants[_0x1b7e59(0x22d)]]=_0x20ee90,_0x1386b6[TestFrameworkConstants[_0x1b7e59(0x1c1)]]=_0x372d4c,_0x1386b6[TestFrameworkConstants[_0x1b7e59(0x20e)]]=_0x5dbc47;}_0x88e613[_0x1b7e59(0x251)](_0x37593d[_0x1b7e59(0x2a3)],undefined)&&(_0x1386b6[TestFrameworkConstants[_0x1b7e59(0x283)]]=_0x37593d[_0x1b7e59(0x2a3)]);_0x37593d['retryOf']&&(_0x1386b6[TestFrameworkConstants[_0x1b7e59(0x285)]]=_0x37593d[_0x1b7e59(0x2e1)]);const _0x11097b=_0x2e1bed?_0x2e1bed[TestFrameworkConstants[_0x1b7e59(0x1b3)]]||{}:{},_0x39c380=_0x2e1bed?_0x2e1bed[TestFrameworkConstants[_0x1b7e59(0x245)]]:_0x1a5c6d,_0x5a0f5c=_0x88e613[_0x1b7e59(0x24b)](getManualUploadLogs,_0x11097b,_0x39c380,_0x1d9619);if(_0x88e613[_0x1b7e59(0x1a2)](_0x5a0f5c[_0x1b7e59(0x1fc)],0x0)){const _0x1fff5a=_0x1386b6[TestFrameworkConstants['KEY_LOGS']]||[];_0x1386b6[TestFrameworkConstants[_0x1b7e59(0x22f)]]=[..._0x1fff5a,..._0x5a0f5c];}const _0x5591c0=_0xb3e9b7[TestFrameworkConstants[_0x1b7e59(0x206)]]||{},_0x206124=_0xb3e9b7[TestFrameworkConstants[_0x1b7e59(0x2ba)]]||{},_0x4d0f0c={..._0x5591c0},_0x39c8e6=_0x4d0f0c;Object[_0x1b7e59(0x235)](_0x206124)['forEach'](_0x2e7c14=>{const _0xe66520=_0x1b7e59;!_0x39c8e6[_0x2e7c14]&&(_0x39c8e6[_0x2e7c14]=[]);const _0x2c832a=new Set((_0x39c8e6[_0x2e7c14]||[])['map'](_0x5432cc=>_0x5432cc[TestFrameworkConstants['KEY_HOOK_ID']]||_0x5432cc['hook_id']));(_0x206124[_0x2e7c14]||[])[_0xe66520(0x2c1)](_0x121bc5=>{const _0x3bdbe5=_0xe66520,_0x46e7e1=_0x121bc5[TestFrameworkConstants[_0x3bdbe5(0x19b)]]||_0x121bc5['hook_id'];if(!_0x2c832a['has'](_0x46e7e1)){const _0x5b035f={..._0x121bc5},_0x511f32=_0x5b035f;!_0x511f32[TestFrameworkConstants[_0x3bdbe5(0x2e3)]]&&!_0x511f32[_0x3bdbe5(0x30a)]&&(_0x511f32[TestFrameworkConstants[_0x3bdbe5(0x2e3)]]=new Date()['toISOString']()),!_0x511f32[TestFrameworkConstants[_0x3bdbe5(0x286)]]&&!_0x511f32[_0x3bdbe5(0x236)]&&(_0x511f32[TestFrameworkConstants[_0x3bdbe5(0x286)]]=TestFrameworkConstants['DEFAULT_HOOK_RESULT']),_0x39c8e6[_0x2e7c14][_0x3bdbe5(0x30d)](_0x511f32);}});});if(_0x2f464c[_0x1b7e59(0x20d)]){this['mapTestHooks'](_0x2f464c[_0x1b7e59(0x20d)]);const _0x4024c0=this['buildHookMapFromTest'](_0x2f464c['originalTest']),_0x1384a2=this[_0x1b7e59(0x279)](_0x2f464c['originalTest']);_0x1384a2[_0x1b7e59(0x2c1)](_0x4e9b9c=>{const _0xafd063=_0x1b7e59,_0x2ca1ff=_0x4024c0['get'](_0x4e9b9c);if(_0x2ca1ff&&(_0x88e613['HoluZ'](_0x2ca1ff[_0xafd063(0x194)],_0x88e613[_0xafd063(0x1cc)])||_0x88e613['SRsdJ'](_0x2ca1ff[_0xafd063(0x194)],_0x88e613['LHrdp']))){const _0x3df271=_0x2ca1ff[_0xafd063(0x194)][_0xafd063(0x1ee)]()[_0xafd063(0x2e5)](_0x88e613[_0xafd063(0x2db)],_0x88e613['XZIBv']),_0x53f547=_0x3df271;!_0x39c8e6[_0x53f547]&&(_0x39c8e6[_0x53f547]=[]);const _0x2f773e=_0x39c8e6[_0x53f547][_0xafd063(0x2b2)](_0x41366c=>(_0x41366c[TestFrameworkConstants[_0xafd063(0x19b)]]||_0x41366c[_0xafd063(0x24f)])===_0x4e9b9c);!_0x2f773e&&_0x39c8e6[_0x53f547]['push']({'key':_0x53f547,[TestFrameworkConstants[_0xafd063(0x19b)]]:_0x4e9b9c,[TestFrameworkConstants[_0xafd063(0x286)]]:TestFrameworkConstants[_0xafd063(0x2dd)],[TestFrameworkConstants[_0xafd063(0x1ec)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0xafd063(0x2e3)]]:new Date()[_0xafd063(0x1e1)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x2ca1ff[_0xafd063(0x1fb)]||_0x2ca1ff[_0xafd063(0x194)]+_0xafd063(0x2f9),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x12e7ac});}});}if(_0x37593d['hooks']&&_0x88e613['yTKcu'](_0x37593d[_0x1b7e59(0x1da)][_0x1b7e59(0x1fc)],0x0))_0x1386b6[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x37593d[_0x1b7e59(0x1da)],logger[_0x1b7e59(0x28a)](_0x88e613[_0x1b7e59(0x200)]);else _0x88e613['yTKcu'](Object[_0x1b7e59(0x235)](_0x39c8e6)[_0x1b7e59(0x1fc)],0x0)&&(_0x1386b6[TestFrameworkConstants[_0x1b7e59(0x206)]]=_0x39c8e6,logger['debug']('[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes='+Object[_0x1b7e59(0x235)](_0x39c8e6)[_0x1b7e59(0x2c7)](',')));const _0x8c5b06=this['getJestTestName'](_0x37593d);logger[_0x1b7e59(0x28a)](_0x1b7e59(0x1c7)+_0x8c5b06+_0x1b7e59(0x23e)+_0x1d9619+_0x1b7e59(0x195)+_0x14dbd3+_0x1b7e59(0x2e8)+_0x37593d[_0x1b7e59(0x2a3)]);_0x88e613[_0x1b7e59(0x217)](_0x14dbd3,_0x88e613[_0x1b7e59(0x272)])&&logger['debug'](_0x1b7e59(0x26f)+_0x1d9619+_0x1b7e59(0x1b6)+_0x1386b6[TestFrameworkConstants[_0x1b7e59(0x22d)]]+',\x20failureReason='+_0x1386b6[TestFrameworkConstants[_0x1b7e59(0x1c1)]]?.[_0x1b7e59(0x2ad)](0x0,0xc8));const _0x53a7fc={};return _0x53a7fc[_0x1d9619]=_0x1386b6,_0x53a7fc;}[a96_0x48a40a(0x284)](_0x32cb18){const _0x2767eb=a96_0x48a40a,_0x3f73cc={};_0x3f73cc['URHnr']=function(_0x19e586,_0x213709){return _0x19e586!==_0x213709;},_0x3f73cc[_0x2767eb(0x208)]=_0x2767eb(0x317);const _0x37abe8=_0x3f73cc,_0x225bf2={};_0x225bf2[_0x2767eb(0x231)]=0x2,_0x225bf2[_0x2767eb(0x1f2)]=0x3,logger[_0x2767eb(0x28a)](_0x2767eb(0x29d)+util[_0x2767eb(0x2d2)](_0x32cb18,_0x225bf2));const _0x1d52a9=[];if(_0x32cb18&&_0x32cb18[_0x2767eb(0x316)]){let _0x561137=_0x32cb18[_0x2767eb(0x316)];while(_0x561137&&_0x561137[_0x2767eb(0x1fb)]&&_0x37abe8['URHnr'](_0x561137[_0x2767eb(0x1fb)],'')&&_0x37abe8['URHnr'](_0x561137['name'],_0x37abe8[_0x2767eb(0x208)])){_0x1d52a9[_0x2767eb(0x30d)](_0x561137[_0x2767eb(0x1fb)]),_0x561137=_0x561137['parent'];}}return _0x1d52a9['reverse']();}[a96_0x48a40a(0x243)](_0x407261){const _0x42fc0b=a96_0x48a40a,_0x206666={};_0x206666[_0x42fc0b(0x310)]='Unknown\x20Test';const _0x247fd8=_0x206666;if(_0x407261[_0x42fc0b(0x1fb)])return _0x407261[_0x42fc0b(0x1fb)];if(_0x407261['title'])return _0x407261[_0x42fc0b(0x1d7)];return _0x247fd8[_0x42fc0b(0x310)];}['getJestTestTags'](_0x3931ab){const _0x8dab1=a96_0x48a40a,_0x31f4be=[];if(_0x3931ab[_0x8dab1(0x2a6)]&&Array['isArray'](_0x3931ab[_0x8dab1(0x2a6)]))return _0x3931ab['tags'][_0x8dab1(0x21f)](_0x48ebb2=>_0x48ebb2[_0x8dab1(0x2c3)]('@')?_0x48ebb2['substr'](0x1):_0x48ebb2);const _0x4fb9e=this[_0x8dab1(0x243)](_0x3931ab),_0x257944=_0x4fb9e['match'](/@(\w+)/g);if(_0x257944)return _0x257944[_0x8dab1(0x21f)](_0xa2dd7e=>_0xa2dd7e[_0x8dab1(0x1e3)](0x1));return _0x3931ab[_0x8dab1(0x246)]&&Array[_0x8dab1(0x2b1)](_0x3931ab['scopes'])&&_0x3931ab[_0x8dab1(0x246)][_0x8dab1(0x2c1)](_0x562995=>{const _0xf79db4=_0x8dab1,_0x4a0f26=_0x562995[_0xf79db4(0x25e)](/@(\w+)/g);_0x4a0f26&&_0x4a0f26[_0xf79db4(0x2c1)](_0x3a4553=>{const _0x15aa4b=_0xf79db4,_0x4d3732=_0x3a4553[_0x15aa4b(0x1e3)](0x1);!_0x31f4be[_0x15aa4b(0x259)](_0x4d3732)&&_0x31f4be[_0x15aa4b(0x30d)](_0x4d3732);});}),_0x31f4be;}['getJestTestFilePath'](_0x373544){const _0x34bbe1=a96_0x48a40a,_0x5825b6={'ylGIT':function(_0xded088,_0x34cdf3){return _0xded088(_0x34cdf3);}};if(_0x373544[_0x34bbe1(0x1af)])return _0x373544['file_name'];if(_0x373544[_0x34bbe1(0x2df)])try{const _0xc73870=stackTrace[_0x34bbe1(0x1c0)](_0x373544['asyncError']),_0x4b2123=_0x5825b6[_0x34bbe1(0x25b)](pickUserFrameFile,_0xc73870);if(_0x4b2123)return _0x4b2123;logger[_0x34bbe1(0x28a)](_0x34bbe1(0x280)+_0xc73870[_0x34bbe1(0x1fc)]+')');}catch(_0x1aba88){logger[_0x34bbe1(0x28a)](_0x34bbe1(0x1ac)+util[_0x34bbe1(0x213)](_0x1aba88));}return null;}[a96_0x48a40a(0x2f2)](_0x2bbbc5){const _0x2d97f3=a96_0x48a40a,_0x24d574={};_0x24d574['NeVQe']=function(_0x152e22,_0x32add9){return _0x152e22>_0x32add9;},_0x24d574[_0x2d97f3(0x2f3)]='Unknown\x20error';const _0x225383=_0x24d574;if(_0x2bbbc5['errorsDetailed']&&_0x225383[_0x2d97f3(0x1e4)](_0x2bbbc5[_0x2d97f3(0x2bd)]['length'],0x0))return util[_0x2d97f3(0x2d2)](_0x2bbbc5['errorsDetailed'][0x0]);if(_0x2bbbc5[_0x2d97f3(0x222)])return _0x2bbbc5[_0x2d97f3(0x222)];return _0x225383['AXhJG'];}[a96_0x48a40a(0x2dc)](_0x6bff1e){const _0x3842e8=a96_0x48a40a,_0x132616={};_0x132616[_0x3842e8(0x1ca)]='Assert',_0x132616[_0x3842e8(0x2cc)]=_0x3842e8(0x1e2),_0x132616['erDCI']=_0x3842e8(0x2e9);const _0x163abe=_0x132616,_0x5e6a66=this[_0x3842e8(0x2f2)](_0x6bff1e);if(_0x5e6a66&&_0x5e6a66[_0x3842e8(0x259)](_0x163abe[_0x3842e8(0x1ca)]))return _0x163abe[_0x3842e8(0x2cc)];return _0x163abe['erDCI'];}['getJestFailureData'](_0x3b4e07){const _0x46e2ed=a96_0x48a40a,_0x5b4e39={'bpPQk':function(_0x58a9eb,_0x1a7397){return _0x58a9eb(_0x1a7397);},'SnNlO':_0x46e2ed(0x271),'IbzVt':function(_0x452e51,_0x41a22b){return _0x452e51!==_0x41a22b;},'hQlfc':_0x46e2ed(0x262)},{failureData:_0x2b8bbc}=_0x5b4e39['bpPQk'](require,_0x5b4e39[_0x46e2ed(0x2bf)]),_0x4f1da=[];return _0x5b4e39[_0x46e2ed(0x304)](_0x3b4e07['errorsDetailed'],undefined)&&_0x4f1da[_0x46e2ed(0x30d)](_0x3b4e07[_0x46e2ed(0x2bd)],_0x5b4e39[_0x46e2ed(0x1f3)]),_0x2b8bbc[_0x46e2ed(0x2b9)](null,_0x4f1da);}async[a96_0x48a40a(0x1ce)](_0xadb52f,_0x47edd1,_0x112b46,_0x283357){const _0x50b311=a96_0x48a40a,_0x87a897={'yLyvi':_0x50b311(0x1a9),'GPGjY':function(_0x16910d){return _0x16910d();},'zNpmL':function(_0x4e690d,_0x34965b){return _0x4e690d in _0x34965b;},'eWtaI':function(_0x2e231d,_0xc2f142){return _0x2e231d in _0xc2f142;},'LSPxm':function(_0x5d9b7f,_0x2563d5){return _0x5d9b7f===_0x2563d5;},'ZBuir':function(_0x362a7d,_0x31046b){return _0x362a7d===_0x31046b;},'ELtLA':function(_0x361efb,_0x453bfe){return _0x361efb>_0x453bfe;},'TXNtj':_0x50b311(0x260),'axVUs':'passed','SdcIq':function(_0x37b629,_0x2022fc){return _0x37b629===_0x2022fc;},'yeWSB':function(_0x3bdf43,_0x31019f){return _0x3bdf43===_0x31019f;},'EhZTI':_0x50b311(0x26a),'DXozi':function(_0x21577b,_0x42b756){return _0x21577b!==_0x42b756;}},{hookData:_0x42ad23}=_0x283357,_0x280f3e=_0x112b46[_0x50b311(0x300)](),_0x543c0a=_0x47edd1['toString'](),_0x1c1cf6={};_0x1c1cf6['depth']=0x2,_0x1c1cf6[_0x50b311(0x1f2)]=0x3,logger['debug'](_0x50b311(0x25f)+_0x543c0a+_0x50b311(0x233)+_0x280f3e+_0x50b311(0x215)+util[_0x50b311(0x2d2)](_0x42ad23,_0x1c1cf6));if(!_0x42ad23)return logger['debug'](_0x87a897['yLyvi']),{};const _0x10b529=_0x42ad23['uuid']||_0x42ad23[_0x50b311(0x1a3)]||_0x87a897[_0x50b311(0x1b4)](uuidv4),_0x54fe89=_0x42ad23[_0x50b311(0x2f6)]||this[_0x50b311(0x2da)](_0x42ad23),_0x4a3f88=_0x47edd1[_0x50b311(0x300)]()[_0x50b311(0x30e)]('.')[0x1],_0x4a04c6=_0xadb52f[_0x50b311(0x192)]()['get'](_0x54fe89),_0x45d7b2=_0x4a04c6?_0x4a04c6[TestFrameworkConstants[_0x50b311(0x290)]]||{}:{};logger[_0x50b311(0x28a)](_0x50b311(0x20f)+_0x10b529+',\x20testId='+_0x54fe89+_0x50b311(0x2c6)+_0x4a3f88+_0x50b311(0x233)+_0x280f3e);if(!_0x4a04c6)return logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20'+_0x54fe89+',\x20storing\x20as\x20pending\x20hook'),this[_0x50b311(0x319)](_0xadb52f,_0x54fe89,_0x47edd1,_0x112b46,_0x283357),{};let _0x2e6670=_0x4a04c6[TestFrameworkConstants[_0x50b311(0x2ba)]];!_0x2e6670&&(_0x2e6670={});!_0x87a897[_0x50b311(0x2a0)](_0x4a3f88,_0x2e6670)&&(_0x2e6670[_0x4a3f88]=[]);let _0x36ff5e=_0x4a04c6[TestFrameworkConstants[_0x50b311(0x206)]];!_0x36ff5e&&(_0x36ff5e={});!_0x87a897[_0x50b311(0x1e7)](_0x4a3f88,_0x36ff5e)&&(_0x36ff5e[_0x4a3f88]=[]);const _0x295cc5={[_0x54fe89]:{[TestFrameworkConstants[_0x50b311(0x2ba)]]:_0x2e6670,[TestFrameworkConstants[_0x50b311(0x206)]]:_0x36ff5e,[TestFrameworkConstants[_0x50b311(0x1ef)]]:this[_0x50b311(0x216)]()[0x0]||'',[TestFrameworkConstants[_0x50b311(0x29e)]]:this['getTestFrameworksVersions']()[this[_0x50b311(0x216)]()[0x0]]||''}};if(_0x87a897[_0x50b311(0x31b)](_0x112b46,HookState[_0x50b311(0x1b7)])){const _0x51367d={'key':_0x4a3f88,[TestFrameworkConstants[_0x50b311(0x19b)]]:_0x10b529,[TestFrameworkConstants[_0x50b311(0x286)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x50b311(0x1ec)]]:_0x42ad23[_0x50b311(0x196)]||new Date()[_0x50b311(0x1e1)](),[TestFrameworkConstants[_0x50b311(0x226)]]:[],[TestFrameworkConstants[_0x50b311(0x2bb)]]:_0x42ad23['name']||_0x42ad23[_0x50b311(0x1a1)]||_0x4a3f88,[TestFrameworkConstants[_0x50b311(0x290)]]:_0x45d7b2};_0x2e6670[_0x4a3f88]['push'](_0x51367d),_0x295cc5[_0x54fe89][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0x4a3f88;const _0x5054a3={};_0x5054a3['depth']=0x2,logger[_0x50b311(0x28a)](_0x50b311(0x1d4)+_0x4a3f88+',\x20hookId='+_0x10b529+',\x20testId='+_0x54fe89+',\x20hook='+util[_0x50b311(0x2d2)](_0x51367d,_0x5054a3));}else{if(_0x87a897[_0x50b311(0x1c9)](_0x112b46,HookState[_0x50b311(0x26c)])){const _0x294a0a=_0x42ad23[_0x50b311(0x1be)]||(_0x42ad23[_0x50b311(0x2bd)]&&_0x87a897[_0x50b311(0x2af)](_0x42ad23[_0x50b311(0x2bd)][_0x50b311(0x1fc)],0x0)?_0x87a897['TXNtj']:_0x87a897['axVUs']),_0x21d7f3=_0x2e6670[_0x4a3f88]||[];logger[_0x50b311(0x28a)](_0x50b311(0x21a)+_0x4a3f88+_0x50b311(0x23e)+_0x54fe89+_0x50b311(0x2aa)+_0x294a0a+_0x50b311(0x2c4)+_0x21d7f3[_0x50b311(0x1fc)]);if(_0x87a897['SdcIq'](_0x21d7f3[_0x50b311(0x1fc)],0x0)&&_0x87a897[_0x50b311(0x1bb)](_0x47edd1,TestFrameworkState[_0x50b311(0x2fe)]))return logger[_0x50b311(0x28a)](_0x87a897['EhZTI']),this[_0x50b311(0x319)](_0xadb52f,_0x54fe89,_0x47edd1,_0x112b46,_0x283357),{};if(_0x87a897[_0x50b311(0x2af)](_0x21d7f3[_0x50b311(0x1fc)],0x0)){const _0x3bea03=_0x21d7f3[_0x50b311(0x2fc)]();_0x87a897['LSPxm'](_0x294a0a,_0x87a897[_0x50b311(0x309)])&&_0x42ad23[_0x50b311(0x2bd)]?(_0x3bea03[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this[_0x50b311(0x2dc)](_0x42ad23),_0x3bea03[TestFrameworkConstants[_0x50b311(0x193)]]=this[_0x50b311(0x2f2)](_0x42ad23),_0x3bea03[TestFrameworkConstants[_0x50b311(0x2d8)]]=this['getJestFailureData'](_0x42ad23),logger[_0x50b311(0x28a)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType='+_0x4a3f88+_0x50b311(0x1b6)+_0x3bea03[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]+_0x50b311(0x1d2)+_0x3bea03[TestFrameworkConstants[_0x50b311(0x193)]]?.[_0x50b311(0x2ad)](0x0,0xc8))):_0x3bea03[TestFrameworkConstants[_0x50b311(0x286)]]=_0x87a897[_0x50b311(0x23d)];_0x87a897[_0x50b311(0x1f9)](_0x294a0a,TestFrameworkConstants[_0x50b311(0x2dd)])&&(_0x3bea03[TestFrameworkConstants[_0x50b311(0x286)]]=_0x294a0a);_0x3bea03[TestFrameworkConstants[_0x50b311(0x2e3)]]=_0x42ad23[_0x50b311(0x1d9)]||new Date()[_0x50b311(0x1e1)](),_0x3bea03[TestFrameworkConstants[_0x50b311(0x290)]]=_0x45d7b2;const _0x115a5b=_0x3bea03[TestFrameworkConstants[_0x50b311(0x19b)]];!_0x36ff5e[_0x4a3f88]&&(_0x36ff5e[_0x4a3f88]=[]);_0x36ff5e[_0x4a3f88]['push'](_0x3bea03),_0x295cc5[_0x54fe89][TestFrameworkConstants[_0x50b311(0x23a)]]=_0x4a3f88;const _0x1c4882={};_0x1c4882['depth']=0x2,logger[_0x50b311(0x28a)](_0x50b311(0x2b7)+_0x4a3f88+_0x50b311(0x2f0)+_0x115a5b+_0x50b311(0x2aa)+_0x294a0a+_0x50b311(0x31c)+util[_0x50b311(0x2d2)](_0x3bea03,_0x1c4882));}}}return _0x295cc5;}['createTestFrameworkEventPayload'](_0x496287){const _0x99fb03=a96_0x48a40a,_0xd549c6={};_0xd549c6[_0x99fb03(0x256)]='base64';const _0x5de6b4=_0xd549c6;try{const _0x66f51a=_0x496287[_0x99fb03(0x262)]?this[_0x99fb03(0x2da)](_0x496287['test']):_0x496287['hookData'][_0x99fb03(0x2f6)],_0xf3767e=_0x496287[_0x99fb03(0x28c)],_0x33a6c0=_0xf3767e['getContext'](),_0x3f6647=_0xf3767e[_0x99fb03(0x192)]()[_0x99fb03(0x26e)](_0x66f51a);if(!_0x3f6647)return logger['debug'](_0x99fb03(0x225)+_0x66f51a),{};const {[TestFrameworkConstants[_0x99fb03(0x1ef)]]:_0x2ccde3=this[_0x99fb03(0x216)]()[0x0]||'',[TestFrameworkConstants[_0x99fb03(0x29e)]]:_0x5af664=this['getTestFrameworksVersions']()[this[_0x99fb03(0x216)]()[0x0]]||'',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x1494a3='',[TestFrameworkConstants[_0x99fb03(0x2fa)]]:_0x47bc30=''}=_0x3f6647,_0x55998c=_0xf3767e[_0x99fb03(0x28b)]()[_0x99fb03(0x300)]()[_0x99fb03(0x30e)]('.')[0x1],_0x389bed=_0xf3767e['getCurrentHookState']()[_0x99fb03(0x300)]()[_0x99fb03(0x30e)]('.')[0x1],_0x5d9543=global?.[_0x99fb03(0x232)]?.[_0x99fb03(0x1b9)]?.[_0x99fb03(0x27f)]||global[_0x99fb03(0x1df)]||0x0,_0x5dfa17=_0xf3767e[_0x99fb03(0x288)](),_0x58bc32=Buffer['from'](JSON[_0x99fb03(0x2a4)](_0x3f6647))['toString'](_0x5de6b4['ZONOU']),_0x20d9ac={'hash':_0x33a6c0[_0x99fb03(0x2d3)](),'threadId':_0x33a6c0['getThreadId']()[_0x99fb03(0x300)](),'processId':_0x33a6c0[_0x99fb03(0x270)]()[_0x99fb03(0x300)]()},_0x409305={};_0x409305[_0x99fb03(0x1ea)]=_0x5d9543,_0x409305[_0x99fb03(0x2b3)]=_0x2ccde3,_0x409305[_0x99fb03(0x29a)]=_0x5af664,_0x409305['testFrameworkState']=_0x55998c,_0x409305['hookState']=_0x389bed,_0x409305['startedAt']=_0x1494a3,_0x409305[_0x99fb03(0x264)]=_0x47bc30,_0x409305[_0x99fb03(0x218)]=_0x5dfa17,_0x409305[_0x99fb03(0x312)]=_0x58bc32,_0x409305[_0x99fb03(0x24e)]=_0x20d9ac,_0x409305[_0x99fb03(0x2be)]=_0x66f51a;const _0x21de9c=_0x409305;return _0x21de9c;}catch(_0x27b103){return logger[_0x99fb03(0x2c2)](_0x99fb03(0x1e9)+util[_0x99fb03(0x213)](_0x27b103)),{};}}async[a96_0x48a40a(0x22c)](_0x36dad9,_0x34ed76,_0xb80f1b){const _0x4ea1e5=a96_0x48a40a,_0x26e393={'rTjoy':function(_0x3037e7,_0x68aad8){return _0x3037e7+_0x68aad8;},'BofCm':_0x4ea1e5(0x30c),'cJNae':_0x4ea1e5(0x1a6),'IeKLw':function(_0x525570,_0x4f03e2){return _0x525570>_0x4f03e2;},'IFQOo':function(_0x1336e6,_0x48d9ca,_0x449a0e,_0x535bfd){return _0x1336e6(_0x48d9ca,_0x449a0e,_0x535bfd);},'UqXPy':function(_0x500012,_0x405eb2){return _0x500012-_0x405eb2;},'toZVT':function(_0x472c7c,_0x35e018){return _0x472c7c===_0x35e018;},'WdTaq':function(_0x442ba2,_0x4d4c93){return _0x442ba2/_0x4d4c93;},'Khvao':function(_0x2dc426,_0x444026){return _0x2dc426<_0x444026;},'PmcqP':function(_0x371ace,_0x58adc8){return _0x371ace*_0x58adc8;},'KIwKU':function(_0x405326,_0x5b73bd){return _0x405326+_0x5b73bd;},'CysAk':function(_0x1d4df8,_0x8ae809){return _0x1d4df8>_0x8ae809;}};try{const _0x4f77ab=_0xb80f1b['testUUID']||_0xb80f1b[_0x4ea1e5(0x311)],_0x56818f=Array['from'](_0x36dad9['getAllData']()[_0x4ea1e5(0x235)]()),_0x263368=_0x36dad9[_0x4ea1e5(0x192)]()[_0x4ea1e5(0x26e)](_0x4f77ab);if(!_0x263368){logger['debug'](_0x4ea1e5(0x294)+_0x4f77ab);return;}const {[TestFrameworkConstants[_0x4ea1e5(0x1ef)]]:_0x46ea15='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x365b24=''}=_0x263368;let _0x2d00cf=[];_0x263368&&_0x263368[TestFrameworkConstants['KEY_LOGS']]&&Array['isArray'](_0x263368[TestFrameworkConstants[_0x4ea1e5(0x22f)]])?(_0x2d00cf=_0x263368[TestFrameworkConstants[_0x4ea1e5(0x22f)]]||[],logger['debug'](_0x4ea1e5(0x2f5)+_0x2d00cf[_0x4ea1e5(0x1fc)]+_0x4ea1e5(0x281)+_0x4f77ab),_0x36dad9[_0x4ea1e5(0x202)]({[_0x4f77ab]:{[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x4ea1e5(0x216)]()[0x0]||'',[TestFrameworkConstants[_0x4ea1e5(0x29e)]]:this[_0x4ea1e5(0x273)]()[this[_0x4ea1e5(0x216)]()[0x0]]||''}}),logger['debug'](_0x4ea1e5(0x287)+_0x4f77ab)):logger[_0x4ea1e5(0x28a)](_0x4ea1e5(0x1bd)+_0x4f77ab);logger['debug'](_0x4ea1e5(0x2c5)+_0x2d00cf[_0x4ea1e5(0x1fc)]+'\x20for\x20testId:\x20'+_0x4f77ab);const _0x169360=_0x2d00cf['filter'](_0x158691=>_0x158691['kind']===_0x4ea1e5(0x315));_0x26e393['IeKLw'](_0x169360[_0x4ea1e5(0x1fc)],0x0)&&(logger[_0x4ea1e5(0x28a)](_0x4ea1e5(0x282)+_0x169360[_0x4ea1e5(0x1fc)]+_0x4ea1e5(0x314)+_0x4f77ab),_0x169360[_0x4ea1e5(0x2c1)]((_0x558c23,_0x340835)=>{const _0x2b2464=_0x4ea1e5;logger[_0x2b2464(0x28a)](_0x2b2464(0x2c9)+_0x26e393[_0x2b2464(0x224)](_0x340835,0x1)+'/'+_0x169360[_0x2b2464(0x1fc)]+_0x2b2464(0x278)+(_0x558c23['test_identifier']||_0x26e393[_0x2b2464(0x263)])+',\x20test_run_uuid='+(_0x558c23[_0x2b2464(0x2b5)]||_0x26e393[_0x2b2464(0x263)])+',\x20hook_run_uuid='+(_0x558c23['hook_run_uuid']||_0x26e393[_0x2b2464(0x209)])+_0x2b2464(0x289)+(_0x558c23[_0x2b2464(0x27c)]?.['length']||0x0));}));const _0x4fa941=_0x263368[TestFrameworkConstants[_0x4ea1e5(0x1b3)]]||{},_0x352cc2=_0x26e393[_0x4ea1e5(0x267)](getMediaArtifactsLogs,_0x4fa941,null,_0x4f77ab),_0x425165=(_0x2d00cf||[])['concat'](_0x352cc2||[]),_0x526fbb=_0x169360?.['length']||0x0,_0x44f2ec=_0x26e393[_0x4ea1e5(0x297)](_0x2d00cf?.[_0x4ea1e5(0x1fc)]||0x0,_0x526fbb);logger[_0x4ea1e5(0x28a)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20'+_0x4f77ab+_0x4ea1e5(0x2d1)+_0x44f2ec+_0x4ea1e5(0x20a)+_0x526fbb+_0x4ea1e5(0x2ed)+(_0x352cc2?.[_0x4ea1e5(0x1fc)]||0x0)+_0x4ea1e5(0x19d)+_0x425165['length']);if(!_0x425165||_0x26e393[_0x4ea1e5(0x1b8)](_0x425165[_0x4ea1e5(0x1fc)],0x0)){logger[_0x4ea1e5(0x28a)](_0x4ea1e5(0x2bc)+_0x4f77ab);return;}const _0x3ab7cf=0x28,_0x4c8fa7=Math['ceil'](_0x26e393[_0x4ea1e5(0x238)](_0x425165[_0x4ea1e5(0x1fc)],_0x3ab7cf));for(let _0x45eead=0x0;_0x26e393[_0x4ea1e5(0x19e)](_0x45eead,_0x4c8fa7);_0x45eead++){const _0x59af0e=_0x26e393[_0x4ea1e5(0x221)](_0x45eead,_0x3ab7cf),_0x47a65e=_0x26e393[_0x4ea1e5(0x224)](_0x59af0e,_0x3ab7cf),_0x2622a3=_0x425165[_0x4ea1e5(0x1e3)](_0x59af0e,_0x47a65e),_0x4b741e=global?.[_0x4ea1e5(0x1c3)]??0x0,_0x16cf93={'platformIndex':_0x4b741e,'logs':_0x2622a3,'testFrameworkName':_0x46ea15,'testFrameworkVersion':_0x365b24,'testFrameworkState':_0x34ed76[_0x4ea1e5(0x300)]()[_0x4ea1e5(0x30e)]('.')[0x1]},_0x2054fb={};_0x2054fb[_0x4ea1e5(0x231)]=0x3,_0x2054fb[_0x4ea1e5(0x1f2)]=0x5,logger[_0x4ea1e5(0x28a)](_0x4ea1e5(0x1d8)+_0x26e393[_0x4ea1e5(0x227)](_0x45eead,0x1)+'/'+_0x4c8fa7+_0x4ea1e5(0x2de)+_0x4f77ab+_0x4ea1e5(0x1ba)+_0x2622a3[_0x4ea1e5(0x1fc)]+_0x4ea1e5(0x25c)+_0x4b741e+_0x4ea1e5(0x28e)+util[_0x4ea1e5(0x2d2)](_0x16cf93,_0x2054fb));const _0x72d0a4=await GrpcClient[_0x4ea1e5(0x253)]()[_0x4ea1e5(0x1d0)](_0x16cf93);logger[_0x4ea1e5(0x28a)](_0x4ea1e5(0x1d8)+_0x26e393['rTjoy'](_0x45eead,0x1)+'/'+_0x4c8fa7+_0x4ea1e5(0x2de)+_0x4f77ab+',\x20response='+util['inspect'](_0x72d0a4));}_0x352cc2&&_0x26e393[_0x4ea1e5(0x301)](_0x352cc2[_0x4ea1e5(0x1fc)],0x0)&&_0x263368[TestFrameworkConstants[_0x4ea1e5(0x1b3)]]&&_0x36dad9['addMultipleEntries']({[_0x4f77ab]:{[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{},[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x4ea1e5(0x216)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x4ea1e5(0x273)]()[this[_0x4ea1e5(0x216)]()[0x0]]||''}}),logger[_0x4ea1e5(0x28a)](_0x4ea1e5(0x1e5)+_0x4f77ab+',\x20totalBatches:\x20'+_0x4c8fa7);}catch(_0x192306){logger['error'](_0x4ea1e5(0x2ca)+(_0xb80f1b[_0x4ea1e5(0x27e)]||_0xb80f1b[_0x4ea1e5(0x311)])+_0x4ea1e5(0x19a)+util[_0x4ea1e5(0x213)](_0x192306));}}['storePendingHook'](_0x28af90,_0x45abda,_0x5ca7a2,_0x1a95c1,_0x3caad5){const _0x3d95e0=a96_0x48a40a,_0x117bc7={};_0x117bc7['gJVwd']=function(_0x303b1f,_0x53edc7){return _0x303b1f===_0x53edc7;},_0x117bc7[_0x3d95e0(0x1c4)]=_0x3d95e0(0x2f4);const _0x12a879=_0x117bc7,{hookData:_0x434070}=_0x3caad5,_0x408da0={'testId':_0x45abda,'testFrameworkState':_0x5ca7a2,'hookState':_0x1a95c1,'args':_0x3caad5,'timestamp':new Date()['toISOString']()};if(_0x12a879[_0x3d95e0(0x269)](_0x5ca7a2,TestFrameworkState['BEFORE_ALL'])&&_0x434070){const _0x2cea5e={};_0x2cea5e[_0x3d95e0(0x228)]=_0x434070['file_name']||_0x434070[_0x3d95e0(0x2eb)],_0x2cea5e[_0x3d95e0(0x2ce)]=_0x434070[_0x3d95e0(0x2ce)]||_0x434070[_0x3d95e0(0x246)]&&_0x434070[_0x3d95e0(0x246)][0x0]||'',_0x2cea5e['hookType']=_0x12a879[_0x3d95e0(0x1c4)],_0x408da0[_0x3d95e0(0x2d4)]=_0x2cea5e,logger['debug'](_0x3d95e0(0x30b)+_0x45abda+_0x3d95e0(0x207)+_0x408da0[_0x3d95e0(0x2d4)][_0x3d95e0(0x228)]+_0x3d95e0(0x2d5)+_0x408da0[_0x3d95e0(0x2d4)][_0x3d95e0(0x2ce)]);}_0x28af90[_0x3d95e0(0x1d6)](_0x45abda,_0x408da0),logger['debug'](_0x3d95e0(0x24c)+_0x45abda+_0x3d95e0(0x19f)+_0x5ca7a2+_0x3d95e0(0x2e0)+_0x1a95c1);}async[a96_0x48a40a(0x30f)](_0x27e9ae,_0x24e538){const _0x2c76ab=a96_0x48a40a,_0x1a478b={};_0x1a478b[_0x2c76ab(0x29f)]=function(_0x62b19f,_0x525441){return _0x62b19f>_0x525441;},_0x1a478b['iFAwi']=function(_0x3f00bb,_0x50af02){return _0x3f00bb===_0x50af02;},_0x1a478b[_0x2c76ab(0x28f)]=function(_0x40c37b,_0x586365){return _0x40c37b===_0x586365;},_0x1a478b['iepko']=function(_0x5c8f4c,_0x51bc22){return _0x5c8f4c>_0x51bc22;},_0x1a478b[_0x2c76ab(0x28d)]=function(_0x2f7d6c,_0x2f001a){return _0x2f7d6c===_0x2f001a;},_0x1a478b[_0x2c76ab(0x29c)]=_0x2c76ab(0x22e);const _0x475bc3=_0x1a478b;if(_0x27e9ae[_0x2c76ab(0x2a2)](_0x24e538)){const _0x3edf7f=_0x27e9ae[_0x2c76ab(0x2a8)](_0x24e538);logger['debug'](_0x2c76ab(0x1cb)+_0x3edf7f[_0x2c76ab(0x1fc)]+_0x2c76ab(0x250)+_0x24e538);for(const _0x47acad of _0x3edf7f){try{const _0x419262=await this['trackHookEvent'](_0x27e9ae,_0x47acad['testFrameworkState'],_0x47acad[_0x2c76ab(0x1db)],_0x47acad[_0x2c76ab(0x197)]);_0x419262&&_0x475bc3[_0x2c76ab(0x29f)](Object[_0x2c76ab(0x235)](_0x419262)['length'],0x0)&&_0x27e9ae['addMultipleEntries'](_0x419262),await this[_0x2c76ab(0x1a7)](_0x27e9ae,_0x47acad[_0x2c76ab(0x20b)],_0x47acad[_0x2c76ab(0x1db)],_0x47acad[_0x2c76ab(0x197)]);}catch(_0x740b24){logger[_0x2c76ab(0x2c2)](_0x2c76ab(0x277)+_0x24e538+_0x2c76ab(0x19a)+_0x740b24);}}_0x27e9ae[_0x2c76ab(0x239)](_0x24e538),logger[_0x2c76ab(0x28a)](_0x2c76ab(0x205)+_0x24e538);}const _0x31c71d=_0x27e9ae[_0x2c76ab(0x192)]()[_0x2c76ab(0x26e)](_0x24e538);if(_0x31c71d){const _0xe51542=_0x31c71d[TestFrameworkConstants[_0x2c76ab(0x199)]]||_0x31c71d[TestFrameworkConstants[_0x2c76ab(0x303)]],_0x2644e2=_0x31c71d[TestFrameworkConstants[_0x2c76ab(0x257)]]||_0x31c71d[TestFrameworkConstants[_0x2c76ab(0x265)]]&&_0x31c71d[TestFrameworkConstants[_0x2c76ab(0x265)]][0x0]||'';logger[_0x2c76ab(0x28a)]('[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20'+_0xe51542+_0x2c76ab(0x2d5)+_0x2644e2);const _0x4dea88=_0x27e9ae[_0x2c76ab(0x274)]();for(const _0x535beb of _0x4dea88){if(_0x475bc3[_0x2c76ab(0x21b)](_0x535beb,_0x24e538))continue;if(_0x27e9ae['hasPendingHooks'](_0x535beb)){const _0x4e4825=_0x27e9ae['getPendingHooks'](_0x535beb);for(const _0x2b9152 of _0x4e4825){if(_0x475bc3[_0x2c76ab(0x21b)](_0x2b9152[_0x2c76ab(0x20b)],TestFrameworkState[_0x2c76ab(0x2fe)])&&_0x2b9152[_0x2c76ab(0x2d4)]){const _0x1b8048=_0x2b9152[_0x2c76ab(0x2d4)][_0x2c76ab(0x228)],_0x326eae=_0x2b9152[_0x2c76ab(0x2d4)][_0x2c76ab(0x2ce)];if(_0x475bc3['WISIB'](_0x1b8048,_0xe51542)&&_0x475bc3[_0x2c76ab(0x28f)](_0x326eae,_0x2644e2)){logger[_0x2c76ab(0x28a)](_0x2c76ab(0x2cb)+_0x535beb+_0x2c76ab(0x292)+_0x24e538+_0x2c76ab(0x207)+_0x1b8048+_0x2c76ab(0x2d5)+_0x326eae);_0x2b9152['args']&&_0x2b9152[_0x2c76ab(0x197)][_0x2c76ab(0x1dd)]&&(_0x2b9152[_0x2c76ab(0x197)]['hookData'][_0x2c76ab(0x2f6)]=_0x24e538,logger[_0x2c76ab(0x28a)]('[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20'+_0x535beb+_0x2c76ab(0x1c5)+_0x24e538));try{const _0xb018c=await this['trackHookEvent'](_0x27e9ae,_0x2b9152[_0x2c76ab(0x20b)],_0x2b9152[_0x2c76ab(0x1db)],_0x2b9152[_0x2c76ab(0x197)]);_0xb018c&&_0x475bc3['iepko'](Object[_0x2c76ab(0x235)](_0xb018c)[_0x2c76ab(0x1fc)],0x0)&&_0x27e9ae['addMultipleEntries'](_0xb018c);await this[_0x2c76ab(0x1a7)](_0x27e9ae,_0x2b9152[_0x2c76ab(0x20b)],_0x2b9152[_0x2c76ab(0x1db)],_0x2b9152[_0x2c76ab(0x197)]);const _0x200111=_0x27e9ae[_0x2c76ab(0x2a8)](_0x535beb)['filter'](_0x12c166=>_0x12c166!==_0x2b9152);if(_0x475bc3[_0x2c76ab(0x28d)](_0x200111['length'],0x0))_0x27e9ae['removePendingHooks'](_0x535beb);else{_0x27e9ae[_0x2c76ab(0x239)](_0x535beb);for(const _0x4e1c1f of _0x200111){_0x27e9ae[_0x2c76ab(0x1d6)](_0x535beb,_0x4e1c1f);}}logger[_0x2c76ab(0x28a)](_0x475bc3[_0x2c76ab(0x29c)]);}catch(_0x38ca21){logger[_0x2c76ab(0x2c2)](_0x2c76ab(0x258)+_0x24e538+_0x2c76ab(0x19a)+_0x38ca21);}}}}}}}}[a96_0x48a40a(0x229)](_0x289787){const _0x54a6e8=a96_0x48a40a,_0x34b2d7={'VtUOY':function(_0x505cfd){return _0x505cfd();}};if(!_0x289787||!_0x289787[_0x54a6e8(0x316)])return;_0x289787[_0x54a6e8(0x316)]['hooks']&&Array[_0x54a6e8(0x2b1)](_0x289787[_0x54a6e8(0x316)][_0x54a6e8(0x1da)])&&_0x289787['parent']['hooks']['forEach'](_0x2338f1=>{const _0x593fec=_0x54a6e8;!_0x2338f1['hookAnalyticsId']&&!_0x2338f1[_0x593fec(0x25d)]&&(_0x2338f1['hookAnalyticsId']=_0x34b2d7[_0x593fec(0x252)](uuidv4),_0x2338f1['hookUUID']=_0x2338f1['hookAnalyticsId'],logger[_0x593fec(0x28a)](_0x593fec(0x2fd)+_0x2338f1[_0x593fec(0x194)]+_0x593fec(0x2ea)+_0x2338f1[_0x593fec(0x1a3)]));}),this[_0x54a6e8(0x229)](_0x289787[_0x54a6e8(0x316)]);}[a96_0x48a40a(0x279)](_0x2736bf){const _0x4367a8=a96_0x48a40a,_0x113566={'DioIn':function(_0x809a49,_0x412cd8){return _0x809a49(_0x412cd8);}};if(!_0x2736bf||!_0x2736bf[_0x4367a8(0x316)])return[];const _0x7a5c65=[];return _0x2736bf['parent'][_0x4367a8(0x1da)]&&Array[_0x4367a8(0x2b1)](_0x2736bf[_0x4367a8(0x316)][_0x4367a8(0x1da)])&&_0x2736bf['parent'][_0x4367a8(0x1da)][_0x4367a8(0x2c1)](_0xb7fb08=>{const _0x435b87=_0x4367a8,_0x43825a=_0xb7fb08[_0x435b87(0x1a3)]||_0xb7fb08[_0x435b87(0x25d)];_0x43825a&&!this[_0x435b87(0x1e6)](_0xb7fb08)&&!_0x113566[_0x435b87(0x21e)](isInternalHook,_0xb7fb08['fn'])&&_0x7a5c65[_0x435b87(0x30d)](_0x43825a);}),[..._0x7a5c65,...this['getHooksForTest'](_0x2736bf[_0x4367a8(0x316)])];}[a96_0x48a40a(0x1cd)](_0x1f6284){const _0x4044e1={'TYmvo':function(_0x3afce9,_0x402e15){return _0x3afce9(_0x402e15);},'BCBGi':'unknown'},_0x2c0253=new Map(),_0x1f0618=_0x4b2ad4=>{const _0x1f5276=a96_0x5e5f,_0x25a5b7={'KXnAn':function(_0x33d78e,_0x51dcb4){const _0x559bd6=a96_0x5e5f;return _0x4044e1[_0x559bd6(0x318)](_0x33d78e,_0x51dcb4);},'aWoJG':_0x4044e1['BCBGi']};if(!_0x4b2ad4||!_0x4b2ad4[_0x1f5276(0x316)])return;_0x4b2ad4['parent']['hooks']&&Array[_0x1f5276(0x2b1)](_0x4b2ad4[_0x1f5276(0x316)][_0x1f5276(0x1da)])&&_0x4b2ad4[_0x1f5276(0x316)][_0x1f5276(0x1da)][_0x1f5276(0x2c1)](_0x41f65e=>{const _0x5aaf98=_0x1f5276,_0x55f4fc=_0x41f65e[_0x5aaf98(0x1a3)]||_0x41f65e[_0x5aaf98(0x25d)];if(_0x55f4fc&&!this['isJestInternalHook'](_0x41f65e)&&!_0x25a5b7[_0x5aaf98(0x302)](isInternalHook,_0x41f65e['fn'])){const _0x5c9dea={};_0x5c9dea['type']=_0x41f65e[_0x5aaf98(0x194)]||_0x25a5b7['aWoJG'],_0x5c9dea[_0x5aaf98(0x1fb)]=_0x41f65e[_0x5aaf98(0x1fb)]||'\x22'+_0x41f65e[_0x5aaf98(0x194)]+'\x22\x20hook',_0x2c0253['set'](_0x55f4fc,_0x5c9dea);}}),_0x4044e1[_0x1f5276(0x318)](_0x1f0618,_0x4b2ad4[_0x1f5276(0x316)]);};return _0x4044e1['TYmvo'](_0x1f0618,_0x1f6284),_0x2c0253;}[a96_0x48a40a(0x1e6)](_0x42f5a9){const _0x2e970a=a96_0x48a40a,_0x1ab188={};_0x1ab188['zMgYd']=_0x2e970a(0x1ff),_0x1ab188[_0x2e970a(0x254)]=_0x2e970a(0x2b8);const _0x51d278=_0x1ab188;try{const _0x40fb27=this['getRootParentFile'](_0x42f5a9);if(!_0x40fb27||_0x40fb27[_0x2e970a(0x259)](_0x51d278['zMgYd']))return!![];return![];}catch(_0x3861e7){logger[_0x2e970a(0x28a)](_0x51d278[_0x2e970a(0x254)]);}return![];}[a96_0x48a40a(0x1f4)](_0x560b58){const _0x4f0bff=a96_0x48a40a,_0x40f0aa={'zWYSs':function(_0xaa3a27,_0x469ba3){return _0xaa3a27(_0x469ba3);}};if(_0x560b58[_0x4f0bff(0x261)])return _0x560b58[_0x4f0bff(0x261)];if(_0x560b58['asyncError'])try{const _0x3b7862=stackTrace[_0x4f0bff(0x1c0)](_0x560b58[_0x4f0bff(0x2df)]),_0x404372=_0x40f0aa[_0x4f0bff(0x299)](pickUserFrameFile,_0x3b7862);if(_0x404372)return _0x404372;logger[_0x4f0bff(0x28a)](_0x4f0bff(0x2c0)+_0x3b7862[_0x4f0bff(0x1fc)]+')');}catch(_0x101097){logger[_0x4f0bff(0x28a)](_0x4f0bff(0x2fb)+util[_0x4f0bff(0x213)](_0x101097));}return null;}}module['exports']=JestTestFramework;
1
+ function a96_0x3de3(_0xb17ef4,_0x5084ff){const _0x17ca7f=a96_0x17ca();return a96_0x3de3=function(_0x3de389,_0x41fa42){_0x3de389=_0x3de389-0x111;let _0x307a24=_0x17ca7f[_0x3de389];return _0x307a24;},a96_0x3de3(_0xb17ef4,_0x5084ff);}const a96_0x402f3c=a96_0x3de3;function a96_0x17ca(){const _0x5a64ee=['test','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','getJestFailureReason','pzrqC',',\x20filePath=','KEY_TEST_ID','rUpNV','substr','DEFAULT_HOOK_RESULT','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','parent','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','KEY_TEST_FILE_PATH','KEY_TEST_RERUN_NAME','KEY_HOOK_ID','toString','oELaS','hook_type','test_identifier','getRef','WTzIi','../grpcClient','map','pGUBC','SfGJE','__workerDetails','ftOjb','18756aJsbJm','XHxQi','PRE','BiWMo','../instances/trackedInstance.js','match','Unknown\x20error','warn','getCurrentInstanceName','lytvo','56tXaULB','../instances/testFrameworkInstance.js','OMsWB','KEY_HOOK_RESULT','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','stack-trace','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20',',\x20consoleLogs:\x20','getHooksForTest','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','name','isArray','none','getId',',\x20argsKeys=','result','getPendingHooks','endedAt','getRootParentFile','get','maxArrayLength',',\x20testId=','__bstackPlatformIndex','getJestTestName','huRlX','getTrackedInstance','ArsNj','lgpCj',',\x20exception=','rICnJ','base64','status','pop','\x20for\x20testId:\x20','NbraW','slice','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','buildHookMapFromTest','errorsDetailed','retryOf','KEY_TEST_META','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','hook_id','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=',',\x20hooksListLength=','depth','XRRyx',',\x20contextId=','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','forEach','GuqXZ',',\x20result=','../TestInfo.js','scopes','hqLJs','KEY_TEST_SCOPES',',\x20hook_run_uuid=','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','getJestTestIdentifier','startsWith','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','setActiveHook',',\x20duration=',',\x20totalBatches:\x20','\x20pending\x20hooks\x20for\x20testId:\x20','KEY_TEST_LOCATION',',\x20totalHooks=','getCurrentTestState',',\x20testFramework=','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','EGYuo','Assert','KEY_TEST_STARTED_AT',',\x20state:\x20','delete','format','KEY_HOOKS_FINISHED','tags','kRUwh','KEY_HOOK_LOGS','KEY_EVENT_STARTED_AT','skipped','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','406092ijHUTY','CYocJ','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','removePendingHooks','instance','FbLwj','KEY_CUSTOM_TAGS','\x20(testIdentifier)','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','resolveInstance','efNnm','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=',',\x20remainingHooks=','135730oapqIO','ImtLU','addPendingHook','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','VsSjI','JfXsY','event_ended_at','trackHookEvent','gurPn','Error\x20in\x20createTestFrameworkEventPayload:\x20','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','set','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','aTIHV','runHooks','FVbZZ','trackJestInstance','luGbL','whMbs','KEY_TEST_LOGS','DBzPq','getThreadId','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','../state/hookState.js','body','bPkUr','toUpperCase','hookState','getContext','TEST_SCREENSHOT','NuVJh','createTestFrameworkEventPayload','replace','test_run_id','type','activeHooks','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','KEY_TEST_UUID','workerInfo',',\x20filePath:\x20','Processing\x20','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','file_name','removeActiveHook','toISOString','KEY_HOOK_FAILURE_REASON','uAhVV','asyncError','hookMetadata',',\x20totalLogs:\x20','KEY_TEST_SCOPE','LcJIm','failure_reason','join',',\x20version=','jqqaJ','IZdfa','parseJestTestResult','\x20hook',',\x20hookType=','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','title',',\x20hookState:\x20','vtddF',',\x20hookData=','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','AssertionError','testFrameworkVersion','sendLogCreatedEvent','KEY_TEST_ENDED_AT','35jhXlau','\x22\x20hook','filter','_ALL','KEY_LOGS','4uBHtwm','TEST','tzHwV','getJestFailureType',',\x20messageLength=','uuid','../../../helpers/classLogger.js','missing','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','QIQxX','fAAdo','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20',',\x20hookUUID=','KEY_TEST_FAILURE_TYPE','length',',\x20state=','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','MIYLH','8bLmiDE','\x20-\x20testId:\x20',',\x20failureReason=','GeUKI','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','KEY_TEST_FAILURE','\x20to\x20',',\x20currentTestId:\x20','getTestFrameworksVersions','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','createContext','push','KEY_TEST_TAGS','KEY_EVENT_ENDED_AT','duration','oJCbi','XcXAi','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','hsVnj','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND',',\x20target=','KEY_TEST_RETRY_OF','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','\x20(testIdentifier),\x20tags=','KEY_TEST_RESULT_AT','code','Kxiku','testFrameworkState','xWLUM','nsJOw','processPendingHooks','../state/testFrameworkState.js','stringify','Stored\x20pending\x20hook\x20for\x20testId:\x20','XnSOh','originalTest','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','../../../helpers/test-observability/utils','parse','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','split','browserstackPlatformIndex','startedAt','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','wACjB','JWeSb','getJestTestFilePath','\x20files','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','find','test_run_uuid','platformIndex','getAllPendingHookTestIds','KEY_TEST_RESULT','failed','debug','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','11531bDOXYt','has','qWGbx','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','BEFORE_ALL','unknown','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','KuIOM','trackEvent','MWWLG','ifCvy','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','UjniH','getCurrentHookState','POST','czAar','yiEZN','testUUID','scope','pid','CTqFP','\x20(testIdentifier),\x20hookType=','KEY_TEST_ATTACHMENTS','EfGUo','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','1182198XsBhwD','hookData','../../../helpers/helper.js','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','started_at','hookType','KEY_HOOK_NAME','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','args','ALL','473tlzESB','KEY_HOOK_FAILURE_TYPE','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','\x20attachments','hook_result','phDgJ','FFnMc','error','finished_at','JestTestFramework','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','testFrameworkName','getJestTestScopes',',\x20response=','hooks','CrzQl','exports',',\x20failureType=','getActiveHook','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','KEY_HOOKS_STARTED','testData','sSvyI','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','ZpQZj',',\x20hook=','DlgEy','\x20(testIdentifier),\x20result=','5114988NGPwnG',',\x20scope:\x20','hasPendingHooks','beforeAll','getJestTestTags','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','isJestInternalHook','kPaPL','getProcessId',',\x20hookId=',',\x20hookState=','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','testId','parallelIndex','OnJIv','KEY_HOOK_FAILURE','hookAnalyticsId','KEY_TEST_FRAMEWORK_NAME','KEY_TEST_DURATION','passed','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','KEY_TEST_FRAMEWORK_VERSION',',\x20testData=','filePath','UnhandledError','inspect','addMultipleEntries','BAOfH','MHHQB','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','mdTdu','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','pSVjo','from','YyCIs','KEY_TEST_FAILURE_REASON','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','Unknown\x20Test','45321eOxdEN','getTestFrameworks','YYjyj','\x20-\x20test_identifier=','hXjhT','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','ndvbY',',\x20error:\x20','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','hookUUID','includes','storePendingHook','keys','./testFramework','getAllData','5791310KVibCd','logCreatedEvent','NONE','mapTestHooks','KEY_HOOK_LAST_STARTED','Jhdsk'];a96_0x17ca=function(){return _0x5a64ee;};return a96_0x17ca();}(function(_0x4bf4b7,_0x31ea95){const _0x5cfea9=a96_0x3de3,_0xf9d2ac=_0x4bf4b7();while(!![]){try{const _0x19929b=-parseInt(_0x5cfea9(0x1d3))/0x1*(-parseInt(_0x5cfea9(0x20d))/0x2)+parseInt(_0x5cfea9(0x262))/0x3*(-parseInt(_0x5cfea9(0x121))/0x4)+-parseInt(_0x5cfea9(0x1e2))/0x5+parseInt(_0x5cfea9(0x185))/0x6*(parseInt(_0x5cfea9(0x11c))/0x7)+parseInt(_0x5cfea9(0x133))/0x8*(parseInt(_0x5cfea9(0x1ac))/0x9)+-parseInt(_0x5cfea9(0x26f))/0xa*(-parseInt(_0x5cfea9(0x18f))/0xb)+-parseInt(_0x5cfea9(0x203))/0xc*(parseInt(_0x5cfea9(0x16c))/0xd);if(_0x19929b===_0x31ea95)break;else _0xf9d2ac['push'](_0xf9d2ac['shift']());}catch(_0xd3898e){_0xf9d2ac['push'](_0xf9d2ac['shift']());}}}(a96_0x17ca,0xb1465));const TestFramework=require(a96_0x402f3c(0x1e0)),TestFrameworkState=require(a96_0x402f3c(0x152)),HookState=require(a96_0x402f3c(0x286)),{createClassLogger}=require(a96_0x402f3c(0x127)),TestFrameworkInstance=require(a96_0x402f3c(0x20e)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a96_0x402f3c(0x207)),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),{getManualUploadLogs,getMediaArtifactsLogs}=require(a96_0x402f3c(0x187)),{isInternalHook}=require('../../../helpers/test-observability/utils'),logger=createClassLogger(a96_0x402f3c(0x199)),{v4:uuidv4}=require('uuid'),util=require('util'),TestInfo=require(a96_0x402f3c(0x242)),GrpcClient=require(a96_0x402f3c(0x1fd)),stackTrace=require(a96_0x402f3c(0x212)),{pickUserFrameFile}=require('../../../helpers/stackFrameUtils');class JestTestFramework extends TestFramework{constructor(_0x297262,_0x3ee17,_0x44cc23){const _0x32e539=a96_0x402f3c;super(_0x297262,_0x3ee17,_0x44cc23),this[_0x32e539(0x292)]=new Map();}[a96_0x402f3c(0x24b)](_0x196914,_0x88a4f7,_0x1f3a6a){const _0x5026c6=a96_0x402f3c,_0x304ab3={};_0x304ab3['ifCvy']=function(_0x529ff3,_0x4c0b3a){return _0x529ff3||_0x4c0b3a;};const _0x184d00=_0x304ab3;if(_0x184d00[_0x5026c6(0x176)](!_0x196914,!_0x88a4f7)){logger[_0x5026c6(0x20a)](_0x5026c6(0x1d1)+_0x196914+_0x5026c6(0x12d)+_0x88a4f7);return;}!this[_0x5026c6(0x292)][_0x5026c6(0x16d)](_0x196914)&&this['activeHooks'][_0x5026c6(0x27a)](_0x196914,[]);const _0x116191={'hookUUID':_0x88a4f7,'hookType':_0x1f3a6a,'startedAt':new Date()[_0x5026c6(0x29b)]()};this[_0x5026c6(0x292)]['get'](_0x196914)[_0x5026c6(0x13e)](_0x116191),logger[_0x5026c6(0x16a)](_0x5026c6(0x1d8)+_0x196914+',\x20hookUUID='+_0x88a4f7+_0x5026c6(0x2aa)+_0x1f3a6a+_0x5026c6(0x250)+this[_0x5026c6(0x292)][_0x5026c6(0x220)](_0x196914)[_0x5026c6(0x12f)]);}[a96_0x402f3c(0x29a)](_0x2d012c,_0x211ba6){const _0x2f376d=a96_0x402f3c,_0x56a3e9={};_0x56a3e9[_0x2f376d(0x1d9)]=function(_0x9530f8,_0x39faa7){return _0x9530f8||_0x39faa7;},_0x56a3e9[_0x2f376d(0x1a6)]=function(_0xd7fc76,_0x48ed07){return _0xd7fc76!==_0x48ed07;},_0x56a3e9[_0x2f376d(0x1a8)]=function(_0x2895c9,_0xe53b2e){return _0x2895c9===_0xe53b2e;};const _0x427d54=_0x56a3e9;if(_0x427d54[_0x2f376d(0x1d9)](!_0x2d012c,!_0x211ba6)){logger[_0x2f376d(0x20a)](_0x2f376d(0x1cc)+_0x2d012c+_0x2f376d(0x12d)+_0x211ba6);return;}if(this[_0x2f376d(0x292)][_0x2f376d(0x16d)](_0x2d012c)){const _0x2faf62=this['activeHooks'][_0x2f376d(0x220)](_0x2d012c),_0x175340=_0x2faf62['findIndex'](_0x4a0354=>_0x4a0354['hookUUID']===_0x211ba6);_0x427d54['sSvyI'](_0x175340,-0x1)?(_0x2faf62['splice'](_0x175340,0x1),logger[_0x2f376d(0x16a)](_0x2f376d(0x253)+_0x2d012c+_0x2f376d(0x12d)+_0x211ba6+_0x2f376d(0x26e)+_0x2faf62['length']),_0x427d54[_0x2f376d(0x1a8)](_0x2faf62[_0x2f376d(0x12f)],0x0)&&this[_0x2f376d(0x292)][_0x2f376d(0x258)](_0x2d012c)):logger[_0x2f376d(0x16a)](_0x2f376d(0x1b1)+_0x2d012c+',\x20hookUUID='+_0x211ba6);}}[a96_0x402f3c(0x1a2)](_0x166c98){const _0x3c3948=a96_0x402f3c,_0x526dba={};_0x526dba[_0x3c3948(0x1d5)]=function(_0x1d70a7,_0x4fa841){return _0x1d70a7>_0x4fa841;},_0x526dba['BiWMo']=function(_0x139426,_0x1bf283){return _0x139426-_0x1bf283;};const _0x19f90b=_0x526dba;if(!_0x166c98)return null;if(this['activeHooks'][_0x3c3948(0x16d)](_0x166c98)){const _0x339cca=this[_0x3c3948(0x292)][_0x3c3948(0x220)](_0x166c98);if(_0x19f90b[_0x3c3948(0x1d5)](_0x339cca[_0x3c3948(0x12f)],0x0)){const _0x204c19=_0x339cca[_0x19f90b[_0x3c3948(0x206)](_0x339cca[_0x3c3948(0x12f)],0x1)];return logger['debug'](_0x3c3948(0x239)+_0x166c98+',\x20hookUUID='+_0x204c19['hookUUID']+_0x3c3948(0x2aa)+_0x204c19['hookType']),_0x204c19;}}return null;}async['trackEvent'](_0x2ed8d3,_0x59ab09,_0x12513f={}){const _0x4ef85a=a96_0x402f3c,_0x1f31c={};_0x1f31c[_0x4ef85a(0x19f)]=_0x4ef85a(0x131),_0x1f31c[_0x4ef85a(0x254)]=function(_0x39189e,_0x5174ee){return _0x39189e===_0x5174ee;},_0x1f31c[_0x4ef85a(0x22f)]=function(_0x18c168,_0x1d516a){return _0x18c168||_0x1d516a;},_0x1f31c[_0x4ef85a(0x288)]=_0x4ef85a(0x146),_0x1f31c[_0x4ef85a(0x136)]=function(_0x14c022,_0x5f167e){return _0x14c022===_0x5f167e;};const _0x27c73b=_0x1f31c;logger[_0x4ef85a(0x16a)]('[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState='+_0x2ed8d3+_0x4ef85a(0x1b6)+_0x59ab09+_0x4ef85a(0x21b)+Object['keys'](_0x12513f)[_0x4ef85a(0x2a4)](',')),await super[_0x4ef85a(0x174)](_0x2ed8d3,_0x59ab09,_0x12513f);const _0x475eef=this['resolveInstance'](_0x2ed8d3,_0x59ab09,_0x12513f);if(!_0x475eef){logger[_0x4ef85a(0x16a)](_0x27c73b[_0x4ef85a(0x19f)]);return;}try{let _0x291eb4,_0x660d93,_0x47a35f;switch(_0x2ed8d3){case TestFrameworkState[_0x4ef85a(0x122)]:_0x291eb4=_0x12513f[_0x4ef85a(0x1e8)];const _0x193087={};_0x193087[_0x4ef85a(0x23b)]=0x2,_0x193087[_0x4ef85a(0x221)]=0x3,logger['debug'](_0x4ef85a(0x15e)+_0x59ab09+_0x4ef85a(0x1c2)+util[_0x4ef85a(0x1c5)](_0x291eb4,_0x193087)),_0x47a35f=this['getJestTestIdentifier'](_0x291eb4),_0x660d93=null,logger['debug'](_0x4ef85a(0x237)+_0x47a35f+_0x4ef85a(0x269));if(_0x27c73b[_0x4ef85a(0x254)](_0x59ab09,HookState[_0x4ef85a(0x205)])){logger[_0x4ef85a(0x16a)](_0x4ef85a(0x15a)+_0x47a35f);const _0x100c3f={};_0x100c3f['testUUID']=_0x660d93,_0x100c3f[_0x4ef85a(0x1a5)]=_0x291eb4,_0x100c3f[_0x4ef85a(0x1b8)]=_0x47a35f;const _0x46b416=this['parseJestTest'](_0x100c3f),_0x571d1d={};_0x571d1d[_0x4ef85a(0x23b)]=0x2,_0x571d1d[_0x4ef85a(0x221)]=0x3,logger[_0x4ef85a(0x16a)](_0x4ef85a(0x144)+util[_0x4ef85a(0x1c5)](_0x46b416,_0x571d1d)),_0x475eef[_0x4ef85a(0x1c6)](_0x46b416),logger[_0x4ef85a(0x16a)](_0x4ef85a(0x137)+_0x47a35f),await this[_0x4ef85a(0x151)](_0x475eef,_0x47a35f);}else{if(_0x27c73b[_0x4ef85a(0x254)](_0x59ab09,HookState[_0x4ef85a(0x17a)])){logger[_0x4ef85a(0x16a)](_0x4ef85a(0x236)+_0x47a35f);const _0x20b41f=_0x475eef[_0x4ef85a(0x1e1)]()[_0x4ef85a(0x220)](_0x47a35f);logger[_0x4ef85a(0x16a)](_0x4ef85a(0x117)+util[_0x4ef85a(0x1c5)](Object[_0x4ef85a(0x1df)](_0x27c73b['NbraW'](_0x20b41f,{}))));_0x20b41f&&_0x20b41f[TestFrameworkConstants[_0x4ef85a(0x182)]]?logger[_0x4ef85a(0x16a)](_0x4ef85a(0x188)+Object[_0x4ef85a(0x1df)](_0x20b41f[TestFrameworkConstants[_0x4ef85a(0x182)]])['length']+_0x4ef85a(0x162)):logger['debug'](_0x27c73b[_0x4ef85a(0x288)]);const _0x44a833=_0x12513f[_0x4ef85a(0x156)]||null,_0x56e770={};_0x56e770[_0x4ef85a(0x17d)]=_0x660d93,_0x56e770[_0x4ef85a(0x1a5)]=_0x291eb4,_0x56e770[_0x4ef85a(0x1b8)]=_0x47a35f,_0x56e770[_0x4ef85a(0x156)]=_0x44a833;const _0xcd68b7=this['parseJestTestResult'](_0x56e770),_0x577030={};_0x577030[_0x4ef85a(0x23b)]=0x2,_0x577030[_0x4ef85a(0x221)]=0x3,logger[_0x4ef85a(0x16a)](_0x4ef85a(0x27b)+util[_0x4ef85a(0x1c5)](_0xcd68b7,_0x577030)),_0x475eef['addMultipleEntries'](_0xcd68b7),logger[_0x4ef85a(0x16a)](_0x4ef85a(0x163)+_0x47a35f),await this['processPendingHooks'](_0x475eef,_0x47a35f);}}break;case TestFrameworkState['LOG_REPORT']:if(_0x27c73b[_0x4ef85a(0x136)](_0x59ab09,HookState[_0x4ef85a(0x17a)])){const _0x31f13c={};_0x31f13c[_0x4ef85a(0x23b)]=0x2,logger[_0x4ef85a(0x16a)](_0x4ef85a(0x264)+util['inspect'](_0x12513f,_0x31f13c)),await this[_0x4ef85a(0x11a)](_0x475eef,_0x2ed8d3,_0x12513f);}break;default:if(CLIUtils['matchHookRegex'](_0x2ed8d3[_0x4ef85a(0x1f7)]()['split']('.')[0x1])){const _0x2c1cd7={};_0x2c1cd7[_0x4ef85a(0x23b)]=0x2,_0x2c1cd7[_0x4ef85a(0x221)]=0x3,logger[_0x4ef85a(0x16a)](_0x4ef85a(0x1b7)+_0x2ed8d3+_0x4ef85a(0x1b6)+_0x59ab09+_0x4ef85a(0x115)+util['inspect'](_0x12513f[_0x4ef85a(0x186)],_0x2c1cd7));const _0x3c56fd=await this[_0x4ef85a(0x276)](_0x475eef,_0x2ed8d3,_0x59ab09,_0x12513f),_0x30c3eb={};_0x30c3eb[_0x4ef85a(0x23b)]=0x2,_0x30c3eb[_0x4ef85a(0x221)]=0x3,logger[_0x4ef85a(0x16a)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20'+util[_0x4ef85a(0x1c5)](_0x3c56fd,_0x30c3eb)),_0x475eef['addMultipleEntries'](_0x3c56fd);}else logger[_0x4ef85a(0x16a)](_0x4ef85a(0x1f1)+_0x2ed8d3+'\x20&\x20hookState='+_0x59ab09);break;}logger['debug'](_0x4ef85a(0x285)+_0x2ed8d3+_0x4ef85a(0x1b6)+_0x59ab09);}catch(_0x44311c){logger[_0x4ef85a(0x197)](_0x4ef85a(0x293)+_0x2ed8d3+_0x4ef85a(0x1b6)+_0x59ab09+_0x4ef85a(0x229)+util[_0x4ef85a(0x259)](_0x44311c));}_0x12513f[_0x4ef85a(0x266)]=_0x475eef,await this['runHooks'](_0x475eef,_0x2ed8d3,_0x59ab09,_0x12513f);}['getJestTestIdentifier'](_0x28c9e9){const _0x1f7bae=a96_0x402f3c,_0x15b69b={};_0x15b69b[_0x1f7bae(0x145)]=_0x1f7bae(0x1f3);const _0xcc8022=_0x15b69b;if(_0x28c9e9&&(_0x28c9e9['id']||_0x28c9e9[_0x1f7bae(0x126)])){const _0xbfca7d=_0x28c9e9['id']||_0x28c9e9[_0x1f7bae(0x126)];return logger[_0x1f7bae(0x16a)](_0x1f7bae(0x191)+_0xbfca7d+'\x22\x20from\x20testData'),_0xbfca7d;}return logger[_0x1f7bae(0x16a)](_0xcc8022['hsVnj']),process[_0x1f7bae(0x17f)]+':testAnalyticsId';}[a96_0x402f3c(0x26b)](_0x2a4998,_0x39b248,_0x1b89ba={}){const _0x2c9f86=a96_0x402f3c;let _0x4e435f=null;return _0x4e435f=TestFramework[_0x2c9f86(0x226)](),!_0x4e435f?(logger[_0x2c9f86(0x16a)](_0x2c9f86(0x247)+_0x2a4998),this[_0x2c9f86(0x27f)](_0x2a4998,_0x1b89ba),_0x4e435f=TestFramework[_0x2c9f86(0x226)](),logger['debug'](_0x2c9f86(0x272)+!!_0x4e435f+_0x2c9f86(0x23d)+_0x4e435f?.['getContext']()?.[_0x2c9f86(0x21a)]())):logger[_0x2c9f86(0x16a)](_0x2c9f86(0x23e)+_0x4e435f[_0x2c9f86(0x28b)]()?.[_0x2c9f86(0x21a)]()),_0x4e435f;}[a96_0x402f3c(0x27f)](_0x194443,_0x211ed4){const _0x3e32da=a96_0x402f3c,_0x416fc1={};_0x416fc1[_0x3e32da(0x155)]='trackJestInstance:\x20instance\x20already\x20exists';const _0x4d37eb=_0x416fc1;if(TestFramework[_0x3e32da(0x226)]()){logger[_0x3e32da(0x16a)](_0x4d37eb['XnSOh']);return;}const _0x4239a9=CLIUtils[_0x3e32da(0x20b)](),_0x34ac1d=TrackedInstance[_0x3e32da(0x13d)](_0x4239a9);let _0x383e68=null;logger['debug']('trackJestInstance:\x20created\x20instance\x20for\x20target='+_0x4239a9+_0x3e32da(0x130)+_0x194443),_0x383e68=new TestFrameworkInstance(_0x34ac1d,this['getTestFrameworks'](),this[_0x3e32da(0x13b)](),_0x194443,HookState[_0x3e32da(0x1e4)]),TestFramework['setTrackedInstance'](_0x34ac1d,_0x383e68),logger[_0x3e32da(0x16a)](_0x3e32da(0x24a)+_0x34ac1d[_0x3e32da(0x21a)]()+_0x3e32da(0x147)+_0x4239a9+_0x3e32da(0x252)+this[_0x3e32da(0x1d4)]()[0x0]+_0x3e32da(0x2a5)+this['getTestFrameworksVersions']()[this['getTestFrameworks']()[0x0]]);}['parseJestTest'](_0x12d831){const _0x21688f=a96_0x402f3c,_0x13f022={};_0x13f022[_0x21688f(0x1d7)]=function(_0x49299d,_0x4d3858){return _0x49299d||_0x4d3858;},_0x13f022[_0x21688f(0x27e)]=_0x21688f(0x184);const _0x38623d=_0x13f022,{testUUID:_0x1a14f1,testData:_0x4c6668,testId:_0x18459c}=_0x12d831;if(_0x38623d[_0x21688f(0x1d7)](!_0x4c6668,!_0x18459c))return logger[_0x21688f(0x16a)](_0x38623d[_0x21688f(0x27e)]),{};const _0x4c58bc=this[_0x21688f(0x1d4)]()[0x0],_0x51e50d=this[_0x21688f(0x13b)](),_0x106c7a={};_0x106c7a[_0x21688f(0x23b)]=0x2,_0x106c7a[_0x21688f(0x221)]=0x3,logger[_0x21688f(0x16a)](_0x21688f(0x149)+util[_0x21688f(0x1c5)](_0x4c6668,_0x106c7a));const _0x1d8ccc=_0x4c6668?.[_0x21688f(0x243)]||[],_0x36c5e3=this['getJestTestName'](_0x4c6668),_0x592993=this[_0x21688f(0x161)](_0x4c6668),_0x40294d=_0x4c6668['fn']?_0x4c6668['fn'][_0x21688f(0x1f7)]():_0x4c6668?.[_0x21688f(0x287)]?_0x4c6668['body'][_0x21688f(0x14c)][_0x21688f(0x1f7)]():null,_0x2c926d=this[_0x21688f(0x1b0)](_0x4c6668),_0x2e09d7={[TestFrameworkConstants[_0x21688f(0x1bd)]]:_0x4c58bc,[TestFrameworkConstants[_0x21688f(0x1c1)]]:_0x51e50d[_0x4c58bc],[TestFrameworkConstants[_0x21688f(0x282)]]:[],[TestFrameworkConstants[_0x21688f(0x25a)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x21688f(0x168)]]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x36c5e3,[TestFrameworkConstants[_0x21688f(0x1f4)]]:_0x592993,[TestFrameworkConstants[_0x21688f(0x1ed)]]:_0x18459c,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x36c5e3,[TestFrameworkConstants[_0x21688f(0x24f)]]:_0x592993,[TestFrameworkConstants['KEY_TEST_CODE']]:_0x40294d,[TestFrameworkConstants[_0x21688f(0x13f)]]:_0x2c926d,[TestFrameworkConstants[_0x21688f(0x256)]]:_0x4c6668[_0x21688f(0x189)]||new Date()[_0x21688f(0x29b)](),[TestFrameworkConstants[_0x21688f(0x2a1)]]:_0x1d8ccc[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x1d8ccc,[TestFrameworkConstants[_0x21688f(0x1f5)]]:_0x36c5e3,[TestFrameworkConstants[_0x21688f(0x268)]]:{},[TestFrameworkConstants['KEY_TEST_META']]:{}};_0x4c6668['retryOf']&&(_0x2e09d7[TestFrameworkConstants[_0x21688f(0x148)]]=_0x4c6668[_0x21688f(0x234)]);logger[_0x21688f(0x16a)]('[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName='+_0x36c5e3+_0x21688f(0x222)+_0x18459c+_0x21688f(0x14a)+JSON[_0x21688f(0x153)](_0x2c926d)+',\x20scopes='+util['inspect'](_0x1d8ccc)+_0x21688f(0x1ec)+_0x592993);const _0x2d467d={};return _0x2d467d[_0x18459c]=_0x2e09d7,_0x2d467d;}[a96_0x402f3c(0x2a8)](_0x449bea){const _0x14b567=a96_0x402f3c,_0xb5e703={'jqqaJ':function(_0x5dc21f,_0x464611){return _0x5dc21f===_0x464611;},'kRUwh':'afterAll','whMbs':'beforeAll','FFnMc':_0x14b567(0x18e),'Kxiku':_0x14b567(0x11f),'pGUBC':function(_0x3ec600,_0x26a91c){return _0x3ec600||_0x26a91c;},'ZIpYu':_0x14b567(0x177),'ZcTzp':_0x14b567(0x171),'oELaS':function(_0x25d985,_0x192c6d){return _0x25d985>_0x192c6d;},'FbLwj':_0x14b567(0x169),'efNnm':'skip','vtddF':_0x14b567(0x25f),'fAAdo':_0x14b567(0x1bf),'qWGbx':function(_0x3ed490,_0x3382e6){return _0x3ed490!==_0x3382e6;},'uAhVV':function(_0x57f206,_0x2c5aec,_0x261954,_0x11a8b9){return _0x57f206(_0x2c5aec,_0x261954,_0x11a8b9);},'DDAhq':function(_0x4d756e,_0x35d47f){return _0x4d756e>_0x35d47f;},'pzrqC':_0x14b567(0x111)},{testUUID:_0x3c4dd0,testData:_0xf6e9ad,testId:_0x55b299}=_0x449bea;if(_0xb5e703[_0x14b567(0x1ff)](!_0xf6e9ad,!_0x55b299))return logger[_0x14b567(0x16a)](_0xb5e703['ZIpYu']),{};const _0xf4d984=this[_0x14b567(0x26b)](TestFrameworkState['TEST'],HookState[_0x14b567(0x17a)]),_0x46af18=_0xf4d984[_0x14b567(0x1e1)]()[_0x14b567(0x220)](_0x55b299),_0xe50c36=_0xb5e703[_0x14b567(0x1ff)](_0x46af18,{}),_0x5e726c=_0xe50c36?_0xe50c36[TestFrameworkConstants[_0x14b567(0x268)]]||{}:{},_0x23c336=_0xe50c36[TestFrameworkConstants[_0x14b567(0x182)]];logger['debug']('[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20'+(_0x23c336?Object[_0x14b567(0x1df)](_0x23c336)[_0x14b567(0x12f)]:0x0)+_0x14b567(0x193));let _0x29e0e4=_0xb5e703['ZcTzp'];if(_0xf6e9ad[_0x14b567(0x21c)])_0x29e0e4=_0xf6e9ad[_0x14b567(0x21c)];else{if(_0xf6e9ad[_0x14b567(0x233)]&&_0xb5e703[_0x14b567(0x1f8)](_0xf6e9ad[_0x14b567(0x233)][_0x14b567(0x12f)],0x0))_0x29e0e4=_0xb5e703[_0x14b567(0x267)];else _0xb5e703[_0x14b567(0x2a6)](_0xf6e9ad[_0x14b567(0x22c)],_0xb5e703[_0x14b567(0x26c)])||_0xb5e703['jqqaJ'](_0xf6e9ad['status'],_0xb5e703[_0x14b567(0x114)])?_0x29e0e4=_0xb5e703['vtddF']:_0x29e0e4=_0xb5e703[_0x14b567(0x12b)];}const _0x81acdb={..._0xe50c36,[TestFrameworkConstants[_0x14b567(0x168)]]:_0x29e0e4,[TestFrameworkConstants[_0x14b567(0x11b)]]:_0xf6e9ad[_0x14b567(0x198)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x14b567(0x14b)]]:new Date()[_0x14b567(0x29b)](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x5e726c,[TestFrameworkConstants['KEY_LOGS']]:_0xe50c36[TestFrameworkConstants[_0x14b567(0x120)]]||[],[TestFrameworkConstants[_0x14b567(0x235)]]:{}};if(_0xb5e703[_0x14b567(0x2a6)](_0x29e0e4,_0xb5e703[_0x14b567(0x267)])&&_0xf6e9ad['errorsDetailed']){const _0x32de34=this[_0x14b567(0x1ea)](_0xf6e9ad),_0x2c464f=this['getJestFailureType'](_0xf6e9ad),_0x5bed8b=this['getJestFailureData'](_0xf6e9ad);_0x81acdb[TestFrameworkConstants[_0x14b567(0x12e)]]=_0x2c464f,_0x81acdb[TestFrameworkConstants[_0x14b567(0x1d0)]]=_0x32de34,_0x81acdb[TestFrameworkConstants[_0x14b567(0x138)]]=_0x5bed8b;}_0xb5e703[_0x14b567(0x16e)](_0xf6e9ad[_0x14b567(0x141)],undefined)&&(_0x81acdb[TestFrameworkConstants[_0x14b567(0x1be)]]=_0xf6e9ad[_0x14b567(0x141)]);_0xf6e9ad[_0x14b567(0x234)]&&(_0x81acdb[TestFrameworkConstants[_0x14b567(0x148)]]=_0xf6e9ad[_0x14b567(0x234)]);const _0x81c86e=_0x46af18?_0x46af18[TestFrameworkConstants[_0x14b567(0x182)]]||{}:{},_0x441f45=_0x46af18?_0x46af18[TestFrameworkConstants[_0x14b567(0x294)]]:_0x3c4dd0,_0x2b7b4c=_0xb5e703[_0x14b567(0x29d)](getManualUploadLogs,_0x81c86e,_0x441f45,_0x55b299);if(_0xb5e703[_0x14b567(0x1f8)](_0x2b7b4c[_0x14b567(0x12f)],0x0)){const _0x3ad25e=_0x81acdb[TestFrameworkConstants[_0x14b567(0x120)]]||[];_0x81acdb[TestFrameworkConstants[_0x14b567(0x120)]]=[..._0x3ad25e,..._0x2b7b4c];}const _0x247ba1=_0xe50c36[TestFrameworkConstants[_0x14b567(0x25a)]]||{},_0x48e161=_0xe50c36[TestFrameworkConstants['KEY_HOOKS_STARTED']]||{},_0x46eb8d={..._0x247ba1},_0x26a540=_0x46eb8d;Object[_0x14b567(0x1df)](_0x48e161)[_0x14b567(0x23f)](_0x3ec5b8=>{const _0x3e9a69=_0x14b567;!_0x26a540[_0x3ec5b8]&&(_0x26a540[_0x3ec5b8]=[]);const _0x422928=new Set((_0x26a540[_0x3ec5b8]||[])['map'](_0x1c0386=>_0x1c0386[TestFrameworkConstants[_0x3e9a69(0x1f6)]]||_0x1c0386['hook_id']));(_0x48e161[_0x3ec5b8]||[])['forEach'](_0xb5b186=>{const _0x4969b8=_0x3e9a69,_0x69bacd=_0xb5b186[TestFrameworkConstants[_0x4969b8(0x1f6)]]||_0xb5b186['hook_id'];if(!_0x422928[_0x4969b8(0x16d)](_0x69bacd)){const _0x7e9155={..._0xb5b186},_0x7febef=_0x7e9155;!_0x7febef[TestFrameworkConstants[_0x4969b8(0x140)]]&&!_0x7febef[_0x4969b8(0x275)]&&(_0x7febef[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=new Date()[_0x4969b8(0x29b)]()),!_0x7febef[TestFrameworkConstants[_0x4969b8(0x210)]]&&!_0x7febef[_0x4969b8(0x194)]&&(_0x7febef[TestFrameworkConstants[_0x4969b8(0x210)]]=TestFrameworkConstants[_0x4969b8(0x1f0)]),_0x26a540[_0x3ec5b8]['push'](_0x7febef);}});});if(_0x449bea[_0x14b567(0x156)]){this['mapTestHooks'](_0x449bea[_0x14b567(0x156)]);const _0x4a317f=this['buildHookMapFromTest'](_0x449bea[_0x14b567(0x156)]),_0x568ed7=this[_0x14b567(0x215)](_0x449bea[_0x14b567(0x156)]);_0x568ed7[_0x14b567(0x23f)](_0x546cf1=>{const _0x1f5280=_0x14b567,_0x575917=_0x4a317f[_0x1f5280(0x220)](_0x546cf1);if(_0x575917&&(_0xb5e703[_0x1f5280(0x2a6)](_0x575917[_0x1f5280(0x291)],_0xb5e703[_0x1f5280(0x25c)])||_0xb5e703[_0x1f5280(0x2a6)](_0x575917[_0x1f5280(0x291)],_0xb5e703[_0x1f5280(0x281)]))){const _0xa3a66b=_0x575917[_0x1f5280(0x291)][_0x1f5280(0x289)]()[_0x1f5280(0x28f)](_0xb5e703[_0x1f5280(0x196)],_0xb5e703[_0x1f5280(0x14d)]),_0x44f556=_0xa3a66b;!_0x26a540[_0x44f556]&&(_0x26a540[_0x44f556]=[]);const _0xd5d09f=_0x26a540[_0x44f556][_0x1f5280(0x164)](_0x41a5c0=>(_0x41a5c0[TestFrameworkConstants[_0x1f5280(0x1f6)]]||_0x41a5c0[_0x1f5280(0x238)])===_0x546cf1);!_0xd5d09f&&_0x26a540[_0x44f556]['push']({'key':_0x44f556,[TestFrameworkConstants[_0x1f5280(0x1f6)]]:_0x546cf1,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0x1f5280(0x1f0)],[TestFrameworkConstants[_0x1f5280(0x25e)]]:new Date()[_0x1f5280(0x29b)](),[TestFrameworkConstants[_0x1f5280(0x140)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x1f5280(0x25d)]]:[],[TestFrameworkConstants[_0x1f5280(0x18b)]]:_0x575917[_0x1f5280(0x217)]||_0x575917['type']+_0x1f5280(0x2a9),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x5e726c});}});}if(_0xf6e9ad['hooks']&&_0xb5e703['DDAhq'](_0xf6e9ad[_0x14b567(0x19e)]['length'],0x0))_0x81acdb[TestFrameworkConstants[_0x14b567(0x25a)]]=_0xf6e9ad[_0x14b567(0x19e)],logger[_0x14b567(0x16a)](_0xb5e703[_0x14b567(0x1eb)]);else _0xb5e703[_0x14b567(0x1f8)](Object[_0x14b567(0x1df)](_0x26a540)['length'],0x0)&&(_0x81acdb[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x26a540,logger[_0x14b567(0x16a)](_0x14b567(0x211)+Object[_0x14b567(0x1df)](_0x26a540)['join'](',')));const _0x34a1a8=this[_0x14b567(0x224)](_0xf6e9ad);logger[_0x14b567(0x16a)](_0x14b567(0x19a)+_0x34a1a8+',\x20testId='+_0x55b299+_0x14b567(0x1ab)+_0x29e0e4+_0x14b567(0x24c)+_0xf6e9ad[_0x14b567(0x141)]);_0xb5e703['jqqaJ'](_0x29e0e4,_0xb5e703[_0x14b567(0x267)])&&logger[_0x14b567(0x16a)]('[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId='+_0x55b299+_0x14b567(0x1a1)+_0x81acdb[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]+_0x14b567(0x135)+_0x81acdb[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]?.['substring'](0x0,0xc8));const _0x466f1e={};return _0x466f1e[_0x55b299]=_0x81acdb,_0x466f1e;}[a96_0x402f3c(0x19c)](_0x161ac7){const _0x4a9d7e=a96_0x402f3c,_0x250e4f={};_0x250e4f[_0x4a9d7e(0x142)]=function(_0x2f04f8,_0x55818b){return _0x2f04f8!==_0x55818b;},_0x250e4f[_0x4a9d7e(0x2a7)]=function(_0x81986,_0x1cfbe1){return _0x81986!==_0x1cfbe1;},_0x250e4f[_0x4a9d7e(0x273)]='ROOT_DESCRIBE_BLOCK';const _0x133ca9=_0x250e4f,_0x2b87f6={};_0x2b87f6[_0x4a9d7e(0x23b)]=0x2,_0x2b87f6[_0x4a9d7e(0x221)]=0x3,logger[_0x4a9d7e(0x16a)](_0x4a9d7e(0x1ca)+util[_0x4a9d7e(0x1c5)](_0x161ac7,_0x2b87f6));const _0xf11fa0=[];if(_0x161ac7&&_0x161ac7[_0x4a9d7e(0x1f2)]){let _0x1fdfcf=_0x161ac7[_0x4a9d7e(0x1f2)];while(_0x1fdfcf&&_0x1fdfcf['name']&&_0x133ca9[_0x4a9d7e(0x142)](_0x1fdfcf[_0x4a9d7e(0x217)],'')&&_0x133ca9[_0x4a9d7e(0x2a7)](_0x1fdfcf[_0x4a9d7e(0x217)],_0x133ca9[_0x4a9d7e(0x273)])){_0xf11fa0[_0x4a9d7e(0x13e)](_0x1fdfcf[_0x4a9d7e(0x217)]),_0x1fdfcf=_0x1fdfcf[_0x4a9d7e(0x1f2)];}}return _0xf11fa0['reverse']();}[a96_0x402f3c(0x224)](_0x52f0d9){const _0x5e207d=a96_0x402f3c,_0x39c3b5={};_0x39c3b5[_0x5e207d(0x1b3)]=_0x5e207d(0x1d2);const _0x3dfe66=_0x39c3b5;if(_0x52f0d9[_0x5e207d(0x217)])return _0x52f0d9[_0x5e207d(0x217)];if(_0x52f0d9[_0x5e207d(0x112)])return _0x52f0d9[_0x5e207d(0x112)];return _0x3dfe66[_0x5e207d(0x1b3)];}['getJestTestTags'](_0x5c5132){const _0x292303=a96_0x402f3c,_0x369bd1=[];if(_0x5c5132['tags']&&Array[_0x292303(0x218)](_0x5c5132[_0x292303(0x25b)]))return _0x5c5132[_0x292303(0x25b)][_0x292303(0x1fe)](_0x1b0dad=>_0x1b0dad[_0x292303(0x249)]('@')?_0x1b0dad[_0x292303(0x1ef)](0x1):_0x1b0dad);const _0x4f47bb=this[_0x292303(0x224)](_0x5c5132),_0x4a2020=_0x4f47bb[_0x292303(0x208)](/@(\w+)/g);if(_0x4a2020)return _0x4a2020[_0x292303(0x1fe)](_0x16d1be=>_0x16d1be[_0x292303(0x230)](0x1));return _0x5c5132[_0x292303(0x243)]&&Array[_0x292303(0x218)](_0x5c5132[_0x292303(0x243)])&&_0x5c5132[_0x292303(0x243)][_0x292303(0x23f)](_0x174989=>{const _0x15c4db=_0x292303,_0x1fe39a=_0x174989['match'](/@(\w+)/g);_0x1fe39a&&_0x1fe39a[_0x15c4db(0x23f)](_0xaff4ac=>{const _0x23a265=_0x15c4db,_0x298475=_0xaff4ac[_0x23a265(0x230)](0x1);!_0x369bd1[_0x23a265(0x1dd)](_0x298475)&&_0x369bd1[_0x23a265(0x13e)](_0x298475);});}),_0x369bd1;}[a96_0x402f3c(0x161)](_0x1b5ea5){const _0x1bd400=a96_0x402f3c,_0x1bac9e={'hCOPf':function(_0x4fffa6,_0x6443ef){return _0x4fffa6(_0x6443ef);}};if(_0x1b5ea5['file_name'])return _0x1b5ea5['file_name'];if(_0x1b5ea5[_0x1bd400(0x29e)])try{const _0x59b17a=stackTrace[_0x1bd400(0x159)](_0x1b5ea5[_0x1bd400(0x29e)]),_0x10fe2f=_0x1bac9e['hCOPf'](pickUserFrameFile,_0x59b17a);if(_0x10fe2f)return _0x10fe2f;logger[_0x1bd400(0x16a)](_0x1bd400(0x192)+_0x59b17a[_0x1bd400(0x12f)]+')');}catch(_0x53bbe7){logger[_0x1bd400(0x16a)]('Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20'+util[_0x1bd400(0x259)](_0x53bbe7));}return null;}[a96_0x402f3c(0x1ea)](_0x4bcb2d){const _0xe73716=a96_0x402f3c,_0x17a888={};_0x17a888['ImtLU']=function(_0xaf177,_0x460c5f){return _0xaf177>_0x460c5f;},_0x17a888['EfGUo']=_0xe73716(0x209);const _0x2c9779=_0x17a888;if(_0x4bcb2d[_0xe73716(0x233)]&&_0x2c9779[_0xe73716(0x270)](_0x4bcb2d[_0xe73716(0x233)]['length'],0x0))return util[_0xe73716(0x1c5)](_0x4bcb2d[_0xe73716(0x233)][0x0]);if(_0x4bcb2d[_0xe73716(0x2a3)])return _0x4bcb2d[_0xe73716(0x2a3)];return _0x2c9779[_0xe73716(0x183)];}[a96_0x402f3c(0x124)](_0x3b78ce){const _0x3fc7cc=a96_0x402f3c,_0x9ecdf={};_0x9ecdf[_0x3fc7cc(0x277)]=_0x3fc7cc(0x255),_0x9ecdf[_0x3fc7cc(0x1fc)]=_0x3fc7cc(0x118),_0x9ecdf['nsJOw']=_0x3fc7cc(0x1c4);const _0x4c0ca4=_0x9ecdf,_0x5afb2b=this['getJestFailureReason'](_0x3b78ce);if(_0x5afb2b&&_0x5afb2b[_0x3fc7cc(0x1dd)](_0x4c0ca4[_0x3fc7cc(0x277)]))return _0x4c0ca4['WTzIi'];return _0x4c0ca4[_0x3fc7cc(0x150)];}['getJestFailureData'](_0x590632){const _0x1c79b4=a96_0x402f3c,_0x10ba69={'VaFui':function(_0x19d44f,_0x505b75){return _0x19d44f(_0x505b75);},'lgpCj':_0x1c79b4(0x158),'MWWLG':function(_0x37a003,_0x4d7a51){return _0x37a003!==_0x4d7a51;},'luGbL':'test'},{failureData:_0x5b3446}=_0x10ba69['VaFui'](require,_0x10ba69[_0x1c79b4(0x228)]),_0x5dfe6c=[];return _0x10ba69[_0x1c79b4(0x175)](_0x590632[_0x1c79b4(0x233)],undefined)&&_0x5dfe6c[_0x1c79b4(0x13e)](_0x590632[_0x1c79b4(0x233)],_0x10ba69[_0x1c79b4(0x280)]),_0x5b3446['apply'](null,_0x5dfe6c);}async[a96_0x402f3c(0x276)](_0x4e7019,_0x3b2b4a,_0x432907,_0x1a10f6){const _0x2259b7=a96_0x402f3c,_0x686105={'Jhdsk':'[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','XHxQi':function(_0x4b5359){return _0x4b5359();},'GuqXZ':function(_0x3c23af,_0x22b713){return _0x3c23af in _0x22b713;},'CYocJ':function(_0x37ee88,_0x4bfd26){return _0x37ee88 in _0x4bfd26;},'VyDtv':function(_0x32bee2,_0x104d90){return _0x32bee2===_0x104d90;},'BAOfH':function(_0x58711a,_0x38e9f5){return _0x58711a>_0x38e9f5;},'wWhTD':_0x2259b7(0x169),'DlgEy':'passed','KuIOM':function(_0x3e9bd8,_0x2033c6){return _0x3e9bd8===_0x2033c6;},'czAar':function(_0x245c32,_0x5b00bf){return _0x245c32===_0x5b00bf;},'huRlX':_0x2259b7(0x157),'UjniH':function(_0xabd709,_0x20aa64){return _0xabd709>_0x20aa64;},'wACjB':function(_0xe715f6,_0x208b76){return _0xe715f6===_0x208b76;},'RqwRZ':function(_0x1d9f9c,_0x4b007b){return _0x1d9f9c!==_0x4b007b;}},{hookData:_0x43f751}=_0x1a10f6,_0x174de0=_0x432907[_0x2259b7(0x1f7)](),_0x391fa3=_0x3b2b4a[_0x2259b7(0x1f7)](),_0x508c33={};_0x508c33[_0x2259b7(0x23b)]=0x2,_0x508c33[_0x2259b7(0x221)]=0x3,logger[_0x2259b7(0x16a)](_0x2259b7(0x16f)+_0x391fa3+_0x2259b7(0x1b6)+_0x174de0+_0x2259b7(0x115)+util[_0x2259b7(0x1c5)](_0x43f751,_0x508c33));if(!_0x43f751)return logger[_0x2259b7(0x16a)](_0x686105[_0x2259b7(0x1e7)]),{};const _0x774fc5=_0x43f751[_0x2259b7(0x126)]||_0x43f751[_0x2259b7(0x1bc)]||_0x686105[_0x2259b7(0x204)](uuidv4),_0x230335=_0x43f751[_0x2259b7(0x290)]||this[_0x2259b7(0x248)](_0x43f751),_0x5674fe=_0x3b2b4a[_0x2259b7(0x1f7)]()[_0x2259b7(0x15b)]('.')[0x1],_0x506b17=_0x4e7019[_0x2259b7(0x1e1)]()[_0x2259b7(0x220)](_0x230335),_0x5e9843=_0x506b17?_0x506b17[TestFrameworkConstants[_0x2259b7(0x268)]]||{}:{};logger[_0x2259b7(0x16a)]('[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId='+_0x774fc5+',\x20testId='+_0x230335+_0x2259b7(0x181)+_0x5674fe+_0x2259b7(0x1b6)+_0x174de0);if(!_0x506b17)return logger[_0x2259b7(0x16a)](_0x2259b7(0x116)+_0x230335+',\x20storing\x20as\x20pending\x20hook'),this['storePendingHook'](_0x4e7019,_0x230335,_0x3b2b4a,_0x432907,_0x1a10f6),{};let _0x3e80d0=_0x506b17[TestFrameworkConstants[_0x2259b7(0x1a4)]];!_0x3e80d0&&(_0x3e80d0={});!_0x686105[_0x2259b7(0x240)](_0x5674fe,_0x3e80d0)&&(_0x3e80d0[_0x5674fe]=[]);let _0x5bee4=_0x506b17[TestFrameworkConstants['KEY_HOOKS_FINISHED']];!_0x5bee4&&(_0x5bee4={});!_0x686105[_0x2259b7(0x263)](_0x5674fe,_0x5bee4)&&(_0x5bee4[_0x5674fe]=[]);const _0x2ff172={[_0x230335]:{[TestFrameworkConstants[_0x2259b7(0x1a4)]]:_0x3e80d0,[TestFrameworkConstants[_0x2259b7(0x25a)]]:_0x5bee4,[TestFrameworkConstants[_0x2259b7(0x1bd)]]:this[_0x2259b7(0x1d4)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this['getTestFrameworksVersions']()[this[_0x2259b7(0x1d4)]()[0x0]]||''}};if(_0x686105['VyDtv'](_0x432907,HookState[_0x2259b7(0x205)])){const _0x222769={'key':_0x5674fe,[TestFrameworkConstants[_0x2259b7(0x1f6)]]:_0x774fc5,[TestFrameworkConstants[_0x2259b7(0x210)]]:TestFrameworkConstants[_0x2259b7(0x1f0)],[TestFrameworkConstants[_0x2259b7(0x25e)]]:_0x43f751[_0x2259b7(0x189)]||new Date()[_0x2259b7(0x29b)](),[TestFrameworkConstants[_0x2259b7(0x25d)]]:[],[TestFrameworkConstants[_0x2259b7(0x18b)]]:_0x43f751[_0x2259b7(0x217)]||_0x43f751[_0x2259b7(0x1f9)]||_0x5674fe,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x5e9843};_0x3e80d0[_0x5674fe]['push'](_0x222769),_0x2ff172[_0x230335][TestFrameworkConstants[_0x2259b7(0x1e6)]]=_0x5674fe;const _0x42eb86={};_0x42eb86['depth']=0x2,logger['debug'](_0x2259b7(0x1a3)+_0x5674fe+_0x2259b7(0x1b5)+_0x774fc5+_0x2259b7(0x222)+_0x230335+_0x2259b7(0x1a9)+util[_0x2259b7(0x1c5)](_0x222769,_0x42eb86));}else{if(_0x686105['VyDtv'](_0x432907,HookState['POST'])){const _0x846874=_0x43f751[_0x2259b7(0x21c)]||(_0x43f751[_0x2259b7(0x233)]&&_0x686105[_0x2259b7(0x1c7)](_0x43f751[_0x2259b7(0x233)]['length'],0x0)?_0x686105['wWhTD']:_0x686105[_0x2259b7(0x1aa)]),_0x4856e9=_0x3e80d0[_0x5674fe]||[];logger['debug'](_0x2259b7(0x129)+_0x5674fe+',\x20testId='+_0x230335+_0x2259b7(0x241)+_0x846874+_0x2259b7(0x23a)+_0x4856e9[_0x2259b7(0x12f)]);if(_0x686105[_0x2259b7(0x173)](_0x4856e9[_0x2259b7(0x12f)],0x0)&&_0x686105[_0x2259b7(0x17b)](_0x3b2b4a,TestFrameworkState['BEFORE_ALL']))return logger[_0x2259b7(0x16a)](_0x686105[_0x2259b7(0x225)]),this['storePendingHook'](_0x4e7019,_0x230335,_0x3b2b4a,_0x432907,_0x1a10f6),{};if(_0x686105[_0x2259b7(0x178)](_0x4856e9[_0x2259b7(0x12f)],0x0)){const _0x350589=_0x4856e9[_0x2259b7(0x22d)]();_0x686105[_0x2259b7(0x15f)](_0x846874,_0x686105['wWhTD'])&&_0x43f751[_0x2259b7(0x233)]?(_0x350589[TestFrameworkConstants[_0x2259b7(0x190)]]=this['getJestFailureType'](_0x43f751),_0x350589[TestFrameworkConstants[_0x2259b7(0x29c)]]=this[_0x2259b7(0x1ea)](_0x43f751),_0x350589[TestFrameworkConstants[_0x2259b7(0x1bb)]]=this['getJestFailureData'](_0x43f751),logger[_0x2259b7(0x16a)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType='+_0x5674fe+_0x2259b7(0x1a1)+_0x350589[TestFrameworkConstants[_0x2259b7(0x190)]]+_0x2259b7(0x135)+_0x350589[TestFrameworkConstants[_0x2259b7(0x29c)]]?.['substring'](0x0,0xc8))):_0x350589[TestFrameworkConstants[_0x2259b7(0x210)]]=_0x686105[_0x2259b7(0x1aa)];_0x686105['RqwRZ'](_0x846874,TestFrameworkConstants[_0x2259b7(0x1f0)])&&(_0x350589[TestFrameworkConstants[_0x2259b7(0x210)]]=_0x846874);_0x350589[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x43f751[_0x2259b7(0x198)]||new Date()[_0x2259b7(0x29b)](),_0x350589[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x5e9843;const _0x3ec0e3=_0x350589[TestFrameworkConstants['KEY_HOOK_ID']];!_0x5bee4[_0x5674fe]&&(_0x5bee4[_0x5674fe]=[]);_0x5bee4[_0x5674fe][_0x2259b7(0x13e)](_0x350589),_0x2ff172[_0x230335][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x5674fe;const _0x4a20c8={};_0x4a20c8['depth']=0x2,logger[_0x2259b7(0x16a)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType='+_0x5674fe+',\x20hookId='+_0x3ec0e3+_0x2259b7(0x241)+_0x846874+_0x2259b7(0x1a9)+util[_0x2259b7(0x1c5)](_0x350589,_0x4a20c8));}}}return _0x2ff172;}[a96_0x402f3c(0x28e)](_0x5c68ae){const _0x4d45d4=a96_0x402f3c,_0x5a0387={};_0x5a0387[_0x4d45d4(0x274)]=_0x4d45d4(0x22b);const _0xa36586=_0x5a0387;try{const _0x1c8ec4=_0x5c68ae[_0x4d45d4(0x1e8)]?this[_0x4d45d4(0x248)](_0x5c68ae[_0x4d45d4(0x1e8)]):_0x5c68ae[_0x4d45d4(0x186)][_0x4d45d4(0x290)],_0x27d164=_0x5c68ae['instance'],_0x431ced=_0x27d164[_0x4d45d4(0x28b)](),_0x10ff8a=_0x27d164[_0x4d45d4(0x1e1)]()[_0x4d45d4(0x220)](_0x1c8ec4);if(!_0x10ff8a)return logger[_0x4d45d4(0x16a)](_0x4d45d4(0x261)+_0x1c8ec4),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x4d18df=this[_0x4d45d4(0x1d4)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x11ea72=this[_0x4d45d4(0x13b)]()[this[_0x4d45d4(0x1d4)]()[0x0]]||'',[TestFrameworkConstants[_0x4d45d4(0x256)]]:_0x56c4f4='',[TestFrameworkConstants[_0x4d45d4(0x11b)]]:_0x33c5e5=''}=_0x10ff8a,_0x246d3a=_0x27d164[_0x4d45d4(0x251)]()[_0x4d45d4(0x1f7)]()[_0x4d45d4(0x15b)]('.')[0x1],_0x3d9277=_0x27d164[_0x4d45d4(0x179)]()['toString']()[_0x4d45d4(0x15b)]('.')[0x1],_0xad1f57=global?.[_0x4d45d4(0x201)]?.[_0x4d45d4(0x295)]?.[_0x4d45d4(0x1b9)]||global[_0x4d45d4(0x223)]||0x0,_0x4c1a02=_0x27d164[_0x4d45d4(0x1fb)](),_0x5c5149=Buffer[_0x4d45d4(0x1ce)](JSON[_0x4d45d4(0x153)](_0x10ff8a))[_0x4d45d4(0x1f7)](_0xa36586['JfXsY']),_0x147cc2={'hash':_0x431ced[_0x4d45d4(0x21a)](),'threadId':_0x431ced[_0x4d45d4(0x284)]()[_0x4d45d4(0x1f7)](),'processId':_0x431ced[_0x4d45d4(0x1b4)]()[_0x4d45d4(0x1f7)]()},_0x5c11c4={};_0x5c11c4[_0x4d45d4(0x166)]=_0xad1f57,_0x5c11c4[_0x4d45d4(0x19b)]=_0x4d18df,_0x5c11c4[_0x4d45d4(0x119)]=_0x11ea72,_0x5c11c4['testFrameworkState']=_0x246d3a,_0x5c11c4['hookState']=_0x3d9277,_0x5c11c4[_0x4d45d4(0x15d)]=_0x56c4f4,_0x5c11c4[_0x4d45d4(0x21e)]=_0x33c5e5,_0x5c11c4[_0x4d45d4(0x126)]=_0x4c1a02,_0x5c11c4['eventJson']=_0x5c5149,_0x5c11c4['executionContext']=_0x147cc2,_0x5c11c4['test_identifier']=_0x1c8ec4;const _0x153498=_0x5c11c4;return _0x153498;}catch(_0x3b1a01){return logger[_0x4d45d4(0x197)](_0x4d45d4(0x278)+util[_0x4d45d4(0x259)](_0x3b1a01)),{};}}async[a96_0x402f3c(0x11a)](_0x35033f,_0x17b488,_0x26caba){const _0x57ee9b=a96_0x402f3c,_0x22dee3={'NuVJh':function(_0x30365e,_0x695c24){return _0x30365e+_0x695c24;},'ArsNj':_0x57ee9b(0x128),'yiEZN':_0x57ee9b(0x219),'TGrCz':function(_0x2c1c4d,_0x307b17){return _0x2c1c4d>_0x307b17;},'MHHQB':function(_0x2afb60,_0xa28cbb,_0x1c7835,_0x4ac0ff){return _0x2afb60(_0xa28cbb,_0x1c7835,_0x4ac0ff);},'nDEzA':function(_0x2623c8,_0x2e1eb0){return _0x2623c8-_0x2e1eb0;},'rUpNV':function(_0x1de0ad,_0x1eb5a0){return _0x1de0ad===_0x1eb5a0;},'phDgJ':function(_0x1fab73,_0x5c1f1e){return _0x1fab73/_0x5c1f1e;},'MIYLH':function(_0x2079e2,_0x2cb0f5){return _0x2079e2<_0x2cb0f5;},'ftOjb':function(_0x41a070,_0x10ddcd){return _0x41a070*_0x10ddcd;},'xWLUM':function(_0x46778a,_0x40b478){return _0x46778a+_0x40b478;},'JWeSb':function(_0x4d0b8b,_0x5ed283){return _0x4d0b8b+_0x5ed283;},'XcXAi':function(_0x4122a7,_0x503655){return _0x4122a7>_0x503655;}};try{const _0x5c538b=_0x26caba[_0x57ee9b(0x17d)]||_0x26caba[_0x57ee9b(0x1b8)],_0x365f3a=Array[_0x57ee9b(0x1ce)](_0x35033f['getAllData']()[_0x57ee9b(0x1df)]()),_0x180415=_0x35033f[_0x57ee9b(0x1e1)]()[_0x57ee9b(0x220)](_0x5c538b);if(!_0x180415){logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x5c538b);return;}const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x105a5f='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x25a992=''}=_0x180415;let _0x377b80=[];_0x180415&&_0x180415[TestFrameworkConstants[_0x57ee9b(0x120)]]&&Array[_0x57ee9b(0x218)](_0x180415[TestFrameworkConstants[_0x57ee9b(0x120)]])?(_0x377b80=_0x180415[TestFrameworkConstants[_0x57ee9b(0x120)]]||[],logger[_0x57ee9b(0x16a)](_0x57ee9b(0x172)+_0x377b80[_0x57ee9b(0x12f)]+'\x20logs\x20for\x20testId:\x20'+_0x5c538b),_0x35033f[_0x57ee9b(0x1c6)]({[_0x5c538b]:{[TestFrameworkConstants[_0x57ee9b(0x120)]]:[],[TestFrameworkConstants[_0x57ee9b(0x1bd)]]:this[_0x57ee9b(0x1d4)]()[0x0]||'',[TestFrameworkConstants[_0x57ee9b(0x1c1)]]:this['getTestFrameworksVersions']()[this[_0x57ee9b(0x1d4)]()[0x0]]||''}}),logger['debug'](_0x57ee9b(0x231)+_0x5c538b)):logger['debug'](_0x57ee9b(0x260)+_0x5c538b);logger[_0x57ee9b(0x16a)](_0x57ee9b(0x1c0)+_0x377b80[_0x57ee9b(0x12f)]+_0x57ee9b(0x22e)+_0x5c538b);const _0x4ffdb6=_0x377b80[_0x57ee9b(0x11e)](_0xbf97d4=>_0xbf97d4['kind']===_0x57ee9b(0x28c));_0x22dee3['TGrCz'](_0x4ffdb6[_0x57ee9b(0x12f)],0x0)&&(logger[_0x57ee9b(0x16a)](_0x57ee9b(0x1a7)+_0x4ffdb6['length']+'\x20screenshot\x20logs\x20for\x20testId:\x20'+_0x5c538b),_0x4ffdb6[_0x57ee9b(0x23f)]((_0x1052ff,_0x3ba0d8)=>{const _0x3d85af=_0x57ee9b;logger['debug'](_0x3d85af(0x213)+_0x22dee3[_0x3d85af(0x28d)](_0x3ba0d8,0x1)+'/'+_0x4ffdb6[_0x3d85af(0x12f)]+_0x3d85af(0x1d6)+(_0x1052ff[_0x3d85af(0x1fa)]||_0x22dee3[_0x3d85af(0x227)])+',\x20test_run_uuid='+(_0x1052ff[_0x3d85af(0x165)]||_0x22dee3[_0x3d85af(0x227)])+_0x3d85af(0x246)+(_0x1052ff['hook_run_uuid']||_0x22dee3[_0x3d85af(0x17c)])+_0x3d85af(0x125)+(_0x1052ff['message']?.[_0x3d85af(0x12f)]||0x0));}));const _0x341120=_0x180415[TestFrameworkConstants[_0x57ee9b(0x182)]]||{},_0x59acc5=_0x22dee3[_0x57ee9b(0x1c8)](getMediaArtifactsLogs,_0x341120,null,_0x5c538b),_0x5144c9=(_0x377b80||[])['concat'](_0x59acc5||[]),_0x180d26=_0x4ffdb6?.[_0x57ee9b(0x12f)]||0x0,_0x10872a=_0x22dee3['nDEzA'](_0x377b80?.[_0x57ee9b(0x12f)]||0x0,_0x180d26);logger[_0x57ee9b(0x16a)](_0x57ee9b(0x13c)+_0x5c538b+_0x57ee9b(0x214)+_0x10872a+',\x20screenshotLogs:\x20'+_0x180d26+',\x20attachmentLogs:\x20'+(_0x59acc5?.[_0x57ee9b(0x12f)]||0x0)+_0x57ee9b(0x2a0)+_0x5144c9['length']);if(!_0x5144c9||_0x22dee3[_0x57ee9b(0x1ee)](_0x5144c9['length'],0x0)){logger[_0x57ee9b(0x16a)](_0x57ee9b(0x1e9)+_0x5c538b);return;}const _0x57f44d=0x28,_0x5b5f09=Math['ceil'](_0x22dee3[_0x57ee9b(0x195)](_0x5144c9['length'],_0x57f44d));for(let _0x1aceee=0x0;_0x22dee3[_0x57ee9b(0x132)](_0x1aceee,_0x5b5f09);_0x1aceee++){const _0x1c5872=_0x22dee3[_0x57ee9b(0x202)](_0x1aceee,_0x57f44d),_0x5e45a1=_0x22dee3[_0x57ee9b(0x14f)](_0x1c5872,_0x57f44d),_0x587155=_0x5144c9[_0x57ee9b(0x230)](_0x1c5872,_0x5e45a1),_0x3a8ec8=global?.[_0x57ee9b(0x15c)]??0x0,_0x309045={'platformIndex':_0x3a8ec8,'logs':_0x587155,'testFrameworkName':_0x105a5f,'testFrameworkVersion':_0x25a992,'testFrameworkState':_0x17b488[_0x57ee9b(0x1f7)]()[_0x57ee9b(0x15b)]('.')[0x1]},_0x544d37={};_0x544d37[_0x57ee9b(0x23b)]=0x3,_0x544d37[_0x57ee9b(0x221)]=0x5,logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x22dee3[_0x57ee9b(0x28d)](_0x1aceee,0x1)+'/'+_0x5b5f09+_0x57ee9b(0x134)+_0x5c538b+',\x20logsInBatch:\x20'+_0x587155[_0x57ee9b(0x12f)]+',\x20platformIndex:\x20'+_0x3a8ec8+',\x20payload:\x20'+util[_0x57ee9b(0x1c5)](_0x309045,_0x544d37));const _0x1aa5cd=await GrpcClient['getInstance']()[_0x57ee9b(0x1e3)](_0x309045);logger['debug'](_0x57ee9b(0x26a)+_0x22dee3[_0x57ee9b(0x160)](_0x1aceee,0x1)+'/'+_0x5b5f09+_0x57ee9b(0x134)+_0x5c538b+_0x57ee9b(0x19d)+util[_0x57ee9b(0x1c5)](_0x1aa5cd));}_0x59acc5&&_0x22dee3[_0x57ee9b(0x143)](_0x59acc5[_0x57ee9b(0x12f)],0x0)&&_0x180415[TestFrameworkConstants[_0x57ee9b(0x182)]]&&_0x35033f['addMultipleEntries']({[_0x5c538b]:{[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{},[TestFrameworkConstants[_0x57ee9b(0x1bd)]]:this[_0x57ee9b(0x1d4)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x57ee9b(0x13b)]()[this[_0x57ee9b(0x1d4)]()[0x0]]||''}}),logger[_0x57ee9b(0x16a)](_0x57ee9b(0x216)+_0x5c538b+_0x57ee9b(0x24d)+_0x5b5f09);}catch(_0x25b157){logger[_0x57ee9b(0x197)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20'+(_0x26caba[_0x57ee9b(0x17d)]||_0x26caba[_0x57ee9b(0x1b8)])+',\x20error:\x20'+util[_0x57ee9b(0x259)](_0x25b157));}}[a96_0x402f3c(0x1de)](_0x1c5a3d,_0x11a53a,_0x5d31e3,_0x26b0a0,_0x31a77b){const _0x46f815=a96_0x402f3c,_0x10c0db={};_0x10c0db[_0x46f815(0x200)]=function(_0x2f501d,_0x5d374c){return _0x2f501d===_0x5d374c;},_0x10c0db[_0x46f815(0x22a)]=_0x46f815(0x1af);const _0x2e7b1a=_0x10c0db,{hookData:_0x487789}=_0x31a77b,_0x28f408={'testId':_0x11a53a,'testFrameworkState':_0x5d31e3,'hookState':_0x26b0a0,'args':_0x31a77b,'timestamp':new Date()[_0x46f815(0x29b)]()};if(_0x2e7b1a[_0x46f815(0x200)](_0x5d31e3,TestFrameworkState[_0x46f815(0x170)])&&_0x487789){const _0x2cddc8={};_0x2cddc8[_0x46f815(0x1c3)]=_0x487789[_0x46f815(0x299)]||_0x487789['location'],_0x2cddc8[_0x46f815(0x17e)]=_0x487789[_0x46f815(0x17e)]||_0x487789[_0x46f815(0x243)]&&_0x487789[_0x46f815(0x243)][0x0]||'',_0x2cddc8[_0x46f815(0x18a)]=_0x2e7b1a[_0x46f815(0x22a)],_0x28f408[_0x46f815(0x29f)]=_0x2cddc8,logger[_0x46f815(0x16a)](_0x46f815(0x12c)+_0x11a53a+_0x46f815(0x296)+_0x28f408[_0x46f815(0x29f)][_0x46f815(0x1c3)]+_0x46f815(0x1ad)+_0x28f408[_0x46f815(0x29f)][_0x46f815(0x17e)]);}_0x1c5a3d[_0x46f815(0x271)](_0x11a53a,_0x28f408),logger[_0x46f815(0x16a)](_0x46f815(0x154)+_0x11a53a+_0x46f815(0x257)+_0x5d31e3+_0x46f815(0x113)+_0x26b0a0);}async[a96_0x402f3c(0x151)](_0x11c49c,_0x2d6fd0){const _0x41e204=a96_0x402f3c,_0xa8d467={};_0xa8d467[_0x41e204(0x20c)]=function(_0x1e6014,_0x2e53f6){return _0x1e6014>_0x2e53f6;},_0xa8d467[_0x41e204(0x283)]=function(_0x2028aa,_0x161580){return _0x2028aa===_0x161580;},_0xa8d467[_0x41e204(0x123)]=function(_0xc8f2a8,_0x5830ec){return _0xc8f2a8===_0x5830ec;},_0xa8d467[_0x41e204(0x244)]=function(_0x1f76b3,_0x5301f6){return _0x1f76b3>_0x5301f6;},_0xa8d467['YyCIs']=function(_0x531fd6,_0x1bd3ff){return _0x531fd6===_0x1bd3ff;},_0xa8d467[_0x41e204(0x1cb)]='[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook';const _0x172c13=_0xa8d467;if(_0x11c49c['hasPendingHooks'](_0x2d6fd0)){const _0x37b212=_0x11c49c[_0x41e204(0x21d)](_0x2d6fd0);logger['debug'](_0x41e204(0x297)+_0x37b212[_0x41e204(0x12f)]+_0x41e204(0x24e)+_0x2d6fd0);for(const _0x565f3f of _0x37b212){try{const _0x3f33f2=await this[_0x41e204(0x276)](_0x11c49c,_0x565f3f[_0x41e204(0x14e)],_0x565f3f[_0x41e204(0x28a)],_0x565f3f[_0x41e204(0x18d)]);_0x3f33f2&&_0x172c13[_0x41e204(0x20c)](Object[_0x41e204(0x1df)](_0x3f33f2)['length'],0x0)&&_0x11c49c[_0x41e204(0x1c6)](_0x3f33f2),await this[_0x41e204(0x27d)](_0x11c49c,_0x565f3f['testFrameworkState'],_0x565f3f[_0x41e204(0x28a)],_0x565f3f['args']);}catch(_0x4ce7fd){logger['error'](_0x41e204(0x279)+_0x2d6fd0+_0x41e204(0x1da)+_0x4ce7fd);}}_0x11c49c[_0x41e204(0x265)](_0x2d6fd0),logger[_0x41e204(0x16a)]('Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20'+_0x2d6fd0);}const _0x5535f7=_0x11c49c[_0x41e204(0x1e1)]()[_0x41e204(0x220)](_0x2d6fd0);if(_0x5535f7){const _0x2a08ab=_0x5535f7[TestFrameworkConstants['KEY_TEST_FILE_PATH']]||_0x5535f7[TestFrameworkConstants['KEY_TEST_LOCATION']],_0x5310a6=_0x5535f7[TestFrameworkConstants[_0x41e204(0x2a1)]]||_0x5535f7[TestFrameworkConstants['KEY_TEST_SCOPES']]&&_0x5535f7[TestFrameworkConstants[_0x41e204(0x245)]][0x0]||'';logger[_0x41e204(0x16a)](_0x41e204(0x18c)+_0x2a08ab+_0x41e204(0x1ad)+_0x5310a6);const _0x249cf3=_0x11c49c[_0x41e204(0x167)]();for(const _0x3161cc of _0x249cf3){if(_0x172c13[_0x41e204(0x283)](_0x3161cc,_0x2d6fd0))continue;if(_0x11c49c[_0x41e204(0x1ae)](_0x3161cc)){const _0x5d31b0=_0x11c49c['getPendingHooks'](_0x3161cc);for(const _0xb1a080 of _0x5d31b0){if(_0x172c13[_0x41e204(0x123)](_0xb1a080[_0x41e204(0x14e)],TestFrameworkState[_0x41e204(0x170)])&&_0xb1a080['hookMetadata']){const _0x4cb9ea=_0xb1a080['hookMetadata']['filePath'],_0x5b824c=_0xb1a080[_0x41e204(0x29f)][_0x41e204(0x17e)];if(_0x172c13[_0x41e204(0x123)](_0x4cb9ea,_0x2a08ab)&&_0x172c13['tzHwV'](_0x5b824c,_0x5310a6)){logger[_0x41e204(0x16a)](_0x41e204(0x1c9)+_0x3161cc+_0x41e204(0x13a)+_0x2d6fd0+',\x20filePath:\x20'+_0x4cb9ea+_0x41e204(0x1ad)+_0x5b824c);_0xb1a080[_0x41e204(0x18d)]&&_0xb1a080[_0x41e204(0x18d)][_0x41e204(0x186)]&&(_0xb1a080[_0x41e204(0x18d)][_0x41e204(0x186)][_0x41e204(0x290)]=_0x2d6fd0,logger['debug'](_0x41e204(0x298)+_0x3161cc+_0x41e204(0x139)+_0x2d6fd0));try{const _0x335503=await this[_0x41e204(0x276)](_0x11c49c,_0xb1a080[_0x41e204(0x14e)],_0xb1a080[_0x41e204(0x28a)],_0xb1a080[_0x41e204(0x18d)]);_0x335503&&_0x172c13[_0x41e204(0x244)](Object[_0x41e204(0x1df)](_0x335503)[_0x41e204(0x12f)],0x0)&&_0x11c49c['addMultipleEntries'](_0x335503);await this[_0x41e204(0x27d)](_0x11c49c,_0xb1a080[_0x41e204(0x14e)],_0xb1a080[_0x41e204(0x28a)],_0xb1a080[_0x41e204(0x18d)]);const _0x1ef20f=_0x11c49c[_0x41e204(0x21d)](_0x3161cc)[_0x41e204(0x11e)](_0x4e700b=>_0x4e700b!==_0xb1a080);if(_0x172c13[_0x41e204(0x1cf)](_0x1ef20f['length'],0x0))_0x11c49c[_0x41e204(0x265)](_0x3161cc);else{_0x11c49c[_0x41e204(0x265)](_0x3161cc);for(const _0x30400b of _0x1ef20f){_0x11c49c[_0x41e204(0x271)](_0x3161cc,_0x30400b);}}logger[_0x41e204(0x16a)](_0x172c13['mdTdu']);}catch(_0x2e70fe){logger[_0x41e204(0x197)](_0x41e204(0x1db)+_0x2d6fd0+',\x20error:\x20'+_0x2e70fe);}}}}}}}}['mapTestHooks'](_0x578830){const _0x5a6c37=a96_0x402f3c,_0x74d6be={'pSVjo':function(_0x34948e){return _0x34948e();}};if(!_0x578830||!_0x578830['parent'])return;_0x578830['parent']['hooks']&&Array[_0x5a6c37(0x218)](_0x578830[_0x5a6c37(0x1f2)][_0x5a6c37(0x19e)])&&_0x578830[_0x5a6c37(0x1f2)][_0x5a6c37(0x19e)][_0x5a6c37(0x23f)](_0x4ca082=>{const _0x33098a=_0x5a6c37;!_0x4ca082[_0x33098a(0x1bc)]&&!_0x4ca082[_0x33098a(0x1dc)]&&(_0x4ca082[_0x33098a(0x1bc)]=_0x74d6be[_0x33098a(0x1cd)](uuidv4),_0x4ca082[_0x33098a(0x1dc)]=_0x4ca082[_0x33098a(0x1bc)],logger['debug'](_0x33098a(0x26d)+_0x4ca082['type']+_0x33098a(0x12d)+_0x4ca082[_0x33098a(0x1bc)]));}),this[_0x5a6c37(0x1e5)](_0x578830[_0x5a6c37(0x1f2)]);}[a96_0x402f3c(0x215)](_0x2816b3){const _0x4f5dd0=a96_0x402f3c,_0x38bad3={'LmLSc':function(_0x3a59ff,_0x55ab3a){return _0x3a59ff(_0x55ab3a);}};if(!_0x2816b3||!_0x2816b3[_0x4f5dd0(0x1f2)])return[];const _0x1651aa=[];return _0x2816b3[_0x4f5dd0(0x1f2)][_0x4f5dd0(0x19e)]&&Array[_0x4f5dd0(0x218)](_0x2816b3[_0x4f5dd0(0x1f2)][_0x4f5dd0(0x19e)])&&_0x2816b3['parent']['hooks']['forEach'](_0x4ffdfd=>{const _0x292967=_0x4f5dd0,_0x4c1bda=_0x4ffdfd[_0x292967(0x1bc)]||_0x4ffdfd['hookUUID'];_0x4c1bda&&!this[_0x292967(0x1b2)](_0x4ffdfd)&&!_0x38bad3['LmLSc'](isInternalHook,_0x4ffdfd['fn'])&&_0x1651aa[_0x292967(0x13e)](_0x4c1bda);}),[..._0x1651aa,...this[_0x4f5dd0(0x215)](_0x2816b3[_0x4f5dd0(0x1f2)])];}[a96_0x402f3c(0x232)](_0x5bdae0){const _0x4a18a4=a96_0x402f3c,_0x4d6c78={'OMsWB':function(_0x4bf881,_0x4c5cb2){return _0x4bf881(_0x4c5cb2);},'OnJIv':'unknown','LcJIm':function(_0xad3280,_0x508b4b){return _0xad3280(_0x508b4b);},'QIQxX':function(_0x45064d,_0xe646e9){return _0x45064d(_0xe646e9);}},_0x5dd4d5=new Map(),_0x4976ee=_0x3fac9e=>{const _0x4b3652=a96_0x3de3;if(!_0x3fac9e||!_0x3fac9e[_0x4b3652(0x1f2)])return;_0x3fac9e['parent'][_0x4b3652(0x19e)]&&Array[_0x4b3652(0x218)](_0x3fac9e['parent'][_0x4b3652(0x19e)])&&_0x3fac9e[_0x4b3652(0x1f2)][_0x4b3652(0x19e)][_0x4b3652(0x23f)](_0x30d820=>{const _0x5158a7=_0x4b3652,_0xab23b5=_0x30d820[_0x5158a7(0x1bc)]||_0x30d820[_0x5158a7(0x1dc)];if(_0xab23b5&&!this[_0x5158a7(0x1b2)](_0x30d820)&&!_0x4d6c78[_0x5158a7(0x20f)](isInternalHook,_0x30d820['fn'])){const _0x1345b9={};_0x1345b9['type']=_0x30d820['type']||_0x4d6c78[_0x5158a7(0x1ba)],_0x1345b9[_0x5158a7(0x217)]=_0x30d820[_0x5158a7(0x217)]||'\x22'+_0x30d820[_0x5158a7(0x291)]+_0x5158a7(0x11d),_0x5dd4d5[_0x5158a7(0x27a)](_0xab23b5,_0x1345b9);}}),_0x4d6c78[_0x4b3652(0x2a2)](_0x4976ee,_0x3fac9e[_0x4b3652(0x1f2)]);};return _0x4d6c78[_0x4a18a4(0x12a)](_0x4976ee,_0x5bdae0),_0x5dd4d5;}[a96_0x402f3c(0x1b2)](_0x2db7c7){const _0x2c24a1=a96_0x402f3c,_0x2d003b={};_0x2d003b[_0x2c24a1(0x180)]='jest-circus',_0x2d003b[_0x2c24a1(0x23c)]=_0x2c24a1(0x16b);const _0x5e6fa1=_0x2d003b;try{const _0x2edf42=this[_0x2c24a1(0x21f)](_0x2db7c7);if(!_0x2edf42||_0x2edf42[_0x2c24a1(0x1dd)](_0x5e6fa1['CTqFP']))return!![];return![];}catch(_0x309903){logger[_0x2c24a1(0x16a)](_0x5e6fa1[_0x2c24a1(0x23c)]);}return![];}[a96_0x402f3c(0x21f)](_0x207695){const _0x351a3a=a96_0x402f3c,_0x188406={'aTIHV':function(_0x1cb42c,_0x25e04c){return _0x1cb42c(_0x25e04c);}};if(_0x207695['file'])return _0x207695['file'];if(_0x207695['asyncError'])try{const _0x8f0b33=stackTrace[_0x351a3a(0x159)](_0x207695[_0x351a3a(0x29e)]),_0x370031=_0x188406[_0x351a3a(0x27c)](pickUserFrameFile,_0x8f0b33);if(_0x370031)return _0x370031;logger[_0x351a3a(0x16a)]('[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length='+_0x8f0b33['length']+')');}catch(_0xe0004d){logger[_0x351a3a(0x16a)]('[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20'+util[_0x351a3a(0x259)](_0xe0004d));}return null;}}module[a96_0x402f3c(0x1a0)]=JestTestFramework;
@@ -1 +1 @@
1
- const a97_0x5f6a68=a97_0x79e3;(function(_0x59f3f8,_0xfc45f2){const _0xcbbe36=a97_0x79e3,_0x24c567=_0x59f3f8();while(!![]){try{const _0x348ddd=parseInt(_0xcbbe36(0x165))/0x1*(parseInt(_0xcbbe36(0x151))/0x2)+parseInt(_0xcbbe36(0x156))/0x3*(parseInt(_0xcbbe36(0x176))/0x4)+parseInt(_0xcbbe36(0x117))/0x5*(parseInt(_0xcbbe36(0x174))/0x6)+parseInt(_0xcbbe36(0x135))/0x7*(parseInt(_0xcbbe36(0x160))/0x8)+parseInt(_0xcbbe36(0x164))/0x9*(-parseInt(_0xcbbe36(0x11d))/0xa)+-parseInt(_0xcbbe36(0x18b))/0xb+-parseInt(_0xcbbe36(0x12e))/0xc*(parseInt(_0xcbbe36(0x17a))/0xd);if(_0x348ddd===_0xfc45f2)break;else _0x24c567['push'](_0x24c567['shift']());}catch(_0xeb3706){_0x24c567['push'](_0x24c567['shift']());}}}(a97_0x5e3d,0xba0a0));const util=require(a97_0x5f6a68(0x10a)),TestFramework=require(a97_0x5f6a68(0x187)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a97_0x5f6a68(0x10d)),TestFrameworkInstance=require(a97_0x5f6a68(0x185)),TrackedInstance=require(a97_0x5f6a68(0x146)),CLIUtils=require(a97_0x5f6a68(0x16c)),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),{createClassLogger}=require(a97_0x5f6a68(0x159)),logger=createClassLogger('MochaTestFramework'),a97_0x1fbaed={};a97_0x1fbaed['BEFORE_ALL']=TestFrameworkState[a97_0x5f6a68(0x15c)],a97_0x1fbaed[a97_0x5f6a68(0x178)]=TestFrameworkState[a97_0x5f6a68(0x178)],a97_0x1fbaed[a97_0x5f6a68(0x170)]=TestFrameworkState['BEFORE_EACH'],a97_0x1fbaed[a97_0x5f6a68(0x17d)]=TestFrameworkState[a97_0x5f6a68(0x17d)];const HOOK_STATES=a97_0x1fbaed,LEGACY_HOOKS_BUCKET=a97_0x5f6a68(0x16f),KEY_LEGACY_HOOKS=a97_0x5f6a68(0x181);class MochaTestFramework extends TestFramework{constructor(_0x1b4cf5,_0x37dbac,_0x3bbd3b){super(_0x1b4cf5,_0x37dbac,_0x3bbd3b);}async['trackReportedEvent'](_0x1ad30b,_0x35a4e0,_0x3bdc91={}){const _0x141288=a97_0x5f6a68,_0x366424={};_0x366424[_0x141288(0x138)]=_0x141288(0x180),_0x366424['QLcqg']=_0x141288(0x171);const _0x1dac09=_0x366424,_0x3cfe4e=!!(_0x1ad30b&&_0x1ad30b[_0x141288(0x15f)]),_0x4e0cd8=_0x3cfe4e?_0x1ad30b[_0x141288(0x15f)]:_0x1ad30b&&_0x1ad30b[_0x141288(0x17f)];if(!_0x4e0cd8)return logger[_0x141288(0x126)](_0x141288(0x168)+_0x35a4e0),![];const _0x3d6bc1=_0x3cfe4e?HOOK_STATES[_0x4e0cd8['hook_type']]:TestFrameworkState[_0x141288(0x140)];if(!_0x3d6bc1)return logger[_0x141288(0x126)](_0x141288(0x13e)+_0x35a4e0+'\x20hook_type='+_0x4e0cd8[_0x141288(0x13b)]+_0x141288(0x124)),![];const _0x20cfac=[_0x1dac09[_0x141288(0x138)],_0x1dac09[_0x141288(0x162)]][_0x141288(0x134)](_0x35a4e0)?HookState[_0x141288(0x125)]:HookState[_0x141288(0x130)];logger[_0x141288(0x126)](_0x141288(0x13e)+_0x35a4e0+'\x20uuid='+_0x4e0cd8[_0x141288(0x13d)]+'\x20state='+_0x3d6bc1+'.'+_0x20cfac);try{const _0x1aadd0={'payload':_0x4e0cd8,'eventType':_0x35a4e0,'isHook':_0x3cfe4e,..._0x3bdc91},_0x3c08e5={};_0x3c08e5['mochaEvent']=_0x1aadd0,await this[_0x141288(0x153)](_0x3d6bc1,_0x20cfac,_0x3c08e5);}catch(_0x45ab78){logger['error']('trackReportedEvent:\x20dispatch\x20failed\x20for\x20eventType='+_0x35a4e0+':\x20'+util[_0x141288(0x17b)](_0x45ab78));}return!![];}async[a97_0x5f6a68(0x153)](_0x575898,_0x44f0a1,_0x38478b={}){const _0x2345ac=a97_0x5f6a68,_0x49a1f2={};_0x49a1f2[_0x2345ac(0x136)]=_0x2345ac(0x15e);const _0x3ea5b9=_0x49a1f2;await super[_0x2345ac(0x153)](_0x575898,_0x44f0a1,_0x38478b);const _0x1f16b7=_0x38478b[_0x2345ac(0x14b)];if(!_0x1f16b7){logger['debug']('trackEvent:\x20no\x20mochaEvent\x20on\x20args\x20for\x20state='+_0x575898+'.'+_0x44f0a1);return;}const _0x2494a6=this[_0x2345ac(0x149)](_0x575898);if(!_0x2494a6){logger[_0x2345ac(0x126)](_0x3ea5b9[_0x2345ac(0x136)]);return;}try{_0x38478b[_0x2345ac(0x13f)]=_0x1f16b7[_0x2345ac(0x148)]?this['loadHook'](_0x2494a6,_0x575898,_0x44f0a1,_0x1f16b7):this[_0x2345ac(0x16d)](_0x2494a6,_0x44f0a1,_0x1f16b7);}catch(_0x2d922c){logger[_0x2345ac(0x139)]('trackEvent:\x20failed\x20to\x20load\x20event\x20data\x20for\x20state='+_0x575898+'.'+_0x44f0a1+':\x20'+util[_0x2345ac(0x17b)](_0x2d922c));return;}_0x38478b[_0x2345ac(0x12d)]=_0x2494a6,await this[_0x2345ac(0x150)](_0x2494a6,_0x575898,_0x44f0a1,_0x38478b);}[a97_0x5f6a68(0x149)](_0x3f117b){const _0x5d7f0c=a97_0x5f6a68;let _0x5f20a8=TestFramework[_0x5d7f0c(0x157)]();if(_0x5f20a8)return _0x5f20a8;const _0x559c6d=CLIUtils['getCurrentInstanceName'](),_0xc275d0=TrackedInstance[_0x5d7f0c(0x131)](_0x559c6d);return _0x5f20a8=new TestFrameworkInstance(_0xc275d0,this[_0x5d7f0c(0x15d)](),this['getTestFrameworksVersions'](),_0x3f117b,HookState[_0x5d7f0c(0x152)]),TestFramework[_0x5d7f0c(0x147)](_0xc275d0,_0x5f20a8),logger[_0x5d7f0c(0x126)](_0x5d7f0c(0x120)+_0x559c6d+'\x20contextId='+_0xc275d0[_0x5d7f0c(0x10c)]()+_0x5d7f0c(0x143)+_0x3f117b),_0x5f20a8;}[a97_0x5f6a68(0x16d)](_0x1532c9,_0x3b5083,{payload:_0x24ebcf,testFilePath:_0x3aa626}){const _0x5bbf0f=a97_0x5f6a68,_0x515a2b={};_0x515a2b[_0x5bbf0f(0x108)]=function(_0x3cb25d,_0xadc2a){return _0x3cb25d===_0xadc2a;};const _0xd725f6=_0x515a2b,_0x153e72=_0x24ebcf[_0x5bbf0f(0x13d)],_0x13b42={...this[_0x5bbf0f(0x10e)](_0x24ebcf),[TestFrameworkConstants[_0x5bbf0f(0x121)]]:_0x153e72,[TestFrameworkConstants[_0x5bbf0f(0x14d)]]:_0x153e72,[TestFrameworkConstants[_0x5bbf0f(0x109)]]:_0x24ebcf['identifier'],[TestFrameworkConstants[_0x5bbf0f(0x175)]]:_0x24ebcf[_0x5bbf0f(0x16a)],[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x24ebcf[_0x5bbf0f(0x12c)],[TestFrameworkConstants[_0x5bbf0f(0x154)]]:_0x24ebcf[_0x5bbf0f(0x16e)],[TestFrameworkConstants[_0x5bbf0f(0x183)]]:_0x24ebcf[_0x5bbf0f(0x15b)]?_0x24ebcf[_0x5bbf0f(0x15b)]['code']:null,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x3aa626,[TestFrameworkConstants[_0x5bbf0f(0x144)]]:_0x3aa626,[TestFrameworkConstants[_0x5bbf0f(0x14f)]]:_0x24ebcf['result'],[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x24ebcf['started_at'],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x24ebcf[_0x5bbf0f(0x16a)],[TestFrameworkConstants[_0x5bbf0f(0x177)]]:_0x24ebcf[_0x5bbf0f(0x119)],[TestFrameworkConstants['KEY_TEST_TAGS']]:[],[TestFrameworkConstants[_0x5bbf0f(0x12a)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants[_0x5bbf0f(0x13a)]]:[]};_0xd725f6['bwljb'](_0x3b5083,HookState[_0x5bbf0f(0x130)])&&Object[_0x5bbf0f(0x122)](_0x13b42,{[TestFrameworkConstants[_0x5bbf0f(0x16b)]]:_0x24ebcf[_0x5bbf0f(0x11e)],[TestFrameworkConstants[_0x5bbf0f(0x115)]]:new Date()[_0x5bbf0f(0x12f)](),[TestFrameworkConstants['KEY_TEST_DURATION']]:_0x24ebcf[_0x5bbf0f(0x11a)],[TestFrameworkConstants[_0x5bbf0f(0x123)]]:_0x24ebcf[_0x5bbf0f(0x112)],[TestFrameworkConstants[_0x5bbf0f(0x129)]]:_0x24ebcf[_0x5bbf0f(0x132)],[TestFrameworkConstants[_0x5bbf0f(0x11f)]]:_0x24ebcf['failure_reason'],[TestFrameworkConstants[_0x5bbf0f(0x17c)]]:_0x24ebcf[_0x5bbf0f(0x167)],[TestFrameworkConstants[_0x5bbf0f(0x11c)]]:_0x24ebcf['failure_reason_expanded'],[KEY_LEGACY_HOOKS]:_0x24ebcf[_0x5bbf0f(0x158)]||[]});const _0x50d3d9={};return _0x50d3d9[_0x153e72]=_0x13b42,_0x1532c9[_0x5bbf0f(0x188)](_0x50d3d9),_0x153e72;}[a97_0x5f6a68(0x113)](_0x511938,_0x145727,_0x35b049,{payload:_0x104b6f,currentTestUuid:_0x3bd9b9,testFilePath:_0x379985}){const _0x181801=a97_0x5f6a68,_0x1b47ea={};_0x1b47ea[_0x181801(0x13c)]=function(_0xc85d20,_0x564ca4){return _0xc85d20===_0x564ca4;},_0x1b47ea[_0x181801(0x107)]=_0x181801(0x14c),_0x1b47ea['pPnlJ']=function(_0x360059,_0x54b06f){return _0x360059===_0x54b06f;};const _0x517c15=_0x1b47ea,_0x2bf6b0=_0x145727['toString']()[_0x181801(0x169)]('.')[0x1],_0x5599ed=_0x104b6f['uuid'],_0x52ddb8={[TestFrameworkConstants[_0x181801(0x15a)]]:_0x5599ed,[TestFrameworkConstants[_0x181801(0x10b)]]:_0x104b6f[_0x181801(0x16a)],[TestFrameworkConstants[_0x181801(0x114)]]:_0x104b6f[_0x181801(0x12b)],[TestFrameworkConstants[_0x181801(0x118)]]:_0x104b6f[_0x181801(0x141)],[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{}};_0x52ddb8[_0x181801(0x161)]=_0x2bf6b0;const _0x1f4d38=_0x52ddb8;_0x517c15[_0x181801(0x13c)](_0x35b049,HookState['POST'])&&(_0x1f4d38[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x104b6f[_0x181801(0x11e)],_0x517c15[_0x181801(0x13c)](_0x104b6f[_0x181801(0x12b)],_0x517c15[_0x181801(0x107)])&&(_0x1f4d38[TestFrameworkConstants[_0x181801(0x116)]]=_0x104b6f['failure_type'],_0x1f4d38[TestFrameworkConstants[_0x181801(0x14a)]]=_0x104b6f['failure_reason'],_0x1f4d38[TestFrameworkConstants[_0x181801(0x186)]]=_0x104b6f[_0x181801(0x112)]));const _0x26c121=_0x517c15['pPnlJ'](_0x35b049,HookState[_0x181801(0x125)])?TestFrameworkConstants[_0x181801(0x111)]:TestFrameworkConstants[_0x181801(0x128)],_0x3f0c57={};_0x3f0c57[_0x2bf6b0]=[_0x1f4d38];const _0x38b699={...this[_0x181801(0x10e)](_0x104b6f),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x104b6f[_0x181801(0x12c)],[TestFrameworkConstants[_0x181801(0x154)]]:_0x104b6f[_0x181801(0x16e)],[TestFrameworkConstants[_0x181801(0x179)]]:_0x379985,[TestFrameworkConstants[_0x181801(0x144)]]:_0x379985,[TestFrameworkConstants[_0x181801(0x172)]]:_0x104b6f[_0x181801(0x141)],[TestFrameworkConstants[_0x181801(0x16b)]]:_0x104b6f[_0x181801(0x11e)],[_0x26c121]:_0x3f0c57};_0x3bd9b9&&(_0x38b699[TestFrameworkConstants[_0x181801(0x121)]]=_0x3bd9b9);const _0x2c64c1={};return _0x2c64c1[_0x5599ed]=_0x38b699,_0x511938[_0x181801(0x18c)](_0x2c64c1),_0x5599ed;}[a97_0x5f6a68(0x10e)](_0x4fecb2){const _0x18bb37=a97_0x5f6a68,_0x6ab18a=this[_0x18bb37(0x15d)]()[0x0],_0x1997bf=this[_0x18bb37(0x155)]()||{},_0x5f235c={[TestFrameworkConstants[_0x18bb37(0x17e)]]:_0x4fecb2['framework'],[TestFrameworkConstants[_0x18bb37(0x14e)]]:_0x1997bf[_0x6ab18a]||''};return _0x5f235c;}[a97_0x5f6a68(0x189)](_0x427364){const _0x4bf076=a97_0x5f6a68,_0x64aa09={};_0x64aa09[_0x4bf076(0x163)]=_0x4bf076(0x10f);const _0x32c968=_0x64aa09;try{const _0x325db4=_0x427364[_0x4bf076(0x12d)],_0x2d8d7c=_0x427364[_0x4bf076(0x13f)],_0x534995=_0x325db4[_0x4bf076(0x110)]()[_0x4bf076(0x133)](_0x2d8d7c);if(!_0x534995)return logger[_0x4bf076(0x126)]('createTestFrameworkEventPayload:\x20no\x20data\x20for\x20entryId='+_0x2d8d7c),{};const _0x4b805d=!!(_0x427364[_0x4bf076(0x14b)]&&_0x427364['mochaEvent'][_0x4bf076(0x148)]),_0x5f42c5={..._0x534995},_0x74411=_0x5f42c5;delete _0x74411[KEY_LEGACY_HOOKS];!_0x4b805d&&(_0x74411[TestFrameworkConstants['KEY_HOOKS_STARTED']]={},_0x74411[TestFrameworkConstants[_0x4bf076(0x128)]]={[LEGACY_HOOKS_BUCKET]:(_0x534995[KEY_LEGACY_HOOKS]||[])['map'](_0x22f6aa=>({[TestFrameworkConstants['KEY_HOOK_ID']]:_0x22f6aa}))});const _0x47ab3f=_0x325db4[_0x4bf076(0x142)](),_0x2016a0=this[_0x4bf076(0x15d)]()[0x0],_0x3aa7a8=this['getTestFrameworksVersions']()||{},_0x52c3b9={'platformIndex':global[_0x4bf076(0x173)]??0x0,'testFrameworkName':_0x2016a0,'testFrameworkVersion':_0x3aa7a8[_0x2016a0]||'','testFrameworkState':_0x325db4[_0x4bf076(0x166)]()[_0x4bf076(0x182)]()['split']('.')[0x1],'hookState':_0x325db4['getCurrentHookState']()[_0x4bf076(0x182)]()[_0x4bf076(0x169)]('.')[0x1],'startedAt':_0x534995[TestFrameworkConstants[_0x4bf076(0x172)]]||'','endedAt':_0x534995[TestFrameworkConstants[_0x4bf076(0x16b)]]||'','uuid':_0x325db4['getRef'](),'eventJson':Buffer[_0x4bf076(0x145)](JSON[_0x4bf076(0x11b)](_0x74411))[_0x4bf076(0x182)](_0x32c968[_0x4bf076(0x163)]),'executionContext':{'hash':_0x47ab3f[_0x4bf076(0x10c)](),'threadId':_0x47ab3f[_0x4bf076(0x137)]()[_0x4bf076(0x182)](),'processId':_0x47ab3f['getProcessId']()['toString']()}};return logger[_0x4bf076(0x126)]('createTestFrameworkEventPayload:\x20entryId='+_0x2d8d7c+_0x4bf076(0x143)+_0x52c3b9['testFrameworkState']+'.'+_0x52c3b9[_0x4bf076(0x18a)]),_0x52c3b9;}catch(_0x3b2f80){return logger[_0x4bf076(0x139)](_0x4bf076(0x184)+util[_0x4bf076(0x17b)](_0x3b2f80)),{};}}}function a97_0x79e3(_0x245dda,_0x3ae170){const _0x5e3da7=a97_0x5e3d();return a97_0x79e3=function(_0x79e39f,_0x2f6a83){_0x79e39f=_0x79e39f-0x107;let _0x31aaf6=_0x5e3da7[_0x79e39f];return _0x31aaf6;},a97_0x79e3(_0x245dda,_0x3ae170);}module[a97_0x5f6a68(0x127)]=MochaTestFramework;function a97_0x5e3d(){const _0x4f24db=['trackEvent','KEY_TEST_SCOPES','getTestFrameworksVersions','61818xqlYps','getTrackedInstance','hooks','../../../helpers/classLogger.js','KEY_HOOK_ID','body','BEFORE_ALL','getTestFrameworks','trackEvent:\x20instance\x20could\x20not\x20be\x20resolved','hook_run','2064SihLTw','key','QLcqg','gthHt','55431EonCEV','61yOMtFA','getCurrentTestState','failure_backtrace','trackReportedEvent:\x20no\x20payload\x20on\x20eventType=','split','name','KEY_TEST_ENDED_AT','../cliUtils.js','loadTest','scopes','MOCHA_TEST_HOOKS','BEFORE_EACH','HookRunStarted','KEY_TEST_STARTED_AT','browserstackPlatformIndex','336GHpTxv','KEY_TEST_NAME','260rILPIb','KEY_TEST_RETRY_OF','AFTER_ALL','KEY_TEST_FILE_PATH','1773733dJHBcU','format','KEY_TEST_FAILURE_BACKTRACE','AFTER_EACH','KEY_TEST_FRAMEWORK_NAME','test_run','TestRunStarted','mocha_legacy_hooks','toString','KEY_TEST_CODE','createTestFrameworkEventPayload:\x20','../instances/testFrameworkInstance.js','KEY_HOOK_FAILURE','./testFramework.js','addMultipleEntries','createTestFrameworkEventPayload','hookState','7360551xMThur','updateMultipleEntries','qKZWw','bwljb','KEY_TEST_IDENTIFIER','util','KEY_HOOK_NAME','getId','../state/hookState.js','frameworkFields','base64','getAllData','KEY_HOOKS_STARTED','failure','loadHook','KEY_HOOK_RESULT','KEY_TEST_RESULT_AT','KEY_HOOK_FAILURE_TYPE','127205zINUTJ','KEY_EVENT_STARTED_AT','retry_of','duration_in_ms','stringify','KEY_TEST_FAILURE_REASON_EXPANDED','1180GrHiNl','finished_at','KEY_TEST_FAILURE_REASON','resolveInstance:\x20created\x20instance\x20target=','KEY_TEST_UUID','assign','KEY_TEST_FAILURE','\x20maps\x20to\x20no\x20Mocha\x20state;\x20leaving\x20it\x20on\x20the\x20Direct\x20flow','PRE','debug','exports','KEY_HOOKS_FINISHED','KEY_TEST_FAILURE_TYPE','KEY_CUSTOM_TAGS','result','scope','instance','120xKTeCN','toISOString','POST','createContext','failure_type','get','includes','525sVUxMb','JAyEl','getThreadId','uruVr','error','KEY_LOGS','hook_type','SnZax','uuid','trackReportedEvent:\x20eventType=','mochaEntryId','TEST','started_at','getContext','\x20state=','KEY_TEST_LOCATION','from','../instances/trackedInstance.js','setTrackedInstance','isHook','resolveInstance','KEY_HOOK_FAILURE_REASON','mochaEvent','failed','KEY_TEST_ID','KEY_TEST_FRAMEWORK_VERSION','KEY_TEST_RESULT','runHooks','24226uezLsZ','NONE'];a97_0x5e3d=function(){return _0x4f24db;};return a97_0x5e3d();}
1
+ const a97_0x404458=a97_0x4985;(function(_0x3087af,_0xc2b2f8){const _0x462cf2=a97_0x4985,_0x10a04e=_0x3087af();while(!![]){try{const _0x1e6b01=-parseInt(_0x462cf2(0x1f0))/0x1+parseInt(_0x462cf2(0x21c))/0x2+-parseInt(_0x462cf2(0x22d))/0x3+-parseInt(_0x462cf2(0x226))/0x4+parseInt(_0x462cf2(0x224))/0x5*(-parseInt(_0x462cf2(0x205))/0x6)+parseInt(_0x462cf2(0x1ea))/0x7*(parseInt(_0x462cf2(0x215))/0x8)+parseInt(_0x462cf2(0x245))/0x9*(parseInt(_0x462cf2(0x24e))/0xa);if(_0x1e6b01===_0xc2b2f8)break;else _0x10a04e['push'](_0x10a04e['shift']());}catch(_0xc0fb01){_0x10a04e['push'](_0x10a04e['shift']());}}}(a97_0x9c8f,0xbb4d6));const util=require(a97_0x404458(0x254)),TestFramework=require(a97_0x404458(0x1e6)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a97_0x404458(0x1ee)),TestFrameworkInstance=require(a97_0x404458(0x207)),TrackedInstance=require(a97_0x404458(0x20f)),CLIUtils=require(a97_0x404458(0x216)),TestFrameworkConstants=require(a97_0x404458(0x1eb)),{createClassLogger}=require(a97_0x404458(0x1e2)),logger=createClassLogger(a97_0x404458(0x1f4)),a97_0x45db90={};a97_0x45db90[a97_0x404458(0x1d8)]=TestFrameworkState[a97_0x404458(0x1d8)],a97_0x45db90[a97_0x404458(0x1ff)]=TestFrameworkState[a97_0x404458(0x1ff)],a97_0x45db90['BEFORE_EACH']=TestFrameworkState[a97_0x404458(0x246)],a97_0x45db90[a97_0x404458(0x202)]=TestFrameworkState[a97_0x404458(0x202)];const HOOK_STATES=a97_0x45db90,LEGACY_HOOKS_BUCKET='MOCHA_TEST_HOOKS',KEY_LEGACY_HOOKS=a97_0x404458(0x223);function a97_0x4985(_0x1d3fc9,_0xb65c79){const _0x9c8fe=a97_0x9c8f();return a97_0x4985=function(_0x49852c,_0x1a6984){_0x49852c=_0x49852c-0x1d8;let _0x4673c4=_0x9c8fe[_0x49852c];return _0x4673c4;},a97_0x4985(_0x1d3fc9,_0xb65c79);}class MochaTestFramework extends TestFramework{constructor(_0x29c050,_0x13bf5f,_0x1a6e94){super(_0x29c050,_0x13bf5f,_0x1a6e94);}async[a97_0x404458(0x204)](_0x1e6da0,_0x24b4fc,_0x21e46b={}){const _0x515785=a97_0x404458,_0x3ab702={};_0x3ab702['VUozK']=_0x515785(0x255),_0x3ab702[_0x515785(0x249)]=_0x515785(0x201);const _0x3614dd=_0x3ab702,_0x46de3b=!!(_0x1e6da0&&_0x1e6da0[_0x515785(0x1e0)]),_0x1a121d=_0x46de3b?_0x1e6da0[_0x515785(0x1e0)]:_0x1e6da0&&_0x1e6da0['test_run'];if(!_0x1a121d)return logger[_0x515785(0x257)](_0x515785(0x24a)+_0x24b4fc),![];const _0x56c264=_0x46de3b?HOOK_STATES[_0x1a121d[_0x515785(0x20c)]]:TestFrameworkState['TEST'];if(!_0x56c264)return logger['debug'](_0x515785(0x24b)+_0x24b4fc+_0x515785(0x228)+_0x1a121d[_0x515785(0x20c)]+'\x20maps\x20to\x20no\x20Mocha\x20state;\x20leaving\x20it\x20on\x20the\x20Direct\x20flow'),![];const _0x588f58=[_0x3614dd[_0x515785(0x1de)],_0x3614dd['gUTeW']][_0x515785(0x203)](_0x24b4fc)?HookState[_0x515785(0x1db)]:HookState['POST'];logger[_0x515785(0x257)](_0x515785(0x24b)+_0x24b4fc+_0x515785(0x23b)+_0x1a121d['uuid']+_0x515785(0x253)+_0x56c264+'.'+_0x588f58);try{const _0x1f42ee={'payload':_0x1a121d,'eventType':_0x24b4fc,'isHook':_0x46de3b,..._0x21e46b},_0x98d6cb={};_0x98d6cb['mochaEvent']=_0x1f42ee,await this[_0x515785(0x233)](_0x56c264,_0x588f58,_0x98d6cb);}catch(_0x2c39a9){logger[_0x515785(0x238)]('trackReportedEvent:\x20dispatch\x20failed\x20for\x20eventType='+_0x24b4fc+':\x20'+util['format'](_0x2c39a9));}return!![];}async[a97_0x404458(0x233)](_0x2ec26a,_0x269dc1,_0x3a2578={}){const _0x3e73f5=a97_0x404458,_0x1467b7={};_0x1467b7[_0x3e73f5(0x1e8)]='trackEvent:\x20instance\x20could\x20not\x20be\x20resolved';const _0x5a971b=_0x1467b7;await super[_0x3e73f5(0x233)](_0x2ec26a,_0x269dc1,_0x3a2578);const _0x1edbe7=_0x3a2578[_0x3e73f5(0x23c)];if(!_0x1edbe7){logger[_0x3e73f5(0x257)](_0x3e73f5(0x20d)+_0x2ec26a+'.'+_0x269dc1);return;}const _0x28c885=this['resolveInstance'](_0x2ec26a);if(!_0x28c885){logger[_0x3e73f5(0x257)](_0x5a971b[_0x3e73f5(0x1e8)]);return;}try{_0x3a2578[_0x3e73f5(0x230)]=_0x1edbe7[_0x3e73f5(0x21d)]?this['loadHook'](_0x28c885,_0x2ec26a,_0x269dc1,_0x1edbe7):this[_0x3e73f5(0x251)](_0x28c885,_0x269dc1,_0x1edbe7);}catch(_0x5e2e5f){logger[_0x3e73f5(0x238)](_0x3e73f5(0x23a)+_0x2ec26a+'.'+_0x269dc1+':\x20'+util[_0x3e73f5(0x21a)](_0x5e2e5f));return;}_0x3a2578['instance']=_0x28c885,await this[_0x3e73f5(0x247)](_0x28c885,_0x2ec26a,_0x269dc1,_0x3a2578);}[a97_0x404458(0x1f3)](_0x4eb3d0){const _0x177154=a97_0x404458;let _0x3717d7=TestFramework[_0x177154(0x231)]();if(_0x3717d7)return _0x3717d7;const _0xc6ab4e=CLIUtils[_0x177154(0x212)](),_0x42535f=TrackedInstance[_0x177154(0x22e)](_0xc6ab4e);return _0x3717d7=new TestFrameworkInstance(_0x42535f,this['getTestFrameworks'](),this[_0x177154(0x248)](),_0x4eb3d0,HookState[_0x177154(0x24d)]),TestFramework['setTrackedInstance'](_0x42535f,_0x3717d7),logger['debug'](_0x177154(0x256)+_0xc6ab4e+_0x177154(0x1dc)+_0x42535f[_0x177154(0x1df)]()+'\x20state='+_0x4eb3d0),_0x3717d7;}[a97_0x404458(0x251)](_0x51a187,_0x4f9536,{payload:_0x43bcd0,testFilePath:_0x55b3ae}){const _0x1b6d47=a97_0x404458,_0x471b45={};_0x471b45[_0x1b6d47(0x1e7)]=function(_0x3f0722,_0x62d572){return _0x3f0722===_0x62d572;};const _0x521be7=_0x471b45,_0x16801d=_0x43bcd0['uuid'],_0x3826d2={...this[_0x1b6d47(0x1da)](_0x43bcd0),[TestFrameworkConstants[_0x1b6d47(0x218)]]:_0x16801d,[TestFrameworkConstants[_0x1b6d47(0x1f8)]]:_0x16801d,[TestFrameworkConstants[_0x1b6d47(0x20b)]]:_0x43bcd0[_0x1b6d47(0x22b)],[TestFrameworkConstants[_0x1b6d47(0x235)]]:_0x43bcd0['name'],[TestFrameworkConstants[_0x1b6d47(0x1fe)]]:_0x43bcd0[_0x1b6d47(0x208)],[TestFrameworkConstants[_0x1b6d47(0x211)]]:_0x43bcd0[_0x1b6d47(0x232)],[TestFrameworkConstants['KEY_TEST_CODE']]:_0x43bcd0['body']?_0x43bcd0[_0x1b6d47(0x213)][_0x1b6d47(0x220)]:null,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x55b3ae,[TestFrameworkConstants[_0x1b6d47(0x243)]]:_0x55b3ae,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x43bcd0['result'],[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x43bcd0['started_at'],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x43bcd0[_0x1b6d47(0x221)],[TestFrameworkConstants[_0x1b6d47(0x227)]]:_0x43bcd0[_0x1b6d47(0x1f5)],[TestFrameworkConstants[_0x1b6d47(0x239)]]:[],[TestFrameworkConstants[_0x1b6d47(0x1f2)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x1b6d47(0x209)]]:{},[TestFrameworkConstants['KEY_LOGS']]:[]};_0x521be7['SuAxC'](_0x4f9536,HookState[_0x1b6d47(0x206)])&&Object['assign'](_0x3826d2,{[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x43bcd0[_0x1b6d47(0x23d)],[TestFrameworkConstants[_0x1b6d47(0x259)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x1b6d47(0x22a)]]:_0x43bcd0[_0x1b6d47(0x214)],[TestFrameworkConstants[_0x1b6d47(0x1f6)]]:_0x43bcd0[_0x1b6d47(0x23f)],[TestFrameworkConstants[_0x1b6d47(0x1fc)]]:_0x43bcd0[_0x1b6d47(0x1d9)],[TestFrameworkConstants[_0x1b6d47(0x219)]]:_0x43bcd0['failure_reason'],[TestFrameworkConstants[_0x1b6d47(0x22f)]]:_0x43bcd0['failure_backtrace'],[TestFrameworkConstants['KEY_TEST_FAILURE_REASON_EXPANDED']]:_0x43bcd0[_0x1b6d47(0x250)],[KEY_LEGACY_HOOKS]:_0x43bcd0[_0x1b6d47(0x20a)]||[]});const _0x32f60b={};return _0x32f60b[_0x16801d]=_0x3826d2,_0x51a187['addMultipleEntries'](_0x32f60b),_0x16801d;}[a97_0x404458(0x217)](_0x21f73c,_0x4cd9e4,_0x48f1ed,{payload:_0x284d50,currentTestUuid:_0x2182d7,testFilePath:_0x5e0695}){const _0x657c69=a97_0x404458,_0x1969e4={};_0x1969e4[_0x657c69(0x1f9)]=function(_0x4a9a5c,_0x487da6){return _0x4a9a5c===_0x487da6;},_0x1969e4[_0x657c69(0x252)]=function(_0x529468,_0x14a3cd){return _0x529468===_0x14a3cd;},_0x1969e4[_0x657c69(0x1fd)]=_0x657c69(0x24c);const _0x4b14da=_0x1969e4,_0x18e999=_0x4cd9e4[_0x657c69(0x1f1)]()[_0x657c69(0x1f7)]('.')[0x1],_0x3af7f5=_0x284d50[_0x657c69(0x200)],_0x3810d7={[TestFrameworkConstants[_0x657c69(0x240)]]:_0x3af7f5,[TestFrameworkConstants[_0x657c69(0x21b)]]:_0x284d50['name'],[TestFrameworkConstants['KEY_HOOK_RESULT']]:_0x284d50['result'],[TestFrameworkConstants[_0x657c69(0x20e)]]:_0x284d50[_0x657c69(0x1e5)],[TestFrameworkConstants[_0x657c69(0x1f2)]]:{}};_0x3810d7['key']=_0x18e999;const _0x34294c=_0x3810d7;_0x4b14da[_0x657c69(0x1f9)](_0x48f1ed,HookState['POST'])&&(_0x34294c[TestFrameworkConstants[_0x657c69(0x242)]]=_0x284d50['finished_at'],_0x4b14da[_0x657c69(0x252)](_0x284d50['result'],_0x4b14da[_0x657c69(0x1fd)])&&(_0x34294c[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=_0x284d50['failure_type'],_0x34294c[TestFrameworkConstants[_0x657c69(0x1e9)]]=_0x284d50['failure_reason'],_0x34294c[TestFrameworkConstants[_0x657c69(0x21f)]]=_0x284d50[_0x657c69(0x23f)]));const _0x2b08a3=_0x4b14da[_0x657c69(0x252)](_0x48f1ed,HookState[_0x657c69(0x1db)])?TestFrameworkConstants[_0x657c69(0x234)]:TestFrameworkConstants[_0x657c69(0x209)],_0x13ca60={};_0x13ca60[_0x18e999]=[_0x34294c];const _0x46a8b4={...this[_0x657c69(0x1da)](_0x284d50),[TestFrameworkConstants[_0x657c69(0x1fe)]]:_0x284d50[_0x657c69(0x208)],[TestFrameworkConstants[_0x657c69(0x211)]]:_0x284d50[_0x657c69(0x232)],[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x5e0695,[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x5e0695,[TestFrameworkConstants[_0x657c69(0x236)]]:_0x284d50[_0x657c69(0x1e5)],[TestFrameworkConstants[_0x657c69(0x210)]]:_0x284d50[_0x657c69(0x23d)],[_0x2b08a3]:_0x13ca60};_0x2182d7&&(_0x46a8b4[TestFrameworkConstants[_0x657c69(0x218)]]=_0x2182d7);const _0x455fe3={};return _0x455fe3[_0x3af7f5]=_0x46a8b4,_0x21f73c[_0x657c69(0x1e3)](_0x455fe3),_0x3af7f5;}[a97_0x404458(0x1da)](_0x314003){const _0x231fac=a97_0x404458,_0x207ef3=this['getTestFrameworks']()[0x0],_0x138678=this[_0x231fac(0x248)]()||{},_0x50cc4a={[TestFrameworkConstants[_0x231fac(0x1e4)]]:_0x314003[_0x231fac(0x1dd)],[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x138678[_0x207ef3]||''};return _0x50cc4a;}[a97_0x404458(0x241)](_0x4c03bf){const _0xa04dc8=a97_0x404458,_0xd7fffa={};_0xd7fffa[_0xa04dc8(0x1fa)]=_0xa04dc8(0x244);const _0x6be573=_0xd7fffa;try{const _0x57c2e7=_0x4c03bf[_0xa04dc8(0x23e)],_0xebf769=_0x4c03bf[_0xa04dc8(0x230)],_0x505906=_0x57c2e7['getAllData']()['get'](_0xebf769);if(!_0x505906)return logger[_0xa04dc8(0x257)](_0xa04dc8(0x24f)+_0xebf769),{};const _0x4505af=!!(_0x4c03bf[_0xa04dc8(0x23c)]&&_0x4c03bf['mochaEvent'][_0xa04dc8(0x21d)]),_0x283ffc={..._0x505906},_0x538df0=_0x283ffc;delete _0x538df0[KEY_LEGACY_HOOKS];!_0x4505af&&(_0x538df0[TestFrameworkConstants['KEY_HOOKS_STARTED']]={},_0x538df0[TestFrameworkConstants[_0xa04dc8(0x209)]]={[LEGACY_HOOKS_BUCKET]:(_0x505906[KEY_LEGACY_HOOKS]||[])['map'](_0x4e5b37=>({[TestFrameworkConstants[_0xa04dc8(0x240)]]:_0x4e5b37}))});const _0x11132c=_0x57c2e7[_0xa04dc8(0x1ed)](),_0x36e4f3=this[_0xa04dc8(0x22c)]()[0x0],_0x4a054a=this[_0xa04dc8(0x248)]()||{},_0x24bcd2={'platformIndex':global[_0xa04dc8(0x229)]??0x0,'testFrameworkName':_0x36e4f3,'testFrameworkVersion':_0x4a054a[_0x36e4f3]||'','testFrameworkState':_0x57c2e7['getCurrentTestState']()['toString']()['split']('.')[0x1],'hookState':_0x57c2e7[_0xa04dc8(0x237)]()[_0xa04dc8(0x1f1)]()[_0xa04dc8(0x1f7)]('.')[0x1],'startedAt':_0x505906[TestFrameworkConstants[_0xa04dc8(0x236)]]||'','endedAt':_0x505906[TestFrameworkConstants[_0xa04dc8(0x210)]]||'','uuid':_0x57c2e7['getRef'](),'eventJson':Buffer[_0xa04dc8(0x21e)](JSON[_0xa04dc8(0x222)](_0x538df0))[_0xa04dc8(0x1f1)](_0x6be573['inhwk']),'executionContext':{'hash':_0x11132c[_0xa04dc8(0x1df)](),'threadId':_0x11132c[_0xa04dc8(0x1fb)]()['toString'](),'processId':_0x11132c[_0xa04dc8(0x1ec)]()[_0xa04dc8(0x1f1)]()}};return logger[_0xa04dc8(0x257)](_0xa04dc8(0x258)+_0xebf769+_0xa04dc8(0x253)+_0x24bcd2[_0xa04dc8(0x1ef)]+'.'+_0x24bcd2[_0xa04dc8(0x1e1)]),_0x24bcd2;}catch(_0x4212ad){return logger['error'](_0xa04dc8(0x225)+util[_0xa04dc8(0x21a)](_0x4212ad)),{};}}}function a97_0x9c8f(){const _0x22d0e9=['instance','failure','KEY_HOOK_ID','createTestFrameworkEventPayload','KEY_EVENT_ENDED_AT','KEY_TEST_LOCATION','base64','18rPleIS','BEFORE_EACH','runHooks','getTestFrameworksVersions','gUTeW','trackReportedEvent:\x20no\x20payload\x20on\x20eventType=','trackReportedEvent:\x20eventType=','failed','NONE','8291560ZdwopG','createTestFrameworkEventPayload:\x20no\x20data\x20for\x20entryId=','failure_reason_expanded','loadTest','bbdlj','\x20state=','util','TestRunStarted','resolveInstance:\x20created\x20instance\x20target=','debug','createTestFrameworkEventPayload:\x20entryId=','KEY_TEST_RESULT_AT','BEFORE_ALL','failure_type','frameworkFields','PRE','\x20contextId=','framework','VUozK','getId','hook_run','hookState','../../../helpers/classLogger.js','updateMultipleEntries','KEY_TEST_FRAMEWORK_NAME','started_at','./testFramework.js','SuAxC','nHBrH','KEY_HOOK_FAILURE_REASON','112EARyny','./constants/testFrameworkConstants.js','getProcessId','getContext','../state/hookState.js','testFrameworkState','297553mdMfsu','toString','KEY_CUSTOM_TAGS','resolveInstance','MochaTestFramework','retry_of','KEY_TEST_FAILURE','split','KEY_TEST_ID','GumZs','inhwk','getThreadId','KEY_TEST_FAILURE_TYPE','FVFVC','KEY_TEST_SCOPE','AFTER_ALL','uuid','HookRunStarted','AFTER_EACH','includes','trackReportedEvent','54luvxEC','POST','../instances/testFrameworkInstance.js','scope','KEY_HOOKS_FINISHED','hooks','KEY_TEST_IDENTIFIER','hook_type','trackEvent:\x20no\x20mochaEvent\x20on\x20args\x20for\x20state=','KEY_EVENT_STARTED_AT','../instances/trackedInstance.js','KEY_TEST_ENDED_AT','KEY_TEST_SCOPES','getCurrentInstanceName','body','duration_in_ms','78296jxbLeL','../cliUtils.js','loadHook','KEY_TEST_UUID','KEY_TEST_FAILURE_REASON','format','KEY_HOOK_NAME','2919692EejgtY','isHook','from','KEY_HOOK_FAILURE','code','name','stringify','mocha_legacy_hooks','230195XEpneL','createTestFrameworkEventPayload:\x20','2256548eWEIvy','KEY_TEST_RETRY_OF','\x20hook_type=','browserstackPlatformIndex','KEY_TEST_DURATION','identifier','getTestFrameworks','3694557ngBBpW','createContext','KEY_TEST_FAILURE_BACKTRACE','mochaEntryId','getTrackedInstance','scopes','trackEvent','KEY_HOOKS_STARTED','KEY_TEST_NAME','KEY_TEST_STARTED_AT','getCurrentHookState','error','KEY_TEST_TAGS','trackEvent:\x20failed\x20to\x20load\x20event\x20data\x20for\x20state=','\x20uuid=','mochaEvent','finished_at'];a97_0x9c8f=function(){return _0x22d0e9;};return a97_0x9c8f();}module['exports']=MochaTestFramework;
@@ -1 +1 @@
1
- function a98_0xa77e(_0x16857b,_0x2b2cf5){const _0x13534e=a98_0x1353();return a98_0xa77e=function(_0xa77e43,_0xbb3c4b){_0xa77e43=_0xa77e43-0xdb;let _0x585dca=_0x13534e[_0xa77e43];return _0x585dca;},a98_0xa77e(_0x16857b,_0x2b2cf5);}const a98_0x4c424f=a98_0xa77e;(function(_0xc50f6f,_0x5b2f51){const _0x4c6ebf=a98_0xa77e,_0xcadc17=_0xc50f6f();while(!![]){try{const _0x11be0f=-parseInt(_0x4c6ebf(0xf5))/0x1*(-parseInt(_0x4c6ebf(0xef))/0x2)+parseInt(_0x4c6ebf(0xe2))/0x3*(-parseInt(_0x4c6ebf(0x106))/0x4)+-parseInt(_0x4c6ebf(0x115))/0x5+parseInt(_0x4c6ebf(0x100))/0x6+parseInt(_0x4c6ebf(0x10a))/0x7+-parseInt(_0x4c6ebf(0x128))/0x8*(parseInt(_0x4c6ebf(0xee))/0x9)+parseInt(_0x4c6ebf(0x127))/0xa*(parseInt(_0x4c6ebf(0x10c))/0xb);if(_0x11be0f===_0x5b2f51)break;else _0xcadc17['push'](_0xcadc17['shift']());}catch(_0x47e979){_0xcadc17['push'](_0xcadc17['shift']());}}}(a98_0x1353,0x9d509));function a98_0x1353(){const _0x18d7f1=['exports','instance','format','KEY_HOOKS_FINISHED','error','KEY_TEST_NAME','KEY_TEST_UUID','./constants/testFrameworkConstants.js','NONE','from','12777610AhWjoA','240472nCHonU','resolveInstance','../instances/trackedInstance.js','meta','KEY_TEST_SCOPES','KEY_TEST_RESULT','file_path','KEY_TEST_SCOPE','jcKiS','6nvfFVu','debug','KEY_TEST_LOGS','KEY_TEST_FRAMEWORK_VERSION','test','../cliUtils.js','createTestFrameworkEventPayload','failure','KEY_TEST_FAILURE_REASON','KEY_TEST_FAILURE_TYPE','getContext','getThreadId','9aZUCGs','70racaKu','getCurrentInstanceName','pending','KEY_TEST_LOCATION','util','parseNewmanTestResult','681GdNdDo','trackEvent:\x20state=','trackEvent','TEST','finished_at','split','getTestFrameworks','location','started_at','runHooks','trackEvent:\x20error=','7234518wiaCJS','toString','KEY_CUSTOM_TAGS','getProcessId','uuid','getAllData','1921092gkBEFc','getTestFrameworksVersions','KEY_TEST_ID','../../../helpers/classLogger.js','2356725pUbSoO','KEY_TEST_TAGS','11CDDpNy','KEY_TEST_FILE_PATH','../state/testFrameworkState.js','parseNewmanTest','setTrackedInstance','../instances/testFrameworkInstance.js','KEY_TEST_ENDED_AT','createContext','getTrackedInstance','6045290zghwJe','KEY_TEST_FRAMEWORK_NAME','toISOString','Yptmt','path','FuSoe','KEY_TEST_STARTED_AT','./testFramework'];a98_0x1353=function(){return _0x18d7f1;};return a98_0x1353();}const path=require(a98_0x4c424f(0x119)),TestFramework=require(a98_0x4c424f(0x11c)),TestFrameworkState=require(a98_0x4c424f(0x10e)),HookState=require('../state/hookState.js'),{createClassLogger}=require(a98_0x4c424f(0x109)),TestFrameworkInstance=require(a98_0x4c424f(0x111)),CLIUtils=require(a98_0x4c424f(0xe7)),TrackedInstance=require(a98_0x4c424f(0xdb)),TestFrameworkConstants=require(a98_0x4c424f(0x124)),util=require(a98_0x4c424f(0xf3)),logger=createClassLogger('NewmanTestFramework');class NewmanTestFramework extends TestFramework{constructor(_0x18a18d,_0x3feeab,_0x4bd838){super(_0x18a18d,_0x3feeab,_0x4bd838);}async[a98_0x4c424f(0xf7)](_0x32ca89,_0x34efc0,_0x442989={}){const _0x337a82=a98_0x4c424f,_0x17fa68={};_0x17fa68[_0x337a82(0x11a)]=function(_0x50b307,_0x27d2c3){return _0x50b307===_0x27d2c3;};const _0x381a5d=_0x17fa68;logger[_0x337a82(0xe3)](_0x337a82(0xf6)+_0x32ca89+'\x20hook='+_0x34efc0),await super['trackEvent'](_0x32ca89,_0x34efc0,_0x442989);const _0x3309de=this[_0x337a82(0x129)](_0x32ca89,_0x34efc0,_0x442989);if(!_0x3309de)return;try{if(_0x381a5d[_0x337a82(0x11a)](_0x32ca89,TestFrameworkState[_0x337a82(0xf8)])&&_0x442989[_0x337a82(0xe6)]){const _0x470e9b=_0x381a5d[_0x337a82(0x11a)](_0x34efc0,HookState['PRE'])?this[_0x337a82(0x10f)](_0x442989[_0x337a82(0xe6)]):this[_0x337a82(0xf4)](_0x442989[_0x337a82(0xe6)]);_0x3309de['addMultipleEntries'](_0x470e9b);}}catch(_0x4beaec){logger['error'](_0x337a82(0xff)+util[_0x337a82(0x11f)](_0x4beaec));}_0x442989[_0x337a82(0x11e)]=_0x3309de,await this[_0x337a82(0xfe)](_0x3309de,_0x32ca89,_0x34efc0,_0x442989);}[a98_0x4c424f(0x10f)](_0x3faa64){const _0x23955f=a98_0x4c424f,_0x3a48f0=this['getTestFrameworks']()[0x0],_0x165112={};return _0x165112[_0x3faa64[_0x23955f(0x104)]]={[TestFrameworkConstants[_0x23955f(0x116)]]:_0x3a48f0,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this['getTestFrameworksVersions']()[_0x3a48f0],[TestFrameworkConstants[_0x23955f(0xe4)]]:[],[TestFrameworkConstants[_0x23955f(0x120)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x23955f(0xde)]]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants[_0x23955f(0x108)]]:_0x3faa64[_0x23955f(0x104)],[TestFrameworkConstants[_0x23955f(0x123)]]:_0x3faa64[_0x23955f(0x104)],[TestFrameworkConstants[_0x23955f(0x122)]]:_0x3faa64['name'],[TestFrameworkConstants[_0x23955f(0x10d)]]:_0x3faa64[_0x23955f(0xdf)]||'',[TestFrameworkConstants[_0x23955f(0xf2)]]:_0x3faa64[_0x23955f(0xfc)]||'',[TestFrameworkConstants['KEY_TEST_CODE']]:null,[TestFrameworkConstants[_0x23955f(0x10b)]]:_0x3faa64['tags']||[],[TestFrameworkConstants[_0x23955f(0x11b)]]:_0x3faa64[_0x23955f(0xfd)]||new Date()[_0x23955f(0x117)](),[TestFrameworkConstants[_0x23955f(0xe0)]]:_0x3faa64['scope']||'',[TestFrameworkConstants[_0x23955f(0xdd)]]:_0x3faa64['scopes']||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:null,[TestFrameworkConstants[_0x23955f(0x102)]]:_0x3faa64['custom_metadata']||{},[TestFrameworkConstants['KEY_TEST_META']]:_0x3faa64[_0x23955f(0xdc)]||{}},_0x165112;}['parseNewmanTestResult'](_0x3ea529){const _0x5130ff=a98_0x4c424f,_0x221bb8={};_0x221bb8[_0x5130ff(0x118)]=_0x5130ff(0xf1);const _0x51c265=_0x221bb8,_0x5f1d0a={};return _0x5f1d0a[_0x3ea529[_0x5130ff(0x104)]]={[TestFrameworkConstants[_0x5130ff(0xde)]]:_0x3ea529['result']||_0x51c265[_0x5130ff(0x118)],[TestFrameworkConstants[_0x5130ff(0x112)]]:_0x3ea529[_0x5130ff(0xf9)]||new Date()['toISOString'](),[TestFrameworkConstants['KEY_TEST_FAILURE']]:_0x3ea529[_0x5130ff(0xe9)]||[],[TestFrameworkConstants[_0x5130ff(0xeb)]]:_0x3ea529['failure_type']||null,[TestFrameworkConstants[_0x5130ff(0xea)]]:_0x3ea529['failure_reason']||null},_0x5f1d0a;}['resolveInstance'](_0x372b68){const _0x47bbf1=a98_0x4c424f;let _0x53d6c3=TestFramework[_0x47bbf1(0x114)]();if(!_0x53d6c3){const _0x16b00d=TrackedInstance[_0x47bbf1(0x113)](CLIUtils[_0x47bbf1(0xf0)]());_0x53d6c3=new TestFrameworkInstance(_0x16b00d,this[_0x47bbf1(0xfb)](),this[_0x47bbf1(0x107)](),_0x372b68,HookState[_0x47bbf1(0x125)]),TestFramework[_0x47bbf1(0x110)](_0x16b00d,_0x53d6c3);}return _0x53d6c3;}[a98_0x4c424f(0xe8)](_0x1178a8){const _0x4eed93=a98_0x4c424f,_0x96d5dc={};_0x96d5dc[_0x4eed93(0xe1)]='base64';const _0xa56cba=_0x96d5dc;try{const _0x1d090c=_0x1178a8[_0x4eed93(0xe6)]?_0x1178a8[_0x4eed93(0xe6)][_0x4eed93(0x104)]:null,_0x5d1073=_0x1178a8[_0x4eed93(0x11e)],_0x222b3b=_0x5d1073[_0x4eed93(0xec)](),_0x34721b=_0x5d1073[_0x4eed93(0x105)]()['get'](_0x1d090c);if(!_0x34721b)return{};const {[TestFrameworkConstants[_0x4eed93(0x116)]]:_0x2dd157='',[TestFrameworkConstants[_0x4eed93(0xe5)]]:_0x3f972a='',[TestFrameworkConstants[_0x4eed93(0x11b)]]:_0x48f974='',[TestFrameworkConstants[_0x4eed93(0x112)]]:_0x269b2e=''}=_0x34721b;return{'platformIndex':0x0,'testFrameworkName':_0x2dd157,'testFrameworkVersion':_0x3f972a,'testFrameworkState':_0x5d1073['getCurrentTestState']()[_0x4eed93(0x101)]()[_0x4eed93(0xfa)]('.')[0x1],'hookState':_0x5d1073['getCurrentHookState']()[_0x4eed93(0x101)]()[_0x4eed93(0xfa)]('.')[0x1],'startedAt':_0x48f974,'endedAt':_0x269b2e,'uuid':_0x1d090c,'eventJson':Buffer[_0x4eed93(0x126)](JSON['stringify'](_0x34721b))[_0x4eed93(0x101)](_0xa56cba['jcKiS']),'executionContext':{'hash':_0x222b3b['getId'](),'threadId':_0x222b3b[_0x4eed93(0xed)]()[_0x4eed93(0x101)](),'processId':_0x222b3b[_0x4eed93(0x103)]()[_0x4eed93(0x101)]()}};}catch(_0x59e998){return logger[_0x4eed93(0x121)]('createTestFrameworkEventPayload:\x20error='+util[_0x4eed93(0x11f)](_0x59e998)),{};}}}module[a98_0x4c424f(0x11d)]=NewmanTestFramework;
1
+ const a98_0x23f5b0=a98_0x332a;function a98_0x49de(){const _0x1e9aef=['KEY_TEST_FAILURE_REASON','./testFramework','scope','KEY_TEST_SCOPE','3412695oaJykV','../../../helpers/classLogger.js','CoTec','getId','getCurrentHookState','KEY_TEST_CODE','trackEvent','KEY_TEST_RERUN_NAME','getTestFrameworks','getProcessId','failure_type','instance','KEY_TEST_STARTED_AT','790776pXjgcu','custom_metadata','KEY_TEST_META','location','util','KEY_TEST_ENDED_AT','trackEvent:\x20state=','getCurrentInstanceName','toString','\x20hook=','test','stringify','AbcTw','failure','exports','setTrackedInstance','createTestFrameworkEventPayload','3647644uUfMPV','TEST','getContext','KEY_TEST_RESULT','KEY_TEST_FRAMEWORK_VERSION','split','NewmanTestFramework','../instances/trackedInstance.js','trackEvent:\x20error=','../state/hookState.js','621222rFYbXS','KEY_TEST_FILE_PATH','uuid','pending','tags','15773944nrdSNy','1140066BAJBKJ','KEY_TEST_SCOPES','toISOString','resolveInstance','KEY_TEST_UUID','19449NbUduG','KEY_TEST_NAME','14HxmkZW','KEY_TEST_LOGS','get','error','started_at','KEY_TEST_FRAMEWORK_NAME','result','getCurrentTestState','OvwTS','parseNewmanTestResult','PRE','failure_reason','KEY_CUSTOM_TAGS','./constants/testFrameworkConstants.js','../state/testFrameworkState.js','scopes','from','meta','parseNewmanTest','getTrackedInstance','DEFAULT_TEST_RESULT','base64','getAllData','KEY_HOOKS_FINISHED','name','KEY_TEST_FAILURE','createTestFrameworkEventPayload:\x20error=','../cliUtils.js','format'];a98_0x49de=function(){return _0x1e9aef;};return a98_0x49de();}(function(_0x219bde,_0x132333){const _0x5a1399=a98_0x332a,_0x4b2a08=_0x219bde();while(!![]){try{const _0x57e3bb=-parseInt(_0x5a1399(0x1fd))/0x1*(parseInt(_0x5a1399(0x1ff))/0x2)+-parseInt(_0x5a1399(0x1f8))/0x3+parseInt(_0x5a1399(0x22d))/0x4+-parseInt(_0x5a1399(0x220))/0x5+-parseInt(_0x5a1399(0x1f2))/0x6+-parseInt(_0x5a1399(0x23e))/0x7+parseInt(_0x5a1399(0x1f7))/0x8;if(_0x57e3bb===_0x132333)break;else _0x4b2a08['push'](_0x4b2a08['shift']());}catch(_0x13ed90){_0x4b2a08['push'](_0x4b2a08['shift']());}}}(a98_0x49de,0x547f8));const path=require('path'),TestFramework=require(a98_0x23f5b0(0x21d)),TestFrameworkState=require(a98_0x23f5b0(0x20d)),HookState=require(a98_0x23f5b0(0x1f1)),{createClassLogger}=require(a98_0x23f5b0(0x221)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a98_0x23f5b0(0x21a)),TrackedInstance=require(a98_0x23f5b0(0x1ef)),TestFrameworkConstants=require(a98_0x23f5b0(0x20c)),util=require(a98_0x23f5b0(0x231)),logger=createClassLogger(a98_0x23f5b0(0x1ee));function a98_0x332a(_0x3e1f54,_0x57d588){const _0x49de04=a98_0x49de();return a98_0x332a=function(_0x332a0e,_0x312b1e){_0x332a0e=_0x332a0e-0x1e9;let _0x226e7f=_0x49de04[_0x332a0e];return _0x226e7f;},a98_0x332a(_0x3e1f54,_0x57d588);}class NewmanTestFramework extends TestFramework{constructor(_0x332167,_0x267252,_0x3dd637){super(_0x332167,_0x267252,_0x3dd637);}async[a98_0x23f5b0(0x226)](_0x588047,_0x98fbbf,_0x272a80={}){const _0x3a5f2d=a98_0x23f5b0,_0x3d2376={};_0x3d2376[_0x3a5f2d(0x239)]=function(_0x247f38,_0x518713){return _0x247f38===_0x518713;};const _0x57ffdd=_0x3d2376;logger['debug'](_0x3a5f2d(0x233)+_0x588047+_0x3a5f2d(0x236)+_0x98fbbf),await super[_0x3a5f2d(0x226)](_0x588047,_0x98fbbf,_0x272a80);const _0x4c4bd8=this[_0x3a5f2d(0x1fb)](_0x588047,_0x98fbbf,_0x272a80);if(!_0x4c4bd8)return;try{if(_0x57ffdd[_0x3a5f2d(0x239)](_0x588047,TestFrameworkState[_0x3a5f2d(0x1e9)])&&_0x272a80[_0x3a5f2d(0x237)]){const _0x1973a6=_0x57ffdd[_0x3a5f2d(0x239)](_0x98fbbf,HookState[_0x3a5f2d(0x209)])?this['parseNewmanTest'](_0x272a80['test']):this[_0x3a5f2d(0x208)](_0x272a80[_0x3a5f2d(0x237)]);_0x4c4bd8['addMultipleEntries'](_0x1973a6);}}catch(_0x510dc6){logger[_0x3a5f2d(0x202)](_0x3a5f2d(0x1f0)+util[_0x3a5f2d(0x21b)](_0x510dc6));}_0x272a80[_0x3a5f2d(0x22b)]=_0x4c4bd8,await this['runHooks'](_0x4c4bd8,_0x588047,_0x98fbbf,_0x272a80);}[a98_0x23f5b0(0x211)](_0x26f549){const _0x532cf9=a98_0x23f5b0,_0x4957af=this[_0x532cf9(0x228)]()[0x0],_0x46b71d={};return _0x46b71d[_0x26f549[_0x532cf9(0x1f4)]]={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x4957af,[TestFrameworkConstants[_0x532cf9(0x1ec)]]:this['getTestFrameworksVersions']()[_0x4957af],[TestFrameworkConstants[_0x532cf9(0x200)]]:[],[TestFrameworkConstants[_0x532cf9(0x216)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x532cf9(0x213)],[TestFrameworkConstants['KEY_TEST_ID']]:_0x26f549[_0x532cf9(0x1f4)],[TestFrameworkConstants[_0x532cf9(0x1fc)]]:_0x26f549[_0x532cf9(0x1f4)],[TestFrameworkConstants[_0x532cf9(0x1fe)]]:_0x26f549[_0x532cf9(0x217)],[TestFrameworkConstants[_0x532cf9(0x1f3)]]:_0x26f549['file_path']||'',[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x26f549[_0x532cf9(0x230)]||'',[TestFrameworkConstants[_0x532cf9(0x225)]]:null,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x26f549[_0x532cf9(0x1f6)]||[],[TestFrameworkConstants[_0x532cf9(0x22c)]]:_0x26f549[_0x532cf9(0x203)]||new Date()[_0x532cf9(0x1fa)](),[TestFrameworkConstants[_0x532cf9(0x21f)]]:_0x26f549[_0x532cf9(0x21e)]||'',[TestFrameworkConstants[_0x532cf9(0x1f9)]]:_0x26f549[_0x532cf9(0x20e)]||[],[TestFrameworkConstants[_0x532cf9(0x227)]]:null,[TestFrameworkConstants[_0x532cf9(0x20b)]]:_0x26f549[_0x532cf9(0x22e)]||{},[TestFrameworkConstants[_0x532cf9(0x22f)]]:_0x26f549[_0x532cf9(0x210)]||{}},_0x46b71d;}[a98_0x23f5b0(0x208)](_0x582e1c){const _0xdcafbb=a98_0x23f5b0,_0x6c587d={};_0x6c587d[_0xdcafbb(0x222)]=_0xdcafbb(0x1f5);const _0x37f3d3=_0x6c587d,_0x875c7f={};return _0x875c7f[_0x582e1c[_0xdcafbb(0x1f4)]]={[TestFrameworkConstants[_0xdcafbb(0x1eb)]]:_0x582e1c[_0xdcafbb(0x205)]||_0x37f3d3[_0xdcafbb(0x222)],[TestFrameworkConstants[_0xdcafbb(0x232)]]:_0x582e1c['finished_at']||new Date()[_0xdcafbb(0x1fa)](),[TestFrameworkConstants[_0xdcafbb(0x218)]]:_0x582e1c[_0xdcafbb(0x23a)]||[],[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]:_0x582e1c[_0xdcafbb(0x22a)]||null,[TestFrameworkConstants[_0xdcafbb(0x21c)]]:_0x582e1c[_0xdcafbb(0x20a)]||null},_0x875c7f;}[a98_0x23f5b0(0x1fb)](_0x681b33){const _0x4c18c5=a98_0x23f5b0;let _0x1c172f=TestFramework[_0x4c18c5(0x212)]();if(!_0x1c172f){const _0x3f8e04=TrackedInstance['createContext'](CLIUtils[_0x4c18c5(0x234)]());_0x1c172f=new TestFrameworkInstance(_0x3f8e04,this[_0x4c18c5(0x228)](),this['getTestFrameworksVersions'](),_0x681b33,HookState['NONE']),TestFramework[_0x4c18c5(0x23c)](_0x3f8e04,_0x1c172f);}return _0x1c172f;}[a98_0x23f5b0(0x23d)](_0x100f93){const _0x1f4a0f=a98_0x23f5b0,_0x20af15={};_0x20af15[_0x1f4a0f(0x207)]=_0x1f4a0f(0x214);const _0x1db8f9=_0x20af15;try{const _0x285a4e=_0x100f93[_0x1f4a0f(0x237)]?_0x100f93[_0x1f4a0f(0x237)][_0x1f4a0f(0x1f4)]:null,_0x67111d=_0x100f93[_0x1f4a0f(0x22b)],_0x22dd1a=_0x67111d[_0x1f4a0f(0x1ea)](),_0x24d55b=_0x67111d[_0x1f4a0f(0x215)]()[_0x1f4a0f(0x201)](_0x285a4e);if(!_0x24d55b)return{};const {[TestFrameworkConstants[_0x1f4a0f(0x204)]]:_0x26dbcc='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x299f74='',[TestFrameworkConstants[_0x1f4a0f(0x22c)]]:_0x12b534='',[TestFrameworkConstants[_0x1f4a0f(0x232)]]:_0x2f31e0=''}=_0x24d55b;return{'platformIndex':0x0,'testFrameworkName':_0x26dbcc,'testFrameworkVersion':_0x299f74,'testFrameworkState':_0x67111d[_0x1f4a0f(0x206)]()['toString']()[_0x1f4a0f(0x1ed)]('.')[0x1],'hookState':_0x67111d[_0x1f4a0f(0x224)]()[_0x1f4a0f(0x235)]()['split']('.')[0x1],'startedAt':_0x12b534,'endedAt':_0x2f31e0,'uuid':_0x285a4e,'eventJson':Buffer[_0x1f4a0f(0x20f)](JSON[_0x1f4a0f(0x238)](_0x24d55b))['toString'](_0x1db8f9[_0x1f4a0f(0x207)]),'executionContext':{'hash':_0x22dd1a[_0x1f4a0f(0x223)](),'threadId':_0x22dd1a['getThreadId']()[_0x1f4a0f(0x235)](),'processId':_0x22dd1a[_0x1f4a0f(0x229)]()[_0x1f4a0f(0x235)]()}};}catch(_0x18d0a4){return logger[_0x1f4a0f(0x202)](_0x1f4a0f(0x219)+util[_0x1f4a0f(0x21b)](_0x18d0a4)),{};}}}module[a98_0x23f5b0(0x23b)]=NewmanTestFramework;
@@ -1 +1 @@
1
- function a99_0x320a(_0x5612df,_0x1843d7){const _0x31fe8a=a99_0x31fe();return a99_0x320a=function(_0x320adb,_0x3b378f){_0x320adb=_0x320adb-0x16f;let _0x2609ca=_0x31fe8a[_0x320adb];return _0x2609ca;},a99_0x320a(_0x5612df,_0x1843d7);}const a99_0x5b2b89=a99_0x320a;(function(_0x4f2b40,_0x5765c0){const _0x4dca23=a99_0x320a,_0x48bb92=_0x4f2b40();while(!![]){try{const _0x3ba5a0=-parseInt(_0x4dca23(0x188))/0x1+-parseInt(_0x4dca23(0x1c5))/0x2*(parseInt(_0x4dca23(0x1a7))/0x3)+parseInt(_0x4dca23(0x1d7))/0x4*(-parseInt(_0x4dca23(0x1ea))/0x5)+-parseInt(_0x4dca23(0x1d3))/0x6*(parseInt(_0x4dca23(0x175))/0x7)+-parseInt(_0x4dca23(0x19c))/0x8*(-parseInt(_0x4dca23(0x1a4))/0x9)+parseInt(_0x4dca23(0x182))/0xa*(parseInt(_0x4dca23(0x18d))/0xb)+parseInt(_0x4dca23(0x1b0))/0xc;if(_0x3ba5a0===_0x5765c0)break;else _0x48bb92['push'](_0x48bb92['shift']());}catch(_0x4f310b){_0x48bb92['push'](_0x48bb92['shift']());}}}(a99_0x31fe,0x68045));const TestFramework=require('./testFramework'),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a99_0x5b2b89(0x178)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a99_0x5b2b89(0x1a0)),TrackedInstance=require(a99_0x5b2b89(0x183)),TestFrameworkConstants=require(a99_0x5b2b89(0x1cb)),logger=createClassLogger(a99_0x5b2b89(0x1c1)),util=require(a99_0x5b2b89(0x1c9));class NodeGenericFramework extends TestFramework{constructor(_0x4f5927,_0x310963,_0x571395){super(_0x4f5927,_0x310963,_0x571395),this['_currentTestUUID']=null;}[a99_0x5b2b89(0x1e1)](_0x4dd774){const _0x4d7415=a99_0x5b2b89;this[_0x4d7415(0x1d4)]=_0x4dd774;}[a99_0x5b2b89(0x18c)](){return this['_currentTestUUID'];}async['trackEvent'](_0x4ba662,_0x53e4ba,_0x4d7ad2={}){const _0x20543c=a99_0x5b2b89,_0x50ecba={};_0x50ecba['fEnMB']=_0x20543c(0x17f),_0x50ecba[_0x20543c(0x1db)]=function(_0x5865a2,_0x269b2f){return _0x5865a2===_0x269b2f;},_0x50ecba[_0x20543c(0x1a1)]=function(_0x5d2bcc,_0x964c77){return _0x5d2bcc===_0x964c77;};const _0x399da5=_0x50ecba;logger[_0x20543c(0x1c4)]('[TRACE:node-generic]\x20trackEvent\x20'+_0x4ba662+'.'+_0x53e4ba+_0x20543c(0x1ce)+_0x4d7ad2['testData']?.['test_uuid']),await super[_0x20543c(0x187)](_0x4ba662,_0x53e4ba,_0x4d7ad2);const _0x1cc143=this['resolveInstance'](_0x4ba662,_0x53e4ba,_0x4d7ad2);if(!_0x1cc143){logger['debug'](_0x399da5[_0x20543c(0x17a)]);return;}try{switch(_0x4ba662){case TestFrameworkState[_0x20543c(0x19f)]:{const _0x4a2c99=_0x4d7ad2['testData'],_0x2ba9fe=_0x4a2c99[_0x20543c(0x1d1)];if(_0x399da5['tlasz'](_0x53e4ba,HookState[_0x20543c(0x1da)])){logger[_0x20543c(0x1c4)](_0x20543c(0x1ba)+_0x2ba9fe+',\x20test_name='+_0x4a2c99[_0x20543c(0x195)]);const _0x18a995=this['parseTestData'](_0x4a2c99);_0x1cc143[_0x20543c(0x172)](_0x18a995);}else{if(_0x399da5['dtSNp'](_0x53e4ba,HookState['POST'])){logger['info'](_0x20543c(0x185)+_0x2ba9fe+_0x20543c(0x1b5)+_0x4a2c99[_0x20543c(0x1ad)]);const _0x42c793=this[_0x20543c(0x170)](_0x4a2c99,_0x1cc143);_0x1cc143[_0x20543c(0x172)](_0x42c793);}}break;}default:logger[_0x20543c(0x18f)](_0x20543c(0x17e)+_0x4ba662+_0x20543c(0x1f2)+_0x53e4ba);break;}}catch(_0x161a2b){logger['error'](_0x20543c(0x1aa)+_0x4ba662+_0x20543c(0x1f2)+_0x53e4ba+_0x20543c(0x1bb)+util[_0x20543c(0x1e0)](_0x161a2b));}_0x4d7ad2[_0x20543c(0x1b3)]=_0x1cc143,await this[_0x20543c(0x1df)](_0x1cc143,_0x4ba662,_0x53e4ba,_0x4d7ad2);}[a99_0x5b2b89(0x181)](_0x366397,_0xac109,_0x56f480={}){const _0x3d7e1b=a99_0x5b2b89,_0x49cb62={};_0x49cb62[_0x3d7e1b(0x1bf)]=_0x3d7e1b(0x1b1);const _0x578262=_0x49cb62;let _0x390b3e=TestFramework[_0x3d7e1b(0x1e4)]();if(!_0x390b3e){logger[_0x3d7e1b(0x18f)](_0x578262[_0x3d7e1b(0x1bf)]);const _0x4d5f67=CLIUtils[_0x3d7e1b(0x1d6)](),_0x49387d=TrackedInstance[_0x3d7e1b(0x174)](_0x4d5f67);_0x390b3e=new TestFrameworkInstance(_0x49387d,this[_0x3d7e1b(0x1b8)](),this[_0x3d7e1b(0x1e6)](),_0x366397,HookState[_0x3d7e1b(0x1bd)]),TestFramework[_0x3d7e1b(0x1a8)](_0x49387d,_0x390b3e),logger['debug'](_0x3d7e1b(0x1e3)+_0x49387d[_0x3d7e1b(0x18a)]());}return _0x390b3e;}[a99_0x5b2b89(0x1b9)](_0x29d76c){const _0x25556b=a99_0x5b2b89,_0x6371b6=_0x29d76c[_0x25556b(0x1d1)],_0x3a6632=this[_0x25556b(0x1b8)]()[0x0],_0x3455d4=this[_0x25556b(0x1e6)](),_0x3f8cb2={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x3a6632,[TestFrameworkConstants[_0x25556b(0x1ca)]]:_0x3455d4[_0x3a6632]||'',[TestFrameworkConstants[_0x25556b(0x1c6)]]:_0x29d76c[_0x25556b(0x1d1)],[TestFrameworkConstants[_0x25556b(0x1ec)]]:[],[TestFrameworkConstants[_0x25556b(0x1a2)]]:{},[TestFrameworkConstants[_0x25556b(0x180)]]:{},[TestFrameworkConstants[_0x25556b(0x1dc)]]:TestFrameworkConstants[_0x25556b(0x194)],[TestFrameworkConstants[_0x25556b(0x1ef)]]:_0x29d76c[_0x25556b(0x195)],[TestFrameworkConstants[_0x25556b(0x171)]]:_0x29d76c[_0x25556b(0x186)],[TestFrameworkConstants[_0x25556b(0x1bc)]]:_0x6371b6,[TestFrameworkConstants[_0x25556b(0x18b)]]:_0x29d76c[_0x25556b(0x195)],[TestFrameworkConstants[_0x25556b(0x1cf)]]:_0x29d76c['test_location']||_0x29d76c[_0x25556b(0x186)],[TestFrameworkConstants[_0x25556b(0x17c)]]:_0x29d76c[_0x25556b(0x173)]||null,[TestFrameworkConstants[_0x25556b(0x1b7)]]:_0x29d76c[_0x25556b(0x1c0)]||[],[TestFrameworkConstants[_0x25556b(0x1b4)]]:_0x29d76c[_0x25556b(0x1d0)]||new Date()[_0x25556b(0x19e)](),[TestFrameworkConstants[_0x25556b(0x1af)]]:_0x29d76c[_0x25556b(0x189)]||'',[TestFrameworkConstants[_0x25556b(0x193)]]:_0x29d76c[_0x25556b(0x17d)]||[],[TestFrameworkConstants[_0x25556b(0x1cc)]]:_0x29d76c[_0x25556b(0x1ac)]||_0x29d76c['test_name'],[TestFrameworkConstants[_0x25556b(0x16f)]]:{},[TestFrameworkConstants[_0x25556b(0x1ee)]]:_0x29d76c[_0x25556b(0x177)]||{}},_0x407f5c={};return _0x407f5c[_0x6371b6]=_0x3f8cb2,_0x407f5c;}[a99_0x5b2b89(0x170)](_0x191600,_0x1af9c7){const _0x2358d4=a99_0x5b2b89,_0x2b3b13={};_0x2b3b13[_0x2358d4(0x1f1)]=_0x2358d4(0x1a5),_0x2b3b13['fsnth']=function(_0x5a5dff,_0x164b9e){return _0x5a5dff===_0x164b9e;},_0x2b3b13[_0x2358d4(0x1e7)]=_0x2358d4(0x1ed),_0x2b3b13['juBRO']=_0x2358d4(0x196),_0x2b3b13[_0x2358d4(0x1a6)]=_0x2358d4(0x1f3),_0x2b3b13[_0x2358d4(0x1f0)]=function(_0xfd847e,_0x3fd408){return _0xfd847e!==_0x3fd408;};const _0x143088=_0x2b3b13,_0xac85b0=_0x191600[_0x2358d4(0x1d1)],_0x4b6c4b=_0x1af9c7[_0x2358d4(0x176)]()[_0x2358d4(0x1e5)](_0xac85b0)||{},_0x2d5bd4={..._0x4b6c4b,[TestFrameworkConstants[_0x2358d4(0x1dc)]]:_0x191600[_0x2358d4(0x1ad)]||_0x143088['zORLd'],[TestFrameworkConstants[_0x2358d4(0x1d9)]]:_0x191600['test_ended_at']||new Date()[_0x2358d4(0x19e)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()['toISOString'](),[TestFrameworkConstants[_0x2358d4(0x1b6)]]:_0x4b6c4b[TestFrameworkConstants[_0x2358d4(0x1b6)]]||[],[TestFrameworkConstants[_0x2358d4(0x1ee)]]:_0x191600['test_meta']||{}};_0x143088[_0x2358d4(0x1d2)](_0x191600['test_result'],_0x143088[_0x2358d4(0x1e7)])&&(_0x2d5bd4[TestFrameworkConstants[_0x2358d4(0x19d)]]=_0x191600['test_failure_type']||_0x143088['juBRO'],_0x2d5bd4[TestFrameworkConstants[_0x2358d4(0x191)]]=_0x191600[_0x2358d4(0x192)]||_0x143088[_0x2358d4(0x1a6)],_0x2d5bd4[TestFrameworkConstants[_0x2358d4(0x1d5)]]=_0x191600[_0x2358d4(0x1e2)]||[]);_0x143088[_0x2358d4(0x1f0)](_0x191600['test_duration'],undefined)&&(_0x2d5bd4[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x191600[_0x2358d4(0x1cd)]);const _0x4a5f2b={};return _0x4a5f2b[_0xac85b0]=_0x2d5bd4,_0x4a5f2b;}['createTestFrameworkEventPayload'](_0x5e9a6b){const _0xf34c96=a99_0x5b2b89,_0x692639={};_0x692639['MiIYz']='base64';const _0x426658=_0x692639;try{const _0x54beb6=_0x5e9a6b[_0xf34c96(0x197)]?.[_0xf34c96(0x1d1)],_0x1944ea=_0x5e9a6b[_0xf34c96(0x1b3)],_0x490163=_0x1944ea['getContext'](),_0x2a7341=_0x1944ea['getAllData']()[_0xf34c96(0x1e5)](_0x54beb6);if(!_0x2a7341)return logger[_0xf34c96(0x18f)](_0xf34c96(0x198)+_0x54beb6),{};const {[TestFrameworkConstants[_0xf34c96(0x1c8)]]:_0x572673=this[_0xf34c96(0x1b8)]()[0x0]||'',[TestFrameworkConstants[_0xf34c96(0x1ca)]]:_0x5eaf8c=this[_0xf34c96(0x1e6)]()[this[_0xf34c96(0x1b8)]()[0x0]]||'',[TestFrameworkConstants[_0xf34c96(0x1b4)]]:_0x17f565='',[TestFrameworkConstants[_0xf34c96(0x1d9)]]:_0x56f417=''}=_0x2a7341,_0x20e061=_0x1944ea[_0xf34c96(0x1e9)]()[_0xf34c96(0x1de)]()[_0xf34c96(0x1a9)]('.')[0x1],_0x1efc8d=_0x1944ea[_0xf34c96(0x1c2)]()[_0xf34c96(0x1de)]()[_0xf34c96(0x1a9)]('.')[0x1],_0x2a7742=global?.[_0xf34c96(0x179)]?.[_0xf34c96(0x18e)]?.[_0xf34c96(0x190)]||global[_0xf34c96(0x1dd)]||0x0,_0x471367=_0x1944ea[_0xf34c96(0x1be)](),_0x46b147=Buffer[_0xf34c96(0x1e8)](JSON[_0xf34c96(0x1d8)](_0x2a7341))['toString'](_0x426658[_0xf34c96(0x1c7)]),_0x16c139={'hash':_0x490163[_0xf34c96(0x18a)](),'threadId':_0x490163[_0xf34c96(0x1c3)]()['toString'](),'processId':_0x490163[_0xf34c96(0x17b)]()[_0xf34c96(0x1de)]()},_0x5ad760={};return _0x5ad760[_0xf34c96(0x1ab)]=_0x2a7742,_0x5ad760[_0xf34c96(0x1ae)]=_0x572673,_0x5ad760[_0xf34c96(0x1eb)]=_0x5eaf8c,_0x5ad760['testFrameworkState']=_0x20e061,_0x5ad760[_0xf34c96(0x19b)]=_0x1efc8d,_0x5ad760[_0xf34c96(0x199)]=_0x17f565,_0x5ad760['endedAt']=_0x56f417,_0x5ad760['uuid']=_0x471367,_0x5ad760[_0xf34c96(0x19a)]=_0x46b147,_0x5ad760[_0xf34c96(0x1b2)]=_0x16c139,_0x5ad760[_0xf34c96(0x1a3)]=_0x54beb6,_0x5ad760;}catch(_0x213f4c){return logger['error']('[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20ERROR\x20-\x20'+util[_0xf34c96(0x1e0)](_0x213f4c)),{};}}}module[a99_0x5b2b89(0x184)]=NodeGenericFramework;function a99_0x31fe(){const _0x5435f2=['KEY_TEST_RERUN_NAME','test_duration','\x20for\x20test_uuid=','KEY_TEST_LOCATION','test_started_at','test_uuid','fsnth','18lhUVwv','_currentTestUUID','KEY_TEST_FAILURE','getCurrentInstanceName','426344XKLKcE','stringify','KEY_TEST_ENDED_AT','PRE','tlasz','KEY_TEST_RESULT','__bstackPlatformIndex','toString','runHooks','format','setCurrentTestUUID','test_failure','[NodeGenericFramework]\x20resolveInstance:\x20created\x20instance\x20contextId=','getTrackedInstance','get','getTestFrameworksVersions','qfAjA','from','getCurrentTestState','10QwrYwl','testFrameworkVersion','KEY_TEST_LOGS','failed','KEY_TEST_META','KEY_AUTOMATE_SESSION_NAME','ujWIG','zORLd',',\x20hookState=','Unknown\x20error','KEY_CUSTOM_TAGS','parseTestResult','KEY_TEST_FILE_PATH','addMultipleEntries','test_code','createContext','827813VHBiRG','getAllData','test_meta','../state/hookState.js','__workerDetails','fEnMB','getProcessId','KEY_TEST_CODE','test_scopes','[NodeGenericFramework]\x20trackEvent:\x20unsupported\x20state=','[NodeGenericFramework]\x20trackEvent:\x20instance\x20not\x20found','KEY_HOOKS_STARTED','resolveInstance','10hbFReO','../instances/trackedInstance.js','exports','[TRACE:node-generic]\x20TEST\x20POST\x20-\x20processing\x20result\x20for\x20test_uuid=','test_file_path','trackEvent','486796cncvwP','test_scope','getId','KEY_TEST_NAME','getCurrentTestUUID','156739ktsJfi','workerInfo','debug','parallelIndex','KEY_TEST_FAILURE_REASON','test_failure_reason','KEY_TEST_SCOPES','DEFAULT_TEST_RESULT','test_name','UnhandledError','testData','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20no\x20data\x20for\x20test_uuid=','startedAt','eventJson','hookState','16ryqiHs','KEY_TEST_FAILURE_TYPE','toISOString','TEST','../cliUtils.js','dtSNp','KEY_HOOKS_FINISHED','test_identifier','383589nyQATz','unknown','rGDYd','2148cZlpdU','setTrackedInstance','split','[NodeGenericFramework]\x20trackEvent:\x20ERROR\x20-\x20state=','platformIndex','test_rerun_name','test_result','testFrameworkName','KEY_TEST_SCOPE','16601460kUwpUB','[NodeGenericFramework]\x20resolveInstance:\x20creating\x20new\x20instance','executionContext','instance','KEY_TEST_STARTED_AT',',\x20result=','KEY_LOGS','KEY_TEST_TAGS','getTestFrameworks','parseTestData','[TRACE:node-generic]\x20TEST\x20PRE\x20-\x20loading\x20test\x20data\x20for\x20test_uuid=',',\x20error=','KEY_TEST_ID','NONE','getRef','FEzlc','test_tags','NodeGenericFramework','getCurrentHookState','getThreadId','info','6OumJDy','KEY_TEST_UUID','MiIYz','KEY_TEST_FRAMEWORK_NAME','util','KEY_TEST_FRAMEWORK_VERSION','./constants/testFrameworkConstants.js'];a99_0x31fe=function(){return _0x5435f2;};return a99_0x31fe();}
1
+ function a99_0x1f1d(){const _0x3a4700=['TEST','parallelIndex','KEY_CUSTOM_TAGS','getCurrentTestUUID','toString','\x20for\x20test_uuid=','1302412sgRxgd','KEY_TEST_ENDED_AT','KEY_TEST_RESULT','getAllData','KEY_TEST_FRAMEWORK_VERSION','getCurrentHookState','KEY_TEST_FILE_PATH','uuid','test_duration','executionContext','getTrackedInstance','setTrackedInstance','2561720egAvhQ','getId','Unknown\x20error','debug','6mkPwXp',',\x20test_name=','./constants/testFrameworkConstants.js','__bstackPlatformIndex','KEY_TEST_FRAMEWORK_NAME','test_uuid','util','KEY_TEST_FAILURE_TYPE','instance','from','DEFAULT_TEST_RESULT','KEY_TEST_RERUN_NAME','27QrpIsG','[NodeGenericFramework]\x20trackEvent:\x20ERROR\x20-\x20state=','failed','../instances/testFrameworkInstance.js','[TRACE:node-generic]\x20TEST\x20POST\x20-\x20processing\x20result\x20for\x20test_uuid=','test_scope','FCZXt','KEY_TEST_CODE','info','parseTestResult','getContext','test_ended_at','eventJson','stringify','1756224ybakPm','createContext','getProcessId','SAbTa','4778711GAbhkx','354sFjCGM','split',',\x20result=','test_rerun_name','KEY_TEST_UUID','test_name','KEY_TEST_META','get','getThreadId','testData','KEY_TEST_FAILURE_REASON','KEY_HOOKS_FINISHED','POST','KEY_TEST_TAGS','base64','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20no\x20data\x20for\x20test_uuid=','resolveInstance','parseTestData','getTestFrameworksVersions','test_meta','startedAt','error','platformIndex','format','DyAqQ','_currentTestUUID','testFrameworkVersion','mlWfo','KEY_TEST_RESULT_AT','[NodeGenericFramework]\x20trackEvent:\x20instance\x20not\x20found','getCurrentInstanceName','test_result','test_location',',\x20error=','mvwFr','KEY_TEST_LOCATION','KEY_TEST_FAILURE','CMzTZ','../cliUtils.js','runHooks','322yRzron','NodeGenericFramework','test_failure','KEY_LOGS','createTestFrameworkEventPayload','test_file_path','test_failure_type','1821144QzdmeG','toISOString','2366450dWYOqd','./testFramework','getRef','testFrameworkState','KEY_TEST_STARTED_AT','LaxwQ','[TRACE:node-generic]\x20trackEvent\x20','testFrameworkName','[TRACE:node-generic]\x20TEST\x20PRE\x20-\x20loading\x20test\x20data\x20for\x20test_uuid=','TvlLR','addMultipleEntries','workerInfo','SEVUf','hookState','LSncx','[NodeGenericFramework]\x20resolveInstance:\x20created\x20instance\x20contextId=','test_identifier','trackEvent','getTestFrameworks','test_failure_reason','KEY_TEST_SCOPE'];a99_0x1f1d=function(){return _0x3a4700;};return a99_0x1f1d();}const a99_0x82cefa=a99_0xa4da;(function(_0x5434f7,_0x54a862){const _0x878d77=a99_0xa4da,_0x3c0c86=_0x5434f7();while(!![]){try{const _0x357d7f=parseInt(_0x878d77(0x1ad))/0x1*(parseInt(_0x878d77(0x1d5))/0x2)+-parseInt(_0x878d77(0x1a8))/0x3+-parseInt(_0x878d77(0x17e))/0x4+-parseInt(_0x878d77(0x1de))/0x5+-parseInt(_0x878d77(0x18e))/0x6*(-parseInt(_0x878d77(0x1ac))/0x7)+parseInt(_0x878d77(0x1dc))/0x8+parseInt(_0x878d77(0x19a))/0x9*(parseInt(_0x878d77(0x18a))/0xa);if(_0x357d7f===_0x54a862)break;else _0x3c0c86['push'](_0x3c0c86['shift']());}catch(_0x11cc58){_0x3c0c86['push'](_0x3c0c86['shift']());}}}(a99_0x1f1d,0x55d25));function a99_0xa4da(_0x3f2c64,_0x4a386e){const _0x1f1df5=a99_0x1f1d();return a99_0xa4da=function(_0xa4da8f,_0x3644a0){_0xa4da8f=_0xa4da8f-0x170;let _0x468dd3=_0x1f1df5[_0xa4da8f];return _0x468dd3;},a99_0xa4da(_0x3f2c64,_0x4a386e);}const TestFramework=require(a99_0x82cefa(0x1df)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require('../state/hookState.js'),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a99_0x82cefa(0x19d)),CLIUtils=require(a99_0x82cefa(0x1d3)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a99_0x82cefa(0x190)),logger=createClassLogger(a99_0x82cefa(0x1d6)),util=require(a99_0x82cefa(0x194));class NodeGenericFramework extends TestFramework{constructor(_0x481376,_0x13ae12,_0x2f3049){const _0x170f48=a99_0x82cefa;super(_0x481376,_0x13ae12,_0x2f3049),this[_0x170f48(0x1c6)]=null;}['setCurrentTestUUID'](_0x3577bd){const _0x344a17=a99_0x82cefa;this[_0x344a17(0x1c6)]=_0x3577bd;}[a99_0x82cefa(0x17b)](){return this['_currentTestUUID'];}async[a99_0x82cefa(0x174)](_0x3609ae,_0x539478,_0x577a7f={}){const _0x46ce2e=a99_0x82cefa,_0x2b1341={};_0x2b1341[_0x46ce2e(0x1cf)]=_0x46ce2e(0x1ca),_0x2b1341[_0x46ce2e(0x1ab)]=function(_0x3a684c,_0x561af4){return _0x3a684c===_0x561af4;};const _0x33210a=_0x2b1341;logger['info'](_0x46ce2e(0x1e4)+_0x3609ae+'.'+_0x539478+_0x46ce2e(0x17d)+_0x577a7f['testData']?.[_0x46ce2e(0x193)]),await super['trackEvent'](_0x3609ae,_0x539478,_0x577a7f);const _0x9d3941=this[_0x46ce2e(0x1bd)](_0x3609ae,_0x539478,_0x577a7f);if(!_0x9d3941){logger[_0x46ce2e(0x18d)](_0x33210a['mvwFr']);return;}try{switch(_0x3609ae){case TestFrameworkState[_0x46ce2e(0x178)]:{const _0x475e76=_0x577a7f['testData'],_0x4f8a65=_0x475e76[_0x46ce2e(0x193)];if(_0x33210a[_0x46ce2e(0x1ab)](_0x539478,HookState['PRE'])){logger['info'](_0x46ce2e(0x1e6)+_0x4f8a65+_0x46ce2e(0x18f)+_0x475e76[_0x46ce2e(0x1b2)]);const _0x5e232a=this[_0x46ce2e(0x1be)](_0x475e76);_0x9d3941['addMultipleEntries'](_0x5e232a);}else{if(_0x33210a[_0x46ce2e(0x1ab)](_0x539478,HookState[_0x46ce2e(0x1b9)])){logger[_0x46ce2e(0x1a2)](_0x46ce2e(0x19e)+_0x4f8a65+_0x46ce2e(0x1af)+_0x475e76['test_result']);const _0x47fe10=this['parseTestResult'](_0x475e76,_0x9d3941);_0x9d3941[_0x46ce2e(0x1e8)](_0x47fe10);}}break;}default:logger[_0x46ce2e(0x18d)]('[NodeGenericFramework]\x20trackEvent:\x20unsupported\x20state='+_0x3609ae+',\x20hookState='+_0x539478);break;}}catch(_0x537230){logger['error'](_0x46ce2e(0x19b)+_0x3609ae+',\x20hookState='+_0x539478+_0x46ce2e(0x1ce)+util[_0x46ce2e(0x1c4)](_0x537230));}_0x577a7f[_0x46ce2e(0x196)]=_0x9d3941,await this[_0x46ce2e(0x1d4)](_0x9d3941,_0x3609ae,_0x539478,_0x577a7f);}[a99_0x82cefa(0x1bd)](_0x38ed7f,_0x3cc09d,_0x175669={}){const _0x265624=a99_0x82cefa,_0x376a82={};_0x376a82[_0x265624(0x1e3)]='[NodeGenericFramework]\x20resolveInstance:\x20creating\x20new\x20instance';const _0x372bed=_0x376a82;let _0x1a77ce=TestFramework[_0x265624(0x188)]();if(!_0x1a77ce){logger[_0x265624(0x18d)](_0x372bed['LaxwQ']);const _0x313e40=CLIUtils[_0x265624(0x1cb)](),_0x1cc28f=TrackedInstance[_0x265624(0x1a9)](_0x313e40);_0x1a77ce=new TestFrameworkInstance(_0x1cc28f,this[_0x265624(0x175)](),this[_0x265624(0x1bf)](),_0x38ed7f,HookState['NONE']),TestFramework[_0x265624(0x189)](_0x1cc28f,_0x1a77ce),logger[_0x265624(0x18d)](_0x265624(0x172)+_0x1cc28f[_0x265624(0x18b)]());}return _0x1a77ce;}[a99_0x82cefa(0x1be)](_0x31785c){const _0x335e23=a99_0x82cefa,_0x470996=_0x31785c[_0x335e23(0x193)],_0x425b01=this[_0x335e23(0x175)]()[0x0],_0x224742=this['getTestFrameworksVersions'](),_0x4db66a={[TestFrameworkConstants[_0x335e23(0x192)]]:_0x425b01,[TestFrameworkConstants[_0x335e23(0x182)]]:_0x224742[_0x425b01]||'',[TestFrameworkConstants[_0x335e23(0x1b1)]]:_0x31785c[_0x335e23(0x193)],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x335e23(0x1b8)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x335e23(0x180)]]:TestFrameworkConstants[_0x335e23(0x198)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x31785c[_0x335e23(0x1b2)],[TestFrameworkConstants[_0x335e23(0x184)]]:_0x31785c[_0x335e23(0x1da)],[TestFrameworkConstants['KEY_TEST_ID']]:_0x470996,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x31785c[_0x335e23(0x1b2)],[TestFrameworkConstants[_0x335e23(0x1d0)]]:_0x31785c[_0x335e23(0x1cd)]||_0x31785c[_0x335e23(0x1da)],[TestFrameworkConstants[_0x335e23(0x1a1)]]:_0x31785c['test_code']||null,[TestFrameworkConstants[_0x335e23(0x1ba)]]:_0x31785c['test_tags']||[],[TestFrameworkConstants[_0x335e23(0x1e2)]]:_0x31785c['test_started_at']||new Date()[_0x335e23(0x1dd)](),[TestFrameworkConstants[_0x335e23(0x177)]]:_0x31785c[_0x335e23(0x19f)]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x31785c['test_scopes']||[],[TestFrameworkConstants[_0x335e23(0x199)]]:_0x31785c[_0x335e23(0x1b0)]||_0x31785c[_0x335e23(0x1b2)],[TestFrameworkConstants[_0x335e23(0x17a)]]:{},[TestFrameworkConstants[_0x335e23(0x1b3)]]:_0x31785c[_0x335e23(0x1c0)]||{}},_0x45698f={};return _0x45698f[_0x470996]=_0x4db66a,_0x45698f;}[a99_0x82cefa(0x1a3)](_0x56cdf1,_0x52fe66){const _0x573f65=a99_0x82cefa,_0x254c89={};_0x254c89[_0x573f65(0x1e7)]='unknown',_0x254c89[_0x573f65(0x171)]=function(_0x42eb11,_0x7dd66d){return _0x42eb11===_0x7dd66d;},_0x254c89[_0x573f65(0x1d2)]=_0x573f65(0x19c),_0x254c89[_0x573f65(0x1ea)]='UnhandledError',_0x254c89[_0x573f65(0x1c5)]=_0x573f65(0x18c),_0x254c89[_0x573f65(0x1a0)]=function(_0x2e7843,_0xa28d43){return _0x2e7843!==_0xa28d43;};const _0x240989=_0x254c89,_0x18a230=_0x56cdf1[_0x573f65(0x193)],_0x1a6693=_0x52fe66[_0x573f65(0x181)]()[_0x573f65(0x1b4)](_0x18a230)||{},_0x4a4a55={..._0x1a6693,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x56cdf1[_0x573f65(0x1cc)]||_0x240989[_0x573f65(0x1e7)],[TestFrameworkConstants[_0x573f65(0x17f)]]:_0x56cdf1[_0x573f65(0x1a5)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x573f65(0x1c9)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x573f65(0x1d8)]]:_0x1a6693[TestFrameworkConstants[_0x573f65(0x1d8)]]||[],[TestFrameworkConstants[_0x573f65(0x1b3)]]:_0x56cdf1[_0x573f65(0x1c0)]||{}};_0x240989[_0x573f65(0x171)](_0x56cdf1[_0x573f65(0x1cc)],_0x240989[_0x573f65(0x1d2)])&&(_0x4a4a55[TestFrameworkConstants[_0x573f65(0x195)]]=_0x56cdf1[_0x573f65(0x1db)]||_0x240989[_0x573f65(0x1ea)],_0x4a4a55[TestFrameworkConstants[_0x573f65(0x1b7)]]=_0x56cdf1[_0x573f65(0x176)]||_0x240989[_0x573f65(0x1c5)],_0x4a4a55[TestFrameworkConstants[_0x573f65(0x1d1)]]=_0x56cdf1[_0x573f65(0x1d7)]||[]);_0x240989[_0x573f65(0x1a0)](_0x56cdf1[_0x573f65(0x186)],undefined)&&(_0x4a4a55[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x56cdf1['test_duration']);const _0x337f08={};return _0x337f08[_0x18a230]=_0x4a4a55,_0x337f08;}[a99_0x82cefa(0x1d9)](_0x2f7905){const _0x30894c=a99_0x82cefa,_0x50dff6={};_0x50dff6[_0x30894c(0x1c8)]=_0x30894c(0x1bb);const _0x12abd3=_0x50dff6;try{const _0x5794e3=_0x2f7905[_0x30894c(0x1b6)]?.[_0x30894c(0x193)],_0x108a4b=_0x2f7905[_0x30894c(0x196)],_0x5e7469=_0x108a4b[_0x30894c(0x1a4)](),_0x2dd354=_0x108a4b[_0x30894c(0x181)]()[_0x30894c(0x1b4)](_0x5794e3);if(!_0x2dd354)return logger[_0x30894c(0x18d)](_0x30894c(0x1bc)+_0x5794e3),{};const {[TestFrameworkConstants[_0x30894c(0x192)]]:_0x5a1640=this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x30894c(0x182)]]:_0x45ae7e=this[_0x30894c(0x1bf)]()[this[_0x30894c(0x175)]()[0x0]]||'',[TestFrameworkConstants[_0x30894c(0x1e2)]]:_0x2e78c3='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x41b951=''}=_0x2dd354,_0x5b76ce=_0x108a4b['getCurrentTestState']()[_0x30894c(0x17c)]()[_0x30894c(0x1ae)]('.')[0x1],_0x537661=_0x108a4b[_0x30894c(0x183)]()[_0x30894c(0x17c)]()['split']('.')[0x1],_0x5c1db9=global?.['__workerDetails']?.[_0x30894c(0x1e9)]?.[_0x30894c(0x179)]||global[_0x30894c(0x191)]||0x0,_0x52c13b=_0x108a4b[_0x30894c(0x1e0)](),_0x40abff=Buffer[_0x30894c(0x197)](JSON[_0x30894c(0x1a7)](_0x2dd354))[_0x30894c(0x17c)](_0x12abd3['mlWfo']),_0x265045={'hash':_0x5e7469[_0x30894c(0x18b)](),'threadId':_0x5e7469[_0x30894c(0x1b5)]()[_0x30894c(0x17c)](),'processId':_0x5e7469[_0x30894c(0x1aa)]()['toString']()},_0x3ed61f={};return _0x3ed61f[_0x30894c(0x1c3)]=_0x5c1db9,_0x3ed61f[_0x30894c(0x1e5)]=_0x5a1640,_0x3ed61f[_0x30894c(0x1c7)]=_0x45ae7e,_0x3ed61f[_0x30894c(0x1e1)]=_0x5b76ce,_0x3ed61f[_0x30894c(0x170)]=_0x537661,_0x3ed61f[_0x30894c(0x1c1)]=_0x2e78c3,_0x3ed61f['endedAt']=_0x41b951,_0x3ed61f[_0x30894c(0x185)]=_0x52c13b,_0x3ed61f[_0x30894c(0x1a6)]=_0x40abff,_0x3ed61f[_0x30894c(0x187)]=_0x265045,_0x3ed61f[_0x30894c(0x173)]=_0x5794e3,_0x3ed61f;}catch(_0xd7c032){return logger[_0x30894c(0x1c2)]('[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20ERROR\x20-\x20'+util[_0x30894c(0x1c4)](_0xd7c032)),{};}}}module['exports']=NodeGenericFramework;
@@ -1 +1 @@
1
- const a100_0x59cab1=a100_0x4441;function a100_0x4441(_0x2dfa87,_0x500784){const _0xa63b7b=a100_0xa63b();return a100_0x4441=function(_0x4441a2,_0x25dd4a){_0x4441a2=_0x4441a2-0x144;let _0x4fac90=_0xa63b7b[_0x4441a2];return _0x4fac90;},a100_0x4441(_0x2dfa87,_0x500784);}(function(_0x5a3aef,_0x64fcce){const _0x42a584=a100_0x4441,_0x1cc0bc=_0x5a3aef();while(!![]){try{const _0x27b379=parseInt(_0x42a584(0x157))/0x1*(-parseInt(_0x42a584(0x16a))/0x2)+parseInt(_0x42a584(0x156))/0x3*(parseInt(_0x42a584(0x149))/0x4)+parseInt(_0x42a584(0x15c))/0x5+-parseInt(_0x42a584(0x159))/0x6*(-parseInt(_0x42a584(0x150))/0x7)+-parseInt(_0x42a584(0x14d))/0x8+parseInt(_0x42a584(0x162))/0x9+-parseInt(_0x42a584(0x168))/0xa;if(_0x27b379===_0x64fcce)break;else _0x1cc0bc['push'](_0x1cc0bc['shift']());}catch(_0x5f3e67){_0x1cc0bc['push'](_0x1cc0bc['shift']());}}}(a100_0xa63b,0xb22c7));function a100_0xa63b(){const _0x38a2bb=['trackEvent:\x20automationFrameworkState=','ZzWek','params','8634256foCRCG','PlaywrightAutomationFramework','message','7MPRfnx','createContext','getAutomationFrameworkName','logger','zzSKi','NjSuq','18nZDVSa','1090694XbKTCk','runHooks','5062236zlIYFj','NONE','debug','4342415umtTYg','../instances/trackedInstance.js','trackEvent','../instances/automationFrameworkInstance.js','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','./automationFramework.js','10148256jSGXOC','resolveInstance','setTrackedInstance','../../../helpers/classLogger.js','\x20hookState=','\x20target=','10008520fnCkLe','getCurrentInstanceName','2SvIHqS','getTrackedInstance','trackPlaywrightInstance','CREATE','bsParams','getAutomationFrameworkVersion','info','707236cWsHvu'];a100_0xa63b=function(){return _0x38a2bb;};return a100_0xa63b();}const AutomationFramework=require(a100_0x59cab1(0x161)),{createClassLogger}=require(a100_0x59cab1(0x165)),AutomationFrameworkState=require('../state/automationFrameworkState.js'),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a100_0x59cab1(0x15d)),AutomationFrameworkInstance=require(a100_0x59cab1(0x15f));class PlaywrightAutomationFramework extends AutomationFramework{[a100_0x59cab1(0x153)]=createClassLogger(a100_0x59cab1(0x14e));constructor(_0xb7ba73,_0x510536){super(_0xb7ba73,_0x510536);}async['trackEvent'](_0xa8d6dd,_0x177df2,_0x229bda={}){const _0xb7d82e=a100_0x59cab1,_0x27b4df={};_0x27b4df['igvXL']=function(_0x5973a0,_0x33ee27){return _0x5973a0===_0x33ee27;};const _0x1c2ef3=_0x27b4df;this['logger'][_0xb7d82e(0x15b)](_0xb7d82e(0x14a)+_0xa8d6dd+_0xb7d82e(0x166)+_0x177df2),await super[_0xb7d82e(0x15e)](_0xa8d6dd,_0x177df2,_0x229bda);const _0x36eacf=this[_0xb7d82e(0x163)](_0xa8d6dd,_0x177df2,_0x229bda);if(_0x1c2ef3['igvXL'](_0x36eacf,null))return;_0x229bda['instance']=_0x36eacf,await this[_0xb7d82e(0x158)](_0x36eacf,_0xa8d6dd,_0x177df2,_0x229bda);}[a100_0x59cab1(0x163)](_0x437a6a,_0x4f8ecb,_0x3b34d9={}){const _0x2cbbf2=a100_0x59cab1,_0x52237f={};_0x52237f[_0x2cbbf2(0x14b)]=function(_0x414377,_0x5397e9){return _0x414377===_0x5397e9;},_0x52237f['zzSKi']=function(_0x32249b,_0x1a7fb5){return _0x32249b===_0x1a7fb5;};const _0xfb5d44=_0x52237f;let _0x68a2d=null;return(_0xfb5d44[_0x2cbbf2(0x14b)](_0x437a6a,AutomationFrameworkState[_0x2cbbf2(0x145)])||_0xfb5d44[_0x2cbbf2(0x154)](_0x437a6a,AutomationFrameworkState['PLAYWRIGHT_DISPATCH'])&&(_0x3b34d9[_0x2cbbf2(0x14f)]&&_0x3b34d9[_0x2cbbf2(0x14f)][_0x2cbbf2(0x14c)]&&_0x3b34d9[_0x2cbbf2(0x14f)][_0x2cbbf2(0x14c)][_0x2cbbf2(0x146)])||_0xfb5d44['ZzWek'](_0x437a6a,AutomationFrameworkState[_0x2cbbf2(0x15a)]))&&this[_0x2cbbf2(0x144)](_0x437a6a,_0x3b34d9),_0x68a2d=AutomationFramework[_0x2cbbf2(0x16b)](),_0x68a2d;}[a100_0x59cab1(0x144)](_0x56a3b9,_0x4dcffe){const _0x2a058a=a100_0x59cab1,_0x853a8a={};_0x853a8a[_0x2a058a(0x155)]='trackPlaywrightInstance:\x20instance\x20already\x20exists';const _0x2c203d=_0x853a8a;if(AutomationFramework[_0x2a058a(0x16b)]()){this['logger']['info'](_0x2c203d[_0x2a058a(0x155)]);return;}const _0x1c4d20=CLIUtils[_0x2a058a(0x169)](),_0x4d0f21=TrackedInstance[_0x2a058a(0x151)](_0x1c4d20);let _0x36ed2f=null;this[_0x2a058a(0x153)][_0x2a058a(0x148)](_0x2a058a(0x160)+_0x1c4d20+',\x20state='+_0x56a3b9),_0x36ed2f=new AutomationFrameworkInstance(_0x4d0f21,this[_0x2a058a(0x152)](),this[_0x2a058a(0x147)](),_0x56a3b9),AutomationFramework[_0x2a058a(0x164)](_0x4d0f21,_0x36ed2f),this['logger'][_0x2a058a(0x148)]('trackPlaywrightInstance:\x20saved\x20instance\x20contextId='+_0x4d0f21['getId']()+_0x2a058a(0x167)+_0x1c4d20);}}module['exports']=PlaywrightAutomationFramework;
1
+ function a100_0x423d(_0xbccaa1,_0x4c9cc6){const _0x7e4c54=a100_0x7e4c();return a100_0x423d=function(_0x423d5f,_0xfdecb9){_0x423d5f=_0x423d5f-0xae;let _0x222659=_0x7e4c54[_0x423d5f];return _0x222659;},a100_0x423d(_0xbccaa1,_0x4c9cc6);}const a100_0xf51b24=a100_0x423d;(function(_0x56074e,_0x11a41b){const _0x8ad362=a100_0x423d,_0x2980c2=_0x56074e();while(!![]){try{const _0x48febb=-parseInt(_0x8ad362(0xb7))/0x1+-parseInt(_0x8ad362(0xd6))/0x2*(-parseInt(_0x8ad362(0xc5))/0x3)+parseInt(_0x8ad362(0xb3))/0x4*(-parseInt(_0x8ad362(0xbb))/0x5)+parseInt(_0x8ad362(0xb0))/0x6*(-parseInt(_0x8ad362(0xc4))/0x7)+parseInt(_0x8ad362(0xb1))/0x8*(-parseInt(_0x8ad362(0xb6))/0x9)+-parseInt(_0x8ad362(0xd5))/0xa*(parseInt(_0x8ad362(0xce))/0xb)+parseInt(_0x8ad362(0xaf))/0xc;if(_0x48febb===_0x11a41b)break;else _0x2980c2['push'](_0x2980c2['shift']());}catch(_0x35706b){_0x2980c2['push'](_0x2980c2['shift']());}}}(a100_0x7e4c,0x1924a));const AutomationFramework=require(a100_0xf51b24(0xd0)),{createClassLogger}=require(a100_0xf51b24(0xb9)),AutomationFrameworkState=require(a100_0xf51b24(0xcb)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a100_0xf51b24(0xd1)),AutomationFrameworkInstance=require(a100_0xf51b24(0xc8));class PlaywrightAutomationFramework extends AutomationFramework{[a100_0xf51b24(0xc1)]=createClassLogger(a100_0xf51b24(0xd4));constructor(_0x3ff7a8,_0x2e83b0){super(_0x3ff7a8,_0x2e83b0);}async['trackEvent'](_0x125446,_0x471935,_0x3f2383={}){const _0x58332=a100_0xf51b24,_0x14d690={};_0x14d690[_0x58332(0xca)]=function(_0x4ed4cc,_0x2650b7){return _0x4ed4cc===_0x2650b7;};const _0x21e958=_0x14d690;this[_0x58332(0xc1)]['debug'](_0x58332(0xc7)+_0x125446+_0x58332(0xcd)+_0x471935),await super['trackEvent'](_0x125446,_0x471935,_0x3f2383);const _0x182b80=this[_0x58332(0xd8)](_0x125446,_0x471935,_0x3f2383);if(_0x21e958['qdlfm'](_0x182b80,null))return;_0x3f2383[_0x58332(0xc3)]=_0x182b80,await this[_0x58332(0xc9)](_0x182b80,_0x125446,_0x471935,_0x3f2383);}[a100_0xf51b24(0xd8)](_0x26b87c,_0x23eccc,_0x4fa957={}){const _0x1ba608=a100_0xf51b24,_0x5241a7={};_0x5241a7[_0x1ba608(0xae)]=function(_0x3da790,_0x18c883){return _0x3da790===_0x18c883;};const _0x4a1c00=_0x5241a7;let _0x373199=null;return(_0x4a1c00['gpthD'](_0x26b87c,AutomationFrameworkState['CREATE'])||_0x4a1c00['gpthD'](_0x26b87c,AutomationFrameworkState['PLAYWRIGHT_DISPATCH'])&&(_0x4fa957[_0x1ba608(0xcf)]&&_0x4fa957['message'][_0x1ba608(0xd3)]&&_0x4fa957[_0x1ba608(0xcf)][_0x1ba608(0xd3)]['bsParams'])||_0x4a1c00[_0x1ba608(0xae)](_0x26b87c,AutomationFrameworkState[_0x1ba608(0xbe)]))&&this['trackPlaywrightInstance'](_0x26b87c,_0x4fa957),_0x373199=AutomationFramework['getTrackedInstance'](),_0x373199;}[a100_0xf51b24(0xb5)](_0x2a36c0,_0x1dcab7){const _0x25c93c=a100_0xf51b24,_0x6c7778={};_0x6c7778[_0x25c93c(0xcc)]='trackPlaywrightInstance:\x20instance\x20already\x20exists';const _0x4881e1=_0x6c7778;if(AutomationFramework[_0x25c93c(0xb2)]()){this[_0x25c93c(0xc1)][_0x25c93c(0xbc)](_0x4881e1[_0x25c93c(0xcc)]);return;}const _0x14d1b7=CLIUtils[_0x25c93c(0xbf)](),_0x5945f0=TrackedInstance[_0x25c93c(0xd7)](_0x14d1b7);let _0x330e3e=null;this['logger'][_0x25c93c(0xbc)]('trackPlaywrightInstance:\x20created\x20instance\x20for\x20target='+_0x14d1b7+_0x25c93c(0xc2)+_0x2a36c0),_0x330e3e=new AutomationFrameworkInstance(_0x5945f0,this[_0x25c93c(0xc6)](),this[_0x25c93c(0xd2)](),_0x2a36c0),AutomationFramework[_0x25c93c(0xb8)](_0x5945f0,_0x330e3e),this[_0x25c93c(0xc1)][_0x25c93c(0xbc)](_0x25c93c(0xc0)+_0x5945f0[_0x25c93c(0xbd)]()+_0x25c93c(0xba)+_0x14d1b7);}}function a100_0x7e4c(){const _0x48c522=['37734oGXAsu','getAutomationFrameworkName','trackEvent:\x20automationFrameworkState=','../instances/automationFrameworkInstance.js','runHooks','qdlfm','../state/automationFrameworkState.js','xHwpb','\x20hookState=','11671xbDqot','message','./automationFramework.js','../instances/trackedInstance.js','getAutomationFrameworkVersion','params','PlaywrightAutomationFramework','310XBQlBv','20sUrxzI','createContext','resolveInstance','gpthD','6097092tejbLa','490422SgmlJe','504056pOczqm','getTrackedInstance','181556ygJoFS','exports','trackPlaywrightInstance','9UEkfVN','135346sWBwel','setTrackedInstance','../../../helpers/classLogger.js','\x20target=','15otYSsZ','info','getId','NONE','getCurrentInstanceName','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','logger',',\x20state=','instance','14QSRvlc'];a100_0x7e4c=function(){return _0x48c522;};return a100_0x7e4c();}module[a100_0xf51b24(0xb4)]=PlaywrightAutomationFramework;