browserstack-node-sdk 1.55.4 → 1.55.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (199) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +3 -2
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/newman/command.js +1 -1
  79. package/src/bin/newman/helper.js +1 -1
  80. package/src/bin/newman/reporter/index.js +1 -1
  81. package/src/bin/newman/scriptRunner.js +1 -1
  82. package/src/bin/nightwatch/command.js +1 -1
  83. package/src/bin/playwright/accessibility-helper.js +1 -1
  84. package/src/bin/playwright/command.js +1 -1
  85. package/src/bin/playwright/globalSetup.js +1 -1
  86. package/src/bin/playwright/mock-process.js +1 -1
  87. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  88. package/src/bin/playwright/patches.js +1 -1
  89. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  90. package/src/bin/playwright/reporter/reporter.js +1 -1
  91. package/src/bin/playwright/reporter/test-details.js +1 -1
  92. package/src/bin/playwright/sessionDetails.js +1 -1
  93. package/src/bin/puppeteer/patches.js +1 -1
  94. package/src/bin/puppeteer/sessionDetails.js +1 -1
  95. package/src/bin/puppeteer/test.setup.js +1 -1
  96. package/src/bin/runner.js +1 -1
  97. package/src/bin/setup.js +1 -1
  98. package/src/bin/test-runner/index.js +1 -1
  99. package/src/bin/test-runner/runTest.js +1 -1
  100. package/src/bin/test-runner/testWorker.js +1 -1
  101. package/src/bin/utils/apiUtilityMethods.js +1 -1
  102. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  103. package/src/bin/utils/constants.js +1 -1
  104. package/src/bin/utils/log4jsAppender.js +1 -1
  105. package/src/bin/utils/logPatcher.js +1 -1
  106. package/src/bin/utils/logReportingAPI.js +1 -1
  107. package/src/bin/utils/playwright-patcher.js +1 -1
  108. package/src/bin/utils/puppeteer-patcher.js +1 -1
  109. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  110. package/src/bin/utils/sharedUtils.js +1 -1
  111. package/src/bin/v2/TestInfo.js +1 -1
  112. package/src/bin/v2/browserstackCLI.js +1 -1
  113. package/src/bin/v2/cliUtils.js +1 -1
  114. package/src/bin/v2/customTagManager.js +1 -1
  115. package/src/bin/v2/eventDispatcher.js +1 -1
  116. package/src/bin/v2/framework/automationFramework.js +1 -1
  117. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  118. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  119. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  120. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  121. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  122. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  123. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  124. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  125. package/src/bin/v2/framework/testFramework.js +1 -1
  126. package/src/bin/v2/grpcClient.js +1 -1
  127. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  128. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  129. package/src/bin/v2/instances/trackedContext.js +1 -1
  130. package/src/bin/v2/instances/trackedInstance.js +1 -1
  131. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  132. package/src/bin/v2/modules/baseModule.js +1 -1
  133. package/src/bin/v2/modules/loadTestModule.js +1 -1
  134. package/src/bin/v2/modules/observabilityModule.js +1 -1
  135. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  136. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  137. package/src/bin/v2/modules/testhubModule.js +1 -1
  138. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  139. package/src/bin/v2/state/hookState.js +1 -1
  140. package/src/bin/v2/state/testFrameworkState.js +1 -1
  141. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  142. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  143. package/src/bin/v2/utils/jest-utils.js +1 -1
  144. package/src/bin/vanilla-js/command.js +1 -1
  145. package/src/browserStackSdk.js +1 -1
  146. package/src/helpers/BrowserStackSetup.js +1 -1
  147. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  148. package/src/helpers/accessibility-automation/constants.js +1 -1
  149. package/src/helpers/accessibility-automation/helper.js +1 -1
  150. package/src/helpers/accessibility-automation/scripts.js +1 -1
  151. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  152. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  153. package/src/helpers/ats/constants.js +1 -1
  154. package/src/helpers/ats/helper.js +1 -1
  155. package/src/helpers/capsMapping.js +1 -1
  156. package/src/helpers/central-scanner/constants.js +1 -1
  157. package/src/helpers/central-scanner/helpers.js +1 -1
  158. package/src/helpers/classLogger.js +1 -1
  159. package/src/helpers/globals.js +1 -1
  160. package/src/helpers/helper.js +1 -1
  161. package/src/helpers/logger.js +1 -1
  162. package/src/helpers/metadata.js +1 -1
  163. package/src/helpers/patchHelper.js +1 -1
  164. package/src/helpers/patchHelpers.js +1 -1
  165. package/src/helpers/percy/Percy.js +1 -1
  166. package/src/helpers/percy/PercyBinary.js +1 -1
  167. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  168. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  169. package/src/helpers/percy/PercySDK.js +1 -1
  170. package/src/helpers/percy/index.js +1 -1
  171. package/src/helpers/percy/utils.js +1 -1
  172. package/src/helpers/performance/constants.js +1 -1
  173. package/src/helpers/performance/performance-tester.js +1 -1
  174. package/src/helpers/playwright-helper.js +1 -1
  175. package/src/helpers/processHelper.js +1 -1
  176. package/src/helpers/puppeteer-helper.js +1 -1
  177. package/src/helpers/request-spy.js +1 -1
  178. package/src/helpers/setKeepAlive.js +1 -1
  179. package/src/helpers/stackFrameUtils.js +1 -0
  180. package/src/helpers/test-observability/constants.js +1 -1
  181. package/src/helpers/test-observability/error-handler.js +1 -1
  182. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  183. package/src/helpers/test-observability/sessionHandler.js +1 -1
  184. package/src/helpers/test-observability/utils.js +1 -1
  185. package/src/helpers/test-orchestration/constants.js +1 -1
  186. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  187. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  188. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  189. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  190. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  191. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  192. package/src/helpers/testhub/constants.js +1 -1
  193. package/src/helpers/testhub/testhubHandler.js +1 -1
  194. package/src/helpers/testhub/utils.js +1 -1
  195. package/src/helpers/timeoutPromise.js +1 -1
  196. package/src/helpers/utilities.js +1 -1
  197. package/src/helpers/w3cMapping.js +1 -1
  198. package/src/hubAllocationMethods.js +1 -1
  199. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a79_0x21a140=a79_0x5a80;(function(_0x579b44,_0x319be3){const _0x763108=a79_0x5a80,_0x13edb7=_0x579b44();while(!![]){try{const _0x52047a=-parseInt(_0x763108(0x1e2))/0x1*(parseInt(_0x763108(0x19a))/0x2)+-parseInt(_0x763108(0xa9))/0x3*(-parseInt(_0x763108(0xd3))/0x4)+parseInt(_0x763108(0x1aa))/0x5+parseInt(_0x763108(0xcb))/0x6+parseInt(_0x763108(0x14c))/0x7*(parseInt(_0x763108(0xb3))/0x8)+-parseInt(_0x763108(0xa6))/0x9+parseInt(_0x763108(0x9a))/0xa*(-parseInt(_0x763108(0x17f))/0xb);if(_0x52047a===_0x319be3)break;else _0x13edb7['push'](_0x13edb7['shift']());}catch(_0x3f6231){_0x13edb7['push'](_0x13edb7['shift']());}}}(a79_0x2b51,0x4fe3b));const TestFramework=require(a79_0x21a140(0x102)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a79_0x21a140(0xb1)),{createClassLogger}=require(a79_0x21a140(0xee)),TestFrameworkInstance=require(a79_0x21a140(0xc2)),CLIUtils=require(a79_0x21a140(0x169)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a79_0x21a140(0x182)),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),{isInternalHook}=require(a79_0x21a140(0x1ec)),logger=createClassLogger(a79_0x21a140(0x21c)),{v4:uuidv4}=require('uuid'),util=require('util'),TestInfo=require(a79_0x21a140(0x11a)),GrpcClient=require(a79_0x21a140(0x8d)),stackTrace=require(a79_0x21a140(0xc4));class JestTestFramework extends TestFramework{constructor(_0x1dcc6d,_0x335339,_0x2475fa){const _0x314042=a79_0x21a140;super(_0x1dcc6d,_0x335339,_0x2475fa),this[_0x314042(0xdb)]=new Map();}[a79_0x21a140(0x218)](_0x5caec2,_0x329fba,_0x4ce60b){const _0x116db0=a79_0x21a140,_0x49039d={};_0x49039d[_0x116db0(0x89)]=function(_0x479481,_0x3d570b){return _0x479481||_0x3d570b;};const _0x77c624=_0x49039d;if(_0x77c624[_0x116db0(0x89)](!_0x5caec2,!_0x329fba)){logger['warn'](_0x116db0(0x133)+_0x5caec2+_0x116db0(0xe9)+_0x329fba);return;}!this['activeHooks']['has'](_0x5caec2)&&this[_0x116db0(0xdb)][_0x116db0(0xb8)](_0x5caec2,[]);const _0x393e41={'hookUUID':_0x329fba,'hookType':_0x4ce60b,'startedAt':new Date()[_0x116db0(0x1f6)]()};this[_0x116db0(0xdb)]['get'](_0x5caec2)['push'](_0x393e41),logger['debug']('[JestTestFramework]\x20setActiveHook:\x20testIdentifier='+_0x5caec2+_0x116db0(0xe9)+_0x329fba+_0x116db0(0xda)+_0x4ce60b+_0x116db0(0xa0)+this[_0x116db0(0xdb)][_0x116db0(0xbb)](_0x5caec2)[_0x116db0(0x1d7)]);}['removeActiveHook'](_0x595353,_0x406d08){const _0x4dbf7e=a79_0x21a140,_0x3da1c9={};_0x3da1c9[_0x4dbf7e(0x20c)]=function(_0x554872,_0x505d90){return _0x554872||_0x505d90;},_0x3da1c9[_0x4dbf7e(0x14e)]=function(_0x5e3502,_0x20d643){return _0x5e3502!==_0x20d643;},_0x3da1c9['oYaXv']=function(_0x1ff00b,_0x301cdc){return _0x1ff00b===_0x301cdc;};const _0x35cb86=_0x3da1c9;if(_0x35cb86[_0x4dbf7e(0x20c)](!_0x595353,!_0x406d08)){logger[_0x4dbf7e(0x10b)]('[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x595353+_0x4dbf7e(0xe9)+_0x406d08);return;}if(this[_0x4dbf7e(0xdb)]['has'](_0x595353)){const _0x550f6b=this[_0x4dbf7e(0xdb)][_0x4dbf7e(0xbb)](_0x595353),_0x4c8bec=_0x550f6b[_0x4dbf7e(0x1bc)](_0x175004=>_0x175004['hookUUID']===_0x406d08);_0x35cb86[_0x4dbf7e(0x14e)](_0x4c8bec,-0x1)?(_0x550f6b[_0x4dbf7e(0xd5)](_0x4c8bec,0x1),logger[_0x4dbf7e(0x15d)](_0x4dbf7e(0x140)+_0x595353+_0x4dbf7e(0xe9)+_0x406d08+_0x4dbf7e(0x178)+_0x550f6b['length']),_0x35cb86[_0x4dbf7e(0x10f)](_0x550f6b['length'],0x0)&&this[_0x4dbf7e(0xdb)][_0x4dbf7e(0x111)](_0x595353)):logger['debug']('[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier='+_0x595353+_0x4dbf7e(0xe9)+_0x406d08);}}[a79_0x21a140(0x1cd)](_0x4c252c){const _0x33eda6=a79_0x21a140,_0x42da77={};_0x42da77[_0x33eda6(0x148)]=function(_0x438e1d,_0x1ff054){return _0x438e1d>_0x1ff054;},_0x42da77[_0x33eda6(0x176)]=function(_0x19bb05,_0xc31a79){return _0x19bb05-_0xc31a79;};const _0x4c0044=_0x42da77;if(!_0x4c252c)return null;if(this['activeHooks'][_0x33eda6(0xe8)](_0x4c252c)){const _0x503171=this[_0x33eda6(0xdb)][_0x33eda6(0xbb)](_0x4c252c);if(_0x4c0044[_0x33eda6(0x148)](_0x503171['length'],0x0)){const _0x4c2099=_0x503171[_0x4c0044[_0x33eda6(0x176)](_0x503171[_0x33eda6(0x1d7)],0x1)];return logger[_0x33eda6(0x15d)](_0x33eda6(0x1ad)+_0x4c252c+_0x33eda6(0xe9)+_0x4c2099[_0x33eda6(0x81)]+_0x33eda6(0xda)+_0x4c2099['hookType']),_0x4c2099;}}return null;}async[a79_0x21a140(0x15b)](_0x52ff30,_0xe228ba,_0xd4774c={}){const _0x85a80=a79_0x21a140,_0x6fa113={};_0x6fa113[_0x85a80(0x10a)]=_0x85a80(0x215),_0x6fa113['XtElc']=function(_0x449386,_0x4f98a8){return _0x449386===_0x4f98a8;},_0x6fa113[_0x85a80(0xb4)]=function(_0x12c34c,_0x395ef4){return _0x12c34c===_0x395ef4;},_0x6fa113['HbGLh']=function(_0x341b2e,_0x574446){return _0x341b2e||_0x574446;},_0x6fa113[_0x85a80(0xe0)]=_0x85a80(0x187);const _0x268f9b=_0x6fa113;logger[_0x85a80(0x15d)](_0x85a80(0x9f)+_0x52ff30+_0x85a80(0x15e)+_0xe228ba+_0x85a80(0x11e)+Object[_0x85a80(0x165)](_0xd4774c)[_0x85a80(0x17c)](',')),await super['trackEvent'](_0x52ff30,_0xe228ba,_0xd4774c);const _0x4f232e=this[_0x85a80(0xaf)](_0x52ff30,_0xe228ba,_0xd4774c);if(!_0x4f232e){logger['debug'](_0x268f9b['TgJNE']);return;}try{let _0x553908,_0x3e2c5b,_0x53cf41;switch(_0x52ff30){case TestFrameworkState[_0x85a80(0x103)]:_0x553908=_0xd4774c[_0x85a80(0x1c1)];const _0x495422={};_0x495422[_0x85a80(0x1d9)]=0x2,_0x495422[_0x85a80(0x1b0)]=0x3,logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState='+_0xe228ba+_0x85a80(0x204)+util['inspect'](_0x553908,_0x495422)),_0x53cf41=this[_0x85a80(0x1ee)](_0x553908),_0x3e2c5b=null,logger[_0x85a80(0x15d)](_0x85a80(0x206)+_0x53cf41+_0x85a80(0x125));if(_0x268f9b[_0x85a80(0x141)](_0xe228ba,HookState[_0x85a80(0xad)])){logger[_0x85a80(0x15d)](_0x85a80(0x1c3)+_0x53cf41);const _0x49785c={};_0x49785c[_0x85a80(0x1fd)]=_0x3e2c5b,_0x49785c[_0x85a80(0xb7)]=_0x553908,_0x49785c[_0x85a80(0x1f1)]=_0x53cf41;const _0x12228b=this['parseJestTest'](_0x49785c),_0x51fe33={};_0x51fe33[_0x85a80(0x1d9)]=0x2,_0x51fe33['maxArrayLength']=0x3,logger[_0x85a80(0x15d)](_0x85a80(0x158)+util[_0x85a80(0x197)](_0x12228b,_0x51fe33)),_0x4f232e['addMultipleEntries'](_0x12228b),logger[_0x85a80(0x15d)](_0x85a80(0x1bb)+_0x53cf41),await this[_0x85a80(0x210)](_0x4f232e,_0x53cf41);}else{if(_0x268f9b[_0x85a80(0xb4)](_0xe228ba,HookState['POST'])){logger[_0x85a80(0x15d)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20'+_0x53cf41);const _0xeac158=_0x4f232e['getAllData']()[_0x85a80(0xbb)](_0x53cf41);logger[_0x85a80(0x15d)](_0x85a80(0x12e)+util[_0x85a80(0x197)](Object['keys'](_0x268f9b[_0x85a80(0x20b)](_0xeac158,{}))));_0xeac158&&_0xeac158[TestFrameworkConstants[_0x85a80(0x12a)]]?logger[_0x85a80(0x15d)](_0x85a80(0x157)+Object[_0x85a80(0x165)](_0xeac158[TestFrameworkConstants[_0x85a80(0x12a)]])[_0x85a80(0x1d7)]+_0x85a80(0xf3)):logger[_0x85a80(0x15d)](_0x268f9b['XYWmA']);const _0x122612=_0xd4774c[_0x85a80(0x1a8)]||null,_0x443598={};_0x443598[_0x85a80(0x1fd)]=_0x3e2c5b,_0x443598[_0x85a80(0xb7)]=_0x553908,_0x443598[_0x85a80(0x1f1)]=_0x53cf41,_0x443598['originalTest']=_0x122612;const _0x26ffdb=this[_0x85a80(0x12b)](_0x443598),_0x575fcd={};_0x575fcd['depth']=0x2,_0x575fcd[_0x85a80(0x1b0)]=0x3,logger[_0x85a80(0x15d)](_0x85a80(0x156)+util[_0x85a80(0x197)](_0x26ffdb,_0x575fcd)),_0x4f232e[_0x85a80(0x118)](_0x26ffdb),logger[_0x85a80(0x15d)](_0x85a80(0x109)+_0x53cf41),await this[_0x85a80(0x210)](_0x4f232e,_0x53cf41);}}break;case TestFrameworkState[_0x85a80(0x139)]:if(_0x268f9b['Paavq'](_0xe228ba,HookState[_0x85a80(0xd6)])){const _0x4498ff={};_0x4498ff[_0x85a80(0x1d9)]=0x2,logger[_0x85a80(0x15d)](_0x85a80(0x162)+util[_0x85a80(0x197)](_0xd4774c,_0x4498ff)),await this[_0x85a80(0x1f3)](_0x4f232e,_0x52ff30,_0xd4774c);}break;default:if(CLIUtils[_0x85a80(0x14a)](_0x52ff30[_0x85a80(0x1cf)]()[_0x85a80(0x1e3)]('.')[0x1])){const _0x565cf4={};_0x565cf4[_0x85a80(0x1d9)]=0x2,_0x565cf4['maxArrayLength']=0x3,logger[_0x85a80(0x15d)](_0x85a80(0x137)+_0x52ff30+_0x85a80(0x15e)+_0xe228ba+_0x85a80(0x16f)+util[_0x85a80(0x197)](_0xd4774c[_0x85a80(0x202)],_0x565cf4));const _0x1bc0b9=await this['trackHookEvent'](_0x4f232e,_0x52ff30,_0xe228ba,_0xd4774c),_0x33d898={};_0x33d898[_0x85a80(0x1d9)]=0x2,_0x33d898['maxArrayLength']=0x3,logger['debug'](_0x85a80(0x1ac)+util[_0x85a80(0x197)](_0x1bc0b9,_0x33d898)),_0x4f232e[_0x85a80(0x118)](_0x1bc0b9);}else logger['debug'](_0x85a80(0xba)+_0x52ff30+_0x85a80(0x130)+_0xe228ba);break;}logger['debug']('[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState='+_0x52ff30+_0x85a80(0x15e)+_0xe228ba);}catch(_0x518b84){logger[_0x85a80(0x20a)](_0x85a80(0x1ae)+_0x52ff30+_0x85a80(0x15e)+_0xe228ba+_0x85a80(0xd8)+util[_0x85a80(0x13f)](_0x518b84));}_0xd4774c[_0x85a80(0x1b1)]=_0x4f232e,await this[_0x85a80(0xc9)](_0x4f232e,_0x52ff30,_0xe228ba,_0xd4774c);}['getJestTestIdentifier'](_0x591cc6){const _0x3ff5e1=a79_0x21a140,_0x1fdd8e={};_0x1fdd8e['nVZzr']=_0x3ff5e1(0x18a);const _0x5e9722=_0x1fdd8e;if(_0x591cc6&&(_0x591cc6['id']||_0x591cc6[_0x3ff5e1(0x108)])){const _0x33762e=_0x591cc6['id']||_0x591cc6[_0x3ff5e1(0x108)];return logger[_0x3ff5e1(0x15d)](_0x3ff5e1(0x19e)+_0x33762e+_0x3ff5e1(0x12c)),_0x33762e;}return logger[_0x3ff5e1(0x15d)](_0x5e9722[_0x3ff5e1(0xc7)]),process[_0x3ff5e1(0xd2)]+':testAnalyticsId';}[a79_0x21a140(0xaf)](_0x52b5a1,_0x101465,_0x1f1c0f={}){const _0x5683bc=a79_0x21a140;let _0x93ddd2=null;return _0x93ddd2=TestFramework[_0x5683bc(0x1c6)](),!_0x93ddd2?(logger['debug'](_0x5683bc(0x17d)+_0x52b5a1),this[_0x5683bc(0x155)](_0x52b5a1,_0x1f1c0f),_0x93ddd2=TestFramework[_0x5683bc(0x1c6)](),logger[_0x5683bc(0x15d)]('[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists='+!!_0x93ddd2+_0x5683bc(0xcc)+_0x93ddd2?.[_0x5683bc(0x1dc)]()?.[_0x5683bc(0x217)]())):logger[_0x5683bc(0x15d)](_0x5683bc(0x1fe)+_0x93ddd2[_0x5683bc(0x1dc)]()?.[_0x5683bc(0x217)]()),_0x93ddd2;}[a79_0x21a140(0x155)](_0x47bc08,_0x4d8d77){const _0x1ed63b=a79_0x21a140,_0x39f0a6={};_0x39f0a6[_0x1ed63b(0x8f)]='trackJestInstance:\x20instance\x20already\x20exists';const _0x4cfe58=_0x39f0a6;if(TestFramework[_0x1ed63b(0x1c6)]()){logger[_0x1ed63b(0x15d)](_0x4cfe58[_0x1ed63b(0x8f)]);return;}const _0x5414ef=CLIUtils['getCurrentInstanceName'](),_0x2b59eb=TrackedInstance[_0x1ed63b(0x1cc)](_0x5414ef);let _0x310cf5=null;logger[_0x1ed63b(0x15d)]('trackJestInstance:\x20created\x20instance\x20for\x20target='+_0x5414ef+_0x1ed63b(0x135)+_0x47bc08),_0x310cf5=new TestFrameworkInstance(_0x2b59eb,this['getTestFrameworks'](),this['getTestFrameworksVersions'](),_0x47bc08,HookState['NONE']),TestFramework['setTrackedInstance'](_0x2b59eb,_0x310cf5),logger[_0x1ed63b(0x15d)](_0x1ed63b(0x216)+_0x2b59eb[_0x1ed63b(0x217)]()+_0x1ed63b(0x99)+_0x5414ef+_0x1ed63b(0x18d)+this[_0x1ed63b(0x134)]()[0x0]+_0x1ed63b(0x1e6)+this[_0x1ed63b(0x116)]()[this['getTestFrameworks']()[0x0]]);}[a79_0x21a140(0x106)](_0x57f7ac){const _0x4c0819=a79_0x21a140,_0x1d71b4={};_0x1d71b4[_0x4c0819(0x171)]=function(_0x34effb,_0x4ea68a){return _0x34effb||_0x4ea68a;},_0x1d71b4[_0x4c0819(0xdf)]=_0x4c0819(0x186);const _0x45a53c=_0x1d71b4,{testUUID:_0x25188f,testData:_0xd0d7cf,testId:_0x18f960}=_0x57f7ac;if(_0x45a53c[_0x4c0819(0x171)](!_0xd0d7cf,!_0x18f960))return logger[_0x4c0819(0x15d)](_0x45a53c[_0x4c0819(0xdf)]),{};const _0x6b3774=this[_0x4c0819(0x134)]()[0x0],_0x1f1b36=this[_0x4c0819(0x116)](),_0x5228a0={};_0x5228a0['depth']=0x2,_0x5228a0[_0x4c0819(0x1b0)]=0x3,logger[_0x4c0819(0x15d)](_0x4c0819(0x1e4)+util['inspect'](_0xd0d7cf,_0x5228a0));const _0x349753=_0xd0d7cf?.['scopes']||[],_0x272341=this[_0x4c0819(0xa8)](_0xd0d7cf),_0x3b5229=this[_0x4c0819(0xae)](_0xd0d7cf),_0x45a0c3=_0xd0d7cf['fn']?_0xd0d7cf['fn'][_0x4c0819(0x1cf)]():_0xd0d7cf?.[_0x4c0819(0x166)]?_0xd0d7cf['body'][_0x4c0819(0x104)][_0x4c0819(0x1cf)]():null,_0x56fdf9=this[_0x4c0819(0x16b)](_0xd0d7cf),_0x24ddc5={[TestFrameworkConstants[_0x4c0819(0x82)]]:_0x6b3774,[TestFrameworkConstants[_0x4c0819(0x93)]]:_0x1f1b36[_0x6b3774],[TestFrameworkConstants[_0x4c0819(0xc3)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants[_0x4c0819(0x175)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x4c0819(0x1c9)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x272341,[TestFrameworkConstants[_0x4c0819(0xab)]]:_0x3b5229,[TestFrameworkConstants[_0x4c0819(0x1f4)]]:_0x18f960,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x272341,[TestFrameworkConstants[_0x4c0819(0x13c)]]:_0x3b5229,[TestFrameworkConstants[_0x4c0819(0x13a)]]:_0x45a0c3,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x56fdf9,[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0xd0d7cf[_0x4c0819(0xc1)]||new Date()[_0x4c0819(0x1f6)](),[TestFrameworkConstants[_0x4c0819(0x100)]]:_0x349753[0x0]||'',[TestFrameworkConstants[_0x4c0819(0x1f8)]]:_0x349753,[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x272341,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x4c0819(0x96)]]:{}};_0xd0d7cf[_0x4c0819(0x1b3)]&&(_0x24ddc5[TestFrameworkConstants[_0x4c0819(0x97)]]=_0xd0d7cf['retryOf']);logger[_0x4c0819(0x15d)]('[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName='+_0x272341+_0x4c0819(0x1ca)+_0x18f960+_0x4c0819(0xbc)+JSON[_0x4c0819(0x117)](_0x56fdf9)+',\x20scopes='+util[_0x4c0819(0x197)](_0x349753)+_0x4c0819(0x101)+_0x3b5229);const _0x264d7={};return _0x264d7[_0x18f960]=_0x24ddc5,_0x264d7;}[a79_0x21a140(0x12b)](_0x1a8a35){const _0x28f782=a79_0x21a140,_0xcf281f={'iGcvW':function(_0x5cb7c0,_0x14f0bc){return _0x5cb7c0===_0x14f0bc;},'FGtaX':_0x28f782(0x1fb),'jQxHP':_0x28f782(0xbe),'zVgLf':_0x28f782(0x16a),'KRyVj':_0x28f782(0x1bd),'RMKHK':function(_0x490eff,_0x489e15){return _0x490eff||_0x489e15;},'FLeSe':'No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','AFtVD':_0x28f782(0xc5),'sNCfY':function(_0x270241,_0x35eb8f){return _0x270241>_0x35eb8f;},'ERxTH':_0x28f782(0x1eb),'iEckc':function(_0x1c3de4,_0x5cc01e){return _0x1c3de4===_0x5cc01e;},'QDDTt':_0x28f782(0x12f),'gTImV':function(_0x61ae8e,_0x14cd0d){return _0x61ae8e===_0x14cd0d;},'xMJRl':_0x28f782(0x85),'lzSQN':_0x28f782(0x160),'xZvPY':function(_0x2b901e,_0x298e83){return _0x2b901e===_0x298e83;},'wbJFh':function(_0x15e837,_0x17e06a){return _0x15e837!==_0x17e06a;},'wvmiD':function(_0xf8dbeb,_0x539769,_0x3de4f6,_0x35cedc){return _0xf8dbeb(_0x539769,_0x3de4f6,_0x35cedc);},'LJDYw':function(_0xbea989,_0x1918c7){return _0xbea989>_0x1918c7;},'OgcGK':'[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','wwFfh':function(_0x447b2e,_0x2a7b7d){return _0x447b2e===_0x2a7b7d;}},{testUUID:_0x35ca97,testData:_0x29da07,testId:_0x36d589}=_0x1a8a35;if(_0xcf281f[_0x28f782(0xdd)](!_0x29da07,!_0x36d589))return logger[_0x28f782(0x15d)](_0xcf281f[_0x28f782(0x1a7)]),{};const _0x12d358=this[_0x28f782(0xaf)](TestFrameworkState['TEST'],HookState['POST']),_0x28ad73=_0x12d358[_0x28f782(0x189)]()[_0x28f782(0xbb)](_0x36d589),_0x2e13e6=_0xcf281f[_0x28f782(0xdd)](_0x28ad73,{}),_0x140306=_0x2e13e6?_0x2e13e6[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{},_0x34c491=_0x2e13e6[TestFrameworkConstants[_0x28f782(0x12a)]];logger['debug'](_0x28f782(0x20f)+(_0x34c491?Object[_0x28f782(0x165)](_0x34c491)['length']:0x0)+_0x28f782(0x185));let _0x525084=_0xcf281f[_0x28f782(0x208)];if(_0x29da07[_0x28f782(0x88)])_0x525084=_0x29da07[_0x28f782(0x88)];else{if(_0x29da07[_0x28f782(0x146)]&&_0xcf281f['sNCfY'](_0x29da07[_0x28f782(0x146)]['length'],0x0))_0x525084=_0xcf281f['ERxTH'];else _0xcf281f[_0x28f782(0x1d5)](_0x29da07[_0x28f782(0x11b)],_0xcf281f[_0x28f782(0xaa)])||_0xcf281f['gTImV'](_0x29da07[_0x28f782(0x11b)],_0xcf281f[_0x28f782(0xeb)])?_0x525084=_0xcf281f['xMJRl']:_0x525084=_0xcf281f[_0x28f782(0x188)];}const _0x455f1c={..._0x2e13e6,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x525084,[TestFrameworkConstants[_0x28f782(0x86)]]:_0x29da07[_0x28f782(0xe2)]||new Date()[_0x28f782(0x1f6)](),[TestFrameworkConstants[_0x28f782(0x1dd)]]:new Date()[_0x28f782(0x1f6)](),[TestFrameworkConstants[_0x28f782(0x1a2)]]:_0x140306,[TestFrameworkConstants[_0x28f782(0x1f9)]]:_0x2e13e6[TestFrameworkConstants[_0x28f782(0x1f9)]]||[],[TestFrameworkConstants[_0x28f782(0x96)]]:{}};if(_0xcf281f[_0x28f782(0x8a)](_0x525084,_0xcf281f[_0x28f782(0x207)])&&_0x29da07[_0x28f782(0x146)]){const _0x485241=this['getJestFailureReason'](_0x29da07),_0x51b16b=this[_0x28f782(0xb2)](_0x29da07),_0x47e6a3=this[_0x28f782(0xef)](_0x29da07);_0x455f1c[TestFrameworkConstants[_0x28f782(0xb5)]]=_0x51b16b,_0x455f1c[TestFrameworkConstants[_0x28f782(0x195)]]=_0x485241,_0x455f1c[TestFrameworkConstants[_0x28f782(0x199)]]=_0x47e6a3;}_0xcf281f[_0x28f782(0xa2)](_0x29da07[_0x28f782(0x1db)],undefined)&&(_0x455f1c[TestFrameworkConstants[_0x28f782(0x10e)]]=_0x29da07[_0x28f782(0x1db)]);_0x29da07[_0x28f782(0x1b3)]&&(_0x455f1c[TestFrameworkConstants[_0x28f782(0x97)]]=_0x29da07[_0x28f782(0x1b3)]);const _0x26a861=_0x28ad73?_0x28ad73[TestFrameworkConstants[_0x28f782(0x12a)]]||{}:{},_0x575bbe=_0x28ad73?_0x28ad73[TestFrameworkConstants[_0x28f782(0x150)]]:_0x35ca97,_0x3f6a4a=_0xcf281f['wvmiD'](getManualUploadLogs,_0x26a861,_0x575bbe,_0x36d589);if(_0xcf281f[_0x28f782(0x92)](_0x3f6a4a[_0x28f782(0x1d7)],0x0)){const _0x20dfb8=_0x455f1c[TestFrameworkConstants[_0x28f782(0x1f9)]]||[];_0x455f1c[TestFrameworkConstants['KEY_LOGS']]=[..._0x20dfb8,..._0x3f6a4a];}const _0x30a106=_0x2e13e6[TestFrameworkConstants[_0x28f782(0x205)]]||{},_0x19fed4=_0x2e13e6[TestFrameworkConstants['KEY_HOOKS_STARTED']]||{},_0x5e2eb6={..._0x30a106},_0x11c817=_0x5e2eb6;Object['keys'](_0x19fed4)[_0x28f782(0xf0)](_0x4d25d1=>{const _0xaeaa2f=_0x28f782;!_0x11c817[_0x4d25d1]&&(_0x11c817[_0x4d25d1]=[]);const _0xd52dcd=new Set((_0x11c817[_0x4d25d1]||[])['map'](_0xbe70d5=>_0xbe70d5[TestFrameworkConstants[_0xaeaa2f(0x95)]]||_0xbe70d5[_0xaeaa2f(0x1d8)]));(_0x19fed4[_0x4d25d1]||[])[_0xaeaa2f(0xf0)](_0x310dc9=>{const _0x4cfc5e=_0xaeaa2f,_0x44118e=_0x310dc9[TestFrameworkConstants[_0x4cfc5e(0x95)]]||_0x310dc9[_0x4cfc5e(0x1d8)];if(!_0xd52dcd[_0x4cfc5e(0xe8)](_0x44118e)){const _0x5852ae={..._0x310dc9},_0x311ab0=_0x5852ae;!_0x311ab0[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]&&!_0x311ab0[_0x4cfc5e(0xa3)]&&(_0x311ab0[TestFrameworkConstants[_0x4cfc5e(0x1fc)]]=new Date()['toISOString']()),!_0x311ab0[TestFrameworkConstants[_0x4cfc5e(0x126)]]&&!_0x311ab0['hook_result']&&(_0x311ab0[TestFrameworkConstants[_0x4cfc5e(0x126)]]=TestFrameworkConstants[_0x4cfc5e(0x18f)]),_0x11c817[_0x4d25d1][_0x4cfc5e(0x83)](_0x311ab0);}});});if(_0x1a8a35[_0x28f782(0x1a8)]){this[_0x28f782(0x9b)](_0x1a8a35[_0x28f782(0x1a8)]);const _0x20c47d=this['buildHookMapFromTest'](_0x1a8a35[_0x28f782(0x1a8)]),_0x222a23=this['getHooksForTest'](_0x1a8a35[_0x28f782(0x1a8)]);_0x222a23[_0x28f782(0xf0)](_0x3cf0df=>{const _0x925d96=_0x28f782,_0xf77687=_0x20c47d['get'](_0x3cf0df);if(_0xf77687&&(_0xcf281f['iGcvW'](_0xf77687[_0x925d96(0x8b)],_0xcf281f[_0x925d96(0xc0)])||_0xcf281f[_0x925d96(0x143)](_0xf77687['type'],_0xcf281f[_0x925d96(0x142)]))){const _0x519aaf=_0xf77687[_0x925d96(0x8b)][_0x925d96(0x1d0)]()[_0x925d96(0x9c)](_0xcf281f['zVgLf'],_0xcf281f[_0x925d96(0xe1)]),_0x371baf=_0x519aaf;!_0x11c817[_0x371baf]&&(_0x11c817[_0x371baf]=[]);const _0x5c8450=_0x11c817[_0x371baf][_0x925d96(0x200)](_0x234601=>(_0x234601[TestFrameworkConstants[_0x925d96(0x95)]]||_0x234601[_0x925d96(0x1d8)])===_0x3cf0df);!_0x5c8450&&_0x11c817[_0x371baf][_0x925d96(0x83)]({'key':_0x371baf,[TestFrameworkConstants[_0x925d96(0x95)]]:_0x3cf0df,[TestFrameworkConstants[_0x925d96(0x126)]]:TestFrameworkConstants[_0x925d96(0x18f)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:new Date()[_0x925d96(0x1f6)](),[TestFrameworkConstants[_0x925d96(0x1fc)]]:new Date()[_0x925d96(0x1f6)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x925d96(0xa1)]]:_0xf77687['name']||_0xf77687[_0x925d96(0x8b)]+_0x925d96(0xb6),[TestFrameworkConstants[_0x925d96(0x1a2)]]:_0x140306});}});}if(_0x29da07[_0x28f782(0xc6)]&&_0xcf281f[_0x28f782(0x87)](_0x29da07[_0x28f782(0xc6)][_0x28f782(0x1d7)],0x0))_0x455f1c[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x29da07['hooks'],logger[_0x28f782(0x15d)](_0xcf281f['OgcGK']);else _0xcf281f[_0x28f782(0x87)](Object[_0x28f782(0x165)](_0x11c817)['length'],0x0)&&(_0x455f1c[TestFrameworkConstants[_0x28f782(0x205)]]=_0x11c817,logger[_0x28f782(0x15d)](_0x28f782(0x1b5)+Object['keys'](_0x11c817)['join'](',')));const _0x1b0661=this[_0x28f782(0xa8)](_0x29da07);logger[_0x28f782(0x15d)]('[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName='+_0x1b0661+_0x28f782(0x1ca)+_0x36d589+_0x28f782(0xb0)+_0x525084+',\x20duration='+_0x29da07[_0x28f782(0x1db)]);_0xcf281f[_0x28f782(0x1ef)](_0x525084,_0xcf281f[_0x28f782(0x207)])&&logger['debug'](_0x28f782(0x13d)+_0x36d589+_0x28f782(0xce)+_0x455f1c[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]+_0x28f782(0xd0)+_0x455f1c[TestFrameworkConstants[_0x28f782(0x195)]]?.[_0x28f782(0x19c)](0x0,0xc8));const _0x46304f={};return _0x46304f[_0x36d589]=_0x455f1c,_0x46304f;}[a79_0x21a140(0x1e7)](_0x3a1911){const _0x2a9cb1=a79_0x21a140,_0xf0a795={};_0xf0a795[_0x2a9cb1(0x203)]=function(_0x373559,_0x1b10dc){return _0x373559!==_0x1b10dc;},_0xf0a795['HmbTA']=function(_0x35887c,_0x56cd9f){return _0x35887c!==_0x56cd9f;},_0xf0a795[_0x2a9cb1(0x191)]='ROOT_DESCRIBE_BLOCK';const _0xe2601c=_0xf0a795,_0x3b00d4={};_0x3b00d4[_0x2a9cb1(0x1d9)]=0x2,_0x3b00d4[_0x2a9cb1(0x1b0)]=0x3,logger[_0x2a9cb1(0x15d)]('[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20'+util[_0x2a9cb1(0x197)](_0x3a1911,_0x3b00d4));const _0x482252=[];if(_0x3a1911&&_0x3a1911[_0x2a9cb1(0x212)]){let _0x1be575=_0x3a1911[_0x2a9cb1(0x212)];while(_0x1be575&&_0x1be575['name']&&_0xe2601c[_0x2a9cb1(0x203)](_0x1be575[_0x2a9cb1(0x84)],'')&&_0xe2601c[_0x2a9cb1(0xea)](_0x1be575['name'],_0xe2601c[_0x2a9cb1(0x191)])){_0x482252['push'](_0x1be575[_0x2a9cb1(0x84)]),_0x1be575=_0x1be575[_0x2a9cb1(0x212)];}}return _0x482252[_0x2a9cb1(0x1bf)]();}[a79_0x21a140(0xa8)](_0x4a9c6e){const _0x43a11d=a79_0x21a140,_0x220714={};_0x220714['UCHwm']=_0x43a11d(0x1f2);const _0x5df283=_0x220714;if(_0x4a9c6e[_0x43a11d(0x84)])return _0x4a9c6e['name'];if(_0x4a9c6e[_0x43a11d(0x11f)])return _0x4a9c6e[_0x43a11d(0x11f)];return _0x5df283[_0x43a11d(0x113)];}['getJestTestTags'](_0x4efcde){const _0x173880=a79_0x21a140,_0x51a858=[];if(_0x4efcde[_0x173880(0x1b8)]&&Array[_0x173880(0x12d)](_0x4efcde[_0x173880(0x1b8)]))return _0x4efcde['tags']['map'](_0x23ed11=>_0x23ed11['startsWith']('@')?_0x23ed11['substr'](0x1):_0x23ed11);const _0x33dd5d=this[_0x173880(0xa8)](_0x4efcde),_0x4abbf9=_0x33dd5d[_0x173880(0x17a)](/@(\w+)/g);if(_0x4abbf9)return _0x4abbf9[_0x173880(0x18e)](_0xd521b3=>_0xd521b3[_0x173880(0x107)](0x1));return _0x4efcde[_0x173880(0x129)]&&Array[_0x173880(0x12d)](_0x4efcde[_0x173880(0x129)])&&_0x4efcde[_0x173880(0x129)][_0x173880(0xf0)](_0xf32ed3=>{const _0x5d6a80=_0x173880,_0x58532c=_0xf32ed3[_0x5d6a80(0x17a)](/@(\w+)/g);_0x58532c&&_0x58532c[_0x5d6a80(0xf0)](_0x4ad910=>{const _0x3767a5=_0x5d6a80,_0x42b60e=_0x4ad910[_0x3767a5(0x107)](0x1);!_0x51a858[_0x3767a5(0x17b)](_0x42b60e)&&_0x51a858[_0x3767a5(0x83)](_0x42b60e);});}),_0x51a858;}[a79_0x21a140(0xae)](_0x724dab){const _0x6f814e=a79_0x21a140,_0x13edc6={'EWLRe':function(_0x2d1e50,_0x598e57){return _0x2d1e50(_0x598e57);},'yyGkM':_0x6f814e(0xc4)};if(_0x724dab[_0x6f814e(0x193)])return _0x724dab[_0x6f814e(0x193)];if(_0x724dab[_0x6f814e(0x1d4)]){const _0x159c14=_0x13edc6[_0x6f814e(0x112)](require,_0x13edc6['yyGkM']);try{const _0x3cceca=_0x159c14['parse'](_0x724dab[_0x6f814e(0x1d4)]);if(_0x3cceca[0x0]&&_0x3cceca[0x0][_0x6f814e(0x16c)])return _0x3cceca[0x0][_0x6f814e(0x16c)]();}catch(_0x2ad9f3){logger[_0x6f814e(0x15d)](_0x6f814e(0x149)+util[_0x6f814e(0x13f)](_0x2ad9f3));}}return null;}[a79_0x21a140(0x11c)](_0x13eeb9){const _0x457579=a79_0x21a140,_0x2a8fb2={};_0x2a8fb2[_0x457579(0xd1)]=function(_0x4ab4c4,_0x224e40){return _0x4ab4c4>_0x224e40;},_0x2a8fb2['GWzvl']=_0x457579(0x145);const _0x9e3557=_0x2a8fb2;if(_0x13eeb9['errorsDetailed']&&_0x9e3557[_0x457579(0xd1)](_0x13eeb9[_0x457579(0x146)]['length'],0x0))return util[_0x457579(0x197)](_0x13eeb9[_0x457579(0x146)][0x0]);if(_0x13eeb9['failure_reason'])return _0x13eeb9[_0x457579(0x15c)];return _0x9e3557[_0x457579(0x1a4)];}[a79_0x21a140(0xb2)](_0x46a78e){const _0x363f0e=a79_0x21a140,_0x33f03e={};_0x33f03e[_0x363f0e(0x13e)]=_0x363f0e(0x114),_0x33f03e[_0x363f0e(0x194)]='AssertionError',_0x33f03e[_0x363f0e(0x136)]=_0x363f0e(0x13b);const _0x4fdfc3=_0x33f03e,_0x22977e=this[_0x363f0e(0x11c)](_0x46a78e);if(_0x22977e&&_0x22977e[_0x363f0e(0x17b)](_0x4fdfc3[_0x363f0e(0x13e)]))return _0x4fdfc3[_0x363f0e(0x194)];return _0x4fdfc3[_0x363f0e(0x136)];}[a79_0x21a140(0xef)](_0x4f600a){const _0x341e19=a79_0x21a140,_0xb21673={'EHBCM':function(_0x5f0422,_0x53b380){return _0x5f0422(_0x53b380);},'jMWXx':_0x341e19(0x1ec),'EoYtX':function(_0x1e6840,_0x2a4b95){return _0x1e6840!==_0x2a4b95;},'lJTTt':_0x341e19(0x1c1)},{failureData:_0x15960e}=_0xb21673[_0x341e19(0x80)](require,_0xb21673[_0x341e19(0x1d1)]),_0x524e5c=[];return _0xb21673[_0x341e19(0x209)](_0x4f600a[_0x341e19(0x146)],undefined)&&_0x524e5c[_0x341e19(0x83)](_0x4f600a[_0x341e19(0x146)],_0xb21673['lJTTt']),_0x15960e[_0x341e19(0x16d)](null,_0x524e5c);}async[a79_0x21a140(0x1cb)](_0x26f211,_0x615521,_0x16932a,_0x294f7b){const _0xa7d060=a79_0x21a140,_0x2197ec={'EZKBU':_0xa7d060(0xdc),'NNvhP':function(_0x574e06){return _0x574e06();},'NdFyq':function(_0x23a62e,_0x2ab482){return _0x23a62e in _0x2ab482;},'AfHZD':function(_0x50ff3b,_0x5b9931){return _0x50ff3b===_0x5b9931;},'mOfCy':function(_0x5673ee,_0x17c13a){return _0x5673ee>_0x17c13a;},'iVdRw':'failed','KugFk':_0xa7d060(0x160),'UOiHl':function(_0xa5e29d,_0xfa819b){return _0xa5e29d===_0xfa819b;},'LLcJx':_0xa7d060(0x151),'pEyfS':function(_0x14deb7,_0x1b12bf){return _0x14deb7>_0x1b12bf;},'BiNmw':function(_0x368cc7,_0x594324){return _0x368cc7===_0x594324;},'YzWGn':function(_0x46c095,_0x4e2ab9){return _0x46c095!==_0x4e2ab9;}},{hookData:_0x56aebe}=_0x294f7b,_0x4312d8=_0x16932a[_0xa7d060(0x1cf)](),_0xc39d4b=_0x615521['toString'](),_0x40d0fc={};_0x40d0fc[_0xa7d060(0x1d9)]=0x2,_0x40d0fc[_0xa7d060(0x1b0)]=0x3,logger['debug'](_0xa7d060(0x128)+_0xc39d4b+_0xa7d060(0x15e)+_0x4312d8+_0xa7d060(0x16f)+util[_0xa7d060(0x197)](_0x56aebe,_0x40d0fc));if(!_0x56aebe)return logger[_0xa7d060(0x15d)](_0x2197ec[_0xa7d060(0x18b)]),{};const _0x39565e=_0x56aebe[_0xa7d060(0x108)]||_0x56aebe[_0xa7d060(0xf4)]||_0x2197ec[_0xa7d060(0x127)](uuidv4),_0x33953e=_0x56aebe['test_run_id']||this[_0xa7d060(0x1ee)](_0x56aebe),_0x51ff72=_0x615521[_0xa7d060(0x1cf)]()[_0xa7d060(0x1e3)]('.')[0x1],_0x20c5a1=_0x26f211['getAllData']()[_0xa7d060(0xbb)](_0x33953e),_0x24e488=_0x20c5a1?_0x20c5a1[TestFrameworkConstants[_0xa7d060(0x1a2)]]||{}:{};logger[_0xa7d060(0x15d)](_0xa7d060(0x159)+_0x39565e+',\x20testId='+_0x33953e+_0xa7d060(0x9e)+_0x51ff72+_0xa7d060(0x15e)+_0x4312d8);if(!_0x20c5a1)return logger['debug'](_0xa7d060(0x163)+_0x33953e+_0xa7d060(0x138)),this['storePendingHook'](_0x26f211,_0x33953e,_0x615521,_0x16932a,_0x294f7b),{};let _0x4cc48c=_0x20c5a1[TestFrameworkConstants[_0xa7d060(0x175)]];!_0x4cc48c&&(_0x4cc48c={});!_0x2197ec[_0xa7d060(0x1d3)](_0x51ff72,_0x4cc48c)&&(_0x4cc48c[_0x51ff72]=[]);let _0x114f38=_0x20c5a1[TestFrameworkConstants[_0xa7d060(0x205)]];!_0x114f38&&(_0x114f38={});!_0x2197ec[_0xa7d060(0x1d3)](_0x51ff72,_0x114f38)&&(_0x114f38[_0x51ff72]=[]);const _0x14a1ff={[_0x33953e]:{[TestFrameworkConstants[_0xa7d060(0x175)]]:_0x4cc48c,[TestFrameworkConstants[_0xa7d060(0x205)]]:_0x114f38,[TestFrameworkConstants[_0xa7d060(0x82)]]:this[_0xa7d060(0x134)]()[0x0]||'',[TestFrameworkConstants[_0xa7d060(0x93)]]:this['getTestFrameworksVersions']()[this['getTestFrameworks']()[0x0]]||''}};if(_0x2197ec['AfHZD'](_0x16932a,HookState[_0xa7d060(0xad)])){const _0x537229={'key':_0x51ff72,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x39565e,[TestFrameworkConstants[_0xa7d060(0x126)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0xa7d060(0xec)]]:_0x56aebe[_0xa7d060(0xc1)]||new Date()[_0xa7d060(0x1f6)](),[TestFrameworkConstants[_0xa7d060(0x120)]]:[],[TestFrameworkConstants[_0xa7d060(0xa1)]]:_0x56aebe[_0xa7d060(0x84)]||_0x56aebe[_0xa7d060(0x1c7)]||_0x51ff72,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x24e488};_0x4cc48c[_0x51ff72][_0xa7d060(0x83)](_0x537229),_0x14a1ff[_0x33953e][TestFrameworkConstants[_0xa7d060(0xf8)]]=_0x51ff72;const _0x5bd83d={};_0x5bd83d[_0xa7d060(0x1d9)]=0x2,logger['debug'](_0xa7d060(0x214)+_0x51ff72+',\x20hookId='+_0x39565e+_0xa7d060(0x1ca)+_0x33953e+_0xa7d060(0x14b)+util['inspect'](_0x537229,_0x5bd83d));}else{if(_0x2197ec[_0xa7d060(0xbf)](_0x16932a,HookState[_0xa7d060(0xd6)])){const _0x369863=_0x56aebe[_0xa7d060(0x88)]||(_0x56aebe[_0xa7d060(0x146)]&&_0x2197ec[_0xa7d060(0x1e8)](_0x56aebe[_0xa7d060(0x146)][_0xa7d060(0x1d7)],0x0)?_0x2197ec[_0xa7d060(0x170)]:_0x2197ec[_0xa7d060(0x124)]),_0x59846b=_0x4cc48c[_0x51ff72]||[];logger[_0xa7d060(0x15d)](_0xa7d060(0x1d2)+_0x51ff72+_0xa7d060(0x1ca)+_0x33953e+_0xa7d060(0x90)+_0x369863+_0xa7d060(0x11d)+_0x59846b[_0xa7d060(0x1d7)]);if(_0x2197ec[_0xa7d060(0xbf)](_0x59846b[_0xa7d060(0x1d7)],0x0)&&_0x2197ec[_0xa7d060(0x1ed)](_0x615521,TestFrameworkState[_0xa7d060(0x1ff)]))return logger[_0xa7d060(0x15d)](_0x2197ec['LLcJx']),this[_0xa7d060(0x1a5)](_0x26f211,_0x33953e,_0x615521,_0x16932a,_0x294f7b),{};if(_0x2197ec[_0xa7d060(0x19f)](_0x59846b[_0xa7d060(0x1d7)],0x0)){const _0x3bf3ed=_0x59846b['pop']();_0x2197ec[_0xa7d060(0x91)](_0x369863,_0x2197ec[_0xa7d060(0x170)])&&_0x56aebe[_0xa7d060(0x146)]?(_0x3bf3ed[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this['getJestFailureType'](_0x56aebe),_0x3bf3ed[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]=this[_0xa7d060(0x11c)](_0x56aebe),_0x3bf3ed[TestFrameworkConstants[_0xa7d060(0xa5)]]=this[_0xa7d060(0xef)](_0x56aebe),logger['debug'](_0xa7d060(0x190)+_0x51ff72+_0xa7d060(0xce)+_0x3bf3ed[TestFrameworkConstants[_0xa7d060(0x1b9)]]+',\x20failureReason='+_0x3bf3ed[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]?.[_0xa7d060(0x19c)](0x0,0xc8))):_0x3bf3ed[TestFrameworkConstants[_0xa7d060(0x126)]]=_0x2197ec[_0xa7d060(0x124)];_0x2197ec[_0xa7d060(0x1d6)](_0x369863,TestFrameworkConstants[_0xa7d060(0x18f)])&&(_0x3bf3ed[TestFrameworkConstants[_0xa7d060(0x126)]]=_0x369863);_0x3bf3ed[TestFrameworkConstants[_0xa7d060(0x1fc)]]=_0x56aebe[_0xa7d060(0xe2)]||new Date()[_0xa7d060(0x1f6)](),_0x3bf3ed[TestFrameworkConstants[_0xa7d060(0x1a2)]]=_0x24e488;const _0x292a1d=_0x3bf3ed[TestFrameworkConstants['KEY_HOOK_ID']];!_0x114f38[_0x51ff72]&&(_0x114f38[_0x51ff72]=[]);_0x114f38[_0x51ff72][_0xa7d060(0x83)](_0x3bf3ed),_0x14a1ff[_0x33953e][TestFrameworkConstants[_0xa7d060(0x10c)]]=_0x51ff72;const _0x32df20={};_0x32df20[_0xa7d060(0x1d9)]=0x2,logger['debug'](_0xa7d060(0xfe)+_0x51ff72+_0xa7d060(0x8e)+_0x292a1d+_0xa7d060(0x90)+_0x369863+',\x20hook='+util[_0xa7d060(0x197)](_0x3bf3ed,_0x32df20));}}}return _0x14a1ff;}[a79_0x21a140(0xb9)](_0x4b4b0d){const _0x3013ad=a79_0x21a140,_0x5c4c63={};_0x5c4c63[_0x3013ad(0x94)]='base64';const _0x3851ef=_0x5c4c63;try{const _0x1fa3e0=_0x4b4b0d[_0x3013ad(0x1c1)]?this['getJestTestIdentifier'](_0x4b4b0d['test']):_0x4b4b0d[_0x3013ad(0x202)][_0x3013ad(0x180)],_0x236212=_0x4b4b0d[_0x3013ad(0x1b1)],_0x19b0fb=_0x236212[_0x3013ad(0x1dc)](),_0x5257c2=_0x236212[_0x3013ad(0x189)]()['get'](_0x1fa3e0);if(!_0x5257c2)return logger[_0x3013ad(0x15d)](_0x3013ad(0x1ce)+_0x1fa3e0),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x641cde=this[_0x3013ad(0x134)]()[0x0]||'',[TestFrameworkConstants[_0x3013ad(0x93)]]:_0x30adb8=this[_0x3013ad(0x116)]()[this['getTestFrameworks']()[0x0]]||'',[TestFrameworkConstants[_0x3013ad(0x7f)]]:_0x3e830c='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x2955d1=''}=_0x5257c2,_0x4fa156=_0x236212[_0x3013ad(0x105)]()[_0x3013ad(0x1cf)]()['split']('.')[0x1],_0x5e8a03=_0x236212[_0x3013ad(0x115)]()[_0x3013ad(0x1cf)]()[_0x3013ad(0x1e3)]('.')[0x1],_0xb0e888=global?.[_0x3013ad(0x1f5)]?.[_0x3013ad(0x19d)]?.[_0x3013ad(0x121)]||global[_0x3013ad(0x173)]||0x0,_0x5a495f=_0x236212[_0x3013ad(0xd4)](),_0x3f8ee3=Buffer[_0x3013ad(0x196)](JSON[_0x3013ad(0x117)](_0x5257c2))[_0x3013ad(0x1cf)](_0x3851ef['dQdtl']),_0x134f01={'hash':_0x19b0fb[_0x3013ad(0x217)](),'threadId':_0x19b0fb[_0x3013ad(0x1b7)]()[_0x3013ad(0x1cf)](),'processId':_0x19b0fb['getProcessId']()[_0x3013ad(0x1cf)]()},_0x2fb42f={};_0x2fb42f[_0x3013ad(0xf5)]=_0xb0e888,_0x2fb42f['testFrameworkName']=_0x641cde,_0x2fb42f['testFrameworkVersion']=_0x30adb8,_0x2fb42f[_0x3013ad(0x192)]=_0x4fa156,_0x2fb42f[_0x3013ad(0x1c2)]=_0x5e8a03,_0x2fb42f[_0x3013ad(0x1a0)]=_0x3e830c,_0x2fb42f['endedAt']=_0x2955d1,_0x2fb42f[_0x3013ad(0x108)]=_0x5a495f,_0x2fb42f['eventJson']=_0x3f8ee3,_0x2fb42f[_0x3013ad(0xfb)]=_0x134f01,_0x2fb42f[_0x3013ad(0xf6)]=_0x1fa3e0;const _0x15ddee=_0x2fb42f;return _0x15ddee;}catch(_0x5c0d65){return logger[_0x3013ad(0x20a)](_0x3013ad(0x15f)+util[_0x3013ad(0x13f)](_0x5c0d65)),{};}}async['sendLogCreatedEvent'](_0x58fc06,_0x442700,_0x2af489){const _0x47466d=a79_0x21a140,_0x1d5f58={'tgXPl':function(_0x4664c9,_0x19c884){return _0x4664c9+_0x19c884;},'hZeLj':_0x47466d(0xe5),'cbHek':_0x47466d(0xf1),'CfUuj':function(_0x418dba,_0x1e0de1){return _0x418dba>_0x1e0de1;},'UGJHt':function(_0x1499e4,_0x55bb0e,_0x53ed51,_0x43088d){return _0x1499e4(_0x55bb0e,_0x53ed51,_0x43088d);},'lzzQR':function(_0x464ef7,_0x115487){return _0x464ef7-_0x115487;},'LXUXs':function(_0x3a0fd4,_0x1c6e63){return _0x3a0fd4===_0x1c6e63;},'ALerm':function(_0x1ee668,_0xdf15d0){return _0x1ee668/_0xdf15d0;},'PWocW':function(_0x2e10dd,_0x2cd059){return _0x2e10dd<_0x2cd059;},'pPikb':function(_0x5ea46d,_0x276108){return _0x5ea46d*_0x276108;},'TKwun':function(_0x46fc97,_0x207111){return _0x46fc97+_0x207111;},'ycXBI':function(_0x5bd0ad,_0x923582){return _0x5bd0ad+_0x923582;},'lFcko':function(_0x420fdd,_0x4086ea){return _0x420fdd>_0x4086ea;}};try{const _0x25b310=_0x2af489[_0x47466d(0x1fd)]||_0x2af489['testId'],_0xc90cd7=Array[_0x47466d(0x196)](_0x58fc06[_0x47466d(0x189)]()[_0x47466d(0x165)]()),_0x540894=_0x58fc06[_0x47466d(0x189)]()[_0x47466d(0xbb)](_0x25b310);if(!_0x540894){logger[_0x47466d(0x15d)](_0x47466d(0x119)+_0x25b310);return;}const {[TestFrameworkConstants[_0x47466d(0x82)]]:_0xe37d3d='',[TestFrameworkConstants[_0x47466d(0x93)]]:_0x584d21=''}=_0x540894;let _0x518fde=[];_0x540894&&_0x540894[TestFrameworkConstants[_0x47466d(0x1f9)]]&&Array[_0x47466d(0x12d)](_0x540894[TestFrameworkConstants[_0x47466d(0x1f9)]])?(_0x518fde=_0x540894[TestFrameworkConstants['KEY_LOGS']]||[],logger[_0x47466d(0x15d)](_0x47466d(0x98)+_0x518fde[_0x47466d(0x1d7)]+_0x47466d(0x1b2)+_0x25b310),_0x58fc06[_0x47466d(0x118)]({[_0x25b310]:{[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants[_0x47466d(0x82)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x47466d(0x93)]]:this[_0x47466d(0x116)]()[this['getTestFrameworks']()[0x0]]||''}}),logger[_0x47466d(0x15d)](_0x47466d(0x20d)+_0x25b310)):logger[_0x47466d(0x15d)](_0x47466d(0xa7)+_0x25b310);logger[_0x47466d(0x15d)](_0x47466d(0x172)+_0x518fde['length']+'\x20for\x20testId:\x20'+_0x25b310);const _0x1524e4=_0x518fde[_0x47466d(0x184)](_0x32730f=>_0x32730f[_0x47466d(0x14d)]===_0x47466d(0xf7));_0x1d5f58[_0x47466d(0x9d)](_0x1524e4['length'],0x0)&&(logger[_0x47466d(0x15d)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20'+_0x1524e4[_0x47466d(0x1d7)]+_0x47466d(0x174)+_0x25b310),_0x1524e4[_0x47466d(0xf0)]((_0xef6321,_0x8ff9b)=>{const _0x4b34ce=_0x47466d;logger[_0x4b34ce(0x15d)](_0x4b34ce(0x177)+_0x1d5f58[_0x4b34ce(0x1b4)](_0x8ff9b,0x1)+'/'+_0x1524e4['length']+_0x4b34ce(0xfd)+(_0xef6321[_0x4b34ce(0xf6)]||_0x1d5f58[_0x4b34ce(0x21b)])+_0x4b34ce(0x1ea)+(_0xef6321[_0x4b34ce(0xf2)]||_0x1d5f58[_0x4b34ce(0x21b)])+',\x20hook_run_uuid='+(_0xef6321[_0x4b34ce(0x164)]||_0x1d5f58[_0x4b34ce(0xfc)])+_0x4b34ce(0x1f7)+(_0xef6321['message']?.[_0x4b34ce(0x1d7)]||0x0));}));const _0x528051=_0x540894[TestFrameworkConstants[_0x47466d(0x12a)]]||{},_0x397411=_0x1d5f58['UGJHt'](getMediaArtifactsLogs,_0x528051,null,_0x25b310),_0x10f293=(_0x518fde||[])[_0x47466d(0x8c)](_0x397411||[]),_0x141695=_0x1524e4?.[_0x47466d(0x1d7)]||0x0,_0x3463fa=_0x1d5f58['lzzQR'](_0x518fde?.[_0x47466d(0x1d7)]||0x0,_0x141695);logger[_0x47466d(0x15d)](_0x47466d(0x19b)+_0x25b310+_0x47466d(0x213)+_0x3463fa+_0x47466d(0x132)+_0x141695+_0x47466d(0x1df)+(_0x397411?.[_0x47466d(0x1d7)]||0x0)+_0x47466d(0x1ba)+_0x10f293['length']);if(!_0x10f293||_0x1d5f58['LXUXs'](_0x10f293[_0x47466d(0x1d7)],0x0)){logger[_0x47466d(0x15d)](_0x47466d(0x131)+_0x25b310);return;}const _0xacbeb0=0x28,_0x1baab5=Math[_0x47466d(0xcf)](_0x1d5f58['ALerm'](_0x10f293[_0x47466d(0x1d7)],_0xacbeb0));for(let _0x1c2af5=0x0;_0x1d5f58[_0x47466d(0x21a)](_0x1c2af5,_0x1baab5);_0x1c2af5++){const _0x5cc766=_0x1d5f58[_0x47466d(0x219)](_0x1c2af5,_0xacbeb0),_0x12c886=_0x1d5f58[_0x47466d(0x1b6)](_0x5cc766,_0xacbeb0),_0x4b3c81=_0x10f293[_0x47466d(0x107)](_0x5cc766,_0x12c886),_0x4180dd=global?.[_0x47466d(0x1be)]??0x0,_0x315318={'platformIndex':_0x4180dd,'logs':_0x4b3c81,'testFrameworkName':_0xe37d3d,'testFrameworkVersion':_0x584d21,'testFrameworkState':_0x442700['toString']()['split']('.')[0x1]},_0x1cf92f={};_0x1cf92f[_0x47466d(0x1d9)]=0x3,_0x1cf92f[_0x47466d(0x1b0)]=0x5,logger[_0x47466d(0x15d)](_0x47466d(0x17e)+_0x1d5f58['TKwun'](_0x1c2af5,0x1)+'/'+_0x1baab5+_0x47466d(0x1ab)+_0x25b310+_0x47466d(0x1c4)+_0x4b3c81[_0x47466d(0x1d7)]+_0x47466d(0x1e0)+_0x4180dd+',\x20payload:\x20'+util[_0x47466d(0x197)](_0x315318,_0x1cf92f));const _0x1c01d1=await GrpcClient[_0x47466d(0x18c)]()[_0x47466d(0x147)](_0x315318);logger['debug'](_0x47466d(0x17e)+_0x1d5f58[_0x47466d(0x201)](_0x1c2af5,0x1)+'/'+_0x1baab5+'\x20-\x20testId:\x20'+_0x25b310+',\x20response='+util[_0x47466d(0x197)](_0x1c01d1));}_0x397411&&_0x1d5f58[_0x47466d(0x168)](_0x397411['length'],0x0)&&_0x540894[TestFrameworkConstants[_0x47466d(0x12a)]]&&_0x58fc06[_0x47466d(0x118)]({[_0x25b310]:{[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{},[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x47466d(0x93)]]:this[_0x47466d(0x116)]()[this[_0x47466d(0x134)]()[0x0]]||''}}),logger[_0x47466d(0x15d)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20'+_0x25b310+_0x47466d(0x154)+_0x1baab5);}catch(_0x31891d){logger[_0x47466d(0x20a)](_0x47466d(0x14f)+(_0x2af489[_0x47466d(0x1fd)]||_0x2af489[_0x47466d(0x1f1)])+_0x47466d(0x1a3)+util['format'](_0x31891d));}}[a79_0x21a140(0x1a5)](_0x1aad05,_0xd71bb3,_0x14e39a,_0x23d984,_0x301c24){const _0x2abffe=a79_0x21a140,_0x1f949b={};_0x1f949b[_0x2abffe(0x153)]=function(_0x171552,_0x34fe27){return _0x171552===_0x34fe27;},_0x1f949b[_0x2abffe(0x161)]='beforeAll';const _0x3aca0d=_0x1f949b,{hookData:_0x1dd7cd}=_0x301c24,_0x2bd760={'testId':_0xd71bb3,'testFrameworkState':_0x14e39a,'hookState':_0x23d984,'args':_0x301c24,'timestamp':new Date()['toISOString']()};if(_0x3aca0d[_0x2abffe(0x153)](_0x14e39a,TestFrameworkState[_0x2abffe(0x1ff)])&&_0x1dd7cd){const _0x1993ac={};_0x1993ac[_0x2abffe(0x144)]=_0x1dd7cd[_0x2abffe(0x193)]||_0x1dd7cd[_0x2abffe(0x181)],_0x1993ac['scope']=_0x1dd7cd[_0x2abffe(0x1e5)]||_0x1dd7cd[_0x2abffe(0x129)]&&_0x1dd7cd[_0x2abffe(0x129)][0x0]||'',_0x1993ac[_0x2abffe(0xe3)]=_0x3aca0d[_0x2abffe(0x161)],_0x2bd760[_0x2abffe(0x1a6)]=_0x1993ac,logger['debug'](_0x2abffe(0x1f0)+_0xd71bb3+_0x2abffe(0x1a9)+_0x2bd760[_0x2abffe(0x1a6)]['filePath']+_0x2abffe(0x1af)+_0x2bd760[_0x2abffe(0x1a6)][_0x2abffe(0x1e5)]);}_0x1aad05[_0x2abffe(0xe6)](_0xd71bb3,_0x2bd760),logger['debug'](_0x2abffe(0x179)+_0xd71bb3+_0x2abffe(0x1da)+_0x14e39a+',\x20hookState:\x20'+_0x23d984);}async['processPendingHooks'](_0x1010cd,_0x5b0cad){const _0x26976f=a79_0x21a140,_0x1263a1={};_0x1263a1['gYoIy']=function(_0xbbaf64,_0x358aeb){return _0xbbaf64>_0x358aeb;},_0x1263a1[_0x26976f(0xe7)]=function(_0x755b43,_0x4e8e3a){return _0x755b43===_0x4e8e3a;},_0x1263a1['tKdwi']=function(_0x27f1f0,_0x4075ae){return _0x27f1f0===_0x4075ae;},_0x1263a1[_0x26976f(0xf9)]=function(_0x261d4d,_0x153861){return _0x261d4d===_0x153861;},_0x1263a1[_0x26976f(0xfa)]=_0x26976f(0xde);const _0x1b0386=_0x1263a1;if(_0x1010cd['hasPendingHooks'](_0x5b0cad)){const _0x5e1856=_0x1010cd[_0x26976f(0xc8)](_0x5b0cad);logger[_0x26976f(0x15d)](_0x26976f(0x1a1)+_0x5e1856[_0x26976f(0x1d7)]+_0x26976f(0x123)+_0x5b0cad);for(const _0x3a887d of _0x5e1856){try{const _0x451709=await this['trackHookEvent'](_0x1010cd,_0x3a887d['testFrameworkState'],_0x3a887d['hookState'],_0x3a887d[_0x26976f(0x167)]);_0x451709&&_0x1b0386['gYoIy'](Object[_0x26976f(0x165)](_0x451709)[_0x26976f(0x1d7)],0x0)&&_0x1010cd[_0x26976f(0x118)](_0x451709),await this[_0x26976f(0xc9)](_0x1010cd,_0x3a887d[_0x26976f(0x192)],_0x3a887d[_0x26976f(0x1c2)],_0x3a887d[_0x26976f(0x167)]);}catch(_0x6265d7){logger[_0x26976f(0x20a)](_0x26976f(0xff)+_0x5b0cad+_0x26976f(0x1a3)+_0x6265d7);}}_0x1010cd[_0x26976f(0x183)](_0x5b0cad),logger[_0x26976f(0x15d)](_0x26976f(0x110)+_0x5b0cad);}const _0x456403=_0x1010cd['getAllData']()[_0x26976f(0xbb)](_0x5b0cad);if(_0x456403){const _0x4341d3=_0x456403[TestFrameworkConstants[_0x26976f(0xab)]]||_0x456403[TestFrameworkConstants[_0x26976f(0x13c)]],_0xc9d14d=_0x456403[TestFrameworkConstants[_0x26976f(0x100)]]||_0x456403[TestFrameworkConstants[_0x26976f(0x1f8)]]&&_0x456403[TestFrameworkConstants['KEY_TEST_SCOPES']][0x0]||'';logger['debug']('[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20'+_0x4341d3+_0x26976f(0x1af)+_0xc9d14d);const _0x47e11e=_0x1010cd[_0x26976f(0xd9)]();for(const _0x368435 of _0x47e11e){if(_0x1b0386['RQEJC'](_0x368435,_0x5b0cad))continue;if(_0x1010cd[_0x26976f(0x1fa)](_0x368435)){const _0x5a5da3=_0x1010cd[_0x26976f(0xc8)](_0x368435);for(const _0x191e96 of _0x5a5da3){if(_0x1b0386[_0x26976f(0x122)](_0x191e96[_0x26976f(0x192)],TestFrameworkState['BEFORE_ALL'])&&_0x191e96['hookMetadata']){const _0x25dee9=_0x191e96[_0x26976f(0x1a6)][_0x26976f(0x144)],_0x18e37b=_0x191e96[_0x26976f(0x1a6)][_0x26976f(0x1e5)];if(_0x1b0386[_0x26976f(0xf9)](_0x25dee9,_0x4341d3)&&_0x1b0386[_0x26976f(0xf9)](_0x18e37b,_0xc9d14d)){logger[_0x26976f(0x15d)](_0x26976f(0xd7)+_0x368435+_0x26976f(0x211)+_0x5b0cad+_0x26976f(0x1a9)+_0x25dee9+_0x26976f(0x1af)+_0x18e37b);_0x191e96[_0x26976f(0x167)]&&_0x191e96['args'][_0x26976f(0x202)]&&(_0x191e96[_0x26976f(0x167)][_0x26976f(0x202)]['test_run_id']=_0x5b0cad,logger[_0x26976f(0x15d)]('[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20'+_0x368435+_0x26976f(0xca)+_0x5b0cad));try{const _0x42a9f5=await this[_0x26976f(0x1cb)](_0x1010cd,_0x191e96[_0x26976f(0x192)],_0x191e96['hookState'],_0x191e96[_0x26976f(0x167)]);_0x42a9f5&&_0x1b0386[_0x26976f(0xed)](Object[_0x26976f(0x165)](_0x42a9f5)[_0x26976f(0x1d7)],0x0)&&_0x1010cd[_0x26976f(0x118)](_0x42a9f5);await this[_0x26976f(0xc9)](_0x1010cd,_0x191e96['testFrameworkState'],_0x191e96[_0x26976f(0x1c2)],_0x191e96[_0x26976f(0x167)]);const _0x95ce7a=_0x1010cd[_0x26976f(0xc8)](_0x368435)[_0x26976f(0x184)](_0x42251d=>_0x42251d!==_0x191e96);if(_0x1b0386[_0x26976f(0xe7)](_0x95ce7a[_0x26976f(0x1d7)],0x0))_0x1010cd[_0x26976f(0x183)](_0x368435);else{_0x1010cd[_0x26976f(0x183)](_0x368435);for(const _0x17b25f of _0x95ce7a){_0x1010cd['addPendingHook'](_0x368435,_0x17b25f);}}logger[_0x26976f(0x15d)](_0x1b0386['fWHNl']);}catch(_0x18ceb1){logger[_0x26976f(0x20a)]('[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20'+_0x5b0cad+',\x20error:\x20'+_0x18ceb1);}}}}}}}}[a79_0x21a140(0x9b)](_0x34bc6e){const _0x991e24=a79_0x21a140,_0x43bf89={'kRuJL':function(_0x43fd24){return _0x43fd24();}};if(!_0x34bc6e||!_0x34bc6e[_0x991e24(0x212)])return;_0x34bc6e[_0x991e24(0x212)]['hooks']&&Array['isArray'](_0x34bc6e[_0x991e24(0x212)]['hooks'])&&_0x34bc6e[_0x991e24(0x212)]['hooks']['forEach'](_0x1b7c82=>{const _0x45332b=_0x991e24;!_0x1b7c82['hookAnalyticsId']&&!_0x1b7c82[_0x45332b(0x81)]&&(_0x1b7c82['hookAnalyticsId']=_0x43bf89[_0x45332b(0x1c5)](uuidv4),_0x1b7c82[_0x45332b(0x81)]=_0x1b7c82[_0x45332b(0xf4)],logger['debug'](_0x45332b(0xac)+_0x1b7c82[_0x45332b(0x8b)]+',\x20hookUUID='+_0x1b7c82[_0x45332b(0xf4)]));}),this[_0x991e24(0x9b)](_0x34bc6e[_0x991e24(0x212)]);}['getHooksForTest'](_0x5734d0){const _0x3cab16=a79_0x21a140,_0x494abc={'pvGBg':function(_0x2a2115,_0x4b1b51){return _0x2a2115(_0x4b1b51);}};if(!_0x5734d0||!_0x5734d0['parent'])return[];const _0x11fad2=[];return _0x5734d0['parent']['hooks']&&Array[_0x3cab16(0x12d)](_0x5734d0[_0x3cab16(0x212)]['hooks'])&&_0x5734d0['parent'][_0x3cab16(0xc6)]['forEach'](_0x1921fd=>{const _0x4989af=_0x3cab16,_0x40db8c=_0x1921fd['hookAnalyticsId']||_0x1921fd[_0x4989af(0x81)];_0x40db8c&&!this[_0x4989af(0x15a)](_0x1921fd)&&!_0x494abc['pvGBg'](isInternalHook,_0x1921fd['fn'])&&_0x11fad2[_0x4989af(0x83)](_0x40db8c);}),[..._0x11fad2,...this[_0x3cab16(0x1c8)](_0x5734d0[_0x3cab16(0x212)])];}[a79_0x21a140(0xe4)](_0x5954c5){const _0x243e1c={'poijA':function(_0x559efc,_0x14e5e8){return _0x559efc(_0x14e5e8);},'SHSPC':'unknown'},_0x4a3988=new Map(),_0x494b14=_0x3a4bc0=>{const _0x17fc4a=a79_0x5a80,_0x27cd7e={'cVjxP':function(_0x2683d1,_0x947c6c){return _0x243e1c['poijA'](_0x2683d1,_0x947c6c);},'AdBRF':_0x243e1c[_0x17fc4a(0xcd)]};if(!_0x3a4bc0||!_0x3a4bc0[_0x17fc4a(0x212)])return;_0x3a4bc0[_0x17fc4a(0x212)][_0x17fc4a(0xc6)]&&Array[_0x17fc4a(0x12d)](_0x3a4bc0[_0x17fc4a(0x212)][_0x17fc4a(0xc6)])&&_0x3a4bc0[_0x17fc4a(0x212)][_0x17fc4a(0xc6)][_0x17fc4a(0xf0)](_0x5afeac=>{const _0x2e66f5=_0x17fc4a,_0x1feb2c=_0x5afeac['hookAnalyticsId']||_0x5afeac[_0x2e66f5(0x81)];if(_0x1feb2c&&!this['isJestInternalHook'](_0x5afeac)&&!_0x27cd7e[_0x2e66f5(0x10d)](isInternalHook,_0x5afeac['fn'])){const _0x21fad3={};_0x21fad3['type']=_0x5afeac[_0x2e66f5(0x8b)]||_0x27cd7e['AdBRF'],_0x21fad3[_0x2e66f5(0x84)]=_0x5afeac[_0x2e66f5(0x84)]||'\x22'+_0x5afeac[_0x2e66f5(0x8b)]+_0x2e66f5(0x152),_0x4a3988[_0x2e66f5(0xb8)](_0x1feb2c,_0x21fad3);}}),_0x243e1c[_0x17fc4a(0xbd)](_0x494b14,_0x3a4bc0['parent']);};return _0x243e1c['poijA'](_0x494b14,_0x5954c5),_0x4a3988;}[a79_0x21a140(0x15a)](_0x5a5ef3){const _0x30bc9a=a79_0x21a140,_0x3dd30d={};_0x3dd30d[_0x30bc9a(0x20e)]='jest-circus',_0x3dd30d[_0x30bc9a(0x1de)]=_0x30bc9a(0x1e1);const _0x4b9b73=_0x3dd30d;try{const _0xda797e=this[_0x30bc9a(0x1c0)](_0x5a5ef3);return _0xda797e&&_0xda797e[_0x30bc9a(0x17b)](_0x4b9b73[_0x30bc9a(0x20e)]);}catch(_0x51c4fd){logger[_0x30bc9a(0x15d)](_0x4b9b73['CjLvI']);}return![];}[a79_0x21a140(0x1c0)](_0x5de465){const _0x4c350b=a79_0x21a140;if(_0x5de465[_0x4c350b(0x1d4)])try{const _0x46a994=stackTrace[_0x4c350b(0xa4)](_0x5de465[_0x4c350b(0x1d4)]);return _0x46a994[0x0]?_0x46a994[0x0][_0x4c350b(0x16c)]():null;}catch(_0x2b5ffc){logger[_0x4c350b(0x15d)](_0x4c350b(0x16e)+util['format'](_0x2b5ffc));}if(_0x5de465['file'])return _0x5de465[_0x4c350b(0x198)];return null;}}function a79_0x2b51(){const _0x22c070=['parent',',\x20consoleLogs:\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','getId','setActiveHook','pPikb','PWocW','hZeLj','JestTestFramework','KEY_TEST_STARTED_AT','EHBCM','hookUUID','KEY_TEST_FRAMEWORK_NAME','push','name','skipped','KEY_TEST_ENDED_AT','LJDYw','result','Lfoqj','xZvPY','type','concat','../grpcClient',',\x20hookId=','JkNDP',',\x20result=','BiNmw','sNCfY','KEY_TEST_FRAMEWORK_VERSION','dQdtl','KEY_HOOK_ID','KEY_TEST_META','KEY_TEST_RETRY_OF','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20',',\x20target=','30QQNXIq','mapTestHooks','replace','CfUuj','\x20(testIdentifier),\x20hookType=','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=',',\x20totalHooks=','KEY_HOOK_NAME','wbJFh','event_ended_at','parse','KEY_HOOK_FAILURE','118818VXVQVa','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','getJestTestName','2037ujgWIm','QDDTt','KEY_TEST_FILE_PATH','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','PRE','getJestTestFilePath','resolveInstance','\x20(testIdentifier),\x20result=','../state/hookState.js','getJestFailureType','208856KRrcEs','Paavq','KEY_TEST_FAILURE_TYPE','\x20hook','testData','set','createTestFrameworkEventPayload','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','get','\x20(testIdentifier),\x20tags=','poijA','beforeAll','AfHZD','FGtaX','started_at','../instances/testFrameworkInstance.js','KEY_TEST_LOGS','stack-trace','unknown','hooks','nVZzr','getPendingHooks','runHooks','\x20to\x20','659424bnGmAN',',\x20contextId=','SHSPC',',\x20failureType=','ceil',',\x20failureReason=','euvbc','pid','772ByNaTO','getRef','splice','POST','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20',',\x20exception=','getAllPendingHookTestIds',',\x20hookType=','activeHooks','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','RMKHK','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','JPUYv','XYWmA','KRyVj','finished_at','hookType','buildHookMapFromTest','missing','addPendingHook','RQEJC','has',',\x20hookUUID=','HmbTA','xMJRl','KEY_EVENT_STARTED_AT','gYoIy','../../../helpers/classLogger.js','getJestFailureData','forEach','none','test_run_uuid','\x20files','hookAnalyticsId','platformIndex','test_identifier','TEST_SCREENSHOT','KEY_HOOK_LAST_STARTED','kyHxj','fWHNl','executionContext','cbHek','\x20-\x20test_identifier=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','KEY_TEST_SCOPE',',\x20filePath=','./testFramework','TEST','code','getCurrentTestState','parseJestTest','slice','uuid','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','TgJNE','warn','KEY_HOOK_LAST_FINISHED','cVjxP','KEY_TEST_DURATION','oYaXv','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','delete','EWLRe','UCHwm','Assert','getCurrentHookState','getTestFrameworksVersions','stringify','addMultipleEntries','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','../TestInfo.js','status','getJestFailureReason',',\x20hooksListLength=',',\x20argsKeys=','title','KEY_HOOK_LOGS','parallelIndex','tKdwi','\x20pending\x20hooks\x20for\x20testId:\x20','KugFk','\x20(testIdentifier)','KEY_HOOK_RESULT','NNvhP','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','scopes','KEY_TEST_ATTACHMENTS','parseJestTestResult','\x22\x20from\x20testData','isArray','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','skip','\x20&\x20hookState=','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20',',\x20screenshotLogs:\x20','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','getTestFrameworks',',\x20state=','UXtjY','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=',',\x20storing\x20as\x20pending\x20hook','LOG_REPORT','KEY_TEST_CODE','UnhandledError','KEY_TEST_LOCATION','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','UOSky','format','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','XtElc','jQxHP','iGcvW','filePath','Unknown\x20error','errorsDetailed','logCreatedEvent','sQLWN','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','matchHookRegex',',\x20hook=','112NpafkD','kind','EAOne','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','KEY_TEST_UUID','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','\x22\x20hook','bfFwu',',\x20totalBatches:\x20','trackJestInstance','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','isJestInternalHook','trackEvent','failure_reason','debug',',\x20hookState=','Error\x20in\x20createTestFrameworkEventPayload:\x20','passed','JsOAs','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','hook_run_uuid','keys','body','args','lFcko','../cliUtils.js','ALL','getJestTestTags','getFileName','apply','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20',',\x20hookData=','iVdRw','aXGhH','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','__bstackPlatformIndex','\x20screenshot\x20logs\x20for\x20testId:\x20','KEY_HOOKS_STARTED','CkyvD','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20',',\x20remainingHooks=','Stored\x20pending\x20hook\x20for\x20testId:\x20','match','includes','join','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','888921zGZTIJ','test_run_id','location','./constants/testFrameworkConstants.js','removePendingHooks','filter','\x20attachments','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','lzSQN','getAllData','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','EZKBU','getInstance',',\x20testFramework=','map','DEFAULT_HOOK_RESULT','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','dumHO','testFrameworkState','file_name','HvcIE','KEY_TEST_FAILURE_REASON','from','inspect','file','KEY_TEST_FAILURE','18liubfj','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','substring','workerInfo','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','pEyfS','startedAt','Processing\x20','KEY_CUSTOM_TAGS',',\x20error:\x20','GWzvl','storePendingHook','hookMetadata','FLeSe','originalTest',',\x20filePath:\x20','517575xiQNHR','\x20-\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=',',\x20scope:\x20','maxArrayLength','instance','\x20logs\x20for\x20testId:\x20','retryOf','tgXPl','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','TKwun','getThreadId','tags','KEY_HOOK_FAILURE_TYPE',',\x20totalLogs:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','findIndex','_ALL','browserstackPlatformIndex','reverse','getRootParentFile','test','hookState','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20',',\x20logsInBatch:\x20','kRuJL','getTrackedInstance','hook_type','getHooksForTest','DEFAULT_TEST_RESULT',',\x20testId=','trackHookEvent','createContext','getActiveHook','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','toString','toUpperCase','jMWXx','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','NdFyq','asyncError','iEckc','YzWGn','length','hook_id','depth',',\x20state:\x20','duration','getContext','KEY_TEST_RESULT_AT','CjLvI',',\x20attachmentLogs:\x20',',\x20platformIndex:\x20','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','19924HzBCgG','split','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','scope',',\x20version=','getJestTestScopes','mOfCy','exports',',\x20test_run_uuid=','failed','../../../helpers/test-observability/utils','UOiHl','getJestTestIdentifier','wwFfh','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','testId','Unknown\x20Test','sendLogCreatedEvent','KEY_TEST_ID','__workerDetails','toISOString',',\x20messageLength=','KEY_TEST_SCOPES','KEY_LOGS','hasPendingHooks','afterAll','KEY_EVENT_ENDED_AT','testUUID','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','BEFORE_ALL','find','ycXBI','hookData','CORRp',',\x20testData=','KEY_HOOKS_FINISHED','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','ERxTH','AFtVD','EoYtX','error','HbGLh','iCMyb','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','FbylV','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','processPendingHooks',',\x20currentTestId:\x20'];a79_0x2b51=function(){return _0x22c070;};return a79_0x2b51();}function a79_0x5a80(_0x23377d,_0x13bea8){const _0x2b512d=a79_0x2b51();return a79_0x5a80=function(_0x5a803d,_0x3302c3){_0x5a803d=_0x5a803d-0x7f;let _0x169725=_0x2b512d[_0x5a803d];return _0x169725;},a79_0x5a80(_0x23377d,_0x13bea8);}module[a79_0x21a140(0x1e9)]=JestTestFramework;
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 +1 @@
1
- const a80_0x46c3d8=a80_0xb415;(function(_0x4df6b1,_0x139244){const _0x6ad0eb=a80_0xb415,_0x5c000e=_0x4df6b1();while(!![]){try{const _0x2ad20d=-parseInt(_0x6ad0eb(0xe9))/0x1+-parseInt(_0x6ad0eb(0xff))/0x2*(parseInt(_0x6ad0eb(0xf5))/0x3)+parseInt(_0x6ad0eb(0xd3))/0x4*(parseInt(_0x6ad0eb(0x105))/0x5)+parseInt(_0x6ad0eb(0xc2))/0x6+parseInt(_0x6ad0eb(0xfc))/0x7+parseInt(_0x6ad0eb(0xd6))/0x8*(-parseInt(_0x6ad0eb(0xd0))/0x9)+parseInt(_0x6ad0eb(0xfe))/0xa;if(_0x2ad20d===_0x139244)break;else _0x5c000e['push'](_0x5c000e['shift']());}catch(_0x45b672){_0x5c000e['push'](_0x5c000e['shift']());}}}(a80_0x4ab1,0xbecdc));function a80_0x4ab1(){const _0x319bdf=['getTestFrameworksVersions','7560048wwDrzW','test','KEY_TEST_LOCATION','fxJaD','KEY_TEST_RERUN_NAME','name','parseNewmanTest','KEY_HOOKS_FINISHED','../../../helpers/classLogger.js','KEY_TEST_FAILURE_TYPE','meta','from','KEY_TEST_STARTED_AT','KEY_TEST_LOGS','63kEVBgH','result','toISOString','77064aZbafm','finished_at','getId','1708232uUVcok','uuid','getTestFrameworks','../cliUtils.js','createContext','debug','getProcessId','TEST','trackEvent','stringify','KEY_TEST_FAILURE','scope','KEY_TEST_RESULT','getContext','../instances/trackedInstance.js','KEY_TEST_UUID','location','error','../state/hookState.js','315102lGSNJk','instance','DEFAULT_TEST_RESULT','getAllData','\x20hook=','nkZmW','yHMcL','getCurrentTestState','KEY_TEST_FILE_PATH','pending','failure_type','KEY_TEST_FRAMEWORK_VERSION','438VRJAHE','NONE','format','KEY_TEST_FAILURE_REASON','KEY_TEST_ENDED_AT','resolveInstance','custom_metadata','8122044zyQrdt','scopes','1589930gxCJzq','15934sQbsxz','failure_reason','setTrackedInstance','failure','QQEYa','NewmanTestFramework','305TBYsvM','createTestFrameworkEventPayload:\x20error=','../state/testFrameworkState.js','addMultipleEntries','exports','KEY_HOOKS_STARTED','getTrackedInstance','base64','trackEvent:\x20error=','file_path','./constants/testFrameworkConstants.js','toString','KEY_TEST_FRAMEWORK_NAME','PRE','parseNewmanTestResult','KEY_TEST_SCOPE','./testFramework','split'];a80_0x4ab1=function(){return _0x319bdf;};return a80_0x4ab1();}function a80_0xb415(_0x443bf7,_0x369042){const _0x4ab18a=a80_0x4ab1();return a80_0xb415=function(_0xb41571,_0x198309){_0xb41571=_0xb41571-0xbb;let _0x5657be=_0x4ab18a[_0xb41571];return _0x5657be;},a80_0xb415(_0x443bf7,_0x369042);}const path=require('path'),TestFramework=require(a80_0x46c3d8(0xbf)),TestFrameworkState=require(a80_0x46c3d8(0x107)),HookState=require(a80_0x46c3d8(0xe8)),{createClassLogger}=require(a80_0x46c3d8(0xca)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a80_0x46c3d8(0xd9)),TrackedInstance=require(a80_0x46c3d8(0xe4)),TestFrameworkConstants=require(a80_0x46c3d8(0x10f)),util=require('util'),logger=createClassLogger(a80_0x46c3d8(0x104));class NewmanTestFramework extends TestFramework{constructor(_0x1aa308,_0x31f90a,_0x2054e6){super(_0x1aa308,_0x31f90a,_0x2054e6);}async[a80_0x46c3d8(0xde)](_0x1c0737,_0x58a3b4,_0x292e69={}){const _0x388976=a80_0x46c3d8,_0xc1a4d3={};_0xc1a4d3[_0x388976(0xc5)]=function(_0x2dd126,_0x2e2e33){return _0x2dd126===_0x2e2e33;},_0xc1a4d3[_0x388976(0xee)]=function(_0x23a164,_0x11cf5e){return _0x23a164===_0x11cf5e;};const _0x7a453c=_0xc1a4d3;logger[_0x388976(0xdb)]('trackEvent:\x20state='+_0x1c0737+_0x388976(0xed)+_0x58a3b4),await super['trackEvent'](_0x1c0737,_0x58a3b4,_0x292e69);const _0x379ac9=this[_0x388976(0xfa)](_0x1c0737,_0x58a3b4,_0x292e69);if(!_0x379ac9)return;try{if(_0x7a453c[_0x388976(0xc5)](_0x1c0737,TestFrameworkState[_0x388976(0xdd)])&&_0x292e69[_0x388976(0xc3)]){const _0x2dd25b=_0x7a453c[_0x388976(0xee)](_0x58a3b4,HookState[_0x388976(0xbc)])?this[_0x388976(0xc8)](_0x292e69[_0x388976(0xc3)]):this['parseNewmanTestResult'](_0x292e69[_0x388976(0xc3)]);_0x379ac9[_0x388976(0x108)](_0x2dd25b);}}catch(_0x4d6fa7){logger['error'](_0x388976(0x10d)+util[_0x388976(0xf7)](_0x4d6fa7));}_0x292e69[_0x388976(0xea)]=_0x379ac9,await this['runHooks'](_0x379ac9,_0x1c0737,_0x58a3b4,_0x292e69);}[a80_0x46c3d8(0xc8)](_0x2e34eb){const _0x4065d5=a80_0x46c3d8,_0x698802=this[_0x4065d5(0xd8)]()[0x0],_0x40ed25={};return _0x40ed25[_0x2e34eb[_0x4065d5(0xd7)]]={[TestFrameworkConstants[_0x4065d5(0xbb)]]:_0x698802,[TestFrameworkConstants[_0x4065d5(0xf4)]]:this[_0x4065d5(0xc1)]()[_0x698802],[TestFrameworkConstants[_0x4065d5(0xcf)]]:[],[TestFrameworkConstants[_0x4065d5(0xc9)]]:{},[TestFrameworkConstants[_0x4065d5(0x10a)]]:{},[TestFrameworkConstants[_0x4065d5(0xe2)]]:TestFrameworkConstants[_0x4065d5(0xeb)],[TestFrameworkConstants['KEY_TEST_ID']]:_0x2e34eb[_0x4065d5(0xd7)],[TestFrameworkConstants[_0x4065d5(0xe5)]]:_0x2e34eb[_0x4065d5(0xd7)],[TestFrameworkConstants['KEY_TEST_NAME']]:_0x2e34eb[_0x4065d5(0xc7)],[TestFrameworkConstants[_0x4065d5(0xf1)]]:_0x2e34eb[_0x4065d5(0x10e)]||'',[TestFrameworkConstants[_0x4065d5(0xc4)]]:_0x2e34eb[_0x4065d5(0xe6)]||'',[TestFrameworkConstants['KEY_TEST_CODE']]:null,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x2e34eb['tags']||[],[TestFrameworkConstants[_0x4065d5(0xce)]]:_0x2e34eb['started_at']||new Date()[_0x4065d5(0xd2)](),[TestFrameworkConstants[_0x4065d5(0xbe)]]:_0x2e34eb[_0x4065d5(0xe1)]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x2e34eb[_0x4065d5(0xfd)]||[],[TestFrameworkConstants[_0x4065d5(0xc6)]]:null,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x2e34eb[_0x4065d5(0xfb)]||{},[TestFrameworkConstants['KEY_TEST_META']]:_0x2e34eb[_0x4065d5(0xcc)]||{}},_0x40ed25;}[a80_0x46c3d8(0xbd)](_0xf400a5){const _0xe5ba1=a80_0x46c3d8,_0xfa77d8={};_0xfa77d8[_0xe5ba1(0x103)]=_0xe5ba1(0xf2);const _0x4a9ed9=_0xfa77d8,_0x36f182={};return _0x36f182[_0xf400a5[_0xe5ba1(0xd7)]]={[TestFrameworkConstants[_0xe5ba1(0xe2)]]:_0xf400a5[_0xe5ba1(0xd1)]||_0x4a9ed9[_0xe5ba1(0x103)],[TestFrameworkConstants[_0xe5ba1(0xf9)]]:_0xf400a5[_0xe5ba1(0xd4)]||new Date()[_0xe5ba1(0xd2)](),[TestFrameworkConstants[_0xe5ba1(0xe0)]]:_0xf400a5[_0xe5ba1(0x102)]||[],[TestFrameworkConstants[_0xe5ba1(0xcb)]]:_0xf400a5[_0xe5ba1(0xf3)]||null,[TestFrameworkConstants[_0xe5ba1(0xf8)]]:_0xf400a5[_0xe5ba1(0x100)]||null},_0x36f182;}[a80_0x46c3d8(0xfa)](_0x5cfcae){const _0x184b0f=a80_0x46c3d8;let _0x11532b=TestFramework[_0x184b0f(0x10b)]();if(!_0x11532b){const _0x39c27b=TrackedInstance[_0x184b0f(0xda)](CLIUtils['getCurrentInstanceName']());_0x11532b=new TestFrameworkInstance(_0x39c27b,this[_0x184b0f(0xd8)](),this[_0x184b0f(0xc1)](),_0x5cfcae,HookState[_0x184b0f(0xf6)]),TestFramework[_0x184b0f(0x101)](_0x39c27b,_0x11532b);}return _0x11532b;}['createTestFrameworkEventPayload'](_0x3cbbfa){const _0x4ff1a6=a80_0x46c3d8,_0x48ab1c={};_0x48ab1c[_0x4ff1a6(0xef)]=_0x4ff1a6(0x10c);const _0x58853c=_0x48ab1c;try{const _0x53e08a=_0x3cbbfa[_0x4ff1a6(0xc3)]?_0x3cbbfa[_0x4ff1a6(0xc3)][_0x4ff1a6(0xd7)]:null,_0x3fd72b=_0x3cbbfa[_0x4ff1a6(0xea)],_0x3eff2d=_0x3fd72b[_0x4ff1a6(0xe3)](),_0x9de34b=_0x3fd72b[_0x4ff1a6(0xec)]()['get'](_0x53e08a);if(!_0x9de34b)return{};const {[TestFrameworkConstants[_0x4ff1a6(0xbb)]]:_0x30a439='',[TestFrameworkConstants[_0x4ff1a6(0xf4)]]:_0x5636e9='',[TestFrameworkConstants[_0x4ff1a6(0xce)]]:_0x415c76='',[TestFrameworkConstants[_0x4ff1a6(0xf9)]]:_0x554554=''}=_0x9de34b;return{'platformIndex':0x0,'testFrameworkName':_0x30a439,'testFrameworkVersion':_0x5636e9,'testFrameworkState':_0x3fd72b[_0x4ff1a6(0xf0)]()[_0x4ff1a6(0x110)]()[_0x4ff1a6(0xc0)]('.')[0x1],'hookState':_0x3fd72b['getCurrentHookState']()[_0x4ff1a6(0x110)]()[_0x4ff1a6(0xc0)]('.')[0x1],'startedAt':_0x415c76,'endedAt':_0x554554,'uuid':_0x53e08a,'eventJson':Buffer[_0x4ff1a6(0xcd)](JSON[_0x4ff1a6(0xdf)](_0x9de34b))[_0x4ff1a6(0x110)](_0x58853c['yHMcL']),'executionContext':{'hash':_0x3eff2d[_0x4ff1a6(0xd5)](),'threadId':_0x3eff2d['getThreadId']()['toString'](),'processId':_0x3eff2d[_0x4ff1a6(0xdc)]()[_0x4ff1a6(0x110)]()}};}catch(_0x31d5ff){return logger[_0x4ff1a6(0xe7)](_0x4ff1a6(0x106)+util[_0x4ff1a6(0xf7)](_0x31d5ff)),{};}}}module[a80_0x46c3d8(0x109)]=NewmanTestFramework;
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 +1 @@
1
- function a81_0x3bec(_0x5bbc14,_0x1f4cc9){const _0x1ce8e9=a81_0x1ce8();return a81_0x3bec=function(_0x3becc1,_0x5b0bfd){_0x3becc1=_0x3becc1-0x8b;let _0x5ea86c=_0x1ce8e9[_0x3becc1];return _0x5ea86c;},a81_0x3bec(_0x5bbc14,_0x1f4cc9);}const a81_0x434145=a81_0x3bec;(function(_0xca44f8,_0x5f0e0c){const _0x5a91ce=a81_0x3bec,_0x1361cc=_0xca44f8();while(!![]){try{const _0x89d9e0=-parseInt(_0x5a91ce(0xa9))/0x1*(parseInt(_0x5a91ce(0x96))/0x2)+-parseInt(_0x5a91ce(0x8b))/0x3*(parseInt(_0x5a91ce(0xb3))/0x4)+parseInt(_0x5a91ce(0x98))/0x5+parseInt(_0x5a91ce(0x91))/0x6+parseInt(_0x5a91ce(0xa2))/0x7*(parseInt(_0x5a91ce(0x9f))/0x8)+parseInt(_0x5a91ce(0x8f))/0x9*(parseInt(_0x5a91ce(0xab))/0xa)+-parseInt(_0x5a91ce(0xb0))/0xb;if(_0x89d9e0===_0x5f0e0c)break;else _0x1361cc['push'](_0x1361cc['shift']());}catch(_0x24b36c){_0x1361cc['push'](_0x1361cc['shift']());}}}(a81_0x1ce8,0x2bfee));function a81_0x1ce8(){const _0x59ed11=['logger','debug','3VWeiQZ','PLAYWRIGHT_DISPATCH','\x20hookState=','../instances/trackedInstance.js','18tSSooH','message','1759056LUSJva','./automationFramework.js','getTrackedInstance','kdkkF','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','2uTZdox','instance','492515TKSLMt','params','../cliUtils.js','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=',',\x20state=','VJoBF','CREATE','1168qYHEev','../instances/automationFrameworkInstance.js','trackPlaywrightInstance','13601rYcEZz','setTrackedInstance','getAutomationFrameworkVersion','../../../helpers/classLogger.js','trackEvent:\x20automationFrameworkState=','getId','getCurrentInstanceName','246971clXGVg','info','202110MkVHIc','../state/automationFrameworkState.js','HyuMl','resolveInstance','DvNyG','1062303SUIdMG','trackEvent','getAutomationFrameworkName','768116okXePl','exports'];a81_0x1ce8=function(){return _0x59ed11;};return a81_0x1ce8();}const AutomationFramework=require(a81_0x434145(0x92)),{createClassLogger}=require(a81_0x434145(0xa5)),AutomationFrameworkState=require(a81_0x434145(0xac)),CLIUtils=require(a81_0x434145(0x9a)),TrackedInstance=require(a81_0x434145(0x8e)),AutomationFrameworkInstance=require(a81_0x434145(0xa0));class PlaywrightAutomationFramework extends AutomationFramework{[a81_0x434145(0xb5)]=createClassLogger('PlaywrightAutomationFramework');constructor(_0x50f39e,_0x48d1b2){super(_0x50f39e,_0x48d1b2);}async[a81_0x434145(0xb1)](_0x393a6d,_0x328ebb,_0x315493={}){const _0x5075b9=a81_0x434145,_0x4a6651={};_0x4a6651[_0x5075b9(0xad)]=function(_0x4dcf12,_0xadf7bf){return _0x4dcf12===_0xadf7bf;};const _0x4375dc=_0x4a6651;this['logger'][_0x5075b9(0xb6)](_0x5075b9(0xa6)+_0x393a6d+_0x5075b9(0x8d)+_0x328ebb),await super[_0x5075b9(0xb1)](_0x393a6d,_0x328ebb,_0x315493);const _0x848a58=this[_0x5075b9(0xae)](_0x393a6d,_0x328ebb,_0x315493);if(_0x4375dc['HyuMl'](_0x848a58,null))return;_0x315493[_0x5075b9(0x97)]=_0x848a58,await this['runHooks'](_0x848a58,_0x393a6d,_0x328ebb,_0x315493);}['resolveInstance'](_0x522ca6,_0x1d358f,_0x42c751={}){const _0x44b14d=a81_0x434145,_0xbb0b0f={};_0xbb0b0f[_0x44b14d(0x9d)]=function(_0x2a99a8,_0x1d425f){return _0x2a99a8===_0x1d425f;},_0xbb0b0f[_0x44b14d(0x94)]=function(_0x3af84d,_0x42ac3a){return _0x3af84d===_0x42ac3a;};const _0x2f57b7=_0xbb0b0f;let _0x28578f=null;return(_0x2f57b7[_0x44b14d(0x9d)](_0x522ca6,AutomationFrameworkState[_0x44b14d(0x9e)])||_0x2f57b7[_0x44b14d(0x9d)](_0x522ca6,AutomationFrameworkState[_0x44b14d(0x8c)])&&(_0x42c751[_0x44b14d(0x90)]&&_0x42c751[_0x44b14d(0x90)]['params']&&_0x42c751[_0x44b14d(0x90)][_0x44b14d(0x99)]['bsParams'])||_0x2f57b7[_0x44b14d(0x94)](_0x522ca6,AutomationFrameworkState['NONE']))&&this[_0x44b14d(0xa1)](_0x522ca6,_0x42c751),_0x28578f=AutomationFramework['getTrackedInstance'](),_0x28578f;}[a81_0x434145(0xa1)](_0x8f616,_0x573768){const _0x369414=a81_0x434145,_0x2c4eab={};_0x2c4eab['DvNyG']='trackPlaywrightInstance:\x20instance\x20already\x20exists';const _0x287518=_0x2c4eab;if(AutomationFramework[_0x369414(0x93)]()){this[_0x369414(0xb5)][_0x369414(0xaa)](_0x287518[_0x369414(0xaf)]);return;}const _0x2a91f9=CLIUtils[_0x369414(0xa8)](),_0x58318d=TrackedInstance['createContext'](_0x2a91f9);let _0x2c0cea=null;this['logger'][_0x369414(0xaa)](_0x369414(0x9b)+_0x2a91f9+_0x369414(0x9c)+_0x8f616),_0x2c0cea=new AutomationFrameworkInstance(_0x58318d,this[_0x369414(0xb2)](),this[_0x369414(0xa4)](),_0x8f616),AutomationFramework[_0x369414(0xa3)](_0x58318d,_0x2c0cea),this['logger'][_0x369414(0xaa)](_0x369414(0x95)+_0x58318d[_0x369414(0xa7)]()+'\x20target='+_0x2a91f9);}}module[a81_0x434145(0xb4)]=PlaywrightAutomationFramework;
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;