browserstack-node-sdk 1.63.3 → 1.63.4

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 (218) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/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/jasmine/bstack-reporter/customReporter.js +1 -1
  56. package/src/bin/jasmine/command.js +1 -1
  57. package/src/bin/jasmine/test.setup.js +1 -1
  58. package/src/bin/jasmine/testRunMap.js +1 -1
  59. package/src/bin/jest/command.js +1 -1
  60. package/src/bin/jest/customImplements/customCircus.js +1 -1
  61. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  62. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  63. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  64. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  65. package/src/bin/jest/jest.setup.js +1 -1
  66. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  67. package/src/bin/jest/test-observability/helper.js +1 -1
  68. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  69. package/src/bin/jest/test-observability/test-details.js +1 -1
  70. package/src/bin/jest/test.setup.js +1 -1
  71. package/src/bin/jest/test_before.setup.js +1 -1
  72. package/src/bin/launcher/launcher.js +1 -1
  73. package/src/bin/load/index.js +1 -1
  74. package/src/bin/load/loadErrors.js +1 -1
  75. package/src/bin/load/loadUtils.js +1 -1
  76. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  77. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  78. package/src/bin/mocha/command.js +1 -1
  79. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  80. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  81. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  82. package/src/bin/mocha/test.setup.js +1 -1
  83. package/src/bin/newman/command.js +1 -1
  84. package/src/bin/newman/helper.js +1 -1
  85. package/src/bin/newman/reporter/index.js +1 -1
  86. package/src/bin/newman/scriptRunner.js +1 -1
  87. package/src/bin/nightwatch/command.js +1 -1
  88. package/src/bin/playwright/accessibility-helper.js +1 -1
  89. package/src/bin/playwright/command.js +1 -1
  90. package/src/bin/playwright/globalSetup.js +1 -1
  91. package/src/bin/playwright/mock-process.js +1 -1
  92. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  93. package/src/bin/playwright/patches.js +1 -1
  94. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  95. package/src/bin/playwright/reporter/reporter.js +1 -1
  96. package/src/bin/playwright/reporter/test-details.js +1 -1
  97. package/src/bin/playwright/sessionDetails.js +1 -1
  98. package/src/bin/puppeteer/patches.js +1 -1
  99. package/src/bin/puppeteer/sessionDetails.js +1 -1
  100. package/src/bin/puppeteer/test.setup.js +1 -1
  101. package/src/bin/runner.js +1 -1
  102. package/src/bin/setup.js +1 -1
  103. package/src/bin/test-runner/index.js +1 -1
  104. package/src/bin/test-runner/runTest.js +1 -1
  105. package/src/bin/test-runner/testWorker.js +1 -1
  106. package/src/bin/testcafe/a11y-runner.js +1 -1
  107. package/src/bin/testcafe/command.js +1 -1
  108. package/src/bin/testcafe/reporter/index.js +1 -1
  109. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  110. package/src/bin/testcafe/session-registry.js +1 -1
  111. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  112. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  113. package/src/bin/testcafe/w3c-driver.js +1 -1
  114. package/src/bin/utils/apiUtilityMethods.js +1 -1
  115. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  116. package/src/bin/utils/constants.js +1 -1
  117. package/src/bin/utils/log4jsAppender.js +1 -1
  118. package/src/bin/utils/logPatcher.js +1 -1
  119. package/src/bin/utils/logReportingAPI.js +1 -1
  120. package/src/bin/utils/playwright-patcher.js +1 -1
  121. package/src/bin/utils/puppeteer-patcher.js +1 -1
  122. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  123. package/src/bin/utils/sharedUtils.js +1 -1
  124. package/src/bin/v2/TestInfo.js +1 -1
  125. package/src/bin/v2/browserstackCLI.js +1 -1
  126. package/src/bin/v2/cliUtils.js +1 -1
  127. package/src/bin/v2/customTagManager.js +1 -1
  128. package/src/bin/v2/eventDispatcher.js +1 -1
  129. package/src/bin/v2/framework/automationFramework.js +1 -1
  130. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  131. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  132. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  133. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  134. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  135. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  136. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  137. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  138. package/src/bin/v2/framework/testFramework.js +1 -1
  139. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  140. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  141. package/src/bin/v2/grpcClient.js +1 -1
  142. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  143. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  144. package/src/bin/v2/instances/trackedContext.js +1 -1
  145. package/src/bin/v2/instances/trackedInstance.js +1 -1
  146. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  147. package/src/bin/v2/modules/baseModule.js +1 -1
  148. package/src/bin/v2/modules/loadTestModule.js +1 -1
  149. package/src/bin/v2/modules/observabilityModule.js +1 -1
  150. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  151. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  152. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  153. package/src/bin/v2/modules/testhubModule.js +1 -1
  154. package/src/bin/v2/sdkErrorHandler.js +1 -1
  155. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  156. package/src/bin/v2/state/hookState.js +1 -1
  157. package/src/bin/v2/state/testFrameworkState.js +1 -1
  158. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  159. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  160. package/src/bin/v2/utils/jest-utils.js +1 -1
  161. package/src/bin/vanilla-js/command.js +1 -1
  162. package/src/browserStackSdk.js +1 -1
  163. package/src/helpers/BrowserStackSetup.js +1 -1
  164. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  165. package/src/helpers/accessibility-automation/constants.js +1 -1
  166. package/src/helpers/accessibility-automation/helper.js +1 -1
  167. package/src/helpers/accessibility-automation/scripts.js +1 -1
  168. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  169. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  170. package/src/helpers/ats/constants.js +1 -1
  171. package/src/helpers/ats/helper.js +1 -1
  172. package/src/helpers/caCertHelper.js +1 -1
  173. package/src/helpers/capsMapping.js +1 -1
  174. package/src/helpers/central-scanner/constants.js +1 -1
  175. package/src/helpers/central-scanner/helpers.js +1 -1
  176. package/src/helpers/classLogger.js +1 -1
  177. package/src/helpers/driverInitErrorReporter.js +1 -1
  178. package/src/helpers/globals.js +1 -1
  179. package/src/helpers/helper.js +1 -1
  180. package/src/helpers/logger.js +1 -1
  181. package/src/helpers/metadata.js +1 -1
  182. package/src/helpers/patchHelper.js +1 -1
  183. package/src/helpers/patchHelpers.js +1 -1
  184. package/src/helpers/percy/Percy.js +1 -1
  185. package/src/helpers/percy/PercyBinary.js +1 -1
  186. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  187. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  188. package/src/helpers/percy/PercySDK.js +1 -1
  189. package/src/helpers/percy/index.js +1 -1
  190. package/src/helpers/percy/utils.js +1 -1
  191. package/src/helpers/performance/constants.js +1 -1
  192. package/src/helpers/performance/performance-tester.js +1 -1
  193. package/src/helpers/playwright-helper.js +1 -1
  194. package/src/helpers/processHelper.js +1 -1
  195. package/src/helpers/puppeteer-helper.js +1 -1
  196. package/src/helpers/request-spy.js +1 -1
  197. package/src/helpers/setKeepAlive.js +1 -1
  198. package/src/helpers/stackFrameUtils.js +1 -1
  199. package/src/helpers/test-observability/constants.js +1 -1
  200. package/src/helpers/test-observability/error-handler.js +1 -1
  201. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  202. package/src/helpers/test-observability/sessionHandler.js +1 -1
  203. package/src/helpers/test-observability/utils.js +1 -1
  204. package/src/helpers/test-orchestration/constants.js +1 -1
  205. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  206. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  207. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  208. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  209. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  210. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  211. package/src/helpers/testhub/constants.js +1 -1
  212. package/src/helpers/testhub/testhubHandler.js +1 -1
  213. package/src/helpers/testhub/utils.js +1 -1
  214. package/src/helpers/timeoutPromise.js +1 -1
  215. package/src/helpers/utilities.js +1 -1
  216. package/src/helpers/w3cMapping.js +1 -1
  217. package/src/hubAllocationMethods.js +1 -1
  218. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a92_0x5143a8=a92_0xaa97;function a92_0xaa97(_0x46f861,_0x484d86){const _0x495bd9=a92_0x495b();return a92_0xaa97=function(_0xaa9756,_0xb9a42b){_0xaa9756=_0xaa9756-0x1a8;let _0x349609=_0x495bd9[_0xaa9756];return _0x349609;},a92_0xaa97(_0x46f861,_0x484d86);}(function(_0x2faa25,_0x5173ea){const _0x496df0=a92_0xaa97,_0x30a104=_0x2faa25();while(!![]){try{const _0x27b2cf=-parseInt(_0x496df0(0x2ae))/0x1*(parseInt(_0x496df0(0x243))/0x2)+-parseInt(_0x496df0(0x21a))/0x3+-parseInt(_0x496df0(0x303))/0x4+-parseInt(_0x496df0(0x2b4))/0x5+parseInt(_0x496df0(0x2fe))/0x6+-parseInt(_0x496df0(0x30c))/0x7*(-parseInt(_0x496df0(0x2dc))/0x8)+parseInt(_0x496df0(0x286))/0x9;if(_0x27b2cf===_0x5173ea)break;else _0x30a104['push'](_0x30a104['shift']());}catch(_0x2bdbd1){_0x30a104['push'](_0x30a104['shift']());}}}(a92_0x495b,0x58e0c));const TestFramework=require(a92_0x5143a8(0x300)),TestFrameworkState=require(a92_0x5143a8(0x1d8)),HookState=require(a92_0x5143a8(0x26f)),{createClassLogger}=require(a92_0x5143a8(0x260)),TestFrameworkInstance=require(a92_0x5143a8(0x297)),CLIUtils=require(a92_0x5143a8(0x292)),TrackedInstance=require(a92_0x5143a8(0x2a5)),TestFrameworkConstants=require(a92_0x5143a8(0x225)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a92_0x5143a8(0x247)),{isInternalHook}=require(a92_0x5143a8(0x2c6)),logger=createClassLogger(a92_0x5143a8(0x211)),{v4:uuidv4}=require('uuid'),util=require(a92_0x5143a8(0x304)),TestInfo=require(a92_0x5143a8(0x25e)),GrpcClient=require(a92_0x5143a8(0x1cc)),stackTrace=require(a92_0x5143a8(0x281)),{pickUserFrameFile}=require(a92_0x5143a8(0x2e8));class JestTestFramework extends TestFramework{constructor(_0x4db14a,_0x1b8e48,_0x9e39db){const _0x28cc6a=a92_0x5143a8;super(_0x4db14a,_0x1b8e48,_0x9e39db),this[_0x28cc6a(0x1fc)]=new Map();}[a92_0x5143a8(0x1e9)](_0x2cc32b,_0x144a6f,_0x1676b5){const _0x3e7903=a92_0x5143a8,_0x57bcf1={};_0x57bcf1[_0x3e7903(0x2e9)]=function(_0x467b62,_0x56a454){return _0x467b62||_0x56a454;};const _0x51a850=_0x57bcf1;if(_0x51a850[_0x3e7903(0x2e9)](!_0x2cc32b,!_0x144a6f)){logger[_0x3e7903(0x31a)](_0x3e7903(0x221)+_0x2cc32b+_0x3e7903(0x2bb)+_0x144a6f);return;}!this[_0x3e7903(0x1fc)][_0x3e7903(0x274)](_0x2cc32b)&&this[_0x3e7903(0x1fc)]['set'](_0x2cc32b,[]);const _0x350673={'hookUUID':_0x144a6f,'hookType':_0x1676b5,'startedAt':new Date()[_0x3e7903(0x2cb)]()};this[_0x3e7903(0x1fc)][_0x3e7903(0x338)](_0x2cc32b)[_0x3e7903(0x1c2)](_0x350673),logger['debug'](_0x3e7903(0x33f)+_0x2cc32b+_0x3e7903(0x2bb)+_0x144a6f+_0x3e7903(0x1c7)+_0x1676b5+',\x20totalHooks='+this['activeHooks'][_0x3e7903(0x338)](_0x2cc32b)[_0x3e7903(0x1e1)]);}[a92_0x5143a8(0x301)](_0x49d2ad,_0x4ff470){const _0x513238=a92_0x5143a8,_0x1be415={};_0x1be415[_0x513238(0x342)]=function(_0x1f641a,_0x4eb9dc){return _0x1f641a||_0x4eb9dc;},_0x1be415[_0x513238(0x2c5)]=function(_0xaeb1db,_0x3713e8){return _0xaeb1db!==_0x3713e8;},_0x1be415['VDplp']=function(_0x3f600b,_0x5abb2f){return _0x3f600b===_0x5abb2f;};const _0x4f4427=_0x1be415;if(_0x4f4427[_0x513238(0x342)](!_0x49d2ad,!_0x4ff470)){logger[_0x513238(0x31a)](_0x513238(0x21f)+_0x49d2ad+_0x513238(0x2bb)+_0x4ff470);return;}if(this[_0x513238(0x1fc)]['has'](_0x49d2ad)){const _0x4c4881=this[_0x513238(0x1fc)][_0x513238(0x338)](_0x49d2ad),_0xe00f53=_0x4c4881['findIndex'](_0x2e9b58=>_0x2e9b58[_0x513238(0x339)]===_0x4ff470);_0x4f4427[_0x513238(0x2c5)](_0xe00f53,-0x1)?(_0x4c4881[_0x513238(0x263)](_0xe00f53,0x1),logger['debug']('[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier='+_0x49d2ad+_0x513238(0x2bb)+_0x4ff470+_0x513238(0x240)+_0x4c4881[_0x513238(0x1e1)]),_0x4f4427['VDplp'](_0x4c4881[_0x513238(0x1e1)],0x0)&&this[_0x513238(0x1fc)][_0x513238(0x1c1)](_0x49d2ad)):logger[_0x513238(0x346)]('[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier='+_0x49d2ad+',\x20hookUUID='+_0x4ff470);}}[a92_0x5143a8(0x1f5)](_0x243651){const _0x27e2b0=a92_0x5143a8,_0x35d36b={};_0x35d36b[_0x27e2b0(0x298)]=function(_0x2955be,_0x4ddcd1){return _0x2955be>_0x4ddcd1;},_0x35d36b['kbhOU']=function(_0x1c32ec,_0x127792){return _0x1c32ec-_0x127792;};const _0x17e678=_0x35d36b;if(!_0x243651)return null;if(this[_0x27e2b0(0x1fc)][_0x27e2b0(0x274)](_0x243651)){const _0x4e7455=this[_0x27e2b0(0x1fc)]['get'](_0x243651);if(_0x17e678[_0x27e2b0(0x298)](_0x4e7455['length'],0x0)){const _0x50f603=_0x4e7455[_0x17e678[_0x27e2b0(0x24e)](_0x4e7455[_0x27e2b0(0x1e1)],0x1)];return logger[_0x27e2b0(0x346)](_0x27e2b0(0x2c3)+_0x243651+',\x20hookUUID='+_0x50f603[_0x27e2b0(0x339)]+',\x20hookType='+_0x50f603[_0x27e2b0(0x2fb)]),_0x50f603;}}return null;}async[a92_0x5143a8(0x2b8)](_0x367109,_0x173cc8,_0x3e676d={}){const _0x4e5c6b=a92_0x5143a8,_0x5d1709={};_0x5d1709[_0x4e5c6b(0x23d)]=_0x4e5c6b(0x2e3),_0x5d1709[_0x4e5c6b(0x2d6)]=function(_0x2cf471,_0x258f1c){return _0x2cf471===_0x258f1c;},_0x5d1709[_0x4e5c6b(0x1be)]=function(_0x4f4df3,_0x40ba7f){return _0x4f4df3||_0x40ba7f;},_0x5d1709['mMkof']=_0x4e5c6b(0x1b0),_0x5d1709[_0x4e5c6b(0x236)]=function(_0x3851b2,_0x467f02){return _0x3851b2===_0x467f02;};const _0x3113d9=_0x5d1709;logger[_0x4e5c6b(0x346)](_0x4e5c6b(0x269)+_0x367109+_0x4e5c6b(0x1e2)+_0x173cc8+_0x4e5c6b(0x343)+Object[_0x4e5c6b(0x325)](_0x3e676d)[_0x4e5c6b(0x314)](',')),await super['trackEvent'](_0x367109,_0x173cc8,_0x3e676d);const _0x5276ce=this[_0x4e5c6b(0x2ce)](_0x367109,_0x173cc8,_0x3e676d);if(!_0x5276ce){logger[_0x4e5c6b(0x346)](_0x3113d9[_0x4e5c6b(0x23d)]);return;}try{let _0x69d8f4,_0x233a15,_0x39f329;switch(_0x367109){case TestFrameworkState[_0x4e5c6b(0x272)]:_0x69d8f4=_0x3e676d[_0x4e5c6b(0x32f)];const _0xa4aab2={};_0xa4aab2[_0x4e5c6b(0x24f)]=0x2,_0xa4aab2['maxArrayLength']=0x3,logger[_0x4e5c6b(0x346)](_0x4e5c6b(0x26b)+_0x173cc8+_0x4e5c6b(0x215)+util['inspect'](_0x69d8f4,_0xa4aab2)),_0x39f329=this[_0x4e5c6b(0x20a)](_0x69d8f4),_0x233a15=null,logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId='+_0x39f329+'\x20(testIdentifier)');if(_0x3113d9['JJBTq'](_0x173cc8,HookState[_0x4e5c6b(0x233)])){logger[_0x4e5c6b(0x346)](_0x4e5c6b(0x2d4)+_0x39f329);const _0x993372={};_0x993372['testUUID']=_0x233a15,_0x993372['testData']=_0x69d8f4,_0x993372[_0x4e5c6b(0x226)]=_0x39f329;const _0x40329c=this['parseJestTest'](_0x993372),_0x10dbdc={};_0x10dbdc[_0x4e5c6b(0x24f)]=0x2,_0x10dbdc['maxArrayLength']=0x3,logger[_0x4e5c6b(0x346)](_0x4e5c6b(0x1d1)+util[_0x4e5c6b(0x2ef)](_0x40329c,_0x10dbdc)),_0x5276ce[_0x4e5c6b(0x209)](_0x40329c),logger[_0x4e5c6b(0x346)](_0x4e5c6b(0x20e)+_0x39f329),await this['processPendingHooks'](_0x5276ce,_0x39f329);}else{if(_0x3113d9[_0x4e5c6b(0x2d6)](_0x173cc8,HookState[_0x4e5c6b(0x229)])){logger[_0x4e5c6b(0x346)](_0x4e5c6b(0x1ea)+_0x39f329);const _0x8bd0b5=_0x5276ce[_0x4e5c6b(0x20d)]()['get'](_0x39f329);logger[_0x4e5c6b(0x346)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20'+util[_0x4e5c6b(0x2ef)](Object[_0x4e5c6b(0x325)](_0x3113d9[_0x4e5c6b(0x1be)](_0x8bd0b5,{}))));_0x8bd0b5&&_0x8bd0b5[TestFrameworkConstants[_0x4e5c6b(0x232)]]?logger[_0x4e5c6b(0x346)](_0x4e5c6b(0x253)+Object[_0x4e5c6b(0x325)](_0x8bd0b5[TestFrameworkConstants[_0x4e5c6b(0x232)]])[_0x4e5c6b(0x1e1)]+_0x4e5c6b(0x306)):logger['debug'](_0x3113d9['mMkof']);const _0x565df0=_0x3e676d[_0x4e5c6b(0x336)]||null,_0x8f214e={};_0x8f214e[_0x4e5c6b(0x238)]=_0x233a15,_0x8f214e[_0x4e5c6b(0x1ed)]=_0x69d8f4,_0x8f214e[_0x4e5c6b(0x226)]=_0x39f329,_0x8f214e['originalTest']=_0x565df0;const _0x3546b0=this[_0x4e5c6b(0x279)](_0x8f214e),_0x4c029a={};_0x4c029a[_0x4e5c6b(0x24f)]=0x2,_0x4c029a['maxArrayLength']=0x3,logger[_0x4e5c6b(0x346)](_0x4e5c6b(0x2e1)+util[_0x4e5c6b(0x2ef)](_0x3546b0,_0x4c029a)),_0x5276ce[_0x4e5c6b(0x209)](_0x3546b0),logger[_0x4e5c6b(0x346)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20'+_0x39f329),await this[_0x4e5c6b(0x340)](_0x5276ce,_0x39f329);}}break;case TestFrameworkState['LOG_REPORT']:if(_0x3113d9['gsEZc'](_0x173cc8,HookState[_0x4e5c6b(0x229)])){const _0x11adc1={};_0x11adc1[_0x4e5c6b(0x24f)]=0x2,logger[_0x4e5c6b(0x346)](_0x4e5c6b(0x201)+util[_0x4e5c6b(0x2ef)](_0x3e676d,_0x11adc1)),await this[_0x4e5c6b(0x1ab)](_0x5276ce,_0x367109,_0x3e676d);}break;default:if(CLIUtils[_0x4e5c6b(0x2f6)](_0x367109['toString']()[_0x4e5c6b(0x1df)]('.')[0x1])){const _0x18e7d5={};_0x18e7d5['depth']=0x2,_0x18e7d5[_0x4e5c6b(0x2cd)]=0x3,logger['debug']('[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState='+_0x367109+_0x4e5c6b(0x1e2)+_0x173cc8+',\x20hookData='+util['inspect'](_0x3e676d['hookData'],_0x18e7d5));const _0x38b919=await this[_0x4e5c6b(0x207)](_0x5276ce,_0x367109,_0x173cc8,_0x3e676d),_0x1fa5c={};_0x1fa5c[_0x4e5c6b(0x24f)]=0x2,_0x1fa5c[_0x4e5c6b(0x2cd)]=0x3,logger[_0x4e5c6b(0x346)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20'+util[_0x4e5c6b(0x2ef)](_0x38b919,_0x1fa5c)),_0x5276ce[_0x4e5c6b(0x209)](_0x38b919);}else logger[_0x4e5c6b(0x346)](_0x4e5c6b(0x23c)+_0x367109+_0x4e5c6b(0x257)+_0x173cc8);break;}logger[_0x4e5c6b(0x346)](_0x4e5c6b(0x1bb)+_0x367109+',\x20hookState='+_0x173cc8);}catch(_0x23aa1a){logger[_0x4e5c6b(0x2fa)](_0x4e5c6b(0x2c9)+_0x367109+_0x4e5c6b(0x1e2)+_0x173cc8+',\x20exception='+util['format'](_0x23aa1a));}_0x3e676d[_0x4e5c6b(0x1b9)]=_0x5276ce,await this[_0x4e5c6b(0x261)](_0x5276ce,_0x367109,_0x173cc8,_0x3e676d);}[a92_0x5143a8(0x20a)](_0x454490){const _0x4464b5=a92_0x5143a8,_0x10d638={};_0x10d638[_0x4464b5(0x2f9)]=_0x4464b5(0x2cf);const _0x158049=_0x10d638;if(_0x454490&&(_0x454490['id']||_0x454490[_0x4464b5(0x21c)])){const _0x4130d5=_0x454490['id']||_0x454490[_0x4464b5(0x21c)];return logger[_0x4464b5(0x346)]('[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22'+_0x4130d5+_0x4464b5(0x29a)),_0x4130d5;}return logger[_0x4464b5(0x346)](_0x158049[_0x4464b5(0x2f9)]),process[_0x4464b5(0x1e5)]+_0x4464b5(0x31e);}[a92_0x5143a8(0x2ce)](_0x524913,_0x2f8cb7,_0x45dbbb={}){const _0x12efd2=a92_0x5143a8;let _0x393dd8=null;return _0x393dd8=TestFramework[_0x12efd2(0x28b)](),!_0x393dd8?(logger[_0x12efd2(0x346)]('[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state='+_0x524913),this[_0x12efd2(0x228)](_0x524913,_0x45dbbb),_0x393dd8=TestFramework[_0x12efd2(0x28b)](),logger[_0x12efd2(0x346)](_0x12efd2(0x2b1)+!!_0x393dd8+',\x20contextId='+_0x393dd8?.[_0x12efd2(0x26a)]()?.[_0x12efd2(0x1c5)]())):logger[_0x12efd2(0x346)]('[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId='+_0x393dd8['getContext']()?.[_0x12efd2(0x1c5)]()),_0x393dd8;}[a92_0x5143a8(0x228)](_0x5198d6,_0x16c0a9){const _0x1ac21e=a92_0x5143a8,_0x36c2d4={};_0x36c2d4['jfPIr']=_0x1ac21e(0x294);const _0xae82c1=_0x36c2d4;if(TestFramework['getTrackedInstance']()){logger[_0x1ac21e(0x346)](_0xae82c1[_0x1ac21e(0x2b7)]);return;}const _0x1253ed=CLIUtils[_0x1ac21e(0x312)](),_0xd29a53=TrackedInstance[_0x1ac21e(0x1ef)](_0x1253ed);let _0x4659c4=null;logger['debug'](_0x1ac21e(0x204)+_0x1253ed+_0x1ac21e(0x202)+_0x5198d6),_0x4659c4=new TestFrameworkInstance(_0xd29a53,this[_0x1ac21e(0x332)](),this[_0x1ac21e(0x2c4)](),_0x5198d6,HookState[_0x1ac21e(0x1b2)]),TestFramework['setTrackedInstance'](_0xd29a53,_0x4659c4),logger[_0x1ac21e(0x346)](_0x1ac21e(0x1f7)+_0xd29a53[_0x1ac21e(0x1c5)]()+_0x1ac21e(0x1f1)+_0x1253ed+_0x1ac21e(0x1ad)+this[_0x1ac21e(0x332)]()[0x0]+_0x1ac21e(0x1d9)+this[_0x1ac21e(0x2c4)]()[this[_0x1ac21e(0x332)]()[0x0]]);}[a92_0x5143a8(0x1c4)](_0x51f730){const _0x3df801=a92_0x5143a8,_0x3523a9={};_0x3523a9[_0x3df801(0x2ee)]=function(_0x6cd97f,_0x294595){return _0x6cd97f||_0x294595;},_0x3523a9['zjnzI']=_0x3df801(0x24b);const _0x965514=_0x3523a9,{testUUID:_0x52c340,testData:_0x1c9e9c,testId:_0x53eb7c}=_0x51f730;if(_0x965514[_0x3df801(0x2ee)](!_0x1c9e9c,!_0x53eb7c))return logger[_0x3df801(0x346)](_0x965514[_0x3df801(0x2a9)]),{};const _0x449fe8=this['getTestFrameworks']()[0x0],_0x33a070=this[_0x3df801(0x2c4)](),_0x2d870f={};_0x2d870f['depth']=0x2,_0x2d870f[_0x3df801(0x2cd)]=0x3,logger[_0x3df801(0x346)](_0x3df801(0x1eb)+util[_0x3df801(0x2ef)](_0x1c9e9c,_0x2d870f));const _0x507cef=_0x1c9e9c?.['scopes']||[],_0x359f16=this[_0x3df801(0x2b2)](_0x1c9e9c),_0xa4697e=this[_0x3df801(0x322)](_0x1c9e9c),_0x32407a=_0x1c9e9c['fn']?_0x1c9e9c['fn'][_0x3df801(0x1f8)]():_0x1c9e9c?.[_0x3df801(0x299)]?_0x1c9e9c[_0x3df801(0x299)][_0x3df801(0x258)]['toString']():null,_0x34caf9=this[_0x3df801(0x264)](_0x1c9e9c),_0x967f0d={[TestFrameworkConstants[_0x3df801(0x1bf)]]:_0x449fe8,[TestFrameworkConstants[_0x3df801(0x23a)]]:_0x33a070[_0x449fe8],[TestFrameworkConstants[_0x3df801(0x23b)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants[_0x3df801(0x268)]]:{},[TestFrameworkConstants[_0x3df801(0x262)]]:TestFrameworkConstants[_0x3df801(0x29c)],[TestFrameworkConstants[_0x3df801(0x293)]]:_0x359f16,[TestFrameworkConstants[_0x3df801(0x31f)]]:_0xa4697e,[TestFrameworkConstants[_0x3df801(0x2d2)]]:_0x53eb7c,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x359f16,[TestFrameworkConstants[_0x3df801(0x278)]]:_0xa4697e,[TestFrameworkConstants[_0x3df801(0x219)]]:_0x32407a,[TestFrameworkConstants[_0x3df801(0x28a)]]:_0x34caf9,[TestFrameworkConstants[_0x3df801(0x2d7)]]:_0x1c9e9c[_0x3df801(0x2d8)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x3df801(0x305)]]:_0x507cef[0x0]||'',[TestFrameworkConstants[_0x3df801(0x31c)]]:_0x507cef,[TestFrameworkConstants[_0x3df801(0x330)]]:_0x359f16,[TestFrameworkConstants[_0x3df801(0x2e2)]]:{},[TestFrameworkConstants['KEY_TEST_META']]:{}};_0x1c9e9c[_0x3df801(0x2dd)]&&(_0x967f0d[TestFrameworkConstants[_0x3df801(0x214)]]=_0x1c9e9c['retryOf']);logger[_0x3df801(0x346)]('[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName='+_0x359f16+_0x3df801(0x1e3)+_0x53eb7c+_0x3df801(0x1db)+JSON[_0x3df801(0x2e6)](_0x34caf9)+_0x3df801(0x2d9)+util[_0x3df801(0x2ef)](_0x507cef)+_0x3df801(0x341)+_0xa4697e);const _0x317a42={};return _0x317a42[_0x53eb7c]=_0x967f0d,_0x317a42;}[a92_0x5143a8(0x279)](_0x2c8664){const _0x1432a=a92_0x5143a8,_0xbdd1b={'VCWVN':function(_0x1945c9,_0x4afa9d){return _0x1945c9===_0x4afa9d;},'Smrvd':'afterAll','fOSHZ':function(_0xc2f803,_0x249b45){return _0xc2f803===_0x249b45;},'JzUnj':'beforeAll','trJmd':_0x1432a(0x31b),'rBESX':_0x1432a(0x21e),'NMpgc':function(_0xa0d008,_0x393ebc){return _0xa0d008||_0x393ebc;},'StvCV':_0x1432a(0x2b3),'jasUE':'unknown','SLlpq':function(_0x486b08,_0xff787){return _0x486b08>_0xff787;},'WMqaU':_0x1432a(0x26c),'lTgbl':function(_0x390833,_0x156c76){return _0x390833===_0x156c76;},'VCvGc':_0x1432a(0x335),'nkuBT':_0x1432a(0x27d),'HqNNq':_0x1432a(0x23f),'NVNqW':function(_0x31aa9b,_0x416a49){return _0x31aa9b===_0x416a49;},'blHzp':function(_0x29add0,_0x53e794){return _0x29add0!==_0x53e794;},'uhNGS':function(_0x13ed0f,_0x1e53df,_0x5b2a26,_0x4e5110){return _0x13ed0f(_0x1e53df,_0x5b2a26,_0x4e5110);},'bUbcj':_0x1432a(0x28d)},{testUUID:_0xbdc724,testData:_0x2b67d3,testId:_0x295241}=_0x2c8664;if(_0xbdd1b[_0x1432a(0x277)](!_0x2b67d3,!_0x295241))return logger[_0x1432a(0x346)](_0xbdd1b['StvCV']),{};const _0x283531=this[_0x1432a(0x2ce)](TestFrameworkState['TEST'],HookState[_0x1432a(0x229)]),_0x2edeae=_0x283531[_0x1432a(0x20d)]()[_0x1432a(0x338)](_0x295241),_0x37370e=_0xbdd1b[_0x1432a(0x277)](_0x2edeae,{}),_0x2a4b54=_0x37370e?_0x37370e[TestFrameworkConstants[_0x1432a(0x2e2)]]||{}:{},_0x3f6e18=_0x37370e[TestFrameworkConstants[_0x1432a(0x232)]];logger[_0x1432a(0x346)](_0x1432a(0x244)+(_0x3f6e18?Object['keys'](_0x3f6e18)[_0x1432a(0x1e1)]:0x0)+_0x1432a(0x284));let _0x4910fd=_0xbdd1b[_0x1432a(0x224)];if(_0x2b67d3['result'])_0x4910fd=_0x2b67d3[_0x1432a(0x2cc)];else{if(_0x2b67d3[_0x1432a(0x1d7)]&&_0xbdd1b[_0x1432a(0x2f2)](_0x2b67d3[_0x1432a(0x1d7)]['length'],0x0))_0x4910fd=_0xbdd1b[_0x1432a(0x235)];else _0xbdd1b[_0x1432a(0x295)](_0x2b67d3['status'],_0xbdd1b[_0x1432a(0x21d)])||_0xbdd1b[_0x1432a(0x2b5)](_0x2b67d3[_0x1432a(0x245)],_0xbdd1b['nkuBT'])?_0x4910fd=_0xbdd1b[_0x1432a(0x1c3)]:_0x4910fd=_0xbdd1b[_0x1432a(0x319)];}const _0x6c0cb={..._0x37370e,[TestFrameworkConstants[_0x1432a(0x262)]]:_0x4910fd,[TestFrameworkConstants[_0x1432a(0x25d)]]:_0x2b67d3[_0x1432a(0x307)]||new Date()[_0x1432a(0x2cb)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x1432a(0x2cb)](),[TestFrameworkConstants[_0x1432a(0x2e2)]]:_0x2a4b54,[TestFrameworkConstants[_0x1432a(0x2ea)]]:_0x37370e[TestFrameworkConstants[_0x1432a(0x2ea)]]||[],[TestFrameworkConstants['KEY_TEST_META']]:{}};if(_0xbdd1b[_0x1432a(0x329)](_0x4910fd,_0xbdd1b[_0x1432a(0x235)])&&_0x2b67d3['errorsDetailed']){const _0x19774d=this[_0x1432a(0x2ab)](_0x2b67d3),_0x13c6fd=this['getJestFailureType'](_0x2b67d3),_0x4ab172=this[_0x1432a(0x22f)](_0x2b67d3);_0x6c0cb[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]=_0x13c6fd,_0x6c0cb[TestFrameworkConstants[_0x1432a(0x252)]]=_0x19774d,_0x6c0cb[TestFrameworkConstants[_0x1432a(0x1b8)]]=_0x4ab172;}_0xbdd1b[_0x1432a(0x26d)](_0x2b67d3['duration'],undefined)&&(_0x6c0cb[TestFrameworkConstants[_0x1432a(0x2a7)]]=_0x2b67d3[_0x1432a(0x1c0)]);_0x2b67d3['retryOf']&&(_0x6c0cb[TestFrameworkConstants[_0x1432a(0x214)]]=_0x2b67d3[_0x1432a(0x2dd)]);const _0x11591c=_0x2edeae?_0x2edeae[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{}:{},_0x4435f3=_0x2edeae?_0x2edeae[TestFrameworkConstants[_0x1432a(0x248)]]:_0xbdc724,_0x4b2a38=_0xbdd1b[_0x1432a(0x2c8)](getManualUploadLogs,_0x11591c,_0x4435f3,_0x295241);if(_0xbdd1b[_0x1432a(0x2f2)](_0x4b2a38['length'],0x0)){const _0x230a71=_0x6c0cb[TestFrameworkConstants[_0x1432a(0x2ea)]]||[];_0x6c0cb[TestFrameworkConstants[_0x1432a(0x2ea)]]=[..._0x230a71,..._0x4b2a38];}const _0x5b8a61=_0x37370e[TestFrameworkConstants[_0x1432a(0x2a3)]]||{},_0x226257=_0x37370e[TestFrameworkConstants[_0x1432a(0x268)]]||{},_0x12f01b={..._0x5b8a61},_0x33c703=_0x12f01b;Object['keys'](_0x226257)[_0x1432a(0x311)](_0x4b9ba7=>{const _0x4748f2=_0x1432a;!_0x33c703[_0x4b9ba7]&&(_0x33c703[_0x4b9ba7]=[]);const _0x4cf193=new Set((_0x33c703[_0x4b9ba7]||[])[_0x4748f2(0x22b)](_0x4704a2=>_0x4704a2[TestFrameworkConstants['KEY_HOOK_ID']]||_0x4704a2[_0x4748f2(0x1b7)]));(_0x226257[_0x4b9ba7]||[])[_0x4748f2(0x311)](_0x2ed83f=>{const _0x2f6735=_0x4748f2,_0x27d2da=_0x2ed83f[TestFrameworkConstants[_0x2f6735(0x21b)]]||_0x2ed83f[_0x2f6735(0x1b7)];if(!_0x4cf193[_0x2f6735(0x274)](_0x27d2da)){const _0x540f71={..._0x2ed83f},_0x218b07=_0x540f71;!_0x218b07[TestFrameworkConstants[_0x2f6735(0x1a9)]]&&!_0x218b07[_0x2f6735(0x206)]&&(_0x218b07[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=new Date()['toISOString']()),!_0x218b07[TestFrameworkConstants[_0x2f6735(0x1c9)]]&&!_0x218b07[_0x2f6735(0x22e)]&&(_0x218b07[TestFrameworkConstants[_0x2f6735(0x1c9)]]=TestFrameworkConstants[_0x2f6735(0x2ac)]),_0x33c703[_0x4b9ba7][_0x2f6735(0x1c2)](_0x218b07);}});});if(_0x2c8664[_0x1432a(0x336)]){this[_0x1432a(0x25f)](_0x2c8664[_0x1432a(0x336)]);const _0x244696=this['buildHookMapFromTest'](_0x2c8664[_0x1432a(0x336)]),_0x2ec9f3=this[_0x1432a(0x2be)](_0x2c8664[_0x1432a(0x336)]);_0x2ec9f3['forEach'](_0x489179=>{const _0xc6fc37=_0x1432a,_0x39c361=_0x244696[_0xc6fc37(0x338)](_0x489179);if(_0x39c361&&(_0xbdd1b[_0xc6fc37(0x2b5)](_0x39c361[_0xc6fc37(0x33d)],_0xbdd1b[_0xc6fc37(0x210)])||_0xbdd1b[_0xc6fc37(0x2f3)](_0x39c361['type'],_0xbdd1b[_0xc6fc37(0x25a)]))){const _0x20dde6=_0x39c361[_0xc6fc37(0x33d)][_0xc6fc37(0x2a4)]()[_0xc6fc37(0x1aa)](_0xbdd1b[_0xc6fc37(0x230)],_0xbdd1b[_0xc6fc37(0x2f1)]),_0x1e1d0c=_0x20dde6;!_0x33c703[_0x1e1d0c]&&(_0x33c703[_0x1e1d0c]=[]);const _0x390e8d=_0x33c703[_0x1e1d0c]['find'](_0x434d80=>(_0x434d80[TestFrameworkConstants[_0xc6fc37(0x21b)]]||_0x434d80[_0xc6fc37(0x1b7)])===_0x489179);!_0x390e8d&&_0x33c703[_0x1e1d0c][_0xc6fc37(0x1c2)]({'key':_0x1e1d0c,[TestFrameworkConstants[_0xc6fc37(0x21b)]]:_0x489179,[TestFrameworkConstants[_0xc6fc37(0x1c9)]]:TestFrameworkConstants[_0xc6fc37(0x2ac)],[TestFrameworkConstants[_0xc6fc37(0x30a)]]:new Date()[_0xc6fc37(0x2cb)](),[TestFrameworkConstants[_0xc6fc37(0x1a9)]]:new Date()[_0xc6fc37(0x2cb)](),[TestFrameworkConstants[_0xc6fc37(0x1ac)]]:[],[TestFrameworkConstants[_0xc6fc37(0x288)]]:_0x39c361[_0xc6fc37(0x1ce)]||_0x39c361[_0xc6fc37(0x33d)]+_0xc6fc37(0x208),[TestFrameworkConstants[_0xc6fc37(0x2e2)]]:_0x2a4b54});}});}if(_0x2b67d3['hooks']&&_0xbdd1b[_0x1432a(0x2f2)](_0x2b67d3[_0x1432a(0x2bd)][_0x1432a(0x1e1)],0x0))_0x6c0cb[TestFrameworkConstants[_0x1432a(0x2a3)]]=_0x2b67d3[_0x1432a(0x2bd)],logger[_0x1432a(0x346)](_0xbdd1b[_0x1432a(0x246)]);else _0xbdd1b['SLlpq'](Object[_0x1432a(0x325)](_0x33c703)[_0x1432a(0x1e1)],0x0)&&(_0x6c0cb[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x33c703,logger[_0x1432a(0x346)](_0x1432a(0x203)+Object[_0x1432a(0x325)](_0x33c703)['join'](',')));const _0x315045=this[_0x1432a(0x2b2)](_0x2b67d3);logger[_0x1432a(0x346)](_0x1432a(0x2ba)+_0x315045+_0x1432a(0x1e3)+_0x295241+'\x20(testIdentifier),\x20result='+_0x4910fd+_0x1432a(0x1dd)+_0x2b67d3[_0x1432a(0x1c0)]);_0xbdd1b[_0x1432a(0x2f3)](_0x4910fd,_0xbdd1b[_0x1432a(0x235)])&&logger['debug'](_0x1432a(0x345)+_0x295241+',\x20failureType='+_0x6c0cb[TestFrameworkConstants[_0x1432a(0x28c)]]+',\x20failureReason='+_0x6c0cb[TestFrameworkConstants[_0x1432a(0x252)]]?.[_0x1432a(0x2d5)](0x0,0xc8));const _0x1bf874={};return _0x1bf874[_0x295241]=_0x6c0cb,_0x1bf874;}['getJestTestScopes'](_0x3cb6b6){const _0x4a56b8=a92_0x5143a8,_0xe34afc={};_0xe34afc[_0x4a56b8(0x30b)]=function(_0x20d321,_0x3f7d9c){return _0x20d321!==_0x3f7d9c;},_0xe34afc[_0x4a56b8(0x27f)]=_0x4a56b8(0x276);const _0x80a1e7=_0xe34afc,_0x255daa={};_0x255daa[_0x4a56b8(0x24f)]=0x2,_0x255daa['maxArrayLength']=0x3,logger['debug']('[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20'+util['inspect'](_0x3cb6b6,_0x255daa));const _0x41381d=[];if(_0x3cb6b6&&_0x3cb6b6[_0x4a56b8(0x302)]){let _0x53c233=_0x3cb6b6[_0x4a56b8(0x302)];while(_0x53c233&&_0x53c233['name']&&_0x80a1e7['uwUFU'](_0x53c233[_0x4a56b8(0x1ce)],'')&&_0x80a1e7['uwUFU'](_0x53c233[_0x4a56b8(0x1ce)],_0x80a1e7[_0x4a56b8(0x27f)])){_0x41381d[_0x4a56b8(0x1c2)](_0x53c233[_0x4a56b8(0x1ce)]),_0x53c233=_0x53c233[_0x4a56b8(0x302)];}}return _0x41381d['reverse']();}[a92_0x5143a8(0x2b2)](_0x424a06){const _0x1e307a=a92_0x5143a8,_0x512def={};_0x512def[_0x1e307a(0x217)]=_0x1e307a(0x231);const _0xee1148=_0x512def;if(_0x424a06[_0x1e307a(0x1ce)])return _0x424a06[_0x1e307a(0x1ce)];if(_0x424a06['title'])return _0x424a06[_0x1e307a(0x327)];return _0xee1148[_0x1e307a(0x217)];}[a92_0x5143a8(0x264)](_0x31068b){const _0x40e2f3=a92_0x5143a8,_0x5e90d0=[];if(_0x31068b[_0x40e2f3(0x29f)]&&Array[_0x40e2f3(0x1af)](_0x31068b[_0x40e2f3(0x29f)]))return _0x31068b[_0x40e2f3(0x29f)][_0x40e2f3(0x22b)](_0x410dbf=>_0x410dbf['startsWith']('@')?_0x410dbf['substr'](0x1):_0x410dbf);const _0x4d90d2=this['getJestTestName'](_0x31068b),_0x5387ba=_0x4d90d2['match'](/@(\w+)/g);if(_0x5387ba)return _0x5387ba[_0x40e2f3(0x22b)](_0x1c7026=>_0x1c7026['slice'](0x1));return _0x31068b[_0x40e2f3(0x1b5)]&&Array[_0x40e2f3(0x1af)](_0x31068b['scopes'])&&_0x31068b[_0x40e2f3(0x1b5)][_0x40e2f3(0x311)](_0x1244c7=>{const _0x1f13f5=_0x40e2f3,_0x56ab1c=_0x1244c7[_0x1f13f5(0x2fd)](/@(\w+)/g);_0x56ab1c&&_0x56ab1c['forEach'](_0x3332da=>{const _0xccd4c1=_0x1f13f5,_0x1394bf=_0x3332da[_0xccd4c1(0x1d3)](0x1);!_0x5e90d0[_0xccd4c1(0x30d)](_0x1394bf)&&_0x5e90d0['push'](_0x1394bf);});}),_0x5e90d0;}[a92_0x5143a8(0x322)](_0x2a8c65){const _0x14b018=a92_0x5143a8,_0x4eb05f={'TNTss':function(_0x40b714,_0x26d989){return _0x40b714(_0x26d989);}};if(_0x2a8c65[_0x14b018(0x1e8)])return _0x2a8c65[_0x14b018(0x1e8)];if(_0x2a8c65[_0x14b018(0x22a)])try{const _0x537e76=stackTrace['parse'](_0x2a8c65[_0x14b018(0x22a)]),_0x2f54b1=_0x4eb05f[_0x14b018(0x315)](pickUserFrameFile,_0x537e76);if(_0x2f54b1)return _0x2f54b1;logger[_0x14b018(0x346)](_0x14b018(0x2e5)+_0x537e76[_0x14b018(0x1e1)]+')');}catch(_0x29d4cc){logger[_0x14b018(0x346)](_0x14b018(0x296)+util[_0x14b018(0x1d4)](_0x29d4cc));}return null;}[a92_0x5143a8(0x2ab)](_0x242922){const _0x3cfd98=a92_0x5143a8,_0x1659cd={};_0x1659cd[_0x3cfd98(0x1ee)]=function(_0x300e4f,_0x2f4546){return _0x300e4f>_0x2f4546;},_0x1659cd['xQBte']=_0x3cfd98(0x317);const _0x2c442b=_0x1659cd;if(_0x242922[_0x3cfd98(0x1d7)]&&_0x2c442b[_0x3cfd98(0x1ee)](_0x242922[_0x3cfd98(0x1d7)][_0x3cfd98(0x1e1)],0x0))return util[_0x3cfd98(0x2ef)](_0x242922['errorsDetailed'][0x0]);if(_0x242922[_0x3cfd98(0x1f0)])return _0x242922['failure_reason'];return _0x2c442b[_0x3cfd98(0x1da)];}['getJestFailureType'](_0x2943e3){const _0x5cb0b6=a92_0x5143a8,_0x363e23={};_0x363e23[_0x5cb0b6(0x2f0)]=_0x5cb0b6(0x249),_0x363e23[_0x5cb0b6(0x1ec)]=_0x5cb0b6(0x1cb),_0x363e23[_0x5cb0b6(0x1bc)]=_0x5cb0b6(0x2bf);const _0x8218c0=_0x363e23,_0x52bff6=this[_0x5cb0b6(0x2ab)](_0x2943e3);if(_0x52bff6&&_0x52bff6[_0x5cb0b6(0x30d)](_0x8218c0[_0x5cb0b6(0x2f0)]))return _0x8218c0[_0x5cb0b6(0x1ec)];return _0x8218c0[_0x5cb0b6(0x1bc)];}['getJestFailureData'](_0x2c2246){const _0x2a22f1=a92_0x5143a8,_0x558edb={'NrhnQ':function(_0x82279f,_0x1ffc6b){return _0x82279f(_0x1ffc6b);},'JqcNk':_0x2a22f1(0x2c6),'mDfEM':function(_0x5561ea,_0x256636){return _0x5561ea!==_0x256636;},'jWJgk':_0x2a22f1(0x32f)},{failureData:_0x39b465}=_0x558edb[_0x2a22f1(0x31d)](require,_0x558edb[_0x2a22f1(0x1d6)]),_0x44db55=[];return _0x558edb['mDfEM'](_0x2c2246[_0x2a22f1(0x1d7)],undefined)&&_0x44db55[_0x2a22f1(0x1c2)](_0x2c2246[_0x2a22f1(0x1d7)],_0x558edb[_0x2a22f1(0x33c)]),_0x39b465[_0x2a22f1(0x273)](null,_0x44db55);}async['trackHookEvent'](_0xe1b059,_0x104204,_0x553d8d,_0x2a683c){const _0x2ae2cf=a92_0x5143a8,_0x482564={'jjtGs':_0x2ae2cf(0x2eb),'GxVnR':function(_0x35931f){return _0x35931f();},'kybJt':function(_0x3aa9ef,_0x112772){return _0x3aa9ef in _0x112772;},'nGFQw':function(_0x4baa4e,_0x188550){return _0x4baa4e in _0x188550;},'BNoIl':function(_0x1e8f05,_0x25eb47){return _0x1e8f05===_0x25eb47;},'atpRn':function(_0x1690a8,_0x136f99){return _0x1690a8===_0x136f99;},'GDINN':function(_0x83210d,_0x57acf1){return _0x83210d>_0x57acf1;},'PeSPb':_0x2ae2cf(0x26c),'PCnAI':_0x2ae2cf(0x23f),'POUmC':_0x2ae2cf(0x29d),'uSBzr':function(_0x1e633e,_0x5885d0){return _0x1e633e>_0x5885d0;},'iahZi':function(_0x37d1b4,_0x40c1b5){return _0x37d1b4!==_0x40c1b5;}},{hookData:_0xb0636a}=_0x2a683c,_0x6e1127=_0x553d8d[_0x2ae2cf(0x1f8)](),_0x1f21a0=_0x104204[_0x2ae2cf(0x1f8)](),_0xe8bb07={};_0xe8bb07[_0x2ae2cf(0x24f)]=0x2,_0xe8bb07[_0x2ae2cf(0x2cd)]=0x3,logger[_0x2ae2cf(0x346)](_0x2ae2cf(0x283)+_0x1f21a0+',\x20hookState='+_0x6e1127+_0x2ae2cf(0x25b)+util[_0x2ae2cf(0x2ef)](_0xb0636a,_0xe8bb07));if(!_0xb0636a)return logger[_0x2ae2cf(0x346)](_0x482564[_0x2ae2cf(0x275)]),{};const _0x4ed57e=_0xb0636a[_0x2ae2cf(0x21c)]||_0xb0636a['hookAnalyticsId']||_0x482564['GxVnR'](uuidv4),_0x580306=_0xb0636a[_0x2ae2cf(0x24d)]||this[_0x2ae2cf(0x20a)](_0xb0636a),_0x397a21=_0x104204['toString']()[_0x2ae2cf(0x1df)]('.')[0x1],_0x518581=_0xe1b059[_0x2ae2cf(0x20d)]()['get'](_0x580306),_0xf599d7=_0x518581?_0x518581[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{};logger['debug'](_0x2ae2cf(0x27b)+_0x4ed57e+_0x2ae2cf(0x1e3)+_0x580306+_0x2ae2cf(0x1f2)+_0x397a21+_0x2ae2cf(0x1e2)+_0x6e1127);if(!_0x518581)return logger['debug'](_0x2ae2cf(0x1d0)+_0x580306+_0x2ae2cf(0x1ff)),this[_0x2ae2cf(0x33b)](_0xe1b059,_0x580306,_0x104204,_0x553d8d,_0x2a683c),{};let _0x11b978=_0x518581[TestFrameworkConstants[_0x2ae2cf(0x268)]];!_0x11b978&&(_0x11b978={});!_0x482564['kybJt'](_0x397a21,_0x11b978)&&(_0x11b978[_0x397a21]=[]);let _0x5aec2e=_0x518581[TestFrameworkConstants[_0x2ae2cf(0x2a3)]];!_0x5aec2e&&(_0x5aec2e={});!_0x482564[_0x2ae2cf(0x1c6)](_0x397a21,_0x5aec2e)&&(_0x5aec2e[_0x397a21]=[]);const _0xa9f41a={[_0x580306]:{[TestFrameworkConstants[_0x2ae2cf(0x268)]]:_0x11b978,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x5aec2e,[TestFrameworkConstants[_0x2ae2cf(0x1bf)]]:this[_0x2ae2cf(0x332)]()[0x0]||'',[TestFrameworkConstants[_0x2ae2cf(0x23a)]]:this[_0x2ae2cf(0x2c4)]()[this['getTestFrameworks']()[0x0]]||''}};if(_0x482564[_0x2ae2cf(0x251)](_0x553d8d,HookState[_0x2ae2cf(0x233)])){const _0x5e9860={'key':_0x397a21,[TestFrameworkConstants[_0x2ae2cf(0x21b)]]:_0x4ed57e,[TestFrameworkConstants[_0x2ae2cf(0x1c9)]]:TestFrameworkConstants[_0x2ae2cf(0x2ac)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:_0xb0636a[_0x2ae2cf(0x2d8)]||new Date()[_0x2ae2cf(0x2cb)](),[TestFrameworkConstants[_0x2ae2cf(0x1ac)]]:[],[TestFrameworkConstants[_0x2ae2cf(0x288)]]:_0xb0636a['name']||_0xb0636a['hook_type']||_0x397a21,[TestFrameworkConstants[_0x2ae2cf(0x2e2)]]:_0xf599d7};_0x11b978[_0x397a21][_0x2ae2cf(0x1c2)](_0x5e9860),_0xa9f41a[_0x580306][TestFrameworkConstants[_0x2ae2cf(0x2f4)]]=_0x397a21;const _0x3bfd92={};_0x3bfd92[_0x2ae2cf(0x24f)]=0x2,logger[_0x2ae2cf(0x346)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x397a21+_0x2ae2cf(0x1fe)+_0x4ed57e+_0x2ae2cf(0x1e3)+_0x580306+_0x2ae2cf(0x2a8)+util[_0x2ae2cf(0x2ef)](_0x5e9860,_0x3bfd92));}else{if(_0x482564[_0x2ae2cf(0x331)](_0x553d8d,HookState[_0x2ae2cf(0x229)])){const _0x4b33f8=_0xb0636a[_0x2ae2cf(0x2cc)]||(_0xb0636a[_0x2ae2cf(0x1d7)]&&_0x482564['GDINN'](_0xb0636a[_0x2ae2cf(0x1d7)][_0x2ae2cf(0x1e1)],0x0)?_0x482564['PeSPb']:_0x482564['PCnAI']),_0x31e715=_0x11b978[_0x397a21]||[];logger['debug'](_0x2ae2cf(0x1e7)+_0x397a21+',\x20testId='+_0x580306+_0x2ae2cf(0x313)+_0x4b33f8+_0x2ae2cf(0x30f)+_0x31e715['length']);if(_0x482564[_0x2ae2cf(0x331)](_0x31e715['length'],0x0)&&_0x482564[_0x2ae2cf(0x251)](_0x104204,TestFrameworkState[_0x2ae2cf(0x28f)]))return logger[_0x2ae2cf(0x346)](_0x482564[_0x2ae2cf(0x308)]),this[_0x2ae2cf(0x33b)](_0xe1b059,_0x580306,_0x104204,_0x553d8d,_0x2a683c),{};if(_0x482564[_0x2ae2cf(0x267)](_0x31e715[_0x2ae2cf(0x1e1)],0x0)){const _0x2ff06e=_0x31e715[_0x2ae2cf(0x20b)]();_0x482564[_0x2ae2cf(0x331)](_0x4b33f8,_0x482564[_0x2ae2cf(0x24a)])&&_0xb0636a[_0x2ae2cf(0x1d7)]?(_0x2ff06e[TestFrameworkConstants[_0x2ae2cf(0x1e4)]]=this[_0x2ae2cf(0x337)](_0xb0636a),_0x2ff06e[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]=this[_0x2ae2cf(0x2ab)](_0xb0636a),_0x2ff06e[TestFrameworkConstants[_0x2ae2cf(0x27e)]]=this['getJestFailureData'](_0xb0636a),logger['debug'](_0x2ae2cf(0x30e)+_0x397a21+',\x20failureType='+_0x2ff06e[TestFrameworkConstants[_0x2ae2cf(0x1e4)]]+_0x2ae2cf(0x2ff)+_0x2ff06e[TestFrameworkConstants[_0x2ae2cf(0x1cd)]]?.[_0x2ae2cf(0x2d5)](0x0,0xc8))):_0x2ff06e[TestFrameworkConstants[_0x2ae2cf(0x1c9)]]=_0x482564[_0x2ae2cf(0x32a)];_0x482564[_0x2ae2cf(0x241)](_0x4b33f8,TestFrameworkConstants[_0x2ae2cf(0x2ac)])&&(_0x2ff06e[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x4b33f8);_0x2ff06e[TestFrameworkConstants[_0x2ae2cf(0x1a9)]]=_0xb0636a[_0x2ae2cf(0x307)]||new Date()[_0x2ae2cf(0x2cb)](),_0x2ff06e[TestFrameworkConstants[_0x2ae2cf(0x2e2)]]=_0xf599d7;const _0x12e8a7=_0x2ff06e[TestFrameworkConstants[_0x2ae2cf(0x21b)]];!_0x5aec2e[_0x397a21]&&(_0x5aec2e[_0x397a21]=[]);_0x5aec2e[_0x397a21][_0x2ae2cf(0x1c2)](_0x2ff06e),_0xa9f41a[_0x580306][TestFrameworkConstants[_0x2ae2cf(0x290)]]=_0x397a21;const _0x5782a7={};_0x5782a7[_0x2ae2cf(0x24f)]=0x2,logger[_0x2ae2cf(0x346)](_0x2ae2cf(0x227)+_0x397a21+_0x2ae2cf(0x1fe)+_0x12e8a7+_0x2ae2cf(0x313)+_0x4b33f8+_0x2ae2cf(0x2a8)+util[_0x2ae2cf(0x2ef)](_0x2ff06e,_0x5782a7));}}}return _0xa9f41a;}[a92_0x5143a8(0x323)](_0x34982e){const _0xe51ab7=a92_0x5143a8,_0x583e2e={};_0x583e2e[_0xe51ab7(0x2a6)]='base64';const _0x3cbf0e=_0x583e2e;try{const _0x148fd3=_0x34982e['test']?this[_0xe51ab7(0x20a)](_0x34982e['test']):_0x34982e[_0xe51ab7(0x2f7)][_0xe51ab7(0x24d)],_0x26ea53=_0x34982e[_0xe51ab7(0x1b9)],_0x1f11e3=_0x26ea53[_0xe51ab7(0x26a)](),_0x58a559=_0x26ea53[_0xe51ab7(0x20d)]()['get'](_0x148fd3);if(!_0x58a559)return logger[_0xe51ab7(0x346)](_0xe51ab7(0x326)+_0x148fd3),{};const {[TestFrameworkConstants[_0xe51ab7(0x1bf)]]:_0xbdadd=this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x2ba318=this[_0xe51ab7(0x2c4)]()[this[_0xe51ab7(0x332)]()[0x0]]||'',[TestFrameworkConstants[_0xe51ab7(0x2d7)]]:_0x3b4afe='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x511cf3=''}=_0x58a559,_0x54941a=_0x26ea53[_0xe51ab7(0x2c0)]()['toString']()[_0xe51ab7(0x1df)]('.')[0x1],_0x3c0cd1=_0x26ea53[_0xe51ab7(0x2ec)]()[_0xe51ab7(0x1f8)]()[_0xe51ab7(0x1df)]('.')[0x1],_0x4d51d4=global?.[_0xe51ab7(0x333)]?.[_0xe51ab7(0x2ad)]?.[_0xe51ab7(0x2b0)]||global[_0xe51ab7(0x2fc)]||0x0,_0x5cbc77=_0x26ea53['getRef'](),_0x50d7ff=Buffer[_0xe51ab7(0x1fd)](JSON['stringify'](_0x58a559))[_0xe51ab7(0x1f8)](_0x3cbf0e[_0xe51ab7(0x2a6)]),_0x2bbdd8={'hash':_0x1f11e3[_0xe51ab7(0x1c5)](),'threadId':_0x1f11e3[_0xe51ab7(0x316)]()['toString'](),'processId':_0x1f11e3[_0xe51ab7(0x1ae)]()['toString']()},_0x7ead85={};_0x7ead85[_0xe51ab7(0x324)]=_0x4d51d4,_0x7ead85['testFrameworkName']=_0xbdadd,_0x7ead85[_0xe51ab7(0x1f6)]=_0x2ba318,_0x7ead85[_0xe51ab7(0x216)]=_0x54941a,_0x7ead85[_0xe51ab7(0x266)]=_0x3c0cd1,_0x7ead85[_0xe51ab7(0x2db)]=_0x3b4afe,_0x7ead85[_0xe51ab7(0x2c2)]=_0x511cf3,_0x7ead85[_0xe51ab7(0x21c)]=_0x5cbc77,_0x7ead85[_0xe51ab7(0x1dc)]=_0x50d7ff,_0x7ead85[_0xe51ab7(0x32b)]=_0x2bbdd8,_0x7ead85[_0xe51ab7(0x1e0)]=_0x148fd3;const _0x3fb42b=_0x7ead85;return _0x3fb42b;}catch(_0x26ff55){return logger[_0xe51ab7(0x2fa)]('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util[_0xe51ab7(0x1d4)](_0x26ff55)),{};}}async[a92_0x5143a8(0x1ab)](_0x13aaff,_0x49a2d2,_0x387d0a){const _0x53bc86=a92_0x5143a8,_0x3f8a6f={'zVOSr':function(_0x4ca08e,_0xba9b7){return _0x4ca08e+_0xba9b7;},'ksUSZ':_0x53bc86(0x2f8),'tVYgK':_0x53bc86(0x22c),'mCJpB':function(_0x11eb30,_0x28c659){return _0x11eb30>_0x28c659;},'FtWeN':function(_0x219e38,_0x39109c,_0x42ba13,_0x2a8918){return _0x219e38(_0x39109c,_0x42ba13,_0x2a8918);},'KFObO':function(_0x2c8b68,_0x2342b9){return _0x2c8b68-_0x2342b9;},'RaPJT':function(_0x109bdf,_0x344648){return _0x109bdf===_0x344648;},'UBNOm':function(_0x59da44,_0x53b1e5){return _0x59da44/_0x53b1e5;},'NBVai':function(_0x346a74,_0x5a4d6e){return _0x346a74<_0x5a4d6e;},'PxHsS':function(_0x244246,_0x55ae95){return _0x244246*_0x55ae95;},'dWzke':function(_0x2e47bc,_0x2c93a9){return _0x2e47bc+_0x2c93a9;},'nxEwo':function(_0x1c1446,_0x198003){return _0x1c1446+_0x198003;}};try{const _0xfac235=_0x387d0a[_0x53bc86(0x238)]||_0x387d0a[_0x53bc86(0x226)],_0x52a46b=Array[_0x53bc86(0x1fd)](_0x13aaff[_0x53bc86(0x20d)]()['keys']()),_0x470aaf=_0x13aaff['getAllData']()[_0x53bc86(0x338)](_0xfac235);if(!_0x470aaf){logger[_0x53bc86(0x346)](_0x53bc86(0x237)+_0xfac235);return;}const {[TestFrameworkConstants[_0x53bc86(0x1bf)]]:_0x2ac055='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x493bc6=''}=_0x470aaf;let _0x3a49f8=[];_0x470aaf&&_0x470aaf[TestFrameworkConstants[_0x53bc86(0x2ea)]]&&Array[_0x53bc86(0x1af)](_0x470aaf[TestFrameworkConstants[_0x53bc86(0x2ea)]])?(_0x3a49f8=_0x470aaf[TestFrameworkConstants[_0x53bc86(0x2ea)]]||[],logger[_0x53bc86(0x346)](_0x53bc86(0x200)+_0x3a49f8['length']+_0x53bc86(0x1b4)+_0xfac235),_0x13aaff[_0x53bc86(0x209)]({[_0xfac235]:{[TestFrameworkConstants[_0x53bc86(0x2ea)]]:[],[TestFrameworkConstants[_0x53bc86(0x1bf)]]:this[_0x53bc86(0x332)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x53bc86(0x2c4)]()[this[_0x53bc86(0x332)]()[0x0]]||''}}),logger[_0x53bc86(0x346)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0xfac235)):logger[_0x53bc86(0x346)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0xfac235);logger['debug'](_0x53bc86(0x223)+_0x3a49f8[_0x53bc86(0x1e1)]+_0x53bc86(0x2bc)+_0xfac235);const _0x2b7fb5=_0x3a49f8[_0x53bc86(0x2b6)](_0x25f58b=>_0x25f58b[_0x53bc86(0x2e7)]===_0x53bc86(0x2da));_0x3f8a6f[_0x53bc86(0x309)](_0x2b7fb5[_0x53bc86(0x1e1)],0x0)&&(logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20'+_0x2b7fb5[_0x53bc86(0x1e1)]+_0x53bc86(0x318)+_0xfac235),_0x2b7fb5[_0x53bc86(0x311)]((_0x4bd16d,_0x1c65b9)=>{const _0x449524=_0x53bc86;logger[_0x449524(0x346)](_0x449524(0x1bd)+_0x3f8a6f[_0x449524(0x205)](_0x1c65b9,0x1)+'/'+_0x2b7fb5[_0x449524(0x1e1)]+'\x20-\x20test_identifier='+(_0x4bd16d[_0x449524(0x1e0)]||_0x3f8a6f[_0x449524(0x242)])+_0x449524(0x220)+(_0x4bd16d[_0x449524(0x270)]||_0x3f8a6f[_0x449524(0x242)])+_0x449524(0x2d0)+(_0x4bd16d['hook_run_uuid']||_0x3f8a6f['tVYgK'])+_0x449524(0x2aa)+(_0x4bd16d[_0x449524(0x310)]?.[_0x449524(0x1e1)]||0x0));}));const _0x2a3dba=_0x470aaf[TestFrameworkConstants[_0x53bc86(0x232)]]||{},_0x24f033=_0x3f8a6f[_0x53bc86(0x32d)](getMediaArtifactsLogs,_0x2a3dba,null,_0xfac235),_0x85dcc6=(_0x3a49f8||[])[_0x53bc86(0x33a)](_0x24f033||[]),_0x17855d=_0x2b7fb5?.[_0x53bc86(0x1e1)]||0x0,_0x35a2ad=_0x3f8a6f['KFObO'](_0x3a49f8?.[_0x53bc86(0x1e1)]||0x0,_0x17855d);logger[_0x53bc86(0x346)](_0x53bc86(0x1d5)+_0xfac235+_0x53bc86(0x1b3)+_0x35a2ad+_0x53bc86(0x255)+_0x17855d+_0x53bc86(0x25c)+(_0x24f033?.[_0x53bc86(0x1e1)]||0x0)+_0x53bc86(0x1f4)+_0x85dcc6[_0x53bc86(0x1e1)]);if(!_0x85dcc6||_0x3f8a6f[_0x53bc86(0x1a8)](_0x85dcc6[_0x53bc86(0x1e1)],0x0)){logger[_0x53bc86(0x346)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0xfac235);return;}const _0x33003a=0x28,_0x2c3a4d=Math[_0x53bc86(0x321)](_0x3f8a6f['UBNOm'](_0x85dcc6[_0x53bc86(0x1e1)],_0x33003a));for(let _0x1847ab=0x0;_0x3f8a6f['NBVai'](_0x1847ab,_0x2c3a4d);_0x1847ab++){const _0x5ab09a=_0x3f8a6f[_0x53bc86(0x1fb)](_0x1847ab,_0x33003a),_0x299a70=_0x3f8a6f[_0x53bc86(0x205)](_0x5ab09a,_0x33003a),_0x7afdac=_0x85dcc6[_0x53bc86(0x1d3)](_0x5ab09a,_0x299a70),_0x3562cb=global?.['browserstackPlatformIndex']??0x0,_0x27798a={'platformIndex':_0x3562cb,'logs':_0x7afdac,'testFrameworkName':_0x2ac055,'testFrameworkVersion':_0x493bc6,'testFrameworkState':_0x49a2d2[_0x53bc86(0x1f8)]()[_0x53bc86(0x1df)]('.')[0x1]},_0x2826a7={};_0x2826a7[_0x53bc86(0x24f)]=0x3,_0x2826a7[_0x53bc86(0x2cd)]=0x5,logger[_0x53bc86(0x346)](_0x53bc86(0x23e)+_0x3f8a6f[_0x53bc86(0x27c)](_0x1847ab,0x1)+'/'+_0x2c3a4d+_0x53bc86(0x32c)+_0xfac235+_0x53bc86(0x2a2)+_0x7afdac[_0x53bc86(0x1e1)]+',\x20platformIndex:\x20'+_0x3562cb+_0x53bc86(0x344)+util[_0x53bc86(0x2ef)](_0x27798a,_0x2826a7));const _0xdc65f=await GrpcClient[_0x53bc86(0x271)]()[_0x53bc86(0x234)](_0x27798a);logger[_0x53bc86(0x346)](_0x53bc86(0x23e)+_0x3f8a6f[_0x53bc86(0x2df)](_0x1847ab,0x1)+'/'+_0x2c3a4d+_0x53bc86(0x32c)+_0xfac235+_0x53bc86(0x33e)+util[_0x53bc86(0x2ef)](_0xdc65f));}_0x24f033&&_0x3f8a6f['mCJpB'](_0x24f033[_0x53bc86(0x1e1)],0x0)&&_0x470aaf[TestFrameworkConstants[_0x53bc86(0x232)]]&&_0x13aaff[_0x53bc86(0x209)]({[_0xfac235]:{[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{},[TestFrameworkConstants[_0x53bc86(0x1bf)]]:this[_0x53bc86(0x332)]()[0x0]||'',[TestFrameworkConstants[_0x53bc86(0x23a)]]:this[_0x53bc86(0x2c4)]()[this['getTestFrameworks']()[0x0]]||''}}),logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20'+_0xfac235+',\x20totalBatches:\x20'+_0x2c3a4d);}catch(_0x4714e1){logger[_0x53bc86(0x2fa)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20'+(_0x387d0a[_0x53bc86(0x238)]||_0x387d0a[_0x53bc86(0x226)])+_0x53bc86(0x289)+util[_0x53bc86(0x1d4)](_0x4714e1));}}[a92_0x5143a8(0x33b)](_0xf02c08,_0x3a001c,_0x250f1c,_0x4af9a3,_0x48b68f){const _0x14624c=a92_0x5143a8,_0x3d6b6f={};_0x3d6b6f[_0x14624c(0x2af)]=function(_0x108f59,_0x2b1ec2){return _0x108f59===_0x2b1ec2;},_0x3d6b6f['zhSng']='beforeAll';const _0x6a92db=_0x3d6b6f,{hookData:_0x42b296}=_0x48b68f,_0x4ad24b={'testId':_0x3a001c,'testFrameworkState':_0x250f1c,'hookState':_0x4af9a3,'args':_0x48b68f,'timestamp':new Date()['toISOString']()};if(_0x6a92db[_0x14624c(0x2af)](_0x250f1c,TestFrameworkState[_0x14624c(0x28f)])&&_0x42b296){const _0x3211f4={};_0x3211f4[_0x14624c(0x1c8)]=_0x42b296['file_name']||_0x42b296[_0x14624c(0x1e6)],_0x3211f4[_0x14624c(0x1ba)]=_0x42b296[_0x14624c(0x1ba)]||_0x42b296[_0x14624c(0x1b5)]&&_0x42b296[_0x14624c(0x1b5)][0x0]||'',_0x3211f4[_0x14624c(0x2fb)]=_0x6a92db['zhSng'],_0x4ad24b[_0x14624c(0x1ca)]=_0x3211f4,logger[_0x14624c(0x346)](_0x14624c(0x2de)+_0x3a001c+_0x14624c(0x2f5)+_0x4ad24b[_0x14624c(0x1ca)]['filePath']+_0x14624c(0x320)+_0x4ad24b['hookMetadata'][_0x14624c(0x1ba)]);}_0xf02c08[_0x14624c(0x1de)](_0x3a001c,_0x4ad24b),logger[_0x14624c(0x346)](_0x14624c(0x2a0)+_0x3a001c+_0x14624c(0x24c)+_0x250f1c+_0x14624c(0x1d2)+_0x4af9a3);}async[a92_0x5143a8(0x340)](_0xe959b,_0x3de234){const _0x299fb0=a92_0x5143a8,_0x712ba3={};_0x712ba3[_0x299fb0(0x285)]=function(_0x298045,_0x2dd0){return _0x298045>_0x2dd0;},_0x712ba3[_0x299fb0(0x287)]=function(_0x1c3281,_0x1a30ca){return _0x1c3281===_0x1a30ca;},_0x712ba3['fSfkz']=function(_0x44bc24,_0x139406){return _0x44bc24===_0x139406;},_0x712ba3[_0x299fb0(0x2d1)]=function(_0x411cc3,_0x2d6267){return _0x411cc3===_0x2d6267;},_0x712ba3[_0x299fb0(0x20c)]=function(_0x2f2d37,_0x45b675){return _0x2f2d37===_0x45b675;},_0x712ba3[_0x299fb0(0x1fa)]=function(_0x323f89,_0x120ad3){return _0x323f89>_0x120ad3;},_0x712ba3['AKfjJ']=_0x299fb0(0x1cf);const _0x5b2a87=_0x712ba3;if(_0xe959b[_0x299fb0(0x2ed)](_0x3de234)){const _0x4ca792=_0xe959b[_0x299fb0(0x2e0)](_0x3de234);logger[_0x299fb0(0x346)](_0x299fb0(0x334)+_0x4ca792[_0x299fb0(0x1e1)]+_0x299fb0(0x32e)+_0x3de234);for(const _0x25594c of _0x4ca792){try{const _0x243588=await this['trackHookEvent'](_0xe959b,_0x25594c[_0x299fb0(0x216)],_0x25594c['hookState'],_0x25594c['args']);_0x243588&&_0x5b2a87[_0x299fb0(0x285)](Object['keys'](_0x243588)[_0x299fb0(0x1e1)],0x0)&&_0xe959b['addMultipleEntries'](_0x243588),await this[_0x299fb0(0x261)](_0xe959b,_0x25594c[_0x299fb0(0x216)],_0x25594c[_0x299fb0(0x266)],_0x25594c[_0x299fb0(0x2a1)]);}catch(_0x369efa){logger['error'](_0x299fb0(0x2c7)+_0x3de234+_0x299fb0(0x289)+_0x369efa);}}_0xe959b[_0x299fb0(0x22d)](_0x3de234),logger[_0x299fb0(0x346)](_0x299fb0(0x2e4)+_0x3de234);}const _0x2da35f=_0xe959b[_0x299fb0(0x20d)]()[_0x299fb0(0x338)](_0x3de234);if(_0x2da35f){const _0x1652b8=_0x2da35f[TestFrameworkConstants[_0x299fb0(0x31f)]]||_0x2da35f[TestFrameworkConstants['KEY_TEST_LOCATION']],_0x17bd0c=_0x2da35f[TestFrameworkConstants[_0x299fb0(0x305)]]||_0x2da35f[TestFrameworkConstants['KEY_TEST_SCOPES']]&&_0x2da35f[TestFrameworkConstants[_0x299fb0(0x31c)]][0x0]||'';logger[_0x299fb0(0x346)](_0x299fb0(0x29e)+_0x1652b8+',\x20scope:\x20'+_0x17bd0c);const _0x43cd59=_0xe959b[_0x299fb0(0x2ca)]();for(const _0x2574f9 of _0x43cd59){if(_0x5b2a87[_0x299fb0(0x287)](_0x2574f9,_0x3de234))continue;if(_0xe959b[_0x299fb0(0x2ed)](_0x2574f9)){const _0x1fcb10=_0xe959b[_0x299fb0(0x2e0)](_0x2574f9);for(const _0x1705bb of _0x1fcb10){if(_0x5b2a87[_0x299fb0(0x265)](_0x1705bb[_0x299fb0(0x216)],TestFrameworkState[_0x299fb0(0x28f)])&&_0x1705bb['hookMetadata']){const _0x541efb=_0x1705bb['hookMetadata'][_0x299fb0(0x1c8)],_0x3831e6=_0x1705bb['hookMetadata'][_0x299fb0(0x1ba)];if(_0x5b2a87['sNZNe'](_0x541efb,_0x1652b8)&&_0x5b2a87[_0x299fb0(0x20c)](_0x3831e6,_0x17bd0c)){logger[_0x299fb0(0x346)](_0x299fb0(0x328)+_0x2574f9+_0x299fb0(0x222)+_0x3de234+_0x299fb0(0x2f5)+_0x541efb+',\x20scope:\x20'+_0x3831e6);_0x1705bb[_0x299fb0(0x2a1)]&&_0x1705bb[_0x299fb0(0x2a1)][_0x299fb0(0x2f7)]&&(_0x1705bb[_0x299fb0(0x2a1)][_0x299fb0(0x2f7)][_0x299fb0(0x24d)]=_0x3de234,logger[_0x299fb0(0x346)](_0x299fb0(0x282)+_0x2574f9+_0x299fb0(0x250)+_0x3de234));try{const _0x34a16d=await this[_0x299fb0(0x207)](_0xe959b,_0x1705bb[_0x299fb0(0x216)],_0x1705bb[_0x299fb0(0x266)],_0x1705bb[_0x299fb0(0x2a1)]);_0x34a16d&&_0x5b2a87[_0x299fb0(0x1fa)](Object[_0x299fb0(0x325)](_0x34a16d)[_0x299fb0(0x1e1)],0x0)&&_0xe959b[_0x299fb0(0x209)](_0x34a16d);await this[_0x299fb0(0x261)](_0xe959b,_0x1705bb['testFrameworkState'],_0x1705bb[_0x299fb0(0x266)],_0x1705bb['args']);const _0x1f5580=_0xe959b[_0x299fb0(0x2e0)](_0x2574f9)['filter'](_0x48ae38=>_0x48ae38!==_0x1705bb);if(_0x5b2a87[_0x299fb0(0x20c)](_0x1f5580[_0x299fb0(0x1e1)],0x0))_0xe959b[_0x299fb0(0x22d)](_0x2574f9);else{_0xe959b[_0x299fb0(0x22d)](_0x2574f9);for(const _0xab8400 of _0x1f5580){_0xe959b[_0x299fb0(0x1de)](_0x2574f9,_0xab8400);}}logger['debug'](_0x5b2a87[_0x299fb0(0x1b1)]);}catch(_0x3ec37b){logger[_0x299fb0(0x2fa)](_0x299fb0(0x2c1)+_0x3de234+_0x299fb0(0x289)+_0x3ec37b);}}}}}}}}[a92_0x5143a8(0x25f)](_0x6949b4){const _0x4ed236=a92_0x5143a8,_0x58bd5a={'kRryI':function(_0xaf06eb){return _0xaf06eb();}};if(!_0x6949b4||!_0x6949b4[_0x4ed236(0x302)])return;_0x6949b4[_0x4ed236(0x302)][_0x4ed236(0x2bd)]&&Array[_0x4ed236(0x1af)](_0x6949b4[_0x4ed236(0x302)][_0x4ed236(0x2bd)])&&_0x6949b4[_0x4ed236(0x302)][_0x4ed236(0x2bd)][_0x4ed236(0x311)](_0x5be2d1=>{const _0x11e486=_0x4ed236;!_0x5be2d1['hookAnalyticsId']&&!_0x5be2d1[_0x11e486(0x339)]&&(_0x5be2d1[_0x11e486(0x1f3)]=_0x58bd5a[_0x11e486(0x239)](uuidv4),_0x5be2d1[_0x11e486(0x339)]=_0x5be2d1['hookAnalyticsId'],logger[_0x11e486(0x346)]('[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type='+_0x5be2d1[_0x11e486(0x33d)]+_0x11e486(0x2bb)+_0x5be2d1[_0x11e486(0x1f3)]));}),this[_0x4ed236(0x25f)](_0x6949b4[_0x4ed236(0x302)]);}[a92_0x5143a8(0x2be)](_0x1f5bfc){const _0x1b1e39=a92_0x5143a8,_0x31ea51={'biVcw':function(_0x54732d,_0x3fb73c){return _0x54732d(_0x3fb73c);}};if(!_0x1f5bfc||!_0x1f5bfc[_0x1b1e39(0x302)])return[];const _0x4625f9=[];return _0x1f5bfc[_0x1b1e39(0x302)][_0x1b1e39(0x2bd)]&&Array[_0x1b1e39(0x1af)](_0x1f5bfc[_0x1b1e39(0x302)][_0x1b1e39(0x2bd)])&&_0x1f5bfc[_0x1b1e39(0x302)][_0x1b1e39(0x2bd)][_0x1b1e39(0x311)](_0x3d5a54=>{const _0x28c9f3=_0x1b1e39,_0x172560=_0x3d5a54[_0x28c9f3(0x1f3)]||_0x3d5a54['hookUUID'];_0x172560&&!this[_0x28c9f3(0x291)](_0x3d5a54)&&!_0x31ea51['biVcw'](isInternalHook,_0x3d5a54['fn'])&&_0x4625f9['push'](_0x172560);}),[..._0x4625f9,...this[_0x1b1e39(0x2be)](_0x1f5bfc[_0x1b1e39(0x302)])];}[a92_0x5143a8(0x28e)](_0x2c31e5){const _0x2207cf=a92_0x5143a8,_0x480cd6={'UnBSr':function(_0xaf121c,_0x136f55){return _0xaf121c(_0x136f55);},'IqIva':_0x2207cf(0x218),'DsvDE':function(_0x456b57,_0x38d46a){return _0x456b57(_0x38d46a);},'XcFyI':function(_0x130cc8,_0x17295a){return _0x130cc8(_0x17295a);}},_0x1cf4e5=new Map(),_0xa88ea9=_0x16502d=>{const _0x2827fd=_0x2207cf,_0x1dcbc9={'LRcPF':function(_0x161a6d,_0x35d8c9){return _0x480cd6['UnBSr'](_0x161a6d,_0x35d8c9);},'jNpZm':_0x480cd6['IqIva']};if(!_0x16502d||!_0x16502d[_0x2827fd(0x302)])return;_0x16502d[_0x2827fd(0x302)][_0x2827fd(0x2bd)]&&Array[_0x2827fd(0x1af)](_0x16502d[_0x2827fd(0x302)]['hooks'])&&_0x16502d[_0x2827fd(0x302)][_0x2827fd(0x2bd)][_0x2827fd(0x311)](_0x1acd79=>{const _0x216cc8=_0x2827fd,_0x31ecf3=_0x1acd79['hookAnalyticsId']||_0x1acd79[_0x216cc8(0x339)];if(_0x31ecf3&&!this['isJestInternalHook'](_0x1acd79)&&!_0x1dcbc9[_0x216cc8(0x1f9)](isInternalHook,_0x1acd79['fn'])){const _0x4258dc={};_0x4258dc[_0x216cc8(0x33d)]=_0x1acd79['type']||_0x1dcbc9[_0x216cc8(0x2b9)],_0x4258dc[_0x216cc8(0x1ce)]=_0x1acd79[_0x216cc8(0x1ce)]||'\x22'+_0x1acd79['type']+_0x216cc8(0x213),_0x1cf4e5[_0x216cc8(0x280)](_0x31ecf3,_0x4258dc);}}),_0x480cd6[_0x2827fd(0x2d3)](_0xa88ea9,_0x16502d[_0x2827fd(0x302)]);};return _0x480cd6['XcFyI'](_0xa88ea9,_0x2c31e5),_0x1cf4e5;}[a92_0x5143a8(0x291)](_0x3da20a){const _0x295185=a92_0x5143a8,_0x40ef={};_0x40ef['PIMTX']='jest-circus',_0x40ef[_0x295185(0x27a)]=_0x295185(0x254);const _0x28d2ed=_0x40ef;try{const _0x1f21a3=this[_0x295185(0x20f)](_0x3da20a);if(!_0x1f21a3||_0x1f21a3[_0x295185(0x30d)](_0x28d2ed[_0x295185(0x29b)]))return!![];return![];}catch(_0x266bd7){logger[_0x295185(0x346)](_0x28d2ed[_0x295185(0x27a)]);}return![];}[a92_0x5143a8(0x20f)](_0x47d0d3){const _0x3a2697=a92_0x5143a8,_0x428409={'cbVrv':function(_0x63382b,_0x522113){return _0x63382b(_0x522113);}};if(_0x47d0d3['file'])return _0x47d0d3['file'];if(_0x47d0d3[_0x3a2697(0x22a)])try{const _0x22a565=stackTrace[_0x3a2697(0x1b6)](_0x47d0d3[_0x3a2697(0x22a)]),_0x19b186=_0x428409[_0x3a2697(0x259)](pickUserFrameFile,_0x22a565);if(_0x19b186)return _0x19b186;logger['debug'](_0x3a2697(0x212)+_0x22a565['length']+')');}catch(_0x328c55){logger[_0x3a2697(0x346)](_0x3a2697(0x26e)+util[_0x3a2697(0x1d4)](_0x328c55));}return null;}}module[a92_0x5143a8(0x256)]=JestTestFramework;function a92_0x495b(){const _0x10bf83=['pid','location','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','file_name','setActiveHook','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','cwyrD','testData','DxHpC','createContext','failure_reason',',\x20target=','\x20(testIdentifier),\x20hookType=','hookAnalyticsId',',\x20totalLogs:\x20','getActiveHook','testFrameworkVersion','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','toString','LRcPF','jdhLB','PxHsS','activeHooks','from',',\x20hookId=',',\x20storing\x20as\x20pending\x20hook','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20',',\x20state=','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','trackJestInstance:\x20created\x20instance\x20for\x20target=','zVOSr','event_ended_at','trackHookEvent','\x20hook','addMultipleEntries','getJestTestIdentifier','pop','yoFsS','getAllData','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','getRootParentFile','Smrvd','JestTestFramework','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','\x22\x20hook','KEY_TEST_RETRY_OF',',\x20testData=','testFrameworkState','YDFWf','unknown','KEY_TEST_CODE','1980324FjaeOb','KEY_HOOK_ID','uuid','VCvGc','_ALL','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=',',\x20test_run_uuid=','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=',',\x20currentTestId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','jasUE','./constants/testFrameworkConstants.js','testId','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','trackJestInstance','POST','asyncError','map','none','removePendingHooks','hook_result','getJestFailureData','trJmd','Unknown\x20Test','KEY_TEST_ATTACHMENTS','PRE','logCreatedEvent','WMqaU','gsEZc','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','testUUID','kRryI','KEY_TEST_FRAMEWORK_VERSION','KEY_TEST_LOGS','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','IZWBa','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','passed',',\x20remainingHooks=','iahZi','ksUSZ','3302tsGQmI','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','status','bUbcj','../../../helpers/helper.js','KEY_TEST_UUID','Assert','PeSPb','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test',',\x20state:\x20','test_run_id','kbhOU','depth','\x20to\x20','BNoIl','KEY_TEST_FAILURE_REASON','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}',',\x20screenshotLogs:\x20','exports','\x20&\x20hookState=','code','cbVrv','JzUnj',',\x20hookData=',',\x20attachmentLogs:\x20','KEY_TEST_ENDED_AT','../TestInfo.js','mapTestHooks','../../../helpers/classLogger.js','runHooks','KEY_TEST_RESULT','splice','getJestTestTags','fSfkz','hookState','uSBzr','KEY_HOOKS_STARTED','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','getContext','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','failed','blHzp','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','../state/hookState.js','test_run_uuid','getInstance','TEST','apply','has','jjtGs','ROOT_DESCRIBE_BLOCK','NMpgc','KEY_TEST_LOCATION','parseJestTestResult','kWZlq','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','dWzke','skipped','KEY_HOOK_FAILURE','tLXib','set','stack-trace','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','\x20attachments','TrHXp','13767048jYvCWO','IusNz','KEY_HOOK_NAME',',\x20error:\x20','KEY_TEST_TAGS','getTrackedInstance','KEY_TEST_FAILURE_TYPE','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','buildHookMapFromTest','BEFORE_ALL','KEY_HOOK_LAST_FINISHED','isJestInternalHook','../cliUtils.js','KEY_AUTOMATE_SESSION_NAME','trackJestInstance:\x20instance\x20already\x20exists','lTgbl','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','../instances/testFrameworkInstance.js','LCVuJ','body','\x22\x20from\x20testData','PIMTX','DEFAULT_TEST_RESULT','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','tags','Stored\x20pending\x20hook\x20for\x20testId:\x20','args',',\x20logsInBatch:\x20','KEY_HOOKS_FINISHED','toUpperCase','../instances/trackedInstance.js','PhUan','KEY_TEST_DURATION',',\x20hook=','zjnzI',',\x20messageLength=','getJestFailureReason','DEFAULT_HOOK_RESULT','workerInfo','386LbDmfB','lCrFQ','parallelIndex','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','getJestTestName','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','3637410JlPaoa','VCWVN','filter','jfPIr','trackEvent','jNpZm','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=',',\x20hookUUID=','\x20for\x20testId:\x20','hooks','getHooksForTest','UnhandledError','getCurrentTestState','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','endedAt','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','getTestFrameworksVersions','cpDnd','../../../helpers/test-observability/utils','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','uhNGS','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','getAllPendingHookTestIds','toISOString','result','maxArrayLength','resolveInstance','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback',',\x20hook_run_uuid=','sNZNe','KEY_TEST_ID','DsvDE','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','substring','JJBTq','KEY_TEST_STARTED_AT','started_at',',\x20scopes=','TEST_SCREENSHOT','startedAt','200qZdDmg','retryOf','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','nxEwo','getPendingHooks','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','KEY_CUSTOM_TAGS','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','stringify','kind','../../../helpers/stackFrameUtils','EZUco','KEY_LOGS','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','getCurrentHookState','hasPendingHooks','rRYPO','inspect','Yhzce','rBESX','SLlpq','fOSHZ','KEY_HOOK_LAST_STARTED',',\x20filePath:\x20','matchHookRegex','hookData','missing','ZqqQe','error','hookType','__bstackPlatformIndex','match','4112142sobcfo',',\x20failureReason=','./testFramework','removeActiveHook','parent','694736IYPfxt','util','KEY_TEST_SCOPE','\x20files','finished_at','POUmC','mCJpB','KEY_EVENT_STARTED_AT','uwUFU','97321uZRRoK','includes','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=',',\x20hooksListLength=','message','forEach','getCurrentInstanceName',',\x20result=','join','TNTss','getThreadId','Unknown\x20error','\x20screenshot\x20logs\x20for\x20testId:\x20','HqNNq','warn','ALL','KEY_TEST_SCOPES','NrhnQ',':testAnalyticsId','KEY_TEST_FILE_PATH',',\x20scope:\x20','ceil','getJestTestFilePath','createTestFrameworkEventPayload','platformIndex','keys','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','title','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','NVNqW','PCnAI','executionContext','\x20-\x20testId:\x20','FtWeN','\x20pending\x20hooks\x20for\x20testId:\x20','test','KEY_TEST_RERUN_NAME','atpRn','getTestFrameworks','__workerDetails','Processing\x20','skip','originalTest','getJestFailureType','get','hookUUID','concat','storePendingHook','jWJgk','type',',\x20response=','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','processPendingHooks',',\x20filePath=','cRXjr',',\x20argsKeys=',',\x20payload:\x20','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','debug','RaPJT','KEY_EVENT_ENDED_AT','replace','sendLogCreatedEvent','KEY_HOOK_LOGS',',\x20testFramework=','getProcessId','isArray','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','AKfjJ','NONE',',\x20consoleLogs:\x20','\x20logs\x20for\x20testId:\x20','scopes','parse','hook_id','KEY_TEST_FAILURE','instance','scope','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','TOLGk','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','RYlDF','KEY_TEST_FRAMEWORK_NAME','duration','delete','push','nkuBT','parseJestTest','getId','nGFQw',',\x20hookType=','filePath','KEY_HOOK_RESULT','hookMetadata','AssertionError','../grpcClient','KEY_HOOK_FAILURE_REASON','name','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20',',\x20hookState:\x20','slice','format','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','JqcNk','errorsDetailed','../state/testFrameworkState.js',',\x20version=','xQBte','\x20(testIdentifier),\x20tags=','eventJson',',\x20duration=','addPendingHook','split','test_identifier','length',',\x20hookState=',',\x20testId=','KEY_HOOK_FAILURE_TYPE'];a92_0x495b=function(){return _0x10bf83;};return a92_0x495b();}
1
+ const a92_0x3dbcd2=a92_0x204d;(function(_0x1784be,_0x4c9645){const _0x13f49b=a92_0x204d,_0x4386c0=_0x1784be();while(!![]){try{const _0x25dd0f=-parseInt(_0x13f49b(0x186))/0x1+-parseInt(_0x13f49b(0x1be))/0x2+parseInt(_0x13f49b(0x1b3))/0x3+-parseInt(_0x13f49b(0x17c))/0x4+-parseInt(_0x13f49b(0x161))/0x5+-parseInt(_0x13f49b(0x151))/0x6+parseInt(_0x13f49b(0x14b))/0x7*(parseInt(_0x13f49b(0x262))/0x8);if(_0x25dd0f===_0x4c9645)break;else _0x4386c0['push'](_0x4386c0['shift']());}catch(_0x23afcb){_0x4386c0['push'](_0x4386c0['shift']());}}}(a92_0x14e6,0x7b380));const TestFramework=require(a92_0x3dbcd2(0x1cb)),TestFrameworkState=require(a92_0x3dbcd2(0x246)),HookState=require('../state/hookState.js'),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a92_0x3dbcd2(0x2b1)),TrackedInstance=require(a92_0x3dbcd2(0x184)),TestFrameworkConstants=require(a92_0x3dbcd2(0x1cf)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a92_0x3dbcd2(0x294)),{isInternalHook}=require(a92_0x3dbcd2(0x16d)),logger=createClassLogger(a92_0x3dbcd2(0x233)),{v4:uuidv4}=require(a92_0x3dbcd2(0x1c7)),util=require('util'),TestInfo=require('../TestInfo.js'),GrpcClient=require(a92_0x3dbcd2(0x16c)),stackTrace=require(a92_0x3dbcd2(0x281)),{pickUserFrameFile}=require(a92_0x3dbcd2(0x204));function a92_0x204d(_0x3e10b0,_0x250e46){const _0x14e6b2=a92_0x14e6();return a92_0x204d=function(_0x204d8b,_0x14a9f0){_0x204d8b=_0x204d8b-0x13b;let _0x3e32fd=_0x14e6b2[_0x204d8b];return _0x3e32fd;},a92_0x204d(_0x3e10b0,_0x250e46);}class JestTestFramework extends TestFramework{constructor(_0x3d8f39,_0x21efce,_0x267f6a){const _0x39ad7a=a92_0x3dbcd2;super(_0x3d8f39,_0x21efce,_0x267f6a),this[_0x39ad7a(0x25f)]=new Map();}[a92_0x3dbcd2(0x26e)](_0x4b6e0f,_0x112fbe,_0x2a4b1f){const _0x3fd531=a92_0x3dbcd2,_0x65554c={};_0x65554c[_0x3fd531(0x2a9)]=function(_0x373c25,_0x19ba94){return _0x373c25||_0x19ba94;};const _0x36bcad=_0x65554c;if(_0x36bcad[_0x3fd531(0x2a9)](!_0x4b6e0f,!_0x112fbe)){logger[_0x3fd531(0x28a)]('[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x4b6e0f+_0x3fd531(0x1e7)+_0x112fbe);return;}!this[_0x3fd531(0x25f)][_0x3fd531(0x143)](_0x4b6e0f)&&this[_0x3fd531(0x25f)][_0x3fd531(0x16a)](_0x4b6e0f,[]);const _0x4576b3={'hookUUID':_0x112fbe,'hookType':_0x2a4b1f,'startedAt':new Date()[_0x3fd531(0x27b)]()};this[_0x3fd531(0x25f)][_0x3fd531(0x2a4)](_0x4b6e0f)['push'](_0x4576b3),logger['debug'](_0x3fd531(0x1e6)+_0x4b6e0f+_0x3fd531(0x1e7)+_0x112fbe+',\x20hookType='+_0x2a4b1f+_0x3fd531(0x13e)+this['activeHooks'][_0x3fd531(0x2a4)](_0x4b6e0f)[_0x3fd531(0x1c6)]);}[a92_0x3dbcd2(0x297)](_0x322927,_0x5c323c){const _0x292cd9=a92_0x3dbcd2,_0x4de8a9={};_0x4de8a9[_0x292cd9(0x1d3)]=function(_0x4b0ecb,_0x3d4d6b){return _0x4b0ecb||_0x3d4d6b;},_0x4de8a9[_0x292cd9(0x259)]=function(_0x4e990c,_0x3ffc2b){return _0x4e990c!==_0x3ffc2b;},_0x4de8a9['aNriD']=function(_0xf2e90c,_0x5d4401){return _0xf2e90c===_0x5d4401;};const _0x9a3ef1=_0x4de8a9;if(_0x9a3ef1[_0x292cd9(0x1d3)](!_0x322927,!_0x5c323c)){logger[_0x292cd9(0x28a)](_0x292cd9(0x19d)+_0x322927+_0x292cd9(0x1e7)+_0x5c323c);return;}if(this[_0x292cd9(0x25f)][_0x292cd9(0x143)](_0x322927)){const _0x5e0edf=this[_0x292cd9(0x25f)]['get'](_0x322927),_0x20ca42=_0x5e0edf[_0x292cd9(0x19f)](_0x347835=>_0x347835[_0x292cd9(0x1c5)]===_0x5c323c);_0x9a3ef1[_0x292cd9(0x259)](_0x20ca42,-0x1)?(_0x5e0edf['splice'](_0x20ca42,0x1),logger['debug']('[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier='+_0x322927+_0x292cd9(0x1e7)+_0x5c323c+_0x292cd9(0x236)+_0x5e0edf[_0x292cd9(0x1c6)]),_0x9a3ef1['aNriD'](_0x5e0edf[_0x292cd9(0x1c6)],0x0)&&this[_0x292cd9(0x25f)]['delete'](_0x322927)):logger[_0x292cd9(0x247)](_0x292cd9(0x1a4)+_0x322927+_0x292cd9(0x1e7)+_0x5c323c);}}['getActiveHook'](_0x16345e){const _0x5520ec=a92_0x3dbcd2,_0x347074={};_0x347074[_0x5520ec(0x22e)]=function(_0x21f02a,_0x3e6523){return _0x21f02a>_0x3e6523;},_0x347074[_0x5520ec(0x29c)]=function(_0x3c421e,_0x36aba8){return _0x3c421e-_0x36aba8;};const _0x146c69=_0x347074;if(!_0x16345e)return null;if(this['activeHooks'][_0x5520ec(0x143)](_0x16345e)){const _0x1d2c92=this[_0x5520ec(0x25f)][_0x5520ec(0x2a4)](_0x16345e);if(_0x146c69[_0x5520ec(0x22e)](_0x1d2c92['length'],0x0)){const _0x2b743d=_0x1d2c92[_0x146c69['KlHED'](_0x1d2c92[_0x5520ec(0x1c6)],0x1)];return logger[_0x5520ec(0x247)]('[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier='+_0x16345e+_0x5520ec(0x1e7)+_0x2b743d[_0x5520ec(0x1c5)]+_0x5520ec(0x181)+_0x2b743d[_0x5520ec(0x2a1)]),_0x2b743d;}}return null;}async[a92_0x3dbcd2(0x207)](_0x155647,_0x3ad32d,_0x86b314={}){const _0x55aa9d=a92_0x3dbcd2,_0x4d0370={};_0x4d0370[_0x55aa9d(0x2b8)]=_0x55aa9d(0x2b7),_0x4d0370[_0x55aa9d(0x192)]=function(_0x37ecc5,_0x143f01){return _0x37ecc5===_0x143f01;},_0x4d0370[_0x55aa9d(0x295)]=function(_0x366030,_0x3aef8a){return _0x366030===_0x3aef8a;},_0x4d0370[_0x55aa9d(0x279)]=function(_0x22a00c,_0x4fbb25){return _0x22a00c||_0x4fbb25;},_0x4d0370['TRwFI']=_0x55aa9d(0x154),_0x4d0370['LMGjr']=function(_0x1f2d84,_0x1f64ad){return _0x1f2d84===_0x1f64ad;};const _0x1f959d=_0x4d0370;logger['debug']('[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState='+_0x155647+_0x55aa9d(0x20e)+_0x3ad32d+_0x55aa9d(0x1f5)+Object[_0x55aa9d(0x1bc)](_0x86b314)['join'](',')),await super[_0x55aa9d(0x207)](_0x155647,_0x3ad32d,_0x86b314);const _0x3e7566=this['resolveInstance'](_0x155647,_0x3ad32d,_0x86b314);if(!_0x3e7566){logger[_0x55aa9d(0x247)](_0x1f959d['ykPmV']);return;}try{let _0x36b734,_0x25f273,_0x13d221;switch(_0x155647){case TestFrameworkState['TEST']:_0x36b734=_0x86b314[_0x55aa9d(0x230)];const _0x331b98={};_0x331b98['depth']=0x2,_0x331b98[_0x55aa9d(0x1b9)]=0x3,logger[_0x55aa9d(0x247)](_0x55aa9d(0x146)+_0x3ad32d+_0x55aa9d(0x164)+util[_0x55aa9d(0x23e)](_0x36b734,_0x331b98)),_0x13d221=this['getJestTestIdentifier'](_0x36b734),_0x25f273=null,logger[_0x55aa9d(0x247)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId='+_0x13d221+_0x55aa9d(0x193));if(_0x1f959d[_0x55aa9d(0x192)](_0x3ad32d,HookState[_0x55aa9d(0x28c)])){logger[_0x55aa9d(0x247)](_0x55aa9d(0x20b)+_0x13d221);const _0x4ba94b={};_0x4ba94b['testUUID']=_0x25f273,_0x4ba94b[_0x55aa9d(0x16e)]=_0x36b734,_0x4ba94b[_0x55aa9d(0x2a0)]=_0x13d221;const _0x269e79=this[_0x55aa9d(0x250)](_0x4ba94b),_0x522a64={};_0x522a64[_0x55aa9d(0x25b)]=0x2,_0x522a64[_0x55aa9d(0x1b9)]=0x3,logger[_0x55aa9d(0x247)](_0x55aa9d(0x144)+util[_0x55aa9d(0x23e)](_0x269e79,_0x522a64)),_0x3e7566['addMultipleEntries'](_0x269e79),logger[_0x55aa9d(0x247)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0x13d221),await this[_0x55aa9d(0x1a1)](_0x3e7566,_0x13d221);}else{if(_0x1f959d[_0x55aa9d(0x295)](_0x3ad32d,HookState[_0x55aa9d(0x257)])){logger['debug'](_0x55aa9d(0x242)+_0x13d221);const _0x1c01bf=_0x3e7566[_0x55aa9d(0x1e1)]()[_0x55aa9d(0x2a4)](_0x13d221);logger[_0x55aa9d(0x247)](_0x55aa9d(0x2c7)+util[_0x55aa9d(0x23e)](Object['keys'](_0x1f959d[_0x55aa9d(0x279)](_0x1c01bf,{}))));_0x1c01bf&&_0x1c01bf[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]?logger[_0x55aa9d(0x247)](_0x55aa9d(0x168)+Object[_0x55aa9d(0x1bc)](_0x1c01bf[TestFrameworkConstants[_0x55aa9d(0x292)]])[_0x55aa9d(0x1c6)]+'\x20files'):logger[_0x55aa9d(0x247)](_0x1f959d[_0x55aa9d(0x190)]);const _0xc27596=_0x86b314[_0x55aa9d(0x1ae)]||null,_0x7667e3={};_0x7667e3[_0x55aa9d(0x1ec)]=_0x25f273,_0x7667e3['testData']=_0x36b734,_0x7667e3['testId']=_0x13d221,_0x7667e3[_0x55aa9d(0x1ae)]=_0xc27596;const _0x2848df=this['parseJestTestResult'](_0x7667e3),_0x15d714={};_0x15d714[_0x55aa9d(0x25b)]=0x2,_0x15d714[_0x55aa9d(0x1b9)]=0x3,logger[_0x55aa9d(0x247)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20'+util[_0x55aa9d(0x23e)](_0x2848df,_0x15d714)),_0x3e7566[_0x55aa9d(0x15a)](_0x2848df),logger[_0x55aa9d(0x247)](_0x55aa9d(0x2b3)+_0x13d221),await this[_0x55aa9d(0x1a1)](_0x3e7566,_0x13d221);}}break;case TestFrameworkState[_0x55aa9d(0x1aa)]:if(_0x1f959d[_0x55aa9d(0x286)](_0x3ad32d,HookState[_0x55aa9d(0x257)])){const _0x4a8c4d={};_0x4a8c4d[_0x55aa9d(0x25b)]=0x2,logger[_0x55aa9d(0x247)]('[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20'+util[_0x55aa9d(0x23e)](_0x86b314,_0x4a8c4d)),await this[_0x55aa9d(0x153)](_0x3e7566,_0x155647,_0x86b314);}break;default:if(CLIUtils[_0x55aa9d(0x175)](_0x155647[_0x55aa9d(0x1b4)]()[_0x55aa9d(0x2b4)]('.')[0x1])){const _0x3ea930={};_0x3ea930[_0x55aa9d(0x25b)]=0x2,_0x3ea930[_0x55aa9d(0x1b9)]=0x3,logger[_0x55aa9d(0x247)](_0x55aa9d(0x1e8)+_0x155647+_0x55aa9d(0x20e)+_0x3ad32d+_0x55aa9d(0x201)+util[_0x55aa9d(0x23e)](_0x86b314[_0x55aa9d(0x1fd)],_0x3ea930));const _0x382a66=await this[_0x55aa9d(0x2b2)](_0x3e7566,_0x155647,_0x3ad32d,_0x86b314),_0x5215a8={};_0x5215a8['depth']=0x2,_0x5215a8['maxArrayLength']=0x3,logger['debug'](_0x55aa9d(0x1de)+util[_0x55aa9d(0x23e)](_0x382a66,_0x5215a8)),_0x3e7566[_0x55aa9d(0x15a)](_0x382a66);}else logger[_0x55aa9d(0x247)](_0x55aa9d(0x1ad)+_0x155647+_0x55aa9d(0x2b9)+_0x3ad32d);break;}logger[_0x55aa9d(0x247)](_0x55aa9d(0x21c)+_0x155647+_0x55aa9d(0x20e)+_0x3ad32d);}catch(_0x13f3d7){logger[_0x55aa9d(0x27a)](_0x55aa9d(0x1a9)+_0x155647+_0x55aa9d(0x20e)+_0x3ad32d+_0x55aa9d(0x1ee)+util[_0x55aa9d(0x213)](_0x13f3d7));}_0x86b314['instance']=_0x3e7566,await this['runHooks'](_0x3e7566,_0x155647,_0x3ad32d,_0x86b314);}[a92_0x3dbcd2(0x278)](_0x46fead){const _0x5b1956=a92_0x3dbcd2,_0x9c2571={};_0x9c2571[_0x5b1956(0x211)]='[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback';const _0x134cb4=_0x9c2571;if(_0x46fead&&(_0x46fead['id']||_0x46fead[_0x5b1956(0x1c7)])){const _0x140977=_0x46fead['id']||_0x46fead[_0x5b1956(0x1c7)];return logger[_0x5b1956(0x247)](_0x5b1956(0x272)+_0x140977+_0x5b1956(0x27c)),_0x140977;}return logger['debug'](_0x134cb4[_0x5b1956(0x211)]),process[_0x5b1956(0x208)]+_0x5b1956(0x290);}[a92_0x3dbcd2(0x2b0)](_0x31e181,_0x141e6e,_0x3f5469={}){const _0x578f1d=a92_0x3dbcd2;let _0x4b3dfc=null;return _0x4b3dfc=TestFramework['getTrackedInstance'](),!_0x4b3dfc?(logger['debug'](_0x578f1d(0x210)+_0x31e181),this[_0x578f1d(0x291)](_0x31e181,_0x3f5469),_0x4b3dfc=TestFramework['getTrackedInstance'](),logger[_0x578f1d(0x247)](_0x578f1d(0x251)+!!_0x4b3dfc+',\x20contextId='+_0x4b3dfc?.[_0x578f1d(0x270)]()?.['getId']())):logger[_0x578f1d(0x247)](_0x578f1d(0x284)+_0x4b3dfc['getContext']()?.['getId']()),_0x4b3dfc;}[a92_0x3dbcd2(0x291)](_0x395511,_0xc01665){const _0x5e6e37=a92_0x3dbcd2,_0x8c822a={};_0x8c822a[_0x5e6e37(0x171)]=_0x5e6e37(0x177);const _0xd58362=_0x8c822a;if(TestFramework['getTrackedInstance']()){logger[_0x5e6e37(0x247)](_0xd58362[_0x5e6e37(0x171)]);return;}const _0x10dfde=CLIUtils['getCurrentInstanceName'](),_0x20e8fd=TrackedInstance[_0x5e6e37(0x2bb)](_0x10dfde);let _0x6fdfcb=null;logger[_0x5e6e37(0x247)](_0x5e6e37(0x283)+_0x10dfde+_0x5e6e37(0x185)+_0x395511),_0x6fdfcb=new TestFrameworkInstance(_0x20e8fd,this['getTestFrameworks'](),this[_0x5e6e37(0x158)](),_0x395511,HookState[_0x5e6e37(0x145)]),TestFramework['setTrackedInstance'](_0x20e8fd,_0x6fdfcb),logger[_0x5e6e37(0x247)](_0x5e6e37(0x1b8)+_0x20e8fd[_0x5e6e37(0x22f)]()+_0x5e6e37(0x1a6)+_0x10dfde+',\x20testFramework='+this[_0x5e6e37(0x28f)]()[0x0]+_0x5e6e37(0x25d)+this[_0x5e6e37(0x158)]()[this['getTestFrameworks']()[0x0]]);}[a92_0x3dbcd2(0x250)](_0x5119d1){const _0x25753f=a92_0x3dbcd2,_0x27fcbf={};_0x27fcbf['dLKEL']=function(_0x31c91f,_0x10baf7){return _0x31c91f||_0x10baf7;},_0x27fcbf[_0x25753f(0x274)]=_0x25753f(0x1ed);const _0x347a4b=_0x27fcbf,{testUUID:_0x4e84db,testData:_0x521e94,testId:_0xce7b47}=_0x5119d1;if(_0x347a4b[_0x25753f(0x1f0)](!_0x521e94,!_0xce7b47))return logger[_0x25753f(0x247)](_0x347a4b['zqDxB']),{};const _0x398b63=this[_0x25753f(0x28f)]()[0x0],_0x54ee52=this[_0x25753f(0x158)](),_0x29f904={};_0x29f904[_0x25753f(0x25b)]=0x2,_0x29f904['maxArrayLength']=0x3,logger[_0x25753f(0x247)](_0x25753f(0x1b6)+util[_0x25753f(0x23e)](_0x521e94,_0x29f904));const _0x4b87ba=_0x521e94?.['scopes']||[],_0x4b2fbd=this[_0x25753f(0x225)](_0x521e94),_0x5f95a2=this[_0x25753f(0x1ce)](_0x521e94),_0x24cc28=_0x521e94['fn']?_0x521e94['fn']['toString']():_0x521e94?.[_0x25753f(0x13c)]?_0x521e94['body'][_0x25753f(0x15d)][_0x25753f(0x1b4)]():null,_0x1a8460=this[_0x25753f(0x26c)](_0x521e94),_0x9ecf50={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x398b63,[TestFrameworkConstants[_0x25753f(0x287)]]:_0x54ee52[_0x398b63],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x25753f(0x1a7)]]:{},[TestFrameworkConstants[_0x25753f(0x214)]]:{},[TestFrameworkConstants[_0x25753f(0x15b)]]:TestFrameworkConstants[_0x25753f(0x15f)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x4b2fbd,[TestFrameworkConstants[_0x25753f(0x20c)]]:_0x5f95a2,[TestFrameworkConstants['KEY_TEST_ID']]:_0xce7b47,[TestFrameworkConstants[_0x25753f(0x1cc)]]:_0x4b2fbd,[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x5f95a2,[TestFrameworkConstants[_0x25753f(0x285)]]:_0x24cc28,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x1a8460,[TestFrameworkConstants[_0x25753f(0x24c)]]:_0x521e94[_0x25753f(0x14a)]||new Date()[_0x25753f(0x27b)](),[TestFrameworkConstants[_0x25753f(0x14f)]]:_0x4b87ba[0x0]||'',[TestFrameworkConstants[_0x25753f(0x263)]]:_0x4b87ba,[TestFrameworkConstants[_0x25753f(0x2ab)]]:_0x4b2fbd,[TestFrameworkConstants[_0x25753f(0x194)]]:{},[TestFrameworkConstants[_0x25753f(0x2ac)]]:{}};_0x521e94['retryOf']&&(_0x9ecf50[TestFrameworkConstants[_0x25753f(0x227)]]=_0x521e94[_0x25753f(0x1fc)]);logger[_0x25753f(0x247)]('[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName='+_0x4b2fbd+_0x25753f(0x17d)+_0xce7b47+_0x25753f(0x2c2)+JSON[_0x25753f(0x296)](_0x1a8460)+_0x25753f(0x19b)+util[_0x25753f(0x23e)](_0x4b87ba)+',\x20filePath='+_0x5f95a2);const _0xdaa17e={};return _0xdaa17e[_0xce7b47]=_0x9ecf50,_0xdaa17e;}['parseJestTestResult'](_0x1010ee){const _0x30978a=a92_0x3dbcd2,_0x18939c={'cOQYz':function(_0x4ac5c3,_0x338420){return _0x4ac5c3===_0x338420;},'pCaAr':_0x30978a(0x229),'neLyU':'beforeAll','LCLjs':_0x30978a(0x1c0),'LyInQ':_0x30978a(0x27d),'makeY':function(_0x11fe31,_0x578a44){return _0x11fe31||_0x578a44;},'iccyL':_0x30978a(0x280),'KrCHV':function(_0x9c1ab8,_0x202d58){return _0x9c1ab8||_0x202d58;},'DOfdh':'unknown','pEpMV':function(_0x260d20,_0x4ea40f){return _0x260d20>_0x4ea40f;},'emoLj':_0x30978a(0x1f2),'MBElJ':_0x30978a(0x1ac),'oLDBm':_0x30978a(0x1f9),'exIgO':_0x30978a(0x176),'JhAme':function(_0x2e0261,_0x4cad72){return _0x2e0261!==_0x4cad72;},'afdrd':function(_0x1578b1,_0x5de774,_0x432ab2,_0x565130){return _0x1578b1(_0x5de774,_0x432ab2,_0x565130);},'XUBBp':function(_0x4e2a61,_0xe666fc){return _0x4e2a61>_0xe666fc;},'XlxBy':function(_0x51ae56,_0x1bed32){return _0x51ae56>_0x1bed32;},'cMDlU':'[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','VAGsF':function(_0x312170,_0x30974a){return _0x312170>_0x30974a;},'znIkI':function(_0x518228,_0x14202e){return _0x518228===_0x14202e;}},{testUUID:_0x4143c7,testData:_0x57506f,testId:_0x3f964e}=_0x1010ee;if(_0x18939c['makeY'](!_0x57506f,!_0x3f964e))return logger[_0x30978a(0x247)](_0x18939c[_0x30978a(0x1a0)]),{};const _0x486995=this[_0x30978a(0x2b0)](TestFrameworkState[_0x30978a(0x18f)],HookState['POST']),_0x3c4314=_0x486995['getAllData']()['get'](_0x3f964e),_0xd3137f=_0x18939c[_0x30978a(0x200)](_0x3c4314,{}),_0xbabdcb=_0xd3137f?_0xd3137f[TestFrameworkConstants[_0x30978a(0x194)]]||{}:{},_0x3dd6ee=_0xd3137f[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']];logger[_0x30978a(0x247)](_0x30978a(0x1bd)+(_0x3dd6ee?Object[_0x30978a(0x1bc)](_0x3dd6ee)[_0x30978a(0x1c6)]:0x0)+_0x30978a(0x2bc));let _0x574d22=_0x18939c[_0x30978a(0x18a)];if(_0x57506f[_0x30978a(0x155)])_0x574d22=_0x57506f[_0x30978a(0x155)];else{if(_0x57506f[_0x30978a(0x23f)]&&_0x18939c[_0x30978a(0x220)](_0x57506f['errorsDetailed'][_0x30978a(0x1c6)],0x0))_0x574d22=_0x18939c[_0x30978a(0x1a2)];else _0x18939c['cOQYz'](_0x57506f[_0x30978a(0x29a)],_0x18939c[_0x30978a(0x160)])||_0x18939c[_0x30978a(0x2b5)](_0x57506f[_0x30978a(0x29a)],_0x18939c[_0x30978a(0x1b1)])?_0x574d22=_0x18939c['oLDBm']:_0x574d22=_0x18939c[_0x30978a(0x266)];}const _0x549758={..._0xd3137f,[TestFrameworkConstants[_0x30978a(0x15b)]]:_0x574d22,[TestFrameworkConstants[_0x30978a(0x198)]]:_0x57506f[_0x30978a(0x273)]||new Date()[_0x30978a(0x27b)](),[TestFrameworkConstants[_0x30978a(0x206)]]:new Date()[_0x30978a(0x27b)](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0xbabdcb,[TestFrameworkConstants[_0x30978a(0x276)]]:_0xd3137f[TestFrameworkConstants[_0x30978a(0x276)]]||[],[TestFrameworkConstants[_0x30978a(0x2ac)]]:{}};if(_0x18939c[_0x30978a(0x2b5)](_0x574d22,_0x18939c[_0x30978a(0x1a2)])&&_0x57506f[_0x30978a(0x23f)]){const _0x4c21bd=this['getJestFailureReason'](_0x57506f),_0x352a64=this[_0x30978a(0x232)](_0x57506f),_0x2724b0=this[_0x30978a(0x223)](_0x57506f);_0x549758[TestFrameworkConstants[_0x30978a(0x2a6)]]=_0x352a64,_0x549758[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x4c21bd,_0x549758[TestFrameworkConstants[_0x30978a(0x234)]]=_0x2724b0;}_0x18939c[_0x30978a(0x1da)](_0x57506f[_0x30978a(0x28e)],undefined)&&(_0x549758[TestFrameworkConstants[_0x30978a(0x28d)]]=_0x57506f[_0x30978a(0x28e)]);_0x57506f[_0x30978a(0x1fc)]&&(_0x549758[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x57506f[_0x30978a(0x1fc)]);const _0x340ab6=_0x3c4314?_0x3c4314[TestFrameworkConstants[_0x30978a(0x292)]]||{}:{},_0x37e43c=_0x3c4314?_0x3c4314[TestFrameworkConstants['KEY_TEST_UUID']]:_0x4143c7,_0x1fb3b6=_0x18939c[_0x30978a(0x157)](getManualUploadLogs,_0x340ab6,_0x37e43c,_0x3f964e);if(_0x18939c[_0x30978a(0x25a)](_0x1fb3b6['length'],0x0)){const _0x5a2435=_0x549758[TestFrameworkConstants['KEY_LOGS']]||[];_0x549758[TestFrameworkConstants[_0x30978a(0x276)]]=[..._0x5a2435,..._0x1fb3b6];}const _0x580670=_0xd3137f[TestFrameworkConstants[_0x30978a(0x1a7)]]||{},_0x575d74=_0xd3137f[TestFrameworkConstants[_0x30978a(0x214)]]||{},_0x3923fd={..._0x580670},_0x5640ae=_0x3923fd;Object[_0x30978a(0x1bc)](_0x575d74)[_0x30978a(0x277)](_0x3959ec=>{const _0x49df34=_0x30978a;!_0x5640ae[_0x3959ec]&&(_0x5640ae[_0x3959ec]=[]);const _0x167e01=new Set((_0x5640ae[_0x3959ec]||[])[_0x49df34(0x240)](_0x187f01=>_0x187f01[TestFrameworkConstants[_0x49df34(0x238)]]||_0x187f01[_0x49df34(0x1eb)]));(_0x575d74[_0x3959ec]||[])[_0x49df34(0x277)](_0x6d4b18=>{const _0x4607c5=_0x49df34,_0xad6cc1=_0x6d4b18[TestFrameworkConstants[_0x4607c5(0x238)]]||_0x6d4b18[_0x4607c5(0x1eb)];if(!_0x167e01[_0x4607c5(0x143)](_0xad6cc1)){const _0x9d2914={..._0x6d4b18},_0x4b2c7d=_0x9d2914;!_0x4b2c7d[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]&&!_0x4b2c7d[_0x4607c5(0x163)]&&(_0x4b2c7d[TestFrameworkConstants[_0x4607c5(0x1c2)]]=new Date()[_0x4607c5(0x27b)]()),!_0x4b2c7d[TestFrameworkConstants[_0x4607c5(0x217)]]&&!_0x4b2c7d['hook_result']&&(_0x4b2c7d[TestFrameworkConstants[_0x4607c5(0x217)]]=TestFrameworkConstants['DEFAULT_HOOK_RESULT']),_0x5640ae[_0x3959ec]['push'](_0x4b2c7d);}});});if(_0x1010ee[_0x30978a(0x1ae)]){this[_0x30978a(0x239)](_0x1010ee[_0x30978a(0x1ae)]);const _0x1a9871=this[_0x30978a(0x13f)](_0x1010ee[_0x30978a(0x1ae)]),_0x424f4e=this[_0x30978a(0x289)](_0x1010ee[_0x30978a(0x1ae)]);_0x424f4e[_0x30978a(0x277)](_0xe0e34f=>{const _0x54dcf1=_0x30978a,_0x457485=_0x1a9871[_0x54dcf1(0x2a4)](_0xe0e34f);if(_0x457485&&(_0x18939c[_0x54dcf1(0x2b5)](_0x457485['type'],_0x18939c[_0x54dcf1(0x152)])||_0x18939c['cOQYz'](_0x457485[_0x54dcf1(0x187)],_0x18939c[_0x54dcf1(0x254)]))){const _0x49ebcc=_0x457485[_0x54dcf1(0x187)][_0x54dcf1(0x1ca)]()[_0x54dcf1(0x1b5)](_0x18939c[_0x54dcf1(0x1fa)],_0x18939c[_0x54dcf1(0x241)]),_0x3645bf=_0x49ebcc;!_0x5640ae[_0x3645bf]&&(_0x5640ae[_0x3645bf]=[]);const _0x58fa14=_0x5640ae[_0x3645bf][_0x54dcf1(0x1c1)](_0x258fa6=>(_0x258fa6[TestFrameworkConstants[_0x54dcf1(0x238)]]||_0x258fa6[_0x54dcf1(0x1eb)])===_0xe0e34f);!_0x58fa14&&_0x5640ae[_0x3645bf][_0x54dcf1(0x1f1)]({'key':_0x3645bf,[TestFrameworkConstants[_0x54dcf1(0x238)]]:_0xe0e34f,[TestFrameworkConstants[_0x54dcf1(0x217)]]:TestFrameworkConstants[_0x54dcf1(0x140)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:new Date()['toISOString'](),[TestFrameworkConstants[_0x54dcf1(0x1c2)]]:new Date()[_0x54dcf1(0x27b)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x54dcf1(0x173)]]:_0x457485[_0x54dcf1(0x1ab)]||_0x457485['type']+_0x54dcf1(0x174),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0xbabdcb});}});}if(_0x57506f[_0x30978a(0x27f)]&&_0x18939c['XlxBy'](_0x57506f[_0x30978a(0x27f)][_0x30978a(0x1c6)],0x0))_0x549758[TestFrameworkConstants[_0x30978a(0x1a7)]]=_0x57506f['hooks'],logger[_0x30978a(0x247)](_0x18939c[_0x30978a(0x269)]);else _0x18939c['VAGsF'](Object[_0x30978a(0x1bc)](_0x5640ae)['length'],0x0)&&(_0x549758[TestFrameworkConstants[_0x30978a(0x1a7)]]=_0x5640ae,logger[_0x30978a(0x247)](_0x30978a(0x196)+Object[_0x30978a(0x1bc)](_0x5640ae)[_0x30978a(0x2bf)](',')));const _0x5811b0=this[_0x30978a(0x225)](_0x57506f);logger[_0x30978a(0x247)](_0x30978a(0x1fb)+_0x5811b0+_0x30978a(0x17d)+_0x3f964e+_0x30978a(0x2ad)+_0x574d22+_0x30978a(0x221)+_0x57506f['duration']);_0x18939c[_0x30978a(0x1bf)](_0x574d22,_0x18939c[_0x30978a(0x1a2)])&&logger[_0x30978a(0x247)](_0x30978a(0x24e)+_0x3f964e+_0x30978a(0x167)+_0x549758[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]+_0x30978a(0x255)+_0x549758[TestFrameworkConstants[_0x30978a(0x1d7)]]?.[_0x30978a(0x26b)](0x0,0xc8));const _0x56c657={};return _0x56c657[_0x3f964e]=_0x549758,_0x56c657;}[a92_0x3dbcd2(0x19e)](_0x4e6508){const _0x13ab5c=a92_0x3dbcd2,_0xb015ce={};_0xb015ce[_0x13ab5c(0x18d)]=function(_0x4d6a61,_0x16be21){return _0x4d6a61!==_0x16be21;},_0xb015ce[_0x13ab5c(0x21d)]=function(_0x4761cb,_0x382d69){return _0x4761cb!==_0x382d69;},_0xb015ce[_0x13ab5c(0x253)]='ROOT_DESCRIBE_BLOCK';const _0x330ec3=_0xb015ce,_0x2942c8={};_0x2942c8[_0x13ab5c(0x25b)]=0x2,_0x2942c8[_0x13ab5c(0x1b9)]=0x3,logger['debug'](_0x13ab5c(0x20f)+util[_0x13ab5c(0x23e)](_0x4e6508,_0x2942c8));const _0x549189=[];if(_0x4e6508&&_0x4e6508[_0x13ab5c(0x299)]){let _0x182a6d=_0x4e6508[_0x13ab5c(0x299)];while(_0x182a6d&&_0x182a6d['name']&&_0x330ec3[_0x13ab5c(0x18d)](_0x182a6d[_0x13ab5c(0x1ab)],'')&&_0x330ec3[_0x13ab5c(0x21d)](_0x182a6d['name'],_0x330ec3['uQNMb'])){_0x549189[_0x13ab5c(0x1f1)](_0x182a6d[_0x13ab5c(0x1ab)]),_0x182a6d=_0x182a6d[_0x13ab5c(0x299)];}}return _0x549189[_0x13ab5c(0x25c)]();}[a92_0x3dbcd2(0x225)](_0x1278ce){const _0x201ee5=a92_0x3dbcd2,_0x284cdd={};_0x284cdd[_0x201ee5(0x2ae)]=_0x201ee5(0x15c);const _0x5216ce=_0x284cdd;if(_0x1278ce[_0x201ee5(0x1ab)])return _0x1278ce[_0x201ee5(0x1ab)];if(_0x1278ce[_0x201ee5(0x17e)])return _0x1278ce[_0x201ee5(0x17e)];return _0x5216ce[_0x201ee5(0x2ae)];}['getJestTestTags'](_0x553a72){const _0x164814=a92_0x3dbcd2,_0x4e0867=[];if(_0x553a72[_0x164814(0x1d0)]&&Array[_0x164814(0x1c9)](_0x553a72[_0x164814(0x1d0)]))return _0x553a72[_0x164814(0x1d0)][_0x164814(0x240)](_0x3fb934=>_0x3fb934['startsWith']('@')?_0x3fb934[_0x164814(0x1c4)](0x1):_0x3fb934);const _0x319f14=this[_0x164814(0x225)](_0x553a72),_0x1c82d5=_0x319f14[_0x164814(0x195)](/@(\w+)/g);if(_0x1c82d5)return _0x1c82d5['map'](_0x3444fa=>_0x3444fa[_0x164814(0x1c8)](0x1));return _0x553a72[_0x164814(0x282)]&&Array[_0x164814(0x1c9)](_0x553a72['scopes'])&&_0x553a72[_0x164814(0x282)][_0x164814(0x277)](_0x4886dc=>{const _0x47b070=_0x164814,_0x3647aa=_0x4886dc[_0x47b070(0x195)](/@(\w+)/g);_0x3647aa&&_0x3647aa[_0x47b070(0x277)](_0x32cf24=>{const _0x1fe72c=_0x47b070,_0x34ef1a=_0x32cf24[_0x1fe72c(0x1c8)](0x1);!_0x4e0867[_0x1fe72c(0x1e3)](_0x34ef1a)&&_0x4e0867[_0x1fe72c(0x1f1)](_0x34ef1a);});}),_0x4e0867;}[a92_0x3dbcd2(0x1ce)](_0x4772b7){const _0xa8bec8=a92_0x3dbcd2,_0x3ac1b7={'MDtFq':function(_0x5b13ec,_0x7df74b){return _0x5b13ec(_0x7df74b);}};if(_0x4772b7[_0xa8bec8(0x205)])return _0x4772b7['file_name'];if(_0x4772b7[_0xa8bec8(0x1f8)])try{const _0x1bcf54=stackTrace[_0xa8bec8(0x19c)](_0x4772b7['asyncError']),_0x3fd899=_0x3ac1b7['MDtFq'](pickUserFrameFile,_0x1bcf54);if(_0x3fd899)return _0x3fd899;logger[_0xa8bec8(0x247)](_0xa8bec8(0x16b)+_0x1bcf54[_0xa8bec8(0x1c6)]+')');}catch(_0x2c200e){logger['debug'](_0xa8bec8(0x19a)+util[_0xa8bec8(0x213)](_0x2c200e));}return null;}[a92_0x3dbcd2(0x148)](_0x3c9ab8){const _0x3dcbb4=a92_0x3dbcd2,_0x3ad986={};_0x3ad986[_0x3dcbb4(0x2af)]=function(_0x29e93e,_0xfde808){return _0x29e93e>_0xfde808;},_0x3ad986[_0x3dcbb4(0x275)]=_0x3dcbb4(0x28b);const _0x155e01=_0x3ad986;if(_0x3c9ab8[_0x3dcbb4(0x23f)]&&_0x155e01[_0x3dcbb4(0x2af)](_0x3c9ab8[_0x3dcbb4(0x23f)][_0x3dcbb4(0x1c6)],0x0))return util[_0x3dcbb4(0x23e)](_0x3c9ab8[_0x3dcbb4(0x23f)][0x0]);if(_0x3c9ab8[_0x3dcbb4(0x149)])return _0x3c9ab8['failure_reason'];return _0x155e01['zClmq'];}[a92_0x3dbcd2(0x232)](_0x1ebae6){const _0xea1207=a92_0x3dbcd2,_0x331704={};_0x331704[_0xea1207(0x26f)]=_0xea1207(0x1dc),_0x331704[_0xea1207(0x22c)]=_0xea1207(0x141),_0x331704[_0xea1207(0x16f)]=_0xea1207(0x23b);const _0xe83ac1=_0x331704,_0x57144d=this[_0xea1207(0x148)](_0x1ebae6);if(_0x57144d&&_0x57144d[_0xea1207(0x1e3)](_0xe83ac1['DnHtk']))return _0xe83ac1[_0xea1207(0x22c)];return _0xe83ac1[_0xea1207(0x16f)];}[a92_0x3dbcd2(0x223)](_0x4167e4){const _0x38bbfd=a92_0x3dbcd2,_0x2d93b4={'IFIXQ':function(_0x5de64d,_0xd586c4){return _0x5de64d(_0xd586c4);},'RcPfS':'../../../helpers/test-observability/utils','ZUdVQ':function(_0x554740,_0x88f909){return _0x554740!==_0x88f909;},'waMOr':_0x38bbfd(0x230)},{failureData:_0x275ea5}=_0x2d93b4[_0x38bbfd(0x199)](require,_0x2d93b4[_0x38bbfd(0x260)]),_0x1989e7=[];return _0x2d93b4['ZUdVQ'](_0x4167e4[_0x38bbfd(0x23f)],undefined)&&_0x1989e7[_0x38bbfd(0x1f1)](_0x4167e4['errorsDetailed'],_0x2d93b4[_0x38bbfd(0x1fe)]),_0x275ea5[_0x38bbfd(0x256)](null,_0x1989e7);}async[a92_0x3dbcd2(0x2b2)](_0x6f3cfb,_0x40a87e,_0x4c3e4a,_0x54b70e){const _0x5b6ac8=a92_0x3dbcd2,_0x16f01f={'GkiGp':'[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','qzXer':function(_0x2485a5){return _0x2485a5();},'ptUmh':function(_0x170697,_0x510be0){return _0x170697 in _0x510be0;},'ImOOq':function(_0x514c92,_0x1d2db1){return _0x514c92===_0x1d2db1;},'ApvTu':function(_0x21a225,_0x7ce9ac){return _0x21a225===_0x7ce9ac;},'RgiPR':function(_0x42a384,_0x42ab62){return _0x42a384>_0x42ab62;},'rlKet':'failed','mFJCV':_0x5b6ac8(0x176),'nypRd':'[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','RdeuN':function(_0x4b3fd8,_0x4ca51a){return _0x4b3fd8!==_0x4ca51a;}},{hookData:_0x3ee745}=_0x54b70e,_0x34c962=_0x4c3e4a[_0x5b6ac8(0x1b4)](),_0x13ca7f=_0x40a87e['toString'](),_0x417c11={};_0x417c11[_0x5b6ac8(0x25b)]=0x2,_0x417c11[_0x5b6ac8(0x1b9)]=0x3,logger[_0x5b6ac8(0x247)](_0x5b6ac8(0x23d)+_0x13ca7f+_0x5b6ac8(0x20e)+_0x34c962+_0x5b6ac8(0x201)+util[_0x5b6ac8(0x23e)](_0x3ee745,_0x417c11));if(!_0x3ee745)return logger['debug'](_0x16f01f[_0x5b6ac8(0x231)]),{};const _0xd2eea8=_0x3ee745[_0x5b6ac8(0x1c7)]||_0x3ee745['hookAnalyticsId']||_0x16f01f['qzXer'](uuidv4),_0x147ed5=_0x3ee745['test_run_id']||this[_0x5b6ac8(0x278)](_0x3ee745),_0x29cece=_0x40a87e['toString']()['split']('.')[0x1],_0x358f3f=_0x6f3cfb[_0x5b6ac8(0x1e1)]()[_0x5b6ac8(0x2a4)](_0x147ed5),_0x3f78a7=_0x358f3f?_0x358f3f[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{};logger[_0x5b6ac8(0x247)]('[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId='+_0xd2eea8+_0x5b6ac8(0x17d)+_0x147ed5+'\x20(testIdentifier),\x20hookType='+_0x29cece+',\x20hookState='+_0x34c962);if(!_0x358f3f)return logger[_0x5b6ac8(0x247)](_0x5b6ac8(0x15e)+_0x147ed5+_0x5b6ac8(0x2c6)),this['storePendingHook'](_0x6f3cfb,_0x147ed5,_0x40a87e,_0x4c3e4a,_0x54b70e),{};let _0x3e92e5=_0x358f3f[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x3e92e5&&(_0x3e92e5={});!_0x16f01f[_0x5b6ac8(0x150)](_0x29cece,_0x3e92e5)&&(_0x3e92e5[_0x29cece]=[]);let _0x17aefb=_0x358f3f[TestFrameworkConstants[_0x5b6ac8(0x1a7)]];!_0x17aefb&&(_0x17aefb={});!_0x16f01f[_0x5b6ac8(0x150)](_0x29cece,_0x17aefb)&&(_0x17aefb[_0x29cece]=[]);const _0x2d8aa7={[_0x147ed5]:{[TestFrameworkConstants[_0x5b6ac8(0x214)]]:_0x3e92e5,[TestFrameworkConstants[_0x5b6ac8(0x1a7)]]:_0x17aefb,[TestFrameworkConstants[_0x5b6ac8(0x26d)]]:this[_0x5b6ac8(0x28f)]()[0x0]||'',[TestFrameworkConstants[_0x5b6ac8(0x287)]]:this[_0x5b6ac8(0x158)]()[this[_0x5b6ac8(0x28f)]()[0x0]]||''}};if(_0x16f01f[_0x5b6ac8(0x1ff)](_0x4c3e4a,HookState[_0x5b6ac8(0x28c)])){const _0x2e5fb1={'key':_0x29cece,[TestFrameworkConstants['KEY_HOOK_ID']]:_0xd2eea8,[TestFrameworkConstants[_0x5b6ac8(0x217)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x5b6ac8(0x166)]]:_0x3ee745[_0x5b6ac8(0x14a)]||new Date()[_0x5b6ac8(0x27b)](),[TestFrameworkConstants[_0x5b6ac8(0x14c)]]:[],[TestFrameworkConstants[_0x5b6ac8(0x173)]]:_0x3ee745[_0x5b6ac8(0x1ab)]||_0x3ee745['hook_type']||_0x29cece,[TestFrameworkConstants[_0x5b6ac8(0x194)]]:_0x3f78a7};_0x3e92e5[_0x29cece][_0x5b6ac8(0x1f1)](_0x2e5fb1),_0x2d8aa7[_0x147ed5][TestFrameworkConstants[_0x5b6ac8(0x1e5)]]=_0x29cece;const _0x362903={};_0x362903[_0x5b6ac8(0x25b)]=0x2,logger[_0x5b6ac8(0x247)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x29cece+_0x5b6ac8(0x261)+_0xd2eea8+_0x5b6ac8(0x17d)+_0x147ed5+_0x5b6ac8(0x1f7)+util['inspect'](_0x2e5fb1,_0x362903));}else{if(_0x16f01f[_0x5b6ac8(0x1a3)](_0x4c3e4a,HookState[_0x5b6ac8(0x257)])){const _0x32035e=_0x3ee745[_0x5b6ac8(0x155)]||(_0x3ee745[_0x5b6ac8(0x23f)]&&_0x16f01f[_0x5b6ac8(0x14e)](_0x3ee745[_0x5b6ac8(0x23f)]['length'],0x0)?_0x16f01f[_0x5b6ac8(0x1e0)]:_0x16f01f[_0x5b6ac8(0x226)]),_0x86d07e=_0x3e92e5[_0x29cece]||[];logger['debug'](_0x5b6ac8(0x25e)+_0x29cece+_0x5b6ac8(0x17d)+_0x147ed5+_0x5b6ac8(0x1d2)+_0x32035e+',\x20hooksListLength='+_0x86d07e['length']);if(_0x16f01f[_0x5b6ac8(0x1ff)](_0x86d07e[_0x5b6ac8(0x1c6)],0x0)&&_0x16f01f[_0x5b6ac8(0x1ff)](_0x40a87e,TestFrameworkState['BEFORE_ALL']))return logger[_0x5b6ac8(0x247)](_0x16f01f[_0x5b6ac8(0x2ba)]),this['storePendingHook'](_0x6f3cfb,_0x147ed5,_0x40a87e,_0x4c3e4a,_0x54b70e),{};if(_0x16f01f['RgiPR'](_0x86d07e[_0x5b6ac8(0x1c6)],0x0)){const _0x345407=_0x86d07e[_0x5b6ac8(0x2b6)]();_0x16f01f[_0x5b6ac8(0x1a3)](_0x32035e,_0x16f01f[_0x5b6ac8(0x1e0)])&&_0x3ee745['errorsDetailed']?(_0x345407[TestFrameworkConstants[_0x5b6ac8(0x183)]]=this[_0x5b6ac8(0x232)](_0x3ee745),_0x345407[TestFrameworkConstants[_0x5b6ac8(0x29f)]]=this[_0x5b6ac8(0x148)](_0x3ee745),_0x345407[TestFrameworkConstants['KEY_HOOK_FAILURE']]=this[_0x5b6ac8(0x223)](_0x3ee745),logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType='+_0x29cece+_0x5b6ac8(0x167)+_0x345407[TestFrameworkConstants[_0x5b6ac8(0x183)]]+_0x5b6ac8(0x255)+_0x345407[TestFrameworkConstants[_0x5b6ac8(0x29f)]]?.['substring'](0x0,0xc8))):_0x345407[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x16f01f['mFJCV'];_0x16f01f[_0x5b6ac8(0x1db)](_0x32035e,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x345407[TestFrameworkConstants[_0x5b6ac8(0x217)]]=_0x32035e);_0x345407[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x3ee745['finished_at']||new Date()[_0x5b6ac8(0x27b)](),_0x345407[TestFrameworkConstants[_0x5b6ac8(0x194)]]=_0x3f78a7;const _0x2f84e7=_0x345407[TestFrameworkConstants[_0x5b6ac8(0x238)]];!_0x17aefb[_0x29cece]&&(_0x17aefb[_0x29cece]=[]);_0x17aefb[_0x29cece][_0x5b6ac8(0x1f1)](_0x345407),_0x2d8aa7[_0x147ed5][TestFrameworkConstants[_0x5b6ac8(0x165)]]=_0x29cece;const _0x38f9a9={};_0x38f9a9[_0x5b6ac8(0x25b)]=0x2,logger[_0x5b6ac8(0x247)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType='+_0x29cece+_0x5b6ac8(0x261)+_0x2f84e7+',\x20result='+_0x32035e+_0x5b6ac8(0x1f7)+util[_0x5b6ac8(0x23e)](_0x345407,_0x38f9a9));}}}return _0x2d8aa7;}[a92_0x3dbcd2(0x188)](_0x223eb9){const _0x30ebc4=a92_0x3dbcd2,_0x28d37a={};_0x28d37a[_0x30ebc4(0x17a)]=_0x30ebc4(0x2a8);const _0x11f390=_0x28d37a;try{const _0x56d96f=_0x223eb9[_0x30ebc4(0x230)]?this['getJestTestIdentifier'](_0x223eb9[_0x30ebc4(0x230)]):_0x223eb9[_0x30ebc4(0x1fd)][_0x30ebc4(0x1e2)],_0x631e24=_0x223eb9[_0x30ebc4(0x17b)],_0x52fac0=_0x631e24[_0x30ebc4(0x270)](),_0x3857cc=_0x631e24[_0x30ebc4(0x1e1)]()[_0x30ebc4(0x2a4)](_0x56d96f);if(!_0x3857cc)return logger[_0x30ebc4(0x247)](_0x30ebc4(0x142)+_0x56d96f),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x33b26c=this[_0x30ebc4(0x28f)]()[0x0]||'',[TestFrameworkConstants[_0x30ebc4(0x287)]]:_0x19cad4=this[_0x30ebc4(0x158)]()[this[_0x30ebc4(0x28f)]()[0x0]]||'',[TestFrameworkConstants[_0x30ebc4(0x24c)]]:_0x36391f='',[TestFrameworkConstants[_0x30ebc4(0x198)]]:_0x54c133=''}=_0x3857cc,_0x5001bc=_0x631e24['getCurrentTestState']()['toString']()['split']('.')[0x1],_0x351c1d=_0x631e24[_0x30ebc4(0x29d)]()[_0x30ebc4(0x1b4)]()[_0x30ebc4(0x2b4)]('.')[0x1],_0x135247=global?.[_0x30ebc4(0x2c0)]?.['workerInfo']?.[_0x30ebc4(0x2a5)]||global[_0x30ebc4(0x189)]||0x0,_0x443b35=_0x631e24['getRef'](),_0x2508f2=Buffer[_0x30ebc4(0x248)](JSON[_0x30ebc4(0x296)](_0x3857cc))['toString'](_0x11f390[_0x30ebc4(0x17a)]),_0x206976={'hash':_0x52fac0[_0x30ebc4(0x22f)](),'threadId':_0x52fac0[_0x30ebc4(0x202)]()[_0x30ebc4(0x1b4)](),'processId':_0x52fac0[_0x30ebc4(0x23a)]()[_0x30ebc4(0x1b4)]()},_0x540837={};_0x540837[_0x30ebc4(0x215)]=_0x135247,_0x540837[_0x30ebc4(0x1ef)]=_0x33b26c,_0x540837[_0x30ebc4(0x1d1)]=_0x19cad4,_0x540837['testFrameworkState']=_0x5001bc,_0x540837[_0x30ebc4(0x1f6)]=_0x351c1d,_0x540837[_0x30ebc4(0x147)]=_0x36391f,_0x540837[_0x30ebc4(0x209)]=_0x54c133,_0x540837[_0x30ebc4(0x1c7)]=_0x443b35,_0x540837[_0x30ebc4(0x1d8)]=_0x2508f2,_0x540837[_0x30ebc4(0x13b)]=_0x206976,_0x540837[_0x30ebc4(0x1d4)]=_0x56d96f;const _0x36d3ef=_0x540837;return _0x36d3ef;}catch(_0x53a823){return logger[_0x30ebc4(0x27a)](_0x30ebc4(0x1b2)+util[_0x30ebc4(0x213)](_0x53a823)),{};}}async[a92_0x3dbcd2(0x153)](_0x58731c,_0x1f81d5,_0x23f2e4){const _0x14b943=a92_0x3dbcd2,_0x5b2d6e={'Jyuiq':function(_0x76e07e,_0xe9f060){return _0x76e07e+_0xe9f060;},'wbmgA':_0x14b943(0x156),'CYJdo':_0x14b943(0x24f),'NfJQV':function(_0x3013c3,_0x58fdde){return _0x3013c3>_0x58fdde;},'UHBPE':function(_0xae497d,_0xf721ef,_0x89e777,_0xe3c23e){return _0xae497d(_0xf721ef,_0x89e777,_0xe3c23e);},'WRKCg':function(_0x538d3e,_0x367113){return _0x538d3e-_0x367113;},'tygdm':function(_0x2859bb,_0x525e5b){return _0x2859bb===_0x525e5b;},'dEIpY':function(_0x2cd527,_0x587bd3){return _0x2cd527/_0x587bd3;},'fGTTq':function(_0x2875a2,_0x3c772f){return _0x2875a2<_0x3c772f;},'RbblY':function(_0x59385c,_0x159ac0){return _0x59385c*_0x159ac0;},'eLXFL':function(_0x38dc40,_0x218c11){return _0x38dc40+_0x218c11;},'GSMmq':function(_0x575326,_0x5744c2){return _0x575326+_0x5744c2;},'wMcfy':function(_0xc2b536,_0x1b55fe){return _0xc2b536>_0x1b55fe;}};try{const _0x1150df=_0x23f2e4[_0x14b943(0x1ec)]||_0x23f2e4[_0x14b943(0x2a0)],_0x56b87a=Array[_0x14b943(0x248)](_0x58731c[_0x14b943(0x1e1)]()[_0x14b943(0x1bc)]()),_0x5a34d3=_0x58731c[_0x14b943(0x1e1)]()[_0x14b943(0x2a4)](_0x1150df);if(!_0x5a34d3){logger[_0x14b943(0x247)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x1150df);return;}const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x1cd746='',[TestFrameworkConstants[_0x14b943(0x287)]]:_0x1a955e=''}=_0x5a34d3;let _0x1aff1d=[];_0x5a34d3&&_0x5a34d3[TestFrameworkConstants['KEY_LOGS']]&&Array[_0x14b943(0x1c9)](_0x5a34d3[TestFrameworkConstants[_0x14b943(0x276)]])?(_0x1aff1d=_0x5a34d3[TestFrameworkConstants[_0x14b943(0x276)]]||[],logger[_0x14b943(0x247)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20'+_0x1aff1d[_0x14b943(0x1c6)]+'\x20logs\x20for\x20testId:\x20'+_0x1150df),_0x58731c[_0x14b943(0x15a)]({[_0x1150df]:{[TestFrameworkConstants[_0x14b943(0x276)]]:[],[TestFrameworkConstants[_0x14b943(0x26d)]]:this[_0x14b943(0x28f)]()[0x0]||'',[TestFrameworkConstants[_0x14b943(0x287)]]:this[_0x14b943(0x158)]()[this['getTestFrameworks']()[0x0]]||''}}),logger[_0x14b943(0x247)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x1150df)):logger[_0x14b943(0x247)](_0x14b943(0x237)+_0x1150df);logger['debug'](_0x14b943(0x212)+_0x1aff1d[_0x14b943(0x1c6)]+'\x20for\x20testId:\x20'+_0x1150df);const _0x185c16=_0x1aff1d['filter'](_0x27082d=>_0x27082d['kind']==='TEST_SCREENSHOT');_0x5b2d6e[_0x14b943(0x18e)](_0x185c16[_0x14b943(0x1c6)],0x0)&&(logger['debug'](_0x14b943(0x2a7)+_0x185c16['length']+_0x14b943(0x218)+_0x1150df),_0x185c16[_0x14b943(0x277)]((_0x24dcf9,_0x32e59d)=>{const _0x4ae379=_0x14b943;logger[_0x4ae379(0x247)](_0x4ae379(0x178)+_0x5b2d6e[_0x4ae379(0x2c5)](_0x32e59d,0x1)+'/'+_0x185c16['length']+_0x4ae379(0x288)+(_0x24dcf9[_0x4ae379(0x1d4)]||_0x5b2d6e[_0x4ae379(0x2aa)])+_0x4ae379(0x267)+(_0x24dcf9['test_run_uuid']||_0x5b2d6e[_0x4ae379(0x2aa)])+_0x4ae379(0x216)+(_0x24dcf9[_0x4ae379(0x20d)]||_0x5b2d6e['CYJdo'])+',\x20messageLength='+(_0x24dcf9[_0x4ae379(0x13d)]?.[_0x4ae379(0x1c6)]||0x0));}));const _0x2c3aaa=_0x5a34d3[TestFrameworkConstants[_0x14b943(0x292)]]||{},_0x3a316c=_0x5b2d6e[_0x14b943(0x180)](getMediaArtifactsLogs,_0x2c3aaa,null,_0x1150df),_0xcd4212=(_0x1aff1d||[])['concat'](_0x3a316c||[]),_0x3c8cb9=_0x185c16?.[_0x14b943(0x1c6)]||0x0,_0x26e1df=_0x5b2d6e[_0x14b943(0x2c1)](_0x1aff1d?.['length']||0x0,_0x3c8cb9);logger[_0x14b943(0x247)](_0x14b943(0x27e)+_0x1150df+_0x14b943(0x21e)+_0x26e1df+_0x14b943(0x2c3)+_0x3c8cb9+_0x14b943(0x228)+(_0x3a316c?.['length']||0x0)+_0x14b943(0x22a)+_0xcd4212[_0x14b943(0x1c6)]);if(!_0xcd4212||_0x5b2d6e[_0x14b943(0x1d6)](_0xcd4212['length'],0x0)){logger[_0x14b943(0x247)](_0x14b943(0x2a3)+_0x1150df);return;}const _0x5b087c=0x28,_0x274440=Math[_0x14b943(0x22b)](_0x5b2d6e[_0x14b943(0x2be)](_0xcd4212[_0x14b943(0x1c6)],_0x5b087c));for(let _0xe8b655=0x0;_0x5b2d6e[_0x14b943(0x2c4)](_0xe8b655,_0x274440);_0xe8b655++){const _0x30b596=_0x5b2d6e[_0x14b943(0x258)](_0xe8b655,_0x5b087c),_0x4ecd3b=_0x5b2d6e[_0x14b943(0x2c5)](_0x30b596,_0x5b087c),_0x2a97b2=_0xcd4212[_0x14b943(0x1c8)](_0x30b596,_0x4ecd3b),_0x551a1b=global?.[_0x14b943(0x159)]??0x0,_0x4f4659={'platformIndex':_0x551a1b,'logs':_0x2a97b2,'testFrameworkName':_0x1cd746,'testFrameworkVersion':_0x1a955e,'testFrameworkState':_0x1f81d5[_0x14b943(0x1b4)]()[_0x14b943(0x2b4)]('.')[0x1]},_0x194157={};_0x194157['depth']=0x3,_0x194157[_0x14b943(0x1b9)]=0x5,logger[_0x14b943(0x247)](_0x14b943(0x1f3)+_0x5b2d6e[_0x14b943(0x1e4)](_0xe8b655,0x1)+'/'+_0x274440+_0x14b943(0x1e9)+_0x1150df+_0x14b943(0x22d)+_0x2a97b2[_0x14b943(0x1c6)]+_0x14b943(0x29e)+_0x551a1b+_0x14b943(0x1ba)+util[_0x14b943(0x23e)](_0x4f4659,_0x194157));const _0x37711c=await GrpcClient[_0x14b943(0x1d9)]()[_0x14b943(0x222)](_0x4f4659);logger[_0x14b943(0x247)](_0x14b943(0x1f3)+_0x5b2d6e[_0x14b943(0x249)](_0xe8b655,0x1)+'/'+_0x274440+'\x20-\x20testId:\x20'+_0x1150df+_0x14b943(0x172)+util[_0x14b943(0x23e)](_0x37711c));}_0x3a316c&&_0x5b2d6e[_0x14b943(0x265)](_0x3a316c['length'],0x0)&&_0x5a34d3[TestFrameworkConstants[_0x14b943(0x292)]]&&_0x58731c[_0x14b943(0x15a)]({[_0x1150df]:{[TestFrameworkConstants[_0x14b943(0x292)]]:{},[TestFrameworkConstants[_0x14b943(0x26d)]]:this[_0x14b943(0x28f)]()[0x0]||'',[TestFrameworkConstants[_0x14b943(0x287)]]:this['getTestFrameworksVersions']()[this[_0x14b943(0x28f)]()[0x0]]||''}}),logger[_0x14b943(0x247)](_0x14b943(0x1cd)+_0x1150df+',\x20totalBatches:\x20'+_0x274440);}catch(_0x4ee4a7){logger['error'](_0x14b943(0x245)+(_0x23f2e4[_0x14b943(0x1ec)]||_0x23f2e4['testId'])+',\x20error:\x20'+util[_0x14b943(0x213)](_0x4ee4a7));}}['storePendingHook'](_0x113240,_0x1a9c45,_0x4bd880,_0x437a0e,_0x562ce2){const _0x4c7fcb=a92_0x3dbcd2,_0x1d4300={};_0x1d4300[_0x4c7fcb(0x1ea)]=function(_0xf4006a,_0x350f33){return _0xf4006a===_0x350f33;},_0x1d4300['xMbeB']='beforeAll';const _0x960499=_0x1d4300,{hookData:_0x373af7}=_0x562ce2,_0x242387={'testId':_0x1a9c45,'testFrameworkState':_0x4bd880,'hookState':_0x437a0e,'args':_0x562ce2,'timestamp':new Date()[_0x4c7fcb(0x27b)]()};if(_0x960499[_0x4c7fcb(0x1ea)](_0x4bd880,TestFrameworkState[_0x4c7fcb(0x203)])&&_0x373af7){const _0x561d3d={};_0x561d3d[_0x4c7fcb(0x18c)]=_0x373af7['file_name']||_0x373af7[_0x4c7fcb(0x17f)],_0x561d3d[_0x4c7fcb(0x1af)]=_0x373af7[_0x4c7fcb(0x1af)]||_0x373af7[_0x4c7fcb(0x282)]&&_0x373af7['scopes'][0x0]||'',_0x561d3d[_0x4c7fcb(0x2a1)]=_0x960499[_0x4c7fcb(0x20a)],_0x242387[_0x4c7fcb(0x1c3)]=_0x561d3d,logger['debug'](_0x4c7fcb(0x182)+_0x1a9c45+_0x4c7fcb(0x2bd)+_0x242387[_0x4c7fcb(0x1c3)][_0x4c7fcb(0x18c)]+_0x4c7fcb(0x1df)+_0x242387[_0x4c7fcb(0x1c3)][_0x4c7fcb(0x1af)]);}_0x113240['addPendingHook'](_0x1a9c45,_0x242387),logger[_0x4c7fcb(0x247)]('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x1a9c45+',\x20state:\x20'+_0x4bd880+',\x20hookState:\x20'+_0x437a0e);}async[a92_0x3dbcd2(0x1a1)](_0x3c7895,_0x158fef){const _0x2bf159=a92_0x3dbcd2,_0x415833={};_0x415833[_0x2bf159(0x179)]=function(_0x4eca12,_0x3bad3b){return _0x4eca12>_0x3bad3b;},_0x415833['Oswrt']=function(_0x18b8bd,_0x519bd9){return _0x18b8bd===_0x519bd9;},_0x415833[_0x2bf159(0x264)]=function(_0x55e096,_0x5b7f90){return _0x55e096===_0x5b7f90;},_0x415833[_0x2bf159(0x1b0)]=function(_0x29f99c,_0x203842){return _0x29f99c===_0x203842;},_0x415833[_0x2bf159(0x224)]='[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook';const _0x4d997b=_0x415833;if(_0x3c7895['hasPendingHooks'](_0x158fef)){const _0xcc73cd=_0x3c7895['getPendingHooks'](_0x158fef);logger[_0x2bf159(0x247)](_0x2bf159(0x14d)+_0xcc73cd['length']+_0x2bf159(0x1b7)+_0x158fef);for(const _0x1dd939 of _0xcc73cd){try{const _0x4b9b21=await this['trackHookEvent'](_0x3c7895,_0x1dd939[_0x2bf159(0x24d)],_0x1dd939[_0x2bf159(0x1f6)],_0x1dd939[_0x2bf159(0x268)]);_0x4b9b21&&_0x4d997b[_0x2bf159(0x179)](Object['keys'](_0x4b9b21)[_0x2bf159(0x1c6)],0x0)&&_0x3c7895[_0x2bf159(0x15a)](_0x4b9b21),await this[_0x2bf159(0x21b)](_0x3c7895,_0x1dd939[_0x2bf159(0x24d)],_0x1dd939[_0x2bf159(0x1f6)],_0x1dd939['args']);}catch(_0x40f9f7){logger['error'](_0x2bf159(0x24b)+_0x158fef+_0x2bf159(0x1d5)+_0x40f9f7);}}_0x3c7895[_0x2bf159(0x252)](_0x158fef),logger[_0x2bf159(0x247)](_0x2bf159(0x191)+_0x158fef);}const _0x30eddc=_0x3c7895[_0x2bf159(0x1e1)]()[_0x2bf159(0x2a4)](_0x158fef);if(_0x30eddc){const _0xc9e2bf=_0x30eddc[TestFrameworkConstants['KEY_TEST_FILE_PATH']]||_0x30eddc[TestFrameworkConstants[_0x2bf159(0x1a5)]],_0x1ba3b6=_0x30eddc[TestFrameworkConstants[_0x2bf159(0x14f)]]||_0x30eddc[TestFrameworkConstants['KEY_TEST_SCOPES']]&&_0x30eddc[TestFrameworkConstants[_0x2bf159(0x263)]][0x0]||'';logger[_0x2bf159(0x247)]('[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20'+_0xc9e2bf+_0x2bf159(0x1df)+_0x1ba3b6);const _0x3bfc99=_0x3c7895['getAllPendingHookTestIds']();for(const _0x2d9e3 of _0x3bfc99){if(_0x4d997b[_0x2bf159(0x293)](_0x2d9e3,_0x158fef))continue;if(_0x3c7895['hasPendingHooks'](_0x2d9e3)){const _0x3ed352=_0x3c7895[_0x2bf159(0x24a)](_0x2d9e3);for(const _0xae7823 of _0x3ed352){if(_0x4d997b['CDOtD'](_0xae7823[_0x2bf159(0x24d)],TestFrameworkState[_0x2bf159(0x203)])&&_0xae7823[_0x2bf159(0x1c3)]){const _0x44199d=_0xae7823[_0x2bf159(0x1c3)][_0x2bf159(0x18c)],_0x3564af=_0xae7823['hookMetadata'][_0x2bf159(0x1af)];if(_0x4d997b[_0x2bf159(0x1b0)](_0x44199d,_0xc9e2bf)&&_0x4d997b[_0x2bf159(0x293)](_0x3564af,_0x1ba3b6)){logger['debug'](_0x2bf159(0x243)+_0x2d9e3+_0x2bf159(0x21f)+_0x158fef+_0x2bf159(0x2bd)+_0x44199d+',\x20scope:\x20'+_0x3564af);_0xae7823[_0x2bf159(0x268)]&&_0xae7823['args']['hookData']&&(_0xae7823[_0x2bf159(0x268)][_0x2bf159(0x1fd)]['test_run_id']=_0x158fef,logger['debug'](_0x2bf159(0x1dd)+_0x2d9e3+'\x20to\x20'+_0x158fef));try{const _0x1d4862=await this[_0x2bf159(0x2b2)](_0x3c7895,_0xae7823[_0x2bf159(0x24d)],_0xae7823[_0x2bf159(0x1f6)],_0xae7823[_0x2bf159(0x268)]);_0x1d4862&&_0x4d997b['tbPde'](Object[_0x2bf159(0x1bc)](_0x1d4862)[_0x2bf159(0x1c6)],0x0)&&_0x3c7895[_0x2bf159(0x15a)](_0x1d4862);await this[_0x2bf159(0x21b)](_0x3c7895,_0xae7823[_0x2bf159(0x24d)],_0xae7823[_0x2bf159(0x1f6)],_0xae7823[_0x2bf159(0x268)]);const _0x5b1dd4=_0x3c7895[_0x2bf159(0x24a)](_0x2d9e3)[_0x2bf159(0x2a2)](_0x5a7857=>_0x5a7857!==_0xae7823);if(_0x4d997b[_0x2bf159(0x264)](_0x5b1dd4[_0x2bf159(0x1c6)],0x0))_0x3c7895[_0x2bf159(0x252)](_0x2d9e3);else{_0x3c7895[_0x2bf159(0x252)](_0x2d9e3);for(const _0xc1fd6b of _0x5b1dd4){_0x3c7895[_0x2bf159(0x219)](_0x2d9e3,_0xc1fd6b);}}logger['debug'](_0x4d997b[_0x2bf159(0x224)]);}catch(_0x927b15){logger[_0x2bf159(0x27a)](_0x2bf159(0x244)+_0x158fef+_0x2bf159(0x1d5)+_0x927b15);}}}}}}}}['mapTestHooks'](_0x351844){const _0x39a838=a92_0x3dbcd2,_0xb987c7={'qUMSz':function(_0x195639){return _0x195639();}};if(!_0x351844||!_0x351844[_0x39a838(0x299)])return;_0x351844[_0x39a838(0x299)][_0x39a838(0x27f)]&&Array['isArray'](_0x351844['parent'][_0x39a838(0x27f)])&&_0x351844[_0x39a838(0x299)]['hooks'][_0x39a838(0x277)](_0x3b2e11=>{const _0x82f39a=_0x39a838;!_0x3b2e11['hookAnalyticsId']&&!_0x3b2e11['hookUUID']&&(_0x3b2e11[_0x82f39a(0x26a)]=_0xb987c7[_0x82f39a(0x169)](uuidv4),_0x3b2e11['hookUUID']=_0x3b2e11[_0x82f39a(0x26a)],logger[_0x82f39a(0x247)]('[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type='+_0x3b2e11['type']+_0x82f39a(0x1e7)+_0x3b2e11[_0x82f39a(0x26a)]));}),this[_0x39a838(0x239)](_0x351844[_0x39a838(0x299)]);}['getHooksForTest'](_0x395a75){const _0x159dd9=a92_0x3dbcd2,_0x1242ee={'sUsRZ':function(_0x2a1358,_0x4f99ba){return _0x2a1358(_0x4f99ba);}};if(!_0x395a75||!_0x395a75[_0x159dd9(0x299)])return[];const _0x1f76c9=[];return _0x395a75['parent'][_0x159dd9(0x27f)]&&Array[_0x159dd9(0x1c9)](_0x395a75['parent'][_0x159dd9(0x27f)])&&_0x395a75[_0x159dd9(0x299)][_0x159dd9(0x27f)][_0x159dd9(0x277)](_0x1c10a0=>{const _0x539754=_0x159dd9,_0x274d2d=_0x1c10a0[_0x539754(0x26a)]||_0x1c10a0[_0x539754(0x1c5)];_0x274d2d&&!this[_0x539754(0x197)](_0x1c10a0)&&!_0x1242ee[_0x539754(0x235)](isInternalHook,_0x1c10a0['fn'])&&_0x1f76c9[_0x539754(0x1f1)](_0x274d2d);}),[..._0x1f76c9,...this[_0x159dd9(0x289)](_0x395a75['parent'])];}[a92_0x3dbcd2(0x13f)](_0x2f9226){const _0x12616d=a92_0x3dbcd2,_0x1e1666={'AIspo':function(_0xb16196,_0x28df72){return _0xb16196(_0x28df72);},'fOdjM':_0x12616d(0x1bb),'DFpEu':function(_0x303007,_0x3a272f){return _0x303007(_0x3a272f);}},_0x177322=new Map(),_0x2f90f3=_0x43a397=>{const _0x48faf4=_0x12616d;if(!_0x43a397||!_0x43a397[_0x48faf4(0x299)])return;_0x43a397[_0x48faf4(0x299)][_0x48faf4(0x27f)]&&Array[_0x48faf4(0x1c9)](_0x43a397['parent']['hooks'])&&_0x43a397['parent'][_0x48faf4(0x27f)]['forEach'](_0x557410=>{const _0x2e9c35=_0x48faf4,_0x7edeb8=_0x557410[_0x2e9c35(0x26a)]||_0x557410[_0x2e9c35(0x1c5)];if(_0x7edeb8&&!this['isJestInternalHook'](_0x557410)&&!_0x1e1666[_0x2e9c35(0x29b)](isInternalHook,_0x557410['fn'])){const _0x32b9b7={};_0x32b9b7[_0x2e9c35(0x187)]=_0x557410['type']||_0x1e1666['fOdjM'],_0x32b9b7[_0x2e9c35(0x1ab)]=_0x557410['name']||'\x22'+_0x557410[_0x2e9c35(0x187)]+_0x2e9c35(0x271),_0x177322[_0x2e9c35(0x16a)](_0x7edeb8,_0x32b9b7);}}),_0x1e1666[_0x48faf4(0x29b)](_0x2f90f3,_0x43a397['parent']);};return _0x1e1666['DFpEu'](_0x2f90f3,_0x2f9226),_0x177322;}[a92_0x3dbcd2(0x197)](_0x5d14cc){const _0x5818b6=a92_0x3dbcd2,_0x554314={};_0x554314[_0x5818b6(0x170)]=_0x5818b6(0x1a8),_0x554314[_0x5818b6(0x21a)]=_0x5818b6(0x298);const _0x16744e=_0x554314;try{const _0x4a409f=this['getRootParentFile'](_0x5d14cc);if(!_0x4a409f||_0x4a409f[_0x5818b6(0x1e3)](_0x16744e[_0x5818b6(0x170)]))return!![];return![];}catch(_0x178800){logger[_0x5818b6(0x247)](_0x16744e[_0x5818b6(0x21a)]);}return![];}['getRootParentFile'](_0x18b037){const _0x52499e=a92_0x3dbcd2,_0x55df6c={'hNNqd':function(_0x4063f8,_0x51957c){return _0x4063f8(_0x51957c);}};if(_0x18b037['file'])return _0x18b037['file'];if(_0x18b037[_0x52499e(0x1f8)])try{const _0x2e2ed3=stackTrace['parse'](_0x18b037['asyncError']),_0x5ecab5=_0x55df6c[_0x52499e(0x162)](pickUserFrameFile,_0x2e2ed3);if(_0x5ecab5)return _0x5ecab5;logger[_0x52499e(0x247)](_0x52499e(0x1f4)+_0x2e2ed3['length']+')');}catch(_0x46adfe){logger[_0x52499e(0x247)](_0x52499e(0x18b)+util[_0x52499e(0x213)](_0x46adfe));}return null;}}function a92_0x14e6(){const _0x318380=['message',',\x20totalHooks=','buildHookMapFromTest','DEFAULT_HOOK_RESULT','AssertionError','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','has','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','NONE','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','startedAt','getJestFailureReason','failure_reason','started_at','7XtoCoT','KEY_HOOK_LOGS','Processing\x20','RgiPR','KEY_TEST_SCOPE','ptUmh','2952252OCybIS','pCaAr','sendLogCreatedEvent','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','result','missing','afdrd','getTestFrameworksVersions','browserstackPlatformIndex','addMultipleEntries','KEY_TEST_RESULT','Unknown\x20Test','code','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','DEFAULT_TEST_RESULT','MBElJ','2500015aNgaTt','hNNqd','event_ended_at',',\x20testData=','KEY_HOOK_LAST_FINISHED','KEY_EVENT_STARTED_AT',',\x20failureType=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','qUMSz','set','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','../grpcClient','../../../helpers/test-observability/utils','testData','XLpNy','SFzXz','Mtdve',',\x20response=','KEY_HOOK_NAME','\x20hook','matchHookRegex','passed','trackJestInstance:\x20instance\x20already\x20exists','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','tbPde','dSCZi','instance','1381920ANrmfa',',\x20testId=','title','location','UHBPE',',\x20hookType=','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','KEY_HOOK_FAILURE_TYPE','../instances/trackedInstance.js',',\x20state=','783655LIQoLB','type','createTestFrameworkEventPayload','__bstackPlatformIndex','DOfdh','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','filePath','JWBdi','NfJQV','TEST','TRwFI','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','LHRlv','\x20(testIdentifier)','KEY_CUSTOM_TAGS','match','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','isJestInternalHook','KEY_TEST_ENDED_AT','IFIXQ','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20',',\x20scopes=','parse','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','getJestTestScopes','findIndex','iccyL','processPendingHooks','emoLj','ApvTu','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','KEY_TEST_LOCATION',',\x20target=','KEY_HOOKS_FINISHED','jest-circus','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','LOG_REPORT','name','skip','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','originalTest','scope','LdaRu','oLDBm','Error\x20in\x20createTestFrameworkEventPayload:\x20','1160685sPyIaq','toString','replace','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','\x20pending\x20hooks\x20for\x20testId:\x20','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','maxArrayLength',',\x20payload:\x20','unknown','keys','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','1181202WOxiAC','znIkI','ALL','find','KEY_EVENT_ENDED_AT','hookMetadata','substr','hookUUID','length','uuid','slice','isArray','toUpperCase','./testFramework','KEY_TEST_NAME','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','getJestTestFilePath','./constants/testFrameworkConstants.js','tags','testFrameworkVersion',',\x20result=','SjqGV','test_identifier',',\x20error:\x20','tygdm','KEY_TEST_FAILURE_REASON','eventJson','getInstance','JhAme','RdeuN','Assert','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20',',\x20scope:\x20','rlKet','getAllData','test_run_id','includes','eLXFL','KEY_HOOK_LAST_STARTED','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=',',\x20hookUUID=','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','\x20-\x20testId:\x20','WAmAi','hook_id','testUUID','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test',',\x20exception=','testFrameworkName','dLKEL','push','failed','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=',',\x20argsKeys=','hookState',',\x20hook=','asyncError','skipped','LCLjs','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','retryOf','hookData','waMOr','ImOOq','KrCHV',',\x20hookData=','getThreadId','BEFORE_ALL','../../../helpers/stackFrameUtils','file_name','KEY_TEST_RESULT_AT','trackEvent','pid','endedAt','xMbeB','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','KEY_TEST_FILE_PATH','hook_run_uuid',',\x20hookState=','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','lnKQE','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','format','KEY_HOOKS_STARTED','platformIndex',',\x20hook_run_uuid=','KEY_HOOK_RESULT','\x20screenshot\x20logs\x20for\x20testId:\x20','addPendingHook','NkGHk','runHooks','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','QduzM',',\x20consoleLogs:\x20',',\x20currentTestId:\x20','pEpMV',',\x20duration=','logCreatedEvent','getJestFailureData','BWili','getJestTestName','mFJCV','KEY_TEST_RETRY_OF',',\x20attachmentLogs:\x20','afterAll',',\x20totalLogs:\x20','ceil','IAhCY',',\x20logsInBatch:\x20','TSTih','getId','test','GkiGp','getJestFailureType','JestTestFramework','KEY_TEST_FAILURE','sUsRZ',',\x20remainingHooks=','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','KEY_HOOK_ID','mapTestHooks','getProcessId','UnhandledError','exports','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','inspect','errorsDetailed','map','LyInQ','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','../state/testFrameworkState.js','debug','from','GSMmq','getPendingHooks','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','KEY_TEST_STARTED_AT','testFrameworkState','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','none','parseJestTest','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','removePendingHooks','uQNMb','neLyU',',\x20failureReason=','apply','POST','RbblY','NkTLB','XUBBp','depth','reverse',',\x20version=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','activeHooks','RcPfS',',\x20hookId=','22636720yglBGi','KEY_TEST_SCOPES','CDOtD','wMcfy','exIgO',',\x20test_run_uuid=','args','cMDlU','hookAnalyticsId','substring','getJestTestTags','KEY_TEST_FRAMEWORK_NAME','setActiveHook','DnHtk','getContext','\x22\x20hook','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','finished_at','zqDxB','zClmq','KEY_LOGS','forEach','getJestTestIdentifier','gLzqu','error','toISOString','\x22\x20from\x20testData','_ALL','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','hooks','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','stack-trace','scopes','trackJestInstance:\x20created\x20instance\x20for\x20target=','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','KEY_TEST_CODE','LMGjr','KEY_TEST_FRAMEWORK_VERSION','\x20-\x20test_identifier=','getHooksForTest','warn','Unknown\x20error','PRE','KEY_TEST_DURATION','duration','getTestFrameworks',':testAnalyticsId','trackJestInstance','KEY_TEST_ATTACHMENTS','Oswrt','../../../helpers/helper.js','UsSSz','stringify','removeActiveHook','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','parent','status','AIspo','KlHED','getCurrentHookState',',\x20platformIndex:\x20','KEY_HOOK_FAILURE_REASON','testId','hookType','filter','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','get','parallelIndex','KEY_TEST_FAILURE_TYPE','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','base64','NfaJF','wbmgA','KEY_TEST_RERUN_NAME','KEY_TEST_META','\x20(testIdentifier),\x20result=','uYCOA','Qpkai','resolveInstance','../cliUtils.js','trackHookEvent','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','split','cOQYz','pop','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','ykPmV','\x20&\x20hookState=','nypRd','createContext','\x20attachments',',\x20filePath:\x20','dEIpY','join','__workerDetails','WRKCg','\x20(testIdentifier),\x20tags=',',\x20screenshotLogs:\x20','fGTTq','Jyuiq',',\x20storing\x20as\x20pending\x20hook','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','executionContext','body'];a92_0x14e6=function(){return _0x318380;};return a92_0x14e6();}module[a92_0x3dbcd2(0x23c)]=JestTestFramework;
@@ -1 +1 @@
1
- const a93_0x22f49b=a93_0x34c0;function a93_0x34c0(_0x30c925,_0x205379){const _0x48ae2a=a93_0x48ae();return a93_0x34c0=function(_0x34c0a0,_0x31f8a3){_0x34c0a0=_0x34c0a0-0x13e;let _0x19d209=_0x48ae2a[_0x34c0a0];return _0x19d209;},a93_0x34c0(_0x30c925,_0x205379);}(function(_0x336a59,_0x34249f){const _0x8809a6=a93_0x34c0,_0x969abb=_0x336a59();while(!![]){try{const _0x5840c0=-parseInt(_0x8809a6(0x182))/0x1+parseInt(_0x8809a6(0x15a))/0x2+-parseInt(_0x8809a6(0x15e))/0x3*(-parseInt(_0x8809a6(0x18a))/0x4)+parseInt(_0x8809a6(0x18b))/0x5*(-parseInt(_0x8809a6(0x145))/0x6)+-parseInt(_0x8809a6(0x14d))/0x7*(-parseInt(_0x8809a6(0x174))/0x8)+-parseInt(_0x8809a6(0x170))/0x9+-parseInt(_0x8809a6(0x190))/0xa*(-parseInt(_0x8809a6(0x17b))/0xb);if(_0x5840c0===_0x34249f)break;else _0x969abb['push'](_0x969abb['shift']());}catch(_0x129e7d){_0x969abb['push'](_0x969abb['shift']());}}}(a93_0x48ae,0x57592));const path=require(a93_0x22f49b(0x153)),TestFramework=require('./testFramework'),TestFrameworkState=require(a93_0x22f49b(0x161)),HookState=require(a93_0x22f49b(0x15d)),{createClassLogger}=require(a93_0x22f49b(0x186)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a93_0x22f49b(0x191)),TrackedInstance=require(a93_0x22f49b(0x16d)),TestFrameworkConstants=require(a93_0x22f49b(0x172)),util=require(a93_0x22f49b(0x156)),logger=createClassLogger('NewmanTestFramework');class NewmanTestFramework extends TestFramework{constructor(_0x24cda7,_0x32d653,_0x5ab17f){super(_0x24cda7,_0x32d653,_0x5ab17f);}async[a93_0x22f49b(0x188)](_0x462ae4,_0x30d2df,_0x4c08f3={}){const _0x3e9daf=a93_0x22f49b,_0x1f0f61={};_0x1f0f61[_0x3e9daf(0x16c)]=function(_0x238c25,_0x363aaa){return _0x238c25===_0x363aaa;},_0x1f0f61[_0x3e9daf(0x157)]=function(_0x3c1e9f,_0x34b337){return _0x3c1e9f===_0x34b337;};const _0x47cb24=_0x1f0f61;logger['debug'](_0x3e9daf(0x17d)+_0x462ae4+_0x3e9daf(0x163)+_0x30d2df),await super[_0x3e9daf(0x188)](_0x462ae4,_0x30d2df,_0x4c08f3);const _0x1070ba=this[_0x3e9daf(0x18f)](_0x462ae4,_0x30d2df,_0x4c08f3);if(!_0x1070ba)return;try{if(_0x47cb24[_0x3e9daf(0x16c)](_0x462ae4,TestFrameworkState[_0x3e9daf(0x151)])&&_0x4c08f3[_0x3e9daf(0x175)]){const _0x188c33=_0x47cb24[_0x3e9daf(0x157)](_0x30d2df,HookState[_0x3e9daf(0x146)])?this['parseNewmanTest'](_0x4c08f3[_0x3e9daf(0x175)]):this[_0x3e9daf(0x169)](_0x4c08f3['test']);_0x1070ba[_0x3e9daf(0x193)](_0x188c33);}}catch(_0x28de1f){logger['error'](_0x3e9daf(0x173)+util[_0x3e9daf(0x177)](_0x28de1f));}_0x4c08f3[_0x3e9daf(0x187)]=_0x1070ba,await this[_0x3e9daf(0x189)](_0x1070ba,_0x462ae4,_0x30d2df,_0x4c08f3);}[a93_0x22f49b(0x176)](_0x5dc48b){const _0x4d4a42=a93_0x22f49b,_0x4dc7f9=this[_0x4d4a42(0x14c)]()[0x0],_0x2bf02b={};return _0x2bf02b[_0x5dc48b['uuid']]={[TestFrameworkConstants[_0x4d4a42(0x15c)]]:_0x4dc7f9,[TestFrameworkConstants[_0x4d4a42(0x14e)]]:this[_0x4d4a42(0x18d)]()[_0x4dc7f9],[TestFrameworkConstants[_0x4d4a42(0x147)]]:[],[TestFrameworkConstants[_0x4d4a42(0x16e)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x4d4a42(0x14f)]]:TestFrameworkConstants[_0x4d4a42(0x17a)],[TestFrameworkConstants[_0x4d4a42(0x178)]]:_0x5dc48b[_0x4d4a42(0x152)],[TestFrameworkConstants['KEY_TEST_UUID']]:_0x5dc48b[_0x4d4a42(0x152)],[TestFrameworkConstants['KEY_TEST_NAME']]:_0x5dc48b['name'],[TestFrameworkConstants[_0x4d4a42(0x140)]]:_0x5dc48b[_0x4d4a42(0x17c)]||'',[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x5dc48b[_0x4d4a42(0x167)]||'',[TestFrameworkConstants[_0x4d4a42(0x15f)]]:null,[TestFrameworkConstants[_0x4d4a42(0x143)]]:_0x5dc48b[_0x4d4a42(0x150)]||[],[TestFrameworkConstants[_0x4d4a42(0x192)]]:_0x5dc48b[_0x4d4a42(0x16b)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x4d4a42(0x142)]]:_0x5dc48b[_0x4d4a42(0x160)]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x5dc48b[_0x4d4a42(0x183)]||[],[TestFrameworkConstants[_0x4d4a42(0x181)]]:null,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x5dc48b[_0x4d4a42(0x165)]||{},[TestFrameworkConstants[_0x4d4a42(0x149)]]:_0x5dc48b[_0x4d4a42(0x17e)]||{}},_0x2bf02b;}['parseNewmanTestResult'](_0xbb27c2){const _0x1db9d4=a93_0x22f49b,_0x244ab8={};_0x244ab8[_0x1db9d4(0x162)]='pending';const _0x102eab=_0x244ab8,_0x3300f3={};return _0x3300f3[_0xbb27c2[_0x1db9d4(0x152)]]={[TestFrameworkConstants['KEY_TEST_RESULT']]:_0xbb27c2[_0x1db9d4(0x13f)]||_0x102eab['VTUkM'],[TestFrameworkConstants[_0x1db9d4(0x148)]]:_0xbb27c2[_0x1db9d4(0x141)]||new Date()['toISOString'](),[TestFrameworkConstants['KEY_TEST_FAILURE']]:_0xbb27c2[_0x1db9d4(0x159)]||[],[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]:_0xbb27c2[_0x1db9d4(0x16a)]||null,[TestFrameworkConstants[_0x1db9d4(0x15b)]]:_0xbb27c2[_0x1db9d4(0x166)]||null},_0x3300f3;}[a93_0x22f49b(0x18f)](_0x196b71){const _0x38f8a0=a93_0x22f49b;let _0x4152a1=TestFramework[_0x38f8a0(0x154)]();if(!_0x4152a1){const _0x15fe0e=TrackedInstance[_0x38f8a0(0x18c)](CLIUtils[_0x38f8a0(0x14b)]());_0x4152a1=new TestFrameworkInstance(_0x15fe0e,this['getTestFrameworks'](),this['getTestFrameworksVersions'](),_0x196b71,HookState[_0x38f8a0(0x158)]),TestFramework[_0x38f8a0(0x144)](_0x15fe0e,_0x4152a1);}return _0x4152a1;}[a93_0x22f49b(0x155)](_0x2c78c6){const _0x52f237=a93_0x22f49b,_0x55e681={};_0x55e681[_0x52f237(0x184)]='base64';const _0x250426=_0x55e681;try{const _0x10965f=_0x2c78c6[_0x52f237(0x175)]?_0x2c78c6['test']['uuid']:null,_0x53c96a=_0x2c78c6['instance'],_0x58b039=_0x53c96a[_0x52f237(0x14a)](),_0x458a24=_0x53c96a['getAllData']()[_0x52f237(0x168)](_0x10965f);if(!_0x458a24)return{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x131db7='',[TestFrameworkConstants[_0x52f237(0x14e)]]:_0x1e9b34='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x39142d='',[TestFrameworkConstants[_0x52f237(0x148)]]:_0x3bc768=''}=_0x458a24;return{'platformIndex':0x0,'testFrameworkName':_0x131db7,'testFrameworkVersion':_0x1e9b34,'testFrameworkState':_0x53c96a[_0x52f237(0x18e)]()[_0x52f237(0x171)]()[_0x52f237(0x16f)]('.')[0x1],'hookState':_0x53c96a[_0x52f237(0x180)]()[_0x52f237(0x171)]()[_0x52f237(0x16f)]('.')[0x1],'startedAt':_0x39142d,'endedAt':_0x3bc768,'uuid':_0x10965f,'eventJson':Buffer[_0x52f237(0x164)](JSON[_0x52f237(0x13e)](_0x458a24))['toString'](_0x250426[_0x52f237(0x184)]),'executionContext':{'hash':_0x58b039[_0x52f237(0x179)](),'threadId':_0x58b039[_0x52f237(0x17f)]()[_0x52f237(0x171)](),'processId':_0x58b039['getProcessId']()[_0x52f237(0x171)]()}};}catch(_0x557605){return logger['error'](_0x52f237(0x185)+util['format'](_0x557605)),{};}}}function a93_0x48ae(){const _0x2a12d9=['trackEvent:\x20error=','8EoiDZw','test','parseNewmanTest','format','KEY_TEST_ID','getId','DEFAULT_TEST_RESULT','11PecMnp','file_path','trackEvent:\x20state=','meta','getThreadId','getCurrentHookState','KEY_TEST_RERUN_NAME','259709ErSeVL','scopes','Ogsvm','createTestFrameworkEventPayload:\x20error=','../../../helpers/classLogger.js','instance','trackEvent','runHooks','5644ToOiHy','595jqZSsA','createContext','getTestFrameworksVersions','getCurrentTestState','resolveInstance','13535510UoxzJQ','../cliUtils.js','KEY_TEST_STARTED_AT','addMultipleEntries','stringify','result','KEY_TEST_FILE_PATH','finished_at','KEY_TEST_SCOPE','KEY_TEST_TAGS','setTrackedInstance','31614MVUVQI','PRE','KEY_TEST_LOGS','KEY_TEST_ENDED_AT','KEY_TEST_META','getContext','getCurrentInstanceName','getTestFrameworks','2666174MaVXQH','KEY_TEST_FRAMEWORK_VERSION','KEY_TEST_RESULT','tags','TEST','uuid','path','getTrackedInstance','createTestFrameworkEventPayload','util','xIbGP','NONE','failure','109892lpICAV','KEY_TEST_FAILURE_REASON','KEY_TEST_FRAMEWORK_NAME','../state/hookState.js','60XaIJHE','KEY_TEST_CODE','scope','../state/testFrameworkState.js','VTUkM','\x20hook=','from','custom_metadata','failure_reason','location','get','parseNewmanTestResult','failure_type','started_at','UsdRT','../instances/trackedInstance.js','KEY_HOOKS_FINISHED','split','5157909lgaCOY','toString','./constants/testFrameworkConstants.js'];a93_0x48ae=function(){return _0x2a12d9;};return a93_0x48ae();}module['exports']=NewmanTestFramework;
1
+ function a93_0xad3a(_0x4b7573,_0x5a6bc1){const _0x44e367=a93_0x44e3();return a93_0xad3a=function(_0xad3a2c,_0x375849){_0xad3a2c=_0xad3a2c-0x19a;let _0x98ae87=_0x44e367[_0xad3a2c];return _0x98ae87;},a93_0xad3a(_0x4b7573,_0x5a6bc1);}const a93_0x1858a9=a93_0xad3a;(function(_0x322f46,_0x3489e9){const _0x54fd8f=a93_0xad3a,_0x3fbd4e=_0x322f46();while(!![]){try{const _0x174719=parseInt(_0x54fd8f(0x19c))/0x1*(-parseInt(_0x54fd8f(0x1a6))/0x2)+parseInt(_0x54fd8f(0x1a8))/0x3*(-parseInt(_0x54fd8f(0x1ef))/0x4)+-parseInt(_0x54fd8f(0x1e6))/0x5*(parseInt(_0x54fd8f(0x1df))/0x6)+-parseInt(_0x54fd8f(0x1c4))/0x7*(parseInt(_0x54fd8f(0x1d8))/0x8)+parseInt(_0x54fd8f(0x1ea))/0x9*(parseInt(_0x54fd8f(0x19b))/0xa)+-parseInt(_0x54fd8f(0x1b6))/0xb*(parseInt(_0x54fd8f(0x1a7))/0xc)+-parseInt(_0x54fd8f(0x1b2))/0xd*(-parseInt(_0x54fd8f(0x19d))/0xe);if(_0x174719===_0x3489e9)break;else _0x3fbd4e['push'](_0x3fbd4e['shift']());}catch(_0x2681c3){_0x3fbd4e['push'](_0x3fbd4e['shift']());}}}(a93_0x44e3,0x56116));const path=require(a93_0x1858a9(0x1bb)),TestFramework=require(a93_0x1858a9(0x1b3)),TestFrameworkState=require(a93_0x1858a9(0x1e7)),HookState=require(a93_0x1858a9(0x1dc)),{createClassLogger}=require(a93_0x1858a9(0x1c8)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a93_0x1858a9(0x1ed)),TrackedInstance=require(a93_0x1858a9(0x1f0)),TestFrameworkConstants=require(a93_0x1858a9(0x1be)),util=require('util'),logger=createClassLogger(a93_0x1858a9(0x1ad));class NewmanTestFramework extends TestFramework{constructor(_0xf60fe4,_0x20e327,_0x160b68){super(_0xf60fe4,_0x20e327,_0x160b68);}async[a93_0x1858a9(0x1a5)](_0x48432f,_0x3e207a,_0x215669={}){const _0x514de1=a93_0x1858a9,_0x42e252={};_0x42e252[_0x514de1(0x1cd)]=function(_0x5064a7,_0xf0c46a){return _0x5064a7===_0xf0c46a;};const _0x6cf567=_0x42e252;logger[_0x514de1(0x1bd)](_0x514de1(0x1b9)+_0x48432f+_0x514de1(0x1b1)+_0x3e207a),await super[_0x514de1(0x1a5)](_0x48432f,_0x3e207a,_0x215669);const _0x33fcc6=this[_0x514de1(0x1d6)](_0x48432f,_0x3e207a,_0x215669);if(!_0x33fcc6)return;try{if(_0x6cf567[_0x514de1(0x1cd)](_0x48432f,TestFrameworkState[_0x514de1(0x19a)])&&_0x215669['test']){const _0x210400=_0x6cf567[_0x514de1(0x1cd)](_0x3e207a,HookState[_0x514de1(0x1cf)])?this[_0x514de1(0x1c0)](_0x215669['test']):this[_0x514de1(0x1ce)](_0x215669[_0x514de1(0x1c6)]);_0x33fcc6[_0x514de1(0x1d9)](_0x210400);}}catch(_0x5290d9){logger[_0x514de1(0x1d3)](_0x514de1(0x1d7)+util['format'](_0x5290d9));}_0x215669[_0x514de1(0x1bf)]=_0x33fcc6,await this['runHooks'](_0x33fcc6,_0x48432f,_0x3e207a,_0x215669);}[a93_0x1858a9(0x1c0)](_0x199a13){const _0x593088=a93_0x1858a9,_0x30ac99=this[_0x593088(0x1ba)]()[0x0],_0x27516f={};return _0x27516f[_0x199a13['uuid']]={[TestFrameworkConstants[_0x593088(0x1f6)]]:_0x30ac99,[TestFrameworkConstants[_0x593088(0x1a2)]]:this[_0x593088(0x1c9)]()[_0x30ac99],[TestFrameworkConstants[_0x593088(0x1e8)]]:[],[TestFrameworkConstants[_0x593088(0x19f)]]:{},[TestFrameworkConstants[_0x593088(0x1b4)]]:{},[TestFrameworkConstants[_0x593088(0x1e4)]]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants['KEY_TEST_ID']]:_0x199a13[_0x593088(0x1ac)],[TestFrameworkConstants[_0x593088(0x1d5)]]:_0x199a13[_0x593088(0x1ac)],[TestFrameworkConstants['KEY_TEST_NAME']]:_0x199a13['name'],[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x199a13[_0x593088(0x1d0)]||'',[TestFrameworkConstants[_0x593088(0x1b8)]]:_0x199a13['location']||'',[TestFrameworkConstants['KEY_TEST_CODE']]:null,[TestFrameworkConstants[_0x593088(0x1af)]]:_0x199a13[_0x593088(0x1b0)]||[],[TestFrameworkConstants[_0x593088(0x1b7)]]:_0x199a13[_0x593088(0x1e3)]||new Date()['toISOString'](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x199a13[_0x593088(0x1de)]||'',[TestFrameworkConstants[_0x593088(0x1eb)]]:_0x199a13[_0x593088(0x1aa)]||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:null,[TestFrameworkConstants[_0x593088(0x1db)]]:_0x199a13[_0x593088(0x1d2)]||{},[TestFrameworkConstants[_0x593088(0x1cb)]]:_0x199a13[_0x593088(0x1ae)]||{}},_0x27516f;}[a93_0x1858a9(0x1ce)](_0x4b9fc3){const _0x269955=a93_0x1858a9,_0x164ceb={};_0x164ceb[_0x269955(0x1f2)]=_0x269955(0x1e0);const _0x3bb183=_0x164ceb,_0x2a1287={};return _0x2a1287[_0x4b9fc3[_0x269955(0x1ac)]]={[TestFrameworkConstants[_0x269955(0x1e4)]]:_0x4b9fc3[_0x269955(0x1c1)]||_0x3bb183[_0x269955(0x1f2)],[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x4b9fc3[_0x269955(0x1e9)]||new Date()[_0x269955(0x1a3)](),[TestFrameworkConstants[_0x269955(0x1f7)]]:_0x4b9fc3[_0x269955(0x1c7)]||[],[TestFrameworkConstants[_0x269955(0x1dd)]]:_0x4b9fc3[_0x269955(0x1bc)]||null,[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]:_0x4b9fc3[_0x269955(0x1b5)]||null},_0x2a1287;}[a93_0x1858a9(0x1d6)](_0x42f38d){const _0x120f1f=a93_0x1858a9;let _0x24e76b=TestFramework[_0x120f1f(0x1ee)]();if(!_0x24e76b){const _0x91d6ce=TrackedInstance[_0x120f1f(0x1e1)](CLIUtils[_0x120f1f(0x1c3)]());_0x24e76b=new TestFrameworkInstance(_0x91d6ce,this[_0x120f1f(0x1ba)](),this[_0x120f1f(0x1c9)](),_0x42f38d,HookState[_0x120f1f(0x1f5)]),TestFramework[_0x120f1f(0x1ec)](_0x91d6ce,_0x24e76b);}return _0x24e76b;}[a93_0x1858a9(0x1a4)](_0x7cd6c2){const _0x1daa68=a93_0x1858a9,_0x6bbf3={};_0x6bbf3[_0x1daa68(0x1e2)]=_0x1daa68(0x1a9);const _0x13a1ea=_0x6bbf3;try{const _0x52cd1e=_0x7cd6c2[_0x1daa68(0x1c6)]?_0x7cd6c2[_0x1daa68(0x1c6)][_0x1daa68(0x1ac)]:null,_0x9fec46=_0x7cd6c2[_0x1daa68(0x1bf)],_0x411995=_0x9fec46[_0x1daa68(0x1d1)](),_0x1bac9c=_0x9fec46[_0x1daa68(0x1f4)]()[_0x1daa68(0x1d4)](_0x52cd1e);if(!_0x1bac9c)return{};const {[TestFrameworkConstants[_0x1daa68(0x1f6)]]:_0x56d284='',[TestFrameworkConstants[_0x1daa68(0x1a2)]]:_0x4621c8='',[TestFrameworkConstants[_0x1daa68(0x1b7)]]:_0x1a1c7b='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x37d468=''}=_0x1bac9c;return{'platformIndex':0x0,'testFrameworkName':_0x56d284,'testFrameworkVersion':_0x4621c8,'testFrameworkState':_0x9fec46[_0x1daa68(0x1f3)]()[_0x1daa68(0x1c2)]()[_0x1daa68(0x1a0)]('.')[0x1],'hookState':_0x9fec46[_0x1daa68(0x1ca)]()[_0x1daa68(0x1c2)]()[_0x1daa68(0x1a0)]('.')[0x1],'startedAt':_0x1a1c7b,'endedAt':_0x37d468,'uuid':_0x52cd1e,'eventJson':Buffer[_0x1daa68(0x1cc)](JSON[_0x1daa68(0x1ab)](_0x1bac9c))[_0x1daa68(0x1c2)](_0x13a1ea[_0x1daa68(0x1e2)]),'executionContext':{'hash':_0x411995[_0x1daa68(0x1a1)](),'threadId':_0x411995[_0x1daa68(0x1f1)]()[_0x1daa68(0x1c2)](),'processId':_0x411995[_0x1daa68(0x1e5)]()[_0x1daa68(0x1c2)]()}};}catch(_0x1c14bb){return logger[_0x1daa68(0x1d3)](_0x1daa68(0x1da)+util[_0x1daa68(0x19e)](_0x1c14bb)),{};}}}module[a93_0x1858a9(0x1c5)]=NewmanTestFramework;function a93_0x44e3(){const _0x205f01=['failure_type','debug','./constants/testFrameworkConstants.js','instance','parseNewmanTest','result','toString','getCurrentInstanceName','7uarlaH','exports','test','failure','../../../helpers/classLogger.js','getTestFrameworksVersions','getCurrentHookState','KEY_TEST_META','from','ofjVr','parseNewmanTestResult','PRE','file_path','getContext','custom_metadata','error','get','KEY_TEST_UUID','resolveInstance','trackEvent:\x20error=','2290832oNXqab','addMultipleEntries','createTestFrameworkEventPayload:\x20error=','KEY_CUSTOM_TAGS','../state/hookState.js','KEY_TEST_FAILURE_TYPE','scope','1811478VXYLdD','pending','createContext','UdkYY','started_at','KEY_TEST_RESULT','getProcessId','5WOGKcD','../state/testFrameworkState.js','KEY_TEST_LOGS','finished_at','546327ShYDie','KEY_TEST_SCOPES','setTrackedInstance','../cliUtils.js','getTrackedInstance','9188SFzhGe','../instances/trackedInstance.js','getThreadId','gwGBH','getCurrentTestState','getAllData','NONE','KEY_TEST_FRAMEWORK_NAME','KEY_TEST_FAILURE','TEST','40bRRzDi','17126RQqUGe','64582ZeClyd','format','KEY_HOOKS_FINISHED','split','getId','KEY_TEST_FRAMEWORK_VERSION','toISOString','createTestFrameworkEventPayload','trackEvent','46LZeFdy','12AxvGMJ','909FcZoEH','base64','scopes','stringify','uuid','NewmanTestFramework','meta','KEY_TEST_TAGS','tags','\x20hook=','5681wKGLfM','./testFramework','KEY_HOOKS_STARTED','failure_reason','2508033IHQFwt','KEY_TEST_STARTED_AT','KEY_TEST_LOCATION','trackEvent:\x20state=','getTestFrameworks','path'];a93_0x44e3=function(){return _0x205f01;};return a93_0x44e3();}
@@ -1 +1 @@
1
- const a94_0x12aa0f=a94_0x46c7;(function(_0x2070af,_0x3be315){const _0x4a44e7=a94_0x46c7,_0x1b16f6=_0x2070af();while(!![]){try{const _0x826cb3=-parseInt(_0x4a44e7(0x99))/0x1*(parseInt(_0x4a44e7(0xac))/0x2)+-parseInt(_0x4a44e7(0xa5))/0x3*(parseInt(_0x4a44e7(0xb0))/0x4)+parseInt(_0x4a44e7(0xb5))/0x5+-parseInt(_0x4a44e7(0xad))/0x6*(parseInt(_0x4a44e7(0x9b))/0x7)+parseInt(_0x4a44e7(0xa9))/0x8+parseInt(_0x4a44e7(0x9c))/0x9+parseInt(_0x4a44e7(0x9d))/0xa*(parseInt(_0x4a44e7(0xaf))/0xb);if(_0x826cb3===_0x3be315)break;else _0x1b16f6['push'](_0x1b16f6['shift']());}catch(_0x3c1758){_0x1b16f6['push'](_0x1b16f6['shift']());}}}(a94_0x11d8,0x50734));function a94_0x46c7(_0xcf239b,_0x4456d5){const _0x11d8b6=a94_0x11d8();return a94_0x46c7=function(_0x46c728,_0x1b066e){_0x46c728=_0x46c728-0x90;let _0x49a6e2=_0x11d8b6[_0x46c728];return _0x49a6e2;},a94_0x46c7(_0xcf239b,_0x4456d5);}const AutomationFramework=require(a94_0x12aa0f(0xba)),{createClassLogger}=require(a94_0x12aa0f(0x96)),AutomationFrameworkState=require(a94_0x12aa0f(0xb3)),CLIUtils=require(a94_0x12aa0f(0xa2)),TrackedInstance=require(a94_0x12aa0f(0xa4)),AutomationFrameworkInstance=require('../instances/automationFrameworkInstance.js');function a94_0x11d8(){const _0x1885e0=['10SaxsRp','PlaywrightAutomationFramework','bsParams','setTrackedInstance','vCZAd','../cliUtils.js','wDgDZ','../instances/trackedInstance.js','45BeIXUd','instance','params','getId','221360HLXBqP',',\x20state=','message','963118RBUyGm','48uctlVc','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','18948149bizGUx','127460mJUOQb','trackEvent','logger','../state/automationFrameworkState.js','uqbZa','612935ybvXrK','exports','getCurrentInstanceName','getTrackedInstance','createContext','./automationFramework.js','getAutomationFrameworkVersion','resolveInstance','\x20target=','trackEvent:\x20automationFrameworkState=','NONE','getAutomationFrameworkName','../../../helpers/classLogger.js','trackPlaywrightInstance','info','1CzCYwV','Ernoi','564599MbHknx','553482zLYMGS'];a94_0x11d8=function(){return _0x1885e0;};return a94_0x11d8();}class PlaywrightAutomationFramework extends AutomationFramework{['logger']=createClassLogger(a94_0x12aa0f(0x9e));constructor(_0xc2ed55,_0x327734){super(_0xc2ed55,_0x327734);}async[a94_0x12aa0f(0xb1)](_0x3d52e0,_0x4e1b17,_0x2b92e5={}){const _0x430c2a=a94_0x12aa0f,_0x547391={};_0x547391['wDgDZ']=function(_0x4b1ba7,_0x27ef5a){return _0x4b1ba7===_0x27ef5a;};const _0x52dcb8=_0x547391;this[_0x430c2a(0xb2)]['debug'](_0x430c2a(0x93)+_0x3d52e0+'\x20hookState='+_0x4e1b17),await super[_0x430c2a(0xb1)](_0x3d52e0,_0x4e1b17,_0x2b92e5);const _0x1b153d=this[_0x430c2a(0x91)](_0x3d52e0,_0x4e1b17,_0x2b92e5);if(_0x52dcb8[_0x430c2a(0xa3)](_0x1b153d,null))return;_0x2b92e5[_0x430c2a(0xa6)]=_0x1b153d,await this['runHooks'](_0x1b153d,_0x3d52e0,_0x4e1b17,_0x2b92e5);}[a94_0x12aa0f(0x91)](_0x52a9a4,_0x45c76f,_0x421a4d={}){const _0x2b0e36=a94_0x12aa0f,_0x1b8199={};_0x1b8199['vCZAd']=function(_0x5c962f,_0x18142b){return _0x5c962f===_0x18142b;},_0x1b8199[_0x2b0e36(0xb4)]=function(_0x3c3da1,_0x1e9699){return _0x3c3da1===_0x1e9699;};const _0x47a091=_0x1b8199;let _0x4fc1d3=null;return(_0x47a091[_0x2b0e36(0xa1)](_0x52a9a4,AutomationFrameworkState['CREATE'])||_0x47a091['uqbZa'](_0x52a9a4,AutomationFrameworkState['PLAYWRIGHT_DISPATCH'])&&(_0x421a4d[_0x2b0e36(0xab)]&&_0x421a4d['message'][_0x2b0e36(0xa7)]&&_0x421a4d['message'][_0x2b0e36(0xa7)][_0x2b0e36(0x9f)])||_0x47a091[_0x2b0e36(0xa1)](_0x52a9a4,AutomationFrameworkState[_0x2b0e36(0x94)]))&&this[_0x2b0e36(0x97)](_0x52a9a4,_0x421a4d),_0x4fc1d3=AutomationFramework[_0x2b0e36(0xb8)](),_0x4fc1d3;}[a94_0x12aa0f(0x97)](_0x56991a,_0x3da81d){const _0x3bbee2=a94_0x12aa0f,_0xed0c3f={};_0xed0c3f[_0x3bbee2(0x9a)]='trackPlaywrightInstance:\x20instance\x20already\x20exists';const _0xa943e9=_0xed0c3f;if(AutomationFramework[_0x3bbee2(0xb8)]()){this[_0x3bbee2(0xb2)][_0x3bbee2(0x98)](_0xa943e9[_0x3bbee2(0x9a)]);return;}const _0x1e3be6=CLIUtils[_0x3bbee2(0xb7)](),_0x4a9238=TrackedInstance[_0x3bbee2(0xb9)](_0x1e3be6);let _0xec6154=null;this[_0x3bbee2(0xb2)][_0x3bbee2(0x98)](_0x3bbee2(0xae)+_0x1e3be6+_0x3bbee2(0xaa)+_0x56991a),_0xec6154=new AutomationFrameworkInstance(_0x4a9238,this[_0x3bbee2(0x95)](),this[_0x3bbee2(0x90)](),_0x56991a),AutomationFramework[_0x3bbee2(0xa0)](_0x4a9238,_0xec6154),this[_0x3bbee2(0xb2)][_0x3bbee2(0x98)]('trackPlaywrightInstance:\x20saved\x20instance\x20contextId='+_0x4a9238[_0x3bbee2(0xa8)]()+_0x3bbee2(0x92)+_0x1e3be6);}}module[a94_0x12aa0f(0xb6)]=PlaywrightAutomationFramework;
1
+ const a94_0x81c4a2=a94_0x1386;function a94_0x3cdd(){const _0x339e31=['aInRS','trackPlaywrightInstance','bsParams','getTrackedInstance','runHooks','../cliUtils.js','logger','getAutomationFrameworkVersion','3990760XSophn','1627530uMHIwR','exports','../instances/automationFrameworkInstance.js','instance','7829550HZDhTE','NONE','pgLWe','898jVrUuc','debug','message','getAutomationFrameworkName','./automationFramework.js','setTrackedInstance','mNloc','getCurrentInstanceName','4689240lMpCcB','QudlW','../../../helpers/classLogger.js','trackEvent','371390XZQyFS','PlaywrightAutomationFramework','../state/automationFrameworkState.js','params','8669836eJEaUS','trackEvent:\x20automationFrameworkState=','getId','info',',\x20state=','42oIEVLh','\x20hookState=','2221aCLAoh','resolveInstance','../instances/trackedInstance.js','PzvpA'];a94_0x3cdd=function(){return _0x339e31;};return a94_0x3cdd();}(function(_0x1e9a65,_0x1f9579){const _0x1e721d=a94_0x1386,_0x1d5ccb=_0x1e9a65();while(!![]){try{const _0x37291e=-parseInt(_0x1e721d(0x130))/0x1*(-parseInt(_0x1e721d(0x119))/0x2)+parseInt(_0x1e721d(0x112))/0x3+-parseInt(_0x1e721d(0x121))/0x4+parseInt(_0x1e721d(0x125))/0x5*(parseInt(_0x1e721d(0x12e))/0x6)+parseInt(_0x1e721d(0x129))/0x7+-parseInt(_0x1e721d(0x111))/0x8+-parseInt(_0x1e721d(0x116))/0x9;if(_0x37291e===_0x1f9579)break;else _0x1d5ccb['push'](_0x1d5ccb['shift']());}catch(_0x4148d0){_0x1d5ccb['push'](_0x1d5ccb['shift']());}}}(a94_0x3cdd,0xb8d88));const AutomationFramework=require(a94_0x81c4a2(0x11d)),{createClassLogger}=require(a94_0x81c4a2(0x123)),AutomationFrameworkState=require(a94_0x81c4a2(0x127)),CLIUtils=require(a94_0x81c4a2(0x139)),TrackedInstance=require(a94_0x81c4a2(0x132)),AutomationFrameworkInstance=require(a94_0x81c4a2(0x114));class PlaywrightAutomationFramework extends AutomationFramework{[a94_0x81c4a2(0x10f)]=createClassLogger(a94_0x81c4a2(0x126));constructor(_0x2200fc,_0x5899b2){super(_0x2200fc,_0x5899b2);}async[a94_0x81c4a2(0x124)](_0x4bbac4,_0x29f0e9,_0x14cefa={}){const _0x2f8e86=a94_0x81c4a2,_0x2ca0ae={};_0x2ca0ae['aInRS']=function(_0x271038,_0x5ea69e){return _0x271038===_0x5ea69e;};const _0x44dc8c=_0x2ca0ae;this[_0x2f8e86(0x10f)][_0x2f8e86(0x11a)](_0x2f8e86(0x12a)+_0x4bbac4+_0x2f8e86(0x12f)+_0x29f0e9),await super['trackEvent'](_0x4bbac4,_0x29f0e9,_0x14cefa);const _0x46b547=this[_0x2f8e86(0x131)](_0x4bbac4,_0x29f0e9,_0x14cefa);if(_0x44dc8c[_0x2f8e86(0x134)](_0x46b547,null))return;_0x14cefa[_0x2f8e86(0x115)]=_0x46b547,await this[_0x2f8e86(0x138)](_0x46b547,_0x4bbac4,_0x29f0e9,_0x14cefa);}[a94_0x81c4a2(0x131)](_0x54d713,_0x5de096,_0x5af86d={}){const _0x2f4dff=a94_0x81c4a2,_0x12cb54={};_0x12cb54[_0x2f4dff(0x122)]=function(_0x24f3ed,_0x371db0){return _0x24f3ed===_0x371db0;},_0x12cb54[_0x2f4dff(0x11f)]=function(_0x1de91f,_0x51972a){return _0x1de91f===_0x51972a;},_0x12cb54[_0x2f4dff(0x118)]=function(_0x417a18,_0x3f42ec){return _0x417a18===_0x3f42ec;};const _0x17e3a7=_0x12cb54;let _0x383505=null;return(_0x17e3a7[_0x2f4dff(0x122)](_0x54d713,AutomationFrameworkState['CREATE'])||_0x17e3a7['mNloc'](_0x54d713,AutomationFrameworkState['PLAYWRIGHT_DISPATCH'])&&(_0x5af86d['message']&&_0x5af86d[_0x2f4dff(0x11b)]['params']&&_0x5af86d[_0x2f4dff(0x11b)][_0x2f4dff(0x128)][_0x2f4dff(0x136)])||_0x17e3a7[_0x2f4dff(0x118)](_0x54d713,AutomationFrameworkState[_0x2f4dff(0x117)]))&&this[_0x2f4dff(0x135)](_0x54d713,_0x5af86d),_0x383505=AutomationFramework[_0x2f4dff(0x137)](),_0x383505;}[a94_0x81c4a2(0x135)](_0x10515d,_0x204c5d){const _0x151eac=a94_0x81c4a2,_0x3d5f1e={};_0x3d5f1e['PzvpA']='trackPlaywrightInstance:\x20instance\x20already\x20exists';const _0x3c7fe8=_0x3d5f1e;if(AutomationFramework[_0x151eac(0x137)]()){this[_0x151eac(0x10f)][_0x151eac(0x12c)](_0x3c7fe8[_0x151eac(0x133)]);return;}const _0x44d0d9=CLIUtils[_0x151eac(0x120)](),_0x3d770f=TrackedInstance['createContext'](_0x44d0d9);let _0xc691bc=null;this[_0x151eac(0x10f)][_0x151eac(0x12c)]('trackPlaywrightInstance:\x20created\x20instance\x20for\x20target='+_0x44d0d9+_0x151eac(0x12d)+_0x10515d),_0xc691bc=new AutomationFrameworkInstance(_0x3d770f,this[_0x151eac(0x11c)](),this[_0x151eac(0x110)](),_0x10515d),AutomationFramework[_0x151eac(0x11e)](_0x3d770f,_0xc691bc),this[_0x151eac(0x10f)][_0x151eac(0x12c)]('trackPlaywrightInstance:\x20saved\x20instance\x20contextId='+_0x3d770f[_0x151eac(0x12b)]()+'\x20target='+_0x44d0d9);}}function a94_0x1386(_0x3eeaf8,_0x26d0ca){const _0x3cdd27=a94_0x3cdd();return a94_0x1386=function(_0x138668,_0x23d749){_0x138668=_0x138668-0x10f;let _0x2f2e2b=_0x3cdd27[_0x138668];return _0x2f2e2b;},a94_0x1386(_0x3eeaf8,_0x26d0ca);}module[a94_0x81c4a2(0x113)]=PlaywrightAutomationFramework;