browserstack-node-sdk 1.61.0 → 1.62.0

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/browserstack.pw.yml.sample +10 -0
  41. package/browserstack.yml.sample +10 -0
  42. package/package.json +1 -1
  43. package/src/ai-sdk-node/bundle.js +1 -1
  44. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  45. package/src/bin/codeceptjs/command.js +1 -1
  46. package/src/bin/codeceptjs/helper.js +1 -1
  47. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  48. package/src/bin/cucumber-js/command.js +1 -1
  49. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  50. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  51. package/src/bin/cucumber-js/test-observability.js +1 -1
  52. package/src/bin/cucumber-js/test.setup.js +1 -1
  53. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  54. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  55. package/src/bin/integrations/command.js +1 -1
  56. package/src/bin/integrations/constants.js +1 -1
  57. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  58. package/src/bin/jasmine/command.js +1 -1
  59. package/src/bin/jasmine/test.setup.js +1 -1
  60. package/src/bin/jasmine/testRunMap.js +1 -1
  61. package/src/bin/jest/command.js +1 -1
  62. package/src/bin/jest/customImplements/customCircus.js +1 -1
  63. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  64. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  65. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  66. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  67. package/src/bin/jest/jest.setup.js +1 -1
  68. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  69. package/src/bin/jest/test-observability/helper.js +1 -1
  70. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  71. package/src/bin/jest/test-observability/test-details.js +1 -1
  72. package/src/bin/jest/test.setup.js +1 -1
  73. package/src/bin/jest/test_before.setup.js +1 -1
  74. package/src/bin/launcher/launcher.js +1 -1
  75. package/src/bin/load/index.js +1 -1
  76. package/src/bin/load/loadUtils.js +1 -1
  77. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  78. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  79. package/src/bin/mocha/command.js +1 -1
  80. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  81. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  82. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  83. package/src/bin/mocha/test.setup.js +1 -1
  84. package/src/bin/newman/command.js +1 -1
  85. package/src/bin/newman/helper.js +1 -1
  86. package/src/bin/newman/reporter/index.js +1 -1
  87. package/src/bin/newman/scriptRunner.js +1 -1
  88. package/src/bin/nightwatch/command.js +1 -1
  89. package/src/bin/playwright/accessibility-helper.js +1 -1
  90. package/src/bin/playwright/command.js +1 -1
  91. package/src/bin/playwright/globalSetup.js +1 -1
  92. package/src/bin/playwright/mock-process.js +1 -1
  93. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  94. package/src/bin/playwright/patches.js +1 -1
  95. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  96. package/src/bin/playwright/reporter/reporter.js +1 -1
  97. package/src/bin/playwright/reporter/test-details.js +1 -1
  98. package/src/bin/playwright/sessionDetails.js +1 -1
  99. package/src/bin/puppeteer/patches.js +1 -1
  100. package/src/bin/puppeteer/sessionDetails.js +1 -1
  101. package/src/bin/puppeteer/test.setup.js +1 -1
  102. package/src/bin/runner.js +1 -1
  103. package/src/bin/setup.js +1 -1
  104. package/src/bin/test-runner/index.js +1 -1
  105. package/src/bin/test-runner/runTest.js +1 -1
  106. package/src/bin/test-runner/testWorker.js +1 -1
  107. package/src/bin/testcafe/a11y-runner.js +1 -1
  108. package/src/bin/testcafe/command.js +1 -1
  109. package/src/bin/testcafe/reporter/index.js +1 -1
  110. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  111. package/src/bin/testcafe/session-registry.js +1 -1
  112. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  113. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  114. package/src/bin/testcafe/w3c-driver.js +1 -1
  115. package/src/bin/utils/apiUtilityMethods.js +1 -1
  116. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  117. package/src/bin/utils/constants.js +1 -1
  118. package/src/bin/utils/log4jsAppender.js +1 -1
  119. package/src/bin/utils/logPatcher.js +1 -1
  120. package/src/bin/utils/logReportingAPI.js +1 -1
  121. package/src/bin/utils/playwright-patcher.js +1 -1
  122. package/src/bin/utils/puppeteer-patcher.js +1 -1
  123. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  124. package/src/bin/utils/sharedUtils.js +1 -1
  125. package/src/bin/v2/TestInfo.js +1 -1
  126. package/src/bin/v2/browserstackCLI.js +1 -1
  127. package/src/bin/v2/cliUtils.js +1 -1
  128. package/src/bin/v2/customTagManager.js +1 -1
  129. package/src/bin/v2/eventDispatcher.js +1 -1
  130. package/src/bin/v2/framework/automationFramework.js +1 -1
  131. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  132. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  133. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  134. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  135. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  136. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  137. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  138. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  139. package/src/bin/v2/framework/testFramework.js +1 -1
  140. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  141. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  142. package/src/bin/v2/grpcClient.js +1 -1
  143. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  144. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  145. package/src/bin/v2/instances/trackedContext.js +1 -1
  146. package/src/bin/v2/instances/trackedInstance.js +1 -1
  147. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  148. package/src/bin/v2/modules/baseModule.js +1 -1
  149. package/src/bin/v2/modules/loadTestModule.js +1 -1
  150. package/src/bin/v2/modules/observabilityModule.js +1 -1
  151. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  152. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  153. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  154. package/src/bin/v2/modules/testhubModule.js +1 -1
  155. package/src/bin/v2/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 a91_0x515881=a91_0xbe4c;function a91_0xbe4c(_0x3583a9,_0x6c678a){const _0x1b4061=a91_0x1b40();return a91_0xbe4c=function(_0xbe4c90,_0x7c9602){_0xbe4c90=_0xbe4c90-0xa5;let _0x4b2c61=_0x1b4061[_0xbe4c90];return _0x4b2c61;},a91_0xbe4c(_0x3583a9,_0x6c678a);}(function(_0x3dcbae,_0x3401f9){const _0x4a0335=a91_0xbe4c,_0x2243a3=_0x3dcbae();while(!![]){try{const _0x1445f9=-parseInt(_0x4a0335(0x16e))/0x1+parseInt(_0x4a0335(0x180))/0x2+parseInt(_0x4a0335(0x10b))/0x3*(parseInt(_0x4a0335(0x212))/0x4)+-parseInt(_0x4a0335(0x20d))/0x5+-parseInt(_0x4a0335(0x1bc))/0x6+-parseInt(_0x4a0335(0xea))/0x7*(parseInt(_0x4a0335(0x1ae))/0x8)+parseInt(_0x4a0335(0xde))/0x9;if(_0x1445f9===_0x3401f9)break;else _0x2243a3['push'](_0x2243a3['shift']());}catch(_0x105592){_0x2243a3['push'](_0x2243a3['shift']());}}}(a91_0x1b40,0x387f6));const TestFramework=require(a91_0x515881(0x1be)),TestFrameworkState=require(a91_0x515881(0xce)),HookState=require(a91_0x515881(0x176)),{createClassLogger}=require(a91_0x515881(0x108)),TestFrameworkInstance=require(a91_0x515881(0x183)),CLIUtils=require(a91_0x515881(0x143)),TrackedInstance=require(a91_0x515881(0x1ab)),TestFrameworkConstants=require(a91_0x515881(0x200)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a91_0x515881(0x187)),{isInternalHook}=require('../../../helpers/test-observability/utils'),logger=createClassLogger(a91_0x515881(0x216)),{v4:uuidv4}=require(a91_0x515881(0x189)),util=require(a91_0x515881(0xbf)),TestInfo=require('../TestInfo.js'),GrpcClient=require(a91_0x515881(0x103)),stackTrace=require(a91_0x515881(0x1d3)),{pickUserFrameFile}=require(a91_0x515881(0x228));class JestTestFramework extends TestFramework{constructor(_0x3112d2,_0x3e5db3,_0x3a7aae){const _0x3a58fc=a91_0x515881;super(_0x3112d2,_0x3e5db3,_0x3a7aae),this[_0x3a58fc(0xb8)]=new Map();}[a91_0x515881(0x13c)](_0x2d5f27,_0xc846bc,_0xf20baa){const _0x198d86=a91_0x515881,_0x381110={};_0x381110[_0x198d86(0xeb)]=function(_0x41d67e,_0x42ce12){return _0x41d67e||_0x42ce12;};const _0x53fe3b=_0x381110;if(_0x53fe3b['gOKvI'](!_0x2d5f27,!_0xc846bc)){logger[_0x198d86(0x146)](_0x198d86(0xe3)+_0x2d5f27+',\x20hookUUID='+_0xc846bc);return;}!this[_0x198d86(0xb8)][_0x198d86(0x113)](_0x2d5f27)&&this[_0x198d86(0xb8)][_0x198d86(0x22d)](_0x2d5f27,[]);const _0x3eb35e={'hookUUID':_0xc846bc,'hookType':_0xf20baa,'startedAt':new Date()[_0x198d86(0xc9)]()};this['activeHooks'][_0x198d86(0x1a4)](_0x2d5f27)[_0x198d86(0x21c)](_0x3eb35e),logger[_0x198d86(0x1d5)](_0x198d86(0x1bd)+_0x2d5f27+_0x198d86(0x21a)+_0xc846bc+',\x20hookType='+_0xf20baa+_0x198d86(0xf3)+this[_0x198d86(0xb8)][_0x198d86(0x1a4)](_0x2d5f27)[_0x198d86(0x232)]);}[a91_0x515881(0x106)](_0x17a051,_0x3fccfa){const _0x275393=a91_0x515881,_0x506797={};_0x506797['zBnqN']=function(_0x4934e6,_0xcc44a4){return _0x4934e6||_0xcc44a4;},_0x506797['HePRV']=function(_0x53763b,_0x271067){return _0x53763b!==_0x271067;},_0x506797[_0x275393(0x14e)]=function(_0xf5ab6e,_0x3cb566){return _0xf5ab6e===_0x3cb566;};const _0x53627c=_0x506797;if(_0x53627c[_0x275393(0x12f)](!_0x17a051,!_0x3fccfa)){logger[_0x275393(0x146)](_0x275393(0x1c5)+_0x17a051+_0x275393(0x21a)+_0x3fccfa);return;}if(this[_0x275393(0xb8)][_0x275393(0x113)](_0x17a051)){const _0x10c9e4=this['activeHooks'][_0x275393(0x1a4)](_0x17a051),_0x51fb5a=_0x10c9e4[_0x275393(0xd4)](_0x1c1396=>_0x1c1396[_0x275393(0x177)]===_0x3fccfa);_0x53627c['HePRV'](_0x51fb5a,-0x1)?(_0x10c9e4[_0x275393(0x16c)](_0x51fb5a,0x1),logger[_0x275393(0x1d5)](_0x275393(0x209)+_0x17a051+_0x275393(0x21a)+_0x3fccfa+_0x275393(0x179)+_0x10c9e4[_0x275393(0x232)]),_0x53627c[_0x275393(0x14e)](_0x10c9e4[_0x275393(0x232)],0x0)&&this[_0x275393(0xb8)][_0x275393(0x117)](_0x17a051)):logger[_0x275393(0x1d5)](_0x275393(0x23f)+_0x17a051+_0x275393(0x21a)+_0x3fccfa);}}[a91_0x515881(0x101)](_0x39409e){const _0x248e00=a91_0x515881,_0x58fa37={};_0x58fa37[_0x248e00(0xd0)]=function(_0x2d115e,_0x35ea6a){return _0x2d115e>_0x35ea6a;},_0x58fa37[_0x248e00(0x14b)]=function(_0x1a684a,_0x1ef47f){return _0x1a684a-_0x1ef47f;};const _0x206127=_0x58fa37;if(!_0x39409e)return null;if(this[_0x248e00(0xb8)][_0x248e00(0x113)](_0x39409e)){const _0x3ff8da=this[_0x248e00(0xb8)][_0x248e00(0x1a4)](_0x39409e);if(_0x206127[_0x248e00(0xd0)](_0x3ff8da[_0x248e00(0x232)],0x0)){const _0x337e0d=_0x3ff8da[_0x206127['gkDdk'](_0x3ff8da[_0x248e00(0x232)],0x1)];return logger['debug'](_0x248e00(0xd2)+_0x39409e+',\x20hookUUID='+_0x337e0d['hookUUID']+',\x20hookType='+_0x337e0d[_0x248e00(0x1f6)]),_0x337e0d;}}return null;}async[a91_0x515881(0x1b6)](_0x28b675,_0x2860d4,_0x5be07c={}){const _0x596e3c=a91_0x515881,_0x2dee35={};_0x2dee35[_0x596e3c(0x141)]=_0x596e3c(0x158),_0x2dee35[_0x596e3c(0x15c)]=function(_0x1d6e64,_0x278aa9){return _0x1d6e64===_0x278aa9;},_0x2dee35[_0x596e3c(0xc6)]=function(_0x677dd3,_0x461bfd){return _0x677dd3||_0x461bfd;},_0x2dee35[_0x596e3c(0x198)]=_0x596e3c(0x22a);const _0x41f00d=_0x2dee35;logger[_0x596e3c(0x1d5)](_0x596e3c(0x13d)+_0x28b675+_0x596e3c(0x190)+_0x2860d4+_0x596e3c(0x13e)+Object[_0x596e3c(0x137)](_0x5be07c)[_0x596e3c(0x19f)](',')),await super[_0x596e3c(0x1b6)](_0x28b675,_0x2860d4,_0x5be07c);const _0x35d9b8=this[_0x596e3c(0x1f2)](_0x28b675,_0x2860d4,_0x5be07c);if(!_0x35d9b8){logger[_0x596e3c(0x1d5)](_0x41f00d[_0x596e3c(0x141)]);return;}try{let _0x192145,_0x2127af,_0x5d77d2;switch(_0x28b675){case TestFrameworkState[_0x596e3c(0x159)]:_0x192145=_0x5be07c['test'];const _0x1dc195={};_0x1dc195[_0x596e3c(0xb7)]=0x2,_0x1dc195[_0x596e3c(0x1db)]=0x3,logger[_0x596e3c(0x1d5)](_0x596e3c(0x12b)+_0x2860d4+_0x596e3c(0x1dc)+util['inspect'](_0x192145,_0x1dc195)),_0x5d77d2=this[_0x596e3c(0x1c7)](_0x192145),_0x2127af=null,logger[_0x596e3c(0x1d5)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId='+_0x5d77d2+_0x596e3c(0x211));if(_0x41f00d[_0x596e3c(0x15c)](_0x2860d4,HookState[_0x596e3c(0x1a7)])){logger[_0x596e3c(0x1d5)](_0x596e3c(0x1ed)+_0x5d77d2);const _0x3e525d={};_0x3e525d[_0x596e3c(0x21e)]=_0x2127af,_0x3e525d[_0x596e3c(0xb1)]=_0x192145,_0x3e525d['testId']=_0x5d77d2;const _0x5827de=this[_0x596e3c(0xfd)](_0x3e525d),_0x552d0b={};_0x552d0b[_0x596e3c(0xb7)]=0x2,_0x552d0b['maxArrayLength']=0x3,logger[_0x596e3c(0x1d5)](_0x596e3c(0x1f9)+util['inspect'](_0x5827de,_0x552d0b)),_0x35d9b8[_0x596e3c(0x1ea)](_0x5827de),logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0x5d77d2),await this[_0x596e3c(0x15d)](_0x35d9b8,_0x5d77d2);}else{if(_0x41f00d['UAroH'](_0x2860d4,HookState['POST'])){logger[_0x596e3c(0x1d5)](_0x596e3c(0x1fe)+_0x5d77d2);const _0x3dcb5f=_0x35d9b8[_0x596e3c(0x20c)]()[_0x596e3c(0x1a4)](_0x5d77d2);logger[_0x596e3c(0x1d5)](_0x596e3c(0x1ef)+util[_0x596e3c(0x1bf)](Object[_0x596e3c(0x137)](_0x41f00d['FkcNz'](_0x3dcb5f,{}))));_0x3dcb5f&&_0x3dcb5f[TestFrameworkConstants[_0x596e3c(0xdd)]]?logger['debug'](_0x596e3c(0x219)+Object['keys'](_0x3dcb5f[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']])['length']+'\x20files'):logger[_0x596e3c(0x1d5)](_0x41f00d[_0x596e3c(0x198)]);const _0x1d31d0=_0x5be07c[_0x596e3c(0x197)]||null,_0x4ee34c={};_0x4ee34c[_0x596e3c(0x21e)]=_0x2127af,_0x4ee34c[_0x596e3c(0xb1)]=_0x192145,_0x4ee34c[_0x596e3c(0x170)]=_0x5d77d2,_0x4ee34c[_0x596e3c(0x197)]=_0x1d31d0;const _0x16f387=this[_0x596e3c(0xc5)](_0x4ee34c),_0x2ca04f={};_0x2ca04f[_0x596e3c(0xb7)]=0x2,_0x2ca04f[_0x596e3c(0x1db)]=0x3,logger['debug'](_0x596e3c(0x175)+util[_0x596e3c(0x1bf)](_0x16f387,_0x2ca04f)),_0x35d9b8[_0x596e3c(0x1ea)](_0x16f387),logger[_0x596e3c(0x1d5)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20'+_0x5d77d2),await this[_0x596e3c(0x15d)](_0x35d9b8,_0x5d77d2);}}break;case TestFrameworkState[_0x596e3c(0x152)]:if(_0x41f00d[_0x596e3c(0x15c)](_0x2860d4,HookState['POST'])){const _0x370b37={};_0x370b37['depth']=0x2,logger[_0x596e3c(0x1d5)](_0x596e3c(0x13f)+util[_0x596e3c(0x1bf)](_0x5be07c,_0x370b37)),await this[_0x596e3c(0x15a)](_0x35d9b8,_0x28b675,_0x5be07c);}break;default:if(CLIUtils['matchHookRegex'](_0x28b675[_0x596e3c(0xe0)]()[_0x596e3c(0x11c)]('.')[0x1])){const _0x8dcd66={};_0x8dcd66[_0x596e3c(0xb7)]=0x2,_0x8dcd66['maxArrayLength']=0x3,logger[_0x596e3c(0x1d5)](_0x596e3c(0xed)+_0x28b675+_0x596e3c(0x190)+_0x2860d4+_0x596e3c(0x1cf)+util[_0x596e3c(0x1bf)](_0x5be07c[_0x596e3c(0xb5)],_0x8dcd66));const _0x46577d=await this[_0x596e3c(0x1e0)](_0x35d9b8,_0x28b675,_0x2860d4,_0x5be07c),_0x3d0573={};_0x3d0573['depth']=0x2,_0x3d0573[_0x596e3c(0x1db)]=0x3,logger[_0x596e3c(0x1d5)](_0x596e3c(0x239)+util['inspect'](_0x46577d,_0x3d0573)),_0x35d9b8[_0x596e3c(0x1ea)](_0x46577d);}else logger[_0x596e3c(0x1d5)](_0x596e3c(0x10c)+_0x28b675+'\x20&\x20hookState='+_0x2860d4);break;}logger['debug'](_0x596e3c(0x10f)+_0x28b675+_0x596e3c(0x190)+_0x2860d4);}catch(_0x34d20c){logger[_0x596e3c(0x14c)]('[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState='+_0x28b675+_0x596e3c(0x190)+_0x2860d4+',\x20exception='+util[_0x596e3c(0x149)](_0x34d20c));}_0x5be07c[_0x596e3c(0x1de)]=_0x35d9b8,await this['runHooks'](_0x35d9b8,_0x28b675,_0x2860d4,_0x5be07c);}[a91_0x515881(0x1c7)](_0x571123){const _0x58d6c8=a91_0x515881,_0x5bbac7={};_0x5bbac7[_0x58d6c8(0x16f)]=_0x58d6c8(0x12e);const _0x3149c2=_0x5bbac7;if(_0x571123&&(_0x571123['id']||_0x571123[_0x58d6c8(0x189)])){const _0x5bfeed=_0x571123['id']||_0x571123[_0x58d6c8(0x189)];return logger[_0x58d6c8(0x1d5)](_0x58d6c8(0x1e9)+_0x5bfeed+'\x22\x20from\x20testData'),_0x5bfeed;}return logger['debug'](_0x3149c2[_0x58d6c8(0x16f)]),process['pid']+':testAnalyticsId';}[a91_0x515881(0x1f2)](_0x17c210,_0x40bb10,_0x2e6de1={}){const _0xcb77f9=a91_0x515881;let _0x835ee4=null;return _0x835ee4=TestFramework[_0xcb77f9(0x19b)](),!_0x835ee4?(logger['debug'](_0xcb77f9(0x191)+_0x17c210),this[_0xcb77f9(0x148)](_0x17c210,_0x2e6de1),_0x835ee4=TestFramework[_0xcb77f9(0x19b)](),logger[_0xcb77f9(0x1d5)](_0xcb77f9(0x21b)+!!_0x835ee4+_0xcb77f9(0x1c1)+_0x835ee4?.['getContext']()?.['getId']())):logger[_0xcb77f9(0x1d5)](_0xcb77f9(0x14a)+_0x835ee4[_0xcb77f9(0x225)]()?.[_0xcb77f9(0xa6)]()),_0x835ee4;}[a91_0x515881(0x148)](_0x493092,_0x197b6b){const _0x2df208=a91_0x515881,_0x8be5e6={};_0x8be5e6[_0x2df208(0x164)]=_0x2df208(0x15f);const _0x5633b6=_0x8be5e6;if(TestFramework[_0x2df208(0x19b)]()){logger[_0x2df208(0x1d5)](_0x5633b6[_0x2df208(0x164)]);return;}const _0x542bd9=CLIUtils[_0x2df208(0xb4)](),_0x3fa174=TrackedInstance[_0x2df208(0x204)](_0x542bd9);let _0x24b8f4=null;logger[_0x2df208(0x1d5)](_0x2df208(0x188)+_0x542bd9+_0x2df208(0xa7)+_0x493092),_0x24b8f4=new TestFrameworkInstance(_0x3fa174,this[_0x2df208(0x144)](),this[_0x2df208(0x1f3)](),_0x493092,HookState['NONE']),TestFramework[_0x2df208(0x223)](_0x3fa174,_0x24b8f4),logger[_0x2df208(0x1d5)](_0x2df208(0x1cb)+_0x3fa174[_0x2df208(0xa6)]()+_0x2df208(0x10a)+_0x542bd9+',\x20testFramework='+this[_0x2df208(0x144)]()[0x0]+',\x20version='+this['getTestFrameworksVersions']()[this[_0x2df208(0x144)]()[0x0]]);}[a91_0x515881(0xfd)](_0x120eee){const _0xa7c506=a91_0x515881,_0x43d7fa={};_0x43d7fa[_0xa7c506(0xa5)]=function(_0x422f74,_0x2b8f0a){return _0x422f74||_0x2b8f0a;},_0x43d7fa[_0xa7c506(0x1e7)]=_0xa7c506(0xaa);const _0x1cefb5=_0x43d7fa,{testUUID:_0x12a937,testData:_0x3b2f82,testId:_0x161925}=_0x120eee;if(_0x1cefb5[_0xa7c506(0xa5)](!_0x3b2f82,!_0x161925))return logger['debug'](_0x1cefb5[_0xa7c506(0x1e7)]),{};const _0x4398a6=this[_0xa7c506(0x144)]()[0x0],_0x209446=this[_0xa7c506(0x1f3)](),_0x314dd8={};_0x314dd8[_0xa7c506(0xb7)]=0x2,_0x314dd8['maxArrayLength']=0x3,logger[_0xa7c506(0x1d5)](_0xa7c506(0xf4)+util[_0xa7c506(0x1bf)](_0x3b2f82,_0x314dd8));const _0x5ac860=_0x3b2f82?.['scopes']||[],_0x4dc7eb=this[_0xa7c506(0x1ce)](_0x3b2f82),_0x2db6e1=this['getJestTestFilePath'](_0x3b2f82),_0x5ead71=_0x3b2f82['fn']?_0x3b2f82['fn'][_0xa7c506(0xe0)]():_0x3b2f82?.[_0xa7c506(0x165)]?_0x3b2f82[_0xa7c506(0x165)][_0xa7c506(0x150)][_0xa7c506(0xe0)]():null,_0x54d555=this[_0xa7c506(0xbe)](_0x3b2f82),_0x44dd99={[TestFrameworkConstants[_0xa7c506(0xcc)]]:_0x4398a6,[TestFrameworkConstants[_0xa7c506(0x14d)]]:_0x209446[_0x4398a6],[TestFrameworkConstants[_0xa7c506(0xe4)]]:[],[TestFrameworkConstants[_0xa7c506(0x1c2)]]:{},[TestFrameworkConstants[_0xa7c506(0x133)]]:{},[TestFrameworkConstants[_0xa7c506(0xaf)]]:TestFrameworkConstants[_0xa7c506(0x218)],[TestFrameworkConstants[_0xa7c506(0xad)]]:_0x4dc7eb,[TestFrameworkConstants[_0xa7c506(0x168)]]:_0x2db6e1,[TestFrameworkConstants[_0xa7c506(0xd6)]]:_0x161925,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x4dc7eb,[TestFrameworkConstants[_0xa7c506(0xe2)]]:_0x2db6e1,[TestFrameworkConstants[_0xa7c506(0x20b)]]:_0x5ead71,[TestFrameworkConstants[_0xa7c506(0x138)]]:_0x54d555,[TestFrameworkConstants[_0xa7c506(0x1f5)]]:_0x3b2f82[_0xa7c506(0x1fc)]||new Date()['toISOString'](),[TestFrameworkConstants[_0xa7c506(0x19d)]]:_0x5ac860[0x0]||'',[TestFrameworkConstants[_0xa7c506(0xc0)]]:_0x5ac860,[TestFrameworkConstants[_0xa7c506(0xa9)]]:_0x4dc7eb,[TestFrameworkConstants[_0xa7c506(0x1d0)]]:{},[TestFrameworkConstants[_0xa7c506(0x1a0)]]:{}};_0x3b2f82['retryOf']&&(_0x44dd99[TestFrameworkConstants[_0xa7c506(0xca)]]=_0x3b2f82['retryOf']);logger['debug'](_0xa7c506(0x20e)+_0x4dc7eb+_0xa7c506(0x1b7)+_0x161925+'\x20(testIdentifier),\x20tags='+JSON[_0xa7c506(0x199)](_0x54d555)+_0xa7c506(0x196)+util[_0xa7c506(0x1bf)](_0x5ac860)+_0xa7c506(0x19c)+_0x2db6e1);const _0xe894da={};return _0xe894da[_0x161925]=_0x44dd99,_0xe894da;}[a91_0x515881(0xc5)](_0x28e7a0){const _0x523918=a91_0x515881,_0x256a51={'ZuKjM':function(_0x4eeb41,_0x230696){return _0x4eeb41===_0x230696;},'oiLhW':_0x523918(0x1b8),'uXxRi':_0x523918(0x161),'zAcdi':'ALL','FCbhR':'_ALL','VbVOx':function(_0xc02290,_0xb33f52){return _0xc02290||_0xb33f52;},'rgZrY':_0x523918(0xc3),'hbfVk':function(_0x1b0eb6,_0x347255){return _0x1b0eb6||_0x347255;},'hnNtW':_0x523918(0x120),'BlbbA':function(_0x1f6a01,_0x5f37ef){return _0x1f6a01>_0x5f37ef;},'TeKoe':'failed','gPpPn':function(_0x2ac462,_0x4df359){return _0x2ac462===_0x4df359;},'MUEWC':'skip','USrwE':function(_0x410cc9,_0x45dd1f){return _0x410cc9===_0x45dd1f;},'mhuSY':_0x523918(0x10e),'eCdvh':_0x523918(0xe7),'yvFkv':function(_0xcddd47,_0x53115c){return _0xcddd47!==_0x53115c;},'hrWje':function(_0x39b57f,_0x125965,_0x503f6f,_0x374463){return _0x39b57f(_0x125965,_0x503f6f,_0x374463);},'AQhgu':function(_0x59c510,_0x36fb5b){return _0x59c510>_0x36fb5b;},'mcfzF':_0x523918(0x151),'ligwO':function(_0x95abf2,_0x3a94d1){return _0x95abf2>_0x3a94d1;},'qpszE':function(_0x260b1d,_0x1d908c){return _0x260b1d===_0x1d908c;}},{testUUID:_0x5e9d57,testData:_0x30a389,testId:_0x303059}=_0x28e7a0;if(_0x256a51[_0x523918(0xf6)](!_0x30a389,!_0x303059))return logger['debug'](_0x256a51[_0x523918(0xf0)]),{};const _0x2ba82a=this[_0x523918(0x1f2)](TestFrameworkState[_0x523918(0x159)],HookState[_0x523918(0x10d)]),_0x4cb702=_0x2ba82a[_0x523918(0x20c)]()['get'](_0x303059),_0x23c5ec=_0x256a51['hbfVk'](_0x4cb702,{}),_0x2f31f4=_0x23c5ec?_0x23c5ec[TestFrameworkConstants[_0x523918(0x1d0)]]||{}:{},_0x307132=_0x23c5ec[TestFrameworkConstants[_0x523918(0xdd)]];logger[_0x523918(0x1d5)](_0x523918(0x1c8)+(_0x307132?Object['keys'](_0x307132)[_0x523918(0x232)]:0x0)+_0x523918(0x23a));let _0x25bd80=_0x256a51[_0x523918(0xcb)];if(_0x30a389[_0x523918(0x13a)])_0x25bd80=_0x30a389[_0x523918(0x13a)];else{if(_0x30a389[_0x523918(0x235)]&&_0x256a51[_0x523918(0xb0)](_0x30a389[_0x523918(0x235)][_0x523918(0x232)],0x0))_0x25bd80=_0x256a51['TeKoe'];else _0x256a51['gPpPn'](_0x30a389[_0x523918(0x207)],_0x256a51[_0x523918(0x107)])||_0x256a51[_0x523918(0x122)](_0x30a389[_0x523918(0x207)],_0x256a51[_0x523918(0xd9)])?_0x25bd80=_0x256a51[_0x523918(0xd9)]:_0x25bd80=_0x256a51[_0x523918(0x194)];}const _0x410974={..._0x23c5ec,[TestFrameworkConstants[_0x523918(0xaf)]]:_0x25bd80,[TestFrameworkConstants[_0x523918(0xac)]]:_0x30a389[_0x523918(0x17a)]||new Date()[_0x523918(0xc9)](),[TestFrameworkConstants[_0x523918(0x16a)]]:new Date()[_0x523918(0xc9)](),[TestFrameworkConstants[_0x523918(0x1d0)]]:_0x2f31f4,[TestFrameworkConstants['KEY_LOGS']]:_0x23c5ec[TestFrameworkConstants[_0x523918(0x226)]]||[],[TestFrameworkConstants[_0x523918(0x1a0)]]:{}};if(_0x256a51['ZuKjM'](_0x25bd80,_0x256a51['TeKoe'])&&_0x30a389[_0x523918(0x235)]){const _0x562b7f=this[_0x523918(0x171)](_0x30a389),_0x192d83=this[_0x523918(0xda)](_0x30a389),_0x4c4bc2=this[_0x523918(0xc2)](_0x30a389);_0x410974[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]=_0x192d83,_0x410974[TestFrameworkConstants[_0x523918(0x11a)]]=_0x562b7f,_0x410974[TestFrameworkConstants[_0x523918(0x1bb)]]=_0x4c4bc2;}_0x256a51[_0x523918(0x1d1)](_0x30a389[_0x523918(0x1f7)],undefined)&&(_0x410974[TestFrameworkConstants[_0x523918(0x1a6)]]=_0x30a389[_0x523918(0x1f7)]);_0x30a389[_0x523918(0x1a8)]&&(_0x410974[TestFrameworkConstants[_0x523918(0xca)]]=_0x30a389['retryOf']);const _0x1fd1dc=_0x4cb702?_0x4cb702[TestFrameworkConstants[_0x523918(0xdd)]]||{}:{},_0x1e7a30=_0x4cb702?_0x4cb702[TestFrameworkConstants[_0x523918(0x142)]]:_0x5e9d57,_0x2d342f=_0x256a51[_0x523918(0x1f8)](getManualUploadLogs,_0x1fd1dc,_0x1e7a30,_0x303059);if(_0x256a51[_0x523918(0xb0)](_0x2d342f[_0x523918(0x232)],0x0)){const _0x1da1d1=_0x410974[TestFrameworkConstants[_0x523918(0x226)]]||[];_0x410974[TestFrameworkConstants['KEY_LOGS']]=[..._0x1da1d1,..._0x2d342f];}const _0x2dcde9=_0x23c5ec[TestFrameworkConstants[_0x523918(0x1c2)]]||{},_0x383b2f=_0x23c5ec[TestFrameworkConstants['KEY_HOOKS_STARTED']]||{},_0x2ac200={..._0x2dcde9},_0x1d67e0=_0x2ac200;Object[_0x523918(0x137)](_0x383b2f)[_0x523918(0x23d)](_0x15ee5f=>{const _0x25a6ab=_0x523918;!_0x1d67e0[_0x15ee5f]&&(_0x1d67e0[_0x15ee5f]=[]);const _0x32255f=new Set((_0x1d67e0[_0x15ee5f]||[])[_0x25a6ab(0x1a9)](_0x1989f4=>_0x1989f4[TestFrameworkConstants[_0x25a6ab(0x111)]]||_0x1989f4[_0x25a6ab(0x12a)]));(_0x383b2f[_0x15ee5f]||[])[_0x25a6ab(0x23d)](_0x5e9ef3=>{const _0x5bf169=_0x25a6ab,_0x569cc2=_0x5e9ef3[TestFrameworkConstants[_0x5bf169(0x111)]]||_0x5e9ef3['hook_id'];if(!_0x32255f[_0x5bf169(0x113)](_0x569cc2)){const _0x30b4b1={..._0x5e9ef3},_0x1777ad=_0x30b4b1;!_0x1777ad[TestFrameworkConstants[_0x5bf169(0x109)]]&&!_0x1777ad['event_ended_at']&&(_0x1777ad[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=new Date()['toISOString']()),!_0x1777ad[TestFrameworkConstants[_0x5bf169(0x1c0)]]&&!_0x1777ad[_0x5bf169(0x1a5)]&&(_0x1777ad[TestFrameworkConstants['KEY_HOOK_RESULT']]=TestFrameworkConstants['DEFAULT_HOOK_RESULT']),_0x1d67e0[_0x15ee5f][_0x5bf169(0x21c)](_0x1777ad);}});});if(_0x28e7a0[_0x523918(0x197)]){this['mapTestHooks'](_0x28e7a0[_0x523918(0x197)]);const _0x5cf58e=this['buildHookMapFromTest'](_0x28e7a0[_0x523918(0x197)]),_0x4d396c=this['getHooksForTest'](_0x28e7a0[_0x523918(0x197)]);_0x4d396c[_0x523918(0x23d)](_0x2d6ad5=>{const _0xab5e5c=_0x523918,_0x10cbce=_0x5cf58e[_0xab5e5c(0x1a4)](_0x2d6ad5);if(_0x10cbce&&(_0x256a51[_0xab5e5c(0x16b)](_0x10cbce[_0xab5e5c(0x128)],_0x256a51[_0xab5e5c(0xdb)])||_0x256a51[_0xab5e5c(0x16b)](_0x10cbce['type'],_0x256a51[_0xab5e5c(0x215)]))){const _0xbaaccf=_0x10cbce[_0xab5e5c(0x128)][_0xab5e5c(0xab)]()['replace'](_0x256a51['zAcdi'],_0x256a51['FCbhR']),_0x413506=_0xbaaccf;!_0x1d67e0[_0x413506]&&(_0x1d67e0[_0x413506]=[]);const _0x246014=_0x1d67e0[_0x413506][_0xab5e5c(0x1ff)](_0x52fd22=>(_0x52fd22[TestFrameworkConstants[_0xab5e5c(0x111)]]||_0x52fd22['hook_id'])===_0x2d6ad5);!_0x246014&&_0x1d67e0[_0x413506]['push']({'key':_0x413506,[TestFrameworkConstants[_0xab5e5c(0x111)]]:_0x2d6ad5,[TestFrameworkConstants[_0xab5e5c(0x1c0)]]:TestFrameworkConstants[_0xab5e5c(0x16d)],[TestFrameworkConstants[_0xab5e5c(0x18d)]]:new Date()[_0xab5e5c(0xc9)](),[TestFrameworkConstants[_0xab5e5c(0x109)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0xab5e5c(0xf5)]]:[],[TestFrameworkConstants[_0xab5e5c(0x184)]]:_0x10cbce['name']||_0x10cbce[_0xab5e5c(0x128)]+_0xab5e5c(0xa8),[TestFrameworkConstants[_0xab5e5c(0x1d0)]]:_0x2f31f4});}});}if(_0x30a389[_0x523918(0x1d9)]&&_0x256a51['AQhgu'](_0x30a389[_0x523918(0x1d9)][_0x523918(0x232)],0x0))_0x410974[TestFrameworkConstants[_0x523918(0x1c2)]]=_0x30a389[_0x523918(0x1d9)],logger[_0x523918(0x1d5)](_0x256a51[_0x523918(0x1d6)]);else _0x256a51[_0x523918(0x1aa)](Object['keys'](_0x1d67e0)[_0x523918(0x232)],0x0)&&(_0x410974[TestFrameworkConstants[_0x523918(0x1c2)]]=_0x1d67e0,logger[_0x523918(0x1d5)](_0x523918(0x131)+Object[_0x523918(0x137)](_0x1d67e0)[_0x523918(0x19f)](',')));const _0x472a0b=this[_0x523918(0x1ce)](_0x30a389);logger[_0x523918(0x1d5)](_0x523918(0x154)+_0x472a0b+',\x20testId='+_0x303059+_0x523918(0xbc)+_0x25bd80+_0x523918(0x11b)+_0x30a389[_0x523918(0x1f7)]);_0x256a51[_0x523918(0x139)](_0x25bd80,_0x256a51[_0x523918(0x1e1)])&&logger[_0x523918(0x1d5)](_0x523918(0x112)+_0x303059+_0x523918(0xf7)+_0x410974[TestFrameworkConstants[_0x523918(0xd8)]]+',\x20failureReason='+_0x410974[TestFrameworkConstants[_0x523918(0x11a)]]?.[_0x523918(0x174)](0x0,0xc8));const _0x367264={};return _0x367264[_0x303059]=_0x410974,_0x367264;}['getJestTestScopes'](_0x4f6e34){const _0x16aa88=a91_0x515881,_0x366377={};_0x366377[_0x16aa88(0x1ad)]=function(_0x3c3fe8,_0x519b58){return _0x3c3fe8!==_0x519b58;},_0x366377[_0x16aa88(0x22f)]=function(_0x51c09d,_0x3ad7fe){return _0x51c09d!==_0x3ad7fe;},_0x366377[_0x16aa88(0x220)]=_0x16aa88(0x130);const _0x519814=_0x366377,_0x55d3e5={};_0x55d3e5['depth']=0x2,_0x55d3e5[_0x16aa88(0x1db)]=0x3,logger[_0x16aa88(0x1d5)](_0x16aa88(0x116)+util[_0x16aa88(0x1bf)](_0x4f6e34,_0x55d3e5));const _0xe49e1=[];if(_0x4f6e34&&_0x4f6e34[_0x16aa88(0x206)]){let _0x2d9218=_0x4f6e34[_0x16aa88(0x206)];while(_0x2d9218&&_0x2d9218['name']&&_0x519814[_0x16aa88(0x1ad)](_0x2d9218[_0x16aa88(0xfe)],'')&&_0x519814[_0x16aa88(0x22f)](_0x2d9218[_0x16aa88(0xfe)],_0x519814[_0x16aa88(0x220)])){_0xe49e1['push'](_0x2d9218[_0x16aa88(0xfe)]),_0x2d9218=_0x2d9218[_0x16aa88(0x206)];}}return _0xe49e1[_0x16aa88(0x1fb)]();}[a91_0x515881(0x1ce)](_0xb7edf8){const _0x133096=a91_0x515881,_0x1831ba={};_0x1831ba[_0x133096(0x1a1)]=_0x133096(0x1f0);const _0x323dfb=_0x1831ba;if(_0xb7edf8['name'])return _0xb7edf8[_0x133096(0xfe)];if(_0xb7edf8[_0x133096(0x1df)])return _0xb7edf8[_0x133096(0x1df)];return _0x323dfb['vdizt'];}[a91_0x515881(0xbe)](_0x1b7905){const _0x8514c7=a91_0x515881,_0x3214d1=[];if(_0x1b7905[_0x8514c7(0x104)]&&Array[_0x8514c7(0x1b0)](_0x1b7905[_0x8514c7(0x104)]))return _0x1b7905[_0x8514c7(0x104)][_0x8514c7(0x1a9)](_0x220d5f=>_0x220d5f['startsWith']('@')?_0x220d5f['substr'](0x1):_0x220d5f);const _0x750ae1=this['getJestTestName'](_0x1b7905),_0x2c6b61=_0x750ae1[_0x8514c7(0x217)](/@(\w+)/g);if(_0x2c6b61)return _0x2c6b61[_0x8514c7(0x1a9)](_0x3c8004=>_0x3c8004[_0x8514c7(0x157)](0x1));return _0x1b7905[_0x8514c7(0xbb)]&&Array['isArray'](_0x1b7905[_0x8514c7(0xbb)])&&_0x1b7905[_0x8514c7(0xbb)][_0x8514c7(0x23d)](_0x5334a5=>{const _0x344757=_0x5334a5['match'](/@(\w+)/g);_0x344757&&_0x344757['forEach'](_0x5bd3ed=>{const _0x5cb8f2=a91_0xbe4c,_0xf9e380=_0x5bd3ed['slice'](0x1);!_0x3214d1[_0x5cb8f2(0x147)](_0xf9e380)&&_0x3214d1['push'](_0xf9e380);});}),_0x3214d1;}[a91_0x515881(0x205)](_0x1e5ec1){const _0x1ffa58=a91_0x515881,_0x15a7de={'wGxov':function(_0x327669,_0x20c4fa){return _0x327669(_0x20c4fa);}};if(_0x1e5ec1[_0x1ffa58(0x135)])return _0x1e5ec1['file_name'];if(_0x1e5ec1[_0x1ffa58(0x17c)])try{const _0x29f7cd=stackTrace[_0x1ffa58(0x1ca)](_0x1e5ec1[_0x1ffa58(0x17c)]),_0x3f2139=_0x15a7de['wGxov'](pickUserFrameFile,_0x29f7cd);if(_0x3f2139)return _0x3f2139;logger[_0x1ffa58(0x1d5)](_0x1ffa58(0xf2)+_0x29f7cd[_0x1ffa58(0x232)]+')');}catch(_0x2d2b30){logger['debug']('Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20'+util[_0x1ffa58(0x149)](_0x2d2b30));}return null;}[a91_0x515881(0x171)](_0x28e6b8){const _0x27d627=a91_0x515881,_0x23fac2={};_0x23fac2[_0x27d627(0x236)]=function(_0x3332a8,_0x13de68){return _0x3332a8>_0x13de68;},_0x23fac2[_0x27d627(0xf1)]=_0x27d627(0x12d);const _0x2adcce=_0x23fac2;if(_0x28e6b8[_0x27d627(0x235)]&&_0x2adcce[_0x27d627(0x236)](_0x28e6b8[_0x27d627(0x235)][_0x27d627(0x232)],0x0))return util[_0x27d627(0x1bf)](_0x28e6b8[_0x27d627(0x235)][0x0]);if(_0x28e6b8[_0x27d627(0x136)])return _0x28e6b8[_0x27d627(0x136)];return _0x2adcce['YKgcQ'];}['getJestFailureType'](_0x59d428){const _0x1005de=a91_0x515881,_0x4477b1={};_0x4477b1[_0x1005de(0xf8)]=_0x1005de(0xe6),_0x4477b1[_0x1005de(0x20f)]=_0x1005de(0x233),_0x4477b1['CZyxq']='UnhandledError';const _0x1185b3=_0x4477b1,_0x452ecb=this['getJestFailureReason'](_0x59d428);if(_0x452ecb&&_0x452ecb[_0x1005de(0x147)](_0x1185b3[_0x1005de(0xf8)]))return _0x1185b3[_0x1005de(0x20f)];return _0x1185b3[_0x1005de(0x115)];}[a91_0x515881(0xc2)](_0x5c9296){const _0x1ff7c0=a91_0x515881,_0x14c16f={'zdjpA':function(_0x278f2f,_0x4f892c){return _0x278f2f(_0x4f892c);},'Nztvk':_0x1ff7c0(0x1ee),'BGRms':function(_0x263f03,_0x27228c){return _0x263f03!==_0x27228c;},'ZHDMb':_0x1ff7c0(0x22b)},{failureData:_0x205c6c}=_0x14c16f['zdjpA'](require,_0x14c16f[_0x1ff7c0(0x17d)]),_0xaec844=[];return _0x14c16f[_0x1ff7c0(0xe1)](_0x5c9296[_0x1ff7c0(0x235)],undefined)&&_0xaec844[_0x1ff7c0(0x21c)](_0x5c9296[_0x1ff7c0(0x235)],_0x14c16f[_0x1ff7c0(0x19a)]),_0x205c6c[_0x1ff7c0(0x124)](null,_0xaec844);}async[a91_0x515881(0x1e0)](_0x4a0781,_0x128a68,_0x5c3d54,_0x330316){const _0x48b3c0=a91_0x515881,_0x1aef51={'BiVkL':_0x48b3c0(0x127),'JtbYn':function(_0x359404){return _0x359404();},'gKZkd':function(_0x3a281c,_0x2b6b7a){return _0x3a281c in _0x2b6b7a;},'NdUuY':function(_0x57c1f7,_0x288bb4){return _0x57c1f7 in _0x288bb4;},'QeVbm':function(_0xae598f,_0x3b5a1f){return _0xae598f===_0x3b5a1f;},'WeYwv':function(_0x3b09d3,_0x7893f){return _0x3b09d3===_0x7893f;},'pJzIm':function(_0x376af8,_0x5c13cf){return _0x376af8>_0x5c13cf;},'CXrcJ':_0x48b3c0(0x17b),'msmyS':_0x48b3c0(0xe7),'PrBRR':function(_0x381c1e,_0x4f0f20){return _0x381c1e===_0x4f0f20;},'goVDw':'[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','aFLhZ':function(_0x17bab3,_0x4b8901){return _0x17bab3>_0x4b8901;},'qdGzi':function(_0x2b28a8,_0x21e60){return _0x2b28a8===_0x21e60;},'vNvRk':function(_0x3d85e3,_0x1c17b1){return _0x3d85e3!==_0x1c17b1;}},{hookData:_0x186912}=_0x330316,_0x33336d=_0x5c3d54[_0x48b3c0(0xe0)](),_0x155382=_0x128a68[_0x48b3c0(0xe0)](),_0x4c7d16={};_0x4c7d16[_0x48b3c0(0xb7)]=0x2,_0x4c7d16[_0x48b3c0(0x1db)]=0x3,logger[_0x48b3c0(0x1d5)](_0x48b3c0(0x110)+_0x155382+_0x48b3c0(0x190)+_0x33336d+_0x48b3c0(0x1cf)+util[_0x48b3c0(0x1bf)](_0x186912,_0x4c7d16));if(!_0x186912)return logger[_0x48b3c0(0x1d5)](_0x1aef51[_0x48b3c0(0x1c6)]),{};const _0x3b3b32=_0x186912[_0x48b3c0(0x189)]||_0x186912[_0x48b3c0(0x1d2)]||_0x1aef51[_0x48b3c0(0x231)](uuidv4),_0xa1f228=_0x186912[_0x48b3c0(0x1b1)]||this[_0x48b3c0(0x1c7)](_0x186912),_0x52beca=_0x128a68['toString']()[_0x48b3c0(0x11c)]('.')[0x1],_0x343728=_0x4a0781[_0x48b3c0(0x20c)]()[_0x48b3c0(0x1a4)](_0xa1f228),_0x2a7bae=_0x343728?_0x343728[TestFrameworkConstants[_0x48b3c0(0x1d0)]]||{}:{};logger[_0x48b3c0(0x1d5)](_0x48b3c0(0x162)+_0x3b3b32+_0x48b3c0(0x1b7)+_0xa1f228+'\x20(testIdentifier),\x20hookType='+_0x52beca+_0x48b3c0(0x190)+_0x33336d);if(!_0x343728)return logger[_0x48b3c0(0x1d5)](_0x48b3c0(0xcf)+_0xa1f228+',\x20storing\x20as\x20pending\x20hook'),this[_0x48b3c0(0x14f)](_0x4a0781,_0xa1f228,_0x128a68,_0x5c3d54,_0x330316),{};let _0x356e1f=_0x343728[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x356e1f&&(_0x356e1f={});!_0x1aef51[_0x48b3c0(0x227)](_0x52beca,_0x356e1f)&&(_0x356e1f[_0x52beca]=[]);let _0x15a299=_0x343728[TestFrameworkConstants['KEY_HOOKS_FINISHED']];!_0x15a299&&(_0x15a299={});!_0x1aef51['NdUuY'](_0x52beca,_0x15a299)&&(_0x15a299[_0x52beca]=[]);const _0x38c7e3={[_0xa1f228]:{[TestFrameworkConstants[_0x48b3c0(0x133)]]:_0x356e1f,[TestFrameworkConstants[_0x48b3c0(0x1c2)]]:_0x15a299,[TestFrameworkConstants[_0x48b3c0(0xcc)]]:this[_0x48b3c0(0x144)]()[0x0]||'',[TestFrameworkConstants[_0x48b3c0(0x14d)]]:this['getTestFrameworksVersions']()[this['getTestFrameworks']()[0x0]]||''}};if(_0x1aef51[_0x48b3c0(0x167)](_0x5c3d54,HookState[_0x48b3c0(0x1a7)])){const _0x582256={'key':_0x52beca,[TestFrameworkConstants[_0x48b3c0(0x111)]]:_0x3b3b32,[TestFrameworkConstants[_0x48b3c0(0x1c0)]]:TestFrameworkConstants[_0x48b3c0(0x16d)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:_0x186912['started_at']||new Date()[_0x48b3c0(0xc9)](),[TestFrameworkConstants[_0x48b3c0(0xf5)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x186912[_0x48b3c0(0xfe)]||_0x186912[_0x48b3c0(0x23c)]||_0x52beca,[TestFrameworkConstants[_0x48b3c0(0x1d0)]]:_0x2a7bae};_0x356e1f[_0x52beca][_0x48b3c0(0x21c)](_0x582256),_0x38c7e3[_0xa1f228][TestFrameworkConstants[_0x48b3c0(0xe9)]]=_0x52beca;const _0x44cee5={};_0x44cee5[_0x48b3c0(0xb7)]=0x2,logger[_0x48b3c0(0x1d5)](_0x48b3c0(0x1c4)+_0x52beca+',\x20hookId='+_0x3b3b32+_0x48b3c0(0x1b7)+_0xa1f228+_0x48b3c0(0x195)+util[_0x48b3c0(0x1bf)](_0x582256,_0x44cee5));}else{if(_0x1aef51['WeYwv'](_0x5c3d54,HookState['POST'])){const _0x40a1f1=_0x186912[_0x48b3c0(0x13a)]||(_0x186912[_0x48b3c0(0x235)]&&_0x1aef51[_0x48b3c0(0x18a)](_0x186912[_0x48b3c0(0x235)][_0x48b3c0(0x232)],0x0)?_0x1aef51[_0x48b3c0(0x23e)]:_0x1aef51[_0x48b3c0(0x1a2)]),_0x2a345d=_0x356e1f[_0x52beca]||[];logger[_0x48b3c0(0x1d5)](_0x48b3c0(0x155)+_0x52beca+_0x48b3c0(0x1b7)+_0xa1f228+_0x48b3c0(0x193)+_0x40a1f1+',\x20hooksListLength='+_0x2a345d[_0x48b3c0(0x232)]);if(_0x1aef51[_0x48b3c0(0x1f1)](_0x2a345d[_0x48b3c0(0x232)],0x0)&&_0x1aef51[_0x48b3c0(0x119)](_0x128a68,TestFrameworkState[_0x48b3c0(0x221)]))return logger[_0x48b3c0(0x1d5)](_0x1aef51[_0x48b3c0(0x222)]),this[_0x48b3c0(0x14f)](_0x4a0781,_0xa1f228,_0x128a68,_0x5c3d54,_0x330316),{};if(_0x1aef51[_0x48b3c0(0x1b2)](_0x2a345d['length'],0x0)){const _0x5deb59=_0x2a345d[_0x48b3c0(0x230)]();_0x1aef51[_0x48b3c0(0x1e6)](_0x40a1f1,_0x1aef51[_0x48b3c0(0x23e)])&&_0x186912[_0x48b3c0(0x235)]?(_0x5deb59[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this[_0x48b3c0(0xda)](_0x186912),_0x5deb59[TestFrameworkConstants[_0x48b3c0(0x105)]]=this['getJestFailureReason'](_0x186912),_0x5deb59[TestFrameworkConstants['KEY_HOOK_FAILURE']]=this[_0x48b3c0(0xc2)](_0x186912),logger[_0x48b3c0(0x1d5)](_0x48b3c0(0x1b5)+_0x52beca+_0x48b3c0(0xf7)+_0x5deb59[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]+',\x20failureReason='+_0x5deb59[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]?.[_0x48b3c0(0x174)](0x0,0xc8))):_0x5deb59[TestFrameworkConstants[_0x48b3c0(0x1c0)]]=_0x1aef51[_0x48b3c0(0x1a2)];_0x1aef51[_0x48b3c0(0x145)](_0x40a1f1,TestFrameworkConstants[_0x48b3c0(0x16d)])&&(_0x5deb59[TestFrameworkConstants[_0x48b3c0(0x1c0)]]=_0x40a1f1);_0x5deb59[TestFrameworkConstants[_0x48b3c0(0x109)]]=_0x186912['finished_at']||new Date()[_0x48b3c0(0xc9)](),_0x5deb59[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x2a7bae;const _0xc2b3c5=_0x5deb59[TestFrameworkConstants[_0x48b3c0(0x111)]];!_0x15a299[_0x52beca]&&(_0x15a299[_0x52beca]=[]);_0x15a299[_0x52beca][_0x48b3c0(0x21c)](_0x5deb59),_0x38c7e3[_0xa1f228][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x52beca;const _0x3658a0={};_0x3658a0[_0x48b3c0(0xb7)]=0x2,logger[_0x48b3c0(0x1d5)](_0x48b3c0(0x11f)+_0x52beca+_0x48b3c0(0x1e5)+_0xc2b3c5+_0x48b3c0(0x193)+_0x40a1f1+_0x48b3c0(0x195)+util['inspect'](_0x5deb59,_0x3658a0));}}}return _0x38c7e3;}['createTestFrameworkEventPayload'](_0x36fff8){const _0x322b83=a91_0x515881,_0x14c46b={};_0x14c46b[_0x322b83(0x134)]='base64';const _0x203c99=_0x14c46b;try{const _0x2045e4=_0x36fff8[_0x322b83(0x22b)]?this[_0x322b83(0x1c7)](_0x36fff8[_0x322b83(0x22b)]):_0x36fff8['hookData']['test_run_id'],_0xc05936=_0x36fff8[_0x322b83(0x1de)],_0x3c6a09=_0xc05936['getContext'](),_0x11e40c=_0xc05936[_0x322b83(0x20c)]()[_0x322b83(0x1a4)](_0x2045e4);if(!_0x11e40c)return logger['debug'](_0x322b83(0x214)+_0x2045e4),{};const {[TestFrameworkConstants[_0x322b83(0xcc)]]:_0x383dcd=this[_0x322b83(0x144)]()[0x0]||'',[TestFrameworkConstants[_0x322b83(0x14d)]]:_0x25bd8d=this[_0x322b83(0x1f3)]()[this[_0x322b83(0x144)]()[0x0]]||'',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x3d1b5a='',[TestFrameworkConstants[_0x322b83(0xac)]]:_0x2d8664=''}=_0x11e40c,_0x24da49=_0xc05936['getCurrentTestState']()[_0x322b83(0xe0)]()[_0x322b83(0x11c)]('.')[0x1],_0x469de0=_0xc05936['getCurrentHookState']()[_0x322b83(0xe0)]()[_0x322b83(0x11c)]('.')[0x1],_0x42727b=global?.['__workerDetails']?.[_0x322b83(0x12c)]?.[_0x322b83(0x1a3)]||global[_0x322b83(0xfc)]||0x0,_0x7c448e=_0xc05936[_0x322b83(0x126)](),_0x25034b=Buffer[_0x322b83(0x1ec)](JSON[_0x322b83(0x199)](_0x11e40c))[_0x322b83(0xe0)](_0x203c99[_0x322b83(0x134)]),_0x439048={'hash':_0x3c6a09[_0x322b83(0xa6)](),'threadId':_0x3c6a09[_0x322b83(0xe5)]()[_0x322b83(0xe0)](),'processId':_0x3c6a09[_0x322b83(0x114)]()[_0x322b83(0xe0)]()},_0x522d14={};_0x522d14[_0x322b83(0x22e)]=_0x42727b,_0x522d14[_0x322b83(0x182)]=_0x383dcd,_0x522d14[_0x322b83(0x1b9)]=_0x25bd8d,_0x522d14[_0x322b83(0x21d)]=_0x24da49,_0x522d14[_0x322b83(0x140)]=_0x469de0,_0x522d14[_0x322b83(0xf9)]=_0x3d1b5a,_0x522d14[_0x322b83(0x213)]=_0x2d8664,_0x522d14[_0x322b83(0x189)]=_0x7c448e,_0x522d14[_0x322b83(0x1fd)]=_0x25034b,_0x522d14[_0x322b83(0x17f)]=_0x439048,_0x522d14['test_identifier']=_0x2045e4;const _0x30e36a=_0x522d14;return _0x30e36a;}catch(_0x1e9757){return logger['error'](_0x322b83(0xdc)+util[_0x322b83(0x149)](_0x1e9757)),{};}}async['sendLogCreatedEvent'](_0x3613ba,_0x1c609f,_0x4b892a){const _0x329575=a91_0x515881,_0x53ae56={'hgutG':function(_0x4901ae,_0x5b911e){return _0x4901ae+_0x5b911e;},'CqdJF':_0x329575(0xb6),'PndJH':'none','bBnVF':function(_0x3c58f4,_0x40d262){return _0x3c58f4>_0x40d262;},'QpAsI':function(_0x44b669,_0x9ff9d3,_0x41125e,_0x42b4bc){return _0x44b669(_0x9ff9d3,_0x41125e,_0x42b4bc);},'fuKaU':function(_0x18d01c,_0x52d5c2){return _0x18d01c-_0x52d5c2;},'haHcS':function(_0x2d08f8,_0x5a7fcd){return _0x2d08f8===_0x5a7fcd;},'wNatK':function(_0x3e92d9,_0x2bde85){return _0x3e92d9/_0x2bde85;},'mdbOp':function(_0x5dbac9,_0x1d0bd4){return _0x5dbac9<_0x1d0bd4;},'NMWcr':function(_0x36c98a,_0x320d64){return _0x36c98a*_0x320d64;},'yEifs':function(_0x28c32c,_0x541a8d){return _0x28c32c+_0x541a8d;},'oCgTo':function(_0x3f4570,_0x45b647){return _0x3f4570+_0x45b647;}};try{const _0x4b56e2=_0x4b892a[_0x329575(0x21e)]||_0x4b892a['testId'],_0x39c942=Array[_0x329575(0x1ec)](_0x3613ba[_0x329575(0x20c)]()[_0x329575(0x137)]()),_0xcacf38=_0x3613ba[_0x329575(0x20c)]()[_0x329575(0x1a4)](_0x4b56e2);if(!_0xcacf38){logger[_0x329575(0x1d5)](_0x329575(0xd3)+_0x4b56e2);return;}const {[TestFrameworkConstants[_0x329575(0xcc)]]:_0x1f2a84='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x37e3ad=''}=_0xcacf38;let _0x4cbd9b=[];_0xcacf38&&_0xcacf38[TestFrameworkConstants[_0x329575(0x226)]]&&Array[_0x329575(0x1b0)](_0xcacf38[TestFrameworkConstants[_0x329575(0x226)]])?(_0x4cbd9b=_0xcacf38[TestFrameworkConstants[_0x329575(0x226)]]||[],logger['debug'](_0x329575(0x1d7)+_0x4cbd9b[_0x329575(0x232)]+_0x329575(0x178)+_0x4b56e2),_0x3613ba[_0x329575(0x1ea)]({[_0x4b56e2]:{[TestFrameworkConstants[_0x329575(0x226)]]:[],[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x329575(0x144)]()[0x0]||'',[TestFrameworkConstants[_0x329575(0x14d)]]:this[_0x329575(0x1f3)]()[this[_0x329575(0x144)]()[0x0]]||''}}),logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x4b56e2)):logger[_0x329575(0x1d5)](_0x329575(0x1fa)+_0x4b56e2);logger[_0x329575(0x1d5)](_0x329575(0xdf)+_0x4cbd9b[_0x329575(0x232)]+'\x20for\x20testId:\x20'+_0x4b56e2);const _0x11efbc=_0x4cbd9b['filter'](_0x4e9e91=>_0x4e9e91[_0x329575(0xd5)]===_0x329575(0x201));_0x53ae56['bBnVF'](_0x11efbc[_0x329575(0x232)],0x0)&&(logger[_0x329575(0x1d5)](_0x329575(0x123)+_0x11efbc[_0x329575(0x232)]+'\x20screenshot\x20logs\x20for\x20testId:\x20'+_0x4b56e2),_0x11efbc[_0x329575(0x23d)]((_0x181216,_0x38a412)=>{const _0x1f4fbb=_0x329575;logger['debug'](_0x1f4fbb(0x1f4)+_0x53ae56['hgutG'](_0x38a412,0x1)+'/'+_0x11efbc[_0x1f4fbb(0x232)]+_0x1f4fbb(0xc8)+(_0x181216[_0x1f4fbb(0x169)]||_0x53ae56[_0x1f4fbb(0x1af)])+',\x20test_run_uuid='+(_0x181216['test_run_uuid']||_0x53ae56[_0x1f4fbb(0x1af)])+_0x1f4fbb(0x203)+(_0x181216['hook_run_uuid']||_0x53ae56[_0x1f4fbb(0xfb)])+_0x1f4fbb(0x23b)+(_0x181216[_0x1f4fbb(0x18e)]?.[_0x1f4fbb(0x232)]||0x0));}));const _0x16a080=_0xcacf38[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x4a3527=_0x53ae56['QpAsI'](getMediaArtifactsLogs,_0x16a080,null,_0x4b56e2),_0x50bf08=(_0x4cbd9b||[])[_0x329575(0x1b4)](_0x4a3527||[]),_0xb93583=_0x11efbc?.[_0x329575(0x232)]||0x0,_0x4e8df6=_0x53ae56[_0x329575(0x181)](_0x4cbd9b?.[_0x329575(0x232)]||0x0,_0xb93583);logger[_0x329575(0x1d5)](_0x329575(0x1dd)+_0x4b56e2+_0x329575(0x1b3)+_0x4e8df6+_0x329575(0x1eb)+_0xb93583+',\x20attachmentLogs:\x20'+(_0x4a3527?.[_0x329575(0x232)]||0x0)+_0x329575(0xbd)+_0x50bf08[_0x329575(0x232)]);if(!_0x50bf08||_0x53ae56['haHcS'](_0x50bf08[_0x329575(0x232)],0x0)){logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0x4b56e2);return;}const _0x3db95b=0x28,_0x48a794=Math[_0x329575(0x100)](_0x53ae56['wNatK'](_0x50bf08['length'],_0x3db95b));for(let _0x3912ce=0x0;_0x53ae56[_0x329575(0x202)](_0x3912ce,_0x48a794);_0x3912ce++){const _0x3e15d2=_0x53ae56[_0x329575(0x17e)](_0x3912ce,_0x3db95b),_0x166c74=_0x53ae56[_0x329575(0x234)](_0x3e15d2,_0x3db95b),_0x8138f2=_0x50bf08[_0x329575(0x157)](_0x3e15d2,_0x166c74),_0x251791=global?.[_0x329575(0xb2)]??0x0,_0x5d7e27={'platformIndex':_0x251791,'logs':_0x8138f2,'testFrameworkName':_0x1f2a84,'testFrameworkVersion':_0x37e3ad,'testFrameworkState':_0x1c609f['toString']()[_0x329575(0x11c)]('.')[0x1]},_0x52290d={};_0x52290d['depth']=0x3,_0x52290d[_0x329575(0x1db)]=0x5,logger[_0x329575(0x1d5)](_0x329575(0xee)+_0x53ae56['hgutG'](_0x3912ce,0x1)+'/'+_0x48a794+_0x329575(0x19e)+_0x4b56e2+_0x329575(0xfa)+_0x8138f2[_0x329575(0x232)]+',\x20platformIndex:\x20'+_0x251791+',\x20payload:\x20'+util[_0x329575(0x1bf)](_0x5d7e27,_0x52290d));const _0x3a518a=await GrpcClient['getInstance']()[_0x329575(0x11e)](_0x5d7e27);logger[_0x329575(0x1d5)](_0x329575(0xee)+_0x53ae56[_0x329575(0x125)](_0x3912ce,0x1)+'/'+_0x48a794+_0x329575(0x19e)+_0x4b56e2+',\x20response='+util[_0x329575(0x1bf)](_0x3a518a));}_0x4a3527&&_0x53ae56[_0x329575(0x20a)](_0x4a3527['length'],0x0)&&_0xcacf38[TestFrameworkConstants[_0x329575(0xdd)]]&&_0x3613ba[_0x329575(0x1ea)]({[_0x4b56e2]:{[TestFrameworkConstants[_0x329575(0xdd)]]:{},[TestFrameworkConstants[_0x329575(0xcc)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x329575(0x14d)]]:this[_0x329575(0x1f3)]()[this[_0x329575(0x144)]()[0x0]]||''}}),logger[_0x329575(0x1d5)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20'+_0x4b56e2+',\x20totalBatches:\x20'+_0x48a794);}catch(_0xd189e5){logger[_0x329575(0x14c)](_0x329575(0x1ba)+(_0x4b892a[_0x329575(0x21e)]||_0x4b892a[_0x329575(0x170)])+',\x20error:\x20'+util[_0x329575(0x149)](_0xd189e5));}}[a91_0x515881(0x14f)](_0x2147a5,_0x18f6eb,_0x468e5b,_0x37f5cd,_0xeeb45e){const _0x30360f=a91_0x515881,_0x4e4409={};_0x4e4409[_0x30360f(0xb9)]=function(_0x1fea3b,_0x3369c9){return _0x1fea3b===_0x3369c9;},_0x4e4409[_0x30360f(0x1ac)]=_0x30360f(0x161);const _0x4820ca=_0x4e4409,{hookData:_0x5116e4}=_0xeeb45e,_0x460707={'testId':_0x18f6eb,'testFrameworkState':_0x468e5b,'hookState':_0x37f5cd,'args':_0xeeb45e,'timestamp':new Date()[_0x30360f(0xc9)]()};if(_0x4820ca['ofOdH'](_0x468e5b,TestFrameworkState[_0x30360f(0x221)])&&_0x5116e4){const _0x3dffa3={};_0x3dffa3[_0x30360f(0xba)]=_0x5116e4[_0x30360f(0x135)]||_0x5116e4[_0x30360f(0x18c)],_0x3dffa3[_0x30360f(0x121)]=_0x5116e4[_0x30360f(0x121)]||_0x5116e4[_0x30360f(0xbb)]&&_0x5116e4[_0x30360f(0xbb)][0x0]||'',_0x3dffa3['hookType']=_0x4820ca['UocQS'],_0x460707[_0x30360f(0x132)]=_0x3dffa3,logger[_0x30360f(0x1d5)](_0x30360f(0x163)+_0x18f6eb+_0x30360f(0x172)+_0x460707[_0x30360f(0x132)][_0x30360f(0xba)]+_0x30360f(0x1cd)+_0x460707[_0x30360f(0x132)][_0x30360f(0x121)]);}_0x2147a5[_0x30360f(0xe8)](_0x18f6eb,_0x460707),logger[_0x30360f(0x1d5)](_0x30360f(0x153)+_0x18f6eb+_0x30360f(0x1e8)+_0x468e5b+_0x30360f(0xd1)+_0x37f5cd);}async[a91_0x515881(0x15d)](_0x4f79cf,_0x44f934){const _0x14855f=a91_0x515881,_0x3031d1={};_0x3031d1[_0x14855f(0x156)]=function(_0xcb62d9,_0x3a70a7){return _0xcb62d9>_0x3a70a7;},_0x3031d1[_0x14855f(0x129)]=function(_0x4247dc,_0x64d64c){return _0x4247dc===_0x64d64c;},_0x3031d1[_0x14855f(0x118)]=function(_0x3f67d8,_0x42a70d){return _0x3f67d8===_0x42a70d;},_0x3031d1[_0x14855f(0x238)]=function(_0xd1294f,_0x3bb641){return _0xd1294f===_0x3bb641;},_0x3031d1[_0x14855f(0xc7)]=function(_0x11f50c,_0x2043c8){return _0x11f50c===_0x2043c8;},_0x3031d1[_0x14855f(0x160)]=_0x14855f(0x22c);const _0x26db80=_0x3031d1;if(_0x4f79cf[_0x14855f(0x15e)](_0x44f934)){const _0x4b928a=_0x4f79cf['getPendingHooks'](_0x44f934);logger[_0x14855f(0x1d5)](_0x14855f(0x186)+_0x4b928a[_0x14855f(0x232)]+_0x14855f(0x1e2)+_0x44f934);for(const _0x46639c of _0x4b928a){try{const _0xd0fd63=await this[_0x14855f(0x1e0)](_0x4f79cf,_0x46639c[_0x14855f(0x21d)],_0x46639c['hookState'],_0x46639c[_0x14855f(0xec)]);_0xd0fd63&&_0x26db80[_0x14855f(0x156)](Object[_0x14855f(0x137)](_0xd0fd63)[_0x14855f(0x232)],0x0)&&_0x4f79cf['addMultipleEntries'](_0xd0fd63),await this[_0x14855f(0xd7)](_0x4f79cf,_0x46639c['testFrameworkState'],_0x46639c[_0x14855f(0x140)],_0x46639c[_0x14855f(0xec)]);}catch(_0x2b1a12){logger[_0x14855f(0x14c)](_0x14855f(0xef)+_0x44f934+_0x14855f(0xae)+_0x2b1a12);}}_0x4f79cf['removePendingHooks'](_0x44f934),logger[_0x14855f(0x1d5)]('Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20'+_0x44f934);}const _0x390f7b=_0x4f79cf[_0x14855f(0x20c)]()['get'](_0x44f934);if(_0x390f7b){const _0x5c3e2e=_0x390f7b[TestFrameworkConstants[_0x14855f(0x168)]]||_0x390f7b[TestFrameworkConstants['KEY_TEST_LOCATION']],_0x3d6204=_0x390f7b[TestFrameworkConstants[_0x14855f(0x19d)]]||_0x390f7b[TestFrameworkConstants['KEY_TEST_SCOPES']]&&_0x390f7b[TestFrameworkConstants[_0x14855f(0xc0)]][0x0]||'';logger['debug'](_0x14855f(0x1d4)+_0x5c3e2e+_0x14855f(0x1cd)+_0x3d6204);const _0xa40937=_0x4f79cf['getAllPendingHookTestIds']();for(const _0x289493 of _0xa40937){if(_0x26db80['vdFOj'](_0x289493,_0x44f934))continue;if(_0x4f79cf[_0x14855f(0x15e)](_0x289493)){const _0x2874ba=_0x4f79cf[_0x14855f(0x1e3)](_0x289493);for(const _0x3c8546 of _0x2874ba){if(_0x26db80[_0x14855f(0x129)](_0x3c8546['testFrameworkState'],TestFrameworkState[_0x14855f(0x221)])&&_0x3c8546[_0x14855f(0x132)]){const _0x53fa22=_0x3c8546[_0x14855f(0x132)][_0x14855f(0xba)],_0x5aa8de=_0x3c8546['hookMetadata'][_0x14855f(0x121)];if(_0x26db80[_0x14855f(0x118)](_0x53fa22,_0x5c3e2e)&&_0x26db80['EhnMR'](_0x5aa8de,_0x3d6204)){logger[_0x14855f(0x1d5)](_0x14855f(0xcd)+_0x289493+_0x14855f(0x1e4)+_0x44f934+_0x14855f(0x172)+_0x53fa22+',\x20scope:\x20'+_0x5aa8de);_0x3c8546[_0x14855f(0xec)]&&_0x3c8546[_0x14855f(0xec)][_0x14855f(0xb5)]&&(_0x3c8546[_0x14855f(0xec)]['hookData'][_0x14855f(0x1b1)]=_0x44f934,logger[_0x14855f(0x1d5)](_0x14855f(0x18b)+_0x289493+_0x14855f(0x208)+_0x44f934));try{const _0x16b0e8=await this['trackHookEvent'](_0x4f79cf,_0x3c8546[_0x14855f(0x21d)],_0x3c8546['hookState'],_0x3c8546[_0x14855f(0xec)]);_0x16b0e8&&_0x26db80[_0x14855f(0x156)](Object[_0x14855f(0x137)](_0x16b0e8)[_0x14855f(0x232)],0x0)&&_0x4f79cf[_0x14855f(0x1ea)](_0x16b0e8);await this['runHooks'](_0x4f79cf,_0x3c8546[_0x14855f(0x21d)],_0x3c8546['hookState'],_0x3c8546[_0x14855f(0xec)]);const _0x5325f1=_0x4f79cf['getPendingHooks'](_0x289493)[_0x14855f(0x1c3)](_0x228e25=>_0x228e25!==_0x3c8546);if(_0x26db80['ZoVpI'](_0x5325f1[_0x14855f(0x232)],0x0))_0x4f79cf[_0x14855f(0x15b)](_0x289493);else{_0x4f79cf['removePendingHooks'](_0x289493);for(const _0x58aafb of _0x5325f1){_0x4f79cf['addPendingHook'](_0x289493,_0x58aafb);}}logger['debug'](_0x26db80[_0x14855f(0x160)]);}catch(_0x3a00a8){logger[_0x14855f(0x14c)](_0x14855f(0x210)+_0x44f934+',\x20error:\x20'+_0x3a00a8);}}}}}}}}['mapTestHooks'](_0x5c75e5){const _0x5f0624=a91_0x515881,_0x2a7ded={'GeTkQ':function(_0x216317){return _0x216317();}};if(!_0x5c75e5||!_0x5c75e5['parent'])return;_0x5c75e5[_0x5f0624(0x206)][_0x5f0624(0x1d9)]&&Array[_0x5f0624(0x1b0)](_0x5c75e5[_0x5f0624(0x206)]['hooks'])&&_0x5c75e5['parent'][_0x5f0624(0x1d9)][_0x5f0624(0x23d)](_0x34c309=>{const _0x50c1b6=_0x5f0624;!_0x34c309[_0x50c1b6(0x1d2)]&&!_0x34c309[_0x50c1b6(0x177)]&&(_0x34c309['hookAnalyticsId']=_0x2a7ded[_0x50c1b6(0x224)](uuidv4),_0x34c309[_0x50c1b6(0x177)]=_0x34c309[_0x50c1b6(0x1d2)],logger[_0x50c1b6(0x1d5)](_0x50c1b6(0x11d)+_0x34c309['type']+_0x50c1b6(0x21a)+_0x34c309[_0x50c1b6(0x1d2)]));}),this[_0x5f0624(0x1da)](_0x5c75e5[_0x5f0624(0x206)]);}[a91_0x515881(0x173)](_0x3c0676){const _0x46f7c3=a91_0x515881,_0x39daf4={'ssCro':function(_0x5158fe,_0x1eb448){return _0x5158fe(_0x1eb448);}};if(!_0x3c0676||!_0x3c0676[_0x46f7c3(0x206)])return[];const _0x46238f=[];return _0x3c0676[_0x46f7c3(0x206)]['hooks']&&Array['isArray'](_0x3c0676[_0x46f7c3(0x206)][_0x46f7c3(0x1d9)])&&_0x3c0676['parent'][_0x46f7c3(0x1d9)]['forEach'](_0x2955c7=>{const _0x1ec310=_0x46f7c3,_0x84c4e4=_0x2955c7[_0x1ec310(0x1d2)]||_0x2955c7[_0x1ec310(0x177)];_0x84c4e4&&!this['isJestInternalHook'](_0x2955c7)&&!_0x39daf4[_0x1ec310(0xff)](isInternalHook,_0x2955c7['fn'])&&_0x46238f[_0x1ec310(0x21c)](_0x84c4e4);}),[..._0x46238f,...this['getHooksForTest'](_0x3c0676['parent'])];}[a91_0x515881(0xb3)](_0x5378a7){const _0x59bf91=a91_0x515881,_0x3e40aa={'lhcss':function(_0x1e112e,_0x5c09d3){return _0x1e112e(_0x5c09d3);},'paNMK':_0x59bf91(0x120),'rTSRJ':function(_0x1dcd6d,_0x4a7840){return _0x1dcd6d(_0x4a7840);}},_0x27f017=new Map(),_0x345206=_0x5819ce=>{const _0x2dea54=_0x59bf91,_0x5cd687={'Yawiq':function(_0x52badc,_0x4caa61){return _0x3e40aa['lhcss'](_0x52badc,_0x4caa61);},'tUnbm':_0x3e40aa[_0x2dea54(0x237)]};if(!_0x5819ce||!_0x5819ce[_0x2dea54(0x206)])return;_0x5819ce[_0x2dea54(0x206)][_0x2dea54(0x1d9)]&&Array[_0x2dea54(0x1b0)](_0x5819ce[_0x2dea54(0x206)][_0x2dea54(0x1d9)])&&_0x5819ce[_0x2dea54(0x206)]['hooks']['forEach'](_0x53f96c=>{const _0x56c3a3=_0x2dea54,_0x46b849=_0x53f96c[_0x56c3a3(0x1d2)]||_0x53f96c[_0x56c3a3(0x177)];if(_0x46b849&&!this['isJestInternalHook'](_0x53f96c)&&!_0x5cd687[_0x56c3a3(0x185)](isInternalHook,_0x53f96c['fn'])){const _0x5052b4={};_0x5052b4[_0x56c3a3(0x128)]=_0x53f96c[_0x56c3a3(0x128)]||_0x5cd687[_0x56c3a3(0x102)],_0x5052b4['name']=_0x53f96c[_0x56c3a3(0xfe)]||'\x22'+_0x53f96c[_0x56c3a3(0x128)]+_0x56c3a3(0x192),_0x27f017['set'](_0x46b849,_0x5052b4);}}),_0x3e40aa['lhcss'](_0x345206,_0x5819ce[_0x2dea54(0x206)]);};return _0x3e40aa[_0x59bf91(0x13b)](_0x345206,_0x5378a7),_0x27f017;}[a91_0x515881(0xc1)](_0x5b1986){const _0x9fe9f6=a91_0x515881,_0x5469e2={};_0x5469e2['nqAIv']=_0x9fe9f6(0xc4),_0x5469e2[_0x9fe9f6(0x166)]=_0x9fe9f6(0x21f);const _0x571741=_0x5469e2;try{const _0x4e3eaa=this['getRootParentFile'](_0x5b1986);if(!_0x4e3eaa||_0x4e3eaa[_0x9fe9f6(0x147)](_0x571741[_0x9fe9f6(0x1c9)]))return!![];return![];}catch(_0x23c772){logger[_0x9fe9f6(0x1d5)](_0x571741[_0x9fe9f6(0x166)]);}return![];}[a91_0x515881(0x229)](_0x36ab3d){const _0x56f8ce=a91_0x515881,_0x1d05dd={'TmKLw':function(_0x3c5ec4,_0x9500f3){return _0x3c5ec4(_0x9500f3);}};if(_0x36ab3d[_0x56f8ce(0x1cc)])return _0x36ab3d[_0x56f8ce(0x1cc)];if(_0x36ab3d[_0x56f8ce(0x17c)])try{const _0x3db07f=stackTrace['parse'](_0x36ab3d['asyncError']),_0x4604ce=_0x1d05dd['TmKLw'](pickUserFrameFile,_0x3db07f);if(_0x4604ce)return _0x4604ce;logger[_0x56f8ce(0x1d5)](_0x56f8ce(0x1d8)+_0x3db07f['length']+')');}catch(_0x20a544){logger[_0x56f8ce(0x1d5)](_0x56f8ce(0x18f)+util['format'](_0x20a544));}return null;}}module['exports']=JestTestFramework;function a91_0x1b40(){const _0x513db6=['[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','addMultipleEntries',',\x20screenshotLogs:\x20','from','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','../../../helpers/test-observability/utils','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','Unknown\x20Test','WeYwv','resolveInstance','getTestFrameworksVersions','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','KEY_TEST_STARTED_AT','hookType','duration','hrWje','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','reverse','started_at','eventJson','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','find','./constants/testFrameworkConstants.js','TEST_SCREENSHOT','mdbOp',',\x20hook_run_uuid=','createContext','getJestTestFilePath','parent','status','\x20to\x20','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','bBnVF','KEY_TEST_CODE','getAllData','1950385aFseVX','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','PDMfD','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','\x20(testIdentifier)','25396zvMQro','endedAt','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','uXxRi','JestTestFramework','match','DEFAULT_TEST_RESULT','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20',',\x20hookUUID=','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','push','testFrameworkState','testUUID','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','ZcKuE','BEFORE_ALL','goVDw','setTrackedInstance','GeTkQ','getContext','KEY_LOGS','gKZkd','../../../helpers/stackFrameUtils','getRootParentFile','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','test','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','set','platformIndex','ZQQQf','pop','JtbYn','length','AssertionError','yEifs','errorsDetailed','EoUMT','paNMK','EhnMR','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','\x20attachments',',\x20messageLength=','hook_type','forEach','CXrcJ','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','KVoCY','getId',',\x20state=','\x20hook','KEY_TEST_RERUN_NAME','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','toUpperCase','KEY_TEST_ENDED_AT','KEY_AUTOMATE_SESSION_NAME',',\x20error:\x20','KEY_TEST_RESULT','BlbbA','testData','browserstackPlatformIndex','buildHookMapFromTest','getCurrentInstanceName','hookData','missing','depth','activeHooks','ofOdH','filePath','scopes','\x20(testIdentifier),\x20result=',',\x20totalLogs:\x20','getJestTestTags','util','KEY_TEST_SCOPES','isJestInternalHook','getJestFailureData','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','jest-circus','parseJestTestResult','FkcNz','ZoVpI','\x20-\x20test_identifier=','toISOString','KEY_TEST_RETRY_OF','hnNtW','KEY_TEST_FRAMEWORK_NAME','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','../state/testFrameworkState.js','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','PGQOn',',\x20hookState:\x20','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','findIndex','kind','KEY_TEST_ID','runHooks','KEY_TEST_FAILURE_TYPE','mhuSY','getJestFailureType','oiLhW','Error\x20in\x20createTestFrameworkEventPayload:\x20','KEY_TEST_ATTACHMENTS','13403889BeVeBd','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','toString','BGRms','KEY_TEST_LOCATION','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','KEY_TEST_LOGS','getThreadId','Assert','passed','addPendingHook','KEY_HOOK_LAST_STARTED','7fLWcYW','gOKvI','args','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','rgZrY','YKgcQ','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=',',\x20totalHooks=','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','KEY_HOOK_LOGS','VbVOx',',\x20failureType=','dbTIp','startedAt',',\x20logsInBatch:\x20','PndJH','__bstackPlatformIndex','parseJestTest','name','ssCro','ceil','getActiveHook','tUnbm','../grpcClient','tags','KEY_HOOK_FAILURE_REASON','removeActiveHook','MUEWC','../../../helpers/classLogger.js','KEY_EVENT_ENDED_AT',',\x20target=','33rJXgFD','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','POST','skipped','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','KEY_HOOK_ID','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','has','getProcessId','CZyxq','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','delete','GgcxV','PrBRR','KEY_TEST_FAILURE_REASON',',\x20duration=','split','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','logCreatedEvent','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','unknown','scope','USrwE','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','apply','oCgTo','getRef','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','type','vdFOj','hook_id','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','workerInfo','Unknown\x20error','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','zBnqN','ROOT_DESCRIBE_BLOCK','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','hookMetadata','KEY_HOOKS_STARTED','bOyGH','file_name','failure_reason','keys','KEY_TEST_TAGS','qpszE','result','rTSRJ','setActiveHook','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=',',\x20argsKeys=','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','hookState','PTLXY','KEY_TEST_UUID','../cliUtils.js','getTestFrameworks','vNvRk','warn','includes','trackJestInstance','format','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','gkDdk','error','KEY_TEST_FRAMEWORK_VERSION','OHhVd','storePendingHook','code','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','LOG_REPORT','Stored\x20pending\x20hook\x20for\x20testId:\x20','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','yArLv','slice','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','TEST','sendLogCreatedEvent','removePendingHooks','UAroH','processPendingHooks','hasPendingHooks','trackJestInstance:\x20instance\x20already\x20exists','vMxbJ','beforeAll','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','YpimN','body','axZup','QeVbm','KEY_TEST_FILE_PATH','test_identifier','KEY_TEST_RESULT_AT','ZuKjM','splice','DEFAULT_HOOK_RESULT','459467ipiErB','WhAgv','testId','getJestFailureReason',',\x20filePath:\x20','getHooksForTest','substring','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','../state/hookState.js','hookUUID','\x20logs\x20for\x20testId:\x20',',\x20remainingHooks=','finished_at','failed','asyncError','Nztvk','NMWcr','executionContext','186770uUxOpW','fuKaU','testFrameworkName','../instances/testFrameworkInstance.js','KEY_HOOK_NAME','Yawiq','Processing\x20','../../../helpers/helper.js','trackJestInstance:\x20created\x20instance\x20for\x20target=','uuid','pJzIm','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','location','KEY_EVENT_STARTED_AT','message','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20',',\x20hookState=','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','\x22\x20hook',',\x20result=','eCdvh',',\x20hook=',',\x20scopes=','originalTest','eJlqn','stringify','ZHDMb','getTrackedInstance',',\x20filePath=','KEY_TEST_SCOPE','\x20-\x20testId:\x20','join','KEY_TEST_META','vdizt','msmyS','parallelIndex','get','hook_result','KEY_TEST_DURATION','PRE','retryOf','map','ligwO','../instances/trackedInstance.js','UocQS','ujBdm','1982896mjSzrF','CqdJF','isArray','test_run_id','aFLhZ',',\x20consoleLogs:\x20','concat','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','trackEvent',',\x20testId=','afterAll','testFrameworkVersion','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','KEY_TEST_FAILURE','1942350zAIePm','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','./testFramework','inspect','KEY_HOOK_RESULT',',\x20contextId=','KEY_HOOKS_FINISHED','filter','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','BiVkL','getJestTestIdentifier','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','nqAIv','parse','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','file',',\x20scope:\x20','getJestTestName',',\x20hookData=','KEY_CUSTOM_TAGS','yvFkv','hookAnalyticsId','stack-trace','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','debug','mcfzF','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','hooks','mapTestHooks','maxArrayLength',',\x20testData=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','instance','title','trackHookEvent','TeKoe','\x20pending\x20hooks\x20for\x20testId:\x20','getPendingHooks',',\x20currentTestId:\x20',',\x20hookId=','qdGzi','uNFDf',',\x20state:\x20'];a91_0x1b40=function(){return _0x513db6;};return a91_0x1b40();}
1
+ function a91_0x557a(){const _0x4d9685=['hLGrl','KEY_TEST_META','replace',',\x20hook_run_uuid=','uncel','Stored\x20pending\x20hook\x20for\x20testId:\x20','testUUID','KEY_HOOKS_STARTED','../cliUtils.js','getProcessId',',\x20response=','trackJestInstance:\x20created\x20instance\x20for\x20target=','\x20for\x20testId:\x20','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','parseJestTestResult','hook_type','ThMpg','953199gYmupq','name','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','NONE','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','buildHookMapFromTest','getJestTestIdentifier','1276180RNSudT','XTLuP','testData','skipped','\x20attachments','getPendingHooks','sjNva','kpBhr','Bhwjh','\x20logs\x20for\x20testId:\x20','KEY_LOGS','getRootParentFile','has','args','KEY_TEST_LOCATION',',\x20testFramework=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','_ALL','get','KEY_TEST_RESULT_AT','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','KEY_TEST_TAGS','LOG_REPORT','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','warn','getInstance','KEY_TEST_RERUN_NAME','getTrackedInstance','vQLUg','NJWww','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','code','tnzfx','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','QSwIr','../instances/trackedInstance.js','zPLdR','KEY_HOOK_RESULT','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','hookState','hookMetadata','AssertionError','oaqPL','KEY_TEST_UUID',',\x20messageLength=','getAllData','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','hghGs','pPXNu','body','result','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','../state/hookState.js',',\x20hookUUID=','2579689sSpKAA','instance','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','KEY_TEST_ID','Mbjwq','kzTuX','testId','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','trackJestInstance','QEsIy','concat','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','trackJestInstance:\x20instance\x20already\x20exists','../grpcClient','../TestInfo.js','getTestFrameworks','SvFvv','KEY_TEST_FAILURE','BYfBF','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','JvgWB','KEY_CUSTOM_TAGS','KEY_TEST_SCOPE','type','getTestFrameworksVersions','browserstackPlatformIndex','ZMBIP','format','./constants/testFrameworkConstants.js','KEY_TEST_STARTED_AT','VAnfU','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','bZsFb','storePendingHook','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','scope','passed','KEY_HOOK_NAME','retryOf','createContext','../../../helpers/classLogger.js','vFHMJ','SprPZ',',\x20hook=',',\x20failureReason=',',\x20result=',',\x20consoleLogs:\x20','failure_reason','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','duration','KEY_TEST_ENDED_AT','edRxm','Unknown\x20error','DpyxS','map','hook_result','executionContext',',\x20hookState=','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=',',\x20attachmentLogs:\x20',',\x20totalBatches:\x20','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=',',\x20testData=','filePath',',\x20duration=',',\x20totalLogs:\x20','addPendingHook','beforeAll','logCreatedEvent',',\x20exception=','removeActiveHook',',\x20state:\x20',',\x20argsKeys=','scopes','TEST','KEY_HOOKS_FINISHED','isJestInternalHook','processPendingHooks','GvrVG','getJestFailureData','getJestTestName','\x20pending\x20hooks\x20for\x20testId:\x20','__workerDetails','failed','asyncError','FIfjX','parent','1313298sBKYwu','test','mapTestHooks','skip','KEY_TEST_RETRY_OF','getCurrentTestState','startedAt','\x20(testIdentifier),\x20tags=','EZceJ','iUyeU','maxArrayLength','KexJq','inspect','KEY_TEST_SCOPES','UfpmP','getThreadId','BEFORE_ALL','status','util','fUhdr','delete','\x20files','PRE',',\x20hookType=','from','wiFxY','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=',',\x20payload:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','exports','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','BFBTP','TEST_SCREENSHOT','toISOString','KEY_HOOK_FAILURE_TYPE','hKMLV','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','bcEfg','RxzaX','originalTest','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','parseJestTest','depth','addMultipleEntries','NkzHt','ceil','zTydE','FdGyy','../../../helpers/test-observability/utils','viFiY','afterAll','KEY_TEST_FAILURE_TYPE','sRDGK','wstvH','98514wwpqrn','ROOT_DESCRIBE_BLOCK','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','kBCyW','testFrameworkState','finished_at','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','join','includes','KEY_HOOK_ID','IEIKy',',\x20error:\x20','getId',',\x20logsInBatch:\x20','DwEyK','split','KEY_TEST_NAME',',\x20totalHooks=','forEach','KEY_HOOK_LOGS','\x20hook','runHooks','KEY_TEST_FRAMEWORK_VERSION','fajel',',\x20contextId=','rCkZH','getActiveHook','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','XfuRi',',\x20testId=','14sQYnsI','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','debug','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test',',\x20hookId=','file','DKaHh',',\x20hooksListLength=','started_at',',\x20currentTestId:\x20','resolveInstance',',\x20scope:\x20','parse','trackHookEvent','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','getJestTestFilePath',',\x20remainingHooks=','keys','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','VbCdp','\x22\x20hook','length','7550576LvRSHl','toString','base64','eLpSZ','\x20-\x20testId:\x20','message','slice','errorsDetailed','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','acZmR',',\x20hookData=','getCurrentHookState','getCurrentInstanceName','test_run_uuid','error','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','set','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','KEY_EVENT_STARTED_AT','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','KEY_TEST_LOGS','test_run_id','KEY_TEST_FRAMEWORK_NAME','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','activeHooks','unknown','MyfDJ','DEFAULT_TEST_RESULT','hookUUID','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','FULdA','missing','isArray','getContext',',\x20target=',',\x20version=','sendLogCreatedEvent','getJestFailureReason','stringify','getHooksForTest','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','hooks','\x20&\x20hookState=','gAbcM','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','3041828kTyQjU','hook_id','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','\x20(testIdentifier)','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','setActiveHook',',\x20state=','KEY_TEST_FAILURE_REASON','../../../helpers/stackFrameUtils','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','KEY_TEST_RESULT','getJestTestTags','Error\x20in\x20createTestFrameworkEventPayload:\x20','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','JDwXh','file_name','KbsBl','../../../helpers/helper.js','KEY_HOOK_FAILURE_REASON',',\x20scopes=','uuid','ZuKPo','removePendingHooks','POST','Assert','KEY_HOOK_LAST_STARTED','BjguM','push','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','trackEvent','filter','\x20(testIdentifier),\x20hookType=','OmsoW',':testAnalyticsId','toUpperCase','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','hookData','KEY_TEST_CODE','test_identifier','eUIGn','ncDUg','KEY_TEST_FILE_PATH','./testFramework',',\x20filePath:\x20','zjsRd',',\x20filePath=','hasPendingHooks','lkIXi','endedAt','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','qgLYD','OMtUx','AMiYQ','NkXJZ',',\x20failureType=','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','ZvcdL','KEY_EVENT_ENDED_AT','XOlNB','JestTestFramework','substring','getJestFailureType','DEFAULT_HOOK_RESULT','hookType','title','\x20(testIdentifier),\x20result=','Unknown\x20Test',',\x20test_run_uuid=','hookAnalyticsId','tags','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','matchHookRegex','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','KEY_TEST_ATTACHMENTS'];a91_0x557a=function(){return _0x4d9685;};return a91_0x557a();}const a91_0x169bf5=a91_0x3666;(function(_0x21c174,_0x1dd8ae){const _0x2bb226=a91_0x3666,_0x4e5f80=_0x21c174();while(!![]){try{const _0x344df8=-parseInt(_0x2bb226(0x186))/0x1+-parseInt(_0x2bb226(0x275))/0x2*(-parseInt(_0x2bb226(0x257))/0x3)+parseInt(_0x2bb226(0x128))/0x4+parseInt(_0x2bb226(0x18d))/0x5+-parseInt(_0x2bb226(0x21f))/0x6+-parseInt(_0x2bb226(0x1c5))/0x7+parseInt(_0x2bb226(0x28e))/0x8;if(_0x344df8===_0x1dd8ae)break;else _0x4e5f80['push'](_0x4e5f80['shift']());}catch(_0x164070){_0x4e5f80['push'](_0x4e5f80['shift']());}}}(a91_0x557a,0x9e644));const TestFramework=require(a91_0x169bf5(0x154)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a91_0x169bf5(0x1c3)),{createClassLogger}=require(a91_0x169bf5(0x1ef)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a91_0x169bf5(0x17d)),TrackedInstance=require(a91_0x169bf5(0x1b2)),TestFrameworkConstants=require(a91_0x169bf5(0x1e3)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a91_0x169bf5(0x13a)),{isInternalHook}=require(a91_0x169bf5(0x251)),logger=createClassLogger(a91_0x169bf5(0x165)),{v4:uuidv4}=require('uuid'),util=require(a91_0x169bf5(0x231)),TestInfo=require(a91_0x169bf5(0x1d5)),GrpcClient=require(a91_0x169bf5(0x1d4)),stackTrace=require('stack-trace'),{pickUserFrameFile}=require(a91_0x169bf5(0x131));class JestTestFramework extends TestFramework{constructor(_0x4075b8,_0x59eae8,_0x2fea2f){super(_0x4075b8,_0x59eae8,_0x2fea2f),this['activeHooks']=new Map();}[a91_0x169bf5(0x12e)](_0x2b9ead,_0x3bb4ce,_0x138749){const _0x129a59=a91_0x169bf5,_0x31b4ae={};_0x31b4ae[_0x129a59(0x1ca)]=function(_0x946b59,_0xcf515e){return _0x946b59||_0xcf515e;};const _0x291e49=_0x31b4ae;if(_0x291e49[_0x129a59(0x1ca)](!_0x2b9ead,!_0x3bb4ce)){logger[_0x129a59(0x1a5)]('[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x2b9ead+_0x129a59(0x1c4)+_0x3bb4ce);return;}!this['activeHooks'][_0x129a59(0x199)](_0x2b9ead)&&this[_0x129a59(0x2a8)][_0x129a59(0x29e)](_0x2b9ead,[]);const _0x1ea14f={'hookUUID':_0x3bb4ce,'hookType':_0x138749,'startedAt':new Date()[_0x129a59(0x242)]()};this[_0x129a59(0x2a8)][_0x129a59(0x19f)](_0x2b9ead)[_0x129a59(0x144)](_0x1ea14f),logger[_0x129a59(0x27a)](_0x129a59(0x1da)+_0x2b9ead+_0x129a59(0x1c4)+_0x3bb4ce+_0x129a59(0x236)+_0x138749+_0x129a59(0x268)+this[_0x129a59(0x2a8)]['get'](_0x2b9ead)[_0x129a59(0x28d)]);}[a91_0x169bf5(0x20e)](_0x44a72b,_0x7846ce){const _0x1f5a9a=a91_0x169bf5,_0x3d789b={};_0x3d789b[_0x1f5a9a(0x15c)]=function(_0x1f4611,_0x34e2c4){return _0x1f4611||_0x34e2c4;},_0x3d789b[_0x1f5a9a(0x1f1)]=function(_0x397a4b,_0x25a791){return _0x397a4b!==_0x25a791;},_0x3d789b['tnzfx']=function(_0x5804bc,_0x44ef19){return _0x5804bc===_0x44ef19;};const _0x309224=_0x3d789b;if(_0x309224[_0x1f5a9a(0x15c)](!_0x44a72b,!_0x7846ce)){logger['warn'](_0x1f5a9a(0x170)+_0x44a72b+_0x1f5a9a(0x1c4)+_0x7846ce);return;}if(this[_0x1f5a9a(0x2a8)][_0x1f5a9a(0x199)](_0x44a72b)){const _0x50e308=this['activeHooks'][_0x1f5a9a(0x19f)](_0x44a72b),_0x165cce=_0x50e308['findIndex'](_0x55bd5b=>_0x55bd5b['hookUUID']===_0x7846ce);_0x309224[_0x1f5a9a(0x1f1)](_0x165cce,-0x1)?(_0x50e308['splice'](_0x165cce,0x1),logger['debug'](_0x1f5a9a(0x205)+_0x44a72b+_0x1f5a9a(0x1c4)+_0x7846ce+_0x1f5a9a(0x288)+_0x50e308['length']),_0x309224[_0x1f5a9a(0x1af)](_0x50e308[_0x1f5a9a(0x28d)],0x0)&&this[_0x1f5a9a(0x2a8)][_0x1f5a9a(0x233)](_0x44a72b)):logger[_0x1f5a9a(0x27a)]('[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier='+_0x44a72b+_0x1f5a9a(0x1c4)+_0x7846ce);}}[a91_0x169bf5(0x271)](_0x52ffda){const _0x3c0bd5=a91_0x169bf5,_0x591190={};_0x591190[_0x3c0bd5(0x1b3)]=function(_0x4a6bc3,_0x5518ef){return _0x4a6bc3>_0x5518ef;},_0x591190[_0x3c0bd5(0x15f)]=function(_0x403625,_0x323ad2){return _0x403625-_0x323ad2;};const _0x1c11d0=_0x591190;if(!_0x52ffda)return null;if(this[_0x3c0bd5(0x2a8)][_0x3c0bd5(0x199)](_0x52ffda)){const _0x10f429=this[_0x3c0bd5(0x2a8)][_0x3c0bd5(0x19f)](_0x52ffda);if(_0x1c11d0[_0x3c0bd5(0x1b3)](_0x10f429[_0x3c0bd5(0x28d)],0x0)){const _0x3079eb=_0x10f429[_0x1c11d0['NkXJZ'](_0x10f429[_0x3c0bd5(0x28d)],0x1)];return logger[_0x3c0bd5(0x27a)]('[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier='+_0x52ffda+_0x3c0bd5(0x1c4)+_0x3079eb[_0x3c0bd5(0x2ac)]+_0x3c0bd5(0x236)+_0x3079eb['hookType']),_0x3079eb;}}return null;}async[a91_0x169bf5(0x147)](_0x4da6c9,_0x16d659,_0x2a8560={}){const _0x30be1d=a91_0x169bf5,_0x43473f={};_0x43473f['gAbcM']=_0x30be1d(0x1b5),_0x43473f[_0x30be1d(0x265)]=function(_0x8dda1e,_0x1245e5){return _0x8dda1e===_0x1245e5;},_0x43473f[_0x30be1d(0x244)]=function(_0x36ec5d,_0x11c1fe){return _0x36ec5d===_0x11c1fe;},_0x43473f[_0x30be1d(0x252)]=function(_0x40e7f6,_0x3d96d7){return _0x40e7f6||_0x3d96d7;},_0x43473f[_0x30be1d(0x193)]='[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND';const _0x36930f=_0x43473f;logger[_0x30be1d(0x27a)](_0x30be1d(0x29d)+_0x4da6c9+_0x30be1d(0x201)+_0x16d659+_0x30be1d(0x210)+Object[_0x30be1d(0x289)](_0x2a8560)[_0x30be1d(0x25e)](',')),await super[_0x30be1d(0x147)](_0x4da6c9,_0x16d659,_0x2a8560);const _0xc0f7bb=this[_0x30be1d(0x282)](_0x4da6c9,_0x16d659,_0x2a8560);if(!_0xc0f7bb){logger['debug'](_0x36930f[_0x30be1d(0x126)]);return;}try{let _0x57a7b3,_0x3fd6f7,_0x5ab54b;switch(_0x4da6c9){case TestFrameworkState[_0x30be1d(0x212)]:_0x57a7b3=_0x2a8560['test'];const _0x153f49={};_0x153f49[_0x30be1d(0x24b)]=0x2,_0x153f49[_0x30be1d(0x229)]=0x3,logger[_0x30be1d(0x27a)](_0x30be1d(0x286)+_0x16d659+_0x30be1d(0x206)+util['inspect'](_0x57a7b3,_0x153f49)),_0x5ab54b=this[_0x30be1d(0x18c)](_0x57a7b3),_0x3fd6f7=null,logger['debug'](_0x30be1d(0x2a7)+_0x5ab54b+_0x30be1d(0x12b));if(_0x36930f[_0x30be1d(0x265)](_0x16d659,HookState[_0x30be1d(0x235)])){logger[_0x30be1d(0x27a)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20'+_0x5ab54b);const _0x43629a={};_0x43629a[_0x30be1d(0x17b)]=_0x3fd6f7,_0x43629a['testData']=_0x57a7b3,_0x43629a[_0x30be1d(0x1cb)]=_0x5ab54b;const _0x35489f=this['parseJestTest'](_0x43629a),_0x31aea9={};_0x31aea9[_0x30be1d(0x24b)]=0x2,_0x31aea9[_0x30be1d(0x229)]=0x3,logger[_0x30be1d(0x27a)](_0x30be1d(0x1d1)+util[_0x30be1d(0x22b)](_0x35489f,_0x31aea9)),_0xc0f7bb[_0x30be1d(0x24c)](_0x35489f),logger[_0x30be1d(0x27a)](_0x30be1d(0x23f)+_0x5ab54b),await this[_0x30be1d(0x215)](_0xc0f7bb,_0x5ab54b);}else{if(_0x36930f[_0x30be1d(0x244)](_0x16d659,HookState[_0x30be1d(0x140)])){logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20'+_0x5ab54b);const _0x4f6d59=_0xc0f7bb['getAllData']()['get'](_0x5ab54b);logger[_0x30be1d(0x27a)](_0x30be1d(0x23b)+util[_0x30be1d(0x22b)](Object['keys'](_0x36930f[_0x30be1d(0x252)](_0x4f6d59,{}))));_0x4f6d59&&_0x4f6d59[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]?logger[_0x30be1d(0x27a)](_0x30be1d(0x1d0)+Object['keys'](_0x4f6d59[TestFrameworkConstants[_0x30be1d(0x174)]])[_0x30be1d(0x28d)]+_0x30be1d(0x234)):logger[_0x30be1d(0x27a)](_0x36930f['sjNva']);const _0x28a20b=_0x2a8560[_0x30be1d(0x248)]||null,_0x133a92={};_0x133a92[_0x30be1d(0x17b)]=_0x3fd6f7,_0x133a92[_0x30be1d(0x18f)]=_0x57a7b3,_0x133a92['testId']=_0x5ab54b,_0x133a92['originalTest']=_0x28a20b;const _0x33dcd8=this[_0x30be1d(0x183)](_0x133a92),_0x4c3319={};_0x4c3319[_0x30be1d(0x24b)]=0x2,_0x4c3319[_0x30be1d(0x229)]=0x3,logger['debug'](_0x30be1d(0x14d)+util[_0x30be1d(0x22b)](_0x33dcd8,_0x4c3319)),_0xc0f7bb[_0x30be1d(0x24c)](_0x33dcd8),logger[_0x30be1d(0x27a)](_0x30be1d(0x1ac)+_0x5ab54b),await this[_0x30be1d(0x215)](_0xc0f7bb,_0x5ab54b);}}break;case TestFrameworkState[_0x30be1d(0x1a3)]:if(_0x36930f[_0x30be1d(0x265)](_0x16d659,HookState[_0x30be1d(0x140)])){const _0x4a2f15={};_0x4a2f15[_0x30be1d(0x24b)]=0x2,logger[_0x30be1d(0x27a)](_0x30be1d(0x25d)+util['inspect'](_0x2a8560,_0x4a2f15)),await this[_0x30be1d(0x2b5)](_0xc0f7bb,_0x4da6c9,_0x2a8560);}break;default:if(CLIUtils[_0x30be1d(0x172)](_0x4da6c9[_0x30be1d(0x28f)]()[_0x30be1d(0x266)]('.')[0x1])){const _0x522f58={};_0x522f58['depth']=0x2,_0x522f58[_0x30be1d(0x229)]=0x3,logger[_0x30be1d(0x27a)](_0x30be1d(0x239)+_0x4da6c9+_0x30be1d(0x201)+_0x16d659+_0x30be1d(0x298)+util[_0x30be1d(0x22b)](_0x2a8560[_0x30be1d(0x14e)],_0x522f58));const _0x246bf0=await this[_0x30be1d(0x285)](_0xc0f7bb,_0x4da6c9,_0x16d659,_0x2a8560),_0x27011c={};_0x27011c['depth']=0x2,_0x27011c[_0x30be1d(0x229)]=0x3,logger[_0x30be1d(0x27a)](_0x30be1d(0x23e)+util[_0x30be1d(0x22b)](_0x246bf0,_0x27011c)),_0xc0f7bb['addMultipleEntries'](_0x246bf0);}else logger[_0x30be1d(0x27a)](_0x30be1d(0x202)+_0x4da6c9+_0x30be1d(0x125)+_0x16d659);break;}logger['debug'](_0x30be1d(0x1e9)+_0x4da6c9+_0x30be1d(0x201)+_0x16d659);}catch(_0x6abdb7){logger[_0x30be1d(0x29c)]('[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState='+_0x4da6c9+_0x30be1d(0x201)+_0x16d659+_0x30be1d(0x20d)+util['format'](_0x6abdb7));}_0x2a8560[_0x30be1d(0x1c6)]=_0xc0f7bb,await this[_0x30be1d(0x26c)](_0xc0f7bb,_0x4da6c9,_0x16d659,_0x2a8560);}[a91_0x169bf5(0x18c)](_0x52edf6){const _0x518ca3=a91_0x169bf5,_0xadcb94={};_0xadcb94['vZeDL']=_0x518ca3(0x188);const _0x37eacc=_0xadcb94;if(_0x52edf6&&(_0x52edf6['id']||_0x52edf6[_0x518ca3(0x13d)])){const _0x2cff2f=_0x52edf6['id']||_0x52edf6[_0x518ca3(0x13d)];return logger[_0x518ca3(0x27a)](_0x518ca3(0x272)+_0x2cff2f+'\x22\x20from\x20testData'),_0x2cff2f;}return logger[_0x518ca3(0x27a)](_0x37eacc['vZeDL']),process['pid']+_0x518ca3(0x14b);}['resolveInstance'](_0x57650d,_0x3fdfc4,_0x170ab5={}){const _0x3c6be1=a91_0x169bf5;let _0x57308b=null;return _0x57308b=TestFramework[_0x3c6be1(0x1a8)](),!_0x57308b?(logger[_0x3c6be1(0x27a)](_0x3c6be1(0x1bd)+_0x57650d),this[_0x3c6be1(0x1cd)](_0x57650d,_0x170ab5),_0x57308b=TestFramework[_0x3c6be1(0x1a8)](),logger[_0x3c6be1(0x27a)](_0x3c6be1(0x1a1)+!!_0x57308b+_0x3c6be1(0x26f)+_0x57308b?.[_0x3c6be1(0x2b2)]()?.[_0x3c6be1(0x263)]())):logger[_0x3c6be1(0x27a)](_0x3c6be1(0x276)+_0x57308b['getContext']()?.[_0x3c6be1(0x263)]()),_0x57308b;}[a91_0x169bf5(0x1cd)](_0x3f871a,_0x5af285){const _0x2bdd7c=a91_0x169bf5,_0x56b86a={};_0x56b86a[_0x2bdd7c(0x1b1)]=_0x2bdd7c(0x1d3);const _0x8b86b=_0x56b86a;if(TestFramework[_0x2bdd7c(0x1a8)]()){logger['debug'](_0x8b86b[_0x2bdd7c(0x1b1)]);return;}const _0x47d3df=CLIUtils[_0x2bdd7c(0x29a)](),_0x2d5ec1=TrackedInstance[_0x2bdd7c(0x1ee)](_0x47d3df);let _0xaed9ee=null;logger['debug'](_0x2bdd7c(0x180)+_0x47d3df+_0x2bdd7c(0x12f)+_0x3f871a),_0xaed9ee=new TestFrameworkInstance(_0x2d5ec1,this[_0x2bdd7c(0x1d6)](),this[_0x2bdd7c(0x1df)](),_0x3f871a,HookState[_0x2bdd7c(0x189)]),TestFramework['setTrackedInstance'](_0x2d5ec1,_0xaed9ee),logger['debug'](_0x2bdd7c(0x161)+_0x2d5ec1['getId']()+_0x2bdd7c(0x2b3)+_0x47d3df+_0x2bdd7c(0x19c)+this['getTestFrameworks']()[0x0]+_0x2bdd7c(0x2b4)+this[_0x2bdd7c(0x1df)]()[this[_0x2bdd7c(0x1d6)]()[0x0]]);}[a91_0x169bf5(0x24a)](_0x2480c2){const _0x24af4e=a91_0x169bf5,_0x180407={};_0x180407[_0x24af4e(0x1e5)]=function(_0x52bdcb,_0x579e12){return _0x52bdcb||_0x579e12;},_0x180407[_0x24af4e(0x164)]=_0x24af4e(0x27b);const _0x393f02=_0x180407,{testUUID:_0x5bd150,testData:_0x133b3f,testId:_0x59bab7}=_0x2480c2;if(_0x393f02[_0x24af4e(0x1e5)](!_0x133b3f,!_0x59bab7))return logger[_0x24af4e(0x27a)](_0x393f02[_0x24af4e(0x164)]),{};const _0x2480d4=this[_0x24af4e(0x1d6)]()[0x0],_0x4f61a2=this[_0x24af4e(0x1df)](),_0x1114ff={};_0x1114ff[_0x24af4e(0x24b)]=0x2,_0x1114ff[_0x24af4e(0x229)]=0x3,logger[_0x24af4e(0x27a)](_0x24af4e(0x1c2)+util[_0x24af4e(0x22b)](_0x133b3f,_0x1114ff));const _0x26b34f=_0x133b3f?.[_0x24af4e(0x211)]||[],_0x55b8a7=this[_0x24af4e(0x218)](_0x133b3f),_0x403eb4=this['getJestTestFilePath'](_0x133b3f),_0x3b00c2=_0x133b3f['fn']?_0x133b3f['fn'][_0x24af4e(0x28f)]():_0x133b3f?.['body']?_0x133b3f[_0x24af4e(0x1c0)][_0x24af4e(0x1ae)][_0x24af4e(0x28f)]():null,_0x2d82ed=this[_0x24af4e(0x134)](_0x133b3f),_0x30d0e6={[TestFrameworkConstants[_0x24af4e(0x2a6)]]:_0x2480d4,[TestFrameworkConstants[_0x24af4e(0x26d)]]:_0x4f61a2[_0x2480d4],[TestFrameworkConstants[_0x24af4e(0x2a4)]]:[],[TestFrameworkConstants[_0x24af4e(0x213)]]:{},[TestFrameworkConstants[_0x24af4e(0x17c)]]:{},[TestFrameworkConstants[_0x24af4e(0x133)]]:TestFrameworkConstants[_0x24af4e(0x2ab)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x55b8a7,[TestFrameworkConstants[_0x24af4e(0x153)]]:_0x403eb4,[TestFrameworkConstants[_0x24af4e(0x1c8)]]:_0x59bab7,[TestFrameworkConstants[_0x24af4e(0x267)]]:_0x55b8a7,[TestFrameworkConstants[_0x24af4e(0x19b)]]:_0x403eb4,[TestFrameworkConstants[_0x24af4e(0x14f)]]:_0x3b00c2,[TestFrameworkConstants[_0x24af4e(0x1a2)]]:_0x2d82ed,[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x133b3f[_0x24af4e(0x280)]||new Date()[_0x24af4e(0x242)](),[TestFrameworkConstants[_0x24af4e(0x1dd)]]:_0x26b34f[0x0]||'',[TestFrameworkConstants[_0x24af4e(0x22c)]]:_0x26b34f,[TestFrameworkConstants[_0x24af4e(0x1a7)]]:_0x55b8a7,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x24af4e(0x176)]]:{}};_0x133b3f[_0x24af4e(0x1ed)]&&(_0x30d0e6[TestFrameworkConstants[_0x24af4e(0x223)]]=_0x133b3f[_0x24af4e(0x1ed)]);logger[_0x24af4e(0x27a)](_0x24af4e(0x136)+_0x55b8a7+_0x24af4e(0x274)+_0x59bab7+_0x24af4e(0x226)+JSON[_0x24af4e(0x121)](_0x2d82ed)+_0x24af4e(0x13c)+util['inspect'](_0x26b34f)+_0x24af4e(0x157)+_0x403eb4);const _0x3b3aac={};return _0x3b3aac[_0x59bab7]=_0x30d0e6,_0x3b3aac;}['parseJestTestResult'](_0x1af6f6){const _0xef613f=a91_0x169bf5,_0x48cf10={'jPvdo':function(_0x4caabd,_0xb6bbc0){return _0x4caabd===_0xb6bbc0;},'QEsIy':_0xef613f(0x253),'MLEQn':function(_0x9f179b,_0x109cc3){return _0x9f179b===_0x109cc3;},'ncDUg':'beforeAll','acZmR':'ALL','kBCyW':_0xef613f(0x19e),'hLGrl':function(_0x96f04a,_0x4ecf74){return _0x96f04a||_0x4ecf74;},'XTLuP':'No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','JvgWB':_0xef613f(0x2a9),'IEIKy':function(_0x20a210,_0x143e95){return _0x20a210>_0x143e95;},'kpBhr':'failed','BFBTP':function(_0x3aac10,_0x222c42){return _0x3aac10===_0x222c42;},'VbCdp':_0xef613f(0x222),'OmsoW':function(_0x35b640,_0x120cfc){return _0x35b640===_0x120cfc;},'XfuRi':_0xef613f(0x190),'ZuKPo':'passed','zTydE':function(_0x45349a,_0x2400ae){return _0x45349a!==_0x2400ae;},'duBYW':function(_0x5d8c7e,_0x570a01,_0xdedb02,_0x57a3fa){return _0x5d8c7e(_0x570a01,_0xdedb02,_0x57a3fa);},'uGCEk':_0xef613f(0x12c),'ZMBIP':function(_0xace9f8,_0x414ef4){return _0xace9f8===_0x414ef4;}},{testUUID:_0x528d51,testData:_0x360628,testId:_0x1dc59f}=_0x1af6f6;if(_0x48cf10[_0xef613f(0x175)](!_0x360628,!_0x1dc59f))return logger['debug'](_0x48cf10[_0xef613f(0x18e)]),{};const _0x3636ed=this[_0xef613f(0x282)](TestFrameworkState['TEST'],HookState[_0xef613f(0x140)]),_0x57831e=_0x3636ed[_0xef613f(0x1bc)]()[_0xef613f(0x19f)](_0x1dc59f),_0x1d02b6=_0x48cf10[_0xef613f(0x175)](_0x57831e,{}),_0x46fc8d=_0x1d02b6?_0x1d02b6[TestFrameworkConstants[_0xef613f(0x1dc)]]||{}:{},_0x21a41d=_0x1d02b6[TestFrameworkConstants[_0xef613f(0x174)]];logger['debug'](_0xef613f(0x127)+(_0x21a41d?Object[_0xef613f(0x289)](_0x21a41d)[_0xef613f(0x28d)]:0x0)+_0xef613f(0x191));let _0x495366=_0x48cf10[_0xef613f(0x1db)];if(_0x360628[_0xef613f(0x1c1)])_0x495366=_0x360628[_0xef613f(0x1c1)];else{if(_0x360628[_0xef613f(0x295)]&&_0x48cf10['IEIKy'](_0x360628[_0xef613f(0x295)][_0xef613f(0x28d)],0x0))_0x495366=_0x48cf10['kpBhr'];else _0x48cf10[_0xef613f(0x240)](_0x360628[_0xef613f(0x230)],_0x48cf10[_0xef613f(0x28b)])||_0x48cf10[_0xef613f(0x14a)](_0x360628['status'],_0x48cf10['XfuRi'])?_0x495366=_0x48cf10[_0xef613f(0x273)]:_0x495366=_0x48cf10[_0xef613f(0x13e)];}const _0x36403e={..._0x1d02b6,[TestFrameworkConstants[_0xef613f(0x133)]]:_0x495366,[TestFrameworkConstants[_0xef613f(0x1fa)]]:_0x360628[_0xef613f(0x25c)]||new Date()[_0xef613f(0x242)](),[TestFrameworkConstants[_0xef613f(0x1a0)]]:new Date()[_0xef613f(0x242)](),[TestFrameworkConstants[_0xef613f(0x1dc)]]:_0x46fc8d,[TestFrameworkConstants[_0xef613f(0x197)]]:_0x1d02b6[TestFrameworkConstants['KEY_LOGS']]||[],[TestFrameworkConstants[_0xef613f(0x176)]]:{}};if(_0x48cf10[_0xef613f(0x240)](_0x495366,_0x48cf10[_0xef613f(0x194)])&&_0x360628[_0xef613f(0x295)]){const _0x3b18cc=this['getJestFailureReason'](_0x360628),_0x4dd19a=this['getJestFailureType'](_0x360628),_0x8bcb48=this[_0xef613f(0x217)](_0x360628);_0x36403e[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]=_0x4dd19a,_0x36403e[TestFrameworkConstants[_0xef613f(0x130)]]=_0x3b18cc,_0x36403e[TestFrameworkConstants[_0xef613f(0x1d8)]]=_0x8bcb48;}_0x48cf10[_0xef613f(0x24f)](_0x360628['duration'],undefined)&&(_0x36403e[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x360628[_0xef613f(0x1f9)]);_0x360628[_0xef613f(0x1ed)]&&(_0x36403e[TestFrameworkConstants[_0xef613f(0x223)]]=_0x360628[_0xef613f(0x1ed)]);const _0x5f355e=_0x57831e?_0x57831e[TestFrameworkConstants[_0xef613f(0x174)]]||{}:{},_0x14a85c=_0x57831e?_0x57831e[TestFrameworkConstants[_0xef613f(0x1ba)]]:_0x528d51,_0x566357=_0x48cf10['duBYW'](getManualUploadLogs,_0x5f355e,_0x14a85c,_0x1dc59f);if(_0x48cf10['IEIKy'](_0x566357[_0xef613f(0x28d)],0x0)){const _0x5dff5e=_0x36403e[TestFrameworkConstants[_0xef613f(0x197)]]||[];_0x36403e[TestFrameworkConstants['KEY_LOGS']]=[..._0x5dff5e,..._0x566357];}const _0x10222e=_0x1d02b6[TestFrameworkConstants[_0xef613f(0x213)]]||{},_0x5b2424=_0x1d02b6[TestFrameworkConstants['KEY_HOOKS_STARTED']]||{},_0x22a2f2={..._0x10222e},_0x29f2b7=_0x22a2f2;Object['keys'](_0x5b2424)[_0xef613f(0x269)](_0x5a6d33=>{const _0x3b0f2e=_0xef613f;!_0x29f2b7[_0x5a6d33]&&(_0x29f2b7[_0x5a6d33]=[]);const _0x20e192=new Set((_0x29f2b7[_0x5a6d33]||[])[_0x3b0f2e(0x1fe)](_0x4a3c60=>_0x4a3c60[TestFrameworkConstants['KEY_HOOK_ID']]||_0x4a3c60[_0x3b0f2e(0x129)]));(_0x5b2424[_0x5a6d33]||[])[_0x3b0f2e(0x269)](_0x300d37=>{const _0x485f28=_0x3b0f2e,_0xa06274=_0x300d37[TestFrameworkConstants[_0x485f28(0x260)]]||_0x300d37['hook_id'];if(!_0x20e192[_0x485f28(0x199)](_0xa06274)){const _0x4d8054={..._0x300d37},_0x392daf=_0x4d8054;!_0x392daf[TestFrameworkConstants[_0x485f28(0x163)]]&&!_0x392daf['event_ended_at']&&(_0x392daf[TestFrameworkConstants[_0x485f28(0x163)]]=new Date()[_0x485f28(0x242)]()),!_0x392daf[TestFrameworkConstants['KEY_HOOK_RESULT']]&&!_0x392daf[_0x485f28(0x1ff)]&&(_0x392daf[TestFrameworkConstants[_0x485f28(0x1b4)]]=TestFrameworkConstants[_0x485f28(0x168)]),_0x29f2b7[_0x5a6d33][_0x485f28(0x144)](_0x392daf);}});});if(_0x1af6f6[_0xef613f(0x248)]){this[_0xef613f(0x221)](_0x1af6f6[_0xef613f(0x248)]);const _0x487576=this['buildHookMapFromTest'](_0x1af6f6['originalTest']),_0x1809d5=this[_0xef613f(0x122)](_0x1af6f6[_0xef613f(0x248)]);_0x1809d5['forEach'](_0xdefeca=>{const _0x3788a7=_0xef613f,_0x4175b7=_0x487576[_0x3788a7(0x19f)](_0xdefeca);if(_0x4175b7&&(_0x48cf10['jPvdo'](_0x4175b7[_0x3788a7(0x1de)],_0x48cf10[_0x3788a7(0x1ce)])||_0x48cf10['MLEQn'](_0x4175b7[_0x3788a7(0x1de)],_0x48cf10[_0x3788a7(0x152)]))){const _0x209ccd=_0x4175b7[_0x3788a7(0x1de)][_0x3788a7(0x14c)]()[_0x3788a7(0x177)](_0x48cf10[_0x3788a7(0x297)],_0x48cf10[_0x3788a7(0x25a)]),_0x3a3431=_0x209ccd;!_0x29f2b7[_0x3a3431]&&(_0x29f2b7[_0x3a3431]=[]);const _0x181e6a=_0x29f2b7[_0x3a3431]['find'](_0x3b7e8a=>(_0x3b7e8a[TestFrameworkConstants[_0x3788a7(0x260)]]||_0x3b7e8a[_0x3788a7(0x129)])===_0xdefeca);!_0x181e6a&&_0x29f2b7[_0x3a3431][_0x3788a7(0x144)]({'key':_0x3a3431,[TestFrameworkConstants[_0x3788a7(0x260)]]:_0xdefeca,[TestFrameworkConstants[_0x3788a7(0x1b4)]]:TestFrameworkConstants[_0x3788a7(0x168)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:new Date()[_0x3788a7(0x242)](),[TestFrameworkConstants[_0x3788a7(0x163)]]:new Date()[_0x3788a7(0x242)](),[TestFrameworkConstants[_0x3788a7(0x26a)]]:[],[TestFrameworkConstants[_0x3788a7(0x1ec)]]:_0x4175b7['name']||_0x4175b7[_0x3788a7(0x1de)]+_0x3788a7(0x26b),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x46fc8d});}});}if(_0x360628[_0xef613f(0x124)]&&_0x48cf10[_0xef613f(0x261)](_0x360628['hooks'][_0xef613f(0x28d)],0x0))_0x36403e[TestFrameworkConstants[_0xef613f(0x213)]]=_0x360628[_0xef613f(0x124)],logger[_0xef613f(0x27a)](_0x48cf10['uGCEk']);else _0x48cf10[_0xef613f(0x261)](Object[_0xef613f(0x289)](_0x29f2b7)['length'],0x0)&&(_0x36403e[TestFrameworkConstants[_0xef613f(0x213)]]=_0x29f2b7,logger[_0xef613f(0x27a)](_0xef613f(0x23c)+Object[_0xef613f(0x289)](_0x29f2b7)['join'](',')));const _0x32ec26=this[_0xef613f(0x218)](_0x360628);logger[_0xef613f(0x27a)](_0xef613f(0x132)+_0x32ec26+',\x20testId='+_0x1dc59f+_0xef613f(0x16b)+_0x495366+_0xef613f(0x208)+_0x360628[_0xef613f(0x1f9)]);_0x48cf10[_0xef613f(0x1e1)](_0x495366,_0x48cf10[_0xef613f(0x194)])&&logger[_0xef613f(0x27a)](_0xef613f(0x2ad)+_0x1dc59f+_0xef613f(0x160)+_0x36403e[TestFrameworkConstants[_0xef613f(0x254)]]+_0xef613f(0x1f3)+_0x36403e[TestFrameworkConstants[_0xef613f(0x130)]]?.[_0xef613f(0x166)](0x0,0xc8));const _0x33dad4={};return _0x33dad4[_0x1dc59f]=_0x36403e,_0x33dad4;}['getJestTestScopes'](_0x5f154f){const _0x26f54e=a91_0x169bf5,_0x233756={};_0x233756[_0x26f54e(0x1b9)]=function(_0x3819c7,_0x5e5bd1){return _0x3819c7!==_0x5e5bd1;},_0x233756[_0x26f54e(0x238)]=_0x26f54e(0x258);const _0x3eb7ce=_0x233756,_0x42f99a={};_0x42f99a['depth']=0x2,_0x42f99a[_0x26f54e(0x229)]=0x3,logger[_0x26f54e(0x27a)](_0x26f54e(0x245)+util[_0x26f54e(0x22b)](_0x5f154f,_0x42f99a));const _0xc95a16=[];if(_0x5f154f&&_0x5f154f[_0x26f54e(0x21e)]){let _0x471773=_0x5f154f[_0x26f54e(0x21e)];while(_0x471773&&_0x471773[_0x26f54e(0x187)]&&_0x3eb7ce[_0x26f54e(0x1b9)](_0x471773[_0x26f54e(0x187)],'')&&_0x3eb7ce[_0x26f54e(0x1b9)](_0x471773['name'],_0x3eb7ce[_0x26f54e(0x238)])){_0xc95a16[_0x26f54e(0x144)](_0x471773[_0x26f54e(0x187)]),_0x471773=_0x471773['parent'];}}return _0xc95a16['reverse']();}[a91_0x169bf5(0x218)](_0x4ba6b5){const _0x2549d9=a91_0x169bf5,_0x2cee8e={};_0x2cee8e[_0x2549d9(0x1e7)]=_0x2549d9(0x16c);const _0x48267c=_0x2cee8e;if(_0x4ba6b5[_0x2549d9(0x187)])return _0x4ba6b5[_0x2549d9(0x187)];if(_0x4ba6b5[_0x2549d9(0x16a)])return _0x4ba6b5['title'];return _0x48267c[_0x2549d9(0x1e7)];}[a91_0x169bf5(0x134)](_0x24a102){const _0x1cd4e1=a91_0x169bf5,_0x3cd180=[];if(_0x24a102[_0x1cd4e1(0x16f)]&&Array[_0x1cd4e1(0x2b1)](_0x24a102['tags']))return _0x24a102[_0x1cd4e1(0x16f)][_0x1cd4e1(0x1fe)](_0x5e5fdf=>_0x5e5fdf['startsWith']('@')?_0x5e5fdf['substr'](0x1):_0x5e5fdf);const _0x212580=this['getJestTestName'](_0x24a102),_0x1a7d75=_0x212580['match'](/@(\w+)/g);if(_0x1a7d75)return _0x1a7d75[_0x1cd4e1(0x1fe)](_0x18eb83=>_0x18eb83['slice'](0x1));return _0x24a102[_0x1cd4e1(0x211)]&&Array[_0x1cd4e1(0x2b1)](_0x24a102['scopes'])&&_0x24a102[_0x1cd4e1(0x211)][_0x1cd4e1(0x269)](_0x2e48a2=>{const _0x15e0a9=_0x2e48a2['match'](/@(\w+)/g);_0x15e0a9&&_0x15e0a9['forEach'](_0x15788d=>{const _0x37407a=a91_0x3666,_0x3fdb28=_0x15788d[_0x37407a(0x294)](0x1);!_0x3cd180[_0x37407a(0x25f)](_0x3fdb28)&&_0x3cd180[_0x37407a(0x144)](_0x3fdb28);});}),_0x3cd180;}[a91_0x169bf5(0x287)](_0x1966ae){const _0x44d386=a91_0x169bf5,_0x28367d={'DKaHh':function(_0x1a42ef,_0x3d6126){return _0x1a42ef(_0x3d6126);}};if(_0x1966ae[_0x44d386(0x138)])return _0x1966ae[_0x44d386(0x138)];if(_0x1966ae[_0x44d386(0x21c)])try{const _0x4adb1e=stackTrace[_0x44d386(0x284)](_0x1966ae[_0x44d386(0x21c)]),_0x34f590=_0x28367d[_0x44d386(0x27e)](pickUserFrameFile,_0x4adb1e);if(_0x34f590)return _0x34f590;logger[_0x44d386(0x27a)](_0x44d386(0x277)+_0x4adb1e['length']+')');}catch(_0x4a3cfb){logger[_0x44d386(0x27a)](_0x44d386(0x15b)+util['format'](_0x4a3cfb));}return null;}[a91_0x169bf5(0x120)](_0x54c832){const _0x443e89=a91_0x169bf5,_0xb82144={};_0xb82144[_0x443e89(0x156)]=function(_0x156193,_0x5e8121){return _0x156193>_0x5e8121;},_0xb82144[_0x443e89(0x1d7)]=_0x443e89(0x1fc);const _0x10b10b=_0xb82144;if(_0x54c832[_0x443e89(0x295)]&&_0x10b10b[_0x443e89(0x156)](_0x54c832['errorsDetailed']['length'],0x0))return util[_0x443e89(0x22b)](_0x54c832[_0x443e89(0x295)][0x0]);if(_0x54c832[_0x443e89(0x1f6)])return _0x54c832['failure_reason'];return _0x10b10b[_0x443e89(0x1d7)];}[a91_0x169bf5(0x167)](_0x3a1af5){const _0x3ebe20=a91_0x169bf5,_0x3eb8fc={};_0x3eb8fc[_0x3ebe20(0x159)]=_0x3ebe20(0x141),_0x3eb8fc[_0x3ebe20(0x143)]=_0x3ebe20(0x1b8),_0x3eb8fc[_0x3ebe20(0x1fb)]='UnhandledError';const _0x39df89=_0x3eb8fc,_0x5e5af5=this[_0x3ebe20(0x120)](_0x3a1af5);if(_0x5e5af5&&_0x5e5af5[_0x3ebe20(0x25f)](_0x39df89[_0x3ebe20(0x159)]))return _0x39df89[_0x3ebe20(0x143)];return _0x39df89[_0x3ebe20(0x1fb)];}[a91_0x169bf5(0x217)](_0x4c8bfc){const _0xcfcd10=a91_0x169bf5,_0x2b9975={'KexJq':function(_0x3fea10,_0x5096e7){return _0x3fea10(_0x5096e7);},'KbsBl':_0xcfcd10(0x251),'vzibj':function(_0x2fa34a,_0x459966){return _0x2fa34a!==_0x459966;},'pPXNu':'test'},{failureData:_0x581c0f}=_0x2b9975[_0xcfcd10(0x22a)](require,_0x2b9975[_0xcfcd10(0x139)]),_0x5ba510=[];return _0x2b9975['vzibj'](_0x4c8bfc[_0xcfcd10(0x295)],undefined)&&_0x5ba510['push'](_0x4c8bfc[_0xcfcd10(0x295)],_0x2b9975[_0xcfcd10(0x1bf)]),_0x581c0f['apply'](null,_0x5ba510);}async[a91_0x169bf5(0x285)](_0xa2aeed,_0x1107ca,_0x535c31,_0x5dcc46){const _0x1ee4d6=a91_0x169bf5,_0x2c20fe={'EasBG':_0x1ee4d6(0x2ae),'FULdA':function(_0x5d0308){return _0x5d0308();},'ThMpg':function(_0x1f0d7c,_0x4f8d7e){return _0x1f0d7c in _0x4f8d7e;},'EZceJ':function(_0x4ba24e,_0x59cdad){return _0x4ba24e===_0x59cdad;},'iUyeU':function(_0x5a3d3c,_0xcab17b){return _0x5a3d3c>_0xcab17b;},'eUIGn':_0x1ee4d6(0x21b),'JDwXh':_0x1ee4d6(0x1eb),'wstvH':_0x1ee4d6(0x1e6),'NkzHt':function(_0x201684,_0x5d8b4d){return _0x201684!==_0x5d8b4d;}},{hookData:_0x2ee756}=_0x5dcc46,_0x423581=_0x535c31['toString'](),_0x5acc10=_0x1107ca[_0x1ee4d6(0x28f)](),_0x2beea0={};_0x2beea0['depth']=0x2,_0x2beea0[_0x1ee4d6(0x229)]=0x3,logger[_0x1ee4d6(0x27a)]('[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState='+_0x5acc10+',\x20hookState='+_0x423581+_0x1ee4d6(0x298)+util[_0x1ee4d6(0x22b)](_0x2ee756,_0x2beea0));if(!_0x2ee756)return logger[_0x1ee4d6(0x27a)](_0x2c20fe['EasBG']),{};const _0x5e9f00=_0x2ee756['uuid']||_0x2ee756[_0x1ee4d6(0x16e)]||_0x2c20fe[_0x1ee4d6(0x2af)](uuidv4),_0xef83b3=_0x2ee756[_0x1ee4d6(0x2a5)]||this[_0x1ee4d6(0x18c)](_0x2ee756),_0x392515=_0x1107ca[_0x1ee4d6(0x28f)]()['split']('.')[0x1],_0x4c54d7=_0xa2aeed[_0x1ee4d6(0x1bc)]()[_0x1ee4d6(0x19f)](_0xef83b3),_0x4a410c=_0x4c54d7?_0x4c54d7[TestFrameworkConstants[_0x1ee4d6(0x1dc)]]||{}:{};logger['debug'](_0x1ee4d6(0x1f7)+_0x5e9f00+_0x1ee4d6(0x274)+_0xef83b3+_0x1ee4d6(0x149)+_0x392515+_0x1ee4d6(0x201)+_0x423581);if(!_0x4c54d7)return logger[_0x1ee4d6(0x27a)](_0x1ee4d6(0x182)+_0xef83b3+',\x20storing\x20as\x20pending\x20hook'),this[_0x1ee4d6(0x1e8)](_0xa2aeed,_0xef83b3,_0x1107ca,_0x535c31,_0x5dcc46),{};let _0x1f975b=_0x4c54d7[TestFrameworkConstants[_0x1ee4d6(0x17c)]];!_0x1f975b&&(_0x1f975b={});!_0x2c20fe[_0x1ee4d6(0x185)](_0x392515,_0x1f975b)&&(_0x1f975b[_0x392515]=[]);let _0x4a19b6=_0x4c54d7[TestFrameworkConstants[_0x1ee4d6(0x213)]];!_0x4a19b6&&(_0x4a19b6={});!_0x2c20fe[_0x1ee4d6(0x185)](_0x392515,_0x4a19b6)&&(_0x4a19b6[_0x392515]=[]);const _0x39d35={[_0xef83b3]:{[TestFrameworkConstants[_0x1ee4d6(0x17c)]]:_0x1f975b,[TestFrameworkConstants[_0x1ee4d6(0x213)]]:_0x4a19b6,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x1ee4d6(0x1d6)]()[0x0]||'',[TestFrameworkConstants[_0x1ee4d6(0x26d)]]:this[_0x1ee4d6(0x1df)]()[this[_0x1ee4d6(0x1d6)]()[0x0]]||''}};if(_0x2c20fe['EZceJ'](_0x535c31,HookState['PRE'])){const _0x25c619={'key':_0x392515,[TestFrameworkConstants[_0x1ee4d6(0x260)]]:_0x5e9f00,[TestFrameworkConstants[_0x1ee4d6(0x1b4)]]:TestFrameworkConstants[_0x1ee4d6(0x168)],[TestFrameworkConstants[_0x1ee4d6(0x2a2)]]:_0x2ee756[_0x1ee4d6(0x280)]||new Date()[_0x1ee4d6(0x242)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x1ee4d6(0x1ec)]]:_0x2ee756[_0x1ee4d6(0x187)]||_0x2ee756[_0x1ee4d6(0x184)]||_0x392515,[TestFrameworkConstants[_0x1ee4d6(0x1dc)]]:_0x4a410c};_0x1f975b[_0x392515]['push'](_0x25c619),_0x39d35[_0xef83b3][TestFrameworkConstants[_0x1ee4d6(0x142)]]=_0x392515;const _0x4810d0={};_0x4810d0[_0x1ee4d6(0x24b)]=0x2,logger[_0x1ee4d6(0x27a)](_0x1ee4d6(0x1b0)+_0x392515+_0x1ee4d6(0x27c)+_0x5e9f00+_0x1ee4d6(0x274)+_0xef83b3+_0x1ee4d6(0x1f2)+util[_0x1ee4d6(0x22b)](_0x25c619,_0x4810d0));}else{if(_0x2c20fe[_0x1ee4d6(0x227)](_0x535c31,HookState[_0x1ee4d6(0x140)])){const _0x204e0c=_0x2ee756[_0x1ee4d6(0x1c1)]||(_0x2ee756['errorsDetailed']&&_0x2c20fe[_0x1ee4d6(0x228)](_0x2ee756[_0x1ee4d6(0x295)]['length'],0x0)?_0x2c20fe[_0x1ee4d6(0x151)]:_0x2c20fe[_0x1ee4d6(0x137)]),_0x1e8634=_0x1f975b[_0x392515]||[];logger['debug'](_0x1ee4d6(0x12d)+_0x392515+_0x1ee4d6(0x274)+_0xef83b3+_0x1ee4d6(0x1f4)+_0x204e0c+_0x1ee4d6(0x27f)+_0x1e8634[_0x1ee4d6(0x28d)]);if(_0x2c20fe[_0x1ee4d6(0x227)](_0x1e8634[_0x1ee4d6(0x28d)],0x0)&&_0x2c20fe[_0x1ee4d6(0x227)](_0x1107ca,TestFrameworkState['BEFORE_ALL']))return logger[_0x1ee4d6(0x27a)](_0x2c20fe[_0x1ee4d6(0x256)]),this[_0x1ee4d6(0x1e8)](_0xa2aeed,_0xef83b3,_0x1107ca,_0x535c31,_0x5dcc46),{};if(_0x2c20fe[_0x1ee4d6(0x228)](_0x1e8634['length'],0x0)){const _0x25ada7=_0x1e8634['pop']();_0x2c20fe[_0x1ee4d6(0x227)](_0x204e0c,_0x2c20fe[_0x1ee4d6(0x151)])&&_0x2ee756[_0x1ee4d6(0x295)]?(_0x25ada7[TestFrameworkConstants[_0x1ee4d6(0x243)]]=this[_0x1ee4d6(0x167)](_0x2ee756),_0x25ada7[TestFrameworkConstants[_0x1ee4d6(0x13b)]]=this['getJestFailureReason'](_0x2ee756),_0x25ada7[TestFrameworkConstants['KEY_HOOK_FAILURE']]=this[_0x1ee4d6(0x217)](_0x2ee756),logger[_0x1ee4d6(0x27a)](_0x1ee4d6(0x19d)+_0x392515+_0x1ee4d6(0x160)+_0x25ada7[TestFrameworkConstants[_0x1ee4d6(0x243)]]+',\x20failureReason='+_0x25ada7[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]?.['substring'](0x0,0xc8))):_0x25ada7[TestFrameworkConstants[_0x1ee4d6(0x1b4)]]=_0x2c20fe[_0x1ee4d6(0x137)];_0x2c20fe[_0x1ee4d6(0x24d)](_0x204e0c,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x25ada7[TestFrameworkConstants[_0x1ee4d6(0x1b4)]]=_0x204e0c);_0x25ada7[TestFrameworkConstants[_0x1ee4d6(0x163)]]=_0x2ee756['finished_at']||new Date()['toISOString'](),_0x25ada7[TestFrameworkConstants[_0x1ee4d6(0x1dc)]]=_0x4a410c;const _0x3b05ff=_0x25ada7[TestFrameworkConstants[_0x1ee4d6(0x260)]];!_0x4a19b6[_0x392515]&&(_0x4a19b6[_0x392515]=[]);_0x4a19b6[_0x392515][_0x1ee4d6(0x144)](_0x25ada7),_0x39d35[_0xef83b3][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x392515;const _0x2df51c={};_0x2df51c[_0x1ee4d6(0x24b)]=0x2,logger[_0x1ee4d6(0x27a)](_0x1ee4d6(0x123)+_0x392515+_0x1ee4d6(0x27c)+_0x3b05ff+_0x1ee4d6(0x1f4)+_0x204e0c+_0x1ee4d6(0x1f2)+util[_0x1ee4d6(0x22b)](_0x25ada7,_0x2df51c));}}}return _0x39d35;}['createTestFrameworkEventPayload'](_0x37b35f){const _0x13f536=a91_0x169bf5,_0x370caa={};_0x370caa[_0x13f536(0x26e)]=_0x13f536(0x290);const _0x43a6c7=_0x370caa;try{const _0x21faf8=_0x37b35f[_0x13f536(0x220)]?this['getJestTestIdentifier'](_0x37b35f[_0x13f536(0x220)]):_0x37b35f['hookData']['test_run_id'],_0x446b27=_0x37b35f[_0x13f536(0x1c6)],_0x446b5c=_0x446b27['getContext'](),_0x1a2ee2=_0x446b27[_0x13f536(0x1bc)]()[_0x13f536(0x19f)](_0x21faf8);if(!_0x1a2ee2)return logger['debug'](_0x13f536(0x1f8)+_0x21faf8),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x538e8d=this[_0x13f536(0x1d6)]()[0x0]||'',[TestFrameworkConstants[_0x13f536(0x26d)]]:_0x31b173=this[_0x13f536(0x1df)]()[this[_0x13f536(0x1d6)]()[0x0]]||'',[TestFrameworkConstants[_0x13f536(0x1e4)]]:_0x225ba5='',[TestFrameworkConstants[_0x13f536(0x1fa)]]:_0xbc75b7=''}=_0x1a2ee2,_0x4d47cb=_0x446b27[_0x13f536(0x224)]()['toString']()[_0x13f536(0x266)]('.')[0x1],_0xced79=_0x446b27[_0x13f536(0x299)]()['toString']()[_0x13f536(0x266)]('.')[0x1],_0x31085b=global?.[_0x13f536(0x21a)]?.['workerInfo']?.['parallelIndex']||global['__bstackPlatformIndex']||0x0,_0xa9b0c2=_0x446b27['getRef'](),_0x277ea0=Buffer[_0x13f536(0x237)](JSON[_0x13f536(0x121)](_0x1a2ee2))[_0x13f536(0x28f)](_0x43a6c7[_0x13f536(0x26e)]),_0x42a7a6={'hash':_0x446b5c[_0x13f536(0x263)](),'threadId':_0x446b5c[_0x13f536(0x22e)]()[_0x13f536(0x28f)](),'processId':_0x446b5c[_0x13f536(0x17e)]()['toString']()},_0x1eee82={};_0x1eee82['platformIndex']=_0x31085b,_0x1eee82['testFrameworkName']=_0x538e8d,_0x1eee82['testFrameworkVersion']=_0x31b173,_0x1eee82[_0x13f536(0x25b)]=_0x4d47cb,_0x1eee82[_0x13f536(0x1b6)]=_0xced79,_0x1eee82[_0x13f536(0x225)]=_0x225ba5,_0x1eee82[_0x13f536(0x15a)]=_0xbc75b7,_0x1eee82[_0x13f536(0x13d)]=_0xa9b0c2,_0x1eee82['eventJson']=_0x277ea0,_0x1eee82[_0x13f536(0x200)]=_0x42a7a6,_0x1eee82[_0x13f536(0x150)]=_0x21faf8;const _0x38e890=_0x1eee82;return _0x38e890;}catch(_0x1d23b0){return logger[_0x13f536(0x29c)](_0x13f536(0x135)+util[_0x13f536(0x1e2)](_0x1d23b0)),{};}}async[a91_0x169bf5(0x2b5)](_0x41c1aa,_0x4d1553,_0x51fab2){const _0x3bbeff=a91_0x169bf5,_0x43e1e6={'MyfDJ':function(_0xcd720c,_0x2752fb){return _0xcd720c+_0x2752fb;},'FdGyy':_0x3bbeff(0x2b0),'Mbjwq':'none','UfpmP':function(_0x3fc3ba,_0x58f91c){return _0x3fc3ba>_0x58f91c;},'BYfBF':function(_0x57ff87,_0x40911e,_0x222aa2,_0x5ea931){return _0x57ff87(_0x40911e,_0x222aa2,_0x5ea931);},'eLpSZ':function(_0x1af288,_0x1e2cd3){return _0x1af288-_0x1e2cd3;},'DpyxS':function(_0x518b29,_0x2bbb35){return _0x518b29===_0x2bbb35;},'lASkR':function(_0x48a3f9,_0x4bd6b7){return _0x48a3f9/_0x4bd6b7;},'hogmD':function(_0x27e68f,_0x4d02b5){return _0x27e68f<_0x4d02b5;},'RbbKr':function(_0x35c2fd,_0x2a581a){return _0x35c2fd*_0x2a581a;},'ZvcdL':function(_0x204ac1,_0x29f2d0){return _0x204ac1+_0x29f2d0;},'dOSmr':function(_0x1d9f00,_0x2154a3){return _0x1d9f00+_0x2154a3;},'txFGA':function(_0x203102,_0x1ccf3e){return _0x203102+_0x1ccf3e;},'OMtUx':function(_0x4f05c3,_0x1e901e){return _0x4f05c3>_0x1e901e;}};try{const _0x259550=_0x51fab2[_0x3bbeff(0x17b)]||_0x51fab2['testId'],_0x191d84=Array['from'](_0x41c1aa['getAllData']()['keys']()),_0x1fcb84=_0x41c1aa[_0x3bbeff(0x1bc)]()[_0x3bbeff(0x19f)](_0x259550);if(!_0x1fcb84){logger[_0x3bbeff(0x27a)](_0x3bbeff(0x278)+_0x259550);return;}const {[TestFrameworkConstants[_0x3bbeff(0x2a6)]]:_0x5921de='',[TestFrameworkConstants[_0x3bbeff(0x26d)]]:_0x561000=''}=_0x1fcb84;let _0x1ef10c=[];_0x1fcb84&&_0x1fcb84[TestFrameworkConstants[_0x3bbeff(0x197)]]&&Array[_0x3bbeff(0x2b1)](_0x1fcb84[TestFrameworkConstants[_0x3bbeff(0x197)]])?(_0x1ef10c=_0x1fcb84[TestFrameworkConstants[_0x3bbeff(0x197)]]||[],logger[_0x3bbeff(0x27a)](_0x3bbeff(0x145)+_0x1ef10c['length']+_0x3bbeff(0x196)+_0x259550),_0x41c1aa['addMultipleEntries']({[_0x259550]:{[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x3bbeff(0x1d6)]()[0x0]||'',[TestFrameworkConstants[_0x3bbeff(0x26d)]]:this[_0x3bbeff(0x1df)]()[this['getTestFrameworks']()[0x0]]||''}}),logger[_0x3bbeff(0x27a)](_0x3bbeff(0x1c7)+_0x259550)):logger[_0x3bbeff(0x27a)](_0x3bbeff(0x146)+_0x259550);logger[_0x3bbeff(0x27a)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20'+_0x1ef10c['length']+_0x3bbeff(0x181)+_0x259550);const _0x19b5a7=_0x1ef10c[_0x3bbeff(0x148)](_0x141a03=>_0x141a03['kind']===_0x3bbeff(0x241));_0x43e1e6[_0x3bbeff(0x22d)](_0x19b5a7[_0x3bbeff(0x28d)],0x0)&&(logger[_0x3bbeff(0x27a)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20'+_0x19b5a7['length']+'\x20screenshot\x20logs\x20for\x20testId:\x20'+_0x259550),_0x19b5a7[_0x3bbeff(0x269)]((_0x25c163,_0x25759f)=>{const _0x4e1508=_0x3bbeff;logger[_0x4e1508(0x27a)](_0x4e1508(0x173)+_0x43e1e6[_0x4e1508(0x2aa)](_0x25759f,0x1)+'/'+_0x19b5a7[_0x4e1508(0x28d)]+'\x20-\x20test_identifier='+(_0x25c163[_0x4e1508(0x150)]||_0x43e1e6['FdGyy'])+_0x4e1508(0x16d)+(_0x25c163[_0x4e1508(0x29b)]||_0x43e1e6[_0x4e1508(0x250)])+_0x4e1508(0x178)+(_0x25c163['hook_run_uuid']||_0x43e1e6[_0x4e1508(0x1c9)])+_0x4e1508(0x1bb)+(_0x25c163[_0x4e1508(0x293)]?.[_0x4e1508(0x28d)]||0x0));}));const _0x1974bc=_0x1fcb84[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x3c7a65=_0x43e1e6[_0x3bbeff(0x1d9)](getMediaArtifactsLogs,_0x1974bc,null,_0x259550),_0x2a7e9e=(_0x1ef10c||[])[_0x3bbeff(0x1cf)](_0x3c7a65||[]),_0x1b4278=_0x19b5a7?.[_0x3bbeff(0x28d)]||0x0,_0x7f5132=_0x43e1e6[_0x3bbeff(0x291)](_0x1ef10c?.[_0x3bbeff(0x28d)]||0x0,_0x1b4278);logger[_0x3bbeff(0x27a)](_0x3bbeff(0x18a)+_0x259550+_0x3bbeff(0x1f5)+_0x7f5132+',\x20screenshotLogs:\x20'+_0x1b4278+_0x3bbeff(0x203)+(_0x3c7a65?.[_0x3bbeff(0x28d)]||0x0)+_0x3bbeff(0x209)+_0x2a7e9e[_0x3bbeff(0x28d)]);if(!_0x2a7e9e||_0x43e1e6[_0x3bbeff(0x1fd)](_0x2a7e9e[_0x3bbeff(0x28d)],0x0)){logger[_0x3bbeff(0x27a)](_0x3bbeff(0x2a1)+_0x259550);return;}const _0x2fc921=0x28,_0x5ec31d=Math[_0x3bbeff(0x24e)](_0x43e1e6['lASkR'](_0x2a7e9e['length'],_0x2fc921));for(let _0x100605=0x0;_0x43e1e6['hogmD'](_0x100605,_0x5ec31d);_0x100605++){const _0x52ad01=_0x43e1e6['RbbKr'](_0x100605,_0x2fc921),_0x1383f5=_0x43e1e6[_0x3bbeff(0x162)](_0x52ad01,_0x2fc921),_0x645273=_0x2a7e9e[_0x3bbeff(0x294)](_0x52ad01,_0x1383f5),_0x3c0440=global?.[_0x3bbeff(0x1e0)]??0x0,_0x1eae58={'platformIndex':_0x3c0440,'logs':_0x645273,'testFrameworkName':_0x5921de,'testFrameworkVersion':_0x561000,'testFrameworkState':_0x4d1553['toString']()[_0x3bbeff(0x266)]('.')[0x1]},_0x3eaf76={};_0x3eaf76[_0x3bbeff(0x24b)]=0x3,_0x3eaf76[_0x3bbeff(0x229)]=0x5,logger[_0x3bbeff(0x27a)](_0x3bbeff(0x1cc)+_0x43e1e6['dOSmr'](_0x100605,0x1)+'/'+_0x5ec31d+_0x3bbeff(0x292)+_0x259550+_0x3bbeff(0x264)+_0x645273[_0x3bbeff(0x28d)]+',\x20platformIndex:\x20'+_0x3c0440+_0x3bbeff(0x23a)+util[_0x3bbeff(0x22b)](_0x1eae58,_0x3eaf76));const _0x4cf176=await GrpcClient[_0x3bbeff(0x1a6)]()[_0x3bbeff(0x20c)](_0x1eae58);logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x43e1e6['txFGA'](_0x100605,0x1)+'/'+_0x5ec31d+'\x20-\x20testId:\x20'+_0x259550+_0x3bbeff(0x17f)+util[_0x3bbeff(0x22b)](_0x4cf176));}_0x3c7a65&&_0x43e1e6[_0x3bbeff(0x15d)](_0x3c7a65[_0x3bbeff(0x28d)],0x0)&&_0x1fcb84[TestFrameworkConstants[_0x3bbeff(0x174)]]&&_0x41c1aa[_0x3bbeff(0x24c)]({[_0x259550]:{[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{},[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x3bbeff(0x1d6)]()[0x0]||'',[TestFrameworkConstants[_0x3bbeff(0x26d)]]:this[_0x3bbeff(0x1df)]()[this[_0x3bbeff(0x1d6)]()[0x0]]||''}}),logger['debug'](_0x3bbeff(0x2a3)+_0x259550+_0x3bbeff(0x204)+_0x5ec31d);}catch(_0x27635c){logger[_0x3bbeff(0x29c)](_0x3bbeff(0x1d2)+(_0x51fab2[_0x3bbeff(0x17b)]||_0x51fab2[_0x3bbeff(0x1cb)])+_0x3bbeff(0x262)+util[_0x3bbeff(0x1e2)](_0x27635c));}}[a91_0x169bf5(0x1e8)](_0xb55ac4,_0x57d3c4,_0x1bea59,_0x25f29b,_0x5bfc8c){const _0x18c3e8=a91_0x169bf5,_0x5de391={};_0x5de391[_0x18c3e8(0x247)]=function(_0x4a7471,_0x381827){return _0x4a7471===_0x381827;},_0x5de391[_0x18c3e8(0x232)]=_0x18c3e8(0x20b);const _0x51cf6e=_0x5de391,{hookData:_0x4e0115}=_0x5bfc8c,_0x5ba17b={'testId':_0x57d3c4,'testFrameworkState':_0x1bea59,'hookState':_0x25f29b,'args':_0x5bfc8c,'timestamp':new Date()[_0x18c3e8(0x242)]()};if(_0x51cf6e['RxzaX'](_0x1bea59,TestFrameworkState['BEFORE_ALL'])&&_0x4e0115){const _0x343caa={};_0x343caa[_0x18c3e8(0x207)]=_0x4e0115[_0x18c3e8(0x138)]||_0x4e0115['location'],_0x343caa['scope']=_0x4e0115['scope']||_0x4e0115[_0x18c3e8(0x211)]&&_0x4e0115[_0x18c3e8(0x211)][0x0]||'',_0x343caa[_0x18c3e8(0x169)]=_0x51cf6e[_0x18c3e8(0x232)],_0x5ba17b['hookMetadata']=_0x343caa,logger[_0x18c3e8(0x27a)](_0x18c3e8(0x171)+_0x57d3c4+_0x18c3e8(0x155)+_0x5ba17b[_0x18c3e8(0x1b7)][_0x18c3e8(0x207)]+',\x20scope:\x20'+_0x5ba17b[_0x18c3e8(0x1b7)]['scope']);}_0xb55ac4[_0x18c3e8(0x20a)](_0x57d3c4,_0x5ba17b),logger[_0x18c3e8(0x27a)](_0x18c3e8(0x17a)+_0x57d3c4+_0x18c3e8(0x20f)+_0x1bea59+',\x20hookState:\x20'+_0x25f29b);}async[a91_0x169bf5(0x215)](_0x2f5567,_0xa8e62f){const _0x1e84da=a91_0x169bf5,_0x260898={};_0x260898[_0x1e84da(0x255)]=function(_0x3046ea,_0x99d9cd){return _0x3046ea>_0x99d9cd;},_0x260898[_0x1e84da(0x1be)]=function(_0x7b4437,_0x330b0f){return _0x7b4437===_0x330b0f;},_0x260898[_0x1e84da(0x21d)]=function(_0x10c293,_0x489f13){return _0x10c293===_0x489f13;},_0x260898[_0x1e84da(0x15e)]=function(_0x13a2fa,_0x3a8125){return _0x13a2fa>_0x3a8125;},_0x260898[_0x1e84da(0x1a9)]=_0x1e84da(0x29f);const _0x1f2fbe=_0x260898;if(_0x2f5567[_0x1e84da(0x158)](_0xa8e62f)){const _0x4c546a=_0x2f5567[_0x1e84da(0x192)](_0xa8e62f);logger['debug']('Processing\x20'+_0x4c546a[_0x1e84da(0x28d)]+_0x1e84da(0x219)+_0xa8e62f);for(const _0x24d78b of _0x4c546a){try{const _0xe5730d=await this[_0x1e84da(0x285)](_0x2f5567,_0x24d78b[_0x1e84da(0x25b)],_0x24d78b[_0x1e84da(0x1b6)],_0x24d78b[_0x1e84da(0x19a)]);_0xe5730d&&_0x1f2fbe[_0x1e84da(0x255)](Object['keys'](_0xe5730d)[_0x1e84da(0x28d)],0x0)&&_0x2f5567['addMultipleEntries'](_0xe5730d),await this[_0x1e84da(0x26c)](_0x2f5567,_0x24d78b[_0x1e84da(0x25b)],_0x24d78b[_0x1e84da(0x1b6)],_0x24d78b[_0x1e84da(0x19a)]);}catch(_0x5f210c){logger['error'](_0x1e84da(0x296)+_0xa8e62f+_0x1e84da(0x262)+_0x5f210c);}}_0x2f5567[_0x1e84da(0x13f)](_0xa8e62f),logger[_0x1e84da(0x27a)](_0x1e84da(0x279)+_0xa8e62f);}const _0xf3dc4f=_0x2f5567[_0x1e84da(0x1bc)]()['get'](_0xa8e62f);if(_0xf3dc4f){const _0x23ec96=_0xf3dc4f[TestFrameworkConstants[_0x1e84da(0x153)]]||_0xf3dc4f[TestFrameworkConstants[_0x1e84da(0x19b)]],_0x1cd624=_0xf3dc4f[TestFrameworkConstants[_0x1e84da(0x1dd)]]||_0xf3dc4f[TestFrameworkConstants[_0x1e84da(0x22c)]]&&_0xf3dc4f[TestFrameworkConstants[_0x1e84da(0x22c)]][0x0]||'';logger[_0x1e84da(0x27a)](_0x1e84da(0x1ad)+_0x23ec96+_0x1e84da(0x283)+_0x1cd624);const _0x599c5c=_0x2f5567['getAllPendingHookTestIds']();for(const _0x3e625e of _0x599c5c){if(_0x1f2fbe['hghGs'](_0x3e625e,_0xa8e62f))continue;if(_0x2f5567[_0x1e84da(0x158)](_0x3e625e)){const _0x1ad8b6=_0x2f5567['getPendingHooks'](_0x3e625e);for(const _0x115308 of _0x1ad8b6){if(_0x1f2fbe[_0x1e84da(0x21d)](_0x115308['testFrameworkState'],TestFrameworkState[_0x1e84da(0x22f)])&&_0x115308[_0x1e84da(0x1b7)]){const _0x49e6f5=_0x115308[_0x1e84da(0x1b7)][_0x1e84da(0x207)],_0x3db1d7=_0x115308[_0x1e84da(0x1b7)][_0x1e84da(0x1ea)];if(_0x1f2fbe['hghGs'](_0x49e6f5,_0x23ec96)&&_0x1f2fbe[_0x1e84da(0x21d)](_0x3db1d7,_0x1cd624)){logger[_0x1e84da(0x27a)](_0x1e84da(0x1ab)+_0x3e625e+_0x1e84da(0x281)+_0xa8e62f+_0x1e84da(0x155)+_0x49e6f5+',\x20scope:\x20'+_0x3db1d7);_0x115308[_0x1e84da(0x19a)]&&_0x115308[_0x1e84da(0x19a)][_0x1e84da(0x14e)]&&(_0x115308[_0x1e84da(0x19a)][_0x1e84da(0x14e)][_0x1e84da(0x2a5)]=_0xa8e62f,logger[_0x1e84da(0x27a)](_0x1e84da(0x1a4)+_0x3e625e+'\x20to\x20'+_0xa8e62f));try{const _0x4f95e4=await this[_0x1e84da(0x285)](_0x2f5567,_0x115308['testFrameworkState'],_0x115308[_0x1e84da(0x1b6)],_0x115308[_0x1e84da(0x19a)]);_0x4f95e4&&_0x1f2fbe[_0x1e84da(0x15e)](Object[_0x1e84da(0x289)](_0x4f95e4)['length'],0x0)&&_0x2f5567['addMultipleEntries'](_0x4f95e4);await this[_0x1e84da(0x26c)](_0x2f5567,_0x115308[_0x1e84da(0x25b)],_0x115308[_0x1e84da(0x1b6)],_0x115308[_0x1e84da(0x19a)]);const _0x350a3a=_0x2f5567['getPendingHooks'](_0x3e625e)[_0x1e84da(0x148)](_0x2f665b=>_0x2f665b!==_0x115308);if(_0x1f2fbe[_0x1e84da(0x21d)](_0x350a3a[_0x1e84da(0x28d)],0x0))_0x2f5567[_0x1e84da(0x13f)](_0x3e625e);else{_0x2f5567['removePendingHooks'](_0x3e625e);for(const _0x54bcb7 of _0x350a3a){_0x2f5567[_0x1e84da(0x20a)](_0x3e625e,_0x54bcb7);}}logger[_0x1e84da(0x27a)](_0x1f2fbe['vQLUg']);}catch(_0x8a8fa2){logger[_0x1e84da(0x29c)](_0x1e84da(0x2a0)+_0xa8e62f+_0x1e84da(0x262)+_0x8a8fa2);}}}}}}}}['mapTestHooks'](_0x2eb788){const _0x34441e=a91_0x169bf5,_0x248eb4={'NYIUu':function(_0x3e9445){return _0x3e9445();}};if(!_0x2eb788||!_0x2eb788['parent'])return;_0x2eb788[_0x34441e(0x21e)][_0x34441e(0x124)]&&Array[_0x34441e(0x2b1)](_0x2eb788['parent'][_0x34441e(0x124)])&&_0x2eb788[_0x34441e(0x21e)]['hooks'][_0x34441e(0x269)](_0x35da16=>{const _0x5bb731=_0x34441e;!_0x35da16[_0x5bb731(0x16e)]&&!_0x35da16['hookUUID']&&(_0x35da16[_0x5bb731(0x16e)]=_0x248eb4['NYIUu'](uuidv4),_0x35da16['hookUUID']=_0x35da16[_0x5bb731(0x16e)],logger['debug'](_0x5bb731(0x259)+_0x35da16[_0x5bb731(0x1de)]+_0x5bb731(0x1c4)+_0x35da16[_0x5bb731(0x16e)]));}),this['mapTestHooks'](_0x2eb788[_0x34441e(0x21e)]);}[a91_0x169bf5(0x122)](_0x4bf37d){const _0x2acf10=a91_0x169bf5,_0x2fc513={'GvrVG':function(_0x1821c6,_0x351f6d){return _0x1821c6(_0x351f6d);}};if(!_0x4bf37d||!_0x4bf37d[_0x2acf10(0x21e)])return[];const _0x253138=[];return _0x4bf37d[_0x2acf10(0x21e)][_0x2acf10(0x124)]&&Array['isArray'](_0x4bf37d[_0x2acf10(0x21e)][_0x2acf10(0x124)])&&_0x4bf37d[_0x2acf10(0x21e)][_0x2acf10(0x124)][_0x2acf10(0x269)](_0x18af53=>{const _0x2159b4=_0x2acf10,_0x2e58ba=_0x18af53[_0x2159b4(0x16e)]||_0x18af53[_0x2159b4(0x2ac)];_0x2e58ba&&!this[_0x2159b4(0x214)](_0x18af53)&&!_0x2fc513[_0x2159b4(0x216)](isInternalHook,_0x18af53['fn'])&&_0x253138[_0x2159b4(0x144)](_0x2e58ba);}),[..._0x253138,...this[_0x2acf10(0x122)](_0x4bf37d[_0x2acf10(0x21e)])];}[a91_0x169bf5(0x18b)](_0x2cb568){const _0x56edec=a91_0x169bf5,_0x171476={'rAOUd':function(_0x37fbc7,_0x4adb35){return _0x37fbc7(_0x4adb35);},'Bhwjh':_0x56edec(0x2a9),'bZbIU':function(_0x13bdfd,_0x3b01bc){return _0x13bdfd(_0x3b01bc);}},_0x4e2d5c=new Map(),_0x1e8907=_0x761f09=>{const _0x25fb48=_0x56edec,_0x540a1e={'uncel':function(_0x49c20b,_0x40de19){return _0x171476['rAOUd'](_0x49c20b,_0x40de19);},'NJWww':_0x171476[_0x25fb48(0x195)]};if(!_0x761f09||!_0x761f09[_0x25fb48(0x21e)])return;_0x761f09[_0x25fb48(0x21e)][_0x25fb48(0x124)]&&Array[_0x25fb48(0x2b1)](_0x761f09['parent'][_0x25fb48(0x124)])&&_0x761f09[_0x25fb48(0x21e)]['hooks'][_0x25fb48(0x269)](_0x1072f2=>{const _0x4d1cf4=_0x25fb48,_0x46336d=_0x1072f2['hookAnalyticsId']||_0x1072f2[_0x4d1cf4(0x2ac)];if(_0x46336d&&!this[_0x4d1cf4(0x214)](_0x1072f2)&&!_0x540a1e[_0x4d1cf4(0x179)](isInternalHook,_0x1072f2['fn'])){const _0x3ab61a={};_0x3ab61a[_0x4d1cf4(0x1de)]=_0x1072f2[_0x4d1cf4(0x1de)]||_0x540a1e[_0x4d1cf4(0x1aa)],_0x3ab61a[_0x4d1cf4(0x187)]=_0x1072f2[_0x4d1cf4(0x187)]||'\x22'+_0x1072f2[_0x4d1cf4(0x1de)]+_0x4d1cf4(0x28c),_0x4e2d5c['set'](_0x46336d,_0x3ab61a);}}),_0x171476['bZbIU'](_0x1e8907,_0x761f09[_0x25fb48(0x21e)]);};return _0x171476['rAOUd'](_0x1e8907,_0x2cb568),_0x4e2d5c;}[a91_0x169bf5(0x214)](_0x54c8da){const _0x14c4c8=a91_0x169bf5,_0x5d32bb={};_0x5d32bb[_0x14c4c8(0x270)]='jest-circus',_0x5d32bb[_0x14c4c8(0x246)]=_0x14c4c8(0x12a);const _0xa3e680=_0x5d32bb;try{const _0x5b2884=this[_0x14c4c8(0x198)](_0x54c8da);if(!_0x5b2884||_0x5b2884[_0x14c4c8(0x25f)](_0xa3e680['rCkZH']))return!![];return![];}catch(_0x32cf7a){logger[_0x14c4c8(0x27a)](_0xa3e680[_0x14c4c8(0x246)]);}return![];}[a91_0x169bf5(0x198)](_0x3b8661){const _0x189707=a91_0x169bf5,_0x4048f5={'vFHMJ':function(_0x3489bb,_0x2dc128){return _0x3489bb(_0x2dc128);}};if(_0x3b8661[_0x189707(0x27d)])return _0x3b8661[_0x189707(0x27d)];if(_0x3b8661[_0x189707(0x21c)])try{const _0x22c2de=stackTrace[_0x189707(0x284)](_0x3b8661[_0x189707(0x21c)]),_0x4283c1=_0x4048f5[_0x189707(0x1f0)](pickUserFrameFile,_0x22c2de);if(_0x4283c1)return _0x4283c1;logger[_0x189707(0x27a)](_0x189707(0x28a)+_0x22c2de[_0x189707(0x28d)]+')');}catch(_0x1c6b6c){logger[_0x189707(0x27a)](_0x189707(0x249)+util[_0x189707(0x1e2)](_0x1c6b6c));}return null;}}function a91_0x3666(_0x37119a,_0x3c6f4a){const _0x557a1b=a91_0x557a();return a91_0x3666=function(_0x36660b,_0x3e9a98){_0x36660b=_0x36660b-0x120;let _0x25b149=_0x557a1b[_0x36660b];return _0x25b149;},a91_0x3666(_0x37119a,_0x3c6f4a);}module[a91_0x169bf5(0x23d)]=JestTestFramework;
@@ -1 +1 @@
1
- const a92_0x3e2454=a92_0x52f5;(function(_0x37fd3a,_0x26b6da){const _0x260e7f=a92_0x52f5,_0x4bcc98=_0x37fd3a();while(!![]){try{const _0x321dd8=parseInt(_0x260e7f(0x1b8))/0x1*(parseInt(_0x260e7f(0x1c8))/0x2)+parseInt(_0x260e7f(0x1eb))/0x3*(parseInt(_0x260e7f(0x1ec))/0x4)+parseInt(_0x260e7f(0x1ca))/0x5+parseInt(_0x260e7f(0x19a))/0x6*(-parseInt(_0x260e7f(0x1c3))/0x7)+parseInt(_0x260e7f(0x1cc))/0x8*(parseInt(_0x260e7f(0x1c6))/0x9)+parseInt(_0x260e7f(0x1aa))/0xa+-parseInt(_0x260e7f(0x1dd))/0xb*(parseInt(_0x260e7f(0x1ab))/0xc);if(_0x321dd8===_0x26b6da)break;else _0x4bcc98['push'](_0x4bcc98['shift']());}catch(_0x168ca3){_0x4bcc98['push'](_0x4bcc98['shift']());}}}(a92_0x1b5f,0xed214));const path=require(a92_0x3e2454(0x1a6)),TestFramework=require(a92_0x3e2454(0x1d0)),TestFrameworkState=require(a92_0x3e2454(0x1bd)),HookState=require('../state/hookState.js'),{createClassLogger}=require(a92_0x3e2454(0x196)),TestFrameworkInstance=require(a92_0x3e2454(0x19c)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a92_0x3e2454(0x199)),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),util=require(a92_0x3e2454(0x19d)),logger=createClassLogger(a92_0x3e2454(0x1a7));function a92_0x1b5f(){const _0x2febae=['util','KEY_TEST_ENDED_AT','getProcessId','uuid','getCurrentInstanceName','KEY_TEST_FAILURE_TYPE','failure_reason','finished_at','trackEvent:\x20error=','path','NewmanTestFramework','runHooks','debug','12214130dFSbir','24oryDjN','getAllData','KEY_TEST_FRAMEWORK_VERSION','XmFyL','getCurrentTestState','KEY_TEST_FAILURE_REASON','test','tags','KEY_TEST_CODE','trackEvent:\x20state=','KEY_TEST_NAME','from','trackEvent','1Lqxcka','toString','KEY_TEST_RESULT','createTestFrameworkEventPayload:\x20error=','getCurrentHookState','../state/testFrameworkState.js','base64','instance','parseNewmanTest','KEY_TEST_LOCATION','getThreadId','13538yxFsbj','exports','resolveInstance','490653fCKxLH','KEY_TEST_FILE_PATH','1586418kCyvEv','parseNewmanTestResult','4164995nhwawB','DEFAULT_TEST_RESULT','72nmmtGR','toISOString','getTestFrameworks','KEY_TEST_FRAMEWORK_NAME','./testFramework','KEY_TEST_SCOPE','TEST','getContext','addMultipleEntries','meta','KEY_TEST_STARTED_AT','scope','KEY_TEST_FAILURE','name','pvnGD','createTestFrameworkEventPayload','createContext','8469406idAYAi','\x20hook=','scopes','getId','getTrackedInstance','KEY_TEST_SCOPES','KEY_HOOKS_STARTED','KEY_TEST_LOGS','get','started_at','kfeXp','error','KEY_TEST_UUID','split','3tokgvD','1310000LIHbRd','../../../helpers/classLogger.js','KEY_HOOKS_FINISHED','KEY_TEST_RERUN_NAME','../instances/trackedInstance.js','3582QwPjZj','failure','../instances/testFrameworkInstance.js'];a92_0x1b5f=function(){return _0x2febae;};return a92_0x1b5f();}class NewmanTestFramework extends TestFramework{constructor(_0x4c8342,_0x1ba6e5,_0x52c720){super(_0x4c8342,_0x1ba6e5,_0x52c720);}async[a92_0x3e2454(0x1b7)](_0x53153c,_0x106a67,_0x39e5f9={}){const _0x1ecef8=a92_0x3e2454,_0x28632a={};_0x28632a[_0x1ecef8(0x1da)]=function(_0x21a0fa,_0x12c436){return _0x21a0fa===_0x12c436;};const _0x524cda=_0x28632a;logger[_0x1ecef8(0x1a9)](_0x1ecef8(0x1b4)+_0x53153c+_0x1ecef8(0x1de)+_0x106a67),await super[_0x1ecef8(0x1b7)](_0x53153c,_0x106a67,_0x39e5f9);const _0x429734=this[_0x1ecef8(0x1c5)](_0x53153c,_0x106a67,_0x39e5f9);if(!_0x429734)return;try{if(_0x524cda[_0x1ecef8(0x1da)](_0x53153c,TestFrameworkState[_0x1ecef8(0x1d2)])&&_0x39e5f9[_0x1ecef8(0x1b1)]){const _0x596bce=_0x524cda[_0x1ecef8(0x1da)](_0x106a67,HookState['PRE'])?this[_0x1ecef8(0x1c0)](_0x39e5f9[_0x1ecef8(0x1b1)]):this['parseNewmanTestResult'](_0x39e5f9[_0x1ecef8(0x1b1)]);_0x429734[_0x1ecef8(0x1d4)](_0x596bce);}}catch(_0x3cb5cc){logger[_0x1ecef8(0x1e8)](_0x1ecef8(0x1a5)+util['format'](_0x3cb5cc));}_0x39e5f9[_0x1ecef8(0x1bf)]=_0x429734,await this[_0x1ecef8(0x1a8)](_0x429734,_0x53153c,_0x106a67,_0x39e5f9);}[a92_0x3e2454(0x1c0)](_0x5e7b9b){const _0x7389b8=a92_0x3e2454,_0x2e1f89=this[_0x7389b8(0x1ce)]()[0x0],_0x23f225={};return _0x23f225[_0x5e7b9b['uuid']]={[TestFrameworkConstants[_0x7389b8(0x1cf)]]:_0x2e1f89,[TestFrameworkConstants[_0x7389b8(0x1ad)]]:this['getTestFrameworksVersions']()[_0x2e1f89],[TestFrameworkConstants[_0x7389b8(0x1e4)]]:[],[TestFrameworkConstants[_0x7389b8(0x197)]]:{},[TestFrameworkConstants[_0x7389b8(0x1e3)]]:{},[TestFrameworkConstants[_0x7389b8(0x1ba)]]:TestFrameworkConstants[_0x7389b8(0x1cb)],[TestFrameworkConstants['KEY_TEST_ID']]:_0x5e7b9b[_0x7389b8(0x1a0)],[TestFrameworkConstants[_0x7389b8(0x1e9)]]:_0x5e7b9b['uuid'],[TestFrameworkConstants[_0x7389b8(0x1b5)]]:_0x5e7b9b[_0x7389b8(0x1d9)],[TestFrameworkConstants[_0x7389b8(0x1c7)]]:_0x5e7b9b['file_path']||'',[TestFrameworkConstants[_0x7389b8(0x1c1)]]:_0x5e7b9b['location']||'',[TestFrameworkConstants[_0x7389b8(0x1b3)]]:null,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x5e7b9b[_0x7389b8(0x1b2)]||[],[TestFrameworkConstants[_0x7389b8(0x1d6)]]:_0x5e7b9b[_0x7389b8(0x1e6)]||new Date()[_0x7389b8(0x1cd)](),[TestFrameworkConstants[_0x7389b8(0x1d1)]]:_0x5e7b9b[_0x7389b8(0x1d7)]||'',[TestFrameworkConstants[_0x7389b8(0x1e2)]]:_0x5e7b9b[_0x7389b8(0x1df)]||[],[TestFrameworkConstants[_0x7389b8(0x198)]]:null,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x5e7b9b['custom_metadata']||{},[TestFrameworkConstants['KEY_TEST_META']]:_0x5e7b9b[_0x7389b8(0x1d5)]||{}},_0x23f225;}[a92_0x3e2454(0x1c9)](_0x3f934b){const _0x3741ca=a92_0x3e2454,_0x27e63a={};_0x27e63a[_0x3741ca(0x1ae)]='pending';const _0x1a7f3c=_0x27e63a,_0x53d954={};return _0x53d954[_0x3f934b[_0x3741ca(0x1a0)]]={[TestFrameworkConstants[_0x3741ca(0x1ba)]]:_0x3f934b['result']||_0x1a7f3c[_0x3741ca(0x1ae)],[TestFrameworkConstants[_0x3741ca(0x19e)]]:_0x3f934b[_0x3741ca(0x1a4)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x3741ca(0x1d8)]]:_0x3f934b[_0x3741ca(0x19b)]||[],[TestFrameworkConstants[_0x3741ca(0x1a2)]]:_0x3f934b['failure_type']||null,[TestFrameworkConstants[_0x3741ca(0x1b0)]]:_0x3f934b[_0x3741ca(0x1a3)]||null},_0x53d954;}[a92_0x3e2454(0x1c5)](_0x2b6eac){const _0x2f3437=a92_0x3e2454;let _0x3491c0=TestFramework[_0x2f3437(0x1e1)]();if(!_0x3491c0){const _0x3cc185=TrackedInstance[_0x2f3437(0x1dc)](CLIUtils[_0x2f3437(0x1a1)]());_0x3491c0=new TestFrameworkInstance(_0x3cc185,this['getTestFrameworks'](),this['getTestFrameworksVersions'](),_0x2b6eac,HookState['NONE']),TestFramework['setTrackedInstance'](_0x3cc185,_0x3491c0);}return _0x3491c0;}[a92_0x3e2454(0x1db)](_0x4bead3){const _0x3af781=a92_0x3e2454,_0x539171={};_0x539171[_0x3af781(0x1e7)]=_0x3af781(0x1be);const _0x375930=_0x539171;try{const _0x4ce030=_0x4bead3[_0x3af781(0x1b1)]?_0x4bead3[_0x3af781(0x1b1)]['uuid']:null,_0x29631b=_0x4bead3['instance'],_0x4ad4f9=_0x29631b[_0x3af781(0x1d3)](),_0x534e93=_0x29631b[_0x3af781(0x1ac)]()[_0x3af781(0x1e5)](_0x4ce030);if(!_0x534e93)return{};const {[TestFrameworkConstants[_0x3af781(0x1cf)]]:_0x3be2d7='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x5dbbcf='',[TestFrameworkConstants[_0x3af781(0x1d6)]]:_0x49066e='',[TestFrameworkConstants[_0x3af781(0x19e)]]:_0x5dfe88=''}=_0x534e93;return{'platformIndex':0x0,'testFrameworkName':_0x3be2d7,'testFrameworkVersion':_0x5dbbcf,'testFrameworkState':_0x29631b[_0x3af781(0x1af)]()['toString']()[_0x3af781(0x1ea)]('.')[0x1],'hookState':_0x29631b[_0x3af781(0x1bc)]()[_0x3af781(0x1b9)]()['split']('.')[0x1],'startedAt':_0x49066e,'endedAt':_0x5dfe88,'uuid':_0x4ce030,'eventJson':Buffer[_0x3af781(0x1b6)](JSON['stringify'](_0x534e93))[_0x3af781(0x1b9)](_0x375930[_0x3af781(0x1e7)]),'executionContext':{'hash':_0x4ad4f9[_0x3af781(0x1e0)](),'threadId':_0x4ad4f9[_0x3af781(0x1c2)]()['toString'](),'processId':_0x4ad4f9[_0x3af781(0x19f)]()[_0x3af781(0x1b9)]()}};}catch(_0x532dcc){return logger[_0x3af781(0x1e8)](_0x3af781(0x1bb)+util['format'](_0x532dcc)),{};}}}function a92_0x52f5(_0x126634,_0x3ff2de){const _0x1b5fc0=a92_0x1b5f();return a92_0x52f5=function(_0x52f52f,_0x2d21b6){_0x52f52f=_0x52f52f-0x196;let _0xe95016=_0x1b5fc0[_0x52f52f];return _0xe95016;},a92_0x52f5(_0x126634,_0x3ff2de);}module[a92_0x3e2454(0x1c4)]=NewmanTestFramework;
1
+ const a92_0x39ac1e=a92_0x2df1;(function(_0x52146f,_0x522e00){const _0x1f16d9=a92_0x2df1,_0x1f0867=_0x52146f();while(!![]){try{const _0x2bb29c=parseInt(_0x1f16d9(0xa9))/0x1*(parseInt(_0x1f16d9(0x9d))/0x2)+-parseInt(_0x1f16d9(0xcd))/0x3+parseInt(_0x1f16d9(0xde))/0x4+parseInt(_0x1f16d9(0xb9))/0x5+parseInt(_0x1f16d9(0xa1))/0x6+-parseInt(_0x1f16d9(0xc8))/0x7*(parseInt(_0x1f16d9(0x98))/0x8)+-parseInt(_0x1f16d9(0xd8))/0x9;if(_0x2bb29c===_0x522e00)break;else _0x1f0867['push'](_0x1f0867['shift']());}catch(_0x11c345){_0x1f0867['push'](_0x1f0867['shift']());}}}(a92_0x5760,0xdce72));const path=require(a92_0x39ac1e(0x9c)),TestFramework=require(a92_0x39ac1e(0x9e)),TestFrameworkState=require(a92_0x39ac1e(0xc6)),HookState=require(a92_0x39ac1e(0xdd)),{createClassLogger}=require(a92_0x39ac1e(0xdc)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a92_0x39ac1e(0xb5)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a92_0x39ac1e(0xb6)),util=require('util'),logger=createClassLogger(a92_0x39ac1e(0xad));class NewmanTestFramework extends TestFramework{constructor(_0x56f90b,_0x19b18e,_0x33b9f8){super(_0x56f90b,_0x19b18e,_0x33b9f8);}async[a92_0x39ac1e(0x8f)](_0x18b666,_0x57a70a,_0x2ac32e={}){const _0x37ad6d=a92_0x39ac1e,_0x16c6a2={};_0x16c6a2[_0x37ad6d(0xa4)]=function(_0x5d5647,_0x4bfcea){return _0x5d5647===_0x4bfcea;};const _0x5db4f0=_0x16c6a2;logger[_0x37ad6d(0x93)](_0x37ad6d(0xaa)+_0x18b666+_0x37ad6d(0xa8)+_0x57a70a),await super[_0x37ad6d(0x8f)](_0x18b666,_0x57a70a,_0x2ac32e);const _0x2aaaa8=this[_0x37ad6d(0xb8)](_0x18b666,_0x57a70a,_0x2ac32e);if(!_0x2aaaa8)return;try{if(_0x5db4f0[_0x37ad6d(0xa4)](_0x18b666,TestFrameworkState[_0x37ad6d(0xa0)])&&_0x2ac32e[_0x37ad6d(0xbf)]){const _0x541586=_0x5db4f0[_0x37ad6d(0xa4)](_0x57a70a,HookState[_0x37ad6d(0xcf)])?this[_0x37ad6d(0x99)](_0x2ac32e['test']):this[_0x37ad6d(0xc2)](_0x2ac32e[_0x37ad6d(0xbf)]);_0x2aaaa8[_0x37ad6d(0x8a)](_0x541586);}}catch(_0x870a22){logger[_0x37ad6d(0x94)](_0x37ad6d(0xb7)+util[_0x37ad6d(0xbc)](_0x870a22));}_0x2ac32e[_0x37ad6d(0xa3)]=_0x2aaaa8,await this['runHooks'](_0x2aaaa8,_0x18b666,_0x57a70a,_0x2ac32e);}['parseNewmanTest'](_0x5f57dd){const _0x5a1565=a92_0x39ac1e,_0x968f22=this['getTestFrameworks']()[0x0],_0x1342be={};return _0x1342be[_0x5f57dd[_0x5a1565(0xa5)]]={[TestFrameworkConstants[_0x5a1565(0xc0)]]:_0x968f22,[TestFrameworkConstants[_0x5a1565(0xd9)]]:this[_0x5a1565(0xc5)]()[_0x968f22],[TestFrameworkConstants[_0x5a1565(0xa6)]]:[],[TestFrameworkConstants[_0x5a1565(0xca)]]:{},[TestFrameworkConstants[_0x5a1565(0x8d)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x5a1565(0x8e)],[TestFrameworkConstants[_0x5a1565(0xa7)]]:_0x5f57dd[_0x5a1565(0xa5)],[TestFrameworkConstants[_0x5a1565(0xba)]]:_0x5f57dd[_0x5a1565(0xa5)],[TestFrameworkConstants[_0x5a1565(0xc4)]]:_0x5f57dd[_0x5a1565(0xd7)],[TestFrameworkConstants[_0x5a1565(0x9f)]]:_0x5f57dd['file_path']||'',[TestFrameworkConstants[_0x5a1565(0xd4)]]:_0x5f57dd['location']||'',[TestFrameworkConstants[_0x5a1565(0xa2)]]:null,[TestFrameworkConstants[_0x5a1565(0xac)]]:_0x5f57dd[_0x5a1565(0xb1)]||[],[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x5f57dd[_0x5a1565(0xb4)]||new Date()[_0x5a1565(0xda)](),[TestFrameworkConstants[_0x5a1565(0x96)]]:_0x5f57dd[_0x5a1565(0xce)]||'',[TestFrameworkConstants[_0x5a1565(0x97)]]:_0x5f57dd[_0x5a1565(0xd2)]||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:null,[TestFrameworkConstants[_0x5a1565(0xae)]]:_0x5f57dd[_0x5a1565(0x92)]||{},[TestFrameworkConstants[_0x5a1565(0xab)]]:_0x5f57dd[_0x5a1565(0x9a)]||{}},_0x1342be;}['parseNewmanTestResult'](_0x1b5d45){const _0x51c9b6=a92_0x39ac1e,_0x5a8e3e={};_0x5a8e3e[_0x51c9b6(0xbe)]='pending';const _0xaa7821=_0x5a8e3e,_0x3fe8f2={};return _0x3fe8f2[_0x1b5d45[_0x51c9b6(0xa5)]]={[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x1b5d45[_0x51c9b6(0x9b)]||_0xaa7821['mdOls'],[TestFrameworkConstants[_0x51c9b6(0xc7)]]:_0x1b5d45['finished_at']||new Date()[_0x51c9b6(0xda)](),[TestFrameworkConstants[_0x51c9b6(0xd5)]]:_0x1b5d45[_0x51c9b6(0x8c)]||[],[TestFrameworkConstants[_0x51c9b6(0xd6)]]:_0x1b5d45['failure_type']||null,[TestFrameworkConstants[_0x51c9b6(0x90)]]:_0x1b5d45['failure_reason']||null},_0x3fe8f2;}['resolveInstance'](_0x4a25e5){const _0x2b51e3=a92_0x39ac1e;let _0x5d9231=TestFramework[_0x2b51e3(0xcc)]();if(!_0x5d9231){const _0x551585=TrackedInstance[_0x2b51e3(0xbb)](CLIUtils[_0x2b51e3(0xdb)]());_0x5d9231=new TestFrameworkInstance(_0x551585,this['getTestFrameworks'](),this['getTestFrameworksVersions'](),_0x4a25e5,HookState[_0x2b51e3(0xbd)]),TestFramework[_0x2b51e3(0xd0)](_0x551585,_0x5d9231);}return _0x5d9231;}[a92_0x39ac1e(0xcb)](_0x15cfd7){const _0x329293=a92_0x39ac1e,_0x19bb0a={};_0x19bb0a[_0x329293(0xd3)]=_0x329293(0xb2);const _0x2874e3=_0x19bb0a;try{const _0x3ced24=_0x15cfd7[_0x329293(0xbf)]?_0x15cfd7['test']['uuid']:null,_0x4e9fbf=_0x15cfd7[_0x329293(0xa3)],_0x472fb1=_0x4e9fbf['getContext'](),_0x1a5c69=_0x4e9fbf['getAllData']()[_0x329293(0xb0)](_0x3ced24);if(!_0x1a5c69)return{};const {[TestFrameworkConstants[_0x329293(0xc0)]]:_0x5cb1d5='',[TestFrameworkConstants[_0x329293(0xd9)]]:_0x18b15e='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x3635cc='',[TestFrameworkConstants[_0x329293(0xc7)]]:_0x59780f=''}=_0x1a5c69;return{'platformIndex':0x0,'testFrameworkName':_0x5cb1d5,'testFrameworkVersion':_0x18b15e,'testFrameworkState':_0x4e9fbf[_0x329293(0xaf)]()['toString']()[_0x329293(0xc3)]('.')[0x1],'hookState':_0x4e9fbf[_0x329293(0xb3)]()[_0x329293(0x91)]()[_0x329293(0xc3)]('.')[0x1],'startedAt':_0x3635cc,'endedAt':_0x59780f,'uuid':_0x3ced24,'eventJson':Buffer['from'](JSON[_0x329293(0x95)](_0x1a5c69))[_0x329293(0x91)](_0x2874e3[_0x329293(0xd3)]),'executionContext':{'hash':_0x472fb1[_0x329293(0xc1)](),'threadId':_0x472fb1[_0x329293(0xd1)]()['toString'](),'processId':_0x472fb1['getProcessId']()[_0x329293(0x91)]()}};}catch(_0x461407){return logger['error'](_0x329293(0x8b)+util[_0x329293(0xbc)](_0x461407)),{};}}}module[a92_0x39ac1e(0xc9)]=NewmanTestFramework;function a92_0x2df1(_0x240a18,_0x563df0){const _0x5760f3=a92_0x5760();return a92_0x2df1=function(_0x2df1ac,_0x3e6627){_0x2df1ac=_0x2df1ac-0x8a;let _0x2e5a90=_0x5760f3[_0x2df1ac];return _0x2e5a90;},a92_0x2df1(_0x240a18,_0x563df0);}function a92_0x5760(){const _0x18ac8b=['../state/hookState.js','4255592PDpGoT','addMultipleEntries','createTestFrameworkEventPayload:\x20error=','failure','KEY_HOOKS_STARTED','DEFAULT_TEST_RESULT','trackEvent','KEY_TEST_FAILURE_REASON','toString','custom_metadata','debug','error','stringify','KEY_TEST_SCOPE','KEY_TEST_SCOPES','176oGeosY','parseNewmanTest','meta','result','path','2116110GESPKX','./testFramework','KEY_TEST_FILE_PATH','TEST','7443918Bhmqlc','KEY_TEST_CODE','instance','oBDUD','uuid','KEY_TEST_LOGS','KEY_TEST_ID','\x20hook=','1cfCCGF','trackEvent:\x20state=','KEY_TEST_META','KEY_TEST_TAGS','NewmanTestFramework','KEY_CUSTOM_TAGS','getCurrentTestState','get','tags','base64','getCurrentHookState','started_at','../cliUtils.js','./constants/testFrameworkConstants.js','trackEvent:\x20error=','resolveInstance','2148905JGNHnh','KEY_TEST_UUID','createContext','format','NONE','mdOls','test','KEY_TEST_FRAMEWORK_NAME','getId','parseNewmanTestResult','split','KEY_TEST_NAME','getTestFrameworksVersions','../state/testFrameworkState.js','KEY_TEST_ENDED_AT','323624YabZbf','exports','KEY_HOOKS_FINISHED','createTestFrameworkEventPayload','getTrackedInstance','199434GblSBs','scope','PRE','setTrackedInstance','getThreadId','scopes','JMxDQ','KEY_TEST_LOCATION','KEY_TEST_FAILURE','KEY_TEST_FAILURE_TYPE','name','16235883VfdhRp','KEY_TEST_FRAMEWORK_VERSION','toISOString','getCurrentInstanceName','../../../helpers/classLogger.js'];a92_0x5760=function(){return _0x18ac8b;};return a92_0x5760();}
@@ -1 +1 @@
1
- const a93_0x5780f1=a93_0x171c;(function(_0x30f4c6,_0x26a4b8){const _0x33f69d=a93_0x171c,_0x34ca9f=_0x30f4c6();while(!![]){try{const _0x4c3cc3=-parseInt(_0x33f69d(0xfe))/0x1*(parseInt(_0x33f69d(0xf2))/0x2)+-parseInt(_0x33f69d(0xd9))/0x3+-parseInt(_0x33f69d(0xf1))/0x4+parseInt(_0x33f69d(0xf3))/0x5*(-parseInt(_0x33f69d(0xdd))/0x6)+parseInt(_0x33f69d(0xdc))/0x7+-parseInt(_0x33f69d(0xed))/0x8+parseInt(_0x33f69d(0xd6))/0x9;if(_0x4c3cc3===_0x26a4b8)break;else _0x34ca9f['push'](_0x34ca9f['shift']());}catch(_0x5372de){_0x34ca9f['push'](_0x34ca9f['shift']());}}}(a93_0x5140,0x9d57f));function a93_0x171c(_0x1a9f3e,_0x8b2fa2){const _0x5140bf=a93_0x5140();return a93_0x171c=function(_0x171cc0,_0x424856){_0x171cc0=_0x171cc0-0xd6;let _0x2d8bb8=_0x5140bf[_0x171cc0];return _0x2d8bb8;},a93_0x171c(_0x1a9f3e,_0x8b2fa2);}function a93_0x5140(){const _0x5892e7=['PlaywrightAutomationFramework','getAutomationFrameworkVersion','2678224ruITAF','2CjuvrB','2525RThfGp','QFeaG','../state/automationFrameworkState.js','getCurrentInstanceName','trackPlaywrightInstance:\x20instance\x20already\x20exists','QnkJL','getId','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','CREATE','trackEvent','params','133708WqtUqo','trackEvent:\x20automationFrameworkState=','lVWEj','22183857dBgiMv','message','exports','781575wWwXBo','./automationFramework.js','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','137774xyLmwM','5838uRyGER','../../../helpers/classLogger.js','pnFgE','PLAYWRIGHT_DISPATCH',',\x20state=','logger','NONE','trackPlaywrightInstance','instance','createContext','../cliUtils.js','../instances/automationFrameworkInstance.js','\x20hookState=','getTrackedInstance','debug','resolveInstance','2279376UHQvNc','info'];a93_0x5140=function(){return _0x5892e7;};return a93_0x5140();}const AutomationFramework=require(a93_0x5780f1(0xda)),{createClassLogger}=require(a93_0x5780f1(0xde)),AutomationFrameworkState=require(a93_0x5780f1(0xf5)),CLIUtils=require(a93_0x5780f1(0xe7)),TrackedInstance=require('../instances/trackedInstance.js'),AutomationFrameworkInstance=require(a93_0x5780f1(0xe8));class PlaywrightAutomationFramework extends AutomationFramework{[a93_0x5780f1(0xe2)]=createClassLogger(a93_0x5780f1(0xef));constructor(_0x562f9d,_0x47d4ae){super(_0x562f9d,_0x47d4ae);}async['trackEvent'](_0x4a507e,_0x2bd7b8,_0x415d09={}){const _0x49be7c=a93_0x5780f1,_0x31e4d4={};_0x31e4d4[_0x49be7c(0xf8)]=function(_0x3d6614,_0x2531c8){return _0x3d6614===_0x2531c8;};const _0x52fff4=_0x31e4d4;this[_0x49be7c(0xe2)][_0x49be7c(0xeb)](_0x49be7c(0xff)+_0x4a507e+_0x49be7c(0xe9)+_0x2bd7b8),await super[_0x49be7c(0xfc)](_0x4a507e,_0x2bd7b8,_0x415d09);const _0x10ef59=this[_0x49be7c(0xec)](_0x4a507e,_0x2bd7b8,_0x415d09);if(_0x52fff4[_0x49be7c(0xf8)](_0x10ef59,null))return;_0x415d09[_0x49be7c(0xe5)]=_0x10ef59,await this['runHooks'](_0x10ef59,_0x4a507e,_0x2bd7b8,_0x415d09);}['resolveInstance'](_0x55ea87,_0x37d0fd,_0x1e4c5c={}){const _0x243cc2=a93_0x5780f1,_0xd0df2f={};_0xd0df2f[_0x243cc2(0xdf)]=function(_0x18c48d,_0xf1df56){return _0x18c48d===_0xf1df56;},_0xd0df2f['lVWEj']=function(_0x2e0caf,_0x23679d){return _0x2e0caf===_0x23679d;};const _0x265729=_0xd0df2f;let _0x3259ff=null;return(_0x265729[_0x243cc2(0xdf)](_0x55ea87,AutomationFrameworkState[_0x243cc2(0xfb)])||_0x265729[_0x243cc2(0xdf)](_0x55ea87,AutomationFrameworkState[_0x243cc2(0xe0)])&&(_0x1e4c5c['message']&&_0x1e4c5c[_0x243cc2(0xd7)]['params']&&_0x1e4c5c['message'][_0x243cc2(0xfd)]['bsParams'])||_0x265729[_0x243cc2(0x100)](_0x55ea87,AutomationFrameworkState[_0x243cc2(0xe3)]))&&this[_0x243cc2(0xe4)](_0x55ea87,_0x1e4c5c),_0x3259ff=AutomationFramework[_0x243cc2(0xea)](),_0x3259ff;}[a93_0x5780f1(0xe4)](_0x50a019,_0x337eb9){const _0x2f0a57=a93_0x5780f1,_0x41cac8={};_0x41cac8[_0x2f0a57(0xf4)]=_0x2f0a57(0xf7);const _0xe74170=_0x41cac8;if(AutomationFramework[_0x2f0a57(0xea)]()){this[_0x2f0a57(0xe2)]['info'](_0xe74170[_0x2f0a57(0xf4)]);return;}const _0x44b09e=CLIUtils[_0x2f0a57(0xf6)](),_0x5a8d49=TrackedInstance[_0x2f0a57(0xe6)](_0x44b09e);let _0x21b75c=null;this['logger'][_0x2f0a57(0xee)](_0x2f0a57(0xfa)+_0x44b09e+_0x2f0a57(0xe1)+_0x50a019),_0x21b75c=new AutomationFrameworkInstance(_0x5a8d49,this['getAutomationFrameworkName'](),this[_0x2f0a57(0xf0)](),_0x50a019),AutomationFramework['setTrackedInstance'](_0x5a8d49,_0x21b75c),this[_0x2f0a57(0xe2)][_0x2f0a57(0xee)](_0x2f0a57(0xdb)+_0x5a8d49[_0x2f0a57(0xf9)]()+'\x20target='+_0x44b09e);}}module[a93_0x5780f1(0xd8)]=PlaywrightAutomationFramework;
1
+ function a93_0x1e51(_0x5c5ab0,_0x441707){const _0x39a915=a93_0x39a9();return a93_0x1e51=function(_0x1e5158,_0x267a2b){_0x1e5158=_0x1e5158-0x76;let _0x1fea90=_0x39a915[_0x1e5158];return _0x1fea90;},a93_0x1e51(_0x5c5ab0,_0x441707);}const a93_0x188107=a93_0x1e51;(function(_0x3087a6,_0x18c043){const _0x22dc31=a93_0x1e51,_0x41e26a=_0x3087a6();while(!![]){try{const _0x2a8c1e=-parseInt(_0x22dc31(0x99))/0x1+-parseInt(_0x22dc31(0x8e))/0x2+parseInt(_0x22dc31(0x89))/0x3+parseInt(_0x22dc31(0x9a))/0x4+-parseInt(_0x22dc31(0x8f))/0x5+parseInt(_0x22dc31(0x96))/0x6*(parseInt(_0x22dc31(0x91))/0x7)+-parseInt(_0x22dc31(0x84))/0x8*(-parseInt(_0x22dc31(0x8d))/0x9);if(_0x2a8c1e===_0x18c043)break;else _0x41e26a['push'](_0x41e26a['shift']());}catch(_0x5326a7){_0x41e26a['push'](_0x41e26a['shift']());}}}(a93_0x39a9,0xf3522));const AutomationFramework=require('./automationFramework.js'),{createClassLogger}=require(a93_0x188107(0x8b)),AutomationFrameworkState=require(a93_0x188107(0x76)),CLIUtils=require(a93_0x188107(0x90)),TrackedInstance=require('../instances/trackedInstance.js'),AutomationFrameworkInstance=require(a93_0x188107(0x7a));class PlaywrightAutomationFramework extends AutomationFramework{[a93_0x188107(0x86)]=createClassLogger('PlaywrightAutomationFramework');constructor(_0x29ffee,_0x261967){super(_0x29ffee,_0x261967);}async['trackEvent'](_0x3560dc,_0x375eb9,_0x316b9d={}){const _0x19f8f0=a93_0x188107,_0x49fe58={};_0x49fe58[_0x19f8f0(0x7f)]=function(_0x63475c,_0x51bace){return _0x63475c===_0x51bace;};const _0x3c43e1=_0x49fe58;this[_0x19f8f0(0x86)]['debug']('trackEvent:\x20automationFrameworkState='+_0x3560dc+_0x19f8f0(0x95)+_0x375eb9),await super[_0x19f8f0(0x7c)](_0x3560dc,_0x375eb9,_0x316b9d);const _0x26e9a3=this['resolveInstance'](_0x3560dc,_0x375eb9,_0x316b9d);if(_0x3c43e1[_0x19f8f0(0x7f)](_0x26e9a3,null))return;_0x316b9d['instance']=_0x26e9a3,await this['runHooks'](_0x26e9a3,_0x3560dc,_0x375eb9,_0x316b9d);}[a93_0x188107(0x79)](_0x2e3e61,_0x587a5e,_0x39beee={}){const _0x5cdb02=a93_0x188107,_0x4ca4d8={};_0x4ca4d8[_0x5cdb02(0x7e)]=function(_0x50d179,_0x4097fe){return _0x50d179===_0x4097fe;},_0x4ca4d8[_0x5cdb02(0x98)]=function(_0x86ddce,_0x317510){return _0x86ddce===_0x317510;};const _0x4a560b=_0x4ca4d8;let _0xc20379=null;return(_0x4a560b[_0x5cdb02(0x7e)](_0x2e3e61,AutomationFrameworkState['CREATE'])||_0x4a560b[_0x5cdb02(0x7e)](_0x2e3e61,AutomationFrameworkState[_0x5cdb02(0x83)])&&(_0x39beee[_0x5cdb02(0x82)]&&_0x39beee[_0x5cdb02(0x82)][_0x5cdb02(0x8c)]&&_0x39beee[_0x5cdb02(0x82)][_0x5cdb02(0x8c)][_0x5cdb02(0x7d)])||_0x4a560b['VpBvB'](_0x2e3e61,AutomationFrameworkState['NONE']))&&this[_0x5cdb02(0x94)](_0x2e3e61,_0x39beee),_0xc20379=AutomationFramework[_0x5cdb02(0x92)](),_0xc20379;}[a93_0x188107(0x94)](_0x465a1d,_0x4a6134){const _0x38899b=a93_0x188107,_0x90b071={};_0x90b071[_0x38899b(0x80)]=_0x38899b(0x78);const _0x2f1285=_0x90b071;if(AutomationFramework[_0x38899b(0x92)]()){this[_0x38899b(0x86)][_0x38899b(0x93)](_0x2f1285[_0x38899b(0x80)]);return;}const _0x3a9435=CLIUtils['getCurrentInstanceName'](),_0x536ad9=TrackedInstance[_0x38899b(0x88)](_0x3a9435);let _0x4abd97=null;this[_0x38899b(0x86)]['info']('trackPlaywrightInstance:\x20created\x20instance\x20for\x20target='+_0x3a9435+_0x38899b(0x7b)+_0x465a1d),_0x4abd97=new AutomationFrameworkInstance(_0x536ad9,this[_0x38899b(0x77)](),this[_0x38899b(0x85)](),_0x465a1d),AutomationFramework[_0x38899b(0x97)](_0x536ad9,_0x4abd97),this[_0x38899b(0x86)][_0x38899b(0x93)](_0x38899b(0x8a)+_0x536ad9[_0x38899b(0x9b)]()+_0x38899b(0x81)+_0x3a9435);}}module[a93_0x188107(0x87)]=PlaywrightAutomationFramework;function a93_0x39a9(){const _0x53e3a1=['info','trackPlaywrightInstance','\x20hookState=','11052OWtBaA','setTrackedInstance','VpBvB','1008362OZIKym','2430964HrHcZY','getId','../state/automationFrameworkState.js','getAutomationFrameworkName','trackPlaywrightInstance:\x20instance\x20already\x20exists','resolveInstance','../instances/automationFrameworkInstance.js',',\x20state=','trackEvent','bsParams','ibusW','xhoxG','srhGv','\x20target=','message','PLAYWRIGHT_DISPATCH','192LulyEx','getAutomationFrameworkVersion','logger','exports','createContext','70476rNtsSk','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','../../../helpers/classLogger.js','params','1151037JOPCgV','3351238SGOdFC','1933000YiamKt','../cliUtils.js','1393pzPALa','getTrackedInstance'];a93_0x39a9=function(){return _0x53e3a1;};return a93_0x39a9();}