browserstack-node-sdk 1.65.0 → 1.65.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (216) 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/integrations/command.js +1 -1
  53. package/src/bin/integrations/constants.js +1 -1
  54. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  55. package/src/bin/jasmine/command.js +1 -1
  56. package/src/bin/jasmine/test.setup.js +1 -1
  57. package/src/bin/jasmine/testRunMap.js +1 -1
  58. package/src/bin/jest/command.js +1 -1
  59. package/src/bin/jest/customImplements/customCircus.js +1 -1
  60. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  61. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  62. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  63. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  64. package/src/bin/jest/jest.setup.js +1 -1
  65. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  66. package/src/bin/jest/test-observability/helper.js +1 -1
  67. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  68. package/src/bin/jest/test-observability/test-details.js +1 -1
  69. package/src/bin/jest/test.setup.js +1 -1
  70. package/src/bin/jest/test_before.setup.js +1 -1
  71. package/src/bin/launcher/launcher.js +1 -1
  72. package/src/bin/load/index.js +1 -1
  73. package/src/bin/load/loadErrors.js +1 -1
  74. package/src/bin/load/loadUtils.js +1 -1
  75. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  76. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  77. package/src/bin/mocha/command.js +1 -1
  78. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  79. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  80. package/src/bin/mocha/test.setup.js +1 -1
  81. package/src/bin/newman/command.js +1 -1
  82. package/src/bin/newman/helper.js +1 -1
  83. package/src/bin/newman/reporter/index.js +1 -1
  84. package/src/bin/newman/scriptRunner.js +1 -1
  85. package/src/bin/nightwatch/command.js +1 -1
  86. package/src/bin/node-generic/client.js +1 -1
  87. package/src/bin/playwright/accessibility-helper.js +1 -1
  88. package/src/bin/playwright/command.js +1 -1
  89. package/src/bin/playwright/globalSetup.js +1 -1
  90. package/src/bin/playwright/mock-process.js +1 -1
  91. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  92. package/src/bin/playwright/patches.js +1 -1
  93. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  94. package/src/bin/playwright/reporter/reporter.js +1 -1
  95. package/src/bin/playwright/reporter/test-details.js +1 -1
  96. package/src/bin/playwright/reporterArgs.js +1 -0
  97. package/src/bin/playwright/sessionDetails.js +1 -1
  98. package/src/bin/puppeteer/patches.js +1 -1
  99. package/src/bin/puppeteer/sessionDetails.js +1 -1
  100. package/src/bin/puppeteer/test.setup.js +1 -1
  101. package/src/bin/runner.js +1 -1
  102. package/src/bin/setup.js +1 -1
  103. package/src/bin/test-runner/index.js +1 -1
  104. package/src/bin/test-runner/runTest.js +1 -1
  105. package/src/bin/test-runner/testWorker.js +1 -1
  106. package/src/bin/testcafe/a11y-runner.js +1 -1
  107. package/src/bin/testcafe/command.js +1 -1
  108. package/src/bin/testcafe/reporter/index.js +1 -1
  109. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  110. package/src/bin/testcafe/session-registry.js +1 -1
  111. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  112. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  113. package/src/bin/testcafe/w3c-driver.js +1 -1
  114. package/src/bin/utils/apiUtilityMethods.js +1 -1
  115. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  116. package/src/bin/utils/constants.js +1 -1
  117. package/src/bin/utils/log4jsAppender.js +1 -1
  118. package/src/bin/utils/logPatcher.js +1 -1
  119. package/src/bin/utils/logReportingAPI.js +1 -1
  120. package/src/bin/utils/playwright-patcher.js +1 -1
  121. package/src/bin/utils/puppeteer-patcher.js +1 -1
  122. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  123. package/src/bin/utils/sharedUtils.js +1 -1
  124. package/src/bin/v2/TestInfo.js +1 -1
  125. package/src/bin/v2/browserstackCLI.js +1 -1
  126. package/src/bin/v2/cliUtils.js +1 -1
  127. package/src/bin/v2/customTagManager.js +1 -1
  128. package/src/bin/v2/eventDispatcher.js +1 -1
  129. package/src/bin/v2/framework/automationFramework.js +1 -1
  130. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  131. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  132. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  133. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  134. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  135. package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
  136. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  137. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  138. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  139. package/src/bin/v2/framework/testFramework.js +1 -1
  140. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  141. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  142. package/src/bin/v2/grpcClient.js +1 -1
  143. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  144. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  145. package/src/bin/v2/instances/trackedContext.js +1 -1
  146. package/src/bin/v2/instances/trackedInstance.js +1 -1
  147. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  148. package/src/bin/v2/modules/baseModule.js +1 -1
  149. package/src/bin/v2/modules/loadTestModule.js +1 -1
  150. package/src/bin/v2/modules/observabilityModule.js +1 -1
  151. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  152. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  153. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  154. package/src/bin/v2/modules/testhubModule.js +1 -1
  155. package/src/bin/v2/sdkErrorHandler.js +1 -1
  156. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  157. package/src/bin/v2/state/hookState.js +1 -1
  158. package/src/bin/v2/state/testFrameworkState.js +1 -1
  159. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  160. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  161. package/src/bin/v2/utils/jest-utils.js +1 -1
  162. package/src/bin/vanilla-js/command.js +1 -1
  163. package/src/browserStackSdk.js +1 -1
  164. package/src/helpers/BrowserStackSetup.js +1 -1
  165. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  166. package/src/helpers/accessibility-automation/constants.js +1 -1
  167. package/src/helpers/accessibility-automation/helper.js +1 -1
  168. package/src/helpers/accessibility-automation/scripts.js +1 -1
  169. package/src/helpers/ats/constants.js +1 -1
  170. package/src/helpers/ats/helper.js +1 -1
  171. package/src/helpers/caCertHelper.js +1 -1
  172. package/src/helpers/capsMapping.js +1 -1
  173. package/src/helpers/central-scanner/constants.js +1 -1
  174. package/src/helpers/central-scanner/helpers.js +1 -1
  175. package/src/helpers/classLogger.js +1 -1
  176. package/src/helpers/driverInitErrorReporter.js +1 -1
  177. package/src/helpers/globals.js +1 -1
  178. package/src/helpers/helper.js +1 -1
  179. package/src/helpers/logger.js +1 -1
  180. package/src/helpers/metadata.js +1 -1
  181. package/src/helpers/patchHelper.js +1 -1
  182. package/src/helpers/patchHelpers.js +1 -1
  183. package/src/helpers/percy/Percy.js +1 -1
  184. package/src/helpers/percy/PercyBinary.js +1 -1
  185. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  186. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  187. package/src/helpers/percy/PercySDK.js +1 -1
  188. package/src/helpers/percy/index.js +1 -1
  189. package/src/helpers/percy/utils.js +1 -1
  190. package/src/helpers/performance/constants.js +1 -1
  191. package/src/helpers/performance/performance-tester.js +1 -1
  192. package/src/helpers/playwright-helper.js +1 -1
  193. package/src/helpers/processHelper.js +1 -1
  194. package/src/helpers/puppeteer-helper.js +1 -1
  195. package/src/helpers/request-spy.js +1 -1
  196. package/src/helpers/setKeepAlive.js +1 -1
  197. package/src/helpers/stackFrameUtils.js +1 -1
  198. package/src/helpers/test-observability/constants.js +1 -1
  199. package/src/helpers/test-observability/error-handler.js +1 -1
  200. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  201. package/src/helpers/test-observability/sessionHandler.js +1 -1
  202. package/src/helpers/test-observability/utils.js +1 -1
  203. package/src/helpers/test-orchestration/constants.js +1 -1
  204. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  205. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  206. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  207. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  208. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  209. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  210. package/src/helpers/testhub/constants.js +1 -1
  211. package/src/helpers/testhub/testhubHandler.js +1 -1
  212. package/src/helpers/testhub/utils.js +1 -1
  213. package/src/helpers/utilities.js +1 -1
  214. package/src/helpers/w3cMapping.js +1 -1
  215. package/src/hubAllocationMethods.js +1 -1
  216. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a91_0x548d0d=a91_0x5bd7;function a91_0x1334(){const _0x4fdc97=['LbCyM','KEY_TEST_ID','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','error','kaOjY','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','Stored\x20pending\x20hook\x20for\x20testId:\x20','BZvsu','7090jLuQTb','11XcHrGD','get','upwzx','XABLr',',\x20totalBatches:\x20','DEFAULT_HOOK_RESULT','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','./constants/testFrameworkConstants.js',',\x20error:\x20','mapTestHooks','GKMyp','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','qZusM','format','hook_type','vETJi','Processing\x20','status','dLyaF','tags','dLEdD','name',',\x20logsInBatch:\x20',':testAnalyticsId','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','UbkzS','hookData','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','xQJUl','parse',',\x20totalHooks=','getJestTestIdentifier','KEY_EVENT_STARTED_AT','getCurrentHookState','wQeKV','PRE','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','../../../helpers/classLogger.js','QVfWo','LOG_REPORT','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','KEY_TEST_RERUN_NAME','debug','KEY_TEST_FAILURE','activeHooks','isJestInternalHook','YWBHH','result',',\x20failureReason=','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=',',\x20state=','ZxoiB','QnvZo','trackJestInstance','20aweqTN','getHooksForTest','filePath','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','buildHookMapFromTest','getTestFrameworks','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','getActiveHook','from','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','7btQzKO','exports','qCINv','util','jfSZq','../grpcClient','instance','hook_run_uuid',',\x20platformIndex:\x20',',\x20remainingHooks=','1863NUhXrn','push','oNiDe','SUIfC','bkfXK',',\x20hookId=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','\x20for\x20testId:\x20','args','logCreatedEvent','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','yqNEa','KEY_HOOK_RESULT','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','message','toString','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','10535028ZdqiVR','KEY_HOOK_FAILURE','ULjEd','started_at','ALL',',\x20totalLogs:\x20','Unknown\x20Test','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','parseJestTestResult','egLWe','hook_id','originalTest','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','xYpsp','24194aeWHya','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','KEY_TEST_RETRY_OF','JestTestFramework','file_name','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','createContext','getJestTestFilePath','Tcqgt','removeActiveHook','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','KEY_TEST_NAME',',\x20storing\x20as\x20pending\x20hook','KEY_CUSTOM_TAGS','\x20-\x20testId:\x20','trackHookEvent','rwEyO','uuid','BgKpO','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','qsmPk','KEY_AUTOMATE_SESSION_NAME','nvuRm','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','kind','getRootParentFile','concat','642126ADLFce',',\x20hooksListLength=','getJestTestScopes','\x20attachments','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','Assert','ofoMg','map','endedAt','getJestFailureData',',\x20result=','YbpLw','8RXNntv','base64','ZSRrR','event_ended_at','KEY_HOOKS_STARTED','KEY_EVENT_ENDED_AT','AssertionError','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','KEY_TEST_STARTED_AT','KEY_TEST_RESULT','../../../helpers/test-observability/utils','KEY_TEST_FRAMEWORK_NAME','hook_result','title','getJestTestName','KEY_LOGS','scopes','TdOzd','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','stack-trace','gOkFb','\x20to\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','testData','YBTxh','ZnyNg','../state/hookState.js','trackEvent','KEY_HOOK_LOGS','hasPendingHooks','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','\x20files',',\x20testId=','filter','\x20pending\x20hooks\x20for\x20testId:\x20','KEY_HOOK_NAME','sendLogCreatedEvent','hookState','POST','KEY_TEST_RESULT_AT','KEY_TEST_SCOPE','KEY_TEST_ATTACHMENTS','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','jPDEx','732957bCGeNR','slice','substring','length','replace','testUUID','join','setActiveHook','aAxtg','asyncError','vOrGX','\x20(testIdentifier),\x20tags=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','KEY_HOOK_LAST_STARTED','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','wdwBq','ceil','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','MPvRP','../cliUtils.js','file','KEY_TEST_FRAMEWORK_VERSION','AwJXW',',\x20messageLength=','has','pop','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','getAllData',',\x20hookUUID=','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','xCzKH','trriQ','\x20-\x20test_identifier=','inspect','isArray','asvaM','getJestTestTags','juitv','BEFORE_ALL',',\x20testData=','duration','parent','beforeAll','testFrameworkState',',\x20test_run_uuid=','addPendingHook','split','hooks','forEach','storePendingHook','__workerDetails','KEY_HOOK_ID',',\x20state:\x20',',\x20hook=',',\x20duration=','eventJson','UnhandledError','\x20screenshot\x20logs\x20for\x20testId:\x20','kFBkJ','UFRdG','skip','PYyEc','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','pid','getThreadId','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','KEY_HOOKS_FINISHED','setTrackedInstance','KEY_TEST_FILE_PATH','eMOFL','includes','find','getAllPendingHookTestIds','\x20(testIdentifier),\x20result=','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','missing','toISOString','parseJestTest',',\x20filePath=','KEY_TEST_FAILURE_TYPE','hookAnalyticsId','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','\x20(testIdentifier),\x20hookType=','addMultipleEntries','test_run_id',',\x20consoleLogs:\x20','getContext','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','type','keys','KEY_TEST_META','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','testFrameworkVersion','cUvwo','843270lhkocO','KEY_HOOK_FAILURE_REASON','startedAt','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','KEY_TEST_TAGS',',\x20hookState=','xpbvw','../TestInfo.js','depth','getJestFailureType','removePendingHooks','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','1423840ZUnyDK','set','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','KEY_TEST_DURATION','getCurrentInstanceName','ezDSj','ImDsU','\x20&\x20hookState=','RYgpM','startsWith','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20',',\x20scopes=','test_identifier','Error\x20in\x20createTestFrameworkEventPayload:\x20','wHACj','CdkmJ',',\x20argsKeys=','findIndex','getTestFrameworksVersions','zpHKb','coUyh','TEST_SCREENSHOT','../../../helpers/stackFrameUtils','yDGqn',',\x20filePath:\x20','dBsZU','executionContext','nizvb','jest-circus','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','oNdlZ','CbpeJ','KEY_HOOK_FAILURE_TYPE','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','errorsDetailed','finished_at','jsmqU','testId','../instances/trackedInstance.js','vjWHr','match','Unknown\x20error','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20',',\x20attachmentLogs:\x20','test','rHHRn','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','hookUUID',',\x20target=','imWsd','SGFei','\x20(testIdentifier)','unknown','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','trackJestInstance:\x20created\x20instance\x20for\x20target=','KEY_TEST_UUID','KEY_TEST_ENDED_AT','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','location','pqXFu','Qzvfd','npStL','getJestFailureReason',',\x20exception=','KEY_TEST_CODE','failure_reason','CfNLN','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=',',\x20hookData=',',\x20hook_run_uuid=','warn',',\x20hookType=','toUpperCase','resolveInstance','getPendingHooks','./testFramework','afterAll','KEY_TEST_LOGS','maxArrayLength','getRef','yqeoi','runHooks',',\x20failureType=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20',',\x20contextId=','scope','hookType','substr','getId','KEY_TEST_SCOPES','createTestFrameworkEventPayload','getTrackedInstance','DEFAULT_TEST_RESULT','testFrameworkName','hookMetadata','parallelIndex','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','failed',',\x20scope:\x20','\x20logs\x20for\x20testId:\x20',',\x20version=','\x20hook','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','retryOf','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','puhUs','HqxyR','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','ObJwO','passed','code','splice','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20'];a91_0x1334=function(){return _0x4fdc97;};return a91_0x1334();}(function(_0x4a3944,_0x27588f){const _0x3c0ff8=a91_0x5bd7,_0x190242=_0x4a3944();while(!![]){try{const _0x53ad7b=-parseInt(_0x3c0ff8(0x2b5))/0x1*(-parseInt(_0x3c0ff8(0x2ea))/0x2)+-parseInt(_0x3c0ff8(0x33e))/0x3+-parseInt(_0x3c0ff8(0x311))/0x4*(parseInt(_0x3c0ff8(0x1f7))/0x5)+parseInt(_0x3c0ff8(0x305))/0x6*(parseInt(_0x3c0ff8(0x2bf))/0x7)+-parseInt(_0x3c0ff8(0x204))/0x8+-parseInt(_0x3c0ff8(0x2c9))/0x9*(-parseInt(_0x3c0ff8(0x27e))/0xa)+parseInt(_0x3c0ff8(0x27f))/0xb*(parseInt(_0x3c0ff8(0x2da))/0xc);if(_0x53ad7b===_0x27588f)break;else _0x190242['push'](_0x190242['shift']());}catch(_0x3d4ea9){_0x190242['push'](_0x190242['shift']());}}}(a91_0x1334,0x95e94));const TestFramework=require(a91_0x548d0d(0x250)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a91_0x548d0d(0x32c)),{createClassLogger}=require(a91_0x548d0d(0x2a4)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a91_0x548d0d(0x353)),TrackedInstance=require(a91_0x548d0d(0x22a)),TestFrameworkConstants=require(a91_0x548d0d(0x286)),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),{isInternalHook}=require(a91_0x548d0d(0x31b)),logger=createClassLogger(a91_0x548d0d(0x2ed)),{v4:uuidv4}=require(a91_0x548d0d(0x2fb)),util=require(a91_0x548d0d(0x2c2)),TestInfo=require(a91_0x548d0d(0x1ff)),GrpcClient=require(a91_0x548d0d(0x2c4)),stackTrace=require(a91_0x548d0d(0x324)),{pickUserFrameFile}=require(a91_0x548d0d(0x21a));class JestTestFramework extends TestFramework{constructor(_0x16972d,_0x2d63d7,_0x2df10d){super(_0x16972d,_0x2d63d7,_0x2df10d),this['activeHooks']=new Map();}[a91_0x548d0d(0x345)](_0xa0047,_0x3f0127,_0x36fc53){const _0x235aec=a91_0x548d0d,_0x3bcd97={};_0x3bcd97[_0x235aec(0x21d)]=function(_0x38000c,_0x286750){return _0x38000c||_0x286750;};const _0x2dee14=_0x3bcd97;if(_0x2dee14[_0x235aec(0x21d)](!_0xa0047,!_0x3f0127)){logger['warn']('[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0xa0047+_0x235aec(0x35c)+_0x3f0127);return;}!this[_0x235aec(0x2ab)][_0x235aec(0x358)](_0xa0047)&&this[_0x235aec(0x2ab)][_0x235aec(0x205)](_0xa0047,[]);const _0x409a82={'hookUUID':_0x3f0127,'hookType':_0x36fc53,'startedAt':new Date()[_0x235aec(0x1e5)]()};this[_0x235aec(0x2ab)][_0x235aec(0x280)](_0xa0047)[_0x235aec(0x2ca)](_0x409a82),logger[_0x235aec(0x2a9)](_0x235aec(0x2b0)+_0xa0047+_0x235aec(0x35c)+_0x3f0127+_0x235aec(0x24c)+_0x36fc53+_0x235aec(0x29d)+this['activeHooks'][_0x235aec(0x280)](_0xa0047)[_0x235aec(0x341)]);}[a91_0x548d0d(0x2f3)](_0x36f153,_0x48184c){const _0x1576ce=a91_0x548d0d,_0x4b97dc={};_0x4b97dc['FKEke']=function(_0x380696,_0x10ab68){return _0x380696||_0x10ab68;},_0x4b97dc['rwEyO']=function(_0x35cca9,_0x14dc63){return _0x35cca9!==_0x14dc63;},_0x4b97dc['eMMtL']=function(_0x370fdb,_0xe2705f){return _0x370fdb===_0xe2705f;};const _0x412ce4=_0x4b97dc;if(_0x412ce4['FKEke'](!_0x36f153,!_0x48184c)){logger[_0x1576ce(0x24b)](_0x1576ce(0x278)+_0x36f153+_0x1576ce(0x35c)+_0x48184c);return;}if(this[_0x1576ce(0x2ab)][_0x1576ce(0x358)](_0x36f153)){const _0x3c6d6e=this[_0x1576ce(0x2ab)][_0x1576ce(0x280)](_0x36f153),_0x39ec6a=_0x3c6d6e[_0x1576ce(0x215)](_0x3645cc=>_0x3645cc[_0x1576ce(0x233)]===_0x48184c);_0x412ce4[_0x1576ce(0x2fa)](_0x39ec6a,-0x1)?(_0x3c6d6e[_0x1576ce(0x274)](_0x39ec6a,0x1),logger[_0x1576ce(0x2a9)](_0x1576ce(0x2be)+_0x36f153+_0x1576ce(0x35c)+_0x48184c+_0x1576ce(0x2c8)+_0x3c6d6e[_0x1576ce(0x341)]),_0x412ce4['eMMtL'](_0x3c6d6e['length'],0x0)&&this['activeHooks']['delete'](_0x36f153)):logger[_0x1576ce(0x2a9)](_0x1576ce(0x297)+_0x36f153+_0x1576ce(0x35c)+_0x48184c);}}[a91_0x548d0d(0x2bc)](_0x4676fc){const _0x444d85=a91_0x548d0d,_0x267749={};_0x267749[_0x444d85(0x231)]=function(_0x7d4cab,_0x363c90){return _0x7d4cab>_0x363c90;},_0x267749['xpbvw']=function(_0x2dc3bc,_0x419e6a){return _0x2dc3bc-_0x419e6a;};const _0x412e07=_0x267749;if(!_0x4676fc)return null;if(this['activeHooks'][_0x444d85(0x358)](_0x4676fc)){const _0x3a1994=this['activeHooks'][_0x444d85(0x280)](_0x4676fc);if(_0x412e07[_0x444d85(0x231)](_0x3a1994['length'],0x0)){const _0x1746f8=_0x3a1994[_0x412e07[_0x444d85(0x1fe)](_0x3a1994['length'],0x1)];return logger[_0x444d85(0x2a9)]('[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier='+_0x4676fc+_0x444d85(0x35c)+_0x1746f8[_0x444d85(0x233)]+',\x20hookType='+_0x1746f8[_0x444d85(0x25b)]),_0x1746f8;}}return null;}async[a91_0x548d0d(0x32d)](_0x4d6497,_0x3b2d73,_0x24b5fe={}){const _0x19de0d=a91_0x548d0d,_0x2eff27={};_0x2eff27[_0x19de0d(0x322)]=_0x19de0d(0x2d3),_0x2eff27[_0x19de0d(0x33d)]=function(_0x24b53c,_0x497248){return _0x24b53c===_0x497248;},_0x2eff27[_0x19de0d(0x2a5)]=function(_0x4bb076,_0x13b764){return _0x4bb076||_0x13b764;},_0x2eff27['LbCyM']=_0x19de0d(0x351),_0x2eff27[_0x19de0d(0x35f)]=function(_0x214a64,_0xe4ff85){return _0x214a64===_0xe4ff85;};const _0x28ef2a=_0x2eff27;logger[_0x19de0d(0x2a9)]('[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState='+_0x4d6497+_0x19de0d(0x1fd)+_0x3b2d73+_0x19de0d(0x214)+Object['keys'](_0x24b5fe)['join'](',')),await super[_0x19de0d(0x32d)](_0x4d6497,_0x3b2d73,_0x24b5fe);const _0x35a773=this['resolveInstance'](_0x4d6497,_0x3b2d73,_0x24b5fe);if(!_0x35a773){logger[_0x19de0d(0x2a9)](_0x28ef2a['TdOzd']);return;}try{let _0x30c83d,_0x2ee2c5,_0x26d090;switch(_0x4d6497){case TestFrameworkState['TEST']:_0x30c83d=_0x24b5fe[_0x19de0d(0x230)];const _0x2d39fe={};_0x2d39fe['depth']=0x2,_0x2d39fe[_0x19de0d(0x253)]=0x3,logger[_0x19de0d(0x2a9)](_0x19de0d(0x1e3)+_0x3b2d73+_0x19de0d(0x1c0)+util['inspect'](_0x30c83d,_0x2d39fe)),_0x26d090=this['getJestTestIdentifier'](_0x30c83d),_0x2ee2c5=null,logger[_0x19de0d(0x2a9)](_0x19de0d(0x1ea)+_0x26d090+_0x19de0d(0x237));if(_0x28ef2a[_0x19de0d(0x33d)](_0x3b2d73,HookState[_0x19de0d(0x2a2)])){logger['debug'](_0x19de0d(0x2ef)+_0x26d090);const _0x5e4101={};_0x5e4101['testUUID']=_0x2ee2c5,_0x5e4101['testData']=_0x30c83d,_0x5e4101[_0x19de0d(0x229)]=_0x26d090;const _0x5aa570=this[_0x19de0d(0x1e6)](_0x5e4101),_0x58df6b={};_0x58df6b['depth']=0x2,_0x58df6b[_0x19de0d(0x253)]=0x3,logger[_0x19de0d(0x2a9)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20'+util['inspect'](_0x5aa570,_0x58df6b)),_0x35a773['addMultipleEntries'](_0x5aa570),logger[_0x19de0d(0x2a9)](_0x19de0d(0x327)+_0x26d090),await this['processPendingHooks'](_0x35a773,_0x26d090);}else{if(_0x28ef2a[_0x19de0d(0x33d)](_0x3b2d73,HookState['POST'])){logger['debug'](_0x19de0d(0x2cf)+_0x26d090);const _0x2bc995=_0x35a773[_0x19de0d(0x35b)]()[_0x19de0d(0x280)](_0x26d090);logger[_0x19de0d(0x2a9)](_0x19de0d(0x28a)+util[_0x19de0d(0x361)](Object['keys'](_0x28ef2a['QVfWo'](_0x2bc995,{}))));_0x2bc995&&_0x2bc995[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]?logger[_0x19de0d(0x2a9)](_0x19de0d(0x34a)+Object[_0x19de0d(0x1f2)](_0x2bc995[TestFrameworkConstants[_0x19de0d(0x33b)]])[_0x19de0d(0x341)]+_0x19de0d(0x331)):logger[_0x19de0d(0x2a9)](_0x28ef2a[_0x19de0d(0x276)]);const _0x42e006=_0x24b5fe[_0x19de0d(0x2e7)]||null,_0x1c271e={};_0x1c271e[_0x19de0d(0x343)]=_0x2ee2c5,_0x1c271e[_0x19de0d(0x329)]=_0x30c83d,_0x1c271e['testId']=_0x26d090,_0x1c271e[_0x19de0d(0x2e7)]=_0x42e006;const _0x3ae36d=this['parseJestTestResult'](_0x1c271e),_0x1ae29d={};_0x1ae29d[_0x19de0d(0x200)]=0x2,_0x1ae29d[_0x19de0d(0x253)]=0x3,logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20'+util[_0x19de0d(0x361)](_0x3ae36d,_0x1ae29d)),_0x35a773[_0x19de0d(0x1ec)](_0x3ae36d),logger[_0x19de0d(0x2a9)](_0x19de0d(0x275)+_0x26d090),await this['processPendingHooks'](_0x35a773,_0x26d090);}}break;case TestFrameworkState[_0x19de0d(0x2a6)]:if(_0x28ef2a[_0x19de0d(0x35f)](_0x3b2d73,HookState[_0x19de0d(0x338)])){const _0x51a95c={};_0x51a95c['depth']=0x2,logger[_0x19de0d(0x2a9)](_0x19de0d(0x265)+util['inspect'](_0x24b5fe,_0x51a95c)),await this[_0x19de0d(0x336)](_0x35a773,_0x4d6497,_0x24b5fe);}break;default:if(CLIUtils['matchHookRegex'](_0x4d6497[_0x19de0d(0x2d8)]()[_0x19de0d(0x1c7)]('.')[0x1])){const _0x3f2ac4={};_0x3f2ac4[_0x19de0d(0x200)]=0x2,_0x3f2ac4[_0x19de0d(0x253)]=0x3,logger[_0x19de0d(0x2a9)](_0x19de0d(0x35a)+_0x4d6497+_0x19de0d(0x1fd)+_0x3b2d73+_0x19de0d(0x249)+util[_0x19de0d(0x361)](_0x24b5fe[_0x19de0d(0x299)],_0x3f2ac4));const _0x53fa59=await this[_0x19de0d(0x2f9)](_0x35a773,_0x4d6497,_0x3b2d73,_0x24b5fe),_0x2756a3={};_0x2756a3[_0x19de0d(0x200)]=0x2,_0x2756a3[_0x19de0d(0x253)]=0x3,logger['debug'](_0x19de0d(0x1fb)+util['inspect'](_0x53fa59,_0x2756a3)),_0x35a773[_0x19de0d(0x1ec)](_0x53fa59);}else logger['debug'](_0x19de0d(0x2e2)+_0x4d6497+_0x19de0d(0x20b)+_0x3b2d73);break;}logger['debug'](_0x19de0d(0x203)+_0x4d6497+_0x19de0d(0x1fd)+_0x3b2d73);}catch(_0x486354){logger[_0x19de0d(0x279)](_0x19de0d(0x1f0)+_0x4d6497+_0x19de0d(0x1fd)+_0x3b2d73+_0x19de0d(0x244)+util[_0x19de0d(0x28c)](_0x486354));}_0x24b5fe['instance']=_0x35a773,await this['runHooks'](_0x35a773,_0x4d6497,_0x3b2d73,_0x24b5fe);}[a91_0x548d0d(0x29e)](_0x177258){const _0x2184d0=a91_0x548d0d,_0x450061={};_0x450061[_0x2184d0(0x325)]='[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback';const _0x48b933=_0x450061;if(_0x177258&&(_0x177258['id']||_0x177258[_0x2184d0(0x2fb)])){const _0x46092e=_0x177258['id']||_0x177258[_0x2184d0(0x2fb)];return logger['debug'](_0x2184d0(0x318)+_0x46092e+'\x22\x20from\x20testData'),_0x46092e;}return logger[_0x2184d0(0x2a9)](_0x48b933[_0x2184d0(0x325)]),process[_0x2184d0(0x1d8)]+_0x2184d0(0x296);}[a91_0x548d0d(0x24e)](_0x21d324,_0x135d32,_0x4b711d={}){const _0x1d4d9f=a91_0x548d0d;let _0x25d5aa=null;return _0x25d5aa=TestFramework[_0x1d4d9f(0x260)](),!_0x25d5aa?(logger[_0x1d4d9f(0x2a9)](_0x1d4d9f(0x248)+_0x21d324),this[_0x1d4d9f(0x2b4)](_0x21d324,_0x4b711d),_0x25d5aa=TestFramework[_0x1d4d9f(0x260)](),logger[_0x1d4d9f(0x2a9)]('[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists='+!!_0x25d5aa+_0x1d4d9f(0x259)+_0x25d5aa?.[_0x1d4d9f(0x1ef)]()?.[_0x1d4d9f(0x25d)]())):logger[_0x1d4d9f(0x2a9)](_0x1d4d9f(0x2a7)+_0x25d5aa[_0x1d4d9f(0x1ef)]()?.[_0x1d4d9f(0x25d)]()),_0x25d5aa;}['trackJestInstance'](_0x2cbc2e,_0x4b1005){const _0x2e7c17=a91_0x548d0d,_0x2f4655={};_0x2f4655['UFRdG']='trackJestInstance:\x20instance\x20already\x20exists';const _0x4c4f57=_0x2f4655;if(TestFramework[_0x2e7c17(0x260)]()){logger[_0x2e7c17(0x2a9)](_0x4c4f57[_0x2e7c17(0x1d4)]);return;}const _0x18f5f1=CLIUtils[_0x2e7c17(0x208)](),_0x18428f=TrackedInstance[_0x2e7c17(0x2f0)](_0x18f5f1);let _0x19fb49=null;logger[_0x2e7c17(0x2a9)](_0x2e7c17(0x23a)+_0x18f5f1+_0x2e7c17(0x2b1)+_0x2cbc2e),_0x19fb49=new TestFrameworkInstance(_0x18428f,this[_0x2e7c17(0x2ba)](),this[_0x2e7c17(0x216)](),_0x2cbc2e,HookState['NONE']),TestFramework[_0x2e7c17(0x1dc)](_0x18428f,_0x19fb49),logger[_0x2e7c17(0x2a9)](_0x2e7c17(0x2a3)+_0x18428f[_0x2e7c17(0x25d)]()+_0x2e7c17(0x234)+_0x18f5f1+',\x20testFramework='+this['getTestFrameworks']()[0x0]+_0x2e7c17(0x269)+this[_0x2e7c17(0x216)]()[this[_0x2e7c17(0x2ba)]()[0x0]]);}[a91_0x548d0d(0x1e6)](_0x127f4d){const _0x2a785f=a91_0x548d0d,_0x33e01a={};_0x33e01a[_0x2a785f(0x2fe)]=function(_0x2eb059,_0x4b7db2){return _0x2eb059||_0x4b7db2;},_0x33e01a['Qzvfd']=_0x2a785f(0x1d7);const _0x334e8a=_0x33e01a,{testUUID:_0x57bcad,testData:_0x51841c,testId:_0x27ae66}=_0x127f4d;if(_0x334e8a[_0x2a785f(0x2fe)](!_0x51841c,!_0x27ae66))return logger[_0x2a785f(0x2a9)](_0x334e8a[_0x2a785f(0x241)]),{};const _0x4d25c1=this['getTestFrameworks']()[0x0],_0x45a7a1=this['getTestFrameworksVersions'](),_0x4b599e={};_0x4b599e[_0x2a785f(0x200)]=0x2,_0x4b599e['maxArrayLength']=0x3,logger[_0x2a785f(0x2a9)]('[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20'+util[_0x2a785f(0x361)](_0x51841c,_0x4b599e));const _0x546e89=_0x51841c?.[_0x2a785f(0x321)]||[],_0x866962=this[_0x2a785f(0x31f)](_0x51841c),_0x241c57=this[_0x2a785f(0x2f1)](_0x51841c),_0x189d18=_0x51841c['fn']?_0x51841c['fn']['toString']():_0x51841c?.['body']?_0x51841c['body'][_0x2a785f(0x273)]['toString']():null,_0x1fdb79=this[_0x2a785f(0x1bd)](_0x51841c),_0x1163d0={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x4d25c1,[TestFrameworkConstants[_0x2a785f(0x355)]]:_0x45a7a1[_0x4d25c1],[TestFrameworkConstants[_0x2a785f(0x252)]]:[],[TestFrameworkConstants[_0x2a785f(0x1db)]]:{},[TestFrameworkConstants[_0x2a785f(0x315)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x2a785f(0x261)],[TestFrameworkConstants[_0x2a785f(0x2ff)]]:_0x866962,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x241c57,[TestFrameworkConstants[_0x2a785f(0x277)]]:_0x27ae66,[TestFrameworkConstants[_0x2a785f(0x2f5)]]:_0x866962,[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x241c57,[TestFrameworkConstants[_0x2a785f(0x245)]]:_0x189d18,[TestFrameworkConstants[_0x2a785f(0x1fc)]]:_0x1fdb79,[TestFrameworkConstants[_0x2a785f(0x319)]]:_0x51841c['started_at']||new Date()[_0x2a785f(0x1e5)](),[TestFrameworkConstants[_0x2a785f(0x33a)]]:_0x546e89[0x0]||'',[TestFrameworkConstants[_0x2a785f(0x25e)]]:_0x546e89,[TestFrameworkConstants[_0x2a785f(0x2a8)]]:_0x866962,[TestFrameworkConstants[_0x2a785f(0x2f7)]]:{},[TestFrameworkConstants[_0x2a785f(0x1f3)]]:{}};_0x51841c[_0x2a785f(0x26c)]&&(_0x1163d0[TestFrameworkConstants[_0x2a785f(0x2ec)]]=_0x51841c[_0x2a785f(0x26c)]);logger[_0x2a785f(0x2a9)]('[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName='+_0x866962+',\x20testId='+_0x27ae66+_0x2a785f(0x349)+JSON['stringify'](_0x1fdb79)+_0x2a785f(0x20f)+util[_0x2a785f(0x361)](_0x546e89)+_0x2a785f(0x1e7)+_0x241c57);const _0x44d362={};return _0x44d362[_0x27ae66]=_0x1163d0,_0x44d362;}[a91_0x548d0d(0x2e4)](_0x404f3e){const _0x8e9013=a91_0x548d0d,_0x4a5874={'CfNLN':function(_0x560ad0,_0x5c14d7){return _0x560ad0===_0x5c14d7;},'puhUs':_0x8e9013(0x251),'CbpeJ':function(_0x24af91,_0x489546){return _0x24af91===_0x489546;},'yqeoi':_0x8e9013(0x1c3),'BZvsu':_0x8e9013(0x2de),'juitv':'_ALL','YBTxh':function(_0x5dfd2d,_0x22d52e){return _0x5dfd2d||_0x22d52e;},'dLyaF':_0x8e9013(0x35d),'poqTF':function(_0x31dd6e,_0x230798){return _0x31dd6e||_0x230798;},'bkfXK':_0x8e9013(0x238),'BgKpO':function(_0x32ebb3,_0x27af9b){return _0x32ebb3>_0x27af9b;},'MPvRP':'failed','SUIfC':function(_0x3a86c5,_0x1142af){return _0x3a86c5===_0x1142af;},'vOrGX':_0x8e9013(0x1d5),'wdwBq':'skipped','oNiDe':_0x8e9013(0x272),'kaOjY':function(_0x4ce461,_0x42232e){return _0x4ce461===_0x42232e;},'JXfwh':function(_0x3855ed,_0xcb2554){return _0x3855ed!==_0xcb2554;},'ObJwO':function(_0x58366e,_0x4dd271,_0x268793,_0x94fa0d){return _0x58366e(_0x4dd271,_0x268793,_0x94fa0d);},'RYgpM':function(_0x344dc3,_0x3249e2){return _0x344dc3>_0x3249e2;},'XABLr':function(_0x39125f,_0x285432){return _0x39125f>_0x285432;},'SKTtv':_0x8e9013(0x1f4),'yDGqn':function(_0x13dd1e,_0xdbea5d){return _0x13dd1e===_0xdbea5d;}},{testUUID:_0x7b046d,testData:_0xea9ec2,testId:_0x2ebe96}=_0x404f3e;if(_0x4a5874[_0x8e9013(0x32a)](!_0xea9ec2,!_0x2ebe96))return logger['debug'](_0x4a5874[_0x8e9013(0x291)]),{};const _0x44e3ba=this[_0x8e9013(0x24e)](TestFrameworkState['TEST'],HookState['POST']),_0x169a4e=_0x44e3ba[_0x8e9013(0x35b)]()['get'](_0x2ebe96),_0x4ec3b3=_0x4a5874['poqTF'](_0x169a4e,{}),_0x399d19=_0x4ec3b3?_0x4ec3b3[TestFrameworkConstants[_0x8e9013(0x2f7)]]||{}:{},_0x628f25=_0x4ec3b3[TestFrameworkConstants[_0x8e9013(0x33b)]];logger[_0x8e9013(0x2a9)](_0x8e9013(0x2e3)+(_0x628f25?Object[_0x8e9013(0x1f2)](_0x628f25)[_0x8e9013(0x341)]:0x0)+_0x8e9013(0x308));let _0x344d9a=_0x4a5874[_0x8e9013(0x2cd)];if(_0xea9ec2[_0x8e9013(0x2ae)])_0x344d9a=_0xea9ec2[_0x8e9013(0x2ae)];else{if(_0xea9ec2[_0x8e9013(0x226)]&&_0x4a5874[_0x8e9013(0x2fc)](_0xea9ec2['errorsDetailed'][_0x8e9013(0x341)],0x0))_0x344d9a=_0x4a5874[_0x8e9013(0x352)];else _0x4a5874[_0x8e9013(0x2cc)](_0xea9ec2[_0x8e9013(0x290)],_0x4a5874[_0x8e9013(0x348)])||_0x4a5874[_0x8e9013(0x223)](_0xea9ec2[_0x8e9013(0x290)],_0x4a5874[_0x8e9013(0x34d)])?_0x344d9a=_0x4a5874[_0x8e9013(0x34d)]:_0x344d9a=_0x4a5874[_0x8e9013(0x2cb)];}const _0x106066={..._0x4ec3b3,[TestFrameworkConstants[_0x8e9013(0x31a)]]:_0x344d9a,[TestFrameworkConstants[_0x8e9013(0x23c)]]:_0xea9ec2['finished_at']||new Date()['toISOString'](),[TestFrameworkConstants[_0x8e9013(0x339)]]:new Date()[_0x8e9013(0x1e5)](),[TestFrameworkConstants[_0x8e9013(0x2f7)]]:_0x399d19,[TestFrameworkConstants[_0x8e9013(0x320)]]:_0x4ec3b3[TestFrameworkConstants[_0x8e9013(0x320)]]||[],[TestFrameworkConstants['KEY_TEST_META']]:{}};if(_0x4a5874[_0x8e9013(0x27a)](_0x344d9a,_0x4a5874[_0x8e9013(0x352)])&&_0xea9ec2['errorsDetailed']){const _0x5957ca=this[_0x8e9013(0x243)](_0xea9ec2),_0x1941c7=this[_0x8e9013(0x201)](_0xea9ec2),_0x5c28a8=this[_0x8e9013(0x30e)](_0xea9ec2);_0x106066[TestFrameworkConstants[_0x8e9013(0x1e8)]]=_0x1941c7,_0x106066[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x5957ca,_0x106066[TestFrameworkConstants[_0x8e9013(0x2aa)]]=_0x5c28a8;}_0x4a5874['JXfwh'](_0xea9ec2[_0x8e9013(0x1c1)],undefined)&&(_0x106066[TestFrameworkConstants[_0x8e9013(0x207)]]=_0xea9ec2[_0x8e9013(0x1c1)]);_0xea9ec2[_0x8e9013(0x26c)]&&(_0x106066[TestFrameworkConstants[_0x8e9013(0x2ec)]]=_0xea9ec2['retryOf']);const _0x2a4245=_0x169a4e?_0x169a4e[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{}:{},_0x4d3b08=_0x169a4e?_0x169a4e[TestFrameworkConstants[_0x8e9013(0x23b)]]:_0x7b046d,_0x18f23b=_0x4a5874[_0x8e9013(0x271)](getManualUploadLogs,_0x2a4245,_0x4d3b08,_0x2ebe96);if(_0x4a5874[_0x8e9013(0x20c)](_0x18f23b[_0x8e9013(0x341)],0x0)){const _0x1ad442=_0x106066[TestFrameworkConstants[_0x8e9013(0x320)]]||[];_0x106066[TestFrameworkConstants[_0x8e9013(0x320)]]=[..._0x1ad442,..._0x18f23b];}const _0x4e29ee=_0x4ec3b3[TestFrameworkConstants[_0x8e9013(0x1db)]]||{},_0x263aa0=_0x4ec3b3[TestFrameworkConstants[_0x8e9013(0x315)]]||{},_0x183544={..._0x4e29ee},_0x3ec44a=_0x183544;Object[_0x8e9013(0x1f2)](_0x263aa0)[_0x8e9013(0x1c9)](_0x1664e9=>{const _0x5bfddd=_0x8e9013;!_0x3ec44a[_0x1664e9]&&(_0x3ec44a[_0x1664e9]=[]);const _0x20e9e7=new Set((_0x3ec44a[_0x1664e9]||[])['map'](_0x2265ed=>_0x2265ed[TestFrameworkConstants[_0x5bfddd(0x1cc)]]||_0x2265ed[_0x5bfddd(0x2e6)]));(_0x263aa0[_0x1664e9]||[])[_0x5bfddd(0x1c9)](_0x2f6be0=>{const _0x582cc7=_0x5bfddd,_0x3cb9a1=_0x2f6be0[TestFrameworkConstants[_0x582cc7(0x1cc)]]||_0x2f6be0[_0x582cc7(0x2e6)];if(!_0x20e9e7[_0x582cc7(0x358)](_0x3cb9a1)){const _0x239b37={..._0x2f6be0},_0x2b2d32=_0x239b37;!_0x2b2d32[TestFrameworkConstants[_0x582cc7(0x316)]]&&!_0x2b2d32[_0x582cc7(0x314)]&&(_0x2b2d32[TestFrameworkConstants[_0x582cc7(0x316)]]=new Date()[_0x582cc7(0x1e5)]()),!_0x2b2d32[TestFrameworkConstants['KEY_HOOK_RESULT']]&&!_0x2b2d32[_0x582cc7(0x31d)]&&(_0x2b2d32[TestFrameworkConstants[_0x582cc7(0x2d5)]]=TestFrameworkConstants[_0x582cc7(0x284)]),_0x3ec44a[_0x1664e9][_0x582cc7(0x2ca)](_0x2b2d32);}});});if(_0x404f3e['originalTest']){this[_0x8e9013(0x288)](_0x404f3e[_0x8e9013(0x2e7)]);const _0x308d28=this['buildHookMapFromTest'](_0x404f3e['originalTest']),_0x2165d2=this[_0x8e9013(0x2b6)](_0x404f3e[_0x8e9013(0x2e7)]);_0x2165d2[_0x8e9013(0x1c9)](_0x27aa51=>{const _0x2fa61a=_0x8e9013,_0x19860a=_0x308d28['get'](_0x27aa51);if(_0x19860a&&(_0x4a5874[_0x2fa61a(0x247)](_0x19860a[_0x2fa61a(0x1f1)],_0x4a5874[_0x2fa61a(0x26e)])||_0x4a5874['CbpeJ'](_0x19860a[_0x2fa61a(0x1f1)],_0x4a5874[_0x2fa61a(0x255)]))){const _0x44b082=_0x19860a[_0x2fa61a(0x1f1)][_0x2fa61a(0x24d)]()[_0x2fa61a(0x342)](_0x4a5874[_0x2fa61a(0x27d)],_0x4a5874[_0x2fa61a(0x1be)]),_0x3caac4=_0x44b082;!_0x3ec44a[_0x3caac4]&&(_0x3ec44a[_0x3caac4]=[]);const _0x3774c8=_0x3ec44a[_0x3caac4][_0x2fa61a(0x1e0)](_0x3dc1e9=>(_0x3dc1e9[TestFrameworkConstants['KEY_HOOK_ID']]||_0x3dc1e9[_0x2fa61a(0x2e6)])===_0x27aa51);!_0x3774c8&&_0x3ec44a[_0x3caac4][_0x2fa61a(0x2ca)]({'key':_0x3caac4,[TestFrameworkConstants[_0x2fa61a(0x1cc)]]:_0x27aa51,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0x2fa61a(0x284)],[TestFrameworkConstants[_0x2fa61a(0x29f)]]:new Date()[_0x2fa61a(0x1e5)](),[TestFrameworkConstants[_0x2fa61a(0x316)]]:new Date()[_0x2fa61a(0x1e5)](),[TestFrameworkConstants[_0x2fa61a(0x32e)]]:[],[TestFrameworkConstants[_0x2fa61a(0x335)]]:_0x19860a[_0x2fa61a(0x294)]||_0x19860a['type']+_0x2fa61a(0x26a),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x399d19});}});}if(_0xea9ec2[_0x8e9013(0x1c8)]&&_0x4a5874[_0x8e9013(0x282)](_0xea9ec2[_0x8e9013(0x1c8)]['length'],0x0))_0x106066[TestFrameworkConstants[_0x8e9013(0x1db)]]=_0xea9ec2[_0x8e9013(0x1c8)],logger['debug'](_0x4a5874['SKTtv']);else _0x4a5874['XABLr'](Object[_0x8e9013(0x1f2)](_0x3ec44a)[_0x8e9013(0x341)],0x0)&&(_0x106066[TestFrameworkConstants[_0x8e9013(0x1db)]]=_0x3ec44a,logger[_0x8e9013(0x2a9)](_0x8e9013(0x2eb)+Object['keys'](_0x3ec44a)[_0x8e9013(0x344)](',')));const _0x46facd=this['getJestTestName'](_0xea9ec2);logger[_0x8e9013(0x2a9)](_0x8e9013(0x2d9)+_0x46facd+_0x8e9013(0x332)+_0x2ebe96+_0x8e9013(0x1e2)+_0x344d9a+_0x8e9013(0x1cf)+_0xea9ec2['duration']);_0x4a5874[_0x8e9013(0x21b)](_0x344d9a,_0x4a5874['MPvRP'])&&logger['debug'](_0x8e9013(0x34c)+_0x2ebe96+_0x8e9013(0x257)+_0x106066[TestFrameworkConstants[_0x8e9013(0x1e8)]]+_0x8e9013(0x2af)+_0x106066[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]?.[_0x8e9013(0x340)](0x0,0xc8));const _0x79b059={};return _0x79b059[_0x2ebe96]=_0x106066,_0x79b059;}[a91_0x548d0d(0x307)](_0x467273){const _0x174461=a91_0x548d0d,_0x4659bb={};_0x4659bb[_0x174461(0x242)]=function(_0x20d6b6,_0xba9a70){return _0x20d6b6!==_0xba9a70;},_0x4659bb[_0x174461(0x300)]=function(_0x52054d,_0x3d3e31){return _0x52054d!==_0x3d3e31;},_0x4659bb['QffsH']='ROOT_DESCRIBE_BLOCK';const _0x186a6e=_0x4659bb,_0x1d3c80={};_0x1d3c80[_0x174461(0x200)]=0x2,_0x1d3c80[_0x174461(0x253)]=0x3,logger[_0x174461(0x2a9)](_0x174461(0x26d)+util[_0x174461(0x361)](_0x467273,_0x1d3c80));const _0xd995af=[];if(_0x467273&&_0x467273[_0x174461(0x1c2)]){let _0x51809d=_0x467273[_0x174461(0x1c2)];while(_0x51809d&&_0x51809d[_0x174461(0x294)]&&_0x186a6e[_0x174461(0x242)](_0x51809d['name'],'')&&_0x186a6e[_0x174461(0x300)](_0x51809d[_0x174461(0x294)],_0x186a6e['QffsH'])){_0xd995af[_0x174461(0x2ca)](_0x51809d[_0x174461(0x294)]),_0x51809d=_0x51809d[_0x174461(0x1c2)];}}return _0xd995af['reverse']();}[a91_0x548d0d(0x31f)](_0x2e1944){const _0x25b7a2=a91_0x548d0d,_0x4922b3={};_0x4922b3[_0x25b7a2(0x2f2)]=_0x25b7a2(0x2e0);const _0x1b5ecf=_0x4922b3;if(_0x2e1944[_0x25b7a2(0x294)])return _0x2e1944['name'];if(_0x2e1944[_0x25b7a2(0x31e)])return _0x2e1944[_0x25b7a2(0x31e)];return _0x1b5ecf[_0x25b7a2(0x2f2)];}['getJestTestTags'](_0x3b88ad){const _0x53f6b9=a91_0x548d0d,_0x195dac=[];if(_0x3b88ad[_0x53f6b9(0x292)]&&Array[_0x53f6b9(0x362)](_0x3b88ad[_0x53f6b9(0x292)]))return _0x3b88ad['tags'][_0x53f6b9(0x30c)](_0x2c316a=>_0x2c316a[_0x53f6b9(0x20d)]('@')?_0x2c316a[_0x53f6b9(0x25c)](0x1):_0x2c316a);const _0x34917f=this[_0x53f6b9(0x31f)](_0x3b88ad),_0x5b0f06=_0x34917f[_0x53f6b9(0x22c)](/@(\w+)/g);if(_0x5b0f06)return _0x5b0f06[_0x53f6b9(0x30c)](_0x59347d=>_0x59347d['slice'](0x1));return _0x3b88ad[_0x53f6b9(0x321)]&&Array[_0x53f6b9(0x362)](_0x3b88ad[_0x53f6b9(0x321)])&&_0x3b88ad['scopes'][_0x53f6b9(0x1c9)](_0xe1e52b=>{const _0x49552b=_0xe1e52b['match'](/@(\w+)/g);_0x49552b&&_0x49552b['forEach'](_0xd46874=>{const _0x1f74c6=a91_0x5bd7,_0x414adf=_0xd46874[_0x1f74c6(0x33f)](0x1);!_0x195dac['includes'](_0x414adf)&&_0x195dac[_0x1f74c6(0x2ca)](_0x414adf);});}),_0x195dac;}[a91_0x548d0d(0x2f1)](_0x129fda){const _0x1b6c2a=a91_0x548d0d,_0x15176e={'TdHpy':function(_0x356882,_0x48403b){return _0x356882(_0x48403b);}};if(_0x129fda['file_name'])return _0x129fda['file_name'];if(_0x129fda[_0x1b6c2a(0x347)])try{const _0x19963c=stackTrace[_0x1b6c2a(0x29c)](_0x129fda[_0x1b6c2a(0x347)]),_0x56daea=_0x15176e['TdHpy'](pickUserFrameFile,_0x19963c);if(_0x56daea)return _0x56daea;logger[_0x1b6c2a(0x2a9)](_0x1b6c2a(0x23e)+_0x19963c[_0x1b6c2a(0x341)]+')');}catch(_0x1a3bd7){logger['debug'](_0x1b6c2a(0x1fa)+util[_0x1b6c2a(0x28c)](_0x1a3bd7));}return null;}[a91_0x548d0d(0x243)](_0x53c17a){const _0x30f807=a91_0x548d0d,_0x4d0b06={};_0x4d0b06[_0x30f807(0x30b)]=function(_0x2c0fdb,_0xe8c6f5){return _0x2c0fdb>_0xe8c6f5;},_0x4d0b06[_0x30f807(0x289)]=_0x30f807(0x22d);const _0x49e824=_0x4d0b06;if(_0x53c17a[_0x30f807(0x226)]&&_0x49e824[_0x30f807(0x30b)](_0x53c17a[_0x30f807(0x226)]['length'],0x0))return util[_0x30f807(0x361)](_0x53c17a[_0x30f807(0x226)][0x0]);if(_0x53c17a[_0x30f807(0x246)])return _0x53c17a[_0x30f807(0x246)];return _0x49e824['GKMyp'];}[a91_0x548d0d(0x201)](_0x2d6fbc){const _0x42772c=a91_0x548d0d,_0x5d101d={};_0x5d101d[_0x42772c(0x1d6)]=_0x42772c(0x30a),_0x5d101d[_0x42772c(0x1f6)]=_0x42772c(0x317),_0x5d101d['YzWFD']=_0x42772c(0x1d1);const _0x5049c7=_0x5d101d,_0x41895f=this[_0x42772c(0x243)](_0x2d6fbc);if(_0x41895f&&_0x41895f[_0x42772c(0x1df)](_0x5049c7[_0x42772c(0x1d6)]))return _0x5049c7[_0x42772c(0x1f6)];return _0x5049c7['YzWFD'];}['getJestFailureData'](_0x3a14a9){const _0x51a35a=a91_0x548d0d,_0x1d1a4b={'zpHKb':function(_0x228aef,_0x540e1a){return _0x228aef(_0x540e1a);},'xCzKH':_0x51a35a(0x31b),'ULjEd':function(_0x294d51,_0xf298d6){return _0x294d51!==_0xf298d6;},'kFBkJ':_0x51a35a(0x230)},{failureData:_0x22ce0b}=_0x1d1a4b[_0x51a35a(0x217)](require,_0x1d1a4b[_0x51a35a(0x35e)]),_0x46add2=[];return _0x1d1a4b[_0x51a35a(0x2dc)](_0x3a14a9['errorsDetailed'],undefined)&&_0x46add2[_0x51a35a(0x2ca)](_0x3a14a9['errorsDetailed'],_0x1d1a4b[_0x51a35a(0x1d3)]),_0x22ce0b['apply'](null,_0x46add2);}async[a91_0x548d0d(0x2f9)](_0x59a685,_0x3240c8,_0x3645e8,_0x58a2ab){const _0x22fc79=a91_0x548d0d,_0x39b352={'aAxtg':_0x22fc79(0x232),'vETJi':function(_0xb8a060){return _0xb8a060();},'ImDsU':function(_0x2e166a,_0x3b5ea1){return _0x2e166a in _0x3b5ea1;},'pqXFu':function(_0x16719e,_0x5249ec){return _0x16719e===_0x5249ec;},'jsmqU':function(_0x2741f3,_0xb9cb9a){return _0x2741f3>_0xb9cb9a;},'CdkmJ':_0x22fc79(0x266),'HqxyR':_0x22fc79(0x272),'ZSRrR':_0x22fc79(0x27b),'nizvb':function(_0x49859e,_0x3ff8b4){return _0x49859e>_0x3ff8b4;},'JmUIV':function(_0x3bf7b0,_0x10edff){return _0x3bf7b0===_0x10edff;},'wQeKV':function(_0x48a77e,_0xd77aba){return _0x48a77e!==_0xd77aba;}},{hookData:_0x3b5d5a}=_0x58a2ab,_0x53737a=_0x3645e8[_0x22fc79(0x2d8)](),_0x11c31a=_0x3240c8[_0x22fc79(0x2d8)](),_0x31b16b={};_0x31b16b[_0x22fc79(0x200)]=0x2,_0x31b16b['maxArrayLength']=0x3,logger[_0x22fc79(0x2a9)](_0x22fc79(0x23d)+_0x11c31a+_0x22fc79(0x1fd)+_0x53737a+_0x22fc79(0x249)+util[_0x22fc79(0x361)](_0x3b5d5a,_0x31b16b));if(!_0x3b5d5a)return logger[_0x22fc79(0x2a9)](_0x39b352[_0x22fc79(0x346)]),{};const _0x1bf722=_0x3b5d5a[_0x22fc79(0x2fb)]||_0x3b5d5a[_0x22fc79(0x1e9)]||_0x39b352[_0x22fc79(0x28e)](uuidv4),_0x2fa38c=_0x3b5d5a['test_run_id']||this['getJestTestIdentifier'](_0x3b5d5a),_0x1be297=_0x3240c8['toString']()['split']('.')[0x1],_0x4cb0fd=_0x59a685[_0x22fc79(0x35b)]()['get'](_0x2fa38c),_0x3a52ce=_0x4cb0fd?_0x4cb0fd[TestFrameworkConstants[_0x22fc79(0x2f7)]]||{}:{};logger['debug'](_0x22fc79(0x34f)+_0x1bf722+_0x22fc79(0x332)+_0x2fa38c+_0x22fc79(0x1eb)+_0x1be297+',\x20hookState='+_0x53737a);if(!_0x4cb0fd)return logger[_0x22fc79(0x2a9)](_0x22fc79(0x330)+_0x2fa38c+_0x22fc79(0x2f6)),this[_0x22fc79(0x1ca)](_0x59a685,_0x2fa38c,_0x3240c8,_0x3645e8,_0x58a2ab),{};let _0x2609b7=_0x4cb0fd[TestFrameworkConstants[_0x22fc79(0x315)]];!_0x2609b7&&(_0x2609b7={});!_0x39b352[_0x22fc79(0x20a)](_0x1be297,_0x2609b7)&&(_0x2609b7[_0x1be297]=[]);let _0x5d3904=_0x4cb0fd[TestFrameworkConstants['KEY_HOOKS_FINISHED']];!_0x5d3904&&(_0x5d3904={});!_0x39b352[_0x22fc79(0x20a)](_0x1be297,_0x5d3904)&&(_0x5d3904[_0x1be297]=[]);const _0x39c775={[_0x2fa38c]:{[TestFrameworkConstants[_0x22fc79(0x315)]]:_0x2609b7,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x5d3904,[TestFrameworkConstants[_0x22fc79(0x31c)]]:this[_0x22fc79(0x2ba)]()[0x0]||'',[TestFrameworkConstants[_0x22fc79(0x355)]]:this[_0x22fc79(0x216)]()[this[_0x22fc79(0x2ba)]()[0x0]]||''}};if(_0x39b352[_0x22fc79(0x240)](_0x3645e8,HookState[_0x22fc79(0x2a2)])){const _0x4b68c1={'key':_0x1be297,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x1bf722,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0x22fc79(0x284)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:_0x3b5d5a[_0x22fc79(0x2dd)]||new Date()['toISOString'](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x22fc79(0x335)]]:_0x3b5d5a[_0x22fc79(0x294)]||_0x3b5d5a[_0x22fc79(0x28d)]||_0x1be297,[TestFrameworkConstants[_0x22fc79(0x2f7)]]:_0x3a52ce};_0x2609b7[_0x1be297][_0x22fc79(0x2ca)](_0x4b68c1),_0x39c775[_0x2fa38c][TestFrameworkConstants[_0x22fc79(0x34b)]]=_0x1be297;const _0x463847={};_0x463847['depth']=0x2,logger[_0x22fc79(0x2a9)](_0x22fc79(0x225)+_0x1be297+_0x22fc79(0x2ce)+_0x1bf722+_0x22fc79(0x332)+_0x2fa38c+_0x22fc79(0x1ce)+util[_0x22fc79(0x361)](_0x4b68c1,_0x463847));}else{if(_0x39b352['pqXFu'](_0x3645e8,HookState['POST'])){const _0x5bde62=_0x3b5d5a[_0x22fc79(0x2ae)]||(_0x3b5d5a[_0x22fc79(0x226)]&&_0x39b352[_0x22fc79(0x228)](_0x3b5d5a[_0x22fc79(0x226)]['length'],0x0)?_0x39b352[_0x22fc79(0x213)]:_0x39b352[_0x22fc79(0x26f)]),_0x5aaac0=_0x2609b7[_0x1be297]||[];logger['debug'](_0x22fc79(0x29a)+_0x1be297+_0x22fc79(0x332)+_0x2fa38c+_0x22fc79(0x30f)+_0x5bde62+_0x22fc79(0x306)+_0x5aaac0['length']);if(_0x39b352[_0x22fc79(0x240)](_0x5aaac0[_0x22fc79(0x341)],0x0)&&_0x39b352[_0x22fc79(0x240)](_0x3240c8,TestFrameworkState['BEFORE_ALL']))return logger[_0x22fc79(0x2a9)](_0x39b352[_0x22fc79(0x313)]),this[_0x22fc79(0x1ca)](_0x59a685,_0x2fa38c,_0x3240c8,_0x3645e8,_0x58a2ab),{};if(_0x39b352[_0x22fc79(0x21f)](_0x5aaac0['length'],0x0)){const _0x597a8f=_0x5aaac0[_0x22fc79(0x359)]();_0x39b352['JmUIV'](_0x5bde62,_0x39b352[_0x22fc79(0x213)])&&_0x3b5d5a[_0x22fc79(0x226)]?(_0x597a8f[TestFrameworkConstants[_0x22fc79(0x224)]]=this[_0x22fc79(0x201)](_0x3b5d5a),_0x597a8f[TestFrameworkConstants[_0x22fc79(0x1f8)]]=this[_0x22fc79(0x243)](_0x3b5d5a),_0x597a8f[TestFrameworkConstants[_0x22fc79(0x2db)]]=this['getJestFailureData'](_0x3b5d5a),logger[_0x22fc79(0x2a9)](_0x22fc79(0x1da)+_0x1be297+_0x22fc79(0x257)+_0x597a8f[TestFrameworkConstants[_0x22fc79(0x224)]]+_0x22fc79(0x2af)+_0x597a8f[TestFrameworkConstants[_0x22fc79(0x1f8)]]?.[_0x22fc79(0x340)](0x0,0xc8))):_0x597a8f[TestFrameworkConstants[_0x22fc79(0x2d5)]]=_0x39b352['HqxyR'];_0x39b352[_0x22fc79(0x2a1)](_0x5bde62,TestFrameworkConstants[_0x22fc79(0x284)])&&(_0x597a8f[TestFrameworkConstants[_0x22fc79(0x2d5)]]=_0x5bde62);_0x597a8f[TestFrameworkConstants[_0x22fc79(0x316)]]=_0x3b5d5a[_0x22fc79(0x227)]||new Date()['toISOString'](),_0x597a8f[TestFrameworkConstants[_0x22fc79(0x2f7)]]=_0x3a52ce;const _0x31056e=_0x597a8f[TestFrameworkConstants[_0x22fc79(0x1cc)]];!_0x5d3904[_0x1be297]&&(_0x5d3904[_0x1be297]=[]);_0x5d3904[_0x1be297][_0x22fc79(0x2ca)](_0x597a8f),_0x39c775[_0x2fa38c][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x1be297;const _0x23d32a={};_0x23d32a[_0x22fc79(0x200)]=0x2,logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType='+_0x1be297+_0x22fc79(0x2ce)+_0x31056e+_0x22fc79(0x30f)+_0x5bde62+_0x22fc79(0x1ce)+util[_0x22fc79(0x361)](_0x597a8f,_0x23d32a));}}}return _0x39c775;}[a91_0x548d0d(0x25f)](_0x1a41d0){const _0x44ffd5=a91_0x548d0d,_0x1cd278={};_0x1cd278[_0x44ffd5(0x356)]=_0x44ffd5(0x312);const _0x45050a=_0x1cd278;try{const _0x37ac2b=_0x1a41d0[_0x44ffd5(0x230)]?this['getJestTestIdentifier'](_0x1a41d0[_0x44ffd5(0x230)]):_0x1a41d0[_0x44ffd5(0x299)][_0x44ffd5(0x1ed)],_0x32cbf8=_0x1a41d0[_0x44ffd5(0x2c5)],_0x50b86f=_0x32cbf8[_0x44ffd5(0x1ef)](),_0x279611=_0x32cbf8[_0x44ffd5(0x35b)]()[_0x44ffd5(0x280)](_0x37ac2b);if(!_0x279611)return logger['debug'](_0x44ffd5(0x301)+_0x37ac2b),{};const {[TestFrameworkConstants[_0x44ffd5(0x31c)]]:_0x52252c=this[_0x44ffd5(0x2ba)]()[0x0]||'',[TestFrameworkConstants[_0x44ffd5(0x355)]]:_0x21792a=this[_0x44ffd5(0x216)]()[this[_0x44ffd5(0x2ba)]()[0x0]]||'',[TestFrameworkConstants[_0x44ffd5(0x319)]]:_0x56b568='',[TestFrameworkConstants[_0x44ffd5(0x23c)]]:_0x5463b8=''}=_0x279611,_0x20657e=_0x32cbf8['getCurrentTestState']()[_0x44ffd5(0x2d8)]()['split']('.')[0x1],_0x39ee1a=_0x32cbf8[_0x44ffd5(0x2a0)]()[_0x44ffd5(0x2d8)]()[_0x44ffd5(0x1c7)]('.')[0x1],_0x334b50=global?.[_0x44ffd5(0x1cb)]?.['workerInfo']?.[_0x44ffd5(0x264)]||global['__bstackPlatformIndex']||0x0,_0xaff8a7=_0x32cbf8[_0x44ffd5(0x254)](),_0x594b2d=Buffer[_0x44ffd5(0x2bd)](JSON['stringify'](_0x279611))[_0x44ffd5(0x2d8)](_0x45050a[_0x44ffd5(0x356)]),_0x4fb002={'hash':_0x50b86f[_0x44ffd5(0x25d)](),'threadId':_0x50b86f[_0x44ffd5(0x1d9)]()[_0x44ffd5(0x2d8)](),'processId':_0x50b86f['getProcessId']()[_0x44ffd5(0x2d8)]()},_0x15c9f6={};_0x15c9f6['platformIndex']=_0x334b50,_0x15c9f6[_0x44ffd5(0x262)]=_0x52252c,_0x15c9f6[_0x44ffd5(0x1f5)]=_0x21792a,_0x15c9f6[_0x44ffd5(0x1c4)]=_0x20657e,_0x15c9f6[_0x44ffd5(0x337)]=_0x39ee1a,_0x15c9f6[_0x44ffd5(0x1f9)]=_0x56b568,_0x15c9f6[_0x44ffd5(0x30d)]=_0x5463b8,_0x15c9f6[_0x44ffd5(0x2fb)]=_0xaff8a7,_0x15c9f6[_0x44ffd5(0x1d0)]=_0x594b2d,_0x15c9f6[_0x44ffd5(0x21e)]=_0x4fb002,_0x15c9f6[_0x44ffd5(0x210)]=_0x37ac2b;const _0x5cb687=_0x15c9f6;return _0x5cb687;}catch(_0x278cfe){return logger[_0x44ffd5(0x279)](_0x44ffd5(0x211)+util[_0x44ffd5(0x28c)](_0x278cfe)),{};}}async[a91_0x548d0d(0x336)](_0x39ce25,_0x323b69,_0x3229bc){const _0x3f75e7=a91_0x548d0d,_0x216e37={'oNdlZ':function(_0x1d903d,_0x1bc166){return _0x1d903d+_0x1bc166;},'asvaM':_0x3f75e7(0x1e4),'eMOFL':'none','coUyh':function(_0x4ef29b,_0x1f5ace){return _0x4ef29b>_0x1f5ace;},'qZusM':function(_0x10fa53,_0x2a4e66,_0x3ce2e2,_0x476123){return _0x10fa53(_0x2a4e66,_0x3ce2e2,_0x476123);},'ZxoiB':function(_0x4bec09,_0x3dc35b){return _0x4bec09-_0x3dc35b;},'xQJUl':function(_0x42225a,_0x561699){return _0x42225a===_0x561699;},'UbkzS':function(_0x547068,_0x225425){return _0x547068/_0x225425;},'ezDSj':function(_0x3b77a3,_0x6957e3){return _0x3b77a3<_0x6957e3;},'dLEdD':function(_0x15d54d,_0x1b1f84){return _0x15d54d*_0x1b1f84;},'imWsd':function(_0x518f3c,_0x3777ff){return _0x518f3c+_0x3777ff;},'VjoCG':function(_0xc05b6d,_0x538028){return _0xc05b6d>_0x538028;}};try{const _0x531b61=_0x3229bc[_0x3f75e7(0x343)]||_0x3229bc['testId'],_0x46a39c=Array[_0x3f75e7(0x2bd)](_0x39ce25[_0x3f75e7(0x35b)]()[_0x3f75e7(0x1f2)]()),_0x55dcbb=_0x39ce25[_0x3f75e7(0x35b)]()[_0x3f75e7(0x280)](_0x531b61);if(!_0x55dcbb){logger[_0x3f75e7(0x2a9)](_0x3f75e7(0x239)+_0x531b61);return;}const {[TestFrameworkConstants[_0x3f75e7(0x31c)]]:_0xc4dd9f='',[TestFrameworkConstants[_0x3f75e7(0x355)]]:_0x32df89=''}=_0x55dcbb;let _0x38416e=[];_0x55dcbb&&_0x55dcbb[TestFrameworkConstants[_0x3f75e7(0x320)]]&&Array['isArray'](_0x55dcbb[TestFrameworkConstants['KEY_LOGS']])?(_0x38416e=_0x55dcbb[TestFrameworkConstants[_0x3f75e7(0x320)]]||[],logger[_0x3f75e7(0x2a9)](_0x3f75e7(0x221)+_0x38416e[_0x3f75e7(0x341)]+_0x3f75e7(0x268)+_0x531b61),_0x39ce25[_0x3f75e7(0x1ec)]({[_0x531b61]:{[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants[_0x3f75e7(0x31c)]]:this[_0x3f75e7(0x2ba)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x3f75e7(0x216)]()[this[_0x3f75e7(0x2ba)]()[0x0]]||''}}),logger[_0x3f75e7(0x2a9)](_0x3f75e7(0x258)+_0x531b61)):logger[_0x3f75e7(0x2a9)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x531b61);logger[_0x3f75e7(0x2a9)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20'+_0x38416e[_0x3f75e7(0x341)]+_0x3f75e7(0x2d0)+_0x531b61);const _0x3aa475=_0x38416e[_0x3f75e7(0x333)](_0x20d53c=>_0x20d53c[_0x3f75e7(0x302)]===_0x3f75e7(0x219));_0x216e37[_0x3f75e7(0x218)](_0x3aa475[_0x3f75e7(0x341)],0x0)&&(logger['debug'](_0x3f75e7(0x2fd)+_0x3aa475[_0x3f75e7(0x341)]+_0x3f75e7(0x1d2)+_0x531b61),_0x3aa475[_0x3f75e7(0x1c9)]((_0x3526dd,_0x1d3046)=>{const _0x309cd6=_0x3f75e7;logger[_0x309cd6(0x2a9)](_0x309cd6(0x22e)+_0x216e37[_0x309cd6(0x222)](_0x1d3046,0x1)+'/'+_0x3aa475[_0x309cd6(0x341)]+_0x309cd6(0x360)+(_0x3526dd[_0x309cd6(0x210)]||_0x216e37[_0x309cd6(0x1bc)])+_0x309cd6(0x1c5)+(_0x3526dd['test_run_uuid']||_0x216e37[_0x309cd6(0x1bc)])+_0x309cd6(0x24a)+(_0x3526dd[_0x309cd6(0x2c6)]||_0x216e37[_0x309cd6(0x1de)])+_0x309cd6(0x357)+(_0x3526dd[_0x309cd6(0x2d7)]?.['length']||0x0));}));const _0x19772d=_0x55dcbb[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0xc21eb2=_0x216e37[_0x3f75e7(0x28b)](getMediaArtifactsLogs,_0x19772d,null,_0x531b61),_0x5270d6=(_0x38416e||[])[_0x3f75e7(0x304)](_0xc21eb2||[]),_0x27d3a6=_0x3aa475?.['length']||0x0,_0x1845e1=_0x216e37[_0x3f75e7(0x2b2)](_0x38416e?.[_0x3f75e7(0x341)]||0x0,_0x27d3a6);logger[_0x3f75e7(0x2a9)](_0x3f75e7(0x270)+_0x531b61+_0x3f75e7(0x1ee)+_0x1845e1+',\x20screenshotLogs:\x20'+_0x27d3a6+_0x3f75e7(0x22f)+(_0xc21eb2?.[_0x3f75e7(0x341)]||0x0)+_0x3f75e7(0x2df)+_0x5270d6[_0x3f75e7(0x341)]);if(!_0x5270d6||_0x216e37[_0x3f75e7(0x29b)](_0x5270d6[_0x3f75e7(0x341)],0x0)){logger['debug'](_0x3f75e7(0x206)+_0x531b61);return;}const _0x37cbab=0x28,_0x135b15=Math[_0x3f75e7(0x34e)](_0x216e37[_0x3f75e7(0x298)](_0x5270d6['length'],_0x37cbab));for(let _0x31afd1=0x0;_0x216e37[_0x3f75e7(0x209)](_0x31afd1,_0x135b15);_0x31afd1++){const _0x28a8ef=_0x216e37[_0x3f75e7(0x293)](_0x31afd1,_0x37cbab),_0x3fd986=_0x216e37['oNdlZ'](_0x28a8ef,_0x37cbab),_0x3d9a8f=_0x5270d6[_0x3f75e7(0x33f)](_0x28a8ef,_0x3fd986),_0x5a7c89=global?.['browserstackPlatformIndex']??0x0,_0x240ba1={'platformIndex':_0x5a7c89,'logs':_0x3d9a8f,'testFrameworkName':_0xc4dd9f,'testFrameworkVersion':_0x32df89,'testFrameworkState':_0x323b69[_0x3f75e7(0x2d8)]()[_0x3f75e7(0x1c7)]('.')[0x1]},_0x5a8f10={};_0x5a8f10[_0x3f75e7(0x200)]=0x3,_0x5a8f10[_0x3f75e7(0x253)]=0x5,logger['debug'](_0x3f75e7(0x323)+_0x216e37['imWsd'](_0x31afd1,0x1)+'/'+_0x135b15+_0x3f75e7(0x2f8)+_0x531b61+_0x3f75e7(0x295)+_0x3d9a8f[_0x3f75e7(0x341)]+_0x3f75e7(0x2c7)+_0x5a7c89+',\x20payload:\x20'+util[_0x3f75e7(0x361)](_0x240ba1,_0x5a8f10));const _0x4ad82f=await GrpcClient['getInstance']()[_0x3f75e7(0x2d2)](_0x240ba1);logger[_0x3f75e7(0x2a9)](_0x3f75e7(0x323)+_0x216e37[_0x3f75e7(0x235)](_0x31afd1,0x1)+'/'+_0x135b15+_0x3f75e7(0x2f8)+_0x531b61+',\x20response='+util[_0x3f75e7(0x361)](_0x4ad82f));}_0xc21eb2&&_0x216e37['VjoCG'](_0xc21eb2[_0x3f75e7(0x341)],0x0)&&_0x55dcbb[TestFrameworkConstants[_0x3f75e7(0x33b)]]&&_0x39ce25[_0x3f75e7(0x1ec)]({[_0x531b61]:{[TestFrameworkConstants[_0x3f75e7(0x33b)]]:{},[TestFrameworkConstants[_0x3f75e7(0x31c)]]:this[_0x3f75e7(0x2ba)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x3f75e7(0x216)]()[this[_0x3f75e7(0x2ba)]()[0x0]]||''}}),logger[_0x3f75e7(0x2a9)](_0x3f75e7(0x2bb)+_0x531b61+_0x3f75e7(0x283)+_0x135b15);}catch(_0x2baa60){logger[_0x3f75e7(0x279)](_0x3f75e7(0x20e)+(_0x3229bc['testUUID']||_0x3229bc['testId'])+_0x3f75e7(0x287)+util['format'](_0x2baa60));}}[a91_0x548d0d(0x1ca)](_0x4de320,_0x52248f,_0x285ac1,_0x3acb80,_0x44c756){const _0x39a160=a91_0x548d0d,_0x47b960={};_0x47b960[_0x39a160(0x281)]=function(_0x345f56,_0x30ebed){return _0x345f56===_0x30ebed;},_0x47b960[_0x39a160(0x2c1)]=_0x39a160(0x1c3);const _0x778090=_0x47b960,{hookData:_0x1309c2}=_0x44c756,_0xe933f1={'testId':_0x52248f,'testFrameworkState':_0x285ac1,'hookState':_0x3acb80,'args':_0x44c756,'timestamp':new Date()['toISOString']()};if(_0x778090[_0x39a160(0x281)](_0x285ac1,TestFrameworkState['BEFORE_ALL'])&&_0x1309c2){const _0x2e96ed={};_0x2e96ed[_0x39a160(0x2b7)]=_0x1309c2[_0x39a160(0x2ee)]||_0x1309c2[_0x39a160(0x23f)],_0x2e96ed[_0x39a160(0x25a)]=_0x1309c2[_0x39a160(0x25a)]||_0x1309c2[_0x39a160(0x321)]&&_0x1309c2['scopes'][0x0]||'',_0x2e96ed[_0x39a160(0x25b)]=_0x778090['qCINv'],_0xe933f1['hookMetadata']=_0x2e96ed,logger[_0x39a160(0x2a9)]('[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20'+_0x52248f+_0x39a160(0x21c)+_0xe933f1[_0x39a160(0x263)]['filePath']+_0x39a160(0x267)+_0xe933f1['hookMetadata']['scope']);}_0x4de320[_0x39a160(0x1c6)](_0x52248f,_0xe933f1),logger[_0x39a160(0x2a9)](_0x39a160(0x27c)+_0x52248f+_0x39a160(0x1cd)+_0x285ac1+',\x20hookState:\x20'+_0x3acb80);}async['processPendingHooks'](_0x54454e,_0xed7c44){const _0x48785f=a91_0x548d0d,_0x6ab2ad={};_0x6ab2ad[_0x48785f(0x22b)]=function(_0x493ecb,_0x9a1441){return _0x493ecb>_0x9a1441;},_0x6ab2ad['ZnyNg']=function(_0x5ebe58,_0x421641){return _0x5ebe58===_0x421641;},_0x6ab2ad[_0x48785f(0x310)]=function(_0x482956,_0x551986){return _0x482956===_0x551986;},_0x6ab2ad[_0x48785f(0x212)]=function(_0x1d5727,_0x26ae14){return _0x1d5727>_0x26ae14;},_0x6ab2ad[_0x48785f(0x2b3)]=_0x48785f(0x2f4);const _0x335c66=_0x6ab2ad;if(_0x54454e[_0x48785f(0x32f)](_0xed7c44)){const _0x4416b7=_0x54454e[_0x48785f(0x24f)](_0xed7c44);logger[_0x48785f(0x2a9)](_0x48785f(0x28f)+_0x4416b7[_0x48785f(0x341)]+_0x48785f(0x334)+_0xed7c44);for(const _0x495a21 of _0x4416b7){try{const _0x46d73a=await this['trackHookEvent'](_0x54454e,_0x495a21[_0x48785f(0x1c4)],_0x495a21['hookState'],_0x495a21[_0x48785f(0x2d1)]);_0x46d73a&&_0x335c66[_0x48785f(0x22b)](Object[_0x48785f(0x1f2)](_0x46d73a)[_0x48785f(0x341)],0x0)&&_0x54454e[_0x48785f(0x1ec)](_0x46d73a),await this[_0x48785f(0x256)](_0x54454e,_0x495a21['testFrameworkState'],_0x495a21['hookState'],_0x495a21[_0x48785f(0x2d1)]);}catch(_0x53c3c2){logger[_0x48785f(0x279)](_0x48785f(0x2e1)+_0xed7c44+_0x48785f(0x287)+_0x53c3c2);}}_0x54454e[_0x48785f(0x202)](_0xed7c44),logger[_0x48785f(0x2a9)](_0x48785f(0x33c)+_0xed7c44);}const _0x1a75aa=_0x54454e[_0x48785f(0x35b)]()[_0x48785f(0x280)](_0xed7c44);if(_0x1a75aa){const _0x3bf457=_0x1a75aa[TestFrameworkConstants[_0x48785f(0x1dd)]]||_0x1a75aa[TestFrameworkConstants['KEY_TEST_LOCATION']],_0x4195d2=_0x1a75aa[TestFrameworkConstants[_0x48785f(0x33a)]]||_0x1a75aa[TestFrameworkConstants[_0x48785f(0x25e)]]&&_0x1a75aa[TestFrameworkConstants[_0x48785f(0x25e)]][0x0]||'';logger['debug'](_0x48785f(0x350)+_0x3bf457+_0x48785f(0x267)+_0x4195d2);const _0x399f8b=_0x54454e[_0x48785f(0x1e1)]();for(const _0x41227f of _0x399f8b){if(_0x335c66[_0x48785f(0x32b)](_0x41227f,_0xed7c44))continue;if(_0x54454e['hasPendingHooks'](_0x41227f)){const _0x537040=_0x54454e[_0x48785f(0x24f)](_0x41227f);for(const _0x224165 of _0x537040){if(_0x335c66[_0x48785f(0x310)](_0x224165[_0x48785f(0x1c4)],TestFrameworkState[_0x48785f(0x1bf)])&&_0x224165[_0x48785f(0x263)]){const _0x15708d=_0x224165[_0x48785f(0x263)][_0x48785f(0x2b7)],_0x1cb2c3=_0x224165[_0x48785f(0x263)][_0x48785f(0x25a)];if(_0x335c66[_0x48785f(0x32b)](_0x15708d,_0x3bf457)&&_0x335c66[_0x48785f(0x32b)](_0x1cb2c3,_0x4195d2)){logger[_0x48785f(0x2a9)](_0x48785f(0x328)+_0x41227f+',\x20currentTestId:\x20'+_0xed7c44+_0x48785f(0x21c)+_0x15708d+_0x48785f(0x267)+_0x1cb2c3);_0x224165[_0x48785f(0x2d1)]&&_0x224165['args'][_0x48785f(0x299)]&&(_0x224165[_0x48785f(0x2d1)][_0x48785f(0x299)][_0x48785f(0x1ed)]=_0xed7c44,logger[_0x48785f(0x2a9)](_0x48785f(0x309)+_0x41227f+_0x48785f(0x326)+_0xed7c44));try{const _0x2ad767=await this[_0x48785f(0x2f9)](_0x54454e,_0x224165[_0x48785f(0x1c4)],_0x224165['hookState'],_0x224165['args']);_0x2ad767&&_0x335c66[_0x48785f(0x212)](Object['keys'](_0x2ad767)[_0x48785f(0x341)],0x0)&&_0x54454e[_0x48785f(0x1ec)](_0x2ad767);await this[_0x48785f(0x256)](_0x54454e,_0x224165[_0x48785f(0x1c4)],_0x224165['hookState'],_0x224165[_0x48785f(0x2d1)]);const _0x25aea6=_0x54454e['getPendingHooks'](_0x41227f)['filter'](_0x51f791=>_0x51f791!==_0x224165);if(_0x335c66['YbpLw'](_0x25aea6['length'],0x0))_0x54454e[_0x48785f(0x202)](_0x41227f);else{_0x54454e[_0x48785f(0x202)](_0x41227f);for(const _0x3d826f of _0x25aea6){_0x54454e[_0x48785f(0x1c6)](_0x41227f,_0x3d826f);}}logger[_0x48785f(0x2a9)](_0x335c66[_0x48785f(0x2b3)]);}catch(_0x4fa90b){logger[_0x48785f(0x279)](_0x48785f(0x26b)+_0xed7c44+_0x48785f(0x287)+_0x4fa90b);}}}}}}}}[a91_0x548d0d(0x288)](_0x1452de){const _0x66f568=a91_0x548d0d,_0x4d8acf={'egLWe':function(_0x7b9998){return _0x7b9998();}};if(!_0x1452de||!_0x1452de[_0x66f568(0x1c2)])return;_0x1452de[_0x66f568(0x1c2)][_0x66f568(0x1c8)]&&Array[_0x66f568(0x362)](_0x1452de['parent'][_0x66f568(0x1c8)])&&_0x1452de[_0x66f568(0x1c2)][_0x66f568(0x1c8)][_0x66f568(0x1c9)](_0xfcca30=>{const _0x56a26b=_0x66f568;!_0xfcca30['hookAnalyticsId']&&!_0xfcca30[_0x56a26b(0x233)]&&(_0xfcca30['hookAnalyticsId']=_0x4d8acf[_0x56a26b(0x2e5)](uuidv4),_0xfcca30[_0x56a26b(0x233)]=_0xfcca30[_0x56a26b(0x1e9)],logger[_0x56a26b(0x2a9)](_0x56a26b(0x2b8)+_0xfcca30[_0x56a26b(0x1f1)]+_0x56a26b(0x35c)+_0xfcca30[_0x56a26b(0x1e9)]));}),this[_0x66f568(0x288)](_0x1452de[_0x66f568(0x1c2)]);}['getHooksForTest'](_0x82a43d){const _0xc83733=a91_0x548d0d,_0x121a8e={'qAAXo':function(_0x4ed5bc,_0x59cef5){return _0x4ed5bc(_0x59cef5);}};if(!_0x82a43d||!_0x82a43d[_0xc83733(0x1c2)])return[];const _0x417996=[];return _0x82a43d['parent'][_0xc83733(0x1c8)]&&Array[_0xc83733(0x362)](_0x82a43d['parent']['hooks'])&&_0x82a43d[_0xc83733(0x1c2)][_0xc83733(0x1c8)]['forEach'](_0x43097b=>{const _0x5bce6b=_0xc83733,_0xc49ad9=_0x43097b['hookAnalyticsId']||_0x43097b[_0x5bce6b(0x233)];_0xc49ad9&&!this['isJestInternalHook'](_0x43097b)&&!_0x121a8e['qAAXo'](isInternalHook,_0x43097b['fn'])&&_0x417996[_0x5bce6b(0x2ca)](_0xc49ad9);}),[..._0x417996,...this[_0xc83733(0x2b6)](_0x82a43d[_0xc83733(0x1c2)])];}[a91_0x548d0d(0x2b9)](_0xacbfc8){const _0x1dd0e5=a91_0x548d0d,_0xb182e3={'yqNEa':function(_0x434574,_0x712b8d){return _0x434574(_0x712b8d);},'wKZYG':_0x1dd0e5(0x238),'YWBHH':function(_0x5c7335,_0x233723){return _0x5c7335(_0x233723);}},_0x4a5502=new Map(),_0x3e58a3=_0x46d724=>{const _0x1a6dba=_0x1dd0e5;if(!_0x46d724||!_0x46d724[_0x1a6dba(0x1c2)])return;_0x46d724['parent'][_0x1a6dba(0x1c8)]&&Array[_0x1a6dba(0x362)](_0x46d724['parent'][_0x1a6dba(0x1c8)])&&_0x46d724[_0x1a6dba(0x1c2)][_0x1a6dba(0x1c8)][_0x1a6dba(0x1c9)](_0xa71f26=>{const _0x32da08=_0x1a6dba,_0xea9da5=_0xa71f26[_0x32da08(0x1e9)]||_0xa71f26[_0x32da08(0x233)];if(_0xea9da5&&!this[_0x32da08(0x2ac)](_0xa71f26)&&!_0xb182e3[_0x32da08(0x2d4)](isInternalHook,_0xa71f26['fn'])){const _0x236911={};_0x236911[_0x32da08(0x1f1)]=_0xa71f26[_0x32da08(0x1f1)]||_0xb182e3['wKZYG'],_0x236911[_0x32da08(0x294)]=_0xa71f26[_0x32da08(0x294)]||'\x22'+_0xa71f26[_0x32da08(0x1f1)]+'\x22\x20hook',_0x4a5502[_0x32da08(0x205)](_0xea9da5,_0x236911);}}),_0xb182e3[_0x1a6dba(0x2d4)](_0x3e58a3,_0x46d724[_0x1a6dba(0x1c2)]);};return _0xb182e3[_0x1dd0e5(0x2ad)](_0x3e58a3,_0xacbfc8),_0x4a5502;}[a91_0x548d0d(0x2ac)](_0x4a15f9){const _0x148082=a91_0x548d0d,_0x266d82={};_0x266d82[_0x148082(0x236)]=_0x148082(0x220),_0x266d82[_0x148082(0x2c3)]=_0x148082(0x285);const _0x9feca3=_0x266d82;try{const _0x496537=this[_0x148082(0x303)](_0x4a15f9);if(!_0x496537||_0x496537[_0x148082(0x1df)](_0x9feca3[_0x148082(0x236)]))return!![];return![];}catch(_0x3736fc){logger[_0x148082(0x2a9)](_0x9feca3[_0x148082(0x2c3)]);}return![];}[a91_0x548d0d(0x303)](_0x4ce09f){const _0x174eec=a91_0x548d0d,_0x1d057a={'xYpsp':function(_0x60bd05,_0x2043b5){return _0x60bd05(_0x2043b5);}};if(_0x4ce09f[_0x174eec(0x354)])return _0x4ce09f[_0x174eec(0x354)];if(_0x4ce09f[_0x174eec(0x347)])try{const _0x4d5b2e=stackTrace['parse'](_0x4ce09f['asyncError']),_0x3c3321=_0x1d057a[_0x174eec(0x2e9)](pickUserFrameFile,_0x4d5b2e);if(_0x3c3321)return _0x3c3321;logger[_0x174eec(0x2a9)](_0x174eec(0x2e8)+_0x4d5b2e[_0x174eec(0x341)]+')');}catch(_0x4fd4a3){logger[_0x174eec(0x2a9)](_0x174eec(0x2d6)+util['format'](_0x4fd4a3));}return null;}}function a91_0x5bd7(_0x13e94b,_0x22963a){const _0x133435=a91_0x1334();return a91_0x5bd7=function(_0x5bd7c4,_0x2a52ae){_0x5bd7c4=_0x5bd7c4-0x1bc;let _0x4ee850=_0x133435[_0x5bd7c4];return _0x4ee850;},a91_0x5bd7(_0x13e94b,_0x22963a);}module[a91_0x548d0d(0x2c0)]=JestTestFramework;
1
+ const a92_0x2cf1b4=a92_0x3796;(function(_0xcfc96b,_0x2e3dd3){const _0x1961e4=a92_0x3796,_0xe9eb3e=_0xcfc96b();while(!![]){try{const _0x10bce2=parseInt(_0x1961e4(0x1df))/0x1+parseInt(_0x1961e4(0xb8))/0x2*(parseInt(_0x1961e4(0x95))/0x3)+parseInt(_0x1961e4(0x15c))/0x4*(-parseInt(_0x1961e4(0x139))/0x5)+-parseInt(_0x1961e4(0xf8))/0x6*(-parseInt(_0x1961e4(0x7e))/0x7)+-parseInt(_0x1961e4(0x81))/0x8+parseInt(_0x1961e4(0x13f))/0x9+parseInt(_0x1961e4(0x1fe))/0xa*(-parseInt(_0x1961e4(0x1dc))/0xb);if(_0x10bce2===_0x2e3dd3)break;else _0xe9eb3e['push'](_0xe9eb3e['shift']());}catch(_0x3ac2d2){_0xe9eb3e['push'](_0xe9eb3e['shift']());}}}(a92_0x5a85,0x939bb));const TestFramework=require(a92_0x2cf1b4(0x136)),TestFrameworkState=require(a92_0x2cf1b4(0x1a9)),HookState=require(a92_0x2cf1b4(0x147)),{createClassLogger}=require(a92_0x2cf1b4(0x1af)),TestFrameworkInstance=require(a92_0x2cf1b4(0x211)),CLIUtils=require(a92_0x2cf1b4(0x166)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a92_0x2cf1b4(0xf4)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a92_0x2cf1b4(0x1d0)),{isInternalHook}=require('../../../helpers/test-observability/utils'),logger=createClassLogger(a92_0x2cf1b4(0xc0)),{v4:uuidv4}=require(a92_0x2cf1b4(0x1a4)),util=require(a92_0x2cf1b4(0xcd)),TestInfo=require(a92_0x2cf1b4(0xf3)),GrpcClient=require(a92_0x2cf1b4(0x1fd)),stackTrace=require(a92_0x2cf1b4(0x1ef)),{pickUserFrameFile}=require(a92_0x2cf1b4(0x88));class JestTestFramework extends TestFramework{constructor(_0x208b61,_0x41a2c8,_0x41f63b){const _0x50745e=a92_0x2cf1b4;super(_0x208b61,_0x41a2c8,_0x41f63b),this[_0x50745e(0x120)]=new Map();}[a92_0x2cf1b4(0x11e)](_0x51d7f5,_0x52481c,_0x56d21f){const _0x2fcf81=a92_0x2cf1b4,_0x430a3e={};_0x430a3e[_0x2fcf81(0xbb)]=function(_0x44b247,_0x155e64){return _0x44b247||_0x155e64;};const _0x2bbb04=_0x430a3e;if(_0x2bbb04['lnUVM'](!_0x51d7f5,!_0x52481c)){logger[_0x2fcf81(0x1bc)](_0x2fcf81(0x12b)+_0x51d7f5+_0x2fcf81(0x1c0)+_0x52481c);return;}!this[_0x2fcf81(0x120)]['has'](_0x51d7f5)&&this[_0x2fcf81(0x120)][_0x2fcf81(0x18b)](_0x51d7f5,[]);const _0x2e83a2={'hookUUID':_0x52481c,'hookType':_0x56d21f,'startedAt':new Date()[_0x2fcf81(0x135)]()};this[_0x2fcf81(0x120)][_0x2fcf81(0x1fa)](_0x51d7f5)['push'](_0x2e83a2),logger[_0x2fcf81(0x93)]('[JestTestFramework]\x20setActiveHook:\x20testIdentifier='+_0x51d7f5+_0x2fcf81(0x1c0)+_0x52481c+_0x2fcf81(0x15a)+_0x56d21f+_0x2fcf81(0xad)+this[_0x2fcf81(0x120)][_0x2fcf81(0x1fa)](_0x51d7f5)[_0x2fcf81(0x119)]);}[a92_0x2cf1b4(0x85)](_0x4cd38b,_0x58c80a){const _0x4eada5=a92_0x2cf1b4,_0x227fc6={};_0x227fc6['XAUbE']=function(_0x898381,_0x48538c){return _0x898381||_0x48538c;},_0x227fc6['OXNWL']=function(_0x250107,_0x488796){return _0x250107!==_0x488796;},_0x227fc6['MUigr']=function(_0x3532e7,_0x53e55e){return _0x3532e7===_0x53e55e;};const _0x50b4a9=_0x227fc6;if(_0x50b4a9['XAUbE'](!_0x4cd38b,!_0x58c80a)){logger[_0x4eada5(0x1bc)](_0x4eada5(0xe3)+_0x4cd38b+_0x4eada5(0x1c0)+_0x58c80a);return;}if(this[_0x4eada5(0x120)][_0x4eada5(0x18a)](_0x4cd38b)){const _0x8fae71=this['activeHooks'][_0x4eada5(0x1fa)](_0x4cd38b),_0xed059e=_0x8fae71[_0x4eada5(0x1f5)](_0x2ce306=>_0x2ce306[_0x4eada5(0x128)]===_0x58c80a);_0x50b4a9['OXNWL'](_0xed059e,-0x1)?(_0x8fae71[_0x4eada5(0x20c)](_0xed059e,0x1),logger['debug'](_0x4eada5(0x1f1)+_0x4cd38b+_0x4eada5(0x1c0)+_0x58c80a+_0x4eada5(0x181)+_0x8fae71['length']),_0x50b4a9['MUigr'](_0x8fae71[_0x4eada5(0x119)],0x0)&&this[_0x4eada5(0x120)]['delete'](_0x4cd38b)):logger['debug'](_0x4eada5(0x107)+_0x4cd38b+_0x4eada5(0x1c0)+_0x58c80a);}}[a92_0x2cf1b4(0x1da)](_0x59f8ce){const _0x2ddb17=a92_0x2cf1b4,_0x1ff251={};_0x1ff251[_0x2ddb17(0x15f)]=function(_0x175a8c,_0x3b960d){return _0x175a8c>_0x3b960d;},_0x1ff251['TBpwf']=function(_0x255d3d,_0x46aca3){return _0x255d3d-_0x46aca3;};const _0x209843=_0x1ff251;if(!_0x59f8ce)return null;if(this[_0x2ddb17(0x120)]['has'](_0x59f8ce)){const _0x416698=this[_0x2ddb17(0x120)]['get'](_0x59f8ce);if(_0x209843[_0x2ddb17(0x15f)](_0x416698[_0x2ddb17(0x119)],0x0)){const _0x4f220c=_0x416698[_0x209843[_0x2ddb17(0xac)](_0x416698[_0x2ddb17(0x119)],0x1)];return logger[_0x2ddb17(0x93)](_0x2ddb17(0x132)+_0x59f8ce+_0x2ddb17(0x1c0)+_0x4f220c[_0x2ddb17(0x128)]+_0x2ddb17(0x15a)+_0x4f220c['hookType']),_0x4f220c;}}return null;}async[a92_0x2cf1b4(0x1be)](_0x241679,_0xad8181,_0x4463ed={}){const _0x104bd4=a92_0x2cf1b4,_0x2d3e7b={};_0x2d3e7b[_0x104bd4(0xe4)]=_0x104bd4(0x1a8),_0x2d3e7b[_0x104bd4(0x89)]=function(_0x4ab468,_0x4660f4){return _0x4ab468===_0x4660f4;},_0x2d3e7b[_0x104bd4(0x1c4)]=function(_0xdf109,_0x10c8d8){return _0xdf109===_0x10c8d8;},_0x2d3e7b['hoRDb']=function(_0x2164bd,_0x557505){return _0x2164bd||_0x557505;},_0x2d3e7b[_0x104bd4(0x186)]=_0x104bd4(0x17f);const _0x3ea4ed=_0x2d3e7b;logger[_0x104bd4(0x93)](_0x104bd4(0x137)+_0x241679+_0x104bd4(0x87)+_0xad8181+_0x104bd4(0x146)+Object[_0x104bd4(0x149)](_0x4463ed)[_0x104bd4(0x20e)](',')),await super[_0x104bd4(0x1be)](_0x241679,_0xad8181,_0x4463ed);const _0x1f3ce5=this['resolveInstance'](_0x241679,_0xad8181,_0x4463ed);if(!_0x1f3ce5){logger[_0x104bd4(0x93)](_0x3ea4ed[_0x104bd4(0xe4)]);return;}try{let _0x5908ac,_0x27c519,_0x16daca;switch(_0x241679){case TestFrameworkState['TEST']:_0x5908ac=_0x4463ed[_0x104bd4(0xbd)];const _0x589c1c={};_0x589c1c[_0x104bd4(0x13a)]=0x2,_0x589c1c['maxArrayLength']=0x3,logger[_0x104bd4(0x93)](_0x104bd4(0x161)+_0xad8181+_0x104bd4(0x14d)+util['inspect'](_0x5908ac,_0x589c1c)),_0x16daca=this['getJestTestIdentifier'](_0x5908ac),_0x27c519=null,logger[_0x104bd4(0x93)](_0x104bd4(0xc1)+_0x16daca+'\x20(testIdentifier)');if(_0x3ea4ed[_0x104bd4(0x89)](_0xad8181,HookState[_0x104bd4(0xb4)])){logger[_0x104bd4(0x93)](_0x104bd4(0x1b7)+_0x16daca);const _0x5570ac={};_0x5570ac[_0x104bd4(0x142)]=_0x27c519,_0x5570ac[_0x104bd4(0x178)]=_0x5908ac,_0x5570ac[_0x104bd4(0x140)]=_0x16daca;const _0x2c5b6b=this['parseJestTest'](_0x5570ac),_0x5f2270={};_0x5f2270[_0x104bd4(0x13a)]=0x2,_0x5f2270[_0x104bd4(0x101)]=0x3,logger[_0x104bd4(0x93)](_0x104bd4(0x189)+util['inspect'](_0x2c5b6b,_0x5f2270)),_0x1f3ce5[_0x104bd4(0x131)](_0x2c5b6b),logger[_0x104bd4(0x93)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0x16daca),await this['processPendingHooks'](_0x1f3ce5,_0x16daca);}else{if(_0x3ea4ed['zKuiG'](_0xad8181,HookState['POST'])){logger['debug'](_0x104bd4(0x91)+_0x16daca);const _0x582e2a=_0x1f3ce5[_0x104bd4(0xe1)]()[_0x104bd4(0x1fa)](_0x16daca);logger[_0x104bd4(0x93)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20'+util[_0x104bd4(0x1bb)](Object[_0x104bd4(0x149)](_0x3ea4ed[_0x104bd4(0x179)](_0x582e2a,{}))));_0x582e2a&&_0x582e2a[TestFrameworkConstants[_0x104bd4(0x11d)]]?logger[_0x104bd4(0x93)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20'+Object[_0x104bd4(0x149)](_0x582e2a[TestFrameworkConstants[_0x104bd4(0x11d)]])[_0x104bd4(0x119)]+'\x20files'):logger['debug'](_0x3ea4ed['BTMYi']);const _0x5256e1=_0x4463ed[_0x104bd4(0x148)]||null,_0x344a38={};_0x344a38[_0x104bd4(0x142)]=_0x27c519,_0x344a38['testData']=_0x5908ac,_0x344a38['testId']=_0x16daca,_0x344a38[_0x104bd4(0x148)]=_0x5256e1;const _0x4ccdcf=this['parseJestTestResult'](_0x344a38),_0x268678={};_0x268678[_0x104bd4(0x13a)]=0x2,_0x268678[_0x104bd4(0x101)]=0x3,logger['debug'](_0x104bd4(0x19b)+util['inspect'](_0x4ccdcf,_0x268678)),_0x1f3ce5['addMultipleEntries'](_0x4ccdcf),logger[_0x104bd4(0x93)](_0x104bd4(0x1ad)+_0x16daca),await this['processPendingHooks'](_0x1f3ce5,_0x16daca);}}break;case TestFrameworkState['LOG_REPORT']:if(_0x3ea4ed[_0x104bd4(0x1c4)](_0xad8181,HookState[_0x104bd4(0x16c)])){const _0x198cc0={};_0x198cc0['depth']=0x2,logger[_0x104bd4(0x93)](_0x104bd4(0xf9)+util[_0x104bd4(0x1bb)](_0x4463ed,_0x198cc0)),await this['sendLogCreatedEvent'](_0x1f3ce5,_0x241679,_0x4463ed);}break;default:if(CLIUtils[_0x104bd4(0x160)](_0x241679[_0x104bd4(0x99)]()[_0x104bd4(0x134)]('.')[0x1])){const _0xcc6ee3={};_0xcc6ee3[_0x104bd4(0x13a)]=0x2,_0xcc6ee3['maxArrayLength']=0x3,logger[_0x104bd4(0x93)](_0x104bd4(0x17e)+_0x241679+_0x104bd4(0x87)+_0xad8181+_0x104bd4(0x187)+util[_0x104bd4(0x1bb)](_0x4463ed[_0x104bd4(0xd7)],_0xcc6ee3));const _0x4b3e21=await this[_0x104bd4(0x14f)](_0x1f3ce5,_0x241679,_0xad8181,_0x4463ed),_0x3167b5={};_0x3167b5[_0x104bd4(0x13a)]=0x2,_0x3167b5[_0x104bd4(0x101)]=0x3,logger[_0x104bd4(0x93)](_0x104bd4(0xec)+util[_0x104bd4(0x1bb)](_0x4b3e21,_0x3167b5)),_0x1f3ce5['addMultipleEntries'](_0x4b3e21);}else logger[_0x104bd4(0x93)]('[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState='+_0x241679+_0x104bd4(0xc4)+_0xad8181);break;}logger[_0x104bd4(0x93)](_0x104bd4(0x204)+_0x241679+_0x104bd4(0x87)+_0xad8181);}catch(_0x51a197){logger['error']('[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState='+_0x241679+',\x20hookState='+_0xad8181+',\x20exception='+util[_0x104bd4(0x123)](_0x51a197));}_0x4463ed[_0x104bd4(0x13b)]=_0x1f3ce5,await this['runHooks'](_0x1f3ce5,_0x241679,_0xad8181,_0x4463ed);}[a92_0x2cf1b4(0x172)](_0x2e62e5){const _0x51b05b=a92_0x2cf1b4,_0x41df4c={};_0x41df4c[_0x51b05b(0xfc)]=_0x51b05b(0x7f);const _0x4c790c=_0x41df4c;if(_0x2e62e5&&(_0x2e62e5['id']||_0x2e62e5[_0x51b05b(0x1a4)])){const _0x36ee70=_0x2e62e5['id']||_0x2e62e5['uuid'];return logger['debug'](_0x51b05b(0xa8)+_0x36ee70+_0x51b05b(0x182)),_0x36ee70;}return logger[_0x51b05b(0x93)](_0x4c790c['apWvo']),process[_0x51b05b(0x1b4)]+_0x51b05b(0x12d);}['resolveInstance'](_0x2eaa8e,_0x37959e,_0x6532b4={}){const _0x10c33e=a92_0x2cf1b4;let _0x5802b5=null;return _0x5802b5=TestFramework[_0x10c33e(0xda)](),!_0x5802b5?(logger[_0x10c33e(0x93)]('[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state='+_0x2eaa8e),this[_0x10c33e(0xfd)](_0x2eaa8e,_0x6532b4),_0x5802b5=TestFramework['getTrackedInstance'](),logger[_0x10c33e(0x93)](_0x10c33e(0x168)+!!_0x5802b5+_0x10c33e(0x150)+_0x5802b5?.[_0x10c33e(0x1d5)]()?.[_0x10c33e(0x158)]())):logger[_0x10c33e(0x93)](_0x10c33e(0xdc)+_0x5802b5[_0x10c33e(0x1d5)]()?.[_0x10c33e(0x158)]()),_0x5802b5;}['trackJestInstance'](_0x31282e,_0x2ebc3d){const _0x592821=a92_0x2cf1b4,_0x6ece37={};_0x6ece37[_0x592821(0x1bf)]=_0x592821(0x171);const _0x4752e0=_0x6ece37;if(TestFramework['getTrackedInstance']()){logger[_0x592821(0x93)](_0x4752e0[_0x592821(0x1bf)]);return;}const _0x354b95=CLIUtils[_0x592821(0x96)](),_0x41fd7b=TrackedInstance[_0x592821(0x145)](_0x354b95);let _0x57f563=null;logger[_0x592821(0x93)]('trackJestInstance:\x20created\x20instance\x20for\x20target='+_0x354b95+_0x592821(0x1b1)+_0x31282e),_0x57f563=new TestFrameworkInstance(_0x41fd7b,this['getTestFrameworks'](),this[_0x592821(0x1f7)](),_0x31282e,HookState[_0x592821(0x1d2)]),TestFramework[_0x592821(0xa1)](_0x41fd7b,_0x57f563),logger[_0x592821(0x93)]('[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId='+_0x41fd7b['getId']()+_0x592821(0x18f)+_0x354b95+_0x592821(0x1ab)+this[_0x592821(0x9d)]()[0x0]+_0x592821(0x1a3)+this[_0x592821(0x1f7)]()[this[_0x592821(0x9d)]()[0x0]]);}[a92_0x2cf1b4(0x1d3)](_0xc8f17a){const _0x1b1516=a92_0x2cf1b4,_0x3fed14={};_0x3fed14[_0x1b1516(0x1ee)]=function(_0x1228ff,_0x2ff365){return _0x1228ff||_0x2ff365;},_0x3fed14[_0x1b1516(0xb2)]='No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test';const _0x19153a=_0x3fed14,{testUUID:_0x31001e,testData:_0x71daaf,testId:_0x37d328}=_0xc8f17a;if(_0x19153a[_0x1b1516(0x1ee)](!_0x71daaf,!_0x37d328))return logger['debug'](_0x19153a['EpqKm']),{};const _0x5b43be=this[_0x1b1516(0x9d)]()[0x0],_0x3d5f4c=this[_0x1b1516(0x1f7)](),_0x360fc7={};_0x360fc7['depth']=0x2,_0x360fc7['maxArrayLength']=0x3,logger[_0x1b1516(0x93)]('[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20'+util[_0x1b1516(0x1bb)](_0x71daaf,_0x360fc7));const _0x4f56ea=_0x71daaf?.[_0x1b1516(0xe0)]||[],_0x5e5295=this[_0x1b1516(0x195)](_0x71daaf),_0x1495e4=this[_0x1b1516(0xf0)](_0x71daaf),_0x3ec370=_0x71daaf['fn']?_0x71daaf['fn'][_0x1b1516(0x99)]():_0x71daaf?.[_0x1b1516(0x10a)]?_0x71daaf[_0x1b1516(0x10a)]['code'][_0x1b1516(0x99)]():null,_0x4f1cab=this[_0x1b1516(0x1ce)](_0x71daaf),_0x375cfa={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x5b43be,[TestFrameworkConstants[_0x1b1516(0xa6)]]:_0x3d5f4c[_0x5b43be],[TestFrameworkConstants[_0x1b1516(0xfa)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants[_0x1b1516(0x212)]]:{},[TestFrameworkConstants[_0x1b1516(0x200)]]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x5e5295,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x1495e4,[TestFrameworkConstants[_0x1b1516(0xed)]]:_0x37d328,[TestFrameworkConstants[_0x1b1516(0xba)]]:_0x5e5295,[TestFrameworkConstants[_0x1b1516(0x1c1)]]:_0x1495e4,[TestFrameworkConstants[_0x1b1516(0x100)]]:_0x3ec370,[TestFrameworkConstants[_0x1b1516(0xeb)]]:_0x4f1cab,[TestFrameworkConstants[_0x1b1516(0xd9)]]:_0x71daaf[_0x1b1516(0x1d1)]||new Date()[_0x1b1516(0x135)](),[TestFrameworkConstants[_0x1b1516(0x16b)]]:_0x4f56ea[0x0]||'',[TestFrameworkConstants[_0x1b1516(0x18d)]]:_0x4f56ea,[TestFrameworkConstants[_0x1b1516(0x203)]]:_0x5e5295,[TestFrameworkConstants[_0x1b1516(0xce)]]:{},[TestFrameworkConstants['KEY_TEST_META']]:{}};_0x71daaf[_0x1b1516(0xc2)]&&(_0x375cfa[TestFrameworkConstants[_0x1b1516(0x152)]]=_0x71daaf['retryOf']);logger[_0x1b1516(0x93)](_0x1b1516(0x1d9)+_0x5e5295+_0x1b1516(0xe6)+_0x37d328+'\x20(testIdentifier),\x20tags='+JSON[_0x1b1516(0xe5)](_0x4f1cab)+_0x1b1516(0x8a)+util[_0x1b1516(0x1bb)](_0x4f56ea)+_0x1b1516(0x1cc)+_0x1495e4);const _0x62c5f3={};return _0x62c5f3[_0x37d328]=_0x375cfa,_0x62c5f3;}[a92_0x2cf1b4(0x126)](_0x18353d){const _0x501d2d=a92_0x2cf1b4,_0xab61aa={'QNHUQ':function(_0x49eee6,_0x36e008){return _0x49eee6===_0x36e008;},'bFMiR':'afterAll','LNaho':function(_0x3dd674,_0x442cf7){return _0x3dd674===_0x442cf7;},'EVATq':_0x501d2d(0x185),'xasKX':'ALL','BylUE':_0x501d2d(0x109),'qNNMD':function(_0x5a9631,_0x1ee26f){return _0x5a9631||_0x1ee26f;},'Wekqt':_0x501d2d(0x112),'wrOAD':function(_0x5e9eae,_0x5c1da7){return _0x5e9eae||_0x5c1da7;},'sEJFi':_0x501d2d(0x12f),'uGrbj':function(_0x3e1624,_0x1c9665){return _0x3e1624>_0x1c9665;},'jwibM':_0x501d2d(0x104),'cPzGm':'skip','TaIkL':function(_0x4db5bb,_0x5c9668){return _0x4db5bb===_0x5c9668;},'aipnY':_0x501d2d(0x1fb),'GbeXu':_0x501d2d(0x175),'FdvVI':function(_0x2ed716,_0x508207){return _0x2ed716!==_0x508207;},'mnDmp':function(_0x317690,_0x4beac8,_0x2d31e2,_0x562a77){return _0x317690(_0x4beac8,_0x2d31e2,_0x562a77);},'yuWPh':function(_0x52d6ed,_0xeae20b){return _0x52d6ed>_0xeae20b;},'ffLTS':_0x501d2d(0x80),'xazTh':function(_0x423623,_0x49c114){return _0x423623>_0x49c114;},'rBuYT':function(_0x1b475d,_0x12f677){return _0x1b475d===_0x12f677;}},{testUUID:_0x23d06e,testData:_0x5c9049,testId:_0x1f04b5}=_0x18353d;if(_0xab61aa[_0x501d2d(0x94)](!_0x5c9049,!_0x1f04b5))return logger[_0x501d2d(0x93)](_0xab61aa[_0x501d2d(0x1a2)]),{};const _0xef468d=this['resolveInstance'](TestFrameworkState['TEST'],HookState[_0x501d2d(0x16c)]),_0x25bf05=_0xef468d['getAllData']()[_0x501d2d(0x1fa)](_0x1f04b5),_0xe5279b=_0xab61aa[_0x501d2d(0x159)](_0x25bf05,{}),_0x10faef=_0xe5279b?_0xe5279b[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{},_0x15c98f=_0xe5279b[TestFrameworkConstants[_0x501d2d(0x11d)]];logger[_0x501d2d(0x93)](_0x501d2d(0x1b6)+(_0x15c98f?Object['keys'](_0x15c98f)['length']:0x0)+_0x501d2d(0x12e));let _0x1b6f7b=_0xab61aa[_0x501d2d(0x190)];if(_0x5c9049['result'])_0x1b6f7b=_0x5c9049[_0x501d2d(0x197)];else{if(_0x5c9049[_0x501d2d(0x11b)]&&_0xab61aa['uGrbj'](_0x5c9049['errorsDetailed'][_0x501d2d(0x119)],0x0))_0x1b6f7b=_0xab61aa[_0x501d2d(0x1b2)];else _0xab61aa[_0x501d2d(0x1a7)](_0x5c9049[_0x501d2d(0x17d)],_0xab61aa[_0x501d2d(0xd4)])||_0xab61aa[_0x501d2d(0x173)](_0x5c9049[_0x501d2d(0x17d)],_0xab61aa[_0x501d2d(0x1ae)])?_0x1b6f7b=_0xab61aa[_0x501d2d(0x1ae)]:_0x1b6f7b=_0xab61aa['GbeXu'];}const _0x5c4d92={..._0xe5279b,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x1b6f7b,[TestFrameworkConstants[_0x501d2d(0x1d7)]]:_0x5c9049[_0x501d2d(0x116)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x501d2d(0x174)]]:new Date()[_0x501d2d(0x135)](),[TestFrameworkConstants[_0x501d2d(0xce)]]:_0x10faef,[TestFrameworkConstants[_0x501d2d(0xbc)]]:_0xe5279b[TestFrameworkConstants['KEY_LOGS']]||[],[TestFrameworkConstants[_0x501d2d(0x1e9)]]:{}};if(_0xab61aa[_0x501d2d(0x173)](_0x1b6f7b,_0xab61aa[_0x501d2d(0x1b2)])&&_0x5c9049[_0x501d2d(0x11b)]){const _0x89770c=this['getJestFailureReason'](_0x5c9049),_0x551759=this[_0x501d2d(0x102)](_0x5c9049),_0x16b7ce=this[_0x501d2d(0xb3)](_0x5c9049);_0x5c4d92[TestFrameworkConstants[_0x501d2d(0xf1)]]=_0x551759,_0x5c4d92[TestFrameworkConstants[_0x501d2d(0x11c)]]=_0x89770c,_0x5c4d92[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x16b7ce;}_0xab61aa['FdvVI'](_0x5c9049[_0x501d2d(0x1c6)],undefined)&&(_0x5c4d92[TestFrameworkConstants[_0x501d2d(0x164)]]=_0x5c9049[_0x501d2d(0x1c6)]);_0x5c9049['retryOf']&&(_0x5c4d92[TestFrameworkConstants[_0x501d2d(0x152)]]=_0x5c9049[_0x501d2d(0xc2)]);const _0x264a08=_0x25bf05?_0x25bf05[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{}:{},_0x240e02=_0x25bf05?_0x25bf05[TestFrameworkConstants['KEY_TEST_UUID']]:_0x23d06e,_0x42c254=_0xab61aa[_0x501d2d(0x98)](getManualUploadLogs,_0x264a08,_0x240e02,_0x1f04b5);if(_0xab61aa[_0x501d2d(0xfe)](_0x42c254[_0x501d2d(0x119)],0x0)){const _0x881f5b=_0x5c4d92[TestFrameworkConstants[_0x501d2d(0xbc)]]||[];_0x5c4d92[TestFrameworkConstants[_0x501d2d(0xbc)]]=[..._0x881f5b,..._0x42c254];}const _0x5bce58=_0xe5279b[TestFrameworkConstants[_0x501d2d(0xc8)]]||{},_0x132ded=_0xe5279b[TestFrameworkConstants['KEY_HOOKS_STARTED']]||{},_0x1de1cf={..._0x5bce58},_0x339aef=_0x1de1cf;Object[_0x501d2d(0x149)](_0x132ded)[_0x501d2d(0xd8)](_0x533a8d=>{const _0x441ce7=_0x501d2d;!_0x339aef[_0x533a8d]&&(_0x339aef[_0x533a8d]=[]);const _0x4d9b8d=new Set((_0x339aef[_0x533a8d]||[])[_0x441ce7(0x10f)](_0x388ca4=>_0x388ca4[TestFrameworkConstants[_0x441ce7(0x180)]]||_0x388ca4[_0x441ce7(0x1d8)]));(_0x132ded[_0x533a8d]||[])[_0x441ce7(0xd8)](_0x5f5443=>{const _0x156d19=_0x441ce7,_0x4a5f04=_0x5f5443[TestFrameworkConstants[_0x156d19(0x180)]]||_0x5f5443['hook_id'];if(!_0x4d9b8d[_0x156d19(0x18a)](_0x4a5f04)){const _0x2702ed={..._0x5f5443},_0x31a792=_0x2702ed;!_0x31a792[TestFrameworkConstants[_0x156d19(0x90)]]&&!_0x31a792['event_ended_at']&&(_0x31a792[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=new Date()[_0x156d19(0x135)]()),!_0x31a792[TestFrameworkConstants[_0x156d19(0x15b)]]&&!_0x31a792[_0x156d19(0xb1)]&&(_0x31a792[TestFrameworkConstants[_0x156d19(0x15b)]]=TestFrameworkConstants['DEFAULT_HOOK_RESULT']),_0x339aef[_0x533a8d][_0x156d19(0xc5)](_0x31a792);}});});if(_0x18353d[_0x501d2d(0x148)]){this[_0x501d2d(0x1e8)](_0x18353d[_0x501d2d(0x148)]);const _0x3528af=this[_0x501d2d(0xa9)](_0x18353d[_0x501d2d(0x148)]),_0x189a74=this[_0x501d2d(0x157)](_0x18353d[_0x501d2d(0x148)]);_0x189a74[_0x501d2d(0xd8)](_0x5ecc11=>{const _0x5f8a17=_0x501d2d,_0x6ad4e1=_0x3528af['get'](_0x5ecc11);if(_0x6ad4e1&&(_0xab61aa['QNHUQ'](_0x6ad4e1[_0x5f8a17(0x144)],_0xab61aa[_0x5f8a17(0x97)])||_0xab61aa[_0x5f8a17(0x1ea)](_0x6ad4e1[_0x5f8a17(0x144)],_0xab61aa[_0x5f8a17(0x10b)]))){const _0x115f59=_0x6ad4e1[_0x5f8a17(0x144)][_0x5f8a17(0xa7)]()[_0x5f8a17(0x83)](_0xab61aa[_0x5f8a17(0x1e1)],_0xab61aa[_0x5f8a17(0xf7)]),_0x22d720=_0x115f59;!_0x339aef[_0x22d720]&&(_0x339aef[_0x22d720]=[]);const _0xd041ce=_0x339aef[_0x22d720][_0x5f8a17(0xe9)](_0x5b62da=>(_0x5b62da[TestFrameworkConstants[_0x5f8a17(0x180)]]||_0x5b62da[_0x5f8a17(0x1d8)])===_0x5ecc11);!_0xd041ce&&_0x339aef[_0x22d720]['push']({'key':_0x22d720,[TestFrameworkConstants[_0x5f8a17(0x180)]]:_0x5ecc11,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x5f8a17(0x15e)]]:new Date()[_0x5f8a17(0x135)](),[TestFrameworkConstants[_0x5f8a17(0x90)]]:new Date()[_0x5f8a17(0x135)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x5f8a17(0x165)]]:_0x6ad4e1[_0x5f8a17(0xaf)]||_0x6ad4e1[_0x5f8a17(0x144)]+_0x5f8a17(0x188),[TestFrameworkConstants[_0x5f8a17(0xce)]]:_0x10faef});}});}if(_0x5c9049[_0x501d2d(0x196)]&&_0xab61aa['uGrbj'](_0x5c9049[_0x501d2d(0x196)][_0x501d2d(0x119)],0x0))_0x5c4d92[TestFrameworkConstants[_0x501d2d(0xc8)]]=_0x5c9049[_0x501d2d(0x196)],logger[_0x501d2d(0x93)](_0xab61aa[_0x501d2d(0x121)]);else _0xab61aa['xazTh'](Object[_0x501d2d(0x149)](_0x339aef)[_0x501d2d(0x119)],0x0)&&(_0x5c4d92[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x339aef,logger[_0x501d2d(0x93)](_0x501d2d(0xd2)+Object['keys'](_0x339aef)['join'](',')));const _0x5446bb=this[_0x501d2d(0x195)](_0x5c9049);logger['debug'](_0x501d2d(0x1c7)+_0x5446bb+_0x501d2d(0xe6)+_0x1f04b5+_0x501d2d(0x177)+_0x1b6f7b+',\x20duration='+_0x5c9049[_0x501d2d(0x1c6)]);_0xab61aa[_0x501d2d(0x14e)](_0x1b6f7b,_0xab61aa[_0x501d2d(0x1b2)])&&logger[_0x501d2d(0x93)]('[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId='+_0x1f04b5+',\x20failureType='+_0x5c4d92[TestFrameworkConstants[_0x501d2d(0xf1)]]+_0x501d2d(0x18c)+_0x5c4d92[TestFrameworkConstants[_0x501d2d(0x11c)]]?.['substring'](0x0,0xc8));const _0x341d3f={};return _0x341d3f[_0x1f04b5]=_0x5c4d92,_0x341d3f;}[a92_0x2cf1b4(0xb5)](_0x4c5f77){const _0x135913=a92_0x2cf1b4,_0x26dc80={};_0x26dc80[_0x135913(0xc3)]=function(_0x266780,_0x1a13c5){return _0x266780!==_0x1a13c5;},_0x26dc80[_0x135913(0x129)]='ROOT_DESCRIBE_BLOCK';const _0x1f4bbf=_0x26dc80,_0x1e3e21={};_0x1e3e21[_0x135913(0x13a)]=0x2,_0x1e3e21[_0x135913(0x101)]=0x3,logger[_0x135913(0x93)](_0x135913(0xa4)+util[_0x135913(0x1bb)](_0x4c5f77,_0x1e3e21));const _0x45046c=[];if(_0x4c5f77&&_0x4c5f77['parent']){let _0xc49516=_0x4c5f77[_0x135913(0xb0)];while(_0xc49516&&_0xc49516[_0x135913(0xaf)]&&_0x1f4bbf[_0x135913(0xc3)](_0xc49516[_0x135913(0xaf)],'')&&_0x1f4bbf['CWvrC'](_0xc49516[_0x135913(0xaf)],_0x1f4bbf[_0x135913(0x129)])){_0x45046c[_0x135913(0xc5)](_0xc49516[_0x135913(0xaf)]),_0xc49516=_0xc49516[_0x135913(0xb0)];}}return _0x45046c[_0x135913(0xcb)]();}[a92_0x2cf1b4(0x195)](_0x18b1ee){const _0x51d1e1=a92_0x2cf1b4,_0x29ffaf={};_0x29ffaf['afuZc']='Unknown\x20Test';const _0x31bb43=_0x29ffaf;if(_0x18b1ee[_0x51d1e1(0xaf)])return _0x18b1ee[_0x51d1e1(0xaf)];if(_0x18b1ee['title'])return _0x18b1ee[_0x51d1e1(0x13c)];return _0x31bb43[_0x51d1e1(0x1e2)];}[a92_0x2cf1b4(0x1ce)](_0x3c4a1c){const _0x3fda14=a92_0x2cf1b4,_0x4d0d2a=[];if(_0x3c4a1c[_0x3fda14(0x111)]&&Array[_0x3fda14(0xa5)](_0x3c4a1c['tags']))return _0x3c4a1c[_0x3fda14(0x111)]['map'](_0x484636=>_0x484636[_0x3fda14(0x138)]('@')?_0x484636[_0x3fda14(0x124)](0x1):_0x484636);const _0x4c5bcf=this['getJestTestName'](_0x3c4a1c),_0x155fc7=_0x4c5bcf[_0x3fda14(0xea)](/@(\w+)/g);if(_0x155fc7)return _0x155fc7[_0x3fda14(0x10f)](_0x3691ac=>_0x3691ac['slice'](0x1));return _0x3c4a1c[_0x3fda14(0xe0)]&&Array['isArray'](_0x3c4a1c[_0x3fda14(0xe0)])&&_0x3c4a1c[_0x3fda14(0xe0)][_0x3fda14(0xd8)](_0x4a4b93=>{const _0xf72dc0=_0x3fda14,_0x46ae0a=_0x4a4b93[_0xf72dc0(0xea)](/@(\w+)/g);_0x46ae0a&&_0x46ae0a[_0xf72dc0(0xd8)](_0xcef0d2=>{const _0x1dfbd9=_0xf72dc0,_0x1e7fac=_0xcef0d2[_0x1dfbd9(0x1de)](0x1);!_0x4d0d2a[_0x1dfbd9(0x155)](_0x1e7fac)&&_0x4d0d2a[_0x1dfbd9(0xc5)](_0x1e7fac);});}),_0x4d0d2a;}[a92_0x2cf1b4(0xf0)](_0x130eef){const _0x4385c9=a92_0x2cf1b4,_0x4e5898={'zJgvL':function(_0x5163bb,_0x1263e8){return _0x5163bb(_0x1263e8);}};if(_0x130eef[_0x4385c9(0x1bd)])return _0x130eef[_0x4385c9(0x1bd)];if(_0x130eef[_0x4385c9(0x8c)])try{const _0x3b1b47=stackTrace['parse'](_0x130eef[_0x4385c9(0x8c)]),_0x114d56=_0x4e5898['zJgvL'](pickUserFrameFile,_0x3b1b47);if(_0x114d56)return _0x114d56;logger[_0x4385c9(0x93)](_0x4385c9(0x106)+_0x3b1b47[_0x4385c9(0x119)]+')');}catch(_0x7dbc2c){logger[_0x4385c9(0x93)](_0x4385c9(0x14a)+util[_0x4385c9(0x123)](_0x7dbc2c));}return null;}[a92_0x2cf1b4(0x151)](_0x4f3f13){const _0xa420ce=a92_0x2cf1b4,_0x5e4bde={};_0x5e4bde['hipFJ']=function(_0x1cf05f,_0x53394e){return _0x1cf05f>_0x53394e;},_0x5e4bde['qvLXe']=_0xa420ce(0xd6);const _0x4ab13c=_0x5e4bde;if(_0x4f3f13[_0xa420ce(0x11b)]&&_0x4ab13c[_0xa420ce(0x1ca)](_0x4f3f13[_0xa420ce(0x11b)][_0xa420ce(0x119)],0x0))return util[_0xa420ce(0x1bb)](_0x4f3f13['errorsDetailed'][0x0]);if(_0x4f3f13[_0xa420ce(0x11a)])return _0x4f3f13[_0xa420ce(0x11a)];return _0x4ab13c[_0xa420ce(0x86)];}['getJestFailureType'](_0x2c09bc){const _0x170049=a92_0x2cf1b4,_0x335cd8={};_0x335cd8[_0x170049(0xae)]=_0x170049(0x154),_0x335cd8['kVQgg']='AssertionError',_0x335cd8[_0x170049(0x1f0)]=_0x170049(0x162);const _0x3b518f=_0x335cd8,_0x1bd03c=this[_0x170049(0x151)](_0x2c09bc);if(_0x1bd03c&&_0x1bd03c[_0x170049(0x155)](_0x3b518f[_0x170049(0xae)]))return _0x3b518f[_0x170049(0x1ac)];return _0x3b518f[_0x170049(0x1f0)];}[a92_0x2cf1b4(0xb3)](_0x388e0d){const _0x3191cc=a92_0x2cf1b4,_0x128ed8={'DzrEh':function(_0x21d260,_0x1a7b44){return _0x21d260(_0x1a7b44);},'BUsDH':'../../../helpers/test-observability/utils','Ptajw':function(_0x13c97e,_0x4d5f00){return _0x13c97e!==_0x4d5f00;},'VAIIP':_0x3191cc(0xbd)},{failureData:_0x45fd6b}=_0x128ed8[_0x3191cc(0x1f3)](require,_0x128ed8[_0x3191cc(0x214)]),_0x59b47e=[];return _0x128ed8[_0x3191cc(0x210)](_0x388e0d['errorsDetailed'],undefined)&&_0x59b47e[_0x3191cc(0xc5)](_0x388e0d[_0x3191cc(0x11b)],_0x128ed8[_0x3191cc(0x82)]),_0x45fd6b[_0x3191cc(0x191)](null,_0x59b47e);}async[a92_0x2cf1b4(0x14f)](_0x3491bd,_0x8b1bbd,_0x5d6d58,_0x2d0591){const _0x200a42=a92_0x2cf1b4,_0x5bad84={'HaqYi':'[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','zCebD':function(_0x3750e3){return _0x3750e3();},'riqfA':function(_0xb50805,_0x5e9f2d){return _0xb50805 in _0x5e9f2d;},'eZHxj':function(_0x2f0850,_0x43ceb5){return _0x2f0850 in _0x43ceb5;},'HXGlX':function(_0x1b7ea5,_0x5f1b34){return _0x1b7ea5===_0x5f1b34;},'OrYCD':function(_0x3a3875,_0x45cb23){return _0x3a3875===_0x45cb23;},'esBmB':function(_0x5f2826,_0x5964b1){return _0x5f2826>_0x5964b1;},'otjdD':_0x200a42(0x104),'Vhcjl':_0x200a42(0x175),'YzsKS':function(_0x1ea437,_0x12088a){return _0x1ea437===_0x12088a;},'VwdbV':function(_0x5e2457,_0x41fced){return _0x5e2457===_0x41fced;},'MWnyt':_0x200a42(0xd1),'MVhmB':function(_0x7ce0df,_0xe044a1){return _0x7ce0df>_0xe044a1;},'vDKpJ':function(_0x500bff,_0x3cf994){return _0x500bff===_0x3cf994;},'LLCTe':function(_0x58d22c,_0x5469b7){return _0x58d22c!==_0x5469b7;}},{hookData:_0x720228}=_0x2d0591,_0x40f2b2=_0x5d6d58['toString'](),_0x3a19eb=_0x8b1bbd['toString'](),_0x548d1b={};_0x548d1b['depth']=0x2,_0x548d1b['maxArrayLength']=0x3,logger[_0x200a42(0x93)](_0x200a42(0x117)+_0x3a19eb+',\x20hookState='+_0x40f2b2+_0x200a42(0x187)+util[_0x200a42(0x1bb)](_0x720228,_0x548d1b));if(!_0x720228)return logger[_0x200a42(0x93)](_0x5bad84[_0x200a42(0x8d)]),{};const _0x369a8e=_0x720228['uuid']||_0x720228[_0x200a42(0x1c9)]||_0x5bad84[_0x200a42(0x141)](uuidv4),_0x41993f=_0x720228['test_run_id']||this['getJestTestIdentifier'](_0x720228),_0xa6add3=_0x8b1bbd[_0x200a42(0x99)]()['split']('.')[0x1],_0x59d9f5=_0x3491bd[_0x200a42(0xe1)]()[_0x200a42(0x1fa)](_0x41993f),_0x2c6e34=_0x59d9f5?_0x59d9f5[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{};logger[_0x200a42(0x93)](_0x200a42(0x9e)+_0x369a8e+_0x200a42(0xe6)+_0x41993f+_0x200a42(0x17a)+_0xa6add3+_0x200a42(0x87)+_0x40f2b2);if(!_0x59d9f5)return logger[_0x200a42(0x93)](_0x200a42(0x9a)+_0x41993f+',\x20storing\x20as\x20pending\x20hook'),this[_0x200a42(0xca)](_0x3491bd,_0x41993f,_0x8b1bbd,_0x5d6d58,_0x2d0591),{};let _0x57ac14=_0x59d9f5[TestFrameworkConstants[_0x200a42(0x212)]];!_0x57ac14&&(_0x57ac14={});!_0x5bad84[_0x200a42(0x207)](_0xa6add3,_0x57ac14)&&(_0x57ac14[_0xa6add3]=[]);let _0x34305f=_0x59d9f5[TestFrameworkConstants[_0x200a42(0xc8)]];!_0x34305f&&(_0x34305f={});!_0x5bad84[_0x200a42(0x1b9)](_0xa6add3,_0x34305f)&&(_0x34305f[_0xa6add3]=[]);const _0x1ab6a3={[_0x41993f]:{[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x57ac14,[TestFrameworkConstants[_0x200a42(0xc8)]]:_0x34305f,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x200a42(0xa6)]]:this[_0x200a42(0x1f7)]()[this[_0x200a42(0x9d)]()[0x0]]||''}};if(_0x5bad84[_0x200a42(0xbe)](_0x5d6d58,HookState[_0x200a42(0xb4)])){const _0x38d4f4={'key':_0xa6add3,[TestFrameworkConstants[_0x200a42(0x180)]]:_0x369a8e,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0x200a42(0xa3)],[TestFrameworkConstants[_0x200a42(0x15e)]]:_0x720228[_0x200a42(0x1d1)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x200a42(0x1b8)]]:[],[TestFrameworkConstants[_0x200a42(0x165)]]:_0x720228[_0x200a42(0xaf)]||_0x720228[_0x200a42(0xd5)]||_0xa6add3,[TestFrameworkConstants[_0x200a42(0xce)]]:_0x2c6e34};_0x57ac14[_0xa6add3][_0x200a42(0xc5)](_0x38d4f4),_0x1ab6a3[_0x41993f][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0xa6add3;const _0x3f1cb5={};_0x3f1cb5[_0x200a42(0x13a)]=0x2,logger[_0x200a42(0x93)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0xa6add3+_0x200a42(0x16e)+_0x369a8e+_0x200a42(0xe6)+_0x41993f+_0x200a42(0xc9)+util['inspect'](_0x38d4f4,_0x3f1cb5));}else{if(_0x5bad84[_0x200a42(0x114)](_0x5d6d58,HookState[_0x200a42(0x16c)])){const _0x26e959=_0x720228[_0x200a42(0x197)]||(_0x720228[_0x200a42(0x11b)]&&_0x5bad84[_0x200a42(0x12c)](_0x720228[_0x200a42(0x11b)][_0x200a42(0x119)],0x0)?_0x5bad84[_0x200a42(0x153)]:_0x5bad84[_0x200a42(0x205)]),_0x443afa=_0x57ac14[_0xa6add3]||[];logger[_0x200a42(0x93)](_0x200a42(0x11f)+_0xa6add3+_0x200a42(0xe6)+_0x41993f+_0x200a42(0x1cf)+_0x26e959+',\x20hooksListLength='+_0x443afa[_0x200a42(0x119)]);if(_0x5bad84['YzsKS'](_0x443afa[_0x200a42(0x119)],0x0)&&_0x5bad84[_0x200a42(0xdd)](_0x8b1bbd,TestFrameworkState['BEFORE_ALL']))return logger[_0x200a42(0x93)](_0x5bad84[_0x200a42(0x1a0)]),this[_0x200a42(0xca)](_0x3491bd,_0x41993f,_0x8b1bbd,_0x5d6d58,_0x2d0591),{};if(_0x5bad84[_0x200a42(0x194)](_0x443afa[_0x200a42(0x119)],0x0)){const _0x3b9a65=_0x443afa[_0x200a42(0x1ff)]();_0x5bad84[_0x200a42(0x20f)](_0x26e959,_0x5bad84[_0x200a42(0x153)])&&_0x720228['errorsDetailed']?(_0x3b9a65[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this['getJestFailureType'](_0x720228),_0x3b9a65[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]=this['getJestFailureReason'](_0x720228),_0x3b9a65[TestFrameworkConstants['KEY_HOOK_FAILURE']]=this[_0x200a42(0xb3)](_0x720228),logger[_0x200a42(0x93)](_0x200a42(0x1fc)+_0xa6add3+_0x200a42(0xbf)+_0x3b9a65[TestFrameworkConstants[_0x200a42(0xcf)]]+_0x200a42(0x18c)+_0x3b9a65[TestFrameworkConstants[_0x200a42(0x19c)]]?.[_0x200a42(0x125)](0x0,0xc8))):_0x3b9a65[TestFrameworkConstants[_0x200a42(0x15b)]]=_0x5bad84[_0x200a42(0x205)];_0x5bad84[_0x200a42(0x1e4)](_0x26e959,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x3b9a65[TestFrameworkConstants[_0x200a42(0x15b)]]=_0x26e959);_0x3b9a65[TestFrameworkConstants[_0x200a42(0x90)]]=_0x720228[_0x200a42(0x116)]||new Date()[_0x200a42(0x135)](),_0x3b9a65[TestFrameworkConstants[_0x200a42(0xce)]]=_0x2c6e34;const _0x181f81=_0x3b9a65[TestFrameworkConstants[_0x200a42(0x180)]];!_0x34305f[_0xa6add3]&&(_0x34305f[_0xa6add3]=[]);_0x34305f[_0xa6add3][_0x200a42(0xc5)](_0x3b9a65),_0x1ab6a3[_0x41993f][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0xa6add3;const _0x550676={};_0x550676[_0x200a42(0x13a)]=0x2,logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType='+_0xa6add3+_0x200a42(0x16e)+_0x181f81+_0x200a42(0x1cf)+_0x26e959+_0x200a42(0xc9)+util[_0x200a42(0x1bb)](_0x3b9a65,_0x550676));}}}return _0x1ab6a3;}[a92_0x2cf1b4(0xb7)](_0x3b796f){const _0x2bb6a3=a92_0x2cf1b4,_0x5d17de={};_0x5d17de[_0x2bb6a3(0x1aa)]='base64';const _0x1681ff=_0x5d17de;try{const _0x30eea3=_0x3b796f[_0x2bb6a3(0xbd)]?this['getJestTestIdentifier'](_0x3b796f[_0x2bb6a3(0xbd)]):_0x3b796f['hookData'][_0x2bb6a3(0x17c)],_0x35a177=_0x3b796f['instance'],_0x2140c0=_0x35a177[_0x2bb6a3(0x1d5)](),_0x2990c8=_0x35a177[_0x2bb6a3(0xe1)]()[_0x2bb6a3(0x1fa)](_0x30eea3);if(!_0x2990c8)return logger[_0x2bb6a3(0x93)]('createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x30eea3),{};const {[TestFrameworkConstants[_0x2bb6a3(0xd3)]]:_0x16ff4f=this[_0x2bb6a3(0x9d)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x1e02cf=this[_0x2bb6a3(0x1f7)]()[this['getTestFrameworks']()[0x0]]||'',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x3da632='',[TestFrameworkConstants[_0x2bb6a3(0x1d7)]]:_0x21d439=''}=_0x2990c8,_0x434568=_0x35a177['getCurrentTestState']()['toString']()[_0x2bb6a3(0x134)]('.')[0x1],_0x57925a=_0x35a177['getCurrentHookState']()[_0x2bb6a3(0x99)]()[_0x2bb6a3(0x134)]('.')[0x1],_0x3a0a60=global?.[_0x2bb6a3(0x167)]?.[_0x2bb6a3(0x1c5)]?.[_0x2bb6a3(0xdb)]||global['__bstackPlatformIndex']||0x0,_0x572eb4=_0x35a177[_0x2bb6a3(0x13d)](),_0x47f033=Buffer[_0x2bb6a3(0x169)](JSON[_0x2bb6a3(0xe5)](_0x2990c8))[_0x2bb6a3(0x99)](_0x1681ff[_0x2bb6a3(0x1aa)]),_0x2822fd={'hash':_0x2140c0['getId'](),'threadId':_0x2140c0['getThreadId']()[_0x2bb6a3(0x99)](),'processId':_0x2140c0['getProcessId']()[_0x2bb6a3(0x99)]()},_0x352da0={};_0x352da0[_0x2bb6a3(0x10d)]=_0x3a0a60,_0x352da0[_0x2bb6a3(0x1dd)]=_0x16ff4f,_0x352da0['testFrameworkVersion']=_0x1e02cf,_0x352da0[_0x2bb6a3(0x143)]=_0x434568,_0x352da0[_0x2bb6a3(0x1f2)]=_0x57925a,_0x352da0[_0x2bb6a3(0xdf)]=_0x3da632,_0x352da0['endedAt']=_0x21d439,_0x352da0[_0x2bb6a3(0x1a4)]=_0x572eb4,_0x352da0[_0x2bb6a3(0x8e)]=_0x47f033,_0x352da0[_0x2bb6a3(0x206)]=_0x2822fd,_0x352da0[_0x2bb6a3(0x110)]=_0x30eea3;const _0x3c1838=_0x352da0;return _0x3c1838;}catch(_0x1c38d1){return logger[_0x2bb6a3(0x103)](_0x2bb6a3(0x10c)+util[_0x2bb6a3(0x123)](_0x1c38d1)),{};}}async[a92_0x2cf1b4(0x20d)](_0x1337e2,_0x150e1f,_0x234212){const _0x330beb=a92_0x2cf1b4,_0x29ce78={'PvkJg':function(_0x567714,_0x1cab23){return _0x567714+_0x1cab23;},'QMhcb':_0x330beb(0x1cb),'hGkSM':_0x330beb(0x193),'Hwlxo':function(_0x751f04,_0x598967){return _0x751f04>_0x598967;},'GFzHU':function(_0x643e3e,_0x2c0182,_0x417f3,_0x1c19ba){return _0x643e3e(_0x2c0182,_0x417f3,_0x1c19ba);},'MvPYg':function(_0x54234f,_0x329c86){return _0x54234f-_0x329c86;},'PAZEw':function(_0x57bff1,_0x2bed7c){return _0x57bff1===_0x2bed7c;},'ewofj':function(_0x2ba110,_0x4b119a){return _0x2ba110/_0x4b119a;},'Bzsbw':function(_0x197cad,_0x4a5bae){return _0x197cad<_0x4a5bae;},'GMCQL':function(_0x42eb90,_0x4b34ee){return _0x42eb90*_0x4b34ee;},'reCSO':function(_0x307230,_0x990b72){return _0x307230+_0x990b72;},'bVJvo':function(_0x449f7b,_0x26d43e){return _0x449f7b>_0x26d43e;}};try{const _0x5b17b1=_0x234212[_0x330beb(0x142)]||_0x234212['testId'],_0x364141=Array['from'](_0x1337e2[_0x330beb(0xe1)]()[_0x330beb(0x149)]()),_0x5ec56c=_0x1337e2['getAllData']()['get'](_0x5b17b1);if(!_0x5ec56c){logger['debug'](_0x330beb(0x1e6)+_0x5b17b1);return;}const {[TestFrameworkConstants[_0x330beb(0xd3)]]:_0xd4d1d8='',[TestFrameworkConstants[_0x330beb(0xa6)]]:_0x15569d=''}=_0x5ec56c;let _0x5d4ba7=[];_0x5ec56c&&_0x5ec56c[TestFrameworkConstants['KEY_LOGS']]&&Array[_0x330beb(0xa5)](_0x5ec56c[TestFrameworkConstants['KEY_LOGS']])?(_0x5d4ba7=_0x5ec56c[TestFrameworkConstants['KEY_LOGS']]||[],logger[_0x330beb(0x93)](_0x330beb(0x17b)+_0x5d4ba7[_0x330beb(0x119)]+_0x330beb(0x1b5)+_0x5b17b1),_0x1337e2[_0x330beb(0x131)]({[_0x5b17b1]:{[TestFrameworkConstants[_0x330beb(0xbc)]]:[],[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x330beb(0x9d)]()[0x0]||'',[TestFrameworkConstants[_0x330beb(0xa6)]]:this[_0x330beb(0x1f7)]()[this[_0x330beb(0x9d)]()[0x0]]||''}}),logger['debug'](_0x330beb(0x1ba)+_0x5b17b1)):logger[_0x330beb(0x93)](_0x330beb(0x201)+_0x5b17b1);logger[_0x330beb(0x93)](_0x330beb(0x15d)+_0x5d4ba7[_0x330beb(0x119)]+_0x330beb(0xe7)+_0x5b17b1);const _0x4df309=_0x5d4ba7[_0x330beb(0x1e5)](_0x58ccd2=>_0x58ccd2[_0x330beb(0xf5)]===_0x330beb(0xa2));_0x29ce78['Hwlxo'](_0x4df309['length'],0x0)&&(logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20'+_0x4df309['length']+_0x330beb(0xfb)+_0x5b17b1),_0x4df309[_0x330beb(0xd8)]((_0x2b5cb9,_0x297211)=>{const _0x7c4607=_0x330beb;logger[_0x7c4607(0x93)](_0x7c4607(0x1ed)+_0x29ce78[_0x7c4607(0xf6)](_0x297211,0x1)+'/'+_0x4df309[_0x7c4607(0x119)]+'\x20-\x20test_identifier='+(_0x2b5cb9[_0x7c4607(0x110)]||_0x29ce78['QMhcb'])+_0x7c4607(0x16f)+(_0x2b5cb9['test_run_uuid']||_0x29ce78[_0x7c4607(0x19f)])+',\x20hook_run_uuid='+(_0x2b5cb9[_0x7c4607(0x20b)]||_0x29ce78[_0x7c4607(0x133)])+_0x7c4607(0x14b)+(_0x2b5cb9[_0x7c4607(0x19e)]?.[_0x7c4607(0x119)]||0x0));}));const _0xb0878f=_0x5ec56c[TestFrameworkConstants[_0x330beb(0x11d)]]||{},_0x20142e=_0x29ce78[_0x330beb(0xc7)](getMediaArtifactsLogs,_0xb0878f,null,_0x5b17b1),_0x55d18f=(_0x5d4ba7||[])['concat'](_0x20142e||[]),_0x1e1609=_0x4df309?.['length']||0x0,_0xd7640b=_0x29ce78[_0x330beb(0x9f)](_0x5d4ba7?.[_0x330beb(0x119)]||0x0,_0x1e1609);logger['debug'](_0x330beb(0x156)+_0x5b17b1+_0x330beb(0x19d)+_0xd7640b+',\x20screenshotLogs:\x20'+_0x1e1609+',\x20attachmentLogs:\x20'+(_0x20142e?.[_0x330beb(0x119)]||0x0)+_0x330beb(0x1f9)+_0x55d18f['length']);if(!_0x55d18f||_0x29ce78[_0x330beb(0x9b)](_0x55d18f[_0x330beb(0x119)],0x0)){logger[_0x330beb(0x93)](_0x330beb(0x1eb)+_0x5b17b1);return;}const _0x1e8711=0x28,_0x17110c=Math[_0x330beb(0xc6)](_0x29ce78[_0x330beb(0x10e)](_0x55d18f[_0x330beb(0x119)],_0x1e8711));for(let _0xdd2f67=0x0;_0x29ce78['Bzsbw'](_0xdd2f67,_0x17110c);_0xdd2f67++){const _0x3873fd=_0x29ce78['GMCQL'](_0xdd2f67,_0x1e8711),_0x4da72b=_0x29ce78['reCSO'](_0x3873fd,_0x1e8711),_0x116f57=_0x55d18f[_0x330beb(0x1de)](_0x3873fd,_0x4da72b),_0x2dea59=global?.[_0x330beb(0x130)]??0x0,_0x47da8c={'platformIndex':_0x2dea59,'logs':_0x116f57,'testFrameworkName':_0xd4d1d8,'testFrameworkVersion':_0x15569d,'testFrameworkState':_0x150e1f[_0x330beb(0x99)]()[_0x330beb(0x134)]('.')[0x1]},_0x54bcee={};_0x54bcee[_0x330beb(0x13a)]=0x3,_0x54bcee[_0x330beb(0x101)]=0x5,logger[_0x330beb(0x93)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x29ce78[_0x330beb(0xf6)](_0xdd2f67,0x1)+'/'+_0x17110c+_0x330beb(0x1f6)+_0x5b17b1+_0x330beb(0xd0)+_0x116f57[_0x330beb(0x119)]+_0x330beb(0x1f8)+_0x2dea59+_0x330beb(0x92)+util[_0x330beb(0x1bb)](_0x47da8c,_0x54bcee));const _0x37a950=await GrpcClient[_0x330beb(0x8b)]()['logCreatedEvent'](_0x47da8c);logger['debug'](_0x330beb(0xa0)+_0x29ce78[_0x330beb(0x176)](_0xdd2f67,0x1)+'/'+_0x17110c+_0x330beb(0x1f6)+_0x5b17b1+_0x330beb(0x105)+util['inspect'](_0x37a950));}_0x20142e&&_0x29ce78['bVJvo'](_0x20142e[_0x330beb(0x119)],0x0)&&_0x5ec56c[TestFrameworkConstants[_0x330beb(0x11d)]]&&_0x1337e2[_0x330beb(0x131)]({[_0x5b17b1]:{[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{},[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x330beb(0x9d)]()[0x0]||'',[TestFrameworkConstants[_0x330beb(0xa6)]]:this[_0x330beb(0x1f7)]()[this['getTestFrameworks']()[0x0]]||''}}),logger['debug'](_0x330beb(0x1b3)+_0x5b17b1+',\x20totalBatches:\x20'+_0x17110c);}catch(_0x13980c){logger[_0x330beb(0x103)](_0x330beb(0x12a)+(_0x234212[_0x330beb(0x142)]||_0x234212['testId'])+',\x20error:\x20'+util[_0x330beb(0x123)](_0x13980c));}}[a92_0x2cf1b4(0xca)](_0x553b66,_0x2e6c09,_0x39dbab,_0xf7ea74,_0x326011){const _0xd004bc=a92_0x2cf1b4,_0x38b22b={};_0x38b22b[_0xd004bc(0x16d)]=function(_0x1977f5,_0x313be7){return _0x1977f5===_0x313be7;},_0x38b22b[_0xd004bc(0x1d6)]=_0xd004bc(0x185);const _0x62b037=_0x38b22b,{hookData:_0x21e5de}=_0x326011,_0x4cd498={'testId':_0x2e6c09,'testFrameworkState':_0x39dbab,'hookState':_0xf7ea74,'args':_0x326011,'timestamp':new Date()[_0xd004bc(0x135)]()};if(_0x62b037[_0xd004bc(0x16d)](_0x39dbab,TestFrameworkState[_0xd004bc(0xee)])&&_0x21e5de){const _0x2e6743={};_0x2e6743[_0xd004bc(0xef)]=_0x21e5de[_0xd004bc(0x1bd)]||_0x21e5de['location'],_0x2e6743['scope']=_0x21e5de[_0xd004bc(0x20a)]||_0x21e5de['scopes']&&_0x21e5de[_0xd004bc(0xe0)][0x0]||'',_0x2e6743[_0xd004bc(0x13e)]=_0x62b037[_0xd004bc(0x1d6)],_0x4cd498[_0xd004bc(0x170)]=_0x2e6743,logger[_0xd004bc(0x93)](_0xd004bc(0xab)+_0x2e6c09+_0xd004bc(0x9c)+_0x4cd498['hookMetadata'][_0xd004bc(0xef)]+_0xd004bc(0x163)+_0x4cd498[_0xd004bc(0x170)][_0xd004bc(0x20a)]);}_0x553b66[_0xd004bc(0x1d4)](_0x2e6c09,_0x4cd498),logger[_0xd004bc(0x93)](_0xd004bc(0x1f4)+_0x2e6c09+',\x20state:\x20'+_0x39dbab+_0xd004bc(0x198)+_0xf7ea74);}async[a92_0x2cf1b4(0xe8)](_0x312aa6,_0x1f66d5){const _0x71ef9=a92_0x2cf1b4,_0x16c738={};_0x16c738[_0x71ef9(0x122)]=function(_0x56f62d,_0x27e977){return _0x56f62d>_0x27e977;},_0x16c738['uEfOv']=function(_0x4e7355,_0x4205ad){return _0x4e7355===_0x4205ad;},_0x16c738[_0x71ef9(0x184)]=function(_0x404e8b,_0x21495d){return _0x404e8b===_0x21495d;},_0x16c738[_0x71ef9(0x213)]=function(_0x230f75,_0x22749e){return _0x230f75>_0x22749e;},_0x16c738[_0x71ef9(0x127)]=_0x71ef9(0x1b0);const _0x449302=_0x16c738;if(_0x312aa6['hasPendingHooks'](_0x1f66d5)){const _0x407f8e=_0x312aa6['getPendingHooks'](_0x1f66d5);logger['debug'](_0x71ef9(0x14c)+_0x407f8e[_0x71ef9(0x119)]+_0x71ef9(0xf2)+_0x1f66d5);for(const _0x2683e9 of _0x407f8e){try{const _0x27095e=await this[_0x71ef9(0x14f)](_0x312aa6,_0x2683e9[_0x71ef9(0x143)],_0x2683e9[_0x71ef9(0x1f2)],_0x2683e9[_0x71ef9(0x202)]);_0x27095e&&_0x449302[_0x71ef9(0x122)](Object[_0x71ef9(0x149)](_0x27095e)['length'],0x0)&&_0x312aa6[_0x71ef9(0x131)](_0x27095e),await this[_0x71ef9(0x208)](_0x312aa6,_0x2683e9[_0x71ef9(0x143)],_0x2683e9[_0x71ef9(0x1f2)],_0x2683e9[_0x71ef9(0x202)]);}catch(_0x5883d6){logger['error'](_0x71ef9(0xff)+_0x1f66d5+',\x20error:\x20'+_0x5883d6);}}_0x312aa6[_0x71ef9(0x1c8)](_0x1f66d5),logger[_0x71ef9(0x93)](_0x71ef9(0x16a)+_0x1f66d5);}const _0x322c76=_0x312aa6['getAllData']()[_0x71ef9(0x1fa)](_0x1f66d5);if(_0x322c76){const _0x4db7a2=_0x322c76[TestFrameworkConstants[_0x71ef9(0x1cd)]]||_0x322c76[TestFrameworkConstants[_0x71ef9(0x1c1)]],_0x355eb0=_0x322c76[TestFrameworkConstants[_0x71ef9(0x16b)]]||_0x322c76[TestFrameworkConstants[_0x71ef9(0x18d)]]&&_0x322c76[TestFrameworkConstants['KEY_TEST_SCOPES']][0x0]||'';logger[_0x71ef9(0x93)](_0x71ef9(0x1a5)+_0x4db7a2+',\x20scope:\x20'+_0x355eb0);const _0xe67205=_0x312aa6[_0x71ef9(0x1db)]();for(const _0x4c0a70 of _0xe67205){if(_0x449302['uEfOv'](_0x4c0a70,_0x1f66d5))continue;if(_0x312aa6['hasPendingHooks'](_0x4c0a70)){const _0x3b667a=_0x312aa6['getPendingHooks'](_0x4c0a70);for(const _0x2a8bdd of _0x3b667a){if(_0x449302[_0x71ef9(0x199)](_0x2a8bdd['testFrameworkState'],TestFrameworkState[_0x71ef9(0xee)])&&_0x2a8bdd['hookMetadata']){const _0x38ab53=_0x2a8bdd[_0x71ef9(0x170)][_0x71ef9(0xef)],_0x20a35c=_0x2a8bdd[_0x71ef9(0x170)]['scope'];if(_0x449302[_0x71ef9(0x184)](_0x38ab53,_0x4db7a2)&&_0x449302[_0x71ef9(0x199)](_0x20a35c,_0x355eb0)){logger[_0x71ef9(0x93)](_0x71ef9(0x183)+_0x4c0a70+_0x71ef9(0x1ec)+_0x1f66d5+_0x71ef9(0x9c)+_0x38ab53+',\x20scope:\x20'+_0x20a35c);_0x2a8bdd[_0x71ef9(0x202)]&&_0x2a8bdd['args'][_0x71ef9(0xd7)]&&(_0x2a8bdd[_0x71ef9(0x202)]['hookData'][_0x71ef9(0x17c)]=_0x1f66d5,logger[_0x71ef9(0x93)](_0x71ef9(0x1a6)+_0x4c0a70+_0x71ef9(0xde)+_0x1f66d5));try{const _0x9f005b=await this[_0x71ef9(0x14f)](_0x312aa6,_0x2a8bdd[_0x71ef9(0x143)],_0x2a8bdd['hookState'],_0x2a8bdd[_0x71ef9(0x202)]);_0x9f005b&&_0x449302[_0x71ef9(0x213)](Object[_0x71ef9(0x149)](_0x9f005b)[_0x71ef9(0x119)],0x0)&&_0x312aa6[_0x71ef9(0x131)](_0x9f005b);await this[_0x71ef9(0x208)](_0x312aa6,_0x2a8bdd['testFrameworkState'],_0x2a8bdd['hookState'],_0x2a8bdd[_0x71ef9(0x202)]);const _0x401bfe=_0x312aa6['getPendingHooks'](_0x4c0a70)[_0x71ef9(0x1e5)](_0x38decc=>_0x38decc!==_0x2a8bdd);if(_0x449302['glcoY'](_0x401bfe[_0x71ef9(0x119)],0x0))_0x312aa6[_0x71ef9(0x1c8)](_0x4c0a70);else{_0x312aa6['removePendingHooks'](_0x4c0a70);for(const _0x1e8382 of _0x401bfe){_0x312aa6[_0x71ef9(0x1d4)](_0x4c0a70,_0x1e8382);}}logger['debug'](_0x449302[_0x71ef9(0x127)]);}catch(_0x53ee4f){logger['error'](_0x71ef9(0xb6)+_0x1f66d5+',\x20error:\x20'+_0x53ee4f);}}}}}}}}['mapTestHooks'](_0x53c68b){const _0x46d234=a92_0x2cf1b4,_0x49363a={'GUjvM':function(_0x634a78){return _0x634a78();}};if(!_0x53c68b||!_0x53c68b['parent'])return;_0x53c68b[_0x46d234(0xb0)][_0x46d234(0x196)]&&Array[_0x46d234(0xa5)](_0x53c68b[_0x46d234(0xb0)][_0x46d234(0x196)])&&_0x53c68b[_0x46d234(0xb0)][_0x46d234(0x196)]['forEach'](_0x251283=>{const _0xe98900=_0x46d234;!_0x251283[_0xe98900(0x1c9)]&&!_0x251283[_0xe98900(0x128)]&&(_0x251283['hookAnalyticsId']=_0x49363a[_0xe98900(0x1c2)](uuidv4),_0x251283[_0xe98900(0x128)]=_0x251283[_0xe98900(0x1c9)],logger[_0xe98900(0x93)](_0xe98900(0xe2)+_0x251283[_0xe98900(0x144)]+_0xe98900(0x1c0)+_0x251283[_0xe98900(0x1c9)]));}),this['mapTestHooks'](_0x53c68b['parent']);}[a92_0x2cf1b4(0x157)](_0x55e776){const _0x23abd9=a92_0x2cf1b4,_0x1655d1={'EWUlH':function(_0xd9926a,_0x5464d0){return _0xd9926a(_0x5464d0);}};if(!_0x55e776||!_0x55e776[_0x23abd9(0xb0)])return[];const _0x3357ed=[];return _0x55e776[_0x23abd9(0xb0)][_0x23abd9(0x196)]&&Array[_0x23abd9(0xa5)](_0x55e776[_0x23abd9(0xb0)][_0x23abd9(0x196)])&&_0x55e776['parent']['hooks'][_0x23abd9(0xd8)](_0x4d2b2f=>{const _0x76024d=_0x23abd9,_0x4ad25d=_0x4d2b2f[_0x76024d(0x1c9)]||_0x4d2b2f[_0x76024d(0x128)];_0x4ad25d&&!this[_0x76024d(0x115)](_0x4d2b2f)&&!_0x1655d1[_0x76024d(0x1c3)](isInternalHook,_0x4d2b2f['fn'])&&_0x3357ed[_0x76024d(0xc5)](_0x4ad25d);}),[..._0x3357ed,...this[_0x23abd9(0x157)](_0x55e776['parent'])];}[a92_0x2cf1b4(0xa9)](_0x1054b8){const _0xe4687b=a92_0x2cf1b4,_0x813a68={'ZnUTq':function(_0x38a140,_0x39a867){return _0x38a140(_0x39a867);},'RAmYP':_0xe4687b(0x12f),'YLlUn':function(_0x8f497d,_0x5b93d6){return _0x8f497d(_0x5b93d6);}},_0x27d6f9=new Map(),_0x361778=_0x1553fa=>{const _0x5b8855=_0xe4687b,_0x2969b8={'uNmdZ':function(_0x1c719f,_0x99fe5c){const _0x4ec857=a92_0x3796;return _0x813a68[_0x4ec857(0x84)](_0x1c719f,_0x99fe5c);},'tUNAh':_0x813a68[_0x5b8855(0x118)]};if(!_0x1553fa||!_0x1553fa['parent'])return;_0x1553fa[_0x5b8855(0xb0)][_0x5b8855(0x196)]&&Array['isArray'](_0x1553fa['parent'][_0x5b8855(0x196)])&&_0x1553fa['parent'][_0x5b8855(0x196)]['forEach'](_0x13e29d=>{const _0x749d5e=_0x5b8855,_0x32fa78=_0x13e29d[_0x749d5e(0x1c9)]||_0x13e29d[_0x749d5e(0x128)];if(_0x32fa78&&!this[_0x749d5e(0x115)](_0x13e29d)&&!_0x2969b8[_0x749d5e(0x108)](isInternalHook,_0x13e29d['fn'])){const _0x59f336={};_0x59f336[_0x749d5e(0x144)]=_0x13e29d[_0x749d5e(0x144)]||_0x2969b8[_0x749d5e(0x1a1)],_0x59f336[_0x749d5e(0xaf)]=_0x13e29d[_0x749d5e(0xaf)]||'\x22'+_0x13e29d[_0x749d5e(0x144)]+_0x749d5e(0x209),_0x27d6f9[_0x749d5e(0x18b)](_0x32fa78,_0x59f336);}}),_0x813a68['ZnUTq'](_0x361778,_0x1553fa[_0x5b8855(0xb0)]);};return _0x813a68[_0xe4687b(0xaa)](_0x361778,_0x1054b8),_0x27d6f9;}[a92_0x2cf1b4(0x115)](_0x4bcc12){const _0x3002ae=a92_0x2cf1b4,_0x4b0f95={};_0x4b0f95[_0x3002ae(0x1e3)]=_0x3002ae(0x18e),_0x4b0f95['CById']=_0x3002ae(0x192);const _0x237303=_0x4b0f95;try{const _0x3c46be=this['getRootParentFile'](_0x4bcc12);if(!_0x3c46be||_0x3c46be[_0x3002ae(0x155)](_0x237303['sRfvO']))return!![];return![];}catch(_0x5db430){logger[_0x3002ae(0x93)](_0x237303[_0x3002ae(0x8f)]);}return![];}[a92_0x2cf1b4(0xcc)](_0x319de5){const _0x5756b5=a92_0x2cf1b4,_0x210fa2={'PffUU':function(_0x53e21d,_0x37a128){return _0x53e21d(_0x37a128);}};if(_0x319de5[_0x5756b5(0xb9)])return _0x319de5['file'];if(_0x319de5['asyncError'])try{const _0x35fdb3=stackTrace['parse'](_0x319de5[_0x5756b5(0x8c)]),_0x26f74f=_0x210fa2[_0x5756b5(0x1e7)](pickUserFrameFile,_0x35fdb3);if(_0x26f74f)return _0x26f74f;logger[_0x5756b5(0x93)](_0x5756b5(0x113)+_0x35fdb3[_0x5756b5(0x119)]+')');}catch(_0x3a0721){logger['debug'](_0x5756b5(0x19a)+util[_0x5756b5(0x123)](_0x3a0721));}return null;}}module[a92_0x2cf1b4(0x1e0)]=JestTestFramework;function a92_0x3796(_0x5e930f,_0x50eee7){const _0x5a856d=a92_0x5a85();return a92_0x3796=function(_0x379632,_0xf96a6b){_0x379632=_0x379632-0x7e;let _0x184506=_0x5a856d[_0x379632];return _0x184506;},a92_0x3796(_0x5e930f,_0x50eee7);}function a92_0x5a85(){const _0x50263e=['\x20-\x20testId:\x20','getTestFrameworksVersions',',\x20platformIndex:\x20',',\x20totalLogs:\x20','get','skipped','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','../grpcClient','130heokHI','pop','KEY_TEST_RESULT','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','args','KEY_TEST_RERUN_NAME','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','Vhcjl','executionContext','riqfA','runHooks','\x22\x20hook','scope','hook_run_uuid','splice','sendLogCreatedEvent','join','vDKpJ','Ptajw','../instances/testFrameworkInstance.js','KEY_HOOKS_STARTED','cwdeg','BUsDH','7BLcCQL','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','2256432GXowwD','VAIIP','replace','ZnUTq','removeActiveHook','qvLXe',',\x20hookState=','../../../helpers/stackFrameUtils','mYftL',',\x20scopes=','getInstance','asyncError','HaqYi','eventJson','CById','KEY_EVENT_ENDED_AT','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20',',\x20payload:\x20','debug','qNNMD','188796Ksuiib','getCurrentInstanceName','bFMiR','mnDmp','toString','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','PAZEw',',\x20filePath:\x20','getTestFrameworks','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','MvPYg','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','setTrackedInstance','TEST_SCREENSHOT','DEFAULT_HOOK_RESULT','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','isArray','KEY_TEST_FRAMEWORK_VERSION','toUpperCase','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','buildHookMapFromTest','YLlUn','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','TBpwf',',\x20totalHooks=','WsbXI','name','parent','hook_result','EpqKm','getJestFailureData','PRE','getJestTestScopes','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','createTestFrameworkEventPayload','6eXGkdK','file','KEY_TEST_NAME','lnUVM','KEY_LOGS','test','HXGlX',',\x20failureType=','JestTestFramework','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','retryOf','CWvrC','\x20&\x20hookState=','push','ceil','GFzHU','KEY_HOOKS_FINISHED',',\x20hook=','storePendingHook','reverse','getRootParentFile','util','KEY_CUSTOM_TAGS','KEY_HOOK_FAILURE_TYPE',',\x20logsInBatch:\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','KEY_TEST_FRAMEWORK_NAME','cPzGm','hook_type','Unknown\x20error','hookData','forEach','KEY_TEST_STARTED_AT','getTrackedInstance','parallelIndex','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','VwdbV','\x20to\x20','startedAt','scopes','getAllData','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','PsdjM','stringify',',\x20testId=','\x20for\x20testId:\x20','processPendingHooks','find','match','KEY_TEST_TAGS','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','KEY_TEST_ID','BEFORE_ALL','filePath','getJestTestFilePath','KEY_TEST_FAILURE_TYPE','\x20pending\x20hooks\x20for\x20testId:\x20','../TestInfo.js','./constants/testFrameworkConstants.js','kind','PvkJg','BylUE','4144038DNPqLO','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','KEY_TEST_LOGS','\x20screenshot\x20logs\x20for\x20testId:\x20','apWvo','trackJestInstance','yuWPh','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','KEY_TEST_CODE','maxArrayLength','getJestFailureType','error','failed',',\x20response=','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','uNmdZ','_ALL','body','EVATq','Error\x20in\x20createTestFrameworkEventPayload:\x20','platformIndex','ewofj','map','test_identifier','tags','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','OrYCD','isJestInternalHook','finished_at','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','RAmYP','length','failure_reason','errorsDetailed','KEY_TEST_FAILURE_REASON','KEY_TEST_ATTACHMENTS','setActiveHook','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','activeHooks','ffLTS','MLiGd','format','substr','substring','parseJestTestResult','vcRji','hookUUID','rwbAB','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','esBmB',':testAnalyticsId','\x20attachments','unknown','browserstackPlatformIndex','addMultipleEntries','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','hGkSM','split','toISOString','./testFramework','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','startsWith','120885WXXcit','depth','instance','title','getRef','hookType','323685xLJupq','testId','zCebD','testUUID','testFrameworkState','type','createContext',',\x20argsKeys=','../state/hookState.js','originalTest','keys','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20',',\x20messageLength=','Processing\x20',',\x20testData=','rBuYT','trackHookEvent',',\x20contextId=','getJestFailureReason','KEY_TEST_RETRY_OF','otjdD','Assert','includes','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','getHooksForTest','getId','wrOAD',',\x20hookType=','KEY_HOOK_RESULT','80PNNsem','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','KEY_EVENT_STARTED_AT','spQAM','matchHookRegex','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','UnhandledError',',\x20scope:\x20','KEY_TEST_DURATION','KEY_HOOK_NAME','../cliUtils.js','__workerDetails','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','from','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','KEY_TEST_SCOPE','POST','PgjbV',',\x20hookId=',',\x20test_run_uuid=','hookMetadata','trackJestInstance:\x20instance\x20already\x20exists','getJestTestIdentifier','TaIkL','KEY_TEST_RESULT_AT','passed','reCSO','\x20(testIdentifier),\x20result=','testData','hoRDb','\x20(testIdentifier),\x20hookType=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','test_run_id','status','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','KEY_HOOK_ID',',\x20remainingHooks=','\x22\x20from\x20testData','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','glcoY','beforeAll','BTMYi',',\x20hookData=','\x20hook','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','has','set',',\x20failureReason=','KEY_TEST_SCOPES','jest-circus',',\x20target=','sEJFi','apply','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','none','MVhmB','getJestTestName','hooks','result',',\x20hookState:\x20','uEfOv','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','KEY_HOOK_FAILURE_REASON',',\x20consoleLogs:\x20','message','QMhcb','MWnyt','tUNAh','Wekqt',',\x20version=','uuid','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','QNHUQ','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','../state/testFrameworkState.js','peecU',',\x20testFramework=','kVQgg','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','aipnY','../../../helpers/classLogger.js','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook',',\x20state=','jwibM','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','pid','\x20logs\x20for\x20testId:\x20','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','KEY_HOOK_LOGS','eZHxj','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','inspect','warn','file_name','trackEvent','NSAgQ',',\x20hookUUID=','KEY_TEST_LOCATION','GUjvM','EWUlH','zKuiG','workerInfo','duration','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','removePendingHooks','hookAnalyticsId','hipFJ','missing',',\x20filePath=','KEY_TEST_FILE_PATH','getJestTestTags',',\x20result=','../../../helpers/helper.js','started_at','NONE','parseJestTest','addPendingHook','getContext','Ujbyq','KEY_TEST_ENDED_AT','hook_id','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','getActiveHook','getAllPendingHookTestIds','28369pTmDaW','testFrameworkName','slice','488290YKRmBJ','exports','xasKX','afuZc','sRfvO','LLCTe','filter','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','PffUU','mapTestHooks','KEY_TEST_META','LNaho','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20',',\x20currentTestId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','hhbwW','stack-trace','lavge','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','hookState','DzrEh','Stored\x20pending\x20hook\x20for\x20testId:\x20','findIndex'];a92_0x5a85=function(){return _0x50263e;};return a92_0x5a85();}
@@ -1 +1 @@
1
- const a92_0x449aa5=a92_0x33b8;(function(_0x3a9075,_0x3c21d1){const _0x16d4d7=a92_0x33b8,_0x346da7=_0x3a9075();while(!![]){try{const _0x1bf7a3=-parseInt(_0x16d4d7(0x10a))/0x1*(-parseInt(_0x16d4d7(0xe2))/0x2)+parseInt(_0x16d4d7(0x10d))/0x3*(parseInt(_0x16d4d7(0xd0))/0x4)+parseInt(_0x16d4d7(0x107))/0x5*(parseInt(_0x16d4d7(0xc8))/0x6)+-parseInt(_0x16d4d7(0xd3))/0x7+parseInt(_0x16d4d7(0x109))/0x8*(parseInt(_0x16d4d7(0xf1))/0x9)+parseInt(_0x16d4d7(0x108))/0xa*(parseInt(_0x16d4d7(0x10e))/0xb)+parseInt(_0x16d4d7(0xfc))/0xc*(-parseInt(_0x16d4d7(0xf5))/0xd);if(_0x1bf7a3===_0x3c21d1)break;else _0x346da7['push'](_0x346da7['shift']());}catch(_0xac1e1e){_0x346da7['push'](_0x346da7['shift']());}}}(a92_0x3023,0x9db87));function a92_0x3023(){const _0x5e0a8f=['custom_metadata','lCUft','debug','tags','split','KEY_TEST_META','pending','KEY_TEST_ENDED_AT','72tmCMcb','from','getTestFrameworks','path','14621997qNKmem','started_at','test','KEY_TEST_SCOPES','DEFAULT_TEST_RESULT','toISOString','failure_type','12MwCbWo','KEY_TEST_NAME','failure_reason','KEY_TEST_LOCATION','parseNewmanTestResult','KEY_TEST_RERUN_NAME','../cliUtils.js','trackEvent:\x20state=','file_path','uuid','getCurrentTestState','1260245GyAZro','4824290TzGnue','29224FZQKlj','574297YhbEUk','KEY_TEST_STARTED_AT','createTestFrameworkEventPayload','959601PWrqPt','22wjgNvj','KEY_TEST_FRAMEWORK_VERSION','KEY_TEST_RESULT','KEY_HOOKS_STARTED','../instances/testFrameworkInstance.js','KEY_TEST_SCOPE','KEY_TEST_FRAMEWORK_NAME','KEY_TEST_CODE','KEY_CUSTOM_TAGS','util','KEY_TEST_FAILURE_REASON','meta','scopes','error','24TCjyRK','KEY_TEST_FAILURE_TYPE','./testFramework','getId','setTrackedInstance','createContext','trackEvent:\x20error=','instance','4umBMeR','toString','stringify','7879550tEXfCP','KEY_HOOKS_FINISHED','exports','TEST','getTrackedInstance','getTestFrameworksVersions','rAFZV','trackEvent','./constants/testFrameworkConstants.js','failure','KEY_TEST_UUID','KEY_TEST_FAILURE','parseNewmanTest','KEY_TEST_FILE_PATH','get','2SRATTU','location','PRE','\x20hook=','base64','resolveInstance','getThreadId'];a92_0x3023=function(){return _0x5e0a8f;};return a92_0x3023();}const path=require(a92_0x449aa5(0xf4)),TestFramework=require(a92_0x449aa5(0xca)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require('../state/hookState.js'),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a92_0x449aa5(0x112)),CLIUtils=require(a92_0x449aa5(0x102)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a92_0x449aa5(0xdb)),util=require(a92_0x449aa5(0xc3)),logger=createClassLogger('NewmanTestFramework');class NewmanTestFramework extends TestFramework{constructor(_0x4d9896,_0x55513c,_0x5aea77){super(_0x4d9896,_0x55513c,_0x5aea77);}async[a92_0x449aa5(0xda)](_0x5eaea1,_0x2411c5,_0x2360c9={}){const _0x43aede=a92_0x449aa5,_0x1316ba={};_0x1316ba['rAFZV']=function(_0x2f55b5,_0x3eb866){return _0x2f55b5===_0x3eb866;};const _0x5b89e0=_0x1316ba;logger[_0x43aede(0xeb)](_0x43aede(0x103)+_0x5eaea1+_0x43aede(0xe5)+_0x2411c5),await super[_0x43aede(0xda)](_0x5eaea1,_0x2411c5,_0x2360c9);const _0x3a5f1f=this[_0x43aede(0xe7)](_0x5eaea1,_0x2411c5,_0x2360c9);if(!_0x3a5f1f)return;try{if(_0x5b89e0[_0x43aede(0xd9)](_0x5eaea1,TestFrameworkState[_0x43aede(0xd6)])&&_0x2360c9['test']){const _0x59ae81=_0x5b89e0[_0x43aede(0xd9)](_0x2411c5,HookState[_0x43aede(0xe4)])?this[_0x43aede(0xdf)](_0x2360c9[_0x43aede(0xf7)]):this[_0x43aede(0x100)](_0x2360c9[_0x43aede(0xf7)]);_0x3a5f1f['addMultipleEntries'](_0x59ae81);}}catch(_0x598d82){logger[_0x43aede(0xc7)](_0x43aede(0xce)+util['format'](_0x598d82));}_0x2360c9['instance']=_0x3a5f1f,await this['runHooks'](_0x3a5f1f,_0x5eaea1,_0x2411c5,_0x2360c9);}['parseNewmanTest'](_0x1b59fe){const _0x3e0a56=a92_0x449aa5,_0x19a3ea=this['getTestFrameworks']()[0x0],_0x496129={};return _0x496129[_0x1b59fe['uuid']]={[TestFrameworkConstants[_0x3e0a56(0xc0)]]:_0x19a3ea,[TestFrameworkConstants[_0x3e0a56(0x10f)]]:this[_0x3e0a56(0xd8)]()[_0x19a3ea],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x3e0a56(0xd4)]]:{},[TestFrameworkConstants[_0x3e0a56(0x111)]]:{},[TestFrameworkConstants[_0x3e0a56(0x110)]]:TestFrameworkConstants[_0x3e0a56(0xf9)],[TestFrameworkConstants['KEY_TEST_ID']]:_0x1b59fe[_0x3e0a56(0x105)],[TestFrameworkConstants[_0x3e0a56(0xdd)]]:_0x1b59fe[_0x3e0a56(0x105)],[TestFrameworkConstants[_0x3e0a56(0xfd)]]:_0x1b59fe['name'],[TestFrameworkConstants[_0x3e0a56(0xe0)]]:_0x1b59fe[_0x3e0a56(0x104)]||'',[TestFrameworkConstants[_0x3e0a56(0xff)]]:_0x1b59fe[_0x3e0a56(0xe3)]||'',[TestFrameworkConstants[_0x3e0a56(0xc1)]]:null,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x1b59fe[_0x3e0a56(0xec)]||[],[TestFrameworkConstants[_0x3e0a56(0x10b)]]:_0x1b59fe[_0x3e0a56(0xf6)]||new Date()[_0x3e0a56(0xfa)](),[TestFrameworkConstants[_0x3e0a56(0x113)]]:_0x1b59fe['scope']||'',[TestFrameworkConstants[_0x3e0a56(0xf8)]]:_0x1b59fe[_0x3e0a56(0xc6)]||[],[TestFrameworkConstants[_0x3e0a56(0x101)]]:null,[TestFrameworkConstants[_0x3e0a56(0xc2)]]:_0x1b59fe[_0x3e0a56(0xe9)]||{},[TestFrameworkConstants[_0x3e0a56(0xee)]]:_0x1b59fe[_0x3e0a56(0xc5)]||{}},_0x496129;}[a92_0x449aa5(0x100)](_0x24715e){const _0x493f2e=a92_0x449aa5,_0xec79dc={};_0xec79dc[_0x493f2e(0xea)]=_0x493f2e(0xef);const _0xd986f9=_0xec79dc,_0x310938={};return _0x310938[_0x24715e[_0x493f2e(0x105)]]={[TestFrameworkConstants[_0x493f2e(0x110)]]:_0x24715e['result']||_0xd986f9[_0x493f2e(0xea)],[TestFrameworkConstants[_0x493f2e(0xf0)]]:_0x24715e['finished_at']||new Date()[_0x493f2e(0xfa)](),[TestFrameworkConstants[_0x493f2e(0xde)]]:_0x24715e[_0x493f2e(0xdc)]||[],[TestFrameworkConstants[_0x493f2e(0xc9)]]:_0x24715e[_0x493f2e(0xfb)]||null,[TestFrameworkConstants[_0x493f2e(0xc4)]]:_0x24715e[_0x493f2e(0xfe)]||null},_0x310938;}[a92_0x449aa5(0xe7)](_0x165cc7){const _0x48459b=a92_0x449aa5;let _0x46c962=TestFramework[_0x48459b(0xd7)]();if(!_0x46c962){const _0xa58ea9=TrackedInstance[_0x48459b(0xcd)](CLIUtils['getCurrentInstanceName']());_0x46c962=new TestFrameworkInstance(_0xa58ea9,this[_0x48459b(0xf3)](),this['getTestFrameworksVersions'](),_0x165cc7,HookState['NONE']),TestFramework[_0x48459b(0xcc)](_0xa58ea9,_0x46c962);}return _0x46c962;}[a92_0x449aa5(0x10c)](_0x2cbf07){const _0x42ec59=a92_0x449aa5,_0x5bf69f={};_0x5bf69f['BzCDL']=_0x42ec59(0xe6);const _0x5e7db2=_0x5bf69f;try{const _0x321f53=_0x2cbf07[_0x42ec59(0xf7)]?_0x2cbf07[_0x42ec59(0xf7)][_0x42ec59(0x105)]:null,_0x385857=_0x2cbf07[_0x42ec59(0xcf)],_0x49a467=_0x385857['getContext'](),_0x185559=_0x385857['getAllData']()[_0x42ec59(0xe1)](_0x321f53);if(!_0x185559)return{};const {[TestFrameworkConstants[_0x42ec59(0xc0)]]:_0x11bdab='',[TestFrameworkConstants[_0x42ec59(0x10f)]]:_0x5561df='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x3cd924='',[TestFrameworkConstants[_0x42ec59(0xf0)]]:_0x2262c9=''}=_0x185559;return{'platformIndex':0x0,'testFrameworkName':_0x11bdab,'testFrameworkVersion':_0x5561df,'testFrameworkState':_0x385857[_0x42ec59(0x106)]()['toString']()['split']('.')[0x1],'hookState':_0x385857['getCurrentHookState']()[_0x42ec59(0xd1)]()[_0x42ec59(0xed)]('.')[0x1],'startedAt':_0x3cd924,'endedAt':_0x2262c9,'uuid':_0x321f53,'eventJson':Buffer[_0x42ec59(0xf2)](JSON[_0x42ec59(0xd2)](_0x185559))[_0x42ec59(0xd1)](_0x5e7db2['BzCDL']),'executionContext':{'hash':_0x49a467[_0x42ec59(0xcb)](),'threadId':_0x49a467[_0x42ec59(0xe8)]()['toString'](),'processId':_0x49a467['getProcessId']()['toString']()}};}catch(_0x171ae1){return logger[_0x42ec59(0xc7)]('createTestFrameworkEventPayload:\x20error='+util['format'](_0x171ae1)),{};}}}function a92_0x33b8(_0x33e0c0,_0x664b4){const _0x3023a6=a92_0x3023();return a92_0x33b8=function(_0x33b847,_0x2e0651){_0x33b847=_0x33b847-0xc0;let _0x3c584c=_0x3023a6[_0x33b847];return _0x3c584c;},a92_0x33b8(_0x33e0c0,_0x664b4);}module[a92_0x449aa5(0xd5)]=NewmanTestFramework;
1
+ const a93_0x1fc73c=a93_0x54ec;(function(_0x14246c,_0x8f1acf){const _0x1643cb=a93_0x54ec,_0x55ab8d=_0x14246c();while(!![]){try{const _0xb10351=-parseInt(_0x1643cb(0x1da))/0x1+-parseInt(_0x1643cb(0x1d6))/0x2*(parseInt(_0x1643cb(0x1e6))/0x3)+-parseInt(_0x1643cb(0x1ca))/0x4*(parseInt(_0x1643cb(0x1a8))/0x5)+parseInt(_0x1643cb(0x1f1))/0x6*(-parseInt(_0x1643cb(0x1e9))/0x7)+-parseInt(_0x1643cb(0x1ba))/0x8*(-parseInt(_0x1643cb(0x1e5))/0x9)+parseInt(_0x1643cb(0x1ea))/0xa+parseInt(_0x1643cb(0x1a0))/0xb*(parseInt(_0x1643cb(0x1ac))/0xc);if(_0xb10351===_0x8f1acf)break;else _0x55ab8d['push'](_0x55ab8d['shift']());}catch(_0x4ae1eb){_0x55ab8d['push'](_0x55ab8d['shift']());}}}(a93_0x4bbf,0x675dc));function a93_0x4bbf(){const _0x1a90d5=['getProcessId','pending','2997tbgqQt','101067vgTUXR','error','DEFAULT_TEST_RESULT','2515695jEBgnj','3700550XctSKM','result','KEY_TEST_LOGS','CtMqb','exports','trackEvent:\x20state=','../cliUtils.js','6PyUVRN','addMultipleEntries','getAllData','PRE','from','get','toString','location','22bVgWDX','getTestFrameworks','KEY_TEST_FAILURE','../instances/testFrameworkInstance.js','KEY_TEST_CODE','KEY_TEST_FAILURE_REASON','KEY_TEST_FRAMEWORK_NAME','createTestFrameworkEventPayload','2555CNhlvN','KEY_CUSTOM_TAGS','path','NONE','7391904MSkMRf','NewmanTestFramework','KEY_TEST_FRAMEWORK_VERSION','KEY_TEST_ENDED_AT','getContext','parseNewmanTest','failure','parseNewmanTestResult','KEY_TEST_STARTED_AT','KEY_TEST_FILE_PATH','KEY_TEST_SCOPES','KEY_TEST_UUID','trackEvent','finished_at','10872Tgnipl','scopes','failure_reason','split','uuid','getTrackedInstance','util','file_path','custom_metadata','instance','meta','getCurrentInstanceName','test','resolveInstance','runHooks','../../../helpers/classLogger.js','332mQhMXi','started_at','../state/testFrameworkState.js','format','getId','KEY_TEST_RERUN_NAME','getCurrentHookState','../state/hookState.js','createTestFrameworkEventPayload:\x20error=','hgENt','trackEvent:\x20error=','stringify','38KEdzuv','KEY_TEST_RESULT','tags','xpUDd','589309qkyuAg','getCurrentTestState','KEY_TEST_TAGS','setTrackedInstance','name','getTestFrameworksVersions','KEY_TEST_NAME','failure_type','toISOString'];a93_0x4bbf=function(){return _0x1a90d5;};return a93_0x4bbf();}function a93_0x54ec(_0x48c57a,_0x47d411){const _0x4bbf74=a93_0x4bbf();return a93_0x54ec=function(_0x54ec8f,_0x221669){_0x54ec8f=_0x54ec8f-0x199;let _0x1d54f4=_0x4bbf74[_0x54ec8f];return _0x1d54f4;},a93_0x54ec(_0x48c57a,_0x47d411);}const path=require(a93_0x1fc73c(0x1aa)),TestFramework=require('./testFramework'),TestFrameworkState=require(a93_0x1fc73c(0x1cc)),HookState=require(a93_0x1fc73c(0x1d1)),{createClassLogger}=require(a93_0x1fc73c(0x1c9)),TestFrameworkInstance=require(a93_0x1fc73c(0x1a3)),CLIUtils=require(a93_0x1fc73c(0x1f0)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),util=require(a93_0x1fc73c(0x1c0)),logger=createClassLogger(a93_0x1fc73c(0x1ad));class NewmanTestFramework extends TestFramework{constructor(_0x2f777f,_0x4e9a62,_0x277733){super(_0x2f777f,_0x4e9a62,_0x277733);}async[a93_0x1fc73c(0x1b8)](_0x48e8fa,_0x849deb,_0xf14f53={}){const _0x10091e=a93_0x1fc73c,_0x47e677={};_0x47e677[_0x10091e(0x1ed)]=function(_0x178db7,_0x33b886){return _0x178db7===_0x33b886;};const _0x1be5c0=_0x47e677;logger['debug'](_0x10091e(0x1ef)+_0x48e8fa+'\x20hook='+_0x849deb),await super[_0x10091e(0x1b8)](_0x48e8fa,_0x849deb,_0xf14f53);const _0x5ba840=this[_0x10091e(0x1c7)](_0x48e8fa,_0x849deb,_0xf14f53);if(!_0x5ba840)return;try{if(_0x1be5c0[_0x10091e(0x1ed)](_0x48e8fa,TestFrameworkState['TEST'])&&_0xf14f53[_0x10091e(0x1c6)]){const _0x26d289=_0x1be5c0[_0x10091e(0x1ed)](_0x849deb,HookState[_0x10091e(0x19b)])?this[_0x10091e(0x1b1)](_0xf14f53[_0x10091e(0x1c6)]):this[_0x10091e(0x1b3)](_0xf14f53['test']);_0x5ba840[_0x10091e(0x199)](_0x26d289);}}catch(_0x1fe6e3){logger[_0x10091e(0x1e7)](_0x10091e(0x1d4)+util[_0x10091e(0x1cd)](_0x1fe6e3));}_0xf14f53['instance']=_0x5ba840,await this[_0x10091e(0x1c8)](_0x5ba840,_0x48e8fa,_0x849deb,_0xf14f53);}[a93_0x1fc73c(0x1b1)](_0x43bdfd){const _0x59dd4c=a93_0x1fc73c,_0x30c1b5=this[_0x59dd4c(0x1a1)]()[0x0],_0x24011a={};return _0x24011a[_0x43bdfd[_0x59dd4c(0x1be)]]={[TestFrameworkConstants[_0x59dd4c(0x1a6)]]:_0x30c1b5,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this['getTestFrameworksVersions']()[_0x30c1b5],[TestFrameworkConstants[_0x59dd4c(0x1ec)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x59dd4c(0x1d7)]]:TestFrameworkConstants[_0x59dd4c(0x1e8)],[TestFrameworkConstants['KEY_TEST_ID']]:_0x43bdfd[_0x59dd4c(0x1be)],[TestFrameworkConstants[_0x59dd4c(0x1b7)]]:_0x43bdfd[_0x59dd4c(0x1be)],[TestFrameworkConstants[_0x59dd4c(0x1e0)]]:_0x43bdfd[_0x59dd4c(0x1de)],[TestFrameworkConstants[_0x59dd4c(0x1b5)]]:_0x43bdfd[_0x59dd4c(0x1c1)]||'',[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x43bdfd[_0x59dd4c(0x19f)]||'',[TestFrameworkConstants[_0x59dd4c(0x1a4)]]:null,[TestFrameworkConstants[_0x59dd4c(0x1dc)]]:_0x43bdfd[_0x59dd4c(0x1d8)]||[],[TestFrameworkConstants[_0x59dd4c(0x1b4)]]:_0x43bdfd[_0x59dd4c(0x1cb)]||new Date()[_0x59dd4c(0x1e2)](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x43bdfd['scope']||'',[TestFrameworkConstants[_0x59dd4c(0x1b6)]]:_0x43bdfd[_0x59dd4c(0x1bb)]||[],[TestFrameworkConstants[_0x59dd4c(0x1cf)]]:null,[TestFrameworkConstants[_0x59dd4c(0x1a9)]]:_0x43bdfd[_0x59dd4c(0x1c2)]||{},[TestFrameworkConstants['KEY_TEST_META']]:_0x43bdfd[_0x59dd4c(0x1c4)]||{}},_0x24011a;}[a93_0x1fc73c(0x1b3)](_0x135cab){const _0x58fdb1=a93_0x1fc73c,_0x18597b={};_0x18597b[_0x58fdb1(0x1d3)]=_0x58fdb1(0x1e4);const _0x121dd1=_0x18597b,_0x1ff16c={};return _0x1ff16c[_0x135cab[_0x58fdb1(0x1be)]]={[TestFrameworkConstants[_0x58fdb1(0x1d7)]]:_0x135cab[_0x58fdb1(0x1eb)]||_0x121dd1[_0x58fdb1(0x1d3)],[TestFrameworkConstants[_0x58fdb1(0x1af)]]:_0x135cab[_0x58fdb1(0x1b9)]||new Date()[_0x58fdb1(0x1e2)](),[TestFrameworkConstants[_0x58fdb1(0x1a2)]]:_0x135cab[_0x58fdb1(0x1b2)]||[],[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]:_0x135cab[_0x58fdb1(0x1e1)]||null,[TestFrameworkConstants[_0x58fdb1(0x1a5)]]:_0x135cab[_0x58fdb1(0x1bc)]||null},_0x1ff16c;}['resolveInstance'](_0x2b573b){const _0x36478e=a93_0x1fc73c;let _0x58a565=TestFramework[_0x36478e(0x1bf)]();if(!_0x58a565){const _0x43be34=TrackedInstance['createContext'](CLIUtils[_0x36478e(0x1c5)]());_0x58a565=new TestFrameworkInstance(_0x43be34,this[_0x36478e(0x1a1)](),this[_0x36478e(0x1df)](),_0x2b573b,HookState[_0x36478e(0x1ab)]),TestFramework[_0x36478e(0x1dd)](_0x43be34,_0x58a565);}return _0x58a565;}[a93_0x1fc73c(0x1a7)](_0x5ca0d2){const _0x41b0d6=a93_0x1fc73c,_0x3ec3b3={};_0x3ec3b3[_0x41b0d6(0x1d9)]='base64';const _0x512d07=_0x3ec3b3;try{const _0xd32756=_0x5ca0d2[_0x41b0d6(0x1c6)]?_0x5ca0d2['test'][_0x41b0d6(0x1be)]:null,_0x3f2f6c=_0x5ca0d2[_0x41b0d6(0x1c3)],_0x358aa4=_0x3f2f6c[_0x41b0d6(0x1b0)](),_0x67e7d0=_0x3f2f6c[_0x41b0d6(0x19a)]()[_0x41b0d6(0x19d)](_0xd32756);if(!_0x67e7d0)return{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x465f0b='',[TestFrameworkConstants[_0x41b0d6(0x1ae)]]:_0x428f0e='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x14fa6c='',[TestFrameworkConstants[_0x41b0d6(0x1af)]]:_0x16e139=''}=_0x67e7d0;return{'platformIndex':0x0,'testFrameworkName':_0x465f0b,'testFrameworkVersion':_0x428f0e,'testFrameworkState':_0x3f2f6c[_0x41b0d6(0x1db)]()['toString']()[_0x41b0d6(0x1bd)]('.')[0x1],'hookState':_0x3f2f6c[_0x41b0d6(0x1d0)]()[_0x41b0d6(0x19e)]()[_0x41b0d6(0x1bd)]('.')[0x1],'startedAt':_0x14fa6c,'endedAt':_0x16e139,'uuid':_0xd32756,'eventJson':Buffer[_0x41b0d6(0x19c)](JSON[_0x41b0d6(0x1d5)](_0x67e7d0))[_0x41b0d6(0x19e)](_0x512d07[_0x41b0d6(0x1d9)]),'executionContext':{'hash':_0x358aa4[_0x41b0d6(0x1ce)](),'threadId':_0x358aa4['getThreadId']()[_0x41b0d6(0x19e)](),'processId':_0x358aa4[_0x41b0d6(0x1e3)]()[_0x41b0d6(0x19e)]()}};}catch(_0x2ff96e){return logger['error'](_0x41b0d6(0x1d2)+util[_0x41b0d6(0x1cd)](_0x2ff96e)),{};}}}module[a93_0x1fc73c(0x1ee)]=NewmanTestFramework;
@@ -1 +1 @@
1
- const a93_0x3fc058=a93_0x1a1e;function a93_0x1a1e(_0x2d6ae9,_0x5df393){const _0x10918b=a93_0x1091();return a93_0x1a1e=function(_0x1a1eb8,_0x357079){_0x1a1eb8=_0x1a1eb8-0x16c;let _0x4aa731=_0x10918b[_0x1a1eb8];return _0x4aa731;},a93_0x1a1e(_0x2d6ae9,_0x5df393);}(function(_0x177afe,_0x5acda4){const _0x5907a4=a93_0x1a1e,_0x5b9ea0=_0x177afe();while(!![]){try{const _0x50ba0c=parseInt(_0x5907a4(0x1ae))/0x1*(parseInt(_0x5907a4(0x194))/0x2)+-parseInt(_0x5907a4(0x1dd))/0x3*(parseInt(_0x5907a4(0x1ee))/0x4)+parseInt(_0x5907a4(0x1df))/0x5+-parseInt(_0x5907a4(0x1a9))/0x6*(parseInt(_0x5907a4(0x1da))/0x7)+-parseInt(_0x5907a4(0x179))/0x8*(parseInt(_0x5907a4(0x1b1))/0x9)+parseInt(_0x5907a4(0x1d5))/0xa*(parseInt(_0x5907a4(0x191))/0xb)+parseInt(_0x5907a4(0x1b8))/0xc*(parseInt(_0x5907a4(0x1dc))/0xd);if(_0x50ba0c===_0x5acda4)break;else _0x5b9ea0['push'](_0x5b9ea0['shift']());}catch(_0x442b79){_0x5b9ea0['push'](_0x5b9ea0['shift']());}}}(a93_0x1091,0x36ad7));const TestFramework=require('./testFramework'),TestFrameworkState=require(a93_0x3fc058(0x17b)),HookState=require(a93_0x3fc058(0x1b6)),{createClassLogger}=require(a93_0x3fc058(0x1a7)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a93_0x3fc058(0x1d1)),TrackedInstance=require(a93_0x3fc058(0x1ab)),TestFrameworkConstants=require(a93_0x3fc058(0x1c8)),logger=createClassLogger(a93_0x3fc058(0x175)),util=require(a93_0x3fc058(0x1c5));class NodeGenericFramework extends TestFramework{constructor(_0x5135c8,_0x562a28,_0x12339e){super(_0x5135c8,_0x562a28,_0x12339e),this['_currentTestUUID']=null;}[a93_0x3fc058(0x199)](_0x199902){const _0x2d59cb=a93_0x3fc058;this[_0x2d59cb(0x18d)]=_0x199902;}['getCurrentTestUUID'](){const _0x52f4e2=a93_0x3fc058;return this[_0x52f4e2(0x18d)];}async[a93_0x3fc058(0x17a)](_0x27189d,_0x3a82d4,_0x2b5aa2={}){const _0x6a0794=a93_0x3fc058,_0x38118b={};_0x38118b['hvisl']=_0x6a0794(0x1d6),_0x38118b[_0x6a0794(0x1ed)]=function(_0x25910b,_0x2fd43b){return _0x25910b===_0x2fd43b;},_0x38118b[_0x6a0794(0x18a)]=function(_0x1994a3,_0x1bd9c5){return _0x1994a3===_0x1bd9c5;};const _0x4b0090=_0x38118b;logger[_0x6a0794(0x196)](_0x6a0794(0x180)+_0x27189d+'.'+_0x3a82d4+_0x6a0794(0x16e)+_0x2b5aa2[_0x6a0794(0x1f1)]?.[_0x6a0794(0x195)]),await super[_0x6a0794(0x17a)](_0x27189d,_0x3a82d4,_0x2b5aa2);const _0x2dba6e=this['resolveInstance'](_0x27189d,_0x3a82d4,_0x2b5aa2);if(!_0x2dba6e){logger[_0x6a0794(0x1cb)](_0x4b0090['hvisl']);return;}try{switch(_0x27189d){case TestFrameworkState['TEST']:{const _0x111de5=_0x2b5aa2[_0x6a0794(0x1f1)],_0x40ca1e=_0x111de5[_0x6a0794(0x195)];if(_0x4b0090[_0x6a0794(0x1ed)](_0x3a82d4,HookState[_0x6a0794(0x1e2)])){logger[_0x6a0794(0x196)]('[TRACE:node-generic]\x20TEST\x20PRE\x20-\x20loading\x20test\x20data\x20for\x20test_uuid='+_0x40ca1e+_0x6a0794(0x1c0)+_0x111de5[_0x6a0794(0x1d7)]);const _0x1471a0=this[_0x6a0794(0x1d2)](_0x111de5);_0x2dba6e[_0x6a0794(0x1b9)](_0x1471a0);}else{if(_0x4b0090[_0x6a0794(0x18a)](_0x3a82d4,HookState[_0x6a0794(0x1cf)])){logger[_0x6a0794(0x196)](_0x6a0794(0x19e)+_0x40ca1e+_0x6a0794(0x183)+_0x111de5['test_result']);const _0x16e1b9=this[_0x6a0794(0x1c7)](_0x111de5,_0x2dba6e);_0x2dba6e[_0x6a0794(0x1b9)](_0x16e1b9);}}break;}default:logger[_0x6a0794(0x1cb)](_0x6a0794(0x18e)+_0x27189d+_0x6a0794(0x182)+_0x3a82d4);break;}}catch(_0x15ba9c){logger['error'](_0x6a0794(0x1ca)+_0x27189d+',\x20hookState='+_0x3a82d4+_0x6a0794(0x1f0)+util[_0x6a0794(0x1e9)](_0x15ba9c));}_0x2b5aa2[_0x6a0794(0x193)]=_0x2dba6e,await this[_0x6a0794(0x1a3)](_0x2dba6e,_0x27189d,_0x3a82d4,_0x2b5aa2);}['resolveInstance'](_0x3a0831,_0x3418a8,_0xeecb8d={}){const _0x261906=a93_0x3fc058,_0x1b7047={};_0x1b7047[_0x261906(0x189)]=_0x261906(0x1e5);const _0x47d42d=_0x1b7047;let _0x114f7d=TestFramework[_0x261906(0x1bd)]();if(!_0x114f7d){logger[_0x261906(0x1cb)](_0x47d42d[_0x261906(0x189)]);const _0x1a159a=CLIUtils[_0x261906(0x1b0)](),_0xcaef83=TrackedInstance[_0x261906(0x1b5)](_0x1a159a);_0x114f7d=new TestFrameworkInstance(_0xcaef83,this['getTestFrameworks'](),this[_0x261906(0x1e3)](),_0x3a0831,HookState[_0x261906(0x1e4)]),TestFramework[_0x261906(0x16c)](_0xcaef83,_0x114f7d),logger[_0x261906(0x1cb)](_0x261906(0x192)+_0xcaef83['getId']());}return _0x114f7d;}['parseTestData'](_0xb5f6a4){const _0x29bbd0=a93_0x3fc058,_0xad7e28=_0xb5f6a4[_0x29bbd0(0x195)],_0x5102b1=this[_0x29bbd0(0x1ce)]()[0x0],_0x3781a3=this['getTestFrameworksVersions'](),_0x2687d7={[TestFrameworkConstants[_0x29bbd0(0x1db)]]:_0x5102b1,[TestFrameworkConstants[_0x29bbd0(0x1c1)]]:_0x3781a3[_0x5102b1]||'',[TestFrameworkConstants[_0x29bbd0(0x1f2)]]:_0xb5f6a4[_0x29bbd0(0x195)],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x29bbd0(0x1c6)]]:{},[TestFrameworkConstants[_0x29bbd0(0x1a6)]]:{},[TestFrameworkConstants[_0x29bbd0(0x19c)]]:TestFrameworkConstants[_0x29bbd0(0x176)],[TestFrameworkConstants[_0x29bbd0(0x1be)]]:_0xb5f6a4[_0x29bbd0(0x1d7)],[TestFrameworkConstants[_0x29bbd0(0x198)]]:_0xb5f6a4['test_file_path'],[TestFrameworkConstants[_0x29bbd0(0x19a)]]:_0xad7e28,[TestFrameworkConstants[_0x29bbd0(0x1e6)]]:_0xb5f6a4[_0x29bbd0(0x1d7)],[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0xb5f6a4[_0x29bbd0(0x19f)]||_0xb5f6a4['test_file_path'],[TestFrameworkConstants[_0x29bbd0(0x173)]]:_0xb5f6a4[_0x29bbd0(0x18b)]||null,[TestFrameworkConstants[_0x29bbd0(0x1c9)]]:_0xb5f6a4['test_tags']||[],[TestFrameworkConstants[_0x29bbd0(0x1b7)]]:_0xb5f6a4[_0x29bbd0(0x1ad)]||new Date()['toISOString'](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0xb5f6a4[_0x29bbd0(0x1bf)]||'',[TestFrameworkConstants[_0x29bbd0(0x1af)]]:_0xb5f6a4[_0x29bbd0(0x19d)]||[],[TestFrameworkConstants[_0x29bbd0(0x1b3)]]:_0xb5f6a4['test_rerun_name']||_0xb5f6a4[_0x29bbd0(0x1d7)],[TestFrameworkConstants[_0x29bbd0(0x186)]]:{},[TestFrameworkConstants[_0x29bbd0(0x1e7)]]:_0xb5f6a4[_0x29bbd0(0x1d0)]||{}},_0x45504a={};return _0x45504a[_0xad7e28]=_0x2687d7,_0x45504a;}['parseTestResult'](_0x36e8b6,_0x4ea2ee){const _0x11ec8b=a93_0x3fc058,_0x4348d1={};_0x4348d1[_0x11ec8b(0x181)]=_0x11ec8b(0x185),_0x4348d1['PKTYa']=function(_0x480efc,_0x198d4d){return _0x480efc===_0x198d4d;},_0x4348d1[_0x11ec8b(0x172)]=_0x11ec8b(0x1bb),_0x4348d1[_0x11ec8b(0x184)]='UnhandledError',_0x4348d1[_0x11ec8b(0x1c3)]=_0x11ec8b(0x1bc),_0x4348d1[_0x11ec8b(0x1a2)]=function(_0x2c18fa,_0x2ed877){return _0x2c18fa!==_0x2ed877;};const _0x575e3d=_0x4348d1,_0x2a75d8=_0x36e8b6[_0x11ec8b(0x195)],_0x1cb565=_0x4ea2ee[_0x11ec8b(0x177)]()[_0x11ec8b(0x174)](_0x2a75d8)||{},_0x3bb347={..._0x1cb565,[TestFrameworkConstants[_0x11ec8b(0x19c)]]:_0x36e8b6[_0x11ec8b(0x1ac)]||_0x575e3d['YYgJc'],[TestFrameworkConstants[_0x11ec8b(0x1ea)]]:_0x36e8b6['test_ended_at']||new Date()[_0x11ec8b(0x1c2)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x11ec8b(0x1c2)](),[TestFrameworkConstants[_0x11ec8b(0x1e8)]]:_0x1cb565[TestFrameworkConstants['KEY_LOGS']]||[],[TestFrameworkConstants[_0x11ec8b(0x1e7)]]:_0x36e8b6[_0x11ec8b(0x1d0)]||{}};_0x575e3d[_0x11ec8b(0x16d)](_0x36e8b6[_0x11ec8b(0x1ac)],_0x575e3d['qMVJJ'])&&(_0x3bb347[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]=_0x36e8b6[_0x11ec8b(0x1eb)]||_0x575e3d['VzGEx'],_0x3bb347[TestFrameworkConstants[_0x11ec8b(0x1b2)]]=_0x36e8b6[_0x11ec8b(0x18c)]||_0x575e3d[_0x11ec8b(0x1c3)],_0x3bb347[TestFrameworkConstants[_0x11ec8b(0x1e1)]]=_0x36e8b6[_0x11ec8b(0x1ba)]||[]);_0x575e3d[_0x11ec8b(0x1a2)](_0x36e8b6[_0x11ec8b(0x1d3)],undefined)&&(_0x3bb347[TestFrameworkConstants[_0x11ec8b(0x1e0)]]=_0x36e8b6[_0x11ec8b(0x1d3)]);const _0x229335={};return _0x229335[_0x2a75d8]=_0x3bb347,_0x229335;}[a93_0x3fc058(0x1aa)](_0x396dc1){const _0x1a6116=a93_0x3fc058,_0x52b045={};_0x52b045[_0x1a6116(0x1c4)]=_0x1a6116(0x18f);const _0x4c3f54=_0x52b045;try{const _0x170851=_0x396dc1[_0x1a6116(0x1f1)]?.['test_uuid'],_0x1256ad=_0x396dc1[_0x1a6116(0x193)],_0x1dbf76=_0x1256ad[_0x1a6116(0x1cc)](),_0x254661=_0x1256ad[_0x1a6116(0x177)]()[_0x1a6116(0x174)](_0x170851);if(!_0x254661)return logger[_0x1a6116(0x1cb)](_0x1a6116(0x1cd)+_0x170851),{};const {[TestFrameworkConstants[_0x1a6116(0x1db)]]:_0x3da7d4=this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x1a6116(0x1c1)]]:_0x40b138=this[_0x1a6116(0x1e3)]()[this['getTestFrameworks']()[0x0]]||'',[TestFrameworkConstants[_0x1a6116(0x1b7)]]:_0x358b10='',[TestFrameworkConstants[_0x1a6116(0x1ea)]]:_0x310184=''}=_0x254661,_0x4913de=_0x1256ad[_0x1a6116(0x1de)]()[_0x1a6116(0x1ec)]()[_0x1a6116(0x17f)]('.')[0x1],_0x394a5d=_0x1256ad[_0x1a6116(0x197)]()[_0x1a6116(0x1ec)]()['split']('.')[0x1],_0x2e2907=global?.[_0x1a6116(0x1a5)]?.[_0x1a6116(0x17c)]?.[_0x1a6116(0x1a1)]||global[_0x1a6116(0x16f)]||0x0,_0x44f5f0=_0x1256ad[_0x1a6116(0x17e)](),_0x18ec32=Buffer[_0x1a6116(0x1a4)](JSON[_0x1a6116(0x17d)](_0x254661))[_0x1a6116(0x1ec)](_0x4c3f54[_0x1a6116(0x1c4)]),_0x55774c={'hash':_0x1dbf76[_0x1a6116(0x178)](),'threadId':_0x1dbf76[_0x1a6116(0x187)]()[_0x1a6116(0x1ec)](),'processId':_0x1dbf76[_0x1a6116(0x1d8)]()[_0x1a6116(0x1ec)]()},_0x26b6ca={};return _0x26b6ca[_0x1a6116(0x1a8)]=_0x2e2907,_0x26b6ca[_0x1a6116(0x190)]=_0x3da7d4,_0x26b6ca[_0x1a6116(0x1d4)]=_0x40b138,_0x26b6ca[_0x1a6116(0x188)]=_0x4913de,_0x26b6ca['hookState']=_0x394a5d,_0x26b6ca[_0x1a6116(0x1ef)]=_0x358b10,_0x26b6ca[_0x1a6116(0x170)]=_0x310184,_0x26b6ca['uuid']=_0x44f5f0,_0x26b6ca[_0x1a6116(0x1a0)]=_0x18ec32,_0x26b6ca[_0x1a6116(0x1d9)]=_0x55774c,_0x26b6ca[_0x1a6116(0x1b4)]=_0x170851,_0x26b6ca;}catch(_0x2ec3eb){return logger['error'](_0x1a6116(0x19b)+util['format'](_0x2ec3eb)),{};}}}function a93_0x1091(){const _0xc04ecf=['KEY_CUSTOM_TAGS','getThreadId','testFrameworkState','bvDWf','ttgyl','test_code','test_failure_reason','_currentTestUUID','[NodeGenericFramework]\x20trackEvent:\x20unsupported\x20state=','base64','testFrameworkName','151063QBwTay','[NodeGenericFramework]\x20resolveInstance:\x20created\x20instance\x20contextId=','instance','722BTWsze','test_uuid','info','getCurrentHookState','KEY_TEST_FILE_PATH','setCurrentTestUUID','KEY_TEST_ID','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20ERROR\x20-\x20','KEY_TEST_RESULT','test_scopes','[TRACE:node-generic]\x20TEST\x20POST\x20-\x20processing\x20result\x20for\x20test_uuid=','test_location','eventJson','parallelIndex','EZkRF','runHooks','from','__workerDetails','KEY_HOOKS_STARTED','../../../helpers/classLogger.js','platformIndex','401046cvfnrL','createTestFrameworkEventPayload','../instances/trackedInstance.js','test_result','test_started_at','889QppGRr','KEY_TEST_SCOPES','getCurrentInstanceName','315AazJkD','KEY_TEST_FAILURE_REASON','KEY_TEST_RERUN_NAME','test_identifier','createContext','../state/hookState.js','KEY_TEST_STARTED_AT','12ZAxSRy','addMultipleEntries','test_failure','failed','Unknown\x20error','getTrackedInstance','KEY_AUTOMATE_SESSION_NAME','test_scope',',\x20test_name=','KEY_TEST_FRAMEWORK_VERSION','toISOString','OPBgW','KkDUn','util','KEY_HOOKS_FINISHED','parseTestResult','./constants/testFrameworkConstants.js','KEY_TEST_TAGS','[NodeGenericFramework]\x20trackEvent:\x20ERROR\x20-\x20state=','debug','getContext','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20no\x20data\x20for\x20test_uuid=','getTestFrameworks','POST','test_meta','../cliUtils.js','parseTestData','test_duration','testFrameworkVersion','270kFHsUN','[NodeGenericFramework]\x20trackEvent:\x20instance\x20not\x20found','test_name','getProcessId','executionContext','28YHbJrd','KEY_TEST_FRAMEWORK_NAME','454571AbsIbi','719022dprQzl','getCurrentTestState','683225JiGRtz','KEY_TEST_DURATION','KEY_TEST_FAILURE','PRE','getTestFrameworksVersions','NONE','[NodeGenericFramework]\x20resolveInstance:\x20creating\x20new\x20instance','KEY_TEST_NAME','KEY_TEST_META','KEY_LOGS','format','KEY_TEST_ENDED_AT','test_failure_type','toString','TvQwB','4lREKch','startedAt',',\x20error=','testData','KEY_TEST_UUID','setTrackedInstance','PKTYa','\x20for\x20test_uuid=','__bstackPlatformIndex','endedAt','exports','qMVJJ','KEY_TEST_CODE','get','NodeGenericFramework','DEFAULT_TEST_RESULT','getAllData','getId','30248MgDtLw','trackEvent','../state/testFrameworkState.js','workerInfo','stringify','getRef','split','[TRACE:node-generic]\x20trackEvent\x20','YYgJc',',\x20hookState=',',\x20result=','VzGEx','unknown'];a93_0x1091=function(){return _0xc04ecf;};return a93_0x1091();}module[a93_0x3fc058(0x171)]=NodeGenericFramework;
1
+ function a94_0x4656(_0x5943aa,_0x3b0102){const _0x2391f1=a94_0x2391();return a94_0x4656=function(_0x4656fc,_0x5273ca){_0x4656fc=_0x4656fc-0xed;let _0x145696=_0x2391f1[_0x4656fc];return _0x145696;},a94_0x4656(_0x5943aa,_0x3b0102);}const a94_0x20fbe1=a94_0x4656;(function(_0x1086a6,_0x335d0e){const _0x1a9522=a94_0x4656,_0x3c3ac4=_0x1086a6();while(!![]){try{const _0x282aac=parseInt(_0x1a9522(0x148))/0x1*(-parseInt(_0x1a9522(0x104))/0x2)+parseInt(_0x1a9522(0x13a))/0x3+parseInt(_0x1a9522(0x137))/0x4*(-parseInt(_0x1a9522(0xf8))/0x5)+-parseInt(_0x1a9522(0x11d))/0x6*(parseInt(_0x1a9522(0x126))/0x7)+-parseInt(_0x1a9522(0xf7))/0x8*(parseInt(_0x1a9522(0x162))/0x9)+-parseInt(_0x1a9522(0xfc))/0xa+parseInt(_0x1a9522(0x15c))/0xb*(parseInt(_0x1a9522(0x103))/0xc);if(_0x282aac===_0x335d0e)break;else _0x3c3ac4['push'](_0x3c3ac4['shift']());}catch(_0x450d99){_0x3c3ac4['push'](_0x3c3ac4['shift']());}}}(a94_0x2391,0x346d2));function a94_0x2391(){const _0x4f4705=['KEY_TEST_UUID','KEY_HOOKS_FINISHED','dlPJN','[NodeGenericFramework]\x20trackEvent:\x20unsupported\x20state=','eventJson','error','\x20for\x20test_uuid=','resolveInstance','__bstackPlatformIndex','KEY_TEST_STARTED_AT','8NAASlP','KEY_AUTOMATE_SESSION_NAME','test_failure_reason','847521dnuUjb','./testFramework','../state/hookState.js','[TRACE:node-generic]\x20TEST\x20PRE\x20-\x20loading\x20test\x20data\x20for\x20test_uuid=','testData','[NodeGenericFramework]\x20resolveInstance:\x20creating\x20new\x20instance','../instances/testFrameworkInstance.js','unknown','test_result','LaiHj','test_duration','debug','setCurrentTestUUID','__workerDetails','8859LqGUCy','KEY_TEST_FAILURE_REASON','workerInfo','KEY_TEST_SCOPES','getProcessId','KEY_TEST_SCOPE','uuid','base64','UnhandledError','XbMyN','executionContext','testFrameworkName','test_file_path','getTestFrameworks','KEY_HOOKS_STARTED','../state/testFrameworkState.js','../instances/trackedInstance.js','KEY_TEST_ENDED_AT','test_meta','RluGF','11QkAyUE','getCurrentInstanceName','getId','instance','test_rerun_name','createContext','126OJiETt','KEY_TEST_FAILURE_TYPE','failed','KEY_TEST_TAGS','hookState','test_tags','parallelIndex','getTestFrameworksVersions','test_location','format','KEY_TEST_FRAMEWORK_VERSION','test_code','getCurrentHookState','from','[TRACE:node-generic]\x20trackEvent\x20','TEST','test_name','POST','223384xUwkMb','1011875tFqpAQ','KEY_CUSTOM_TAGS','util','info','3086140Njvlka','platformIndex','./constants/testFrameworkConstants.js','getCurrentTestState','KEY_TEST_FAILURE','KEY_LOGS','test_failure','18623772JcWtob','46rCLASO','KEY_TEST_NAME','KEY_TEST_DURATION','QJPtw','getThreadId',',\x20hookState=','toISOString','KEY_TEST_FRAMEWORK_NAME','VtmHn','test_scopes','OfdiI','endedAt','test_uuid','NONE',',\x20error=','YXQxQ','addMultipleEntries','parseTestData','test_ended_at','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20no\x20data\x20for\x20test_uuid=','startedAt','KEY_TEST_META','exports','trackEvent','KEY_TEST_RESULT_AT','43494ouSjNv','getAllData','parseTestResult','rCWcJ','_currentTestUUID','toString','get','KEY_TEST_RESULT','../../../helpers/classLogger.js','301ghtXrr','[NodeGenericFramework]\x20trackEvent:\x20ERROR\x20-\x20state=','KEY_TEST_LOCATION','Unknown\x20error','TwBiV','createTestFrameworkEventPayload','[NodeGenericFramework]\x20resolveInstance:\x20created\x20instance\x20contextId='];a94_0x2391=function(){return _0x4f4705;};return a94_0x2391();}const TestFramework=require(a94_0x20fbe1(0x13b)),TestFrameworkState=require(a94_0x20fbe1(0x157)),HookState=require(a94_0x20fbe1(0x13c)),{createClassLogger}=require(a94_0x20fbe1(0x125)),TestFrameworkInstance=require(a94_0x20fbe1(0x140)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a94_0x20fbe1(0x158)),TestFrameworkConstants=require(a94_0x20fbe1(0xfe)),logger=createClassLogger('NodeGenericFramework'),util=require(a94_0x20fbe1(0xfa));class NodeGenericFramework extends TestFramework{constructor(_0x578ebc,_0x4c654e,_0x45aa46){const _0x4f57c0=a94_0x20fbe1;super(_0x578ebc,_0x4c654e,_0x45aa46),this[_0x4f57c0(0x121)]=null;}[a94_0x20fbe1(0x146)](_0x438ab6){const _0x45b911=a94_0x20fbe1;this[_0x45b911(0x121)]=_0x438ab6;}['getCurrentTestUUID'](){const _0x5af0ab=a94_0x20fbe1;return this[_0x5af0ab(0x121)];}async['trackEvent'](_0x68a0b6,_0x3c6ff1,_0x2f1469={}){const _0x9e9a21=a94_0x20fbe1,_0x2df246={};_0x2df246[_0x9e9a21(0x12a)]='[NodeGenericFramework]\x20trackEvent:\x20instance\x20not\x20found',_0x2df246[_0x9e9a21(0x113)]=function(_0x56a5f8,_0xc262e5){return _0x56a5f8===_0xc262e5;},_0x2df246[_0x9e9a21(0x120)]=function(_0x269b80,_0x14d34e){return _0x269b80===_0x14d34e;};const _0x4b2516=_0x2df246;logger[_0x9e9a21(0xfb)](_0x9e9a21(0xf3)+_0x68a0b6+'.'+_0x3c6ff1+_0x9e9a21(0x133)+_0x2f1469[_0x9e9a21(0x13e)]?.[_0x9e9a21(0x110)]),await super[_0x9e9a21(0x11b)](_0x68a0b6,_0x3c6ff1,_0x2f1469);const _0x4e38ff=this[_0x9e9a21(0x134)](_0x68a0b6,_0x3c6ff1,_0x2f1469);if(!_0x4e38ff){logger['debug'](_0x4b2516[_0x9e9a21(0x12a)]);return;}try{switch(_0x68a0b6){case TestFrameworkState[_0x9e9a21(0xf4)]:{const _0x5add0d=_0x2f1469[_0x9e9a21(0x13e)],_0x228e79=_0x5add0d[_0x9e9a21(0x110)];if(_0x4b2516[_0x9e9a21(0x113)](_0x3c6ff1,HookState['PRE'])){logger[_0x9e9a21(0xfb)](_0x9e9a21(0x13d)+_0x228e79+',\x20test_name='+_0x5add0d['test_name']);const _0xb0e424=this['parseTestData'](_0x5add0d);_0x4e38ff[_0x9e9a21(0x114)](_0xb0e424);}else{if(_0x4b2516[_0x9e9a21(0x120)](_0x3c6ff1,HookState[_0x9e9a21(0xf6)])){logger['info']('[TRACE:node-generic]\x20TEST\x20POST\x20-\x20processing\x20result\x20for\x20test_uuid='+_0x228e79+',\x20result='+_0x5add0d['test_result']);const _0x209b2e=this[_0x9e9a21(0x11f)](_0x5add0d,_0x4e38ff);_0x4e38ff[_0x9e9a21(0x114)](_0x209b2e);}}break;}default:logger['debug'](_0x9e9a21(0x130)+_0x68a0b6+_0x9e9a21(0x109)+_0x3c6ff1);break;}}catch(_0x14fc97){logger[_0x9e9a21(0x132)](_0x9e9a21(0x127)+_0x68a0b6+_0x9e9a21(0x109)+_0x3c6ff1+_0x9e9a21(0x112)+util['format'](_0x14fc97));}_0x2f1469[_0x9e9a21(0x15f)]=_0x4e38ff,await this['runHooks'](_0x4e38ff,_0x68a0b6,_0x3c6ff1,_0x2f1469);}['resolveInstance'](_0x468fce,_0x2e3166,_0x49b9c0={}){const _0x355020=a94_0x20fbe1,_0x92d666={};_0x92d666[_0x355020(0x107)]=_0x355020(0x13f);const _0x4c90de=_0x92d666;let _0x1bf6ce=TestFramework['getTrackedInstance']();if(!_0x1bf6ce){logger[_0x355020(0x145)](_0x4c90de[_0x355020(0x107)]);const _0x48fc75=CLIUtils[_0x355020(0x15d)](),_0xa5510d=TrackedInstance[_0x355020(0x161)](_0x48fc75);_0x1bf6ce=new TestFrameworkInstance(_0xa5510d,this[_0x355020(0x155)](),this['getTestFrameworksVersions'](),_0x468fce,HookState[_0x355020(0x111)]),TestFramework['setTrackedInstance'](_0xa5510d,_0x1bf6ce),logger['debug'](_0x355020(0x12c)+_0xa5510d[_0x355020(0x15e)]());}return _0x1bf6ce;}[a94_0x20fbe1(0x115)](_0x58bf97){const _0x3ec4ba=a94_0x20fbe1,_0x57b119=_0x58bf97['test_uuid'],_0x3247cc=this[_0x3ec4ba(0x155)]()[0x0],_0x119a27=this[_0x3ec4ba(0x169)](),_0x3c6cf0={[TestFrameworkConstants[_0x3ec4ba(0x10b)]]:_0x3247cc,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x119a27[_0x3247cc]||'',[TestFrameworkConstants[_0x3ec4ba(0x12d)]]:_0x58bf97[_0x3ec4ba(0x110)],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x3ec4ba(0x12e)]]:{},[TestFrameworkConstants[_0x3ec4ba(0x156)]]:{},[TestFrameworkConstants[_0x3ec4ba(0x124)]]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants[_0x3ec4ba(0x138)]]:_0x58bf97[_0x3ec4ba(0xf5)],[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x58bf97[_0x3ec4ba(0x154)],[TestFrameworkConstants['KEY_TEST_ID']]:_0x57b119,[TestFrameworkConstants[_0x3ec4ba(0x105)]]:_0x58bf97[_0x3ec4ba(0xf5)],[TestFrameworkConstants[_0x3ec4ba(0x128)]]:_0x58bf97[_0x3ec4ba(0xed)]||_0x58bf97[_0x3ec4ba(0x154)],[TestFrameworkConstants['KEY_TEST_CODE']]:_0x58bf97[_0x3ec4ba(0xf0)]||null,[TestFrameworkConstants[_0x3ec4ba(0x165)]]:_0x58bf97[_0x3ec4ba(0x167)]||[],[TestFrameworkConstants[_0x3ec4ba(0x136)]]:_0x58bf97['test_started_at']||new Date()[_0x3ec4ba(0x10a)](),[TestFrameworkConstants[_0x3ec4ba(0x14d)]]:_0x58bf97['test_scope']||'',[TestFrameworkConstants[_0x3ec4ba(0x14b)]]:_0x58bf97[_0x3ec4ba(0x10d)]||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x58bf97[_0x3ec4ba(0x160)]||_0x58bf97[_0x3ec4ba(0xf5)],[TestFrameworkConstants[_0x3ec4ba(0xf9)]]:{},[TestFrameworkConstants[_0x3ec4ba(0x119)]]:_0x58bf97[_0x3ec4ba(0x15a)]||{}},_0xec2f07={};return _0xec2f07[_0x57b119]=_0x3c6cf0,_0xec2f07;}[a94_0x20fbe1(0x11f)](_0x568099,_0x535b4a){const _0x4b377d=a94_0x20fbe1,_0x45035e={};_0x45035e[_0x4b377d(0x151)]=_0x4b377d(0x141),_0x45035e[_0x4b377d(0x143)]=function(_0x5506fd,_0x519750){return _0x5506fd===_0x519750;},_0x45035e[_0x4b377d(0x10e)]=_0x4b377d(0x164),_0x45035e[_0x4b377d(0x12f)]=_0x4b377d(0x150),_0x45035e['JWCwk']=_0x4b377d(0x129),_0x45035e[_0x4b377d(0x10c)]=function(_0x19ebd5,_0x5c7eb1){return _0x19ebd5!==_0x5c7eb1;};const _0x49969a=_0x45035e,_0x16d8dc=_0x568099[_0x4b377d(0x110)],_0x2f0634=_0x535b4a['getAllData']()[_0x4b377d(0x123)](_0x16d8dc)||{},_0xc3598={..._0x2f0634,[TestFrameworkConstants[_0x4b377d(0x124)]]:_0x568099['test_result']||_0x49969a[_0x4b377d(0x151)],[TestFrameworkConstants[_0x4b377d(0x159)]]:_0x568099[_0x4b377d(0x116)]||new Date()[_0x4b377d(0x10a)](),[TestFrameworkConstants[_0x4b377d(0x11c)]]:new Date()[_0x4b377d(0x10a)](),[TestFrameworkConstants['KEY_LOGS']]:_0x2f0634[TestFrameworkConstants[_0x4b377d(0x101)]]||[],[TestFrameworkConstants['KEY_TEST_META']]:_0x568099['test_meta']||{}};_0x49969a[_0x4b377d(0x143)](_0x568099[_0x4b377d(0x142)],_0x49969a[_0x4b377d(0x10e)])&&(_0xc3598[TestFrameworkConstants[_0x4b377d(0x163)]]=_0x568099['test_failure_type']||_0x49969a[_0x4b377d(0x12f)],_0xc3598[TestFrameworkConstants[_0x4b377d(0x149)]]=_0x568099[_0x4b377d(0x139)]||_0x49969a['JWCwk'],_0xc3598[TestFrameworkConstants[_0x4b377d(0x100)]]=_0x568099[_0x4b377d(0x102)]||[]);_0x49969a[_0x4b377d(0x10c)](_0x568099[_0x4b377d(0x144)],undefined)&&(_0xc3598[TestFrameworkConstants[_0x4b377d(0x106)]]=_0x568099[_0x4b377d(0x144)]);const _0x533d32={};return _0x533d32[_0x16d8dc]=_0xc3598,_0x533d32;}[a94_0x20fbe1(0x12b)](_0x4baeba){const _0x11da3c=a94_0x20fbe1,_0x50702d={};_0x50702d[_0x11da3c(0x15b)]=_0x11da3c(0x14f);const _0x3a9672=_0x50702d;try{const _0x263f18=_0x4baeba[_0x11da3c(0x13e)]?.['test_uuid'],_0x27013d=_0x4baeba[_0x11da3c(0x15f)],_0x3ad1fb=_0x27013d['getContext'](),_0x238e02=_0x27013d[_0x11da3c(0x11e)]()[_0x11da3c(0x123)](_0x263f18);if(!_0x238e02)return logger[_0x11da3c(0x145)](_0x11da3c(0x117)+_0x263f18),{};const {[TestFrameworkConstants[_0x11da3c(0x10b)]]:_0x5b2641=this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x11da3c(0xef)]]:_0x5926e4=this[_0x11da3c(0x169)]()[this[_0x11da3c(0x155)]()[0x0]]||'',[TestFrameworkConstants[_0x11da3c(0x136)]]:_0x121b6c='',[TestFrameworkConstants[_0x11da3c(0x159)]]:_0x2433fb=''}=_0x238e02,_0x14f110=_0x27013d[_0x11da3c(0xff)]()[_0x11da3c(0x122)]()['split']('.')[0x1],_0x40519d=_0x27013d[_0x11da3c(0xf1)]()[_0x11da3c(0x122)]()['split']('.')[0x1],_0xa22fb4=global?.[_0x11da3c(0x147)]?.[_0x11da3c(0x14a)]?.[_0x11da3c(0x168)]||global[_0x11da3c(0x135)]||0x0,_0x559494=_0x27013d['getRef'](),_0x1c525a=Buffer[_0x11da3c(0xf2)](JSON['stringify'](_0x238e02))[_0x11da3c(0x122)](_0x3a9672[_0x11da3c(0x15b)]),_0x227b41={'hash':_0x3ad1fb[_0x11da3c(0x15e)](),'threadId':_0x3ad1fb[_0x11da3c(0x108)]()[_0x11da3c(0x122)](),'processId':_0x3ad1fb[_0x11da3c(0x14c)]()[_0x11da3c(0x122)]()},_0x56cc22={};return _0x56cc22[_0x11da3c(0xfd)]=_0xa22fb4,_0x56cc22[_0x11da3c(0x153)]=_0x5b2641,_0x56cc22['testFrameworkVersion']=_0x5926e4,_0x56cc22['testFrameworkState']=_0x14f110,_0x56cc22[_0x11da3c(0x166)]=_0x40519d,_0x56cc22[_0x11da3c(0x118)]=_0x121b6c,_0x56cc22[_0x11da3c(0x10f)]=_0x2433fb,_0x56cc22[_0x11da3c(0x14e)]=_0x559494,_0x56cc22[_0x11da3c(0x131)]=_0x1c525a,_0x56cc22[_0x11da3c(0x152)]=_0x227b41,_0x56cc22['test_identifier']=_0x263f18,_0x56cc22;}catch(_0x2d7231){return logger[_0x11da3c(0x132)]('[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20ERROR\x20-\x20'+util[_0x11da3c(0xee)](_0x2d7231)),{};}}}module[a94_0x20fbe1(0x11a)]=NodeGenericFramework;
@@ -1 +1 @@
1
- const a94_0x11cddc=a94_0x18dc;function a94_0x18dc(_0x487e7f,_0x49be3d){const _0x4b1a4e=a94_0x4b1a();return a94_0x18dc=function(_0x18dca9,_0x41335e){_0x18dca9=_0x18dca9-0xf8;let _0x1fddac=_0x4b1a4e[_0x18dca9];return _0x1fddac;},a94_0x18dc(_0x487e7f,_0x49be3d);}function a94_0x4b1a(){const _0x59af26=['10yrppCC','ePyiG','trackPlaywrightInstance','createContext','bsParams','1146TRpNqZ','../cliUtils.js','instance','144vRkiLT','7XzXxvb','getAutomationFrameworkName','NONE','4547944XCyUUw','resolveInstance','121bmTOcy','2692acBWrV','trackEvent','logger','\x20target=','pPRvf','247580oNnWdo','2406hETAIW','info','aXeRc','debug','./automationFramework.js','getCurrentInstanceName','../state/automationFrameworkState.js','params','getAutomationFrameworkVersion','message','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','4865094jLceYP','trackPlaywrightInstance:\x20instance\x20already\x20exists','trackEvent:\x20automationFrameworkState=','1171BPVCCx','runHooks','1433940lOwUbG','getId','setTrackedInstance','CREATE','getTrackedInstance','28994160vINgsw'];a94_0x4b1a=function(){return _0x59af26;};return a94_0x4b1a();}(function(_0x2decb6,_0x590e2a){const _0x428f94=a94_0x18dc,_0x2761c4=_0x2decb6();while(!![]){try{const _0x2d5caa=parseInt(_0x428f94(0x107))/0x1*(parseInt(_0x428f94(0x114))/0x2)+parseInt(_0x428f94(0xf9))/0x3*(parseInt(_0x428f94(0x11e))/0x4)+-parseInt(_0x428f94(0xf8))/0x5*(parseInt(_0x428f94(0x117))/0x6)+parseInt(_0x428f94(0x118))/0x7*(parseInt(_0x428f94(0x11b))/0x8)+parseInt(_0x428f94(0x104))/0x9*(-parseInt(_0x428f94(0x10f))/0xa)+parseInt(_0x428f94(0x11d))/0xb*(-parseInt(_0x428f94(0x109))/0xc)+parseInt(_0x428f94(0x10e))/0xd;if(_0x2d5caa===_0x590e2a)break;else _0x2761c4['push'](_0x2761c4['shift']());}catch(_0x4eb160){_0x2761c4['push'](_0x2761c4['shift']());}}}(a94_0x4b1a,0xebe03));const AutomationFramework=require(a94_0x11cddc(0xfd)),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFrameworkState=require(a94_0x11cddc(0xff)),CLIUtils=require(a94_0x11cddc(0x115)),TrackedInstance=require('../instances/trackedInstance.js'),AutomationFrameworkInstance=require('../instances/automationFrameworkInstance.js');class PlaywrightAutomationFramework extends AutomationFramework{['logger']=createClassLogger('PlaywrightAutomationFramework');constructor(_0x1ed848,_0x396ced){super(_0x1ed848,_0x396ced);}async['trackEvent'](_0x5b1a93,_0x24a71b,_0x4d1b06={}){const _0x30bbfb=a94_0x11cddc,_0x407956={};_0x407956['fERPL']=function(_0x52a059,_0x1f4270){return _0x52a059===_0x1f4270;};const _0x1c861b=_0x407956;this['logger'][_0x30bbfb(0xfc)](_0x30bbfb(0x106)+_0x5b1a93+'\x20hookState='+_0x24a71b),await super[_0x30bbfb(0x11f)](_0x5b1a93,_0x24a71b,_0x4d1b06);const _0x32ae0a=this['resolveInstance'](_0x5b1a93,_0x24a71b,_0x4d1b06);if(_0x1c861b['fERPL'](_0x32ae0a,null))return;_0x4d1b06[_0x30bbfb(0x116)]=_0x32ae0a,await this[_0x30bbfb(0x108)](_0x32ae0a,_0x5b1a93,_0x24a71b,_0x4d1b06);}[a94_0x11cddc(0x11c)](_0x5538a3,_0x451968,_0x2901b4={}){const _0x63b6ba=a94_0x11cddc,_0x5c514b={};_0x5c514b[_0x63b6ba(0x122)]=function(_0xe59c16,_0xead55f){return _0xe59c16===_0xead55f;},_0x5c514b[_0x63b6ba(0x110)]=function(_0x2471c1,_0x53fe02){return _0x2471c1===_0x53fe02;};const _0x4e417f=_0x5c514b;let _0x101c80=null;return(_0x4e417f[_0x63b6ba(0x122)](_0x5538a3,AutomationFrameworkState[_0x63b6ba(0x10c)])||_0x4e417f[_0x63b6ba(0x122)](_0x5538a3,AutomationFrameworkState['PLAYWRIGHT_DISPATCH'])&&(_0x2901b4['message']&&_0x2901b4[_0x63b6ba(0x102)][_0x63b6ba(0x100)]&&_0x2901b4[_0x63b6ba(0x102)]['params'][_0x63b6ba(0x113)])||_0x4e417f[_0x63b6ba(0x110)](_0x5538a3,AutomationFrameworkState[_0x63b6ba(0x11a)]))&&this[_0x63b6ba(0x111)](_0x5538a3,_0x2901b4),_0x101c80=AutomationFramework[_0x63b6ba(0x10d)](),_0x101c80;}[a94_0x11cddc(0x111)](_0x1d1c0e,_0x5bd952){const _0x56ba23=a94_0x11cddc,_0x34b977={};_0x34b977[_0x56ba23(0xfb)]=_0x56ba23(0x105);const _0x3a3f60=_0x34b977;if(AutomationFramework[_0x56ba23(0x10d)]()){this[_0x56ba23(0x120)][_0x56ba23(0xfa)](_0x3a3f60[_0x56ba23(0xfb)]);return;}const _0x524428=CLIUtils[_0x56ba23(0xfe)](),_0x123f7b=TrackedInstance[_0x56ba23(0x112)](_0x524428);let _0x499f38=null;this['logger'][_0x56ba23(0xfa)](_0x56ba23(0x103)+_0x524428+',\x20state='+_0x1d1c0e),_0x499f38=new AutomationFrameworkInstance(_0x123f7b,this[_0x56ba23(0x119)](),this[_0x56ba23(0x101)](),_0x1d1c0e),AutomationFramework[_0x56ba23(0x10b)](_0x123f7b,_0x499f38),this[_0x56ba23(0x120)][_0x56ba23(0xfa)]('trackPlaywrightInstance:\x20saved\x20instance\x20contextId='+_0x123f7b[_0x56ba23(0x10a)]()+_0x56ba23(0x121)+_0x524428);}}module['exports']=PlaywrightAutomationFramework;
1
+ const a95_0x38bf72=a95_0x1ed2;(function(_0x4e3333,_0x50791c){const _0x4996d3=a95_0x1ed2,_0xd5291c=_0x4e3333();while(!![]){try{const _0x3a344f=-parseInt(_0x4996d3(0x165))/0x1*(-parseInt(_0x4996d3(0x16f))/0x2)+-parseInt(_0x4996d3(0x17b))/0x3+parseInt(_0x4996d3(0x15b))/0x4+parseInt(_0x4996d3(0x173))/0x5*(-parseInt(_0x4996d3(0x154))/0x6)+-parseInt(_0x4996d3(0x162))/0x7+-parseInt(_0x4996d3(0x16e))/0x8+parseInt(_0x4996d3(0x17a))/0x9;if(_0x3a344f===_0x50791c)break;else _0xd5291c['push'](_0xd5291c['shift']());}catch(_0x2e02ab){_0xd5291c['push'](_0xd5291c['shift']());}}}(a95_0x576d,0x48ba3));function a95_0x576d(){const _0x2ed813=['95VCPbCZ','PLAYWRIGHT_DISPATCH','trackEvent','instance','../cliUtils.js','PlaywrightAutomationFramework','bsParams','5633370vhsxiS','514977UNmrDu','logger','getAutomationFrameworkVersion',',\x20state=','setTrackedInstance','51042HbBzis','NONE','getCurrentInstanceName','exports','tvWWT','getId','params','525880RyiIrA','\x20hookState=','ouCTV','./automationFramework.js','trackEvent:\x20automationFrameworkState=','runHooks','message','1919449zKTpqV','getAutomationFrameworkName','trackPlaywrightInstance','3lGSswd','getTrackedInstance','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','zkEkr','../instances/automationFrameworkInstance.js','UCwiE','\x20target=','info','930408HrXldn','176194muIkpX','resolveInstance','../state/automationFrameworkState.js','trackPlaywrightInstance:\x20instance\x20already\x20exists'];a95_0x576d=function(){return _0x2ed813;};return a95_0x576d();}function a95_0x1ed2(_0x374900,_0x30746c){const _0x576d81=a95_0x576d();return a95_0x1ed2=function(_0x1ed291,_0x1a2ad3){_0x1ed291=_0x1ed291-0x153;let _0x503c3f=_0x576d81[_0x1ed291];return _0x503c3f;},a95_0x1ed2(_0x374900,_0x30746c);}const AutomationFramework=require(a95_0x38bf72(0x15e)),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFrameworkState=require(a95_0x38bf72(0x171)),CLIUtils=require(a95_0x38bf72(0x177)),TrackedInstance=require('../instances/trackedInstance.js'),AutomationFrameworkInstance=require(a95_0x38bf72(0x16a));class PlaywrightAutomationFramework extends AutomationFramework{[a95_0x38bf72(0x17c)]=createClassLogger(a95_0x38bf72(0x178));constructor(_0x273ad3,_0x5b2fcb){super(_0x273ad3,_0x5b2fcb);}async[a95_0x38bf72(0x175)](_0x6c91fb,_0x38517b,_0x28e522={}){const _0x41f0ad=a95_0x38bf72,_0x2df739={};_0x2df739['zkEkr']=function(_0x4e24f5,_0x3a6009){return _0x4e24f5===_0x3a6009;};const _0x437493=_0x2df739;this[_0x41f0ad(0x17c)]['debug'](_0x41f0ad(0x15f)+_0x6c91fb+_0x41f0ad(0x15c)+_0x38517b),await super[_0x41f0ad(0x175)](_0x6c91fb,_0x38517b,_0x28e522);const _0x317eb8=this['resolveInstance'](_0x6c91fb,_0x38517b,_0x28e522);if(_0x437493[_0x41f0ad(0x169)](_0x317eb8,null))return;_0x28e522[_0x41f0ad(0x176)]=_0x317eb8,await this[_0x41f0ad(0x160)](_0x317eb8,_0x6c91fb,_0x38517b,_0x28e522);}[a95_0x38bf72(0x170)](_0x5c9d11,_0x23b552,_0x410af5={}){const _0x2ed857=a95_0x38bf72,_0x14f59d={};_0x14f59d[_0x2ed857(0x16b)]=function(_0x5be4c1,_0x4406f8){return _0x5be4c1===_0x4406f8;},_0x14f59d['tvWWT']=function(_0x1ef579,_0xaed164){return _0x1ef579===_0xaed164;};const _0x1f7ac1=_0x14f59d;let _0x2e41ab=null;return(_0x1f7ac1[_0x2ed857(0x16b)](_0x5c9d11,AutomationFrameworkState['CREATE'])||_0x1f7ac1[_0x2ed857(0x158)](_0x5c9d11,AutomationFrameworkState[_0x2ed857(0x174)])&&(_0x410af5[_0x2ed857(0x161)]&&_0x410af5[_0x2ed857(0x161)][_0x2ed857(0x15a)]&&_0x410af5['message'][_0x2ed857(0x15a)][_0x2ed857(0x179)])||_0x1f7ac1[_0x2ed857(0x158)](_0x5c9d11,AutomationFrameworkState[_0x2ed857(0x155)]))&&this['trackPlaywrightInstance'](_0x5c9d11,_0x410af5),_0x2e41ab=AutomationFramework[_0x2ed857(0x166)](),_0x2e41ab;}[a95_0x38bf72(0x164)](_0x161728,_0xf8101f){const _0xcf27af=a95_0x38bf72,_0x30570f={};_0x30570f[_0xcf27af(0x15d)]=_0xcf27af(0x172);const _0x205e80=_0x30570f;if(AutomationFramework['getTrackedInstance']()){this[_0xcf27af(0x17c)][_0xcf27af(0x16d)](_0x205e80[_0xcf27af(0x15d)]);return;}const _0x129757=CLIUtils[_0xcf27af(0x156)](),_0xbe7cd1=TrackedInstance['createContext'](_0x129757);let _0x10c9e6=null;this[_0xcf27af(0x17c)][_0xcf27af(0x16d)](_0xcf27af(0x167)+_0x129757+_0xcf27af(0x17e)+_0x161728),_0x10c9e6=new AutomationFrameworkInstance(_0xbe7cd1,this[_0xcf27af(0x163)](),this[_0xcf27af(0x17d)](),_0x161728),AutomationFramework[_0xcf27af(0x153)](_0xbe7cd1,_0x10c9e6),this[_0xcf27af(0x17c)][_0xcf27af(0x16d)](_0xcf27af(0x168)+_0xbe7cd1[_0xcf27af(0x159)]()+_0xcf27af(0x16c)+_0x129757);}}module[a95_0x38bf72(0x157)]=PlaywrightAutomationFramework;