browserstack-node-sdk 1.55.5 → 1.55.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 (202) 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/generated/sdk-messages_pb.d.ts +40 -0
  41. package/generated/sdk-messages_pb.js +322 -2
  42. package/package.json +2 -2
  43. package/src/ai-sdk-node/bundle.js +1 -1
  44. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  45. package/src/bin/codeceptjs/command.js +1 -1
  46. package/src/bin/codeceptjs/helper.js +1 -1
  47. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  48. package/src/bin/cucumber-js/command.js +1 -1
  49. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  50. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  51. package/src/bin/cucumber-js/test-observability.js +1 -1
  52. package/src/bin/cucumber-js/test.setup.js +1 -1
  53. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  54. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  55. package/src/bin/integrations/command.js +1 -1
  56. package/src/bin/integrations/constants.js +1 -1
  57. package/src/bin/jest/command.js +1 -1
  58. package/src/bin/jest/customImplements/customCircus.js +1 -1
  59. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  60. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  61. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  62. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  63. package/src/bin/jest/jest.setup.js +1 -1
  64. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  65. package/src/bin/jest/test-observability/helper.js +1 -1
  66. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  67. package/src/bin/jest/test-observability/test-details.js +1 -1
  68. package/src/bin/jest/test.setup.js +1 -1
  69. package/src/bin/jest/test_before.setup.js +1 -1
  70. package/src/bin/launcher/launcher.js +1 -1
  71. package/src/bin/load/index.js +1 -1
  72. package/src/bin/load/loadUtils.js +1 -1
  73. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  74. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  75. package/src/bin/mocha/command.js +1 -1
  76. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  77. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  78. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  79. package/src/bin/mocha/test.setup.js +1 -1
  80. package/src/bin/newman/command.js +1 -1
  81. package/src/bin/newman/helper.js +1 -1
  82. package/src/bin/newman/reporter/index.js +1 -1
  83. package/src/bin/newman/scriptRunner.js +1 -1
  84. package/src/bin/nightwatch/command.js +1 -1
  85. package/src/bin/playwright/accessibility-helper.js +1 -1
  86. package/src/bin/playwright/command.js +1 -1
  87. package/src/bin/playwright/globalSetup.js +1 -1
  88. package/src/bin/playwright/mock-process.js +1 -1
  89. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  90. package/src/bin/playwright/patches.js +1 -1
  91. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  92. package/src/bin/playwright/reporter/reporter.js +1 -1
  93. package/src/bin/playwright/reporter/test-details.js +1 -1
  94. package/src/bin/playwright/sessionDetails.js +1 -1
  95. package/src/bin/puppeteer/patches.js +1 -1
  96. package/src/bin/puppeteer/sessionDetails.js +1 -1
  97. package/src/bin/puppeteer/test.setup.js +1 -1
  98. package/src/bin/runner.js +1 -1
  99. package/src/bin/setup.js +1 -1
  100. package/src/bin/test-runner/index.js +1 -1
  101. package/src/bin/test-runner/runTest.js +1 -1
  102. package/src/bin/test-runner/testWorker.js +1 -1
  103. package/src/bin/utils/apiUtilityMethods.js +1 -1
  104. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  105. package/src/bin/utils/constants.js +1 -1
  106. package/src/bin/utils/log4jsAppender.js +1 -1
  107. package/src/bin/utils/logPatcher.js +1 -1
  108. package/src/bin/utils/logReportingAPI.js +1 -1
  109. package/src/bin/utils/playwright-patcher.js +1 -1
  110. package/src/bin/utils/puppeteer-patcher.js +1 -1
  111. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  112. package/src/bin/utils/sharedUtils.js +1 -1
  113. package/src/bin/v2/TestInfo.js +1 -1
  114. package/src/bin/v2/browserstackCLI.js +1 -1
  115. package/src/bin/v2/cliUtils.js +1 -1
  116. package/src/bin/v2/customTagManager.js +1 -1
  117. package/src/bin/v2/eventDispatcher.js +1 -1
  118. package/src/bin/v2/framework/automationFramework.js +1 -1
  119. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  120. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  121. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  122. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  123. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  124. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  125. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  126. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  127. package/src/bin/v2/framework/testFramework.js +1 -1
  128. package/src/bin/v2/grpcClient.js +1 -1
  129. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  130. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  131. package/src/bin/v2/instances/trackedContext.js +1 -1
  132. package/src/bin/v2/instances/trackedInstance.js +1 -1
  133. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  134. package/src/bin/v2/modules/baseModule.js +1 -1
  135. package/src/bin/v2/modules/loadTestModule.js +1 -1
  136. package/src/bin/v2/modules/observabilityModule.js +1 -1
  137. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  138. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  139. package/src/bin/v2/modules/testhubModule.js +1 -1
  140. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  141. package/src/bin/v2/state/hookState.js +1 -1
  142. package/src/bin/v2/state/testFrameworkState.js +1 -1
  143. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  144. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  145. package/src/bin/v2/utils/jest-utils.js +1 -1
  146. package/src/bin/vanilla-js/command.js +1 -1
  147. package/src/browserStackSdk.js +1 -1
  148. package/src/helpers/BrowserStackSetup.js +1 -1
  149. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  150. package/src/helpers/accessibility-automation/constants.js +1 -1
  151. package/src/helpers/accessibility-automation/helper.js +1 -1
  152. package/src/helpers/accessibility-automation/scripts.js +1 -1
  153. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  154. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  155. package/src/helpers/ats/constants.js +1 -1
  156. package/src/helpers/ats/helper.js +1 -1
  157. package/src/helpers/caCertHelper.js +1 -0
  158. package/src/helpers/capsMapping.js +1 -1
  159. package/src/helpers/central-scanner/constants.js +1 -1
  160. package/src/helpers/central-scanner/helpers.js +1 -1
  161. package/src/helpers/classLogger.js +1 -1
  162. package/src/helpers/globals.js +1 -1
  163. package/src/helpers/helper.js +1 -1
  164. package/src/helpers/logger.js +1 -1
  165. package/src/helpers/metadata.js +1 -1
  166. package/src/helpers/patchHelper.js +1 -1
  167. package/src/helpers/patchHelpers.js +1 -1
  168. package/src/helpers/percy/Percy.js +1 -1
  169. package/src/helpers/percy/PercyBinary.js +1 -1
  170. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  171. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  172. package/src/helpers/percy/PercySDK.js +1 -1
  173. package/src/helpers/percy/index.js +1 -1
  174. package/src/helpers/percy/utils.js +1 -1
  175. package/src/helpers/performance/constants.js +1 -1
  176. package/src/helpers/performance/performance-tester.js +1 -1
  177. package/src/helpers/playwright-helper.js +1 -1
  178. package/src/helpers/processHelper.js +1 -1
  179. package/src/helpers/puppeteer-helper.js +1 -1
  180. package/src/helpers/request-spy.js +1 -1
  181. package/src/helpers/setKeepAlive.js +1 -1
  182. package/src/helpers/stackFrameUtils.js +1 -1
  183. package/src/helpers/test-observability/constants.js +1 -1
  184. package/src/helpers/test-observability/error-handler.js +1 -1
  185. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  186. package/src/helpers/test-observability/sessionHandler.js +1 -1
  187. package/src/helpers/test-observability/utils.js +1 -1
  188. package/src/helpers/test-orchestration/constants.js +1 -1
  189. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  190. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  191. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  192. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  193. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  194. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  195. package/src/helpers/testhub/constants.js +1 -1
  196. package/src/helpers/testhub/testhubHandler.js +1 -1
  197. package/src/helpers/testhub/utils.js +1 -1
  198. package/src/helpers/timeoutPromise.js +1 -1
  199. package/src/helpers/utilities.js +1 -1
  200. package/src/helpers/w3cMapping.js +1 -1
  201. package/src/hubAllocationMethods.js +1 -1
  202. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a79_0x1d1f9d=a79_0x12f5;(function(_0x14e7d5,_0x50f147){const _0x20169f=a79_0x12f5,_0x1ada64=_0x14e7d5();while(!![]){try{const _0x58abfa=-parseInt(_0x20169f(0x2dd))/0x1+parseInt(_0x20169f(0x195))/0x2*(-parseInt(_0x20169f(0x263))/0x3)+-parseInt(_0x20169f(0x1dc))/0x4*(parseInt(_0x20169f(0x2c6))/0x5)+-parseInt(_0x20169f(0x26c))/0x6+parseInt(_0x20169f(0x216))/0x7*(parseInt(_0x20169f(0x24f))/0x8)+parseInt(_0x20169f(0x292))/0x9*(-parseInt(_0x20169f(0x2ce))/0xa)+parseInt(_0x20169f(0x219))/0xb;if(_0x58abfa===_0x50f147)break;else _0x1ada64['push'](_0x1ada64['shift']());}catch(_0x401e12){_0x1ada64['push'](_0x1ada64['shift']());}}}(a79_0x157d,0x70168));const TestFramework=require('./testFramework'),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require('../state/hookState.js'),{createClassLogger}=require(a79_0x1d1f9d(0x1ba)),TestFrameworkInstance=require(a79_0x1d1f9d(0x2eb)),CLIUtils=require(a79_0x1d1f9d(0x2fe)),TrackedInstance=require(a79_0x1d1f9d(0x297)),TestFrameworkConstants=require(a79_0x1d1f9d(0x1e9)),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),{isInternalHook}=require('../../../helpers/test-observability/utils'),logger=createClassLogger(a79_0x1d1f9d(0x28f)),{v4:uuidv4}=require(a79_0x1d1f9d(0x2a1)),util=require(a79_0x1d1f9d(0x2e2)),TestInfo=require(a79_0x1d1f9d(0x2c7)),GrpcClient=require(a79_0x1d1f9d(0x2bb)),stackTrace=require(a79_0x1d1f9d(0x28a)),{pickUserFrameFile}=require(a79_0x1d1f9d(0x22b));class JestTestFramework extends TestFramework{constructor(_0x4fb161,_0x592449,_0x24dc7a){super(_0x4fb161,_0x592449,_0x24dc7a),this['activeHooks']=new Map();}[a79_0x1d1f9d(0x253)](_0x1a703a,_0x1c3d9e,_0x46582b){const _0x45a9e8=a79_0x1d1f9d,_0x5e65da={};_0x5e65da['Qmgky']=function(_0x3d2d11,_0x3cc51b){return _0x3d2d11||_0x3cc51b;};const _0x47c5ee=_0x5e65da;if(_0x47c5ee[_0x45a9e8(0x1d3)](!_0x1a703a,!_0x1c3d9e)){logger['warn'](_0x45a9e8(0x1b8)+_0x1a703a+',\x20hookUUID='+_0x1c3d9e);return;}!this['activeHooks'][_0x45a9e8(0x204)](_0x1a703a)&&this[_0x45a9e8(0x193)][_0x45a9e8(0x1d4)](_0x1a703a,[]);const _0x4b975c={'hookUUID':_0x1c3d9e,'hookType':_0x46582b,'startedAt':new Date()[_0x45a9e8(0x314)]()};this[_0x45a9e8(0x193)]['get'](_0x1a703a)[_0x45a9e8(0x243)](_0x4b975c),logger[_0x45a9e8(0x198)](_0x45a9e8(0x2e6)+_0x1a703a+_0x45a9e8(0x207)+_0x1c3d9e+_0x45a9e8(0x30e)+_0x46582b+',\x20totalHooks='+this[_0x45a9e8(0x193)][_0x45a9e8(0x201)](_0x1a703a)[_0x45a9e8(0x2a6)]);}[a79_0x1d1f9d(0x27f)](_0x10c9f2,_0x598d20){const _0x40f683=a79_0x1d1f9d,_0x3f0577={};_0x3f0577[_0x40f683(0x27d)]=function(_0xfd81a8,_0x56e95a){return _0xfd81a8||_0x56e95a;},_0x3f0577[_0x40f683(0x1ec)]=function(_0x35c4f6,_0x40a6e2){return _0x35c4f6!==_0x40a6e2;},_0x3f0577[_0x40f683(0x28c)]=function(_0xae32e2,_0x13ecde){return _0xae32e2===_0x13ecde;};const _0x2646c6=_0x3f0577;if(_0x2646c6[_0x40f683(0x27d)](!_0x10c9f2,!_0x598d20)){logger[_0x40f683(0x2f6)](_0x40f683(0x1c7)+_0x10c9f2+_0x40f683(0x207)+_0x598d20);return;}if(this['activeHooks'][_0x40f683(0x204)](_0x10c9f2)){const _0x252b1c=this[_0x40f683(0x193)][_0x40f683(0x201)](_0x10c9f2),_0x45fe65=_0x252b1c[_0x40f683(0x235)](_0x618b54=>_0x618b54['hookUUID']===_0x598d20);_0x2646c6['Oscco'](_0x45fe65,-0x1)?(_0x252b1c[_0x40f683(0x286)](_0x45fe65,0x1),logger[_0x40f683(0x198)](_0x40f683(0x227)+_0x10c9f2+',\x20hookUUID='+_0x598d20+',\x20remainingHooks='+_0x252b1c['length']),_0x2646c6[_0x40f683(0x28c)](_0x252b1c['length'],0x0)&&this[_0x40f683(0x193)][_0x40f683(0x2d7)](_0x10c9f2)):logger[_0x40f683(0x198)](_0x40f683(0x278)+_0x10c9f2+_0x40f683(0x207)+_0x598d20);}}[a79_0x1d1f9d(0x1d1)](_0x136b18){const _0x4a23cd=a79_0x1d1f9d,_0x4ec64b={};_0x4ec64b['fWOaN']=function(_0x414d8d,_0x2500bd){return _0x414d8d>_0x2500bd;},_0x4ec64b[_0x4a23cd(0x285)]=function(_0xd1222,_0x4f0c31){return _0xd1222-_0x4f0c31;};const _0x11cff5=_0x4ec64b;if(!_0x136b18)return null;if(this[_0x4a23cd(0x193)][_0x4a23cd(0x204)](_0x136b18)){const _0x27b6d2=this[_0x4a23cd(0x193)][_0x4a23cd(0x201)](_0x136b18);if(_0x11cff5['fWOaN'](_0x27b6d2[_0x4a23cd(0x2a6)],0x0)){const _0x2264df=_0x27b6d2[_0x11cff5[_0x4a23cd(0x285)](_0x27b6d2[_0x4a23cd(0x2a6)],0x1)];return logger[_0x4a23cd(0x198)](_0x4a23cd(0x2bd)+_0x136b18+_0x4a23cd(0x207)+_0x2264df[_0x4a23cd(0x25f)]+_0x4a23cd(0x30e)+_0x2264df['hookType']),_0x2264df;}}return null;}async[a79_0x1d1f9d(0x29b)](_0x3bd349,_0xbcb872,_0x4a6377={}){const _0x43bc1d=a79_0x1d1f9d,_0x321fb6={};_0x321fb6[_0x43bc1d(0x251)]='[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found',_0x321fb6[_0x43bc1d(0x21f)]=function(_0x1d69d3,_0x49aeb3){return _0x1d69d3===_0x49aeb3;},_0x321fb6[_0x43bc1d(0x29d)]=function(_0x308775,_0x5a7ae6){return _0x308775||_0x5a7ae6;},_0x321fb6['fXYuo']='[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND';const _0x1e2d4c=_0x321fb6;logger[_0x43bc1d(0x198)](_0x43bc1d(0x233)+_0x3bd349+_0x43bc1d(0x26a)+_0xbcb872+_0x43bc1d(0x239)+Object['keys'](_0x4a6377)['join'](',')),await super[_0x43bc1d(0x29b)](_0x3bd349,_0xbcb872,_0x4a6377);const _0x3521ec=this['resolveInstance'](_0x3bd349,_0xbcb872,_0x4a6377);if(!_0x3521ec){logger['debug'](_0x1e2d4c[_0x43bc1d(0x251)]);return;}try{let _0x4cc901,_0x2e27ac,_0x2d8c26;switch(_0x3bd349){case TestFrameworkState[_0x43bc1d(0x2b6)]:_0x4cc901=_0x4a6377[_0x43bc1d(0x1f8)];const _0x4bfa15={};_0x4bfa15[_0x43bc1d(0x26b)]=0x2,_0x4bfa15[_0x43bc1d(0x189)]=0x3,logger['debug'](_0x43bc1d(0x293)+_0xbcb872+_0x43bc1d(0x25b)+util[_0x43bc1d(0x1eb)](_0x4cc901,_0x4bfa15)),_0x2d8c26=this[_0x43bc1d(0x2fa)](_0x4cc901),_0x2e27ac=null,logger['debug'](_0x43bc1d(0x2e1)+_0x2d8c26+'\x20(testIdentifier)');if(_0x1e2d4c[_0x43bc1d(0x21f)](_0xbcb872,HookState[_0x43bc1d(0x1d2)])){logger[_0x43bc1d(0x198)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20'+_0x2d8c26);const _0x4964bf={};_0x4964bf['testUUID']=_0x2e27ac,_0x4964bf[_0x43bc1d(0x1f2)]=_0x4cc901,_0x4964bf[_0x43bc1d(0x18f)]=_0x2d8c26;const _0x394f65=this['parseJestTest'](_0x4964bf),_0x37be6={};_0x37be6[_0x43bc1d(0x26b)]=0x2,_0x37be6['maxArrayLength']=0x3,logger[_0x43bc1d(0x198)](_0x43bc1d(0x2f8)+util[_0x43bc1d(0x1eb)](_0x394f65,_0x37be6)),_0x3521ec[_0x43bc1d(0x213)](_0x394f65),logger[_0x43bc1d(0x198)](_0x43bc1d(0x236)+_0x2d8c26),await this[_0x43bc1d(0x1c1)](_0x3521ec,_0x2d8c26);}else{if(_0x1e2d4c[_0x43bc1d(0x21f)](_0xbcb872,HookState[_0x43bc1d(0x280)])){logger['debug'](_0x43bc1d(0x2a5)+_0x2d8c26);const _0x47195f=_0x3521ec['getAllData']()[_0x43bc1d(0x201)](_0x2d8c26);logger['debug'](_0x43bc1d(0x31e)+util[_0x43bc1d(0x1eb)](Object[_0x43bc1d(0x241)](_0x1e2d4c[_0x43bc1d(0x29d)](_0x47195f,{}))));_0x47195f&&_0x47195f[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]?logger['debug'](_0x43bc1d(0x246)+Object[_0x43bc1d(0x241)](_0x47195f[TestFrameworkConstants[_0x43bc1d(0x2a0)]])[_0x43bc1d(0x2a6)]+'\x20files'):logger[_0x43bc1d(0x198)](_0x1e2d4c[_0x43bc1d(0x1d6)]);const _0x59934e=_0x4a6377[_0x43bc1d(0x267)]||null,_0xf3b6bd={};_0xf3b6bd[_0x43bc1d(0x1f5)]=_0x2e27ac,_0xf3b6bd[_0x43bc1d(0x1f2)]=_0x4cc901,_0xf3b6bd[_0x43bc1d(0x18f)]=_0x2d8c26,_0xf3b6bd[_0x43bc1d(0x267)]=_0x59934e;const _0x56f4ef=this[_0x43bc1d(0x224)](_0xf3b6bd),_0x558d72={};_0x558d72[_0x43bc1d(0x26b)]=0x2,_0x558d72[_0x43bc1d(0x189)]=0x3,logger[_0x43bc1d(0x198)](_0x43bc1d(0x2d5)+util[_0x43bc1d(0x1eb)](_0x56f4ef,_0x558d72)),_0x3521ec['addMultipleEntries'](_0x56f4ef),logger['debug'](_0x43bc1d(0x296)+_0x2d8c26),await this[_0x43bc1d(0x1c1)](_0x3521ec,_0x2d8c26);}}break;case TestFrameworkState[_0x43bc1d(0x2cf)]:if(_0x1e2d4c[_0x43bc1d(0x21f)](_0xbcb872,HookState['POST'])){const _0x51e6c4={};_0x51e6c4[_0x43bc1d(0x26b)]=0x2,logger['debug']('[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20'+util[_0x43bc1d(0x1eb)](_0x4a6377,_0x51e6c4)),await this[_0x43bc1d(0x31d)](_0x3521ec,_0x3bd349,_0x4a6377);}break;default:if(CLIUtils[_0x43bc1d(0x2ee)](_0x3bd349[_0x43bc1d(0x2b7)]()[_0x43bc1d(0x316)]('.')[0x1])){const _0xfdfe1e={};_0xfdfe1e[_0x43bc1d(0x26b)]=0x2,_0xfdfe1e[_0x43bc1d(0x189)]=0x3,logger[_0x43bc1d(0x198)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState='+_0x3bd349+_0x43bc1d(0x26a)+_0xbcb872+',\x20hookData='+util[_0x43bc1d(0x1eb)](_0x4a6377['hookData'],_0xfdfe1e));const _0xf9339f=await this[_0x43bc1d(0x24a)](_0x3521ec,_0x3bd349,_0xbcb872,_0x4a6377),_0x3c874={};_0x3c874[_0x43bc1d(0x26b)]=0x2,_0x3c874[_0x43bc1d(0x189)]=0x3,logger[_0x43bc1d(0x198)](_0x43bc1d(0x31a)+util[_0x43bc1d(0x1eb)](_0xf9339f,_0x3c874)),_0x3521ec[_0x43bc1d(0x213)](_0xf9339f);}else logger[_0x43bc1d(0x198)]('[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState='+_0x3bd349+_0x43bc1d(0x258)+_0xbcb872);break;}logger['debug'](_0x43bc1d(0x250)+_0x3bd349+_0x43bc1d(0x26a)+_0xbcb872);}catch(_0x331a38){logger[_0x43bc1d(0x29e)]('[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState='+_0x3bd349+',\x20hookState='+_0xbcb872+_0x43bc1d(0x252)+util[_0x43bc1d(0x210)](_0x331a38));}_0x4a6377[_0x43bc1d(0x1fd)]=_0x3521ec,await this[_0x43bc1d(0x25c)](_0x3521ec,_0x3bd349,_0xbcb872,_0x4a6377);}[a79_0x1d1f9d(0x2fa)](_0x1d2c6c){const _0x1e41fe=a79_0x1d1f9d,_0x74ab0d={};_0x74ab0d[_0x1e41fe(0x1db)]=_0x1e41fe(0x206);const _0x338268=_0x74ab0d;if(_0x1d2c6c&&(_0x1d2c6c['id']||_0x1d2c6c[_0x1e41fe(0x2a1)])){const _0x16a6c5=_0x1d2c6c['id']||_0x1d2c6c[_0x1e41fe(0x2a1)];return logger[_0x1e41fe(0x198)]('[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22'+_0x16a6c5+'\x22\x20from\x20testData'),_0x16a6c5;}return logger[_0x1e41fe(0x198)](_0x338268[_0x1e41fe(0x1db)]),process[_0x1e41fe(0x2da)]+_0x1e41fe(0x1d7);}[a79_0x1d1f9d(0x275)](_0x1c6e33,_0x420af8,_0x4a0f2e={}){const _0x5ca9fa=a79_0x1d1f9d;let _0x5013a6=null;return _0x5013a6=TestFramework['getTrackedInstance'](),!_0x5013a6?(logger[_0x5ca9fa(0x198)](_0x5ca9fa(0x2b5)+_0x1c6e33),this[_0x5ca9fa(0x1f6)](_0x1c6e33,_0x4a0f2e),_0x5013a6=TestFramework['getTrackedInstance'](),logger[_0x5ca9fa(0x198)](_0x5ca9fa(0x1a0)+!!_0x5013a6+_0x5ca9fa(0x1b0)+_0x5013a6?.[_0x5ca9fa(0x295)]()?.[_0x5ca9fa(0x2dc)]())):logger[_0x5ca9fa(0x198)](_0x5ca9fa(0x2ff)+_0x5013a6['getContext']()?.[_0x5ca9fa(0x2dc)]()),_0x5013a6;}[a79_0x1d1f9d(0x1f6)](_0x3aab34,_0x1fb1bf){const _0x3e8b50=a79_0x1d1f9d,_0x1f1bee={};_0x1f1bee[_0x3e8b50(0x26d)]=_0x3e8b50(0x2e5);const _0x40ee12=_0x1f1bee;if(TestFramework['getTrackedInstance']()){logger[_0x3e8b50(0x198)](_0x40ee12[_0x3e8b50(0x26d)]);return;}const _0x2a3ab9=CLIUtils[_0x3e8b50(0x24b)](),_0x27894d=TrackedInstance[_0x3e8b50(0x2f3)](_0x2a3ab9);let _0x3a5a35=null;logger['debug']('trackJestInstance:\x20created\x20instance\x20for\x20target='+_0x2a3ab9+_0x3e8b50(0x22a)+_0x3aab34),_0x3a5a35=new TestFrameworkInstance(_0x27894d,this['getTestFrameworks'](),this[_0x3e8b50(0x184)](),_0x3aab34,HookState[_0x3e8b50(0x2af)]),TestFramework[_0x3e8b50(0x1d0)](_0x27894d,_0x3a5a35),logger['debug'](_0x3e8b50(0x2db)+_0x27894d[_0x3e8b50(0x2dc)]()+_0x3e8b50(0x27e)+_0x2a3ab9+_0x3e8b50(0x30f)+this['getTestFrameworks']()[0x0]+',\x20version='+this['getTestFrameworksVersions']()[this[_0x3e8b50(0x21b)]()[0x0]]);}['parseJestTest'](_0x1b6467){const _0x1f9e28=a79_0x1d1f9d,_0x4dcc2d={};_0x4dcc2d[_0x1f9e28(0x2f2)]=function(_0x176c95,_0x51ec7c){return _0x176c95||_0x51ec7c;},_0x4dcc2d['DZqHX']=_0x1f9e28(0x2e7);const _0x2d389b=_0x4dcc2d,{testUUID:_0x2306b0,testData:_0x412cb0,testId:_0x17c56f}=_0x1b6467;if(_0x2d389b[_0x1f9e28(0x2f2)](!_0x412cb0,!_0x17c56f))return logger[_0x1f9e28(0x198)](_0x2d389b[_0x1f9e28(0x30c)]),{};const _0x4e8916=this[_0x1f9e28(0x21b)]()[0x0],_0x160eda=this['getTestFrameworksVersions'](),_0x465ca5={};_0x465ca5[_0x1f9e28(0x26b)]=0x2,_0x465ca5['maxArrayLength']=0x3,logger[_0x1f9e28(0x198)]('[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20'+util[_0x1f9e28(0x1eb)](_0x412cb0,_0x465ca5));const _0x23231d=_0x412cb0?.[_0x1f9e28(0x2b9)]||[],_0x4da39b=this[_0x1f9e28(0x19e)](_0x412cb0),_0x54a98e=this[_0x1f9e28(0x225)](_0x412cb0),_0x10d7b1=_0x412cb0['fn']?_0x412cb0['fn']['toString']():_0x412cb0?.['body']?_0x412cb0[_0x1f9e28(0x262)]['code'][_0x1f9e28(0x2b7)]():null,_0xc15a2f=this[_0x1f9e28(0x1e7)](_0x412cb0),_0x559a8b={[TestFrameworkConstants[_0x1f9e28(0x2b0)]]:_0x4e8916,[TestFrameworkConstants[_0x1f9e28(0x1df)]]:_0x160eda[_0x4e8916],[TestFrameworkConstants[_0x1f9e28(0x257)]]:[],[TestFrameworkConstants[_0x1f9e28(0x2e8)]]:{},[TestFrameworkConstants[_0x1f9e28(0x25a)]]:{},[TestFrameworkConstants[_0x1f9e28(0x299)]]:TestFrameworkConstants[_0x1f9e28(0x2ed)],[TestFrameworkConstants[_0x1f9e28(0x18d)]]:_0x4da39b,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x54a98e,[TestFrameworkConstants[_0x1f9e28(0x1f7)]]:_0x17c56f,[TestFrameworkConstants[_0x1f9e28(0x2cd)]]:_0x4da39b,[TestFrameworkConstants[_0x1f9e28(0x279)]]:_0x54a98e,[TestFrameworkConstants[_0x1f9e28(0x1b2)]]:_0x10d7b1,[TestFrameworkConstants[_0x1f9e28(0x277)]]:_0xc15a2f,[TestFrameworkConstants[_0x1f9e28(0x311)]]:_0x412cb0[_0x1f9e28(0x186)]||new Date()[_0x1f9e28(0x314)](),[TestFrameworkConstants[_0x1f9e28(0x229)]]:_0x23231d[0x0]||'',[TestFrameworkConstants[_0x1f9e28(0x1da)]]:_0x23231d,[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x4da39b,[TestFrameworkConstants[_0x1f9e28(0x266)]]:{},[TestFrameworkConstants[_0x1f9e28(0x2d9)]]:{}};_0x412cb0['retryOf']&&(_0x559a8b[TestFrameworkConstants[_0x1f9e28(0x2d6)]]=_0x412cb0[_0x1f9e28(0x1a3)]);logger[_0x1f9e28(0x198)](_0x1f9e28(0x2f5)+_0x4da39b+',\x20testId='+_0x17c56f+_0x1f9e28(0x23a)+JSON[_0x1f9e28(0x1a6)](_0xc15a2f)+',\x20scopes='+util[_0x1f9e28(0x1eb)](_0x23231d)+',\x20filePath='+_0x54a98e);const _0x99eeff={};return _0x99eeff[_0x17c56f]=_0x559a8b,_0x99eeff;}[a79_0x1d1f9d(0x224)](_0x374568){const _0xfd38ce=a79_0x1d1f9d,_0x2c5d1c={'IUHdp':function(_0x344607,_0x23e7ca){return _0x344607===_0x23e7ca;},'qAWBq':_0xfd38ce(0x183),'jQCeP':_0xfd38ce(0x217),'KznaS':_0xfd38ce(0x1ac),'HUJwC':_0xfd38ce(0x22e),'UZimo':function(_0xf54987,_0x5cc03e){return _0xf54987||_0x5cc03e;},'Ecixe':'No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','PyVnu':function(_0x1fe8a0,_0x358b84){return _0x1fe8a0||_0x358b84;},'VuxzH':_0xfd38ce(0x221),'xkIzF':function(_0x7565cf,_0x1177e5){return _0x7565cf>_0x1177e5;},'BVVDE':_0xfd38ce(0x205),'mMHZv':function(_0x31a698,_0x486547){return _0x31a698===_0x486547;},'ynEsj':_0xfd38ce(0x1c3),'fBFNM':function(_0x3aa7e0,_0xec59bb){return _0x3aa7e0===_0xec59bb;},'KZMWd':_0xfd38ce(0x200),'ucNyw':'passed','ieUEB':function(_0x584856,_0x1d8085){return _0x584856!==_0x1d8085;},'GVMuH':function(_0x4a685b,_0x45cf11,_0x4659f3,_0x220662){return _0x4a685b(_0x45cf11,_0x4659f3,_0x220662);},'wHgrU':function(_0x4ca0eb,_0x4299ea){return _0x4ca0eb>_0x4299ea;},'bugqX':_0xfd38ce(0x2fd),'xbVeJ':function(_0x83881b,_0x26dc2f){return _0x83881b>_0x26dc2f;},'kvQxs':function(_0x404e45,_0x1115bd){return _0x404e45===_0x1115bd;}},{testUUID:_0x12442e,testData:_0x42eb77,testId:_0x568d98}=_0x374568;if(_0x2c5d1c[_0xfd38ce(0x2ab)](!_0x42eb77,!_0x568d98))return logger['debug'](_0x2c5d1c[_0xfd38ce(0x240)]),{};const _0x1fa6ef=this[_0xfd38ce(0x275)](TestFrameworkState[_0xfd38ce(0x2b6)],HookState['POST']),_0x43c6cf=_0x1fa6ef[_0xfd38ce(0x249)]()[_0xfd38ce(0x201)](_0x568d98),_0x539055=_0x2c5d1c['PyVnu'](_0x43c6cf,{}),_0x474a53=_0x539055?_0x539055[TestFrameworkConstants[_0xfd38ce(0x266)]]||{}:{},_0x42f92c=_0x539055[TestFrameworkConstants[_0xfd38ce(0x2a0)]];logger['debug'](_0xfd38ce(0x2f7)+(_0x42f92c?Object[_0xfd38ce(0x241)](_0x42f92c)['length']:0x0)+'\x20attachments');let _0x51420b=_0x2c5d1c[_0xfd38ce(0x1fc)];if(_0x42eb77['result'])_0x51420b=_0x42eb77[_0xfd38ce(0x1be)];else{if(_0x42eb77['errorsDetailed']&&_0x2c5d1c['xkIzF'](_0x42eb77[_0xfd38ce(0x1dd)][_0xfd38ce(0x2a6)],0x0))_0x51420b=_0x2c5d1c['BVVDE'];else _0x2c5d1c[_0xfd38ce(0x2ad)](_0x42eb77[_0xfd38ce(0x1fb)],_0x2c5d1c[_0xfd38ce(0x2ae)])||_0x2c5d1c[_0xfd38ce(0x265)](_0x42eb77[_0xfd38ce(0x1fb)],_0x2c5d1c['KZMWd'])?_0x51420b=_0x2c5d1c['KZMWd']:_0x51420b=_0x2c5d1c[_0xfd38ce(0x28e)];}const _0x590423={..._0x539055,[TestFrameworkConstants[_0xfd38ce(0x299)]]:_0x51420b,[TestFrameworkConstants[_0xfd38ce(0x298)]]:_0x42eb77[_0xfd38ce(0x245)]||new Date()['toISOString'](),[TestFrameworkConstants[_0xfd38ce(0x212)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0xfd38ce(0x266)]]:_0x474a53,[TestFrameworkConstants[_0xfd38ce(0x1fe)]]:_0x539055[TestFrameworkConstants['KEY_LOGS']]||[],[TestFrameworkConstants['KEY_TEST_META']]:{}};if(_0x2c5d1c['fBFNM'](_0x51420b,_0x2c5d1c[_0xfd38ce(0x264)])&&_0x42eb77['errorsDetailed']){const _0x27c09f=this[_0xfd38ce(0x287)](_0x42eb77),_0x5ab7e5=this[_0xfd38ce(0x1e6)](_0x42eb77),_0x2a4908=this[_0xfd38ce(0x208)](_0x42eb77);_0x590423[TestFrameworkConstants[_0xfd38ce(0x273)]]=_0x5ab7e5,_0x590423[TestFrameworkConstants[_0xfd38ce(0x231)]]=_0x27c09f,_0x590423[TestFrameworkConstants[_0xfd38ce(0x20c)]]=_0x2a4908;}_0x2c5d1c[_0xfd38ce(0x1b9)](_0x42eb77[_0xfd38ce(0x23f)],undefined)&&(_0x590423[TestFrameworkConstants[_0xfd38ce(0x2d1)]]=_0x42eb77[_0xfd38ce(0x23f)]);_0x42eb77[_0xfd38ce(0x1a3)]&&(_0x590423[TestFrameworkConstants[_0xfd38ce(0x2d6)]]=_0x42eb77[_0xfd38ce(0x1a3)]);const _0x5db310=_0x43c6cf?_0x43c6cf[TestFrameworkConstants[_0xfd38ce(0x2a0)]]||{}:{},_0x305c31=_0x43c6cf?_0x43c6cf[TestFrameworkConstants[_0xfd38ce(0x2df)]]:_0x12442e,_0x1ec0e9=_0x2c5d1c[_0xfd38ce(0x30b)](getManualUploadLogs,_0x5db310,_0x305c31,_0x568d98);if(_0x2c5d1c[_0xfd38ce(0x289)](_0x1ec0e9[_0xfd38ce(0x2a6)],0x0)){const _0x248e94=_0x590423[TestFrameworkConstants[_0xfd38ce(0x1fe)]]||[];_0x590423[TestFrameworkConstants[_0xfd38ce(0x1fe)]]=[..._0x248e94,..._0x1ec0e9];}const _0x3e2cb9=_0x539055[TestFrameworkConstants[_0xfd38ce(0x2e8)]]||{},_0x3cab3a=_0x539055[TestFrameworkConstants[_0xfd38ce(0x25a)]]||{},_0xc85056={..._0x3e2cb9},_0x36c0a1=_0xc85056;Object[_0xfd38ce(0x241)](_0x3cab3a)['forEach'](_0xc42b36=>{const _0x4b3d9d=_0xfd38ce;!_0x36c0a1[_0xc42b36]&&(_0x36c0a1[_0xc42b36]=[]);const _0x50aef5=new Set((_0x36c0a1[_0xc42b36]||[])['map'](_0x5e6f2b=>_0x5e6f2b[TestFrameworkConstants['KEY_HOOK_ID']]||_0x5e6f2b[_0x4b3d9d(0x1a7)]));(_0x3cab3a[_0xc42b36]||[])[_0x4b3d9d(0x284)](_0x2458b4=>{const _0x43cc6a=_0x4b3d9d,_0x2b313c=_0x2458b4[TestFrameworkConstants[_0x43cc6a(0x24e)]]||_0x2458b4[_0x43cc6a(0x1a7)];if(!_0x50aef5['has'](_0x2b313c)){const _0x15213b={..._0x2458b4},_0x391616=_0x15213b;!_0x391616[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]&&!_0x391616['event_ended_at']&&(_0x391616[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=new Date()[_0x43cc6a(0x314)]()),!_0x391616[TestFrameworkConstants[_0x43cc6a(0x1e1)]]&&!_0x391616[_0x43cc6a(0x1e4)]&&(_0x391616[TestFrameworkConstants[_0x43cc6a(0x1e1)]]=TestFrameworkConstants[_0x43cc6a(0x30a)]),_0x36c0a1[_0xc42b36][_0x43cc6a(0x243)](_0x391616);}});});if(_0x374568['originalTest']){this[_0xfd38ce(0x25d)](_0x374568['originalTest']);const _0x3b3fdc=this[_0xfd38ce(0x226)](_0x374568[_0xfd38ce(0x267)]),_0x22d4a0=this['getHooksForTest'](_0x374568[_0xfd38ce(0x267)]);_0x22d4a0['forEach'](_0x163c83=>{const _0x46c231=_0xfd38ce,_0x2fcc1c=_0x3b3fdc[_0x46c231(0x201)](_0x163c83);if(_0x2fcc1c&&(_0x2c5d1c['IUHdp'](_0x2fcc1c['type'],_0x2c5d1c[_0x46c231(0x20a)])||_0x2c5d1c['IUHdp'](_0x2fcc1c[_0x46c231(0x20d)],_0x2c5d1c[_0x46c231(0x2ec)]))){const _0x1b0d58=_0x2fcc1c[_0x46c231(0x20d)][_0x46c231(0x282)]()[_0x46c231(0x1ef)](_0x2c5d1c['KznaS'],_0x2c5d1c[_0x46c231(0x2cc)]),_0x546ae7=_0x1b0d58;!_0x36c0a1[_0x546ae7]&&(_0x36c0a1[_0x546ae7]=[]);const _0x2f2024=_0x36c0a1[_0x546ae7][_0x46c231(0x29c)](_0x39d14e=>(_0x39d14e[TestFrameworkConstants[_0x46c231(0x24e)]]||_0x39d14e[_0x46c231(0x1a7)])===_0x163c83);!_0x2f2024&&_0x36c0a1[_0x546ae7]['push']({'key':_0x546ae7,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x163c83,[TestFrameworkConstants[_0x46c231(0x1e1)]]:TestFrameworkConstants[_0x46c231(0x30a)],[TestFrameworkConstants[_0x46c231(0x18b)]]:new Date()[_0x46c231(0x314)](),[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]:new Date()['toISOString'](),[TestFrameworkConstants[_0x46c231(0x1bc)]]:[],[TestFrameworkConstants[_0x46c231(0x2d8)]]:_0x2fcc1c[_0x46c231(0x1a2)]||_0x2fcc1c['type']+_0x46c231(0x283),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x474a53});}});}if(_0x42eb77['hooks']&&_0x2c5d1c[_0xfd38ce(0x19b)](_0x42eb77[_0xfd38ce(0x25e)][_0xfd38ce(0x2a6)],0x0))_0x590423[TestFrameworkConstants[_0xfd38ce(0x2e8)]]=_0x42eb77[_0xfd38ce(0x25e)],logger[_0xfd38ce(0x198)](_0x2c5d1c[_0xfd38ce(0x1a8)]);else _0x2c5d1c[_0xfd38ce(0x2c0)](Object['keys'](_0x36c0a1)[_0xfd38ce(0x2a6)],0x0)&&(_0x590423[TestFrameworkConstants[_0xfd38ce(0x2e8)]]=_0x36c0a1,logger[_0xfd38ce(0x198)](_0xfd38ce(0x1bd)+Object['keys'](_0x36c0a1)[_0xfd38ce(0x26e)](',')));const _0x16abe5=this[_0xfd38ce(0x19e)](_0x42eb77);logger['debug'](_0xfd38ce(0x199)+_0x16abe5+_0xfd38ce(0x2fb)+_0x568d98+_0xfd38ce(0x2a3)+_0x51420b+_0xfd38ce(0x301)+_0x42eb77[_0xfd38ce(0x23f)]);_0x2c5d1c['kvQxs'](_0x51420b,_0x2c5d1c[_0xfd38ce(0x264)])&&logger[_0xfd38ce(0x198)](_0xfd38ce(0x1cd)+_0x568d98+',\x20failureType='+_0x590423[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]+_0xfd38ce(0x2ca)+_0x590423[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]?.[_0xfd38ce(0x300)](0x0,0xc8));const _0x31a80a={};return _0x31a80a[_0x568d98]=_0x590423,_0x31a80a;}[a79_0x1d1f9d(0x1d9)](_0x4efa4b){const _0x5a0869=a79_0x1d1f9d,_0x1a4827={};_0x1a4827[_0x5a0869(0x2ea)]=function(_0x5b8d1e,_0x44a8fd){return _0x5b8d1e!==_0x44a8fd;},_0x1a4827[_0x5a0869(0x1cb)]=function(_0x3d5f99,_0x8978f3){return _0x3d5f99!==_0x8978f3;},_0x1a4827[_0x5a0869(0x1ae)]=_0x5a0869(0x2f0);const _0x300ce8=_0x1a4827,_0x355cf5={};_0x355cf5[_0x5a0869(0x26b)]=0x2,_0x355cf5[_0x5a0869(0x189)]=0x3,logger[_0x5a0869(0x198)](_0x5a0869(0x1f3)+util[_0x5a0869(0x1eb)](_0x4efa4b,_0x355cf5));const _0x4cd33c=[];if(_0x4efa4b&&_0x4efa4b[_0x5a0869(0x18e)]){let _0x59ba8e=_0x4efa4b[_0x5a0869(0x18e)];while(_0x59ba8e&&_0x59ba8e[_0x5a0869(0x1a2)]&&_0x300ce8[_0x5a0869(0x2ea)](_0x59ba8e['name'],'')&&_0x300ce8['hzfMR'](_0x59ba8e[_0x5a0869(0x1a2)],_0x300ce8['oSavl'])){_0x4cd33c[_0x5a0869(0x243)](_0x59ba8e[_0x5a0869(0x1a2)]),_0x59ba8e=_0x59ba8e[_0x5a0869(0x18e)];}}return _0x4cd33c['reverse']();}[a79_0x1d1f9d(0x19e)](_0x32e58c){const _0x4b37bc=a79_0x1d1f9d,_0x331cfe={};_0x331cfe[_0x4b37bc(0x1ce)]=_0x4b37bc(0x202);const _0x3feb37=_0x331cfe;if(_0x32e58c[_0x4b37bc(0x1a2)])return _0x32e58c[_0x4b37bc(0x1a2)];if(_0x32e58c['title'])return _0x32e58c['title'];return _0x3feb37[_0x4b37bc(0x1ce)];}[a79_0x1d1f9d(0x1e7)](_0x1a5036){const _0x5432eb=a79_0x1d1f9d,_0xd2d5a=[];if(_0x1a5036[_0x5432eb(0x2f4)]&&Array[_0x5432eb(0x2d2)](_0x1a5036[_0x5432eb(0x2f4)]))return _0x1a5036[_0x5432eb(0x2f4)][_0x5432eb(0x2b4)](_0x299ebf=>_0x299ebf[_0x5432eb(0x1ad)]('@')?_0x299ebf[_0x5432eb(0x260)](0x1):_0x299ebf);const _0x53a44d=this['getJestTestName'](_0x1a5036),_0x1f897e=_0x53a44d[_0x5432eb(0x18a)](/@(\w+)/g);if(_0x1f897e)return _0x1f897e['map'](_0x433e0c=>_0x433e0c[_0x5432eb(0x2b1)](0x1));return _0x1a5036['scopes']&&Array['isArray'](_0x1a5036[_0x5432eb(0x2b9)])&&_0x1a5036[_0x5432eb(0x2b9)][_0x5432eb(0x284)](_0x4b9847=>{const _0x23be78=_0x5432eb,_0x120694=_0x4b9847['match'](/@(\w+)/g);_0x120694&&_0x120694[_0x23be78(0x284)](_0xee3c6e=>{const _0x566bfb=_0x23be78,_0x17c670=_0xee3c6e[_0x566bfb(0x2b1)](0x1);!_0xd2d5a[_0x566bfb(0x1c2)](_0x17c670)&&_0xd2d5a[_0x566bfb(0x243)](_0x17c670);});}),_0xd2d5a;}[a79_0x1d1f9d(0x225)](_0x4bdca6){const _0xf11a5d=a79_0x1d1f9d,_0x5253e2={'GtFOf':function(_0x1ce93d,_0x33df32){return _0x1ce93d(_0x33df32);}};if(_0x4bdca6[_0xf11a5d(0x22c)])return _0x4bdca6[_0xf11a5d(0x22c)];if(_0x4bdca6[_0xf11a5d(0x309)])try{const _0x4e6e98=stackTrace[_0xf11a5d(0x307)](_0x4bdca6[_0xf11a5d(0x309)]),_0x16b9af=_0x5253e2[_0xf11a5d(0x237)](pickUserFrameFile,_0x4e6e98);if(_0x16b9af)return _0x16b9af;logger[_0xf11a5d(0x198)]('[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length='+_0x4e6e98[_0xf11a5d(0x2a6)]+')');}catch(_0x2bc445){logger[_0xf11a5d(0x198)]('Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20'+util['format'](_0x2bc445));}return null;}[a79_0x1d1f9d(0x287)](_0xd59e94){const _0xc95d4f=a79_0x1d1f9d,_0x4f7459={};_0x4f7459[_0xc95d4f(0x2c5)]=function(_0x424489,_0x4e5f25){return _0x424489>_0x4e5f25;},_0x4f7459[_0xc95d4f(0x1cf)]=_0xc95d4f(0x215);const _0x3d0a16=_0x4f7459;if(_0xd59e94['errorsDetailed']&&_0x3d0a16[_0xc95d4f(0x2c5)](_0xd59e94[_0xc95d4f(0x1dd)][_0xc95d4f(0x2a6)],0x0))return util[_0xc95d4f(0x1eb)](_0xd59e94[_0xc95d4f(0x1dd)][0x0]);if(_0xd59e94[_0xc95d4f(0x276)])return _0xd59e94[_0xc95d4f(0x276)];return _0x3d0a16[_0xc95d4f(0x1cf)];}[a79_0x1d1f9d(0x1e6)](_0x2d10f8){const _0x1000d5=a79_0x1d1f9d,_0x1573b9={};_0x1573b9[_0x1000d5(0x2e9)]=_0x1000d5(0x1ee),_0x1573b9[_0x1000d5(0x1a1)]=_0x1000d5(0x23b),_0x1573b9['uaUzG']=_0x1000d5(0x19f);const _0x3cc940=_0x1573b9,_0x199dec=this[_0x1000d5(0x287)](_0x2d10f8);if(_0x199dec&&_0x199dec['includes'](_0x3cc940[_0x1000d5(0x2e9)]))return _0x3cc940['ueodY'];return _0x3cc940['uaUzG'];}[a79_0x1d1f9d(0x208)](_0x5ba717){const _0x4164b8=a79_0x1d1f9d,_0x453a14={'NjhQt':function(_0x2918ae,_0x3a337b){return _0x2918ae(_0x3a337b);},'dMjle':_0x4164b8(0x2ef),'svuyG':function(_0x195e82,_0x435706){return _0x195e82!==_0x435706;},'PFptG':_0x4164b8(0x1f8)},{failureData:_0x3d147b}=_0x453a14['NjhQt'](require,_0x453a14[_0x4164b8(0x2d0)]),_0x43b360=[];return _0x453a14[_0x4164b8(0x218)](_0x5ba717[_0x4164b8(0x1dd)],undefined)&&_0x43b360[_0x4164b8(0x243)](_0x5ba717[_0x4164b8(0x1dd)],_0x453a14[_0x4164b8(0x268)]),_0x3d147b[_0x4164b8(0x2b3)](null,_0x43b360);}async[a79_0x1d1f9d(0x24a)](_0x51f98e,_0x2224df,_0x27ef2d,_0x1fc15d){const _0x280d89=a79_0x1d1f9d,_0x39a4ad={'VQDUb':_0x280d89(0x2cb),'KwZYN':function(_0x531353){return _0x531353();},'hmfpm':function(_0x27818d,_0x8e7546){return _0x27818d in _0x8e7546;},'IPNXT':function(_0x52ef38,_0x10d9e2){return _0x52ef38 in _0x10d9e2;},'rhJFt':function(_0xcb3542,_0x190165){return _0xcb3542===_0x190165;},'RIZju':function(_0x1c7af1,_0x233ebb){return _0x1c7af1>_0x233ebb;},'ZShqQ':_0x280d89(0x205),'Oxhlu':'passed','ERMEJ':function(_0x549787,_0x5b2674){return _0x549787===_0x5b2674;},'DyVSs':_0x280d89(0x19d),'GifFJ':function(_0x2080e8,_0xd71bd6){return _0x2080e8!==_0xd71bd6;}},{hookData:_0x4a9ac2}=_0x1fc15d,_0x56152b=_0x27ef2d[_0x280d89(0x2b7)](),_0x31db05=_0x2224df[_0x280d89(0x2b7)](),_0x3467ec={};_0x3467ec[_0x280d89(0x26b)]=0x2,_0x3467ec[_0x280d89(0x189)]=0x3,logger[_0x280d89(0x198)](_0x280d89(0x317)+_0x31db05+_0x280d89(0x26a)+_0x56152b+_0x280d89(0x319)+util[_0x280d89(0x1eb)](_0x4a9ac2,_0x3467ec));if(!_0x4a9ac2)return logger[_0x280d89(0x198)](_0x39a4ad[_0x280d89(0x29a)]),{};const _0x1022e9=_0x4a9ac2[_0x280d89(0x2a1)]||_0x4a9ac2['hookAnalyticsId']||_0x39a4ad[_0x280d89(0x2aa)](uuidv4),_0x2789f3=_0x4a9ac2[_0x280d89(0x1f9)]||this[_0x280d89(0x2fa)](_0x4a9ac2),_0x277fdb=_0x2224df['toString']()[_0x280d89(0x316)]('.')[0x1],_0x9d1987=_0x51f98e[_0x280d89(0x249)]()[_0x280d89(0x201)](_0x2789f3),_0x3d88b7=_0x9d1987?_0x9d1987[TestFrameworkConstants[_0x280d89(0x266)]]||{}:{};logger['debug'](_0x280d89(0x306)+_0x1022e9+_0x280d89(0x2fb)+_0x2789f3+'\x20(testIdentifier),\x20hookType='+_0x277fdb+_0x280d89(0x26a)+_0x56152b);if(!_0x9d1987)return logger['debug'](_0x280d89(0x1a5)+_0x2789f3+_0x280d89(0x1d8)),this[_0x280d89(0x256)](_0x51f98e,_0x2789f3,_0x2224df,_0x27ef2d,_0x1fc15d),{};let _0x5f4574=_0x9d1987[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x5f4574&&(_0x5f4574={});!_0x39a4ad[_0x280d89(0x1ea)](_0x277fdb,_0x5f4574)&&(_0x5f4574[_0x277fdb]=[]);let _0x26e256=_0x9d1987[TestFrameworkConstants[_0x280d89(0x2e8)]];!_0x26e256&&(_0x26e256={});!_0x39a4ad[_0x280d89(0x234)](_0x277fdb,_0x26e256)&&(_0x26e256[_0x277fdb]=[]);const _0x31635e={[_0x2789f3]:{[TestFrameworkConstants[_0x280d89(0x25a)]]:_0x5f4574,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x26e256,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x280d89(0x21b)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x280d89(0x184)]()[this[_0x280d89(0x21b)]()[0x0]]||''}};if(_0x39a4ad[_0x280d89(0x2a7)](_0x27ef2d,HookState[_0x280d89(0x1d2)])){const _0x46da49={'key':_0x277fdb,[TestFrameworkConstants[_0x280d89(0x24e)]]:_0x1022e9,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0x280d89(0x30a)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:_0x4a9ac2[_0x280d89(0x186)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x280d89(0x1bc)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x4a9ac2[_0x280d89(0x1a2)]||_0x4a9ac2[_0x280d89(0x269)]||_0x277fdb,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x3d88b7};_0x5f4574[_0x277fdb][_0x280d89(0x243)](_0x46da49),_0x31635e[_0x2789f3][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0x277fdb;const _0x119961={};_0x119961[_0x280d89(0x26b)]=0x2,logger[_0x280d89(0x198)](_0x280d89(0x261)+_0x277fdb+',\x20hookId='+_0x1022e9+',\x20testId='+_0x2789f3+',\x20hook='+util['inspect'](_0x46da49,_0x119961));}else{if(_0x39a4ad['rhJFt'](_0x27ef2d,HookState[_0x280d89(0x280)])){const _0x45d050=_0x4a9ac2[_0x280d89(0x1be)]||(_0x4a9ac2[_0x280d89(0x1dd)]&&_0x39a4ad[_0x280d89(0x2bc)](_0x4a9ac2[_0x280d89(0x1dd)][_0x280d89(0x2a6)],0x0)?_0x39a4ad[_0x280d89(0x1c8)]:_0x39a4ad['Oxhlu']),_0xf90cea=_0x5f4574[_0x277fdb]||[];logger[_0x280d89(0x198)](_0x280d89(0x2bf)+_0x277fdb+',\x20testId='+_0x2789f3+',\x20result='+_0x45d050+_0x280d89(0x28b)+_0xf90cea['length']);if(_0x39a4ad['ERMEJ'](_0xf90cea[_0x280d89(0x2a6)],0x0)&&_0x39a4ad[_0x280d89(0x291)](_0x2224df,TestFrameworkState['BEFORE_ALL']))return logger[_0x280d89(0x198)](_0x39a4ad[_0x280d89(0x27a)]),this['storePendingHook'](_0x51f98e,_0x2789f3,_0x2224df,_0x27ef2d,_0x1fc15d),{};if(_0x39a4ad[_0x280d89(0x2bc)](_0xf90cea['length'],0x0)){const _0x2a0665=_0xf90cea[_0x280d89(0x230)]();_0x39a4ad[_0x280d89(0x2a7)](_0x45d050,_0x39a4ad[_0x280d89(0x1c8)])&&_0x4a9ac2[_0x280d89(0x1dd)]?(_0x2a0665[TestFrameworkConstants[_0x280d89(0x1a4)]]=this['getJestFailureType'](_0x4a9ac2),_0x2a0665[TestFrameworkConstants[_0x280d89(0x29f)]]=this[_0x280d89(0x287)](_0x4a9ac2),_0x2a0665[TestFrameworkConstants[_0x280d89(0x1c5)]]=this[_0x280d89(0x208)](_0x4a9ac2),logger[_0x280d89(0x198)](_0x280d89(0x26f)+_0x277fdb+_0x280d89(0x18c)+_0x2a0665[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]+_0x280d89(0x2ca)+_0x2a0665[TestFrameworkConstants[_0x280d89(0x29f)]]?.[_0x280d89(0x300)](0x0,0xc8))):_0x2a0665[TestFrameworkConstants[_0x280d89(0x1e1)]]=_0x39a4ad[_0x280d89(0x1b6)];_0x39a4ad['GifFJ'](_0x45d050,TestFrameworkConstants[_0x280d89(0x30a)])&&(_0x2a0665[TestFrameworkConstants[_0x280d89(0x1e1)]]=_0x45d050);_0x2a0665[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x4a9ac2[_0x280d89(0x245)]||new Date()[_0x280d89(0x314)](),_0x2a0665[TestFrameworkConstants[_0x280d89(0x266)]]=_0x3d88b7;const _0x18a543=_0x2a0665[TestFrameworkConstants[_0x280d89(0x24e)]];!_0x26e256[_0x277fdb]&&(_0x26e256[_0x277fdb]=[]);_0x26e256[_0x277fdb][_0x280d89(0x243)](_0x2a0665),_0x31635e[_0x2789f3][TestFrameworkConstants[_0x280d89(0x2e3)]]=_0x277fdb;const _0x1f49be={};_0x1f49be[_0x280d89(0x26b)]=0x2,logger[_0x280d89(0x198)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType='+_0x277fdb+',\x20hookId='+_0x18a543+_0x280d89(0x315)+_0x45d050+_0x280d89(0x194)+util[_0x280d89(0x1eb)](_0x2a0665,_0x1f49be));}}}return _0x31635e;}[a79_0x1d1f9d(0x312)](_0x110b8c){const _0x3c0bf6=a79_0x1d1f9d,_0x2ecfca={};_0x2ecfca[_0x3c0bf6(0x2e4)]=_0x3c0bf6(0x19c);const _0x1a08f6=_0x2ecfca;try{const _0x5e4e5b=_0x110b8c[_0x3c0bf6(0x1f8)]?this['getJestTestIdentifier'](_0x110b8c[_0x3c0bf6(0x1f8)]):_0x110b8c[_0x3c0bf6(0x2de)][_0x3c0bf6(0x1f9)],_0xd6fe22=_0x110b8c['instance'],_0x49cee2=_0xd6fe22['getContext'](),_0xd3f5e3=_0xd6fe22['getAllData']()['get'](_0x5e4e5b);if(!_0xd3f5e3)return logger[_0x3c0bf6(0x198)](_0x3c0bf6(0x1f0)+_0x5e4e5b),{};const {[TestFrameworkConstants[_0x3c0bf6(0x2b0)]]:_0x4bbd9c=this[_0x3c0bf6(0x21b)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x1ecc37=this[_0x3c0bf6(0x184)]()[this['getTestFrameworks']()[0x0]]||'',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x202309='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x5a3a4b=''}=_0xd3f5e3,_0x72f8bc=_0xd6fe22[_0x3c0bf6(0x211)]()[_0x3c0bf6(0x2b7)]()[_0x3c0bf6(0x316)]('.')[0x1],_0x1c3601=_0xd6fe22[_0x3c0bf6(0x272)]()['toString']()[_0x3c0bf6(0x316)]('.')[0x1],_0x2e6421=global?.['__workerDetails']?.[_0x3c0bf6(0x308)]?.[_0x3c0bf6(0x255)]||global[_0x3c0bf6(0x187)]||0x0,_0x53cc7e=_0xd6fe22[_0x3c0bf6(0x223)](),_0x39895e=Buffer[_0x3c0bf6(0x21c)](JSON[_0x3c0bf6(0x1a6)](_0xd3f5e3))['toString'](_0x1a08f6[_0x3c0bf6(0x2e4)]),_0x37633c={'hash':_0x49cee2['getId'](),'threadId':_0x49cee2[_0x3c0bf6(0x22f)]()[_0x3c0bf6(0x2b7)](),'processId':_0x49cee2[_0x3c0bf6(0x31c)]()[_0x3c0bf6(0x2b7)]()},_0x3565e5={};_0x3565e5[_0x3c0bf6(0x247)]=_0x2e6421,_0x3565e5[_0x3c0bf6(0x21d)]=_0x4bbd9c,_0x3565e5[_0x3c0bf6(0x24d)]=_0x1ecc37,_0x3565e5[_0x3c0bf6(0x305)]=_0x72f8bc,_0x3565e5[_0x3c0bf6(0x2b8)]=_0x1c3601,_0x3565e5[_0x3c0bf6(0x21e)]=_0x202309,_0x3565e5['endedAt']=_0x5a3a4b,_0x3565e5[_0x3c0bf6(0x2a1)]=_0x53cc7e,_0x3565e5[_0x3c0bf6(0x2c4)]=_0x39895e,_0x3565e5[_0x3c0bf6(0x259)]=_0x37633c,_0x3565e5[_0x3c0bf6(0x1c0)]=_0x5e4e5b;const _0x1e3272=_0x3565e5;return _0x1e3272;}catch(_0x32f7b1){return logger[_0x3c0bf6(0x29e)](_0x3c0bf6(0x304)+util['format'](_0x32f7b1)),{};}}async['sendLogCreatedEvent'](_0x3aa4ec,_0x21de51,_0x18846d){const _0x532d59=a79_0x1d1f9d,_0x4fd197={'ybQXp':function(_0x1bc97a,_0x5931a3){return _0x1bc97a+_0x5931a3;},'FkLuW':_0x532d59(0x24c),'rpqoO':_0x532d59(0x254),'RFBvH':function(_0x6c0d3c,_0x52abc8){return _0x6c0d3c>_0x52abc8;},'LvOeh':function(_0x5241c9,_0x1013b9,_0x4d42d1,_0x4ab29f){return _0x5241c9(_0x1013b9,_0x4d42d1,_0x4ab29f);},'XHATm':function(_0xdaf89f,_0x308358){return _0xdaf89f-_0x308358;},'wTaTq':function(_0x14ddce,_0x3529c1){return _0x14ddce===_0x3529c1;},'CLPsa':function(_0x149754,_0x286f7c){return _0x149754/_0x286f7c;},'rxUUb':function(_0x3c2918,_0x2c1a34){return _0x3c2918<_0x2c1a34;},'WVevb':function(_0x82c57f,_0x1fc600){return _0x82c57f*_0x1fc600;},'EIsDH':function(_0x5e56bc,_0x11214d){return _0x5e56bc+_0x11214d;},'YZppv':function(_0x267919,_0x155ea0){return _0x267919>_0x155ea0;}};try{const _0x9691b5=_0x18846d['testUUID']||_0x18846d[_0x532d59(0x18f)],_0x442785=Array['from'](_0x3aa4ec[_0x532d59(0x249)]()['keys']()),_0x3bd77f=_0x3aa4ec[_0x532d59(0x249)]()[_0x532d59(0x201)](_0x9691b5);if(!_0x3bd77f){logger[_0x532d59(0x198)](_0x532d59(0x290)+_0x9691b5);return;}const {[TestFrameworkConstants[_0x532d59(0x2b0)]]:_0x37f67b='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x12d0b3=''}=_0x3bd77f;let _0x502586=[];_0x3bd77f&&_0x3bd77f[TestFrameworkConstants[_0x532d59(0x1fe)]]&&Array[_0x532d59(0x2d2)](_0x3bd77f[TestFrameworkConstants['KEY_LOGS']])?(_0x502586=_0x3bd77f[TestFrameworkConstants[_0x532d59(0x1fe)]]||[],logger[_0x532d59(0x198)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20'+_0x502586[_0x532d59(0x2a6)]+_0x532d59(0x2c9)+_0x9691b5),_0x3aa4ec['addMultipleEntries']({[_0x9691b5]:{[TestFrameworkConstants[_0x532d59(0x1fe)]]:[],[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x532d59(0x21b)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x532d59(0x184)]()[this['getTestFrameworks']()[0x0]]||''}}),logger[_0x532d59(0x198)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x9691b5)):logger[_0x532d59(0x198)](_0x532d59(0x1e3)+_0x9691b5);logger['debug'](_0x532d59(0x1b5)+_0x502586[_0x532d59(0x2a6)]+_0x532d59(0x222)+_0x9691b5);const _0x54278a=_0x502586[_0x532d59(0x1ab)](_0x23d283=>_0x23d283['kind']===_0x532d59(0x2f9));_0x4fd197[_0x532d59(0x238)](_0x54278a[_0x532d59(0x2a6)],0x0)&&(logger['debug'](_0x532d59(0x1e8)+_0x54278a[_0x532d59(0x2a6)]+_0x532d59(0x23c)+_0x9691b5),_0x54278a[_0x532d59(0x284)]((_0x328761,_0x556d47)=>{const _0x5c2f37=_0x532d59;logger[_0x5c2f37(0x198)](_0x5c2f37(0x1de)+_0x4fd197[_0x5c2f37(0x228)](_0x556d47,0x1)+'/'+_0x54278a[_0x5c2f37(0x2a6)]+_0x5c2f37(0x2e0)+(_0x328761[_0x5c2f37(0x1c0)]||_0x4fd197[_0x5c2f37(0x1b1)])+_0x5c2f37(0x2a2)+(_0x328761['test_run_uuid']||_0x4fd197[_0x5c2f37(0x1b1)])+_0x5c2f37(0x31b)+(_0x328761['hook_run_uuid']||_0x4fd197[_0x5c2f37(0x27c)])+_0x5c2f37(0x1ca)+(_0x328761[_0x5c2f37(0x270)]?.[_0x5c2f37(0x2a6)]||0x0));}));const _0x3674c1=_0x3bd77f[TestFrameworkConstants[_0x532d59(0x2a0)]]||{},_0x1ab03d=_0x4fd197[_0x532d59(0x20e)](getMediaArtifactsLogs,_0x3674c1,null,_0x9691b5),_0xdb152b=(_0x502586||[])[_0x532d59(0x30d)](_0x1ab03d||[]),_0x57658f=_0x54278a?.[_0x532d59(0x2a6)]||0x0,_0x561e6c=_0x4fd197[_0x532d59(0x185)](_0x502586?.[_0x532d59(0x2a6)]||0x0,_0x57658f);logger[_0x532d59(0x198)](_0x532d59(0x1f1)+_0x9691b5+_0x532d59(0x248)+_0x561e6c+_0x532d59(0x190)+_0x57658f+_0x532d59(0x302)+(_0x1ab03d?.[_0x532d59(0x2a6)]||0x0)+',\x20totalLogs:\x20'+_0xdb152b[_0x532d59(0x2a6)]);if(!_0xdb152b||_0x4fd197['wTaTq'](_0xdb152b[_0x532d59(0x2a6)],0x0)){logger[_0x532d59(0x198)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0x9691b5);return;}const _0x4ac125=0x28,_0x38caaf=Math['ceil'](_0x4fd197['CLPsa'](_0xdb152b[_0x532d59(0x2a6)],_0x4ac125));for(let _0x30ce2b=0x0;_0x4fd197[_0x532d59(0x274)](_0x30ce2b,_0x38caaf);_0x30ce2b++){const _0x4030ae=_0x4fd197['WVevb'](_0x30ce2b,_0x4ac125),_0x45f0af=_0x4fd197['ybQXp'](_0x4030ae,_0x4ac125),_0x1e7567=_0xdb152b[_0x532d59(0x2b1)](_0x4030ae,_0x45f0af),_0x47a035=global?.[_0x532d59(0x310)]??0x0,_0x2fa80={'platformIndex':_0x47a035,'logs':_0x1e7567,'testFrameworkName':_0x37f67b,'testFrameworkVersion':_0x12d0b3,'testFrameworkState':_0x21de51[_0x532d59(0x2b7)]()['split']('.')[0x1]},_0x5635a3={};_0x5635a3['depth']=0x3,_0x5635a3['maxArrayLength']=0x5,logger[_0x532d59(0x198)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x4fd197[_0x532d59(0x228)](_0x30ce2b,0x1)+'/'+_0x38caaf+_0x532d59(0x2c1)+_0x9691b5+_0x532d59(0x242)+_0x1e7567[_0x532d59(0x2a6)]+',\x20platformIndex:\x20'+_0x47a035+_0x532d59(0x2c2)+util['inspect'](_0x2fa80,_0x5635a3));const _0x4673a0=await GrpcClient[_0x532d59(0x244)]()['logCreatedEvent'](_0x2fa80);logger[_0x532d59(0x198)](_0x532d59(0x2be)+_0x4fd197['EIsDH'](_0x30ce2b,0x1)+'/'+_0x38caaf+'\x20-\x20testId:\x20'+_0x9691b5+_0x532d59(0x1fa)+util[_0x532d59(0x1eb)](_0x4673a0));}_0x1ab03d&&_0x4fd197[_0x532d59(0x1e5)](_0x1ab03d[_0x532d59(0x2a6)],0x0)&&_0x3bd77f[TestFrameworkConstants[_0x532d59(0x2a0)]]&&_0x3aa4ec[_0x532d59(0x213)]({[_0x9691b5]:{[TestFrameworkConstants[_0x532d59(0x2a0)]]:{},[TestFrameworkConstants[_0x532d59(0x2b0)]]:this[_0x532d59(0x21b)]()[0x0]||'',[TestFrameworkConstants[_0x532d59(0x1df)]]:this[_0x532d59(0x184)]()[this[_0x532d59(0x21b)]()[0x0]]||''}}),logger[_0x532d59(0x198)](_0x532d59(0x1bb)+_0x9691b5+_0x532d59(0x192)+_0x38caaf);}catch(_0x105b01){logger[_0x532d59(0x29e)](_0x532d59(0x1b3)+(_0x18846d[_0x532d59(0x1f5)]||_0x18846d[_0x532d59(0x18f)])+',\x20error:\x20'+util[_0x532d59(0x210)](_0x105b01));}}[a79_0x1d1f9d(0x256)](_0x12e1ec,_0x31f90a,_0xdf1cff,_0x29078d,_0x33e111){const _0x5d275=a79_0x1d1f9d,_0x5d8e41={};_0x5d8e41[_0x5d275(0x196)]=function(_0x16a45e,_0x20aa40){return _0x16a45e===_0x20aa40;},_0x5d8e41['aiXXv']=_0x5d275(0x217);const _0x572ad6=_0x5d8e41,{hookData:_0x1e5169}=_0x33e111,_0x4b520a={'testId':_0x31f90a,'testFrameworkState':_0xdf1cff,'hookState':_0x29078d,'args':_0x33e111,'timestamp':new Date()['toISOString']()};if(_0x572ad6[_0x5d275(0x196)](_0xdf1cff,TestFrameworkState['BEFORE_ALL'])&&_0x1e5169){const _0x345800={};_0x345800[_0x5d275(0x1c9)]=_0x1e5169[_0x5d275(0x22c)]||_0x1e5169[_0x5d275(0x21a)],_0x345800['scope']=_0x1e5169['scope']||_0x1e5169[_0x5d275(0x2b9)]&&_0x1e5169[_0x5d275(0x2b9)][0x0]||'',_0x345800[_0x5d275(0x2f1)]=_0x572ad6['aiXXv'],_0x4b520a[_0x5d275(0x288)]=_0x345800,logger[_0x5d275(0x198)]('[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20'+_0x31f90a+_0x5d275(0x23d)+_0x4b520a[_0x5d275(0x288)][_0x5d275(0x1c9)]+_0x5d275(0x313)+_0x4b520a[_0x5d275(0x288)]['scope']);}_0x12e1ec[_0x5d275(0x188)](_0x31f90a,_0x4b520a),logger[_0x5d275(0x198)](_0x5d275(0x1cc)+_0x31f90a+_0x5d275(0x209)+_0xdf1cff+',\x20hookState:\x20'+_0x29078d);}async[a79_0x1d1f9d(0x1c1)](_0x38aef6,_0xae16c8){const _0x5c2239=a79_0x1d1f9d,_0x487619={};_0x487619[_0x5c2239(0x214)]=function(_0x1d8acd,_0x4ba155){return _0x1d8acd>_0x4ba155;},_0x487619[_0x5c2239(0x271)]=function(_0x2855d5,_0x7aab37){return _0x2855d5===_0x7aab37;},_0x487619['tljkm']=function(_0x5a0dec,_0x2e9e37){return _0x5a0dec===_0x2e9e37;},_0x487619[_0x5c2239(0x23e)]=function(_0x573aad,_0x10c169){return _0x573aad===_0x10c169;},_0x487619[_0x5c2239(0x19a)]=function(_0xcb1fad,_0x554c2d){return _0xcb1fad===_0x554c2d;},_0x487619[_0x5c2239(0x1aa)]=function(_0x312d24,_0x576ed4){return _0x312d24===_0x576ed4;},_0x487619['wWBHi']=_0x5c2239(0x2fc);const _0x1bd1b9=_0x487619;if(_0x38aef6[_0x5c2239(0x1bf)](_0xae16c8)){const _0x4a4160=_0x38aef6[_0x5c2239(0x1af)](_0xae16c8);logger[_0x5c2239(0x198)](_0x5c2239(0x28d)+_0x4a4160[_0x5c2239(0x2a6)]+_0x5c2239(0x22d)+_0xae16c8);for(const _0x13dc36 of _0x4a4160){try{const _0x4773a9=await this['trackHookEvent'](_0x38aef6,_0x13dc36[_0x5c2239(0x305)],_0x13dc36['hookState'],_0x13dc36[_0x5c2239(0x2c8)]);_0x4773a9&&_0x1bd1b9[_0x5c2239(0x214)](Object['keys'](_0x4773a9)[_0x5c2239(0x2a6)],0x0)&&_0x38aef6[_0x5c2239(0x213)](_0x4773a9),await this[_0x5c2239(0x25c)](_0x38aef6,_0x13dc36['testFrameworkState'],_0x13dc36[_0x5c2239(0x2b8)],_0x13dc36[_0x5c2239(0x2c8)]);}catch(_0x3ca9ba){logger['error'](_0x5c2239(0x1b7)+_0xae16c8+_0x5c2239(0x1f4)+_0x3ca9ba);}}_0x38aef6[_0x5c2239(0x1c4)](_0xae16c8),logger[_0x5c2239(0x198)](_0x5c2239(0x318)+_0xae16c8);}const _0x1b06f7=_0x38aef6['getAllData']()[_0x5c2239(0x201)](_0xae16c8);if(_0x1b06f7){const _0x169225=_0x1b06f7[TestFrameworkConstants[_0x5c2239(0x1d5)]]||_0x1b06f7[TestFrameworkConstants[_0x5c2239(0x279)]],_0x4f8087=_0x1b06f7[TestFrameworkConstants[_0x5c2239(0x229)]]||_0x1b06f7[TestFrameworkConstants['KEY_TEST_SCOPES']]&&_0x1b06f7[TestFrameworkConstants[_0x5c2239(0x1da)]][0x0]||'';logger[_0x5c2239(0x198)](_0x5c2239(0x182)+_0x169225+_0x5c2239(0x313)+_0x4f8087);const _0x23014a=_0x38aef6[_0x5c2239(0x2ba)]();for(const _0x40939a of _0x23014a){if(_0x1bd1b9[_0x5c2239(0x271)](_0x40939a,_0xae16c8))continue;if(_0x38aef6['hasPendingHooks'](_0x40939a)){const _0x54fa97=_0x38aef6[_0x5c2239(0x1af)](_0x40939a);for(const _0x90ddd3 of _0x54fa97){if(_0x1bd1b9[_0x5c2239(0x2b2)](_0x90ddd3['testFrameworkState'],TestFrameworkState[_0x5c2239(0x1c6)])&&_0x90ddd3[_0x5c2239(0x288)]){const _0x43c1ee=_0x90ddd3['hookMetadata'][_0x5c2239(0x1c9)],_0x2d39fb=_0x90ddd3['hookMetadata'][_0x5c2239(0x1ff)];if(_0x1bd1b9[_0x5c2239(0x23e)](_0x43c1ee,_0x169225)&&_0x1bd1b9[_0x5c2239(0x19a)](_0x2d39fb,_0x4f8087)){logger['debug'](_0x5c2239(0x1b4)+_0x40939a+_0x5c2239(0x303)+_0xae16c8+_0x5c2239(0x23d)+_0x43c1ee+',\x20scope:\x20'+_0x2d39fb);_0x90ddd3[_0x5c2239(0x2c8)]&&_0x90ddd3[_0x5c2239(0x2c8)][_0x5c2239(0x2de)]&&(_0x90ddd3['args'][_0x5c2239(0x2de)][_0x5c2239(0x1f9)]=_0xae16c8,logger['debug'](_0x5c2239(0x27b)+_0x40939a+_0x5c2239(0x20b)+_0xae16c8));try{const _0x45745e=await this[_0x5c2239(0x24a)](_0x38aef6,_0x90ddd3[_0x5c2239(0x305)],_0x90ddd3['hookState'],_0x90ddd3['args']);_0x45745e&&_0x1bd1b9[_0x5c2239(0x214)](Object['keys'](_0x45745e)[_0x5c2239(0x2a6)],0x0)&&_0x38aef6['addMultipleEntries'](_0x45745e);await this[_0x5c2239(0x25c)](_0x38aef6,_0x90ddd3[_0x5c2239(0x305)],_0x90ddd3[_0x5c2239(0x2b8)],_0x90ddd3['args']);const _0x1e3c2d=_0x38aef6[_0x5c2239(0x1af)](_0x40939a)[_0x5c2239(0x1ab)](_0x25aced=>_0x25aced!==_0x90ddd3);if(_0x1bd1b9[_0x5c2239(0x1aa)](_0x1e3c2d[_0x5c2239(0x2a6)],0x0))_0x38aef6['removePendingHooks'](_0x40939a);else{_0x38aef6['removePendingHooks'](_0x40939a);for(const _0x7b979b of _0x1e3c2d){_0x38aef6[_0x5c2239(0x188)](_0x40939a,_0x7b979b);}}logger[_0x5c2239(0x198)](_0x1bd1b9[_0x5c2239(0x2c3)]);}catch(_0x2acb8c){logger[_0x5c2239(0x29e)](_0x5c2239(0x2d3)+_0xae16c8+_0x5c2239(0x1f4)+_0x2acb8c);}}}}}}}}['mapTestHooks'](_0x2ee71b){const _0x8c4d85=a79_0x1d1f9d,_0x414eef={'JKpZF':function(_0x2b29d7){return _0x2b29d7();}};if(!_0x2ee71b||!_0x2ee71b[_0x8c4d85(0x18e)])return;_0x2ee71b['parent'][_0x8c4d85(0x25e)]&&Array[_0x8c4d85(0x2d2)](_0x2ee71b['parent']['hooks'])&&_0x2ee71b[_0x8c4d85(0x18e)][_0x8c4d85(0x25e)][_0x8c4d85(0x284)](_0x37b454=>{const _0x270454=_0x8c4d85;!_0x37b454[_0x270454(0x197)]&&!_0x37b454[_0x270454(0x25f)]&&(_0x37b454[_0x270454(0x197)]=_0x414eef[_0x270454(0x220)](uuidv4),_0x37b454[_0x270454(0x25f)]=_0x37b454['hookAnalyticsId'],logger[_0x270454(0x198)](_0x270454(0x281)+_0x37b454[_0x270454(0x20d)]+',\x20hookUUID='+_0x37b454['hookAnalyticsId']));}),this[_0x8c4d85(0x25d)](_0x2ee71b[_0x8c4d85(0x18e)]);}[a79_0x1d1f9d(0x2a9)](_0x18b1c0){const _0x2d6e53=a79_0x1d1f9d,_0x397c94={'sDmAL':function(_0x270c90,_0x2fac56){return _0x270c90(_0x2fac56);}};if(!_0x18b1c0||!_0x18b1c0[_0x2d6e53(0x18e)])return[];const _0x463b60=[];return _0x18b1c0[_0x2d6e53(0x18e)]['hooks']&&Array['isArray'](_0x18b1c0[_0x2d6e53(0x18e)]['hooks'])&&_0x18b1c0[_0x2d6e53(0x18e)][_0x2d6e53(0x25e)][_0x2d6e53(0x284)](_0x146b00=>{const _0x3c368b=_0x2d6e53,_0x3a058d=_0x146b00[_0x3c368b(0x197)]||_0x146b00['hookUUID'];_0x3a058d&&!this['isJestInternalHook'](_0x146b00)&&!_0x397c94[_0x3c368b(0x1a9)](isInternalHook,_0x146b00['fn'])&&_0x463b60[_0x3c368b(0x243)](_0x3a058d);}),[..._0x463b60,...this[_0x2d6e53(0x2a9)](_0x18b1c0[_0x2d6e53(0x18e)])];}['buildHookMapFromTest'](_0x58544d){const _0x550d75=a79_0x1d1f9d,_0x502011={'LvcfU':function(_0x5bc3cd,_0x150f7f){return _0x5bc3cd(_0x150f7f);},'xYsiU':_0x550d75(0x221)},_0x5d2efd=new Map(),_0x369b60=_0x2d167c=>{const _0x945df9=_0x550d75;if(!_0x2d167c||!_0x2d167c[_0x945df9(0x18e)])return;_0x2d167c['parent'][_0x945df9(0x25e)]&&Array[_0x945df9(0x2d2)](_0x2d167c['parent'][_0x945df9(0x25e)])&&_0x2d167c[_0x945df9(0x18e)][_0x945df9(0x25e)][_0x945df9(0x284)](_0x44ffbb=>{const _0x4f6f98=_0x945df9,_0x37d534=_0x44ffbb[_0x4f6f98(0x197)]||_0x44ffbb['hookUUID'];if(_0x37d534&&!this['isJestInternalHook'](_0x44ffbb)&&!_0x502011['LvcfU'](isInternalHook,_0x44ffbb['fn'])){const _0x543827={};_0x543827[_0x4f6f98(0x20d)]=_0x44ffbb[_0x4f6f98(0x20d)]||_0x502011[_0x4f6f98(0x1e0)],_0x543827[_0x4f6f98(0x1a2)]=_0x44ffbb[_0x4f6f98(0x1a2)]||'\x22'+_0x44ffbb[_0x4f6f98(0x20d)]+_0x4f6f98(0x2a4),_0x5d2efd[_0x4f6f98(0x1d4)](_0x37d534,_0x543827);}}),_0x502011['LvcfU'](_0x369b60,_0x2d167c[_0x945df9(0x18e)]);};return _0x502011['LvcfU'](_0x369b60,_0x58544d),_0x5d2efd;}[a79_0x1d1f9d(0x2ac)](_0x18f5e6){const _0x14ca77=a79_0x1d1f9d,_0x67572e={};_0x67572e[_0x14ca77(0x2a8)]=_0x14ca77(0x203),_0x67572e[_0x14ca77(0x191)]=_0x14ca77(0x20f);const _0x237bcd=_0x67572e;try{const _0xfc4ffc=this[_0x14ca77(0x1e2)](_0x18f5e6);if(!_0xfc4ffc||_0xfc4ffc[_0x14ca77(0x1c2)](_0x237bcd['qOpyG']))return!![];return![];}catch(_0x179626){logger[_0x14ca77(0x198)](_0x237bcd[_0x14ca77(0x191)]);}return![];}['getRootParentFile'](_0x217798){const _0x1fdb18=a79_0x1d1f9d,_0x2d036e={'rxVaf':function(_0x298d23,_0x562852){return _0x298d23(_0x562852);}};if(_0x217798[_0x1fdb18(0x309)])try{const _0x295cd0=stackTrace['parse'](_0x217798['asyncError']),_0x5883eb=_0x2d036e[_0x1fdb18(0x2d4)](pickUserFrameFile,_0x295cd0);if(_0x5883eb)return _0x5883eb;logger['debug'](_0x1fdb18(0x232)+_0x295cd0[_0x1fdb18(0x2a6)]+')');}catch(_0x3d66c8){logger[_0x1fdb18(0x198)]('[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20'+util[_0x1fdb18(0x210)](_0x3d66c8));}if(_0x217798[_0x1fdb18(0x1ed)])return _0x217798['file'];return null;}}function a79_0x12f5(_0x17dc2f,_0x5e0e9f){const _0x157de7=a79_0x157d();return a79_0x12f5=function(_0x12f50a,_0x345965){_0x12f50a=_0x12f50a-0x182;let _0x47e8a7=_0x157de7[_0x12f50a];return _0x47e8a7;},a79_0x12f5(_0x17dc2f,_0x5e0e9f);}function a79_0x157d(){const _0x1481c6=['DEFAULT_TEST_RESULT','matchHookRegex','../../../helpers/test-observability/utils','ROOT_DESCRIBE_BLOCK','hookType','UVcrX','createContext','tags','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','warn','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','TEST_SCREENSHOT','getJestTestIdentifier',',\x20testId=','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','../cliUtils.js','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','substring',',\x20duration=',',\x20attachmentLogs:\x20',',\x20currentTestId:\x20','Error\x20in\x20createTestFrameworkEventPayload:\x20','testFrameworkState','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','parse','workerInfo','asyncError','DEFAULT_HOOK_RESULT','GVMuH','DZqHX','concat',',\x20hookType=',',\x20testFramework=','browserstackPlatformIndex','KEY_TEST_STARTED_AT','createTestFrameworkEventPayload',',\x20scope:\x20','toISOString',',\x20result=','split','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20',',\x20hookData=','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20',',\x20hook_run_uuid=','getProcessId','sendLogCreatedEvent','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','afterAll','getTestFrameworksVersions','XHATm','started_at','__bstackPlatformIndex','addPendingHook','maxArrayLength','match','KEY_EVENT_STARTED_AT',',\x20failureType=','KEY_AUTOMATE_SESSION_NAME','parent','testId',',\x20screenshotLogs:\x20','Gqytq',',\x20totalBatches:\x20','activeHooks',',\x20hook=','4TKcQMl','ggKQx','hookAnalyticsId','debug','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','MWkvf','wHgrU','base64','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','getJestTestName','UnhandledError','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','ueodY','name','retryOf','KEY_HOOK_FAILURE_TYPE','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','stringify','hook_id','bugqX','sDmAL','BdsCd','filter','ALL','startsWith','oSavl','getPendingHooks',',\x20contextId=','FkLuW','KEY_TEST_CODE','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','Oxhlu','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','ieUEB','../../../helpers/classLogger.js','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','KEY_HOOK_LOGS','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','result','hasPendingHooks','test_identifier','processPendingHooks','includes','skip','removePendingHooks','KEY_HOOK_FAILURE','BEFORE_ALL','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','ZShqQ','filePath',',\x20messageLength=','hzfMR','Stored\x20pending\x20hook\x20for\x20testId:\x20','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','DBGfR','iLRzy','setTrackedInstance','getActiveHook','PRE','Qmgky','set','KEY_TEST_FILE_PATH','fXYuo',':testAnalyticsId',',\x20storing\x20as\x20pending\x20hook','getJestTestScopes','KEY_TEST_SCOPES','ounoM','20kxnNmD','errorsDetailed','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','KEY_TEST_FRAMEWORK_VERSION','xYsiU','KEY_HOOK_RESULT','getRootParentFile','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','hook_result','YZppv','getJestFailureType','getJestTestTags','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','./constants/testFrameworkConstants.js','hmfpm','inspect','Oscco','file','Assert','replace','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','testData','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20',',\x20error:\x20','testUUID','trackJestInstance','KEY_TEST_ID','test','test_run_id',',\x20response=','status','VuxzH','instance','KEY_LOGS','scope','skipped','get','Unknown\x20Test','jest-circus','has','failed','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback',',\x20hookUUID=','getJestFailureData',',\x20state:\x20','qAWBq','\x20to\x20','KEY_TEST_FAILURE','type','LvOeh','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','format','getCurrentTestState','KEY_TEST_RESULT_AT','addMultipleEntries','XBRcf','Unknown\x20error','5726CaLKMu','beforeAll','svuyG','35509166kXxBsr','location','getTestFrameworks','from','testFrameworkName','startedAt','ZZDPX','JKpZF','unknown','\x20for\x20testId:\x20','getRef','parseJestTestResult','getJestTestFilePath','buildHookMapFromTest','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','ybQXp','KEY_TEST_SCOPE',',\x20state=','../../../helpers/stackFrameUtils','file_name','\x20pending\x20hooks\x20for\x20testId:\x20','_ALL','getThreadId','pop','KEY_TEST_FAILURE_REASON','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','IPNXT','findIndex','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','GtFOf','RFBvH',',\x20argsKeys=','\x20(testIdentifier),\x20tags=','AssertionError','\x20screenshot\x20logs\x20for\x20testId:\x20',',\x20filePath:\x20','nFOae','duration','Ecixe','keys',',\x20logsInBatch:\x20','push','getInstance','finished_at','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','platformIndex',',\x20consoleLogs:\x20','getAllData','trackHookEvent','getCurrentInstanceName','missing','testFrameworkVersion','KEY_HOOK_ID','136UBpuJZ','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','zZZio',',\x20exception=','setActiveHook','none','parallelIndex','storePendingHook','KEY_TEST_LOGS','\x20&\x20hookState=','executionContext','KEY_HOOKS_STARTED',',\x20testData=','runHooks','mapTestHooks','hooks','hookUUID','substr','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','body','995259iQiGHQ','BVVDE','fBFNM','KEY_CUSTOM_TAGS','originalTest','PFptG','hook_type',',\x20hookState=','depth','3251544eIBVUM','sUlfo','join','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','message','YafCi','getCurrentHookState','KEY_TEST_FAILURE_TYPE','rxUUb','resolveInstance','failure_reason','KEY_TEST_TAGS','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','KEY_TEST_LOCATION','DyVSs','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','rpqoO','wIjFX',',\x20target=','removeActiveHook','POST','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','toUpperCase','\x20hook','forEach','SJpQR','splice','getJestFailureReason','hookMetadata','xkIzF','stack-trace',',\x20hooksListLength=','bkdFU','Processing\x20','ucNyw','JestTestFramework','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','ERMEJ','171WvgetO','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','exports','getContext','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','../instances/trackedInstance.js','KEY_TEST_ENDED_AT','KEY_TEST_RESULT','VQDUb','trackEvent','find','UaVWx','error','KEY_HOOK_FAILURE_REASON','KEY_TEST_ATTACHMENTS','uuid',',\x20test_run_uuid=','\x20(testIdentifier),\x20result=','\x22\x20hook','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','length','rhJFt','qOpyG','getHooksForTest','KwZYN','UZimo','isJestInternalHook','mMHZv','ynEsj','NONE','KEY_TEST_FRAMEWORK_NAME','slice','tljkm','apply','map','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','TEST','toString','hookState','scopes','getAllPendingHookTestIds','../grpcClient','RIZju','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','xbVeJ','\x20-\x20testId:\x20',',\x20payload:\x20','wWBHi','eventJson','EoGGm','891680aObRPm','../TestInfo.js','args','\x20logs\x20for\x20testId:\x20',',\x20failureReason=','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','HUJwC','KEY_TEST_NAME','23230NoEooB','LOG_REPORT','dMjle','KEY_TEST_DURATION','isArray','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','rxVaf','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','KEY_TEST_RETRY_OF','delete','KEY_HOOK_NAME','KEY_TEST_META','pid','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','getId','641653yXYuya','hookData','KEY_TEST_UUID','\x20-\x20test_identifier=','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','util','KEY_HOOK_LAST_FINISHED','jWQcY','trackJestInstance:\x20instance\x20already\x20exists','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','KEY_HOOKS_FINISHED','SwctQ','ObriA','../instances/testFrameworkInstance.js','jQCeP'];a79_0x157d=function(){return _0x1481c6;};return a79_0x157d();}module[a79_0x1d1f9d(0x294)]=JestTestFramework;
1
+ const a79_0x1e61e9=a79_0x39c5;(function(_0x3e7fad,_0x5a1896){const _0x2f8285=a79_0x39c5,_0x8cc3a7=_0x3e7fad();while(!![]){try{const _0x82d6d1=parseInt(_0x2f8285(0x29c))/0x1+parseInt(_0x2f8285(0x2ae))/0x2+parseInt(_0x2f8285(0x278))/0x3*(parseInt(_0x2f8285(0x17c))/0x4)+-parseInt(_0x2f8285(0x12e))/0x5*(parseInt(_0x2f8285(0x1f4))/0x6)+parseInt(_0x2f8285(0x29b))/0x7*(-parseInt(_0x2f8285(0x226))/0x8)+parseInt(_0x2f8285(0x24f))/0x9+parseInt(_0x2f8285(0x263))/0xa*(parseInt(_0x2f8285(0x1bd))/0xb);if(_0x82d6d1===_0x5a1896)break;else _0x8cc3a7['push'](_0x8cc3a7['shift']());}catch(_0x14491b){_0x8cc3a7['push'](_0x8cc3a7['shift']());}}}(a79_0x5447,0x8b1d2));function a79_0x5447(){const _0x53621b=['hLtyw','uuid','isArray','trackEvent','MQRPF','set','logCreatedEvent',',\x20version=','VkxfQ','sdFRA','nsxKY','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','type',',\x20scope:\x20','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','QUSJK','LEcXs','pop','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','util',',\x20response=','trackHookEvent','KEY_AUTOMATE_SESSION_NAME','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','forEach','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','CewBs','match','from','xYhlr','asyncError','getJestFailureReason',',\x20screenshotLogs:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','createTestFrameworkEventPayload','\x20pending\x20hooks\x20for\x20testId:\x20','testId','duration',',\x20hookType=',',\x20payload:\x20','removePendingHooks','unknown','cbSel',',\x20hookUUID=','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','313423rvdxfJ','skip','testFrameworkVersion','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','AGrUe','kind','KEY_TEST_ID','ceil','message','has','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','KEY_TEST_UUID','hookAnalyticsId','getId',',\x20hook=','dQehl','resolveInstance','sbYyz','parent','hasPendingHooks','EcbdN','location','getTestFrameworksVersions','failed','../TestInfo.js','runHooks','hookMetadata','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','POST','Assert','test_run_id','KEY_TEST_META','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','keys','delete','isJestInternalHook','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','split','started_at','KEY_TEST_RESULT','exports','nQpRb','KEY_TEST_FAILURE','test_run_uuid','__workerDetails','BEFORE_ALL','browserstackPlatformIndex','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','hooks','ARLrc','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','lPANk','\x20logs\x20for\x20testId:\x20','KEY_HOOK_NAME','342jjVhWz',',\x20totalHooks=','KEY_HOOK_RESULT','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','parse','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','hzTbH','../../../helpers/test-observability/utils','endedAt','getTestFrameworks','DEFAULT_TEST_RESULT','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','reverse','kvWAS','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20',',\x20testId=','BBobn','KEY_TEST_SCOPE','error','QAEjD','parseJestTest','hookData','getJestFailureData','gpTUZ','DExQi','startsWith','faWaV','parseJestTestResult',',\x20hookState:\x20','Processing\x20',',\x20failureReason=','KEY_TEST_SCOPES','KEY_EVENT_STARTED_AT','length','ySFes','ROOT_DESCRIBE_BLOCK',',\x20target=',',\x20duration=','xmMSu','HqRuC','inspect','sendLogCreatedEvent','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','fcdVp','../cliUtils.js','hAQBV','wrLld',',\x20hooksListLength=','getJestFailureType','\x20(testIdentifier),\x20result=','8zqoqSA','lKvyS','getHooksForTest','setActiveHook','gOMDG','KLjKb',',\x20error:\x20','storePendingHook','KEY_HOOK_FAILURE_TYPE','getRootParentFile','get','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','duWFy','KEY_TEST_LOCATION',',\x20totalLogs:\x20','getJestTestIdentifier','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20',',\x20hook_run_uuid=',',\x20remainingHooks=','activeHooks','getCurrentInstanceName','NONE','JestTestFramework','VaxHX','body','\x20to\x20','map','KEY_TEST_TAGS','KEY_HOOKS_STARTED','name','getInstance','KLpfd','Stored\x20pending\x20hook\x20for\x20testId:\x20','status','testFrameworkState','event_ended_at','\x20for\x20testId:\x20','addPendingHook','finished_at','slice','7652781qqWMxr','KKBWw','ZlZvD','getActiveHook','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','RmRcl',',\x20currentTestId:\x20',',\x20filePath=','maxArrayLength','KEY_HOOK_ID','../instances/trackedInstance.js','getThreadId','dshum','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','KEY_HOOK_LOGS','hook_id','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','executionContext','code','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','200AkrmtE','getJestTestName','SeaXL','errorsDetailed','SmZPe','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','HNFUs','hookState','KEY_TEST_RETRY_OF','rCAPv','filePath','AssertionError','PRE','LOG_REPORT','bgkiY','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','VBPHr','../../../helpers/classLogger.js','../state/hookState.js','KEY_TEST_FRAMEWORK_VERSION',',\x20state:\x20','8817snnUdd',',\x20test_run_uuid=','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20',',\x20hookData=','KAvrl','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','scope','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','testFrameworkName',',\x20scopes=','KEY_HOOK_FAILURE_REASON','kbGKL','\x20screenshot\x20logs\x20for\x20testId:\x20','depth','../../../helpers/helper.js','IwnJH','kQUhm','JsSCP','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','args','yILTM','iNTPK','ypuBe',',\x20totalBatches:\x20',',\x20filePath:\x20','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','toUpperCase','KEY_TEST_RESULT_AT','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','startedAt','DEFAULT_HOOK_RESULT',',\x20consoleLogs:\x20','result','pid','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','6756309KAEsIu','81997AEBXSc','toISOString','bxnQA','Error\x20in\x20createTestFrameworkEventPayload:\x20','file_name','mRIrJ','iWdGH','KEY_HOOK_LAST_FINISHED','hook_run_uuid','join','oONKP','scopes','XCkhx','platformIndex','vvtUT','\x22\x20hook','XLPmX','hook_type','909774buMtnJ','vKwBK','title','trackJestInstance','test','eventJson','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','test_identifier','KEY_TEST_NAME','KEY_LOGS','FZjCa','ZYWEA','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','mapTestHooks','setTrackedInstance','49655qqZGAS','missing','warn','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','\x20files',',\x20failureType=',',\x20exception=','none',',\x20platformIndex:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','parallelIndex','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','getPendingHooks','retryOf','qxUbG','IYWNl',':testAnalyticsId','KEY_TEST_FAILURE_TYPE','includes','format','irwCF','CoVXY','KEY_HOOKS_FINISHED','substr','TEST','KEY_TEST_STARTED_AT','instance','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=',',\x20storing\x20as\x20pending\x20hook','processPendingHooks','TnjQn','\x20-\x20testId:\x20','stringify','push','splice',',\x20testFramework=','failure_reason',',\x20attachmentLogs:\x20','KEY_TEST_ATTACHMENTS','DMJNc','KEY_TEST_FILE_PATH','beforeAll','originalTest','KEY_CUSTOM_TAGS','KEY_HOOK_LAST_STARTED','filter',',\x20hookId=','\x20&\x20hookState=','dIMOX',',\x20result=','KEY_TEST_FRAMEWORK_NAME','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','./constants/testFrameworkConstants.js','trackJestInstance:\x20instance\x20already\x20exists','addMultipleEntries','getJestTestTags','pWvNy','getProcessId','passed','substring','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','../grpcClient','ZluOf','KEY_EVENT_ENDED_AT','hookType','getTrackedInstance','BRqcT','cIPkC','testData','rSRkN','cKgmt','Unknown\x20Test','jRTYs','VtVpn',',\x20messageLength=','KEY_TEST_ENDED_AT','TEST_SCREENSHOT','toString','196CTmDrx','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','getAllData','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','hookUUID','debug','UnhandledError','findIndex','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','trackJestInstance:\x20created\x20instance\x20for\x20target=','../../../helpers/stackFrameUtils','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','getContext','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=',',\x20hookState=','tags','replace'];a79_0x5447=function(){return _0x53621b;};return a79_0x5447();}function a79_0x39c5(_0x3cd8cf,_0x5391bd){const _0x544747=a79_0x5447();return a79_0x39c5=function(_0x39c57c,_0x34cdb8){_0x39c57c=_0x39c57c-0x12d;let _0x5d21bd=_0x544747[_0x39c57c];return _0x5d21bd;},a79_0x39c5(_0x3cd8cf,_0x5391bd);}const TestFramework=require('./testFramework'),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a79_0x1e61e9(0x275)),{createClassLogger}=require(a79_0x1e61e9(0x274)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a79_0x1e61e9(0x220)),TrackedInstance=require(a79_0x1e61e9(0x259)),TestFrameworkConstants=require(a79_0x1e61e9(0x162)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a79_0x1e61e9(0x286)),{isInternalHook}=require(a79_0x1e61e9(0x1fb)),logger=createClassLogger(a79_0x1e61e9(0x23d)),{v4:uuidv4}=require(a79_0x1e61e9(0x190)),util=require(a79_0x1e61e9(0x1a3)),TestInfo=require(a79_0x1e61e9(0x1d6)),GrpcClient=require(a79_0x1e61e9(0x16b)),stackTrace=require('stack-trace'),{pickUserFrameFile}=require(a79_0x1e61e9(0x187));class JestTestFramework extends TestFramework{constructor(_0x7eaccc,_0x26a99e,_0x276edb){const _0x12f4de=a79_0x1e61e9;super(_0x7eaccc,_0x26a99e,_0x276edb),this[_0x12f4de(0x23a)]=new Map();}[a79_0x1e61e9(0x229)](_0x328aa6,_0x3508f1,_0xedf6ea){const _0x1773ab=a79_0x1e61e9,_0x5c6df0={};_0x5c6df0[_0x1773ab(0x2a2)]=function(_0x4c5eb7,_0x462bc1){return _0x4c5eb7||_0x462bc1;};const _0x2dfcc6=_0x5c6df0;if(_0x2dfcc6[_0x1773ab(0x2a2)](!_0x328aa6,!_0x3508f1)){logger[_0x1773ab(0x130)]('[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x328aa6+_0x1773ab(0x1bb)+_0x3508f1);return;}!this['activeHooks'][_0x1773ab(0x1c7)](_0x328aa6)&&this[_0x1773ab(0x23a)][_0x1773ab(0x194)](_0x328aa6,[]);const _0x2dbf8a={'hookUUID':_0x3508f1,'hookType':_0xedf6ea,'startedAt':new Date()[_0x1773ab(0x29d)]()};this[_0x1773ab(0x23a)][_0x1773ab(0x230)](_0x328aa6)[_0x1773ab(0x14f)](_0x2dbf8a),logger[_0x1773ab(0x182)]('[JestTestFramework]\x20setActiveHook:\x20testIdentifier='+_0x328aa6+_0x1773ab(0x1bb)+_0x3508f1+_0x1773ab(0x1b6)+_0xedf6ea+_0x1773ab(0x1f5)+this[_0x1773ab(0x23a)][_0x1773ab(0x230)](_0x328aa6)[_0x1773ab(0x215)]);}['removeActiveHook'](_0x4f2364,_0x548cc7){const _0x548854=a79_0x1e61e9,_0x211f68={};_0x211f68[_0x548854(0x28d)]=function(_0x2a9a22,_0x1da5b0){return _0x2a9a22||_0x1da5b0;},_0x211f68[_0x548854(0x19f)]=function(_0x40839c,_0x234d67){return _0x40839c!==_0x234d67;},_0x211f68[_0x548854(0x26c)]=function(_0x15edc2,_0x2fe956){return _0x15edc2===_0x2fe956;};const _0x1f0141=_0x211f68;if(_0x1f0141['iNTPK'](!_0x4f2364,!_0x548cc7)){logger[_0x548854(0x130)](_0x548854(0x27d)+_0x4f2364+',\x20hookUUID='+_0x548cc7);return;}if(this[_0x548854(0x23a)][_0x548854(0x1c7)](_0x4f2364)){const _0x39ebab=this[_0x548854(0x23a)][_0x548854(0x230)](_0x4f2364),_0x5bf380=_0x39ebab[_0x548854(0x184)](_0xb3843d=>_0xb3843d['hookUUID']===_0x548cc7);_0x1f0141[_0x548854(0x19f)](_0x5bf380,-0x1)?(_0x39ebab[_0x548854(0x150)](_0x5bf380,0x1),logger[_0x548854(0x182)]('[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier='+_0x4f2364+_0x548854(0x1bb)+_0x548cc7+_0x548854(0x239)+_0x39ebab['length']),_0x1f0141['rCAPv'](_0x39ebab[_0x548854(0x215)],0x0)&&this[_0x548854(0x23a)][_0x548854(0x1e0)](_0x4f2364)):logger[_0x548854(0x182)](_0x548854(0x18b)+_0x4f2364+_0x548854(0x1bb)+_0x548cc7);}}[a79_0x1e61e9(0x252)](_0x2a0d42){const _0x26de38=a79_0x1e61e9,_0x1a68cf={};_0x1a68cf[_0x26de38(0x227)]=function(_0x49a2cd,_0x54af2c){return _0x49a2cd>_0x54af2c;},_0x1a68cf['TBpyl']=function(_0x350f2a,_0x6edc){return _0x350f2a-_0x6edc;};const _0x3f5d7a=_0x1a68cf;if(!_0x2a0d42)return null;if(this[_0x26de38(0x23a)]['has'](_0x2a0d42)){const _0x43d556=this['activeHooks'][_0x26de38(0x230)](_0x2a0d42);if(_0x3f5d7a[_0x26de38(0x227)](_0x43d556[_0x26de38(0x215)],0x0)){const _0x40d9f7=_0x43d556[_0x3f5d7a['TBpyl'](_0x43d556[_0x26de38(0x215)],0x1)];return logger[_0x26de38(0x182)](_0x26de38(0x1ff)+_0x2a0d42+',\x20hookUUID='+_0x40d9f7[_0x26de38(0x181)]+_0x26de38(0x1b6)+_0x40d9f7[_0x26de38(0x16e)]),_0x40d9f7;}}return null;}async['trackEvent'](_0x3230ce,_0x2986b6,_0xf5f595={}){const _0x2468e1=a79_0x1e61e9,_0x4600cf={};_0x4600cf[_0x2468e1(0x287)]='[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found',_0x4600cf[_0x2468e1(0x207)]=function(_0xf1f29c,_0x414094){return _0xf1f29c===_0x414094;},_0x4600cf[_0x2468e1(0x198)]=function(_0x40fe83,_0x2e5429){return _0x40fe83||_0x2e5429;},_0x4600cf[_0x2468e1(0x273)]=_0x2468e1(0x1ed),_0x4600cf[_0x2468e1(0x2b8)]=function(_0x5a0de0,_0x16cc30){return _0x5a0de0===_0x16cc30;};const _0x1544d6=_0x4600cf;logger[_0x2468e1(0x182)](_0x2468e1(0x25c)+_0x3230ce+_0x2468e1(0x18c)+_0x2986b6+',\x20argsKeys='+Object[_0x2468e1(0x1df)](_0xf5f595)[_0x2468e1(0x2a5)](',')),await super[_0x2468e1(0x192)](_0x3230ce,_0x2986b6,_0xf5f595);const _0x6fa2bb=this[_0x2468e1(0x1ce)](_0x3230ce,_0x2986b6,_0xf5f595);if(!_0x6fa2bb){logger[_0x2468e1(0x182)](_0x1544d6[_0x2468e1(0x287)]);return;}try{let _0x23637f,_0x391d18,_0x3915ec;switch(_0x3230ce){case TestFrameworkState[_0x2468e1(0x146)]:_0x23637f=_0xf5f595[_0x2468e1(0x2b2)];const _0x8f8fca={};_0x8f8fca[_0x2468e1(0x285)]=0x2,_0x8f8fca[_0x2468e1(0x257)]=0x3,logger[_0x2468e1(0x182)](_0x2468e1(0x161)+_0x2986b6+',\x20testData='+util[_0x2468e1(0x21c)](_0x23637f,_0x8f8fca)),_0x3915ec=this['getJestTestIdentifier'](_0x23637f),_0x391d18=null,logger[_0x2468e1(0x182)](_0x2468e1(0x1e2)+_0x3915ec+'\x20(testIdentifier)');if(_0x1544d6[_0x2468e1(0x207)](_0x2986b6,HookState[_0x2468e1(0x26f)])){logger[_0x2468e1(0x182)](_0x2468e1(0x1a7)+_0x3915ec);const _0x506fc7={};_0x506fc7['testUUID']=_0x391d18,_0x506fc7[_0x2468e1(0x172)]=_0x23637f,_0x506fc7[_0x2468e1(0x1b4)]=_0x3915ec;const _0xacdd8d=this[_0x2468e1(0x208)](_0x506fc7),_0x54c19e={};_0x54c19e['depth']=0x2,_0x54c19e[_0x2468e1(0x257)]=0x3,logger[_0x2468e1(0x182)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20'+util[_0x2468e1(0x21c)](_0xacdd8d,_0x54c19e)),_0x6fa2bb[_0x2468e1(0x164)](_0xacdd8d),logger[_0x2468e1(0x182)](_0x2468e1(0x18a)+_0x3915ec),await this[_0x2468e1(0x14b)](_0x6fa2bb,_0x3915ec);}else{if(_0x1544d6[_0x2468e1(0x207)](_0x2986b6,HookState[_0x2468e1(0x1da)])){logger[_0x2468e1(0x182)](_0x2468e1(0x1c0)+_0x3915ec);const _0x3a0b84=_0x6fa2bb[_0x2468e1(0x17e)]()[_0x2468e1(0x230)](_0x3915ec);logger[_0x2468e1(0x182)](_0x2468e1(0x137)+util['inspect'](Object['keys'](_0x1544d6[_0x2468e1(0x198)](_0x3a0b84,{}))));_0x3a0b84&&_0x3a0b84[TestFrameworkConstants[_0x2468e1(0x154)]]?logger['debug'](_0x2468e1(0x231)+Object[_0x2468e1(0x1df)](_0x3a0b84[TestFrameworkConstants[_0x2468e1(0x154)]])[_0x2468e1(0x215)]+_0x2468e1(0x132)):logger[_0x2468e1(0x182)](_0x1544d6['VBPHr']);const _0x41ebbd=_0xf5f595[_0x2468e1(0x158)]||null,_0x1d8bb0={};_0x1d8bb0['testUUID']=_0x391d18,_0x1d8bb0[_0x2468e1(0x172)]=_0x23637f,_0x1d8bb0['testId']=_0x3915ec,_0x1d8bb0[_0x2468e1(0x158)]=_0x41ebbd;const _0x38446d=this[_0x2468e1(0x20f)](_0x1d8bb0),_0x4643b9={};_0x4643b9[_0x2468e1(0x285)]=0x2,_0x4643b9[_0x2468e1(0x257)]=0x3,logger[_0x2468e1(0x182)](_0x2468e1(0x202)+util['inspect'](_0x38446d,_0x4643b9)),_0x6fa2bb[_0x2468e1(0x164)](_0x38446d),logger[_0x2468e1(0x182)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20'+_0x3915ec),await this['processPendingHooks'](_0x6fa2bb,_0x3915ec);}}break;case TestFrameworkState[_0x2468e1(0x270)]:if(_0x1544d6['FZjCa'](_0x2986b6,HookState[_0x2468e1(0x1da)])){const _0x25e319={};_0x25e319[_0x2468e1(0x285)]=0x2,logger[_0x2468e1(0x182)]('[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20'+util[_0x2468e1(0x21c)](_0xf5f595,_0x25e319)),await this[_0x2468e1(0x21d)](_0x6fa2bb,_0x3230ce,_0xf5f595);}break;default:if(CLIUtils['matchHookRegex'](_0x3230ce[_0x2468e1(0x17b)]()[_0x2468e1(0x1e3)]('.')[0x1])){const _0x5e1073={};_0x5e1073[_0x2468e1(0x285)]=0x2,_0x5e1073[_0x2468e1(0x257)]=0x3,logger[_0x2468e1(0x182)](_0x2468e1(0x253)+_0x3230ce+',\x20hookState='+_0x2986b6+_0x2468e1(0x27b)+util[_0x2468e1(0x21c)](_0xf5f595[_0x2468e1(0x209)],_0x5e1073));const _0x4a40d9=await this[_0x2468e1(0x1a5)](_0x6fa2bb,_0x3230ce,_0x2986b6,_0xf5f595),_0x9f202e={};_0x9f202e[_0x2468e1(0x285)]=0x2,_0x9f202e[_0x2468e1(0x257)]=0x3,logger[_0x2468e1(0x182)](_0x2468e1(0x131)+util[_0x2468e1(0x21c)](_0x4a40d9,_0x9f202e)),_0x6fa2bb[_0x2468e1(0x164)](_0x4a40d9);}else logger[_0x2468e1(0x182)](_0x2468e1(0x17d)+_0x3230ce+_0x2468e1(0x15d)+_0x2986b6);break;}logger[_0x2468e1(0x182)](_0x2468e1(0x29a)+_0x3230ce+_0x2468e1(0x18c)+_0x2986b6);}catch(_0x3d03f8){logger['error'](_0x2468e1(0x1c1)+_0x3230ce+_0x2468e1(0x18c)+_0x2986b6+_0x2468e1(0x134)+util['format'](_0x3d03f8));}_0xf5f595['instance']=_0x6fa2bb,await this['runHooks'](_0x6fa2bb,_0x3230ce,_0x2986b6,_0xf5f595);}[a79_0x1e61e9(0x235)](_0x53b3c6){const _0x2cf13b=a79_0x1e61e9,_0x329d31={};_0x329d31[_0x2cf13b(0x246)]=_0x2cf13b(0x1c8);const _0x1f838c=_0x329d31;if(_0x53b3c6&&(_0x53b3c6['id']||_0x53b3c6[_0x2cf13b(0x190)])){const _0x166f71=_0x53b3c6['id']||_0x53b3c6[_0x2cf13b(0x190)];return logger[_0x2cf13b(0x182)](_0x2cf13b(0x272)+_0x166f71+'\x22\x20from\x20testData'),_0x166f71;}return logger[_0x2cf13b(0x182)](_0x1f838c['KLpfd']),process[_0x2cf13b(0x299)]+_0x2cf13b(0x13e);}['resolveInstance'](_0x2e3785,_0x401260,_0x46f1d5={}){const _0x5875a4=a79_0x1e61e9;let _0x1d0d94=null;return _0x1d0d94=TestFramework[_0x5875a4(0x16f)](),!_0x1d0d94?(logger[_0x5875a4(0x182)]('[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state='+_0x2e3785),this[_0x5875a4(0x2b1)](_0x2e3785,_0x46f1d5),_0x1d0d94=TestFramework['getTrackedInstance'](),logger[_0x5875a4(0x182)](_0x5875a4(0x236)+!!_0x1d0d94+',\x20contextId='+_0x1d0d94?.[_0x5875a4(0x189)]()?.[_0x5875a4(0x1cb)]())):logger['debug']('[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId='+_0x1d0d94[_0x5875a4(0x189)]()?.[_0x5875a4(0x1cb)]()),_0x1d0d94;}[a79_0x1e61e9(0x2b1)](_0xda81d7,_0x10e70f){const _0x2c46e0=a79_0x1e61e9,_0x37e805={};_0x37e805[_0x2c46e0(0x27c)]=_0x2c46e0(0x163);const _0x120f6c=_0x37e805;if(TestFramework[_0x2c46e0(0x16f)]()){logger[_0x2c46e0(0x182)](_0x120f6c[_0x2c46e0(0x27c)]);return;}const _0x3cbcc7=CLIUtils[_0x2c46e0(0x23b)](),_0x1ba5b5=TrackedInstance['createContext'](_0x3cbcc7);let _0xebbdbf=null;logger[_0x2c46e0(0x182)](_0x2c46e0(0x186)+_0x3cbcc7+',\x20state='+_0xda81d7),_0xebbdbf=new TestFrameworkInstance(_0x1ba5b5,this[_0x2c46e0(0x1fd)](),this[_0x2c46e0(0x1d4)](),_0xda81d7,HookState[_0x2c46e0(0x23c)]),TestFramework[_0x2c46e0(0x12d)](_0x1ba5b5,_0xebbdbf),logger[_0x2c46e0(0x182)]('[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId='+_0x1ba5b5[_0x2c46e0(0x1cb)]()+_0x2c46e0(0x218)+_0x3cbcc7+_0x2c46e0(0x151)+this['getTestFrameworks']()[0x0]+_0x2c46e0(0x196)+this[_0x2c46e0(0x1d4)]()[this[_0x2c46e0(0x1fd)]()[0x0]]);}['parseJestTest'](_0x287fd2){const _0x158d33=a79_0x1e61e9,_0x4241f1={};_0x4241f1[_0x158d33(0x13d)]=function(_0x2a8662,_0x29859e){return _0x2a8662||_0x29859e;},_0x4241f1[_0x158d33(0x20c)]=_0x158d33(0x294);const _0x205a37=_0x4241f1,{testUUID:_0xe5023f,testData:_0x331279,testId:_0x394515}=_0x287fd2;if(_0x205a37['IYWNl'](!_0x331279,!_0x394515))return logger[_0x158d33(0x182)](_0x205a37[_0x158d33(0x20c)]),{};const _0x4ef950=this[_0x158d33(0x1fd)]()[0x0],_0x49a462=this[_0x158d33(0x1d4)](),_0x1e2128={};_0x1e2128[_0x158d33(0x285)]=0x2,_0x1e2128[_0x158d33(0x257)]=0x3,logger['debug'](_0x158d33(0x1f7)+util['inspect'](_0x331279,_0x1e2128));const _0x546c8a=_0x331279?.[_0x158d33(0x2a7)]||[],_0x50d7f1=this['getJestTestName'](_0x331279),_0x186929=this['getJestTestFilePath'](_0x331279),_0xa930e3=_0x331279['fn']?_0x331279['fn'][_0x158d33(0x17b)]():_0x331279?.[_0x158d33(0x23f)]?_0x331279['body'][_0x158d33(0x261)][_0x158d33(0x17b)]():null,_0x20fbb4=this[_0x158d33(0x165)](_0x331279),_0x183ab5={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x4ef950,[TestFrameworkConstants[_0x158d33(0x276)]]:_0x49a462[_0x4ef950],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x158d33(0x144)]]:{},[TestFrameworkConstants[_0x158d33(0x243)]]:{},[TestFrameworkConstants[_0x158d33(0x1e5)]]:TestFrameworkConstants[_0x158d33(0x1fe)],[TestFrameworkConstants[_0x158d33(0x1a6)]]:_0x50d7f1,[TestFrameworkConstants[_0x158d33(0x156)]]:_0x186929,[TestFrameworkConstants[_0x158d33(0x1c4)]]:_0x394515,[TestFrameworkConstants[_0x158d33(0x2b6)]]:_0x50d7f1,[TestFrameworkConstants[_0x158d33(0x233)]]:_0x186929,[TestFrameworkConstants['KEY_TEST_CODE']]:_0xa930e3,[TestFrameworkConstants[_0x158d33(0x242)]]:_0x20fbb4,[TestFrameworkConstants[_0x158d33(0x147)]]:_0x331279[_0x158d33(0x1e4)]||new Date()[_0x158d33(0x29d)](),[TestFrameworkConstants[_0x158d33(0x205)]]:_0x546c8a[0x0]||'',[TestFrameworkConstants[_0x158d33(0x213)]]:_0x546c8a,[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x50d7f1,[TestFrameworkConstants[_0x158d33(0x159)]]:{},[TestFrameworkConstants[_0x158d33(0x1dd)]]:{}};_0x331279[_0x158d33(0x13b)]&&(_0x183ab5[TestFrameworkConstants[_0x158d33(0x26b)]]=_0x331279[_0x158d33(0x13b)]);logger[_0x158d33(0x182)](_0x158d33(0x180)+_0x50d7f1+_0x158d33(0x203)+_0x394515+'\x20(testIdentifier),\x20tags='+JSON[_0x158d33(0x14e)](_0x20fbb4)+_0x158d33(0x281)+util['inspect'](_0x546c8a)+_0x158d33(0x256)+_0x186929);const _0xd45108={};return _0xd45108[_0x394515]=_0x183ab5,_0xd45108;}[a79_0x1e61e9(0x20f)](_0x59a56d){const _0x4acb5e=a79_0x1e61e9,_0x5f55a7={'vKwBK':function(_0x5b4cfc,_0x49bdb3){return _0x5b4cfc===_0x49bdb3;},'bxnQA':'afterAll','RbyIM':function(_0x561fb1,_0x1bed44){return _0x561fb1===_0x1bed44;},'ySFes':_0x4acb5e(0x157),'KLjKb':'ALL','pWvNy':'_ALL','dIMOX':function(_0x39e48f,_0x3ddbfe){return _0x39e48f||_0x3ddbfe;},'AGrUe':_0x4acb5e(0x19b),'nQpRb':function(_0x1c299f,_0x56e7e6){return _0x1c299f||_0x56e7e6;},'gpTUZ':_0x4acb5e(0x1b9),'hzTbH':function(_0x23f591,_0x5460de){return _0x23f591>_0x5460de;},'oONKP':_0x4acb5e(0x1d5),'VkxfQ':function(_0x4d19c2,_0x48cbdc){return _0x4d19c2===_0x48cbdc;},'cKgmt':_0x4acb5e(0x1be),'nsxKY':'skipped','BBobn':_0x4acb5e(0x168),'XLPmX':function(_0x482d16,_0x1c9e61){return _0x482d16!==_0x1c9e61;},'fcdVp':function(_0x980319,_0x267e02,_0x26a779,_0x4fa7fe){return _0x980319(_0x267e02,_0x26a779,_0x4fa7fe);},'hLtyw':function(_0x44955c,_0x34afd2){return _0x44955c>_0x34afd2;},'faWaV':function(_0x1f6086,_0x455dc0){return _0x1f6086>_0x455dc0;},'cIPkC':_0x4acb5e(0x19a),'aYQtI':function(_0x108e34,_0x280dd5){return _0x108e34===_0x280dd5;}},{testUUID:_0x51ac28,testData:_0x486210,testId:_0x29ebb4}=_0x59a56d;if(_0x5f55a7[_0x4acb5e(0x15e)](!_0x486210,!_0x29ebb4))return logger[_0x4acb5e(0x182)](_0x5f55a7[_0x4acb5e(0x1c2)]),{};const _0x5c3056=this[_0x4acb5e(0x1ce)](TestFrameworkState[_0x4acb5e(0x146)],HookState[_0x4acb5e(0x1da)]),_0x450f0e=_0x5c3056[_0x4acb5e(0x17e)]()[_0x4acb5e(0x230)](_0x29ebb4),_0x1d3e0b=_0x5f55a7[_0x4acb5e(0x1e7)](_0x450f0e,{}),_0x1d6cf4=_0x1d3e0b?_0x1d3e0b[TestFrameworkConstants[_0x4acb5e(0x159)]]||{}:{},_0x664f91=_0x1d3e0b[TestFrameworkConstants[_0x4acb5e(0x154)]];logger[_0x4acb5e(0x182)](_0x4acb5e(0x268)+(_0x664f91?Object['keys'](_0x664f91)[_0x4acb5e(0x215)]:0x0)+'\x20attachments');let _0x1b6355=_0x5f55a7[_0x4acb5e(0x20b)];if(_0x486210[_0x4acb5e(0x298)])_0x1b6355=_0x486210[_0x4acb5e(0x298)];else{if(_0x486210['errorsDetailed']&&_0x5f55a7[_0x4acb5e(0x1fa)](_0x486210[_0x4acb5e(0x266)][_0x4acb5e(0x215)],0x0))_0x1b6355=_0x5f55a7['oONKP'];else _0x5f55a7['VkxfQ'](_0x486210[_0x4acb5e(0x248)],_0x5f55a7[_0x4acb5e(0x174)])||_0x5f55a7['VkxfQ'](_0x486210[_0x4acb5e(0x248)],_0x5f55a7[_0x4acb5e(0x199)])?_0x1b6355=_0x5f55a7[_0x4acb5e(0x199)]:_0x1b6355=_0x5f55a7[_0x4acb5e(0x204)];}const _0x31a2f3={..._0x1d3e0b,[TestFrameworkConstants[_0x4acb5e(0x1e5)]]:_0x1b6355,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x486210['finished_at']||new Date()[_0x4acb5e(0x29d)](),[TestFrameworkConstants[_0x4acb5e(0x293)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x4acb5e(0x159)]]:_0x1d6cf4,[TestFrameworkConstants[_0x4acb5e(0x2b7)]]:_0x1d3e0b[TestFrameworkConstants[_0x4acb5e(0x2b7)]]||[],[TestFrameworkConstants['KEY_TEST_META']]:{}};if(_0x5f55a7[_0x4acb5e(0x197)](_0x1b6355,_0x5f55a7[_0x4acb5e(0x2a6)])&&_0x486210[_0x4acb5e(0x266)]){const _0x286489=this[_0x4acb5e(0x1af)](_0x486210),_0x44186e=this['getJestFailureType'](_0x486210),_0x54d257=this[_0x4acb5e(0x20a)](_0x486210);_0x31a2f3[TestFrameworkConstants[_0x4acb5e(0x13f)]]=_0x44186e,_0x31a2f3[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x286489,_0x31a2f3[TestFrameworkConstants[_0x4acb5e(0x1e8)]]=_0x54d257;}_0x5f55a7[_0x4acb5e(0x2ac)](_0x486210[_0x4acb5e(0x1b5)],undefined)&&(_0x31a2f3[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x486210[_0x4acb5e(0x1b5)]);_0x486210[_0x4acb5e(0x13b)]&&(_0x31a2f3[TestFrameworkConstants[_0x4acb5e(0x26b)]]=_0x486210['retryOf']);const _0x27a52c=_0x450f0e?_0x450f0e[TestFrameworkConstants[_0x4acb5e(0x154)]]||{}:{},_0x15af81=_0x450f0e?_0x450f0e[TestFrameworkConstants[_0x4acb5e(0x1c9)]]:_0x51ac28,_0x45328d=_0x5f55a7[_0x4acb5e(0x21f)](getManualUploadLogs,_0x27a52c,_0x15af81,_0x29ebb4);if(_0x5f55a7[_0x4acb5e(0x18f)](_0x45328d[_0x4acb5e(0x215)],0x0)){const _0x53515a=_0x31a2f3[TestFrameworkConstants[_0x4acb5e(0x2b7)]]||[];_0x31a2f3[TestFrameworkConstants[_0x4acb5e(0x2b7)]]=[..._0x53515a,..._0x45328d];}const _0x1a72b3=_0x1d3e0b[TestFrameworkConstants[_0x4acb5e(0x144)]]||{},_0x1af624=_0x1d3e0b[TestFrameworkConstants[_0x4acb5e(0x243)]]||{},_0x3ee42f={..._0x1a72b3},_0x32f31c=_0x3ee42f;Object[_0x4acb5e(0x1df)](_0x1af624)[_0x4acb5e(0x1a8)](_0x472267=>{const _0x259ab1=_0x4acb5e;!_0x32f31c[_0x472267]&&(_0x32f31c[_0x472267]=[]);const _0x3d7146=new Set((_0x32f31c[_0x472267]||[])[_0x259ab1(0x241)](_0x1fe845=>_0x1fe845[TestFrameworkConstants['KEY_HOOK_ID']]||_0x1fe845['hook_id']));(_0x1af624[_0x472267]||[])[_0x259ab1(0x1a8)](_0x414c81=>{const _0x317eeb=_0x259ab1,_0x2ab392=_0x414c81[TestFrameworkConstants[_0x317eeb(0x258)]]||_0x414c81[_0x317eeb(0x25e)];if(!_0x3d7146[_0x317eeb(0x1c7)](_0x2ab392)){const _0x89826e={..._0x414c81},_0x158f59=_0x89826e;!_0x158f59[TestFrameworkConstants[_0x317eeb(0x16d)]]&&!_0x158f59[_0x317eeb(0x24a)]&&(_0x158f59[TestFrameworkConstants[_0x317eeb(0x16d)]]=new Date()['toISOString']()),!_0x158f59[TestFrameworkConstants[_0x317eeb(0x1f6)]]&&!_0x158f59['hook_result']&&(_0x158f59[TestFrameworkConstants[_0x317eeb(0x1f6)]]=TestFrameworkConstants[_0x317eeb(0x296)]),_0x32f31c[_0x472267][_0x317eeb(0x14f)](_0x158f59);}});});if(_0x59a56d[_0x4acb5e(0x158)]){this[_0x4acb5e(0x2bb)](_0x59a56d[_0x4acb5e(0x158)]);const _0x590ca6=this['buildHookMapFromTest'](_0x59a56d[_0x4acb5e(0x158)]),_0x2db23c=this['getHooksForTest'](_0x59a56d['originalTest']);_0x2db23c['forEach'](_0x30cd25=>{const _0x1d4090=_0x4acb5e,_0x4a55c9=_0x590ca6[_0x1d4090(0x230)](_0x30cd25);if(_0x4a55c9&&(_0x5f55a7[_0x1d4090(0x2af)](_0x4a55c9[_0x1d4090(0x19c)],_0x5f55a7[_0x1d4090(0x29e)])||_0x5f55a7['RbyIM'](_0x4a55c9[_0x1d4090(0x19c)],_0x5f55a7[_0x1d4090(0x216)]))){const _0x175d79=_0x4a55c9['type'][_0x1d4090(0x292)]()[_0x1d4090(0x18e)](_0x5f55a7[_0x1d4090(0x22b)],_0x5f55a7[_0x1d4090(0x166)]),_0x2707f5=_0x175d79;!_0x32f31c[_0x2707f5]&&(_0x32f31c[_0x2707f5]=[]);const _0xdb79d8=_0x32f31c[_0x2707f5]['find'](_0x426242=>(_0x426242[TestFrameworkConstants['KEY_HOOK_ID']]||_0x426242[_0x1d4090(0x25e)])===_0x30cd25);!_0xdb79d8&&_0x32f31c[_0x2707f5]['push']({'key':_0x2707f5,[TestFrameworkConstants[_0x1d4090(0x258)]]:_0x30cd25,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0x1d4090(0x296)],[TestFrameworkConstants[_0x1d4090(0x214)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x1d4090(0x16d)]]:new Date()[_0x1d4090(0x29d)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x1d4090(0x1f3)]]:_0x4a55c9[_0x1d4090(0x244)]||_0x4a55c9[_0x1d4090(0x19c)]+'\x20hook',[TestFrameworkConstants[_0x1d4090(0x159)]]:_0x1d6cf4});}});}if(_0x486210[_0x4acb5e(0x1ee)]&&_0x5f55a7[_0x4acb5e(0x20e)](_0x486210[_0x4acb5e(0x1ee)][_0x4acb5e(0x215)],0x0))_0x31a2f3[TestFrameworkConstants[_0x4acb5e(0x144)]]=_0x486210['hooks'],logger[_0x4acb5e(0x182)](_0x5f55a7[_0x4acb5e(0x171)]);else _0x5f55a7['hzTbH'](Object['keys'](_0x32f31c)[_0x4acb5e(0x215)],0x0)&&(_0x31a2f3[TestFrameworkConstants[_0x4acb5e(0x144)]]=_0x32f31c,logger['debug'](_0x4acb5e(0x1de)+Object['keys'](_0x32f31c)[_0x4acb5e(0x2a5)](',')));const _0x50d3bc=this[_0x4acb5e(0x264)](_0x486210);logger['debug']('[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName='+_0x50d3bc+',\x20testId='+_0x29ebb4+_0x4acb5e(0x225)+_0x1b6355+_0x4acb5e(0x219)+_0x486210['duration']);_0x5f55a7['aYQtI'](_0x1b6355,_0x5f55a7[_0x4acb5e(0x2a6)])&&logger['debug'](_0x4acb5e(0x25f)+_0x29ebb4+_0x4acb5e(0x133)+_0x31a2f3[TestFrameworkConstants[_0x4acb5e(0x13f)]]+',\x20failureReason='+_0x31a2f3[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]?.[_0x4acb5e(0x169)](0x0,0xc8));const _0x5d4caf={};return _0x5d4caf[_0x29ebb4]=_0x31a2f3,_0x5d4caf;}['getJestTestScopes'](_0x531f84){const _0x1b3019=a79_0x1e61e9,_0x2a7c49={};_0x2a7c49[_0x1b3019(0x1a0)]=function(_0x341f03,_0x525087){return _0x341f03!==_0x525087;},_0x2a7c49[_0x1b3019(0x1cd)]=function(_0x3cb3ad,_0x2a2283){return _0x3cb3ad!==_0x2a2283;},_0x2a7c49[_0x1b3019(0x289)]=_0x1b3019(0x217);const _0x25095b=_0x2a7c49,_0x11ab25={};_0x11ab25[_0x1b3019(0x285)]=0x2,_0x11ab25[_0x1b3019(0x257)]=0x3,logger[_0x1b3019(0x182)](_0x1b3019(0x27f)+util[_0x1b3019(0x21c)](_0x531f84,_0x11ab25));const _0x4e8936=[];if(_0x531f84&&_0x531f84[_0x1b3019(0x1d0)]){let _0x2d464d=_0x531f84[_0x1b3019(0x1d0)];while(_0x2d464d&&_0x2d464d[_0x1b3019(0x244)]&&_0x25095b[_0x1b3019(0x1a0)](_0x2d464d[_0x1b3019(0x244)],'')&&_0x25095b[_0x1b3019(0x1cd)](_0x2d464d['name'],_0x25095b['JsSCP'])){_0x4e8936[_0x1b3019(0x14f)](_0x2d464d[_0x1b3019(0x244)]),_0x2d464d=_0x2d464d[_0x1b3019(0x1d0)];}}return _0x4e8936[_0x1b3019(0x200)]();}[a79_0x1e61e9(0x264)](_0x3788be){const _0x344b47=a79_0x1e61e9,_0x3a422e={};_0x3a422e[_0x344b47(0x170)]=_0x344b47(0x175);const _0x49ae2b=_0x3a422e;if(_0x3788be[_0x344b47(0x244)])return _0x3788be[_0x344b47(0x244)];if(_0x3788be[_0x344b47(0x2b0)])return _0x3788be['title'];return _0x49ae2b[_0x344b47(0x170)];}['getJestTestTags'](_0x5ed1fd){const _0x514db7=a79_0x1e61e9,_0x2fdf6b=[];if(_0x5ed1fd[_0x514db7(0x18d)]&&Array[_0x514db7(0x191)](_0x5ed1fd['tags']))return _0x5ed1fd[_0x514db7(0x18d)]['map'](_0x19836a=>_0x19836a[_0x514db7(0x20d)]('@')?_0x19836a[_0x514db7(0x145)](0x1):_0x19836a);const _0x543193=this[_0x514db7(0x264)](_0x5ed1fd),_0x13d9b4=_0x543193[_0x514db7(0x1ab)](/@(\w+)/g);if(_0x13d9b4)return _0x13d9b4[_0x514db7(0x241)](_0x3d3a44=>_0x3d3a44[_0x514db7(0x24e)](0x1));return _0x5ed1fd[_0x514db7(0x2a7)]&&Array[_0x514db7(0x191)](_0x5ed1fd[_0x514db7(0x2a7)])&&_0x5ed1fd['scopes'][_0x514db7(0x1a8)](_0x13cea4=>{const _0x1c8628=_0x514db7,_0x5bd585=_0x13cea4[_0x1c8628(0x1ab)](/@(\w+)/g);_0x5bd585&&_0x5bd585[_0x1c8628(0x1a8)](_0x4df2a1=>{const _0x11939e=_0x1c8628,_0x860b57=_0x4df2a1[_0x11939e(0x24e)](0x1);!_0x2fdf6b[_0x11939e(0x140)](_0x860b57)&&_0x2fdf6b[_0x11939e(0x14f)](_0x860b57);});}),_0x2fdf6b;}['getJestTestFilePath'](_0x3efbbb){const _0x42af9b=a79_0x1e61e9,_0x53f953={'xNlfz':function(_0x2c54eb,_0x483a6b){return _0x2c54eb(_0x483a6b);}};if(_0x3efbbb['file_name'])return _0x3efbbb[_0x42af9b(0x2a0)];if(_0x3efbbb['asyncError'])try{const _0x2829ed=stackTrace[_0x42af9b(0x1f8)](_0x3efbbb[_0x42af9b(0x1ae)]),_0x5dc9e8=_0x53f953['xNlfz'](pickUserFrameFile,_0x2829ed);if(_0x5dc9e8)return _0x5dc9e8;logger[_0x42af9b(0x182)](_0x42af9b(0x1f9)+_0x2829ed['length']+')');}catch(_0x40e4ef){logger[_0x42af9b(0x182)](_0x42af9b(0x291)+util['format'](_0x40e4ef));}return null;}[a79_0x1e61e9(0x1af)](_0xf504fc){const _0x3c61ee=a79_0x1e61e9,_0x20353d={};_0x20353d[_0x3c61ee(0x2a1)]=function(_0x2a3eea,_0x258c45){return _0x2a3eea>_0x258c45;},_0x20353d[_0x3c61ee(0x28c)]='Unknown\x20error';const _0x1760a2=_0x20353d;if(_0xf504fc[_0x3c61ee(0x266)]&&_0x1760a2['mRIrJ'](_0xf504fc[_0x3c61ee(0x266)][_0x3c61ee(0x215)],0x0))return util['inspect'](_0xf504fc['errorsDetailed'][0x0]);if(_0xf504fc[_0x3c61ee(0x152)])return _0xf504fc['failure_reason'];return _0x1760a2[_0x3c61ee(0x28c)];}[a79_0x1e61e9(0x224)](_0xcc5767){const _0x36e7a0=a79_0x1e61e9,_0x30dde0={};_0x30dde0[_0x36e7a0(0x2aa)]=_0x36e7a0(0x1db),_0x30dde0['dBeWm']=_0x36e7a0(0x26e),_0x30dde0[_0x36e7a0(0x222)]=_0x36e7a0(0x183);const _0x151122=_0x30dde0,_0x154bb8=this['getJestFailureReason'](_0xcc5767);if(_0x154bb8&&_0x154bb8['includes'](_0x151122[_0x36e7a0(0x2aa)]))return _0x151122['dBeWm'];return _0x151122[_0x36e7a0(0x222)];}[a79_0x1e61e9(0x20a)](_0x30ceba){const _0x558739=a79_0x1e61e9,_0x201a7b={'dshum':function(_0x154d65,_0x258f1a){return _0x154d65(_0x258f1a);},'sjDoK':'../../../helpers/test-observability/utils','KKBWw':function(_0x2ef0c3,_0x9222c1){return _0x2ef0c3!==_0x9222c1;},'SeaXL':_0x558739(0x2b2)},{failureData:_0x3b05e3}=_0x201a7b[_0x558739(0x25b)](require,_0x201a7b['sjDoK']),_0x4a5db0=[];return _0x201a7b[_0x558739(0x250)](_0x30ceba['errorsDetailed'],undefined)&&_0x4a5db0[_0x558739(0x14f)](_0x30ceba[_0x558739(0x266)],_0x201a7b[_0x558739(0x265)]),_0x3b05e3['apply'](null,_0x4a5db0);}async['trackHookEvent'](_0x801529,_0x444bda,_0x519a42,_0x48ff77){const _0x4518a2=a79_0x1e61e9,_0x25cf5b={'irwCF':_0x4518a2(0x2b4),'ARLrc':function(_0x101810){return _0x101810();},'bgkiY':function(_0x1e9d16,_0x542513){return _0x1e9d16 in _0x542513;},'ZluOf':function(_0x295277,_0x36e42e){return _0x295277===_0x36e42e;},'cbSel':function(_0x5923c0,_0xcbb25e){return _0x5923c0===_0xcbb25e;},'kQUhm':function(_0xffe643,_0x34aea2){return _0xffe643>_0x34aea2;},'CoVXY':_0x4518a2(0x1d5),'xmMSu':_0x4518a2(0x168),'VtVpn':function(_0x42c4aa,_0x46818d){return _0x42c4aa===_0x46818d;},'lPANk':'[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','EcbdN':function(_0x5d5139,_0x410dc0){return _0x5d5139===_0x410dc0;},'ZlZvD':function(_0x230877,_0x29301d){return _0x230877!==_0x29301d;}},{hookData:_0x3b5625}=_0x48ff77,_0x1aea85=_0x519a42[_0x4518a2(0x17b)](),_0x4db178=_0x444bda[_0x4518a2(0x17b)](),_0x496ce8={};_0x496ce8[_0x4518a2(0x285)]=0x2,_0x496ce8[_0x4518a2(0x257)]=0x3,logger[_0x4518a2(0x182)](_0x4518a2(0x16a)+_0x4db178+',\x20hookState='+_0x1aea85+_0x4518a2(0x27b)+util[_0x4518a2(0x21c)](_0x3b5625,_0x496ce8));if(!_0x3b5625)return logger['debug'](_0x25cf5b[_0x4518a2(0x142)]),{};const _0x238c65=_0x3b5625[_0x4518a2(0x190)]||_0x3b5625[_0x4518a2(0x1ca)]||_0x25cf5b[_0x4518a2(0x1ef)](uuidv4),_0x56e839=_0x3b5625[_0x4518a2(0x1dc)]||this['getJestTestIdentifier'](_0x3b5625),_0x475490=_0x444bda[_0x4518a2(0x17b)]()[_0x4518a2(0x1e3)]('.')[0x1],_0x301e4b=_0x801529['getAllData']()[_0x4518a2(0x230)](_0x56e839),_0x6abcf0=_0x301e4b?_0x301e4b[TestFrameworkConstants[_0x4518a2(0x159)]]||{}:{};logger[_0x4518a2(0x182)]('[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId='+_0x238c65+',\x20testId='+_0x56e839+'\x20(testIdentifier),\x20hookType='+_0x475490+_0x4518a2(0x18c)+_0x1aea85);if(!_0x301e4b)return logger[_0x4518a2(0x182)](_0x4518a2(0x1a2)+_0x56e839+_0x4518a2(0x14a)),this[_0x4518a2(0x22d)](_0x801529,_0x56e839,_0x444bda,_0x519a42,_0x48ff77),{};let _0x515030=_0x301e4b[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x515030&&(_0x515030={});!_0x25cf5b[_0x4518a2(0x271)](_0x475490,_0x515030)&&(_0x515030[_0x475490]=[]);let _0x55791a=_0x301e4b[TestFrameworkConstants[_0x4518a2(0x144)]];!_0x55791a&&(_0x55791a={});!_0x25cf5b[_0x4518a2(0x271)](_0x475490,_0x55791a)&&(_0x55791a[_0x475490]=[]);const _0x4a60c5={[_0x56e839]:{[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x515030,[TestFrameworkConstants[_0x4518a2(0x144)]]:_0x55791a,[TestFrameworkConstants[_0x4518a2(0x160)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x4518a2(0x1d4)]()[this[_0x4518a2(0x1fd)]()[0x0]]||''}};if(_0x25cf5b[_0x4518a2(0x16c)](_0x519a42,HookState['PRE'])){const _0x8ed28a={'key':_0x475490,[TestFrameworkConstants[_0x4518a2(0x258)]]:_0x238c65,[TestFrameworkConstants[_0x4518a2(0x1f6)]]:TestFrameworkConstants[_0x4518a2(0x296)],[TestFrameworkConstants[_0x4518a2(0x214)]]:_0x3b5625['started_at']||new Date()[_0x4518a2(0x29d)](),[TestFrameworkConstants[_0x4518a2(0x25d)]]:[],[TestFrameworkConstants[_0x4518a2(0x1f3)]]:_0x3b5625[_0x4518a2(0x244)]||_0x3b5625[_0x4518a2(0x2ad)]||_0x475490,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x6abcf0};_0x515030[_0x475490]['push'](_0x8ed28a),_0x4a60c5[_0x56e839][TestFrameworkConstants[_0x4518a2(0x15a)]]=_0x475490;const _0x250525={};_0x250525[_0x4518a2(0x285)]=0x2,logger[_0x4518a2(0x182)](_0x4518a2(0x2ba)+_0x475490+_0x4518a2(0x15c)+_0x238c65+',\x20testId='+_0x56e839+_0x4518a2(0x1cc)+util[_0x4518a2(0x21c)](_0x8ed28a,_0x250525));}else{if(_0x25cf5b[_0x4518a2(0x1ba)](_0x519a42,HookState[_0x4518a2(0x1da)])){const _0x39d0e0=_0x3b5625[_0x4518a2(0x298)]||(_0x3b5625[_0x4518a2(0x266)]&&_0x25cf5b['kQUhm'](_0x3b5625[_0x4518a2(0x266)][_0x4518a2(0x215)],0x0)?_0x25cf5b[_0x4518a2(0x143)]:_0x25cf5b[_0x4518a2(0x21a)]),_0x2ee1d7=_0x515030[_0x475490]||[];logger['debug'](_0x4518a2(0x149)+_0x475490+_0x4518a2(0x203)+_0x56e839+_0x4518a2(0x15f)+_0x39d0e0+_0x4518a2(0x223)+_0x2ee1d7['length']);if(_0x25cf5b[_0x4518a2(0x177)](_0x2ee1d7['length'],0x0)&&_0x25cf5b[_0x4518a2(0x1ba)](_0x444bda,TestFrameworkState[_0x4518a2(0x1eb)]))return logger[_0x4518a2(0x182)](_0x25cf5b[_0x4518a2(0x1f1)]),this[_0x4518a2(0x22d)](_0x801529,_0x56e839,_0x444bda,_0x519a42,_0x48ff77),{};if(_0x25cf5b[_0x4518a2(0x288)](_0x2ee1d7[_0x4518a2(0x215)],0x0)){const _0x4eb4c8=_0x2ee1d7[_0x4518a2(0x1a1)]();_0x25cf5b[_0x4518a2(0x1d2)](_0x39d0e0,_0x25cf5b['CoVXY'])&&_0x3b5625[_0x4518a2(0x266)]?(_0x4eb4c8[TestFrameworkConstants[_0x4518a2(0x22e)]]=this[_0x4518a2(0x224)](_0x3b5625),_0x4eb4c8[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]=this['getJestFailureReason'](_0x3b5625),_0x4eb4c8[TestFrameworkConstants['KEY_HOOK_FAILURE']]=this['getJestFailureData'](_0x3b5625),logger[_0x4518a2(0x182)](_0x4518a2(0x1a9)+_0x475490+_0x4518a2(0x133)+_0x4eb4c8[TestFrameworkConstants[_0x4518a2(0x22e)]]+_0x4518a2(0x212)+_0x4eb4c8[TestFrameworkConstants[_0x4518a2(0x282)]]?.['substring'](0x0,0xc8))):_0x4eb4c8[TestFrameworkConstants[_0x4518a2(0x1f6)]]=_0x25cf5b['xmMSu'];_0x25cf5b[_0x4518a2(0x251)](_0x39d0e0,TestFrameworkConstants[_0x4518a2(0x296)])&&(_0x4eb4c8[TestFrameworkConstants[_0x4518a2(0x1f6)]]=_0x39d0e0);_0x4eb4c8[TestFrameworkConstants[_0x4518a2(0x16d)]]=_0x3b5625[_0x4518a2(0x24d)]||new Date()[_0x4518a2(0x29d)](),_0x4eb4c8[TestFrameworkConstants[_0x4518a2(0x159)]]=_0x6abcf0;const _0x2fd6fc=_0x4eb4c8[TestFrameworkConstants['KEY_HOOK_ID']];!_0x55791a[_0x475490]&&(_0x55791a[_0x475490]=[]);_0x55791a[_0x475490][_0x4518a2(0x14f)](_0x4eb4c8),_0x4a60c5[_0x56e839][TestFrameworkConstants[_0x4518a2(0x2a3)]]=_0x475490;const _0x49c5e4={};_0x49c5e4[_0x4518a2(0x285)]=0x2,logger['debug'](_0x4518a2(0x188)+_0x475490+_0x4518a2(0x15c)+_0x2fd6fc+_0x4518a2(0x15f)+_0x39d0e0+_0x4518a2(0x1cc)+util['inspect'](_0x4eb4c8,_0x49c5e4));}}}return _0x4a60c5;}[a79_0x1e61e9(0x1b2)](_0x503e1e){const _0x23ccc7=a79_0x1e61e9,_0xe26029={};_0xe26029[_0x23ccc7(0x13c)]='base64';const _0x20b279=_0xe26029;try{const _0x250fe0=_0x503e1e['test']?this[_0x23ccc7(0x235)](_0x503e1e[_0x23ccc7(0x2b2)]):_0x503e1e[_0x23ccc7(0x209)][_0x23ccc7(0x1dc)],_0x293e81=_0x503e1e[_0x23ccc7(0x148)],_0x4d4406=_0x293e81[_0x23ccc7(0x189)](),_0x2c9d2d=_0x293e81[_0x23ccc7(0x17e)]()[_0x23ccc7(0x230)](_0x250fe0);if(!_0x2c9d2d)return logger[_0x23ccc7(0x182)](_0x23ccc7(0x185)+_0x250fe0),{};const {[TestFrameworkConstants[_0x23ccc7(0x160)]]:_0x46863b=this[_0x23ccc7(0x1fd)]()[0x0]||'',[TestFrameworkConstants[_0x23ccc7(0x276)]]:_0x86dc91=this['getTestFrameworksVersions']()[this[_0x23ccc7(0x1fd)]()[0x0]]||'',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x5010a7='',[TestFrameworkConstants[_0x23ccc7(0x179)]]:_0x481f3b=''}=_0x2c9d2d,_0x2b982c=_0x293e81['getCurrentTestState']()[_0x23ccc7(0x17b)]()[_0x23ccc7(0x1e3)]('.')[0x1],_0x5103b2=_0x293e81['getCurrentHookState']()['toString']()[_0x23ccc7(0x1e3)]('.')[0x1],_0x40c000=global?.[_0x23ccc7(0x1ea)]?.['workerInfo']?.[_0x23ccc7(0x138)]||global['__bstackPlatformIndex']||0x0,_0x1891a8=_0x293e81['getRef'](),_0x1e2249=Buffer['from'](JSON[_0x23ccc7(0x14e)](_0x2c9d2d))['toString'](_0x20b279['qxUbG']),_0x3de6dd={'hash':_0x4d4406['getId'](),'threadId':_0x4d4406[_0x23ccc7(0x25a)]()[_0x23ccc7(0x17b)](),'processId':_0x4d4406[_0x23ccc7(0x167)]()[_0x23ccc7(0x17b)]()},_0x5a5211={};_0x5a5211[_0x23ccc7(0x2a9)]=_0x40c000,_0x5a5211[_0x23ccc7(0x280)]=_0x46863b,_0x5a5211[_0x23ccc7(0x1bf)]=_0x86dc91,_0x5a5211[_0x23ccc7(0x249)]=_0x2b982c,_0x5a5211[_0x23ccc7(0x26a)]=_0x5103b2,_0x5a5211[_0x23ccc7(0x295)]=_0x5010a7,_0x5a5211[_0x23ccc7(0x1fc)]=_0x481f3b,_0x5a5211[_0x23ccc7(0x190)]=_0x1891a8,_0x5a5211[_0x23ccc7(0x2b3)]=_0x1e2249,_0x5a5211[_0x23ccc7(0x260)]=_0x3de6dd,_0x5a5211[_0x23ccc7(0x2b5)]=_0x250fe0;const _0x2f8b44=_0x5a5211;return _0x2f8b44;}catch(_0x261153){return logger['error'](_0x23ccc7(0x29f)+util[_0x23ccc7(0x141)](_0x261153)),{};}}async[a79_0x1e61e9(0x21d)](_0x33e106,_0x38417e,_0x352329){const _0x2e31a=a79_0x1e61e9,_0x182023={'VaxHX':function(_0x229260,_0x334e75){return _0x229260+_0x334e75;},'XCkhx':_0x2e31a(0x12f),'RmRcl':_0x2e31a(0x135),'kbGKL':function(_0x542289,_0x24336b){return _0x542289>_0x24336b;},'rSRkN':function(_0x1bf20a,_0x1993f9,_0x18b75a,_0x48bf56){return _0x1bf20a(_0x1993f9,_0x18b75a,_0x48bf56);},'SmZPe':function(_0x1d88c0,_0x34c3e7){return _0x1d88c0-_0x34c3e7;},'nGZEt':function(_0x338a9f,_0x43bb11){return _0x338a9f===_0x43bb11;},'HNFUs':function(_0x1797ca,_0x5ded29){return _0x1797ca/_0x5ded29;},'ypuBe':function(_0xac65bc,_0xfe5ff4){return _0xac65bc<_0xfe5ff4;},'dSYim':function(_0x108326,_0x44abf5){return _0x108326*_0x44abf5;},'IEQgL':function(_0x1ade8a,_0x1bb12e){return _0x1ade8a+_0x1bb12e;}};try{const _0x2cd6a5=_0x352329['testUUID']||_0x352329[_0x2e31a(0x1b4)],_0x57fae7=Array[_0x2e31a(0x1ac)](_0x33e106[_0x2e31a(0x17e)]()[_0x2e31a(0x1df)]()),_0x4f8151=_0x33e106[_0x2e31a(0x17e)]()[_0x2e31a(0x230)](_0x2cd6a5);if(!_0x4f8151){logger[_0x2e31a(0x182)](_0x2e31a(0x17f)+_0x2cd6a5);return;}const {[TestFrameworkConstants[_0x2e31a(0x160)]]:_0x19b5f8='',[TestFrameworkConstants[_0x2e31a(0x276)]]:_0x49b87d=''}=_0x4f8151;let _0x35d497=[];_0x4f8151&&_0x4f8151[TestFrameworkConstants[_0x2e31a(0x2b7)]]&&Array[_0x2e31a(0x191)](_0x4f8151[TestFrameworkConstants[_0x2e31a(0x2b7)]])?(_0x35d497=_0x4f8151[TestFrameworkConstants['KEY_LOGS']]||[],logger[_0x2e31a(0x182)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20'+_0x35d497[_0x2e31a(0x215)]+_0x2e31a(0x1f2)+_0x2cd6a5),_0x33e106[_0x2e31a(0x164)]({[_0x2cd6a5]:{[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants[_0x2e31a(0x160)]]:this[_0x2e31a(0x1fd)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x2e31a(0x1d4)]()[this[_0x2e31a(0x1fd)]()[0x0]]||''}}),logger[_0x2e31a(0x182)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x2cd6a5)):logger[_0x2e31a(0x182)](_0x2e31a(0x1b1)+_0x2cd6a5);logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20'+_0x35d497[_0x2e31a(0x215)]+_0x2e31a(0x24b)+_0x2cd6a5);const _0x21f3f2=_0x35d497[_0x2e31a(0x15b)](_0xed1f6a=>_0xed1f6a[_0x2e31a(0x1c3)]===_0x2e31a(0x17a));_0x182023[_0x2e31a(0x283)](_0x21f3f2[_0x2e31a(0x215)],0x0)&&(logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20'+_0x21f3f2[_0x2e31a(0x215)]+_0x2e31a(0x284)+_0x2cd6a5),_0x21f3f2[_0x2e31a(0x1a8)]((_0x3f0b97,_0x5a9d6a)=>{const _0x22ab48=_0x2e31a;logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20'+_0x182023[_0x22ab48(0x23e)](_0x5a9d6a,0x1)+'/'+_0x21f3f2[_0x22ab48(0x215)]+'\x20-\x20test_identifier='+(_0x3f0b97['test_identifier']||_0x182023[_0x22ab48(0x2a8)])+_0x22ab48(0x279)+(_0x3f0b97[_0x22ab48(0x1e9)]||_0x182023[_0x22ab48(0x2a8)])+_0x22ab48(0x238)+(_0x3f0b97[_0x22ab48(0x2a4)]||_0x182023[_0x22ab48(0x254)])+_0x22ab48(0x178)+(_0x3f0b97[_0x22ab48(0x1c6)]?.[_0x22ab48(0x215)]||0x0));}));const _0x58c044=_0x4f8151[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x59565d=_0x182023[_0x2e31a(0x173)](getMediaArtifactsLogs,_0x58c044,null,_0x2cd6a5),_0x29dbd1=(_0x35d497||[])['concat'](_0x59565d||[]),_0x58bae5=_0x21f3f2?.[_0x2e31a(0x215)]||0x0,_0x4f5730=_0x182023[_0x2e31a(0x267)](_0x35d497?.[_0x2e31a(0x215)]||0x0,_0x58bae5);logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20'+_0x2cd6a5+_0x2e31a(0x297)+_0x4f5730+_0x2e31a(0x1b0)+_0x58bae5+_0x2e31a(0x153)+(_0x59565d?.[_0x2e31a(0x215)]||0x0)+_0x2e31a(0x234)+_0x29dbd1[_0x2e31a(0x215)]);if(!_0x29dbd1||_0x182023['nGZEt'](_0x29dbd1['length'],0x0)){logger[_0x2e31a(0x182)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0x2cd6a5);return;}const _0x3a5627=0x28,_0x581de5=Math[_0x2e31a(0x1c5)](_0x182023[_0x2e31a(0x269)](_0x29dbd1['length'],_0x3a5627));for(let _0xde2278=0x0;_0x182023[_0x2e31a(0x28e)](_0xde2278,_0x581de5);_0xde2278++){const _0x39e0c6=_0x182023['dSYim'](_0xde2278,_0x3a5627),_0x4e2a99=_0x182023[_0x2e31a(0x23e)](_0x39e0c6,_0x3a5627),_0x27b077=_0x29dbd1[_0x2e31a(0x24e)](_0x39e0c6,_0x4e2a99),_0x182b40=global?.[_0x2e31a(0x1ec)]??0x0,_0x4710ac={'platformIndex':_0x182b40,'logs':_0x27b077,'testFrameworkName':_0x19b5f8,'testFrameworkVersion':_0x49b87d,'testFrameworkState':_0x38417e['toString']()['split']('.')[0x1]},_0x584826={};_0x584826[_0x2e31a(0x285)]=0x3,_0x584826[_0x2e31a(0x257)]=0x5,logger[_0x2e31a(0x182)](_0x2e31a(0x1f0)+_0x182023['VaxHX'](_0xde2278,0x1)+'/'+_0x581de5+_0x2e31a(0x14d)+_0x2cd6a5+',\x20logsInBatch:\x20'+_0x27b077[_0x2e31a(0x215)]+_0x2e31a(0x136)+_0x182b40+_0x2e31a(0x1b7)+util[_0x2e31a(0x21c)](_0x4710ac,_0x584826));const _0x3afc03=await GrpcClient[_0x2e31a(0x245)]()[_0x2e31a(0x195)](_0x4710ac);logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x182023['IEQgL'](_0xde2278,0x1)+'/'+_0x581de5+_0x2e31a(0x14d)+_0x2cd6a5+_0x2e31a(0x1a4)+util['inspect'](_0x3afc03));}_0x59565d&&_0x182023[_0x2e31a(0x283)](_0x59565d[_0x2e31a(0x215)],0x0)&&_0x4f8151[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]&&_0x33e106[_0x2e31a(0x164)]({[_0x2cd6a5]:{[TestFrameworkConstants[_0x2e31a(0x154)]]:{},[TestFrameworkConstants[_0x2e31a(0x160)]]:this[_0x2e31a(0x1fd)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x2e31a(0x1d4)]()[this[_0x2e31a(0x1fd)]()[0x0]]||''}}),logger[_0x2e31a(0x182)](_0x2e31a(0x27a)+_0x2cd6a5+_0x2e31a(0x28f)+_0x581de5);}catch(_0x2963de){logger[_0x2e31a(0x206)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20'+(_0x352329['testUUID']||_0x352329[_0x2e31a(0x1b4)])+_0x2e31a(0x22c)+util['format'](_0x2963de));}}[a79_0x1e61e9(0x22d)](_0x1beb59,_0x5816a5,_0x3cfc38,_0x1d9a51,_0x5346a6){const _0x3d936f=a79_0x1e61e9,_0x50cc9a={};_0x50cc9a['hAQBV']=function(_0xf11825,_0x3e369e){return _0xf11825===_0x3e369e;},_0x50cc9a[_0x3d936f(0x1cf)]=_0x3d936f(0x157);const _0x3b2f5b=_0x50cc9a,{hookData:_0x47fa5}=_0x5346a6,_0x1d9967={'testId':_0x5816a5,'testFrameworkState':_0x3cfc38,'hookState':_0x1d9a51,'args':_0x5346a6,'timestamp':new Date()[_0x3d936f(0x29d)]()};if(_0x3b2f5b[_0x3d936f(0x221)](_0x3cfc38,TestFrameworkState[_0x3d936f(0x1eb)])&&_0x47fa5){const _0x5f4498={};_0x5f4498['filePath']=_0x47fa5[_0x3d936f(0x2a0)]||_0x47fa5[_0x3d936f(0x1d3)],_0x5f4498[_0x3d936f(0x27e)]=_0x47fa5[_0x3d936f(0x27e)]||_0x47fa5[_0x3d936f(0x2a7)]&&_0x47fa5['scopes'][0x0]||'',_0x5f4498['hookType']=_0x3b2f5b[_0x3d936f(0x1cf)],_0x1d9967[_0x3d936f(0x1d8)]=_0x5f4498,logger[_0x3d936f(0x182)]('[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20'+_0x5816a5+',\x20filePath:\x20'+_0x1d9967[_0x3d936f(0x1d8)][_0x3d936f(0x26d)]+_0x3d936f(0x19d)+_0x1d9967[_0x3d936f(0x1d8)][_0x3d936f(0x27e)]);}_0x1beb59[_0x3d936f(0x24c)](_0x5816a5,_0x1d9967),logger[_0x3d936f(0x182)](_0x3d936f(0x247)+_0x5816a5+_0x3d936f(0x277)+_0x3cfc38+_0x3d936f(0x210)+_0x1d9a51);}async[a79_0x1e61e9(0x14b)](_0x2b8991,_0x113782){const _0x571812=a79_0x1e61e9,_0x2ca391={};_0x2ca391[_0x571812(0x1ad)]=function(_0x514fd9,_0x58ec8d){return _0x514fd9>_0x58ec8d;},_0x2ca391[_0x571812(0x14c)]=function(_0x2982e8,_0x34e2dc){return _0x2982e8===_0x34e2dc;},_0x2ca391[_0x571812(0x155)]=function(_0x2e404d,_0x124f84){return _0x2e404d>_0x124f84;},_0x2ca391[_0x571812(0x193)]='[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook';const _0x1ac1e2=_0x2ca391;if(_0x2b8991[_0x571812(0x1d1)](_0x113782)){const _0x24d108=_0x2b8991[_0x571812(0x13a)](_0x113782);logger[_0x571812(0x182)](_0x571812(0x211)+_0x24d108['length']+_0x571812(0x1b3)+_0x113782);for(const _0x1c1d5e of _0x24d108){try{const _0xe98d2d=await this['trackHookEvent'](_0x2b8991,_0x1c1d5e[_0x571812(0x249)],_0x1c1d5e[_0x571812(0x26a)],_0x1c1d5e['args']);_0xe98d2d&&_0x1ac1e2[_0x571812(0x1ad)](Object['keys'](_0xe98d2d)['length'],0x0)&&_0x2b8991[_0x571812(0x164)](_0xe98d2d),await this['runHooks'](_0x2b8991,_0x1c1d5e[_0x571812(0x249)],_0x1c1d5e[_0x571812(0x26a)],_0x1c1d5e[_0x571812(0x28b)]);}catch(_0x33db1b){logger[_0x571812(0x206)]('Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20'+_0x113782+_0x571812(0x22c)+_0x33db1b);}}_0x2b8991[_0x571812(0x1b8)](_0x113782),logger[_0x571812(0x182)](_0x571812(0x237)+_0x113782);}const _0xfe6670=_0x2b8991['getAllData']()[_0x571812(0x230)](_0x113782);if(_0xfe6670){const _0x284bb9=_0xfe6670[TestFrameworkConstants[_0x571812(0x156)]]||_0xfe6670[TestFrameworkConstants['KEY_TEST_LOCATION']],_0x378727=_0xfe6670[TestFrameworkConstants[_0x571812(0x205)]]||_0xfe6670[TestFrameworkConstants['KEY_TEST_SCOPES']]&&_0xfe6670[TestFrameworkConstants[_0x571812(0x213)]][0x0]||'';logger[_0x571812(0x182)](_0x571812(0x262)+_0x284bb9+_0x571812(0x19d)+_0x378727);const _0x500107=_0x2b8991['getAllPendingHookTestIds']();for(const _0x4c1c82 of _0x500107){if(_0x1ac1e2[_0x571812(0x14c)](_0x4c1c82,_0x113782))continue;if(_0x2b8991[_0x571812(0x1d1)](_0x4c1c82)){const _0x3694a5=_0x2b8991[_0x571812(0x13a)](_0x4c1c82);for(const _0x5b9b54 of _0x3694a5){if(_0x1ac1e2[_0x571812(0x14c)](_0x5b9b54['testFrameworkState'],TestFrameworkState['BEFORE_ALL'])&&_0x5b9b54['hookMetadata']){const _0x30530e=_0x5b9b54[_0x571812(0x1d8)]['filePath'],_0x4e0a64=_0x5b9b54[_0x571812(0x1d8)][_0x571812(0x27e)];if(_0x1ac1e2[_0x571812(0x14c)](_0x30530e,_0x284bb9)&&_0x1ac1e2['TnjQn'](_0x4e0a64,_0x378727)){logger[_0x571812(0x182)](_0x571812(0x1d9)+_0x4c1c82+_0x571812(0x255)+_0x113782+_0x571812(0x290)+_0x30530e+_0x571812(0x19d)+_0x4e0a64);_0x5b9b54[_0x571812(0x28b)]&&_0x5b9b54[_0x571812(0x28b)][_0x571812(0x209)]&&(_0x5b9b54[_0x571812(0x28b)][_0x571812(0x209)][_0x571812(0x1dc)]=_0x113782,logger[_0x571812(0x182)](_0x571812(0x19e)+_0x4c1c82+_0x571812(0x240)+_0x113782));try{const _0x5a3fb5=await this[_0x571812(0x1a5)](_0x2b8991,_0x5b9b54[_0x571812(0x249)],_0x5b9b54[_0x571812(0x26a)],_0x5b9b54[_0x571812(0x28b)]);_0x5a3fb5&&_0x1ac1e2['DMJNc'](Object['keys'](_0x5a3fb5)['length'],0x0)&&_0x2b8991[_0x571812(0x164)](_0x5a3fb5);await this[_0x571812(0x1d7)](_0x2b8991,_0x5b9b54['testFrameworkState'],_0x5b9b54[_0x571812(0x26a)],_0x5b9b54[_0x571812(0x28b)]);const _0x4a8559=_0x2b8991[_0x571812(0x13a)](_0x4c1c82)[_0x571812(0x15b)](_0x32dfce=>_0x32dfce!==_0x5b9b54);if(_0x1ac1e2['TnjQn'](_0x4a8559['length'],0x0))_0x2b8991[_0x571812(0x1b8)](_0x4c1c82);else{_0x2b8991[_0x571812(0x1b8)](_0x4c1c82);for(const _0x3a20ec of _0x4a8559){_0x2b8991[_0x571812(0x24c)](_0x4c1c82,_0x3a20ec);}}logger[_0x571812(0x182)](_0x1ac1e2[_0x571812(0x193)]);}catch(_0x2aa003){logger['error'](_0x571812(0x28a)+_0x113782+',\x20error:\x20'+_0x2aa003);}}}}}}}}[a79_0x1e61e9(0x2bb)](_0x15e3f3){const _0x4a4420=a79_0x1e61e9,_0x464b0f={'FHRuZ':function(_0x50e3bc){return _0x50e3bc();}};if(!_0x15e3f3||!_0x15e3f3['parent'])return;_0x15e3f3['parent'][_0x4a4420(0x1ee)]&&Array[_0x4a4420(0x191)](_0x15e3f3[_0x4a4420(0x1d0)][_0x4a4420(0x1ee)])&&_0x15e3f3[_0x4a4420(0x1d0)][_0x4a4420(0x1ee)][_0x4a4420(0x1a8)](_0xf4172=>{const _0x54e67c=_0x4a4420;!_0xf4172['hookAnalyticsId']&&!_0xf4172[_0x54e67c(0x181)]&&(_0xf4172[_0x54e67c(0x1ca)]=_0x464b0f['FHRuZ'](uuidv4),_0xf4172[_0x54e67c(0x181)]=_0xf4172[_0x54e67c(0x1ca)],logger['debug'](_0x54e67c(0x21e)+_0xf4172[_0x54e67c(0x19c)]+_0x54e67c(0x1bb)+_0xf4172['hookAnalyticsId']));}),this[_0x4a4420(0x2bb)](_0x15e3f3[_0x4a4420(0x1d0)]);}[a79_0x1e61e9(0x228)](_0x57e83e){const _0x58be05=a79_0x1e61e9,_0x189c67={'HqRuC':function(_0x344a16,_0x586e21){return _0x344a16(_0x586e21);}};if(!_0x57e83e||!_0x57e83e[_0x58be05(0x1d0)])return[];const _0x553104=[];return _0x57e83e[_0x58be05(0x1d0)][_0x58be05(0x1ee)]&&Array[_0x58be05(0x191)](_0x57e83e['parent'][_0x58be05(0x1ee)])&&_0x57e83e[_0x58be05(0x1d0)][_0x58be05(0x1ee)]['forEach'](_0x1497a8=>{const _0x35b38d=_0x58be05,_0x54f4a5=_0x1497a8[_0x35b38d(0x1ca)]||_0x1497a8[_0x35b38d(0x181)];_0x54f4a5&&!this[_0x35b38d(0x1e1)](_0x1497a8)&&!_0x189c67[_0x35b38d(0x21b)](isInternalHook,_0x1497a8['fn'])&&_0x553104[_0x35b38d(0x14f)](_0x54f4a5);}),[..._0x553104,...this[_0x58be05(0x228)](_0x57e83e[_0x58be05(0x1d0)])];}['buildHookMapFromTest'](_0x5029ee){const _0x4cc931=a79_0x1e61e9,_0x5ddb5c={'duWFy':function(_0x438e29,_0x5155ba){return _0x438e29(_0x5155ba);},'ZYWEA':_0x4cc931(0x1b9),'jRTYs':function(_0x5ee70f,_0x50ebd3){return _0x5ee70f(_0x50ebd3);}},_0x275fd6=new Map(),_0x411571=_0xb1f008=>{const _0x5cd136=_0x4cc931,_0x3ef217={'CQylt':function(_0xf6759a,_0x1fb0a4){const _0x220e87=a79_0x39c5;return _0x5ddb5c[_0x220e87(0x232)](_0xf6759a,_0x1fb0a4);},'jBUdH':_0x5ddb5c[_0x5cd136(0x2b9)]};if(!_0xb1f008||!_0xb1f008[_0x5cd136(0x1d0)])return;_0xb1f008[_0x5cd136(0x1d0)][_0x5cd136(0x1ee)]&&Array[_0x5cd136(0x191)](_0xb1f008[_0x5cd136(0x1d0)][_0x5cd136(0x1ee)])&&_0xb1f008[_0x5cd136(0x1d0)][_0x5cd136(0x1ee)]['forEach'](_0x1e7071=>{const _0x34a076=_0x5cd136,_0xa2c0c=_0x1e7071[_0x34a076(0x1ca)]||_0x1e7071['hookUUID'];if(_0xa2c0c&&!this['isJestInternalHook'](_0x1e7071)&&!_0x3ef217['CQylt'](isInternalHook,_0x1e7071['fn'])){const _0x58edec={};_0x58edec[_0x34a076(0x19c)]=_0x1e7071['type']||_0x3ef217['jBUdH'],_0x58edec[_0x34a076(0x244)]=_0x1e7071['name']||'\x22'+_0x1e7071[_0x34a076(0x19c)]+_0x34a076(0x2ab),_0x275fd6[_0x34a076(0x194)](_0xa2c0c,_0x58edec);}}),_0x5ddb5c[_0x5cd136(0x176)](_0x411571,_0xb1f008[_0x5cd136(0x1d0)]);};return _0x5ddb5c[_0x4cc931(0x176)](_0x411571,_0x5029ee),_0x275fd6;}[a79_0x1e61e9(0x1e1)](_0x6b075b){const _0x1b9792=a79_0x1e61e9,_0x52985c={};_0x52985c[_0x1b9792(0x201)]='jest-circus',_0x52985c[_0x1b9792(0x1aa)]=_0x1b9792(0x139);const _0x30ce9a=_0x52985c;try{const _0x13d84d=this[_0x1b9792(0x22f)](_0x6b075b);if(!_0x13d84d||_0x13d84d[_0x1b9792(0x140)](_0x30ce9a[_0x1b9792(0x201)]))return!![];return![];}catch(_0x58d4b4){logger[_0x1b9792(0x182)](_0x30ce9a[_0x1b9792(0x1aa)]);}return![];}['getRootParentFile'](_0x337314){const _0x2b59da=a79_0x1e61e9,_0x30b902={'gOMDG':function(_0x166817,_0x59165f){return _0x166817(_0x59165f);}};if(_0x337314['asyncError'])try{const _0x5341d0=stackTrace[_0x2b59da(0x1f8)](_0x337314[_0x2b59da(0x1ae)]),_0x71ea79=_0x30b902[_0x2b59da(0x22a)](pickUserFrameFile,_0x5341d0);if(_0x71ea79)return _0x71ea79;logger[_0x2b59da(0x182)]('[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length='+_0x5341d0[_0x2b59da(0x215)]+')');}catch(_0x242c77){logger[_0x2b59da(0x182)](_0x2b59da(0x1bc)+util[_0x2b59da(0x141)](_0x242c77));}if(_0x337314['file'])return _0x337314['file'];return null;}}module[a79_0x1e61e9(0x1e6)]=JestTestFramework;
@@ -1 +1 @@
1
- const a80_0x1d3f02=a80_0x1f1f;(function(_0x27635b,_0x47245e){const _0x1155bb=a80_0x1f1f,_0x428739=_0x27635b();while(!![]){try{const _0x2fb272=parseInt(_0x1155bb(0x70))/0x1*(parseInt(_0x1155bb(0xb0))/0x2)+-parseInt(_0x1155bb(0x6f))/0x3*(parseInt(_0x1155bb(0x8e))/0x4)+parseInt(_0x1155bb(0x80))/0x5+parseInt(_0x1155bb(0x69))/0x6+parseInt(_0x1155bb(0x7f))/0x7*(parseInt(_0x1155bb(0xb2))/0x8)+-parseInt(_0x1155bb(0xab))/0x9+parseInt(_0x1155bb(0x6d))/0xa*(-parseInt(_0x1155bb(0xb6))/0xb);if(_0x2fb272===_0x47245e)break;else _0x428739['push'](_0x428739['shift']());}catch(_0x486fee){_0x428739['push'](_0x428739['shift']());}}}(a80_0x3ecf,0xc9e77));const path=require(a80_0x1d3f02(0xb8)),TestFramework=require(a80_0x1d3f02(0x91)),TestFrameworkState=require(a80_0x1d3f02(0x83)),HookState=require(a80_0x1d3f02(0x71)),{createClassLogger}=require(a80_0x1d3f02(0x8c)),TestFrameworkInstance=require(a80_0x1d3f02(0x8a)),CLIUtils=require(a80_0x1d3f02(0x77)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a80_0x1d3f02(0xc2)),util=require(a80_0x1d3f02(0xb5)),logger=createClassLogger('NewmanTestFramework');function a80_0x1f1f(_0xe8895b,_0x59813a){const _0x3ecfe0=a80_0x3ecf();return a80_0x1f1f=function(_0x1f1f16,_0x266d50){_0x1f1f16=_0x1f1f16-0x66;let _0x17358f=_0x3ecfe0[_0x1f1f16];return _0x17358f;},a80_0x1f1f(_0xe8895b,_0x59813a);}class NewmanTestFramework extends TestFramework{constructor(_0x5639ef,_0x28c94f,_0x25cc1b){super(_0x5639ef,_0x28c94f,_0x25cc1b);}async[a80_0x1d3f02(0x97)](_0x3e57d2,_0x1191ae,_0x17bc6f={}){const _0x35fa44=a80_0x1d3f02,_0x359a93={};_0x359a93[_0x35fa44(0x79)]=function(_0x19ec4c,_0x23703e){return _0x19ec4c===_0x23703e;};const _0x523324=_0x359a93;logger[_0x35fa44(0xb7)]('trackEvent:\x20state='+_0x3e57d2+'\x20hook='+_0x1191ae),await super[_0x35fa44(0x97)](_0x3e57d2,_0x1191ae,_0x17bc6f);const _0x252058=this[_0x35fa44(0x74)](_0x3e57d2,_0x1191ae,_0x17bc6f);if(!_0x252058)return;try{if(_0x523324[_0x35fa44(0x79)](_0x3e57d2,TestFrameworkState['TEST'])&&_0x17bc6f[_0x35fa44(0x78)]){const _0x41aa09=_0x523324[_0x35fa44(0x79)](_0x1191ae,HookState[_0x35fa44(0x6b)])?this[_0x35fa44(0xb1)](_0x17bc6f[_0x35fa44(0x78)]):this[_0x35fa44(0x96)](_0x17bc6f[_0x35fa44(0x78)]);_0x252058[_0x35fa44(0x99)](_0x41aa09);}}catch(_0x274aa3){logger[_0x35fa44(0xc4)](_0x35fa44(0x6e)+util[_0x35fa44(0xc1)](_0x274aa3));}_0x17bc6f[_0x35fa44(0x9d)]=_0x252058,await this[_0x35fa44(0x88)](_0x252058,_0x3e57d2,_0x1191ae,_0x17bc6f);}['parseNewmanTest'](_0x41aca1){const _0xd91d58=a80_0x1d3f02,_0x43bbae=this[_0xd91d58(0x9e)]()[0x0],_0x59ac5a={};return _0x59ac5a[_0x41aca1['uuid']]={[TestFrameworkConstants[_0xd91d58(0x67)]]:_0x43bbae,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0xd91d58(0x9b)]()[_0x43bbae],[TestFrameworkConstants[_0xd91d58(0x73)]]:[],[TestFrameworkConstants[_0xd91d58(0x9f)]]:{},[TestFrameworkConstants[_0xd91d58(0x87)]]:{},[TestFrameworkConstants[_0xd91d58(0xb3)]]:TestFrameworkConstants[_0xd91d58(0x6c)],[TestFrameworkConstants[_0xd91d58(0xba)]]:_0x41aca1['uuid'],[TestFrameworkConstants[_0xd91d58(0x7c)]]:_0x41aca1[_0xd91d58(0x85)],[TestFrameworkConstants[_0xd91d58(0xaa)]]:_0x41aca1[_0xd91d58(0xbe)],[TestFrameworkConstants[_0xd91d58(0xa3)]]:_0x41aca1[_0xd91d58(0x98)]||'',[TestFrameworkConstants[_0xd91d58(0x75)]]:_0x41aca1[_0xd91d58(0xbc)]||'',[TestFrameworkConstants[_0xd91d58(0x86)]]:null,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x41aca1[_0xd91d58(0x8f)]||[],[TestFrameworkConstants[_0xd91d58(0x84)]]:_0x41aca1[_0xd91d58(0xa8)]||new Date()[_0xd91d58(0x9c)](),[TestFrameworkConstants[_0xd91d58(0x8b)]]:_0x41aca1[_0xd91d58(0xb4)]||'',[TestFrameworkConstants[_0xd91d58(0xaf)]]:_0x41aca1[_0xd91d58(0x8d)]||[],[TestFrameworkConstants[_0xd91d58(0xa4)]]:null,[TestFrameworkConstants[_0xd91d58(0xb9)]]:_0x41aca1['custom_metadata']||{},[TestFrameworkConstants[_0xd91d58(0xbd)]]:_0x41aca1[_0xd91d58(0xbf)]||{}},_0x59ac5a;}[a80_0x1d3f02(0x96)](_0xfb5353){const _0x379164=a80_0x1d3f02,_0x56fe8d={};_0x56fe8d[_0x379164(0x68)]=_0x379164(0x90);const _0x57f09c=_0x56fe8d,_0x1aea27={};return _0x1aea27[_0xfb5353[_0x379164(0x85)]]={[TestFrameworkConstants[_0x379164(0xb3)]]:_0xfb5353[_0x379164(0x7e)]||_0x57f09c['KmgGE'],[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0xfb5353[_0x379164(0xa5)]||new Date()[_0x379164(0x9c)](),[TestFrameworkConstants[_0x379164(0x7b)]]:_0xfb5353[_0x379164(0x95)]||[],[TestFrameworkConstants[_0x379164(0xa0)]]:_0xfb5353[_0x379164(0xa9)]||null,[TestFrameworkConstants[_0x379164(0x76)]]:_0xfb5353[_0x379164(0x92)]||null},_0x1aea27;}[a80_0x1d3f02(0x74)](_0x24ed58){const _0x18b828=a80_0x1d3f02;let _0x174f09=TestFramework['getTrackedInstance']();if(!_0x174f09){const _0x190f0e=TrackedInstance[_0x18b828(0x66)](CLIUtils[_0x18b828(0x93)]());_0x174f09=new TestFrameworkInstance(_0x190f0e,this['getTestFrameworks'](),this['getTestFrameworksVersions'](),_0x24ed58,HookState[_0x18b828(0x82)]),TestFramework['setTrackedInstance'](_0x190f0e,_0x174f09);}return _0x174f09;}[a80_0x1d3f02(0xa2)](_0x12f6cd){const _0xbfd269=a80_0x1d3f02,_0x2a8ed2={};_0x2a8ed2[_0xbfd269(0xa1)]=_0xbfd269(0x94);const _0x545977=_0x2a8ed2;try{const _0x2996cb=_0x12f6cd[_0xbfd269(0x78)]?_0x12f6cd[_0xbfd269(0x78)][_0xbfd269(0x85)]:null,_0x3664d0=_0x12f6cd[_0xbfd269(0x9d)],_0x3ba0a8=_0x3664d0[_0xbfd269(0xae)](),_0x59aab9=_0x3664d0[_0xbfd269(0xc3)]()[_0xbfd269(0x7d)](_0x2996cb);if(!_0x59aab9)return{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x8bee8e='',[TestFrameworkConstants[_0xbfd269(0x89)]]:_0x4f6884='',[TestFrameworkConstants[_0xbfd269(0x84)]]:_0x137d1a='',[TestFrameworkConstants[_0xbfd269(0x72)]]:_0x584f76=''}=_0x59aab9;return{'platformIndex':0x0,'testFrameworkName':_0x8bee8e,'testFrameworkVersion':_0x4f6884,'testFrameworkState':_0x3664d0[_0xbfd269(0x6a)]()[_0xbfd269(0xa6)]()['split']('.')[0x1],'hookState':_0x3664d0[_0xbfd269(0x9a)]()[_0xbfd269(0xa6)]()[_0xbfd269(0xac)]('.')[0x1],'startedAt':_0x137d1a,'endedAt':_0x584f76,'uuid':_0x2996cb,'eventJson':Buffer[_0xbfd269(0xbb)](JSON['stringify'](_0x59aab9))['toString'](_0x545977[_0xbfd269(0xa1)]),'executionContext':{'hash':_0x3ba0a8[_0xbfd269(0xad)](),'threadId':_0x3ba0a8[_0xbfd269(0xc0)]()[_0xbfd269(0xa6)](),'processId':_0x3ba0a8[_0xbfd269(0x7a)]()[_0xbfd269(0xa6)]()}};}catch(_0x5ec29d){return logger[_0xbfd269(0xc4)](_0xbfd269(0xa7)+util['format'](_0x5ec29d)),{};}}}module[a80_0x1d3f02(0x81)]=NewmanTestFramework;function a80_0x3ecf(){const _0x5669de=['test','wAFmN','getProcessId','KEY_TEST_FAILURE','KEY_TEST_UUID','get','result','7QcgDeR','6196435pKicwD','exports','NONE','../state/testFrameworkState.js','KEY_TEST_STARTED_AT','uuid','KEY_TEST_CODE','KEY_HOOKS_STARTED','runHooks','KEY_TEST_FRAMEWORK_VERSION','../instances/testFrameworkInstance.js','KEY_TEST_SCOPE','../../../helpers/classLogger.js','scopes','8ZcaZNk','tags','pending','./testFramework','failure_reason','getCurrentInstanceName','base64','failure','parseNewmanTestResult','trackEvent','file_path','addMultipleEntries','getCurrentHookState','getTestFrameworksVersions','toISOString','instance','getTestFrameworks','KEY_HOOKS_FINISHED','KEY_TEST_FAILURE_TYPE','qDiEJ','createTestFrameworkEventPayload','KEY_TEST_FILE_PATH','KEY_TEST_RERUN_NAME','finished_at','toString','createTestFrameworkEventPayload:\x20error=','started_at','failure_type','KEY_TEST_NAME','7407180kzOJJY','split','getId','getContext','KEY_TEST_SCOPES','2fNGdWp','parseNewmanTest','886296xXkmgS','KEY_TEST_RESULT','scope','util','33JFnlgi','debug','path','KEY_CUSTOM_TAGS','KEY_TEST_ID','from','location','KEY_TEST_META','name','meta','getThreadId','format','./constants/testFrameworkConstants.js','getAllData','error','createContext','KEY_TEST_FRAMEWORK_NAME','KmgGE','6088944maXJlM','getCurrentTestState','PRE','DEFAULT_TEST_RESULT','523110gmKouV','trackEvent:\x20error=','1156431UfOZWh','213008xBpCoK','../state/hookState.js','KEY_TEST_ENDED_AT','KEY_TEST_LOGS','resolveInstance','KEY_TEST_LOCATION','KEY_TEST_FAILURE_REASON','../cliUtils.js'];a80_0x3ecf=function(){return _0x5669de;};return a80_0x3ecf();}
1
+ const a80_0x4e57cf=a80_0x507a;function a80_0x24d1(){const _0x2c327c=['KEY_TEST_FILE_PATH','../instances/trackedInstance.js','pmgBI','name','setTrackedInstance','DEFAULT_TEST_RESULT','KEY_TEST_SCOPE','1998681MuKkCg','trackEvent','2151128kUAiMn','\x20hook=','ghGqL','get','88965eQFFsy','base64','KEY_TEST_LOGS','getTrackedInstance','KEY_TEST_META','util','trackEvent:\x20state=','KEY_TEST_RESULT','../../../helpers/classLogger.js','../instances/testFrameworkInstance.js','getProcessId','./constants/testFrameworkConstants.js','started_at','stringify','KEY_TEST_STARTED_AT','getThreadId','getTestFrameworks','toString','addMultipleEntries','KEY_TEST_ENDED_AT','KEY_TEST_LOCATION','685730MIGlrC','getTestFrameworksVersions','KEY_TEST_RERUN_NAME','4IiRuPY','pending','failure','../state/hookState.js','186UuSSRQ','getCurrentTestState','KEY_TEST_FRAMEWORK_NAME','test','createContext','NONE','KEY_TEST_ID','toISOString','getCurrentInstanceName','result','parseNewmanTestResult','path','location','trackEvent:\x20error=','error','../state/testFrameworkState.js','1139131HymjJS','custom_metadata','scope','resolveInstance','meta','format','getCurrentHookState','342qSbAXG','../cliUtils.js','instance','finished_at','KEY_TEST_SCOPES','getContext','86591sDHvJw','failure_type','debug','KEY_HOOKS_FINISHED','createTestFrameworkEventPayload','./testFramework','uetCX','KEY_HOOKS_STARTED','split','uuid','file_path','477870ZVdRBC','createTestFrameworkEventPayload:\x20error=','KEY_TEST_UUID'];a80_0x24d1=function(){return _0x2c327c;};return a80_0x24d1();}(function(_0x28a493,_0x58d06f){const _0x4900cb=a80_0x507a,_0x2d086c=_0x28a493();while(!![]){try{const _0x425f10=-parseInt(_0x4900cb(0xa4))/0x1+parseInt(_0x4900cb(0x80))/0x2+-parseInt(_0x4900cb(0xb9))/0x3*(parseInt(_0x4900cb(0x83))/0x4)+parseInt(_0x4900cb(0x6b))/0x5*(-parseInt(_0x4900cb(0x87))/0x6)+-parseInt(_0x4900cb(0x97))/0x7+-parseInt(_0x4900cb(0xbb))/0x8+parseInt(_0x4900cb(0x9e))/0x9*(parseInt(_0x4900cb(0xaf))/0xa);if(_0x425f10===_0x58d06f)break;else _0x2d086c['push'](_0x2d086c['shift']());}catch(_0x2a6593){_0x2d086c['push'](_0x2d086c['shift']());}}}(a80_0x24d1,0x6735a));const path=require(a80_0x4e57cf(0x92)),TestFramework=require(a80_0x4e57cf(0xa9)),TestFrameworkState=require(a80_0x4e57cf(0x96)),HookState=require(a80_0x4e57cf(0x86)),{createClassLogger}=require(a80_0x4e57cf(0x73)),TestFrameworkInstance=require(a80_0x4e57cf(0x74)),CLIUtils=require(a80_0x4e57cf(0x9f)),TrackedInstance=require(a80_0x4e57cf(0xb3)),TestFrameworkConstants=require(a80_0x4e57cf(0x76)),util=require(a80_0x4e57cf(0x70)),logger=createClassLogger('NewmanTestFramework');function a80_0x507a(_0x4516f2,_0x1dc1d0){const _0x24d15a=a80_0x24d1();return a80_0x507a=function(_0x507af5,_0x2461a4){_0x507af5=_0x507af5-0x6b;let _0x1062d9=_0x24d15a[_0x507af5];return _0x1062d9;},a80_0x507a(_0x4516f2,_0x1dc1d0);}class NewmanTestFramework extends TestFramework{constructor(_0x53222f,_0x28c90f,_0x47fe20){super(_0x53222f,_0x28c90f,_0x47fe20);}async['trackEvent'](_0x41c148,_0x1ada76,_0x435c0f={}){const _0x2ef893=a80_0x4e57cf,_0x25302f={};_0x25302f[_0x2ef893(0xaa)]=function(_0x398590,_0x5d1ff7){return _0x398590===_0x5d1ff7;};const _0x28e2c3=_0x25302f;logger[_0x2ef893(0xa6)](_0x2ef893(0x71)+_0x41c148+_0x2ef893(0xbc)+_0x1ada76),await super[_0x2ef893(0xba)](_0x41c148,_0x1ada76,_0x435c0f);const _0x215545=this[_0x2ef893(0x9a)](_0x41c148,_0x1ada76,_0x435c0f);if(!_0x215545)return;try{if(_0x28e2c3['uetCX'](_0x41c148,TestFrameworkState['TEST'])&&_0x435c0f['test']){const _0x311c37=_0x28e2c3[_0x2ef893(0xaa)](_0x1ada76,HookState['PRE'])?this['parseNewmanTest'](_0x435c0f[_0x2ef893(0x8a)]):this[_0x2ef893(0x91)](_0x435c0f[_0x2ef893(0x8a)]);_0x215545[_0x2ef893(0x7d)](_0x311c37);}}catch(_0x56a3c6){logger[_0x2ef893(0x95)](_0x2ef893(0x94)+util[_0x2ef893(0x9c)](_0x56a3c6));}_0x435c0f[_0x2ef893(0xa0)]=_0x215545,await this['runHooks'](_0x215545,_0x41c148,_0x1ada76,_0x435c0f);}['parseNewmanTest'](_0x472502){const _0x136ae0=a80_0x4e57cf,_0x50bf7e=this[_0x136ae0(0x7b)]()[0x0],_0x1ef60d={};return _0x1ef60d[_0x472502[_0x136ae0(0xad)]]={[TestFrameworkConstants[_0x136ae0(0x89)]]:_0x50bf7e,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x136ae0(0x81)]()[_0x50bf7e],[TestFrameworkConstants[_0x136ae0(0x6d)]]:[],[TestFrameworkConstants[_0x136ae0(0xa7)]]:{},[TestFrameworkConstants[_0x136ae0(0xab)]]:{},[TestFrameworkConstants[_0x136ae0(0x72)]]:TestFrameworkConstants[_0x136ae0(0xb7)],[TestFrameworkConstants[_0x136ae0(0x8d)]]:_0x472502[_0x136ae0(0xad)],[TestFrameworkConstants[_0x136ae0(0xb1)]]:_0x472502[_0x136ae0(0xad)],[TestFrameworkConstants['KEY_TEST_NAME']]:_0x472502[_0x136ae0(0xb5)],[TestFrameworkConstants[_0x136ae0(0xb2)]]:_0x472502[_0x136ae0(0xae)]||'',[TestFrameworkConstants[_0x136ae0(0x7f)]]:_0x472502[_0x136ae0(0x93)]||'',[TestFrameworkConstants['KEY_TEST_CODE']]:null,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x472502['tags']||[],[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x472502[_0x136ae0(0x77)]||new Date()[_0x136ae0(0x8e)](),[TestFrameworkConstants[_0x136ae0(0xb8)]]:_0x472502[_0x136ae0(0x99)]||'',[TestFrameworkConstants[_0x136ae0(0xa2)]]:_0x472502['scopes']||[],[TestFrameworkConstants[_0x136ae0(0x82)]]:null,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x472502[_0x136ae0(0x98)]||{},[TestFrameworkConstants[_0x136ae0(0x6f)]]:_0x472502[_0x136ae0(0x9b)]||{}},_0x1ef60d;}[a80_0x4e57cf(0x91)](_0x18ffd9){const _0x24df53=a80_0x4e57cf,_0x2acda8={};_0x2acda8[_0x24df53(0xbd)]=_0x24df53(0x84);const _0x34954d=_0x2acda8,_0x759dd4={};return _0x759dd4[_0x18ffd9[_0x24df53(0xad)]]={[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x18ffd9[_0x24df53(0x90)]||_0x34954d[_0x24df53(0xbd)],[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x18ffd9[_0x24df53(0xa1)]||new Date()[_0x24df53(0x8e)](),[TestFrameworkConstants['KEY_TEST_FAILURE']]:_0x18ffd9[_0x24df53(0x85)]||[],[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]:_0x18ffd9[_0x24df53(0xa5)]||null,[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]:_0x18ffd9['failure_reason']||null},_0x759dd4;}[a80_0x4e57cf(0x9a)](_0x280c86){const _0x192018=a80_0x4e57cf;let _0x486433=TestFramework[_0x192018(0x6e)]();if(!_0x486433){const _0x50a46f=TrackedInstance[_0x192018(0x8b)](CLIUtils[_0x192018(0x8f)]());_0x486433=new TestFrameworkInstance(_0x50a46f,this[_0x192018(0x7b)](),this[_0x192018(0x81)](),_0x280c86,HookState[_0x192018(0x8c)]),TestFramework[_0x192018(0xb6)](_0x50a46f,_0x486433);}return _0x486433;}[a80_0x4e57cf(0xa8)](_0x477bf8){const _0x1603da=a80_0x4e57cf,_0x2cea89={};_0x2cea89['pmgBI']=_0x1603da(0x6c);const _0x726681=_0x2cea89;try{const _0x43a2d1=_0x477bf8[_0x1603da(0x8a)]?_0x477bf8[_0x1603da(0x8a)][_0x1603da(0xad)]:null,_0x2d1459=_0x477bf8[_0x1603da(0xa0)],_0x31ecd6=_0x2d1459[_0x1603da(0xa3)](),_0xbf17e9=_0x2d1459['getAllData']()[_0x1603da(0xbe)](_0x43a2d1);if(!_0xbf17e9)return{};const {[TestFrameworkConstants[_0x1603da(0x89)]]:_0x269a08='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x11c591='',[TestFrameworkConstants[_0x1603da(0x79)]]:_0x4658b7='',[TestFrameworkConstants[_0x1603da(0x7e)]]:_0x9437d7=''}=_0xbf17e9;return{'platformIndex':0x0,'testFrameworkName':_0x269a08,'testFrameworkVersion':_0x11c591,'testFrameworkState':_0x2d1459[_0x1603da(0x88)]()[_0x1603da(0x7c)]()['split']('.')[0x1],'hookState':_0x2d1459[_0x1603da(0x9d)]()['toString']()[_0x1603da(0xac)]('.')[0x1],'startedAt':_0x4658b7,'endedAt':_0x9437d7,'uuid':_0x43a2d1,'eventJson':Buffer['from'](JSON[_0x1603da(0x78)](_0xbf17e9))[_0x1603da(0x7c)](_0x726681[_0x1603da(0xb4)]),'executionContext':{'hash':_0x31ecd6['getId'](),'threadId':_0x31ecd6[_0x1603da(0x7a)]()[_0x1603da(0x7c)](),'processId':_0x31ecd6[_0x1603da(0x75)]()[_0x1603da(0x7c)]()}};}catch(_0x241e72){return logger[_0x1603da(0x95)](_0x1603da(0xb0)+util[_0x1603da(0x9c)](_0x241e72)),{};}}}module['exports']=NewmanTestFramework;
@@ -1 +1 @@
1
- function a81_0x250c(){const _0x459651=['\x20hookState=','resolveInstance','../cliUtils.js','getTrackedInstance','instance','bsParams','logger','GTiIG','debug','487372NWtTBJ','trackEvent:\x20automationFrameworkState=','getAutomationFrameworkName','188664PRhidG','25aYEwNd','info','trackPlaywrightInstance','1881082ERvrvo','230990sIdSAq',',\x20state=','trackEvent','../instances/automationFrameworkInstance.js','trackPlaywrightInstance:\x20instance\x20already\x20exists','18FrfCbu','6405430JLlbHs','DKwte','getId','aMtzM','rxvmW','8EpXWHs','\x20target=','788076ymnons','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','createContext','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','params','../instances/trackedInstance.js','118896KqVoVW','../state/automationFrameworkState.js','setTrackedInstance','exports','PLAYWRIGHT_DISPATCH','PlaywrightAutomationFramework'];a81_0x250c=function(){return _0x459651;};return a81_0x250c();}const a81_0x56f3a1=a81_0x5568;(function(_0x4e896c,_0x8e7f20){const _0x47c216=a81_0x5568,_0x99883d=_0x4e896c();while(!![]){try{const _0x22079e=-parseInt(_0x47c216(0xe1))/0x1+-parseInt(_0x47c216(0xd9))/0x2+-parseInt(_0x47c216(0xe6))/0x3*(-parseInt(_0x47c216(0xdc))/0x4)+-parseInt(_0x47c216(0xdd))/0x5*(-parseInt(_0x47c216(0xf4))/0x6)+-parseInt(_0x47c216(0xe0))/0x7*(parseInt(_0x47c216(0xec))/0x8)+-parseInt(_0x47c216(0xee))/0x9+parseInt(_0x47c216(0xe7))/0xa;if(_0x22079e===_0x8e7f20)break;else _0x99883d['push'](_0x99883d['shift']());}catch(_0x5b546c){_0x99883d['push'](_0x99883d['shift']());}}}(a81_0x250c,0x2eca5));const AutomationFramework=require('./automationFramework.js'),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFrameworkState=require(a81_0x56f3a1(0xf5)),CLIUtils=require(a81_0x56f3a1(0xd2)),TrackedInstance=require(a81_0x56f3a1(0xf3)),AutomationFrameworkInstance=require(a81_0x56f3a1(0xe4));function a81_0x5568(_0x12bbb0,_0x432288){const _0x250c85=a81_0x250c();return a81_0x5568=function(_0x556822,_0x362532){_0x556822=_0x556822-0xd2;let _0x443de1=_0x250c85[_0x556822];return _0x443de1;},a81_0x5568(_0x12bbb0,_0x432288);}class PlaywrightAutomationFramework extends AutomationFramework{['logger']=createClassLogger(a81_0x56f3a1(0xf9));constructor(_0x30c807,_0x5778b4){super(_0x30c807,_0x5778b4);}async[a81_0x56f3a1(0xe3)](_0x1a1ed0,_0xfd4479,_0x20cf53={}){const _0x18dcc0=a81_0x56f3a1,_0x5eb20e={};_0x5eb20e[_0x18dcc0(0xd7)]=function(_0x31d5ec,_0x486bda){return _0x31d5ec===_0x486bda;};const _0x2e25d7=_0x5eb20e;this[_0x18dcc0(0xd6)][_0x18dcc0(0xd8)](_0x18dcc0(0xda)+_0x1a1ed0+_0x18dcc0(0xfa)+_0xfd4479),await super[_0x18dcc0(0xe3)](_0x1a1ed0,_0xfd4479,_0x20cf53);const _0x542621=this[_0x18dcc0(0xfb)](_0x1a1ed0,_0xfd4479,_0x20cf53);if(_0x2e25d7[_0x18dcc0(0xd7)](_0x542621,null))return;_0x20cf53[_0x18dcc0(0xd4)]=_0x542621,await this['runHooks'](_0x542621,_0x1a1ed0,_0xfd4479,_0x20cf53);}[a81_0x56f3a1(0xfb)](_0x3318ac,_0x7bb46e,_0x3eb321={}){const _0x44d1c0=a81_0x56f3a1,_0x1c4626={};_0x1c4626[_0x44d1c0(0xea)]=function(_0x30a8f9,_0x2770d3){return _0x30a8f9===_0x2770d3;},_0x1c4626[_0x44d1c0(0xeb)]=function(_0x335a54,_0x5cbd95){return _0x335a54===_0x5cbd95;};const _0x8df8da=_0x1c4626;let _0x4ef5af=null;return(_0x8df8da[_0x44d1c0(0xea)](_0x3318ac,AutomationFrameworkState['CREATE'])||_0x8df8da[_0x44d1c0(0xeb)](_0x3318ac,AutomationFrameworkState[_0x44d1c0(0xf8)])&&(_0x3eb321['message']&&_0x3eb321['message']['params']&&_0x3eb321['message'][_0x44d1c0(0xf2)][_0x44d1c0(0xd5)])||_0x8df8da[_0x44d1c0(0xeb)](_0x3318ac,AutomationFrameworkState['NONE']))&&this[_0x44d1c0(0xdf)](_0x3318ac,_0x3eb321),_0x4ef5af=AutomationFramework[_0x44d1c0(0xd3)](),_0x4ef5af;}['trackPlaywrightInstance'](_0x19aa84,_0x5806bb){const _0x5c9bfd=a81_0x56f3a1,_0x144a53={};_0x144a53['DKwte']=_0x5c9bfd(0xe5);const _0x2b295c=_0x144a53;if(AutomationFramework['getTrackedInstance']()){this[_0x5c9bfd(0xd6)]['info'](_0x2b295c[_0x5c9bfd(0xe8)]);return;}const _0x5b086c=CLIUtils['getCurrentInstanceName'](),_0x190b9b=TrackedInstance[_0x5c9bfd(0xf0)](_0x5b086c);let _0xbe4ea3=null;this[_0x5c9bfd(0xd6)][_0x5c9bfd(0xde)](_0x5c9bfd(0xf1)+_0x5b086c+_0x5c9bfd(0xe2)+_0x19aa84),_0xbe4ea3=new AutomationFrameworkInstance(_0x190b9b,this[_0x5c9bfd(0xdb)](),this['getAutomationFrameworkVersion'](),_0x19aa84),AutomationFramework[_0x5c9bfd(0xf6)](_0x190b9b,_0xbe4ea3),this[_0x5c9bfd(0xd6)][_0x5c9bfd(0xde)](_0x5c9bfd(0xef)+_0x190b9b[_0x5c9bfd(0xe9)]()+_0x5c9bfd(0xed)+_0x5b086c);}}module[a81_0x56f3a1(0xf7)]=PlaywrightAutomationFramework;
1
+ function a81_0x29f3(_0x5e8c64,_0x4fb001){const _0x399c75=a81_0x399c();return a81_0x29f3=function(_0x29f3b5,_0x16ad59){_0x29f3b5=_0x29f3b5-0x17c;let _0x4e0319=_0x399c75[_0x29f3b5];return _0x4e0319;},a81_0x29f3(_0x5e8c64,_0x4fb001);}function a81_0x399c(){const _0x4cbe6a=['exports','logger','resolveInstance','params','instance','DGQOK','../instances/trackedInstance.js','message','trackEvent:\x20automationFrameworkState=','216040NCuJoR','PlaywrightAutomationFramework','3869425MgAgIq','CREATE','getAutomationFrameworkVersion','1hoyCZf','getAutomationFrameworkName','40113234PtUsLs','getTrackedInstance','4692BvNVCs',',\x20state=','../state/automationFrameworkState.js','3412304itSisP','setTrackedInstance','bsParams','../../../helpers/classLogger.js','trackPlaywrightInstance','./automationFramework.js','bTkuB','2464854mRophj','../cliUtils.js','nMzmY','info','trackEvent','runHooks','createContext','\x20hookState=','9555kTnipo','4543368ZkbgAF','qJTyI'];a81_0x399c=function(){return _0x4cbe6a;};return a81_0x399c();}const a81_0x419e16=a81_0x29f3;(function(_0x3ccc32,_0x12c077){const _0xcb0146=a81_0x29f3,_0x522f92=_0x3ccc32();while(!![]){try{const _0x16b3b8=parseInt(_0xcb0146(0x187))/0x1*(parseInt(_0xcb0146(0x195))/0x2)+parseInt(_0xcb0146(0x19e))/0x3+parseInt(_0xcb0146(0x182))/0x4+-parseInt(_0xcb0146(0x19d))/0x5*(-parseInt(_0xcb0146(0x18b))/0x6)+parseInt(_0xcb0146(0x184))/0x7+parseInt(_0xcb0146(0x18e))/0x8+-parseInt(_0xcb0146(0x189))/0x9;if(_0x16b3b8===_0x12c077)break;else _0x522f92['push'](_0x522f92['shift']());}catch(_0x2441ac){_0x522f92['push'](_0x522f92['shift']());}}}(a81_0x399c,0xc79ae));const AutomationFramework=require(a81_0x419e16(0x193)),{createClassLogger}=require(a81_0x419e16(0x191)),AutomationFrameworkState=require(a81_0x419e16(0x18d)),CLIUtils=require(a81_0x419e16(0x196)),TrackedInstance=require(a81_0x419e16(0x17f)),AutomationFrameworkInstance=require('../instances/automationFrameworkInstance.js');class PlaywrightAutomationFramework extends AutomationFramework{[a81_0x419e16(0x1a1)]=createClassLogger(a81_0x419e16(0x183));constructor(_0x1b76ee,_0x1434ec){super(_0x1b76ee,_0x1434ec);}async[a81_0x419e16(0x199)](_0x9b720d,_0x374544,_0x2bcc88={}){const _0x1d1eec=a81_0x419e16,_0x58fb5b={};_0x58fb5b['qJTyI']=function(_0x7e0572,_0x206af4){return _0x7e0572===_0x206af4;};const _0x429089=_0x58fb5b;this['logger']['debug'](_0x1d1eec(0x181)+_0x9b720d+_0x1d1eec(0x19c)+_0x374544),await super['trackEvent'](_0x9b720d,_0x374544,_0x2bcc88);const _0x1a02c3=this[_0x1d1eec(0x1a2)](_0x9b720d,_0x374544,_0x2bcc88);if(_0x429089[_0x1d1eec(0x19f)](_0x1a02c3,null))return;_0x2bcc88[_0x1d1eec(0x17d)]=_0x1a02c3,await this[_0x1d1eec(0x19a)](_0x1a02c3,_0x9b720d,_0x374544,_0x2bcc88);}[a81_0x419e16(0x1a2)](_0x58bf2b,_0x2b3504,_0x2513b7={}){const _0x5056b9=a81_0x419e16,_0x159665={};_0x159665['nMzmY']=function(_0x2446fb,_0x4b9b09){return _0x2446fb===_0x4b9b09;},_0x159665[_0x5056b9(0x194)]=function(_0x2406e6,_0x4b377a){return _0x2406e6===_0x4b377a;};const _0x33107a=_0x159665;let _0x3afe80=null;return(_0x33107a[_0x5056b9(0x197)](_0x58bf2b,AutomationFrameworkState[_0x5056b9(0x185)])||_0x33107a[_0x5056b9(0x197)](_0x58bf2b,AutomationFrameworkState['PLAYWRIGHT_DISPATCH'])&&(_0x2513b7[_0x5056b9(0x180)]&&_0x2513b7[_0x5056b9(0x180)]['params']&&_0x2513b7[_0x5056b9(0x180)][_0x5056b9(0x17c)][_0x5056b9(0x190)])||_0x33107a[_0x5056b9(0x194)](_0x58bf2b,AutomationFrameworkState['NONE']))&&this[_0x5056b9(0x192)](_0x58bf2b,_0x2513b7),_0x3afe80=AutomationFramework[_0x5056b9(0x18a)](),_0x3afe80;}[a81_0x419e16(0x192)](_0x22402e,_0x518844){const _0x185484=a81_0x419e16,_0x2ad721={};_0x2ad721[_0x185484(0x17e)]='trackPlaywrightInstance:\x20instance\x20already\x20exists';const _0x5a8633=_0x2ad721;if(AutomationFramework[_0x185484(0x18a)]()){this[_0x185484(0x1a1)][_0x185484(0x198)](_0x5a8633[_0x185484(0x17e)]);return;}const _0x23d972=CLIUtils['getCurrentInstanceName'](),_0x197a98=TrackedInstance[_0x185484(0x19b)](_0x23d972);let _0x4814c6=null;this[_0x185484(0x1a1)][_0x185484(0x198)]('trackPlaywrightInstance:\x20created\x20instance\x20for\x20target='+_0x23d972+_0x185484(0x18c)+_0x22402e),_0x4814c6=new AutomationFrameworkInstance(_0x197a98,this[_0x185484(0x188)](),this[_0x185484(0x186)](),_0x22402e),AutomationFramework[_0x185484(0x18f)](_0x197a98,_0x4814c6),this['logger'][_0x185484(0x198)]('trackPlaywrightInstance:\x20saved\x20instance\x20contextId='+_0x197a98['getId']()+'\x20target='+_0x23d972);}}module[a81_0x419e16(0x1a0)]=PlaywrightAutomationFramework;