browserstack-node-sdk 1.66.4 → 1.67.0

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 (220) 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/newmanTestFramework.js +1 -1
  139. package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
  140. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  141. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  142. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  143. package/src/bin/v2/framework/testFramework.js +1 -1
  144. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  145. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  146. package/src/bin/v2/grpcClient.js +1 -1
  147. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  148. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  149. package/src/bin/v2/instances/trackedContext.js +1 -1
  150. package/src/bin/v2/instances/trackedInstance.js +1 -1
  151. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  152. package/src/bin/v2/modules/baseModule.js +1 -1
  153. package/src/bin/v2/modules/loadTestModule.js +1 -1
  154. package/src/bin/v2/modules/observabilityModule.js +1 -1
  155. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  156. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  157. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  158. package/src/bin/v2/modules/testhubModule.js +1 -1
  159. package/src/bin/v2/sdkErrorHandler.js +1 -1
  160. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  161. package/src/bin/v2/state/hookState.js +1 -1
  162. package/src/bin/v2/state/testFrameworkState.js +1 -1
  163. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  164. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  165. package/src/bin/v2/utils/jest-utils.js +1 -1
  166. package/src/bin/vanilla-js/command.js +1 -1
  167. package/src/browserStackSdk.js +1 -1
  168. package/src/helpers/BrowserStackSetup.js +1 -1
  169. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  170. package/src/helpers/accessibility-automation/constants.js +1 -1
  171. package/src/helpers/accessibility-automation/helper.js +1 -1
  172. package/src/helpers/accessibility-automation/scripts.js +1 -1
  173. package/src/helpers/ats/constants.js +1 -1
  174. package/src/helpers/ats/helper.js +1 -1
  175. package/src/helpers/caCertHelper.js +1 -1
  176. package/src/helpers/capsMapping.js +1 -1
  177. package/src/helpers/central-scanner/constants.js +1 -1
  178. package/src/helpers/central-scanner/helpers.js +1 -1
  179. package/src/helpers/classLogger.js +1 -1
  180. package/src/helpers/driverInitErrorReporter.js +1 -1
  181. package/src/helpers/globals.js +1 -1
  182. package/src/helpers/helper.js +1 -1
  183. package/src/helpers/logger.js +1 -1
  184. package/src/helpers/metadata.js +1 -1
  185. package/src/helpers/patchHelper.js +1 -1
  186. package/src/helpers/patchHelpers.js +1 -1
  187. package/src/helpers/percy/Percy.js +1 -1
  188. package/src/helpers/percy/PercyBinary.js +1 -1
  189. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  190. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  191. package/src/helpers/percy/PercySDK.js +1 -1
  192. package/src/helpers/percy/index.js +1 -1
  193. package/src/helpers/percy/utils.js +1 -1
  194. package/src/helpers/performance/constants.js +1 -1
  195. package/src/helpers/performance/performance-tester.js +1 -1
  196. package/src/helpers/playwright-helper.js +1 -1
  197. package/src/helpers/processHelper.js +1 -1
  198. package/src/helpers/puppeteer-helper.js +1 -1
  199. package/src/helpers/request-spy.js +1 -1
  200. package/src/helpers/setKeepAlive.js +1 -1
  201. package/src/helpers/stackFrameUtils.js +1 -1
  202. package/src/helpers/test-observability/constants.js +1 -1
  203. package/src/helpers/test-observability/error-handler.js +1 -1
  204. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  205. package/src/helpers/test-observability/sessionHandler.js +1 -1
  206. package/src/helpers/test-observability/utils.js +1 -1
  207. package/src/helpers/test-orchestration/constants.js +1 -1
  208. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  209. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  210. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  211. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  212. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  213. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  214. package/src/helpers/testhub/constants.js +1 -1
  215. package/src/helpers/testhub/testhubHandler.js +1 -1
  216. package/src/helpers/testhub/utils.js +1 -1
  217. package/src/helpers/utilities.js +1 -1
  218. package/src/helpers/w3cMapping.js +1 -1
  219. package/src/hubAllocationMethods.js +1 -1
  220. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a96_0x46b6cb=a96_0x9980;function a96_0x1d9b(){const _0x1d0620=['base64','getJestFailureReason','format','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20',',\x20version=','unknown','\x20hook','\x20-\x20test_identifier=',',\x20hookType=','dxkEl',':testAnalyticsId','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','IfwyS','depth','OqOxS','processPendingHooks','ygCII','\x22\x20hook',',\x20test_run_uuid=','trackEvent','set','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20',',\x20hookUUID=','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','from',',\x20hook=','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','testId','../cliUtils.js','2091272JIoXPy','bhqdI','length','\x20(testIdentifier),\x20hookType=','file','gUcyl','result','filePath','pUcBb','FImph','concat','5961184fUbaiA','Stezf','DEFAULT_HOOK_RESULT','args','maxArrayLength','exports','getTestFrameworks','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','khQrV','hooks','mapTestHooks','storePendingHook','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','trackJestInstance:\x20instance\x20already\x20exists','eventJson','../../../helpers/stackFrameUtils','BWSUE','DEFAULT_TEST_RESULT','GyDXs','tags','getInstance','ZYDGH','GGlaX','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','KEY_HOOK_FAILURE','KEY_TEST_FILE_PATH','KEY_HOOK_NAME','parseJestTest','KEY_HOOKS_STARTED','getId','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','jest-circus','LOG_REPORT','LnniK','platformIndex',',\x20storing\x20as\x20pending\x20hook','ctZjM','substring','createTestFrameworkEventPayload','PbfJQ','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','warn','name',',\x20remainingHooks=','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','OXvdS','toISOString','8BpEazu','KEY_TEST_CODE','slice','delete','hookMetadata','hook_run_uuid','\x20&\x20hookState=','clysu','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','ceil','trackHookEvent','GpKSK','oKAWv','getAllData','afterAll','duration','originalTest','has','trackJestInstance','SUqap','9837OZTLWy','logCreatedEvent','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','workerInfo','../../../helpers/test-observability/utils','getJestFailureType','errorsDetailed','test_identifier','../instances/trackedInstance.js',',\x20scope:\x20','find','BEFORE_ALL','KEY_TEST_RERUN_NAME','mYTsA','getJestTestTags','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','instance','includes','testFrameworkName',',\x20filePath=','\x20screenshot\x20logs\x20for\x20testId:\x20','hook_result','testData',',\x20exception=','scope','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','KEY_AUTOMATE_SESSION_NAME','get','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','xcFfT',',\x20failureType=','KEY_TEST_META',',\x20hookState=','LJfcY','kOtow','KEY_LOGS','push','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','vvxSo','../state/hookState.js',',\x20hookData=','PRE',',\x20failureReason=','location','test_run_id','AssertionError','buildHookMapFromTest','khyfz','KEY_TEST_TAGS','192120CAvcDI',',\x20totalBatches:\x20','file_name','zJtwN','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=',',\x20testFramework=','_ALL','failed','title','getTrackedInstance','DbpVH','cpYUx',',\x20error:\x20','type','stack-trace','match','pop','KEY_TEST_UUID','KEY_HOOK_FAILURE_REASON','NONE','debug','iBZCE',',\x20currentTestId:\x20','hookType','nNzIQ','../state/testFrameworkState.js','getJestTestIdentifier','YRmVp','getRootParentFile','getAllPendingHookTestIds','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=',',\x20logsInBatch:\x20','split','status','KEY_HOOKS_FINISHED','sendLogCreatedEvent','\x22\x20from\x20testData','KEY_TEST_ENDED_AT','\x20-\x20testId:\x20','atNeb','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','\x20files','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','addPendingHook','QrLjN','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','POST','finished_at','vNDqm','RiCIL','KEY_TEST_DURATION','IXLNq','173549KsIggi','KEY_TEST_RETRY_OF','MTPzx','KEY_HOOK_LOGS','UfiEN','getCurrentHookState','started_at','addMultipleEntries','body','runHooks','passed','hasPendingHooks','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=',',\x20filePath:\x20','isJestInternalHook','bbtWB','removePendingHooks','TEST','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','PmieD','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','parent','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','resolveInstance','parseJestTestResult','KEY_HOOK_LAST_FINISHED','KEY_TEST_ATTACHMENTS','Sqtfi','\x20pending\x20hooks\x20for\x20testId:\x20','KEY_HOOK_RESULT','uuid','splice','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','getPendingHooks','join','activeHooks','setActiveHook','KEY_TEST_RESULT_AT','removeActiveHook','parallelIndex','testUUID',',\x20hook_run_uuid=','test','ujPfe','getJestTestFilePath','1915467kumstT','getJestFailureData',',\x20totalLogs:\x20','trackJestInstance:\x20created\x20instance\x20for\x20target=','startsWith','isArray','./constants/testFrameworkConstants.js','retryOf','hook_id','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','ovMpE','KEY_TEST_STARTED_AT','ROOT_DESCRIBE_BLOCK','63vyOXTJ','filter','Processing\x20','getCurrentInstanceName','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20',',\x20hookId=','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','hookUUID',',\x20attachmentLogs:\x20','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','getTestFrameworksVersions','KEY_HOOK_FAILURE_TYPE','KEY_TEST_LOCATION','cAGtC',',\x20consoleLogs:\x20','KEY_TEST_FAILURE','MjVkm','testFrameworkState','ByAkj','TtUsY','startedAt','setTrackedInstance','getRef','asyncError','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','\x20(testIdentifier),\x20tags=',',\x20argsKeys=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','error','none','hookAnalyticsId','KEY_EVENT_STARTED_AT','hookState','substr','hookData','KEY_TEST_FRAMEWORK_VERSION','forEach','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','149975sEuIyI','\x20(testIdentifier),\x20result=','ApFWI','TTzJw','dpZxN','KEY_TEST_FRAMEWORK_NAME','\x20logs\x20for\x20testId:\x20','gfwrC','missing','unnIT','GkZNV','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','../TestInfo.js','uCPDJ','VEFrn','beforeAll','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','failure_reason','executionContext','ysLVC','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','KEY_TEST_SCOPE','keys','inspect','Assert','Unknown\x20error','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','lXizA',',\x20state:\x20','nIbbM','browserstackPlatformIndex','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','scopes','map','weWLS','\x20attachments','Error\x20in\x20createTestFrameworkEventPayload:\x20','apply','KEY_EVENT_ENDED_AT','vzGkP','createContext','KEY_CUSTOM_TAGS','PaWGV','getJestTestName','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20',',\x20testId=','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','KEY_HOOK_ID','KEY_HOOK_LAST_STARTED','matchHookRegex','replace','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','testFrameworkVersion','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook',',\x20contextId=','reverse','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','ClyDV','event_ended_at',',\x20target=','exwOH','IOlNp','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','findIndex','qGmGN','message','jQMmn','ftLcr','skipped',',\x20response=','getThreadId','cyihX','toString','zYPdC','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','getHooksForTest','parse','KEY_TEST_SCOPES','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=',',\x20hooksListLength=','../instances/testFrameworkInstance.js','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','WdxLT',',\x20screenshotLogs:\x20','getContext','KEY_TEST_FAILURE_TYPE','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20'];a96_0x1d9b=function(){return _0x1d0620;};return a96_0x1d9b();}(function(_0x2ca0b9,_0x5e1fed){const _0x521b7c=a96_0x9980,_0x2c1cd9=_0x2ca0b9();while(!![]){try{const _0x11a2cc=parseInt(_0x521b7c(0x1aa))/0x1*(-parseInt(_0x521b7c(0x12f))/0x2)+parseInt(_0x521b7c(0x1d7))/0x3+-parseInt(_0x521b7c(0xf4))/0x4+parseInt(_0x521b7c(0x7e))/0x5+parseInt(_0x521b7c(0x174))/0x6*(parseInt(_0x521b7c(0x1e4))/0x7)+parseInt(_0x521b7c(0xff))/0x8+parseInt(_0x521b7c(0x143))/0x9;if(_0x11a2cc===_0x5e1fed)break;else _0x2c1cd9['push'](_0x2c1cd9['shift']());}catch(_0x5a523f){_0x2c1cd9['push'](_0x2c1cd9['shift']());}}}(a96_0x1d9b,0x76a03));function a96_0x9980(_0x5f4ba7,_0x279021){const _0x1d9b2f=a96_0x1d9b();return a96_0x9980=function(_0x9980e5,_0x270e55){_0x9980e5=_0x9980e5-0x72;let _0x2043da=_0x1d9b2f[_0x9980e5];return _0x2043da;},a96_0x9980(_0x5f4ba7,_0x279021);}const TestFramework=require('./testFramework'),TestFrameworkState=require(a96_0x46b6cb(0x18d)),HookState=require(a96_0x46b6cb(0x16a)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a96_0x46b6cb(0xd0)),CLIUtils=require(a96_0x46b6cb(0xf3)),TrackedInstance=require(a96_0x46b6cb(0x14b)),TestFrameworkConstants=require(a96_0x46b6cb(0x1dd)),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),{isInternalHook}=require(a96_0x46b6cb(0x147)),logger=createClassLogger('JestTestFramework'),{v4:uuidv4}=require(a96_0x46b6cb(0x1c8)),util=require('util'),TestInfo=require(a96_0x46b6cb(0x8b)),GrpcClient=require('../grpcClient'),stackTrace=require(a96_0x46b6cb(0x182)),{pickUserFrameFile}=require(a96_0x46b6cb(0x10e));class JestTestFramework extends TestFramework{constructor(_0x221841,_0xc4de4a,_0x5b86f0){const _0x4a6f6b=a96_0x46b6cb;super(_0x221841,_0xc4de4a,_0x5b86f0),this[_0x4a6f6b(0x1cd)]=new Map();}[a96_0x46b6cb(0x1ce)](_0x505faf,_0xf232f9,_0x320023){const _0x238544=a96_0x46b6cb,_0x4f6373={};_0x4f6373['weWLS']=function(_0x3e4c73,_0x13fd59){return _0x3e4c73||_0x13fd59;};const _0x36216e=_0x4f6373;if(_0x36216e[_0x238544(0xa1)](!_0x505faf,!_0xf232f9)){logger[_0x238544(0x129)](_0x238544(0xbe)+_0x505faf+_0x238544(0xed)+_0xf232f9);return;}!this[_0x238544(0x1cd)][_0x238544(0x140)](_0x505faf)&&this[_0x238544(0x1cd)][_0x238544(0xeb)](_0x505faf,[]);const _0x2d53cd={'hookUUID':_0xf232f9,'hookType':_0x320023,'startedAt':new Date()['toISOString']()};this[_0x238544(0x1cd)][_0x238544(0x15e)](_0x505faf)[_0x238544(0x167)](_0x2d53cd),logger['debug'](_0x238544(0x106)+_0x505faf+_0x238544(0xed)+_0xf232f9+_0x238544(0xdf)+_0x320023+',\x20totalHooks='+this[_0x238544(0x1cd)]['get'](_0x505faf)[_0x238544(0xf6)]);}[a96_0x46b6cb(0x1d0)](_0x2cfb08,_0x4be31b){const _0x1a7359=a96_0x46b6cb,_0x138ba1={};_0x138ba1['lXizA']=function(_0x16856b,_0x16bf13){return _0x16856b||_0x16bf13;},_0x138ba1[_0x1a7359(0x100)]=function(_0x10b648,_0x15d7d6){return _0x10b648!==_0x15d7d6;},_0x138ba1['atNeb']=function(_0x25ba09,_0x39f9c3){return _0x25ba09===_0x39f9c3;};const _0x18ab05=_0x138ba1;if(_0x18ab05[_0x1a7359(0x9a)](!_0x2cfb08,!_0x4be31b)){logger[_0x1a7359(0x129)](_0x1a7359(0x178)+_0x2cfb08+_0x1a7359(0xed)+_0x4be31b);return;}if(this[_0x1a7359(0x1cd)]['has'](_0x2cfb08)){const _0x4eae84=this['activeHooks'][_0x1a7359(0x15e)](_0x2cfb08),_0x3f9e63=_0x4eae84[_0x1a7359(0xbf)](_0x4c6590=>_0x4c6590['hookUUID']===_0x4be31b);_0x18ab05[_0x1a7359(0x100)](_0x3f9e63,-0x1)?(_0x4eae84[_0x1a7359(0x1c9)](_0x3f9e63,0x1),logger[_0x1a7359(0x188)](_0x1a7359(0xb8)+_0x2cfb08+_0x1a7359(0xed)+_0x4be31b+_0x1a7359(0x12b)+_0x4eae84[_0x1a7359(0xf6)]),_0x18ab05[_0x1a7359(0x19c)](_0x4eae84[_0x1a7359(0xf6)],0x0)&&this[_0x1a7359(0x1cd)][_0x1a7359(0x132)](_0x2cfb08)):logger[_0x1a7359(0x188)](_0x1a7359(0x12c)+_0x2cfb08+_0x1a7359(0xed)+_0x4be31b);}}['getActiveHook'](_0x397d17){const _0x3fc3f5=a96_0x46b6cb,_0x42a636={};_0x42a636['ClyDV']=function(_0x1bb5e2,_0x1cbdd8){return _0x1bb5e2>_0x1cbdd8;},_0x42a636[_0x3fc3f5(0x177)]=function(_0x94ec4a,_0x6e425){return _0x94ec4a-_0x6e425;};const _0x22e9ad=_0x42a636;if(!_0x397d17)return null;if(this[_0x3fc3f5(0x1cd)][_0x3fc3f5(0x140)](_0x397d17)){const _0x6adcaa=this[_0x3fc3f5(0x1cd)][_0x3fc3f5(0x15e)](_0x397d17);if(_0x22e9ad[_0x3fc3f5(0xb9)](_0x6adcaa[_0x3fc3f5(0xf6)],0x0)){const _0x367e37=_0x6adcaa[_0x22e9ad[_0x3fc3f5(0x177)](_0x6adcaa[_0x3fc3f5(0xf6)],0x1)];return logger['debug']('[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier='+_0x397d17+_0x3fc3f5(0xed)+_0x367e37[_0x3fc3f5(0x1eb)]+_0x3fc3f5(0xdf)+_0x367e37['hookType']),_0x367e37;}}return null;}async['trackEvent'](_0x35d7c3,_0x4fe01d,_0x2f14dc={}){const _0x399ffc=a96_0x46b6cb,_0x4fcb83={};_0x4fcb83[_0x399ffc(0x1f7)]='[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found',_0x4fcb83[_0x399ffc(0xe5)]=function(_0x42ff98,_0x203b24){return _0x42ff98===_0x203b24;},_0x4fcb83['ygCII']=function(_0x3ebf51,_0x4bc5d8){return _0x3ebf51||_0x4bc5d8;},_0x4fcb83[_0x399ffc(0xc3)]=_0x399ffc(0x1a0),_0x4fcb83['MTPzx']=function(_0x3a0ebf,_0x40b9b3){return _0x3a0ebf===_0x40b9b3;};const _0x4b49f8=_0x4fcb83;logger[_0x399ffc(0x188)](_0x399ffc(0x145)+_0x35d7c3+_0x399ffc(0x163)+_0x4fe01d+_0x399ffc(0x72)+Object[_0x399ffc(0x95)](_0x2f14dc)[_0x399ffc(0x1cc)](',')),await super[_0x399ffc(0xea)](_0x35d7c3,_0x4fe01d,_0x2f14dc);const _0x52f00f=this[_0x399ffc(0x1c1)](_0x35d7c3,_0x4fe01d,_0x2f14dc);if(!_0x52f00f){logger['debug'](_0x4b49f8[_0x399ffc(0x1f7)]);return;}try{let _0x2c2b20,_0x50d97e,_0x5d5c3d;switch(_0x35d7c3){case TestFrameworkState[_0x399ffc(0x1bb)]:_0x2c2b20=_0x2f14dc[_0x399ffc(0x1d4)];const _0x3ca035={};_0x3ca035['depth']=0x2,_0x3ca035['maxArrayLength']=0x3,logger['debug'](_0x399ffc(0x168)+_0x4fe01d+',\x20testData='+util[_0x399ffc(0x96)](_0x2c2b20,_0x3ca035)),_0x5d5c3d=this[_0x399ffc(0x18e)](_0x2c2b20),_0x50d97e=null,logger[_0x399ffc(0x188)](_0x399ffc(0x193)+_0x5d5c3d+'\x20(testIdentifier)');if(_0x4b49f8[_0x399ffc(0xe5)](_0x4fe01d,HookState[_0x399ffc(0x16c)])){logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20'+_0x5d5c3d);const _0x1dbd21={};_0x1dbd21[_0x399ffc(0x1d2)]=_0x50d97e,_0x1dbd21[_0x399ffc(0x159)]=_0x2c2b20,_0x1dbd21['testId']=_0x5d5c3d;const _0x5d8586=this[_0x399ffc(0x11b)](_0x1dbd21),_0xd3d2b9={};_0xd3d2b9['depth']=0x2,_0xd3d2b9['maxArrayLength']=0x3,logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20'+util[_0x399ffc(0x96)](_0x5d8586,_0xd3d2b9)),_0x52f00f['addMultipleEntries'](_0x5d8586),logger[_0x399ffc(0x188)](_0x399ffc(0x1ea)+_0x5d5c3d),await this[_0x399ffc(0xe6)](_0x52f00f,_0x5d5c3d);}else{if(_0x4b49f8[_0x399ffc(0xe5)](_0x4fe01d,HookState[_0x399ffc(0x1a4)])){logger['debug'](_0x399ffc(0xd6)+_0x5d5c3d);const _0x58eae3=_0x52f00f[_0x399ffc(0x13c)]()['get'](_0x5d5c3d);logger[_0x399ffc(0x188)](_0x399ffc(0x1be)+util[_0x399ffc(0x96)](Object['keys'](_0x4b49f8[_0x399ffc(0xe7)](_0x58eae3,{}))));_0x58eae3&&_0x58eae3[TestFrameworkConstants[_0x399ffc(0x1c4)]]?logger[_0x399ffc(0x188)](_0x399ffc(0x1fc)+Object['keys'](_0x58eae3[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']])['length']+_0x399ffc(0x19e)):logger[_0x399ffc(0x188)](_0x4b49f8[_0x399ffc(0xc3)]);const _0x2ffe6d=_0x2f14dc[_0x399ffc(0x13f)]||null,_0x54094f={};_0x54094f[_0x399ffc(0x1d2)]=_0x50d97e,_0x54094f[_0x399ffc(0x159)]=_0x2c2b20,_0x54094f[_0x399ffc(0xf2)]=_0x5d5c3d,_0x54094f[_0x399ffc(0x13f)]=_0x2ffe6d;const _0x5203b4=this[_0x399ffc(0x1c2)](_0x54094f),_0x4bcd00={};_0x4bcd00[_0x399ffc(0xe4)]=0x2,_0x4bcd00['maxArrayLength']=0x3,logger[_0x399ffc(0x188)](_0x399ffc(0x89)+util[_0x399ffc(0x96)](_0x5203b4,_0x4bcd00)),_0x52f00f[_0x399ffc(0x1b1)](_0x5203b4),logger[_0x399ffc(0x188)](_0x399ffc(0x1ca)+_0x5d5c3d),await this[_0x399ffc(0xe6)](_0x52f00f,_0x5d5c3d);}}break;case TestFrameworkState[_0x399ffc(0x120)]:if(_0x4b49f8[_0x399ffc(0x1ac)](_0x4fe01d,HookState[_0x399ffc(0x1a4)])){const _0x37fe77={};_0x37fe77[_0x399ffc(0xe4)]=0x2,logger[_0x399ffc(0x188)](_0x399ffc(0x1e8)+util[_0x399ffc(0x96)](_0x2f14dc,_0x37fe77)),await this[_0x399ffc(0x198)](_0x52f00f,_0x35d7c3,_0x2f14dc);}break;default:if(CLIUtils[_0x399ffc(0xb1)](_0x35d7c3['toString']()[_0x399ffc(0x195)]('.')[0x1])){const _0x32c886={};_0x32c886[_0x399ffc(0xe4)]=0x2,_0x32c886[_0x399ffc(0x103)]=0x3,logger[_0x399ffc(0x188)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState='+_0x35d7c3+_0x399ffc(0x163)+_0x4fe01d+_0x399ffc(0x16b)+util[_0x399ffc(0x96)](_0x2f14dc['hookData'],_0x32c886));const _0x26b5b8=await this['trackHookEvent'](_0x52f00f,_0x35d7c3,_0x4fe01d,_0x2f14dc),_0x15ec83={};_0x15ec83[_0x399ffc(0xe4)]=0x2,_0x15ec83[_0x399ffc(0x103)]=0x3,logger['debug'](_0x399ffc(0x19d)+util[_0x399ffc(0x96)](_0x26b5b8,_0x15ec83)),_0x52f00f[_0x399ffc(0x1b1)](_0x26b5b8);}else logger['debug'](_0x399ffc(0x116)+_0x35d7c3+_0x399ffc(0x135)+_0x4fe01d);break;}logger[_0x399ffc(0x188)](_0x399ffc(0x1bc)+_0x35d7c3+_0x399ffc(0x163)+_0x4fe01d);}catch(_0x5765cd){logger[_0x399ffc(0x74)](_0x399ffc(0x15c)+_0x35d7c3+_0x399ffc(0x163)+_0x4fe01d+_0x399ffc(0x15a)+util[_0x399ffc(0xd9)](_0x5765cd));}_0x2f14dc['instance']=_0x52f00f,await this[_0x399ffc(0x1b3)](_0x52f00f,_0x35d7c3,_0x4fe01d,_0x2f14dc);}[a96_0x46b6cb(0x18e)](_0x21728b){const _0x328383=a96_0x46b6cb,_0x476c68={};_0x476c68[_0x328383(0x189)]=_0x328383(0x1e0);const _0x51e5fa=_0x476c68;if(_0x21728b&&(_0x21728b['id']||_0x21728b[_0x328383(0x1c8)])){const _0x454a4d=_0x21728b['id']||_0x21728b['uuid'];return logger['debug'](_0x328383(0xee)+_0x454a4d+_0x328383(0x199)),_0x454a4d;}return logger[_0x328383(0x188)](_0x51e5fa['iBZCE']),process['pid']+_0x328383(0xe1);}[a96_0x46b6cb(0x1c1)](_0x4b16f9,_0x265d2c,_0x2e03db={}){const _0xb7ec2e=a96_0x46b6cb;let _0x4e1c48=null;return _0x4e1c48=TestFramework[_0xb7ec2e(0x17d)](),!_0x4e1c48?(logger['debug'](_0xb7ec2e(0x11e)+_0x4b16f9),this[_0xb7ec2e(0x141)](_0x4b16f9,_0x2e03db),_0x4e1c48=TestFramework[_0xb7ec2e(0x17d)](),logger[_0xb7ec2e(0x188)]('[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists='+!!_0x4e1c48+_0xb7ec2e(0xb6)+_0x4e1c48?.['getContext']()?.[_0xb7ec2e(0x11d)]())):logger[_0xb7ec2e(0x188)]('[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId='+_0x4e1c48[_0xb7ec2e(0xd4)]()?.[_0xb7ec2e(0x11d)]()),_0x4e1c48;}[a96_0x46b6cb(0x141)](_0x31d504,_0x25d48e){const _0x17da3e=a96_0x46b6cb,_0x425b28={};_0x425b28[_0x17da3e(0x1f6)]=_0x17da3e(0x10c);const _0x4e0d77=_0x425b28;if(TestFramework[_0x17da3e(0x17d)]()){logger['debug'](_0x4e0d77[_0x17da3e(0x1f6)]);return;}const _0x2183b8=CLIUtils[_0x17da3e(0x1e7)](),_0x3cc6bd=TrackedInstance[_0x17da3e(0xa7)](_0x2183b8);let _0x338944=null;logger[_0x17da3e(0x188)](_0x17da3e(0x1da)+_0x2183b8+',\x20state='+_0x31d504),_0x338944=new TestFrameworkInstance(_0x3cc6bd,this[_0x17da3e(0x105)](),this[_0x17da3e(0x1ee)](),_0x31d504,HookState[_0x17da3e(0x187)]),TestFramework[_0x17da3e(0x1f9)](_0x3cc6bd,_0x338944),logger['debug'](_0x17da3e(0x9e)+_0x3cc6bd['getId']()+_0x17da3e(0xbb)+_0x2183b8+_0x17da3e(0x179)+this[_0x17da3e(0x105)]()[0x0]+_0x17da3e(0xdb)+this[_0x17da3e(0x1ee)]()[this[_0x17da3e(0x105)]()[0x0]]);}[a96_0x46b6cb(0x11b)](_0x521d2f){const _0x1e8e2c=a96_0x46b6cb,_0x5e857a={};_0x5e857a[_0x1e8e2c(0x1e1)]=function(_0x540073,_0x5b77e9){return _0x540073||_0x5b77e9;},_0x5e857a[_0x1e8e2c(0x82)]='No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test';const _0x5ef705=_0x5e857a,{testUUID:_0x1cb9e7,testData:_0x506d6d,testId:_0x47da5d}=_0x521d2f;if(_0x5ef705[_0x1e8e2c(0x1e1)](!_0x506d6d,!_0x47da5d))return logger['debug'](_0x5ef705['dpZxN']),{};const _0x5698af=this[_0x1e8e2c(0x105)]()[0x0],_0x2d609a=this[_0x1e8e2c(0x1ee)](),_0x305822={};_0x305822[_0x1e8e2c(0xe4)]=0x2,_0x305822['maxArrayLength']=0x3,logger[_0x1e8e2c(0x188)](_0x1e8e2c(0xe2)+util[_0x1e8e2c(0x96)](_0x506d6d,_0x305822));const _0x33ce01=_0x506d6d?.[_0x1e8e2c(0x9f)]||[],_0xf5a104=this[_0x1e8e2c(0xaa)](_0x506d6d),_0x5b75c5=this[_0x1e8e2c(0x1d6)](_0x506d6d),_0x3ae90b=_0x506d6d['fn']?_0x506d6d['fn'][_0x1e8e2c(0xc8)]():_0x506d6d?.['body']?_0x506d6d[_0x1e8e2c(0x1b2)]['code'][_0x1e8e2c(0xc8)]():null,_0x56c10c=this[_0x1e8e2c(0x151)](_0x506d6d),_0x280572={[TestFrameworkConstants[_0x1e8e2c(0x83)]]:_0x5698af,[TestFrameworkConstants[_0x1e8e2c(0x7b)]]:_0x2d609a[_0x5698af],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x1e8e2c(0x197)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x1e8e2c(0x110)],[TestFrameworkConstants[_0x1e8e2c(0x15d)]]:_0xf5a104,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x5b75c5,[TestFrameworkConstants['KEY_TEST_ID']]:_0x47da5d,[TestFrameworkConstants['KEY_TEST_NAME']]:_0xf5a104,[TestFrameworkConstants[_0x1e8e2c(0x1f0)]]:_0x5b75c5,[TestFrameworkConstants[_0x1e8e2c(0x130)]]:_0x3ae90b,[TestFrameworkConstants[_0x1e8e2c(0x173)]]:_0x56c10c,[TestFrameworkConstants[_0x1e8e2c(0x1e2)]]:_0x506d6d[_0x1e8e2c(0x1b0)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x1e8e2c(0x94)]]:_0x33ce01[0x0]||'',[TestFrameworkConstants[_0x1e8e2c(0xcd)]]:_0x33ce01,[TestFrameworkConstants[_0x1e8e2c(0x14f)]]:_0xf5a104,[TestFrameworkConstants[_0x1e8e2c(0xa8)]]:{},[TestFrameworkConstants[_0x1e8e2c(0x162)]]:{}};_0x506d6d[_0x1e8e2c(0x1de)]&&(_0x280572[TestFrameworkConstants[_0x1e8e2c(0x1ab)]]=_0x506d6d[_0x1e8e2c(0x1de)]);logger[_0x1e8e2c(0x188)]('[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName='+_0xf5a104+',\x20testId='+_0x47da5d+_0x1e8e2c(0x1fd)+JSON['stringify'](_0x56c10c)+',\x20scopes='+util['inspect'](_0x33ce01)+_0x1e8e2c(0x156)+_0x5b75c5);const _0x4ddc53={};return _0x4ddc53[_0x47da5d]=_0x280572,_0x4ddc53;}[a96_0x46b6cb(0x1c2)](_0x388462){const _0x146cc4=a96_0x46b6cb,_0x4d14b5={'ctZjM':function(_0x3bba57,_0x5b4a5a){return _0x3bba57===_0x5b4a5a;},'DbpVH':_0x146cc4(0x13d),'SUqap':function(_0x2a5689,_0x5936ac){return _0x2a5689===_0x5936ac;},'zYPdC':_0x146cc4(0x8e),'khyfz':'ALL','LnniK':_0x146cc4(0x17a),'RiCIL':function(_0x658d00,_0x4cec79){return _0x658d00||_0x4cec79;},'vNDqm':'No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','nNzIQ':_0x146cc4(0xdc),'YRmVp':function(_0x28556f,_0x4390ca){return _0x28556f>_0x4390ca;},'khQrV':_0x146cc4(0x17b),'ujuRt':function(_0x4dc6ad,_0x59b50e){return _0x4dc6ad===_0x59b50e;},'TPqfe':'skip','mYTsA':function(_0x59a2fc,_0x493321){return _0x59a2fc===_0x493321;},'PmieD':_0x146cc4(0xc4),'dxkEl':'passed','bhqdI':function(_0x3e5cb8,_0x382ffe){return _0x3e5cb8!==_0x382ffe;},'BWSUE':function(_0x1ce5c3,_0x3bff14,_0x927af4,_0x53967f){return _0x1ce5c3(_0x3bff14,_0x927af4,_0x53967f);},'jrhPB':_0x146cc4(0x10b),'PaWGV':function(_0xad3bcc,_0x473e9c){return _0xad3bcc===_0x473e9c;}},{testUUID:_0x321a8d,testData:_0x253c0d,testId:_0x86a6f9}=_0x388462;if(_0x4d14b5['RiCIL'](!_0x253c0d,!_0x86a6f9))return logger[_0x146cc4(0x188)](_0x4d14b5[_0x146cc4(0x1a6)]),{};const _0x402bcb=this[_0x146cc4(0x1c1)](TestFrameworkState[_0x146cc4(0x1bb)],HookState[_0x146cc4(0x1a4)]),_0x19430d=_0x402bcb[_0x146cc4(0x13c)]()[_0x146cc4(0x15e)](_0x86a6f9),_0x5a7eea=_0x4d14b5[_0x146cc4(0x1a7)](_0x19430d,{}),_0x26b88f=_0x5a7eea?_0x5a7eea[TestFrameworkConstants[_0x146cc4(0xa8)]]||{}:{},_0x5ca8aa=_0x5a7eea[TestFrameworkConstants[_0x146cc4(0x1c4)]];logger['debug'](_0x146cc4(0x19f)+(_0x5ca8aa?Object[_0x146cc4(0x95)](_0x5ca8aa)[_0x146cc4(0xf6)]:0x0)+_0x146cc4(0xa2));let _0x1f3456=_0x4d14b5[_0x146cc4(0x18c)];if(_0x253c0d[_0x146cc4(0xfa)])_0x1f3456=_0x253c0d[_0x146cc4(0xfa)];else{if(_0x253c0d['errorsDetailed']&&_0x4d14b5[_0x146cc4(0x18f)](_0x253c0d['errorsDetailed'][_0x146cc4(0xf6)],0x0))_0x1f3456=_0x4d14b5[_0x146cc4(0x107)];else _0x4d14b5['ujuRt'](_0x253c0d[_0x146cc4(0x196)],_0x4d14b5['TPqfe'])||_0x4d14b5['mYTsA'](_0x253c0d[_0x146cc4(0x196)],_0x4d14b5[_0x146cc4(0x1bd)])?_0x1f3456=_0x4d14b5[_0x146cc4(0x1bd)]:_0x1f3456=_0x4d14b5[_0x146cc4(0xe0)];}const _0x429d94={..._0x5a7eea,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x1f3456,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x253c0d[_0x146cc4(0x1a5)]||new Date()[_0x146cc4(0x12e)](),[TestFrameworkConstants[_0x146cc4(0x1cf)]]:new Date()[_0x146cc4(0x12e)](),[TestFrameworkConstants[_0x146cc4(0xa8)]]:_0x26b88f,[TestFrameworkConstants[_0x146cc4(0x166)]]:_0x5a7eea[TestFrameworkConstants[_0x146cc4(0x166)]]||[],[TestFrameworkConstants[_0x146cc4(0x162)]]:{}};if(_0x4d14b5[_0x146cc4(0x150)](_0x1f3456,_0x4d14b5[_0x146cc4(0x107)])&&_0x253c0d[_0x146cc4(0x149)]){const _0x9b71a6=this[_0x146cc4(0xd8)](_0x253c0d),_0x53ac0e=this[_0x146cc4(0x148)](_0x253c0d),_0x2563b8=this[_0x146cc4(0x1d8)](_0x253c0d);_0x429d94[TestFrameworkConstants[_0x146cc4(0xd5)]]=_0x53ac0e,_0x429d94[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x9b71a6,_0x429d94[TestFrameworkConstants[_0x146cc4(0x1f3)]]=_0x2563b8;}_0x4d14b5[_0x146cc4(0xf5)](_0x253c0d[_0x146cc4(0x13e)],undefined)&&(_0x429d94[TestFrameworkConstants[_0x146cc4(0x1a8)]]=_0x253c0d[_0x146cc4(0x13e)]);_0x253c0d['retryOf']&&(_0x429d94[TestFrameworkConstants[_0x146cc4(0x1ab)]]=_0x253c0d['retryOf']);const _0x28d2ad=_0x19430d?_0x19430d[TestFrameworkConstants[_0x146cc4(0x1c4)]]||{}:{},_0x52a656=_0x19430d?_0x19430d[TestFrameworkConstants[_0x146cc4(0x185)]]:_0x321a8d,_0x55067f=_0x4d14b5[_0x146cc4(0x10f)](getManualUploadLogs,_0x28d2ad,_0x52a656,_0x86a6f9);if(_0x4d14b5[_0x146cc4(0x18f)](_0x55067f[_0x146cc4(0xf6)],0x0)){const _0x3920de=_0x429d94[TestFrameworkConstants['KEY_LOGS']]||[];_0x429d94[TestFrameworkConstants[_0x146cc4(0x166)]]=[..._0x3920de,..._0x55067f];}const _0x33ae63=_0x5a7eea[TestFrameworkConstants[_0x146cc4(0x197)]]||{},_0x586835=_0x5a7eea[TestFrameworkConstants['KEY_HOOKS_STARTED']]||{},_0x3b8063={..._0x33ae63},_0x29b9dc=_0x3b8063;Object['keys'](_0x586835)[_0x146cc4(0x7c)](_0x523c67=>{const _0x4365df=_0x146cc4;!_0x29b9dc[_0x523c67]&&(_0x29b9dc[_0x523c67]=[]);const _0x1bc564=new Set((_0x29b9dc[_0x523c67]||[])['map'](_0x318825=>_0x318825[TestFrameworkConstants[_0x4365df(0xaf)]]||_0x318825[_0x4365df(0x1df)]));(_0x586835[_0x523c67]||[])[_0x4365df(0x7c)](_0x555d42=>{const _0x3902a9=_0x4365df,_0x197054=_0x555d42[TestFrameworkConstants['KEY_HOOK_ID']]||_0x555d42[_0x3902a9(0x1df)];if(!_0x1bc564['has'](_0x197054)){const _0x2e9b73={..._0x555d42},_0x2c18de=_0x2e9b73;!_0x2c18de[TestFrameworkConstants[_0x3902a9(0xa5)]]&&!_0x2c18de[_0x3902a9(0xba)]&&(_0x2c18de[TestFrameworkConstants[_0x3902a9(0xa5)]]=new Date()['toISOString']()),!_0x2c18de[TestFrameworkConstants[_0x3902a9(0x1c7)]]&&!_0x2c18de[_0x3902a9(0x158)]&&(_0x2c18de[TestFrameworkConstants[_0x3902a9(0x1c7)]]=TestFrameworkConstants[_0x3902a9(0x101)]),_0x29b9dc[_0x523c67][_0x3902a9(0x167)](_0x2c18de);}});});if(_0x388462[_0x146cc4(0x13f)]){this[_0x146cc4(0x109)](_0x388462['originalTest']);const _0x2ece0d=this['buildHookMapFromTest'](_0x388462[_0x146cc4(0x13f)]),_0x375645=this[_0x146cc4(0xcb)](_0x388462[_0x146cc4(0x13f)]);_0x375645[_0x146cc4(0x7c)](_0x3bae0d=>{const _0x3dae84=_0x146cc4,_0x15573d=_0x2ece0d[_0x3dae84(0x15e)](_0x3bae0d);if(_0x15573d&&(_0x4d14b5[_0x3dae84(0x124)](_0x15573d[_0x3dae84(0x181)],_0x4d14b5[_0x3dae84(0x17e)])||_0x4d14b5[_0x3dae84(0x142)](_0x15573d[_0x3dae84(0x181)],_0x4d14b5[_0x3dae84(0xc9)]))){const _0x5002a0=_0x15573d['type']['toUpperCase']()[_0x3dae84(0xb2)](_0x4d14b5[_0x3dae84(0x172)],_0x4d14b5[_0x3dae84(0x121)]),_0x40537d=_0x5002a0;!_0x29b9dc[_0x40537d]&&(_0x29b9dc[_0x40537d]=[]);const _0x3183c1=_0x29b9dc[_0x40537d][_0x3dae84(0x14d)](_0x6f3006=>(_0x6f3006[TestFrameworkConstants[_0x3dae84(0xaf)]]||_0x6f3006['hook_id'])===_0x3bae0d);!_0x3183c1&&_0x29b9dc[_0x40537d][_0x3dae84(0x167)]({'key':_0x40537d,[TestFrameworkConstants[_0x3dae84(0xaf)]]:_0x3bae0d,[TestFrameworkConstants[_0x3dae84(0x1c7)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x3dae84(0x77)]]:new Date()[_0x3dae84(0x12e)](),[TestFrameworkConstants[_0x3dae84(0xa5)]]:new Date()[_0x3dae84(0x12e)](),[TestFrameworkConstants[_0x3dae84(0x1ad)]]:[],[TestFrameworkConstants[_0x3dae84(0x11a)]]:_0x15573d[_0x3dae84(0x12a)]||_0x15573d[_0x3dae84(0x181)]+_0x3dae84(0xdd),[TestFrameworkConstants[_0x3dae84(0xa8)]]:_0x26b88f});}});}if(_0x253c0d['hooks']&&_0x4d14b5['YRmVp'](_0x253c0d[_0x146cc4(0x108)][_0x146cc4(0xf6)],0x0))_0x429d94[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x253c0d[_0x146cc4(0x108)],logger[_0x146cc4(0x188)](_0x4d14b5['jrhPB']);else _0x4d14b5[_0x146cc4(0x18f)](Object[_0x146cc4(0x95)](_0x29b9dc)[_0x146cc4(0xf6)],0x0)&&(_0x429d94[TestFrameworkConstants[_0x146cc4(0x197)]]=_0x29b9dc,logger['debug']('[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes='+Object['keys'](_0x29b9dc)[_0x146cc4(0x1cc)](',')));const _0x3d5251=this[_0x146cc4(0xaa)](_0x253c0d);logger['debug'](_0x146cc4(0xce)+_0x3d5251+_0x146cc4(0xad)+_0x86a6f9+_0x146cc4(0x7f)+_0x1f3456+',\x20duration='+_0x253c0d[_0x146cc4(0x13e)]);_0x4d14b5[_0x146cc4(0xa9)](_0x1f3456,_0x4d14b5[_0x146cc4(0x107)])&&logger['debug']('[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId='+_0x86a6f9+',\x20failureType='+_0x429d94[TestFrameworkConstants[_0x146cc4(0xd5)]]+_0x146cc4(0x16d)+_0x429d94[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]?.[_0x146cc4(0x125)](0x0,0xc8));const _0x393767={};return _0x393767[_0x86a6f9]=_0x429d94,_0x393767;}['getJestTestScopes'](_0x1c6ec1){const _0x1a96a8=a96_0x46b6cb,_0x3f88c5={};_0x3f88c5[_0x1a96a8(0x81)]=function(_0x381569,_0x2f70f8){return _0x381569!==_0x2f70f8;},_0x3f88c5['uCTbH']=function(_0x4e7c32,_0x8d2a40){return _0x4e7c32!==_0x8d2a40;},_0x3f88c5[_0x1a96a8(0xc2)]=_0x1a96a8(0x1e3);const _0x3b983a=_0x3f88c5,_0xf3ac8={};_0xf3ac8['depth']=0x2,_0xf3ac8[_0x1a96a8(0x103)]=0x3,logger[_0x1a96a8(0x188)](_0x1a96a8(0x99)+util[_0x1a96a8(0x96)](_0x1c6ec1,_0xf3ac8));const _0x48faf4=[];if(_0x1c6ec1&&_0x1c6ec1['parent']){let _0x5963d0=_0x1c6ec1[_0x1a96a8(0x1bf)];while(_0x5963d0&&_0x5963d0['name']&&_0x3b983a[_0x1a96a8(0x81)](_0x5963d0['name'],'')&&_0x3b983a['uCTbH'](_0x5963d0[_0x1a96a8(0x12a)],_0x3b983a[_0x1a96a8(0xc2)])){_0x48faf4[_0x1a96a8(0x167)](_0x5963d0[_0x1a96a8(0x12a)]),_0x5963d0=_0x5963d0[_0x1a96a8(0x1bf)];}}return _0x48faf4[_0x1a96a8(0xb7)]();}[a96_0x46b6cb(0xaa)](_0x16a3b2){const _0x331c19=a96_0x46b6cb,_0x2f80a7={};_0x2f80a7[_0x331c19(0xfd)]='Unknown\x20Test';const _0x5da4c3=_0x2f80a7;if(_0x16a3b2[_0x331c19(0x12a)])return _0x16a3b2['name'];if(_0x16a3b2[_0x331c19(0x17c)])return _0x16a3b2[_0x331c19(0x17c)];return _0x5da4c3['FImph'];}['getJestTestTags'](_0x5eeae1){const _0xeca570=a96_0x46b6cb,_0x35a031=[];if(_0x5eeae1['tags']&&Array['isArray'](_0x5eeae1[_0xeca570(0x112)]))return _0x5eeae1[_0xeca570(0x112)][_0xeca570(0xa0)](_0x31b0d6=>_0x31b0d6[_0xeca570(0x1db)]('@')?_0x31b0d6[_0xeca570(0x79)](0x1):_0x31b0d6);const _0x56df6b=this[_0xeca570(0xaa)](_0x5eeae1),_0x4e50ec=_0x56df6b[_0xeca570(0x183)](/@(\w+)/g);if(_0x4e50ec)return _0x4e50ec[_0xeca570(0xa0)](_0x24b0f7=>_0x24b0f7['slice'](0x1));return _0x5eeae1[_0xeca570(0x9f)]&&Array['isArray'](_0x5eeae1[_0xeca570(0x9f)])&&_0x5eeae1[_0xeca570(0x9f)][_0xeca570(0x7c)](_0x174251=>{const _0x1da3b9=_0xeca570,_0x4362a0=_0x174251[_0x1da3b9(0x183)](/@(\w+)/g);_0x4362a0&&_0x4362a0[_0x1da3b9(0x7c)](_0x4a3155=>{const _0x343a17=_0x1da3b9,_0x51e841=_0x4a3155[_0x343a17(0x131)](0x1);!_0x35a031[_0x343a17(0x154)](_0x51e841)&&_0x35a031[_0x343a17(0x167)](_0x51e841);});}),_0x35a031;}[a96_0x46b6cb(0x1d6)](_0x4055ee){const _0x28017f=a96_0x46b6cb,_0x4a35a9={'mJQhv':function(_0x3c2d86,_0x3a0ff7){return _0x3c2d86(_0x3a0ff7);}};if(_0x4055ee[_0x28017f(0x176)])return _0x4055ee['file_name'];if(_0x4055ee[_0x28017f(0x1fb)])try{const _0x4e8b1d=stackTrace[_0x28017f(0xcc)](_0x4055ee[_0x28017f(0x1fb)]),_0x1b4d4e=_0x4a35a9['mJQhv'](pickUserFrameFile,_0x4e8b1d);if(_0x1b4d4e)return _0x1b4d4e;logger[_0x28017f(0x188)](_0x28017f(0x117)+_0x4e8b1d[_0x28017f(0xf6)]+')');}catch(_0x1f03c7){logger[_0x28017f(0x188)](_0x28017f(0x93)+util[_0x28017f(0xd9)](_0x1f03c7));}return null;}['getJestFailureReason'](_0x2e068a){const _0x36fc6c=a96_0x46b6cb,_0x4b4f21={};_0x4b4f21[_0x36fc6c(0x1b9)]=function(_0x2b0924,_0x3cba41){return _0x2b0924>_0x3cba41;},_0x4b4f21[_0x36fc6c(0x1a9)]=_0x36fc6c(0x98);const _0x4bd3d5=_0x4b4f21;if(_0x2e068a['errorsDetailed']&&_0x4bd3d5[_0x36fc6c(0x1b9)](_0x2e068a[_0x36fc6c(0x149)][_0x36fc6c(0xf6)],0x0))return util[_0x36fc6c(0x96)](_0x2e068a['errorsDetailed'][0x0]);if(_0x2e068a[_0x36fc6c(0x90)])return _0x2e068a[_0x36fc6c(0x90)];return _0x4bd3d5[_0x36fc6c(0x1a9)];}[a96_0x46b6cb(0x148)](_0xd254b7){const _0x1d0c43=a96_0x46b6cb,_0x5ab81b={};_0x5ab81b[_0x1d0c43(0x1f1)]=_0x1d0c43(0x97),_0x5ab81b[_0x1d0c43(0xa6)]=_0x1d0c43(0x170),_0x5ab81b[_0x1d0c43(0xbc)]='UnhandledError';const _0x564449=_0x5ab81b,_0x5682e3=this[_0x1d0c43(0xd8)](_0xd254b7);if(_0x5682e3&&_0x5682e3['includes'](_0x564449[_0x1d0c43(0x1f1)]))return _0x564449[_0x1d0c43(0xa6)];return _0x564449[_0x1d0c43(0xbc)];}[a96_0x46b6cb(0x1d8)](_0x5ad390){const _0x285ffa=a96_0x46b6cb,_0x17fc7d={'kOtow':function(_0x4e26b4,_0x516a88){return _0x4e26b4(_0x516a88);},'PbfJQ':_0x285ffa(0x147),'ujPfe':function(_0x520016,_0x49569b){return _0x520016!==_0x49569b;},'Aaeld':'test'},{failureData:_0x2b3fbf}=_0x17fc7d[_0x285ffa(0x165)](require,_0x17fc7d[_0x285ffa(0x127)]),_0x5a3464=[];return _0x17fc7d[_0x285ffa(0x1d5)](_0x5ad390['errorsDetailed'],undefined)&&_0x5a3464[_0x285ffa(0x167)](_0x5ad390[_0x285ffa(0x149)],_0x17fc7d['Aaeld']),_0x2b3fbf[_0x285ffa(0xa4)](null,_0x5a3464);}async[a96_0x46b6cb(0x139)](_0x58701a,_0x3932a4,_0x4abac5,_0x522584){const _0x235467=a96_0x46b6cb,_0x8a718={'Sqtfi':'[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','oKAWv':function(_0x49bd9f){return _0x49bd9f();},'GkZNV':function(_0x40b160,_0x504eb7){return _0x40b160 in _0x504eb7;},'GpKSK':function(_0x4eed52,_0x457668){return _0x4eed52===_0x457668;},'FgmNA':function(_0x47b5ab,_0x67814d){return _0x47b5ab>_0x67814d;},'WdxLT':_0x235467(0x17b),'gfwrC':_0x235467(0x1b4),'RMRlm':'[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','oQBtM':function(_0x35a3da,_0x48d2db){return _0x35a3da>_0x48d2db;},'cyihX':function(_0x1bbd2e,_0x50f37b){return _0x1bbd2e!==_0x50f37b;}},{hookData:_0x4a4ade}=_0x522584,_0x1b3208=_0x4abac5[_0x235467(0xc8)](),_0x2fc684=_0x3932a4[_0x235467(0xc8)](),_0x504e26={};_0x504e26['depth']=0x2,_0x504e26[_0x235467(0x103)]=0x3,logger[_0x235467(0x188)](_0x235467(0x192)+_0x2fc684+_0x235467(0x163)+_0x1b3208+_0x235467(0x16b)+util[_0x235467(0x96)](_0x4a4ade,_0x504e26));if(!_0x4a4ade)return logger[_0x235467(0x188)](_0x8a718[_0x235467(0x1c5)]),{};const _0x228b85=_0x4a4ade[_0x235467(0x1c8)]||_0x4a4ade[_0x235467(0x76)]||_0x8a718[_0x235467(0x13b)](uuidv4),_0xdbcd85=_0x4a4ade[_0x235467(0x16f)]||this[_0x235467(0x18e)](_0x4a4ade),_0x1149d6=_0x3932a4[_0x235467(0xc8)]()[_0x235467(0x195)]('.')[0x1],_0x4f4b71=_0x58701a['getAllData']()[_0x235467(0x15e)](_0xdbcd85),_0x191eac=_0x4f4b71?_0x4f4b71[TestFrameworkConstants[_0x235467(0xa8)]]||{}:{};logger[_0x235467(0x188)]('[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId='+_0x228b85+',\x20testId='+_0xdbcd85+_0x235467(0xf7)+_0x1149d6+_0x235467(0x163)+_0x1b3208);if(!_0x4f4b71)return logger['debug'](_0x235467(0xda)+_0xdbcd85+_0x235467(0x123)),this[_0x235467(0x10a)](_0x58701a,_0xdbcd85,_0x3932a4,_0x4abac5,_0x522584),{};let _0x452bb2=_0x4f4b71[TestFrameworkConstants[_0x235467(0x11c)]];!_0x452bb2&&(_0x452bb2={});!_0x8a718[_0x235467(0x88)](_0x1149d6,_0x452bb2)&&(_0x452bb2[_0x1149d6]=[]);let _0x178b87=_0x4f4b71[TestFrameworkConstants[_0x235467(0x197)]];!_0x178b87&&(_0x178b87={});!_0x8a718['GkZNV'](_0x1149d6,_0x178b87)&&(_0x178b87[_0x1149d6]=[]);const _0x3d3df9={[_0xdbcd85]:{[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x452bb2,[TestFrameworkConstants[_0x235467(0x197)]]:_0x178b87,[TestFrameworkConstants[_0x235467(0x83)]]:this[_0x235467(0x105)]()[0x0]||'',[TestFrameworkConstants[_0x235467(0x7b)]]:this[_0x235467(0x1ee)]()[this[_0x235467(0x105)]()[0x0]]||''}};if(_0x8a718[_0x235467(0x13a)](_0x4abac5,HookState['PRE'])){const _0x36d545={'key':_0x1149d6,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x228b85,[TestFrameworkConstants[_0x235467(0x1c7)]]:TestFrameworkConstants[_0x235467(0x101)],[TestFrameworkConstants[_0x235467(0x77)]]:_0x4a4ade[_0x235467(0x1b0)]||new Date()[_0x235467(0x12e)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x235467(0x11a)]]:_0x4a4ade[_0x235467(0x12a)]||_0x4a4ade['hook_type']||_0x1149d6,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x191eac};_0x452bb2[_0x1149d6][_0x235467(0x167)](_0x36d545),_0x3d3df9[_0xdbcd85][TestFrameworkConstants[_0x235467(0xb0)]]=_0x1149d6;const _0x3988b7={};_0x3988b7[_0x235467(0xe4)]=0x2,logger[_0x235467(0x188)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x1149d6+_0x235467(0x1e9)+_0x228b85+_0x235467(0xad)+_0xdbcd85+_0x235467(0xf0)+util['inspect'](_0x36d545,_0x3988b7));}else{if(_0x8a718[_0x235467(0x13a)](_0x4abac5,HookState[_0x235467(0x1a4)])){const _0x56596d=_0x4a4ade[_0x235467(0xfa)]||(_0x4a4ade['errorsDetailed']&&_0x8a718['FgmNA'](_0x4a4ade['errorsDetailed'][_0x235467(0xf6)],0x0)?_0x8a718['WdxLT']:_0x8a718['gfwrC']),_0x4794ef=_0x452bb2[_0x1149d6]||[];logger['debug'](_0x235467(0x7d)+_0x1149d6+_0x235467(0xad)+_0xdbcd85+',\x20result='+_0x56596d+_0x235467(0xcf)+_0x4794ef[_0x235467(0xf6)]);if(_0x8a718[_0x235467(0x13a)](_0x4794ef[_0x235467(0xf6)],0x0)&&_0x8a718[_0x235467(0x13a)](_0x3932a4,TestFrameworkState[_0x235467(0x14e)]))return logger[_0x235467(0x188)](_0x8a718['RMRlm']),this[_0x235467(0x10a)](_0x58701a,_0xdbcd85,_0x3932a4,_0x4abac5,_0x522584),{};if(_0x8a718['oQBtM'](_0x4794ef[_0x235467(0xf6)],0x0)){const _0x3ac466=_0x4794ef[_0x235467(0x184)]();_0x8a718[_0x235467(0x13a)](_0x56596d,_0x8a718[_0x235467(0xd2)])&&_0x4a4ade[_0x235467(0x149)]?(_0x3ac466[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this[_0x235467(0x148)](_0x4a4ade),_0x3ac466[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]=this[_0x235467(0xd8)](_0x4a4ade),_0x3ac466[TestFrameworkConstants[_0x235467(0x118)]]=this[_0x235467(0x1d8)](_0x4a4ade),logger[_0x235467(0x188)](_0x235467(0x1b6)+_0x1149d6+_0x235467(0x161)+_0x3ac466[TestFrameworkConstants[_0x235467(0x1ef)]]+_0x235467(0x16d)+_0x3ac466[TestFrameworkConstants[_0x235467(0x186)]]?.[_0x235467(0x125)](0x0,0xc8))):_0x3ac466[TestFrameworkConstants[_0x235467(0x1c7)]]=_0x8a718[_0x235467(0x85)];_0x8a718[_0x235467(0xc7)](_0x56596d,TestFrameworkConstants[_0x235467(0x101)])&&(_0x3ac466[TestFrameworkConstants[_0x235467(0x1c7)]]=_0x56596d);_0x3ac466[TestFrameworkConstants[_0x235467(0xa5)]]=_0x4a4ade[_0x235467(0x1a5)]||new Date()[_0x235467(0x12e)](),_0x3ac466[TestFrameworkConstants[_0x235467(0xa8)]]=_0x191eac;const _0x46ae41=_0x3ac466[TestFrameworkConstants[_0x235467(0xaf)]];!_0x178b87[_0x1149d6]&&(_0x178b87[_0x1149d6]=[]);_0x178b87[_0x1149d6][_0x235467(0x167)](_0x3ac466),_0x3d3df9[_0xdbcd85][TestFrameworkConstants[_0x235467(0x1c3)]]=_0x1149d6;const _0xc0a36f={};_0xc0a36f['depth']=0x2,logger[_0x235467(0x188)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType='+_0x1149d6+',\x20hookId='+_0x46ae41+',\x20result='+_0x56596d+_0x235467(0xf0)+util[_0x235467(0x96)](_0x3ac466,_0xc0a36f));}}}return _0x3d3df9;}[a96_0x46b6cb(0x126)](_0x44a0dd){const _0x2f43ab=a96_0x46b6cb,_0x44d9cf={};_0x44d9cf['clysu']=_0x2f43ab(0xd7);const _0x7a78c9=_0x44d9cf;try{const _0x327088=_0x44a0dd[_0x2f43ab(0x1d4)]?this[_0x2f43ab(0x18e)](_0x44a0dd[_0x2f43ab(0x1d4)]):_0x44a0dd['hookData'][_0x2f43ab(0x16f)],_0x1a0a48=_0x44a0dd[_0x2f43ab(0x153)],_0x429cd2=_0x1a0a48[_0x2f43ab(0xd4)](),_0x21f666=_0x1a0a48[_0x2f43ab(0x13c)]()[_0x2f43ab(0x15e)](_0x327088);if(!_0x21f666)return logger[_0x2f43ab(0x188)](_0x2f43ab(0xb3)+_0x327088),{};const {[TestFrameworkConstants[_0x2f43ab(0x83)]]:_0x42e222=this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x2f43ab(0x7b)]]:_0x35d878=this['getTestFrameworksVersions']()[this[_0x2f43ab(0x105)]()[0x0]]||'',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x4cfc55='',[TestFrameworkConstants[_0x2f43ab(0x19a)]]:_0x1e896e=''}=_0x21f666,_0x2606b4=_0x1a0a48['getCurrentTestState']()[_0x2f43ab(0xc8)]()[_0x2f43ab(0x195)]('.')[0x1],_0x1fb516=_0x1a0a48[_0x2f43ab(0x1af)]()[_0x2f43ab(0xc8)]()[_0x2f43ab(0x195)]('.')[0x1],_0x440e16=global?.['__workerDetails']?.[_0x2f43ab(0x146)]?.[_0x2f43ab(0x1d1)]||global['__bstackPlatformIndex']||0x0,_0x21be97=_0x1a0a48[_0x2f43ab(0x1fa)](),_0x264911=Buffer[_0x2f43ab(0xef)](JSON['stringify'](_0x21f666))[_0x2f43ab(0xc8)](_0x7a78c9[_0x2f43ab(0x136)]),_0x532f24={'hash':_0x429cd2[_0x2f43ab(0x11d)](),'threadId':_0x429cd2[_0x2f43ab(0xc6)]()[_0x2f43ab(0xc8)](),'processId':_0x429cd2['getProcessId']()['toString']()},_0x210602={};_0x210602[_0x2f43ab(0x122)]=_0x440e16,_0x210602[_0x2f43ab(0x155)]=_0x42e222,_0x210602[_0x2f43ab(0xb4)]=_0x35d878,_0x210602['testFrameworkState']=_0x2606b4,_0x210602[_0x2f43ab(0x78)]=_0x1fb516,_0x210602[_0x2f43ab(0x1f8)]=_0x4cfc55,_0x210602['endedAt']=_0x1e896e,_0x210602[_0x2f43ab(0x1c8)]=_0x21be97,_0x210602[_0x2f43ab(0x10d)]=_0x264911,_0x210602[_0x2f43ab(0x91)]=_0x532f24,_0x210602[_0x2f43ab(0x14a)]=_0x327088;const _0x788dd=_0x210602;return _0x788dd;}catch(_0x6a4857){return logger[_0x2f43ab(0x74)](_0x2f43ab(0xa3)+util[_0x2f43ab(0xd9)](_0x6a4857)),{};}}async['sendLogCreatedEvent'](_0x5dee63,_0x52c79d,_0x17a13c){const _0x1d066c=a96_0x46b6cb,_0x4328cc={'qGmGN':function(_0x1acd3f,_0x3db981){return _0x1acd3f+_0x3db981;},'unnIT':_0x1d066c(0x86),'ApFWI':_0x1d066c(0x75),'LJfcY':function(_0x96d6a4,_0x15839c){return _0x96d6a4>_0x15839c;},'ZOZcq':function(_0x12e8d6,_0x3e4379,_0x1a0038,_0x3e6359){return _0x12e8d6(_0x3e4379,_0x1a0038,_0x3e6359);},'UfiEN':function(_0x1213e0,_0x34412b){return _0x1213e0-_0x34412b;},'OXvdS':function(_0xb67831,_0x5408d8){return _0xb67831===_0x5408d8;},'nIbbM':function(_0xac4044,_0x184af0){return _0xac4044/_0x184af0;},'IOlNp':function(_0xeacc13,_0x501180){return _0xeacc13<_0x501180;},'gUcyl':function(_0x1e99cc,_0x287ad1){return _0x1e99cc*_0x287ad1;},'pUChj':function(_0x3b049a,_0x25d7ea){return _0x3b049a+_0x25d7ea;},'xcFfT':function(_0x30598a,_0x415230){return _0x30598a+_0x415230;},'ZYDGH':function(_0x529d88,_0x2dacf7){return _0x529d88>_0x2dacf7;}};try{const _0x4632ea=_0x17a13c['testUUID']||_0x17a13c[_0x1d066c(0xf2)],_0x1cf0d8=Array[_0x1d066c(0xef)](_0x5dee63[_0x1d066c(0x13c)]()[_0x1d066c(0x95)]()),_0x2992c0=_0x5dee63['getAllData']()[_0x1d066c(0x15e)](_0x4632ea);if(!_0x2992c0){logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x4632ea);return;}const {[TestFrameworkConstants[_0x1d066c(0x83)]]:_0x41f8e4='',[TestFrameworkConstants[_0x1d066c(0x7b)]]:_0x9c2ce7=''}=_0x2992c0;let _0x4c1735=[];_0x2992c0&&_0x2992c0[TestFrameworkConstants[_0x1d066c(0x166)]]&&Array[_0x1d066c(0x1dc)](_0x2992c0[TestFrameworkConstants[_0x1d066c(0x166)]])?(_0x4c1735=_0x2992c0[TestFrameworkConstants[_0x1d066c(0x166)]]||[],logger[_0x1d066c(0x188)](_0x1d066c(0xac)+_0x4c1735['length']+_0x1d066c(0x84)+_0x4632ea),_0x5dee63[_0x1d066c(0x1b1)]({[_0x4632ea]:{[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants[_0x1d066c(0x83)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x1d066c(0x1ee)]()[this[_0x1d066c(0x105)]()[0x0]]||''}}),logger[_0x1d066c(0x188)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x4632ea)):logger[_0x1d066c(0x188)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x4632ea);logger[_0x1d066c(0x188)](_0x1d066c(0x73)+_0x4c1735['length']+'\x20for\x20testId:\x20'+_0x4632ea);const _0x7cb7f2=_0x4c1735[_0x1d066c(0x1e5)](_0x414d66=>_0x414d66['kind']==='TEST_SCREENSHOT');_0x4328cc[_0x1d066c(0x164)](_0x7cb7f2['length'],0x0)&&(logger[_0x1d066c(0x188)](_0x1d066c(0x15f)+_0x7cb7f2[_0x1d066c(0xf6)]+_0x1d066c(0x157)+_0x4632ea),_0x7cb7f2[_0x1d066c(0x7c)]((_0x250608,_0x1898c5)=>{const _0x54f89d=_0x1d066c;logger[_0x54f89d(0x188)](_0x54f89d(0xec)+_0x4328cc[_0x54f89d(0xc0)](_0x1898c5,0x1)+'/'+_0x7cb7f2[_0x54f89d(0xf6)]+_0x54f89d(0xde)+(_0x250608['test_identifier']||_0x4328cc[_0x54f89d(0x87)])+_0x54f89d(0xe9)+(_0x250608['test_run_uuid']||_0x4328cc['unnIT'])+_0x54f89d(0x1d3)+(_0x250608[_0x54f89d(0x134)]||_0x4328cc[_0x54f89d(0x80)])+',\x20messageLength='+(_0x250608[_0x54f89d(0xc1)]?.[_0x54f89d(0xf6)]||0x0));}));const _0x10823a=_0x2992c0[TestFrameworkConstants[_0x1d066c(0x1c4)]]||{},_0x2f2b75=_0x4328cc['ZOZcq'](getMediaArtifactsLogs,_0x10823a,null,_0x4632ea),_0x567f78=(_0x4c1735||[])[_0x1d066c(0xfe)](_0x2f2b75||[]),_0x111f41=_0x7cb7f2?.[_0x1d066c(0xf6)]||0x0,_0x597015=_0x4328cc[_0x1d066c(0x1ae)](_0x4c1735?.['length']||0x0,_0x111f41);logger['debug'](_0x1d066c(0xca)+_0x4632ea+_0x1d066c(0x1f2)+_0x597015+_0x1d066c(0xd3)+_0x111f41+_0x1d066c(0x1ec)+(_0x2f2b75?.[_0x1d066c(0xf6)]||0x0)+_0x1d066c(0x1d9)+_0x567f78[_0x1d066c(0xf6)]);if(!_0x567f78||_0x4328cc[_0x1d066c(0x12d)](_0x567f78[_0x1d066c(0xf6)],0x0)){logger[_0x1d066c(0x188)](_0x1d066c(0x152)+_0x4632ea);return;}const _0x7b5e3c=0x28,_0x368b73=Math[_0x1d066c(0x138)](_0x4328cc[_0x1d066c(0x9c)](_0x567f78[_0x1d066c(0xf6)],_0x7b5e3c));for(let _0x17cb70=0x0;_0x4328cc[_0x1d066c(0xbd)](_0x17cb70,_0x368b73);_0x17cb70++){const _0x38dc8c=_0x4328cc[_0x1d066c(0xf9)](_0x17cb70,_0x7b5e3c),_0x32de7d=_0x4328cc['pUChj'](_0x38dc8c,_0x7b5e3c),_0x2600da=_0x567f78[_0x1d066c(0x131)](_0x38dc8c,_0x32de7d),_0x22493e=global?.[_0x1d066c(0x9d)]??0x0,_0x353a98={'platformIndex':_0x22493e,'logs':_0x2600da,'testFrameworkName':_0x41f8e4,'testFrameworkVersion':_0x9c2ce7,'testFrameworkState':_0x52c79d['toString']()[_0x1d066c(0x195)]('.')[0x1]},_0xdbe4b8={};_0xdbe4b8['depth']=0x3,_0xdbe4b8[_0x1d066c(0x103)]=0x5,logger[_0x1d066c(0x188)](_0x1d066c(0x8f)+_0x4328cc['qGmGN'](_0x17cb70,0x1)+'/'+_0x368b73+_0x1d066c(0x19b)+_0x4632ea+_0x1d066c(0x194)+_0x2600da[_0x1d066c(0xf6)]+',\x20platformIndex:\x20'+_0x22493e+',\x20payload:\x20'+util[_0x1d066c(0x96)](_0x353a98,_0xdbe4b8));const _0x7ee0f0=await GrpcClient[_0x1d066c(0x113)]()[_0x1d066c(0x144)](_0x353a98);logger[_0x1d066c(0x188)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x4328cc[_0x1d066c(0x160)](_0x17cb70,0x1)+'/'+_0x368b73+_0x1d066c(0x19b)+_0x4632ea+_0x1d066c(0xc5)+util['inspect'](_0x7ee0f0));}_0x2f2b75&&_0x4328cc[_0x1d066c(0x114)](_0x2f2b75[_0x1d066c(0xf6)],0x0)&&_0x2992c0[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]&&_0x5dee63[_0x1d066c(0x1b1)]({[_0x4632ea]:{[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{},[TestFrameworkConstants[_0x1d066c(0x83)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x1d066c(0x7b)]]:this[_0x1d066c(0x1ee)]()[this['getTestFrameworks']()[0x0]]||''}}),logger[_0x1d066c(0x188)](_0x1d066c(0xab)+_0x4632ea+_0x1d066c(0x175)+_0x368b73);}catch(_0x2d71e5){logger[_0x1d066c(0x74)](_0x1d066c(0x8a)+(_0x17a13c[_0x1d066c(0x1d2)]||_0x17a13c[_0x1d066c(0xf2)])+',\x20error:\x20'+util[_0x1d066c(0xd9)](_0x2d71e5));}}[a96_0x46b6cb(0x10a)](_0x534fe3,_0x21455c,_0xf246b7,_0x5f2131,_0x3f8b21){const _0x2eda2d=a96_0x46b6cb,_0x94872={};_0x94872[_0x2eda2d(0x8c)]=function(_0x64e89b,_0x3a3387){return _0x64e89b===_0x3a3387;},_0x94872[_0x2eda2d(0x169)]=_0x2eda2d(0x8e);const _0x4d54b2=_0x94872,{hookData:_0x3510ec}=_0x3f8b21,_0x44d6de={'testId':_0x21455c,'testFrameworkState':_0xf246b7,'hookState':_0x5f2131,'args':_0x3f8b21,'timestamp':new Date()[_0x2eda2d(0x12e)]()};if(_0x4d54b2[_0x2eda2d(0x8c)](_0xf246b7,TestFrameworkState[_0x2eda2d(0x14e)])&&_0x3510ec){const _0x21bb8c={};_0x21bb8c[_0x2eda2d(0xfb)]=_0x3510ec[_0x2eda2d(0x176)]||_0x3510ec[_0x2eda2d(0x16e)],_0x21bb8c[_0x2eda2d(0x15b)]=_0x3510ec[_0x2eda2d(0x15b)]||_0x3510ec[_0x2eda2d(0x9f)]&&_0x3510ec['scopes'][0x0]||'',_0x21bb8c[_0x2eda2d(0x18b)]=_0x4d54b2[_0x2eda2d(0x169)],_0x44d6de[_0x2eda2d(0x133)]=_0x21bb8c,logger[_0x2eda2d(0x188)](_0x2eda2d(0x128)+_0x21455c+_0x2eda2d(0x1b7)+_0x44d6de[_0x2eda2d(0x133)][_0x2eda2d(0xfb)]+_0x2eda2d(0x14c)+_0x44d6de[_0x2eda2d(0x133)][_0x2eda2d(0x15b)]);}_0x534fe3['addPendingHook'](_0x21455c,_0x44d6de),logger[_0x2eda2d(0x188)]('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x21455c+_0x2eda2d(0x9b)+_0xf246b7+',\x20hookState:\x20'+_0x5f2131);}async[a96_0x46b6cb(0xe6)](_0x25a43b,_0x1160af){const _0x228019=a96_0x46b6cb,_0xf05022={};_0xf05022[_0x228019(0x1f4)]=function(_0x1660b9,_0x28200d){return _0x1660b9>_0x28200d;},_0xf05022[_0x228019(0x8d)]=function(_0x4cd969,_0x38d8ca){return _0x4cd969===_0x38d8ca;},_0xf05022[_0x228019(0x115)]=function(_0x5a33d3,_0x48adc3){return _0x5a33d3===_0x48adc3;},_0xf05022['QxPOp']=function(_0x5693c2,_0x39140d){return _0x5693c2===_0x39140d;},_0xf05022['GyDXs']=_0x228019(0xb5);const _0x3f3d00=_0xf05022;if(_0x25a43b['hasPendingHooks'](_0x1160af)){const _0x386a23=_0x25a43b['getPendingHooks'](_0x1160af);logger[_0x228019(0x188)](_0x228019(0x1e6)+_0x386a23['length']+_0x228019(0x1c6)+_0x1160af);for(const _0xa6a35 of _0x386a23){try{const _0x4d1d6a=await this[_0x228019(0x139)](_0x25a43b,_0xa6a35['testFrameworkState'],_0xa6a35[_0x228019(0x78)],_0xa6a35['args']);_0x4d1d6a&&_0x3f3d00[_0x228019(0x1f4)](Object[_0x228019(0x95)](_0x4d1d6a)['length'],0x0)&&_0x25a43b['addMultipleEntries'](_0x4d1d6a),await this['runHooks'](_0x25a43b,_0xa6a35[_0x228019(0x1f5)],_0xa6a35['hookState'],_0xa6a35['args']);}catch(_0x54fa2b){logger[_0x228019(0x74)](_0x228019(0xae)+_0x1160af+_0x228019(0x180)+_0x54fa2b);}}_0x25a43b[_0x228019(0x1ba)](_0x1160af),logger['debug']('Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20'+_0x1160af);}const _0x3bd4fc=_0x25a43b['getAllData']()['get'](_0x1160af);if(_0x3bd4fc){const _0x3d3aef=_0x3bd4fc[TestFrameworkConstants[_0x228019(0x119)]]||_0x3bd4fc[TestFrameworkConstants[_0x228019(0x1f0)]],_0x54eb19=_0x3bd4fc[TestFrameworkConstants[_0x228019(0x94)]]||_0x3bd4fc[TestFrameworkConstants[_0x228019(0xcd)]]&&_0x3bd4fc[TestFrameworkConstants[_0x228019(0xcd)]][0x0]||'';logger[_0x228019(0x188)](_0x228019(0x1a3)+_0x3d3aef+_0x228019(0x14c)+_0x54eb19);const _0x534276=_0x25a43b[_0x228019(0x191)]();for(const _0x524e87 of _0x534276){if(_0x3f3d00[_0x228019(0x8d)](_0x524e87,_0x1160af))continue;if(_0x25a43b[_0x228019(0x1b5)](_0x524e87)){const _0x38c57e=_0x25a43b[_0x228019(0x1cb)](_0x524e87);for(const _0x433e8d of _0x38c57e){if(_0x3f3d00[_0x228019(0x115)](_0x433e8d[_0x228019(0x1f5)],TestFrameworkState[_0x228019(0x14e)])&&_0x433e8d[_0x228019(0x133)]){const _0x1ae5b3=_0x433e8d[_0x228019(0x133)][_0x228019(0xfb)],_0x641c4a=_0x433e8d['hookMetadata'][_0x228019(0x15b)];if(_0x3f3d00[_0x228019(0x8d)](_0x1ae5b3,_0x3d3aef)&&_0x3f3d00[_0x228019(0x8d)](_0x641c4a,_0x54eb19)){logger[_0x228019(0x188)]('[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20'+_0x524e87+_0x228019(0x18a)+_0x1160af+_0x228019(0x1b7)+_0x1ae5b3+_0x228019(0x14c)+_0x641c4a);_0x433e8d[_0x228019(0x102)]&&_0x433e8d[_0x228019(0x102)][_0x228019(0x7a)]&&(_0x433e8d['args'][_0x228019(0x7a)]['test_run_id']=_0x1160af,logger[_0x228019(0x188)]('[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20'+_0x524e87+'\x20to\x20'+_0x1160af));try{const _0x53c169=await this[_0x228019(0x139)](_0x25a43b,_0x433e8d[_0x228019(0x1f5)],_0x433e8d['hookState'],_0x433e8d[_0x228019(0x102)]);_0x53c169&&_0x3f3d00[_0x228019(0x1f4)](Object[_0x228019(0x95)](_0x53c169)['length'],0x0)&&_0x25a43b['addMultipleEntries'](_0x53c169);await this[_0x228019(0x1b3)](_0x25a43b,_0x433e8d[_0x228019(0x1f5)],_0x433e8d[_0x228019(0x78)],_0x433e8d['args']);const _0xe12e8=_0x25a43b['getPendingHooks'](_0x524e87)[_0x228019(0x1e5)](_0x221724=>_0x221724!==_0x433e8d);if(_0x3f3d00['QxPOp'](_0xe12e8[_0x228019(0xf6)],0x0))_0x25a43b['removePendingHooks'](_0x524e87);else{_0x25a43b['removePendingHooks'](_0x524e87);for(const _0xc18137 of _0xe12e8){_0x25a43b[_0x228019(0x1a1)](_0x524e87,_0xc18137);}}logger[_0x228019(0x188)](_0x3f3d00[_0x228019(0x111)]);}catch(_0x7f260f){logger[_0x228019(0x74)](_0x228019(0x137)+_0x1160af+_0x228019(0x180)+_0x7f260f);}}}}}}}}[a96_0x46b6cb(0x109)](_0x29b6b8){const _0x124aaa=a96_0x46b6cb,_0x336e72={'pUcBb':function(_0x26575e){return _0x26575e();}};if(!_0x29b6b8||!_0x29b6b8['parent'])return;_0x29b6b8[_0x124aaa(0x1bf)][_0x124aaa(0x108)]&&Array['isArray'](_0x29b6b8['parent'][_0x124aaa(0x108)])&&_0x29b6b8[_0x124aaa(0x1bf)]['hooks'][_0x124aaa(0x7c)](_0x36c84a=>{const _0x457859=_0x124aaa;!_0x36c84a[_0x457859(0x76)]&&!_0x36c84a[_0x457859(0x1eb)]&&(_0x36c84a[_0x457859(0x76)]=_0x336e72[_0x457859(0xfc)](uuidv4),_0x36c84a[_0x457859(0x1eb)]=_0x36c84a['hookAnalyticsId'],logger[_0x457859(0x188)](_0x457859(0xf1)+_0x36c84a[_0x457859(0x181)]+_0x457859(0xed)+_0x36c84a['hookAnalyticsId']));}),this[_0x124aaa(0x109)](_0x29b6b8[_0x124aaa(0x1bf)]);}['getHooksForTest'](_0x37f82f){const _0x4f9cd5=a96_0x46b6cb,_0x428b1c={'QrLjN':function(_0x597afe,_0x50bf41){return _0x597afe(_0x50bf41);}};if(!_0x37f82f||!_0x37f82f[_0x4f9cd5(0x1bf)])return[];const _0x1cb56d=[];return _0x37f82f['parent'][_0x4f9cd5(0x108)]&&Array[_0x4f9cd5(0x1dc)](_0x37f82f[_0x4f9cd5(0x1bf)][_0x4f9cd5(0x108)])&&_0x37f82f[_0x4f9cd5(0x1bf)][_0x4f9cd5(0x108)]['forEach'](_0x535ce9=>{const _0x2185d8=_0x4f9cd5,_0x4242fd=_0x535ce9['hookAnalyticsId']||_0x535ce9[_0x2185d8(0x1eb)];_0x4242fd&&!this[_0x2185d8(0x1b8)](_0x535ce9)&&!_0x428b1c[_0x2185d8(0x1a2)](isInternalHook,_0x535ce9['fn'])&&_0x1cb56d[_0x2185d8(0x167)](_0x4242fd);}),[..._0x1cb56d,...this[_0x4f9cd5(0xcb)](_0x37f82f[_0x4f9cd5(0x1bf)])];}[a96_0x46b6cb(0x171)](_0x596a56){const _0x3c7f9c=a96_0x46b6cb,_0x29ad13={'IfwyS':function(_0x5bbdc3,_0x34bae8){return _0x5bbdc3(_0x34bae8);},'ysLVC':_0x3c7f9c(0xdc),'lBGfK':function(_0x2634b2,_0x3c9144){return _0x2634b2(_0x3c9144);}},_0x5d69d8=new Map(),_0x4639af=_0x307fa6=>{const _0x329f58=_0x3c7f9c;if(!_0x307fa6||!_0x307fa6[_0x329f58(0x1bf)])return;_0x307fa6[_0x329f58(0x1bf)][_0x329f58(0x108)]&&Array[_0x329f58(0x1dc)](_0x307fa6[_0x329f58(0x1bf)][_0x329f58(0x108)])&&_0x307fa6['parent'][_0x329f58(0x108)][_0x329f58(0x7c)](_0x36b2ef=>{const _0x2065f3=_0x329f58,_0xd66632=_0x36b2ef['hookAnalyticsId']||_0x36b2ef['hookUUID'];if(_0xd66632&&!this[_0x2065f3(0x1b8)](_0x36b2ef)&&!_0x29ad13['IfwyS'](isInternalHook,_0x36b2ef['fn'])){const _0x2ecc19={};_0x2ecc19['type']=_0x36b2ef[_0x2065f3(0x181)]||_0x29ad13[_0x2065f3(0x92)],_0x2ecc19[_0x2065f3(0x12a)]=_0x36b2ef['name']||'\x22'+_0x36b2ef['type']+_0x2065f3(0xe8),_0x5d69d8[_0x2065f3(0xeb)](_0xd66632,_0x2ecc19);}}),_0x29ad13[_0x329f58(0xe3)](_0x4639af,_0x307fa6[_0x329f58(0x1bf)]);};return _0x29ad13['lBGfK'](_0x4639af,_0x596a56),_0x5d69d8;}[a96_0x46b6cb(0x1b8)](_0x1faefc){const _0x2a4eb9=a96_0x46b6cb,_0x15f8fb={};_0x15f8fb['tvpNi']=_0x2a4eb9(0x11f),_0x15f8fb['UjBeR']=_0x2a4eb9(0xd1);const _0x935b9d=_0x15f8fb;try{const _0xcf10e4=this[_0x2a4eb9(0x190)](_0x1faefc);if(!_0xcf10e4||_0xcf10e4[_0x2a4eb9(0x154)](_0x935b9d['tvpNi']))return!![];return![];}catch(_0x4b88a8){logger[_0x2a4eb9(0x188)](_0x935b9d['UjBeR']);}return![];}[a96_0x46b6cb(0x190)](_0x5a16da){const _0x5a21be=a96_0x46b6cb,_0x13ba59={'cpYUx':function(_0x40c8c4,_0x24462d){return _0x40c8c4(_0x24462d);}};if(_0x5a16da[_0x5a21be(0xf8)])return _0x5a16da[_0x5a21be(0xf8)];if(_0x5a16da['asyncError'])try{const _0x15ee90=stackTrace['parse'](_0x5a16da['asyncError']),_0x10d807=_0x13ba59[_0x5a21be(0x17f)](pickUserFrameFile,_0x15ee90);if(_0x10d807)return _0x10d807;logger['debug'](_0x5a21be(0x1c0)+_0x15ee90[_0x5a21be(0xf6)]+')');}catch(_0x3d1800){logger[_0x5a21be(0x188)](_0x5a21be(0x1ed)+util['format'](_0x3d1800));}return null;}}module[a96_0x46b6cb(0x104)]=JestTestFramework;
1
+ const a96_0x4257b4=a96_0x255c;(function(_0x3b4ca8,_0x10f52a){const _0x25d75b=a96_0x255c,_0x124310=_0x3b4ca8();while(!![]){try{const _0x5f4310=parseInt(_0x25d75b(0x1bb))/0x1+parseInt(_0x25d75b(0x1a8))/0x2+-parseInt(_0x25d75b(0x174))/0x3+-parseInt(_0x25d75b(0x1ed))/0x4*(parseInt(_0x25d75b(0xfd))/0x5)+parseInt(_0x25d75b(0x1f4))/0x6*(parseInt(_0x25d75b(0xf8))/0x7)+-parseInt(_0x25d75b(0x265))/0x8*(parseInt(_0x25d75b(0x12f))/0x9)+parseInt(_0x25d75b(0x243))/0xa;if(_0x5f4310===_0x10f52a)break;else _0x124310['push'](_0x124310['shift']());}catch(_0x363b58){_0x124310['push'](_0x124310['shift']());}}}(a96_0x370a,0x26ee3));const TestFramework=require(a96_0x4257b4(0x24c)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require('../state/hookState.js'),{createClassLogger}=require(a96_0x4257b4(0x10e)),TestFrameworkInstance=require(a96_0x4257b4(0x238)),CLIUtils=require(a96_0x4257b4(0x140)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a96_0x4257b4(0x230)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a96_0x4257b4(0x22c)),{isInternalHook}=require(a96_0x4257b4(0x150)),logger=createClassLogger(a96_0x4257b4(0x222)),{v4:uuidv4}=require('uuid'),util=require(a96_0x4257b4(0x13c)),TestInfo=require(a96_0x4257b4(0x168)),GrpcClient=require(a96_0x4257b4(0x218)),stackTrace=require(a96_0x4257b4(0x245)),{pickUserFrameFile}=require('../../../helpers/stackFrameUtils');function a96_0x370a(){const _0x3f3320=['has','test_run_uuid','uJloP',',\x20currentTestId:\x20','KEY_EVENT_STARTED_AT','uwoTd',',\x20duration=','301015owQKTb','resolveInstance','failure_reason','Processing\x20','getJestTestTags','NONE','KEY_TEST_FILE_PATH','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','originalTest','testData',',\x20remainingHooks=','getJestTestIdentifier','vpkcR','KEY_TEST_TAGS','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','KEY_TEST_RETRY_OF','KEY_TEST_FAILURE',',\x20exception=','inUTP','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','getJestTestScopes','scopes','get','maxArrayLength','KEY_TEST_RESULT','hookMetadata','getJestFailureData','getCurrentTestState','KEY_TEST_FAILURE_REASON','hooks','AssertionError','eucuX',',\x20failureType=','UnhandledError','OSIEp','match','exports','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=',',\x20totalHooks=','Assert',',\x20version=','args','hasPendingHooks','platformIndex','test_run_id','__bstackPlatformIndex','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','getCurrentInstanceName','stringify','404IcOXBg','testFrameworkState',',\x20scopes=',',\x20hook_run_uuid=','getCurrentHookState','code','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','6IXJGee','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20',',\x20hookType=',',\x20failureReason=','replace','\x20pending\x20hooks\x20for\x20testId:\x20','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=',',\x20hookId=','uuid','getJestFailureType','removeActiveHook','getPendingHooks','addMultipleEntries','pop','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20',',\x20storing\x20as\x20pending\x20hook','PUKXF','warn','concat','SlGfc','KEY_TEST_FAILURE_TYPE','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=',',\x20result=','POST','nNhTD','removePendingHooks','Stored\x20pending\x20hook\x20for\x20testId:\x20','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','\x20-\x20testId:\x20','started_at','hookState','ckHqU',',\x20payload:\x20','getAllData','__workerDetails','passed','../grpcClient','\x20attachments','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','WNPlZ','hook_id','KEY_TEST_ENDED_AT','setActiveHook',',\x20testData=','hUwTS','ccMVz','JestTestFramework','zVjLu','KEY_TEST_UUID','VjEwL','oMBvg','kBYkC','instance',',\x20screenshotLogs:\x20','getInstance','hookType','../../../helpers/helper.js','unknown',',\x20hook=',',\x20hookState:\x20','./constants/testFrameworkConstants.js','JNEKR','xJBsV','isArray','hook_type','map','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','test','../instances/testFrameworkInstance.js','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','xmBWm','IgIej','body','AcQaz','sIZCF',',\x20filePath:\x20','getJestTestName','scope','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','1976070QscnTF','cPuIF','stack-trace','testFrameworkVersion',',\x20state=','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','substring','workerInfo','getHooksForTest','./testFramework','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','KEY_TEST_SCOPE','KEY_TEST_STARTED_AT','substr','filePath','NLCBG','HfnxM','YCZlS','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','gNBeh','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending',',\x20error:\x20','skipped','\x20(testIdentifier),\x20result=','trackHookEvent','IFKji','BEFORE_ALL','hoskk','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','TEST','hookData','toISOString','qJLLP','JpLIC','24YtZEoy','MXOcA','failed','TJxTd','\x20(testIdentifier),\x20tags=','Eyedi','hookUUID','iEVVV','asyncError','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','join','OKIyQ',',\x20totalLogs:\x20','yieUI','parseJestTestResult','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','GIGBP','KEY_TEST_DURATION','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','KEY_HOOK_RESULT','delete','toString','getContext','KEY_EVENT_ENDED_AT','error','ejyye','getJestFailureReason','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','LsUTs','UkQNL','hBwbO','Hiuro','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','KEY_CUSTOM_TAGS','getAllPendingHookTestIds','KEY_HOOK_FAILURE_TYPE','afterAll','NcvCI','KEY_TEST_ATTACHMENTS','KEY_TEST_LOCATION','SlNez','qIVLH','1980391egXHty','processPendingHooks','storePendingHook','PRE','fhsli','6665gcCMta','lLWVD','KEY_HOOK_FAILURE_REASON','includes','tpLjJ','mapTestHooks','KEY_HOOK_LAST_STARTED','KEY_TEST_LOGS','QJAlr',',\x20platformIndex:\x20','getRef','getTestFrameworks','eventJson','KEY_HOOK_LAST_FINISHED','matchHookRegex','beforeAll','wQVdw','../../../helpers/classLogger.js','RfTvR','UCFvM','activeHooks','file_name','forEach','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','errorsDetailed','KEY_TEST_SCOPES','ofoSU','ZkaWY',',\x20testId=','qAJon','DEFAULT_HOOK_RESULT',',\x20logsInBatch:\x20','mumuO','addPendingHook','DEJzq','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','KEY_TEST_FRAMEWORK_NAME','hook_result','duration','Unknown\x20Test',',\x20test_run_uuid=','createTestFrameworkEventPayload','result','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','createContext','gwjuv','base64','pBAbj','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','692739cYaMUM','\x20screenshot\x20logs\x20for\x20testId:\x20','XINeF','\x20&\x20hookState=','hook_run_uuid','dlLIq',',\x20consoleLogs:\x20','KEY_HOOK_ID','DEFAULT_TEST_RESULT','KEY_HOOKS_FINISHED','evjcc','PctUF','QErNe','util','title','test_identifier','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','../cliUtils.js','RXXzJ','filter','trackJestInstance','RVnHB','depth','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=',',\x20hookState=','KEY_TEST_RESULT_AT','from','getActiveHook','KEY_LOGS','KEY_HOOK_LOGS','KEY_AUTOMATE_SESSION_NAME',',\x20target=','split','../../../helpers/test-observability/utils','parseJestTest','trackEvent','retryOf','\x20to\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','tags','QoMaU','HPHvW','JNsSL','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','FVfJY','getId','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','find','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','wEinJ','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20',',\x20totalBatches:\x20','uhXeE','tbJGz','\x22\x20hook','event_ended_at','../TestInfo.js',',\x20hookUUID=','toUpperCase','startsWith','set','hookAnalyticsId','finished_at','getTrackedInstance','message','format',':testAnalyticsId','PAvIO','776871rqTfvo','debug','inspect','isJestInternalHook','jqAfL','KEY_HOOKS_STARTED','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','KEY_TEST_META',',\x20messageLength=','push','runHooks','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND',',\x20hookData=','qEvfm','parse','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','keys',',\x20scope:\x20','gEWRG','KEY_TEST_FRAMEWORK_VERSION','ROOT_DESCRIBE_BLOCK','sendLogCreatedEvent','trackJestInstance:\x20created\x20instance\x20for\x20target=','testId','GUUfK','jest-circus','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','\x20(testIdentifier),\x20hookType=','getTestFrameworksVersions','parallelIndex','file','browserstackPlatformIndex','ceil','status','inFTG','name','getThreadId','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','slice','getJestTestFilePath','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','KEY_HOOK_NAME','type','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','none','\x20(testIdentifier)','NaZYN','KuDla','trackJestInstance:\x20instance\x20already\x20exists','Error\x20in\x20createTestFrameworkEventPayload:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','4854dgyuaK','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20',',\x20hooksListLength=','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','length',',\x20response=','xUwrb','\x20-\x20test_identifier=','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','\x20for\x20testId:\x20','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','parent'];a96_0x370a=function(){return _0x3f3320;};return a96_0x370a();}function a96_0x255c(_0x2a3ff2,_0x5650dd){const _0x370ac1=a96_0x370a();return a96_0x255c=function(_0x255c80,_0x2e2261){_0x255c80=_0x255c80-0xe8;let _0x5d67f6=_0x370ac1[_0x255c80];return _0x5d67f6;},a96_0x255c(_0x2a3ff2,_0x5650dd);}class JestTestFramework extends TestFramework{constructor(_0x359d67,_0xb331ef,_0x2aad28){super(_0x359d67,_0xb331ef,_0x2aad28),this['activeHooks']=new Map();}[a96_0x4257b4(0x21e)](_0x458050,_0x2fdaa9,_0x1a2770){const _0x587bf2=a96_0x4257b4,_0x46926c={};_0x46926c[_0x587bf2(0x13a)]=function(_0x13d02d,_0x4d7e67){return _0x13d02d||_0x4d7e67;};const _0x3f0410=_0x46926c;if(_0x3f0410[_0x587bf2(0x13a)](!_0x458050,!_0x2fdaa9)){logger[_0x587bf2(0x205)]('[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x458050+_0x587bf2(0x169)+_0x2fdaa9);return;}!this[_0x587bf2(0x111)][_0x587bf2(0x1b4)](_0x458050)&&this['activeHooks']['set'](_0x458050,[]);const _0x353335={'hookUUID':_0x2fdaa9,'hookType':_0x1a2770,'startedAt':new Date()[_0x587bf2(0x262)]()};this[_0x587bf2(0x111)]['get'](_0x458050)[_0x587bf2(0x17d)](_0x353335),logger[_0x587bf2(0x175)](_0x587bf2(0x146)+_0x458050+_0x587bf2(0x169)+_0x2fdaa9+',\x20hookType='+_0x1a2770+_0x587bf2(0x1e2)+this[_0x587bf2(0x111)][_0x587bf2(0x1d2)](_0x458050)['length']);}[a96_0x4257b4(0x1fe)](_0x5e88b8,_0x5837b8){const _0x5bcec8=a96_0x4257b4,_0x132828={};_0x132828['SlNez']=function(_0x54575f,_0x1e5800){return _0x54575f||_0x1e5800;},_0x132828[_0x5bcec8(0x227)]=function(_0x1b9f07,_0x466f1d){return _0x1b9f07!==_0x466f1d;},_0x132828['nNhTD']=function(_0x12b112,_0x3ebe89){return _0x12b112===_0x3ebe89;};const _0x275458=_0x132828;if(_0x275458[_0x5bcec8(0xf6)](!_0x5e88b8,!_0x5837b8)){logger[_0x5bcec8(0x205)](_0x5bcec8(0x121)+_0x5e88b8+',\x20hookUUID='+_0x5837b8);return;}if(this[_0x5bcec8(0x111)]['has'](_0x5e88b8)){const _0x2ae8ce=this[_0x5bcec8(0x111)]['get'](_0x5e88b8),_0x8f7766=_0x2ae8ce['findIndex'](_0x34ac20=>_0x34ac20['hookUUID']===_0x5837b8);_0x275458['kBYkC'](_0x8f7766,-0x1)?(_0x2ae8ce['splice'](_0x8f7766,0x1),logger['debug']('[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier='+_0x5e88b8+',\x20hookUUID='+_0x5837b8+_0x5bcec8(0x1c5)+_0x2ae8ce['length']),_0x275458[_0x5bcec8(0x20c)](_0x2ae8ce['length'],0x0)&&this[_0x5bcec8(0x111)][_0x5bcec8(0x279)](_0x5e88b8)):logger[_0x5bcec8(0x175)]('[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier='+_0x5e88b8+',\x20hookUUID='+_0x5837b8);}}[a96_0x4257b4(0x14a)](_0x598b45){const _0x12b7f0=a96_0x4257b4,_0x4188ac={};_0x4188ac['AcQaz']=function(_0x1c2ca2,_0x5b01df){return _0x1c2ca2>_0x5b01df;},_0x4188ac['Hiuro']=function(_0x5b8440,_0x130fda){return _0x5b8440-_0x130fda;};const _0x46a496=_0x4188ac;if(!_0x598b45)return null;if(this[_0x12b7f0(0x111)]['has'](_0x598b45)){const _0x46438b=this[_0x12b7f0(0x111)]['get'](_0x598b45);if(_0x46a496[_0x12b7f0(0x23d)](_0x46438b[_0x12b7f0(0x1ac)],0x0)){const _0x54976e=_0x46438b[_0x46a496[_0x12b7f0(0xed)](_0x46438b[_0x12b7f0(0x1ac)],0x1)];return logger[_0x12b7f0(0x175)](_0x12b7f0(0x242)+_0x598b45+_0x12b7f0(0x169)+_0x54976e['hookUUID']+_0x12b7f0(0x1f6)+_0x54976e[_0x12b7f0(0x22b)]),_0x54976e;}}return null;}async[a96_0x4257b4(0x152)](_0x666a9b,_0x249b0a,_0x44a2a2={}){const _0x59706a=a96_0x4257b4,_0x26e90b={};_0x26e90b[_0x59706a(0x232)]=_0x59706a(0x1a0),_0x26e90b['yieUI']=function(_0x3c5f22,_0x246b47){return _0x3c5f22===_0x246b47;},_0x26e90b[_0x59706a(0x1b6)]=function(_0x13813a,_0x1e2d7a){return _0x13813a===_0x1e2d7a;},_0x26e90b[_0x59706a(0x23e)]=function(_0x2e5125,_0x778415){return _0x2e5125||_0x778415;},_0x26e90b[_0x59706a(0x110)]=_0x59706a(0x180),_0x26e90b[_0x59706a(0x204)]=function(_0x51a2d6,_0x45d87c){return _0x51a2d6===_0x45d87c;};const _0x452059=_0x26e90b;logger['debug'](_0x59706a(0x18f)+_0x666a9b+',\x20hookState='+_0x249b0a+',\x20argsKeys='+Object[_0x59706a(0x185)](_0x44a2a2)[_0x59706a(0x26f)](',')),await super[_0x59706a(0x152)](_0x666a9b,_0x249b0a,_0x44a2a2);const _0x8f5157=this['resolveInstance'](_0x666a9b,_0x249b0a,_0x44a2a2);if(!_0x8f5157){logger[_0x59706a(0x175)](_0x452059['xJBsV']);return;}try{let _0x3dea63,_0x1db3c8,_0x21cc76;switch(_0x666a9b){case TestFrameworkState[_0x59706a(0x260)]:_0x3dea63=_0x44a2a2[_0x59706a(0x237)];const _0x3bb8b2={};_0x3bb8b2[_0x59706a(0x145)]=0x2,_0x3bb8b2[_0x59706a(0x1d3)]=0x3,logger[_0x59706a(0x175)](_0x59706a(0x1ab)+_0x249b0a+_0x59706a(0x21f)+util['inspect'](_0x3dea63,_0x3bb8b2)),_0x21cc76=this[_0x59706a(0x1c6)](_0x3dea63),_0x1db3c8=null,logger[_0x59706a(0x175)](_0x59706a(0x236)+_0x21cc76+_0x59706a(0x1a2));if(_0x452059[_0x59706a(0x272)](_0x249b0a,HookState[_0x59706a(0xfb)])){logger[_0x59706a(0x175)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20'+_0x21cc76);const _0x548079={};_0x548079['testUUID']=_0x1db3c8,_0x548079[_0x59706a(0x1c4)]=_0x3dea63,_0x548079[_0x59706a(0x18c)]=_0x21cc76;const _0x5c185b=this['parseJestTest'](_0x548079),_0x294c57={};_0x294c57[_0x59706a(0x145)]=0x2,_0x294c57[_0x59706a(0x1d3)]=0x3,logger['debug'](_0x59706a(0x24d)+util[_0x59706a(0x176)](_0x5c185b,_0x294c57)),_0x8f5157['addMultipleEntries'](_0x5c185b),logger[_0x59706a(0x175)](_0x59706a(0x248)+_0x21cc76),await this[_0x59706a(0xf9)](_0x8f5157,_0x21cc76);}else{if(_0x452059[_0x59706a(0x1b6)](_0x249b0a,HookState['POST'])){logger['debug'](_0x59706a(0x25f)+_0x21cc76);const _0x2f735b=_0x8f5157[_0x59706a(0x215)]()[_0x59706a(0x1d2)](_0x21cc76);logger[_0x59706a(0x175)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20'+util[_0x59706a(0x176)](Object[_0x59706a(0x185)](_0x452059[_0x59706a(0x23e)](_0x2f735b,{}))));_0x2f735b&&_0x2f735b[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]?logger[_0x59706a(0x175)](_0x59706a(0x114)+Object[_0x59706a(0x185)](_0x2f735b[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']])[_0x59706a(0x1ac)]+'\x20files'):logger[_0x59706a(0x175)](_0x452059[_0x59706a(0x110)]);const _0x575958=_0x44a2a2[_0x59706a(0x1c3)]||null,_0x56ae59={};_0x56ae59['testUUID']=_0x1db3c8,_0x56ae59[_0x59706a(0x1c4)]=_0x3dea63,_0x56ae59['testId']=_0x21cc76,_0x56ae59[_0x59706a(0x1c3)]=_0x575958;const _0x5c0355=this['parseJestTestResult'](_0x56ae59),_0x159b69={};_0x159b69[_0x59706a(0x145)]=0x2,_0x159b69[_0x59706a(0x1d3)]=0x3,logger[_0x59706a(0x175)](_0x59706a(0x19a)+util[_0x59706a(0x176)](_0x5c0355,_0x159b69)),_0x8f5157['addMultipleEntries'](_0x5c0355),logger[_0x59706a(0x175)](_0x59706a(0x1c9)+_0x21cc76),await this[_0x59706a(0xf9)](_0x8f5157,_0x21cc76);}}break;case TestFrameworkState['LOG_REPORT']:if(_0x452059[_0x59706a(0x204)](_0x249b0a,HookState['POST'])){const _0x55acc0={};_0x55acc0['depth']=0x2,logger[_0x59706a(0x175)]('[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20'+util[_0x59706a(0x176)](_0x44a2a2,_0x55acc0)),await this[_0x59706a(0x18a)](_0x8f5157,_0x666a9b,_0x44a2a2);}break;default:if(CLIUtils[_0x59706a(0x10b)](_0x666a9b[_0x59706a(0x27a)]()['split']('.')[0x1])){const _0xcb7f0f={};_0xcb7f0f['depth']=0x2,_0xcb7f0f[_0x59706a(0x1d3)]=0x3,logger['debug'](_0x59706a(0x1c2)+_0x666a9b+_0x59706a(0x147)+_0x249b0a+',\x20hookData='+util[_0x59706a(0x176)](_0x44a2a2['hookData'],_0xcb7f0f));const _0x2fd2f8=await this[_0x59706a(0x25b)](_0x8f5157,_0x666a9b,_0x249b0a,_0x44a2a2),_0x83daeb={};_0x83daeb['depth']=0x2,_0x83daeb[_0x59706a(0x1d3)]=0x3,logger['debug'](_0x59706a(0x15f)+util[_0x59706a(0x176)](_0x2fd2f8,_0x83daeb)),_0x8f5157['addMultipleEntries'](_0x2fd2f8);}else logger[_0x59706a(0x175)]('[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState='+_0x666a9b+_0x59706a(0x132)+_0x249b0a);break;}logger['debug']('[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState='+_0x666a9b+_0x59706a(0x147)+_0x249b0a);}catch(_0x6a641e){logger[_0x59706a(0x27d)]('[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState='+_0x666a9b+_0x59706a(0x147)+_0x249b0a+_0x59706a(0x1cd)+util[_0x59706a(0x171)](_0x6a641e));}_0x44a2a2[_0x59706a(0x228)]=_0x8f5157,await this['runHooks'](_0x8f5157,_0x666a9b,_0x249b0a,_0x44a2a2);}[a96_0x4257b4(0x1c6)](_0x1ba8ab){const _0x347b66=a96_0x4257b4,_0x11d2da={};_0x11d2da[_0x347b66(0x252)]=_0x347b66(0x15a);const _0x24293a=_0x11d2da;if(_0x1ba8ab&&(_0x1ba8ab['id']||_0x1ba8ab[_0x347b66(0x1fc)])){const _0x33f06a=_0x1ba8ab['id']||_0x1ba8ab[_0x347b66(0x1fc)];return logger[_0x347b66(0x175)](_0x347b66(0x17f)+_0x33f06a+'\x22\x20from\x20testData'),_0x33f06a;}return logger[_0x347b66(0x175)](_0x24293a[_0x347b66(0x252)]),process['pid']+_0x347b66(0x172);}['resolveInstance'](_0x5a72f1,_0x1e9906,_0x60b1f4={}){const _0x4f06b6=a96_0x4257b4;let _0x32ad73=null;return _0x32ad73=TestFramework[_0x4f06b6(0x16f)](),!_0x32ad73?(logger[_0x4f06b6(0x175)]('[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state='+_0x5a72f1),this['trackJestInstance'](_0x5a72f1,_0x60b1f4),_0x32ad73=TestFramework['getTrackedInstance'](),logger[_0x4f06b6(0x175)]('[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists='+!!_0x32ad73+',\x20contextId='+_0x32ad73?.['getContext']()?.[_0x4f06b6(0x15c)]())):logger[_0x4f06b6(0x175)](_0x4f06b6(0x17a)+_0x32ad73[_0x4f06b6(0x27b)]()?.[_0x4f06b6(0x15c)]()),_0x32ad73;}[a96_0x4257b4(0x143)](_0x12a508,_0x1475b0){const _0x5797a0=a96_0x4257b4,_0x6fee2e={};_0x6fee2e[_0x5797a0(0x1c7)]=_0x5797a0(0x1a5);const _0x2580ce=_0x6fee2e;if(TestFramework[_0x5797a0(0x16f)]()){logger[_0x5797a0(0x175)](_0x2580ce['vpkcR']);return;}const _0x40096f=CLIUtils[_0x5797a0(0x1eb)](),_0x211164=TrackedInstance[_0x5797a0(0x12a)](_0x40096f);let _0x4b295d=null;logger[_0x5797a0(0x175)](_0x5797a0(0x18b)+_0x40096f+_0x5797a0(0x247)+_0x12a508),_0x4b295d=new TestFrameworkInstance(_0x211164,this[_0x5797a0(0x108)](),this[_0x5797a0(0x191)](),_0x12a508,HookState[_0x5797a0(0x1c0)]),TestFramework['setTrackedInstance'](_0x211164,_0x4b295d),logger[_0x5797a0(0x175)](_0x5797a0(0x255)+_0x211164[_0x5797a0(0x15c)]()+_0x5797a0(0x14e)+_0x40096f+',\x20testFramework='+this[_0x5797a0(0x108)]()[0x0]+_0x5797a0(0x1e4)+this[_0x5797a0(0x191)]()[this[_0x5797a0(0x108)]()[0x0]]);}[a96_0x4257b4(0x151)](_0x384133){const _0x83d17a=a96_0x4257b4,_0x7aae8e={};_0x7aae8e[_0x83d17a(0x253)]=function(_0x255c77,_0x257169){return _0x255c77||_0x257169;},_0x7aae8e['hoskk']='No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test';const _0x5cdb1e=_0x7aae8e,{testUUID:_0x45b1d2,testData:_0x11c18b,testId:_0x407eeb}=_0x384133;if(_0x5cdb1e['HfnxM'](!_0x11c18b,!_0x407eeb))return logger[_0x83d17a(0x175)](_0x5cdb1e[_0x83d17a(0x25e)]),{};const _0x2f25fd=this[_0x83d17a(0x108)]()[0x0],_0x56d844=this[_0x83d17a(0x191)](),_0x192d1c={};_0x192d1c['depth']=0x2,_0x192d1c[_0x83d17a(0x1d3)]=0x3,logger['debug'](_0x83d17a(0x12e)+util['inspect'](_0x11c18b,_0x192d1c));const _0x4c102b=_0x11c18b?.[_0x83d17a(0x1d1)]||[],_0x4485ee=this[_0x83d17a(0x240)](_0x11c18b),_0xaa0a75=this['getJestTestFilePath'](_0x11c18b),_0x15c11b=_0x11c18b['fn']?_0x11c18b['fn'][_0x83d17a(0x27a)]():_0x11c18b?.[_0x83d17a(0x23c)]?_0x11c18b['body'][_0x83d17a(0x1f2)][_0x83d17a(0x27a)]():null,_0x11a742=this['getJestTestTags'](_0x11c18b),_0x1d200f={[TestFrameworkConstants[_0x83d17a(0x122)]]:_0x2f25fd,[TestFrameworkConstants[_0x83d17a(0x188)]]:_0x56d844[_0x2f25fd],[TestFrameworkConstants[_0x83d17a(0x104)]]:[],[TestFrameworkConstants[_0x83d17a(0x138)]]:{},[TestFrameworkConstants[_0x83d17a(0x179)]]:{},[TestFrameworkConstants[_0x83d17a(0x1d4)]]:TestFrameworkConstants[_0x83d17a(0x137)],[TestFrameworkConstants[_0x83d17a(0x14d)]]:_0x4485ee,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0xaa0a75,[TestFrameworkConstants['KEY_TEST_ID']]:_0x407eeb,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x4485ee,[TestFrameworkConstants[_0x83d17a(0xf5)]]:_0xaa0a75,[TestFrameworkConstants['KEY_TEST_CODE']]:_0x15c11b,[TestFrameworkConstants[_0x83d17a(0x1c8)]]:_0x11a742,[TestFrameworkConstants[_0x83d17a(0x24f)]]:_0x11c18b[_0x83d17a(0x211)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x83d17a(0x24e)]]:_0x4c102b[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x4c102b,[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x4485ee,[TestFrameworkConstants[_0x83d17a(0xef)]]:{},[TestFrameworkConstants[_0x83d17a(0x17b)]]:{}};_0x11c18b[_0x83d17a(0x153)]&&(_0x1d200f[TestFrameworkConstants[_0x83d17a(0x1cb)]]=_0x11c18b[_0x83d17a(0x153)]);logger[_0x83d17a(0x175)](_0x83d17a(0x277)+_0x4485ee+_0x83d17a(0x11a)+_0x407eeb+_0x83d17a(0x269)+JSON[_0x83d17a(0x1ec)](_0x11a742)+_0x83d17a(0x1ef)+util['inspect'](_0x4c102b)+',\x20filePath='+_0xaa0a75);const _0x234c3c={};return _0x234c3c[_0x407eeb]=_0x1d200f,_0x234c3c;}[a96_0x4257b4(0x273)](_0x5e0622){const _0x5fac8f=a96_0x4257b4,_0x316d9a={'qJLLP':function(_0x19385c,_0x5ceb48){return _0x19385c===_0x5ceb48;},'Znwao':_0x5fac8f(0xf2),'rMhey':_0x5fac8f(0x10c),'TJxTd':'ALL','gNBeh':'_ALL','gwjuv':function(_0x2d6b47,_0x3ee02b){return _0x2d6b47||_0x3ee02b;},'xmBWm':_0x5fac8f(0x1b2),'wQVdw':function(_0x3340c5,_0x5ce5b3){return _0x3340c5||_0x5ce5b3;},'uhXeE':_0x5fac8f(0x22d),'CfrKY':function(_0x1a744a,_0x1b94e0){return _0x1a744a>_0x1b94e0;},'UkQNL':_0x5fac8f(0x267),'ofoSU':'skip','jqAfL':function(_0x513b2d,_0x3f714b){return _0x513b2d===_0x3f714b;},'QErNe':_0x5fac8f(0x259),'JspET':_0x5fac8f(0x217),'qEvfm':function(_0xdbf655,_0x56f9ac){return _0xdbf655===_0x56f9ac;},'ckHqU':function(_0x54843a,_0x4cc3ce){return _0x54843a!==_0x4cc3ce;},'JpLIC':function(_0x4661f6,_0x40cb40,_0x41f3ad,_0x407dc6){return _0x4661f6(_0x40cb40,_0x41f3ad,_0x407dc6);},'KuDla':function(_0x28ce2a,_0x230cd5){return _0x28ce2a>_0x230cd5;},'fhsli':function(_0x5156a3,_0x598b04){return _0x5156a3>_0x598b04;},'VjEwL':_0x5fac8f(0x21a),'IgIej':function(_0x3ca839,_0xb410f1){return _0x3ca839>_0xb410f1;},'qIVLH':function(_0x3e2395,_0x24c058){return _0x3e2395===_0x24c058;}},{testUUID:_0x118378,testData:_0x2150d8,testId:_0x206c75}=_0x5e0622;if(_0x316d9a[_0x5fac8f(0x12b)](!_0x2150d8,!_0x206c75))return logger['debug'](_0x316d9a[_0x5fac8f(0x23a)]),{};const _0x48089e=this[_0x5fac8f(0x1bc)](TestFrameworkState['TEST'],HookState[_0x5fac8f(0x20b)]),_0xda3bca=_0x48089e[_0x5fac8f(0x215)]()[_0x5fac8f(0x1d2)](_0x206c75),_0x28e554=_0x316d9a[_0x5fac8f(0x10d)](_0xda3bca,{}),_0x4afe12=_0x28e554?_0x28e554[TestFrameworkConstants[_0x5fac8f(0xef)]]||{}:{},_0x5b18f5=_0x28e554[TestFrameworkConstants[_0x5fac8f(0xf4)]];logger[_0x5fac8f(0x175)](_0x5fac8f(0x15d)+(_0x5b18f5?Object[_0x5fac8f(0x185)](_0x5b18f5)[_0x5fac8f(0x1ac)]:0x0)+_0x5fac8f(0x219));let _0x65668b=_0x316d9a[_0x5fac8f(0x164)];if(_0x2150d8[_0x5fac8f(0x128)])_0x65668b=_0x2150d8[_0x5fac8f(0x128)];else{if(_0x2150d8['errorsDetailed']&&_0x316d9a['CfrKY'](_0x2150d8[_0x5fac8f(0x116)][_0x5fac8f(0x1ac)],0x0))_0x65668b=_0x316d9a['UkQNL'];else _0x316d9a[_0x5fac8f(0x263)](_0x2150d8[_0x5fac8f(0x196)],_0x316d9a[_0x5fac8f(0x118)])||_0x316d9a[_0x5fac8f(0x178)](_0x2150d8[_0x5fac8f(0x196)],_0x316d9a[_0x5fac8f(0x13b)])?_0x65668b=_0x316d9a[_0x5fac8f(0x13b)]:_0x65668b=_0x316d9a['JspET'];}const _0x171b3d={..._0x28e554,[TestFrameworkConstants[_0x5fac8f(0x1d4)]]:_0x65668b,[TestFrameworkConstants[_0x5fac8f(0x21d)]]:_0x2150d8[_0x5fac8f(0x16e)]||new Date()[_0x5fac8f(0x262)](),[TestFrameworkConstants[_0x5fac8f(0x148)]]:new Date()[_0x5fac8f(0x262)](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x4afe12,[TestFrameworkConstants['KEY_LOGS']]:_0x28e554[TestFrameworkConstants[_0x5fac8f(0x14b)]]||[],[TestFrameworkConstants[_0x5fac8f(0x17b)]]:{}};if(_0x316d9a[_0x5fac8f(0x182)](_0x65668b,_0x316d9a[_0x5fac8f(0xeb)])&&_0x2150d8[_0x5fac8f(0x116)]){const _0x31e113=this[_0x5fac8f(0xe8)](_0x2150d8),_0x476791=this[_0x5fac8f(0x1fd)](_0x2150d8),_0x38079b=this[_0x5fac8f(0x1d6)](_0x2150d8);_0x171b3d[TestFrameworkConstants[_0x5fac8f(0x208)]]=_0x476791,_0x171b3d[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x31e113,_0x171b3d[TestFrameworkConstants[_0x5fac8f(0x1cc)]]=_0x38079b;}_0x316d9a[_0x5fac8f(0x213)](_0x2150d8[_0x5fac8f(0x124)],undefined)&&(_0x171b3d[TestFrameworkConstants[_0x5fac8f(0x276)]]=_0x2150d8[_0x5fac8f(0x124)]);_0x2150d8[_0x5fac8f(0x153)]&&(_0x171b3d[TestFrameworkConstants[_0x5fac8f(0x1cb)]]=_0x2150d8[_0x5fac8f(0x153)]);const _0x127206=_0xda3bca?_0xda3bca[TestFrameworkConstants[_0x5fac8f(0xf4)]]||{}:{},_0x345cc5=_0xda3bca?_0xda3bca[TestFrameworkConstants[_0x5fac8f(0x224)]]:_0x118378,_0x58d6d1=_0x316d9a[_0x5fac8f(0x264)](getManualUploadLogs,_0x127206,_0x345cc5,_0x206c75);if(_0x316d9a[_0x5fac8f(0x1a4)](_0x58d6d1[_0x5fac8f(0x1ac)],0x0)){const _0x3e8350=_0x171b3d[TestFrameworkConstants[_0x5fac8f(0x14b)]]||[];_0x171b3d[TestFrameworkConstants[_0x5fac8f(0x14b)]]=[..._0x3e8350,..._0x58d6d1];}const _0x46247d=_0x28e554[TestFrameworkConstants[_0x5fac8f(0x138)]]||{},_0x387dfe=_0x28e554[TestFrameworkConstants[_0x5fac8f(0x179)]]||{},_0x5bd739={..._0x46247d},_0x48e2ab=_0x5bd739;Object[_0x5fac8f(0x185)](_0x387dfe)['forEach'](_0x4becbb=>{const _0x7624d5=_0x5fac8f;!_0x48e2ab[_0x4becbb]&&(_0x48e2ab[_0x4becbb]=[]);const _0x4a70f7=new Set((_0x48e2ab[_0x4becbb]||[])[_0x7624d5(0x235)](_0x569f84=>_0x569f84[TestFrameworkConstants['KEY_HOOK_ID']]||_0x569f84[_0x7624d5(0x21c)]));(_0x387dfe[_0x4becbb]||[])[_0x7624d5(0x113)](_0x1865e5=>{const _0x155b4c=_0x7624d5,_0x37b5f2=_0x1865e5[TestFrameworkConstants['KEY_HOOK_ID']]||_0x1865e5[_0x155b4c(0x21c)];if(!_0x4a70f7[_0x155b4c(0x1b4)](_0x37b5f2)){const _0x12ddc5={..._0x1865e5},_0x4f8d2f=_0x12ddc5;!_0x4f8d2f[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]&&!_0x4f8d2f[_0x155b4c(0x167)]&&(_0x4f8d2f[TestFrameworkConstants[_0x155b4c(0x27c)]]=new Date()[_0x155b4c(0x262)]()),!_0x4f8d2f[TestFrameworkConstants[_0x155b4c(0x278)]]&&!_0x4f8d2f[_0x155b4c(0x123)]&&(_0x4f8d2f[TestFrameworkConstants[_0x155b4c(0x278)]]=TestFrameworkConstants['DEFAULT_HOOK_RESULT']),_0x48e2ab[_0x4becbb][_0x155b4c(0x17d)](_0x4f8d2f);}});});if(_0x5e0622[_0x5fac8f(0x1c3)]){this[_0x5fac8f(0x102)](_0x5e0622[_0x5fac8f(0x1c3)]);const _0xf56f9b=this['buildHookMapFromTest'](_0x5e0622['originalTest']),_0x55f0d9=this[_0x5fac8f(0x24b)](_0x5e0622[_0x5fac8f(0x1c3)]);_0x55f0d9[_0x5fac8f(0x113)](_0x2c152e=>{const _0x511253=_0x5fac8f,_0x1cd65b=_0xf56f9b[_0x511253(0x1d2)](_0x2c152e);if(_0x1cd65b&&(_0x316d9a[_0x511253(0x263)](_0x1cd65b[_0x511253(0x19f)],_0x316d9a['Znwao'])||_0x316d9a['qJLLP'](_0x1cd65b['type'],_0x316d9a['rMhey']))){const _0x1126c0=_0x1cd65b[_0x511253(0x19f)][_0x511253(0x16a)]()[_0x511253(0x1f8)](_0x316d9a[_0x511253(0x268)],_0x316d9a[_0x511253(0x256)]),_0x2c8d37=_0x1126c0;!_0x48e2ab[_0x2c8d37]&&(_0x48e2ab[_0x2c8d37]=[]);const _0x43b5c0=_0x48e2ab[_0x2c8d37][_0x511253(0x15e)](_0x2fbb3f=>(_0x2fbb3f[TestFrameworkConstants['KEY_HOOK_ID']]||_0x2fbb3f['hook_id'])===_0x2c152e);!_0x43b5c0&&_0x48e2ab[_0x2c8d37][_0x511253(0x17d)]({'key':_0x2c8d37,[TestFrameworkConstants[_0x511253(0x136)]]:_0x2c152e,[TestFrameworkConstants[_0x511253(0x278)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x511253(0x1b8)]]:new Date()[_0x511253(0x262)](),[TestFrameworkConstants[_0x511253(0x27c)]]:new Date()[_0x511253(0x262)](),[TestFrameworkConstants[_0x511253(0x14c)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x1cd65b[_0x511253(0x198)]||_0x1cd65b[_0x511253(0x19f)]+'\x20hook',[TestFrameworkConstants[_0x511253(0xef)]]:_0x4afe12});}});}if(_0x2150d8[_0x5fac8f(0x1d9)]&&_0x316d9a[_0x5fac8f(0xfc)](_0x2150d8[_0x5fac8f(0x1d9)][_0x5fac8f(0x1ac)],0x0))_0x171b3d[TestFrameworkConstants[_0x5fac8f(0x138)]]=_0x2150d8[_0x5fac8f(0x1d9)],logger[_0x5fac8f(0x175)](_0x316d9a[_0x5fac8f(0x225)]);else _0x316d9a[_0x5fac8f(0x23b)](Object[_0x5fac8f(0x185)](_0x48e2ab)['length'],0x0)&&(_0x171b3d[TestFrameworkConstants[_0x5fac8f(0x138)]]=_0x48e2ab,logger[_0x5fac8f(0x175)](_0x5fac8f(0x1f3)+Object[_0x5fac8f(0x185)](_0x48e2ab)[_0x5fac8f(0x26f)](',')));const _0x3e11fd=this[_0x5fac8f(0x240)](_0x2150d8);logger[_0x5fac8f(0x175)](_0x5fac8f(0x13f)+_0x3e11fd+',\x20testId='+_0x206c75+_0x5fac8f(0x25a)+_0x65668b+_0x5fac8f(0x1ba)+_0x2150d8[_0x5fac8f(0x124)]);_0x316d9a[_0x5fac8f(0xf7)](_0x65668b,_0x316d9a[_0x5fac8f(0xeb)])&&logger['debug'](_0x5fac8f(0x129)+_0x206c75+',\x20failureType='+_0x171b3d[TestFrameworkConstants[_0x5fac8f(0x208)]]+_0x5fac8f(0x1f7)+_0x171b3d[TestFrameworkConstants[_0x5fac8f(0x1d8)]]?.[_0x5fac8f(0x249)](0x0,0xc8));const _0x255258={};return _0x255258[_0x206c75]=_0x171b3d,_0x255258;}[a96_0x4257b4(0x1d0)](_0x4fff39){const _0x3305f0=a96_0x4257b4,_0x2574e1={};_0x2574e1[_0x3305f0(0x1b9)]=function(_0x357570,_0x296500){return _0x357570!==_0x296500;},_0x2574e1[_0x3305f0(0x134)]=_0x3305f0(0x189);const _0x252c19=_0x2574e1,_0x445991={};_0x445991[_0x3305f0(0x145)]=0x2,_0x445991['maxArrayLength']=0x3,logger['debug'](_0x3305f0(0x184)+util[_0x3305f0(0x176)](_0x4fff39,_0x445991));const _0x5772b7=[];if(_0x4fff39&&_0x4fff39[_0x3305f0(0x1b3)]){let _0x5ef4ff=_0x4fff39[_0x3305f0(0x1b3)];while(_0x5ef4ff&&_0x5ef4ff['name']&&_0x252c19[_0x3305f0(0x1b9)](_0x5ef4ff[_0x3305f0(0x198)],'')&&_0x252c19[_0x3305f0(0x1b9)](_0x5ef4ff['name'],_0x252c19[_0x3305f0(0x134)])){_0x5772b7['push'](_0x5ef4ff['name']),_0x5ef4ff=_0x5ef4ff[_0x3305f0(0x1b3)];}}return _0x5772b7['reverse']();}[a96_0x4257b4(0x240)](_0x5d016f){const _0x30df5f=a96_0x4257b4,_0x5b8ecf={};_0x5b8ecf[_0x30df5f(0x157)]=_0x30df5f(0x125);const _0x5dd2a1=_0x5b8ecf;if(_0x5d016f['name'])return _0x5d016f[_0x30df5f(0x198)];if(_0x5d016f['title'])return _0x5d016f[_0x30df5f(0x13d)];return _0x5dd2a1[_0x30df5f(0x157)];}[a96_0x4257b4(0x1bf)](_0x5e6f0c){const _0x5725f0=a96_0x4257b4,_0x14afde=[];if(_0x5e6f0c[_0x5725f0(0x156)]&&Array['isArray'](_0x5e6f0c['tags']))return _0x5e6f0c[_0x5725f0(0x156)][_0x5725f0(0x235)](_0x261a6f=>_0x261a6f[_0x5725f0(0x16b)]('@')?_0x261a6f[_0x5725f0(0x250)](0x1):_0x261a6f);const _0x3e1118=this[_0x5725f0(0x240)](_0x5e6f0c),_0x10a491=_0x3e1118[_0x5725f0(0x1df)](/@(\w+)/g);if(_0x10a491)return _0x10a491[_0x5725f0(0x235)](_0x47b98f=>_0x47b98f[_0x5725f0(0x19b)](0x1));return _0x5e6f0c['scopes']&&Array['isArray'](_0x5e6f0c[_0x5725f0(0x1d1)])&&_0x5e6f0c[_0x5725f0(0x1d1)]['forEach'](_0x162fbc=>{const _0x4b7b80=_0x5725f0,_0x2ef953=_0x162fbc[_0x4b7b80(0x1df)](/@(\w+)/g);_0x2ef953&&_0x2ef953[_0x4b7b80(0x113)](_0x274dad=>{const _0x371eff=_0x274dad['slice'](0x1);!_0x14afde['includes'](_0x371eff)&&_0x14afde['push'](_0x371eff);});}),_0x14afde;}[a96_0x4257b4(0x19c)](_0xdeacb1){const _0xfbd666=a96_0x4257b4,_0x2da8f2={'ANORP':function(_0x468a6b,_0x36b932){return _0x468a6b(_0x36b932);}};if(_0xdeacb1[_0xfbd666(0x112)])return _0xdeacb1[_0xfbd666(0x112)];if(_0xdeacb1[_0xfbd666(0x26d)])try{const _0xd1194e=stackTrace[_0xfbd666(0x183)](_0xdeacb1[_0xfbd666(0x26d)]),_0x335c91=_0x2da8f2['ANORP'](pickUserFrameFile,_0xd1194e);if(_0x335c91)return _0x335c91;logger['debug'](_0xfbd666(0x160)+_0xd1194e[_0xfbd666(0x1ac)]+')');}catch(_0x311708){logger[_0xfbd666(0x175)](_0xfbd666(0xe9)+util[_0xfbd666(0x171)](_0x311708));}return null;}[a96_0x4257b4(0xe8)](_0x4bfe94){const _0x17eaaa=a96_0x4257b4,_0x4124e2={};_0x4124e2[_0x17eaaa(0x165)]=function(_0x21d4fd,_0x31657e){return _0x21d4fd>_0x31657e;},_0x4124e2[_0x17eaaa(0x25c)]='Unknown\x20error';const _0x3ed612=_0x4124e2;if(_0x4bfe94['errorsDetailed']&&_0x3ed612[_0x17eaaa(0x165)](_0x4bfe94[_0x17eaaa(0x116)]['length'],0x0))return util[_0x17eaaa(0x176)](_0x4bfe94[_0x17eaaa(0x116)][0x0]);if(_0x4bfe94[_0x17eaaa(0x1bd)])return _0x4bfe94[_0x17eaaa(0x1bd)];return _0x3ed612[_0x17eaaa(0x25c)];}[a96_0x4257b4(0x1fd)](_0x60b71){const _0x155d9d=a96_0x4257b4,_0x3c5338={};_0x3c5338['QJAlr']=_0x155d9d(0x1e3),_0x3c5338['ccMVz']=_0x155d9d(0x1da),_0x3c5338[_0x155d9d(0x26c)]=_0x155d9d(0x1dd);const _0x1d46f=_0x3c5338,_0xc901fa=this[_0x155d9d(0xe8)](_0x60b71);if(_0xc901fa&&_0xc901fa[_0x155d9d(0x100)](_0x1d46f[_0x155d9d(0x105)]))return _0x1d46f[_0x155d9d(0x221)];return _0x1d46f[_0x155d9d(0x26c)];}['getJestFailureData'](_0x35ce28){const _0x292ec8=a96_0x4257b4,_0x5f0564={'RVnHB':function(_0x2b05aa,_0x3ca87d){return _0x2b05aa(_0x3ca87d);},'XINeF':'../../../helpers/test-observability/utils','cwHSl':function(_0x1ccea8,_0x1fb62a){return _0x1ccea8!==_0x1fb62a;},'LsUTs':_0x292ec8(0x237)},{failureData:_0x35aab5}=_0x5f0564[_0x292ec8(0x144)](require,_0x5f0564[_0x292ec8(0x131)]),_0x48945f=[];return _0x5f0564['cwHSl'](_0x35ce28[_0x292ec8(0x116)],undefined)&&_0x48945f['push'](_0x35ce28[_0x292ec8(0x116)],_0x5f0564[_0x292ec8(0xea)]),_0x35aab5['apply'](null,_0x48945f);}async[a96_0x4257b4(0x25b)](_0x125c6d,_0x11ebca,_0x5d5f0f,_0xf69384){const _0x442dde=a96_0x4257b4,_0x1d296c={'hBwbO':'[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','wEinJ':function(_0xf8c865){return _0xf8c865();},'hUwTS':function(_0x4eca9f,_0xce1dec){return _0x4eca9f in _0xce1dec;},'tpLjJ':function(_0x6fa4dc,_0xa2915c){return _0x6fa4dc===_0xa2915c;},'JNsSL':function(_0xdcd4a0,_0x8ea00){return _0xdcd4a0===_0x8ea00;},'OSIEp':function(_0x5adcb4,_0x5e95fd){return _0x5adcb4>_0x5e95fd;},'NaZYN':'failed','NcvCI':_0x442dde(0x217),'whhCK':function(_0x5d9a71,_0x4f0b4c){return _0x5d9a71===_0x4f0b4c;},'ZkaWY':function(_0x58f459,_0x497b6f){return _0x58f459===_0x497b6f;},'cPuIF':_0x442dde(0x257),'wICDt':function(_0xe787c,_0x2272bb){return _0xe787c===_0x2272bb;},'uMJlt':function(_0x356cd6,_0x42b97f){return _0x356cd6!==_0x42b97f;}},{hookData:_0x4d5a2e}=_0xf69384,_0x1468ac=_0x5d5f0f[_0x442dde(0x27a)](),_0x2f4847=_0x11ebca[_0x442dde(0x27a)](),_0x9ddf19={};_0x9ddf19[_0x442dde(0x145)]=0x2,_0x9ddf19[_0x442dde(0x1d3)]=0x3,logger['debug'](_0x442dde(0x1e1)+_0x2f4847+',\x20hookState='+_0x1468ac+_0x442dde(0x181)+util[_0x442dde(0x176)](_0x4d5a2e,_0x9ddf19));if(!_0x4d5a2e)return logger['debug'](_0x1d296c[_0x442dde(0xec)]),{};const _0x15a311=_0x4d5a2e['uuid']||_0x4d5a2e[_0x442dde(0x16d)]||_0x1d296c[_0x442dde(0x161)](uuidv4),_0x345859=_0x4d5a2e['test_run_id']||this[_0x442dde(0x1c6)](_0x4d5a2e),_0x2127f2=_0x11ebca[_0x442dde(0x27a)]()['split']('.')[0x1],_0x319363=_0x125c6d[_0x442dde(0x215)]()['get'](_0x345859),_0x2d98b8=_0x319363?_0x319363[TestFrameworkConstants[_0x442dde(0xef)]]||{}:{};logger[_0x442dde(0x175)]('[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId='+_0x15a311+_0x442dde(0x11a)+_0x345859+_0x442dde(0x190)+_0x2127f2+_0x442dde(0x147)+_0x1468ac);if(!_0x319363)return logger[_0x442dde(0x175)](_0x442dde(0x162)+_0x345859+_0x442dde(0x203)),this[_0x442dde(0xfa)](_0x125c6d,_0x345859,_0x11ebca,_0x5d5f0f,_0xf69384),{};let _0x1fc1cc=_0x319363[TestFrameworkConstants[_0x442dde(0x179)]];!_0x1fc1cc&&(_0x1fc1cc={});!_0x1d296c['hUwTS'](_0x2127f2,_0x1fc1cc)&&(_0x1fc1cc[_0x2127f2]=[]);let _0xd08c4f=_0x319363[TestFrameworkConstants[_0x442dde(0x138)]];!_0xd08c4f&&(_0xd08c4f={});!_0x1d296c[_0x442dde(0x220)](_0x2127f2,_0xd08c4f)&&(_0xd08c4f[_0x2127f2]=[]);const _0x33f364={[_0x345859]:{[TestFrameworkConstants[_0x442dde(0x179)]]:_0x1fc1cc,[TestFrameworkConstants[_0x442dde(0x138)]]:_0xd08c4f,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x442dde(0x108)]()[0x0]||'',[TestFrameworkConstants[_0x442dde(0x188)]]:this[_0x442dde(0x191)]()[this[_0x442dde(0x108)]()[0x0]]||''}};if(_0x1d296c[_0x442dde(0x101)](_0x5d5f0f,HookState['PRE'])){const _0x462aed={'key':_0x2127f2,[TestFrameworkConstants[_0x442dde(0x136)]]:_0x15a311,[TestFrameworkConstants[_0x442dde(0x278)]]:TestFrameworkConstants[_0x442dde(0x11c)],[TestFrameworkConstants[_0x442dde(0x1b8)]]:_0x4d5a2e['started_at']||new Date()['toISOString'](),[TestFrameworkConstants[_0x442dde(0x14c)]]:[],[TestFrameworkConstants[_0x442dde(0x19e)]]:_0x4d5a2e[_0x442dde(0x198)]||_0x4d5a2e[_0x442dde(0x234)]||_0x2127f2,[TestFrameworkConstants[_0x442dde(0xef)]]:_0x2d98b8};_0x1fc1cc[_0x2127f2][_0x442dde(0x17d)](_0x462aed),_0x33f364[_0x345859][TestFrameworkConstants[_0x442dde(0x103)]]=_0x2127f2;const _0x3b9f69={};_0x3b9f69[_0x442dde(0x145)]=0x2,logger[_0x442dde(0x175)](_0x442dde(0x209)+_0x2127f2+_0x442dde(0x1fb)+_0x15a311+_0x442dde(0x11a)+_0x345859+_0x442dde(0x22e)+util[_0x442dde(0x176)](_0x462aed,_0x3b9f69));}else{if(_0x1d296c[_0x442dde(0x159)](_0x5d5f0f,HookState['POST'])){const _0x14da79=_0x4d5a2e[_0x442dde(0x128)]||(_0x4d5a2e[_0x442dde(0x116)]&&_0x1d296c['OSIEp'](_0x4d5a2e[_0x442dde(0x116)][_0x442dde(0x1ac)],0x0)?_0x1d296c[_0x442dde(0x1a3)]:_0x1d296c[_0x442dde(0xf3)]),_0x2f76bc=_0x1fc1cc[_0x2127f2]||[];logger[_0x442dde(0x175)](_0x442dde(0x155)+_0x2127f2+_0x442dde(0x11a)+_0x345859+',\x20result='+_0x14da79+_0x442dde(0x1aa)+_0x2f76bc[_0x442dde(0x1ac)]);if(_0x1d296c['whhCK'](_0x2f76bc[_0x442dde(0x1ac)],0x0)&&_0x1d296c[_0x442dde(0x119)](_0x11ebca,TestFrameworkState[_0x442dde(0x25d)]))return logger[_0x442dde(0x175)](_0x1d296c[_0x442dde(0x244)]),this[_0x442dde(0xfa)](_0x125c6d,_0x345859,_0x11ebca,_0x5d5f0f,_0xf69384),{};if(_0x1d296c[_0x442dde(0x1de)](_0x2f76bc[_0x442dde(0x1ac)],0x0)){const _0x10820d=_0x2f76bc[_0x442dde(0x201)]();_0x1d296c['wICDt'](_0x14da79,_0x1d296c['NaZYN'])&&_0x4d5a2e[_0x442dde(0x116)]?(_0x10820d[TestFrameworkConstants[_0x442dde(0xf1)]]=this['getJestFailureType'](_0x4d5a2e),_0x10820d[TestFrameworkConstants[_0x442dde(0xff)]]=this[_0x442dde(0xe8)](_0x4d5a2e),_0x10820d[TestFrameworkConstants['KEY_HOOK_FAILURE']]=this['getJestFailureData'](_0x4d5a2e),logger[_0x442dde(0x175)](_0x442dde(0x1ea)+_0x2127f2+_0x442dde(0x1dc)+_0x10820d[TestFrameworkConstants[_0x442dde(0xf1)]]+_0x442dde(0x1f7)+_0x10820d[TestFrameworkConstants[_0x442dde(0xff)]]?.[_0x442dde(0x249)](0x0,0xc8))):_0x10820d[TestFrameworkConstants[_0x442dde(0x278)]]=_0x1d296c[_0x442dde(0xf3)];_0x1d296c['uMJlt'](_0x14da79,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x10820d[TestFrameworkConstants[_0x442dde(0x278)]]=_0x14da79);_0x10820d[TestFrameworkConstants[_0x442dde(0x27c)]]=_0x4d5a2e[_0x442dde(0x16e)]||new Date()['toISOString'](),_0x10820d[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x2d98b8;const _0x5fbcc5=_0x10820d[TestFrameworkConstants[_0x442dde(0x136)]];!_0xd08c4f[_0x2127f2]&&(_0xd08c4f[_0x2127f2]=[]);_0xd08c4f[_0x2127f2][_0x442dde(0x17d)](_0x10820d),_0x33f364[_0x345859][TestFrameworkConstants[_0x442dde(0x10a)]]=_0x2127f2;const _0x1dc7eb={};_0x1dc7eb['depth']=0x2,logger[_0x442dde(0x175)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType='+_0x2127f2+_0x442dde(0x1fb)+_0x5fbcc5+_0x442dde(0x20a)+_0x14da79+_0x442dde(0x22e)+util[_0x442dde(0x176)](_0x10820d,_0x1dc7eb));}}}return _0x33f364;}[a96_0x4257b4(0x127)](_0x30942f){const _0x3519ba=a96_0x4257b4,_0x45a5c8={};_0x45a5c8[_0x3519ba(0x197)]=_0x3519ba(0x12c);const _0x76d6df=_0x45a5c8;try{const _0x53c9fa=_0x30942f[_0x3519ba(0x237)]?this['getJestTestIdentifier'](_0x30942f[_0x3519ba(0x237)]):_0x30942f[_0x3519ba(0x261)][_0x3519ba(0x1e8)],_0xcf979=_0x30942f[_0x3519ba(0x228)],_0x249aa5=_0xcf979[_0x3519ba(0x27b)](),_0x6564d6=_0xcf979['getAllData']()[_0x3519ba(0x1d2)](_0x53c9fa);if(!_0x6564d6)return logger[_0x3519ba(0x175)](_0x3519ba(0x274)+_0x53c9fa),{};const {[TestFrameworkConstants[_0x3519ba(0x122)]]:_0x595b85=this[_0x3519ba(0x108)]()[0x0]||'',[TestFrameworkConstants[_0x3519ba(0x188)]]:_0x1b223=this[_0x3519ba(0x191)]()[this[_0x3519ba(0x108)]()[0x0]]||'',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x2367cb='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x512633=''}=_0x6564d6,_0x57633c=_0xcf979[_0x3519ba(0x1d7)]()[_0x3519ba(0x27a)]()[_0x3519ba(0x14f)]('.')[0x1],_0x51e409=_0xcf979[_0x3519ba(0x1f1)]()[_0x3519ba(0x27a)]()['split']('.')[0x1],_0x271d9a=global?.[_0x3519ba(0x216)]?.[_0x3519ba(0x24a)]?.[_0x3519ba(0x192)]||global[_0x3519ba(0x1e9)]||0x0,_0x133d73=_0xcf979[_0x3519ba(0x107)](),_0x4c7d94=Buffer['from'](JSON[_0x3519ba(0x1ec)](_0x6564d6))[_0x3519ba(0x27a)](_0x76d6df[_0x3519ba(0x197)]),_0x49d08d={'hash':_0x249aa5[_0x3519ba(0x15c)](),'threadId':_0x249aa5[_0x3519ba(0x199)]()[_0x3519ba(0x27a)](),'processId':_0x249aa5['getProcessId']()['toString']()},_0x289604={};_0x289604[_0x3519ba(0x1e7)]=_0x271d9a,_0x289604['testFrameworkName']=_0x595b85,_0x289604[_0x3519ba(0x246)]=_0x1b223,_0x289604[_0x3519ba(0x1ee)]=_0x57633c,_0x289604['hookState']=_0x51e409,_0x289604['startedAt']=_0x2367cb,_0x289604['endedAt']=_0x512633,_0x289604[_0x3519ba(0x1fc)]=_0x133d73,_0x289604[_0x3519ba(0x109)]=_0x4c7d94,_0x289604['executionContext']=_0x49d08d,_0x289604['test_identifier']=_0x53c9fa;const _0x41a25f=_0x289604;return _0x41a25f;}catch(_0x4b2561){return logger[_0x3519ba(0x27d)](_0x3519ba(0x1a6)+util[_0x3519ba(0x171)](_0x4b2561)),{};}}async[a96_0x4257b4(0x18a)](_0x27052a,_0x3a2901,_0x1d99f4){const _0x303e59=a96_0x4257b4,_0x395a21={'bTxmz':function(_0x5be10e,_0x317836){return _0x5be10e+_0x317836;},'mumuO':'missing','GUUfK':_0x303e59(0x1a1),'oMBvg':function(_0x1df10c,_0x19289d){return _0x1df10c>_0x19289d;},'DEJzq':function(_0x56c307,_0x25fd01,_0x4dbc49,_0x3dcfc5){return _0x56c307(_0x25fd01,_0x4dbc49,_0x3dcfc5);},'ejyye':function(_0x68e37f,_0x577149){return _0x68e37f-_0x577149;},'lLWVD':function(_0xebb4f4,_0x40f18a){return _0xebb4f4===_0x40f18a;},'gEWRG':function(_0x4a1e59,_0x13908a){return _0x4a1e59/_0x13908a;},'PAvIO':function(_0x1aedfa,_0x647029){return _0x1aedfa<_0x647029;},'SlGfc':function(_0x23ad9a,_0x1d31d6){return _0x23ad9a*_0x1d31d6;},'pBAbj':function(_0x42d1de,_0x4fd490){return _0x42d1de+_0x4fd490;},'GIGBP':function(_0x1531e8,_0x5babd0){return _0x1531e8+_0x5babd0;},'WNPlZ':function(_0x1dc582,_0x1f4d4d){return _0x1dc582+_0x1f4d4d;}};try{const _0x1852d2=_0x1d99f4['testUUID']||_0x1d99f4['testId'],_0x4c8863=Array[_0x303e59(0x149)](_0x27052a['getAllData']()[_0x303e59(0x185)]()),_0x5b389c=_0x27052a[_0x303e59(0x215)]()[_0x303e59(0x1d2)](_0x1852d2);if(!_0x5b389c){logger[_0x303e59(0x175)](_0x303e59(0x1cf)+_0x1852d2);return;}const {[TestFrameworkConstants[_0x303e59(0x122)]]:_0x1abf79='',[TestFrameworkConstants[_0x303e59(0x188)]]:_0x1897d2=''}=_0x5b389c;let _0x388a69=[];_0x5b389c&&_0x5b389c[TestFrameworkConstants['KEY_LOGS']]&&Array[_0x303e59(0x233)](_0x5b389c[TestFrameworkConstants[_0x303e59(0x14b)]])?(_0x388a69=_0x5b389c[TestFrameworkConstants['KEY_LOGS']]||[],logger[_0x303e59(0x175)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20'+_0x388a69[_0x303e59(0x1ac)]+'\x20logs\x20for\x20testId:\x20'+_0x1852d2),_0x27052a[_0x303e59(0x200)]({[_0x1852d2]:{[TestFrameworkConstants[_0x303e59(0x14b)]]:[],[TestFrameworkConstants[_0x303e59(0x122)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x303e59(0x191)]()[this['getTestFrameworks']()[0x0]]||''}}),logger['debug'](_0x303e59(0x19d)+_0x1852d2)):logger[_0x303e59(0x175)](_0x303e59(0x1f5)+_0x1852d2);logger['debug'](_0x303e59(0x115)+_0x388a69[_0x303e59(0x1ac)]+_0x303e59(0x1b1)+_0x1852d2);const _0x28f2a1=_0x388a69[_0x303e59(0x142)](_0x1ff884=>_0x1ff884['kind']==='TEST_SCREENSHOT');_0x395a21['oMBvg'](_0x28f2a1['length'],0x0)&&(logger[_0x303e59(0x175)](_0x303e59(0xee)+_0x28f2a1[_0x303e59(0x1ac)]+_0x303e59(0x130)+_0x1852d2),_0x28f2a1['forEach']((_0x51b62e,_0x5004ea)=>{const _0x24e039=_0x303e59;logger[_0x24e039(0x175)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20'+_0x395a21['bTxmz'](_0x5004ea,0x1)+'/'+_0x28f2a1[_0x24e039(0x1ac)]+_0x24e039(0x1af)+(_0x51b62e[_0x24e039(0x13e)]||_0x395a21['mumuO'])+_0x24e039(0x126)+(_0x51b62e[_0x24e039(0x1b5)]||_0x395a21[_0x24e039(0x11e)])+_0x24e039(0x1f0)+(_0x51b62e[_0x24e039(0x133)]||_0x395a21[_0x24e039(0x18d)])+_0x24e039(0x17c)+(_0x51b62e[_0x24e039(0x170)]?.[_0x24e039(0x1ac)]||0x0));}));const _0x142714=_0x5b389c[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x571584=_0x395a21[_0x303e59(0x120)](getMediaArtifactsLogs,_0x142714,null,_0x1852d2),_0x172cff=(_0x388a69||[])[_0x303e59(0x206)](_0x571584||[]),_0x37df74=_0x28f2a1?.['length']||0x0,_0x324800=_0x395a21[_0x303e59(0x27e)](_0x388a69?.['length']||0x0,_0x37df74);logger[_0x303e59(0x175)](_0x303e59(0x1a9)+_0x1852d2+_0x303e59(0x135)+_0x324800+_0x303e59(0x229)+_0x37df74+',\x20attachmentLogs:\x20'+(_0x571584?.['length']||0x0)+_0x303e59(0x271)+_0x172cff[_0x303e59(0x1ac)]);if(!_0x172cff||_0x395a21[_0x303e59(0xfe)](_0x172cff['length'],0x0)){logger[_0x303e59(0x175)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0x1852d2);return;}const _0x4581df=0x28,_0x4f1d9a=Math[_0x303e59(0x195)](_0x395a21[_0x303e59(0x187)](_0x172cff[_0x303e59(0x1ac)],_0x4581df));for(let _0x188c11=0x0;_0x395a21[_0x303e59(0x173)](_0x188c11,_0x4f1d9a);_0x188c11++){const _0x5759a2=_0x395a21[_0x303e59(0x207)](_0x188c11,_0x4581df),_0x38f009=_0x395a21[_0x303e59(0x12d)](_0x5759a2,_0x4581df),_0xfc7fbe=_0x172cff[_0x303e59(0x19b)](_0x5759a2,_0x38f009),_0x501b17=global?.[_0x303e59(0x194)]??0x0,_0x3d5763={'platformIndex':_0x501b17,'logs':_0xfc7fbe,'testFrameworkName':_0x1abf79,'testFrameworkVersion':_0x1897d2,'testFrameworkState':_0x3a2901[_0x303e59(0x27a)]()[_0x303e59(0x14f)]('.')[0x1]},_0x33f77f={};_0x33f77f['depth']=0x3,_0x33f77f[_0x303e59(0x1d3)]=0x5,logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x395a21[_0x303e59(0x275)](_0x188c11,0x1)+'/'+_0x4f1d9a+_0x303e59(0x210)+_0x1852d2+_0x303e59(0x11d)+_0xfc7fbe['length']+_0x303e59(0x106)+_0x501b17+_0x303e59(0x214)+util[_0x303e59(0x176)](_0x3d5763,_0x33f77f));const _0x15fc26=await GrpcClient[_0x303e59(0x22a)]()['logCreatedEvent'](_0x3d5763);logger[_0x303e59(0x175)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x395a21[_0x303e59(0x21b)](_0x188c11,0x1)+'/'+_0x4f1d9a+'\x20-\x20testId:\x20'+_0x1852d2+_0x303e59(0x1ad)+util[_0x303e59(0x176)](_0x15fc26));}_0x571584&&_0x395a21[_0x303e59(0x226)](_0x571584['length'],0x0)&&_0x5b389c[TestFrameworkConstants[_0x303e59(0xf4)]]&&_0x27052a[_0x303e59(0x200)]({[_0x1852d2]:{[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{},[TestFrameworkConstants[_0x303e59(0x122)]]:this[_0x303e59(0x108)]()[0x0]||'',[TestFrameworkConstants[_0x303e59(0x188)]]:this['getTestFrameworksVersions']()[this[_0x303e59(0x108)]()[0x0]]||''}}),logger[_0x303e59(0x175)](_0x303e59(0x1b0)+_0x1852d2+_0x303e59(0x163)+_0x4f1d9a);}catch(_0x573e8c){logger[_0x303e59(0x27d)](_0x303e59(0x1a7)+(_0x1d99f4['testUUID']||_0x1d99f4[_0x303e59(0x18c)])+_0x303e59(0x258)+util[_0x303e59(0x171)](_0x573e8c));}}[a96_0x4257b4(0xfa)](_0x4d072b,_0x33810e,_0x10f7cc,_0x3199dd,_0x22ecfd){const _0x92ddf4=a96_0x4257b4,_0x5f30e5={};_0x5f30e5[_0x92ddf4(0x1db)]=function(_0x4022ac,_0x5e93d0){return _0x4022ac===_0x5e93d0;},_0x5f30e5[_0x92ddf4(0x1ae)]=_0x92ddf4(0x10c);const _0x53b0b6=_0x5f30e5,{hookData:_0x289e66}=_0x22ecfd,_0x28a67a={'testId':_0x33810e,'testFrameworkState':_0x10f7cc,'hookState':_0x3199dd,'args':_0x22ecfd,'timestamp':new Date()[_0x92ddf4(0x262)]()};if(_0x53b0b6[_0x92ddf4(0x1db)](_0x10f7cc,TestFrameworkState[_0x92ddf4(0x25d)])&&_0x289e66){const _0x164b83={};_0x164b83['filePath']=_0x289e66[_0x92ddf4(0x112)]||_0x289e66['location'],_0x164b83['scope']=_0x289e66[_0x92ddf4(0x241)]||_0x289e66[_0x92ddf4(0x1d1)]&&_0x289e66[_0x92ddf4(0x1d1)][0x0]||'',_0x164b83[_0x92ddf4(0x22b)]=_0x53b0b6['xUwrb'],_0x28a67a[_0x92ddf4(0x1d5)]=_0x164b83,logger[_0x92ddf4(0x175)]('[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20'+_0x33810e+_0x92ddf4(0x23f)+_0x28a67a['hookMetadata'][_0x92ddf4(0x251)]+_0x92ddf4(0x186)+_0x28a67a['hookMetadata'][_0x92ddf4(0x241)]);}_0x4d072b[_0x92ddf4(0x11f)](_0x33810e,_0x28a67a),logger[_0x92ddf4(0x175)](_0x92ddf4(0x20e)+_0x33810e+',\x20state:\x20'+_0x10f7cc+_0x92ddf4(0x22f)+_0x3199dd);}async['processPendingHooks'](_0x22daa6,_0x2deb06){const _0x535123=a96_0x4257b4,_0x40ab77={};_0x40ab77[_0x535123(0x158)]=function(_0x4ff86c,_0x15d275){return _0x4ff86c>_0x15d275;},_0x40ab77['YCZlS']=function(_0x1bd42a,_0x2bc4d5){return _0x1bd42a===_0x2bc4d5;},_0x40ab77['RfTvR']=function(_0x5aa8a5,_0x808a7d){return _0x5aa8a5===_0x808a7d;},_0x40ab77['qAJon']=function(_0x4ff9f6,_0x5623ee){return _0x4ff9f6===_0x5623ee;},_0x40ab77[_0x535123(0x26a)]=function(_0x57b6fa,_0x324930){return _0x57b6fa>_0x324930;},_0x40ab77[_0x535123(0x266)]=_0x535123(0x20f);const _0x3b73bc=_0x40ab77;if(_0x22daa6[_0x535123(0x1e6)](_0x2deb06)){const _0x407ae1=_0x22daa6[_0x535123(0x1ff)](_0x2deb06);logger[_0x535123(0x175)](_0x535123(0x1be)+_0x407ae1[_0x535123(0x1ac)]+_0x535123(0x1f9)+_0x2deb06);for(const _0xd184df of _0x407ae1){try{const _0x46e1fc=await this[_0x535123(0x25b)](_0x22daa6,_0xd184df[_0x535123(0x1ee)],_0xd184df['hookState'],_0xd184df[_0x535123(0x1e5)]);_0x46e1fc&&_0x3b73bc[_0x535123(0x158)](Object[_0x535123(0x185)](_0x46e1fc)[_0x535123(0x1ac)],0x0)&&_0x22daa6['addMultipleEntries'](_0x46e1fc),await this[_0x535123(0x17e)](_0x22daa6,_0xd184df['testFrameworkState'],_0xd184df[_0x535123(0x212)],_0xd184df[_0x535123(0x1e5)]);}catch(_0x1374ba){logger[_0x535123(0x27d)](_0x535123(0x239)+_0x2deb06+_0x535123(0x258)+_0x1374ba);}}_0x22daa6[_0x535123(0x20d)](_0x2deb06),logger['debug'](_0x535123(0x1ca)+_0x2deb06);}const _0x28f73f=_0x22daa6['getAllData']()[_0x535123(0x1d2)](_0x2deb06);if(_0x28f73f){const _0x20bd3c=_0x28f73f[TestFrameworkConstants[_0x535123(0x1c1)]]||_0x28f73f[TestFrameworkConstants[_0x535123(0xf5)]],_0x5dc04f=_0x28f73f[TestFrameworkConstants[_0x535123(0x24e)]]||_0x28f73f[TestFrameworkConstants[_0x535123(0x117)]]&&_0x28f73f[TestFrameworkConstants[_0x535123(0x117)]][0x0]||'';logger[_0x535123(0x175)]('[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20'+_0x20bd3c+_0x535123(0x186)+_0x5dc04f);const _0x1d1a45=_0x22daa6[_0x535123(0xf0)]();for(const _0x4a84df of _0x1d1a45){if(_0x3b73bc[_0x535123(0x254)](_0x4a84df,_0x2deb06))continue;if(_0x22daa6[_0x535123(0x1e6)](_0x4a84df)){const _0x3de54a=_0x22daa6['getPendingHooks'](_0x4a84df);for(const _0x3acbe1 of _0x3de54a){if(_0x3b73bc[_0x535123(0x10f)](_0x3acbe1['testFrameworkState'],TestFrameworkState[_0x535123(0x25d)])&&_0x3acbe1[_0x535123(0x1d5)]){const _0x3d7f32=_0x3acbe1['hookMetadata'][_0x535123(0x251)],_0x247a77=_0x3acbe1[_0x535123(0x1d5)][_0x535123(0x241)];if(_0x3b73bc[_0x535123(0x11b)](_0x3d7f32,_0x20bd3c)&&_0x3b73bc[_0x535123(0x11b)](_0x247a77,_0x5dc04f)){logger[_0x535123(0x175)]('[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20'+_0x4a84df+_0x535123(0x1b7)+_0x2deb06+_0x535123(0x23f)+_0x3d7f32+_0x535123(0x186)+_0x247a77);_0x3acbe1[_0x535123(0x1e5)]&&_0x3acbe1[_0x535123(0x1e5)][_0x535123(0x261)]&&(_0x3acbe1[_0x535123(0x1e5)][_0x535123(0x261)][_0x535123(0x1e8)]=_0x2deb06,logger['debug']('[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20'+_0x4a84df+_0x535123(0x154)+_0x2deb06));try{const _0x4f332f=await this['trackHookEvent'](_0x22daa6,_0x3acbe1[_0x535123(0x1ee)],_0x3acbe1[_0x535123(0x212)],_0x3acbe1[_0x535123(0x1e5)]);_0x4f332f&&_0x3b73bc[_0x535123(0x26a)](Object[_0x535123(0x185)](_0x4f332f)[_0x535123(0x1ac)],0x0)&&_0x22daa6['addMultipleEntries'](_0x4f332f);await this[_0x535123(0x17e)](_0x22daa6,_0x3acbe1['testFrameworkState'],_0x3acbe1[_0x535123(0x212)],_0x3acbe1[_0x535123(0x1e5)]);const _0x3b6a3a=_0x22daa6[_0x535123(0x1ff)](_0x4a84df)[_0x535123(0x142)](_0x5511d7=>_0x5511d7!==_0x3acbe1);if(_0x3b73bc[_0x535123(0x254)](_0x3b6a3a['length'],0x0))_0x22daa6[_0x535123(0x20d)](_0x4a84df);else{_0x22daa6[_0x535123(0x20d)](_0x4a84df);for(const _0xa5906b of _0x3b6a3a){_0x22daa6[_0x535123(0x11f)](_0x4a84df,_0xa5906b);}}logger[_0x535123(0x175)](_0x3b73bc['MXOcA']);}catch(_0x384043){logger['error'](_0x535123(0x202)+_0x2deb06+_0x535123(0x258)+_0x384043);}}}}}}}}[a96_0x4257b4(0x102)](_0x26eebc){const _0x5526a2=a96_0x4257b4,_0x31d608={'aMirK':function(_0x1c571e){return _0x1c571e();}};if(!_0x26eebc||!_0x26eebc[_0x5526a2(0x1b3)])return;_0x26eebc[_0x5526a2(0x1b3)][_0x5526a2(0x1d9)]&&Array[_0x5526a2(0x233)](_0x26eebc[_0x5526a2(0x1b3)][_0x5526a2(0x1d9)])&&_0x26eebc[_0x5526a2(0x1b3)]['hooks']['forEach'](_0x2a3f6c=>{const _0x485d5f=_0x5526a2;!_0x2a3f6c['hookAnalyticsId']&&!_0x2a3f6c[_0x485d5f(0x26b)]&&(_0x2a3f6c[_0x485d5f(0x16d)]=_0x31d608['aMirK'](uuidv4),_0x2a3f6c[_0x485d5f(0x26b)]=_0x2a3f6c[_0x485d5f(0x16d)],logger[_0x485d5f(0x175)]('[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type='+_0x2a3f6c[_0x485d5f(0x19f)]+_0x485d5f(0x169)+_0x2a3f6c[_0x485d5f(0x16d)]));}),this[_0x5526a2(0x102)](_0x26eebc['parent']);}[a96_0x4257b4(0x24b)](_0x335423){const _0x37646f=a96_0x4257b4,_0x140a98={'uWZrm':function(_0x34c331,_0xb34301){return _0x34c331(_0xb34301);}};if(!_0x335423||!_0x335423['parent'])return[];const _0x58cc1e=[];return _0x335423[_0x37646f(0x1b3)]['hooks']&&Array[_0x37646f(0x233)](_0x335423['parent'][_0x37646f(0x1d9)])&&_0x335423[_0x37646f(0x1b3)][_0x37646f(0x1d9)]['forEach'](_0x21b39e=>{const _0x143121=_0x37646f,_0xbe2066=_0x21b39e['hookAnalyticsId']||_0x21b39e[_0x143121(0x26b)];_0xbe2066&&!this[_0x143121(0x177)](_0x21b39e)&&!_0x140a98['uWZrm'](isInternalHook,_0x21b39e['fn'])&&_0x58cc1e[_0x143121(0x17d)](_0xbe2066);}),[..._0x58cc1e,...this[_0x37646f(0x24b)](_0x335423[_0x37646f(0x1b3)])];}['buildHookMapFromTest'](_0x725417){const _0x85fa79=a96_0x4257b4,_0x4791bf={'zVjLu':function(_0x44ed8c,_0x4903b0){return _0x44ed8c(_0x4903b0);},'pZVNy':'unknown','OKIyQ':function(_0x485e88,_0x57745d){return _0x485e88(_0x57745d);}},_0x143fa6=new Map(),_0x3e2d06=_0x4a3e78=>{const _0x405b30=a96_0x255c,_0x2201f2={'FVfJY':function(_0x2730d8,_0x3e7261){const _0x475709=a96_0x255c;return _0x4791bf[_0x475709(0x223)](_0x2730d8,_0x3e7261);},'inUTP':_0x4791bf['pZVNy']};if(!_0x4a3e78||!_0x4a3e78['parent'])return;_0x4a3e78[_0x405b30(0x1b3)][_0x405b30(0x1d9)]&&Array[_0x405b30(0x233)](_0x4a3e78['parent']['hooks'])&&_0x4a3e78['parent'][_0x405b30(0x1d9)][_0x405b30(0x113)](_0x4c82bc=>{const _0x2c35f1=_0x405b30,_0x3181e7=_0x4c82bc[_0x2c35f1(0x16d)]||_0x4c82bc[_0x2c35f1(0x26b)];if(_0x3181e7&&!this[_0x2c35f1(0x177)](_0x4c82bc)&&!_0x2201f2[_0x2c35f1(0x15b)](isInternalHook,_0x4c82bc['fn'])){const _0x16b46b={};_0x16b46b[_0x2c35f1(0x19f)]=_0x4c82bc['type']||_0x2201f2[_0x2c35f1(0x1ce)],_0x16b46b[_0x2c35f1(0x198)]=_0x4c82bc[_0x2c35f1(0x198)]||'\x22'+_0x4c82bc[_0x2c35f1(0x19f)]+_0x2c35f1(0x166),_0x143fa6[_0x2c35f1(0x16c)](_0x3181e7,_0x16b46b);}}),_0x4791bf[_0x405b30(0x223)](_0x3e2d06,_0x4a3e78['parent']);};return _0x4791bf[_0x85fa79(0x270)](_0x3e2d06,_0x725417),_0x143fa6;}[a96_0x4257b4(0x177)](_0x232ec0){const _0x584db0=a96_0x4257b4,_0x1fe088={};_0x1fe088[_0x584db0(0x231)]=_0x584db0(0x18e),_0x1fe088[_0x584db0(0x141)]=_0x584db0(0x26e);const _0x4c4a5c=_0x1fe088;try{const _0xcadcbe=this['getRootParentFile'](_0x232ec0);if(!_0xcadcbe||_0xcadcbe['includes'](_0x4c4a5c['JNEKR']))return!![];return![];}catch(_0x1c1ba8){logger['debug'](_0x4c4a5c[_0x584db0(0x141)]);}return![];}['getRootParentFile'](_0x29eddf){const _0x43fe98=a96_0x4257b4,_0x58d5c9={'evjcc':function(_0x4c238f,_0x57a3ec){return _0x4c238f(_0x57a3ec);}};if(_0x29eddf[_0x43fe98(0x193)])return _0x29eddf[_0x43fe98(0x193)];if(_0x29eddf['asyncError'])try{const _0x145b08=stackTrace[_0x43fe98(0x183)](_0x29eddf[_0x43fe98(0x26d)]),_0x5aa5e5=_0x58d5c9[_0x43fe98(0x139)](pickUserFrameFile,_0x145b08);if(_0x5aa5e5)return _0x5aa5e5;logger['debug'](_0x43fe98(0x1fa)+_0x145b08[_0x43fe98(0x1ac)]+')');}catch(_0x29a892){logger[_0x43fe98(0x175)]('[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20'+util[_0x43fe98(0x171)](_0x29a892));}return null;}}module[a96_0x4257b4(0x1e0)]=JestTestFramework;
@@ -1 +1 @@
1
- function a97_0xaece(){const _0x33a07e=['KEY_HOOKS_FINISHED','ehYuh','getContext','352835MNOtce','getTrackedInstance','addMultipleEntries','KEY_TEST_FAILURE_REASON','name','createTestFrameworkEventPayload:\x20error=','trackEvent:\x20state=','createContext','meta','format','KEY_TEST_FAILURE','file_path','TEST','toString','./constants/testFrameworkConstants.js','qOrxd','KEY_HOOKS_STARTED','pending','FszEv','7032025OqpkpE','44cayQlP','\x20hook=','168fHtUoA','result','1677598yROVWP','path','trackEvent:\x20error=','getTestFrameworksVersions','KEY_TEST_TAGS','trackEvent','failure_type','../../../helpers/classLogger.js','started_at','base64','268705MsRxjR','stringify','parseNewmanTestResult','KEY_TEST_RERUN_NAME','finished_at','../cliUtils.js','resolveInstance','KEY_TEST_META','KEY_TEST_ENDED_AT','debug','getAllData','21346848MdygSR','getTestFrameworks','KEY_TEST_FILE_PATH','location','from','test','error','KEY_TEST_FRAMEWORK_NAME','exports','KEY_TEST_UUID','KEY_TEST_STARTED_AT','getCurrentInstanceName','getCurrentTestState','4936230wkowTo','KEY_TEST_FRAMEWORK_VERSION','KEY_TEST_LOGS','392271ziFgBb','PRE','KEY_TEST_RESULT','NewmanTestFramework','KEY_TEST_NAME','uuid','getId','getProcessId','split','../state/testFrameworkState.js','failure_reason','./testFramework','get','NONE','parseNewmanTest','KEY_TEST_FAILURE_TYPE','KEY_CUSTOM_TAGS','toISOString','getThreadId','DEFAULT_TEST_RESULT','createTestFrameworkEventPayload','runHooks'];a97_0xaece=function(){return _0x33a07e;};return a97_0xaece();}const a97_0x498d6f=a97_0x1e2f;(function(_0x2b8336,_0x349f73){const _0x1f4690=a97_0x1e2f,_0x3d8775=_0x2b8336();while(!![]){try{const _0x426150=-parseInt(_0x1f4690(0x21d))/0x1+-parseInt(_0x1f4690(0x213))/0x2+parseInt(_0x1f4690(0x238))/0x3*(-parseInt(_0x1f4690(0x20f))/0x4)+parseInt(_0x1f4690(0x20e))/0x5+parseInt(_0x1f4690(0x235))/0x6+-parseInt(_0x1f4690(0x1fb))/0x7*(parseInt(_0x1f4690(0x211))/0x8)+parseInt(_0x1f4690(0x228))/0x9;if(_0x426150===_0x349f73)break;else _0x3d8775['push'](_0x3d8775['shift']());}catch(_0x248c2e){_0x3d8775['push'](_0x3d8775['shift']());}}}(a97_0xaece,0xf3526));function a97_0x1e2f(_0x4bb8f4,_0xbd93c7){const _0xaece68=a97_0xaece();return a97_0x1e2f=function(_0x1e2f14,_0x4fe1ff){_0x1e2f14=_0x1e2f14-0x1e4;let _0x4262b7=_0xaece68[_0x1e2f14];return _0x4262b7;},a97_0x1e2f(_0x4bb8f4,_0xbd93c7);}const path=require(a97_0x498d6f(0x214)),TestFramework=require(a97_0x498d6f(0x1ed)),TestFrameworkState=require(a97_0x498d6f(0x1eb)),HookState=require('../state/hookState.js'),{createClassLogger}=require(a97_0x498d6f(0x21a)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a97_0x498d6f(0x222)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a97_0x498d6f(0x209)),util=require('util'),logger=createClassLogger(a97_0x498d6f(0x1e5));class NewmanTestFramework extends TestFramework{constructor(_0x451a96,_0x2f9b6b,_0x5e0338){super(_0x451a96,_0x2f9b6b,_0x5e0338);}async[a97_0x498d6f(0x218)](_0x2f576e,_0x8929bc,_0x1bce6e={}){const _0x9dfb0e=a97_0x498d6f,_0x1fa3cc={};_0x1fa3cc[_0x9dfb0e(0x20a)]=function(_0x2cf78b,_0x339c99){return _0x2cf78b===_0x339c99;};const _0x3a6d10=_0x1fa3cc;logger[_0x9dfb0e(0x226)](_0x9dfb0e(0x201)+_0x2f576e+_0x9dfb0e(0x210)+_0x8929bc),await super[_0x9dfb0e(0x218)](_0x2f576e,_0x8929bc,_0x1bce6e);const _0x2ed98e=this[_0x9dfb0e(0x223)](_0x2f576e,_0x8929bc,_0x1bce6e);if(!_0x2ed98e)return;try{if(_0x3a6d10[_0x9dfb0e(0x20a)](_0x2f576e,TestFrameworkState[_0x9dfb0e(0x207)])&&_0x1bce6e[_0x9dfb0e(0x22d)]){const _0x4294cb=_0x3a6d10[_0x9dfb0e(0x20a)](_0x8929bc,HookState[_0x9dfb0e(0x239)])?this[_0x9dfb0e(0x1f0)](_0x1bce6e[_0x9dfb0e(0x22d)]):this[_0x9dfb0e(0x21f)](_0x1bce6e['test']);_0x2ed98e[_0x9dfb0e(0x1fd)](_0x4294cb);}}catch(_0xbf0972){logger[_0x9dfb0e(0x22e)](_0x9dfb0e(0x215)+util[_0x9dfb0e(0x204)](_0xbf0972));}_0x1bce6e['instance']=_0x2ed98e,await this[_0x9dfb0e(0x1f7)](_0x2ed98e,_0x2f576e,_0x8929bc,_0x1bce6e);}[a97_0x498d6f(0x1f0)](_0x222b6b){const _0x4bb155=a97_0x498d6f,_0x16ba21=this[_0x4bb155(0x229)]()[0x0],_0x5afb2c={};return _0x5afb2c[_0x222b6b[_0x4bb155(0x1e7)]]={[TestFrameworkConstants[_0x4bb155(0x22f)]]:_0x16ba21,[TestFrameworkConstants[_0x4bb155(0x236)]]:this[_0x4bb155(0x216)]()[_0x16ba21],[TestFrameworkConstants[_0x4bb155(0x237)]]:[],[TestFrameworkConstants[_0x4bb155(0x1f8)]]:{},[TestFrameworkConstants[_0x4bb155(0x20b)]]:{},[TestFrameworkConstants[_0x4bb155(0x1e4)]]:TestFrameworkConstants[_0x4bb155(0x1f5)],[TestFrameworkConstants['KEY_TEST_ID']]:_0x222b6b[_0x4bb155(0x1e7)],[TestFrameworkConstants[_0x4bb155(0x231)]]:_0x222b6b[_0x4bb155(0x1e7)],[TestFrameworkConstants[_0x4bb155(0x1e6)]]:_0x222b6b[_0x4bb155(0x1ff)],[TestFrameworkConstants[_0x4bb155(0x22a)]]:_0x222b6b[_0x4bb155(0x206)]||'',[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x222b6b[_0x4bb155(0x22b)]||'',[TestFrameworkConstants['KEY_TEST_CODE']]:null,[TestFrameworkConstants[_0x4bb155(0x217)]]:_0x222b6b['tags']||[],[TestFrameworkConstants[_0x4bb155(0x232)]]:_0x222b6b[_0x4bb155(0x21b)]||new Date()[_0x4bb155(0x1f3)](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x222b6b['scope']||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x222b6b['scopes']||[],[TestFrameworkConstants[_0x4bb155(0x220)]]:null,[TestFrameworkConstants[_0x4bb155(0x1f2)]]:_0x222b6b['custom_metadata']||{},[TestFrameworkConstants[_0x4bb155(0x224)]]:_0x222b6b[_0x4bb155(0x203)]||{}},_0x5afb2c;}[a97_0x498d6f(0x21f)](_0x545aec){const _0x4a459d=a97_0x498d6f,_0x329a35={};_0x329a35[_0x4a459d(0x20d)]=_0x4a459d(0x20c);const _0x445458=_0x329a35,_0x5a4829={};return _0x5a4829[_0x545aec['uuid']]={[TestFrameworkConstants[_0x4a459d(0x1e4)]]:_0x545aec[_0x4a459d(0x212)]||_0x445458[_0x4a459d(0x20d)],[TestFrameworkConstants[_0x4a459d(0x225)]]:_0x545aec[_0x4a459d(0x221)]||new Date()[_0x4a459d(0x1f3)](),[TestFrameworkConstants[_0x4a459d(0x205)]]:_0x545aec['failure']||[],[TestFrameworkConstants[_0x4a459d(0x1f1)]]:_0x545aec[_0x4a459d(0x219)]||null,[TestFrameworkConstants[_0x4a459d(0x1fe)]]:_0x545aec[_0x4a459d(0x1ec)]||null},_0x5a4829;}[a97_0x498d6f(0x223)](_0x5ced85){const _0x3d4668=a97_0x498d6f;let _0x417586=TestFramework[_0x3d4668(0x1fc)]();if(!_0x417586){const _0x4f6eb9=TrackedInstance[_0x3d4668(0x202)](CLIUtils[_0x3d4668(0x233)]());_0x417586=new TestFrameworkInstance(_0x4f6eb9,this[_0x3d4668(0x229)](),this[_0x3d4668(0x216)](),_0x5ced85,HookState[_0x3d4668(0x1ef)]),TestFramework['setTrackedInstance'](_0x4f6eb9,_0x417586);}return _0x417586;}[a97_0x498d6f(0x1f6)](_0x304340){const _0x4a37b8=a97_0x498d6f,_0x71f8ea={};_0x71f8ea[_0x4a37b8(0x1f9)]=_0x4a37b8(0x21c);const _0xc4be65=_0x71f8ea;try{const _0x8ace5e=_0x304340['test']?_0x304340['test'][_0x4a37b8(0x1e7)]:null,_0x45b9bf=_0x304340['instance'],_0x285267=_0x45b9bf[_0x4a37b8(0x1fa)](),_0xe2c27c=_0x45b9bf[_0x4a37b8(0x227)]()[_0x4a37b8(0x1ee)](_0x8ace5e);if(!_0xe2c27c)return{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x560ead='',[TestFrameworkConstants[_0x4a37b8(0x236)]]:_0x1f924d='',[TestFrameworkConstants[_0x4a37b8(0x232)]]:_0x24c988='',[TestFrameworkConstants[_0x4a37b8(0x225)]]:_0x4b7e9b=''}=_0xe2c27c;return{'platformIndex':0x0,'testFrameworkName':_0x560ead,'testFrameworkVersion':_0x1f924d,'testFrameworkState':_0x45b9bf[_0x4a37b8(0x234)]()[_0x4a37b8(0x208)]()[_0x4a37b8(0x1ea)]('.')[0x1],'hookState':_0x45b9bf['getCurrentHookState']()['toString']()[_0x4a37b8(0x1ea)]('.')[0x1],'startedAt':_0x24c988,'endedAt':_0x4b7e9b,'uuid':_0x8ace5e,'eventJson':Buffer[_0x4a37b8(0x22c)](JSON[_0x4a37b8(0x21e)](_0xe2c27c))[_0x4a37b8(0x208)](_0xc4be65[_0x4a37b8(0x1f9)]),'executionContext':{'hash':_0x285267[_0x4a37b8(0x1e8)](),'threadId':_0x285267[_0x4a37b8(0x1f4)]()[_0x4a37b8(0x208)](),'processId':_0x285267[_0x4a37b8(0x1e9)]()[_0x4a37b8(0x208)]()}};}catch(_0xa811d5){return logger[_0x4a37b8(0x22e)](_0x4a37b8(0x200)+util[_0x4a37b8(0x204)](_0xa811d5)),{};}}}module[a97_0x498d6f(0x230)]=NewmanTestFramework;
1
+ const a97_0x2f8075=a97_0x4d6e;(function(_0x453be9,_0x17741c){const _0x1a3aee=a97_0x4d6e,_0x4523e8=_0x453be9();while(!![]){try{const _0x176d7c=-parseInt(_0x1a3aee(0xe7))/0x1+parseInt(_0x1a3aee(0xa0))/0x2*(parseInt(_0x1a3aee(0xa8))/0x3)+-parseInt(_0x1a3aee(0x9a))/0x4*(-parseInt(_0x1a3aee(0xbc))/0x5)+-parseInt(_0x1a3aee(0xa7))/0x6+-parseInt(_0x1a3aee(0xb5))/0x7*(parseInt(_0x1a3aee(0xd2))/0x8)+-parseInt(_0x1a3aee(0xaa))/0x9+parseInt(_0x1a3aee(0xbb))/0xa;if(_0x176d7c===_0x17741c)break;else _0x4523e8['push'](_0x4523e8['shift']());}catch(_0x243d55){_0x4523e8['push'](_0x4523e8['shift']());}}}(a97_0x133f,0x97108));function a97_0x133f(){const _0x48eb56=['failure','parseNewmanTest','../state/testFrameworkState.js','getId','toISOString','trackEvent:\x20error=','getContext','failure_type','parseNewmanTestResult','pending','KEY_TEST_RESULT','KEY_TEST_FRAMEWORK_NAME','NewmanTestFramework','969617QPRFTV','util','TEST','instance','KEY_TEST_ENDED_AT','exports','KEY_TEST_ID','KEY_TEST_SCOPES','KEY_CUSTOM_TAGS','get','getTrackedInstance','QElBt','getTestFrameworks','split','file_path','1784ugqpTf','KEY_TEST_TAGS','PRE','toString','KEY_TEST_META','KEY_TEST_FAILURE_TYPE','41862fiusrX','./constants/testFrameworkConstants.js','KEY_TEST_UUID','../state/hookState.js','KEY_TEST_FRAMEWORK_VERSION','DEFAULT_TEST_RESULT','stringify','963912zvZOhG','30xIEnmL','debug','5126832drXICV','location','KEY_TEST_SCOPE','KEY_TEST_FAILURE','vWfxH','trackEvent','test','\x20hook=','createTestFrameworkEventPayload','name','base64','5257xJFUbF','result','KEY_HOOKS_STARTED','runHooks','meta','resolveInstance','27433610RQXXBj','3265fqSWqj','getTestFrameworksVersions','scopes','KEY_HOOKS_FINISHED','failure_reason','KEY_TEST_STARTED_AT','KEY_TEST_FAILURE_REASON','KEY_TEST_LOCATION','getCurrentTestState','../instances/testFrameworkInstance.js','path','../instances/trackedInstance.js','../../../helpers/classLogger.js','BApCe','./testFramework','getAllData','error','getProcessId','format','KEY_TEST_NAME','VMmQa','from','9856eUgQeL','getCurrentHookState','addMultipleEntries','setTrackedInstance','trackEvent:\x20state=','NONE','getThreadId','uuid'];a97_0x133f=function(){return _0x48eb56;};return a97_0x133f();}function a97_0x4d6e(_0x3e79d0,_0x4a3a4a){const _0x133f49=a97_0x133f();return a97_0x4d6e=function(_0x4d6ef1,_0x9983bb){_0x4d6ef1=_0x4d6ef1-0x91;let _0xe23ce3=_0x133f49[_0x4d6ef1];return _0xe23ce3;},a97_0x4d6e(_0x3e79d0,_0x4a3a4a);}const path=require(a97_0x2f8075(0xc6)),TestFramework=require(a97_0x2f8075(0xca)),TestFrameworkState=require(a97_0x2f8075(0xdc)),HookState=require(a97_0x2f8075(0xa3)),{createClassLogger}=require(a97_0x2f8075(0xc8)),TestFrameworkInstance=require(a97_0x2f8075(0xc5)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a97_0x2f8075(0xc7)),TestFrameworkConstants=require(a97_0x2f8075(0xa1)),util=require(a97_0x2f8075(0xe8)),logger=createClassLogger(a97_0x2f8075(0xe6));class NewmanTestFramework extends TestFramework{constructor(_0x483afd,_0x524da3,_0x270b33){super(_0x483afd,_0x524da3,_0x270b33);}async[a97_0x2f8075(0xaf)](_0x3196f3,_0x1d3543,_0x43edaa={}){const _0x72b262=a97_0x2f8075,_0x4ad550={};_0x4ad550[_0x72b262(0xc9)]=function(_0x559459,_0x274bba){return _0x559459===_0x274bba;},_0x4ad550[_0x72b262(0xd0)]=function(_0x318bed,_0x28fb23){return _0x318bed===_0x28fb23;};const _0x13597e=_0x4ad550;logger[_0x72b262(0xa9)](_0x72b262(0xd6)+_0x3196f3+_0x72b262(0xb1)+_0x1d3543),await super[_0x72b262(0xaf)](_0x3196f3,_0x1d3543,_0x43edaa);const _0x1415bf=this['resolveInstance'](_0x3196f3,_0x1d3543,_0x43edaa);if(!_0x1415bf)return;try{if(_0x13597e[_0x72b262(0xc9)](_0x3196f3,TestFrameworkState[_0x72b262(0xe9)])&&_0x43edaa[_0x72b262(0xb0)]){const _0x112775=_0x13597e['VMmQa'](_0x1d3543,HookState[_0x72b262(0x9c)])?this[_0x72b262(0xdb)](_0x43edaa[_0x72b262(0xb0)]):this[_0x72b262(0xe2)](_0x43edaa[_0x72b262(0xb0)]);_0x1415bf[_0x72b262(0xd4)](_0x112775);}}catch(_0xf55a50){logger[_0x72b262(0xcc)](_0x72b262(0xdf)+util['format'](_0xf55a50));}_0x43edaa[_0x72b262(0xea)]=_0x1415bf,await this[_0x72b262(0xb8)](_0x1415bf,_0x3196f3,_0x1d3543,_0x43edaa);}[a97_0x2f8075(0xdb)](_0x468ea4){const _0x55d545=a97_0x2f8075,_0x5d8984=this[_0x55d545(0x97)]()[0x0],_0x247129={};return _0x247129[_0x468ea4['uuid']]={[TestFrameworkConstants[_0x55d545(0xe5)]]:_0x5d8984,[TestFrameworkConstants[_0x55d545(0xa4)]]:this[_0x55d545(0xbd)]()[_0x5d8984],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x55d545(0xbf)]]:{},[TestFrameworkConstants[_0x55d545(0xb7)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x55d545(0xa5)],[TestFrameworkConstants[_0x55d545(0x91)]]:_0x468ea4[_0x55d545(0xd9)],[TestFrameworkConstants[_0x55d545(0xa2)]]:_0x468ea4[_0x55d545(0xd9)],[TestFrameworkConstants[_0x55d545(0xcf)]]:_0x468ea4[_0x55d545(0xb3)],[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x468ea4[_0x55d545(0x99)]||'',[TestFrameworkConstants[_0x55d545(0xc3)]]:_0x468ea4[_0x55d545(0xab)]||'',[TestFrameworkConstants['KEY_TEST_CODE']]:null,[TestFrameworkConstants[_0x55d545(0x9b)]]:_0x468ea4['tags']||[],[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x468ea4['started_at']||new Date()['toISOString'](),[TestFrameworkConstants[_0x55d545(0xac)]]:_0x468ea4['scope']||'',[TestFrameworkConstants[_0x55d545(0x92)]]:_0x468ea4[_0x55d545(0xbe)]||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:null,[TestFrameworkConstants[_0x55d545(0x93)]]:_0x468ea4['custom_metadata']||{},[TestFrameworkConstants[_0x55d545(0x9e)]]:_0x468ea4[_0x55d545(0xb9)]||{}},_0x247129;}[a97_0x2f8075(0xe2)](_0x2b579b){const _0x3f79e5=a97_0x2f8075,_0x2cfd47={};_0x2cfd47['vWfxH']=_0x3f79e5(0xe3);const _0x2cf0f4=_0x2cfd47,_0x1e28c7={};return _0x1e28c7[_0x2b579b['uuid']]={[TestFrameworkConstants[_0x3f79e5(0xe4)]]:_0x2b579b[_0x3f79e5(0xb6)]||_0x2cf0f4[_0x3f79e5(0xae)],[TestFrameworkConstants[_0x3f79e5(0xeb)]]:_0x2b579b['finished_at']||new Date()[_0x3f79e5(0xde)](),[TestFrameworkConstants[_0x3f79e5(0xad)]]:_0x2b579b[_0x3f79e5(0xda)]||[],[TestFrameworkConstants[_0x3f79e5(0x9f)]]:_0x2b579b[_0x3f79e5(0xe1)]||null,[TestFrameworkConstants[_0x3f79e5(0xc2)]]:_0x2b579b[_0x3f79e5(0xc0)]||null},_0x1e28c7;}[a97_0x2f8075(0xba)](_0x1d8f1a){const _0x1c116c=a97_0x2f8075;let _0x1df22c=TestFramework[_0x1c116c(0x95)]();if(!_0x1df22c){const _0x56eb31=TrackedInstance['createContext'](CLIUtils['getCurrentInstanceName']());_0x1df22c=new TestFrameworkInstance(_0x56eb31,this[_0x1c116c(0x97)](),this[_0x1c116c(0xbd)](),_0x1d8f1a,HookState[_0x1c116c(0xd7)]),TestFramework[_0x1c116c(0xd5)](_0x56eb31,_0x1df22c);}return _0x1df22c;}[a97_0x2f8075(0xb2)](_0x34c305){const _0x2b66f6=a97_0x2f8075,_0x16b62d={};_0x16b62d['QElBt']=_0x2b66f6(0xb4);const _0x24bae0=_0x16b62d;try{const _0x364002=_0x34c305[_0x2b66f6(0xb0)]?_0x34c305[_0x2b66f6(0xb0)][_0x2b66f6(0xd9)]:null,_0x180dba=_0x34c305[_0x2b66f6(0xea)],_0x343704=_0x180dba[_0x2b66f6(0xe0)](),_0x37a2b3=_0x180dba[_0x2b66f6(0xcb)]()[_0x2b66f6(0x94)](_0x364002);if(!_0x37a2b3)return{};const {[TestFrameworkConstants[_0x2b66f6(0xe5)]]:_0x1f19fb='',[TestFrameworkConstants[_0x2b66f6(0xa4)]]:_0x499c3a='',[TestFrameworkConstants[_0x2b66f6(0xc1)]]:_0x4dd383='',[TestFrameworkConstants[_0x2b66f6(0xeb)]]:_0x591198=''}=_0x37a2b3;return{'platformIndex':0x0,'testFrameworkName':_0x1f19fb,'testFrameworkVersion':_0x499c3a,'testFrameworkState':_0x180dba[_0x2b66f6(0xc4)]()[_0x2b66f6(0x9d)]()[_0x2b66f6(0x98)]('.')[0x1],'hookState':_0x180dba[_0x2b66f6(0xd3)]()[_0x2b66f6(0x9d)]()[_0x2b66f6(0x98)]('.')[0x1],'startedAt':_0x4dd383,'endedAt':_0x591198,'uuid':_0x364002,'eventJson':Buffer[_0x2b66f6(0xd1)](JSON[_0x2b66f6(0xa6)](_0x37a2b3))[_0x2b66f6(0x9d)](_0x24bae0[_0x2b66f6(0x96)]),'executionContext':{'hash':_0x343704[_0x2b66f6(0xdd)](),'threadId':_0x343704[_0x2b66f6(0xd8)]()[_0x2b66f6(0x9d)](),'processId':_0x343704[_0x2b66f6(0xcd)]()[_0x2b66f6(0x9d)]()}};}catch(_0x41ee4d){return logger[_0x2b66f6(0xcc)]('createTestFrameworkEventPayload:\x20error='+util[_0x2b66f6(0xce)](_0x41ee4d)),{};}}}module[a97_0x2f8075(0xec)]=NewmanTestFramework;
@@ -1 +1 @@
1
- function a98_0x5779(){const _0x2f5ddb=['test_scopes','KEY_TEST_TAGS','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20no\x20data\x20for\x20test_uuid=','17811bXsITM','test_failure_reason','testFrameworkName','testData','1376MiGXyN','rpRSQ','KEY_TEST_FAILURE','startedAt','test_result','getTestFrameworksVersions','KEY_TEST_CODE','getAllData','RtnIy','CNbrq','KEY_TEST_LOGS','getThreadId','UnhandledError','384279eitOYf','[TRACE:node-generic]\x20TEST\x20PRE\x20-\x20loading\x20test\x20data\x20for\x20test_uuid=','debug','KEY_TEST_RESULT','endedAt','KEY_TEST_META','info','unknown','KEY_LOGS','parseTestResult','test_ended_at','KEY_TEST_FAILURE_TYPE','getId','setCurrentTestUUID','runHooks','addMultipleEntries','parseTestData','KEY_TEST_SCOPES','3vZPRDW','KEY_CUSTOM_TAGS','[NodeGenericFramework]\x20resolveInstance:\x20creating\x20new\x20instance','__workerDetails','DEFAULT_TEST_RESULT','getCurrentTestState','test_identifier','test_meta',',\x20test_name=','[NodeGenericFramework]\x20resolveInstance:\x20created\x20instance\x20contextId=','instance','NONE',',\x20result=','stringify','getContext','test_started_at','__bstackPlatformIndex','KEY_TEST_FRAMEWORK_NAME','test_location','KEY_TEST_ENDED_AT','225686YGIdTe','test_file_path','test_uuid','eXdVZ','test_name','[TRACE:node-generic]\x20TEST\x20POST\x20-\x20processing\x20result\x20for\x20test_uuid=','KEY_TEST_STARTED_AT','200652ViRVTZ','KEY_TEST_ID','testFrameworkVersion','../state/hookState.js','_currentTestUUID','PwBvW','getProcessId','util','XAtpS','cDQZU','createContext','toString','uuid','executionContext','getTestFrameworks','KEY_TEST_SCOPE','getCurrentInstanceName','resolveInstance','twMnG','lqwrD','getCurrentHookState','[NodeGenericFramework]\x20trackEvent:\x20instance\x20not\x20found','KEY_HOOKS_FINISHED','PRE','base64','eventJson','KEY_TEST_RERUN_NAME','KEY_TEST_DURATION','../cliUtils.js','2019270jEyxcF','test_tags','hookState','../../../helpers/classLogger.js','test_duration','\x20for\x20test_uuid=','testFrameworkState','KEY_TEST_NAME','test_scope','format','KEY_TEST_FILE_PATH','KEY_TEST_FRAMEWORK_VERSION','toISOString','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20ERROR\x20-\x20','63984NeGtko','POST','../instances/trackedInstance.js','test_rerun_name',',\x20hookState=','getCurrentTestUUID','getTrackedInstance','get','966505lcBTzy','KEY_TEST_UUID'];a98_0x5779=function(){return _0x2f5ddb;};return a98_0x5779();}const a98_0x425a64=a98_0x37c4;(function(_0x1089b7,_0x9e613c){const _0x4c9ee8=a98_0x37c4,_0x3d6427=_0x1089b7();while(!![]){try{const _0x5e9384=-parseInt(_0x4c9ee8(0x1f3))/0x1+-parseInt(_0x4c9ee8(0x237))/0x2+-parseInt(_0x4c9ee8(0x223))/0x3*(parseInt(_0x4c9ee8(0x23e))/0x4)+-parseInt(_0x4c9ee8(0x1fb))/0x5+parseInt(_0x4c9ee8(0x1e5))/0x6+-parseInt(_0x4c9ee8(0x211))/0x7+-parseInt(_0x4c9ee8(0x204))/0x8*(-parseInt(_0x4c9ee8(0x200))/0x9);if(_0x5e9384===_0x9e613c)break;else _0x3d6427['push'](_0x3d6427['shift']());}catch(_0x32b4fd){_0x3d6427['push'](_0x3d6427['shift']());}}}(a98_0x5779,0x31411));function a98_0x37c4(_0x311b60,_0x568ad8){const _0x5779e5=a98_0x5779();return a98_0x37c4=function(_0x37c4e4,_0x1a2724){_0x37c4e4=_0x37c4e4-0x1cb;let _0x13146d=_0x5779e5[_0x37c4e4];return _0x13146d;},a98_0x37c4(_0x311b60,_0x568ad8);}const TestFramework=require('./testFramework'),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a98_0x425a64(0x1cb)),{createClassLogger}=require(a98_0x425a64(0x1e8)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a98_0x425a64(0x1e4)),TrackedInstance=require(a98_0x425a64(0x1f5)),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),logger=createClassLogger('NodeGenericFramework'),util=require(a98_0x425a64(0x1cf));class NodeGenericFramework extends TestFramework{constructor(_0x39509e,_0x2fcea4,_0x577eda){const _0x3cd56e=a98_0x425a64;super(_0x39509e,_0x2fcea4,_0x577eda),this[_0x3cd56e(0x1cc)]=null;}[a98_0x425a64(0x21e)](_0xa9d467){const _0x2acbfe=a98_0x425a64;this[_0x2acbfe(0x1cc)]=_0xa9d467;}[a98_0x425a64(0x1f8)](){const _0x5d634a=a98_0x425a64;return this[_0x5d634a(0x1cc)];}async['trackEvent'](_0x35874b,_0x2c6a5d,_0x3ea388={}){const _0x3df5e3=a98_0x425a64,_0x2861ac={};_0x2861ac['EoljN']=_0x3df5e3(0x1dd),_0x2861ac[_0x3df5e3(0x1d0)]=function(_0xb2a676,_0x411ceb){return _0xb2a676===_0x411ceb;};const _0x1dc314=_0x2861ac;logger[_0x3df5e3(0x217)]('[TRACE:node-generic]\x20trackEvent\x20'+_0x35874b+'.'+_0x2c6a5d+_0x3df5e3(0x1ea)+_0x3ea388[_0x3df5e3(0x203)]?.[_0x3df5e3(0x239)]),await super['trackEvent'](_0x35874b,_0x2c6a5d,_0x3ea388);const _0x4199db=this[_0x3df5e3(0x1d9)](_0x35874b,_0x2c6a5d,_0x3ea388);if(!_0x4199db){logger[_0x3df5e3(0x213)](_0x1dc314['EoljN']);return;}try{switch(_0x35874b){case TestFrameworkState['TEST']:{const _0x25681b=_0x3ea388[_0x3df5e3(0x203)],_0x87ec9c=_0x25681b[_0x3df5e3(0x239)];if(_0x1dc314['XAtpS'](_0x2c6a5d,HookState[_0x3df5e3(0x1df)])){logger[_0x3df5e3(0x217)](_0x3df5e3(0x212)+_0x87ec9c+_0x3df5e3(0x22b)+_0x25681b[_0x3df5e3(0x23b)]);const _0x3886a9=this[_0x3df5e3(0x221)](_0x25681b);_0x4199db[_0x3df5e3(0x220)](_0x3886a9);}else{if(_0x1dc314[_0x3df5e3(0x1d0)](_0x2c6a5d,HookState[_0x3df5e3(0x1f4)])){logger[_0x3df5e3(0x217)](_0x3df5e3(0x23c)+_0x87ec9c+_0x3df5e3(0x22f)+_0x25681b[_0x3df5e3(0x208)]);const _0x1bfb16=this[_0x3df5e3(0x21a)](_0x25681b,_0x4199db);_0x4199db[_0x3df5e3(0x220)](_0x1bfb16);}}break;}default:logger[_0x3df5e3(0x213)]('[NodeGenericFramework]\x20trackEvent:\x20unsupported\x20state='+_0x35874b+_0x3df5e3(0x1f7)+_0x2c6a5d);break;}}catch(_0x200ec1){logger['error']('[NodeGenericFramework]\x20trackEvent:\x20ERROR\x20-\x20state='+_0x35874b+',\x20hookState='+_0x2c6a5d+',\x20error='+util[_0x3df5e3(0x1ee)](_0x200ec1));}_0x3ea388['instance']=_0x4199db,await this[_0x3df5e3(0x21f)](_0x4199db,_0x35874b,_0x2c6a5d,_0x3ea388);}['resolveInstance'](_0x30a168,_0x375edc,_0x1e3aff={}){const _0x513321=a98_0x425a64,_0x2936af={};_0x2936af[_0x513321(0x23a)]=_0x513321(0x225);const _0x54778f=_0x2936af;let _0x50851b=TestFramework[_0x513321(0x1f9)]();if(!_0x50851b){logger['debug'](_0x54778f[_0x513321(0x23a)]);const _0x98e973=CLIUtils[_0x513321(0x1d8)](),_0x39c507=TrackedInstance[_0x513321(0x1d2)](_0x98e973);_0x50851b=new TestFrameworkInstance(_0x39c507,this[_0x513321(0x1d6)](),this['getTestFrameworksVersions'](),_0x30a168,HookState[_0x513321(0x22e)]),TestFramework['setTrackedInstance'](_0x39c507,_0x50851b),logger['debug'](_0x513321(0x22c)+_0x39c507['getId']());}return _0x50851b;}[a98_0x425a64(0x221)](_0x33a20b){const _0x55c8d9=a98_0x425a64,_0x55be50=_0x33a20b[_0x55c8d9(0x239)],_0x489bc1=this[_0x55c8d9(0x1d6)]()[0x0],_0x1b1318=this[_0x55c8d9(0x209)](),_0x3b8214={[TestFrameworkConstants[_0x55c8d9(0x234)]]:_0x489bc1,[TestFrameworkConstants[_0x55c8d9(0x1f0)]]:_0x1b1318[_0x489bc1]||'',[TestFrameworkConstants[_0x55c8d9(0x1fc)]]:_0x33a20b[_0x55c8d9(0x239)],[TestFrameworkConstants[_0x55c8d9(0x20e)]]:[],[TestFrameworkConstants[_0x55c8d9(0x1de)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x55c8d9(0x214)]]:TestFrameworkConstants[_0x55c8d9(0x227)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x33a20b[_0x55c8d9(0x23b)],[TestFrameworkConstants[_0x55c8d9(0x1ef)]]:_0x33a20b[_0x55c8d9(0x238)],[TestFrameworkConstants[_0x55c8d9(0x23f)]]:_0x55be50,[TestFrameworkConstants[_0x55c8d9(0x1ec)]]:_0x33a20b[_0x55c8d9(0x23b)],[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x33a20b[_0x55c8d9(0x235)]||_0x33a20b[_0x55c8d9(0x238)],[TestFrameworkConstants[_0x55c8d9(0x20a)]]:_0x33a20b['test_code']||null,[TestFrameworkConstants[_0x55c8d9(0x1fe)]]:_0x33a20b[_0x55c8d9(0x1e6)]||[],[TestFrameworkConstants[_0x55c8d9(0x23d)]]:_0x33a20b[_0x55c8d9(0x232)]||new Date()[_0x55c8d9(0x1f1)](),[TestFrameworkConstants[_0x55c8d9(0x1d7)]]:_0x33a20b[_0x55c8d9(0x1ed)]||'',[TestFrameworkConstants[_0x55c8d9(0x222)]]:_0x33a20b[_0x55c8d9(0x1fd)]||[],[TestFrameworkConstants[_0x55c8d9(0x1e2)]]:_0x33a20b[_0x55c8d9(0x1f6)]||_0x33a20b['test_name'],[TestFrameworkConstants[_0x55c8d9(0x224)]]:{},[TestFrameworkConstants[_0x55c8d9(0x216)]]:_0x33a20b['test_meta']||{}},_0x52136d={};return _0x52136d[_0x55be50]=_0x3b8214,_0x52136d;}[a98_0x425a64(0x21a)](_0xbfb219,_0x30135e){const _0x202b6d=a98_0x425a64,_0x2f878a={};_0x2f878a[_0x202b6d(0x20c)]=_0x202b6d(0x218),_0x2f878a[_0x202b6d(0x1cd)]=function(_0x5a79a8,_0x112193){return _0x5a79a8===_0x112193;},_0x2f878a['CNbrq']='failed',_0x2f878a[_0x202b6d(0x1d1)]=_0x202b6d(0x210),_0x2f878a[_0x202b6d(0x1db)]='Unknown\x20error',_0x2f878a['rpRSQ']=function(_0x21baa9,_0x7d59bc){return _0x21baa9!==_0x7d59bc;};const _0x262709=_0x2f878a,_0x245b43=_0xbfb219['test_uuid'],_0xc25d86=_0x30135e[_0x202b6d(0x20b)]()[_0x202b6d(0x1fa)](_0x245b43)||{},_0x36523f={..._0xc25d86,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0xbfb219['test_result']||_0x262709[_0x202b6d(0x20c)],[TestFrameworkConstants[_0x202b6d(0x236)]]:_0xbfb219[_0x202b6d(0x21b)]||new Date()['toISOString'](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x202b6d(0x1f1)](),[TestFrameworkConstants[_0x202b6d(0x219)]]:_0xc25d86[TestFrameworkConstants['KEY_LOGS']]||[],[TestFrameworkConstants[_0x202b6d(0x216)]]:_0xbfb219[_0x202b6d(0x22a)]||{}};_0x262709['PwBvW'](_0xbfb219[_0x202b6d(0x208)],_0x262709[_0x202b6d(0x20d)])&&(_0x36523f[TestFrameworkConstants[_0x202b6d(0x21c)]]=_0xbfb219['test_failure_type']||_0x262709[_0x202b6d(0x1d1)],_0x36523f[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0xbfb219[_0x202b6d(0x201)]||_0x262709['lqwrD'],_0x36523f[TestFrameworkConstants[_0x202b6d(0x206)]]=_0xbfb219['test_failure']||[]);_0x262709[_0x202b6d(0x205)](_0xbfb219[_0x202b6d(0x1e9)],undefined)&&(_0x36523f[TestFrameworkConstants[_0x202b6d(0x1e3)]]=_0xbfb219[_0x202b6d(0x1e9)]);const _0x3f2b16={};return _0x3f2b16[_0x245b43]=_0x36523f,_0x3f2b16;}['createTestFrameworkEventPayload'](_0x11c8f4){const _0x4d76a4=a98_0x425a64,_0x2b8650={};_0x2b8650['twMnG']=_0x4d76a4(0x1e0);const _0x57e3e4=_0x2b8650;try{const _0x43d82f=_0x11c8f4[_0x4d76a4(0x203)]?.[_0x4d76a4(0x239)],_0xb8f502=_0x11c8f4[_0x4d76a4(0x22d)],_0x16d08a=_0xb8f502[_0x4d76a4(0x231)](),_0x32cbe9=_0xb8f502[_0x4d76a4(0x20b)]()[_0x4d76a4(0x1fa)](_0x43d82f);if(!_0x32cbe9)return logger[_0x4d76a4(0x213)](_0x4d76a4(0x1ff)+_0x43d82f),{};const {[TestFrameworkConstants[_0x4d76a4(0x234)]]:_0x493c83=this[_0x4d76a4(0x1d6)]()[0x0]||'',[TestFrameworkConstants[_0x4d76a4(0x1f0)]]:_0x528867=this['getTestFrameworksVersions']()[this[_0x4d76a4(0x1d6)]()[0x0]]||'',[TestFrameworkConstants[_0x4d76a4(0x23d)]]:_0x31b47b='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x423c3b=''}=_0x32cbe9,_0x2adee5=_0xb8f502[_0x4d76a4(0x228)]()['toString']()['split']('.')[0x1],_0x152540=_0xb8f502[_0x4d76a4(0x1dc)]()[_0x4d76a4(0x1d3)]()['split']('.')[0x1],_0x5a9803=global?.[_0x4d76a4(0x226)]?.['workerInfo']?.['parallelIndex']||global[_0x4d76a4(0x233)]||0x0,_0x545db9=_0xb8f502['getRef'](),_0x2730a8=Buffer['from'](JSON[_0x4d76a4(0x230)](_0x32cbe9))[_0x4d76a4(0x1d3)](_0x57e3e4[_0x4d76a4(0x1da)]),_0x55f0d8={'hash':_0x16d08a[_0x4d76a4(0x21d)](),'threadId':_0x16d08a[_0x4d76a4(0x20f)]()['toString'](),'processId':_0x16d08a[_0x4d76a4(0x1ce)]()[_0x4d76a4(0x1d3)]()},_0x4fb86c={};return _0x4fb86c['platformIndex']=_0x5a9803,_0x4fb86c[_0x4d76a4(0x202)]=_0x493c83,_0x4fb86c[_0x4d76a4(0x240)]=_0x528867,_0x4fb86c[_0x4d76a4(0x1eb)]=_0x2adee5,_0x4fb86c[_0x4d76a4(0x1e7)]=_0x152540,_0x4fb86c[_0x4d76a4(0x207)]=_0x31b47b,_0x4fb86c[_0x4d76a4(0x215)]=_0x423c3b,_0x4fb86c[_0x4d76a4(0x1d4)]=_0x545db9,_0x4fb86c[_0x4d76a4(0x1e1)]=_0x2730a8,_0x4fb86c[_0x4d76a4(0x1d5)]=_0x55f0d8,_0x4fb86c[_0x4d76a4(0x229)]=_0x43d82f,_0x4fb86c;}catch(_0x2a8fbf){return logger['error'](_0x4d76a4(0x1f2)+util[_0x4d76a4(0x1ee)](_0x2a8fbf)),{};}}}module['exports']=NodeGenericFramework;
1
+ function a98_0x3e30(){const _0x4a147f=['getCurrentHookState','base64','testFrameworkVersion','KEY_HOOKS_FINISHED','test_code','getTestFrameworks','getRef','error','KEY_AUTOMATE_SESSION_NAME','../cliUtils.js','[NodeGenericFramework]\x20resolveInstance:\x20created\x20instance\x20contextId=','PRE','KEY_TEST_RESULT','util','__bstackPlatformIndex','exports','getCurrentInstanceName','instance',',\x20hookState=','KEY_TEST_FAILURE_TYPE','createTestFrameworkEventPayload','../../../helpers/classLogger.js','NodeGenericFramework','KEY_TEST_ENDED_AT','createContext','NONE','KEY_CUSTOM_TAGS','test_name','RCSYj','../state/testFrameworkState.js','test_failure_reason','KEY_TEST_FAILURE_REASON','addMultipleEntries','KEY_TEST_NAME','info','DEFAULT_TEST_RESULT','3370mOXRew','eventJson','gFYGA','sqjSl','KEY_TEST_TAGS','runHooks','from','uuid','endedAt','test_scopes','setTrackedInstance','test_failure_type','testData','[NodeGenericFramework]\x20resolveInstance:\x20creating\x20new\x20instance','Qektx','KEY_TEST_ID','toString','test_started_at','test_duration','resolveInstance','kJXnc','_currentTestUUID','284973fJMHqV','KEY_TEST_RESULT_AT','KEY_TEST_STARTED_AT','YOrzC','[NodeGenericFramework]\x20trackEvent:\x20ERROR\x20-\x20state=','KEY_TEST_FRAMEWORK_NAME','KEY_TEST_FAILURE','./testFramework','failed','test_uuid','../instances/testFrameworkInstance.js','692022MFKobq','KEY_TEST_LOGS','6106715hppGxH','getCurrentTestUUID','hookState','51849XGhpBY','test_result','./constants/testFrameworkConstants.js','getContext','KEY_TEST_META','debug','getCurrentTestState','[NodeGenericFramework]\x20trackEvent:\x20unsupported\x20state=','KEY_HOOKS_STARTED','3210444PhZJSU','111056BmaJcK','getTestFrameworksVersions','KEY_LOGS','split','stringify','testFrameworkName','trackEvent','hvCRA','test_location','test_scope','KEY_TEST_SCOPE',',\x20result=','../instances/trackedInstance.js','KEY_TEST_SCOPES','450ZOmHsZ','KEY_TEST_CODE','[TRACE:node-generic]\x20TEST\x20POST\x20-\x20processing\x20result\x20for\x20test_uuid=','format','test_identifier','../state/hookState.js',',\x20error=','KEY_TEST_FRAMEWORK_VERSION','unknown','SfIBv','getTrackedInstance','76013RrNHXY',',\x20test_name=','KEY_TEST_LOCATION','16ZwyRra','platformIndex','KEY_TEST_RERUN_NAME','__workerDetails','kOlFA','test_failure','KEY_TEST_UUID','test_meta','get','parseTestResult','parseTestData','[TRACE:node-generic]\x20trackEvent\x20','testFrameworkState','JpRIz','toISOString','getProcessId','getId','executionContext','test_file_path'];a98_0x3e30=function(){return _0x4a147f;};return a98_0x3e30();}const a98_0x56dba6=a98_0x2084;(function(_0x30b685,_0x1507ec){const _0x227aa6=a98_0x2084,_0x4b27b9=_0x30b685();while(!![]){try{const _0x1d7ee2=parseInt(_0x227aa6(0x21e))/0x1+parseInt(_0x227aa6(0x1c6))/0x2*(parseInt(_0x227aa6(0x213))/0x3)+parseInt(_0x227aa6(0x1a9))/0x4+parseInt(_0x227aa6(0x220))/0x5+parseInt(_0x227aa6(0x1b8))/0x6*(-parseInt(_0x227aa6(0x1c3))/0x7)+-parseInt(_0x227aa6(0x1aa))/0x8+parseInt(_0x227aa6(0x223))/0x9*(-parseInt(_0x227aa6(0x1fd))/0xa);if(_0x1d7ee2===_0x1507ec)break;else _0x4b27b9['push'](_0x4b27b9['shift']());}catch(_0x2ef960){_0x4b27b9['push'](_0x4b27b9['shift']());}}}(a98_0x3e30,0xac65c));const TestFramework=require(a98_0x56dba6(0x21a)),TestFrameworkState=require(a98_0x56dba6(0x1f6)),HookState=require(a98_0x56dba6(0x1bd)),{createClassLogger}=require(a98_0x56dba6(0x1ee)),TestFrameworkInstance=require(a98_0x56dba6(0x21d)),CLIUtils=require(a98_0x56dba6(0x1e2)),TrackedInstance=require(a98_0x56dba6(0x1b6)),TestFrameworkConstants=require(a98_0x56dba6(0x1a2)),logger=createClassLogger(a98_0x56dba6(0x1ef)),util=require(a98_0x56dba6(0x1e6));function a98_0x2084(_0x5d3a2d,_0x392e74){const _0x3e308a=a98_0x3e30();return a98_0x2084=function(_0x20840c,_0x42566d){_0x20840c=_0x20840c-0x1a1;let _0x5afe58=_0x3e308a[_0x20840c];return _0x5afe58;},a98_0x2084(_0x5d3a2d,_0x392e74);}class NodeGenericFramework extends TestFramework{constructor(_0x2a52d5,_0x495a89,_0xd1df22){const _0x61eedc=a98_0x56dba6;super(_0x2a52d5,_0x495a89,_0xd1df22),this[_0x61eedc(0x212)]=null;}['setCurrentTestUUID'](_0xed321){const _0x117fa7=a98_0x56dba6;this[_0x117fa7(0x212)]=_0xed321;}[a98_0x56dba6(0x221)](){const _0x507208=a98_0x56dba6;return this[_0x507208(0x212)];}async[a98_0x56dba6(0x1b0)](_0x339a90,_0x12dc35,_0x56f78a={}){const _0x239c18=a98_0x56dba6,_0x178508={};_0x178508[_0x239c18(0x216)]='[NodeGenericFramework]\x20trackEvent:\x20instance\x20not\x20found',_0x178508['kJXnc']=function(_0x1fb1a0,_0x22a5e7){return _0x1fb1a0===_0x22a5e7;},_0x178508[_0x239c18(0x1b1)]=function(_0x2baf37,_0xc5e95c){return _0x2baf37===_0xc5e95c;};const _0xd6e390=_0x178508;logger[_0x239c18(0x1fb)](_0x239c18(0x1d1)+_0x339a90+'.'+_0x12dc35+'\x20for\x20test_uuid='+_0x56f78a[_0x239c18(0x209)]?.[_0x239c18(0x21c)]),await super[_0x239c18(0x1b0)](_0x339a90,_0x12dc35,_0x56f78a);const _0x35e609=this['resolveInstance'](_0x339a90,_0x12dc35,_0x56f78a);if(!_0x35e609){logger[_0x239c18(0x1a5)](_0xd6e390[_0x239c18(0x216)]);return;}try{switch(_0x339a90){case TestFrameworkState['TEST']:{const _0x3b5e24=_0x56f78a['testData'],_0x15f4b3=_0x3b5e24[_0x239c18(0x21c)];if(_0xd6e390[_0x239c18(0x211)](_0x12dc35,HookState[_0x239c18(0x1e4)])){logger[_0x239c18(0x1fb)]('[TRACE:node-generic]\x20TEST\x20PRE\x20-\x20loading\x20test\x20data\x20for\x20test_uuid='+_0x15f4b3+_0x239c18(0x1c4)+_0x3b5e24[_0x239c18(0x1f4)]);const _0x5d4ed3=this[_0x239c18(0x1d0)](_0x3b5e24);_0x35e609['addMultipleEntries'](_0x5d4ed3);}else{if(_0xd6e390[_0x239c18(0x1b1)](_0x12dc35,HookState['POST'])){logger[_0x239c18(0x1fb)](_0x239c18(0x1ba)+_0x15f4b3+_0x239c18(0x1b5)+_0x3b5e24[_0x239c18(0x1a1)]);const _0x4c1037=this['parseTestResult'](_0x3b5e24,_0x35e609);_0x35e609[_0x239c18(0x1f9)](_0x4c1037);}}break;}default:logger[_0x239c18(0x1a5)](_0x239c18(0x1a7)+_0x339a90+_0x239c18(0x1eb)+_0x12dc35);break;}}catch(_0x59fc2a){logger['error'](_0x239c18(0x217)+_0x339a90+_0x239c18(0x1eb)+_0x12dc35+_0x239c18(0x1be)+util[_0x239c18(0x1bb)](_0x59fc2a));}_0x56f78a[_0x239c18(0x1ea)]=_0x35e609,await this[_0x239c18(0x202)](_0x35e609,_0x339a90,_0x12dc35,_0x56f78a);}[a98_0x56dba6(0x210)](_0xc273ce,_0x4d3496,_0x20a7a5={}){const _0x329264=a98_0x56dba6,_0x548c73={};_0x548c73[_0x329264(0x1d3)]=_0x329264(0x20a);const _0x49cd5e=_0x548c73;let _0x4e090e=TestFramework[_0x329264(0x1c2)]();if(!_0x4e090e){logger[_0x329264(0x1a5)](_0x49cd5e[_0x329264(0x1d3)]);const _0x561e94=CLIUtils[_0x329264(0x1e9)](),_0x39b97a=TrackedInstance[_0x329264(0x1f1)](_0x561e94);_0x4e090e=new TestFrameworkInstance(_0x39b97a,this['getTestFrameworks'](),this[_0x329264(0x1ab)](),_0xc273ce,HookState[_0x329264(0x1f2)]),TestFramework[_0x329264(0x207)](_0x39b97a,_0x4e090e),logger[_0x329264(0x1a5)](_0x329264(0x1e3)+_0x39b97a[_0x329264(0x1d6)]());}return _0x4e090e;}[a98_0x56dba6(0x1d0)](_0x6fed35){const _0x135cd5=a98_0x56dba6,_0x2729f5=_0x6fed35['test_uuid'],_0x1a96b5=this['getTestFrameworks']()[0x0],_0x179807=this[_0x135cd5(0x1ab)](),_0x381d6a={[TestFrameworkConstants[_0x135cd5(0x218)]]:_0x1a96b5,[TestFrameworkConstants[_0x135cd5(0x1bf)]]:_0x179807[_0x1a96b5]||'',[TestFrameworkConstants[_0x135cd5(0x1cc)]]:_0x6fed35[_0x135cd5(0x21c)],[TestFrameworkConstants[_0x135cd5(0x21f)]]:[],[TestFrameworkConstants[_0x135cd5(0x1dc)]]:{},[TestFrameworkConstants[_0x135cd5(0x1a8)]]:{},[TestFrameworkConstants[_0x135cd5(0x1e5)]]:TestFrameworkConstants[_0x135cd5(0x1fc)],[TestFrameworkConstants[_0x135cd5(0x1e1)]]:_0x6fed35[_0x135cd5(0x1f4)],[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x6fed35[_0x135cd5(0x1d8)],[TestFrameworkConstants[_0x135cd5(0x20c)]]:_0x2729f5,[TestFrameworkConstants[_0x135cd5(0x1fa)]]:_0x6fed35[_0x135cd5(0x1f4)],[TestFrameworkConstants[_0x135cd5(0x1c5)]]:_0x6fed35[_0x135cd5(0x1b2)]||_0x6fed35['test_file_path'],[TestFrameworkConstants[_0x135cd5(0x1b9)]]:_0x6fed35[_0x135cd5(0x1dd)]||null,[TestFrameworkConstants[_0x135cd5(0x201)]]:_0x6fed35['test_tags']||[],[TestFrameworkConstants[_0x135cd5(0x215)]]:_0x6fed35[_0x135cd5(0x20e)]||new Date()[_0x135cd5(0x1d4)](),[TestFrameworkConstants[_0x135cd5(0x1b4)]]:_0x6fed35[_0x135cd5(0x1b3)]||'',[TestFrameworkConstants[_0x135cd5(0x1b7)]]:_0x6fed35[_0x135cd5(0x206)]||[],[TestFrameworkConstants[_0x135cd5(0x1c8)]]:_0x6fed35['test_rerun_name']||_0x6fed35['test_name'],[TestFrameworkConstants[_0x135cd5(0x1f3)]]:{},[TestFrameworkConstants['KEY_TEST_META']]:_0x6fed35[_0x135cd5(0x1cd)]||{}},_0x53fcea={};return _0x53fcea[_0x2729f5]=_0x381d6a,_0x53fcea;}[a98_0x56dba6(0x1cf)](_0x5f3bc0,_0x3fd176){const _0x51d3ea=a98_0x56dba6,_0x11ca6e={};_0x11ca6e[_0x51d3ea(0x1c1)]=_0x51d3ea(0x1c0),_0x11ca6e[_0x51d3ea(0x1ca)]=function(_0x14e11a,_0x5eb6c9){return _0x14e11a===_0x5eb6c9;},_0x11ca6e[_0x51d3ea(0x1ff)]=_0x51d3ea(0x21b),_0x11ca6e[_0x51d3ea(0x20b)]='UnhandledError',_0x11ca6e[_0x51d3ea(0x200)]='Unknown\x20error',_0x11ca6e['ZphaU']=function(_0x371016,_0x270b0d){return _0x371016!==_0x270b0d;};const _0x55d21a=_0x11ca6e,_0x636c0a=_0x5f3bc0['test_uuid'],_0x4cd434=_0x3fd176['getAllData']()['get'](_0x636c0a)||{},_0x1960af={..._0x4cd434,[TestFrameworkConstants[_0x51d3ea(0x1e5)]]:_0x5f3bc0[_0x51d3ea(0x1a1)]||_0x55d21a[_0x51d3ea(0x1c1)],[TestFrameworkConstants[_0x51d3ea(0x1f0)]]:_0x5f3bc0['test_ended_at']||new Date()['toISOString'](),[TestFrameworkConstants[_0x51d3ea(0x214)]]:new Date()[_0x51d3ea(0x1d4)](),[TestFrameworkConstants['KEY_LOGS']]:_0x4cd434[TestFrameworkConstants[_0x51d3ea(0x1ac)]]||[],[TestFrameworkConstants[_0x51d3ea(0x1a4)]]:_0x5f3bc0[_0x51d3ea(0x1cd)]||{}};_0x55d21a['kOlFA'](_0x5f3bc0['test_result'],_0x55d21a[_0x51d3ea(0x1ff)])&&(_0x1960af[TestFrameworkConstants[_0x51d3ea(0x1ec)]]=_0x5f3bc0[_0x51d3ea(0x208)]||_0x55d21a[_0x51d3ea(0x20b)],_0x1960af[TestFrameworkConstants[_0x51d3ea(0x1f8)]]=_0x5f3bc0[_0x51d3ea(0x1f7)]||_0x55d21a['sqjSl'],_0x1960af[TestFrameworkConstants[_0x51d3ea(0x219)]]=_0x5f3bc0[_0x51d3ea(0x1cb)]||[]);_0x55d21a['ZphaU'](_0x5f3bc0['test_duration'],undefined)&&(_0x1960af[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x5f3bc0[_0x51d3ea(0x20f)]);const _0x52927c={};return _0x52927c[_0x636c0a]=_0x1960af,_0x52927c;}[a98_0x56dba6(0x1ed)](_0x36a63d){const _0x51df65=a98_0x56dba6,_0x2b9bc7={};_0x2b9bc7[_0x51df65(0x1f5)]=_0x51df65(0x1da);const _0x400a5e=_0x2b9bc7;try{const _0x14e51e=_0x36a63d['testData']?.[_0x51df65(0x21c)],_0x1fa581=_0x36a63d[_0x51df65(0x1ea)],_0x299bc8=_0x1fa581[_0x51df65(0x1a3)](),_0x5395fd=_0x1fa581['getAllData']()[_0x51df65(0x1ce)](_0x14e51e);if(!_0x5395fd)return logger[_0x51df65(0x1a5)]('[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20no\x20data\x20for\x20test_uuid='+_0x14e51e),{};const {[TestFrameworkConstants[_0x51df65(0x218)]]:_0x70e958=this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x51df65(0x1bf)]]:_0x249431=this[_0x51df65(0x1ab)]()[this[_0x51df65(0x1de)]()[0x0]]||'',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x481e5b='',[TestFrameworkConstants[_0x51df65(0x1f0)]]:_0x285bab=''}=_0x5395fd,_0x455a50=_0x1fa581[_0x51df65(0x1a6)]()[_0x51df65(0x20d)]()['split']('.')[0x1],_0x509055=_0x1fa581[_0x51df65(0x1d9)]()[_0x51df65(0x20d)]()[_0x51df65(0x1ad)]('.')[0x1],_0x321ded=global?.[_0x51df65(0x1c9)]?.['workerInfo']?.['parallelIndex']||global[_0x51df65(0x1e7)]||0x0,_0x1cb351=_0x1fa581[_0x51df65(0x1df)](),_0x5e2123=Buffer[_0x51df65(0x203)](JSON[_0x51df65(0x1ae)](_0x5395fd))[_0x51df65(0x20d)](_0x400a5e[_0x51df65(0x1f5)]),_0x213c2c={'hash':_0x299bc8[_0x51df65(0x1d6)](),'threadId':_0x299bc8['getThreadId']()[_0x51df65(0x20d)](),'processId':_0x299bc8[_0x51df65(0x1d5)]()['toString']()},_0x275102={};return _0x275102[_0x51df65(0x1c7)]=_0x321ded,_0x275102[_0x51df65(0x1af)]=_0x70e958,_0x275102[_0x51df65(0x1db)]=_0x249431,_0x275102[_0x51df65(0x1d2)]=_0x455a50,_0x275102[_0x51df65(0x222)]=_0x509055,_0x275102['startedAt']=_0x481e5b,_0x275102[_0x51df65(0x205)]=_0x285bab,_0x275102[_0x51df65(0x204)]=_0x1cb351,_0x275102[_0x51df65(0x1fe)]=_0x5e2123,_0x275102[_0x51df65(0x1d7)]=_0x213c2c,_0x275102[_0x51df65(0x1bc)]=_0x14e51e,_0x275102;}catch(_0x22ecf8){return logger[_0x51df65(0x1e0)]('[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20ERROR\x20-\x20'+util[_0x51df65(0x1bb)](_0x22ecf8)),{};}}}module[a98_0x56dba6(0x1e8)]=NodeGenericFramework;
@@ -1 +1 @@
1
- const a99_0x5b958c=a99_0x4870;function a99_0x4870(_0x2b155a,_0x2bf5c4){const _0x50d291=a99_0x50d2();return a99_0x4870=function(_0x487063,_0x5885c0){_0x487063=_0x487063-0x1c2;let _0xb1a3c7=_0x50d291[_0x487063];return _0xb1a3c7;},a99_0x4870(_0x2b155a,_0x2bf5c4);}(function(_0x392d9c,_0x2bccfb){const _0x12f661=a99_0x4870,_0x2c37e2=_0x392d9c();while(!![]){try{const _0x2d4740=parseInt(_0x12f661(0x1ef))/0x1+-parseInt(_0x12f661(0x1e8))/0x2*(parseInt(_0x12f661(0x1d7))/0x3)+parseInt(_0x12f661(0x1ee))/0x4+parseInt(_0x12f661(0x1d1))/0x5*(parseInt(_0x12f661(0x1df))/0x6)+parseInt(_0x12f661(0x1eb))/0x7*(-parseInt(_0x12f661(0x1cd))/0x8)+parseInt(_0x12f661(0x1ce))/0x9+-parseInt(_0x12f661(0x1cc))/0xa;if(_0x2d4740===_0x2bccfb)break;else _0x2c37e2['push'](_0x2c37e2['shift']());}catch(_0x5e11ef){_0x2c37e2['push'](_0x2c37e2['shift']());}}}(a99_0x50d2,0x3ed0d));const AutomationFramework=require(a99_0x5b958c(0x1ca)),{createClassLogger}=require(a99_0x5b958c(0x1db)),AutomationFrameworkState=require(a99_0x5b958c(0x1e7)),CLIUtils=require(a99_0x5b958c(0x1c8)),TrackedInstance=require(a99_0x5b958c(0x1d5)),AutomationFrameworkInstance=require(a99_0x5b958c(0x1d4));class PlaywrightAutomationFramework extends AutomationFramework{['logger']=createClassLogger(a99_0x5b958c(0x1e5));constructor(_0x5dc36a,_0xc873d4){super(_0x5dc36a,_0xc873d4);}async[a99_0x5b958c(0x1dd)](_0x306cf6,_0x2f828a,_0xb07fa={}){const _0x539607=a99_0x5b958c,_0x3aad7b={};_0x3aad7b[_0x539607(0x1e0)]=function(_0x49d90,_0x4f8fa9){return _0x49d90===_0x4f8fa9;};const _0xed1b07=_0x3aad7b;this['logger'][_0x539607(0x1ed)](_0x539607(0x1c3)+_0x306cf6+_0x539607(0x1c6)+_0x2f828a),await super[_0x539607(0x1dd)](_0x306cf6,_0x2f828a,_0xb07fa);const _0x343c3b=this[_0x539607(0x1e3)](_0x306cf6,_0x2f828a,_0xb07fa);if(_0xed1b07[_0x539607(0x1e0)](_0x343c3b,null))return;_0xb07fa[_0x539607(0x1c9)]=_0x343c3b,await this[_0x539607(0x1d3)](_0x343c3b,_0x306cf6,_0x2f828a,_0xb07fa);}[a99_0x5b958c(0x1e3)](_0x3a3be5,_0x5ae177,_0x23ce61={}){const _0x22260b=a99_0x5b958c,_0xac08ce={};_0xac08ce[_0x22260b(0x1ec)]=function(_0x4c2ed9,_0x3701b1){return _0x4c2ed9===_0x3701b1;};const _0x5875cc=_0xac08ce;let _0x178965=null;return(_0x5875cc['Hozgw'](_0x3a3be5,AutomationFrameworkState['CREATE'])||_0x5875cc[_0x22260b(0x1ec)](_0x3a3be5,AutomationFrameworkState['PLAYWRIGHT_DISPATCH'])&&(_0x23ce61[_0x22260b(0x1de)]&&_0x23ce61['message'][_0x22260b(0x1c5)]&&_0x23ce61[_0x22260b(0x1de)]['params']['bsParams'])||_0x5875cc['Hozgw'](_0x3a3be5,AutomationFrameworkState[_0x22260b(0x1cb)]))&&this[_0x22260b(0x1c7)](_0x3a3be5,_0x23ce61),_0x178965=AutomationFramework[_0x22260b(0x1d9)](),_0x178965;}['trackPlaywrightInstance'](_0x3290f4,_0x805672){const _0x526f20=a99_0x5b958c,_0x334f61={};_0x334f61[_0x526f20(0x1c2)]=_0x526f20(0x1d0);const _0x2dc46=_0x334f61;if(AutomationFramework[_0x526f20(0x1d9)]()){this[_0x526f20(0x1da)]['info'](_0x2dc46[_0x526f20(0x1c2)]);return;}const _0x4ebf17=CLIUtils[_0x526f20(0x1cf)](),_0x32ad76=TrackedInstance[_0x526f20(0x1e9)](_0x4ebf17);let _0x271114=null;this['logger'][_0x526f20(0x1ea)](_0x526f20(0x1dc)+_0x4ebf17+_0x526f20(0x1d6)+_0x3290f4),_0x271114=new AutomationFrameworkInstance(_0x32ad76,this[_0x526f20(0x1d2)](),this[_0x526f20(0x1d8)](),_0x3290f4),AutomationFramework[_0x526f20(0x1e2)](_0x32ad76,_0x271114),this[_0x526f20(0x1da)][_0x526f20(0x1ea)](_0x526f20(0x1c4)+_0x32ad76[_0x526f20(0x1e1)]()+_0x526f20(0x1e6)+_0x4ebf17);}}module[a99_0x5b958c(0x1e4)]=PlaywrightAutomationFramework;function a99_0x50d2(){const _0x152e80=['2552463AGmsFN','getCurrentInstanceName','trackPlaywrightInstance:\x20instance\x20already\x20exists','320xfPbcJ','getAutomationFrameworkName','runHooks','../instances/automationFrameworkInstance.js','../instances/trackedInstance.js',',\x20state=','6EGVtBX','getAutomationFrameworkVersion','getTrackedInstance','logger','../../../helpers/classLogger.js','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','trackEvent','message','9084GupcCN','uWVbA','getId','setTrackedInstance','resolveInstance','exports','PlaywrightAutomationFramework','\x20target=','../state/automationFrameworkState.js','428914uJbGfe','createContext','info','7bRLcaB','Hozgw','debug','674292EcZLFB','247716OQSEjM','HtpuR','trackEvent:\x20automationFrameworkState=','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','params','\x20hookState=','trackPlaywrightInstance','../cliUtils.js','instance','./automationFramework.js','NONE','720120WctILO','308584GBpDNt'];a99_0x50d2=function(){return _0x152e80;};return a99_0x50d2();}
1
+ const a99_0xabfc7=a99_0x306a;function a99_0x8ce5(){const _0x4432b9=['\x20hookState=','getCurrentInstanceName','8499295rlzTIY','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','info','instance','8sMzBub','WGEEe','trackPlaywrightInstance:\x20instance\x20already\x20exists','1dkEnPJ','debug','5684QuMFWl','3772539TLYHcF','LMPLJ','QuAKu','getTrackedInstance','JvyTx','PlaywrightAutomationFramework','logger','PLAYWRIGHT_DISPATCH','params','resolveInstance','ALJoD','trackPlaywrightInstance','message','setTrackedInstance','getId','../cliUtils.js','./automationFramework.js','getAutomationFrameworkName',',\x20state=','../instances/trackedInstance.js','trackEvent','2729618ljLuxG','createContext','5054196mYcBFP','trackEvent:\x20automationFrameworkState=','\x20target=','exports','../../../helpers/classLogger.js','6515257kHWVHE','306CKYAYk','18179830PBNlvZ','getAutomationFrameworkVersion'];a99_0x8ce5=function(){return _0x4432b9;};return a99_0x8ce5();}(function(_0x3d34c0,_0x2fa811){const _0x27d0f1=a99_0x306a,_0x31bcc0=_0x3d34c0();while(!![]){try{const _0x22afdd=parseInt(_0x27d0f1(0xa7))/0x1*(-parseInt(_0x27d0f1(0xbf))/0x2)+-parseInt(_0x27d0f1(0xc7))/0x3*(-parseInt(_0x27d0f1(0xa9))/0x4)+parseInt(_0x27d0f1(0xa0))/0x5+parseInt(_0x27d0f1(0xc1))/0x6+parseInt(_0x27d0f1(0xc6))/0x7+-parseInt(_0x27d0f1(0xa4))/0x8*(-parseInt(_0x27d0f1(0xaa))/0x9)+-parseInt(_0x27d0f1(0xc8))/0xa;if(_0x22afdd===_0x2fa811)break;else _0x31bcc0['push'](_0x31bcc0['shift']());}catch(_0x11192f){_0x31bcc0['push'](_0x31bcc0['shift']());}}}(a99_0x8ce5,0xd0919));function a99_0x306a(_0x3fae87,_0x127d76){const _0x8ce50e=a99_0x8ce5();return a99_0x306a=function(_0x306a14,_0x304ccb){_0x306a14=_0x306a14-0x9e;let _0x28b70b=_0x8ce50e[_0x306a14];return _0x28b70b;},a99_0x306a(_0x3fae87,_0x127d76);}const AutomationFramework=require(a99_0xabfc7(0xba)),{createClassLogger}=require(a99_0xabfc7(0xc5)),AutomationFrameworkState=require('../state/automationFrameworkState.js'),CLIUtils=require(a99_0xabfc7(0xb9)),TrackedInstance=require(a99_0xabfc7(0xbd)),AutomationFrameworkInstance=require('../instances/automationFrameworkInstance.js');class PlaywrightAutomationFramework extends AutomationFramework{[a99_0xabfc7(0xb0)]=createClassLogger(a99_0xabfc7(0xaf));constructor(_0x459250,_0x37857f){super(_0x459250,_0x37857f);}async['trackEvent'](_0x1afb71,_0x67ea53,_0x5b28f6={}){const _0x1f174d=a99_0xabfc7,_0x43b90d={};_0x43b90d['JvyTx']=function(_0x54b731,_0x55de0f){return _0x54b731===_0x55de0f;};const _0x42fd18=_0x43b90d;this[_0x1f174d(0xb0)][_0x1f174d(0xa8)](_0x1f174d(0xc2)+_0x1afb71+_0x1f174d(0x9e)+_0x67ea53),await super[_0x1f174d(0xbe)](_0x1afb71,_0x67ea53,_0x5b28f6);const _0x1ad7c8=this[_0x1f174d(0xb3)](_0x1afb71,_0x67ea53,_0x5b28f6);if(_0x42fd18[_0x1f174d(0xae)](_0x1ad7c8,null))return;_0x5b28f6[_0x1f174d(0xa3)]=_0x1ad7c8,await this['runHooks'](_0x1ad7c8,_0x1afb71,_0x67ea53,_0x5b28f6);}[a99_0xabfc7(0xb3)](_0x51e58b,_0x2a12b1,_0x35758f={}){const _0x4ee861=a99_0xabfc7,_0x1bfee2={};_0x1bfee2[_0x4ee861(0xa5)]=function(_0x41f813,_0x44f7e0){return _0x41f813===_0x44f7e0;},_0x1bfee2[_0x4ee861(0xb4)]=function(_0x57ee3a,_0x63a12c){return _0x57ee3a===_0x63a12c;},_0x1bfee2['QuAKu']=function(_0x548031,_0x3e132c){return _0x548031===_0x3e132c;};const _0x23d91f=_0x1bfee2;let _0x271c1f=null;return(_0x23d91f[_0x4ee861(0xa5)](_0x51e58b,AutomationFrameworkState['CREATE'])||_0x23d91f[_0x4ee861(0xb4)](_0x51e58b,AutomationFrameworkState[_0x4ee861(0xb1)])&&(_0x35758f[_0x4ee861(0xb6)]&&_0x35758f['message'][_0x4ee861(0xb2)]&&_0x35758f['message'][_0x4ee861(0xb2)]['bsParams'])||_0x23d91f[_0x4ee861(0xac)](_0x51e58b,AutomationFrameworkState['NONE']))&&this[_0x4ee861(0xb5)](_0x51e58b,_0x35758f),_0x271c1f=AutomationFramework[_0x4ee861(0xad)](),_0x271c1f;}[a99_0xabfc7(0xb5)](_0x193ba0,_0x4e81fa){const _0x42774a=a99_0xabfc7,_0x2a7c0d={};_0x2a7c0d['LMPLJ']=_0x42774a(0xa6);const _0x2f92af=_0x2a7c0d;if(AutomationFramework[_0x42774a(0xad)]()){this[_0x42774a(0xb0)][_0x42774a(0xa2)](_0x2f92af[_0x42774a(0xab)]);return;}const _0x2a2c1e=CLIUtils[_0x42774a(0x9f)](),_0x39877e=TrackedInstance[_0x42774a(0xc0)](_0x2a2c1e);let _0x527dac=null;this[_0x42774a(0xb0)][_0x42774a(0xa2)]('trackPlaywrightInstance:\x20created\x20instance\x20for\x20target='+_0x2a2c1e+_0x42774a(0xbc)+_0x193ba0),_0x527dac=new AutomationFrameworkInstance(_0x39877e,this[_0x42774a(0xbb)](),this[_0x42774a(0xc9)](),_0x193ba0),AutomationFramework[_0x42774a(0xb7)](_0x39877e,_0x527dac),this['logger']['info'](_0x42774a(0xa1)+_0x39877e[_0x42774a(0xb8)]()+_0x42774a(0xc3)+_0x2a2c1e);}}module[a99_0xabfc7(0xc4)]=PlaywrightAutomationFramework;