browserstack-node-sdk 1.68.0 → 1.68.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (220) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  42. package/src/bin/codeceptjs/command.js +1 -1
  43. package/src/bin/codeceptjs/helper.js +1 -1
  44. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  45. package/src/bin/cucumber-js/command.js +1 -1
  46. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  48. package/src/bin/cucumber-js/test-observability.js +1 -1
  49. package/src/bin/cucumber-js/test.setup.js +1 -1
  50. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  51. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  52. package/src/bin/detox/a11ySetup.js +1 -1
  53. package/src/bin/detox/command.js +1 -1
  54. package/src/bin/detox/modifyDetoxConf.js +1 -1
  55. package/src/bin/detox/traEmitter.js +1 -1
  56. package/src/bin/integrations/command.js +1 -1
  57. package/src/bin/integrations/constants.js +1 -1
  58. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  59. package/src/bin/jasmine/command.js +1 -1
  60. package/src/bin/jasmine/test.setup.js +1 -1
  61. package/src/bin/jasmine/testRunMap.js +1 -1
  62. package/src/bin/jest/command.js +1 -1
  63. package/src/bin/jest/customImplements/customCircus.js +1 -1
  64. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  65. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  66. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  67. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  68. package/src/bin/jest/jest.setup.js +1 -1
  69. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  70. package/src/bin/jest/test-observability/helper.js +1 -1
  71. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  72. package/src/bin/jest/test-observability/test-details.js +1 -1
  73. package/src/bin/jest/test.setup.js +1 -1
  74. package/src/bin/jest/test_before.setup.js +1 -1
  75. package/src/bin/launcher/launcher.js +1 -1
  76. package/src/bin/load/index.js +1 -1
  77. package/src/bin/load/loadErrors.js +1 -1
  78. package/src/bin/load/loadUtils.js +1 -1
  79. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  80. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  81. package/src/bin/mocha/command.js +1 -1
  82. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  83. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  84. package/src/bin/mocha/test.setup.js +1 -1
  85. package/src/bin/newman/command.js +1 -1
  86. package/src/bin/newman/helper.js +1 -1
  87. package/src/bin/newman/reporter/index.js +1 -1
  88. package/src/bin/newman/scriptRunner.js +1 -1
  89. package/src/bin/nightwatch/command.js +1 -1
  90. package/src/bin/node-generic/client.js +1 -1
  91. package/src/bin/playwright/accessibility-helper.js +1 -1
  92. package/src/bin/playwright/command.js +1 -1
  93. package/src/bin/playwright/globalSetup.js +1 -1
  94. package/src/bin/playwright/mock-process.js +1 -1
  95. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  96. package/src/bin/playwright/patches.js +1 -1
  97. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  98. package/src/bin/playwright/reporter/reporter.js +1 -1
  99. package/src/bin/playwright/reporter/test-details.js +1 -1
  100. package/src/bin/playwright/reporterArgs.js +1 -1
  101. package/src/bin/playwright/sessionDetails.js +1 -1
  102. package/src/bin/puppeteer/patches.js +1 -1
  103. package/src/bin/puppeteer/sessionDetails.js +1 -1
  104. package/src/bin/puppeteer/test.setup.js +1 -1
  105. package/src/bin/runner.js +1 -1
  106. package/src/bin/setup.js +1 -1
  107. package/src/bin/test-runner/index.js +1 -1
  108. package/src/bin/test-runner/runTest.js +1 -1
  109. package/src/bin/test-runner/testWorker.js +1 -1
  110. package/src/bin/testcafe/a11y-runner.js +1 -1
  111. package/src/bin/testcafe/command.js +1 -1
  112. package/src/bin/testcafe/reporter/index.js +1 -1
  113. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  114. package/src/bin/testcafe/session-registry.js +1 -1
  115. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  116. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  117. package/src/bin/testcafe/w3c-driver.js +1 -1
  118. package/src/bin/utils/apiUtilityMethods.js +1 -1
  119. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  120. package/src/bin/utils/constants.js +1 -1
  121. package/src/bin/utils/log4jsAppender.js +1 -1
  122. package/src/bin/utils/logPatcher.js +1 -1
  123. package/src/bin/utils/logReportingAPI.js +1 -1
  124. package/src/bin/utils/playwright-patcher.js +1 -1
  125. package/src/bin/utils/puppeteer-patcher.js +1 -1
  126. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  127. package/src/bin/utils/sharedUtils.js +1 -1
  128. package/src/bin/v2/TestInfo.js +1 -1
  129. package/src/bin/v2/browserstackCLI.js +1 -1
  130. package/src/bin/v2/cliUtils.js +1 -1
  131. package/src/bin/v2/customTagManager.js +1 -1
  132. package/src/bin/v2/eventDispatcher.js +1 -1
  133. package/src/bin/v2/framework/automationFramework.js +1 -1
  134. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  135. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  136. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  137. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  138. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  139. package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
  140. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  141. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  142. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  143. package/src/bin/v2/framework/testFramework.js +1 -1
  144. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  145. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  146. package/src/bin/v2/grpcClient.js +1 -1
  147. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  148. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  149. package/src/bin/v2/instances/trackedContext.js +1 -1
  150. package/src/bin/v2/instances/trackedInstance.js +1 -1
  151. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  152. package/src/bin/v2/modules/baseModule.js +1 -1
  153. package/src/bin/v2/modules/loadTestModule.js +1 -1
  154. package/src/bin/v2/modules/observabilityModule.js +1 -1
  155. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  156. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  157. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  158. package/src/bin/v2/modules/testhubModule.js +1 -1
  159. package/src/bin/v2/sdkErrorHandler.js +1 -1
  160. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  161. package/src/bin/v2/state/hookState.js +1 -1
  162. package/src/bin/v2/state/testFrameworkState.js +1 -1
  163. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  164. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  165. package/src/bin/v2/utils/jest-utils.js +1 -1
  166. package/src/bin/vanilla-js/command.js +1 -1
  167. package/src/browserStackSdk.js +1 -1
  168. package/src/helpers/BrowserStackSetup.js +1 -1
  169. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  170. package/src/helpers/accessibility-automation/constants.js +1 -1
  171. package/src/helpers/accessibility-automation/helper.js +1 -1
  172. package/src/helpers/accessibility-automation/scripts.js +1 -1
  173. package/src/helpers/ats/constants.js +1 -1
  174. package/src/helpers/ats/helper.js +1 -1
  175. package/src/helpers/caCertHelper.js +1 -1
  176. package/src/helpers/capsMapping.js +1 -1
  177. package/src/helpers/central-scanner/constants.js +1 -1
  178. package/src/helpers/central-scanner/helpers.js +1 -1
  179. package/src/helpers/classLogger.js +1 -1
  180. package/src/helpers/driverInitErrorReporter.js +1 -1
  181. package/src/helpers/globals.js +1 -1
  182. package/src/helpers/helper.js +1 -1
  183. package/src/helpers/logger.js +1 -1
  184. package/src/helpers/metadata.js +1 -1
  185. package/src/helpers/patchHelper.js +1 -1
  186. package/src/helpers/patchHelpers.js +1 -1
  187. package/src/helpers/percy/Percy.js +1 -1
  188. package/src/helpers/percy/PercyBinary.js +1 -1
  189. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  190. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  191. package/src/helpers/percy/PercySDK.js +1 -1
  192. package/src/helpers/percy/index.js +1 -1
  193. package/src/helpers/percy/utils.js +1 -1
  194. package/src/helpers/performance/constants.js +1 -1
  195. package/src/helpers/performance/performance-tester.js +1 -1
  196. package/src/helpers/playwright-helper.js +1 -1
  197. package/src/helpers/processHelper.js +1 -1
  198. package/src/helpers/puppeteer-helper.js +1 -1
  199. package/src/helpers/request-spy.js +1 -1
  200. package/src/helpers/setKeepAlive.js +1 -1
  201. package/src/helpers/stackFrameUtils.js +1 -1
  202. package/src/helpers/test-observability/constants.js +1 -1
  203. package/src/helpers/test-observability/error-handler.js +1 -1
  204. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  205. package/src/helpers/test-observability/sessionHandler.js +1 -1
  206. package/src/helpers/test-observability/utils.js +1 -1
  207. package/src/helpers/test-orchestration/constants.js +1 -1
  208. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  209. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  210. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  211. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  212. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  213. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  214. package/src/helpers/testhub/constants.js +1 -1
  215. package/src/helpers/testhub/testhubHandler.js +1 -1
  216. package/src/helpers/testhub/utils.js +1 -1
  217. package/src/helpers/utilities.js +1 -1
  218. package/src/helpers/w3cMapping.js +1 -1
  219. package/src/hubAllocationMethods.js +1 -1
  220. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a96_0x51d497=a96_0x5b09;function a96_0xef17(){const _0x23b151=['1680SfvsoY','ITVQN','ceil','FqKgU','221844dWggFm','aFUIH','ChIqF','file','KEY_EVENT_STARTED_AT','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','hook_id','getJestTestTags','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','cmUBg',',\x20hookUUID=',',\x20hook_run_uuid=','executionContext','lKsjF','_ALL','__workerDetails','UnhandledError','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','DXXBP',',\x20testFramework=','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','KEY_HOOK_LAST_STARTED','parallelIndex','scope','FNYIs','1870704aZiLKv','hgHlH','getAllData',',\x20messageLength=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','stack-trace','kind','tags','pOGWP','duration','POST','filter','push',',\x20contextId=','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','getRootParentFile','lDWEC','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','JUutc','browserstackPlatformIndex','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','hookState','wTAaW','\x20(testIdentifier),\x20hookType=','retryOf','pHGUR','299529SOHVrc','KEY_TEST_SCOPES',',\x20version=','Yfczl','hook_run_uuid','title','base64','\x22\x20from\x20testData','Unknown\x20Test','cjtJC',',\x20totalBatches:\x20','jGMMC','parseJestTest','264gediVk','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','setActiveHook','KEY_TEST_STARTED_AT','storePendingHook','../state/hookState.js','testFrameworkState','activeHooks',',\x20argsKeys=','runHooks','HKyzu','\x20pending\x20hooks\x20for\x20testId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','depth','started_at','args','LOG_REPORT','sJJKd','parseJestTestResult','\x20to\x20','parent','DEFAULT_TEST_RESULT','trackJestInstance:\x20instance\x20already\x20exists','81243hfshQz','wzigy','vnyNM',',\x20storing\x20as\x20pending\x20hook','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','getRef','./testFramework','KEY_TEST_FAILURE',',\x20target=',',\x20hookState=','join','asyncError','KEY_TEST_RETRY_OF',',\x20hookType=','getJestTestIdentifier','find','workerInfo','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','file_name','Processing\x20','result','EGYDs','WAqeK','mapTestHooks','reverse','forEach','xWisR','type','\x20for\x20testId:\x20','KEY_TEST_LOGS','xzEYk','errorsDetailed','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','getAllPendingHookTestIds','nmkFF','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','trackJestInstance','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','50780lkZuRj','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','hSBDs','failure_reason','gGPRP',',\x20scopes=','getJestFailureData','6HNUDjo',',\x20totalLogs:\x20','hookType','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=',',\x20screenshotLogs:\x20','trackEvent','splice','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','addMultipleEntries','getJestFailureReason','KfaJu','KEY_TEST_DURATION','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','\x20screenshot\x20logs\x20for\x20testId:\x20','kVzKA','Nhhqc','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=',',\x20scope:\x20','test_identifier','scopes','KEY_TEST_RESULT_AT','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','Stored\x20pending\x20hook\x20for\x20testId:\x20','\x20-\x20testId:\x20','jzNwJ','fBJqS','aaQTv','has','trackHookEvent','KEY_HOOKS_STARTED','instance','YOwph','ylntr','KEY_TEST_LOCATION','KEY_HOOK_FAILURE','includes','../instances/testFrameworkInstance.js','exports','iMdjW','ROOT_DESCRIBE_BLOCK','skip','createTestFrameworkEventPayload','YDEgE','KEY_HOOKS_FINISHED','maxArrayLength','message','esGya','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','testFrameworkVersion','BEFORE_ALL','vfAJQ','map','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','foRAH','set','format','11nWOVOl','KEY_TEST_RESULT','TEST','getTrackedInstance','test','__bstackPlatformIndex',',\x20response=',',\x20hookState:\x20','getJestTestScopes','toUpperCase','KEY_TEST_FAILURE_REASON',':testAnalyticsId','hooks','KEY_TEST_FRAMEWORK_VERSION','debug','apply','Bevvy','testData','getJestFailureType','warn','name','cNsIn','setTrackedInstance','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','originalTest','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','KEY_HOOK_FAILURE_REASON','eventJson','getTestFrameworksVersions','DEFAULT_HOOK_RESULT','gKYPe','mflmF','getTestFrameworks','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=',',\x20error:\x20','KOdxv','KEY_TEST_FAILURE_TYPE','sendLogCreatedEvent','delete','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','endedAt','QjepF','GzSRF','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','KEY_TEST_ATTACHMENTS','TMuah','CnbVg','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20',',\x20state=','Hfdan','Error\x20in\x20createTestFrameworkEventPayload:\x20','13856ErMNeF','length','hookUUID','zuFNH','toString','KEY_HOOK_ID','KEY_EVENT_ENDED_AT','isArray','SYHoj','yxJWW','EfObK',',\x20result=','KEY_HOOK_LOGS','dcOle','\x20-\x20test_identifier=','unknown','getThreadId','none','\x20(testIdentifier),\x20tags=','afterAll','\x20hook','PRE','error','stringify',',\x20hooksListLength=','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=',',\x20hookId=','XKTaH','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','KEY_TEST_SCOPE','body','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','KEY_TEST_ENDED_AT','HWtDb','parse','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','WBgRZ','toISOString','CVrym','getContext','getId',',\x20failureReason=',',\x20filePath:\x20',',\x20logsInBatch:\x20','hookMetadata','platformIndex','KEY_CUSTOM_TAGS','uuid','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','KEY_TEST_META','getCurrentTestState','replace','../state/testFrameworkState.js','oktBa','isJestInternalHook','SWlYo','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','../cliUtils.js','hook_result','util',',\x20totalHooks=','keys','FLWOA','KEY_TEST_TAGS',',\x20hook=','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','NONE',',\x20hookData=','nPghG','buildHookMapFromTest','NhtJv','ilInm','slice','SidVY','../TestInfo.js','KEY_LOGS','failed','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','MXMvN','getPendingHooks','match','KEY_HOOK_NAME','addPendingHook','status','\x20logs\x20for\x20testId:\x20','khZeg','jest-circus','40CEGLfl','pop','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','filePath','LpcWf','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','glzYj','130584uCfEMT','KEY_TEST_UUID','getActiveHook','../grpcClient','gQKfz','get','hookAnalyticsId','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','../../../helpers/stackFrameUtils','KEY_HOOK_RESULT','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','hookData','hasPendingHooks','testUUID','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','hffvr','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','pTGqn','beforeAll','KEY_TEST_FILE_PATH','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','split',',\x20failureType=','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','matchHookRegex','\x20attachments','KEY_TEST_RERUN_NAME',',\x20consoleLogs:\x20','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','\x20(testIdentifier),\x20result=',',\x20testId=','getHooksForTest','event_ended_at','JestTestFramework','KEY_TEST_FRAMEWORK_NAME','testId','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','XQLtq','EmfvX',',\x20currentTestId:\x20','Assert','from','TEST_SCREENSHOT','KEY_HOOK_FAILURE_TYPE','getJestTestFilePath','resolveInstance','location','\x20&\x20hookState=','KEY_TEST_NAME','processPendingHooks','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','getJestTestName',',\x20test_run_uuid=',',\x20state:\x20','passed','removeActiveHook','inspect','\x22\x20hook','getInstance','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','test_run_id'];a96_0xef17=function(){return _0x23b151;};return a96_0xef17();}(function(_0x425a05,_0x591fd0){const _0x1c2954=a96_0x5b09,_0x4b42d4=_0x425a05();while(!![]){try{const _0x14d20a=-parseInt(_0x1c2954(0x2d9))/0x1+parseInt(_0x1c2954(0x172))/0x2*(-parseInt(_0x1c2954(0x281))/0x3)+parseInt(_0x1c2954(0x29b))/0x4+parseInt(_0x1c2954(0x16a))/0x5*(-parseInt(_0x1c2954(0x2c2))/0x6)+parseInt(_0x1c2954(0x27d))/0x7*(parseInt(_0x1c2954(0x1e0))/0x8)+-parseInt(_0x1c2954(0x2b5))/0x9*(-parseInt(_0x1c2954(0x238))/0xa)+-parseInt(_0x1c2954(0x1ab))/0xb*(parseInt(_0x1c2954(0x23f))/0xc);if(_0x14d20a===_0x591fd0)break;else _0x4b42d4['push'](_0x4b42d4['shift']());}catch(_0x68e944){_0x4b42d4['push'](_0x4b42d4['shift']());}}}(a96_0xef17,0x3e69f));const TestFramework=require(a96_0x51d497(0x14a)),TestFrameworkState=require(a96_0x51d497(0x215)),HookState=require(a96_0x51d497(0x2c7)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a96_0x51d497(0x196)),CLIUtils=require(a96_0x51d497(0x21a)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),{isInternalHook}=require('../../../helpers/test-observability/utils'),logger=createClassLogger(a96_0x51d497(0x261)),{v4:uuidv4}=require('uuid'),util=require(a96_0x51d497(0x21c)),TestInfo=require(a96_0x51d497(0x22b)),GrpcClient=require(a96_0x51d497(0x242)),stackTrace=require(a96_0x51d497(0x2a0)),{pickUserFrameFile}=require(a96_0x51d497(0x247));function a96_0x5b09(_0xbd1fcd,_0x458f28){const _0xef171e=a96_0xef17();return a96_0x5b09=function(_0x5b0914,_0x5259ab){_0x5b0914=_0x5b0914-0x147;let _0x510657=_0xef171e[_0x5b0914];return _0x510657;},a96_0x5b09(_0xbd1fcd,_0x458f28);}class JestTestFramework extends TestFramework{constructor(_0x13a782,_0x2b47b3,_0x1a82cc){const _0x15b05a=a96_0x51d497;super(_0x13a782,_0x2b47b3,_0x1a82cc),this[_0x15b05a(0x2c9)]=new Map();}[a96_0x51d497(0x2c4)](_0x104277,_0x4a0c93,_0xa7d390){const _0x425ed0=a96_0x51d497,_0x1aed5c={};_0x1aed5c[_0x425ed0(0x1ea)]=function(_0x10da0d,_0x3c8277){return _0x10da0d||_0x3c8277;};const _0x4be154=_0x1aed5c;if(_0x4be154[_0x425ed0(0x1ea)](!_0x104277,!_0x4a0c93)){logger['warn']('[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x104277+_0x425ed0(0x28b)+_0x4a0c93);return;}!this['activeHooks'][_0x425ed0(0x18d)](_0x104277)&&this['activeHooks'][_0x425ed0(0x1a9)](_0x104277,[]);const _0xdd94a9={'hookUUID':_0x4a0c93,'hookType':_0xa7d390,'startedAt':new Date()[_0x425ed0(0x206)]()};this[_0x425ed0(0x2c9)][_0x425ed0(0x244)](_0x104277)[_0x425ed0(0x2a7)](_0xdd94a9),logger[_0x425ed0(0x1b9)]('[JestTestFramework]\x20setActiveHook:\x20testIdentifier='+_0x104277+_0x425ed0(0x28b)+_0x4a0c93+_0x425ed0(0x151)+_0xa7d390+_0x425ed0(0x21d)+this[_0x425ed0(0x2c9)][_0x425ed0(0x244)](_0x104277)[_0x425ed0(0x1e1)]);}[a96_0x51d497(0x277)](_0x4ab394,_0x5d6131){const _0x5ac9c3=a96_0x51d497,_0x182263={};_0x182263[_0x5ac9c3(0x29a)]=function(_0x2ff886,_0x4a4faf){return _0x2ff886||_0x4a4faf;},_0x182263[_0x5ac9c3(0x21f)]=function(_0x3e5b6e,_0x34bf87){return _0x3e5b6e!==_0x34bf87;},_0x182263[_0x5ac9c3(0x283)]=function(_0x4f3bf4,_0x4c338f){return _0x4f3bf4===_0x4c338f;};const _0x1376ea=_0x182263;if(_0x1376ea[_0x5ac9c3(0x29a)](!_0x4ab394,!_0x5d6131)){logger[_0x5ac9c3(0x1be)](_0x5ac9c3(0x1d2)+_0x4ab394+_0x5ac9c3(0x28b)+_0x5d6131);return;}if(this[_0x5ac9c3(0x2c9)][_0x5ac9c3(0x18d)](_0x4ab394)){const _0x4d6c08=this[_0x5ac9c3(0x2c9)][_0x5ac9c3(0x244)](_0x4ab394),_0x3dc7d3=_0x4d6c08['findIndex'](_0x44c59e=>_0x44c59e[_0x5ac9c3(0x1e2)]===_0x5d6131);_0x1376ea[_0x5ac9c3(0x21f)](_0x3dc7d3,-0x1)?(_0x4d6c08[_0x5ac9c3(0x178)](_0x3dc7d3,0x1),logger['debug']('[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier='+_0x4ab394+',\x20hookUUID='+_0x5d6131+',\x20remainingHooks='+_0x4d6c08[_0x5ac9c3(0x1e1)]),_0x1376ea[_0x5ac9c3(0x283)](_0x4d6c08[_0x5ac9c3(0x1e1)],0x0)&&this[_0x5ac9c3(0x2c9)][_0x5ac9c3(0x1d1)](_0x4ab394)):logger[_0x5ac9c3(0x1b9)]('[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier='+_0x4ab394+_0x5ac9c3(0x28b)+_0x5d6131);}}[a96_0x51d497(0x241)](_0x28f1ef){const _0x68e656=a96_0x51d497,_0x40c7d7={};_0x40c7d7['TMuah']=function(_0x32c2a8,_0x3d90d0){return _0x32c2a8>_0x3d90d0;},_0x40c7d7['jiWfQ']=function(_0x28016a,_0x54a2e5){return _0x28016a-_0x54a2e5;};const _0x50fcd5=_0x40c7d7;if(!_0x28f1ef)return null;if(this['activeHooks'][_0x68e656(0x18d)](_0x28f1ef)){const _0x291b09=this[_0x68e656(0x2c9)][_0x68e656(0x244)](_0x28f1ef);if(_0x50fcd5[_0x68e656(0x1da)](_0x291b09[_0x68e656(0x1e1)],0x0)){const _0x18104d=_0x291b09[_0x50fcd5['jiWfQ'](_0x291b09[_0x68e656(0x1e1)],0x1)];return logger[_0x68e656(0x1b9)]('[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier='+_0x28f1ef+_0x68e656(0x28b)+_0x18104d[_0x68e656(0x1e2)]+_0x68e656(0x151)+_0x18104d[_0x68e656(0x174)]),_0x18104d;}}return null;}async[a96_0x51d497(0x177)](_0x2325ac,_0x371c49,_0x54aa4d={}){const _0x2b6562=a96_0x51d497,_0x194da5={};_0x194da5[_0x2b6562(0x15a)]=_0x2b6562(0x167),_0x194da5[_0x2b6562(0x2ad)]=function(_0x450d18,_0x2cea9a){return _0x450d18===_0x2cea9a;},_0x194da5[_0x2b6562(0x18c)]=function(_0x5602e6,_0x47ab78){return _0x5602e6||_0x47ab78;},_0x194da5['lhUpu']=_0x2b6562(0x200),_0x194da5['NhtJv']=function(_0x1f0dce,_0x4c03b5){return _0x1f0dce===_0x4c03b5;};const _0x524723=_0x194da5;logger[_0x2b6562(0x1b9)](_0x2b6562(0x1c2)+_0x2325ac+_0x2b6562(0x14d)+_0x371c49+_0x2b6562(0x2ca)+Object[_0x2b6562(0x21e)](_0x54aa4d)[_0x2b6562(0x14e)](',')),await super[_0x2b6562(0x177)](_0x2325ac,_0x371c49,_0x54aa4d);const _0x65d3a0=this['resolveInstance'](_0x2325ac,_0x371c49,_0x54aa4d);if(!_0x65d3a0){logger[_0x2b6562(0x1b9)](_0x524723[_0x2b6562(0x15a)]);return;}try{let _0x18d878,_0x5e9479,_0x59d7f2;switch(_0x2325ac){case TestFrameworkState[_0x2b6562(0x1ad)]:_0x18d878=_0x54aa4d['test'];const _0x444dbb={};_0x444dbb[_0x2b6562(0x2cf)]=0x2,_0x444dbb[_0x2b6562(0x19e)]=0x3,logger[_0x2b6562(0x1b9)](_0x2b6562(0x23a)+_0x371c49+',\x20testData='+util[_0x2b6562(0x278)](_0x18d878,_0x444dbb)),_0x59d7f2=this['getJestTestIdentifier'](_0x18d878),_0x5e9479=null,logger['debug'](_0x2b6562(0x219)+_0x59d7f2+'\x20(testIdentifier)');if(_0x524723['JUutc'](_0x371c49,HookState[_0x2b6562(0x1f5)])){logger[_0x2b6562(0x1b9)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20'+_0x59d7f2);const _0x3803b2={};_0x3803b2[_0x2b6562(0x24c)]=_0x5e9479,_0x3803b2[_0x2b6562(0x1bc)]=_0x18d878,_0x3803b2[_0x2b6562(0x263)]=_0x59d7f2;const _0x3e6830=this[_0x2b6562(0x2c1)](_0x3803b2),_0x462e7d={};_0x462e7d['depth']=0x2,_0x462e7d['maxArrayLength']=0x3,logger[_0x2b6562(0x1b9)](_0x2b6562(0x211)+util[_0x2b6562(0x278)](_0x3e6830,_0x462e7d)),_0x65d3a0['addMultipleEntries'](_0x3e6830),logger[_0x2b6562(0x1b9)](_0x2b6562(0x293)+_0x59d7f2),await this[_0x2b6562(0x271)](_0x65d3a0,_0x59d7f2);}else{if(_0x524723[_0x2b6562(0x2ad)](_0x371c49,HookState[_0x2b6562(0x2a5)])){logger[_0x2b6562(0x1b9)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20'+_0x59d7f2);const _0x1dde94=_0x65d3a0[_0x2b6562(0x29d)]()[_0x2b6562(0x244)](_0x59d7f2);logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20'+util[_0x2b6562(0x278)](Object[_0x2b6562(0x21e)](_0x524723[_0x2b6562(0x18c)](_0x1dde94,{}))));_0x1dde94&&_0x1dde94[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]?logger[_0x2b6562(0x1b9)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20'+Object[_0x2b6562(0x21e)](_0x1dde94[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']])['length']+'\x20files'):logger[_0x2b6562(0x1b9)](_0x524723['lhUpu']);const _0x26f85e=_0x54aa4d[_0x2b6562(0x1c3)]||null,_0x50a0e1={};_0x50a0e1[_0x2b6562(0x24c)]=_0x5e9479,_0x50a0e1[_0x2b6562(0x1bc)]=_0x18d878,_0x50a0e1['testId']=_0x59d7f2,_0x50a0e1['originalTest']=_0x26f85e;const _0x9d43d6=this['parseJestTestResult'](_0x50a0e1),_0x58721b={};_0x58721b[_0x2b6562(0x2cf)]=0x2,_0x58721b['maxArrayLength']=0x3,logger[_0x2b6562(0x1b9)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20'+util[_0x2b6562(0x278)](_0x9d43d6,_0x58721b)),_0x65d3a0[_0x2b6562(0x17a)](_0x9d43d6),logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20'+_0x59d7f2),await this['processPendingHooks'](_0x65d3a0,_0x59d7f2);}}break;case TestFrameworkState[_0x2b6562(0x2d2)]:if(_0x524723[_0x2b6562(0x227)](_0x371c49,HookState[_0x2b6562(0x2a5)])){const _0x4e638b={};_0x4e638b[_0x2b6562(0x2cf)]=0x2,logger['debug'](_0x2b6562(0x292)+util['inspect'](_0x54aa4d,_0x4e638b)),await this[_0x2b6562(0x1d0)](_0x65d3a0,_0x2325ac,_0x54aa4d);}break;default:if(CLIUtils[_0x2b6562(0x257)](_0x2325ac[_0x2b6562(0x1e4)]()[_0x2b6562(0x254)]('.')[0x1])){const _0x44692f={};_0x44692f[_0x2b6562(0x2cf)]=0x2,_0x44692f[_0x2b6562(0x19e)]=0x3,logger[_0x2b6562(0x1b9)](_0x2b6562(0x272)+_0x2325ac+_0x2b6562(0x14d)+_0x371c49+',\x20hookData='+util[_0x2b6562(0x278)](_0x54aa4d[_0x2b6562(0x24a)],_0x44692f));const _0x4b6517=await this['trackHookEvent'](_0x65d3a0,_0x2325ac,_0x371c49,_0x54aa4d),_0xaf0b2e={};_0xaf0b2e[_0x2b6562(0x2cf)]=0x2,_0xaf0b2e[_0x2b6562(0x19e)]=0x3,logger['debug'](_0x2b6562(0x1dc)+util[_0x2b6562(0x278)](_0x4b6517,_0xaf0b2e)),_0x65d3a0[_0x2b6562(0x17a)](_0x4b6517);}else logger[_0x2b6562(0x1b9)](_0x2b6562(0x175)+_0x2325ac+_0x2b6562(0x26f)+_0x371c49);break;}logger[_0x2b6562(0x1b9)](_0x2b6562(0x264)+_0x2325ac+_0x2b6562(0x14d)+_0x371c49);}catch(_0x16c1c7){logger[_0x2b6562(0x1f6)]('[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState='+_0x2325ac+_0x2b6562(0x14d)+_0x371c49+',\x20exception='+util[_0x2b6562(0x1aa)](_0x16c1c7));}_0x54aa4d[_0x2b6562(0x190)]=_0x65d3a0,await this[_0x2b6562(0x2cb)](_0x65d3a0,_0x2325ac,_0x371c49,_0x54aa4d);}[a96_0x51d497(0x152)](_0x3363ec){const _0x54efe7=a96_0x51d497,_0x1d37a2={};_0x1d37a2[_0x54efe7(0x243)]=_0x54efe7(0x289);const _0x28f2d9=_0x1d37a2;if(_0x3363ec&&(_0x3363ec['id']||_0x3363ec[_0x54efe7(0x210)])){const _0x57acf9=_0x3363ec['id']||_0x3363ec[_0x54efe7(0x210)];return logger[_0x54efe7(0x1b9)](_0x54efe7(0x296)+_0x57acf9+_0x54efe7(0x2bc)),_0x57acf9;}return logger[_0x54efe7(0x1b9)](_0x28f2d9[_0x54efe7(0x243)]),process['pid']+_0x54efe7(0x1b6);}[a96_0x51d497(0x26d)](_0x373268,_0x49f209,_0x4e614c={}){const _0x387594=a96_0x51d497;let _0x437ca9=null;return _0x437ca9=TestFramework[_0x387594(0x1ae)](),!_0x437ca9?(logger['debug'](_0x387594(0x182)+_0x373268),this[_0x387594(0x168)](_0x373268,_0x4e614c),_0x437ca9=TestFramework['getTrackedInstance'](),logger[_0x387594(0x1b9)]('[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists='+!!_0x437ca9+_0x387594(0x2a8)+_0x437ca9?.['getContext']()?.[_0x387594(0x209)]())):logger[_0x387594(0x1b9)](_0x387594(0x1a6)+_0x437ca9['getContext']()?.['getId']()),_0x437ca9;}[a96_0x51d497(0x168)](_0x3de855,_0xbc9b07){const _0x23901b=a96_0x51d497,_0xaaa1be={};_0xaaa1be[_0x23901b(0x16f)]=_0x23901b(0x2d8);const _0x1c264a=_0xaaa1be;if(TestFramework[_0x23901b(0x1ae)]()){logger[_0x23901b(0x1b9)](_0x1c264a[_0x23901b(0x16f)]);return;}const _0x844b10=CLIUtils['getCurrentInstanceName'](),_0x16ff42=TrackedInstance['createContext'](_0x844b10);let _0x14f185=null;logger['debug']('trackJestInstance:\x20created\x20instance\x20for\x20target='+_0x844b10+_0x23901b(0x1dd)+_0x3de855),_0x14f185=new TestFrameworkInstance(_0x16ff42,this[_0x23901b(0x1cb)](),this['getTestFrameworksVersions'](),_0x3de855,HookState[_0x23901b(0x223)]),TestFramework[_0x23901b(0x1c1)](_0x16ff42,_0x14f185),logger[_0x23901b(0x1b9)](_0x23901b(0x222)+_0x16ff42['getId']()+_0x23901b(0x14c)+_0x844b10+_0x23901b(0x295)+this[_0x23901b(0x1cb)]()[0x0]+_0x23901b(0x2b7)+this['getTestFrameworksVersions']()[this['getTestFrameworks']()[0x0]]);}[a96_0x51d497(0x2c1)](_0x19b37a){const _0xd1d97c=a96_0x51d497,_0x508181={};_0x508181[_0xd1d97c(0x205)]=function(_0x240034,_0x5ec020){return _0x240034||_0x5ec020;},_0x508181[_0xd1d97c(0x162)]='No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test';const _0x350749=_0x508181,{testUUID:_0xab8402,testData:_0x5380a2,testId:_0x5ab6ce}=_0x19b37a;if(_0x350749['WBgRZ'](!_0x5380a2,!_0x5ab6ce))return logger[_0xd1d97c(0x1b9)](_0x350749[_0xd1d97c(0x162)]),{};const _0x5b38f2=this[_0xd1d97c(0x1cb)]()[0x0],_0x42ce79=this['getTestFrameworksVersions'](),_0x3ed6e7={};_0x3ed6e7[_0xd1d97c(0x2cf)]=0x2,_0x3ed6e7[_0xd1d97c(0x19e)]=0x3,logger[_0xd1d97c(0x1b9)](_0xd1d97c(0x27b)+util['inspect'](_0x5380a2,_0x3ed6e7));const _0x532b7a=_0x5380a2?.[_0xd1d97c(0x185)]||[],_0xaa174a=this[_0xd1d97c(0x273)](_0x5380a2),_0x1852b8=this[_0xd1d97c(0x26c)](_0x5380a2),_0x8dabb3=_0x5380a2['fn']?_0x5380a2['fn']['toString']():_0x5380a2?.['body']?_0x5380a2[_0xd1d97c(0x1ff)]['code'][_0xd1d97c(0x1e4)]():null,_0x3e4fdd=this[_0xd1d97c(0x288)](_0x5380a2),_0x35d588={[TestFrameworkConstants[_0xd1d97c(0x262)]]:_0x5b38f2,[TestFrameworkConstants[_0xd1d97c(0x1b8)]]:_0x42ce79[_0x5b38f2],[TestFrameworkConstants[_0xd1d97c(0x161)]]:[],[TestFrameworkConstants[_0xd1d97c(0x19d)]]:{},[TestFrameworkConstants[_0xd1d97c(0x18f)]]:{},[TestFrameworkConstants[_0xd1d97c(0x1ac)]]:TestFrameworkConstants[_0xd1d97c(0x2d7)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0xaa174a,[TestFrameworkConstants[_0xd1d97c(0x252)]]:_0x1852b8,[TestFrameworkConstants['KEY_TEST_ID']]:_0x5ab6ce,[TestFrameworkConstants[_0xd1d97c(0x270)]]:_0xaa174a,[TestFrameworkConstants[_0xd1d97c(0x193)]]:_0x1852b8,[TestFrameworkConstants['KEY_TEST_CODE']]:_0x8dabb3,[TestFrameworkConstants[_0xd1d97c(0x220)]]:_0x3e4fdd,[TestFrameworkConstants[_0xd1d97c(0x2c5)]]:_0x5380a2[_0xd1d97c(0x2d0)]||new Date()['toISOString'](),[TestFrameworkConstants[_0xd1d97c(0x1fe)]]:_0x532b7a[0x0]||'',[TestFrameworkConstants[_0xd1d97c(0x2b6)]]:_0x532b7a,[TestFrameworkConstants[_0xd1d97c(0x259)]]:_0xaa174a,[TestFrameworkConstants[_0xd1d97c(0x20f)]]:{},[TestFrameworkConstants[_0xd1d97c(0x212)]]:{}};_0x5380a2['retryOf']&&(_0x35d588[TestFrameworkConstants[_0xd1d97c(0x150)]]=_0x5380a2[_0xd1d97c(0x2b3)]);logger[_0xd1d97c(0x1b9)](_0xd1d97c(0x169)+_0xaa174a+',\x20testId='+_0x5ab6ce+_0xd1d97c(0x1f2)+JSON['stringify'](_0x3e4fdd)+_0xd1d97c(0x170)+util[_0xd1d97c(0x278)](_0x532b7a)+',\x20filePath='+_0x1852b8);const _0xe5fbd6={};return _0xe5fbd6[_0x5ab6ce]=_0x35d588,_0xe5fbd6;}[a96_0x51d497(0x2d4)](_0x1c597f){const _0x42aa38=a96_0x51d497,_0x2eb0c8={'eotOT':function(_0x513184,_0x24c9ba){return _0x513184===_0x24c9ba;},'KOdxv':_0x42aa38(0x1f3),'wlxIO':function(_0x5b8c7c,_0x1f77cb){return _0x5b8c7c===_0x1f77cb;},'sJJKd':_0x42aa38(0x251),'gKYPe':'ALL','giiNo':_0x42aa38(0x28f),'mflmF':function(_0xb1f0b8,_0x3da360){return _0xb1f0b8||_0x3da360;},'hgHlH':_0x42aa38(0x164),'DxxBm':'unknown','iMdjW':function(_0x5922b0,_0x343417){return _0x5922b0>_0x343417;},'glzYj':_0x42aa38(0x22d),'pOGWP':function(_0x485c3c,_0x315ee9){return _0x485c3c===_0x315ee9;},'fBJqS':_0x42aa38(0x19a),'cjtJC':function(_0x219d3f,_0x3ea087){return _0x219d3f===_0x3ea087;},'GzSRF':'skipped','LEMHc':'passed','uWEGc':function(_0x10dd58,_0x127049){return _0x10dd58===_0x127049;},'wzigy':function(_0x48ee5c,_0x40a26a){return _0x48ee5c!==_0x40a26a;},'DXXBP':function(_0x4301de,_0x5b2e7d,_0x486d3e,_0x3cce3b){return _0x4301de(_0x5b2e7d,_0x486d3e,_0x3cce3b);},'XQLtq':_0x42aa38(0x249),'uLldK':function(_0xb1b7b,_0x2d0b68){return _0xb1b7b>_0x2d0b68;}},{testUUID:_0x438eff,testData:_0x1da65c,testId:_0x31fe70}=_0x1c597f;if(_0x2eb0c8[_0x42aa38(0x1ca)](!_0x1da65c,!_0x31fe70))return logger[_0x42aa38(0x1b9)](_0x2eb0c8[_0x42aa38(0x29c)]),{};const _0x2637a4=this[_0x42aa38(0x26d)](TestFrameworkState[_0x42aa38(0x1ad)],HookState['POST']),_0x346bec=_0x2637a4[_0x42aa38(0x29d)]()['get'](_0x31fe70),_0x2acdf5=_0x2eb0c8[_0x42aa38(0x1ca)](_0x346bec,{}),_0x1d9e2a=_0x2acdf5?_0x2acdf5[TestFrameworkConstants[_0x42aa38(0x20f)]]||{}:{},_0x3ed7f1=_0x2acdf5[TestFrameworkConstants[_0x42aa38(0x1d9)]];logger['debug'](_0x42aa38(0x246)+(_0x3ed7f1?Object[_0x42aa38(0x21e)](_0x3ed7f1)[_0x42aa38(0x1e1)]:0x0)+_0x42aa38(0x258));let _0x449807=_0x2eb0c8['DxxBm'];if(_0x1da65c[_0x42aa38(0x158)])_0x449807=_0x1da65c[_0x42aa38(0x158)];else{if(_0x1da65c[_0x42aa38(0x163)]&&_0x2eb0c8[_0x42aa38(0x198)](_0x1da65c[_0x42aa38(0x163)][_0x42aa38(0x1e1)],0x0))_0x449807=_0x2eb0c8[_0x42aa38(0x23e)];else _0x2eb0c8[_0x42aa38(0x2a3)](_0x1da65c[_0x42aa38(0x234)],_0x2eb0c8[_0x42aa38(0x18b)])||_0x2eb0c8[_0x42aa38(0x2be)](_0x1da65c['status'],_0x2eb0c8['GzSRF'])?_0x449807=_0x2eb0c8[_0x42aa38(0x1d5)]:_0x449807=_0x2eb0c8['LEMHc'];}const _0x531d99={..._0x2acdf5,[TestFrameworkConstants[_0x42aa38(0x1ac)]]:_0x449807,[TestFrameworkConstants[_0x42aa38(0x201)]]:_0x1da65c['finished_at']||new Date()['toISOString'](),[TestFrameworkConstants[_0x42aa38(0x186)]]:new Date()[_0x42aa38(0x206)](),[TestFrameworkConstants[_0x42aa38(0x20f)]]:_0x1d9e2a,[TestFrameworkConstants[_0x42aa38(0x22c)]]:_0x2acdf5[TestFrameworkConstants[_0x42aa38(0x22c)]]||[],[TestFrameworkConstants[_0x42aa38(0x212)]]:{}};if(_0x2eb0c8['uWEGc'](_0x449807,_0x2eb0c8[_0x42aa38(0x23e)])&&_0x1da65c[_0x42aa38(0x163)]){const _0x44fd1b=this[_0x42aa38(0x17b)](_0x1da65c),_0x2ce6ac=this[_0x42aa38(0x1bd)](_0x1da65c),_0xcfd4d5=this[_0x42aa38(0x171)](_0x1da65c);_0x531d99[TestFrameworkConstants[_0x42aa38(0x1cf)]]=_0x2ce6ac,_0x531d99[TestFrameworkConstants[_0x42aa38(0x1b5)]]=_0x44fd1b,_0x531d99[TestFrameworkConstants[_0x42aa38(0x14b)]]=_0xcfd4d5;}_0x2eb0c8[_0x42aa38(0x2da)](_0x1da65c[_0x42aa38(0x2a4)],undefined)&&(_0x531d99[TestFrameworkConstants[_0x42aa38(0x17d)]]=_0x1da65c['duration']);_0x1da65c['retryOf']&&(_0x531d99[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x1da65c[_0x42aa38(0x2b3)]);const _0xfc7e8f=_0x346bec?_0x346bec[TestFrameworkConstants[_0x42aa38(0x1d9)]]||{}:{},_0x44e8e8=_0x346bec?_0x346bec[TestFrameworkConstants[_0x42aa38(0x240)]]:_0x438eff,_0x55694a=_0x2eb0c8[_0x42aa38(0x294)](getManualUploadLogs,_0xfc7e8f,_0x44e8e8,_0x31fe70);if(_0x2eb0c8['iMdjW'](_0x55694a[_0x42aa38(0x1e1)],0x0)){const _0x3fb9ec=_0x531d99[TestFrameworkConstants[_0x42aa38(0x22c)]]||[];_0x531d99[TestFrameworkConstants[_0x42aa38(0x22c)]]=[..._0x3fb9ec,..._0x55694a];}const _0x35ad0c=_0x2acdf5[TestFrameworkConstants[_0x42aa38(0x19d)]]||{},_0x2b46e9=_0x2acdf5[TestFrameworkConstants['KEY_HOOKS_STARTED']]||{},_0x1a7638={..._0x35ad0c},_0x1964b7=_0x1a7638;Object[_0x42aa38(0x21e)](_0x2b46e9)[_0x42aa38(0x15d)](_0x1fdd7c=>{const _0x6a1524=_0x42aa38;!_0x1964b7[_0x1fdd7c]&&(_0x1964b7[_0x1fdd7c]=[]);const _0x27b39a=new Set((_0x1964b7[_0x1fdd7c]||[])[_0x6a1524(0x1a5)](_0xf341d6=>_0xf341d6[TestFrameworkConstants[_0x6a1524(0x1e5)]]||_0xf341d6['hook_id']));(_0x2b46e9[_0x1fdd7c]||[])[_0x6a1524(0x15d)](_0x42a006=>{const _0x2653d6=_0x6a1524,_0x4cc9e4=_0x42a006[TestFrameworkConstants[_0x2653d6(0x1e5)]]||_0x42a006[_0x2653d6(0x287)];if(!_0x27b39a[_0x2653d6(0x18d)](_0x4cc9e4)){const _0xf520d3={..._0x42a006},_0x5b4f36=_0xf520d3;!_0x5b4f36[TestFrameworkConstants[_0x2653d6(0x1e6)]]&&!_0x5b4f36[_0x2653d6(0x260)]&&(_0x5b4f36[TestFrameworkConstants[_0x2653d6(0x1e6)]]=new Date()[_0x2653d6(0x206)]()),!_0x5b4f36[TestFrameworkConstants[_0x2653d6(0x248)]]&&!_0x5b4f36[_0x2653d6(0x21b)]&&(_0x5b4f36[TestFrameworkConstants['KEY_HOOK_RESULT']]=TestFrameworkConstants[_0x2653d6(0x1c8)]),_0x1964b7[_0x1fdd7c]['push'](_0x5b4f36);}});});if(_0x1c597f[_0x42aa38(0x1c3)]){this[_0x42aa38(0x15b)](_0x1c597f['originalTest']);const _0xab98bc=this[_0x42aa38(0x226)](_0x1c597f['originalTest']),_0x99c41c=this[_0x42aa38(0x25f)](_0x1c597f[_0x42aa38(0x1c3)]);_0x99c41c[_0x42aa38(0x15d)](_0x1537ea=>{const _0x558bfd=_0x42aa38,_0x5d86e6=_0xab98bc['get'](_0x1537ea);if(_0x5d86e6&&(_0x2eb0c8['eotOT'](_0x5d86e6[_0x558bfd(0x15f)],_0x2eb0c8[_0x558bfd(0x1ce)])||_0x2eb0c8['wlxIO'](_0x5d86e6[_0x558bfd(0x15f)],_0x2eb0c8[_0x558bfd(0x2d3)]))){const _0x38780b=_0x5d86e6[_0x558bfd(0x15f)][_0x558bfd(0x1b4)]()[_0x558bfd(0x214)](_0x2eb0c8[_0x558bfd(0x1c9)],_0x2eb0c8['giiNo']),_0x24496e=_0x38780b;!_0x1964b7[_0x24496e]&&(_0x1964b7[_0x24496e]=[]);const _0x4adfa4=_0x1964b7[_0x24496e][_0x558bfd(0x153)](_0x46514e=>(_0x46514e[TestFrameworkConstants[_0x558bfd(0x1e5)]]||_0x46514e[_0x558bfd(0x287)])===_0x1537ea);!_0x4adfa4&&_0x1964b7[_0x24496e][_0x558bfd(0x2a7)]({'key':_0x24496e,[TestFrameworkConstants[_0x558bfd(0x1e5)]]:_0x1537ea,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:new Date()[_0x558bfd(0x206)](),[TestFrameworkConstants[_0x558bfd(0x1e6)]]:new Date()[_0x558bfd(0x206)](),[TestFrameworkConstants[_0x558bfd(0x1ec)]]:[],[TestFrameworkConstants[_0x558bfd(0x232)]]:_0x5d86e6[_0x558bfd(0x1bf)]||_0x5d86e6[_0x558bfd(0x15f)]+_0x558bfd(0x1f4),[TestFrameworkConstants[_0x558bfd(0x20f)]]:_0x1d9e2a});}});}if(_0x1da65c[_0x42aa38(0x1b7)]&&_0x2eb0c8[_0x42aa38(0x198)](_0x1da65c[_0x42aa38(0x1b7)][_0x42aa38(0x1e1)],0x0))_0x531d99[TestFrameworkConstants[_0x42aa38(0x19d)]]=_0x1da65c[_0x42aa38(0x1b7)],logger[_0x42aa38(0x1b9)](_0x2eb0c8[_0x42aa38(0x265)]);else _0x2eb0c8['uLldK'](Object[_0x42aa38(0x21e)](_0x1964b7)[_0x42aa38(0x1e1)],0x0)&&(_0x531d99[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x1964b7,logger['debug'](_0x42aa38(0x2af)+Object[_0x42aa38(0x21e)](_0x1964b7)['join'](',')));const _0x673500=this['getJestTestName'](_0x1da65c);logger[_0x42aa38(0x1b9)](_0x42aa38(0x253)+_0x673500+_0x42aa38(0x25e)+_0x31fe70+_0x42aa38(0x25d)+_0x449807+',\x20duration='+_0x1da65c['duration']);_0x2eb0c8['pOGWP'](_0x449807,_0x2eb0c8['glzYj'])&&logger['debug'](_0x42aa38(0x25b)+_0x31fe70+_0x42aa38(0x255)+_0x531d99[TestFrameworkConstants[_0x42aa38(0x1cf)]]+_0x42aa38(0x20a)+_0x531d99[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]?.['substring'](0x0,0xc8));const _0x351a07={};return _0x351a07[_0x31fe70]=_0x531d99,_0x351a07;}[a96_0x51d497(0x1b3)](_0x2b8058){const _0x355ea0=a96_0x51d497,_0x1ce699={};_0x1ce699[_0x355ea0(0x2b4)]=function(_0x5660cf,_0x22b820){return _0x5660cf!==_0x22b820;},_0x1ce699[_0x355ea0(0x2b8)]=_0x355ea0(0x199);const _0x2b3558=_0x1ce699,_0x2fb69f={};_0x2fb69f[_0x355ea0(0x2cf)]=0x2,_0x2fb69f['maxArrayLength']=0x3,logger[_0x355ea0(0x1b9)](_0x355ea0(0x1a7)+util[_0x355ea0(0x278)](_0x2b8058,_0x2fb69f));const _0x5bd8fb=[];if(_0x2b8058&&_0x2b8058[_0x355ea0(0x2d6)]){let _0x22b5eb=_0x2b8058[_0x355ea0(0x2d6)];while(_0x22b5eb&&_0x22b5eb[_0x355ea0(0x1bf)]&&_0x2b3558[_0x355ea0(0x2b4)](_0x22b5eb[_0x355ea0(0x1bf)],'')&&_0x2b3558['pHGUR'](_0x22b5eb[_0x355ea0(0x1bf)],_0x2b3558[_0x355ea0(0x2b8)])){_0x5bd8fb[_0x355ea0(0x2a7)](_0x22b5eb[_0x355ea0(0x1bf)]),_0x22b5eb=_0x22b5eb['parent'];}}return _0x5bd8fb[_0x355ea0(0x15c)]();}['getJestTestName'](_0xc24dae){const _0x8d3352=a96_0x51d497,_0x26ac1b={};_0x26ac1b[_0x8d3352(0x2db)]=_0x8d3352(0x2bd);const _0x146c2f=_0x26ac1b;if(_0xc24dae[_0x8d3352(0x1bf)])return _0xc24dae['name'];if(_0xc24dae[_0x8d3352(0x2ba)])return _0xc24dae[_0x8d3352(0x2ba)];return _0x146c2f[_0x8d3352(0x2db)];}['getJestTestTags'](_0x2c7414){const _0x2c0b71=a96_0x51d497,_0x479378=[];if(_0x2c7414[_0x2c0b71(0x2a2)]&&Array['isArray'](_0x2c7414[_0x2c0b71(0x2a2)]))return _0x2c7414[_0x2c0b71(0x2a2)][_0x2c0b71(0x1a5)](_0x1c1ac2=>_0x1c1ac2['startsWith']('@')?_0x1c1ac2['substr'](0x1):_0x1c1ac2);const _0x2d30b5=this[_0x2c0b71(0x273)](_0x2c7414),_0x2444f6=_0x2d30b5['match'](/@(\w+)/g);if(_0x2444f6)return _0x2444f6[_0x2c0b71(0x1a5)](_0x401fc4=>_0x401fc4['slice'](0x1));return _0x2c7414[_0x2c0b71(0x185)]&&Array[_0x2c0b71(0x1e7)](_0x2c7414[_0x2c0b71(0x185)])&&_0x2c7414[_0x2c0b71(0x185)]['forEach'](_0x4bd844=>{const _0x56bf07=_0x2c0b71,_0x15f7a1=_0x4bd844[_0x56bf07(0x231)](/@(\w+)/g);_0x15f7a1&&_0x15f7a1[_0x56bf07(0x15d)](_0x2a02ea=>{const _0x4ad1c1=_0x56bf07,_0x385cc6=_0x2a02ea[_0x4ad1c1(0x229)](0x1);!_0x479378['includes'](_0x385cc6)&&_0x479378[_0x4ad1c1(0x2a7)](_0x385cc6);});}),_0x479378;}[a96_0x51d497(0x26c)](_0x1a1286){const _0x556306=a96_0x51d497,_0x30028d={'dWbdW':function(_0x45a7d9,_0x594c31){return _0x45a7d9(_0x594c31);}};if(_0x1a1286[_0x556306(0x156)])return _0x1a1286['file_name'];if(_0x1a1286['asyncError'])try{const _0x2c7288=stackTrace[_0x556306(0x203)](_0x1a1286[_0x556306(0x14f)]),_0x3a652b=_0x30028d['dWbdW'](pickUserFrameFile,_0x2c7288);if(_0x3a652b)return _0x3a652b;logger[_0x556306(0x1b9)](_0x556306(0x155)+_0x2c7288[_0x556306(0x1e1)]+')');}catch(_0x21885f){logger[_0x556306(0x1b9)](_0x556306(0x16c)+util[_0x556306(0x1aa)](_0x21885f));}return null;}[a96_0x51d497(0x17b)](_0x4a7d86){const _0x752739=a96_0x51d497,_0x2e66ce={};_0x2e66ce[_0x752739(0x236)]=function(_0x153b15,_0x1d549b){return _0x153b15>_0x1d549b;},_0x2e66ce[_0x752739(0x1ed)]='Unknown\x20error';const _0x589818=_0x2e66ce;if(_0x4a7d86['errorsDetailed']&&_0x589818['khZeg'](_0x4a7d86[_0x752739(0x163)]['length'],0x0))return util['inspect'](_0x4a7d86[_0x752739(0x163)][0x0]);if(_0x4a7d86[_0x752739(0x16e)])return _0x4a7d86[_0x752739(0x16e)];return _0x589818[_0x752739(0x1ed)];}[a96_0x51d497(0x1bd)](_0x3574fe){const _0x152bb2=a96_0x51d497,_0x40ca51={};_0x40ca51[_0x152bb2(0x1a0)]=_0x152bb2(0x268),_0x40ca51[_0x152bb2(0x1c0)]='AssertionError',_0x40ca51[_0x152bb2(0x15e)]=_0x152bb2(0x291);const _0x451045=_0x40ca51,_0x512302=this['getJestFailureReason'](_0x3574fe);if(_0x512302&&_0x512302[_0x152bb2(0x195)](_0x451045[_0x152bb2(0x1a0)]))return _0x451045[_0x152bb2(0x1c0)];return _0x451045[_0x152bb2(0x15e)];}[a96_0x51d497(0x171)](_0x45468d){const _0x3dd599=a96_0x51d497,_0x3a2f70={'CnbVg':function(_0x44f8e6,_0x2c9f36){return _0x44f8e6(_0x2c9f36);},'SidVY':'../../../helpers/test-observability/utils','SWlYo':function(_0x5f4a55,_0x29e42d){return _0x5f4a55!==_0x29e42d;},'HKyzu':_0x3dd599(0x1af)},{failureData:_0x2809fc}=_0x3a2f70[_0x3dd599(0x1db)](require,_0x3a2f70[_0x3dd599(0x22a)]),_0x322658=[];return _0x3a2f70[_0x3dd599(0x218)](_0x45468d[_0x3dd599(0x163)],undefined)&&_0x322658['push'](_0x45468d[_0x3dd599(0x163)],_0x3a2f70[_0x3dd599(0x2cc)]),_0x2809fc[_0x3dd599(0x1ba)](null,_0x322658);}async[a96_0x51d497(0x18e)](_0xcdf718,_0x186d1f,_0x98e51f,_0x420887){const _0x146c41=a96_0x51d497,_0x5be79d={'LpcWf':_0x146c41(0x1f9),'hSBDs':function(_0x1e6b81){return _0x1e6b81();},'FqKgU':function(_0x449792,_0xc3967e){return _0x449792 in _0xc3967e;},'ttiqd':function(_0x3ac418,_0x3e8f98){return _0x3ac418===_0x3e8f98;},'MXMvN':function(_0x35040b,_0x5a2475){return _0x35040b===_0x5a2475;},'KfaJu':function(_0x7072ad,_0x2d5137){return _0x7072ad>_0x2d5137;},'zuFNH':'failed','yxJWW':_0x146c41(0x276),'hffvr':function(_0x412025,_0x31873d){return _0x412025===_0x31873d;},'lDWEC':function(_0x474df7,_0x1d5188){return _0x474df7===_0x1d5188;},'foRAH':_0x146c41(0x25c),'EmfvX':function(_0x4e774a,_0x2affc9){return _0x4e774a>_0x2affc9;},'lKsjF':function(_0x34954c,_0x4b80f1){return _0x34954c!==_0x4b80f1;}},{hookData:_0x4b3b42}=_0x420887,_0x484508=_0x98e51f[_0x146c41(0x1e4)](),_0x174587=_0x186d1f[_0x146c41(0x1e4)](),_0x8d3f={};_0x8d3f[_0x146c41(0x2cf)]=0x2,_0x8d3f['maxArrayLength']=0x3,logger[_0x146c41(0x1b9)](_0x146c41(0x1a1)+_0x174587+_0x146c41(0x14d)+_0x484508+_0x146c41(0x224)+util[_0x146c41(0x278)](_0x4b3b42,_0x8d3f));if(!_0x4b3b42)return logger['debug'](_0x5be79d[_0x146c41(0x23c)]),{};const _0x2a29ab=_0x4b3b42[_0x146c41(0x210)]||_0x4b3b42[_0x146c41(0x245)]||_0x5be79d[_0x146c41(0x16d)](uuidv4),_0x518d48=_0x4b3b42[_0x146c41(0x27c)]||this[_0x146c41(0x152)](_0x4b3b42),_0x1f61b1=_0x186d1f[_0x146c41(0x1e4)]()[_0x146c41(0x254)]('.')[0x1],_0x55677b=_0xcdf718['getAllData']()[_0x146c41(0x244)](_0x518d48),_0x386219=_0x55677b?_0x55677b[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{};logger['debug'](_0x146c41(0x17e)+_0x2a29ab+_0x146c41(0x25e)+_0x518d48+_0x146c41(0x2b2)+_0x1f61b1+_0x146c41(0x14d)+_0x484508);if(!_0x55677b)return logger[_0x146c41(0x1b9)](_0x146c41(0x24d)+_0x518d48+_0x146c41(0x147)),this[_0x146c41(0x2c6)](_0xcdf718,_0x518d48,_0x186d1f,_0x98e51f,_0x420887),{};let _0x42ecb5=_0x55677b[TestFrameworkConstants[_0x146c41(0x18f)]];!_0x42ecb5&&(_0x42ecb5={});!_0x5be79d[_0x146c41(0x280)](_0x1f61b1,_0x42ecb5)&&(_0x42ecb5[_0x1f61b1]=[]);let _0x3f9ae5=_0x55677b[TestFrameworkConstants['KEY_HOOKS_FINISHED']];!_0x3f9ae5&&(_0x3f9ae5={});!_0x5be79d[_0x146c41(0x280)](_0x1f61b1,_0x3f9ae5)&&(_0x3f9ae5[_0x1f61b1]=[]);const _0x3814df={[_0x518d48]:{[TestFrameworkConstants[_0x146c41(0x18f)]]:_0x42ecb5,[TestFrameworkConstants[_0x146c41(0x19d)]]:_0x3f9ae5,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x146c41(0x1cb)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x146c41(0x1c7)]()[this[_0x146c41(0x1cb)]()[0x0]]||''}};if(_0x5be79d['ttiqd'](_0x98e51f,HookState[_0x146c41(0x1f5)])){const _0x1d7a44={'key':_0x1f61b1,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x2a29ab,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0x146c41(0x1c8)],[TestFrameworkConstants[_0x146c41(0x285)]]:_0x4b3b42[_0x146c41(0x2d0)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x146c41(0x1ec)]]:[],[TestFrameworkConstants[_0x146c41(0x232)]]:_0x4b3b42[_0x146c41(0x1bf)]||_0x4b3b42['hook_type']||_0x1f61b1,[TestFrameworkConstants[_0x146c41(0x20f)]]:_0x386219};_0x42ecb5[_0x1f61b1][_0x146c41(0x2a7)](_0x1d7a44),_0x3814df[_0x518d48][TestFrameworkConstants[_0x146c41(0x297)]]=_0x1f61b1;const _0x2106dd={};_0x2106dd[_0x146c41(0x2cf)]=0x2,logger[_0x146c41(0x1b9)](_0x146c41(0x187)+_0x1f61b1+',\x20hookId='+_0x2a29ab+',\x20testId='+_0x518d48+_0x146c41(0x221)+util['inspect'](_0x1d7a44,_0x2106dd));}else{if(_0x5be79d[_0x146c41(0x22f)](_0x98e51f,HookState[_0x146c41(0x2a5)])){const _0x57e77b=_0x4b3b42[_0x146c41(0x158)]||(_0x4b3b42[_0x146c41(0x163)]&&_0x5be79d[_0x146c41(0x17c)](_0x4b3b42[_0x146c41(0x163)][_0x146c41(0x1e1)],0x0)?_0x5be79d[_0x146c41(0x1e3)]:_0x5be79d[_0x146c41(0x1e9)]),_0x35e252=_0x42ecb5[_0x1f61b1]||[];logger[_0x146c41(0x1b9)](_0x146c41(0x1fd)+_0x1f61b1+_0x146c41(0x25e)+_0x518d48+_0x146c41(0x1eb)+_0x57e77b+_0x146c41(0x1f8)+_0x35e252[_0x146c41(0x1e1)]);if(_0x5be79d[_0x146c41(0x24e)](_0x35e252[_0x146c41(0x1e1)],0x0)&&_0x5be79d[_0x146c41(0x2ab)](_0x186d1f,TestFrameworkState['BEFORE_ALL']))return logger['debug'](_0x5be79d[_0x146c41(0x1a8)]),this[_0x146c41(0x2c6)](_0xcdf718,_0x518d48,_0x186d1f,_0x98e51f,_0x420887),{};if(_0x5be79d[_0x146c41(0x266)](_0x35e252['length'],0x0)){const _0x4e008f=_0x35e252[_0x146c41(0x239)]();_0x5be79d[_0x146c41(0x22f)](_0x57e77b,_0x5be79d[_0x146c41(0x1e3)])&&_0x4b3b42['errorsDetailed']?(_0x4e008f[TestFrameworkConstants[_0x146c41(0x26b)]]=this[_0x146c41(0x1bd)](_0x4b3b42),_0x4e008f[TestFrameworkConstants[_0x146c41(0x1c5)]]=this[_0x146c41(0x17b)](_0x4b3b42),_0x4e008f[TestFrameworkConstants[_0x146c41(0x194)]]=this[_0x146c41(0x171)](_0x4b3b42),logger[_0x146c41(0x1b9)](_0x146c41(0x29f)+_0x1f61b1+_0x146c41(0x255)+_0x4e008f[TestFrameworkConstants[_0x146c41(0x26b)]]+_0x146c41(0x20a)+_0x4e008f[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]?.['substring'](0x0,0xc8))):_0x4e008f[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x5be79d[_0x146c41(0x1e9)];_0x5be79d[_0x146c41(0x28e)](_0x57e77b,TestFrameworkConstants[_0x146c41(0x1c8)])&&(_0x4e008f[TestFrameworkConstants[_0x146c41(0x248)]]=_0x57e77b);_0x4e008f[TestFrameworkConstants[_0x146c41(0x1e6)]]=_0x4b3b42['finished_at']||new Date()[_0x146c41(0x206)](),_0x4e008f[TestFrameworkConstants[_0x146c41(0x20f)]]=_0x386219;const _0x5c7c8d=_0x4e008f[TestFrameworkConstants[_0x146c41(0x1e5)]];!_0x3f9ae5[_0x1f61b1]&&(_0x3f9ae5[_0x1f61b1]=[]);_0x3f9ae5[_0x1f61b1]['push'](_0x4e008f),_0x3814df[_0x518d48][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x1f61b1;const _0x5f2985={};_0x5f2985[_0x146c41(0x2cf)]=0x2,logger[_0x146c41(0x1b9)](_0x146c41(0x1cc)+_0x1f61b1+_0x146c41(0x1fb)+_0x5c7c8d+',\x20result='+_0x57e77b+_0x146c41(0x221)+util[_0x146c41(0x278)](_0x4e008f,_0x5f2985));}}}return _0x3814df;}[a96_0x51d497(0x19b)](_0x25ecd0){const _0x13935b=a96_0x51d497,_0x280590={};_0x280590[_0x13935b(0x207)]=_0x13935b(0x2bb);const _0x3b0e23=_0x280590;try{const _0xbcd1aa=_0x25ecd0['test']?this[_0x13935b(0x152)](_0x25ecd0['test']):_0x25ecd0[_0x13935b(0x24a)][_0x13935b(0x27c)],_0x1fc6ba=_0x25ecd0[_0x13935b(0x190)],_0x389e03=_0x1fc6ba[_0x13935b(0x208)](),_0x5ec8c7=_0x1fc6ba[_0x13935b(0x29d)]()['get'](_0xbcd1aa);if(!_0x5ec8c7)return logger[_0x13935b(0x1b9)](_0x13935b(0x148)+_0xbcd1aa),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x4a8071=this[_0x13935b(0x1cb)]()[0x0]||'',[TestFrameworkConstants[_0x13935b(0x1b8)]]:_0x42103d=this[_0x13935b(0x1c7)]()[this['getTestFrameworks']()[0x0]]||'',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x44a135='',[TestFrameworkConstants[_0x13935b(0x201)]]:_0x3e9d26=''}=_0x5ec8c7,_0x434d0f=_0x1fc6ba[_0x13935b(0x213)]()[_0x13935b(0x1e4)]()[_0x13935b(0x254)]('.')[0x1],_0x41c48a=_0x1fc6ba['getCurrentHookState']()['toString']()[_0x13935b(0x254)]('.')[0x1],_0x1ac631=global?.[_0x13935b(0x290)]?.[_0x13935b(0x154)]?.[_0x13935b(0x298)]||global[_0x13935b(0x1b0)]||0x0,_0x4fa0fe=_0x1fc6ba[_0x13935b(0x149)](),_0xa1ba74=Buffer[_0x13935b(0x269)](JSON[_0x13935b(0x1f7)](_0x5ec8c7))[_0x13935b(0x1e4)](_0x3b0e23[_0x13935b(0x207)]),_0x2f5b83={'hash':_0x389e03[_0x13935b(0x209)](),'threadId':_0x389e03[_0x13935b(0x1f0)]()['toString'](),'processId':_0x389e03['getProcessId']()['toString']()},_0x4ae85d={};_0x4ae85d[_0x13935b(0x20e)]=_0x1ac631,_0x4ae85d['testFrameworkName']=_0x4a8071,_0x4ae85d[_0x13935b(0x1a2)]=_0x42103d,_0x4ae85d[_0x13935b(0x2c8)]=_0x434d0f,_0x4ae85d['hookState']=_0x41c48a,_0x4ae85d['startedAt']=_0x44a135,_0x4ae85d[_0x13935b(0x1d3)]=_0x3e9d26,_0x4ae85d[_0x13935b(0x210)]=_0x4fa0fe,_0x4ae85d[_0x13935b(0x1c6)]=_0xa1ba74,_0x4ae85d[_0x13935b(0x28d)]=_0x2f5b83,_0x4ae85d['test_identifier']=_0xbcd1aa;const _0x1fb0a2=_0x4ae85d;return _0x1fb0a2;}catch(_0x2b8029){return logger['error'](_0x13935b(0x1df)+util[_0x13935b(0x1aa)](_0x2b8029)),{};}}async[a96_0x51d497(0x1d0)](_0x4f15cd,_0x189f54,_0x5b3582){const _0x10a057=a96_0x51d497,_0x44b674={'aFUIH':function(_0x3b9690,_0x2fa87d){return _0x3b9690+_0x2fa87d;},'YDEgE':'missing','Mdoux':_0x10a057(0x1f1),'Nhhqc':function(_0x177e5a,_0x195a72){return _0x177e5a>_0x195a72;},'QjepF':function(_0x1c509c,_0x21950d,_0x88a54d,_0x2f0f96){return _0x1c509c(_0x21950d,_0x88a54d,_0x2f0f96);},'HWtDb':function(_0x523906,_0x353280){return _0x523906-_0x353280;},'Hfdan':function(_0x4e067a,_0x5c4b8a){return _0x4e067a===_0x5c4b8a;},'wTAaW':function(_0x4ee273,_0x47edf8){return _0x4ee273/_0x47edf8;},'xlQOA':function(_0x4f68ef,_0x44ad42){return _0x4f68ef<_0x44ad42;},'ilInm':function(_0x3427b3,_0x15c2f3){return _0x3427b3*_0x15c2f3;},'EGYDs':function(_0x4cb8f3,_0x3e9c79){return _0x4cb8f3+_0x3e9c79;}};try{const _0x32be31=_0x5b3582['testUUID']||_0x5b3582[_0x10a057(0x263)],_0x59c992=Array[_0x10a057(0x269)](_0x4f15cd[_0x10a057(0x29d)]()[_0x10a057(0x21e)]()),_0x117661=_0x4f15cd['getAllData']()['get'](_0x32be31);if(!_0x117661){logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x32be31);return;}const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x1202bf='',[TestFrameworkConstants[_0x10a057(0x1b8)]]:_0x5b8e49=''}=_0x117661;let _0x2d6b49=[];_0x117661&&_0x117661[TestFrameworkConstants[_0x10a057(0x22c)]]&&Array[_0x10a057(0x1e7)](_0x117661[TestFrameworkConstants[_0x10a057(0x22c)]])?(_0x2d6b49=_0x117661[TestFrameworkConstants[_0x10a057(0x22c)]]||[],logger['debug'](_0x10a057(0x2c3)+_0x2d6b49['length']+_0x10a057(0x235)+_0x32be31),_0x4f15cd[_0x10a057(0x17a)]({[_0x32be31]:{[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants[_0x10a057(0x262)]]:this[_0x10a057(0x1cb)]()[0x0]||'',[TestFrameworkConstants[_0x10a057(0x1b8)]]:this[_0x10a057(0x1c7)]()[this[_0x10a057(0x1cb)]()[0x0]]||''}}),logger[_0x10a057(0x1b9)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x32be31)):logger[_0x10a057(0x1b9)](_0x10a057(0x2a9)+_0x32be31);logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20'+_0x2d6b49['length']+_0x10a057(0x160)+_0x32be31);const _0x1238cc=_0x2d6b49['filter'](_0x2664db=>_0x2664db[_0x10a057(0x2a1)]===_0x10a057(0x26a));_0x44b674[_0x10a057(0x181)](_0x1238cc[_0x10a057(0x1e1)],0x0)&&(logger[_0x10a057(0x1b9)](_0x10a057(0x179)+_0x1238cc[_0x10a057(0x1e1)]+_0x10a057(0x17f)+_0x32be31),_0x1238cc[_0x10a057(0x15d)]((_0x5b814d,_0x5087ab)=>{const _0x54dbf8=_0x10a057;logger[_0x54dbf8(0x1b9)](_0x54dbf8(0x16b)+_0x44b674['aFUIH'](_0x5087ab,0x1)+'/'+_0x1238cc['length']+_0x54dbf8(0x1ee)+(_0x5b814d[_0x54dbf8(0x184)]||_0x44b674[_0x54dbf8(0x19c)])+_0x54dbf8(0x274)+(_0x5b814d['test_run_uuid']||_0x44b674[_0x54dbf8(0x19c)])+_0x54dbf8(0x28c)+(_0x5b814d[_0x54dbf8(0x2b9)]||_0x44b674['Mdoux'])+_0x54dbf8(0x29e)+(_0x5b814d[_0x54dbf8(0x19f)]?.[_0x54dbf8(0x1e1)]||0x0));}));const _0x2dbc8d=_0x117661[TestFrameworkConstants[_0x10a057(0x1d9)]]||{},_0x3bcb61=_0x44b674[_0x10a057(0x1d4)](getMediaArtifactsLogs,_0x2dbc8d,null,_0x32be31),_0x29b7ec=(_0x2d6b49||[])['concat'](_0x3bcb61||[]),_0x3beef4=_0x1238cc?.[_0x10a057(0x1e1)]||0x0,_0x4db11a=_0x44b674[_0x10a057(0x202)](_0x2d6b49?.[_0x10a057(0x1e1)]||0x0,_0x3beef4);logger[_0x10a057(0x1b9)](_0x10a057(0x2ac)+_0x32be31+_0x10a057(0x25a)+_0x4db11a+_0x10a057(0x176)+_0x3beef4+',\x20attachmentLogs:\x20'+(_0x3bcb61?.[_0x10a057(0x1e1)]||0x0)+_0x10a057(0x173)+_0x29b7ec[_0x10a057(0x1e1)]);if(!_0x29b7ec||_0x44b674[_0x10a057(0x1de)](_0x29b7ec['length'],0x0)){logger[_0x10a057(0x1b9)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0x32be31);return;}const _0x20aece=0x28,_0x17d686=Math[_0x10a057(0x27f)](_0x44b674[_0x10a057(0x2b1)](_0x29b7ec[_0x10a057(0x1e1)],_0x20aece));for(let _0x36eff6=0x0;_0x44b674['xlQOA'](_0x36eff6,_0x17d686);_0x36eff6++){const _0x3887ae=_0x44b674[_0x10a057(0x228)](_0x36eff6,_0x20aece),_0x33cd85=_0x44b674[_0x10a057(0x282)](_0x3887ae,_0x20aece),_0x15ec5d=_0x29b7ec[_0x10a057(0x229)](_0x3887ae,_0x33cd85),_0x32d03b=global?.[_0x10a057(0x2ae)]??0x0,_0x42c6e2={'platformIndex':_0x32d03b,'logs':_0x15ec5d,'testFrameworkName':_0x1202bf,'testFrameworkVersion':_0x5b8e49,'testFrameworkState':_0x189f54[_0x10a057(0x1e4)]()[_0x10a057(0x254)]('.')[0x1]},_0x59df9d={};_0x59df9d['depth']=0x3,_0x59df9d[_0x10a057(0x19e)]=0x5,logger[_0x10a057(0x1b9)](_0x10a057(0x1d7)+_0x44b674[_0x10a057(0x282)](_0x36eff6,0x1)+'/'+_0x17d686+_0x10a057(0x189)+_0x32be31+_0x10a057(0x20c)+_0x15ec5d[_0x10a057(0x1e1)]+',\x20platformIndex:\x20'+_0x32d03b+',\x20payload:\x20'+util[_0x10a057(0x278)](_0x42c6e2,_0x59df9d));const _0x18a1d7=await GrpcClient[_0x10a057(0x27a)]()['logCreatedEvent'](_0x42c6e2);logger[_0x10a057(0x1b9)](_0x10a057(0x1d7)+_0x44b674[_0x10a057(0x159)](_0x36eff6,0x1)+'/'+_0x17d686+_0x10a057(0x189)+_0x32be31+_0x10a057(0x1b1)+util[_0x10a057(0x278)](_0x18a1d7));}_0x3bcb61&&_0x44b674['Nhhqc'](_0x3bcb61[_0x10a057(0x1e1)],0x0)&&_0x117661[TestFrameworkConstants[_0x10a057(0x1d9)]]&&_0x4f15cd['addMultipleEntries']({[_0x32be31]:{[TestFrameworkConstants[_0x10a057(0x1d9)]]:{},[TestFrameworkConstants[_0x10a057(0x262)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x10a057(0x1b8)]]:this[_0x10a057(0x1c7)]()[this[_0x10a057(0x1cb)]()[0x0]]||''}}),logger['debug'](_0x10a057(0x2ce)+_0x32be31+_0x10a057(0x2bf)+_0x17d686);}catch(_0x2b0df4){logger[_0x10a057(0x1f6)](_0x10a057(0x204)+(_0x5b3582[_0x10a057(0x24c)]||_0x5b3582['testId'])+',\x20error:\x20'+util['format'](_0x2b0df4));}}[a96_0x51d497(0x2c6)](_0x28a8a3,_0x30d689,_0x2540e4,_0x5948b9,_0x1b7429){const _0x574899=a96_0x51d497,_0x1d6d39={};_0x1d6d39['vfAJQ']=function(_0x18c62c,_0xd48291){return _0x18c62c===_0xd48291;},_0x1d6d39[_0x574899(0x180)]=_0x574899(0x251);const _0x992480=_0x1d6d39,{hookData:_0x135f39}=_0x1b7429,_0x59bf52={'testId':_0x30d689,'testFrameworkState':_0x2540e4,'hookState':_0x5948b9,'args':_0x1b7429,'timestamp':new Date()[_0x574899(0x206)]()};if(_0x992480[_0x574899(0x1a4)](_0x2540e4,TestFrameworkState[_0x574899(0x1a3)])&&_0x135f39){const _0x1c5bd1={};_0x1c5bd1[_0x574899(0x23b)]=_0x135f39[_0x574899(0x156)]||_0x135f39[_0x574899(0x26e)],_0x1c5bd1['scope']=_0x135f39[_0x574899(0x299)]||_0x135f39['scopes']&&_0x135f39['scopes'][0x0]||'',_0x1c5bd1[_0x574899(0x174)]=_0x992480[_0x574899(0x180)],_0x59bf52[_0x574899(0x20d)]=_0x1c5bd1,logger['debug'](_0x574899(0x286)+_0x30d689+_0x574899(0x20b)+_0x59bf52[_0x574899(0x20d)][_0x574899(0x23b)]+',\x20scope:\x20'+_0x59bf52[_0x574899(0x20d)]['scope']);}_0x28a8a3[_0x574899(0x233)](_0x30d689,_0x59bf52),logger[_0x574899(0x1b9)](_0x574899(0x188)+_0x30d689+_0x574899(0x275)+_0x2540e4+_0x574899(0x1b2)+_0x5948b9);}async[a96_0x51d497(0x271)](_0x216f14,_0x26f088){const _0x44b8f2=a96_0x51d497,_0x1ea1a6={};_0x1ea1a6[_0x44b8f2(0x27e)]=function(_0x5689ea,_0x2245a2){return _0x5689ea>_0x2245a2;},_0x1ea1a6[_0x44b8f2(0x1fc)]=function(_0x3f63ee,_0x3d9c00){return _0x3f63ee===_0x3d9c00;},_0x1ea1a6[_0x44b8f2(0x191)]=function(_0x44d1f3,_0x2627e6){return _0x44d1f3===_0x2627e6;},_0x1ea1a6['cmUBg']=function(_0x333459,_0x19d49e){return _0x333459===_0x19d49e;},_0x1ea1a6[_0x44b8f2(0x1e8)]=_0x44b8f2(0x23d);const _0x15f9c1=_0x1ea1a6;if(_0x216f14[_0x44b8f2(0x24b)](_0x26f088)){const _0x455e2b=_0x216f14['getPendingHooks'](_0x26f088);logger[_0x44b8f2(0x1b9)](_0x44b8f2(0x157)+_0x455e2b[_0x44b8f2(0x1e1)]+_0x44b8f2(0x2cd)+_0x26f088);for(const _0x5dabd6 of _0x455e2b){try{const _0x491f21=await this[_0x44b8f2(0x18e)](_0x216f14,_0x5dabd6[_0x44b8f2(0x2c8)],_0x5dabd6[_0x44b8f2(0x2b0)],_0x5dabd6[_0x44b8f2(0x2d1)]);_0x491f21&&_0x15f9c1[_0x44b8f2(0x27e)](Object[_0x44b8f2(0x21e)](_0x491f21)[_0x44b8f2(0x1e1)],0x0)&&_0x216f14[_0x44b8f2(0x17a)](_0x491f21),await this['runHooks'](_0x216f14,_0x5dabd6['testFrameworkState'],_0x5dabd6['hookState'],_0x5dabd6['args']);}catch(_0x260627){logger[_0x44b8f2(0x1f6)]('Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20'+_0x26f088+_0x44b8f2(0x1cd)+_0x260627);}}_0x216f14['removePendingHooks'](_0x26f088),logger[_0x44b8f2(0x1b9)](_0x44b8f2(0x256)+_0x26f088);}const _0xd4dc43=_0x216f14['getAllData']()['get'](_0x26f088);if(_0xd4dc43){const _0x3a0ac3=_0xd4dc43[TestFrameworkConstants[_0x44b8f2(0x252)]]||_0xd4dc43[TestFrameworkConstants[_0x44b8f2(0x193)]],_0x58ee09=_0xd4dc43[TestFrameworkConstants['KEY_TEST_SCOPE']]||_0xd4dc43[TestFrameworkConstants[_0x44b8f2(0x2b6)]]&&_0xd4dc43[TestFrameworkConstants['KEY_TEST_SCOPES']][0x0]||'';logger[_0x44b8f2(0x1b9)](_0x44b8f2(0x22e)+_0x3a0ac3+_0x44b8f2(0x183)+_0x58ee09);const _0x569c2f=_0x216f14[_0x44b8f2(0x165)]();for(const _0x104c43 of _0x569c2f){if(_0x15f9c1[_0x44b8f2(0x1fc)](_0x104c43,_0x26f088))continue;if(_0x216f14[_0x44b8f2(0x24b)](_0x104c43)){const _0x4c5584=_0x216f14['getPendingHooks'](_0x104c43);for(const _0x2a9eeb of _0x4c5584){if(_0x15f9c1['XKTaH'](_0x2a9eeb[_0x44b8f2(0x2c8)],TestFrameworkState[_0x44b8f2(0x1a3)])&&_0x2a9eeb[_0x44b8f2(0x20d)]){const _0x1400c5=_0x2a9eeb['hookMetadata'][_0x44b8f2(0x23b)],_0x1d07ab=_0x2a9eeb['hookMetadata'][_0x44b8f2(0x299)];if(_0x15f9c1[_0x44b8f2(0x191)](_0x1400c5,_0x3a0ac3)&&_0x15f9c1[_0x44b8f2(0x28a)](_0x1d07ab,_0x58ee09)){logger['debug'](_0x44b8f2(0x1d6)+_0x104c43+_0x44b8f2(0x267)+_0x26f088+_0x44b8f2(0x20b)+_0x1400c5+_0x44b8f2(0x183)+_0x1d07ab);_0x2a9eeb[_0x44b8f2(0x2d1)]&&_0x2a9eeb['args'][_0x44b8f2(0x24a)]&&(_0x2a9eeb[_0x44b8f2(0x2d1)][_0x44b8f2(0x24a)][_0x44b8f2(0x27c)]=_0x26f088,logger[_0x44b8f2(0x1b9)]('[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20'+_0x104c43+_0x44b8f2(0x2d5)+_0x26f088));try{const _0x4c470e=await this[_0x44b8f2(0x18e)](_0x216f14,_0x2a9eeb[_0x44b8f2(0x2c8)],_0x2a9eeb[_0x44b8f2(0x2b0)],_0x2a9eeb['args']);_0x4c470e&&_0x15f9c1['ITVQN'](Object[_0x44b8f2(0x21e)](_0x4c470e)[_0x44b8f2(0x1e1)],0x0)&&_0x216f14[_0x44b8f2(0x17a)](_0x4c470e);await this[_0x44b8f2(0x2cb)](_0x216f14,_0x2a9eeb[_0x44b8f2(0x2c8)],_0x2a9eeb[_0x44b8f2(0x2b0)],_0x2a9eeb[_0x44b8f2(0x2d1)]);const _0x3e55e9=_0x216f14[_0x44b8f2(0x230)](_0x104c43)[_0x44b8f2(0x2a6)](_0x349e79=>_0x349e79!==_0x2a9eeb);if(_0x15f9c1[_0x44b8f2(0x191)](_0x3e55e9['length'],0x0))_0x216f14['removePendingHooks'](_0x104c43);else{_0x216f14['removePendingHooks'](_0x104c43);for(const _0x1aed98 of _0x3e55e9){_0x216f14[_0x44b8f2(0x233)](_0x104c43,_0x1aed98);}}logger[_0x44b8f2(0x1b9)](_0x15f9c1[_0x44b8f2(0x1e8)]);}catch(_0x21cdb4){logger[_0x44b8f2(0x1f6)](_0x44b8f2(0x24f)+_0x26f088+',\x20error:\x20'+_0x21cdb4);}}}}}}}}[a96_0x51d497(0x15b)](_0x4e5c31){const _0x1249da=a96_0x51d497,_0x38fd91={'oktBa':function(_0x3d710d){return _0x3d710d();}};if(!_0x4e5c31||!_0x4e5c31[_0x1249da(0x2d6)])return;_0x4e5c31[_0x1249da(0x2d6)][_0x1249da(0x1b7)]&&Array[_0x1249da(0x1e7)](_0x4e5c31[_0x1249da(0x2d6)]['hooks'])&&_0x4e5c31[_0x1249da(0x2d6)][_0x1249da(0x1b7)]['forEach'](_0x3658da=>{const _0x3bf94e=_0x1249da;!_0x3658da[_0x3bf94e(0x245)]&&!_0x3658da[_0x3bf94e(0x1e2)]&&(_0x3658da[_0x3bf94e(0x245)]=_0x38fd91[_0x3bf94e(0x216)](uuidv4),_0x3658da['hookUUID']=_0x3658da[_0x3bf94e(0x245)],logger[_0x3bf94e(0x1b9)](_0x3bf94e(0x1fa)+_0x3658da[_0x3bf94e(0x15f)]+_0x3bf94e(0x28b)+_0x3658da['hookAnalyticsId']));}),this[_0x1249da(0x15b)](_0x4e5c31[_0x1249da(0x2d6)]);}[a96_0x51d497(0x25f)](_0x51abb8){const _0xd90f6c=a96_0x51d497,_0x3e986f={'jGMMC':function(_0x128f05,_0x830628){return _0x128f05(_0x830628);}};if(!_0x51abb8||!_0x51abb8['parent'])return[];const _0x8ec0c=[];return _0x51abb8[_0xd90f6c(0x2d6)][_0xd90f6c(0x1b7)]&&Array[_0xd90f6c(0x1e7)](_0x51abb8[_0xd90f6c(0x2d6)][_0xd90f6c(0x1b7)])&&_0x51abb8['parent']['hooks'][_0xd90f6c(0x15d)](_0x56e15d=>{const _0x58abd6=_0xd90f6c,_0x3db2c7=_0x56e15d[_0x58abd6(0x245)]||_0x56e15d[_0x58abd6(0x1e2)];_0x3db2c7&&!this[_0x58abd6(0x217)](_0x56e15d)&&!_0x3e986f[_0x58abd6(0x2c0)](isInternalHook,_0x56e15d['fn'])&&_0x8ec0c[_0x58abd6(0x2a7)](_0x3db2c7);}),[..._0x8ec0c,...this[_0xd90f6c(0x25f)](_0x51abb8['parent'])];}['buildHookMapFromTest'](_0x65f1ef){const _0x2d2803=a96_0x51d497,_0x444c66={'nmkFF':function(_0x1d2e13,_0x5ca2c1){return _0x1d2e13(_0x5ca2c1);},'jzNwJ':_0x2d2803(0x1ef),'Bevvy':function(_0x51e8f3,_0x1f4d52){return _0x51e8f3(_0x1f4d52);}},_0xd2c61d=new Map(),_0x237773=_0x26f268=>{const _0x5df22d=_0x2d2803;if(!_0x26f268||!_0x26f268[_0x5df22d(0x2d6)])return;_0x26f268['parent'][_0x5df22d(0x1b7)]&&Array[_0x5df22d(0x1e7)](_0x26f268[_0x5df22d(0x2d6)][_0x5df22d(0x1b7)])&&_0x26f268['parent'][_0x5df22d(0x1b7)][_0x5df22d(0x15d)](_0x26e450=>{const _0x330228=_0x5df22d,_0x4c0c71=_0x26e450[_0x330228(0x245)]||_0x26e450[_0x330228(0x1e2)];if(_0x4c0c71&&!this['isJestInternalHook'](_0x26e450)&&!_0x444c66['nmkFF'](isInternalHook,_0x26e450['fn'])){const _0x4491e5={};_0x4491e5[_0x330228(0x15f)]=_0x26e450[_0x330228(0x15f)]||_0x444c66[_0x330228(0x18a)],_0x4491e5['name']=_0x26e450['name']||'\x22'+_0x26e450[_0x330228(0x15f)]+_0x330228(0x279),_0xd2c61d['set'](_0x4c0c71,_0x4491e5);}}),_0x444c66[_0x5df22d(0x1bb)](_0x237773,_0x26f268['parent']);};return _0x444c66[_0x2d2803(0x166)](_0x237773,_0x65f1ef),_0xd2c61d;}[a96_0x51d497(0x217)](_0x18de30){const _0x452df8=a96_0x51d497,_0x70ba57={};_0x70ba57[_0x452df8(0x225)]=_0x452df8(0x237),_0x70ba57[_0x452df8(0x192)]='[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}';const _0x1bf317=_0x70ba57;try{const _0xe8e3cf=this[_0x452df8(0x2aa)](_0x18de30);if(!_0xe8e3cf||_0xe8e3cf[_0x452df8(0x195)](_0x1bf317[_0x452df8(0x225)]))return!![];return![];}catch(_0x1bee86){logger[_0x452df8(0x1b9)](_0x1bf317[_0x452df8(0x192)]);}return![];}['getRootParentFile'](_0x1c0046){const _0x34cc40=a96_0x51d497,_0x995f95={'pTGqn':function(_0x489490,_0x266794){return _0x489490(_0x266794);}};if(_0x1c0046[_0x34cc40(0x284)])return _0x1c0046[_0x34cc40(0x284)];if(_0x1c0046['asyncError'])try{const _0x59aae4=stackTrace['parse'](_0x1c0046['asyncError']),_0x474836=_0x995f95[_0x34cc40(0x250)](pickUserFrameFile,_0x59aae4);if(_0x474836)return _0x474836;logger[_0x34cc40(0x1b9)](_0x34cc40(0x1c4)+_0x59aae4[_0x34cc40(0x1e1)]+')');}catch(_0xe5f593){logger[_0x34cc40(0x1b9)](_0x34cc40(0x1d8)+util[_0x34cc40(0x1aa)](_0xe5f593));}return null;}}module[a96_0x51d497(0x197)]=JestTestFramework;
1
+ function a96_0x5bc3(_0x1a6e58,_0x32341c){const _0x5178c0=a96_0x5178();return a96_0x5bc3=function(_0x5bc30e,_0x3e1aa0){_0x5bc30e=_0x5bc30e-0xe0;let _0x41c6b1=_0x5178c0[_0x5bc30e];return _0x41c6b1;},a96_0x5bc3(_0x1a6e58,_0x32341c);}const a96_0x5e4a31=a96_0x5bc3;(function(_0x426192,_0x39a54a){const _0x9ed1d6=a96_0x5bc3,_0x4ab34b=_0x426192();while(!![]){try{const _0x24c6c4=-parseInt(_0x9ed1d6(0x16a))/0x1*(parseInt(_0x9ed1d6(0x233))/0x2)+-parseInt(_0x9ed1d6(0xeb))/0x3+-parseInt(_0x9ed1d6(0x18c))/0x4*(-parseInt(_0x9ed1d6(0x120))/0x5)+parseInt(_0x9ed1d6(0x18b))/0x6+parseInt(_0x9ed1d6(0x187))/0x7*(parseInt(_0x9ed1d6(0x104))/0x8)+-parseInt(_0x9ed1d6(0x276))/0x9*(parseInt(_0x9ed1d6(0xe2))/0xa)+-parseInt(_0x9ed1d6(0x1e9))/0xb*(-parseInt(_0x9ed1d6(0x246))/0xc);if(_0x24c6c4===_0x39a54a)break;else _0x4ab34b['push'](_0x4ab34b['shift']());}catch(_0x1a61bc){_0x4ab34b['push'](_0x4ab34b['shift']());}}}(a96_0x5178,0x69279));const TestFramework=require(a96_0x5e4a31(0x1d7)),TestFrameworkState=require(a96_0x5e4a31(0x17c)),HookState=require(a96_0x5e4a31(0x1a2)),{createClassLogger}=require(a96_0x5e4a31(0x147)),TestFrameworkInstance=require(a96_0x5e4a31(0x1bc)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a96_0x5e4a31(0x176)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a96_0x5e4a31(0x1be)),{isInternalHook}=require(a96_0x5e4a31(0xf9)),logger=createClassLogger(a96_0x5e4a31(0x263)),{v4:uuidv4}=require(a96_0x5e4a31(0x122)),util=require(a96_0x5e4a31(0x257)),TestInfo=require(a96_0x5e4a31(0x241)),GrpcClient=require(a96_0x5e4a31(0x19d)),stackTrace=require(a96_0x5e4a31(0x1ed)),{pickUserFrameFile}=require(a96_0x5e4a31(0x1e4));function a96_0x5178(){const _0x808ef3=['setActiveHook','reverse','storePendingHook','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','workerInfo',':testAnalyticsId','KEY_HOOK_FAILURE','JUbki','parse','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','MelRA','mhfTT','length','RWAqF','FQYzV','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','KEY_TEST_FRAMEWORK_VERSION',',\x20version=','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','logCreatedEvent',',\x20hook=','parallelIndex','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','name','trackJestInstance:\x20created\x20instance\x20for\x20target=','gHEru','jyckQ','ZKjeH','mFzLq','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','DEFAULT_HOOK_RESULT','tags','setTrackedInstance','KEY_TEST_SCOPE','KEY_HOOK_ID','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','addMultipleEntries','afterAll','hook_result',',\x20state=','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','KNqNk','originalTest','skip','POST','OawcL','OIimt','debug','none','CIgQs','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','passed','LktoE','KEY_HOOK_RESULT','xqhhm','concat',',\x20testId=','hookState','38byAcdC','findIndex','location','apply','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','\x20for\x20testId:\x20','getContext','\x20(testIdentifier),\x20result=','KEY_TEST_META','getJestFailureData','Gagsv','fBaDO','testData','YrOdc','../TestInfo.js','hookAnalyticsId','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','matchHookRegex','resolveInstance','34392WyBYfA',',\x20consoleLogs:\x20','filter','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','testUUID','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','trackHookEvent','mTKhT','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20',',\x20hook_run_uuid=','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','mapTestHooks','KEY_HOOK_LAST_STARTED','lqlTf','executionContext','util','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','tFWOS','KowIL','push','AjDzj','YfIHV','failure_reason',',\x20failureReason=','bSzZb',',\x20exception=','pChGQ','JestTestFramework',',\x20currentTestId:\x20','NbAMH','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','qXkdR','Hxwcq','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','lHWIb','hook_run_uuid','\x20pending\x20hooks\x20for\x20testId:\x20','join','getActiveHook','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','KEY_TEST_FRAMEWORK_NAME','hookType',',\x20error:\x20','KEY_TEST_ATTACHMENTS','finished_at','SketY','1224mtjydU','message','GYkyJ','HkWHR',',\x20hookState:\x20','failed','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','hasPendingHooks','Unknown\x20Test','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','KEY_HOOK_NAME','rbaKX','file','FCvnp','args','KEY_EVENT_STARTED_AT','5430YVwsxE','from',',\x20response=','removePendingHooks','startedAt','KEY_TEST_TAGS','body','khPVl','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','2098968nXYoUs','KEY_TEST_SCOPES','retryOf','KEY_AUTOMATE_SESSION_NAME','EFpyZ','forEach','stringify','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','gPgOo','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','getPendingHooks','lmQeq','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','KEY_TEST_NAME','../../../helpers/test-observability/utils',',\x20hookType=','test_run_uuid','filePath','KEY_LOGS','getProcessId',',\x20hookState=','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','delete','map',',\x20screenshotLogs:\x20','16ckqvfJ','JXjhM','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','testId','has','beforeAll','get','scope','GQImV','kind','TEST','getRootParentFile','xTdfJ','jJQYj','\x20(testIdentifier),\x20tags=','set','trackJestInstance','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','asyncError','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','hook_id','eHWnn',',\x20testData=','hookData','CTuEg','btWXB','KEY_HOOK_FAILURE_REASON','Iccui','1055125isaQUg','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','uuid','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','runHooks','Processing\x20','PRE','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','getId','event_ended_at','scBgL',',\x20hookUUID=','KEY_TEST_FAILURE_REASON','LOG_REPORT','title','KEY_TEST_RESULT_AT','depth','AssertionError',',\x20filePath:\x20','parent','inspect',',\x20hookId=','hooks','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20',',\x20totalHooks=',',\x20filePath=',',\x20scope:\x20',',\x20result=','split','getHooksForTest','result','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','DEFAULT_TEST_RESULT','getTestFrameworksVersions','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','hookUUID','error',',\x20hooksListLength=','../../../helpers/classLogger.js','QAjrV','__bstackPlatformIndex','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','KEY_HOOK_LOGS','testFrameworkName','splice','getCurrentHookState','scopes','isJestInternalHook','KEY_EVENT_ENDED_AT','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','includes','isArray','sendLogCreatedEvent','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','FRTmw','KEY_TEST_RESULT','Unknown\x20error','status','eiGOr','toUpperCase','hTaCn','activeHooks','getJestTestTags','trackEvent','replace','getJestTestFilePath','dUnMr','Stored\x20pending\x20hook\x20for\x20testId:\x20','pYoGW','started_at','buildHookMapFromTest','test','41802qlpWXz','XLTvf','\x22\x20hook','KEY_TEST_STARTED_AT','KEY_TEST_RERUN_NAME','substring','uueqG','test_run_id','toISOString','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','HVNfx','hookMetadata','./constants/testFrameworkConstants.js','WUrTV','DibMN','MCuvI','KEY_TEST_LOGS','missing','../state/testFrameworkState.js','processPendingHooks','eZvGs','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','prtHf','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','testFrameworkVersion','FZvla','KEY_HOOK_LAST_FINISHED','\x20(testIdentifier)','keys','262969Viwdrt','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','oqXts',',\x20testFramework=','4633488BjWugA','4KgDMvC','XVJgv','KEY_TEST_RETRY_OF','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','oecUc','GeMpd','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','TEST_SCREENSHOT','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20',',\x20messageLength=','ZOvuI','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','getAllPendingHookTestIds','code','getJestFailureReason','\x20-\x20testId:\x20','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','../grpcClient','KEY_TEST_LOCATION','type','ZmLwr','\x20files','../state/hookState.js','createTestFrameworkEventPayload','parseJestTestResult','KEY_TEST_FAILURE_TYPE','KEY_HOOK_FAILURE_TYPE','match','getJestTestName',',\x20logsInBatch:\x20','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20',',\x20hookData=','getJestTestScopes',',\x20failureType=','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','BEFORE_ALL','KEY_CUSTOM_TAGS','KEY_HOOKS_STARTED','errorsDetailed','getAllData',',\x20storing\x20as\x20pending\x20hook','getTestFrameworks','getRef','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','KEY_TEST_DURATION','duration','KEY_TEST_CODE','getCurrentTestState','../instances/testFrameworkInstance.js','getJestTestIdentifier','../../../helpers/helper.js','test_identifier','SFgZe','iMeMI','ceil','aVanm','getTrackedInstance',',\x20remainingHooks=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','ALL','exports','slice','ZENbl','toString','hUwKD','maxArrayLength',',\x20contextId=','PZKmE','NONE','Error\x20in\x20createTestFrameworkEventPayload:\x20','qgEil','_ALL','startsWith','qeXTR','pid','./testFramework','Assert','DKGmG','KEY_HOOKS_FINISHED','CfUrT','createContext','addPendingHook','__workerDetails','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','find','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','fFCqR','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','../../../helpers/stackFrameUtils','EjWcd','unknown','testFrameworkState','iXEaY','3608LwTwVp','KEY_TEST_ENDED_AT','file_name','skipped','stack-trace','getThreadId','format','warn','parseJestTest','getJestFailureType','\x20hook'];a96_0x5178=function(){return _0x808ef3;};return a96_0x5178();}class JestTestFramework extends TestFramework{constructor(_0x514eac,_0x2c2317,_0x3669ba){const _0x5b7d80=a96_0x5e4a31;super(_0x514eac,_0x2c2317,_0x3669ba),this[_0x5b7d80(0x15f)]=new Map();}[a96_0x5e4a31(0x1f4)](_0x4257da,_0x38e539,_0x470656){const _0x4a6708=a96_0x5e4a31,_0x11747c={};_0x11747c[_0x4a6708(0x1c0)]=function(_0x32859a,_0x14d84d){return _0x32859a||_0x14d84d;};const _0x61be33=_0x11747c;if(_0x61be33['SFgZe'](!_0x4257da,!_0x38e539)){logger[_0x4a6708(0x1f0)](_0x4a6708(0x24a)+_0x4257da+_0x4a6708(0x12b)+_0x38e539);return;}!this[_0x4a6708(0x15f)][_0x4a6708(0x108)](_0x4257da)&&this['activeHooks'][_0x4a6708(0x113)](_0x4257da,[]);const _0x132a98={'hookUUID':_0x38e539,'hookType':_0x470656,'startedAt':new Date()['toISOString']()};this[_0x4a6708(0x15f)]['get'](_0x4257da)['push'](_0x132a98),logger['debug'](_0x4a6708(0x197)+_0x4257da+',\x20hookUUID='+_0x38e539+_0x4a6708(0xfa)+_0x470656+_0x4a6708(0x139)+this[_0x4a6708(0x15f)][_0x4a6708(0x10a)](_0x4257da)[_0x4a6708(0x200)]);}['removeActiveHook'](_0xee98a9,_0x41f197){const _0x2b0987=a96_0x5e4a31,_0x45409f={};_0x45409f[_0x2b0987(0x25a)]=function(_0x2e976d,_0x49420c){return _0x2e976d||_0x49420c;},_0x45409f['gCprR']=function(_0x1b27b5,_0x4f2170){return _0x1b27b5!==_0x4f2170;},_0x45409f[_0x2b0987(0x1a0)]=function(_0x172a3b,_0x1fefba){return _0x172a3b===_0x1fefba;};const _0x5053a6=_0x45409f;if(_0x5053a6[_0x2b0987(0x25a)](!_0xee98a9,!_0x41f197)){logger['warn'](_0x2b0987(0x204)+_0xee98a9+_0x2b0987(0x12b)+_0x41f197);return;}if(this['activeHooks'][_0x2b0987(0x108)](_0xee98a9)){const _0x59baf2=this[_0x2b0987(0x15f)][_0x2b0987(0x10a)](_0xee98a9),_0x119997=_0x59baf2[_0x2b0987(0x234)](_0xc5ec65=>_0xc5ec65[_0x2b0987(0x144)]===_0x41f197);_0x5053a6['gCprR'](_0x119997,-0x1)?(_0x59baf2[_0x2b0987(0x14d)](_0x119997,0x1),logger[_0x2b0987(0x228)](_0x2b0987(0x22b)+_0xee98a9+_0x2b0987(0x12b)+_0x41f197+_0x2b0987(0x1c5)+_0x59baf2[_0x2b0987(0x200)]),_0x5053a6['ZmLwr'](_0x59baf2[_0x2b0987(0x200)],0x0)&&this[_0x2b0987(0x15f)][_0x2b0987(0x101)](_0xee98a9)):logger[_0x2b0987(0x228)](_0x2b0987(0x258)+_0xee98a9+_0x2b0987(0x12b)+_0x41f197);}}[a96_0x5e4a31(0x26e)](_0x381c97){const _0x20e834=a96_0x5e4a31,_0x52f7b6={};_0x52f7b6['MFfEN']=function(_0xe069b,_0x105446){return _0xe069b>_0x105446;},_0x52f7b6['RWAqF']=function(_0x4c587d,_0x173dbb){return _0x4c587d-_0x173dbb;};const _0x4eb43c=_0x52f7b6;if(!_0x381c97)return null;if(this[_0x20e834(0x15f)][_0x20e834(0x108)](_0x381c97)){const _0x3de1d6=this['activeHooks'][_0x20e834(0x10a)](_0x381c97);if(_0x4eb43c['MFfEN'](_0x3de1d6['length'],0x0)){const _0x43c75d=_0x3de1d6[_0x4eb43c[_0x20e834(0x201)](_0x3de1d6['length'],0x1)];return logger[_0x20e834(0x228)](_0x20e834(0x17f)+_0x381c97+',\x20hookUUID='+_0x43c75d['hookUUID']+',\x20hookType='+_0x43c75d[_0x20e834(0x271)]),_0x43c75d;}}return null;}async[a96_0x5e4a31(0x161)](_0x26db4d,_0x115f4f,_0x422884={}){const _0x3b9828=a96_0x5e4a31,_0x232f34={};_0x232f34['BZPjY']=_0x3b9828(0x269),_0x232f34[_0x3b9828(0x1c3)]=function(_0x29c4f6,_0x528977){return _0x29c4f6===_0x528977;},_0x232f34[_0x3b9828(0x110)]=function(_0x881838,_0x1f763c){return _0x881838||_0x1f763c;},_0x232f34[_0x3b9828(0x179)]=_0x3b9828(0x205),_0x232f34[_0x3b9828(0x278)]=function(_0xb22dac,_0x3e2e47){return _0xb22dac===_0x3e2e47;};const _0x4490ef=_0x232f34;logger[_0x3b9828(0x228)](_0x3b9828(0x188)+_0x26db4d+_0x3b9828(0xff)+_0x115f4f+',\x20argsKeys='+Object[_0x3b9828(0x186)](_0x422884)[_0x3b9828(0x26d)](',')),await super[_0x3b9828(0x161)](_0x26db4d,_0x115f4f,_0x422884);const _0x3bf2ce=this[_0x3b9828(0x245)](_0x26db4d,_0x115f4f,_0x422884);if(!_0x3bf2ce){logger['debug'](_0x4490ef['BZPjY']);return;}try{let _0x351144,_0x59e380,_0x1f44a6;switch(_0x26db4d){case TestFrameworkState[_0x3b9828(0x10e)]:_0x351144=_0x422884[_0x3b9828(0x169)];const _0x2257c4={};_0x2257c4[_0x3b9828(0x130)]=0x2,_0x2257c4['maxArrayLength']=0x3,logger[_0x3b9828(0x228)](_0x3b9828(0x121)+_0x115f4f+_0x3b9828(0x11a)+util[_0x3b9828(0x134)](_0x351144,_0x2257c4)),_0x1f44a6=this[_0x3b9828(0x1bd)](_0x351144),_0x59e380=null,logger[_0x3b9828(0x228)](_0x3b9828(0x20c)+_0x1f44a6+_0x3b9828(0x185));if(_0x4490ef[_0x3b9828(0x1c3)](_0x115f4f,HookState[_0x3b9828(0x126)])){logger['debug'](_0x3b9828(0x137)+_0x1f44a6);const _0x119694={};_0x119694['testUUID']=_0x59e380,_0x119694[_0x3b9828(0x23f)]=_0x351144,_0x119694[_0x3b9828(0x107)]=_0x1f44a6;const _0x3f8b73=this['parseJestTest'](_0x119694),_0x523c93={};_0x523c93[_0x3b9828(0x130)]=0x2,_0x523c93['maxArrayLength']=0x3,logger[_0x3b9828(0x228)](_0x3b9828(0x115)+util[_0x3b9828(0x134)](_0x3f8b73,_0x523c93)),_0x3bf2ce[_0x3b9828(0x21d)](_0x3f8b73),logger[_0x3b9828(0x228)](_0x3b9828(0x153)+_0x1f44a6),await this[_0x3b9828(0x17d)](_0x3bf2ce,_0x1f44a6);}else{if(_0x4490ef[_0x3b9828(0x1c3)](_0x115f4f,HookState[_0x3b9828(0x225)])){logger[_0x3b9828(0x228)](_0x3b9828(0x157)+_0x1f44a6);const _0x652c02=_0x3bf2ce[_0x3b9828(0x1b3)]()[_0x3b9828(0x10a)](_0x1f44a6);logger[_0x3b9828(0x228)](_0x3b9828(0x249)+util[_0x3b9828(0x134)](Object['keys'](_0x4490ef[_0x3b9828(0x110)](_0x652c02,{}))));_0x652c02&&_0x652c02[TestFrameworkConstants[_0x3b9828(0x273)]]?logger['debug'](_0x3b9828(0x138)+Object[_0x3b9828(0x186)](_0x652c02[TestFrameworkConstants[_0x3b9828(0x273)]])[_0x3b9828(0x200)]+_0x3b9828(0x1a1)):logger[_0x3b9828(0x228)](_0x4490ef['MCuvI']);const _0x3e384a=_0x422884[_0x3b9828(0x223)]||null,_0x245cb1={};_0x245cb1[_0x3b9828(0x24c)]=_0x59e380,_0x245cb1[_0x3b9828(0x23f)]=_0x351144,_0x245cb1[_0x3b9828(0x107)]=_0x1f44a6,_0x245cb1['originalTest']=_0x3e384a;const _0x4befdb=this[_0x3b9828(0x1a4)](_0x245cb1),_0x2b5866={};_0x2b5866['depth']=0x2,_0x2b5866['maxArrayLength']=0x3,logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20'+util[_0x3b9828(0x134)](_0x4befdb,_0x2b5866)),_0x3bf2ce['addMultipleEntries'](_0x4befdb),logger[_0x3b9828(0x228)](_0x3b9828(0x280)+_0x1f44a6),await this[_0x3b9828(0x17d)](_0x3bf2ce,_0x1f44a6);}}break;case TestFrameworkState[_0x3b9828(0x12d)]:if(_0x4490ef['GYkyJ'](_0x115f4f,HookState[_0x3b9828(0x225)])){const _0x11b84e={};_0x11b84e[_0x3b9828(0x130)]=0x2,logger[_0x3b9828(0x228)](_0x3b9828(0x143)+util[_0x3b9828(0x134)](_0x422884,_0x11b84e)),await this[_0x3b9828(0x156)](_0x3bf2ce,_0x26db4d,_0x422884);}break;default:if(CLIUtils[_0x3b9828(0x244)](_0x26db4d['toString']()['split']('.')[0x1])){const _0x1739b9={};_0x1739b9[_0x3b9828(0x130)]=0x2,_0x1739b9['maxArrayLength']=0x3,logger['debug'](_0x3b9828(0x27c)+_0x26db4d+_0x3b9828(0xff)+_0x115f4f+_0x3b9828(0x1ab)+util[_0x3b9828(0x134)](_0x422884[_0x3b9828(0x11b)],_0x1739b9));const _0x2da5c3=await this['trackHookEvent'](_0x3bf2ce,_0x26db4d,_0x115f4f,_0x422884),_0x2fb5d7={};_0x2fb5d7['depth']=0x2,_0x2fb5d7[_0x3b9828(0x1cd)]=0x3,logger['debug'](_0x3b9828(0x1aa)+util[_0x3b9828(0x134)](_0x2da5c3,_0x2fb5d7)),_0x3bf2ce['addMultipleEntries'](_0x2da5c3);}else logger[_0x3b9828(0x228)](_0x3b9828(0x221)+_0x26db4d+'\x20&\x20hookState='+_0x115f4f);break;}logger[_0x3b9828(0x228)]('[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState='+_0x26db4d+_0x3b9828(0xff)+_0x115f4f);}catch(_0x374d4d){logger[_0x3b9828(0x145)](_0x3b9828(0x208)+_0x26db4d+',\x20hookState='+_0x115f4f+_0x3b9828(0x261)+util['format'](_0x374d4d));}_0x422884['instance']=_0x3bf2ce,await this[_0x3b9828(0x124)](_0x3bf2ce,_0x26db4d,_0x115f4f,_0x422884);}[a96_0x5e4a31(0x1bd)](_0x4e2ec4){const _0x59ba20=a96_0x5e4a31,_0x3e86b0={};_0x3e86b0[_0x59ba20(0x284)]='[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback';const _0x49ba5f=_0x3e86b0;if(_0x4e2ec4&&(_0x4e2ec4['id']||_0x4e2ec4[_0x59ba20(0x122)])){const _0x281239=_0x4e2ec4['id']||_0x4e2ec4[_0x59ba20(0x122)];return logger[_0x59ba20(0x228)]('[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22'+_0x281239+'\x22\x20from\x20testData'),_0x281239;}return logger['debug'](_0x49ba5f[_0x59ba20(0x284)]),process[_0x59ba20(0x1d6)]+_0x59ba20(0x1f9);}[a96_0x5e4a31(0x245)](_0x3b63a8,_0x5d0d71,_0xdc080c={}){const _0x1a4ba4=a96_0x5e4a31;let _0x5af48f=null;return _0x5af48f=TestFramework[_0x1a4ba4(0x1c4)](),!_0x5af48f?(logger['debug'](_0x1a4ba4(0xea)+_0x3b63a8),this[_0x1a4ba4(0x114)](_0x3b63a8,_0xdc080c),_0x5af48f=TestFramework[_0x1a4ba4(0x1c4)](),logger['debug'](_0x1a4ba4(0xf4)+!!_0x5af48f+_0x1a4ba4(0x1ce)+_0x5af48f?.['getContext']()?.[_0x1a4ba4(0x128)]())):logger[_0x1a4ba4(0x228)](_0x1a4ba4(0x24d)+_0x5af48f[_0x1a4ba4(0x239)]()?.[_0x1a4ba4(0x128)]()),_0x5af48f;}[a96_0x5e4a31(0x114)](_0x517ffb,_0x32899f){const _0x841e44=a96_0x5e4a31,_0x1bb68a={};_0x1bb68a['EFpyZ']='trackJestInstance:\x20instance\x20already\x20exists';const _0x53e52e=_0x1bb68a;if(TestFramework[_0x841e44(0x1c4)]()){logger[_0x841e44(0x228)](_0x53e52e[_0x841e44(0xef)]);return;}const _0xe50462=CLIUtils['getCurrentInstanceName'](),_0x4c1f43=TrackedInstance[_0x841e44(0x1dc)](_0xe50462);let _0x436d47=null;logger['debug'](_0x841e44(0x210)+_0xe50462+_0x841e44(0x220)+_0x517ffb),_0x436d47=new TestFrameworkInstance(_0x4c1f43,this[_0x841e44(0x1b5)](),this[_0x841e44(0x142)](),_0x517ffb,HookState[_0x841e44(0x1d0)]),TestFramework[_0x841e44(0x219)](_0x4c1f43,_0x436d47),logger[_0x841e44(0x228)]('[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId='+_0x4c1f43[_0x841e44(0x128)]()+',\x20target='+_0xe50462+_0x841e44(0x18a)+this['getTestFrameworks']()[0x0]+_0x841e44(0x207)+this[_0x841e44(0x142)]()[this[_0x841e44(0x1b5)]()[0x0]]);}[a96_0x5e4a31(0x1f1)](_0x848922){const _0x2d9e03=a96_0x5e4a31,_0x4bdb3c={};_0x4bdb3c[_0x2d9e03(0x23d)]=function(_0x40b1b7,_0x4024e6){return _0x40b1b7||_0x4024e6;},_0x4bdb3c['JUbki']=_0x2d9e03(0x266);const _0x2a9717=_0x4bdb3c,{testUUID:_0x11e7cf,testData:_0x869bd3,testId:_0x5f2167}=_0x848922;if(_0x2a9717[_0x2d9e03(0x23d)](!_0x869bd3,!_0x5f2167))return logger['debug'](_0x2a9717[_0x2d9e03(0x1fb)]),{};const _0x20b018=this[_0x2d9e03(0x1b5)]()[0x0],_0xd5a16=this['getTestFrameworksVersions'](),_0x25534d={};_0x25534d[_0x2d9e03(0x130)]=0x2,_0x25534d[_0x2d9e03(0x1cd)]=0x3,logger[_0x2d9e03(0x228)](_0x2d9e03(0x20e)+util[_0x2d9e03(0x134)](_0x869bd3,_0x25534d));const _0x2cd002=_0x869bd3?.['scopes']||[],_0x48549e=this[_0x2d9e03(0x1a8)](_0x869bd3),_0x2277d5=this[_0x2d9e03(0x163)](_0x869bd3),_0x4902e1=_0x869bd3['fn']?_0x869bd3['fn'][_0x2d9e03(0x1cb)]():_0x869bd3?.[_0x2d9e03(0xe8)]?_0x869bd3[_0x2d9e03(0xe8)][_0x2d9e03(0x199)][_0x2d9e03(0x1cb)]():null,_0x2c1ee7=this[_0x2d9e03(0x160)](_0x869bd3),_0x2d59d7={[TestFrameworkConstants[_0x2d9e03(0x270)]]:_0x20b018,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0xd5a16[_0x20b018],[TestFrameworkConstants[_0x2d9e03(0x17a)]]:[],[TestFrameworkConstants[_0x2d9e03(0x1da)]]:{},[TestFrameworkConstants[_0x2d9e03(0x1b1)]]:{},[TestFrameworkConstants[_0x2d9e03(0x159)]]:TestFrameworkConstants[_0x2d9e03(0x141)],[TestFrameworkConstants[_0x2d9e03(0xee)]]:_0x48549e,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x2277d5,[TestFrameworkConstants['KEY_TEST_ID']]:_0x5f2167,[TestFrameworkConstants[_0x2d9e03(0xf8)]]:_0x48549e,[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x2277d5,[TestFrameworkConstants[_0x2d9e03(0x1ba)]]:_0x4902e1,[TestFrameworkConstants[_0x2d9e03(0xe7)]]:_0x2c1ee7,[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x869bd3[_0x2d9e03(0x167)]||new Date()[_0x2d9e03(0x172)](),[TestFrameworkConstants[_0x2d9e03(0x21a)]]:_0x2cd002[0x0]||'',[TestFrameworkConstants[_0x2d9e03(0xec)]]:_0x2cd002,[TestFrameworkConstants[_0x2d9e03(0x16e)]]:_0x48549e,[TestFrameworkConstants[_0x2d9e03(0x1b0)]]:{},[TestFrameworkConstants[_0x2d9e03(0x23b)]]:{}};_0x869bd3[_0x2d9e03(0xed)]&&(_0x2d59d7[TestFrameworkConstants[_0x2d9e03(0x18e)]]=_0x869bd3[_0x2d9e03(0xed)]);logger['debug'](_0x2d9e03(0x152)+_0x48549e+_0x2d9e03(0x231)+_0x5f2167+_0x2d9e03(0x112)+JSON['stringify'](_0x2c1ee7)+',\x20scopes='+util[_0x2d9e03(0x134)](_0x2cd002)+_0x2d9e03(0x13a)+_0x2277d5);const _0x3fb888={};return _0x3fb888[_0x5f2167]=_0x2d59d7,_0x3fb888;}[a96_0x5e4a31(0x1a4)](_0x19f53f){const _0x2f3e26=a96_0x5e4a31,_0x5297d3={'lHWIb':function(_0x190a0d,_0x3092f1){return _0x190a0d===_0x3092f1;},'FQYzV':_0x2f3e26(0x21e),'QEpAA':function(_0x157675,_0x428f2a){return _0x157675===_0x428f2a;},'Iccui':_0x2f3e26(0x109),'jJQYj':_0x2f3e26(0x1c7),'RmtVV':_0x2f3e26(0x1d3),'eHWnn':function(_0x106350,_0x35443e){return _0x106350||_0x35443e;},'xnEzi':'No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','HVNfx':_0x2f3e26(0x1e6),'iXEaY':function(_0x1b0136,_0x34aedb){return _0x1b0136>_0x34aedb;},'qgEil':_0x2f3e26(0x27b),'GQImV':function(_0x37cbce,_0x192f9a){return _0x37cbce===_0x192f9a;},'QAjrV':_0x2f3e26(0x224),'CTuEg':_0x2f3e26(0x1ec),'gPgOo':_0x2f3e26(0x22c),'hUwKD':function(_0x3b27d9,_0x1a1f1c){return _0x3b27d9===_0x1a1f1c;},'YfIHV':function(_0x474f08,_0x28bffc){return _0x474f08!==_0x28bffc;},'YrOdc':function(_0x42fc35,_0x2dd470,_0x633a9b,_0x4db938){return _0x42fc35(_0x2dd470,_0x633a9b,_0x4db938);},'ZKjeH':function(_0x5587b8,_0x5affa7){return _0x5587b8>_0x5affa7;},'GeMpd':function(_0xc7dbdf,_0x485755){return _0xc7dbdf>_0x485755;},'scBgL':_0x2f3e26(0x117),'GSLSf':function(_0x57bf57,_0x270840){return _0x57bf57>_0x270840;},'VnnyI':function(_0x14e4d7,_0x142490){return _0x14e4d7===_0x142490;}},{testUUID:_0x3d7ef6,testData:_0x1a280d,testId:_0x5c99a2}=_0x19f53f;if(_0x5297d3[_0x2f3e26(0x119)](!_0x1a280d,!_0x5c99a2))return logger['debug'](_0x5297d3['xnEzi']),{};const _0x2b4308=this[_0x2f3e26(0x245)](TestFrameworkState[_0x2f3e26(0x10e)],HookState[_0x2f3e26(0x225)]),_0x53a07b=_0x2b4308[_0x2f3e26(0x1b3)]()[_0x2f3e26(0x10a)](_0x5c99a2),_0x27625f=_0x5297d3['eHWnn'](_0x53a07b,{}),_0x56d5e5=_0x27625f?_0x27625f[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{},_0x3ccce8=_0x27625f[TestFrameworkConstants[_0x2f3e26(0x273)]];logger[_0x2f3e26(0x228)]('[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20'+(_0x3ccce8?Object[_0x2f3e26(0x186)](_0x3ccce8)[_0x2f3e26(0x200)]:0x0)+'\x20attachments');let _0x2a5099=_0x5297d3[_0x2f3e26(0x174)];if(_0x1a280d[_0x2f3e26(0x13f)])_0x2a5099=_0x1a280d['result'];else{if(_0x1a280d['errorsDetailed']&&_0x5297d3[_0x2f3e26(0x1e8)](_0x1a280d[_0x2f3e26(0x1b2)][_0x2f3e26(0x200)],0x0))_0x2a5099=_0x5297d3['qgEil'];else _0x5297d3[_0x2f3e26(0x10c)](_0x1a280d[_0x2f3e26(0x15b)],_0x5297d3[_0x2f3e26(0x148)])||_0x5297d3[_0x2f3e26(0x26a)](_0x1a280d['status'],_0x5297d3[_0x2f3e26(0x11c)])?_0x2a5099=_0x5297d3[_0x2f3e26(0x11c)]:_0x2a5099=_0x5297d3[_0x2f3e26(0xf3)];}const _0x134577={..._0x27625f,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x2a5099,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x1a280d[_0x2f3e26(0x274)]||new Date()[_0x2f3e26(0x172)](),[TestFrameworkConstants[_0x2f3e26(0x12f)]]:new Date()[_0x2f3e26(0x172)](),[TestFrameworkConstants[_0x2f3e26(0x1b0)]]:_0x56d5e5,[TestFrameworkConstants[_0x2f3e26(0xfd)]]:_0x27625f[TestFrameworkConstants[_0x2f3e26(0xfd)]]||[],[TestFrameworkConstants[_0x2f3e26(0x23b)]]:{}};if(_0x5297d3[_0x2f3e26(0x1cc)](_0x2a5099,_0x5297d3[_0x2f3e26(0x1d2)])&&_0x1a280d[_0x2f3e26(0x1b2)]){const _0x3524a2=this[_0x2f3e26(0x19a)](_0x1a280d),_0x5b14a3=this['getJestFailureType'](_0x1a280d),_0x1b4582=this[_0x2f3e26(0x23c)](_0x1a280d);_0x134577[TestFrameworkConstants[_0x2f3e26(0x1a5)]]=_0x5b14a3,_0x134577[TestFrameworkConstants[_0x2f3e26(0x12c)]]=_0x3524a2,_0x134577[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x1b4582;}_0x5297d3[_0x2f3e26(0x25d)](_0x1a280d['duration'],undefined)&&(_0x134577[TestFrameworkConstants[_0x2f3e26(0x1b8)]]=_0x1a280d[_0x2f3e26(0x1b9)]);_0x1a280d[_0x2f3e26(0xed)]&&(_0x134577[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x1a280d[_0x2f3e26(0xed)]);const _0x520ba2=_0x53a07b?_0x53a07b[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{}:{},_0x2581a0=_0x53a07b?_0x53a07b[TestFrameworkConstants['KEY_TEST_UUID']]:_0x3d7ef6,_0x1e2e4e=_0x5297d3[_0x2f3e26(0x240)](getManualUploadLogs,_0x520ba2,_0x2581a0,_0x5c99a2);if(_0x5297d3[_0x2f3e26(0x213)](_0x1e2e4e[_0x2f3e26(0x200)],0x0)){const _0xf8b600=_0x134577[TestFrameworkConstants[_0x2f3e26(0xfd)]]||[];_0x134577[TestFrameworkConstants[_0x2f3e26(0xfd)]]=[..._0xf8b600,..._0x1e2e4e];}const _0x4396ad=_0x27625f[TestFrameworkConstants['KEY_HOOKS_FINISHED']]||{},_0x477742=_0x27625f[TestFrameworkConstants[_0x2f3e26(0x1b1)]]||{},_0xf46042={..._0x4396ad},_0x48b7dc=_0xf46042;Object[_0x2f3e26(0x186)](_0x477742)[_0x2f3e26(0xf0)](_0x138d6b=>{const _0x1e0bd5=_0x2f3e26;!_0x48b7dc[_0x138d6b]&&(_0x48b7dc[_0x138d6b]=[]);const _0x35ffc5=new Set((_0x48b7dc[_0x138d6b]||[])[_0x1e0bd5(0x102)](_0x556ff7=>_0x556ff7[TestFrameworkConstants[_0x1e0bd5(0x21b)]]||_0x556ff7['hook_id']));(_0x477742[_0x138d6b]||[])[_0x1e0bd5(0xf0)](_0x38fdc5=>{const _0x395978=_0x1e0bd5,_0x3c717e=_0x38fdc5[TestFrameworkConstants[_0x395978(0x21b)]]||_0x38fdc5[_0x395978(0x118)];if(!_0x35ffc5['has'](_0x3c717e)){const _0x512ef4={..._0x38fdc5},_0x5a946a=_0x512ef4;!_0x5a946a[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]&&!_0x5a946a[_0x395978(0x129)]&&(_0x5a946a[TestFrameworkConstants[_0x395978(0x151)]]=new Date()['toISOString']()),!_0x5a946a[TestFrameworkConstants[_0x395978(0x22e)]]&&!_0x5a946a[_0x395978(0x21f)]&&(_0x5a946a[TestFrameworkConstants[_0x395978(0x22e)]]=TestFrameworkConstants[_0x395978(0x217)]),_0x48b7dc[_0x138d6b][_0x395978(0x25b)](_0x5a946a);}});});if(_0x19f53f['originalTest']){this[_0x2f3e26(0x253)](_0x19f53f[_0x2f3e26(0x223)]);const _0x36f052=this[_0x2f3e26(0x168)](_0x19f53f[_0x2f3e26(0x223)]),_0xacc425=this['getHooksForTest'](_0x19f53f[_0x2f3e26(0x223)]);_0xacc425['forEach'](_0x48738a=>{const _0x51e9de=_0x2f3e26,_0x280845=_0x36f052['get'](_0x48738a);if(_0x280845&&(_0x5297d3[_0x51e9de(0x26a)](_0x280845[_0x51e9de(0x19f)],_0x5297d3[_0x51e9de(0x202)])||_0x5297d3['QEpAA'](_0x280845[_0x51e9de(0x19f)],_0x5297d3[_0x51e9de(0x11f)]))){const _0xeeef77=_0x280845[_0x51e9de(0x19f)][_0x51e9de(0x15d)]()[_0x51e9de(0x162)](_0x5297d3[_0x51e9de(0x111)],_0x5297d3['RmtVV']),_0x102394=_0xeeef77;!_0x48b7dc[_0x102394]&&(_0x48b7dc[_0x102394]=[]);const _0x5820fe=_0x48b7dc[_0x102394][_0x51e9de(0x1e0)](_0x178bf6=>(_0x178bf6[TestFrameworkConstants[_0x51e9de(0x21b)]]||_0x178bf6[_0x51e9de(0x118)])===_0x48738a);!_0x5820fe&&_0x48b7dc[_0x102394][_0x51e9de(0x25b)]({'key':_0x102394,[TestFrameworkConstants[_0x51e9de(0x21b)]]:_0x48738a,[TestFrameworkConstants[_0x51e9de(0x22e)]]:TestFrameworkConstants[_0x51e9de(0x217)],[TestFrameworkConstants[_0x51e9de(0xe1)]]:new Date()['toISOString'](),[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]:new Date()[_0x51e9de(0x172)](),[TestFrameworkConstants[_0x51e9de(0x14b)]]:[],[TestFrameworkConstants[_0x51e9de(0x281)]]:_0x280845[_0x51e9de(0x20f)]||_0x280845[_0x51e9de(0x19f)]+_0x51e9de(0x1f3),[TestFrameworkConstants[_0x51e9de(0x1b0)]]:_0x56d5e5});}});}if(_0x1a280d[_0x2f3e26(0x136)]&&_0x5297d3[_0x2f3e26(0x191)](_0x1a280d['hooks']['length'],0x0))_0x134577[TestFrameworkConstants[_0x2f3e26(0x1da)]]=_0x1a280d[_0x2f3e26(0x136)],logger['debug'](_0x5297d3[_0x2f3e26(0x12a)]);else _0x5297d3['GSLSf'](Object[_0x2f3e26(0x186)](_0x48b7dc)[_0x2f3e26(0x200)],0x0)&&(_0x134577[TestFrameworkConstants[_0x2f3e26(0x1da)]]=_0x48b7dc,logger['debug']('[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes='+Object[_0x2f3e26(0x186)](_0x48b7dc)[_0x2f3e26(0x26d)](',')));const _0x13fb21=this[_0x2f3e26(0x1a8)](_0x1a280d);logger[_0x2f3e26(0x228)](_0x2f3e26(0x173)+_0x13fb21+_0x2f3e26(0x231)+_0x5c99a2+_0x2f3e26(0x23a)+_0x2a5099+',\x20duration='+_0x1a280d[_0x2f3e26(0x1b9)]);_0x5297d3['VnnyI'](_0x2a5099,_0x5297d3[_0x2f3e26(0x1d2)])&&logger[_0x2f3e26(0x228)](_0x2f3e26(0x1f7)+_0x5c99a2+',\x20failureType='+_0x134577[TestFrameworkConstants[_0x2f3e26(0x1a5)]]+_0x2f3e26(0x25f)+_0x134577[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]?.[_0x2f3e26(0x16f)](0x0,0xc8));const _0x550da2={};return _0x550da2[_0x5c99a2]=_0x134577,_0x550da2;}[a96_0x5e4a31(0x1ac)](_0x10518c){const _0x3061a1=a96_0x5e4a31,_0x182034={};_0x182034['FRTmw']=function(_0x30ea22,_0x2101cc){return _0x30ea22!==_0x2101cc;},_0x182034['oecUc']='ROOT_DESCRIBE_BLOCK';const _0x33b135=_0x182034,_0x80d282={};_0x80d282[_0x3061a1(0x130)]=0x2,_0x80d282[_0x3061a1(0x1cd)]=0x3,logger[_0x3061a1(0x228)](_0x3061a1(0x140)+util[_0x3061a1(0x134)](_0x10518c,_0x80d282));const _0x534517=[];if(_0x10518c&&_0x10518c['parent']){let _0x13b282=_0x10518c[_0x3061a1(0x133)];while(_0x13b282&&_0x13b282['name']&&_0x33b135[_0x3061a1(0x158)](_0x13b282[_0x3061a1(0x20f)],'')&&_0x33b135[_0x3061a1(0x158)](_0x13b282[_0x3061a1(0x20f)],_0x33b135[_0x3061a1(0x190)])){_0x534517[_0x3061a1(0x25b)](_0x13b282[_0x3061a1(0x20f)]),_0x13b282=_0x13b282[_0x3061a1(0x133)];}}return _0x534517[_0x3061a1(0x1f5)]();}[a96_0x5e4a31(0x1a8)](_0x500a97){const _0x1c138c=a96_0x5e4a31,_0x5ce84f={};_0x5ce84f[_0x1c138c(0x17e)]=_0x1c138c(0x27e);const _0x55bca7=_0x5ce84f;if(_0x500a97[_0x1c138c(0x20f)])return _0x500a97[_0x1c138c(0x20f)];if(_0x500a97['title'])return _0x500a97[_0x1c138c(0x12e)];return _0x55bca7[_0x1c138c(0x17e)];}[a96_0x5e4a31(0x160)](_0x1783d0){const _0x42bc93=a96_0x5e4a31,_0x52057c=[];if(_0x1783d0[_0x42bc93(0x218)]&&Array[_0x42bc93(0x155)](_0x1783d0['tags']))return _0x1783d0[_0x42bc93(0x218)]['map'](_0x399213=>_0x399213[_0x42bc93(0x1d4)]('@')?_0x399213['substr'](0x1):_0x399213);const _0x552c79=this[_0x42bc93(0x1a8)](_0x1783d0),_0x2a8788=_0x552c79[_0x42bc93(0x1a7)](/@(\w+)/g);if(_0x2a8788)return _0x2a8788[_0x42bc93(0x102)](_0x33c30f=>_0x33c30f[_0x42bc93(0x1c9)](0x1));return _0x1783d0[_0x42bc93(0x14f)]&&Array[_0x42bc93(0x155)](_0x1783d0[_0x42bc93(0x14f)])&&_0x1783d0[_0x42bc93(0x14f)]['forEach'](_0x3482cc=>{const _0x1dbec6=_0x42bc93,_0x48ac9f=_0x3482cc['match'](/@(\w+)/g);_0x48ac9f&&_0x48ac9f[_0x1dbec6(0xf0)](_0x5c2ffc=>{const _0x123109=_0x1dbec6,_0x78bed0=_0x5c2ffc[_0x123109(0x1c9)](0x1);!_0x52057c[_0x123109(0x154)](_0x78bed0)&&_0x52057c[_0x123109(0x25b)](_0x78bed0);});}),_0x52057c;}['getJestTestFilePath'](_0x148850){const _0x4ba86d=a96_0x5e4a31,_0x749a82={'khPVl':function(_0x357d7a,_0x5cb291){return _0x357d7a(_0x5cb291);}};if(_0x148850[_0x4ba86d(0x1eb)])return _0x148850['file_name'];if(_0x148850['asyncError'])try{const _0x340c69=stackTrace['parse'](_0x148850[_0x4ba86d(0x116)]),_0x479cb6=_0x749a82[_0x4ba86d(0xe9)](pickUserFrameFile,_0x340c69);if(_0x479cb6)return _0x479cb6;logger['debug'](_0x4ba86d(0x21c)+_0x340c69['length']+')');}catch(_0x4b4364){logger[_0x4ba86d(0x228)](_0x4ba86d(0x203)+util[_0x4ba86d(0x1ef)](_0x4b4364));}return null;}[a96_0x5e4a31(0x19a)](_0x4d8902){const _0x5b6813=a96_0x5e4a31,_0x289c66={};_0x289c66['gHEru']=function(_0x70460a,_0x22b9f0){return _0x70460a>_0x22b9f0;},_0x289c66[_0x5b6813(0x259)]=_0x5b6813(0x15a);const _0x46bb50=_0x289c66;if(_0x4d8902['errorsDetailed']&&_0x46bb50[_0x5b6813(0x211)](_0x4d8902[_0x5b6813(0x1b2)][_0x5b6813(0x200)],0x0))return util['inspect'](_0x4d8902[_0x5b6813(0x1b2)][0x0]);if(_0x4d8902[_0x5b6813(0x25e)])return _0x4d8902['failure_reason'];return _0x46bb50[_0x5b6813(0x259)];}[a96_0x5e4a31(0x1f2)](_0x35ebc0){const _0xf9f414=a96_0x5e4a31,_0xe0a15a={};_0xe0a15a[_0xf9f414(0x18d)]=_0xf9f414(0x1d8),_0xe0a15a['xqhhm']=_0xf9f414(0x131),_0xe0a15a[_0xf9f414(0x1d5)]='UnhandledError';const _0x295c04=_0xe0a15a,_0x559d43=this[_0xf9f414(0x19a)](_0x35ebc0);if(_0x559d43&&_0x559d43[_0xf9f414(0x154)](_0x295c04[_0xf9f414(0x18d)]))return _0x295c04[_0xf9f414(0x22f)];return _0x295c04[_0xf9f414(0x1d5)];}['getJestFailureData'](_0x1babd3){const _0x55b219=a96_0x5e4a31,_0x43628b={'rbaKX':function(_0x5e1890,_0x4b3028){return _0x5e1890(_0x4b3028);},'AjDzj':_0x55b219(0xf9),'EjWcd':function(_0x13070c,_0x2be2ec){return _0x13070c!==_0x2be2ec;},'KNqNk':_0x55b219(0x169)},{failureData:_0x2be6b0}=_0x43628b[_0x55b219(0x282)](require,_0x43628b[_0x55b219(0x25c)]),_0x47d93e=[];return _0x43628b[_0x55b219(0x1e5)](_0x1babd3[_0x55b219(0x1b2)],undefined)&&_0x47d93e[_0x55b219(0x25b)](_0x1babd3[_0x55b219(0x1b2)],_0x43628b[_0x55b219(0x222)]),_0x2be6b0[_0x55b219(0x236)](null,_0x47d93e);}async[a96_0x5e4a31(0x24e)](_0xc347b2,_0x3346d0,_0x2c6172,_0x13e874){const _0x5891a9=a96_0x5e4a31,_0x437bf4={'eiGOr':_0x5891a9(0x181),'uueqG':function(_0x5dfba8){return _0x5dfba8();},'DibMN':function(_0x4a1295,_0x173923){return _0x4a1295 in _0x173923;},'vCoLI':function(_0x5dd917,_0x165a3c){return _0x5dd917 in _0x165a3c;},'HkWHR':function(_0x4f2443,_0x33f5c5){return _0x4f2443===_0x33f5c5;},'JXjhM':function(_0x24e5be,_0x1ffefc){return _0x24e5be>_0x1ffefc;},'mTKhT':_0x5891a9(0x27b),'prtHf':_0x5891a9(0x22c),'jyckQ':function(_0x3e861c,_0x3315ba){return _0x3e861c===_0x3315ba;},'CfUrT':_0x5891a9(0x1b7),'btWXB':function(_0x1e0196,_0x364fc1){return _0x1e0196>_0x364fc1;},'MelRA':function(_0x117ff7,_0x245a95){return _0x117ff7===_0x245a95;},'bSzZb':function(_0x133582,_0x59d49f){return _0x133582!==_0x59d49f;}},{hookData:_0x34cec7}=_0x13e874,_0x193e4d=_0x2c6172[_0x5891a9(0x1cb)](),_0x3f6d93=_0x3346d0[_0x5891a9(0x1cb)](),_0x298ceb={};_0x298ceb['depth']=0x2,_0x298ceb[_0x5891a9(0x1cd)]=0x3,logger[_0x5891a9(0x228)](_0x5891a9(0x252)+_0x3f6d93+',\x20hookState='+_0x193e4d+_0x5891a9(0x1ab)+util[_0x5891a9(0x134)](_0x34cec7,_0x298ceb));if(!_0x34cec7)return logger[_0x5891a9(0x228)](_0x437bf4[_0x5891a9(0x15c)]),{};const _0x17dcf4=_0x34cec7[_0x5891a9(0x122)]||_0x34cec7[_0x5891a9(0x242)]||_0x437bf4[_0x5891a9(0x170)](uuidv4),_0x4c5aa6=_0x34cec7['test_run_id']||this[_0x5891a9(0x1bd)](_0x34cec7),_0x24ed11=_0x3346d0[_0x5891a9(0x1cb)]()['split']('.')[0x1],_0x4e2c61=_0xc347b2['getAllData']()['get'](_0x4c5aa6),_0x20f6d9=_0x4e2c61?_0x4e2c61[TestFrameworkConstants[_0x5891a9(0x1b0)]]||{}:{};logger[_0x5891a9(0x228)](_0x5891a9(0x19c)+_0x17dcf4+_0x5891a9(0x231)+_0x4c5aa6+'\x20(testIdentifier),\x20hookType='+_0x24ed11+',\x20hookState='+_0x193e4d);if(!_0x4e2c61)return logger['debug'](_0x5891a9(0xf2)+_0x4c5aa6+_0x5891a9(0x1b4)),this[_0x5891a9(0x1f6)](_0xc347b2,_0x4c5aa6,_0x3346d0,_0x2c6172,_0x13e874),{};let _0x2f8c72=_0x4e2c61[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x2f8c72&&(_0x2f8c72={});!_0x437bf4[_0x5891a9(0x178)](_0x24ed11,_0x2f8c72)&&(_0x2f8c72[_0x24ed11]=[]);let _0x25cd6f=_0x4e2c61[TestFrameworkConstants[_0x5891a9(0x1da)]];!_0x25cd6f&&(_0x25cd6f={});!_0x437bf4['vCoLI'](_0x24ed11,_0x25cd6f)&&(_0x25cd6f[_0x24ed11]=[]);const _0xda6b3e={[_0x4c5aa6]:{[TestFrameworkConstants[_0x5891a9(0x1b1)]]:_0x2f8c72,[TestFrameworkConstants[_0x5891a9(0x1da)]]:_0x25cd6f,[TestFrameworkConstants[_0x5891a9(0x270)]]:this[_0x5891a9(0x1b5)]()[0x0]||'',[TestFrameworkConstants[_0x5891a9(0x206)]]:this[_0x5891a9(0x142)]()[this[_0x5891a9(0x1b5)]()[0x0]]||''}};if(_0x437bf4[_0x5891a9(0x279)](_0x2c6172,HookState['PRE'])){const _0x57d2ed={'key':_0x24ed11,[TestFrameworkConstants[_0x5891a9(0x21b)]]:_0x17dcf4,[TestFrameworkConstants[_0x5891a9(0x22e)]]:TestFrameworkConstants[_0x5891a9(0x217)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:_0x34cec7[_0x5891a9(0x167)]||new Date()[_0x5891a9(0x172)](),[TestFrameworkConstants[_0x5891a9(0x14b)]]:[],[TestFrameworkConstants[_0x5891a9(0x281)]]:_0x34cec7[_0x5891a9(0x20f)]||_0x34cec7['hook_type']||_0x24ed11,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x20f6d9};_0x2f8c72[_0x24ed11][_0x5891a9(0x25b)](_0x57d2ed),_0xda6b3e[_0x4c5aa6][TestFrameworkConstants[_0x5891a9(0x254)]]=_0x24ed11;const _0x46c0d7={};_0x46c0d7[_0x5891a9(0x130)]=0x2,logger[_0x5891a9(0x228)](_0x5891a9(0x192)+_0x24ed11+_0x5891a9(0x135)+_0x17dcf4+_0x5891a9(0x231)+_0x4c5aa6+_0x5891a9(0x20a)+util[_0x5891a9(0x134)](_0x57d2ed,_0x46c0d7));}else{if(_0x437bf4[_0x5891a9(0x279)](_0x2c6172,HookState[_0x5891a9(0x225)])){const _0xe69c=_0x34cec7[_0x5891a9(0x13f)]||(_0x34cec7[_0x5891a9(0x1b2)]&&_0x437bf4[_0x5891a9(0x105)](_0x34cec7[_0x5891a9(0x1b2)][_0x5891a9(0x200)],0x0)?_0x437bf4[_0x5891a9(0x24f)]:_0x437bf4[_0x5891a9(0x180)]),_0x39da0a=_0x2f8c72[_0x24ed11]||[];logger[_0x5891a9(0x228)](_0x5891a9(0x27f)+_0x24ed11+',\x20testId='+_0x4c5aa6+',\x20result='+_0xe69c+_0x5891a9(0x146)+_0x39da0a[_0x5891a9(0x200)]);if(_0x437bf4[_0x5891a9(0x212)](_0x39da0a[_0x5891a9(0x200)],0x0)&&_0x437bf4['HkWHR'](_0x3346d0,TestFrameworkState['BEFORE_ALL']))return logger[_0x5891a9(0x228)](_0x437bf4[_0x5891a9(0x1db)]),this[_0x5891a9(0x1f6)](_0xc347b2,_0x4c5aa6,_0x3346d0,_0x2c6172,_0x13e874),{};if(_0x437bf4[_0x5891a9(0x11d)](_0x39da0a[_0x5891a9(0x200)],0x0)){const _0x57c94e=_0x39da0a['pop']();_0x437bf4[_0x5891a9(0x1fe)](_0xe69c,_0x437bf4[_0x5891a9(0x24f)])&&_0x34cec7[_0x5891a9(0x1b2)]?(_0x57c94e[TestFrameworkConstants[_0x5891a9(0x1a6)]]=this['getJestFailureType'](_0x34cec7),_0x57c94e[TestFrameworkConstants[_0x5891a9(0x11e)]]=this[_0x5891a9(0x19a)](_0x34cec7),_0x57c94e[TestFrameworkConstants[_0x5891a9(0x1fa)]]=this[_0x5891a9(0x23c)](_0x34cec7),logger[_0x5891a9(0x228)](_0x5891a9(0x24b)+_0x24ed11+_0x5891a9(0x1ad)+_0x57c94e[TestFrameworkConstants[_0x5891a9(0x1a6)]]+',\x20failureReason='+_0x57c94e[TestFrameworkConstants[_0x5891a9(0x11e)]]?.[_0x5891a9(0x16f)](0x0,0xc8))):_0x57c94e[TestFrameworkConstants[_0x5891a9(0x22e)]]=_0x437bf4['prtHf'];_0x437bf4[_0x5891a9(0x260)](_0xe69c,TestFrameworkConstants[_0x5891a9(0x217)])&&(_0x57c94e[TestFrameworkConstants[_0x5891a9(0x22e)]]=_0xe69c);_0x57c94e[TestFrameworkConstants[_0x5891a9(0x151)]]=_0x34cec7['finished_at']||new Date()['toISOString'](),_0x57c94e[TestFrameworkConstants[_0x5891a9(0x1b0)]]=_0x20f6d9;const _0x45c90c=_0x57c94e[TestFrameworkConstants[_0x5891a9(0x21b)]];!_0x25cd6f[_0x24ed11]&&(_0x25cd6f[_0x24ed11]=[]);_0x25cd6f[_0x24ed11]['push'](_0x57c94e),_0xda6b3e[_0x4c5aa6][TestFrameworkConstants[_0x5891a9(0x184)]]=_0x24ed11;const _0x2a07d5={};_0x2a07d5[_0x5891a9(0x130)]=0x2,logger[_0x5891a9(0x228)](_0x5891a9(0x1e3)+_0x24ed11+',\x20hookId='+_0x45c90c+_0x5891a9(0x13c)+_0xe69c+',\x20hook='+util[_0x5891a9(0x134)](_0x57c94e,_0x2a07d5));}}}return _0xda6b3e;}[a96_0x5e4a31(0x1a3)](_0x361c32){const _0x4c56b3=a96_0x5e4a31,_0x3f11b3={};_0x3f11b3['WUrTV']='base64';const _0xeabd71=_0x3f11b3;try{const _0x4cf746=_0x361c32[_0x4c56b3(0x169)]?this[_0x4c56b3(0x1bd)](_0x361c32[_0x4c56b3(0x169)]):_0x361c32[_0x4c56b3(0x11b)]['test_run_id'],_0x5bc171=_0x361c32['instance'],_0x145592=_0x5bc171[_0x4c56b3(0x239)](),_0x3edcc5=_0x5bc171['getAllData']()[_0x4c56b3(0x10a)](_0x4cf746);if(!_0x3edcc5)return logger['debug'](_0x4c56b3(0x1e1)+_0x4cf746),{};const {[TestFrameworkConstants[_0x4c56b3(0x270)]]:_0x56b70e=this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x4c56b3(0x206)]]:_0x58be58=this[_0x4c56b3(0x142)]()[this['getTestFrameworks']()[0x0]]||'',[TestFrameworkConstants[_0x4c56b3(0x16d)]]:_0x353ebf='',[TestFrameworkConstants[_0x4c56b3(0x1ea)]]:_0x2c6f16=''}=_0x3edcc5,_0x5ec79e=_0x5bc171[_0x4c56b3(0x1bb)]()[_0x4c56b3(0x1cb)]()[_0x4c56b3(0x13d)]('.')[0x1],_0x347cca=_0x5bc171[_0x4c56b3(0x14e)]()[_0x4c56b3(0x1cb)]()['split']('.')[0x1],_0x26e7d7=global?.[_0x4c56b3(0x1de)]?.[_0x4c56b3(0x1f8)]?.[_0x4c56b3(0x20b)]||global[_0x4c56b3(0x149)]||0x0,_0x35aa06=_0x5bc171[_0x4c56b3(0x1b6)](),_0x533860=Buffer[_0x4c56b3(0xe3)](JSON[_0x4c56b3(0xf1)](_0x3edcc5))['toString'](_0xeabd71[_0x4c56b3(0x177)]),_0x37db60={'hash':_0x145592[_0x4c56b3(0x128)](),'threadId':_0x145592[_0x4c56b3(0x1ee)]()['toString'](),'processId':_0x145592[_0x4c56b3(0xfe)]()[_0x4c56b3(0x1cb)]()},_0xd65295={};_0xd65295['platformIndex']=_0x26e7d7,_0xd65295[_0x4c56b3(0x14c)]=_0x56b70e,_0xd65295[_0x4c56b3(0x182)]=_0x58be58,_0xd65295[_0x4c56b3(0x1e7)]=_0x5ec79e,_0xd65295[_0x4c56b3(0x232)]=_0x347cca,_0xd65295[_0x4c56b3(0xe6)]=_0x353ebf,_0xd65295['endedAt']=_0x2c6f16,_0xd65295[_0x4c56b3(0x122)]=_0x35aa06,_0xd65295['eventJson']=_0x533860,_0xd65295[_0x4c56b3(0x256)]=_0x37db60,_0xd65295[_0x4c56b3(0x1bf)]=_0x4cf746;const _0x5d4299=_0xd65295;return _0x5d4299;}catch(_0x41ddac){return logger[_0x4c56b3(0x145)](_0x4c56b3(0x1d1)+util['format'](_0x41ddac)),{};}}async[a96_0x5e4a31(0x156)](_0x42b8ad,_0x82f26a,_0x421c95){const _0x2e6958=a96_0x5e4a31,_0x214d06={'FZvla':function(_0x2a5e0a,_0x753837){return _0x2a5e0a+_0x753837;},'mFzLq':_0x2e6958(0x17b),'ZOvuI':_0x2e6958(0x229),'oqXts':function(_0x560d5b,_0x12be6f){return _0x560d5b>_0x12be6f;},'fBaDO':function(_0xa62620,_0xe58bd1,_0x1ae601,_0x163ab6){return _0xa62620(_0xe58bd1,_0x1ae601,_0x163ab6);},'lmQeq':function(_0x4f1396,_0x3c84ff){return _0x4f1396-_0x3c84ff;},'OIimt':function(_0x21e8aa,_0x34e9ae){return _0x21e8aa===_0x34e9ae;},'LktoE':function(_0x8ee35d,_0x5bf526){return _0x8ee35d/_0x5bf526;},'iMeMI':function(_0xb4ece4,_0x202580){return _0xb4ece4<_0x202580;},'dUnMr':function(_0x33d898,_0x5ca178){return _0x33d898*_0x5ca178;},'OawcL':function(_0x2ff1d,_0x541107){return _0x2ff1d+_0x541107;},'moFBG':function(_0x7d16cc,_0x467a89){return _0x7d16cc>_0x467a89;}};try{const _0x5c93e4=_0x421c95[_0x2e6958(0x24c)]||_0x421c95['testId'],_0x46d84a=Array[_0x2e6958(0xe3)](_0x42b8ad[_0x2e6958(0x1b3)]()[_0x2e6958(0x186)]()),_0x5013de=_0x42b8ad['getAllData']()[_0x2e6958(0x10a)](_0x5c93e4);if(!_0x5013de){logger[_0x2e6958(0x228)](_0x2e6958(0x1fd)+_0x5c93e4);return;}const {[TestFrameworkConstants[_0x2e6958(0x270)]]:_0x3c5839='',[TestFrameworkConstants[_0x2e6958(0x206)]]:_0x34df44=''}=_0x5013de;let _0x2b84fb=[];_0x5013de&&_0x5013de[TestFrameworkConstants['KEY_LOGS']]&&Array[_0x2e6958(0x155)](_0x5013de[TestFrameworkConstants['KEY_LOGS']])?(_0x2b84fb=_0x5013de[TestFrameworkConstants['KEY_LOGS']]||[],logger[_0x2e6958(0x228)](_0x2e6958(0x250)+_0x2b84fb[_0x2e6958(0x200)]+'\x20logs\x20for\x20testId:\x20'+_0x5c93e4),_0x42b8ad[_0x2e6958(0x21d)]({[_0x5c93e4]:{[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants[_0x2e6958(0x270)]]:this[_0x2e6958(0x1b5)]()[0x0]||'',[TestFrameworkConstants[_0x2e6958(0x206)]]:this[_0x2e6958(0x142)]()[this['getTestFrameworks']()[0x0]]||''}}),logger[_0x2e6958(0x228)](_0x2e6958(0x216)+_0x5c93e4)):logger[_0x2e6958(0x228)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x5c93e4);logger[_0x2e6958(0x228)](_0x2e6958(0x20d)+_0x2b84fb['length']+_0x2e6958(0x238)+_0x5c93e4);const _0x4d60b5=_0x2b84fb[_0x2e6958(0x248)](_0x3366e0=>_0x3366e0[_0x2e6958(0x10d)]===_0x2e6958(0x193));_0x214d06[_0x2e6958(0x189)](_0x4d60b5[_0x2e6958(0x200)],0x0)&&(logger[_0x2e6958(0x228)](_0x2e6958(0x215)+_0x4d60b5[_0x2e6958(0x200)]+'\x20screenshot\x20logs\x20for\x20testId:\x20'+_0x5c93e4),_0x4d60b5[_0x2e6958(0xf0)]((_0x26616d,_0x347fc6)=>{const _0x172eb8=_0x2e6958;logger[_0x172eb8(0x228)](_0x172eb8(0x1c6)+_0x214d06[_0x172eb8(0x183)](_0x347fc6,0x1)+'/'+_0x4d60b5[_0x172eb8(0x200)]+'\x20-\x20test_identifier='+(_0x26616d['test_identifier']||_0x214d06[_0x172eb8(0x214)])+',\x20test_run_uuid='+(_0x26616d[_0x172eb8(0xfb)]||_0x214d06[_0x172eb8(0x214)])+_0x172eb8(0x251)+(_0x26616d[_0x172eb8(0x26b)]||_0x214d06[_0x172eb8(0x196)])+_0x172eb8(0x195)+(_0x26616d[_0x172eb8(0x277)]?.[_0x172eb8(0x200)]||0x0));}));const _0x195f4e=_0x5013de[TestFrameworkConstants[_0x2e6958(0x273)]]||{},_0x5c5576=_0x214d06[_0x2e6958(0x23e)](getMediaArtifactsLogs,_0x195f4e,null,_0x5c93e4),_0x20e13f=(_0x2b84fb||[])[_0x2e6958(0x230)](_0x5c5576||[]),_0xe3e207=_0x4d60b5?.['length']||0x0,_0x275f8b=_0x214d06[_0x2e6958(0xf6)](_0x2b84fb?.[_0x2e6958(0x200)]||0x0,_0xe3e207);logger['debug'](_0x2e6958(0x127)+_0x5c93e4+_0x2e6958(0x247)+_0x275f8b+_0x2e6958(0x103)+_0xe3e207+',\x20attachmentLogs:\x20'+(_0x5c5576?.[_0x2e6958(0x200)]||0x0)+',\x20totalLogs:\x20'+_0x20e13f['length']);if(!_0x20e13f||_0x214d06[_0x2e6958(0x227)](_0x20e13f[_0x2e6958(0x200)],0x0)){logger[_0x2e6958(0x228)](_0x2e6958(0x100)+_0x5c93e4);return;}const _0x19de13=0x28,_0x337540=Math[_0x2e6958(0x1c2)](_0x214d06[_0x2e6958(0x22d)](_0x20e13f[_0x2e6958(0x200)],_0x19de13));for(let _0x3ed247=0x0;_0x214d06[_0x2e6958(0x1c1)](_0x3ed247,_0x337540);_0x3ed247++){const _0xdf2817=_0x214d06[_0x2e6958(0x164)](_0x3ed247,_0x19de13),_0x376c63=_0x214d06[_0x2e6958(0x183)](_0xdf2817,_0x19de13),_0x1cf148=_0x20e13f['slice'](_0xdf2817,_0x376c63),_0xade992=global?.['browserstackPlatformIndex']??0x0,_0x47a76b={'platformIndex':_0xade992,'logs':_0x1cf148,'testFrameworkName':_0x3c5839,'testFrameworkVersion':_0x34df44,'testFrameworkState':_0x82f26a[_0x2e6958(0x1cb)]()['split']('.')[0x1]},_0x2e91fe={};_0x2e91fe[_0x2e6958(0x130)]=0x3,_0x2e91fe[_0x2e6958(0x1cd)]=0x5,logger[_0x2e6958(0x228)](_0x2e6958(0x243)+_0x214d06['FZvla'](_0x3ed247,0x1)+'/'+_0x337540+_0x2e6958(0x19b)+_0x5c93e4+_0x2e6958(0x1a9)+_0x1cf148['length']+',\x20platformIndex:\x20'+_0xade992+',\x20payload:\x20'+util[_0x2e6958(0x134)](_0x47a76b,_0x2e91fe));const _0xd142df=await GrpcClient['getInstance']()[_0x2e6958(0x209)](_0x47a76b);logger[_0x2e6958(0x228)](_0x2e6958(0x243)+_0x214d06[_0x2e6958(0x226)](_0x3ed247,0x1)+'/'+_0x337540+_0x2e6958(0x19b)+_0x5c93e4+_0x2e6958(0xe4)+util[_0x2e6958(0x134)](_0xd142df));}_0x5c5576&&_0x214d06['moFBG'](_0x5c5576['length'],0x0)&&_0x5013de[TestFrameworkConstants[_0x2e6958(0x273)]]&&_0x42b8ad[_0x2e6958(0x21d)]({[_0x5c93e4]:{[TestFrameworkConstants[_0x2e6958(0x273)]]:{},[TestFrameworkConstants[_0x2e6958(0x270)]]:this[_0x2e6958(0x1b5)]()[0x0]||'',[TestFrameworkConstants[_0x2e6958(0x206)]]:this['getTestFrameworksVersions']()[this[_0x2e6958(0x1b5)]()[0x0]]||''}}),logger[_0x2e6958(0x228)](_0x2e6958(0xf7)+_0x5c93e4+',\x20totalBatches:\x20'+_0x337540);}catch(_0x1d20e7){logger[_0x2e6958(0x145)](_0x2e6958(0x1df)+(_0x421c95['testUUID']||_0x421c95['testId'])+_0x2e6958(0x272)+util[_0x2e6958(0x1ef)](_0x1d20e7));}}['storePendingHook'](_0x3adc91,_0x3c20ce,_0x49d6b6,_0x37ba05,_0x11b44b){const _0x2f5171=a96_0x5e4a31,_0xe9c20c={};_0xe9c20c[_0x2f5171(0x1ff)]=function(_0x33ce02,_0x4bccdb){return _0x33ce02===_0x4bccdb;},_0xe9c20c['Hxwcq']='beforeAll';const _0x48b37c=_0xe9c20c,{hookData:_0x243af0}=_0x11b44b,_0x4aa7bc={'testId':_0x3c20ce,'testFrameworkState':_0x49d6b6,'hookState':_0x37ba05,'args':_0x11b44b,'timestamp':new Date()[_0x2f5171(0x172)]()};if(_0x48b37c[_0x2f5171(0x1ff)](_0x49d6b6,TestFrameworkState[_0x2f5171(0x1af)])&&_0x243af0){const _0x36c063={};_0x36c063['filePath']=_0x243af0['file_name']||_0x243af0[_0x2f5171(0x235)],_0x36c063[_0x2f5171(0x10b)]=_0x243af0[_0x2f5171(0x10b)]||_0x243af0['scopes']&&_0x243af0[_0x2f5171(0x14f)][0x0]||'',_0x36c063['hookType']=_0x48b37c[_0x2f5171(0x268)],_0x4aa7bc[_0x2f5171(0x175)]=_0x36c063,logger[_0x2f5171(0x228)]('[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20'+_0x3c20ce+_0x2f5171(0x132)+_0x4aa7bc[_0x2f5171(0x175)][_0x2f5171(0xfc)]+_0x2f5171(0x13b)+_0x4aa7bc[_0x2f5171(0x175)][_0x2f5171(0x10b)]);}_0x3adc91[_0x2f5171(0x1dd)](_0x3c20ce,_0x4aa7bc),logger[_0x2f5171(0x228)](_0x2f5171(0x165)+_0x3c20ce+',\x20state:\x20'+_0x49d6b6+_0x2f5171(0x27a)+_0x37ba05);}async[a96_0x5e4a31(0x17d)](_0x1cd9d7,_0x1e712b){const _0x543811=a96_0x5e4a31,_0x34baac={};_0x34baac['NbAMH']=function(_0x58d746,_0x77a201){return _0x58d746>_0x77a201;},_0x34baac[_0x543811(0x1ca)]=function(_0x1df1d8,_0x287e1c){return _0x1df1d8===_0x287e1c;},_0x34baac[_0x543811(0x16b)]=function(_0x3da3af,_0x4161f2){return _0x3da3af===_0x4161f2;},_0x34baac[_0x543811(0x1e2)]=function(_0x19203d,_0x1e5154){return _0x19203d===_0x1e5154;},_0x34baac[_0x543811(0x262)]=_0x543811(0x123);const _0x3eaa44=_0x34baac;if(_0x1cd9d7[_0x543811(0x27d)](_0x1e712b)){const _0x1bc843=_0x1cd9d7[_0x543811(0xf5)](_0x1e712b);logger[_0x543811(0x228)](_0x543811(0x125)+_0x1bc843[_0x543811(0x200)]+_0x543811(0x26c)+_0x1e712b);for(const _0x2ad23d of _0x1bc843){try{const _0x14fb66=await this[_0x543811(0x24e)](_0x1cd9d7,_0x2ad23d[_0x543811(0x1e7)],_0x2ad23d[_0x543811(0x232)],_0x2ad23d[_0x543811(0xe0)]);_0x14fb66&&_0x3eaa44['NbAMH'](Object[_0x543811(0x186)](_0x14fb66)[_0x543811(0x200)],0x0)&&_0x1cd9d7[_0x543811(0x21d)](_0x14fb66),await this[_0x543811(0x124)](_0x1cd9d7,_0x2ad23d[_0x543811(0x1e7)],_0x2ad23d[_0x543811(0x232)],_0x2ad23d[_0x543811(0xe0)]);}catch(_0x1821d5){logger['error'](_0x543811(0x18f)+_0x1e712b+_0x543811(0x272)+_0x1821d5);}}_0x1cd9d7['removePendingHooks'](_0x1e712b),logger['debug'](_0x543811(0x1ae)+_0x1e712b);}const _0x19f007=_0x1cd9d7[_0x543811(0x1b3)]()['get'](_0x1e712b);if(_0x19f007){const _0x18ee23=_0x19f007[TestFrameworkConstants['KEY_TEST_FILE_PATH']]||_0x19f007[TestFrameworkConstants[_0x543811(0x19e)]],_0x51434f=_0x19f007[TestFrameworkConstants[_0x543811(0x21a)]]||_0x19f007[TestFrameworkConstants['KEY_TEST_SCOPES']]&&_0x19f007[TestFrameworkConstants['KEY_TEST_SCOPES']][0x0]||'';logger[_0x543811(0x228)]('[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20'+_0x18ee23+_0x543811(0x13b)+_0x51434f);const _0x3864eb=_0x1cd9d7[_0x543811(0x198)]();for(const _0x15ae55 of _0x3864eb){if(_0x3eaa44['ZENbl'](_0x15ae55,_0x1e712b))continue;if(_0x1cd9d7['hasPendingHooks'](_0x15ae55)){const _0x4ad0eb=_0x1cd9d7[_0x543811(0xf5)](_0x15ae55);for(const _0x373a6b of _0x4ad0eb){if(_0x3eaa44['ZENbl'](_0x373a6b[_0x543811(0x1e7)],TestFrameworkState[_0x543811(0x1af)])&&_0x373a6b[_0x543811(0x175)]){const _0x11e623=_0x373a6b[_0x543811(0x175)]['filePath'],_0x8c10b7=_0x373a6b['hookMetadata']['scope'];if(_0x3eaa44[_0x543811(0x16b)](_0x11e623,_0x18ee23)&&_0x3eaa44[_0x543811(0x16b)](_0x8c10b7,_0x51434f)){logger['debug'](_0x543811(0x26f)+_0x15ae55+_0x543811(0x264)+_0x1e712b+',\x20filePath:\x20'+_0x11e623+_0x543811(0x13b)+_0x8c10b7);_0x373a6b[_0x543811(0xe0)]&&_0x373a6b[_0x543811(0xe0)]['hookData']&&(_0x373a6b['args'][_0x543811(0x11b)][_0x543811(0x171)]=_0x1e712b,logger[_0x543811(0x228)](_0x543811(0x194)+_0x15ae55+'\x20to\x20'+_0x1e712b));try{const _0x3af38a=await this[_0x543811(0x24e)](_0x1cd9d7,_0x373a6b[_0x543811(0x1e7)],_0x373a6b['hookState'],_0x373a6b[_0x543811(0xe0)]);_0x3af38a&&_0x3eaa44[_0x543811(0x265)](Object['keys'](_0x3af38a)['length'],0x0)&&_0x1cd9d7[_0x543811(0x21d)](_0x3af38a);await this[_0x543811(0x124)](_0x1cd9d7,_0x373a6b[_0x543811(0x1e7)],_0x373a6b['hookState'],_0x373a6b[_0x543811(0xe0)]);const _0x5ae6d5=_0x1cd9d7[_0x543811(0xf5)](_0x15ae55)[_0x543811(0x248)](_0xe671b0=>_0xe671b0!==_0x373a6b);if(_0x3eaa44['fFCqR'](_0x5ae6d5[_0x543811(0x200)],0x0))_0x1cd9d7[_0x543811(0xe5)](_0x15ae55);else{_0x1cd9d7[_0x543811(0xe5)](_0x15ae55);for(const _0x23cedd of _0x5ae6d5){_0x1cd9d7[_0x543811(0x1dd)](_0x15ae55,_0x23cedd);}}logger[_0x543811(0x228)](_0x3eaa44[_0x543811(0x262)]);}catch(_0x504909){logger[_0x543811(0x145)](_0x543811(0x106)+_0x1e712b+_0x543811(0x272)+_0x504909);}}}}}}}}['mapTestHooks'](_0x5ab42f){const _0x5b091e=a96_0x5e4a31,_0x2ecd2a={'qXkdR':function(_0x47d29a){return _0x47d29a();}};if(!_0x5ab42f||!_0x5ab42f[_0x5b091e(0x133)])return;_0x5ab42f[_0x5b091e(0x133)][_0x5b091e(0x136)]&&Array[_0x5b091e(0x155)](_0x5ab42f['parent'][_0x5b091e(0x136)])&&_0x5ab42f[_0x5b091e(0x133)][_0x5b091e(0x136)][_0x5b091e(0xf0)](_0x214ea6=>{const _0x11986e=_0x5b091e;!_0x214ea6[_0x11986e(0x242)]&&!_0x214ea6[_0x11986e(0x144)]&&(_0x214ea6[_0x11986e(0x242)]=_0x2ecd2a[_0x11986e(0x267)](uuidv4),_0x214ea6[_0x11986e(0x144)]=_0x214ea6[_0x11986e(0x242)],logger[_0x11986e(0x228)](_0x11986e(0x14a)+_0x214ea6['type']+_0x11986e(0x12b)+_0x214ea6[_0x11986e(0x242)]));}),this[_0x5b091e(0x253)](_0x5ab42f[_0x5b091e(0x133)]);}[a96_0x5e4a31(0x13e)](_0xa8df5){const _0x511e20=a96_0x5e4a31,_0x51a86d={'pYoGW':function(_0xcd8b60,_0x18d93c){return _0xcd8b60(_0x18d93c);}};if(!_0xa8df5||!_0xa8df5[_0x511e20(0x133)])return[];const _0x27b897=[];return _0xa8df5[_0x511e20(0x133)][_0x511e20(0x136)]&&Array[_0x511e20(0x155)](_0xa8df5['parent']['hooks'])&&_0xa8df5[_0x511e20(0x133)][_0x511e20(0x136)][_0x511e20(0xf0)](_0x456db2=>{const _0x3e760f=_0x511e20,_0xb96d53=_0x456db2[_0x3e760f(0x242)]||_0x456db2[_0x3e760f(0x144)];_0xb96d53&&!this[_0x3e760f(0x150)](_0x456db2)&&!_0x51a86d[_0x3e760f(0x166)](isInternalHook,_0x456db2['fn'])&&_0x27b897['push'](_0xb96d53);}),[..._0x27b897,...this[_0x511e20(0x13e)](_0xa8df5[_0x511e20(0x133)])];}[a96_0x5e4a31(0x168)](_0x4247c2){const _0xa27273=a96_0x5e4a31,_0x1c88e1={'DKGmG':function(_0x1c3411,_0x539f2f){return _0x1c3411(_0x539f2f);},'hTaCn':_0xa27273(0x1e6),'PZKmE':function(_0x4103de,_0x3ff6d1){return _0x4103de(_0x3ff6d1);}},_0x263944=new Map(),_0x2a6605=_0x1a94f2=>{const _0x444613=_0xa27273;if(!_0x1a94f2||!_0x1a94f2[_0x444613(0x133)])return;_0x1a94f2[_0x444613(0x133)][_0x444613(0x136)]&&Array[_0x444613(0x155)](_0x1a94f2[_0x444613(0x133)][_0x444613(0x136)])&&_0x1a94f2[_0x444613(0x133)][_0x444613(0x136)][_0x444613(0xf0)](_0x1d7b86=>{const _0x232387=_0x444613,_0x4b4298=_0x1d7b86[_0x232387(0x242)]||_0x1d7b86[_0x232387(0x144)];if(_0x4b4298&&!this[_0x232387(0x150)](_0x1d7b86)&&!_0x1c88e1[_0x232387(0x1d9)](isInternalHook,_0x1d7b86['fn'])){const _0x16cc21={};_0x16cc21[_0x232387(0x19f)]=_0x1d7b86[_0x232387(0x19f)]||_0x1c88e1[_0x232387(0x15e)],_0x16cc21[_0x232387(0x20f)]=_0x1d7b86[_0x232387(0x20f)]||'\x22'+_0x1d7b86['type']+_0x232387(0x16c),_0x263944[_0x232387(0x113)](_0x4b4298,_0x16cc21);}}),_0x1c88e1[_0x444613(0x1cf)](_0x2a6605,_0x1a94f2[_0x444613(0x133)]);};return _0x1c88e1[_0xa27273(0x1cf)](_0x2a6605,_0x4247c2),_0x263944;}[a96_0x5e4a31(0x150)](_0x416df8){const _0x1599ef=a96_0x5e4a31,_0x4f2518={};_0x4f2518[_0x1599ef(0x22a)]='jest-circus',_0x4f2518[_0x1599ef(0x275)]='[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}';const _0x3c0d5e=_0x4f2518;try{const _0x1f503b=this[_0x1599ef(0x10f)](_0x416df8);if(!_0x1f503b||_0x1f503b['includes'](_0x3c0d5e[_0x1599ef(0x22a)]))return!![];return![];}catch(_0xe6b040){logger[_0x1599ef(0x228)](_0x3c0d5e[_0x1599ef(0x275)]);}return![];}['getRootParentFile'](_0x167c65){const _0x3d9279=a96_0x5e4a31,_0x41588c={'lqlTf':function(_0x204eef,_0x514284){return _0x204eef(_0x514284);}};if(_0x167c65[_0x3d9279(0x283)])return _0x167c65[_0x3d9279(0x283)];if(_0x167c65['asyncError'])try{const _0x52d259=stackTrace[_0x3d9279(0x1fc)](_0x167c65['asyncError']),_0x51571f=_0x41588c[_0x3d9279(0x255)](pickUserFrameFile,_0x52d259);if(_0x51571f)return _0x51571f;logger[_0x3d9279(0x228)]('[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length='+_0x52d259[_0x3d9279(0x200)]+')');}catch(_0x587da8){logger[_0x3d9279(0x228)](_0x3d9279(0x237)+util[_0x3d9279(0x1ef)](_0x587da8));}return null;}}module[a96_0x5e4a31(0x1c8)]=JestTestFramework;
@@ -1 +1 @@
1
- const a97_0x441c22=a97_0x51e5;function a97_0x3b3d(){const _0xeef024=['createContext','237596FSPSWO','getThreadId','format','getTestFrameworks','getTrackedInstance','createTestFrameworkEventPayload','stringify','KEY_TEST_FAILURE_REASON','KEY_TEST_FAILURE','KEY_HOOKS_STARTED','getTestFrameworksVersions','from','error','getProcessId','TEST','tags','custom_metadata','trackEvent','KEY_TEST_RESULT','KEY_TEST_FRAMEWORK_NAME','DEFAULT_TEST_RESULT','debug','../state/hookState.js','2178045dTTprf','path','file_path','getCurrentInstanceName','70bpgVje','KEY_TEST_FAILURE_TYPE','name','315468HjEPDa','NewmanTestFramework','6SpeMGE','KEY_TEST_FRAMEWORK_VERSION','2CEATUZ','getContext','exports','KEY_CUSTOM_TAGS','546030DhYxyw','addMultipleEntries','./testFramework','KEY_TEST_LOGS','../../../helpers/classLogger.js','Jgwzy','test','base64','234pbRvjX','KEY_TEST_UUID','get','KEY_TEST_LOCATION','location','uuid','\x20hook=','toISOString','7FltMNl','4663184TTXEKL','8QhJemD','KEY_TEST_META','KEY_TEST_SCOPES','ViBAB','parseNewmanTest','getAllData','parseNewmanTestResult','PRE','KEY_TEST_TAGS','createTestFrameworkEventPayload:\x20error=','result','KEY_TEST_STARTED_AT','getCurrentTestState','meta','KEY_HOOKS_FINISHED','./constants/testFrameworkConstants.js','KEY_TEST_SCOPE','KEY_TEST_ID','pending','trackEvent:\x20state=','instance','../state/testFrameworkState.js','KEY_TEST_RERUN_NAME','NONE','6717810zCRpaU','336321LTfXZP','../cliUtils.js','../instances/testFrameworkInstance.js','resolveInstance','toString','KEY_TEST_ENDED_AT','KEY_TEST_NAME'];a97_0x3b3d=function(){return _0xeef024;};return a97_0x3b3d();}(function(_0x468858,_0x5c94b6){const _0x1c1c9b=a97_0x51e5,_0x1cf600=_0x468858();while(!![]){try{const _0x53eb40=parseInt(_0x1c1c9b(0x13c))/0x1*(parseInt(_0x1c1c9b(0x15e))/0x2)+parseInt(_0x1c1c9b(0x162))/0x3*(parseInt(_0x1c1c9b(0x11b))/0x4)+parseInt(_0x1c1c9b(0x153))/0x5*(parseInt(_0x1c1c9b(0x15c))/0x6)+parseInt(_0x1c1c9b(0x172))/0x7*(-parseInt(_0x1c1c9b(0x11a))/0x8)+parseInt(_0x1c1c9b(0x134))/0x9*(-parseInt(_0x1c1c9b(0x157))/0xa)+parseInt(_0x1c1c9b(0x133))/0xb+-parseInt(_0x1c1c9b(0x15a))/0xc*(parseInt(_0x1c1c9b(0x16a))/0xd);if(_0x53eb40===_0x5c94b6)break;else _0x1cf600['push'](_0x1cf600['shift']());}catch(_0x3e4dde){_0x1cf600['push'](_0x1cf600['shift']());}}}(a97_0x3b3d,0x50a0c));function a97_0x51e5(_0x52feb5,_0x4ac3ef){const _0x3b3db1=a97_0x3b3d();return a97_0x51e5=function(_0x51e5ec,_0x17a76f){_0x51e5ec=_0x51e5ec-0x11a;let _0x7b669=_0x3b3db1[_0x51e5ec];return _0x7b669;},a97_0x51e5(_0x52feb5,_0x4ac3ef);}const path=require(a97_0x441c22(0x154)),TestFramework=require(a97_0x441c22(0x164)),TestFrameworkState=require(a97_0x441c22(0x130)),HookState=require(a97_0x441c22(0x152)),{createClassLogger}=require(a97_0x441c22(0x166)),TestFrameworkInstance=require(a97_0x441c22(0x136)),CLIUtils=require(a97_0x441c22(0x135)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a97_0x441c22(0x12a)),util=require('util'),logger=createClassLogger(a97_0x441c22(0x15b));class NewmanTestFramework extends TestFramework{constructor(_0x24e01a,_0x590532,_0x268751){super(_0x24e01a,_0x590532,_0x268751);}async[a97_0x441c22(0x14d)](_0x22cd9d,_0x5856b4,_0x5782db={}){const _0x253d96=a97_0x441c22,_0x3d7746={};_0x3d7746[_0x253d96(0x167)]=function(_0x2c14b2,_0x4be4be){return _0x2c14b2===_0x4be4be;};const _0x28815b=_0x3d7746;logger[_0x253d96(0x151)](_0x253d96(0x12e)+_0x22cd9d+_0x253d96(0x170)+_0x5856b4),await super[_0x253d96(0x14d)](_0x22cd9d,_0x5856b4,_0x5782db);const _0xfd34ee=this[_0x253d96(0x137)](_0x22cd9d,_0x5856b4,_0x5782db);if(!_0xfd34ee)return;try{if(_0x28815b[_0x253d96(0x167)](_0x22cd9d,TestFrameworkState[_0x253d96(0x14a)])&&_0x5782db[_0x253d96(0x168)]){const _0x2dd5eb=_0x28815b['Jgwzy'](_0x5856b4,HookState[_0x253d96(0x122)])?this['parseNewmanTest'](_0x5782db[_0x253d96(0x168)]):this[_0x253d96(0x121)](_0x5782db[_0x253d96(0x168)]);_0xfd34ee[_0x253d96(0x163)](_0x2dd5eb);}}catch(_0x7bc83d){logger[_0x253d96(0x148)]('trackEvent:\x20error='+util[_0x253d96(0x13e)](_0x7bc83d));}_0x5782db[_0x253d96(0x12f)]=_0xfd34ee,await this['runHooks'](_0xfd34ee,_0x22cd9d,_0x5856b4,_0x5782db);}[a97_0x441c22(0x11f)](_0x376e6a){const _0x32e5d0=a97_0x441c22,_0x2b1079=this[_0x32e5d0(0x13f)]()[0x0],_0x5127d9={};return _0x5127d9[_0x376e6a['uuid']]={[TestFrameworkConstants[_0x32e5d0(0x14f)]]:_0x2b1079,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x32e5d0(0x146)]()[_0x2b1079],[TestFrameworkConstants[_0x32e5d0(0x165)]]:[],[TestFrameworkConstants[_0x32e5d0(0x129)]]:{},[TestFrameworkConstants[_0x32e5d0(0x145)]]:{},[TestFrameworkConstants[_0x32e5d0(0x14e)]]:TestFrameworkConstants[_0x32e5d0(0x150)],[TestFrameworkConstants[_0x32e5d0(0x12c)]]:_0x376e6a[_0x32e5d0(0x16f)],[TestFrameworkConstants[_0x32e5d0(0x16b)]]:_0x376e6a[_0x32e5d0(0x16f)],[TestFrameworkConstants[_0x32e5d0(0x13a)]]:_0x376e6a[_0x32e5d0(0x159)],[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x376e6a[_0x32e5d0(0x155)]||'',[TestFrameworkConstants[_0x32e5d0(0x16d)]]:_0x376e6a[_0x32e5d0(0x16e)]||'',[TestFrameworkConstants['KEY_TEST_CODE']]:null,[TestFrameworkConstants[_0x32e5d0(0x123)]]:_0x376e6a[_0x32e5d0(0x14b)]||[],[TestFrameworkConstants[_0x32e5d0(0x126)]]:_0x376e6a['started_at']||new Date()[_0x32e5d0(0x171)](),[TestFrameworkConstants[_0x32e5d0(0x12b)]]:_0x376e6a['scope']||'',[TestFrameworkConstants[_0x32e5d0(0x11d)]]:_0x376e6a['scopes']||[],[TestFrameworkConstants[_0x32e5d0(0x131)]]:null,[TestFrameworkConstants[_0x32e5d0(0x161)]]:_0x376e6a[_0x32e5d0(0x14c)]||{},[TestFrameworkConstants[_0x32e5d0(0x11c)]]:_0x376e6a[_0x32e5d0(0x128)]||{}},_0x5127d9;}[a97_0x441c22(0x121)](_0x3de2d3){const _0xf430cb=a97_0x441c22,_0x16de6a={};_0x16de6a[_0xf430cb(0x11e)]=_0xf430cb(0x12d);const _0x1f5e7e=_0x16de6a,_0x1432cf={};return _0x1432cf[_0x3de2d3[_0xf430cb(0x16f)]]={[TestFrameworkConstants[_0xf430cb(0x14e)]]:_0x3de2d3[_0xf430cb(0x125)]||_0x1f5e7e[_0xf430cb(0x11e)],[TestFrameworkConstants[_0xf430cb(0x139)]]:_0x3de2d3['finished_at']||new Date()['toISOString'](),[TestFrameworkConstants[_0xf430cb(0x144)]]:_0x3de2d3['failure']||[],[TestFrameworkConstants[_0xf430cb(0x158)]]:_0x3de2d3['failure_type']||null,[TestFrameworkConstants[_0xf430cb(0x143)]]:_0x3de2d3['failure_reason']||null},_0x1432cf;}[a97_0x441c22(0x137)](_0x18e4c6){const _0x17f45c=a97_0x441c22;let _0x126863=TestFramework[_0x17f45c(0x140)]();if(!_0x126863){const _0x2c324e=TrackedInstance[_0x17f45c(0x13b)](CLIUtils[_0x17f45c(0x156)]());_0x126863=new TestFrameworkInstance(_0x2c324e,this[_0x17f45c(0x13f)](),this[_0x17f45c(0x146)](),_0x18e4c6,HookState[_0x17f45c(0x132)]),TestFramework['setTrackedInstance'](_0x2c324e,_0x126863);}return _0x126863;}[a97_0x441c22(0x141)](_0x12bb50){const _0x2d2dcb=a97_0x441c22,_0x33302f={};_0x33302f['pcoMe']=_0x2d2dcb(0x169);const _0x792e9b=_0x33302f;try{const _0x330222=_0x12bb50[_0x2d2dcb(0x168)]?_0x12bb50[_0x2d2dcb(0x168)]['uuid']:null,_0x279b6e=_0x12bb50[_0x2d2dcb(0x12f)],_0x30b1c8=_0x279b6e[_0x2d2dcb(0x15f)](),_0x3e0ef0=_0x279b6e[_0x2d2dcb(0x120)]()[_0x2d2dcb(0x16c)](_0x330222);if(!_0x3e0ef0)return{};const {[TestFrameworkConstants[_0x2d2dcb(0x14f)]]:_0x24d738='',[TestFrameworkConstants[_0x2d2dcb(0x15d)]]:_0x1aee1d='',[TestFrameworkConstants[_0x2d2dcb(0x126)]]:_0x4160f5='',[TestFrameworkConstants[_0x2d2dcb(0x139)]]:_0x490f5c=''}=_0x3e0ef0;return{'platformIndex':0x0,'testFrameworkName':_0x24d738,'testFrameworkVersion':_0x1aee1d,'testFrameworkState':_0x279b6e[_0x2d2dcb(0x127)]()[_0x2d2dcb(0x138)]()['split']('.')[0x1],'hookState':_0x279b6e['getCurrentHookState']()[_0x2d2dcb(0x138)]()['split']('.')[0x1],'startedAt':_0x4160f5,'endedAt':_0x490f5c,'uuid':_0x330222,'eventJson':Buffer[_0x2d2dcb(0x147)](JSON[_0x2d2dcb(0x142)](_0x3e0ef0))[_0x2d2dcb(0x138)](_0x792e9b['pcoMe']),'executionContext':{'hash':_0x30b1c8['getId'](),'threadId':_0x30b1c8[_0x2d2dcb(0x13d)]()[_0x2d2dcb(0x138)](),'processId':_0x30b1c8[_0x2d2dcb(0x149)]()[_0x2d2dcb(0x138)]()}};}catch(_0x1ced4c){return logger[_0x2d2dcb(0x148)](_0x2d2dcb(0x124)+util[_0x2d2dcb(0x13e)](_0x1ced4c)),{};}}}module[a97_0x441c22(0x160)]=NewmanTestFramework;
1
+ const a97_0x1da0ca=a97_0x46be;(function(_0x47b5cd,_0x519aa3){const _0x48a9a8=a97_0x46be,_0x1a6975=_0x47b5cd();while(!![]){try{const _0x5d86f9=-parseInt(_0x48a9a8(0x19b))/0x1+parseInt(_0x48a9a8(0x1d3))/0x2*(-parseInt(_0x48a9a8(0x193))/0x3)+parseInt(_0x48a9a8(0x1d4))/0x4+parseInt(_0x48a9a8(0x18c))/0x5*(parseInt(_0x48a9a8(0x1d7))/0x6)+-parseInt(_0x48a9a8(0x19c))/0x7*(-parseInt(_0x48a9a8(0x1dc))/0x8)+-parseInt(_0x48a9a8(0x1db))/0x9+parseInt(_0x48a9a8(0x1b1))/0xa*(parseInt(_0x48a9a8(0x192))/0xb);if(_0x5d86f9===_0x519aa3)break;else _0x1a6975['push'](_0x1a6975['shift']());}catch(_0x44344f){_0x1a6975['push'](_0x1a6975['shift']());}}}(a97_0x188d,0xa956a));const path=require(a97_0x1da0ca(0x1ce)),TestFramework=require('./testFramework'),TestFrameworkState=require(a97_0x1da0ca(0x1c5)),HookState=require(a97_0x1da0ca(0x1d6)),{createClassLogger}=require(a97_0x1da0ca(0x1aa)),TestFrameworkInstance=require(a97_0x1da0ca(0x1b6)),CLIUtils=require(a97_0x1da0ca(0x1dd)),TrackedInstance=require(a97_0x1da0ca(0x1b3)),TestFrameworkConstants=require(a97_0x1da0ca(0x196)),util=require(a97_0x1da0ca(0x18e)),logger=createClassLogger(a97_0x1da0ca(0x19e));function a97_0x46be(_0x2ae117,_0x33ed27){const _0x188d49=a97_0x188d();return a97_0x46be=function(_0x46be36,_0x42db6a){_0x46be36=_0x46be36-0x184;let _0x5642cc=_0x188d49[_0x46be36];return _0x5642cc;},a97_0x46be(_0x2ae117,_0x33ed27);}class NewmanTestFramework extends TestFramework{constructor(_0x3536f1,_0x41c02e,_0x3181b8){super(_0x3536f1,_0x41c02e,_0x3181b8);}async[a97_0x1da0ca(0x1a4)](_0xddcb41,_0x2f36db,_0x4139d4={}){const _0x5a2864=a97_0x1da0ca,_0x15b209={};_0x15b209[_0x5a2864(0x1cd)]=function(_0x3011a6,_0x424551){return _0x3011a6===_0x424551;},_0x15b209['PStcH']=function(_0x1c9e30,_0x4d5784){return _0x1c9e30===_0x4d5784;};const _0x4960f5=_0x15b209;logger[_0x5a2864(0x19a)](_0x5a2864(0x1a0)+_0xddcb41+_0x5a2864(0x191)+_0x2f36db),await super[_0x5a2864(0x1a4)](_0xddcb41,_0x2f36db,_0x4139d4);const _0x209196=this['resolveInstance'](_0xddcb41,_0x2f36db,_0x4139d4);if(!_0x209196)return;try{if(_0x4960f5['GAyjn'](_0xddcb41,TestFrameworkState[_0x5a2864(0x190)])&&_0x4139d4[_0x5a2864(0x1a9)]){const _0x42b0a4=_0x4960f5[_0x5a2864(0x1af)](_0x2f36db,HookState[_0x5a2864(0x187)])?this['parseNewmanTest'](_0x4139d4['test']):this[_0x5a2864(0x1c1)](_0x4139d4[_0x5a2864(0x1a9)]);_0x209196[_0x5a2864(0x1ae)](_0x42b0a4);}}catch(_0x79d8c){logger[_0x5a2864(0x1da)](_0x5a2864(0x1c8)+util[_0x5a2864(0x1d2)](_0x79d8c));}_0x4139d4[_0x5a2864(0x184)]=_0x209196,await this[_0x5a2864(0x1b4)](_0x209196,_0xddcb41,_0x2f36db,_0x4139d4);}[a97_0x1da0ca(0x1bd)](_0x4406e8){const _0x5ea915=a97_0x1da0ca,_0x12a4dc=this['getTestFrameworks']()[0x0],_0x24c185={};return _0x24c185[_0x4406e8['uuid']]={[TestFrameworkConstants[_0x5ea915(0x1c3)]]:_0x12a4dc,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this['getTestFrameworksVersions']()[_0x12a4dc],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants[_0x5ea915(0x199)]]:{},[TestFrameworkConstants[_0x5ea915(0x1ca)]]:TestFrameworkConstants[_0x5ea915(0x197)],[TestFrameworkConstants[_0x5ea915(0x19d)]]:_0x4406e8[_0x5ea915(0x1a1)],[TestFrameworkConstants['KEY_TEST_UUID']]:_0x4406e8['uuid'],[TestFrameworkConstants[_0x5ea915(0x1bb)]]:_0x4406e8[_0x5ea915(0x186)],[TestFrameworkConstants[_0x5ea915(0x1a2)]]:_0x4406e8[_0x5ea915(0x1b5)]||'',[TestFrameworkConstants[_0x5ea915(0x1a6)]]:_0x4406e8['location']||'',[TestFrameworkConstants['KEY_TEST_CODE']]:null,[TestFrameworkConstants[_0x5ea915(0x18b)]]:_0x4406e8[_0x5ea915(0x1de)]||[],[TestFrameworkConstants[_0x5ea915(0x194)]]:_0x4406e8[_0x5ea915(0x1d5)]||new Date()[_0x5ea915(0x1b8)](),[TestFrameworkConstants[_0x5ea915(0x185)]]:_0x4406e8[_0x5ea915(0x1b9)]||'',[TestFrameworkConstants[_0x5ea915(0x188)]]:_0x4406e8['scopes']||[],[TestFrameworkConstants[_0x5ea915(0x18f)]]:null,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x4406e8[_0x5ea915(0x1b0)]||{},[TestFrameworkConstants[_0x5ea915(0x1c4)]]:_0x4406e8['meta']||{}},_0x24c185;}[a97_0x1da0ca(0x1c1)](_0x3e6177){const _0x472f9a=a97_0x1da0ca,_0x4fe4f5={};_0x4fe4f5[_0x472f9a(0x1cc)]=_0x472f9a(0x198);const _0x347b23=_0x4fe4f5,_0x3f9532={};return _0x3f9532[_0x3e6177[_0x472f9a(0x1a1)]]={[TestFrameworkConstants[_0x472f9a(0x1ca)]]:_0x3e6177[_0x472f9a(0x1df)]||_0x347b23[_0x472f9a(0x1cc)],[TestFrameworkConstants[_0x472f9a(0x1ac)]]:_0x3e6177[_0x472f9a(0x1bc)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x472f9a(0x1ba)]]:_0x3e6177[_0x472f9a(0x1a7)]||[],[TestFrameworkConstants[_0x472f9a(0x1d9)]]:_0x3e6177[_0x472f9a(0x1d1)]||null,[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]:_0x3e6177['failure_reason']||null},_0x3f9532;}[a97_0x1da0ca(0x18a)](_0x3dc574){const _0xff5b97=a97_0x1da0ca;let _0x82891e=TestFramework['getTrackedInstance']();if(!_0x82891e){const _0x38ac19=TrackedInstance[_0xff5b97(0x19f)](CLIUtils[_0xff5b97(0x1b7)]());_0x82891e=new TestFrameworkInstance(_0x38ac19,this[_0xff5b97(0x1be)](),this[_0xff5b97(0x1bf)](),_0x3dc574,HookState[_0xff5b97(0x1cb)]),TestFramework[_0xff5b97(0x189)](_0x38ac19,_0x82891e);}return _0x82891e;}[a97_0x1da0ca(0x1b2)](_0x5bdebd){const _0x55ea57=a97_0x1da0ca,_0x500d7c={};_0x500d7c[_0x55ea57(0x1a3)]=_0x55ea57(0x1ab);const _0x50370d=_0x500d7c;try{const _0x2d3ee6=_0x5bdebd[_0x55ea57(0x1a9)]?_0x5bdebd['test'][_0x55ea57(0x1a1)]:null,_0x1009b8=_0x5bdebd['instance'],_0x52c985=_0x1009b8[_0x55ea57(0x1c9)](),_0x20f9ce=_0x1009b8[_0x55ea57(0x1cf)]()[_0x55ea57(0x1a5)](_0x2d3ee6);if(!_0x20f9ce)return{};const {[TestFrameworkConstants[_0x55ea57(0x1c3)]]:_0xc9687e='',[TestFrameworkConstants[_0x55ea57(0x1d8)]]:_0x59dba5='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x254640='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x4dcf2d=''}=_0x20f9ce;return{'platformIndex':0x0,'testFrameworkName':_0xc9687e,'testFrameworkVersion':_0x59dba5,'testFrameworkState':_0x1009b8[_0x55ea57(0x1c0)]()[_0x55ea57(0x1d0)]()[_0x55ea57(0x18d)]('.')[0x1],'hookState':_0x1009b8[_0x55ea57(0x1c7)]()[_0x55ea57(0x1d0)]()[_0x55ea57(0x18d)]('.')[0x1],'startedAt':_0x254640,'endedAt':_0x4dcf2d,'uuid':_0x2d3ee6,'eventJson':Buffer[_0x55ea57(0x1c6)](JSON['stringify'](_0x20f9ce))[_0x55ea57(0x1d0)](_0x50370d['adoYy']),'executionContext':{'hash':_0x52c985['getId'](),'threadId':_0x52c985[_0x55ea57(0x1ad)]()[_0x55ea57(0x1d0)](),'processId':_0x52c985[_0x55ea57(0x195)]()[_0x55ea57(0x1d0)]()}};}catch(_0x29826e){return logger[_0x55ea57(0x1da)](_0x55ea57(0x1a8)+util[_0x55ea57(0x1d2)](_0x29826e)),{};}}}module[a97_0x1da0ca(0x1c2)]=NewmanTestFramework;function a97_0x188d(){const _0x3cfd4b=['format','58YHxnEX','3062656nrJKsV','started_at','../state/hookState.js','2778DyDAUq','KEY_TEST_FRAMEWORK_VERSION','KEY_TEST_FAILURE_TYPE','error','3201687gJzKoT','24GgBtyY','../cliUtils.js','tags','result','instance','KEY_TEST_SCOPE','name','PRE','KEY_TEST_SCOPES','setTrackedInstance','resolveInstance','KEY_TEST_TAGS','815iwgbBT','split','util','KEY_TEST_RERUN_NAME','TEST','\x20hook=','2631761UTFpAE','138351SISMtS','KEY_TEST_STARTED_AT','getProcessId','./constants/testFrameworkConstants.js','DEFAULT_TEST_RESULT','pending','KEY_HOOKS_STARTED','debug','842781ftVUqz','1665153ItBfVl','KEY_TEST_ID','NewmanTestFramework','createContext','trackEvent:\x20state=','uuid','KEY_TEST_FILE_PATH','adoYy','trackEvent','get','KEY_TEST_LOCATION','failure','createTestFrameworkEventPayload:\x20error=','test','../../../helpers/classLogger.js','base64','KEY_TEST_ENDED_AT','getThreadId','addMultipleEntries','PStcH','custom_metadata','70iszIvt','createTestFrameworkEventPayload','../instances/trackedInstance.js','runHooks','file_path','../instances/testFrameworkInstance.js','getCurrentInstanceName','toISOString','scope','KEY_TEST_FAILURE','KEY_TEST_NAME','finished_at','parseNewmanTest','getTestFrameworks','getTestFrameworksVersions','getCurrentTestState','parseNewmanTestResult','exports','KEY_TEST_FRAMEWORK_NAME','KEY_TEST_META','../state/testFrameworkState.js','from','getCurrentHookState','trackEvent:\x20error=','getContext','KEY_TEST_RESULT','NONE','PWhgV','GAyjn','path','getAllData','toString','failure_type'];a97_0x188d=function(){return _0x3cfd4b;};return a97_0x188d();}
@@ -1 +1 @@
1
- const a98_0x3b9ea5=a98_0x32fd;function a98_0x32fd(_0x27a0b9,_0x5c88d7){const _0x485189=a98_0x4851();return a98_0x32fd=function(_0x32fd60,_0x32dac1){_0x32fd60=_0x32fd60-0x155;let _0x47309e=_0x485189[_0x32fd60];return _0x47309e;},a98_0x32fd(_0x27a0b9,_0x5c88d7);}(function(_0x351ee7,_0x3de31d){const _0x5421a9=a98_0x32fd,_0x36ea36=_0x351ee7();while(!![]){try{const _0x4e6a8c=parseInt(_0x5421a9(0x15b))/0x1+parseInt(_0x5421a9(0x159))/0x2+-parseInt(_0x5421a9(0x15e))/0x3+-parseInt(_0x5421a9(0x1bc))/0x4*(parseInt(_0x5421a9(0x1b8))/0x5)+parseInt(_0x5421a9(0x197))/0x6+-parseInt(_0x5421a9(0x185))/0x7*(-parseInt(_0x5421a9(0x16c))/0x8)+-parseInt(_0x5421a9(0x1c9))/0x9;if(_0x4e6a8c===_0x3de31d)break;else _0x36ea36['push'](_0x36ea36['shift']());}catch(_0x582129){_0x36ea36['push'](_0x36ea36['shift']());}}}(a98_0x4851,0xe6a6d));const TestFramework=require('./testFramework'),TestFrameworkState=require(a98_0x3b9ea5(0x173)),HookState=require(a98_0x3b9ea5(0x17b)),{createClassLogger}=require(a98_0x3b9ea5(0x18a)),TestFrameworkInstance=require(a98_0x3b9ea5(0x1b2)),CLIUtils=require(a98_0x3b9ea5(0x188)),TrackedInstance=require(a98_0x3b9ea5(0x1a7)),TestFrameworkConstants=require(a98_0x3b9ea5(0x195)),logger=createClassLogger(a98_0x3b9ea5(0x1b3)),util=require(a98_0x3b9ea5(0x1ce));function a98_0x4851(){const _0x39984a=['[TRACE:node-generic]\x20TEST\x20PRE\x20-\x20loading\x20test\x20data\x20for\x20test_uuid=','executionContext','144064MnprTo','[NodeGenericFramework]\x20trackEvent:\x20ERROR\x20-\x20state=','parseTestData','QvNgG','KEY_TEST_FAILURE_REASON','resolveInstance','getCurrentHookState','../state/testFrameworkState.js','KEY_TEST_LOGS','bacYw','test_ended_at','createTestFrameworkEventPayload','hookState','split','KEY_TEST_STARTED_AT','../state/hookState.js','debug','[NodeGenericFramework]\x20trackEvent:\x20unsupported\x20state=','test_tags','getId','YSjxm','KEY_TEST_RESULT_AT','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20ERROR\x20-\x20','NONE',',\x20test_name=','497MJICKJ','KEY_TEST_FRAMEWORK_VERSION','test_failure_type','../cliUtils.js','yBmzJ','../../../helpers/classLogger.js','test_scope','KEY_CUSTOM_TAGS',',\x20hookState=','info','platformIndex','toString','workerInfo','__bstackPlatformIndex','[TRACE:node-generic]\x20trackEvent\x20','createContext','./constants/testFrameworkConstants.js','KEY_TEST_ID','4243770aAeVVY','test_file_path','trackEvent','PRE','KEY_TEST_FILE_PATH','UnhandledError',',\x20error=','UrGdu','parseTestResult','test_failure_reason','KEY_TEST_SCOPE','KEY_TEST_RESULT','TEST','DEFAULT_TEST_RESULT','getTestFrameworksVersions','parallelIndex','../instances/trackedInstance.js','__workerDetails','Isauh','setCurrentTestUUID','KEY_HOOKS_FINISHED','getCurrentTestState','KEY_TEST_ENDED_AT','KEY_AUTOMATE_SESSION_NAME','KEY_LOGS','getContext','instance','../instances/testFrameworkInstance.js','NodeGenericFramework','[NodeGenericFramework]\x20resolveInstance:\x20creating\x20new\x20instance','failed','KEY_TEST_FAILURE','Unknown\x20error','545vYayCd','[NodeGenericFramework]\x20trackEvent:\x20instance\x20not\x20found','stringify','KEY_TEST_RERUN_NAME','57556TvwlJO','getAllData','testFrameworkVersion','startedAt','addMultipleEntries','error','test_result','KEY_TEST_FAILURE_TYPE','KEY_TEST_TAGS','test_code','test_name','test_location','KEY_TEST_FRAMEWORK_NAME','2391363ZpjUik','unknown','test_duration','KEY_TEST_UUID','setTrackedInstance','util','get','\x20for\x20test_uuid=','toISOString','[TRACE:node-generic]\x20TEST\x20POST\x20-\x20processing\x20result\x20for\x20test_uuid=','test_meta','mjxhz','3589378aWnTvy','getCurrentInstanceName','855365kPNMkc','getProcessId','fRocA','5571180mVODez','testData','getTestFrameworks','EfPoq','exports','test_started_at','[NodeGenericFramework]\x20resolveInstance:\x20created\x20instance\x20contextId=','from','KEY_TEST_SCOPES','test_uuid','_currentTestUUID','format'];a98_0x4851=function(){return _0x39984a;};return a98_0x4851();}class NodeGenericFramework extends TestFramework{constructor(_0x2e07ed,_0x385a9f,_0x574f37){const _0x3387b1=a98_0x3b9ea5;super(_0x2e07ed,_0x385a9f,_0x574f37),this[_0x3387b1(0x168)]=null;}[a98_0x3b9ea5(0x1aa)](_0x14f17f){const _0x5d887c=a98_0x3b9ea5;this[_0x5d887c(0x168)]=_0x14f17f;}['getCurrentTestUUID'](){const _0x13550f=a98_0x3b9ea5;return this[_0x13550f(0x168)];}async[a98_0x3b9ea5(0x199)](_0x126838,_0x33114d,_0x36dd7b={}){const _0x342f23=a98_0x3b9ea5,_0x26f5a6={};_0x26f5a6[_0x342f23(0x180)]=_0x342f23(0x1b9),_0x26f5a6[_0x342f23(0x189)]=function(_0x4eec20,_0x2007bc){return _0x4eec20===_0x2007bc;};const _0x36a85a=_0x26f5a6;logger[_0x342f23(0x18e)](_0x342f23(0x193)+_0x126838+'.'+_0x33114d+_0x342f23(0x1d0)+_0x36dd7b[_0x342f23(0x15f)]?.['test_uuid']),await super['trackEvent'](_0x126838,_0x33114d,_0x36dd7b);const _0x7c9428=this[_0x342f23(0x171)](_0x126838,_0x33114d,_0x36dd7b);if(!_0x7c9428){logger[_0x342f23(0x17c)](_0x36a85a['YSjxm']);return;}try{switch(_0x126838){case TestFrameworkState[_0x342f23(0x1a3)]:{const _0xf23e93=_0x36dd7b[_0x342f23(0x15f)],_0x4efe0e=_0xf23e93['test_uuid'];if(_0x36a85a[_0x342f23(0x189)](_0x33114d,HookState[_0x342f23(0x19a)])){logger[_0x342f23(0x18e)](_0x342f23(0x16a)+_0x4efe0e+_0x342f23(0x184)+_0xf23e93[_0x342f23(0x1c6)]);const _0x3acfd6=this[_0x342f23(0x16e)](_0xf23e93);_0x7c9428[_0x342f23(0x1c0)](_0x3acfd6);}else{if(_0x36a85a['yBmzJ'](_0x33114d,HookState['POST'])){logger[_0x342f23(0x18e)](_0x342f23(0x156)+_0x4efe0e+',\x20result='+_0xf23e93[_0x342f23(0x1c2)]);const _0x44c4e6=this[_0x342f23(0x19f)](_0xf23e93,_0x7c9428);_0x7c9428['addMultipleEntries'](_0x44c4e6);}}break;}default:logger[_0x342f23(0x17c)](_0x342f23(0x17d)+_0x126838+_0x342f23(0x18d)+_0x33114d);break;}}catch(_0x135d1a){logger['error'](_0x342f23(0x16d)+_0x126838+_0x342f23(0x18d)+_0x33114d+_0x342f23(0x19d)+util[_0x342f23(0x169)](_0x135d1a));}_0x36dd7b[_0x342f23(0x1b1)]=_0x7c9428,await this['runHooks'](_0x7c9428,_0x126838,_0x33114d,_0x36dd7b);}['resolveInstance'](_0x7fadab,_0x4817c9,_0x3580cc={}){const _0x40dd97=a98_0x3b9ea5,_0x23d983={};_0x23d983['Isauh']=_0x40dd97(0x1b4);const _0x29dbb7=_0x23d983;let _0x2ae7c9=TestFramework['getTrackedInstance']();if(!_0x2ae7c9){logger[_0x40dd97(0x17c)](_0x29dbb7[_0x40dd97(0x1a9)]);const _0x428ba1=CLIUtils[_0x40dd97(0x15a)](),_0x1c4894=TrackedInstance[_0x40dd97(0x194)](_0x428ba1);_0x2ae7c9=new TestFrameworkInstance(_0x1c4894,this['getTestFrameworks'](),this[_0x40dd97(0x1a5)](),_0x7fadab,HookState[_0x40dd97(0x183)]),TestFramework[_0x40dd97(0x1cd)](_0x1c4894,_0x2ae7c9),logger['debug'](_0x40dd97(0x164)+_0x1c4894[_0x40dd97(0x17f)]());}return _0x2ae7c9;}[a98_0x3b9ea5(0x16e)](_0x446f41){const _0xc59fb4=a98_0x3b9ea5,_0x552f20=_0x446f41[_0xc59fb4(0x167)],_0x1c754b=this[_0xc59fb4(0x160)]()[0x0],_0x913b8e=this[_0xc59fb4(0x1a5)](),_0x1f7f1e={[TestFrameworkConstants[_0xc59fb4(0x1c8)]]:_0x1c754b,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x913b8e[_0x1c754b]||'',[TestFrameworkConstants[_0xc59fb4(0x1cc)]]:_0x446f41[_0xc59fb4(0x167)],[TestFrameworkConstants[_0xc59fb4(0x174)]]:[],[TestFrameworkConstants[_0xc59fb4(0x1ab)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0xc59fb4(0x1a2)]]:TestFrameworkConstants[_0xc59fb4(0x1a4)],[TestFrameworkConstants[_0xc59fb4(0x1ae)]]:_0x446f41[_0xc59fb4(0x1c6)],[TestFrameworkConstants[_0xc59fb4(0x19b)]]:_0x446f41['test_file_path'],[TestFrameworkConstants[_0xc59fb4(0x196)]]:_0x552f20,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x446f41['test_name'],[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x446f41[_0xc59fb4(0x1c7)]||_0x446f41[_0xc59fb4(0x198)],[TestFrameworkConstants['KEY_TEST_CODE']]:_0x446f41[_0xc59fb4(0x1c5)]||null,[TestFrameworkConstants[_0xc59fb4(0x1c4)]]:_0x446f41[_0xc59fb4(0x17e)]||[],[TestFrameworkConstants[_0xc59fb4(0x17a)]]:_0x446f41[_0xc59fb4(0x163)]||new Date()[_0xc59fb4(0x155)](),[TestFrameworkConstants[_0xc59fb4(0x1a1)]]:_0x446f41[_0xc59fb4(0x18b)]||'',[TestFrameworkConstants[_0xc59fb4(0x166)]]:_0x446f41['test_scopes']||[],[TestFrameworkConstants[_0xc59fb4(0x1bb)]]:_0x446f41['test_rerun_name']||_0x446f41[_0xc59fb4(0x1c6)],[TestFrameworkConstants[_0xc59fb4(0x18c)]]:{},[TestFrameworkConstants['KEY_TEST_META']]:_0x446f41['test_meta']||{}},_0x79fd3b={};return _0x79fd3b[_0x552f20]=_0x1f7f1e,_0x79fd3b;}[a98_0x3b9ea5(0x19f)](_0x100288,_0x218178){const _0x36fed7=a98_0x3b9ea5,_0x3d44fb={};_0x3d44fb[_0x36fed7(0x175)]=_0x36fed7(0x1ca),_0x3d44fb[_0x36fed7(0x15d)]=function(_0x2a804c,_0x460eef){return _0x2a804c===_0x460eef;},_0x3d44fb['mjxhz']=_0x36fed7(0x1b5),_0x3d44fb['EfPoq']=_0x36fed7(0x19c),_0x3d44fb[_0x36fed7(0x16f)]=_0x36fed7(0x1b7),_0x3d44fb[_0x36fed7(0x19e)]=function(_0x4bb30d,_0x3518da){return _0x4bb30d!==_0x3518da;};const _0x21ef02=_0x3d44fb,_0x523707=_0x100288[_0x36fed7(0x167)],_0x3cdb15=_0x218178['getAllData']()[_0x36fed7(0x1cf)](_0x523707)||{},_0x1cb8ba={..._0x3cdb15,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x100288[_0x36fed7(0x1c2)]||_0x21ef02['bacYw'],[TestFrameworkConstants[_0x36fed7(0x1ad)]]:_0x100288[_0x36fed7(0x176)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x36fed7(0x181)]]:new Date()[_0x36fed7(0x155)](),[TestFrameworkConstants[_0x36fed7(0x1af)]]:_0x3cdb15[TestFrameworkConstants[_0x36fed7(0x1af)]]||[],[TestFrameworkConstants['KEY_TEST_META']]:_0x100288[_0x36fed7(0x157)]||{}};_0x21ef02[_0x36fed7(0x15d)](_0x100288[_0x36fed7(0x1c2)],_0x21ef02[_0x36fed7(0x158)])&&(_0x1cb8ba[TestFrameworkConstants[_0x36fed7(0x1c3)]]=_0x100288[_0x36fed7(0x187)]||_0x21ef02[_0x36fed7(0x161)],_0x1cb8ba[TestFrameworkConstants[_0x36fed7(0x170)]]=_0x100288[_0x36fed7(0x1a0)]||_0x21ef02[_0x36fed7(0x16f)],_0x1cb8ba[TestFrameworkConstants[_0x36fed7(0x1b6)]]=_0x100288['test_failure']||[]);_0x21ef02[_0x36fed7(0x19e)](_0x100288[_0x36fed7(0x1cb)],undefined)&&(_0x1cb8ba[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x100288[_0x36fed7(0x1cb)]);const _0x2633ec={};return _0x2633ec[_0x523707]=_0x1cb8ba,_0x2633ec;}[a98_0x3b9ea5(0x177)](_0x29d099){const _0x3c0524=a98_0x3b9ea5,_0x32735b={};_0x32735b['LlRSH']='base64';const _0x3de664=_0x32735b;try{const _0x56382d=_0x29d099[_0x3c0524(0x15f)]?.[_0x3c0524(0x167)],_0x23a8f6=_0x29d099[_0x3c0524(0x1b1)],_0x29cdfa=_0x23a8f6[_0x3c0524(0x1b0)](),_0x1a398b=_0x23a8f6[_0x3c0524(0x1bd)]()[_0x3c0524(0x1cf)](_0x56382d);if(!_0x1a398b)return logger['debug']('[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20no\x20data\x20for\x20test_uuid='+_0x56382d),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x38dc94=this[_0x3c0524(0x160)]()[0x0]||'',[TestFrameworkConstants[_0x3c0524(0x186)]]:_0x5e17ee=this[_0x3c0524(0x1a5)]()[this[_0x3c0524(0x160)]()[0x0]]||'',[TestFrameworkConstants[_0x3c0524(0x17a)]]:_0x192cc7='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x376837=''}=_0x1a398b,_0x3315f6=_0x23a8f6[_0x3c0524(0x1ac)]()['toString']()['split']('.')[0x1],_0x331003=_0x23a8f6[_0x3c0524(0x172)]()[_0x3c0524(0x190)]()[_0x3c0524(0x179)]('.')[0x1],_0x1bbb9e=global?.[_0x3c0524(0x1a8)]?.[_0x3c0524(0x191)]?.[_0x3c0524(0x1a6)]||global[_0x3c0524(0x192)]||0x0,_0x40e9b3=_0x23a8f6['getRef'](),_0xb90002=Buffer[_0x3c0524(0x165)](JSON[_0x3c0524(0x1ba)](_0x1a398b))[_0x3c0524(0x190)](_0x3de664['LlRSH']),_0xfd6e8f={'hash':_0x29cdfa[_0x3c0524(0x17f)](),'threadId':_0x29cdfa['getThreadId']()[_0x3c0524(0x190)](),'processId':_0x29cdfa[_0x3c0524(0x15c)]()['toString']()},_0x111af4={};return _0x111af4[_0x3c0524(0x18f)]=_0x1bbb9e,_0x111af4['testFrameworkName']=_0x38dc94,_0x111af4[_0x3c0524(0x1be)]=_0x5e17ee,_0x111af4['testFrameworkState']=_0x3315f6,_0x111af4[_0x3c0524(0x178)]=_0x331003,_0x111af4[_0x3c0524(0x1bf)]=_0x192cc7,_0x111af4['endedAt']=_0x376837,_0x111af4['uuid']=_0x40e9b3,_0x111af4['eventJson']=_0xb90002,_0x111af4[_0x3c0524(0x16b)]=_0xfd6e8f,_0x111af4['test_identifier']=_0x56382d,_0x111af4;}catch(_0xb1e264){return logger[_0x3c0524(0x1c1)](_0x3c0524(0x182)+util[_0x3c0524(0x169)](_0xb1e264)),{};}}}module[a98_0x3b9ea5(0x162)]=NodeGenericFramework;
1
+ const a98_0x33caaf=a98_0x2f97;function a98_0x54a1(){const _0x29b72a=['[NodeGenericFramework]\x20trackEvent:\x20instance\x20not\x20found','from','getTrackedInstance','KEY_TEST_UUID','../instances/testFrameworkInstance.js','test_failure','createContext','[TRACE:node-generic]\x20TEST\x20PRE\x20-\x20loading\x20test\x20data\x20for\x20test_uuid=','__workerDetails','ZhtEQ','KEY_TEST_FILE_PATH','TEST','startedAt','test_duration','error','624WWHsWr','[TRACE:node-generic]\x20TEST\x20POST\x20-\x20processing\x20result\x20for\x20test_uuid=',',\x20test_name=','UnhandledError','getProcessId','KEY_LOGS','KEY_AUTOMATE_SESSION_NAME','[NodeGenericFramework]\x20trackEvent:\x20unsupported\x20state=','toString','parallelIndex','getCurrentHookState','info','KEY_TEST_FRAMEWORK_NAME','executionContext','test_uuid','DEFAULT_TEST_RESULT','KEY_TEST_ENDED_AT','testData','parseTestResult','46230BykYnm','getCurrentTestUUID','KEY_TEST_META','1802876aFCZpl','KEY_HOOKS_FINISHED','16624570oNIrKP','split','platformIndex','getContext','setCurrentTestUUID','test_failure_reason','NodeGenericFramework','resolveInstance','workerInfo','POST','uuid','debug','PRE','72NwVqWk','fvCab','KEY_TEST_LOCATION','335482mjWara','KEY_TEST_FRAMEWORK_VERSION','exports','__bstackPlatformIndex','getThreadId','failed','WKcnA','NONE','endedAt','rxHJh','KEY_TEST_ID',',\x20hookState=','trackEvent','test_file_path','test_result','KEY_TEST_LOGS','../../../helpers/classLogger.js','\x20for\x20test_uuid=',',\x20error=','1160959UFygMW','KEY_CUSTOM_TAGS','testFrameworkName','KEY_TEST_TAGS','getTestFrameworks','lPvqw','hookState','KEY_TEST_RERUN_NAME','format','KEY_TEST_SCOPE','IxMrw','getTestFrameworksVersions','toISOString','createTestFrameworkEventPayload','getRef','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20no\x20data\x20for\x20test_uuid=','getAllData','test_failure_type','../state/hookState.js','3jVqoMg','35300oCVAQW','_currentTestUUID','./constants/testFrameworkConstants.js','test_meta','setTrackedInstance','parseTestData','test_ended_at','test_name','KEY_TEST_RESULT','getCurrentTestState','test_identifier','KEY_TEST_SCOPES','runHooks','base64','test_tags','3741849EXbPRO','get','ZkkUy','instance','[TRACE:node-generic]\x20trackEvent\x20','test_rerun_name','KEY_TEST_STARTED_AT','KEY_TEST_FAILURE_TYPE','testFrameworkState',',\x20result=','getCurrentInstanceName','addMultipleEntries','KEY_TEST_FAILURE','unknown','./testFramework','KEY_TEST_FAILURE_REASON','test_location','util','testFrameworkVersion','eventJson','Unknown\x20error'];a98_0x54a1=function(){return _0x29b72a;};return a98_0x54a1();}(function(_0x5cd286,_0x2b13ca){const _0xcaea9c=a98_0x2f97,_0x357452=_0x5cd286();while(!![]){try{const _0xa40cfd=parseInt(_0xcaea9c(0x1ef))/0x1+-parseInt(_0xcaea9c(0x1c7))/0x2+-parseInt(_0xcaea9c(0x180))/0x3*(parseInt(_0xcaea9c(0x1ca))/0x4)+parseInt(_0xcaea9c(0x181))/0x5*(parseInt(_0xcaea9c(0x1b4))/0x6)+parseInt(_0xcaea9c(0x1dc))/0x7*(parseInt(_0xcaea9c(0x1d9))/0x8)+parseInt(_0xcaea9c(0x190))/0x9+-parseInt(_0xcaea9c(0x1cc))/0xa;if(_0xa40cfd===_0x2b13ca)break;else _0x357452['push'](_0x357452['shift']());}catch(_0x551fd5){_0x357452['push'](_0x357452['shift']());}}}(a98_0x54a1,0x93f33));const TestFramework=require(a98_0x33caaf(0x19e)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a98_0x33caaf(0x17f)),{createClassLogger}=require(a98_0x33caaf(0x1ec)),TestFrameworkInstance=require(a98_0x33caaf(0x1a9)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a98_0x33caaf(0x183)),logger=createClassLogger(a98_0x33caaf(0x1d2)),util=require(a98_0x33caaf(0x1a1));function a98_0x2f97(_0x5ed476,_0x2fef66){const _0x54a185=a98_0x54a1();return a98_0x2f97=function(_0x2f9741,_0x2703b9){_0x2f9741=_0x2f9741-0x179;let _0x5097eb=_0x54a185[_0x2f9741];return _0x5097eb;},a98_0x2f97(_0x5ed476,_0x2fef66);}class NodeGenericFramework extends TestFramework{constructor(_0x4ae41d,_0x56c403,_0x418e9c){const _0x3d28a0=a98_0x33caaf;super(_0x4ae41d,_0x56c403,_0x418e9c),this[_0x3d28a0(0x182)]=null;}[a98_0x33caaf(0x1d0)](_0x4c4d4e){const _0x3d1515=a98_0x33caaf;this[_0x3d1515(0x182)]=_0x4c4d4e;}[a98_0x33caaf(0x1c8)](){const _0x4be029=a98_0x33caaf;return this[_0x4be029(0x182)];}async['trackEvent'](_0x18bdd0,_0x4d6711,_0x1e63f6={}){const _0x3a5a03=a98_0x33caaf,_0x6f0b81={};_0x6f0b81[_0x3a5a03(0x192)]=_0x3a5a03(0x1a5),_0x6f0b81['tfyEv']=function(_0x83d506,_0x3de2d4){return _0x83d506===_0x3de2d4;};const _0x4d53f3=_0x6f0b81;logger[_0x3a5a03(0x1bf)](_0x3a5a03(0x194)+_0x18bdd0+'.'+_0x4d6711+_0x3a5a03(0x1ed)+_0x1e63f6['testData']?.[_0x3a5a03(0x1c2)]),await super[_0x3a5a03(0x1e8)](_0x18bdd0,_0x4d6711,_0x1e63f6);const _0x2a1ae5=this[_0x3a5a03(0x1d3)](_0x18bdd0,_0x4d6711,_0x1e63f6);if(!_0x2a1ae5){logger['debug'](_0x4d53f3[_0x3a5a03(0x192)]);return;}try{switch(_0x18bdd0){case TestFrameworkState[_0x3a5a03(0x1b0)]:{const _0x3578e3=_0x1e63f6[_0x3a5a03(0x1c5)],_0x5404d2=_0x3578e3['test_uuid'];if(_0x4d53f3['tfyEv'](_0x4d6711,HookState[_0x3a5a03(0x1d8)])){logger[_0x3a5a03(0x1bf)](_0x3a5a03(0x1ac)+_0x5404d2+_0x3a5a03(0x1b6)+_0x3578e3[_0x3a5a03(0x188)]);const _0x2ee8b7=this[_0x3a5a03(0x186)](_0x3578e3);_0x2a1ae5['addMultipleEntries'](_0x2ee8b7);}else{if(_0x4d53f3['tfyEv'](_0x4d6711,HookState[_0x3a5a03(0x1d5)])){logger[_0x3a5a03(0x1bf)](_0x3a5a03(0x1b5)+_0x5404d2+_0x3a5a03(0x199)+_0x3578e3[_0x3a5a03(0x1ea)]);const _0x5a091e=this[_0x3a5a03(0x1c6)](_0x3578e3,_0x2a1ae5);_0x2a1ae5[_0x3a5a03(0x19b)](_0x5a091e);}}break;}default:logger[_0x3a5a03(0x1d7)](_0x3a5a03(0x1bb)+_0x18bdd0+_0x3a5a03(0x1e7)+_0x4d6711);break;}}catch(_0x41226b){logger['error']('[NodeGenericFramework]\x20trackEvent:\x20ERROR\x20-\x20state='+_0x18bdd0+_0x3a5a03(0x1e7)+_0x4d6711+_0x3a5a03(0x1ee)+util[_0x3a5a03(0x1f7)](_0x41226b));}_0x1e63f6[_0x3a5a03(0x193)]=_0x2a1ae5,await this[_0x3a5a03(0x18d)](_0x2a1ae5,_0x18bdd0,_0x4d6711,_0x1e63f6);}[a98_0x33caaf(0x1d3)](_0x8627d2,_0x170c44,_0x4dbffd={}){const _0x3fb7b2=a98_0x33caaf,_0x51b913={};_0x51b913['IDAmF']='[NodeGenericFramework]\x20resolveInstance:\x20creating\x20new\x20instance';const _0x305889=_0x51b913;let _0x95d6d6=TestFramework[_0x3fb7b2(0x1a7)]();if(!_0x95d6d6){logger[_0x3fb7b2(0x1d7)](_0x305889['IDAmF']);const _0xdc616=CLIUtils[_0x3fb7b2(0x19a)](),_0x42c170=TrackedInstance[_0x3fb7b2(0x1ab)](_0xdc616);_0x95d6d6=new TestFrameworkInstance(_0x42c170,this[_0x3fb7b2(0x1f3)](),this[_0x3fb7b2(0x1fa)](),_0x8627d2,HookState[_0x3fb7b2(0x1e3)]),TestFramework[_0x3fb7b2(0x185)](_0x42c170,_0x95d6d6),logger['debug']('[NodeGenericFramework]\x20resolveInstance:\x20created\x20instance\x20contextId='+_0x42c170['getId']());}return _0x95d6d6;}[a98_0x33caaf(0x186)](_0x693a40){const _0x4ae2d1=a98_0x33caaf,_0x3369dc=_0x693a40[_0x4ae2d1(0x1c2)],_0x428a61=this[_0x4ae2d1(0x1f3)]()[0x0],_0x3951da=this[_0x4ae2d1(0x1fa)](),_0x5c0163={[TestFrameworkConstants[_0x4ae2d1(0x1c0)]]:_0x428a61,[TestFrameworkConstants[_0x4ae2d1(0x1dd)]]:_0x3951da[_0x428a61]||'',[TestFrameworkConstants[_0x4ae2d1(0x1a8)]]:_0x693a40[_0x4ae2d1(0x1c2)],[TestFrameworkConstants[_0x4ae2d1(0x1eb)]]:[],[TestFrameworkConstants[_0x4ae2d1(0x1cb)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x4ae2d1(0x189)]]:TestFrameworkConstants[_0x4ae2d1(0x1c3)],[TestFrameworkConstants[_0x4ae2d1(0x1ba)]]:_0x693a40[_0x4ae2d1(0x188)],[TestFrameworkConstants[_0x4ae2d1(0x1af)]]:_0x693a40['test_file_path'],[TestFrameworkConstants[_0x4ae2d1(0x1e6)]]:_0x3369dc,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x693a40[_0x4ae2d1(0x188)],[TestFrameworkConstants[_0x4ae2d1(0x1db)]]:_0x693a40[_0x4ae2d1(0x1a0)]||_0x693a40[_0x4ae2d1(0x1e9)],[TestFrameworkConstants['KEY_TEST_CODE']]:_0x693a40['test_code']||null,[TestFrameworkConstants[_0x4ae2d1(0x1f2)]]:_0x693a40[_0x4ae2d1(0x18f)]||[],[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x693a40['test_started_at']||new Date()[_0x4ae2d1(0x179)](),[TestFrameworkConstants[_0x4ae2d1(0x1f8)]]:_0x693a40['test_scope']||'',[TestFrameworkConstants[_0x4ae2d1(0x18c)]]:_0x693a40['test_scopes']||[],[TestFrameworkConstants[_0x4ae2d1(0x1f6)]]:_0x693a40[_0x4ae2d1(0x195)]||_0x693a40[_0x4ae2d1(0x188)],[TestFrameworkConstants[_0x4ae2d1(0x1f0)]]:{},[TestFrameworkConstants['KEY_TEST_META']]:_0x693a40[_0x4ae2d1(0x184)]||{}},_0x39a6d0={};return _0x39a6d0[_0x3369dc]=_0x5c0163,_0x39a6d0;}['parseTestResult'](_0x5678ed,_0x104dc4){const _0x5608dd=a98_0x33caaf,_0x90cd1d={};_0x90cd1d[_0x5608dd(0x1f9)]=_0x5608dd(0x19d),_0x90cd1d[_0x5608dd(0x1e2)]=function(_0xf08570,_0x2dca14){return _0xf08570===_0x2dca14;},_0x90cd1d['fvCab']=_0x5608dd(0x1e1),_0x90cd1d[_0x5608dd(0x1e5)]=_0x5608dd(0x1b7),_0x90cd1d[_0x5608dd(0x1f4)]=_0x5608dd(0x1a4),_0x90cd1d[_0x5608dd(0x1ae)]=function(_0x5695e7,_0x2f5af3){return _0x5695e7!==_0x2f5af3;};const _0x4ef4f8=_0x90cd1d,_0xbee412=_0x5678ed[_0x5608dd(0x1c2)],_0x24ad2a=_0x104dc4['getAllData']()[_0x5608dd(0x191)](_0xbee412)||{},_0x44642b={..._0x24ad2a,[TestFrameworkConstants[_0x5608dd(0x189)]]:_0x5678ed[_0x5608dd(0x1ea)]||_0x4ef4f8[_0x5608dd(0x1f9)],[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x5678ed[_0x5608dd(0x187)]||new Date()[_0x5608dd(0x179)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x5608dd(0x179)](),[TestFrameworkConstants['KEY_LOGS']]:_0x24ad2a[TestFrameworkConstants[_0x5608dd(0x1b9)]]||[],[TestFrameworkConstants[_0x5608dd(0x1c9)]]:_0x5678ed['test_meta']||{}};_0x4ef4f8[_0x5608dd(0x1e2)](_0x5678ed[_0x5608dd(0x1ea)],_0x4ef4f8[_0x5608dd(0x1da)])&&(_0x44642b[TestFrameworkConstants[_0x5608dd(0x197)]]=_0x5678ed[_0x5608dd(0x17e)]||_0x4ef4f8[_0x5608dd(0x1e5)],_0x44642b[TestFrameworkConstants[_0x5608dd(0x19f)]]=_0x5678ed[_0x5608dd(0x1d1)]||_0x4ef4f8[_0x5608dd(0x1f4)],_0x44642b[TestFrameworkConstants[_0x5608dd(0x19c)]]=_0x5678ed[_0x5608dd(0x1aa)]||[]);_0x4ef4f8['ZhtEQ'](_0x5678ed[_0x5608dd(0x1b2)],undefined)&&(_0x44642b[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x5678ed[_0x5608dd(0x1b2)]);const _0x172ebc={};return _0x172ebc[_0xbee412]=_0x44642b,_0x172ebc;}[a98_0x33caaf(0x17a)](_0x80e7c7){const _0x505a86=a98_0x33caaf,_0x3642={};_0x3642['dfGTw']=_0x505a86(0x18e);const _0x52af3a=_0x3642;try{const _0x4f3907=_0x80e7c7[_0x505a86(0x1c5)]?.[_0x505a86(0x1c2)],_0x227586=_0x80e7c7['instance'],_0x1f8aad=_0x227586[_0x505a86(0x1cf)](),_0x3bf854=_0x227586[_0x505a86(0x17d)]()[_0x505a86(0x191)](_0x4f3907);if(!_0x3bf854)return logger[_0x505a86(0x1d7)](_0x505a86(0x17c)+_0x4f3907),{};const {[TestFrameworkConstants[_0x505a86(0x1c0)]]:_0x2ce1ad=this[_0x505a86(0x1f3)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x23a577=this['getTestFrameworksVersions']()[this[_0x505a86(0x1f3)]()[0x0]]||'',[TestFrameworkConstants[_0x505a86(0x196)]]:_0x390293='',[TestFrameworkConstants[_0x505a86(0x1c4)]]:_0x105637=''}=_0x3bf854,_0x476b51=_0x227586[_0x505a86(0x18a)]()['toString']()['split']('.')[0x1],_0x191cf6=_0x227586[_0x505a86(0x1be)]()[_0x505a86(0x1bc)]()[_0x505a86(0x1cd)]('.')[0x1],_0x4e9dca=global?.[_0x505a86(0x1ad)]?.[_0x505a86(0x1d4)]?.[_0x505a86(0x1bd)]||global[_0x505a86(0x1df)]||0x0,_0x3356f=_0x227586[_0x505a86(0x17b)](),_0x309c96=Buffer[_0x505a86(0x1a6)](JSON['stringify'](_0x3bf854))['toString'](_0x52af3a['dfGTw']),_0x23111c={'hash':_0x1f8aad['getId'](),'threadId':_0x1f8aad[_0x505a86(0x1e0)]()['toString'](),'processId':_0x1f8aad[_0x505a86(0x1b8)]()[_0x505a86(0x1bc)]()},_0x190269={};return _0x190269[_0x505a86(0x1ce)]=_0x4e9dca,_0x190269[_0x505a86(0x1f1)]=_0x2ce1ad,_0x190269[_0x505a86(0x1a2)]=_0x23a577,_0x190269[_0x505a86(0x198)]=_0x476b51,_0x190269[_0x505a86(0x1f5)]=_0x191cf6,_0x190269[_0x505a86(0x1b1)]=_0x390293,_0x190269[_0x505a86(0x1e4)]=_0x105637,_0x190269[_0x505a86(0x1d6)]=_0x3356f,_0x190269[_0x505a86(0x1a3)]=_0x309c96,_0x190269[_0x505a86(0x1c1)]=_0x23111c,_0x190269[_0x505a86(0x18b)]=_0x4f3907,_0x190269;}catch(_0x951410){return logger[_0x505a86(0x1b3)]('[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20ERROR\x20-\x20'+util[_0x505a86(0x1f7)](_0x951410)),{};}}}module[a98_0x33caaf(0x1de)]=NodeGenericFramework;
@@ -1 +1 @@
1
- function a99_0x13b9(){const _0x571afc=['9898965NoMZEm','PlaywrightAutomationFramework','getCurrentInstanceName','trackEvent','\x20target=','setTrackedInstance','getTrackedInstance','runHooks','2073822lltmpT','debug','../instances/automationFrameworkInstance.js','1424982qIZcsB','4395160wZrUTX','exports','OFwcv','2438624NtKcrA','../cliUtils.js','../state/automationFrameworkState.js','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','trackPlaywrightInstance:\x20instance\x20already\x20exists','115282CsPXQS','../instances/trackedInstance.js','bsParams','message','NONE','trackPlaywrightInstance','getAutomationFrameworkVersion','trackEvent:\x20automationFrameworkState=','\x20hookState=','1709764ApLkIC','7rBeqOs','IVQjH','createContext','getAutomationFrameworkName','params','BmbPv','PLAYWRIGHT_DISPATCH','5NdHkWr','rmefY','info','logger','resolveInstance'];a99_0x13b9=function(){return _0x571afc;};return a99_0x13b9();}const a99_0x3b2490=a99_0x4183;(function(_0x4d1af4,_0x5c1743){const _0x4ab4dd=a99_0x4183,_0x16e970=_0x4d1af4();while(!![]){try{const _0x43867a=-parseInt(_0x4ab4dd(0x12f))/0x1+parseInt(_0x4ab4dd(0x138))/0x2+-parseInt(_0x4ab4dd(0x126))/0x3+-parseInt(_0x4ab4dd(0x12a))/0x4*(parseInt(_0x4ab4dd(0x140))/0x5)+parseInt(_0x4ab4dd(0x14d))/0x6+parseInt(_0x4ab4dd(0x139))/0x7*(-parseInt(_0x4ab4dd(0x127))/0x8)+parseInt(_0x4ab4dd(0x145))/0x9;if(_0x43867a===_0x5c1743)break;else _0x16e970['push'](_0x16e970['shift']());}catch(_0x7e9e49){_0x16e970['push'](_0x16e970['shift']());}}}(a99_0x13b9,0x868a5));const AutomationFramework=require('./automationFramework.js'),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFrameworkState=require(a99_0x3b2490(0x12c)),CLIUtils=require(a99_0x3b2490(0x12b)),TrackedInstance=require(a99_0x3b2490(0x130)),AutomationFrameworkInstance=require(a99_0x3b2490(0x14f));class PlaywrightAutomationFramework extends AutomationFramework{[a99_0x3b2490(0x143)]=createClassLogger(a99_0x3b2490(0x146));constructor(_0x157aa7,_0x54c9f0){super(_0x157aa7,_0x54c9f0);}async[a99_0x3b2490(0x148)](_0x2cc1ec,_0x51defb,_0x45ba23={}){const _0x46ef04=a99_0x3b2490,_0x3c5d79={};_0x3c5d79['IVQjH']=function(_0x381892,_0x593020){return _0x381892===_0x593020;};const _0x34e9af=_0x3c5d79;this[_0x46ef04(0x143)][_0x46ef04(0x14e)](_0x46ef04(0x136)+_0x2cc1ec+_0x46ef04(0x137)+_0x51defb),await super['trackEvent'](_0x2cc1ec,_0x51defb,_0x45ba23);const _0x5bb4fd=this[_0x46ef04(0x144)](_0x2cc1ec,_0x51defb,_0x45ba23);if(_0x34e9af[_0x46ef04(0x13a)](_0x5bb4fd,null))return;_0x45ba23['instance']=_0x5bb4fd,await this[_0x46ef04(0x14c)](_0x5bb4fd,_0x2cc1ec,_0x51defb,_0x45ba23);}[a99_0x3b2490(0x144)](_0x25d5fa,_0x3cc3f2,_0x2d61b7={}){const _0xcc2f16=a99_0x3b2490,_0x20f631={};_0x20f631[_0xcc2f16(0x13e)]=function(_0x46ec26,_0x5d9cf6){return _0x46ec26===_0x5d9cf6;},_0x20f631[_0xcc2f16(0x141)]=function(_0x1020e7,_0x1713dd){return _0x1020e7===_0x1713dd;};const _0x4e6f34=_0x20f631;let _0x4d9747=null;return(_0x4e6f34[_0xcc2f16(0x13e)](_0x25d5fa,AutomationFrameworkState['CREATE'])||_0x4e6f34[_0xcc2f16(0x13e)](_0x25d5fa,AutomationFrameworkState[_0xcc2f16(0x13f)])&&(_0x2d61b7['message']&&_0x2d61b7[_0xcc2f16(0x132)][_0xcc2f16(0x13d)]&&_0x2d61b7['message'][_0xcc2f16(0x13d)][_0xcc2f16(0x131)])||_0x4e6f34['rmefY'](_0x25d5fa,AutomationFrameworkState[_0xcc2f16(0x133)]))&&this[_0xcc2f16(0x134)](_0x25d5fa,_0x2d61b7),_0x4d9747=AutomationFramework['getTrackedInstance'](),_0x4d9747;}[a99_0x3b2490(0x134)](_0x171818,_0x4376de){const _0xf176a2=a99_0x3b2490,_0xd7a706={};_0xd7a706[_0xf176a2(0x129)]=_0xf176a2(0x12e);const _0x488932=_0xd7a706;if(AutomationFramework[_0xf176a2(0x14b)]()){this['logger'][_0xf176a2(0x142)](_0x488932[_0xf176a2(0x129)]);return;}const _0x1586b8=CLIUtils[_0xf176a2(0x147)](),_0x8621a9=TrackedInstance[_0xf176a2(0x13b)](_0x1586b8);let _0x590c21=null;this[_0xf176a2(0x143)][_0xf176a2(0x142)]('trackPlaywrightInstance:\x20created\x20instance\x20for\x20target='+_0x1586b8+',\x20state='+_0x171818),_0x590c21=new AutomationFrameworkInstance(_0x8621a9,this[_0xf176a2(0x13c)](),this[_0xf176a2(0x135)](),_0x171818),AutomationFramework[_0xf176a2(0x14a)](_0x8621a9,_0x590c21),this[_0xf176a2(0x143)][_0xf176a2(0x142)](_0xf176a2(0x12d)+_0x8621a9['getId']()+_0xf176a2(0x149)+_0x1586b8);}}function a99_0x4183(_0x5dd4b1,_0x33370d){const _0x13b9b7=a99_0x13b9();return a99_0x4183=function(_0x4183a8,_0x26bf2f){_0x4183a8=_0x4183a8-0x126;let _0x2722a3=_0x13b9b7[_0x4183a8];return _0x2722a3;},a99_0x4183(_0x5dd4b1,_0x33370d);}module[a99_0x3b2490(0x128)]=PlaywrightAutomationFramework;
1
+ const a99_0x14d2ae=a99_0x4ba0;(function(_0x333e49,_0x1658eb){const _0x45883b=a99_0x4ba0,_0x3af3f0=_0x333e49();while(!![]){try{const _0x378482=parseInt(_0x45883b(0x120))/0x1+parseInt(_0x45883b(0x131))/0x2+-parseInt(_0x45883b(0x11e))/0x3+-parseInt(_0x45883b(0x12b))/0x4*(-parseInt(_0x45883b(0x136))/0x5)+parseInt(_0x45883b(0x11a))/0x6+-parseInt(_0x45883b(0x13f))/0x7*(-parseInt(_0x45883b(0x138))/0x8)+-parseInt(_0x45883b(0x130))/0x9;if(_0x378482===_0x1658eb)break;else _0x3af3f0['push'](_0x3af3f0['shift']());}catch(_0x8f202f){_0x3af3f0['push'](_0x3af3f0['shift']());}}}(a99_0x5382,0xec822));function a99_0x5382(){const _0x50b121=['bSLYC','trackPlaywrightInstance','../../../helpers/classLogger.js','getTrackedInstance','getAutomationFrameworkVersion','466214YMHbbl',',\x20state=','../state/automationFrameworkState.js','debug','5969898LVfdsd','./automationFramework.js','\x20hookState=','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','1597932qtfOJx','logger','503348HEYqNY','resolveInstance','NONE','iGVAu','trackEvent:\x20automationFrameworkState=','getId','OnZsK','\x20target=','trackEvent','../cliUtils.js','message','29052UBYAWS','CREATE','exports','../instances/trackedInstance.js','trackPlaywrightInstance:\x20instance\x20already\x20exists','28662876fGjySg','2711432aYntTo','PlaywrightAutomationFramework','setTrackedInstance','caDBd','params','115csqnON','../instances/automationFrameworkInstance.js','200pRwxXl','getCurrentInstanceName'];a99_0x5382=function(){return _0x50b121;};return a99_0x5382();}const AutomationFramework=require(a99_0x14d2ae(0x11b)),{createClassLogger}=require(a99_0x14d2ae(0x13c)),AutomationFrameworkState=require(a99_0x14d2ae(0x118)),CLIUtils=require(a99_0x14d2ae(0x129)),TrackedInstance=require(a99_0x14d2ae(0x12e)),AutomationFrameworkInstance=require(a99_0x14d2ae(0x137));function a99_0x4ba0(_0x55c68b,_0x564915){const _0x538296=a99_0x5382();return a99_0x4ba0=function(_0x4ba01c,_0x34ea04){_0x4ba01c=_0x4ba01c-0x118;let _0xd7e26a=_0x538296[_0x4ba01c];return _0xd7e26a;},a99_0x4ba0(_0x55c68b,_0x564915);}class PlaywrightAutomationFramework extends AutomationFramework{[a99_0x14d2ae(0x11f)]=createClassLogger(a99_0x14d2ae(0x132));constructor(_0x48c027,_0x1ea483){super(_0x48c027,_0x1ea483);}async[a99_0x14d2ae(0x128)](_0x2a4d96,_0x5a754d,_0x1234ba={}){const _0x1282f3=a99_0x14d2ae,_0x24300d={};_0x24300d['caDBd']=function(_0x248c4c,_0xbf6d53){return _0x248c4c===_0xbf6d53;};const _0x425e7f=_0x24300d;this[_0x1282f3(0x11f)][_0x1282f3(0x119)](_0x1282f3(0x124)+_0x2a4d96+_0x1282f3(0x11c)+_0x5a754d),await super[_0x1282f3(0x128)](_0x2a4d96,_0x5a754d,_0x1234ba);const _0x2a3e1d=this[_0x1282f3(0x121)](_0x2a4d96,_0x5a754d,_0x1234ba);if(_0x425e7f[_0x1282f3(0x134)](_0x2a3e1d,null))return;_0x1234ba['instance']=_0x2a3e1d,await this['runHooks'](_0x2a3e1d,_0x2a4d96,_0x5a754d,_0x1234ba);}[a99_0x14d2ae(0x121)](_0x2ab5e4,_0x7b4b39,_0x42abfd={}){const _0xc9b386=a99_0x14d2ae,_0x641944={};_0x641944[_0xc9b386(0x123)]=function(_0x1bb50f,_0x2b706c){return _0x1bb50f===_0x2b706c;},_0x641944['bSLYC']=function(_0x1b5d97,_0x449cc5){return _0x1b5d97===_0x449cc5;};const _0x4a829d=_0x641944;let _0x1f41ac=null;return(_0x4a829d[_0xc9b386(0x123)](_0x2ab5e4,AutomationFrameworkState[_0xc9b386(0x12c)])||_0x4a829d[_0xc9b386(0x13a)](_0x2ab5e4,AutomationFrameworkState['PLAYWRIGHT_DISPATCH'])&&(_0x42abfd[_0xc9b386(0x12a)]&&_0x42abfd[_0xc9b386(0x12a)][_0xc9b386(0x135)]&&_0x42abfd[_0xc9b386(0x12a)]['params']['bsParams'])||_0x4a829d[_0xc9b386(0x13a)](_0x2ab5e4,AutomationFrameworkState[_0xc9b386(0x122)]))&&this[_0xc9b386(0x13b)](_0x2ab5e4,_0x42abfd),_0x1f41ac=AutomationFramework[_0xc9b386(0x13d)](),_0x1f41ac;}[a99_0x14d2ae(0x13b)](_0x173c03,_0x5beedc){const _0x29aa8d=a99_0x14d2ae,_0x18aeb4={};_0x18aeb4[_0x29aa8d(0x126)]=_0x29aa8d(0x12f);const _0x39d3e6=_0x18aeb4;if(AutomationFramework['getTrackedInstance']()){this[_0x29aa8d(0x11f)]['info'](_0x39d3e6['OnZsK']);return;}const _0x4ceb6a=CLIUtils[_0x29aa8d(0x139)](),_0x1291a6=TrackedInstance['createContext'](_0x4ceb6a);let _0x91bbe2=null;this[_0x29aa8d(0x11f)]['info'](_0x29aa8d(0x11d)+_0x4ceb6a+_0x29aa8d(0x140)+_0x173c03),_0x91bbe2=new AutomationFrameworkInstance(_0x1291a6,this['getAutomationFrameworkName'](),this[_0x29aa8d(0x13e)](),_0x173c03),AutomationFramework[_0x29aa8d(0x133)](_0x1291a6,_0x91bbe2),this['logger']['info']('trackPlaywrightInstance:\x20saved\x20instance\x20contextId='+_0x1291a6[_0x29aa8d(0x125)]()+_0x29aa8d(0x127)+_0x4ceb6a);}}module[a99_0x14d2ae(0x12d)]=PlaywrightAutomationFramework;