browserstack-node-sdk 1.57.0 → 1.57.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (201) 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 +3 -3
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/newman/command.js +1 -1
  79. package/src/bin/newman/helper.js +1 -1
  80. package/src/bin/newman/reporter/index.js +1 -1
  81. package/src/bin/newman/scriptRunner.js +1 -1
  82. package/src/bin/nightwatch/command.js +1 -1
  83. package/src/bin/playwright/accessibility-helper.js +1 -1
  84. package/src/bin/playwright/command.js +1 -1
  85. package/src/bin/playwright/globalSetup.js +1 -1
  86. package/src/bin/playwright/mock-process.js +1 -1
  87. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  88. package/src/bin/playwright/patches.js +1 -1
  89. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  90. package/src/bin/playwright/reporter/reporter.js +1 -1
  91. package/src/bin/playwright/reporter/test-details.js +1 -1
  92. package/src/bin/playwright/sessionDetails.js +1 -1
  93. package/src/bin/puppeteer/patches.js +1 -1
  94. package/src/bin/puppeteer/sessionDetails.js +1 -1
  95. package/src/bin/puppeteer/test.setup.js +1 -1
  96. package/src/bin/runner.js +1 -1
  97. package/src/bin/setup.js +1 -1
  98. package/src/bin/test-runner/index.js +1 -1
  99. package/src/bin/test-runner/runTest.js +1 -1
  100. package/src/bin/test-runner/testWorker.js +1 -1
  101. package/src/bin/utils/apiUtilityMethods.js +1 -1
  102. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  103. package/src/bin/utils/constants.js +1 -1
  104. package/src/bin/utils/log4jsAppender.js +1 -1
  105. package/src/bin/utils/logPatcher.js +1 -1
  106. package/src/bin/utils/logReportingAPI.js +1 -1
  107. package/src/bin/utils/playwright-patcher.js +1 -1
  108. package/src/bin/utils/puppeteer-patcher.js +1 -1
  109. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  110. package/src/bin/utils/sharedUtils.js +1 -1
  111. package/src/bin/v2/TestInfo.js +1 -1
  112. package/src/bin/v2/browserstackCLI.js +1 -1
  113. package/src/bin/v2/cliUtils.js +1 -1
  114. package/src/bin/v2/customTagManager.js +1 -1
  115. package/src/bin/v2/eventDispatcher.js +1 -1
  116. package/src/bin/v2/framework/automationFramework.js +1 -1
  117. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  118. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  119. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  120. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  121. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  122. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  123. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  124. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  125. package/src/bin/v2/framework/testFramework.js +1 -1
  126. package/src/bin/v2/grpcClient.js +1 -1
  127. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  128. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  129. package/src/bin/v2/instances/trackedContext.js +1 -1
  130. package/src/bin/v2/instances/trackedInstance.js +1 -1
  131. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  132. package/src/bin/v2/modules/baseModule.js +1 -1
  133. package/src/bin/v2/modules/loadTestModule.js +1 -1
  134. package/src/bin/v2/modules/observabilityModule.js +1 -1
  135. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  136. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  137. package/src/bin/v2/modules/testhubModule.js +1 -1
  138. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  139. package/src/bin/v2/state/hookState.js +1 -1
  140. package/src/bin/v2/state/testFrameworkState.js +1 -1
  141. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  142. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  143. package/src/bin/v2/utils/jest-utils.js +1 -1
  144. package/src/bin/vanilla-js/command.js +1 -1
  145. package/src/browserStackSdk.js +1 -1
  146. package/src/helpers/BrowserStackSetup.js +1 -1
  147. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  148. package/src/helpers/accessibility-automation/constants.js +1 -1
  149. package/src/helpers/accessibility-automation/helper.js +1 -1
  150. package/src/helpers/accessibility-automation/scripts.js +1 -1
  151. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  152. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  153. package/src/helpers/ats/constants.js +1 -1
  154. package/src/helpers/ats/helper.js +1 -1
  155. package/src/helpers/caCertHelper.js +1 -1
  156. package/src/helpers/capsMapping.js +1 -1
  157. package/src/helpers/central-scanner/constants.js +1 -1
  158. package/src/helpers/central-scanner/helpers.js +1 -1
  159. package/src/helpers/classLogger.js +1 -1
  160. package/src/helpers/driverInitErrorReporter.js +1 -1
  161. package/src/helpers/globals.js +1 -1
  162. package/src/helpers/helper.js +1 -1
  163. package/src/helpers/logger.js +1 -1
  164. package/src/helpers/metadata.js +1 -1
  165. package/src/helpers/patchHelper.js +1 -1
  166. package/src/helpers/patchHelpers.js +1 -1
  167. package/src/helpers/percy/Percy.js +1 -1
  168. package/src/helpers/percy/PercyBinary.js +1 -1
  169. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  170. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  171. package/src/helpers/percy/PercySDK.js +1 -1
  172. package/src/helpers/percy/index.js +1 -1
  173. package/src/helpers/percy/utils.js +1 -1
  174. package/src/helpers/performance/constants.js +1 -1
  175. package/src/helpers/performance/performance-tester.js +1 -1
  176. package/src/helpers/playwright-helper.js +1 -1
  177. package/src/helpers/processHelper.js +1 -1
  178. package/src/helpers/puppeteer-helper.js +1 -1
  179. package/src/helpers/request-spy.js +1 -1
  180. package/src/helpers/setKeepAlive.js +1 -1
  181. package/src/helpers/stackFrameUtils.js +1 -1
  182. package/src/helpers/test-observability/constants.js +1 -1
  183. package/src/helpers/test-observability/error-handler.js +1 -1
  184. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  185. package/src/helpers/test-observability/sessionHandler.js +1 -1
  186. package/src/helpers/test-observability/utils.js +1 -1
  187. package/src/helpers/test-orchestration/constants.js +1 -1
  188. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  189. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  190. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  191. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  192. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  193. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  194. package/src/helpers/testhub/constants.js +1 -1
  195. package/src/helpers/testhub/testhubHandler.js +1 -1
  196. package/src/helpers/testhub/utils.js +1 -1
  197. package/src/helpers/timeoutPromise.js +1 -1
  198. package/src/helpers/utilities.js +1 -1
  199. package/src/helpers/w3cMapping.js +1 -1
  200. package/src/hubAllocationMethods.js +1 -1
  201. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a79_0x3cd373=a79_0x5660;(function(_0x3b8d69,_0x4cf39e){const _0x14b479=a79_0x5660,_0x483c49=_0x3b8d69();while(!![]){try{const _0x1ace88=-parseInt(_0x14b479(0x18b))/0x1*(parseInt(_0x14b479(0x1fa))/0x2)+-parseInt(_0x14b479(0x1fe))/0x3*(-parseInt(_0x14b479(0x23f))/0x4)+-parseInt(_0x14b479(0x299))/0x5*(-parseInt(_0x14b479(0x2ba))/0x6)+-parseInt(_0x14b479(0x1ba))/0x7*(parseInt(_0x14b479(0x19a))/0x8)+-parseInt(_0x14b479(0x205))/0x9+parseInt(_0x14b479(0x20a))/0xa+-parseInt(_0x14b479(0x2b5))/0xb;if(_0x1ace88===_0x4cf39e)break;else _0x483c49['push'](_0x483c49['shift']());}catch(_0x5923fb){_0x483c49['push'](_0x483c49['shift']());}}}(a79_0x1634,0x5cdf6));const TestFramework=require(a79_0x3cd373(0x157)),TestFrameworkState=require(a79_0x3cd373(0x1c6)),HookState=require(a79_0x3cd373(0x2b3)),{createClassLogger}=require(a79_0x3cd373(0x189)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a79_0x3cd373(0x2c2)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a79_0x3cd373(0x289)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a79_0x3cd373(0x29f)),{isInternalHook}=require(a79_0x3cd373(0x18f)),logger=createClassLogger(a79_0x3cd373(0x217)),{v4:uuidv4}=require(a79_0x3cd373(0x2c5)),util=require(a79_0x3cd373(0x1e7)),TestInfo=require(a79_0x3cd373(0x26b)),GrpcClient=require(a79_0x3cd373(0x25a)),stackTrace=require(a79_0x3cd373(0x2a4)),{pickUserFrameFile}=require(a79_0x3cd373(0x227));function a79_0x1634(){const _0x354e02=[',\x20hookUUID=','KEY_TEST_RESULT','test_run_uuid','getProcessId','type','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending',',\x20logsInBatch:\x20','errorsDetailed','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','toUpperCase','maxArrayLength','activeHooks','\x20(testIdentifier)','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','hookType',',\x20duration=','../TestInfo.js','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','KEY_TEST_FILE_PATH','failed','getTestFrameworks','getJestTestScopes','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','keys','warn','FGTKs','push','NrvEV',',\x20totalHooks=','UnhandledError','vlVDn','KEY_EVENT_ENDED_AT','KEY_CUSTOM_TAGS','format','status','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','IUDDu','KEY_TEST_UUID','executionContext','getInstance','wByED','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','mNwRs','mgRtk','finished_at','./constants/testFrameworkConstants.js','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','GImsw','exports','ROOT_DESCRIBE_BLOCK','file_name','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','set','WONMV','Stored\x20pending\x20hook\x20for\x20testId:\x20','\x20(testIdentifier),\x20result=','mGoIn','NONE','kElWR','usTDg','XrlOq','10IXobtY','\x20to\x20','started_at','\x20-\x20testId:\x20',',\x20scope:\x20','tVTZN','../../../helpers/helper.js','forEach','testId','KEY_TEST_FRAMEWORK_VERSION','hookState','stack-trace','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=',',\x20filePath:\x20','vEqDC',',\x20hookData=','FXUSI',',\x20failureType=','KEY_HOOK_FAILURE_REASON',',\x20remainingHooks=','isJestInternalHook','KEY_TEST_RETRY_OF','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','KEY_HOOKS_FINISHED','jest-circus','../state/hookState.js','SYOLf','9273209iNjdQy','\x20logs\x20for\x20testId:\x20',',\x20state:\x20','Unknown\x20error',',\x20version=','1762542LnRFnW','LEklK','parallelIndex','bsanY','bwzNj','KEY_HOOK_FAILURE_TYPE','parent','unknown','../cliUtils.js','KEY_HOOKS_STARTED','error','uuid','POST','buildHookMapFromTest','BEFORE_ALL','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','platformIndex','jNcJa','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','duration','tags','hook_id','getTestFrameworksVersions','yDKxe','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','missing','\x20(testIdentifier),\x20hookType=','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','KEY_TEST_SCOPE',',\x20exception=','retryOf','nZsYS','KEY_HOOK_LOGS','match','processPendingHooks','toString','OIMTh','skip','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','bKMCb','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20',',\x20totalBatches:\x20','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','trackEvent','includes','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','name','./testFramework',',\x20testData=',',\x20hooksListLength=',',\x20hookId=','fKZVc','KEY_TEST_SCOPES','bvogT','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20',',\x20error:\x20','event_ended_at','has','none','TEST_SCREENSHOT','txvPu','scopes','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','getId','getCurrentTestState','bxNXy','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','runHooks','getCurrentHookState','__workerDetails','hookMetadata','KEY_TEST_DURATION','aBHJY','DEFAULT_HOOK_RESULT','getHooksForTest','passed','KEY_HOOK_NAME','getRootParentFile','getAllPendingHookTestIds','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','KEY_HOOK_ID','parseJestTestResult','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','YfheG','trackHookEvent',',\x20consoleLogs:\x20','getJestTestTags','code','find','getContext','bDtHj','resolveInstance','beforeAll','KEY_TEST_FRAMEWORK_NAME','vBaXJ','KEY_HOOK_RESULT','KEY_TEST_FAILURE_REASON','../../../helpers/classLogger.js','KEY_HOOK_FAILURE','3337XFOsMA','getAllData','lwtWZ','SnPsf','../../../helpers/test-observability/utils','XXioi','hooks','removePendingHooks','file','KEY_TEST_LOGS','TEST',',\x20testId=','hookUUID',',\x20state=','\x20pending\x20hooks\x20for\x20testId:\x20','29456BiHfRd','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','hook_run_uuid','isArray','hookAnalyticsId','length','getJestTestIdentifier','KEY_TEST_ENDED_AT','getCurrentInstanceName','getJestFailureType','testUUID','PRE','join','args','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','stringify','filePath','ABHlE','slice','KEY_HOOK_LAST_FINISHED','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','test_run_id','vnooC','failure_reason','hasPendingHooks',',\x20hook=','sendLogCreatedEvent','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','_ALL','skipped',',\x20failureReason=','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','343OKJUvR',',\x20scopes=',',\x20messageLength=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','replace','znqEt','location','getActiveHook',',\x20target=','rTkbW','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','startsWith','../state/testFrameworkState.js','testFrameworkVersion',',\x20currentTestId:\x20','storePendingHook','CuIgD',',\x20argsKeys=','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','KEY_TEST_FAILURE_TYPE','getRef','\x20hook','MayyQ','ALL','test_identifier',',\x20result=','HcdaU','from','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','getJestTestName','trackJestInstance:\x20created\x20instance\x20for\x20target=','substr','HhwKN','KEY_TEST_RESULT_AT',',\x20response=','workerInfo','KEY_TEST_RERUN_NAME',',\x20filePath=',',\x20hookType=','KEY_TEST_STARTED_AT','Rwtft','parse','trackJestInstance','KEY_TEST_META','vVnZQ','util','concat','createTestFrameworkEventPayload','zldDO','\x20(testIdentifier),\x20tags=','asyncError','KEY_LOGS','KEY_TEST_LOCATION','hook_result','NwnBI','KEY_TEST_FAILURE','result','debug','ZmaLV','jAVVW','KEY_TEST_ATTACHMENTS','createContext','split','KEY_TEST_ID','194QSXLQM','removeActiveHook','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','pid','873vNMUhd','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','pop','\x20-\x20test_identifier=','get','getTrackedInstance','\x20screenshot\x20logs\x20for\x20testId:\x20','2413323VXlWSY','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','testFrameworkName','7443940ZzuCmB','nYlsZ','\x20&\x20hookState=','startedAt','LlwAK','Mwfry','JyFqg','PFsTT','vdjqD','OHuLh','title','dcjEL',',\x20totalLogs:\x20','JestTestFramework','trackJestInstance:\x20instance\x20already\x20exists','endedAt','SEpsC','test','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','vFlgs','RSkrr','originalTest','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20',',\x20test_run_uuid=','parseJestTest','EaHaN','mapTestHooks','\x20files','toISOString','../../../helpers/stackFrameUtils','eventJson','testData','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','KEY_TEST_NAME','nCUXm','SbVxv','vlloP','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','addMultipleEntries','WYEge','filter','FqDvA','IeWOw','ucskU','hookData','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','inspect','HtcsW','DEFAULT_TEST_RESULT','testFrameworkState','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','9124gwTTDG','\x22\x20from\x20testData','getPendingHooks',',\x20hook_run_uuid=','eLsXx','hook_type','body','mSrza','getJestFailureReason','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=',',\x20hookState=','map','message','depth',',\x20screenshotLogs:\x20','scope','apply','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','getJestFailureData','\x20for\x20testId:\x20','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','getJestTestFilePath','Error\x20in\x20createTestFrameworkEventPayload:\x20','AssertionError','Assert','instance','iAsjP','../grpcClient'];a79_0x1634=function(){return _0x354e02;};return a79_0x1634();}function a79_0x5660(_0x1bd53c,_0x47f810){const _0x1634b3=a79_0x1634();return a79_0x5660=function(_0x566023,_0x51faeb){_0x566023=_0x566023-0x146;let _0xf95612=_0x1634b3[_0x566023];return _0xf95612;},a79_0x5660(_0x1bd53c,_0x47f810);}class JestTestFramework extends TestFramework{constructor(_0x711272,_0x234db0,_0x4896b6){const _0x33bd1a=a79_0x3cd373;super(_0x711272,_0x234db0,_0x4896b6),this[_0x33bd1a(0x266)]=new Map();}['setActiveHook'](_0x1456b2,_0x5bca12,_0x279820){const _0x33c49d=a79_0x3cd373,_0x1795da={};_0x1795da[_0x33c49d(0x246)]=function(_0x34488a,_0xe2bafa){return _0x34488a||_0xe2bafa;};const _0x4a8842=_0x1795da;if(_0x4a8842['mSrza'](!_0x1456b2,!_0x5bca12)){logger[_0x33c49d(0x273)]('[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x1456b2+',\x20hookUUID='+_0x5bca12);return;}!this['activeHooks'][_0x33c49d(0x161)](_0x1456b2)&&this['activeHooks']['set'](_0x1456b2,[]);const _0x5d51f3={'hookUUID':_0x5bca12,'hookType':_0x279820,'startedAt':new Date()[_0x33c49d(0x226)]()};this[_0x33c49d(0x266)][_0x33c49d(0x202)](_0x1456b2)[_0x33c49d(0x275)](_0x5d51f3),logger[_0x33c49d(0x1f3)](_0x33c49d(0x208)+_0x1456b2+_0x33c49d(0x25b)+_0x5bca12+_0x33c49d(0x1e0)+_0x279820+_0x33c49d(0x277)+this['activeHooks'][_0x33c49d(0x202)](_0x1456b2)[_0x33c49d(0x19f)]);}[a79_0x3cd373(0x1fb)](_0x705e7f,_0x579b79){const _0x3a9052=a79_0x3cd373,_0x58b6bd={};_0x58b6bd[_0x3a9052(0x22d)]=function(_0x7c70d9,_0x43fbc8){return _0x7c70d9||_0x43fbc8;},_0x58b6bd[_0x3a9052(0x170)]=function(_0x410871,_0x10451f){return _0x410871!==_0x10451f;},_0x58b6bd['fKZVc']=function(_0x5d7e64,_0x33cee2){return _0x5d7e64===_0x33cee2;};const _0x319efd=_0x58b6bd;if(_0x319efd[_0x3a9052(0x22d)](!_0x705e7f,!_0x579b79)){logger[_0x3a9052(0x273)](_0x3a9052(0x27f)+_0x705e7f+_0x3a9052(0x25b)+_0x579b79);return;}if(this[_0x3a9052(0x266)][_0x3a9052(0x161)](_0x705e7f)){const _0x268144=this[_0x3a9052(0x266)][_0x3a9052(0x202)](_0x705e7f),_0x19bad5=_0x268144['findIndex'](_0x369431=>_0x369431['hookUUID']===_0x579b79);_0x319efd[_0x3a9052(0x170)](_0x19bad5,-0x1)?(_0x268144['splice'](_0x19bad5,0x1),logger[_0x3a9052(0x1f3)](_0x3a9052(0x248)+_0x705e7f+_0x3a9052(0x25b)+_0x579b79+_0x3a9052(0x2ad)+_0x268144[_0x3a9052(0x19f)]),_0x319efd[_0x3a9052(0x15b)](_0x268144[_0x3a9052(0x19f)],0x0)&&this[_0x3a9052(0x266)]['delete'](_0x705e7f)):logger[_0x3a9052(0x1f3)](_0x3a9052(0x28a)+_0x705e7f+_0x3a9052(0x25b)+_0x579b79);}}[a79_0x3cd373(0x1c1)](_0x4f9aa0){const _0x35bbe9=a79_0x3cd373,_0x8b05={};_0x8b05[_0x35bbe9(0x243)]=function(_0x4a5c59,_0x299893){return _0x4a5c59>_0x299893;},_0x8b05['znqEt']=function(_0x594abd,_0xc718fd){return _0x594abd-_0xc718fd;};const _0x5ae515=_0x8b05;if(!_0x4f9aa0)return null;if(this[_0x35bbe9(0x266)][_0x35bbe9(0x161)](_0x4f9aa0)){const _0x4ea33f=this[_0x35bbe9(0x266)][_0x35bbe9(0x202)](_0x4f9aa0);if(_0x5ae515[_0x35bbe9(0x243)](_0x4ea33f['length'],0x0)){const _0x927fdd=_0x4ea33f[_0x5ae515[_0x35bbe9(0x1bf)](_0x4ea33f[_0x35bbe9(0x19f)],0x1)];return logger[_0x35bbe9(0x1f3)](_0x35bbe9(0x253)+_0x4f9aa0+',\x20hookUUID='+_0x927fdd['hookUUID']+_0x35bbe9(0x1e0)+_0x927fdd[_0x35bbe9(0x269)]),_0x927fdd;}}return null;}async[a79_0x3cd373(0x153)](_0xa37b61,_0x4fa772,_0x25ddc2={}){const _0x365cf6=a79_0x3cd373,_0x2d4fb7={};_0x2d4fb7[_0x365cf6(0x223)]=_0x365cf6(0x23e),_0x2d4fb7[_0x365cf6(0x236)]=function(_0x27f9cd,_0x585abc){return _0x27f9cd===_0x585abc;},_0x2d4fb7['mgRtk']=function(_0x2baa55,_0x1bb4be){return _0x2baa55||_0x1bb4be;},_0x2d4fb7[_0x365cf6(0x18d)]='[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND';const _0x8ab34a=_0x2d4fb7;logger['debug'](_0x365cf6(0x14f)+_0xa37b61+',\x20hookState='+_0x4fa772+_0x365cf6(0x1cb)+Object[_0x365cf6(0x272)](_0x25ddc2)[_0x365cf6(0x1a6)](',')),await super['trackEvent'](_0xa37b61,_0x4fa772,_0x25ddc2);const _0x3408f6=this[_0x365cf6(0x183)](_0xa37b61,_0x4fa772,_0x25ddc2);if(!_0x3408f6){logger['debug'](_0x8ab34a[_0x365cf6(0x223)]);return;}try{let _0x2c4875,_0x2dc9e4,_0x1a5acb;switch(_0xa37b61){case TestFrameworkState[_0x365cf6(0x195)]:_0x2c4875=_0x25ddc2[_0x365cf6(0x21b)];const _0x5598a7={};_0x5598a7[_0x365cf6(0x24c)]=0x2,_0x5598a7[_0x365cf6(0x265)]=0x3,logger['debug'](_0x365cf6(0x2d5)+_0x4fa772+_0x365cf6(0x158)+util['inspect'](_0x2c4875,_0x5598a7)),_0x1a5acb=this['getJestTestIdentifier'](_0x2c4875),_0x2dc9e4=null,logger[_0x365cf6(0x1f3)](_0x365cf6(0x206)+_0x1a5acb+_0x365cf6(0x267));if(_0x8ab34a[_0x365cf6(0x236)](_0x4fa772,HookState[_0x365cf6(0x1a5)])){logger[_0x365cf6(0x1f3)](_0x365cf6(0x2c9)+_0x1a5acb);const _0x4030c6={};_0x4030c6['testUUID']=_0x2dc9e4,_0x4030c6['testData']=_0x2c4875,_0x4030c6[_0x365cf6(0x2a1)]=_0x1a5acb;const _0x47b367=this[_0x365cf6(0x222)](_0x4030c6),_0x3b4518={};_0x3b4518[_0x365cf6(0x24c)]=0x2,_0x3b4518[_0x365cf6(0x265)]=0x3,logger[_0x365cf6(0x1f3)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20'+util[_0x365cf6(0x23a)](_0x47b367,_0x3b4518)),_0x3408f6['addMultipleEntries'](_0x47b367),logger[_0x365cf6(0x1f3)](_0x365cf6(0x17a)+_0x1a5acb),await this[_0x365cf6(0x149)](_0x3408f6,_0x1a5acb);}else{if(_0x8ab34a[_0x365cf6(0x236)](_0x4fa772,HookState[_0x365cf6(0x2c6)])){logger['debug'](_0x365cf6(0x26c)+_0x1a5acb);const _0x4b3e85=_0x3408f6[_0x365cf6(0x18c)]()[_0x365cf6(0x202)](_0x1a5acb);logger[_0x365cf6(0x1f3)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20'+util[_0x365cf6(0x23a)](Object[_0x365cf6(0x272)](_0x8ab34a[_0x365cf6(0x287)](_0x4b3e85,{}))));_0x4b3e85&&_0x4b3e85[TestFrameworkConstants[_0x365cf6(0x1f6)]]?logger['debug'](_0x365cf6(0x19b)+Object[_0x365cf6(0x272)](_0x4b3e85[TestFrameworkConstants[_0x365cf6(0x1f6)]])[_0x365cf6(0x19f)]+_0x365cf6(0x225)):logger[_0x365cf6(0x1f3)](_0x8ab34a[_0x365cf6(0x18d)]);const _0xfb7d5=_0x25ddc2[_0x365cf6(0x21f)]||null,_0x3ed2bf={};_0x3ed2bf[_0x365cf6(0x1a4)]=_0x2dc9e4,_0x3ed2bf[_0x365cf6(0x229)]=_0x2c4875,_0x3ed2bf[_0x365cf6(0x2a1)]=_0x1a5acb,_0x3ed2bf[_0x365cf6(0x21f)]=_0xfb7d5;const _0x4660a4=this[_0x365cf6(0x179)](_0x3ed2bf),_0x348592={};_0x348592['depth']=0x2,_0x348592[_0x365cf6(0x265)]=0x3,logger[_0x365cf6(0x1f3)](_0x365cf6(0x2a5)+util[_0x365cf6(0x23a)](_0x4660a4,_0x348592)),_0x3408f6['addMultipleEntries'](_0x4660a4),logger[_0x365cf6(0x1f3)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20'+_0x1a5acb),await this[_0x365cf6(0x149)](_0x3408f6,_0x1a5acb);}}break;case TestFrameworkState['LOG_REPORT']:if(_0x8ab34a[_0x365cf6(0x236)](_0x4fa772,HookState[_0x365cf6(0x2c6)])){const _0x4c27e8={};_0x4c27e8[_0x365cf6(0x24c)]=0x2,logger['debug'](_0x365cf6(0x230)+util[_0x365cf6(0x23a)](_0x25ddc2,_0x4c27e8)),await this['sendLogCreatedEvent'](_0x3408f6,_0xa37b61,_0x25ddc2);}break;default:if(CLIUtils['matchHookRegex'](_0xa37b61[_0x365cf6(0x14a)]()[_0x365cf6(0x1f8)]('.')[0x1])){const _0x38e8e8={};_0x38e8e8['depth']=0x2,_0x38e8e8[_0x365cf6(0x265)]=0x3,logger[_0x365cf6(0x1f3)](_0x365cf6(0x285)+_0xa37b61+_0x365cf6(0x249)+_0x4fa772+_0x365cf6(0x2a9)+util[_0x365cf6(0x23a)](_0x25ddc2[_0x365cf6(0x237)],_0x38e8e8));const _0x1dd806=await this[_0x365cf6(0x17c)](_0x3408f6,_0xa37b61,_0x4fa772,_0x25ddc2),_0x53c60d={};_0x53c60d['depth']=0x2,_0x53c60d[_0x365cf6(0x265)]=0x3,logger[_0x365cf6(0x1f3)](_0x365cf6(0x1c4)+util['inspect'](_0x1dd806,_0x53c60d)),_0x3408f6['addMultipleEntries'](_0x1dd806);}else logger['debug'](_0x365cf6(0x2a6)+_0xa37b61+_0x365cf6(0x20c)+_0x4fa772);break;}logger['debug']('[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState='+_0xa37b61+',\x20hookState='+_0x4fa772);}catch(_0x540b3a){logger[_0x365cf6(0x2c4)](_0x365cf6(0x16a)+_0xa37b61+_0x365cf6(0x249)+_0x4fa772+_0x365cf6(0x2d7)+util[_0x365cf6(0x27c)](_0x540b3a));}_0x25ddc2[_0x365cf6(0x258)]=_0x3408f6,await this[_0x365cf6(0x16b)](_0x3408f6,_0xa37b61,_0x4fa772,_0x25ddc2);}['getJestTestIdentifier'](_0x6f7703){const _0x2587c8=a79_0x3cd373,_0x22c10c={};_0x22c10c[_0x2587c8(0x1c3)]=_0x2587c8(0x250);const _0x513c1c=_0x22c10c;if(_0x6f7703&&(_0x6f7703['id']||_0x6f7703[_0x2587c8(0x2c5)])){const _0x430f6d=_0x6f7703['id']||_0x6f7703[_0x2587c8(0x2c5)];return logger[_0x2587c8(0x1f3)](_0x2587c8(0x1ff)+_0x430f6d+_0x2587c8(0x240)),_0x430f6d;}return logger[_0x2587c8(0x1f3)](_0x513c1c[_0x2587c8(0x1c3)]),process[_0x2587c8(0x1fd)]+':testAnalyticsId';}['resolveInstance'](_0x4f0422,_0x4c208c,_0x342a24={}){const _0x277809=a79_0x3cd373;let _0x3183bb=null;return _0x3183bb=TestFramework['getTrackedInstance'](),!_0x3183bb?(logger[_0x277809(0x1f3)]('[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state='+_0x4f0422),this[_0x277809(0x1e4)](_0x4f0422,_0x342a24),_0x3183bb=TestFramework[_0x277809(0x203)](),logger[_0x277809(0x1f3)]('[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists='+!!_0x3183bb+',\x20contextId='+_0x3183bb?.[_0x277809(0x181)]()?.[_0x277809(0x167)]())):logger[_0x277809(0x1f3)](_0x277809(0x263)+_0x3183bb[_0x277809(0x181)]()?.['getId']()),_0x3183bb;}['trackJestInstance'](_0x3c5225,_0x17fcf8){const _0xb91e54=a79_0x3cd373,_0x4ac94e={};_0x4ac94e[_0xb91e54(0x21d)]=_0xb91e54(0x218);const _0x54fa3c=_0x4ac94e;if(TestFramework['getTrackedInstance']()){logger['debug'](_0x54fa3c[_0xb91e54(0x21d)]);return;}const _0x4ff985=CLIUtils[_0xb91e54(0x1a2)](),_0x23a66d=TrackedInstance[_0xb91e54(0x1f7)](_0x4ff985);let _0x103bc=null;logger[_0xb91e54(0x1f3)](_0xb91e54(0x1d8)+_0x4ff985+_0xb91e54(0x198)+_0x3c5225),_0x103bc=new TestFrameworkInstance(_0x23a66d,this[_0xb91e54(0x26f)](),this['getTestFrameworksVersions'](),_0x3c5225,HookState[_0xb91e54(0x295)]),TestFramework['setTrackedInstance'](_0x23a66d,_0x103bc),logger[_0xb91e54(0x1f3)](_0xb91e54(0x152)+_0x23a66d[_0xb91e54(0x167)]()+_0xb91e54(0x1c2)+_0x4ff985+',\x20testFramework='+this['getTestFrameworks']()[0x0]+_0xb91e54(0x2b9)+this[_0xb91e54(0x2d0)]()[this[_0xb91e54(0x26f)]()[0x0]]);}[a79_0x3cd373(0x222)](_0x13e1f2){const _0x218d86=a79_0x3cd373,_0x5f25dd={};_0x5f25dd[_0x218d86(0x2a8)]=function(_0x1091f1,_0x45838c){return _0x1091f1||_0x45838c;},_0x5f25dd[_0x218d86(0x1e2)]=_0x218d86(0x1b9);const _0x7a61ee=_0x5f25dd,{testUUID:_0x4a5f61,testData:_0x21c6c3,testId:_0x46000d}=_0x13e1f2;if(_0x7a61ee['vEqDC'](!_0x21c6c3,!_0x46000d))return logger['debug'](_0x7a61ee['Rwtft']),{};const _0x2c9cc8=this['getTestFrameworks']()[0x0],_0x43ea7c=this[_0x218d86(0x2d0)](),_0xe8082={};_0xe8082[_0x218d86(0x24c)]=0x2,_0xe8082['maxArrayLength']=0x3,logger[_0x218d86(0x1f3)](_0x218d86(0x220)+util[_0x218d86(0x23a)](_0x21c6c3,_0xe8082));const _0x1495ae=_0x21c6c3?.[_0x218d86(0x165)]||[],_0x461b5b=this['getJestTestName'](_0x21c6c3),_0x41f10e=this[_0x218d86(0x254)](_0x21c6c3),_0x438ad6=_0x21c6c3['fn']?_0x21c6c3['fn']['toString']():_0x21c6c3?.[_0x218d86(0x245)]?_0x21c6c3[_0x218d86(0x245)][_0x218d86(0x17f)][_0x218d86(0x14a)]():null,_0x139864=this[_0x218d86(0x17e)](_0x21c6c3),_0xbb3608={[TestFrameworkConstants[_0x218d86(0x185)]]:_0x2c9cc8,[TestFrameworkConstants[_0x218d86(0x2a2)]]:_0x43ea7c[_0x2c9cc8],[TestFrameworkConstants[_0x218d86(0x194)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants[_0x218d86(0x2c3)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x218d86(0x23c)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x461b5b,[TestFrameworkConstants[_0x218d86(0x26d)]]:_0x41f10e,[TestFrameworkConstants[_0x218d86(0x1f9)]]:_0x46000d,[TestFrameworkConstants[_0x218d86(0x22b)]]:_0x461b5b,[TestFrameworkConstants[_0x218d86(0x1ee)]]:_0x41f10e,[TestFrameworkConstants['KEY_TEST_CODE']]:_0x438ad6,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x139864,[TestFrameworkConstants[_0x218d86(0x1e1)]]:_0x21c6c3[_0x218d86(0x29b)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x218d86(0x2d6)]]:_0x1495ae[0x0]||'',[TestFrameworkConstants[_0x218d86(0x15c)]]:_0x1495ae,[TestFrameworkConstants[_0x218d86(0x1de)]]:_0x461b5b,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x218d86(0x1e5)]]:{}};_0x21c6c3[_0x218d86(0x2d8)]&&(_0xbb3608[TestFrameworkConstants[_0x218d86(0x2af)]]=_0x21c6c3[_0x218d86(0x2d8)]);logger[_0x218d86(0x1f3)](_0x218d86(0x1d6)+_0x461b5b+_0x218d86(0x196)+_0x46000d+_0x218d86(0x1eb)+JSON[_0x218d86(0x1a9)](_0x139864)+_0x218d86(0x1bb)+util['inspect'](_0x1495ae)+_0x218d86(0x1df)+_0x41f10e);const _0x421ee4={};return _0x421ee4[_0x46000d]=_0xbb3608,_0x421ee4;}[a79_0x3cd373(0x179)](_0x33a976){const _0x58b757=a79_0x3cd373,_0x89b255={'ekGqp':function(_0x1eff5c,_0x527ebd){return _0x1eff5c===_0x527ebd;},'ABHlE':'afterAll','HcdaU':function(_0xfc4673,_0x180259){return _0xfc4673===_0x180259;},'LlwAK':_0x58b757(0x184),'bvogT':_0x58b757(0x1d1),'GImsw':_0x58b757(0x1b6),'JyFqg':function(_0x2ece2,_0x15ab18){return _0x2ece2||_0x15ab18;},'MNBPM':_0x58b757(0x21c),'NrvEV':_0x58b757(0x2c1),'vnooC':function(_0x2d8a71,_0x3573d4){return _0x2d8a71>_0x3573d4;},'kElWR':'failed','SnPsf':_0x58b757(0x14c),'vlloP':_0x58b757(0x1b7),'mFBeM':_0x58b757(0x173),'CbCUv':function(_0x1df1a6,_0x468d48){return _0x1df1a6!==_0x468d48;},'wRXug':function(_0x490bd5,_0x3fa5e5,_0x444891,_0x57238e){return _0x490bd5(_0x3fa5e5,_0x444891,_0x57238e);},'tddpP':_0x58b757(0x177),'ZhOiW':function(_0x2abf2e,_0x37848a){return _0x2abf2e>_0x37848a;},'wCLgz':function(_0x4ed0a1,_0xfec76b){return _0x4ed0a1===_0xfec76b;}},{testUUID:_0x41e774,testData:_0x2dc17c,testId:_0x479306}=_0x33a976;if(_0x89b255[_0x58b757(0x210)](!_0x2dc17c,!_0x479306))return logger[_0x58b757(0x1f3)](_0x89b255['MNBPM']),{};const _0x8e70f0=this[_0x58b757(0x183)](TestFrameworkState['TEST'],HookState[_0x58b757(0x2c6)]),_0x1d62b5=_0x8e70f0[_0x58b757(0x18c)]()['get'](_0x479306),_0x2590d5=_0x89b255[_0x58b757(0x210)](_0x1d62b5,{}),_0x36db1f=_0x2590d5?_0x2590d5[TestFrameworkConstants[_0x58b757(0x27b)]]||{}:{},_0x4f3964=_0x2590d5[TestFrameworkConstants[_0x58b757(0x1f6)]];logger[_0x58b757(0x1f3)]('[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20'+(_0x4f3964?Object[_0x58b757(0x272)](_0x4f3964)[_0x58b757(0x19f)]:0x0)+'\x20attachments');let _0x1b72ca=_0x89b255[_0x58b757(0x276)];if(_0x2dc17c[_0x58b757(0x1f2)])_0x1b72ca=_0x2dc17c[_0x58b757(0x1f2)];else{if(_0x2dc17c['errorsDetailed']&&_0x89b255['vnooC'](_0x2dc17c['errorsDetailed']['length'],0x0))_0x1b72ca=_0x89b255[_0x58b757(0x296)];else _0x89b255['ekGqp'](_0x2dc17c['status'],_0x89b255[_0x58b757(0x18e)])||_0x89b255[_0x58b757(0x1d4)](_0x2dc17c[_0x58b757(0x27d)],_0x89b255[_0x58b757(0x22e)])?_0x1b72ca=_0x89b255[_0x58b757(0x22e)]:_0x1b72ca=_0x89b255['mFBeM'];}const _0x26eb55={..._0x2590d5,[TestFrameworkConstants[_0x58b757(0x25c)]]:_0x1b72ca,[TestFrameworkConstants[_0x58b757(0x1a1)]]:_0x2dc17c[_0x58b757(0x288)]||new Date()[_0x58b757(0x226)](),[TestFrameworkConstants[_0x58b757(0x1db)]]:new Date()[_0x58b757(0x226)](),[TestFrameworkConstants[_0x58b757(0x27b)]]:_0x36db1f,[TestFrameworkConstants['KEY_LOGS']]:_0x2590d5[TestFrameworkConstants['KEY_LOGS']]||[],[TestFrameworkConstants[_0x58b757(0x1e5)]]:{}};if(_0x89b255[_0x58b757(0x1d4)](_0x1b72ca,_0x89b255[_0x58b757(0x296)])&&_0x2dc17c['errorsDetailed']){const _0x2f57ea=this[_0x58b757(0x247)](_0x2dc17c),_0x28cb4f=this[_0x58b757(0x1a3)](_0x2dc17c),_0x2039b9=this['getJestFailureData'](_0x2dc17c);_0x26eb55[TestFrameworkConstants[_0x58b757(0x1cd)]]=_0x28cb4f,_0x26eb55[TestFrameworkConstants[_0x58b757(0x188)]]=_0x2f57ea,_0x26eb55[TestFrameworkConstants[_0x58b757(0x1f1)]]=_0x2039b9;}_0x89b255['CbCUv'](_0x2dc17c[_0x58b757(0x2cd)],undefined)&&(_0x26eb55[TestFrameworkConstants[_0x58b757(0x16f)]]=_0x2dc17c[_0x58b757(0x2cd)]);_0x2dc17c[_0x58b757(0x2d8)]&&(_0x26eb55[TestFrameworkConstants[_0x58b757(0x2af)]]=_0x2dc17c[_0x58b757(0x2d8)]);const _0x56e988=_0x1d62b5?_0x1d62b5[TestFrameworkConstants[_0x58b757(0x1f6)]]||{}:{},_0x1d5a9d=_0x1d62b5?_0x1d62b5[TestFrameworkConstants[_0x58b757(0x281)]]:_0x41e774,_0x46131c=_0x89b255['wRXug'](getManualUploadLogs,_0x56e988,_0x1d5a9d,_0x479306);if(_0x89b255['vnooC'](_0x46131c['length'],0x0)){const _0x542068=_0x26eb55[TestFrameworkConstants['KEY_LOGS']]||[];_0x26eb55[TestFrameworkConstants[_0x58b757(0x1ed)]]=[..._0x542068,..._0x46131c];}const _0x21c07a=_0x2590d5[TestFrameworkConstants['KEY_HOOKS_FINISHED']]||{},_0x26e0de=_0x2590d5[TestFrameworkConstants[_0x58b757(0x2c3)]]||{},_0x577ff1={..._0x21c07a},_0x3f61eb=_0x577ff1;Object[_0x58b757(0x272)](_0x26e0de)[_0x58b757(0x2a0)](_0x420a9d=>{const _0x4d8ac2=_0x58b757;!_0x3f61eb[_0x420a9d]&&(_0x3f61eb[_0x420a9d]=[]);const _0x46ee1f=new Set((_0x3f61eb[_0x420a9d]||[])['map'](_0x25292e=>_0x25292e[TestFrameworkConstants['KEY_HOOK_ID']]||_0x25292e[_0x4d8ac2(0x2cf)]));(_0x26e0de[_0x420a9d]||[])[_0x4d8ac2(0x2a0)](_0x779b83=>{const _0x29ef90=_0x4d8ac2,_0x24b0bf=_0x779b83[TestFrameworkConstants['KEY_HOOK_ID']]||_0x779b83[_0x29ef90(0x2cf)];if(!_0x46ee1f[_0x29ef90(0x161)](_0x24b0bf)){const _0xa105f={..._0x779b83},_0x285b36=_0xa105f;!_0x285b36[TestFrameworkConstants[_0x29ef90(0x27a)]]&&!_0x285b36[_0x29ef90(0x160)]&&(_0x285b36[TestFrameworkConstants[_0x29ef90(0x27a)]]=new Date()[_0x29ef90(0x226)]()),!_0x285b36[TestFrameworkConstants[_0x29ef90(0x187)]]&&!_0x285b36[_0x29ef90(0x1ef)]&&(_0x285b36[TestFrameworkConstants[_0x29ef90(0x187)]]=TestFrameworkConstants['DEFAULT_HOOK_RESULT']),_0x3f61eb[_0x420a9d]['push'](_0x285b36);}});});if(_0x33a976[_0x58b757(0x21f)]){this[_0x58b757(0x224)](_0x33a976['originalTest']);const _0x53ee9e=this[_0x58b757(0x2c7)](_0x33a976[_0x58b757(0x21f)]),_0x232bee=this[_0x58b757(0x172)](_0x33a976[_0x58b757(0x21f)]);_0x232bee[_0x58b757(0x2a0)](_0x396f58=>{const _0x5bf32d=_0x58b757,_0x1da480=_0x53ee9e[_0x5bf32d(0x202)](_0x396f58);if(_0x1da480&&(_0x89b255['ekGqp'](_0x1da480[_0x5bf32d(0x25f)],_0x89b255[_0x5bf32d(0x1ab)])||_0x89b255[_0x5bf32d(0x1d4)](_0x1da480[_0x5bf32d(0x25f)],_0x89b255[_0x5bf32d(0x20e)]))){const _0x46c9e9=_0x1da480[_0x5bf32d(0x25f)][_0x5bf32d(0x264)]()[_0x5bf32d(0x1be)](_0x89b255[_0x5bf32d(0x15d)],_0x89b255[_0x5bf32d(0x28b)]),_0x21cf6d=_0x46c9e9;!_0x3f61eb[_0x21cf6d]&&(_0x3f61eb[_0x21cf6d]=[]);const _0x523129=_0x3f61eb[_0x21cf6d][_0x5bf32d(0x180)](_0x10548d=>(_0x10548d[TestFrameworkConstants[_0x5bf32d(0x178)]]||_0x10548d[_0x5bf32d(0x2cf)])===_0x396f58);!_0x523129&&_0x3f61eb[_0x21cf6d][_0x5bf32d(0x275)]({'key':_0x21cf6d,[TestFrameworkConstants[_0x5bf32d(0x178)]]:_0x396f58,[TestFrameworkConstants[_0x5bf32d(0x187)]]:TestFrameworkConstants[_0x5bf32d(0x171)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:new Date()[_0x5bf32d(0x226)](),[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]:new Date()[_0x5bf32d(0x226)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x1da480[_0x5bf32d(0x156)]||_0x1da480[_0x5bf32d(0x25f)]+_0x5bf32d(0x1cf),[TestFrameworkConstants[_0x5bf32d(0x27b)]]:_0x36db1f});}});}if(_0x2dc17c['hooks']&&_0x89b255[_0x58b757(0x1b0)](_0x2dc17c['hooks'][_0x58b757(0x19f)],0x0))_0x26eb55[TestFrameworkConstants[_0x58b757(0x2b1)]]=_0x2dc17c[_0x58b757(0x191)],logger[_0x58b757(0x1f3)](_0x89b255['tddpP']);else _0x89b255['ZhOiW'](Object[_0x58b757(0x272)](_0x3f61eb)[_0x58b757(0x19f)],0x0)&&(_0x26eb55[TestFrameworkConstants[_0x58b757(0x2b1)]]=_0x3f61eb,logger[_0x58b757(0x1f3)]('[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes='+Object['keys'](_0x3f61eb)[_0x58b757(0x1a6)](',')));const _0x1c5a23=this[_0x58b757(0x1d7)](_0x2dc17c);logger['debug']('[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName='+_0x1c5a23+_0x58b757(0x196)+_0x479306+_0x58b757(0x293)+_0x1b72ca+_0x58b757(0x26a)+_0x2dc17c[_0x58b757(0x2cd)]);_0x89b255['wCLgz'](_0x1b72ca,_0x89b255['kElWR'])&&logger[_0x58b757(0x1f3)](_0x58b757(0x1a8)+_0x479306+_0x58b757(0x2ab)+_0x26eb55[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]+_0x58b757(0x1b8)+_0x26eb55[TestFrameworkConstants[_0x58b757(0x188)]]?.['substring'](0x0,0xc8));const _0x4e2205={};return _0x4e2205[_0x479306]=_0x26eb55,_0x4e2205;}[a79_0x3cd373(0x270)](_0x21a873){const _0x2c2b40=a79_0x3cd373,_0xd47a07={};_0xd47a07[_0x2c2b40(0x21a)]=function(_0x57d4f9,_0x513864){return _0x57d4f9!==_0x513864;},_0xd47a07[_0x2c2b40(0x20f)]=_0x2c2b40(0x28d);const _0x93e4b0=_0xd47a07,_0x4d12fb={};_0x4d12fb[_0x2c2b40(0x24c)]=0x2,_0x4d12fb[_0x2c2b40(0x265)]=0x3,logger[_0x2c2b40(0x1f3)](_0x2c2b40(0x22a)+util['inspect'](_0x21a873,_0x4d12fb));const _0x313717=[];if(_0x21a873&&_0x21a873['parent']){let _0x579649=_0x21a873['parent'];while(_0x579649&&_0x579649[_0x2c2b40(0x156)]&&_0x93e4b0[_0x2c2b40(0x21a)](_0x579649[_0x2c2b40(0x156)],'')&&_0x93e4b0[_0x2c2b40(0x21a)](_0x579649['name'],_0x93e4b0[_0x2c2b40(0x20f)])){_0x313717[_0x2c2b40(0x275)](_0x579649['name']),_0x579649=_0x579649[_0x2c2b40(0x2c0)];}}return _0x313717['reverse']();}[a79_0x3cd373(0x1d7)](_0x10d84c){const _0x34ffaf=a79_0x3cd373,_0x3a5ae1={};_0x3a5ae1[_0x34ffaf(0x2aa)]='Unknown\x20Test';const _0x5c65d8=_0x3a5ae1;if(_0x10d84c[_0x34ffaf(0x156)])return _0x10d84c[_0x34ffaf(0x156)];if(_0x10d84c['title'])return _0x10d84c[_0x34ffaf(0x214)];return _0x5c65d8[_0x34ffaf(0x2aa)];}[a79_0x3cd373(0x17e)](_0x40d402){const _0x465096=a79_0x3cd373,_0x38e0d5=[];if(_0x40d402['tags']&&Array['isArray'](_0x40d402[_0x465096(0x2ce)]))return _0x40d402['tags'][_0x465096(0x24a)](_0x160bcf=>_0x160bcf[_0x465096(0x1c5)]('@')?_0x160bcf[_0x465096(0x1d9)](0x1):_0x160bcf);const _0x2da34d=this[_0x465096(0x1d7)](_0x40d402),_0x5ee784=_0x2da34d[_0x465096(0x148)](/@(\w+)/g);if(_0x5ee784)return _0x5ee784[_0x465096(0x24a)](_0x155295=>_0x155295[_0x465096(0x1ac)](0x1));return _0x40d402[_0x465096(0x165)]&&Array[_0x465096(0x19d)](_0x40d402[_0x465096(0x165)])&&_0x40d402[_0x465096(0x165)][_0x465096(0x2a0)](_0x1b1553=>{const _0x1e7ff7=_0x465096,_0x1b0f25=_0x1b1553[_0x1e7ff7(0x148)](/@(\w+)/g);_0x1b0f25&&_0x1b0f25[_0x1e7ff7(0x2a0)](_0x109d5e=>{const _0x536608=_0x1e7ff7,_0x464681=_0x109d5e[_0x536608(0x1ac)](0x1);!_0x38e0d5[_0x536608(0x154)](_0x464681)&&_0x38e0d5[_0x536608(0x275)](_0x464681);});}),_0x38e0d5;}['getJestTestFilePath'](_0x1b5348){const _0x3b349e=a79_0x3cd373,_0x1f880f={'wByED':function(_0x4a2692,_0x25052f){return _0x4a2692(_0x25052f);}};if(_0x1b5348[_0x3b349e(0x28e)])return _0x1b5348[_0x3b349e(0x28e)];if(_0x1b5348[_0x3b349e(0x1ec)])try{const _0x4bdc66=stackTrace[_0x3b349e(0x1e3)](_0x1b5348[_0x3b349e(0x1ec)]),_0x2b7c84=_0x1f880f[_0x3b349e(0x284)](pickUserFrameFile,_0x4bdc66);if(_0x2b7c84)return _0x2b7c84;logger[_0x3b349e(0x1f3)](_0x3b349e(0x28f)+_0x4bdc66[_0x3b349e(0x19f)]+')');}catch(_0x41fbb1){logger[_0x3b349e(0x1f3)](_0x3b349e(0x2b0)+util[_0x3b349e(0x27c)](_0x41fbb1));}return null;}[a79_0x3cd373(0x247)](_0x278b00){const _0xd88544=a79_0x3cd373,_0x28198f={};_0x28198f[_0xd88544(0x1e6)]=function(_0x4450eb,_0x3e1483){return _0x4450eb>_0x3e1483;},_0x28198f[_0xd88544(0x212)]=_0xd88544(0x2b8);const _0x9d2190=_0x28198f;if(_0x278b00[_0xd88544(0x262)]&&_0x9d2190[_0xd88544(0x1e6)](_0x278b00[_0xd88544(0x262)]['length'],0x0))return util[_0xd88544(0x23a)](_0x278b00[_0xd88544(0x262)][0x0]);if(_0x278b00[_0xd88544(0x1b1)])return _0x278b00[_0xd88544(0x1b1)];return _0x9d2190['vdjqD'];}['getJestFailureType'](_0x22c010){const _0xcfc167=a79_0x3cd373,_0x365e04={};_0x365e04[_0xcfc167(0x211)]=_0xcfc167(0x257),_0x365e04[_0xcfc167(0x297)]=_0xcfc167(0x256),_0x365e04[_0xcfc167(0x1f0)]=_0xcfc167(0x278);const _0x4720ca=_0x365e04,_0x4347f3=this[_0xcfc167(0x247)](_0x22c010);if(_0x4347f3&&_0x4347f3['includes'](_0x4720ca[_0xcfc167(0x211)]))return _0x4720ca[_0xcfc167(0x297)];return _0x4720ca['NwnBI'];}['getJestFailureData'](_0x35b9fe){const _0x3a8ce3=a79_0x3cd373,_0x381f37={'bxNXy':function(_0x29cd95,_0xd73206){return _0x29cd95(_0xd73206);},'FqDvA':_0x3a8ce3(0x18f),'kGwTX':function(_0x3c5e7c,_0x1ca8bf){return _0x3c5e7c!==_0x1ca8bf;},'LEklK':_0x3a8ce3(0x21b)},{failureData:_0x337889}=_0x381f37[_0x3a8ce3(0x169)](require,_0x381f37[_0x3a8ce3(0x234)]),_0x55f5d4=[];return _0x381f37['kGwTX'](_0x35b9fe[_0x3a8ce3(0x262)],undefined)&&_0x55f5d4[_0x3a8ce3(0x275)](_0x35b9fe['errorsDetailed'],_0x381f37[_0x3a8ce3(0x2bb)]),_0x337889[_0x3a8ce3(0x24f)](null,_0x55f5d4);}async[a79_0x3cd373(0x17c)](_0x358248,_0x4b1f1a,_0x4c2f7f,_0x1f2478){const _0x2552e6=a79_0x3cd373,_0x46fa49={'HhwKN':_0x2552e6(0x268),'FGTKs':function(_0x4e3d49){return _0x4e3d49();},'jAVVW':function(_0x43c126,_0x1f2b35){return _0x43c126 in _0x1f2b35;},'mGoIn':function(_0x2402a4,_0x51bd8a){return _0x2402a4 in _0x51bd8a;},'OHuLh':function(_0x1885e6,_0x29dfa7){return _0x1885e6===_0x29dfa7;},'nCUXm':function(_0x4545e8,_0x5fd525){return _0x4545e8===_0x5fd525;},'vQcLQ':function(_0x584462,_0x4a4b4b){return _0x584462>_0x4a4b4b;},'YfheG':_0x2552e6(0x26e),'vBaXJ':_0x2552e6(0x173),'nZsYS':function(_0x3f0ee1,_0x1a9be2){return _0x3f0ee1===_0x1a9be2;},'OIMTh':_0x2552e6(0x260),'IeWOw':function(_0x3745dc,_0x4d80b9){return _0x3745dc>_0x4d80b9;},'CIrtQ':function(_0x63c1c0,_0x1b9d40){return _0x63c1c0!==_0x1b9d40;}},{hookData:_0x4419d2}=_0x1f2478,_0x3a0e2f=_0x4c2f7f['toString'](),_0x2eb8d3=_0x4b1f1a['toString'](),_0x563d80={};_0x563d80[_0x2552e6(0x24c)]=0x2,_0x563d80[_0x2552e6(0x265)]=0x3,logger[_0x2552e6(0x1f3)]('[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState='+_0x2eb8d3+_0x2552e6(0x249)+_0x3a0e2f+_0x2552e6(0x2a9)+util[_0x2552e6(0x23a)](_0x4419d2,_0x563d80));if(!_0x4419d2)return logger['debug'](_0x46fa49[_0x2552e6(0x1da)]),{};const _0x12bbd8=_0x4419d2['uuid']||_0x4419d2[_0x2552e6(0x19e)]||_0x46fa49[_0x2552e6(0x274)](uuidv4),_0x52c6db=_0x4419d2['test_run_id']||this[_0x2552e6(0x1a0)](_0x4419d2),_0x5b6168=_0x4b1f1a['toString']()['split']('.')[0x1],_0x3d32b2=_0x358248[_0x2552e6(0x18c)]()['get'](_0x52c6db),_0x40fbd3=_0x3d32b2?_0x3d32b2[TestFrameworkConstants[_0x2552e6(0x27b)]]||{}:{};logger[_0x2552e6(0x1f3)](_0x2552e6(0x238)+_0x12bbd8+',\x20testId='+_0x52c6db+_0x2552e6(0x2d4)+_0x5b6168+_0x2552e6(0x249)+_0x3a0e2f);if(!_0x3d32b2)return logger[_0x2552e6(0x1f3)](_0x2552e6(0x207)+_0x52c6db+',\x20storing\x20as\x20pending\x20hook'),this[_0x2552e6(0x1c9)](_0x358248,_0x52c6db,_0x4b1f1a,_0x4c2f7f,_0x1f2478),{};let _0x15929c=_0x3d32b2[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x15929c&&(_0x15929c={});!_0x46fa49[_0x2552e6(0x1f5)](_0x5b6168,_0x15929c)&&(_0x15929c[_0x5b6168]=[]);let _0x1cb9df=_0x3d32b2[TestFrameworkConstants['KEY_HOOKS_FINISHED']];!_0x1cb9df&&(_0x1cb9df={});!_0x46fa49[_0x2552e6(0x294)](_0x5b6168,_0x1cb9df)&&(_0x1cb9df[_0x5b6168]=[]);const _0xb5fa61={[_0x52c6db]:{[TestFrameworkConstants[_0x2552e6(0x2c3)]]:_0x15929c,[TestFrameworkConstants[_0x2552e6(0x2b1)]]:_0x1cb9df,[TestFrameworkConstants[_0x2552e6(0x185)]]:this[_0x2552e6(0x26f)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x2552e6(0x2d0)]()[this['getTestFrameworks']()[0x0]]||''}};if(_0x46fa49[_0x2552e6(0x213)](_0x4c2f7f,HookState[_0x2552e6(0x1a5)])){const _0xe280df={'key':_0x5b6168,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x12bbd8,[TestFrameworkConstants[_0x2552e6(0x187)]]:TestFrameworkConstants[_0x2552e6(0x171)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:_0x4419d2[_0x2552e6(0x29b)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x2552e6(0x147)]]:[],[TestFrameworkConstants[_0x2552e6(0x174)]]:_0x4419d2[_0x2552e6(0x156)]||_0x4419d2[_0x2552e6(0x244)]||_0x5b6168,[TestFrameworkConstants[_0x2552e6(0x27b)]]:_0x40fbd3};_0x15929c[_0x5b6168][_0x2552e6(0x275)](_0xe280df),_0xb5fa61[_0x52c6db][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0x5b6168;const _0x13fa8b={};_0x13fa8b[_0x2552e6(0x24c)]=0x2,logger[_0x2552e6(0x1f3)](_0x2552e6(0x166)+_0x5b6168+_0x2552e6(0x15a)+_0x12bbd8+_0x2552e6(0x196)+_0x52c6db+_0x2552e6(0x1b3)+util[_0x2552e6(0x23a)](_0xe280df,_0x13fa8b));}else{if(_0x46fa49[_0x2552e6(0x22c)](_0x4c2f7f,HookState['POST'])){const _0xde1591=_0x4419d2[_0x2552e6(0x1f2)]||(_0x4419d2['errorsDetailed']&&_0x46fa49['vQcLQ'](_0x4419d2[_0x2552e6(0x262)][_0x2552e6(0x19f)],0x0)?_0x46fa49[_0x2552e6(0x17b)]:_0x46fa49[_0x2552e6(0x186)]),_0x3f11c9=_0x15929c[_0x5b6168]||[];logger[_0x2552e6(0x1f3)](_0x2552e6(0x2cc)+_0x5b6168+_0x2552e6(0x196)+_0x52c6db+_0x2552e6(0x1d3)+_0xde1591+_0x2552e6(0x159)+_0x3f11c9[_0x2552e6(0x19f)]);if(_0x46fa49['nZsYS'](_0x3f11c9[_0x2552e6(0x19f)],0x0)&&_0x46fa49['nZsYS'](_0x4b1f1a,TestFrameworkState['BEFORE_ALL']))return logger[_0x2552e6(0x1f3)](_0x46fa49[_0x2552e6(0x14b)]),this[_0x2552e6(0x1c9)](_0x358248,_0x52c6db,_0x4b1f1a,_0x4c2f7f,_0x1f2478),{};if(_0x46fa49[_0x2552e6(0x235)](_0x3f11c9[_0x2552e6(0x19f)],0x0)){const _0x382fa4=_0x3f11c9[_0x2552e6(0x200)]();_0x46fa49[_0x2552e6(0x146)](_0xde1591,_0x46fa49[_0x2552e6(0x17b)])&&_0x4419d2[_0x2552e6(0x262)]?(_0x382fa4[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this[_0x2552e6(0x1a3)](_0x4419d2),_0x382fa4[TestFrameworkConstants[_0x2552e6(0x2ac)]]=this[_0x2552e6(0x247)](_0x4419d2),_0x382fa4[TestFrameworkConstants[_0x2552e6(0x18a)]]=this[_0x2552e6(0x251)](_0x4419d2),logger[_0x2552e6(0x1f3)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType='+_0x5b6168+',\x20failureType='+_0x382fa4[TestFrameworkConstants[_0x2552e6(0x2bf)]]+_0x2552e6(0x1b8)+_0x382fa4[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]?.['substring'](0x0,0xc8))):_0x382fa4[TestFrameworkConstants[_0x2552e6(0x187)]]=_0x46fa49['vBaXJ'];_0x46fa49['CIrtQ'](_0xde1591,TestFrameworkConstants[_0x2552e6(0x171)])&&(_0x382fa4[TestFrameworkConstants[_0x2552e6(0x187)]]=_0xde1591);_0x382fa4[TestFrameworkConstants[_0x2552e6(0x27a)]]=_0x4419d2[_0x2552e6(0x288)]||new Date()[_0x2552e6(0x226)](),_0x382fa4[TestFrameworkConstants[_0x2552e6(0x27b)]]=_0x40fbd3;const _0x176bc1=_0x382fa4[TestFrameworkConstants['KEY_HOOK_ID']];!_0x1cb9df[_0x5b6168]&&(_0x1cb9df[_0x5b6168]=[]);_0x1cb9df[_0x5b6168][_0x2552e6(0x275)](_0x382fa4),_0xb5fa61[_0x52c6db][TestFrameworkConstants[_0x2552e6(0x1ad)]]=_0x5b6168;const _0x514609={};_0x514609[_0x2552e6(0x24c)]=0x2,logger[_0x2552e6(0x1f3)](_0x2552e6(0x1bd)+_0x5b6168+_0x2552e6(0x15a)+_0x176bc1+_0x2552e6(0x1d3)+_0xde1591+',\x20hook='+util[_0x2552e6(0x23a)](_0x382fa4,_0x514609));}}}return _0xb5fa61;}[a79_0x3cd373(0x1e9)](_0xcbbf5e){const _0xd32d56=a79_0x3cd373,_0x1ef5de={};_0x1ef5de['nYlsZ']='base64';const _0x9f090c=_0x1ef5de;try{const _0x1be148=_0xcbbf5e[_0xd32d56(0x21b)]?this[_0xd32d56(0x1a0)](_0xcbbf5e[_0xd32d56(0x21b)]):_0xcbbf5e[_0xd32d56(0x237)]['test_run_id'],_0x58874e=_0xcbbf5e[_0xd32d56(0x258)],_0x1f7fb4=_0x58874e['getContext'](),_0x2de7a9=_0x58874e[_0xd32d56(0x18c)]()[_0xd32d56(0x202)](_0x1be148);if(!_0x2de7a9)return logger['debug']('createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x1be148),{};const {[TestFrameworkConstants[_0xd32d56(0x185)]]:_0x4dea45=this[_0xd32d56(0x26f)]()[0x0]||'',[TestFrameworkConstants[_0xd32d56(0x2a2)]]:_0x585090=this[_0xd32d56(0x2d0)]()[this[_0xd32d56(0x26f)]()[0x0]]||'',[TestFrameworkConstants[_0xd32d56(0x1e1)]]:_0x3e8d46='',[TestFrameworkConstants[_0xd32d56(0x1a1)]]:_0x540902=''}=_0x2de7a9,_0x5993f8=_0x58874e[_0xd32d56(0x168)]()[_0xd32d56(0x14a)]()[_0xd32d56(0x1f8)]('.')[0x1],_0x5f1acd=_0x58874e[_0xd32d56(0x16c)]()['toString']()['split']('.')[0x1],_0x4fcbfa=global?.[_0xd32d56(0x16d)]?.[_0xd32d56(0x1dd)]?.[_0xd32d56(0x2bc)]||global['__bstackPlatformIndex']||0x0,_0x3ebd7c=_0x58874e[_0xd32d56(0x1ce)](),_0x18d351=Buffer[_0xd32d56(0x1d5)](JSON[_0xd32d56(0x1a9)](_0x2de7a9))[_0xd32d56(0x14a)](_0x9f090c[_0xd32d56(0x20b)]),_0x128ba1={'hash':_0x1f7fb4[_0xd32d56(0x167)](),'threadId':_0x1f7fb4['getThreadId']()[_0xd32d56(0x14a)](),'processId':_0x1f7fb4[_0xd32d56(0x25e)]()[_0xd32d56(0x14a)]()},_0x1857f3={};_0x1857f3[_0xd32d56(0x2ca)]=_0x4fcbfa,_0x1857f3[_0xd32d56(0x209)]=_0x4dea45,_0x1857f3[_0xd32d56(0x1c7)]=_0x585090,_0x1857f3[_0xd32d56(0x23d)]=_0x5993f8,_0x1857f3[_0xd32d56(0x2a3)]=_0x5f1acd,_0x1857f3[_0xd32d56(0x20d)]=_0x3e8d46,_0x1857f3[_0xd32d56(0x219)]=_0x540902,_0x1857f3[_0xd32d56(0x2c5)]=_0x3ebd7c,_0x1857f3[_0xd32d56(0x228)]=_0x18d351,_0x1857f3[_0xd32d56(0x282)]=_0x128ba1,_0x1857f3[_0xd32d56(0x1d2)]=_0x1be148;const _0x1ed230=_0x1857f3;return _0x1ed230;}catch(_0xbf680b){return logger[_0xd32d56(0x2c4)](_0xd32d56(0x255)+util[_0xd32d56(0x27c)](_0xbf680b)),{};}}async[a79_0x3cd373(0x1b4)](_0x5539c8,_0x5e4409,_0x426df7){const _0x43a606=a79_0x3cd373,_0x1b6d72={'RSkrr':function(_0x502f84,_0x501e72){return _0x502f84+_0x501e72;},'ZmaLV':_0x43a606(0x2d3),'tVTZN':_0x43a606(0x162),'JiHiu':function(_0x51ceae,_0x301ae1){return _0x51ceae>_0x301ae1;},'bDtHj':function(_0x1d0fba,_0x43d3e3,_0x13551a,_0x2ce5d5){return _0x1d0fba(_0x43d3e3,_0x13551a,_0x2ce5d5);},'yImov':function(_0x428a9d,_0x2c173a){return _0x428a9d-_0x2c173a;},'bwzNj':function(_0x179c01,_0x5ea386){return _0x179c01===_0x5ea386;},'eHVbT':function(_0x30ed77,_0x3148db){return _0x30ed77/_0x3148db;},'CuIgD':function(_0x29386f,_0x489586){return _0x29386f<_0x489586;},'yDKxe':function(_0x363fd6,_0x4f3f9d){return _0x363fd6*_0x4f3f9d;},'jNcJa':function(_0x1838a2,_0x305614){return _0x1838a2+_0x305614;},'vkLQc':function(_0x3647c1,_0x13a694){return _0x3647c1+_0x13a694;},'IUDDu':function(_0x27755e,_0x4bf9d0){return _0x27755e+_0x4bf9d0;},'bKMCb':function(_0x4b9f91,_0x4b8c43){return _0x4b9f91>_0x4b8c43;}};try{const _0x4ada28=_0x426df7[_0x43a606(0x1a4)]||_0x426df7[_0x43a606(0x2a1)],_0x799918=Array[_0x43a606(0x1d5)](_0x5539c8[_0x43a606(0x18c)]()[_0x43a606(0x272)]()),_0x239d1=_0x5539c8[_0x43a606(0x18c)]()[_0x43a606(0x202)](_0x4ada28);if(!_0x239d1){logger[_0x43a606(0x1f3)](_0x43a606(0x155)+_0x4ada28);return;}const {[TestFrameworkConstants[_0x43a606(0x185)]]:_0x3b4ac5='',[TestFrameworkConstants[_0x43a606(0x2a2)]]:_0x445c7b=''}=_0x239d1;let _0x83aaae=[];_0x239d1&&_0x239d1[TestFrameworkConstants[_0x43a606(0x1ed)]]&&Array[_0x43a606(0x19d)](_0x239d1[TestFrameworkConstants['KEY_LOGS']])?(_0x83aaae=_0x239d1[TestFrameworkConstants[_0x43a606(0x1ed)]]||[],logger[_0x43a606(0x1f3)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20'+_0x83aaae[_0x43a606(0x19f)]+_0x43a606(0x2b6)+_0x4ada28),_0x5539c8[_0x43a606(0x231)]({[_0x4ada28]:{[TestFrameworkConstants[_0x43a606(0x1ed)]]:[],[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x43a606(0x26f)]()[0x0]||'',[TestFrameworkConstants[_0x43a606(0x2a2)]]:this['getTestFrameworksVersions']()[this[_0x43a606(0x26f)]()[0x0]]||''}}),logger[_0x43a606(0x1f3)](_0x43a606(0x22f)+_0x4ada28)):logger[_0x43a606(0x1f3)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x4ada28);logger[_0x43a606(0x1f3)](_0x43a606(0x1b5)+_0x83aaae[_0x43a606(0x19f)]+_0x43a606(0x252)+_0x4ada28);const _0x1e171c=_0x83aaae[_0x43a606(0x233)](_0x43a1b9=>_0x43a1b9['kind']===_0x43a606(0x163));_0x1b6d72['JiHiu'](_0x1e171c['length'],0x0)&&(logger[_0x43a606(0x1f3)](_0x43a606(0x271)+_0x1e171c[_0x43a606(0x19f)]+_0x43a606(0x204)+_0x4ada28),_0x1e171c['forEach']((_0x434f1f,_0x3bba53)=>{const _0x2d9015=_0x43a606;logger[_0x2d9015(0x1f3)](_0x2d9015(0x1fc)+_0x1b6d72[_0x2d9015(0x21e)](_0x3bba53,0x1)+'/'+_0x1e171c[_0x2d9015(0x19f)]+_0x2d9015(0x201)+(_0x434f1f['test_identifier']||_0x1b6d72[_0x2d9015(0x1f4)])+_0x2d9015(0x221)+(_0x434f1f[_0x2d9015(0x25d)]||_0x1b6d72[_0x2d9015(0x1f4)])+_0x2d9015(0x242)+(_0x434f1f[_0x2d9015(0x19c)]||_0x1b6d72[_0x2d9015(0x29e)])+_0x2d9015(0x1bc)+(_0x434f1f[_0x2d9015(0x24b)]?.['length']||0x0));}));const _0x134000=_0x239d1[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x198bc4=_0x1b6d72[_0x43a606(0x182)](getMediaArtifactsLogs,_0x134000,null,_0x4ada28),_0x14ca68=(_0x83aaae||[])[_0x43a606(0x1e8)](_0x198bc4||[]),_0x3e9be2=_0x1e171c?.[_0x43a606(0x19f)]||0x0,_0x236d71=_0x1b6d72['yImov'](_0x83aaae?.[_0x43a606(0x19f)]||0x0,_0x3e9be2);logger['debug'](_0x43a606(0x15e)+_0x4ada28+_0x43a606(0x17d)+_0x236d71+_0x43a606(0x24d)+_0x3e9be2+',\x20attachmentLogs:\x20'+(_0x198bc4?.[_0x43a606(0x19f)]||0x0)+_0x43a606(0x216)+_0x14ca68[_0x43a606(0x19f)]);if(!_0x14ca68||_0x1b6d72[_0x43a606(0x2be)](_0x14ca68[_0x43a606(0x19f)],0x0)){logger[_0x43a606(0x1f3)](_0x43a606(0x1ae)+_0x4ada28);return;}const _0x31319f=0x28,_0x27014e=Math['ceil'](_0x1b6d72['eHVbT'](_0x14ca68['length'],_0x31319f));for(let _0x3bcdcd=0x0;_0x1b6d72[_0x43a606(0x1ca)](_0x3bcdcd,_0x27014e);_0x3bcdcd++){const _0x22d8a4=_0x1b6d72[_0x43a606(0x2d1)](_0x3bcdcd,_0x31319f),_0x724bef=_0x1b6d72[_0x43a606(0x2cb)](_0x22d8a4,_0x31319f),_0x395fff=_0x14ca68[_0x43a606(0x1ac)](_0x22d8a4,_0x724bef),_0x22b991=global?.['browserstackPlatformIndex']??0x0,_0x14851b={'platformIndex':_0x22b991,'logs':_0x395fff,'testFrameworkName':_0x3b4ac5,'testFrameworkVersion':_0x445c7b,'testFrameworkState':_0x5e4409[_0x43a606(0x14a)]()[_0x43a606(0x1f8)]('.')[0x1]},_0x3d037e={};_0x3d037e['depth']=0x3,_0x3d037e[_0x43a606(0x265)]=0x5,logger[_0x43a606(0x1f3)](_0x43a606(0x150)+_0x1b6d72['vkLQc'](_0x3bcdcd,0x1)+'/'+_0x27014e+_0x43a606(0x29c)+_0x4ada28+_0x43a606(0x261)+_0x395fff['length']+',\x20platformIndex:\x20'+_0x22b991+',\x20payload:\x20'+util[_0x43a606(0x23a)](_0x14851b,_0x3d037e));const _0x4f2767=await GrpcClient[_0x43a606(0x283)]()['logCreatedEvent'](_0x14851b);logger[_0x43a606(0x1f3)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x1b6d72[_0x43a606(0x280)](_0x3bcdcd,0x1)+'/'+_0x27014e+_0x43a606(0x29c)+_0x4ada28+_0x43a606(0x1dc)+util[_0x43a606(0x23a)](_0x4f2767));}_0x198bc4&&_0x1b6d72[_0x43a606(0x14e)](_0x198bc4[_0x43a606(0x19f)],0x0)&&_0x239d1[TestFrameworkConstants[_0x43a606(0x1f6)]]&&_0x5539c8['addMultipleEntries']({[_0x4ada28]:{[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{},[TestFrameworkConstants[_0x43a606(0x185)]]:this[_0x43a606(0x26f)]()[0x0]||'',[TestFrameworkConstants[_0x43a606(0x2a2)]]:this['getTestFrameworksVersions']()[this[_0x43a606(0x26f)]()[0x0]]||''}}),logger[_0x43a606(0x1f3)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20'+_0x4ada28+_0x43a606(0x151)+_0x27014e);}catch(_0x35ccfb){logger[_0x43a606(0x2c4)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20'+(_0x426df7[_0x43a606(0x1a4)]||_0x426df7[_0x43a606(0x2a1)])+_0x43a606(0x15f)+util['format'](_0x35ccfb));}}[a79_0x3cd373(0x1c9)](_0x3208cf,_0xb9af3e,_0x20fb48,_0x43b27a,_0x7e9801){const _0x559179=a79_0x3cd373,_0x98438d={};_0x98438d[_0x559179(0x279)]=function(_0x284c26,_0x39daf1){return _0x284c26===_0x39daf1;},_0x98438d['XXioi']=_0x559179(0x184);const _0x1ff2b6=_0x98438d,{hookData:_0x138625}=_0x7e9801,_0x250196={'testId':_0xb9af3e,'testFrameworkState':_0x20fb48,'hookState':_0x43b27a,'args':_0x7e9801,'timestamp':new Date()[_0x559179(0x226)]()};if(_0x1ff2b6['vlVDn'](_0x20fb48,TestFrameworkState['BEFORE_ALL'])&&_0x138625){const _0x549027={};_0x549027['filePath']=_0x138625[_0x559179(0x28e)]||_0x138625[_0x559179(0x1c0)],_0x549027[_0x559179(0x24e)]=_0x138625[_0x559179(0x24e)]||_0x138625[_0x559179(0x165)]&&_0x138625['scopes'][0x0]||'',_0x549027['hookType']=_0x1ff2b6[_0x559179(0x190)],_0x250196[_0x559179(0x16e)]=_0x549027,logger[_0x559179(0x1f3)]('[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20'+_0xb9af3e+_0x559179(0x2a7)+_0x250196[_0x559179(0x16e)]['filePath']+_0x559179(0x29d)+_0x250196['hookMetadata'][_0x559179(0x24e)]);}_0x3208cf['addPendingHook'](_0xb9af3e,_0x250196),logger[_0x559179(0x1f3)](_0x559179(0x292)+_0xb9af3e+_0x559179(0x2b7)+_0x20fb48+',\x20hookState:\x20'+_0x43b27a);}async[a79_0x3cd373(0x149)](_0x1e6bef,_0x397f89){const _0x586d24=a79_0x3cd373,_0x407bff={};_0x407bff['WONMV']=function(_0x19b1db,_0x4ebaad){return _0x19b1db>_0x4ebaad;},_0x407bff['MayyQ']=function(_0x765a50,_0x347613){return _0x765a50===_0x347613;},_0x407bff[_0x586d24(0x1ea)]=function(_0x21d053,_0x381a94){return _0x21d053===_0x381a94;},_0x407bff[_0x586d24(0x2b4)]=function(_0x5c8660,_0x9d28b5){return _0x5c8660===_0x9d28b5;},_0x407bff['iAsjP']=function(_0x1ac2d0,_0x4b3e8b){return _0x1ac2d0>_0x4b3e8b;},_0x407bff['txvPu']=_0x586d24(0x1cc);const _0x2cdb88=_0x407bff;if(_0x1e6bef[_0x586d24(0x1b2)](_0x397f89)){const _0x2970cc=_0x1e6bef[_0x586d24(0x241)](_0x397f89);logger[_0x586d24(0x1f3)]('Processing\x20'+_0x2970cc[_0x586d24(0x19f)]+_0x586d24(0x199)+_0x397f89);for(const _0x5c9b27 of _0x2970cc){try{const _0x29f34d=await this[_0x586d24(0x17c)](_0x1e6bef,_0x5c9b27['testFrameworkState'],_0x5c9b27[_0x586d24(0x2a3)],_0x5c9b27[_0x586d24(0x1a7)]);_0x29f34d&&_0x2cdb88[_0x586d24(0x291)](Object[_0x586d24(0x272)](_0x29f34d)[_0x586d24(0x19f)],0x0)&&_0x1e6bef['addMultipleEntries'](_0x29f34d),await this[_0x586d24(0x16b)](_0x1e6bef,_0x5c9b27[_0x586d24(0x23d)],_0x5c9b27[_0x586d24(0x2a3)],_0x5c9b27[_0x586d24(0x1a7)]);}catch(_0x19bf4d){logger[_0x586d24(0x2c4)]('Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20'+_0x397f89+',\x20error:\x20'+_0x19bf4d);}}_0x1e6bef[_0x586d24(0x192)](_0x397f89),logger[_0x586d24(0x1f3)]('Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20'+_0x397f89);}const _0x2b1d49=_0x1e6bef['getAllData']()['get'](_0x397f89);if(_0x2b1d49){const _0x11be10=_0x2b1d49[TestFrameworkConstants[_0x586d24(0x26d)]]||_0x2b1d49[TestFrameworkConstants[_0x586d24(0x1ee)]],_0xa4c15d=_0x2b1d49[TestFrameworkConstants[_0x586d24(0x2d6)]]||_0x2b1d49[TestFrameworkConstants[_0x586d24(0x15c)]]&&_0x2b1d49[TestFrameworkConstants[_0x586d24(0x15c)]][0x0]||'';logger[_0x586d24(0x1f3)]('[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20'+_0x11be10+_0x586d24(0x29d)+_0xa4c15d);const _0x2bbeb1=_0x1e6bef[_0x586d24(0x176)]();for(const _0x67debc of _0x2bbeb1){if(_0x2cdb88[_0x586d24(0x1d0)](_0x67debc,_0x397f89))continue;if(_0x1e6bef['hasPendingHooks'](_0x67debc)){const _0x1500c0=_0x1e6bef[_0x586d24(0x241)](_0x67debc);for(const _0x2d38ae of _0x1500c0){if(_0x2cdb88[_0x586d24(0x1ea)](_0x2d38ae['testFrameworkState'],TestFrameworkState[_0x586d24(0x2c8)])&&_0x2d38ae[_0x586d24(0x16e)]){const _0x17c626=_0x2d38ae[_0x586d24(0x16e)][_0x586d24(0x1aa)],_0x4fca15=_0x2d38ae[_0x586d24(0x16e)][_0x586d24(0x24e)];if(_0x2cdb88[_0x586d24(0x2b4)](_0x17c626,_0x11be10)&&_0x2cdb88[_0x586d24(0x1ea)](_0x4fca15,_0xa4c15d)){logger['debug'](_0x586d24(0x2d2)+_0x67debc+_0x586d24(0x1c8)+_0x397f89+_0x586d24(0x2a7)+_0x17c626+',\x20scope:\x20'+_0x4fca15);_0x2d38ae[_0x586d24(0x1a7)]&&_0x2d38ae['args'][_0x586d24(0x237)]&&(_0x2d38ae[_0x586d24(0x1a7)]['hookData'][_0x586d24(0x1af)]=_0x397f89,logger[_0x586d24(0x1f3)]('[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20'+_0x67debc+_0x586d24(0x29a)+_0x397f89));try{const _0x582299=await this[_0x586d24(0x17c)](_0x1e6bef,_0x2d38ae[_0x586d24(0x23d)],_0x2d38ae[_0x586d24(0x2a3)],_0x2d38ae[_0x586d24(0x1a7)]);_0x582299&&_0x2cdb88[_0x586d24(0x259)](Object[_0x586d24(0x272)](_0x582299)[_0x586d24(0x19f)],0x0)&&_0x1e6bef[_0x586d24(0x231)](_0x582299);await this[_0x586d24(0x16b)](_0x1e6bef,_0x2d38ae['testFrameworkState'],_0x2d38ae[_0x586d24(0x2a3)],_0x2d38ae[_0x586d24(0x1a7)]);const _0x31aa88=_0x1e6bef[_0x586d24(0x241)](_0x67debc)[_0x586d24(0x233)](_0x3d5448=>_0x3d5448!==_0x2d38ae);if(_0x2cdb88[_0x586d24(0x1d0)](_0x31aa88['length'],0x0))_0x1e6bef[_0x586d24(0x192)](_0x67debc);else{_0x1e6bef[_0x586d24(0x192)](_0x67debc);for(const _0x41f0f2 of _0x31aa88){_0x1e6bef['addPendingHook'](_0x67debc,_0x41f0f2);}}logger[_0x586d24(0x1f3)](_0x2cdb88[_0x586d24(0x164)]);}catch(_0xc17556){logger['error'](_0x586d24(0x27e)+_0x397f89+_0x586d24(0x15f)+_0xc17556);}}}}}}}}['mapTestHooks'](_0x5d6c06){const _0x5e5dd0=a79_0x3cd373,_0x1820e1={'dcjEL':function(_0x5457b0){return _0x5457b0();}};if(!_0x5d6c06||!_0x5d6c06[_0x5e5dd0(0x2c0)])return;_0x5d6c06[_0x5e5dd0(0x2c0)][_0x5e5dd0(0x191)]&&Array[_0x5e5dd0(0x19d)](_0x5d6c06[_0x5e5dd0(0x2c0)]['hooks'])&&_0x5d6c06[_0x5e5dd0(0x2c0)][_0x5e5dd0(0x191)][_0x5e5dd0(0x2a0)](_0x115c9f=>{const _0x314d86=_0x5e5dd0;!_0x115c9f[_0x314d86(0x19e)]&&!_0x115c9f[_0x314d86(0x197)]&&(_0x115c9f['hookAnalyticsId']=_0x1820e1[_0x314d86(0x215)](uuidv4),_0x115c9f[_0x314d86(0x197)]=_0x115c9f['hookAnalyticsId'],logger[_0x314d86(0x1f3)](_0x314d86(0x239)+_0x115c9f[_0x314d86(0x25f)]+',\x20hookUUID='+_0x115c9f[_0x314d86(0x19e)]));}),this[_0x5e5dd0(0x224)](_0x5d6c06[_0x5e5dd0(0x2c0)]);}['getHooksForTest'](_0xcfcf60){const _0x371510=a79_0x3cd373,_0x358728={'uWcHB':function(_0x5b71ec,_0x25ab27){return _0x5b71ec(_0x25ab27);}};if(!_0xcfcf60||!_0xcfcf60['parent'])return[];const _0x3bc83d=[];return _0xcfcf60[_0x371510(0x2c0)][_0x371510(0x191)]&&Array[_0x371510(0x19d)](_0xcfcf60['parent']['hooks'])&&_0xcfcf60['parent'][_0x371510(0x191)][_0x371510(0x2a0)](_0x456afc=>{const _0xce7842=_0x371510,_0x419320=_0x456afc['hookAnalyticsId']||_0x456afc['hookUUID'];_0x419320&&!this[_0xce7842(0x2ae)](_0x456afc)&&!_0x358728['uWcHB'](isInternalHook,_0x456afc['fn'])&&_0x3bc83d[_0xce7842(0x275)](_0x419320);}),[..._0x3bc83d,...this[_0x371510(0x172)](_0xcfcf60[_0x371510(0x2c0)])];}[a79_0x3cd373(0x2c7)](_0x5d6e12){const _0x5d8858=a79_0x3cd373,_0x5bff50={'XrlOq':function(_0x10bc85,_0x262d07){return _0x10bc85(_0x262d07);},'VDLPy':_0x5d8858(0x2c1)},_0x245999=new Map(),_0x14dd02=_0x1edf9b=>{const _0x3aa631=_0x5d8858,_0x48948b={'zwOOe':function(_0x11477e,_0x303c3c){const _0x17765d=a79_0x5660;return _0x5bff50[_0x17765d(0x298)](_0x11477e,_0x303c3c);},'bsanY':_0x5bff50['VDLPy']};if(!_0x1edf9b||!_0x1edf9b[_0x3aa631(0x2c0)])return;_0x1edf9b[_0x3aa631(0x2c0)][_0x3aa631(0x191)]&&Array[_0x3aa631(0x19d)](_0x1edf9b[_0x3aa631(0x2c0)][_0x3aa631(0x191)])&&_0x1edf9b[_0x3aa631(0x2c0)]['hooks'][_0x3aa631(0x2a0)](_0x2868ba=>{const _0x4cba87=_0x3aa631,_0x41f657=_0x2868ba[_0x4cba87(0x19e)]||_0x2868ba[_0x4cba87(0x197)];if(_0x41f657&&!this[_0x4cba87(0x2ae)](_0x2868ba)&&!_0x48948b['zwOOe'](isInternalHook,_0x2868ba['fn'])){const _0xeeb177={};_0xeeb177[_0x4cba87(0x25f)]=_0x2868ba[_0x4cba87(0x25f)]||_0x48948b[_0x4cba87(0x2bd)],_0xeeb177['name']=_0x2868ba[_0x4cba87(0x156)]||'\x22'+_0x2868ba[_0x4cba87(0x25f)]+'\x22\x20hook',_0x245999[_0x4cba87(0x290)](_0x41f657,_0xeeb177);}}),_0x5bff50[_0x3aa631(0x298)](_0x14dd02,_0x1edf9b['parent']);};return _0x5bff50[_0x5d8858(0x298)](_0x14dd02,_0x5d6e12),_0x245999;}['isJestInternalHook'](_0x1bb24b){const _0x17720d=a79_0x3cd373,_0x4dbd8a={};_0x4dbd8a[_0x17720d(0x232)]=_0x17720d(0x2b2),_0x4dbd8a[_0x17720d(0x286)]='[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}';const _0xeef980=_0x4dbd8a;try{const _0x553054=this['getRootParentFile'](_0x1bb24b);if(!_0x553054||_0x553054[_0x17720d(0x154)](_0xeef980[_0x17720d(0x232)]))return!![];return![];}catch(_0x1ce8c6){logger[_0x17720d(0x1f3)](_0xeef980['mNwRs']);}return![];}[a79_0x3cd373(0x175)](_0x4b88a5){const _0x26733a=a79_0x3cd373,_0x3995b8={'HtcsW':function(_0x5ee402,_0x577ecc){return _0x5ee402(_0x577ecc);}};if(_0x4b88a5[_0x26733a(0x193)])return _0x4b88a5[_0x26733a(0x193)];if(_0x4b88a5[_0x26733a(0x1ec)])try{const _0x25d12c=stackTrace[_0x26733a(0x1e3)](_0x4b88a5[_0x26733a(0x1ec)]),_0x216249=_0x3995b8[_0x26733a(0x23b)](pickUserFrameFile,_0x25d12c);if(_0x216249)return _0x216249;logger[_0x26733a(0x1f3)]('[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length='+_0x25d12c[_0x26733a(0x19f)]+')');}catch(_0x19289a){logger['debug'](_0x26733a(0x14d)+util[_0x26733a(0x27c)](_0x19289a));}return null;}}module[a79_0x3cd373(0x28c)]=JestTestFramework;
1
+ const a79_0x3098a0=a79_0xca5b;(function(_0x226b86,_0x92ef26){const _0x2ad507=a79_0xca5b,_0x36b870=_0x226b86();while(!![]){try{const _0x33f5a3=parseInt(_0x2ad507(0x1d9))/0x1*(parseInt(_0x2ad507(0x232))/0x2)+parseInt(_0x2ad507(0x229))/0x3*(-parseInt(_0x2ad507(0x188))/0x4)+-parseInt(_0x2ad507(0x1ae))/0x5+-parseInt(_0x2ad507(0x180))/0x6*(-parseInt(_0x2ad507(0x1a2))/0x7)+parseInt(_0x2ad507(0x136))/0x8+parseInt(_0x2ad507(0x221))/0x9+parseInt(_0x2ad507(0x1c3))/0xa;if(_0x33f5a3===_0x92ef26)break;else _0x36b870['push'](_0x36b870['shift']());}catch(_0x1f1295){_0x36b870['push'](_0x36b870['shift']());}}}(a79_0x401a,0x1a859));const TestFramework=require(a79_0x3098a0(0x214)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a79_0x3098a0(0x1c5)),{createClassLogger}=require(a79_0x3098a0(0xf0)),TestFrameworkInstance=require(a79_0x3098a0(0x16c)),CLIUtils=require(a79_0x3098a0(0xe8)),TrackedInstance=require(a79_0x3098a0(0x104)),TestFrameworkConstants=require(a79_0x3098a0(0x106)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a79_0x3098a0(0x141)),{isInternalHook}=require(a79_0x3098a0(0x135)),logger=createClassLogger(a79_0x3098a0(0xcf)),{v4:uuidv4}=require(a79_0x3098a0(0xa9)),util=require(a79_0x3098a0(0xb9)),TestInfo=require('../TestInfo.js'),GrpcClient=require(a79_0x3098a0(0xbc)),stackTrace=require(a79_0x3098a0(0x1f2)),{pickUserFrameFile}=require(a79_0x3098a0(0x21d));function a79_0xca5b(_0x2d083d,_0x37c871){const _0x401a7c=a79_0x401a();return a79_0xca5b=function(_0xca5b96,_0x51dd73){_0xca5b96=_0xca5b96-0xa4;let _0x2e4a90=_0x401a7c[_0xca5b96];return _0x2e4a90;},a79_0xca5b(_0x2d083d,_0x37c871);}function a79_0x401a(){const _0x330923=['none','trackHookEvent','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','createContext','BEFORE_ALL','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','hook_run_uuid',',\x20response=','RggNz','failure_reason','join','KEY_TEST_META','PgOQU','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','../../../helpers/test-observability/utils','1118432MQxsSs','executionContext','trackJestInstance:\x20instance\x20already\x20exists','has',',\x20target=','sWYAB','pop','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','KyDGt','warn','uNbpL','../../../helpers/helper.js','getTestFrameworksVersions','split','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','maxArrayLength','skip','substring','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','KEY_HOOK_LAST_FINISHED','getActiveHook','getRef','depth','KEY_HOOK_RESULT','UnhandledError','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','substr','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','hasPendingHooks','getJestTestIdentifier','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','jest-circus',',\x20duration=','DbsVX',',\x20argsKeys=','isArray','startedAt','\x20(testIdentifier),\x20result=','KEY_TEST_FAILURE_TYPE','finished_at','Mdbep','RnJvn','BWPJS','started_at','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData',',\x20state:\x20','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=',',\x20hooksListLength=','vTCrR','yULxc','error','testId','inspect',',\x20platformIndex:\x20','../instances/testFrameworkInstance.js','Unknown\x20error','duration','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20',',\x20scopes=','hookState','concat',',\x20hookUUID=','AssertionError','UAGSf','getAllPendingHookTestIds','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','toString','hXeyy','testFrameworkVersion','wzNmt','KEY_TEST_RESULT','hookData','includes','DEFAULT_TEST_RESULT','338166HkbkpI','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','afterAll','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20',',\x20testFramework=','getJestTestName','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','getJestFailureData','536YELdmq','code','push','getJestTestScopes','KEY_EVENT_STARTED_AT','hookType','getContext','testFrameworkName','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','UgNBa',',\x20testId=','setActiveHook','TOnXo','NNipQ','fUVZD','parent','\x20screenshot\x20logs\x20for\x20testId:\x20','bRcmZ','KEY_HOOK_LOGS','Processing\x20','VyZly','KEY_TEST_SCOPES','XIEhN','createTestFrameworkEventPayload','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','addPendingHook','7yVIQXX','unknown',',\x20hookState:\x20','mapTestHooks','\x20to\x20','storePendingHook','debug','parse','zOkph','hook_result','getProcessId',',\x20filePath:\x20','479585UEmwLI','event_ended_at','length','KEY_TEST_UUID','hookUUID','scope','failed','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','passed','CYhzh','startsWith','hook_id','ceil','ALL','UeuOS','test_run_id','matchHookRegex','logCreatedEvent','getTrackedInstance','1373580GQpmTQ','unVMI','../state/hookState.js','parseJestTest','WDnlR','jrLLS','KEY_TEST_SCOPE','retryOf','xlZLk','woIvb','getInstance','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','eventJson','file_name','result','removePendingHooks','nQqqx','WDkTA','LuTiL','\x20for\x20testId:\x20','getCurrentTestState','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','7016PsbIfZ','toUpperCase','match','DEFAULT_HOOK_RESULT',',\x20remainingHooks=','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','missing','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','get',',\x20hookType=','aBjpB',',\x20consoleLogs:\x20','KEY_TEST_DURATION','\x20-\x20test_identifier=','\x22\x20hook','testData','title','KEY_HOOKS_STARTED',',\x20attachmentLogs:\x20','errorsDetailed','dCrZv','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','KEY_HOOKS_FINISHED','stack-trace','hookMetadata','cNRYx',',\x20hook=','NoijN','getCurrentHookState','USRNk','KEY_HOOK_NAME','jGSYC',':testAnalyticsId','WRHcc','asyncError','VfcYK','getAllData','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','tags','KEY_TEST_FILE_PATH','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','activeHooks','find',',\x20hookState=','hooks','scopes','bXYfh','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','beforeAll','endedAt','FinrO','KEY_TEST_RETRY_OF','testFrameworkState','format','forEach',',\x20version=','./testFramework','XLWxB',',\x20failureType=','KEY_TEST_FAILURE',',\x20totalLogs:\x20','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','delete','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','setTrackedInstance','../../../helpers/stackFrameUtils','base64','CliGU','LNWtn','135945QGYqNN','filter','KEY_TEST_ENDED_AT','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','KEY_LOGS','PYOsW','KEY_TEST_FRAMEWORK_VERSION','getId','4011XBizNC','test_run_uuid','browserstackPlatformIndex','ashUW',',\x20hookId=','KEY_EVENT_ENDED_AT','test','BVaSA','\x20-\x20testId:\x20','10nhortG','set','getThreadId','BYJFD','getTestFrameworks','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','eTLSA',',\x20totalHooks=','getJestTestTags','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','hookAnalyticsId','runHooks','buildHookMapFromTest','rzQmK','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','keys','uuid','removeActiveHook','hook_type','KEY_HOOK_FAILURE',',\x20currentTestId:\x20','PRE','reverse','apply',',\x20contextId=','KEY_TEST_CODE','qLWTu','trackEvent',',\x20filePath=',',\x20error:\x20','getJestFailureReason','isJestInternalHook','util','parseJestTestResult','POST','../grpcClient','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback',',\x20payload:\x20','qaVlb','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','addMultipleEntries','KEY_TEST_ID','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','KEY_CUSTOM_TAGS','trackJestInstance:\x20created\x20instance\x20for\x20target=','Stored\x20pending\x20hook\x20for\x20testId:\x20','KEY_TEST_LOCATION','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','body','originalTest','KEY_TEST_ATTACHMENTS','NONE','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','KEY_HOOK_LAST_STARTED','JestTestFramework','ZEJPv','processPendingHooks','TEST','kqGjP','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','getJestTestFilePath','args','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','getPendingHooks','PRPcH','toISOString','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','message','type','testUUID','KEY_HOOK_FAILURE_REASON','KEY_TEST_RESULT_AT','yXWTT',',\x20failureReason=','status','\x20(testIdentifier),\x20tags=','platformIndex','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','findIndex','../cliUtils.js','stringify','KEY_TEST_FRAMEWORK_NAME','MKfTq','GQCdc','XDvOu','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','slice','../../../helpers/classLogger.js','oFpFy','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20',',\x20exception=','from','getRootParentFile','xNHvn',',\x20testData=','resolveInstance','ZweaY','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','ozQtd','instance','Uxxem','CrXmt','pid','LOG_REPORT',',\x20test_run_uuid=','../instances/trackedInstance.js','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','./constants/testFrameworkConstants.js','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','SPGrR','PuBtW','trackJestInstance','filePath','workerInfo','replace','Error\x20in\x20createTestFrameworkEventPayload:\x20','KEY_TEST_NAME','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','parallelIndex','name','KEY_HOOK_ID','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','kind','\x20attachments',',\x20logsInBatch:\x20','\x20logs\x20for\x20testId:\x20','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','fXpnZ','KEY_TEST_STARTED_AT','xavjt','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','getHooksForTest','ARIJl','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','Enscb','getJestFailureType','_ALL'];a79_0x401a=function(){return _0x330923;};return a79_0x401a();}class JestTestFramework extends TestFramework{constructor(_0x1964da,_0x1dcdfa,_0x4009ba){const _0x41175b=a79_0x3098a0;super(_0x1964da,_0x1dcdfa,_0x4009ba),this[_0x41175b(0x204)]=new Map();}[a79_0x3098a0(0x193)](_0x8dd003,_0x268a14,_0x234bac){const _0x43892f=a79_0x3098a0,_0x4335b3={};_0x4335b3[_0x43892f(0x10b)]=function(_0x3e34b0,_0x26d72e){return _0x3e34b0||_0x26d72e;};const _0x59079b=_0x4335b3;if(_0x59079b[_0x43892f(0x10b)](!_0x8dd003,!_0x268a14)){logger[_0x43892f(0x13f)](_0x43892f(0x164)+_0x8dd003+_0x43892f(0x173)+_0x268a14);return;}!this['activeHooks']['has'](_0x8dd003)&&this[_0x43892f(0x204)][_0x43892f(0x233)](_0x8dd003,[]);const _0x4c6fa8={'hookUUID':_0x268a14,'hookType':_0x234bac,'startedAt':new Date()[_0x43892f(0xda)]()};this['activeHooks'][_0x43892f(0x1e3)](_0x8dd003)['push'](_0x4c6fa8),logger[_0x43892f(0x1a8)](_0x43892f(0x23b)+_0x8dd003+_0x43892f(0x173)+_0x268a14+_0x43892f(0x1e4)+_0x234bac+_0x43892f(0x239)+this['activeHooks'][_0x43892f(0x1e3)](_0x8dd003)[_0x43892f(0x1b0)]);}[a79_0x3098a0(0xaa)](_0x5e588b,_0x1182ea){const _0x4ba9a8=a79_0x3098a0,_0x3ce213={};_0x3ce213[_0x4ba9a8(0x19c)]=function(_0x52964e,_0x479c46){return _0x52964e||_0x479c46;},_0x3ce213[_0x4ba9a8(0xf6)]=function(_0x49280e,_0x5ae63d){return _0x49280e!==_0x5ae63d;},_0x3ce213[_0x4ba9a8(0xed)]=function(_0xaa77e3,_0x3c2f72){return _0xaa77e3===_0x3c2f72;};const _0x3ba4b2=_0x3ce213;if(_0x3ba4b2['VyZly'](!_0x5e588b,!_0x1182ea)){logger[_0x4ba9a8(0x13f)](_0x4ba9a8(0xfc)+_0x5e588b+',\x20hookUUID='+_0x1182ea);return;}if(this[_0x4ba9a8(0x204)][_0x4ba9a8(0x139)](_0x5e588b)){const _0x3b9481=this[_0x4ba9a8(0x204)][_0x4ba9a8(0x1e3)](_0x5e588b),_0x330e57=_0x3b9481[_0x4ba9a8(0xe7)](_0x290a61=>_0x290a61[_0x4ba9a8(0x1b2)]===_0x1182ea);_0x3ba4b2[_0x4ba9a8(0xf6)](_0x330e57,-0x1)?(_0x3b9481['splice'](_0x330e57,0x1),logger[_0x4ba9a8(0x1a8)](_0x4ba9a8(0x21b)+_0x5e588b+',\x20hookUUID='+_0x1182ea+_0x4ba9a8(0x1dd)+_0x3b9481[_0x4ba9a8(0x1b0)]),_0x3ba4b2[_0x4ba9a8(0xed)](_0x3b9481[_0x4ba9a8(0x1b0)],0x0)&&this[_0x4ba9a8(0x204)][_0x4ba9a8(0x21a)](_0x5e588b)):logger[_0x4ba9a8(0x1a8)](_0x4ba9a8(0x11b)+_0x5e588b+_0x4ba9a8(0x173)+_0x1182ea);}}[a79_0x3098a0(0x14a)](_0x77d485){const _0x53b834=a79_0x3098a0,_0x3b81c6={};_0x3b81c6[_0x53b834(0x235)]=function(_0x479771,_0x5adddf){return _0x479771>_0x5adddf;},_0x3b81c6[_0x53b834(0xd3)]=function(_0x4465b8,_0x4411dd){return _0x4465b8-_0x4411dd;};const _0x5ef9ad=_0x3b81c6;if(!_0x77d485)return null;if(this[_0x53b834(0x204)]['has'](_0x77d485)){const _0x40a802=this[_0x53b834(0x204)]['get'](_0x77d485);if(_0x5ef9ad[_0x53b834(0x235)](_0x40a802['length'],0x0)){const _0x1cb3eb=_0x40a802[_0x5ef9ad['kqGjP'](_0x40a802[_0x53b834(0x1b0)],0x1)];return logger[_0x53b834(0x1a8)](_0x53b834(0x1b7)+_0x77d485+_0x53b834(0x173)+_0x1cb3eb[_0x53b834(0x1b2)]+_0x53b834(0x1e4)+_0x1cb3eb[_0x53b834(0x18d)]),_0x1cb3eb;}}return null;}async[a79_0x3098a0(0xb4)](_0x20e2e6,_0x1e2d29,_0x5c61d6={}){const _0x51483f=a79_0x3098a0,_0x19f339={};_0x19f339[_0x51483f(0xbf)]=_0x51483f(0x1e1),_0x19f339[_0x51483f(0xe1)]=function(_0x347c26,_0x543048){return _0x347c26===_0x543048;},_0x19f339['FinrO']=function(_0x44fabb,_0x4ea3a5){return _0x44fabb||_0x4ea3a5;},_0x19f339['LNWtn']='[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND';const _0x28ae60=_0x19f339;logger[_0x51483f(0x1a8)](_0x51483f(0x1d8)+_0x20e2e6+_0x51483f(0x206)+_0x1e2d29+_0x51483f(0x158)+Object[_0x51483f(0xa8)](_0x5c61d6)[_0x51483f(0x131)](',')),await super[_0x51483f(0xb4)](_0x20e2e6,_0x1e2d29,_0x5c61d6);const _0x306f14=this[_0x51483f(0xf8)](_0x20e2e6,_0x1e2d29,_0x5c61d6);if(!_0x306f14){logger[_0x51483f(0x1a8)](_0x28ae60[_0x51483f(0xbf)]);return;}try{let _0x4f81b3,_0x83e95c,_0xe0b730;switch(_0x20e2e6){case TestFrameworkState[_0x51483f(0xd2)]:_0x4f81b3=_0x5c61d6[_0x51483f(0x22f)];const _0x433927={};_0x433927[_0x51483f(0x14c)]=0x2,_0x433927['maxArrayLength']=0x3,logger[_0x51483f(0x1a8)](_0x51483f(0x1b6)+_0x1e2d29+_0x51483f(0xf7)+util[_0x51483f(0x16a)](_0x4f81b3,_0x433927)),_0xe0b730=this[_0x51483f(0x153)](_0x4f81b3),_0x83e95c=null,logger[_0x51483f(0x1a8)](_0x51483f(0xc3)+_0xe0b730+'\x20(testIdentifier)');if(_0x28ae60[_0x51483f(0xe1)](_0x1e2d29,HookState[_0x51483f(0xae)])){logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20'+_0xe0b730);const _0x3816c2={};_0x3816c2[_0x51483f(0xde)]=_0x83e95c,_0x3816c2[_0x51483f(0x1ea)]=_0x4f81b3,_0x3816c2['testId']=_0xe0b730;const _0x57597e=this[_0x51483f(0x1c6)](_0x3816c2),_0x10305f={};_0x10305f[_0x51483f(0x14c)]=0x2,_0x10305f['maxArrayLength']=0x3,logger['debug'](_0x51483f(0x224)+util[_0x51483f(0x16a)](_0x57597e,_0x10305f)),_0x306f14[_0x51483f(0xc1)](_0x57597e),logger[_0x51483f(0x1a8)](_0x51483f(0xd7)+_0xe0b730),await this['processPendingHooks'](_0x306f14,_0xe0b730);}else{if(_0x28ae60[_0x51483f(0xe1)](_0x1e2d29,HookState[_0x51483f(0xbb)])){logger[_0x51483f(0x1a8)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20'+_0xe0b730);const _0x277e95=_0x306f14[_0x51483f(0x1ff)]()[_0x51483f(0x1e3)](_0xe0b730);logger['debug'](_0x51483f(0x200)+util['inspect'](Object[_0x51483f(0xa8)](_0x28ae60[_0x51483f(0x20e)](_0x277e95,{}))));_0x277e95&&_0x277e95[TestFrameworkConstants[_0x51483f(0xcb)]]?logger[_0x51483f(0x1a8)](_0x51483f(0xf2)+Object['keys'](_0x277e95[TestFrameworkConstants[_0x51483f(0xcb)]])[_0x51483f(0x1b0)]+'\x20files'):logger[_0x51483f(0x1a8)](_0x28ae60[_0x51483f(0x220)]);const _0x37f025=_0x5c61d6['originalTest']||null,_0x1415b5={};_0x1415b5[_0x51483f(0xde)]=_0x83e95c,_0x1415b5[_0x51483f(0x1ea)]=_0x4f81b3,_0x1415b5[_0x51483f(0x169)]=_0xe0b730,_0x1415b5[_0x51483f(0xca)]=_0x37f025;const _0x350259=this[_0x51483f(0xba)](_0x1415b5),_0xefae2a={};_0xefae2a['depth']=0x2,_0xefae2a[_0x51483f(0x145)]=0x3,logger[_0x51483f(0x1a8)](_0x51483f(0x134)+util[_0x51483f(0x16a)](_0x350259,_0xefae2a)),_0x306f14[_0x51483f(0xc1)](_0x350259),logger[_0x51483f(0x1a8)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20'+_0xe0b730),await this[_0x51483f(0xd1)](_0x306f14,_0xe0b730);}}break;case TestFrameworkState[_0x51483f(0x102)]:if(_0x28ae60['yXWTT'](_0x1e2d29,HookState[_0x51483f(0xbb)])){const _0x311648={};_0x311648['depth']=0x2,logger[_0x51483f(0x1a8)](_0x51483f(0x107)+util[_0x51483f(0x16a)](_0x5c61d6,_0x311648)),await this['sendLogCreatedEvent'](_0x306f14,_0x20e2e6,_0x5c61d6);}break;default:if(CLIUtils[_0x51483f(0x1c0)](_0x20e2e6[_0x51483f(0x178)]()[_0x51483f(0x143)]('.')[0x1])){const _0x31501d={};_0x31501d[_0x51483f(0x14c)]=0x2,_0x31501d['maxArrayLength']=0x3,logger[_0x51483f(0x1a8)](_0x51483f(0x20b)+_0x20e2e6+_0x51483f(0x206)+_0x1e2d29+',\x20hookData='+util[_0x51483f(0x16a)](_0x5c61d6['hookData'],_0x31501d));const _0x2f81db=await this['trackHookEvent'](_0x306f14,_0x20e2e6,_0x1e2d29,_0x5c61d6),_0x48a7ab={};_0x48a7ab['depth']=0x2,_0x48a7ab[_0x51483f(0x145)]=0x3,logger['debug'](_0x51483f(0x183)+util[_0x51483f(0x16a)](_0x2f81db,_0x48a7ab)),_0x306f14[_0x51483f(0xc1)](_0x2f81db);}else logger[_0x51483f(0x1a8)](_0x51483f(0x13d)+_0x20e2e6+'\x20&\x20hookState='+_0x1e2d29);break;}logger[_0x51483f(0x1a8)](_0x51483f(0xcd)+_0x20e2e6+_0x51483f(0x206)+_0x1e2d29);}catch(_0x4555f6){logger[_0x51483f(0x168)](_0x51483f(0xc8)+_0x20e2e6+_0x51483f(0x206)+_0x1e2d29+_0x51483f(0xf3)+util[_0x51483f(0x211)](_0x4555f6));}_0x5c61d6['instance']=_0x306f14,await this[_0x51483f(0xa4)](_0x306f14,_0x20e2e6,_0x1e2d29,_0x5c61d6);}[a79_0x3098a0(0x153)](_0x29435f){const _0x45ebd5=a79_0x3098a0,_0xf4a879={};_0xf4a879[_0x45ebd5(0x1e5)]=_0x45ebd5(0xbd);const _0x175c6a=_0xf4a879;if(_0x29435f&&(_0x29435f['id']||_0x29435f[_0x45ebd5(0xa9)])){const _0x28e5b3=_0x29435f['id']||_0x29435f[_0x45ebd5(0xa9)];return logger[_0x45ebd5(0x1a8)](_0x45ebd5(0x1de)+_0x28e5b3+'\x22\x20from\x20testData'),_0x28e5b3;}return logger[_0x45ebd5(0x1a8)](_0x175c6a[_0x45ebd5(0x1e5)]),process[_0x45ebd5(0x101)]+_0x45ebd5(0x1fb);}['resolveInstance'](_0x474f23,_0x1af52f,_0x304ab5={}){const _0x4c620b=a79_0x3098a0;let _0x13bb45=null;return _0x13bb45=TestFramework['getTrackedInstance'](),!_0x13bb45?(logger[_0x4c620b(0x1a8)]('[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state='+_0x474f23),this[_0x4c620b(0x10c)](_0x474f23,_0x304ab5),_0x13bb45=TestFramework[_0x4c620b(0x1c2)](),logger[_0x4c620b(0x1a8)](_0x4c620b(0x186)+!!_0x13bb45+_0x4c620b(0xb1)+_0x13bb45?.[_0x4c620b(0x18e)]()?.[_0x4c620b(0x228)]())):logger[_0x4c620b(0x1a8)](_0x4c620b(0x20a)+_0x13bb45[_0x4c620b(0x18e)]()?.[_0x4c620b(0x228)]()),_0x13bb45;}[a79_0x3098a0(0x10c)](_0x400b4e,_0x137bee){const _0x26951b=a79_0x3098a0,_0x43db49={};_0x43db49[_0x26951b(0x1d5)]=_0x26951b(0x138);const _0x4c8719=_0x43db49;if(TestFramework[_0x26951b(0x1c2)]()){logger[_0x26951b(0x1a8)](_0x4c8719['LuTiL']);return;}const _0x4cd611=CLIUtils['getCurrentInstanceName'](),_0x3e3453=TrackedInstance[_0x26951b(0x12a)](_0x4cd611);let _0x4a293a=null;logger[_0x26951b(0x1a8)](_0x26951b(0xc5)+_0x4cd611+',\x20state='+_0x400b4e),_0x4a293a=new TestFrameworkInstance(_0x3e3453,this[_0x26951b(0x236)](),this[_0x26951b(0x142)](),_0x400b4e,HookState[_0x26951b(0xcc)]),TestFramework[_0x26951b(0x21c)](_0x3e3453,_0x4a293a),logger[_0x26951b(0x1a8)](_0x26951b(0x1a0)+_0x3e3453[_0x26951b(0x228)]()+_0x26951b(0x13a)+_0x4cd611+_0x26951b(0x184)+this[_0x26951b(0x236)]()[0x0]+_0x26951b(0x213)+this['getTestFrameworksVersions']()[this[_0x26951b(0x236)]()[0x0]]);}[a79_0x3098a0(0x1c6)](_0x3d52ee){const _0x4e4871=a79_0x3098a0,_0x494438={};_0x494438[_0x4e4871(0x179)]=function(_0x52749f,_0x20dc5f){return _0x52749f||_0x20dc5f;},_0x494438[_0x4e4871(0x1fa)]='No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test';const _0x451df2=_0x494438,{testUUID:_0x30f26e,testData:_0x6f5849,testId:_0x302870}=_0x3d52ee;if(_0x451df2['hXeyy'](!_0x6f5849,!_0x302870))return logger[_0x4e4871(0x1a8)](_0x451df2[_0x4e4871(0x1fa)]),{};const _0x13548a=this[_0x4e4871(0x236)]()[0x0],_0x3adb4e=this[_0x4e4871(0x142)](),_0x3750a0={};_0x3750a0[_0x4e4871(0x14c)]=0x2,_0x3750a0[_0x4e4871(0x145)]=0x3,logger[_0x4e4871(0x1a8)](_0x4e4871(0x116)+util[_0x4e4871(0x16a)](_0x6f5849,_0x3750a0));const _0x5123da=_0x6f5849?.['scopes']||[],_0x26cc16=this[_0x4e4871(0x185)](_0x6f5849),_0x29ca4d=this[_0x4e4871(0xd5)](_0x6f5849),_0xe0dc9b=_0x6f5849['fn']?_0x6f5849['fn'][_0x4e4871(0x178)]():_0x6f5849?.[_0x4e4871(0xc9)]?_0x6f5849[_0x4e4871(0xc9)][_0x4e4871(0x189)][_0x4e4871(0x178)]():null,_0x36e50f=this['getJestTestTags'](_0x6f5849),_0xb1d4e8={[TestFrameworkConstants[_0x4e4871(0xea)]]:_0x13548a,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x3adb4e[_0x13548a],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x4e4871(0x1f1)]]:{},[TestFrameworkConstants[_0x4e4871(0x1ec)]]:{},[TestFrameworkConstants[_0x4e4871(0x17c)]]:TestFrameworkConstants[_0x4e4871(0x17f)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x26cc16,[TestFrameworkConstants[_0x4e4871(0x202)]]:_0x29ca4d,[TestFrameworkConstants[_0x4e4871(0xc2)]]:_0x302870,[TestFrameworkConstants[_0x4e4871(0x111)]]:_0x26cc16,[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x29ca4d,[TestFrameworkConstants[_0x4e4871(0xb2)]]:_0xe0dc9b,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x36e50f,[TestFrameworkConstants[_0x4e4871(0x11e)]]:_0x6f5849[_0x4e4871(0x161)]||new Date()[_0x4e4871(0xda)](),[TestFrameworkConstants[_0x4e4871(0x1c9)]]:_0x5123da[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x5123da,[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x26cc16,[TestFrameworkConstants[_0x4e4871(0xc4)]]:{},[TestFrameworkConstants['KEY_TEST_META']]:{}};_0x6f5849[_0x4e4871(0x1ca)]&&(_0xb1d4e8[TestFrameworkConstants[_0x4e4871(0x20f)]]=_0x6f5849[_0x4e4871(0x1ca)]);logger['debug'](_0x4e4871(0xee)+_0x26cc16+_0x4e4871(0x192)+_0x302870+_0x4e4871(0xe4)+JSON[_0x4e4871(0xe9)](_0x36e50f)+_0x4e4871(0x170)+util[_0x4e4871(0x16a)](_0x5123da)+_0x4e4871(0xb5)+_0x29ca4d);const _0x5eb819={};return _0x5eb819[_0x302870]=_0xb1d4e8,_0x5eb819;}[a79_0x3098a0(0xba)](_0x4c8009){const _0xcfc729=a79_0x3098a0,_0xa75dcb={'qLWTu':function(_0x2b8522,_0x47b46b){return _0x2b8522===_0x47b46b;},'Enscb':_0xcfc729(0x182),'SPGrR':function(_0x36ec23,_0x22910d){return _0x36ec23===_0x22910d;},'eTLSA':_0xcfc729(0x20c),'RggNz':_0xcfc729(0x1bd),'NNipQ':_0xcfc729(0x126),'OjqHW':function(_0x345816,_0x1ade85){return _0x345816||_0x1ade85;},'nQqqx':_0xcfc729(0x1f0),'RnJvn':function(_0x457ac4,_0x14f57d){return _0x457ac4||_0x14f57d;},'PgOQU':_0xcfc729(0x1a3),'uNbpL':function(_0x52180e,_0x4ecda3){return _0x52180e>_0x4ecda3;},'BWPJS':_0xcfc729(0x1b4),'UgNBa':function(_0x34b12b,_0x55d636){return _0x34b12b===_0x55d636;},'WDnlR':_0xcfc729(0x146),'ashUW':'skipped','YJINr':_0xcfc729(0x1b8),'RSASz':function(_0x36257d,_0x10739a){return _0x36257d===_0x10739a;},'xavjt':function(_0x1dfc00,_0x34b2ad){return _0x1dfc00!==_0x34b2ad;},'CrXmt':function(_0x2db59d,_0x2b714f,_0xa88f7c,_0x2627fb){return _0x2db59d(_0x2b714f,_0xa88f7c,_0x2627fb);},'woIvb':_0xcfc729(0x162),'DnPVg':function(_0x5258a5,_0x7b7e60){return _0x5258a5>_0x7b7e60;}},{testUUID:_0x277323,testData:_0x4c16b3,testId:_0xd21775}=_0x4c8009;if(_0xa75dcb['OjqHW'](!_0x4c16b3,!_0xd21775))return logger['debug'](_0xa75dcb[_0xcfc729(0x1d3)]),{};const _0xbe2b57=this[_0xcfc729(0xf8)](TestFrameworkState[_0xcfc729(0xd2)],HookState[_0xcfc729(0xbb)]),_0x38c14f=_0xbe2b57[_0xcfc729(0x1ff)]()['get'](_0xd21775),_0x230970=_0xa75dcb[_0xcfc729(0x15f)](_0x38c14f,{}),_0x51beb5=_0x230970?_0x230970[TestFrameworkConstants[_0xcfc729(0xc4)]]||{}:{},_0x28b2ca=_0x230970[TestFrameworkConstants[_0xcfc729(0xcb)]];logger['debug'](_0xcfc729(0x177)+(_0x28b2ca?Object['keys'](_0x28b2ca)[_0xcfc729(0x1b0)]:0x0)+_0xcfc729(0x118));let _0x206d41=_0xa75dcb[_0xcfc729(0x133)];if(_0x4c16b3[_0xcfc729(0x1d1)])_0x206d41=_0x4c16b3[_0xcfc729(0x1d1)];else{if(_0x4c16b3[_0xcfc729(0x1ee)]&&_0xa75dcb[_0xcfc729(0x140)](_0x4c16b3['errorsDetailed'][_0xcfc729(0x1b0)],0x0))_0x206d41=_0xa75dcb[_0xcfc729(0x160)];else _0xa75dcb[_0xcfc729(0x191)](_0x4c16b3[_0xcfc729(0xe3)],_0xa75dcb[_0xcfc729(0x1c7)])||_0xa75dcb[_0xcfc729(0x10a)](_0x4c16b3[_0xcfc729(0xe3)],_0xa75dcb[_0xcfc729(0x22c)])?_0x206d41=_0xa75dcb[_0xcfc729(0x22c)]:_0x206d41=_0xa75dcb['YJINr'];}const _0x42672c={..._0x230970,[TestFrameworkConstants[_0xcfc729(0x17c)]]:_0x206d41,[TestFrameworkConstants[_0xcfc729(0x223)]]:_0x4c16b3['finished_at']||new Date()[_0xcfc729(0xda)](),[TestFrameworkConstants[_0xcfc729(0xe0)]]:new Date()[_0xcfc729(0xda)](),[TestFrameworkConstants[_0xcfc729(0xc4)]]:_0x51beb5,[TestFrameworkConstants[_0xcfc729(0x225)]]:_0x230970[TestFrameworkConstants[_0xcfc729(0x225)]]||[],[TestFrameworkConstants[_0xcfc729(0x132)]]:{}};if(_0xa75dcb['RSASz'](_0x206d41,_0xa75dcb['BWPJS'])&&_0x4c16b3[_0xcfc729(0x1ee)]){const _0x40f0d2=this['getJestFailureReason'](_0x4c16b3),_0x4351f1=this[_0xcfc729(0x125)](_0x4c16b3),_0x4b1cf4=this['getJestFailureData'](_0x4c16b3);_0x42672c[TestFrameworkConstants[_0xcfc729(0x15c)]]=_0x4351f1,_0x42672c[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x40f0d2,_0x42672c[TestFrameworkConstants[_0xcfc729(0x217)]]=_0x4b1cf4;}_0xa75dcb[_0xcfc729(0x11f)](_0x4c16b3['duration'],undefined)&&(_0x42672c[TestFrameworkConstants[_0xcfc729(0x1e7)]]=_0x4c16b3[_0xcfc729(0x16e)]);_0x4c16b3[_0xcfc729(0x1ca)]&&(_0x42672c[TestFrameworkConstants[_0xcfc729(0x20f)]]=_0x4c16b3[_0xcfc729(0x1ca)]);const _0x16504f=_0x38c14f?_0x38c14f[TestFrameworkConstants[_0xcfc729(0xcb)]]||{}:{},_0x44e881=_0x38c14f?_0x38c14f[TestFrameworkConstants[_0xcfc729(0x1b1)]]:_0x277323,_0xaf06b2=_0xa75dcb[_0xcfc729(0x100)](getManualUploadLogs,_0x16504f,_0x44e881,_0xd21775);if(_0xa75dcb[_0xcfc729(0x140)](_0xaf06b2[_0xcfc729(0x1b0)],0x0)){const _0x1ff807=_0x42672c[TestFrameworkConstants[_0xcfc729(0x225)]]||[];_0x42672c[TestFrameworkConstants[_0xcfc729(0x225)]]=[..._0x1ff807,..._0xaf06b2];}const _0x203feb=_0x230970[TestFrameworkConstants[_0xcfc729(0x1f1)]]||{},_0xc0413d=_0x230970[TestFrameworkConstants[_0xcfc729(0x1ec)]]||{},_0x1edabb={..._0x203feb},_0x4f2ae5=_0x1edabb;Object[_0xcfc729(0xa8)](_0xc0413d)['forEach'](_0xff7657=>{const _0x237129=_0xcfc729;!_0x4f2ae5[_0xff7657]&&(_0x4f2ae5[_0xff7657]=[]);const _0x442c07=new Set((_0x4f2ae5[_0xff7657]||[])['map'](_0xa5ac4=>_0xa5ac4[TestFrameworkConstants['KEY_HOOK_ID']]||_0xa5ac4[_0x237129(0x1bb)]));(_0xc0413d[_0xff7657]||[])[_0x237129(0x212)](_0x7c89c7=>{const _0x38d049=_0x237129,_0x266dcc=_0x7c89c7[TestFrameworkConstants[_0x38d049(0x115)]]||_0x7c89c7[_0x38d049(0x1bb)];if(!_0x442c07[_0x38d049(0x139)](_0x266dcc)){const _0x222f2d={..._0x7c89c7},_0x1367d3=_0x222f2d;!_0x1367d3[TestFrameworkConstants[_0x38d049(0x22e)]]&&!_0x1367d3[_0x38d049(0x1af)]&&(_0x1367d3[TestFrameworkConstants[_0x38d049(0x22e)]]=new Date()['toISOString']()),!_0x1367d3[TestFrameworkConstants[_0x38d049(0x14d)]]&&!_0x1367d3[_0x38d049(0x1ab)]&&(_0x1367d3[TestFrameworkConstants[_0x38d049(0x14d)]]=TestFrameworkConstants['DEFAULT_HOOK_RESULT']),_0x4f2ae5[_0xff7657][_0x38d049(0x18a)](_0x1367d3);}});});if(_0x4c8009[_0xcfc729(0xca)]){this[_0xcfc729(0x1a5)](_0x4c8009[_0xcfc729(0xca)]);const _0x2cc0d8=this['buildHookMapFromTest'](_0x4c8009[_0xcfc729(0xca)]),_0x3586f0=this[_0xcfc729(0x121)](_0x4c8009[_0xcfc729(0xca)]);_0x3586f0['forEach'](_0x10d9b9=>{const _0x2bf761=_0xcfc729,_0x3a27a2=_0x2cc0d8[_0x2bf761(0x1e3)](_0x10d9b9);if(_0x3a27a2&&(_0xa75dcb[_0x2bf761(0xb3)](_0x3a27a2[_0x2bf761(0xdd)],_0xa75dcb[_0x2bf761(0x124)])||_0xa75dcb[_0x2bf761(0x10a)](_0x3a27a2[_0x2bf761(0xdd)],_0xa75dcb[_0x2bf761(0x238)]))){const _0x1dcdd3=_0x3a27a2[_0x2bf761(0xdd)][_0x2bf761(0x1da)]()[_0x2bf761(0x10f)](_0xa75dcb[_0x2bf761(0x12f)],_0xa75dcb[_0x2bf761(0x195)]),_0x512a69=_0x1dcdd3;!_0x4f2ae5[_0x512a69]&&(_0x4f2ae5[_0x512a69]=[]);const _0x1a8cb2=_0x4f2ae5[_0x512a69][_0x2bf761(0x205)](_0x2d4d65=>(_0x2d4d65[TestFrameworkConstants[_0x2bf761(0x115)]]||_0x2d4d65[_0x2bf761(0x1bb)])===_0x10d9b9);!_0x1a8cb2&&_0x4f2ae5[_0x512a69][_0x2bf761(0x18a)]({'key':_0x512a69,[TestFrameworkConstants[_0x2bf761(0x115)]]:_0x10d9b9,[TestFrameworkConstants[_0x2bf761(0x14d)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x2bf761(0x18c)]]:new Date()[_0x2bf761(0xda)](),[TestFrameworkConstants[_0x2bf761(0x22e)]]:new Date()[_0x2bf761(0xda)](),[TestFrameworkConstants[_0x2bf761(0x19a)]]:[],[TestFrameworkConstants[_0x2bf761(0x1f9)]]:_0x3a27a2[_0x2bf761(0x114)]||_0x3a27a2['type']+'\x20hook',[TestFrameworkConstants[_0x2bf761(0xc4)]]:_0x51beb5});}});}if(_0x4c16b3[_0xcfc729(0x207)]&&_0xa75dcb[_0xcfc729(0x140)](_0x4c16b3['hooks'][_0xcfc729(0x1b0)],0x0))_0x42672c[TestFrameworkConstants[_0xcfc729(0x1f1)]]=_0x4c16b3[_0xcfc729(0x207)],logger[_0xcfc729(0x1a8)](_0xa75dcb[_0xcfc729(0x1cc)]);else _0xa75dcb['DnPVg'](Object[_0xcfc729(0xa8)](_0x4f2ae5)[_0xcfc729(0x1b0)],0x0)&&(_0x42672c[TestFrameworkConstants[_0xcfc729(0x1f1)]]=_0x4f2ae5,logger[_0xcfc729(0x1a8)](_0xcfc729(0x1ce)+Object[_0xcfc729(0xa8)](_0x4f2ae5)['join'](',')));const _0x2b671f=this[_0xcfc729(0x185)](_0x4c16b3);logger[_0xcfc729(0x1a8)]('[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName='+_0x2b671f+_0xcfc729(0x192)+_0xd21775+_0xcfc729(0x15b)+_0x206d41+_0xcfc729(0x156)+_0x4c16b3[_0xcfc729(0x16e)]);_0xa75dcb[_0xcfc729(0x10a)](_0x206d41,_0xa75dcb['BWPJS'])&&logger[_0xcfc729(0x1a8)](_0xcfc729(0x154)+_0xd21775+',\x20failureType='+_0x42672c[TestFrameworkConstants[_0xcfc729(0x15c)]]+_0xcfc729(0xe2)+_0x42672c[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]?.['substring'](0x0,0xc8));const _0x4c0825={};return _0x4c0825[_0xd21775]=_0x42672c,_0x4c0825;}[a79_0x3098a0(0x18b)](_0x4ed02a){const _0x27562b=a79_0x3098a0,_0x4b480e={};_0x4b480e[_0x27562b(0xfd)]=function(_0x45114f,_0xb8a001){return _0x45114f!==_0xb8a001;},_0x4b480e[_0x27562b(0x175)]='ROOT_DESCRIBE_BLOCK';const _0x98d2da=_0x4b480e,_0x1a5c97={};_0x1a5c97[_0x27562b(0x14c)]=0x2,_0x1a5c97[_0x27562b(0x145)]=0x3,logger[_0x27562b(0x1a8)](_0x27562b(0x151)+util['inspect'](_0x4ed02a,_0x1a5c97));const _0x43dacf=[];if(_0x4ed02a&&_0x4ed02a['parent']){let _0xee40df=_0x4ed02a[_0x27562b(0x197)];while(_0xee40df&&_0xee40df[_0x27562b(0x114)]&&_0x98d2da[_0x27562b(0xfd)](_0xee40df['name'],'')&&_0x98d2da[_0x27562b(0xfd)](_0xee40df[_0x27562b(0x114)],_0x98d2da[_0x27562b(0x175)])){_0x43dacf['push'](_0xee40df[_0x27562b(0x114)]),_0xee40df=_0xee40df[_0x27562b(0x197)];}}return _0x43dacf[_0x27562b(0xaf)]();}['getJestTestName'](_0x53a135){const _0x191c2c=a79_0x3098a0,_0x48a0a6={};_0x48a0a6['pllQF']='Unknown\x20Test';const _0x538e24=_0x48a0a6;if(_0x53a135[_0x191c2c(0x114)])return _0x53a135[_0x191c2c(0x114)];if(_0x53a135[_0x191c2c(0x1eb)])return _0x53a135['title'];return _0x538e24['pllQF'];}[a79_0x3098a0(0x23a)](_0x10cc70){const _0x48f9ac=a79_0x3098a0,_0x4c3881=[];if(_0x10cc70[_0x48f9ac(0x201)]&&Array['isArray'](_0x10cc70[_0x48f9ac(0x201)]))return _0x10cc70[_0x48f9ac(0x201)]['map'](_0x741276=>_0x741276[_0x48f9ac(0x1ba)]('@')?_0x741276[_0x48f9ac(0x150)](0x1):_0x741276);const _0x501904=this[_0x48f9ac(0x185)](_0x10cc70),_0x415a2f=_0x501904['match'](/@(\w+)/g);if(_0x415a2f)return _0x415a2f['map'](_0x2f71d8=>_0x2f71d8[_0x48f9ac(0xef)](0x1));return _0x10cc70[_0x48f9ac(0x208)]&&Array[_0x48f9ac(0x159)](_0x10cc70[_0x48f9ac(0x208)])&&_0x10cc70[_0x48f9ac(0x208)][_0x48f9ac(0x212)](_0x5a240b=>{const _0x5eb8fe=_0x48f9ac,_0x4d6671=_0x5a240b[_0x5eb8fe(0x1db)](/@(\w+)/g);_0x4d6671&&_0x4d6671[_0x5eb8fe(0x212)](_0x21450d=>{const _0x240331=_0x5eb8fe,_0x5177fd=_0x21450d[_0x240331(0xef)](0x1);!_0x4c3881[_0x240331(0x17e)](_0x5177fd)&&_0x4c3881[_0x240331(0x18a)](_0x5177fd);});}),_0x4c3881;}[a79_0x3098a0(0xd5)](_0xb48ada){const _0x5e7a74=a79_0x3098a0,_0x49f770={'XIEhN':function(_0xedeb00,_0x1ff69f){return _0xedeb00(_0x1ff69f);}};if(_0xb48ada['file_name'])return _0xb48ada['file_name'];if(_0xb48ada[_0x5e7a74(0x1fd)])try{const _0x5828a2=stackTrace[_0x5e7a74(0x1a9)](_0xb48ada[_0x5e7a74(0x1fd)]),_0x4486e4=_0x49f770[_0x5e7a74(0x19e)](pickUserFrameFile,_0x5828a2);if(_0x4486e4)return _0x4486e4;logger['debug'](_0x5e7a74(0x237)+_0x5828a2['length']+')');}catch(_0x26ce98){logger[_0x5e7a74(0x1a8)](_0x5e7a74(0x11c)+util['format'](_0x26ce98));}return null;}[a79_0x3098a0(0xb7)](_0x29fb1e){const _0x15a260=a79_0x3098a0,_0x12176d={};_0x12176d[_0x15a260(0x1c4)]=function(_0x41b852,_0x386851){return _0x41b852>_0x386851;},_0x12176d['GQCdc']=_0x15a260(0x16d);const _0x34ffdd=_0x12176d;if(_0x29fb1e[_0x15a260(0x1ee)]&&_0x34ffdd['unVMI'](_0x29fb1e[_0x15a260(0x1ee)]['length'],0x0))return util['inspect'](_0x29fb1e[_0x15a260(0x1ee)][0x0]);if(_0x29fb1e[_0x15a260(0x130)])return _0x29fb1e[_0x15a260(0x130)];return _0x34ffdd[_0x15a260(0xec)];}[a79_0x3098a0(0x125)](_0x137418){const _0x5909e3=a79_0x3098a0,_0x2fc282={};_0x2fc282[_0x5909e3(0x13b)]='Assert',_0x2fc282[_0x5909e3(0x209)]=_0x5909e3(0x174),_0x2fc282[_0x5909e3(0x1cb)]=_0x5909e3(0x14e);const _0x19aa7a=_0x2fc282,_0x5a974f=this[_0x5909e3(0xb7)](_0x137418);if(_0x5a974f&&_0x5a974f[_0x5909e3(0x17e)](_0x19aa7a[_0x5909e3(0x13b)]))return _0x19aa7a['bXYfh'];return _0x19aa7a[_0x5909e3(0x1cb)];}[a79_0x3098a0(0x187)](_0x3d7df4){const _0x1afda7=a79_0x3098a0,_0x4eb5cd={'gAmhP':function(_0x4ee481,_0x5f2d52){return _0x4ee481(_0x5f2d52);},'WRHcc':_0x1afda7(0x135),'ZweaY':function(_0x33561a,_0x25d3dc){return _0x33561a!==_0x25d3dc;},'qPbdH':'test'},{failureData:_0xe1bada}=_0x4eb5cd['gAmhP'](require,_0x4eb5cd[_0x1afda7(0x1fc)]),_0x50347c=[];return _0x4eb5cd[_0x1afda7(0xf9)](_0x3d7df4[_0x1afda7(0x1ee)],undefined)&&_0x50347c[_0x1afda7(0x18a)](_0x3d7df4[_0x1afda7(0x1ee)],_0x4eb5cd['qPbdH']),_0xe1bada[_0x1afda7(0xb0)](null,_0x50347c);}async[a79_0x3098a0(0x128)](_0x3c87e5,_0x24cc36,_0x1dac0e,_0x46bec9){const _0x16e5e1=a79_0x3098a0,_0xd8018={'dCrZv':_0x16e5e1(0x1b5),'Mdbep':function(_0x1731e3){return _0x1731e3();},'KyDGt':function(_0x3ec3cd,_0x1a288e){return _0x3ec3cd in _0x1a288e;},'LiBzw':function(_0x48862c,_0x2ad5ca){return _0x48862c in _0x2ad5ca;},'zOkph':function(_0x1221e4,_0x498a9e){return _0x1221e4===_0x498a9e;},'IpFob':function(_0x41b540,_0x29e719){return _0x41b540>_0x29e719;},'YUGCw':_0x16e5e1(0x1b4),'jrLLS':_0x16e5e1(0x1b8),'HrUmA':'[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','JmcGH':function(_0x520fe7,_0x571e5e){return _0x520fe7>_0x571e5e;},'VfcYK':function(_0x49f703,_0x694ad){return _0x49f703!==_0x694ad;}},{hookData:_0x51ea5d}=_0x46bec9,_0x41c44c=_0x1dac0e[_0x16e5e1(0x178)](),_0x210aa4=_0x24cc36[_0x16e5e1(0x178)](),_0x995f3f={};_0x995f3f[_0x16e5e1(0x14c)]=0x2,_0x995f3f[_0x16e5e1(0x145)]=0x3,logger['debug'](_0x16e5e1(0x14f)+_0x210aa4+_0x16e5e1(0x206)+_0x41c44c+',\x20hookData='+util[_0x16e5e1(0x16a)](_0x51ea5d,_0x995f3f));if(!_0x51ea5d)return logger['debug'](_0xd8018[_0x16e5e1(0x1ef)]),{};const _0x1a6f6f=_0x51ea5d[_0x16e5e1(0xa9)]||_0x51ea5d['hookAnalyticsId']||_0xd8018[_0x16e5e1(0x15e)](uuidv4),_0x1999af=_0x51ea5d[_0x16e5e1(0x1bf)]||this['getJestTestIdentifier'](_0x51ea5d),_0x5af833=_0x24cc36['toString']()['split']('.')[0x1],_0x34bba9=_0x3c87e5[_0x16e5e1(0x1ff)]()['get'](_0x1999af),_0x338f00=_0x34bba9?_0x34bba9[TestFrameworkConstants[_0x16e5e1(0xc4)]]||{}:{};logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId='+_0x1a6f6f+_0x16e5e1(0x192)+_0x1999af+'\x20(testIdentifier),\x20hookType='+_0x5af833+_0x16e5e1(0x206)+_0x41c44c);if(!_0x34bba9)return logger['debug'](_0x16e5e1(0x219)+_0x1999af+',\x20storing\x20as\x20pending\x20hook'),this['storePendingHook'](_0x3c87e5,_0x1999af,_0x24cc36,_0x1dac0e,_0x46bec9),{};let _0x10daa3=_0x34bba9[TestFrameworkConstants[_0x16e5e1(0x1ec)]];!_0x10daa3&&(_0x10daa3={});!_0xd8018[_0x16e5e1(0x13e)](_0x5af833,_0x10daa3)&&(_0x10daa3[_0x5af833]=[]);let _0x31c650=_0x34bba9[TestFrameworkConstants[_0x16e5e1(0x1f1)]];!_0x31c650&&(_0x31c650={});!_0xd8018['LiBzw'](_0x5af833,_0x31c650)&&(_0x31c650[_0x5af833]=[]);const _0x3916fe={[_0x1999af]:{[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x10daa3,[TestFrameworkConstants[_0x16e5e1(0x1f1)]]:_0x31c650,[TestFrameworkConstants[_0x16e5e1(0xea)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x16e5e1(0x227)]]:this[_0x16e5e1(0x142)]()[this[_0x16e5e1(0x236)]()[0x0]]||''}};if(_0xd8018[_0x16e5e1(0x1aa)](_0x1dac0e,HookState[_0x16e5e1(0xae)])){const _0x7519e5={'key':_0x5af833,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x1a6f6f,[TestFrameworkConstants[_0x16e5e1(0x14d)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x16e5e1(0x18c)]]:_0x51ea5d[_0x16e5e1(0x161)]||new Date()[_0x16e5e1(0xda)](),[TestFrameworkConstants[_0x16e5e1(0x19a)]]:[],[TestFrameworkConstants[_0x16e5e1(0x1f9)]]:_0x51ea5d[_0x16e5e1(0x114)]||_0x51ea5d[_0x16e5e1(0xab)]||_0x5af833,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x338f00};_0x10daa3[_0x5af833][_0x16e5e1(0x18a)](_0x7519e5),_0x3916fe[_0x1999af][TestFrameworkConstants[_0x16e5e1(0xce)]]=_0x5af833;const _0x28a3f6={};_0x28a3f6[_0x16e5e1(0x14c)]=0x2,logger[_0x16e5e1(0x1a8)](_0x16e5e1(0x190)+_0x5af833+',\x20hookId='+_0x1a6f6f+',\x20testId='+_0x1999af+_0x16e5e1(0x1f5)+util[_0x16e5e1(0x16a)](_0x7519e5,_0x28a3f6));}else{if(_0xd8018[_0x16e5e1(0x1aa)](_0x1dac0e,HookState[_0x16e5e1(0xbb)])){const _0x4d4142=_0x51ea5d['result']||(_0x51ea5d['errorsDetailed']&&_0xd8018['IpFob'](_0x51ea5d[_0x16e5e1(0x1ee)][_0x16e5e1(0x1b0)],0x0)?_0xd8018['YUGCw']:_0xd8018[_0x16e5e1(0x1c8)]),_0x560cfe=_0x10daa3[_0x5af833]||[];logger[_0x16e5e1(0x1a8)](_0x16e5e1(0xc0)+_0x5af833+_0x16e5e1(0x192)+_0x1999af+',\x20result='+_0x4d4142+_0x16e5e1(0x165)+_0x560cfe[_0x16e5e1(0x1b0)]);if(_0xd8018[_0x16e5e1(0x1aa)](_0x560cfe['length'],0x0)&&_0xd8018[_0x16e5e1(0x1aa)](_0x24cc36,TestFrameworkState[_0x16e5e1(0x12b)]))return logger['debug'](_0xd8018['HrUmA']),this[_0x16e5e1(0x1a7)](_0x3c87e5,_0x1999af,_0x24cc36,_0x1dac0e,_0x46bec9),{};if(_0xd8018['JmcGH'](_0x560cfe[_0x16e5e1(0x1b0)],0x0)){const _0x2be0d2=_0x560cfe[_0x16e5e1(0x13c)]();_0xd8018['zOkph'](_0x4d4142,_0xd8018['YUGCw'])&&_0x51ea5d[_0x16e5e1(0x1ee)]?(_0x2be0d2[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this['getJestFailureType'](_0x51ea5d),_0x2be0d2[TestFrameworkConstants[_0x16e5e1(0xdf)]]=this[_0x16e5e1(0xb7)](_0x51ea5d),_0x2be0d2[TestFrameworkConstants[_0x16e5e1(0xac)]]=this['getJestFailureData'](_0x51ea5d),logger[_0x16e5e1(0x1a8)](_0x16e5e1(0x105)+_0x5af833+_0x16e5e1(0x216)+_0x2be0d2[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]+_0x16e5e1(0xe2)+_0x2be0d2[TestFrameworkConstants[_0x16e5e1(0xdf)]]?.[_0x16e5e1(0x147)](0x0,0xc8))):_0x2be0d2[TestFrameworkConstants[_0x16e5e1(0x14d)]]=_0xd8018[_0x16e5e1(0x1c8)];_0xd8018[_0x16e5e1(0x1fe)](_0x4d4142,TestFrameworkConstants[_0x16e5e1(0x1dc)])&&(_0x2be0d2[TestFrameworkConstants[_0x16e5e1(0x14d)]]=_0x4d4142);_0x2be0d2[TestFrameworkConstants[_0x16e5e1(0x22e)]]=_0x51ea5d[_0x16e5e1(0x15d)]||new Date()['toISOString'](),_0x2be0d2[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x338f00;const _0x33eba7=_0x2be0d2[TestFrameworkConstants[_0x16e5e1(0x115)]];!_0x31c650[_0x5af833]&&(_0x31c650[_0x5af833]=[]);_0x31c650[_0x5af833][_0x16e5e1(0x18a)](_0x2be0d2),_0x3916fe[_0x1999af][TestFrameworkConstants[_0x16e5e1(0x149)]]=_0x5af833;const _0x585fdb={};_0x585fdb[_0x16e5e1(0x14c)]=0x2,logger[_0x16e5e1(0x1a8)](_0x16e5e1(0xdb)+_0x5af833+_0x16e5e1(0x22d)+_0x33eba7+',\x20result='+_0x4d4142+_0x16e5e1(0x1f5)+util[_0x16e5e1(0x16a)](_0x2be0d2,_0x585fdb));}}}return _0x3916fe;}[a79_0x3098a0(0x19f)](_0x3c6bf7){const _0x4b6474=a79_0x3098a0,_0x533474={};_0x533474[_0x4b6474(0x166)]=_0x4b6474(0x21e);const _0x3333a9=_0x533474;try{const _0x3cd71e=_0x3c6bf7['test']?this['getJestTestIdentifier'](_0x3c6bf7[_0x4b6474(0x22f)]):_0x3c6bf7[_0x4b6474(0x17d)]['test_run_id'],_0x4ccfd1=_0x3c6bf7[_0x4b6474(0xfe)],_0xef8dba=_0x4ccfd1[_0x4b6474(0x18e)](),_0x4c24cd=_0x4ccfd1[_0x4b6474(0x1ff)]()[_0x4b6474(0x1e3)](_0x3cd71e);if(!_0x4c24cd)return logger['debug'](_0x4b6474(0xfa)+_0x3cd71e),{};const {[TestFrameworkConstants[_0x4b6474(0xea)]]:_0x406d87=this[_0x4b6474(0x236)]()[0x0]||'',[TestFrameworkConstants[_0x4b6474(0x227)]]:_0x1df21b=this[_0x4b6474(0x142)]()[this[_0x4b6474(0x236)]()[0x0]]||'',[TestFrameworkConstants[_0x4b6474(0x11e)]]:_0x3ee3b8='',[TestFrameworkConstants[_0x4b6474(0x223)]]:_0x5a8b26=''}=_0x4c24cd,_0x155beb=_0x4ccfd1[_0x4b6474(0x1d7)]()['toString']()[_0x4b6474(0x143)]('.')[0x1],_0x42ce90=_0x4ccfd1[_0x4b6474(0x1f7)]()[_0x4b6474(0x178)]()[_0x4b6474(0x143)]('.')[0x1],_0x2da8e6=global?.['__workerDetails']?.[_0x4b6474(0x10e)]?.[_0x4b6474(0x113)]||global['__bstackPlatformIndex']||0x0,_0x50a3ea=_0x4ccfd1[_0x4b6474(0x14b)](),_0x3874c5=Buffer[_0x4b6474(0xf4)](JSON[_0x4b6474(0xe9)](_0x4c24cd))[_0x4b6474(0x178)](_0x3333a9['vTCrR']),_0x3500cd={'hash':_0xef8dba['getId'](),'threadId':_0xef8dba[_0x4b6474(0x234)]()[_0x4b6474(0x178)](),'processId':_0xef8dba[_0x4b6474(0x1ac)]()[_0x4b6474(0x178)]()},_0x19a606={};_0x19a606[_0x4b6474(0xe5)]=_0x2da8e6,_0x19a606[_0x4b6474(0x18f)]=_0x406d87,_0x19a606[_0x4b6474(0x17a)]=_0x1df21b,_0x19a606['testFrameworkState']=_0x155beb,_0x19a606['hookState']=_0x42ce90,_0x19a606[_0x4b6474(0x15a)]=_0x3ee3b8,_0x19a606[_0x4b6474(0x20d)]=_0x5a8b26,_0x19a606[_0x4b6474(0xa9)]=_0x50a3ea,_0x19a606[_0x4b6474(0x1cf)]=_0x3874c5,_0x19a606[_0x4b6474(0x137)]=_0x3500cd,_0x19a606['test_identifier']=_0x3cd71e;const _0x37c7a1=_0x19a606;return _0x37c7a1;}catch(_0x4c24e6){return logger[_0x4b6474(0x168)](_0x4b6474(0x110)+util[_0x4b6474(0x211)](_0x4c24e6)),{};}}async['sendLogCreatedEvent'](_0x35a7e0,_0x24241a,_0xc7ebcb){const _0x1f26f3=a79_0x3098a0,_0x638386={'CYhzh':function(_0x27534d,_0x3f4f61){return _0x27534d+_0x3f4f61;},'oFpFy':_0x1f26f3(0x1df),'USRNk':_0x1f26f3(0x127),'TOnXo':function(_0x361ba5,_0x316525){return _0x361ba5>_0x316525;},'ZonpJ':function(_0x5d5724,_0x4c4c08,_0x33c3d6,_0x4ed70a){return _0x5d5724(_0x4c4c08,_0x33c3d6,_0x4ed70a);},'pfaZk':function(_0x15c46c,_0x36faa9){return _0x15c46c-_0x36faa9;},'ftqrG':function(_0x1abf9e,_0x868e74){return _0x1abf9e===_0x868e74;},'UQCft':function(_0x5ddd3e,_0x9cd4df){return _0x5ddd3e/_0x9cd4df;},'DbsVX':function(_0x387b82,_0x548252){return _0x387b82<_0x548252;},'ZEJPv':function(_0x921c7a,_0x35ac23){return _0x921c7a*_0x35ac23;},'CliGU':function(_0x37356e,_0x2e83b1){return _0x37356e+_0x2e83b1;},'UeuOS':function(_0x15abd6,_0x4600e9){return _0x15abd6>_0x4600e9;}};try{const _0x197856=_0xc7ebcb[_0x1f26f3(0xde)]||_0xc7ebcb['testId'],_0x5709b5=Array[_0x1f26f3(0xf4)](_0x35a7e0[_0x1f26f3(0x1ff)]()[_0x1f26f3(0xa8)]()),_0x3524bc=_0x35a7e0[_0x1f26f3(0x1ff)]()[_0x1f26f3(0x1e3)](_0x197856);if(!_0x3524bc){logger[_0x1f26f3(0x1a8)](_0x1f26f3(0x129)+_0x197856);return;}const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x72fd74='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x21dc0d=''}=_0x3524bc;let _0x1e79b6=[];_0x3524bc&&_0x3524bc[TestFrameworkConstants['KEY_LOGS']]&&Array[_0x1f26f3(0x159)](_0x3524bc[TestFrameworkConstants['KEY_LOGS']])?(_0x1e79b6=_0x3524bc[TestFrameworkConstants[_0x1f26f3(0x225)]]||[],logger[_0x1f26f3(0x1a8)](_0x1f26f3(0x112)+_0x1e79b6[_0x1f26f3(0x1b0)]+_0x1f26f3(0x11a)+_0x197856),_0x35a7e0['addMultipleEntries']({[_0x197856]:{[TestFrameworkConstants[_0x1f26f3(0x225)]]:[],[TestFrameworkConstants[_0x1f26f3(0xea)]]:this[_0x1f26f3(0x236)]()[0x0]||'',[TestFrameworkConstants[_0x1f26f3(0x227)]]:this[_0x1f26f3(0x142)]()[this[_0x1f26f3(0x236)]()[0x0]]||''}}),logger[_0x1f26f3(0x1a8)](_0x1f26f3(0xa7)+_0x197856)):logger[_0x1f26f3(0x1a8)](_0x1f26f3(0x144)+_0x197856);logger[_0x1f26f3(0x1a8)](_0x1f26f3(0x181)+_0x1e79b6['length']+_0x1f26f3(0x1d6)+_0x197856);const _0x35a1b9=_0x1e79b6[_0x1f26f3(0x222)](_0x2e5b92=>_0x2e5b92[_0x1f26f3(0x117)]==='TEST_SCREENSHOT');_0x638386[_0x1f26f3(0x194)](_0x35a1b9[_0x1f26f3(0x1b0)],0x0)&&(logger[_0x1f26f3(0x1a8)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20'+_0x35a1b9[_0x1f26f3(0x1b0)]+_0x1f26f3(0x198)+_0x197856),_0x35a1b9[_0x1f26f3(0x212)]((_0xfc695e,_0x4e22b8)=>{const _0x1ddfac=_0x1f26f3;logger[_0x1ddfac(0x1a8)](_0x1ddfac(0xfb)+_0x638386[_0x1ddfac(0x1b9)](_0x4e22b8,0x1)+'/'+_0x35a1b9['length']+_0x1ddfac(0x1e8)+(_0xfc695e['test_identifier']||_0x638386[_0x1ddfac(0xf1)])+_0x1ddfac(0x103)+(_0xfc695e[_0x1ddfac(0x22a)]||_0x638386[_0x1ddfac(0xf1)])+',\x20hook_run_uuid='+(_0xfc695e[_0x1ddfac(0x12d)]||_0x638386[_0x1ddfac(0x1f8)])+',\x20messageLength='+(_0xfc695e[_0x1ddfac(0xdc)]?.['length']||0x0));}));const _0x4e2408=_0x3524bc[TestFrameworkConstants[_0x1f26f3(0xcb)]]||{},_0x549ab7=_0x638386['ZonpJ'](getMediaArtifactsLogs,_0x4e2408,null,_0x197856),_0x13f70a=(_0x1e79b6||[])[_0x1f26f3(0x172)](_0x549ab7||[]),_0xd626b6=_0x35a1b9?.['length']||0x0,_0x222ba3=_0x638386['pfaZk'](_0x1e79b6?.[_0x1f26f3(0x1b0)]||0x0,_0xd626b6);logger[_0x1f26f3(0x1a8)](_0x1f26f3(0x120)+_0x197856+_0x1f26f3(0x1e6)+_0x222ba3+',\x20screenshotLogs:\x20'+_0xd626b6+_0x1f26f3(0x1ed)+(_0x549ab7?.[_0x1f26f3(0x1b0)]||0x0)+_0x1f26f3(0x218)+_0x13f70a[_0x1f26f3(0x1b0)]);if(!_0x13f70a||_0x638386['ftqrG'](_0x13f70a[_0x1f26f3(0x1b0)],0x0)){logger[_0x1f26f3(0x1a8)](_0x1f26f3(0x109)+_0x197856);return;}const _0x3b784e=0x28,_0x4ce328=Math[_0x1f26f3(0x1bc)](_0x638386['UQCft'](_0x13f70a[_0x1f26f3(0x1b0)],_0x3b784e));for(let _0x24a380=0x0;_0x638386[_0x1f26f3(0x157)](_0x24a380,_0x4ce328);_0x24a380++){const _0x58f289=_0x638386[_0x1f26f3(0xd0)](_0x24a380,_0x3b784e),_0x36648a=_0x638386[_0x1f26f3(0x21f)](_0x58f289,_0x3b784e),_0x183174=_0x13f70a['slice'](_0x58f289,_0x36648a),_0x366e77=global?.[_0x1f26f3(0x22b)]??0x0,_0x31a078={'platformIndex':_0x366e77,'logs':_0x183174,'testFrameworkName':_0x72fd74,'testFrameworkVersion':_0x21dc0d,'testFrameworkState':_0x24241a[_0x1f26f3(0x178)]()['split']('.')[0x1]},_0xa663d2={};_0xa663d2['depth']=0x3,_0xa663d2[_0x1f26f3(0x145)]=0x5,logger[_0x1f26f3(0x1a8)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x638386[_0x1f26f3(0x21f)](_0x24a380,0x1)+'/'+_0x4ce328+_0x1f26f3(0x231)+_0x197856+_0x1f26f3(0x119)+_0x183174[_0x1f26f3(0x1b0)]+_0x1f26f3(0x16b)+_0x366e77+_0x1f26f3(0xbe)+util[_0x1f26f3(0x16a)](_0x31a078,_0xa663d2));const _0x4f4592=await GrpcClient[_0x1f26f3(0x1cd)]()[_0x1f26f3(0x1c1)](_0x31a078);logger[_0x1f26f3(0x1a8)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x638386[_0x1f26f3(0x1b9)](_0x24a380,0x1)+'/'+_0x4ce328+_0x1f26f3(0x231)+_0x197856+_0x1f26f3(0x12e)+util[_0x1f26f3(0x16a)](_0x4f4592));}_0x549ab7&&_0x638386[_0x1f26f3(0x1be)](_0x549ab7[_0x1f26f3(0x1b0)],0x0)&&_0x3524bc[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]&&_0x35a7e0[_0x1f26f3(0xc1)]({[_0x197856]:{[TestFrameworkConstants[_0x1f26f3(0xcb)]]:{},[TestFrameworkConstants[_0x1f26f3(0xea)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x1f26f3(0x227)]]:this[_0x1f26f3(0x142)]()[this[_0x1f26f3(0x236)]()[0x0]]||''}}),logger[_0x1f26f3(0x1a8)](_0x1f26f3(0x12c)+_0x197856+',\x20totalBatches:\x20'+_0x4ce328);}catch(_0x153652){logger['error'](_0x1f26f3(0x1e0)+(_0xc7ebcb[_0x1f26f3(0xde)]||_0xc7ebcb[_0x1f26f3(0x169)])+_0x1f26f3(0xb6)+util['format'](_0x153652));}}[a79_0x3098a0(0x1a7)](_0x3b7bcd,_0x5650c8,_0x4ed1d8,_0x1a75a5,_0x1f052f){const _0x18eef2=a79_0x3098a0,_0x3affe9={};_0x3affe9['MKfTq']=function(_0x2181a3,_0x4d92d2){return _0x2181a3===_0x4d92d2;},_0x3affe9[_0x18eef2(0x11d)]=_0x18eef2(0x20c);const _0x501d25=_0x3affe9,{hookData:_0x8fda02}=_0x1f052f,_0x46c851={'testId':_0x5650c8,'testFrameworkState':_0x4ed1d8,'hookState':_0x1a75a5,'args':_0x1f052f,'timestamp':new Date()['toISOString']()};if(_0x501d25[_0x18eef2(0xeb)](_0x4ed1d8,TestFrameworkState[_0x18eef2(0x12b)])&&_0x8fda02){const _0x5de3c8={};_0x5de3c8[_0x18eef2(0x10d)]=_0x8fda02[_0x18eef2(0x1d0)]||_0x8fda02['location'],_0x5de3c8[_0x18eef2(0x1b3)]=_0x8fda02['scope']||_0x8fda02[_0x18eef2(0x208)]&&_0x8fda02[_0x18eef2(0x208)][0x0]||'',_0x5de3c8[_0x18eef2(0x18d)]=_0x501d25['fXpnZ'],_0x46c851['hookMetadata']=_0x5de3c8,logger[_0x18eef2(0x1a8)](_0x18eef2(0xd4)+_0x5650c8+_0x18eef2(0x1ad)+_0x46c851[_0x18eef2(0x1f3)]['filePath']+',\x20scope:\x20'+_0x46c851[_0x18eef2(0x1f3)]['scope']);}_0x3b7bcd[_0x18eef2(0x1a1)](_0x5650c8,_0x46c851),logger[_0x18eef2(0x1a8)](_0x18eef2(0xc6)+_0x5650c8+_0x18eef2(0x163)+_0x4ed1d8+_0x18eef2(0x1a4)+_0x1a75a5);}async[a79_0x3098a0(0xd1)](_0x39524f,_0x368720){const _0x2ce9da=a79_0x3098a0,_0x5f1282={};_0x5f1282['Uxxem']=function(_0x5af6f0,_0xe44000){return _0x5af6f0>_0xe44000;},_0x5f1282[_0x2ce9da(0x17b)]=function(_0x4ad893,_0x28db17){return _0x4ad893===_0x28db17;},_0x5f1282[_0x2ce9da(0x215)]=function(_0x353f83,_0x300f03){return _0x353f83===_0x300f03;},_0x5f1282[_0x2ce9da(0x1f4)]=function(_0x4b86dd,_0x3d259f){return _0x4b86dd===_0x3d259f;},_0x5f1282[_0x2ce9da(0xd9)]=_0x2ce9da(0x1e2);const _0x5d5911=_0x5f1282;if(_0x39524f[_0x2ce9da(0x152)](_0x368720)){const _0x20f3b3=_0x39524f[_0x2ce9da(0xd8)](_0x368720);logger[_0x2ce9da(0x1a8)](_0x2ce9da(0x19b)+_0x20f3b3['length']+'\x20pending\x20hooks\x20for\x20testId:\x20'+_0x368720);for(const _0x2304e8 of _0x20f3b3){try{const _0x45d498=await this[_0x2ce9da(0x128)](_0x39524f,_0x2304e8[_0x2ce9da(0x210)],_0x2304e8[_0x2ce9da(0x171)],_0x2304e8[_0x2ce9da(0xd6)]);_0x45d498&&_0x5d5911[_0x2ce9da(0xff)](Object[_0x2ce9da(0xa8)](_0x45d498)[_0x2ce9da(0x1b0)],0x0)&&_0x39524f[_0x2ce9da(0xc1)](_0x45d498),await this[_0x2ce9da(0xa4)](_0x39524f,_0x2304e8[_0x2ce9da(0x210)],_0x2304e8[_0x2ce9da(0x171)],_0x2304e8[_0x2ce9da(0xd6)]);}catch(_0x2fa15f){logger[_0x2ce9da(0x168)](_0x2ce9da(0x203)+_0x368720+_0x2ce9da(0xb6)+_0x2fa15f);}}_0x39524f['removePendingHooks'](_0x368720),logger[_0x2ce9da(0x1a8)]('Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20'+_0x368720);}const _0x10696b=_0x39524f[_0x2ce9da(0x1ff)]()['get'](_0x368720);if(_0x10696b){const _0x11780b=_0x10696b[TestFrameworkConstants[_0x2ce9da(0x202)]]||_0x10696b[TestFrameworkConstants[_0x2ce9da(0xc7)]],_0x22d249=_0x10696b[TestFrameworkConstants['KEY_TEST_SCOPE']]||_0x10696b[TestFrameworkConstants[_0x2ce9da(0x19d)]]&&_0x10696b[TestFrameworkConstants[_0x2ce9da(0x19d)]][0x0]||'';logger[_0x2ce9da(0x1a8)]('[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20'+_0x11780b+',\x20scope:\x20'+_0x22d249);const _0x2c5cf2=_0x39524f[_0x2ce9da(0x176)]();for(const _0x1c5d03 of _0x2c5cf2){if(_0x5d5911['wzNmt'](_0x1c5d03,_0x368720))continue;if(_0x39524f[_0x2ce9da(0x152)](_0x1c5d03)){const _0x992ac0=_0x39524f[_0x2ce9da(0xd8)](_0x1c5d03);for(const _0x3491f2 of _0x992ac0){if(_0x5d5911[_0x2ce9da(0x17b)](_0x3491f2[_0x2ce9da(0x210)],TestFrameworkState[_0x2ce9da(0x12b)])&&_0x3491f2['hookMetadata']){const _0x56caa7=_0x3491f2['hookMetadata']['filePath'],_0x2de750=_0x3491f2[_0x2ce9da(0x1f3)]['scope'];if(_0x5d5911[_0x2ce9da(0x17b)](_0x56caa7,_0x11780b)&&_0x5d5911[_0x2ce9da(0x215)](_0x2de750,_0x22d249)){logger['debug'](_0x2ce9da(0x123)+_0x1c5d03+_0x2ce9da(0xad)+_0x368720+_0x2ce9da(0x1ad)+_0x56caa7+',\x20scope:\x20'+_0x2de750);_0x3491f2[_0x2ce9da(0xd6)]&&_0x3491f2['args'][_0x2ce9da(0x17d)]&&(_0x3491f2[_0x2ce9da(0xd6)][_0x2ce9da(0x17d)]['test_run_id']=_0x368720,logger[_0x2ce9da(0x1a8)]('[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20'+_0x1c5d03+_0x2ce9da(0x1a6)+_0x368720));try{const _0x5c445d=await this[_0x2ce9da(0x128)](_0x39524f,_0x3491f2[_0x2ce9da(0x210)],_0x3491f2[_0x2ce9da(0x171)],_0x3491f2[_0x2ce9da(0xd6)]);_0x5c445d&&_0x5d5911['Uxxem'](Object[_0x2ce9da(0xa8)](_0x5c445d)[_0x2ce9da(0x1b0)],0x0)&&_0x39524f['addMultipleEntries'](_0x5c445d);await this['runHooks'](_0x39524f,_0x3491f2['testFrameworkState'],_0x3491f2['hookState'],_0x3491f2[_0x2ce9da(0xd6)]);const _0x146dad=_0x39524f['getPendingHooks'](_0x1c5d03)['filter'](_0x5ad590=>_0x5ad590!==_0x3491f2);if(_0x5d5911[_0x2ce9da(0x1f4)](_0x146dad[_0x2ce9da(0x1b0)],0x0))_0x39524f[_0x2ce9da(0x1d2)](_0x1c5d03);else{_0x39524f[_0x2ce9da(0x1d2)](_0x1c5d03);for(const _0x33e5f7 of _0x146dad){_0x39524f[_0x2ce9da(0x1a1)](_0x1c5d03,_0x33e5f7);}}logger[_0x2ce9da(0x1a8)](_0x5d5911[_0x2ce9da(0xd9)]);}catch(_0x3ea290){logger['error'](_0x2ce9da(0xe6)+_0x368720+_0x2ce9da(0xb6)+_0x3ea290);}}}}}}}}[a79_0x3098a0(0x1a5)](_0x13af61){const _0x7a6beb=a79_0x3098a0,_0x89b983={'bRcmZ':function(_0x2d2b7d){return _0x2d2b7d();}};if(!_0x13af61||!_0x13af61['parent'])return;_0x13af61[_0x7a6beb(0x197)][_0x7a6beb(0x207)]&&Array[_0x7a6beb(0x159)](_0x13af61[_0x7a6beb(0x197)][_0x7a6beb(0x207)])&&_0x13af61[_0x7a6beb(0x197)][_0x7a6beb(0x207)][_0x7a6beb(0x212)](_0x1b4ac9=>{const _0x2a39bc=_0x7a6beb;!_0x1b4ac9[_0x2a39bc(0x23c)]&&!_0x1b4ac9['hookUUID']&&(_0x1b4ac9[_0x2a39bc(0x23c)]=_0x89b983[_0x2a39bc(0x199)](uuidv4),_0x1b4ac9[_0x2a39bc(0x1b2)]=_0x1b4ac9[_0x2a39bc(0x23c)],logger['debug'](_0x2a39bc(0x148)+_0x1b4ac9[_0x2a39bc(0xdd)]+_0x2a39bc(0x173)+_0x1b4ac9[_0x2a39bc(0x23c)]));}),this[_0x7a6beb(0x1a5)](_0x13af61[_0x7a6beb(0x197)]);}[a79_0x3098a0(0x121)](_0x57b8b9){const _0x223e8c=a79_0x3098a0,_0x15e5db={'rzQmK':function(_0x131935,_0x29e303){return _0x131935(_0x29e303);}};if(!_0x57b8b9||!_0x57b8b9[_0x223e8c(0x197)])return[];const _0x442325=[];return _0x57b8b9['parent']['hooks']&&Array['isArray'](_0x57b8b9[_0x223e8c(0x197)]['hooks'])&&_0x57b8b9['parent'][_0x223e8c(0x207)][_0x223e8c(0x212)](_0x34404b=>{const _0x319ca3=_0x223e8c,_0xb06e9d=_0x34404b[_0x319ca3(0x23c)]||_0x34404b['hookUUID'];_0xb06e9d&&!this[_0x319ca3(0xb8)](_0x34404b)&&!_0x15e5db[_0x319ca3(0xa6)](isInternalHook,_0x34404b['fn'])&&_0x442325[_0x319ca3(0x18a)](_0xb06e9d);}),[..._0x442325,...this['getHooksForTest'](_0x57b8b9['parent'])];}[a79_0x3098a0(0xa5)](_0x54ebb6){const _0x4bf7bd=a79_0x3098a0,_0x8da1db={'wOdtH':function(_0xba7ca7,_0x54f476){return _0xba7ca7(_0x54f476);},'ARIJl':'unknown','jKZvL':function(_0x3110ca,_0x3ff0fc){return _0x3110ca(_0x3ff0fc);},'PYOsW':function(_0x494276,_0x345247){return _0x494276(_0x345247);}},_0x6126e4=new Map(),_0x1abef3=_0x2a4878=>{const _0x461871=a79_0xca5b,_0x256dc3={'WDkTA':function(_0x5c5a16,_0xb49fb3){return _0x8da1db['wOdtH'](_0x5c5a16,_0xb49fb3);},'NoijN':_0x8da1db[_0x461871(0x122)]};if(!_0x2a4878||!_0x2a4878[_0x461871(0x197)])return;_0x2a4878[_0x461871(0x197)]['hooks']&&Array[_0x461871(0x159)](_0x2a4878[_0x461871(0x197)][_0x461871(0x207)])&&_0x2a4878['parent'][_0x461871(0x207)][_0x461871(0x212)](_0x990d7=>{const _0x34970d=_0x461871,_0x12cc5d=_0x990d7[_0x34970d(0x23c)]||_0x990d7['hookUUID'];if(_0x12cc5d&&!this[_0x34970d(0xb8)](_0x990d7)&&!_0x256dc3[_0x34970d(0x1d4)](isInternalHook,_0x990d7['fn'])){const _0x46c032={};_0x46c032[_0x34970d(0xdd)]=_0x990d7[_0x34970d(0xdd)]||_0x256dc3[_0x34970d(0x1f6)],_0x46c032[_0x34970d(0x114)]=_0x990d7[_0x34970d(0x114)]||'\x22'+_0x990d7[_0x34970d(0xdd)]+_0x34970d(0x1e9),_0x6126e4[_0x34970d(0x233)](_0x12cc5d,_0x46c032);}}),_0x8da1db['jKZvL'](_0x1abef3,_0x2a4878[_0x461871(0x197)]);};return _0x8da1db[_0x4bf7bd(0x226)](_0x1abef3,_0x54ebb6),_0x6126e4;}[a79_0x3098a0(0xb8)](_0x4c3e98){const _0x5a4879=a79_0x3098a0,_0x5dd174={};_0x5dd174['fUVZD']=_0x5a4879(0x155),_0x5dd174[_0x5a4879(0x167)]=_0x5a4879(0x108);const _0x56f687=_0x5dd174;try{const _0x40e7d7=this[_0x5a4879(0xf5)](_0x4c3e98);if(!_0x40e7d7||_0x40e7d7['includes'](_0x56f687[_0x5a4879(0x196)]))return!![];return![];}catch(_0x5706a3){logger[_0x5a4879(0x1a8)](_0x56f687['yULxc']);}return![];}[a79_0x3098a0(0xf5)](_0xf7f45b){const _0x3b0436=a79_0x3098a0,_0x287901={'BVaSA':function(_0x14cd59,_0x1096bd){return _0x14cd59(_0x1096bd);}};if(_0xf7f45b['file'])return _0xf7f45b['file'];if(_0xf7f45b[_0x3b0436(0x1fd)])try{const _0x105e0a=stackTrace[_0x3b0436(0x1a9)](_0xf7f45b['asyncError']),_0x2c1686=_0x287901[_0x3b0436(0x230)](pickUserFrameFile,_0x105e0a);if(_0x2c1686)return _0x2c1686;logger[_0x3b0436(0x1a8)]('[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length='+_0x105e0a[_0x3b0436(0x1b0)]+')');}catch(_0x195de9){logger[_0x3b0436(0x1a8)](_0x3b0436(0x16f)+util[_0x3b0436(0x211)](_0x195de9));}return null;}}module['exports']=JestTestFramework;
@@ -1 +1 @@
1
- const a80_0x4ad579=a80_0xa6d9;(function(_0x5a9357,_0x181d5f){const _0xe90647=a80_0xa6d9,_0xf86719=_0x5a9357();while(!![]){try{const _0x175604=-parseInt(_0xe90647(0xde))/0x1*(parseInt(_0xe90647(0xd2))/0x2)+-parseInt(_0xe90647(0xf1))/0x3+parseInt(_0xe90647(0x112))/0x4*(-parseInt(_0xe90647(0xe2))/0x5)+-parseInt(_0xe90647(0x101))/0x6*(-parseInt(_0xe90647(0xd5))/0x7)+parseInt(_0xe90647(0xe3))/0x8*(parseInt(_0xe90647(0xeb))/0x9)+-parseInt(_0xe90647(0xe5))/0xa*(-parseInt(_0xe90647(0xc8))/0xb)+parseInt(_0xe90647(0xfb))/0xc;if(_0x175604===_0x181d5f)break;else _0xf86719['push'](_0xf86719['shift']());}catch(_0x3a55f6){_0xf86719['push'](_0xf86719['shift']());}}}(a80_0x4962,0x9c9a8));function a80_0xa6d9(_0x47c4a4,_0x4fb11d){const _0x496223=a80_0x4962();return a80_0xa6d9=function(_0xa6d951,_0x11a2ab){_0xa6d951=_0xa6d951-0xc3;let _0x235ac0=_0x496223[_0xa6d951];return _0x235ac0;},a80_0xa6d9(_0x47c4a4,_0x4fb11d);}const path=require('path'),TestFramework=require('./testFramework'),TestFrameworkState=require(a80_0x4ad579(0xee)),HookState=require(a80_0x4ad579(0x10c)),{createClassLogger}=require(a80_0x4ad579(0x102)),TestFrameworkInstance=require(a80_0x4ad579(0xed)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),util=require('util'),logger=createClassLogger(a80_0x4ad579(0xf6));class NewmanTestFramework extends TestFramework{constructor(_0x2d48d7,_0x3f1b08,_0xd47f2c){super(_0x2d48d7,_0x3f1b08,_0xd47f2c);}async['trackEvent'](_0x42f79d,_0x5ae991,_0x3fed17={}){const _0x3f67be=a80_0x4ad579,_0x2e8fd9={};_0x2e8fd9[_0x3f67be(0xf4)]=function(_0x5cca26,_0x3d85c4){return _0x5cca26===_0x3d85c4;},_0x2e8fd9['gytzD']=function(_0xebef90,_0x3b63a3){return _0xebef90===_0x3b63a3;};const _0x4a5de4=_0x2e8fd9;logger['debug'](_0x3f67be(0xd9)+_0x42f79d+'\x20hook='+_0x5ae991),await super['trackEvent'](_0x42f79d,_0x5ae991,_0x3fed17);const _0x3d8987=this[_0x3f67be(0xf2)](_0x42f79d,_0x5ae991,_0x3fed17);if(!_0x3d8987)return;try{if(_0x4a5de4[_0x3f67be(0xf4)](_0x42f79d,TestFrameworkState['TEST'])&&_0x3fed17[_0x3f67be(0xdb)]){const _0x5e13ca=_0x4a5de4[_0x3f67be(0x10a)](_0x5ae991,HookState[_0x3f67be(0x107)])?this[_0x3f67be(0x105)](_0x3fed17[_0x3f67be(0xdb)]):this['parseNewmanTestResult'](_0x3fed17[_0x3f67be(0xdb)]);_0x3d8987['addMultipleEntries'](_0x5e13ca);}}catch(_0x131ab8){logger[_0x3f67be(0xe9)](_0x3f67be(0x100)+util[_0x3f67be(0x10b)](_0x131ab8));}_0x3fed17[_0x3f67be(0xf7)]=_0x3d8987,await this[_0x3f67be(0xdf)](_0x3d8987,_0x42f79d,_0x5ae991,_0x3fed17);}[a80_0x4ad579(0x105)](_0x172edb){const _0x10c27a=a80_0x4ad579,_0x3a276a=this['getTestFrameworks']()[0x0],_0x1fc819={};return _0x1fc819[_0x172edb[_0x10c27a(0xff)]]={[TestFrameworkConstants[_0x10c27a(0xf8)]]:_0x3a276a,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x10c27a(0xcd)]()[_0x3a276a],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants[_0x10c27a(0xce)]]:{},[TestFrameworkConstants[_0x10c27a(0xd0)]]:TestFrameworkConstants[_0x10c27a(0xc7)],[TestFrameworkConstants[_0x10c27a(0x106)]]:_0x172edb[_0x10c27a(0xff)],[TestFrameworkConstants['KEY_TEST_UUID']]:_0x172edb[_0x10c27a(0xff)],[TestFrameworkConstants['KEY_TEST_NAME']]:_0x172edb[_0x10c27a(0xec)],[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x172edb[_0x10c27a(0xc5)]||'',[TestFrameworkConstants[_0x10c27a(0xdc)]]:_0x172edb[_0x10c27a(0xfd)]||'',[TestFrameworkConstants[_0x10c27a(0xd8)]]:null,[TestFrameworkConstants[_0x10c27a(0xd7)]]:_0x172edb['tags']||[],[TestFrameworkConstants[_0x10c27a(0xca)]]:_0x172edb[_0x10c27a(0xd6)]||new Date()[_0x10c27a(0xd3)](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x172edb['scope']||'',[TestFrameworkConstants[_0x10c27a(0xe0)]]:_0x172edb[_0x10c27a(0xcf)]||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:null,[TestFrameworkConstants[_0x10c27a(0xf5)]]:_0x172edb['custom_metadata']||{},[TestFrameworkConstants[_0x10c27a(0xe4)]]:_0x172edb[_0x10c27a(0xf3)]||{}},_0x1fc819;}['parseNewmanTestResult'](_0x1b6ab2){const _0x5e7bab=a80_0x4ad579,_0x228af7={};_0x228af7[_0x5e7bab(0xe6)]='pending';const _0x45e57d=_0x228af7,_0x67bc6f={};return _0x67bc6f[_0x1b6ab2[_0x5e7bab(0xff)]]={[TestFrameworkConstants[_0x5e7bab(0xd0)]]:_0x1b6ab2[_0x5e7bab(0xf9)]||_0x45e57d['kXvvN'],[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x1b6ab2[_0x5e7bab(0xda)]||new Date()[_0x5e7bab(0xd3)](),[TestFrameworkConstants['KEY_TEST_FAILURE']]:_0x1b6ab2[_0x5e7bab(0xcb)]||[],[TestFrameworkConstants[_0x5e7bab(0xc4)]]:_0x1b6ab2[_0x5e7bab(0xe8)]||null,[TestFrameworkConstants[_0x5e7bab(0x108)]]:_0x1b6ab2[_0x5e7bab(0xc9)]||null},_0x67bc6f;}[a80_0x4ad579(0xf2)](_0x4d47ef){const _0x2cb3ce=a80_0x4ad579;let _0x1b47f5=TestFramework[_0x2cb3ce(0x110)]();if(!_0x1b47f5){const _0x54d51f=TrackedInstance[_0x2cb3ce(0x10e)](CLIUtils[_0x2cb3ce(0x103)]());_0x1b47f5=new TestFrameworkInstance(_0x54d51f,this[_0x2cb3ce(0xd1)](),this[_0x2cb3ce(0xcd)](),_0x4d47ef,HookState[_0x2cb3ce(0xea)]),TestFramework[_0x2cb3ce(0x109)](_0x54d51f,_0x1b47f5);}return _0x1b47f5;}[a80_0x4ad579(0xfe)](_0x454e3d){const _0x428a27=a80_0x4ad579,_0x128650={};_0x128650[_0x428a27(0xe1)]='base64';const _0x5460ad=_0x128650;try{const _0x3ad695=_0x454e3d[_0x428a27(0xdb)]?_0x454e3d[_0x428a27(0xdb)][_0x428a27(0xff)]:null,_0x34174c=_0x454e3d['instance'],_0x42b417=_0x34174c['getContext'](),_0x59cbbb=_0x34174c[_0x428a27(0x10f)]()[_0x428a27(0xdd)](_0x3ad695);if(!_0x59cbbb)return{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x28c7e2='',[TestFrameworkConstants[_0x428a27(0xcc)]]:_0x48764f='',[TestFrameworkConstants[_0x428a27(0xca)]]:_0x36e6ac='',[TestFrameworkConstants[_0x428a27(0xc3)]]:_0x81f8eb=''}=_0x59cbbb;return{'platformIndex':0x0,'testFrameworkName':_0x28c7e2,'testFrameworkVersion':_0x48764f,'testFrameworkState':_0x34174c[_0x428a27(0xf0)]()['toString']()[_0x428a27(0x104)]('.')[0x1],'hookState':_0x34174c[_0x428a27(0x111)]()[_0x428a27(0xfc)]()[_0x428a27(0x104)]('.')[0x1],'startedAt':_0x36e6ac,'endedAt':_0x81f8eb,'uuid':_0x3ad695,'eventJson':Buffer[_0x428a27(0x10d)](JSON['stringify'](_0x59cbbb))['toString'](_0x5460ad[_0x428a27(0xe1)]),'executionContext':{'hash':_0x42b417[_0x428a27(0xd4)](),'threadId':_0x42b417[_0x428a27(0xfa)]()['toString'](),'processId':_0x42b417[_0x428a27(0xef)]()['toString']()}};}catch(_0x314cbf){return logger['error'](_0x428a27(0xe7)+util[_0x428a27(0x10b)](_0x314cbf)),{};}}}module[a80_0x4ad579(0xc6)]=NewmanTestFramework;function a80_0x4962(){const _0x583cf3=['DEFAULT_TEST_RESULT','121ohGCvh','failure_reason','KEY_TEST_STARTED_AT','failure','KEY_TEST_FRAMEWORK_VERSION','getTestFrameworksVersions','KEY_HOOKS_STARTED','scopes','KEY_TEST_RESULT','getTestFrameworks','84HgqNXT','toISOString','getId','10346txbqay','started_at','KEY_TEST_TAGS','KEY_TEST_CODE','trackEvent:\x20state=','finished_at','test','KEY_TEST_LOCATION','get','18646yaxAQO','runHooks','KEY_TEST_SCOPES','qhrtK','10uUYaED','1160THWsAT','KEY_TEST_META','5260PYTIKB','kXvvN','createTestFrameworkEventPayload:\x20error=','failure_type','error','NONE','65115xxtcsP','name','../instances/testFrameworkInstance.js','../state/testFrameworkState.js','getProcessId','getCurrentTestState','1735152VmIkrR','resolveInstance','meta','EQXtr','KEY_CUSTOM_TAGS','NewmanTestFramework','instance','KEY_TEST_FRAMEWORK_NAME','result','getThreadId','17664228oALSGd','toString','location','createTestFrameworkEventPayload','uuid','trackEvent:\x20error=','618UZAppw','../../../helpers/classLogger.js','getCurrentInstanceName','split','parseNewmanTest','KEY_TEST_ID','PRE','KEY_TEST_FAILURE_REASON','setTrackedInstance','gytzD','format','../state/hookState.js','from','createContext','getAllData','getTrackedInstance','getCurrentHookState','1352300hfpLCW','KEY_TEST_ENDED_AT','KEY_TEST_FAILURE_TYPE','file_path','exports'];a80_0x4962=function(){return _0x583cf3;};return a80_0x4962();}
1
+ const a80_0x2b5886=a80_0x5ae7;(function(_0x1f0a4f,_0x515eba){const _0xe494c7=a80_0x5ae7,_0x309fdd=_0x1f0a4f();while(!![]){try{const _0x5d0f4e=parseInt(_0xe494c7(0x181))/0x1*(-parseInt(_0xe494c7(0x1d3))/0x2)+parseInt(_0xe494c7(0x1a5))/0x3*(-parseInt(_0xe494c7(0x1b9))/0x4)+parseInt(_0xe494c7(0x19f))/0x5*(parseInt(_0xe494c7(0x1c7))/0x6)+-parseInt(_0xe494c7(0x18b))/0x7+parseInt(_0xe494c7(0x190))/0x8*(-parseInt(_0xe494c7(0x19e))/0x9)+-parseInt(_0xe494c7(0x1c9))/0xa+parseInt(_0xe494c7(0x1b2))/0xb;if(_0x5d0f4e===_0x515eba)break;else _0x309fdd['push'](_0x309fdd['shift']());}catch(_0x5a5310){_0x309fdd['push'](_0x309fdd['shift']());}}}(a80_0x1f94,0x34786));const path=require('path'),TestFramework=require(a80_0x2b5886(0x188)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a80_0x2b5886(0x1be)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a80_0x2b5886(0x186)),CLIUtils=require(a80_0x2b5886(0x1a8)),TrackedInstance=require(a80_0x2b5886(0x18c)),TestFrameworkConstants=require(a80_0x2b5886(0x1c0)),util=require(a80_0x2b5886(0x1b0)),logger=createClassLogger('NewmanTestFramework');class NewmanTestFramework extends TestFramework{constructor(_0x3bc74d,_0x3f36dc,_0x44559e){super(_0x3bc74d,_0x3f36dc,_0x44559e);}async[a80_0x2b5886(0x1a0)](_0x56686d,_0x16bfe3,_0x5f41ce={}){const _0x997b10=a80_0x2b5886,_0x50d101={};_0x50d101['Butqm']=function(_0x72be45,_0x7dc109){return _0x72be45===_0x7dc109;};const _0x1900e3=_0x50d101;logger['debug'](_0x997b10(0x17f)+_0x56686d+'\x20hook='+_0x16bfe3),await super[_0x997b10(0x1a0)](_0x56686d,_0x16bfe3,_0x5f41ce);const _0x516141=this[_0x997b10(0x191)](_0x56686d,_0x16bfe3,_0x5f41ce);if(!_0x516141)return;try{if(_0x1900e3[_0x997b10(0x189)](_0x56686d,TestFrameworkState[_0x997b10(0x1c8)])&&_0x5f41ce[_0x997b10(0x182)]){const _0x3ea6b0=_0x1900e3['Butqm'](_0x16bfe3,HookState['PRE'])?this[_0x997b10(0x1cd)](_0x5f41ce['test']):this['parseNewmanTestResult'](_0x5f41ce[_0x997b10(0x182)]);_0x516141[_0x997b10(0x1bc)](_0x3ea6b0);}}catch(_0x53eb6){logger['error'](_0x997b10(0x1ce)+util['format'](_0x53eb6));}_0x5f41ce[_0x997b10(0x1b1)]=_0x516141,await this[_0x997b10(0x196)](_0x516141,_0x56686d,_0x16bfe3,_0x5f41ce);}[a80_0x2b5886(0x1cd)](_0x381b59){const _0x1c0cf4=a80_0x2b5886,_0x13c875=this['getTestFrameworks']()[0x0],_0x35b681={};return _0x35b681[_0x381b59[_0x1c0cf4(0x1ca)]]={[TestFrameworkConstants[_0x1c0cf4(0x1aa)]]:_0x13c875,[TestFrameworkConstants[_0x1c0cf4(0x1c1)]]:this[_0x1c0cf4(0x1b4)]()[_0x13c875],[TestFrameworkConstants[_0x1c0cf4(0x180)]]:[],[TestFrameworkConstants[_0x1c0cf4(0x1d0)]]:{},[TestFrameworkConstants[_0x1c0cf4(0x1c2)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x1c0cf4(0x1d2)],[TestFrameworkConstants[_0x1c0cf4(0x1a9)]]:_0x381b59[_0x1c0cf4(0x1ca)],[TestFrameworkConstants[_0x1c0cf4(0x1b3)]]:_0x381b59[_0x1c0cf4(0x1ca)],[TestFrameworkConstants[_0x1c0cf4(0x1d4)]]:_0x381b59[_0x1c0cf4(0x1ad)],[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x381b59[_0x1c0cf4(0x19b)]||'',[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x381b59[_0x1c0cf4(0x1bb)]||'',[TestFrameworkConstants[_0x1c0cf4(0x1bf)]]:null,[TestFrameworkConstants[_0x1c0cf4(0x1a1)]]:_0x381b59[_0x1c0cf4(0x187)]||[],[TestFrameworkConstants[_0x1c0cf4(0x1a3)]]:_0x381b59[_0x1c0cf4(0x194)]||new Date()['toISOString'](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x381b59['scope']||'',[TestFrameworkConstants[_0x1c0cf4(0x1b5)]]:_0x381b59[_0x1c0cf4(0x1c5)]||[],[TestFrameworkConstants[_0x1c0cf4(0x1ab)]]:null,[TestFrameworkConstants[_0x1c0cf4(0x1c6)]]:_0x381b59[_0x1c0cf4(0x18e)]||{},[TestFrameworkConstants[_0x1c0cf4(0x197)]]:_0x381b59[_0x1c0cf4(0x1a2)]||{}},_0x35b681;}[a80_0x2b5886(0x1a7)](_0x414243){const _0x32bdf9=a80_0x2b5886,_0x13ab52={};_0x13ab52[_0x32bdf9(0x1a4)]=_0x32bdf9(0x18f);const _0x4578e4=_0x13ab52,_0x25f710={};return _0x25f710[_0x414243[_0x32bdf9(0x1ca)]]={[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x414243[_0x32bdf9(0x185)]||_0x4578e4['QwxyL'],[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x414243[_0x32bdf9(0x1bd)]||new Date()[_0x32bdf9(0x195)](),[TestFrameworkConstants[_0x32bdf9(0x1af)]]:_0x414243['failure']||[],[TestFrameworkConstants[_0x32bdf9(0x1d1)]]:_0x414243[_0x32bdf9(0x1ae)]||null,[TestFrameworkConstants[_0x32bdf9(0x1b8)]]:_0x414243[_0x32bdf9(0x1a6)]||null},_0x25f710;}['resolveInstance'](_0x22fa4d){const _0x550814=a80_0x2b5886;let _0x391019=TestFramework['getTrackedInstance']();if(!_0x391019){const _0x2fc84f=TrackedInstance[_0x550814(0x192)](CLIUtils[_0x550814(0x199)]());_0x391019=new TestFrameworkInstance(_0x2fc84f,this[_0x550814(0x1cc)](),this[_0x550814(0x1b4)](),_0x22fa4d,HookState[_0x550814(0x19d)]),TestFramework[_0x550814(0x183)](_0x2fc84f,_0x391019);}return _0x391019;}[a80_0x2b5886(0x1b6)](_0x357e4f){const _0x122259=a80_0x2b5886,_0x3724fc={};_0x3724fc[_0x122259(0x19c)]=_0x122259(0x1cf);const _0x5065be=_0x3724fc;try{const _0x3d201d=_0x357e4f[_0x122259(0x182)]?_0x357e4f[_0x122259(0x182)]['uuid']:null,_0x221818=_0x357e4f[_0x122259(0x1b1)],_0x5ec292=_0x221818[_0x122259(0x18a)](),_0x3e712b=_0x221818['getAllData']()[_0x122259(0x19a)](_0x3d201d);if(!_0x3e712b)return{};const {[TestFrameworkConstants[_0x122259(0x1aa)]]:_0x1b81a3='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x343dd7='',[TestFrameworkConstants[_0x122259(0x1a3)]]:_0x4aa54a='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0xab95b2=''}=_0x3e712b;return{'platformIndex':0x0,'testFrameworkName':_0x1b81a3,'testFrameworkVersion':_0x343dd7,'testFrameworkState':_0x221818[_0x122259(0x193)]()[_0x122259(0x1b7)]()[_0x122259(0x1cb)]('.')[0x1],'hookState':_0x221818[_0x122259(0x184)]()[_0x122259(0x1b7)]()[_0x122259(0x1cb)]('.')[0x1],'startedAt':_0x4aa54a,'endedAt':_0xab95b2,'uuid':_0x3d201d,'eventJson':Buffer['from'](JSON[_0x122259(0x1ba)](_0x3e712b))[_0x122259(0x1b7)](_0x5065be[_0x122259(0x19c)]),'executionContext':{'hash':_0x5ec292['getId'](),'threadId':_0x5ec292[_0x122259(0x1c4)]()[_0x122259(0x1b7)](),'processId':_0x5ec292[_0x122259(0x1c3)]()['toString']()}};}catch(_0x522014){return logger[_0x122259(0x1ac)](_0x122259(0x198)+util['format'](_0x522014)),{};}}}function a80_0x1f94(){const _0x5055d7=['KEY_TEST_SCOPES','createTestFrameworkEventPayload','toString','KEY_TEST_FAILURE_REASON','4rwMuvc','stringify','location','addMultipleEntries','finished_at','../state/hookState.js','KEY_TEST_CODE','./constants/testFrameworkConstants.js','KEY_TEST_FRAMEWORK_VERSION','KEY_HOOKS_STARTED','getProcessId','getThreadId','scopes','KEY_CUSTOM_TAGS','1188gPcghM','TEST','2088970rbqFkG','uuid','split','getTestFrameworks','parseNewmanTest','trackEvent:\x20error=','base64','KEY_HOOKS_FINISHED','KEY_TEST_FAILURE_TYPE','DEFAULT_TEST_RESULT','696142MRLiyG','KEY_TEST_NAME','trackEvent:\x20state=','KEY_TEST_LOGS','1txjXnC','test','setTrackedInstance','getCurrentHookState','result','../instances/testFrameworkInstance.js','tags','./testFramework','Butqm','getContext','1791895YoqMxy','../instances/trackedInstance.js','exports','custom_metadata','pending','344jBsTFO','resolveInstance','createContext','getCurrentTestState','started_at','toISOString','runHooks','KEY_TEST_META','createTestFrameworkEventPayload:\x20error=','getCurrentInstanceName','get','file_path','kcchB','NONE','47439fivLyd','7710uaWebQ','trackEvent','KEY_TEST_TAGS','meta','KEY_TEST_STARTED_AT','QwxyL','527277DWdLLI','failure_reason','parseNewmanTestResult','../cliUtils.js','KEY_TEST_ID','KEY_TEST_FRAMEWORK_NAME','KEY_TEST_RERUN_NAME','error','name','failure_type','KEY_TEST_FAILURE','util','instance','12374637KiosYD','KEY_TEST_UUID','getTestFrameworksVersions'];a80_0x1f94=function(){return _0x5055d7;};return a80_0x1f94();}function a80_0x5ae7(_0x17675a,_0x18fc37){const _0x1f9443=a80_0x1f94();return a80_0x5ae7=function(_0x5ae7ea,_0x4be6da){_0x5ae7ea=_0x5ae7ea-0x17f;let _0x520274=_0x1f9443[_0x5ae7ea];return _0x520274;},a80_0x5ae7(_0x17675a,_0x18fc37);}module[a80_0x2b5886(0x18d)]=NewmanTestFramework;
@@ -1 +1 @@
1
- const a81_0xd97432=a81_0x2bbb;(function(_0x3ecec1,_0x53a2b3){const _0x8c8c81=a81_0x2bbb,_0x32f5ab=_0x3ecec1();while(!![]){try{const _0x256571=-parseInt(_0x8c8c81(0x1fb))/0x1*(parseInt(_0x8c8c81(0x1fc))/0x2)+parseInt(_0x8c8c81(0x1f9))/0x3+parseInt(_0x8c8c81(0x1e8))/0x4+parseInt(_0x8c8c81(0x1ef))/0x5*(-parseInt(_0x8c8c81(0x1e6))/0x6)+parseInt(_0x8c8c81(0x1f3))/0x7*(parseInt(_0x8c8c81(0x201))/0x8)+parseInt(_0x8c8c81(0x1ea))/0x9*(parseInt(_0x8c8c81(0x1e7))/0xa)+parseInt(_0x8c8c81(0x1e5))/0xb;if(_0x256571===_0x53a2b3)break;else _0x32f5ab['push'](_0x32f5ab['shift']());}catch(_0x2089ca){_0x32f5ab['push'](_0x32f5ab['shift']());}}}(a81_0x3acc,0xd514e));function a81_0x3acc(){const _0x8ca93e=['trackPlaywrightInstance','951670QFegVh','\x20target=','info','trackPlaywrightInstance:\x20instance\x20already\x20exists','204757auYbVR','createContext','bsParams','\x20hookState=','MzLyL','debug','402813OZNoZN','setTrackedInstance','2yUVemu','1341038zqBKFt','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','trackEvent','instance','16cQreHe','getCurrentInstanceName','ySRUK','logger','../instances/automationFrameworkInstance.js','runHooks','params','../../../helpers/classLogger.js','getId','getTrackedInstance','resolveInstance','../cliUtils.js','trackEvent:\x20automationFrameworkState=','23934086BtYxqy','18fKcoqt','120xXuELm','282156JCQlwa','NCdQn','259263evSHyM','message','./automationFramework.js','exports'];a81_0x3acc=function(){return _0x8ca93e;};return a81_0x3acc();}const AutomationFramework=require(a81_0xd97432(0x1ec)),{createClassLogger}=require(a81_0xd97432(0x208)),AutomationFrameworkState=require('../state/automationFrameworkState.js'),CLIUtils=require(a81_0xd97432(0x20c)),TrackedInstance=require('../instances/trackedInstance.js'),AutomationFrameworkInstance=require(a81_0xd97432(0x205));function a81_0x2bbb(_0x3f9032,_0x438e54){const _0x3acc55=a81_0x3acc();return a81_0x2bbb=function(_0x2bbb91,_0x93bef7){_0x2bbb91=_0x2bbb91-0x1e5;let _0x29c7c8=_0x3acc55[_0x2bbb91];return _0x29c7c8;},a81_0x2bbb(_0x3f9032,_0x438e54);}class PlaywrightAutomationFramework extends AutomationFramework{[a81_0xd97432(0x204)]=createClassLogger('PlaywrightAutomationFramework');constructor(_0x310dd6,_0x302686){super(_0x310dd6,_0x302686);}async[a81_0xd97432(0x1ff)](_0x2e9491,_0x59ece6,_0x281705={}){const _0x342231=a81_0xd97432,_0x15c09f={};_0x15c09f['pngps']=function(_0x26a9d4,_0x3a60b9){return _0x26a9d4===_0x3a60b9;};const _0x322f3e=_0x15c09f;this['logger'][_0x342231(0x1f8)](_0x342231(0x20d)+_0x2e9491+_0x342231(0x1f6)+_0x59ece6),await super[_0x342231(0x1ff)](_0x2e9491,_0x59ece6,_0x281705);const _0x430833=this[_0x342231(0x20b)](_0x2e9491,_0x59ece6,_0x281705);if(_0x322f3e['pngps'](_0x430833,null))return;_0x281705[_0x342231(0x200)]=_0x430833,await this[_0x342231(0x206)](_0x430833,_0x2e9491,_0x59ece6,_0x281705);}[a81_0xd97432(0x20b)](_0x321490,_0x21bfab,_0x14680d={}){const _0x4373cf=a81_0xd97432,_0x578f11={};_0x578f11[_0x4373cf(0x1e9)]=function(_0x2d2928,_0x401ff3){return _0x2d2928===_0x401ff3;},_0x578f11[_0x4373cf(0x203)]=function(_0x25a959,_0x2b38c9){return _0x25a959===_0x2b38c9;};const _0x3a8630=_0x578f11;let _0x10c2be=null;return(_0x3a8630[_0x4373cf(0x1e9)](_0x321490,AutomationFrameworkState['CREATE'])||_0x3a8630[_0x4373cf(0x1e9)](_0x321490,AutomationFrameworkState['PLAYWRIGHT_DISPATCH'])&&(_0x14680d['message']&&_0x14680d['message']['params']&&_0x14680d[_0x4373cf(0x1eb)][_0x4373cf(0x207)][_0x4373cf(0x1f5)])||_0x3a8630['ySRUK'](_0x321490,AutomationFrameworkState['NONE']))&&this[_0x4373cf(0x1ee)](_0x321490,_0x14680d),_0x10c2be=AutomationFramework[_0x4373cf(0x20a)](),_0x10c2be;}['trackPlaywrightInstance'](_0x1ccb3a,_0x27ae8d){const _0x1e3b44=a81_0xd97432,_0x3f9467={};_0x3f9467[_0x1e3b44(0x1f7)]=_0x1e3b44(0x1f2);const _0x2b6982=_0x3f9467;if(AutomationFramework['getTrackedInstance']()){this[_0x1e3b44(0x204)][_0x1e3b44(0x1f1)](_0x2b6982[_0x1e3b44(0x1f7)]);return;}const _0x1f19c4=CLIUtils[_0x1e3b44(0x202)](),_0x318aa4=TrackedInstance[_0x1e3b44(0x1f4)](_0x1f19c4);let _0x1e8fbc=null;this[_0x1e3b44(0x204)][_0x1e3b44(0x1f1)](_0x1e3b44(0x1fd)+_0x1f19c4+',\x20state='+_0x1ccb3a),_0x1e8fbc=new AutomationFrameworkInstance(_0x318aa4,this['getAutomationFrameworkName'](),this['getAutomationFrameworkVersion'](),_0x1ccb3a),AutomationFramework[_0x1e3b44(0x1fa)](_0x318aa4,_0x1e8fbc),this[_0x1e3b44(0x204)][_0x1e3b44(0x1f1)](_0x1e3b44(0x1fe)+_0x318aa4[_0x1e3b44(0x209)]()+_0x1e3b44(0x1f0)+_0x1f19c4);}}module[a81_0xd97432(0x1ed)]=PlaywrightAutomationFramework;
1
+ function a81_0x2267(_0x32bbf5,_0x52d967){const _0x330f48=a81_0x330f();return a81_0x2267=function(_0x226767,_0x212151){_0x226767=_0x226767-0x175;let _0x4d8087=_0x330f48[_0x226767];return _0x4d8087;},a81_0x2267(_0x32bbf5,_0x52d967);}const a81_0x1091ff=a81_0x2267;(function(_0x556dd1,_0x3e3f7b){const _0x5ef011=a81_0x2267,_0x4c8449=_0x556dd1();while(!![]){try{const _0x1fb9bf=parseInt(_0x5ef011(0x198))/0x1*(-parseInt(_0x5ef011(0x185))/0x2)+-parseInt(_0x5ef011(0x184))/0x3+parseInt(_0x5ef011(0x186))/0x4*(parseInt(_0x5ef011(0x190))/0x5)+parseInt(_0x5ef011(0x180))/0x6+-parseInt(_0x5ef011(0x18a))/0x7*(-parseInt(_0x5ef011(0x187))/0x8)+parseInt(_0x5ef011(0x17c))/0x9+-parseInt(_0x5ef011(0x17b))/0xa*(parseInt(_0x5ef011(0x17e))/0xb);if(_0x1fb9bf===_0x3e3f7b)break;else _0x4c8449['push'](_0x4c8449['shift']());}catch(_0x52a862){_0x4c8449['push'](_0x4c8449['shift']());}}}(a81_0x330f,0x84d3f));const AutomationFramework=require(a81_0x1091ff(0x191)),{createClassLogger}=require(a81_0x1091ff(0x176)),AutomationFrameworkState=require('../state/automationFrameworkState.js'),CLIUtils=require('../cliUtils.js'),TrackedInstance=require('../instances/trackedInstance.js'),AutomationFrameworkInstance=require(a81_0x1091ff(0x188));function a81_0x330f(){const _0x167ffc=['trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','NONE','params','1880URfESE','5138253zGMEiS','message','627eAtrQj','instance','3639714ciyVTd','getTrackedInstance','setTrackedInstance','logger','2703570zrgbtg','154860NfPFQh','532964ADevQf','3088LKAPQH','../instances/automationFrameworkInstance.js','trackPlaywrightInstance:\x20instance\x20already\x20exists','2177sRPmxe','gyODW','getCurrentInstanceName','ckuMr','\x20target=','fCcxO','35CECriV','./automationFramework.js','runHooks',',\x20state=','getAutomationFrameworkName','trackEvent','resolveInstance','getId','10Lxviaw','exports','zxadk','info','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','debug','PLAYWRIGHT_DISPATCH','\x20hookState=','trackEvent:\x20automationFrameworkState=','../../../helpers/classLogger.js','CREATE'];a81_0x330f=function(){return _0x167ffc;};return a81_0x330f();}class PlaywrightAutomationFramework extends AutomationFramework{['logger']=createClassLogger('PlaywrightAutomationFramework');constructor(_0x2f998e,_0x2b3c21){super(_0x2f998e,_0x2b3c21);}async[a81_0x1091ff(0x195)](_0x1ae660,_0x9ffafe,_0xe5e6ff={}){const _0x3fef63=a81_0x1091ff,_0x5c0ecb={};_0x5c0ecb[_0x3fef63(0x18d)]=function(_0x49d097,_0x454b0b){return _0x49d097===_0x454b0b;};const _0xc0e1e9=_0x5c0ecb;this[_0x3fef63(0x183)][_0x3fef63(0x19d)](_0x3fef63(0x175)+_0x1ae660+_0x3fef63(0x19f)+_0x9ffafe),await super[_0x3fef63(0x195)](_0x1ae660,_0x9ffafe,_0xe5e6ff);const _0x2fb49b=this[_0x3fef63(0x196)](_0x1ae660,_0x9ffafe,_0xe5e6ff);if(_0xc0e1e9[_0x3fef63(0x18d)](_0x2fb49b,null))return;_0xe5e6ff[_0x3fef63(0x17f)]=_0x2fb49b,await this[_0x3fef63(0x192)](_0x2fb49b,_0x1ae660,_0x9ffafe,_0xe5e6ff);}[a81_0x1091ff(0x196)](_0x4c8375,_0x3ab31b,_0x1b75aa={}){const _0x1ca074=a81_0x1091ff,_0x12c1b8={};_0x12c1b8['gyODW']=function(_0x18a1a4,_0x21ec3d){return _0x18a1a4===_0x21ec3d;},_0x12c1b8['zxadk']=function(_0x4da92f,_0x45dd13){return _0x4da92f===_0x45dd13;};const _0x83ba9e=_0x12c1b8;let _0x5b77c8=null;return(_0x83ba9e[_0x1ca074(0x18b)](_0x4c8375,AutomationFrameworkState[_0x1ca074(0x177)])||_0x83ba9e[_0x1ca074(0x19a)](_0x4c8375,AutomationFrameworkState[_0x1ca074(0x19e)])&&(_0x1b75aa['message']&&_0x1b75aa[_0x1ca074(0x17d)][_0x1ca074(0x17a)]&&_0x1b75aa[_0x1ca074(0x17d)][_0x1ca074(0x17a)]['bsParams'])||_0x83ba9e[_0x1ca074(0x19a)](_0x4c8375,AutomationFrameworkState[_0x1ca074(0x179)]))&&this['trackPlaywrightInstance'](_0x4c8375,_0x1b75aa),_0x5b77c8=AutomationFramework[_0x1ca074(0x181)](),_0x5b77c8;}['trackPlaywrightInstance'](_0x340657,_0x5d5990){const _0xe0b78e=a81_0x1091ff,_0x283ad8={};_0x283ad8[_0xe0b78e(0x18f)]=_0xe0b78e(0x189);const _0x3f73b7=_0x283ad8;if(AutomationFramework[_0xe0b78e(0x181)]()){this[_0xe0b78e(0x183)][_0xe0b78e(0x19b)](_0x3f73b7['fCcxO']);return;}const _0x5a8d1f=CLIUtils[_0xe0b78e(0x18c)](),_0x1cf118=TrackedInstance['createContext'](_0x5a8d1f);let _0x45d79c=null;this[_0xe0b78e(0x183)][_0xe0b78e(0x19b)](_0xe0b78e(0x178)+_0x5a8d1f+_0xe0b78e(0x193)+_0x340657),_0x45d79c=new AutomationFrameworkInstance(_0x1cf118,this[_0xe0b78e(0x194)](),this['getAutomationFrameworkVersion'](),_0x340657),AutomationFramework[_0xe0b78e(0x182)](_0x1cf118,_0x45d79c),this[_0xe0b78e(0x183)]['info'](_0xe0b78e(0x19c)+_0x1cf118[_0xe0b78e(0x197)]()+_0xe0b78e(0x18e)+_0x5a8d1f);}}module[a81_0x1091ff(0x199)]=PlaywrightAutomationFramework;