browserstack-node-sdk 1.59.0 → 1.60.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (217) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +3 -3
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/assets/report.html +1 -1
  43. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  44. package/src/bin/codeceptjs/command.js +1 -1
  45. package/src/bin/codeceptjs/helper.js +1 -1
  46. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  47. package/src/bin/cucumber-js/command.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  49. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  50. package/src/bin/cucumber-js/test-observability.js +1 -1
  51. package/src/bin/cucumber-js/test.setup.js +1 -1
  52. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  53. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  54. package/src/bin/integrations/command.js +1 -1
  55. package/src/bin/integrations/constants.js +1 -1
  56. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  57. package/src/bin/jasmine/command.js +1 -1
  58. package/src/bin/jasmine/test.setup.js +1 -1
  59. package/src/bin/jasmine/testRunMap.js +1 -1
  60. package/src/bin/jest/command.js +1 -1
  61. package/src/bin/jest/customImplements/customCircus.js +1 -1
  62. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  63. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  64. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  65. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  66. package/src/bin/jest/jest.setup.js +1 -1
  67. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  68. package/src/bin/jest/test-observability/helper.js +1 -1
  69. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  70. package/src/bin/jest/test-observability/test-details.js +1 -1
  71. package/src/bin/jest/test.setup.js +1 -1
  72. package/src/bin/jest/test_before.setup.js +1 -1
  73. package/src/bin/launcher/launcher.js +1 -1
  74. package/src/bin/load/index.js +1 -1
  75. package/src/bin/load/loadUtils.js +1 -1
  76. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  77. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  78. package/src/bin/mocha/command.js +1 -1
  79. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  80. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  81. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  82. package/src/bin/mocha/test.setup.js +1 -1
  83. package/src/bin/newman/command.js +1 -1
  84. package/src/bin/newman/helper.js +1 -1
  85. package/src/bin/newman/reporter/index.js +1 -1
  86. package/src/bin/newman/scriptRunner.js +1 -1
  87. package/src/bin/nightwatch/command.js +1 -1
  88. package/src/bin/playwright/accessibility-helper.js +1 -1
  89. package/src/bin/playwright/command.js +1 -1
  90. package/src/bin/playwright/globalSetup.js +1 -1
  91. package/src/bin/playwright/mock-process.js +1 -1
  92. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  93. package/src/bin/playwright/patches.js +1 -1
  94. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  95. package/src/bin/playwright/reporter/reporter.js +1 -1
  96. package/src/bin/playwright/reporter/test-details.js +1 -1
  97. package/src/bin/playwright/sessionDetails.js +1 -1
  98. package/src/bin/puppeteer/patches.js +1 -1
  99. package/src/bin/puppeteer/sessionDetails.js +1 -1
  100. package/src/bin/puppeteer/test.setup.js +1 -1
  101. package/src/bin/runner.js +1 -1
  102. package/src/bin/setup.js +1 -1
  103. package/src/bin/test-runner/index.js +1 -1
  104. package/src/bin/test-runner/runTest.js +1 -1
  105. package/src/bin/test-runner/testWorker.js +1 -1
  106. package/src/bin/testcafe/a11y-runner.js +1 -1
  107. package/src/bin/testcafe/command.js +1 -1
  108. package/src/bin/testcafe/reporter/index.js +1 -1
  109. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  110. package/src/bin/testcafe/session-registry.js +1 -1
  111. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  112. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  113. package/src/bin/testcafe/w3c-driver.js +1 -1
  114. package/src/bin/utils/apiUtilityMethods.js +1 -1
  115. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  116. package/src/bin/utils/constants.js +1 -1
  117. package/src/bin/utils/log4jsAppender.js +1 -1
  118. package/src/bin/utils/logPatcher.js +1 -1
  119. package/src/bin/utils/logReportingAPI.js +1 -1
  120. package/src/bin/utils/playwright-patcher.js +1 -1
  121. package/src/bin/utils/puppeteer-patcher.js +1 -1
  122. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  123. package/src/bin/utils/sharedUtils.js +1 -1
  124. package/src/bin/v2/TestInfo.js +1 -1
  125. package/src/bin/v2/browserstackCLI.js +1 -1
  126. package/src/bin/v2/cliUtils.js +1 -1
  127. package/src/bin/v2/customTagManager.js +1 -1
  128. package/src/bin/v2/eventDispatcher.js +1 -1
  129. package/src/bin/v2/framework/automationFramework.js +1 -1
  130. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  131. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  132. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  133. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  134. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  135. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  136. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  137. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  138. package/src/bin/v2/framework/testFramework.js +1 -1
  139. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  140. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  141. package/src/bin/v2/grpcClient.js +1 -1
  142. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  143. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  144. package/src/bin/v2/instances/trackedContext.js +1 -1
  145. package/src/bin/v2/instances/trackedInstance.js +1 -1
  146. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  147. package/src/bin/v2/modules/baseModule.js +1 -1
  148. package/src/bin/v2/modules/loadTestModule.js +1 -1
  149. package/src/bin/v2/modules/observabilityModule.js +1 -1
  150. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  151. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  152. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  153. package/src/bin/v2/modules/testhubModule.js +1 -1
  154. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  155. package/src/bin/v2/state/hookState.js +1 -1
  156. package/src/bin/v2/state/testFrameworkState.js +1 -1
  157. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  158. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  159. package/src/bin/v2/utils/jest-utils.js +1 -1
  160. package/src/bin/vanilla-js/command.js +1 -1
  161. package/src/browserStackSdk.js +1 -1
  162. package/src/helpers/BrowserStackSetup.js +1 -1
  163. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  164. package/src/helpers/accessibility-automation/constants.js +1 -1
  165. package/src/helpers/accessibility-automation/helper.js +1 -1
  166. package/src/helpers/accessibility-automation/scripts.js +1 -1
  167. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  168. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  169. package/src/helpers/ats/constants.js +1 -1
  170. package/src/helpers/ats/helper.js +1 -1
  171. package/src/helpers/caCertHelper.js +1 -1
  172. package/src/helpers/capsMapping.js +1 -1
  173. package/src/helpers/central-scanner/constants.js +1 -1
  174. package/src/helpers/central-scanner/helpers.js +1 -1
  175. package/src/helpers/classLogger.js +1 -1
  176. package/src/helpers/driverInitErrorReporter.js +1 -1
  177. package/src/helpers/globals.js +1 -1
  178. package/src/helpers/helper.js +1 -1
  179. package/src/helpers/logger.js +1 -1
  180. package/src/helpers/metadata.js +1 -1
  181. package/src/helpers/patchHelper.js +1 -1
  182. package/src/helpers/patchHelpers.js +1 -1
  183. package/src/helpers/percy/Percy.js +1 -1
  184. package/src/helpers/percy/PercyBinary.js +1 -1
  185. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  186. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  187. package/src/helpers/percy/PercySDK.js +1 -1
  188. package/src/helpers/percy/index.js +1 -1
  189. package/src/helpers/percy/utils.js +1 -1
  190. package/src/helpers/performance/constants.js +1 -1
  191. package/src/helpers/performance/performance-tester.js +1 -1
  192. package/src/helpers/playwright-helper.js +1 -1
  193. package/src/helpers/processHelper.js +1 -1
  194. package/src/helpers/puppeteer-helper.js +1 -1
  195. package/src/helpers/request-spy.js +1 -1
  196. package/src/helpers/setKeepAlive.js +1 -1
  197. package/src/helpers/stackFrameUtils.js +1 -1
  198. package/src/helpers/test-observability/constants.js +1 -1
  199. package/src/helpers/test-observability/error-handler.js +1 -1
  200. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  201. package/src/helpers/test-observability/sessionHandler.js +1 -1
  202. package/src/helpers/test-observability/utils.js +1 -1
  203. package/src/helpers/test-orchestration/constants.js +1 -1
  204. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  205. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  206. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  207. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  208. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  209. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  210. package/src/helpers/testhub/constants.js +1 -1
  211. package/src/helpers/testhub/testhubHandler.js +1 -1
  212. package/src/helpers/testhub/utils.js +1 -1
  213. package/src/helpers/timeoutPromise.js +1 -1
  214. package/src/helpers/utilities.js +1 -1
  215. package/src/helpers/w3cMapping.js +1 -1
  216. package/src/hubAllocationMethods.js +1 -1
  217. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a91_0x298dc3=a91_0x1ab4;(function(_0x55de60,_0x1a2359){const _0x56287e=a91_0x1ab4,_0x3fbce7=_0x55de60();while(!![]){try{const _0x3747b1=parseInt(_0x56287e(0x23e))/0x1+parseInt(_0x56287e(0x2a1))/0x2*(parseInt(_0x56287e(0x235))/0x3)+-parseInt(_0x56287e(0x29d))/0x4*(-parseInt(_0x56287e(0x245))/0x5)+parseInt(_0x56287e(0x1c2))/0x6*(parseInt(_0x56287e(0x19b))/0x7)+-parseInt(_0x56287e(0x2a4))/0x8+-parseInt(_0x56287e(0x2b8))/0x9*(parseInt(_0x56287e(0x17c))/0xa)+-parseInt(_0x56287e(0x2e5))/0xb*(parseInt(_0x56287e(0x26f))/0xc);if(_0x3747b1===_0x1a2359)break;else _0x3fbce7['push'](_0x3fbce7['shift']());}catch(_0x18c3a6){_0x3fbce7['push'](_0x3fbce7['shift']());}}}(a91_0x5822,0x594f5));const TestFramework=require(a91_0x298dc3(0x1c5)),TestFrameworkState=require(a91_0x298dc3(0x203)),HookState=require(a91_0x298dc3(0x1ab)),{createClassLogger}=require(a91_0x298dc3(0x1b6)),TestFrameworkInstance=require(a91_0x298dc3(0x233)),CLIUtils=require(a91_0x298dc3(0x2db)),TrackedInstance=require(a91_0x298dc3(0x290)),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),{getManualUploadLogs,getMediaArtifactsLogs}=require(a91_0x298dc3(0x1e1)),{isInternalHook}=require(a91_0x298dc3(0x2a6)),logger=createClassLogger('JestTestFramework'),{v4:uuidv4}=require('uuid'),util=require(a91_0x298dc3(0x197)),TestInfo=require(a91_0x298dc3(0x213)),GrpcClient=require(a91_0x298dc3(0x202)),stackTrace=require(a91_0x298dc3(0x270)),{pickUserFrameFile}=require(a91_0x298dc3(0x23d));class JestTestFramework extends TestFramework{constructor(_0x25bd55,_0x1cd88e,_0x78b863){super(_0x25bd55,_0x1cd88e,_0x78b863),this['activeHooks']=new Map();}[a91_0x298dc3(0x2af)](_0x569b36,_0x5e04bf,_0x28df61){const _0x461435=a91_0x298dc3,_0x40a829={};_0x40a829[_0x461435(0x26c)]=function(_0x43615c,_0x3580a7){return _0x43615c||_0x3580a7;};const _0x499b13=_0x40a829;if(_0x499b13[_0x461435(0x26c)](!_0x569b36,!_0x5e04bf)){logger[_0x461435(0x241)](_0x461435(0x1f9)+_0x569b36+_0x461435(0x247)+_0x5e04bf);return;}!this[_0x461435(0x194)][_0x461435(0x19f)](_0x569b36)&&this[_0x461435(0x194)]['set'](_0x569b36,[]);const _0x3b49a4={'hookUUID':_0x5e04bf,'hookType':_0x28df61,'startedAt':new Date()[_0x461435(0x16a)]()};this[_0x461435(0x194)][_0x461435(0x22f)](_0x569b36)[_0x461435(0x2e6)](_0x3b49a4),logger[_0x461435(0x2b2)](_0x461435(0x1da)+_0x569b36+_0x461435(0x247)+_0x5e04bf+_0x461435(0x272)+_0x28df61+_0x461435(0x253)+this[_0x461435(0x194)][_0x461435(0x22f)](_0x569b36)[_0x461435(0x263)]);}[a91_0x298dc3(0x18d)](_0x26a9f4,_0x402005){const _0x8204b7=a91_0x298dc3,_0x580af4={};_0x580af4[_0x8204b7(0x20e)]=function(_0x2f9d6b,_0x3ff8b4){return _0x2f9d6b||_0x3ff8b4;},_0x580af4[_0x8204b7(0x18e)]=function(_0x8b65e4,_0x33c721){return _0x8b65e4!==_0x33c721;},_0x580af4[_0x8204b7(0x16d)]=function(_0x4849ad,_0x4ec074){return _0x4849ad===_0x4ec074;};const _0x10df7d=_0x580af4;if(_0x10df7d[_0x8204b7(0x20e)](!_0x26a9f4,!_0x402005)){logger['warn'](_0x8204b7(0x1e9)+_0x26a9f4+_0x8204b7(0x247)+_0x402005);return;}if(this[_0x8204b7(0x194)]['has'](_0x26a9f4)){const _0x3189f8=this[_0x8204b7(0x194)]['get'](_0x26a9f4),_0x1e2551=_0x3189f8['findIndex'](_0x51bfa2=>_0x51bfa2[_0x8204b7(0x2a5)]===_0x402005);_0x10df7d[_0x8204b7(0x18e)](_0x1e2551,-0x1)?(_0x3189f8[_0x8204b7(0x262)](_0x1e2551,0x1),logger[_0x8204b7(0x2b2)](_0x8204b7(0x179)+_0x26a9f4+_0x8204b7(0x247)+_0x402005+_0x8204b7(0x21c)+_0x3189f8[_0x8204b7(0x263)]),_0x10df7d[_0x8204b7(0x16d)](_0x3189f8[_0x8204b7(0x263)],0x0)&&this['activeHooks']['delete'](_0x26a9f4)):logger[_0x8204b7(0x2b2)]('[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier='+_0x26a9f4+_0x8204b7(0x247)+_0x402005);}}[a91_0x298dc3(0x26b)](_0xc86df8){const _0x308c8e=a91_0x298dc3,_0x9545f={};_0x9545f[_0x308c8e(0x1b3)]=function(_0x366559,_0x1f4845){return _0x366559>_0x1f4845;},_0x9545f['HKgWb']=function(_0x5941fa,_0xe62bd2){return _0x5941fa-_0xe62bd2;};const _0x297bc6=_0x9545f;if(!_0xc86df8)return null;if(this[_0x308c8e(0x194)][_0x308c8e(0x19f)](_0xc86df8)){const _0x4bda8d=this[_0x308c8e(0x194)]['get'](_0xc86df8);if(_0x297bc6[_0x308c8e(0x1b3)](_0x4bda8d[_0x308c8e(0x263)],0x0)){const _0x24faa8=_0x4bda8d[_0x297bc6[_0x308c8e(0x2e0)](_0x4bda8d[_0x308c8e(0x263)],0x1)];return logger['debug']('[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier='+_0xc86df8+_0x308c8e(0x247)+_0x24faa8[_0x308c8e(0x2a5)]+',\x20hookType='+_0x24faa8[_0x308c8e(0x2f8)]),_0x24faa8;}}return null;}async[a91_0x298dc3(0x252)](_0xd74ec9,_0x2e53c1,_0x2d36d8={}){const _0x3cf227=a91_0x298dc3,_0x2ccf43={};_0x2ccf43[_0x3cf227(0x274)]=_0x3cf227(0x243),_0x2ccf43[_0x3cf227(0x27b)]=function(_0x35996d,_0x1d1183){return _0x35996d===_0x1d1183;},_0x2ccf43['ZXUcu']=function(_0x545139,_0x28f400){return _0x545139||_0x28f400;},_0x2ccf43['Bkbjo']=_0x3cf227(0x1ad);const _0x4bf70e=_0x2ccf43;logger[_0x3cf227(0x2b2)](_0x3cf227(0x2d2)+_0xd74ec9+',\x20hookState='+_0x2e53c1+',\x20argsKeys='+Object[_0x3cf227(0x199)](_0x2d36d8)[_0x3cf227(0x2d4)](',')),await super[_0x3cf227(0x252)](_0xd74ec9,_0x2e53c1,_0x2d36d8);const _0x5de338=this[_0x3cf227(0x20d)](_0xd74ec9,_0x2e53c1,_0x2d36d8);if(!_0x5de338){logger[_0x3cf227(0x2b2)](_0x4bf70e[_0x3cf227(0x274)]);return;}try{let _0x518e79,_0x5ca5dc,_0x16d285;switch(_0xd74ec9){case TestFrameworkState[_0x3cf227(0x1fa)]:_0x518e79=_0x2d36d8[_0x3cf227(0x176)];const _0x41f5ea={};_0x41f5ea[_0x3cf227(0x2e8)]=0x2,_0x41f5ea[_0x3cf227(0x2b9)]=0x3,logger[_0x3cf227(0x2b2)](_0x3cf227(0x1b2)+_0x2e53c1+_0x3cf227(0x18b)+util['inspect'](_0x518e79,_0x41f5ea)),_0x16d285=this['getJestTestIdentifier'](_0x518e79),_0x5ca5dc=null,logger[_0x3cf227(0x2b2)](_0x3cf227(0x1f3)+_0x16d285+_0x3cf227(0x24e));if(_0x4bf70e[_0x3cf227(0x27b)](_0x2e53c1,HookState['PRE'])){logger[_0x3cf227(0x2b2)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20'+_0x16d285);const _0x3e21f2={};_0x3e21f2[_0x3cf227(0x17a)]=_0x5ca5dc,_0x3e21f2[_0x3cf227(0x177)]=_0x518e79,_0x3e21f2[_0x3cf227(0x280)]=_0x16d285;const _0x4bd15b=this[_0x3cf227(0x268)](_0x3e21f2),_0x1cae35={};_0x1cae35[_0x3cf227(0x2e8)]=0x2,_0x1cae35[_0x3cf227(0x2b9)]=0x3,logger['debug'](_0x3cf227(0x299)+util['inspect'](_0x4bd15b,_0x1cae35)),_0x5de338[_0x3cf227(0x269)](_0x4bd15b),logger[_0x3cf227(0x2b2)](_0x3cf227(0x1bb)+_0x16d285),await this[_0x3cf227(0x266)](_0x5de338,_0x16d285);}else{if(_0x4bf70e[_0x3cf227(0x27b)](_0x2e53c1,HookState[_0x3cf227(0x284)])){logger[_0x3cf227(0x2b2)](_0x3cf227(0x1a5)+_0x16d285);const _0x29061b=_0x5de338[_0x3cf227(0x2ae)]()['get'](_0x16d285);logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20'+util[_0x3cf227(0x1ca)](Object[_0x3cf227(0x199)](_0x4bf70e[_0x3cf227(0x237)](_0x29061b,{}))));_0x29061b&&_0x29061b[TestFrameworkConstants[_0x3cf227(0x28b)]]?logger[_0x3cf227(0x2b2)](_0x3cf227(0x2a9)+Object['keys'](_0x29061b[TestFrameworkConstants[_0x3cf227(0x28b)]])['length']+'\x20files'):logger[_0x3cf227(0x2b2)](_0x4bf70e[_0x3cf227(0x2f9)]);const _0x44a771=_0x2d36d8[_0x3cf227(0x24d)]||null,_0x1c73a1={};_0x1c73a1[_0x3cf227(0x17a)]=_0x5ca5dc,_0x1c73a1['testData']=_0x518e79,_0x1c73a1[_0x3cf227(0x280)]=_0x16d285,_0x1c73a1['originalTest']=_0x44a771;const _0x2da5d3=this[_0x3cf227(0x189)](_0x1c73a1),_0x4e17da={};_0x4e17da['depth']=0x2,_0x4e17da['maxArrayLength']=0x3,logger[_0x3cf227(0x2b2)](_0x3cf227(0x28a)+util[_0x3cf227(0x1ca)](_0x2da5d3,_0x4e17da)),_0x5de338[_0x3cf227(0x269)](_0x2da5d3),logger['debug'](_0x3cf227(0x294)+_0x16d285),await this[_0x3cf227(0x266)](_0x5de338,_0x16d285);}}break;case TestFrameworkState[_0x3cf227(0x1d4)]:if(_0x4bf70e[_0x3cf227(0x27b)](_0x2e53c1,HookState['POST'])){const _0x3d344f={};_0x3d344f[_0x3cf227(0x2e8)]=0x2,logger[_0x3cf227(0x2b2)](_0x3cf227(0x22c)+util[_0x3cf227(0x1ca)](_0x2d36d8,_0x3d344f)),await this[_0x3cf227(0x27a)](_0x5de338,_0xd74ec9,_0x2d36d8);}break;default:if(CLIUtils[_0x3cf227(0x1e8)](_0xd74ec9['toString']()[_0x3cf227(0x2b0)]('.')[0x1])){const _0x22101d={};_0x22101d[_0x3cf227(0x2e8)]=0x2,_0x22101d[_0x3cf227(0x2b9)]=0x3,logger[_0x3cf227(0x2b2)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState='+_0xd74ec9+_0x3cf227(0x1a1)+_0x2e53c1+',\x20hookData='+util[_0x3cf227(0x1ca)](_0x2d36d8[_0x3cf227(0x2e1)],_0x22101d));const _0x4f5cea=await this['trackHookEvent'](_0x5de338,_0xd74ec9,_0x2e53c1,_0x2d36d8),_0x574bd1={};_0x574bd1[_0x3cf227(0x2e8)]=0x2,_0x574bd1['maxArrayLength']=0x3,logger[_0x3cf227(0x2b2)](_0x3cf227(0x1ac)+util[_0x3cf227(0x1ca)](_0x4f5cea,_0x574bd1)),_0x5de338['addMultipleEntries'](_0x4f5cea);}else logger[_0x3cf227(0x2b2)](_0x3cf227(0x29e)+_0xd74ec9+_0x3cf227(0x2da)+_0x2e53c1);break;}logger[_0x3cf227(0x2b2)](_0x3cf227(0x230)+_0xd74ec9+_0x3cf227(0x1a1)+_0x2e53c1);}catch(_0x304b24){logger[_0x3cf227(0x1f0)](_0x3cf227(0x1c1)+_0xd74ec9+',\x20hookState='+_0x2e53c1+_0x3cf227(0x16c)+util[_0x3cf227(0x2d0)](_0x304b24));}_0x2d36d8['instance']=_0x5de338,await this[_0x3cf227(0x1bd)](_0x5de338,_0xd74ec9,_0x2e53c1,_0x2d36d8);}['getJestTestIdentifier'](_0x4ffc1d){const _0x2d942f=a91_0x298dc3,_0x8ed3b6={};_0x8ed3b6[_0x2d942f(0x180)]=_0x2d942f(0x244);const _0x5e36e0=_0x8ed3b6;if(_0x4ffc1d&&(_0x4ffc1d['id']||_0x4ffc1d['uuid'])){const _0x217c70=_0x4ffc1d['id']||_0x4ffc1d[_0x2d942f(0x249)];return logger[_0x2d942f(0x2b2)](_0x2d942f(0x16b)+_0x217c70+_0x2d942f(0x206)),_0x217c70;}return logger[_0x2d942f(0x2b2)](_0x5e36e0[_0x2d942f(0x180)]),process[_0x2d942f(0x25d)]+_0x2d942f(0x2c2);}['resolveInstance'](_0x24d897,_0x38c177,_0x352adb={}){const _0x307c80=a91_0x298dc3;let _0x5345c0=null;return _0x5345c0=TestFramework[_0x307c80(0x231)](),!_0x5345c0?(logger[_0x307c80(0x2b2)](_0x307c80(0x260)+_0x24d897),this[_0x307c80(0x2b3)](_0x24d897,_0x352adb),_0x5345c0=TestFramework[_0x307c80(0x231)](),logger[_0x307c80(0x2b2)](_0x307c80(0x2cf)+!!_0x5345c0+_0x307c80(0x2cd)+_0x5345c0?.[_0x307c80(0x1b1)]()?.[_0x307c80(0x250)]())):logger[_0x307c80(0x2b2)]('[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId='+_0x5345c0['getContext']()?.['getId']()),_0x5345c0;}[a91_0x298dc3(0x2b3)](_0x1346b1,_0x37107b){const _0x1ef820=a91_0x298dc3,_0x4068f0={};_0x4068f0[_0x1ef820(0x1b4)]=_0x1ef820(0x25e);const _0x37b2a9=_0x4068f0;if(TestFramework[_0x1ef820(0x231)]()){logger[_0x1ef820(0x2b2)](_0x37b2a9[_0x1ef820(0x1b4)]);return;}const _0x53098e=CLIUtils[_0x1ef820(0x1a6)](),_0x2a9739=TrackedInstance[_0x1ef820(0x172)](_0x53098e);let _0x1b59bf=null;logger[_0x1ef820(0x2b2)](_0x1ef820(0x2b7)+_0x53098e+',\x20state='+_0x1346b1),_0x1b59bf=new TestFrameworkInstance(_0x2a9739,this[_0x1ef820(0x186)](),this[_0x1ef820(0x283)](),_0x1346b1,HookState[_0x1ef820(0x218)]),TestFramework[_0x1ef820(0x1fe)](_0x2a9739,_0x1b59bf),logger[_0x1ef820(0x2b2)](_0x1ef820(0x22e)+_0x2a9739[_0x1ef820(0x250)]()+_0x1ef820(0x2e4)+_0x53098e+_0x1ef820(0x1d0)+this[_0x1ef820(0x186)]()[0x0]+',\x20version='+this[_0x1ef820(0x283)]()[this[_0x1ef820(0x186)]()[0x0]]);}[a91_0x298dc3(0x268)](_0x207b9c){const _0x570fae=a91_0x298dc3,_0x2462eb={};_0x2462eb['UYfdS']=function(_0x55d8da,_0x200dba){return _0x55d8da||_0x200dba;},_0x2462eb['lWllF']=_0x570fae(0x217);const _0x4189d4=_0x2462eb,{testUUID:_0x1212c2,testData:_0x1b938c,testId:_0x684c8}=_0x207b9c;if(_0x4189d4[_0x570fae(0x1aa)](!_0x1b938c,!_0x684c8))return logger[_0x570fae(0x2b2)](_0x4189d4['lWllF']),{};const _0x2e6a6f=this[_0x570fae(0x186)]()[0x0],_0x1f22b5=this[_0x570fae(0x283)](),_0x3f2375={};_0x3f2375[_0x570fae(0x2e8)]=0x2,_0x3f2375[_0x570fae(0x2b9)]=0x3,logger[_0x570fae(0x2b2)]('[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20'+util[_0x570fae(0x1ca)](_0x1b938c,_0x3f2375));const _0x393a19=_0x1b938c?.[_0x570fae(0x1e7)]||[],_0x101c82=this[_0x570fae(0x188)](_0x1b938c),_0x1a597f=this[_0x570fae(0x1b7)](_0x1b938c),_0xe5d705=_0x1b938c['fn']?_0x1b938c['fn'][_0x570fae(0x24b)]():_0x1b938c?.[_0x570fae(0x29c)]?_0x1b938c[_0x570fae(0x29c)][_0x570fae(0x216)][_0x570fae(0x24b)]():null,_0xa17801=this[_0x570fae(0x285)](_0x1b938c),_0x21eaf8={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x2e6a6f,[TestFrameworkConstants[_0x570fae(0x1f8)]]:_0x1f22b5[_0x2e6a6f],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x570fae(0x2c1)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x570fae(0x168)]]:TestFrameworkConstants[_0x570fae(0x1a9)],[TestFrameworkConstants[_0x570fae(0x273)]]:_0x101c82,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x1a597f,[TestFrameworkConstants[_0x570fae(0x2f3)]]:_0x684c8,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x101c82,[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x1a597f,[TestFrameworkConstants[_0x570fae(0x173)]]:_0xe5d705,[TestFrameworkConstants[_0x570fae(0x2c9)]]:_0xa17801,[TestFrameworkConstants[_0x570fae(0x21b)]]:_0x1b938c[_0x570fae(0x1cd)]||new Date()[_0x570fae(0x16a)](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x393a19[0x0]||'',[TestFrameworkConstants[_0x570fae(0x1af)]]:_0x393a19,[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x101c82,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x570fae(0x2a2)]]:{}};_0x1b938c['retryOf']&&(_0x21eaf8[TestFrameworkConstants[_0x570fae(0x1be)]]=_0x1b938c[_0x570fae(0x2ed)]);logger[_0x570fae(0x2b2)]('[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName='+_0x101c82+_0x570fae(0x24c)+_0x684c8+_0x570fae(0x28f)+JSON['stringify'](_0xa17801)+_0x570fae(0x169)+util[_0x570fae(0x1ca)](_0x393a19)+',\x20filePath='+_0x1a597f);const _0x2d026e={};return _0x2d026e[_0x684c8]=_0x21eaf8,_0x2d026e;}[a91_0x298dc3(0x189)](_0x23adaf){const _0x358997=a91_0x298dc3,_0x3adc16={'xyIME':function(_0x247d69,_0x5613fa){return _0x247d69===_0x5613fa;},'jlkEl':'afterAll','LjHvv':'beforeAll','ZnOFl':'ALL','ASSNM':_0x358997(0x25a),'XSbOw':function(_0x18d22f,_0x31f245){return _0x18d22f||_0x31f245;},'KXphW':_0x358997(0x2d7),'IoSHG':_0x358997(0x22d),'jvCwM':function(_0x5f388c,_0x2e63d2){return _0x5f388c>_0x2e63d2;},'KjSig':_0x358997(0x185),'elGsk':_0x358997(0x256),'elWgO':_0x358997(0x167),'KVhMZ':_0x358997(0x2ce),'rcluK':function(_0x53f72f,_0x150d10){return _0x53f72f!==_0x150d10;},'Uwuls':function(_0x4f9d8f,_0x322e72,_0x3d825c,_0x3123c0){return _0x4f9d8f(_0x322e72,_0x3d825c,_0x3123c0);},'QxpvP':function(_0x236f76,_0x12046a){return _0x236f76>_0x12046a;},'FwkSQ':_0x358997(0x259)},{testUUID:_0x6a4676,testData:_0x1cdb63,testId:_0x31ec24}=_0x23adaf;if(_0x3adc16['XSbOw'](!_0x1cdb63,!_0x31ec24))return logger[_0x358997(0x2b2)](_0x3adc16[_0x358997(0x20c)]),{};const _0x39e960=this[_0x358997(0x20d)](TestFrameworkState[_0x358997(0x1fa)],HookState[_0x358997(0x284)]),_0x347949=_0x39e960[_0x358997(0x2ae)]()[_0x358997(0x22f)](_0x31ec24),_0x169936=_0x3adc16['XSbOw'](_0x347949,{}),_0x406db1=_0x169936?_0x169936[TestFrameworkConstants[_0x358997(0x19a)]]||{}:{},_0x1278e1=_0x169936[TestFrameworkConstants[_0x358997(0x28b)]];logger['debug']('[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20'+(_0x1278e1?Object[_0x358997(0x199)](_0x1278e1)[_0x358997(0x263)]:0x0)+_0x358997(0x2bf));let _0x223580=_0x3adc16[_0x358997(0x1f2)];if(_0x1cdb63[_0x358997(0x20b)])_0x223580=_0x1cdb63[_0x358997(0x20b)];else{if(_0x1cdb63[_0x358997(0x264)]&&_0x3adc16['jvCwM'](_0x1cdb63[_0x358997(0x264)]['length'],0x0))_0x223580=_0x3adc16[_0x358997(0x255)];else _0x3adc16['xyIME'](_0x1cdb63[_0x358997(0x298)],_0x3adc16[_0x358997(0x2bb)])||_0x3adc16[_0x358997(0x1df)](_0x1cdb63[_0x358997(0x298)],_0x3adc16[_0x358997(0x27c)])?_0x223580=_0x3adc16[_0x358997(0x27c)]:_0x223580=_0x3adc16[_0x358997(0x271)];}const _0x1cfb58={..._0x169936,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x223580,[TestFrameworkConstants[_0x358997(0x246)]]:_0x1cdb63[_0x358997(0x207)]||new Date()[_0x358997(0x16a)](),[TestFrameworkConstants[_0x358997(0x236)]]:new Date()[_0x358997(0x16a)](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x406db1,[TestFrameworkConstants['KEY_LOGS']]:_0x169936[TestFrameworkConstants[_0x358997(0x175)]]||[],[TestFrameworkConstants['KEY_TEST_META']]:{}};if(_0x3adc16[_0x358997(0x1df)](_0x223580,_0x3adc16[_0x358997(0x255)])&&_0x1cdb63[_0x358997(0x264)]){const _0x834ec7=this[_0x358997(0x1e6)](_0x1cdb63),_0x58b3fc=this[_0x358997(0x208)](_0x1cdb63),_0x173751=this[_0x358997(0x257)](_0x1cdb63);_0x1cfb58[TestFrameworkConstants[_0x358997(0x2eb)]]=_0x58b3fc,_0x1cfb58[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x834ec7,_0x1cfb58[TestFrameworkConstants[_0x358997(0x17b)]]=_0x173751;}_0x3adc16[_0x358997(0x289)](_0x1cdb63[_0x358997(0x277)],undefined)&&(_0x1cfb58[TestFrameworkConstants[_0x358997(0x2f2)]]=_0x1cdb63['duration']);_0x1cdb63['retryOf']&&(_0x1cfb58[TestFrameworkConstants[_0x358997(0x1be)]]=_0x1cdb63['retryOf']);const _0x40736d=_0x347949?_0x347949[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{}:{},_0x598deb=_0x347949?_0x347949[TestFrameworkConstants[_0x358997(0x1cb)]]:_0x6a4676,_0x3a8bb6=_0x3adc16[_0x358997(0x1fc)](getManualUploadLogs,_0x40736d,_0x598deb,_0x31ec24);if(_0x3adc16[_0x358997(0x2c5)](_0x3a8bb6[_0x358997(0x263)],0x0)){const _0x2e6e15=_0x1cfb58[TestFrameworkConstants['KEY_LOGS']]||[];_0x1cfb58[TestFrameworkConstants[_0x358997(0x175)]]=[..._0x2e6e15,..._0x3a8bb6];}const _0x25a88b=_0x169936[TestFrameworkConstants[_0x358997(0x2c1)]]||{},_0x561d0f=_0x169936[TestFrameworkConstants[_0x358997(0x228)]]||{},_0x2d5e27={..._0x25a88b},_0x181e36=_0x2d5e27;Object[_0x358997(0x199)](_0x561d0f)[_0x358997(0x2bc)](_0x1e7567=>{const _0x1da889=_0x358997;!_0x181e36[_0x1e7567]&&(_0x181e36[_0x1e7567]=[]);const _0x4b83b8=new Set((_0x181e36[_0x1e7567]||[])[_0x1da889(0x251)](_0x59c8a4=>_0x59c8a4[TestFrameworkConstants[_0x1da889(0x221)]]||_0x59c8a4[_0x1da889(0x1d9)]));(_0x561d0f[_0x1e7567]||[])['forEach'](_0x67dff0=>{const _0x5442d5=_0x1da889,_0x3f976f=_0x67dff0[TestFrameworkConstants[_0x5442d5(0x221)]]||_0x67dff0[_0x5442d5(0x1d9)];if(!_0x4b83b8['has'](_0x3f976f)){const _0x4f0852={..._0x67dff0},_0x4cb9fa=_0x4f0852;!_0x4cb9fa[TestFrameworkConstants[_0x5442d5(0x248)]]&&!_0x4cb9fa['event_ended_at']&&(_0x4cb9fa[TestFrameworkConstants[_0x5442d5(0x248)]]=new Date()[_0x5442d5(0x16a)]()),!_0x4cb9fa[TestFrameworkConstants[_0x5442d5(0x1ba)]]&&!_0x4cb9fa[_0x5442d5(0x26e)]&&(_0x4cb9fa[TestFrameworkConstants[_0x5442d5(0x1ba)]]=TestFrameworkConstants[_0x5442d5(0x195)]),_0x181e36[_0x1e7567][_0x5442d5(0x2e6)](_0x4cb9fa);}});});if(_0x23adaf[_0x358997(0x24d)]){this['mapTestHooks'](_0x23adaf[_0x358997(0x24d)]);const _0x11127a=this[_0x358997(0x2a8)](_0x23adaf[_0x358997(0x24d)]),_0x358d84=this[_0x358997(0x1dc)](_0x23adaf[_0x358997(0x24d)]);_0x358d84['forEach'](_0xf64cf7=>{const _0x1bfb31=_0x358997,_0x542e5f=_0x11127a['get'](_0xf64cf7);if(_0x542e5f&&(_0x3adc16[_0x1bfb31(0x1df)](_0x542e5f[_0x1bfb31(0x29f)],_0x3adc16['jlkEl'])||_0x3adc16[_0x1bfb31(0x1df)](_0x542e5f['type'],_0x3adc16[_0x1bfb31(0x2c3)]))){const _0x5232ce=_0x542e5f[_0x1bfb31(0x29f)][_0x1bfb31(0x2c7)]()[_0x1bfb31(0x204)](_0x3adc16[_0x1bfb31(0x191)],_0x3adc16['ASSNM']),_0x42cd76=_0x5232ce;!_0x181e36[_0x42cd76]&&(_0x181e36[_0x42cd76]=[]);const _0x2e0ae1=_0x181e36[_0x42cd76][_0x1bfb31(0x2d5)](_0x21a10e=>(_0x21a10e[TestFrameworkConstants[_0x1bfb31(0x221)]]||_0x21a10e[_0x1bfb31(0x1d9)])===_0xf64cf7);!_0x2e0ae1&&_0x181e36[_0x42cd76]['push']({'key':_0x42cd76,[TestFrameworkConstants[_0x1bfb31(0x221)]]:_0xf64cf7,[TestFrameworkConstants[_0x1bfb31(0x1ba)]]:TestFrameworkConstants[_0x1bfb31(0x195)],[TestFrameworkConstants[_0x1bfb31(0x211)]]:new Date()['toISOString'](),[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]:new Date()[_0x1bfb31(0x16a)](),[TestFrameworkConstants[_0x1bfb31(0x2df)]]:[],[TestFrameworkConstants[_0x1bfb31(0x1c4)]]:_0x542e5f['name']||_0x542e5f[_0x1bfb31(0x29f)]+_0x1bfb31(0x229),[TestFrameworkConstants[_0x1bfb31(0x19a)]]:_0x406db1});}});}if(_0x1cdb63[_0x358997(0x2ac)]&&_0x3adc16[_0x358997(0x2c0)](_0x1cdb63[_0x358997(0x2ac)][_0x358997(0x263)],0x0))_0x1cfb58[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x1cdb63[_0x358997(0x2ac)],logger[_0x358997(0x2b2)](_0x3adc16[_0x358997(0x1f7)]);else _0x3adc16[_0x358997(0x2c0)](Object[_0x358997(0x199)](_0x181e36)['length'],0x0)&&(_0x1cfb58[TestFrameworkConstants[_0x358997(0x2c1)]]=_0x181e36,logger[_0x358997(0x2b2)](_0x358997(0x2dc)+Object[_0x358997(0x199)](_0x181e36)[_0x358997(0x2d4)](',')));const _0x3c3f64=this[_0x358997(0x188)](_0x1cdb63);logger[_0x358997(0x2b2)]('[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName='+_0x3c3f64+',\x20testId='+_0x31ec24+_0x358997(0x1ec)+_0x223580+_0x358997(0x212)+_0x1cdb63[_0x358997(0x277)]);_0x3adc16['xyIME'](_0x223580,_0x3adc16[_0x358997(0x255)])&&logger[_0x358997(0x2b2)](_0x358997(0x220)+_0x31ec24+_0x358997(0x2b1)+_0x1cfb58[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]+_0x358997(0x2aa)+_0x1cfb58[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]?.[_0x358997(0x1bc)](0x0,0xc8));const _0x23a986={};return _0x23a986[_0x31ec24]=_0x1cfb58,_0x23a986;}[a91_0x298dc3(0x190)](_0x5f45e3){const _0x8b4b5f=a91_0x298dc3,_0x4b7af6={};_0x4b7af6[_0x8b4b5f(0x2ee)]=function(_0x1ee1c6,_0x937a86){return _0x1ee1c6!==_0x937a86;},_0x4b7af6[_0x8b4b5f(0x1e0)]=function(_0xcdbd4a,_0x30bc08){return _0xcdbd4a!==_0x30bc08;},_0x4b7af6['FVQCQ']='ROOT_DESCRIBE_BLOCK';const _0x5d91c6=_0x4b7af6,_0x263ac6={};_0x263ac6[_0x8b4b5f(0x2e8)]=0x2,_0x263ac6['maxArrayLength']=0x3,logger[_0x8b4b5f(0x2b2)](_0x8b4b5f(0x2e7)+util[_0x8b4b5f(0x1ca)](_0x5f45e3,_0x263ac6));const _0x5e5322=[];if(_0x5f45e3&&_0x5f45e3[_0x8b4b5f(0x198)]){let _0x2323e0=_0x5f45e3[_0x8b4b5f(0x198)];while(_0x2323e0&&_0x2323e0[_0x8b4b5f(0x1c8)]&&_0x5d91c6[_0x8b4b5f(0x2ee)](_0x2323e0[_0x8b4b5f(0x1c8)],'')&&_0x5d91c6[_0x8b4b5f(0x1e0)](_0x2323e0[_0x8b4b5f(0x1c8)],_0x5d91c6['FVQCQ'])){_0x5e5322[_0x8b4b5f(0x2e6)](_0x2323e0['name']),_0x2323e0=_0x2323e0['parent'];}}return _0x5e5322[_0x8b4b5f(0x2f4)]();}['getJestTestName'](_0x4cd5c9){const _0x51c795=a91_0x298dc3,_0x4c1da6={};_0x4c1da6[_0x51c795(0x226)]=_0x51c795(0x19e);const _0xc07318=_0x4c1da6;if(_0x4cd5c9['name'])return _0x4cd5c9[_0x51c795(0x1c8)];if(_0x4cd5c9['title'])return _0x4cd5c9[_0x51c795(0x17d)];return _0xc07318['RaNmF'];}['getJestTestTags'](_0x41e321){const _0x2bec85=a91_0x298dc3,_0x24c0cb=[];if(_0x41e321[_0x2bec85(0x1cf)]&&Array[_0x2bec85(0x239)](_0x41e321[_0x2bec85(0x1cf)]))return _0x41e321['tags'][_0x2bec85(0x251)](_0x3ffd29=>_0x3ffd29[_0x2bec85(0x193)]('@')?_0x3ffd29[_0x2bec85(0x2d8)](0x1):_0x3ffd29);const _0xeff26b=this[_0x2bec85(0x188)](_0x41e321),_0x457d41=_0xeff26b['match'](/@(\w+)/g);if(_0x457d41)return _0x457d41[_0x2bec85(0x251)](_0x36d6f6=>_0x36d6f6[_0x2bec85(0x209)](0x1));return _0x41e321[_0x2bec85(0x1e7)]&&Array[_0x2bec85(0x239)](_0x41e321['scopes'])&&_0x41e321[_0x2bec85(0x1e7)][_0x2bec85(0x2bc)](_0x32aaa8=>{const _0xc499c4=_0x32aaa8['match'](/@(\w+)/g);_0xc499c4&&_0xc499c4['forEach'](_0x561215=>{const _0x1e5bd1=a91_0x1ab4,_0x320a52=_0x561215[_0x1e5bd1(0x209)](0x1);!_0x24c0cb[_0x1e5bd1(0x2f7)](_0x320a52)&&_0x24c0cb[_0x1e5bd1(0x2e6)](_0x320a52);});}),_0x24c0cb;}['getJestTestFilePath'](_0x1b2ece){const _0x2b697e=a91_0x298dc3,_0x55f046={'gQoeA':function(_0x4b2a6d,_0x22ffbd){return _0x4b2a6d(_0x22ffbd);}};if(_0x1b2ece[_0x2b697e(0x276)])return _0x1b2ece[_0x2b697e(0x276)];if(_0x1b2ece[_0x2b697e(0x234)])try{const _0x81b01c=stackTrace[_0x2b697e(0x1e5)](_0x1b2ece[_0x2b697e(0x234)]),_0x7ad1cd=_0x55f046[_0x2b697e(0x1bf)](pickUserFrameFile,_0x81b01c);if(_0x7ad1cd)return _0x7ad1cd;logger[_0x2b697e(0x2b2)](_0x2b697e(0x2f6)+_0x81b01c[_0x2b697e(0x263)]+')');}catch(_0x241d6a){logger['debug']('Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20'+util['format'](_0x241d6a));}return null;}[a91_0x298dc3(0x1e6)](_0x8e2fae){const _0xaf52f6=a91_0x298dc3,_0x2463f6={};_0x2463f6['oowes']=function(_0x50fd8a,_0x4242f7){return _0x50fd8a>_0x4242f7;},_0x2463f6[_0xaf52f6(0x24a)]='Unknown\x20error';const _0x23c7ea=_0x2463f6;if(_0x8e2fae[_0xaf52f6(0x264)]&&_0x23c7ea[_0xaf52f6(0x232)](_0x8e2fae[_0xaf52f6(0x264)][_0xaf52f6(0x263)],0x0))return util['inspect'](_0x8e2fae[_0xaf52f6(0x264)][0x0]);if(_0x8e2fae[_0xaf52f6(0x2cc)])return _0x8e2fae['failure_reason'];return _0x23c7ea[_0xaf52f6(0x24a)];}[a91_0x298dc3(0x208)](_0x2333f8){const _0x3fc3da=a91_0x298dc3,_0x161ea5={};_0x161ea5[_0x3fc3da(0x1a7)]='Assert',_0x161ea5[_0x3fc3da(0x1eb)]=_0x3fc3da(0x1c3),_0x161ea5[_0x3fc3da(0x286)]='UnhandledError';const _0x187c93=_0x161ea5,_0x35dbcc=this[_0x3fc3da(0x1e6)](_0x2333f8);if(_0x35dbcc&&_0x35dbcc[_0x3fc3da(0x2f7)](_0x187c93[_0x3fc3da(0x1a7)]))return _0x187c93[_0x3fc3da(0x1eb)];return _0x187c93[_0x3fc3da(0x286)];}[a91_0x298dc3(0x257)](_0x55a8f7){const _0x42ac45=a91_0x298dc3,_0x204531={'fVjxU':function(_0x328b88,_0x51cbf6){return _0x328b88(_0x51cbf6);},'Dhnyt':'../../../helpers/test-observability/utils','rHgoy':function(_0x5c0326,_0x36613b){return _0x5c0326!==_0x36613b;},'inHUa':_0x42ac45(0x176)},{failureData:_0x62f467}=_0x204531['fVjxU'](require,_0x204531[_0x42ac45(0x1fb)]),_0xbe0eb1=[];return _0x204531['rHgoy'](_0x55a8f7['errorsDetailed'],undefined)&&_0xbe0eb1[_0x42ac45(0x2e6)](_0x55a8f7['errorsDetailed'],_0x204531[_0x42ac45(0x288)]),_0x62f467[_0x42ac45(0x219)](null,_0xbe0eb1);}async[a91_0x298dc3(0x29a)](_0x491fd2,_0xa5152b,_0x1347e6,_0x2d68bd){const _0x294c2a=a91_0x298dc3,_0x4f6e71={'ICVax':_0x294c2a(0x196),'bhSxd':function(_0x36883b){return _0x36883b();},'bEnIo':function(_0x59a7d3,_0x5395c2){return _0x59a7d3 in _0x5395c2;},'LsfEo':function(_0x4f5b58,_0x29ce9d){return _0x4f5b58===_0x29ce9d;},'AOvYB':function(_0x397b4b,_0x200268){return _0x397b4b>_0x200268;},'TZeGV':_0x294c2a(0x185),'MiyDY':_0x294c2a(0x2ce),'xPEkY':function(_0x56f876,_0x261317){return _0x56f876===_0x261317;},'pUths':_0x294c2a(0x2b5),'tmbjW':function(_0x4e167f,_0x3c7f55){return _0x4e167f>_0x3c7f55;},'oxtaL':function(_0x42d1c0,_0x55705a){return _0x42d1c0!==_0x55705a;}},{hookData:_0x5f353a}=_0x2d68bd,_0x2f8ea7=_0x1347e6[_0x294c2a(0x24b)](),_0x3e7868=_0xa5152b['toString'](),_0x1f1f51={};_0x1f1f51[_0x294c2a(0x2e8)]=0x2,_0x1f1f51[_0x294c2a(0x2b9)]=0x3,logger['debug'](_0x294c2a(0x25c)+_0x3e7868+_0x294c2a(0x1a1)+_0x2f8ea7+_0x294c2a(0x21d)+util[_0x294c2a(0x1ca)](_0x5f353a,_0x1f1f51));if(!_0x5f353a)return logger[_0x294c2a(0x2b2)](_0x4f6e71[_0x294c2a(0x18a)]),{};const _0xa273d4=_0x5f353a[_0x294c2a(0x249)]||_0x5f353a[_0x294c2a(0x16f)]||_0x4f6e71['bhSxd'](uuidv4),_0x4526b3=_0x5f353a['test_run_id']||this[_0x294c2a(0x222)](_0x5f353a),_0x5b5382=_0xa5152b[_0x294c2a(0x24b)]()[_0x294c2a(0x2b0)]('.')[0x1],_0x4aa296=_0x491fd2['getAllData']()[_0x294c2a(0x22f)](_0x4526b3),_0x27e739=_0x4aa296?_0x4aa296[TestFrameworkConstants[_0x294c2a(0x19a)]]||{}:{};logger[_0x294c2a(0x2b2)](_0x294c2a(0x1db)+_0xa273d4+_0x294c2a(0x24c)+_0x4526b3+_0x294c2a(0x25b)+_0x5b5382+_0x294c2a(0x1a1)+_0x2f8ea7);if(!_0x4aa296)return logger[_0x294c2a(0x2b2)](_0x294c2a(0x1fd)+_0x4526b3+_0x294c2a(0x2a3)),this['storePendingHook'](_0x491fd2,_0x4526b3,_0xa5152b,_0x1347e6,_0x2d68bd),{};let _0x3819ee=_0x4aa296[TestFrameworkConstants[_0x294c2a(0x228)]];!_0x3819ee&&(_0x3819ee={});!_0x4f6e71[_0x294c2a(0x171)](_0x5b5382,_0x3819ee)&&(_0x3819ee[_0x5b5382]=[]);let _0x35108d=_0x4aa296[TestFrameworkConstants[_0x294c2a(0x2c1)]];!_0x35108d&&(_0x35108d={});!_0x4f6e71['bEnIo'](_0x5b5382,_0x35108d)&&(_0x35108d[_0x5b5382]=[]);const _0x22a958={[_0x4526b3]:{[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x3819ee,[TestFrameworkConstants[_0x294c2a(0x2c1)]]:_0x35108d,[TestFrameworkConstants[_0x294c2a(0x292)]]:this[_0x294c2a(0x186)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x294c2a(0x283)]()[this[_0x294c2a(0x186)]()[0x0]]||''}};if(_0x4f6e71[_0x294c2a(0x1ff)](_0x1347e6,HookState[_0x294c2a(0x254)])){const _0x4cefeb={'key':_0x5b5382,[TestFrameworkConstants[_0x294c2a(0x221)]]:_0xa273d4,[TestFrameworkConstants[_0x294c2a(0x1ba)]]:TestFrameworkConstants[_0x294c2a(0x195)],[TestFrameworkConstants[_0x294c2a(0x211)]]:_0x5f353a[_0x294c2a(0x1cd)]||new Date()[_0x294c2a(0x16a)](),[TestFrameworkConstants[_0x294c2a(0x2df)]]:[],[TestFrameworkConstants[_0x294c2a(0x1c4)]]:_0x5f353a['name']||_0x5f353a[_0x294c2a(0x215)]||_0x5b5382,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x27e739};_0x3819ee[_0x5b5382][_0x294c2a(0x2e6)](_0x4cefeb),_0x22a958[_0x4526b3][TestFrameworkConstants[_0x294c2a(0x1c6)]]=_0x5b5382;const _0x36a445={};_0x36a445[_0x294c2a(0x2e8)]=0x2,logger[_0x294c2a(0x2b2)](_0x294c2a(0x27e)+_0x5b5382+_0x294c2a(0x21f)+_0xa273d4+_0x294c2a(0x24c)+_0x4526b3+_0x294c2a(0x2e2)+util[_0x294c2a(0x1ca)](_0x4cefeb,_0x36a445));}else{if(_0x4f6e71[_0x294c2a(0x1ff)](_0x1347e6,HookState[_0x294c2a(0x284)])){const _0xd65b=_0x5f353a[_0x294c2a(0x20b)]||(_0x5f353a[_0x294c2a(0x264)]&&_0x4f6e71[_0x294c2a(0x1ef)](_0x5f353a[_0x294c2a(0x264)][_0x294c2a(0x263)],0x0)?_0x4f6e71['TZeGV']:_0x4f6e71[_0x294c2a(0x28c)]),_0x5ea7b8=_0x3819ee[_0x5b5382]||[];logger[_0x294c2a(0x2b2)](_0x294c2a(0x267)+_0x5b5382+_0x294c2a(0x24c)+_0x4526b3+_0x294c2a(0x1d3)+_0xd65b+_0x294c2a(0x2b4)+_0x5ea7b8[_0x294c2a(0x263)]);if(_0x4f6e71[_0x294c2a(0x1ea)](_0x5ea7b8['length'],0x0)&&_0x4f6e71[_0x294c2a(0x1ea)](_0xa5152b,TestFrameworkState[_0x294c2a(0x178)]))return logger[_0x294c2a(0x2b2)](_0x4f6e71[_0x294c2a(0x23c)]),this[_0x294c2a(0x2f0)](_0x491fd2,_0x4526b3,_0xa5152b,_0x1347e6,_0x2d68bd),{};if(_0x4f6e71[_0x294c2a(0x1b9)](_0x5ea7b8[_0x294c2a(0x263)],0x0)){const _0x10a54a=_0x5ea7b8['pop']();_0x4f6e71['LsfEo'](_0xd65b,_0x4f6e71[_0x294c2a(0x27d)])&&_0x5f353a['errorsDetailed']?(_0x10a54a[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this[_0x294c2a(0x208)](_0x5f353a),_0x10a54a[TestFrameworkConstants[_0x294c2a(0x2ab)]]=this[_0x294c2a(0x1e6)](_0x5f353a),_0x10a54a[TestFrameworkConstants['KEY_HOOK_FAILURE']]=this[_0x294c2a(0x257)](_0x5f353a),logger[_0x294c2a(0x2b2)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType='+_0x5b5382+_0x294c2a(0x2b1)+_0x10a54a[TestFrameworkConstants[_0x294c2a(0x184)]]+_0x294c2a(0x2aa)+_0x10a54a[TestFrameworkConstants[_0x294c2a(0x2ab)]]?.[_0x294c2a(0x1bc)](0x0,0xc8))):_0x10a54a[TestFrameworkConstants[_0x294c2a(0x1ba)]]=_0x4f6e71[_0x294c2a(0x28c)];_0x4f6e71[_0x294c2a(0x1e4)](_0xd65b,TestFrameworkConstants[_0x294c2a(0x195)])&&(_0x10a54a[TestFrameworkConstants[_0x294c2a(0x1ba)]]=_0xd65b);_0x10a54a[TestFrameworkConstants[_0x294c2a(0x248)]]=_0x5f353a[_0x294c2a(0x207)]||new Date()[_0x294c2a(0x16a)](),_0x10a54a[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x27e739;const _0x219875=_0x10a54a[TestFrameworkConstants['KEY_HOOK_ID']];!_0x35108d[_0x5b5382]&&(_0x35108d[_0x5b5382]=[]);_0x35108d[_0x5b5382][_0x294c2a(0x2e6)](_0x10a54a),_0x22a958[_0x4526b3][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x5b5382;const _0x3b5ce6={};_0x3b5ce6[_0x294c2a(0x2e8)]=0x2,logger[_0x294c2a(0x2b2)](_0x294c2a(0x1a3)+_0x5b5382+_0x294c2a(0x21f)+_0x219875+_0x294c2a(0x1d3)+_0xd65b+_0x294c2a(0x2e2)+util['inspect'](_0x10a54a,_0x3b5ce6));}}}return _0x22a958;}[a91_0x298dc3(0x2d3)](_0x423f9d){const _0x2309a9=a91_0x298dc3,_0x5667c9={};_0x5667c9[_0x2309a9(0x297)]=_0x2309a9(0x210);const _0x1d3222=_0x5667c9;try{const _0x1327f9=_0x423f9d[_0x2309a9(0x176)]?this[_0x2309a9(0x222)](_0x423f9d['test']):_0x423f9d[_0x2309a9(0x2e1)]['test_run_id'],_0x15f879=_0x423f9d[_0x2309a9(0x2a7)],_0x112719=_0x15f879[_0x2309a9(0x1b1)](),_0xdb7f10=_0x15f879[_0x2309a9(0x2ae)]()['get'](_0x1327f9);if(!_0xdb7f10)return logger[_0x2309a9(0x2b2)](_0x2309a9(0x1c0)+_0x1327f9),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x51f0a9=this[_0x2309a9(0x186)]()[0x0]||'',[TestFrameworkConstants[_0x2309a9(0x1f8)]]:_0x313a81=this[_0x2309a9(0x283)]()[this[_0x2309a9(0x186)]()[0x0]]||'',[TestFrameworkConstants[_0x2309a9(0x21b)]]:_0x2d3bde='',[TestFrameworkConstants[_0x2309a9(0x246)]]:_0x487ded=''}=_0xdb7f10,_0x30cb3b=_0x15f879[_0x2309a9(0x278)]()[_0x2309a9(0x24b)]()[_0x2309a9(0x2b0)]('.')[0x1],_0x2d5a14=_0x15f879[_0x2309a9(0x24f)]()[_0x2309a9(0x24b)]()[_0x2309a9(0x2b0)]('.')[0x1],_0x1ed7d1=global?.['__workerDetails']?.['workerInfo']?.[_0x2309a9(0x281)]||global[_0x2309a9(0x1ce)]||0x0,_0x20fd59=_0x15f879[_0x2309a9(0x227)](),_0x3cb5ea=Buffer['from'](JSON[_0x2309a9(0x19c)](_0xdb7f10))[_0x2309a9(0x24b)](_0x1d3222['klqyc']),_0xa8cc28={'hash':_0x112719[_0x2309a9(0x250)](),'threadId':_0x112719['getThreadId']()[_0x2309a9(0x24b)](),'processId':_0x112719[_0x2309a9(0x1b0)]()[_0x2309a9(0x24b)]()},_0x557df6={};_0x557df6[_0x2309a9(0x1f5)]=_0x1ed7d1,_0x557df6[_0x2309a9(0x223)]=_0x51f0a9,_0x557df6['testFrameworkVersion']=_0x313a81,_0x557df6[_0x2309a9(0x26a)]=_0x30cb3b,_0x557df6[_0x2309a9(0x22b)]=_0x2d5a14,_0x557df6[_0x2309a9(0x295)]=_0x2d3bde,_0x557df6[_0x2309a9(0x261)]=_0x487ded,_0x557df6[_0x2309a9(0x249)]=_0x20fd59,_0x557df6[_0x2309a9(0x2cb)]=_0x3cb5ea,_0x557df6[_0x2309a9(0x1f6)]=_0xa8cc28,_0x557df6[_0x2309a9(0x296)]=_0x1327f9;const _0x3a8317=_0x557df6;return _0x3a8317;}catch(_0x6d633a){return logger['error']('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util[_0x2309a9(0x2d0)](_0x6d633a)),{};}}async[a91_0x298dc3(0x27a)](_0x1ec88c,_0x578ab5,_0x480a9c){const _0xcd2820=a91_0x298dc3,_0x127a0e={'FGDCs':function(_0x12fd25,_0x13f448){return _0x12fd25+_0x13f448;},'PtuuU':_0xcd2820(0x240),'UKdwq':_0xcd2820(0x21a),'fdxdP':function(_0x70d578,_0x429271){return _0x70d578>_0x429271;},'ArRJz':function(_0x5dbb06,_0x51c11b,_0x426fe1,_0x37bbfb){return _0x5dbb06(_0x51c11b,_0x426fe1,_0x37bbfb);},'zyrsz':function(_0x2031d6,_0x2ac6d0){return _0x2031d6-_0x2ac6d0;},'AjuTh':function(_0x450314,_0x4dd580){return _0x450314===_0x4dd580;},'pSFpm':function(_0x3790fd,_0x8f39f6){return _0x3790fd/_0x8f39f6;},'VeMYu':function(_0xe80898,_0x3c26b1){return _0xe80898<_0x3c26b1;},'tfeVe':function(_0x21c13a,_0xda8eb0){return _0x21c13a*_0xda8eb0;},'HptRm':function(_0x5782ad,_0x312ef2){return _0x5782ad>_0x312ef2;}};try{const _0x5f4a8b=_0x480a9c[_0xcd2820(0x17a)]||_0x480a9c[_0xcd2820(0x280)],_0x49094f=Array[_0xcd2820(0x2e3)](_0x1ec88c[_0xcd2820(0x2ae)]()[_0xcd2820(0x199)]()),_0x18bde8=_0x1ec88c[_0xcd2820(0x2ae)]()[_0xcd2820(0x22f)](_0x5f4a8b);if(!_0x18bde8){logger[_0xcd2820(0x2b2)](_0xcd2820(0x28d)+_0x5f4a8b);return;}const {[TestFrameworkConstants[_0xcd2820(0x292)]]:_0x48b2f8='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x8b02f1=''}=_0x18bde8;let _0x1666d6=[];_0x18bde8&&_0x18bde8[TestFrameworkConstants[_0xcd2820(0x175)]]&&Array['isArray'](_0x18bde8[TestFrameworkConstants[_0xcd2820(0x175)]])?(_0x1666d6=_0x18bde8[TestFrameworkConstants[_0xcd2820(0x175)]]||[],logger[_0xcd2820(0x2b2)](_0xcd2820(0x214)+_0x1666d6[_0xcd2820(0x263)]+_0xcd2820(0x1d2)+_0x5f4a8b),_0x1ec88c[_0xcd2820(0x269)]({[_0x5f4a8b]:{[TestFrameworkConstants[_0xcd2820(0x175)]]:[],[TestFrameworkConstants[_0xcd2820(0x292)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0xcd2820(0x1f8)]]:this[_0xcd2820(0x283)]()[this[_0xcd2820(0x186)]()[0x0]]||''}}),logger[_0xcd2820(0x2b2)](_0xcd2820(0x181)+_0x5f4a8b)):logger[_0xcd2820(0x2b2)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x5f4a8b);logger[_0xcd2820(0x2b2)](_0xcd2820(0x291)+_0x1666d6[_0xcd2820(0x263)]+_0xcd2820(0x1a0)+_0x5f4a8b);const _0x51f7ea=_0x1666d6[_0xcd2820(0x1a8)](_0x21f003=>_0x21f003[_0xcd2820(0x225)]==='TEST_SCREENSHOT');_0x127a0e['fdxdP'](_0x51f7ea[_0xcd2820(0x263)],0x0)&&(logger[_0xcd2820(0x2b2)](_0xcd2820(0x2f1)+_0x51f7ea[_0xcd2820(0x263)]+'\x20screenshot\x20logs\x20for\x20testId:\x20'+_0x5f4a8b),_0x51f7ea['forEach']((_0x595614,_0xbd3331)=>{const _0x3254d1=_0xcd2820;logger[_0x3254d1(0x2b2)](_0x3254d1(0x242)+_0x127a0e[_0x3254d1(0x2ad)](_0xbd3331,0x1)+'/'+_0x51f7ea[_0x3254d1(0x263)]+_0x3254d1(0x2fa)+(_0x595614[_0x3254d1(0x296)]||_0x127a0e[_0x3254d1(0x1d6)])+_0x3254d1(0x2d1)+(_0x595614[_0x3254d1(0x238)]||_0x127a0e[_0x3254d1(0x1d6)])+_0x3254d1(0x22a)+(_0x595614[_0x3254d1(0x2ec)]||_0x127a0e[_0x3254d1(0x1dd)])+_0x3254d1(0x25f)+(_0x595614[_0x3254d1(0x1a4)]?.[_0x3254d1(0x263)]||0x0));}));const _0x5c4c54=_0x18bde8[TestFrameworkConstants[_0xcd2820(0x28b)]]||{},_0x20031d=_0x127a0e[_0xcd2820(0x1c9)](getMediaArtifactsLogs,_0x5c4c54,null,_0x5f4a8b),_0xe007e3=(_0x1666d6||[])[_0xcd2820(0x1ae)](_0x20031d||[]),_0x43cfd6=_0x51f7ea?.[_0xcd2820(0x263)]||0x0,_0xbc20f8=_0x127a0e[_0xcd2820(0x2ba)](_0x1666d6?.[_0xcd2820(0x263)]||0x0,_0x43cfd6);logger[_0xcd2820(0x2b2)](_0xcd2820(0x1e2)+_0x5f4a8b+_0xcd2820(0x1cc)+_0xbc20f8+_0xcd2820(0x1f4)+_0x43cfd6+_0xcd2820(0x2bd)+(_0x20031d?.[_0xcd2820(0x263)]||0x0)+_0xcd2820(0x1d8)+_0xe007e3[_0xcd2820(0x263)]);if(!_0xe007e3||_0x127a0e[_0xcd2820(0x258)](_0xe007e3[_0xcd2820(0x263)],0x0)){logger[_0xcd2820(0x2b2)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0x5f4a8b);return;}const _0x2cd3a5=0x28,_0x416f1e=Math[_0xcd2820(0x27f)](_0x127a0e['pSFpm'](_0xe007e3[_0xcd2820(0x263)],_0x2cd3a5));for(let _0x4f4323=0x0;_0x127a0e[_0xcd2820(0x23f)](_0x4f4323,_0x416f1e);_0x4f4323++){const _0x29e5ee=_0x127a0e[_0xcd2820(0x17e)](_0x4f4323,_0x2cd3a5),_0x3105b0=_0x127a0e['FGDCs'](_0x29e5ee,_0x2cd3a5),_0x33b7aa=_0xe007e3['slice'](_0x29e5ee,_0x3105b0),_0x11db85=global?.['browserstackPlatformIndex']??0x0,_0x4c0bce={'platformIndex':_0x11db85,'logs':_0x33b7aa,'testFrameworkName':_0x48b2f8,'testFrameworkVersion':_0x8b02f1,'testFrameworkState':_0x578ab5[_0xcd2820(0x24b)]()[_0xcd2820(0x2b0)]('.')[0x1]},_0x1dd1c0={};_0x1dd1c0[_0xcd2820(0x2e8)]=0x3,_0x1dd1c0[_0xcd2820(0x2b9)]=0x5,logger[_0xcd2820(0x2b2)](_0xcd2820(0x279)+_0x127a0e[_0xcd2820(0x2ad)](_0x4f4323,0x1)+'/'+_0x416f1e+_0xcd2820(0x1d5)+_0x5f4a8b+',\x20logsInBatch:\x20'+_0x33b7aa['length']+_0xcd2820(0x200)+_0x11db85+',\x20payload:\x20'+util[_0xcd2820(0x1ca)](_0x4c0bce,_0x1dd1c0));const _0x5ee7b8=await GrpcClient[_0xcd2820(0x187)]()[_0xcd2820(0x1b8)](_0x4c0bce);logger[_0xcd2820(0x2b2)](_0xcd2820(0x279)+_0x127a0e['FGDCs'](_0x4f4323,0x1)+'/'+_0x416f1e+_0xcd2820(0x1d5)+_0x5f4a8b+_0xcd2820(0x2c8)+util[_0xcd2820(0x1ca)](_0x5ee7b8));}_0x20031d&&_0x127a0e[_0xcd2820(0x20a)](_0x20031d['length'],0x0)&&_0x18bde8[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]&&_0x1ec88c[_0xcd2820(0x269)]({[_0x5f4a8b]:{[TestFrameworkConstants[_0xcd2820(0x28b)]]:{},[TestFrameworkConstants[_0xcd2820(0x292)]]:this[_0xcd2820(0x186)]()[0x0]||'',[TestFrameworkConstants[_0xcd2820(0x1f8)]]:this[_0xcd2820(0x283)]()[this[_0xcd2820(0x186)]()[0x0]]||''}}),logger[_0xcd2820(0x2b2)](_0xcd2820(0x23a)+_0x5f4a8b+',\x20totalBatches:\x20'+_0x416f1e);}catch(_0xd1e8e6){logger[_0xcd2820(0x1f0)](_0xcd2820(0x1c7)+(_0x480a9c['testUUID']||_0x480a9c['testId'])+_0xcd2820(0x2ea)+util[_0xcd2820(0x2d0)](_0xd1e8e6));}}[a91_0x298dc3(0x2f0)](_0x4677b7,_0x251be0,_0x2cedf4,_0x4cf022,_0x136cf3){const _0x24c98a=a91_0x298dc3,_0x2b383d={};_0x2b383d['cxfZY']=function(_0xb3ca6,_0x35c5b5){return _0xb3ca6===_0x35c5b5;},_0x2b383d[_0x24c98a(0x16e)]='beforeAll';const _0x45c8b7=_0x2b383d,{hookData:_0xe0ac21}=_0x136cf3,_0x467c5d={'testId':_0x251be0,'testFrameworkState':_0x2cedf4,'hookState':_0x4cf022,'args':_0x136cf3,'timestamp':new Date()[_0x24c98a(0x16a)]()};if(_0x45c8b7[_0x24c98a(0x18f)](_0x2cedf4,TestFrameworkState[_0x24c98a(0x178)])&&_0xe0ac21){const _0x2a9f41={};_0x2a9f41[_0x24c98a(0x1ed)]=_0xe0ac21[_0x24c98a(0x276)]||_0xe0ac21['location'],_0x2a9f41['scope']=_0xe0ac21['scope']||_0xe0ac21[_0x24c98a(0x1e7)]&&_0xe0ac21[_0x24c98a(0x1e7)][0x0]||'',_0x2a9f41[_0x24c98a(0x2f8)]=_0x45c8b7['ROXtl'],_0x467c5d['hookMetadata']=_0x2a9f41,logger[_0x24c98a(0x2b2)]('[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20'+_0x251be0+_0x24c98a(0x2de)+_0x467c5d['hookMetadata'][_0x24c98a(0x1ed)]+_0x24c98a(0x287)+_0x467c5d[_0x24c98a(0x1f1)]['scope']);}_0x4677b7[_0x24c98a(0x1ee)](_0x251be0,_0x467c5d),logger[_0x24c98a(0x2b2)](_0x24c98a(0x174)+_0x251be0+_0x24c98a(0x19d)+_0x2cedf4+_0x24c98a(0x265)+_0x4cf022);}async[a91_0x298dc3(0x266)](_0x1f8ece,_0x2e41f2){const _0x1ff84d=a91_0x298dc3,_0x1e7b42={};_0x1e7b42[_0x1ff84d(0x2ef)]=function(_0x51c6c3,_0xf105ee){return _0x51c6c3>_0xf105ee;},_0x1e7b42[_0x1ff84d(0x275)]=function(_0x533020,_0x66d7ff){return _0x533020===_0x66d7ff;},_0x1e7b42[_0x1ff84d(0x2c4)]=function(_0x4e6055,_0x34a4da){return _0x4e6055===_0x34a4da;},_0x1e7b42[_0x1ff84d(0x182)]=function(_0xc18ac4,_0x213090){return _0xc18ac4===_0x213090;},_0x1e7b42[_0x1ff84d(0x2e9)]=function(_0xc04b97,_0x43459f){return _0xc04b97>_0x43459f;},_0x1e7b42[_0x1ff84d(0x21e)]=function(_0x202ec1,_0x32bd48){return _0x202ec1===_0x32bd48;},_0x1e7b42[_0x1ff84d(0x1a2)]=_0x1ff84d(0x2b6);const _0x46c3e8=_0x1e7b42;if(_0x1f8ece[_0x1ff84d(0x29b)](_0x2e41f2)){const _0xab0e84=_0x1f8ece[_0x1ff84d(0x1d7)](_0x2e41f2);logger[_0x1ff84d(0x2b2)]('Processing\x20'+_0xab0e84[_0x1ff84d(0x263)]+_0x1ff84d(0x2dd)+_0x2e41f2);for(const _0x5610a7 of _0xab0e84){try{const _0xbaf07a=await this[_0x1ff84d(0x29a)](_0x1f8ece,_0x5610a7[_0x1ff84d(0x26a)],_0x5610a7[_0x1ff84d(0x22b)],_0x5610a7['args']);_0xbaf07a&&_0x46c3e8[_0x1ff84d(0x2ef)](Object[_0x1ff84d(0x199)](_0xbaf07a)[_0x1ff84d(0x263)],0x0)&&_0x1f8ece[_0x1ff84d(0x269)](_0xbaf07a),await this[_0x1ff84d(0x1bd)](_0x1f8ece,_0x5610a7['testFrameworkState'],_0x5610a7[_0x1ff84d(0x22b)],_0x5610a7[_0x1ff84d(0x183)]);}catch(_0x48dcc8){logger[_0x1ff84d(0x1f0)](_0x1ff84d(0x205)+_0x2e41f2+_0x1ff84d(0x2ea)+_0x48dcc8);}}_0x1f8ece[_0x1ff84d(0x2ca)](_0x2e41f2),logger[_0x1ff84d(0x2b2)]('Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20'+_0x2e41f2);}const _0x5578e=_0x1f8ece[_0x1ff84d(0x2ae)]()[_0x1ff84d(0x22f)](_0x2e41f2);if(_0x5578e){const _0x3330ec=_0x5578e[TestFrameworkConstants[_0x1ff84d(0x2a0)]]||_0x5578e[TestFrameworkConstants[_0x1ff84d(0x1e3)]],_0x30abf8=_0x5578e[TestFrameworkConstants[_0x1ff84d(0x170)]]||_0x5578e[TestFrameworkConstants[_0x1ff84d(0x1af)]]&&_0x5578e[TestFrameworkConstants[_0x1ff84d(0x1af)]][0x0]||'';logger['debug'](_0x1ff84d(0x2d9)+_0x3330ec+_0x1ff84d(0x287)+_0x30abf8);const _0x391b8d=_0x1f8ece[_0x1ff84d(0x1d1)]();for(const _0x4b7796 of _0x391b8d){if(_0x46c3e8[_0x1ff84d(0x275)](_0x4b7796,_0x2e41f2))continue;if(_0x1f8ece[_0x1ff84d(0x29b)](_0x4b7796)){const _0x3562f4=_0x1f8ece[_0x1ff84d(0x1d7)](_0x4b7796);for(const _0x37ce2c of _0x3562f4){if(_0x46c3e8[_0x1ff84d(0x2c4)](_0x37ce2c['testFrameworkState'],TestFrameworkState[_0x1ff84d(0x178)])&&_0x37ce2c[_0x1ff84d(0x1f1)]){const _0x2a928d=_0x37ce2c[_0x1ff84d(0x1f1)][_0x1ff84d(0x1ed)],_0x53f4be=_0x37ce2c['hookMetadata']['scope'];if(_0x46c3e8[_0x1ff84d(0x182)](_0x2a928d,_0x3330ec)&&_0x46c3e8['XzocD'](_0x53f4be,_0x30abf8)){logger['debug'](_0x1ff84d(0x293)+_0x4b7796+_0x1ff84d(0x224)+_0x2e41f2+_0x1ff84d(0x2de)+_0x2a928d+_0x1ff84d(0x287)+_0x53f4be);_0x37ce2c[_0x1ff84d(0x183)]&&_0x37ce2c[_0x1ff84d(0x183)][_0x1ff84d(0x2e1)]&&(_0x37ce2c['args'][_0x1ff84d(0x2e1)][_0x1ff84d(0x17f)]=_0x2e41f2,logger[_0x1ff84d(0x2b2)](_0x1ff84d(0x1de)+_0x4b7796+'\x20to\x20'+_0x2e41f2));try{const _0x526528=await this[_0x1ff84d(0x29a)](_0x1f8ece,_0x37ce2c[_0x1ff84d(0x26a)],_0x37ce2c[_0x1ff84d(0x22b)],_0x37ce2c[_0x1ff84d(0x183)]);_0x526528&&_0x46c3e8[_0x1ff84d(0x2e9)](Object['keys'](_0x526528)[_0x1ff84d(0x263)],0x0)&&_0x1f8ece[_0x1ff84d(0x269)](_0x526528);await this['runHooks'](_0x1f8ece,_0x37ce2c[_0x1ff84d(0x26a)],_0x37ce2c[_0x1ff84d(0x22b)],_0x37ce2c[_0x1ff84d(0x183)]);const _0x4e78db=_0x1f8ece[_0x1ff84d(0x1d7)](_0x4b7796)[_0x1ff84d(0x1a8)](_0x2ba477=>_0x2ba477!==_0x37ce2c);if(_0x46c3e8[_0x1ff84d(0x21e)](_0x4e78db[_0x1ff84d(0x263)],0x0))_0x1f8ece[_0x1ff84d(0x2ca)](_0x4b7796);else{_0x1f8ece[_0x1ff84d(0x2ca)](_0x4b7796);for(const _0x391090 of _0x4e78db){_0x1f8ece[_0x1ff84d(0x1ee)](_0x4b7796,_0x391090);}}logger[_0x1ff84d(0x2b2)](_0x46c3e8[_0x1ff84d(0x1a2)]);}catch(_0x4b1ce8){logger[_0x1ff84d(0x1f0)]('[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20'+_0x2e41f2+_0x1ff84d(0x2ea)+_0x4b1ce8);}}}}}}}}[a91_0x298dc3(0x23b)](_0x205a90){const _0x454668=a91_0x298dc3,_0x202219={'MKQzJ':function(_0x1b331d){return _0x1b331d();}};if(!_0x205a90||!_0x205a90[_0x454668(0x198)])return;_0x205a90[_0x454668(0x198)]['hooks']&&Array['isArray'](_0x205a90[_0x454668(0x198)][_0x454668(0x2ac)])&&_0x205a90['parent'][_0x454668(0x2ac)]['forEach'](_0x19d1c0=>{const _0x272569=_0x454668;!_0x19d1c0[_0x272569(0x16f)]&&!_0x19d1c0[_0x272569(0x2a5)]&&(_0x19d1c0['hookAnalyticsId']=_0x202219['MKQzJ'](uuidv4),_0x19d1c0['hookUUID']=_0x19d1c0[_0x272569(0x16f)],logger[_0x272569(0x2b2)]('[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type='+_0x19d1c0['type']+',\x20hookUUID='+_0x19d1c0[_0x272569(0x16f)]));}),this[_0x454668(0x23b)](_0x205a90[_0x454668(0x198)]);}['getHooksForTest'](_0xeda85d){const _0x420cd0=a91_0x298dc3,_0xa3e03d={'ONcKd':function(_0x149175,_0x5cbf15){return _0x149175(_0x5cbf15);}};if(!_0xeda85d||!_0xeda85d[_0x420cd0(0x198)])return[];const _0x3a314d=[];return _0xeda85d['parent'][_0x420cd0(0x2ac)]&&Array[_0x420cd0(0x239)](_0xeda85d[_0x420cd0(0x198)][_0x420cd0(0x2ac)])&&_0xeda85d[_0x420cd0(0x198)][_0x420cd0(0x2ac)][_0x420cd0(0x2bc)](_0x1986b8=>{const _0x4569c1=_0x420cd0,_0x4fc88=_0x1986b8['hookAnalyticsId']||_0x1986b8['hookUUID'];_0x4fc88&&!this[_0x4569c1(0x26d)](_0x1986b8)&&!_0xa3e03d['ONcKd'](isInternalHook,_0x1986b8['fn'])&&_0x3a314d['push'](_0x4fc88);}),[..._0x3a314d,...this[_0x420cd0(0x1dc)](_0xeda85d['parent'])];}[a91_0x298dc3(0x2a8)](_0xdd1229){const _0x234880=a91_0x298dc3,_0x5a27de={'HBLHC':function(_0x63be52,_0x27cf0c){return _0x63be52(_0x27cf0c);},'zaWMr':_0x234880(0x22d)},_0xfe0a0b=new Map(),_0x187096=_0x14ef7e=>{const _0x3232bd=_0x234880;if(!_0x14ef7e||!_0x14ef7e[_0x3232bd(0x198)])return;_0x14ef7e[_0x3232bd(0x198)][_0x3232bd(0x2ac)]&&Array['isArray'](_0x14ef7e[_0x3232bd(0x198)][_0x3232bd(0x2ac)])&&_0x14ef7e[_0x3232bd(0x198)][_0x3232bd(0x2ac)][_0x3232bd(0x2bc)](_0x52c280=>{const _0xc75795=_0x3232bd,_0x1191fa=_0x52c280[_0xc75795(0x16f)]||_0x52c280[_0xc75795(0x2a5)];if(_0x1191fa&&!this[_0xc75795(0x26d)](_0x52c280)&&!_0x5a27de[_0xc75795(0x192)](isInternalHook,_0x52c280['fn'])){const _0x477a1d={};_0x477a1d[_0xc75795(0x29f)]=_0x52c280['type']||_0x5a27de['zaWMr'],_0x477a1d[_0xc75795(0x1c8)]=_0x52c280[_0xc75795(0x1c8)]||'\x22'+_0x52c280['type']+'\x22\x20hook',_0xfe0a0b['set'](_0x1191fa,_0x477a1d);}}),_0x5a27de[_0x3232bd(0x192)](_0x187096,_0x14ef7e[_0x3232bd(0x198)]);};return _0x5a27de['HBLHC'](_0x187096,_0xdd1229),_0xfe0a0b;}['isJestInternalHook'](_0x2fec47){const _0x110054=a91_0x298dc3,_0x116c21={};_0x116c21['aJAkS']=_0x110054(0x2d6),_0x116c21['hYqwQ']=_0x110054(0x20f);const _0x55313f=_0x116c21;try{const _0x1c2801=this[_0x110054(0x2f5)](_0x2fec47);if(!_0x1c2801||_0x1c2801[_0x110054(0x2f7)](_0x55313f[_0x110054(0x201)]))return!![];return![];}catch(_0x4ccc54){logger[_0x110054(0x2b2)](_0x55313f[_0x110054(0x28e)]);}return![];}[a91_0x298dc3(0x2f5)](_0x4530c1){const _0x19be22=a91_0x298dc3,_0x158fbd={'PVjRy':function(_0x2abcca,_0x23bf58){return _0x2abcca(_0x23bf58);}};if(_0x4530c1[_0x19be22(0x2be)])return _0x4530c1['file'];if(_0x4530c1[_0x19be22(0x234)])try{const _0x26bb6d=stackTrace[_0x19be22(0x1e5)](_0x4530c1[_0x19be22(0x234)]),_0x4d83ec=_0x158fbd[_0x19be22(0x18c)](pickUserFrameFile,_0x26bb6d);if(_0x4d83ec)return _0x4d83ec;logger['debug'](_0x19be22(0x282)+_0x26bb6d[_0x19be22(0x263)]+')');}catch(_0x5296ce){logger[_0x19be22(0x2b2)](_0x19be22(0x1b5)+util[_0x19be22(0x2d0)](_0x5296ce));}return null;}}function a91_0x1ab4(_0x306513,_0x4c8d8f){const _0x582217=a91_0x5822();return a91_0x1ab4=function(_0x1ab45,_0x3df687){_0x1ab45=_0x1ab45-0x167;let _0x1924c3=_0x582217[_0x1ab45];return _0x1924c3;},a91_0x1ab4(_0x306513,_0x4c8d8f);}function a91_0x5822(){const _0x1ef8a6=['parseJestTest','addMultipleEntries','testFrameworkState','getActiveHook','FJdIC','isJestInternalHook','hook_result','65556erYDRy','stack-trace','KVhMZ',',\x20hookType=','KEY_AUTOMATE_SESSION_NAME','QiQOz','tjoFh','file_name','duration','getCurrentTestState','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','sendLogCreatedEvent','eJLOw','elWgO','TZeGV','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','ceil','testId','parallelIndex','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','getTestFrameworksVersions','POST','getJestTestTags','Vptdb',',\x20scope:\x20','inHUa','rcluK','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','KEY_TEST_ATTACHMENTS','MiyDY','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','hYqwQ','\x20(testIdentifier),\x20tags=','../instances/trackedInstance.js','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','KEY_TEST_FRAMEWORK_NAME','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','startedAt','test_identifier','klqyc','status','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','trackHookEvent','hasPendingHooks','body','644660cVaZKS','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','type','KEY_TEST_FILE_PATH','702158BZmfMj','KEY_TEST_META',',\x20storing\x20as\x20pending\x20hook','2993552trtqUQ','hookUUID','../../../helpers/test-observability/utils','instance','buildHookMapFromTest','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20',',\x20failureReason=','KEY_HOOK_FAILURE_REASON','hooks','FGDCs','getAllData','setActiveHook','split',',\x20failureType=','debug','trackJestInstance',',\x20hooksListLength=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','trackJestInstance:\x20created\x20instance\x20for\x20target=','18DVnQIM','maxArrayLength','zyrsz','elGsk','forEach',',\x20attachmentLogs:\x20','file','\x20attachments','jvCwM','KEY_HOOKS_FINISHED',':testAnalyticsId','LjHvv','LPWYr','QxpvP','exports','toUpperCase',',\x20response=','KEY_TEST_TAGS','removePendingHooks','eventJson','failure_reason',',\x20contextId=','passed','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','format',',\x20test_run_uuid=','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','createTestFrameworkEventPayload','join','find','jest-circus','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','substr','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','\x20&\x20hookState=','../cliUtils.js','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','\x20pending\x20hooks\x20for\x20testId:\x20',',\x20filePath:\x20','KEY_HOOK_LOGS','HKgWb','hookData',',\x20hook=','from',',\x20target=','594dIGCmX','push','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','depth','LWPuB',',\x20error:\x20','KEY_TEST_FAILURE_TYPE','hook_run_uuid','retryOf','uaUxu','ldzSG','storePendingHook','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','KEY_TEST_DURATION','KEY_TEST_ID','reverse','getRootParentFile','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','includes','hookType','Bkbjo','\x20-\x20test_identifier=','skipped','KEY_TEST_RESULT',',\x20scopes=','toISOString','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22',',\x20exception=','Zmbec','ROXtl','hookAnalyticsId','KEY_TEST_SCOPE','bEnIo','createContext','KEY_TEST_CODE','Stored\x20pending\x20hook\x20for\x20testId:\x20','KEY_LOGS','test','testData','BEFORE_ALL','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','testUUID','KEY_TEST_FAILURE','1528990TaBZnr','title','tfeVe','test_run_id','nlrxP','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','XzocD','args','KEY_HOOK_FAILURE_TYPE','failed','getTestFrameworks','getInstance','getJestTestName','parseJestTestResult','ICVax',',\x20testData=','PVjRy','removeActiveHook','apLbz','cxfZY','getJestTestScopes','ZnOFl','HBLHC','startsWith','activeHooks','DEFAULT_HOOK_RESULT','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','util','parent','keys','KEY_CUSTOM_TAGS','304185BucrQs','stringify',',\x20state:\x20','Unknown\x20Test','has','\x20for\x20testId:\x20',',\x20hookState=','sAUpk','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','message','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','getCurrentInstanceName','hMnCy','filter','DEFAULT_TEST_RESULT','UYfdS','../state/hookState.js','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','concat','KEY_TEST_SCOPES','getProcessId','getContext','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','zeimB','DbtrY','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','../../../helpers/classLogger.js','getJestTestFilePath','logCreatedEvent','tmbjW','KEY_HOOK_RESULT','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','substring','runHooks','KEY_TEST_RETRY_OF','gQoeA','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','48uUFexx','AssertionError','KEY_HOOK_NAME','./testFramework','KEY_HOOK_LAST_STARTED','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','name','ArRJz','inspect','KEY_TEST_UUID',',\x20consoleLogs:\x20','started_at','__bstackPlatformIndex','tags',',\x20testFramework=','getAllPendingHookTestIds','\x20logs\x20for\x20testId:\x20',',\x20result=','LOG_REPORT','\x20-\x20testId:\x20','PtuuU','getPendingHooks',',\x20totalLogs:\x20','hook_id','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','getHooksForTest','UKdwq','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','xyIME','yNJVg','../../../helpers/helper.js','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','KEY_TEST_LOCATION','oxtaL','parse','getJestFailureReason','scopes','matchHookRegex','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','xPEkY','trZfe','\x20(testIdentifier),\x20result=','filePath','addPendingHook','AOvYB','error','hookMetadata','IoSHG','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=',',\x20screenshotLogs:\x20','platformIndex','executionContext','FwkSQ','KEY_TEST_FRAMEWORK_VERSION','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','TEST','Dhnyt','Uwuls','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','setTrackedInstance','LsfEo',',\x20platformIndex:\x20','aJAkS','../grpcClient','../state/testFrameworkState.js','replace','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','\x22\x20from\x20testData','finished_at','getJestFailureType','slice','HptRm','result','KXphW','resolveInstance','lQACW','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','base64','KEY_EVENT_STARTED_AT',',\x20duration=','../TestInfo.js','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','hook_type','code','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','NONE','apply','none','KEY_TEST_STARTED_AT',',\x20remainingHooks=',',\x20hookData=','QwFoz',',\x20hookId=','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','KEY_HOOK_ID','getJestTestIdentifier','testFrameworkName',',\x20currentTestId:\x20','kind','RaNmF','getRef','KEY_HOOKS_STARTED','\x20hook',',\x20hook_run_uuid=','hookState','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','unknown','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','get','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','getTrackedInstance','oowes','../instances/testFrameworkInstance.js','asyncError','3IbLSjM','KEY_TEST_RESULT_AT','ZXUcu','test_run_uuid','isArray','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','mapTestHooks','pUths','../../../helpers/stackFrameUtils','480923kbimYK','VeMYu','missing','warn','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','5bIJUWd','KEY_TEST_ENDED_AT',',\x20hookUUID=','KEY_EVENT_ENDED_AT','uuid','bjjBV','toString',',\x20testId=','originalTest','\x20(testIdentifier)','getCurrentHookState','getId','map','trackEvent',',\x20totalHooks=','PRE','KjSig','skip','getJestFailureData','AjuTh','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','_ALL','\x20(testIdentifier),\x20hookType=','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','pid','trackJestInstance:\x20instance\x20already\x20exists',',\x20messageLength=','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','endedAt','splice','length','errorsDetailed',',\x20hookState:\x20','processPendingHooks','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType='];a91_0x5822=function(){return _0x1ef8a6;};return a91_0x5822();}module[a91_0x298dc3(0x2c6)]=JestTestFramework;
1
+ function a91_0x1e13(_0xe80e04,_0x586e7f){const _0x1ba7cc=a91_0x1ba7();return a91_0x1e13=function(_0x1e1358,_0x3fb566){_0x1e1358=_0x1e1358-0xc7;let _0x29a1e6=_0x1ba7cc[_0x1e1358];return _0x29a1e6;},a91_0x1e13(_0xe80e04,_0x586e7f);}const a91_0x437d8a=a91_0x1e13;(function(_0x90a9c2,_0x390b06){const _0x293cf0=a91_0x1e13,_0x5ccc3c=_0x90a9c2();while(!![]){try{const _0x593501=parseInt(_0x293cf0(0x132))/0x1+parseInt(_0x293cf0(0x1e5))/0x2+parseInt(_0x293cf0(0x207))/0x3+-parseInt(_0x293cf0(0x107))/0x4*(parseInt(_0x293cf0(0x1ff))/0x5)+parseInt(_0x293cf0(0x24f))/0x6+parseInt(_0x293cf0(0x208))/0x7+-parseInt(_0x293cf0(0x175))/0x8*(parseInt(_0x293cf0(0xeb))/0x9);if(_0x593501===_0x390b06)break;else _0x5ccc3c['push'](_0x5ccc3c['shift']());}catch(_0x478669){_0x5ccc3c['push'](_0x5ccc3c['shift']());}}}(a91_0x1ba7,0xd354d));const TestFramework=require(a91_0x437d8a(0x1b5)),TestFrameworkState=require(a91_0x437d8a(0x215)),HookState=require(a91_0x437d8a(0x115)),{createClassLogger}=require(a91_0x437d8a(0x19b)),TestFrameworkInstance=require(a91_0x437d8a(0x10d)),CLIUtils=require(a91_0x437d8a(0xed)),TrackedInstance=require(a91_0x437d8a(0x1eb)),TestFrameworkConstants=require(a91_0x437d8a(0x147)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a91_0x437d8a(0x231)),{isInternalHook}=require(a91_0x437d8a(0xf2)),logger=createClassLogger(a91_0x437d8a(0x13d)),{v4:uuidv4}=require(a91_0x437d8a(0x22d)),util=require(a91_0x437d8a(0x150)),TestInfo=require(a91_0x437d8a(0xda)),GrpcClient=require(a91_0x437d8a(0x21b)),stackTrace=require(a91_0x437d8a(0xf0)),{pickUserFrameFile}=require(a91_0x437d8a(0xf6));function a91_0x1ba7(){const _0x32597d=['MPRZr','aAqYT','isArray','2629971jNuCDj','10937507FOGYrp',',\x20state:\x20','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','KEY_CUSTOM_TAGS','XwVVz','ZJtxL','concat','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','skip','fWFZK','KEY_TEST_RESULT','KEY_TEST_ENDED_AT','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','../state/testFrameworkState.js','started_at',',\x20storing\x20as\x20pending\x20hook','browserstackPlatformIndex','getJestTestFilePath','hooks','../grpcClient','KEY_TEST_RERUN_NAME','none','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','splice','\x20screenshot\x20logs\x20for\x20testId:\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','format','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','dvVZO',',\x20testId=','\x20-\x20test_identifier=','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','\x20files','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','runHooks','uuid','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=',',\x20state=','KEY_HOOK_FAILURE_REASON','../../../helpers/helper.js','getJestFailureData','pXfpI','getJestFailureReason','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','PSXxB','KEY_HOOK_LAST_STARTED','wxTjZ','getJestFailureType','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=',',\x20totalBatches:\x20','trackJestInstance','length',',\x20attachmentLogs:\x20',',\x20version=','IpvjI','parent','missing','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','title','platformIndex',',\x20payload:\x20',',\x20contextId=','xjtJJ','\x20for\x20testId:\x20','toUpperCase','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','ceil','pltOd','hookUUID','3773844Tfixfn','OwVaM','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','args','Tvfkj','ukEOA','testFrameworkVersion','includes','file_name',',\x20hookState=','gSegN','setActiveHook','fDAjV','getTestFrameworksVersions',',\x20scopes=','TEST_SCREENSHOT','hook_run_uuid','matchHookRegex','KEY_TEST_META','type','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData',',\x20hookData=','../TestInfo.js','depth','ZHtFz',',\x20screenshotLogs:\x20','Assert','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','failed','join','\x22\x20from\x20testData','mapTestHooks','CafNU','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','hookMetadata','ALL','bSMCL','errorsDetailed','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','9UYsszL','KEY_TEST_CODE','../cliUtils.js','LOG_REPORT','KEY_TEST_FRAMEWORK_NAME','stack-trace','ysGkI','../../../helpers/test-observability/utils',',\x20hookUUID=',',\x20hook=','parse','../../../helpers/stackFrameUtils','hookAnalyticsId','dvOMi','getActiveHook','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','KEY_EVENT_ENDED_AT','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','debug','KEY_TEST_STARTED_AT','trackHookEvent','QQenY','KEY_HOOK_NAME','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','mFYtk','PRE','KEY_TEST_FAILURE_REASON','4DTvPKt','eventJson','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','XWmfQ','getTestFrameworks','Vqobe','../instances/testFrameworkInstance.js','executionContext','hasPendingHooks','filePath','\x20logs\x20for\x20testId:\x20','from',',\x20testData=',',\x20error:\x20','../state/hookState.js','uWbGH','getPendingHooks','DEFAULT_HOOK_RESULT','toISOString','push','zsfVQ','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','JMKma','KEY_TEST_LOCATION','toString',',\x20exception=','SowAP','\x20attachments','YDMFB','getContext','aVWJP','KEY_HOOKS_FINISHED','keys','getJestTestName','trackEvent','KEY_TEST_SCOPES','map','originalTest','result','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','jest-circus','319662kgXXZC','apply','KfKqf','name','fYMIt','getRootParentFile','base64',',\x20hookState:\x20','scopes','MShQE','status','JestTestFramework','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','kind','set','resolveInstance','KACZa','substr','EPFeq','Unknown\x20Test','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','./constants/testFrameworkConstants.js','createContext','workerInfo','KEY_TEST_SCOPE','duration','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20',',\x20hookId=',',\x20test_run_uuid=','zVEZY','util','ngbXP','unknown','QObkg','KEY_TEST_RETRY_OF','test_identifier','vszCb','KEY_HOOK_LOGS','getJestTestTags','KEY_HOOK_FAILURE','KEY_AUTOMATE_SESSION_NAME',',\x20currentTestId:\x20',',\x20hookType=',',\x20remainingHooks=','pkEQS','\x20to\x20','removePendingHooks','eRJkt','createTestFrameworkEventPayload','error','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20',',\x20testFramework=','getJestTestIdentifier','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','KEY_HOOK_RESULT','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','filter','failure_reason','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20',',\x20scope:\x20','BdqUJ','KEY_TEST_DURATION','HLbqR','has','gopBD','\x22\x20hook','pop','16543976wKBNZA','KEY_EVENT_STARTED_AT','passed','KEY_HOOK_LAST_FINISHED','__bstackPlatformIndex','test','xnCTS','testFrameworkState','mgDHg','KEY_TEST_UUID','Error\x20in\x20createTestFrameworkEventPayload:\x20','HFhnX','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','SVAGM','KEY_TEST_ATTACHMENTS','aqMOi','LbYFk','KEY_TEST_LOGS','hookData','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','EThWO','ZuBQg','reverse','parseJestTest','lOylK',',\x20failureType=','Rbzha','scope','getTrackedInstance','warn','bLjOm','Itkri',',\x20filePath=','getProcessId','POST','forEach','GvDfN','addMultipleEntries','../../../helpers/classLogger.js','sendLogCreatedEvent','event_ended_at','ZVvYk','addPendingHook','AssertionError','retryOf','qCXGO',',\x20response=','uNnPY','getId','\x20-\x20testId:\x20','delete','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','TEST','get','tags','__workerDetails','VvRRY','slMyt','getAllData','ROOT_DESCRIBE_BLOCK',',\x20failureReason=','gzrpe',',\x20platformIndex:\x20','hookState','./testFramework',',\x20messageLength=','_ALL','storePendingHook','VtEfF','activeHooks','UBjaB','YeqSh','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','buildHookMapFromTest','match','inspect','zdeRw','\x20(testIdentifier),\x20hookType=','LeFca','mlwgT',',\x20hook_run_uuid=','test_run_id','slice','hookType','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','findIndex','getCurrentTestState','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','hook_type','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=',',\x20result=','oofSX','isJestInternalHook','BEFORE_ALL','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','DEFAULT_TEST_RESULT','body','JibwV','startsWith','KEY_TEST_RESULT_AT','NAMxx','\x20(testIdentifier),\x20result=','\x20(testIdentifier)','asyncError','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','KEY_HOOKS_STARTED','KEY_TEST_ID','getAllPendingHookTestIds','file',',\x20argsKeys=','KEY_LOGS','2358850haPhyi','split','getHooksForTest','parallelIndex','KEY_HOOK_ID','\x20&\x20hookState=','../instances/trackedInstance.js','processPendingHooks','KEY_HOOK_FAILURE_TYPE','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','bTqTI','location','getRef','getCurrentInstanceName','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND',',\x20logsInBatch:\x20','eMJAX','finished_at','KEY_TEST_FRAMEWORK_VERSION','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','testUUID','maxArrayLength','testId','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','IEjoz','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','8168045aaCMZJ','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','\x20hook','instance','\x20(testIdentifier),\x20tags='];a91_0x1ba7=function(){return _0x32597d;};return a91_0x1ba7();}class JestTestFramework extends TestFramework{constructor(_0x1de764,_0x102e92,_0xa7025b){const _0x196290=a91_0x437d8a;super(_0x1de764,_0x102e92,_0xa7025b),this[_0x196290(0x1ba)]=new Map();}[a91_0x437d8a(0xce)](_0x5863da,_0x65d0ee,_0x33dbc6){const _0x250b60=a91_0x437d8a,_0x57c604={};_0x57c604[_0x250b60(0x1d7)]=function(_0x2979ef,_0x2d6aaf){return _0x2979ef||_0x2d6aaf;};const _0x1dcc46=_0x57c604;if(_0x1dcc46[_0x250b60(0x1d7)](!_0x5863da,!_0x65d0ee)){logger[_0x250b60(0x192)](_0x250b60(0x1de)+_0x5863da+_0x250b60(0xf3)+_0x65d0ee);return;}!this[_0x250b60(0x1ba)][_0x250b60(0x171)](_0x5863da)&&this[_0x250b60(0x1ba)][_0x250b60(0x140)](_0x5863da,[]);const _0x4f0c07={'hookUUID':_0x65d0ee,'hookType':_0x33dbc6,'startedAt':new Date()[_0x250b60(0x119)]()};this[_0x250b60(0x1ba)][_0x250b60(0x1aa)](_0x5863da)['push'](_0x4f0c07),logger[_0x250b60(0xfe)]('[JestTestFramework]\x20setActiveHook:\x20testIdentifier='+_0x5863da+',\x20hookUUID='+_0x65d0ee+_0x250b60(0x15c)+_0x33dbc6+',\x20totalHooks='+this['activeHooks'][_0x250b60(0x1aa)](_0x5863da)[_0x250b60(0x23d)]);}['removeActiveHook'](_0x127bf3,_0x4ed7cf){const _0x3d92d5=a91_0x437d8a,_0x4683d2={};_0x4683d2[_0x3d92d5(0x204)]=function(_0x2a4ad1,_0x592513){return _0x2a4ad1||_0x592513;},_0x4683d2[_0x3d92d5(0x1d1)]=function(_0x4c9f17,_0x4d5ed4){return _0x4c9f17!==_0x4d5ed4;},_0x4683d2[_0x3d92d5(0x1c5)]=function(_0x4a1bb6,_0x494d59){return _0x4a1bb6===_0x494d59;};const _0x22b507=_0x4683d2;if(_0x22b507[_0x3d92d5(0x204)](!_0x127bf3,!_0x4ed7cf)){logger[_0x3d92d5(0x192)](_0x3d92d5(0xdf)+_0x127bf3+_0x3d92d5(0xf3)+_0x4ed7cf);return;}if(this[_0x3d92d5(0x1ba)]['has'](_0x127bf3)){const _0x1ba095=this['activeHooks'][_0x3d92d5(0x1aa)](_0x127bf3),_0x57e1cd=_0x1ba095[_0x3d92d5(0x1cb)](_0x30c613=>_0x30c613[_0x3d92d5(0x24e)]===_0x4ed7cf);_0x22b507['oofSX'](_0x57e1cd,-0x1)?(_0x1ba095[_0x3d92d5(0x220)](_0x57e1cd,0x1),logger[_0x3d92d5(0xfe)](_0x3d92d5(0x23a)+_0x127bf3+_0x3d92d5(0xf3)+_0x4ed7cf+_0x3d92d5(0x15d)+_0x1ba095['length']),_0x22b507[_0x3d92d5(0x1c5)](_0x1ba095[_0x3d92d5(0x23d)],0x0)&&this['activeHooks'][_0x3d92d5(0x1a7)](_0x127bf3)):logger[_0x3d92d5(0xfe)](_0x3d92d5(0x103)+_0x127bf3+_0x3d92d5(0xf3)+_0x4ed7cf);}}[a91_0x437d8a(0xf9)](_0x18f30e){const _0x40fddb=a91_0x437d8a,_0x319156={};_0x319156[_0x40fddb(0x151)]=function(_0x4ba606,_0x40c58c){return _0x4ba606>_0x40c58c;},_0x319156['Itkri']=function(_0x48f310,_0x5bb623){return _0x48f310-_0x5bb623;};const _0xb970dd=_0x319156;if(!_0x18f30e)return null;if(this[_0x40fddb(0x1ba)]['has'](_0x18f30e)){const _0x52a582=this[_0x40fddb(0x1ba)][_0x40fddb(0x1aa)](_0x18f30e);if(_0xb970dd['ngbXP'](_0x52a582['length'],0x0)){const _0x3a58a5=_0x52a582[_0xb970dd[_0x40fddb(0x194)](_0x52a582[_0x40fddb(0x23d)],0x1)];return logger[_0x40fddb(0xfe)](_0x40fddb(0x229)+_0x18f30e+_0x40fddb(0xf3)+_0x3a58a5[_0x40fddb(0x24e)]+_0x40fddb(0x15c)+_0x3a58a5[_0x40fddb(0x1c9)]),_0x3a58a5;}}return null;}async[a91_0x437d8a(0x129)](_0x495032,_0x171ecf,_0x325822={}){const _0x3b4f84=a91_0x437d8a,_0x333f6a={};_0x333f6a[_0x3b4f84(0x172)]=_0x3b4f84(0x12f),_0x333f6a['uNnPY']=function(_0x8dfc34,_0x19c067){return _0x8dfc34===_0x19c067;},_0x333f6a[_0x3b4f84(0x233)]=function(_0x301858,_0x1241b0){return _0x301858||_0x1241b0;},_0x333f6a[_0x3b4f84(0x14f)]=_0x3b4f84(0x1f3),_0x333f6a[_0x3b4f84(0x1ad)]=function(_0x3cbf9d,_0x4ee604){return _0x3cbf9d===_0x4ee604;};const _0x16089d=_0x333f6a;logger[_0x3b4f84(0xfe)](_0x3b4f84(0x181)+_0x495032+_0x3b4f84(0xcc)+_0x171ecf+_0x3b4f84(0x1e3)+Object[_0x3b4f84(0x127)](_0x325822)[_0x3b4f84(0xe1)](',')),await super['trackEvent'](_0x495032,_0x171ecf,_0x325822);const _0x2e4eb6=this[_0x3b4f84(0x141)](_0x495032,_0x171ecf,_0x325822);if(!_0x2e4eb6){logger[_0x3b4f84(0xfe)](_0x16089d[_0x3b4f84(0x172)]);return;}try{let _0x43e57a,_0x51db9f,_0x28253f;switch(_0x495032){case TestFrameworkState[_0x3b4f84(0x1a9)]:_0x43e57a=_0x325822[_0x3b4f84(0x17a)];const _0x23a12f={};_0x23a12f[_0x3b4f84(0xdb)]=0x2,_0x23a12f[_0x3b4f84(0x1fa)]=0x3,logger[_0x3b4f84(0xfe)](_0x3b4f84(0xfc)+_0x171ecf+_0x3b4f84(0x113)+util[_0x3b4f84(0x1c1)](_0x43e57a,_0x23a12f)),_0x28253f=this[_0x3b4f84(0x166)](_0x43e57a),_0x51db9f=null,logger[_0x3b4f84(0xfe)](_0x3b4f84(0x228)+_0x28253f+_0x3b4f84(0x1dc));if(_0x16089d['uNnPY'](_0x171ecf,HookState[_0x3b4f84(0x105)])){logger[_0x3b4f84(0xfe)](_0x3b4f84(0x1ee)+_0x28253f);const _0x2322d5={};_0x2322d5[_0x3b4f84(0x1f9)]=_0x51db9f,_0x2322d5['testData']=_0x43e57a,_0x2322d5[_0x3b4f84(0x1fb)]=_0x28253f;const _0xcd882a=this['parseJestTest'](_0x2322d5),_0x11bb42={};_0x11bb42[_0x3b4f84(0xdb)]=0x2,_0x11bb42[_0x3b4f84(0x1fa)]=0x3,logger[_0x3b4f84(0xfe)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20'+util['inspect'](_0xcd882a,_0x11bb42)),_0x2e4eb6[_0x3b4f84(0x19a)](_0xcd882a),logger[_0x3b4f84(0xfe)](_0x3b4f84(0x130)+_0x28253f),await this[_0x3b4f84(0x1ec)](_0x2e4eb6,_0x28253f);}else{if(_0x16089d[_0x3b4f84(0x1a4)](_0x171ecf,HookState[_0x3b4f84(0x197)])){logger[_0x3b4f84(0xfe)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20'+_0x28253f);const _0x48627b=_0x2e4eb6[_0x3b4f84(0x1af)]()['get'](_0x28253f);logger[_0x3b4f84(0xfe)](_0x3b4f84(0x251)+util[_0x3b4f84(0x1c1)](Object['keys'](_0x16089d[_0x3b4f84(0x233)](_0x48627b,{}))));_0x48627b&&_0x48627b[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]?logger[_0x3b4f84(0xfe)](_0x3b4f84(0x1fe)+Object[_0x3b4f84(0x127)](_0x48627b[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']])['length']+_0x3b4f84(0x22a)):logger[_0x3b4f84(0xfe)](_0x16089d[_0x3b4f84(0x14f)]);const _0x424898=_0x325822[_0x3b4f84(0x12c)]||null,_0x315892={};_0x315892[_0x3b4f84(0x1f9)]=_0x51db9f,_0x315892['testData']=_0x43e57a,_0x315892[_0x3b4f84(0x1fb)]=_0x28253f,_0x315892[_0x3b4f84(0x12c)]=_0x424898;const _0x4f5d68=this['parseJestTestResult'](_0x315892),_0x38c7e8={};_0x38c7e8['depth']=0x2,_0x38c7e8[_0x3b4f84(0x1fa)]=0x3,logger[_0x3b4f84(0xfe)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20'+util[_0x3b4f84(0x1c1)](_0x4f5d68,_0x38c7e8)),_0x2e4eb6[_0x3b4f84(0x19a)](_0x4f5d68),logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20'+_0x28253f),await this[_0x3b4f84(0x1ec)](_0x2e4eb6,_0x28253f);}}break;case TestFrameworkState[_0x3b4f84(0xee)]:if(_0x16089d[_0x3b4f84(0x1ad)](_0x171ecf,HookState[_0x3b4f84(0x197)])){const _0x54e734={};_0x54e734[_0x3b4f84(0xdb)]=0x2,logger[_0x3b4f84(0xfe)](_0x3b4f84(0x12e)+util[_0x3b4f84(0x1c1)](_0x325822,_0x54e734)),await this[_0x3b4f84(0x19c)](_0x2e4eb6,_0x495032,_0x325822);}break;default:if(CLIUtils[_0x3b4f84(0xd4)](_0x495032[_0x3b4f84(0x11f)]()[_0x3b4f84(0x1e6)]('.')[0x1])){const _0x261885={};_0x261885['depth']=0x2,_0x261885[_0x3b4f84(0x1fa)]=0x3,logger[_0x3b4f84(0xfe)](_0x3b4f84(0x214)+_0x495032+_0x3b4f84(0xcc)+_0x171ecf+_0x3b4f84(0xd9)+util[_0x3b4f84(0x1c1)](_0x325822['hookData'],_0x261885));const _0x4faabe=await this[_0x3b4f84(0x100)](_0x2e4eb6,_0x495032,_0x171ecf,_0x325822),_0x3a994f={};_0x3a994f['depth']=0x2,_0x3a994f[_0x3b4f84(0x1fa)]=0x3,logger[_0x3b4f84(0xfe)](_0x3b4f84(0x1cd)+util[_0x3b4f84(0x1c1)](_0x4faabe,_0x3a994f)),_0x2e4eb6[_0x3b4f84(0x19a)](_0x4faabe);}else logger['debug'](_0x3b4f84(0x22b)+_0x495032+_0x3b4f84(0x1ea)+_0x171ecf);break;}logger['debug'](_0x3b4f84(0x20a)+_0x495032+_0x3b4f84(0xcc)+_0x171ecf);}catch(_0x5643f3){logger[_0x3b4f84(0x163)](_0x3b4f84(0xea)+_0x495032+',\x20hookState='+_0x171ecf+_0x3b4f84(0x120)+util[_0x3b4f84(0x223)](_0x5643f3));}_0x325822['instance']=_0x2e4eb6,await this[_0x3b4f84(0x22c)](_0x2e4eb6,_0x495032,_0x171ecf,_0x325822);}[a91_0x437d8a(0x166)](_0x268622){const _0x21ee7f=a91_0x437d8a,_0x166a52={};_0x166a52[_0x21ee7f(0x189)]=_0x21ee7f(0x1bd);const _0x51872b=_0x166a52;if(_0x268622&&(_0x268622['id']||_0x268622[_0x21ee7f(0x22d)])){const _0x401fd1=_0x268622['id']||_0x268622['uuid'];return logger[_0x21ee7f(0xfe)]('[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22'+_0x401fd1+_0x21ee7f(0xe2)),_0x401fd1;}return logger[_0x21ee7f(0xfe)](_0x51872b[_0x21ee7f(0x189)]),process['pid']+':testAnalyticsId';}[a91_0x437d8a(0x141)](_0x191421,_0xe8775d,_0x2b76e2={}){const _0x2f6cc0=a91_0x437d8a;let _0x4e6613=null;return _0x4e6613=TestFramework[_0x2f6cc0(0x191)](),!_0x4e6613?(logger[_0x2f6cc0(0xfe)](_0x2f6cc0(0x224)+_0x191421),this['trackJestInstance'](_0x191421,_0x2b76e2),_0x4e6613=TestFramework['getTrackedInstance'](),logger[_0x2f6cc0(0xfe)](_0x2f6cc0(0x22e)+!!_0x4e6613+_0x2f6cc0(0x247)+_0x4e6613?.[_0x2f6cc0(0x124)]()?.[_0x2f6cc0(0x1a5)]())):logger[_0x2f6cc0(0xfe)]('[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId='+_0x4e6613['getContext']()?.['getId']()),_0x4e6613;}[a91_0x437d8a(0x23c)](_0x590b05,_0x3decf7){const _0x58459e=a91_0x437d8a,_0x3349ea={};_0x3349ea[_0x58459e(0xf8)]='trackJestInstance:\x20instance\x20already\x20exists';const _0x31f97c=_0x3349ea;if(TestFramework[_0x58459e(0x191)]()){logger[_0x58459e(0xfe)](_0x31f97c['dvOMi']);return;}const _0x36562d=CLIUtils[_0x58459e(0x1f2)](),_0x4322a2=TrackedInstance[_0x58459e(0x148)](_0x36562d);let _0x279d34=null;logger[_0x58459e(0xfe)]('trackJestInstance:\x20created\x20instance\x20for\x20target='+_0x36562d+_0x58459e(0x22f)+_0x590b05),_0x279d34=new TestFrameworkInstance(_0x4322a2,this[_0x58459e(0x10b)](),this['getTestFrameworksVersions'](),_0x590b05,HookState['NONE']),TestFramework['setTrackedInstance'](_0x4322a2,_0x279d34),logger[_0x58459e(0xfe)](_0x58459e(0x1ca)+_0x4322a2['getId']()+',\x20target='+_0x36562d+_0x58459e(0x165)+this[_0x58459e(0x10b)]()[0x0]+_0x58459e(0x23f)+this[_0x58459e(0xd0)]()[this[_0x58459e(0x10b)]()[0x0]]);}[a91_0x437d8a(0x18c)](_0x1cb9c2){const _0xf45379=a91_0x437d8a,_0x47d36e={};_0x47d36e[_0xf45379(0xcd)]=function(_0x5376b9,_0x406092){return _0x5376b9||_0x406092;},_0x47d36e[_0xf45379(0x20c)]=_0xf45379(0xe5);const _0x3a4225=_0x47d36e,{testUUID:_0x1fedc9,testData:_0x2cfca5,testId:_0x2b7917}=_0x1cb9c2;if(_0x3a4225['gSegN'](!_0x2cfca5,!_0x2b7917))return logger[_0xf45379(0xfe)](_0x3a4225[_0xf45379(0x20c)]),{};const _0x7c413c=this[_0xf45379(0x10b)]()[0x0],_0x413116=this[_0xf45379(0xd0)](),_0x4c3131={};_0x4c3131[_0xf45379(0xdb)]=0x2,_0x4c3131[_0xf45379(0x1fa)]=0x3,logger[_0xf45379(0xfe)]('[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20'+util[_0xf45379(0x1c1)](_0x2cfca5,_0x4c3131));const _0x31b93a=_0x2cfca5?.[_0xf45379(0x13a)]||[],_0x9a39b1=this[_0xf45379(0x128)](_0x2cfca5),_0x38d086=this['getJestTestFilePath'](_0x2cfca5),_0x4140c6=_0x2cfca5['fn']?_0x2cfca5['fn'][_0xf45379(0x11f)]():_0x2cfca5?.[_0xf45379(0x1d6)]?_0x2cfca5['body']['code'][_0xf45379(0x11f)]():null,_0x21f168=this[_0xf45379(0x158)](_0x2cfca5),_0x5c56fd={[TestFrameworkConstants[_0xf45379(0xef)]]:_0x7c413c,[TestFrameworkConstants[_0xf45379(0x1f7)]]:_0x413116[_0x7c413c],[TestFrameworkConstants[_0xf45379(0x186)]]:[],[TestFrameworkConstants[_0xf45379(0x126)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0xf45379(0x212)]]:TestFrameworkConstants[_0xf45379(0x1d5)],[TestFrameworkConstants[_0xf45379(0x15a)]]:_0x9a39b1,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x38d086,[TestFrameworkConstants[_0xf45379(0x1e0)]]:_0x2b7917,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x9a39b1,[TestFrameworkConstants[_0xf45379(0x11e)]]:_0x38d086,[TestFrameworkConstants[_0xf45379(0xec)]]:_0x4140c6,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x21f168,[TestFrameworkConstants[_0xf45379(0xff)]]:_0x2cfca5[_0xf45379(0x216)]||new Date()[_0xf45379(0x119)](),[TestFrameworkConstants[_0xf45379(0x14a)]]:_0x31b93a[0x0]||'',[TestFrameworkConstants[_0xf45379(0x12a)]]:_0x31b93a,[TestFrameworkConstants[_0xf45379(0x21c)]]:_0x9a39b1,[TestFrameworkConstants[_0xf45379(0x20b)]]:{},[TestFrameworkConstants[_0xf45379(0xd5)]]:{}};_0x2cfca5[_0xf45379(0x1a1)]&&(_0x5c56fd[TestFrameworkConstants[_0xf45379(0x154)]]=_0x2cfca5[_0xf45379(0x1a1)]);logger[_0xf45379(0xfe)](_0xf45379(0x200)+_0x9a39b1+_0xf45379(0x226)+_0x2b7917+_0xf45379(0x203)+JSON['stringify'](_0x21f168)+_0xf45379(0xd1)+util[_0xf45379(0x1c1)](_0x31b93a)+_0xf45379(0x195)+_0x38d086);const _0x42d96b={};return _0x42d96b[_0x2b7917]=_0x5c56fd,_0x42d96b;}['parseJestTestResult'](_0x43d7d6){const _0x2fa602=a91_0x437d8a,_0x568806={'TKZNC':function(_0x2d756f,_0xeb6c25){return _0x2d756f===_0xeb6c25;},'BdqUJ':'afterAll','OwVaM':function(_0x2ddfed,_0x1a8e59){return _0x2ddfed===_0x1a8e59;},'LeFca':'beforeAll','SVAGM':_0x2fa602(0xe7),'dvVZO':_0x2fa602(0x1b7),'zdeRw':function(_0x17485e,_0xf16657){return _0x17485e||_0xf16657;},'ZfsDo':'No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','xnCTS':function(_0x199a9e,_0x496a5d){return _0x199a9e||_0x496a5d;},'mgDHg':_0x2fa602(0x152),'ZVvYk':function(_0x49e113,_0x1b604e){return _0x49e113>_0x1b604e;},'xjtJJ':_0x2fa602(0xe0),'mFYtk':function(_0x5aa1af,_0x62ed18){return _0x5aa1af===_0x62ed18;},'ZuBQg':_0x2fa602(0x210),'aAqYT':'skipped','aVWJP':_0x2fa602(0x177),'Vqobe':function(_0x24a2b1,_0x48614a){return _0x24a2b1!==_0x48614a;},'uWbGH':function(_0x243bf9,_0x4f9a7a,_0x3ed127,_0x5dc793){return _0x243bf9(_0x4f9a7a,_0x3ed127,_0x5dc793);},'eRJkt':_0x2fa602(0xd8)},{testUUID:_0x48b673,testData:_0x45f7dd,testId:_0x3157f3}=_0x43d7d6;if(_0x568806[_0x2fa602(0x1c2)](!_0x45f7dd,!_0x3157f3))return logger[_0x2fa602(0xfe)](_0x568806['ZfsDo']),{};const _0x2758e1=this[_0x2fa602(0x141)](TestFrameworkState['TEST'],HookState['POST']),_0x5f0306=_0x2758e1[_0x2fa602(0x1af)]()[_0x2fa602(0x1aa)](_0x3157f3),_0x152eb6=_0x568806[_0x2fa602(0x17b)](_0x5f0306,{}),_0x10e8e4=_0x152eb6?_0x152eb6[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{},_0x5a7902=_0x152eb6[TestFrameworkConstants[_0x2fa602(0x183)]];logger[_0x2fa602(0xfe)]('[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20'+(_0x5a7902?Object[_0x2fa602(0x127)](_0x5a7902)['length']:0x0)+_0x2fa602(0x122));let _0x1d11b1=_0x568806[_0x2fa602(0x17d)];if(_0x45f7dd[_0x2fa602(0x12d)])_0x1d11b1=_0x45f7dd['result'];else{if(_0x45f7dd[_0x2fa602(0xe9)]&&_0x568806[_0x2fa602(0x19e)](_0x45f7dd[_0x2fa602(0xe9)][_0x2fa602(0x23d)],0x0))_0x1d11b1=_0x568806[_0x2fa602(0x248)];else _0x568806['mFYtk'](_0x45f7dd[_0x2fa602(0x13c)],_0x568806[_0x2fa602(0x18a)])||_0x568806[_0x2fa602(0x104)](_0x45f7dd[_0x2fa602(0x13c)],_0x568806[_0x2fa602(0x205)])?_0x1d11b1=_0x568806[_0x2fa602(0x205)]:_0x1d11b1=_0x568806[_0x2fa602(0x125)];}const _0x2cb000={..._0x152eb6,[TestFrameworkConstants[_0x2fa602(0x212)]]:_0x1d11b1,[TestFrameworkConstants[_0x2fa602(0x213)]]:_0x45f7dd[_0x2fa602(0x1f6)]||new Date()[_0x2fa602(0x119)](),[TestFrameworkConstants[_0x2fa602(0x1d9)]]:new Date()[_0x2fa602(0x119)](),[TestFrameworkConstants[_0x2fa602(0x20b)]]:_0x10e8e4,[TestFrameworkConstants[_0x2fa602(0x1e4)]]:_0x152eb6[TestFrameworkConstants[_0x2fa602(0x1e4)]]||[],[TestFrameworkConstants[_0x2fa602(0xd5)]]:{}};if(_0x568806[_0x2fa602(0x104)](_0x1d11b1,_0x568806[_0x2fa602(0x248)])&&_0x45f7dd[_0x2fa602(0xe9)]){const _0x48e0e2=this[_0x2fa602(0x234)](_0x45f7dd),_0x191aea=this[_0x2fa602(0x239)](_0x45f7dd),_0x2c690e=this[_0x2fa602(0x232)](_0x45f7dd);_0x2cb000[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]=_0x191aea,_0x2cb000[TestFrameworkConstants[_0x2fa602(0x106)]]=_0x48e0e2,_0x2cb000[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x2c690e;}_0x568806[_0x2fa602(0x10c)](_0x45f7dd['duration'],undefined)&&(_0x2cb000[TestFrameworkConstants[_0x2fa602(0x16f)]]=_0x45f7dd[_0x2fa602(0x14b)]);_0x45f7dd[_0x2fa602(0x1a1)]&&(_0x2cb000[TestFrameworkConstants[_0x2fa602(0x154)]]=_0x45f7dd['retryOf']);const _0x3eab42=_0x5f0306?_0x5f0306[TestFrameworkConstants[_0x2fa602(0x183)]]||{}:{},_0x3dc5ee=_0x5f0306?_0x5f0306[TestFrameworkConstants[_0x2fa602(0x17e)]]:_0x48b673,_0x3be9b6=_0x568806[_0x2fa602(0x116)](getManualUploadLogs,_0x3eab42,_0x3dc5ee,_0x3157f3);if(_0x568806['ZVvYk'](_0x3be9b6[_0x2fa602(0x23d)],0x0)){const _0x5d6162=_0x2cb000[TestFrameworkConstants[_0x2fa602(0x1e4)]]||[];_0x2cb000[TestFrameworkConstants[_0x2fa602(0x1e4)]]=[..._0x5d6162,..._0x3be9b6];}const _0x2cb149=_0x152eb6[TestFrameworkConstants['KEY_HOOKS_FINISHED']]||{},_0x493faf=_0x152eb6[TestFrameworkConstants[_0x2fa602(0x1df)]]||{},_0x1deb97={..._0x2cb149},_0x3139dd=_0x1deb97;Object[_0x2fa602(0x127)](_0x493faf)[_0x2fa602(0x198)](_0xc1eb8c=>{const _0x16b466=_0x2fa602;!_0x3139dd[_0xc1eb8c]&&(_0x3139dd[_0xc1eb8c]=[]);const _0x19b6b9=new Set((_0x3139dd[_0xc1eb8c]||[])[_0x16b466(0x12b)](_0x50de1c=>_0x50de1c[TestFrameworkConstants[_0x16b466(0x1e9)]]||_0x50de1c['hook_id']));(_0x493faf[_0xc1eb8c]||[])[_0x16b466(0x198)](_0x1c1585=>{const _0x3276bb=_0x16b466,_0x5a43e2=_0x1c1585[TestFrameworkConstants['KEY_HOOK_ID']]||_0x1c1585['hook_id'];if(!_0x19b6b9[_0x3276bb(0x171)](_0x5a43e2)){const _0x9a5608={..._0x1c1585},_0x4b0acc=_0x9a5608;!_0x4b0acc[TestFrameworkConstants[_0x3276bb(0xfb)]]&&!_0x4b0acc[_0x3276bb(0x19d)]&&(_0x4b0acc[TestFrameworkConstants[_0x3276bb(0xfb)]]=new Date()['toISOString']()),!_0x4b0acc[TestFrameworkConstants['KEY_HOOK_RESULT']]&&!_0x4b0acc['hook_result']&&(_0x4b0acc[TestFrameworkConstants[_0x3276bb(0x168)]]=TestFrameworkConstants[_0x3276bb(0x118)]),_0x3139dd[_0xc1eb8c][_0x3276bb(0x11a)](_0x4b0acc);}});});if(_0x43d7d6[_0x2fa602(0x12c)]){this[_0x2fa602(0xe3)](_0x43d7d6[_0x2fa602(0x12c)]);const _0x5c8884=this[_0x2fa602(0x1bf)](_0x43d7d6[_0x2fa602(0x12c)]),_0x4bb787=this['getHooksForTest'](_0x43d7d6[_0x2fa602(0x12c)]);_0x4bb787[_0x2fa602(0x198)](_0x2558a3=>{const _0x1ccb0d=_0x2fa602,_0x2408a6=_0x5c8884[_0x1ccb0d(0x1aa)](_0x2558a3);if(_0x2408a6&&(_0x568806['TKZNC'](_0x2408a6[_0x1ccb0d(0xd6)],_0x568806[_0x1ccb0d(0x16e)])||_0x568806['OwVaM'](_0x2408a6['type'],_0x568806[_0x1ccb0d(0x1c4)]))){const _0x1dfe52=_0x2408a6[_0x1ccb0d(0xd6)][_0x1ccb0d(0x24a)]()['replace'](_0x568806[_0x1ccb0d(0x182)],_0x568806[_0x1ccb0d(0x225)]),_0xfb0753=_0x1dfe52;!_0x3139dd[_0xfb0753]&&(_0x3139dd[_0xfb0753]=[]);const _0x2fe9e4=_0x3139dd[_0xfb0753]['find'](_0x3d461f=>(_0x3d461f[TestFrameworkConstants[_0x1ccb0d(0x1e9)]]||_0x3d461f['hook_id'])===_0x2558a3);!_0x2fe9e4&&_0x3139dd[_0xfb0753][_0x1ccb0d(0x11a)]({'key':_0xfb0753,[TestFrameworkConstants[_0x1ccb0d(0x1e9)]]:_0x2558a3,[TestFrameworkConstants[_0x1ccb0d(0x168)]]:TestFrameworkConstants[_0x1ccb0d(0x118)],[TestFrameworkConstants[_0x1ccb0d(0x176)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x1ccb0d(0xfb)]]:new Date()[_0x1ccb0d(0x119)](),[TestFrameworkConstants[_0x1ccb0d(0x157)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x2408a6[_0x1ccb0d(0x135)]||_0x2408a6['type']+_0x1ccb0d(0x201),[TestFrameworkConstants[_0x1ccb0d(0x20b)]]:_0x10e8e4});}});}if(_0x45f7dd[_0x2fa602(0x21a)]&&_0x568806['ZVvYk'](_0x45f7dd[_0x2fa602(0x21a)][_0x2fa602(0x23d)],0x0))_0x2cb000[TestFrameworkConstants[_0x2fa602(0x126)]]=_0x45f7dd[_0x2fa602(0x21a)],logger[_0x2fa602(0xfe)](_0x568806[_0x2fa602(0x161)]);else _0x568806[_0x2fa602(0x19e)](Object[_0x2fa602(0x127)](_0x3139dd)[_0x2fa602(0x23d)],0x0)&&(_0x2cb000[TestFrameworkConstants[_0x2fa602(0x126)]]=_0x3139dd,logger[_0x2fa602(0xfe)]('[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes='+Object[_0x2fa602(0x127)](_0x3139dd)[_0x2fa602(0xe1)](',')));const _0x8ab4b8=this[_0x2fa602(0x128)](_0x45f7dd);logger[_0x2fa602(0xfe)](_0x2fa602(0x109)+_0x8ab4b8+_0x2fa602(0x226)+_0x3157f3+_0x2fa602(0x1db)+_0x1d11b1+',\x20duration='+_0x45f7dd[_0x2fa602(0x14b)]);_0x568806[_0x2fa602(0x250)](_0x1d11b1,_0x568806[_0x2fa602(0x248)])&&logger[_0x2fa602(0xfe)](_0x2fa602(0x1f8)+_0x3157f3+_0x2fa602(0x18e)+_0x2cb000[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]+_0x2fa602(0x1b1)+_0x2cb000[TestFrameworkConstants[_0x2fa602(0x106)]]?.['substring'](0x0,0xc8));const _0x564fd4={};return _0x564fd4[_0x3157f3]=_0x2cb000,_0x564fd4;}['getJestTestScopes'](_0x2f3332){const _0xa1b2eb=a91_0x437d8a,_0x4a10a1={};_0x4a10a1[_0xa1b2eb(0x1a2)]=function(_0x5b6adb,_0x35fd83){return _0x5b6adb!==_0x35fd83;},_0x4a10a1['IAcaN']=function(_0x41704d,_0x21ada5){return _0x41704d!==_0x21ada5;},_0x4a10a1[_0xa1b2eb(0x11b)]=_0xa1b2eb(0x1b0);const _0x39c83d=_0x4a10a1,_0x300c3d={};_0x300c3d[_0xa1b2eb(0xdb)]=0x2,_0x300c3d[_0xa1b2eb(0x1fa)]=0x3,logger[_0xa1b2eb(0xfe)](_0xa1b2eb(0x11c)+util[_0xa1b2eb(0x1c1)](_0x2f3332,_0x300c3d));const _0x47499e=[];if(_0x2f3332&&_0x2f3332[_0xa1b2eb(0x241)]){let _0x2564de=_0x2f3332[_0xa1b2eb(0x241)];while(_0x2564de&&_0x2564de[_0xa1b2eb(0x135)]&&_0x39c83d['qCXGO'](_0x2564de['name'],'')&&_0x39c83d['IAcaN'](_0x2564de['name'],_0x39c83d[_0xa1b2eb(0x11b)])){_0x47499e['push'](_0x2564de[_0xa1b2eb(0x135)]),_0x2564de=_0x2564de[_0xa1b2eb(0x241)];}}return _0x47499e[_0xa1b2eb(0x18b)]();}['getJestTestName'](_0x2fdf27){const _0x4c35e9=a91_0x437d8a,_0x59934b={};_0x59934b[_0x4c35e9(0xe4)]=_0x4c35e9(0x145);const _0x5a30c6=_0x59934b;if(_0x2fdf27[_0x4c35e9(0x135)])return _0x2fdf27['name'];if(_0x2fdf27[_0x4c35e9(0x244)])return _0x2fdf27[_0x4c35e9(0x244)];return _0x5a30c6[_0x4c35e9(0xe4)];}[a91_0x437d8a(0x158)](_0x53ed46){const _0x33a80a=a91_0x437d8a,_0x47698a=[];if(_0x53ed46[_0x33a80a(0x1ab)]&&Array[_0x33a80a(0x206)](_0x53ed46[_0x33a80a(0x1ab)]))return _0x53ed46[_0x33a80a(0x1ab)]['map'](_0x314ec9=>_0x314ec9[_0x33a80a(0x1d8)]('@')?_0x314ec9[_0x33a80a(0x143)](0x1):_0x314ec9);const _0x2738ee=this[_0x33a80a(0x128)](_0x53ed46),_0x11d929=_0x2738ee[_0x33a80a(0x1c0)](/@(\w+)/g);if(_0x11d929)return _0x11d929[_0x33a80a(0x12b)](_0x477eb3=>_0x477eb3[_0x33a80a(0x1c8)](0x1));return _0x53ed46[_0x33a80a(0x13a)]&&Array['isArray'](_0x53ed46['scopes'])&&_0x53ed46[_0x33a80a(0x13a)][_0x33a80a(0x198)](_0x595566=>{const _0x312d71=_0x33a80a,_0x4cea88=_0x595566[_0x312d71(0x1c0)](/@(\w+)/g);_0x4cea88&&_0x4cea88['forEach'](_0x3d25e4=>{const _0x4917fe=_0x312d71,_0x5e92af=_0x3d25e4[_0x4917fe(0x1c8)](0x1);!_0x47698a[_0x4917fe(0xca)](_0x5e92af)&&_0x47698a[_0x4917fe(0x11a)](_0x5e92af);});}),_0x47698a;}[a91_0x437d8a(0x219)](_0x16629e){const _0x366488=a91_0x437d8a,_0x459c43={'NAMxx':function(_0x3d0497,_0x483fa1){return _0x3d0497(_0x483fa1);}};if(_0x16629e[_0x366488(0xcb)])return _0x16629e[_0x366488(0xcb)];if(_0x16629e['asyncError'])try{const _0x15cf4a=stackTrace[_0x366488(0xf5)](_0x16629e['asyncError']),_0x543475=_0x459c43[_0x366488(0x1da)](pickUserFrameFile,_0x15cf4a);if(_0x543475)return _0x543475;logger[_0x366488(0xfe)](_0x366488(0x20f)+_0x15cf4a[_0x366488(0x23d)]+')');}catch(_0x31e87c){logger[_0x366488(0xfe)](_0x366488(0x167)+util[_0x366488(0x223)](_0x31e87c));}return null;}[a91_0x437d8a(0x234)](_0x66797a){const _0x540e8c=a91_0x437d8a,_0x3e08c5={};_0x3e08c5['KnBba']=function(_0x52282b,_0x3ef48f){return _0x52282b>_0x3ef48f;},_0x3e08c5[_0x540e8c(0x24d)]='Unknown\x20error';const _0x364952=_0x3e08c5;if(_0x66797a[_0x540e8c(0xe9)]&&_0x364952['KnBba'](_0x66797a[_0x540e8c(0xe9)]['length'],0x0))return util[_0x540e8c(0x1c1)](_0x66797a[_0x540e8c(0xe9)][0x0]);if(_0x66797a[_0x540e8c(0x16b)])return _0x66797a[_0x540e8c(0x16b)];return _0x364952[_0x540e8c(0x24d)];}[a91_0x437d8a(0x239)](_0x14fa9d){const _0x181ace=a91_0x437d8a,_0x1259cd={};_0x1259cd[_0x181ace(0x134)]=_0x181ace(0xde),_0x1259cd[_0x181ace(0x20d)]=_0x181ace(0x1a0),_0x1259cd[_0x181ace(0xdc)]='UnhandledError';const _0xad10e8=_0x1259cd,_0x5358bb=this['getJestFailureReason'](_0x14fa9d);if(_0x5358bb&&_0x5358bb[_0x181ace(0xca)](_0xad10e8[_0x181ace(0x134)]))return _0xad10e8[_0x181ace(0x20d)];return _0xad10e8[_0x181ace(0xdc)];}[a91_0x437d8a(0x232)](_0x8a1e01){const _0x28c7fe=a91_0x437d8a,_0x483461={'OVRUT':function(_0x31e94d,_0x3f738c){return _0x31e94d(_0x3f738c);},'oLryz':'../../../helpers/test-observability/utils','gzrpe':function(_0x1bc79b,_0x858ca0){return _0x1bc79b!==_0x858ca0;},'Tvfkj':'test'},{failureData:_0x2806d2}=_0x483461['OVRUT'](require,_0x483461['oLryz']),_0x13ad59=[];return _0x483461[_0x28c7fe(0x1b2)](_0x8a1e01['errorsDetailed'],undefined)&&_0x13ad59[_0x28c7fe(0x11a)](_0x8a1e01[_0x28c7fe(0xe9)],_0x483461[_0x28c7fe(0xc7)]),_0x2806d2[_0x28c7fe(0x133)](null,_0x13ad59);}async[a91_0x437d8a(0x100)](_0x4afba0,_0x723ad2,_0x25ebdd,_0x5679fe){const _0x356bd1=a91_0x437d8a,_0xe107e5={'fYMIt':_0x356bd1(0x146),'LbYFk':function(_0x578d54){return _0x578d54();},'Rbzha':function(_0x563872,_0x1edb8c){return _0x563872 in _0x1edb8c;},'UBjaB':function(_0x2c55e0,_0xb6585c){return _0x2c55e0 in _0xb6585c;},'HFhnX':function(_0x197807,_0x56af08){return _0x197807===_0x56af08;},'bTqTI':function(_0x4e50c0,_0x249dbc){return _0x4e50c0===_0x249dbc;},'QQenY':function(_0x5f34b6,_0x447398){return _0x5f34b6>_0x447398;},'fDAjV':_0x356bd1(0xe0),'pkEQS':_0x356bd1(0x177),'JMKma':function(_0x1ef2ce,_0x165ef5){return _0x1ef2ce===_0x165ef5;},'QObkg':'[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','RBkfL':function(_0x5f1461,_0xecded3){return _0x5f1461>_0xecded3;},'MShQE':function(_0x38224e,_0x480b5e){return _0x38224e===_0x480b5e;},'vZgzl':function(_0x7846ac,_0x3d9e92){return _0x7846ac!==_0x3d9e92;}},{hookData:_0x75c24e}=_0x5679fe,_0x22592f=_0x25ebdd['toString'](),_0x2b9d47=_0x723ad2[_0x356bd1(0x11f)](),_0x1dd06b={};_0x1dd06b['depth']=0x2,_0x1dd06b[_0x356bd1(0x1fa)]=0x3,logger[_0x356bd1(0xfe)](_0x356bd1(0x1cf)+_0x2b9d47+_0x356bd1(0xcc)+_0x22592f+',\x20hookData='+util['inspect'](_0x75c24e,_0x1dd06b));if(!_0x75c24e)return logger['debug'](_0xe107e5[_0x356bd1(0x136)]),{};const _0x24a354=_0x75c24e['uuid']||_0x75c24e[_0x356bd1(0xf7)]||_0xe107e5[_0x356bd1(0x185)](uuidv4),_0x31fb57=_0x75c24e[_0x356bd1(0x1c7)]||this[_0x356bd1(0x166)](_0x75c24e),_0x3aca4e=_0x723ad2['toString']()['split']('.')[0x1],_0x8ea47f=_0x4afba0[_0x356bd1(0x1af)]()[_0x356bd1(0x1aa)](_0x31fb57),_0x20a9cb=_0x8ea47f?_0x8ea47f[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{};logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId='+_0x24a354+_0x356bd1(0x226)+_0x31fb57+_0x356bd1(0x1c3)+_0x3aca4e+_0x356bd1(0xcc)+_0x22592f);if(!_0x8ea47f)return logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20'+_0x31fb57+_0x356bd1(0x217)),this[_0x356bd1(0x1b8)](_0x4afba0,_0x31fb57,_0x723ad2,_0x25ebdd,_0x5679fe),{};let _0xa55d46=_0x8ea47f[TestFrameworkConstants[_0x356bd1(0x1df)]];!_0xa55d46&&(_0xa55d46={});!_0xe107e5[_0x356bd1(0x18f)](_0x3aca4e,_0xa55d46)&&(_0xa55d46[_0x3aca4e]=[]);let _0x1b8ebc=_0x8ea47f[TestFrameworkConstants[_0x356bd1(0x126)]];!_0x1b8ebc&&(_0x1b8ebc={});!_0xe107e5[_0x356bd1(0x1bb)](_0x3aca4e,_0x1b8ebc)&&(_0x1b8ebc[_0x3aca4e]=[]);const _0x4038d0={[_0x31fb57]:{[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0xa55d46,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x1b8ebc,[TestFrameworkConstants[_0x356bd1(0xef)]]:this[_0x356bd1(0x10b)]()[0x0]||'',[TestFrameworkConstants[_0x356bd1(0x1f7)]]:this[_0x356bd1(0xd0)]()[this[_0x356bd1(0x10b)]()[0x0]]||''}};if(_0xe107e5[_0x356bd1(0x180)](_0x25ebdd,HookState[_0x356bd1(0x105)])){const _0x4387e2={'key':_0x3aca4e,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x24a354,[TestFrameworkConstants[_0x356bd1(0x168)]]:TestFrameworkConstants[_0x356bd1(0x118)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:_0x75c24e[_0x356bd1(0x216)]||new Date()[_0x356bd1(0x119)](),[TestFrameworkConstants[_0x356bd1(0x157)]]:[],[TestFrameworkConstants[_0x356bd1(0x102)]]:_0x75c24e[_0x356bd1(0x135)]||_0x75c24e[_0x356bd1(0x1ce)]||_0x3aca4e,[TestFrameworkConstants[_0x356bd1(0x20b)]]:_0x20a9cb};_0xa55d46[_0x3aca4e][_0x356bd1(0x11a)](_0x4387e2),_0x4038d0[_0x31fb57][TestFrameworkConstants[_0x356bd1(0x237)]]=_0x3aca4e;const _0x270e94={};_0x270e94[_0x356bd1(0xdb)]=0x2,logger[_0x356bd1(0xfe)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x3aca4e+_0x356bd1(0x14d)+_0x24a354+_0x356bd1(0x226)+_0x31fb57+_0x356bd1(0xf4)+util[_0x356bd1(0x1c1)](_0x4387e2,_0x270e94));}else{if(_0xe107e5['bTqTI'](_0x25ebdd,HookState[_0x356bd1(0x197)])){const _0x28fcf8=_0x75c24e[_0x356bd1(0x12d)]||(_0x75c24e['errorsDetailed']&&_0xe107e5[_0x356bd1(0x101)](_0x75c24e[_0x356bd1(0xe9)][_0x356bd1(0x23d)],0x0)?_0xe107e5[_0x356bd1(0xcf)]:_0xe107e5[_0x356bd1(0x15e)]),_0x413fbc=_0xa55d46[_0x3aca4e]||[];logger[_0x356bd1(0xfe)](_0x356bd1(0x222)+_0x3aca4e+_0x356bd1(0x226)+_0x31fb57+_0x356bd1(0x1d0)+_0x28fcf8+',\x20hooksListLength='+_0x413fbc[_0x356bd1(0x23d)]);if(_0xe107e5[_0x356bd1(0x1ef)](_0x413fbc['length'],0x0)&&_0xe107e5[_0x356bd1(0x11d)](_0x723ad2,TestFrameworkState['BEFORE_ALL']))return logger['debug'](_0xe107e5[_0x356bd1(0x153)]),this[_0x356bd1(0x1b8)](_0x4afba0,_0x31fb57,_0x723ad2,_0x25ebdd,_0x5679fe),{};if(_0xe107e5['RBkfL'](_0x413fbc[_0x356bd1(0x23d)],0x0)){const _0x4281e1=_0x413fbc[_0x356bd1(0x174)]();_0xe107e5[_0x356bd1(0x13b)](_0x28fcf8,_0xe107e5['fDAjV'])&&_0x75c24e['errorsDetailed']?(_0x4281e1[TestFrameworkConstants[_0x356bd1(0x1ed)]]=this[_0x356bd1(0x239)](_0x75c24e),_0x4281e1[TestFrameworkConstants[_0x356bd1(0x230)]]=this[_0x356bd1(0x234)](_0x75c24e),_0x4281e1[TestFrameworkConstants[_0x356bd1(0x159)]]=this['getJestFailureData'](_0x75c24e),logger['debug'](_0x356bd1(0x1be)+_0x3aca4e+',\x20failureType='+_0x4281e1[TestFrameworkConstants[_0x356bd1(0x1ed)]]+_0x356bd1(0x1b1)+_0x4281e1[TestFrameworkConstants[_0x356bd1(0x230)]]?.['substring'](0x0,0xc8))):_0x4281e1[TestFrameworkConstants[_0x356bd1(0x168)]]=_0xe107e5[_0x356bd1(0x15e)];_0xe107e5['vZgzl'](_0x28fcf8,TestFrameworkConstants[_0x356bd1(0x118)])&&(_0x4281e1[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x28fcf8);_0x4281e1[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x75c24e[_0x356bd1(0x1f6)]||new Date()[_0x356bd1(0x119)](),_0x4281e1[TestFrameworkConstants[_0x356bd1(0x20b)]]=_0x20a9cb;const _0x1d230f=_0x4281e1[TestFrameworkConstants['KEY_HOOK_ID']];!_0x1b8ebc[_0x3aca4e]&&(_0x1b8ebc[_0x3aca4e]=[]);_0x1b8ebc[_0x3aca4e]['push'](_0x4281e1),_0x4038d0[_0x31fb57][TestFrameworkConstants[_0x356bd1(0x178)]]=_0x3aca4e;const _0x4e8cec={};_0x4e8cec[_0x356bd1(0xdb)]=0x2,logger[_0x356bd1(0xfe)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType='+_0x3aca4e+_0x356bd1(0x14d)+_0x1d230f+_0x356bd1(0x1d0)+_0x28fcf8+',\x20hook='+util['inspect'](_0x4281e1,_0x4e8cec));}}}return _0x4038d0;}[a91_0x437d8a(0x162)](_0x465e20){const _0xb563ce=a91_0x437d8a,_0x28ecfd={};_0x28ecfd['bLjOm']=_0xb563ce(0x138);const _0x1e585e=_0x28ecfd;try{const _0x13652d=_0x465e20[_0xb563ce(0x17a)]?this[_0xb563ce(0x166)](_0x465e20[_0xb563ce(0x17a)]):_0x465e20[_0xb563ce(0x187)][_0xb563ce(0x1c7)],_0x3150b9=_0x465e20[_0xb563ce(0x202)],_0x201a0b=_0x3150b9[_0xb563ce(0x124)](),_0x5417cf=_0x3150b9[_0xb563ce(0x1af)]()[_0xb563ce(0x1aa)](_0x13652d);if(!_0x5417cf)return logger['debug'](_0xb563ce(0x16c)+_0x13652d),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0xab37fe=this[_0xb563ce(0x10b)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x2904f3=this['getTestFrameworksVersions']()[this[_0xb563ce(0x10b)]()[0x0]]||'',[TestFrameworkConstants[_0xb563ce(0xff)]]:_0x380262='',[TestFrameworkConstants[_0xb563ce(0x213)]]:_0x3203da=''}=_0x5417cf,_0x37b928=_0x3150b9[_0xb563ce(0x1cc)]()[_0xb563ce(0x11f)]()[_0xb563ce(0x1e6)]('.')[0x1],_0x4d3a0c=_0x3150b9['getCurrentHookState']()[_0xb563ce(0x11f)]()[_0xb563ce(0x1e6)]('.')[0x1],_0x4387d9=global?.[_0xb563ce(0x1ac)]?.[_0xb563ce(0x149)]?.[_0xb563ce(0x1e8)]||global[_0xb563ce(0x179)]||0x0,_0x107d93=_0x3150b9[_0xb563ce(0x1f1)](),_0x158e77=Buffer[_0xb563ce(0x112)](JSON['stringify'](_0x5417cf))[_0xb563ce(0x11f)](_0x1e585e[_0xb563ce(0x193)]),_0x582cba={'hash':_0x201a0b[_0xb563ce(0x1a5)](),'threadId':_0x201a0b['getThreadId']()[_0xb563ce(0x11f)](),'processId':_0x201a0b[_0xb563ce(0x196)]()['toString']()},_0x1a9ad0={};_0x1a9ad0[_0xb563ce(0x245)]=_0x4387d9,_0x1a9ad0['testFrameworkName']=_0xab37fe,_0x1a9ad0[_0xb563ce(0xc9)]=_0x2904f3,_0x1a9ad0[_0xb563ce(0x17c)]=_0x37b928,_0x1a9ad0[_0xb563ce(0x1b4)]=_0x4d3a0c,_0x1a9ad0['startedAt']=_0x380262,_0x1a9ad0['endedAt']=_0x3203da,_0x1a9ad0[_0xb563ce(0x22d)]=_0x107d93,_0x1a9ad0[_0xb563ce(0x108)]=_0x158e77,_0x1a9ad0[_0xb563ce(0x10e)]=_0x582cba,_0x1a9ad0[_0xb563ce(0x155)]=_0x13652d;const _0xb5155c=_0x1a9ad0;return _0xb5155c;}catch(_0x189e47){return logger[_0xb563ce(0x163)](_0xb563ce(0x17f)+util['format'](_0x189e47)),{};}}async[a91_0x437d8a(0x19c)](_0x250419,_0x4fcf2a,_0x5efdbf){const _0x28ed64=a91_0x437d8a,_0x527dd1={'IEjoz':function(_0x1133f3,_0x4bb8fa){return _0x1133f3+_0x4bb8fa;},'aqMOi':_0x28ed64(0x242),'wxTjZ':_0x28ed64(0x21d),'GvDfN':function(_0x5e3bd3,_0x4fbb20){return _0x5e3bd3>_0x4fbb20;},'bSMCL':function(_0x4137d0,_0x11c686,_0x49da12,_0x14fbf6){return _0x4137d0(_0x11c686,_0x49da12,_0x14fbf6);},'AxmCJ':function(_0x5f1be6,_0xf020d5){return _0x5f1be6-_0xf020d5;},'HLbqR':function(_0x2cb82d,_0x2fae1d){return _0x2cb82d===_0x2fae1d;},'mrqaJ':function(_0x1bccb9,_0x47e73b){return _0x1bccb9/_0x47e73b;},'eMJAX':function(_0x58980b,_0x166e4d){return _0x58980b<_0x166e4d;},'CHrvv':function(_0x41eee4,_0x493269){return _0x41eee4*_0x493269;},'VtEfF':function(_0x26b119,_0x539469){return _0x26b119+_0x539469;},'ysGkI':function(_0x39b5c8,_0x3b667e){return _0x39b5c8+_0x3b667e;}};try{const _0x2a0ddc=_0x5efdbf['testUUID']||_0x5efdbf[_0x28ed64(0x1fb)],_0x4e86e8=Array[_0x28ed64(0x112)](_0x250419['getAllData']()[_0x28ed64(0x127)]()),_0x441d6b=_0x250419[_0x28ed64(0x1af)]()[_0x28ed64(0x1aa)](_0x2a0ddc);if(!_0x441d6b){logger[_0x28ed64(0xfe)](_0x28ed64(0x24b)+_0x2a0ddc);return;}const {[TestFrameworkConstants[_0x28ed64(0xef)]]:_0x3ff2d8='',[TestFrameworkConstants[_0x28ed64(0x1f7)]]:_0x412f31=''}=_0x441d6b;let _0x176f07=[];_0x441d6b&&_0x441d6b[TestFrameworkConstants[_0x28ed64(0x1e4)]]&&Array[_0x28ed64(0x206)](_0x441d6b[TestFrameworkConstants['KEY_LOGS']])?(_0x176f07=_0x441d6b[TestFrameworkConstants['KEY_LOGS']]||[],logger[_0x28ed64(0xfe)](_0x28ed64(0xfa)+_0x176f07[_0x28ed64(0x23d)]+_0x28ed64(0x111)+_0x2a0ddc),_0x250419[_0x28ed64(0x19a)]({[_0x2a0ddc]:{[TestFrameworkConstants[_0x28ed64(0x1e4)]]:[],[TestFrameworkConstants[_0x28ed64(0xef)]]:this[_0x28ed64(0x10b)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x28ed64(0xd0)]()[this['getTestFrameworks']()[0x0]]||''}}),logger[_0x28ed64(0xfe)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x2a0ddc)):logger[_0x28ed64(0xfe)](_0x28ed64(0x169)+_0x2a0ddc);logger[_0x28ed64(0xfe)](_0x28ed64(0x1fc)+_0x176f07[_0x28ed64(0x23d)]+_0x28ed64(0x249)+_0x2a0ddc);const _0x37f581=_0x176f07[_0x28ed64(0x16a)](_0x1c139f=>_0x1c139f[_0x28ed64(0x13f)]===_0x28ed64(0xd2));_0x527dd1['GvDfN'](_0x37f581[_0x28ed64(0x23d)],0x0)&&(logger[_0x28ed64(0xfe)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20'+_0x37f581[_0x28ed64(0x23d)]+_0x28ed64(0x221)+_0x2a0ddc),_0x37f581[_0x28ed64(0x198)]((_0x321c46,_0x3d145e)=>{const _0x79491c=_0x28ed64;logger[_0x79491c(0xfe)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20'+_0x527dd1[_0x79491c(0x1fd)](_0x3d145e,0x1)+'/'+_0x37f581[_0x79491c(0x23d)]+_0x79491c(0x227)+(_0x321c46[_0x79491c(0x155)]||_0x527dd1[_0x79491c(0x184)])+_0x79491c(0x14e)+(_0x321c46['test_run_uuid']||_0x527dd1[_0x79491c(0x184)])+_0x79491c(0x1c6)+(_0x321c46[_0x79491c(0xd3)]||_0x527dd1[_0x79491c(0x238)])+_0x79491c(0x1b6)+(_0x321c46['message']?.[_0x79491c(0x23d)]||0x0));}));const _0x2edd69=_0x441d6b[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x25617a=_0x527dd1[_0x28ed64(0xe8)](getMediaArtifactsLogs,_0x2edd69,null,_0x2a0ddc),_0x4e958f=(_0x176f07||[])[_0x28ed64(0x20e)](_0x25617a||[]),_0x51da5b=_0x37f581?.[_0x28ed64(0x23d)]||0x0,_0xfe221c=_0x527dd1['AxmCJ'](_0x176f07?.[_0x28ed64(0x23d)]||0x0,_0x51da5b);logger[_0x28ed64(0xfe)](_0x28ed64(0x243)+_0x2a0ddc+',\x20consoleLogs:\x20'+_0xfe221c+_0x28ed64(0xdd)+_0x51da5b+_0x28ed64(0x23e)+(_0x25617a?.[_0x28ed64(0x23d)]||0x0)+',\x20totalLogs:\x20'+_0x4e958f[_0x28ed64(0x23d)]);if(!_0x4e958f||_0x527dd1[_0x28ed64(0x170)](_0x4e958f[_0x28ed64(0x23d)],0x0)){logger[_0x28ed64(0xfe)](_0x28ed64(0xfd)+_0x2a0ddc);return;}const _0x5a5c8d=0x28,_0x494355=Math[_0x28ed64(0x24c)](_0x527dd1['mrqaJ'](_0x4e958f[_0x28ed64(0x23d)],_0x5a5c8d));for(let _0x3113d6=0x0;_0x527dd1[_0x28ed64(0x1f5)](_0x3113d6,_0x494355);_0x3113d6++){const _0x4b83af=_0x527dd1['CHrvv'](_0x3113d6,_0x5a5c8d),_0xd662c0=_0x527dd1[_0x28ed64(0x1b9)](_0x4b83af,_0x5a5c8d),_0x1a2965=_0x4e958f[_0x28ed64(0x1c8)](_0x4b83af,_0xd662c0),_0xf9556=global?.[_0x28ed64(0x218)]??0x0,_0x420e29={'platformIndex':_0xf9556,'logs':_0x1a2965,'testFrameworkName':_0x3ff2d8,'testFrameworkVersion':_0x412f31,'testFrameworkState':_0x4fcf2a[_0x28ed64(0x11f)]()[_0x28ed64(0x1e6)]('.')[0x1]},_0x54b199={};_0x54b199['depth']=0x3,_0x54b199[_0x28ed64(0x1fa)]=0x5,logger[_0x28ed64(0xfe)](_0x28ed64(0x1a8)+_0x527dd1[_0x28ed64(0xf1)](_0x3113d6,0x1)+'/'+_0x494355+_0x28ed64(0x1a6)+_0x2a0ddc+_0x28ed64(0x1f4)+_0x1a2965[_0x28ed64(0x23d)]+_0x28ed64(0x1b3)+_0xf9556+_0x28ed64(0x246)+util[_0x28ed64(0x1c1)](_0x420e29,_0x54b199));const _0x4f4c89=await GrpcClient['getInstance']()['logCreatedEvent'](_0x420e29);logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x527dd1[_0x28ed64(0x1fd)](_0x3113d6,0x1)+'/'+_0x494355+'\x20-\x20testId:\x20'+_0x2a0ddc+_0x28ed64(0x1a3)+util['inspect'](_0x4f4c89));}_0x25617a&&_0x527dd1[_0x28ed64(0x199)](_0x25617a[_0x28ed64(0x23d)],0x0)&&_0x441d6b[TestFrameworkConstants[_0x28ed64(0x183)]]&&_0x250419[_0x28ed64(0x19a)]({[_0x2a0ddc]:{[TestFrameworkConstants[_0x28ed64(0x183)]]:{},[TestFrameworkConstants[_0x28ed64(0xef)]]:this[_0x28ed64(0x10b)]()[0x0]||'',[TestFrameworkConstants[_0x28ed64(0x1f7)]]:this['getTestFrameworksVersions']()[this['getTestFrameworks']()[0x0]]||''}}),logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20'+_0x2a0ddc+_0x28ed64(0x23b)+_0x494355);}catch(_0x2cec0e){logger['error']('[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20'+(_0x5efdbf[_0x28ed64(0x1f9)]||_0x5efdbf[_0x28ed64(0x1fb)])+',\x20error:\x20'+util[_0x28ed64(0x223)](_0x2cec0e));}}[a91_0x437d8a(0x1b8)](_0x121158,_0x3ce899,_0x42d1ae,_0xa0534b,_0x222c48){const _0x45f3a1=a91_0x437d8a,_0x17dfc0={};_0x17dfc0['DxRHy']=function(_0x56bd3f,_0x1fd7a4){return _0x56bd3f===_0x1fd7a4;},_0x17dfc0[_0x45f3a1(0x18d)]='beforeAll';const _0x36bc20=_0x17dfc0,{hookData:_0x4ad53b}=_0x222c48,_0xc4b4fd={'testId':_0x3ce899,'testFrameworkState':_0x42d1ae,'hookState':_0xa0534b,'args':_0x222c48,'timestamp':new Date()[_0x45f3a1(0x119)]()};if(_0x36bc20['DxRHy'](_0x42d1ae,TestFrameworkState[_0x45f3a1(0x1d3)])&&_0x4ad53b){const _0x5c4fbb={};_0x5c4fbb[_0x45f3a1(0x110)]=_0x4ad53b[_0x45f3a1(0xcb)]||_0x4ad53b[_0x45f3a1(0x1f0)],_0x5c4fbb['scope']=_0x4ad53b[_0x45f3a1(0x190)]||_0x4ad53b[_0x45f3a1(0x13a)]&&_0x4ad53b[_0x45f3a1(0x13a)][0x0]||'',_0x5c4fbb[_0x45f3a1(0x1c9)]=_0x36bc20[_0x45f3a1(0x18d)],_0xc4b4fd[_0x45f3a1(0xe6)]=_0x5c4fbb,logger[_0x45f3a1(0xfe)](_0x45f3a1(0x164)+_0x3ce899+',\x20filePath:\x20'+_0xc4b4fd['hookMetadata'][_0x45f3a1(0x110)]+_0x45f3a1(0x16d)+_0xc4b4fd[_0x45f3a1(0xe6)]['scope']);}_0x121158[_0x45f3a1(0x19f)](_0x3ce899,_0xc4b4fd),logger[_0x45f3a1(0xfe)]('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x3ce899+_0x45f3a1(0x209)+_0x42d1ae+_0x45f3a1(0x139)+_0xa0534b);}async[a91_0x437d8a(0x1ec)](_0x1b6a46,_0x1e87c6){const _0x34c818=a91_0x437d8a,_0x32055={};_0x32055[_0x34c818(0x144)]=function(_0x369ddb,_0x133a56){return _0x369ddb>_0x133a56;},_0x32055[_0x34c818(0x10a)]=function(_0x5f4eaa,_0x481a54){return _0x5f4eaa===_0x481a54;},_0x32055[_0x34c818(0x121)]=function(_0x56c2d7,_0x5809cf){return _0x56c2d7===_0x5809cf;},_0x32055['vszCb']=function(_0x5a863a,_0x46b326){return _0x5a863a===_0x46b326;},_0x32055['ukEOA']=function(_0x226b45,_0x279ae7){return _0x226b45>_0x279ae7;},_0x32055[_0x34c818(0x240)]='[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook';const _0x574073=_0x32055;if(_0x1b6a46[_0x34c818(0x10f)](_0x1e87c6)){const _0x1e1b14=_0x1b6a46[_0x34c818(0x117)](_0x1e87c6);logger[_0x34c818(0xfe)]('Processing\x20'+_0x1e1b14[_0x34c818(0x23d)]+'\x20pending\x20hooks\x20for\x20testId:\x20'+_0x1e87c6);for(const _0x532319 of _0x1e1b14){try{const _0x18f3df=await this['trackHookEvent'](_0x1b6a46,_0x532319[_0x34c818(0x17c)],_0x532319[_0x34c818(0x1b4)],_0x532319[_0x34c818(0x252)]);_0x18f3df&&_0x574073[_0x34c818(0x144)](Object[_0x34c818(0x127)](_0x18f3df)[_0x34c818(0x23d)],0x0)&&_0x1b6a46['addMultipleEntries'](_0x18f3df),await this['runHooks'](_0x1b6a46,_0x532319[_0x34c818(0x17c)],_0x532319[_0x34c818(0x1b4)],_0x532319['args']);}catch(_0x1e4fa6){logger[_0x34c818(0x163)](_0x34c818(0x14c)+_0x1e87c6+_0x34c818(0x114)+_0x1e4fa6);}}_0x1b6a46[_0x34c818(0x160)](_0x1e87c6),logger[_0x34c818(0xfe)](_0x34c818(0x188)+_0x1e87c6);}const _0x112c3e=_0x1b6a46[_0x34c818(0x1af)]()[_0x34c818(0x1aa)](_0x1e87c6);if(_0x112c3e){const _0x92df21=_0x112c3e[TestFrameworkConstants['KEY_TEST_FILE_PATH']]||_0x112c3e[TestFrameworkConstants['KEY_TEST_LOCATION']],_0xe238f2=_0x112c3e[TestFrameworkConstants[_0x34c818(0x14a)]]||_0x112c3e[TestFrameworkConstants[_0x34c818(0x12a)]]&&_0x112c3e[TestFrameworkConstants[_0x34c818(0x12a)]][0x0]||'';logger['debug'](_0x34c818(0x21e)+_0x92df21+_0x34c818(0x16d)+_0xe238f2);const _0x4023af=_0x1b6a46[_0x34c818(0x1e1)]();for(const _0x5bf8c2 of _0x4023af){if(_0x574073[_0x34c818(0x10a)](_0x5bf8c2,_0x1e87c6))continue;if(_0x1b6a46[_0x34c818(0x10f)](_0x5bf8c2)){const _0x164008=_0x1b6a46['getPendingHooks'](_0x5bf8c2);for(const _0x915179 of _0x164008){if(_0x574073[_0x34c818(0x121)](_0x915179[_0x34c818(0x17c)],TestFrameworkState[_0x34c818(0x1d3)])&&_0x915179['hookMetadata']){const _0x3a0afd=_0x915179[_0x34c818(0xe6)][_0x34c818(0x110)],_0x226bd3=_0x915179['hookMetadata'][_0x34c818(0x190)];if(_0x574073[_0x34c818(0x156)](_0x3a0afd,_0x92df21)&&_0x574073[_0x34c818(0x10a)](_0x226bd3,_0xe238f2)){logger[_0x34c818(0xfe)](_0x34c818(0x1d4)+_0x5bf8c2+_0x34c818(0x15b)+_0x1e87c6+',\x20filePath:\x20'+_0x3a0afd+',\x20scope:\x20'+_0x226bd3);_0x915179[_0x34c818(0x252)]&&_0x915179[_0x34c818(0x252)][_0x34c818(0x187)]&&(_0x915179[_0x34c818(0x252)][_0x34c818(0x187)][_0x34c818(0x1c7)]=_0x1e87c6,logger['debug'](_0x34c818(0xd7)+_0x5bf8c2+_0x34c818(0x15f)+_0x1e87c6));try{const _0x3831ac=await this[_0x34c818(0x100)](_0x1b6a46,_0x915179[_0x34c818(0x17c)],_0x915179['hookState'],_0x915179['args']);_0x3831ac&&_0x574073[_0x34c818(0xc8)](Object[_0x34c818(0x127)](_0x3831ac)['length'],0x0)&&_0x1b6a46[_0x34c818(0x19a)](_0x3831ac);await this[_0x34c818(0x22c)](_0x1b6a46,_0x915179[_0x34c818(0x17c)],_0x915179[_0x34c818(0x1b4)],_0x915179['args']);const _0x2faf5e=_0x1b6a46[_0x34c818(0x117)](_0x5bf8c2)[_0x34c818(0x16a)](_0x4b66f3=>_0x4b66f3!==_0x915179);if(_0x574073[_0x34c818(0x10a)](_0x2faf5e[_0x34c818(0x23d)],0x0))_0x1b6a46[_0x34c818(0x160)](_0x5bf8c2);else{_0x1b6a46['removePendingHooks'](_0x5bf8c2);for(const _0x2ceb14 of _0x2faf5e){_0x1b6a46[_0x34c818(0x19f)](_0x5bf8c2,_0x2ceb14);}}logger['debug'](_0x574073['IpvjI']);}catch(_0x1c5880){logger[_0x34c818(0x163)](_0x34c818(0x21f)+_0x1e87c6+_0x34c818(0x114)+_0x1c5880);}}}}}}}}[a91_0x437d8a(0xe3)](_0x12c247){const _0x1d811c=a91_0x437d8a,_0x436b78={'fjuff':function(_0x20b6a5){return _0x20b6a5();}};if(!_0x12c247||!_0x12c247[_0x1d811c(0x241)])return;_0x12c247[_0x1d811c(0x241)]['hooks']&&Array[_0x1d811c(0x206)](_0x12c247[_0x1d811c(0x241)][_0x1d811c(0x21a)])&&_0x12c247['parent']['hooks'][_0x1d811c(0x198)](_0x1df566=>{const _0x80425a=_0x1d811c;!_0x1df566[_0x80425a(0xf7)]&&!_0x1df566['hookUUID']&&(_0x1df566[_0x80425a(0xf7)]=_0x436b78['fjuff'](uuidv4),_0x1df566[_0x80425a(0x24e)]=_0x1df566[_0x80425a(0xf7)],logger['debug']('[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type='+_0x1df566[_0x80425a(0xd6)]+_0x80425a(0xf3)+_0x1df566[_0x80425a(0xf7)]));}),this[_0x1d811c(0xe3)](_0x12c247['parent']);}[a91_0x437d8a(0x1e7)](_0x53160a){const _0x246d79=a91_0x437d8a,_0x29e1dc={'slMyt':function(_0x2a5f11,_0x5e3942){return _0x2a5f11(_0x5e3942);}};if(!_0x53160a||!_0x53160a[_0x246d79(0x241)])return[];const _0x1f8d8d=[];return _0x53160a[_0x246d79(0x241)][_0x246d79(0x21a)]&&Array['isArray'](_0x53160a['parent'][_0x246d79(0x21a)])&&_0x53160a[_0x246d79(0x241)][_0x246d79(0x21a)]['forEach'](_0x4fd1b9=>{const _0x405a9e=_0x246d79,_0xc9ba88=_0x4fd1b9[_0x405a9e(0xf7)]||_0x4fd1b9[_0x405a9e(0x24e)];_0xc9ba88&&!this[_0x405a9e(0x1d2)](_0x4fd1b9)&&!_0x29e1dc[_0x405a9e(0x1ae)](isInternalHook,_0x4fd1b9['fn'])&&_0x1f8d8d[_0x405a9e(0x11a)](_0xc9ba88);}),[..._0x1f8d8d,...this[_0x246d79(0x1e7)](_0x53160a[_0x246d79(0x241)])];}[a91_0x437d8a(0x1bf)](_0x6c6307){const _0x5deda1=a91_0x437d8a,_0x2c7fc3={'YeqSh':function(_0x3ab51e,_0x51ce31){return _0x3ab51e(_0x51ce31);},'KACZa':_0x5deda1(0x152)},_0x2fffff=new Map(),_0x42395b=_0x9c6c4a=>{const _0x189bf=_0x5deda1;if(!_0x9c6c4a||!_0x9c6c4a[_0x189bf(0x241)])return;_0x9c6c4a[_0x189bf(0x241)][_0x189bf(0x21a)]&&Array[_0x189bf(0x206)](_0x9c6c4a[_0x189bf(0x241)][_0x189bf(0x21a)])&&_0x9c6c4a[_0x189bf(0x241)][_0x189bf(0x21a)][_0x189bf(0x198)](_0x126058=>{const _0x341e8e=_0x189bf,_0x446476=_0x126058[_0x341e8e(0xf7)]||_0x126058['hookUUID'];if(_0x446476&&!this[_0x341e8e(0x1d2)](_0x126058)&&!_0x2c7fc3['YeqSh'](isInternalHook,_0x126058['fn'])){const _0x4493cd={};_0x4493cd[_0x341e8e(0xd6)]=_0x126058['type']||_0x2c7fc3[_0x341e8e(0x142)],_0x4493cd['name']=_0x126058[_0x341e8e(0x135)]||'\x22'+_0x126058[_0x341e8e(0xd6)]+_0x341e8e(0x173),_0x2fffff[_0x341e8e(0x140)](_0x446476,_0x4493cd);}}),_0x2c7fc3[_0x189bf(0x1bc)](_0x42395b,_0x9c6c4a[_0x189bf(0x241)]);};return _0x2c7fc3[_0x5deda1(0x1bc)](_0x42395b,_0x6c6307),_0x2fffff;}[a91_0x437d8a(0x1d2)](_0x1f89eb){const _0x6c424f=a91_0x437d8a,_0x2ab4c2={};_0x2ab4c2['fWFZK']=_0x6c424f(0x131),_0x2ab4c2[_0x6c424f(0x123)]=_0x6c424f(0x13e);const _0x4e5a3a=_0x2ab4c2;try{const _0x233f3f=this[_0x6c424f(0x137)](_0x1f89eb);if(!_0x233f3f||_0x233f3f[_0x6c424f(0xca)](_0x4e5a3a[_0x6c424f(0x211)]))return!![];return![];}catch(_0x1d1255){logger[_0x6c424f(0xfe)](_0x4e5a3a[_0x6c424f(0x123)]);}return![];}[a91_0x437d8a(0x137)](_0x43fdb7){const _0x567da4=a91_0x437d8a,_0x19dff1={'PSXxB':function(_0x39d36a,_0x1464ec){return _0x39d36a(_0x1464ec);}};if(_0x43fdb7[_0x567da4(0x1e2)])return _0x43fdb7[_0x567da4(0x1e2)];if(_0x43fdb7[_0x567da4(0x1dd)])try{const _0x287dd3=stackTrace[_0x567da4(0xf5)](_0x43fdb7['asyncError']),_0x2a4538=_0x19dff1[_0x567da4(0x236)](pickUserFrameFile,_0x287dd3);if(_0x2a4538)return _0x2a4538;logger[_0x567da4(0xfe)](_0x567da4(0x235)+_0x287dd3[_0x567da4(0x23d)]+')');}catch(_0x2bd37c){logger['debug']('[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20'+util[_0x567da4(0x223)](_0x2bd37c));}return null;}}module['exports']=JestTestFramework;
@@ -1 +1 @@
1
- const a92_0x1ae020=a92_0x590f;(function(_0x2a8b03,_0x3053c9){const _0x391bda=a92_0x590f,_0x2f34dc=_0x2a8b03();while(!![]){try{const _0x49b94=-parseInt(_0x391bda(0x1a9))/0x1*(-parseInt(_0x391bda(0x1aa))/0x2)+parseInt(_0x391bda(0x1dd))/0x3+parseInt(_0x391bda(0x1f1))/0x4*(-parseInt(_0x391bda(0x19c))/0x5)+parseInt(_0x391bda(0x1a2))/0x6+-parseInt(_0x391bda(0x1e2))/0x7*(-parseInt(_0x391bda(0x1e7))/0x8)+parseInt(_0x391bda(0x1a1))/0x9*(-parseInt(_0x391bda(0x1b2))/0xa)+parseInt(_0x391bda(0x1c8))/0xb;if(_0x49b94===_0x3053c9)break;else _0x2f34dc['push'](_0x2f34dc['shift']());}catch(_0xa20f12){_0x2f34dc['push'](_0x2f34dc['shift']());}}}(a92_0x5bf9,0x8bf7d));function a92_0x5bf9(){const _0x4c3a56=['../cliUtils.js','pHyFR','./testFramework','format','../../../helpers/classLogger.js','getCurrentTestState','getContext','NewmanTestFramework','path','DEFAULT_TEST_RESULT','file_path','custom_metadata','../state/hookState.js','getTestFrameworks','\x20hook=','2197995jMBDJr','KEY_TEST_FAILURE','getId','KEY_TEST_FAILURE_TYPE','failure_type','989051RfbsCG','toString','createTestFrameworkEventPayload:\x20error=','location','KEY_CUSTOM_TAGS','8eyMVKj','BkTQG','../instances/trackedInstance.js','trackEvent:\x20state=','KEY_TEST_CODE','KEY_TEST_ENDED_AT','parseNewmanTestResult','createTestFrameworkEventPayload','from','uuid','1064XbONYl','result','KEY_TEST_ID','KEY_HOOKS_STARTED','KEY_HOOKS_FINISHED','14275HYfWyN','KEY_TEST_LOCATION','trackEvent:\x20error=','YunIM','KEY_TEST_RERUN_NAME','9599112boenmA','5258928vhzcfB','KEY_TEST_STARTED_AT','KEY_TEST_TAGS','failure','started_at','../instances/testFrameworkInstance.js','getThreadId','5NtZhRm','87004KvMsHa','PRE','debug','getTrackedInstance','test','zbANF','KEY_TEST_FILE_PATH','KEY_TEST_FRAMEWORK_NAME','10lpQAwa','TEST','KEY_TEST_FAILURE_REASON','exports','scope','KEY_TEST_SCOPES','KEY_TEST_RESULT','KEY_TEST_NAME','KEY_TEST_UUID','util','createContext','KEY_TEST_SCOPE','base64','KEY_TEST_FRAMEWORK_VERSION','runHooks','./constants/testFrameworkConstants.js','getCurrentHookState','parseNewmanTest','error','getTestFrameworksVersions','split','KEY_TEST_LOGS','4744861lQrBdf','toISOString','failure_reason','getAllData','KEY_TEST_META','NONE'];a92_0x5bf9=function(){return _0x4c3a56;};return a92_0x5bf9();}const path=require(a92_0x1ae020(0x1d6)),TestFramework=require(a92_0x1ae020(0x1d0)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a92_0x1ae020(0x1da)),{createClassLogger}=require(a92_0x1ae020(0x1d2)),TestFrameworkInstance=require(a92_0x1ae020(0x1a7)),CLIUtils=require(a92_0x1ae020(0x1ce)),TrackedInstance=require(a92_0x1ae020(0x1e9)),TestFrameworkConstants=require(a92_0x1ae020(0x1c1)),util=require(a92_0x1ae020(0x1bb)),logger=createClassLogger(a92_0x1ae020(0x1d5));function a92_0x590f(_0x20d125,_0xa557b4){const _0x5bf9b0=a92_0x5bf9();return a92_0x590f=function(_0x590fe4,_0x5cd5a7){_0x590fe4=_0x590fe4-0x19c;let _0x2fe23e=_0x5bf9b0[_0x590fe4];return _0x2fe23e;},a92_0x590f(_0x20d125,_0xa557b4);}class NewmanTestFramework extends TestFramework{constructor(_0x2ddac6,_0x3fe88b,_0x3d2312){super(_0x2ddac6,_0x3fe88b,_0x3d2312);}async['trackEvent'](_0x4a8523,_0x56f86a,_0x11759a={}){const _0x2f852b=a92_0x1ae020,_0x3c6e4f={};_0x3c6e4f[_0x2f852b(0x19f)]=function(_0x827350,_0x2b2606){return _0x827350===_0x2b2606;},_0x3c6e4f['zbANF']=function(_0x16225d,_0xaf7119){return _0x16225d===_0xaf7119;};const _0x5b23fd=_0x3c6e4f;logger[_0x2f852b(0x1ac)](_0x2f852b(0x1ea)+_0x4a8523+_0x2f852b(0x1dc)+_0x56f86a),await super['trackEvent'](_0x4a8523,_0x56f86a,_0x11759a);const _0x248b51=this['resolveInstance'](_0x4a8523,_0x56f86a,_0x11759a);if(!_0x248b51)return;try{if(_0x5b23fd['YunIM'](_0x4a8523,TestFrameworkState[_0x2f852b(0x1b3)])&&_0x11759a[_0x2f852b(0x1ae)]){const _0x50f6e3=_0x5b23fd[_0x2f852b(0x1af)](_0x56f86a,HookState[_0x2f852b(0x1ab)])?this[_0x2f852b(0x1c3)](_0x11759a['test']):this[_0x2f852b(0x1ed)](_0x11759a[_0x2f852b(0x1ae)]);_0x248b51['addMultipleEntries'](_0x50f6e3);}}catch(_0x9eb045){logger[_0x2f852b(0x1c4)](_0x2f852b(0x19e)+util[_0x2f852b(0x1d1)](_0x9eb045));}_0x11759a['instance']=_0x248b51,await this[_0x2f852b(0x1c0)](_0x248b51,_0x4a8523,_0x56f86a,_0x11759a);}[a92_0x1ae020(0x1c3)](_0x5ddab7){const _0x25d4cf=a92_0x1ae020,_0x26fa85=this[_0x25d4cf(0x1db)]()[0x0],_0x5a4259={};return _0x5a4259[_0x5ddab7[_0x25d4cf(0x1f0)]]={[TestFrameworkConstants[_0x25d4cf(0x1b1)]]:_0x26fa85,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x25d4cf(0x1c5)]()[_0x26fa85],[TestFrameworkConstants[_0x25d4cf(0x1c7)]]:[],[TestFrameworkConstants[_0x25d4cf(0x1f5)]]:{},[TestFrameworkConstants[_0x25d4cf(0x1f4)]]:{},[TestFrameworkConstants[_0x25d4cf(0x1b8)]]:TestFrameworkConstants[_0x25d4cf(0x1d7)],[TestFrameworkConstants[_0x25d4cf(0x1f3)]]:_0x5ddab7[_0x25d4cf(0x1f0)],[TestFrameworkConstants[_0x25d4cf(0x1ba)]]:_0x5ddab7[_0x25d4cf(0x1f0)],[TestFrameworkConstants[_0x25d4cf(0x1b9)]]:_0x5ddab7['name'],[TestFrameworkConstants[_0x25d4cf(0x1b0)]]:_0x5ddab7[_0x25d4cf(0x1d8)]||'',[TestFrameworkConstants[_0x25d4cf(0x19d)]]:_0x5ddab7[_0x25d4cf(0x1e5)]||'',[TestFrameworkConstants[_0x25d4cf(0x1eb)]]:null,[TestFrameworkConstants[_0x25d4cf(0x1a4)]]:_0x5ddab7['tags']||[],[TestFrameworkConstants[_0x25d4cf(0x1a3)]]:_0x5ddab7[_0x25d4cf(0x1a6)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x25d4cf(0x1bd)]]:_0x5ddab7[_0x25d4cf(0x1b6)]||'',[TestFrameworkConstants[_0x25d4cf(0x1b7)]]:_0x5ddab7['scopes']||[],[TestFrameworkConstants[_0x25d4cf(0x1a0)]]:null,[TestFrameworkConstants[_0x25d4cf(0x1e6)]]:_0x5ddab7[_0x25d4cf(0x1d9)]||{},[TestFrameworkConstants[_0x25d4cf(0x1cc)]]:_0x5ddab7['meta']||{}},_0x5a4259;}[a92_0x1ae020(0x1ed)](_0x46f17c){const _0xe737f8=a92_0x1ae020,_0x44556d={};_0x44556d[_0xe737f8(0x1cf)]='pending';const _0x179059=_0x44556d,_0x2b94e8={};return _0x2b94e8[_0x46f17c['uuid']]={[TestFrameworkConstants[_0xe737f8(0x1b8)]]:_0x46f17c[_0xe737f8(0x1f2)]||_0x179059['pHyFR'],[TestFrameworkConstants[_0xe737f8(0x1ec)]]:_0x46f17c['finished_at']||new Date()[_0xe737f8(0x1c9)](),[TestFrameworkConstants[_0xe737f8(0x1de)]]:_0x46f17c[_0xe737f8(0x1a5)]||[],[TestFrameworkConstants[_0xe737f8(0x1e0)]]:_0x46f17c[_0xe737f8(0x1e1)]||null,[TestFrameworkConstants[_0xe737f8(0x1b4)]]:_0x46f17c[_0xe737f8(0x1ca)]||null},_0x2b94e8;}['resolveInstance'](_0x35b399){const _0x3e1f93=a92_0x1ae020;let _0x459853=TestFramework[_0x3e1f93(0x1ad)]();if(!_0x459853){const _0x558c46=TrackedInstance[_0x3e1f93(0x1bc)](CLIUtils['getCurrentInstanceName']());_0x459853=new TestFrameworkInstance(_0x558c46,this[_0x3e1f93(0x1db)](),this['getTestFrameworksVersions'](),_0x35b399,HookState[_0x3e1f93(0x1cd)]),TestFramework['setTrackedInstance'](_0x558c46,_0x459853);}return _0x459853;}[a92_0x1ae020(0x1ee)](_0xc1d6d0){const _0x257584=a92_0x1ae020,_0x2066a4={};_0x2066a4[_0x257584(0x1e8)]=_0x257584(0x1be);const _0x4a0d32=_0x2066a4;try{const _0x5ef0f2=_0xc1d6d0[_0x257584(0x1ae)]?_0xc1d6d0[_0x257584(0x1ae)][_0x257584(0x1f0)]:null,_0xb92c4e=_0xc1d6d0['instance'],_0x4c84d9=_0xb92c4e[_0x257584(0x1d4)](),_0x5e3f8c=_0xb92c4e[_0x257584(0x1cb)]()['get'](_0x5ef0f2);if(!_0x5e3f8c)return{};const {[TestFrameworkConstants[_0x257584(0x1b1)]]:_0x5a6071='',[TestFrameworkConstants[_0x257584(0x1bf)]]:_0x9470f8='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x867520='',[TestFrameworkConstants[_0x257584(0x1ec)]]:_0x2571d4=''}=_0x5e3f8c;return{'platformIndex':0x0,'testFrameworkName':_0x5a6071,'testFrameworkVersion':_0x9470f8,'testFrameworkState':_0xb92c4e[_0x257584(0x1d3)]()[_0x257584(0x1e3)]()[_0x257584(0x1c6)]('.')[0x1],'hookState':_0xb92c4e[_0x257584(0x1c2)]()[_0x257584(0x1e3)]()[_0x257584(0x1c6)]('.')[0x1],'startedAt':_0x867520,'endedAt':_0x2571d4,'uuid':_0x5ef0f2,'eventJson':Buffer[_0x257584(0x1ef)](JSON['stringify'](_0x5e3f8c))['toString'](_0x4a0d32['BkTQG']),'executionContext':{'hash':_0x4c84d9[_0x257584(0x1df)](),'threadId':_0x4c84d9[_0x257584(0x1a8)]()[_0x257584(0x1e3)](),'processId':_0x4c84d9['getProcessId']()[_0x257584(0x1e3)]()}};}catch(_0x59979e){return logger['error'](_0x257584(0x1e4)+util[_0x257584(0x1d1)](_0x59979e)),{};}}}module[a92_0x1ae020(0x1b5)]=NewmanTestFramework;
1
+ const a92_0x53f4fe=a92_0x5a8b;function a92_0x5a8b(_0x8205f5,_0x5b6884){const _0x3d3a27=a92_0x3d3a();return a92_0x5a8b=function(_0x5a8b44,_0x4822d1){_0x5a8b44=_0x5a8b44-0x117;let _0x2439a2=_0x3d3a27[_0x5a8b44];return _0x2439a2;},a92_0x5a8b(_0x8205f5,_0x5b6884);}function a92_0x3d3a(){const _0x25bc51=['MATLQ','../state/testFrameworkState.js','35XDxbHL','KEY_TEST_META','12045780VLFvZQ','KEY_TEST_STARTED_AT','result','file_path','getAllData','uuid','3iJYvIE','KEY_TEST_FRAMEWORK_VERSION','debug','KEY_TEST_SCOPES','4881772fHVzOq','KEY_TEST_FRAMEWORK_NAME','getTestFrameworksVersions','KEY_TEST_FAILURE_REASON','KEY_TEST_FAILURE','8adIcjR','parseNewmanTestResult','addMultipleEntries','test','split','./testFramework','getCurrentInstanceName','getProcessId','11WhQjCE','KEY_TEST_ID','NewmanTestFramework','toISOString','932300LZtjcB','location','util','trackEvent:\x20state=','instance','PRE','started_at','getTrackedInstance','KEY_TEST_CODE','KEY_TEST_RESULT','finished_at','515979AjOAMj','KEY_TEST_RERUN_NAME','scopes','trackEvent:\x20error=','exports','createTestFrameworkEventPayload:\x20error=','meta','./constants/testFrameworkConstants.js','KEY_TEST_UUID','name','getTestFrameworks','KEY_TEST_NAME','getCurrentHookState','custom_metadata','KEY_TEST_LOCATION','runHooks','toString','createTestFrameworkEventPayload','KEY_TEST_TAGS','KEY_TEST_LOGS','scope','../instances/testFrameworkInstance.js','../cliUtils.js','20594196JAIxPT','KEY_TEST_FAILURE_TYPE','12fIuUjz','../../../helpers/classLogger.js','getCurrentTestState','KEY_TEST_ENDED_AT','KEY_TEST_FILE_PATH','createContext','qVqgi','trackEvent','1785440iCGgeH','path','get','172712tcMJjY','format','resolveInstance','tags','\x20hook=','parseNewmanTest'];a92_0x3d3a=function(){return _0x25bc51;};return a92_0x3d3a();}(function(_0x365d4d,_0x295ecf){const _0x1fe80f=a92_0x5a8b,_0x4eaf6a=_0x365d4d();while(!![]){try{const _0x589d0f=parseInt(_0x1fe80f(0x124))/0x1+parseInt(_0x1fe80f(0x14c))/0x2*(parseInt(_0x1fe80f(0x137))/0x3)+parseInt(_0x1fe80f(0x127))/0x4*(parseInt(_0x1fe80f(0x12f))/0x5)+parseInt(_0x1fe80f(0x11c))/0x6*(parseInt(_0x1fe80f(0x13b))/0x7)+parseInt(_0x1fe80f(0x140))/0x8*(-parseInt(_0x1fe80f(0x157))/0x9)+-parseInt(_0x1fe80f(0x131))/0xa*(parseInt(_0x1fe80f(0x148))/0xb)+-parseInt(_0x1fe80f(0x11a))/0xc;if(_0x589d0f===_0x295ecf)break;else _0x4eaf6a['push'](_0x4eaf6a['shift']());}catch(_0x1a83a1){_0x4eaf6a['push'](_0x4eaf6a['shift']());}}}(a92_0x3d3a,0xecf28));const path=require(a92_0x53f4fe(0x125)),TestFramework=require(a92_0x53f4fe(0x145)),TestFrameworkState=require(a92_0x53f4fe(0x12e)),HookState=require('../state/hookState.js'),{createClassLogger}=require(a92_0x53f4fe(0x11d)),TestFrameworkInstance=require(a92_0x53f4fe(0x118)),CLIUtils=require(a92_0x53f4fe(0x119)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a92_0x53f4fe(0x15e)),util=require(a92_0x53f4fe(0x14e)),logger=createClassLogger(a92_0x53f4fe(0x14a));class NewmanTestFramework extends TestFramework{constructor(_0x3847b0,_0x148016,_0xdc7d0d){super(_0x3847b0,_0x148016,_0xdc7d0d);}async[a92_0x53f4fe(0x123)](_0xff7c00,_0x142bf0,_0x464c61={}){const _0x5aca8c=a92_0x53f4fe,_0x17c932={};_0x17c932[_0x5aca8c(0x122)]=function(_0x55b5d6,_0x118c59){return _0x55b5d6===_0x118c59;};const _0x242e93=_0x17c932;logger[_0x5aca8c(0x139)](_0x5aca8c(0x14f)+_0xff7c00+_0x5aca8c(0x12b)+_0x142bf0),await super[_0x5aca8c(0x123)](_0xff7c00,_0x142bf0,_0x464c61);const _0x3c6a3c=this[_0x5aca8c(0x129)](_0xff7c00,_0x142bf0,_0x464c61);if(!_0x3c6a3c)return;try{if(_0x242e93[_0x5aca8c(0x122)](_0xff7c00,TestFrameworkState['TEST'])&&_0x464c61['test']){const _0x3d321d=_0x242e93[_0x5aca8c(0x122)](_0x142bf0,HookState[_0x5aca8c(0x151)])?this['parseNewmanTest'](_0x464c61['test']):this[_0x5aca8c(0x141)](_0x464c61[_0x5aca8c(0x143)]);_0x3c6a3c[_0x5aca8c(0x142)](_0x3d321d);}}catch(_0x30bc32){logger['error'](_0x5aca8c(0x15a)+util[_0x5aca8c(0x128)](_0x30bc32));}_0x464c61['instance']=_0x3c6a3c,await this[_0x5aca8c(0x166)](_0x3c6a3c,_0xff7c00,_0x142bf0,_0x464c61);}[a92_0x53f4fe(0x12c)](_0xdedc0d){const _0x4f955c=a92_0x53f4fe,_0x4ade41=this[_0x4f955c(0x161)]()[0x0],_0x27150b={};return _0x27150b[_0xdedc0d['uuid']]={[TestFrameworkConstants[_0x4f955c(0x13c)]]:_0x4ade41,[TestFrameworkConstants[_0x4f955c(0x138)]]:this[_0x4f955c(0x13d)]()[_0x4ade41],[TestFrameworkConstants[_0x4f955c(0x16a)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants[_0x4f955c(0x149)]]:_0xdedc0d[_0x4f955c(0x136)],[TestFrameworkConstants[_0x4f955c(0x15f)]]:_0xdedc0d[_0x4f955c(0x136)],[TestFrameworkConstants[_0x4f955c(0x162)]]:_0xdedc0d[_0x4f955c(0x160)],[TestFrameworkConstants[_0x4f955c(0x120)]]:_0xdedc0d[_0x4f955c(0x134)]||'',[TestFrameworkConstants[_0x4f955c(0x165)]]:_0xdedc0d[_0x4f955c(0x14d)]||'',[TestFrameworkConstants[_0x4f955c(0x154)]]:null,[TestFrameworkConstants[_0x4f955c(0x169)]]:_0xdedc0d[_0x4f955c(0x12a)]||[],[TestFrameworkConstants[_0x4f955c(0x132)]]:_0xdedc0d[_0x4f955c(0x152)]||new Date()[_0x4f955c(0x14b)](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0xdedc0d[_0x4f955c(0x117)]||'',[TestFrameworkConstants[_0x4f955c(0x13a)]]:_0xdedc0d[_0x4f955c(0x159)]||[],[TestFrameworkConstants[_0x4f955c(0x158)]]:null,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0xdedc0d[_0x4f955c(0x164)]||{},[TestFrameworkConstants[_0x4f955c(0x130)]]:_0xdedc0d[_0x4f955c(0x15d)]||{}},_0x27150b;}[a92_0x53f4fe(0x141)](_0x33ca36){const _0x4ff239=a92_0x53f4fe,_0x305704={};_0x305704['QbmkM']='pending';const _0x3a0b30=_0x305704,_0x43e353={};return _0x43e353[_0x33ca36['uuid']]={[TestFrameworkConstants[_0x4ff239(0x155)]]:_0x33ca36[_0x4ff239(0x133)]||_0x3a0b30['QbmkM'],[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x33ca36[_0x4ff239(0x156)]||new Date()[_0x4ff239(0x14b)](),[TestFrameworkConstants[_0x4ff239(0x13f)]]:_0x33ca36['failure']||[],[TestFrameworkConstants[_0x4ff239(0x11b)]]:_0x33ca36['failure_type']||null,[TestFrameworkConstants[_0x4ff239(0x13e)]]:_0x33ca36['failure_reason']||null},_0x43e353;}[a92_0x53f4fe(0x129)](_0x16394a){const _0x144ddc=a92_0x53f4fe;let _0x7e1f8=TestFramework[_0x144ddc(0x153)]();if(!_0x7e1f8){const _0x54d05a=TrackedInstance[_0x144ddc(0x121)](CLIUtils[_0x144ddc(0x146)]());_0x7e1f8=new TestFrameworkInstance(_0x54d05a,this['getTestFrameworks'](),this[_0x144ddc(0x13d)](),_0x16394a,HookState['NONE']),TestFramework['setTrackedInstance'](_0x54d05a,_0x7e1f8);}return _0x7e1f8;}[a92_0x53f4fe(0x168)](_0x86e84a){const _0x2f9d18=a92_0x53f4fe,_0x1ec04a={};_0x1ec04a[_0x2f9d18(0x12d)]='base64';const _0x444c8d=_0x1ec04a;try{const _0x224c20=_0x86e84a[_0x2f9d18(0x143)]?_0x86e84a['test'][_0x2f9d18(0x136)]:null,_0x51de9d=_0x86e84a[_0x2f9d18(0x150)],_0x4d1e10=_0x51de9d['getContext'](),_0x551c4f=_0x51de9d[_0x2f9d18(0x135)]()[_0x2f9d18(0x126)](_0x224c20);if(!_0x551c4f)return{};const {[TestFrameworkConstants[_0x2f9d18(0x13c)]]:_0x5eda69='',[TestFrameworkConstants[_0x2f9d18(0x138)]]:_0x38bc72='',[TestFrameworkConstants[_0x2f9d18(0x132)]]:_0x5ac9c7='',[TestFrameworkConstants[_0x2f9d18(0x11f)]]:_0x1e4c82=''}=_0x551c4f;return{'platformIndex':0x0,'testFrameworkName':_0x5eda69,'testFrameworkVersion':_0x38bc72,'testFrameworkState':_0x51de9d[_0x2f9d18(0x11e)]()[_0x2f9d18(0x167)]()['split']('.')[0x1],'hookState':_0x51de9d[_0x2f9d18(0x163)]()[_0x2f9d18(0x167)]()[_0x2f9d18(0x144)]('.')[0x1],'startedAt':_0x5ac9c7,'endedAt':_0x1e4c82,'uuid':_0x224c20,'eventJson':Buffer['from'](JSON['stringify'](_0x551c4f))[_0x2f9d18(0x167)](_0x444c8d[_0x2f9d18(0x12d)]),'executionContext':{'hash':_0x4d1e10['getId'](),'threadId':_0x4d1e10['getThreadId']()[_0x2f9d18(0x167)](),'processId':_0x4d1e10[_0x2f9d18(0x147)]()[_0x2f9d18(0x167)]()}};}catch(_0x23bfd8){return logger['error'](_0x2f9d18(0x15c)+util[_0x2f9d18(0x128)](_0x23bfd8)),{};}}}module[a92_0x53f4fe(0x15b)]=NewmanTestFramework;
@@ -1 +1 @@
1
- const a93_0x3c05a3=a93_0x3b79;function a93_0x88f2(){const _0x4e6329=['3470290vAqYcB','trackEvent:\x20automationFrameworkState=','info','74ZUDNiS','trackPlaywrightInstance:\x20instance\x20already\x20exists','getAutomationFrameworkName','4EdIYGH','trackPlaywrightInstance','getTrackedInstance','12nqhtru','./automationFramework.js','8608235ifkPET','../state/automationFrameworkState.js','51175xCEYec','trackEvent','logger','FQVUK','getId','\x20hookState=','88mPOouh','exports','4846656HqizCy','mSrYn','message','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','VItOn','resolveInstance',',\x20state=','NONE','PLAYWRIGHT_DISPATCH','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','\x20target=','params','instance','../../../helpers/classLogger.js','../instances/automationFrameworkInstance.js','9hCjFCE','2226818jFsDsU','sXVDK','1003051WUQGOc','bsParams','5704956bEWZNB','setTrackedInstance'];a93_0x88f2=function(){return _0x4e6329;};return a93_0x88f2();}(function(_0x23f49d,_0x919986){const _0x47c358=a93_0x3b79,_0x10b451=_0x23f49d();while(!![]){try{const _0x53c874=parseInt(_0x47c358(0x11e))/0x1*(-parseInt(_0x47c358(0x114))/0x2)+parseInt(_0x47c358(0x126))/0x3*(parseInt(_0x47c358(0x117))/0x4)+parseInt(_0x47c358(0x11c))/0x5+parseInt(_0x47c358(0x10f))/0x6+-parseInt(_0x47c358(0x10d))/0x7*(parseInt(_0x47c358(0x124))/0x8)+parseInt(_0x47c358(0x10a))/0x9*(parseInt(_0x47c358(0x111))/0xa)+-parseInt(_0x47c358(0x10b))/0xb*(parseInt(_0x47c358(0x11a))/0xc);if(_0x53c874===_0x919986)break;else _0x10b451['push'](_0x10b451['shift']());}catch(_0x1cd96f){_0x10b451['push'](_0x10b451['shift']());}}}(a93_0x88f2,0xeb166));function a93_0x3b79(_0x57cb08,_0x274319){const _0x88f24f=a93_0x88f2();return a93_0x3b79=function(_0x3b79ac,_0x56e1a7){_0x3b79ac=_0x3b79ac-0x106;let _0x48a03d=_0x88f24f[_0x3b79ac];return _0x48a03d;},a93_0x3b79(_0x57cb08,_0x274319);}const AutomationFramework=require(a93_0x3c05a3(0x11b)),{createClassLogger}=require(a93_0x3c05a3(0x108)),AutomationFrameworkState=require(a93_0x3c05a3(0x11d)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require('../instances/trackedInstance.js'),AutomationFrameworkInstance=require(a93_0x3c05a3(0x109));class PlaywrightAutomationFramework extends AutomationFramework{[a93_0x3c05a3(0x120)]=createClassLogger('PlaywrightAutomationFramework');constructor(_0x354b8c,_0xd7579e){super(_0x354b8c,_0xd7579e);}async[a93_0x3c05a3(0x11f)](_0x2805f9,_0x4e96c6,_0x1889f9={}){const _0x56f169=a93_0x3c05a3,_0x34df1a={};_0x34df1a['sXVDK']=function(_0x27c581,_0x1d6b66){return _0x27c581===_0x1d6b66;};const _0x8b706e=_0x34df1a;this[_0x56f169(0x120)]['debug'](_0x56f169(0x112)+_0x2805f9+_0x56f169(0x123)+_0x4e96c6),await super[_0x56f169(0x11f)](_0x2805f9,_0x4e96c6,_0x1889f9);const _0x109694=this[_0x56f169(0x12b)](_0x2805f9,_0x4e96c6,_0x1889f9);if(_0x8b706e[_0x56f169(0x10c)](_0x109694,null))return;_0x1889f9[_0x56f169(0x107)]=_0x109694,await this['runHooks'](_0x109694,_0x2805f9,_0x4e96c6,_0x1889f9);}['resolveInstance'](_0x4c82f1,_0x10ead5,_0xc54b38={}){const _0x316424=a93_0x3c05a3,_0x36b749={};_0x36b749[_0x316424(0x121)]=function(_0x532eb6,_0xd71315){return _0x532eb6===_0xd71315;},_0x36b749[_0x316424(0x12a)]=function(_0x3279b9,_0x4cea25){return _0x3279b9===_0x4cea25;};const _0x57afe4=_0x36b749;let _0x5639ad=null;return(_0x57afe4[_0x316424(0x121)](_0x4c82f1,AutomationFrameworkState['CREATE'])||_0x57afe4['VItOn'](_0x4c82f1,AutomationFrameworkState[_0x316424(0x12e)])&&(_0xc54b38['message']&&_0xc54b38[_0x316424(0x128)][_0x316424(0x106)]&&_0xc54b38[_0x316424(0x128)]['params'][_0x316424(0x10e)])||_0x57afe4['FQVUK'](_0x4c82f1,AutomationFrameworkState[_0x316424(0x12d)]))&&this[_0x316424(0x118)](_0x4c82f1,_0xc54b38),_0x5639ad=AutomationFramework[_0x316424(0x119)](),_0x5639ad;}[a93_0x3c05a3(0x118)](_0x28da0a,_0x5e12b7){const _0x21fef6=a93_0x3c05a3,_0x1f895e={};_0x1f895e[_0x21fef6(0x127)]=_0x21fef6(0x115);const _0x245885=_0x1f895e;if(AutomationFramework[_0x21fef6(0x119)]()){this[_0x21fef6(0x120)][_0x21fef6(0x113)](_0x245885['mSrYn']);return;}const _0x3c2a99=CLIUtils['getCurrentInstanceName'](),_0x3a22d0=TrackedInstance['createContext'](_0x3c2a99);let _0x3e4278=null;this[_0x21fef6(0x120)]['info'](_0x21fef6(0x12f)+_0x3c2a99+_0x21fef6(0x12c)+_0x28da0a),_0x3e4278=new AutomationFrameworkInstance(_0x3a22d0,this[_0x21fef6(0x116)](),this['getAutomationFrameworkVersion'](),_0x28da0a),AutomationFramework[_0x21fef6(0x110)](_0x3a22d0,_0x3e4278),this[_0x21fef6(0x120)]['info'](_0x21fef6(0x129)+_0x3a22d0[_0x21fef6(0x122)]()+_0x21fef6(0x130)+_0x3c2a99);}}module[a93_0x3c05a3(0x125)]=PlaywrightAutomationFramework;
1
+ const a93_0x27733b=a93_0xf414;(function(_0x7a0ee2,_0x47f34e){const _0xb727fe=a93_0xf414,_0x42ed36=_0x7a0ee2();while(!![]){try{const _0x3cf477=parseInt(_0xb727fe(0xcb))/0x1*(parseInt(_0xb727fe(0xce))/0x2)+-parseInt(_0xb727fe(0xe7))/0x3+parseInt(_0xb727fe(0xe8))/0x4*(parseInt(_0xb727fe(0xe3))/0x5)+-parseInt(_0xb727fe(0xc9))/0x6+-parseInt(_0xb727fe(0xd0))/0x7+-parseInt(_0xb727fe(0xd9))/0x8+-parseInt(_0xb727fe(0xe2))/0x9*(-parseInt(_0xb727fe(0xe1))/0xa);if(_0x3cf477===_0x47f34e)break;else _0x42ed36['push'](_0x42ed36['shift']());}catch(_0x4d4100){_0x42ed36['push'](_0x42ed36['shift']());}}}(a93_0x590b,0x72838));const AutomationFramework=require('./automationFramework.js'),{createClassLogger}=require(a93_0x27733b(0xcc)),AutomationFrameworkState=require(a93_0x27733b(0xdb)),CLIUtils=require(a93_0x27733b(0xc2)),TrackedInstance=require('../instances/trackedInstance.js'),AutomationFrameworkInstance=require(a93_0x27733b(0xc7));class PlaywrightAutomationFramework extends AutomationFramework{[a93_0x27733b(0xd4)]=createClassLogger(a93_0x27733b(0xcf));constructor(_0x340d75,_0xa4d198){super(_0x340d75,_0xa4d198);}async[a93_0x27733b(0xcd)](_0x40d323,_0x427b1a,_0x3e0b3c={}){const _0x1657b2=a93_0x27733b,_0x7ccb3d={};_0x7ccb3d[_0x1657b2(0xc3)]=function(_0x21cbe5,_0x7565f8){return _0x21cbe5===_0x7565f8;};const _0x4cb07a=_0x7ccb3d;this[_0x1657b2(0xd4)][_0x1657b2(0xe6)](_0x1657b2(0xd5)+_0x40d323+_0x1657b2(0xc0)+_0x427b1a),await super[_0x1657b2(0xcd)](_0x40d323,_0x427b1a,_0x3e0b3c);const _0x35502c=this['resolveInstance'](_0x40d323,_0x427b1a,_0x3e0b3c);if(_0x4cb07a[_0x1657b2(0xc3)](_0x35502c,null))return;_0x3e0b3c['instance']=_0x35502c,await this[_0x1657b2(0xe4)](_0x35502c,_0x40d323,_0x427b1a,_0x3e0b3c);}[a93_0x27733b(0xdf)](_0x224e36,_0x466d77,_0x27fa04={}){const _0xd3b21b=a93_0x27733b,_0x27ffad={};_0x27ffad['FfNxz']=function(_0x240c78,_0xdd57b7){return _0x240c78===_0xdd57b7;},_0x27ffad['EejMV']=function(_0x4ee3a0,_0x52b3e5){return _0x4ee3a0===_0x52b3e5;};const _0x4fd65a=_0x27ffad;let _0x5e3394=null;return(_0x4fd65a['FfNxz'](_0x224e36,AutomationFrameworkState['CREATE'])||_0x4fd65a[_0xd3b21b(0xc5)](_0x224e36,AutomationFrameworkState[_0xd3b21b(0xc1)])&&(_0x27fa04[_0xd3b21b(0xca)]&&_0x27fa04[_0xd3b21b(0xca)][_0xd3b21b(0xe5)]&&_0x27fa04[_0xd3b21b(0xca)]['params']['bsParams'])||_0x4fd65a[_0xd3b21b(0xc8)](_0x224e36,AutomationFrameworkState['NONE']))&&this['trackPlaywrightInstance'](_0x224e36,_0x27fa04),_0x5e3394=AutomationFramework[_0xd3b21b(0xe0)](),_0x5e3394;}[a93_0x27733b(0xd8)](_0x4868db,_0x484ed6){const _0x2a133b=a93_0x27733b,_0x2d589f={};_0x2d589f[_0x2a133b(0xd2)]=_0x2a133b(0xe9);const _0x2599ce=_0x2d589f;if(AutomationFramework[_0x2a133b(0xe0)]()){this[_0x2a133b(0xd4)][_0x2a133b(0xd3)](_0x2599ce[_0x2a133b(0xd2)]);return;}const _0x533235=CLIUtils[_0x2a133b(0xde)](),_0x14bd41=TrackedInstance[_0x2a133b(0xd1)](_0x533235);let _0x2e45aa=null;this['logger'][_0x2a133b(0xd3)](_0x2a133b(0xdc)+_0x533235+_0x2a133b(0xd7)+_0x4868db),_0x2e45aa=new AutomationFrameworkInstance(_0x14bd41,this[_0x2a133b(0xd6)](),this[_0x2a133b(0xda)](),_0x4868db),AutomationFramework[_0x2a133b(0xc6)](_0x14bd41,_0x2e45aa),this[_0x2a133b(0xd4)][_0x2a133b(0xd3)](_0x2a133b(0xc4)+_0x14bd41['getId']()+_0x2a133b(0xea)+_0x533235);}}function a93_0x590b(){const _0x3a882d=['debug','38439yyBaAG','166548CvRdQS','trackPlaywrightInstance:\x20instance\x20already\x20exists','\x20target=','\x20hookState=','PLAYWRIGHT_DISPATCH','../cliUtils.js','ZnpWa','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','EejMV','setTrackedInstance','../instances/automationFrameworkInstance.js','FfNxz','1593000SESJde','message','36017HNhEmw','../../../helpers/classLogger.js','trackEvent','22JQEueY','PlaywrightAutomationFramework','4885587JxIONI','createContext','hZSBS','info','logger','trackEvent:\x20automationFrameworkState=','getAutomationFrameworkName',',\x20state=','trackPlaywrightInstance','5384296FWbYrn','getAutomationFrameworkVersion','../state/automationFrameworkState.js','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','exports','getCurrentInstanceName','resolveInstance','getTrackedInstance','50lygDVC','2275461YMnLJZ','55Vzxkat','runHooks','params'];a93_0x590b=function(){return _0x3a882d;};return a93_0x590b();}function a93_0xf414(_0x3d0521,_0x51cf75){const _0x590b73=a93_0x590b();return a93_0xf414=function(_0xf414fc,_0x5ddf92){_0xf414fc=_0xf414fc-0xc0;let _0x5f9a39=_0x590b73[_0xf414fc];return _0x5f9a39;},a93_0xf414(_0x3d0521,_0x51cf75);}module[a93_0x27733b(0xdd)]=PlaywrightAutomationFramework;