browserstack-node-sdk 1.50.11 → 1.52.0

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 (195) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/generated/sdk-messages_pb.d.ts +12 -0
  41. package/generated/sdk-messages_pb.js +97 -1
  42. package/package.json +1 -1
  43. package/src/ai-sdk-node/bundle.js +1 -1
  44. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  45. package/src/bin/codeceptjs/command.js +1 -1
  46. package/src/bin/codeceptjs/helper.js +1 -1
  47. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  48. package/src/bin/cucumber-js/command.js +1 -1
  49. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  50. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  51. package/src/bin/cucumber-js/test-observability.js +1 -1
  52. package/src/bin/cucumber-js/test.setup.js +1 -1
  53. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  54. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  55. package/src/bin/integrations/command.js +1 -1
  56. package/src/bin/integrations/constants.js +1 -1
  57. package/src/bin/jest/command.js +1 -1
  58. package/src/bin/jest/customImplements/customCircus.js +1 -1
  59. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  60. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  61. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  62. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  63. package/src/bin/jest/jest.setup.js +1 -1
  64. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  65. package/src/bin/jest/test-observability/helper.js +1 -1
  66. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  67. package/src/bin/jest/test-observability/test-details.js +1 -1
  68. package/src/bin/jest/test.setup.js +1 -1
  69. package/src/bin/jest/test_before.setup.js +1 -1
  70. package/src/bin/launcher/launcher.js +1 -1
  71. package/src/bin/load/index.js +1 -1
  72. package/src/bin/load/loadUtils.js +1 -1
  73. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  74. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  75. package/src/bin/mocha/command.js +1 -1
  76. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  77. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  78. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  79. package/src/bin/mocha/test.setup.js +1 -1
  80. package/src/bin/nightwatch/command.js +1 -1
  81. package/src/bin/playwright/accessibility-helper.js +1 -1
  82. package/src/bin/playwright/command.js +1 -1
  83. package/src/bin/playwright/globalSetup.js +1 -1
  84. package/src/bin/playwright/mock-process.js +1 -1
  85. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  86. package/src/bin/playwright/patches.js +1 -1
  87. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  88. package/src/bin/playwright/reporter/reporter.js +1 -1
  89. package/src/bin/playwright/reporter/test-details.js +1 -1
  90. package/src/bin/playwright/sessionDetails.js +1 -1
  91. package/src/bin/puppeteer/patches.js +1 -0
  92. package/src/bin/puppeteer/sessionDetails.js +1 -0
  93. package/src/bin/puppeteer/test.setup.js +1 -0
  94. package/src/bin/runner.js +1 -1
  95. package/src/bin/setup.js +1 -1
  96. package/src/bin/test-runner/index.js +1 -1
  97. package/src/bin/test-runner/runTest.js +1 -1
  98. package/src/bin/test-runner/testWorker.js +1 -1
  99. package/src/bin/utils/apiUtilityMethods.js +1 -1
  100. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  101. package/src/bin/utils/constants.js +1 -1
  102. package/src/bin/utils/log4jsAppender.js +1 -1
  103. package/src/bin/utils/logPatcher.js +1 -1
  104. package/src/bin/utils/logReportingAPI.js +1 -1
  105. package/src/bin/utils/playwright-patcher.js +1 -1
  106. package/src/bin/utils/puppeteer-patcher.js +1 -0
  107. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  108. package/src/bin/utils/sharedUtils.js +1 -1
  109. package/src/bin/v2/TestInfo.js +1 -1
  110. package/src/bin/v2/browserstackCLI.js +1 -1
  111. package/src/bin/v2/cliUtils.js +1 -1
  112. package/src/bin/v2/customTagManager.js +1 -1
  113. package/src/bin/v2/eventDispatcher.js +1 -1
  114. package/src/bin/v2/framework/automationFramework.js +1 -1
  115. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  116. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  117. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  118. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  119. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  120. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  121. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -0
  122. package/src/bin/v2/framework/testFramework.js +1 -1
  123. package/src/bin/v2/grpcClient.js +1 -1
  124. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  125. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  126. package/src/bin/v2/instances/trackedContext.js +1 -1
  127. package/src/bin/v2/instances/trackedInstance.js +1 -1
  128. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  129. package/src/bin/v2/modules/baseModule.js +1 -1
  130. package/src/bin/v2/modules/loadTestModule.js +1 -1
  131. package/src/bin/v2/modules/observabilityModule.js +1 -1
  132. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  133. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -0
  134. package/src/bin/v2/modules/testhubModule.js +1 -1
  135. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  136. package/src/bin/v2/state/hookState.js +1 -1
  137. package/src/bin/v2/state/testFrameworkState.js +1 -1
  138. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  139. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  140. package/src/bin/v2/utils/jest-utils.js +1 -1
  141. package/src/bin/vanilla-js/command.js +1 -1
  142. package/src/browserStackSdk.js +1 -1
  143. package/src/helpers/BrowserStackSetup.js +1 -1
  144. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  145. package/src/helpers/accessibility-automation/constants.js +1 -1
  146. package/src/helpers/accessibility-automation/helper.js +1 -1
  147. package/src/helpers/accessibility-automation/scripts.js +1 -1
  148. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  149. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  150. package/src/helpers/ats/constants.js +1 -1
  151. package/src/helpers/ats/helper.js +1 -1
  152. package/src/helpers/capsMapping.js +1 -1
  153. package/src/helpers/central-scanner/constants.js +1 -1
  154. package/src/helpers/central-scanner/helpers.js +1 -1
  155. package/src/helpers/classLogger.js +1 -1
  156. package/src/helpers/globals.js +1 -1
  157. package/src/helpers/helper.js +1 -1
  158. package/src/helpers/logger.js +1 -1
  159. package/src/helpers/metadata.js +1 -1
  160. package/src/helpers/patchHelper.js +1 -1
  161. package/src/helpers/patchHelpers.js +1 -1
  162. package/src/helpers/percy/Percy.js +1 -1
  163. package/src/helpers/percy/PercyBinary.js +1 -1
  164. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  165. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  166. package/src/helpers/percy/PercySDK.js +1 -1
  167. package/src/helpers/percy/index.js +1 -1
  168. package/src/helpers/percy/utils.js +1 -1
  169. package/src/helpers/performance/constants.js +1 -1
  170. package/src/helpers/performance/performance-tester.js +1 -1
  171. package/src/helpers/playwright-helper.js +1 -1
  172. package/src/helpers/processHelper.js +1 -1
  173. package/src/helpers/puppeteer-helper.js +1 -0
  174. package/src/helpers/request-spy.js +1 -1
  175. package/src/helpers/setKeepAlive.js +1 -1
  176. package/src/helpers/test-observability/constants.js +1 -1
  177. package/src/helpers/test-observability/error-handler.js +1 -1
  178. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  179. package/src/helpers/test-observability/sessionHandler.js +1 -1
  180. package/src/helpers/test-observability/utils.js +1 -1
  181. package/src/helpers/test-orchestration/constants.js +1 -1
  182. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  183. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  184. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  185. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  186. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  187. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  188. package/src/helpers/testhub/constants.js +1 -1
  189. package/src/helpers/testhub/testhubHandler.js +1 -1
  190. package/src/helpers/testhub/utils.js +1 -1
  191. package/src/helpers/timeoutPromise.js +1 -1
  192. package/src/helpers/utilities.js +1 -1
  193. package/src/helpers/w3cMapping.js +1 -1
  194. package/src/hubAllocationMethods.js +1 -1
  195. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a70_0x3781(_0x200f52,_0x48921c){const _0x162f82=a70_0x162f();return a70_0x3781=function(_0x378160,_0x59717c){_0x378160=_0x378160-0x162;let _0x524cd9=_0x162f82[_0x378160];return _0x524cd9;},a70_0x3781(_0x200f52,_0x48921c);}const a70_0x2c28ae=a70_0x3781;(function(_0x2d406f,_0x3ec87d){const _0xe8e858=a70_0x3781,_0x8a4cf7=_0x2d406f();while(!![]){try{const _0x4f4932=parseInt(_0xe8e858(0x1a3))/0x1+-parseInt(_0xe8e858(0x1f9))/0x2*(parseInt(_0xe8e858(0x213))/0x3)+parseInt(_0xe8e858(0x16f))/0x4+-parseInt(_0xe8e858(0x19a))/0x5*(-parseInt(_0xe8e858(0x197))/0x6)+-parseInt(_0xe8e858(0x169))/0x7*(-parseInt(_0xe8e858(0x171))/0x8)+parseInt(_0xe8e858(0x22e))/0x9*(-parseInt(_0xe8e858(0x21f))/0xa)+-parseInt(_0xe8e858(0x1cb))/0xb;if(_0x4f4932===_0x3ec87d)break;else _0x8a4cf7['push'](_0x8a4cf7['shift']());}catch(_0x1aed14){_0x8a4cf7['push'](_0x8a4cf7['shift']());}}}(a70_0x162f,0xb1f3f));const TestFramework=require('./testFramework'),TestFrameworkState=require(a70_0x2c28ae(0x1a5)),HookState=require('../state/hookState.js'),{createClassLogger}=require(a70_0x2c28ae(0x194)),TestFrameworkInstance=require(a70_0x2c28ae(0x1eb)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a70_0x2c28ae(0x210)),TestFrameworkConstants=require(a70_0x2c28ae(0x1f2)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a70_0x2c28ae(0x215)),logger=createClassLogger('CucumberTestFramework'),{v4:uuidv4}=require(a70_0x2c28ae(0x184)),util=require(a70_0x2c28ae(0x205)),TestInfo=require(a70_0x2c28ae(0x168)),GrpcClient=require(a70_0x2c28ae(0x1c1));class CucumberTestFramework extends TestFramework{constructor(_0x6caaed,_0x742a5e,_0x2a367d){super(_0x6caaed,_0x742a5e,_0x2a367d);}async[a70_0x2c28ae(0x186)](_0x81a2ac,_0x101d2f,_0x15a986={}){const _0x4a8bbd=a70_0x2c28ae,_0x94e16e={};_0x94e16e['mgzgw']=_0x4a8bbd(0x1e7),_0x94e16e[_0x4a8bbd(0x21b)]=function(_0x51cd75,_0x16f7f9){return _0x51cd75===_0x16f7f9;},_0x94e16e[_0x4a8bbd(0x22c)]=function(_0x1095aa,_0x5c184a){return _0x1095aa===_0x5c184a;},_0x94e16e[_0x4a8bbd(0x173)]='trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s';const _0x216c4a=_0x94e16e;await super[_0x4a8bbd(0x186)](_0x81a2ac,_0x101d2f,_0x15a986);const _0x286a2d=this[_0x4a8bbd(0x19b)](_0x81a2ac,_0x101d2f,_0x15a986);if(!_0x286a2d){logger[_0x4a8bbd(0x17a)](_0x216c4a[_0x4a8bbd(0x1bd)]);return;}try{let _0x20f794,_0x4126bf;switch(_0x81a2ac){case TestFrameworkState[_0x4a8bbd(0x183)]:_0x20f794=_0x15a986[_0x4a8bbd(0x1f7)],_0x4126bf=TestInfo[_0x4a8bbd(0x1f6)](_0x20f794['id']);if(_0x216c4a['VdKZm'](_0x101d2f,HookState[_0x4a8bbd(0x1d0)])){logger[_0x4a8bbd(0x17a)](_0x4a8bbd(0x19c)+_0x20f794['id']);const _0x437a52={};_0x437a52[_0x4a8bbd(0x1d8)]=_0x4126bf,_0x437a52[_0x4a8bbd(0x1c9)]=_0x20f794,_0x286a2d['addMultipleEntries'](this[_0x4a8bbd(0x1c2)](_0x437a52)),logger['debug'](_0x4a8bbd(0x224)+_0x20f794['id']),await this['processPendingHooks'](_0x286a2d,_0x20f794['id']);}else{if(_0x216c4a[_0x4a8bbd(0x21b)](_0x101d2f,HookState[_0x4a8bbd(0x196)])){const _0x496a28={};_0x496a28['testUUID']=_0x4126bf,_0x496a28[_0x4a8bbd(0x1c9)]=_0x20f794,_0x286a2d[_0x4a8bbd(0x162)](this[_0x4a8bbd(0x17b)](_0x496a28)),await this[_0x4a8bbd(0x1a9)](_0x286a2d,_0x20f794['id']);}}break;case TestFrameworkState['LOG_REPORT']:_0x216c4a[_0x4a8bbd(0x22c)](_0x101d2f,HookState['POST'])&&await this['sendLogCreatedEvent'](_0x286a2d,_0x81a2ac,_0x15a986);break;default:if(CLIUtils[_0x4a8bbd(0x225)](_0x81a2ac['toString']()[_0x4a8bbd(0x199)]('.')[0x1])){const _0xf75a0d=await this[_0x4a8bbd(0x1b7)](_0x286a2d,_0x81a2ac,_0x101d2f,_0x15a986);_0x286a2d[_0x4a8bbd(0x162)](_0xf75a0d);}else logger[_0x4a8bbd(0x17a)](_0x4a8bbd(0x1b9)+_0x81a2ac+_0x4a8bbd(0x1f8)+_0x101d2f);break;}}catch(_0x4ebbfb){logger[_0x4a8bbd(0x16c)](util[_0x4a8bbd(0x1a1)](_0x216c4a['kLOng'],_0x81a2ac,_0x101d2f,_0x15a986[_0x4a8bbd(0x20f)],_0x4ebbfb));}_0x15a986[_0x4a8bbd(0x1c8)]=_0x286a2d,await this['runHooks'](_0x286a2d,_0x81a2ac,_0x101d2f,_0x15a986);}['resolveInstance'](_0x2b8b6f,_0x462753,_0x13bb47={}){const _0x17c37a=a70_0x2c28ae,_0x1859e3={};_0x1859e3[_0x17c37a(0x1ff)]=function(_0x28c120,_0x531ed6){return _0x28c120===_0x531ed6;};const _0x3aac68=_0x1859e3;let _0x526f9a=null;return(_0x3aac68['SbOEe'](_0x2b8b6f,TestFrameworkState['INIT_TEST'])||_0x3aac68[_0x17c37a(0x1ff)](_0x2b8b6f,TestFrameworkState[_0x17c37a(0x1da)]))&&this[_0x17c37a(0x170)](_0x2b8b6f,_0x13bb47),_0x526f9a=TestFramework[_0x17c37a(0x191)](),_0x526f9a;}[a70_0x2c28ae(0x170)](_0xa3437c,_0x37fbde){const _0x1b588b=a70_0x2c28ae,_0x391778=CLIUtils[_0x1b588b(0x1bb)](),_0x2cfd16=TrackedInstance[_0x1b588b(0x1ac)](_0x391778);let _0x5734d6=null;logger[_0x1b588b(0x17a)](_0x1b588b(0x201)+_0x391778+_0x1b588b(0x1a7)+_0xa3437c),_0x5734d6=new TestFrameworkInstance(_0x2cfd16,this['getTestFrameworks'](),this[_0x1b588b(0x1de)](),_0xa3437c,HookState['NONE']),TestFramework[_0x1b588b(0x1d1)](_0x2cfd16,_0x5734d6),logger['debug'](_0x1b588b(0x1d6)+_0x2cfd16[_0x1b588b(0x20c)]()+_0x1b588b(0x176)+_0x391778);}[a70_0x2c28ae(0x1c2)](_0xd080b7){const _0x4b3969=a70_0x2c28ae,_0x149851={};_0x149851['QosPf']=_0x4b3969(0x190);const _0x1663d3=_0x149851,{testUUID:_0x203532,testData:_0x1e0bee}=_0xd080b7;if(!_0x1e0bee||!_0x1e0bee[_0x4b3969(0x184)])return logger[_0x4b3969(0x17a)](_0x1663d3[_0x4b3969(0x1a8)]),{};const _0x206107=_0x203532,_0xcee16a=_0x1e0bee[_0x4b3969(0x184)],_0x1436c5=this[_0x4b3969(0x1fc)]()[0x0],_0x1897f4=this[_0x4b3969(0x1de)](),_0x302f43={[TestFrameworkConstants[_0x4b3969(0x1e4)]]:_0x1436c5,[TestFrameworkConstants[_0x4b3969(0x209)]]:_0x1897f4[_0x1436c5],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x4b3969(0x1f0)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x4b3969(0x1e5)]]:_0x206107,[TestFrameworkConstants[_0x4b3969(0x200)]]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants[_0x4b3969(0x163)]]:_0x1e0bee[_0x4b3969(0x195)]||'',[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x1e0bee[_0x4b3969(0x228)]||'',[TestFrameworkConstants[_0x4b3969(0x1fa)]]:_0xcee16a,[TestFrameworkConstants[_0x4b3969(0x179)]]:_0x1e0bee[_0x4b3969(0x195)]||'',[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x1e0bee[_0x4b3969(0x202)]||'',[TestFrameworkConstants[_0x4b3969(0x1ad)]]:_0x1e0bee[_0x4b3969(0x22b)]?.['code']||null,[TestFrameworkConstants[_0x4b3969(0x1ba)]]:_0x1e0bee[_0x4b3969(0x18b)]||[],[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x1e0bee[_0x4b3969(0x1c5)]||new Date()[_0x4b3969(0x1e2)](),[TestFrameworkConstants[_0x4b3969(0x180)]]:_0x1e0bee[_0x4b3969(0x1bf)]?.[0x0]||'',[TestFrameworkConstants[_0x4b3969(0x1c0)]]:_0x1e0bee[_0x4b3969(0x1bf)]||[],[TestFrameworkConstants[_0x4b3969(0x1dd)]]:_0x1e0bee[_0x4b3969(0x229)]?.[_0x4b3969(0x1b2)]||_0x1e0bee[_0x4b3969(0x195)]||'',[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x4b3969(0x1f5)]]:_0x1e0bee['meta']||{}};TestInfo[_0x4b3969(0x1af)](_0xcee16a,_0x302f43),logger[_0x4b3969(0x17a)](_0x4b3969(0x164)+_0x1e0bee['name']+_0x4b3969(0x1ec)+_0x206107);const _0x1b79e7={};return _0x1b79e7[_0xcee16a]=_0x302f43,_0x1b79e7;}[a70_0x2c28ae(0x17b)](_0x8f8f38){const _0x25fd1f=a70_0x2c28ae,_0x54ff86={'DdjHi':_0x25fd1f(0x214),'dVBOy':_0x25fd1f(0x1ab),'uiBMr':function(_0x18da80,_0x29dcde){return _0x18da80===_0x29dcde;},'MaQhu':_0x25fd1f(0x206),'ySfmW':_0x25fd1f(0x20b),'poKda':function(_0x422c6f,_0x16a701,_0x2d8511){return _0x422c6f(_0x16a701,_0x2d8511);},'aBwQA':function(_0x1eaa63,_0x5dc35f){return _0x1eaa63>_0x5dc35f;}},{testUUID:_0x48542b,testData:_0x51bd2b}=_0x8f8f38;if(!_0x51bd2b||!_0x51bd2b[_0x25fd1f(0x184)])return logger[_0x25fd1f(0x17a)](_0x54ff86[_0x25fd1f(0x1dc)]),{};const _0x4b1364=this[_0x25fd1f(0x19b)](TestFrameworkState['TEST'],HookState[_0x25fd1f(0x196)]),_0x2d5ffc=_0x51bd2b['uuid'],_0x4919a9=TestInfo['getTestDetails'](_0x2d5ffc)||{},_0x4286d6=_0x4919a9?_0x4919a9[TestFrameworkConstants[_0x25fd1f(0x20a)]]||{}:{},_0x8555e8={..._0x4919a9,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x51bd2b[_0x25fd1f(0x178)]||_0x54ff86['dVBOy'],[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x51bd2b['finishedAt']||new Date()['toISOString'](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x25fd1f(0x1e2)](),[TestFrameworkConstants[_0x25fd1f(0x20a)]]:_0x4286d6,[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants[_0x25fd1f(0x1f5)]]:_0x51bd2b['meta']||{}};_0x54ff86[_0x25fd1f(0x22f)](_0x51bd2b[_0x25fd1f(0x178)],_0x54ff86[_0x25fd1f(0x1d9)])&&_0x51bd2b[_0x25fd1f(0x1d3)]&&(_0x8555e8[TestFrameworkConstants[_0x25fd1f(0x226)]]=_0x51bd2b[_0x25fd1f(0x222)]||_0x54ff86[_0x25fd1f(0x17e)],_0x8555e8[TestFrameworkConstants[_0x25fd1f(0x21d)]]=_0x51bd2b['failure_reason']||'',_0x8555e8[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x51bd2b[_0x25fd1f(0x1d3)]);const _0x23c686=TestInfo[_0x25fd1f(0x223)](_0x2d5ffc)[TestFrameworkConstants[_0x25fd1f(0x18d)]]||{},_0x43680e=_0x54ff86[_0x25fd1f(0x17f)](getManualUploadLogs,_0x23c686,_0x4b1364[_0x25fd1f(0x1e1)]()[_0x25fd1f(0x165)](_0x2d5ffc)[TestFrameworkConstants[_0x25fd1f(0x1e5)]]);if(_0x54ff86[_0x25fd1f(0x1be)](_0x43680e[_0x25fd1f(0x20f)],0x0)){const _0xf4088a=_0x8555e8[TestFrameworkConstants[_0x25fd1f(0x1df)]]||[];_0x8555e8[TestFrameworkConstants['KEY_LOGS']]=[..._0xf4088a,..._0x43680e];}_0x51bd2b[_0x25fd1f(0x1d4)]&&_0x54ff86[_0x25fd1f(0x1be)](_0x51bd2b[_0x25fd1f(0x1d4)]['length'],0x0)&&(_0x8555e8[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x51bd2b[_0x25fd1f(0x1d4)]);TestInfo[_0x25fd1f(0x1af)](_0x2d5ffc,_0x8555e8),logger[_0x25fd1f(0x17a)](_0x25fd1f(0x1ae)+_0x51bd2b[_0x25fd1f(0x195)]+_0x25fd1f(0x21e)+_0x51bd2b[_0x25fd1f(0x178)]);const _0xe32048={};return _0xe32048[_0x2d5ffc]=_0x8555e8,_0xe32048;}async['trackHookEvent'](_0x5f2c98,_0x56fe2e,_0x4ef6b5,_0x2b37a7){const _0x55f5dd=a70_0x2c28ae,_0x3c533c={'ZtkBg':_0x55f5dd(0x16d),'TJNdv':function(_0x310ab4){return _0x310ab4();},'zIlhW':function(_0x5ca287,_0x1efb81){return _0x5ca287 in _0x1efb81;},'QQjxN':function(_0x59d889,_0x3b4966){return _0x59d889 in _0x3b4966;},'yGZTL':function(_0x357c14,_0x442fd3){return _0x357c14===_0x442fd3;},'Eoqdb':function(_0x561860,_0x59b882){return _0x561860===_0x59b882;},'yskzb':function(_0x330308,_0x201a12){return _0x330308>_0x201a12;},'IToqe':function(_0x277761,_0x455502){return _0x277761===_0x455502;},'AOfJo':'failed','zuTbL':'UnhandledError','CmbMy':_0x55f5dd(0x203),'HXfFU':function(_0x3496a3,_0x21737a){return _0x3496a3!==_0x21737a;}},{hookData:_0x592f5f}=_0x2b37a7;if(!_0x592f5f)return logger['debug'](_0x3c533c[_0x55f5dd(0x207)]),{};const _0x2c0565=_0x592f5f[_0x55f5dd(0x184)]||_0x3c533c['TJNdv'](uuidv4),_0x43e0a9=_0x592f5f[_0x55f5dd(0x1d2)],_0x5bc2b0=_0x56fe2e[_0x55f5dd(0x1e0)]()[_0x55f5dd(0x199)]('.')[0x1],_0x4ca6d3=TestInfo[_0x55f5dd(0x223)](_0x43e0a9)[TestFrameworkConstants[_0x55f5dd(0x20a)]]||{},_0x2eab8e=_0x5f2c98[_0x55f5dd(0x1e1)]()[_0x55f5dd(0x165)](_0x43e0a9);if(!_0x2eab8e)return logger['debug'](_0x55f5dd(0x1cc)+_0x43e0a9+_0x55f5dd(0x189)),this[_0x55f5dd(0x16e)](_0x5f2c98,_0x43e0a9,_0x56fe2e,_0x4ef6b5,_0x2b37a7),{};let _0x27b20a=_0x2eab8e[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x27b20a&&(_0x27b20a={});!_0x3c533c['zIlhW'](_0x5bc2b0,_0x27b20a)&&(_0x27b20a[_0x5bc2b0]=[]);let _0xcfe56e=_0x2eab8e[TestFrameworkConstants[_0x55f5dd(0x1f0)]];!_0xcfe56e&&(_0xcfe56e={});!_0x3c533c[_0x55f5dd(0x1cd)](_0x5bc2b0,_0xcfe56e)&&(_0xcfe56e[_0x5bc2b0]=[]);const _0x36c11c={[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x27b20a,[TestFrameworkConstants[_0x55f5dd(0x1f0)]]:_0xcfe56e},_0x516e9f={};_0x516e9f[_0x43e0a9]=_0x36c11c;const _0x3edbfe=_0x516e9f;if(_0x3c533c[_0x55f5dd(0x217)](_0x4ef6b5,HookState[_0x55f5dd(0x1d0)])){const _0x6d75f2={[TestFrameworkConstants['KEY_HOOK_ID']]:_0x2c0565,[TestFrameworkConstants[_0x55f5dd(0x1ef)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x55f5dd(0x172)]]:_0x592f5f[_0x55f5dd(0x174)],[TestFrameworkConstants[_0x55f5dd(0x221)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x592f5f[_0x55f5dd(0x193)],[TestFrameworkConstants[_0x55f5dd(0x20a)]]:_0x4ca6d3};_0x6d75f2[_0x55f5dd(0x18f)]=_0x5bc2b0;const _0x50b65e=_0x6d75f2;_0x27b20a[_0x5bc2b0]['push'](_0x50b65e),_0x3edbfe[_0x43e0a9][TestFrameworkConstants[_0x55f5dd(0x1f1)]]=_0x5bc2b0,logger[_0x55f5dd(0x17a)](_0x55f5dd(0x20e)+_0x5bc2b0+_0x55f5dd(0x188)+_0x50b65e+'\x20\x20and\x20args\x20=\x20'+_0x2b37a7);}else{if(_0x3c533c[_0x55f5dd(0x1ea)](_0x4ef6b5,HookState[_0x55f5dd(0x196)])){const _0x103b38=_0x592f5f[_0x55f5dd(0x178)],_0x39ab92=_0x27b20a[_0x5bc2b0]||[];logger[_0x55f5dd(0x17a)](_0x55f5dd(0x216)+_0x39ab92+_0x55f5dd(0x177)+_0x2b37a7);if(_0x3c533c[_0x55f5dd(0x192)](_0x39ab92['length'],0x0)){const _0x17d32c=_0x39ab92['pop']();_0x3c533c[_0x55f5dd(0x1e8)](_0x592f5f['result'],_0x3c533c[_0x55f5dd(0x22d)])&&_0x592f5f['failure_data']?(_0x17d32c[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=_0x592f5f[_0x55f5dd(0x222)]||_0x3c533c[_0x55f5dd(0x1b5)],_0x17d32c[TestFrameworkConstants[_0x55f5dd(0x20d)]]=_0x592f5f[_0x55f5dd(0x1b6)]||'',_0x17d32c[TestFrameworkConstants[_0x55f5dd(0x212)]]=_0x592f5f[_0x55f5dd(0x1c6)]):_0x17d32c[TestFrameworkConstants[_0x55f5dd(0x1ef)]]=_0x3c533c[_0x55f5dd(0x1e6)];_0x3c533c[_0x55f5dd(0x22a)](_0x103b38,TestFrameworkConstants[_0x55f5dd(0x1b4)])&&(_0x17d32c[TestFrameworkConstants[_0x55f5dd(0x1ef)]]=_0x103b38);_0x17d32c[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x592f5f[_0x55f5dd(0x187)]||new Date()[_0x55f5dd(0x1e2)](),_0x17d32c[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x4ca6d3;const _0x14b06c=_0x17d32c[TestFrameworkConstants['KEY_HOOK_ID']];!_0xcfe56e[_0x5bc2b0]&&(_0xcfe56e[_0x5bc2b0]=[]),_0xcfe56e[_0x5bc2b0][_0x55f5dd(0x18e)](_0x17d32c),_0x3edbfe[_0x43e0a9][TestFrameworkConstants[_0x55f5dd(0x227)]]=_0x5bc2b0;}}}return logger[_0x55f5dd(0x17a)]('Tracked\x20cucumber\x20hook\x20event:\x20'+_0x592f5f[_0x55f5dd(0x193)]+_0x55f5dd(0x1b1)+_0x2c0565+'\x20for\x20test:\x20'+_0x43e0a9),_0x3edbfe;}[a70_0x2c28ae(0x1f4)](_0x42ce36){const _0x27344c=a70_0x2c28ae,_0x4f08e2={};_0x4f08e2[_0x27344c(0x204)]=_0x27344c(0x1c3);const _0xa7dc71=_0x4f08e2;try{const _0x21b95e=_0x42ce36[_0x27344c(0x1f7)]?_0x42ce36[_0x27344c(0x1f7)]['id']:_0x42ce36[_0x27344c(0x18a)][_0x27344c(0x1d2)],_0x120fc1=_0x42ce36['instance'],_0x55a4f8=_0x120fc1[_0x27344c(0x1e9)](),_0x18bf62=_0x120fc1['getAllData']()[_0x27344c(0x165)](_0x21b95e);if(!_0x18bf62)return logger[_0x27344c(0x17a)](_0x27344c(0x185)+_0x21b95e),{};logger['debug']('createTestFrameworkEventPayload\x20testId:\x20'+_0x21b95e);const {[TestFrameworkConstants[_0x27344c(0x1e4)]]:_0x5db6ed='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0xac8029='',[TestFrameworkConstants[_0x27344c(0x208)]]:_0x3919b6='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x4c6351=''}=_0x18bf62,_0x531e53=_0x120fc1[_0x27344c(0x1a2)]()[_0x27344c(0x1e0)]()[_0x27344c(0x199)]('.')[0x1],_0x1cf70a=_0x120fc1[_0x27344c(0x220)]()[_0x27344c(0x1e0)]()[_0x27344c(0x199)]('.')[0x1],_0x14fb3c=global?.[_0x27344c(0x1ed)]?.[_0x27344c(0x1bc)]?.[_0x27344c(0x198)],_0x148957=_0x120fc1['getRef'](),_0x4cf799=Buffer['from'](JSON[_0x27344c(0x16b)](_0x18bf62))[_0x27344c(0x1e0)](_0xa7dc71[_0x27344c(0x204)]),_0x5b33fc={'hash':_0x55a4f8['getId'](),'threadId':_0x55a4f8['getThreadId']()[_0x27344c(0x1e0)](),'processId':_0x55a4f8[_0x27344c(0x175)]()[_0x27344c(0x1e0)]()},_0x3fb054={};_0x3fb054['platformIndex']=_0x14fb3c,_0x3fb054['testFrameworkName']=_0x5db6ed,_0x3fb054[_0x27344c(0x1d7)]=_0xac8029,_0x3fb054[_0x27344c(0x1d5)]=_0x531e53,_0x3fb054[_0x27344c(0x19f)]=_0x1cf70a,_0x3fb054['startedAt']=_0x3919b6,_0x3fb054[_0x27344c(0x1aa)]=_0x4c6351,_0x3fb054['uuid']=_0x148957,_0x3fb054['eventJson']=_0x4cf799,_0x3fb054['executionContext']=_0x5b33fc;const _0x10b67f=_0x3fb054;return logger[_0x27344c(0x17a)]('createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20'+_0x21b95e+_0x27344c(0x1db)+_0x531e53+_0x27344c(0x1fd)+_0x1cf70a),_0x10b67f;}catch(_0xe49f68){return logger['error'](_0x27344c(0x182)+util[_0x27344c(0x1a1)](_0xe49f68)),{};}}async[a70_0x2c28ae(0x19e)](_0x3f3706,_0x2e2301,_0x503bc6){const _0x472236=a70_0x2c28ae,_0x29c249={'ezciE':function(_0x7dd07c,_0x3082b7,_0x2a60a7){return _0x7dd07c(_0x3082b7,_0x2a60a7);},'imTHg':function(_0x5721d6,_0x18ee34){return _0x5721d6===_0x18ee34;},'hqcwP':'sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping','icWaG':function(_0x117844,_0x36a26){return _0x117844/_0x36a26;},'XJiuU':function(_0x243f5d,_0x550a71){return _0x243f5d<_0x550a71;},'ILZvi':function(_0x4e8d64,_0x55d2ae){return _0x4e8d64*_0x55d2ae;},'IQDuP':function(_0x378abb,_0x379a70){return _0x378abb+_0x379a70;},'VITqc':function(_0x3a695e,_0x1a8bc6){return _0x3a695e+_0x1a8bc6;},'UDrnJ':'Cucumber\x20log\x20created\x20event'};try{const _0x3326a0=_0x503bc6[_0x472236(0x1d8)],_0x376a71=_0x3f3706['getAllData']()[_0x472236(0x165)](_0x3326a0),{[TestFrameworkConstants[_0x472236(0x1e4)]]:_0x4ece55='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x2fc139=''}=_0x376a71,_0x3ebb31=TestInfo[_0x472236(0x1e3)](_0x3326a0),_0x5411c7=TestInfo[_0x472236(0x223)](_0x3326a0)[TestFrameworkConstants[_0x472236(0x18d)]]||{},_0x20bec5=_0x29c249[_0x472236(0x1b3)](getMediaArtifactsLogs,_0x5411c7,_0x3f3706[_0x472236(0x1e1)]()[_0x472236(0x165)](_0x3326a0)[TestFrameworkConstants['KEY_TEST_UUID']]),_0x17fc06=(_0x3ebb31||[])[_0x472236(0x219)](_0x20bec5||[]);if(!_0x17fc06||_0x29c249[_0x472236(0x1cf)](_0x17fc06['length'],0x0)){logger[_0x472236(0x17a)](_0x29c249[_0x472236(0x21a)]);return;}const _0x56969a=0x28,_0x57e422=Math[_0x472236(0x1a4)](_0x29c249[_0x472236(0x18c)](_0x17fc06[_0x472236(0x20f)],_0x56969a));for(let _0x1738f7=0x0;_0x29c249[_0x472236(0x1fe)](_0x1738f7,_0x57e422);_0x1738f7++){const _0x1e63fc=_0x29c249[_0x472236(0x218)](_0x1738f7,_0x56969a),_0x3343e0=_0x29c249['IQDuP'](_0x1e63fc,_0x56969a),_0x5138ac=_0x17fc06[_0x472236(0x19d)](_0x1e63fc,_0x3343e0),_0x45a6e7={'platformIndex':'0','logs':_0x5138ac,'testFrameworkName':_0x4ece55,'testFrameworkVersion':_0x2fc139,'testFrameworkState':_0x2e2301['toString']()['split']('.')[0x1]};logger[_0x472236(0x17a)]('sendLogCreatedEvent:\x20for\x20testId:\x20'+_0x3326a0+'\x20batch\x20'+_0x29c249[_0x472236(0x1a6)](_0x1738f7,0x1)+'/'+_0x57e422+'\x20payload='+util[_0x472236(0x17d)](_0x45a6e7));const _0x19652b=await GrpcClient[_0x472236(0x1ca)]()['logCreatedEvent'](_0x45a6e7);logger['debug'](_0x472236(0x16a)+_0x3326a0+_0x472236(0x1b0)+_0x29c249['IQDuP'](_0x1738f7,0x1)+'/'+_0x57e422+'\x20response='+util[_0x472236(0x17d)](_0x19652b));}}catch(_0x37ca7e){logger[_0x472236(0x16c)](_0x472236(0x1fb)+util['format'](_0x37ca7e));}logger[_0x472236(0x17a)](_0x29c249['UDrnJ']);}[a70_0x2c28ae(0x16e)](_0x2a0721,_0x4f01dc,_0x48ec41,_0x505f25,_0x307aac){const _0x162e8f=a70_0x2c28ae,_0x4460f1={'testId':_0x4f01dc,'testFrameworkState':_0x48ec41,'hookState':_0x505f25,'args':_0x307aac,'timestamp':new Date()[_0x162e8f(0x1e2)]()};_0x2a0721['addPendingHook'](_0x4f01dc,_0x4460f1),logger[_0x162e8f(0x17a)]('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x4f01dc+_0x162e8f(0x17c)+_0x48ec41+_0x162e8f(0x1f3)+_0x505f25);}async[a70_0x2c28ae(0x1a9)](_0x20f497,_0x3ce0ca){const _0x422d71=a70_0x2c28ae,_0xe6bcaa={};_0xe6bcaa[_0x422d71(0x167)]=function(_0x40ef91,_0x1a1825){return _0x40ef91>_0x1a1825;};const _0x428e26=_0xe6bcaa;if(!_0x20f497[_0x422d71(0x1c7)](_0x3ce0ca))return;const _0x4c739b=_0x20f497[_0x422d71(0x1b8)](_0x3ce0ca);logger[_0x422d71(0x17a)](_0x422d71(0x181)+_0x4c739b['length']+_0x422d71(0x21c)+_0x3ce0ca);for(const _0x4c5dd3 of _0x4c739b){try{const _0x84ddfd=await this[_0x422d71(0x1b7)](_0x20f497,_0x4c5dd3[_0x422d71(0x1d5)],_0x4c5dd3[_0x422d71(0x19f)],_0x4c5dd3[_0x422d71(0x211)]);_0x84ddfd&&_0x428e26[_0x422d71(0x167)](Object[_0x422d71(0x166)](_0x84ddfd)[_0x422d71(0x20f)],0x0)&&_0x20f497[_0x422d71(0x162)](_0x84ddfd),await this[_0x422d71(0x1a0)](_0x20f497,_0x4c5dd3['testFrameworkState'],_0x4c5dd3['hookState'],_0x4c5dd3[_0x422d71(0x211)]);}catch(_0x42d167){logger['error']('Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20'+_0x3ce0ca+',\x20error:\x20'+_0x42d167);}}_0x20f497[_0x422d71(0x1ce)](_0x3ce0ca),logger[_0x422d71(0x17a)](_0x422d71(0x1c4)+_0x3ce0ca);}}module[a70_0x2c28ae(0x1ee)]=CucumberTestFramework;function a70_0x162f(){const _0x5350b7=['getCurrentInstanceName','workerInfo','mgzgw','aBwQA','scopes','KEY_TEST_SCOPES','../grpcClient','parseCucumberTest','base64','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','startedAt','failure_data','hasPendingHooks','instance','testData','getInstance','17370815mreQHh','No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','QQjxN','removePendingHooks','imTHg','PRE','setTrackedInstance','test_run_id','failure','hooks','testFrameworkState','trackCucumberInstance:\x20saved\x20instance\x20contextId=','testFrameworkVersion','testUUID','MaQhu','NONE','\x20testState:\x20','DdjHi','KEY_TEST_RERUN_NAME','getTestFrameworksVersions','KEY_LOGS','toString','getAllData','toISOString','readLogObjects','KEY_TEST_FRAMEWORK_NAME','KEY_TEST_UUID','CmbMy','trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','IToqe','getContext','Eoqdb','../instances/testFrameworkInstance.js','\x20with\x20UUID:\x20','__workerDetails','exports','KEY_HOOK_RESULT','KEY_HOOKS_FINISHED','KEY_HOOK_LAST_STARTED','./constants/testFrameworkConstants.js',',\x20hookState:\x20','createTestFrameworkEventPayload','KEY_TEST_META','getTestUUID','test','\x20&\x20hookState=','180266XUqviZ','KEY_TEST_ID','sendLogCreatedEvent:\x20Error\x20in\x20sending\x20log\x20events:\x20','getTestFrameworks','\x20hookState:\x20','XJiuU','SbOEe','KEY_TEST_RESULT','trackCucumberInstance:\x20created\x20instance\x20for\x20target=','location','passed','kMUro','util','failed','ZtkBg','KEY_TEST_STARTED_AT','KEY_TEST_FRAMEWORK_VERSION','KEY_CUSTOM_TAGS','UnhandledError','getId','KEY_HOOK_FAILURE_REASON','trackHookEvent:\x20Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','length','../instances/trackedInstance.js','args','KEY_HOOK_FAILURE','12wlKJXS','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test\x20result','../../../helpers/helper.js','trackHookEvent:\x20Hook\x20List\x20in\x20Post\x20','yGZTL','ILZvi','concat','hqcwP','VdKZm','\x20pending\x20hooks\x20for\x20testId:\x20','KEY_TEST_FAILURE_REASON','\x20with\x20result:\x20','7360NOzzCl','getCurrentHookState','KEY_HOOK_LOGS','failure_type','getTestDetails','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','matchHookRegex','KEY_TEST_FAILURE_TYPE','KEY_HOOK_LAST_FINISHED','file_name','customRerunParam','HXfFU','body','HmqIU','AOfJo','12231yPNsiw','uiBMr','addMultipleEntries','KEY_AUTOMATE_SESSION_NAME','Parsed\x20cucumber\x20test:\x20','get','keys','BynRU','../TestInfo.js','84525sWfbMA','sendLogCreatedEvent:\x20for\x20testId:\x20','stringify','error','No\x20hook\x20data\x20provided\x20for\x20cucumber\x20hook\x20event','storePendingHook','5730280QcxAgJ','trackCucumberInstance','472XFicAc','KEY_EVENT_STARTED_AT','kLOng','started_at','getProcessId','\x20target=','\x20and\x20args\x20=\x20','result','KEY_TEST_NAME','debug','parseCucumberTestResult',',\x20state:\x20','inspect','ySfmW','poKda','KEY_TEST_SCOPE','Processing\x20','Error\x20in\x20createTestFrameworkEventPayload:\x20','TEST','uuid','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','trackEvent','finished_at','\x20&\x20hook\x20=\x20',',\x20storing\x20as\x20pending\x20hook','hookData','tags','icWaG','KEY_TEST_ATTACHMENTS','push','key','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test','getTrackedInstance','yskzb','hook_type','../../../helpers/classLogger.js','name','POST','6MyYPcj','parallelIndex','split','2198255pKugZY','resolveInstance','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','slice','sendLogCreatedEvent','hookState','runHooks','format','getCurrentTestState','1084170CrBGhD','ceil','../state/testFrameworkState.js','VITqc',',\x20state=','QosPf','processPendingHooks','endedAt','unknown','createContext','KEY_TEST_CODE','Updated\x20cucumber\x20test\x20result:\x20','setTestDetails','\x20batch\x20','\x20with\x20id\x20','rerun_name','ezciE','DEFAULT_HOOK_RESULT','zuTbL','failure_reason','trackHookEvent','getPendingHooks','trackEvent:\x20unsupported\x20testFrameworkState=','KEY_TEST_TAGS'];a70_0x162f=function(){return _0x5350b7;};return a70_0x162f();}
1
+ const a74_0x4dc9b0=a74_0x240c;(function(_0xf597d5,_0x4638cc){const _0x441a78=a74_0x240c,_0xece406=_0xf597d5();while(!![]){try{const _0x20bcab=-parseInt(_0x441a78(0xaf))/0x1+-parseInt(_0x441a78(0x126))/0x2+parseInt(_0x441a78(0x167))/0x3+parseInt(_0x441a78(0x12d))/0x4+-parseInt(_0x441a78(0xed))/0x5*(parseInt(_0x441a78(0xf9))/0x6)+-parseInt(_0x441a78(0xbd))/0x7*(parseInt(_0x441a78(0xf8))/0x8)+parseInt(_0x441a78(0xde))/0x9*(parseInt(_0x441a78(0x166))/0xa);if(_0x20bcab===_0x4638cc)break;else _0xece406['push'](_0xece406['shift']());}catch(_0x105161){_0xece406['push'](_0xece406['shift']());}}}(a74_0x242b,0x681c9));function a74_0x242b(){const _0x5c1b63=['714661hkAIRs','getTestFrameworksVersions','../state/testFrameworkState.js','resolveInstance','startedAt','started_at','getInstance','getAllData','../../../helpers/classLogger.js','setTestDetails','slice','addMultipleEntries','qeoYO','\x20and\x20args\x20=\x20','112zhBcZJ','\x20for\x20test:\x20','KEY_HOOKS_FINISHED','sendLogCreatedEvent:\x20for\x20testId:\x20','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','KEY_LOGS','dBRYW','failure_type','hooks','KEY_AUTOMATE_SESSION_NAME',',\x20state:\x20','AuWLx','KEY_TEST_ENDED_AT','\x20&\x20hook\x20=\x20','get','KEY_TEST_NAME','ZRWWP','\x20with\x20result:\x20','PRE','addPendingHook','parseCucumberTestResult','getCurrentHookState',',\x20storing\x20as\x20pending\x20hook','createTestFrameworkEventPayload','endedAt','KEY_TEST_FAILURE_TYPE','\x20&\x20hookState=','../instances/trackedInstance.js','sendLogCreatedEvent','createTestFrameworkEventPayload\x20testId:\x20','trackCucumberInstance:\x20saved\x20instance\x20contextId=','KEY_HOOK_RESULT','KEY_HOOK_LOGS','27sQSosU','wCXBR','DEFAULT_HOOK_RESULT','createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20','JoMSI','testUUID','KEY_HOOK_LAST_STARTED','ShCpn','KEY_EVENT_ENDED_AT','LOG_REPORT','KEY_TEST_FRAMEWORK_VERSION','KgeOU','base64','testFrameworkState','KEY_HOOK_ID','740rFnbOL','failed','XLqfR','KEY_EVENT_STARTED_AT','../state/hookState.js','ceil','\x20pending\x20hooks\x20for\x20testId:\x20','matchHookRegex','scopes','failure_data','test_run_id','381896FfURgo','25062syrwEM','runHooks','trackEvent','../TestInfo.js','KEY_TEST_CODE','name','KEY_TEST_FAILURE','Tracked\x20cucumber\x20hook\x20event:\x20','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','lFvrf','code','\x20with\x20id\x20','KEY_HOOK_LAST_FINISHED','storePendingHook','failure','debug','trackCucumberInstance:\x20created\x20instance\x20for\x20target=','LOsNG','hLnDr','executionContext','jZIjk','FysSY','sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping','UnhandledError',',\x20error:\x20','KEY_HOOK_FAILURE_TYPE','format','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','hook_type','key','testData','../instances/testFrameworkInstance.js','trackHookEvent','\x20testState:\x20','readLogObjects','stringify','toISOString','uuid','push','KEY_TEST_FRAMEWORK_NAME','split','KEY_TEST_LOCATION','getTestUUID','passed','getThreadId','1131988SOvixw','KEY_HOOK_FAILURE','test','error','KEY_TEST_SCOPES','instance','\x20with\x20UUID:\x20','420088WvNmAb','MerRV','Zfzye','sendLogCreatedEvent:\x20Error\x20in\x20sending\x20log\x20events:\x20','createContext','KEY_CUSTOM_TAGS','trackEvent:\x20unsupported\x20testFrameworkState=','KEY_HOOK_FAILURE_REASON','logCreatedEvent','getProcessId','EkPwd','No\x20hook\x20data\x20provided\x20for\x20cucumber\x20hook\x20event','finishedAt','SUsav','inspect','MZwli','TEST','INIT_TEST','failure_reason','../../../helpers/helper.js','fYefV','exports','\x20batch\x20','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','length','meta','tags','removePendingHooks','trackHookEvent:\x20Hook\x20List\x20in\x20Post\x20','\x20payload=','file_name','setTrackedInstance','getId','trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','browserstackPlatformIndex','Parsed\x20cucumber\x20test:\x20','LuNRK','POST','Processing\x20','NONE','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','processPendingHooks',',\x20state=','KEY_TEST_UUID','result','trackCucumberInstance','Updated\x20cucumber\x20test\x20result:\x20','getTestDetails','KEY_TEST_LOGS','CucumberTestFramework','EGXCr','XqNcc','sjkJL','finished_at','Error\x20in\x20createTestFrameworkEventPayload:\x20','../grpcClient','\x20response=','9929280EWzumP','15834JiewzP','KEY_HOOKS_STARTED','hasPendingHooks','trackHookEvent:\x20Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test\x20result','kDOkl','Cucumber\x20log\x20created\x20event','parseCucumberTest','getRef','KEY_TEST_SCOPE','KEY_TEST_FAILURE_REASON','KEY_TEST_ATTACHMENTS','toString','KEY_TEST_STARTED_AT','hookState','unknown','args','KEY_TEST_META','getTestFrameworks','KEY_HOOK_NAME','getContext','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','hWVUq','./testFramework'];a74_0x242b=function(){return _0x5c1b63;};return a74_0x242b();}const TestFramework=require(a74_0x4dc9b0(0xae)),TestFrameworkState=require(a74_0x4dc9b0(0xb1)),HookState=require(a74_0x4dc9b0(0xf1)),{createClassLogger}=require(a74_0x4dc9b0(0xb7)),TestFrameworkInstance=require(a74_0x4dc9b0(0x118)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a74_0x4dc9b0(0xd8)),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),{getManualUploadLogs,getMediaArtifactsLogs}=require(a74_0x4dc9b0(0x140)),logger=createClassLogger(a74_0x4dc9b0(0x15e)),{v4:uuidv4}=require(a74_0x4dc9b0(0x11e)),util=require('util'),TestInfo=require(a74_0x4dc9b0(0xfc)),GrpcClient=require(a74_0x4dc9b0(0x164));class CucumberTestFramework extends TestFramework{constructor(_0x27ed6f,_0x34b83f,_0x4affa4){super(_0x27ed6f,_0x34b83f,_0x4affa4);}async[a74_0x4dc9b0(0xfb)](_0x1485b8,_0xe0ea13,_0x3feaaf={}){const _0x90acac=a74_0x4dc9b0,_0x378ec3={};_0x378ec3[_0x90acac(0xe2)]=_0x90acac(0x14e),_0x378ec3['bnAEQ']=function(_0x4dd6fc,_0x24c89a){return _0x4dd6fc===_0x24c89a;},_0x378ec3[_0x90acac(0x13a)]=function(_0x4dc2b8,_0x17466c){return _0x4dc2b8===_0x17466c;},_0x378ec3[_0x90acac(0xcd)]=_0x90acac(0x114);const _0x31d090=_0x378ec3;await super[_0x90acac(0xfb)](_0x1485b8,_0xe0ea13,_0x3feaaf);const _0x4ad83c=this['resolveInstance'](_0x1485b8,_0xe0ea13,_0x3feaaf);if(!_0x4ad83c){logger[_0x90acac(0x108)](_0x31d090[_0x90acac(0xe2)]);return;}try{let _0xff77de,_0x26fc96;switch(_0x1485b8){case TestFrameworkState['TEST']:_0xff77de=_0x3feaaf[_0x90acac(0x128)],_0x26fc96=TestInfo[_0x90acac(0x123)](_0xff77de['id']);if(_0x31d090['bnAEQ'](_0xe0ea13,HookState['PRE'])){logger['debug'](_0x90acac(0x144)+_0xff77de['id']);const _0x5b2e17={};_0x5b2e17[_0x90acac(0xe3)]=_0x26fc96,_0x5b2e17[_0x90acac(0x117)]=_0xff77de,_0x4ad83c[_0x90acac(0xba)](this['parseCucumberTest'](_0x5b2e17)),logger[_0x90acac(0x108)](_0x90acac(0x155)+_0xff77de['id']),await this[_0x90acac(0x156)](_0x4ad83c,_0xff77de['id']);}else{if(_0x31d090['SUsav'](_0xe0ea13,HookState[_0x90acac(0x152)])){const _0x489498={};_0x489498['testUUID']=_0x26fc96,_0x489498[_0x90acac(0x117)]=_0xff77de,_0x4ad83c['addMultipleEntries'](this[_0x90acac(0xd1)](_0x489498)),await this[_0x90acac(0x156)](_0x4ad83c,_0xff77de['id']);}}break;case TestFrameworkState[_0x90acac(0xe7)]:_0x31d090['SUsav'](_0xe0ea13,HookState[_0x90acac(0x152)])&&await this[_0x90acac(0xd9)](_0x4ad83c,_0x1485b8,_0x3feaaf);break;default:if(CLIUtils[_0x90acac(0xf4)](_0x1485b8[_0x90acac(0x173)]()[_0x90acac(0x121)]('.')[0x1])){const _0x4ead3f=await this[_0x90acac(0x119)](_0x4ad83c,_0x1485b8,_0xe0ea13,_0x3feaaf);_0x4ad83c[_0x90acac(0xba)](_0x4ead3f);}else logger['debug'](_0x90acac(0x133)+_0x1485b8+_0x90acac(0xd7)+_0xe0ea13);break;}}catch(_0x4da094){logger['error'](util[_0x90acac(0x113)](_0x31d090['ZRWWP'],_0x1485b8,_0xe0ea13,_0x3feaaf[_0x90acac(0x145)],_0x4da094));}_0x3feaaf[_0x90acac(0x12b)]=_0x4ad83c,await this[_0x90acac(0xfa)](_0x4ad83c,_0x1485b8,_0xe0ea13,_0x3feaaf);}[a74_0x4dc9b0(0xb2)](_0x1731c8,_0x28e21a,_0x23bca5={}){const _0x50ebb2=a74_0x4dc9b0,_0x27d08d={};_0x27d08d[_0x50ebb2(0x10e)]=function(_0x27770d,_0x387ec8){return _0x27770d===_0x387ec8;};const _0x1ace27=_0x27d08d;let _0x5a6926=null;return(_0x1ace27[_0x50ebb2(0x10e)](_0x1731c8,TestFrameworkState[_0x50ebb2(0x13e)])||_0x1ace27[_0x50ebb2(0x10e)](_0x1731c8,TestFrameworkState[_0x50ebb2(0x154)]))&&this[_0x50ebb2(0x15a)](_0x1731c8,_0x23bca5),_0x5a6926=TestFramework['getTrackedInstance'](),_0x5a6926;}[a74_0x4dc9b0(0x15a)](_0x48ae1b,_0x56400a){const _0x1e6d54=a74_0x4dc9b0,_0x4004d5=CLIUtils['getCurrentInstanceName'](),_0x218ecc=TrackedInstance[_0x1e6d54(0x131)](_0x4004d5);let _0x3dbe48=null;logger[_0x1e6d54(0x108)](_0x1e6d54(0x109)+_0x4004d5+_0x1e6d54(0x157)+_0x48ae1b),_0x3dbe48=new TestFrameworkInstance(_0x218ecc,this[_0x1e6d54(0xa9)](),this[_0x1e6d54(0xb0)](),_0x48ae1b,HookState[_0x1e6d54(0x154)]),TestFramework[_0x1e6d54(0x14c)](_0x218ecc,_0x3dbe48),logger[_0x1e6d54(0x108)](_0x1e6d54(0xdb)+_0x218ecc['getId']()+'\x20target='+_0x4004d5);}[a74_0x4dc9b0(0x16e)](_0x225353){const _0x415b2c=a74_0x4dc9b0,_0x223faa={};_0x223faa[_0x415b2c(0xe5)]='No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test';const _0x56f7b5=_0x223faa,{testUUID:_0x4adef3,testData:_0x1017a2}=_0x225353;if(!_0x1017a2||!_0x1017a2[_0x415b2c(0x11e)])return logger[_0x415b2c(0x108)](_0x56f7b5[_0x415b2c(0xe5)]),{};const _0x31cce1=_0x4adef3,_0x31f551=_0x1017a2[_0x415b2c(0x11e)],_0x3d3ff0=this['getTestFrameworks']()[0x0],_0x1fac73=this[_0x415b2c(0xb0)](),_0x272c17={[TestFrameworkConstants[_0x415b2c(0x120)]]:_0x3d3ff0,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x1fac73[_0x3d3ff0],[TestFrameworkConstants[_0x415b2c(0x15d)]]:[],[TestFrameworkConstants[_0x415b2c(0xbf)]]:{},[TestFrameworkConstants[_0x415b2c(0x168)]]:{},[TestFrameworkConstants[_0x415b2c(0x158)]]:_0x31cce1,[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants[_0x415b2c(0xc6)]]:_0x1017a2[_0x415b2c(0xfe)]||'',[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x1017a2[_0x415b2c(0x14b)]||'',[TestFrameworkConstants['KEY_TEST_ID']]:_0x31f551,[TestFrameworkConstants[_0x415b2c(0xcc)]]:_0x1017a2[_0x415b2c(0xfe)]||'',[TestFrameworkConstants[_0x415b2c(0x122)]]:_0x1017a2['location']||'',[TestFrameworkConstants[_0x415b2c(0xfd)]]:_0x1017a2['body']?.[_0x415b2c(0x103)]||null,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x1017a2[_0x415b2c(0x147)]||[],[TestFrameworkConstants[_0x415b2c(0x174)]]:_0x1017a2[_0x415b2c(0xb3)]||new Date()[_0x415b2c(0x11d)](),[TestFrameworkConstants[_0x415b2c(0x170)]]:_0x1017a2[_0x415b2c(0xf5)]?.[0x0]||'',[TestFrameworkConstants[_0x415b2c(0x12a)]]:_0x1017a2[_0x415b2c(0xf5)]||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x1017a2['customRerunParam']?.['rerun_name']||_0x1017a2[_0x415b2c(0xfe)]||'',[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x415b2c(0xa8)]]:_0x1017a2[_0x415b2c(0x146)]||{}};TestInfo[_0x415b2c(0xb8)](_0x31f551,_0x272c17),logger[_0x415b2c(0x108)](_0x415b2c(0x150)+_0x1017a2[_0x415b2c(0xfe)]+_0x415b2c(0x12c)+_0x31cce1);const _0x5acb21={};return _0x5acb21[_0x31f551]=_0x272c17,_0x5acb21;}[a74_0x4dc9b0(0xd1)](_0x29e78f){const _0x16febb=a74_0x4dc9b0,_0x4f45a1={'iQHZm':_0x16febb(0x16b),'LuNRK':_0x16febb(0x176),'MerRV':function(_0x1b3170,_0x3fc1e9){return _0x1b3170===_0x3fc1e9;},'dBRYW':'failed','CsWkB':_0x16febb(0x110),'MZwli':function(_0x25126f,_0xc5ee8e,_0x2d7b6f){return _0x25126f(_0xc5ee8e,_0x2d7b6f);},'KgeOU':function(_0x1c7e97,_0x2285e8){return _0x1c7e97>_0x2285e8;}},{testUUID:_0x1329e7,testData:_0xf218df}=_0x29e78f;if(!_0xf218df||!_0xf218df['uuid'])return logger[_0x16febb(0x108)](_0x4f45a1['iQHZm']),{};const _0xb891f1=this[_0x16febb(0xb2)](TestFrameworkState[_0x16febb(0x13d)],HookState[_0x16febb(0x152)]),_0x3c66d9=_0xf218df[_0x16febb(0x11e)],_0x49eef3=TestInfo[_0x16febb(0x15c)](_0x3c66d9)||{},_0x5afd85=_0x49eef3?_0x49eef3[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{},_0x31427e={..._0x49eef3,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0xf218df[_0x16febb(0x159)]||_0x4f45a1[_0x16febb(0x151)],[TestFrameworkConstants[_0x16febb(0xc9)]]:_0xf218df[_0x16febb(0x139)]||new Date()['toISOString'](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x16febb(0x11d)](),[TestFrameworkConstants[_0x16febb(0x132)]]:_0x5afd85,[TestFrameworkConstants[_0x16febb(0xc2)]]:[],[TestFrameworkConstants[_0x16febb(0xa8)]]:_0xf218df[_0x16febb(0x146)]||{}};_0x4f45a1[_0x16febb(0x12e)](_0xf218df[_0x16febb(0x159)],_0x4f45a1[_0x16febb(0xc3)])&&_0xf218df[_0x16febb(0x107)]&&(_0x31427e[TestFrameworkConstants[_0x16febb(0xd6)]]=_0xf218df['failure_type']||_0x4f45a1['CsWkB'],_0x31427e[TestFrameworkConstants[_0x16febb(0x171)]]=_0xf218df[_0x16febb(0x13f)]||'',_0x31427e[TestFrameworkConstants[_0x16febb(0xff)]]=_0xf218df[_0x16febb(0x107)]);const _0x245ed5=TestInfo['getTestDetails'](_0x3c66d9)[TestFrameworkConstants[_0x16febb(0x172)]]||{},_0xd75932=_0x4f45a1[_0x16febb(0x13c)](getManualUploadLogs,_0x245ed5,_0xb891f1[_0x16febb(0xb6)]()['get'](_0x3c66d9)[TestFrameworkConstants[_0x16febb(0x158)]]);if(_0x4f45a1[_0x16febb(0xe9)](_0xd75932['length'],0x0)){const _0x4e27bd=_0x31427e[TestFrameworkConstants[_0x16febb(0xc2)]]||[];_0x31427e[TestFrameworkConstants['KEY_LOGS']]=[..._0x4e27bd,..._0xd75932];}_0xf218df[_0x16febb(0xc5)]&&_0x4f45a1[_0x16febb(0xe9)](_0xf218df[_0x16febb(0xc5)][_0x16febb(0x145)],0x0)&&(_0x31427e[TestFrameworkConstants[_0x16febb(0xbf)]]=_0xf218df[_0x16febb(0xc5)]);TestInfo[_0x16febb(0xb8)](_0x3c66d9,_0x31427e),logger['debug'](_0x16febb(0x15b)+_0xf218df[_0x16febb(0xfe)]+_0x16febb(0xce)+_0xf218df[_0x16febb(0x159)]);const _0x20a37f={};return _0x20a37f[_0x3c66d9]=_0x31427e,_0x20a37f;}async[a74_0x4dc9b0(0x119)](_0x37d159,_0x4ad532,_0x4e55a9,_0x48e7b7){const _0x44617a=a74_0x4dc9b0,_0x206e19={'ETQSd':_0x44617a(0x138),'LOsNG':function(_0x1f7824){return _0x1f7824();},'hLnDr':function(_0x596d80,_0x5e2281){return _0x596d80 in _0x5e2281;},'jZIjk':function(_0x5b7766,_0x2a9c83){return _0x5b7766===_0x2a9c83;},'hWVUq':function(_0xf90b99,_0x4e9d05){return _0xf90b99>_0x4e9d05;},'fYefV':function(_0x3251ab,_0x20e3b3){return _0x3251ab===_0x20e3b3;},'qeoYO':_0x44617a(0xee),'mtmkx':_0x44617a(0x110),'XqNcc':_0x44617a(0x124),'kAxEt':function(_0x26eaa1,_0x49fa7b){return _0x26eaa1!==_0x49fa7b;}},{hookData:_0x5c18be}=_0x48e7b7;if(!_0x5c18be)return logger[_0x44617a(0x108)](_0x206e19['ETQSd']),{};const _0x1ff23b=_0x5c18be['uuid']||_0x206e19[_0x44617a(0x10a)](uuidv4),_0x23f535=_0x5c18be[_0x44617a(0xf7)],_0x3f6afd=_0x4ad532['toString']()[_0x44617a(0x121)]('.')[0x1],_0x620740=TestInfo['getTestDetails'](_0x23f535)[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{},_0xd8de47=_0x37d159['getAllData']()[_0x44617a(0xcb)](_0x23f535);if(!_0xd8de47)return logger['debug']('No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x23f535+_0x44617a(0xd3)),this[_0x44617a(0x106)](_0x37d159,_0x23f535,_0x4ad532,_0x4e55a9,_0x48e7b7),{};let _0xab3d16=_0xd8de47[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0xab3d16&&(_0xab3d16={});!_0x206e19[_0x44617a(0x10b)](_0x3f6afd,_0xab3d16)&&(_0xab3d16[_0x3f6afd]=[]);let _0x1cb6f9=_0xd8de47[TestFrameworkConstants[_0x44617a(0xbf)]];!_0x1cb6f9&&(_0x1cb6f9={});!_0x206e19['hLnDr'](_0x3f6afd,_0x1cb6f9)&&(_0x1cb6f9[_0x3f6afd]=[]);const _0x144444={[TestFrameworkConstants[_0x44617a(0x168)]]:_0xab3d16,[TestFrameworkConstants[_0x44617a(0xbf)]]:_0x1cb6f9},_0x34e063={};_0x34e063[_0x23f535]=_0x144444;const _0x3be7b1=_0x34e063;if(_0x206e19[_0x44617a(0x10d)](_0x4e55a9,HookState[_0x44617a(0xcf)])){const _0x5d0398={[TestFrameworkConstants[_0x44617a(0xec)]]:_0x1ff23b,[TestFrameworkConstants[_0x44617a(0xdc)]]:TestFrameworkConstants[_0x44617a(0xe0)],[TestFrameworkConstants[_0x44617a(0xf0)]]:_0x5c18be[_0x44617a(0xb4)],[TestFrameworkConstants[_0x44617a(0xdd)]]:[],[TestFrameworkConstants[_0x44617a(0xaa)]]:_0x5c18be[_0x44617a(0x115)],[TestFrameworkConstants[_0x44617a(0x132)]]:_0x620740};_0x5d0398[_0x44617a(0x116)]=_0x3f6afd;const _0x9107bb=_0x5d0398;_0xab3d16[_0x3f6afd][_0x44617a(0x11f)](_0x9107bb),_0x3be7b1[_0x23f535][TestFrameworkConstants[_0x44617a(0xe4)]]=_0x3f6afd,logger[_0x44617a(0x108)](_0x44617a(0x16a)+_0x3f6afd+_0x44617a(0xca)+_0x9107bb+'\x20\x20and\x20args\x20=\x20'+_0x48e7b7);}else{if(_0x206e19[_0x44617a(0x10d)](_0x4e55a9,HookState[_0x44617a(0x152)])){const _0x3e59af=_0x5c18be['result'],_0x1c2507=_0xab3d16[_0x3f6afd]||[];logger['debug'](_0x44617a(0x149)+_0x1c2507+_0x44617a(0xbc)+_0x48e7b7);if(_0x206e19[_0x44617a(0xad)](_0x1c2507['length'],0x0)){const _0x44cd93=_0x1c2507['pop']();_0x206e19[_0x44617a(0x141)](_0x5c18be[_0x44617a(0x159)],_0x206e19[_0x44617a(0xbb)])&&_0x5c18be[_0x44617a(0xf6)]?(_0x44cd93[TestFrameworkConstants[_0x44617a(0x112)]]=_0x5c18be[_0x44617a(0xc4)]||_0x206e19['mtmkx'],_0x44cd93[TestFrameworkConstants[_0x44617a(0x134)]]=_0x5c18be[_0x44617a(0x13f)]||'',_0x44cd93[TestFrameworkConstants[_0x44617a(0x127)]]=_0x5c18be['failure_data']):_0x44cd93[TestFrameworkConstants[_0x44617a(0xdc)]]=_0x206e19[_0x44617a(0x160)];_0x206e19['kAxEt'](_0x3e59af,TestFrameworkConstants[_0x44617a(0xe0)])&&(_0x44cd93[TestFrameworkConstants[_0x44617a(0xdc)]]=_0x3e59af);_0x44cd93[TestFrameworkConstants[_0x44617a(0xe6)]]=_0x5c18be[_0x44617a(0x162)]||new Date()[_0x44617a(0x11d)](),_0x44cd93[TestFrameworkConstants[_0x44617a(0x132)]]=_0x620740;const _0x184df1=_0x44cd93[TestFrameworkConstants['KEY_HOOK_ID']];!_0x1cb6f9[_0x3f6afd]&&(_0x1cb6f9[_0x3f6afd]=[]),_0x1cb6f9[_0x3f6afd][_0x44617a(0x11f)](_0x44cd93),_0x3be7b1[_0x23f535][TestFrameworkConstants[_0x44617a(0x105)]]=_0x3f6afd;}}}return logger[_0x44617a(0x108)](_0x44617a(0x100)+_0x5c18be[_0x44617a(0x115)]+_0x44617a(0x104)+_0x1ff23b+_0x44617a(0xbe)+_0x23f535),_0x3be7b1;}[a74_0x4dc9b0(0xd4)](_0x1b3f86){const _0x507d3a=a74_0x4dc9b0,_0x2232db={};_0x2232db[_0x507d3a(0xc8)]=_0x507d3a(0xea);const _0x376d60=_0x2232db;try{const _0x497b9a=_0x1b3f86[_0x507d3a(0x128)]?_0x1b3f86[_0x507d3a(0x128)]['id']:_0x1b3f86['hookData'][_0x507d3a(0xf7)],_0x1a4930=_0x1b3f86[_0x507d3a(0x12b)],_0x5c6fbb=_0x1a4930[_0x507d3a(0xab)](),_0x225b5f=_0x1a4930[_0x507d3a(0xb6)]()[_0x507d3a(0xcb)](_0x497b9a);if(!_0x225b5f)return logger['debug'](_0x507d3a(0xc1)+_0x497b9a),{};logger[_0x507d3a(0x108)](_0x507d3a(0xda)+_0x497b9a);const {[TestFrameworkConstants[_0x507d3a(0x120)]]:_0x5a8a05='',[TestFrameworkConstants[_0x507d3a(0xe8)]]:_0x5e5518='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x3b8e86='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x26906d=''}=_0x225b5f,_0x56c3d4=_0x1a4930['getCurrentTestState']()[_0x507d3a(0x173)]()['split']('.')[0x1],_0x4bc5d7=_0x1a4930[_0x507d3a(0xd2)]()[_0x507d3a(0x173)]()[_0x507d3a(0x121)]('.')[0x1],_0x46dfbc=global?.[_0x507d3a(0x14f)]??0x0,_0x4f4f05=_0x1a4930[_0x507d3a(0x16f)](),_0x1fdf8c=Buffer['from'](JSON[_0x507d3a(0x11c)](_0x225b5f))[_0x507d3a(0x173)](_0x376d60[_0x507d3a(0xc8)]),_0x4d0b4f={'hash':_0x5c6fbb[_0x507d3a(0x14d)](),'threadId':_0x5c6fbb[_0x507d3a(0x125)]()['toString'](),'processId':_0x5c6fbb[_0x507d3a(0x136)]()[_0x507d3a(0x173)]()},_0x35d6f6={};_0x35d6f6['platformIndex']=_0x46dfbc,_0x35d6f6['testFrameworkName']=_0x5a8a05,_0x35d6f6['testFrameworkVersion']=_0x5e5518,_0x35d6f6[_0x507d3a(0xeb)]=_0x56c3d4,_0x35d6f6[_0x507d3a(0x175)]=_0x4bc5d7,_0x35d6f6[_0x507d3a(0xb3)]=_0x3b8e86,_0x35d6f6[_0x507d3a(0xd5)]=_0x26906d,_0x35d6f6[_0x507d3a(0x11e)]=_0x4f4f05,_0x35d6f6['eventJson']=_0x1fdf8c,_0x35d6f6[_0x507d3a(0x10c)]=_0x4d0b4f;const _0x43a3c4=_0x35d6f6;return logger[_0x507d3a(0x108)](_0x507d3a(0xe1)+_0x497b9a+_0x507d3a(0x11a)+_0x56c3d4+'\x20hookState:\x20'+_0x4bc5d7),_0x43a3c4;}catch(_0x4b5ae6){return logger['error'](_0x507d3a(0x163)+util['format'](_0x4b5ae6)),{};}}async['sendLogCreatedEvent'](_0x494445,_0x401c70,_0x3624eb){const _0x256c8a=a74_0x4dc9b0,_0x4ca8f7={'EkPwd':function(_0x27ed1e,_0x27e5e9,_0x5814b8){return _0x27ed1e(_0x27e5e9,_0x5814b8);},'taXAk':function(_0x201e6f,_0x4b78a4){return _0x201e6f===_0x4b78a4;},'lFvrf':_0x256c8a(0x10f),'wCXBR':function(_0x36cded,_0x58e96b){return _0x36cded/_0x58e96b;},'sjkJL':function(_0xb58686,_0x107ef1){return _0xb58686<_0x107ef1;},'XLqfR':function(_0x4570b9,_0x24b6af){return _0x4570b9*_0x24b6af;},'EGXCr':function(_0x418d61,_0x8ce134){return _0x418d61+_0x8ce134;},'niuFe':function(_0x1052e2,_0x2c5cb5){return _0x1052e2+_0x2c5cb5;},'Zfzye':_0x256c8a(0x16d)};try{const _0x3ce755=_0x3624eb['testUUID'],_0x357d94=_0x494445['getAllData']()[_0x256c8a(0xcb)](_0x3ce755),{[TestFrameworkConstants[_0x256c8a(0x120)]]:_0x784a48='',[TestFrameworkConstants[_0x256c8a(0xe8)]]:_0x593485=''}=_0x357d94,_0x95f41=TestInfo[_0x256c8a(0x11b)](_0x3ce755),_0x34159b=TestInfo[_0x256c8a(0x15c)](_0x3ce755)[TestFrameworkConstants[_0x256c8a(0x172)]]||{},_0x1d0326=_0x4ca8f7[_0x256c8a(0x137)](getMediaArtifactsLogs,_0x34159b,_0x494445['getAllData']()[_0x256c8a(0xcb)](_0x3ce755)[TestFrameworkConstants[_0x256c8a(0x158)]]),_0x3ef83e=(_0x95f41||[])['concat'](_0x1d0326||[]);if(!_0x3ef83e||_0x4ca8f7['taXAk'](_0x3ef83e[_0x256c8a(0x145)],0x0)){logger[_0x256c8a(0x108)](_0x4ca8f7[_0x256c8a(0x102)]);return;}const _0x3e5154=0x28,_0x52a2da=Math[_0x256c8a(0xf2)](_0x4ca8f7[_0x256c8a(0xdf)](_0x3ef83e[_0x256c8a(0x145)],_0x3e5154));for(let _0x4ad51d=0x0;_0x4ca8f7[_0x256c8a(0x161)](_0x4ad51d,_0x52a2da);_0x4ad51d++){const _0x1819bc=_0x4ca8f7[_0x256c8a(0xef)](_0x4ad51d,_0x3e5154),_0x1ec81b=_0x4ca8f7[_0x256c8a(0x15f)](_0x1819bc,_0x3e5154),_0x3a70cb=_0x3ef83e[_0x256c8a(0xb9)](_0x1819bc,_0x1ec81b),_0x4bdc98={'platformIndex':global?.[_0x256c8a(0x14f)]??0x0,'logs':_0x3a70cb,'testFrameworkName':_0x784a48,'testFrameworkVersion':_0x593485,'testFrameworkState':_0x401c70['toString']()[_0x256c8a(0x121)]('.')[0x1]};logger['debug'](_0x256c8a(0xc0)+_0x3ce755+_0x256c8a(0x143)+_0x4ca8f7['niuFe'](_0x4ad51d,0x1)+'/'+_0x52a2da+_0x256c8a(0x14a)+util[_0x256c8a(0x13b)](_0x4bdc98));const _0x1a3b0b=await GrpcClient[_0x256c8a(0xb5)]()[_0x256c8a(0x135)](_0x4bdc98);logger[_0x256c8a(0x108)](_0x256c8a(0xc0)+_0x3ce755+'\x20batch\x20'+_0x4ca8f7[_0x256c8a(0x15f)](_0x4ad51d,0x1)+'/'+_0x52a2da+_0x256c8a(0x165)+util[_0x256c8a(0x13b)](_0x1a3b0b));}}catch(_0x4a1de0){logger['error'](_0x256c8a(0x130)+util[_0x256c8a(0x113)](_0x4a1de0));}logger[_0x256c8a(0x108)](_0x4ca8f7[_0x256c8a(0x12f)]);}[a74_0x4dc9b0(0x106)](_0x58fe2c,_0x2f4ea5,_0x54d665,_0x4abf8c,_0x4f522b){const _0x2fe1be=a74_0x4dc9b0,_0x44a52a={'testId':_0x2f4ea5,'testFrameworkState':_0x54d665,'hookState':_0x4abf8c,'args':_0x4f522b,'timestamp':new Date()[_0x2fe1be(0x11d)]()};_0x58fe2c[_0x2fe1be(0xd0)](_0x2f4ea5,_0x44a52a),logger[_0x2fe1be(0x108)]('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x2f4ea5+_0x2fe1be(0xc7)+_0x54d665+',\x20hookState:\x20'+_0x4abf8c);}async[a74_0x4dc9b0(0x156)](_0x500aad,_0x4b1a03){const _0x5b3903=a74_0x4dc9b0,_0x567153={};_0x567153[_0x5b3903(0x16c)]=function(_0x27e730,_0x483187){return _0x27e730>_0x483187;};const _0x194723=_0x567153;if(!_0x500aad[_0x5b3903(0x169)](_0x4b1a03))return;const _0x26e57f=_0x500aad['getPendingHooks'](_0x4b1a03);logger['debug'](_0x5b3903(0x153)+_0x26e57f[_0x5b3903(0x145)]+_0x5b3903(0xf3)+_0x4b1a03);for(const _0x16d170 of _0x26e57f){try{const _0x45f3b9=await this[_0x5b3903(0x119)](_0x500aad,_0x16d170['testFrameworkState'],_0x16d170[_0x5b3903(0x175)],_0x16d170[_0x5b3903(0xa7)]);_0x45f3b9&&_0x194723[_0x5b3903(0x16c)](Object['keys'](_0x45f3b9)[_0x5b3903(0x145)],0x0)&&_0x500aad[_0x5b3903(0xba)](_0x45f3b9),await this[_0x5b3903(0xfa)](_0x500aad,_0x16d170[_0x5b3903(0xeb)],_0x16d170[_0x5b3903(0x175)],_0x16d170[_0x5b3903(0xa7)]);}catch(_0x4a3dc0){logger[_0x5b3903(0x129)](_0x5b3903(0x101)+_0x4b1a03+_0x5b3903(0x111)+_0x4a3dc0);}}_0x500aad[_0x5b3903(0x148)](_0x4b1a03),logger[_0x5b3903(0x108)](_0x5b3903(0xac)+_0x4b1a03);}}function a74_0x240c(_0x117091,_0x28f0d1){const _0x242bc2=a74_0x242b();return a74_0x240c=function(_0x240c10,_0x1e6978){_0x240c10=_0x240c10-0xa7;let _0x399e28=_0x242bc2[_0x240c10];return _0x399e28;},a74_0x240c(_0x117091,_0x28f0d1);}module[a74_0x4dc9b0(0x142)]=CucumberTestFramework;
@@ -1 +1 @@
1
- const a71_0x2f4828=a71_0x218f;(function(_0x533a09,_0x5d60aa){const _0x4efb38=a71_0x218f,_0xeb4b9=_0x533a09();while(!![]){try{const _0x2eb69f=parseInt(_0x4efb38(0x1c9))/0x1*(parseInt(_0x4efb38(0x187))/0x2)+-parseInt(_0x4efb38(0x236))/0x3+-parseInt(_0x4efb38(0x1e7))/0x4+parseInt(_0x4efb38(0x1e3))/0x5+parseInt(_0x4efb38(0x119))/0x6+-parseInt(_0x4efb38(0x169))/0x7*(parseInt(_0x4efb38(0x111))/0x8)+parseInt(_0x4efb38(0x1eb))/0x9;if(_0x2eb69f===_0x5d60aa)break;else _0xeb4b9['push'](_0xeb4b9['shift']());}catch(_0x59daad){_0xeb4b9['push'](_0xeb4b9['shift']());}}}(a71_0x5189,0x3af54));function a71_0x5189(){const _0x270230=['push','\x20-\x20testId:\x20',',\x20remainingHooks=','UnhandledError','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','eQRdT',',\x20scope:\x20','toString','getHooksForTest','hookAnalyticsId','test','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','RrJvm','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','setTrackedInstance',',\x20updates=','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','testUUID','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','QCXMH','base64','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=',',\x20hook_run_uuid=',',\x20payload:\x20','SSEqv','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22',',\x20duration=','DEFAULT_TEST_RESULT','hookUUID','WqLIQ','getInstance','getPendingHooks','warn','error','KEY_TEST_FAILURE_TYPE','wqklS',',\x20test_run_uuid=','KEY_HOOK_RESULT','ScCke','title','KEY_TEST_FILE_PATH','trackJestInstance','getJestTestTags','getFileName','./constants/testFrameworkConstants.js','TwLNp','eIEYC','HOjeZ','11boXcJN','apply','duration','hooks','map','trackHookEvent','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','./testFramework',',\x20result=','Stored\x20pending\x20hook\x20for\x20testId:\x20','asyncError','failed','replace','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','BoiLy','LXdRB','KEY_HOOK_LAST_STARTED',',\x20filePath:\x20','event_ended_at','aiXot','DiDgD','../../../helpers/test-observability/utils','trackJestInstance:\x20instance\x20already\x20exists',',\x20screenshotLogs:\x20','POST','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','529170nwOfsO','qbXtG','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20${testFilePath},\x20scope:\x20${testScope}','getRootParentFile','1330884jGesdn','get','XTaaF','getJestTestScopes','4511619HuJStG','parseJestTest','MJyJW','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','filePath','xHVlC','substr','parse','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','getRef','pid','[JestTestFramework]\x20trackHookEvent:\x20SUCCESS\x20-\x20hookType=',',\x20error:\x20','Processing\x20','startedAt','file_name','EPbAD','hook_id','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','util','gHsyW','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','hookType',',\x20hook=','hook_result','getCurrentTestState','KEY_CUSTOM_TAGS','testFrameworkState','message','length','getAllData','RNFVM','storePendingHook',':testAnalyticsId','buildHookMapFromTest','VqPDa','removePendingHooks','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','kind','BEFORE_ALL','test_run_uuid','haFZU','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','addPendingHook','getJestFailureType','slice','NrgdX',',\x20exception=','KEY_TEST_META','IYkLn',',\x20hookState:\x20','SnsfC','hookMetadata','format','JihTG','Unknown\x20Test','stringify','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','JUNGd','xIvzt','KEY_HOOK_LAST_FINISHED','KEY_HOOK_FAILURE_REASON','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','toISOString',',\x20argsKeys=','KEY_TEST_STARTED_AT','instance','substring','maxArrayLength','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','351051XmEaPb','hSAgh','KEY_TEST_LOCATION','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=',',\x20storing\x20as\x20pending\x20hook','KEY_HOOKS_FINISHED',',\x20consoleLogs:\x20','../../../helpers/helper.js','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','keys','uiWLZ',',\x20hookData=',',\x20state:\x20','lQFFa','name',',\x20scopes=','\x20files','JestTestFramework','\x20(testIdentifier),\x20result=','mapTestHooks','endedAt','originalTest','createContext','getProcessId','KEY_TEST_FAILURE_REASON','KEY_TEST_FRAMEWORK_VERSION',',\x20totalHooks=','logCreatedEvent','TEoWU','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','AGcJY','../../../helpers/classLogger.js','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=',',\x20testFramework=','dddJY','finished_at','skipped','dSjiG','ATpMl','uyCXd','missing','KEY_TEST_FAILURE','NXPFz','DyEHL','LhjKC','isArray',',\x20target=',',\x20contextId=','testFrameworkVersion','\x20pending\x20hooks\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','splice','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','KEY_TEST_RERUN_NAME','Assert','MpCXL','scopes','processPendingHooks','trackJestInstance:\x20created\x20instance\x20for\x20target=','result','_ALL','KEY_HOOK_FAILURE_TYPE','../state/hookState.js','KEY_TEST_LOGS','cdNLO','getJestFailureReason',',\x20failureReason=','getTestFrameworks','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','addMultipleEntries','activeHooks','OBeic','skip','gXiTn','DEFAULT_HOOK_RESULT','getJestTestIdentifier','includes','KEY_TEST_FRAMEWORK_NAME','ALL','__workerDetails','test_run_id','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','kEPFW','wwSxx','hook_run_uuid','Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20${testId},\x20error:\x20${error}','TLwZc','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','errorsDetailed','failure_reason','KEY_TEST_ID','KEY_TEST_RETRY_OF','hasPendingHooks','ceil','AmfSp','KEY_HOOK_ID','hookData','depth','\x20(testIdentifier),\x20tags=','KEY_HOOK_FAILURE','KEY_TEST_SCOPE','reverse','1075240IVEZWG','trackEvent','\x20(testIdentifier),\x20hookType=','KEY_LOGS',',\x20response=','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','getActiveHook','KEY_HOOKS_STARTED','1537062mAtyVr',',\x20failureType=','getAllPendingHookTestIds','\x20logs\x20for\x20testId:\x20','NKdHw','fmFKC',',\x20hookId=','RQSFo','\x20attachments','getId',',\x20testId=','jest-circus','KEY_TEST_RESULT_AT','KEY_AUTOMATE_SESSION_NAME','otrwy','DoOHt','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','type','TEST','KEY_TEST_RESULT','getCurrentHookState','getJestTestName','Wumnu','psnmf','workerInfo','beforeAll','unknown','getTestFrameworksVersions','lJCph','scope','getThreadId','xNSUh','parent','GiGMz','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','Unknown\x20error','tags','parallelIndex','debug','forEach','createTestFrameworkEventPayload','EcMRb','KEY_TEST_ATTACHMENTS','hook_type','../state/testFrameworkState.js','join','args','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','set','retryOf','AZGVw','\x20to\x20','KEY_TEST_SCOPES','vtxGn','getJestFailureData','ehrYs',',\x20state=','concat','isJestInternalHook','hrbBl','has',',\x20hookUUID=','\x20-\x20test_identifier=',',\x20hookType=','\x20hook','HcEGg','\x22\x20from\x20testData','PRE','KEY_EVENT_ENDED_AT','JeJtf','uEkwd','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','KEY_TEST_UUID','file','parseJestTestResult','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','split',',\x20hookState=','UWJIz','21YEanjr','delete','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','LcOEu','runHooks','findIndex','stack-trace','pop','removeActiveHook','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','hookState','resolveInstance','fmmwr','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','filter','testId','uuid','getJestTestFilePath','inspect','jXLSz','Ffxdr','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','setActiveHook','MUsBL','getTrackedInstance','AssertionError','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','afterAll','../instances/trackedInstance.js','KEY_HOOK_LOGS','42026ImdGwe','QUtfu','testData','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','KEY_TEST_NAME','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','Lckty','started_at','lIAqg','Error\x20in\x20createTestFrameworkEventPayload:\x20','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20',',\x20version=','qGurq','\x20&\x20hookState=','toUpperCase','KEY_TEST_TAGS','TXIgD','passed'];a71_0x5189=function(){return _0x270230;};return a71_0x5189();}const TestFramework=require(a71_0x2f4828(0x1d0)),TestFrameworkState=require(a71_0x2f4828(0x145)),HookState=require(a71_0x2f4828(0xe9)),{createClassLogger}=require(a71_0x2f4828(0xc8)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a71_0x2f4828(0x185)),TestFrameworkConstants=require(a71_0x2f4828(0x1c5)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a71_0x2f4828(0x23d)),{isInternalHook}=require(a71_0x2f4828(0x1de)),logger=createClassLogger(a71_0x2f4828(0x247)),{v4:uuidv4}=require(a71_0x2f4828(0x179)),util=require(a71_0x2f4828(0x200)),TestInfo=require('../TestInfo.js'),GrpcClient=require('../grpcClient'),stackTrace=require(a71_0x2f4828(0x16f));class JestTestFramework extends TestFramework{constructor(_0x1a4f50,_0x34d7a6,_0x2bae92){const _0x1f7da7=a71_0x2f4828;super(_0x1a4f50,_0x34d7a6,_0x2bae92),this[_0x1f7da7(0xf1)]=new Map();}[a71_0x2f4828(0x17f)](_0x7ce72,_0x4d1054,_0x1fe79e){const _0x5627e4=a71_0x2f4828,_0x5d3694={};_0x5d3694[_0x5627e4(0x197)]=function(_0x483367,_0x79653a){return _0x483367||_0x79653a;};const _0x33a56c=_0x5d3694;if(_0x33a56c['TXIgD'](!_0x7ce72,!_0x4d1054)){logger[_0x5627e4(0x1b9)](_0x5627e4(0x1ff)+_0x7ce72+_0x5627e4(0x157)+_0x4d1054);return;}!this['activeHooks'][_0x5627e4(0x156)](_0x7ce72)&&this[_0x5627e4(0xf1)][_0x5627e4(0x14a)](_0x7ce72,[]);const _0x3448a3={'hookUUID':_0x4d1054,'hookType':_0x1fe79e,'startedAt':new Date()[_0x5627e4(0x22e)]()};this[_0x5627e4(0xf1)][_0x5627e4(0x1e8)](_0x7ce72)[_0x5627e4(0x199)](_0x3448a3),logger[_0x5627e4(0x13f)](_0x5627e4(0x165)+_0x7ce72+_0x5627e4(0x157)+_0x4d1054+_0x5627e4(0x159)+_0x1fe79e+_0x5627e4(0xc3)+this[_0x5627e4(0xf1)]['get'](_0x7ce72)[_0x5627e4(0x20a)]);}[a71_0x2f4828(0x171)](_0x80a62e,_0xefb5f4){const _0x337929=a71_0x2f4828,_0x3f1f26={};_0x3f1f26[_0x337929(0x11e)]=function(_0x3d5e76,_0xba2289){return _0x3d5e76||_0xba2289;},_0x3f1f26[_0x337929(0x1a5)]=function(_0x57987e,_0x307a9e){return _0x57987e!==_0x307a9e;},_0x3f1f26[_0x337929(0xd3)]=function(_0x31c7b1,_0x134f30){return _0x31c7b1===_0x134f30;};const _0xf7cc30=_0x3f1f26;if(_0xf7cc30[_0x337929(0x11e)](!_0x80a62e,!_0xefb5f4)){logger['warn']('[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x80a62e+_0x337929(0x157)+_0xefb5f4);return;}if(this['activeHooks'][_0x337929(0x156)](_0x80a62e)){const _0x4fb017=this[_0x337929(0xf1)][_0x337929(0x1e8)](_0x80a62e),_0x458e94=_0x4fb017[_0x337929(0x16e)](_0x33ef67=>_0x33ef67[_0x337929(0x1b5)]===_0xefb5f4);_0xf7cc30['RrJvm'](_0x458e94,-0x1)?(_0x4fb017[_0x337929(0xdd)](_0x458e94,0x1),logger[_0x337929(0x13f)]('[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier='+_0x80a62e+_0x337929(0x157)+_0xefb5f4+_0x337929(0x19b)+_0x4fb017[_0x337929(0x20a)]),_0xf7cc30['NXPFz'](_0x4fb017[_0x337929(0x20a)],0x0)&&this[_0x337929(0xf1)][_0x337929(0x16a)](_0x80a62e)):logger['debug'](_0x337929(0x234)+_0x80a62e+',\x20hookUUID='+_0xefb5f4);}}[a71_0x2f4828(0x117)](_0x406352){const _0x52f5f2=a71_0x2f4828,_0x4353c6={};_0x4353c6[_0x52f5f2(0xe2)]=function(_0x183687,_0x44cb7d){return _0x183687>_0x44cb7d;},_0x4353c6['JQzoc']=function(_0x3f20a3,_0x198b18){return _0x3f20a3-_0x198b18;};const _0x4f8706=_0x4353c6;if(!_0x406352)return null;if(this[_0x52f5f2(0xf1)]['has'](_0x406352)){const _0x1bcd76=this['activeHooks'][_0x52f5f2(0x1e8)](_0x406352);if(_0x4f8706[_0x52f5f2(0xe2)](_0x1bcd76[_0x52f5f2(0x20a)],0x0)){const _0x238538=_0x1bcd76[_0x4f8706['JQzoc'](_0x1bcd76['length'],0x1)];return logger[_0x52f5f2(0x13f)](_0x52f5f2(0xc9)+_0x406352+_0x52f5f2(0x157)+_0x238538[_0x52f5f2(0x1b5)]+',\x20hookType='+_0x238538[_0x52f5f2(0x203)]),_0x238538;}}return null;}async[a71_0x2f4828(0x112)](_0x48d50e,_0x1684f5,_0x223a21={}){const _0x999d7c=a71_0x2f4828,_0x1128d3={};_0x1128d3['lIAqg']=_0x999d7c(0x1ee),_0x1128d3[_0x999d7c(0x1fc)]=function(_0x3ba869,_0x89051a){return _0x3ba869===_0x89051a;},_0x1128d3[_0x999d7c(0x130)]=function(_0x5754aa,_0x3791c0){return _0x5754aa||_0x3791c0;},_0x1128d3[_0x999d7c(0x1e4)]=_0x999d7c(0x1ef);const _0x5a5ebb=_0x1128d3;logger[_0x999d7c(0x13f)]('[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState='+_0x48d50e+_0x999d7c(0x167)+_0x1684f5+_0x999d7c(0x22f)+Object[_0x999d7c(0x23f)](_0x223a21)['join'](',')),await super[_0x999d7c(0x112)](_0x48d50e,_0x1684f5,_0x223a21);const _0x4ad7f8=this[_0x999d7c(0x174)](_0x48d50e,_0x1684f5,_0x223a21);if(!_0x4ad7f8){logger['debug'](_0x5a5ebb[_0x999d7c(0x18f)]);return;}try{let _0x2e017e,_0x5b17e1,_0x31a286;switch(_0x48d50e){case TestFrameworkState[_0x999d7c(0x12b)]:_0x2e017e=_0x223a21[_0x999d7c(0x1a3)];const _0x575c98={};_0x575c98[_0x999d7c(0x10c)]=0x2,_0x575c98['maxArrayLength']=0x3,logger['debug'](_0x999d7c(0x22d)+_0x1684f5+',\x20testData='+util[_0x999d7c(0x17b)](_0x2e017e,_0x575c98)),_0x31a286=this[_0x999d7c(0xf6)](_0x2e017e),_0x5b17e1=null,logger[_0x999d7c(0x13f)](_0x999d7c(0x1ae)+_0x31a286+'\x20(testIdentifier)');if(_0x5a5ebb[_0x999d7c(0x1fc)](_0x1684f5,HookState['PRE'])){logger['debug'](_0x999d7c(0xdb)+_0x31a286);const _0xb1ef8b={};_0xb1ef8b[_0x999d7c(0x1aa)]=_0x5b17e1,_0xb1ef8b[_0x999d7c(0x189)]=_0x2e017e,_0xb1ef8b[_0x999d7c(0x178)]=_0x31a286;const _0x1f4690=this[_0x999d7c(0x1ec)](_0xb1ef8b),_0x1b0b7c={};_0x1b0b7c['depth']=0x2,_0x1b0b7c[_0x999d7c(0x233)]=0x3,logger[_0x999d7c(0x13f)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20'+util[_0x999d7c(0x17b)](_0x1f4690,_0x1b0b7c)),_0x4ad7f8[_0x999d7c(0xf0)](_0x1f4690),logger['debug'](_0x999d7c(0xef)+_0x31a286),await this[_0x999d7c(0xe4)](_0x4ad7f8,_0x31a286);}else{if(_0x5a5ebb['EPbAD'](_0x1684f5,HookState[_0x999d7c(0x1e1)])){logger[_0x999d7c(0x13f)](_0x999d7c(0x148)+_0x31a286);const _0x19c80a=_0x4ad7f8[_0x999d7c(0x20b)]()[_0x999d7c(0x1e8)](_0x31a286);logger[_0x999d7c(0x13f)](_0x999d7c(0x227)+util[_0x999d7c(0x17b)](Object[_0x999d7c(0x23f)](_0x5a5ebb['psnmf'](_0x19c80a,{}))));_0x19c80a&&_0x19c80a[TestFrameworkConstants[_0x999d7c(0x143)]]?logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20'+Object['keys'](_0x19c80a[TestFrameworkConstants[_0x999d7c(0x143)]])[_0x999d7c(0x20a)]+_0x999d7c(0x246)):logger['debug'](_0x5a5ebb[_0x999d7c(0x1e4)]);const _0x5b960a=_0x223a21['originalTest']||null,_0x40ca30={};_0x40ca30[_0x999d7c(0x1aa)]=_0x5b17e1,_0x40ca30[_0x999d7c(0x189)]=_0x2e017e,_0x40ca30[_0x999d7c(0x178)]=_0x31a286,_0x40ca30[_0x999d7c(0x24b)]=_0x5b960a;const _0x1c4f80=this['parseJestTestResult'](_0x40ca30),_0x1b9eda={};_0x1b9eda[_0x999d7c(0x10c)]=0x2,_0x1b9eda['maxArrayLength']=0x3,logger[_0x999d7c(0x13f)](_0x999d7c(0x183)+util[_0x999d7c(0x17b)](_0x1c4f80,_0x1b9eda)),_0x4ad7f8['addMultipleEntries'](_0x1c4f80),logger[_0x999d7c(0x13f)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20'+_0x31a286),await this['processPendingHooks'](_0x4ad7f8,_0x31a286);}}break;case TestFrameworkState['LOG_REPORT']:if(_0x5a5ebb['EPbAD'](_0x1684f5,HookState[_0x999d7c(0x1e1)])){const _0x4b1a52={};_0x4b1a52[_0x999d7c(0x10c)]=0x2,logger[_0x999d7c(0x13f)](_0x999d7c(0x17e)+util[_0x999d7c(0x17b)](_0x223a21,_0x4b1a52)),await this['sendLogCreatedEvent'](_0x4ad7f8,_0x48d50e,_0x223a21);}break;default:if(CLIUtils['matchHookRegex'](_0x48d50e[_0x999d7c(0x1a0)]()['split']('.')[0x1])){const _0x1c0124={};_0x1c0124[_0x999d7c(0x10c)]=0x2,_0x1c0124['maxArrayLength']=0x3,logger[_0x999d7c(0x13f)](_0x999d7c(0x102)+_0x48d50e+',\x20hookState='+_0x1684f5+_0x999d7c(0x241)+util['inspect'](_0x223a21[_0x999d7c(0x10b)],_0x1c0124));const _0x5a131a=await this[_0x999d7c(0x1ce)](_0x4ad7f8,_0x48d50e,_0x1684f5,_0x223a21),_0x4107c8={};_0x4107c8[_0x999d7c(0x10c)]=0x2,_0x4107c8[_0x999d7c(0x233)]=0x3,logger[_0x999d7c(0x13f)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20'+util[_0x999d7c(0x17b)](_0x5a131a,_0x4107c8)),_0x4ad7f8[_0x999d7c(0xf0)](_0x5a131a);}else logger[_0x999d7c(0x13f)](_0x999d7c(0x19d)+_0x48d50e+_0x999d7c(0x194)+_0x1684f5);break;}logger['debug'](_0x999d7c(0x129)+_0x48d50e+_0x999d7c(0x167)+_0x1684f5);}catch(_0x2786b6){logger[_0x999d7c(0x1ba)](_0x999d7c(0x18a)+_0x48d50e+_0x999d7c(0x167)+_0x1684f5+_0x999d7c(0x21d)+util['format'](_0x2786b6));}_0x223a21[_0x999d7c(0x231)]=_0x4ad7f8,await this[_0x999d7c(0x16d)](_0x4ad7f8,_0x48d50e,_0x1684f5,_0x223a21);}[a71_0x2f4828(0xf6)](_0x3efd7b){const _0xdf8cad=a71_0x2f4828,_0xf9443={};_0xf9443[_0xdf8cad(0xce)]=_0xdf8cad(0x1ab);const _0x496ad0=_0xf9443;if(_0x3efd7b&&(_0x3efd7b['id']||_0x3efd7b[_0xdf8cad(0x179)])){const _0x30701d=_0x3efd7b['id']||_0x3efd7b['uuid'];return logger[_0xdf8cad(0x13f)](_0xdf8cad(0x1b2)+_0x30701d+_0xdf8cad(0x15c)),_0x30701d;}return logger[_0xdf8cad(0x13f)](_0x496ad0[_0xdf8cad(0xce)]),process[_0xdf8cad(0x1f6)]+_0xdf8cad(0x20e);}['resolveInstance'](_0x451a29,_0x10411b,_0x21eb7e={}){const _0x1a59c4=a71_0x2f4828;let _0x31dac5=null;return _0x31dac5=TestFramework['getTrackedInstance'](),!_0x31dac5?(logger[_0x1a59c4(0x13f)]('[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state='+_0x451a29),this['trackJestInstance'](_0x451a29,_0x21eb7e),_0x31dac5=TestFramework['getTrackedInstance'](),logger[_0x1a59c4(0x13f)]('[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists='+!!_0x31dac5+_0x1a59c4(0xd8)+_0x31dac5?.['getContext']()?.['getId']())):logger[_0x1a59c4(0x13f)]('[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId='+_0x31dac5['getContext']()?.[_0x1a59c4(0x122)]()),_0x31dac5;}[a71_0x2f4828(0x1c2)](_0x152941,_0x5813e3){const _0x5839b1=a71_0x2f4828,_0x5eb071={};_0x5eb071[_0x5839b1(0x1c6)]=_0x5839b1(0x1df);const _0x1fbb77=_0x5eb071;if(TestFramework[_0x5839b1(0x181)]()){logger[_0x5839b1(0x13f)](_0x1fbb77[_0x5839b1(0x1c6)]);return;}const _0x4a3c07=CLIUtils['getCurrentInstanceName'](),_0x7d0886=TrackedInstance[_0x5839b1(0x24c)](_0x4a3c07);let _0x947ed3=null;logger[_0x5839b1(0x13f)](_0x5839b1(0xe5)+_0x4a3c07+_0x5839b1(0x152)+_0x152941),_0x947ed3=new TestFrameworkInstance(_0x7d0886,this[_0x5839b1(0xee)](),this[_0x5839b1(0x134)](),_0x152941,HookState['NONE']),TestFramework[_0x5839b1(0x1a7)](_0x7d0886,_0x947ed3),logger[_0x5839b1(0x13f)](_0x5839b1(0x239)+_0x7d0886['getId']()+_0x5839b1(0xd7)+_0x4a3c07+_0x5839b1(0xca)+this['getTestFrameworks']()[0x0]+_0x5839b1(0x192)+this[_0x5839b1(0x134)]()[this[_0x5839b1(0xee)]()[0x0]]);}[a71_0x2f4828(0x1ec)](_0x278de8){const _0x418e20=a71_0x2f4828,_0x1605c2={};_0x1605c2['wqpdI']=function(_0x2895be,_0x3958d5){return _0x2895be||_0x3958d5;},_0x1605c2[_0x418e20(0x1e9)]=_0x418e20(0x1a4);const _0x558712=_0x1605c2,{testUUID:_0x4c4b4e,testData:_0x56b41f,testId:_0x12c5ec}=_0x278de8;if(_0x558712['wqpdI'](!_0x56b41f,!_0x12c5ec))return logger[_0x418e20(0x13f)](_0x558712[_0x418e20(0x1e9)]),{};const _0x5e0c51=this[_0x418e20(0xee)]()[0x0],_0x2b5cfd=this['getTestFrameworksVersions'](),_0x4f57f6={};_0x4f57f6['depth']=0x2,_0x4f57f6[_0x418e20(0x233)]=0x3,logger[_0x418e20(0x13f)](_0x418e20(0x116)+util['inspect'](_0x56b41f,_0x4f57f6));const _0x432938=_0x56b41f?.[_0x418e20(0xe3)]||[],_0x39c0e8=this[_0x418e20(0x12e)](_0x56b41f),_0x4f68fc=this[_0x418e20(0x17a)](_0x56b41f),_0x2dc45f=_0x56b41f['fn']?_0x56b41f['fn'][_0x418e20(0x1a0)]():null,_0x2482b4=this[_0x418e20(0x1c3)](_0x56b41f),_0x1343a5={[TestFrameworkConstants[_0x418e20(0xf8)]]:_0x5e0c51,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x2b5cfd[_0x5e0c51],[TestFrameworkConstants[_0x418e20(0xea)]]:[],[TestFrameworkConstants[_0x418e20(0x23b)]]:{},[TestFrameworkConstants[_0x418e20(0x118)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x418e20(0x1b4)],[TestFrameworkConstants[_0x418e20(0x126)]]:_0x39c0e8,[TestFrameworkConstants[_0x418e20(0x1c1)]]:_0x4f68fc,[TestFrameworkConstants[_0x418e20(0x105)]]:_0x12c5ec,[TestFrameworkConstants[_0x418e20(0x18b)]]:_0x39c0e8,[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x4f68fc,[TestFrameworkConstants['KEY_TEST_CODE']]:_0x2dc45f,[TestFrameworkConstants[_0x418e20(0x196)]]:_0x2482b4,[TestFrameworkConstants[_0x418e20(0x230)]]:_0x56b41f[_0x418e20(0x18e)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x418e20(0x10f)]]:_0x432938[0x0]||'',[TestFrameworkConstants[_0x418e20(0x14e)]]:_0x432938,[TestFrameworkConstants[_0x418e20(0xe0)]]:_0x39c0e8,[TestFrameworkConstants[_0x418e20(0x207)]]:{},[TestFrameworkConstants[_0x418e20(0x21e)]]:{}};_0x56b41f[_0x418e20(0x14b)]&&(_0x1343a5[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x56b41f[_0x418e20(0x14b)]);logger[_0x418e20(0x13f)](_0x418e20(0xde)+_0x39c0e8+_0x418e20(0x123)+_0x12c5ec+_0x418e20(0x10d)+JSON[_0x418e20(0x226)](_0x2482b4)+_0x418e20(0x245)+util[_0x418e20(0x17b)](_0x432938)+',\x20filePath='+_0x4f68fc);const _0x721128={};return _0x721128[_0x12c5ec]=_0x1343a5,_0x721128;}[a71_0x2f4828(0x164)](_0x5e9efb){const _0x1bb91d=a71_0x2f4828,_0xbc35b0={'TEoWU':function(_0x2b4967,_0x1f4584){return _0x2b4967===_0x1f4584;},'ScCke':_0x1bb91d(0x184),'MJyJW':_0x1bb91d(0x132),'lJCph':_0x1bb91d(0xf9),'Wumnu':_0x1bb91d(0xe7),'xNSUh':function(_0x115c11,_0x7424b5){return _0x115c11||_0x7424b5;},'VqPDa':'No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','AGcJY':function(_0x28b301,_0x36c8a7){return _0x28b301||_0x36c8a7;},'DiDgD':_0x1bb91d(0x133),'NKdHw':function(_0x5649eb,_0x104d75){return _0x5649eb>_0x104d75;},'HOjeZ':_0x1bb91d(0x1d4),'hSAgh':function(_0x40f947,_0x3a4061){return _0x40f947===_0x3a4061;},'iQBcs':_0x1bb91d(0xf3),'UWJIz':_0x1bb91d(0xcd),'NaxPU':_0x1bb91d(0x198),'wqklS':function(_0x2991de,_0x1f5247){return _0x2991de===_0x1f5247;},'BoiLy':function(_0xbd9c37,_0x334209){return _0xbd9c37!==_0x334209;},'uEkwd':function(_0x301e95,_0x37042a,_0x2eca4d,_0x1fb7e3){return _0x301e95(_0x37042a,_0x2eca4d,_0x1fb7e3);},'kEPFW':_0x1bb91d(0x149)},{testUUID:_0x1c36f3,testData:_0x5bd5f,testId:_0x1ab80a}=_0x5e9efb;if(_0xbc35b0[_0x1bb91d(0x138)](!_0x5bd5f,!_0x1ab80a))return logger[_0x1bb91d(0x13f)](_0xbc35b0[_0x1bb91d(0x210)]),{};const _0x596b82=this[_0x1bb91d(0x174)](TestFrameworkState[_0x1bb91d(0x12b)],HookState['POST']),_0x1f5bc7=_0x596b82[_0x1bb91d(0x20b)]()[_0x1bb91d(0x1e8)](_0x1ab80a),_0xff6cb7=_0xbc35b0[_0x1bb91d(0xc7)](_0x1f5bc7,{}),_0x481f23=_0xff6cb7?_0xff6cb7[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{},_0x37c156=_0xff6cb7[TestFrameworkConstants[_0x1bb91d(0x143)]];logger[_0x1bb91d(0x13f)](_0x1bb91d(0x191)+(_0x37c156?Object['keys'](_0x37c156)['length']:0x0)+_0x1bb91d(0x121));let _0x1a06c2=_0xbc35b0[_0x1bb91d(0x1dd)];if(_0x5bd5f[_0x1bb91d(0xe6)])_0x1a06c2=_0x5bd5f[_0x1bb91d(0xe6)];else{if(_0x5bd5f[_0x1bb91d(0x103)]&&_0xbc35b0[_0x1bb91d(0x11d)](_0x5bd5f['errorsDetailed'][_0x1bb91d(0x20a)],0x0))_0x1a06c2=_0xbc35b0['HOjeZ'];else _0xbc35b0[_0x1bb91d(0x237)](_0x5bd5f['status'],_0xbc35b0['iQBcs'])||_0xbc35b0[_0x1bb91d(0xc5)](_0x5bd5f['status'],_0xbc35b0[_0x1bb91d(0x168)])?_0x1a06c2=_0xbc35b0[_0x1bb91d(0x168)]:_0x1a06c2=_0xbc35b0['NaxPU'];}const _0x221248={..._0xff6cb7,[TestFrameworkConstants[_0x1bb91d(0x12c)]]:_0x1a06c2,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x5bd5f['finished_at']||new Date()[_0x1bb91d(0x22e)](),[TestFrameworkConstants[_0x1bb91d(0x125)]]:new Date()[_0x1bb91d(0x22e)](),[TestFrameworkConstants[_0x1bb91d(0x207)]]:_0x481f23,[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants[_0x1bb91d(0x21e)]]:{}};if(_0xbc35b0[_0x1bb91d(0x1bc)](_0x1a06c2,_0xbc35b0[_0x1bb91d(0x1c8)])&&_0x5bd5f[_0x1bb91d(0x103)]){const _0x477244=this[_0x1bb91d(0xec)](_0x5bd5f),_0x4c154a=this[_0x1bb91d(0x21a)](_0x5bd5f),_0x208c22=this[_0x1bb91d(0x150)](_0x5bd5f);_0x221248[TestFrameworkConstants[_0x1bb91d(0x1bb)]]=_0x4c154a,_0x221248[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x477244,_0x221248[TestFrameworkConstants[_0x1bb91d(0xd2)]]=_0x208c22;}_0xbc35b0[_0x1bb91d(0x1d7)](_0x5bd5f[_0x1bb91d(0x1cb)],undefined)&&(_0x221248[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x5bd5f[_0x1bb91d(0x1cb)]);_0x5bd5f['retryOf']&&(_0x221248[TestFrameworkConstants[_0x1bb91d(0x106)]]=_0x5bd5f['retryOf']);const _0x515d60=_0x1f5bc7?_0x1f5bc7[TestFrameworkConstants[_0x1bb91d(0x143)]]||{}:{},_0x1afc4c=_0x1f5bc7?_0x1f5bc7[TestFrameworkConstants[_0x1bb91d(0x162)]]:_0x1c36f3,_0xc9c230=_0xbc35b0[_0x1bb91d(0x160)](getManualUploadLogs,_0x515d60,_0x1afc4c,_0x1ab80a);if(_0xbc35b0['NKdHw'](_0xc9c230['length'],0x0)){const _0x577d0e=_0x221248[TestFrameworkConstants[_0x1bb91d(0x114)]]||[];_0x221248[TestFrameworkConstants[_0x1bb91d(0x114)]]=[..._0x577d0e,..._0xc9c230];}const _0x160e0e=_0xff6cb7[TestFrameworkConstants['KEY_HOOKS_FINISHED']]||{},_0x32bd7b=_0xff6cb7[TestFrameworkConstants[_0x1bb91d(0x118)]]||{},_0xc4f7e5={..._0x160e0e},_0x8bdc47=_0xc4f7e5;Object['keys'](_0x32bd7b)[_0x1bb91d(0x140)](_0x46c8f1=>{const _0x31bf46=_0x1bb91d;!_0x8bdc47[_0x46c8f1]&&(_0x8bdc47[_0x46c8f1]=[]);const _0x214898=new Set((_0x8bdc47[_0x46c8f1]||[])['map'](_0xc4c0e9=>_0xc4c0e9[TestFrameworkConstants[_0x31bf46(0x10a)]]||_0xc4c0e9[_0x31bf46(0x1fd)]));(_0x32bd7b[_0x46c8f1]||[])['forEach'](_0x58a69f=>{const _0x1b8d06=_0x31bf46,_0x340ae5=_0x58a69f[TestFrameworkConstants[_0x1b8d06(0x10a)]]||_0x58a69f['hook_id'];if(!_0x214898[_0x1b8d06(0x156)](_0x340ae5)){const _0x4ec7e1={..._0x58a69f},_0x4823e4=_0x4ec7e1;!_0x4823e4[TestFrameworkConstants[_0x1b8d06(0x15e)]]&&!_0x4823e4[_0x1b8d06(0x1db)]&&(_0x4823e4[TestFrameworkConstants[_0x1b8d06(0x15e)]]=new Date()[_0x1b8d06(0x22e)]()),!_0x4823e4[TestFrameworkConstants[_0x1b8d06(0x1be)]]&&!_0x4823e4[_0x1b8d06(0x205)]&&(_0x4823e4[TestFrameworkConstants[_0x1b8d06(0x1be)]]=TestFrameworkConstants[_0x1b8d06(0xf5)]),_0x8bdc47[_0x46c8f1][_0x1b8d06(0x199)](_0x4823e4);}});});if(_0x5e9efb['originalTest']){this[_0x1bb91d(0x249)](_0x5e9efb['originalTest']);const _0x1eb357=this[_0x1bb91d(0x20f)](_0x5e9efb[_0x1bb91d(0x24b)]),_0x3f8cef=this[_0x1bb91d(0x1a1)](_0x5e9efb[_0x1bb91d(0x24b)]);_0x3f8cef[_0x1bb91d(0x140)](_0x44c92c=>{const _0x3efc9b=_0x1bb91d,_0x3424aa=_0x1eb357[_0x3efc9b(0x1e8)](_0x44c92c);if(_0x3424aa&&(_0xbc35b0['TEoWU'](_0x3424aa[_0x3efc9b(0x12a)],_0xbc35b0[_0x3efc9b(0x1bf)])||_0xbc35b0['TEoWU'](_0x3424aa[_0x3efc9b(0x12a)],_0xbc35b0[_0x3efc9b(0x1ed)]))){const _0x4e2485=_0x3424aa['type'][_0x3efc9b(0x195)]()[_0x3efc9b(0x1d5)](_0xbc35b0[_0x3efc9b(0x135)],_0xbc35b0[_0x3efc9b(0x12f)]),_0xe34cb8=_0x4e2485;!_0x8bdc47[_0xe34cb8]&&(_0x8bdc47[_0xe34cb8]=[]);const _0x1588a0=_0x8bdc47[_0xe34cb8]['find'](_0x1b65c5=>(_0x1b65c5[TestFrameworkConstants[_0x3efc9b(0x10a)]]||_0x1b65c5[_0x3efc9b(0x1fd)])===_0x44c92c);!_0x1588a0&&_0x8bdc47[_0xe34cb8][_0x3efc9b(0x199)]({'key':_0xe34cb8,[TestFrameworkConstants[_0x3efc9b(0x10a)]]:_0x44c92c,[TestFrameworkConstants[_0x3efc9b(0x1be)]]:TestFrameworkConstants[_0x3efc9b(0xf5)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:new Date()[_0x3efc9b(0x22e)](),[TestFrameworkConstants[_0x3efc9b(0x15e)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x3efc9b(0x186)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x3424aa[_0x3efc9b(0x244)]||_0x3424aa['type']+_0x3efc9b(0x15a),[TestFrameworkConstants[_0x3efc9b(0x207)]]:_0x481f23});}});}if(_0x5bd5f[_0x1bb91d(0x1cc)]&&_0xbc35b0[_0x1bb91d(0x11d)](_0x5bd5f['hooks']['length'],0x0))_0x221248[TestFrameworkConstants[_0x1bb91d(0x23b)]]=_0x5bd5f[_0x1bb91d(0x1cc)],logger[_0x1bb91d(0x13f)](_0xbc35b0[_0x1bb91d(0xfd)]);else _0xbc35b0['NKdHw'](Object[_0x1bb91d(0x23f)](_0x8bdc47)['length'],0x0)&&(_0x221248[TestFrameworkConstants[_0x1bb91d(0x23b)]]=_0x8bdc47,logger['debug'](_0x1bb91d(0xc6)+Object[_0x1bb91d(0x23f)](_0x8bdc47)[_0x1bb91d(0x146)](',')));const _0x4d31d9=this[_0x1bb91d(0x12e)](_0x5bd5f);logger[_0x1bb91d(0x13f)]('[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName='+_0x4d31d9+_0x1bb91d(0x123)+_0x1ab80a+_0x1bb91d(0x248)+_0x1a06c2+_0x1bb91d(0x1b3)+_0x5bd5f[_0x1bb91d(0x1cb)]);_0xbc35b0[_0x1bb91d(0x237)](_0x1a06c2,_0xbc35b0['HOjeZ'])&&logger['debug'](_0x1bb91d(0x172)+_0x1ab80a+_0x1bb91d(0x11a)+_0x221248[TestFrameworkConstants[_0x1bb91d(0x1bb)]]+_0x1bb91d(0xed)+_0x221248[TestFrameworkConstants[_0x1bb91d(0xc1)]]?.[_0x1bb91d(0x232)](0x0,0xc8));const _0x4f19c9={};return _0x4f19c9[_0x1ab80a]=_0x221248,_0x4f19c9;}[a71_0x2f4828(0x1ea)](_0x110bcf){const _0x58cad3=a71_0x2f4828,_0x5b36df={};_0x5b36df[_0x58cad3(0xcb)]=function(_0x53561f,_0x314914){return _0x53561f!==_0x314914;},_0x5b36df[_0x58cad3(0x120)]='ROOT_DESCRIBE_BLOCK';const _0x46710a=_0x5b36df,_0x2cf122={};_0x2cf122[_0x58cad3(0x10c)]=0x2,_0x2cf122[_0x58cad3(0x233)]=0x3,logger[_0x58cad3(0x13f)](_0x58cad3(0x1a6)+util[_0x58cad3(0x17b)](_0x110bcf,_0x2cf122));const _0x6d9e30=[];if(_0x110bcf&&_0x110bcf[_0x58cad3(0x139)]){let _0x218c3a=_0x110bcf[_0x58cad3(0x139)];while(_0x218c3a&&_0x218c3a['name']&&_0x46710a['dddJY'](_0x218c3a[_0x58cad3(0x244)],'')&&_0x46710a[_0x58cad3(0xcb)](_0x218c3a[_0x58cad3(0x244)],_0x46710a['RQSFo'])){_0x6d9e30[_0x58cad3(0x199)](_0x218c3a[_0x58cad3(0x244)]),_0x218c3a=_0x218c3a[_0x58cad3(0x139)];}}return _0x6d9e30[_0x58cad3(0x110)]();}['getJestTestName'](_0x732bc0){const _0x93be90=a71_0x2f4828,_0x497596={};_0x497596['AZGVw']=_0x93be90(0x225);const _0x166b9a=_0x497596;if(_0x732bc0['name'])return _0x732bc0['name'];if(_0x732bc0[_0x93be90(0x1c0)])return _0x732bc0[_0x93be90(0x1c0)];return _0x166b9a[_0x93be90(0x14c)];}['getJestTestTags'](_0x21c00e){const _0x2a0b5b=a71_0x2f4828,_0x56eb8d=[];if(_0x21c00e[_0x2a0b5b(0x13d)]&&Array['isArray'](_0x21c00e[_0x2a0b5b(0x13d)]))return _0x21c00e[_0x2a0b5b(0x13d)]['map'](_0x161b18=>_0x161b18['startsWith']('@')?_0x161b18[_0x2a0b5b(0x1f2)](0x1):_0x161b18);const _0x554961=this[_0x2a0b5b(0x12e)](_0x21c00e),_0x50dc63=_0x554961['match'](/@(\w+)/g);if(_0x50dc63)return _0x50dc63[_0x2a0b5b(0x1cd)](_0xa7ba3=>_0xa7ba3[_0x2a0b5b(0x21b)](0x1));return _0x21c00e[_0x2a0b5b(0xe3)]&&Array[_0x2a0b5b(0xd6)](_0x21c00e[_0x2a0b5b(0xe3)])&&_0x21c00e[_0x2a0b5b(0xe3)]['forEach'](_0x1ee964=>{const _0x2451e2=_0x2a0b5b,_0x41b5f2=_0x1ee964['match'](/@(\w+)/g);_0x41b5f2&&_0x41b5f2[_0x2451e2(0x140)](_0xccffff=>{const _0x330de9=_0x2451e2,_0xa69b52=_0xccffff[_0x330de9(0x21b)](0x1);!_0x56eb8d['includes'](_0xa69b52)&&_0x56eb8d[_0x330de9(0x199)](_0xa69b52);});}),_0x56eb8d;}['getJestTestFilePath'](_0x4bb0dd){const _0x3819af=a71_0x2f4828,_0x33479d={'SSEqv':function(_0x68a51,_0x37de5c){return _0x68a51(_0x37de5c);},'LXdRB':_0x3819af(0x16f)};if(_0x4bb0dd['file_name'])return _0x4bb0dd[_0x3819af(0x1fb)];if(_0x4bb0dd[_0x3819af(0x1d3)]){const _0x43fd61=_0x33479d[_0x3819af(0x1b1)](require,_0x33479d[_0x3819af(0x1d8)]);try{const _0x25559e=_0x43fd61[_0x3819af(0x1f3)](_0x4bb0dd[_0x3819af(0x1d3)]);if(_0x25559e[0x0]&&_0x25559e[0x0][_0x3819af(0x1c4)])return _0x25559e[0x0]['getFileName']();}catch(_0x4a4d9a){logger[_0x3819af(0x13f)](_0x3819af(0x228)+util[_0x3819af(0x223)](_0x4a4d9a));}}return null;}['getJestFailureReason'](_0x2daf26){const _0xae431a=a71_0x2f4828,_0x2f70a8={};_0x2f70a8[_0xae431a(0x151)]=function(_0x40ba69,_0x15ac67){return _0x40ba69>_0x15ac67;},_0x2f70a8[_0xae431a(0x128)]=_0xae431a(0x13c);const _0x395882=_0x2f70a8;if(_0x2daf26[_0xae431a(0x103)]&&_0x395882[_0xae431a(0x151)](_0x2daf26[_0xae431a(0x103)][_0xae431a(0x20a)],0x0))return util[_0xae431a(0x17b)](_0x2daf26[_0xae431a(0x103)][0x0]);if(_0x2daf26[_0xae431a(0x104)])return _0x2daf26[_0xae431a(0x104)];return _0x395882[_0xae431a(0x128)];}['getJestFailureType'](_0x35d8a7){const _0x5e73f5=a71_0x2f4828,_0x58b13e={};_0x58b13e[_0x5e73f5(0x101)]=_0x5e73f5(0xe1),_0x58b13e[_0x5e73f5(0x180)]=_0x5e73f5(0x182),_0x58b13e[_0x5e73f5(0x18d)]=_0x5e73f5(0x19c);const _0x23bfaa=_0x58b13e,_0x2155c5=this[_0x5e73f5(0xec)](_0x35d8a7);if(_0x2155c5&&_0x2155c5[_0x5e73f5(0xf7)](_0x23bfaa['TLwZc']))return _0x23bfaa[_0x5e73f5(0x180)];return _0x23bfaa['Lckty'];}[a71_0x2f4828(0x150)](_0x5474e9){const _0x1b71bb=a71_0x2f4828,_0x2e3e01={'AmfSp':function(_0x39b3e3,_0x51679e){return _0x39b3e3(_0x51679e);},'nvXod':'../../../helpers/test-observability/utils','haFZU':function(_0x542802,_0x25a03e){return _0x542802!==_0x25a03e;},'JeJtf':_0x1b71bb(0x1a3)},{failureData:_0xb6b180}=_0x2e3e01[_0x1b71bb(0x109)](require,_0x2e3e01['nvXod']),_0x5eb069=[];return _0x2e3e01[_0x1b71bb(0x217)](_0x5474e9[_0x1b71bb(0x103)],undefined)&&_0x5eb069[_0x1b71bb(0x199)](_0x5474e9[_0x1b71bb(0x103)],_0x2e3e01[_0x1b71bb(0x15f)]),_0xb6b180[_0x1b71bb(0x1ca)](null,_0x5eb069);}async['trackHookEvent'](_0xb4bc4f,_0x3cc64c,_0x58a6c3,_0x1efe5f){const _0x2f1101=a71_0x2f4828,_0x18c232={'jXLSz':_0x2f1101(0x202),'clePI':function(_0x61c407){return _0x61c407();},'HcEGg':function(_0x413563,_0x2faeaa){return _0x413563 in _0x2faeaa;},'JUNGd':function(_0xd5d205,_0x47b583){return _0xd5d205===_0x47b583;},'uiWLZ':function(_0x4f2924,_0x17f039){return _0x4f2924>_0x17f039;},'hrbBl':_0x2f1101(0x1d4),'LhjKC':_0x2f1101(0x198),'DyEHL':function(_0x570146,_0x915dc3){return _0x570146===_0x915dc3;},'gKtMU':function(_0x3f2f6e,_0xe01608){return _0x3f2f6e!==_0xe01608;}},{hookData:_0x4476bb}=_0x1efe5f,_0x3b8447=_0x58a6c3['toString'](),_0x4d5a68=_0x3cc64c[_0x2f1101(0x1a0)](),_0x1fd7d5={};_0x1fd7d5[_0x2f1101(0x10c)]=0x2,_0x1fd7d5[_0x2f1101(0x233)]=0x3,logger[_0x2f1101(0x13f)]('[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState='+_0x4d5a68+_0x2f1101(0x167)+_0x3b8447+_0x2f1101(0x241)+util[_0x2f1101(0x17b)](_0x4476bb,_0x1fd7d5));if(!_0x4476bb)return logger[_0x2f1101(0x13f)](_0x18c232[_0x2f1101(0x17c)]),{};const _0xd307e5=_0x4476bb[_0x2f1101(0x179)]||_0x4476bb['hookAnalyticsId']||_0x18c232['clePI'](uuidv4),_0x1235b3=_0x4476bb[_0x2f1101(0xfb)]||this['getJestTestIdentifier'](_0x4476bb),_0x5b842a=_0x3cc64c[_0x2f1101(0x1a0)]()[_0x2f1101(0x166)]('.')[0x1],_0x4698aa=_0xb4bc4f['getAllData']()[_0x2f1101(0x1e8)](_0x1235b3),_0x16db35=_0x4698aa?_0x4698aa[TestFrameworkConstants[_0x2f1101(0x207)]]||{}:{};logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId='+_0xd307e5+_0x2f1101(0x123)+_0x1235b3+_0x2f1101(0x113)+_0x5b842a+',\x20hookState='+_0x3b8447);if(!_0x4698aa)return logger[_0x2f1101(0x13f)]('[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20'+_0x1235b3+_0x2f1101(0x23a)),this[_0x2f1101(0x20d)](_0xb4bc4f,_0x1235b3,_0x3cc64c,_0x58a6c3,_0x1efe5f),{};let _0x367061=_0x4698aa[TestFrameworkConstants[_0x2f1101(0x118)]];!_0x367061&&(_0x367061={});!_0x18c232[_0x2f1101(0x15b)](_0x5b842a,_0x367061)&&(_0x367061[_0x5b842a]=[]);let _0x3195f8=_0x4698aa[TestFrameworkConstants[_0x2f1101(0x23b)]];!_0x3195f8&&(_0x3195f8={});!_0x18c232['HcEGg'](_0x5b842a,_0x3195f8)&&(_0x3195f8[_0x5b842a]=[]);const _0x51c319={[TestFrameworkConstants[_0x2f1101(0x118)]]:_0x367061,[TestFrameworkConstants[_0x2f1101(0x23b)]]:_0x3195f8},_0x3f3485={};_0x3f3485[_0x1235b3]=_0x51c319;const _0xabc694=_0x3f3485;if(_0x18c232[_0x2f1101(0x229)](_0x58a6c3,HookState[_0x2f1101(0x15d)])){const _0x407fb8={'key':_0x5b842a,[TestFrameworkConstants[_0x2f1101(0x10a)]]:_0xd307e5,[TestFrameworkConstants[_0x2f1101(0x1be)]]:TestFrameworkConstants[_0x2f1101(0xf5)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:_0x4476bb[_0x2f1101(0x18e)]||new Date()[_0x2f1101(0x22e)](),[TestFrameworkConstants[_0x2f1101(0x186)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x4476bb['name']||_0x4476bb[_0x2f1101(0x144)]||_0x5b842a,[TestFrameworkConstants[_0x2f1101(0x207)]]:_0x16db35};_0x367061[_0x5b842a][_0x2f1101(0x199)](_0x407fb8),_0xabc694[_0x1235b3][TestFrameworkConstants[_0x2f1101(0x1d9)]]=_0x5b842a;const _0x3e6d3c={};_0x3e6d3c[_0x2f1101(0x10c)]=0x2,logger[_0x2f1101(0x13f)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x5b842a+_0x2f1101(0x11f)+_0xd307e5+',\x20testId='+_0x1235b3+_0x2f1101(0x204)+util[_0x2f1101(0x17b)](_0x407fb8,_0x3e6d3c));}else{if(_0x18c232[_0x2f1101(0x229)](_0x58a6c3,HookState[_0x2f1101(0x1e1)])){const _0x35ad66=_0x4476bb[_0x2f1101(0xe6)]||(_0x4476bb[_0x2f1101(0x103)]&&_0x18c232[_0x2f1101(0x240)](_0x4476bb[_0x2f1101(0x103)][_0x2f1101(0x20a)],0x0)?_0x18c232['hrbBl']:_0x18c232[_0x2f1101(0xd5)]),_0xcbf1d2=_0x367061[_0x5b842a]||[];logger[_0x2f1101(0x13f)](_0x2f1101(0x1fe)+_0x5b842a+',\x20testId='+_0x1235b3+',\x20result='+_0x35ad66+',\x20hooksListLength='+_0xcbf1d2[_0x2f1101(0x20a)]);if(_0x18c232['uiWLZ'](_0xcbf1d2[_0x2f1101(0x20a)],0x0)){const _0x49b91a=_0xcbf1d2[_0x2f1101(0x170)]();_0x18c232[_0x2f1101(0xd4)](_0x35ad66,_0x18c232[_0x2f1101(0x155)])&&_0x4476bb[_0x2f1101(0x103)]?(_0x49b91a[TestFrameworkConstants[_0x2f1101(0xe8)]]=this['getJestFailureType'](_0x4476bb),_0x49b91a[TestFrameworkConstants[_0x2f1101(0x22c)]]=this[_0x2f1101(0xec)](_0x4476bb),_0x49b91a[TestFrameworkConstants[_0x2f1101(0x10e)]]=this[_0x2f1101(0x150)](_0x4476bb),logger[_0x2f1101(0x13f)](_0x2f1101(0x16b)+_0x5b842a+_0x2f1101(0x11a)+_0x49b91a[TestFrameworkConstants[_0x2f1101(0xe8)]]+',\x20failureReason='+_0x49b91a[TestFrameworkConstants[_0x2f1101(0x22c)]]?.[_0x2f1101(0x232)](0x0,0xc8))):_0x49b91a[TestFrameworkConstants[_0x2f1101(0x1be)]]=_0x18c232[_0x2f1101(0xd5)];_0x18c232['gKtMU'](_0x35ad66,TestFrameworkConstants[_0x2f1101(0xf5)])&&(_0x49b91a[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x35ad66);_0x49b91a[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x4476bb[_0x2f1101(0xcc)]||new Date()['toISOString'](),_0x49b91a[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x16db35;const _0x347575=_0x49b91a[TestFrameworkConstants[_0x2f1101(0x10a)]];!_0x3195f8[_0x5b842a]&&(_0x3195f8[_0x5b842a]=[]);_0x3195f8[_0x5b842a][_0x2f1101(0x199)](_0x49b91a),_0xabc694[_0x1235b3][TestFrameworkConstants[_0x2f1101(0x22b)]]=_0x5b842a;const _0x321b13={};_0x321b13[_0x2f1101(0x10c)]=0x2,logger[_0x2f1101(0x13f)](_0x2f1101(0xdc)+_0x5b842a+_0x2f1101(0x11f)+_0x347575+_0x2f1101(0x1d1)+_0x35ad66+_0x2f1101(0x204)+util[_0x2f1101(0x17b)](_0x49b91a,_0x321b13));}}}const _0x23a7f5={};return _0x23a7f5['depth']=0x2,_0x23a7f5[_0x2f1101(0x233)]=0x3,logger[_0x2f1101(0x13f)](_0x2f1101(0x1f7)+(_0x4476bb['hook_type']||_0x5b842a)+',\x20hookId='+_0xd307e5+',\x20testId='+_0x1235b3+_0x2f1101(0x1a8)+util[_0x2f1101(0x17b)](_0xabc694,_0x23a7f5)),_0xabc694;}[a71_0x2f4828(0x141)](_0x42b6b6){const _0x24ed93=a71_0x2f4828,_0x7fbc1b={};_0x7fbc1b[_0x24ed93(0x14f)]=_0x24ed93(0x1ad);const _0x52b288=_0x7fbc1b;try{const _0x2ea109=_0x42b6b6[_0x24ed93(0x1a3)]?this[_0x24ed93(0xf6)](_0x42b6b6['test']):_0x42b6b6[_0x24ed93(0x10b)][_0x24ed93(0xfb)],_0x4ca1f3=_0x42b6b6[_0x24ed93(0x231)],_0x3773ba=_0x4ca1f3['getContext'](),_0x1554b4=_0x4ca1f3['getAllData']()[_0x24ed93(0x1e8)](_0x2ea109);if(!_0x1554b4)return logger['debug'](_0x24ed93(0x235)+_0x2ea109),{};const {[TestFrameworkConstants[_0x24ed93(0xf8)]]:_0x25863b='',[TestFrameworkConstants[_0x24ed93(0xc2)]]:_0x277e1d='',[TestFrameworkConstants[_0x24ed93(0x230)]]:_0x5df8ba='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x1aad29=''}=_0x1554b4,_0x53b921=_0x4ca1f3[_0x24ed93(0x206)]()[_0x24ed93(0x1a0)]()[_0x24ed93(0x166)]('.')[0x1],_0x106cad=_0x4ca1f3[_0x24ed93(0x12d)]()[_0x24ed93(0x1a0)]()[_0x24ed93(0x166)]('.')[0x1],_0x23d99f=global?.['__workerDetails']?.['workerInfo']?.[_0x24ed93(0x13e)],_0x753a3b=_0x4ca1f3[_0x24ed93(0x1f5)](),_0x2234c3=Buffer['from'](JSON[_0x24ed93(0x226)](_0x1554b4))[_0x24ed93(0x1a0)](_0x52b288[_0x24ed93(0x14f)]),_0x38b131={'hash':_0x3773ba[_0x24ed93(0x122)](),'threadId':_0x3773ba[_0x24ed93(0x137)]()[_0x24ed93(0x1a0)](),'processId':_0x3773ba[_0x24ed93(0x24d)]()['toString']()},_0x4a855a={};_0x4a855a['platformIndex']=_0x23d99f,_0x4a855a['testFrameworkName']=_0x25863b,_0x4a855a[_0x24ed93(0xd9)]=_0x277e1d,_0x4a855a[_0x24ed93(0x208)]=_0x53b921,_0x4a855a[_0x24ed93(0x173)]=_0x106cad,_0x4a855a[_0x24ed93(0x1fa)]=_0x5df8ba,_0x4a855a[_0x24ed93(0x24a)]=_0x1aad29,_0x4a855a[_0x24ed93(0x179)]=_0x753a3b,_0x4a855a['eventJson']=_0x2234c3,_0x4a855a['executionContext']=_0x38b131,_0x4a855a['test_identifier']=_0x2ea109;const _0xdb67a1=_0x4a855a;return _0xdb67a1;}catch(_0x1dcf9d){return logger[_0x24ed93(0x1ba)](_0x24ed93(0x190)+util['format'](_0x1dcf9d)),{};}}async['sendLogCreatedEvent'](_0x554126,_0x271a74,_0x235e00){const _0x33f1e3=a71_0x2f4828,_0x3c317b={'Ffxdr':function(_0x5343bf,_0x33bda7){return _0x5343bf+_0x33bda7;},'QCXMH':_0x33f1e3(0xd1),'uyCXd':'none','otrwy':function(_0x15f8ab,_0x558af7){return _0x15f8ab>_0x558af7;},'qGurq':function(_0x5cecaf,_0x369a55,_0x2bceae,_0x35594f){return _0x5cecaf(_0x369a55,_0x2bceae,_0x35594f);},'xHVlC':function(_0x3eda55,_0x4c4387){return _0x3eda55-_0x4c4387;},'gXiTn':function(_0x154c5a,_0x1e1323){return _0x154c5a===_0x1e1323;},'GiGMz':function(_0x4d0891,_0x22f217){return _0x4d0891/_0x22f217;},'aiXot':function(_0xc8eb75,_0x2861a1){return _0xc8eb75<_0x2861a1;},'eQRdT':function(_0x5c36e4,_0x1e39b2){return _0x5c36e4*_0x1e39b2;},'LcOEu':function(_0xa34127,_0x51dfc4){return _0xa34127+_0x51dfc4;},'WqLIQ':function(_0x5845a0,_0x2dc4a4){return _0x5845a0+_0x2dc4a4;},'SAXrX':function(_0x4a1632,_0x2fcd07){return _0x4a1632+_0x2fcd07;}};try{const _0x36f800=_0x235e00[_0x33f1e3(0x1aa)]||_0x235e00[_0x33f1e3(0x178)],_0x44de00=Array['from'](_0x554126[_0x33f1e3(0x20b)]()[_0x33f1e3(0x23f)]()),_0x364b7a=_0x554126[_0x33f1e3(0x20b)]()[_0x33f1e3(0x1e8)](_0x36f800);if(!_0x364b7a){logger[_0x33f1e3(0x13f)](_0x33f1e3(0x161)+_0x36f800);return;}const {[TestFrameworkConstants[_0x33f1e3(0xf8)]]:_0x80d4a3='',[TestFrameworkConstants[_0x33f1e3(0xc2)]]:_0x1196f4=''}=_0x364b7a;let _0x56efb3=[];if(_0x364b7a&&_0x364b7a[TestFrameworkConstants['KEY_LOGS']]&&Array[_0x33f1e3(0xd6)](_0x364b7a[TestFrameworkConstants[_0x33f1e3(0x114)]])){_0x56efb3=_0x364b7a[TestFrameworkConstants['KEY_LOGS']]||[],logger[_0x33f1e3(0x13f)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20'+_0x56efb3[_0x33f1e3(0x20a)]+_0x33f1e3(0x11c)+_0x36f800);const _0x2b0edc={[TestFrameworkConstants[_0x33f1e3(0x114)]]:[]},_0x54a405={};_0x54a405[_0x36f800]=_0x2b0edc,_0x554126[_0x33f1e3(0xf0)](_0x54a405),logger[_0x33f1e3(0x13f)](_0x33f1e3(0xdf)+_0x36f800);}else logger[_0x33f1e3(0x13f)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x36f800);logger['debug'](_0x33f1e3(0x176)+_0x56efb3[_0x33f1e3(0x20a)]+'\x20for\x20testId:\x20'+_0x36f800);const _0x43fcbc=_0x56efb3[_0x33f1e3(0x177)](_0x5a9b14=>_0x5a9b14[_0x33f1e3(0x214)]==='TEST_SCREENSHOT');_0x3c317b['otrwy'](_0x43fcbc['length'],0x0)&&(logger['debug'](_0x33f1e3(0x23e)+_0x43fcbc[_0x33f1e3(0x20a)]+'\x20screenshot\x20logs\x20for\x20testId:\x20'+_0x36f800),_0x43fcbc[_0x33f1e3(0x140)]((_0x416afe,_0x37e8c7)=>{const _0x28593c=_0x33f1e3;logger[_0x28593c(0x13f)](_0x28593c(0x213)+_0x3c317b[_0x28593c(0x17d)](_0x37e8c7,0x1)+'/'+_0x43fcbc[_0x28593c(0x20a)]+_0x28593c(0x158)+(_0x416afe['test_identifier']||_0x3c317b[_0x28593c(0x1ac)])+_0x28593c(0x1bd)+(_0x416afe[_0x28593c(0x216)]||_0x3c317b[_0x28593c(0x1ac)])+_0x28593c(0x1af)+(_0x416afe[_0x28593c(0xff)]||_0x3c317b[_0x28593c(0xd0)])+',\x20messageLength='+(_0x416afe[_0x28593c(0x209)]?.[_0x28593c(0x20a)]||0x0));}));const _0x331fb5=_0x364b7a[TestFrameworkConstants[_0x33f1e3(0x143)]]||{},_0x1e2de6=_0x3c317b[_0x33f1e3(0x193)](getMediaArtifactsLogs,_0x331fb5,null,_0x36f800),_0x369e20=(_0x56efb3||[])[_0x33f1e3(0x153)](_0x1e2de6||[]),_0x528a96=_0x43fcbc?.[_0x33f1e3(0x20a)]||0x0,_0x51d927=_0x3c317b[_0x33f1e3(0x1f1)](_0x56efb3?.[_0x33f1e3(0x20a)]||0x0,_0x528a96);logger[_0x33f1e3(0x13f)](_0x33f1e3(0x1d6)+_0x36f800+_0x33f1e3(0x23c)+_0x51d927+_0x33f1e3(0x1e0)+_0x528a96+',\x20attachmentLogs:\x20'+(_0x1e2de6?.['length']||0x0)+',\x20totalLogs:\x20'+_0x369e20['length']);if(!_0x369e20||_0x3c317b[_0x33f1e3(0xf4)](_0x369e20['length'],0x0)){logger[_0x33f1e3(0x13f)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0x36f800);return;}const _0x2f2a2c=0x28,_0x1822ae=Math[_0x33f1e3(0x108)](_0x3c317b[_0x33f1e3(0x13a)](_0x369e20['length'],_0x2f2a2c));for(let _0x4eea8a=0x0;_0x3c317b[_0x33f1e3(0x1dc)](_0x4eea8a,_0x1822ae);_0x4eea8a++){const _0x57ae45=_0x3c317b[_0x33f1e3(0x19e)](_0x4eea8a,_0x2f2a2c),_0x43112c=_0x3c317b[_0x33f1e3(0x16c)](_0x57ae45,_0x2f2a2c),_0x495ff0=_0x369e20[_0x33f1e3(0x21b)](_0x57ae45,_0x43112c),_0xb533fe=global?.[_0x33f1e3(0xfa)]?.[_0x33f1e3(0x131)]?.[_0x33f1e3(0x13e)]||0x0,_0x473bdb={'platformIndex':_0xb533fe,'logs':_0x495ff0,'testFrameworkName':_0x80d4a3,'testFrameworkVersion':_0x1196f4,'testFrameworkState':_0x271a74[_0x33f1e3(0x1a0)]()['split']('.')[0x1]},_0x139d7b={};_0x139d7b[_0x33f1e3(0x10c)]=0x3,_0x139d7b['maxArrayLength']=0x5,logger[_0x33f1e3(0x13f)](_0x33f1e3(0x212)+_0x3c317b[_0x33f1e3(0x1b6)](_0x4eea8a,0x1)+'/'+_0x1822ae+_0x33f1e3(0x19a)+_0x36f800+',\x20logsInBatch:\x20'+_0x495ff0['length']+',\x20platformIndex:\x20'+_0xb533fe+_0x33f1e3(0x1b0)+util[_0x33f1e3(0x17b)](_0x473bdb,_0x139d7b));const _0x4f5388=await GrpcClient[_0x33f1e3(0x1b7)]()[_0x33f1e3(0xc4)](_0x473bdb);logger[_0x33f1e3(0x13f)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x3c317b['SAXrX'](_0x4eea8a,0x1)+'/'+_0x1822ae+_0x33f1e3(0x19a)+_0x36f800+_0x33f1e3(0x115)+util['inspect'](_0x4f5388));}if(_0x1e2de6&&_0x3c317b[_0x33f1e3(0x127)](_0x1e2de6['length'],0x0)&&_0x364b7a[TestFrameworkConstants[_0x33f1e3(0x143)]]){const _0x50c13d={[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{}},_0x252189={};_0x252189[_0x36f800]=_0x50c13d,_0x554126[_0x33f1e3(0xf0)](_0x252189);}logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20'+_0x36f800+',\x20totalBatches:\x20'+_0x1822ae);}catch(_0x54394d){logger['error'](_0x33f1e3(0x13b)+(_0x235e00[_0x33f1e3(0x1aa)]||_0x235e00['testId'])+_0x33f1e3(0x1f8)+util[_0x33f1e3(0x223)](_0x54394d));}}[a71_0x2f4828(0x20d)](_0x3a3c84,_0x5efefd,_0x51cb07,_0x364a56,_0x5f09f3){const _0x334c55=a71_0x2f4828,_0x5e7ca0={};_0x5e7ca0[_0x334c55(0x21f)]=function(_0x29c3c2,_0x3fedf1){return _0x29c3c2===_0x3fedf1;},_0x5e7ca0[_0x334c55(0x243)]='beforeAll';const _0x44993b=_0x5e7ca0,{hookData:_0x444a00}=_0x5f09f3,_0x213fe3={'testId':_0x5efefd,'testFrameworkState':_0x51cb07,'hookState':_0x364a56,'args':_0x5f09f3,'timestamp':new Date()[_0x334c55(0x22e)]()};if(_0x44993b['IYkLn'](_0x51cb07,TestFrameworkState[_0x334c55(0x215)])&&_0x444a00){const _0x113669={};_0x113669[_0x334c55(0x1f0)]=_0x444a00[_0x334c55(0x1fb)]||_0x444a00['location'],_0x113669[_0x334c55(0x136)]=_0x444a00['scope']||_0x444a00['scopes']&&_0x444a00[_0x334c55(0xe3)][0x0]||'',_0x113669[_0x334c55(0x203)]=_0x44993b[_0x334c55(0x243)],_0x213fe3['hookMetadata']=_0x113669,logger[_0x334c55(0x13f)](_0x334c55(0xfc)+_0x5efefd+_0x334c55(0x1da)+_0x213fe3[_0x334c55(0x222)][_0x334c55(0x1f0)]+_0x334c55(0x19f)+_0x213fe3[_0x334c55(0x222)][_0x334c55(0x136)]);}_0x3a3c84['addPendingHook'](_0x5efefd,_0x213fe3),logger[_0x334c55(0x13f)](_0x334c55(0x1d2)+_0x5efefd+_0x334c55(0x242)+_0x51cb07+_0x334c55(0x220)+_0x364a56);}async[a71_0x2f4828(0xe4)](_0x5b1ee5,_0x2f0fe8){const _0x52b684=a71_0x2f4828,_0x3898ba={};_0x3898ba[_0x52b684(0x224)]=function(_0x3e7b7c,_0x2d96b6){return _0x3e7b7c>_0x2d96b6;},_0x3898ba[_0x52b684(0x21c)]=_0x52b684(0x1e5),_0x3898ba[_0x52b684(0xeb)]=function(_0x184ad5,_0x3a9476){return _0x184ad5===_0x3a9476;},_0x3898ba[_0x52b684(0x175)]=function(_0x4017e3,_0x1aeb5c){return _0x4017e3===_0x1aeb5c;},_0x3898ba[_0x52b684(0x201)]=function(_0x226e3e,_0x33a484){return _0x226e3e===_0x33a484;},_0x3898ba[_0x52b684(0x20c)]=_0x52b684(0x1cf),_0x3898ba['eIEYC']=_0x52b684(0x100);const _0xd25bf7=_0x3898ba;if(_0x5b1ee5[_0x52b684(0x107)](_0x2f0fe8)){const _0x176ea9=_0x5b1ee5['getPendingHooks'](_0x2f0fe8);logger[_0x52b684(0x13f)](_0x52b684(0x1f9)+_0x176ea9[_0x52b684(0x20a)]+_0x52b684(0xda)+_0x2f0fe8);for(const _0x5ef9ad of _0x176ea9){try{const _0x406163=await this[_0x52b684(0x1ce)](_0x5b1ee5,_0x5ef9ad[_0x52b684(0x208)],_0x5ef9ad[_0x52b684(0x173)],_0x5ef9ad['args']);_0x406163&&_0xd25bf7['JihTG'](Object[_0x52b684(0x23f)](_0x406163)[_0x52b684(0x20a)],0x0)&&_0x5b1ee5['addMultipleEntries'](_0x406163),await this['runHooks'](_0x5b1ee5,_0x5ef9ad[_0x52b684(0x208)],_0x5ef9ad['hookState'],_0x5ef9ad[_0x52b684(0x147)]);}catch(_0x5120ad){logger['error'](_0x52b684(0x18c)+_0x2f0fe8+_0x52b684(0x1f8)+_0x5120ad);}}_0x5b1ee5[_0x52b684(0x211)](_0x2f0fe8),logger[_0x52b684(0x13f)]('Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20'+_0x2f0fe8);}const _0x45b8f2=_0x5b1ee5[_0x52b684(0x20b)]()[_0x52b684(0x1e8)](_0x2f0fe8);if(_0x45b8f2){const _0x41de7f=_0x45b8f2[TestFrameworkConstants['KEY_TEST_FILE_PATH']]||_0x45b8f2[TestFrameworkConstants[_0x52b684(0x238)]],_0x32b5c0=_0x45b8f2[TestFrameworkConstants[_0x52b684(0x10f)]]||_0x45b8f2[TestFrameworkConstants[_0x52b684(0x14e)]]&&_0x45b8f2[TestFrameworkConstants['KEY_TEST_SCOPES']][0x0]||'';logger['debug'](_0xd25bf7[_0x52b684(0x21c)]);const _0x5cc76b=_0x5b1ee5[_0x52b684(0x11b)]();for(const _0x424429 of _0x5cc76b){if(_0xd25bf7[_0x52b684(0xeb)](_0x424429,_0x2f0fe8))continue;if(_0x5b1ee5['hasPendingHooks'](_0x424429)){const _0x38e797=_0x5b1ee5[_0x52b684(0x1b8)](_0x424429);for(const _0x436d60 of _0x38e797){if(_0xd25bf7[_0x52b684(0xeb)](_0x436d60['testFrameworkState'],TestFrameworkState['BEFORE_ALL'])&&_0x436d60['hookMetadata']){const _0x15f6ee=_0x436d60[_0x52b684(0x222)][_0x52b684(0x1f0)],_0x1b763a=_0x436d60['hookMetadata'][_0x52b684(0x136)];if(_0xd25bf7['fmmwr'](_0x15f6ee,_0x41de7f)&&_0xd25bf7[_0x52b684(0x175)](_0x1b763a,_0x32b5c0)){logger[_0x52b684(0x13f)](_0x52b684(0x1a9)+_0x424429+',\x20currentTestId:\x20'+_0x2f0fe8+',\x20filePath:\x20'+_0x15f6ee+_0x52b684(0x19f)+_0x1b763a);_0x436d60[_0x52b684(0x147)]&&_0x436d60[_0x52b684(0x147)][_0x52b684(0x10b)]&&(_0x436d60[_0x52b684(0x147)]['hookData'][_0x52b684(0xfb)]=_0x2f0fe8,logger[_0x52b684(0x13f)](_0x52b684(0x1f4)+_0x424429+_0x52b684(0x14d)+_0x2f0fe8));try{const _0x467c52=await this['trackHookEvent'](_0x5b1ee5,_0x436d60['testFrameworkState'],_0x436d60[_0x52b684(0x173)],_0x436d60[_0x52b684(0x147)]);_0x467c52&&_0xd25bf7['JihTG'](Object[_0x52b684(0x23f)](_0x467c52)['length'],0x0)&&_0x5b1ee5[_0x52b684(0xf0)](_0x467c52);await this[_0x52b684(0x16d)](_0x5b1ee5,_0x436d60['testFrameworkState'],_0x436d60[_0x52b684(0x173)],_0x436d60[_0x52b684(0x147)]);const _0x51cb34=_0x5b1ee5[_0x52b684(0x1b8)](_0x424429)[_0x52b684(0x177)](_0x429fbf=>_0x429fbf!==_0x436d60);if(_0xd25bf7['gHsyW'](_0x51cb34[_0x52b684(0x20a)],0x0))_0x5b1ee5[_0x52b684(0x211)](_0x424429);else{_0x5b1ee5['removePendingHooks'](_0x424429);for(const _0x36c231 of _0x51cb34){_0x5b1ee5[_0x52b684(0x219)](_0x424429,_0x36c231);}}logger['debug'](_0xd25bf7['RNFVM']);}catch(_0x2ca9cf){logger[_0x52b684(0x1ba)](_0xd25bf7[_0x52b684(0x1c7)]);}}}}}}}}[a71_0x2f4828(0x249)](_0x714f89){const _0x107bf8=a71_0x2f4828,_0x34f9f5={'QUtfu':function(_0x18dfc2){return _0x18dfc2();}};if(!_0x714f89||!_0x714f89[_0x107bf8(0x139)])return;_0x714f89[_0x107bf8(0x139)][_0x107bf8(0x1cc)]&&Array[_0x107bf8(0xd6)](_0x714f89['parent'][_0x107bf8(0x1cc)])&&_0x714f89[_0x107bf8(0x139)]['hooks'][_0x107bf8(0x140)](_0x247df9=>{const _0x5b0ea9=_0x107bf8;!_0x247df9[_0x5b0ea9(0x1a2)]&&!_0x247df9['hookUUID']&&(_0x247df9[_0x5b0ea9(0x1a2)]=_0x34f9f5[_0x5b0ea9(0x188)](uuidv4),_0x247df9[_0x5b0ea9(0x1b5)]=_0x247df9[_0x5b0ea9(0x1a2)],logger['debug'](_0x5b0ea9(0x1e2)+_0x247df9['type']+',\x20hookUUID='+_0x247df9[_0x5b0ea9(0x1a2)]));}),this[_0x107bf8(0x249)](_0x714f89[_0x107bf8(0x139)]);}[a71_0x2f4828(0x1a1)](_0x4d8bc5){const _0x4bf85d=a71_0x2f4828,_0x47f9cd={'xIvzt':function(_0x4b2fd2,_0x43695d){return _0x4b2fd2(_0x43695d);}};if(!_0x4d8bc5||!_0x4d8bc5[_0x4bf85d(0x139)])return[];const _0x56fda3=[];return _0x4d8bc5[_0x4bf85d(0x139)][_0x4bf85d(0x1cc)]&&Array[_0x4bf85d(0xd6)](_0x4d8bc5[_0x4bf85d(0x139)][_0x4bf85d(0x1cc)])&&_0x4d8bc5['parent']['hooks'][_0x4bf85d(0x140)](_0xe8409f=>{const _0x16b55b=_0x4bf85d,_0x12cc4b=_0xe8409f[_0x16b55b(0x1a2)]||_0xe8409f['hookUUID'];_0x12cc4b&&!this[_0x16b55b(0x154)](_0xe8409f)&&!_0x47f9cd[_0x16b55b(0x22a)](isInternalHook,_0xe8409f['fn'])&&_0x56fda3['push'](_0x12cc4b);}),[..._0x56fda3,...this[_0x4bf85d(0x1a1)](_0x4d8bc5['parent'])];}[a71_0x2f4828(0x20f)](_0xd41428){const _0x320711=a71_0x2f4828,_0x23e9ee={'ATpMl':function(_0x314e80,_0x257730){return _0x314e80(_0x257730);},'ylGMN':_0x320711(0x133),'EcMRb':function(_0x123e33,_0x15ec6c){return _0x123e33(_0x15ec6c);},'OBeic':function(_0xf84b38,_0x8f9b26){return _0xf84b38(_0x8f9b26);}},_0x13dc89=new Map(),_0x502e29=_0x15ba51=>{const _0x37cef=_0x320711;if(!_0x15ba51||!_0x15ba51[_0x37cef(0x139)])return;_0x15ba51[_0x37cef(0x139)][_0x37cef(0x1cc)]&&Array[_0x37cef(0xd6)](_0x15ba51[_0x37cef(0x139)]['hooks'])&&_0x15ba51[_0x37cef(0x139)][_0x37cef(0x1cc)][_0x37cef(0x140)](_0x37c463=>{const _0x1c5511=_0x37cef,_0x2f18a2=_0x37c463[_0x1c5511(0x1a2)]||_0x37c463[_0x1c5511(0x1b5)];if(_0x2f18a2&&!this[_0x1c5511(0x154)](_0x37c463)&&!_0x23e9ee[_0x1c5511(0xcf)](isInternalHook,_0x37c463['fn'])){const _0x2021e3={};_0x2021e3[_0x1c5511(0x12a)]=_0x37c463[_0x1c5511(0x12a)]||_0x23e9ee['ylGMN'],_0x2021e3['name']=_0x37c463[_0x1c5511(0x244)]||'\x22'+_0x37c463[_0x1c5511(0x12a)]+'\x22\x20hook',_0x13dc89[_0x1c5511(0x14a)](_0x2f18a2,_0x2021e3);}}),_0x23e9ee[_0x37cef(0x142)](_0x502e29,_0x15ba51['parent']);};return _0x23e9ee[_0x320711(0xf2)](_0x502e29,_0xd41428),_0x13dc89;}[a71_0x2f4828(0x154)](_0x55736a){const _0x58a450=a71_0x2f4828,_0x5170d6={};_0x5170d6[_0x58a450(0xfe)]=_0x58a450(0x124),_0x5170d6['SnsfC']=_0x58a450(0x218);const _0x325db1=_0x5170d6;try{const _0x5996e9=this[_0x58a450(0x1e6)](_0x55736a);return _0x5996e9&&_0x5996e9['includes'](_0x325db1[_0x58a450(0xfe)]);}catch(_0x4e5d7c){logger['debug'](_0x325db1[_0x58a450(0x221)]);}return![];}[a71_0x2f4828(0x1e6)](_0x4353e8){const _0x468b5c=a71_0x2f4828;if(_0x4353e8[_0x468b5c(0x1d3)])try{const _0x45d94d=stackTrace[_0x468b5c(0x1f3)](_0x4353e8[_0x468b5c(0x1d3)]);return _0x45d94d[0x0]?_0x45d94d[0x0][_0x468b5c(0x1c4)]():null;}catch(_0x30e787){logger[_0x468b5c(0x13f)]('[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20'+util[_0x468b5c(0x223)](_0x30e787));}if(_0x4353e8[_0x468b5c(0x163)])return _0x4353e8[_0x468b5c(0x163)];return null;}}function a71_0x218f(_0x39f307,_0xe7affc){const _0x518903=a71_0x5189();return a71_0x218f=function(_0x218f1f,_0x4f052b){_0x218f1f=_0x218f1f-0xc1;let _0x3d5710=_0x518903[_0x218f1f];return _0x3d5710;},a71_0x218f(_0x39f307,_0xe7affc);}module['exports']=JestTestFramework;
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 +1 @@
1
- const a72_0x198967=a72_0x5f4c;function a72_0x5f4c(_0x1c3439,_0x3b1b69){const _0x34b897=a72_0x34b8();return a72_0x5f4c=function(_0x5f4c05,_0x196626){_0x5f4c05=_0x5f4c05-0xdb;let _0x217951=_0x34b897[_0x5f4c05];return _0x217951;},a72_0x5f4c(_0x1c3439,_0x3b1b69);}(function(_0x8cca2,_0x415d90){const _0x57ab75=a72_0x5f4c,_0x33f4a7=_0x8cca2();while(!![]){try{const _0x52124b=parseInt(_0x57ab75(0xf4))/0x1+-parseInt(_0x57ab75(0xeb))/0x2*(-parseInt(_0x57ab75(0xf1))/0x3)+parseInt(_0x57ab75(0xfe))/0x4+parseInt(_0x57ab75(0x101))/0x5+parseInt(_0x57ab75(0xf9))/0x6*(-parseInt(_0x57ab75(0xe3))/0x7)+-parseInt(_0x57ab75(0xe6))/0x8*(parseInt(_0x57ab75(0x105))/0x9)+parseInt(_0x57ab75(0x107))/0xa;if(_0x52124b===_0x415d90)break;else _0x33f4a7['push'](_0x33f4a7['shift']());}catch(_0x2291fc){_0x33f4a7['push'](_0x33f4a7['shift']());}}}(a72_0x34b8,0x65361));function a72_0x34b8(){const _0x35ffd0=['trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','../instances/automationFrameworkInstance.js','618hFMHyg','message','NONE','bsParams','trackEvent:\x20automationFrameworkState=','955856JZUsGB','eIDaw','../cliUtils.js','694955vDTvtt','getId','PlaywrightAutomationFramework',',\x20state=','54TLGVJl','../instances/trackedInstance.js','2990030SBlleV','../state/automationFrameworkState.js','logger','./automationFramework.js','setTrackedInstance','gFvjx','getAutomationFrameworkName','createContext','PLAYWRIGHT_DISPATCH','43939DtRymm','exports','info','936848UCnwht','resolveInstance','lqcdn','trackPlaywrightInstance','getAutomationFrameworkVersion','747226QKvRVk','params','\x20target=','gFbDz','getTrackedInstance','debug','3eNXTYe','trackEvent','../../../helpers/classLogger.js','713157AhUHlc','hZnnF','\x20hookState='];a72_0x34b8=function(){return _0x35ffd0;};return a72_0x34b8();}const AutomationFramework=require(a72_0x198967(0xdd)),{createClassLogger}=require(a72_0x198967(0xf3)),AutomationFrameworkState=require(a72_0x198967(0xdb)),CLIUtils=require(a72_0x198967(0x100)),TrackedInstance=require(a72_0x198967(0x106)),AutomationFrameworkInstance=require(a72_0x198967(0xf8));class PlaywrightAutomationFramework extends AutomationFramework{[a72_0x198967(0xdc)]=createClassLogger(a72_0x198967(0x103));constructor(_0x3a7c09,_0x514ee3){super(_0x3a7c09,_0x514ee3);}async['trackEvent'](_0x505ed2,_0x4c9dea,_0x409ac1={}){const _0x344bd2=a72_0x198967,_0x21cdda={};_0x21cdda[_0x344bd2(0xe8)]=function(_0xa1e9bd,_0x56a9eb){return _0xa1e9bd===_0x56a9eb;};const _0x3c49cc=_0x21cdda;this['logger'][_0x344bd2(0xf0)](_0x344bd2(0xfd)+_0x505ed2+_0x344bd2(0xf6)+_0x4c9dea),await super[_0x344bd2(0xf2)](_0x505ed2,_0x4c9dea,_0x409ac1);const _0x446488=this[_0x344bd2(0xe7)](_0x505ed2,_0x4c9dea,_0x409ac1);if(_0x3c49cc[_0x344bd2(0xe8)](_0x446488,null))return;_0x409ac1['instance']=_0x446488,await this['runHooks'](_0x446488,_0x505ed2,_0x4c9dea,_0x409ac1);}[a72_0x198967(0xe7)](_0x11bee3,_0x49dd35,_0x1e70a4={}){const _0x488c9c=a72_0x198967,_0x9fcf15={};_0x9fcf15[_0x488c9c(0xff)]=function(_0x3e7926,_0x203a14){return _0x3e7926===_0x203a14;},_0x9fcf15[_0x488c9c(0xf5)]=function(_0xb9d3d9,_0x5ddb00){return _0xb9d3d9===_0x5ddb00;},_0x9fcf15[_0x488c9c(0xdf)]=function(_0xc14d18,_0x2491e6){return _0xc14d18===_0x2491e6;};const _0xf8637d=_0x9fcf15;let _0x1fe4b2=null;return(_0xf8637d['eIDaw'](_0x11bee3,AutomationFrameworkState['CREATE'])||_0xf8637d[_0x488c9c(0xf5)](_0x11bee3,AutomationFrameworkState[_0x488c9c(0xe2)])&&(_0x1e70a4[_0x488c9c(0xfa)]&&_0x1e70a4[_0x488c9c(0xfa)][_0x488c9c(0xec)]&&_0x1e70a4[_0x488c9c(0xfa)]['params'][_0x488c9c(0xfc)])||_0xf8637d[_0x488c9c(0xdf)](_0x11bee3,AutomationFrameworkState[_0x488c9c(0xfb)]))&&this[_0x488c9c(0xe9)](_0x11bee3,_0x1e70a4),_0x1fe4b2=AutomationFramework['getTrackedInstance'](),_0x1fe4b2;}[a72_0x198967(0xe9)](_0x448305,_0x12db58){const _0x96a92a=a72_0x198967,_0x1ebcc3={};_0x1ebcc3[_0x96a92a(0xee)]='trackPlaywrightInstance:\x20instance\x20already\x20exists';const _0xb4f446=_0x1ebcc3;if(AutomationFramework[_0x96a92a(0xef)]()){this[_0x96a92a(0xdc)][_0x96a92a(0xe5)](_0xb4f446['gFbDz']);return;}const _0x11d2c0=CLIUtils['getCurrentInstanceName'](),_0x597ea9=TrackedInstance[_0x96a92a(0xe1)](_0x11d2c0);let _0x1ae0b6=null;this['logger'][_0x96a92a(0xe5)]('trackPlaywrightInstance:\x20created\x20instance\x20for\x20target='+_0x11d2c0+_0x96a92a(0x104)+_0x448305),_0x1ae0b6=new AutomationFrameworkInstance(_0x597ea9,this[_0x96a92a(0xe0)](),this[_0x96a92a(0xea)](),_0x448305),AutomationFramework[_0x96a92a(0xde)](_0x597ea9,_0x1ae0b6),this['logger'][_0x96a92a(0xe5)](_0x96a92a(0xf7)+_0x597ea9[_0x96a92a(0x102)]()+_0x96a92a(0xed)+_0x11d2c0);}}module[a72_0x198967(0xe4)]=PlaywrightAutomationFramework;
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;