browserstack-node-sdk 1.63.3 → 1.63.5

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
+ function a92_0x42d8(){const _0x2c1fae=['TEST_SCREENSHOT','52kdCSJM','KEY_HOOK_RESULT','KEY_TEST_FAILURE_TYPE','parseJestTestResult','hook_result','forEach','addPendingHook','tnTzp','\x20to\x20','SafUY',',\x20logsInBatch:\x20','Ekoxi','\x20pending\x20hooks\x20for\x20testId:\x20','failed','uuid','parent','missing','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','depth','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','KEY_HOOKS_FINISHED','getThreadId','UnhandledError','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','failure_reason','scopes','UWepL','hooks','LOG_REPORT','../state/testFrameworkState.js','getCurrentTestState','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','test','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','JRiHX','KEY_HOOK_NAME','DUOMj','Rrgkc','2199804JHkjGL','KEY_TEST_RESULT','hookData','kTMgL','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','removeActiveHook','finished_at','kind','getJestFailureType','\x22\x20from\x20testData','pid','Unknown\x20Test','sZrzv','2400183sLsvju','\x20files',',\x20testFramework=','testUUID','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','AssertionError','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','KEY_TEST_ID','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20',',\x20failureReason=','TEST','\x20attachments','stringify','DzbmP','trackHookEvent','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','ZClbB','name','getJestTestName','KEY_TEST_FRAMEWORK_NAME','ptPLK','kotSF','KEY_TEST_ENDED_AT','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','hAttc','getTestFrameworksVersions','retryOf','getActiveHook',',\x20filePath:\x20','__workerDetails','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','executionContext','qhyrZ',',\x20scopes=','find','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','ALL','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','KEY_TEST_ATTACHMENTS','./constants/testFrameworkConstants.js','workerInfo','passed','type','KEY_EVENT_STARTED_AT','has','BEFORE_ALL','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22',',\x20argsKeys=','KEY_TEST_UUID','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','storePendingHook','platformIndex','length','QNJnH',',\x20testId=','split','HxHgI','mxVGw','../instances/testFrameworkInstance.js','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','getTrackedInstance','xQDID',',\x20hookUUID=','KEY_TEST_RERUN_NAME','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','findIndex','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','NepmV',',\x20contextId=',',\x20test_run_uuid=','OrMcx','tags','sZMVQ','svcYe','addMultipleEntries','Error\x20in\x20createTestFrameworkEventPayload:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=',',\x20totalHooks=','matchHookRegex','KEY_TEST_STARTED_AT','hook_run_uuid','mPoFM','hPOME','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','Iqsac','util','Unknown\x20error','removePendingHooks','\x20logs\x20for\x20testId:\x20','DrISN','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20',':testAnalyticsId','KEY_HOOK_LAST_STARTED','umNbX','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','zOkCk','../TestInfo.js','errorsDetailed','KEY_TEST_LOCATION','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','bVLTt','10fFnkeo','\x20&\x20hookState=',',\x20hook_run_uuid=','aZBNe','3513290LFDdcT','includes','pop','result','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','parse','sendLogCreatedEvent','createContext','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','mapTestHooks','runHooks','substring','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','LNYGV',',\x20scope:\x20','KEY_LOGS','KEY_CUSTOM_TAGS','replace','getProcessId','hCIJM','args','KEY_HOOK_FAILURE','KEY_HOOKS_STARTED','file_name','../grpcClient',',\x20hook=','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','testData','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','PcrWa','test_run_uuid','getId',',\x20remainingHooks=','OTnYA',',\x20result=','base64','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','substr','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','none','getContext','toString','WOZZZ','test_identifier','getJestTestScopes',',\x20state:\x20','error','../cliUtils.js','nFSEQ','hookUUID','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','body',',\x20currentTestId:\x20','delete','getHooksForTest','KEY_HOOK_ID',',\x20attachmentLogs:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','push','KEY_TEST_FAILURE_REASON','RedWk','testFrameworkName',',\x20version=','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','vrBDq','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','../../../helpers/stackFrameUtils','ukQFQ','KQTpQ','HVenP','NONE','file','KEY_HOOK_LAST_FINISHED',',\x20testData=','processPendingHooks','map',',\x20failureType=','\x20hook','testId','DyVjN',',\x20state=',',\x20duration=','Reige','2924026GZjcmQ','exports','getCurrentInstanceName','GUdxm','getJestTestIdentifier',',\x20hookState=','getTestFrameworks','join',',\x20target=',',\x20hookData=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','KEY_TEST_RESULT_AT',',\x20storing\x20as\x20pending\x20hook','gwrKm','RxiLi','started_at','KEY_EVENT_ENDED_AT','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','isArray','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','UFiUm','hookMetadata','hasPendingHooks','../../../helpers/classLogger.js',',\x20hookId=',',\x20platformIndex:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','filter','testFrameworkState','\x20-\x20test_identifier=','location','WMRHu','getJestFailureData','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','trackJestInstance','asyncError','GwoEg','set','code','UfnNW','event_ended_at','SlAvX','startsWith','getAllData','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','jest-circus','unknown','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','qolyd',',\x20error:\x20','fmVnM','xfkdq','aIXOy','warn','WFoth','oyRhs','hook_id','toISOString','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','format','../../../helpers/test-observability/utils','cNoke','hookType','beforeAll','PRE','KEY_TEST_FRAMEWORK_VERSION','KEY_TEST_DURATION','hookAnalyticsId','KEY_TEST_NAME','POST','getJestTestTags','resolveInstance','\x20(testIdentifier),\x20hookType=','./testFramework','QMSLX','PptEW','skip','138195xpDtUQ','glXcg','KEY_TEST_RETRY_OF','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','DEFAULT_HOOK_RESULT','getRootParentFile','16WeGxFS','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','nhWHa','setActiveHook','title','KEY_HOOK_LOGS',',\x20consoleLogs:\x20','trackEvent','mWPRM','activeHooks','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','status','ZnaRl','DktIl','__bstackPlatformIndex','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','hookState','KEY_TEST_FILE_PATH','suTyi','getJestFailureReason','xvsVI','setTrackedInstance','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','instance','duration','7647qUVJlM','get','mfNEE','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','trackJestInstance:\x20instance\x20already\x20exists','nfbde','scope','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','KEY_HOOK_FAILURE_REASON','createTestFrameworkEventPayload','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20',',\x20filePath=',',\x20screenshotLogs:\x20','inspect','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','4546518BcRPtG','KEY_TEST_SCOPES','\x20screenshot\x20logs\x20for\x20testId:\x20','from','ROOT_DESCRIBE_BLOCK','getJestTestFilePath','VnZqc','filePath','\x20-\x20testId:\x20','splice',',\x20hookType=','getPendingHooks','apply','parallelIndex','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','isJestInternalHook','meHBX','concat','maxArrayLength','igOBw','debug','parseJestTest','originalTest','mIpAN','keys','KEY_TEST_META','_ALL','KEY_HOOK_FAILURE_TYPE','KEY_TEST_SCOPE','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','Tzogl'];a92_0x42d8=function(){return _0x2c1fae;};return a92_0x42d8();}function a92_0x1195(_0x11437d,_0x3ebf5a){const _0x42d8fc=a92_0x42d8();return a92_0x1195=function(_0x1195bc,_0xb54795){_0x1195bc=_0x1195bc-0x1d1;let _0x327bcc=_0x42d8fc[_0x1195bc];return _0x327bcc;},a92_0x1195(_0x11437d,_0x3ebf5a);}const a92_0x419bae=a92_0x1195;(function(_0x4e1c96,_0x3a4a5e){const _0x240a6f=a92_0x1195,_0x22aab0=_0x4e1c96();while(!![]){try{const _0x48761c=-parseInt(_0x240a6f(0x32b))/0x1*(parseInt(_0x240a6f(0x35a))/0x2)+-parseInt(_0x240a6f(0x30b))/0x3+-parseInt(_0x240a6f(0x1ec))/0x4+parseInt(_0x240a6f(0x264))/0x5*(parseInt(_0x240a6f(0x33a))/0x6)+parseInt(_0x240a6f(0x2bc))/0x7+-parseInt(_0x240a6f(0x311))/0x8*(parseInt(_0x240a6f(0x1f9))/0x9)+parseInt(_0x240a6f(0x268))/0xa;if(_0x48761c===_0x3a4a5e)break;else _0x22aab0['push'](_0x22aab0['shift']());}catch(_0x33e048){_0x22aab0['push'](_0x22aab0['shift']());}}}(a92_0x42d8,0xe97b5));const TestFramework=require(a92_0x419bae(0x307)),TestFrameworkState=require(a92_0x419bae(0x1e2)),HookState=require('../state/hookState.js'),{createClassLogger}=require(a92_0x419bae(0x2d4)),TestFrameworkInstance=require(a92_0x419bae(0x237)),CLIUtils=require(a92_0x419bae(0x297)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a92_0x419bae(0x224)),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),{isInternalHook}=require(a92_0x419bae(0x2fa)),logger=createClassLogger('JestTestFramework'),{v4:uuidv4}=require('uuid'),util=require(a92_0x419bae(0x253)),TestInfo=require(a92_0x419bae(0x25f)),GrpcClient=require(a92_0x419bae(0x280)),stackTrace=require('stack-trace'),{pickUserFrameFile}=require(a92_0x419bae(0x2ab));class JestTestFramework extends TestFramework{constructor(_0x380a96,_0x54f9c3,_0x354140){super(_0x380a96,_0x54f9c3,_0x354140),this['activeHooks']=new Map();}[a92_0x419bae(0x314)](_0x37d6a1,_0x5d6dde,_0x5b8f4b){const _0x1e144a=a92_0x419bae,_0x4ea142={};_0x4ea142[_0x1e144a(0x2e2)]=function(_0x1afd06,_0x43e0e9){return _0x1afd06||_0x43e0e9;};const _0x5ecade=_0x4ea142;if(_0x5ecade[_0x1e144a(0x2e2)](!_0x37d6a1,!_0x5d6dde)){logger[_0x1e144a(0x2f3)](_0x1e144a(0x270)+_0x37d6a1+_0x1e144a(0x23b)+_0x5d6dde);return;}!this[_0x1e144a(0x31a)][_0x1e144a(0x229)](_0x37d6a1)&&this[_0x1e144a(0x31a)][_0x1e144a(0x2e3)](_0x37d6a1,[]);const _0x2510aa={'hookUUID':_0x5d6dde,'hookType':_0x5b8f4b,'startedAt':new Date()['toISOString']()};this[_0x1e144a(0x31a)][_0x1e144a(0x32c)](_0x37d6a1)['push'](_0x2510aa),logger[_0x1e144a(0x34e)](_0x1e144a(0x30e)+_0x37d6a1+_0x1e144a(0x23b)+_0x5d6dde+_0x1e144a(0x344)+_0x5b8f4b+_0x1e144a(0x24b)+this[_0x1e144a(0x31a)][_0x1e144a(0x32c)](_0x37d6a1)[_0x1e144a(0x231)]);}[a92_0x419bae(0x1f1)](_0x1ce68a,_0x5b7303){const _0x5228f8=a92_0x419bae,_0x2f6bc0={};_0x2f6bc0['mfgZH']=function(_0x1584b8,_0x23a967){return _0x1584b8||_0x23a967;},_0x2f6bc0['NWOKb']=function(_0x1fe9ed,_0x577b86){return _0x1fe9ed!==_0x577b86;},_0x2f6bc0[_0x5228f8(0x2d1)]=function(_0x42f6e5,_0x152dab){return _0x42f6e5===_0x152dab;};const _0x47f591=_0x2f6bc0;if(_0x47f591['mfgZH'](!_0x1ce68a,!_0x5b7303)){logger['warn']('[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x1ce68a+_0x5228f8(0x23b)+_0x5b7303);return;}if(this[_0x5228f8(0x31a)]['has'](_0x1ce68a)){const _0x19c09b=this['activeHooks'][_0x5228f8(0x32c)](_0x1ce68a),_0x9dcced=_0x19c09b[_0x5228f8(0x23f)](_0x4bf79a=>_0x4bf79a[_0x5228f8(0x299)]===_0x5b7303);_0x47f591['NWOKb'](_0x9dcced,-0x1)?(_0x19c09b[_0x5228f8(0x343)](_0x9dcced,0x1),logger['debug'](_0x5228f8(0x222)+_0x1ce68a+',\x20hookUUID='+_0x5b7303+_0x5228f8(0x288)+_0x19c09b[_0x5228f8(0x231)]),_0x47f591[_0x5228f8(0x2d1)](_0x19c09b[_0x5228f8(0x231)],0x0)&&this[_0x5228f8(0x31a)][_0x5228f8(0x29d)](_0x1ce68a)):logger[_0x5228f8(0x34e)](_0x5228f8(0x25d)+_0x1ce68a+_0x5228f8(0x23b)+_0x5b7303);}}[a92_0x419bae(0x215)](_0x1602d5){const _0x1583f3=a92_0x419bae,_0x5a9444={};_0x5a9444['umNbX']=function(_0x349d36,_0x1a3f18){return _0x349d36>_0x1a3f18;},_0x5a9444[_0x1583f3(0x34d)]=function(_0x3deee6,_0x5cd768){return _0x3deee6-_0x5cd768;};const _0x6f41b6=_0x5a9444;if(!_0x1602d5)return null;if(this[_0x1583f3(0x31a)]['has'](_0x1602d5)){const _0x383f31=this[_0x1583f3(0x31a)][_0x1583f3(0x32c)](_0x1602d5);if(_0x6f41b6[_0x1583f3(0x25b)](_0x383f31[_0x1583f3(0x231)],0x0)){const _0x4af418=_0x383f31[_0x6f41b6[_0x1583f3(0x34d)](_0x383f31[_0x1583f3(0x231)],0x1)];return logger['debug'](_0x1583f3(0x2df)+_0x1602d5+',\x20hookUUID='+_0x4af418[_0x1583f3(0x299)]+',\x20hookType='+_0x4af418[_0x1583f3(0x2fc)]),_0x4af418;}}return null;}async[a92_0x419bae(0x318)](_0x4be692,_0x304be9,_0x48f0e3={}){const _0x2bd34c=a92_0x419bae,_0x3d5484={};_0x3d5484[_0x2bd34c(0x1eb)]=_0x2bd34c(0x211),_0x3d5484[_0x2bd34c(0x25e)]=function(_0x3abde5,_0x3d7efc){return _0x3abde5===_0x3d7efc;},_0x3d5484['LNYGV']=function(_0x5d314,_0x297727){return _0x5d314===_0x297727;},_0x3d5484[_0x2bd34c(0x2c9)]=function(_0x33ca5d,_0xa11f90){return _0x33ca5d||_0xa11f90;},_0x3d5484[_0x2bd34c(0x2e5)]=_0x2bd34c(0x23d),_0x3d5484[_0x2bd34c(0x1e8)]=function(_0x583903,_0x1d8ae0){return _0x583903===_0x1d8ae0;};const _0x402b70=_0x3d5484;logger[_0x2bd34c(0x34e)](_0x2bd34c(0x21e)+_0x4be692+',\x20hookState='+_0x304be9+_0x2bd34c(0x22c)+Object['keys'](_0x48f0e3)[_0x2bd34c(0x2c3)](',')),await super['trackEvent'](_0x4be692,_0x304be9,_0x48f0e3);const _0x40d459=this['resolveInstance'](_0x4be692,_0x304be9,_0x48f0e3);if(!_0x40d459){logger[_0x2bd34c(0x34e)](_0x402b70['Rrgkc']);return;}try{let _0xb89376,_0x1ce062,_0x52c805;switch(_0x4be692){case TestFrameworkState['TEST']:_0xb89376=_0x48f0e3[_0x2bd34c(0x1e5)];const _0x1cbd17={};_0x1cbd17['depth']=0x2,_0x1cbd17[_0x2bd34c(0x34c)]=0x3,logger[_0x2bd34c(0x34e)](_0x2bd34c(0x1d8)+_0x304be9+_0x2bd34c(0x2b2)+util['inspect'](_0xb89376,_0x1cbd17)),_0x52c805=this[_0x2bd34c(0x2c0)](_0xb89376),_0x1ce062=null,logger[_0x2bd34c(0x34e)](_0x2bd34c(0x24a)+_0x52c805+'\x20(testIdentifier)');if(_0x402b70['zOkCk'](_0x304be9,HookState['PRE'])){logger[_0x2bd34c(0x34e)](_0x2bd34c(0x1e4)+_0x52c805);const _0x4d5a52={};_0x4d5a52[_0x2bd34c(0x1fc)]=_0x1ce062,_0x4d5a52['testData']=_0xb89376,_0x4d5a52[_0x2bd34c(0x2b7)]=_0x52c805;const _0x2b6924=this[_0x2bd34c(0x34f)](_0x4d5a52),_0x18adc7={};_0x18adc7[_0x2bd34c(0x1d7)]=0x2,_0x18adc7[_0x2bd34c(0x34c)]=0x3,logger['debug'](_0x2bd34c(0x262)+util[_0x2bd34c(0x338)](_0x2b6924,_0x18adc7)),_0x40d459['addMultipleEntries'](_0x2b6924),logger[_0x2bd34c(0x34e)](_0x2bd34c(0x321)+_0x52c805),await this[_0x2bd34c(0x2b3)](_0x40d459,_0x52c805);}else{if(_0x402b70[_0x2bd34c(0x275)](_0x304be9,HookState['POST'])){logger[_0x2bd34c(0x34e)](_0x2bd34c(0x357)+_0x52c805);const _0x4558dc=_0x40d459[_0x2bd34c(0x2e9)]()[_0x2bd34c(0x32c)](_0x52c805);logger[_0x2bd34c(0x34e)](_0x2bd34c(0x23e)+util[_0x2bd34c(0x338)](Object[_0x2bd34c(0x352)](_0x402b70[_0x2bd34c(0x2c9)](_0x4558dc,{}))));_0x4558dc&&_0x4558dc[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]?logger[_0x2bd34c(0x34e)](_0x2bd34c(0x2a1)+Object[_0x2bd34c(0x352)](_0x4558dc[TestFrameworkConstants[_0x2bd34c(0x223)]])[_0x2bd34c(0x231)]+_0x2bd34c(0x1fa)):logger[_0x2bd34c(0x34e)](_0x402b70[_0x2bd34c(0x2e5)]);const _0x841f5e=_0x48f0e3[_0x2bd34c(0x350)]||null,_0x5d5490={};_0x5d5490['testUUID']=_0x1ce062,_0x5d5490[_0x2bd34c(0x283)]=_0xb89376,_0x5d5490['testId']=_0x52c805,_0x5d5490[_0x2bd34c(0x350)]=_0x841f5e;const _0x3bf92c=this[_0x2bd34c(0x35d)](_0x5d5490),_0x7beb9a={};_0x7beb9a[_0x2bd34c(0x1d7)]=0x2,_0x7beb9a['maxArrayLength']=0x3,logger[_0x2bd34c(0x34e)](_0x2bd34c(0x2f8)+util[_0x2bd34c(0x338)](_0x3bf92c,_0x7beb9a)),_0x40d459[_0x2bd34c(0x248)](_0x3bf92c),logger['debug'](_0x2bd34c(0x2aa)+_0x52c805),await this['processPendingHooks'](_0x40d459,_0x52c805);}}break;case TestFrameworkState[_0x2bd34c(0x1e1)]:if(_0x402b70[_0x2bd34c(0x1e8)](_0x304be9,HookState[_0x2bd34c(0x303)])){const _0x2429f4={};_0x2429f4[_0x2bd34c(0x1d7)]=0x2,logger[_0x2bd34c(0x34e)]('[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20'+util[_0x2bd34c(0x338)](_0x48f0e3,_0x2429f4)),await this[_0x2bd34c(0x26e)](_0x40d459,_0x4be692,_0x48f0e3);}break;default:if(CLIUtils[_0x2bd34c(0x24c)](_0x4be692[_0x2bd34c(0x291)]()[_0x2bd34c(0x234)]('.')[0x1])){const _0x316de1={};_0x316de1['depth']=0x2,_0x316de1[_0x2bd34c(0x34c)]=0x3,logger[_0x2bd34c(0x34e)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState='+_0x4be692+_0x2bd34c(0x2c1)+_0x304be9+_0x2bd34c(0x2c5)+util['inspect'](_0x48f0e3['hookData'],_0x316de1));const _0x955ac4=await this[_0x2bd34c(0x208)](_0x40d459,_0x4be692,_0x304be9,_0x48f0e3),_0x70805b={};_0x70805b['depth']=0x2,_0x70805b[_0x2bd34c(0x34c)]=0x3,logger[_0x2bd34c(0x34e)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20'+util[_0x2bd34c(0x338)](_0x955ac4,_0x70805b)),_0x40d459[_0x2bd34c(0x248)](_0x955ac4);}else logger[_0x2bd34c(0x34e)](_0x2bd34c(0x28c)+_0x4be692+_0x2bd34c(0x265)+_0x304be9);break;}logger['debug'](_0x2bd34c(0x2cf)+_0x4be692+_0x2bd34c(0x2c1)+_0x304be9);}catch(_0x4bf156){logger[_0x2bd34c(0x296)](_0x2bd34c(0x31c)+_0x4be692+',\x20hookState='+_0x304be9+',\x20exception='+util[_0x2bd34c(0x2f9)](_0x4bf156));}_0x48f0e3[_0x2bd34c(0x329)]=_0x40d459,await this[_0x2bd34c(0x272)](_0x40d459,_0x4be692,_0x304be9,_0x48f0e3);}[a92_0x419bae(0x2c0)](_0x473d03){const _0x23c745=a92_0x419bae,_0x58f4df={};_0x58f4df[_0x23c745(0x289)]='[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback';const _0x2d61e9=_0x58f4df;if(_0x473d03&&(_0x473d03['id']||_0x473d03[_0x23c745(0x1d2)])){const _0xd0274e=_0x473d03['id']||_0x473d03[_0x23c745(0x1d2)];return logger['debug'](_0x23c745(0x22b)+_0xd0274e+_0x23c745(0x1f5)),_0xd0274e;}return logger[_0x23c745(0x34e)](_0x2d61e9[_0x23c745(0x289)]),process[_0x23c745(0x1f6)]+_0x23c745(0x259);}[a92_0x419bae(0x305)](_0x2d1f89,_0x132885,_0x44ff96={}){const _0xad3d3f=a92_0x419bae;let _0x2ce21b=null;return _0x2ce21b=TestFramework['getTrackedInstance'](),!_0x2ce21b?(logger['debug'](_0xad3d3f(0x2d0)+_0x2d1f89),this[_0xad3d3f(0x2e0)](_0x2d1f89,_0x44ff96),_0x2ce21b=TestFramework[_0xad3d3f(0x239)](),logger[_0xad3d3f(0x34e)](_0xad3d3f(0x348)+!!_0x2ce21b+_0xad3d3f(0x242)+_0x2ce21b?.['getContext']()?.['getId']())):logger['debug'](_0xad3d3f(0x332)+_0x2ce21b[_0xad3d3f(0x290)]()?.[_0xad3d3f(0x287)]()),_0x2ce21b;}[a92_0x419bae(0x2e0)](_0x395719,_0x4599b2){const _0x391e95=a92_0x419bae,_0xe48836={};_0xe48836[_0x391e95(0x313)]=_0x391e95(0x32f);const _0x3f67d0=_0xe48836;if(TestFramework[_0x391e95(0x239)]()){logger['debug'](_0x3f67d0['nhWHa']);return;}const _0x22fe43=CLIUtils[_0x391e95(0x2be)](),_0x4b185=TrackedInstance[_0x391e95(0x26f)](_0x22fe43);let _0x1ae100=null;logger[_0x391e95(0x34e)]('trackJestInstance:\x20created\x20instance\x20for\x20target='+_0x22fe43+_0x391e95(0x2b9)+_0x395719),_0x1ae100=new TestFrameworkInstance(_0x4b185,this[_0x391e95(0x2c2)](),this[_0x391e95(0x213)](),_0x395719,HookState[_0x391e95(0x2af)]),TestFramework[_0x391e95(0x327)](_0x4b185,_0x1ae100),logger['debug'](_0x391e95(0x2a2)+_0x4b185[_0x391e95(0x287)]()+_0x391e95(0x2c4)+_0x22fe43+_0x391e95(0x1fb)+this[_0x391e95(0x2c2)]()[0x0]+_0x391e95(0x2a7)+this[_0x391e95(0x213)]()[this[_0x391e95(0x2c2)]()[0x0]]);}['parseJestTest'](_0x1b7bae){const _0x57f040=a92_0x419bae,_0x343278={};_0x343278[_0x57f040(0x34a)]=function(_0x1617fa,_0x4ee8e2){return _0x1617fa||_0x4ee8e2;},_0x343278['uSltQ']=_0x57f040(0x1e6);const _0x37f1df=_0x343278,{testUUID:_0x2cbe08,testData:_0x5d9a92,testId:_0x37daa0}=_0x1b7bae;if(_0x37f1df[_0x57f040(0x34a)](!_0x5d9a92,!_0x37daa0))return logger[_0x57f040(0x34e)](_0x37f1df['uSltQ']),{};const _0xb91f37=this[_0x57f040(0x2c2)]()[0x0],_0x513102=this[_0x57f040(0x213)](),_0x4f5f98={};_0x4f5f98[_0x57f040(0x1d7)]=0x2,_0x4f5f98['maxArrayLength']=0x3,logger['debug'](_0x57f040(0x2a8)+util[_0x57f040(0x338)](_0x5d9a92,_0x4f5f98));const _0x2379dd=_0x5d9a92?.[_0x57f040(0x1de)]||[],_0x1597c4=this[_0x57f040(0x20c)](_0x5d9a92),_0x5c3d65=this[_0x57f040(0x33f)](_0x5d9a92),_0x848a66=_0x5d9a92['fn']?_0x5d9a92['fn'][_0x57f040(0x291)]():_0x5d9a92?.['body']?_0x5d9a92[_0x57f040(0x29b)][_0x57f040(0x2e4)][_0x57f040(0x291)]():null,_0x12f991=this[_0x57f040(0x304)](_0x5d9a92),_0x1bb186={[TestFrameworkConstants[_0x57f040(0x20d)]]:_0xb91f37,[TestFrameworkConstants[_0x57f040(0x2ff)]]:_0x513102[_0xb91f37],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants[_0x57f040(0x27e)]]:{},[TestFrameworkConstants[_0x57f040(0x1ed)]]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x1597c4,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x5c3d65,[TestFrameworkConstants[_0x57f040(0x201)]]:_0x37daa0,[TestFrameworkConstants[_0x57f040(0x302)]]:_0x1597c4,[TestFrameworkConstants[_0x57f040(0x261)]]:_0x5c3d65,[TestFrameworkConstants['KEY_TEST_CODE']]:_0x848a66,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x12f991,[TestFrameworkConstants[_0x57f040(0x24d)]]:_0x5d9a92['started_at']||new Date()[_0x57f040(0x2f7)](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x2379dd[0x0]||'',[TestFrameworkConstants[_0x57f040(0x33b)]]:_0x2379dd,[TestFrameworkConstants[_0x57f040(0x23c)]]:_0x1597c4,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x57f040(0x353)]]:{}};_0x5d9a92[_0x57f040(0x214)]&&(_0x1bb186[TestFrameworkConstants[_0x57f040(0x30d)]]=_0x5d9a92[_0x57f040(0x214)]);logger['debug'](_0x57f040(0x221)+_0x1597c4+',\x20testId='+_0x37daa0+'\x20(testIdentifier),\x20tags='+JSON['stringify'](_0x12f991)+_0x57f040(0x21b)+util[_0x57f040(0x338)](_0x2379dd)+_0x57f040(0x336)+_0x5c3d65);const _0x5f3cb4={};return _0x5f3cb4[_0x37daa0]=_0x1bb186,_0x5f3cb4;}[a92_0x419bae(0x35d)](_0x3b07bc){const _0x8ccff4=a92_0x419bae,_0x2e35be={'sZMVQ':function(_0x5e3512,_0x40166d){return _0x5e3512===_0x40166d;},'aZBNe':'afterAll','HVenP':_0x8ccff4(0x2fd),'RfFBk':_0x8ccff4(0x21f),'SlAvX':_0x8ccff4(0x354),'DUOMj':function(_0x1f27f8,_0xca8f8c){return _0x1f27f8||_0xca8f8c;},'UueUA':_0x8ccff4(0x1e7),'TCYZH':function(_0x7b5d28,_0x3f7cda){return _0x7b5d28||_0x3f7cda;},'mWPRM':'unknown','DzbmP':function(_0x577a7e,_0x9d6433){return _0x577a7e>_0x9d6433;},'ukQFQ':_0x8ccff4(0x1d1),'kWbPf':function(_0x37188f,_0x2ca613){return _0x37188f===_0x2ca613;},'vrBDq':_0x8ccff4(0x30a),'PptEW':function(_0x2d364d,_0x222415){return _0x2d364d===_0x222415;},'NepmV':'skipped','mPoFM':_0x8ccff4(0x226),'nAdKO':function(_0x340464,_0x49b0f0){return _0x340464!==_0x49b0f0;},'mfNEE':function(_0x5f5438,_0x4d3d42,_0x93d735,_0x5d4b96){return _0x5f5438(_0x4d3d42,_0x93d735,_0x5d4b96);},'ZnaRl':function(_0x16a254,_0x221100){return _0x16a254>_0x221100;},'WFoth':_0x8ccff4(0x1f0),'nfbde':function(_0x1e5049,_0x27fb5b){return _0x1e5049===_0x27fb5b;}},{testUUID:_0x7ad681,testData:_0x27b594,testId:_0x5c7ecc}=_0x3b07bc;if(_0x2e35be[_0x8ccff4(0x1ea)](!_0x27b594,!_0x5c7ecc))return logger[_0x8ccff4(0x34e)](_0x2e35be['UueUA']),{};const _0x427ec2=this[_0x8ccff4(0x305)](TestFrameworkState[_0x8ccff4(0x204)],HookState[_0x8ccff4(0x303)]),_0x3d089e=_0x427ec2['getAllData']()[_0x8ccff4(0x32c)](_0x5c7ecc),_0x5d1de3=_0x2e35be['TCYZH'](_0x3d089e,{}),_0x2369e0=_0x5d1de3?_0x5d1de3[TestFrameworkConstants[_0x8ccff4(0x278)]]||{}:{},_0x38d3cb=_0x5d1de3[TestFrameworkConstants[_0x8ccff4(0x223)]];logger[_0x8ccff4(0x34e)](_0x8ccff4(0x2ed)+(_0x38d3cb?Object[_0x8ccff4(0x352)](_0x38d3cb)[_0x8ccff4(0x231)]:0x0)+_0x8ccff4(0x205));let _0x484107=_0x2e35be[_0x8ccff4(0x319)];if(_0x27b594[_0x8ccff4(0x26b)])_0x484107=_0x27b594[_0x8ccff4(0x26b)];else{if(_0x27b594['errorsDetailed']&&_0x2e35be[_0x8ccff4(0x207)](_0x27b594['errorsDetailed']['length'],0x0))_0x484107=_0x2e35be[_0x8ccff4(0x2ac)];else _0x2e35be['kWbPf'](_0x27b594[_0x8ccff4(0x31d)],_0x2e35be[_0x8ccff4(0x2a9)])||_0x2e35be[_0x8ccff4(0x309)](_0x27b594['status'],_0x2e35be[_0x8ccff4(0x241)])?_0x484107=_0x2e35be[_0x8ccff4(0x241)]:_0x484107=_0x2e35be[_0x8ccff4(0x24f)];}const _0x2c864e={..._0x5d1de3,[TestFrameworkConstants[_0x8ccff4(0x1ed)]]:_0x484107,[TestFrameworkConstants[_0x8ccff4(0x210)]]:_0x27b594[_0x8ccff4(0x1f2)]||new Date()[_0x8ccff4(0x2f7)](),[TestFrameworkConstants[_0x8ccff4(0x2c7)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x8ccff4(0x278)]]:_0x2369e0,[TestFrameworkConstants[_0x8ccff4(0x277)]]:_0x5d1de3[TestFrameworkConstants[_0x8ccff4(0x277)]]||[],[TestFrameworkConstants[_0x8ccff4(0x353)]]:{}};if(_0x2e35be[_0x8ccff4(0x309)](_0x484107,_0x2e35be[_0x8ccff4(0x2ac)])&&_0x27b594['errorsDetailed']){const _0x19d12c=this[_0x8ccff4(0x325)](_0x27b594),_0x11595a=this['getJestFailureType'](_0x27b594),_0x3fc955=this[_0x8ccff4(0x2de)](_0x27b594);_0x2c864e[TestFrameworkConstants[_0x8ccff4(0x35c)]]=_0x11595a,_0x2c864e[TestFrameworkConstants[_0x8ccff4(0x2a4)]]=_0x19d12c,_0x2c864e[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x3fc955;}_0x2e35be['nAdKO'](_0x27b594[_0x8ccff4(0x32a)],undefined)&&(_0x2c864e[TestFrameworkConstants[_0x8ccff4(0x300)]]=_0x27b594['duration']);_0x27b594[_0x8ccff4(0x214)]&&(_0x2c864e[TestFrameworkConstants[_0x8ccff4(0x30d)]]=_0x27b594[_0x8ccff4(0x214)]);const _0x420043=_0x3d089e?_0x3d089e[TestFrameworkConstants[_0x8ccff4(0x223)]]||{}:{},_0x4baa63=_0x3d089e?_0x3d089e[TestFrameworkConstants[_0x8ccff4(0x22d)]]:_0x7ad681,_0x5b31d2=_0x2e35be[_0x8ccff4(0x32d)](getManualUploadLogs,_0x420043,_0x4baa63,_0x5c7ecc);if(_0x2e35be[_0x8ccff4(0x207)](_0x5b31d2[_0x8ccff4(0x231)],0x0)){const _0x311584=_0x2c864e[TestFrameworkConstants['KEY_LOGS']]||[];_0x2c864e[TestFrameworkConstants[_0x8ccff4(0x277)]]=[..._0x311584,..._0x5b31d2];}const _0xba5ea8=_0x5d1de3[TestFrameworkConstants[_0x8ccff4(0x1d9)]]||{},_0x20756f=_0x5d1de3[TestFrameworkConstants[_0x8ccff4(0x27e)]]||{},_0x1f5e8f={..._0xba5ea8},_0x4a316f=_0x1f5e8f;Object[_0x8ccff4(0x352)](_0x20756f)[_0x8ccff4(0x35f)](_0x2b3406=>{const _0x45f2eb=_0x8ccff4;!_0x4a316f[_0x2b3406]&&(_0x4a316f[_0x2b3406]=[]);const _0x46bc3d=new Set((_0x4a316f[_0x2b3406]||[])[_0x45f2eb(0x2b4)](_0x36dc4b=>_0x36dc4b[TestFrameworkConstants[_0x45f2eb(0x29f)]]||_0x36dc4b[_0x45f2eb(0x2f6)]));(_0x20756f[_0x2b3406]||[])['forEach'](_0x4c6968=>{const _0x19b742=_0x45f2eb,_0x15291=_0x4c6968[TestFrameworkConstants[_0x19b742(0x29f)]]||_0x4c6968[_0x19b742(0x2f6)];if(!_0x46bc3d[_0x19b742(0x229)](_0x15291)){const _0x1e26bd={..._0x4c6968},_0x354b57=_0x1e26bd;!_0x354b57[TestFrameworkConstants[_0x19b742(0x2cc)]]&&!_0x354b57[_0x19b742(0x2e6)]&&(_0x354b57[TestFrameworkConstants[_0x19b742(0x2cc)]]=new Date()[_0x19b742(0x2f7)]()),!_0x354b57[TestFrameworkConstants[_0x19b742(0x35b)]]&&!_0x354b57[_0x19b742(0x35e)]&&(_0x354b57[TestFrameworkConstants[_0x19b742(0x35b)]]=TestFrameworkConstants[_0x19b742(0x30f)]),_0x4a316f[_0x2b3406]['push'](_0x354b57);}});});if(_0x3b07bc['originalTest']){this['mapTestHooks'](_0x3b07bc[_0x8ccff4(0x350)]);const _0x2ef56c=this['buildHookMapFromTest'](_0x3b07bc[_0x8ccff4(0x350)]),_0x1f7a9c=this[_0x8ccff4(0x29e)](_0x3b07bc['originalTest']);_0x1f7a9c['forEach'](_0x4da771=>{const _0x265983=_0x8ccff4,_0x4e62f6=_0x2ef56c[_0x265983(0x32c)](_0x4da771);if(_0x4e62f6&&(_0x2e35be[_0x265983(0x246)](_0x4e62f6['type'],_0x2e35be[_0x265983(0x267)])||_0x2e35be['sZMVQ'](_0x4e62f6[_0x265983(0x227)],_0x2e35be[_0x265983(0x2ae)]))){const _0x3ee0a1=_0x4e62f6[_0x265983(0x227)]['toUpperCase']()[_0x265983(0x279)](_0x2e35be['RfFBk'],_0x2e35be[_0x265983(0x2e7)]),_0x3c47ea=_0x3ee0a1;!_0x4a316f[_0x3c47ea]&&(_0x4a316f[_0x3c47ea]=[]);const _0x421680=_0x4a316f[_0x3c47ea][_0x265983(0x21c)](_0x375617=>(_0x375617[TestFrameworkConstants['KEY_HOOK_ID']]||_0x375617[_0x265983(0x2f6)])===_0x4da771);!_0x421680&&_0x4a316f[_0x3c47ea][_0x265983(0x2a3)]({'key':_0x3c47ea,[TestFrameworkConstants[_0x265983(0x29f)]]:_0x4da771,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0x265983(0x30f)],[TestFrameworkConstants[_0x265983(0x228)]]:new Date()[_0x265983(0x2f7)](),[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]:new Date()[_0x265983(0x2f7)](),[TestFrameworkConstants[_0x265983(0x316)]]:[],[TestFrameworkConstants[_0x265983(0x1e9)]]:_0x4e62f6['name']||_0x4e62f6['type']+_0x265983(0x2b6),[TestFrameworkConstants[_0x265983(0x278)]]:_0x2369e0});}});}if(_0x27b594[_0x8ccff4(0x1e0)]&&_0x2e35be['ZnaRl'](_0x27b594[_0x8ccff4(0x1e0)][_0x8ccff4(0x231)],0x0))_0x2c864e[TestFrameworkConstants[_0x8ccff4(0x1d9)]]=_0x27b594[_0x8ccff4(0x1e0)],logger['debug'](_0x2e35be[_0x8ccff4(0x2f4)]);else _0x2e35be[_0x8ccff4(0x31e)](Object[_0x8ccff4(0x352)](_0x4a316f)[_0x8ccff4(0x231)],0x0)&&(_0x2c864e[TestFrameworkConstants[_0x8ccff4(0x1d9)]]=_0x4a316f,logger[_0x8ccff4(0x34e)](_0x8ccff4(0x22e)+Object[_0x8ccff4(0x352)](_0x4a316f)[_0x8ccff4(0x2c3)](',')));const _0x256161=this['getJestTestName'](_0x27b594);logger[_0x8ccff4(0x34e)](_0x8ccff4(0x274)+_0x256161+_0x8ccff4(0x233)+_0x5c7ecc+'\x20(testIdentifier),\x20result='+_0x484107+_0x8ccff4(0x2ba)+_0x27b594[_0x8ccff4(0x32a)]);_0x2e35be[_0x8ccff4(0x330)](_0x484107,_0x2e35be[_0x8ccff4(0x2ac)])&&logger['debug'](_0x8ccff4(0x238)+_0x5c7ecc+_0x8ccff4(0x2b5)+_0x2c864e[TestFrameworkConstants[_0x8ccff4(0x35c)]]+_0x8ccff4(0x203)+_0x2c864e[TestFrameworkConstants[_0x8ccff4(0x2a4)]]?.[_0x8ccff4(0x273)](0x0,0xc8));const _0x4fc780={};return _0x4fc780[_0x5c7ecc]=_0x2c864e,_0x4fc780;}[a92_0x419bae(0x294)](_0x123c03){const _0x45339c=a92_0x419bae,_0x3b5677={};_0x3b5677['Tzogl']=function(_0x482a74,_0x1c871e){return _0x482a74!==_0x1c871e;},_0x3b5677[_0x45339c(0x20a)]=function(_0x582839,_0x58b16e){return _0x582839!==_0x58b16e;},_0x3b5677[_0x45339c(0x212)]=_0x45339c(0x33e);const _0xd7a1b=_0x3b5677,_0x1c24ba={};_0x1c24ba[_0x45339c(0x1d7)]=0x2,_0x1c24ba[_0x45339c(0x34c)]=0x3,logger['debug'](_0x45339c(0x1fd)+util[_0x45339c(0x338)](_0x123c03,_0x1c24ba));const _0x290bcf=[];if(_0x123c03&&_0x123c03[_0x45339c(0x1d3)]){let _0x2bdf3a=_0x123c03[_0x45339c(0x1d3)];while(_0x2bdf3a&&_0x2bdf3a['name']&&_0xd7a1b[_0x45339c(0x358)](_0x2bdf3a[_0x45339c(0x20b)],'')&&_0xd7a1b[_0x45339c(0x20a)](_0x2bdf3a[_0x45339c(0x20b)],_0xd7a1b[_0x45339c(0x212)])){_0x290bcf['push'](_0x2bdf3a[_0x45339c(0x20b)]),_0x2bdf3a=_0x2bdf3a[_0x45339c(0x1d3)];}}return _0x290bcf['reverse']();}[a92_0x419bae(0x20c)](_0x4beeb8){const _0x4c0949=a92_0x419bae,_0x42622d={};_0x42622d[_0x4c0949(0x30c)]=_0x4c0949(0x1f7);const _0xd358c5=_0x42622d;if(_0x4beeb8[_0x4c0949(0x20b)])return _0x4beeb8[_0x4c0949(0x20b)];if(_0x4beeb8[_0x4c0949(0x315)])return _0x4beeb8[_0x4c0949(0x315)];return _0xd358c5[_0x4c0949(0x30c)];}['getJestTestTags'](_0x165cd0){const _0x3edaa5=a92_0x419bae,_0x5a28cb=[];if(_0x165cd0['tags']&&Array[_0x3edaa5(0x2ce)](_0x165cd0[_0x3edaa5(0x245)]))return _0x165cd0[_0x3edaa5(0x245)]['map'](_0x367b07=>_0x367b07[_0x3edaa5(0x2e8)]('@')?_0x367b07[_0x3edaa5(0x28d)](0x1):_0x367b07);const _0x306b32=this[_0x3edaa5(0x20c)](_0x165cd0),_0x2a8c43=_0x306b32['match'](/@(\w+)/g);if(_0x2a8c43)return _0x2a8c43[_0x3edaa5(0x2b4)](_0x4065b2=>_0x4065b2['slice'](0x1));return _0x165cd0[_0x3edaa5(0x1de)]&&Array[_0x3edaa5(0x2ce)](_0x165cd0[_0x3edaa5(0x1de)])&&_0x165cd0[_0x3edaa5(0x1de)][_0x3edaa5(0x35f)](_0x4e1684=>{const _0x447872=_0x3edaa5,_0x43420b=_0x4e1684['match'](/@(\w+)/g);_0x43420b&&_0x43420b[_0x447872(0x35f)](_0x1ce426=>{const _0x57b76c=_0x447872,_0x1462da=_0x1ce426['slice'](0x1);!_0x5a28cb[_0x57b76c(0x269)](_0x1462da)&&_0x5a28cb[_0x57b76c(0x2a3)](_0x1462da);});}),_0x5a28cb;}[a92_0x419bae(0x33f)](_0x49eaff){const _0x9c8738=a92_0x419bae,_0x1a70cf={'xQDID':function(_0x344964,_0x3bdc56){return _0x344964(_0x3bdc56);}};if(_0x49eaff[_0x9c8738(0x27f)])return _0x49eaff['file_name'];if(_0x49eaff[_0x9c8738(0x2e1)])try{const _0x7cb270=stackTrace[_0x9c8738(0x26d)](_0x49eaff[_0x9c8738(0x2e1)]),_0x39af57=_0x1a70cf[_0x9c8738(0x23a)](pickUserFrameFile,_0x7cb270);if(_0x39af57)return _0x39af57;logger[_0x9c8738(0x34e)](_0x9c8738(0x284)+_0x7cb270['length']+')');}catch(_0x1c4bfa){logger[_0x9c8738(0x34e)](_0x9c8738(0x202)+util[_0x9c8738(0x2f9)](_0x1c4bfa));}return null;}[a92_0x419bae(0x325)](_0xae5420){const _0x219536=a92_0x419bae,_0x12c41e={};_0x12c41e[_0x219536(0x252)]=function(_0x34b69e,_0x2d9040){return _0x34b69e>_0x2d9040;},_0x12c41e['HxHgI']=_0x219536(0x254);const _0x14e2e4=_0x12c41e;if(_0xae5420[_0x219536(0x260)]&&_0x14e2e4[_0x219536(0x252)](_0xae5420['errorsDetailed'][_0x219536(0x231)],0x0))return util[_0x219536(0x338)](_0xae5420[_0x219536(0x260)][0x0]);if(_0xae5420['failure_reason'])return _0xae5420[_0x219536(0x1dd)];return _0x14e2e4[_0x219536(0x235)];}[a92_0x419bae(0x1f4)](_0x2b3982){const _0x59f775=a92_0x419bae,_0x10d3af={};_0x10d3af['ZtTic']='Assert',_0x10d3af[_0x59f775(0x21a)]=_0x59f775(0x1ff),_0x10d3af[_0x59f775(0x2ca)]=_0x59f775(0x1db);const _0x14730c=_0x10d3af,_0x2edbdb=this[_0x59f775(0x325)](_0x2b3982);if(_0x2edbdb&&_0x2edbdb[_0x59f775(0x269)](_0x14730c['ZtTic']))return _0x14730c[_0x59f775(0x21a)];return _0x14730c[_0x59f775(0x2ca)];}[a92_0x419bae(0x2de)](_0x36a2f7){const _0x4a4cb4=a92_0x419bae,_0x11c1a0={'vLmwB':function(_0x9cd2d4,_0x1d0a2c){return _0x9cd2d4(_0x1d0a2c);},'mxVGw':_0x4a4cb4(0x2fa),'MuXoA':function(_0xc98847,_0x37ea05){return _0xc98847!==_0x37ea05;},'hCIJM':_0x4a4cb4(0x1e5)},{failureData:_0x39c77a}=_0x11c1a0['vLmwB'](require,_0x11c1a0[_0x4a4cb4(0x236)]),_0x1c37f3=[];return _0x11c1a0['MuXoA'](_0x36a2f7[_0x4a4cb4(0x260)],undefined)&&_0x1c37f3['push'](_0x36a2f7['errorsDetailed'],_0x11c1a0[_0x4a4cb4(0x27b)]),_0x39c77a[_0x4a4cb4(0x346)](null,_0x1c37f3);}async[a92_0x419bae(0x208)](_0x44e0db,_0x25a512,_0x585fa3,_0x4e859e){const _0x18b7aa=a92_0x419bae,_0x21cefc={'SafUY':_0x18b7aa(0x339),'tnTzp':function(_0x3a6c6d){return _0x3a6c6d();},'mIpAN':function(_0x410b4e,_0xfe7c17){return _0x410b4e in _0xfe7c17;},'Ekoxi':function(_0x814ef3,_0x93ffff){return _0x814ef3===_0x93ffff;},'WOZZZ':function(_0x3c0179,_0x40ac8d){return _0x3c0179===_0x40ac8d;},'Reige':function(_0xcd5bac,_0xc24c0f){return _0xcd5bac>_0xc24c0f;},'suTyi':_0x18b7aa(0x1d1),'oyRhs':_0x18b7aa(0x226),'xvsVI':function(_0x152348,_0x3feba9){return _0x152348===_0x3feba9;},'IBlNR':_0x18b7aa(0x25c),'hPOME':function(_0x38508b,_0x324d63){return _0x38508b===_0x324d63;},'GUdxm':function(_0x56beea,_0xbcee9b){return _0x56beea!==_0xbcee9b;}},{hookData:_0x479a5b}=_0x4e859e,_0x550d09=_0x585fa3['toString'](),_0x3a152e=_0x25a512[_0x18b7aa(0x291)](),_0x337ddd={};_0x337ddd['depth']=0x2,_0x337ddd[_0x18b7aa(0x34c)]=0x3,logger[_0x18b7aa(0x34e)](_0x18b7aa(0x1dc)+_0x3a152e+_0x18b7aa(0x2c1)+_0x550d09+_0x18b7aa(0x2c5)+util[_0x18b7aa(0x338)](_0x479a5b,_0x337ddd));if(!_0x479a5b)return logger[_0x18b7aa(0x34e)](_0x21cefc[_0x18b7aa(0x363)]),{};const _0x3daf91=_0x479a5b[_0x18b7aa(0x1d2)]||_0x479a5b[_0x18b7aa(0x301)]||_0x21cefc[_0x18b7aa(0x361)](uuidv4),_0x3b1f24=_0x479a5b['test_run_id']||this[_0x18b7aa(0x2c0)](_0x479a5b),_0x519de2=_0x25a512[_0x18b7aa(0x291)]()['split']('.')[0x1],_0x18c8bc=_0x44e0db['getAllData']()[_0x18b7aa(0x32c)](_0x3b1f24),_0x1159fa=_0x18c8bc?_0x18c8bc[TestFrameworkConstants[_0x18b7aa(0x278)]]||{}:{};logger[_0x18b7aa(0x34e)](_0x18b7aa(0x218)+_0x3daf91+_0x18b7aa(0x233)+_0x3b1f24+_0x18b7aa(0x306)+_0x519de2+_0x18b7aa(0x2c1)+_0x550d09);if(!_0x18c8bc)return logger[_0x18b7aa(0x34e)](_0x18b7aa(0x258)+_0x3b1f24+_0x18b7aa(0x2c8)),this[_0x18b7aa(0x22f)](_0x44e0db,_0x3b1f24,_0x25a512,_0x585fa3,_0x4e859e),{};let _0x44a4c0=_0x18c8bc[TestFrameworkConstants[_0x18b7aa(0x27e)]];!_0x44a4c0&&(_0x44a4c0={});!_0x21cefc[_0x18b7aa(0x351)](_0x519de2,_0x44a4c0)&&(_0x44a4c0[_0x519de2]=[]);let _0xae556c=_0x18c8bc[TestFrameworkConstants[_0x18b7aa(0x1d9)]];!_0xae556c&&(_0xae556c={});!_0x21cefc[_0x18b7aa(0x351)](_0x519de2,_0xae556c)&&(_0xae556c[_0x519de2]=[]);const _0xdec6a7={[_0x3b1f24]:{[TestFrameworkConstants[_0x18b7aa(0x27e)]]:_0x44a4c0,[TestFrameworkConstants[_0x18b7aa(0x1d9)]]:_0xae556c,[TestFrameworkConstants[_0x18b7aa(0x20d)]]:this[_0x18b7aa(0x2c2)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x18b7aa(0x213)]()[this[_0x18b7aa(0x2c2)]()[0x0]]||''}};if(_0x21cefc[_0x18b7aa(0x365)](_0x585fa3,HookState[_0x18b7aa(0x2fe)])){const _0x1f3244={'key':_0x519de2,[TestFrameworkConstants[_0x18b7aa(0x29f)]]:_0x3daf91,[TestFrameworkConstants[_0x18b7aa(0x35b)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x18b7aa(0x228)]]:_0x479a5b[_0x18b7aa(0x2cb)]||new Date()[_0x18b7aa(0x2f7)](),[TestFrameworkConstants[_0x18b7aa(0x316)]]:[],[TestFrameworkConstants[_0x18b7aa(0x1e9)]]:_0x479a5b[_0x18b7aa(0x20b)]||_0x479a5b['hook_type']||_0x519de2,[TestFrameworkConstants[_0x18b7aa(0x278)]]:_0x1159fa};_0x44a4c0[_0x519de2][_0x18b7aa(0x2a3)](_0x1f3244),_0xdec6a7[_0x3b1f24][TestFrameworkConstants[_0x18b7aa(0x25a)]]=_0x519de2;const _0x366e94={};_0x366e94[_0x18b7aa(0x1d7)]=0x2,logger[_0x18b7aa(0x34e)](_0x18b7aa(0x2c6)+_0x519de2+_0x18b7aa(0x2d5)+_0x3daf91+_0x18b7aa(0x233)+_0x3b1f24+_0x18b7aa(0x281)+util[_0x18b7aa(0x338)](_0x1f3244,_0x366e94));}else{if(_0x21cefc[_0x18b7aa(0x292)](_0x585fa3,HookState['POST'])){const _0x3922fb=_0x479a5b[_0x18b7aa(0x26b)]||(_0x479a5b[_0x18b7aa(0x260)]&&_0x21cefc[_0x18b7aa(0x2bb)](_0x479a5b[_0x18b7aa(0x260)][_0x18b7aa(0x231)],0x0)?_0x21cefc[_0x18b7aa(0x324)]:_0x21cefc['oyRhs']),_0x5e02bf=_0x44a4c0[_0x519de2]||[];logger[_0x18b7aa(0x34e)](_0x18b7aa(0x21d)+_0x519de2+_0x18b7aa(0x233)+_0x3b1f24+_0x18b7aa(0x28a)+_0x3922fb+',\x20hooksListLength='+_0x5e02bf['length']);if(_0x21cefc[_0x18b7aa(0x365)](_0x5e02bf[_0x18b7aa(0x231)],0x0)&&_0x21cefc[_0x18b7aa(0x326)](_0x25a512,TestFrameworkState[_0x18b7aa(0x22a)]))return logger[_0x18b7aa(0x34e)](_0x21cefc['IBlNR']),this[_0x18b7aa(0x22f)](_0x44e0db,_0x3b1f24,_0x25a512,_0x585fa3,_0x4e859e),{};if(_0x21cefc['Reige'](_0x5e02bf[_0x18b7aa(0x231)],0x0)){const _0x51d613=_0x5e02bf[_0x18b7aa(0x26a)]();_0x21cefc[_0x18b7aa(0x250)](_0x3922fb,_0x21cefc[_0x18b7aa(0x324)])&&_0x479a5b[_0x18b7aa(0x260)]?(_0x51d613[TestFrameworkConstants[_0x18b7aa(0x355)]]=this[_0x18b7aa(0x1f4)](_0x479a5b),_0x51d613[TestFrameworkConstants[_0x18b7aa(0x333)]]=this['getJestFailureReason'](_0x479a5b),_0x51d613[TestFrameworkConstants[_0x18b7aa(0x27d)]]=this[_0x18b7aa(0x2de)](_0x479a5b),logger[_0x18b7aa(0x34e)](_0x18b7aa(0x220)+_0x519de2+_0x18b7aa(0x2b5)+_0x51d613[TestFrameworkConstants[_0x18b7aa(0x355)]]+_0x18b7aa(0x203)+_0x51d613[TestFrameworkConstants[_0x18b7aa(0x333)]]?.['substring'](0x0,0xc8))):_0x51d613[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x21cefc[_0x18b7aa(0x2f5)];_0x21cefc[_0x18b7aa(0x2bf)](_0x3922fb,TestFrameworkConstants[_0x18b7aa(0x30f)])&&(_0x51d613[TestFrameworkConstants[_0x18b7aa(0x35b)]]=_0x3922fb);_0x51d613[TestFrameworkConstants[_0x18b7aa(0x2cc)]]=_0x479a5b[_0x18b7aa(0x1f2)]||new Date()[_0x18b7aa(0x2f7)](),_0x51d613[TestFrameworkConstants[_0x18b7aa(0x278)]]=_0x1159fa;const _0x22da3c=_0x51d613[TestFrameworkConstants[_0x18b7aa(0x29f)]];!_0xae556c[_0x519de2]&&(_0xae556c[_0x519de2]=[]);_0xae556c[_0x519de2][_0x18b7aa(0x2a3)](_0x51d613),_0xdec6a7[_0x3b1f24][TestFrameworkConstants[_0x18b7aa(0x2b1)]]=_0x519de2;const _0x3880e7={};_0x3880e7['depth']=0x2,logger[_0x18b7aa(0x34e)](_0x18b7aa(0x32e)+_0x519de2+_0x18b7aa(0x2d5)+_0x22da3c+_0x18b7aa(0x28a)+_0x3922fb+_0x18b7aa(0x281)+util[_0x18b7aa(0x338)](_0x51d613,_0x3880e7));}}}return _0xdec6a7;}[a92_0x419bae(0x334)](_0xfa988d){const _0x38a367=a92_0x419bae,_0x3f3fa4={};_0x3f3fa4['wCTbS']=_0x38a367(0x28b);const _0x58c15b=_0x3f3fa4;try{const _0x36757a=_0xfa988d['test']?this['getJestTestIdentifier'](_0xfa988d[_0x38a367(0x1e5)]):_0xfa988d['hookData']['test_run_id'],_0x594cad=_0xfa988d['instance'],_0x9ba4db=_0x594cad[_0x38a367(0x290)](),_0x2cc507=_0x594cad['getAllData']()[_0x38a367(0x32c)](_0x36757a);if(!_0x2cc507)return logger[_0x38a367(0x34e)](_0x38a367(0x251)+_0x36757a),{};const {[TestFrameworkConstants[_0x38a367(0x20d)]]:_0x4c4260=this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x38a367(0x2ff)]]:_0x360487=this[_0x38a367(0x213)]()[this[_0x38a367(0x2c2)]()[0x0]]||'',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x43ccb5='',[TestFrameworkConstants[_0x38a367(0x210)]]:_0x6e5519=''}=_0x2cc507,_0x18de6d=_0x594cad[_0x38a367(0x1e3)]()[_0x38a367(0x291)]()[_0x38a367(0x234)]('.')[0x1],_0x3efae0=_0x594cad['getCurrentHookState']()[_0x38a367(0x291)]()[_0x38a367(0x234)]('.')[0x1],_0x1fb559=global?.[_0x38a367(0x217)]?.[_0x38a367(0x225)]?.[_0x38a367(0x347)]||global[_0x38a367(0x320)]||0x0,_0x2ce087=_0x594cad['getRef'](),_0x32fa67=Buffer[_0x38a367(0x33d)](JSON[_0x38a367(0x206)](_0x2cc507))[_0x38a367(0x291)](_0x58c15b['wCTbS']),_0x41862f={'hash':_0x9ba4db[_0x38a367(0x287)](),'threadId':_0x9ba4db[_0x38a367(0x1da)]()['toString'](),'processId':_0x9ba4db[_0x38a367(0x27a)]()[_0x38a367(0x291)]()},_0x4aa693={};_0x4aa693[_0x38a367(0x230)]=_0x1fb559,_0x4aa693[_0x38a367(0x2a6)]=_0x4c4260,_0x4aa693['testFrameworkVersion']=_0x360487,_0x4aa693[_0x38a367(0x2da)]=_0x18de6d,_0x4aa693[_0x38a367(0x322)]=_0x3efae0,_0x4aa693['startedAt']=_0x43ccb5,_0x4aa693['endedAt']=_0x6e5519,_0x4aa693['uuid']=_0x2ce087,_0x4aa693['eventJson']=_0x32fa67,_0x4aa693[_0x38a367(0x219)]=_0x41862f,_0x4aa693[_0x38a367(0x293)]=_0x36757a;const _0x2fffcf=_0x4aa693;return _0x2fffcf;}catch(_0x351773){return logger[_0x38a367(0x296)](_0x38a367(0x249)+util[_0x38a367(0x2f9)](_0x351773)),{};}}async[a92_0x419bae(0x26e)](_0x24568f,_0x1e0de8,_0x566583){const _0x5568b4=a92_0x419bae,_0x3d93e4={'VnZqc':function(_0x44cba0,_0xae8785){return _0x44cba0+_0xae8785;},'UWepL':_0x5568b4(0x1d4),'cNoke':_0x5568b4(0x28f),'OrMcx':function(_0x49d73a,_0x18648c){return _0x49d73a>_0x18648c;},'tkXHb':function(_0x559816,_0x6c9ada,_0x533450,_0x33ab87){return _0x559816(_0x6c9ada,_0x533450,_0x33ab87);},'RedWk':function(_0x25e851,_0x4e5f66){return _0x25e851-_0x4e5f66;},'sZrzv':function(_0x3d7b4f,_0x2bf88b){return _0x3d7b4f===_0x2bf88b;},'llaVX':function(_0x4c7ac7,_0x4e31e0){return _0x4c7ac7/_0x4e31e0;},'kotSF':function(_0x50b6ae,_0x5242d2){return _0x50b6ae<_0x5242d2;},'uaNje':function(_0x101538,_0x2bebc6){return _0x101538*_0x2bebc6;},'WMRHu':function(_0x1423a5,_0x5a8bb3){return _0x1423a5+_0x5a8bb3;},'bVLTt':function(_0x4db8cf,_0x4d64d6){return _0x4db8cf+_0x4d64d6;},'ptPLK':function(_0x1c2b39,_0x3052ef){return _0x1c2b39+_0x3052ef;}};try{const _0x2fd8b4=_0x566583[_0x5568b4(0x1fc)]||_0x566583[_0x5568b4(0x2b7)],_0xb48f71=Array[_0x5568b4(0x33d)](_0x24568f[_0x5568b4(0x2e9)]()[_0x5568b4(0x352)]()),_0x36222c=_0x24568f[_0x5568b4(0x2e9)]()[_0x5568b4(0x32c)](_0x2fd8b4);if(!_0x36222c){logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x2fd8b4);return;}const {[TestFrameworkConstants[_0x5568b4(0x20d)]]:_0x3162b1='',[TestFrameworkConstants[_0x5568b4(0x2ff)]]:_0x5cc7f8=''}=_0x36222c;let _0x2e5347=[];_0x36222c&&_0x36222c[TestFrameworkConstants[_0x5568b4(0x277)]]&&Array[_0x5568b4(0x2ce)](_0x36222c[TestFrameworkConstants[_0x5568b4(0x277)]])?(_0x2e5347=_0x36222c[TestFrameworkConstants[_0x5568b4(0x277)]]||[],logger[_0x5568b4(0x34e)](_0x5568b4(0x209)+_0x2e5347['length']+_0x5568b4(0x256)+_0x2fd8b4),_0x24568f[_0x5568b4(0x248)]({[_0x2fd8b4]:{[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants[_0x5568b4(0x20d)]]:this[_0x5568b4(0x2c2)]()[0x0]||'',[TestFrameworkConstants[_0x5568b4(0x2ff)]]:this[_0x5568b4(0x213)]()[this[_0x5568b4(0x2c2)]()[0x0]]||''}}),logger[_0x5568b4(0x34e)](_0x5568b4(0x2d7)+_0x2fd8b4)):logger[_0x5568b4(0x34e)](_0x5568b4(0x200)+_0x2fd8b4);logger['debug'](_0x5568b4(0x26c)+_0x2e5347['length']+'\x20for\x20testId:\x20'+_0x2fd8b4);const _0x1fecc2=_0x2e5347[_0x5568b4(0x2d9)](_0x1ff684=>_0x1ff684[_0x5568b4(0x1f3)]===_0x5568b4(0x359));_0x3d93e4[_0x5568b4(0x244)](_0x1fecc2[_0x5568b4(0x231)],0x0)&&(logger[_0x5568b4(0x34e)](_0x5568b4(0x2ea)+_0x1fecc2[_0x5568b4(0x231)]+_0x5568b4(0x33c)+_0x2fd8b4),_0x1fecc2[_0x5568b4(0x35f)]((_0x383682,_0x165576)=>{const _0xe2736c=_0x5568b4;logger[_0xe2736c(0x34e)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20'+_0x3d93e4[_0xe2736c(0x340)](_0x165576,0x1)+'/'+_0x1fecc2['length']+_0xe2736c(0x2db)+(_0x383682[_0xe2736c(0x293)]||_0x3d93e4[_0xe2736c(0x1df)])+_0xe2736c(0x243)+(_0x383682[_0xe2736c(0x286)]||_0x3d93e4[_0xe2736c(0x1df)])+_0xe2736c(0x266)+(_0x383682[_0xe2736c(0x24e)]||_0x3d93e4[_0xe2736c(0x2fb)])+',\x20messageLength='+(_0x383682['message']?.['length']||0x0));}));const _0x150940=_0x36222c[TestFrameworkConstants[_0x5568b4(0x223)]]||{},_0x933dbf=_0x3d93e4['tkXHb'](getMediaArtifactsLogs,_0x150940,null,_0x2fd8b4),_0x3b123f=(_0x2e5347||[])[_0x5568b4(0x34b)](_0x933dbf||[]),_0x2b91fb=_0x1fecc2?.[_0x5568b4(0x231)]||0x0,_0x49eac1=_0x3d93e4[_0x5568b4(0x2a5)](_0x2e5347?.[_0x5568b4(0x231)]||0x0,_0x2b91fb);logger[_0x5568b4(0x34e)](_0x5568b4(0x2d8)+_0x2fd8b4+_0x5568b4(0x317)+_0x49eac1+_0x5568b4(0x337)+_0x2b91fb+_0x5568b4(0x2a0)+(_0x933dbf?.[_0x5568b4(0x231)]||0x0)+',\x20totalLogs:\x20'+_0x3b123f[_0x5568b4(0x231)]);if(!_0x3b123f||_0x3d93e4[_0x5568b4(0x1f8)](_0x3b123f['length'],0x0)){logger['debug'](_0x5568b4(0x312)+_0x2fd8b4);return;}const _0x736463=0x28,_0x5cd9ba=Math['ceil'](_0x3d93e4['llaVX'](_0x3b123f[_0x5568b4(0x231)],_0x736463));for(let _0x43a8f5=0x0;_0x3d93e4[_0x5568b4(0x20f)](_0x43a8f5,_0x5cd9ba);_0x43a8f5++){const _0x19e587=_0x3d93e4['uaNje'](_0x43a8f5,_0x736463),_0x183c4f=_0x3d93e4[_0x5568b4(0x2dd)](_0x19e587,_0x736463),_0x268b92=_0x3b123f['slice'](_0x19e587,_0x183c4f),_0x4e9776=global?.['browserstackPlatformIndex']??0x0,_0x4193ab={'platformIndex':_0x4e9776,'logs':_0x268b92,'testFrameworkName':_0x3162b1,'testFrameworkVersion':_0x5cc7f8,'testFrameworkState':_0x1e0de8[_0x5568b4(0x291)]()[_0x5568b4(0x234)]('.')[0x1]},_0x3e71a5={};_0x3e71a5['depth']=0x3,_0x3e71a5[_0x5568b4(0x34c)]=0x5,logger[_0x5568b4(0x34e)](_0x5568b4(0x328)+_0x3d93e4[_0x5568b4(0x263)](_0x43a8f5,0x1)+'/'+_0x5cd9ba+_0x5568b4(0x342)+_0x2fd8b4+_0x5568b4(0x364)+_0x268b92[_0x5568b4(0x231)]+_0x5568b4(0x2d6)+_0x4e9776+',\x20payload:\x20'+util[_0x5568b4(0x338)](_0x4193ab,_0x3e71a5));const _0x576443=await GrpcClient['getInstance']()['logCreatedEvent'](_0x4193ab);logger[_0x5568b4(0x34e)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x3d93e4[_0x5568b4(0x20e)](_0x43a8f5,0x1)+'/'+_0x5cd9ba+_0x5568b4(0x342)+_0x2fd8b4+',\x20response='+util[_0x5568b4(0x338)](_0x576443));}_0x933dbf&&_0x3d93e4[_0x5568b4(0x244)](_0x933dbf[_0x5568b4(0x231)],0x0)&&_0x36222c[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]&&_0x24568f[_0x5568b4(0x248)]({[_0x2fd8b4]:{[TestFrameworkConstants[_0x5568b4(0x223)]]:{},[TestFrameworkConstants[_0x5568b4(0x20d)]]:this[_0x5568b4(0x2c2)]()[0x0]||'',[TestFrameworkConstants[_0x5568b4(0x2ff)]]:this[_0x5568b4(0x213)]()[this[_0x5568b4(0x2c2)]()[0x0]]||''}}),logger[_0x5568b4(0x34e)](_0x5568b4(0x335)+_0x2fd8b4+',\x20totalBatches:\x20'+_0x5cd9ba);}catch(_0x26c620){logger[_0x5568b4(0x296)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20'+(_0x566583[_0x5568b4(0x1fc)]||_0x566583[_0x5568b4(0x2b7)])+_0x5568b4(0x2ef)+util[_0x5568b4(0x2f9)](_0x26c620));}}['storePendingHook'](_0x1b6080,_0x564956,_0x33f84e,_0x45f029,_0x1a80b8){const _0x45a7ab=a92_0x419bae,_0x59ee85={};_0x59ee85['DrISN']=function(_0x2c1c8e,_0x30b5fc){return _0x2c1c8e===_0x30b5fc;},_0x59ee85[_0x45a7ab(0x31f)]='beforeAll';const _0x3ff98a=_0x59ee85,{hookData:_0x548a8b}=_0x1a80b8,_0x424974={'testId':_0x564956,'testFrameworkState':_0x33f84e,'hookState':_0x45f029,'args':_0x1a80b8,'timestamp':new Date()[_0x45a7ab(0x2f7)]()};if(_0x3ff98a[_0x45a7ab(0x257)](_0x33f84e,TestFrameworkState[_0x45a7ab(0x22a)])&&_0x548a8b){const _0x56cad3={};_0x56cad3[_0x45a7ab(0x341)]=_0x548a8b[_0x45a7ab(0x27f)]||_0x548a8b[_0x45a7ab(0x2dc)],_0x56cad3[_0x45a7ab(0x331)]=_0x548a8b[_0x45a7ab(0x331)]||_0x548a8b['scopes']&&_0x548a8b['scopes'][0x0]||'',_0x56cad3[_0x45a7ab(0x2fc)]=_0x3ff98a[_0x45a7ab(0x31f)],_0x424974[_0x45a7ab(0x2d2)]=_0x56cad3,logger['debug'](_0x45a7ab(0x1d5)+_0x564956+_0x45a7ab(0x216)+_0x424974[_0x45a7ab(0x2d2)][_0x45a7ab(0x341)]+_0x45a7ab(0x276)+_0x424974[_0x45a7ab(0x2d2)][_0x45a7ab(0x331)]);}_0x1b6080[_0x45a7ab(0x360)](_0x564956,_0x424974),logger[_0x45a7ab(0x34e)]('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x564956+_0x45a7ab(0x295)+_0x33f84e+',\x20hookState:\x20'+_0x45f029);}async[a92_0x419bae(0x2b3)](_0x2f6915,_0x8bb400){const _0x2ab8cb=a92_0x419bae,_0x5d3412={};_0x5d3412[_0x2ab8cb(0x2ad)]=function(_0x101e07,_0x241ba0){return _0x101e07>_0x241ba0;},_0x5d3412[_0x2ab8cb(0x2b8)]=function(_0xfd89c0,_0x59148b){return _0xfd89c0===_0x59148b;},_0x5d3412[_0x2ab8cb(0x2f1)]=function(_0x324ff9,_0x1a2ca3){return _0x324ff9===_0x1a2ca3;},_0x5d3412[_0x2ab8cb(0x2ee)]=_0x2ab8cb(0x282);const _0x3ecda6=_0x5d3412;if(_0x2f6915[_0x2ab8cb(0x2d3)](_0x8bb400)){const _0x19951b=_0x2f6915[_0x2ab8cb(0x345)](_0x8bb400);logger[_0x2ab8cb(0x34e)]('Processing\x20'+_0x19951b[_0x2ab8cb(0x231)]+_0x2ab8cb(0x366)+_0x8bb400);for(const _0x6b55da of _0x19951b){try{const _0x528f67=await this[_0x2ab8cb(0x208)](_0x2f6915,_0x6b55da[_0x2ab8cb(0x2da)],_0x6b55da[_0x2ab8cb(0x322)],_0x6b55da[_0x2ab8cb(0x27c)]);_0x528f67&&_0x3ecda6[_0x2ab8cb(0x2ad)](Object[_0x2ab8cb(0x352)](_0x528f67)[_0x2ab8cb(0x231)],0x0)&&_0x2f6915[_0x2ab8cb(0x248)](_0x528f67),await this[_0x2ab8cb(0x272)](_0x2f6915,_0x6b55da['testFrameworkState'],_0x6b55da[_0x2ab8cb(0x322)],_0x6b55da[_0x2ab8cb(0x27c)]);}catch(_0x2dfcca){logger[_0x2ab8cb(0x296)](_0x2ab8cb(0x29a)+_0x8bb400+',\x20error:\x20'+_0x2dfcca);}}_0x2f6915[_0x2ab8cb(0x255)](_0x8bb400),logger['debug'](_0x2ab8cb(0x1fe)+_0x8bb400);}const _0xfd7085=_0x2f6915['getAllData']()[_0x2ab8cb(0x32c)](_0x8bb400);if(_0xfd7085){const _0x1ff7fd=_0xfd7085[TestFrameworkConstants[_0x2ab8cb(0x323)]]||_0xfd7085[TestFrameworkConstants[_0x2ab8cb(0x261)]],_0x33c7db=_0xfd7085[TestFrameworkConstants[_0x2ab8cb(0x356)]]||_0xfd7085[TestFrameworkConstants[_0x2ab8cb(0x33b)]]&&_0xfd7085[TestFrameworkConstants[_0x2ab8cb(0x33b)]][0x0]||'';logger[_0x2ab8cb(0x34e)](_0x2ab8cb(0x28e)+_0x1ff7fd+_0x2ab8cb(0x276)+_0x33c7db);const _0x52041=_0x2f6915['getAllPendingHookTestIds']();for(const _0x2e02f3 of _0x52041){if(_0x3ecda6[_0x2ab8cb(0x2b8)](_0x2e02f3,_0x8bb400))continue;if(_0x2f6915[_0x2ab8cb(0x2d3)](_0x2e02f3)){const _0x13ed07=_0x2f6915[_0x2ab8cb(0x345)](_0x2e02f3);for(const _0x2b062f of _0x13ed07){if(_0x3ecda6[_0x2ab8cb(0x2f1)](_0x2b062f['testFrameworkState'],TestFrameworkState[_0x2ab8cb(0x22a)])&&_0x2b062f[_0x2ab8cb(0x2d2)]){const _0x3b215f=_0x2b062f[_0x2ab8cb(0x2d2)][_0x2ab8cb(0x341)],_0x314d3b=_0x2b062f[_0x2ab8cb(0x2d2)]['scope'];if(_0x3ecda6['DyVjN'](_0x3b215f,_0x1ff7fd)&&_0x3ecda6['DyVjN'](_0x314d3b,_0x33c7db)){logger['debug'](_0x2ab8cb(0x2cd)+_0x2e02f3+_0x2ab8cb(0x29c)+_0x8bb400+_0x2ab8cb(0x216)+_0x3b215f+_0x2ab8cb(0x276)+_0x314d3b);_0x2b062f['args']&&_0x2b062f['args'][_0x2ab8cb(0x1ee)]&&(_0x2b062f[_0x2ab8cb(0x27c)][_0x2ab8cb(0x1ee)]['test_run_id']=_0x8bb400,logger[_0x2ab8cb(0x34e)]('[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20'+_0x2e02f3+_0x2ab8cb(0x362)+_0x8bb400));try{const _0xbd7278=await this['trackHookEvent'](_0x2f6915,_0x2b062f[_0x2ab8cb(0x2da)],_0x2b062f[_0x2ab8cb(0x322)],_0x2b062f['args']);_0xbd7278&&_0x3ecda6[_0x2ab8cb(0x2ad)](Object['keys'](_0xbd7278)[_0x2ab8cb(0x231)],0x0)&&_0x2f6915[_0x2ab8cb(0x248)](_0xbd7278);await this[_0x2ab8cb(0x272)](_0x2f6915,_0x2b062f['testFrameworkState'],_0x2b062f['hookState'],_0x2b062f[_0x2ab8cb(0x27c)]);const _0x391fa5=_0x2f6915[_0x2ab8cb(0x345)](_0x2e02f3)[_0x2ab8cb(0x2d9)](_0x558ff9=>_0x558ff9!==_0x2b062f);if(_0x3ecda6[_0x2ab8cb(0x2b8)](_0x391fa5['length'],0x0))_0x2f6915[_0x2ab8cb(0x255)](_0x2e02f3);else{_0x2f6915['removePendingHooks'](_0x2e02f3);for(const _0x525004 of _0x391fa5){_0x2f6915['addPendingHook'](_0x2e02f3,_0x525004);}}logger[_0x2ab8cb(0x34e)](_0x3ecda6[_0x2ab8cb(0x2ee)]);}catch(_0x44b09d){logger['error'](_0x2ab8cb(0x31b)+_0x8bb400+_0x2ab8cb(0x2ef)+_0x44b09d);}}}}}}}}[a92_0x419bae(0x271)](_0x413a86){const _0x266bf6=a92_0x419bae,_0x94536f={'nFSEQ':function(_0x456828){return _0x456828();}};if(!_0x413a86||!_0x413a86[_0x266bf6(0x1d3)])return;_0x413a86[_0x266bf6(0x1d3)]['hooks']&&Array[_0x266bf6(0x2ce)](_0x413a86[_0x266bf6(0x1d3)]['hooks'])&&_0x413a86['parent'][_0x266bf6(0x1e0)]['forEach'](_0x132e07=>{const _0x4965a8=_0x266bf6;!_0x132e07[_0x4965a8(0x301)]&&!_0x132e07[_0x4965a8(0x299)]&&(_0x132e07['hookAnalyticsId']=_0x94536f[_0x4965a8(0x298)](uuidv4),_0x132e07[_0x4965a8(0x299)]=_0x132e07['hookAnalyticsId'],logger[_0x4965a8(0x34e)]('[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type='+_0x132e07[_0x4965a8(0x227)]+_0x4965a8(0x23b)+_0x132e07[_0x4965a8(0x301)]));}),this[_0x266bf6(0x271)](_0x413a86[_0x266bf6(0x1d3)]);}['getHooksForTest'](_0x27c72f){const _0xa8c292=a92_0x419bae,_0x5bbb08={'aIXOy':function(_0x33a83c,_0x496894){return _0x33a83c(_0x496894);}};if(!_0x27c72f||!_0x27c72f[_0xa8c292(0x1d3)])return[];const _0x1d158e=[];return _0x27c72f['parent'][_0xa8c292(0x1e0)]&&Array[_0xa8c292(0x2ce)](_0x27c72f[_0xa8c292(0x1d3)]['hooks'])&&_0x27c72f[_0xa8c292(0x1d3)][_0xa8c292(0x1e0)]['forEach'](_0x3c6415=>{const _0x374b16=_0xa8c292,_0x508e8e=_0x3c6415[_0x374b16(0x301)]||_0x3c6415[_0x374b16(0x299)];_0x508e8e&&!this[_0x374b16(0x349)](_0x3c6415)&&!_0x5bbb08[_0x374b16(0x2f2)](isInternalHook,_0x3c6415['fn'])&&_0x1d158e[_0x374b16(0x2a3)](_0x508e8e);}),[..._0x1d158e,...this['getHooksForTest'](_0x27c72f[_0xa8c292(0x1d3)])];}['buildHookMapFromTest'](_0x5d5a5f){const _0x18a8d6=a92_0x419bae,_0x4bc785={'QNJnH':function(_0x295b29,_0x8fe19c){return _0x295b29(_0x8fe19c);},'svcYe':_0x18a8d6(0x2ec),'QMSLX':function(_0x5312c2,_0x4b8e56){return _0x5312c2(_0x4b8e56);},'JkSNv':function(_0x4dc19e,_0x2040a1){return _0x4dc19e(_0x2040a1);}},_0x4d17af=new Map(),_0x932926=_0x353b86=>{const _0x23dd11=_0x18a8d6;if(!_0x353b86||!_0x353b86[_0x23dd11(0x1d3)])return;_0x353b86[_0x23dd11(0x1d3)][_0x23dd11(0x1e0)]&&Array['isArray'](_0x353b86[_0x23dd11(0x1d3)][_0x23dd11(0x1e0)])&&_0x353b86[_0x23dd11(0x1d3)][_0x23dd11(0x1e0)][_0x23dd11(0x35f)](_0x5df0fd=>{const _0x1b2590=_0x23dd11,_0x4fe4b9=_0x5df0fd[_0x1b2590(0x301)]||_0x5df0fd['hookUUID'];if(_0x4fe4b9&&!this[_0x1b2590(0x349)](_0x5df0fd)&&!_0x4bc785[_0x1b2590(0x232)](isInternalHook,_0x5df0fd['fn'])){const _0x39f500={};_0x39f500[_0x1b2590(0x227)]=_0x5df0fd['type']||_0x4bc785[_0x1b2590(0x247)],_0x39f500[_0x1b2590(0x20b)]=_0x5df0fd[_0x1b2590(0x20b)]||'\x22'+_0x5df0fd[_0x1b2590(0x227)]+'\x22\x20hook',_0x4d17af[_0x1b2590(0x2e3)](_0x4fe4b9,_0x39f500);}}),_0x4bc785[_0x23dd11(0x308)](_0x932926,_0x353b86['parent']);};return _0x4bc785['JkSNv'](_0x932926,_0x5d5a5f),_0x4d17af;}['isJestInternalHook'](_0x5cad59){const _0x4e69d5=a92_0x419bae,_0x18e3ec={};_0x18e3ec[_0x4e69d5(0x285)]=_0x4e69d5(0x2eb),_0x18e3ec[_0x4e69d5(0x1ef)]=_0x4e69d5(0x240);const _0x3ca973=_0x18e3ec;try{const _0x20e090=this['getRootParentFile'](_0x5cad59);if(!_0x20e090||_0x20e090['includes'](_0x3ca973[_0x4e69d5(0x285)]))return!![];return![];}catch(_0x4c344f){logger[_0x4e69d5(0x34e)](_0x3ca973[_0x4e69d5(0x1ef)]);}return![];}[a92_0x419bae(0x310)](_0x46ea7f){const _0x596652=a92_0x419bae,_0x15d2b3={'fmVnM':function(_0x27a16c,_0x59eb7a){return _0x27a16c(_0x59eb7a);}};if(_0x46ea7f[_0x596652(0x2b0)])return _0x46ea7f[_0x596652(0x2b0)];if(_0x46ea7f[_0x596652(0x2e1)])try{const _0x3363af=stackTrace[_0x596652(0x26d)](_0x46ea7f[_0x596652(0x2e1)]),_0x36b8dd=_0x15d2b3[_0x596652(0x2f0)](pickUserFrameFile,_0x3363af);if(_0x36b8dd)return _0x36b8dd;logger['debug']('[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length='+_0x3363af['length']+')');}catch(_0x29a702){logger[_0x596652(0x34e)](_0x596652(0x1d6)+util['format'](_0x29a702));}return null;}}module[a92_0x419bae(0x2bd)]=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_0x1e11(){const _0x22063e=['KEY_TEST_ENDED_AT','./testFramework','7OdDZtA','toString','PawvD','KEY_TEST_SCOPE','KEY_TEST_FILE_PATH','location','result','test','getThreadId','getProcessId','format','276196WdsjaL','KEY_TEST_RERUN_NAME','getCurrentInstanceName','qfGWn','getCurrentTestState','toISOString','5346085HXOwSd','KEY_TEST_ID','file_path','resolveInstance','KEY_TEST_LOCATION','730477Nwszcs','KEY_TEST_SCOPES','meta','27YQPOgY','getCurrentHookState','KEY_TEST_TAGS','getTestFrameworks','9mjERVe','trackEvent:\x20error=','parseNewmanTestResult','createTestFrameworkEventPayload','../cliUtils.js','getTestFrameworksVersions','split','util','../state/testFrameworkState.js','getAllData','getContext','custom_metadata','KEY_TEST_RESULT','addMultipleEntries','tags','KEY_TEST_STARTED_AT','scopes','KEY_HOOKS_STARTED','parseNewmanTest','trackEvent:\x20state=','KEY_TEST_FAILURE','23335920ZodOxi','4615386mLmJUm','failure_type','177464XKcXwB','NONE','\x20hook=','getId','base64','KEY_CUSTOM_TAGS','KEY_TEST_FRAMEWORK_VERSION','KEY_TEST_NAME','1157796ltmusq','uuid','nIKAz','TEST','stringify','exports','KEY_TEST_UUID','PRE','../../../helpers/classLogger.js','instance','KEY_TEST_CODE','scope','KEY_TEST_LOGS','runHooks','NewmanTestFramework','createTestFrameworkEventPayload:\x20error=','../instances/trackedInstance.js','KEY_TEST_FAILURE_REASON','trackEvent'];a93_0x1e11=function(){return _0x22063e;};return a93_0x1e11();}function a93_0x1af4(_0x257c7e,_0x178eaf){const _0x1e11a7=a93_0x1e11();return a93_0x1af4=function(_0x1af46a,_0x129cc8){_0x1af46a=_0x1af46a-0x14d;let _0x400abb=_0x1e11a7[_0x1af46a];return _0x400abb;},a93_0x1af4(_0x257c7e,_0x178eaf);}const a93_0xe55f63=a93_0x1af4;(function(_0xc32c03,_0x2165d3){const _0x41fa37=a93_0x1af4,_0x133040=_0xc32c03();while(!![]){try{const _0x280b2e=-parseInt(_0x41fa37(0x16a))/0x1+-parseInt(_0x41fa37(0x191))/0x2+parseInt(_0x41fa37(0x171))/0x3*(-parseInt(_0x41fa37(0x15f))/0x4)+-parseInt(_0x41fa37(0x165))/0x5+-parseInt(_0x41fa37(0x187))/0x6*(-parseInt(_0x41fa37(0x154))/0x7)+-parseInt(_0x41fa37(0x189))/0x8*(-parseInt(_0x41fa37(0x16d))/0x9)+parseInt(_0x41fa37(0x186))/0xa;if(_0x280b2e===_0x2165d3)break;else _0x133040['push'](_0x133040['shift']());}catch(_0xb3c90f){_0x133040['push'](_0x133040['shift']());}}}(a93_0x1e11,0x8e7d1));const path=require('path'),TestFramework=require(a93_0xe55f63(0x153)),TestFrameworkState=require(a93_0xe55f63(0x179)),HookState=require('../state/hookState.js'),{createClassLogger}=require(a93_0xe55f63(0x199)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a93_0xe55f63(0x175)),TrackedInstance=require(a93_0xe55f63(0x14f)),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),util=require(a93_0xe55f63(0x178)),logger=createClassLogger(a93_0xe55f63(0x14d));class NewmanTestFramework extends TestFramework{constructor(_0x3c831b,_0x34c4bd,_0x155234){super(_0x3c831b,_0x34c4bd,_0x155234);}async[a93_0xe55f63(0x151)](_0x4baa2b,_0x10b162,_0x2a5104={}){const _0x56141f=a93_0xe55f63,_0x5439c7={};_0x5439c7[_0x56141f(0x193)]=function(_0x4950bf,_0x146e66){return _0x4950bf===_0x146e66;};const _0x12964e=_0x5439c7;logger['debug'](_0x56141f(0x184)+_0x4baa2b+_0x56141f(0x18b)+_0x10b162),await super[_0x56141f(0x151)](_0x4baa2b,_0x10b162,_0x2a5104);const _0x5c9443=this[_0x56141f(0x168)](_0x4baa2b,_0x10b162,_0x2a5104);if(!_0x5c9443)return;try{if(_0x12964e[_0x56141f(0x193)](_0x4baa2b,TestFrameworkState[_0x56141f(0x194)])&&_0x2a5104['test']){const _0x5d2f11=_0x12964e[_0x56141f(0x193)](_0x10b162,HookState[_0x56141f(0x198)])?this['parseNewmanTest'](_0x2a5104[_0x56141f(0x15b)]):this[_0x56141f(0x173)](_0x2a5104[_0x56141f(0x15b)]);_0x5c9443[_0x56141f(0x17e)](_0x5d2f11);}}catch(_0x35337d){logger['error'](_0x56141f(0x172)+util['format'](_0x35337d));}_0x2a5104[_0x56141f(0x19a)]=_0x5c9443,await this[_0x56141f(0x19e)](_0x5c9443,_0x4baa2b,_0x10b162,_0x2a5104);}[a93_0xe55f63(0x183)](_0x2e08b2){const _0x4557ef=a93_0xe55f63,_0x4243b8=this[_0x4557ef(0x170)]()[0x0],_0x12d437={};return _0x12d437[_0x2e08b2[_0x4557ef(0x192)]]={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x4243b8,[TestFrameworkConstants[_0x4557ef(0x18f)]]:this[_0x4557ef(0x176)]()[_0x4243b8],[TestFrameworkConstants[_0x4557ef(0x19d)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants[_0x4557ef(0x182)]]:{},[TestFrameworkConstants[_0x4557ef(0x17d)]]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants[_0x4557ef(0x166)]]:_0x2e08b2[_0x4557ef(0x192)],[TestFrameworkConstants[_0x4557ef(0x197)]]:_0x2e08b2[_0x4557ef(0x192)],[TestFrameworkConstants[_0x4557ef(0x190)]]:_0x2e08b2['name'],[TestFrameworkConstants[_0x4557ef(0x158)]]:_0x2e08b2[_0x4557ef(0x167)]||'',[TestFrameworkConstants[_0x4557ef(0x169)]]:_0x2e08b2[_0x4557ef(0x159)]||'',[TestFrameworkConstants[_0x4557ef(0x19b)]]:null,[TestFrameworkConstants[_0x4557ef(0x16f)]]:_0x2e08b2[_0x4557ef(0x17f)]||[],[TestFrameworkConstants[_0x4557ef(0x180)]]:_0x2e08b2['started_at']||new Date()[_0x4557ef(0x164)](),[TestFrameworkConstants[_0x4557ef(0x157)]]:_0x2e08b2[_0x4557ef(0x19c)]||'',[TestFrameworkConstants[_0x4557ef(0x16b)]]:_0x2e08b2[_0x4557ef(0x181)]||[],[TestFrameworkConstants[_0x4557ef(0x160)]]:null,[TestFrameworkConstants[_0x4557ef(0x18e)]]:_0x2e08b2[_0x4557ef(0x17c)]||{},[TestFrameworkConstants['KEY_TEST_META']]:_0x2e08b2[_0x4557ef(0x16c)]||{}},_0x12d437;}[a93_0xe55f63(0x173)](_0x2cafa8){const _0x4d4d5f=a93_0xe55f63,_0x4ba017={};_0x4ba017[_0x4d4d5f(0x156)]='pending';const _0x1249b2=_0x4ba017,_0x14fbc5={};return _0x14fbc5[_0x2cafa8[_0x4d4d5f(0x192)]]={[TestFrameworkConstants[_0x4d4d5f(0x17d)]]:_0x2cafa8[_0x4d4d5f(0x15a)]||_0x1249b2[_0x4d4d5f(0x156)],[TestFrameworkConstants[_0x4d4d5f(0x152)]]:_0x2cafa8['finished_at']||new Date()['toISOString'](),[TestFrameworkConstants[_0x4d4d5f(0x185)]]:_0x2cafa8['failure']||[],[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]:_0x2cafa8[_0x4d4d5f(0x188)]||null,[TestFrameworkConstants[_0x4d4d5f(0x150)]]:_0x2cafa8['failure_reason']||null},_0x14fbc5;}['resolveInstance'](_0x167f6b){const _0x56c95d=a93_0xe55f63;let _0x42cbd0=TestFramework['getTrackedInstance']();if(!_0x42cbd0){const _0x20d03b=TrackedInstance['createContext'](CLIUtils[_0x56c95d(0x161)]());_0x42cbd0=new TestFrameworkInstance(_0x20d03b,this[_0x56c95d(0x170)](),this[_0x56c95d(0x176)](),_0x167f6b,HookState[_0x56c95d(0x18a)]),TestFramework['setTrackedInstance'](_0x20d03b,_0x42cbd0);}return _0x42cbd0;}[a93_0xe55f63(0x174)](_0xb04356){const _0x1f53a8=a93_0xe55f63,_0x37ff96={};_0x37ff96[_0x1f53a8(0x162)]=_0x1f53a8(0x18d);const _0x260061=_0x37ff96;try{const _0x27cc1a=_0xb04356[_0x1f53a8(0x15b)]?_0xb04356[_0x1f53a8(0x15b)][_0x1f53a8(0x192)]:null,_0x336212=_0xb04356[_0x1f53a8(0x19a)],_0xe2d6be=_0x336212[_0x1f53a8(0x17b)](),_0x470df9=_0x336212[_0x1f53a8(0x17a)]()['get'](_0x27cc1a);if(!_0x470df9)return{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x426110='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x49a9ad='',[TestFrameworkConstants[_0x1f53a8(0x180)]]:_0x11d987='',[TestFrameworkConstants[_0x1f53a8(0x152)]]:_0x4bd2dd=''}=_0x470df9;return{'platformIndex':0x0,'testFrameworkName':_0x426110,'testFrameworkVersion':_0x49a9ad,'testFrameworkState':_0x336212[_0x1f53a8(0x163)]()[_0x1f53a8(0x155)]()[_0x1f53a8(0x177)]('.')[0x1],'hookState':_0x336212[_0x1f53a8(0x16e)]()[_0x1f53a8(0x155)]()[_0x1f53a8(0x177)]('.')[0x1],'startedAt':_0x11d987,'endedAt':_0x4bd2dd,'uuid':_0x27cc1a,'eventJson':Buffer['from'](JSON[_0x1f53a8(0x195)](_0x470df9))[_0x1f53a8(0x155)](_0x260061['qfGWn']),'executionContext':{'hash':_0xe2d6be[_0x1f53a8(0x18c)](),'threadId':_0xe2d6be[_0x1f53a8(0x15c)]()[_0x1f53a8(0x155)](),'processId':_0xe2d6be[_0x1f53a8(0x15d)]()[_0x1f53a8(0x155)]()}};}catch(_0x4630e0){return logger['error'](_0x1f53a8(0x14e)+util[_0x1f53a8(0x15e)](_0x4630e0)),{};}}}module[a93_0xe55f63(0x196)]=NewmanTestFramework;
@@ -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_0xbc5e14=a94_0x1b7e;(function(_0x438792,_0x13c3e7){const _0x42cbc9=a94_0x1b7e,_0xc61251=_0x438792();while(!![]){try{const _0x2c4dc3=-parseInt(_0x42cbc9(0x12e))/0x1+-parseInt(_0x42cbc9(0x12b))/0x2*(-parseInt(_0x42cbc9(0x142))/0x3)+parseInt(_0x42cbc9(0x139))/0x4*(-parseInt(_0x42cbc9(0x133))/0x5)+-parseInt(_0x42cbc9(0x137))/0x6*(parseInt(_0x42cbc9(0x12c))/0x7)+parseInt(_0x42cbc9(0x12a))/0x8+parseInt(_0x42cbc9(0x130))/0x9+-parseInt(_0x42cbc9(0x149))/0xa*(parseInt(_0x42cbc9(0x135))/0xb);if(_0x2c4dc3===_0x13c3e7)break;else _0xc61251['push'](_0xc61251['shift']());}catch(_0x32aecb){_0xc61251['push'](_0xc61251['shift']());}}}(a94_0x1c81,0x4e246));const AutomationFramework=require(a94_0xbc5e14(0x131)),{createClassLogger}=require(a94_0xbc5e14(0x147)),AutomationFrameworkState=require(a94_0xbc5e14(0x154)),CLIUtils=require(a94_0xbc5e14(0x12d)),TrackedInstance=require(a94_0xbc5e14(0x146)),AutomationFrameworkInstance=require(a94_0xbc5e14(0x14d));class PlaywrightAutomationFramework extends AutomationFramework{['logger']=createClassLogger(a94_0xbc5e14(0x155));constructor(_0x3e9bd8,_0x3a4cf6){super(_0x3e9bd8,_0x3a4cf6);}async[a94_0xbc5e14(0x148)](_0x5e1618,_0x326775,_0x566366={}){const _0x117086=a94_0xbc5e14,_0x2d4e91={};_0x2d4e91[_0x117086(0x14a)]=function(_0x1b1ea1,_0x58112c){return _0x1b1ea1===_0x58112c;};const _0xa1382e=_0x2d4e91;this[_0x117086(0x138)][_0x117086(0x145)](_0x117086(0x12f)+_0x5e1618+_0x117086(0x151)+_0x326775),await super[_0x117086(0x148)](_0x5e1618,_0x326775,_0x566366);const _0x41cf46=this[_0x117086(0x143)](_0x5e1618,_0x326775,_0x566366);if(_0xa1382e['joUIU'](_0x41cf46,null))return;_0x566366['instance']=_0x41cf46,await this[_0x117086(0x14e)](_0x41cf46,_0x5e1618,_0x326775,_0x566366);}[a94_0xbc5e14(0x143)](_0x317ee3,_0x7bbded,_0x528836={}){const _0x2d0821=a94_0xbc5e14,_0x21e681={};_0x21e681[_0x2d0821(0x13b)]=function(_0x332d2e,_0x437db1){return _0x332d2e===_0x437db1;};const _0x35cd99=_0x21e681;let _0x5b9ca3=null;return(_0x35cd99['FhNeT'](_0x317ee3,AutomationFrameworkState[_0x2d0821(0x13f)])||_0x35cd99[_0x2d0821(0x13b)](_0x317ee3,AutomationFrameworkState['PLAYWRIGHT_DISPATCH'])&&(_0x528836[_0x2d0821(0x132)]&&_0x528836['message'][_0x2d0821(0x152)]&&_0x528836[_0x2d0821(0x132)]['params'][_0x2d0821(0x140)])||_0x35cd99[_0x2d0821(0x13b)](_0x317ee3,AutomationFrameworkState['NONE']))&&this[_0x2d0821(0x13a)](_0x317ee3,_0x528836),_0x5b9ca3=AutomationFramework[_0x2d0821(0x134)](),_0x5b9ca3;}[a94_0xbc5e14(0x13a)](_0x233a88,_0x4bcaab){const _0x486235=a94_0xbc5e14,_0x32a7e2={};_0x32a7e2[_0x486235(0x153)]='trackPlaywrightInstance:\x20instance\x20already\x20exists';const _0x48ef10=_0x32a7e2;if(AutomationFramework[_0x486235(0x134)]()){this[_0x486235(0x138)]['info'](_0x48ef10[_0x486235(0x153)]);return;}const _0x170003=CLIUtils[_0x486235(0x136)](),_0x39a4a8=TrackedInstance[_0x486235(0x14f)](_0x170003);let _0x2c93cd=null;this[_0x486235(0x138)][_0x486235(0x141)](_0x486235(0x13e)+_0x170003+_0x486235(0x14c)+_0x233a88),_0x2c93cd=new AutomationFrameworkInstance(_0x39a4a8,this['getAutomationFrameworkName'](),this[_0x486235(0x144)](),_0x233a88),AutomationFramework[_0x486235(0x150)](_0x39a4a8,_0x2c93cd),this[_0x486235(0x138)][_0x486235(0x141)](_0x486235(0x13d)+_0x39a4a8[_0x486235(0x14b)]()+_0x486235(0x13c)+_0x170003);}}function a94_0x1b7e(_0x28e0a6,_0x2e047d){const _0x1c8102=a94_0x1c81();return a94_0x1b7e=function(_0x1b7e56,_0xe20158){_0x1b7e56=_0x1b7e56-0x12a;let _0x2b4429=_0x1c8102[_0x1b7e56];return _0x2b4429;},a94_0x1b7e(_0x28e0a6,_0x2e047d);}function a94_0x1c81(){const _0x5f25f5=['../instances/trackedInstance.js','../../../helpers/classLogger.js','trackEvent','20IQaWJj','joUIU','getId',',\x20state=','../instances/automationFrameworkInstance.js','runHooks','createContext','setTrackedInstance','\x20hookState=','params','jvOIN','../state/automationFrameworkState.js','PlaywrightAutomationFramework','2438808vCSdZo','111754JSgdSs','131257FlYvDW','../cliUtils.js','599972vjsvUP','trackEvent:\x20automationFrameworkState=','4860252mOCZIj','./automationFramework.js','message','1165NGBrTc','getTrackedInstance','1914913yyrmrf','getCurrentInstanceName','6fYgYEZ','logger','1044tnLwNC','trackPlaywrightInstance','FhNeT','\x20target=','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','CREATE','bsParams','info','27HfyhHI','resolveInstance','getAutomationFrameworkVersion','debug'];a94_0x1c81=function(){return _0x5f25f5;};return a94_0x1c81();}module['exports']=PlaywrightAutomationFramework;