browserstack-node-sdk 1.52.0 → 1.52.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (193) 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 +4 -3
  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/nightwatch/command.js +1 -1
  79. package/src/bin/playwright/accessibility-helper.js +1 -1
  80. package/src/bin/playwright/command.js +1 -1
  81. package/src/bin/playwright/globalSetup.js +1 -1
  82. package/src/bin/playwright/mock-process.js +1 -1
  83. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  84. package/src/bin/playwright/patches.js +1 -1
  85. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  86. package/src/bin/playwright/reporter/reporter.js +1 -1
  87. package/src/bin/playwright/reporter/test-details.js +1 -1
  88. package/src/bin/playwright/sessionDetails.js +1 -1
  89. package/src/bin/puppeteer/patches.js +1 -1
  90. package/src/bin/puppeteer/sessionDetails.js +1 -1
  91. package/src/bin/puppeteer/test.setup.js +1 -1
  92. package/src/bin/runner.js +1 -1
  93. package/src/bin/setup.js +1 -1
  94. package/src/bin/test-runner/index.js +1 -1
  95. package/src/bin/test-runner/runTest.js +1 -1
  96. package/src/bin/test-runner/testWorker.js +1 -1
  97. package/src/bin/utils/apiUtilityMethods.js +1 -1
  98. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  99. package/src/bin/utils/constants.js +1 -1
  100. package/src/bin/utils/log4jsAppender.js +1 -1
  101. package/src/bin/utils/logPatcher.js +1 -1
  102. package/src/bin/utils/logReportingAPI.js +1 -1
  103. package/src/bin/utils/playwright-patcher.js +1 -1
  104. package/src/bin/utils/puppeteer-patcher.js +1 -1
  105. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  106. package/src/bin/utils/sharedUtils.js +1 -1
  107. package/src/bin/v2/TestInfo.js +1 -1
  108. package/src/bin/v2/browserstackCLI.js +1 -1
  109. package/src/bin/v2/cliUtils.js +1 -1
  110. package/src/bin/v2/customTagManager.js +1 -1
  111. package/src/bin/v2/eventDispatcher.js +1 -1
  112. package/src/bin/v2/framework/automationFramework.js +1 -1
  113. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  114. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  115. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  116. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  117. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  118. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  119. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  120. package/src/bin/v2/framework/testFramework.js +1 -1
  121. package/src/bin/v2/grpcClient.js +1 -1
  122. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  123. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  124. package/src/bin/v2/instances/trackedContext.js +1 -1
  125. package/src/bin/v2/instances/trackedInstance.js +1 -1
  126. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  127. package/src/bin/v2/modules/baseModule.js +1 -1
  128. package/src/bin/v2/modules/loadTestModule.js +1 -1
  129. package/src/bin/v2/modules/observabilityModule.js +1 -1
  130. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  131. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  132. package/src/bin/v2/modules/testhubModule.js +1 -1
  133. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  134. package/src/bin/v2/state/hookState.js +1 -1
  135. package/src/bin/v2/state/testFrameworkState.js +1 -1
  136. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  137. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  138. package/src/bin/v2/utils/jest-utils.js +1 -1
  139. package/src/bin/vanilla-js/command.js +1 -1
  140. package/src/browserStackSdk.js +1 -1
  141. package/src/helpers/BrowserStackSetup.js +1 -1
  142. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  143. package/src/helpers/accessibility-automation/constants.js +1 -1
  144. package/src/helpers/accessibility-automation/helper.js +1 -1
  145. package/src/helpers/accessibility-automation/scripts.js +1 -1
  146. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  147. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  148. package/src/helpers/ats/constants.js +1 -1
  149. package/src/helpers/ats/helper.js +1 -1
  150. package/src/helpers/capsMapping.js +1 -1
  151. package/src/helpers/central-scanner/constants.js +1 -1
  152. package/src/helpers/central-scanner/helpers.js +1 -1
  153. package/src/helpers/classLogger.js +1 -1
  154. package/src/helpers/globals.js +1 -1
  155. package/src/helpers/helper.js +1 -1
  156. package/src/helpers/logger.js +1 -1
  157. package/src/helpers/metadata.js +1 -1
  158. package/src/helpers/patchHelper.js +1 -1
  159. package/src/helpers/patchHelpers.js +1 -1
  160. package/src/helpers/percy/Percy.js +1 -1
  161. package/src/helpers/percy/PercyBinary.js +1 -1
  162. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  163. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  164. package/src/helpers/percy/PercySDK.js +1 -1
  165. package/src/helpers/percy/index.js +1 -1
  166. package/src/helpers/percy/utils.js +1 -1
  167. package/src/helpers/performance/constants.js +1 -1
  168. package/src/helpers/performance/performance-tester.js +1 -1
  169. package/src/helpers/playwright-helper.js +1 -1
  170. package/src/helpers/processHelper.js +1 -1
  171. package/src/helpers/puppeteer-helper.js +1 -1
  172. package/src/helpers/request-spy.js +1 -1
  173. package/src/helpers/setKeepAlive.js +1 -1
  174. package/src/helpers/test-observability/constants.js +1 -1
  175. package/src/helpers/test-observability/error-handler.js +1 -1
  176. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  177. package/src/helpers/test-observability/sessionHandler.js +1 -1
  178. package/src/helpers/test-observability/utils.js +1 -1
  179. package/src/helpers/test-orchestration/constants.js +1 -1
  180. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  181. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  182. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  183. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  184. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  185. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  186. package/src/helpers/testhub/constants.js +1 -1
  187. package/src/helpers/testhub/testhubHandler.js +1 -1
  188. package/src/helpers/testhub/utils.js +1 -1
  189. package/src/helpers/timeoutPromise.js +1 -1
  190. package/src/helpers/utilities.js +1 -1
  191. package/src/helpers/w3cMapping.js +1 -1
  192. package/src/hubAllocationMethods.js +1 -1
  193. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a75_0x255873=a75_0x368c;(function(_0x1bb0d9,_0x5e7c6f){const _0x1c1575=a75_0x368c,_0x334017=_0x1bb0d9();while(!![]){try{const _0x3815da=-parseInt(_0x1c1575(0x241))/0x1*(parseInt(_0x1c1575(0x195))/0x2)+parseInt(_0x1c1575(0x207))/0x3+parseInt(_0x1c1575(0x1b7))/0x4+parseInt(_0x1c1575(0x206))/0x5*(-parseInt(_0x1c1575(0x29d))/0x6)+-parseInt(_0x1c1575(0x296))/0x7+parseInt(_0x1c1575(0x242))/0x8+-parseInt(_0x1c1575(0x142))/0x9*(-parseInt(_0x1c1575(0x180))/0xa);if(_0x3815da===_0x5e7c6f)break;else _0x334017['push'](_0x334017['shift']());}catch(_0x48e8bd){_0x334017['push'](_0x334017['shift']());}}}(a75_0x1388,0x6238c));const TestFramework=require('./testFramework'),TestFrameworkState=require(a75_0x255873(0x1e4)),HookState=require(a75_0x255873(0x1d9)),{createClassLogger}=require(a75_0x255873(0x1cc)),TestFrameworkInstance=require(a75_0x255873(0x2b7)),CLIUtils=require(a75_0x255873(0x1d7)),TrackedInstance=require(a75_0x255873(0x1c9)),TestFrameworkConstants=require(a75_0x255873(0x143)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a75_0x255873(0x283)),{isInternalHook}=require(a75_0x255873(0x216)),logger=createClassLogger(a75_0x255873(0x162)),{v4:uuidv4}=require(a75_0x255873(0x288)),util=require(a75_0x255873(0x17e)),TestInfo=require(a75_0x255873(0x209)),GrpcClient=require(a75_0x255873(0x1b9)),stackTrace=require(a75_0x255873(0x1f1));class JestTestFramework extends TestFramework{constructor(_0xdbf01e,_0x5ac497,_0x2f4728){const _0x68e7f6=a75_0x255873;super(_0xdbf01e,_0x5ac497,_0x2f4728),this[_0x68e7f6(0x1a4)]=new Map();}[a75_0x255873(0x29a)](_0x375645,_0x43c042,_0x2d4570){const _0x4c2f57=a75_0x255873,_0x3d146c={};_0x3d146c[_0x4c2f57(0x2bc)]=function(_0xdaa4f6,_0x41beea){return _0xdaa4f6||_0x41beea;};const _0x5ef805=_0x3d146c;if(_0x5ef805['imbEk'](!_0x375645,!_0x43c042)){logger[_0x4c2f57(0x234)](_0x4c2f57(0x2a7)+_0x375645+',\x20hookUUID='+_0x43c042);return;}!this[_0x4c2f57(0x1a4)][_0x4c2f57(0x145)](_0x375645)&&this[_0x4c2f57(0x1a4)][_0x4c2f57(0x137)](_0x375645,[]);const _0x4c64a6={'hookUUID':_0x43c042,'hookType':_0x2d4570,'startedAt':new Date()[_0x4c2f57(0x29b)]()};this[_0x4c2f57(0x1a4)]['get'](_0x375645)[_0x4c2f57(0x29f)](_0x4c64a6),logger['debug']('[JestTestFramework]\x20setActiveHook:\x20testIdentifier='+_0x375645+',\x20hookUUID='+_0x43c042+_0x4c2f57(0x19d)+_0x2d4570+_0x4c2f57(0x26e)+this['activeHooks'][_0x4c2f57(0x21a)](_0x375645)['length']);}[a75_0x255873(0x215)](_0x2fbc2f,_0x2894b2){const _0x2ee5ea=a75_0x255873,_0x35012a={};_0x35012a[_0x2ee5ea(0x22e)]=function(_0x3feec6,_0x5d84c9){return _0x3feec6||_0x5d84c9;},_0x35012a[_0x2ee5ea(0x1d8)]=function(_0x285dd5,_0x5646c5){return _0x285dd5!==_0x5646c5;},_0x35012a[_0x2ee5ea(0x235)]=function(_0x25b724,_0x44bf1a){return _0x25b724===_0x44bf1a;};const _0x2b79b5=_0x35012a;if(_0x2b79b5[_0x2ee5ea(0x22e)](!_0x2fbc2f,!_0x2894b2)){logger[_0x2ee5ea(0x234)](_0x2ee5ea(0x2be)+_0x2fbc2f+',\x20hookUUID='+_0x2894b2);return;}if(this['activeHooks'][_0x2ee5ea(0x145)](_0x2fbc2f)){const _0x454005=this[_0x2ee5ea(0x1a4)][_0x2ee5ea(0x21a)](_0x2fbc2f),_0x1e3965=_0x454005[_0x2ee5ea(0x27c)](_0x1502c1=>_0x1502c1[_0x2ee5ea(0x297)]===_0x2894b2);_0x2b79b5[_0x2ee5ea(0x1d8)](_0x1e3965,-0x1)?(_0x454005[_0x2ee5ea(0x201)](_0x1e3965,0x1),logger[_0x2ee5ea(0x2c0)]('[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier='+_0x2fbc2f+',\x20hookUUID='+_0x2894b2+_0x2ee5ea(0x140)+_0x454005[_0x2ee5ea(0x24a)]),_0x2b79b5['ZuXcQ'](_0x454005[_0x2ee5ea(0x24a)],0x0)&&this['activeHooks']['delete'](_0x2fbc2f)):logger[_0x2ee5ea(0x2c0)](_0x2ee5ea(0x20c)+_0x2fbc2f+',\x20hookUUID='+_0x2894b2);}}['getActiveHook'](_0x1942fb){const _0x141f46=a75_0x255873,_0x5e44f9={};_0x5e44f9['BbpCy']=function(_0x59df83,_0x118dca){return _0x59df83>_0x118dca;},_0x5e44f9[_0x141f46(0x21e)]=function(_0x47a268,_0x3a8e93){return _0x47a268-_0x3a8e93;};const _0x22c642=_0x5e44f9;if(!_0x1942fb)return null;if(this['activeHooks'][_0x141f46(0x145)](_0x1942fb)){const _0x11205d=this[_0x141f46(0x1a4)][_0x141f46(0x21a)](_0x1942fb);if(_0x22c642[_0x141f46(0x2ba)](_0x11205d[_0x141f46(0x24a)],0x0)){const _0x436f0b=_0x11205d[_0x22c642['GPVkk'](_0x11205d['length'],0x1)];return logger[_0x141f46(0x2c0)](_0x141f46(0x1c7)+_0x1942fb+_0x141f46(0x219)+_0x436f0b[_0x141f46(0x297)]+_0x141f46(0x19d)+_0x436f0b['hookType']),_0x436f0b;}}return null;}async[a75_0x255873(0x26c)](_0xde6c69,_0x3b285c,_0x486a7d={}){const _0x346ba9=a75_0x255873,_0x194d67={};_0x194d67[_0x346ba9(0x188)]=_0x346ba9(0x1ba),_0x194d67[_0x346ba9(0x1b1)]=function(_0x9ba912,_0x179317){return _0x9ba912===_0x179317;},_0x194d67['QzdWX']=function(_0x349b0a,_0x4b7a5b){return _0x349b0a===_0x4b7a5b;},_0x194d67[_0x346ba9(0x224)]=function(_0x382e03,_0x40560d){return _0x382e03||_0x40560d;},_0x194d67[_0x346ba9(0x291)]=_0x346ba9(0x139);const _0x5d9040=_0x194d67;logger['debug'](_0x346ba9(0x25c)+_0xde6c69+_0x346ba9(0x1c5)+_0x3b285c+_0x346ba9(0x268)+Object['keys'](_0x486a7d)['join'](',')),await super[_0x346ba9(0x26c)](_0xde6c69,_0x3b285c,_0x486a7d);const _0x102a37=this[_0x346ba9(0x2b3)](_0xde6c69,_0x3b285c,_0x486a7d);if(!_0x102a37){logger[_0x346ba9(0x2c0)](_0x5d9040[_0x346ba9(0x188)]);return;}try{let _0x41d981,_0x43cab6,_0x293591;switch(_0xde6c69){case TestFrameworkState[_0x346ba9(0x20a)]:_0x41d981=_0x486a7d[_0x346ba9(0x15e)];const _0x2ef7e1={};_0x2ef7e1[_0x346ba9(0x28c)]=0x2,_0x2ef7e1[_0x346ba9(0x173)]=0x3,logger[_0x346ba9(0x2c0)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState='+_0x3b285c+_0x346ba9(0x218)+util[_0x346ba9(0x191)](_0x41d981,_0x2ef7e1)),_0x293591=this[_0x346ba9(0x155)](_0x41d981),_0x43cab6=null,logger[_0x346ba9(0x2c0)](_0x346ba9(0x251)+_0x293591+_0x346ba9(0x29e));if(_0x5d9040[_0x346ba9(0x1b1)](_0x3b285c,HookState[_0x346ba9(0x1a3)])){logger[_0x346ba9(0x2c0)](_0x346ba9(0x2a3)+_0x293591);const _0x24efb7={};_0x24efb7[_0x346ba9(0x232)]=_0x43cab6,_0x24efb7[_0x346ba9(0x23e)]=_0x41d981,_0x24efb7[_0x346ba9(0x154)]=_0x293591;const _0x5628a9=this['parseJestTest'](_0x24efb7),_0x30cfd9={};_0x30cfd9['depth']=0x2,_0x30cfd9[_0x346ba9(0x173)]=0x3,logger[_0x346ba9(0x2c0)](_0x346ba9(0x20e)+util['inspect'](_0x5628a9,_0x30cfd9)),_0x102a37['addMultipleEntries'](_0x5628a9),logger[_0x346ba9(0x2c0)](_0x346ba9(0x1da)+_0x293591),await this[_0x346ba9(0x16f)](_0x102a37,_0x293591);}else{if(_0x5d9040['QzdWX'](_0x3b285c,HookState['POST'])){logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20'+_0x293591);const _0x50d898=_0x102a37[_0x346ba9(0x1ef)]()[_0x346ba9(0x21a)](_0x293591);logger[_0x346ba9(0x2c0)](_0x346ba9(0x258)+util[_0x346ba9(0x191)](Object[_0x346ba9(0x1ed)](_0x5d9040[_0x346ba9(0x224)](_0x50d898,{}))));_0x50d898&&_0x50d898[TestFrameworkConstants[_0x346ba9(0x138)]]?logger[_0x346ba9(0x2c0)](_0x346ba9(0x15f)+Object[_0x346ba9(0x1ed)](_0x50d898[TestFrameworkConstants[_0x346ba9(0x138)]])[_0x346ba9(0x24a)]+_0x346ba9(0x161)):logger[_0x346ba9(0x2c0)](_0x5d9040[_0x346ba9(0x291)]);const _0x14928f=_0x486a7d[_0x346ba9(0x1e0)]||null,_0x45c802={};_0x45c802[_0x346ba9(0x232)]=_0x43cab6,_0x45c802[_0x346ba9(0x23e)]=_0x41d981,_0x45c802[_0x346ba9(0x154)]=_0x293591,_0x45c802['originalTest']=_0x14928f;const _0x1ac6b0=this[_0x346ba9(0x1ec)](_0x45c802),_0x5d0a3f={};_0x5d0a3f[_0x346ba9(0x28c)]=0x2,_0x5d0a3f[_0x346ba9(0x173)]=0x3,logger[_0x346ba9(0x2c0)](_0x346ba9(0x13b)+util['inspect'](_0x1ac6b0,_0x5d0a3f)),_0x102a37[_0x346ba9(0x1ae)](_0x1ac6b0),logger[_0x346ba9(0x2c0)](_0x346ba9(0x275)+_0x293591),await this[_0x346ba9(0x16f)](_0x102a37,_0x293591);}}break;case TestFrameworkState[_0x346ba9(0x271)]:if(_0x5d9040[_0x346ba9(0x148)](_0x3b285c,HookState[_0x346ba9(0x23b)])){const _0x5c27ab={};_0x5c27ab[_0x346ba9(0x28c)]=0x2,logger[_0x346ba9(0x2c0)](_0x346ba9(0x2c3)+util[_0x346ba9(0x191)](_0x486a7d,_0x5c27ab)),await this['sendLogCreatedEvent'](_0x102a37,_0xde6c69,_0x486a7d);}break;default:if(CLIUtils[_0x346ba9(0x233)](_0xde6c69[_0x346ba9(0x25b)]()[_0x346ba9(0x1fd)]('.')[0x1])){const _0x548fda={};_0x548fda[_0x346ba9(0x28c)]=0x2,_0x548fda[_0x346ba9(0x173)]=0x3,logger[_0x346ba9(0x2c0)](_0x346ba9(0x1db)+_0xde6c69+',\x20hookState='+_0x3b285c+_0x346ba9(0x1e8)+util['inspect'](_0x486a7d[_0x346ba9(0x2c6)],_0x548fda));const _0x337ad9=await this['trackHookEvent'](_0x102a37,_0xde6c69,_0x3b285c,_0x486a7d),_0xe00fe0={};_0xe00fe0[_0x346ba9(0x28c)]=0x2,_0xe00fe0['maxArrayLength']=0x3,logger['debug']('[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20'+util[_0x346ba9(0x191)](_0x337ad9,_0xe00fe0)),_0x102a37[_0x346ba9(0x1ae)](_0x337ad9);}else logger[_0x346ba9(0x2c0)]('[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState='+_0xde6c69+_0x346ba9(0x214)+_0x3b285c);break;}logger[_0x346ba9(0x2c0)](_0x346ba9(0x290)+_0xde6c69+',\x20hookState='+_0x3b285c);}catch(_0x2e84f4){logger['error'](_0x346ba9(0x279)+_0xde6c69+',\x20hookState='+_0x3b285c+_0x346ba9(0x2c1)+util[_0x346ba9(0x1c0)](_0x2e84f4));}_0x486a7d[_0x346ba9(0x1be)]=_0x102a37,await this[_0x346ba9(0x1a7)](_0x102a37,_0xde6c69,_0x3b285c,_0x486a7d);}[a75_0x255873(0x155)](_0x48e97b){const _0x49e3c2=a75_0x255873,_0x3f388a={};_0x3f388a[_0x49e3c2(0x1a5)]=_0x49e3c2(0x2af);const _0x45738a=_0x3f388a;if(_0x48e97b&&(_0x48e97b['id']||_0x48e97b[_0x49e3c2(0x288)])){const _0x35479f=_0x48e97b['id']||_0x48e97b[_0x49e3c2(0x288)];return logger[_0x49e3c2(0x2c0)](_0x49e3c2(0x293)+_0x35479f+'\x22\x20from\x20testData'),_0x35479f;}return logger['debug'](_0x45738a[_0x49e3c2(0x1a5)]),process['pid']+_0x49e3c2(0x274);}[a75_0x255873(0x2b3)](_0x5525f1,_0x3458f9,_0x343433={}){const _0x144f66=a75_0x255873;let _0x576652=null;return _0x576652=TestFramework[_0x144f66(0x2b4)](),!_0x576652?(logger[_0x144f66(0x2c0)]('[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state='+_0x5525f1),this['trackJestInstance'](_0x5525f1,_0x343433),_0x576652=TestFramework[_0x144f66(0x2b4)](),logger[_0x144f66(0x2c0)](_0x144f66(0x1e6)+!!_0x576652+_0x144f66(0x1d5)+_0x576652?.['getContext']()?.[_0x144f66(0x229)]())):logger[_0x144f66(0x2c0)](_0x144f66(0x1e1)+_0x576652[_0x144f66(0x278)]()?.['getId']()),_0x576652;}[a75_0x255873(0x270)](_0x3864c8,_0x499fa5){const _0x25eed4=a75_0x255873,_0x2398a6={};_0x2398a6[_0x25eed4(0x223)]='trackJestInstance:\x20instance\x20already\x20exists';const _0x130eea=_0x2398a6;if(TestFramework[_0x25eed4(0x2b4)]()){logger[_0x25eed4(0x2c0)](_0x130eea[_0x25eed4(0x223)]);return;}const _0x244f72=CLIUtils[_0x25eed4(0x13c)](),_0xe0c22f=TrackedInstance[_0x25eed4(0x151)](_0x244f72);let _0x50191c=null;logger[_0x25eed4(0x2c0)]('trackJestInstance:\x20created\x20instance\x20for\x20target='+_0x244f72+_0x25eed4(0x22d)+_0x3864c8),_0x50191c=new TestFrameworkInstance(_0xe0c22f,this[_0x25eed4(0x1c3)](),this[_0x25eed4(0x208)](),_0x3864c8,HookState['NONE']),TestFramework[_0x25eed4(0x14a)](_0xe0c22f,_0x50191c),logger[_0x25eed4(0x2c0)](_0x25eed4(0x18f)+_0xe0c22f[_0x25eed4(0x229)]()+',\x20target='+_0x244f72+_0x25eed4(0x25e)+this['getTestFrameworks']()[0x0]+',\x20version='+this[_0x25eed4(0x208)]()[this[_0x25eed4(0x1c3)]()[0x0]]);}['parseJestTest'](_0x19b525){const _0x1084b7=a75_0x255873,_0x5dc213={};_0x5dc213[_0x1084b7(0x2bd)]=function(_0x15eb8d,_0x86cc49){return _0x15eb8d||_0x86cc49;},_0x5dc213[_0x1084b7(0x1a0)]='No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test';const _0x6d6a32=_0x5dc213,{testUUID:_0x47d26a,testData:_0x47d530,testId:_0x2b872c}=_0x19b525;if(_0x6d6a32['eTJZk'](!_0x47d530,!_0x2b872c))return logger[_0x1084b7(0x2c0)](_0x6d6a32[_0x1084b7(0x1a0)]),{};const _0x447c79=this[_0x1084b7(0x1c3)]()[0x0],_0x36bc58=this[_0x1084b7(0x208)](),_0xf4eee6={};_0xf4eee6['depth']=0x2,_0xf4eee6[_0x1084b7(0x173)]=0x3,logger[_0x1084b7(0x2c0)](_0x1084b7(0x1f7)+util[_0x1084b7(0x191)](_0x47d530,_0xf4eee6));const _0x2856e5=_0x47d530?.[_0x1084b7(0x1fa)]||[],_0x3efc6b=this[_0x1084b7(0x2a1)](_0x47d530),_0x4be045=this[_0x1084b7(0x1a8)](_0x47d530),_0x3bd66a=_0x47d530['fn']?_0x47d530['fn'][_0x1084b7(0x25b)]():_0x47d530?.[_0x1084b7(0x1a2)]?_0x47d530[_0x1084b7(0x1a2)][_0x1084b7(0x1bd)][_0x1084b7(0x25b)]():null,_0x4ed9cd=this[_0x1084b7(0x2ac)](_0x47d530),_0x462433={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x447c79,[TestFrameworkConstants[_0x1084b7(0x1af)]]:_0x36bc58[_0x447c79],[TestFrameworkConstants[_0x1084b7(0x133)]]:[],[TestFrameworkConstants[_0x1084b7(0x1ea)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x1084b7(0x1e7)]]:TestFrameworkConstants[_0x1084b7(0x14f)],[TestFrameworkConstants[_0x1084b7(0x247)]]:_0x3efc6b,[TestFrameworkConstants[_0x1084b7(0x1a1)]]:_0x4be045,[TestFrameworkConstants['KEY_TEST_ID']]:_0x2b872c,[TestFrameworkConstants[_0x1084b7(0x163)]]:_0x3efc6b,[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x4be045,[TestFrameworkConstants['KEY_TEST_CODE']]:_0x3bd66a,[TestFrameworkConstants[_0x1084b7(0x24d)]]:_0x4ed9cd,[TestFrameworkConstants[_0x1084b7(0x29c)]]:_0x47d530[_0x1084b7(0x18d)]||new Date()[_0x1084b7(0x29b)](),[TestFrameworkConstants[_0x1084b7(0x2b2)]]:_0x2856e5[0x0]||'',[TestFrameworkConstants[_0x1084b7(0x15d)]]:_0x2856e5,[TestFrameworkConstants[_0x1084b7(0x182)]]:_0x3efc6b,[TestFrameworkConstants[_0x1084b7(0x177)]]:{},[TestFrameworkConstants['KEY_TEST_META']]:{}};_0x47d530[_0x1084b7(0x2a0)]&&(_0x462433[TestFrameworkConstants[_0x1084b7(0x213)]]=_0x47d530['retryOf']);logger[_0x1084b7(0x2c0)](_0x1084b7(0x136)+_0x3efc6b+_0x1084b7(0x255)+_0x2b872c+_0x1084b7(0x24b)+JSON[_0x1084b7(0x273)](_0x4ed9cd)+_0x1084b7(0x20f)+util[_0x1084b7(0x191)](_0x2856e5)+_0x1084b7(0x159)+_0x4be045);const _0x3a522c={};return _0x3a522c[_0x2b872c]=_0x462433,_0x3a522c;}[a75_0x255873(0x1ec)](_0x4eae0d){const _0x58e19b=a75_0x255873,_0x51c798={'SFCSU':function(_0x16796b,_0x384722){return _0x16796b===_0x384722;},'UQZuJ':_0x58e19b(0x1df),'BLrxh':_0x58e19b(0x1ac),'UClqd':_0x58e19b(0x179),'OhvjJ':_0x58e19b(0x1d1),'bVqre':function(_0x13c6ad,_0x50d0de){return _0x13c6ad||_0x50d0de;},'xKvFc':'No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','HhDGd':function(_0x339697,_0x17fd4b){return _0x339697||_0x17fd4b;},'NntHi':_0x58e19b(0x24e),'mTbUb':function(_0x9b9b2f,_0x4e2c4a){return _0x9b9b2f>_0x4e2c4a;},'fzKOD':_0x58e19b(0x2b5),'MEelu':function(_0x27aa8c,_0x517e5c){return _0x27aa8c===_0x517e5c;},'Ewrhg':_0x58e19b(0x1d4),'iNzoD':_0x58e19b(0x1eb),'qWHKU':'passed','btJUr':function(_0x47cdd4,_0x84422e){return _0x47cdd4===_0x84422e;},'TxAup':function(_0x2adce6,_0x2532c7){return _0x2adce6!==_0x2532c7;},'pporb':function(_0x30c080,_0x5bc9be,_0x5c4bdd,_0x145d47){return _0x30c080(_0x5bc9be,_0x5c4bdd,_0x145d47);},'zcHVX':function(_0x8dd0e9,_0x2b1efb){return _0x8dd0e9>_0x2b1efb;},'uhuuI':function(_0x25ae4e,_0x26c4cf){return _0x25ae4e>_0x26c4cf;},'nXDbQ':_0x58e19b(0x1c1),'PuaFh':function(_0x232950,_0xc94eed){return _0x232950>_0xc94eed;},'CNANW':function(_0x470d06,_0x26ae13){return _0x470d06===_0x26ae13;}},{testUUID:_0x119d97,testData:_0x305f5c,testId:_0x208974}=_0x4eae0d;if(_0x51c798[_0x58e19b(0x2b9)](!_0x305f5c,!_0x208974))return logger[_0x58e19b(0x2c0)](_0x51c798['xKvFc']),{};const _0xc45cd6=this[_0x58e19b(0x2b3)](TestFrameworkState[_0x58e19b(0x20a)],HookState[_0x58e19b(0x23b)]),_0x185a1e=_0xc45cd6['getAllData']()['get'](_0x208974),_0x15fb48=_0x51c798['HhDGd'](_0x185a1e,{}),_0x2ed26e=_0x15fb48?_0x15fb48[TestFrameworkConstants[_0x58e19b(0x177)]]||{}:{},_0x47b86d=_0x15fb48[TestFrameworkConstants[_0x58e19b(0x138)]];logger[_0x58e19b(0x2c0)]('[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20'+(_0x47b86d?Object['keys'](_0x47b86d)[_0x58e19b(0x24a)]:0x0)+_0x58e19b(0x22c));let _0x11cb7d=_0x51c798[_0x58e19b(0x2c2)];if(_0x305f5c[_0x58e19b(0x1a6)])_0x11cb7d=_0x305f5c[_0x58e19b(0x1a6)];else{if(_0x305f5c['errorsDetailed']&&_0x51c798['mTbUb'](_0x305f5c[_0x58e19b(0x1b4)][_0x58e19b(0x24a)],0x0))_0x11cb7d=_0x51c798[_0x58e19b(0x150)];else _0x51c798['MEelu'](_0x305f5c['status'],_0x51c798[_0x58e19b(0x14c)])||_0x51c798['MEelu'](_0x305f5c[_0x58e19b(0x1f3)],_0x51c798[_0x58e19b(0x250)])?_0x11cb7d=_0x51c798[_0x58e19b(0x250)]:_0x11cb7d=_0x51c798[_0x58e19b(0x2c4)];}const _0x176a7f={..._0x15fb48,[TestFrameworkConstants[_0x58e19b(0x1e7)]]:_0x11cb7d,[TestFrameworkConstants[_0x58e19b(0x240)]]:_0x305f5c[_0x58e19b(0x26d)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x58e19b(0x1fe)]]:new Date()[_0x58e19b(0x29b)](),[TestFrameworkConstants[_0x58e19b(0x177)]]:_0x2ed26e,[TestFrameworkConstants[_0x58e19b(0x14d)]]:_0x15fb48[TestFrameworkConstants['KEY_LOGS']]||[],[TestFrameworkConstants[_0x58e19b(0x2a6)]]:{}};if(_0x51c798[_0x58e19b(0x280)](_0x11cb7d,_0x51c798[_0x58e19b(0x150)])&&_0x305f5c[_0x58e19b(0x1b4)]){const _0x389ad2=this[_0x58e19b(0x286)](_0x305f5c),_0x595bd8=this[_0x58e19b(0x164)](_0x305f5c),_0x2226b0=this[_0x58e19b(0x23c)](_0x305f5c);_0x176a7f[TestFrameworkConstants[_0x58e19b(0x172)]]=_0x595bd8,_0x176a7f[TestFrameworkConstants[_0x58e19b(0x221)]]=_0x389ad2,_0x176a7f[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x2226b0;}_0x51c798['TxAup'](_0x305f5c[_0x58e19b(0x225)],undefined)&&(_0x176a7f[TestFrameworkConstants[_0x58e19b(0x1bb)]]=_0x305f5c[_0x58e19b(0x225)]);_0x305f5c[_0x58e19b(0x2a0)]&&(_0x176a7f[TestFrameworkConstants[_0x58e19b(0x213)]]=_0x305f5c[_0x58e19b(0x2a0)]);const _0x4d51fa=_0x185a1e?_0x185a1e[TestFrameworkConstants[_0x58e19b(0x138)]]||{}:{},_0x10ab65=_0x185a1e?_0x185a1e[TestFrameworkConstants[_0x58e19b(0x175)]]:_0x119d97,_0x1a84c2=_0x51c798['pporb'](getManualUploadLogs,_0x4d51fa,_0x10ab65,_0x208974);if(_0x51c798[_0x58e19b(0x21c)](_0x1a84c2[_0x58e19b(0x24a)],0x0)){const _0xcb9cab=_0x176a7f[TestFrameworkConstants[_0x58e19b(0x14d)]]||[];_0x176a7f[TestFrameworkConstants[_0x58e19b(0x14d)]]=[..._0xcb9cab,..._0x1a84c2];}const _0x154152=_0x15fb48[TestFrameworkConstants['KEY_HOOKS_FINISHED']]||{},_0x59561a=_0x15fb48[TestFrameworkConstants[_0x58e19b(0x27d)]]||{},_0x4a3686={..._0x154152},_0x349143=_0x4a3686;Object[_0x58e19b(0x1ed)](_0x59561a)[_0x58e19b(0x193)](_0x472375=>{const _0x5e726=_0x58e19b;!_0x349143[_0x472375]&&(_0x349143[_0x472375]=[]);const _0x284497=new Set((_0x349143[_0x472375]||[])['map'](_0x2954a3=>_0x2954a3[TestFrameworkConstants[_0x5e726(0x17d)]]||_0x2954a3[_0x5e726(0x176)]));(_0x59561a[_0x472375]||[])['forEach'](_0x1705a8=>{const _0x119d93=_0x5e726,_0x55ca10=_0x1705a8[TestFrameworkConstants[_0x119d93(0x17d)]]||_0x1705a8['hook_id'];if(!_0x284497[_0x119d93(0x145)](_0x55ca10)){const _0x27ae16={..._0x1705a8},_0x59c7ad=_0x27ae16;!_0x59c7ad[TestFrameworkConstants[_0x119d93(0x20d)]]&&!_0x59c7ad[_0x119d93(0x2c5)]&&(_0x59c7ad[TestFrameworkConstants[_0x119d93(0x20d)]]=new Date()[_0x119d93(0x29b)]()),!_0x59c7ad[TestFrameworkConstants['KEY_HOOK_RESULT']]&&!_0x59c7ad[_0x119d93(0x25d)]&&(_0x59c7ad[TestFrameworkConstants['KEY_HOOK_RESULT']]=TestFrameworkConstants[_0x119d93(0x292)]),_0x349143[_0x472375][_0x119d93(0x29f)](_0x59c7ad);}});});if(_0x4eae0d[_0x58e19b(0x1e0)]){this['mapTestHooks'](_0x4eae0d[_0x58e19b(0x1e0)]);const _0x428c75=this['buildHookMapFromTest'](_0x4eae0d[_0x58e19b(0x1e0)]),_0x120fcd=this[_0x58e19b(0x272)](_0x4eae0d[_0x58e19b(0x1e0)]);_0x120fcd[_0x58e19b(0x193)](_0x45db0f=>{const _0x1b2101=_0x58e19b,_0x207de3=_0x428c75[_0x1b2101(0x21a)](_0x45db0f);if(_0x207de3&&(_0x51c798[_0x1b2101(0x248)](_0x207de3[_0x1b2101(0x28e)],_0x51c798[_0x1b2101(0x2aa)])||_0x51c798['SFCSU'](_0x207de3[_0x1b2101(0x28e)],_0x51c798['BLrxh']))){const _0x2e12c3=_0x207de3['type'][_0x1b2101(0x2b8)]()['replace'](_0x51c798[_0x1b2101(0x28b)],_0x51c798[_0x1b2101(0x282)]),_0x3eb7f8=_0x2e12c3;!_0x349143[_0x3eb7f8]&&(_0x349143[_0x3eb7f8]=[]);const _0x49d8d2=_0x349143[_0x3eb7f8][_0x1b2101(0x2a4)](_0x7f3a05=>(_0x7f3a05[TestFrameworkConstants[_0x1b2101(0x17d)]]||_0x7f3a05['hook_id'])===_0x45db0f);!_0x49d8d2&&_0x349143[_0x3eb7f8][_0x1b2101(0x29f)]({'key':_0x3eb7f8,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x45db0f,[TestFrameworkConstants[_0x1b2101(0x199)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x1b2101(0x1f2)]]:new Date()[_0x1b2101(0x29b)](),[TestFrameworkConstants[_0x1b2101(0x20d)]]:new Date()[_0x1b2101(0x29b)](),[TestFrameworkConstants[_0x1b2101(0x27e)]]:[],[TestFrameworkConstants[_0x1b2101(0x13d)]]:_0x207de3[_0x1b2101(0x17a)]||_0x207de3['type']+_0x1b2101(0x170),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x2ed26e});}});}if(_0x305f5c[_0x58e19b(0x141)]&&_0x51c798[_0x58e19b(0x17f)](_0x305f5c[_0x58e19b(0x141)][_0x58e19b(0x24a)],0x0))_0x176a7f[TestFrameworkConstants[_0x58e19b(0x1ea)]]=_0x305f5c[_0x58e19b(0x141)],logger[_0x58e19b(0x2c0)](_0x51c798[_0x58e19b(0x152)]);else _0x51c798[_0x58e19b(0x2a8)](Object[_0x58e19b(0x1ed)](_0x349143)[_0x58e19b(0x24a)],0x0)&&(_0x176a7f[TestFrameworkConstants[_0x58e19b(0x1ea)]]=_0x349143,logger['debug'](_0x58e19b(0x1f6)+Object['keys'](_0x349143)[_0x58e19b(0x289)](',')));const _0x20805f=this[_0x58e19b(0x2a1)](_0x305f5c);logger[_0x58e19b(0x2c0)](_0x58e19b(0x217)+_0x20805f+',\x20testId='+_0x208974+'\x20(testIdentifier),\x20result='+_0x11cb7d+',\x20duration='+_0x305f5c[_0x58e19b(0x225)]);_0x51c798['CNANW'](_0x11cb7d,_0x51c798[_0x58e19b(0x150)])&&logger[_0x58e19b(0x2c0)]('[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId='+_0x208974+_0x58e19b(0x285)+_0x176a7f[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]+',\x20failureReason='+_0x176a7f[TestFrameworkConstants[_0x58e19b(0x221)]]?.[_0x58e19b(0x1b3)](0x0,0xc8));const _0x17c12d={};return _0x17c12d[_0x208974]=_0x176a7f,_0x17c12d;}[a75_0x255873(0x135)](_0x23d65f){const _0x55b458=a75_0x255873,_0x318a68={};_0x318a68[_0x55b458(0x295)]=function(_0x307183,_0xb026e){return _0x307183!==_0xb026e;},_0x318a68['VvlCB']=function(_0x328b06,_0x22ad6c){return _0x328b06!==_0x22ad6c;},_0x318a68[_0x55b458(0x1ce)]=_0x55b458(0x1cd);const _0x6028c9=_0x318a68,_0x2f0152={};_0x2f0152[_0x55b458(0x28c)]=0x2,_0x2f0152[_0x55b458(0x173)]=0x3,logger[_0x55b458(0x2c0)]('[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20'+util['inspect'](_0x23d65f,_0x2f0152));const _0x433b79=[];if(_0x23d65f&&_0x23d65f[_0x55b458(0x1dc)]){let _0x453b83=_0x23d65f['parent'];while(_0x453b83&&_0x453b83[_0x55b458(0x17a)]&&_0x6028c9[_0x55b458(0x295)](_0x453b83[_0x55b458(0x17a)],'')&&_0x6028c9[_0x55b458(0x23a)](_0x453b83[_0x55b458(0x17a)],_0x6028c9[_0x55b458(0x1ce)])){_0x433b79[_0x55b458(0x29f)](_0x453b83['name']),_0x453b83=_0x453b83[_0x55b458(0x1dc)];}}return _0x433b79[_0x55b458(0x1f4)]();}[a75_0x255873(0x2a1)](_0x5d863f){const _0x48d8a8=a75_0x255873,_0x35a986={};_0x35a986[_0x48d8a8(0x16b)]=_0x48d8a8(0x1c2);const _0x2eb2b7=_0x35a986;if(_0x5d863f[_0x48d8a8(0x17a)])return _0x5d863f[_0x48d8a8(0x17a)];if(_0x5d863f[_0x48d8a8(0x28d)])return _0x5d863f[_0x48d8a8(0x28d)];return _0x2eb2b7['oKDkj'];}[a75_0x255873(0x2ac)](_0x98e93f){const _0x28a450=a75_0x255873,_0xd07467=[];if(_0x98e93f[_0x28a450(0x171)]&&Array[_0x28a450(0x18b)](_0x98e93f[_0x28a450(0x171)]))return _0x98e93f[_0x28a450(0x171)][_0x28a450(0x186)](_0x50a227=>_0x50a227[_0x28a450(0x13a)]('@')?_0x50a227['substr'](0x1):_0x50a227);const _0x37dfc0=this[_0x28a450(0x2a1)](_0x98e93f),_0x218ef6=_0x37dfc0[_0x28a450(0x299)](/@(\w+)/g);if(_0x218ef6)return _0x218ef6[_0x28a450(0x186)](_0x54d3de=>_0x54d3de[_0x28a450(0x1dd)](0x1));return _0x98e93f[_0x28a450(0x1fa)]&&Array[_0x28a450(0x18b)](_0x98e93f[_0x28a450(0x1fa)])&&_0x98e93f[_0x28a450(0x1fa)][_0x28a450(0x193)](_0x363b57=>{const _0x5cd15a=_0x28a450,_0x45876d=_0x363b57[_0x5cd15a(0x299)](/@(\w+)/g);_0x45876d&&_0x45876d[_0x5cd15a(0x193)](_0x2526ba=>{const _0x1370ef=_0x5cd15a,_0x2bda92=_0x2526ba['slice'](0x1);!_0xd07467[_0x1370ef(0x244)](_0x2bda92)&&_0xd07467[_0x1370ef(0x29f)](_0x2bda92);});}),_0xd07467;}[a75_0x255873(0x1a8)](_0x3dca46){const _0x282128=a75_0x255873,_0x4d93f0={'MUJHY':function(_0x293a36,_0x39f4a2){return _0x293a36(_0x39f4a2);},'YXzZX':_0x282128(0x1f1)};if(_0x3dca46[_0x282128(0x2ae)])return _0x3dca46[_0x282128(0x2ae)];if(_0x3dca46[_0x282128(0x249)]){const _0x158a5a=_0x4d93f0[_0x282128(0x243)](require,_0x4d93f0['YXzZX']);try{const _0x349ed7=_0x158a5a[_0x282128(0x261)](_0x3dca46[_0x282128(0x249)]);if(_0x349ed7[0x0]&&_0x349ed7[0x0][_0x282128(0x18a)])return _0x349ed7[0x0][_0x282128(0x18a)]();}catch(_0xf81028){logger[_0x282128(0x2c0)](_0x282128(0x26f)+util[_0x282128(0x1c0)](_0xf81028));}}return null;}[a75_0x255873(0x286)](_0x4834c1){const _0x3d129d=a75_0x255873,_0x2f375b={};_0x2f375b[_0x3d129d(0x2b0)]=function(_0x5d7136,_0x12fc79){return _0x5d7136>_0x12fc79;},_0x2f375b[_0x3d129d(0x246)]=_0x3d129d(0x183);const _0x3df3f9=_0x2f375b;if(_0x4834c1[_0x3d129d(0x1b4)]&&_0x3df3f9[_0x3d129d(0x2b0)](_0x4834c1[_0x3d129d(0x1b4)][_0x3d129d(0x24a)],0x0))return util[_0x3d129d(0x191)](_0x4834c1[_0x3d129d(0x1b4)][0x0]);if(_0x4834c1[_0x3d129d(0x205)])return _0x4834c1['failure_reason'];return _0x3df3f9[_0x3d129d(0x246)];}['getJestFailureType'](_0x21477d){const _0x8db1b7=a75_0x255873,_0x44f474={};_0x44f474['mAigY']=_0x8db1b7(0x239),_0x44f474[_0x8db1b7(0x237)]=_0x8db1b7(0x202),_0x44f474['LiBNt']='UnhandledError';const _0x210c24=_0x44f474,_0x3a701a=this[_0x8db1b7(0x286)](_0x21477d);if(_0x3a701a&&_0x3a701a[_0x8db1b7(0x244)](_0x210c24[_0x8db1b7(0x18c)]))return _0x210c24[_0x8db1b7(0x237)];return _0x210c24[_0x8db1b7(0x156)];}[a75_0x255873(0x23c)](_0x514870){const _0x3f3490=a75_0x255873,_0x54680d={'KIgAF':function(_0xc17067,_0x874d7b){return _0xc17067(_0x874d7b);},'ehdhE':_0x3f3490(0x216),'uGBAo':function(_0x3466c5,_0x273e9c){return _0x3466c5!==_0x273e9c;},'EHEAM':_0x3f3490(0x15e)},{failureData:_0x27d525}=_0x54680d['KIgAF'](require,_0x54680d[_0x3f3490(0x1c8)]),_0x393e63=[];return _0x54680d[_0x3f3490(0x269)](_0x514870[_0x3f3490(0x1b4)],undefined)&&_0x393e63[_0x3f3490(0x29f)](_0x514870[_0x3f3490(0x1b4)],_0x54680d[_0x3f3490(0x178)]),_0x27d525[_0x3f3490(0x252)](null,_0x393e63);}async['trackHookEvent'](_0xbd0f73,_0x58d841,_0x2af2e3,_0x597b26){const _0x4caad6=a75_0x255873,_0x325827={'dzpMp':'[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','nvVtd':function(_0xbce4ab){return _0xbce4ab();},'xrkKG':function(_0xb101d9,_0x3eef3d){return _0xb101d9 in _0x3eef3d;},'zwCSL':function(_0x395e36,_0x7eaa2d){return _0x395e36===_0x7eaa2d;},'yulpu':function(_0x16ee64,_0xc6c830){return _0x16ee64>_0xc6c830;},'zlsxC':_0x4caad6(0x2b5),'zbeuw':_0x4caad6(0x15a),'gCvVo':function(_0x325cb5,_0x5e1aff){return _0x325cb5===_0x5e1aff;},'hxKUB':function(_0x41dfc0,_0x3fc11a){return _0x41dfc0===_0x3fc11a;},'RDwRZ':_0x4caad6(0x1b2),'ELXwZ':function(_0x45145d,_0x20ad17){return _0x45145d>_0x20ad17;},'HUdMe':function(_0x38f240,_0x280a91){return _0x38f240!==_0x280a91;}},{hookData:_0x38e43d}=_0x597b26,_0x1da656=_0x2af2e3[_0x4caad6(0x25b)](),_0x9fd068=_0x58d841[_0x4caad6(0x25b)](),_0x2614fa={};_0x2614fa['depth']=0x2,_0x2614fa[_0x4caad6(0x173)]=0x3,logger[_0x4caad6(0x2c0)](_0x4caad6(0x19a)+_0x9fd068+',\x20hookState='+_0x1da656+_0x4caad6(0x1e8)+util[_0x4caad6(0x191)](_0x38e43d,_0x2614fa));if(!_0x38e43d)return logger[_0x4caad6(0x2c0)](_0x325827[_0x4caad6(0x298)]),{};const _0x9a8409=_0x38e43d[_0x4caad6(0x288)]||_0x38e43d[_0x4caad6(0x210)]||_0x325827[_0x4caad6(0x230)](uuidv4),_0x2727b6=_0x38e43d[_0x4caad6(0x212)]||this[_0x4caad6(0x155)](_0x38e43d),_0x230629=_0x58d841['toString']()[_0x4caad6(0x1fd)]('.')[0x1],_0x9b9bc0=_0xbd0f73[_0x4caad6(0x1ef)]()['get'](_0x2727b6),_0x4c55f9=_0x9b9bc0?_0x9b9bc0[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{};logger[_0x4caad6(0x2c0)](_0x4caad6(0x231)+_0x9a8409+_0x4caad6(0x255)+_0x2727b6+_0x4caad6(0x281)+_0x230629+_0x4caad6(0x1c5)+_0x1da656);if(!_0x9b9bc0)return logger[_0x4caad6(0x2c0)](_0x4caad6(0x277)+_0x2727b6+_0x4caad6(0x13e)),this[_0x4caad6(0x253)](_0xbd0f73,_0x2727b6,_0x58d841,_0x2af2e3,_0x597b26),{};let _0x56a725=_0x9b9bc0[TestFrameworkConstants[_0x4caad6(0x27d)]];!_0x56a725&&(_0x56a725={});!_0x325827[_0x4caad6(0x227)](_0x230629,_0x56a725)&&(_0x56a725[_0x230629]=[]);let _0x3081a4=_0x9b9bc0[TestFrameworkConstants[_0x4caad6(0x1ea)]];!_0x3081a4&&(_0x3081a4={});!_0x325827[_0x4caad6(0x227)](_0x230629,_0x3081a4)&&(_0x3081a4[_0x230629]=[]);const _0x97d4a3={[_0x2727b6]:{[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x56a725,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x3081a4,[TestFrameworkConstants[_0x4caad6(0x181)]]:this[_0x4caad6(0x1c3)]()[0x0]||'',[TestFrameworkConstants[_0x4caad6(0x1af)]]:this[_0x4caad6(0x208)]()[this[_0x4caad6(0x1c3)]()[0x0]]||''}};if(_0x325827[_0x4caad6(0x23d)](_0x2af2e3,HookState[_0x4caad6(0x1a3)])){const _0x41eacf={'key':_0x230629,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x9a8409,[TestFrameworkConstants[_0x4caad6(0x199)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x4caad6(0x1f2)]]:_0x38e43d[_0x4caad6(0x18d)]||new Date()[_0x4caad6(0x29b)](),[TestFrameworkConstants[_0x4caad6(0x27e)]]:[],[TestFrameworkConstants[_0x4caad6(0x13d)]]:_0x38e43d[_0x4caad6(0x17a)]||_0x38e43d['hook_type']||_0x230629,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x4c55f9};_0x56a725[_0x230629]['push'](_0x41eacf),_0x97d4a3[_0x2727b6][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0x230629;const _0x2bf7a8={};_0x2bf7a8[_0x4caad6(0x28c)]=0x2,logger[_0x4caad6(0x2c0)](_0x4caad6(0x260)+_0x230629+',\x20hookId='+_0x9a8409+_0x4caad6(0x255)+_0x2727b6+_0x4caad6(0x174)+util[_0x4caad6(0x191)](_0x41eacf,_0x2bf7a8));}else{if(_0x325827[_0x4caad6(0x23d)](_0x2af2e3,HookState[_0x4caad6(0x23b)])){const _0x119540=_0x38e43d[_0x4caad6(0x1a6)]||(_0x38e43d[_0x4caad6(0x1b4)]&&_0x325827[_0x4caad6(0x23f)](_0x38e43d[_0x4caad6(0x1b4)][_0x4caad6(0x24a)],0x0)?_0x325827['zlsxC']:_0x325827[_0x4caad6(0x19e)]),_0x2513c0=_0x56a725[_0x230629]||[];logger[_0x4caad6(0x2c0)](_0x4caad6(0x1b8)+_0x230629+_0x4caad6(0x255)+_0x2727b6+',\x20result='+_0x119540+_0x4caad6(0x20b)+_0x2513c0[_0x4caad6(0x24a)]);if(_0x325827[_0x4caad6(0x147)](_0x2513c0[_0x4caad6(0x24a)],0x0)&&_0x325827[_0x4caad6(0x27b)](_0x58d841,TestFrameworkState['BEFORE_ALL']))return logger[_0x4caad6(0x2c0)](_0x325827[_0x4caad6(0x1ad)]),this[_0x4caad6(0x253)](_0xbd0f73,_0x2727b6,_0x58d841,_0x2af2e3,_0x597b26),{};if(_0x325827[_0x4caad6(0x2bf)](_0x2513c0[_0x4caad6(0x24a)],0x0)){const _0x126454=_0x2513c0['pop']();_0x325827[_0x4caad6(0x147)](_0x119540,_0x325827['zlsxC'])&&_0x38e43d[_0x4caad6(0x1b4)]?(_0x126454[TestFrameworkConstants[_0x4caad6(0x1d3)]]=this['getJestFailureType'](_0x38e43d),_0x126454[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]=this['getJestFailureReason'](_0x38e43d),_0x126454[TestFrameworkConstants[_0x4caad6(0x200)]]=this[_0x4caad6(0x23c)](_0x38e43d),logger[_0x4caad6(0x2c0)](_0x4caad6(0x1f5)+_0x230629+_0x4caad6(0x285)+_0x126454[TestFrameworkConstants[_0x4caad6(0x1d3)]]+_0x4caad6(0x28a)+_0x126454[TestFrameworkConstants[_0x4caad6(0x166)]]?.[_0x4caad6(0x1b3)](0x0,0xc8))):_0x126454[TestFrameworkConstants[_0x4caad6(0x199)]]=_0x325827[_0x4caad6(0x19e)];_0x325827[_0x4caad6(0x16e)](_0x119540,TestFrameworkConstants[_0x4caad6(0x292)])&&(_0x126454[TestFrameworkConstants[_0x4caad6(0x199)]]=_0x119540);_0x126454[TestFrameworkConstants[_0x4caad6(0x20d)]]=_0x38e43d['finished_at']||new Date()[_0x4caad6(0x29b)](),_0x126454[TestFrameworkConstants[_0x4caad6(0x177)]]=_0x4c55f9;const _0x14adc0=_0x126454[TestFrameworkConstants['KEY_HOOK_ID']];!_0x3081a4[_0x230629]&&(_0x3081a4[_0x230629]=[]);_0x3081a4[_0x230629]['push'](_0x126454),_0x97d4a3[_0x2727b6][TestFrameworkConstants[_0x4caad6(0x2bb)]]=_0x230629;const _0xf18c76={};_0xf18c76[_0x4caad6(0x28c)]=0x2,logger[_0x4caad6(0x2c0)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType='+_0x230629+_0x4caad6(0x1e5)+_0x14adc0+_0x4caad6(0x245)+_0x119540+_0x4caad6(0x174)+util[_0x4caad6(0x191)](_0x126454,_0xf18c76));}}}return _0x97d4a3;}[a75_0x255873(0x1cb)](_0x3a861a){const _0x3408f7=a75_0x255873,_0x38eaf3={};_0x38eaf3[_0x3408f7(0x22f)]=_0x3408f7(0x287);const _0xc9cf17=_0x38eaf3;try{const _0x522417=_0x3a861a[_0x3408f7(0x15e)]?this[_0x3408f7(0x155)](_0x3a861a['test']):_0x3a861a[_0x3408f7(0x2c6)]['test_run_id'],_0x1426df=_0x3a861a[_0x3408f7(0x1be)],_0x3b1918=_0x1426df[_0x3408f7(0x278)](),_0x1129dc=_0x1426df[_0x3408f7(0x1ef)]()[_0x3408f7(0x21a)](_0x522417);if(!_0x1129dc)return logger['debug'](_0x3408f7(0x198)+_0x522417),{};const {[TestFrameworkConstants[_0x3408f7(0x181)]]:_0x50d952=this[_0x3408f7(0x1c3)]()[0x0]||'',[TestFrameworkConstants[_0x3408f7(0x1af)]]:_0xb142fd=this['getTestFrameworksVersions']()[this[_0x3408f7(0x1c3)]()[0x0]]||'',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x158658='',[TestFrameworkConstants[_0x3408f7(0x240)]]:_0x11e783=''}=_0x1129dc,_0x27771f=_0x1426df['getCurrentTestState']()[_0x3408f7(0x25b)]()[_0x3408f7(0x1fd)]('.')[0x1],_0x262ca1=_0x1426df[_0x3408f7(0x257)]()[_0x3408f7(0x25b)]()[_0x3408f7(0x1fd)]('.')[0x1],_0x4ff426=global?.[_0x3408f7(0x158)]?.[_0x3408f7(0x169)]?.['parallelIndex']||global['__bstackPlatformIndex']||0x0,_0x282f1c=_0x1426df[_0x3408f7(0x1b5)](),_0x2c1764=Buffer['from'](JSON[_0x3408f7(0x273)](_0x1129dc))[_0x3408f7(0x25b)](_0xc9cf17[_0x3408f7(0x22f)]),_0xa17af4={'hash':_0x3b1918[_0x3408f7(0x229)](),'threadId':_0x3b1918[_0x3408f7(0x1f9)]()[_0x3408f7(0x25b)](),'processId':_0x3b1918[_0x3408f7(0x1f0)]()[_0x3408f7(0x25b)]()},_0xa8fa4d={};_0xa8fa4d[_0x3408f7(0x18e)]=_0x4ff426,_0xa8fa4d[_0x3408f7(0x264)]=_0x50d952,_0xa8fa4d[_0x3408f7(0x1fc)]=_0xb142fd,_0xa8fa4d[_0x3408f7(0x13f)]=_0x27771f,_0xa8fa4d['hookState']=_0x262ca1,_0xa8fa4d[_0x3408f7(0x22b)]=_0x158658,_0xa8fa4d[_0x3408f7(0x265)]=_0x11e783,_0xa8fa4d['uuid']=_0x282f1c,_0xa8fa4d['eventJson']=_0x2c1764,_0xa8fa4d[_0x3408f7(0x16c)]=_0xa17af4,_0xa8fa4d[_0x3408f7(0x25f)]=_0x522417;const _0x57bf9a=_0xa8fa4d;return _0x57bf9a;}catch(_0x28cf7d){return logger[_0x3408f7(0x284)](_0x3408f7(0x22a)+util[_0x3408f7(0x1c0)](_0x28cf7d)),{};}}async[a75_0x255873(0x196)](_0x37d677,_0x3259b1,_0x30dec6){const _0x2969c5=a75_0x255873,_0x32dbe1={'SVtRT':function(_0x3d7002,_0x3e9d41){return _0x3d7002+_0x3e9d41;},'zPHzH':_0x2969c5(0x2a9),'jRehC':_0x2969c5(0x25a),'TYlkJ':function(_0x5ece9d,_0x45d561){return _0x5ece9d>_0x45d561;},'ADQcy':function(_0x1cd8d1,_0x4dc2a4,_0x5b9e3d,_0x47fdb3){return _0x1cd8d1(_0x4dc2a4,_0x5b9e3d,_0x47fdb3);},'AwVlu':function(_0x21d31a,_0xea2c8){return _0x21d31a-_0xea2c8;},'GXOvO':function(_0x1391bb,_0x8165e2){return _0x1391bb===_0x8165e2;},'LiHiA':function(_0x1ec1bb,_0x4b76b7){return _0x1ec1bb/_0x4b76b7;},'xNKNN':function(_0x47682c,_0x1574f1){return _0x47682c<_0x1574f1;},'xAOPD':function(_0x1f5b01,_0x33e208){return _0x1f5b01*_0x33e208;},'JklIc':function(_0x108cee,_0x1e7b5f){return _0x108cee+_0x1e7b5f;}};try{const _0x19b6f9=_0x30dec6[_0x2969c5(0x232)]||_0x30dec6[_0x2969c5(0x154)],_0x22c66b=Array[_0x2969c5(0x266)](_0x37d677[_0x2969c5(0x1ef)]()['keys']()),_0x45129a=_0x37d677['getAllData']()[_0x2969c5(0x21a)](_0x19b6f9);if(!_0x45129a){logger['debug'](_0x2969c5(0x189)+_0x19b6f9);return;}const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x27d825='',[TestFrameworkConstants[_0x2969c5(0x1af)]]:_0xdc5fc6=''}=_0x45129a;let _0x5d3f6c=[];_0x45129a&&_0x45129a[TestFrameworkConstants['KEY_LOGS']]&&Array[_0x2969c5(0x18b)](_0x45129a[TestFrameworkConstants[_0x2969c5(0x14d)]])?(_0x5d3f6c=_0x45129a[TestFrameworkConstants['KEY_LOGS']]||[],logger[_0x2969c5(0x2c0)](_0x2969c5(0x2ab)+_0x5d3f6c[_0x2969c5(0x24a)]+_0x2969c5(0x1ab)+_0x19b6f9),_0x37d677['addMultipleEntries']({[_0x19b6f9]:{[TestFrameworkConstants[_0x2969c5(0x14d)]]:[],[TestFrameworkConstants[_0x2969c5(0x181)]]:this[_0x2969c5(0x1c3)]()[0x0]||'',[TestFrameworkConstants[_0x2969c5(0x1af)]]:this['getTestFrameworksVersions']()[this[_0x2969c5(0x1c3)]()[0x0]]||''}}),logger[_0x2969c5(0x2c0)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x19b6f9)):logger[_0x2969c5(0x2c0)](_0x2969c5(0x267)+_0x19b6f9);logger[_0x2969c5(0x2c0)](_0x2969c5(0x28f)+_0x5d3f6c['length']+_0x2969c5(0x1f8)+_0x19b6f9);const _0x421f6b=_0x5d3f6c[_0x2969c5(0x1fb)](_0x525d7b=>_0x525d7b[_0x2969c5(0x1e3)]===_0x2969c5(0x168));_0x32dbe1[_0x2969c5(0x256)](_0x421f6b[_0x2969c5(0x24a)],0x0)&&(logger[_0x2969c5(0x2c0)](_0x2969c5(0x165)+_0x421f6b['length']+'\x20screenshot\x20logs\x20for\x20testId:\x20'+_0x19b6f9),_0x421f6b['forEach']((_0x303a40,_0x2ff941)=>{const _0x1727f9=_0x2969c5;logger[_0x1727f9(0x2c0)](_0x1727f9(0x222)+_0x32dbe1[_0x1727f9(0x1cf)](_0x2ff941,0x1)+'/'+_0x421f6b['length']+'\x20-\x20test_identifier='+(_0x303a40[_0x1727f9(0x25f)]||_0x32dbe1['zPHzH'])+',\x20test_run_uuid='+(_0x303a40[_0x1727f9(0x294)]||_0x32dbe1['zPHzH'])+_0x1727f9(0x197)+(_0x303a40['hook_run_uuid']||_0x32dbe1[_0x1727f9(0x185)])+_0x1727f9(0x2c7)+(_0x303a40['message']?.[_0x1727f9(0x24a)]||0x0));}));const _0x2cd6a4=_0x45129a[TestFrameworkConstants[_0x2969c5(0x138)]]||{},_0x105672=_0x32dbe1['ADQcy'](getMediaArtifactsLogs,_0x2cd6a4,null,_0x19b6f9),_0x253a5a=(_0x5d3f6c||[])[_0x2969c5(0x24f)](_0x105672||[]),_0x43e2c2=_0x421f6b?.[_0x2969c5(0x24a)]||0x0,_0x40d062=_0x32dbe1['AwVlu'](_0x5d3f6c?.[_0x2969c5(0x24a)]||0x0,_0x43e2c2);logger[_0x2969c5(0x2c0)](_0x2969c5(0x1c4)+_0x19b6f9+_0x2969c5(0x262)+_0x40d062+_0x2969c5(0x1d2)+_0x43e2c2+_0x2969c5(0x149)+(_0x105672?.[_0x2969c5(0x24a)]||0x0)+_0x2969c5(0x1a9)+_0x253a5a['length']);if(!_0x253a5a||_0x32dbe1[_0x2969c5(0x21f)](_0x253a5a[_0x2969c5(0x24a)],0x0)){logger[_0x2969c5(0x2c0)](_0x2969c5(0x19f)+_0x19b6f9);return;}const _0x26ab3a=0x28,_0x4d1df8=Math['ceil'](_0x32dbe1[_0x2969c5(0x1ca)](_0x253a5a[_0x2969c5(0x24a)],_0x26ab3a));for(let _0xb51130=0x0;_0x32dbe1[_0x2969c5(0x192)](_0xb51130,_0x4d1df8);_0xb51130++){const _0x541b04=_0x32dbe1[_0x2969c5(0x211)](_0xb51130,_0x26ab3a),_0x4b39e4=_0x32dbe1[_0x2969c5(0x204)](_0x541b04,_0x26ab3a),_0x28dd70=_0x253a5a[_0x2969c5(0x1dd)](_0x541b04,_0x4b39e4),_0x5679df=global?.['browserstackPlatformIndex']??0x0,_0x8a69e5={'platformIndex':_0x5679df,'logs':_0x28dd70,'testFrameworkName':_0x27d825,'testFrameworkVersion':_0xdc5fc6,'testFrameworkState':_0x3259b1[_0x2969c5(0x25b)]()[_0x2969c5(0x1fd)]('.')[0x1]},_0xee36e={};_0xee36e[_0x2969c5(0x28c)]=0x3,_0xee36e[_0x2969c5(0x173)]=0x5,logger['debug'](_0x2969c5(0x203)+_0x32dbe1[_0x2969c5(0x1cf)](_0xb51130,0x1)+'/'+_0x4d1df8+_0x2969c5(0x187)+_0x19b6f9+_0x2969c5(0x2c8)+_0x28dd70[_0x2969c5(0x24a)]+_0x2969c5(0x1bc)+_0x5679df+',\x20payload:\x20'+util['inspect'](_0x8a69e5,_0xee36e));const _0x30c8b0=await GrpcClient[_0x2969c5(0x1ee)]()[_0x2969c5(0x259)](_0x8a69e5);logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x32dbe1['SVtRT'](_0xb51130,0x1)+'/'+_0x4d1df8+_0x2969c5(0x187)+_0x19b6f9+_0x2969c5(0x146)+util[_0x2969c5(0x191)](_0x30c8b0));}_0x105672&&_0x32dbe1[_0x2969c5(0x256)](_0x105672['length'],0x0)&&_0x45129a[TestFrameworkConstants[_0x2969c5(0x138)]]&&_0x37d677['addMultipleEntries']({[_0x19b6f9]:{[TestFrameworkConstants[_0x2969c5(0x138)]]:{},[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x2969c5(0x1c3)]()[0x0]||'',[TestFrameworkConstants[_0x2969c5(0x1af)]]:this[_0x2969c5(0x208)]()[this[_0x2969c5(0x1c3)]()[0x0]]||''}}),logger['debug'](_0x2969c5(0x26a)+_0x19b6f9+',\x20totalBatches:\x20'+_0x4d1df8);}catch(_0xc6efee){logger[_0x2969c5(0x284)](_0x2969c5(0x1de)+(_0x30dec6[_0x2969c5(0x232)]||_0x30dec6[_0x2969c5(0x154)])+_0x2969c5(0x184)+util[_0x2969c5(0x1c0)](_0xc6efee));}}[a75_0x255873(0x253)](_0x4ed382,_0x4d874e,_0x278300,_0x36e054,_0x27c399){const _0x540ad9=a75_0x255873,_0x3d3033={};_0x3d3033['YCXqW']=function(_0x5bb37c,_0xa2d616){return _0x5bb37c===_0xa2d616;},_0x3d3033[_0x540ad9(0x14e)]='beforeAll';const _0x486149=_0x3d3033,{hookData:_0x4ab974}=_0x27c399,_0x26e4ea={'testId':_0x4d874e,'testFrameworkState':_0x278300,'hookState':_0x36e054,'args':_0x27c399,'timestamp':new Date()[_0x540ad9(0x29b)]()};if(_0x486149[_0x540ad9(0x220)](_0x278300,TestFrameworkState[_0x540ad9(0x19b)])&&_0x4ab974){const _0x5ba4c2={};_0x5ba4c2[_0x540ad9(0x226)]=_0x4ab974[_0x540ad9(0x2ae)]||_0x4ab974[_0x540ad9(0x21b)],_0x5ba4c2['scope']=_0x4ab974[_0x540ad9(0x153)]||_0x4ab974[_0x540ad9(0x1fa)]&&_0x4ab974['scopes'][0x0]||'',_0x5ba4c2[_0x540ad9(0x144)]=_0x486149['MbzVp'],_0x26e4ea['hookMetadata']=_0x5ba4c2,logger[_0x540ad9(0x2c0)]('[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20'+_0x4d874e+_0x540ad9(0x2a2)+_0x26e4ea['hookMetadata']['filePath']+_0x540ad9(0x21d)+_0x26e4ea['hookMetadata']['scope']);}_0x4ed382[_0x540ad9(0x1b6)](_0x4d874e,_0x26e4ea),logger['debug'](_0x540ad9(0x16a)+_0x4d874e+_0x540ad9(0x263)+_0x278300+',\x20hookState:\x20'+_0x36e054);}async['processPendingHooks'](_0x5df184,_0x5b554b){const _0xba7e76=a75_0x255873,_0x4a6452={};_0x4a6452[_0xba7e76(0x17b)]=function(_0x4dc8d1,_0x4e7346){return _0x4dc8d1>_0x4e7346;},_0x4a6452[_0xba7e76(0x1d0)]=function(_0x157320,_0x2e5217){return _0x157320===_0x2e5217;},_0x4a6452[_0xba7e76(0x236)]=function(_0x1c64c1,_0x2d278f){return _0x1c64c1===_0x2d278f;},_0x4a6452[_0xba7e76(0x1e2)]=function(_0x130d76,_0x518b1e){return _0x130d76===_0x518b1e;},_0x4a6452['MeHUy']=function(_0x2ebe2e,_0x483d84){return _0x2ebe2e>_0x483d84;},_0x4a6452[_0xba7e76(0x2b6)]=function(_0x45dd67,_0x36c975){return _0x45dd67===_0x36c975;},_0x4a6452[_0xba7e76(0x194)]='[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook';const _0x43dd33=_0x4a6452;if(_0x5df184['hasPendingHooks'](_0x5b554b)){const _0x50863f=_0x5df184[_0xba7e76(0x254)](_0x5b554b);logger[_0xba7e76(0x2c0)]('Processing\x20'+_0x50863f['length']+_0xba7e76(0x157)+_0x5b554b);for(const _0x44f1b2 of _0x50863f){try{const _0x5828bb=await this[_0xba7e76(0x2ad)](_0x5df184,_0x44f1b2[_0xba7e76(0x13f)],_0x44f1b2[_0xba7e76(0x15c)],_0x44f1b2[_0xba7e76(0x228)]);_0x5828bb&&_0x43dd33[_0xba7e76(0x17b)](Object['keys'](_0x5828bb)[_0xba7e76(0x24a)],0x0)&&_0x5df184['addMultipleEntries'](_0x5828bb),await this['runHooks'](_0x5df184,_0x44f1b2[_0xba7e76(0x13f)],_0x44f1b2[_0xba7e76(0x15c)],_0x44f1b2[_0xba7e76(0x228)]);}catch(_0x5ba277){logger['error']('Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20'+_0x5b554b+_0xba7e76(0x184)+_0x5ba277);}}_0x5df184[_0xba7e76(0x17c)](_0x5b554b),logger['debug'](_0xba7e76(0x1e9)+_0x5b554b);}const _0x52033e=_0x5df184[_0xba7e76(0x1ef)]()[_0xba7e76(0x21a)](_0x5b554b);if(_0x52033e){const _0x24f1b3=_0x52033e[TestFrameworkConstants[_0xba7e76(0x1a1)]]||_0x52033e[TestFrameworkConstants[_0xba7e76(0x238)]],_0x40a4ad=_0x52033e[TestFrameworkConstants['KEY_TEST_SCOPE']]||_0x52033e[TestFrameworkConstants[_0xba7e76(0x15d)]]&&_0x52033e[TestFrameworkConstants[_0xba7e76(0x15d)]][0x0]||'';logger[_0xba7e76(0x2c0)](_0xba7e76(0x1d6)+_0x24f1b3+',\x20scope:\x20'+_0x40a4ad);const _0x165b38=_0x5df184['getAllPendingHookTestIds']();for(const _0x5d969d of _0x165b38){if(_0x43dd33[_0xba7e76(0x1d0)](_0x5d969d,_0x5b554b))continue;if(_0x5df184[_0xba7e76(0x160)](_0x5d969d)){const _0x4a917c=_0x5df184['getPendingHooks'](_0x5d969d);for(const _0x380b6a of _0x4a917c){if(_0x43dd33[_0xba7e76(0x1d0)](_0x380b6a[_0xba7e76(0x13f)],TestFrameworkState[_0xba7e76(0x19b)])&&_0x380b6a[_0xba7e76(0x27a)]){const _0x1e9207=_0x380b6a['hookMetadata'][_0xba7e76(0x226)],_0x398492=_0x380b6a[_0xba7e76(0x27a)][_0xba7e76(0x153)];if(_0x43dd33['gQltw'](_0x1e9207,_0x24f1b3)&&_0x43dd33['ybdDb'](_0x398492,_0x40a4ad)){logger[_0xba7e76(0x2c0)]('[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20'+_0x5d969d+',\x20currentTestId:\x20'+_0x5b554b+_0xba7e76(0x2a2)+_0x1e9207+',\x20scope:\x20'+_0x398492);_0x380b6a['args']&&_0x380b6a[_0xba7e76(0x228)][_0xba7e76(0x2c6)]&&(_0x380b6a[_0xba7e76(0x228)][_0xba7e76(0x2c6)]['test_run_id']=_0x5b554b,logger['debug'](_0xba7e76(0x27f)+_0x5d969d+_0xba7e76(0x24c)+_0x5b554b));try{const _0x273102=await this[_0xba7e76(0x2ad)](_0x5df184,_0x380b6a[_0xba7e76(0x13f)],_0x380b6a[_0xba7e76(0x15c)],_0x380b6a[_0xba7e76(0x228)]);_0x273102&&_0x43dd33[_0xba7e76(0x276)](Object[_0xba7e76(0x1ed)](_0x273102)[_0xba7e76(0x24a)],0x0)&&_0x5df184[_0xba7e76(0x1ae)](_0x273102);await this[_0xba7e76(0x1a7)](_0x5df184,_0x380b6a[_0xba7e76(0x13f)],_0x380b6a[_0xba7e76(0x15c)],_0x380b6a['args']);const _0x9a8873=_0x5df184[_0xba7e76(0x254)](_0x5d969d)['filter'](_0x19357d=>_0x19357d!==_0x380b6a);if(_0x43dd33[_0xba7e76(0x2b6)](_0x9a8873['length'],0x0))_0x5df184[_0xba7e76(0x17c)](_0x5d969d);else{_0x5df184[_0xba7e76(0x17c)](_0x5d969d);for(const _0x759239 of _0x9a8873){_0x5df184[_0xba7e76(0x1b6)](_0x5d969d,_0x759239);}}logger[_0xba7e76(0x2c0)](_0x43dd33[_0xba7e76(0x194)]);}catch(_0x19619e){logger[_0xba7e76(0x284)]('[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20'+_0x5b554b+',\x20error:\x20'+_0x19619e);}}}}}}}}[a75_0x255873(0x1ff)](_0x4ad742){const _0x37a2b9=a75_0x255873,_0x31d6f5={'WsQvN':function(_0x562391){return _0x562391();}};if(!_0x4ad742||!_0x4ad742[_0x37a2b9(0x1dc)])return;_0x4ad742['parent']['hooks']&&Array[_0x37a2b9(0x18b)](_0x4ad742[_0x37a2b9(0x1dc)][_0x37a2b9(0x141)])&&_0x4ad742[_0x37a2b9(0x1dc)][_0x37a2b9(0x141)][_0x37a2b9(0x193)](_0xffbc15=>{const _0x19f0c9=_0x37a2b9;!_0xffbc15[_0x19f0c9(0x210)]&&!_0xffbc15[_0x19f0c9(0x297)]&&(_0xffbc15[_0x19f0c9(0x210)]=_0x31d6f5[_0x19f0c9(0x1c6)](uuidv4),_0xffbc15[_0x19f0c9(0x297)]=_0xffbc15[_0x19f0c9(0x210)],logger[_0x19f0c9(0x2c0)](_0x19f0c9(0x1aa)+_0xffbc15[_0x19f0c9(0x28e)]+',\x20hookUUID='+_0xffbc15['hookAnalyticsId']));}),this[_0x37a2b9(0x1ff)](_0x4ad742['parent']);}[a75_0x255873(0x272)](_0x348b94){const _0x314185=a75_0x255873,_0x41c6b8={'UIHKx':function(_0x3b8a5a,_0xe7e463){return _0x3b8a5a(_0xe7e463);}};if(!_0x348b94||!_0x348b94[_0x314185(0x1dc)])return[];const _0x5ea9aa=[];return _0x348b94[_0x314185(0x1dc)][_0x314185(0x141)]&&Array['isArray'](_0x348b94['parent'][_0x314185(0x141)])&&_0x348b94[_0x314185(0x1dc)]['hooks'][_0x314185(0x193)](_0x4a1935=>{const _0x4f93a0=_0x314185,_0x5b5ab8=_0x4a1935[_0x4f93a0(0x210)]||_0x4a1935[_0x4f93a0(0x297)];_0x5b5ab8&&!this[_0x4f93a0(0x190)](_0x4a1935)&&!_0x41c6b8[_0x4f93a0(0x2b1)](isInternalHook,_0x4a1935['fn'])&&_0x5ea9aa[_0x4f93a0(0x29f)](_0x5b5ab8);}),[..._0x5ea9aa,...this[_0x314185(0x272)](_0x348b94[_0x314185(0x1dc)])];}[a75_0x255873(0x19c)](_0x51cb7d){const _0x2a13c2=a75_0x255873,_0x51450b={'gsztu':function(_0x503669,_0xd91d24){return _0x503669(_0xd91d24);},'VDCLV':_0x2a13c2(0x24e),'dywVZ':function(_0x4ff794,_0x26787a){return _0x4ff794(_0x26787a);},'veVGK':function(_0x5ead14,_0x4a9bab){return _0x5ead14(_0x4a9bab);}},_0x5ae903=new Map(),_0x4f3416=_0x252d4f=>{const _0x2f0f47=_0x2a13c2;if(!_0x252d4f||!_0x252d4f[_0x2f0f47(0x1dc)])return;_0x252d4f[_0x2f0f47(0x1dc)]['hooks']&&Array[_0x2f0f47(0x18b)](_0x252d4f[_0x2f0f47(0x1dc)][_0x2f0f47(0x141)])&&_0x252d4f[_0x2f0f47(0x1dc)][_0x2f0f47(0x141)]['forEach'](_0x5956c0=>{const _0x409408=_0x2f0f47,_0x3ef446=_0x5956c0[_0x409408(0x210)]||_0x5956c0[_0x409408(0x297)];if(_0x3ef446&&!this[_0x409408(0x190)](_0x5956c0)&&!_0x51450b[_0x409408(0x26b)](isInternalHook,_0x5956c0['fn'])){const _0x5b7435={};_0x5b7435[_0x409408(0x28e)]=_0x5956c0[_0x409408(0x28e)]||_0x51450b[_0x409408(0x1bf)],_0x5b7435[_0x409408(0x17a)]=_0x5956c0[_0x409408(0x17a)]||'\x22'+_0x5956c0['type']+'\x22\x20hook',_0x5ae903[_0x409408(0x137)](_0x3ef446,_0x5b7435);}}),_0x51450b[_0x2f0f47(0x1b0)](_0x4f3416,_0x252d4f['parent']);};return _0x51450b[_0x2a13c2(0x167)](_0x4f3416,_0x51cb7d),_0x5ae903;}[a75_0x255873(0x190)](_0x105704){const _0x2943f2=a75_0x255873,_0x30f8e8={};_0x30f8e8[_0x2943f2(0x134)]='jest-circus',_0x30f8e8[_0x2943f2(0x2a5)]=_0x2943f2(0x16d);const _0x3f666b=_0x30f8e8;try{const _0x1db829=this['getRootParentFile'](_0x105704);return _0x1db829&&_0x1db829['includes'](_0x3f666b[_0x2943f2(0x134)]);}catch(_0x4ec407){logger[_0x2943f2(0x2c0)](_0x3f666b[_0x2943f2(0x2a5)]);}return![];}['getRootParentFile'](_0x37f164){const _0x195399=a75_0x255873;if(_0x37f164['asyncError'])try{const _0x31af11=stackTrace[_0x195399(0x261)](_0x37f164[_0x195399(0x249)]);return _0x31af11[0x0]?_0x31af11[0x0][_0x195399(0x18a)]():null;}catch(_0x452d11){logger[_0x195399(0x2c0)]('[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20'+util[_0x195399(0x1c0)](_0x452d11));}if(_0x37f164[_0x195399(0x14b)])return _0x37f164[_0x195399(0x14b)];return null;}}function a75_0x368c(_0x5cd705,_0x3f27f4){const _0x138893=a75_0x1388();return a75_0x368c=function(_0x368cfa,_0x4b786b){_0x368cfa=_0x368cfa-0x133;let _0x7562f9=_0x138893[_0x368cfa];return _0x7562f9;},a75_0x368c(_0x5cd705,_0x3f27f4);}function a75_0x1388(){const _0x13ee95=['AssertionError','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','JklIc','failure_reason','2364815KdZJPC','1367136LtvCPN','getTestFrameworksVersions','../TestInfo.js','TEST',',\x20hooksListLength=','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','KEY_EVENT_ENDED_AT','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20',',\x20scopes=','hookAnalyticsId','xAOPD','test_run_id','KEY_TEST_RETRY_OF','\x20&\x20hookState=','removeActiveHook','../../../helpers/test-observability/utils','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=',',\x20testData=',',\x20hookUUID=','get','location','zcHVX',',\x20scope:\x20','GPVkk','GXOvO','YCXqW','KEY_TEST_FAILURE_REASON','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','mYuVV','HNDrr','duration','filePath','xrkKG','args','getId','Error\x20in\x20createTestFrameworkEventPayload:\x20','startedAt','\x20attachments',',\x20state=','DLmTr','AFZIq','nvVtd','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','testUUID','matchHookRegex','warn','ZuXcQ','gQltw','IzWAw','KEY_TEST_LOCATION','Assert','VvlCB','POST','getJestFailureData','zwCSL','testData','yulpu','KEY_TEST_ENDED_AT','3oMfuCx','184088KyUOuE','MUJHY','includes',',\x20result=','LOsBm','KEY_AUTOMATE_SESSION_NAME','SFCSU','asyncError','length','\x20(testIdentifier),\x20tags=','\x20to\x20','KEY_TEST_TAGS','unknown','concat','iNzoD','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','apply','storePendingHook','getPendingHooks',',\x20testId=','TYlkJ','getCurrentHookState','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','logCreatedEvent','none','toString','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','hook_result',',\x20testFramework=','test_identifier','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','parse',',\x20consoleLogs:\x20',',\x20state:\x20','testFrameworkName','endedAt','from','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20',',\x20argsKeys=','uGBAo','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','gsztu','trackEvent','finished_at',',\x20totalHooks=','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','trackJestInstance','LOG_REPORT','getHooksForTest','stringify',':testAnalyticsId','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','MeHUy','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','getContext','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','hookMetadata','hxKUB','findIndex','KEY_HOOKS_STARTED','KEY_HOOK_LOGS','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','btJUr','\x20(testIdentifier),\x20hookType=','OhvjJ','../../../helpers/helper.js','error',',\x20failureType=','getJestFailureReason','base64','uuid','join',',\x20failureReason=','UClqd','depth','title','type','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','bhRKz','DEFAULT_HOOK_RESULT','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','test_run_uuid','VqSEN','3918152ilmYKS','hookUUID','dzpMp','match','setActiveHook','toISOString','KEY_TEST_STARTED_AT','6AdRrAJ','\x20(testIdentifier)','push','retryOf','getJestTestName',',\x20filePath:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','find','zLbzi','KEY_TEST_META','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','PuaFh','missing','UQZuJ','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','getJestTestTags','trackHookEvent','file_name','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','oNrxI','UIHKx','KEY_TEST_SCOPE','resolveInstance','getTrackedInstance','failed','ulnrG','../instances/testFrameworkInstance.js','toUpperCase','bVqre','BbpCy','KEY_HOOK_LAST_FINISHED','imbEk','eTJZk','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','ELXwZ','debug',',\x20exception=','NntHi','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','qWHKU','event_ended_at','hookData',',\x20messageLength=',',\x20logsInBatch:\x20','KEY_TEST_LOGS','jQJsz','getJestTestScopes','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','set','KEY_TEST_ATTACHMENTS','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','startsWith','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','getCurrentInstanceName','KEY_HOOK_NAME',',\x20storing\x20as\x20pending\x20hook','testFrameworkState',',\x20remainingHooks=','hooks','1436877TwFgRr','./constants/testFrameworkConstants.js','hookType','has',',\x20response=','gCvVo','QzdWX',',\x20attachmentLogs:\x20','setTrackedInstance','file','Ewrhg','KEY_LOGS','MbzVp','DEFAULT_TEST_RESULT','fzKOD','createContext','nXDbQ','scope','testId','getJestTestIdentifier','LiBNt','\x20pending\x20hooks\x20for\x20testId:\x20','__workerDetails',',\x20filePath=','passed','exports','hookState','KEY_TEST_SCOPES','test','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','hasPendingHooks','\x20files','JestTestFramework','KEY_TEST_NAME','getJestFailureType','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','KEY_HOOK_FAILURE_REASON','veVGK','TEST_SCREENSHOT','workerInfo','Stored\x20pending\x20hook\x20for\x20testId:\x20','oKDkj','executionContext','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','HUdMe','processPendingHooks','\x20hook','tags','KEY_TEST_FAILURE_TYPE','maxArrayLength',',\x20hook=','KEY_TEST_UUID','hook_id','KEY_CUSTOM_TAGS','EHEAM','ALL','name','seiSB','removePendingHooks','KEY_HOOK_ID','util','uhuuI','20JlKCvx','KEY_TEST_FRAMEWORK_NAME','KEY_TEST_RERUN_NAME','Unknown\x20error',',\x20error:\x20','jRehC','map','\x20-\x20testId:\x20','rQQUL','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','getFileName','isArray','mAigY','started_at','platformIndex','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','isJestInternalHook','inspect','xNKNN','forEach','dedLB','19186tPIaJZ','sendLogCreatedEvent',',\x20hook_run_uuid=','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','KEY_HOOK_RESULT','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','BEFORE_ALL','buildHookMapFromTest',',\x20hookType=','zbeuw','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','kpafg','KEY_TEST_FILE_PATH','body','PRE','activeHooks','BZHYC','result','runHooks','getJestTestFilePath',',\x20totalLogs:\x20','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','\x20logs\x20for\x20testId:\x20','beforeAll','RDwRZ','addMultipleEntries','KEY_TEST_FRAMEWORK_VERSION','dywVZ','hkCGT','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','substring','errorsDetailed','getRef','addPendingHook','2663060pJiolQ','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','../grpcClient','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','KEY_TEST_DURATION',',\x20platformIndex:\x20','code','instance','VDCLV','format','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','Unknown\x20Test','getTestFrameworks','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20',',\x20hookState=','WsQvN','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','ehdhE','../instances/trackedInstance.js','LiHiA','createTestFrameworkEventPayload','../../../helpers/classLogger.js','ROOT_DESCRIBE_BLOCK','xsdnr','SVtRT','ShBJa','_ALL',',\x20screenshotLogs:\x20','KEY_HOOK_FAILURE_TYPE','skip',',\x20contextId=','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','../cliUtils.js','uSBIH','../state/hookState.js','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','parent','slice','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','afterAll','originalTest','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','ybdDb','kind','../state/testFrameworkState.js',',\x20hookId=','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','KEY_TEST_RESULT',',\x20hookData=','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','KEY_HOOKS_FINISHED','skipped','parseJestTestResult','keys','getInstance','getAllData','getProcessId','stack-trace','KEY_EVENT_STARTED_AT','status','reverse','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','\x20for\x20testId:\x20','getThreadId','scopes','filter','testFrameworkVersion','split','KEY_TEST_RESULT_AT','mapTestHooks','KEY_HOOK_FAILURE','splice'];a75_0x1388=function(){return _0x13ee95;};return a75_0x1388();}module[a75_0x255873(0x15b)]=JestTestFramework;
1
+ const a75_0x1deb9a=a75_0x284e;(function(_0x3c6089,_0x2da855){const _0x239e9f=a75_0x284e,_0x4685ea=_0x3c6089();while(!![]){try{const _0x4abea7=parseInt(_0x239e9f(0x184))/0x1*(parseInt(_0x239e9f(0x223))/0x2)+-parseInt(_0x239e9f(0x140))/0x3*(parseInt(_0x239e9f(0x1a6))/0x4)+-parseInt(_0x239e9f(0x272))/0x5*(-parseInt(_0x239e9f(0x1b1))/0x6)+-parseInt(_0x239e9f(0x1fc))/0x7*(parseInt(_0x239e9f(0x2ab))/0x8)+parseInt(_0x239e9f(0x260))/0x9+parseInt(_0x239e9f(0x22b))/0xa*(parseInt(_0x239e9f(0x141))/0xb)+-parseInt(_0x239e9f(0x281))/0xc*(parseInt(_0x239e9f(0x251))/0xd);if(_0x4abea7===_0x2da855)break;else _0x4685ea['push'](_0x4685ea['shift']());}catch(_0x1ccb67){_0x4685ea['push'](_0x4685ea['shift']());}}}(a75_0x5826,0x7439b));const TestFramework=require(a75_0x1deb9a(0x240)),TestFrameworkState=require(a75_0x1deb9a(0x221)),HookState=require(a75_0x1deb9a(0x156)),{createClassLogger}=require(a75_0x1deb9a(0x1b8)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a75_0x1deb9a(0x21d)),TrackedInstance=require(a75_0x1deb9a(0x29f)),TestFrameworkConstants=require(a75_0x1deb9a(0x1e2)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a75_0x1deb9a(0x125)),{isInternalHook}=require('../../../helpers/test-observability/utils'),logger=createClassLogger(a75_0x1deb9a(0x1dc)),{v4:uuidv4}=require(a75_0x1deb9a(0x1c4)),util=require('util'),TestInfo=require(a75_0x1deb9a(0x2c7)),GrpcClient=require(a75_0x1deb9a(0x21c)),stackTrace=require(a75_0x1deb9a(0x299));class JestTestFramework extends TestFramework{constructor(_0x563dfd,_0x1ba68f,_0x3435b6){const _0x42bf22=a75_0x1deb9a;super(_0x563dfd,_0x1ba68f,_0x3435b6),this[_0x42bf22(0x148)]=new Map();}['setActiveHook'](_0x4e30d8,_0xd37888,_0x380ed0){const _0x724948=a75_0x1deb9a,_0x39aa66={};_0x39aa66[_0x724948(0x242)]=function(_0x26e4bc,_0x146fda){return _0x26e4bc||_0x146fda;};const _0x502473=_0x39aa66;if(_0x502473[_0x724948(0x242)](!_0x4e30d8,!_0xd37888)){logger[_0x724948(0x1f6)](_0x724948(0x14d)+_0x4e30d8+',\x20hookUUID='+_0xd37888);return;}!this[_0x724948(0x148)]['has'](_0x4e30d8)&&this['activeHooks'][_0x724948(0x17d)](_0x4e30d8,[]);const _0x506712={'hookUUID':_0xd37888,'hookType':_0x380ed0,'startedAt':new Date()[_0x724948(0x2b0)]()};this[_0x724948(0x148)]['get'](_0x4e30d8)[_0x724948(0x243)](_0x506712),logger[_0x724948(0x1ed)](_0x724948(0x23c)+_0x4e30d8+_0x724948(0x149)+_0xd37888+_0x724948(0x18e)+_0x380ed0+_0x724948(0x1d0)+this['activeHooks'][_0x724948(0x2ad)](_0x4e30d8)[_0x724948(0x209)]);}['removeActiveHook'](_0x3db4ea,_0x272ee3){const _0x3104fc=a75_0x1deb9a,_0x590561={};_0x590561['jcZSY']=function(_0x5ac097,_0x2a9b71){return _0x5ac097||_0x2a9b71;},_0x590561['ffAlT']=function(_0x57134f,_0x3ade9e){return _0x57134f!==_0x3ade9e;},_0x590561['YaOxU']=function(_0x14fe71,_0x530164){return _0x14fe71===_0x530164;};const _0x1bad28=_0x590561;if(_0x1bad28[_0x3104fc(0x129)](!_0x3db4ea,!_0x272ee3)){logger[_0x3104fc(0x1f6)](_0x3104fc(0x195)+_0x3db4ea+_0x3104fc(0x149)+_0x272ee3);return;}if(this[_0x3104fc(0x148)][_0x3104fc(0x2b7)](_0x3db4ea)){const _0x33307e=this[_0x3104fc(0x148)][_0x3104fc(0x2ad)](_0x3db4ea),_0x249485=_0x33307e[_0x3104fc(0x2a0)](_0x3d6431=>_0x3d6431[_0x3104fc(0x293)]===_0x272ee3);_0x1bad28['ffAlT'](_0x249485,-0x1)?(_0x33307e[_0x3104fc(0x23d)](_0x249485,0x1),logger[_0x3104fc(0x1ed)](_0x3104fc(0x161)+_0x3db4ea+_0x3104fc(0x149)+_0x272ee3+_0x3104fc(0x162)+_0x33307e[_0x3104fc(0x209)]),_0x1bad28[_0x3104fc(0x18c)](_0x33307e[_0x3104fc(0x209)],0x0)&&this[_0x3104fc(0x148)][_0x3104fc(0x237)](_0x3db4ea)):logger['debug']('[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier='+_0x3db4ea+',\x20hookUUID='+_0x272ee3);}}[a75_0x1deb9a(0x215)](_0x42e833){const _0x258db6=a75_0x1deb9a,_0x2a8264={};_0x2a8264[_0x258db6(0x257)]=function(_0x13dfaa,_0x1e7660){return _0x13dfaa>_0x1e7660;},_0x2a8264[_0x258db6(0x263)]=function(_0x5f0226,_0x2fb469){return _0x5f0226-_0x2fb469;};const _0x5c0237=_0x2a8264;if(!_0x42e833)return null;if(this[_0x258db6(0x148)][_0x258db6(0x2b7)](_0x42e833)){const _0x4dc712=this[_0x258db6(0x148)][_0x258db6(0x2ad)](_0x42e833);if(_0x5c0237['Beuwa'](_0x4dc712[_0x258db6(0x209)],0x0)){const _0x1c473b=_0x4dc712[_0x5c0237[_0x258db6(0x263)](_0x4dc712[_0x258db6(0x209)],0x1)];return logger[_0x258db6(0x1ed)](_0x258db6(0x1f9)+_0x42e833+',\x20hookUUID='+_0x1c473b[_0x258db6(0x293)]+',\x20hookType='+_0x1c473b[_0x258db6(0x1db)]),_0x1c473b;}}return null;}async['trackEvent'](_0xf43bca,_0xfbb16e,_0x1f2f2f={}){const _0x15d1b7=a75_0x1deb9a,_0x1e052f={};_0x1e052f[_0x15d1b7(0x187)]=_0x15d1b7(0x276),_0x1e052f[_0x15d1b7(0x175)]=function(_0x524251,_0x50b8d1){return _0x524251===_0x50b8d1;},_0x1e052f[_0x15d1b7(0x1d3)]=function(_0x9148d,_0x1a87c8){return _0x9148d||_0x1a87c8;},_0x1e052f[_0x15d1b7(0x1aa)]='[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND',_0x1e052f[_0x15d1b7(0x1d1)]=function(_0x13f8c3,_0x4b7c09){return _0x13f8c3===_0x4b7c09;};const _0x5dd322=_0x1e052f;logger[_0x15d1b7(0x1ed)](_0x15d1b7(0x1fa)+_0xf43bca+',\x20hookState='+_0xfbb16e+',\x20argsKeys='+Object['keys'](_0x1f2f2f)[_0x15d1b7(0x1bf)](',')),await super[_0x15d1b7(0x19b)](_0xf43bca,_0xfbb16e,_0x1f2f2f);const _0x1afaf2=this[_0x15d1b7(0x1a5)](_0xf43bca,_0xfbb16e,_0x1f2f2f);if(!_0x1afaf2){logger[_0x15d1b7(0x1ed)](_0x5dd322['hxnZA']);return;}try{let _0x59d63e,_0x51e49f,_0x865220;switch(_0xf43bca){case TestFrameworkState[_0x15d1b7(0x23b)]:_0x59d63e=_0x1f2f2f['test'];const _0x354dd0={};_0x354dd0['depth']=0x2,_0x354dd0[_0x15d1b7(0x1f4)]=0x3,logger[_0x15d1b7(0x1ed)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState='+_0xfbb16e+_0x15d1b7(0x24c)+util[_0x15d1b7(0x21a)](_0x59d63e,_0x354dd0)),_0x865220=this['getJestTestIdentifier'](_0x59d63e),_0x51e49f=null,logger[_0x15d1b7(0x1ed)](_0x15d1b7(0x1ae)+_0x865220+_0x15d1b7(0x275));if(_0x5dd322[_0x15d1b7(0x175)](_0xfbb16e,HookState['PRE'])){logger[_0x15d1b7(0x1ed)](_0x15d1b7(0x235)+_0x865220);const _0x24bf48={};_0x24bf48[_0x15d1b7(0x146)]=_0x51e49f,_0x24bf48['testData']=_0x59d63e,_0x24bf48[_0x15d1b7(0x185)]=_0x865220;const _0x1a76b8=this['parseJestTest'](_0x24bf48),_0x28ed82={};_0x28ed82[_0x15d1b7(0x15e)]=0x2,_0x28ed82['maxArrayLength']=0x3,logger[_0x15d1b7(0x1ed)](_0x15d1b7(0x1d8)+util[_0x15d1b7(0x21a)](_0x1a76b8,_0x28ed82)),_0x1afaf2[_0x15d1b7(0x2a9)](_0x1a76b8),logger[_0x15d1b7(0x1ed)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0x865220),await this[_0x15d1b7(0x2c2)](_0x1afaf2,_0x865220);}else{if(_0x5dd322[_0x15d1b7(0x175)](_0xfbb16e,HookState[_0x15d1b7(0x147)])){logger[_0x15d1b7(0x1ed)](_0x15d1b7(0x29b)+_0x865220);const _0x28e514=_0x1afaf2['getAllData']()['get'](_0x865220);logger[_0x15d1b7(0x1ed)](_0x15d1b7(0x170)+util[_0x15d1b7(0x21a)](Object['keys'](_0x5dd322[_0x15d1b7(0x1d3)](_0x28e514,{}))));_0x28e514&&_0x28e514[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]?logger[_0x15d1b7(0x1ed)](_0x15d1b7(0x207)+Object[_0x15d1b7(0x1e0)](_0x28e514[TestFrameworkConstants[_0x15d1b7(0x12b)]])[_0x15d1b7(0x209)]+_0x15d1b7(0x2b5)):logger[_0x15d1b7(0x1ed)](_0x5dd322[_0x15d1b7(0x1aa)]);const _0x3873c4=_0x1f2f2f[_0x15d1b7(0x27b)]||null,_0x26c487={};_0x26c487[_0x15d1b7(0x146)]=_0x51e49f,_0x26c487[_0x15d1b7(0x16f)]=_0x59d63e,_0x26c487['testId']=_0x865220,_0x26c487[_0x15d1b7(0x27b)]=_0x3873c4;const _0x45fe4e=this[_0x15d1b7(0x15b)](_0x26c487),_0x323710={};_0x323710['depth']=0x2,_0x323710[_0x15d1b7(0x1f4)]=0x3,logger['debug'](_0x15d1b7(0x142)+util['inspect'](_0x45fe4e,_0x323710)),_0x1afaf2[_0x15d1b7(0x2a9)](_0x45fe4e),logger['debug'](_0x15d1b7(0x22d)+_0x865220),await this[_0x15d1b7(0x2c2)](_0x1afaf2,_0x865220);}}break;case TestFrameworkState['LOG_REPORT']:if(_0x5dd322['kNFJU'](_0xfbb16e,HookState[_0x15d1b7(0x147)])){const _0x4abe94={};_0x4abe94[_0x15d1b7(0x15e)]=0x2,logger[_0x15d1b7(0x1ed)](_0x15d1b7(0x2c5)+util['inspect'](_0x1f2f2f,_0x4abe94)),await this[_0x15d1b7(0x1bc)](_0x1afaf2,_0xf43bca,_0x1f2f2f);}break;default:if(CLIUtils[_0x15d1b7(0x194)](_0xf43bca[_0x15d1b7(0x1ec)]()[_0x15d1b7(0x13b)]('.')[0x1])){const _0x347526={};_0x347526[_0x15d1b7(0x15e)]=0x2,_0x347526[_0x15d1b7(0x1f4)]=0x3,logger['debug']('[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState='+_0xf43bca+_0x15d1b7(0x25f)+_0xfbb16e+',\x20hookData='+util[_0x15d1b7(0x21a)](_0x1f2f2f['hookData'],_0x347526));const _0x293386=await this[_0x15d1b7(0x177)](_0x1afaf2,_0xf43bca,_0xfbb16e,_0x1f2f2f),_0xfe5e3={};_0xfe5e3[_0x15d1b7(0x15e)]=0x2,_0xfe5e3[_0x15d1b7(0x1f4)]=0x3,logger[_0x15d1b7(0x1ed)](_0x15d1b7(0x261)+util['inspect'](_0x293386,_0xfe5e3)),_0x1afaf2[_0x15d1b7(0x2a9)](_0x293386);}else logger['debug']('[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState='+_0xf43bca+_0x15d1b7(0x165)+_0xfbb16e);break;}logger[_0x15d1b7(0x1ed)](_0x15d1b7(0x25a)+_0xf43bca+_0x15d1b7(0x25f)+_0xfbb16e);}catch(_0x2e6079){logger['error'](_0x15d1b7(0x228)+_0xf43bca+_0x15d1b7(0x25f)+_0xfbb16e+_0x15d1b7(0x26c)+util[_0x15d1b7(0x214)](_0x2e6079));}_0x1f2f2f['instance']=_0x1afaf2,await this[_0x15d1b7(0x199)](_0x1afaf2,_0xf43bca,_0xfbb16e,_0x1f2f2f);}[a75_0x1deb9a(0x279)](_0x15f045){const _0x330bef=a75_0x1deb9a,_0x33ddf3={};_0x33ddf3[_0x330bef(0x1ef)]='[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback';const _0x5e14cc=_0x33ddf3;if(_0x15f045&&(_0x15f045['id']||_0x15f045['uuid'])){const _0x564081=_0x15f045['id']||_0x15f045['uuid'];return logger[_0x330bef(0x1ed)](_0x330bef(0x2a8)+_0x564081+_0x330bef(0x2aa)),_0x564081;}return logger[_0x330bef(0x1ed)](_0x5e14cc[_0x330bef(0x1ef)]),process[_0x330bef(0x2a5)]+_0x330bef(0x1de);}[a75_0x1deb9a(0x1a5)](_0x3c3379,_0xe14470,_0x29b92f={}){const _0x20bd6e=a75_0x1deb9a;let _0x28233f=null;return _0x28233f=TestFramework[_0x20bd6e(0x164)](),!_0x28233f?(logger[_0x20bd6e(0x1ed)](_0x20bd6e(0x179)+_0x3c3379),this['trackJestInstance'](_0x3c3379,_0x29b92f),_0x28233f=TestFramework[_0x20bd6e(0x164)](),logger[_0x20bd6e(0x1ed)](_0x20bd6e(0x2ca)+!!_0x28233f+_0x20bd6e(0x2b1)+_0x28233f?.[_0x20bd6e(0x248)]()?.[_0x20bd6e(0x269)]())):logger[_0x20bd6e(0x1ed)](_0x20bd6e(0x191)+_0x28233f[_0x20bd6e(0x248)]()?.[_0x20bd6e(0x269)]()),_0x28233f;}[a75_0x1deb9a(0x204)](_0x20df0a,_0x364166){const _0x358892=a75_0x1deb9a,_0x318334={};_0x318334[_0x358892(0x134)]=_0x358892(0x20f);const _0x41594e=_0x318334;if(TestFramework['getTrackedInstance']()){logger[_0x358892(0x1ed)](_0x41594e[_0x358892(0x134)]);return;}const _0x751c6a=CLIUtils[_0x358892(0x2b3)](),_0x57f904=TrackedInstance[_0x358892(0x25e)](_0x751c6a);let _0x12482f=null;logger['debug'](_0x358892(0x12a)+_0x751c6a+_0x358892(0x239)+_0x20df0a),_0x12482f=new TestFrameworkInstance(_0x57f904,this[_0x358892(0x157)](),this[_0x358892(0x1cb)](),_0x20df0a,HookState[_0x358892(0x201)]),TestFramework['setTrackedInstance'](_0x57f904,_0x12482f),logger[_0x358892(0x1ed)](_0x358892(0x158)+_0x57f904['getId']()+',\x20target='+_0x751c6a+',\x20testFramework='+this[_0x358892(0x157)]()[0x0]+_0x358892(0x1e6)+this[_0x358892(0x1cb)]()[this[_0x358892(0x157)]()[0x0]]);}[a75_0x1deb9a(0x1b7)](_0x42213e){const _0x1a5ecb=a75_0x1deb9a,_0x218af3={};_0x218af3[_0x1a5ecb(0x16d)]=function(_0x564349,_0x2b1374){return _0x564349||_0x2b1374;},_0x218af3['XuctP']='No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test';const _0x593479=_0x218af3,{testUUID:_0x9fc657,testData:_0xd0d804,testId:_0x3e2ddf}=_0x42213e;if(_0x593479[_0x1a5ecb(0x16d)](!_0xd0d804,!_0x3e2ddf))return logger['debug'](_0x593479[_0x1a5ecb(0x2bc)]),{};const _0x4cad78=this['getTestFrameworks']()[0x0],_0x517998=this[_0x1a5ecb(0x1cb)](),_0x5ec8a4={};_0x5ec8a4['depth']=0x2,_0x5ec8a4['maxArrayLength']=0x3,logger['debug'](_0x1a5ecb(0x183)+util[_0x1a5ecb(0x21a)](_0xd0d804,_0x5ec8a4));const _0x3bfd08=_0xd0d804?.[_0x1a5ecb(0x295)]||[],_0x46f13b=this['getJestTestName'](_0xd0d804),_0x4668a7=this[_0x1a5ecb(0x2a3)](_0xd0d804),_0x121727=_0xd0d804['fn']?_0xd0d804['fn'][_0x1a5ecb(0x1ec)]():_0xd0d804?.[_0x1a5ecb(0x227)]?_0xd0d804['body'][_0x1a5ecb(0x24b)]['toString']():null,_0x47ce40=this[_0x1a5ecb(0x297)](_0xd0d804),_0x4d8944={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x4cad78,[TestFrameworkConstants[_0x1a5ecb(0x208)]]:_0x517998[_0x4cad78],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants[_0x1a5ecb(0x1b2)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x1a5ecb(0x2a1)],[TestFrameworkConstants[_0x1a5ecb(0x1f1)]]:_0x46f13b,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x4668a7,[TestFrameworkConstants[_0x1a5ecb(0x190)]]:_0x3e2ddf,[TestFrameworkConstants[_0x1a5ecb(0x168)]]:_0x46f13b,[TestFrameworkConstants[_0x1a5ecb(0x250)]]:_0x4668a7,[TestFrameworkConstants[_0x1a5ecb(0x15d)]]:_0x121727,[TestFrameworkConstants[_0x1a5ecb(0x1e9)]]:_0x47ce40,[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0xd0d804[_0x1a5ecb(0x252)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x1a5ecb(0x15a)]]:_0x3bfd08[0x0]||'',[TestFrameworkConstants[_0x1a5ecb(0x2c4)]]:_0x3bfd08,[TestFrameworkConstants[_0x1a5ecb(0x1e1)]]:_0x46f13b,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x1a5ecb(0x2b6)]]:{}};_0xd0d804[_0x1a5ecb(0x186)]&&(_0x4d8944[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0xd0d804[_0x1a5ecb(0x186)]);logger[_0x1a5ecb(0x1ed)](_0x1a5ecb(0x273)+_0x46f13b+',\x20testId='+_0x3e2ddf+_0x1a5ecb(0x255)+JSON[_0x1a5ecb(0x2b4)](_0x47ce40)+_0x1a5ecb(0x18d)+util[_0x1a5ecb(0x21a)](_0x3bfd08)+_0x1a5ecb(0x2bf)+_0x4668a7);const _0x17b0a4={};return _0x17b0a4[_0x3e2ddf]=_0x4d8944,_0x17b0a4;}[a75_0x1deb9a(0x15b)](_0x51be4b){const _0x1866e1=a75_0x1deb9a,_0x76d0aa={'CYhBw':function(_0x3edbe1,_0x48fed4){return _0x3edbe1===_0x48fed4;},'TbriS':_0x1866e1(0x159),'WgwYY':function(_0x23a447,_0x127d1f){return _0x23a447===_0x127d1f;},'VuhMH':_0x1866e1(0x192),'OwIlh':_0x1866e1(0x17c),'wJvtd':_0x1866e1(0x1c7),'UrIvB':function(_0x38a5cb,_0x57bab7){return _0x38a5cb||_0x57bab7;},'dHtAF':_0x1866e1(0x2a6),'SITey':_0x1866e1(0x202),'vAtgL':function(_0x3348a9,_0x3e1af5){return _0x3348a9>_0x3e1af5;},'DzLga':'failed','COhvI':_0x1866e1(0x206),'BzRwe':_0x1866e1(0x1f5),'yYTXR':'passed','bbAhB':function(_0x7d8aca,_0x5cce33){return _0x7d8aca!==_0x5cce33;},'yeDOY':function(_0x38bd21,_0x5e52af,_0x38f459,_0x4b9ecc){return _0x38bd21(_0x5e52af,_0x38f459,_0x4b9ecc);},'fwSfv':_0x1866e1(0x16c),'dIggY':function(_0x998891,_0x2478e0){return _0x998891>_0x2478e0;}},{testUUID:_0x5f5b63,testData:_0x2aac59,testId:_0x3eeda3}=_0x51be4b;if(_0x76d0aa[_0x1866e1(0x25c)](!_0x2aac59,!_0x3eeda3))return logger[_0x1866e1(0x1ed)](_0x76d0aa[_0x1866e1(0x20b)]),{};const _0x22c7c4=this[_0x1866e1(0x1a5)](TestFrameworkState['TEST'],HookState[_0x1866e1(0x147)]),_0x566a11=_0x22c7c4[_0x1866e1(0x283)]()[_0x1866e1(0x2ad)](_0x3eeda3),_0x3f1588=_0x76d0aa['UrIvB'](_0x566a11,{}),_0x2d07bc=_0x3f1588?_0x3f1588[TestFrameworkConstants[_0x1866e1(0x188)]]||{}:{},_0x160824=_0x3f1588[TestFrameworkConstants[_0x1866e1(0x12b)]];logger[_0x1866e1(0x1ed)](_0x1866e1(0x1f2)+(_0x160824?Object[_0x1866e1(0x1e0)](_0x160824)[_0x1866e1(0x209)]:0x0)+_0x1866e1(0x21f));let _0x41e9b5=_0x76d0aa[_0x1866e1(0x298)];if(_0x2aac59['result'])_0x41e9b5=_0x2aac59[_0x1866e1(0x151)];else{if(_0x2aac59['errorsDetailed']&&_0x76d0aa[_0x1866e1(0x26e)](_0x2aac59[_0x1866e1(0x1e8)][_0x1866e1(0x209)],0x0))_0x41e9b5=_0x76d0aa[_0x1866e1(0x166)];else _0x76d0aa[_0x1866e1(0x1eb)](_0x2aac59[_0x1866e1(0x154)],_0x76d0aa['COhvI'])||_0x76d0aa[_0x1866e1(0x13d)](_0x2aac59[_0x1866e1(0x154)],_0x76d0aa['BzRwe'])?_0x41e9b5=_0x76d0aa[_0x1866e1(0x1a1)]:_0x41e9b5=_0x76d0aa[_0x1866e1(0x1c6)];}const _0x13309d={..._0x3f1588,[TestFrameworkConstants[_0x1866e1(0x13f)]]:_0x41e9b5,[TestFrameworkConstants[_0x1866e1(0x1cc)]]:_0x2aac59[_0x1866e1(0x1f3)]||new Date()[_0x1866e1(0x2b0)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()['toISOString'](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x2d07bc,[TestFrameworkConstants[_0x1866e1(0x1c2)]]:_0x3f1588[TestFrameworkConstants[_0x1866e1(0x1c2)]]||[],[TestFrameworkConstants['KEY_TEST_META']]:{}};if(_0x76d0aa['CYhBw'](_0x41e9b5,_0x76d0aa[_0x1866e1(0x166)])&&_0x2aac59['errorsDetailed']){const _0x467d78=this[_0x1866e1(0x282)](_0x2aac59),_0x484d3c=this[_0x1866e1(0x1b5)](_0x2aac59),_0x59d7c4=this[_0x1866e1(0x2ac)](_0x2aac59);_0x13309d[TestFrameworkConstants[_0x1866e1(0x1b3)]]=_0x484d3c,_0x13309d[TestFrameworkConstants[_0x1866e1(0x1c1)]]=_0x467d78,_0x13309d[TestFrameworkConstants[_0x1866e1(0x28a)]]=_0x59d7c4;}_0x76d0aa['bbAhB'](_0x2aac59[_0x1866e1(0x1ba)],undefined)&&(_0x13309d[TestFrameworkConstants[_0x1866e1(0x2b8)]]=_0x2aac59['duration']);_0x2aac59[_0x1866e1(0x186)]&&(_0x13309d[TestFrameworkConstants[_0x1866e1(0x24d)]]=_0x2aac59[_0x1866e1(0x186)]);const _0x4c8414=_0x566a11?_0x566a11[TestFrameworkConstants[_0x1866e1(0x12b)]]||{}:{},_0x2725f0=_0x566a11?_0x566a11[TestFrameworkConstants[_0x1866e1(0x15f)]]:_0x5f5b63,_0x4bdc97=_0x76d0aa[_0x1866e1(0x20a)](getManualUploadLogs,_0x4c8414,_0x2725f0,_0x3eeda3);if(_0x76d0aa['vAtgL'](_0x4bdc97[_0x1866e1(0x209)],0x0)){const _0x4e0751=_0x13309d[TestFrameworkConstants[_0x1866e1(0x1c2)]]||[];_0x13309d[TestFrameworkConstants[_0x1866e1(0x1c2)]]=[..._0x4e0751,..._0x4bdc97];}const _0x1ac927=_0x3f1588[TestFrameworkConstants[_0x1866e1(0x135)]]||{},_0x434d4f=_0x3f1588[TestFrameworkConstants[_0x1866e1(0x1b2)]]||{},_0x2bc102={..._0x1ac927},_0x5c233b=_0x2bc102;Object['keys'](_0x434d4f)[_0x1866e1(0x155)](_0x323b20=>{const _0xf231f7=_0x1866e1;!_0x5c233b[_0x323b20]&&(_0x5c233b[_0x323b20]=[]);const _0x3a4947=new Set((_0x5c233b[_0x323b20]||[])[_0xf231f7(0x18a)](_0x15952c=>_0x15952c[TestFrameworkConstants['KEY_HOOK_ID']]||_0x15952c[_0xf231f7(0x29e)]));(_0x434d4f[_0x323b20]||[])[_0xf231f7(0x155)](_0x57c1d6=>{const _0x41283a=_0xf231f7,_0x2a2d7d=_0x57c1d6[TestFrameworkConstants[_0x41283a(0x27a)]]||_0x57c1d6['hook_id'];if(!_0x3a4947['has'](_0x2a2d7d)){const _0x41af13={..._0x57c1d6},_0x475cb9=_0x41af13;!_0x475cb9[TestFrameworkConstants[_0x41283a(0x213)]]&&!_0x475cb9[_0x41283a(0x16e)]&&(_0x475cb9[TestFrameworkConstants[_0x41283a(0x213)]]=new Date()[_0x41283a(0x2b0)]()),!_0x475cb9[TestFrameworkConstants['KEY_HOOK_RESULT']]&&!_0x475cb9[_0x41283a(0x264)]&&(_0x475cb9[TestFrameworkConstants[_0x41283a(0x1a3)]]=TestFrameworkConstants[_0x41283a(0x1c8)]),_0x5c233b[_0x323b20][_0x41283a(0x243)](_0x475cb9);}});});if(_0x51be4b['originalTest']){this[_0x1866e1(0x1e7)](_0x51be4b[_0x1866e1(0x27b)]);const _0x5bb88b=this[_0x1866e1(0x1fe)](_0x51be4b[_0x1866e1(0x27b)]),_0x2a1f44=this[_0x1866e1(0x14f)](_0x51be4b[_0x1866e1(0x27b)]);_0x2a1f44[_0x1866e1(0x155)](_0x3dceb1=>{const _0x12955a=_0x1866e1,_0x53d6fa=_0x5bb88b[_0x12955a(0x2ad)](_0x3dceb1);if(_0x53d6fa&&(_0x76d0aa[_0x12955a(0x13d)](_0x53d6fa['type'],_0x76d0aa[_0x12955a(0x262)])||_0x76d0aa[_0x12955a(0x1eb)](_0x53d6fa[_0x12955a(0x196)],_0x76d0aa[_0x12955a(0x150)]))){const _0x1130f3=_0x53d6fa[_0x12955a(0x196)][_0x12955a(0x23e)]()[_0x12955a(0x12e)](_0x76d0aa['OwIlh'],_0x76d0aa[_0x12955a(0x24e)]),_0xf37b59=_0x1130f3;!_0x5c233b[_0xf37b59]&&(_0x5c233b[_0xf37b59]=[]);const _0xf27f30=_0x5c233b[_0xf37b59][_0x12955a(0x1d5)](_0x269a1d=>(_0x269a1d[TestFrameworkConstants[_0x12955a(0x27a)]]||_0x269a1d['hook_id'])===_0x3dceb1);!_0xf27f30&&_0x5c233b[_0xf37b59][_0x12955a(0x243)]({'key':_0xf37b59,[TestFrameworkConstants[_0x12955a(0x27a)]]:_0x3dceb1,[TestFrameworkConstants[_0x12955a(0x1a3)]]:TestFrameworkConstants[_0x12955a(0x1c8)],[TestFrameworkConstants[_0x12955a(0x169)]]:new Date()[_0x12955a(0x2b0)](),[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]:new Date()[_0x12955a(0x2b0)](),[TestFrameworkConstants[_0x12955a(0x1d4)]]:[],[TestFrameworkConstants[_0x12955a(0x2ba)]]:_0x53d6fa[_0x12955a(0x27c)]||_0x53d6fa[_0x12955a(0x196)]+_0x12955a(0x17a),[TestFrameworkConstants[_0x12955a(0x188)]]:_0x2d07bc});}});}if(_0x2aac59[_0x1866e1(0x145)]&&_0x76d0aa['vAtgL'](_0x2aac59[_0x1866e1(0x145)]['length'],0x0))_0x13309d[TestFrameworkConstants[_0x1866e1(0x135)]]=_0x2aac59[_0x1866e1(0x145)],logger[_0x1866e1(0x1ed)](_0x76d0aa[_0x1866e1(0x1bb)]);else _0x76d0aa[_0x1866e1(0x180)](Object[_0x1866e1(0x1e0)](_0x5c233b)[_0x1866e1(0x209)],0x0)&&(_0x13309d[TestFrameworkConstants[_0x1866e1(0x135)]]=_0x5c233b,logger['debug'](_0x1866e1(0x280)+Object[_0x1866e1(0x1e0)](_0x5c233b)[_0x1866e1(0x1bf)](',')));const _0x518fdd=this[_0x1866e1(0x277)](_0x2aac59);logger['debug'](_0x1866e1(0x254)+_0x518fdd+_0x1866e1(0x200)+_0x3eeda3+_0x1866e1(0x1e4)+_0x41e9b5+',\x20duration='+_0x2aac59[_0x1866e1(0x1ba)]);_0x76d0aa[_0x1866e1(0x1eb)](_0x41e9b5,_0x76d0aa[_0x1866e1(0x166)])&&logger['debug']('[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId='+_0x3eeda3+_0x1866e1(0x29d)+_0x13309d[TestFrameworkConstants[_0x1866e1(0x1b3)]]+_0x1866e1(0x238)+_0x13309d[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]?.[_0x1866e1(0x2a4)](0x0,0xc8));const _0x17a15e={};return _0x17a15e[_0x3eeda3]=_0x13309d,_0x17a15e;}[a75_0x1deb9a(0x1ff)](_0x8a969c){const _0x3b1b4c=a75_0x1deb9a,_0x4207f8={};_0x4207f8['mPYmz']=function(_0x5a5d69,_0x75f2e2){return _0x5a5d69!==_0x75f2e2;},_0x4207f8[_0x3b1b4c(0x211)]='ROOT_DESCRIBE_BLOCK';const _0x28080a=_0x4207f8,_0x43edc7={};_0x43edc7[_0x3b1b4c(0x15e)]=0x2,_0x43edc7[_0x3b1b4c(0x1f4)]=0x3,logger[_0x3b1b4c(0x1ed)](_0x3b1b4c(0x167)+util[_0x3b1b4c(0x21a)](_0x8a969c,_0x43edc7));const _0x260c33=[];if(_0x8a969c&&_0x8a969c[_0x3b1b4c(0x29a)]){let _0x24e069=_0x8a969c['parent'];while(_0x24e069&&_0x24e069[_0x3b1b4c(0x27c)]&&_0x28080a[_0x3b1b4c(0x230)](_0x24e069[_0x3b1b4c(0x27c)],'')&&_0x28080a[_0x3b1b4c(0x230)](_0x24e069[_0x3b1b4c(0x27c)],_0x28080a[_0x3b1b4c(0x211)])){_0x260c33[_0x3b1b4c(0x243)](_0x24e069[_0x3b1b4c(0x27c)]),_0x24e069=_0x24e069[_0x3b1b4c(0x29a)];}}return _0x260c33[_0x3b1b4c(0x266)]();}['getJestTestName'](_0x416fcf){const _0x3851e4=a75_0x1deb9a,_0x16591c={};_0x16591c[_0x3851e4(0x198)]=_0x3851e4(0x138);const _0x195f0b=_0x16591c;if(_0x416fcf[_0x3851e4(0x27c)])return _0x416fcf['name'];if(_0x416fcf['title'])return _0x416fcf[_0x3851e4(0x21b)];return _0x195f0b[_0x3851e4(0x198)];}[a75_0x1deb9a(0x297)](_0x4d8b8b){const _0xd6845f=a75_0x1deb9a,_0x42cde3=[];if(_0x4d8b8b[_0xd6845f(0x136)]&&Array[_0xd6845f(0x294)](_0x4d8b8b[_0xd6845f(0x136)]))return _0x4d8b8b[_0xd6845f(0x136)][_0xd6845f(0x18a)](_0x5d3f1f=>_0x5d3f1f[_0xd6845f(0x258)]('@')?_0x5d3f1f[_0xd6845f(0x2c8)](0x1):_0x5d3f1f);const _0x176d2e=this[_0xd6845f(0x277)](_0x4d8b8b),_0x3d700c=_0x176d2e[_0xd6845f(0x174)](/@(\w+)/g);if(_0x3d700c)return _0x3d700c[_0xd6845f(0x18a)](_0x5ac044=>_0x5ac044[_0xd6845f(0x1b4)](0x1));return _0x4d8b8b[_0xd6845f(0x295)]&&Array[_0xd6845f(0x294)](_0x4d8b8b['scopes'])&&_0x4d8b8b[_0xd6845f(0x295)][_0xd6845f(0x155)](_0x504624=>{const _0x8becf7=_0xd6845f,_0x4be71d=_0x504624[_0x8becf7(0x174)](/@(\w+)/g);_0x4be71d&&_0x4be71d[_0x8becf7(0x155)](_0x2b35f6=>{const _0x2566bf=_0x8becf7,_0x372e94=_0x2b35f6[_0x2566bf(0x1b4)](0x1);!_0x42cde3[_0x2566bf(0x2c9)](_0x372e94)&&_0x42cde3[_0x2566bf(0x243)](_0x372e94);});}),_0x42cde3;}['getJestTestFilePath'](_0x547625){const _0x491ad7=a75_0x1deb9a,_0x54020c={'AKccW':function(_0xf78554,_0x43e5e8){return _0xf78554(_0x43e5e8);},'WJkFd':_0x491ad7(0x299)};if(_0x547625[_0x491ad7(0x245)])return _0x547625['file_name'];if(_0x547625['asyncError']){const _0x2a645e=_0x54020c[_0x491ad7(0x13c)](require,_0x54020c[_0x491ad7(0x173)]);try{const _0x315a59=_0x2a645e[_0x491ad7(0x28b)](_0x547625[_0x491ad7(0x1e5)]);if(_0x315a59[0x0]&&_0x315a59[0x0][_0x491ad7(0x152)])return _0x315a59[0x0][_0x491ad7(0x152)]();}catch(_0x4fd44f){logger[_0x491ad7(0x1ed)](_0x491ad7(0x27f)+util[_0x491ad7(0x214)](_0x4fd44f));}}return null;}[a75_0x1deb9a(0x282)](_0x3c4d2d){const _0x2b9bca=a75_0x1deb9a,_0x30a01b={};_0x30a01b[_0x2b9bca(0x197)]=function(_0x153367,_0x520373){return _0x153367>_0x520373;},_0x30a01b['rkNlO']='Unknown\x20error';const _0xce096b=_0x30a01b;if(_0x3c4d2d['errorsDetailed']&&_0xce096b[_0x2b9bca(0x197)](_0x3c4d2d[_0x2b9bca(0x1e8)][_0x2b9bca(0x209)],0x0))return util[_0x2b9bca(0x21a)](_0x3c4d2d[_0x2b9bca(0x1e8)][0x0]);if(_0x3c4d2d[_0x2b9bca(0x23a)])return _0x3c4d2d[_0x2b9bca(0x23a)];return _0xce096b[_0x2b9bca(0x2af)];}[a75_0x1deb9a(0x1b5)](_0x3e9938){const _0x4a4bd8=a75_0x1deb9a,_0x20ddc3={};_0x20ddc3[_0x4a4bd8(0x172)]=_0x4a4bd8(0x18b),_0x20ddc3['ivUVd']=_0x4a4bd8(0x28f),_0x20ddc3[_0x4a4bd8(0x193)]=_0x4a4bd8(0x1b0);const _0x1731e5=_0x20ddc3,_0x2a27af=this[_0x4a4bd8(0x282)](_0x3e9938);if(_0x2a27af&&_0x2a27af[_0x4a4bd8(0x2c9)](_0x1731e5[_0x4a4bd8(0x172)]))return _0x1731e5[_0x4a4bd8(0x2be)];return _0x1731e5['XoOaB'];}[a75_0x1deb9a(0x2ac)](_0x5d3a46){const _0x4fa36e=a75_0x1deb9a,_0x1c40c1={'Reycx':function(_0x5cb4b0,_0x409a76){return _0x5cb4b0(_0x409a76);},'LcQyD':_0x4fa36e(0x143),'ipRzO':function(_0x5114f2,_0xe80cca){return _0x5114f2!==_0xe80cca;},'qqEJH':_0x4fa36e(0x225)},{failureData:_0xb3a16d}=_0x1c40c1[_0x4fa36e(0x17f)](require,_0x1c40c1[_0x4fa36e(0x1d9)]),_0x3cf38b=[];return _0x1c40c1['ipRzO'](_0x5d3a46[_0x4fa36e(0x1e8)],undefined)&&_0x3cf38b[_0x4fa36e(0x243)](_0x5d3a46[_0x4fa36e(0x1e8)],_0x1c40c1[_0x4fa36e(0x1ac)]),_0xb3a16d[_0x4fa36e(0x244)](null,_0x3cf38b);}async[a75_0x1deb9a(0x177)](_0xc516f3,_0x47be08,_0x59a7f3,_0x2950e2){const _0x5e4c56=a75_0x1deb9a,_0xe83a9={'OuxTS':_0x5e4c56(0x220),'iPWqY':function(_0x34bd7d){return _0x34bd7d();},'CpEDi':function(_0x409fee,_0x2cd4c7){return _0x409fee in _0x2cd4c7;},'dZvOV':function(_0x26e97e,_0xeeedfd){return _0x26e97e in _0xeeedfd;},'egcqv':function(_0x354766,_0x305af4){return _0x354766===_0x305af4;},'UFPAU':function(_0x15ad49,_0xb25286){return _0x15ad49===_0xb25286;},'ofWLJ':function(_0x4c14ac,_0x5da9b2){return _0x4c14ac>_0x5da9b2;},'GhVdw':_0x5e4c56(0x171),'xSfZV':_0x5e4c56(0x23f),'FrPnl':function(_0x46f715,_0x20c9c2){return _0x46f715===_0x20c9c2;},'JqIlk':function(_0x2e70b2,_0x563637){return _0x2e70b2===_0x563637;},'PFAAt':'[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','QHSCx':function(_0x551fda,_0x43c22d){return _0x551fda>_0x43c22d;},'ldNjJ':function(_0x143a3e,_0x13430e){return _0x143a3e===_0x13430e;},'XSKLG':function(_0x39dda7,_0x231a28){return _0x39dda7!==_0x231a28;}},{hookData:_0x2bf274}=_0x2950e2,_0x1db6f7=_0x59a7f3['toString'](),_0x932b41=_0x47be08['toString'](),_0x25e28b={};_0x25e28b[_0x5e4c56(0x15e)]=0x2,_0x25e28b[_0x5e4c56(0x1f4)]=0x3,logger[_0x5e4c56(0x1ed)](_0x5e4c56(0x1b9)+_0x932b41+_0x5e4c56(0x25f)+_0x1db6f7+_0x5e4c56(0x2c6)+util[_0x5e4c56(0x21a)](_0x2bf274,_0x25e28b));if(!_0x2bf274)return logger['debug'](_0xe83a9[_0x5e4c56(0x2a2)]),{};const _0x28b57d=_0x2bf274[_0x5e4c56(0x1c4)]||_0x2bf274['hookAnalyticsId']||_0xe83a9['iPWqY'](uuidv4),_0xf94a54=_0x2bf274['test_run_id']||this['getJestTestIdentifier'](_0x2bf274),_0x25321b=_0x47be08[_0x5e4c56(0x1ec)]()['split']('.')[0x1],_0x5bcc5c=_0xc516f3[_0x5e4c56(0x283)]()[_0x5e4c56(0x2ad)](_0xf94a54),_0x4c9a3d=_0x5bcc5c?_0x5bcc5c[TestFrameworkConstants[_0x5e4c56(0x188)]]||{}:{};logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId='+_0x28b57d+_0x5e4c56(0x200)+_0xf94a54+_0x5e4c56(0x236)+_0x25321b+',\x20hookState='+_0x1db6f7);if(!_0x5bcc5c)return logger[_0x5e4c56(0x1ed)](_0x5e4c56(0x181)+_0xf94a54+_0x5e4c56(0x2cc)),this[_0x5e4c56(0x267)](_0xc516f3,_0xf94a54,_0x47be08,_0x59a7f3,_0x2950e2),{};let _0x12d7f3=_0x5bcc5c[TestFrameworkConstants[_0x5e4c56(0x1b2)]];!_0x12d7f3&&(_0x12d7f3={});!_0xe83a9['CpEDi'](_0x25321b,_0x12d7f3)&&(_0x12d7f3[_0x25321b]=[]);let _0x250775=_0x5bcc5c[TestFrameworkConstants[_0x5e4c56(0x135)]];!_0x250775&&(_0x250775={});!_0xe83a9[_0x5e4c56(0x25b)](_0x25321b,_0x250775)&&(_0x250775[_0x25321b]=[]);const _0x22fe33={[_0xf94a54]:{[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x12d7f3,[TestFrameworkConstants[_0x5e4c56(0x135)]]:_0x250775,[TestFrameworkConstants[_0x5e4c56(0x16b)]]:this[_0x5e4c56(0x157)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x5e4c56(0x1cb)]()[this[_0x5e4c56(0x157)]()[0x0]]||''}};if(_0xe83a9['egcqv'](_0x59a7f3,HookState['PRE'])){const _0x86988={'key':_0x25321b,[TestFrameworkConstants[_0x5e4c56(0x27a)]]:_0x28b57d,[TestFrameworkConstants[_0x5e4c56(0x1a3)]]:TestFrameworkConstants[_0x5e4c56(0x1c8)],[TestFrameworkConstants[_0x5e4c56(0x169)]]:_0x2bf274[_0x5e4c56(0x252)]||new Date()[_0x5e4c56(0x2b0)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x5e4c56(0x2ba)]]:_0x2bf274['name']||_0x2bf274['hook_type']||_0x25321b,[TestFrameworkConstants[_0x5e4c56(0x188)]]:_0x4c9a3d};_0x12d7f3[_0x25321b][_0x5e4c56(0x243)](_0x86988),_0x22fe33[_0xf94a54][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0x25321b;const _0x66ebe={};_0x66ebe[_0x5e4c56(0x15e)]=0x2,logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x25321b+',\x20hookId='+_0x28b57d+_0x5e4c56(0x200)+_0xf94a54+_0x5e4c56(0x1ab)+util[_0x5e4c56(0x21a)](_0x86988,_0x66ebe));}else{if(_0xe83a9[_0x5e4c56(0x24f)](_0x59a7f3,HookState[_0x5e4c56(0x147)])){const _0x431694=_0x2bf274[_0x5e4c56(0x151)]||(_0x2bf274[_0x5e4c56(0x1e8)]&&_0xe83a9[_0x5e4c56(0x139)](_0x2bf274['errorsDetailed'][_0x5e4c56(0x209)],0x0)?_0xe83a9[_0x5e4c56(0x268)]:_0xe83a9[_0x5e4c56(0x1ee)]),_0x5d6c49=_0x12d7f3[_0x25321b]||[];logger[_0x5e4c56(0x1ed)](_0x5e4c56(0x176)+_0x25321b+_0x5e4c56(0x200)+_0xf94a54+_0x5e4c56(0x287)+_0x431694+_0x5e4c56(0x1af)+_0x5d6c49[_0x5e4c56(0x209)]);if(_0xe83a9['FrPnl'](_0x5d6c49[_0x5e4c56(0x209)],0x0)&&_0xe83a9[_0x5e4c56(0x12d)](_0x47be08,TestFrameworkState[_0x5e4c56(0x1f7)]))return logger[_0x5e4c56(0x1ed)](_0xe83a9[_0x5e4c56(0x218)]),this[_0x5e4c56(0x267)](_0xc516f3,_0xf94a54,_0x47be08,_0x59a7f3,_0x2950e2),{};if(_0xe83a9['QHSCx'](_0x5d6c49['length'],0x0)){const _0x5f4545=_0x5d6c49[_0x5e4c56(0x1d2)]();_0xe83a9[_0x5e4c56(0x14a)](_0x431694,_0xe83a9[_0x5e4c56(0x268)])&&_0x2bf274[_0x5e4c56(0x1e8)]?(_0x5f4545[TestFrameworkConstants[_0x5e4c56(0x222)]]=this['getJestFailureType'](_0x2bf274),_0x5f4545[TestFrameworkConstants[_0x5e4c56(0x290)]]=this[_0x5e4c56(0x282)](_0x2bf274),_0x5f4545[TestFrameworkConstants[_0x5e4c56(0x144)]]=this[_0x5e4c56(0x2ac)](_0x2bf274),logger['debug'](_0x5e4c56(0x2c1)+_0x25321b+_0x5e4c56(0x29d)+_0x5f4545[TestFrameworkConstants[_0x5e4c56(0x222)]]+_0x5e4c56(0x238)+_0x5f4545[TestFrameworkConstants[_0x5e4c56(0x290)]]?.[_0x5e4c56(0x2a4)](0x0,0xc8))):_0x5f4545[TestFrameworkConstants[_0x5e4c56(0x1a3)]]=_0xe83a9['xSfZV'];_0xe83a9[_0x5e4c56(0x253)](_0x431694,TestFrameworkConstants[_0x5e4c56(0x1c8)])&&(_0x5f4545[TestFrameworkConstants[_0x5e4c56(0x1a3)]]=_0x431694);_0x5f4545[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x2bf274[_0x5e4c56(0x1f3)]||new Date()[_0x5e4c56(0x2b0)](),_0x5f4545[TestFrameworkConstants[_0x5e4c56(0x188)]]=_0x4c9a3d;const _0x28cbcf=_0x5f4545[TestFrameworkConstants[_0x5e4c56(0x27a)]];!_0x250775[_0x25321b]&&(_0x250775[_0x25321b]=[]);_0x250775[_0x25321b][_0x5e4c56(0x243)](_0x5f4545),_0x22fe33[_0xf94a54][TestFrameworkConstants[_0x5e4c56(0x233)]]=_0x25321b;const _0x2fed19={};_0x2fed19['depth']=0x2,logger[_0x5e4c56(0x1ed)](_0x5e4c56(0x2c0)+_0x25321b+',\x20hookId='+_0x28cbcf+_0x5e4c56(0x287)+_0x431694+',\x20hook='+util[_0x5e4c56(0x21a)](_0x5f4545,_0x2fed19));}}}return _0x22fe33;}[a75_0x1deb9a(0x217)](_0x1d6b43){const _0x51d052=a75_0x1deb9a,_0x38a04b={};_0x38a04b[_0x51d052(0x133)]='base64';const _0x3df8ea=_0x38a04b;try{const _0x23db9a=_0x1d6b43[_0x51d052(0x225)]?this[_0x51d052(0x279)](_0x1d6b43[_0x51d052(0x225)]):_0x1d6b43[_0x51d052(0x1fb)][_0x51d052(0x1b6)],_0x51c0d9=_0x1d6b43[_0x51d052(0x20c)],_0xfaa157=_0x51c0d9[_0x51d052(0x248)](),_0x103868=_0x51c0d9[_0x51d052(0x283)]()['get'](_0x23db9a);if(!_0x103868)return logger['debug'](_0x51d052(0x1f8)+_0x23db9a),{};const {[TestFrameworkConstants[_0x51d052(0x16b)]]:_0x57613e=this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x51d052(0x208)]]:_0x506877=this[_0x51d052(0x1cb)]()[this['getTestFrameworks']()[0x0]]||'',[TestFrameworkConstants[_0x51d052(0x1ce)]]:_0x165f68='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x47f88f=''}=_0x103868,_0xc44138=_0x51c0d9['getCurrentTestState']()['toString']()[_0x51d052(0x13b)]('.')[0x1],_0x17cc9c=_0x51c0d9[_0x51d052(0x241)]()[_0x51d052(0x1ec)]()[_0x51d052(0x13b)]('.')[0x1],_0xb5c760=global?.[_0x51d052(0x231)]?.[_0x51d052(0x285)]?.['parallelIndex']||global[_0x51d052(0x2c3)]||0x0,_0x54faf5=_0x51c0d9[_0x51d052(0x25d)](),_0x8dd671=Buffer[_0x51d052(0x234)](JSON[_0x51d052(0x2b4)](_0x103868))[_0x51d052(0x1ec)](_0x3df8ea[_0x51d052(0x133)]),_0x2c438b={'hash':_0xfaa157[_0x51d052(0x269)](),'threadId':_0xfaa157[_0x51d052(0x17b)]()[_0x51d052(0x1ec)](),'processId':_0xfaa157[_0x51d052(0x286)]()[_0x51d052(0x1ec)]()},_0x556478={};_0x556478['platformIndex']=_0xb5c760,_0x556478[_0x51d052(0x128)]=_0x57613e,_0x556478['testFrameworkVersion']=_0x506877,_0x556478[_0x51d052(0x249)]=_0xc44138,_0x556478['hookState']=_0x17cc9c,_0x556478[_0x51d052(0x2bd)]=_0x165f68,_0x556478['endedAt']=_0x47f88f,_0x556478[_0x51d052(0x1c4)]=_0x54faf5,_0x556478['eventJson']=_0x8dd671,_0x556478[_0x51d052(0x1d7)]=_0x2c438b,_0x556478[_0x51d052(0x274)]=_0x23db9a;const _0x3ccc39=_0x556478;return _0x3ccc39;}catch(_0x306933){return logger[_0x51d052(0x2cb)](_0x51d052(0x28d)+util[_0x51d052(0x214)](_0x306933)),{};}}async[a75_0x1deb9a(0x1bc)](_0xf554f8,_0xf18710,_0x73a440){const _0x23c1e4=a75_0x1deb9a,_0x229c07={'AjPQl':function(_0x297865,_0x251e89){return _0x297865+_0x251e89;},'SJjRD':'missing','PZZxu':_0x23c1e4(0x288),'sPsdU':function(_0x413414,_0x3e8a38){return _0x413414>_0x3e8a38;},'IySNZ':function(_0xb4bc4a,_0x25f493,_0x1c259b,_0x13f2fb){return _0xb4bc4a(_0x25f493,_0x1c259b,_0x13f2fb);},'NVrPo':function(_0xda33ab,_0x23b369){return _0xda33ab-_0x23b369;},'TKTTF':function(_0x24e6da,_0x3415b9){return _0x24e6da===_0x3415b9;},'oGOjN':function(_0xe4e13b,_0x350a61){return _0xe4e13b/_0x350a61;},'GbqYN':function(_0x1c56c2,_0x4fc204){return _0x1c56c2<_0x4fc204;},'bdvuc':function(_0x448320,_0x3967dd){return _0x448320*_0x3967dd;},'yNiwS':function(_0x3df1a4,_0x31a02c){return _0x3df1a4+_0x31a02c;},'uVGZQ':function(_0x2ff58e,_0x293c77){return _0x2ff58e>_0x293c77;}};try{const _0x219dee=_0x73a440[_0x23c1e4(0x146)]||_0x73a440[_0x23c1e4(0x185)],_0x3180f2=Array[_0x23c1e4(0x234)](_0xf554f8[_0x23c1e4(0x283)]()['keys']()),_0xb84b9e=_0xf554f8[_0x23c1e4(0x283)]()[_0x23c1e4(0x2ad)](_0x219dee);if(!_0xb84b9e){logger[_0x23c1e4(0x1ed)](_0x23c1e4(0x22f)+_0x219dee);return;}const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x3d09a2='',[TestFrameworkConstants[_0x23c1e4(0x208)]]:_0x3c30a9=''}=_0xb84b9e;let _0x27ac01=[];_0xb84b9e&&_0xb84b9e[TestFrameworkConstants['KEY_LOGS']]&&Array[_0x23c1e4(0x294)](_0xb84b9e[TestFrameworkConstants[_0x23c1e4(0x1c2)]])?(_0x27ac01=_0xb84b9e[TestFrameworkConstants[_0x23c1e4(0x1c2)]]||[],logger[_0x23c1e4(0x1ed)](_0x23c1e4(0x2ae)+_0x27ac01[_0x23c1e4(0x209)]+'\x20logs\x20for\x20testId:\x20'+_0x219dee),_0xf554f8['addMultipleEntries']({[_0x219dee]:{[TestFrameworkConstants[_0x23c1e4(0x1c2)]]:[],[TestFrameworkConstants[_0x23c1e4(0x16b)]]:this[_0x23c1e4(0x157)]()[0x0]||'',[TestFrameworkConstants[_0x23c1e4(0x208)]]:this[_0x23c1e4(0x1cb)]()[this['getTestFrameworks']()[0x0]]||''}}),logger[_0x23c1e4(0x1ed)](_0x23c1e4(0x289)+_0x219dee)):logger[_0x23c1e4(0x1ed)](_0x23c1e4(0x22c)+_0x219dee);logger[_0x23c1e4(0x1ed)](_0x23c1e4(0x247)+_0x27ac01[_0x23c1e4(0x209)]+_0x23c1e4(0x284)+_0x219dee);const _0x63af1e=_0x27ac01['filter'](_0x5bd47a=>_0x5bd47a[_0x23c1e4(0x219)]===_0x23c1e4(0x19f));_0x229c07[_0x23c1e4(0x1ea)](_0x63af1e[_0x23c1e4(0x209)],0x0)&&(logger[_0x23c1e4(0x1ed)](_0x23c1e4(0x153)+_0x63af1e[_0x23c1e4(0x209)]+_0x23c1e4(0x226)+_0x219dee),_0x63af1e[_0x23c1e4(0x155)]((_0x5a4f47,_0x5a0326)=>{const _0x1f58af=_0x23c1e4;logger['debug'](_0x1f58af(0x127)+_0x229c07[_0x1f58af(0x12c)](_0x5a0326,0x1)+'/'+_0x63af1e[_0x1f58af(0x209)]+_0x1f58af(0x224)+(_0x5a4f47[_0x1f58af(0x274)]||_0x229c07[_0x1f58af(0x1dd)])+_0x1f58af(0x271)+(_0x5a4f47[_0x1f58af(0x19a)]||_0x229c07['SJjRD'])+',\x20hook_run_uuid='+(_0x5a4f47[_0x1f58af(0x1a0)]||_0x229c07[_0x1f58af(0x232)])+_0x1f58af(0x27d)+(_0x5a4f47[_0x1f58af(0x291)]?.[_0x1f58af(0x209)]||0x0));}));const _0x5271a3=_0xb84b9e[TestFrameworkConstants[_0x23c1e4(0x12b)]]||{},_0x2caa4d=_0x229c07[_0x23c1e4(0x18f)](getMediaArtifactsLogs,_0x5271a3,null,_0x219dee),_0x52b6e9=(_0x27ac01||[])[_0x23c1e4(0x1bd)](_0x2caa4d||[]),_0x26f43f=_0x63af1e?.[_0x23c1e4(0x209)]||0x0,_0x3ab34e=_0x229c07[_0x23c1e4(0x296)](_0x27ac01?.[_0x23c1e4(0x209)]||0x0,_0x26f43f);logger[_0x23c1e4(0x1ed)](_0x23c1e4(0x124)+_0x219dee+_0x23c1e4(0x1f0)+_0x3ab34e+_0x23c1e4(0x26d)+_0x26f43f+_0x23c1e4(0x26f)+(_0x2caa4d?.[_0x23c1e4(0x209)]||0x0)+',\x20totalLogs:\x20'+_0x52b6e9[_0x23c1e4(0x209)]);if(!_0x52b6e9||_0x229c07['TKTTF'](_0x52b6e9['length'],0x0)){logger['debug'](_0x23c1e4(0x28c)+_0x219dee);return;}const _0x749087=0x28,_0x5ece4d=Math[_0x23c1e4(0x270)](_0x229c07[_0x23c1e4(0x17e)](_0x52b6e9[_0x23c1e4(0x209)],_0x749087));for(let _0x49d42c=0x0;_0x229c07[_0x23c1e4(0x13a)](_0x49d42c,_0x5ece4d);_0x49d42c++){const _0x21957e=_0x229c07[_0x23c1e4(0x216)](_0x49d42c,_0x749087),_0x1fa31d=_0x229c07[_0x23c1e4(0x12c)](_0x21957e,_0x749087),_0x5375a0=_0x52b6e9[_0x23c1e4(0x1b4)](_0x21957e,_0x1fa31d),_0xf599fc=global?.[_0x23c1e4(0x292)]??0x0,_0x5c8eb3={'platformIndex':_0xf599fc,'logs':_0x5375a0,'testFrameworkName':_0x3d09a2,'testFrameworkVersion':_0x3c30a9,'testFrameworkState':_0xf18710[_0x23c1e4(0x1ec)]()['split']('.')[0x1]},_0x2a911b={};_0x2a911b[_0x23c1e4(0x15e)]=0x3,_0x2a911b[_0x23c1e4(0x1f4)]=0x5,logger[_0x23c1e4(0x1ed)](_0x23c1e4(0x182)+_0x229c07[_0x23c1e4(0x1ad)](_0x49d42c,0x1)+'/'+_0x5ece4d+_0x23c1e4(0x259)+_0x219dee+',\x20logsInBatch:\x20'+_0x5375a0[_0x23c1e4(0x209)]+_0x23c1e4(0x1c5)+_0xf599fc+_0x23c1e4(0x14c)+util[_0x23c1e4(0x21a)](_0x5c8eb3,_0x2a911b));const _0x31701c=await GrpcClient[_0x23c1e4(0x1fd)]()[_0x23c1e4(0x14b)](_0x5c8eb3);logger[_0x23c1e4(0x1ed)](_0x23c1e4(0x182)+_0x229c07['AjPQl'](_0x49d42c,0x1)+'/'+_0x5ece4d+_0x23c1e4(0x259)+_0x219dee+_0x23c1e4(0x1cd)+util[_0x23c1e4(0x21a)](_0x31701c));}_0x2caa4d&&_0x229c07[_0x23c1e4(0x1be)](_0x2caa4d[_0x23c1e4(0x209)],0x0)&&_0xb84b9e[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]&&_0xf554f8['addMultipleEntries']({[_0x219dee]:{[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{},[TestFrameworkConstants[_0x23c1e4(0x16b)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x23c1e4(0x208)]]:this[_0x23c1e4(0x1cb)]()[this[_0x23c1e4(0x157)]()[0x0]]||''}}),logger['debug'](_0x23c1e4(0x229)+_0x219dee+_0x23c1e4(0x26b)+_0x5ece4d);}catch(_0x35f486){logger['error'](_0x23c1e4(0x16a)+(_0x73a440[_0x23c1e4(0x146)]||_0x73a440[_0x23c1e4(0x185)])+',\x20error:\x20'+util[_0x23c1e4(0x214)](_0x35f486));}}[a75_0x1deb9a(0x267)](_0x31a458,_0x800846,_0x4b164a,_0x315599,_0x3e3d4a){const _0x160262=a75_0x1deb9a,_0xd23f22={};_0xd23f22[_0x160262(0x29c)]=function(_0x258e86,_0x585a66){return _0x258e86===_0x585a66;},_0xd23f22[_0x160262(0x26a)]='beforeAll';const _0x3e356d=_0xd23f22,{hookData:_0x3332ea}=_0x3e3d4a,_0x3e4340={'testId':_0x800846,'testFrameworkState':_0x4b164a,'hookState':_0x315599,'args':_0x3e3d4a,'timestamp':new Date()[_0x160262(0x2b0)]()};if(_0x3e356d['JCCFi'](_0x4b164a,TestFrameworkState[_0x160262(0x1f7)])&&_0x3332ea){const _0x4fda53={};_0x4fda53['filePath']=_0x3332ea[_0x160262(0x245)]||_0x3332ea[_0x160262(0x1a9)],_0x4fda53['scope']=_0x3332ea['scope']||_0x3332ea[_0x160262(0x295)]&&_0x3332ea[_0x160262(0x295)][0x0]||'',_0x4fda53[_0x160262(0x1db)]=_0x3e356d['AADHw'],_0x3e4340[_0x160262(0x2bb)]=_0x4fda53,logger[_0x160262(0x1ed)](_0x160262(0x189)+_0x800846+_0x160262(0x13e)+_0x3e4340[_0x160262(0x2bb)]['filePath']+',\x20scope:\x20'+_0x3e4340[_0x160262(0x2bb)][_0x160262(0x203)]);}_0x31a458[_0x160262(0x14e)](_0x800846,_0x3e4340),logger[_0x160262(0x1ed)](_0x160262(0x210)+_0x800846+_0x160262(0x15c)+_0x4b164a+_0x160262(0x1a2)+_0x315599);}async[a75_0x1deb9a(0x2c2)](_0x11c90d,_0x3bbd75){const _0x23f289=a75_0x1deb9a,_0x323305={};_0x323305['lGrrz']=function(_0x5f0449,_0x3cfc9e){return _0x5f0449>_0x3cfc9e;},_0x323305['EDgZd']=function(_0x3560ac,_0x3f077f){return _0x3560ac===_0x3f077f;},_0x323305[_0x23f289(0x19d)]=function(_0x5029e2,_0x18d61c){return _0x5029e2===_0x18d61c;},_0x323305['wMkSi']=function(_0x3a3aad,_0x249621){return _0x3a3aad===_0x249621;},_0x323305['PKSWK']=function(_0x3abf6c,_0x162e4d){return _0x3abf6c===_0x162e4d;},_0x323305[_0x23f289(0x20d)]=_0x23f289(0x21e);const _0x38c975=_0x323305;if(_0x11c90d[_0x23f289(0x278)](_0x3bbd75)){const _0x4545c5=_0x11c90d[_0x23f289(0x22e)](_0x3bbd75);logger[_0x23f289(0x1ed)](_0x23f289(0x1c9)+_0x4545c5[_0x23f289(0x209)]+_0x23f289(0x132)+_0x3bbd75);for(const _0x594d7d of _0x4545c5){try{const _0x5aeb20=await this['trackHookEvent'](_0x11c90d,_0x594d7d[_0x23f289(0x249)],_0x594d7d[_0x23f289(0x1c3)],_0x594d7d[_0x23f289(0x131)]);_0x5aeb20&&_0x38c975[_0x23f289(0x256)](Object[_0x23f289(0x1e0)](_0x5aeb20)['length'],0x0)&&_0x11c90d[_0x23f289(0x2a9)](_0x5aeb20),await this[_0x23f289(0x199)](_0x11c90d,_0x594d7d[_0x23f289(0x249)],_0x594d7d['hookState'],_0x594d7d[_0x23f289(0x131)]);}catch(_0x194568){logger[_0x23f289(0x2cb)](_0x23f289(0x163)+_0x3bbd75+_0x23f289(0x19c)+_0x194568);}}_0x11c90d[_0x23f289(0x2b2)](_0x3bbd75),logger[_0x23f289(0x1ed)](_0x23f289(0x1e3)+_0x3bbd75);}const _0xc6e271=_0x11c90d['getAllData']()[_0x23f289(0x2ad)](_0x3bbd75);if(_0xc6e271){const _0x187e36=_0xc6e271[TestFrameworkConstants[_0x23f289(0x1a4)]]||_0xc6e271[TestFrameworkConstants[_0x23f289(0x250)]],_0xbd1bb4=_0xc6e271[TestFrameworkConstants[_0x23f289(0x15a)]]||_0xc6e271[TestFrameworkConstants['KEY_TEST_SCOPES']]&&_0xc6e271[TestFrameworkConstants[_0x23f289(0x2c4)]][0x0]||'';logger[_0x23f289(0x1ed)](_0x23f289(0x1ca)+_0x187e36+_0x23f289(0x212)+_0xbd1bb4);const _0x42fdc9=_0x11c90d[_0x23f289(0x27e)]();for(const _0x3cdabf of _0x42fdc9){if(_0x38c975['EDgZd'](_0x3cdabf,_0x3bbd75))continue;if(_0x11c90d[_0x23f289(0x278)](_0x3cdabf)){const _0x1d3e90=_0x11c90d[_0x23f289(0x22e)](_0x3cdabf);for(const _0x22aff2 of _0x1d3e90){if(_0x38c975[_0x23f289(0x19d)](_0x22aff2[_0x23f289(0x249)],TestFrameworkState['BEFORE_ALL'])&&_0x22aff2[_0x23f289(0x2bb)]){const _0x4c4174=_0x22aff2[_0x23f289(0x2bb)]['filePath'],_0x522d3d=_0x22aff2[_0x23f289(0x2bb)][_0x23f289(0x203)];if(_0x38c975[_0x23f289(0x1a7)](_0x4c4174,_0x187e36)&&_0x38c975[_0x23f289(0x160)](_0x522d3d,_0xbd1bb4)){logger[_0x23f289(0x1ed)](_0x23f289(0x2b9)+_0x3cdabf+',\x20currentTestId:\x20'+_0x3bbd75+',\x20filePath:\x20'+_0x4c4174+_0x23f289(0x212)+_0x522d3d);_0x22aff2[_0x23f289(0x131)]&&_0x22aff2[_0x23f289(0x131)][_0x23f289(0x1fb)]&&(_0x22aff2['args']['hookData'][_0x23f289(0x1b6)]=_0x3bbd75,logger['debug'](_0x23f289(0x130)+_0x3cdabf+_0x23f289(0x24a)+_0x3bbd75));try{const _0x91b205=await this[_0x23f289(0x177)](_0x11c90d,_0x22aff2[_0x23f289(0x249)],_0x22aff2[_0x23f289(0x1c3)],_0x22aff2[_0x23f289(0x131)]);_0x91b205&&_0x38c975[_0x23f289(0x256)](Object['keys'](_0x91b205)['length'],0x0)&&_0x11c90d[_0x23f289(0x2a9)](_0x91b205);await this['runHooks'](_0x11c90d,_0x22aff2['testFrameworkState'],_0x22aff2['hookState'],_0x22aff2[_0x23f289(0x131)]);const _0x2636b2=_0x11c90d[_0x23f289(0x22e)](_0x3cdabf)[_0x23f289(0x20e)](_0x26e7b9=>_0x26e7b9!==_0x22aff2);if(_0x38c975[_0x23f289(0x1a7)](_0x2636b2[_0x23f289(0x209)],0x0))_0x11c90d[_0x23f289(0x2b2)](_0x3cdabf);else{_0x11c90d[_0x23f289(0x2b2)](_0x3cdabf);for(const _0x12ba66 of _0x2636b2){_0x11c90d['addPendingHook'](_0x3cdabf,_0x12ba66);}}logger[_0x23f289(0x1ed)](_0x38c975['NtylL']);}catch(_0x1a0588){logger[_0x23f289(0x2cb)](_0x23f289(0x265)+_0x3bbd75+',\x20error:\x20'+_0x1a0588);}}}}}}}}['mapTestHooks'](_0x5e77b5){const _0x5230c6=a75_0x1deb9a,_0x50956c={'tNhou':function(_0xcbbcd5){return _0xcbbcd5();}};if(!_0x5e77b5||!_0x5e77b5[_0x5230c6(0x29a)])return;_0x5e77b5['parent'][_0x5230c6(0x145)]&&Array[_0x5230c6(0x294)](_0x5e77b5[_0x5230c6(0x29a)][_0x5230c6(0x145)])&&_0x5e77b5[_0x5230c6(0x29a)][_0x5230c6(0x145)][_0x5230c6(0x155)](_0x28b9a2=>{const _0x59cf02=_0x5230c6;!_0x28b9a2[_0x59cf02(0x1a8)]&&!_0x28b9a2['hookUUID']&&(_0x28b9a2['hookAnalyticsId']=_0x50956c[_0x59cf02(0x2a7)](uuidv4),_0x28b9a2['hookUUID']=_0x28b9a2[_0x59cf02(0x1a8)],logger[_0x59cf02(0x1ed)](_0x59cf02(0x246)+_0x28b9a2[_0x59cf02(0x196)]+_0x59cf02(0x149)+_0x28b9a2[_0x59cf02(0x1a8)]));}),this['mapTestHooks'](_0x5e77b5['parent']);}['getHooksForTest'](_0x334520){const _0x243bc1=a75_0x1deb9a,_0x5eb293={'swSjI':function(_0x327aea,_0x34f2bb){return _0x327aea(_0x34f2bb);}};if(!_0x334520||!_0x334520['parent'])return[];const _0x1dc471=[];return _0x334520[_0x243bc1(0x29a)][_0x243bc1(0x145)]&&Array[_0x243bc1(0x294)](_0x334520['parent'][_0x243bc1(0x145)])&&_0x334520[_0x243bc1(0x29a)][_0x243bc1(0x145)]['forEach'](_0xb00565=>{const _0xe48fa7=_0x243bc1,_0x2c5f72=_0xb00565[_0xe48fa7(0x1a8)]||_0xb00565[_0xe48fa7(0x293)];_0x2c5f72&&!this[_0xe48fa7(0x19e)](_0xb00565)&&!_0x5eb293[_0xe48fa7(0x178)](isInternalHook,_0xb00565['fn'])&&_0x1dc471[_0xe48fa7(0x243)](_0x2c5f72);}),[..._0x1dc471,...this[_0x243bc1(0x14f)](_0x334520[_0x243bc1(0x29a)])];}[a75_0x1deb9a(0x1fe)](_0x23cc78){const _0x142978=a75_0x1deb9a,_0x3c5f74={'uDLAi':function(_0x50f0dd,_0x2f954a){return _0x50f0dd(_0x2f954a);},'KDWlv':_0x142978(0x202),'HopVq':function(_0x27bb26,_0x2d51da){return _0x27bb26(_0x2d51da);}},_0xc72c17=new Map(),_0x309585=_0x14004e=>{const _0x482386=_0x142978;if(!_0x14004e||!_0x14004e['parent'])return;_0x14004e['parent'][_0x482386(0x145)]&&Array[_0x482386(0x294)](_0x14004e['parent'][_0x482386(0x145)])&&_0x14004e[_0x482386(0x29a)][_0x482386(0x145)][_0x482386(0x155)](_0x274859=>{const _0x19a471=_0x482386,_0x4c6473=_0x274859[_0x19a471(0x1a8)]||_0x274859['hookUUID'];if(_0x4c6473&&!this['isJestInternalHook'](_0x274859)&&!_0x3c5f74[_0x19a471(0x28e)](isInternalHook,_0x274859['fn'])){const _0x588339={};_0x588339[_0x19a471(0x196)]=_0x274859['type']||_0x3c5f74[_0x19a471(0x1da)],_0x588339['name']=_0x274859[_0x19a471(0x27c)]||'\x22'+_0x274859[_0x19a471(0x196)]+'\x22\x20hook',_0xc72c17[_0x19a471(0x17d)](_0x4c6473,_0x588339);}}),_0x3c5f74[_0x482386(0x205)](_0x309585,_0x14004e[_0x482386(0x29a)]);};return _0x3c5f74['HopVq'](_0x309585,_0x23cc78),_0xc72c17;}[a75_0x1deb9a(0x19e)](_0x47cee6){const _0x1349cd=a75_0x1deb9a,_0x34627d={};_0x34627d['stGyC']=_0x1349cd(0x22a),_0x34627d['diHMH']=_0x1349cd(0x1df);const _0x145744=_0x34627d;try{const _0x5c70d=this[_0x1349cd(0x1c0)](_0x47cee6);return _0x5c70d&&_0x5c70d['includes'](_0x145744[_0x1349cd(0x1d6)]);}catch(_0x39eb60){logger[_0x1349cd(0x1ed)](_0x145744[_0x1349cd(0x12f)]);}return![];}['getRootParentFile'](_0x239ada){const _0x44704=a75_0x1deb9a;if(_0x239ada[_0x44704(0x1e5)])try{const _0xe061b2=stackTrace[_0x44704(0x28b)](_0x239ada['asyncError']);return _0xe061b2[0x0]?_0xe061b2[0x0][_0x44704(0x152)]():null;}catch(_0x2be051){logger[_0x44704(0x1ed)](_0x44704(0x137)+util[_0x44704(0x214)](_0x2be051));}if(_0x239ada[_0x44704(0x1cf)])return _0x239ada[_0x44704(0x1cf)];return null;}}function a75_0x5826(){const _0x422116=['NRQua','WJkFd','match','lJVgh','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','trackHookEvent','swSjI','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','\x20hook','getThreadId','ALL','set','oGOjN','Reycx','dIggY','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','566876ZduPWC','testId','retryOf','hxnZA','KEY_CUSTOM_TAGS','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','map','Assert','YaOxU',',\x20scopes=',',\x20hookType=','IySNZ','KEY_TEST_ID','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','beforeAll','XoOaB','matchHookRegex','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','type','KypRh','zJnqA','runHooks','test_run_uuid','trackEvent',',\x20error:\x20','PnVia','isJestInternalHook','TEST_SCREENSHOT','hook_run_uuid','BzRwe',',\x20hookState:\x20','KEY_HOOK_RESULT','KEY_TEST_FILE_PATH','resolveInstance','166316RgjLzN','wMkSi','hookAnalyticsId','location','YIOWJ',',\x20hook=','qqEJH','yNiwS','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=',',\x20hooksListLength=','UnhandledError','7782GsjWAH','KEY_HOOKS_STARTED','KEY_TEST_FAILURE_TYPE','slice','getJestFailureType','test_run_id','parseJestTest','../../../helpers/classLogger.js','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','duration','fwSfv','sendLogCreatedEvent','concat','uVGZQ','join','getRootParentFile','KEY_TEST_FAILURE_REASON','KEY_LOGS','hookState','uuid',',\x20platformIndex:\x20','yYTXR','_ALL','DEFAULT_HOOK_RESULT','Processing\x20','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','getTestFrameworksVersions','KEY_TEST_ENDED_AT',',\x20response=','KEY_TEST_STARTED_AT','file',',\x20totalHooks=','kNFJU','pop','zzBLb','KEY_HOOK_LOGS','find','stGyC','executionContext','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','LcQyD','KDWlv','hookType','JestTestFramework','SJjRD',':testAnalyticsId','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','keys','KEY_TEST_RERUN_NAME','./constants/testFrameworkConstants.js','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','\x20(testIdentifier),\x20result=','asyncError',',\x20version=','mapTestHooks','errorsDetailed','KEY_TEST_TAGS','sPsdU','WgwYY','toString','debug','xSfZV','CMIhT',',\x20consoleLogs:\x20','KEY_AUTOMATE_SESSION_NAME','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','finished_at','maxArrayLength','skipped','warn','BEFORE_ALL','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','hookData','7MKzwdI','getInstance','buildHookMapFromTest','getJestTestScopes',',\x20testId=','NONE','unknown','scope','trackJestInstance','HopVq','skip','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','KEY_TEST_FRAMEWORK_VERSION','length','yeDOY','dHtAF','instance','NtylL','filter','trackJestInstance:\x20instance\x20already\x20exists','Stored\x20pending\x20hook\x20for\x20testId:\x20','HWDtz',',\x20scope:\x20','KEY_EVENT_ENDED_AT','format','getActiveHook','bdvuc','createTestFrameworkEventPayload','PFAAt','kind','inspect','title','../grpcClient','../cliUtils.js','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','\x20attachments','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','../state/testFrameworkState.js','KEY_HOOK_FAILURE_TYPE','2qRwSzf','\x20-\x20test_identifier=','test','\x20screenshot\x20logs\x20for\x20testId:\x20','body','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','jest-circus','7113650wsypuo','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','getPendingHooks','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','mPYmz','__workerDetails','PZZxu','KEY_HOOK_LAST_FINISHED','from','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','\x20(testIdentifier),\x20hookType=','delete',',\x20failureReason=',',\x20state=','failure_reason','TEST','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','splice','toUpperCase','passed','./testFramework','getCurrentHookState','XeCkL','push','apply','file_name','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','getContext','testFrameworkState','\x20to\x20','code',',\x20testData=','KEY_TEST_RETRY_OF','wJvtd','UFPAU','KEY_TEST_LOCATION','9801103UShJKV','started_at','XSKLG','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','\x20(testIdentifier),\x20tags=','lGrrz','Beuwa','startsWith','\x20-\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','dZvOV','UrIvB','getRef','createContext',',\x20hookState=','7973784PIVVZm','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','TbriS','jTRJf','hook_result','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','reverse','storePendingHook','GhVdw','getId','AADHw',',\x20totalBatches:\x20',',\x20exception=',',\x20screenshotLogs:\x20','vAtgL',',\x20attachmentLogs:\x20','ceil',',\x20test_run_uuid=','2895rYUzos','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','test_identifier','\x20(testIdentifier)','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','getJestTestName','hasPendingHooks','getJestTestIdentifier','KEY_HOOK_ID','originalTest','name',',\x20messageLength=','getAllPendingHookTestIds','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','12lLHyPK','getJestFailureReason','getAllData','\x20for\x20testId:\x20','workerInfo','getProcessId',',\x20result=','none','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','KEY_TEST_FAILURE','parse','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','Error\x20in\x20createTestFrameworkEventPayload:\x20','uDLAi','AssertionError','KEY_HOOK_FAILURE_REASON','message','browserstackPlatformIndex','hookUUID','isArray','scopes','NVrPo','getJestTestTags','SITey','stack-trace','parent','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','JCCFi',',\x20failureType=','hook_id','../instances/trackedInstance.js','findIndex','DEFAULT_TEST_RESULT','OuxTS','getJestTestFilePath','substring','pid','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','tNhou','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','addMultipleEntries','\x22\x20from\x20testData','6163616tOiojG','getJestFailureData','get','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','rkNlO','toISOString',',\x20contextId=','removePendingHooks','getCurrentInstanceName','stringify','\x20files','KEY_TEST_META','has','KEY_TEST_DURATION','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','KEY_HOOK_NAME','hookMetadata','XuctP','startedAt','ivUVd',',\x20filePath=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','processPendingHooks','__bstackPlatformIndex','KEY_TEST_SCOPES','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20',',\x20hookData=','../TestInfo.js','substr','includes','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','error',',\x20storing\x20as\x20pending\x20hook','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','../../../helpers/helper.js','exports','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','testFrameworkName','jcZSY','trackJestInstance:\x20created\x20instance\x20for\x20target=','KEY_TEST_ATTACHMENTS','AjPQl','JqIlk','replace','diHMH','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','args','\x20pending\x20hooks\x20for\x20testId:\x20','lGblZ','XpOXu','KEY_HOOKS_FINISHED','tags','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','Unknown\x20Test','ofWLJ','GbqYN','split','AKccW','CYhBw',',\x20filePath:\x20','KEY_TEST_RESULT','66kaNDBf','11vlvNDP','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','../../../helpers/test-observability/utils','KEY_HOOK_FAILURE','hooks','testUUID','POST','activeHooks',',\x20hookUUID=','ldNjJ','logCreatedEvent',',\x20payload:\x20','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','addPendingHook','getHooksForTest','VuhMH','result','getFileName','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','status','forEach','../state/hookState.js','getTestFrameworks','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','afterAll','KEY_TEST_SCOPE','parseJestTestResult',',\x20state:\x20','KEY_TEST_CODE','depth','KEY_TEST_UUID','PKSWK','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=',',\x20remainingHooks=','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','getTrackedInstance','\x20&\x20hookState=','DzLga','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','KEY_TEST_NAME','KEY_EVENT_STARTED_AT','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','KEY_TEST_FRAMEWORK_NAME','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','tFpAI','event_ended_at','testData','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','failed'];a75_0x5826=function(){return _0x422116;};return a75_0x5826();}function a75_0x284e(_0x40e657,_0x12d0b1){const _0x5826e3=a75_0x5826();return a75_0x284e=function(_0x284ec0,_0x51c351){_0x284ec0=_0x284ec0-0x124;let _0x51e839=_0x5826e3[_0x284ec0];return _0x51e839;},a75_0x284e(_0x40e657,_0x12d0b1);}module[a75_0x1deb9a(0x126)]=JestTestFramework;
@@ -1 +1 @@
1
- function a76_0x37b0(){const _0x3067f7=['aWWum','trackPlaywrightInstance','../../../helpers/classLogger.js','bsParams','1059192UHnTeq','83280HnigHA','../cliUtils.js','info','debug','logger','56YbIvwL','74354EoUUqv','PlaywrightAutomationFramework','createContext','5277276bKqPvr','params','message','getCurrentInstanceName','EzWss','../state/automationFrameworkState.js','PLAYWRIGHT_DISPATCH','DkEWl','getTrackedInstance','8iRZJGm','11sEZNVZ','exports','instance','67785rczyBH','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','\x20target=','9QfrIyJ','2648270UYsyzW','setTrackedInstance','../instances/automationFrameworkInstance.js','\x20hookState=','trackPlaywrightInstance:\x20instance\x20already\x20exists','NONE','trackEvent','63787rPDEdN','GSLoM','runHooks','10EfHlhi','getAutomationFrameworkVersion','getId','CREATE','SsgUE'];a76_0x37b0=function(){return _0x3067f7;};return a76_0x37b0();}function a76_0x3dfd(_0x188288,_0x44d0ec){const _0x37b026=a76_0x37b0();return a76_0x3dfd=function(_0x3dfd88,_0x4afb75){_0x3dfd88=_0x3dfd88-0x166;let _0xa9e568=_0x37b026[_0x3dfd88];return _0xa9e568;},a76_0x3dfd(_0x188288,_0x44d0ec);}const a76_0x3a755e=a76_0x3dfd;(function(_0x485a99,_0x65d376){const _0x2e03e7=a76_0x3dfd,_0x432827=_0x485a99();while(!![]){try{const _0x264c31=parseInt(_0x2e03e7(0x173))/0x1+parseInt(_0x2e03e7(0x192))/0x2*(-parseInt(_0x2e03e7(0x168))/0x3)+parseInt(_0x2e03e7(0x17f))/0x4+-parseInt(_0x2e03e7(0x176))/0x5*(-parseInt(_0x2e03e7(0x180))/0x6)+-parseInt(_0x2e03e7(0x186))/0x7*(-parseInt(_0x2e03e7(0x185))/0x8)+parseInt(_0x2e03e7(0x16b))/0x9*(parseInt(_0x2e03e7(0x16c))/0xa)+-parseInt(_0x2e03e7(0x193))/0xb*(parseInt(_0x2e03e7(0x189))/0xc);if(_0x264c31===_0x65d376)break;else _0x432827['push'](_0x432827['shift']());}catch(_0x5b955a){_0x432827['push'](_0x432827['shift']());}}}(a76_0x37b0,0x285fd));const AutomationFramework=require('./automationFramework.js'),{createClassLogger}=require(a76_0x3a755e(0x17d)),AutomationFrameworkState=require(a76_0x3a755e(0x18e)),CLIUtils=require(a76_0x3a755e(0x181)),TrackedInstance=require('../instances/trackedInstance.js'),AutomationFrameworkInstance=require(a76_0x3a755e(0x16e));class PlaywrightAutomationFramework extends AutomationFramework{[a76_0x3a755e(0x184)]=createClassLogger(a76_0x3a755e(0x187));constructor(_0x48d3ff,_0x3e8b0e){super(_0x48d3ff,_0x3e8b0e);}async[a76_0x3a755e(0x172)](_0xaa6204,_0x3fb01e,_0x13b344={}){const _0xf70f2a=a76_0x3a755e,_0x4ba1fe={};_0x4ba1fe[_0xf70f2a(0x190)]=function(_0x2e34d8,_0x35764d){return _0x2e34d8===_0x35764d;};const _0x54bc51=_0x4ba1fe;this[_0xf70f2a(0x184)][_0xf70f2a(0x183)]('trackEvent:\x20automationFrameworkState='+_0xaa6204+_0xf70f2a(0x16f)+_0x3fb01e),await super[_0xf70f2a(0x172)](_0xaa6204,_0x3fb01e,_0x13b344);const _0x2fd9fa=this['resolveInstance'](_0xaa6204,_0x3fb01e,_0x13b344);if(_0x54bc51[_0xf70f2a(0x190)](_0x2fd9fa,null))return;_0x13b344[_0xf70f2a(0x167)]=_0x2fd9fa,await this[_0xf70f2a(0x175)](_0x2fd9fa,_0xaa6204,_0x3fb01e,_0x13b344);}['resolveInstance'](_0x328e4b,_0x4804d1,_0x35f149={}){const _0x34f759=a76_0x3a755e,_0x24392c={};_0x24392c[_0x34f759(0x174)]=function(_0x13ffbf,_0x582ec7){return _0x13ffbf===_0x582ec7;},_0x24392c[_0x34f759(0x18d)]=function(_0x213dbb,_0x359702){return _0x213dbb===_0x359702;},_0x24392c[_0x34f759(0x17b)]=function(_0xbed48c,_0x5d6560){return _0xbed48c===_0x5d6560;};const _0x30fbac=_0x24392c;let _0x2e68a3=null;return(_0x30fbac[_0x34f759(0x174)](_0x328e4b,AutomationFrameworkState[_0x34f759(0x179)])||_0x30fbac[_0x34f759(0x18d)](_0x328e4b,AutomationFrameworkState[_0x34f759(0x18f)])&&(_0x35f149[_0x34f759(0x18b)]&&_0x35f149[_0x34f759(0x18b)][_0x34f759(0x18a)]&&_0x35f149[_0x34f759(0x18b)][_0x34f759(0x18a)][_0x34f759(0x17e)])||_0x30fbac['aWWum'](_0x328e4b,AutomationFrameworkState[_0x34f759(0x171)]))&&this[_0x34f759(0x17c)](_0x328e4b,_0x35f149),_0x2e68a3=AutomationFramework[_0x34f759(0x191)](),_0x2e68a3;}[a76_0x3a755e(0x17c)](_0x345525,_0x1feda6){const _0x5580e1=a76_0x3a755e,_0x11cdbb={};_0x11cdbb[_0x5580e1(0x17a)]=_0x5580e1(0x170);const _0x3700c1=_0x11cdbb;if(AutomationFramework[_0x5580e1(0x191)]()){this[_0x5580e1(0x184)][_0x5580e1(0x182)](_0x3700c1[_0x5580e1(0x17a)]);return;}const _0x5971a8=CLIUtils[_0x5580e1(0x18c)](),_0xb2023=TrackedInstance[_0x5580e1(0x188)](_0x5971a8);let _0x873f43=null;this[_0x5580e1(0x184)][_0x5580e1(0x182)]('trackPlaywrightInstance:\x20created\x20instance\x20for\x20target='+_0x5971a8+',\x20state='+_0x345525),_0x873f43=new AutomationFrameworkInstance(_0xb2023,this['getAutomationFrameworkName'](),this[_0x5580e1(0x177)](),_0x345525),AutomationFramework[_0x5580e1(0x16d)](_0xb2023,_0x873f43),this[_0x5580e1(0x184)]['info'](_0x5580e1(0x169)+_0xb2023[_0x5580e1(0x178)]()+_0x5580e1(0x16a)+_0x5971a8);}}module[a76_0x3a755e(0x166)]=PlaywrightAutomationFramework;
1
+ const a76_0x30a8db=a76_0x2a2b;(function(_0x364fd3,_0x54b45d){const _0x3fe4a1=a76_0x2a2b,_0x305f2d=_0x364fd3();while(!![]){try{const _0x528e79=-parseInt(_0x3fe4a1(0xdd))/0x1*(parseInt(_0x3fe4a1(0xf2))/0x2)+parseInt(_0x3fe4a1(0xe1))/0x3+parseInt(_0x3fe4a1(0xe9))/0x4+-parseInt(_0x3fe4a1(0xef))/0x5+parseInt(_0x3fe4a1(0xf6))/0x6+-parseInt(_0x3fe4a1(0xd4))/0x7+-parseInt(_0x3fe4a1(0xd8))/0x8;if(_0x528e79===_0x54b45d)break;else _0x305f2d['push'](_0x305f2d['shift']());}catch(_0x36060b){_0x305f2d['push'](_0x305f2d['shift']());}}}(a76_0xab77,0xa0cd4));const AutomationFramework=require('./automationFramework.js'),{createClassLogger}=require(a76_0x30a8db(0xe2)),AutomationFrameworkState=require(a76_0x30a8db(0xe0)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require('../instances/trackedInstance.js'),AutomationFrameworkInstance=require(a76_0x30a8db(0xe6));function a76_0x2a2b(_0x5476ca,_0x5bd917){const _0xab77da=a76_0xab77();return a76_0x2a2b=function(_0x2a2be7,_0x18e2d8){_0x2a2be7=_0x2a2be7-0xd0;let _0x415edb=_0xab77da[_0x2a2be7];return _0x415edb;},a76_0x2a2b(_0x5476ca,_0x5bd917);}class PlaywrightAutomationFramework extends AutomationFramework{[a76_0x30a8db(0xf0)]=createClassLogger(a76_0x30a8db(0xde));constructor(_0x4e56b2,_0x5218d5){super(_0x4e56b2,_0x5218d5);}async['trackEvent'](_0x42cc82,_0x3699a4,_0x241f9b={}){const _0x5b3da9=a76_0x30a8db,_0x769cd0={};_0x769cd0[_0x5b3da9(0xea)]=function(_0x573f86,_0x114303){return _0x573f86===_0x114303;};const _0x4d8a89=_0x769cd0;this[_0x5b3da9(0xf0)]['debug'](_0x5b3da9(0xee)+_0x42cc82+_0x5b3da9(0xd9)+_0x3699a4),await super['trackEvent'](_0x42cc82,_0x3699a4,_0x241f9b);const _0x5b1f67=this[_0x5b3da9(0xf5)](_0x42cc82,_0x3699a4,_0x241f9b);if(_0x4d8a89[_0x5b3da9(0xea)](_0x5b1f67,null))return;_0x241f9b[_0x5b3da9(0xe8)]=_0x5b1f67,await this[_0x5b3da9(0xd2)](_0x5b1f67,_0x42cc82,_0x3699a4,_0x241f9b);}[a76_0x30a8db(0xf5)](_0x3290bf,_0x537f23,_0x1db2b7={}){const _0x1c515a=a76_0x30a8db,_0x53eb3f={};_0x53eb3f['gzzRL']=function(_0x4b3636,_0x4ab791){return _0x4b3636===_0x4ab791;},_0x53eb3f['YzQfO']=function(_0x100717,_0x1c8612){return _0x100717===_0x1c8612;};const _0x178c8c=_0x53eb3f;let _0x2e0dc8=null;return(_0x178c8c[_0x1c515a(0xd6)](_0x3290bf,AutomationFrameworkState[_0x1c515a(0xf4)])||_0x178c8c[_0x1c515a(0xd3)](_0x3290bf,AutomationFrameworkState[_0x1c515a(0xda)])&&(_0x1db2b7[_0x1c515a(0xe7)]&&_0x1db2b7['message'][_0x1c515a(0xd7)]&&_0x1db2b7[_0x1c515a(0xe7)]['params'][_0x1c515a(0xf1)])||_0x178c8c[_0x1c515a(0xd6)](_0x3290bf,AutomationFrameworkState['NONE']))&&this['trackPlaywrightInstance'](_0x3290bf,_0x1db2b7),_0x2e0dc8=AutomationFramework['getTrackedInstance'](),_0x2e0dc8;}[a76_0x30a8db(0xec)](_0x47c16a,_0x1c81ea){const _0xbaf59f=a76_0x30a8db,_0x360045={};_0x360045[_0xbaf59f(0xed)]=_0xbaf59f(0xe4);const _0x37ac82=_0x360045;if(AutomationFramework['getTrackedInstance']()){this[_0xbaf59f(0xf0)][_0xbaf59f(0xd0)](_0x37ac82[_0xbaf59f(0xed)]);return;}const _0x283836=CLIUtils[_0xbaf59f(0xe3)](),_0x2b8dc1=TrackedInstance[_0xbaf59f(0xf3)](_0x283836);let _0x57a619=null;this[_0xbaf59f(0xf0)]['info'](_0xbaf59f(0xdc)+_0x283836+_0xbaf59f(0xd5)+_0x47c16a),_0x57a619=new AutomationFrameworkInstance(_0x2b8dc1,this[_0xbaf59f(0xdb)](),this['getAutomationFrameworkVersion'](),_0x47c16a),AutomationFramework[_0xbaf59f(0xeb)](_0x2b8dc1,_0x57a619),this['logger'][_0xbaf59f(0xd0)]('trackPlaywrightInstance:\x20saved\x20instance\x20contextId='+_0x2b8dc1[_0xbaf59f(0xe5)]()+_0xbaf59f(0xdf)+_0x283836);}}module[a76_0x30a8db(0xd1)]=PlaywrightAutomationFramework;function a76_0xab77(){const _0x442bc7=['YzQfO','936663NUyooC',',\x20state=','gzzRL','params','8551088AJJMbm','\x20hookState=','PLAYWRIGHT_DISPATCH','getAutomationFrameworkName','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','97661uazqfR','PlaywrightAutomationFramework','\x20target=','../state/automationFrameworkState.js','3002745THwzJu','../../../helpers/classLogger.js','getCurrentInstanceName','trackPlaywrightInstance:\x20instance\x20already\x20exists','getId','../instances/automationFrameworkInstance.js','message','instance','2726572nSkMHW','JgSUT','setTrackedInstance','trackPlaywrightInstance','TQXCX','trackEvent:\x20automationFrameworkState=','4830490ooXInC','logger','bsParams','2tNVhdO','createContext','CREATE','resolveInstance','7455240sGqrRB','info','exports','runHooks'];a76_0xab77=function(){return _0x442bc7;};return a76_0xab77();}
@@ -1 +1 @@
1
- const a77_0x536ee7=a77_0x3ca2;(function(_0x9ab249,_0xd42c33){const _0x4ed7a2=a77_0x3ca2,_0x32f02e=_0x9ab249();while(!![]){try{const _0x2dee55=parseInt(_0x4ed7a2(0x212))/0x1+parseInt(_0x4ed7a2(0x254))/0x2*(parseInt(_0x4ed7a2(0x261))/0x3)+parseInt(_0x4ed7a2(0x1eb))/0x4+parseInt(_0x4ed7a2(0x25e))/0x5*(parseInt(_0x4ed7a2(0x268))/0x6)+-parseInt(_0x4ed7a2(0x241))/0x7+parseInt(_0x4ed7a2(0x198))/0x8*(parseInt(_0x4ed7a2(0x20b))/0x9)+-parseInt(_0x4ed7a2(0x1de))/0xa*(parseInt(_0x4ed7a2(0x18e))/0xb);if(_0x2dee55===_0xd42c33)break;else _0x32f02e['push'](_0x32f02e['shift']());}catch(_0x3c0894){_0x32f02e['push'](_0x32f02e['shift']());}}}(a77_0x5578,0x54b90));const TestFramework=require(a77_0x536ee7(0x1cc)),TestFrameworkState=require(a77_0x536ee7(0x202)),HookState=require(a77_0x536ee7(0x249)),{createClassLogger}=require(a77_0x536ee7(0x1b2)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a77_0x536ee7(0x1be)),TrackedInstance=require(a77_0x536ee7(0x213)),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),logger=createClassLogger(a77_0x536ee7(0x24a)),{v4:uuidv4}=require(a77_0x536ee7(0x279)),util=require(a77_0x536ee7(0x228)),{getPlaywrightSessionName,getPlaywrightTestFilePath,getPlaywrightTestId,getPlaywrightTestTitle,getPlaywrightTestLocation,getPlaywrightTestTags,getPlaywrightTestCode,getPlaywrightTestScope,getPlaywrightTestScopes,getStepsAndLogs,getScreenshots,getVideos,getPlaywrightCustomRerunParam,getMediaArtifactsLogs,getManualUploadLogs,updatePayloadForTraceLogs}=require(a77_0x536ee7(0x26b)),TestInfo=require(a77_0x536ee7(0x224)),GrpcClient=require(a77_0x536ee7(0x1bb)),{removeAnsiColors,getFailureType,failureData}=require(a77_0x536ee7(0x1ad)),{getFailureData,getTestTags,getTestRunIdentifier}=require(a77_0x536ee7(0x1da)),{findNestedKey,sendTraceZip,validateFilePath}=require(a77_0x536ee7(0x1da)),path=require('path'),fs=require('fs'),helper=require(a77_0x536ee7(0x262)),{PLAYWRIGHT_TRACE_LOGS}=require(a77_0x536ee7(0x252));class PlaywrightTestFramework extends TestFramework{constructor(_0x47b5b8,_0x330819,_0x4f95e6){super(_0x47b5b8,_0x330819,_0x4f95e6);}async[a77_0x536ee7(0x1a4)](_0x73b47c,_0x1a4a16,_0x21b5d9={}){const _0x16cf0a=a77_0x536ee7,_0x1022f8={'UPaYM':function(_0x409eb7,_0x5c34d5){return _0x409eb7===_0x5c34d5;},'lSJGO':function(_0x27bae8,_0x7f3739){return _0x27bae8===_0x7f3739;},'eTfbC':function(_0x19334f,_0x1094e9,_0x23757d){return _0x19334f(_0x1094e9,_0x23757d);},'tEDIt':function(_0x145065,_0x41d412){return _0x145065===_0x41d412;},'fEbtF':_0x16cf0a(0x1e8),'BOEvp':_0x16cf0a(0x257)};super[_0x16cf0a(0x1a4)](_0x73b47c,_0x1a4a16,_0x21b5d9);if(_0x1022f8[_0x16cf0a(0x199)](_0x73b47c,TestFrameworkState[_0x16cf0a(0x24d)])){const _0x2bff04=TestInfo['getTestIdentifierFromTestInfo'](_0x21b5d9[_0x16cf0a(0x1e8)],_0x21b5d9[_0x16cf0a(0x1e8)][_0x16cf0a(0x215)]);TestInfo['setTestDetails'](_0x2bff04,_0x21b5d9[_0x16cf0a(0x244)],!![]);}const _0x5d1333=this['resolveInstance'](_0x73b47c,_0x1a4a16,_0x21b5d9);if(!_0x5d1333)return;logger[_0x16cf0a(0x27b)](_0x16cf0a(0x273)+_0x73b47c+_0x16cf0a(0x277)+_0x1a4a16+_0x16cf0a(0x203)+_0x5d1333[_0x16cf0a(0x1c2)]());try{if(_0x1022f8[_0x16cf0a(0x199)](_0x1a4a16,HookState[_0x16cf0a(0x1ac)])&&_0x1022f8[_0x16cf0a(0x1b8)](_0x73b47c,TestFrameworkState[_0x16cf0a(0x1d3)])){const _0x800024=_0x21b5d9[_0x16cf0a(0x1e8)];logger['debug'](_0x16cf0a(0x24e)+_0x800024['id']+'}');const _0x1f23c=TestInfo['getTestUUID'](_0x1022f8[_0x16cf0a(0x1aa)](getTestRunIdentifier,_0x800024,_0x21b5d9[_0x16cf0a(0x244)][_0x16cf0a(0x215)]));_0x5d1333[_0x16cf0a(0x259)](this[_0x16cf0a(0x1fa)](_0x1f23c,_0x800024,_0x21b5d9[_0x16cf0a(0x244)])),logger['debug'](_0x16cf0a(0x253)+_0x800024['id']+_0x16cf0a(0x1dd)+_0x73b47c+_0x16cf0a(0x23c)+_0x1a4a16+_0x16cf0a(0x22c)+_0x5d1333[_0x16cf0a(0x1c2)]());}if(_0x1022f8[_0x16cf0a(0x1ea)](_0x1a4a16,HookState[_0x16cf0a(0x237)])&&_0x1022f8['UPaYM'](_0x73b47c,TestFrameworkState['TEST'])){const _0x11860b=_0x21b5d9[_0x16cf0a(0x1e8)],_0x18e72e=_0x21b5d9[_0x16cf0a(0x244)];logger[_0x16cf0a(0x27b)]('trackEvent\x20loading\x20testResults\x20for\x20testId:\x20'+_0x11860b['id']),_0x5d1333[_0x16cf0a(0x259)](this['parsePlaywrightTestResult'](_0x11860b['id'],_0x18e72e,_0x11860b)),await this[_0x16cf0a(0x19f)](_0x5d1333,_0x73b47c,_0x1a4a16,_0x1022f8[_0x16cf0a(0x272)],_0x21b5d9);}if(CLIUtils[_0x16cf0a(0x247)](_0x73b47c[_0x16cf0a(0x1e5)]()['split']('.')[0x1])){const _0x222ab0=await this['trackHookEvent'](_0x5d1333,_0x73b47c,_0x1a4a16,_0x21b5d9);_0x5d1333[_0x16cf0a(0x259)](_0x222ab0);}}catch(_0x5c9e95){logger['error'](util[_0x16cf0a(0x1f6)](_0x1022f8['BOEvp'],_0x73b47c,_0x1a4a16,_0x21b5d9['length'],_0x5c9e95));}_0x21b5d9['instance']=_0x5d1333,await this['runHooks'](_0x5d1333,_0x73b47c,_0x1a4a16,_0x21b5d9);}[a77_0x536ee7(0x245)](_0x4d1c38,_0x52b663,_0x39a568={}){const _0x3841b5=a77_0x536ee7,_0x512201={};_0x512201[_0x3841b5(0x1f5)]=function(_0x4e9e04,_0x143d03){return _0x4e9e04===_0x143d03;},_0x512201[_0x3841b5(0x1f1)]=function(_0x153267,_0x536e29){return _0x153267===_0x536e29;};const _0x417b55=_0x512201;let _0x2f5dd5=null;return(_0x417b55[_0x3841b5(0x1f5)](_0x4d1c38,TestFrameworkState[_0x3841b5(0x1c1)])||_0x417b55[_0x3841b5(0x1f1)](_0x4d1c38,TestFrameworkState[_0x3841b5(0x275)]))&&this[_0x3841b5(0x1c9)](_0x4d1c38,_0x39a568),_0x2f5dd5=TestFramework[_0x3841b5(0x1fe)](),_0x2f5dd5;}['trackPlaywrightInstance'](_0x3eea50,_0x3df8ec){const _0x55baa5=a77_0x536ee7,_0x241c52=CLIUtils[_0x55baa5(0x21e)](),_0x275f0e=TrackedInstance['createContext'](_0x241c52);let _0x5ab531=null;logger[_0x55baa5(0x1bf)](_0x55baa5(0x1f4)+_0x241c52+_0x55baa5(0x276)+_0x3eea50),_0x5ab531=new TestFrameworkInstance(_0x275f0e,this['getTestFrameworks'](),this['getTestFrameworksVersions'](),_0x3eea50,HookState[_0x55baa5(0x275)]),TestFramework['setTrackedInstance'](_0x275f0e,_0x5ab531),logger[_0x55baa5(0x1bf)](_0x55baa5(0x194)+_0x275f0e[_0x55baa5(0x243)]()+'\x20target='+_0x241c52);}[a77_0x536ee7(0x1fa)](_0x1539dd,_0x50e2e5,_0x41fd9c){const _0x3f38fe=a77_0x536ee7,_0x37877e={'mFBWi':function(_0x21f8eb,_0x27cbe4){return _0x21f8eb(_0x27cbe4);},'URdCt':function(_0xcc9fa7,_0xd555b4){return _0xcc9fa7(_0xd555b4);},'EIELf':function(_0x1dd456,_0x52d020){return _0x1dd456(_0x52d020);},'BuwsO':function(_0x5a2c5a,_0x2a14e0){return _0x5a2c5a(_0x2a14e0);},'KfCCp':function(_0x4ebea3,_0x24b40b,_0x512ada){return _0x4ebea3(_0x24b40b,_0x512ada);},'xDokk':function(_0x42ba68,_0x49565f){return _0x42ba68(_0x49565f);}},_0x248a03=_0x37877e['mFBWi'](getPlaywrightTestId,_0x50e2e5),_0xd25937=_0x37877e[_0x3f38fe(0x200)](getPlaywrightTestTitle,_0x50e2e5),_0x39646a=_0x37877e[_0x3f38fe(0x200)](getTestTags,_0x50e2e5),_0x349e85=_0x37877e[_0x3f38fe(0x1ba)](getPlaywrightTestCode,_0x50e2e5),_0x48473c=_0x37877e['EIELf'](getPlaywrightTestFilePath,_0x50e2e5),_0x3124ec=_0x48473c+':'+_0x37877e['EIELf'](getPlaywrightTestLocation,_0x50e2e5),_0x263553=_0x37877e[_0x3f38fe(0x200)](getPlaywrightTestScope,_0x50e2e5),_0x45e6cb=_0x37877e[_0x3f38fe(0x200)](getPlaywrightTestScopes,_0x50e2e5),_0x1be723=_0x37877e['BuwsO'](getPlaywrightSessionName,_0x50e2e5),_0x201f5e=this[_0x3f38fe(0x265)]()[0x0],_0x34852e=_0x37877e['KfCCp'](getTestRunIdentifier,_0x50e2e5,_0x41fd9c['retry']),_0x315b4c={[TestFrameworkConstants[_0x3f38fe(0x19a)]]:_0x201f5e,[TestFrameworkConstants[_0x3f38fe(0x1f0)]]:this['getTestFrameworksVersions']()[_0x201f5e],[TestFrameworkConstants[_0x3f38fe(0x20c)]]:[],[TestFrameworkConstants[_0x3f38fe(0x207)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x3f38fe(0x196)]]:_0x1539dd,[TestFrameworkConstants[_0x3f38fe(0x27f)]]:TestFrameworkConstants[_0x3f38fe(0x1d1)],[TestFrameworkConstants[_0x3f38fe(0x27e)]]:_0x1be723,[TestFrameworkConstants[_0x3f38fe(0x229)]]:_0x48473c,[TestFrameworkConstants['KEY_TEST_ID']]:_0x248a03,[TestFrameworkConstants['KEY_TEST_NAME']]:_0xd25937,[TestFrameworkConstants[_0x3f38fe(0x201)]]:_0x3124ec,[TestFrameworkConstants[_0x3f38fe(0x1cf)]]:_0x349e85,[TestFrameworkConstants[_0x3f38fe(0x192)]]:_0x39646a,[TestFrameworkConstants[_0x3f38fe(0x27a)]]:_0x50e2e5['results'][0x0][_0x3f38fe(0x25b)],[TestFrameworkConstants[_0x3f38fe(0x1cd)]]:_0x263553,[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x45e6cb,[TestFrameworkConstants[_0x3f38fe(0x1ee)]]:_0x37877e['xDokk'](getPlaywrightCustomRerunParam,_0x50e2e5)};TestInfo['setTestDetails'](_0x34852e,_0x315b4c);const _0x5aefbf={};return _0x5aefbf[_0x34852e]=_0x315b4c,_0x5aefbf;}[a77_0x536ee7(0x1d0)](_0x31ce62,_0x411895,_0xc02f54){const _0x5cd13c=a77_0x536ee7,_0x14ef10={'nczlH':function(_0x4f342c,_0x57a8c1){return _0x4f342c(_0x57a8c1);},'kSvqC':'TEST_ATTACHMENT','ZpmlB':function(_0x54dffb,_0x375a81){return _0x54dffb===_0x375a81;},'InAPo':function(_0x1a8837,_0x5a1fb4){return _0x1a8837===_0x5a1fb4;},'omIip':'No\x20reason\x20provided','acGqU':'multi_dropdown','rjiaj':function(_0x32ad21,_0x46e612){return _0x32ad21(_0x46e612);},'UTBiR':function(_0x2eb83f,_0xd1a93,_0x20d84e){return _0x2eb83f(_0xd1a93,_0x20d84e);},'IZVqc':function(_0x443c26,_0x35c5b7){return _0x443c26+_0x35c5b7;},'gxnFx':function(_0x2f23e6,_0x408ad6){return _0x2f23e6===_0x408ad6;},'EkexS':_0x5cd13c(0x1d7),'NvhmH':_0x5cd13c(0x227),'mrpMc':function(_0x43f28a,_0x441b11){return _0x43f28a===_0x441b11;},'Gbfgb':function(_0x56ac16,_0x2b8af0){return _0x56ac16===_0x2b8af0;},'TUMXt':_0x5cd13c(0x1e1),'wuOBm':_0x5cd13c(0x1fc),'iomOA':function(_0x5715e9,_0x516786){return _0x5715e9===_0x516786;},'qeasF':'Expected\x20to\x20fail,\x20but\x20passed.','TbnRS':function(_0x4a6ab2,_0x2c1021,_0x22cc6f){return _0x4a6ab2(_0x2c1021,_0x22cc6f);},'YqxOy':function(_0x27bdb5,_0x541963){return _0x27bdb5||_0x541963;},'ljGnF':function(_0x10eb87,_0x16f985){return _0x10eb87>_0x16f985;},'YMDsL':function(_0x4242aa,_0x48a744,_0x461838){return _0x4242aa(_0x48a744,_0x461838);},'UueYd':function(_0x4e3804,_0x50d332){return _0x4e3804-_0x50d332;},'hbTLr':function(_0x25da0f,_0x3b52d6,_0x222df1){return _0x25da0f(_0x3b52d6,_0x222df1);},'YVwQD':_0x5cd13c(0x20f),'YgNpM':function(_0x25dbee,_0x2d3b7e){return _0x25dbee(_0x2d3b7e);},'aUJqw':function(_0x40b766,_0x76d9f4){return _0x40b766>_0x76d9f4;},'eeGcw':function(_0x1de187,_0x428520){return _0x1de187>_0x428520;}};logger[_0x5cd13c(0x27b)]('parsePlaywrightTestResult:\x20testId='+_0x31ce62);const _0x2c2770=_0x14ef10[_0x5cd13c(0x1fd)](getTestRunIdentifier,_0xc02f54,_0x411895['retry']),_0x1b7e29=new Date(_0x411895['startTime']),_0x4c441f=_0x411895[_0x5cd13c(0x255)],_0x32144b=new Date(_0x14ef10['IZVqc'](_0x1b7e29[_0x5cd13c(0x197)](),_0x4c441f)),_0x34abb9=_0x411895[_0x5cd13c(0x21b)],_0x1a01fe=TestInfo[_0x5cd13c(0x246)](_0x2c2770)[TestFrameworkConstants[_0x5cd13c(0x26f)]]||{};let _0xa1804c=_0x34abb9;if(_0x14ef10[_0x5cd13c(0x211)](_0x411895[_0x5cd13c(0x21b)],_0xc02f54[_0x5cd13c(0x1b5)]))_0xa1804c=_0x14ef10[_0x5cd13c(0x1dc)](_0x411895[_0x5cd13c(0x21b)],_0x14ef10[_0x5cd13c(0x1b0)])?_0x14ef10[_0x5cd13c(0x1b0)]:_0x14ef10[_0x5cd13c(0x1df)];else{(_0x14ef10['mrpMc'](_0xa1804c,_0x14ef10['NvhmH'])||_0x14ef10[_0x5cd13c(0x217)](_0xa1804c,_0x14ef10[_0x5cd13c(0x1b6)])||_0x14ef10['InAPo'](_0xa1804c,_0x14ef10[_0x5cd13c(0x1d4)]))&&(_0xa1804c=_0x14ef10[_0x5cd13c(0x1b6)]);if(_0x14ef10[_0x5cd13c(0x1d2)](_0x411895[_0x5cd13c(0x21b)],_0x14ef10[_0x5cd13c(0x1df)])&&_0x14ef10[_0x5cd13c(0x211)](_0xc02f54[_0x5cd13c(0x1b5)],_0x14ef10['TUMXt'])){const _0x1a5a3d={};_0x1a5a3d[_0x5cd13c(0x21f)]=_0x14ef10[_0x5cd13c(0x22f)],_0x1a5a3d['stack']=_0x14ef10[_0x5cd13c(0x22f)],_0x411895[_0x5cd13c(0x21d)]=_0x1a5a3d,_0x411895['errors']=[_0x411895[_0x5cd13c(0x21d)]];}}const {failureData:_0x2f21ac,logs:_0x19eac3}=_0x14ef10['TbnRS'](getFailureData,_0x411895?.[_0x5cd13c(0x22e)],{}),_0x31b8ce={[TestFrameworkConstants['KEY_TEST_FAILURE']]:_0x14ef10[_0x5cd13c(0x1f3)](_0x2f21ac,null),[TestFrameworkConstants[_0x5cd13c(0x278)]]:_0x411895?.['error']&&_0x14ef10[_0x5cd13c(0x236)](getFailureType,_0x411895[_0x5cd13c(0x21d)]['message']),[TestFrameworkConstants[_0x5cd13c(0x193)]]:_0x411895?.[_0x5cd13c(0x21d)]&&_0x14ef10[_0x5cd13c(0x234)](removeAnsiColors,_0x411895['error']['message']),[TestFrameworkConstants[_0x5cd13c(0x1c5)]]:[],[TestFrameworkConstants[_0x5cd13c(0x27f)]]:_0xa1804c,[TestFrameworkConstants[_0x5cd13c(0x1b1)]]:_0x32144b['toISOString'](),[TestFrameworkConstants[_0x5cd13c(0x1c4)]]:new Date()[_0x5cd13c(0x1f2)](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x1a01fe};if(_0x411895&&_0x14ef10[_0x5cd13c(0x226)](_0x411895['retry'],0x0)){const _0x36b79c=TestInfo[_0x5cd13c(0x26c)](_0x14ef10[_0x5cd13c(0x25c)](getTestRunIdentifier,_0xc02f54,_0x14ef10[_0x5cd13c(0x240)](_0x411895['retry'],0x1)));_0x31b8ce[TestFrameworkConstants[_0x5cd13c(0x221)]]=_0x36b79c;}const _0x28f94b={};_0x28f94b['test']=_0xc02f54;const _0x4b337b=this[_0x5cd13c(0x245)](TestFrameworkState[_0x5cd13c(0x1d3)],HookState['POST'],_0x28f94b),_0x4361e4=_0x4b337b[_0x5cd13c(0x1c6)]()[_0x5cd13c(0x1f8)](_0x2c2770)[TestFrameworkConstants['KEY_TEST_UUID']],_0x3162ad=[],_0xf7b723=_0x14ef10[_0x5cd13c(0x280)](findNestedKey,_0x411895,_0x14ef10['YVwQD']);if(_0xf7b723&&_0x14ef10[_0x5cd13c(0x260)](validateFilePath,_0xf7b723))try{_0x3162ad[_0x5cd13c(0x1e6)]({'kind':_0x14ef10[_0x5cd13c(0x232)],'timestamp':new Date()[_0x5cd13c(0x1f2)](),'test_run_uuid':_0x4361e4,'file_name':path['basename'](_0xf7b723),'file_size':fs['statSync'](_0xf7b723)[_0x5cd13c(0x1a3)],'attachment_type':PLAYWRIGHT_TRACE_LOGS});}catch(_0x5586f2){logger[_0x5cd13c(0x21d)](_0x5cd13c(0x1c8)+_0xf7b723+':\x20'+_0x5586f2[_0x5cd13c(0x21f)]);}const _0x55c2bf=TestInfo[_0x5cd13c(0x19b)](),_0x2e9746=_0x55c2bf[_0x5cd13c(0x1ec)](_0x191504=>_0x191504[_0x5cd13c(0x1c0)]===_0x4361e4);_0x2e9746[_0x5cd13c(0x238)](_0x2b9896=>{const _0x389365=_0x5cd13c;if(_0x2b9896['filePath']&&_0x14ef10[_0x389365(0x236)](validateFilePath,_0x2b9896['filePath'])&&!_0x3162ad[_0x389365(0x233)](_0x1a9152=>_0x1a9152['file_name']===path[_0x389365(0x1a5)](_0x2b9896[_0x389365(0x1ce)])))try{_0x3162ad[_0x389365(0x1e6)]({'kind':_0x14ef10[_0x389365(0x232)],'timestamp':new Date()[_0x389365(0x1f2)](),'test_run_uuid':_0x4361e4,'file_name':path[_0x389365(0x1a5)](_0x2b9896[_0x389365(0x1ce)]),'file_size':fs[_0x389365(0x1b9)](_0x2b9896['filePath'])['size'],'attachment_type':PLAYWRIGHT_TRACE_LOGS});}catch(_0x4f50b9){logger['error']('Error\x20processing\x20trace\x20file\x20'+_0x2b9896[_0x389365(0x1ce)]+'\x20from\x20TestDetails:\x20'+_0x4f50b9[_0x389365(0x21f)]);}});if(_0x14ef10[_0x5cd13c(0x1e4)](_0x3162ad[_0x5cd13c(0x20d)],0x0)){const _0x4b2019=_0x31b8ce[TestFrameworkConstants[_0x5cd13c(0x1c5)]]||[];_0x31b8ce[TestFrameworkConstants['KEY_LOGS']]=[..._0x4b2019,..._0x3162ad];}const _0x20db0f=TestInfo[_0x5cd13c(0x246)](_0x2c2770)[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0xf720e9=_0x14ef10[_0x5cd13c(0x25c)](getManualUploadLogs,_0x20db0f,_0x4b337b[_0x5cd13c(0x1c6)]()[_0x5cd13c(0x1f8)](_0x2c2770)[TestFrameworkConstants[_0x5cd13c(0x196)]]);if(_0x14ef10[_0x5cd13c(0x190)](_0xf720e9[_0x5cd13c(0x20d)],0x0)){const _0x1d2d3f=_0x31b8ce[TestFrameworkConstants[_0x5cd13c(0x1c5)]]||[];_0x31b8ce[TestFrameworkConstants[_0x5cd13c(0x1c5)]]=[..._0x1d2d3f,..._0xf720e9];}const _0x1fd5a9=_0xc02f54['annotations']||[],_0x289127=_0x31b8ce[TestFrameworkConstants[_0x5cd13c(0x26f)]]||{};_0x1fd5a9[_0x5cd13c(0x238)](_0xe4c0a=>{const _0x13e870=_0x5cd13c,{type:_0x1958b5}=_0xe4c0a;let _0x2eac75=_0xe4c0a[_0x13e870(0x27d)];if(!_0x1958b5)return;(_0x14ef10[_0x13e870(0x1bc)](_0x2eac75,undefined)||_0x14ef10['ZpmlB'](_0x2eac75,null)||_0x14ef10[_0x13e870(0x1dc)](_0x14ef10[_0x13e870(0x236)](String,_0x2eac75)[_0x13e870(0x25a)](),''))&&(_0x2eac75=_0x14ef10[_0x13e870(0x218)]);if(!_0x289127[_0x1958b5]){const _0x580eea={};_0x580eea['field_type']=_0x14ef10[_0x13e870(0x267)],_0x580eea[_0x13e870(0x220)]=[],_0x289127[_0x1958b5]=_0x580eea;}else!_0x289127[_0x1958b5][_0x13e870(0x1ed)]&&(_0x289127[_0x1958b5]['field_type']=_0x14ef10[_0x13e870(0x267)]),!Array[_0x13e870(0x21c)](_0x289127[_0x1958b5]['values'])&&(_0x289127[_0x1958b5][_0x13e870(0x220)]=[]);const _0x8c3c1d=_0x14ef10[_0x13e870(0x234)](String,_0x2eac75)['split'](',')[_0x13e870(0x1d9)](_0x4aa174=>_0x4aa174['trim']());_0x289127[_0x1958b5]['values']=[...new Set([..._0x289127[_0x1958b5][_0x13e870(0x220)],..._0x8c3c1d])];}),_0x31b8ce[TestFrameworkConstants[_0x5cd13c(0x26f)]]=_0x289127,TestInfo[_0x5cd13c(0x1ff)](_0x2c2770,_0x31b8ce);const _0x279cfd={};return _0x279cfd[_0x2c2770]=_0x31b8ce,_0x279cfd;}async[a77_0x536ee7(0x1f9)](_0x4b1996,_0x1f63e2,_0x189df7,_0x422ac5){const _0x25e028=a77_0x536ee7,_0x2bec3e={'LhEya':function(_0x133f23,_0x5497c6,_0x540878){return _0x133f23(_0x5497c6,_0x540878);},'HPxeQ':function(_0x410314,_0x14eb3b){return _0x410314 in _0x14eb3b;},'fFnSs':function(_0x31c7b4,_0x402466){return _0x31c7b4(_0x402466);},'sTVls':function(_0x2adcdf,_0x1a2d32){return _0x2adcdf(_0x1a2d32);},'kJqcU':function(_0x784e1,_0x309578){return _0x784e1===_0x309578;},'SmDHv':function(_0x5a1f40){return _0x5a1f40();},'fzIOn':function(_0x1139d6,_0x4bccbd){return _0x1139d6===_0x4bccbd;},'tSPaA':function(_0x3bb814,_0x2ca583){return _0x3bb814>_0x2ca583;},'dKrVj':'err','rLHud':_0x25e028(0x1e1),'kdqQX':_0x25e028(0x227),'rBdaR':function(_0x5eb338,_0x23d5bd){return _0x5eb338!==_0x23d5bd;},'djNfP':function(_0x252533,_0x58aae7){return _0x252533+_0x58aae7;},'rmBBN':_0x25e028(0x1c3)},_0x54be48=_0x422ac5[_0x25e028(0x1e8)],_0x367726=_0x422ac5['step'],_0x533c5c=_0x2bec3e[_0x25e028(0x1b3)](getTestRunIdentifier,_0x54be48,_0x422ac5[_0x25e028(0x244)][_0x25e028(0x215)]),_0x144862=_0x1f63e2[_0x25e028(0x1e5)]()[_0x25e028(0x214)]('.')[0x1];let _0x48524e=_0x4b1996['getAllData']()[_0x25e028(0x1f8)](_0x533c5c)[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x48524e&&(_0x48524e={});!_0x2bec3e[_0x25e028(0x271)](_0x144862,_0x48524e)&&(_0x48524e[_0x144862]=[]);let _0x59abf8=_0x4b1996[_0x25e028(0x1c6)]()[_0x25e028(0x1f8)](_0x533c5c)[TestFrameworkConstants[_0x25e028(0x207)]];!_0x59abf8&&(_0x59abf8={});!_0x2bec3e[_0x25e028(0x271)](_0x144862,_0x59abf8)&&(_0x59abf8[_0x144862]=[]);const _0x2e97f8={[TestFrameworkConstants[_0x25e028(0x23e)]]:_0x48524e,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x59abf8},_0x59acc3={};_0x59acc3[_0x533c5c]=_0x2e97f8;const _0x3a9e1e=_0x59acc3,_0xd14c56=_0x2bec3e[_0x25e028(0x26d)](getPlaywrightTestFilePath,_0x54be48),_0x545ed6=_0xd14c56+':'+_0x2bec3e['sTVls'](getPlaywrightTestLocation,_0x54be48),_0x1a051d=TestInfo[_0x25e028(0x246)](_0x533c5c)[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{};if(_0x2bec3e[_0x25e028(0x24c)](_0x189df7,HookState[_0x25e028(0x1ac)])){const _0x2c59a8={'key':_0x144862,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x2bec3e['SmDHv'](uuidv4),[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0x25e028(0x269)],[TestFrameworkConstants[_0x25e028(0x230)]]:_0x367726[_0x25e028(0x25b)],[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x25e028(0x19e)]]:_0x367726['title'],[TestFrameworkConstants[_0x25e028(0x229)]]:_0xd14c56,[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x545ed6,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x1a051d};_0x48524e[_0x144862][_0x25e028(0x1e6)](_0x2c59a8),_0x3a9e1e[_0x533c5c][TestFrameworkConstants[_0x25e028(0x22b)]]=_0x144862,logger[_0x25e028(0x27b)](_0x25e028(0x20e)+_0x144862+_0x25e028(0x1e0)+_0x2c59a8+_0x25e028(0x1cb)+_0x422ac5);}else{if(_0x2bec3e['fzIOn'](_0x189df7,HookState[_0x25e028(0x237)])){const _0x41c0f8=await _0x422ac5[_0x25e028(0x244)],_0x11419f=_0x48524e[_0x144862]||[],_0x16f204=_0x422ac5[_0x25e028(0x242)];logger[_0x25e028(0x27b)](_0x25e028(0x1ef)+_0x11419f+_0x25e028(0x1a0)+_0x422ac5);if(_0x2bec3e['tSPaA'](_0x11419f[_0x25e028(0x20d)],0x0)){const _0x1a136d=_0x11419f[_0x25e028(0x251)]();if(_0x16f204['error']){const _0x25b0df=_0x2bec3e['LhEya'](failureData,_0x16f204['error'],_0x2bec3e[_0x25e028(0x27c)]);_0x1a136d[TestFrameworkConstants[_0x25e028(0x26e)]]=_0x2bec3e[_0x25e028(0x26d)](getFailureType,_0x16f204?.['error'][_0x25e028(0x21f)]),_0x1a136d[TestFrameworkConstants[_0x25e028(0x210)]]=_0x2bec3e[_0x25e028(0x26a)](removeAnsiColors,_0x16f204?.['error']['message']),_0x1a136d[TestFrameworkConstants[_0x25e028(0x209)]]=_0x2bec3e[_0x25e028(0x1a9)],_0x1a136d[TestFrameworkConstants[_0x25e028(0x19c)]]=_0x25b0df;}else _0x1a136d[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x2bec3e[_0x25e028(0x258)];_0x2bec3e[_0x25e028(0x1d6)](_0x41c0f8,TestFrameworkConstants[_0x25e028(0x269)])&&(_0x1a136d[TestFrameworkConstants['KEY_HOOK_RESULT']]=!_0x16f204['error']?_0x2bec3e[_0x25e028(0x258)]:_0x2bec3e[_0x25e028(0x1a9)]);const _0x162986=new Date(_0x16f204['startTime']),_0x263868=new Date(_0x2bec3e[_0x25e028(0x1a7)](_0x162986[_0x25e028(0x197)](),_0x16f204[_0x25e028(0x255)]));_0x1a136d[TestFrameworkConstants[_0x25e028(0x248)]]=_0x263868['toISOString'](),_0x1a136d[TestFrameworkConstants[_0x25e028(0x26f)]]=_0x1a051d;const _0x1d060d=_0x1a136d[TestFrameworkConstants[_0x25e028(0x1d8)]];await this[_0x25e028(0x19f)](_0x4b1996,_0x1f63e2,_0x1d060d,_0x2bec3e[_0x25e028(0x1c7)],_0x422ac5),!_0x59abf8[_0x144862]&&(_0x59abf8[_0x144862]=[]),_0x59abf8[_0x144862]['push'](_0x1a136d),_0x3a9e1e[_0x533c5c][TestFrameworkConstants[_0x25e028(0x22a)]]=_0x144862;}}}return _0x3a9e1e;}async[a77_0x536ee7(0x19f)](_0x1e497b,_0x1623f8,_0x4d9347,_0x459482,_0x27ec25){const _0x489115=a77_0x536ee7,_0x4dea8a={'dimeR':function(_0x53e9b6,_0x11999a){return _0x53e9b6===_0x11999a;},'IvoMU':_0x489115(0x1e8),'elshm':function(_0x5519e5,_0x57cff9,_0x304146){return _0x5519e5(_0x57cff9,_0x304146);},'dwjeC':_0x489115(0x274),'LgnEE':function(_0x9d8f7e,_0x58416c,_0x186520,_0xd4bd37){return _0x9d8f7e(_0x58416c,_0x186520,_0xd4bd37);},'nLslI':function(_0x1c9c3f,_0x99292b,_0x144db9){return _0x1c9c3f(_0x99292b,_0x144db9);},'miVFr':function(_0x56296f,_0x145c66,_0x3e2144){return _0x56296f(_0x145c66,_0x3e2144);},'DqvhY':function(_0xa6c2b5,_0x3f767a){return _0xa6c2b5/_0x3f767a;},'pEWOd':function(_0x26eb5b,_0x22db58){return _0x26eb5b<_0x22db58;},'sefYQ':function(_0x42c0a1,_0x30af59){return _0x42c0a1*_0x30af59;},'duvWd':function(_0x2f5591,_0x3341f3){return _0x2f5591+_0x3341f3;},'SiyMc':function(_0xd889f4,_0x5ed5e7,_0x1e8c8a,_0x7891c0,_0x17aa47){return _0xd889f4(_0x5ed5e7,_0x1e8c8a,_0x7891c0,_0x17aa47);},'lsmFe':function(_0x54a8b1,_0x4d324f){return _0x54a8b1+_0x4d324f;},'ZGtpI':function(_0x4f42c6,_0x553675,_0x476fe4,_0x1659bc){return _0x4f42c6(_0x553675,_0x476fe4,_0x1659bc);},'LZyok':_0x489115(0x1c3)};try{if(_0x4dea8a[_0x489115(0x1af)](_0x459482,_0x4dea8a[_0x489115(0x223)])){const _0x15e2a4=await _0x27ec25[_0x489115(0x244)],_0x5eaca7=_0x4dea8a[_0x489115(0x24f)](getTestRunIdentifier,_0x27ec25[_0x489115(0x1e8)],_0x27ec25['result'][_0x489115(0x215)]),_0x10ec01=_0x27ec25[_0x489115(0x1e8)];logger[_0x489115(0x27b)]('sendLogCreatedEvent:\x20testId='+_0x5eaca7+_0x489115(0x23d)+util[_0x489115(0x1e7)](_0x15e2a4));const _0x3116c7=_0x1e497b['getAllData']()['get'](_0x5eaca7)[TestFrameworkConstants[_0x489115(0x196)]];await _0x4dea8a[_0x489115(0x24f)](sendTraceZip,_0x15e2a4,_0x3116c7);const _0x3130fb=TestInfo[_0x489115(0x246)](_0x5eaca7)[_0x4dea8a[_0x489115(0x266)]],_0x575830={};if(_0x3130fb){!_0x15e2a4[_0x489115(0x274)]&&(_0x15e2a4['attachments']=[]);_0x575830[_0x489115(0x274)]=_0x15e2a4[_0x489115(0x274)][_0x489115(0x1ca)](_0x3130fb||[]);const _0x1cec99=TestInfo[_0x489115(0x246)](_0x5eaca7);delete _0x1cec99[_0x4dea8a['dwjeC']],TestInfo['setTestDetails'](_0x5eaca7,_0x1cec99);}const {steps:_0x57ca5f,logs:_0x100d64}=_0x4dea8a[_0x489115(0x1b4)](getStepsAndLogs,_0x15e2a4['steps'],_0x1e497b[_0x489115(0x1c6)]()['get'](_0x5eaca7)[TestFrameworkConstants['KEY_TEST_UUID']],_0x4dea8a[_0x489115(0x223)]),_0x579307=_0x4dea8a[_0x489115(0x24f)](getScreenshots,_0x575830,_0x1e497b[_0x489115(0x1c6)]()[_0x489115(0x1f8)](_0x5eaca7)[TestFrameworkConstants[_0x489115(0x196)]]),_0x5416ca=_0x4dea8a[_0x489115(0x256)](getVideos,_0x15e2a4,_0x1e497b[_0x489115(0x1c6)]()['get'](_0x5eaca7)[TestFrameworkConstants[_0x489115(0x196)]]),{_:_0x31e6e4,logs:_0xce7552}=_0x4dea8a[_0x489115(0x18f)](getFailureData,_0x15e2a4['errors'],{'test_run_uuid':_0x1e497b[_0x489115(0x1c6)]()['get'](_0x5eaca7)[TestFrameworkConstants[_0x489115(0x196)]]}),_0x3d334c=TestInfo[_0x489115(0x246)](_0x5eaca7)[TestFrameworkConstants[_0x489115(0x235)]]||{},_0x1d30b0=_0x4dea8a[_0x489115(0x256)](getMediaArtifactsLogs,_0x3d334c,_0x1e497b[_0x489115(0x1c6)]()['get'](_0x5eaca7)[TestFrameworkConstants[_0x489115(0x196)]]),_0x2cbfd3=_0x1e497b[_0x489115(0x1c6)]()[_0x489115(0x1f8)](_0x5eaca7),{[TestFrameworkConstants[_0x489115(0x19a)]]:_0x5cd1e4='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x15e6ee=''}=_0x2cbfd3,_0xd7ca12=(_0x100d64||[])[_0x489115(0x1ca)](_0x579307||[])['concat'](_0xce7552||[])[_0x489115(0x1ca)](_0x5416ca||[])[_0x489115(0x1ca)](_0x1d30b0||[]),_0x4a05a1=0x28,_0x58e13e=Math[_0x489115(0x19d)](_0x4dea8a[_0x489115(0x1a6)](_0xd7ca12[_0x489115(0x20d)],_0x4a05a1));for(let _0x43ae87=0x0;_0x4dea8a[_0x489115(0x264)](_0x43ae87,_0x58e13e);_0x43ae87++){const _0x59538b=_0x4dea8a['sefYQ'](_0x43ae87,_0x4a05a1),_0x5ab85b=_0x4dea8a[_0x489115(0x1bd)](_0x59538b,_0x4a05a1),_0x521b56=_0xd7ca12[_0x489115(0x1db)](_0x59538b,_0x5ab85b),_0x293258={'platformIndex':global?.[_0x489115(0x1e3)]??0x0,'logs':_0x521b56,'testFrameworkName':_0x5cd1e4,'testFrameworkVersion':_0x15e6ee,'testFrameworkState':_0x1623f8[_0x489115(0x1e5)]()[_0x489115(0x214)]('.')[0x1]};_0x4dea8a[_0x489115(0x1a8)](updatePayloadForTraceLogs,_0x293258,_0x27ec25,_0x5eaca7,_0x1e497b),logger[_0x489115(0x27b)](_0x489115(0x219)+_0x5eaca7+_0x489115(0x225)+_0x4dea8a['duvWd'](_0x43ae87,0x1)+'/'+_0x58e13e+_0x489115(0x22d)+util[_0x489115(0x1e7)](_0x293258));const _0x4f6e21=await GrpcClient[_0x489115(0x20a)]()[_0x489115(0x1fb)](_0x293258);logger['debug'](_0x489115(0x219)+_0x5eaca7+_0x489115(0x225)+_0x4dea8a[_0x489115(0x263)](_0x43ae87,0x1)+'/'+_0x58e13e+_0x489115(0x1ae)+util[_0x489115(0x1e7)](_0x4f6e21));}}else{const {steps:_0x34ea40,logs:_0x86e6a9}=_0x4dea8a[_0x489115(0x23b)](getStepsAndLogs,_0x27ec25[_0x489115(0x242)][_0x489115(0x231)],_0x4d9347,_0x4dea8a[_0x489115(0x191)]),_0x3642ad=_0x4dea8a['miVFr'](getTestRunIdentifier,_0x27ec25[_0x489115(0x1e8)],_0x27ec25['result']['retry']);logger['debug'](_0x489115(0x205)+_0x3642ad);const _0x38d364=_0x1e497b[_0x489115(0x1c6)]()[_0x489115(0x1f8)](_0x3642ad),{[TestFrameworkConstants[_0x489115(0x19a)]]:_0x98feb7='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x33f74a=''}=_0x38d364,_0x39a37d={'platformIndex':'0','logs':_0x86e6a9,'testFrameworkName':_0x98feb7,'testFrameworkVersion':_0x33f74a,'testFrameworkState':_0x1623f8[_0x489115(0x1e5)]()['split']('.')[0x1]};_0x4dea8a[_0x489115(0x1a8)](updatePayloadForTraceLogs,_0x39a37d,_0x27ec25,_0x3642ad,_0x1e497b),logger[_0x489115(0x27b)](_0x489115(0x219)+_0x3642ad+_0x489115(0x22d)+util[_0x489115(0x1e7)](_0x39a37d));const _0x37e5d8=await GrpcClient[_0x489115(0x20a)]()[_0x489115(0x1fb)](_0x39a37d);}}catch(_0x28f2c5){logger[_0x489115(0x21d)](_0x489115(0x23a)+util[_0x489115(0x1f6)](_0x28f2c5));}}[a77_0x536ee7(0x239)](_0x5e103a){const _0x491e85=a77_0x536ee7,_0x41534b={'dAtCw':function(_0x396d91,_0x1010bd,_0x3a670a){return _0x396d91(_0x1010bd,_0x3a670a);},'kmmDz':_0x491e85(0x1ab)};try{const _0x247f79=_0x5e103a[_0x491e85(0x1e8)]['id'],_0x84c862=_0x41534b[_0x491e85(0x222)](getTestRunIdentifier,_0x5e103a[_0x491e85(0x1e8)],_0x5e103a[_0x491e85(0x244)][_0x491e85(0x215)]),_0x577e94=_0x5e103a[_0x491e85(0x1b7)],_0x9462d6=_0x577e94[_0x491e85(0x216)](),_0x1acb69=_0x577e94['getAllData']()[_0x491e85(0x1f8)](_0x84c862);logger[_0x491e85(0x27b)](_0x491e85(0x1e2)+_0x247f79);const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x1a341b='',[TestFrameworkConstants[_0x491e85(0x1f0)]]:_0x35860b='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x168253='',[TestFrameworkConstants[_0x491e85(0x1b1)]]:_0xfc5e1c=''}=_0x1acb69,_0x546a0b=_0x577e94[_0x491e85(0x23f)]()[_0x491e85(0x1e5)]()[_0x491e85(0x214)]('.')[0x1],_0x42ee14=_0x577e94[_0x491e85(0x1f7)]()['toString']()[_0x491e85(0x214)]('.')[0x1],_0x4a903e=_0x5e103a?.[_0x491e85(0x244)]?.[_0x491e85(0x195)],_0x5caf47=_0x577e94[_0x491e85(0x1c2)](),_0x55bfa1=Buffer[_0x491e85(0x1a2)](JSON['stringify'](_0x1acb69))[_0x491e85(0x1e5)](_0x41534b['kmmDz']),_0x5e10be={'hash':_0x9462d6[_0x491e85(0x243)](),'threadId':_0x9462d6[_0x491e85(0x270)]()[_0x491e85(0x1e5)](),'processId':_0x9462d6[_0x491e85(0x1a1)]()[_0x491e85(0x1e5)]()},_0x3bf81a={};_0x3bf81a[_0x491e85(0x208)]=_0x4a903e,_0x3bf81a['testFrameworkName']=_0x1a341b,_0x3bf81a[_0x491e85(0x25d)]=_0x35860b,_0x3bf81a[_0x491e85(0x1e9)]=_0x546a0b,_0x3bf81a['hookState']=_0x42ee14,_0x3bf81a[_0x491e85(0x1d5)]=_0x168253,_0x3bf81a[_0x491e85(0x24b)]=_0xfc5e1c,_0x3bf81a[_0x491e85(0x279)]=_0x5caf47,_0x3bf81a[_0x491e85(0x25f)]=_0x55bfa1,_0x3bf81a[_0x491e85(0x21a)]=_0x5e10be;const _0x18ba54=_0x3bf81a;return logger[_0x491e85(0x27b)]('createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20'+_0x247f79+_0x491e85(0x250)+_0x546a0b+'\x20hookState:\x20'+_0x42ee14),_0x18ba54;}catch(_0x103c33){return logger[_0x491e85(0x21d)](_0x491e85(0x206)+util['format'](_0x103c33)),{};}}}function a77_0x3ca2(_0x1e3121,_0x4cb88e){const _0x557827=a77_0x5578();return a77_0x3ca2=function(_0x3ca2c3,_0x37ffec){_0x3ca2c3=_0x3ca2c3-0x18e;let _0x45a711=_0x557827[_0x3ca2c3];return _0x45a711;},a77_0x3ca2(_0x1e3121,_0x4cb88e);}module[a77_0x536ee7(0x204)]=PlaywrightTestFramework;function a77_0x5578(){const _0x59b326=['KEY_AUTOMATE_SESSION_NAME','KEY_TEST_RESULT','hbTLr','11yPPgma','miVFr','eeGcw','LZyok','KEY_TEST_TAGS','KEY_TEST_FAILURE_REASON','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','parallelIndex','KEY_TEST_UUID','getTime','42744HFdmGh','UPaYM','KEY_TEST_FRAMEWORK_NAME','getTraceFilePaths','KEY_HOOK_FAILURE','ceil','KEY_HOOK_NAME','sendLogCreatedEvent','\x20and\x20args\x20=\x20','getProcessId','from','size','trackEvent','basename','DqvhY','djNfP','SiyMc','rLHud','eTfbC','base64','PRE','../../../helpers/test-observability/utils','\x20response=','dimeR','EkexS','KEY_TEST_ENDED_AT','../../../helpers/classLogger.js','LhEya','LgnEE','expectedStatus','TUMXt','instance','lSJGO','statSync','EIELf','../grpcClient','ZpmlB','duvWd','../cliUtils.js','info','testUId','INIT_TEST','getRef','hook','KEY_TEST_RESULT_AT','KEY_LOGS','getAllData','rmBBN','Error\x20processing\x20direct\x20trace\x20file\x20','trackPlaywrightInstance','concat','\x20\x20and\x20args\x20=\x20','./testFramework','KEY_TEST_SCOPE','filePath','KEY_TEST_CODE','parsePlaywrightTestResult','DEFAULT_TEST_RESULT','iomOA','TEST','wuOBm','startedAt','rBdaR','skipped','KEY_HOOK_ID','map','../../playwright/reporter/pwUtils','slice','InAPo',',\x20testFrameworkState=','7219410QiZogR','NvhmH','\x20&\x20hook\x20=\x20','failed','createTestFrameworkEventPayload\x20testId:\x20','browserstackPlatformIndex','aUJqw','toString','push','inspect','test','testFrameworkState','tEDIt','985188IurQdA','filter','field_type','KEY_TEST_RERUN_NAME','Hook\x20List\x20in\x20Post\x20','KEY_TEST_FRAMEWORK_VERSION','AllLM','toISOString','YqxOy','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','SfLXU','format','getCurrentHookState','get','trackHookEvent','parsePlaywrightTest','logCreatedEvent','timedOut','UTBiR','getTrackedInstance','setTestDetails','URdCt','KEY_TEST_LOCATION','../state/testFrameworkState.js','\x20instanceId=','exports','sendLogCreatedEvent:\x20testId=','Error\x20in\x20createTestFrameworkEventPayload:\x20','KEY_HOOKS_FINISHED','platformIndex','KEY_HOOK_RESULT','getInstance','585rbUUSJ','KEY_TEST_LOGS','length','Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','path','KEY_HOOK_FAILURE_REASON','gxnFx','468447HGWvdX','../instances/trackedInstance.js','split','retry','getContext','Gbfgb','omIip','sendLogCreatedEvent\x20for\x20testId:\x20','executionContext','status','isArray','error','getCurrentInstanceName','message','values','KEY_TEST_RETRY_OF','dAtCw','IvoMU','../TestInfo.js','\x20batch\x20','ljGnF','passed','util','KEY_TEST_FILE_PATH','KEY_HOOK_LAST_FINISHED','KEY_HOOK_LAST_STARTED','\x20instance=','\x20payload=','errors','qeasF','KEY_EVENT_STARTED_AT','steps','kSvqC','some','rjiaj','KEY_TEST_ATTACHMENTS','nczlH','POST','forEach','createTestFrameworkEventPayload','Error\x20in\x20sendLogCreatedEvent:\x20','ZGtpI','\x20testHookState=','\x20result=','KEY_HOOKS_STARTED','getCurrentTestState','UueYd','3645992LANfGh','step','getId','result','resolveInstance','getTestDetails','matchHookRegex','KEY_EVENT_ENDED_AT','../state/hookState.js','PlaywrightTestFramework','endedAt','kJqcU','TEST_SCREENSHOT','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','elshm','\x20testState:\x20','pop','../../utils/constants','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','2rMRUTM','duration','nLslI','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','kdqQX','addMultipleEntries','trim','startTime','YMDsL','testFrameworkVersion','105935ogDKxb','eventJson','YgNpM','375687XZuYAM','../../../../src/helpers/helper','lsmFe','pEWOd','getTestFrameworks','dwjeC','acGqU','114JTrcAq','DEFAULT_HOOK_RESULT','sTVls','../../../helpers/helper.js','getTestUUID','fFnSs','KEY_HOOK_FAILURE_TYPE','KEY_CUSTOM_TAGS','getThreadId','HPxeQ','fEbtF','trackEvent:\x20found\x20instance,\x20testFrameworkState=','attachments','NONE',',\x20state=','\x20hookState=','KEY_TEST_FAILURE_TYPE','uuid','KEY_TEST_STARTED_AT','debug','dKrVj','description'];a77_0x5578=function(){return _0x59b326;};return a77_0x5578();}
1
+ const a77_0x2f19d7=a77_0x5d49;(function(_0x13bbd3,_0xf43a97){const _0x193b33=a77_0x5d49,_0x3364da=_0x13bbd3();while(!![]){try{const _0x29bdd1=parseInt(_0x193b33(0x204))/0x1+parseInt(_0x193b33(0x2a4))/0x2*(parseInt(_0x193b33(0x1f9))/0x3)+parseInt(_0x193b33(0x1fa))/0x4*(-parseInt(_0x193b33(0x1f4))/0x5)+-parseInt(_0x193b33(0x29d))/0x6*(-parseInt(_0x193b33(0x260))/0x7)+parseInt(_0x193b33(0x210))/0x8+-parseInt(_0x193b33(0x251))/0x9+-parseInt(_0x193b33(0x227))/0xa*(parseInt(_0x193b33(0x23d))/0xb);if(_0x29bdd1===_0xf43a97)break;else _0x3364da['push'](_0x3364da['shift']());}catch(_0x5b2fa4){_0x3364da['push'](_0x3364da['shift']());}}}(a77_0x18da,0x581a4));const TestFramework=require(a77_0x2f19d7(0x23a)),TestFrameworkState=require(a77_0x2f19d7(0x233)),HookState=require(a77_0x2f19d7(0x22e)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a77_0x2f19d7(0x2db)),TestFrameworkConstants=require(a77_0x2f19d7(0x2bf)),logger=createClassLogger(a77_0x2f19d7(0x24e)),{v4:uuidv4}=require(a77_0x2f19d7(0x26b)),util=require('util'),{getPlaywrightSessionName,getPlaywrightTestFilePath,getPlaywrightTestId,getPlaywrightTestTitle,getPlaywrightTestLocation,getPlaywrightTestTags,getPlaywrightTestCode,getPlaywrightTestScope,getPlaywrightTestScopes,getStepsAndLogs,getScreenshots,getVideos,getPlaywrightCustomRerunParam,getMediaArtifactsLogs,getManualUploadLogs,updatePayloadForTraceLogs}=require(a77_0x2f19d7(0x211)),TestInfo=require(a77_0x2f19d7(0x1f5)),GrpcClient=require('../grpcClient'),{removeAnsiColors,getFailureType,failureData}=require(a77_0x2f19d7(0x22c)),{getFailureData,getTestTags,getTestRunIdentifier}=require('../../playwright/reporter/pwUtils'),{findNestedKey,sendTraceZip,validateFilePath}=require(a77_0x2f19d7(0x219)),path=require('path'),fs=require('fs'),helper=require(a77_0x2f19d7(0x209)),{PLAYWRIGHT_TRACE_LOGS}=require('../../utils/constants');function a77_0x5d49(_0x3d917c,_0x8145dd){const _0x18da78=a77_0x18da();return a77_0x5d49=function(_0x5d496b,_0x45f884){_0x5d496b=_0x5d496b-0x1ee;let _0x5b4cdb=_0x18da78[_0x5d496b];return _0x5b4cdb;},a77_0x5d49(_0x3d917c,_0x8145dd);}function a77_0x18da(){const _0x2ef488=['irAVY','some','BpvYX','push','bmYjQ','instance','trackEvent:\x20found\x20instance,\x20testFrameworkState=','field_type','matchHookRegex','KEY_TEST_FILE_PATH','getTestIdentifierFromTestInfo','info','createTestFrameworkEventPayload\x20testId:\x20','oeDXU','errors','qdMtc','cknts','error','OJuuU','ADUTU','suHFU','KEY_EVENT_ENDED_AT','failed','VResY','1790274oGEelR','RHwMQ','DArSN','addMultipleEntries','pop','KEY_TEST_ID','trim','2RPzJeL','KEY_TEST_LOGS','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','MIgBp','message','KEY_HOOK_LOGS','pLQoy','trackEvent','path','KEY_HOOKS_FINISHED','KEY_TEST_FRAMEWORK_VERSION','map','KEY_HOOK_LAST_STARTED','KEY_HOOK_FAILURE',',\x20state=','getTestDetails','iXRRN','toString','KEY_TEST_ENDED_AT','VzLKh','results','OXeWm','TfTAm','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','attachments','KEY_TEST_NAME','NONE','./constants/testFrameworkConstants.js','pfYsF','result','annotations','swPEi','inspect','parsePlaywrightTestResult','\x20target=','jEZVA','ciLpC','KEY_TEST_RETRY_OF','err','Error\x20processing\x20trace\x20file\x20','KEY_TEST_FAILURE_TYPE','retry','\x20hookState=','trackPlaywrightInstance','debug','KEY_HOOK_FAILURE_REASON','LiGlD','endedAt','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','ScYBP','KEY_LOGS','getAllData','test','getTestFrameworks','INIT_TEST','../instances/trackedInstance.js','oNrfs','ZchRR','JNUWt','testFrameworkName','testUId',',\x20testFrameworkState=','TycGN','5PnbjkJ','../TestInfo.js','skipped','sendLogCreatedEvent:\x20testId=','DEFAULT_TEST_RESULT','1676607lljnlq','2879220jglxvU','\x20testState:\x20','pRPYq','timedOut','getTime','trackHookEvent','getTestFrameworksVersions','KEY_TEST_LOCATION','KEY_TEST_ATTACHMENTS','KEY_TEST_SCOPES','278493wdTekg','file_name','basename','qolPE','Smuzi','../../../../src/helpers/helper','steps','yYbtR','toISOString','PwPJI','status','getRef','5592032FUOWwZ','../../../helpers/helper.js','knAOS','KEY_TEST_STARTED_AT','getCurrentTestState','\x20&\x20hook\x20=\x20','getTestUUID','browserstackPlatformIndex','stack','../../playwright/reporter/pwUtils','ceil','GtwXn','multi_dropdown','length','parsePlaywrightTest','duration','testFrameworkState','KEY_HOOK_ID','createTestFrameworkEventPayload','KEY_HOOKS_STARTED','rZtII','parsePlaywrightTestResult:\x20testId=','UMtQu','10mXdnFk','split','IYxFh','ORKDj','parallelIndex','../../../helpers/test-observability/utils','title','../state/hookState.js','fJjzK','getId','TEST_SCREENSHOT','NBjxy','../state/testFrameworkState.js','cINQd','filePath','values','platformIndex','UKXpu','Error\x20in\x20sendLogCreatedEvent:\x20','./testFramework','vPXzO','SeivK','11566027bLBMwx','KEY_HOOK_NAME','setTrackedInstance','KEY_TEST_UUID','PRE','startedAt','No\x20reason\x20provided','sendLogCreatedEvent','passed','logCreatedEvent','getContext','qgutv','wAxdy','\x20batch\x20','KEY_TEST_RESULT','FmCyK','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','PlaywrightTestFramework','CbmIn','description','8946YHsxQH','expectedStatus','MOXqE','\x20instanceId=','createContext','KEY_TEST_CODE','statSync','Expected\x20to\x20fail,\x20but\x20passed.','getInstance','UEMQS','format','\x20testHookState=','tNjxj','TLySU','cqExG','14vzkgYG','vKYlH','Hkdir','KEY_TEST_RESULT_AT','LqddP','\x20result=','base64','KEY_CUSTOM_TAGS','setTestDetails','\x20\x20and\x20args\x20=\x20','size','uuid','\x20hookState:\x20','RaWJH','getTrackedInstance','iqUVK','forEach','sendLogCreatedEvent\x20for\x20testId:\x20','stringify','EKWZO','get','KEY_TEST_FRAMEWORK_NAME','getCurrentHookState','KEY_HOOK_RESULT','slice','runHooks','HdhOg','KEY_EVENT_STARTED_AT','step','POST','startTime','KDDSA','KEY_HOOK_LAST_FINISHED','getThreadId','ndZiY','concat','resolveInstance'];a77_0x18da=function(){return _0x2ef488;};return a77_0x18da();}class PlaywrightTestFramework extends TestFramework{constructor(_0x3ba785,_0x58099a,_0x2f75d2){super(_0x3ba785,_0x58099a,_0x2f75d2);}async[a77_0x2f19d7(0x2ab)](_0x3c1882,_0x18600e,_0x2c16e2={}){const _0x2f49ed=a77_0x2f19d7,_0x4fcd67={'HdhOg':function(_0xc571ee,_0x25d342){return _0xc571ee===_0x25d342;},'pRPYq':function(_0x5f083a,_0x537859){return _0x5f083a===_0x537859;},'CbmIn':function(_0x48b019,_0x2b188c,_0x58660c){return _0x48b019(_0x2b188c,_0x58660c);},'pLQoy':function(_0x58dac0,_0x4bc814){return _0x58dac0===_0x4bc814;},'RaWJH':_0x2f49ed(0x2d8),'ndZiY':_0x2f49ed(0x2bb)};super['trackEvent'](_0x3c1882,_0x18600e,_0x2c16e2);if(_0x4fcd67[_0x2f49ed(0x27a)](_0x3c1882,TestFrameworkState[_0x2f49ed(0x231)])){const _0x3e99f8=TestInfo[_0x2f49ed(0x28f)](_0x2c16e2[_0x2f49ed(0x2d8)],_0x2c16e2['test'][_0x2f49ed(0x2cd)]);TestInfo[_0x2f49ed(0x268)](_0x3e99f8,_0x2c16e2['result'],!![]);}const _0x12c212=this[_0x2f49ed(0x284)](_0x3c1882,_0x18600e,_0x2c16e2);if(!_0x12c212)return;logger[_0x2f49ed(0x2d0)](_0x2f49ed(0x28b)+_0x3c1882+_0x2f49ed(0x2ce)+_0x18600e+_0x2f49ed(0x254)+_0x12c212['getRef']());try{if(_0x4fcd67[_0x2f49ed(0x1fc)](_0x18600e,HookState[_0x2f49ed(0x241)])&&_0x4fcd67[_0x2f49ed(0x27a)](_0x3c1882,TestFrameworkState['TEST'])){const _0x29033b=_0x2c16e2['test'];logger[_0x2f49ed(0x2d0)]('trackEvent\x20loading\x20testData\x20for\x20testId:\x20'+_0x29033b['id']+'}');const _0x24d48c=TestInfo[_0x2f49ed(0x216)](_0x4fcd67[_0x2f49ed(0x24f)](getTestRunIdentifier,_0x29033b,_0x2c16e2[_0x2f49ed(0x2c1)][_0x2f49ed(0x2cd)]));_0x12c212['addMultipleEntries'](this['parsePlaywrightTest'](_0x24d48c,_0x29033b,_0x2c16e2[_0x2f49ed(0x2c1)])),logger[_0x2f49ed(0x2d0)](_0x2f49ed(0x24d)+_0x29033b['id']+_0x2f49ed(0x1f2)+_0x3c1882+_0x2f49ed(0x25c)+_0x18600e+'\x20instance='+_0x12c212[_0x2f49ed(0x20f)]());}if(_0x4fcd67[_0x2f49ed(0x27a)](_0x18600e,HookState[_0x2f49ed(0x27d)])&&_0x4fcd67[_0x2f49ed(0x2aa)](_0x3c1882,TestFrameworkState['TEST'])){const _0xe7c233=_0x2c16e2[_0x2f49ed(0x2d8)],_0x33ec66=_0x2c16e2[_0x2f49ed(0x2c1)];logger[_0x2f49ed(0x2d0)]('trackEvent\x20loading\x20testResults\x20for\x20testId:\x20'+_0xe7c233['id']),_0x12c212[_0x2f49ed(0x2a0)](this[_0x2f49ed(0x2c5)](_0xe7c233['id'],_0x33ec66,_0xe7c233)),await this[_0x2f49ed(0x244)](_0x12c212,_0x3c1882,_0x18600e,_0x4fcd67[_0x2f49ed(0x26d)],_0x2c16e2);}if(CLIUtils[_0x2f49ed(0x28d)](_0x3c1882[_0x2f49ed(0x2b5)]()['split']('.')[0x1])){const _0x291c5e=await this[_0x2f49ed(0x1ff)](_0x12c212,_0x3c1882,_0x18600e,_0x2c16e2);_0x12c212[_0x2f49ed(0x2a0)](_0x291c5e);}}catch(_0x551c7b){logger[_0x2f49ed(0x296)](util[_0x2f49ed(0x25b)](_0x4fcd67[_0x2f49ed(0x282)],_0x3c1882,_0x18600e,_0x2c16e2[_0x2f49ed(0x21d)],_0x551c7b));}_0x2c16e2['instance']=_0x12c212,await this[_0x2f49ed(0x279)](_0x12c212,_0x3c1882,_0x18600e,_0x2c16e2);}[a77_0x2f19d7(0x284)](_0x5cac93,_0x354a03,_0x8881da={}){const _0x1594c1=a77_0x2f19d7,_0x210891={};_0x210891[_0x1594c1(0x289)]=function(_0x14b496,_0xab2f4b){return _0x14b496===_0xab2f4b;};const _0x176dd2=_0x210891;let _0x184e61=null;return(_0x176dd2[_0x1594c1(0x289)](_0x5cac93,TestFrameworkState[_0x1594c1(0x2da)])||_0x176dd2[_0x1594c1(0x289)](_0x5cac93,TestFrameworkState['NONE']))&&this['trackPlaywrightInstance'](_0x5cac93,_0x8881da),_0x184e61=TestFramework[_0x1594c1(0x26e)](),_0x184e61;}[a77_0x2f19d7(0x2cf)](_0x5e1771,_0x265e48){const _0x21018f=a77_0x2f19d7,_0x5a61d3=CLIUtils['getCurrentInstanceName'](),_0x1fd61f=TrackedInstance[_0x21018f(0x255)](_0x5a61d3);let _0x4d24bd=null;logger[_0x21018f(0x290)](_0x21018f(0x2d4)+_0x5a61d3+_0x21018f(0x2b2)+_0x5e1771),_0x4d24bd=new TestFrameworkInstance(_0x1fd61f,this['getTestFrameworks'](),this[_0x21018f(0x200)](),_0x5e1771,HookState[_0x21018f(0x2be)]),TestFramework[_0x21018f(0x23f)](_0x1fd61f,_0x4d24bd),logger['info'](_0x21018f(0x2a6)+_0x1fd61f['getId']()+_0x21018f(0x2c6)+_0x5a61d3);}[a77_0x2f19d7(0x21e)](_0xed4c4c,_0x407af0,_0x2a784a){const _0x4bdf74=a77_0x2f19d7,_0x3b5fa9={'TycGN':function(_0x3949a9,_0x7a2335){return _0x3949a9(_0x7a2335);},'UMtQu':function(_0x500baf,_0x583ac3){return _0x500baf(_0x583ac3);},'NBjxy':function(_0x2d28a5,_0xe9853e){return _0x2d28a5(_0xe9853e);},'cqExG':function(_0x5c9ee4,_0x51e880){return _0x5c9ee4(_0x51e880);},'iqUVK':function(_0x39056b,_0x1d75e3){return _0x39056b(_0x1d75e3);},'OXeWm':function(_0x24a586,_0x202e71,_0x687526){return _0x24a586(_0x202e71,_0x687526);}},_0x3b5b05=_0x3b5fa9['TycGN'](getPlaywrightTestId,_0x407af0),_0x26b90=_0x3b5fa9[_0x4bdf74(0x1f3)](getPlaywrightTestTitle,_0x407af0),_0x2af9eb=_0x3b5fa9[_0x4bdf74(0x1f3)](getTestTags,_0x407af0),_0xa5a086=_0x3b5fa9[_0x4bdf74(0x226)](getPlaywrightTestCode,_0x407af0),_0x2379e0=_0x3b5fa9[_0x4bdf74(0x232)](getPlaywrightTestFilePath,_0x407af0),_0x4d0c6c=_0x2379e0+':'+_0x3b5fa9['NBjxy'](getPlaywrightTestLocation,_0x407af0),_0xcbe40e=_0x3b5fa9[_0x4bdf74(0x25f)](getPlaywrightTestScope,_0x407af0),_0x10363e=_0x3b5fa9['iqUVK'](getPlaywrightTestScopes,_0x407af0),_0xf9e449=_0x3b5fa9[_0x4bdf74(0x232)](getPlaywrightSessionName,_0x407af0),_0x5445af=this[_0x4bdf74(0x2d9)]()[0x0],_0x4664f0=_0x3b5fa9[_0x4bdf74(0x2b9)](getTestRunIdentifier,_0x407af0,_0x2a784a[_0x4bdf74(0x2cd)]),_0x1356cc={[TestFrameworkConstants[_0x4bdf74(0x275)]]:_0x5445af,[TestFrameworkConstants[_0x4bdf74(0x2ae)]]:this[_0x4bdf74(0x200)]()[_0x5445af],[TestFrameworkConstants[_0x4bdf74(0x2a5)]]:[],[TestFrameworkConstants[_0x4bdf74(0x2ad)]]:{},[TestFrameworkConstants[_0x4bdf74(0x223)]]:{},[TestFrameworkConstants['KEY_TEST_UUID']]:_0xed4c4c,[TestFrameworkConstants[_0x4bdf74(0x24b)]]:TestFrameworkConstants[_0x4bdf74(0x1f8)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0xf9e449,[TestFrameworkConstants[_0x4bdf74(0x28e)]]:_0x2379e0,[TestFrameworkConstants[_0x4bdf74(0x2a2)]]:_0x3b5b05,[TestFrameworkConstants[_0x4bdf74(0x2bd)]]:_0x26b90,[TestFrameworkConstants[_0x4bdf74(0x201)]]:_0x4d0c6c,[TestFrameworkConstants[_0x4bdf74(0x256)]]:_0xa5a086,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x2af9eb,[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x407af0[_0x4bdf74(0x2b8)][0x0][_0x4bdf74(0x27e)],[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0xcbe40e,[TestFrameworkConstants[_0x4bdf74(0x203)]]:_0x10363e,[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x3b5fa9[_0x4bdf74(0x26f)](getPlaywrightCustomRerunParam,_0x407af0)};TestInfo[_0x4bdf74(0x268)](_0x4664f0,_0x1356cc);const _0x179d87={};return _0x179d87[_0x4664f0]=_0x1356cc,_0x179d87;}[a77_0x2f19d7(0x2c5)](_0x297bf1,_0x14b530,_0x3608c5){const _0x1d9314=a77_0x2f19d7,_0x18a548={'MOXqE':function(_0x59055b,_0x43d02c){return _0x59055b(_0x43d02c);},'tNjxj':'TEST_ATTACHMENT','KDDSA':function(_0x4b4885,_0x4920bd){return _0x4b4885===_0x4920bd;},'LqddP':function(_0x29fec8,_0x196ef9){return _0x29fec8===_0x196ef9;},'ciLpC':function(_0x239dc7,_0x677e3){return _0x239dc7(_0x677e3);},'JNUWt':_0x1d9314(0x243),'knAOS':_0x1d9314(0x21c),'cknts':function(_0x522649,_0x79c142){return _0x522649(_0x79c142);},'RHwMQ':function(_0x533757,_0x2dccd0,_0xc42041){return _0x533757(_0x2dccd0,_0xc42041);},'VzLKh':function(_0x56816a,_0x1bccb5){return _0x56816a+_0x1bccb5;},'PwPJI':_0x1d9314(0x1f6),'ScYBP':_0x1d9314(0x245),'qgutv':function(_0x9989ba,_0x537cf4){return _0x9989ba===_0x537cf4;},'suHFU':_0x1d9314(0x29b),'swPEi':_0x1d9314(0x1fd),'jEZVA':function(_0x1f1759,_0x71d77d){return _0x1f1759===_0x71d77d;},'vKYlH':_0x1d9314(0x258),'vPXzO':function(_0x3e768c,_0x357799,_0x341a53){return _0x3e768c(_0x357799,_0x341a53);},'TLySU':function(_0xeb0854,_0x2929fb){return _0xeb0854||_0x2929fb;},'ORKDj':function(_0x9a14aa,_0x5886b0){return _0x9a14aa(_0x5886b0);},'LiGlD':function(_0xf187e7,_0x19337f){return _0xf187e7>_0x19337f;},'fJjzK':function(_0x58bf1c,_0xf1a3cc){return _0x58bf1c-_0xf1a3cc;},'MIgBp':_0x1d9314(0x2ac),'rZtII':function(_0x3694b5,_0x58cc32,_0x5a45bf){return _0x3694b5(_0x58cc32,_0x5a45bf);}};logger['debug'](_0x1d9314(0x225)+_0x297bf1);const _0x5f2db2=_0x18a548[_0x1d9314(0x29e)](getTestRunIdentifier,_0x3608c5,_0x14b530[_0x1d9314(0x2cd)]),_0x30e1f9=new Date(_0x14b530[_0x1d9314(0x27e)]),_0x2bd80b=_0x14b530['duration'],_0x78840d=new Date(_0x18a548[_0x1d9314(0x2b7)](_0x30e1f9[_0x1d9314(0x1fe)](),_0x2bd80b)),_0x159f4c=_0x14b530[_0x1d9314(0x20e)],_0x2d8438=TestInfo[_0x1d9314(0x2b3)](_0x5f2db2)[TestFrameworkConstants[_0x1d9314(0x267)]]||{};let _0x28eb56=_0x159f4c;if(_0x18a548[_0x1d9314(0x264)](_0x14b530['status'],_0x3608c5[_0x1d9314(0x252)]))_0x28eb56=_0x18a548['KDDSA'](_0x14b530['status'],_0x18a548[_0x1d9314(0x20d)])?_0x18a548[_0x1d9314(0x20d)]:_0x18a548[_0x1d9314(0x2d5)];else{(_0x18a548[_0x1d9314(0x264)](_0x28eb56,_0x18a548[_0x1d9314(0x2d5)])||_0x18a548[_0x1d9314(0x248)](_0x28eb56,_0x18a548[_0x1d9314(0x299)])||_0x18a548[_0x1d9314(0x248)](_0x28eb56,_0x18a548[_0x1d9314(0x2c3)]))&&(_0x28eb56=_0x18a548[_0x1d9314(0x299)]);if(_0x18a548[_0x1d9314(0x2c7)](_0x14b530[_0x1d9314(0x20e)],_0x18a548[_0x1d9314(0x2d5)])&&_0x18a548[_0x1d9314(0x2c7)](_0x3608c5[_0x1d9314(0x252)],_0x18a548[_0x1d9314(0x299)])){const _0x16ae4f={};_0x16ae4f['message']=_0x18a548[_0x1d9314(0x261)],_0x16ae4f[_0x1d9314(0x218)]=_0x18a548[_0x1d9314(0x261)],_0x14b530[_0x1d9314(0x296)]=_0x16ae4f,_0x14b530['errors']=[_0x14b530[_0x1d9314(0x296)]];}}const {failureData:_0x19c196,logs:_0x391ead}=_0x18a548[_0x1d9314(0x23b)](getFailureData,_0x14b530?.[_0x1d9314(0x293)],{}),_0x5b7bec={[TestFrameworkConstants['KEY_TEST_FAILURE']]:_0x18a548[_0x1d9314(0x25e)](_0x19c196,null),[TestFrameworkConstants[_0x1d9314(0x2cc)]]:_0x14b530?.['error']&&_0x18a548[_0x1d9314(0x253)](getFailureType,_0x14b530[_0x1d9314(0x296)][_0x1d9314(0x2a8)]),[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]:_0x14b530?.[_0x1d9314(0x296)]&&_0x18a548[_0x1d9314(0x22a)](removeAnsiColors,_0x14b530[_0x1d9314(0x296)][_0x1d9314(0x2a8)]),[TestFrameworkConstants[_0x1d9314(0x2d6)]]:[],[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x28eb56,[TestFrameworkConstants[_0x1d9314(0x2b6)]]:_0x78840d[_0x1d9314(0x20c)](),[TestFrameworkConstants[_0x1d9314(0x263)]]:new Date()['toISOString'](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x2d8438};if(_0x14b530&&_0x18a548['LiGlD'](_0x14b530['retry'],0x0)){const _0x3da362=TestInfo[_0x1d9314(0x216)](_0x18a548[_0x1d9314(0x23b)](getTestRunIdentifier,_0x3608c5,_0x18a548[_0x1d9314(0x22f)](_0x14b530[_0x1d9314(0x2cd)],0x1)));_0x5b7bec[TestFrameworkConstants[_0x1d9314(0x2c9)]]=_0x3da362;}const _0x43b64b={};_0x43b64b[_0x1d9314(0x2d8)]=_0x3608c5;const _0x23c38c=this['resolveInstance'](TestFrameworkState['TEST'],HookState['POST'],_0x43b64b),_0x3bdb22=_0x23c38c[_0x1d9314(0x2d7)]()[_0x1d9314(0x274)](_0x5f2db2)[TestFrameworkConstants[_0x1d9314(0x240)]],_0xcce6b=[],_0x466600=_0x18a548[_0x1d9314(0x29e)](findNestedKey,_0x14b530,_0x18a548[_0x1d9314(0x2a7)]);if(_0x466600&&_0x18a548[_0x1d9314(0x2c8)](validateFilePath,_0x466600))try{_0xcce6b[_0x1d9314(0x288)]({'kind':_0x18a548[_0x1d9314(0x25d)],'timestamp':new Date()[_0x1d9314(0x20c)](),'test_run_uuid':_0x3bdb22,'file_name':path[_0x1d9314(0x206)](_0x466600),'file_size':fs[_0x1d9314(0x257)](_0x466600)[_0x1d9314(0x26a)],'attachment_type':PLAYWRIGHT_TRACE_LOGS});}catch(_0x488393){logger[_0x1d9314(0x296)]('Error\x20processing\x20direct\x20trace\x20file\x20'+_0x466600+':\x20'+_0x488393[_0x1d9314(0x2a8)]);}const _0x4a72ed=TestInfo['getTraceFilePaths'](),_0x9116d=_0x4a72ed['filter'](_0x2ed033=>_0x2ed033[_0x1d9314(0x1f1)]===_0x3bdb22);_0x9116d[_0x1d9314(0x270)](_0x15241e=>{const _0x3dfb52=_0x1d9314;if(_0x15241e[_0x3dfb52(0x235)]&&_0x18a548[_0x3dfb52(0x253)](validateFilePath,_0x15241e[_0x3dfb52(0x235)])&&!_0xcce6b[_0x3dfb52(0x286)](_0x14d8d5=>_0x14d8d5[_0x3dfb52(0x205)]===path['basename'](_0x15241e['filePath'])))try{_0xcce6b[_0x3dfb52(0x288)]({'kind':_0x18a548[_0x3dfb52(0x25d)],'timestamp':new Date()[_0x3dfb52(0x20c)](),'test_run_uuid':_0x3bdb22,'file_name':path[_0x3dfb52(0x206)](_0x15241e[_0x3dfb52(0x235)]),'file_size':fs[_0x3dfb52(0x257)](_0x15241e[_0x3dfb52(0x235)])['size'],'attachment_type':PLAYWRIGHT_TRACE_LOGS});}catch(_0x1e6df0){logger['error'](_0x3dfb52(0x2cb)+_0x15241e['filePath']+'\x20from\x20TestDetails:\x20'+_0x1e6df0['message']);}});if(_0x18a548[_0x1d9314(0x2d2)](_0xcce6b[_0x1d9314(0x21d)],0x0)){const _0x1328e6=_0x5b7bec[TestFrameworkConstants['KEY_LOGS']]||[];_0x5b7bec[TestFrameworkConstants['KEY_LOGS']]=[..._0x1328e6,..._0xcce6b];}const _0x1c4b97=TestInfo['getTestDetails'](_0x5f2db2)[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0xe84f71=_0x18a548[_0x1d9314(0x224)](getManualUploadLogs,_0x1c4b97,_0x23c38c['getAllData']()[_0x1d9314(0x274)](_0x5f2db2)[TestFrameworkConstants['KEY_TEST_UUID']]);if(_0x18a548['LiGlD'](_0xe84f71['length'],0x0)){const _0x230392=_0x5b7bec[TestFrameworkConstants[_0x1d9314(0x2d6)]]||[];_0x5b7bec[TestFrameworkConstants[_0x1d9314(0x2d6)]]=[..._0x230392,..._0xe84f71];}const _0xbab42e=_0x3608c5[_0x1d9314(0x2c2)]||[],_0x124887=_0x5b7bec[TestFrameworkConstants[_0x1d9314(0x267)]]||{};_0xbab42e[_0x1d9314(0x270)](_0x539b40=>{const _0x4d84ce=_0x1d9314,{type:_0x528c2a}=_0x539b40;let _0x35799a=_0x539b40[_0x4d84ce(0x250)];if(!_0x528c2a)return;(_0x18a548[_0x4d84ce(0x27f)](_0x35799a,undefined)||_0x18a548[_0x4d84ce(0x27f)](_0x35799a,null)||_0x18a548['LqddP'](_0x18a548['ciLpC'](String,_0x35799a)[_0x4d84ce(0x2a3)](),''))&&(_0x35799a=_0x18a548[_0x4d84ce(0x1ef)]);if(!_0x124887[_0x528c2a]){const _0x452408={};_0x452408['field_type']=_0x18a548['knAOS'],_0x452408[_0x4d84ce(0x236)]=[],_0x124887[_0x528c2a]=_0x452408;}else!_0x124887[_0x528c2a][_0x4d84ce(0x28c)]&&(_0x124887[_0x528c2a]['field_type']=_0x18a548[_0x4d84ce(0x212)]),!Array['isArray'](_0x124887[_0x528c2a][_0x4d84ce(0x236)])&&(_0x124887[_0x528c2a][_0x4d84ce(0x236)]=[]);const _0x5ccac1=_0x18a548[_0x4d84ce(0x295)](String,_0x35799a)['split'](',')[_0x4d84ce(0x2af)](_0x13af54=>_0x13af54[_0x4d84ce(0x2a3)]());_0x124887[_0x528c2a][_0x4d84ce(0x236)]=[...new Set([..._0x124887[_0x528c2a]['values'],..._0x5ccac1])];}),_0x5b7bec[TestFrameworkConstants[_0x1d9314(0x267)]]=_0x124887,TestInfo[_0x1d9314(0x268)](_0x5f2db2,_0x5b7bec);const _0x42116b={};return _0x42116b[_0x5f2db2]=_0x5b7bec,_0x42116b;}async['trackHookEvent'](_0x4e9f50,_0x248890,_0x4944a3,_0x2203ba){const _0xddb721=a77_0x2f19d7,_0x4b9845={'oNrfs':function(_0xf2ec01,_0x94955,_0x18585c){return _0xf2ec01(_0x94955,_0x18585c);},'iXRRN':function(_0x58afce,_0x435cc1){return _0x58afce in _0x435cc1;},'EKWZO':function(_0x5372e5,_0x42e5ba){return _0x5372e5(_0x42e5ba);},'wkCfw':function(_0x40d7dd,_0x26c0d5){return _0x40d7dd===_0x26c0d5;},'BbYSe':function(_0x3e21c0){return _0x3e21c0();},'Hkdir':function(_0x235fb9,_0x2f5dc2){return _0x235fb9===_0x2f5dc2;},'wCfHL':function(_0x1afe34,_0x3ba7cd){return _0x1afe34>_0x3ba7cd;},'TfTAm':function(_0x49fddf,_0xcfaa82,_0x547215){return _0x49fddf(_0xcfaa82,_0x547215);},'ADUTU':_0xddb721(0x2ca),'ZchRR':_0xddb721(0x29b),'DArSN':_0xddb721(0x245),'irAVY':function(_0x3b2bb3,_0x7cac83){return _0x3b2bb3!==_0x7cac83;},'SeivK':function(_0x1a7bb7,_0x361ed1){return _0x1a7bb7+_0x361ed1;},'yYbtR':'hook'},_0x29a4a7=_0x2203ba[_0xddb721(0x2d8)],_0x460892=_0x2203ba[_0xddb721(0x27c)],_0x19b311=_0x4b9845[_0xddb721(0x2dc)](getTestRunIdentifier,_0x29a4a7,_0x2203ba['result'][_0xddb721(0x2cd)]),_0x36fbc3=_0x248890[_0xddb721(0x2b5)]()['split']('.')[0x1];let _0x3e3fdf=_0x4e9f50[_0xddb721(0x2d7)]()['get'](_0x19b311)[TestFrameworkConstants[_0xddb721(0x223)]];!_0x3e3fdf&&(_0x3e3fdf={});!_0x4b9845[_0xddb721(0x2b4)](_0x36fbc3,_0x3e3fdf)&&(_0x3e3fdf[_0x36fbc3]=[]);let _0x2690d7=_0x4e9f50[_0xddb721(0x2d7)]()[_0xddb721(0x274)](_0x19b311)[TestFrameworkConstants['KEY_HOOKS_FINISHED']];!_0x2690d7&&(_0x2690d7={});!_0x4b9845['iXRRN'](_0x36fbc3,_0x2690d7)&&(_0x2690d7[_0x36fbc3]=[]);const _0x1fb281={[TestFrameworkConstants[_0xddb721(0x223)]]:_0x3e3fdf,[TestFrameworkConstants[_0xddb721(0x2ad)]]:_0x2690d7},_0x17b367={};_0x17b367[_0x19b311]=_0x1fb281;const _0x277508=_0x17b367,_0x4e4000=_0x4b9845[_0xddb721(0x273)](getPlaywrightTestFilePath,_0x29a4a7),_0x1e9787=_0x4e4000+':'+_0x4b9845[_0xddb721(0x273)](getPlaywrightTestLocation,_0x29a4a7),_0x33311a=TestInfo[_0xddb721(0x2b3)](_0x19b311)[TestFrameworkConstants[_0xddb721(0x267)]]||{};if(_0x4b9845['wkCfw'](_0x4944a3,HookState[_0xddb721(0x241)])){const _0x33d719={'key':_0x36fbc3,[TestFrameworkConstants[_0xddb721(0x221)]]:_0x4b9845['BbYSe'](uuidv4),[TestFrameworkConstants[_0xddb721(0x277)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0xddb721(0x27b)]]:_0x460892[_0xddb721(0x27e)],[TestFrameworkConstants[_0xddb721(0x2a9)]]:[],[TestFrameworkConstants[_0xddb721(0x23e)]]:_0x460892[_0xddb721(0x22d)],[TestFrameworkConstants[_0xddb721(0x28e)]]:_0x4e4000,[TestFrameworkConstants[_0xddb721(0x201)]]:_0x1e9787,[TestFrameworkConstants[_0xddb721(0x267)]]:_0x33311a};_0x3e3fdf[_0x36fbc3]['push'](_0x33d719),_0x277508[_0x19b311][TestFrameworkConstants[_0xddb721(0x2b0)]]=_0x36fbc3,logger[_0xddb721(0x2d0)]('Hook\x20Started\x20in\x20PRE\x20key\x20=\x20'+_0x36fbc3+_0xddb721(0x215)+_0x33d719+_0xddb721(0x269)+_0x2203ba);}else{if(_0x4b9845[_0xddb721(0x262)](_0x4944a3,HookState[_0xddb721(0x27d)])){const _0x23711a=await _0x2203ba[_0xddb721(0x2c1)],_0x1fe82a=_0x3e3fdf[_0x36fbc3]||[],_0x3134dc=_0x2203ba[_0xddb721(0x27c)];logger[_0xddb721(0x2d0)]('Hook\x20List\x20in\x20Post\x20'+_0x1fe82a+'\x20and\x20args\x20=\x20'+_0x2203ba);if(_0x4b9845['wCfHL'](_0x1fe82a['length'],0x0)){const _0x372dd5=_0x1fe82a[_0xddb721(0x2a1)]();if(_0x3134dc['error']){const _0x3f2513=_0x4b9845[_0xddb721(0x2ba)](failureData,_0x3134dc[_0xddb721(0x296)],_0x4b9845[_0xddb721(0x298)]);_0x372dd5[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=_0x4b9845['EKWZO'](getFailureType,_0x3134dc?.[_0xddb721(0x296)][_0xddb721(0x2a8)]),_0x372dd5[TestFrameworkConstants[_0xddb721(0x2d1)]]=_0x4b9845['EKWZO'](removeAnsiColors,_0x3134dc?.[_0xddb721(0x296)][_0xddb721(0x2a8)]),_0x372dd5[TestFrameworkConstants[_0xddb721(0x277)]]=_0x4b9845[_0xddb721(0x1ee)],_0x372dd5[TestFrameworkConstants[_0xddb721(0x2b1)]]=_0x3f2513;}else _0x372dd5[TestFrameworkConstants[_0xddb721(0x277)]]=_0x4b9845[_0xddb721(0x29f)];_0x4b9845[_0xddb721(0x285)](_0x23711a,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x372dd5[TestFrameworkConstants['KEY_HOOK_RESULT']]=!_0x3134dc[_0xddb721(0x296)]?_0x4b9845[_0xddb721(0x29f)]:_0x4b9845['ZchRR']);const _0x471444=new Date(_0x3134dc['startTime']),_0x1546bd=new Date(_0x4b9845[_0xddb721(0x23c)](_0x471444[_0xddb721(0x1fe)](),_0x3134dc[_0xddb721(0x21f)]));_0x372dd5[TestFrameworkConstants[_0xddb721(0x29a)]]=_0x1546bd[_0xddb721(0x20c)](),_0x372dd5[TestFrameworkConstants[_0xddb721(0x267)]]=_0x33311a;const _0x229ff2=_0x372dd5[TestFrameworkConstants['KEY_HOOK_ID']];await this['sendLogCreatedEvent'](_0x4e9f50,_0x248890,_0x229ff2,_0x4b9845[_0xddb721(0x20b)],_0x2203ba),!_0x2690d7[_0x36fbc3]&&(_0x2690d7[_0x36fbc3]=[]),_0x2690d7[_0x36fbc3][_0xddb721(0x288)](_0x372dd5),_0x277508[_0x19b311][TestFrameworkConstants[_0xddb721(0x280)]]=_0x36fbc3;}}}return _0x277508;}async[a77_0x2f19d7(0x244)](_0x584b88,_0x304504,_0x86bd24,_0x5776ab,_0x4325c9){const _0x449af2=a77_0x2f19d7,_0x7cdaae={'UKXpu':function(_0x598f93,_0x140c6e){return _0x598f93===_0x140c6e;},'OJuuU':'test','FmCyK':function(_0x52bf8b,_0x36cc44,_0x4d2f52){return _0x52bf8b(_0x36cc44,_0x4d2f52);},'GtwXn':function(_0x4cf0e8,_0x19196f,_0x4af811){return _0x4cf0e8(_0x19196f,_0x4af811);},'Smuzi':_0x449af2(0x2bc),'qolPE':function(_0x39f38b,_0x1a3fa0,_0x3f83e7,_0x13c895){return _0x39f38b(_0x1a3fa0,_0x3f83e7,_0x13c895);},'wAxdy':function(_0xe02224,_0x31b1b6,_0x3a3c89){return _0xe02224(_0x31b1b6,_0x3a3c89);},'axHok':function(_0x9b90ed,_0x582c27,_0x27bca5){return _0x9b90ed(_0x582c27,_0x27bca5);},'VResY':function(_0x1091b4,_0x3cdcc6,_0x12aa45){return _0x1091b4(_0x3cdcc6,_0x12aa45);},'oeDXU':function(_0x56ce4a,_0x414abe){return _0x56ce4a/_0x414abe;},'BpvYX':function(_0x148d0e,_0x1d7f77){return _0x148d0e<_0x1d7f77;},'pfYsF':function(_0x3008a3,_0x389a22){return _0x3008a3*_0x389a22;},'IYxFh':function(_0x2649df,_0x321f05){return _0x2649df+_0x321f05;},'dsCHX':function(_0x133e0a,_0x2cd64c,_0x159b3c,_0xf459ef,_0x28308d){return _0x133e0a(_0x2cd64c,_0x159b3c,_0xf459ef,_0x28308d);},'cINQd':function(_0x32af8d,_0x2d027b){return _0x32af8d+_0x2d027b;},'UEMQS':function(_0x1f9a47,_0x37f5ab,_0x1673f1,_0x2b688f){return _0x1f9a47(_0x37f5ab,_0x1673f1,_0x2b688f);},'aDDES':'hook','CqduB':function(_0x13d6d9,_0x5088f4,_0x17ecc7,_0x54cdd1,_0xff137b){return _0x13d6d9(_0x5088f4,_0x17ecc7,_0x54cdd1,_0xff137b);}};try{if(_0x7cdaae[_0x449af2(0x238)](_0x5776ab,_0x7cdaae[_0x449af2(0x297)])){const _0x27cbd0=await _0x4325c9['result'],_0x5e509d=_0x7cdaae[_0x449af2(0x24c)](getTestRunIdentifier,_0x4325c9[_0x449af2(0x2d8)],_0x4325c9[_0x449af2(0x2c1)][_0x449af2(0x2cd)]),_0x4c3599=_0x4325c9[_0x449af2(0x2d8)];logger[_0x449af2(0x2d0)](_0x449af2(0x1f7)+_0x5e509d+_0x449af2(0x265)+util['inspect'](_0x27cbd0));const _0x42f8b9=_0x584b88[_0x449af2(0x2d7)]()[_0x449af2(0x274)](_0x5e509d)[TestFrameworkConstants['KEY_TEST_UUID']];await _0x7cdaae[_0x449af2(0x21b)](sendTraceZip,_0x27cbd0,_0x42f8b9);const _0x36bb60=TestInfo[_0x449af2(0x2b3)](_0x5e509d)[_0x7cdaae['Smuzi']],_0x51ea61={};if(_0x36bb60){!_0x27cbd0[_0x449af2(0x2bc)]&&(_0x27cbd0[_0x449af2(0x2bc)]=[]);_0x51ea61[_0x449af2(0x2bc)]=_0x27cbd0[_0x449af2(0x2bc)][_0x449af2(0x283)](_0x36bb60||[]);const _0x1fd824=TestInfo[_0x449af2(0x2b3)](_0x5e509d);delete _0x1fd824[_0x7cdaae[_0x449af2(0x208)]],TestInfo[_0x449af2(0x268)](_0x5e509d,_0x1fd824);}const {steps:_0x5c2780,logs:_0x4af1b4}=_0x7cdaae[_0x449af2(0x207)](getStepsAndLogs,_0x27cbd0[_0x449af2(0x20a)],_0x584b88['getAllData']()[_0x449af2(0x274)](_0x5e509d)[TestFrameworkConstants['KEY_TEST_UUID']],_0x7cdaae['OJuuU']),_0x9e76b4=_0x7cdaae[_0x449af2(0x249)](getScreenshots,_0x51ea61,_0x584b88[_0x449af2(0x2d7)]()[_0x449af2(0x274)](_0x5e509d)[TestFrameworkConstants[_0x449af2(0x240)]]),_0x24b824=_0x7cdaae[_0x449af2(0x24c)](getVideos,_0x27cbd0,_0x584b88[_0x449af2(0x2d7)]()[_0x449af2(0x274)](_0x5e509d)[TestFrameworkConstants[_0x449af2(0x240)]]),{_:_0x50dfed,logs:_0x22ea55}=_0x7cdaae['axHok'](getFailureData,_0x27cbd0[_0x449af2(0x293)],{'test_run_uuid':_0x584b88[_0x449af2(0x2d7)]()[_0x449af2(0x274)](_0x5e509d)[TestFrameworkConstants[_0x449af2(0x240)]]}),_0x3dbf79=TestInfo[_0x449af2(0x2b3)](_0x5e509d)[TestFrameworkConstants[_0x449af2(0x202)]]||{},_0x566d30=_0x7cdaae[_0x449af2(0x29c)](getMediaArtifactsLogs,_0x3dbf79,_0x584b88[_0x449af2(0x2d7)]()['get'](_0x5e509d)[TestFrameworkConstants[_0x449af2(0x240)]]),_0x3bd823=_0x584b88[_0x449af2(0x2d7)]()[_0x449af2(0x274)](_0x5e509d),{[TestFrameworkConstants[_0x449af2(0x275)]]:_0x3538c5='',[TestFrameworkConstants[_0x449af2(0x2ae)]]:_0x5d75d7=''}=_0x3bd823,_0x498162=(_0x4af1b4||[])[_0x449af2(0x283)](_0x9e76b4||[])[_0x449af2(0x283)](_0x22ea55||[])[_0x449af2(0x283)](_0x24b824||[])[_0x449af2(0x283)](_0x566d30||[]),_0x46c57e=0x28,_0x34dee1=Math[_0x449af2(0x21a)](_0x7cdaae[_0x449af2(0x292)](_0x498162[_0x449af2(0x21d)],_0x46c57e));for(let _0x327245=0x0;_0x7cdaae[_0x449af2(0x287)](_0x327245,_0x34dee1);_0x327245++){const _0x50db09=_0x7cdaae[_0x449af2(0x2c0)](_0x327245,_0x46c57e),_0x607ca=_0x7cdaae[_0x449af2(0x229)](_0x50db09,_0x46c57e),_0x3a5c7c=_0x498162[_0x449af2(0x278)](_0x50db09,_0x607ca),_0x569f43={'platformIndex':global?.[_0x449af2(0x217)]??0x0,'logs':_0x3a5c7c,'testFrameworkName':_0x3538c5,'testFrameworkVersion':_0x5d75d7,'testFrameworkState':_0x304504[_0x449af2(0x2b5)]()[_0x449af2(0x228)]('.')[0x1]};_0x7cdaae['dsCHX'](updatePayloadForTraceLogs,_0x569f43,_0x4325c9,_0x5e509d,_0x584b88),logger['debug']('sendLogCreatedEvent\x20for\x20testId:\x20'+_0x5e509d+_0x449af2(0x24a)+_0x7cdaae['IYxFh'](_0x327245,0x1)+'/'+_0x34dee1+'\x20payload='+util[_0x449af2(0x2c4)](_0x569f43));const _0x1d524a=await GrpcClient[_0x449af2(0x259)]()[_0x449af2(0x246)](_0x569f43);logger[_0x449af2(0x2d0)]('sendLogCreatedEvent\x20for\x20testId:\x20'+_0x5e509d+'\x20batch\x20'+_0x7cdaae[_0x449af2(0x234)](_0x327245,0x1)+'/'+_0x34dee1+'\x20response='+util['inspect'](_0x1d524a));}}else{const {steps:_0x40a3b5,logs:_0x30dd41}=_0x7cdaae[_0x449af2(0x25a)](getStepsAndLogs,_0x4325c9[_0x449af2(0x27c)][_0x449af2(0x20a)],_0x86bd24,_0x7cdaae['aDDES']),_0x626283=_0x7cdaae['axHok'](getTestRunIdentifier,_0x4325c9[_0x449af2(0x2d8)],_0x4325c9[_0x449af2(0x2c1)][_0x449af2(0x2cd)]);logger[_0x449af2(0x2d0)](_0x449af2(0x1f7)+_0x626283);const _0x1e16fe=_0x584b88[_0x449af2(0x2d7)]()[_0x449af2(0x274)](_0x626283),{[TestFrameworkConstants[_0x449af2(0x275)]]:_0x4ac925='',[TestFrameworkConstants[_0x449af2(0x2ae)]]:_0x36e7bd=''}=_0x1e16fe,_0x35326e={'platformIndex':'0','logs':_0x30dd41,'testFrameworkName':_0x4ac925,'testFrameworkVersion':_0x36e7bd,'testFrameworkState':_0x304504['toString']()['split']('.')[0x1]};_0x7cdaae['CqduB'](updatePayloadForTraceLogs,_0x35326e,_0x4325c9,_0x626283,_0x584b88),logger[_0x449af2(0x2d0)](_0x449af2(0x271)+_0x626283+'\x20payload='+util[_0x449af2(0x2c4)](_0x35326e));const _0x26a57a=await GrpcClient[_0x449af2(0x259)]()['logCreatedEvent'](_0x35326e);}}catch(_0x257e64){logger[_0x449af2(0x296)](_0x449af2(0x239)+util['format'](_0x257e64));}}[a77_0x2f19d7(0x222)](_0x703baf){const _0x46539a=a77_0x2f19d7,_0x45b7f4={'qdMtc':function(_0x31130b,_0x478dce,_0x2a4b69){return _0x31130b(_0x478dce,_0x2a4b69);},'BfZwU':_0x46539a(0x266)};try{const _0x340d0e=_0x703baf[_0x46539a(0x2d8)]['id'],_0x158c50=_0x45b7f4[_0x46539a(0x294)](getTestRunIdentifier,_0x703baf[_0x46539a(0x2d8)],_0x703baf[_0x46539a(0x2c1)][_0x46539a(0x2cd)]),_0x2dc364=_0x703baf[_0x46539a(0x28a)],_0x22b0a3=_0x2dc364[_0x46539a(0x247)](),_0x469387=_0x2dc364[_0x46539a(0x2d7)]()[_0x46539a(0x274)](_0x158c50);logger[_0x46539a(0x2d0)](_0x46539a(0x291)+_0x340d0e);const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x5ee930='',[TestFrameworkConstants[_0x46539a(0x2ae)]]:_0x4ec7dd='',[TestFrameworkConstants[_0x46539a(0x213)]]:_0x19acf7='',[TestFrameworkConstants[_0x46539a(0x2b6)]]:_0x3bcace=''}=_0x469387,_0x1d92d1=_0x2dc364[_0x46539a(0x214)]()['toString']()['split']('.')[0x1],_0x9a9dca=_0x2dc364[_0x46539a(0x276)]()[_0x46539a(0x2b5)]()['split']('.')[0x1],_0x5187fe=_0x703baf?.['result']?.[_0x46539a(0x22b)],_0x21b1d6=_0x2dc364['getRef'](),_0x103502=Buffer['from'](JSON[_0x46539a(0x272)](_0x469387))[_0x46539a(0x2b5)](_0x45b7f4['BfZwU']),_0x522da6={'hash':_0x22b0a3[_0x46539a(0x230)](),'threadId':_0x22b0a3[_0x46539a(0x281)]()[_0x46539a(0x2b5)](),'processId':_0x22b0a3['getProcessId']()[_0x46539a(0x2b5)]()},_0x29ccd4={};_0x29ccd4[_0x46539a(0x237)]=_0x5187fe,_0x29ccd4[_0x46539a(0x1f0)]=_0x5ee930,_0x29ccd4['testFrameworkVersion']=_0x4ec7dd,_0x29ccd4[_0x46539a(0x220)]=_0x1d92d1,_0x29ccd4['hookState']=_0x9a9dca,_0x29ccd4[_0x46539a(0x242)]=_0x19acf7,_0x29ccd4[_0x46539a(0x2d3)]=_0x3bcace,_0x29ccd4[_0x46539a(0x26b)]=_0x21b1d6,_0x29ccd4['eventJson']=_0x103502,_0x29ccd4['executionContext']=_0x522da6;const _0x4daa1a=_0x29ccd4;return logger[_0x46539a(0x2d0)]('createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20'+_0x340d0e+_0x46539a(0x1fb)+_0x1d92d1+_0x46539a(0x26c)+_0x9a9dca),_0x4daa1a;}catch(_0x38aba1){return logger[_0x46539a(0x296)]('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util['format'](_0x38aba1)),{};}}}module['exports']=PlaywrightTestFramework;
@@ -1 +1 @@
1
- const a78_0x2c831f=a78_0xacaa;function a78_0x3218(){const _0x1a86a1=['info','logger','instance','trackEvent:\x20automationFrameworkState=','getCurrentInstanceName','1048467TrdaZm','\x20target=','463371FUjvKG','../cliUtils.js','PuppeteerAutomationFramework','WOUGI','133SiOQWg','getTrackedInstance','kLnJH','../state/hookState.js','LmCTz','1706225zkgCaA','getAutomationFrameworkName','PRE','getId','../instances/trackedInstance.js','NONE','trackPuppeteerInstance:\x20saved\x20instance\x20contextId=','kZQzx','setTrackedInstance','1612940upExzI','resolveInstance','211866iNOvam','../state/automationFrameworkState.js','debug','runHooks','trackEvent','./automationFramework.js','trackPuppeteerInstance','oFIQk','1572138fvGkIV','14430688BxPxdU',',\x20state='];a78_0x3218=function(){return _0x1a86a1;};return a78_0x3218();}(function(_0x17c8ea,_0xbacfc6){const _0x5df0c9=a78_0xacaa,_0x5e31dd=_0x17c8ea();while(!![]){try{const _0x468d8c=parseInt(_0x5df0c9(0xe3))/0x1+parseInt(_0x5df0c9(0xd9))/0x2+parseInt(_0x5df0c9(0xe1))/0x3+-parseInt(_0x5df0c9(0xf5))/0x4+parseInt(_0x5df0c9(0xec))/0x5+parseInt(_0x5df0c9(0xd1))/0x6*(parseInt(_0x5df0c9(0xe7))/0x7)+-parseInt(_0x5df0c9(0xda))/0x8;if(_0x468d8c===_0xbacfc6)break;else _0x5e31dd['push'](_0x5e31dd['shift']());}catch(_0x2bc672){_0x5e31dd['push'](_0x5e31dd['shift']());}}}(a78_0x3218,0x62a2c));const AutomationFramework=require(a78_0x2c831f(0xd6)),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFrameworkState=require(a78_0x2c831f(0xd2)),HookState=require(a78_0x2c831f(0xea)),CLIUtils=require(a78_0x2c831f(0xe4)),TrackedInstance=require(a78_0x2c831f(0xf0)),AutomationFrameworkInstance=require('../instances/automationFrameworkInstance.js');function a78_0xacaa(_0xd8d111,_0x4cde25){const _0x32185c=a78_0x3218();return a78_0xacaa=function(_0xacaa8b,_0x2d33d4){_0xacaa8b=_0xacaa8b-0xd0;let _0x160b67=_0x32185c[_0xacaa8b];return _0x160b67;},a78_0xacaa(_0xd8d111,_0x4cde25);}class PuppeteerAutomationFramework extends AutomationFramework{[a78_0x2c831f(0xdd)]=createClassLogger(a78_0x2c831f(0xe5));constructor(_0x1cdcb2,_0x2b1c35){super(_0x1cdcb2,_0x2b1c35);}async['trackEvent'](_0xafcd43,_0x217760,_0x7479fe={}){const _0x2ede86=a78_0x2c831f,_0x1dcc29={};_0x1dcc29[_0x2ede86(0xeb)]=function(_0xdc2041,_0x3489d9){return _0xdc2041===_0x3489d9;},_0x1dcc29['TIEwE']='trackEvent:\x20No\x20instance\x20found,\x20skipping\x20tracking';const _0x6a9949=_0x1dcc29;this[_0x2ede86(0xdd)]['debug'](_0x2ede86(0xdf)+_0xafcd43+'\x20hookState='+_0x217760),await super[_0x2ede86(0xd5)](_0xafcd43,_0x217760,_0x7479fe);const _0x12acc3=this[_0x2ede86(0xd0)](_0xafcd43,_0x217760,_0x7479fe);if(_0x6a9949[_0x2ede86(0xeb)](_0x12acc3,null)){this[_0x2ede86(0xdd)][_0x2ede86(0xd3)](_0x6a9949['TIEwE']);return;}_0x7479fe[_0x2ede86(0xde)]=_0x12acc3,await this[_0x2ede86(0xd4)](_0x12acc3,_0xafcd43,_0x217760,_0x7479fe);}['resolveInstance'](_0x3a6f64,_0x5a77a5,_0x4ab134={}){const _0x13bff4=a78_0x2c831f,_0x1b3885={};_0x1b3885[_0x13bff4(0xe6)]=function(_0x3788e3,_0x7644d){return _0x3788e3===_0x7644d;},_0x1b3885[_0x13bff4(0xe9)]=function(_0x85a316,_0x4ad450){return _0x85a316===_0x4ad450;},_0x1b3885[_0x13bff4(0xf3)]=function(_0x3bc858,_0xe4a5f4){return _0x3bc858===_0xe4a5f4;};const _0x361239=_0x1b3885;let _0xafb76d=null;return(_0x361239['WOUGI'](_0x3a6f64,AutomationFrameworkState['CREATE'])&&_0x361239[_0x13bff4(0xe9)](_0x5a77a5,HookState[_0x13bff4(0xee)])||_0x361239[_0x13bff4(0xf3)](_0x3a6f64,AutomationFrameworkState[_0x13bff4(0xf1)]))&&this[_0x13bff4(0xd7)](_0x3a6f64,_0x4ab134),_0xafb76d=AutomationFramework[_0x13bff4(0xe8)](),_0xafb76d;}['trackPuppeteerInstance'](_0x493468,_0x3ff3da){const _0x12cfec=a78_0x2c831f,_0x224d4f={};_0x224d4f[_0x12cfec(0xd8)]='trackPuppeteerInstance:\x20instance\x20already\x20exists';const _0x3fb0b0=_0x224d4f;if(AutomationFramework['getTrackedInstance']()){this[_0x12cfec(0xdd)][_0x12cfec(0xdc)](_0x3fb0b0[_0x12cfec(0xd8)]);return;}const _0x522598=CLIUtils[_0x12cfec(0xe0)](),_0x230454=TrackedInstance['createContext'](_0x522598);let _0x2dacfe=null;this[_0x12cfec(0xdd)][_0x12cfec(0xdc)]('trackPuppeteerInstance:\x20created\x20instance\x20for\x20target='+_0x522598+_0x12cfec(0xdb)+_0x493468),_0x2dacfe=new AutomationFrameworkInstance(_0x230454,this[_0x12cfec(0xed)](),this['getAutomationFrameworkVersion'](),_0x493468),AutomationFramework[_0x12cfec(0xf4)](_0x230454,_0x2dacfe),this[_0x12cfec(0xdd)][_0x12cfec(0xdc)](_0x12cfec(0xf2)+_0x230454[_0x12cfec(0xef)]()+_0x12cfec(0xe2)+_0x522598);}}module['exports']=PuppeteerAutomationFramework;
1
+ const a78_0x4caa0b=a78_0x56ef;(function(_0x25e7d0,_0x17de40){const _0x5602e6=a78_0x56ef,_0x88c952=_0x25e7d0();while(!![]){try{const _0xb1f535=parseInt(_0x5602e6(0x152))/0x1+-parseInt(_0x5602e6(0x164))/0x2+-parseInt(_0x5602e6(0x151))/0x3+-parseInt(_0x5602e6(0x169))/0x4*(parseInt(_0x5602e6(0x14c))/0x5)+parseInt(_0x5602e6(0x16b))/0x6*(-parseInt(_0x5602e6(0x154))/0x7)+-parseInt(_0x5602e6(0x15e))/0x8+parseInt(_0x5602e6(0x14e))/0x9;if(_0xb1f535===_0x17de40)break;else _0x88c952['push'](_0x88c952['shift']());}catch(_0x40fe4c){_0x88c952['push'](_0x88c952['shift']());}}}(a78_0x4f3b,0x4fef6));function a78_0x4f3b(){const _0x16475f=['../instances/automationFrameworkInstance.js','instance','3601952VRlipF','getTrackedInstance','\x20hookState=','logger','trackPuppeteerInstance:\x20saved\x20instance\x20contextId=','../instances/trackedInstance.js','957788SXwbZu','createContext','../state/hookState.js','ZWELd','\x20target=','1034468YfiXFy','getAutomationFrameworkName','96LpVLcq','setTrackedInstance','runHooks','resolveInstance','CREATE','UrODW','getAutomationFrameworkVersion','trackEvent','NONE','exports','10JXIwNH','../../../helpers/classLogger.js','15200163eSBgjf','VVXFp','debug','502728VZINDS','576695BVtsBb','trackPuppeteerInstance:\x20created\x20instance\x20for\x20target=','141855ECQEqM','XfCoW','trackEvent:\x20automationFrameworkState=','info','YNqJt','getId','getCurrentInstanceName','trackPuppeteerInstance'];a78_0x4f3b=function(){return _0x16475f;};return a78_0x4f3b();}function a78_0x56ef(_0x1e47f7,_0x2785a8){const _0x4f3bcd=a78_0x4f3b();return a78_0x56ef=function(_0x56ef95,_0x2983ba){_0x56ef95=_0x56ef95-0x144;let _0xffaa5b=_0x4f3bcd[_0x56ef95];return _0xffaa5b;},a78_0x56ef(_0x1e47f7,_0x2785a8);}const AutomationFramework=require('./automationFramework.js'),{createClassLogger}=require(a78_0x4caa0b(0x14d)),AutomationFrameworkState=require('../state/automationFrameworkState.js'),HookState=require(a78_0x4caa0b(0x166)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a78_0x4caa0b(0x163)),AutomationFrameworkInstance=require(a78_0x4caa0b(0x15c));class PuppeteerAutomationFramework extends AutomationFramework{[a78_0x4caa0b(0x161)]=createClassLogger('PuppeteerAutomationFramework');constructor(_0x4b2928,_0x230527){super(_0x4b2928,_0x230527);}async[a78_0x4caa0b(0x149)](_0x13ea8d,_0x49bce2,_0x4b8f96={}){const _0x381676=a78_0x4caa0b,_0x3903c9={};_0x3903c9[_0x381676(0x147)]=function(_0xf133c4,_0xc9170){return _0xf133c4===_0xc9170;},_0x3903c9['VVXFp']='trackEvent:\x20No\x20instance\x20found,\x20skipping\x20tracking';const _0x8db27a=_0x3903c9;this[_0x381676(0x161)][_0x381676(0x150)](_0x381676(0x156)+_0x13ea8d+_0x381676(0x160)+_0x49bce2),await super[_0x381676(0x149)](_0x13ea8d,_0x49bce2,_0x4b8f96);const _0x3b6bf0=this[_0x381676(0x145)](_0x13ea8d,_0x49bce2,_0x4b8f96);if(_0x8db27a[_0x381676(0x147)](_0x3b6bf0,null)){this[_0x381676(0x161)][_0x381676(0x150)](_0x8db27a[_0x381676(0x14f)]);return;}_0x4b8f96[_0x381676(0x15d)]=_0x3b6bf0,await this[_0x381676(0x144)](_0x3b6bf0,_0x13ea8d,_0x49bce2,_0x4b8f96);}[a78_0x4caa0b(0x145)](_0x5e543a,_0xd6eec3,_0x1d0e6f={}){const _0x53f29c=a78_0x4caa0b,_0x5e2772={};_0x5e2772['ZWELd']=function(_0x141271,_0x346977){return _0x141271===_0x346977;},_0x5e2772[_0x53f29c(0x158)]=function(_0x378c06,_0x5696cc){return _0x378c06===_0x5696cc;};const _0x2dffae=_0x5e2772;let _0x3cef60=null;return(_0x2dffae[_0x53f29c(0x167)](_0x5e543a,AutomationFrameworkState[_0x53f29c(0x146)])&&_0x2dffae['YNqJt'](_0xd6eec3,HookState['PRE'])||_0x2dffae['YNqJt'](_0x5e543a,AutomationFrameworkState[_0x53f29c(0x14a)]))&&this[_0x53f29c(0x15b)](_0x5e543a,_0x1d0e6f),_0x3cef60=AutomationFramework[_0x53f29c(0x15f)](),_0x3cef60;}['trackPuppeteerInstance'](_0x52dae1,_0xf77bfc){const _0xa06260=a78_0x4caa0b,_0x4ea495={};_0x4ea495[_0xa06260(0x155)]='trackPuppeteerInstance:\x20instance\x20already\x20exists';const _0x124942=_0x4ea495;if(AutomationFramework['getTrackedInstance']()){this[_0xa06260(0x161)][_0xa06260(0x157)](_0x124942[_0xa06260(0x155)]);return;}const _0x4547c1=CLIUtils[_0xa06260(0x15a)](),_0x44876a=TrackedInstance[_0xa06260(0x165)](_0x4547c1);let _0x2f9a09=null;this[_0xa06260(0x161)][_0xa06260(0x157)](_0xa06260(0x153)+_0x4547c1+',\x20state='+_0x52dae1),_0x2f9a09=new AutomationFrameworkInstance(_0x44876a,this[_0xa06260(0x16a)](),this[_0xa06260(0x148)](),_0x52dae1),AutomationFramework[_0xa06260(0x16c)](_0x44876a,_0x2f9a09),this[_0xa06260(0x161)][_0xa06260(0x157)](_0xa06260(0x162)+_0x44876a[_0xa06260(0x159)]()+_0xa06260(0x168)+_0x4547c1);}}module[a78_0x4caa0b(0x14b)]=PuppeteerAutomationFramework;