browserstack-node-sdk 1.47.0 → 1.47.2

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 (186) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/nightwatch/command.js +1 -1
  79. package/src/bin/playwright/accessibility-helper.js +1 -1
  80. package/src/bin/playwright/command.js +1 -1
  81. package/src/bin/playwright/globalSetup.js +1 -1
  82. package/src/bin/playwright/mock-process.js +1 -1
  83. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  84. package/src/bin/playwright/patches.js +1 -1
  85. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  86. package/src/bin/playwright/reporter/reporter.js +1 -1
  87. package/src/bin/playwright/reporter/test-details.js +1 -1
  88. package/src/bin/playwright/sessionDetails.js +1 -1
  89. package/src/bin/runner.js +1 -1
  90. package/src/bin/setup.js +1 -1
  91. package/src/bin/test-runner/index.js +1 -1
  92. package/src/bin/test-runner/runTest.js +1 -1
  93. package/src/bin/test-runner/testWorker.js +1 -1
  94. package/src/bin/utils/apiUtilityMethods.js +1 -1
  95. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  96. package/src/bin/utils/constants.js +1 -1
  97. package/src/bin/utils/log4jsAppender.js +1 -1
  98. package/src/bin/utils/logPatcher.js +1 -1
  99. package/src/bin/utils/logReportingAPI.js +1 -1
  100. package/src/bin/utils/playwright-patcher.js +1 -1
  101. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  102. package/src/bin/utils/sharedUtils.js +1 -1
  103. package/src/bin/v2/TestInfo.js +1 -1
  104. package/src/bin/v2/browserstackCLI.js +1 -1
  105. package/src/bin/v2/cliUtils.js +1 -1
  106. package/src/bin/v2/customTagManager.js +1 -1
  107. package/src/bin/v2/eventDispatcher.js +1 -1
  108. package/src/bin/v2/framework/automationFramework.js +1 -1
  109. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  110. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  111. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  112. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  113. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  114. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  115. package/src/bin/v2/framework/testFramework.js +1 -1
  116. package/src/bin/v2/grpcClient.js +1 -1
  117. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  118. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  119. package/src/bin/v2/instances/trackedContext.js +1 -1
  120. package/src/bin/v2/instances/trackedInstance.js +1 -1
  121. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  122. package/src/bin/v2/modules/baseModule.js +1 -1
  123. package/src/bin/v2/modules/loadTestModule.js +1 -0
  124. package/src/bin/v2/modules/observabilityModule.js +1 -1
  125. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  126. package/src/bin/v2/modules/testhubModule.js +1 -1
  127. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  128. package/src/bin/v2/state/hookState.js +1 -1
  129. package/src/bin/v2/state/testFrameworkState.js +1 -1
  130. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  131. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  132. package/src/bin/v2/utils/jest-utils.js +1 -1
  133. package/src/bin/vanilla-js/command.js +1 -1
  134. package/src/browserStackSdk.js +1 -1
  135. package/src/helpers/BrowserStackSetup.js +1 -1
  136. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  137. package/src/helpers/accessibility-automation/constants.js +1 -1
  138. package/src/helpers/accessibility-automation/helper.js +1 -1
  139. package/src/helpers/accessibility-automation/scripts.js +1 -1
  140. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  141. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  142. package/src/helpers/ats/constants.js +1 -1
  143. package/src/helpers/ats/helper.js +1 -1
  144. package/src/helpers/capsMapping.js +1 -1
  145. package/src/helpers/central-scanner/constants.js +1 -1
  146. package/src/helpers/central-scanner/helpers.js +1 -1
  147. package/src/helpers/classLogger.js +1 -1
  148. package/src/helpers/globals.js +1 -1
  149. package/src/helpers/helper.js +1 -1
  150. package/src/helpers/logger.js +1 -1
  151. package/src/helpers/metadata.js +1 -1
  152. package/src/helpers/patchHelper.js +1 -1
  153. package/src/helpers/patchHelpers.js +1 -1
  154. package/src/helpers/percy/Percy.js +1 -1
  155. package/src/helpers/percy/PercyBinary.js +1 -1
  156. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  157. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  158. package/src/helpers/percy/PercySDK.js +1 -1
  159. package/src/helpers/percy/index.js +1 -1
  160. package/src/helpers/percy/utils.js +1 -1
  161. package/src/helpers/performance/constants.js +1 -1
  162. package/src/helpers/performance/performance-tester.js +1 -1
  163. package/src/helpers/playwright-helper.js +1 -1
  164. package/src/helpers/processHelper.js +1 -1
  165. package/src/helpers/request-spy.js +1 -1
  166. package/src/helpers/setKeepAlive.js +1 -1
  167. package/src/helpers/test-observability/constants.js +1 -1
  168. package/src/helpers/test-observability/error-handler.js +1 -1
  169. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  170. package/src/helpers/test-observability/sessionHandler.js +1 -1
  171. package/src/helpers/test-observability/utils.js +1 -1
  172. package/src/helpers/test-orchestration/constants.js +1 -1
  173. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  174. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  175. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  176. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  177. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  178. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  179. package/src/helpers/testhub/constants.js +1 -1
  180. package/src/helpers/testhub/testhubHandler.js +1 -1
  181. package/src/helpers/testhub/utils.js +1 -1
  182. package/src/helpers/timeoutPromise.js +1 -1
  183. package/src/helpers/utilities.js +1 -1
  184. package/src/helpers/w3cMapping.js +1 -1
  185. package/src/hubAllocationMethods.js +1 -1
  186. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a70_0xfb1d(_0x3c8941,_0x3dcfd7){const _0x577a98=a70_0x577a();return a70_0xfb1d=function(_0xfb1dcf,_0x1abf07){_0xfb1dcf=_0xfb1dcf-0x1e0;let _0x491645=_0x577a98[_0xfb1dcf];return _0x491645;},a70_0xfb1d(_0x3c8941,_0x3dcfd7);}const a70_0x2d3f0c=a70_0xfb1d;(function(_0x25ccf9,_0x2a835f){const _0x1706c4=a70_0xfb1d,_0x166bd4=_0x25ccf9();while(!![]){try{const _0xed8b2b=parseInt(_0x1706c4(0x1e0))/0x1+-parseInt(_0x1706c4(0x27b))/0x2+parseInt(_0x1706c4(0x242))/0x3*(parseInt(_0x1706c4(0x221))/0x4)+-parseInt(_0x1706c4(0x2af))/0x5*(-parseInt(_0x1706c4(0x1f0))/0x6)+-parseInt(_0x1706c4(0x294))/0x7+-parseInt(_0x1706c4(0x210))/0x8*(parseInt(_0x1706c4(0x202))/0x9)+parseInt(_0x1706c4(0x270))/0xa*(parseInt(_0x1706c4(0x1f8))/0xb);if(_0xed8b2b===_0x2a835f)break;else _0x166bd4['push'](_0x166bd4['shift']());}catch(_0x4ae9b0){_0x166bd4['push'](_0x166bd4['shift']());}}}(a70_0x577a,0x815c5));const TestFramework=require(a70_0x2d3f0c(0x225)),TestFrameworkState=require(a70_0x2d3f0c(0x290)),HookState=require('../state/hookState.js'),{createClassLogger}=require(a70_0x2d3f0c(0x1eb)),TestFrameworkInstance=require(a70_0x2d3f0c(0x2b2)),CLIUtils=require(a70_0x2d3f0c(0x1e4)),TrackedInstance=require(a70_0x2d3f0c(0x23c)),TestFrameworkConstants=require(a70_0x2d3f0c(0x26d)),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),logger=createClassLogger(a70_0x2d3f0c(0x2a6)),{v4:uuidv4}=require(a70_0x2d3f0c(0x1ef)),util=require(a70_0x2d3f0c(0x271)),TestInfo=require(a70_0x2d3f0c(0x24e)),GrpcClient=require('../grpcClient');class CucumberTestFramework extends TestFramework{constructor(_0x51e408,_0x4065ec,_0x2b97ac){super(_0x51e408,_0x4065ec,_0x2b97ac);}async[a70_0x2d3f0c(0x1fb)](_0x376702,_0x168e33,_0x1a6300={}){const _0x437377=a70_0x2d3f0c,_0x37c9b7={};_0x37c9b7[_0x437377(0x23a)]='trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found',_0x37c9b7[_0x437377(0x285)]=function(_0x2940f2,_0x248325){return _0x2940f2===_0x248325;},_0x37c9b7[_0x437377(0x21b)]=_0x437377(0x283);const _0x560b4b=_0x37c9b7;await super[_0x437377(0x1fb)](_0x376702,_0x168e33,_0x1a6300);const _0x19d87c=this[_0x437377(0x22e)](_0x376702,_0x168e33,_0x1a6300);if(!_0x19d87c){logger['debug'](_0x560b4b['cWmQL']);return;}try{let _0x28ad3d,_0x1a6819;switch(_0x376702){case TestFrameworkState[_0x437377(0x24a)]:_0x28ad3d=_0x1a6300[_0x437377(0x258)],_0x1a6819=TestInfo[_0x437377(0x22c)](_0x28ad3d['id']);if(_0x560b4b[_0x437377(0x285)](_0x168e33,HookState[_0x437377(0x201)])){logger[_0x437377(0x240)](_0x437377(0x2ae)+_0x28ad3d['id']);const _0x257071={};_0x257071[_0x437377(0x241)]=_0x1a6819,_0x257071[_0x437377(0x216)]=_0x28ad3d,_0x19d87c[_0x437377(0x260)](this[_0x437377(0x269)](_0x257071)),logger[_0x437377(0x240)](_0x437377(0x2b3)+_0x28ad3d['id']),await this[_0x437377(0x23f)](_0x19d87c,_0x28ad3d['id']);}else{if(_0x560b4b[_0x437377(0x285)](_0x168e33,HookState['POST'])){const _0x416f85={};_0x416f85[_0x437377(0x241)]=_0x1a6819,_0x416f85[_0x437377(0x216)]=_0x28ad3d,_0x19d87c[_0x437377(0x260)](this[_0x437377(0x274)](_0x416f85)),await this['processPendingHooks'](_0x19d87c,_0x28ad3d['id']);}}break;case TestFrameworkState[_0x437377(0x272)]:_0x560b4b['QGDtV'](_0x168e33,HookState['POST'])&&await this[_0x437377(0x25c)](_0x19d87c,_0x376702,_0x1a6300);break;default:if(CLIUtils[_0x437377(0x25e)](_0x376702[_0x437377(0x28e)]()['split']('.')[0x1])){const _0x48ad61=await this[_0x437377(0x21d)](_0x19d87c,_0x376702,_0x168e33,_0x1a6300);_0x19d87c[_0x437377(0x260)](_0x48ad61);}else logger['debug'](_0x437377(0x23e)+_0x376702+_0x437377(0x261)+_0x168e33);break;}}catch(_0x3dd222){logger[_0x437377(0x217)](util[_0x437377(0x236)](_0x560b4b['OULca'],_0x376702,_0x168e33,_0x1a6300[_0x437377(0x22f)],_0x3dd222));}_0x1a6300['instance']=_0x19d87c,await this['runHooks'](_0x19d87c,_0x376702,_0x168e33,_0x1a6300);}[a70_0x2d3f0c(0x22e)](_0x31e62e,_0xfc7ff0,_0xc2e20b={}){const _0x310c97=a70_0x2d3f0c,_0x3df898={};_0x3df898[_0x310c97(0x1f2)]=function(_0x49a480,_0x116218){return _0x49a480===_0x116218;};const _0xac80c7=_0x3df898;let _0x260935=null;return(_0xac80c7[_0x310c97(0x1f2)](_0x31e62e,TestFrameworkState[_0x310c97(0x1fe)])||_0xac80c7[_0x310c97(0x1f2)](_0x31e62e,TestFrameworkState['NONE']))&&this[_0x310c97(0x20e)](_0x31e62e,_0xc2e20b),_0x260935=TestFramework[_0x310c97(0x1e6)](),_0x260935;}[a70_0x2d3f0c(0x20e)](_0x3d28e2,_0x3cd26a){const _0x4d36fd=a70_0x2d3f0c,_0x3ba8cc=CLIUtils[_0x4d36fd(0x22b)](),_0x199b8a=TrackedInstance[_0x4d36fd(0x2a8)](_0x3ba8cc);let _0x1eb22f=null;logger[_0x4d36fd(0x240)](_0x4d36fd(0x20b)+_0x3ba8cc+_0x4d36fd(0x26a)+_0x3d28e2),_0x1eb22f=new TestFrameworkInstance(_0x199b8a,this['getTestFrameworks'](),this['getTestFrameworksVersions'](),_0x3d28e2,HookState[_0x4d36fd(0x278)]),TestFramework[_0x4d36fd(0x24b)](_0x199b8a,_0x1eb22f),logger['debug'](_0x4d36fd(0x205)+_0x199b8a[_0x4d36fd(0x2a3)]()+_0x4d36fd(0x284)+_0x3ba8cc);}[a70_0x2d3f0c(0x269)](_0x17495f){const _0x9d15f0=a70_0x2d3f0c,_0x3bb0f9={};_0x3bb0f9[_0x9d15f0(0x237)]=_0x9d15f0(0x252);const _0x5bfb99=_0x3bb0f9,{testUUID:_0x48fd57,testData:_0x402180}=_0x17495f;if(!_0x402180||!_0x402180[_0x9d15f0(0x1ef)])return logger['debug'](_0x5bfb99[_0x9d15f0(0x237)]),{};const _0xfb2a79=_0x402180['uuid'],_0x13d16a=_0x402180[_0x9d15f0(0x1ef)],_0x56da3d=this[_0x9d15f0(0x26c)]()[0x0],_0x5e601a=this[_0x9d15f0(0x247)](),_0x16bf7f={[TestFrameworkConstants[_0x9d15f0(0x2a7)]]:_0x56da3d,[TestFrameworkConstants[_0x9d15f0(0x222)]]:_0x5e601a[_0x56da3d],[TestFrameworkConstants[_0x9d15f0(0x235)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants[_0x9d15f0(0x1ff)]]:{},[TestFrameworkConstants[_0x9d15f0(0x28b)]]:_0xfb2a79,[TestFrameworkConstants[_0x9d15f0(0x1f1)]]:TestFrameworkConstants[_0x9d15f0(0x1fa)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x402180[_0x9d15f0(0x299)]||'',[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x402180['file_name']||'',[TestFrameworkConstants[_0x9d15f0(0x24d)]]:_0x13d16a,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x402180[_0x9d15f0(0x299)]||'',[TestFrameworkConstants[_0x9d15f0(0x2aa)]]:_0x402180['location']||'',[TestFrameworkConstants[_0x9d15f0(0x296)]]:_0x402180['body']?.['code']||null,[TestFrameworkConstants[_0x9d15f0(0x211)]]:_0x402180[_0x9d15f0(0x275)]||[],[TestFrameworkConstants[_0x9d15f0(0x262)]]:_0x402180['startedAt']||new Date()[_0x9d15f0(0x263)](),[TestFrameworkConstants[_0x9d15f0(0x246)]]:_0x402180['scopes']?.[0x0]||'',[TestFrameworkConstants[_0x9d15f0(0x213)]]:_0x402180[_0x9d15f0(0x248)]||[],[TestFrameworkConstants[_0x9d15f0(0x231)]]:_0x402180[_0x9d15f0(0x255)]?.[_0x9d15f0(0x25d)]||_0x402180[_0x9d15f0(0x299)]||'',[TestFrameworkConstants[_0x9d15f0(0x238)]]:{},[TestFrameworkConstants['KEY_TEST_META']]:_0x402180[_0x9d15f0(0x257)]||{}};TestInfo['setTestDetails'](_0x13d16a,_0x16bf7f),logger[_0x9d15f0(0x240)](_0x9d15f0(0x21f)+_0x402180['name']+'\x20with\x20UUID:\x20'+_0xfb2a79);const _0x5d1e99={};return _0x5d1e99[_0x13d16a]=_0x16bf7f,_0x5d1e99;}[a70_0x2d3f0c(0x274)](_0x30823f){const _0x555bd1=a70_0x2d3f0c,_0x10e2d1={'FZNFG':_0x555bd1(0x267),'HFjoz':_0x555bd1(0x223),'yTxeY':function(_0x4f2989,_0x358532){return _0x4f2989===_0x358532;},'TGezb':_0x555bd1(0x293),'vLZPi':_0x555bd1(0x20c),'gWNUT':function(_0x5165dc,_0x38dfbc,_0x39726a){return _0x5165dc(_0x38dfbc,_0x39726a);},'PDaUF':function(_0x145696,_0x2ac76d){return _0x145696>_0x2ac76d;},'oMotx':function(_0x469c9,_0x172799){return _0x469c9>_0x172799;}},{testUUID:_0x1ff73f,testData:_0x523d13}=_0x30823f;if(!_0x523d13||!_0x523d13[_0x555bd1(0x1ef)])return logger['debug'](_0x10e2d1['FZNFG']),{};const _0x489095=this['resolveInstance'](TestFrameworkState[_0x555bd1(0x24a)],HookState[_0x555bd1(0x1f6)]),_0x32ee50=_0x523d13[_0x555bd1(0x1ef)],_0x51c669=TestInfo[_0x555bd1(0x1fc)](_0x32ee50)||{},_0x3bd7c2=_0x51c669?_0x51c669[TestFrameworkConstants[_0x555bd1(0x238)]]||{}:{},_0xd8881={..._0x51c669,[TestFrameworkConstants[_0x555bd1(0x1f1)]]:_0x523d13[_0x555bd1(0x203)]||_0x10e2d1['HFjoz'],[TestFrameworkConstants[_0x555bd1(0x1ec)]]:_0x523d13['finishedAt']||new Date()[_0x555bd1(0x263)](),[TestFrameworkConstants[_0x555bd1(0x268)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x555bd1(0x238)]]:_0x3bd7c2,[TestFrameworkConstants[_0x555bd1(0x27d)]]:[],[TestFrameworkConstants[_0x555bd1(0x230)]]:_0x523d13[_0x555bd1(0x257)]||{}};_0x10e2d1[_0x555bd1(0x277)](_0x523d13[_0x555bd1(0x203)],_0x10e2d1[_0x555bd1(0x228)])&&_0x523d13['failure']&&(_0xd8881[TestFrameworkConstants[_0x555bd1(0x291)]]=_0x523d13['failure_type']||_0x10e2d1[_0x555bd1(0x206)],_0xd8881[TestFrameworkConstants[_0x555bd1(0x212)]]=_0x523d13['failure_reason']||'',_0xd8881[TestFrameworkConstants[_0x555bd1(0x250)]]=_0x523d13[_0x555bd1(0x298)]);const _0x538af4=TestInfo[_0x555bd1(0x1fc)](_0x32ee50)[TestFrameworkConstants[_0x555bd1(0x219)]]||{},_0x13faa7=_0x10e2d1[_0x555bd1(0x295)](getManualUploadLogs,_0x538af4,_0x489095[_0x555bd1(0x2a5)]()[_0x555bd1(0x2ab)](_0x32ee50)[TestFrameworkConstants[_0x555bd1(0x28b)]]);if(_0x10e2d1['PDaUF'](_0x13faa7[_0x555bd1(0x22f)],0x0)){const _0x3893f0=_0xd8881[TestFrameworkConstants[_0x555bd1(0x27d)]]||[];_0xd8881[TestFrameworkConstants['KEY_LOGS']]=[..._0x3893f0,..._0x13faa7];}_0x523d13['hooks']&&_0x10e2d1[_0x555bd1(0x21c)](_0x523d13[_0x555bd1(0x23d)][_0x555bd1(0x22f)],0x0)&&(_0xd8881[TestFrameworkConstants[_0x555bd1(0x259)]]=_0x523d13[_0x555bd1(0x23d)]);TestInfo['setTestDetails'](_0x32ee50,_0xd8881),logger[_0x555bd1(0x240)](_0x555bd1(0x249)+_0x523d13[_0x555bd1(0x299)]+'\x20with\x20result:\x20'+_0x523d13[_0x555bd1(0x203)]);const _0x19a72e={};return _0x19a72e[_0x32ee50]=_0xd8881,_0x19a72e;}async[a70_0x2d3f0c(0x21d)](_0x5825dc,_0x5267d9,_0x568c33,_0x1c0e12){const _0x115c24=a70_0x2d3f0c,_0x142368={'mCgXS':_0x115c24(0x25a),'IxpFF':function(_0x59eb55){return _0x59eb55();},'gWESg':function(_0x5e839d,_0xc4fc71){return _0x5e839d in _0xc4fc71;},'xjKef':function(_0x13a00e,_0x24c568){return _0x13a00e in _0x24c568;},'fJVXx':function(_0x3bbd9c,_0x432963){return _0x3bbd9c===_0x432963;},'Usszt':function(_0x3197c0,_0x4e0ef0){return _0x3197c0===_0x4e0ef0;},'BJsBn':function(_0x2e2087,_0x46e4d3){return _0x2e2087>_0x46e4d3;},'XytNB':_0x115c24(0x293),'mfBHb':'UnhandledError','UCVoU':_0x115c24(0x1e2),'CPbXZ':function(_0xcbe6e8,_0x11290e){return _0xcbe6e8!==_0x11290e;}},{hookData:_0x515d5a}=_0x1c0e12;if(!_0x515d5a)return logger[_0x115c24(0x240)](_0x142368[_0x115c24(0x1ee)]),{};const _0x3227c2=_0x515d5a[_0x115c24(0x1ef)]||_0x142368[_0x115c24(0x288)](uuidv4),_0x4c8343=_0x515d5a[_0x115c24(0x2a9)],_0x4f64c2=_0x5267d9[_0x115c24(0x28e)]()[_0x115c24(0x273)]('.')[0x1],_0xf27aa6=TestInfo[_0x115c24(0x1fc)](_0x4c8343)[TestFrameworkConstants[_0x115c24(0x238)]]||{},_0x20f683=_0x5825dc[_0x115c24(0x2a5)]()['get'](_0x4c8343);if(!_0x20f683)return logger[_0x115c24(0x240)](_0x115c24(0x27c)+_0x4c8343+_0x115c24(0x27f)),this[_0x115c24(0x1f3)](_0x5825dc,_0x4c8343,_0x5267d9,_0x568c33,_0x1c0e12),{};let _0x381179=_0x20f683[TestFrameworkConstants[_0x115c24(0x1ff)]];!_0x381179&&(_0x381179={});!_0x142368[_0x115c24(0x297)](_0x4f64c2,_0x381179)&&(_0x381179[_0x4f64c2]=[]);let _0x6bc648=_0x20f683[TestFrameworkConstants[_0x115c24(0x259)]];!_0x6bc648&&(_0x6bc648={});!_0x142368[_0x115c24(0x2b1)](_0x4f64c2,_0x6bc648)&&(_0x6bc648[_0x4f64c2]=[]);const _0xecbe2={[TestFrameworkConstants[_0x115c24(0x1ff)]]:_0x381179,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x6bc648},_0x1bd6d2={};_0x1bd6d2[_0x4c8343]=_0xecbe2;const _0x1f0406=_0x1bd6d2;if(_0x142368[_0x115c24(0x22a)](_0x568c33,HookState[_0x115c24(0x201)])){const _0x1caef3={[TestFrameworkConstants[_0x115c24(0x2a0)]]:_0x3227c2,[TestFrameworkConstants[_0x115c24(0x28f)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x115c24(0x2a2)]]:_0x515d5a[_0x115c24(0x287)],[TestFrameworkConstants[_0x115c24(0x20f)]]:[],[TestFrameworkConstants[_0x115c24(0x215)]]:_0x515d5a[_0x115c24(0x289)],[TestFrameworkConstants[_0x115c24(0x238)]]:_0xf27aa6};_0x1caef3[_0x115c24(0x243)]=_0x4f64c2;const _0x3aa6e8=_0x1caef3;_0x381179[_0x4f64c2][_0x115c24(0x24c)](_0x3aa6e8),_0x1f0406[_0x4c8343][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0x4f64c2,logger['debug'](_0x115c24(0x204)+_0x4f64c2+'\x20&\x20hook\x20=\x20'+_0x3aa6e8+'\x20\x20and\x20args\x20=\x20'+_0x1c0e12);}else{if(_0x142368[_0x115c24(0x27a)](_0x568c33,HookState['POST'])){const _0xa52502=_0x515d5a[_0x115c24(0x203)],_0x4eacb7=_0x381179[_0x4f64c2]||[];logger['debug'](_0x115c24(0x244)+_0x4eacb7+_0x115c24(0x208)+_0x1c0e12);if(_0x142368[_0x115c24(0x26b)](_0x4eacb7[_0x115c24(0x22f)],0x0)){const _0x4af5e5=_0x4eacb7['pop']();_0x142368[_0x115c24(0x27a)](_0x515d5a[_0x115c24(0x203)],_0x142368[_0x115c24(0x1f4)])&&_0x515d5a['failure_data']?(_0x4af5e5[TestFrameworkConstants[_0x115c24(0x29d)]]=_0x515d5a['failure_type']||_0x142368[_0x115c24(0x254)],_0x4af5e5[TestFrameworkConstants[_0x115c24(0x29a)]]=_0x515d5a[_0x115c24(0x220)]||'',_0x4af5e5[TestFrameworkConstants[_0x115c24(0x1ed)]]=_0x515d5a['failure_data']):_0x4af5e5[TestFrameworkConstants[_0x115c24(0x28f)]]=_0x142368[_0x115c24(0x276)];_0x142368[_0x115c24(0x2a1)](_0xa52502,TestFrameworkConstants[_0x115c24(0x22d)])&&(_0x4af5e5[TestFrameworkConstants[_0x115c24(0x28f)]]=_0xa52502);_0x4af5e5[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x515d5a['finished_at']||new Date()[_0x115c24(0x263)](),_0x4af5e5[TestFrameworkConstants[_0x115c24(0x238)]]=_0xf27aa6;const _0x3340c2=_0x4af5e5[TestFrameworkConstants[_0x115c24(0x2a0)]];!_0x6bc648[_0x4f64c2]&&(_0x6bc648[_0x4f64c2]=[]),_0x6bc648[_0x4f64c2]['push'](_0x4af5e5),_0x1f0406[_0x4c8343][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x4f64c2;}}}return logger['debug'](_0x115c24(0x251)+_0x515d5a[_0x115c24(0x289)]+'\x20with\x20id\x20'+_0x3227c2+_0x115c24(0x1e8)+_0x4c8343),_0x1f0406;}[a70_0x2d3f0c(0x292)](_0x1d5c03){const _0x1f60de=a70_0x2d3f0c,_0x423b1d={};_0x423b1d[_0x1f60de(0x233)]=_0x1f60de(0x29b);const _0x20483d=_0x423b1d;try{const _0x371583=_0x1d5c03['test']?_0x1d5c03['test']['id']:_0x1d5c03[_0x1f60de(0x29f)][_0x1f60de(0x2a9)],_0x4e8599=_0x1d5c03[_0x1f60de(0x227)],_0x103fb3=_0x4e8599['getContext'](),_0x584891=_0x4e8599[_0x1f60de(0x2a5)]()[_0x1f60de(0x2ab)](_0x371583);if(!_0x584891)return logger[_0x1f60de(0x240)](_0x1f60de(0x1ea)+_0x371583),{};logger['debug'](_0x1f60de(0x1e7)+_0x371583);const {[TestFrameworkConstants[_0x1f60de(0x2a7)]]:_0x25bf81='',[TestFrameworkConstants[_0x1f60de(0x222)]]:_0x596f18='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x2a6a0a='',[TestFrameworkConstants[_0x1f60de(0x1ec)]]:_0x1ccafc=''}=_0x584891,_0x2c984c=_0x4e8599['getCurrentTestState']()[_0x1f60de(0x28e)]()[_0x1f60de(0x273)]('.')[0x1],_0x4a6edd=_0x4e8599['getCurrentHookState']()[_0x1f60de(0x28e)]()[_0x1f60de(0x273)]('.')[0x1],_0x42ebd4=global?.[_0x1f60de(0x29c)]?.['workerInfo']?.[_0x1f60de(0x28d)],_0x2c6c2b=_0x4e8599[_0x1f60de(0x239)](),_0x4d903e=Buffer['from'](JSON[_0x1f60de(0x1e1)](_0x584891))[_0x1f60de(0x28e)](_0x20483d[_0x1f60de(0x233)]),_0x605e8d={'hash':_0x103fb3[_0x1f60de(0x2a3)](),'threadId':_0x103fb3[_0x1f60de(0x281)]()[_0x1f60de(0x28e)](),'processId':_0x103fb3[_0x1f60de(0x232)]()[_0x1f60de(0x28e)]()},_0x34e70b={};_0x34e70b[_0x1f60de(0x265)]=_0x42ebd4,_0x34e70b['testFrameworkName']=_0x25bf81,_0x34e70b['testFrameworkVersion']=_0x596f18,_0x34e70b[_0x1f60de(0x2ad)]=_0x2c984c,_0x34e70b[_0x1f60de(0x207)]=_0x4a6edd,_0x34e70b[_0x1f60de(0x214)]=_0x2a6a0a,_0x34e70b[_0x1f60de(0x25f)]=_0x1ccafc,_0x34e70b[_0x1f60de(0x1ef)]=_0x2c6c2b,_0x34e70b[_0x1f60de(0x1e9)]=_0x4d903e,_0x34e70b[_0x1f60de(0x2a4)]=_0x605e8d;const _0x46053d=_0x34e70b;return logger[_0x1f60de(0x240)](_0x1f60de(0x209)+_0x371583+_0x1f60de(0x286)+_0x2c984c+_0x1f60de(0x200)+_0x4a6edd),_0x46053d;}catch(_0x3b2186){return logger['error'](_0x1f60de(0x256)+util[_0x1f60de(0x236)](_0x3b2186)),{};}}async[a70_0x2d3f0c(0x25c)](_0x5d13d0,_0x572ebf,_0x53477c){const _0x4d0883=a70_0x2d3f0c,_0x13ab45={'HjZDO':function(_0x186612,_0x596013,_0x473969){return _0x186612(_0x596013,_0x473969);},'CONEx':function(_0x40602c,_0x447fb7){return _0x40602c===_0x447fb7;},'bcqEE':'sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping','OOvrh':function(_0x59aa74,_0x5ec7cc){return _0x59aa74/_0x5ec7cc;},'QxegQ':function(_0x1b8643,_0x2eab38){return _0x1b8643<_0x2eab38;},'fqQjj':function(_0x2cd79c,_0x399763){return _0x2cd79c*_0x399763;},'xbklr':function(_0x430d3f,_0x46a580){return _0x430d3f+_0x46a580;},'Cuhbu':function(_0x521543,_0x7ebaf4){return _0x521543+_0x7ebaf4;},'tMPkc':function(_0xd62478,_0x14b6a0){return _0xd62478+_0x14b6a0;},'FqdFv':_0x4d0883(0x28c)};try{const _0x39ad61=_0x53477c[_0x4d0883(0x241)],_0xdee447=_0x5d13d0[_0x4d0883(0x2a5)]()[_0x4d0883(0x2ab)](_0x39ad61),{[TestFrameworkConstants[_0x4d0883(0x2a7)]]:_0x27216a='',[TestFrameworkConstants[_0x4d0883(0x222)]]:_0x3c3bfa=''}=_0xdee447,_0x9dc3c7=TestInfo[_0x4d0883(0x1f7)](_0x39ad61),_0x3ed814=TestInfo[_0x4d0883(0x1fc)](_0x39ad61)[TestFrameworkConstants[_0x4d0883(0x219)]]||{},_0x5e1747=_0x13ab45[_0x4d0883(0x279)](getMediaArtifactsLogs,_0x3ed814,_0x5d13d0[_0x4d0883(0x2a5)]()[_0x4d0883(0x2ab)](_0x39ad61)[TestFrameworkConstants['KEY_TEST_UUID']]),_0x2f1c91=(_0x9dc3c7||[])[_0x4d0883(0x224)](_0x5e1747||[]);if(!_0x2f1c91||_0x13ab45['CONEx'](_0x2f1c91[_0x4d0883(0x22f)],0x0)){logger[_0x4d0883(0x240)](_0x13ab45['bcqEE']);return;}const _0x5c805a=0x28,_0x134761=Math[_0x4d0883(0x2b0)](_0x13ab45[_0x4d0883(0x24f)](_0x2f1c91[_0x4d0883(0x22f)],_0x5c805a));for(let _0xf6f972=0x0;_0x13ab45[_0x4d0883(0x29e)](_0xf6f972,_0x134761);_0xf6f972++){const _0x30c807=_0x13ab45[_0x4d0883(0x23b)](_0xf6f972,_0x5c805a),_0x3c8da3=_0x13ab45[_0x4d0883(0x264)](_0x30c807,_0x5c805a),_0x15ce28=_0x2f1c91[_0x4d0883(0x20d)](_0x30c807,_0x3c8da3),_0x283562={'platformIndex':'0','logs':_0x15ce28,'testFrameworkName':_0x27216a,'testFrameworkVersion':_0x3c3bfa,'testFrameworkState':_0x572ebf[_0x4d0883(0x28e)]()[_0x4d0883(0x273)]('.')[0x1]};logger[_0x4d0883(0x240)]('sendLogCreatedEvent:\x20for\x20testId:\x20'+_0x39ad61+_0x4d0883(0x1f5)+_0x13ab45['Cuhbu'](_0xf6f972,0x1)+'/'+_0x134761+_0x4d0883(0x26f)+util[_0x4d0883(0x2ac)](_0x283562));const _0x6ea951=await GrpcClient['getInstance']()[_0x4d0883(0x218)](_0x283562);logger[_0x4d0883(0x240)](_0x4d0883(0x1e3)+_0x39ad61+_0x4d0883(0x1f5)+_0x13ab45[_0x4d0883(0x229)](_0xf6f972,0x1)+'/'+_0x134761+_0x4d0883(0x234)+util[_0x4d0883(0x2ac)](_0x6ea951));}}catch(_0x2e9d24){logger[_0x4d0883(0x217)](_0x4d0883(0x25b)+util[_0x4d0883(0x236)](_0x2e9d24));}logger['debug'](_0x13ab45[_0x4d0883(0x1e5)]);}[a70_0x2d3f0c(0x1f3)](_0x473b4f,_0x3ba47f,_0x5b0007,_0x52b847,_0x2402e5){const _0x4f7f7a=a70_0x2d3f0c,_0x1a6095={'testId':_0x3ba47f,'testFrameworkState':_0x5b0007,'hookState':_0x52b847,'args':_0x2402e5,'timestamp':new Date()[_0x4f7f7a(0x263)]()};_0x473b4f[_0x4f7f7a(0x266)](_0x3ba47f,_0x1a6095),logger[_0x4f7f7a(0x240)](_0x4f7f7a(0x1fd)+_0x3ba47f+_0x4f7f7a(0x1f9)+_0x5b0007+_0x4f7f7a(0x245)+_0x52b847);}async[a70_0x2d3f0c(0x23f)](_0x12c042,_0x5af60f){const _0x3eec9b=a70_0x2d3f0c,_0x27a444={};_0x27a444[_0x3eec9b(0x26e)]=function(_0x454f23,_0x216a05){return _0x454f23>_0x216a05;};const _0x526c4b=_0x27a444;if(!_0x12c042[_0x3eec9b(0x226)](_0x5af60f))return;const _0x42da9e=_0x12c042[_0x3eec9b(0x21a)](_0x5af60f);logger['debug']('Processing\x20'+_0x42da9e['length']+_0x3eec9b(0x27e)+_0x5af60f);for(const _0x7fb744 of _0x42da9e){try{const _0xcdafd=await this[_0x3eec9b(0x21d)](_0x12c042,_0x7fb744[_0x3eec9b(0x2ad)],_0x7fb744[_0x3eec9b(0x207)],_0x7fb744[_0x3eec9b(0x253)]);_0xcdafd&&_0x526c4b[_0x3eec9b(0x26e)](Object[_0x3eec9b(0x280)](_0xcdafd)[_0x3eec9b(0x22f)],0x0)&&_0x12c042[_0x3eec9b(0x260)](_0xcdafd),await this[_0x3eec9b(0x21e)](_0x12c042,_0x7fb744[_0x3eec9b(0x2ad)],_0x7fb744[_0x3eec9b(0x207)],_0x7fb744[_0x3eec9b(0x253)]);}catch(_0x4b3b25){logger['error']('Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20'+_0x5af60f+',\x20error:\x20'+_0x4b3b25);}}_0x12c042[_0x3eec9b(0x282)](_0x5af60f),logger['debug'](_0x3eec9b(0x28a)+_0x5af60f);}}function a70_0x577a(){const _0x1d5c8b=['KEY_TEST_STARTED_AT','toISOString','xbklr','platformIndex','addPendingHook','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test\x20result','KEY_TEST_RESULT_AT','parseCucumberTest',',\x20state=','BJsBn','getTestFrameworks','./constants/testFrameworkConstants.js','IfzVB','\x20payload=','2446390cBYUna','util','LOG_REPORT','split','parseCucumberTestResult','tags','UCVoU','yTxeY','NONE','HjZDO','Usszt','1584936olXWWt','No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','KEY_LOGS','\x20pending\x20hooks\x20for\x20testId:\x20',',\x20storing\x20as\x20pending\x20hook','keys','getThreadId','removePendingHooks','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','\x20target=','QGDtV','\x20testState:\x20','started_at','IxpFF','hook_type','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','KEY_TEST_UUID','Cucumber\x20log\x20created\x20event','parallelIndex','toString','KEY_HOOK_RESULT','../state/testFrameworkState.js','KEY_TEST_FAILURE_TYPE','createTestFrameworkEventPayload','failed','689913HajrjY','gWNUT','KEY_TEST_CODE','gWESg','failure','name','KEY_HOOK_FAILURE_REASON','base64','__workerDetails','KEY_HOOK_FAILURE_TYPE','QxegQ','hookData','KEY_HOOK_ID','CPbXZ','KEY_EVENT_STARTED_AT','getId','executionContext','getAllData','CucumberTestFramework','KEY_TEST_FRAMEWORK_NAME','createContext','test_run_id','KEY_TEST_LOCATION','get','inspect','testFrameworkState','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','14305NXYOas','ceil','xjKef','../instances/testFrameworkInstance.js','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','812465HbwQXE','stringify','passed','sendLogCreatedEvent:\x20for\x20testId:\x20','../cliUtils.js','FqdFv','getTrackedInstance','createTestFrameworkEventPayload\x20testId:\x20','\x20for\x20test:\x20','eventJson','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','../../../helpers/classLogger.js','KEY_TEST_ENDED_AT','KEY_HOOK_FAILURE','mCgXS','uuid','1194wbGslS','KEY_TEST_RESULT','VEdwY','storePendingHook','XytNB','\x20batch\x20','POST','readLogObjects','22Uifqzb',',\x20state:\x20','DEFAULT_TEST_RESULT','trackEvent','getTestDetails','Stored\x20pending\x20hook\x20for\x20testId:\x20','INIT_TEST','KEY_HOOKS_STARTED','\x20hookState:\x20','PRE','7867953zXdway','result','trackHookEvent:\x20Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','trackCucumberInstance:\x20saved\x20instance\x20contextId=','vLZPi','hookState','\x20and\x20args\x20=\x20','createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20','exports','trackCucumberInstance:\x20created\x20instance\x20for\x20target=','UnhandledError','slice','trackCucumberInstance','KEY_HOOK_LOGS','8oBbRsz','KEY_TEST_TAGS','KEY_TEST_FAILURE_REASON','KEY_TEST_SCOPES','startedAt','KEY_HOOK_NAME','testData','error','logCreatedEvent','KEY_TEST_ATTACHMENTS','getPendingHooks','OULca','oMotx','trackHookEvent','runHooks','Parsed\x20cucumber\x20test:\x20','failure_reason','4ofQROI','KEY_TEST_FRAMEWORK_VERSION','unknown','concat','./testFramework','hasPendingHooks','instance','TGezb','tMPkc','fJVXx','getCurrentInstanceName','getTestUUID','DEFAULT_HOOK_RESULT','resolveInstance','length','KEY_TEST_META','KEY_TEST_RERUN_NAME','getProcessId','KHYyX','\x20response=','KEY_TEST_LOGS','format','sGgdR','KEY_CUSTOM_TAGS','getRef','cWmQL','fqQjj','../instances/trackedInstance.js','hooks','trackEvent:\x20unsupported\x20testFrameworkState=','processPendingHooks','debug','testUUID','1272069SUAzEh','key','trackHookEvent:\x20Hook\x20List\x20in\x20Post\x20',',\x20hookState:\x20','KEY_TEST_SCOPE','getTestFrameworksVersions','scopes','Updated\x20cucumber\x20test\x20result:\x20','TEST','setTrackedInstance','push','KEY_TEST_ID','../TestInfo.js','OOvrh','KEY_TEST_FAILURE','Tracked\x20cucumber\x20hook\x20event:\x20','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test','args','mfBHb','customRerunParam','Error\x20in\x20createTestFrameworkEventPayload:\x20','meta','test','KEY_HOOKS_FINISHED','No\x20hook\x20data\x20provided\x20for\x20cucumber\x20hook\x20event','sendLogCreatedEvent:\x20Error\x20in\x20sending\x20log\x20events:\x20','sendLogCreatedEvent','rerun_name','matchHookRegex','endedAt','addMultipleEntries','\x20&\x20hookState='];a70_0x577a=function(){return _0x1d5c8b;};return a70_0x577a();}module[a70_0x2d3f0c(0x20a)]=CucumberTestFramework;
1
+ const a70_0x3c46cd=a70_0x3be4;(function(_0x4b591d,_0x447816){const _0x2ebf8f=a70_0x3be4,_0x1108dc=_0x4b591d();while(!![]){try{const _0xf89e9f=parseInt(_0x2ebf8f(0x11c))/0x1*(parseInt(_0x2ebf8f(0x108))/0x2)+-parseInt(_0x2ebf8f(0x177))/0x3*(parseInt(_0x2ebf8f(0x10e))/0x4)+-parseInt(_0x2ebf8f(0xed))/0x5*(parseInt(_0x2ebf8f(0x17c))/0x6)+parseInt(_0x2ebf8f(0x12b))/0x7*(-parseInt(_0x2ebf8f(0xdf))/0x8)+parseInt(_0x2ebf8f(0x17a))/0x9+parseInt(_0x2ebf8f(0x1b4))/0xa*(-parseInt(_0x2ebf8f(0x105))/0xb)+parseInt(_0x2ebf8f(0x10a))/0xc;if(_0xf89e9f===_0x447816)break;else _0x1108dc['push'](_0x1108dc['shift']());}catch(_0x2dd262){_0x1108dc['push'](_0x1108dc['shift']());}}}(a70_0x383f,0x87228));const TestFramework=require(a70_0x3c46cd(0x18c)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require('../state/hookState.js'),{createClassLogger}=require(a70_0x3c46cd(0x178)),TestFrameworkInstance=require(a70_0x3c46cd(0xe2)),CLIUtils=require(a70_0x3c46cd(0x171)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a70_0x3c46cd(0xfb)),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),logger=createClassLogger(a70_0x3c46cd(0xf6)),{v4:uuidv4}=require(a70_0x3c46cd(0xf0)),util=require(a70_0x3c46cd(0x10b)),TestInfo=require('../TestInfo.js'),GrpcClient=require(a70_0x3c46cd(0x11d));function a70_0x3be4(_0x32c093,_0x216a98){const _0x383f2f=a70_0x383f();return a70_0x3be4=function(_0x3be439,_0x191b33){_0x3be439=_0x3be439-0xdb;let _0x5290e6=_0x383f2f[_0x3be439];return _0x5290e6;},a70_0x3be4(_0x32c093,_0x216a98);}function a70_0x383f(){const _0x4e5204=['tags','getProcessId','KEY_TEST_UUID','testFrameworkState','pop','removePendingHooks','KEY_CUSTOM_TAGS','\x20payload=','yKXuS','Tracked\x20cucumber\x20hook\x20event:\x20','KEY_TEST_FAILURE_REASON','OsOPL','trackCucumberInstance','KEY_HOOKS_STARTED','hasPendingHooks','7796930mgkvdI','addMultipleEntries','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','KEY_TEST_NAME','failed','trackHookEvent:\x20Hook\x20List\x20in\x20Post\x20','error','8aCusvH','KEY_TEST_LOCATION','KEY_TEST_FILE_PATH','../instances/testFrameworkInstance.js','hookState','QoZGi','base64','KEY_TEST_ATTACHMENTS','sendLogCreatedEvent','KEY_HOOK_RESULT',',\x20error:\x20','eventJson','code','getCurrentHookState','5rhjuCF','startedAt','KEY_HOOK_FAILURE','uuid','testData','test','Stored\x20pending\x20hook\x20for\x20testId:\x20','ekXJA','\x20with\x20id\x20','CucumberTestFramework','KEY_HOOK_LAST_STARTED','started_at','JjNii','trackHookEvent:\x20Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','./constants/testFrameworkConstants.js','hook_type','KEY_LOGS','UODAg','hooks','ewNPw','createTestFrameworkEventPayload\x20testId:\x20','getThreadId','KEY_HOOK_NAME','sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping','11uHWvoY','getRef','format','188TszrHs','failure_reason','26958660WjNuZo','util','Vtahv','UnhandledError','67020EfoHRM','vZlnG','POST','split','SCNNW','getAllData','iszVu','resolveInstance','sendLogCreatedEvent:\x20for\x20testId:\x20','KEY_TEST_STARTED_AT','RHSvY','parseCucumberTestResult','debug','getId','11176rTdVTc','../grpcClient','KEY_TEST_ID','getPendingHooks','processPendingHooks','name','KEY_TEST_ENDED_AT','getCurrentInstanceName','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','PRE','instance','xVriF','stringify','addPendingHook','body','5615883atqzRy','test_run_id','KEY_TEST_SCOPE','\x20target=','exports','executionContext','trackCucumberInstance:\x20saved\x20instance\x20contextId=','concat','parallelIndex','failure_type','trackCucumberInstance:\x20created\x20instance\x20for\x20target=','getTestDetails','\x20batch\x20','KEY_TEST_FAILURE_TYPE','\x20hookState:\x20','createContext','AGSlw','Cucumber\x20log\x20created\x20event','KEY_TEST_FAILURE','NONE','BpCnT',',\x20hookState:\x20','KEY_TEST_RESULT_AT','customRerunParam','KEY_TEST_RERUN_NAME','\x20testState:\x20','file_name','Error\x20in\x20createTestFrameworkEventPayload:\x20','DEFAULT_HOOK_RESULT','length','KEY_TEST_FRAMEWORK_NAME','failure_data','finishedAt','bwdOo','setTestDetails','getCurrentTestState','zLZZl','toISOString','DqBCV','\x20response=',',\x20state:\x20','uTTFA','workerInfo','push','matchHookRegex','storePendingHook','rerun_name','MJLVA','aILyk','parseCucumberTest','lpkKP','createTestFrameworkEventPayload','Updated\x20cucumber\x20test\x20result:\x20','LOG_REPORT','runHooks','eRyjW','from','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test\x20result','MbpWi',',\x20storing\x20as\x20pending\x20hook','No\x20hook\x20data\x20provided\x20for\x20cucumber\x20hook\x20event','XXzoV','yUpaA','getTestFrameworksVersions','KEY_HOOK_LAST_FINISHED','trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','location','\x20&\x20hookState=','Parsed\x20cucumber\x20test:\x20','../cliUtils.js','inspect','DcImM','\x20with\x20result:\x20','UuRjU','\x20pending\x20hooks\x20for\x20testId:\x20','180oIiSOw','../../../helpers/classLogger.js','RnUHE','7044372MOtguT','logCreatedEvent','5634198QatRbv','failure','KEY_HOOK_FAILURE_REASON','keys','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','moBSs','getInstance','KEY_EVENT_STARTED_AT','KEY_TEST_RESULT','KEY_HOOK_ID','scopes','trackHookEvent','key',',\x20state=','\x20\x20and\x20args\x20=\x20','IwysM','./testFramework','testFrameworkVersion','Processing\x20','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','TEST','getTrackedInstance','KEY_TEST_META','meta','get','KEY_TEST_CODE','testFrameworkName','readLogObjects','trackEvent','toString','KEY_EVENT_ENDED_AT','\x20&\x20hook\x20=\x20','finished_at','KEY_TEST_TAGS','hookData','passed','testUUID','ceil','KEY_HOOKS_FINISHED','result','KEY_TEST_FRAMEWORK_VERSION'];a70_0x383f=function(){return _0x4e5204;};return a70_0x383f();}class CucumberTestFramework extends TestFramework{constructor(_0x30aec2,_0x338a4d,_0xd47c04){super(_0x30aec2,_0x338a4d,_0xd47c04);}async['trackEvent'](_0x1d7fca,_0x5b06d8,_0x1b870d={}){const _0x2c9504=a70_0x3c46cd,_0x41466d={};_0x41466d[_0x2c9504(0x154)]=_0x2c9504(0x16c),_0x41466d[_0x2c9504(0xe4)]=function(_0x105a91,_0x129379){return _0x105a91===_0x129379;},_0x41466d['ewNPw']=function(_0x4773f0,_0x120b96){return _0x4773f0===_0x120b96;},_0x41466d[_0x2c9504(0x181)]=function(_0x51babc,_0x25ed2d){return _0x51babc===_0x25ed2d;},_0x41466d[_0x2c9504(0x179)]=_0x2c9504(0x16d);const _0x3d73a3=_0x41466d;await super[_0x2c9504(0x198)](_0x1d7fca,_0x5b06d8,_0x1b870d);const _0x3016be=this[_0x2c9504(0x115)](_0x1d7fca,_0x5b06d8,_0x1b870d);if(!_0x3016be){logger['debug'](_0x3d73a3['uTTFA']);return;}try{let _0x2db4c1,_0x49bb65;switch(_0x1d7fca){case TestFrameworkState[_0x2c9504(0x190)]:_0x2db4c1=_0x1b870d['test'],_0x49bb65=TestInfo['getTestUUID'](_0x2db4c1['id']);if(_0x3d73a3['QoZGi'](_0x5b06d8,HookState[_0x2c9504(0x125)])){logger[_0x2c9504(0x11a)](_0x2c9504(0x124)+_0x2db4c1['id']);const _0x383abf={};_0x383abf[_0x2c9504(0x1a0)]=_0x49bb65,_0x383abf[_0x2c9504(0xf1)]=_0x2db4c1,_0x3016be[_0x2c9504(0x1b5)](this[_0x2c9504(0x15c)](_0x383abf)),logger[_0x2c9504(0x11a)](_0x2c9504(0x1b6)+_0x2db4c1['id']),await this[_0x2c9504(0x120)](_0x3016be,_0x2db4c1['id']);}else{if(_0x3d73a3[_0x2c9504(0x100)](_0x5b06d8,HookState['POST'])){const _0x1d19e1={};_0x1d19e1[_0x2c9504(0x1a0)]=_0x49bb65,_0x1d19e1[_0x2c9504(0xf1)]=_0x2db4c1,_0x3016be[_0x2c9504(0x1b5)](this[_0x2c9504(0x119)](_0x1d19e1)),await this[_0x2c9504(0x120)](_0x3016be,_0x2db4c1['id']);}}break;case TestFrameworkState[_0x2c9504(0x160)]:_0x3d73a3['moBSs'](_0x5b06d8,HookState['POST'])&&await this[_0x2c9504(0xe7)](_0x3016be,_0x1d7fca,_0x1b870d);break;default:if(CLIUtils[_0x2c9504(0x157)](_0x1d7fca[_0x2c9504(0x199)]()['split']('.')[0x1])){const _0x3c6f1c=await this[_0x2c9504(0x187)](_0x3016be,_0x1d7fca,_0x5b06d8,_0x1b870d);_0x3016be['addMultipleEntries'](_0x3c6f1c);}else logger['debug']('trackEvent:\x20unsupported\x20testFrameworkState='+_0x1d7fca+_0x2c9504(0x16f)+_0x5b06d8);break;}}catch(_0x1af703){logger['error'](util[_0x2c9504(0x107)](_0x3d73a3[_0x2c9504(0x179)],_0x1d7fca,_0x5b06d8,_0x1b870d[_0x2c9504(0x148)],_0x1af703));}_0x1b870d[_0x2c9504(0x126)]=_0x3016be,await this[_0x2c9504(0x161)](_0x3016be,_0x1d7fca,_0x5b06d8,_0x1b870d);}['resolveInstance'](_0x3f1a94,_0x3918a6,_0x36d58d={}){const _0x42b78b=a70_0x3c46cd,_0x9ca570={};_0x9ca570[_0x42b78b(0x114)]=function(_0xa03b6f,_0x268384){return _0xa03b6f===_0x268384;};const _0x6149ca=_0x9ca570;let _0x56289f=null;return(_0x6149ca['iszVu'](_0x3f1a94,TestFrameworkState['INIT_TEST'])||_0x6149ca[_0x42b78b(0x114)](_0x3f1a94,TestFrameworkState[_0x42b78b(0x13e)]))&&this[_0x42b78b(0x1b1)](_0x3f1a94,_0x36d58d),_0x56289f=TestFramework[_0x42b78b(0x191)](),_0x56289f;}[a70_0x3c46cd(0x1b1)](_0x1dfa78,_0xb92fe0){const _0x5cf7e2=a70_0x3c46cd,_0x52f27d=CLIUtils[_0x5cf7e2(0x123)](),_0x46a8cd=TrackedInstance[_0x5cf7e2(0x13a)](_0x52f27d);let _0x524988=null;logger['debug'](_0x5cf7e2(0x135)+_0x52f27d+_0x5cf7e2(0x189)+_0x1dfa78),_0x524988=new TestFrameworkInstance(_0x46a8cd,this['getTestFrameworks'](),this[_0x5cf7e2(0x16a)](),_0x1dfa78,HookState[_0x5cf7e2(0x13e)]),TestFramework['setTrackedInstance'](_0x46a8cd,_0x524988),logger[_0x5cf7e2(0x11a)](_0x5cf7e2(0x131)+_0x46a8cd[_0x5cf7e2(0x11b)]()+_0x5cf7e2(0x12e)+_0x52f27d);}[a70_0x3c46cd(0x15c)](_0x378bf6){const _0x19029c=a70_0x3c46cd,_0x1365ef={};_0x1365ef[_0x19029c(0x18b)]='No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test';const _0x485e94=_0x1365ef,{testUUID:_0x582c13,testData:_0x1de991}=_0x378bf6;if(!_0x1de991||!_0x1de991[_0x19029c(0xf0)])return logger[_0x19029c(0x11a)](_0x485e94[_0x19029c(0x18b)]),{};const _0x3b398a=_0x1de991['uuid'],_0xd46ebb=_0x1de991['uuid'],_0x31380d=this['getTestFrameworks']()[0x0],_0x1af0e6=this[_0x19029c(0x16a)](),_0x4dbaf4={[TestFrameworkConstants[_0x19029c(0x149)]]:_0x31380d,[TestFrameworkConstants[_0x19029c(0x1a4)]]:_0x1af0e6[_0x31380d],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants[_0x19029c(0x1b2)]]:{},[TestFrameworkConstants[_0x19029c(0x1a7)]]:_0x3b398a,[TestFrameworkConstants[_0x19029c(0x184)]]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x1de991[_0x19029c(0x121)]||'',[TestFrameworkConstants[_0x19029c(0xe1)]]:_0x1de991[_0x19029c(0x145)]||'',[TestFrameworkConstants[_0x19029c(0x11e)]]:_0xd46ebb,[TestFrameworkConstants[_0x19029c(0xdb)]]:_0x1de991[_0x19029c(0x121)]||'',[TestFrameworkConstants[_0x19029c(0xe0)]]:_0x1de991[_0x19029c(0x16e)]||'',[TestFrameworkConstants[_0x19029c(0x195)]]:_0x1de991[_0x19029c(0x12a)]?.[_0x19029c(0xeb)]||null,[TestFrameworkConstants[_0x19029c(0x19d)]]:_0x1de991[_0x19029c(0x1a5)]||[],[TestFrameworkConstants[_0x19029c(0x117)]]:_0x1de991[_0x19029c(0xee)]||new Date()[_0x19029c(0x150)](),[TestFrameworkConstants[_0x19029c(0x12d)]]:_0x1de991[_0x19029c(0x186)]?.[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x1de991[_0x19029c(0x186)]||[],[TestFrameworkConstants[_0x19029c(0x143)]]:_0x1de991[_0x19029c(0x142)]?.[_0x19029c(0x159)]||_0x1de991[_0x19029c(0x121)]||'',[TestFrameworkConstants[_0x19029c(0x1ab)]]:{},[TestFrameworkConstants['KEY_TEST_META']]:_0x1de991['meta']||{}};TestInfo[_0x19029c(0x14d)](_0xd46ebb,_0x4dbaf4),logger[_0x19029c(0x11a)](_0x19029c(0x170)+_0x1de991['name']+'\x20with\x20UUID:\x20'+_0x3b398a);const _0x401f95={};return _0x401f95[_0xd46ebb]=_0x4dbaf4,_0x401f95;}[a70_0x3c46cd(0x119)](_0x1db4f8){const _0x5bd699=a70_0x3c46cd,_0x5389f3={'OsOPL':_0x5bd699(0x164),'bwdOo':'unknown','MbpWi':function(_0x5c044b,_0x25b6e1){return _0x5c044b===_0x25b6e1;},'lpkKP':_0x5bd699(0xdc),'eRyjW':'UnhandledError','aILyk':function(_0x455946,_0x573a36,_0x2409bf){return _0x455946(_0x573a36,_0x2409bf);},'TCxqn':function(_0x3fcace,_0x524b8d){return _0x3fcace>_0x524b8d;},'MJLVA':function(_0x2c1bb5,_0x33a82a){return _0x2c1bb5>_0x33a82a;}},{testUUID:_0x3de065,testData:_0x30490b}=_0x1db4f8;if(!_0x30490b||!_0x30490b[_0x5bd699(0xf0)])return logger[_0x5bd699(0x11a)](_0x5389f3[_0x5bd699(0x1b0)]),{};const _0x3a99e6=this[_0x5bd699(0x115)](TestFrameworkState[_0x5bd699(0x190)],HookState[_0x5bd699(0x110)]),_0x2bfa7d=_0x30490b[_0x5bd699(0xf0)],_0xd4d5a6=TestInfo['getTestDetails'](_0x2bfa7d)||{},_0x5da423=_0xd4d5a6?_0xd4d5a6[TestFrameworkConstants[_0x5bd699(0x1ab)]]||{}:{},_0x5e3fc3={..._0xd4d5a6,[TestFrameworkConstants[_0x5bd699(0x184)]]:_0x30490b['result']||_0x5389f3[_0x5bd699(0x14c)],[TestFrameworkConstants[_0x5bd699(0x122)]]:_0x30490b[_0x5bd699(0x14b)]||new Date()[_0x5bd699(0x150)](),[TestFrameworkConstants[_0x5bd699(0x141)]]:new Date()[_0x5bd699(0x150)](),[TestFrameworkConstants[_0x5bd699(0x1ab)]]:_0x5da423,[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants[_0x5bd699(0x192)]]:_0x30490b[_0x5bd699(0x193)]||{}};_0x5389f3[_0x5bd699(0x165)](_0x30490b[_0x5bd699(0x1a3)],_0x5389f3[_0x5bd699(0x15d)])&&_0x30490b[_0x5bd699(0x17d)]&&(_0x5e3fc3[TestFrameworkConstants[_0x5bd699(0x138)]]=_0x30490b[_0x5bd699(0x134)]||_0x5389f3[_0x5bd699(0x162)],_0x5e3fc3[TestFrameworkConstants[_0x5bd699(0x1af)]]=_0x30490b[_0x5bd699(0x109)]||'',_0x5e3fc3[TestFrameworkConstants[_0x5bd699(0x13d)]]=_0x30490b['failure']);const _0x2e859f=TestInfo['getTestDetails'](_0x2bfa7d)[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x3795e8=_0x5389f3[_0x5bd699(0x15b)](getManualUploadLogs,_0x2e859f,_0x3a99e6[_0x5bd699(0x113)]()[_0x5bd699(0x194)](_0x2bfa7d)[TestFrameworkConstants[_0x5bd699(0x1a7)]]);if(_0x5389f3['TCxqn'](_0x3795e8[_0x5bd699(0x148)],0x0)){const _0x115461=_0x5e3fc3[TestFrameworkConstants[_0x5bd699(0xfd)]]||[];_0x5e3fc3[TestFrameworkConstants[_0x5bd699(0xfd)]]=[..._0x115461,..._0x3795e8];}_0x30490b[_0x5bd699(0xff)]&&_0x5389f3[_0x5bd699(0x15a)](_0x30490b[_0x5bd699(0xff)]['length'],0x0)&&(_0x5e3fc3[TestFrameworkConstants[_0x5bd699(0x1a2)]]=_0x30490b[_0x5bd699(0xff)]);TestInfo[_0x5bd699(0x14d)](_0x2bfa7d,_0x5e3fc3),logger['debug'](_0x5bd699(0x15f)+_0x30490b[_0x5bd699(0x121)]+_0x5bd699(0x174)+_0x30490b[_0x5bd699(0x1a3)]);const _0x5c93b5={};return _0x5c93b5[_0x2bfa7d]=_0x5e3fc3,_0x5c93b5;}async[a70_0x3c46cd(0x187)](_0x372f0c,_0x21d4f6,_0x296590,_0x1fcbda){const _0x390fce=a70_0x3c46cd,_0x2d3563={'AGSlw':_0x390fce(0x167),'vZlnG':function(_0x32a7fc){return _0x32a7fc();},'JjNii':function(_0x45f947,_0x2f3c83){return _0x45f947 in _0x2f3c83;},'WDScW':function(_0x4f2f36,_0x85995f){return _0x4f2f36 in _0x85995f;},'BpCnT':function(_0x40c0af,_0x4e8175){return _0x40c0af===_0x4e8175;},'xVriF':function(_0x214030,_0x246423){return _0x214030>_0x246423;},'fZTvu':_0x390fce(0xdc),'SCNNW':_0x390fce(0x10d),'yUpaA':_0x390fce(0x19f),'ekXJA':function(_0x18258c,_0x3c2b59){return _0x18258c!==_0x3c2b59;}},{hookData:_0xd02c8e}=_0x1fcbda;if(!_0xd02c8e)return logger['debug'](_0x2d3563[_0x390fce(0x13b)]),{};const _0x4edc2e=_0xd02c8e[_0x390fce(0xf0)]||_0x2d3563[_0x390fce(0x10f)](uuidv4),_0x4b36c1=_0xd02c8e[_0x390fce(0x12c)],_0x49c4bf=_0x21d4f6[_0x390fce(0x199)]()[_0x390fce(0x111)]('.')[0x1],_0x3ff84e=TestInfo['getTestDetails'](_0x4b36c1)[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{},_0x6d5578=_0x372f0c[_0x390fce(0x113)]()[_0x390fce(0x194)](_0x4b36c1);if(!_0x6d5578)return logger[_0x390fce(0x11a)]('No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x4b36c1+_0x390fce(0x166)),this[_0x390fce(0x158)](_0x372f0c,_0x4b36c1,_0x21d4f6,_0x296590,_0x1fcbda),{};let _0x5726bf=_0x6d5578[TestFrameworkConstants[_0x390fce(0x1b2)]];!_0x5726bf&&(_0x5726bf={});!_0x2d3563[_0x390fce(0xf9)](_0x49c4bf,_0x5726bf)&&(_0x5726bf[_0x49c4bf]=[]);let _0x1e6c5f=_0x6d5578[TestFrameworkConstants[_0x390fce(0x1a2)]];!_0x1e6c5f&&(_0x1e6c5f={});!_0x2d3563['WDScW'](_0x49c4bf,_0x1e6c5f)&&(_0x1e6c5f[_0x49c4bf]=[]);const _0x4a351d={[TestFrameworkConstants[_0x390fce(0x1b2)]]:_0x5726bf,[TestFrameworkConstants[_0x390fce(0x1a2)]]:_0x1e6c5f},_0x502c2b={};_0x502c2b[_0x4b36c1]=_0x4a351d;const _0x3b2168=_0x502c2b;if(_0x2d3563[_0x390fce(0x13f)](_0x296590,HookState[_0x390fce(0x125)])){const _0x7cad97={[TestFrameworkConstants['KEY_HOOK_ID']]:_0x4edc2e,[TestFrameworkConstants[_0x390fce(0xe8)]]:TestFrameworkConstants[_0x390fce(0x147)],[TestFrameworkConstants[_0x390fce(0x183)]]:_0xd02c8e[_0x390fce(0xf8)],[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x390fce(0x103)]]:_0xd02c8e[_0x390fce(0xfc)],[TestFrameworkConstants[_0x390fce(0x1ab)]]:_0x3ff84e};_0x7cad97[_0x390fce(0x188)]=_0x49c4bf;const _0x47a528=_0x7cad97;_0x5726bf[_0x49c4bf][_0x390fce(0x156)](_0x47a528),_0x3b2168[_0x4b36c1][TestFrameworkConstants[_0x390fce(0xf7)]]=_0x49c4bf,logger[_0x390fce(0x11a)](_0x390fce(0xfa)+_0x49c4bf+_0x390fce(0x19b)+_0x47a528+_0x390fce(0x18a)+_0x1fcbda);}else{if(_0x2d3563['BpCnT'](_0x296590,HookState[_0x390fce(0x110)])){const _0x451603=_0xd02c8e['result'],_0x5a1909=_0x5726bf[_0x49c4bf]||[];logger['debug'](_0x390fce(0xdd)+_0x5a1909+'\x20and\x20args\x20=\x20'+_0x1fcbda);if(_0x2d3563[_0x390fce(0x127)](_0x5a1909[_0x390fce(0x148)],0x0)){const _0x1b0c14=_0x5a1909[_0x390fce(0x1a9)]();_0x2d3563[_0x390fce(0x13f)](_0xd02c8e[_0x390fce(0x1a3)],_0x2d3563['fZTvu'])&&_0xd02c8e['failure_data']?(_0x1b0c14[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=_0xd02c8e[_0x390fce(0x134)]||_0x2d3563[_0x390fce(0x112)],_0x1b0c14[TestFrameworkConstants[_0x390fce(0x17e)]]=_0xd02c8e[_0x390fce(0x109)]||'',_0x1b0c14[TestFrameworkConstants[_0x390fce(0xef)]]=_0xd02c8e[_0x390fce(0x14a)]):_0x1b0c14[TestFrameworkConstants[_0x390fce(0xe8)]]=_0x2d3563[_0x390fce(0x169)];_0x2d3563[_0x390fce(0xf4)](_0x451603,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x1b0c14[TestFrameworkConstants[_0x390fce(0xe8)]]=_0x451603);_0x1b0c14[TestFrameworkConstants[_0x390fce(0x19a)]]=_0xd02c8e[_0x390fce(0x19c)]||new Date()[_0x390fce(0x150)](),_0x1b0c14[TestFrameworkConstants[_0x390fce(0x1ab)]]=_0x3ff84e;const _0x180a38=_0x1b0c14[TestFrameworkConstants[_0x390fce(0x185)]];!_0x1e6c5f[_0x49c4bf]&&(_0x1e6c5f[_0x49c4bf]=[]),_0x1e6c5f[_0x49c4bf]['push'](_0x1b0c14),_0x3b2168[_0x4b36c1][TestFrameworkConstants[_0x390fce(0x16b)]]=_0x49c4bf;}}}return logger[_0x390fce(0x11a)](_0x390fce(0x1ae)+_0xd02c8e[_0x390fce(0xfc)]+_0x390fce(0xf5)+_0x4edc2e+'\x20for\x20test:\x20'+_0x4b36c1),_0x3b2168;}[a70_0x3c46cd(0x15e)](_0x5c5115){const _0x38d476=a70_0x3c46cd,_0x24d3b2={};_0x24d3b2['UODAg']=_0x38d476(0xe5);const _0x53f27d=_0x24d3b2;try{const _0x42d3fc=_0x5c5115[_0x38d476(0xf2)]?_0x5c5115[_0x38d476(0xf2)]['id']:_0x5c5115[_0x38d476(0x19e)][_0x38d476(0x12c)],_0x2d50a5=_0x5c5115[_0x38d476(0x126)],_0x549575=_0x2d50a5['getContext'](),_0x565790=_0x2d50a5['getAllData']()[_0x38d476(0x194)](_0x42d3fc);if(!_0x565790)return logger['debug']('createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x42d3fc),{};logger[_0x38d476(0x11a)](_0x38d476(0x101)+_0x42d3fc);const {[TestFrameworkConstants[_0x38d476(0x149)]]:_0x54637f='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x1b7097='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x2535e0='',[TestFrameworkConstants[_0x38d476(0x122)]]:_0xcec6ce=''}=_0x565790,_0x538c84=_0x2d50a5[_0x38d476(0x14e)]()[_0x38d476(0x199)]()[_0x38d476(0x111)]('.')[0x1],_0x2f98ea=_0x2d50a5[_0x38d476(0xec)]()[_0x38d476(0x199)]()[_0x38d476(0x111)]('.')[0x1],_0x10edc1=global?.['__workerDetails']?.[_0x38d476(0x155)]?.[_0x38d476(0x133)],_0x1189d5=_0x2d50a5[_0x38d476(0x106)](),_0xfbd4ad=Buffer[_0x38d476(0x163)](JSON[_0x38d476(0x128)](_0x565790))[_0x38d476(0x199)](_0x53f27d[_0x38d476(0xfe)]),_0x3cf3ce={'hash':_0x549575[_0x38d476(0x11b)](),'threadId':_0x549575[_0x38d476(0x102)]()[_0x38d476(0x199)](),'processId':_0x549575[_0x38d476(0x1a6)]()[_0x38d476(0x199)]()},_0x3c243f={};_0x3c243f['platformIndex']=_0x10edc1,_0x3c243f[_0x38d476(0x196)]=_0x54637f,_0x3c243f[_0x38d476(0x18d)]=_0x1b7097,_0x3c243f[_0x38d476(0x1a8)]=_0x538c84,_0x3c243f[_0x38d476(0xe3)]=_0x2f98ea,_0x3c243f[_0x38d476(0xee)]=_0x2535e0,_0x3c243f['endedAt']=_0xcec6ce,_0x3c243f['uuid']=_0x1189d5,_0x3c243f[_0x38d476(0xea)]=_0xfbd4ad,_0x3c243f[_0x38d476(0x130)]=_0x3cf3ce;const _0x1b2fb7=_0x3c243f;return logger['debug']('createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20'+_0x42d3fc+_0x38d476(0x144)+_0x538c84+_0x38d476(0x139)+_0x2f98ea),_0x1b2fb7;}catch(_0x1f4414){return logger['error'](_0x38d476(0x146)+util[_0x38d476(0x107)](_0x1f4414)),{};}}async['sendLogCreatedEvent'](_0x78df72,_0x2d906c,_0xc2924){const _0x713e10=a70_0x3c46cd,_0x39ae19={'RHSvY':function(_0x259a62,_0x70b729,_0x466bcc){return _0x259a62(_0x70b729,_0x466bcc);},'UuRjU':function(_0x41d265,_0xa6d0e1){return _0x41d265===_0xa6d0e1;},'Vtahv':_0x713e10(0x104),'DqBCV':function(_0x394687,_0x559a0e){return _0x394687/_0x559a0e;},'KtDGD':function(_0x2f62c4,_0x27f6f0){return _0x2f62c4<_0x27f6f0;},'FlHAC':function(_0x13e4f6,_0x9618d8){return _0x13e4f6*_0x9618d8;},'zLZZl':function(_0x3abc86,_0x1aebea){return _0x3abc86+_0x1aebea;},'yKXuS':function(_0x81b01e,_0x40acfb){return _0x81b01e+_0x40acfb;},'XXzoV':_0x713e10(0x13c)};try{const _0x30e0ae=_0xc2924['testUUID'],_0x1797b6=_0x78df72['getAllData']()[_0x713e10(0x194)](_0x30e0ae),{[TestFrameworkConstants[_0x713e10(0x149)]]:_0x2d761d='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x62f4f1=''}=_0x1797b6,_0x31ef64=TestInfo[_0x713e10(0x197)](_0x30e0ae),_0x4b7ff4=TestInfo[_0x713e10(0x136)](_0x30e0ae)[TestFrameworkConstants[_0x713e10(0xe6)]]||{},_0x4a793e=_0x39ae19[_0x713e10(0x118)](getMediaArtifactsLogs,_0x4b7ff4,_0x78df72[_0x713e10(0x113)]()[_0x713e10(0x194)](_0x30e0ae)[TestFrameworkConstants[_0x713e10(0x1a7)]]),_0x19d3e9=(_0x31ef64||[])[_0x713e10(0x132)](_0x4a793e||[]);if(!_0x19d3e9||_0x39ae19[_0x713e10(0x175)](_0x19d3e9['length'],0x0)){logger[_0x713e10(0x11a)](_0x39ae19[_0x713e10(0x10c)]);return;}const _0x984732=0x28,_0x28821e=Math[_0x713e10(0x1a1)](_0x39ae19[_0x713e10(0x151)](_0x19d3e9[_0x713e10(0x148)],_0x984732));for(let _0x2d844e=0x0;_0x39ae19['KtDGD'](_0x2d844e,_0x28821e);_0x2d844e++){const _0x49db6e=_0x39ae19['FlHAC'](_0x2d844e,_0x984732),_0x347bc0=_0x39ae19[_0x713e10(0x14f)](_0x49db6e,_0x984732),_0x551c6d=_0x19d3e9['slice'](_0x49db6e,_0x347bc0),_0x24a394={'platformIndex':'0','logs':_0x551c6d,'testFrameworkName':_0x2d761d,'testFrameworkVersion':_0x62f4f1,'testFrameworkState':_0x2d906c[_0x713e10(0x199)]()[_0x713e10(0x111)]('.')[0x1]};logger[_0x713e10(0x11a)](_0x713e10(0x116)+_0x30e0ae+_0x713e10(0x137)+_0x39ae19['yKXuS'](_0x2d844e,0x1)+'/'+_0x28821e+_0x713e10(0x1ac)+util['inspect'](_0x24a394));const _0x4b5f0c=await GrpcClient[_0x713e10(0x182)]()[_0x713e10(0x17b)](_0x24a394);logger[_0x713e10(0x11a)](_0x713e10(0x116)+_0x30e0ae+_0x713e10(0x137)+_0x39ae19[_0x713e10(0x1ad)](_0x2d844e,0x1)+'/'+_0x28821e+_0x713e10(0x152)+util[_0x713e10(0x172)](_0x4b5f0c));}}catch(_0x58c022){logger[_0x713e10(0xde)]('sendLogCreatedEvent:\x20Error\x20in\x20sending\x20log\x20events:\x20'+util[_0x713e10(0x107)](_0x58c022));}logger[_0x713e10(0x11a)](_0x39ae19[_0x713e10(0x168)]);}[a70_0x3c46cd(0x158)](_0x4e2615,_0x49d753,_0x594b15,_0xc11b21,_0x2f29ce){const _0x5c444e=a70_0x3c46cd,_0x5c3500={'testId':_0x49d753,'testFrameworkState':_0x594b15,'hookState':_0xc11b21,'args':_0x2f29ce,'timestamp':new Date()[_0x5c444e(0x150)]()};_0x4e2615[_0x5c444e(0x129)](_0x49d753,_0x5c3500),logger[_0x5c444e(0x11a)](_0x5c444e(0xf3)+_0x49d753+_0x5c444e(0x153)+_0x594b15+_0x5c444e(0x140)+_0xc11b21);}async[a70_0x3c46cd(0x120)](_0x29f0c4,_0x501d1e){const _0x1682d8=a70_0x3c46cd,_0x4a80bb={};_0x4a80bb[_0x1682d8(0x173)]=function(_0x222a2b,_0x4f661f){return _0x222a2b>_0x4f661f;};const _0x5cbf4f=_0x4a80bb;if(!_0x29f0c4[_0x1682d8(0x1b3)](_0x501d1e))return;const _0x51d6f6=_0x29f0c4[_0x1682d8(0x11f)](_0x501d1e);logger['debug'](_0x1682d8(0x18e)+_0x51d6f6[_0x1682d8(0x148)]+_0x1682d8(0x176)+_0x501d1e);for(const _0x544b16 of _0x51d6f6){try{const _0x31fb3d=await this[_0x1682d8(0x187)](_0x29f0c4,_0x544b16['testFrameworkState'],_0x544b16['hookState'],_0x544b16['args']);_0x31fb3d&&_0x5cbf4f[_0x1682d8(0x173)](Object[_0x1682d8(0x17f)](_0x31fb3d)[_0x1682d8(0x148)],0x0)&&_0x29f0c4['addMultipleEntries'](_0x31fb3d),await this[_0x1682d8(0x161)](_0x29f0c4,_0x544b16[_0x1682d8(0x1a8)],_0x544b16['hookState'],_0x544b16['args']);}catch(_0x28490e){logger['error'](_0x1682d8(0x18f)+_0x501d1e+_0x1682d8(0xe9)+_0x28490e);}}_0x29f0c4[_0x1682d8(0x1aa)](_0x501d1e),logger['debug'](_0x1682d8(0x180)+_0x501d1e);}}module[a70_0x3c46cd(0x12f)]=CucumberTestFramework;
@@ -1 +1 @@
1
- function a71_0xca50(_0x46f187,_0x26d1fd){const _0x14f36a=a71_0x14f3();return a71_0xca50=function(_0xca50c8,_0x104cac){_0xca50c8=_0xca50c8-0x1a3;let _0x535444=_0x14f36a[_0xca50c8];return _0x535444;},a71_0xca50(_0x46f187,_0x26d1fd);}const a71_0x5b644d=a71_0xca50;function a71_0x14f3(){const _0x34aac1=['yKVkH','hookData','259784euSjqz','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','AssertionError','push','ceil','eHLPt',',\x20testId=','\x20&\x20hookState=','getJestTestName','95331GJqDwP','DWqyJ','map','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=',',\x20platformIndex:\x20','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','PRE','duration','KEY_TEST_RESULT','UimRY','EMznc','getTrackedInstance','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20',',\x20error:\x20','base64','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','get','KEY_EVENT_STARTED_AT','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','KEY_HOOK_NAME','setActiveHook','processPendingHooks','OKvLX','EcwaV','POST','KEY_TEST_TAGS','QGnkY','KEY_TEST_META','eventJson','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','KEY_AUTOMATE_SESSION_NAME','fPrva','parallelIndex','createTestFrameworkEventPayload','removePendingHooks','dyNUr','KEY_HOOK_FAILURE_REASON','mMVZZ','\x20files','getCurrentTestState','findIndex','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','RtguX','grofj','testId','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','passed','blgPJ','22365250KpTCvu','tatYG','DMGuB','beforeAll','QoEVq','concat','KEY_HOOKS_FINISHED','debug',',\x20testFramework=','type','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=',',\x20consoleLogs:\x20','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20',',\x20hooksListLength=',',\x20payload:\x20','KEY_TEST_FAILURE_TYPE',',\x20updates=','HVQMy','IvFZo','1083835pfLsGY','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','KEY_HOOK_FAILURE_TYPE','status','vTtEp','BDWbk','workerInfo','util','KEY_TEST_FILE_PATH','addMultipleEntries','__workerDetails','runHooks','KEY_TEST_RETRY_OF',',\x20storing\x20as\x20pending\x20hook','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','DEFAULT_HOOK_RESULT','../instances/testFrameworkInstance.js','KEY_TEST_UUID','YMzqS','360275sKeCZL','hookType','hook_result','substring','split','message','getRef','anvbl','dMtoZ','buildHookMapFromTest','result','trackJestInstance','getAllData','ALL','KEY_HOOK_RESULT','mapTestHooks','\x22\x20from\x20testData','KEY_HOOK_ID','has','KEY_HOOK_FAILURE','toISOString','hookMetadata','KBWeX','\x22\x20hook','\x20(testIdentifier),\x20result=','qPJLm','wzzhA','test_identifier','getJestTestIdentifier','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20${testId},\x20error:\x20${error}','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','error','maxArrayLength','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','exports','ROOT_DESCRIBE_BLOCK','Unknown\x20error','splice',':testAnalyticsId','trackHookEvent','8zFSQvb','102AUXiVy','\x20pending\x20hooks\x20for\x20testId:\x20','getJestFailureData','kind','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','../TestInfo.js','lHnOp',',\x20totalBatches:\x20','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','jseOV','\x20attachments','pop','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','getTestFrameworksVersions','[JestTestFramework]\x20trackHookEvent:\x20SUCCESS\x20-\x20hookType=','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','addPendingHook','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=',',\x20duration=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','getActiveHook','vNMAe','KEY_TEST_CODE','scopes','\x20hook','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=',',\x20scope:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','iaDte','KEY_TEST_LOCATION','toUpperCase','sBDAj','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','warn',',\x20testData=','isArray','matchHookRegex','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','depth','resolveInstance','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','94ZCDpxM','startedAt','location','getJestFailureType','dbjzA','KiJdv',',\x20exception=','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=',',\x20contextId=','\x20screenshot\x20logs\x20for\x20testId:\x20','KEY_LOGS','../../../helpers/test-observability/utils','includes',',\x20remainingHooks=','irnMk','cKGFB','hookState','find','filter','name','XiuDV',',\x20totalLogs:\x20','testUUID','getContext','getFileName','../cliUtils.js','getJestFailureReason','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','gAjTC','UnhandledError','KEY_HOOK_LOGS','skip','2424488hKpqVZ','LTeZn','none','event_ended_at','rxsaV',',\x20currentTestId:\x20','\x20logs\x20for\x20testId:\x20','gFmbv','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','reverse','parent','sendLogCreatedEvent','KEY_TEST_STARTED_AT','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','getId','SIyQI','scope','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=',',\x20response=','KEY_EVENT_ENDED_AT','originalTest','rxOAZ','tLsaA','../state/hookState.js','xEFOX','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','filePath','KEY_TEST_ENDED_AT','FNRMv','errorsDetailed','pid','getJestTestFilePath','KEY_HOOK_LAST_FINISHED','from','testData','getTestFrameworks','getCurrentInstanceName',',\x20hookState=','file_name','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=',',\x20failureType=','getThreadId','NONE','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','hasPendingHooks','length','\x20(testIdentifier),\x20hookType=','getPendingHooks','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','parse','../grpcClient',',\x20failureReason=','uZiyY','DEFAULT_TEST_RESULT','title','RGZmc','stringify','11521116EKEZfW','parseJestTestResult','KEY_CUSTOM_TAGS','forEach',',\x20version=','Yibac','Error\x20in\x20createTestFrameworkEventPayload:\x20','xmUGd','hook_id','activeHooks','COIyF','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','parseJestTest','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','hooks','LzZvH','format','EjmAH','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20',',\x20result=','fzhjn','DCsuP','KEY_HOOK_LAST_STARTED','eQIoK','\x20(testIdentifier),\x20scopes=','nDKNr','\x20for\x20testId:\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','storePendingHook','trackJestInstance:\x20created\x20instance\x20for\x20target=','retryOf','createContext',',\x20state=','\x20-\x20test_identifier=','vPkOy','_ALL','JMCmV','join','hookAnalyticsId','file','nCNMo','QlSHv','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','args','trackEvent','KEY_HOOKS_STARTED','KEY_TEST_FRAMEWORK_VERSION','UrBdb','KEY_TEST_FRAMEWORK_NAME','PWSGS','Stored\x20pending\x20hook\x20for\x20testId:\x20','KEY_TEST_FAILURE_REASON','test','gQdRc','testFrameworkState','../../../helpers/helper.js','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20${testFilePath},\x20scope:\x20${testScope}','KEY_TEST_SCOPE','keys','slice','qLWhm','logCreatedEvent','executionContext','jCHMk','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','PPmgl',',\x20hookUUID=','getProcessId','apply','testFrameworkName','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','failure_reason','replace','wfoWn','BusdW','MuxQS','EgOFd','getJestTestScopes',',\x20state:\x20','getHooksForTest','endedAt','uuid','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','inspect','QJhSj',',\x20filePath:\x20','KqCgj',',\x20filePath=','asyncError','started_at','stack-trace','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20',',\x20hookData=','test_run_id','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','KEY_TEST_ATTACHMENTS','isJestInternalHook',',\x20hook=','failed','KEY_TEST_SCOPES','toString','KEY_TEST_NAME','BEFORE_ALL','TEST','cASZg','\x20-\x20testId:\x20',',\x20hookId=','EfYew','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','Unknown\x20Test','../instances/trackedInstance.js','hookUUID','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','rfJDl','jcLFT','KEY_TEST_LOGS','KEY_TEST_ID','yIEgP'];a71_0x14f3=function(){return _0x34aac1;};return a71_0x14f3();}(function(_0x47f5a4,_0x36f305){const _0xe0aba9=a71_0xca50,_0x2209a4=_0x47f5a4();while(!![]){try{const _0x201a1f=parseInt(_0xe0aba9(0x315))/0x1+parseInt(_0xe0aba9(0x1f3))/0x2*(parseInt(_0xe0aba9(0x2d1))/0x3)+parseInt(_0xe0aba9(0x213))/0x4+-parseInt(_0xe0aba9(0x328))/0x5*(-parseInt(_0xe0aba9(0x1c8))/0x6)+parseInt(_0xe0aba9(0x2c8))/0x7*(-parseInt(_0xe0aba9(0x1c7))/0x8)+-parseInt(_0xe0aba9(0x24c))/0x9+-parseInt(_0xe0aba9(0x302))/0xa;if(_0x201a1f===_0x36f305)break;else _0x2209a4['push'](_0x2209a4['shift']());}catch(_0x41b36e){_0x2209a4['push'](_0x2209a4['shift']());}}}(a71_0x14f3,0xd0a7a));const TestFramework=require('./testFramework'),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a71_0x5b644d(0x22a)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a71_0x5b644d(0x325)),CLIUtils=require(a71_0x5b644d(0x20c)),TrackedInstance=require(a71_0x5b644d(0x2be)),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),{getManualUploadLogs,getMediaArtifactsLogs}=require(a71_0x5b644d(0x286)),{isInternalHook}=require(a71_0x5b644d(0x1fe)),logger=createClassLogger('JestTestFramework'),{v4:uuidv4}=require(a71_0x5b644d(0x2a0)),util=require(a71_0x5b644d(0x31c)),TestInfo=require(a71_0x5b644d(0x1cd)),GrpcClient=require(a71_0x5b644d(0x245)),stackTrace=require('stack-trace');class JestTestFramework extends TestFramework{constructor(_0x5a2744,_0x1e5707,_0x5e95cb){const _0x396db9=a71_0x5b644d;super(_0x5a2744,_0x1e5707,_0x5e95cb),this[_0x396db9(0x255)]=new Map();}[a71_0x5b644d(0x2e5)](_0x311fa7,_0x45cd10,_0x357bb6){const _0x1f825f=a71_0x5b644d,_0x3671f2={};_0x3671f2[_0x1f825f(0x228)]=function(_0x8a38be,_0x193c73){return _0x8a38be||_0x193c73;};const _0x1d8b7a=_0x3671f2;if(_0x1d8b7a[_0x1f825f(0x228)](!_0x311fa7,!_0x45cd10)){logger[_0x1f825f(0x1eb)](_0x1f825f(0x30c)+_0x311fa7+_0x1f825f(0x291)+_0x45cd10);return;}!this[_0x1f825f(0x255)]['has'](_0x311fa7)&&this['activeHooks']['set'](_0x311fa7,[]);const _0x2ee6e4={'hookUUID':_0x45cd10,'hookType':_0x357bb6,'startedAt':new Date()[_0x1f825f(0x1b2)]()};this[_0x1f825f(0x255)][_0x1f825f(0x2e1)](_0x311fa7)[_0x1f825f(0x2cb)](_0x2ee6e4),logger[_0x1f825f(0x309)](_0x1f825f(0x1d5)+_0x311fa7+_0x1f825f(0x291)+_0x45cd10+',\x20hookType='+_0x357bb6+',\x20totalHooks='+this[_0x1f825f(0x255)][_0x1f825f(0x2e1)](_0x311fa7)[_0x1f825f(0x240)]);}['removeActiveHook'](_0x1cda1f,_0x310450){const _0x1d49f8=a71_0x5b644d,_0x3efc2d={};_0x3efc2d[_0x1d49f8(0x2c1)]=function(_0x4e1ab3,_0x2ca71b){return _0x4e1ab3||_0x2ca71b;},_0x3efc2d[_0x1d49f8(0x1b4)]=function(_0x2d2f09,_0x4b128e){return _0x2d2f09!==_0x4b128e;},_0x3efc2d[_0x1d49f8(0x202)]=function(_0x50bde9,_0x3449d9){return _0x50bde9===_0x3449d9;};const _0x4d3873=_0x3efc2d;if(_0x4d3873['rfJDl'](!_0x1cda1f,!_0x310450)){logger[_0x1d49f8(0x1eb)](_0x1d49f8(0x1d1)+_0x1cda1f+_0x1d49f8(0x291)+_0x310450);return;}if(this['activeHooks'][_0x1d49f8(0x1b0)](_0x1cda1f)){const _0x5af104=this[_0x1d49f8(0x255)][_0x1d49f8(0x2e1)](_0x1cda1f),_0xcad32d=_0x5af104[_0x1d49f8(0x2fa)](_0x292930=>_0x292930[_0x1d49f8(0x2bf)]===_0x310450);_0x4d3873[_0x1d49f8(0x1b4)](_0xcad32d,-0x1)?(_0x5af104[_0x1d49f8(0x1c4)](_0xcad32d,0x1),logger[_0x1d49f8(0x309)](_0x1d49f8(0x28f)+_0x1cda1f+_0x1d49f8(0x291)+_0x310450+_0x1d49f8(0x200)+_0x5af104[_0x1d49f8(0x240)]),_0x4d3873[_0x1d49f8(0x202)](_0x5af104[_0x1d49f8(0x240)],0x0)&&this[_0x1d49f8(0x255)]['delete'](_0x1cda1f)):logger[_0x1d49f8(0x309)]('[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier='+_0x1cda1f+_0x1d49f8(0x291)+_0x310450);}}[a71_0x5b644d(0x1de)](_0x305c93){const _0x4fac7f=a71_0x5b644d,_0x324b74={};_0x324b74[_0x4fac7f(0x24a)]=function(_0x3c06b8,_0x4632bc){return _0x3c06b8>_0x4632bc;},_0x324b74['DCsuP']=function(_0x228620,_0x2f3492){return _0x228620-_0x2f3492;};const _0x2dbd3f=_0x324b74;if(!_0x305c93)return null;if(this['activeHooks'][_0x4fac7f(0x1b0)](_0x305c93)){const _0x390e64=this[_0x4fac7f(0x255)][_0x4fac7f(0x2e1)](_0x305c93);if(_0x2dbd3f['RGZmc'](_0x390e64[_0x4fac7f(0x240)],0x0)){const _0x41533c=_0x390e64[_0x2dbd3f[_0x4fac7f(0x263)](_0x390e64[_0x4fac7f(0x240)],0x1)];return logger[_0x4fac7f(0x309)]('[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier='+_0x305c93+_0x4fac7f(0x291)+_0x41533c['hookUUID']+',\x20hookType='+_0x41533c[_0x4fac7f(0x329)]),_0x41533c;}}return null;}async[a71_0x5b644d(0x27b)](_0x32d347,_0x5bdea4,_0xf33817={}){const _0xb899b8=a71_0x5b644d,_0x5278c6={};_0x5278c6['lHnOp']=_0xb899b8(0x2e0),_0x5278c6['XiuDV']=function(_0x2a9bec,_0x2ca992){return _0x2a9bec===_0x2ca992;},_0x5278c6[_0xb899b8(0x2e7)]=function(_0x26947c,_0x4e6fd5){return _0x26947c||_0x4e6fd5;},_0x5278c6[_0xb899b8(0x290)]=_0xb899b8(0x2ee),_0x5278c6[_0xb899b8(0x28e)]=function(_0x18b5c,_0x13e197){return _0x18b5c===_0x13e197;};const _0x1244e8=_0x5278c6;logger[_0xb899b8(0x309)]('[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState='+_0x32d347+_0xb899b8(0x238)+_0x5bdea4+',\x20argsKeys='+Object[_0xb899b8(0x289)](_0xf33817)[_0xb899b8(0x273)](',')),await super[_0xb899b8(0x27b)](_0x32d347,_0x5bdea4,_0xf33817);const _0x5f10aa=this[_0xb899b8(0x1f1)](_0x32d347,_0x5bdea4,_0xf33817);if(!_0x5f10aa){logger[_0xb899b8(0x309)](_0x1244e8[_0xb899b8(0x1ce)]);return;}try{let _0x28ace7,_0x509807,_0x1c6c03;switch(_0x32d347){case TestFrameworkState[_0xb899b8(0x2b7)]:_0x28ace7=_0xf33817[_0xb899b8(0x283)];const _0x391992={};_0x391992[_0xb899b8(0x1f0)]=0x2,_0x391992[_0xb899b8(0x1bf)]=0x3,logger[_0xb899b8(0x309)](_0xb899b8(0x2fb)+_0x5bdea4+_0xb899b8(0x1ec)+util[_0xb899b8(0x2a3)](_0x28ace7,_0x391992)),_0x1c6c03=this[_0xb899b8(0x1ba)](_0x28ace7),_0x509807=null,logger['debug'](_0xb899b8(0x257)+_0x1c6c03+'\x20(testIdentifier)');if(_0x1244e8['XiuDV'](_0x5bdea4,HookState[_0xb899b8(0x2d7)])){logger[_0xb899b8(0x309)](_0xb899b8(0x260)+_0x1c6c03);const _0x334a2e={};_0x334a2e[_0xb899b8(0x209)]=_0x509807,_0x334a2e[_0xb899b8(0x235)]=_0x28ace7,_0x334a2e[_0xb899b8(0x2fe)]=_0x1c6c03;const _0x91bc9c=this[_0xb899b8(0x259)](_0x334a2e),_0x8a3a96={};_0x8a3a96['depth']=0x2,_0x8a3a96['maxArrayLength']=0x3,logger[_0xb899b8(0x309)](_0xb899b8(0x22c)+util['inspect'](_0x91bc9c,_0x8a3a96)),_0x5f10aa[_0xb899b8(0x31e)](_0x91bc9c),logger['debug'](_0xb899b8(0x1e5)+_0x1c6c03),await this['processPendingHooks'](_0x5f10aa,_0x1c6c03);}else{if(_0x1244e8[_0xb899b8(0x207)](_0x5bdea4,HookState[_0xb899b8(0x2e9)])){logger[_0xb899b8(0x309)](_0xb899b8(0x316)+_0x1c6c03);const _0x1f668b=_0x5f10aa['getAllData']()[_0xb899b8(0x2e1)](_0x1c6c03);logger[_0xb899b8(0x309)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20'+util[_0xb899b8(0x2a3)](Object[_0xb899b8(0x289)](_0x1244e8['OKvLX'](_0x1f668b,{}))));_0x1f668b&&_0x1f668b[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]?logger[_0xb899b8(0x309)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20'+Object[_0xb899b8(0x289)](_0x1f668b[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']])[_0xb899b8(0x240)]+_0xb899b8(0x2f8)):logger[_0xb899b8(0x309)](_0x1244e8[_0xb899b8(0x290)]);const _0x5396a5=_0xf33817[_0xb899b8(0x227)]||null,_0x309657={};_0x309657['testUUID']=_0x509807,_0x309657['testData']=_0x28ace7,_0x309657['testId']=_0x1c6c03,_0x309657[_0xb899b8(0x227)]=_0x5396a5;const _0x3e2dae=this[_0xb899b8(0x24d)](_0x309657),_0x1b5862={};_0x1b5862[_0xb899b8(0x1f0)]=0x2,_0x1b5862[_0xb899b8(0x1bf)]=0x3,logger[_0xb899b8(0x309)](_0xb899b8(0x2ff)+util[_0xb899b8(0x2a3)](_0x3e2dae,_0x1b5862)),_0x5f10aa[_0xb899b8(0x31e)](_0x3e2dae),logger[_0xb899b8(0x309)](_0xb899b8(0x23e)+_0x1c6c03),await this[_0xb899b8(0x2e6)](_0x5f10aa,_0x1c6c03);}}break;case TestFrameworkState['LOG_REPORT']:if(_0x1244e8[_0xb899b8(0x28e)](_0x5bdea4,HookState[_0xb899b8(0x2e9)])){const _0x2f2e5b={};_0x2f2e5b[_0xb899b8(0x1f0)]=0x2,logger[_0xb899b8(0x309)](_0xb899b8(0x2e3)+util[_0xb899b8(0x2a3)](_0xf33817,_0x2f2e5b)),await this[_0xb899b8(0x21e)](_0x5f10aa,_0x32d347,_0xf33817);}break;default:if(CLIUtils[_0xb899b8(0x1ee)](_0x32d347[_0xb899b8(0x2b4)]()[_0xb899b8(0x32c)]('.')[0x1])){const _0x112729={};_0x112729[_0xb899b8(0x1f0)]=0x2,_0x112729['maxArrayLength']=0x3,logger['debug'](_0xb899b8(0x2d4)+_0x32d347+',\x20hookState='+_0x5bdea4+_0xb899b8(0x2ac)+util[_0xb899b8(0x2a3)](_0xf33817[_0xb899b8(0x2c7)],_0x112729));const _0x38e6fa=await this['trackHookEvent'](_0x5f10aa,_0x32d347,_0x5bdea4,_0xf33817),_0x2acb0e={};_0x2acb0e[_0xb899b8(0x1f0)]=0x2,_0x2acb0e[_0xb899b8(0x1bf)]=0x3,logger[_0xb899b8(0x309)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20'+util['inspect'](_0x38e6fa,_0x2acb0e)),_0x5f10aa['addMultipleEntries'](_0x38e6fa);}else logger[_0xb899b8(0x309)](_0xb899b8(0x2c0)+_0x32d347+_0xb899b8(0x2cf)+_0x5bdea4);break;}logger[_0xb899b8(0x309)](_0xb899b8(0x25f)+_0x32d347+_0xb899b8(0x238)+_0x5bdea4);}catch(_0x3e8b7f){logger[_0xb899b8(0x1be)]('[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState='+_0x32d347+',\x20hookState='+_0x5bdea4+_0xb899b8(0x1f9)+util[_0xb899b8(0x25d)](_0x3e8b7f));}_0xf33817['instance']=_0x5f10aa,await this[_0xb899b8(0x320)](_0x5f10aa,_0x32d347,_0x5bdea4,_0xf33817);}['getJestTestIdentifier'](_0x53671b){const _0x2fb462=a71_0x5b644d,_0x2ee9a1={};_0x2ee9a1[_0x2fb462(0x276)]=_0x2fb462(0x295);const _0x22f24d=_0x2ee9a1;if(_0x53671b&&(_0x53671b['id']||_0x53671b[_0x2fb462(0x2a0)])){const _0x35f6a2=_0x53671b['id']||_0x53671b[_0x2fb462(0x2a0)];return logger['debug'](_0x2fb462(0x1ef)+_0x35f6a2+_0x2fb462(0x1ae)),_0x35f6a2;}return logger[_0x2fb462(0x309)](_0x22f24d['nCNMo']),process[_0x2fb462(0x231)]+_0x2fb462(0x1c5);}[a71_0x5b644d(0x1f1)](_0x55af38,_0x4e0c58,_0x204a52={}){const _0x25110b=a71_0x5b644d;let _0x1e3cc8=null;return _0x1e3cc8=TestFramework[_0x25110b(0x2dc)](),!_0x1e3cc8?(logger[_0x25110b(0x309)](_0x25110b(0x1cc)+_0x55af38),this[_0x25110b(0x1a9)](_0x55af38,_0x204a52),_0x1e3cc8=TestFramework[_0x25110b(0x2dc)](),logger[_0x25110b(0x309)]('[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists='+!!_0x1e3cc8+_0x25110b(0x1fb)+_0x1e3cc8?.[_0x25110b(0x20a)]()?.[_0x25110b(0x221)]())):logger[_0x25110b(0x309)]('[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId='+_0x1e3cc8[_0x25110b(0x20a)]()?.['getId']()),_0x1e3cc8;}['trackJestInstance'](_0x2aa334,_0x335a6f){const _0x4d1527=a71_0x5b644d,_0x1b1430={};_0x1b1430[_0x4d1527(0x2db)]='trackJestInstance:\x20instance\x20already\x20exists';const _0xd42eca=_0x1b1430;if(TestFramework[_0x4d1527(0x2dc)]()){logger[_0x4d1527(0x309)](_0xd42eca[_0x4d1527(0x2db)]);return;}const _0x1066c5=CLIUtils[_0x4d1527(0x237)](),_0x4551a6=TrackedInstance[_0x4d1527(0x26d)](_0x1066c5);let _0x6825d8=null;logger[_0x4d1527(0x309)](_0x4d1527(0x26b)+_0x1066c5+_0x4d1527(0x26e)+_0x2aa334),_0x6825d8=new TestFrameworkInstance(_0x4551a6,this[_0x4d1527(0x236)](),this[_0x4d1527(0x1d6)](),_0x2aa334,HookState[_0x4d1527(0x23d)]),TestFramework['setTrackedInstance'](_0x4551a6,_0x6825d8),logger[_0x4d1527(0x309)](_0x4d1527(0x243)+_0x4551a6[_0x4d1527(0x221)]()+',\x20target='+_0x1066c5+_0x4d1527(0x30a)+this[_0x4d1527(0x236)]()[0x0]+_0x4d1527(0x250)+this[_0x4d1527(0x1d6)]()[this['getTestFrameworks']()[0x0]]);}[a71_0x5b644d(0x259)](_0x38cd14){const _0xc21793=a71_0x5b644d,_0x130a5d={};_0x130a5d[_0xc21793(0x2b8)]=function(_0x11225d,_0x9bbe57){return _0x11225d||_0x9bbe57;},_0x130a5d[_0xc21793(0x2c5)]=_0xc21793(0x279);const _0x57175a=_0x130a5d,{testUUID:_0x4be4cb,testData:_0x822d66,testId:_0x4afb33}=_0x38cd14;if(_0x57175a[_0xc21793(0x2b8)](!_0x822d66,!_0x4afb33))return logger[_0xc21793(0x309)](_0x57175a['yIEgP']),{};const _0x4ae8ec=this[_0xc21793(0x236)]()[0x0],_0x3a0574=this['getTestFrameworksVersions'](),_0xf5359={};_0xf5359[_0xc21793(0x1f0)]=0x2,_0xf5359['maxArrayLength']=0x3,logger[_0xc21793(0x309)](_0xc21793(0x21b)+util[_0xc21793(0x2a3)](_0x822d66,_0xf5359));const _0x1f9385=_0x822d66?.[_0xc21793(0x1e1)]||[],_0x4ba3e0=this[_0xc21793(0x2d0)](_0x822d66),_0xfd0a27=this[_0xc21793(0x232)](_0x822d66),_0x2d8029=_0x822d66['fn']?_0x822d66['fn']['toString']():null,_0x3e2334={[TestFrameworkConstants[_0xc21793(0x27f)]]:_0x4ae8ec,[TestFrameworkConstants[_0xc21793(0x27d)]]:_0x3a0574[_0x4ae8ec],[TestFrameworkConstants[_0xc21793(0x2c3)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants[_0xc21793(0x27c)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0xc21793(0x248)],[TestFrameworkConstants[_0xc21793(0x2f0)]]:_0x4ba3e0,[TestFrameworkConstants[_0xc21793(0x31d)]]:_0xfd0a27,[TestFrameworkConstants[_0xc21793(0x2c4)]]:_0x4afb33,[TestFrameworkConstants[_0xc21793(0x2b5)]]:_0x4ba3e0,[TestFrameworkConstants[_0xc21793(0x1e7)]]:_0xfd0a27,[TestFrameworkConstants[_0xc21793(0x1e0)]]:_0x2d8029,[TestFrameworkConstants[_0xc21793(0x2ea)]]:[],[TestFrameworkConstants[_0xc21793(0x21f)]]:_0x822d66[_0xc21793(0x2a9)]||new Date()[_0xc21793(0x1b2)](),[TestFrameworkConstants[_0xc21793(0x288)]]:_0x1f9385[0x0]||'',[TestFrameworkConstants[_0xc21793(0x2b3)]]:_0x1f9385,[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x4ba3e0,[TestFrameworkConstants[_0xc21793(0x24e)]]:{},[TestFrameworkConstants['KEY_TEST_META']]:{}};_0x822d66['retryOf']&&(_0x3e2334[TestFrameworkConstants[_0xc21793(0x321)]]=_0x822d66[_0xc21793(0x26c)]);logger[_0xc21793(0x309)](_0xc21793(0x2bc)+_0x4ba3e0+',\x20testId='+_0x4afb33+_0xc21793(0x266)+util['inspect'](_0x1f9385)+_0xc21793(0x2a7)+_0xfd0a27);const _0x1c62df={};return _0x1c62df[_0x4afb33]=_0x3e2334,_0x1c62df;}['parseJestTestResult'](_0x303183){const _0x3b5ab7=a71_0x5b644d,_0x5c759a={'iaDte':function(_0x2f399b,_0x41795e){return _0x2f399b===_0x41795e;},'xEFOX':'afterAll','EfYew':_0x3b5ab7(0x305),'tatYG':_0x3b5ab7(0x1ab),'wfoWn':_0x3b5ab7(0x271),'KiJdv':function(_0x1f13c4,_0x44ab0b){return _0x1f13c4||_0x44ab0b;},'pRhOC':_0x3b5ab7(0x1bb),'DMGuB':'unknown','sBDAj':function(_0x12336e,_0x18499c){return _0x12336e>_0x18499c;},'RtguX':'failed','rxsaV':function(_0x11edb4,_0x88b9d0){return _0x11edb4===_0x88b9d0;},'eHLPt':_0x3b5ab7(0x212),'HVQMy':'skipped','irnMk':_0x3b5ab7(0x300),'anvbl':function(_0x14ddbe,_0x1d7b94){return _0x14ddbe===_0x1d7b94;},'QGnkY':function(_0x487daa,_0x299326){return _0x487daa!==_0x299326;},'MuxQS':function(_0x4b8f47,_0x189cf4,_0x103f6a,_0x4df6f1){return _0x4b8f47(_0x189cf4,_0x103f6a,_0x4df6f1);},'EcwaV':function(_0x36fc39,_0x581493){return _0x36fc39>_0x581493;},'yKVkH':_0x3b5ab7(0x2d6)},{testUUID:_0x45df6d,testData:_0x2eefd6,testId:_0x26fb73}=_0x303183;if(_0x5c759a[_0x3b5ab7(0x1f8)](!_0x2eefd6,!_0x26fb73))return logger[_0x3b5ab7(0x309)](_0x5c759a['pRhOC']),{};const _0x48df49=this[_0x3b5ab7(0x1f1)](TestFrameworkState[_0x3b5ab7(0x2b7)],HookState[_0x3b5ab7(0x2e9)]),_0x5a59b7=_0x48df49['getAllData']()[_0x3b5ab7(0x2e1)](_0x26fb73),_0x17fcdf=_0x5c759a['KiJdv'](_0x5a59b7,{}),_0x22e767=_0x17fcdf?_0x17fcdf[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{},_0x34816f=_0x17fcdf[TestFrameworkConstants[_0x3b5ab7(0x2af)]];logger[_0x3b5ab7(0x309)]('[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20'+(_0x34816f?Object[_0x3b5ab7(0x289)](_0x34816f)[_0x3b5ab7(0x240)]:0x0)+_0x3b5ab7(0x1d3));let _0x10e5f0=_0x5c759a[_0x3b5ab7(0x304)];if(_0x2eefd6['result'])_0x10e5f0=_0x2eefd6[_0x3b5ab7(0x1a8)];else{if(_0x2eefd6[_0x3b5ab7(0x230)]&&_0x5c759a[_0x3b5ab7(0x1e9)](_0x2eefd6['errorsDetailed']['length'],0x0))_0x10e5f0=_0x5c759a['RtguX'];else _0x5c759a[_0x3b5ab7(0x217)](_0x2eefd6['status'],_0x5c759a[_0x3b5ab7(0x2cd)])||_0x5c759a[_0x3b5ab7(0x1e6)](_0x2eefd6[_0x3b5ab7(0x318)],_0x5c759a[_0x3b5ab7(0x313)])?_0x10e5f0=_0x5c759a[_0x3b5ab7(0x313)]:_0x10e5f0=_0x5c759a[_0x3b5ab7(0x201)];}const _0x1523ff={..._0x17fcdf,[TestFrameworkConstants[_0x3b5ab7(0x2d9)]]:_0x10e5f0,[TestFrameworkConstants[_0x3b5ab7(0x22e)]]:_0x2eefd6['finished_at']||new Date()['toISOString'](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()['toISOString'](),[TestFrameworkConstants[_0x3b5ab7(0x24e)]]:_0x22e767,[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants[_0x3b5ab7(0x2ec)]]:{}};if(_0x5c759a[_0x3b5ab7(0x1a5)](_0x10e5f0,_0x5c759a[_0x3b5ab7(0x2fc)])&&_0x2eefd6[_0x3b5ab7(0x230)]){const _0x22b859=this[_0x3b5ab7(0x20d)](_0x2eefd6),_0x5315f8=this[_0x3b5ab7(0x1f6)](_0x2eefd6),_0x7afcf2=this[_0x3b5ab7(0x1ca)](_0x2eefd6);_0x1523ff[TestFrameworkConstants[_0x3b5ab7(0x311)]]=_0x5315f8,_0x1523ff[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x22b859,_0x1523ff[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x7afcf2;}_0x5c759a[_0x3b5ab7(0x2eb)](_0x2eefd6['duration'],undefined)&&(_0x1523ff[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x2eefd6['duration']);_0x2eefd6['retryOf']&&(_0x1523ff[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x2eefd6[_0x3b5ab7(0x26c)]);const _0x1daa51=_0x5a59b7?_0x5a59b7[TestFrameworkConstants[_0x3b5ab7(0x2af)]]||{}:{},_0x377cdd=_0x5a59b7?_0x5a59b7[TestFrameworkConstants[_0x3b5ab7(0x326)]]:_0x45df6d,_0x4b52d8=_0x5c759a[_0x3b5ab7(0x29a)](getManualUploadLogs,_0x1daa51,_0x377cdd,_0x26fb73);if(_0x5c759a[_0x3b5ab7(0x2e8)](_0x4b52d8[_0x3b5ab7(0x240)],0x0)){const _0x379e58=_0x1523ff[TestFrameworkConstants[_0x3b5ab7(0x1fd)]]||[];_0x1523ff[TestFrameworkConstants['KEY_LOGS']]=[..._0x379e58,..._0x4b52d8];}const _0xea47db=_0x17fcdf[TestFrameworkConstants[_0x3b5ab7(0x308)]]||{},_0x1c1c4c=_0x17fcdf[TestFrameworkConstants['KEY_HOOKS_STARTED']]||{},_0x3f1d24={..._0xea47db},_0x21b33c=_0x3f1d24;Object[_0x3b5ab7(0x289)](_0x1c1c4c)[_0x3b5ab7(0x24f)](_0x3f8866=>{const _0x5f05d3=_0x3b5ab7;!_0x21b33c[_0x3f8866]&&(_0x21b33c[_0x3f8866]=[]);const _0x19764d=new Set((_0x21b33c[_0x3f8866]||[])[_0x5f05d3(0x2d3)](_0x502115=>_0x502115[TestFrameworkConstants[_0x5f05d3(0x1af)]]||_0x502115[_0x5f05d3(0x254)]));(_0x1c1c4c[_0x3f8866]||[])[_0x5f05d3(0x24f)](_0x1384e3=>{const _0x48a48e=_0x5f05d3,_0x3618f1=_0x1384e3[TestFrameworkConstants['KEY_HOOK_ID']]||_0x1384e3[_0x48a48e(0x254)];if(!_0x19764d[_0x48a48e(0x1b0)](_0x3618f1)){const _0x19b690={..._0x1384e3},_0x355cdb=_0x19b690;!_0x355cdb[TestFrameworkConstants[_0x48a48e(0x226)]]&&!_0x355cdb[_0x48a48e(0x216)]&&(_0x355cdb[TestFrameworkConstants[_0x48a48e(0x226)]]=new Date()[_0x48a48e(0x1b2)]()),!_0x355cdb[TestFrameworkConstants['KEY_HOOK_RESULT']]&&!_0x355cdb[_0x48a48e(0x32a)]&&(_0x355cdb[TestFrameworkConstants[_0x48a48e(0x1ac)]]=TestFrameworkConstants['DEFAULT_HOOK_RESULT']),_0x21b33c[_0x3f8866][_0x48a48e(0x2cb)](_0x355cdb);}});});if(_0x303183['originalTest']){this[_0x3b5ab7(0x1ad)](_0x303183[_0x3b5ab7(0x227)]);const _0x3bff7e=this['buildHookMapFromTest'](_0x303183[_0x3b5ab7(0x227)]),_0x1a82d2=this[_0x3b5ab7(0x29e)](_0x303183[_0x3b5ab7(0x227)]);_0x1a82d2[_0x3b5ab7(0x24f)](_0xa14904=>{const _0x374c0f=_0x3b5ab7,_0x5952e5=_0x3bff7e[_0x374c0f(0x2e1)](_0xa14904);if(_0x5952e5&&(_0x5c759a[_0x374c0f(0x1e6)](_0x5952e5[_0x374c0f(0x30b)],_0x5c759a[_0x374c0f(0x22b)])||_0x5c759a[_0x374c0f(0x1e6)](_0x5952e5[_0x374c0f(0x30b)],_0x5c759a[_0x374c0f(0x2bb)]))){const _0x276b60=_0x5952e5[_0x374c0f(0x30b)][_0x374c0f(0x1e8)]()[_0x374c0f(0x297)](_0x5c759a[_0x374c0f(0x303)],_0x5c759a[_0x374c0f(0x298)]),_0x251074=_0x276b60;!_0x21b33c[_0x251074]&&(_0x21b33c[_0x251074]=[]);const _0x4f4fa3=_0x21b33c[_0x251074][_0x374c0f(0x204)](_0x40e96e=>(_0x40e96e[TestFrameworkConstants[_0x374c0f(0x1af)]]||_0x40e96e[_0x374c0f(0x254)])===_0xa14904);!_0x4f4fa3&&_0x21b33c[_0x251074][_0x374c0f(0x2cb)]({'key':_0x251074,[TestFrameworkConstants[_0x374c0f(0x1af)]]:_0xa14904,[TestFrameworkConstants[_0x374c0f(0x1ac)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:new Date()[_0x374c0f(0x1b2)](),[TestFrameworkConstants[_0x374c0f(0x226)]]:new Date()[_0x374c0f(0x1b2)](),[TestFrameworkConstants[_0x374c0f(0x211)]]:[],[TestFrameworkConstants[_0x374c0f(0x2e4)]]:_0x5952e5['name']||_0x5952e5[_0x374c0f(0x30b)]+_0x374c0f(0x1e2),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x22e767});}});}if(_0x2eefd6[_0x3b5ab7(0x25b)]&&_0x5c759a[_0x3b5ab7(0x1e9)](_0x2eefd6[_0x3b5ab7(0x25b)][_0x3b5ab7(0x240)],0x0))_0x1523ff[TestFrameworkConstants[_0x3b5ab7(0x308)]]=_0x2eefd6[_0x3b5ab7(0x25b)],logger['debug'](_0x5c759a[_0x3b5ab7(0x2c6)]);else _0x5c759a['EcwaV'](Object[_0x3b5ab7(0x289)](_0x21b33c)[_0x3b5ab7(0x240)],0x0)&&(_0x1523ff[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x21b33c,logger[_0x3b5ab7(0x309)](_0x3b5ab7(0x1fa)+Object[_0x3b5ab7(0x289)](_0x21b33c)['join'](',')));const _0x6f109f=this['getJestTestName'](_0x2eefd6);logger[_0x3b5ab7(0x309)](_0x3b5ab7(0x2ae)+_0x6f109f+_0x3b5ab7(0x2ce)+_0x26fb73+_0x3b5ab7(0x1b6)+_0x10e5f0+_0x3b5ab7(0x1dc)+_0x2eefd6[_0x3b5ab7(0x2d8)]);_0x5c759a[_0x3b5ab7(0x1e6)](_0x10e5f0,_0x5c759a[_0x3b5ab7(0x2fc)])&&logger[_0x3b5ab7(0x309)](_0x3b5ab7(0x23a)+_0x26fb73+',\x20failureType='+_0x1523ff[TestFrameworkConstants[_0x3b5ab7(0x311)]]+_0x3b5ab7(0x246)+_0x1523ff[TestFrameworkConstants[_0x3b5ab7(0x282)]]?.[_0x3b5ab7(0x32b)](0x0,0xc8));const _0x23dc1d={};return _0x23dc1d[_0x26fb73]=_0x1523ff,_0x23dc1d;}[a71_0x5b644d(0x29c)](_0x585b3c){const _0x216d3f=a71_0x5b644d,_0x2e53a9={};_0x2e53a9[_0x216d3f(0x327)]=function(_0x52550c,_0x31ef79){return _0x52550c!==_0x31ef79;},_0x2e53a9[_0x216d3f(0x1df)]=_0x216d3f(0x1c2);const _0x46fac1=_0x2e53a9,_0x2f7b62={};_0x2f7b62[_0x216d3f(0x1f0)]=0x2,_0x2f7b62[_0x216d3f(0x1bf)]=0x3,logger[_0x216d3f(0x309)]('[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20'+util[_0x216d3f(0x2a3)](_0x585b3c,_0x2f7b62));const _0x2468ec=[];if(_0x585b3c&&_0x585b3c[_0x216d3f(0x21d)]){let _0x1afeed=_0x585b3c[_0x216d3f(0x21d)];while(_0x1afeed&&_0x1afeed[_0x216d3f(0x206)]&&_0x46fac1['YMzqS'](_0x1afeed[_0x216d3f(0x206)],'')&&_0x46fac1[_0x216d3f(0x327)](_0x1afeed[_0x216d3f(0x206)],_0x46fac1[_0x216d3f(0x1df)])){_0x2468ec[_0x216d3f(0x2cb)](_0x1afeed['name']),_0x1afeed=_0x1afeed[_0x216d3f(0x21d)];}}return _0x2468ec[_0x216d3f(0x21c)]();}[a71_0x5b644d(0x2d0)](_0x7b601c){const _0x310d9c=a71_0x5b644d,_0x271db3={};_0x271db3[_0x310d9c(0x277)]=_0x310d9c(0x2bd);const _0x355c8d=_0x271db3;if(_0x7b601c[_0x310d9c(0x206)])return _0x7b601c[_0x310d9c(0x206)];if(_0x7b601c[_0x310d9c(0x249)])return _0x7b601c['title'];return _0x355c8d['QlSHv'];}[a71_0x5b644d(0x232)](_0x51d548){const _0x3d1e0e=a71_0x5b644d,_0x17b528={'fzhjn':function(_0x6297ad,_0x50b6ac){return _0x6297ad(_0x50b6ac);},'QJhSj':_0x3d1e0e(0x2aa)};if(_0x51d548[_0x3d1e0e(0x239)])return _0x51d548[_0x3d1e0e(0x239)];if(_0x51d548['asyncError']){const _0x14b4dc=_0x17b528[_0x3d1e0e(0x262)](require,_0x17b528[_0x3d1e0e(0x2a4)]);try{const _0x256972=_0x14b4dc[_0x3d1e0e(0x244)](_0x51d548[_0x3d1e0e(0x2a8)]);if(_0x256972[0x0]&&_0x256972[0x0][_0x3d1e0e(0x20b)])return _0x256972[0x0][_0x3d1e0e(0x20b)]();}catch(_0xb68ddf){logger['debug']('Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20'+util[_0x3d1e0e(0x25d)](_0xb68ddf));}}return null;}['getJestFailureReason'](_0x396527){const _0x3a36ff=a71_0x5b644d,_0x1d2031={};_0x1d2031[_0x3a36ff(0x2da)]=function(_0x177514,_0x15a5d4){return _0x177514>_0x15a5d4;},_0x1d2031['fwUVz']=_0x3a36ff(0x1c3);const _0x45ccee=_0x1d2031;if(_0x396527['errorsDetailed']&&_0x45ccee[_0x3a36ff(0x2da)](_0x396527[_0x3a36ff(0x230)][_0x3a36ff(0x240)],0x0))return util[_0x3a36ff(0x2a3)](_0x396527[_0x3a36ff(0x230)][0x0]);if(_0x396527[_0x3a36ff(0x296)])return _0x396527[_0x3a36ff(0x296)];return _0x45ccee['fwUVz'];}['getJestFailureType'](_0xcf9bf4){const _0x4654d6=a71_0x5b644d,_0x47c223={};_0x47c223[_0x4654d6(0x25e)]='Assert',_0x47c223['mMVZZ']=_0x4654d6(0x2ca),_0x47c223[_0x4654d6(0x25c)]=_0x4654d6(0x210);const _0xb5fde9=_0x47c223,_0x539512=this[_0x4654d6(0x20d)](_0xcf9bf4);if(_0x539512&&_0x539512[_0x4654d6(0x1ff)](_0xb5fde9[_0x4654d6(0x25e)]))return _0xb5fde9[_0x4654d6(0x2f7)];return _0xb5fde9[_0x4654d6(0x25c)];}[a71_0x5b644d(0x1ca)](_0x51db89){const _0x57a432=a71_0x5b644d,_0x76ffef={'SIyQI':function(_0x411f93,_0x2a47b3){return _0x411f93(_0x2a47b3);},'EgOFd':_0x57a432(0x1fe),'COIyF':function(_0x4d1e66,_0x5796f3){return _0x4d1e66!==_0x5796f3;},'qPJLm':_0x57a432(0x283)},{failureData:_0x379342}=_0x76ffef[_0x57a432(0x222)](require,_0x76ffef[_0x57a432(0x29b)]),_0x2494e2=[];return _0x76ffef[_0x57a432(0x256)](_0x51db89['errorsDetailed'],undefined)&&_0x2494e2[_0x57a432(0x2cb)](_0x51db89[_0x57a432(0x230)],_0x76ffef[_0x57a432(0x1b7)]),_0x379342[_0x57a432(0x293)](null,_0x2494e2);}async['trackHookEvent'](_0x2e208d,_0x3f3d6f,_0x67fa58,_0x1f0a62){const _0x531ba3=a71_0x5b644d,_0x4cd894={'jFYRj':_0x531ba3(0x2ef),'LTeZn':function(_0x110b62){return _0x110b62();},'vPkOy':function(_0x3de4f3,_0x2e1019){return _0x3de4f3 in _0x2e1019;},'dMtoZ':function(_0x1d039b,_0x1063c6){return _0x1d039b in _0x1063c6;},'KqCgj':function(_0x527d1e,_0x53cd84){return _0x527d1e===_0x53cd84;},'tLsaA':function(_0x5aed1f,_0x1f2c11){return _0x5aed1f>_0x1f2c11;},'PWSGS':_0x531ba3(0x2b2),'uZiyY':_0x531ba3(0x300),'eQIoK':function(_0x1fa2f,_0x2699c2){return _0x1fa2f>_0x2699c2;},'BusdW':function(_0x53c091,_0xf8a45b){return _0x53c091===_0xf8a45b;},'qLWhm':function(_0x1568f9,_0x5ad71b){return _0x1568f9!==_0x5ad71b;}},{hookData:_0x12e786}=_0x1f0a62,_0x4e0942=_0x67fa58['toString'](),_0x174c48=_0x3f3d6f['toString'](),_0x2a2ce2={};_0x2a2ce2[_0x531ba3(0x1f0)]=0x2,_0x2a2ce2[_0x531ba3(0x1bf)]=0x3,logger[_0x531ba3(0x309)](_0x531ba3(0x1d0)+_0x174c48+_0x531ba3(0x238)+_0x4e0942+_0x531ba3(0x2ac)+util[_0x531ba3(0x2a3)](_0x12e786,_0x2a2ce2));if(!_0x12e786)return logger['debug'](_0x4cd894['jFYRj']),{};const _0x374fc7=_0x12e786['uuid']||_0x12e786[_0x531ba3(0x274)]||_0x4cd894[_0x531ba3(0x214)](uuidv4),_0x451d13=_0x12e786[_0x531ba3(0x2ad)]||this['getJestTestIdentifier'](_0x12e786),_0xe95041=_0x3f3d6f[_0x531ba3(0x2b4)]()[_0x531ba3(0x32c)]('.')[0x1],_0x4bc28b=_0x2e208d[_0x531ba3(0x1aa)]()[_0x531ba3(0x2e1)](_0x451d13),_0x9c980f=_0x4bc28b?_0x4bc28b[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{};logger[_0x531ba3(0x309)]('[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId='+_0x374fc7+_0x531ba3(0x2ce)+_0x451d13+_0x531ba3(0x241)+_0xe95041+_0x531ba3(0x238)+_0x4e0942);if(!_0x4bc28b)return logger[_0x531ba3(0x309)](_0x531ba3(0x258)+_0x451d13+_0x531ba3(0x322)),this['storePendingHook'](_0x2e208d,_0x451d13,_0x3f3d6f,_0x67fa58,_0x1f0a62),{};let _0x5cd4a8=_0x4bc28b[TestFrameworkConstants[_0x531ba3(0x27c)]];!_0x5cd4a8&&(_0x5cd4a8={});!_0x4cd894[_0x531ba3(0x270)](_0xe95041,_0x5cd4a8)&&(_0x5cd4a8[_0xe95041]=[]);let _0x3380f9=_0x4bc28b[TestFrameworkConstants['KEY_HOOKS_FINISHED']];!_0x3380f9&&(_0x3380f9={});!_0x4cd894[_0x531ba3(0x1a6)](_0xe95041,_0x3380f9)&&(_0x3380f9[_0xe95041]=[]);const _0x48514e={[TestFrameworkConstants[_0x531ba3(0x27c)]]:_0x5cd4a8,[TestFrameworkConstants[_0x531ba3(0x308)]]:_0x3380f9},_0x460599={};_0x460599[_0x451d13]=_0x48514e;const _0x1096bf=_0x460599;if(_0x4cd894[_0x531ba3(0x2a6)](_0x67fa58,HookState['PRE'])){const _0x3d7c02={'key':_0xe95041,[TestFrameworkConstants[_0x531ba3(0x1af)]]:_0x374fc7,[TestFrameworkConstants[_0x531ba3(0x1ac)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x531ba3(0x2e2)]]:_0x12e786[_0x531ba3(0x2a9)]||new Date()[_0x531ba3(0x1b2)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x531ba3(0x2e4)]]:_0x12e786[_0x531ba3(0x206)]||_0x12e786['hook_type']||_0xe95041,[TestFrameworkConstants[_0x531ba3(0x24e)]]:_0x9c980f};_0x5cd4a8[_0xe95041]['push'](_0x3d7c02),_0x1096bf[_0x451d13][TestFrameworkConstants[_0x531ba3(0x264)]]=_0xe95041;const _0x1cde2f={};_0x1cde2f[_0x531ba3(0x1f0)]=0x2,logger['debug'](_0x531ba3(0x1db)+_0xe95041+_0x531ba3(0x2ba)+_0x374fc7+_0x531ba3(0x2ce)+_0x451d13+_0x531ba3(0x2b1)+util[_0x531ba3(0x2a3)](_0x3d7c02,_0x1cde2f));}else{if(_0x4cd894['KqCgj'](_0x67fa58,HookState[_0x531ba3(0x2e9)])){const _0x3b64d5=_0x12e786[_0x531ba3(0x1a8)]||(_0x12e786['errorsDetailed']&&_0x4cd894[_0x531ba3(0x229)](_0x12e786[_0x531ba3(0x230)][_0x531ba3(0x240)],0x0)?_0x4cd894[_0x531ba3(0x280)]:_0x4cd894[_0x531ba3(0x247)]),_0x38d181=_0x5cd4a8[_0xe95041]||[];logger[_0x531ba3(0x309)](_0x531ba3(0x1e3)+_0xe95041+',\x20testId='+_0x451d13+_0x531ba3(0x261)+_0x3b64d5+_0x531ba3(0x30f)+_0x38d181[_0x531ba3(0x240)]);if(_0x4cd894[_0x531ba3(0x265)](_0x38d181[_0x531ba3(0x240)],0x0)){const _0x1b4301=_0x38d181[_0x531ba3(0x1d4)]();_0x4cd894[_0x531ba3(0x299)](_0x3b64d5,_0x4cd894[_0x531ba3(0x280)])&&_0x12e786[_0x531ba3(0x230)]?(_0x1b4301[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this[_0x531ba3(0x1f6)](_0x12e786),_0x1b4301[TestFrameworkConstants[_0x531ba3(0x2f6)]]=this[_0x531ba3(0x20d)](_0x12e786),_0x1b4301[TestFrameworkConstants[_0x531ba3(0x1b1)]]=this[_0x531ba3(0x1ca)](_0x12e786),logger[_0x531ba3(0x309)](_0x531ba3(0x269)+_0xe95041+_0x531ba3(0x23b)+_0x1b4301[TestFrameworkConstants[_0x531ba3(0x317)]]+_0x531ba3(0x246)+_0x1b4301[TestFrameworkConstants[_0x531ba3(0x2f6)]]?.[_0x531ba3(0x32b)](0x0,0xc8))):_0x1b4301[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x4cd894[_0x531ba3(0x247)];_0x4cd894[_0x531ba3(0x28b)](_0x3b64d5,TestFrameworkConstants[_0x531ba3(0x324)])&&(_0x1b4301[TestFrameworkConstants[_0x531ba3(0x1ac)]]=_0x3b64d5);_0x1b4301[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x12e786['finished_at']||new Date()[_0x531ba3(0x1b2)](),_0x1b4301[TestFrameworkConstants[_0x531ba3(0x24e)]]=_0x9c980f;const _0x269ddb=_0x1b4301[TestFrameworkConstants['KEY_HOOK_ID']];!_0x3380f9[_0xe95041]&&(_0x3380f9[_0xe95041]=[]);_0x3380f9[_0xe95041]['push'](_0x1b4301),_0x1096bf[_0x451d13][TestFrameworkConstants[_0x531ba3(0x233)]]=_0xe95041;const _0x1df74f={};_0x1df74f['depth']=0x2,logger['debug'](_0x531ba3(0x224)+_0xe95041+',\x20hookId='+_0x269ddb+_0x531ba3(0x261)+_0x3b64d5+_0x531ba3(0x2b1)+util[_0x531ba3(0x2a3)](_0x1b4301,_0x1df74f));}}}const _0x122b45={};return _0x122b45['depth']=0x2,_0x122b45[_0x531ba3(0x1bf)]=0x3,logger['debug'](_0x531ba3(0x1d7)+(_0x12e786['hook_type']||_0xe95041)+',\x20hookId='+_0x374fc7+_0x531ba3(0x2ce)+_0x451d13+_0x531ba3(0x312)+util[_0x531ba3(0x2a3)](_0x1096bf,_0x122b45)),_0x1096bf;}[a71_0x5b644d(0x2f3)](_0x32c0d4){const _0x1ddda8=a71_0x5b644d,_0x30baff={};_0x30baff['gFmbv']=_0x1ddda8(0x2df);const _0x880cbd=_0x30baff;try{const _0x3666c4=_0x32c0d4['test']?this[_0x1ddda8(0x1ba)](_0x32c0d4[_0x1ddda8(0x283)]):_0x32c0d4[_0x1ddda8(0x2c7)][_0x1ddda8(0x2ad)],_0x51f2c9=_0x32c0d4['instance'],_0x493729=_0x51f2c9[_0x1ddda8(0x20a)](),_0x4d3056=_0x51f2c9['getAllData']()[_0x1ddda8(0x2e1)](_0x3666c4);if(!_0x4d3056)return logger['debug'](_0x1ddda8(0x1ea)+_0x3666c4),{};const {[TestFrameworkConstants[_0x1ddda8(0x27f)]]:_0x8d50a5='',[TestFrameworkConstants[_0x1ddda8(0x27d)]]:_0x3e38e2='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x5ea375='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x3196de=''}=_0x4d3056,_0x30d4fb=_0x51f2c9[_0x1ddda8(0x2f9)]()[_0x1ddda8(0x2b4)]()[_0x1ddda8(0x32c)]('.')[0x1],_0x4fbc32=_0x51f2c9['getCurrentHookState']()[_0x1ddda8(0x2b4)]()[_0x1ddda8(0x32c)]('.')[0x1],_0x374b6e=global?.[_0x1ddda8(0x31f)]?.['workerInfo']?.['parallelIndex'],_0x436a39=_0x51f2c9[_0x1ddda8(0x1a4)](),_0x5b9157=Buffer[_0x1ddda8(0x234)](JSON[_0x1ddda8(0x24b)](_0x4d3056))[_0x1ddda8(0x2b4)](_0x880cbd[_0x1ddda8(0x21a)]),_0xa8896a={'hash':_0x493729[_0x1ddda8(0x221)](),'threadId':_0x493729[_0x1ddda8(0x23c)]()[_0x1ddda8(0x2b4)](),'processId':_0x493729[_0x1ddda8(0x292)]()[_0x1ddda8(0x2b4)]()},_0x302559={};_0x302559['platformIndex']=_0x374b6e,_0x302559[_0x1ddda8(0x294)]=_0x8d50a5,_0x302559['testFrameworkVersion']=_0x3e38e2,_0x302559[_0x1ddda8(0x285)]=_0x30d4fb,_0x302559[_0x1ddda8(0x203)]=_0x4fbc32,_0x302559[_0x1ddda8(0x1f4)]=_0x5ea375,_0x302559[_0x1ddda8(0x29f)]=_0x3196de,_0x302559[_0x1ddda8(0x2a0)]=_0x436a39,_0x302559[_0x1ddda8(0x2ed)]=_0x5b9157,_0x302559[_0x1ddda8(0x28d)]=_0xa8896a,_0x302559[_0x1ddda8(0x1b9)]=_0x3666c4;const _0x4783ac=_0x302559;return _0x4783ac;}catch(_0x2984b9){return logger[_0x1ddda8(0x1be)](_0x1ddda8(0x252)+util['format'](_0x2984b9)),{};}}async['sendLogCreatedEvent'](_0x3d83ae,_0x35fed1,_0x3b2f7f){const _0x537e1a=a71_0x5b644d,_0x6eabad={'JMCmV':function(_0x539c66,_0x982854){return _0x539c66+_0x982854;},'FNRMv':'missing','IvFZo':_0x537e1a(0x215),'BDWbk':function(_0x53971d,_0x100f57){return _0x53971d>_0x100f57;},'gQdRc':function(_0x280a1f,_0x3a6ba3,_0x56f957,_0x4cdc8e){return _0x280a1f(_0x3a6ba3,_0x56f957,_0x4cdc8e);},'nDKNr':function(_0x1ad1a0,_0x20cb2e){return _0x1ad1a0-_0x20cb2e;},'dbjzA':function(_0x161e75,_0x11f070){return _0x161e75===_0x11f070;},'ILMUP':function(_0x7c61a3,_0x33ae4b){return _0x7c61a3/_0x33ae4b;},'dyNUr':function(_0x14368a,_0x2124d2){return _0x14368a<_0x2124d2;},'blgPJ':function(_0x1eb2c5,_0xb652ac){return _0x1eb2c5*_0xb652ac;}};try{const _0x5c6b7b=_0x3b2f7f[_0x537e1a(0x209)]||_0x3b2f7f[_0x537e1a(0x2fe)],_0x5159d6=Array[_0x537e1a(0x234)](_0x3d83ae[_0x537e1a(0x1aa)]()[_0x537e1a(0x289)]()),_0x175319=_0x3d83ae['getAllData']()[_0x537e1a(0x2e1)](_0x5c6b7b);if(!_0x175319){logger[_0x537e1a(0x309)](_0x537e1a(0x1d9)+_0x5c6b7b);return;}const {[TestFrameworkConstants[_0x537e1a(0x27f)]]:_0x388f91='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x284245=''}=_0x175319;let _0x36cb0a=[];if(_0x175319&&_0x175319[TestFrameworkConstants[_0x537e1a(0x1fd)]]&&Array[_0x537e1a(0x1ed)](_0x175319[TestFrameworkConstants[_0x537e1a(0x1fd)]])){_0x36cb0a=_0x175319[TestFrameworkConstants[_0x537e1a(0x1fd)]]||[],logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20'+_0x36cb0a[_0x537e1a(0x240)]+_0x537e1a(0x219)+_0x5c6b7b);const _0x1c676b={[TestFrameworkConstants[_0x537e1a(0x1fd)]]:[]},_0x2f3d71={};_0x2f3d71[_0x5c6b7b]=_0x1c676b,_0x3d83ae[_0x537e1a(0x31e)](_0x2f3d71),logger[_0x537e1a(0x309)](_0x537e1a(0x2ab)+_0x5c6b7b);}else logger[_0x537e1a(0x309)](_0x537e1a(0x1bd)+_0x5c6b7b);logger[_0x537e1a(0x309)](_0x537e1a(0x20e)+_0x36cb0a[_0x537e1a(0x240)]+_0x537e1a(0x268)+_0x5c6b7b);const _0x4949f6=_0x36cb0a[_0x537e1a(0x205)](_0xd85355=>_0xd85355[_0x537e1a(0x1cb)]==='TEST_SCREENSHOT');_0x6eabad['BDWbk'](_0x4949f6[_0x537e1a(0x240)],0x0)&&(logger[_0x537e1a(0x309)](_0x537e1a(0x220)+_0x4949f6[_0x537e1a(0x240)]+_0x537e1a(0x1fc)+_0x5c6b7b),_0x4949f6[_0x537e1a(0x24f)]((_0x7a1507,_0x11fa6d)=>{const _0x58d0d8=_0x537e1a;logger[_0x58d0d8(0x309)](_0x58d0d8(0x323)+_0x6eabad[_0x58d0d8(0x272)](_0x11fa6d,0x1)+'/'+_0x4949f6['length']+_0x58d0d8(0x26f)+(_0x7a1507[_0x58d0d8(0x1b9)]||_0x6eabad[_0x58d0d8(0x22f)])+',\x20test_run_uuid='+(_0x7a1507['test_run_uuid']||_0x6eabad[_0x58d0d8(0x22f)])+',\x20hook_run_uuid='+(_0x7a1507['hook_run_uuid']||_0x6eabad[_0x58d0d8(0x314)])+',\x20messageLength='+(_0x7a1507[_0x58d0d8(0x1a3)]?.['length']||0x0));}));const _0x21b855=_0x175319[TestFrameworkConstants[_0x537e1a(0x2af)]]||{},_0x29262f=_0x6eabad[_0x537e1a(0x284)](getMediaArtifactsLogs,_0x21b855,null,_0x5c6b7b),_0x171ff4=(_0x36cb0a||[])[_0x537e1a(0x307)](_0x29262f||[]),_0x536d41=_0x4949f6?.[_0x537e1a(0x240)]||0x0,_0x487bb9=_0x6eabad[_0x537e1a(0x267)](_0x36cb0a?.[_0x537e1a(0x240)]||0x0,_0x536d41);logger['debug'](_0x537e1a(0x1dd)+_0x5c6b7b+_0x537e1a(0x30d)+_0x487bb9+',\x20screenshotLogs:\x20'+_0x536d41+',\x20attachmentLogs:\x20'+(_0x29262f?.[_0x537e1a(0x240)]||0x0)+_0x537e1a(0x208)+_0x171ff4[_0x537e1a(0x240)]);if(!_0x171ff4||_0x6eabad[_0x537e1a(0x1f7)](_0x171ff4[_0x537e1a(0x240)],0x0)){logger['debug'](_0x537e1a(0x1d8)+_0x5c6b7b);return;}const _0x287d73=0x28,_0x5da380=Math[_0x537e1a(0x2cc)](_0x6eabad['ILMUP'](_0x171ff4[_0x537e1a(0x240)],_0x287d73));for(let _0x51a9d2=0x0;_0x6eabad[_0x537e1a(0x2f5)](_0x51a9d2,_0x5da380);_0x51a9d2++){const _0xe95811=_0x6eabad[_0x537e1a(0x301)](_0x51a9d2,_0x287d73),_0x40299d=_0x6eabad['JMCmV'](_0xe95811,_0x287d73),_0x5da54e=_0x171ff4[_0x537e1a(0x28a)](_0xe95811,_0x40299d),_0x5ae094=global?.[_0x537e1a(0x31f)]?.[_0x537e1a(0x31b)]?.[_0x537e1a(0x2f2)]||0x0,_0x4b9b61={'platformIndex':_0x5ae094,'logs':_0x5da54e,'testFrameworkName':_0x388f91,'testFrameworkVersion':_0x284245,'testFrameworkState':_0x35fed1[_0x537e1a(0x2b4)]()[_0x537e1a(0x32c)]('.')[0x1]},_0x40852b={};_0x40852b[_0x537e1a(0x1f0)]=0x3,_0x40852b[_0x537e1a(0x1bf)]=0x5,logger[_0x537e1a(0x309)](_0x537e1a(0x2dd)+_0x6eabad[_0x537e1a(0x272)](_0x51a9d2,0x1)+'/'+_0x5da380+_0x537e1a(0x2b9)+_0x5c6b7b+',\x20logsInBatch:\x20'+_0x5da54e[_0x537e1a(0x240)]+_0x537e1a(0x2d5)+_0x5ae094+_0x537e1a(0x310)+util[_0x537e1a(0x2a3)](_0x4b9b61,_0x40852b));const _0x216770=await GrpcClient['getInstance']()[_0x537e1a(0x28c)](_0x4b9b61);logger[_0x537e1a(0x309)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x6eabad['JMCmV'](_0x51a9d2,0x1)+'/'+_0x5da380+'\x20-\x20testId:\x20'+_0x5c6b7b+_0x537e1a(0x225)+util[_0x537e1a(0x2a3)](_0x216770));}if(_0x29262f&&_0x6eabad[_0x537e1a(0x31a)](_0x29262f[_0x537e1a(0x240)],0x0)&&_0x175319[TestFrameworkConstants[_0x537e1a(0x2af)]]){const _0x284a64={[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{}},_0x389582={};_0x389582[_0x5c6b7b]=_0x284a64,_0x3d83ae[_0x537e1a(0x31e)](_0x389582);}logger[_0x537e1a(0x309)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20'+_0x5c6b7b+_0x537e1a(0x1cf)+_0x5da380);}catch(_0x5daada){logger['error'](_0x537e1a(0x2c9)+(_0x3b2f7f['testUUID']||_0x3b2f7f[_0x537e1a(0x2fe)])+_0x537e1a(0x2de)+util[_0x537e1a(0x25d)](_0x5daada));}}[a71_0x5b644d(0x26a)](_0x436ce3,_0x34c031,_0x4ed8e9,_0x1d6625,_0x33a647){const _0xf53c19=a71_0x5b644d,_0x463eda={};_0x463eda['QILPV']=function(_0x5c91be,_0xde6c37){return _0x5c91be===_0xde6c37;},_0x463eda[_0xf53c19(0x2f1)]=_0xf53c19(0x305);const _0x48023d=_0x463eda,{hookData:_0x231a86}=_0x33a647,_0xf903b9={'testId':_0x34c031,'testFrameworkState':_0x4ed8e9,'hookState':_0x1d6625,'args':_0x33a647,'timestamp':new Date()['toISOString']()};if(_0x48023d['QILPV'](_0x4ed8e9,TestFrameworkState['BEFORE_ALL'])&&_0x231a86){const _0x569d22={};_0x569d22[_0xf53c19(0x22d)]=_0x231a86[_0xf53c19(0x239)]||_0x231a86[_0xf53c19(0x1f5)],_0x569d22[_0xf53c19(0x223)]=_0x231a86['scope']||_0x231a86[_0xf53c19(0x1e1)]&&_0x231a86[_0xf53c19(0x1e1)][0x0]||'',_0x569d22[_0xf53c19(0x329)]=_0x48023d[_0xf53c19(0x2f1)],_0xf903b9[_0xf53c19(0x1b3)]=_0x569d22,logger[_0xf53c19(0x309)](_0xf53c19(0x278)+_0x34c031+_0xf53c19(0x2a5)+_0xf903b9[_0xf53c19(0x1b3)][_0xf53c19(0x22d)]+_0xf53c19(0x1e4)+_0xf903b9['hookMetadata'][_0xf53c19(0x223)]);}_0x436ce3[_0xf53c19(0x1da)](_0x34c031,_0xf903b9),logger[_0xf53c19(0x309)](_0xf53c19(0x281)+_0x34c031+_0xf53c19(0x29d)+_0x4ed8e9+',\x20hookState:\x20'+_0x1d6625);}async[a71_0x5b644d(0x2e6)](_0x328292,_0x21c56e){const _0x3d2280=a71_0x5b644d,_0x3a8911={};_0x3a8911['vTtEp']=function(_0x9cd78d,_0x831fd0){return _0x9cd78d>_0x831fd0;},_0x3a8911[_0x3d2280(0x251)]=_0x3d2280(0x287),_0x3a8911[_0x3d2280(0x306)]=function(_0x428b17,_0x2a52ad){return _0x428b17===_0x2a52ad;},_0x3a8911['DWqyJ']=function(_0x23a067,_0x226e14){return _0x23a067===_0x226e14;},_0x3a8911[_0x3d2280(0x253)]=function(_0x47eb2f,_0x21779a){return _0x47eb2f===_0x21779a;},_0x3a8911[_0x3d2280(0x27e)]='[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook',_0x3a8911['gAjTC']=_0x3d2280(0x1bc);const _0xf3b50=_0x3a8911;if(_0x328292[_0x3d2280(0x23f)](_0x21c56e)){const _0x1230da=_0x328292[_0x3d2280(0x242)](_0x21c56e);logger['debug']('Processing\x20'+_0x1230da[_0x3d2280(0x240)]+_0x3d2280(0x1c9)+_0x21c56e);for(const _0x42ac69 of _0x1230da){try{const _0x25ef03=await this['trackHookEvent'](_0x328292,_0x42ac69[_0x3d2280(0x285)],_0x42ac69[_0x3d2280(0x203)],_0x42ac69['args']);_0x25ef03&&_0xf3b50['vTtEp'](Object[_0x3d2280(0x289)](_0x25ef03)[_0x3d2280(0x240)],0x0)&&_0x328292['addMultipleEntries'](_0x25ef03),await this[_0x3d2280(0x320)](_0x328292,_0x42ac69[_0x3d2280(0x285)],_0x42ac69[_0x3d2280(0x203)],_0x42ac69['args']);}catch(_0x279b42){logger[_0x3d2280(0x1be)](_0x3d2280(0x25a)+_0x21c56e+_0x3d2280(0x2de)+_0x279b42);}}_0x328292[_0x3d2280(0x2f4)](_0x21c56e),logger[_0x3d2280(0x309)](_0x3d2280(0x2a2)+_0x21c56e);}const _0x216214=_0x328292['getAllData']()[_0x3d2280(0x2e1)](_0x21c56e);if(_0x216214){const _0x5f28fe=_0x216214[TestFrameworkConstants[_0x3d2280(0x31d)]]||_0x216214[TestFrameworkConstants[_0x3d2280(0x1e7)]],_0x5708a0=_0x216214[TestFrameworkConstants['KEY_TEST_SCOPE']]||_0x216214[TestFrameworkConstants[_0x3d2280(0x2b3)]]&&_0x216214[TestFrameworkConstants[_0x3d2280(0x2b3)]][0x0]||'';logger['debug'](_0xf3b50[_0x3d2280(0x251)]);const _0x4c7952=_0x328292['getAllPendingHookTestIds']();for(const _0x53bbac of _0x4c7952){if(_0xf3b50[_0x3d2280(0x306)](_0x53bbac,_0x21c56e))continue;if(_0x328292[_0x3d2280(0x23f)](_0x53bbac)){const _0x3ec485=_0x328292[_0x3d2280(0x242)](_0x53bbac);for(const _0x5802d3 of _0x3ec485){if(_0xf3b50['QoEVq'](_0x5802d3[_0x3d2280(0x285)],TestFrameworkState[_0x3d2280(0x2b6)])&&_0x5802d3[_0x3d2280(0x1b3)]){const _0x5431dd=_0x5802d3[_0x3d2280(0x1b3)][_0x3d2280(0x22d)],_0x392e2d=_0x5802d3[_0x3d2280(0x1b3)][_0x3d2280(0x223)];if(_0xf3b50[_0x3d2280(0x2d2)](_0x5431dd,_0x5f28fe)&&_0xf3b50[_0x3d2280(0x253)](_0x392e2d,_0x5708a0)){logger['debug'](_0x3d2280(0x30e)+_0x53bbac+_0x3d2280(0x218)+_0x21c56e+_0x3d2280(0x2a5)+_0x5431dd+_0x3d2280(0x1e4)+_0x392e2d);_0x5802d3['args']&&_0x5802d3[_0x3d2280(0x27a)]['hookData']&&(_0x5802d3[_0x3d2280(0x27a)][_0x3d2280(0x2c7)][_0x3d2280(0x2ad)]=_0x21c56e,logger[_0x3d2280(0x309)](_0x3d2280(0x1c0)+_0x53bbac+'\x20to\x20'+_0x21c56e));try{const _0x58520d=await this[_0x3d2280(0x1c6)](_0x328292,_0x5802d3[_0x3d2280(0x285)],_0x5802d3['hookState'],_0x5802d3[_0x3d2280(0x27a)]);_0x58520d&&_0xf3b50[_0x3d2280(0x319)](Object[_0x3d2280(0x289)](_0x58520d)[_0x3d2280(0x240)],0x0)&&_0x328292[_0x3d2280(0x31e)](_0x58520d);await this[_0x3d2280(0x320)](_0x328292,_0x5802d3[_0x3d2280(0x285)],_0x5802d3[_0x3d2280(0x203)],_0x5802d3[_0x3d2280(0x27a)]);const _0x5942a5=_0x328292[_0x3d2280(0x242)](_0x53bbac)[_0x3d2280(0x205)](_0x63e53c=>_0x63e53c!==_0x5802d3);if(_0xf3b50[_0x3d2280(0x306)](_0x5942a5[_0x3d2280(0x240)],0x0))_0x328292['removePendingHooks'](_0x53bbac);else{_0x328292[_0x3d2280(0x2f4)](_0x53bbac);for(const _0x4446cc of _0x5942a5){_0x328292[_0x3d2280(0x1da)](_0x53bbac,_0x4446cc);}}logger[_0x3d2280(0x309)](_0xf3b50['UrBdb']);}catch(_0x5bec5c){logger[_0x3d2280(0x1be)](_0xf3b50[_0x3d2280(0x20f)]);}}}}}}}}[a71_0x5b644d(0x1ad)](_0x590b22){const _0x42ecb8=a71_0x5b644d,_0x58cbbc={'QjkoZ':function(_0x1928ec){return _0x1928ec();}};if(!_0x590b22||!_0x590b22[_0x42ecb8(0x21d)])return;_0x590b22['parent'][_0x42ecb8(0x25b)]&&Array[_0x42ecb8(0x1ed)](_0x590b22[_0x42ecb8(0x21d)][_0x42ecb8(0x25b)])&&_0x590b22[_0x42ecb8(0x21d)][_0x42ecb8(0x25b)][_0x42ecb8(0x24f)](_0x43801f=>{const _0x91f375=_0x42ecb8;!_0x43801f[_0x91f375(0x274)]&&!_0x43801f[_0x91f375(0x2bf)]&&(_0x43801f['hookAnalyticsId']=_0x58cbbc['QjkoZ'](uuidv4),_0x43801f['hookUUID']=_0x43801f[_0x91f375(0x274)],logger[_0x91f375(0x309)](_0x91f375(0x2a1)+_0x43801f[_0x91f375(0x30b)]+_0x91f375(0x291)+_0x43801f[_0x91f375(0x274)]));}),this[_0x42ecb8(0x1ad)](_0x590b22[_0x42ecb8(0x21d)]);}[a71_0x5b644d(0x29e)](_0x32474f){const _0x42a288=a71_0x5b644d,_0x30df54={'jcLFT':function(_0x2c720f,_0x39623e){return _0x2c720f(_0x39623e);}};if(!_0x32474f||!_0x32474f['parent'])return[];const _0x356529=[];return _0x32474f['parent'][_0x42a288(0x25b)]&&Array['isArray'](_0x32474f['parent']['hooks'])&&_0x32474f[_0x42a288(0x21d)][_0x42a288(0x25b)][_0x42a288(0x24f)](_0x4e2f56=>{const _0x42cdb4=_0x42a288,_0x55ffdb=_0x4e2f56[_0x42cdb4(0x274)]||_0x4e2f56[_0x42cdb4(0x2bf)];_0x55ffdb&&!this[_0x42cdb4(0x2b0)](_0x4e2f56)&&!_0x30df54[_0x42cdb4(0x2c2)](isInternalHook,_0x4e2f56['fn'])&&_0x356529[_0x42cdb4(0x2cb)](_0x55ffdb);}),[..._0x356529,...this[_0x42a288(0x29e)](_0x32474f[_0x42a288(0x21d)])];}[a71_0x5b644d(0x1a7)](_0xd7d62d){const _0x14b042=a71_0x5b644d,_0x53db76={'XeuUE':function(_0x1b04a0,_0x531ca0){return _0x1b04a0(_0x531ca0);},'jseOV':'unknown','grofj':function(_0x2fb8e3,_0x93c40d){return _0x2fb8e3(_0x93c40d);}},_0x1af66e=new Map(),_0x1212c1=_0x530c5c=>{const _0x511e6b=a71_0xca50;if(!_0x530c5c||!_0x530c5c[_0x511e6b(0x21d)])return;_0x530c5c[_0x511e6b(0x21d)][_0x511e6b(0x25b)]&&Array[_0x511e6b(0x1ed)](_0x530c5c[_0x511e6b(0x21d)]['hooks'])&&_0x530c5c[_0x511e6b(0x21d)][_0x511e6b(0x25b)][_0x511e6b(0x24f)](_0x175df9=>{const _0x250252=_0x511e6b,_0x2c4574=_0x175df9[_0x250252(0x274)]||_0x175df9[_0x250252(0x2bf)];if(_0x2c4574&&!this['isJestInternalHook'](_0x175df9)&&!_0x53db76['XeuUE'](isInternalHook,_0x175df9['fn'])){const _0x29de6a={};_0x29de6a[_0x250252(0x30b)]=_0x175df9[_0x250252(0x30b)]||_0x53db76[_0x250252(0x1d2)],_0x29de6a[_0x250252(0x206)]=_0x175df9[_0x250252(0x206)]||'\x22'+_0x175df9[_0x250252(0x30b)]+_0x250252(0x1b5),_0x1af66e['set'](_0x2c4574,_0x29de6a);}}),_0x53db76[_0x511e6b(0x2fd)](_0x1212c1,_0x530c5c['parent']);};return _0x53db76[_0x14b042(0x2fd)](_0x1212c1,_0xd7d62d),_0x1af66e;}['isJestInternalHook'](_0x254487){const _0x3e3c81=a71_0x5b644d,_0x21d64e={};_0x21d64e[_0x3e3c81(0x1b8)]='jest-circus',_0x21d64e['IxCyd']=_0x3e3c81(0x1f2);const _0x4e2341=_0x21d64e;try{const _0x4270d4=this['getRootParentFile'](_0x254487);return _0x4270d4&&_0x4270d4[_0x3e3c81(0x1ff)](_0x4e2341[_0x3e3c81(0x1b8)]);}catch(_0x175a0f){logger[_0x3e3c81(0x309)](_0x4e2341['IxCyd']);}return![];}['getRootParentFile'](_0x51ca5a){const _0x49edb4=a71_0x5b644d;if(_0x51ca5a[_0x49edb4(0x2a8)])try{const _0x3ebd40=stackTrace[_0x49edb4(0x244)](_0x51ca5a[_0x49edb4(0x2a8)]);return _0x3ebd40[0x0]?_0x3ebd40[0x0][_0x49edb4(0x20b)]():null;}catch(_0x24b541){logger[_0x49edb4(0x309)]('[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20'+util[_0x49edb4(0x25d)](_0x24b541));}if(_0x51ca5a[_0x49edb4(0x275)])return _0x51ca5a['file'];return null;}}module[a71_0x5b644d(0x1c1)]=JestTestFramework;
1
+ const a71_0x542f14=a71_0x3f1e;(function(_0x46534d,_0x3f70b2){const _0x30494c=a71_0x3f1e,_0x49d718=_0x46534d();while(!![]){try{const _0x93b2f8=-parseInt(_0x30494c(0x323))/0x1*(-parseInt(_0x30494c(0x207))/0x2)+-parseInt(_0x30494c(0x2e4))/0x3*(-parseInt(_0x30494c(0x262))/0x4)+-parseInt(_0x30494c(0x1ee))/0x5*(parseInt(_0x30494c(0x306))/0x6)+parseInt(_0x30494c(0x24e))/0x7+parseInt(_0x30494c(0x1b5))/0x8+parseInt(_0x30494c(0x2ea))/0x9*(parseInt(_0x30494c(0x270))/0xa)+-parseInt(_0x30494c(0x26a))/0xb;if(_0x93b2f8===_0x3f70b2)break;else _0x49d718['push'](_0x49d718['shift']());}catch(_0x393f45){_0x49d718['push'](_0x49d718['shift']());}}}(a71_0x1fe1,0xa278e));const TestFramework=require(a71_0x542f14(0x28a)),TestFrameworkState=require(a71_0x542f14(0x226)),HookState=require(a71_0x542f14(0x1c3)),{createClassLogger}=require(a71_0x542f14(0x2a2)),TestFrameworkInstance=require(a71_0x542f14(0x1ac)),CLIUtils=require(a71_0x542f14(0x281)),TrackedInstance=require(a71_0x542f14(0x1b8)),TestFrameworkConstants=require(a71_0x542f14(0x2ce)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a71_0x542f14(0x28f)),{isInternalHook}=require(a71_0x542f14(0x22c)),logger=createClassLogger(a71_0x542f14(0x2a6)),{v4:uuidv4}=require(a71_0x542f14(0x26b)),util=require(a71_0x542f14(0x1e5)),TestInfo=require(a71_0x542f14(0x2e7)),GrpcClient=require(a71_0x542f14(0x255)),stackTrace=require(a71_0x542f14(0x29c));function a71_0x3f1e(_0x1390f1,_0x10a8ad){const _0x1fe1c7=a71_0x1fe1();return a71_0x3f1e=function(_0x3f1ed1,_0x332cd3){_0x3f1ed1=_0x3f1ed1-0x18b;let _0x227d85=_0x1fe1c7[_0x3f1ed1];return _0x227d85;},a71_0x3f1e(_0x1390f1,_0x10a8ad);}class JestTestFramework extends TestFramework{constructor(_0x356e5c,_0x6a54af,_0x24a2cd){super(_0x356e5c,_0x6a54af,_0x24a2cd),this['activeHooks']=new Map();}[a71_0x542f14(0x324)](_0x284912,_0xcee5bb,_0x5b092e){const _0x524787=a71_0x542f14,_0x58993c={};_0x58993c[_0x524787(0x286)]=function(_0x4286fe,_0x1c0def){return _0x4286fe||_0x1c0def;};const _0x48318f=_0x58993c;if(_0x48318f[_0x524787(0x286)](!_0x284912,!_0xcee5bb)){logger[_0x524787(0x2f4)](_0x524787(0x1d1)+_0x284912+_0x524787(0x1ab)+_0xcee5bb);return;}!this[_0x524787(0x303)]['has'](_0x284912)&&this[_0x524787(0x303)]['set'](_0x284912,[]);const _0xe8100e={'hookUUID':_0xcee5bb,'hookType':_0x5b092e,'startedAt':new Date()['toISOString']()};this[_0x524787(0x303)][_0x524787(0x230)](_0x284912)[_0x524787(0x214)](_0xe8100e),logger[_0x524787(0x30d)](_0x524787(0x20b)+_0x284912+_0x524787(0x1ab)+_0xcee5bb+',\x20hookType='+_0x5b092e+',\x20totalHooks='+this[_0x524787(0x303)]['get'](_0x284912)['length']);}['removeActiveHook'](_0x442c9d,_0x56b094){const _0x307c38=a71_0x542f14,_0x19dfe3={};_0x19dfe3[_0x307c38(0x1a4)]=function(_0x4b3925,_0x23f4f9){return _0x4b3925||_0x23f4f9;},_0x19dfe3[_0x307c38(0x242)]=function(_0x4d48d6,_0x40e642){return _0x4d48d6!==_0x40e642;},_0x19dfe3[_0x307c38(0x1d8)]=function(_0x23af27,_0x2dd69d){return _0x23af27===_0x2dd69d;};const _0x5b4c56=_0x19dfe3;if(_0x5b4c56[_0x307c38(0x1a4)](!_0x442c9d,!_0x56b094)){logger[_0x307c38(0x2f4)](_0x307c38(0x1d2)+_0x442c9d+_0x307c38(0x1ab)+_0x56b094);return;}if(this[_0x307c38(0x303)][_0x307c38(0x1aa)](_0x442c9d)){const _0x172c17=this[_0x307c38(0x303)]['get'](_0x442c9d),_0x10442d=_0x172c17[_0x307c38(0x2a1)](_0x21e414=>_0x21e414[_0x307c38(0x309)]===_0x56b094);_0x5b4c56[_0x307c38(0x242)](_0x10442d,-0x1)?(_0x172c17[_0x307c38(0x2be)](_0x10442d,0x1),logger['debug'](_0x307c38(0x1e8)+_0x442c9d+',\x20hookUUID='+_0x56b094+_0x307c38(0x322)+_0x172c17[_0x307c38(0x273)]),_0x5b4c56['FtsER'](_0x172c17[_0x307c38(0x273)],0x0)&&this[_0x307c38(0x303)][_0x307c38(0x2d5)](_0x442c9d)):logger[_0x307c38(0x30d)](_0x307c38(0x2f7)+_0x442c9d+_0x307c38(0x1ab)+_0x56b094);}}[a71_0x542f14(0x264)](_0x149004){const _0x2411f8=a71_0x542f14,_0x1cb29e={};_0x1cb29e['dLdul']=function(_0x4e70d6,_0x5046b5){return _0x4e70d6>_0x5046b5;},_0x1cb29e[_0x2411f8(0x22b)]=function(_0x1355d0,_0x568a87){return _0x1355d0-_0x568a87;};const _0x3c77fc=_0x1cb29e;if(!_0x149004)return null;if(this['activeHooks'][_0x2411f8(0x1aa)](_0x149004)){const _0x3892ec=this[_0x2411f8(0x303)][_0x2411f8(0x230)](_0x149004);if(_0x3c77fc[_0x2411f8(0x29f)](_0x3892ec['length'],0x0)){const _0x8f80da=_0x3892ec[_0x3c77fc['qtzUq'](_0x3892ec[_0x2411f8(0x273)],0x1)];return logger[_0x2411f8(0x30d)]('[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier='+_0x149004+_0x2411f8(0x1ab)+_0x8f80da[_0x2411f8(0x309)]+_0x2411f8(0x2b6)+_0x8f80da[_0x2411f8(0x1c2)]),_0x8f80da;}}return null;}async[a71_0x542f14(0x25f)](_0x216dce,_0x42663a,_0x49950e={}){const _0x32a5b3=a71_0x542f14,_0x2f66ea={};_0x2f66ea[_0x32a5b3(0x200)]=_0x32a5b3(0x218),_0x2f66ea[_0x32a5b3(0x267)]=function(_0x496479,_0x3ee238){return _0x496479===_0x3ee238;},_0x2f66ea['Jaste']=function(_0x533a59,_0x10ec23){return _0x533a59===_0x10ec23;},_0x2f66ea[_0x32a5b3(0x290)]=function(_0x2130fe,_0x4be515){return _0x2130fe||_0x4be515;},_0x2f66ea[_0x32a5b3(0x2de)]=_0x32a5b3(0x279);const _0x29906a=_0x2f66ea;logger['debug'](_0x32a5b3(0x197)+_0x216dce+_0x32a5b3(0x307)+_0x42663a+',\x20argsKeys='+Object[_0x32a5b3(0x1f5)](_0x49950e)['join'](',')),await super[_0x32a5b3(0x25f)](_0x216dce,_0x42663a,_0x49950e);const _0x2141ad=this[_0x32a5b3(0x1a7)](_0x216dce,_0x42663a,_0x49950e);if(!_0x2141ad){logger[_0x32a5b3(0x30d)](_0x29906a['bciam']);return;}try{let _0x5819a1,_0x414280,_0x581622;switch(_0x216dce){case TestFrameworkState[_0x32a5b3(0x1f3)]:_0x5819a1=_0x49950e[_0x32a5b3(0x20f)];const _0x5b028d={};_0x5b028d[_0x32a5b3(0x283)]=0x2,_0x5b028d['maxArrayLength']=0x3,logger[_0x32a5b3(0x30d)](_0x32a5b3(0x1d7)+_0x42663a+_0x32a5b3(0x2c3)+util[_0x32a5b3(0x302)](_0x5819a1,_0x5b028d)),_0x581622=this['getJestTestIdentifier'](_0x5819a1),_0x414280=null,logger[_0x32a5b3(0x30d)](_0x32a5b3(0x1b4)+_0x581622+_0x32a5b3(0x2f2));if(_0x29906a[_0x32a5b3(0x267)](_0x42663a,HookState[_0x32a5b3(0x2ec)])){logger[_0x32a5b3(0x30d)](_0x32a5b3(0x266)+_0x581622);const _0x1e3495={};_0x1e3495[_0x32a5b3(0x208)]=_0x414280,_0x1e3495[_0x32a5b3(0x1eb)]=_0x5819a1,_0x1e3495[_0x32a5b3(0x2a7)]=_0x581622;const _0x3e302e=this[_0x32a5b3(0x248)](_0x1e3495),_0xdf219={};_0xdf219[_0x32a5b3(0x283)]=0x2,_0xdf219[_0x32a5b3(0x325)]=0x3,logger[_0x32a5b3(0x30d)](_0x32a5b3(0x2e1)+util['inspect'](_0x3e302e,_0xdf219)),_0x2141ad[_0x32a5b3(0x2d1)](_0x3e302e),logger[_0x32a5b3(0x30d)](_0x32a5b3(0x2ca)+_0x581622),await this[_0x32a5b3(0x1b2)](_0x2141ad,_0x581622);}else{if(_0x29906a[_0x32a5b3(0x253)](_0x42663a,HookState[_0x32a5b3(0x1ae)])){logger['debug'](_0x32a5b3(0x256)+_0x581622);const _0x3ae035=_0x2141ad[_0x32a5b3(0x2e3)]()['get'](_0x581622);logger[_0x32a5b3(0x30d)](_0x32a5b3(0x261)+util[_0x32a5b3(0x302)](Object['keys'](_0x29906a['JkbXE'](_0x3ae035,{}))));_0x3ae035&&_0x3ae035[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]?logger[_0x32a5b3(0x30d)](_0x32a5b3(0x223)+Object[_0x32a5b3(0x1f5)](_0x3ae035[TestFrameworkConstants[_0x32a5b3(0x192)]])['length']+'\x20files'):logger['debug'](_0x29906a['bStNe']);const _0x58b74d=_0x49950e[_0x32a5b3(0x193)]||null,_0x12f0cd={};_0x12f0cd[_0x32a5b3(0x208)]=_0x414280,_0x12f0cd['testData']=_0x5819a1,_0x12f0cd['testId']=_0x581622,_0x12f0cd[_0x32a5b3(0x193)]=_0x58b74d;const _0x31091d=this[_0x32a5b3(0x272)](_0x12f0cd),_0xfd72e={};_0xfd72e[_0x32a5b3(0x283)]=0x2,_0xfd72e[_0x32a5b3(0x325)]=0x3,logger['debug'](_0x32a5b3(0x2d0)+util[_0x32a5b3(0x302)](_0x31091d,_0xfd72e)),_0x2141ad[_0x32a5b3(0x2d1)](_0x31091d),logger[_0x32a5b3(0x30d)](_0x32a5b3(0x1f7)+_0x581622),await this[_0x32a5b3(0x1b2)](_0x2141ad,_0x581622);}}break;case TestFrameworkState[_0x32a5b3(0x263)]:if(_0x29906a[_0x32a5b3(0x267)](_0x42663a,HookState[_0x32a5b3(0x1ae)])){const _0x1ed269={};_0x1ed269[_0x32a5b3(0x283)]=0x2,logger[_0x32a5b3(0x30d)](_0x32a5b3(0x26d)+util[_0x32a5b3(0x302)](_0x49950e,_0x1ed269)),await this[_0x32a5b3(0x285)](_0x2141ad,_0x216dce,_0x49950e);}break;default:if(CLIUtils['matchHookRegex'](_0x216dce[_0x32a5b3(0x21f)]()[_0x32a5b3(0x216)]('.')[0x1])){const _0x4e57c1={};_0x4e57c1['depth']=0x2,_0x4e57c1['maxArrayLength']=0x3,logger['debug'](_0x32a5b3(0x277)+_0x216dce+_0x32a5b3(0x307)+_0x42663a+_0x32a5b3(0x305)+util['inspect'](_0x49950e[_0x32a5b3(0x1e3)],_0x4e57c1));const _0x42f8b5=await this[_0x32a5b3(0x2e6)](_0x2141ad,_0x216dce,_0x42663a,_0x49950e),_0x2ddb9c={};_0x2ddb9c['depth']=0x2,_0x2ddb9c[_0x32a5b3(0x325)]=0x3,logger[_0x32a5b3(0x30d)](_0x32a5b3(0x320)+util[_0x32a5b3(0x302)](_0x42f8b5,_0x2ddb9c)),_0x2141ad[_0x32a5b3(0x2d1)](_0x42f8b5);}else logger[_0x32a5b3(0x30d)](_0x32a5b3(0x2fd)+_0x216dce+'\x20&\x20hookState='+_0x42663a);break;}logger[_0x32a5b3(0x30d)]('[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState='+_0x216dce+_0x32a5b3(0x307)+_0x42663a);}catch(_0x568c38){logger[_0x32a5b3(0x1c4)](_0x32a5b3(0x319)+_0x216dce+_0x32a5b3(0x307)+_0x42663a+_0x32a5b3(0x250)+util['format'](_0x568c38));}_0x49950e['instance']=_0x2141ad,await this[_0x32a5b3(0x2ef)](_0x2141ad,_0x216dce,_0x42663a,_0x49950e);}[a71_0x542f14(0x29b)](_0xbf1c79){const _0x2f3972=a71_0x542f14,_0x3ffac4={};_0x3ffac4[_0x2f3972(0x1e0)]=_0x2f3972(0x1f8);const _0x127a3d=_0x3ffac4;if(_0xbf1c79&&(_0xbf1c79['id']||_0xbf1c79[_0x2f3972(0x26b)])){const _0x4ba111=_0xbf1c79['id']||_0xbf1c79[_0x2f3972(0x26b)];return logger[_0x2f3972(0x30d)](_0x2f3972(0x30c)+_0x4ba111+_0x2f3972(0x2ba)),_0x4ba111;}return logger[_0x2f3972(0x30d)](_0x127a3d[_0x2f3972(0x1e0)]),process[_0x2f3972(0x296)]+':testAnalyticsId';}[a71_0x542f14(0x1a7)](_0x4e26db,_0x5a34c0,_0x4ab1c3={}){const _0xc29fe2=a71_0x542f14;let _0x190be4=null;return _0x190be4=TestFramework[_0xc29fe2(0x18e)](),!_0x190be4?(logger[_0xc29fe2(0x30d)](_0xc29fe2(0x28b)+_0x4e26db),this[_0xc29fe2(0x2bc)](_0x4e26db,_0x4ab1c3),_0x190be4=TestFramework['getTrackedInstance'](),logger[_0xc29fe2(0x30d)](_0xc29fe2(0x227)+!!_0x190be4+',\x20contextId='+_0x190be4?.[_0xc29fe2(0x2b3)]()?.[_0xc29fe2(0x2db)]())):logger[_0xc29fe2(0x30d)]('[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId='+_0x190be4['getContext']()?.[_0xc29fe2(0x2db)]()),_0x190be4;}[a71_0x542f14(0x2bc)](_0x1ddddd,_0x57142d){const _0x3be7d0=a71_0x542f14,_0x174560={};_0x174560['GbZSH']=_0x3be7d0(0x298);const _0x427076=_0x174560;if(TestFramework[_0x3be7d0(0x18e)]()){logger[_0x3be7d0(0x30d)](_0x427076[_0x3be7d0(0x23e)]);return;}const _0x2a99bf=CLIUtils[_0x3be7d0(0x228)](),_0x1a30f7=TrackedInstance[_0x3be7d0(0x20c)](_0x2a99bf);let _0x43d538=null;logger[_0x3be7d0(0x30d)]('trackJestInstance:\x20created\x20instance\x20for\x20target='+_0x2a99bf+_0x3be7d0(0x20e)+_0x1ddddd),_0x43d538=new TestFrameworkInstance(_0x1a30f7,this[_0x3be7d0(0x28d)](),this[_0x3be7d0(0x1d3)](),_0x1ddddd,HookState[_0x3be7d0(0x2b4)]),TestFramework['setTrackedInstance'](_0x1a30f7,_0x43d538),logger[_0x3be7d0(0x30d)](_0x3be7d0(0x295)+_0x1a30f7[_0x3be7d0(0x2db)]()+_0x3be7d0(0x31e)+_0x2a99bf+_0x3be7d0(0x294)+this[_0x3be7d0(0x28d)]()[0x0]+_0x3be7d0(0x18d)+this['getTestFrameworksVersions']()[this[_0x3be7d0(0x28d)]()[0x0]]);}[a71_0x542f14(0x248)](_0x236680){const _0x4e467a=a71_0x542f14,_0x2f943e={};_0x2f943e[_0x4e467a(0x1be)]=function(_0x2d2057,_0x352db5){return _0x2d2057||_0x352db5;},_0x2f943e[_0x4e467a(0x28e)]=_0x4e467a(0x27c);const _0x520590=_0x2f943e,{testUUID:_0x3e5176,testData:_0x409e65,testId:_0x4dc367}=_0x236680;if(_0x520590[_0x4e467a(0x1be)](!_0x409e65,!_0x4dc367))return logger[_0x4e467a(0x30d)](_0x520590['pXulw']),{};const _0x193d64=this['getTestFrameworks']()[0x0],_0x1ad3ae=this['getTestFrameworksVersions'](),_0x506969={};_0x506969[_0x4e467a(0x283)]=0x2,_0x506969[_0x4e467a(0x325)]=0x3,logger[_0x4e467a(0x30d)](_0x4e467a(0x1e1)+util['inspect'](_0x409e65,_0x506969));const _0x11a645=_0x409e65?.[_0x4e467a(0x2aa)]||[],_0x465d13=this[_0x4e467a(0x1a9)](_0x409e65),_0x57b96a=this[_0x4e467a(0x194)](_0x409e65),_0x1d1f8a=_0x409e65['fn']?_0x409e65['fn'][_0x4e467a(0x21f)]():null,_0x163263={[TestFrameworkConstants[_0x4e467a(0x2f9)]]:_0x193d64,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x1ad3ae[_0x193d64],[TestFrameworkConstants[_0x4e467a(0x315)]]:[],[TestFrameworkConstants[_0x4e467a(0x31b)]]:{},[TestFrameworkConstants[_0x4e467a(0x191)]]:{},[TestFrameworkConstants[_0x4e467a(0x1d6)]]:TestFrameworkConstants[_0x4e467a(0x2ed)],[TestFrameworkConstants[_0x4e467a(0x2a4)]]:_0x465d13,[TestFrameworkConstants[_0x4e467a(0x1c6)]]:_0x57b96a,[TestFrameworkConstants[_0x4e467a(0x2a5)]]:_0x4dc367,[TestFrameworkConstants[_0x4e467a(0x21b)]]:_0x465d13,[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x57b96a,[TestFrameworkConstants[_0x4e467a(0x317)]]:_0x1d1f8a,[TestFrameworkConstants[_0x4e467a(0x301)]]:[],[TestFrameworkConstants[_0x4e467a(0x21a)]]:_0x409e65[_0x4e467a(0x1a6)]||new Date()[_0x4e467a(0x30a)](),[TestFrameworkConstants[_0x4e467a(0x1fc)]]:_0x11a645[0x0]||'',[TestFrameworkConstants[_0x4e467a(0x2cd)]]:_0x11a645,[TestFrameworkConstants[_0x4e467a(0x1fe)]]:_0x465d13,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x4e467a(0x1b3)]]:{}};_0x409e65[_0x4e467a(0x220)]&&(_0x163263[TestFrameworkConstants[_0x4e467a(0x1dd)]]=_0x409e65[_0x4e467a(0x220)]);logger[_0x4e467a(0x30d)](_0x4e467a(0x2bf)+_0x465d13+_0x4e467a(0x205)+_0x4dc367+_0x4e467a(0x1c0)+util[_0x4e467a(0x302)](_0x11a645)+_0x4e467a(0x27e)+_0x57b96a);const _0x5ea335={};return _0x5ea335[_0x4dc367]=_0x163263,_0x5ea335;}['parseJestTestResult'](_0x3142f5){const _0x3b48ab=a71_0x542f14,_0x1ba8da={'xtuaN':function(_0x38c091,_0x410d2d){return _0x38c091===_0x410d2d;},'JCkyh':_0x3b48ab(0x1a2),'HfHju':_0x3b48ab(0x221),'eWxRE':'ALL','plnBw':'_ALL','OHtYT':function(_0x336a89,_0x408874){return _0x336a89||_0x408874;},'Tylxq':_0x3b48ab(0x260),'uNIhs':function(_0xaa10f1,_0x1ed33a){return _0xaa10f1||_0x1ed33a;},'xKpNi':_0x3b48ab(0x321),'leiyO':function(_0x5e60d5,_0x5f0459){return _0x5e60d5>_0x5f0459;},'pdzXB':_0x3b48ab(0x24f),'nwlPA':_0x3b48ab(0x1b7),'cCPLV':_0x3b48ab(0x233),'CLihg':_0x3b48ab(0x1df),'rfGGH':function(_0x3a7469,_0x43d7a7){return _0x3a7469===_0x43d7a7;},'usABq':function(_0xf3e468,_0x1adf1d){return _0xf3e468!==_0x1adf1d;},'cBukM':function(_0x1c79ed,_0x143ba4,_0x53db20,_0xe403e0){return _0x1c79ed(_0x143ba4,_0x53db20,_0xe403e0);},'VQjCS':function(_0x36f1a4,_0x107fa8){return _0x36f1a4>_0x107fa8;},'IEEFl':function(_0x3080ea,_0x298b9f){return _0x3080ea>_0x298b9f;},'HAMsf':_0x3b48ab(0x2b5)},{testUUID:_0x29a844,testData:_0x5997f6,testId:_0x396c5f}=_0x3142f5;if(_0x1ba8da[_0x3b48ab(0x31a)](!_0x5997f6,!_0x396c5f))return logger['debug'](_0x1ba8da[_0x3b48ab(0x2d7)]),{};const _0x326333=this[_0x3b48ab(0x1a7)](TestFrameworkState[_0x3b48ab(0x1f3)],HookState[_0x3b48ab(0x1ae)]),_0x28a2a6=_0x326333[_0x3b48ab(0x2e3)]()[_0x3b48ab(0x230)](_0x396c5f),_0x51b240=_0x1ba8da['uNIhs'](_0x28a2a6,{}),_0x73f0c4=_0x51b240?_0x51b240[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{},_0xe72848=_0x51b240[TestFrameworkConstants[_0x3b48ab(0x192)]];logger['debug'](_0x3b48ab(0x1ba)+(_0xe72848?Object[_0x3b48ab(0x1f5)](_0xe72848)[_0x3b48ab(0x273)]:0x0)+_0x3b48ab(0x2bb));let _0x11f19e=_0x1ba8da[_0x3b48ab(0x2a9)];if(_0x5997f6['result'])_0x11f19e=_0x5997f6[_0x3b48ab(0x2ee)];else{if(_0x5997f6[_0x3b48ab(0x275)]&&_0x1ba8da[_0x3b48ab(0x225)](_0x5997f6[_0x3b48ab(0x275)][_0x3b48ab(0x273)],0x0))_0x11f19e=_0x1ba8da[_0x3b48ab(0x19a)];else _0x1ba8da[_0x3b48ab(0x2b9)](_0x5997f6['status'],_0x1ba8da[_0x3b48ab(0x2fa)])||_0x1ba8da[_0x3b48ab(0x2b9)](_0x5997f6[_0x3b48ab(0x1bc)],_0x1ba8da[_0x3b48ab(0x1bd)])?_0x11f19e=_0x1ba8da[_0x3b48ab(0x1bd)]:_0x11f19e=_0x1ba8da['CLihg'];}const _0x54a942={..._0x51b240,[TestFrameworkConstants[_0x3b48ab(0x1d6)]]:_0x11f19e,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x5997f6['finished_at']||new Date()[_0x3b48ab(0x30a)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x3b48ab(0x30a)](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x73f0c4,[TestFrameworkConstants[_0x3b48ab(0x1c8)]]:[],[TestFrameworkConstants[_0x3b48ab(0x1b3)]]:{}};if(_0x1ba8da[_0x3b48ab(0x203)](_0x11f19e,_0x1ba8da[_0x3b48ab(0x19a)])&&_0x5997f6[_0x3b48ab(0x275)]){const _0xd1d396=this[_0x3b48ab(0x30b)](_0x5997f6),_0x4f6dad=this[_0x3b48ab(0x212)](_0x5997f6),_0x277eaa=this[_0x3b48ab(0x2fe)](_0x5997f6);_0x54a942[TestFrameworkConstants[_0x3b48ab(0x26e)]]=_0x4f6dad,_0x54a942[TestFrameworkConstants[_0x3b48ab(0x1db)]]=_0xd1d396,_0x54a942[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x277eaa;}_0x1ba8da[_0x3b48ab(0x23a)](_0x5997f6[_0x3b48ab(0x328)],undefined)&&(_0x54a942[TestFrameworkConstants[_0x3b48ab(0x202)]]=_0x5997f6[_0x3b48ab(0x328)]);_0x5997f6[_0x3b48ab(0x220)]&&(_0x54a942[TestFrameworkConstants[_0x3b48ab(0x1dd)]]=_0x5997f6[_0x3b48ab(0x220)]);const _0x953252=_0x28a2a6?_0x28a2a6[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{}:{},_0x513bf6=_0x28a2a6?_0x28a2a6[TestFrameworkConstants[_0x3b48ab(0x2dd)]]:_0x29a844,_0x19b5bb=_0x1ba8da['cBukM'](getManualUploadLogs,_0x953252,_0x513bf6,_0x396c5f);if(_0x1ba8da[_0x3b48ab(0x2d3)](_0x19b5bb[_0x3b48ab(0x273)],0x0)){const _0x3cb955=_0x54a942[TestFrameworkConstants[_0x3b48ab(0x1c8)]]||[];_0x54a942[TestFrameworkConstants[_0x3b48ab(0x1c8)]]=[..._0x3cb955,..._0x19b5bb];}const _0x56a596=_0x51b240[TestFrameworkConstants[_0x3b48ab(0x31b)]]||{},_0x29937d=_0x51b240[TestFrameworkConstants[_0x3b48ab(0x191)]]||{},_0x365c1e={..._0x56a596},_0x1c9862=_0x365c1e;Object[_0x3b48ab(0x1f5)](_0x29937d)[_0x3b48ab(0x1e6)](_0x23313f=>{const _0x5a6ef3=_0x3b48ab;!_0x1c9862[_0x23313f]&&(_0x1c9862[_0x23313f]=[]);const _0x24534a=new Set((_0x1c9862[_0x23313f]||[])[_0x5a6ef3(0x2c1)](_0x5ba97b=>_0x5ba97b[TestFrameworkConstants[_0x5a6ef3(0x1f0)]]||_0x5ba97b[_0x5a6ef3(0x1d0)]));(_0x29937d[_0x23313f]||[])['forEach'](_0x39d6e0=>{const _0x2d2dcf=_0x5a6ef3,_0xd1eb42=_0x39d6e0[TestFrameworkConstants['KEY_HOOK_ID']]||_0x39d6e0[_0x2d2dcf(0x1d0)];if(!_0x24534a[_0x2d2dcf(0x1aa)](_0xd1eb42)){const _0x24dd18={..._0x39d6e0},_0x1ed40a=_0x24dd18;!_0x1ed40a[TestFrameworkConstants[_0x2d2dcf(0x1bf)]]&&!_0x1ed40a[_0x2d2dcf(0x2bd)]&&(_0x1ed40a[TestFrameworkConstants[_0x2d2dcf(0x1bf)]]=new Date()[_0x2d2dcf(0x30a)]()),!_0x1ed40a[TestFrameworkConstants[_0x2d2dcf(0x25e)]]&&!_0x1ed40a[_0x2d2dcf(0x289)]&&(_0x1ed40a[TestFrameworkConstants[_0x2d2dcf(0x25e)]]=TestFrameworkConstants[_0x2d2dcf(0x2a3)]),_0x1c9862[_0x23313f][_0x2d2dcf(0x214)](_0x1ed40a);}});});if(_0x3142f5['originalTest']){this[_0x3b48ab(0x2a8)](_0x3142f5['originalTest']);const _0x2bb0e9=this[_0x3b48ab(0x2e8)](_0x3142f5['originalTest']),_0x574267=this[_0x3b48ab(0x1c7)](_0x3142f5['originalTest']);_0x574267[_0x3b48ab(0x1e6)](_0x3c4846=>{const _0x583730=_0x3b48ab,_0x43ebb4=_0x2bb0e9[_0x583730(0x230)](_0x3c4846);if(_0x43ebb4&&(_0x1ba8da[_0x583730(0x2b9)](_0x43ebb4[_0x583730(0x2dc)],_0x1ba8da[_0x583730(0x247)])||_0x1ba8da['xtuaN'](_0x43ebb4[_0x583730(0x2dc)],_0x1ba8da['HfHju']))){const _0xa0b6e9=_0x43ebb4[_0x583730(0x2dc)][_0x583730(0x1ff)]()[_0x583730(0x236)](_0x1ba8da['eWxRE'],_0x1ba8da[_0x583730(0x308)]),_0x1ded71=_0xa0b6e9;!_0x1c9862[_0x1ded71]&&(_0x1c9862[_0x1ded71]=[]);const _0x461dfb=_0x1c9862[_0x1ded71][_0x583730(0x2b1)](_0x42bee2=>(_0x42bee2[TestFrameworkConstants['KEY_HOOK_ID']]||_0x42bee2[_0x583730(0x1d0)])===_0x3c4846);!_0x461dfb&&_0x1c9862[_0x1ded71]['push']({'key':_0x1ded71,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x3c4846,[TestFrameworkConstants[_0x583730(0x25e)]]:TestFrameworkConstants[_0x583730(0x2a3)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:new Date()[_0x583730(0x30a)](),[TestFrameworkConstants[_0x583730(0x1bf)]]:new Date()[_0x583730(0x30a)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x583730(0x31d)]]:_0x43ebb4[_0x583730(0x329)]||_0x43ebb4[_0x583730(0x2dc)]+_0x583730(0x318),[TestFrameworkConstants[_0x583730(0x2eb)]]:_0x73f0c4});}});}if(_0x5997f6['hooks']&&_0x1ba8da[_0x3b48ab(0x1f2)](_0x5997f6[_0x3b48ab(0x25b)]['length'],0x0))_0x54a942[TestFrameworkConstants[_0x3b48ab(0x31b)]]=_0x5997f6[_0x3b48ab(0x25b)],logger[_0x3b48ab(0x30d)](_0x1ba8da[_0x3b48ab(0x29e)]);else _0x1ba8da['VQjCS'](Object['keys'](_0x1c9862)[_0x3b48ab(0x273)],0x0)&&(_0x54a942[TestFrameworkConstants[_0x3b48ab(0x31b)]]=_0x1c9862,logger['debug'](_0x3b48ab(0x240)+Object['keys'](_0x1c9862)[_0x3b48ab(0x1cd)](',')));const _0x308f6e=this[_0x3b48ab(0x1a9)](_0x5997f6);logger['debug'](_0x3b48ab(0x2b7)+_0x308f6e+_0x3b48ab(0x205)+_0x396c5f+_0x3b48ab(0x313)+_0x11f19e+',\x20duration='+_0x5997f6[_0x3b48ab(0x328)]);_0x1ba8da[_0x3b48ab(0x2b9)](_0x11f19e,_0x1ba8da[_0x3b48ab(0x19a)])&&logger[_0x3b48ab(0x30d)](_0x3b48ab(0x288)+_0x396c5f+_0x3b48ab(0x1cb)+_0x54a942[TestFrameworkConstants[_0x3b48ab(0x26e)]]+_0x3b48ab(0x19b)+_0x54a942[TestFrameworkConstants[_0x3b48ab(0x1db)]]?.[_0x3b48ab(0x2d4)](0x0,0xc8));const _0xb0c838={};return _0xb0c838[_0x396c5f]=_0x54a942,_0xb0c838;}[a71_0x542f14(0x271)](_0x385cf2){const _0x39ee54=a71_0x542f14,_0x43de56={};_0x43de56[_0x39ee54(0x25c)]=function(_0x55812d,_0x3c5708){return _0x55812d!==_0x3c5708;},_0x43de56['lXAYN']=_0x39ee54(0x22f);const _0x435ce9=_0x43de56,_0x5f19d1={};_0x5f19d1[_0x39ee54(0x283)]=0x2,_0x5f19d1['maxArrayLength']=0x3,logger[_0x39ee54(0x30d)](_0x39ee54(0x1b0)+util[_0x39ee54(0x302)](_0x385cf2,_0x5f19d1));const _0x22835b=[];if(_0x385cf2&&_0x385cf2[_0x39ee54(0x210)]){let _0x2f2c93=_0x385cf2['parent'];while(_0x2f2c93&&_0x2f2c93['name']&&_0x435ce9[_0x39ee54(0x25c)](_0x2f2c93[_0x39ee54(0x329)],'')&&_0x435ce9[_0x39ee54(0x25c)](_0x2f2c93[_0x39ee54(0x329)],_0x435ce9[_0x39ee54(0x19c)])){_0x22835b[_0x39ee54(0x214)](_0x2f2c93['name']),_0x2f2c93=_0x2f2c93[_0x39ee54(0x210)];}}return _0x22835b[_0x39ee54(0x2ff)]();}[a71_0x542f14(0x1a9)](_0x3fea5f){const _0x1609fd=a71_0x542f14,_0x1ac415={};_0x1ac415[_0x1609fd(0x18c)]=_0x1609fd(0x32a);const _0x33f8f3=_0x1ac415;if(_0x3fea5f['name'])return _0x3fea5f['name'];if(_0x3fea5f['title'])return _0x3fea5f[_0x1609fd(0x25a)];return _0x33f8f3[_0x1609fd(0x18c)];}[a71_0x542f14(0x194)](_0x3a7d39){const _0x2640e=a71_0x542f14,_0x43117d={'MdanY':function(_0x3e151c,_0x68917f){return _0x3e151c(_0x68917f);},'zMHqK':_0x2640e(0x29c)};if(_0x3a7d39[_0x2640e(0x201)])return _0x3a7d39['file_name'];if(_0x3a7d39[_0x2640e(0x284)]){const _0x11eaf2=_0x43117d[_0x2640e(0x28c)](require,_0x43117d[_0x2640e(0x2ae)]);try{const _0x39be9c=_0x11eaf2[_0x2640e(0x1ca)](_0x3a7d39[_0x2640e(0x284)]);if(_0x39be9c[0x0]&&_0x39be9c[0x0][_0x2640e(0x257)])return _0x39be9c[0x0]['getFileName']();}catch(_0x5f0362){logger[_0x2640e(0x30d)](_0x2640e(0x206)+util['format'](_0x5f0362));}}return null;}[a71_0x542f14(0x30b)](_0x29650c){const _0xe7665d=a71_0x542f14,_0x21ccf9={};_0x21ccf9[_0xe7665d(0x1e7)]=function(_0xbe1c2c,_0x49ca39){return _0xbe1c2c>_0x49ca39;},_0x21ccf9[_0xe7665d(0x2fc)]=_0xe7665d(0x276);const _0xc7d86a=_0x21ccf9;if(_0x29650c[_0xe7665d(0x275)]&&_0xc7d86a['cTQCt'](_0x29650c[_0xe7665d(0x275)][_0xe7665d(0x273)],0x0))return util[_0xe7665d(0x302)](_0x29650c[_0xe7665d(0x275)][0x0]);if(_0x29650c[_0xe7665d(0x316)])return _0x29650c[_0xe7665d(0x316)];return _0xc7d86a[_0xe7665d(0x2fc)];}[a71_0x542f14(0x212)](_0x18a974){const _0x5aa09b=a71_0x542f14,_0x30a43a={};_0x30a43a[_0x5aa09b(0x2c6)]=_0x5aa09b(0x219),_0x30a43a['CnjXZ']=_0x5aa09b(0x27d),_0x30a43a['umYkz']=_0x5aa09b(0x2cc);const _0x5b20db=_0x30a43a,_0x1eda7a=this[_0x5aa09b(0x30b)](_0x18a974);if(_0x1eda7a&&_0x1eda7a[_0x5aa09b(0x21c)](_0x5b20db['QZYWp']))return _0x5b20db['CnjXZ'];return _0x5b20db[_0x5aa09b(0x22d)];}['getJestFailureData'](_0x382908){const _0x1b0236=a71_0x542f14,_0x5a55c7={'vJneq':function(_0x596825,_0x5f2c16){return _0x596825(_0x5f2c16);},'TvEFq':_0x1b0236(0x22c),'uIjWf':function(_0x37f97f,_0x47e166){return _0x37f97f!==_0x47e166;},'oiPxa':_0x1b0236(0x20f)},{failureData:_0x3267c9}=_0x5a55c7['vJneq'](require,_0x5a55c7['TvEFq']),_0x312802=[];return _0x5a55c7[_0x1b0236(0x31c)](_0x382908[_0x1b0236(0x275)],undefined)&&_0x312802[_0x1b0236(0x214)](_0x382908[_0x1b0236(0x275)],_0x5a55c7[_0x1b0236(0x19e)]),_0x3267c9[_0x1b0236(0x24c)](null,_0x312802);}async[a71_0x542f14(0x2e6)](_0x41368f,_0x4e00ba,_0x346592,_0x5ac683){const _0x226a78=a71_0x542f14,_0x53bc72={'DzVRH':_0x226a78(0x259),'cCAny':function(_0x129328){return _0x129328();},'uOHpD':function(_0x5333cd,_0xcc59b3){return _0x5333cd in _0xcc59b3;},'mHHDy':function(_0x4b57d3,_0x45437b){return _0x4b57d3===_0x45437b;},'IxcEA':function(_0x4c6c98,_0x184820){return _0x4c6c98>_0x184820;},'DDdwj':_0x226a78(0x24f),'UmftL':_0x226a78(0x1df),'iReJf':function(_0x3420f7,_0x3bc77a){return _0x3420f7===_0x3bc77a;},'xFXfn':function(_0x327ce9,_0x229994){return _0x327ce9!==_0x229994;}},{hookData:_0x12201e}=_0x5ac683,_0x562a38=_0x346592[_0x226a78(0x21f)](),_0x4b1d5e=_0x4e00ba[_0x226a78(0x21f)](),_0x1e7d70={};_0x1e7d70[_0x226a78(0x283)]=0x2,_0x1e7d70[_0x226a78(0x325)]=0x3,logger['debug'](_0x226a78(0x22e)+_0x4b1d5e+',\x20hookState='+_0x562a38+_0x226a78(0x305)+util['inspect'](_0x12201e,_0x1e7d70));if(!_0x12201e)return logger[_0x226a78(0x30d)](_0x53bc72[_0x226a78(0x199)]),{};const _0x20171e=_0x12201e['uuid']||_0x12201e[_0x226a78(0x30e)]||_0x53bc72[_0x226a78(0x2df)](uuidv4),_0x3bcc27=_0x12201e['test_run_id']||this['getJestTestIdentifier'](_0x12201e),_0xcd499c=_0x4e00ba[_0x226a78(0x21f)]()[_0x226a78(0x216)]('.')[0x1],_0x1d67b7=_0x41368f[_0x226a78(0x2e3)]()['get'](_0x3bcc27),_0xd77750=_0x1d67b7?_0x1d67b7[TestFrameworkConstants[_0x226a78(0x2eb)]]||{}:{};logger[_0x226a78(0x30d)](_0x226a78(0x282)+_0x20171e+',\x20testId='+_0x3bcc27+_0x226a78(0x1a1)+_0xcd499c+',\x20hookState='+_0x562a38);if(!_0x1d67b7)return logger[_0x226a78(0x30d)](_0x226a78(0x287)+_0x3bcc27+_0x226a78(0x268)),this[_0x226a78(0x297)](_0x41368f,_0x3bcc27,_0x4e00ba,_0x346592,_0x5ac683),{};let _0x46ccec=_0x1d67b7[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x46ccec&&(_0x46ccec={});!_0x53bc72[_0x226a78(0x24a)](_0xcd499c,_0x46ccec)&&(_0x46ccec[_0xcd499c]=[]);let _0x39fb66=_0x1d67b7[TestFrameworkConstants['KEY_HOOKS_FINISHED']];!_0x39fb66&&(_0x39fb66={});!_0x53bc72['uOHpD'](_0xcd499c,_0x39fb66)&&(_0x39fb66[_0xcd499c]=[]);const _0x1b83d6={[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x46ccec,[TestFrameworkConstants[_0x226a78(0x31b)]]:_0x39fb66},_0x2b9531={};_0x2b9531[_0x3bcc27]=_0x1b83d6;const _0x1a2b6b=_0x2b9531;if(_0x53bc72[_0x226a78(0x251)](_0x346592,HookState[_0x226a78(0x2ec)])){const _0x130ba6={'key':_0xcd499c,[TestFrameworkConstants[_0x226a78(0x1f0)]]:_0x20171e,[TestFrameworkConstants[_0x226a78(0x25e)]]:TestFrameworkConstants[_0x226a78(0x2a3)],[TestFrameworkConstants[_0x226a78(0x2f1)]]:_0x12201e['started_at']||new Date()[_0x226a78(0x30a)](),[TestFrameworkConstants[_0x226a78(0x1e9)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x12201e['name']||_0x12201e['hook_type']||_0xcd499c,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0xd77750};_0x46ccec[_0xcd499c]['push'](_0x130ba6),_0x1a2b6b[_0x3bcc27][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0xcd499c;const _0x25ea01={};_0x25ea01[_0x226a78(0x283)]=0x2,logger[_0x226a78(0x30d)](_0x226a78(0x2c5)+_0xcd499c+_0x226a78(0x2cb)+_0x20171e+_0x226a78(0x205)+_0x3bcc27+_0x226a78(0x27f)+util[_0x226a78(0x302)](_0x130ba6,_0x25ea01));}else{if(_0x53bc72[_0x226a78(0x251)](_0x346592,HookState[_0x226a78(0x1ae)])){const _0x44dea1=_0x12201e['result']||(_0x12201e[_0x226a78(0x275)]&&_0x53bc72[_0x226a78(0x312)](_0x12201e[_0x226a78(0x275)][_0x226a78(0x273)],0x0)?_0x53bc72[_0x226a78(0x1a0)]:_0x53bc72[_0x226a78(0x280)]),_0x5d66b6=_0x46ccec[_0xcd499c]||[];logger[_0x226a78(0x30d)](_0x226a78(0x231)+_0xcd499c+',\x20testId='+_0x3bcc27+_0x226a78(0x1fd)+_0x44dea1+_0x226a78(0x1e4)+_0x5d66b6[_0x226a78(0x273)]);if(_0x53bc72[_0x226a78(0x312)](_0x5d66b6[_0x226a78(0x273)],0x0)){const _0x2bb76b=_0x5d66b6[_0x226a78(0x2f3)]();_0x53bc72['iReJf'](_0x44dea1,_0x53bc72[_0x226a78(0x1a0)])&&_0x12201e[_0x226a78(0x275)]?(_0x2bb76b[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this[_0x226a78(0x212)](_0x12201e),_0x2bb76b[TestFrameworkConstants[_0x226a78(0x304)]]=this['getJestFailureReason'](_0x12201e),_0x2bb76b[TestFrameworkConstants[_0x226a78(0x29a)]]=this[_0x226a78(0x2fe)](_0x12201e),logger[_0x226a78(0x30d)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType='+_0xcd499c+_0x226a78(0x1cb)+_0x2bb76b[TestFrameworkConstants[_0x226a78(0x2c9)]]+',\x20failureReason='+_0x2bb76b[TestFrameworkConstants[_0x226a78(0x304)]]?.[_0x226a78(0x2d4)](0x0,0xc8))):_0x2bb76b[TestFrameworkConstants[_0x226a78(0x25e)]]=_0x53bc72['UmftL'];_0x53bc72[_0x226a78(0x1ea)](_0x44dea1,TestFrameworkConstants[_0x226a78(0x2a3)])&&(_0x2bb76b[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x44dea1);_0x2bb76b[TestFrameworkConstants[_0x226a78(0x1bf)]]=_0x12201e[_0x226a78(0x1d9)]||new Date()['toISOString'](),_0x2bb76b[TestFrameworkConstants[_0x226a78(0x2eb)]]=_0xd77750;const _0x3c3e8f=_0x2bb76b[TestFrameworkConstants[_0x226a78(0x1f0)]];!_0x39fb66[_0xcd499c]&&(_0x39fb66[_0xcd499c]=[]);_0x39fb66[_0xcd499c][_0x226a78(0x214)](_0x2bb76b),_0x1a2b6b[_0x3bcc27][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0xcd499c;const _0x54e02b={};_0x54e02b[_0x226a78(0x283)]=0x2,logger[_0x226a78(0x30d)](_0x226a78(0x204)+_0xcd499c+_0x226a78(0x2cb)+_0x3c3e8f+_0x226a78(0x1fd)+_0x44dea1+',\x20hook='+util[_0x226a78(0x302)](_0x2bb76b,_0x54e02b));}}}const _0x30b597={};return _0x30b597[_0x226a78(0x283)]=0x2,_0x30b597['maxArrayLength']=0x3,logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20SUCCESS\x20-\x20hookType='+(_0x12201e['hook_type']||_0xcd499c)+_0x226a78(0x2cb)+_0x20171e+',\x20testId='+_0x3bcc27+',\x20updates='+util[_0x226a78(0x302)](_0x1a2b6b,_0x30b597)),_0x1a2b6b;}['createTestFrameworkEventPayload'](_0x42fbd5){const _0xa8bdc7=a71_0x542f14,_0x316f15={};_0x316f15['dAYww']='base64';const _0x5dbd03=_0x316f15;try{const _0x25a9c8=_0x42fbd5[_0xa8bdc7(0x20f)]?this[_0xa8bdc7(0x29b)](_0x42fbd5[_0xa8bdc7(0x20f)]):_0x42fbd5['hookData'][_0xa8bdc7(0x27a)],_0x2aa207=_0x42fbd5[_0xa8bdc7(0x238)],_0x3df6c9=_0x2aa207[_0xa8bdc7(0x2b3)](),_0x2e70b1=_0x2aa207[_0xa8bdc7(0x2e3)]()[_0xa8bdc7(0x230)](_0x25a9c8);if(!_0x2e70b1)return logger[_0xa8bdc7(0x30d)](_0xa8bdc7(0x265)+_0x25a9c8),{};const {[TestFrameworkConstants[_0xa8bdc7(0x2f9)]]:_0x2921fc='',[TestFrameworkConstants[_0xa8bdc7(0x2d9)]]:_0x3170b0='',[TestFrameworkConstants[_0xa8bdc7(0x21a)]]:_0x2afd1a='',[TestFrameworkConstants[_0xa8bdc7(0x229)]]:_0x66086d=''}=_0x2e70b1,_0x514198=_0x2aa207[_0xa8bdc7(0x21e)]()[_0xa8bdc7(0x21f)]()['split']('.')[0x1],_0x16f5ad=_0x2aa207['getCurrentHookState']()['toString']()[_0xa8bdc7(0x216)]('.')[0x1],_0x28fb50=global?.[_0xa8bdc7(0x2af)]?.[_0xa8bdc7(0x2d6)]?.[_0xa8bdc7(0x23d)],_0x448bb2=_0x2aa207['getRef'](),_0x24dadc=Buffer[_0xa8bdc7(0x2cf)](JSON['stringify'](_0x2e70b1))[_0xa8bdc7(0x21f)](_0x5dbd03[_0xa8bdc7(0x326)]),_0x109e57={'hash':_0x3df6c9['getId'](),'threadId':_0x3df6c9[_0xa8bdc7(0x1af)]()[_0xa8bdc7(0x21f)](),'processId':_0x3df6c9[_0xa8bdc7(0x23c)]()['toString']()},_0x16f38c={};_0x16f38c[_0xa8bdc7(0x27b)]=_0x28fb50,_0x16f38c['testFrameworkName']=_0x2921fc,_0x16f38c[_0xa8bdc7(0x1b9)]=_0x3170b0,_0x16f38c[_0xa8bdc7(0x2e0)]=_0x514198,_0x16f38c[_0xa8bdc7(0x1dc)]=_0x16f5ad,_0x16f38c[_0xa8bdc7(0x2ad)]=_0x2afd1a,_0x16f38c[_0xa8bdc7(0x1c1)]=_0x66086d,_0x16f38c[_0xa8bdc7(0x26b)]=_0x448bb2,_0x16f38c[_0xa8bdc7(0x252)]=_0x24dadc,_0x16f38c['executionContext']=_0x109e57,_0x16f38c[_0xa8bdc7(0x2b8)]=_0x25a9c8;const _0x3cba99=_0x16f38c;return _0x3cba99;}catch(_0x4a6ba0){return logger[_0xa8bdc7(0x1c4)](_0xa8bdc7(0x30f)+util['format'](_0x4a6ba0)),{};}}async['sendLogCreatedEvent'](_0x2d7e49,_0x4784ba,_0x38ce59){const _0x4244fe=a71_0x542f14,_0x126306={'oOYYu':function(_0x11e9b2,_0x5dc4f3){return _0x11e9b2+_0x5dc4f3;},'abJAl':_0x4244fe(0x211),'HXncq':'none','VpFNK':function(_0x563def,_0x332531){return _0x563def>_0x332531;},'oSaLh':function(_0x2399d0,_0x32efb9,_0xc808a2,_0x14de74){return _0x2399d0(_0x32efb9,_0xc808a2,_0x14de74);},'tJSPz':function(_0x55b8c6,_0x56d830){return _0x55b8c6-_0x56d830;},'Octmg':function(_0x29f7d6,_0x257feb){return _0x29f7d6===_0x257feb;},'Llqpa':function(_0x47874d,_0x2dbe97){return _0x47874d/_0x2dbe97;},'ZhJnC':function(_0x405851,_0x21cd72){return _0x405851<_0x21cd72;},'GDWIJ':function(_0x19d748,_0x3b6342){return _0x19d748*_0x3b6342;},'OBEIo':function(_0x10b6e7,_0x5b74d1){return _0x10b6e7+_0x5b74d1;}};try{const _0xed5b81=_0x38ce59[_0x4244fe(0x208)]||_0x38ce59[_0x4244fe(0x2a7)],_0x37a107=Array[_0x4244fe(0x2cf)](_0x2d7e49['getAllData']()[_0x4244fe(0x1f5)]()),_0x178da8=_0x2d7e49[_0x4244fe(0x2e3)]()[_0x4244fe(0x230)](_0xed5b81);if(!_0x178da8){logger[_0x4244fe(0x30d)](_0x4244fe(0x1f4)+_0xed5b81);return;}const {[TestFrameworkConstants[_0x4244fe(0x2f9)]]:_0x52244b='',[TestFrameworkConstants[_0x4244fe(0x2d9)]]:_0x168210=''}=_0x178da8;let _0xb686a9=[];if(_0x178da8&&_0x178da8[TestFrameworkConstants[_0x4244fe(0x1c8)]]&&Array['isArray'](_0x178da8[TestFrameworkConstants[_0x4244fe(0x1c8)]])){_0xb686a9=_0x178da8[TestFrameworkConstants[_0x4244fe(0x1c8)]]||[],logger[_0x4244fe(0x30d)](_0x4244fe(0x327)+_0xb686a9[_0x4244fe(0x273)]+_0x4244fe(0x31f)+_0xed5b81);const _0x47594e={[TestFrameworkConstants['KEY_LOGS']]:[]},_0x22fc0c={};_0x22fc0c[_0xed5b81]=_0x47594e,_0x2d7e49[_0x4244fe(0x2d1)](_0x22fc0c),logger[_0x4244fe(0x30d)](_0x4244fe(0x1a5)+_0xed5b81);}else logger[_0x4244fe(0x30d)](_0x4244fe(0x2c4)+_0xed5b81);logger[_0x4244fe(0x30d)](_0x4244fe(0x1c9)+_0xb686a9[_0x4244fe(0x273)]+_0x4244fe(0x195)+_0xed5b81);const _0x2a404b=_0xb686a9[_0x4244fe(0x1d5)](_0x8682ef=>_0x8682ef[_0x4244fe(0x20a)]===_0x4244fe(0x198));_0x126306[_0x4244fe(0x18b)](_0x2a404b[_0x4244fe(0x273)],0x0)&&(logger[_0x4244fe(0x30d)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20'+_0x2a404b[_0x4244fe(0x273)]+'\x20screenshot\x20logs\x20for\x20testId:\x20'+_0xed5b81),_0x2a404b[_0x4244fe(0x1e6)]((_0x2fb58b,_0x3ffcee)=>{const _0x4db416=_0x4244fe;logger[_0x4db416(0x30d)](_0x4db416(0x19d)+_0x126306[_0x4db416(0x249)](_0x3ffcee,0x1)+'/'+_0x2a404b[_0x4db416(0x273)]+_0x4db416(0x20d)+(_0x2fb58b[_0x4db416(0x2b8)]||_0x126306[_0x4db416(0x1d4)])+_0x4db416(0x23b)+(_0x2fb58b['test_run_uuid']||_0x126306[_0x4db416(0x1d4)])+_0x4db416(0x1b6)+(_0x2fb58b[_0x4db416(0x232)]||_0x126306[_0x4db416(0x1cf)])+_0x4db416(0x209)+(_0x2fb58b[_0x4db416(0x1a8)]?.['length']||0x0));}));const _0x3e63ed=_0x178da8[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x50411c=_0x126306['oSaLh'](getMediaArtifactsLogs,_0x3e63ed,null,_0xed5b81),_0x1865e8=(_0xb686a9||[])[_0x4244fe(0x243)](_0x50411c||[]),_0x47d782=_0x2a404b?.[_0x4244fe(0x273)]||0x0,_0x1624ca=_0x126306['tJSPz'](_0xb686a9?.[_0x4244fe(0x273)]||0x0,_0x47d782);logger[_0x4244fe(0x30d)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20'+_0xed5b81+_0x4244fe(0x1de)+_0x1624ca+_0x4244fe(0x278)+_0x47d782+',\x20attachmentLogs:\x20'+(_0x50411c?.['length']||0x0)+_0x4244fe(0x1ed)+_0x1865e8[_0x4244fe(0x273)]);if(!_0x1865e8||_0x126306[_0x4244fe(0x1cc)](_0x1865e8[_0x4244fe(0x273)],0x0)){logger[_0x4244fe(0x30d)](_0x4244fe(0x1f9)+_0xed5b81);return;}const _0xe56948=0x28,_0x1fa033=Math[_0x4244fe(0x300)](_0x126306[_0x4244fe(0x29d)](_0x1865e8[_0x4244fe(0x273)],_0xe56948));for(let _0x4461b2=0x0;_0x126306[_0x4244fe(0x22a)](_0x4461b2,_0x1fa033);_0x4461b2++){const _0x44d6cf=_0x126306[_0x4244fe(0x18f)](_0x4461b2,_0xe56948),_0x461378=_0x126306[_0x4244fe(0x310)](_0x44d6cf,_0xe56948),_0x140301=_0x1865e8[_0x4244fe(0x293)](_0x44d6cf,_0x461378),_0x546061=global?.[_0x4244fe(0x2af)]?.[_0x4244fe(0x2d6)]?.[_0x4244fe(0x23d)]||0x0,_0x488723={'platformIndex':_0x546061,'logs':_0x140301,'testFrameworkName':_0x52244b,'testFrameworkVersion':_0x168210,'testFrameworkState':_0x4784ba[_0x4244fe(0x21f)]()[_0x4244fe(0x216)]('.')[0x1]},_0x55a529={};_0x55a529['depth']=0x3,_0x55a529[_0x4244fe(0x325)]=0x5,logger[_0x4244fe(0x30d)](_0x4244fe(0x1e2)+_0x126306[_0x4244fe(0x310)](_0x4461b2,0x1)+'/'+_0x1fa033+'\x20-\x20testId:\x20'+_0xed5b81+',\x20logsInBatch:\x20'+_0x140301['length']+',\x20platformIndex:\x20'+_0x546061+_0x4244fe(0x1ec)+util[_0x4244fe(0x302)](_0x488723,_0x55a529));const _0x213c2b=await GrpcClient[_0x4244fe(0x1fa)]()[_0x4244fe(0x291)](_0x488723);logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x126306['oOYYu'](_0x4461b2,0x1)+'/'+_0x1fa033+_0x4244fe(0x239)+_0xed5b81+_0x4244fe(0x196)+util[_0x4244fe(0x302)](_0x213c2b));}if(_0x50411c&&_0x126306['VpFNK'](_0x50411c[_0x4244fe(0x273)],0x0)&&_0x178da8[TestFrameworkConstants[_0x4244fe(0x192)]]){const _0x5ac5ac={[TestFrameworkConstants[_0x4244fe(0x192)]]:{}},_0x2100b7={};_0x2100b7[_0xed5b81]=_0x5ac5ac,_0x2d7e49[_0x4244fe(0x2d1)](_0x2100b7);}logger[_0x4244fe(0x30d)](_0x4244fe(0x190)+_0xed5b81+_0x4244fe(0x222)+_0x1fa033);}catch(_0x1353a7){logger[_0x4244fe(0x1c4)](_0x4244fe(0x2f5)+(_0x38ce59['testUUID']||_0x38ce59['testId'])+_0x4244fe(0x237)+util['format'](_0x1353a7));}}[a71_0x542f14(0x297)](_0x30d2ba,_0x3067b7,_0x2325f0,_0x9327fd,_0xc8ef2e){const _0x3955d7=a71_0x542f14,_0x3147d3={};_0x3147d3[_0x3955d7(0x24b)]=function(_0xd50f6c,_0x25eec7){return _0xd50f6c===_0x25eec7;},_0x3147d3['DJGIZ']=_0x3955d7(0x221);const _0x3eb36d=_0x3147d3,{hookData:_0x117b95}=_0xc8ef2e,_0x3b8a67={'testId':_0x3067b7,'testFrameworkState':_0x2325f0,'hookState':_0x9327fd,'args':_0xc8ef2e,'timestamp':new Date()['toISOString']()};if(_0x3eb36d[_0x3955d7(0x24b)](_0x2325f0,TestFrameworkState[_0x3955d7(0x224)])&&_0x117b95){const _0x373687={};_0x373687['filePath']=_0x117b95['file_name']||_0x117b95[_0x3955d7(0x299)],_0x373687[_0x3955d7(0x23f)]=_0x117b95[_0x3955d7(0x23f)]||_0x117b95[_0x3955d7(0x2aa)]&&_0x117b95[_0x3955d7(0x2aa)][0x0]||'',_0x373687[_0x3955d7(0x1c2)]=_0x3eb36d[_0x3955d7(0x1bb)],_0x3b8a67[_0x3955d7(0x213)]=_0x373687,logger[_0x3955d7(0x30d)](_0x3955d7(0x2ab)+_0x3067b7+_0x3955d7(0x314)+_0x3b8a67[_0x3955d7(0x213)][_0x3955d7(0x1a3)]+_0x3955d7(0x2c2)+_0x3b8a67[_0x3955d7(0x213)][_0x3955d7(0x23f)]);}_0x30d2ba[_0x3955d7(0x2c0)](_0x3067b7,_0x3b8a67),logger[_0x3955d7(0x30d)](_0x3955d7(0x2f0)+_0x3067b7+_0x3955d7(0x274)+_0x2325f0+_0x3955d7(0x2d8)+_0x9327fd);}async[a71_0x542f14(0x1b2)](_0x198f61,_0x36266a){const _0x4f4ed7=a71_0x542f14,_0x40cce7={};_0x40cce7['LoCaA']=function(_0x57e48f,_0x425ab0){return _0x57e48f>_0x425ab0;},_0x40cce7[_0x4f4ed7(0x2da)]=_0x4f4ed7(0x2c7),_0x40cce7[_0x4f4ed7(0x2f6)]=function(_0x23177e,_0x381b29){return _0x23177e===_0x381b29;},_0x40cce7[_0x4f4ed7(0x1f6)]=function(_0x67cd08,_0x38c7f4){return _0x67cd08===_0x38c7f4;},_0x40cce7[_0x4f4ed7(0x24d)]=function(_0x4d27db,_0x3e4d1f){return _0x4d27db===_0x3e4d1f;},_0x40cce7[_0x4f4ed7(0x2c8)]=_0x4f4ed7(0x1c5),_0x40cce7['UgzWJ']=_0x4f4ed7(0x1da);const _0x3eed8c=_0x40cce7;if(_0x198f61[_0x4f4ed7(0x1ce)](_0x36266a)){const _0x9c7bb=_0x198f61[_0x4f4ed7(0x2e5)](_0x36266a);logger[_0x4f4ed7(0x30d)](_0x4f4ed7(0x26f)+_0x9c7bb[_0x4f4ed7(0x273)]+_0x4f4ed7(0x1ef)+_0x36266a);for(const _0x5d580f of _0x9c7bb){try{const _0x204564=await this[_0x4f4ed7(0x2e6)](_0x198f61,_0x5d580f[_0x4f4ed7(0x2e0)],_0x5d580f[_0x4f4ed7(0x1dc)],_0x5d580f[_0x4f4ed7(0x1ad)]);_0x204564&&_0x3eed8c['LoCaA'](Object[_0x4f4ed7(0x1f5)](_0x204564)['length'],0x0)&&_0x198f61['addMultipleEntries'](_0x204564),await this[_0x4f4ed7(0x2ef)](_0x198f61,_0x5d580f['testFrameworkState'],_0x5d580f['hookState'],_0x5d580f[_0x4f4ed7(0x1ad)]);}catch(_0x3e2fd1){logger[_0x4f4ed7(0x1c4)](_0x4f4ed7(0x2e9)+_0x36266a+',\x20error:\x20'+_0x3e2fd1);}}_0x198f61['removePendingHooks'](_0x36266a),logger[_0x4f4ed7(0x30d)](_0x4f4ed7(0x2a0)+_0x36266a);}const _0xd54183=_0x198f61[_0x4f4ed7(0x2e3)]()['get'](_0x36266a);if(_0xd54183){const _0x372bae=_0xd54183[TestFrameworkConstants['KEY_TEST_FILE_PATH']]||_0xd54183[TestFrameworkConstants[_0x4f4ed7(0x2e2)]],_0x1792a6=_0xd54183[TestFrameworkConstants['KEY_TEST_SCOPE']]||_0xd54183[TestFrameworkConstants[_0x4f4ed7(0x2cd)]]&&_0xd54183[TestFrameworkConstants[_0x4f4ed7(0x2cd)]][0x0]||'';logger[_0x4f4ed7(0x30d)](_0x3eed8c['hbKkB']);const _0x239d49=_0x198f61[_0x4f4ed7(0x1fb)]();for(const _0x4c09c4 of _0x239d49){if(_0x3eed8c['fFwnu'](_0x4c09c4,_0x36266a))continue;if(_0x198f61[_0x4f4ed7(0x1ce)](_0x4c09c4)){const _0x1bf3ec=_0x198f61[_0x4f4ed7(0x2e5)](_0x4c09c4);for(const _0x116f83 of _0x1bf3ec){if(_0x3eed8c[_0x4f4ed7(0x2f6)](_0x116f83[_0x4f4ed7(0x2e0)],TestFrameworkState[_0x4f4ed7(0x224)])&&_0x116f83[_0x4f4ed7(0x213)]){const _0x5cd2ed=_0x116f83[_0x4f4ed7(0x213)][_0x4f4ed7(0x1a3)],_0x4ace7a=_0x116f83['hookMetadata']['scope'];if(_0x3eed8c['fFwnu'](_0x5cd2ed,_0x372bae)&&_0x3eed8c[_0x4f4ed7(0x1f6)](_0x4ace7a,_0x1792a6)){logger[_0x4f4ed7(0x30d)](_0x4f4ed7(0x235)+_0x4c09c4+_0x4f4ed7(0x217)+_0x36266a+_0x4f4ed7(0x314)+_0x5cd2ed+',\x20scope:\x20'+_0x4ace7a);_0x116f83[_0x4f4ed7(0x1ad)]&&_0x116f83['args'][_0x4f4ed7(0x1e3)]&&(_0x116f83[_0x4f4ed7(0x1ad)][_0x4f4ed7(0x1e3)]['test_run_id']=_0x36266a,logger[_0x4f4ed7(0x30d)](_0x4f4ed7(0x1f1)+_0x4c09c4+_0x4f4ed7(0x26c)+_0x36266a));try{const _0x587b2f=await this[_0x4f4ed7(0x2e6)](_0x198f61,_0x116f83[_0x4f4ed7(0x2e0)],_0x116f83[_0x4f4ed7(0x1dc)],_0x116f83[_0x4f4ed7(0x1ad)]);_0x587b2f&&_0x3eed8c[_0x4f4ed7(0x258)](Object[_0x4f4ed7(0x1f5)](_0x587b2f)[_0x4f4ed7(0x273)],0x0)&&_0x198f61['addMultipleEntries'](_0x587b2f);await this[_0x4f4ed7(0x2ef)](_0x198f61,_0x116f83['testFrameworkState'],_0x116f83[_0x4f4ed7(0x1dc)],_0x116f83[_0x4f4ed7(0x1ad)]);const _0x456db8=_0x198f61[_0x4f4ed7(0x2e5)](_0x4c09c4)['filter'](_0x4ba2c1=>_0x4ba2c1!==_0x116f83);if(_0x3eed8c[_0x4f4ed7(0x24d)](_0x456db8[_0x4f4ed7(0x273)],0x0))_0x198f61[_0x4f4ed7(0x2d2)](_0x4c09c4);else{_0x198f61[_0x4f4ed7(0x2d2)](_0x4c09c4);for(const _0x1a5052 of _0x456db8){_0x198f61[_0x4f4ed7(0x2c0)](_0x4c09c4,_0x1a5052);}}logger[_0x4f4ed7(0x30d)](_0x3eed8c[_0x4f4ed7(0x2c8)]);}catch(_0x216d13){logger['error'](_0x3eed8c[_0x4f4ed7(0x21d)]);}}}}}}}}[a71_0x542f14(0x2a8)](_0x77edaf){const _0x249b11=a71_0x542f14,_0x39b9a0={'UJVyK':function(_0x39f786){return _0x39f786();}};if(!_0x77edaf||!_0x77edaf['parent'])return;_0x77edaf[_0x249b11(0x210)][_0x249b11(0x25b)]&&Array['isArray'](_0x77edaf[_0x249b11(0x210)][_0x249b11(0x25b)])&&_0x77edaf[_0x249b11(0x210)]['hooks'][_0x249b11(0x1e6)](_0x4f5f1f=>{const _0x3b343b=_0x249b11;!_0x4f5f1f[_0x3b343b(0x30e)]&&!_0x4f5f1f['hookUUID']&&(_0x4f5f1f[_0x3b343b(0x30e)]=_0x39b9a0[_0x3b343b(0x1b1)](uuidv4),_0x4f5f1f[_0x3b343b(0x309)]=_0x4f5f1f[_0x3b343b(0x30e)],logger[_0x3b343b(0x30d)](_0x3b343b(0x311)+_0x4f5f1f[_0x3b343b(0x2dc)]+',\x20hookUUID='+_0x4f5f1f[_0x3b343b(0x30e)]));}),this[_0x249b11(0x2a8)](_0x77edaf['parent']);}[a71_0x542f14(0x1c7)](_0x10e8db){const _0x4d5bc3=a71_0x542f14,_0x33d9f8={'xJZrz':function(_0x128066,_0x1711ac){return _0x128066(_0x1711ac);}};if(!_0x10e8db||!_0x10e8db['parent'])return[];const _0xb18241=[];return _0x10e8db[_0x4d5bc3(0x210)][_0x4d5bc3(0x25b)]&&Array['isArray'](_0x10e8db['parent']['hooks'])&&_0x10e8db['parent'][_0x4d5bc3(0x25b)][_0x4d5bc3(0x1e6)](_0x4029a7=>{const _0xc39e95=_0x4d5bc3,_0x3b4dff=_0x4029a7[_0xc39e95(0x30e)]||_0x4029a7[_0xc39e95(0x309)];_0x3b4dff&&!this[_0xc39e95(0x2fb)](_0x4029a7)&&!_0x33d9f8[_0xc39e95(0x234)](isInternalHook,_0x4029a7['fn'])&&_0xb18241[_0xc39e95(0x214)](_0x3b4dff);}),[..._0xb18241,...this[_0x4d5bc3(0x1c7)](_0x10e8db['parent'])];}[a71_0x542f14(0x2e8)](_0x39b50b){const _0x4180a8=a71_0x542f14,_0x31571e={'zCbqZ':function(_0x50a1dc,_0x2850d6){return _0x50a1dc(_0x2850d6);},'IDdAD':_0x4180a8(0x321),'yXdDO':function(_0xfca745,_0x1f37c3){return _0xfca745(_0x1f37c3);},'lUSjw':function(_0x23b929,_0x4956d2){return _0x23b929(_0x4956d2);}},_0x2035d8=new Map(),_0x398aca=_0x9ed750=>{const _0xcd0a7a=_0x4180a8;if(!_0x9ed750||!_0x9ed750[_0xcd0a7a(0x210)])return;_0x9ed750[_0xcd0a7a(0x210)][_0xcd0a7a(0x25b)]&&Array[_0xcd0a7a(0x292)](_0x9ed750['parent']['hooks'])&&_0x9ed750[_0xcd0a7a(0x210)]['hooks'][_0xcd0a7a(0x1e6)](_0x1e7243=>{const _0x5a2805=_0xcd0a7a,_0x25f31d=_0x1e7243[_0x5a2805(0x30e)]||_0x1e7243[_0x5a2805(0x309)];if(_0x25f31d&&!this[_0x5a2805(0x2fb)](_0x1e7243)&&!_0x31571e['zCbqZ'](isInternalHook,_0x1e7243['fn'])){const _0x49ccb6={};_0x49ccb6['type']=_0x1e7243[_0x5a2805(0x2dc)]||_0x31571e[_0x5a2805(0x215)],_0x49ccb6[_0x5a2805(0x329)]=_0x1e7243['name']||'\x22'+_0x1e7243[_0x5a2805(0x2dc)]+_0x5a2805(0x254),_0x2035d8[_0x5a2805(0x269)](_0x25f31d,_0x49ccb6);}}),_0x31571e[_0xcd0a7a(0x244)](_0x398aca,_0x9ed750[_0xcd0a7a(0x210)]);};return _0x31571e['lUSjw'](_0x398aca,_0x39b50b),_0x2035d8;}['isJestInternalHook'](_0x126c92){const _0x2533cf=a71_0x542f14,_0x7c11b8={};_0x7c11b8[_0x2533cf(0x241)]=_0x2533cf(0x25d),_0x7c11b8[_0x2533cf(0x2b2)]=_0x2533cf(0x245);const _0x217507=_0x7c11b8;try{const _0x521319=this['getRootParentFile'](_0x126c92);return _0x521319&&_0x521319[_0x2533cf(0x21c)](_0x217507[_0x2533cf(0x241)]);}catch(_0x3fad1f){logger[_0x2533cf(0x30d)](_0x217507[_0x2533cf(0x2b2)]);}return![];}[a71_0x542f14(0x2ac)](_0xf7cd7){const _0x1b05b5=a71_0x542f14;if(_0xf7cd7[_0x1b05b5(0x284)])try{const _0xe25991=stackTrace[_0x1b05b5(0x1ca)](_0xf7cd7[_0x1b05b5(0x284)]);return _0xe25991[0x0]?_0xe25991[0x0][_0x1b05b5(0x257)]():null;}catch(_0x26da54){logger[_0x1b05b5(0x30d)](_0x1b05b5(0x2f8)+util[_0x1b05b5(0x246)](_0x26da54));}if(_0xf7cd7[_0x1b05b5(0x19f)])return _0xf7cd7[_0x1b05b5(0x19f)];return null;}}module[a71_0x542f14(0x2b0)]=JestTestFramework;function a71_0x1fe1(){const _0x5f10da=['endedAt','hookType','../state/hookState.js','error','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','KEY_TEST_FILE_PATH','getHooksForTest','KEY_LOGS','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','parse',',\x20failureType=','Octmg','join','hasPendingHooks','HXncq','hook_id','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','getTestFrameworksVersions','abJAl','filter','KEY_TEST_RESULT','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','FtsER','finished_at','Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20${testId},\x20error:\x20${error}','KEY_TEST_FAILURE_REASON','hookState','KEY_TEST_RETRY_OF',',\x20consoleLogs:\x20','passed','xvRDA','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','hookData',',\x20hooksListLength=','util','forEach','cTQCt','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','KEY_HOOK_LOGS','xFXfn','testData',',\x20payload:\x20',',\x20totalLogs:\x20','209735CAkxoy','\x20pending\x20hooks\x20for\x20testId:\x20','KEY_HOOK_ID','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','IEEFl','TEST','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','keys','fOGVf','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','getInstance','getAllPendingHookTestIds','KEY_TEST_SCOPE',',\x20result=','KEY_TEST_RERUN_NAME','toUpperCase','bciam','file_name','KEY_TEST_DURATION','rfGGH','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=',',\x20testId=','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','9254goJTad','testUUID',',\x20messageLength=','kind','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','createContext','\x20-\x20test_identifier=',',\x20state=','test','parent','missing','getJestFailureType','hookMetadata','push','IDdAD','split',',\x20currentTestId:\x20','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','Assert','KEY_TEST_STARTED_AT','KEY_TEST_NAME','includes','UgzWJ','getCurrentTestState','toString','retryOf','beforeAll',',\x20totalBatches:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','BEFORE_ALL','leiyO','../state/testFrameworkState.js','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','getCurrentInstanceName','KEY_TEST_ENDED_AT','ZhJnC','qtzUq','../../../helpers/test-observability/utils','umYkz','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','ROOT_DESCRIBE_BLOCK','get','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','hook_run_uuid','skipped','xJZrz','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','replace',',\x20error:\x20','instance','\x20-\x20testId:\x20','usABq',',\x20test_run_uuid=','getProcessId','parallelIndex','GbZSH','scope','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','qUVeU','KulxQ','concat','yXdDO','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','format','JCkyh','parseJestTest','oOYYu','uOHpD','StKhU','apply','NJieh','8782284QdGIRS','failed',',\x20exception=','mHHDy','eventJson','Jaste','\x22\x20hook','../grpcClient','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','getFileName','LoCaA','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','title','hooks','ezqZg','jest-circus','KEY_HOOK_RESULT','trackEvent','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','1591648ppyNrj','LOG_REPORT','getActiveHook','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','kqRri',',\x20storing\x20as\x20pending\x20hook','set','21840269zLtScA','uuid','\x20to\x20','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','KEY_TEST_FAILURE_TYPE','Processing\x20','10087810hmAuIZ','getJestTestScopes','parseJestTestResult','length',',\x20state:\x20','errorsDetailed','Unknown\x20error','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=',',\x20screenshotLogs:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','test_run_id','platformIndex','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','AssertionError',',\x20filePath=',',\x20hook=','UmftL','../cliUtils.js','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','depth','asyncError','sendLogCreatedEvent','KKswN','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','hook_result','./testFramework','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','MdanY','getTestFrameworks','pXulw','../../../helpers/helper.js','JkbXE','logCreatedEvent','isArray','slice',',\x20testFramework=','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','pid','storePendingHook','trackJestInstance:\x20instance\x20already\x20exists','location','KEY_HOOK_FAILURE','getJestTestIdentifier','stack-trace','Llqpa','HAMsf','dLdul','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','findIndex','../../../helpers/classLogger.js','DEFAULT_HOOK_RESULT','KEY_AUTOMATE_SESSION_NAME','KEY_TEST_ID','JestTestFramework','testId','mapTestHooks','xKpNi','scopes','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','getRootParentFile','startedAt','zMHqK','__workerDetails','exports','find','fzBYq','getContext','NONE','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData',',\x20hookType=','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','test_identifier','xtuaN','\x22\x20from\x20testData','\x20attachments','trackJestInstance','event_ended_at','splice','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','addPendingHook','map',',\x20scope:\x20',',\x20testData=','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','QZYWp','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20${testFilePath},\x20scope:\x20${testScope}','AFyMo','KEY_HOOK_FAILURE_TYPE','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20',',\x20hookId=','UnhandledError','KEY_TEST_SCOPES','./constants/testFrameworkConstants.js','from','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','addMultipleEntries','removePendingHooks','VQjCS','substring','delete','workerInfo','Tylxq',',\x20hookState:\x20','KEY_TEST_FRAMEWORK_VERSION','hbKkB','getId','type','KEY_TEST_UUID','bStNe','cCAny','testFrameworkState','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','KEY_TEST_LOCATION','getAllData','3LrvtyV','getPendingHooks','trackHookEvent','../TestInfo.js','buildHookMapFromTest','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','9cdEbMt','KEY_CUSTOM_TAGS','PRE','DEFAULT_TEST_RESULT','result','runHooks','Stored\x20pending\x20hook\x20for\x20testId:\x20','KEY_EVENT_STARTED_AT','\x20(testIdentifier)','pop','warn','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','fFwnu','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','KEY_TEST_FRAMEWORK_NAME','nwlPA','isJestInternalHook','oVpOJ','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','getJestFailureData','reverse','ceil','KEY_TEST_TAGS','inspect','activeHooks','KEY_HOOK_FAILURE_REASON',',\x20hookData=','90fXAhBq',',\x20hookState=','plnBw','hookUUID','toISOString','getJestFailureReason','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','debug','hookAnalyticsId','Error\x20in\x20createTestFrameworkEventPayload:\x20','OBEIo','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','IxcEA','\x20(testIdentifier),\x20result=',',\x20filePath:\x20','KEY_TEST_LOGS','failure_reason','KEY_TEST_CODE','\x20hook','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','OHtYT','KEY_HOOKS_FINISHED','uIjWf','KEY_HOOK_NAME',',\x20target=','\x20logs\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','unknown',',\x20remainingHooks=','47zAdyRG','setActiveHook','maxArrayLength','dAYww','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','duration','name','Unknown\x20Test','VpFNK','HLYrW',',\x20version=','getTrackedInstance','GDWIJ','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','KEY_HOOKS_STARTED','KEY_TEST_ATTACHMENTS','originalTest','getJestTestFilePath','\x20for\x20testId:\x20',',\x20response=','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','TEST_SCREENSHOT','DzVRH','pdzXB',',\x20failureReason=','lXAYN','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','oiPxa','file','DDdwj','\x20(testIdentifier),\x20hookType=','afterAll','filePath','KIrOw','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','started_at','resolveInstance','message','getJestTestName','has',',\x20hookUUID=','../instances/testFrameworkInstance.js','args','POST','getThreadId','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','UJVyK','processPendingHooks','KEY_TEST_META','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','3211168FaZKld',',\x20hook_run_uuid=','skip','../instances/trackedInstance.js','testFrameworkVersion','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','DJGIZ','status','cCPLV','ARaHK','KEY_EVENT_ENDED_AT','\x20(testIdentifier),\x20scopes='];a71_0x1fe1=function(){return _0x5f10da;};return a71_0x1fe1();}
@@ -1 +1 @@
1
- const a72_0x295b64=a72_0x2412;function a72_0x2412(_0x2fdd46,_0x5b66e3){const _0x1ed447=a72_0x1ed4();return a72_0x2412=function(_0x241248,_0xa8b590){_0x241248=_0x241248-0x74;let _0x49ea96=_0x1ed447[_0x241248];return _0x49ea96;},a72_0x2412(_0x2fdd46,_0x5b66e3);}function a72_0x1ed4(){const _0x5c2f9c=['message','2428050VuXIPS','6926647nDxXhZ','trackPlaywrightInstance:\x20instance\x20already\x20exists','trackEvent','CREATE','debug','../state/automationFrameworkState.js','params','runHooks','559266LGxpRb','NONE','PLAYWRIGHT_DISPATCH','../../../helpers/classLogger.js','info','218478rIYAiT','lXnMV','1818572svIZHw','155996CegEJv','createContext','logger','../instances/trackedInstance.js','getAutomationFrameworkVersion','ypWxn','\x20hookState=','1433075ZonpIB','getAutomationFrameworkName','setTrackedInstance','exports','LCITc','getTrackedInstance','getId','PlaywrightAutomationFramework','trackPlaywrightInstance','../cliUtils.js','WQDwb','resolveInstance'];a72_0x1ed4=function(){return _0x5c2f9c;};return a72_0x1ed4();}(function(_0x3308b6,_0xbbafe9){const _0x54284a=a72_0x2412,_0x5efb61=_0x3308b6();while(!![]){try{const _0x46eeaf=-parseInt(_0x54284a(0x95))/0x1+-parseInt(_0x54284a(0x8d))/0x2+-parseInt(_0x54284a(0x92))/0x3+parseInt(_0x54284a(0x94))/0x4+-parseInt(_0x54284a(0x77))/0x5+-parseInt(_0x54284a(0x84))/0x6+parseInt(_0x54284a(0x85))/0x7;if(_0x46eeaf===_0xbbafe9)break;else _0x5efb61['push'](_0x5efb61['shift']());}catch(_0x382fb6){_0x5efb61['push'](_0x5efb61['shift']());}}}(a72_0x1ed4,0x3bac3));const AutomationFramework=require('./automationFramework.js'),{createClassLogger}=require(a72_0x295b64(0x90)),AutomationFrameworkState=require(a72_0x295b64(0x8a)),CLIUtils=require(a72_0x295b64(0x80)),TrackedInstance=require(a72_0x295b64(0x98)),AutomationFrameworkInstance=require('../instances/automationFrameworkInstance.js');class PlaywrightAutomationFramework extends AutomationFramework{['logger']=createClassLogger(a72_0x295b64(0x7e));constructor(_0xf74e59,_0x1e3f08){super(_0xf74e59,_0x1e3f08);}async[a72_0x295b64(0x87)](_0x9ab706,_0x12dcd5,_0x57e0c3={}){const _0x323ecb=a72_0x295b64,_0x388433={};_0x388433[_0x323ecb(0x7b)]=function(_0xc93af7,_0x212034){return _0xc93af7===_0x212034;};const _0x2ad527=_0x388433;this[_0x323ecb(0x97)][_0x323ecb(0x89)]('trackEvent:\x20automationFrameworkState='+_0x9ab706+_0x323ecb(0x76)+_0x12dcd5),await super[_0x323ecb(0x87)](_0x9ab706,_0x12dcd5,_0x57e0c3);const _0x239b5a=this[_0x323ecb(0x82)](_0x9ab706,_0x12dcd5,_0x57e0c3);if(_0x2ad527['LCITc'](_0x239b5a,null))return;_0x57e0c3['instance']=_0x239b5a,await this[_0x323ecb(0x8c)](_0x239b5a,_0x9ab706,_0x12dcd5,_0x57e0c3);}[a72_0x295b64(0x82)](_0x3f2bed,_0x4a5213,_0xb57dec={}){const _0x39c457=a72_0x295b64,_0x1935bd={};_0x1935bd[_0x39c457(0x75)]=function(_0x438732,_0x40ab71){return _0x438732===_0x40ab71;},_0x1935bd[_0x39c457(0x81)]=function(_0x4032c1,_0x1c6197){return _0x4032c1===_0x1c6197;};const _0x19798c=_0x1935bd;let _0x5cd377=null;return(_0x19798c[_0x39c457(0x75)](_0x3f2bed,AutomationFrameworkState[_0x39c457(0x88)])||_0x19798c[_0x39c457(0x75)](_0x3f2bed,AutomationFrameworkState[_0x39c457(0x8f)])&&(_0xb57dec['message']&&_0xb57dec[_0x39c457(0x83)]['params']&&_0xb57dec[_0x39c457(0x83)][_0x39c457(0x8b)]['bsParams'])||_0x19798c[_0x39c457(0x81)](_0x3f2bed,AutomationFrameworkState[_0x39c457(0x8e)]))&&this[_0x39c457(0x7f)](_0x3f2bed,_0xb57dec),_0x5cd377=AutomationFramework[_0x39c457(0x7c)](),_0x5cd377;}[a72_0x295b64(0x7f)](_0x20683d,_0x30a029){const _0x21d4f4=a72_0x295b64,_0x104f8e={};_0x104f8e[_0x21d4f4(0x93)]=_0x21d4f4(0x86);const _0x14548a=_0x104f8e;if(AutomationFramework[_0x21d4f4(0x7c)]()){this[_0x21d4f4(0x97)][_0x21d4f4(0x91)](_0x14548a['lXnMV']);return;}const _0x5caed9=CLIUtils['getCurrentInstanceName'](),_0x3b3a6d=TrackedInstance[_0x21d4f4(0x96)](_0x5caed9);let _0x4319a5=null;this[_0x21d4f4(0x97)][_0x21d4f4(0x91)]('trackPlaywrightInstance:\x20created\x20instance\x20for\x20target='+_0x5caed9+',\x20state='+_0x20683d),_0x4319a5=new AutomationFrameworkInstance(_0x3b3a6d,this[_0x21d4f4(0x78)](),this[_0x21d4f4(0x74)](),_0x20683d),AutomationFramework[_0x21d4f4(0x79)](_0x3b3a6d,_0x4319a5),this[_0x21d4f4(0x97)][_0x21d4f4(0x91)]('trackPlaywrightInstance:\x20saved\x20instance\x20contextId='+_0x3b3a6d[_0x21d4f4(0x7d)]()+'\x20target='+_0x5caed9);}}module[a72_0x295b64(0x7a)]=PlaywrightAutomationFramework;
1
+ const a72_0x3bbd2f=a72_0x1e4e;function a72_0x1770(){const _0x36bc51=['../instances/automationFrameworkInstance.js','getTrackedInstance','message','CREATE','5LFjQex','trackEvent','274wtuajR','trackPlaywrightInstance','setTrackedInstance','resolveInstance','../state/automationFrameworkState.js',',\x20state=','2993247ZYXmjh','./automationFramework.js','debug','\x20hookState=','trackEvent:\x20automationFrameworkState=','\x20target=','bsParams','instance','3555618OPqnLL','ezUzF','537024pmFZUV','getCurrentInstanceName','exports','dvHqJ','lxJFC','12019ICnaIs','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','PlaywrightAutomationFramework','../../../helpers/classLogger.js','1416pzBLpz','info','6081nsLTmg','7967300hStaJn','AICIH','770255ZQjbDq','getAutomationFrameworkVersion','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','NONE','logger'];a72_0x1770=function(){return _0x36bc51;};return a72_0x1770();}(function(_0x13080f,_0x3f8114){const _0x5365e1=a72_0x1e4e,_0xdb52c1=_0x13080f();while(!![]){try{const _0x1014b9=parseInt(_0x5365e1(0x148))/0x1+parseInt(_0x5365e1(0x153))/0x2*(-parseInt(_0x5365e1(0x145))/0x3)+parseInt(_0x5365e1(0x13a))/0x4+-parseInt(_0x5365e1(0x151))/0x5*(-parseInt(_0x5365e1(0x138))/0x6)+parseInt(_0x5365e1(0x13f))/0x7*(parseInt(_0x5365e1(0x143))/0x8)+-parseInt(_0x5365e1(0x130))/0x9+-parseInt(_0x5365e1(0x146))/0xa;if(_0x1014b9===_0x3f8114)break;else _0xdb52c1['push'](_0xdb52c1['shift']());}catch(_0x4f47ec){_0xdb52c1['push'](_0xdb52c1['shift']());}}}(a72_0x1770,0x6031b));const AutomationFramework=require(a72_0x3bbd2f(0x131)),{createClassLogger}=require(a72_0x3bbd2f(0x142)),AutomationFrameworkState=require(a72_0x3bbd2f(0x12e)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require('../instances/trackedInstance.js'),AutomationFrameworkInstance=require(a72_0x3bbd2f(0x14d));function a72_0x1e4e(_0x3e1a52,_0x483434){const _0x177016=a72_0x1770();return a72_0x1e4e=function(_0x1e4e21,_0x2b8c5f){_0x1e4e21=_0x1e4e21-0x12d;let _0x121858=_0x177016[_0x1e4e21];return _0x121858;},a72_0x1e4e(_0x3e1a52,_0x483434);}class PlaywrightAutomationFramework extends AutomationFramework{[a72_0x3bbd2f(0x14c)]=createClassLogger(a72_0x3bbd2f(0x141));constructor(_0x2a363a,_0x4ad331){super(_0x2a363a,_0x4ad331);}async[a72_0x3bbd2f(0x152)](_0x32ca52,_0x5fb215,_0x4652f8={}){const _0x56fdb7=a72_0x3bbd2f,_0x684a7e={};_0x684a7e[_0x56fdb7(0x139)]=function(_0x5c85ba,_0x4b236d){return _0x5c85ba===_0x4b236d;};const _0x2ccb6e=_0x684a7e;this[_0x56fdb7(0x14c)][_0x56fdb7(0x132)](_0x56fdb7(0x134)+_0x32ca52+_0x56fdb7(0x133)+_0x5fb215),await super['trackEvent'](_0x32ca52,_0x5fb215,_0x4652f8);const _0x5bcacf=this[_0x56fdb7(0x12d)](_0x32ca52,_0x5fb215,_0x4652f8);if(_0x2ccb6e[_0x56fdb7(0x139)](_0x5bcacf,null))return;_0x4652f8[_0x56fdb7(0x137)]=_0x5bcacf,await this['runHooks'](_0x5bcacf,_0x32ca52,_0x5fb215,_0x4652f8);}[a72_0x3bbd2f(0x12d)](_0x539669,_0x1fa07c,_0x136b6f={}){const _0x1b59fd=a72_0x3bbd2f,_0x2b5389={};_0x2b5389[_0x1b59fd(0x13d)]=function(_0x1a0d68,_0x591678){return _0x1a0d68===_0x591678;},_0x2b5389['lxJFC']=function(_0x28a587,_0x1f9a25){return _0x28a587===_0x1f9a25;};const _0x15d763=_0x2b5389;let _0x5b1cdd=null;return(_0x15d763['dvHqJ'](_0x539669,AutomationFrameworkState[_0x1b59fd(0x150)])||_0x15d763[_0x1b59fd(0x13e)](_0x539669,AutomationFrameworkState['PLAYWRIGHT_DISPATCH'])&&(_0x136b6f[_0x1b59fd(0x14f)]&&_0x136b6f[_0x1b59fd(0x14f)]['params']&&_0x136b6f[_0x1b59fd(0x14f)]['params'][_0x1b59fd(0x136)])||_0x15d763[_0x1b59fd(0x13d)](_0x539669,AutomationFrameworkState[_0x1b59fd(0x14b)]))&&this[_0x1b59fd(0x154)](_0x539669,_0x136b6f),_0x5b1cdd=AutomationFramework[_0x1b59fd(0x14e)](),_0x5b1cdd;}[a72_0x3bbd2f(0x154)](_0x28275b,_0x490137){const _0x455c8f=a72_0x3bbd2f,_0x41e839={};_0x41e839[_0x455c8f(0x147)]='trackPlaywrightInstance:\x20instance\x20already\x20exists';const _0x5b5295=_0x41e839;if(AutomationFramework[_0x455c8f(0x14e)]()){this[_0x455c8f(0x14c)]['info'](_0x5b5295[_0x455c8f(0x147)]);return;}const _0x18de2c=CLIUtils[_0x455c8f(0x13b)](),_0x568acb=TrackedInstance['createContext'](_0x18de2c);let _0x3580e6=null;this[_0x455c8f(0x14c)][_0x455c8f(0x144)](_0x455c8f(0x140)+_0x18de2c+_0x455c8f(0x12f)+_0x28275b),_0x3580e6=new AutomationFrameworkInstance(_0x568acb,this['getAutomationFrameworkName'](),this[_0x455c8f(0x149)](),_0x28275b),AutomationFramework[_0x455c8f(0x155)](_0x568acb,_0x3580e6),this[_0x455c8f(0x14c)][_0x455c8f(0x144)](_0x455c8f(0x14a)+_0x568acb['getId']()+_0x455c8f(0x135)+_0x18de2c);}}module[a72_0x3bbd2f(0x13c)]=PlaywrightAutomationFramework;