browserstack-node-sdk 1.65.5 → 1.65.7

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 (216) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  42. package/src/bin/codeceptjs/command.js +1 -1
  43. package/src/bin/codeceptjs/helper.js +1 -1
  44. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  45. package/src/bin/cucumber-js/command.js +1 -1
  46. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  48. package/src/bin/cucumber-js/test-observability.js +1 -1
  49. package/src/bin/cucumber-js/test.setup.js +1 -1
  50. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  51. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  52. package/src/bin/integrations/command.js +1 -1
  53. package/src/bin/integrations/constants.js +1 -1
  54. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  55. package/src/bin/jasmine/command.js +1 -1
  56. package/src/bin/jasmine/test.setup.js +1 -1
  57. package/src/bin/jasmine/testRunMap.js +1 -1
  58. package/src/bin/jest/command.js +1 -1
  59. package/src/bin/jest/customImplements/customCircus.js +1 -1
  60. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  61. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  62. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  63. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  64. package/src/bin/jest/jest.setup.js +1 -1
  65. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  66. package/src/bin/jest/test-observability/helper.js +1 -1
  67. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  68. package/src/bin/jest/test-observability/test-details.js +1 -1
  69. package/src/bin/jest/test.setup.js +1 -1
  70. package/src/bin/jest/test_before.setup.js +1 -1
  71. package/src/bin/launcher/launcher.js +1 -1
  72. package/src/bin/load/index.js +1 -1
  73. package/src/bin/load/loadErrors.js +1 -1
  74. package/src/bin/load/loadUtils.js +1 -1
  75. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  76. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  77. package/src/bin/mocha/command.js +1 -1
  78. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  79. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  80. package/src/bin/mocha/test.setup.js +1 -1
  81. package/src/bin/newman/command.js +1 -1
  82. package/src/bin/newman/helper.js +1 -1
  83. package/src/bin/newman/reporter/index.js +1 -1
  84. package/src/bin/newman/scriptRunner.js +1 -1
  85. package/src/bin/nightwatch/command.js +1 -1
  86. package/src/bin/node-generic/client.js +1 -1
  87. package/src/bin/playwright/accessibility-helper.js +1 -1
  88. package/src/bin/playwright/command.js +1 -1
  89. package/src/bin/playwright/globalSetup.js +1 -1
  90. package/src/bin/playwright/mock-process.js +1 -1
  91. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  92. package/src/bin/playwright/patches.js +1 -1
  93. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  94. package/src/bin/playwright/reporter/reporter.js +1 -1
  95. package/src/bin/playwright/reporter/test-details.js +1 -1
  96. package/src/bin/playwright/reporterArgs.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/nodeGenericTestFramework.js +1 -1
  136. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  137. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  138. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  139. package/src/bin/v2/framework/testFramework.js +1 -1
  140. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  141. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  142. package/src/bin/v2/grpcClient.js +1 -1
  143. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  144. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  145. package/src/bin/v2/instances/trackedContext.js +1 -1
  146. package/src/bin/v2/instances/trackedInstance.js +1 -1
  147. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  148. package/src/bin/v2/modules/baseModule.js +1 -1
  149. package/src/bin/v2/modules/loadTestModule.js +1 -1
  150. package/src/bin/v2/modules/observabilityModule.js +1 -1
  151. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  152. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  153. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  154. package/src/bin/v2/modules/testhubModule.js +1 -1
  155. package/src/bin/v2/sdkErrorHandler.js +1 -1
  156. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  157. package/src/bin/v2/state/hookState.js +1 -1
  158. package/src/bin/v2/state/testFrameworkState.js +1 -1
  159. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  160. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  161. package/src/bin/v2/utils/jest-utils.js +1 -1
  162. package/src/bin/vanilla-js/command.js +1 -1
  163. package/src/browserStackSdk.js +1 -1
  164. package/src/helpers/BrowserStackSetup.js +1 -1
  165. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  166. package/src/helpers/accessibility-automation/constants.js +1 -1
  167. package/src/helpers/accessibility-automation/helper.js +1 -1
  168. package/src/helpers/accessibility-automation/scripts.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/utilities.js +1 -1
  214. package/src/helpers/w3cMapping.js +1 -1
  215. package/src/hubAllocationMethods.js +1 -1
  216. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a92_0x325d4a=a92_0x483b;function a92_0x483b(_0xf3fc10,_0x21c7e9){const _0x1675df=a92_0x1675();return a92_0x483b=function(_0x483b7d,_0x5d037a){_0x483b7d=_0x483b7d-0x1a9;let _0x1ab0ae=_0x1675df[_0x483b7d];return _0x1ab0ae;},a92_0x483b(_0xf3fc10,_0x21c7e9);}(function(_0x6ee0e5,_0x560d15){const _0x1c2aba=a92_0x483b,_0x13b57d=_0x6ee0e5();while(!![]){try{const _0x55f3eb=-parseInt(_0x1c2aba(0x2e4))/0x1*(parseInt(_0x1c2aba(0x2da))/0x2)+parseInt(_0x1c2aba(0x1af))/0x3+parseInt(_0x1c2aba(0x247))/0x4*(parseInt(_0x1c2aba(0x1b1))/0x5)+-parseInt(_0x1c2aba(0x30c))/0x6+-parseInt(_0x1c2aba(0x340))/0x7*(parseInt(_0x1c2aba(0x237))/0x8)+-parseInt(_0x1c2aba(0x288))/0x9*(-parseInt(_0x1c2aba(0x23c))/0xa)+-parseInt(_0x1c2aba(0x230))/0xb*(-parseInt(_0x1c2aba(0x2b7))/0xc);if(_0x55f3eb===_0x560d15)break;else _0x13b57d['push'](_0x13b57d['shift']());}catch(_0x5257af){_0x13b57d['push'](_0x13b57d['shift']());}}}(a92_0x1675,0x6cdf4));const TestFramework=require(a92_0x325d4a(0x2c6)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a92_0x325d4a(0x2ce)),{createClassLogger}=require(a92_0x325d4a(0x2ae)),TestFrameworkInstance=require(a92_0x325d4a(0x25e)),CLIUtils=require(a92_0x325d4a(0x2d9)),TrackedInstance=require(a92_0x325d4a(0x1e8)),TestFrameworkConstants=require(a92_0x325d4a(0x20b)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a92_0x325d4a(0x26c)),{isInternalHook}=require(a92_0x325d4a(0x243)),logger=createClassLogger(a92_0x325d4a(0x1e3)),{v4:uuidv4}=require(a92_0x325d4a(0x1c0)),util=require(a92_0x325d4a(0x2fe)),TestInfo=require(a92_0x325d4a(0x29a)),GrpcClient=require(a92_0x325d4a(0x2ad)),stackTrace=require(a92_0x325d4a(0x286)),{pickUserFrameFile}=require(a92_0x325d4a(0x1d0));class JestTestFramework extends TestFramework{constructor(_0x365aa1,_0x1edc26,_0x3df2fb){const _0x5d9d90=a92_0x325d4a;super(_0x365aa1,_0x1edc26,_0x3df2fb),this[_0x5d9d90(0x272)]=new Map();}[a92_0x325d4a(0x264)](_0x352d7b,_0x593b41,_0xe14e3c){const _0x25e221=a92_0x325d4a,_0x56ee9c={};_0x56ee9c[_0x25e221(0x2f3)]=function(_0x50dea1,_0x1571a5){return _0x50dea1||_0x1571a5;};const _0x26907c=_0x56ee9c;if(_0x26907c[_0x25e221(0x2f3)](!_0x352d7b,!_0x593b41)){logger[_0x25e221(0x2ef)](_0x25e221(0x293)+_0x352d7b+',\x20hookUUID='+_0x593b41);return;}!this[_0x25e221(0x272)]['has'](_0x352d7b)&&this[_0x25e221(0x272)][_0x25e221(0x1e7)](_0x352d7b,[]);const _0x299cfd={'hookUUID':_0x593b41,'hookType':_0xe14e3c,'startedAt':new Date()[_0x25e221(0x25a)]()};this[_0x25e221(0x272)][_0x25e221(0x200)](_0x352d7b)[_0x25e221(0x2ea)](_0x299cfd),logger[_0x25e221(0x330)]('[JestTestFramework]\x20setActiveHook:\x20testIdentifier='+_0x352d7b+_0x25e221(0x306)+_0x593b41+',\x20hookType='+_0xe14e3c+_0x25e221(0x2fc)+this[_0x25e221(0x272)][_0x25e221(0x200)](_0x352d7b)[_0x25e221(0x299)]);}['removeActiveHook'](_0x2f3dee,_0x31eefa){const _0x402ba1=a92_0x325d4a,_0x388218={};_0x388218[_0x402ba1(0x314)]=function(_0x4205bc,_0x1b4946){return _0x4205bc||_0x1b4946;},_0x388218[_0x402ba1(0x1ab)]=function(_0x3310af,_0x1ad26d){return _0x3310af!==_0x1ad26d;},_0x388218[_0x402ba1(0x2fb)]=function(_0x476b76,_0x1abeb5){return _0x476b76===_0x1abeb5;};const _0x25ef13=_0x388218;if(_0x25ef13[_0x402ba1(0x314)](!_0x2f3dee,!_0x31eefa)){logger['warn'](_0x402ba1(0x20c)+_0x2f3dee+_0x402ba1(0x306)+_0x31eefa);return;}if(this[_0x402ba1(0x272)]['has'](_0x2f3dee)){const _0x351b07=this[_0x402ba1(0x272)][_0x402ba1(0x200)](_0x2f3dee),_0x1d44d3=_0x351b07[_0x402ba1(0x2ed)](_0x12caaf=>_0x12caaf[_0x402ba1(0x1d9)]===_0x31eefa);_0x25ef13[_0x402ba1(0x1ab)](_0x1d44d3,-0x1)?(_0x351b07['splice'](_0x1d44d3,0x1),logger[_0x402ba1(0x330)](_0x402ba1(0x292)+_0x2f3dee+',\x20hookUUID='+_0x31eefa+_0x402ba1(0x27a)+_0x351b07[_0x402ba1(0x299)]),_0x25ef13[_0x402ba1(0x2fb)](_0x351b07[_0x402ba1(0x299)],0x0)&&this[_0x402ba1(0x272)][_0x402ba1(0x218)](_0x2f3dee)):logger['debug'](_0x402ba1(0x238)+_0x2f3dee+_0x402ba1(0x306)+_0x31eefa);}}['getActiveHook'](_0x1b68af){const _0x4e8f5f=a92_0x325d4a,_0xf70d36={};_0xf70d36['fIjyq']=function(_0x4d34ae,_0x1c676b){return _0x4d34ae>_0x1c676b;},_0xf70d36[_0x4e8f5f(0x303)]=function(_0x22982e,_0x1db84e){return _0x22982e-_0x1db84e;};const _0x4849b0=_0xf70d36;if(!_0x1b68af)return null;if(this[_0x4e8f5f(0x272)]['has'](_0x1b68af)){const _0x23ca06=this[_0x4e8f5f(0x272)][_0x4e8f5f(0x200)](_0x1b68af);if(_0x4849b0['fIjyq'](_0x23ca06[_0x4e8f5f(0x299)],0x0)){const _0x327ab4=_0x23ca06[_0x4849b0[_0x4e8f5f(0x303)](_0x23ca06['length'],0x1)];return logger[_0x4e8f5f(0x330)](_0x4e8f5f(0x277)+_0x1b68af+_0x4e8f5f(0x306)+_0x327ab4[_0x4e8f5f(0x1d9)]+_0x4e8f5f(0x1dc)+_0x327ab4[_0x4e8f5f(0x1dd)]),_0x327ab4;}}return null;}async[a92_0x325d4a(0x1e0)](_0xe3aa6e,_0x4d95ae,_0x5bf027={}){const _0x14a4a2=a92_0x325d4a,_0x462682={};_0x462682[_0x14a4a2(0x206)]=_0x14a4a2(0x1b9),_0x462682[_0x14a4a2(0x268)]=function(_0x115215,_0xa1fa64){return _0x115215===_0xa1fa64;},_0x462682['UZVPO']=function(_0x2dd8db,_0x396e17){return _0x2dd8db||_0x396e17;},_0x462682[_0x14a4a2(0x336)]=_0x14a4a2(0x242),_0x462682['rPDjs']=function(_0x5ed9bf,_0x30793a){return _0x5ed9bf===_0x30793a;};const _0x2d75ae=_0x462682;logger[_0x14a4a2(0x330)]('[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState='+_0xe3aa6e+_0x14a4a2(0x24a)+_0x4d95ae+_0x14a4a2(0x2d2)+Object[_0x14a4a2(0x2f0)](_0x5bf027)['join'](',')),await super[_0x14a4a2(0x1e0)](_0xe3aa6e,_0x4d95ae,_0x5bf027);const _0x2aee46=this[_0x14a4a2(0x22f)](_0xe3aa6e,_0x4d95ae,_0x5bf027);if(!_0x2aee46){logger[_0x14a4a2(0x330)](_0x2d75ae[_0x14a4a2(0x206)]);return;}try{let _0x492e76,_0x3e8ebd,_0x2ab045;switch(_0xe3aa6e){case TestFrameworkState[_0x14a4a2(0x2bc)]:_0x492e76=_0x5bf027[_0x14a4a2(0x30e)];const _0x504baa={};_0x504baa[_0x14a4a2(0x1c5)]=0x2,_0x504baa[_0x14a4a2(0x251)]=0x3,logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState='+_0x4d95ae+_0x14a4a2(0x23a)+util[_0x14a4a2(0x2e5)](_0x492e76,_0x504baa)),_0x2ab045=this[_0x14a4a2(0x2a8)](_0x492e76),_0x3e8ebd=null,logger[_0x14a4a2(0x330)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId='+_0x2ab045+_0x14a4a2(0x210));if(_0x2d75ae[_0x14a4a2(0x268)](_0x4d95ae,HookState['PRE'])){logger[_0x14a4a2(0x330)](_0x14a4a2(0x29c)+_0x2ab045);const _0x284fb5={};_0x284fb5[_0x14a4a2(0x33e)]=_0x3e8ebd,_0x284fb5[_0x14a4a2(0x21c)]=_0x492e76,_0x284fb5[_0x14a4a2(0x1d4)]=_0x2ab045;const _0x3249af=this[_0x14a4a2(0x234)](_0x284fb5),_0x7750cf={};_0x7750cf[_0x14a4a2(0x1c5)]=0x2,_0x7750cf['maxArrayLength']=0x3,logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20'+util['inspect'](_0x3249af,_0x7750cf)),_0x2aee46[_0x14a4a2(0x296)](_0x3249af),logger[_0x14a4a2(0x330)](_0x14a4a2(0x284)+_0x2ab045),await this[_0x14a4a2(0x27b)](_0x2aee46,_0x2ab045);}else{if(_0x2d75ae[_0x14a4a2(0x268)](_0x4d95ae,HookState[_0x14a4a2(0x279)])){logger[_0x14a4a2(0x330)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20'+_0x2ab045);const _0x3e8bc9=_0x2aee46[_0x14a4a2(0x32a)]()['get'](_0x2ab045);logger[_0x14a4a2(0x330)](_0x14a4a2(0x2bf)+util[_0x14a4a2(0x2e5)](Object[_0x14a4a2(0x2f0)](_0x2d75ae[_0x14a4a2(0x2d3)](_0x3e8bc9,{}))));_0x3e8bc9&&_0x3e8bc9[TestFrameworkConstants[_0x14a4a2(0x328)]]?logger[_0x14a4a2(0x330)](_0x14a4a2(0x1fa)+Object[_0x14a4a2(0x2f0)](_0x3e8bc9[TestFrameworkConstants[_0x14a4a2(0x328)]])[_0x14a4a2(0x299)]+_0x14a4a2(0x205)):logger[_0x14a4a2(0x330)](_0x2d75ae[_0x14a4a2(0x336)]);const _0x4dd2fe=_0x5bf027[_0x14a4a2(0x228)]||null,_0x30d6c6={};_0x30d6c6[_0x14a4a2(0x33e)]=_0x3e8ebd,_0x30d6c6[_0x14a4a2(0x21c)]=_0x492e76,_0x30d6c6[_0x14a4a2(0x1d4)]=_0x2ab045,_0x30d6c6['originalTest']=_0x4dd2fe;const _0x2c7a48=this[_0x14a4a2(0x2c2)](_0x30d6c6),_0x31b009={};_0x31b009['depth']=0x2,_0x31b009[_0x14a4a2(0x251)]=0x3,logger[_0x14a4a2(0x330)](_0x14a4a2(0x1bd)+util[_0x14a4a2(0x2e5)](_0x2c7a48,_0x31b009)),_0x2aee46['addMultipleEntries'](_0x2c7a48),logger[_0x14a4a2(0x330)](_0x14a4a2(0x304)+_0x2ab045),await this[_0x14a4a2(0x27b)](_0x2aee46,_0x2ab045);}}break;case TestFrameworkState[_0x14a4a2(0x1ea)]:if(_0x2d75ae[_0x14a4a2(0x325)](_0x4d95ae,HookState['POST'])){const _0x4a77b8={};_0x4a77b8[_0x14a4a2(0x1c5)]=0x2,logger['debug'](_0x14a4a2(0x283)+util['inspect'](_0x5bf027,_0x4a77b8)),await this[_0x14a4a2(0x249)](_0x2aee46,_0xe3aa6e,_0x5bf027);}break;default:if(CLIUtils[_0x14a4a2(0x240)](_0xe3aa6e[_0x14a4a2(0x26e)]()[_0x14a4a2(0x2d0)]('.')[0x1])){const _0x373e8b={};_0x373e8b[_0x14a4a2(0x1c5)]=0x2,_0x373e8b['maxArrayLength']=0x3,logger['debug'](_0x14a4a2(0x2e8)+_0xe3aa6e+_0x14a4a2(0x24a)+_0x4d95ae+_0x14a4a2(0x1b0)+util[_0x14a4a2(0x2e5)](_0x5bf027[_0x14a4a2(0x275)],_0x373e8b));const _0x5340ba=await this[_0x14a4a2(0x2e6)](_0x2aee46,_0xe3aa6e,_0x4d95ae,_0x5bf027),_0x458b41={};_0x458b41[_0x14a4a2(0x1c5)]=0x2,_0x458b41['maxArrayLength']=0x3,logger['debug'](_0x14a4a2(0x1de)+util[_0x14a4a2(0x2e5)](_0x5340ba,_0x458b41)),_0x2aee46[_0x14a4a2(0x296)](_0x5340ba);}else logger['debug'](_0x14a4a2(0x217)+_0xe3aa6e+'\x20&\x20hookState='+_0x4d95ae);break;}logger['debug'](_0x14a4a2(0x2fd)+_0xe3aa6e+_0x14a4a2(0x24a)+_0x4d95ae);}catch(_0x2bd3d3){logger[_0x14a4a2(0x261)]('[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState='+_0xe3aa6e+_0x14a4a2(0x24a)+_0x4d95ae+_0x14a4a2(0x1c8)+util['format'](_0x2bd3d3));}_0x5bf027[_0x14a4a2(0x327)]=_0x2aee46,await this[_0x14a4a2(0x1f8)](_0x2aee46,_0xe3aa6e,_0x4d95ae,_0x5bf027);}[a92_0x325d4a(0x2a8)](_0x2daf5e){const _0x4d64ca=a92_0x325d4a,_0x32cd06={};_0x32cd06[_0x4d64ca(0x2b2)]=_0x4d64ca(0x30a);const _0x5252f7=_0x32cd06;if(_0x2daf5e&&(_0x2daf5e['id']||_0x2daf5e[_0x4d64ca(0x1c0)])){const _0x43da22=_0x2daf5e['id']||_0x2daf5e['uuid'];return logger[_0x4d64ca(0x330)](_0x4d64ca(0x1e9)+_0x43da22+'\x22\x20from\x20testData'),_0x43da22;}return logger['debug'](_0x5252f7['SeSmf']),process[_0x4d64ca(0x224)]+_0x4d64ca(0x2b8);}[a92_0x325d4a(0x22f)](_0x45f78e,_0x42a6ad,_0x532e19={}){const _0x2e4956=a92_0x325d4a;let _0x1d16c1=null;return _0x1d16c1=TestFramework[_0x2e4956(0x2dd)](),!_0x1d16c1?(logger[_0x2e4956(0x330)](_0x2e4956(0x324)+_0x45f78e),this[_0x2e4956(0x1c1)](_0x45f78e,_0x532e19),_0x1d16c1=TestFramework['getTrackedInstance'](),logger[_0x2e4956(0x330)]('[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists='+!!_0x1d16c1+_0x2e4956(0x1eb)+_0x1d16c1?.[_0x2e4956(0x1ef)]()?.[_0x2e4956(0x311)]())):logger[_0x2e4956(0x330)]('[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId='+_0x1d16c1[_0x2e4956(0x1ef)]()?.['getId']()),_0x1d16c1;}[a92_0x325d4a(0x1c1)](_0x486c05,_0x4648ce){const _0x9e256e=a92_0x325d4a,_0x5adac8={};_0x5adac8[_0x9e256e(0x25c)]='trackJestInstance:\x20instance\x20already\x20exists';const _0x3a3aef=_0x5adac8;if(TestFramework['getTrackedInstance']()){logger['debug'](_0x3a3aef[_0x9e256e(0x25c)]);return;}const _0x25e788=CLIUtils[_0x9e256e(0x2fa)](),_0x2fa4a1=TrackedInstance[_0x9e256e(0x274)](_0x25e788);let _0x2b0649=null;logger['debug']('trackJestInstance:\x20created\x20instance\x20for\x20target='+_0x25e788+_0x9e256e(0x2de)+_0x486c05),_0x2b0649=new TestFrameworkInstance(_0x2fa4a1,this['getTestFrameworks'](),this[_0x9e256e(0x298)](),_0x486c05,HookState['NONE']),TestFramework[_0x9e256e(0x2a1)](_0x2fa4a1,_0x2b0649),logger[_0x9e256e(0x330)](_0x9e256e(0x201)+_0x2fa4a1['getId']()+_0x9e256e(0x255)+_0x25e788+',\x20testFramework='+this['getTestFrameworks']()[0x0]+',\x20version='+this[_0x9e256e(0x298)]()[this[_0x9e256e(0x1d8)]()[0x0]]);}[a92_0x325d4a(0x234)](_0x1a93ce){const _0x35d5d9=a92_0x325d4a,_0x17f05f={};_0x17f05f[_0x35d5d9(0x24f)]=function(_0x354dee,_0x2732ca){return _0x354dee||_0x2732ca;},_0x17f05f[_0x35d5d9(0x1b7)]=_0x35d5d9(0x2f9);const _0x5df7ee=_0x17f05f,{testUUID:_0x446511,testData:_0x248fe9,testId:_0x1d7cca}=_0x1a93ce;if(_0x5df7ee[_0x35d5d9(0x24f)](!_0x248fe9,!_0x1d7cca))return logger[_0x35d5d9(0x330)](_0x5df7ee['gYNef']),{};const _0x5d4e31=this[_0x35d5d9(0x1d8)]()[0x0],_0x143fef=this[_0x35d5d9(0x298)](),_0x579ed5={};_0x579ed5[_0x35d5d9(0x1c5)]=0x2,_0x579ed5['maxArrayLength']=0x3,logger[_0x35d5d9(0x330)]('[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20'+util['inspect'](_0x248fe9,_0x579ed5));const _0x21fb25=_0x248fe9?.[_0x35d5d9(0x315)]||[],_0x2c84b0=this[_0x35d5d9(0x294)](_0x248fe9),_0x2b96b6=this[_0x35d5d9(0x21d)](_0x248fe9),_0x3595b0=_0x248fe9['fn']?_0x248fe9['fn'][_0x35d5d9(0x26e)]():_0x248fe9?.['body']?_0x248fe9[_0x35d5d9(0x332)][_0x35d5d9(0x1f1)][_0x35d5d9(0x26e)]():null,_0x36b2e8=this[_0x35d5d9(0x256)](_0x248fe9),_0xec05d4={[TestFrameworkConstants[_0x35d5d9(0x212)]]:_0x5d4e31,[TestFrameworkConstants[_0x35d5d9(0x308)]]:_0x143fef[_0x5d4e31],[TestFrameworkConstants[_0x35d5d9(0x2b5)]]:[],[TestFrameworkConstants[_0x35d5d9(0x2c8)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x35d5d9(0x282)]]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants[_0x35d5d9(0x215)]]:_0x2c84b0,[TestFrameworkConstants[_0x35d5d9(0x225)]]:_0x2b96b6,[TestFrameworkConstants[_0x35d5d9(0x326)]]:_0x1d7cca,[TestFrameworkConstants[_0x35d5d9(0x20e)]]:_0x2c84b0,[TestFrameworkConstants[_0x35d5d9(0x2c1)]]:_0x2b96b6,[TestFrameworkConstants[_0x35d5d9(0x2ff)]]:_0x3595b0,[TestFrameworkConstants[_0x35d5d9(0x2b4)]]:_0x36b2e8,[TestFrameworkConstants[_0x35d5d9(0x214)]]:_0x248fe9['started_at']||new Date()[_0x35d5d9(0x25a)](),[TestFrameworkConstants[_0x35d5d9(0x2e9)]]:_0x21fb25[0x0]||'',[TestFrameworkConstants[_0x35d5d9(0x1e6)]]:_0x21fb25,[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x2c84b0,[TestFrameworkConstants[_0x35d5d9(0x252)]]:{},[TestFrameworkConstants[_0x35d5d9(0x2b0)]]:{}};_0x248fe9['retryOf']&&(_0xec05d4[TestFrameworkConstants[_0x35d5d9(0x2a4)]]=_0x248fe9[_0x35d5d9(0x1c6)]);logger[_0x35d5d9(0x330)](_0x35d5d9(0x278)+_0x2c84b0+_0x35d5d9(0x25b)+_0x1d7cca+_0x35d5d9(0x2af)+JSON[_0x35d5d9(0x32c)](_0x36b2e8)+',\x20scopes='+util['inspect'](_0x21fb25)+',\x20filePath='+_0x2b96b6);const _0x42c5f3={};return _0x42c5f3[_0x1d7cca]=_0xec05d4,_0x42c5f3;}['parseJestTestResult'](_0x46f55b){const _0x3310aa=a92_0x325d4a,_0x55c19d={'NcDfD':function(_0x486914,_0x1ed103){return _0x486914===_0x1ed103;},'JCpca':'afterAll','uubUm':function(_0x330a52,_0x43794d){return _0x330a52===_0x43794d;},'uwOuJ':_0x3310aa(0x2f2),'BPjpP':'ALL','WwGxJ':_0x3310aa(0x1f4),'lAcHp':function(_0x31503,_0x2884a3){return _0x31503||_0x2884a3;},'CGAob':_0x3310aa(0x239),'HVuXO':function(_0x21a2d8,_0x528d0e){return _0x21a2d8||_0x528d0e;},'NBvPh':_0x3310aa(0x1d1),'VgYYw':function(_0xad9cdd,_0x344964){return _0xad9cdd>_0x344964;},'pIGqN':'failed','ukMgz':function(_0x48b0b4,_0x12ceeb){return _0x48b0b4===_0x12ceeb;},'AOorP':_0x3310aa(0x266),'RKFdM':function(_0x40fd7d,_0x107aa0){return _0x40fd7d===_0x107aa0;},'chATZ':_0x3310aa(0x29e),'dBaOH':_0x3310aa(0x1fd),'JYipa':function(_0x32bd6c,_0x1fb19b){return _0x32bd6c!==_0x1fb19b;},'Bhsdl':function(_0x54417f,_0x2d37e7,_0x1ba6a6,_0x5bb508){return _0x54417f(_0x2d37e7,_0x1ba6a6,_0x5bb508);},'JUltB':function(_0x50fae5,_0x5c9d82){return _0x50fae5>_0x5c9d82;},'aueBo':'[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData'},{testUUID:_0x3a8b87,testData:_0x17f5dc,testId:_0x446977}=_0x46f55b;if(_0x55c19d[_0x3310aa(0x29b)](!_0x17f5dc,!_0x446977))return logger[_0x3310aa(0x330)](_0x55c19d[_0x3310aa(0x32d)]),{};const _0x3cff35=this[_0x3310aa(0x22f)](TestFrameworkState['TEST'],HookState[_0x3310aa(0x279)]),_0x5adfe5=_0x3cff35['getAllData']()[_0x3310aa(0x200)](_0x446977),_0x2aea96=_0x55c19d[_0x3310aa(0x22c)](_0x5adfe5,{}),_0x4c2d65=_0x2aea96?_0x2aea96[TestFrameworkConstants[_0x3310aa(0x252)]]||{}:{},_0x2c586a=_0x2aea96[TestFrameworkConstants[_0x3310aa(0x328)]];logger[_0x3310aa(0x330)](_0x3310aa(0x29d)+(_0x2c586a?Object[_0x3310aa(0x2f0)](_0x2c586a)[_0x3310aa(0x299)]:0x0)+_0x3310aa(0x20a));let _0x1e6cbe=_0x55c19d[_0x3310aa(0x269)];if(_0x17f5dc['result'])_0x1e6cbe=_0x17f5dc['result'];else{if(_0x17f5dc[_0x3310aa(0x2db)]&&_0x55c19d[_0x3310aa(0x258)](_0x17f5dc[_0x3310aa(0x2db)][_0x3310aa(0x299)],0x0))_0x1e6cbe=_0x55c19d['pIGqN'];else _0x55c19d[_0x3310aa(0x27d)](_0x17f5dc['status'],_0x55c19d['AOorP'])||_0x55c19d['RKFdM'](_0x17f5dc['status'],_0x55c19d[_0x3310aa(0x33c)])?_0x1e6cbe=_0x55c19d[_0x3310aa(0x33c)]:_0x1e6cbe=_0x55c19d[_0x3310aa(0x1d3)];}const _0x227706={..._0x2aea96,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x1e6cbe,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x17f5dc[_0x3310aa(0x211)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x3310aa(0x1da)]]:new Date()[_0x3310aa(0x25a)](),[TestFrameworkConstants[_0x3310aa(0x252)]]:_0x4c2d65,[TestFrameworkConstants[_0x3310aa(0x32b)]]:_0x2aea96[TestFrameworkConstants[_0x3310aa(0x32b)]]||[],[TestFrameworkConstants[_0x3310aa(0x2b0)]]:{}};if(_0x55c19d[_0x3310aa(0x27d)](_0x1e6cbe,_0x55c19d['pIGqN'])&&_0x17f5dc[_0x3310aa(0x2db)]){const _0x541b7c=this[_0x3310aa(0x254)](_0x17f5dc),_0x51aea7=this[_0x3310aa(0x276)](_0x17f5dc),_0x5ba9cf=this[_0x3310aa(0x338)](_0x17f5dc);_0x227706[TestFrameworkConstants[_0x3310aa(0x28d)]]=_0x51aea7,_0x227706[TestFrameworkConstants[_0x3310aa(0x27f)]]=_0x541b7c,_0x227706[TestFrameworkConstants[_0x3310aa(0x1bb)]]=_0x5ba9cf;}_0x55c19d['JYipa'](_0x17f5dc[_0x3310aa(0x245)],undefined)&&(_0x227706[TestFrameworkConstants[_0x3310aa(0x2bd)]]=_0x17f5dc[_0x3310aa(0x245)]);_0x17f5dc[_0x3310aa(0x1c6)]&&(_0x227706[TestFrameworkConstants[_0x3310aa(0x2a4)]]=_0x17f5dc['retryOf']);const _0x11caa3=_0x5adfe5?_0x5adfe5[TestFrameworkConstants[_0x3310aa(0x328)]]||{}:{},_0x2e067f=_0x5adfe5?_0x5adfe5[TestFrameworkConstants[_0x3310aa(0x22b)]]:_0x3a8b87,_0x10f510=_0x55c19d[_0x3310aa(0x2c7)](getManualUploadLogs,_0x11caa3,_0x2e067f,_0x446977);if(_0x55c19d[_0x3310aa(0x1c2)](_0x10f510[_0x3310aa(0x299)],0x0)){const _0x32d1d9=_0x227706[TestFrameworkConstants['KEY_LOGS']]||[];_0x227706[TestFrameworkConstants[_0x3310aa(0x32b)]]=[..._0x32d1d9,..._0x10f510];}const _0x5c553c=_0x2aea96[TestFrameworkConstants[_0x3310aa(0x2c8)]]||{},_0x5c0234=_0x2aea96[TestFrameworkConstants[_0x3310aa(0x207)]]||{},_0x592869={..._0x5c553c},_0x42043f=_0x592869;Object[_0x3310aa(0x2f0)](_0x5c0234)['forEach'](_0x54082b=>{const _0x562ac7=_0x3310aa;!_0x42043f[_0x54082b]&&(_0x42043f[_0x54082b]=[]);const _0x220f96=new Set((_0x42043f[_0x54082b]||[])['map'](_0xf8cba7=>_0xf8cba7[TestFrameworkConstants['KEY_HOOK_ID']]||_0xf8cba7[_0x562ac7(0x1f9)]));(_0x5c0234[_0x54082b]||[])[_0x562ac7(0x33a)](_0x442aad=>{const _0x3d7a56=_0x562ac7,_0x32cd80=_0x442aad[TestFrameworkConstants['KEY_HOOK_ID']]||_0x442aad['hook_id'];if(!_0x220f96[_0x3d7a56(0x2a6)](_0x32cd80)){const _0x4afa5b={..._0x442aad},_0xbc2c1e=_0x4afa5b;!_0xbc2c1e[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]&&!_0xbc2c1e[_0x3d7a56(0x23e)]&&(_0xbc2c1e[TestFrameworkConstants[_0x3d7a56(0x2a2)]]=new Date()[_0x3d7a56(0x25a)]()),!_0xbc2c1e[TestFrameworkConstants[_0x3d7a56(0x2f7)]]&&!_0xbc2c1e[_0x3d7a56(0x2be)]&&(_0xbc2c1e[TestFrameworkConstants[_0x3d7a56(0x2f7)]]=TestFrameworkConstants['DEFAULT_HOOK_RESULT']),_0x42043f[_0x54082b][_0x3d7a56(0x2ea)](_0xbc2c1e);}});});if(_0x46f55b[_0x3310aa(0x228)]){this[_0x3310aa(0x1d5)](_0x46f55b[_0x3310aa(0x228)]);const _0x2ef758=this[_0x3310aa(0x1d2)](_0x46f55b[_0x3310aa(0x228)]),_0x23275e=this[_0x3310aa(0x2eb)](_0x46f55b[_0x3310aa(0x228)]);_0x23275e[_0x3310aa(0x33a)](_0x4efbd4=>{const _0x3be4e0=_0x3310aa,_0x31ee4f=_0x2ef758[_0x3be4e0(0x200)](_0x4efbd4);if(_0x31ee4f&&(_0x55c19d[_0x3be4e0(0x226)](_0x31ee4f[_0x3be4e0(0x1f7)],_0x55c19d[_0x3be4e0(0x310)])||_0x55c19d[_0x3be4e0(0x1bc)](_0x31ee4f[_0x3be4e0(0x1f7)],_0x55c19d['uwOuJ']))){const _0x1dea51=_0x31ee4f[_0x3be4e0(0x1f7)][_0x3be4e0(0x1b5)]()['replace'](_0x55c19d[_0x3be4e0(0x2c0)],_0x55c19d[_0x3be4e0(0x24b)]),_0x2d5148=_0x1dea51;!_0x42043f[_0x2d5148]&&(_0x42043f[_0x2d5148]=[]);const _0xc99b04=_0x42043f[_0x2d5148][_0x3be4e0(0x23f)](_0x64df7f=>(_0x64df7f[TestFrameworkConstants[_0x3be4e0(0x291)]]||_0x64df7f[_0x3be4e0(0x1f9)])===_0x4efbd4);!_0xc99b04&&_0x42043f[_0x2d5148][_0x3be4e0(0x2ea)]({'key':_0x2d5148,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x4efbd4,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0x3be4e0(0x289)],[TestFrameworkConstants[_0x3be4e0(0x2ab)]]:new Date()[_0x3be4e0(0x25a)](),[TestFrameworkConstants[_0x3be4e0(0x2a2)]]:new Date()[_0x3be4e0(0x25a)](),[TestFrameworkConstants[_0x3be4e0(0x23d)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x31ee4f[_0x3be4e0(0x2e3)]||_0x31ee4f[_0x3be4e0(0x1f7)]+_0x3be4e0(0x281),[TestFrameworkConstants[_0x3be4e0(0x252)]]:_0x4c2d65});}});}if(_0x17f5dc[_0x3310aa(0x2e1)]&&_0x55c19d[_0x3310aa(0x258)](_0x17f5dc[_0x3310aa(0x2e1)][_0x3310aa(0x299)],0x0))_0x227706[TestFrameworkConstants[_0x3310aa(0x2c8)]]=_0x17f5dc[_0x3310aa(0x2e1)],logger[_0x3310aa(0x330)](_0x55c19d[_0x3310aa(0x280)]);else _0x55c19d[_0x3310aa(0x1c2)](Object[_0x3310aa(0x2f0)](_0x42043f)['length'],0x0)&&(_0x227706[TestFrameworkConstants[_0x3310aa(0x2c8)]]=_0x42043f,logger[_0x3310aa(0x330)](_0x3310aa(0x208)+Object[_0x3310aa(0x2f0)](_0x42043f)[_0x3310aa(0x257)](',')));const _0x3c7a4f=this[_0x3310aa(0x294)](_0x17f5dc);logger[_0x3310aa(0x330)](_0x3310aa(0x2ec)+_0x3c7a4f+_0x3310aa(0x25b)+_0x446977+'\x20(testIdentifier),\x20result='+_0x1e6cbe+_0x3310aa(0x317)+_0x17f5dc[_0x3310aa(0x245)]);_0x55c19d['uubUm'](_0x1e6cbe,_0x55c19d[_0x3310aa(0x322)])&&logger[_0x3310aa(0x330)](_0x3310aa(0x337)+_0x446977+_0x3310aa(0x265)+_0x227706[TestFrameworkConstants[_0x3310aa(0x28d)]]+_0x3310aa(0x25d)+_0x227706[TestFrameworkConstants[_0x3310aa(0x27f)]]?.[_0x3310aa(0x31d)](0x0,0xc8));const _0x1bfa13={};return _0x1bfa13[_0x446977]=_0x227706,_0x1bfa13;}['getJestTestScopes'](_0x3dd347){const _0x144271=a92_0x325d4a,_0x56b9f7={};_0x56b9f7[_0x144271(0x30f)]=function(_0x397452,_0xfdf646){return _0x397452!==_0xfdf646;},_0x56b9f7[_0x144271(0x287)]=_0x144271(0x32e);const _0x537d80=_0x56b9f7,_0x423799={};_0x423799[_0x144271(0x1c5)]=0x2,_0x423799[_0x144271(0x251)]=0x3,logger['debug'](_0x144271(0x22d)+util[_0x144271(0x2e5)](_0x3dd347,_0x423799));const _0x35eae8=[];if(_0x3dd347&&_0x3dd347[_0x144271(0x295)]){let _0x4a0fd8=_0x3dd347['parent'];while(_0x4a0fd8&&_0x4a0fd8[_0x144271(0x2e3)]&&_0x537d80[_0x144271(0x30f)](_0x4a0fd8['name'],'')&&_0x537d80[_0x144271(0x30f)](_0x4a0fd8[_0x144271(0x2e3)],_0x537d80['ABtjZ'])){_0x35eae8[_0x144271(0x2ea)](_0x4a0fd8[_0x144271(0x2e3)]),_0x4a0fd8=_0x4a0fd8[_0x144271(0x295)];}}return _0x35eae8[_0x144271(0x319)]();}[a92_0x325d4a(0x294)](_0x241883){const _0x4c7c37=a92_0x325d4a,_0x5eee82={};_0x5eee82['YZGPp']=_0x4c7c37(0x2a0);const _0x54262c=_0x5eee82;if(_0x241883[_0x4c7c37(0x2e3)])return _0x241883[_0x4c7c37(0x2e3)];if(_0x241883[_0x4c7c37(0x1df)])return _0x241883[_0x4c7c37(0x1df)];return _0x54262c[_0x4c7c37(0x222)];}['getJestTestTags'](_0x113251){const _0x21cf29=a92_0x325d4a,_0x67e3fc=[];if(_0x113251[_0x21cf29(0x309)]&&Array[_0x21cf29(0x2b1)](_0x113251[_0x21cf29(0x309)]))return _0x113251['tags'][_0x21cf29(0x2cc)](_0x421111=>_0x421111[_0x21cf29(0x2cb)]('@')?_0x421111['substr'](0x1):_0x421111);const _0x19f24a=this[_0x21cf29(0x294)](_0x113251),_0x339e2e=_0x19f24a[_0x21cf29(0x1ce)](/@(\w+)/g);if(_0x339e2e)return _0x339e2e[_0x21cf29(0x2cc)](_0x1b8037=>_0x1b8037[_0x21cf29(0x262)](0x1));return _0x113251['scopes']&&Array[_0x21cf29(0x2b1)](_0x113251[_0x21cf29(0x315)])&&_0x113251[_0x21cf29(0x315)][_0x21cf29(0x33a)](_0x569e6d=>{const _0x5c26e4=_0x21cf29,_0x546f9f=_0x569e6d[_0x5c26e4(0x1ce)](/@(\w+)/g);_0x546f9f&&_0x546f9f[_0x5c26e4(0x33a)](_0x4a69b2=>{const _0x5dfff2=_0x4a69b2['slice'](0x1);!_0x67e3fc['includes'](_0x5dfff2)&&_0x67e3fc['push'](_0x5dfff2);});}),_0x67e3fc;}[a92_0x325d4a(0x21d)](_0x4a8af9){const _0x43bfd9=a92_0x325d4a,_0x5b2b1e={'ZVdOx':function(_0x27ab85,_0x22d4ea){return _0x27ab85(_0x22d4ea);}};if(_0x4a8af9['file_name'])return _0x4a8af9[_0x43bfd9(0x263)];if(_0x4a8af9[_0x43bfd9(0x1c7)])try{const _0x510bc7=stackTrace[_0x43bfd9(0x31e)](_0x4a8af9['asyncError']),_0x372e13=_0x5b2b1e[_0x43bfd9(0x312)](pickUserFrameFile,_0x510bc7);if(_0x372e13)return _0x372e13;logger[_0x43bfd9(0x330)](_0x43bfd9(0x273)+_0x510bc7[_0x43bfd9(0x299)]+')');}catch(_0x12c07b){logger['debug'](_0x43bfd9(0x2d1)+util[_0x43bfd9(0x30b)](_0x12c07b));}return null;}['getJestFailureReason'](_0x1eaffb){const _0x25c936=a92_0x325d4a,_0x3314f0={};_0x3314f0[_0x25c936(0x216)]=function(_0x289855,_0x29b56b){return _0x289855>_0x29b56b;},_0x3314f0[_0x25c936(0x335)]=_0x25c936(0x323);const _0x1e8c54=_0x3314f0;if(_0x1eaffb[_0x25c936(0x2db)]&&_0x1e8c54[_0x25c936(0x216)](_0x1eaffb[_0x25c936(0x2db)][_0x25c936(0x299)],0x0))return util[_0x25c936(0x2e5)](_0x1eaffb['errorsDetailed'][0x0]);if(_0x1eaffb[_0x25c936(0x253)])return _0x1eaffb[_0x25c936(0x253)];return _0x1e8c54[_0x25c936(0x335)];}[a92_0x325d4a(0x276)](_0x8c8214){const _0x322f42=a92_0x325d4a,_0x3719dc={};_0x3719dc['oNLOt']=_0x322f42(0x21b),_0x3719dc['APogu']='AssertionError',_0x3719dc[_0x322f42(0x30d)]=_0x322f42(0x28c);const _0x2018b4=_0x3719dc,_0x597b35=this['getJestFailureReason'](_0x8c8214);if(_0x597b35&&_0x597b35[_0x322f42(0x267)](_0x2018b4['oNLOt']))return _0x2018b4[_0x322f42(0x1ba)];return _0x2018b4['joses'];}['getJestFailureData'](_0x16e8fb){const _0x33b269=a92_0x325d4a,_0x437e98={'RYaGd':function(_0x3f63f5,_0x5bcc62){return _0x3f63f5(_0x5bcc62);},'ynNPw':_0x33b269(0x243),'oNfmy':function(_0x547c8a,_0x52fe3d){return _0x547c8a!==_0x52fe3d;},'RwiZj':_0x33b269(0x30e)},{failureData:_0x41d513}=_0x437e98[_0x33b269(0x2c5)](require,_0x437e98[_0x33b269(0x24e)]),_0x4f42a5=[];return _0x437e98['oNfmy'](_0x16e8fb['errorsDetailed'],undefined)&&_0x4f42a5[_0x33b269(0x2ea)](_0x16e8fb[_0x33b269(0x2db)],_0x437e98['RwiZj']),_0x41d513[_0x33b269(0x2e2)](null,_0x4f42a5);}async[a92_0x325d4a(0x2e6)](_0x26f4c2,_0x29e38e,_0x48304e,_0x42e577){const _0x18f64f=a92_0x325d4a,_0x320bc0={'IiFUt':_0x18f64f(0x2cf),'hRWiv':function(_0x2b8251){return _0x2b8251();},'GooFc':function(_0x1d6178,_0x14b50c){return _0x1d6178 in _0x14b50c;},'zBLWb':function(_0x5be7c6,_0x41d0fd){return _0x5be7c6 in _0x41d0fd;},'nlQNA':function(_0x1eb0a2,_0x3141f3){return _0x1eb0a2===_0x3141f3;},'wUdAM':function(_0x507128,_0x280528){return _0x507128>_0x280528;},'ByAqZ':_0x18f64f(0x1db),'iyQBq':_0x18f64f(0x1fd),'NwQWw':function(_0x2a9ae1,_0x526b48){return _0x2a9ae1===_0x526b48;},'yTnMw':'[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','Vxymj':function(_0x311d61,_0x568d12){return _0x311d61>_0x568d12;},'JwMYV':function(_0x490241,_0xb014ab){return _0x490241===_0xb014ab;},'hZxKg':function(_0x16ea33,_0x352a01){return _0x16ea33!==_0x352a01;}},{hookData:_0x13f170}=_0x42e577,_0x3832de=_0x48304e[_0x18f64f(0x26e)](),_0x4dd31c=_0x29e38e[_0x18f64f(0x26e)](),_0x128b53={};_0x128b53[_0x18f64f(0x1c5)]=0x2,_0x128b53[_0x18f64f(0x251)]=0x3,logger[_0x18f64f(0x330)](_0x18f64f(0x1cb)+_0x4dd31c+_0x18f64f(0x24a)+_0x3832de+_0x18f64f(0x1b0)+util[_0x18f64f(0x2e5)](_0x13f170,_0x128b53));if(!_0x13f170)return logger[_0x18f64f(0x330)](_0x320bc0[_0x18f64f(0x22a)]),{};const _0x3b7e05=_0x13f170[_0x18f64f(0x1c0)]||_0x13f170[_0x18f64f(0x334)]||_0x320bc0[_0x18f64f(0x2cd)](uuidv4),_0x1e9af9=_0x13f170[_0x18f64f(0x2d8)]||this[_0x18f64f(0x2a8)](_0x13f170),_0x21a02d=_0x29e38e[_0x18f64f(0x26e)]()['split']('.')[0x1],_0x9ed135=_0x26f4c2[_0x18f64f(0x32a)]()[_0x18f64f(0x200)](_0x1e9af9),_0x3256a5=_0x9ed135?_0x9ed135[TestFrameworkConstants[_0x18f64f(0x252)]]||{}:{};logger['debug'](_0x18f64f(0x1c3)+_0x3b7e05+_0x18f64f(0x25b)+_0x1e9af9+_0x18f64f(0x235)+_0x21a02d+_0x18f64f(0x24a)+_0x3832de);if(!_0x9ed135)return logger['debug'](_0x18f64f(0x246)+_0x1e9af9+_0x18f64f(0x31c)),this['storePendingHook'](_0x26f4c2,_0x1e9af9,_0x29e38e,_0x48304e,_0x42e577),{};let _0x58a9c8=_0x9ed135[TestFrameworkConstants[_0x18f64f(0x207)]];!_0x58a9c8&&(_0x58a9c8={});!_0x320bc0['GooFc'](_0x21a02d,_0x58a9c8)&&(_0x58a9c8[_0x21a02d]=[]);let _0x419340=_0x9ed135[TestFrameworkConstants[_0x18f64f(0x2c8)]];!_0x419340&&(_0x419340={});!_0x320bc0['zBLWb'](_0x21a02d,_0x419340)&&(_0x419340[_0x21a02d]=[]);const _0x22a0ad={[_0x1e9af9]:{[TestFrameworkConstants[_0x18f64f(0x207)]]:_0x58a9c8,[TestFrameworkConstants[_0x18f64f(0x2c8)]]:_0x419340,[TestFrameworkConstants[_0x18f64f(0x212)]]:this[_0x18f64f(0x1d8)]()[0x0]||'',[TestFrameworkConstants[_0x18f64f(0x308)]]:this['getTestFrameworksVersions']()[this[_0x18f64f(0x1d8)]()[0x0]]||''}};if(_0x320bc0[_0x18f64f(0x31a)](_0x48304e,HookState[_0x18f64f(0x1f2)])){const _0x53054b={'key':_0x21a02d,[TestFrameworkConstants[_0x18f64f(0x291)]]:_0x3b7e05,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x18f64f(0x2ab)]]:_0x13f170[_0x18f64f(0x1fb)]||new Date()[_0x18f64f(0x25a)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x18f64f(0x31b)]]:_0x13f170['name']||_0x13f170[_0x18f64f(0x26f)]||_0x21a02d,[TestFrameworkConstants[_0x18f64f(0x252)]]:_0x3256a5};_0x58a9c8[_0x21a02d][_0x18f64f(0x2ea)](_0x53054b),_0x22a0ad[_0x1e9af9][TestFrameworkConstants[_0x18f64f(0x341)]]=_0x21a02d;const _0x2f74db={};_0x2f74db['depth']=0x2,logger[_0x18f64f(0x330)](_0x18f64f(0x1cc)+_0x21a02d+_0x18f64f(0x219)+_0x3b7e05+_0x18f64f(0x25b)+_0x1e9af9+',\x20hook='+util[_0x18f64f(0x2e5)](_0x53054b,_0x2f74db));}else{if(_0x320bc0[_0x18f64f(0x31a)](_0x48304e,HookState[_0x18f64f(0x279)])){const _0x1c245d=_0x13f170['result']||(_0x13f170[_0x18f64f(0x2db)]&&_0x320bc0[_0x18f64f(0x248)](_0x13f170['errorsDetailed'][_0x18f64f(0x299)],0x0)?_0x320bc0[_0x18f64f(0x2c9)]:_0x320bc0['iyQBq']),_0x3af712=_0x58a9c8[_0x21a02d]||[];logger[_0x18f64f(0x330)](_0x18f64f(0x227)+_0x21a02d+_0x18f64f(0x25b)+_0x1e9af9+',\x20result='+_0x1c245d+_0x18f64f(0x321)+_0x3af712['length']);if(_0x320bc0['nlQNA'](_0x3af712[_0x18f64f(0x299)],0x0)&&_0x320bc0['NwQWw'](_0x29e38e,TestFrameworkState['BEFORE_ALL']))return logger[_0x18f64f(0x330)](_0x320bc0[_0x18f64f(0x2b9)]),this[_0x18f64f(0x2ca)](_0x26f4c2,_0x1e9af9,_0x29e38e,_0x48304e,_0x42e577),{};if(_0x320bc0[_0x18f64f(0x2df)](_0x3af712[_0x18f64f(0x299)],0x0)){const _0x349447=_0x3af712[_0x18f64f(0x2dc)]();_0x320bc0[_0x18f64f(0x20d)](_0x1c245d,_0x320bc0['ByAqZ'])&&_0x13f170[_0x18f64f(0x2db)]?(_0x349447[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this[_0x18f64f(0x276)](_0x13f170),_0x349447[TestFrameworkConstants[_0x18f64f(0x33d)]]=this['getJestFailureReason'](_0x13f170),_0x349447[TestFrameworkConstants[_0x18f64f(0x209)]]=this[_0x18f64f(0x338)](_0x13f170),logger['debug'](_0x18f64f(0x2e7)+_0x21a02d+',\x20failureType='+_0x349447[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]+_0x18f64f(0x25d)+_0x349447[TestFrameworkConstants[_0x18f64f(0x33d)]]?.[_0x18f64f(0x31d)](0x0,0xc8))):_0x349447[TestFrameworkConstants[_0x18f64f(0x2f7)]]=_0x320bc0[_0x18f64f(0x1fe)];_0x320bc0['hZxKg'](_0x1c245d,TestFrameworkConstants[_0x18f64f(0x289)])&&(_0x349447[TestFrameworkConstants[_0x18f64f(0x2f7)]]=_0x1c245d);_0x349447[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x13f170[_0x18f64f(0x211)]||new Date()[_0x18f64f(0x25a)](),_0x349447[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x3256a5;const _0x5a0ccd=_0x349447[TestFrameworkConstants[_0x18f64f(0x291)]];!_0x419340[_0x21a02d]&&(_0x419340[_0x21a02d]=[]);_0x419340[_0x21a02d][_0x18f64f(0x2ea)](_0x349447),_0x22a0ad[_0x1e9af9][TestFrameworkConstants[_0x18f64f(0x1c9)]]=_0x21a02d;const _0x27d059={};_0x27d059[_0x18f64f(0x1c5)]=0x2,logger[_0x18f64f(0x330)](_0x18f64f(0x21a)+_0x21a02d+',\x20hookId='+_0x5a0ccd+_0x18f64f(0x223)+_0x1c245d+_0x18f64f(0x28e)+util[_0x18f64f(0x2e5)](_0x349447,_0x27d059));}}}return _0x22a0ad;}['createTestFrameworkEventPayload'](_0x3cdd5f){const _0x54140d=a92_0x325d4a,_0x5289dc={};_0x5289dc['MUmHT']=_0x54140d(0x236);const _0x42110e=_0x5289dc;try{const _0x304f99=_0x3cdd5f[_0x54140d(0x30e)]?this['getJestTestIdentifier'](_0x3cdd5f[_0x54140d(0x30e)]):_0x3cdd5f[_0x54140d(0x275)][_0x54140d(0x2d8)],_0xfb1667=_0x3cdd5f[_0x54140d(0x327)],_0x47f447=_0xfb1667[_0x54140d(0x1ef)](),_0x2adf98=_0xfb1667['getAllData']()[_0x54140d(0x200)](_0x304f99);if(!_0x2adf98)return logger['debug'](_0x54140d(0x213)+_0x304f99),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x33b444=this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x1a88a2=this['getTestFrameworksVersions']()[this['getTestFrameworks']()[0x0]]||'',[TestFrameworkConstants[_0x54140d(0x214)]]:_0x1beee7='',[TestFrameworkConstants[_0x54140d(0x221)]]:_0x1a9ec0=''}=_0x2adf98,_0x40b436=_0xfb1667['getCurrentTestState']()[_0x54140d(0x26e)]()[_0x54140d(0x2d0)]('.')[0x1],_0x2fe005=_0xfb1667[_0x54140d(0x202)]()['toString']()['split']('.')[0x1],_0x7ed6a1=global?.[_0x54140d(0x2c3)]?.['workerInfo']?.[_0x54140d(0x2f1)]||global[_0x54140d(0x24d)]||0x0,_0x4951ce=_0xfb1667[_0x54140d(0x1b4)](),_0x3a4bdf=Buffer[_0x54140d(0x32f)](JSON['stringify'](_0x2adf98))[_0x54140d(0x26e)](_0x42110e[_0x54140d(0x1f5)]),_0x8530ec={'hash':_0x47f447[_0x54140d(0x311)](),'threadId':_0x47f447['getThreadId']()[_0x54140d(0x26e)](),'processId':_0x47f447['getProcessId']()[_0x54140d(0x26e)]()},_0x3cf085={};_0x3cf085[_0x54140d(0x313)]=_0x7ed6a1,_0x3cf085[_0x54140d(0x31f)]=_0x33b444,_0x3cf085[_0x54140d(0x241)]=_0x1a88a2,_0x3cf085['testFrameworkState']=_0x40b436,_0x3cf085[_0x54140d(0x26d)]=_0x2fe005,_0x3cf085[_0x54140d(0x1ae)]=_0x1beee7,_0x3cf085[_0x54140d(0x2b6)]=_0x1a9ec0,_0x3cf085[_0x54140d(0x1c0)]=_0x4951ce,_0x3cf085[_0x54140d(0x28b)]=_0x3a4bdf,_0x3cf085[_0x54140d(0x271)]=_0x8530ec,_0x3cf085['test_identifier']=_0x304f99;const _0x20e93f=_0x3cf085;return _0x20e93f;}catch(_0x127b2d){return logger[_0x54140d(0x261)]('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util['format'](_0x127b2d)),{};}}async['sendLogCreatedEvent'](_0x452d4f,_0x463235,_0x5317c7){const _0x49ea68=a92_0x325d4a,_0x41d0ac={'cAZlu':function(_0x1aded3,_0x5cdb52){return _0x1aded3+_0x5cdb52;},'eAzvF':_0x49ea68(0x1bf),'MJcCS':_0x49ea68(0x22e),'CSLTB':function(_0x31179b,_0x23398e){return _0x31179b>_0x23398e;},'hXwfk':function(_0x1537f2,_0x13e21f,_0x2d4841,_0x4897b5){return _0x1537f2(_0x13e21f,_0x2d4841,_0x4897b5);},'mBinz':function(_0x39f0e7,_0x314a09){return _0x39f0e7-_0x314a09;},'kkHtz':function(_0x3e373f,_0x1c3101){return _0x3e373f===_0x1c3101;},'CbxGm':function(_0x4c1309,_0x379808){return _0x4c1309/_0x379808;},'WIBmw':function(_0x23986b,_0xe51bcf){return _0x23986b<_0xe51bcf;},'pQMyM':function(_0x57f28c,_0x1b759b){return _0x57f28c*_0x1b759b;},'cCoiU':function(_0x3f30a2,_0x55aadb){return _0x3f30a2+_0x55aadb;},'sNOwR':function(_0x3822f4,_0x363bab){return _0x3822f4>_0x363bab;}};try{const _0x2bb4f0=_0x5317c7[_0x49ea68(0x33e)]||_0x5317c7[_0x49ea68(0x1d4)],_0x1c3626=Array['from'](_0x452d4f['getAllData']()['keys']()),_0x7b4121=_0x452d4f[_0x49ea68(0x32a)]()[_0x49ea68(0x200)](_0x2bb4f0);if(!_0x7b4121){logger['debug'](_0x49ea68(0x1a9)+_0x2bb4f0);return;}const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x154c4c='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x1c1ae3=''}=_0x7b4121;let _0x3e2695=[];_0x7b4121&&_0x7b4121[TestFrameworkConstants['KEY_LOGS']]&&Array[_0x49ea68(0x2b1)](_0x7b4121[TestFrameworkConstants[_0x49ea68(0x32b)]])?(_0x3e2695=_0x7b4121[TestFrameworkConstants[_0x49ea68(0x32b)]]||[],logger[_0x49ea68(0x330)](_0x49ea68(0x2f5)+_0x3e2695['length']+_0x49ea68(0x2d7)+_0x2bb4f0),_0x452d4f['addMultipleEntries']({[_0x2bb4f0]:{[TestFrameworkConstants[_0x49ea68(0x32b)]]:[],[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x49ea68(0x1d8)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x49ea68(0x298)]()[this[_0x49ea68(0x1d8)]()[0x0]]||''}}),logger[_0x49ea68(0x330)](_0x49ea68(0x21e)+_0x2bb4f0)):logger[_0x49ea68(0x330)](_0x49ea68(0x23b)+_0x2bb4f0);logger[_0x49ea68(0x330)](_0x49ea68(0x1f6)+_0x3e2695[_0x49ea68(0x299)]+_0x49ea68(0x1fc)+_0x2bb4f0);const _0x2d670a=_0x3e2695['filter'](_0x14e3c9=>_0x14e3c9['kind']==='TEST_SCREENSHOT');_0x41d0ac[_0x49ea68(0x2e0)](_0x2d670a[_0x49ea68(0x299)],0x0)&&(logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20'+_0x2d670a['length']+_0x49ea68(0x1d7)+_0x2bb4f0),_0x2d670a['forEach']((_0x3cadd3,_0x565f66)=>{const _0x4709a4=_0x49ea68;logger[_0x4709a4(0x330)](_0x4709a4(0x2c4)+_0x41d0ac[_0x4709a4(0x2aa)](_0x565f66,0x1)+'/'+_0x2d670a[_0x4709a4(0x299)]+_0x4709a4(0x270)+(_0x3cadd3[_0x4709a4(0x1e1)]||_0x41d0ac[_0x4709a4(0x2b3)])+_0x4709a4(0x1b6)+(_0x3cadd3[_0x4709a4(0x26b)]||_0x41d0ac[_0x4709a4(0x2b3)])+',\x20hook_run_uuid='+(_0x3cadd3[_0x4709a4(0x26a)]||_0x41d0ac['MJcCS'])+_0x4709a4(0x33f)+(_0x3cadd3[_0x4709a4(0x1cd)]?.['length']||0x0));}));const _0x49a2c7=_0x7b4121[TestFrameworkConstants[_0x49ea68(0x328)]]||{},_0x2be25d=_0x41d0ac[_0x49ea68(0x333)](getMediaArtifactsLogs,_0x49a2c7,null,_0x2bb4f0),_0xe7b747=(_0x3e2695||[])['concat'](_0x2be25d||[]),_0x464c1b=_0x2d670a?.['length']||0x0,_0x279a33=_0x41d0ac[_0x49ea68(0x24c)](_0x3e2695?.[_0x49ea68(0x299)]||0x0,_0x464c1b);logger[_0x49ea68(0x330)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20'+_0x2bb4f0+_0x49ea68(0x232)+_0x279a33+_0x49ea68(0x1ed)+_0x464c1b+_0x49ea68(0x1c4)+(_0x2be25d?.[_0x49ea68(0x299)]||0x0)+_0x49ea68(0x1e4)+_0xe7b747[_0x49ea68(0x299)]);if(!_0xe7b747||_0x41d0ac[_0x49ea68(0x2a5)](_0xe7b747[_0x49ea68(0x299)],0x0)){logger[_0x49ea68(0x330)](_0x49ea68(0x307)+_0x2bb4f0);return;}const _0x1184ce=0x28,_0x61308e=Math[_0x49ea68(0x1ec)](_0x41d0ac['CbxGm'](_0xe7b747[_0x49ea68(0x299)],_0x1184ce));for(let _0x23417d=0x0;_0x41d0ac[_0x49ea68(0x1ff)](_0x23417d,_0x61308e);_0x23417d++){const _0xce76c3=_0x41d0ac[_0x49ea68(0x2ee)](_0x23417d,_0x1184ce),_0xf547c9=_0x41d0ac[_0x49ea68(0x2aa)](_0xce76c3,_0x1184ce),_0x5aa108=_0xe7b747[_0x49ea68(0x262)](_0xce76c3,_0xf547c9),_0x2f24ec=global?.[_0x49ea68(0x297)]??0x0,_0x384616={'platformIndex':_0x2f24ec,'logs':_0x5aa108,'testFrameworkName':_0x154c4c,'testFrameworkVersion':_0x1c1ae3,'testFrameworkState':_0x463235[_0x49ea68(0x26e)]()[_0x49ea68(0x2d0)]('.')[0x1]},_0x1099d3={};_0x1099d3[_0x49ea68(0x1c5)]=0x3,_0x1099d3['maxArrayLength']=0x5,logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x41d0ac['cCoiU'](_0x23417d,0x1)+'/'+_0x61308e+_0x49ea68(0x27e)+_0x2bb4f0+_0x49ea68(0x1ee)+_0x5aa108[_0x49ea68(0x299)]+_0x49ea68(0x1ca)+_0x2f24ec+_0x49ea68(0x2a9)+util[_0x49ea68(0x2e5)](_0x384616,_0x1099d3));const _0x5f418a=await GrpcClient[_0x49ea68(0x2a7)]()['logCreatedEvent'](_0x384616);logger[_0x49ea68(0x330)](_0x49ea68(0x1ad)+_0x41d0ac[_0x49ea68(0x2aa)](_0x23417d,0x1)+'/'+_0x61308e+_0x49ea68(0x27e)+_0x2bb4f0+_0x49ea68(0x1ac)+util[_0x49ea68(0x2e5)](_0x5f418a));}_0x2be25d&&_0x41d0ac['sNOwR'](_0x2be25d[_0x49ea68(0x299)],0x0)&&_0x7b4121[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]&&_0x452d4f[_0x49ea68(0x296)]({[_0x2bb4f0]:{[TestFrameworkConstants[_0x49ea68(0x328)]]:{},[TestFrameworkConstants[_0x49ea68(0x212)]]:this[_0x49ea68(0x1d8)]()[0x0]||'',[TestFrameworkConstants[_0x49ea68(0x308)]]:this['getTestFrameworksVersions']()[this['getTestFrameworks']()[0x0]]||''}}),logger['debug'](_0x49ea68(0x290)+_0x2bb4f0+_0x49ea68(0x1aa)+_0x61308e);}catch(_0x33046b){logger[_0x49ea68(0x261)](_0x49ea68(0x21f)+(_0x5317c7[_0x49ea68(0x33e)]||_0x5317c7['testId'])+_0x49ea68(0x204)+util[_0x49ea68(0x30b)](_0x33046b));}}['storePendingHook'](_0x4e5661,_0x465a88,_0x1af4ad,_0x2de27b,_0x4bf2ab){const _0x1663cc=a92_0x325d4a,_0xcaeda3={};_0xcaeda3[_0x1663cc(0x302)]=function(_0x14a019,_0x3323e8){return _0x14a019===_0x3323e8;},_0xcaeda3[_0x1663cc(0x342)]=_0x1663cc(0x2f2);const _0xd7f301=_0xcaeda3,{hookData:_0x11dfda}=_0x4bf2ab,_0x157376={'testId':_0x465a88,'testFrameworkState':_0x1af4ad,'hookState':_0x2de27b,'args':_0x4bf2ab,'timestamp':new Date()[_0x1663cc(0x25a)]()};if(_0xd7f301['bxvPD'](_0x1af4ad,TestFrameworkState['BEFORE_ALL'])&&_0x11dfda){const _0x2d1be9={};_0x2d1be9[_0x1663cc(0x329)]=_0x11dfda['file_name']||_0x11dfda['location'],_0x2d1be9['scope']=_0x11dfda['scope']||_0x11dfda[_0x1663cc(0x315)]&&_0x11dfda['scopes'][0x0]||'',_0x2d1be9[_0x1663cc(0x1dd)]=_0xd7f301[_0x1663cc(0x342)],_0x157376[_0x1663cc(0x2ba)]=_0x2d1be9,logger[_0x1663cc(0x330)](_0x1663cc(0x233)+_0x465a88+_0x1663cc(0x1b3)+_0x157376['hookMetadata'][_0x1663cc(0x329)]+_0x1663cc(0x2d4)+_0x157376[_0x1663cc(0x2ba)]['scope']);}_0x4e5661[_0x1663cc(0x301)](_0x465a88,_0x157376),logger['debug']('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x465a88+',\x20state:\x20'+_0x1af4ad+_0x1663cc(0x316)+_0x2de27b);}async[a92_0x325d4a(0x27b)](_0x3572db,_0x3a0961){const _0x531001=a92_0x325d4a,_0x176793={};_0x176793[_0x531001(0x1e2)]=function(_0x51572a,_0x292b4f){return _0x51572a>_0x292b4f;},_0x176793['CMqFi']=function(_0x833b58,_0x418f92){return _0x833b58===_0x418f92;},_0x176793[_0x531001(0x2f4)]=function(_0x504948,_0x5ec65d){return _0x504948===_0x5ec65d;},_0x176793['TvpNb']=function(_0x5a8a5f,_0x4e613f){return _0x5a8a5f===_0x4e613f;},_0x176793[_0x531001(0x300)]=_0x531001(0x220);const _0x2ebbb0=_0x176793;if(_0x3572db[_0x531001(0x29f)](_0x3a0961)){const _0x203bb0=_0x3572db[_0x531001(0x28a)](_0x3a0961);logger[_0x531001(0x330)](_0x531001(0x1e5)+_0x203bb0[_0x531001(0x299)]+_0x531001(0x285)+_0x3a0961);for(const _0x56b74b of _0x203bb0){try{const _0x20e15d=await this['trackHookEvent'](_0x3572db,_0x56b74b[_0x531001(0x2a3)],_0x56b74b[_0x531001(0x26d)],_0x56b74b[_0x531001(0x244)]);_0x20e15d&&_0x2ebbb0['TxAdS'](Object['keys'](_0x20e15d)[_0x531001(0x299)],0x0)&&_0x3572db[_0x531001(0x296)](_0x20e15d),await this[_0x531001(0x1f8)](_0x3572db,_0x56b74b[_0x531001(0x2a3)],_0x56b74b[_0x531001(0x26d)],_0x56b74b[_0x531001(0x244)]);}catch(_0x31c9b0){logger[_0x531001(0x261)](_0x531001(0x260)+_0x3a0961+_0x531001(0x204)+_0x31c9b0);}}_0x3572db[_0x531001(0x1b8)](_0x3a0961),logger[_0x531001(0x330)]('Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20'+_0x3a0961);}const _0x4bdbb5=_0x3572db[_0x531001(0x32a)]()[_0x531001(0x200)](_0x3a0961);if(_0x4bdbb5){const _0x2ea738=_0x4bdbb5[TestFrameworkConstants[_0x531001(0x225)]]||_0x4bdbb5[TestFrameworkConstants[_0x531001(0x2c1)]],_0x7ad0ec=_0x4bdbb5[TestFrameworkConstants[_0x531001(0x2e9)]]||_0x4bdbb5[TestFrameworkConstants[_0x531001(0x1e6)]]&&_0x4bdbb5[TestFrameworkConstants[_0x531001(0x1e6)]][0x0]||'';logger[_0x531001(0x330)](_0x531001(0x339)+_0x2ea738+_0x531001(0x2d4)+_0x7ad0ec);const _0x47e3de=_0x3572db[_0x531001(0x320)]();for(const _0xd3af70 of _0x47e3de){if(_0x2ebbb0[_0x531001(0x305)](_0xd3af70,_0x3a0961))continue;if(_0x3572db[_0x531001(0x29f)](_0xd3af70)){const _0x57ab7a=_0x3572db[_0x531001(0x28a)](_0xd3af70);for(const _0x22fc4b of _0x57ab7a){if(_0x2ebbb0[_0x531001(0x2f4)](_0x22fc4b[_0x531001(0x2a3)],TestFrameworkState[_0x531001(0x1d6)])&&_0x22fc4b[_0x531001(0x2ba)]){const _0x3e4916=_0x22fc4b['hookMetadata'][_0x531001(0x329)],_0xa63063=_0x22fc4b[_0x531001(0x2ba)][_0x531001(0x229)];if(_0x2ebbb0[_0x531001(0x2f4)](_0x3e4916,_0x2ea738)&&_0x2ebbb0[_0x531001(0x305)](_0xa63063,_0x7ad0ec)){logger[_0x531001(0x330)](_0x531001(0x33b)+_0xd3af70+',\x20currentTestId:\x20'+_0x3a0961+_0x531001(0x1b3)+_0x3e4916+_0x531001(0x2d4)+_0xa63063);_0x22fc4b[_0x531001(0x244)]&&_0x22fc4b[_0x531001(0x244)][_0x531001(0x275)]&&(_0x22fc4b[_0x531001(0x244)]['hookData'][_0x531001(0x2d8)]=_0x3a0961,logger[_0x531001(0x330)](_0x531001(0x231)+_0xd3af70+_0x531001(0x1f3)+_0x3a0961));try{const _0x55051d=await this[_0x531001(0x2e6)](_0x3572db,_0x22fc4b['testFrameworkState'],_0x22fc4b[_0x531001(0x26d)],_0x22fc4b[_0x531001(0x244)]);_0x55051d&&_0x2ebbb0[_0x531001(0x1e2)](Object[_0x531001(0x2f0)](_0x55051d)[_0x531001(0x299)],0x0)&&_0x3572db['addMultipleEntries'](_0x55051d);await this[_0x531001(0x1f8)](_0x3572db,_0x22fc4b['testFrameworkState'],_0x22fc4b[_0x531001(0x26d)],_0x22fc4b[_0x531001(0x244)]);const _0x3b4304=_0x3572db[_0x531001(0x28a)](_0xd3af70)['filter'](_0x38f1ef=>_0x38f1ef!==_0x22fc4b);if(_0x2ebbb0[_0x531001(0x25f)](_0x3b4304[_0x531001(0x299)],0x0))_0x3572db[_0x531001(0x1b8)](_0xd3af70);else{_0x3572db[_0x531001(0x1b8)](_0xd3af70);for(const _0x32a555 of _0x3b4304){_0x3572db['addPendingHook'](_0xd3af70,_0x32a555);}}logger['debug'](_0x2ebbb0[_0x531001(0x300)]);}catch(_0x531879){logger[_0x531001(0x261)](_0x531001(0x331)+_0x3a0961+',\x20error:\x20'+_0x531879);}}}}}}}}['mapTestHooks'](_0x411116){const _0xee4165=a92_0x325d4a,_0x8957f5={'kDspy':function(_0x220d60){return _0x220d60();}};if(!_0x411116||!_0x411116['parent'])return;_0x411116[_0xee4165(0x295)][_0xee4165(0x2e1)]&&Array[_0xee4165(0x2b1)](_0x411116[_0xee4165(0x295)][_0xee4165(0x2e1)])&&_0x411116[_0xee4165(0x295)]['hooks'][_0xee4165(0x33a)](_0x6a6687=>{const _0x5425a5=_0xee4165;!_0x6a6687[_0x5425a5(0x334)]&&!_0x6a6687[_0x5425a5(0x1d9)]&&(_0x6a6687[_0x5425a5(0x334)]=_0x8957f5[_0x5425a5(0x203)](uuidv4),_0x6a6687['hookUUID']=_0x6a6687[_0x5425a5(0x334)],logger['debug']('[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type='+_0x6a6687['type']+_0x5425a5(0x306)+_0x6a6687['hookAnalyticsId']));}),this[_0xee4165(0x1d5)](_0x411116[_0xee4165(0x295)]);}[a92_0x325d4a(0x2eb)](_0x29af96){const _0x578657=a92_0x325d4a,_0x8289ce={'QXpDQ':function(_0x166f16,_0x1ad7c5){return _0x166f16(_0x1ad7c5);}};if(!_0x29af96||!_0x29af96[_0x578657(0x295)])return[];const _0x5c5671=[];return _0x29af96['parent']['hooks']&&Array[_0x578657(0x2b1)](_0x29af96[_0x578657(0x295)][_0x578657(0x2e1)])&&_0x29af96[_0x578657(0x295)]['hooks'][_0x578657(0x33a)](_0x283b03=>{const _0x4a64ea=_0x578657,_0x5a8488=_0x283b03[_0x4a64ea(0x334)]||_0x283b03[_0x4a64ea(0x1d9)];_0x5a8488&&!this[_0x4a64ea(0x1cf)](_0x283b03)&&!_0x8289ce[_0x4a64ea(0x2f8)](isInternalHook,_0x283b03['fn'])&&_0x5c5671[_0x4a64ea(0x2ea)](_0x5a8488);}),[..._0x5c5671,...this['getHooksForTest'](_0x29af96[_0x578657(0x295)])];}[a92_0x325d4a(0x1d2)](_0x187c57){const _0x180157=a92_0x325d4a,_0x2e5af8={'mxDNG':function(_0x466317,_0x2e6f07){return _0x466317(_0x2e6f07);},'qxmgv':_0x180157(0x1d1)},_0x24c31d=new Map(),_0x1152ca=_0x310eef=>{const _0x5e6532=_0x180157,_0x124c34={'sjFjC':function(_0x8b749b,_0x5c2e42){const _0x27deb5=a92_0x483b;return _0x2e5af8[_0x27deb5(0x318)](_0x8b749b,_0x5c2e42);},'zQkrs':_0x2e5af8[_0x5e6532(0x27c)]};if(!_0x310eef||!_0x310eef[_0x5e6532(0x295)])return;_0x310eef[_0x5e6532(0x295)][_0x5e6532(0x2e1)]&&Array[_0x5e6532(0x2b1)](_0x310eef['parent']['hooks'])&&_0x310eef[_0x5e6532(0x295)]['hooks'][_0x5e6532(0x33a)](_0x49923e=>{const _0x489ba9=_0x5e6532,_0x4ea4e4=_0x49923e[_0x489ba9(0x334)]||_0x49923e['hookUUID'];if(_0x4ea4e4&&!this[_0x489ba9(0x1cf)](_0x49923e)&&!_0x124c34[_0x489ba9(0x1be)](isInternalHook,_0x49923e['fn'])){const _0x41ce7f={};_0x41ce7f[_0x489ba9(0x1f7)]=_0x49923e[_0x489ba9(0x1f7)]||_0x124c34['zQkrs'],_0x41ce7f[_0x489ba9(0x2e3)]=_0x49923e[_0x489ba9(0x2e3)]||'\x22'+_0x49923e[_0x489ba9(0x1f7)]+_0x489ba9(0x250),_0x24c31d['set'](_0x4ea4e4,_0x41ce7f);}}),_0x2e5af8['mxDNG'](_0x1152ca,_0x310eef[_0x5e6532(0x295)]);};return _0x2e5af8['mxDNG'](_0x1152ca,_0x187c57),_0x24c31d;}[a92_0x325d4a(0x1cf)](_0xa96d89){const _0x9803cc=a92_0x325d4a,_0x1b613a={};_0x1b613a[_0x9803cc(0x20f)]=_0x9803cc(0x259),_0x1b613a[_0x9803cc(0x28f)]=_0x9803cc(0x2d6);const _0x1b6f18=_0x1b613a;try{const _0x51fe79=this[_0x9803cc(0x2d5)](_0xa96d89);if(!_0x51fe79||_0x51fe79[_0x9803cc(0x267)](_0x1b6f18[_0x9803cc(0x20f)]))return!![];return![];}catch(_0x1e4a30){logger[_0x9803cc(0x330)](_0x1b6f18['BYkLT']);}return![];}[a92_0x325d4a(0x2d5)](_0x3b613b){const _0x3d892a=a92_0x325d4a,_0x3a7c19={'qtiad':function(_0x4825a0,_0x4be456){return _0x4825a0(_0x4be456);}};if(_0x3b613b[_0x3d892a(0x2ac)])return _0x3b613b[_0x3d892a(0x2ac)];if(_0x3b613b[_0x3d892a(0x1c7)])try{const _0xec41af=stackTrace[_0x3d892a(0x31e)](_0x3b613b[_0x3d892a(0x1c7)]),_0x649851=_0x3a7c19[_0x3d892a(0x1b2)](pickUserFrameFile,_0xec41af);if(_0x649851)return _0x649851;logger['debug'](_0x3d892a(0x2bb)+_0xec41af['length']+')');}catch(_0x499070){logger[_0x3d892a(0x330)](_0x3d892a(0x1f0)+util[_0x3d892a(0x30b)](_0x499070));}return null;}}module[a92_0x325d4a(0x2f6)]=JestTestFramework;function a92_0x1675(){const _0x9d8623=[',\x20testId=','esEtO',',\x20failureReason=','../instances/testFrameworkInstance.js','TvpNb','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','error','slice','file_name','setActiveHook',',\x20failureType=','skip','includes','ZhTEc','NBvPh','hook_run_uuid','test_run_uuid','../../../helpers/helper.js','hookState','toString','hook_type','\x20-\x20test_identifier=','executionContext','activeHooks','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','createContext','hookData','getJestFailureType','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','POST',',\x20remainingHooks=','processPendingHooks','qxmgv','ukMgz','\x20-\x20testId:\x20','KEY_TEST_FAILURE_REASON','aueBo','\x20hook','KEY_TEST_RESULT','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','\x20pending\x20hooks\x20for\x20testId:\x20','stack-trace','ABtjZ','3177FMkCCu','DEFAULT_HOOK_RESULT','getPendingHooks','eventJson','UnhandledError','KEY_TEST_FAILURE_TYPE',',\x20hook=','BYkLT','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','KEY_HOOK_ID','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','getJestTestName','parent','addMultipleEntries','browserstackPlatformIndex','getTestFrameworksVersions','length','../TestInfo.js','lAcHp','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','skipped','hasPendingHooks','Unknown\x20Test','setTrackedInstance','KEY_EVENT_ENDED_AT','testFrameworkState','KEY_TEST_RETRY_OF','kkHtz','has','getInstance','getJestTestIdentifier',',\x20payload:\x20','cAZlu','KEY_EVENT_STARTED_AT','file','../grpcClient','../../../helpers/classLogger.js','\x20(testIdentifier),\x20tags=','KEY_TEST_META','isArray','SeSmf','eAzvF','KEY_TEST_TAGS','KEY_TEST_LOGS','endedAt','1911372RJAPIg',':testAnalyticsId','yTnMw','hookMetadata','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','TEST','KEY_TEST_DURATION','hook_result','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','BPjpP','KEY_TEST_LOCATION','parseJestTestResult','__workerDetails','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','RYaGd','./testFramework','Bhsdl','KEY_HOOKS_FINISHED','ByAqZ','storePendingHook','startsWith','map','hRWiv','../state/hookState.js','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','split','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20',',\x20argsKeys=','UZVPO',',\x20scope:\x20','getRootParentFile','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','\x20logs\x20for\x20testId:\x20','test_run_id','../cliUtils.js','2DnWdOB','errorsDetailed','pop','getTrackedInstance',',\x20state=','Vxymj','CSLTB','hooks','apply','name','714917OVldZA','inspect','trackHookEvent','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','KEY_TEST_SCOPE','push','getHooksForTest','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','findIndex','pQMyM','warn','keys','parallelIndex','beforeAll','PkxYw','coVXT','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','exports','KEY_HOOK_RESULT','QXpDQ','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','getCurrentInstanceName','tLJuL',',\x20totalHooks=','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','util','KEY_TEST_CODE','tQcKx','addPendingHook','bxvPD','wzbbJ','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','CMqFi',',\x20hookUUID=','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','KEY_TEST_FRAMEWORK_VERSION','tags','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','format','189576YilEsI','joses','test','KvqvG','JCpca','getId','ZVdOx','platformIndex','eDZvV','scopes',',\x20hookState:\x20',',\x20duration=','mxDNG','reverse','nlQNA','KEY_HOOK_NAME',',\x20storing\x20as\x20pending\x20hook','substring','parse','testFrameworkName','getAllPendingHookTestIds',',\x20hooksListLength=','pIGqN','Unknown\x20error','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','rPDjs','KEY_TEST_ID','instance','KEY_TEST_ATTACHMENTS','filePath','getAllData','KEY_LOGS','stringify','CGAob','ROOT_DESCRIBE_BLOCK','from','debug','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','body','hXwfk','hookAnalyticsId','lpfbn','lSJba','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','getJestFailureData','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','forEach','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','chATZ','KEY_HOOK_FAILURE_REASON','testUUID',',\x20messageLength=','7pyOgkF','KEY_HOOK_LAST_STARTED','SyGQs','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20',',\x20totalBatches:\x20','wjWxf',',\x20response=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','startedAt','1175505lcsKiO',',\x20hookData=','45YLMQjb','qtiad',',\x20filePath:\x20','getRef','toUpperCase',',\x20test_run_uuid=','gYNef','removePendingHooks','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','APogu','KEY_TEST_FAILURE','uubUm','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','sjFjC','missing','uuid','trackJestInstance','JUltB','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=',',\x20attachmentLogs:\x20','depth','retryOf','asyncError',',\x20exception=','KEY_HOOK_LAST_FINISHED',',\x20platformIndex:\x20','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','message','match','isJestInternalHook','../../../helpers/stackFrameUtils','unknown','buildHookMapFromTest','dBaOH','testId','mapTestHooks','BEFORE_ALL','\x20screenshot\x20logs\x20for\x20testId:\x20','getTestFrameworks','hookUUID','KEY_TEST_RESULT_AT','failed',',\x20hookType=','hookType','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','title','trackEvent','test_identifier','TxAdS','JestTestFramework',',\x20totalLogs:\x20','Processing\x20','KEY_TEST_SCOPES','set','../instances/trackedInstance.js','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','LOG_REPORT',',\x20contextId=','ceil',',\x20screenshotLogs:\x20',',\x20logsInBatch:\x20','getContext','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','code','PRE','\x20to\x20','_ALL','MUmHT','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','type','runHooks','hook_id','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','started_at','\x20for\x20testId:\x20','passed','iyQBq','WIBmw','get','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','getCurrentHookState','kDspy',',\x20error:\x20','\x20files','ELGTD','KEY_HOOKS_STARTED','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','KEY_HOOK_FAILURE','\x20attachments','./constants/testFrameworkConstants.js','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','JwMYV','KEY_TEST_NAME','UWZnj','\x20(testIdentifier)','finished_at','KEY_TEST_FRAMEWORK_NAME','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','KEY_TEST_STARTED_AT','KEY_AUTOMATE_SESSION_NAME','ufzqA','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','delete',',\x20hookId=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','Assert','testData','getJestTestFilePath','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','KEY_TEST_ENDED_AT','YZGPp',',\x20result=','pid','KEY_TEST_FILE_PATH','NcDfD','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','originalTest','scope','IiFUt','KEY_TEST_UUID','HVuXO','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','none','resolveInstance','33lYxMvB','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20',',\x20consoleLogs:\x20','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','parseJestTest','\x20(testIdentifier),\x20hookType=','base64','59560VLBZDc','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result',',\x20testData=','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','7430opxjHy','KEY_HOOK_LOGS','event_ended_at','find','matchHookRegex','testFrameworkVersion','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','../../../helpers/test-observability/utils','args','duration','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','30196Mxpqsr','wUdAM','sendLogCreatedEvent',',\x20hookState=','WwGxJ','mBinz','__bstackPlatformIndex','ynNPw','TghtO','\x22\x20hook','maxArrayLength','KEY_CUSTOM_TAGS','failure_reason','getJestFailureReason',',\x20target=','getJestTestTags','join','VgYYw','jest-circus','toISOString'];a92_0x1675=function(){return _0x9d8623;};return a92_0x1675();}
1
+ const a92_0x491c39=a92_0x2b14;function a92_0x2b14(_0x2c15cb,_0x2c3a44){const _0x400a8a=a92_0x400a();return a92_0x2b14=function(_0x2b1441,_0x5bba87){_0x2b1441=_0x2b1441-0xa4;let _0x3fca3b=_0x400a8a[_0x2b1441];return _0x3fca3b;},a92_0x2b14(_0x2c15cb,_0x2c3a44);}function a92_0x400a(){const _0x46358b=['QrJxf',',\x20hookUUID=','mapTestHooks','setActiveHook','KEY_TEST_ENDED_AT','gvsnF','RBLUu','pjgOx','KEY_TEST_META','split','hookState','KEY_HOOK_FAILURE_REASON','XZgPV',',\x20version=','set','tfiKi','apply','storePendingHook','vQYoJ','KEY_TEST_CODE',',\x20hookType=','status','../TestInfo.js','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','KEY_TEST_SCOPES','hookData','agLsK','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20',',\x20error:\x20','toISOString','map','KEY_TEST_FRAMEWORK_VERSION','KaJJV','getAllPendingHookTestIds','length','name','none',',\x20currentTestId:\x20','event_ended_at','194LoZEZt','FOriH','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=',',\x20payload:\x20','started_at','ygRPR','KEY_TEST_SCOPE','cVsEC','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','hook_id',',\x20testFramework=','oQuln','getJestFailureType','rWbMk','1265504HxYzkq','createTestFrameworkEventPayload','KEY_EVENT_STARTED_AT',',\x20testId=','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','DMQYO','skip','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','trackJestInstance:\x20instance\x20already\x20exists',',\x20response=','IeDWr','KEY_HOOKS_STARTED','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','KEY_TEST_FILE_PATH','loZZK','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','test_identifier','KEY_TEST_LOCATION',',\x20state=',',\x20messageLength=','SaaEv',',\x20exception=','\x20&\x20hookState=','rFuOv','keys','KEY_TEST_FAILURE_REASON','mCnYl','WRFwN','warn','KEY_TEST_FAILURE_TYPE','getHooksForTest','qafrF','trackJestInstance','removeActiveHook','\x20files','Processing\x20','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','izORI','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','addMultipleEntries','853138bNlPEv','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','GiTSL',',\x20hookState=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','CRSYN','getJestTestIdentifier','Stored\x20pending\x20hook\x20for\x20testId:\x20','POST','../instances/trackedInstance.js','JhmSM','1717auyTSj','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','HXvaH','KEY_TEST_UUID','test_run_id','type','EpuWx','passed',',\x20hookData=','KEY_HOOK_FAILURE','delete','bXfoq','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20',',\x20scope:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','title','9CTweCr',',\x20hookState:\x20','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','LOG_REPORT','\x20for\x20testId:\x20','filePath','getCurrentHookState','message','\x22\x20hook','PytDW','createContext','\x20attachments','scopes','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','find','dpsli','failure_reason','sendLogCreatedEvent','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','KEY_LOGS','error','base64','uuid','getThreadId','KEY_TEST_NAME','KEY_HOOK_ID','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','hooks','testData','processPendingHooks','parse','\x20-\x20testId:\x20','UnhandledError','KEY_TEST_TAGS',',\x20totalBatches:\x20','join','GHWdi','\x20to\x20','getContext','filter','DEFAULT_TEST_RESULT','QWCjd','file','trackHookEvent',',\x20totalHooks=','unknown','tkOfU','548220UjDpuS','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','hyypY','\x20logs\x20for\x20testId:\x20','ULeXu','KEY_HOOK_NAME','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','hookAnalyticsId',':testAnalyticsId','parseJestTestResult','Unknown\x20Test','HfazP','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','isJestInternalHook','AssertionError','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','slice','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','407274mlcufh','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','afterAll','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=',',\x20testData=','getId','logCreatedEvent','../instances/testFrameworkInstance.js','rBbZI','TEST_SCREENSHOT',',\x20screenshotLogs:\x20','stack-trace','../state/hookState.js','body','CVhah','YLVNz','parallelIndex',',\x20test_run_uuid=','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','file_name','depth','match','rzQdK','exports','qJKHt','browserstackPlatformIndex','hookMetadata','originalTest','getJestTestScopes','parseJestTest','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','substr','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20',',\x20hook=','KEY_TEST_FRAMEWORK_NAME','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','instance','qEYmb','./testFramework','substring','hasPendingHooks','setTrackedInstance','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','getJestTestName','ALL','tlQWR','inspect','finished_at',',\x20remainingHooks=','KEY_HOOK_LAST_FINISHED','\x20hook','KEY_EVENT_ENDED_AT','platformIndex','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','getJestFailureReason','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','stringify',',\x20argsKeys=','runHooks','\x20pending\x20hooks\x20for\x20testId:\x20','SbaqB','getPendingHooks','scope','maxArrayLength','forEach','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','trackEvent','MMRAw','KEY_HOOK_LAST_STARTED','KWTyJ','buildHookMapFromTest',',\x20totalLogs:\x20','KEY_TEST_RETRY_OF',',\x20failureType=','util','findIndex','KEY_TEST_STARTED_AT','hook_run_uuid','Xqknw','getTrackedInstance','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','EgNtc','nrOSE','KEY_HOOK_RESULT','hookType','result','getAllData','LSnFD','pmneh','startedAt','OEHtX','concat','includes','../../../helpers/helper.js','getInstance','QQcrI','missing','ziPnL','Lgrdx',',\x20filePath=','./constants/testFrameworkConstants.js','KEY_TEST_LOGS','ysZyV','getProcessId','\x20screenshot\x20logs\x20for\x20testId:\x20',',\x20failureReason=','KEY_HOOKS_FINISHED','get','getJestFailureData','GaVbd','hookUUID','OnXrv','getRootParentFile','tags',',\x20hooksListLength=','parent','test_run_uuid','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','KEY_TEST_RERUN_NAME','21DdEGMl','364150VHsubc',',\x20scopes=','HzzdD','5FdrBGd','ROOT_DESCRIBE_BLOCK','JFTNj','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','hook_result','ebJCy','testFrameworkName','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','resolveInstance','retryOf',',\x20result=','has','toUpperCase','FDhGL','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','getJestTestTags',',\x20attachmentLogs:\x20','endedAt','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','args','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','testFrameworkVersion','from','UeOYk',',\x20contextId=','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','Assert','matchHookRegex','KEY_TEST_RESULT_AT','debug','addPendingHook','../cliUtils.js','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','duration','getCurrentInstanceName',',\x20hook_run_uuid=','ZeiHf','getJestTestFilePath','jest-circus','ceil','asyncError','push',',\x20filePath:\x20','pop','beforeAll',',\x20state:\x20','KUupa','EwpPo','KEY_AUTOMATE_SESSION_NAME','\x20(testIdentifier),\x20hookType=','KEY_HOOK_LOGS','toString','uZaFW','getTestFrameworksVersions','522832SAwMwa','KEY_HOOK_FAILURE_TYPE','aqrdT','errorsDetailed','pid','KEY_CUSTOM_TAGS','code','test','TEST','getTestFrameworks','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','VJwAu','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','skipped','uSJgb','failed','testId','vpTQq','__bstackPlatformIndex','isArray','Error\x20in\x20createTestFrameworkEventPayload:\x20','KEY_TEST_ATTACHMENTS',',\x20hookId=','HxikO','\x20(testIdentifier)',',\x20target=','KEY_TEST_RESULT','testFrameworkState','qAnZA','DEFAULT_HOOK_RESULT','EjupZ','../../../helpers/test-observability/utils','removePendingHooks','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','AxZyz','testUUID','wyZHD','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','eajMJ','IVwcJ','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','format','BEFORE_ALL','nReCu','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','activeHooks','MNrWj','trackJestInstance:\x20created\x20instance\x20for\x20target='];a92_0x400a=function(){return _0x46358b;};return a92_0x400a();}(function(_0x3bbd32,_0x59bbf1){const _0x2bae5e=a92_0x2b14,_0x1e1ce5=_0x3bbd32();while(!![]){try{const _0x2aa533=-parseInt(_0x2bae5e(0x231))/0x1*(-parseInt(_0x2bae5e(0x1ee))/0x2)+parseInt(_0x2bae5e(0xcc))/0x3+parseInt(_0x2bae5e(0x194))/0x4*(-parseInt(_0x2bae5e(0x15b))/0x5)+-parseInt(_0x2bae5e(0xdf))/0x6*(parseInt(_0x2bae5e(0x157))/0x7)+parseInt(_0x2bae5e(0x1fc))/0x8+-parseInt(_0x2bae5e(0x241))/0x9*(-parseInt(_0x2bae5e(0x158))/0xa)+-parseInt(_0x2bae5e(0x225))/0xb;if(_0x2aa533===_0x59bbf1)break;else _0x1e1ce5['push'](_0x1e1ce5['shift']());}catch(_0x3cea41){_0x1e1ce5['push'](_0x1e1ce5['shift']());}}}(a92_0x400a,0x20395));const TestFramework=require(a92_0x491c39(0x106)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a92_0x491c39(0xeb)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a92_0x491c39(0xe6)),CLIUtils=require(a92_0x491c39(0x17c)),TrackedInstance=require(a92_0x491c39(0x22f)),TestFrameworkConstants=require(a92_0x491c39(0x144)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a92_0x491c39(0x13d)),{isInternalHook}=require(a92_0x491c39(0x1b3)),logger=createClassLogger('JestTestFramework'),{v4:uuidv4}=require(a92_0x491c39(0xb3)),util=require(a92_0x491c39(0x12a)),TestInfo=require(a92_0x491c39(0x1dd)),GrpcClient=require('../grpcClient'),stackTrace=require(a92_0x491c39(0xea)),{pickUserFrameFile}=require('../../../helpers/stackFrameUtils');class JestTestFramework extends TestFramework{constructor(_0x30f640,_0xc89382,_0x398329){super(_0x30f640,_0xc89382,_0x398329),this['activeHooks']=new Map();}[a92_0x491c39(0x1ca)](_0x2a9cc5,_0x3dd57f,_0x27365a){const _0x4bf687=a92_0x491c39,_0x2f3379={};_0x2f3379[_0x4bf687(0x123)]=function(_0x1b4df8,_0x3fd57e){return _0x1b4df8||_0x3fd57e;};const _0x2a80fb=_0x2f3379;if(_0x2a80fb[_0x4bf687(0x123)](!_0x2a9cc5,!_0x3dd57f)){logger[_0x4bf687(0x219)](_0x4bf687(0xaf)+_0x2a9cc5+_0x4bf687(0x1c8)+_0x3dd57f);return;}!this[_0x4bf687(0x1c4)][_0x4bf687(0x166)](_0x2a9cc5)&&this['activeHooks']['set'](_0x2a9cc5,[]);const _0x53400e={'hookUUID':_0x3dd57f,'hookType':_0x27365a,'startedAt':new Date()['toISOString']()};this['activeHooks']['get'](_0x2a9cc5)[_0x4bf687(0x187)](_0x53400e),logger[_0x4bf687(0x17a)](_0x4bf687(0x169)+_0x2a9cc5+',\x20hookUUID='+_0x3dd57f+_0x4bf687(0x1db)+_0x27365a+_0x4bf687(0xc9)+this[_0x4bf687(0x1c4)][_0x4bf687(0x14b)](_0x2a9cc5)[_0x4bf687(0x1e9)]);}[a92_0x491c39(0x21e)](_0x1ff42e,_0x410c41){const _0x15c858=a92_0x491c39,_0x2994b3={};_0x2994b3[_0x15c858(0x1d6)]=function(_0x545620,_0x2c474e){return _0x545620||_0x2c474e;},_0x2994b3[_0x15c858(0x1c7)]=function(_0x5a1938,_0x2265ba){return _0x5a1938!==_0x2265ba;},_0x2994b3[_0x15c858(0x1c2)]=function(_0x569c3e,_0x5bae0f){return _0x569c3e===_0x5bae0f;};const _0x56f7a7=_0x2994b3;if(_0x56f7a7[_0x15c858(0x1d6)](!_0x1ff42e,!_0x410c41)){logger[_0x15c858(0x219)](_0x15c858(0x221)+_0x1ff42e+',\x20hookUUID='+_0x410c41);return;}if(this[_0x15c858(0x1c4)][_0x15c858(0x166)](_0x1ff42e)){const _0x43963f=this[_0x15c858(0x1c4)][_0x15c858(0x14b)](_0x1ff42e),_0x389da9=_0x43963f[_0x15c858(0x12b)](_0x540eb6=>_0x540eb6[_0x15c858(0x14e)]===_0x410c41);_0x56f7a7['QrJxf'](_0x389da9,-0x1)?(_0x43963f['splice'](_0x389da9,0x1),logger[_0x15c858(0x17a)](_0x15c858(0xfd)+_0x1ff42e+',\x20hookUUID='+_0x410c41+_0x15c858(0x110)+_0x43963f[_0x15c858(0x1e9)]),_0x56f7a7[_0x15c858(0x1c2)](_0x43963f['length'],0x0)&&this[_0x15c858(0x1c4)][_0x15c858(0x23b)](_0x1ff42e)):logger[_0x15c858(0x17a)](_0x15c858(0xfe)+_0x1ff42e+_0x15c858(0x1c8)+_0x410c41);}}['getActiveHook'](_0x18d70d){const _0x208005=a92_0x491c39,_0x38c8e8={};_0x38c8e8['qAnZA']=function(_0x2cd8fa,_0x9f49cf){return _0x2cd8fa>_0x9f49cf;},_0x38c8e8[_0x208005(0x192)]=function(_0x5cb35f,_0x5a0ccd){return _0x5cb35f-_0x5a0ccd;};const _0x9bd6af=_0x38c8e8;if(!_0x18d70d)return null;if(this[_0x208005(0x1c4)][_0x208005(0x166)](_0x18d70d)){const _0x72fa44=this[_0x208005(0x1c4)][_0x208005(0x14b)](_0x18d70d);if(_0x9bd6af[_0x208005(0x1b0)](_0x72fa44['length'],0x0)){const _0x3f5558=_0x72fa44[_0x9bd6af[_0x208005(0x192)](_0x72fa44['length'],0x1)];return logger[_0x208005(0x17a)](_0x208005(0x155)+_0x18d70d+_0x208005(0x1c8)+_0x3f5558[_0x208005(0x14e)]+_0x208005(0x1db)+_0x3f5558[_0x208005(0x134)]),_0x3f5558;}}return null;}async[a92_0x491c39(0x122)](_0x27a493,_0x4578e9,_0x11c5d1={}){const _0x482e2e=a92_0x491c39,_0x248a75={};_0x248a75['zJbCY']=_0x482e2e(0x1b9),_0x248a75['vpTQq']=function(_0x1388e6,_0xb80373){return _0x1388e6===_0xb80373;},_0x248a75[_0x482e2e(0x23c)]=function(_0x1cf9e8,_0x1a4404){return _0x1cf9e8===_0x1a4404;},_0x248a75['PytDW']=function(_0x68edeb,_0x1ddac3){return _0x68edeb||_0x1ddac3;},_0x248a75[_0x482e2e(0xd7)]=_0x482e2e(0x209),_0x248a75[_0x482e2e(0x15a)]=function(_0x112dec,_0x31ba71){return _0x112dec===_0x31ba71;};const _0xf36516=_0x248a75;logger[_0x482e2e(0x17a)]('[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState='+_0x27a493+_0x482e2e(0x228)+_0x4578e9+_0x482e2e(0x119)+Object[_0x482e2e(0x215)](_0x11c5d1)[_0x482e2e(0xc0)](',')),await super[_0x482e2e(0x122)](_0x27a493,_0x4578e9,_0x11c5d1);const _0x51bc52=this[_0x482e2e(0x163)](_0x27a493,_0x4578e9,_0x11c5d1);if(!_0x51bc52){logger[_0x482e2e(0x17a)](_0xf36516['zJbCY']);return;}try{let _0xa33bd7,_0x29ac9a,_0x3dc8b1;switch(_0x27a493){case TestFrameworkState[_0x482e2e(0x19c)]:_0xa33bd7=_0x11c5d1[_0x482e2e(0x19b)];const _0x2d0c6e={};_0x2d0c6e['depth']=0x2,_0x2d0c6e[_0x482e2e(0x11f)]=0x3,logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState='+_0x4578e9+_0x482e2e(0xe3)+util[_0x482e2e(0x10e)](_0xa33bd7,_0x2d0c6e)),_0x3dc8b1=this[_0x482e2e(0x22c)](_0xa33bd7),_0x29ac9a=null,logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId='+_0x3dc8b1+_0x482e2e(0x1ac));if(_0xf36516[_0x482e2e(0x1a5)](_0x4578e9,HookState['PRE'])){logger[_0x482e2e(0x17a)](_0x482e2e(0xd8)+_0x3dc8b1);const _0x369683={};_0x369683[_0x482e2e(0x1b7)]=_0x29ac9a,_0x369683[_0x482e2e(0xb9)]=_0xa33bd7,_0x369683['testId']=_0x3dc8b1;const _0x107306=this[_0x482e2e(0xfc)](_0x369683),_0x5948a0={};_0x5948a0[_0x482e2e(0xf3)]=0x2,_0x5948a0[_0x482e2e(0x11f)]=0x3,logger['debug'](_0x482e2e(0x16b)+util[_0x482e2e(0x10e)](_0x107306,_0x5948a0)),_0x51bc52['addMultipleEntries'](_0x107306),logger['debug'](_0x482e2e(0x23f)+_0x3dc8b1),await this[_0x482e2e(0xba)](_0x51bc52,_0x3dc8b1);}else{if(_0xf36516[_0x482e2e(0x23c)](_0x4578e9,HookState[_0x482e2e(0x22e)])){logger['debug'](_0x482e2e(0x1ba)+_0x3dc8b1);const _0xea76f1=_0x51bc52[_0x482e2e(0x136)]()[_0x482e2e(0x14b)](_0x3dc8b1);logger['debug'](_0x482e2e(0x229)+util[_0x482e2e(0x10e)](Object[_0x482e2e(0x215)](_0xf36516[_0x482e2e(0xa6)](_0xea76f1,{}))));_0xea76f1&&_0xea76f1[TestFrameworkConstants[_0x482e2e(0x1a9)]]?logger['debug'](_0x482e2e(0x1c3)+Object['keys'](_0xea76f1[TestFrameworkConstants[_0x482e2e(0x1a9)]])[_0x482e2e(0x1e9)]+_0x482e2e(0x21f)):logger[_0x482e2e(0x17a)](_0xf36516[_0x482e2e(0xd7)]);const _0x2cdc4b=_0x11c5d1[_0x482e2e(0xfa)]||null,_0x222ad1={};_0x222ad1[_0x482e2e(0x1b7)]=_0x29ac9a,_0x222ad1[_0x482e2e(0xb9)]=_0xa33bd7,_0x222ad1[_0x482e2e(0x1a4)]=_0x3dc8b1,_0x222ad1[_0x482e2e(0xfa)]=_0x2cdc4b;const _0x18a392=this[_0x482e2e(0xd5)](_0x222ad1),_0x315659={};_0x315659[_0x482e2e(0xf3)]=0x2,_0x315659[_0x482e2e(0x11f)]=0x3,logger[_0x482e2e(0x17a)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20'+util[_0x482e2e(0x10e)](_0x18a392,_0x315659)),_0x51bc52['addMultipleEntries'](_0x18a392),logger['debug'](_0x482e2e(0x223)+_0x3dc8b1),await this['processPendingHooks'](_0x51bc52,_0x3dc8b1);}}break;case TestFrameworkState[_0x482e2e(0x244)]:if(_0xf36516[_0x482e2e(0x15a)](_0x4578e9,HookState[_0x482e2e(0x22e)])){const _0x1c0952={};_0x1c0952[_0x482e2e(0xf3)]=0x2,logger[_0x482e2e(0x17a)](_0x482e2e(0x121)+util[_0x482e2e(0x10e)](_0x11c5d1,_0x1c0952)),await this[_0x482e2e(0xae)](_0x51bc52,_0x27a493,_0x11c5d1);}break;default:if(CLIUtils[_0x482e2e(0x178)](_0x27a493[_0x482e2e(0x191)]()[_0x482e2e(0x1d0)]('.')[0x1])){const _0x4bbd03={};_0x4bbd03[_0x482e2e(0xf3)]=0x2,_0x4bbd03['maxArrayLength']=0x3,logger[_0x482e2e(0x17a)](_0x482e2e(0x1bb)+_0x27a493+_0x482e2e(0x228)+_0x4578e9+_0x482e2e(0x239)+util['inspect'](_0x11c5d1[_0x482e2e(0x1e0)],_0x4bbd03));const _0x327106=await this[_0x482e2e(0xc8)](_0x51bc52,_0x27a493,_0x4578e9,_0x11c5d1),_0x39642a={};_0x39642a[_0x482e2e(0xf3)]=0x2,_0x39642a[_0x482e2e(0x11f)]=0x3,logger[_0x482e2e(0x17a)](_0x482e2e(0x117)+util[_0x482e2e(0x10e)](_0x327106,_0x39642a)),_0x51bc52[_0x482e2e(0x224)](_0x327106);}else logger['debug'](_0x482e2e(0x1f0)+_0x27a493+_0x482e2e(0x213)+_0x4578e9);break;}logger[_0x482e2e(0x17a)](_0x482e2e(0x19e)+_0x27a493+_0x482e2e(0x228)+_0x4578e9);}catch(_0x56fa00){logger[_0x482e2e(0xb1)](_0x482e2e(0xb7)+_0x27a493+',\x20hookState='+_0x4578e9+_0x482e2e(0x212)+util[_0x482e2e(0x1c0)](_0x56fa00));}_0x11c5d1['instance']=_0x51bc52,await this['runHooks'](_0x51bc52,_0x27a493,_0x4578e9,_0x11c5d1);}['getJestTestIdentifier'](_0x2270bd){const _0x4c4a66=a92_0x491c39,_0x520caa={};_0x520caa['EpuWx']=_0x4c4a66(0x1f6);const _0x151cfe=_0x520caa;if(_0x2270bd&&(_0x2270bd['id']||_0x2270bd['uuid'])){const _0xa013ac=_0x2270bd['id']||_0x2270bd[_0x4c4a66(0xb3)];return logger[_0x4c4a66(0x17a)]('[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22'+_0xa013ac+'\x22\x20from\x20testData'),_0xa013ac;}return logger['debug'](_0x151cfe[_0x4c4a66(0x237)]),process[_0x4c4a66(0x198)]+_0x4c4a66(0xd4);}['resolveInstance'](_0x5032bc,_0x2f3c0a,_0x37bd90={}){const _0x3a77f8=a92_0x491c39;let _0xa4f636=null;return _0xa4f636=TestFramework[_0x3a77f8(0x12f)](),!_0xa4f636?(logger[_0x3a77f8(0x17a)]('[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state='+_0x5032bc),this[_0x3a77f8(0x21d)](_0x5032bc,_0x37bd90),_0xa4f636=TestFramework[_0x3a77f8(0x12f)](),logger[_0x3a77f8(0x17a)]('[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists='+!!_0xa4f636+_0x3a77f8(0x175)+_0xa4f636?.[_0x3a77f8(0xc3)]()?.[_0x3a77f8(0xe4)]())):logger[_0x3a77f8(0x17a)](_0x3a77f8(0x10a)+_0xa4f636[_0x3a77f8(0xc3)]()?.[_0x3a77f8(0xe4)]()),_0xa4f636;}[a92_0x491c39(0x21d)](_0x180f9f,_0x4b65de){const _0x417966=a92_0x491c39,_0x447f29={};_0x447f29[_0x417966(0x137)]=_0x417966(0x204);const _0x52628a=_0x447f29;if(TestFramework[_0x417966(0x12f)]()){logger['debug'](_0x52628a['LSnFD']);return;}const _0xb4185a=CLIUtils[_0x417966(0x180)](),_0x18d3d9=TrackedInstance[_0x417966(0xa7)](_0xb4185a);let _0x7f8e0d=null;logger[_0x417966(0x17a)](_0x417966(0x1c6)+_0xb4185a+_0x417966(0x20f)+_0x180f9f),_0x7f8e0d=new TestFrameworkInstance(_0x18d3d9,this[_0x417966(0x19d)](),this[_0x417966(0x193)](),_0x180f9f,HookState['NONE']),TestFramework[_0x417966(0x109)](_0x18d3d9,_0x7f8e0d),logger[_0x417966(0x17a)](_0x417966(0x15e)+_0x18d3d9[_0x417966(0xe4)]()+_0x417966(0x1ad)+_0xb4185a+_0x417966(0x1f8)+this[_0x417966(0x19d)]()[0x0]+_0x417966(0x1d4)+this['getTestFrameworksVersions']()[this[_0x417966(0x19d)]()[0x0]]);}[a92_0x491c39(0xfc)](_0x393e2b){const _0x4f069c=a92_0x491c39,_0x43e5cc={};_0x43e5cc[_0x4f069c(0x1ab)]=function(_0x3e6692,_0x2cc9ee){return _0x3e6692||_0x2cc9ee;},_0x43e5cc[_0x4f069c(0x138)]='No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test';const _0x12d941=_0x43e5cc,{testUUID:_0x3c1cbc,testData:_0x322958,testId:_0x5482d4}=_0x393e2b;if(_0x12d941[_0x4f069c(0x1ab)](!_0x322958,!_0x5482d4))return logger[_0x4f069c(0x17a)](_0x12d941['pmneh']),{};const _0x36f529=this[_0x4f069c(0x19d)]()[0x0],_0x5accc5=this[_0x4f069c(0x193)](),_0x21de8d={};_0x21de8d[_0x4f069c(0xf3)]=0x2,_0x21de8d['maxArrayLength']=0x3,logger[_0x4f069c(0x17a)](_0x4f069c(0x17e)+util['inspect'](_0x322958,_0x21de8d));const _0x594a51=_0x322958?.[_0x4f069c(0xa9)]||[],_0x1d8b0f=this['getJestTestName'](_0x322958),_0x5ec9a8=this[_0x4f069c(0x183)](_0x322958),_0x383665=_0x322958['fn']?_0x322958['fn'][_0x4f069c(0x191)]():_0x322958?.[_0x4f069c(0xec)]?_0x322958[_0x4f069c(0xec)][_0x4f069c(0x19a)][_0x4f069c(0x191)]():null,_0x4dd0b8=this[_0x4f069c(0x16c)](_0x322958),_0x470725={[TestFrameworkConstants[_0x4f069c(0x102)]]:_0x36f529,[TestFrameworkConstants[_0x4f069c(0x1e6)]]:_0x5accc5[_0x36f529],[TestFrameworkConstants[_0x4f069c(0x145)]]:[],[TestFrameworkConstants[_0x4f069c(0x14a)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x4f069c(0x1ae)]]:TestFrameworkConstants[_0x4f069c(0xc5)],[TestFrameworkConstants[_0x4f069c(0x18e)]]:_0x1d8b0f,[TestFrameworkConstants[_0x4f069c(0x20a)]]:_0x5ec9a8,[TestFrameworkConstants['KEY_TEST_ID']]:_0x5482d4,[TestFrameworkConstants[_0x4f069c(0xb5)]]:_0x1d8b0f,[TestFrameworkConstants[_0x4f069c(0x20e)]]:_0x5ec9a8,[TestFrameworkConstants[_0x4f069c(0x1da)]]:_0x383665,[TestFrameworkConstants[_0x4f069c(0xbe)]]:_0x4dd0b8,[TestFrameworkConstants[_0x4f069c(0x12c)]]:_0x322958['started_at']||new Date()[_0x4f069c(0x1e4)](),[TestFrameworkConstants[_0x4f069c(0x1f4)]]:_0x594a51[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x594a51,[TestFrameworkConstants[_0x4f069c(0x156)]]:_0x1d8b0f,[TestFrameworkConstants[_0x4f069c(0x199)]]:{},[TestFrameworkConstants[_0x4f069c(0x1cf)]]:{}};_0x322958[_0x4f069c(0x164)]&&(_0x470725[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x322958['retryOf']);logger['debug'](_0x4f069c(0x176)+_0x1d8b0f+',\x20testId='+_0x5482d4+'\x20(testIdentifier),\x20tags='+JSON[_0x4f069c(0x118)](_0x4dd0b8)+_0x4f069c(0x159)+util[_0x4f069c(0x10e)](_0x594a51)+_0x4f069c(0x143)+_0x5ec9a8);const _0x110921={};return _0x110921[_0x5482d4]=_0x470725,_0x110921;}['parseJestTestResult'](_0x10a040){const _0x577de0=a92_0x491c39,_0x923830={'SbaqB':function(_0x15f427,_0x57ed89){return _0x15f427===_0x57ed89;},'vQYoJ':_0x577de0(0xe1),'rFuOv':function(_0x1d3ac,_0x434057){return _0x1d3ac===_0x434057;},'GaVbd':_0x577de0(0x18a),'rBbZI':_0x577de0(0x10c),'NwLtJ':'_ALL','SaaEv':function(_0x52bb4d,_0x37935f){return _0x52bb4d||_0x37935f;},'Caoms':'No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','nrOSE':function(_0x505bc4,_0x48b2cc){return _0x505bc4||_0x48b2cc;},'OQZAS':_0x577de0(0xca),'Xqknw':function(_0x3b07df,_0xc3f344){return _0x3b07df>_0xc3f344;},'JhmSM':'failed','GHWdi':_0x577de0(0x202),'GiTSL':_0x577de0(0x1a1),'oQuln':_0x577de0(0x238),'HXvaH':function(_0x18bdce,_0x7d5cc0){return _0x18bdce!==_0x7d5cc0;},'XZgPV':function(_0x5a7edd,_0x25a38e,_0x3a38c6,_0x5e1782){return _0x5a7edd(_0x25a38e,_0x3a38c6,_0x5e1782);},'VJwAu':function(_0x33cce7,_0x17c5dc){return _0x33cce7>_0x17c5dc;},'rzQdK':function(_0x1417b1,_0x4d94a4){return _0x1417b1>_0x4d94a4;},'CRSYN':_0x577de0(0x200),'FDhGL':function(_0x1d4af7,_0xb74754){return _0x1d4af7>_0xb74754;}},{testUUID:_0x47efd6,testData:_0x30233e,testId:_0x30c520}=_0x10a040;if(_0x923830[_0x577de0(0x211)](!_0x30233e,!_0x30c520))return logger[_0x577de0(0x17a)](_0x923830['Caoms']),{};const _0x42d260=this[_0x577de0(0x163)](TestFrameworkState[_0x577de0(0x19c)],HookState[_0x577de0(0x22e)]),_0x5c2cc8=_0x42d260['getAllData']()[_0x577de0(0x14b)](_0x30c520),_0x4ddd43=_0x923830[_0x577de0(0x132)](_0x5c2cc8,{}),_0x155449=_0x4ddd43?_0x4ddd43[TestFrameworkConstants[_0x577de0(0x199)]]||{}:{},_0x3b79f4=_0x4ddd43[TestFrameworkConstants[_0x577de0(0x1a9)]];logger[_0x577de0(0x17a)](_0x577de0(0x16a)+(_0x3b79f4?Object['keys'](_0x3b79f4)[_0x577de0(0x1e9)]:0x0)+_0x577de0(0xa8));let _0x55881c=_0x923830['OQZAS'];if(_0x30233e[_0x577de0(0x135)])_0x55881c=_0x30233e[_0x577de0(0x135)];else{if(_0x30233e[_0x577de0(0x197)]&&_0x923830[_0x577de0(0x12e)](_0x30233e[_0x577de0(0x197)]['length'],0x0))_0x55881c=_0x923830[_0x577de0(0x230)];else _0x923830[_0x577de0(0x11c)](_0x30233e[_0x577de0(0x1dc)],_0x923830[_0x577de0(0xc1)])||_0x923830[_0x577de0(0x214)](_0x30233e[_0x577de0(0x1dc)],_0x923830[_0x577de0(0x227)])?_0x55881c=_0x923830[_0x577de0(0x227)]:_0x55881c=_0x923830[_0x577de0(0x1f9)];}const _0xa3d7de={..._0x4ddd43,[TestFrameworkConstants[_0x577de0(0x1ae)]]:_0x55881c,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x30233e['finished_at']||new Date()['toISOString'](),[TestFrameworkConstants[_0x577de0(0x179)]]:new Date()[_0x577de0(0x1e4)](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x155449,[TestFrameworkConstants[_0x577de0(0xb0)]]:_0x4ddd43[TestFrameworkConstants[_0x577de0(0xb0)]]||[],[TestFrameworkConstants[_0x577de0(0x1cf)]]:{}};if(_0x923830[_0x577de0(0x214)](_0x55881c,_0x923830[_0x577de0(0x230)])&&_0x30233e[_0x577de0(0x197)]){const _0x2833b7=this[_0x577de0(0x116)](_0x30233e),_0x155c7a=this[_0x577de0(0x1fa)](_0x30233e),_0x103b86=this[_0x577de0(0x14c)](_0x30233e);_0xa3d7de[TestFrameworkConstants[_0x577de0(0x21a)]]=_0x155c7a,_0xa3d7de[TestFrameworkConstants[_0x577de0(0x216)]]=_0x2833b7,_0xa3d7de[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x103b86;}_0x923830[_0x577de0(0x233)](_0x30233e[_0x577de0(0x17f)],undefined)&&(_0xa3d7de[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x30233e[_0x577de0(0x17f)]);_0x30233e[_0x577de0(0x164)]&&(_0xa3d7de[TestFrameworkConstants[_0x577de0(0x128)]]=_0x30233e[_0x577de0(0x164)]);const _0x1aab8c=_0x5c2cc8?_0x5c2cc8[TestFrameworkConstants[_0x577de0(0x1a9)]]||{}:{},_0x1200c2=_0x5c2cc8?_0x5c2cc8[TestFrameworkConstants[_0x577de0(0x234)]]:_0x47efd6,_0x3c52a8=_0x923830[_0x577de0(0x1d3)](getManualUploadLogs,_0x1aab8c,_0x1200c2,_0x30c520);if(_0x923830[_0x577de0(0x19f)](_0x3c52a8[_0x577de0(0x1e9)],0x0)){const _0x249233=_0xa3d7de[TestFrameworkConstants[_0x577de0(0xb0)]]||[];_0xa3d7de[TestFrameworkConstants[_0x577de0(0xb0)]]=[..._0x249233,..._0x3c52a8];}const _0x557cc6=_0x4ddd43[TestFrameworkConstants[_0x577de0(0x14a)]]||{},_0x478dc2=_0x4ddd43[TestFrameworkConstants[_0x577de0(0x207)]]||{},_0x32d8c5={..._0x557cc6},_0x3b1016=_0x32d8c5;Object[_0x577de0(0x215)](_0x478dc2)[_0x577de0(0x120)](_0x5c3809=>{const _0x1df30b=_0x577de0;!_0x3b1016[_0x5c3809]&&(_0x3b1016[_0x5c3809]=[]);const _0x4632a2=new Set((_0x3b1016[_0x5c3809]||[])[_0x1df30b(0x1e5)](_0x4107b1=>_0x4107b1[TestFrameworkConstants[_0x1df30b(0xb6)]]||_0x4107b1[_0x1df30b(0x1f7)]));(_0x478dc2[_0x5c3809]||[])['forEach'](_0x35c260=>{const _0x42991e=_0x1df30b,_0x4c64f7=_0x35c260[TestFrameworkConstants[_0x42991e(0xb6)]]||_0x35c260['hook_id'];if(!_0x4632a2[_0x42991e(0x166)](_0x4c64f7)){const _0x4e6b8c={..._0x35c260},_0xaa3636=_0x4e6b8c;!_0xaa3636[TestFrameworkConstants[_0x42991e(0x113)]]&&!_0xaa3636[_0x42991e(0x1ed)]&&(_0xaa3636[TestFrameworkConstants[_0x42991e(0x113)]]=new Date()['toISOString']()),!_0xaa3636[TestFrameworkConstants[_0x42991e(0x133)]]&&!_0xaa3636[_0x42991e(0x15f)]&&(_0xaa3636[TestFrameworkConstants[_0x42991e(0x133)]]=TestFrameworkConstants[_0x42991e(0x1b1)]),_0x3b1016[_0x5c3809]['push'](_0xaa3636);}});});if(_0x10a040[_0x577de0(0xfa)]){this[_0x577de0(0x1c9)](_0x10a040[_0x577de0(0xfa)]);const _0x3ec445=this[_0x577de0(0x126)](_0x10a040[_0x577de0(0xfa)]),_0x2ee1ea=this[_0x577de0(0x21b)](_0x10a040[_0x577de0(0xfa)]);_0x2ee1ea[_0x577de0(0x120)](_0x23425a=>{const _0x3db35e=_0x577de0,_0x49164b=_0x3ec445[_0x3db35e(0x14b)](_0x23425a);if(_0x49164b&&(_0x923830[_0x3db35e(0x11c)](_0x49164b['type'],_0x923830[_0x3db35e(0x1d9)])||_0x923830['rFuOv'](_0x49164b[_0x3db35e(0x236)],_0x923830[_0x3db35e(0x14d)]))){const _0x8f58dc=_0x49164b['type'][_0x3db35e(0x167)]()['replace'](_0x923830[_0x3db35e(0xe7)],_0x923830['NwLtJ']),_0x14bcb4=_0x8f58dc;!_0x3b1016[_0x14bcb4]&&(_0x3b1016[_0x14bcb4]=[]);const _0x2d5276=_0x3b1016[_0x14bcb4][_0x3db35e(0xab)](_0x3551eb=>(_0x3551eb[TestFrameworkConstants['KEY_HOOK_ID']]||_0x3551eb[_0x3db35e(0x1f7)])===_0x23425a);!_0x2d5276&&_0x3b1016[_0x14bcb4][_0x3db35e(0x187)]({'key':_0x14bcb4,[TestFrameworkConstants[_0x3db35e(0xb6)]]:_0x23425a,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0x3db35e(0x1b1)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:new Date()[_0x3db35e(0x1e4)](),[TestFrameworkConstants[_0x3db35e(0x113)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x3db35e(0x190)]]:[],[TestFrameworkConstants[_0x3db35e(0xd1)]]:_0x49164b['name']||_0x49164b[_0x3db35e(0x236)]+_0x3db35e(0x112),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x155449});}});}if(_0x30233e[_0x577de0(0xb8)]&&_0x923830[_0x577de0(0xf5)](_0x30233e[_0x577de0(0xb8)][_0x577de0(0x1e9)],0x0))_0xa3d7de[TestFrameworkConstants[_0x577de0(0x14a)]]=_0x30233e[_0x577de0(0xb8)],logger[_0x577de0(0x17a)](_0x923830[_0x577de0(0x22b)]);else _0x923830[_0x577de0(0x168)](Object['keys'](_0x3b1016)[_0x577de0(0x1e9)],0x0)&&(_0xa3d7de[TestFrameworkConstants[_0x577de0(0x14a)]]=_0x3b1016,logger['debug'](_0x577de0(0x1de)+Object[_0x577de0(0x215)](_0x3b1016)[_0x577de0(0xc0)](',')));const _0x2eb5e7=this['getJestTestName'](_0x30233e);logger['debug'](_0x577de0(0x22a)+_0x2eb5e7+_0x577de0(0x1ff)+_0x30c520+'\x20(testIdentifier),\x20result='+_0x55881c+',\x20duration='+_0x30233e[_0x577de0(0x17f)]);_0x923830[_0x577de0(0x11c)](_0x55881c,_0x923830['JhmSM'])&&logger['debug'](_0x577de0(0xe2)+_0x30c520+_0x577de0(0x129)+_0xa3d7de[TestFrameworkConstants[_0x577de0(0x21a)]]+_0x577de0(0x149)+_0xa3d7de[TestFrameworkConstants[_0x577de0(0x216)]]?.['substring'](0x0,0xc8));const _0x44b19d={};return _0x44b19d[_0x30c520]=_0xa3d7de,_0x44b19d;}[a92_0x491c39(0xfb)](_0x4a81d0){const _0x128a7e=a92_0x491c39,_0x56d442={};_0x56d442[_0x128a7e(0x146)]=function(_0x5d0889,_0x44d79f){return _0x5d0889!==_0x44d79f;},_0x56d442[_0x128a7e(0x1ef)]=function(_0x3f2c12,_0x15e895){return _0x3f2c12!==_0x15e895;},_0x56d442[_0x128a7e(0x217)]=_0x128a7e(0x15c);const _0x54416c=_0x56d442,_0x1a2e6b={};_0x1a2e6b['depth']=0x2,_0x1a2e6b[_0x128a7e(0x11f)]=0x3,logger[_0x128a7e(0x17a)](_0x128a7e(0xf1)+util[_0x128a7e(0x10e)](_0x4a81d0,_0x1a2e6b));const _0x50b880=[];if(_0x4a81d0&&_0x4a81d0[_0x128a7e(0x153)]){let _0x44fef3=_0x4a81d0[_0x128a7e(0x153)];while(_0x44fef3&&_0x44fef3['name']&&_0x54416c[_0x128a7e(0x146)](_0x44fef3[_0x128a7e(0x1ea)],'')&&_0x54416c[_0x128a7e(0x1ef)](_0x44fef3[_0x128a7e(0x1ea)],_0x54416c[_0x128a7e(0x217)])){_0x50b880[_0x128a7e(0x187)](_0x44fef3['name']),_0x44fef3=_0x44fef3[_0x128a7e(0x153)];}}return _0x50b880['reverse']();}[a92_0x491c39(0x10b)](_0x449f00){const _0x33b748=a92_0x491c39,_0x226fed={};_0x226fed[_0x33b748(0xcb)]=_0x33b748(0xd6);const _0x25b127=_0x226fed;if(_0x449f00[_0x33b748(0x1ea)])return _0x449f00[_0x33b748(0x1ea)];if(_0x449f00[_0x33b748(0x240)])return _0x449f00[_0x33b748(0x240)];return _0x25b127[_0x33b748(0xcb)];}[a92_0x491c39(0x16c)](_0x1d7085){const _0x3896a0=a92_0x491c39,_0x37de11=[];if(_0x1d7085[_0x3896a0(0x151)]&&Array[_0x3896a0(0x1a7)](_0x1d7085[_0x3896a0(0x151)]))return _0x1d7085[_0x3896a0(0x151)][_0x3896a0(0x1e5)](_0x267659=>_0x267659['startsWith']('@')?_0x267659[_0x3896a0(0xff)](0x1):_0x267659);const _0x618fad=this[_0x3896a0(0x10b)](_0x1d7085),_0x21ed9a=_0x618fad[_0x3896a0(0xf4)](/@(\w+)/g);if(_0x21ed9a)return _0x21ed9a[_0x3896a0(0x1e5)](_0x93fd33=>_0x93fd33[_0x3896a0(0xdd)](0x1));return _0x1d7085[_0x3896a0(0xa9)]&&Array[_0x3896a0(0x1a7)](_0x1d7085['scopes'])&&_0x1d7085[_0x3896a0(0xa9)]['forEach'](_0x7d2ab9=>{const _0x134b63=_0x3896a0,_0x3707ff=_0x7d2ab9[_0x134b63(0xf4)](/@(\w+)/g);_0x3707ff&&_0x3707ff[_0x134b63(0x120)](_0x4c021c=>{const _0x1e9b86=_0x134b63,_0xb7e513=_0x4c021c[_0x1e9b86(0xdd)](0x1);!_0x37de11[_0x1e9b86(0x13c)](_0xb7e513)&&_0x37de11[_0x1e9b86(0x187)](_0xb7e513);});}),_0x37de11;}['getJestTestFilePath'](_0x3f51b1){const _0x1fb482=a92_0x491c39,_0x4cce47={'rWbMk':function(_0x5b2ee1,_0x4ea253){return _0x5b2ee1(_0x4ea253);}};if(_0x3f51b1['file_name'])return _0x3f51b1[_0x1fb482(0xf2)];if(_0x3f51b1['asyncError'])try{const _0x52c149=stackTrace['parse'](_0x3f51b1[_0x1fb482(0x186)]),_0x4fa748=_0x4cce47[_0x1fb482(0x1fb)](pickUserFrameFile,_0x52c149);if(_0x4fa748)return _0x4fa748;logger[_0x1fb482(0x17a)](_0x1fb482(0xe0)+_0x52c149['length']+')');}catch(_0x587b01){logger[_0x1fb482(0x17a)](_0x1fb482(0x20c)+util[_0x1fb482(0x1c0)](_0x587b01));}return null;}['getJestFailureReason'](_0x1a46a9){const _0x4026fd=a92_0x491c39,_0x5c8458={};_0x5c8458[_0x4026fd(0xc6)]=function(_0x4daec5,_0x2e565a){return _0x4daec5>_0x2e565a;},_0x5c8458[_0x4026fd(0x201)]='Unknown\x20error';const _0x23340e=_0x5c8458;if(_0x1a46a9[_0x4026fd(0x197)]&&_0x23340e[_0x4026fd(0xc6)](_0x1a46a9[_0x4026fd(0x197)][_0x4026fd(0x1e9)],0x0))return util[_0x4026fd(0x10e)](_0x1a46a9[_0x4026fd(0x197)][0x0]);if(_0x1a46a9[_0x4026fd(0xad)])return _0x1a46a9[_0x4026fd(0xad)];return _0x23340e['DMQYO'];}[a92_0x491c39(0x1fa)](_0x9b186f){const _0x416f28=a92_0x491c39,_0x2afdd7={};_0x2afdd7['EgNtc']=_0x416f28(0x177),_0x2afdd7[_0x416f28(0x174)]=_0x416f28(0xda),_0x2afdd7[_0x416f28(0x18d)]=_0x416f28(0xbd);const _0x1205de=_0x2afdd7,_0x526a9a=this[_0x416f28(0x116)](_0x9b186f);if(_0x526a9a&&_0x526a9a[_0x416f28(0x13c)](_0x1205de[_0x416f28(0x131)]))return _0x1205de[_0x416f28(0x174)];return _0x1205de[_0x416f28(0x18d)];}[a92_0x491c39(0x14c)](_0x3d473e){const _0x47f3ac=a92_0x491c39,_0x1cb4c4={'pjgOx':function(_0x25e232,_0x3d3db0){return _0x25e232(_0x3d3db0);},'IeDWr':_0x47f3ac(0x1b3),'uSJgb':function(_0x39197b,_0x582309){return _0x39197b!==_0x582309;},'AxZyz':_0x47f3ac(0x19b)},{failureData:_0x269d53}=_0x1cb4c4[_0x47f3ac(0x1ce)](require,_0x1cb4c4[_0x47f3ac(0x206)]),_0x40f247=[];return _0x1cb4c4[_0x47f3ac(0x1a2)](_0x3d473e[_0x47f3ac(0x197)],undefined)&&_0x40f247['push'](_0x3d473e['errorsDetailed'],_0x1cb4c4[_0x47f3ac(0x1b6)]),_0x269d53[_0x47f3ac(0x1d7)](null,_0x40f247);}async[a92_0x491c39(0xc8)](_0x4af704,_0x9a17b2,_0x485d63,_0x2d02ce){const _0x115173=a92_0x491c39,_0xf0dfe6={'giFjr':_0x115173(0x1bf),'OEHtX':function(_0x3e0968){return _0x3e0968();},'QQcrI':function(_0x54fff2,_0x5df36a){return _0x54fff2 in _0x5df36a;},'loZZK':function(_0xb3ccc0,_0x2cb53e){return _0xb3ccc0===_0x2cb53e;},'OnXrv':function(_0x413828,_0x4e0811){return _0x413828>_0x4e0811;},'agLsK':_0x115173(0x1a3),'ULeXu':_0x115173(0x238),'dpsli':function(_0x1620c4,_0x1a36c9){return _0x1620c4===_0x1a36c9;},'gvsnF':_0x115173(0x115),'qafrF':function(_0x189155,_0x4d168e){return _0x189155>_0x4d168e;},'ziPnL':function(_0x1727d2,_0x1a075f){return _0x1727d2===_0x1a075f;},'vzisj':function(_0x526fb7,_0x16dd29){return _0x526fb7!==_0x16dd29;}},{hookData:_0x43a8ee}=_0x2d02ce,_0x4ad21f=_0x485d63[_0x115173(0x191)](),_0xe3aa11=_0x9a17b2['toString'](),_0x1258bc={};_0x1258bc[_0x115173(0xf3)]=0x2,_0x1258bc[_0x115173(0x11f)]=0x3,logger[_0x115173(0x17a)](_0x115173(0xd2)+_0xe3aa11+',\x20hookState='+_0x4ad21f+_0x115173(0x239)+util['inspect'](_0x43a8ee,_0x1258bc));if(!_0x43a8ee)return logger['debug'](_0xf0dfe6['giFjr']),{};const _0x1ff1a0=_0x43a8ee[_0x115173(0xb3)]||_0x43a8ee[_0x115173(0xd3)]||_0xf0dfe6[_0x115173(0x13a)](uuidv4),_0x404c9f=_0x43a8ee[_0x115173(0x235)]||this['getJestTestIdentifier'](_0x43a8ee),_0xe0c80c=_0x9a17b2[_0x115173(0x191)]()['split']('.')[0x1],_0x2406f5=_0x4af704['getAllData']()[_0x115173(0x14b)](_0x404c9f),_0xafbf57=_0x2406f5?_0x2406f5[TestFrameworkConstants[_0x115173(0x199)]]||{}:{};logger[_0x115173(0x17a)](_0x115173(0xcd)+_0x1ff1a0+_0x115173(0x1ff)+_0x404c9f+_0x115173(0x18f)+_0xe0c80c+',\x20hookState='+_0x4ad21f);if(!_0x2406f5)return logger[_0x115173(0x17a)](_0x115173(0x171)+_0x404c9f+',\x20storing\x20as\x20pending\x20hook'),this[_0x115173(0x1d8)](_0x4af704,_0x404c9f,_0x9a17b2,_0x485d63,_0x2d02ce),{};let _0x5b44c7=_0x2406f5[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x5b44c7&&(_0x5b44c7={});!_0xf0dfe6['QQcrI'](_0xe0c80c,_0x5b44c7)&&(_0x5b44c7[_0xe0c80c]=[]);let _0x4d72f1=_0x2406f5[TestFrameworkConstants[_0x115173(0x14a)]];!_0x4d72f1&&(_0x4d72f1={});!_0xf0dfe6[_0x115173(0x13f)](_0xe0c80c,_0x4d72f1)&&(_0x4d72f1[_0xe0c80c]=[]);const _0x1f5ef8={[_0x404c9f]:{[TestFrameworkConstants[_0x115173(0x207)]]:_0x5b44c7,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x4d72f1,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x115173(0x19d)]()[0x0]||'',[TestFrameworkConstants[_0x115173(0x1e6)]]:this[_0x115173(0x193)]()[this['getTestFrameworks']()[0x0]]||''}};if(_0xf0dfe6['loZZK'](_0x485d63,HookState['PRE'])){const _0x1d72e8={'key':_0xe0c80c,[TestFrameworkConstants[_0x115173(0xb6)]]:_0x1ff1a0,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0x115173(0x1b1)],[TestFrameworkConstants[_0x115173(0x1fe)]]:_0x43a8ee[_0x115173(0x1f2)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x115173(0x190)]]:[],[TestFrameworkConstants[_0x115173(0xd1)]]:_0x43a8ee[_0x115173(0x1ea)]||_0x43a8ee['hook_type']||_0xe0c80c,[TestFrameworkConstants[_0x115173(0x199)]]:_0xafbf57};_0x5b44c7[_0xe0c80c][_0x115173(0x187)](_0x1d72e8),_0x1f5ef8[_0x404c9f][TestFrameworkConstants[_0x115173(0x124)]]=_0xe0c80c;const _0x3adb24={};_0x3adb24[_0x115173(0xf3)]=0x2,logger[_0x115173(0x17a)](_0x115173(0xdb)+_0xe0c80c+_0x115173(0x1aa)+_0x1ff1a0+',\x20testId='+_0x404c9f+',\x20hook='+util[_0x115173(0x10e)](_0x1d72e8,_0x3adb24));}else{if(_0xf0dfe6[_0x115173(0x20b)](_0x485d63,HookState[_0x115173(0x22e)])){const _0x1e513c=_0x43a8ee[_0x115173(0x135)]||(_0x43a8ee[_0x115173(0x197)]&&_0xf0dfe6[_0x115173(0x14f)](_0x43a8ee[_0x115173(0x197)][_0x115173(0x1e9)],0x0)?_0xf0dfe6[_0x115173(0x1e1)]:_0xf0dfe6['ULeXu']),_0x4ed274=_0x5b44c7[_0xe0c80c]||[];logger[_0x115173(0x17a)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType='+_0xe0c80c+_0x115173(0x1ff)+_0x404c9f+',\x20result='+_0x1e513c+_0x115173(0x152)+_0x4ed274[_0x115173(0x1e9)]);if(_0xf0dfe6['loZZK'](_0x4ed274['length'],0x0)&&_0xf0dfe6[_0x115173(0xac)](_0x9a17b2,TestFrameworkState['BEFORE_ALL']))return logger[_0x115173(0x17a)](_0xf0dfe6[_0x115173(0x1cc)]),this[_0x115173(0x1d8)](_0x4af704,_0x404c9f,_0x9a17b2,_0x485d63,_0x2d02ce),{};if(_0xf0dfe6[_0x115173(0x21c)](_0x4ed274['length'],0x0)){const _0x130bfa=_0x4ed274[_0x115173(0x189)]();_0xf0dfe6[_0x115173(0x141)](_0x1e513c,_0xf0dfe6[_0x115173(0x1e1)])&&_0x43a8ee['errorsDetailed']?(_0x130bfa[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this[_0x115173(0x1fa)](_0x43a8ee),_0x130bfa[TestFrameworkConstants[_0x115173(0x1d2)]]=this[_0x115173(0x116)](_0x43a8ee),_0x130bfa[TestFrameworkConstants[_0x115173(0x23a)]]=this['getJestFailureData'](_0x43a8ee),logger['debug'](_0x115173(0x1a0)+_0xe0c80c+_0x115173(0x129)+_0x130bfa[TestFrameworkConstants[_0x115173(0x195)]]+_0x115173(0x149)+_0x130bfa[TestFrameworkConstants[_0x115173(0x1d2)]]?.[_0x115173(0x107)](0x0,0xc8))):_0x130bfa[TestFrameworkConstants[_0x115173(0x133)]]=_0xf0dfe6[_0x115173(0xd0)];_0xf0dfe6['vzisj'](_0x1e513c,TestFrameworkConstants[_0x115173(0x1b1)])&&(_0x130bfa[TestFrameworkConstants[_0x115173(0x133)]]=_0x1e513c);_0x130bfa[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x43a8ee[_0x115173(0x10f)]||new Date()[_0x115173(0x1e4)](),_0x130bfa[TestFrameworkConstants[_0x115173(0x199)]]=_0xafbf57;const _0x3630b8=_0x130bfa[TestFrameworkConstants[_0x115173(0xb6)]];!_0x4d72f1[_0xe0c80c]&&(_0x4d72f1[_0xe0c80c]=[]);_0x4d72f1[_0xe0c80c][_0x115173(0x187)](_0x130bfa),_0x1f5ef8[_0x404c9f][TestFrameworkConstants[_0x115173(0x111)]]=_0xe0c80c;const _0x436869={};_0x436869[_0x115173(0xf3)]=0x2,logger[_0x115173(0x17a)](_0x115173(0x103)+_0xe0c80c+_0x115173(0x1aa)+_0x3630b8+_0x115173(0x165)+_0x1e513c+_0x115173(0x101)+util[_0x115173(0x10e)](_0x130bfa,_0x436869));}}}return _0x1f5ef8;}[a92_0x491c39(0x1fd)](_0x2dc848){const _0x416c42=a92_0x491c39,_0x425a32={};_0x425a32['WRFwN']=_0x416c42(0xb2);const _0x434ffc=_0x425a32;try{const _0x158cc0=_0x2dc848[_0x416c42(0x19b)]?this[_0x416c42(0x22c)](_0x2dc848[_0x416c42(0x19b)]):_0x2dc848[_0x416c42(0x1e0)][_0x416c42(0x235)],_0x218db8=_0x2dc848[_0x416c42(0x104)],_0x5aeb1b=_0x218db8[_0x416c42(0xc3)](),_0x37e35b=_0x218db8[_0x416c42(0x136)]()[_0x416c42(0x14b)](_0x158cc0);if(!_0x37e35b)return logger[_0x416c42(0x17a)](_0x416c42(0xdc)+_0x158cc0),{};const {[TestFrameworkConstants[_0x416c42(0x102)]]:_0x287c38=this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x416c42(0x1e6)]]:_0x264c86=this[_0x416c42(0x193)]()[this['getTestFrameworks']()[0x0]]||'',[TestFrameworkConstants[_0x416c42(0x12c)]]:_0x35cc9b='',[TestFrameworkConstants[_0x416c42(0x1cb)]]:_0x5871df=''}=_0x37e35b,_0x25fc72=_0x218db8['getCurrentTestState']()['toString']()[_0x416c42(0x1d0)]('.')[0x1],_0x32b233=_0x218db8[_0x416c42(0x247)]()[_0x416c42(0x191)]()[_0x416c42(0x1d0)]('.')[0x1],_0x135d67=global?.['__workerDetails']?.['workerInfo']?.[_0x416c42(0xef)]||global[_0x416c42(0x1a6)]||0x0,_0x160917=_0x218db8['getRef'](),_0x3d7bd0=Buffer[_0x416c42(0x173)](JSON[_0x416c42(0x118)](_0x37e35b))['toString'](_0x434ffc[_0x416c42(0x218)]),_0x457e04={'hash':_0x5aeb1b[_0x416c42(0xe4)](),'threadId':_0x5aeb1b[_0x416c42(0xb4)]()['toString'](),'processId':_0x5aeb1b[_0x416c42(0x147)]()[_0x416c42(0x191)]()},_0x325f11={};_0x325f11[_0x416c42(0x114)]=_0x135d67,_0x325f11[_0x416c42(0x161)]=_0x287c38,_0x325f11[_0x416c42(0x172)]=_0x264c86,_0x325f11[_0x416c42(0x1af)]=_0x25fc72,_0x325f11[_0x416c42(0x1d1)]=_0x32b233,_0x325f11[_0x416c42(0x139)]=_0x35cc9b,_0x325f11[_0x416c42(0x16e)]=_0x5871df,_0x325f11[_0x416c42(0xb3)]=_0x160917,_0x325f11['eventJson']=_0x3d7bd0,_0x325f11['executionContext']=_0x457e04,_0x325f11[_0x416c42(0x20d)]=_0x158cc0;const _0x1488da=_0x325f11;return _0x1488da;}catch(_0x49a1af){return logger[_0x416c42(0xb1)](_0x416c42(0x1a8)+util[_0x416c42(0x1c0)](_0x49a1af)),{};}}async[a92_0x491c39(0xae)](_0x1f8cf8,_0x409bde,_0x8924c4){const _0x57c7be=a92_0x491c39,_0x1bd227={'UUxwQ':function(_0x14e9bd,_0xa3e9f1){return _0x14e9bd+_0xa3e9f1;},'MNrWj':_0x57c7be(0x140),'ygRPR':_0x57c7be(0x1eb),'hyypY':function(_0xd22f3f,_0x124dae){return _0xd22f3f>_0x124dae;},'IVwcJ':function(_0x23f84d,_0x5e3d77,_0x3019de,_0x1d22d0){return _0x23f84d(_0x5e3d77,_0x3019de,_0x1d22d0);},'izORI':function(_0x231273,_0x4decb7){return _0x231273-_0x4decb7;},'wsCiQ':function(_0x4fe64e,_0x21b3ce){return _0x4fe64e===_0x21b3ce;},'ewMgs':function(_0x544cb8,_0x149d21){return _0x544cb8/_0x149d21;},'qJKHt':function(_0x1ea194,_0x5b02af){return _0x1ea194<_0x5b02af;},'aqrdT':function(_0xa09922,_0x21b455){return _0xa09922*_0x21b455;},'jZYWe':function(_0x5d8c3b,_0x4714ee){return _0x5d8c3b+_0x4714ee;},'NwmiE':function(_0x47cd2b,_0x56b62b){return _0x47cd2b+_0x56b62b;}};try{const _0x21359f=_0x8924c4['testUUID']||_0x8924c4[_0x57c7be(0x1a4)],_0x2701a0=Array['from'](_0x1f8cf8[_0x57c7be(0x136)]()[_0x57c7be(0x215)]()),_0x2aa780=_0x1f8cf8[_0x57c7be(0x136)]()[_0x57c7be(0x14b)](_0x21359f);if(!_0x2aa780){logger['debug'](_0x57c7be(0x130)+_0x21359f);return;}const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x2609ad='',[TestFrameworkConstants[_0x57c7be(0x1e6)]]:_0x2d9112=''}=_0x2aa780;let _0x1bbe53=[];_0x2aa780&&_0x2aa780[TestFrameworkConstants['KEY_LOGS']]&&Array['isArray'](_0x2aa780[TestFrameworkConstants['KEY_LOGS']])?(_0x1bbe53=_0x2aa780[TestFrameworkConstants[_0x57c7be(0xb0)]]||[],logger[_0x57c7be(0x17a)](_0x57c7be(0x1be)+_0x1bbe53[_0x57c7be(0x1e9)]+_0x57c7be(0xcf)+_0x21359f),_0x1f8cf8[_0x57c7be(0x224)]({[_0x21359f]:{[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x57c7be(0x19d)]()[0x0]||'',[TestFrameworkConstants[_0x57c7be(0x1e6)]]:this[_0x57c7be(0x193)]()[this[_0x57c7be(0x19d)]()[0x0]]||''}}),logger[_0x57c7be(0x17a)](_0x57c7be(0x100)+_0x21359f)):logger[_0x57c7be(0x17a)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x21359f);logger[_0x57c7be(0x17a)](_0x57c7be(0x208)+_0x1bbe53['length']+_0x57c7be(0x245)+_0x21359f);const _0x2bd2c1=_0x1bbe53[_0x57c7be(0xc4)](_0x5360c1=>_0x5360c1['kind']===_0x57c7be(0xe8));_0x1bd227['hyypY'](_0x2bd2c1[_0x57c7be(0x1e9)],0x0)&&(logger[_0x57c7be(0x17a)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20'+_0x2bd2c1[_0x57c7be(0x1e9)]+_0x57c7be(0x148)+_0x21359f),_0x2bd2c1[_0x57c7be(0x120)]((_0x2ba90c,_0x2f71f5)=>{const _0x4d1413=_0x57c7be;logger[_0x4d1413(0x17a)](_0x4d1413(0x16f)+_0x1bd227['UUxwQ'](_0x2f71f5,0x1)+'/'+_0x2bd2c1[_0x4d1413(0x1e9)]+'\x20-\x20test_identifier='+(_0x2ba90c['test_identifier']||_0x1bd227[_0x4d1413(0x1c5)])+_0x4d1413(0xf0)+(_0x2ba90c[_0x4d1413(0x154)]||_0x1bd227['MNrWj'])+_0x4d1413(0x181)+(_0x2ba90c[_0x4d1413(0x12d)]||_0x1bd227[_0x4d1413(0x1f3)])+_0x4d1413(0x210)+(_0x2ba90c[_0x4d1413(0xa4)]?.[_0x4d1413(0x1e9)]||0x0));}));const _0x303dcb=_0x2aa780[TestFrameworkConstants[_0x57c7be(0x1a9)]]||{},_0x2bd944=_0x1bd227[_0x57c7be(0x1bd)](getMediaArtifactsLogs,_0x303dcb,null,_0x21359f),_0x28bd40=(_0x1bbe53||[])[_0x57c7be(0x13b)](_0x2bd944||[]),_0x4e642e=_0x2bd2c1?.[_0x57c7be(0x1e9)]||0x0,_0x3b904d=_0x1bd227[_0x57c7be(0x222)](_0x1bbe53?.[_0x57c7be(0x1e9)]||0x0,_0x4e642e);logger['debug'](_0x57c7be(0x1b5)+_0x21359f+',\x20consoleLogs:\x20'+_0x3b904d+_0x57c7be(0xe9)+_0x4e642e+_0x57c7be(0x16d)+(_0x2bd944?.[_0x57c7be(0x1e9)]||0x0)+_0x57c7be(0x127)+_0x28bd40[_0x57c7be(0x1e9)]);if(!_0x28bd40||_0x1bd227['wsCiQ'](_0x28bd40['length'],0x0)){logger[_0x57c7be(0x17a)](_0x57c7be(0x203)+_0x21359f);return;}const _0x205787=0x28,_0x46f80f=Math[_0x57c7be(0x185)](_0x1bd227['ewMgs'](_0x28bd40[_0x57c7be(0x1e9)],_0x205787));for(let _0x5eea8b=0x0;_0x1bd227[_0x57c7be(0xf7)](_0x5eea8b,_0x46f80f);_0x5eea8b++){const _0x445617=_0x1bd227[_0x57c7be(0x196)](_0x5eea8b,_0x205787),_0xd1d3b6=_0x1bd227['jZYWe'](_0x445617,_0x205787),_0x32fb45=_0x28bd40[_0x57c7be(0xdd)](_0x445617,_0xd1d3b6),_0x4fd01f=global?.[_0x57c7be(0xf8)]??0x0,_0x2270a8={'platformIndex':_0x4fd01f,'logs':_0x32fb45,'testFrameworkName':_0x2609ad,'testFrameworkVersion':_0x2d9112,'testFrameworkState':_0x409bde['toString']()[_0x57c7be(0x1d0)]('.')[0x1]},_0x44d8e3={};_0x44d8e3[_0x57c7be(0xf3)]=0x3,_0x44d8e3['maxArrayLength']=0x5,logger[_0x57c7be(0x17a)](_0x57c7be(0xaa)+_0x1bd227['NwmiE'](_0x5eea8b,0x1)+'/'+_0x46f80f+_0x57c7be(0xbc)+_0x21359f+',\x20logsInBatch:\x20'+_0x32fb45[_0x57c7be(0x1e9)]+',\x20platformIndex:\x20'+_0x4fd01f+_0x57c7be(0x1f1)+util[_0x57c7be(0x10e)](_0x2270a8,_0x44d8e3));const _0x328835=await GrpcClient[_0x57c7be(0x13e)]()[_0x57c7be(0xe5)](_0x2270a8);logger[_0x57c7be(0x17a)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x1bd227['NwmiE'](_0x5eea8b,0x1)+'/'+_0x46f80f+_0x57c7be(0xbc)+_0x21359f+_0x57c7be(0x205)+util[_0x57c7be(0x10e)](_0x328835));}_0x2bd944&&_0x1bd227[_0x57c7be(0xce)](_0x2bd944['length'],0x0)&&_0x2aa780[TestFrameworkConstants[_0x57c7be(0x1a9)]]&&_0x1f8cf8['addMultipleEntries']({[_0x21359f]:{[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{},[TestFrameworkConstants[_0x57c7be(0x102)]]:this[_0x57c7be(0x19d)]()[0x0]||'',[TestFrameworkConstants[_0x57c7be(0x1e6)]]:this[_0x57c7be(0x193)]()[this[_0x57c7be(0x19d)]()[0x0]]||''}}),logger[_0x57c7be(0x17a)](_0x57c7be(0x232)+_0x21359f+_0x57c7be(0xbf)+_0x46f80f);}catch(_0x1272d8){logger[_0x57c7be(0xb1)](_0x57c7be(0x23d)+(_0x8924c4[_0x57c7be(0x1b7)]||_0x8924c4[_0x57c7be(0x1a4)])+_0x57c7be(0x1e3)+util[_0x57c7be(0x1c0)](_0x1272d8));}}[a92_0x491c39(0x1d8)](_0x33b4b4,_0x45d620,_0x35b174,_0x1e0bab,_0x4f3699){const _0x3093ce=a92_0x491c39,_0x2bc5e1={};_0x2bc5e1[_0x3093ce(0x1e7)]=function(_0x324126,_0x55e5a6){return _0x324126===_0x55e5a6;},_0x2bc5e1[_0x3093ce(0x1cd)]='beforeAll';const _0x146627=_0x2bc5e1,{hookData:_0x2b7bf7}=_0x4f3699,_0x554636={'testId':_0x45d620,'testFrameworkState':_0x35b174,'hookState':_0x1e0bab,'args':_0x4f3699,'timestamp':new Date()[_0x3093ce(0x1e4)]()};if(_0x146627[_0x3093ce(0x1e7)](_0x35b174,TestFrameworkState[_0x3093ce(0x1c1)])&&_0x2b7bf7){const _0x554fb9={};_0x554fb9[_0x3093ce(0x246)]=_0x2b7bf7['file_name']||_0x2b7bf7['location'],_0x554fb9[_0x3093ce(0x11e)]=_0x2b7bf7[_0x3093ce(0x11e)]||_0x2b7bf7['scopes']&&_0x2b7bf7[_0x3093ce(0xa9)][0x0]||'',_0x554fb9['hookType']=_0x146627['RBLUu'],_0x554636['hookMetadata']=_0x554fb9,logger[_0x3093ce(0x17a)](_0x3093ce(0x243)+_0x45d620+',\x20filePath:\x20'+_0x554636[_0x3093ce(0xf9)][_0x3093ce(0x246)]+_0x3093ce(0x23e)+_0x554636[_0x3093ce(0xf9)][_0x3093ce(0x11e)]);}_0x33b4b4[_0x3093ce(0x17b)](_0x45d620,_0x554636),logger[_0x3093ce(0x17a)](_0x3093ce(0x22d)+_0x45d620+_0x3093ce(0x18b)+_0x35b174+_0x3093ce(0x242)+_0x1e0bab);}async[a92_0x491c39(0xba)](_0x3fd10b,_0xc21442){const _0x456101=a92_0x491c39,_0x363778={};_0x363778[_0x456101(0x182)]=function(_0x2f8430,_0x4472a7){return _0x2f8430>_0x4472a7;},_0x363778[_0x456101(0x1bc)]=function(_0x4ef575,_0x5d692a){return _0x4ef575===_0x5d692a;},_0x363778[_0x456101(0x18c)]=function(_0x5bff3d,_0x149f33){return _0x5bff3d===_0x149f33;},_0x363778[_0x456101(0xee)]=function(_0x2e11e4,_0x409f84){return _0x2e11e4===_0x409f84;},_0x363778['xtntM']=function(_0x846d40,_0x122348){return _0x846d40>_0x122348;},_0x363778[_0x456101(0x1b8)]=function(_0x2aa2e3,_0x15faa9){return _0x2aa2e3===_0x15faa9;},_0x363778[_0x456101(0x15d)]='[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook';const _0x503012=_0x363778;if(_0x3fd10b[_0x456101(0x108)](_0xc21442)){const _0x4d424d=_0x3fd10b[_0x456101(0x11d)](_0xc21442);logger['debug'](_0x456101(0x220)+_0x4d424d['length']+_0x456101(0x11b)+_0xc21442);for(const _0x175b45 of _0x4d424d){try{const _0x2ebcb6=await this[_0x456101(0xc8)](_0x3fd10b,_0x175b45[_0x456101(0x1af)],_0x175b45[_0x456101(0x1d1)],_0x175b45[_0x456101(0x170)]);_0x2ebcb6&&_0x503012[_0x456101(0x182)](Object[_0x456101(0x215)](_0x2ebcb6)[_0x456101(0x1e9)],0x0)&&_0x3fd10b[_0x456101(0x224)](_0x2ebcb6),await this['runHooks'](_0x3fd10b,_0x175b45[_0x456101(0x1af)],_0x175b45['hookState'],_0x175b45[_0x456101(0x170)]);}catch(_0x1334f7){logger[_0x456101(0xb1)](_0x456101(0x162)+_0xc21442+',\x20error:\x20'+_0x1334f7);}}_0x3fd10b[_0x456101(0x1b4)](_0xc21442),logger['debug']('Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20'+_0xc21442);}const _0x595f51=_0x3fd10b['getAllData']()['get'](_0xc21442);if(_0x595f51){const _0x1ea29b=_0x595f51[TestFrameworkConstants['KEY_TEST_FILE_PATH']]||_0x595f51[TestFrameworkConstants[_0x456101(0x20e)]],_0x25c9ab=_0x595f51[TestFrameworkConstants[_0x456101(0x1f4)]]||_0x595f51[TestFrameworkConstants[_0x456101(0x1df)]]&&_0x595f51[TestFrameworkConstants['KEY_TEST_SCOPES']][0x0]||'';logger[_0x456101(0x17a)](_0x456101(0x1e2)+_0x1ea29b+_0x456101(0x23e)+_0x25c9ab);const _0x17cf57=_0x3fd10b[_0x456101(0x1e8)]();for(const _0x532a51 of _0x17cf57){if(_0x503012['eajMJ'](_0x532a51,_0xc21442))continue;if(_0x3fd10b[_0x456101(0x108)](_0x532a51)){const _0x12b09e=_0x3fd10b[_0x456101(0x11d)](_0x532a51);for(const _0x2358e4 of _0x12b09e){if(_0x503012[_0x456101(0x1bc)](_0x2358e4['testFrameworkState'],TestFrameworkState[_0x456101(0x1c1)])&&_0x2358e4[_0x456101(0xf9)]){const _0x44e8fd=_0x2358e4['hookMetadata'][_0x456101(0x246)],_0x359474=_0x2358e4[_0x456101(0xf9)][_0x456101(0x11e)];if(_0x503012[_0x456101(0x18c)](_0x44e8fd,_0x1ea29b)&&_0x503012[_0x456101(0xee)](_0x359474,_0x25c9ab)){logger['debug']('[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20'+_0x532a51+_0x456101(0x1ec)+_0xc21442+_0x456101(0x188)+_0x44e8fd+',\x20scope:\x20'+_0x359474);_0x2358e4['args']&&_0x2358e4['args']['hookData']&&(_0x2358e4[_0x456101(0x170)][_0x456101(0x1e0)][_0x456101(0x235)]=_0xc21442,logger[_0x456101(0x17a)]('[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20'+_0x532a51+_0x456101(0xc2)+_0xc21442));try{const _0x46b275=await this[_0x456101(0xc8)](_0x3fd10b,_0x2358e4[_0x456101(0x1af)],_0x2358e4[_0x456101(0x1d1)],_0x2358e4[_0x456101(0x170)]);_0x46b275&&_0x503012['xtntM'](Object[_0x456101(0x215)](_0x46b275)[_0x456101(0x1e9)],0x0)&&_0x3fd10b[_0x456101(0x224)](_0x46b275);await this[_0x456101(0x11a)](_0x3fd10b,_0x2358e4['testFrameworkState'],_0x2358e4['hookState'],_0x2358e4[_0x456101(0x170)]);const _0x20ffe1=_0x3fd10b[_0x456101(0x11d)](_0x532a51)['filter'](_0x257aeb=>_0x257aeb!==_0x2358e4);if(_0x503012[_0x456101(0x1b8)](_0x20ffe1[_0x456101(0x1e9)],0x0))_0x3fd10b[_0x456101(0x1b4)](_0x532a51);else{_0x3fd10b[_0x456101(0x1b4)](_0x532a51);for(const _0x43ff54 of _0x20ffe1){_0x3fd10b[_0x456101(0x17b)](_0x532a51,_0x43ff54);}}logger[_0x456101(0x17a)](_0x503012[_0x456101(0x15d)]);}catch(_0x505d67){logger[_0x456101(0xb1)]('[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20'+_0xc21442+_0x456101(0x1e3)+_0x505d67);}}}}}}}}[a92_0x491c39(0x1c9)](_0x11afce){const _0x2787bb=a92_0x491c39,_0x596ad6={'Lgrdx':function(_0x186dcb){return _0x186dcb();}};if(!_0x11afce||!_0x11afce[_0x2787bb(0x153)])return;_0x11afce['parent'][_0x2787bb(0xb8)]&&Array['isArray'](_0x11afce[_0x2787bb(0x153)][_0x2787bb(0xb8)])&&_0x11afce[_0x2787bb(0x153)][_0x2787bb(0xb8)][_0x2787bb(0x120)](_0x5976cf=>{const _0x75d646=_0x2787bb;!_0x5976cf['hookAnalyticsId']&&!_0x5976cf[_0x75d646(0x14e)]&&(_0x5976cf[_0x75d646(0xd3)]=_0x596ad6[_0x75d646(0x142)](uuidv4),_0x5976cf[_0x75d646(0x14e)]=_0x5976cf[_0x75d646(0xd3)],logger[_0x75d646(0x17a)]('[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type='+_0x5976cf[_0x75d646(0x236)]+_0x75d646(0x1c8)+_0x5976cf[_0x75d646(0xd3)]));}),this[_0x2787bb(0x1c9)](_0x11afce[_0x2787bb(0x153)]);}[a92_0x491c39(0x21b)](_0x2cc62a){const _0x3c5c9d=a92_0x491c39,_0xfb0c6b={'tlQWR':function(_0x442cf6,_0x541512){return _0x442cf6(_0x541512);}};if(!_0x2cc62a||!_0x2cc62a[_0x3c5c9d(0x153)])return[];const _0xf4bc7e=[];return _0x2cc62a[_0x3c5c9d(0x153)]['hooks']&&Array[_0x3c5c9d(0x1a7)](_0x2cc62a[_0x3c5c9d(0x153)]['hooks'])&&_0x2cc62a[_0x3c5c9d(0x153)][_0x3c5c9d(0xb8)]['forEach'](_0x448d99=>{const _0x1075d1=_0x3c5c9d,_0x7f14ef=_0x448d99['hookAnalyticsId']||_0x448d99[_0x1075d1(0x14e)];_0x7f14ef&&!this[_0x1075d1(0xd9)](_0x448d99)&&!_0xfb0c6b[_0x1075d1(0x10d)](isInternalHook,_0x448d99['fn'])&&_0xf4bc7e[_0x1075d1(0x187)](_0x7f14ef);}),[..._0xf4bc7e,...this[_0x3c5c9d(0x21b)](_0x2cc62a[_0x3c5c9d(0x153)])];}[a92_0x491c39(0x126)](_0xbccbd9){const _0x100126=a92_0x491c39,_0x3c7dcd={'ebJCy':function(_0x2a28d4,_0x54fcfc){return _0x2a28d4(_0x54fcfc);},'EjupZ':_0x100126(0xca),'CVhah':function(_0x4b03da,_0x5d366e){return _0x4b03da(_0x5d366e);}},_0x49c808=new Map(),_0x3ddf30=_0x413907=>{const _0x29e07=_0x100126;if(!_0x413907||!_0x413907[_0x29e07(0x153)])return;_0x413907['parent']['hooks']&&Array[_0x29e07(0x1a7)](_0x413907[_0x29e07(0x153)][_0x29e07(0xb8)])&&_0x413907[_0x29e07(0x153)][_0x29e07(0xb8)][_0x29e07(0x120)](_0x4b8d34=>{const _0x5ef1b0=_0x29e07,_0x5f1ecc=_0x4b8d34[_0x5ef1b0(0xd3)]||_0x4b8d34[_0x5ef1b0(0x14e)];if(_0x5f1ecc&&!this[_0x5ef1b0(0xd9)](_0x4b8d34)&&!_0x3c7dcd['ebJCy'](isInternalHook,_0x4b8d34['fn'])){const _0x501b69={};_0x501b69[_0x5ef1b0(0x236)]=_0x4b8d34['type']||_0x3c7dcd[_0x5ef1b0(0x1b2)],_0x501b69[_0x5ef1b0(0x1ea)]=_0x4b8d34['name']||'\x22'+_0x4b8d34[_0x5ef1b0(0x236)]+_0x5ef1b0(0xa5),_0x49c808[_0x5ef1b0(0x1d5)](_0x5f1ecc,_0x501b69);}}),_0x3c7dcd[_0x29e07(0xed)](_0x3ddf30,_0x413907['parent']);};return _0x3c7dcd[_0x100126(0x160)](_0x3ddf30,_0xbccbd9),_0x49c808;}[a92_0x491c39(0xd9)](_0x533991){const _0x37386e=a92_0x491c39,_0x539b82={};_0x539b82[_0x37386e(0x1f5)]=_0x37386e(0x184),_0x539b82[_0x37386e(0x125)]=_0x37386e(0x17d);const _0xbc1819=_0x539b82;try{const _0x41c217=this['getRootParentFile'](_0x533991);if(!_0x41c217||_0x41c217['includes'](_0xbc1819['cVsEC']))return!![];return![];}catch(_0x25b707){logger[_0x37386e(0x17a)](_0xbc1819[_0x37386e(0x125)]);}return![];}[a92_0x491c39(0x150)](_0x5afa6b){const _0x6f5d4f=a92_0x491c39,_0x196b13={'qEYmb':function(_0x1d71c1,_0xcf5fe5){return _0x1d71c1(_0xcf5fe5);}};if(_0x5afa6b[_0x6f5d4f(0xc7)])return _0x5afa6b[_0x6f5d4f(0xc7)];if(_0x5afa6b[_0x6f5d4f(0x186)])try{const _0x562942=stackTrace[_0x6f5d4f(0xbb)](_0x5afa6b[_0x6f5d4f(0x186)]),_0xb44557=_0x196b13[_0x6f5d4f(0x105)](pickUserFrameFile,_0x562942);if(_0xb44557)return _0xb44557;logger[_0x6f5d4f(0x17a)](_0x6f5d4f(0x226)+_0x562942['length']+')');}catch(_0xe9d440){logger[_0x6f5d4f(0x17a)](_0x6f5d4f(0xde)+util['format'](_0xe9d440));}return null;}}module[a92_0x491c39(0xf6)]=JestTestFramework;
@@ -1 +1 @@
1
- const a93_0x308154=a93_0x4b7c;(function(_0x341295,_0x45665a){const _0x235030=a93_0x4b7c,_0x5c6705=_0x341295();while(!![]){try{const _0x16060c=-parseInt(_0x235030(0xbd))/0x1*(-parseInt(_0x235030(0xb3))/0x2)+parseInt(_0x235030(0xc4))/0x3+parseInt(_0x235030(0xcb))/0x4*(-parseInt(_0x235030(0xb8))/0x5)+parseInt(_0x235030(0xc2))/0x6*(parseInt(_0x235030(0x9a))/0x7)+-parseInt(_0x235030(0x99))/0x8*(-parseInt(_0x235030(0x97))/0x9)+-parseInt(_0x235030(0x91))/0xa*(-parseInt(_0x235030(0xd9))/0xb)+parseInt(_0x235030(0xab))/0xc*(-parseInt(_0x235030(0xd6))/0xd);if(_0x16060c===_0x45665a)break;else _0x5c6705['push'](_0x5c6705['shift']());}catch(_0x340b63){_0x5c6705['push'](_0x5c6705['shift']());}}}(a93_0x1a72,0xa56e2));const path=require('path'),TestFramework=require(a93_0x308154(0x9c)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a93_0x308154(0xa2)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a93_0x308154(0xd5)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a93_0x308154(0xde)),TestFrameworkConstants=require(a93_0x308154(0x96)),util=require('util'),logger=createClassLogger(a93_0x308154(0xb4));function a93_0x1a72(){const _0xbd03ce=['KEY_TEST_STARTED_AT','KEY_TEST_SCOPES','toString','KEY_TEST_FRAMEWORK_VERSION','getTestFrameworks','KEY_TEST_LOCATION','19931916XVXLly','KEY_TEST_CODE','tags','from','instance','getCurrentHookState','parseNewmanTest','KEY_TEST_RESULT','156iAUraA','NewmanTestFramework','debug','getCurrentTestState','trackEvent','10ChqOvY','file_path','getProcessId','test','KEY_TEST_ID','10773IEljhW','EQcKv','KEY_TEST_TAGS','PRE','getTrackedInstance','5358yKDvau','getContext','2419857CExrOV','pending','scope','KEY_TEST_FILE_PATH','getCurrentInstanceName','KEY_TEST_ENDED_AT','error','1745012ydrvll','FULkV','KEY_TEST_RERUN_NAME','setTrackedInstance','KEY_TEST_META','name','KEY_TEST_FRAMEWORK_NAME','JEaTt','DEFAULT_TEST_RESULT','trackEvent:\x20error=','../instances/testFrameworkInstance.js','13XEHKbM','KEY_HOOKS_FINISHED','trackEvent:\x20state=','11kmqcAh','KEY_TEST_SCOPE','getThreadId','failure_reason','getId','../instances/trackedInstance.js','resolveInstance','stringify','format','1023070OECXyX','location','getTestFrameworksVersions','finished_at','createContext','./constants/testFrameworkConstants.js','6703218jYEDIS','uuid','8ZWTYhl','5621IETKRL','\x20hook=','./testFramework','KEY_TEST_FAILURE_TYPE','exports','custom_metadata','split','failure_type','../state/hookState.js','base64','failure'];a93_0x1a72=function(){return _0xbd03ce;};return a93_0x1a72();}class NewmanTestFramework extends TestFramework{constructor(_0x5626e5,_0x3ba591,_0xef3509){super(_0x5626e5,_0x3ba591,_0xef3509);}async[a93_0x308154(0xb7)](_0x45e8b9,_0x517bf5,_0x170ef8={}){const _0x407018=a93_0x308154,_0xbc75e8={};_0xbc75e8[_0x407018(0xd2)]=function(_0x3f5cc3,_0x51c9b){return _0x3f5cc3===_0x51c9b;};const _0x3d36e4=_0xbc75e8;logger[_0x407018(0xb5)](_0x407018(0xd8)+_0x45e8b9+_0x407018(0x9b)+_0x517bf5),await super['trackEvent'](_0x45e8b9,_0x517bf5,_0x170ef8);const _0x2fe5e5=this[_0x407018(0xdf)](_0x45e8b9,_0x517bf5,_0x170ef8);if(!_0x2fe5e5)return;try{if(_0x3d36e4[_0x407018(0xd2)](_0x45e8b9,TestFrameworkState['TEST'])&&_0x170ef8['test']){const _0x1dea0f=_0x3d36e4['JEaTt'](_0x517bf5,HookState[_0x407018(0xc0)])?this[_0x407018(0xb1)](_0x170ef8[_0x407018(0xbb)]):this['parseNewmanTestResult'](_0x170ef8[_0x407018(0xbb)]);_0x2fe5e5['addMultipleEntries'](_0x1dea0f);}}catch(_0x5f5621){logger[_0x407018(0xca)](_0x407018(0xd4)+util[_0x407018(0xe1)](_0x5f5621));}_0x170ef8['instance']=_0x2fe5e5,await this['runHooks'](_0x2fe5e5,_0x45e8b9,_0x517bf5,_0x170ef8);}[a93_0x308154(0xb1)](_0x261782){const _0x3b736a=a93_0x308154,_0x1f1af2=this[_0x3b736a(0xa9)]()[0x0],_0x1a1564={};return _0x1a1564[_0x261782[_0x3b736a(0x98)]]={[TestFrameworkConstants[_0x3b736a(0xd1)]]:_0x1f1af2,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this['getTestFrameworksVersions']()[_0x1f1af2],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x3b736a(0xd7)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x3b736a(0xd3)],[TestFrameworkConstants[_0x3b736a(0xbc)]]:_0x261782[_0x3b736a(0x98)],[TestFrameworkConstants['KEY_TEST_UUID']]:_0x261782['uuid'],[TestFrameworkConstants['KEY_TEST_NAME']]:_0x261782[_0x3b736a(0xd0)],[TestFrameworkConstants[_0x3b736a(0xc7)]]:_0x261782[_0x3b736a(0xb9)]||'',[TestFrameworkConstants[_0x3b736a(0xaa)]]:_0x261782[_0x3b736a(0x92)]||'',[TestFrameworkConstants[_0x3b736a(0xac)]]:null,[TestFrameworkConstants[_0x3b736a(0xbf)]]:_0x261782[_0x3b736a(0xad)]||[],[TestFrameworkConstants[_0x3b736a(0xa5)]]:_0x261782['started_at']||new Date()['toISOString'](),[TestFrameworkConstants[_0x3b736a(0xda)]]:_0x261782[_0x3b736a(0xc6)]||'',[TestFrameworkConstants[_0x3b736a(0xa6)]]:_0x261782['scopes']||[],[TestFrameworkConstants[_0x3b736a(0xcd)]]:null,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x261782[_0x3b736a(0x9f)]||{},[TestFrameworkConstants[_0x3b736a(0xcf)]]:_0x261782['meta']||{}},_0x1a1564;}['parseNewmanTestResult'](_0x353331){const _0x2d8ee0=a93_0x308154,_0x53867f={};_0x53867f[_0x2d8ee0(0xcc)]=_0x2d8ee0(0xc5);const _0x3d2af2=_0x53867f,_0x4fa30e={};return _0x4fa30e[_0x353331[_0x2d8ee0(0x98)]]={[TestFrameworkConstants[_0x2d8ee0(0xb2)]]:_0x353331['result']||_0x3d2af2[_0x2d8ee0(0xcc)],[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x353331[_0x2d8ee0(0x94)]||new Date()['toISOString'](),[TestFrameworkConstants['KEY_TEST_FAILURE']]:_0x353331[_0x2d8ee0(0xa4)]||[],[TestFrameworkConstants[_0x2d8ee0(0x9d)]]:_0x353331[_0x2d8ee0(0xa1)]||null,[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]:_0x353331[_0x2d8ee0(0xdc)]||null},_0x4fa30e;}['resolveInstance'](_0x5d2be4){const _0xaa2273=a93_0x308154;let _0xf8d8ee=TestFramework[_0xaa2273(0xc1)]();if(!_0xf8d8ee){const _0x3a7b9f=TrackedInstance[_0xaa2273(0x95)](CLIUtils[_0xaa2273(0xc8)]());_0xf8d8ee=new TestFrameworkInstance(_0x3a7b9f,this[_0xaa2273(0xa9)](),this[_0xaa2273(0x93)](),_0x5d2be4,HookState['NONE']),TestFramework[_0xaa2273(0xce)](_0x3a7b9f,_0xf8d8ee);}return _0xf8d8ee;}['createTestFrameworkEventPayload'](_0x951a4a){const _0x39d5c2=a93_0x308154,_0xa6c7b6={};_0xa6c7b6[_0x39d5c2(0xbe)]=_0x39d5c2(0xa3);const _0x4a3d38=_0xa6c7b6;try{const _0x2a346f=_0x951a4a['test']?_0x951a4a[_0x39d5c2(0xbb)]['uuid']:null,_0x1ce2af=_0x951a4a[_0x39d5c2(0xaf)],_0x1dee6e=_0x1ce2af[_0x39d5c2(0xc3)](),_0x12ba43=_0x1ce2af['getAllData']()['get'](_0x2a346f);if(!_0x12ba43)return{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x33fab7='',[TestFrameworkConstants[_0x39d5c2(0xa8)]]:_0x12a2be='',[TestFrameworkConstants[_0x39d5c2(0xa5)]]:_0xba1f09='',[TestFrameworkConstants[_0x39d5c2(0xc9)]]:_0x31e7ce=''}=_0x12ba43;return{'platformIndex':0x0,'testFrameworkName':_0x33fab7,'testFrameworkVersion':_0x12a2be,'testFrameworkState':_0x1ce2af[_0x39d5c2(0xb6)]()[_0x39d5c2(0xa7)]()[_0x39d5c2(0xa0)]('.')[0x1],'hookState':_0x1ce2af[_0x39d5c2(0xb0)]()[_0x39d5c2(0xa7)]()['split']('.')[0x1],'startedAt':_0xba1f09,'endedAt':_0x31e7ce,'uuid':_0x2a346f,'eventJson':Buffer[_0x39d5c2(0xae)](JSON[_0x39d5c2(0xe0)](_0x12ba43))[_0x39d5c2(0xa7)](_0x4a3d38[_0x39d5c2(0xbe)]),'executionContext':{'hash':_0x1dee6e[_0x39d5c2(0xdd)](),'threadId':_0x1dee6e[_0x39d5c2(0xdb)]()[_0x39d5c2(0xa7)](),'processId':_0x1dee6e[_0x39d5c2(0xba)]()[_0x39d5c2(0xa7)]()}};}catch(_0x820444){return logger[_0x39d5c2(0xca)]('createTestFrameworkEventPayload:\x20error='+util[_0x39d5c2(0xe1)](_0x820444)),{};}}}function a93_0x4b7c(_0x4756d4,_0x1e5b97){const _0x1a7220=a93_0x1a72();return a93_0x4b7c=function(_0x4b7c50,_0x1ba898){_0x4b7c50=_0x4b7c50-0x91;let _0x204705=_0x1a7220[_0x4b7c50];return _0x204705;},a93_0x4b7c(_0x4756d4,_0x1e5b97);}module[a93_0x308154(0x9e)]=NewmanTestFramework;
1
+ const a93_0x503f6d=a93_0x180d;(function(_0x37955c,_0x2a8b66){const _0x433a19=a93_0x180d,_0x4f1d7c=_0x37955c();while(!![]){try{const _0xbbd111=parseInt(_0x433a19(0x15c))/0x1+-parseInt(_0x433a19(0x154))/0x2+-parseInt(_0x433a19(0x148))/0x3+-parseInt(_0x433a19(0x13d))/0x4+-parseInt(_0x433a19(0x153))/0x5+-parseInt(_0x433a19(0x137))/0x6+-parseInt(_0x433a19(0x13f))/0x7*(-parseInt(_0x433a19(0x124))/0x8);if(_0xbbd111===_0x2a8b66)break;else _0x4f1d7c['push'](_0x4f1d7c['shift']());}catch(_0x3455a1){_0x4f1d7c['push'](_0x4f1d7c['shift']());}}}(a93_0x1eae,0x8225e));const path=require(a93_0x503f6d(0x13c)),TestFramework=require(a93_0x503f6d(0x12c)),TestFrameworkState=require(a93_0x503f6d(0x14c)),HookState=require(a93_0x503f6d(0x11f)),{createClassLogger}=require(a93_0x503f6d(0x15e)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a93_0x503f6d(0x13e)),TrackedInstance=require(a93_0x503f6d(0x147)),TestFrameworkConstants=require(a93_0x503f6d(0x143)),util=require(a93_0x503f6d(0x14b)),logger=createClassLogger('NewmanTestFramework');function a93_0x180d(_0x17321f,_0x16e49b){const _0x1eaed7=a93_0x1eae();return a93_0x180d=function(_0x180d4b,_0x4f5549){_0x180d4b=_0x180d4b-0x119;let _0x53c24f=_0x1eaed7[_0x180d4b];return _0x53c24f;},a93_0x180d(_0x17321f,_0x16e49b);}class NewmanTestFramework extends TestFramework{constructor(_0x4cf050,_0x5c1e97,_0x30333e){super(_0x4cf050,_0x5c1e97,_0x30333e);}async[a93_0x503f6d(0x120)](_0x44b4d0,_0x3d0e89,_0xa09d7={}){const _0x582374=a93_0x503f6d,_0x2cc089={};_0x2cc089['oaCYk']=function(_0x41211c,_0x28f8b7){return _0x41211c===_0x28f8b7;};const _0xcc57cb=_0x2cc089;logger[_0x582374(0x126)](_0x582374(0x166)+_0x44b4d0+_0x582374(0x152)+_0x3d0e89),await super[_0x582374(0x120)](_0x44b4d0,_0x3d0e89,_0xa09d7);const _0xaf6a3a=this[_0x582374(0x138)](_0x44b4d0,_0x3d0e89,_0xa09d7);if(!_0xaf6a3a)return;try{if(_0xcc57cb['oaCYk'](_0x44b4d0,TestFrameworkState[_0x582374(0x150)])&&_0xa09d7[_0x582374(0x159)]){const _0x44f86d=_0xcc57cb[_0x582374(0x11b)](_0x3d0e89,HookState[_0x582374(0x134)])?this['parseNewmanTest'](_0xa09d7[_0x582374(0x159)]):this['parseNewmanTestResult'](_0xa09d7[_0x582374(0x159)]);_0xaf6a3a[_0x582374(0x130)](_0x44f86d);}}catch(_0x9f4ea4){logger['error'](_0x582374(0x144)+util['format'](_0x9f4ea4));}_0xa09d7[_0x582374(0x12a)]=_0xaf6a3a,await this[_0x582374(0x164)](_0xaf6a3a,_0x44b4d0,_0x3d0e89,_0xa09d7);}[a93_0x503f6d(0x135)](_0x58ffdf){const _0x494cf4=a93_0x503f6d,_0x3fd7d7=this[_0x494cf4(0x168)]()[0x0],_0x1e2d1f={};return _0x1e2d1f[_0x58ffdf[_0x494cf4(0x14e)]]={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x3fd7d7,[TestFrameworkConstants[_0x494cf4(0x11e)]]:this[_0x494cf4(0x11a)]()[_0x3fd7d7],[TestFrameworkConstants[_0x494cf4(0x14a)]]:[],[TestFrameworkConstants[_0x494cf4(0x15a)]]:{},[TestFrameworkConstants[_0x494cf4(0x123)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x494cf4(0x165)],[TestFrameworkConstants[_0x494cf4(0x12e)]]:_0x58ffdf[_0x494cf4(0x14e)],[TestFrameworkConstants[_0x494cf4(0x16a)]]:_0x58ffdf[_0x494cf4(0x14e)],[TestFrameworkConstants[_0x494cf4(0x157)]]:_0x58ffdf[_0x494cf4(0x127)],[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x58ffdf['file_path']||'',[TestFrameworkConstants[_0x494cf4(0x139)]]:_0x58ffdf[_0x494cf4(0x12b)]||'',[TestFrameworkConstants[_0x494cf4(0x11d)]]:null,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x58ffdf[_0x494cf4(0x15f)]||[],[TestFrameworkConstants[_0x494cf4(0x161)]]:_0x58ffdf['started_at']||new Date()[_0x494cf4(0x128)](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x58ffdf[_0x494cf4(0x11c)]||'',[TestFrameworkConstants[_0x494cf4(0x169)]]:_0x58ffdf[_0x494cf4(0x15d)]||[],[TestFrameworkConstants[_0x494cf4(0x16b)]]:null,[TestFrameworkConstants[_0x494cf4(0x163)]]:_0x58ffdf[_0x494cf4(0x149)]||{},[TestFrameworkConstants[_0x494cf4(0x156)]]:_0x58ffdf[_0x494cf4(0x146)]||{}},_0x1e2d1f;}[a93_0x503f6d(0x136)](_0x4661fe){const _0x1334af=a93_0x503f6d,_0x146f3c={};_0x146f3c[_0x1334af(0x151)]='pending';const _0x4beff4=_0x146f3c,_0x229f69={};return _0x229f69[_0x4661fe[_0x1334af(0x14e)]]={[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x4661fe[_0x1334af(0x160)]||_0x4beff4[_0x1334af(0x151)],[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x4661fe[_0x1334af(0x145)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x1334af(0x125)]]:_0x4661fe[_0x1334af(0x133)]||[],[TestFrameworkConstants[_0x1334af(0x12f)]]:_0x4661fe[_0x1334af(0x167)]||null,[TestFrameworkConstants[_0x1334af(0x131)]]:_0x4661fe['failure_reason']||null},_0x229f69;}['resolveInstance'](_0x5ddd45){const _0x5d90d8=a93_0x503f6d;let _0x4a920d=TestFramework[_0x5d90d8(0x140)]();if(!_0x4a920d){const _0x16a565=TrackedInstance['createContext'](CLIUtils['getCurrentInstanceName']());_0x4a920d=new TestFrameworkInstance(_0x16a565,this[_0x5d90d8(0x168)](),this[_0x5d90d8(0x11a)](),_0x5ddd45,HookState[_0x5d90d8(0x142)]),TestFramework['setTrackedInstance'](_0x16a565,_0x4a920d);}return _0x4a920d;}[a93_0x503f6d(0x12d)](_0x452112){const _0x1cae60=a93_0x503f6d,_0x22b8b5={};_0x22b8b5[_0x1cae60(0x13b)]=_0x1cae60(0x132);const _0x3bc2ea=_0x22b8b5;try{const _0x592846=_0x452112[_0x1cae60(0x159)]?_0x452112[_0x1cae60(0x159)][_0x1cae60(0x14e)]:null,_0x23cc1f=_0x452112['instance'],_0x53f6e9=_0x23cc1f[_0x1cae60(0x155)](),_0x26acc6=_0x23cc1f[_0x1cae60(0x158)]()[_0x1cae60(0x121)](_0x592846);if(!_0x26acc6)return{};const {[TestFrameworkConstants[_0x1cae60(0x14f)]]:_0x464b4d='',[TestFrameworkConstants[_0x1cae60(0x11e)]]:_0xf84c52='',[TestFrameworkConstants[_0x1cae60(0x161)]]:_0x39e765='',[TestFrameworkConstants[_0x1cae60(0x14d)]]:_0x19becd=''}=_0x26acc6;return{'platformIndex':0x0,'testFrameworkName':_0x464b4d,'testFrameworkVersion':_0xf84c52,'testFrameworkState':_0x23cc1f[_0x1cae60(0x162)]()[_0x1cae60(0x15b)]()[_0x1cae60(0x13a)]('.')[0x1],'hookState':_0x23cc1f[_0x1cae60(0x119)]()[_0x1cae60(0x15b)]()[_0x1cae60(0x13a)]('.')[0x1],'startedAt':_0x39e765,'endedAt':_0x19becd,'uuid':_0x592846,'eventJson':Buffer['from'](JSON['stringify'](_0x26acc6))[_0x1cae60(0x15b)](_0x3bc2ea[_0x1cae60(0x13b)]),'executionContext':{'hash':_0x53f6e9['getId'](),'threadId':_0x53f6e9['getThreadId']()[_0x1cae60(0x15b)](),'processId':_0x53f6e9[_0x1cae60(0x129)]()[_0x1cae60(0x15b)]()}};}catch(_0x18f69c){return logger[_0x1cae60(0x122)](_0x1cae60(0x141)+util['format'](_0x18f69c)),{};}}}module['exports']=NewmanTestFramework;function a93_0x1eae(){const _0x31fbdc=['test','KEY_HOOKS_FINISHED','toString','816358fTfZjT','scopes','../../../helpers/classLogger.js','tags','result','KEY_TEST_STARTED_AT','getCurrentTestState','KEY_CUSTOM_TAGS','runHooks','DEFAULT_TEST_RESULT','trackEvent:\x20state=','failure_type','getTestFrameworks','KEY_TEST_SCOPES','KEY_TEST_UUID','KEY_TEST_RERUN_NAME','getCurrentHookState','getTestFrameworksVersions','oaCYk','scope','KEY_TEST_CODE','KEY_TEST_FRAMEWORK_VERSION','../state/hookState.js','trackEvent','get','error','KEY_HOOKS_STARTED','167784rdzeru','KEY_TEST_FAILURE','debug','name','toISOString','getProcessId','instance','location','./testFramework','createTestFrameworkEventPayload','KEY_TEST_ID','KEY_TEST_FAILURE_TYPE','addMultipleEntries','KEY_TEST_FAILURE_REASON','base64','failure','PRE','parseNewmanTest','parseNewmanTestResult','2287692nAUdOy','resolveInstance','KEY_TEST_LOCATION','split','OrvbM','path','949884DUJugD','../cliUtils.js','679ZDSPfC','getTrackedInstance','createTestFrameworkEventPayload:\x20error=','NONE','./constants/testFrameworkConstants.js','trackEvent:\x20error=','finished_at','meta','../instances/trackedInstance.js','991104nAtZIj','custom_metadata','KEY_TEST_LOGS','util','../state/testFrameworkState.js','KEY_TEST_ENDED_AT','uuid','KEY_TEST_FRAMEWORK_NAME','TEST','HQrnS','\x20hook=','5002190xQHUvQ','736188ogKRzD','getContext','KEY_TEST_META','KEY_TEST_NAME','getAllData'];a93_0x1eae=function(){return _0x31fbdc;};return a93_0x1eae();}
@@ -1 +1 @@
1
- const a94_0x381c55=a94_0x2efb;function a94_0x5340(){const _0x366309=['KEY_TEST_META','getRef','POST','400305GVFZez','1230594LQJkkI','debug','OrMPq','split',',\x20hookState=','KEY_TEST_ENDED_AT','getId','mTNSD','test_started_at',',\x20error=','test_uuid','instance','KEY_TEST_FRAMEWORK_VERSION','KEY_TEST_SCOPE','lTYBD','NONE','731904IpKHTP','createContext','testFrameworkState','format','lKPtP','KEY_TEST_SCOPES','createTestFrameworkEventPayload',',\x20test_name=','test_duration','test_ended_at','failed','KEY_CUSTOM_TAGS','_currentTestUUID','KEY_TEST_FAILURE_REASON','getCurrentHookState','exports','[TRACE:node-generic]\x20trackEvent\x20','333677igsLxz','getThreadId','./testFramework','test_failure_reason','getTestFrameworksVersions','setTrackedInstance','[NodeGenericFramework]\x20resolveInstance:\x20created\x20instance\x20contextId=','KEY_TEST_FAILURE','../../../helpers/classLogger.js','test_location','getAllData','test_code','test_meta','KEY_AUTOMATE_SESSION_NAME','info','UnhandledError','KEY_HOOKS_STARTED','UugCd','test_name','5292945LsHGtP','unknown','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20no\x20data\x20for\x20test_uuid=','from','testData','eventJson','KEY_TEST_FRAMEWORK_NAME','PRE','../instances/trackedInstance.js','KEY_TEST_TAGS','parallelIndex','CuFti','5GjAPeP','KEY_TEST_CODE','[TRACE:node-generic]\x20TEST\x20PRE\x20-\x20loading\x20test\x20data\x20for\x20test_uuid=','KEY_TEST_FAILURE_TYPE','toISOString',',\x20result=','KEY_TEST_STARTED_AT','__bstackPlatformIndex','test_rerun_name','NodeGenericFramework','KEY_HOOKS_FINISHED','KEY_TEST_UUID','test_failure_type','KEY_LOGS','resolveInstance','KlRhA','util','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20ERROR\x20-\x20','testFrameworkName','test_scopes','getCurrentTestState','../state/testFrameworkState.js','hookState','hfpCt','__workerDetails','[NodeGenericFramework]\x20trackEvent:\x20unsupported\x20state=','parseTestData','KEY_TEST_NAME','[NodeGenericFramework]\x20trackEvent:\x20instance\x20not\x20found','2972328YxRpgX','2CQjviP','testFrameworkVersion','trackEvent','workerInfo','getTrackedInstance','GMmDl','getTestFrameworks','getCurrentTestUUID','platformIndex','get','parseTestResult','addMultipleEntries','TEsho','3326344dcESRD','test_result','KEY_TEST_LOCATION','test_file_path','toString','\x20for\x20test_uuid=','KEY_TEST_RESULT','base64'];a94_0x5340=function(){return _0x366309;};return a94_0x5340();}(function(_0x449ecd,_0x240355){const _0x523788=a94_0x2efb,_0x28cbc6=_0x449ecd();while(!![]){try{const _0x4b2113=-parseInt(_0x523788(0x1ec))/0x1*(-parseInt(_0x523788(0x1b2))/0x2)+-parseInt(_0x523788(0x1ca))/0x3+parseInt(_0x523788(0x1db))/0x4+parseInt(_0x523788(0x194))/0x5*(parseInt(_0x523788(0x1cb))/0x6)+-parseInt(_0x523788(0x1bf))/0x7+-parseInt(_0x523788(0x1b1))/0x8+parseInt(_0x523788(0x1ff))/0x9;if(_0x4b2113===_0x240355)break;else _0x28cbc6['push'](_0x28cbc6['shift']());}catch(_0x1541e0){_0x28cbc6['push'](_0x28cbc6['shift']());}}}(a94_0x5340,0x507d9));const TestFramework=require(a94_0x381c55(0x1ee)),TestFrameworkState=require(a94_0x381c55(0x1a9)),HookState=require('../state/hookState.js'),{createClassLogger}=require(a94_0x381c55(0x1f4)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a94_0x381c55(0x207)),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),logger=createClassLogger(a94_0x381c55(0x19d)),util=require(a94_0x381c55(0x1a4));class NodeGenericFramework extends TestFramework{constructor(_0x5e1d52,_0x228832,_0xe391eb){super(_0x5e1d52,_0x228832,_0xe391eb),this['_currentTestUUID']=null;}['setCurrentTestUUID'](_0x19f079){this['_currentTestUUID']=_0x19f079;}[a94_0x381c55(0x1b9)](){const _0x4f13d7=a94_0x381c55;return this[_0x4f13d7(0x1e7)];}async[a94_0x381c55(0x1b4)](_0x49b191,_0x270819,_0x586e0c={}){const _0x28b990=a94_0x381c55,_0x4b0e5d={};_0x4b0e5d[_0x28b990(0x1fd)]=_0x28b990(0x1b0),_0x4b0e5d[_0x28b990(0x1ab)]=function(_0x341c4b,_0x2e9049){return _0x341c4b===_0x2e9049;};const _0x3a5ff2=_0x4b0e5d;logger['info'](_0x28b990(0x1eb)+_0x49b191+'.'+_0x270819+_0x28b990(0x1c4)+_0x586e0c['testData']?.[_0x28b990(0x1d5)]),await super[_0x28b990(0x1b4)](_0x49b191,_0x270819,_0x586e0c);const _0x329e7a=this[_0x28b990(0x1a2)](_0x49b191,_0x270819,_0x586e0c);if(!_0x329e7a){logger[_0x28b990(0x1cc)](_0x3a5ff2[_0x28b990(0x1fd)]);return;}try{switch(_0x49b191){case TestFrameworkState['TEST']:{const _0x534322=_0x586e0c[_0x28b990(0x203)],_0x21cda1=_0x534322[_0x28b990(0x1d5)];if(_0x3a5ff2[_0x28b990(0x1ab)](_0x270819,HookState[_0x28b990(0x206)])){logger['info'](_0x28b990(0x196)+_0x21cda1+_0x28b990(0x1e2)+_0x534322[_0x28b990(0x1fe)]);const _0x386e42=this['parseTestData'](_0x534322);_0x329e7a[_0x28b990(0x1bd)](_0x386e42);}else{if(_0x3a5ff2[_0x28b990(0x1ab)](_0x270819,HookState[_0x28b990(0x1c9)])){logger[_0x28b990(0x1fa)]('[TRACE:node-generic]\x20TEST\x20POST\x20-\x20processing\x20result\x20for\x20test_uuid='+_0x21cda1+_0x28b990(0x199)+_0x534322[_0x28b990(0x1c0)]);const _0x8647d0=this['parseTestResult'](_0x534322,_0x329e7a);_0x329e7a['addMultipleEntries'](_0x8647d0);}}break;}default:logger[_0x28b990(0x1cc)](_0x28b990(0x1ad)+_0x49b191+_0x28b990(0x1cf)+_0x270819);break;}}catch(_0x1fcd82){logger['error']('[NodeGenericFramework]\x20trackEvent:\x20ERROR\x20-\x20state='+_0x49b191+',\x20hookState='+_0x270819+_0x28b990(0x1d4)+util[_0x28b990(0x1de)](_0x1fcd82));}_0x586e0c[_0x28b990(0x1d6)]=_0x329e7a,await this['runHooks'](_0x329e7a,_0x49b191,_0x270819,_0x586e0c);}[a94_0x381c55(0x1a2)](_0x3b6741,_0x33af38,_0x240ceb={}){const _0xd1d23e=a94_0x381c55,_0x51aa37={};_0x51aa37[_0xd1d23e(0x1df)]='[NodeGenericFramework]\x20resolveInstance:\x20creating\x20new\x20instance';const _0x19d07f=_0x51aa37;let _0x339c8e=TestFramework[_0xd1d23e(0x1b6)]();if(!_0x339c8e){logger[_0xd1d23e(0x1cc)](_0x19d07f[_0xd1d23e(0x1df)]);const _0x5a67c1=CLIUtils['getCurrentInstanceName'](),_0x49c789=TrackedInstance[_0xd1d23e(0x1dc)](_0x5a67c1);_0x339c8e=new TestFrameworkInstance(_0x49c789,this[_0xd1d23e(0x1b8)](),this[_0xd1d23e(0x1f0)](),_0x3b6741,HookState[_0xd1d23e(0x1da)]),TestFramework[_0xd1d23e(0x1f1)](_0x49c789,_0x339c8e),logger[_0xd1d23e(0x1cc)](_0xd1d23e(0x1f2)+_0x49c789[_0xd1d23e(0x1d1)]());}return _0x339c8e;}[a94_0x381c55(0x1ae)](_0x564eca){const _0x1a464a=a94_0x381c55,_0x362bf1=_0x564eca['test_uuid'],_0x39636f=this['getTestFrameworks']()[0x0],_0x378cc5=this[_0x1a464a(0x1f0)](),_0x550dac={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x39636f,[TestFrameworkConstants[_0x1a464a(0x1d7)]]:_0x378cc5[_0x39636f]||'',[TestFrameworkConstants[_0x1a464a(0x19f)]]:_0x564eca['test_uuid'],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x1a464a(0x19e)]]:{},[TestFrameworkConstants[_0x1a464a(0x1fc)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants[_0x1a464a(0x1f9)]]:_0x564eca[_0x1a464a(0x1fe)],[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x564eca[_0x1a464a(0x1c2)],[TestFrameworkConstants['KEY_TEST_ID']]:_0x362bf1,[TestFrameworkConstants[_0x1a464a(0x1af)]]:_0x564eca[_0x1a464a(0x1fe)],[TestFrameworkConstants[_0x1a464a(0x1c1)]]:_0x564eca[_0x1a464a(0x1f5)]||_0x564eca[_0x1a464a(0x1c2)],[TestFrameworkConstants[_0x1a464a(0x195)]]:_0x564eca[_0x1a464a(0x1f7)]||null,[TestFrameworkConstants[_0x1a464a(0x208)]]:_0x564eca['test_tags']||[],[TestFrameworkConstants[_0x1a464a(0x19a)]]:_0x564eca[_0x1a464a(0x1d3)]||new Date()[_0x1a464a(0x198)](),[TestFrameworkConstants[_0x1a464a(0x1d8)]]:_0x564eca['test_scope']||'',[TestFrameworkConstants[_0x1a464a(0x1e0)]]:_0x564eca[_0x1a464a(0x1a7)]||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x564eca[_0x1a464a(0x19c)]||_0x564eca['test_name'],[TestFrameworkConstants[_0x1a464a(0x1e6)]]:{},[TestFrameworkConstants['KEY_TEST_META']]:_0x564eca[_0x1a464a(0x1f8)]||{}},_0x44d678={};return _0x44d678[_0x362bf1]=_0x550dac,_0x44d678;}[a94_0x381c55(0x1bc)](_0x38e13e,_0x2dd563){const _0x43b73b=a94_0x381c55,_0x15c27e={};_0x15c27e[_0x43b73b(0x1d2)]=_0x43b73b(0x200),_0x15c27e[_0x43b73b(0x1a3)]=function(_0x362e40,_0x1305b4){return _0x362e40===_0x1305b4;},_0x15c27e['TEsho']=_0x43b73b(0x1e5),_0x15c27e['GMmDl']=_0x43b73b(0x1fb),_0x15c27e[_0x43b73b(0x193)]='Unknown\x20error',_0x15c27e[_0x43b73b(0x1cd)]=function(_0x49a9d0,_0x35bd71){return _0x49a9d0!==_0x35bd71;};const _0x25a055=_0x15c27e,_0x24bee1=_0x38e13e[_0x43b73b(0x1d5)],_0x4fdeb1=_0x2dd563[_0x43b73b(0x1f6)]()['get'](_0x24bee1)||{},_0x1c108c={..._0x4fdeb1,[TestFrameworkConstants[_0x43b73b(0x1c5)]]:_0x38e13e[_0x43b73b(0x1c0)]||_0x25a055['mTNSD'],[TestFrameworkConstants[_0x43b73b(0x1d0)]]:_0x38e13e[_0x43b73b(0x1e4)]||new Date()[_0x43b73b(0x198)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x43b73b(0x198)](),[TestFrameworkConstants[_0x43b73b(0x1a1)]]:_0x4fdeb1[TestFrameworkConstants[_0x43b73b(0x1a1)]]||[],[TestFrameworkConstants[_0x43b73b(0x1c7)]]:_0x38e13e['test_meta']||{}};_0x25a055[_0x43b73b(0x1a3)](_0x38e13e['test_result'],_0x25a055[_0x43b73b(0x1be)])&&(_0x1c108c[TestFrameworkConstants[_0x43b73b(0x197)]]=_0x38e13e[_0x43b73b(0x1a0)]||_0x25a055[_0x43b73b(0x1b7)],_0x1c108c[TestFrameworkConstants[_0x43b73b(0x1e8)]]=_0x38e13e[_0x43b73b(0x1ef)]||_0x25a055[_0x43b73b(0x193)],_0x1c108c[TestFrameworkConstants[_0x43b73b(0x1f3)]]=_0x38e13e['test_failure']||[]);_0x25a055[_0x43b73b(0x1cd)](_0x38e13e[_0x43b73b(0x1e3)],undefined)&&(_0x1c108c[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x38e13e[_0x43b73b(0x1e3)]);const _0x259736={};return _0x259736[_0x24bee1]=_0x1c108c,_0x259736;}[a94_0x381c55(0x1e1)](_0x15e3a1){const _0x4022d4=a94_0x381c55,_0x8b0bc7={};_0x8b0bc7[_0x4022d4(0x1d9)]=_0x4022d4(0x1c6);const _0x36d51e=_0x8b0bc7;try{const _0x4f124f=_0x15e3a1['testData']?.[_0x4022d4(0x1d5)],_0x1b459b=_0x15e3a1[_0x4022d4(0x1d6)],_0x400332=_0x1b459b['getContext'](),_0x1f114b=_0x1b459b[_0x4022d4(0x1f6)]()[_0x4022d4(0x1bb)](_0x4f124f);if(!_0x1f114b)return logger[_0x4022d4(0x1cc)](_0x4022d4(0x201)+_0x4f124f),{};const {[TestFrameworkConstants[_0x4022d4(0x205)]]:_0x564e8d=this[_0x4022d4(0x1b8)]()[0x0]||'',[TestFrameworkConstants[_0x4022d4(0x1d7)]]:_0x276076=this[_0x4022d4(0x1f0)]()[this[_0x4022d4(0x1b8)]()[0x0]]||'',[TestFrameworkConstants[_0x4022d4(0x19a)]]:_0x3b92c0='',[TestFrameworkConstants[_0x4022d4(0x1d0)]]:_0x46208a=''}=_0x1f114b,_0x5af69e=_0x1b459b[_0x4022d4(0x1a8)]()['toString']()[_0x4022d4(0x1ce)]('.')[0x1],_0xfcb89e=_0x1b459b[_0x4022d4(0x1e9)]()[_0x4022d4(0x1c3)]()[_0x4022d4(0x1ce)]('.')[0x1],_0x22f2ab=global?.[_0x4022d4(0x1ac)]?.[_0x4022d4(0x1b5)]?.[_0x4022d4(0x192)]||global[_0x4022d4(0x19b)]||0x0,_0x2ab8f1=_0x1b459b[_0x4022d4(0x1c8)](),_0x1a3a33=Buffer[_0x4022d4(0x202)](JSON['stringify'](_0x1f114b))[_0x4022d4(0x1c3)](_0x36d51e[_0x4022d4(0x1d9)]),_0x23020a={'hash':_0x400332[_0x4022d4(0x1d1)](),'threadId':_0x400332[_0x4022d4(0x1ed)]()['toString'](),'processId':_0x400332['getProcessId']()['toString']()},_0x2418a2={};return _0x2418a2[_0x4022d4(0x1ba)]=_0x22f2ab,_0x2418a2[_0x4022d4(0x1a6)]=_0x564e8d,_0x2418a2[_0x4022d4(0x1b3)]=_0x276076,_0x2418a2[_0x4022d4(0x1dd)]=_0x5af69e,_0x2418a2[_0x4022d4(0x1aa)]=_0xfcb89e,_0x2418a2['startedAt']=_0x3b92c0,_0x2418a2['endedAt']=_0x46208a,_0x2418a2['uuid']=_0x2ab8f1,_0x2418a2[_0x4022d4(0x204)]=_0x1a3a33,_0x2418a2['executionContext']=_0x23020a,_0x2418a2['test_identifier']=_0x4f124f,_0x2418a2;}catch(_0x2d9b20){return logger['error'](_0x4022d4(0x1a5)+util[_0x4022d4(0x1de)](_0x2d9b20)),{};}}}function a94_0x2efb(_0x477abb,_0x12eca1){const _0x53401c=a94_0x5340();return a94_0x2efb=function(_0x2efb58,_0x469e8f){_0x2efb58=_0x2efb58-0x192;let _0x1ad495=_0x53401c[_0x2efb58];return _0x1ad495;},a94_0x2efb(_0x477abb,_0x12eca1);}module[a94_0x381c55(0x1ea)]=NodeGenericFramework;
1
+ const a94_0x50fc83=a94_0x2fea;function a94_0x2fea(_0x372fdd,_0x39e5d3){const _0x2a7a86=a94_0x2a7a();return a94_0x2fea=function(_0x2fea3a,_0x47b0a4){_0x2fea3a=_0x2fea3a-0x149;let _0x26addd=_0x2a7a86[_0x2fea3a];return _0x26addd;},a94_0x2fea(_0x372fdd,_0x39e5d3);}(function(_0x51346a,_0x4b7e4b){const _0x2d27c3=a94_0x2fea,_0x4b8f8e=_0x51346a();while(!![]){try{const _0x2f2dcb=parseInt(_0x2d27c3(0x1bb))/0x1+parseInt(_0x2d27c3(0x1a9))/0x2+parseInt(_0x2d27c3(0x157))/0x3+-parseInt(_0x2d27c3(0x18e))/0x4+-parseInt(_0x2d27c3(0x158))/0x5+parseInt(_0x2d27c3(0x19b))/0x6+parseInt(_0x2d27c3(0x18a))/0x7*(-parseInt(_0x2d27c3(0x195))/0x8);if(_0x2f2dcb===_0x4b7e4b)break;else _0x4b8f8e['push'](_0x4b8f8e['shift']());}catch(_0x1c26d7){_0x4b8f8e['push'](_0x4b8f8e['shift']());}}}(a94_0x2a7a,0x801b7));const TestFramework=require(a94_0x50fc83(0x182)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a94_0x50fc83(0x187)),{createClassLogger}=require(a94_0x50fc83(0x176)),TestFrameworkInstance=require(a94_0x50fc83(0x174)),CLIUtils=require(a94_0x50fc83(0x154)),TrackedInstance=require(a94_0x50fc83(0x165)),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),logger=createClassLogger(a94_0x50fc83(0x1a6)),util=require('util');class NodeGenericFramework extends TestFramework{constructor(_0x12871e,_0x4d74d4,_0x4e47a0){super(_0x12871e,_0x4d74d4,_0x4e47a0),this['_currentTestUUID']=null;}[a94_0x50fc83(0x1a3)](_0xe5087f){this['_currentTestUUID']=_0xe5087f;}[a94_0x50fc83(0x183)](){const _0x19ef43=a94_0x50fc83;return this[_0x19ef43(0x19e)];}async[a94_0x50fc83(0x14b)](_0x44eb49,_0x5d3b3b,_0x380fe0={}){const _0x175b66=a94_0x50fc83,_0x5b5ab5={};_0x5b5ab5['hACLZ']=_0x175b66(0x1aa),_0x5b5ab5['eNslr']=function(_0x370bb2,_0x11f733){return _0x370bb2===_0x11f733;};const _0xb2c6cc=_0x5b5ab5;logger['info']('[TRACE:node-generic]\x20trackEvent\x20'+_0x44eb49+'.'+_0x5d3b3b+_0x175b66(0x170)+_0x380fe0['testData']?.[_0x175b66(0x15d)]),await super[_0x175b66(0x14b)](_0x44eb49,_0x5d3b3b,_0x380fe0);const _0x4c5496=this[_0x175b66(0x1a5)](_0x44eb49,_0x5d3b3b,_0x380fe0);if(!_0x4c5496){logger['debug'](_0xb2c6cc[_0x175b66(0x194)]);return;}try{switch(_0x44eb49){case TestFrameworkState[_0x175b66(0x19f)]:{const _0x51554e=_0x380fe0[_0x175b66(0x161)],_0x50c3ba=_0x51554e[_0x175b66(0x15d)];if(_0xb2c6cc[_0x175b66(0x198)](_0x5d3b3b,HookState['PRE'])){logger[_0x175b66(0x199)](_0x175b66(0x191)+_0x50c3ba+_0x175b66(0x175)+_0x51554e[_0x175b66(0x169)]);const _0x3474b7=this[_0x175b66(0x1b8)](_0x51554e);_0x4c5496['addMultipleEntries'](_0x3474b7);}else{if(_0xb2c6cc['eNslr'](_0x5d3b3b,HookState[_0x175b66(0x168)])){logger['info'](_0x175b66(0x151)+_0x50c3ba+_0x175b66(0x152)+_0x51554e[_0x175b66(0x16e)]);const _0x13aad8=this[_0x175b66(0x17c)](_0x51554e,_0x4c5496);_0x4c5496[_0x175b66(0x15b)](_0x13aad8);}}break;}default:logger[_0x175b66(0x16c)](_0x175b66(0x1b6)+_0x44eb49+_0x175b66(0x16b)+_0x5d3b3b);break;}}catch(_0xeba07b){logger['error'](_0x175b66(0x1ba)+_0x44eb49+_0x175b66(0x16b)+_0x5d3b3b+_0x175b66(0x177)+util[_0x175b66(0x19c)](_0xeba07b));}_0x380fe0['instance']=_0x4c5496,await this['runHooks'](_0x4c5496,_0x44eb49,_0x5d3b3b,_0x380fe0);}[a94_0x50fc83(0x1a5)](_0x291e79,_0x3023ce,_0x24846a={}){const _0x188ba0=a94_0x50fc83,_0x23d1d3={};_0x23d1d3[_0x188ba0(0x1b9)]=_0x188ba0(0x167);const _0x43bbd5=_0x23d1d3;let _0xdf68c7=TestFramework[_0x188ba0(0x164)]();if(!_0xdf68c7){logger['debug'](_0x43bbd5[_0x188ba0(0x1b9)]);const _0x109bc0=CLIUtils[_0x188ba0(0x18d)](),_0x45f2e4=TrackedInstance[_0x188ba0(0x162)](_0x109bc0);_0xdf68c7=new TestFrameworkInstance(_0x45f2e4,this['getTestFrameworks'](),this[_0x188ba0(0x16a)](),_0x291e79,HookState[_0x188ba0(0x15f)]),TestFramework[_0x188ba0(0x14f)](_0x45f2e4,_0xdf68c7),logger[_0x188ba0(0x16c)](_0x188ba0(0x178)+_0x45f2e4[_0x188ba0(0x1be)]());}return _0xdf68c7;}[a94_0x50fc83(0x1b8)](_0x521593){const _0x11da7f=a94_0x50fc83,_0x500f5=_0x521593['test_uuid'],_0x24d9b1=this[_0x11da7f(0x193)]()[0x0],_0x477ba4=this[_0x11da7f(0x16a)](),_0x35224a={[TestFrameworkConstants[_0x11da7f(0x1a2)]]:_0x24d9b1,[TestFrameworkConstants[_0x11da7f(0x1a1)]]:_0x477ba4[_0x24d9b1]||'',[TestFrameworkConstants[_0x11da7f(0x153)]]:_0x521593[_0x11da7f(0x15d)],[TestFrameworkConstants[_0x11da7f(0x156)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x11da7f(0x160)]]:TestFrameworkConstants[_0x11da7f(0x166)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x521593[_0x11da7f(0x169)],[TestFrameworkConstants[_0x11da7f(0x18b)]]:_0x521593[_0x11da7f(0x197)],[TestFrameworkConstants[_0x11da7f(0x186)]]:_0x500f5,[TestFrameworkConstants[_0x11da7f(0x1b0)]]:_0x521593[_0x11da7f(0x169)],[TestFrameworkConstants[_0x11da7f(0x180)]]:_0x521593[_0x11da7f(0x155)]||_0x521593[_0x11da7f(0x197)],[TestFrameworkConstants[_0x11da7f(0x181)]]:_0x521593[_0x11da7f(0x159)]||null,[TestFrameworkConstants[_0x11da7f(0x19a)]]:_0x521593[_0x11da7f(0x179)]||[],[TestFrameworkConstants[_0x11da7f(0x1ac)]]:_0x521593[_0x11da7f(0x185)]||new Date()['toISOString'](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x521593[_0x11da7f(0x14c)]||'',[TestFrameworkConstants[_0x11da7f(0x18c)]]:_0x521593[_0x11da7f(0x1bc)]||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x521593[_0x11da7f(0x16d)]||_0x521593[_0x11da7f(0x169)],[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants['KEY_TEST_META']]:_0x521593['test_meta']||{}},_0x21a12a={};return _0x21a12a[_0x500f5]=_0x35224a,_0x21a12a;}['parseTestResult'](_0x2fd880,_0x2d0d12){const _0x398a76=a94_0x50fc83,_0x924f31={};_0x924f31[_0x398a76(0x1b7)]=_0x398a76(0x149),_0x924f31['sdVnt']=function(_0x54b6bd,_0x2ee6fc){return _0x54b6bd===_0x2ee6fc;},_0x924f31[_0x398a76(0x1ab)]=_0x398a76(0x18f),_0x924f31['eVvdn']=_0x398a76(0x15c),_0x924f31[_0x398a76(0x1b4)]=_0x398a76(0x1b1),_0x924f31['yUeDM']=function(_0x351c3f,_0x105541){return _0x351c3f!==_0x105541;};const _0xacb1d0=_0x924f31,_0x296448=_0x2fd880['test_uuid'],_0x1b8313=_0x2d0d12[_0x398a76(0x1a0)]()['get'](_0x296448)||{},_0xf65d2e={..._0x1b8313,[TestFrameworkConstants[_0x398a76(0x160)]]:_0x2fd880[_0x398a76(0x16e)]||_0xacb1d0[_0x398a76(0x1b7)],[TestFrameworkConstants[_0x398a76(0x1b2)]]:_0x2fd880[_0x398a76(0x14d)]||new Date()[_0x398a76(0x190)](),[TestFrameworkConstants[_0x398a76(0x173)]]:new Date()[_0x398a76(0x190)](),[TestFrameworkConstants[_0x398a76(0x19d)]]:_0x1b8313[TestFrameworkConstants[_0x398a76(0x19d)]]||[],[TestFrameworkConstants[_0x398a76(0x1a8)]]:_0x2fd880[_0x398a76(0x17f)]||{}};_0xacb1d0['sdVnt'](_0x2fd880['test_result'],_0xacb1d0['WpfPm'])&&(_0xf65d2e[TestFrameworkConstants[_0x398a76(0x188)]]=_0x2fd880['test_failure_type']||_0xacb1d0[_0x398a76(0x17d)],_0xf65d2e[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x2fd880['test_failure_reason']||_0xacb1d0[_0x398a76(0x1b4)],_0xf65d2e[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x2fd880[_0x398a76(0x1ae)]||[]);_0xacb1d0['yUeDM'](_0x2fd880[_0x398a76(0x189)],undefined)&&(_0xf65d2e[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x2fd880[_0x398a76(0x189)]);const _0x1cd7e0={};return _0x1cd7e0[_0x296448]=_0xf65d2e,_0x1cd7e0;}[a94_0x50fc83(0x1af)](_0x4cc52d){const _0x57748a=a94_0x50fc83,_0x2ad3c8={};_0x2ad3c8[_0x57748a(0x16f)]=_0x57748a(0x196);const _0x277c00=_0x2ad3c8;try{const _0x156b7a=_0x4cc52d[_0x57748a(0x161)]?.[_0x57748a(0x15d)],_0xde2358=_0x4cc52d['instance'],_0x2a420d=_0xde2358[_0x57748a(0x15e)](),_0x3b994f=_0xde2358[_0x57748a(0x1a0)]()['get'](_0x156b7a);if(!_0x3b994f)return logger[_0x57748a(0x16c)]('[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20no\x20data\x20for\x20test_uuid='+_0x156b7a),{};const {[TestFrameworkConstants[_0x57748a(0x1a2)]]:_0xfc72d1=this[_0x57748a(0x193)]()[0x0]||'',[TestFrameworkConstants[_0x57748a(0x1a1)]]:_0x49875b=this[_0x57748a(0x16a)]()[this[_0x57748a(0x193)]()[0x0]]||'',[TestFrameworkConstants[_0x57748a(0x1ac)]]:_0x28c0a4='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x623783=''}=_0x3b994f,_0x1bdcba=_0xde2358[_0x57748a(0x1a7)]()[_0x57748a(0x171)]()[_0x57748a(0x150)]('.')[0x1],_0x2f56f0=_0xde2358[_0x57748a(0x17a)]()[_0x57748a(0x171)]()['split']('.')[0x1],_0xd93cca=global?.['__workerDetails']?.[_0x57748a(0x14e)]?.[_0x57748a(0x1b3)]||global['__bstackPlatformIndex']||0x0,_0x5e9d6f=_0xde2358['getRef'](),_0x443f0a=Buffer['from'](JSON[_0x57748a(0x163)](_0x3b994f))[_0x57748a(0x171)](_0x277c00[_0x57748a(0x16f)]),_0x2b947e={'hash':_0x2a420d[_0x57748a(0x1be)](),'threadId':_0x2a420d[_0x57748a(0x172)]()[_0x57748a(0x171)](),'processId':_0x2a420d[_0x57748a(0x184)]()[_0x57748a(0x171)]()},_0x98e34f={};return _0x98e34f[_0x57748a(0x17b)]=_0xd93cca,_0x98e34f[_0x57748a(0x1ad)]=_0xfc72d1,_0x98e34f['testFrameworkVersion']=_0x49875b,_0x98e34f['testFrameworkState']=_0x1bdcba,_0x98e34f[_0x57748a(0x1b5)]=_0x2f56f0,_0x98e34f[_0x57748a(0x1a4)]=_0x28c0a4,_0x98e34f[_0x57748a(0x15a)]=_0x623783,_0x98e34f[_0x57748a(0x1bd)]=_0x5e9d6f,_0x98e34f[_0x57748a(0x192)]=_0x443f0a,_0x98e34f['executionContext']=_0x2b947e,_0x98e34f[_0x57748a(0x14a)]=_0x156b7a,_0x98e34f;}catch(_0x374563){return logger['error'](_0x57748a(0x17e)+util[_0x57748a(0x19c)](_0x374563)),{};}}}module['exports']=NodeGenericFramework;function a94_0x2a7a(){const _0x534858=['KEY_TEST_STARTED_AT','testFrameworkName','test_failure','createTestFrameworkEventPayload','KEY_TEST_NAME','Unknown\x20error','KEY_TEST_ENDED_AT','parallelIndex','kevwo','hookState','[NodeGenericFramework]\x20trackEvent:\x20unsupported\x20state=','kJknx','parseTestData','JABZS','[NodeGenericFramework]\x20trackEvent:\x20ERROR\x20-\x20state=','11181esmhNa','test_scopes','uuid','getId','unknown','test_identifier','trackEvent','test_scope','test_ended_at','workerInfo','setTrackedInstance','split','[TRACE:node-generic]\x20TEST\x20POST\x20-\x20processing\x20result\x20for\x20test_uuid=',',\x20result=','KEY_TEST_UUID','../cliUtils.js','test_location','KEY_TEST_LOGS','864213QuFpGs','577535adAzPa','test_code','endedAt','addMultipleEntries','UnhandledError','test_uuid','getContext','NONE','KEY_TEST_RESULT','testData','createContext','stringify','getTrackedInstance','../instances/trackedInstance.js','DEFAULT_TEST_RESULT','[NodeGenericFramework]\x20resolveInstance:\x20creating\x20new\x20instance','POST','test_name','getTestFrameworksVersions',',\x20hookState=','debug','test_rerun_name','test_result','plONk','\x20for\x20test_uuid=','toString','getThreadId','KEY_TEST_RESULT_AT','../instances/testFrameworkInstance.js',',\x20test_name=','../../../helpers/classLogger.js',',\x20error=','[NodeGenericFramework]\x20resolveInstance:\x20created\x20instance\x20contextId=','test_tags','getCurrentHookState','platformIndex','parseTestResult','eVvdn','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20ERROR\x20-\x20','test_meta','KEY_TEST_LOCATION','KEY_TEST_CODE','./testFramework','getCurrentTestUUID','getProcessId','test_started_at','KEY_TEST_ID','../state/hookState.js','KEY_TEST_FAILURE_TYPE','test_duration','364aFAQRB','KEY_TEST_FILE_PATH','KEY_TEST_SCOPES','getCurrentInstanceName','3216364YzaCpN','failed','toISOString','[TRACE:node-generic]\x20TEST\x20PRE\x20-\x20loading\x20test\x20data\x20for\x20test_uuid=','eventJson','getTestFrameworks','hACLZ','70376talAmw','base64','test_file_path','eNslr','info','KEY_TEST_TAGS','5184870sUebhh','format','KEY_LOGS','_currentTestUUID','TEST','getAllData','KEY_TEST_FRAMEWORK_VERSION','KEY_TEST_FRAMEWORK_NAME','setCurrentTestUUID','startedAt','resolveInstance','NodeGenericFramework','getCurrentTestState','KEY_TEST_META','1476744fqEPwr','[NodeGenericFramework]\x20trackEvent:\x20instance\x20not\x20found','WpfPm'];a94_0x2a7a=function(){return _0x534858;};return a94_0x2a7a();}
@@ -1 +1 @@
1
- const a95_0x4361dd=a95_0x278e;(function(_0x2047d7,_0x2a1cc3){const _0x534f1c=a95_0x278e,_0x1f98c7=_0x2047d7();while(!![]){try{const _0x286e45=parseInt(_0x534f1c(0x137))/0x1*(parseInt(_0x534f1c(0x163))/0x2)+parseInt(_0x534f1c(0x150))/0x3*(-parseInt(_0x534f1c(0x149))/0x4)+-parseInt(_0x534f1c(0x161))/0x5*(parseInt(_0x534f1c(0x13a))/0x6)+parseInt(_0x534f1c(0x147))/0x7+-parseInt(_0x534f1c(0x15f))/0x8*(-parseInt(_0x534f1c(0x141))/0x9)+-parseInt(_0x534f1c(0x15c))/0xa*(parseInt(_0x534f1c(0x158))/0xb)+-parseInt(_0x534f1c(0x14e))/0xc*(-parseInt(_0x534f1c(0x13e))/0xd);if(_0x286e45===_0x2a1cc3)break;else _0x1f98c7['push'](_0x1f98c7['shift']());}catch(_0xd8d1ba){_0x1f98c7['push'](_0x1f98c7['shift']());}}}(a95_0x4859,0xe9cd1));const AutomationFramework=require(a95_0x4361dd(0x144)),{createClassLogger}=require(a95_0x4361dd(0x14b)),AutomationFrameworkState=require(a95_0x4361dd(0x13d)),CLIUtils=require(a95_0x4361dd(0x139)),TrackedInstance=require('../instances/trackedInstance.js'),AutomationFrameworkInstance=require('../instances/automationFrameworkInstance.js');class PlaywrightAutomationFramework extends AutomationFramework{[a95_0x4361dd(0x14a)]=createClassLogger('PlaywrightAutomationFramework');constructor(_0x133563,_0x5818c7){super(_0x133563,_0x5818c7);}async[a95_0x4361dd(0x13f)](_0x3107ab,_0x1443d1,_0x5b926e={}){const _0x2d1dc8=a95_0x4361dd,_0x3a3f8a={};_0x3a3f8a[_0x2d1dc8(0x162)]=function(_0x2e355b,_0x3134c8){return _0x2e355b===_0x3134c8;};const _0x3d0ba7=_0x3a3f8a;this['logger'][_0x2d1dc8(0x14d)](_0x2d1dc8(0x157)+_0x3107ab+_0x2d1dc8(0x155)+_0x1443d1),await super[_0x2d1dc8(0x13f)](_0x3107ab,_0x1443d1,_0x5b926e);const _0x2b9773=this[_0x2d1dc8(0x152)](_0x3107ab,_0x1443d1,_0x5b926e);if(_0x3d0ba7[_0x2d1dc8(0x162)](_0x2b9773,null))return;_0x5b926e[_0x2d1dc8(0x156)]=_0x2b9773,await this['runHooks'](_0x2b9773,_0x3107ab,_0x1443d1,_0x5b926e);}['resolveInstance'](_0x2da12d,_0x5e9733,_0x14b571={}){const _0x2b26cf=a95_0x4361dd,_0x30d651={};_0x30d651['RwPYO']=function(_0x2dbad5,_0x78e7d1){return _0x2dbad5===_0x78e7d1;};const _0x5d5145=_0x30d651;let _0x17cb0a=null;return(_0x5d5145[_0x2b26cf(0x160)](_0x2da12d,AutomationFrameworkState[_0x2b26cf(0x15d)])||_0x5d5145[_0x2b26cf(0x160)](_0x2da12d,AutomationFrameworkState[_0x2b26cf(0x146)])&&(_0x14b571['message']&&_0x14b571[_0x2b26cf(0x138)][_0x2b26cf(0x15a)]&&_0x14b571[_0x2b26cf(0x138)]['params'][_0x2b26cf(0x14f)])||_0x5d5145[_0x2b26cf(0x160)](_0x2da12d,AutomationFrameworkState[_0x2b26cf(0x153)]))&&this['trackPlaywrightInstance'](_0x2da12d,_0x14b571),_0x17cb0a=AutomationFramework[_0x2b26cf(0x143)](),_0x17cb0a;}[a95_0x4361dd(0x154)](_0x8c8227,_0x35cb9a){const _0x39c1c9=a95_0x4361dd,_0x5d82e4={};_0x5d82e4[_0x39c1c9(0x151)]=_0x39c1c9(0x15e);const _0x348ee7=_0x5d82e4;if(AutomationFramework[_0x39c1c9(0x143)]()){this[_0x39c1c9(0x14a)][_0x39c1c9(0x13b)](_0x348ee7['rwUht']);return;}const _0x5a2acc=CLIUtils[_0x39c1c9(0x148)](),_0x4ca316=TrackedInstance[_0x39c1c9(0x145)](_0x5a2acc);let _0x264f53=null;this[_0x39c1c9(0x14a)][_0x39c1c9(0x13b)](_0x39c1c9(0x13c)+_0x5a2acc+',\x20state='+_0x8c8227),_0x264f53=new AutomationFrameworkInstance(_0x4ca316,this[_0x39c1c9(0x159)](),this[_0x39c1c9(0x14c)](),_0x8c8227),AutomationFramework[_0x39c1c9(0x140)](_0x4ca316,_0x264f53),this[_0x39c1c9(0x14a)][_0x39c1c9(0x13b)]('trackPlaywrightInstance:\x20saved\x20instance\x20contextId='+_0x4ca316[_0x39c1c9(0x15b)]()+_0x39c1c9(0x142)+_0x5a2acc);}}function a95_0x278e(_0x466d4d,_0x183187){const _0x485975=a95_0x4859();return a95_0x278e=function(_0x278e6e,_0x27ccb){_0x278e6e=_0x278e6e-0x137;let _0x131db3=_0x485975[_0x278e6e];return _0x131db3;},a95_0x278e(_0x466d4d,_0x183187);}module['exports']=PlaywrightAutomationFramework;function a95_0x4859(){const _0x46ee9f=['bsParams','456fzweXo','rwUht','resolveInstance','NONE','trackPlaywrightInstance','\x20hookState=','instance','trackEvent:\x20automationFrameworkState=','517GmZLHg','getAutomationFrameworkName','params','getId','349270DtOuqB','CREATE','trackPlaywrightInstance:\x20instance\x20already\x20exists','4072lHDRgL','RwPYO','251605GmfFVn','xZatK','1144230AxARYf','1GqgDdt','message','../cliUtils.js','108zHEKRy','info','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','../state/automationFrameworkState.js','26APTtIb','trackEvent','setTrackedInstance','10746CWdzlr','\x20target=','getTrackedInstance','./automationFramework.js','createContext','PLAYWRIGHT_DISPATCH','4805283vsMIiH','getCurrentInstanceName','14932qJBIxb','logger','../../../helpers/classLogger.js','getAutomationFrameworkVersion','debug','13236492ccfiLU'];a95_0x4859=function(){return _0x46ee9f;};return a95_0x4859();}
1
+ const a95_0x32f52c=a95_0x4992;(function(_0x22e001,_0x576b7a){const _0x154ce1=a95_0x4992,_0x1aaf20=_0x22e001();while(!![]){try{const _0x13c8a2=parseInt(_0x154ce1(0x1f3))/0x1*(parseInt(_0x154ce1(0x206))/0x2)+parseInt(_0x154ce1(0x1fa))/0x3+parseInt(_0x154ce1(0x1ea))/0x4*(-parseInt(_0x154ce1(0x1e4))/0x5)+-parseInt(_0x154ce1(0x1e2))/0x6+parseInt(_0x154ce1(0x1eb))/0x7*(-parseInt(_0x154ce1(0x200))/0x8)+parseInt(_0x154ce1(0x1e5))/0x9+parseInt(_0x154ce1(0x1f6))/0xa;if(_0x13c8a2===_0x576b7a)break;else _0x1aaf20['push'](_0x1aaf20['shift']());}catch(_0x357d68){_0x1aaf20['push'](_0x1aaf20['shift']());}}}(a95_0x257d,0xa351c));function a95_0x4992(_0x1b0b02,_0x378193){const _0x257d78=a95_0x257d();return a95_0x4992=function(_0x499220,_0x5051e9){_0x499220=_0x499220-0x1df;let _0x45cacf=_0x257d78[_0x499220];return _0x45cacf;},a95_0x4992(_0x1b0b02,_0x378193);}const AutomationFramework=require(a95_0x32f52c(0x1f1)),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFrameworkState=require(a95_0x32f52c(0x1e7)),CLIUtils=require(a95_0x32f52c(0x204)),TrackedInstance=require(a95_0x32f52c(0x202)),AutomationFrameworkInstance=require(a95_0x32f52c(0x1f2));class PlaywrightAutomationFramework extends AutomationFramework{[a95_0x32f52c(0x1e6)]=createClassLogger(a95_0x32f52c(0x20a));constructor(_0x7716f6,_0x358f07){super(_0x7716f6,_0x358f07);}async[a95_0x32f52c(0x1f9)](_0x37f5a0,_0x22b94b,_0x59975d={}){const _0x5af68c=a95_0x32f52c,_0x30854b={};_0x30854b['dYuXd']=function(_0x11d9e6,_0x45f1d){return _0x11d9e6===_0x45f1d;};const _0x345aed=_0x30854b;this[_0x5af68c(0x1e6)][_0x5af68c(0x1ee)](_0x5af68c(0x1df)+_0x37f5a0+_0x5af68c(0x209)+_0x22b94b),await super[_0x5af68c(0x1f9)](_0x37f5a0,_0x22b94b,_0x59975d);const _0x34875e=this['resolveInstance'](_0x37f5a0,_0x22b94b,_0x59975d);if(_0x345aed['dYuXd'](_0x34875e,null))return;_0x59975d[_0x5af68c(0x1ec)]=_0x34875e,await this[_0x5af68c(0x1f7)](_0x34875e,_0x37f5a0,_0x22b94b,_0x59975d);}[a95_0x32f52c(0x1fd)](_0x2f8ad0,_0x3f36ef,_0x58b8fb={}){const _0x26cf7d=a95_0x32f52c,_0x59addd={};_0x59addd[_0x26cf7d(0x205)]=function(_0x28b395,_0x575322){return _0x28b395===_0x575322;};const _0x3bb868=_0x59addd;let _0x228b54=null;return(_0x3bb868['HiuvC'](_0x2f8ad0,AutomationFrameworkState[_0x26cf7d(0x1f5)])||_0x3bb868['HiuvC'](_0x2f8ad0,AutomationFrameworkState[_0x26cf7d(0x1fe)])&&(_0x58b8fb['message']&&_0x58b8fb[_0x26cf7d(0x208)]['params']&&_0x58b8fb[_0x26cf7d(0x208)][_0x26cf7d(0x1f8)][_0x26cf7d(0x1e9)])||_0x3bb868[_0x26cf7d(0x205)](_0x2f8ad0,AutomationFrameworkState[_0x26cf7d(0x1ef)]))&&this[_0x26cf7d(0x1ed)](_0x2f8ad0,_0x58b8fb),_0x228b54=AutomationFramework[_0x26cf7d(0x1e8)](),_0x228b54;}[a95_0x32f52c(0x1ed)](_0x1fc329,_0x53e91a){const _0x1f5f39=a95_0x32f52c,_0x41f7e8={};_0x41f7e8[_0x1f5f39(0x20b)]=_0x1f5f39(0x1fc);const _0x59f1c1=_0x41f7e8;if(AutomationFramework[_0x1f5f39(0x1e8)]()){this[_0x1f5f39(0x1e6)][_0x1f5f39(0x1e3)](_0x59f1c1['AnpnN']);return;}const _0x558954=CLIUtils[_0x1f5f39(0x201)](),_0x5eb756=TrackedInstance[_0x1f5f39(0x203)](_0x558954);let _0x9264=null;this[_0x1f5f39(0x1e6)][_0x1f5f39(0x1e3)]('trackPlaywrightInstance:\x20created\x20instance\x20for\x20target='+_0x558954+_0x1f5f39(0x1e1)+_0x1fc329),_0x9264=new AutomationFrameworkInstance(_0x5eb756,this[_0x1f5f39(0x1f4)](),this[_0x1f5f39(0x1fb)](),_0x1fc329),AutomationFramework['setTrackedInstance'](_0x5eb756,_0x9264),this['logger']['info'](_0x1f5f39(0x1ff)+_0x5eb756[_0x1f5f39(0x1e0)]()+_0x1f5f39(0x1f0)+_0x558954);}}function a95_0x257d(){const _0x834fed=['trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','54512aDzCmi','getCurrentInstanceName','../instances/trackedInstance.js','createContext','../cliUtils.js','HiuvC','86HibUKB','exports','message','\x20hookState=','PlaywrightAutomationFramework','AnpnN','trackEvent:\x20automationFrameworkState=','getId',',\x20state=','4001448dnLCtn','info','5ryNenm','2335986onVtXp','logger','../state/automationFrameworkState.js','getTrackedInstance','bsParams','1802652PSKtgy','21XGelMA','instance','trackPlaywrightInstance','debug','NONE','\x20target=','./automationFramework.js','../instances/automationFrameworkInstance.js','10757ujNWun','getAutomationFrameworkName','CREATE','6550640EFocbJ','runHooks','params','trackEvent','1289400oIlWpS','getAutomationFrameworkVersion','trackPlaywrightInstance:\x20instance\x20already\x20exists','resolveInstance','PLAYWRIGHT_DISPATCH'];a95_0x257d=function(){return _0x834fed;};return a95_0x257d();}module[a95_0x32f52c(0x207)]=PlaywrightAutomationFramework;