browserstack-node-sdk 1.47.1 → 1.47.3

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_0x49f3(){const _0x420e58=['uuid','KEY_TEST_FRAMEWORK_NAME','sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping','UnhandledError','getCurrentInstanceName','LmpjQ','991048OzBPyo','length','5439826OJEAMi','getTestFrameworks','inspect','\x20batch\x20',',\x20error:\x20','ceil','nfiiM','hooks','args','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','KEY_TEST_TAGS','AYQjR','../TestInfo.js','location','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','KEY_HOOKS_FINISHED','\x20with\x20result:\x20','Updated\x20cucumber\x20test\x20result:\x20','code','KEY_EVENT_STARTED_AT','getInstance','POST','name','testFrameworkVersion','trackEvent','getTestDetails','1050409FJMnuE','FQshd','storePendingHook','scopes','KEY_TEST_META','base64','hook_type','parallelIndex','\x20&\x20hookState=','instance','trackHookEvent:\x20Hook\x20List\x20in\x20Post\x20','platformIndex','KEY_TEST_FAILURE_REASON','split','hedxL','\x20&\x20hook\x20=\x20','\x20hookState:\x20','__workerDetails','3324610LtwLxB','addPendingHook','KEY_CUSTOM_TAGS','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','slice','createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20',',\x20state=','mhmvQ','failure_reason','eventJson','KEY_TEST_FAILURE_TYPE','stringify','failure_type','epRWN','KEY_TEST_FAILURE','hookData','KEY_HOOK_ID','trackHookEvent','from','result','setTestDetails','testUUID','trackCucumberInstance','\x20response=','\x20for\x20test:\x20','KEY_HOOK_FAILURE_REASON','KEY_TEST_SCOPES','wbuRK','DEFAULT_TEST_RESULT','finishedAt','./testFramework','MPunR','PRE','hasPendingHooks','../grpcClient','JRSbo','passed','started_at','KEY_TEST_ATTACHMENTS','../../../helpers/helper.js','concat','rerun_name','setTrackedInstance','ruuzD','failed','KEY_TEST_ENDED_AT','util','getId','addMultipleEntries','failure_data','KEY_TEST_RESULT_AT','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','KEY_TEST_SCOPE','DHMjD','KEY_TEST_STARTED_AT','KEY_TEST_LOGS','CucumberTestFramework','xXVlx','FGsbB','executionContext','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test','matchHookRegex','./constants/testFrameworkConstants.js','RFlVR','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','iVKZs','getProcessId','BFnhh','push','KEY_HOOK_LAST_FINISHED','sendLogCreatedEvent:\x20for\x20testId:\x20','KEY_TEST_FRAMEWORK_VERSION','KMGdL','KEY_TEST_RESULT','\x20pending\x20hooks\x20for\x20testId:\x20','\x20target=','getPendingHooks','OWQGu','testData','KEY_EVENT_ENDED_AT','customRerunParam','trackCucumberInstance:\x20saved\x20instance\x20contextId=','sendLogCreatedEvent','meta','252030dSdZRC',',\x20hookState:\x20',',\x20state:\x20','dddsw','No\x20hook\x20data\x20provided\x20for\x20cucumber\x20hook\x20event','testFrameworkState','../instances/trackedInstance.js','AegkO','48SbQNKn','../cliUtils.js','createContext','BwtsH','Error\x20in\x20createTestFrameworkEventPayload:\x20','processPendingHooks','rYedR','parseCucumberTestResult','KEY_TEST_NAME','yMECp','getTestFrameworksVersions','KEY_HOOK_RESULT','workerInfo','debug','resolveInstance','Processing\x20','toString','file_name','test','trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','getTestUUID','get','error','finished_at','KEY_HOOK_FAILURE_TYPE','1871028DEWklx','\x20\x20and\x20args\x20=\x20','Bmdli','\x20with\x20UUID:\x20','PYVYN','logCreatedEvent','TEST','Parsed\x20cucumber\x20test:\x20','KEY_AUTOMATE_SESSION_NAME','\x20with\x20id\x20','4ImKkob','DEFAULT_HOOK_RESULT','body','../instances/testFrameworkInstance.js','yhNEF','removePendingHooks','KEY_TEST_UUID','trackHookEvent:\x20Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','hookState','failure','KEY_HOOKS_STARTED','parseCucumberTest','Tracked\x20cucumber\x20hook\x20event:\x20','test_run_id','format','1380966dYtUGZ','getAllData','LOG_REPORT','toISOString','KEY_HOOK_LAST_STARTED','GrzuF','zRwPU','startedAt','KEY_TEST_LOCATION','cNMOi','KEY_LOGS','createTestFrameworkEventPayload\x20testId:\x20','getCurrentTestState','key','NONE','Cfcuf','../state/hookState.js','getThreadId'];a70_0x49f3=function(){return _0x420e58;};return a70_0x49f3();}const a70_0x33f887=a70_0x406b;function a70_0x406b(_0x260ee8,_0x3056a6){const _0x49f350=a70_0x49f3();return a70_0x406b=function(_0x406b88,_0x4db96b){_0x406b88=_0x406b88-0x1bd;let _0x14ab45=_0x49f350[_0x406b88];return _0x14ab45;},a70_0x406b(_0x260ee8,_0x3056a6);}(function(_0x5dc7ea,_0x231c51){const _0x17381c=a70_0x406b,_0x1e9edd=_0x5dc7ea();while(!![]){try{const _0x472343=parseInt(_0x17381c(0x201))/0x1+parseInt(_0x17381c(0x1e5))/0x2+parseInt(_0x17381c(0x1cd))/0x3+-parseInt(_0x17381c(0x1be))/0x4*(-parseInt(_0x17381c(0x213))/0x5)+-parseInt(_0x17381c(0x267))/0x6+-parseInt(_0x17381c(0x1e7))/0x7+parseInt(_0x17381c(0x26f))/0x8*(-parseInt(_0x17381c(0x288))/0x9);if(_0x472343===_0x231c51)break;else _0x1e9edd['push'](_0x1e9edd['shift']());}catch(_0x4d5dc6){_0x1e9edd['push'](_0x1e9edd['shift']());}}}(a70_0x49f3,0x93a1e));const TestFramework=require(a70_0x33f887(0x231)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a70_0x33f887(0x1dd)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a70_0x33f887(0x1c1)),CLIUtils=require(a70_0x33f887(0x270)),TrackedInstance=require(a70_0x33f887(0x26d)),TestFrameworkConstants=require(a70_0x33f887(0x251)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a70_0x33f887(0x23a)),logger=createClassLogger(a70_0x33f887(0x24b)),{v4:uuidv4}=require(a70_0x33f887(0x1df)),util=require(a70_0x33f887(0x241)),TestInfo=require(a70_0x33f887(0x1f3)),GrpcClient=require(a70_0x33f887(0x235));class CucumberTestFramework extends TestFramework{constructor(_0x2e74a5,_0x53e300,_0x520faa){super(_0x2e74a5,_0x53e300,_0x520faa);}async[a70_0x33f887(0x1ff)](_0x379831,_0x170003,_0x4dff6d={}){const _0x1a7923=a70_0x33f887,_0x5c3889={};_0x5c3889[_0x1a7923(0x252)]=_0x1a7923(0x282),_0x5c3889['yMECp']=function(_0x73b7eb,_0x232542){return _0x73b7eb===_0x232542;},_0x5c3889[_0x1a7923(0x260)]=function(_0xb04364,_0x25fc13){return _0xb04364===_0x25fc13;},_0x5c3889[_0x1a7923(0x24c)]=_0x1a7923(0x246);const _0x96b4e7=_0x5c3889;await super[_0x1a7923(0x1ff)](_0x379831,_0x170003,_0x4dff6d);const _0x3f2ab4=this['resolveInstance'](_0x379831,_0x170003,_0x4dff6d);if(!_0x3f2ab4){logger[_0x1a7923(0x27c)](_0x96b4e7[_0x1a7923(0x252)]);return;}try{let _0x341a23,_0x53abee;switch(_0x379831){case TestFrameworkState[_0x1a7923(0x28e)]:_0x341a23=_0x4dff6d[_0x1a7923(0x281)],_0x53abee=TestInfo[_0x1a7923(0x283)](_0x341a23['id']);if(_0x96b4e7[_0x1a7923(0x278)](_0x170003,HookState[_0x1a7923(0x233)])){logger[_0x1a7923(0x27c)](_0x1a7923(0x1f0)+_0x341a23['id']);const _0x47e635={};_0x47e635[_0x1a7923(0x228)]=_0x53abee,_0x47e635[_0x1a7923(0x261)]=_0x341a23,_0x3f2ab4[_0x1a7923(0x243)](this[_0x1a7923(0x1c9)](_0x47e635)),logger[_0x1a7923(0x27c)]('trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20'+_0x341a23['id']),await this['processPendingHooks'](_0x3f2ab4,_0x341a23['id']);}else{if(_0x96b4e7[_0x1a7923(0x260)](_0x170003,HookState[_0x1a7923(0x1fc)])){const _0x221abb={};_0x221abb[_0x1a7923(0x228)]=_0x53abee,_0x221abb[_0x1a7923(0x261)]=_0x341a23,_0x3f2ab4[_0x1a7923(0x243)](this['parseCucumberTestResult'](_0x221abb)),await this[_0x1a7923(0x274)](_0x3f2ab4,_0x341a23['id']);}}break;case TestFrameworkState[_0x1a7923(0x1cf)]:_0x96b4e7['OWQGu'](_0x170003,HookState[_0x1a7923(0x1fc)])&&await this[_0x1a7923(0x265)](_0x3f2ab4,_0x379831,_0x4dff6d);break;default:if(CLIUtils[_0x1a7923(0x250)](_0x379831[_0x1a7923(0x27f)]()[_0x1a7923(0x20e)]('.')[0x1])){const _0x68a53d=await this['trackHookEvent'](_0x3f2ab4,_0x379831,_0x170003,_0x4dff6d);_0x3f2ab4[_0x1a7923(0x243)](_0x68a53d);}else logger[_0x1a7923(0x27c)]('trackEvent:\x20unsupported\x20testFrameworkState='+_0x379831+_0x1a7923(0x209)+_0x170003);break;}}catch(_0x503cdc){logger[_0x1a7923(0x285)](util[_0x1a7923(0x1cc)](_0x96b4e7[_0x1a7923(0x24c)],_0x379831,_0x170003,_0x4dff6d[_0x1a7923(0x1e6)],_0x503cdc));}_0x4dff6d[_0x1a7923(0x20a)]=_0x3f2ab4,await this['runHooks'](_0x3f2ab4,_0x379831,_0x170003,_0x4dff6d);}[a70_0x33f887(0x27d)](_0x162ddb,_0x268871,_0x552cd1={}){const _0xe37145=a70_0x33f887,_0x2336b3={};_0x2336b3[_0xe37145(0x20f)]=function(_0xf81c64,_0x1b2226){return _0xf81c64===_0x1b2226;},_0x2336b3[_0xe37145(0x232)]=function(_0x272410,_0x5427f3){return _0x272410===_0x5427f3;};const _0x49cc5c=_0x2336b3;let _0x3a4135=null;return(_0x49cc5c['hedxL'](_0x162ddb,TestFrameworkState['INIT_TEST'])||_0x49cc5c[_0xe37145(0x232)](_0x162ddb,TestFrameworkState[_0xe37145(0x1db)]))&&this[_0xe37145(0x229)](_0x162ddb,_0x552cd1),_0x3a4135=TestFramework['getTrackedInstance'](),_0x3a4135;}['trackCucumberInstance'](_0x4df861,_0xab4bdf){const _0x476d10=a70_0x33f887,_0xf9a318=CLIUtils[_0x476d10(0x1e3)](),_0x10fae7=TrackedInstance[_0x476d10(0x271)](_0xf9a318);let _0x5a61fd=null;logger['debug']('trackCucumberInstance:\x20created\x20instance\x20for\x20target='+_0xf9a318+_0x476d10(0x219)+_0x4df861),_0x5a61fd=new TestFrameworkInstance(_0x10fae7,this[_0x476d10(0x1e8)](),this['getTestFrameworksVersions'](),_0x4df861,HookState[_0x476d10(0x1db)]),TestFramework[_0x476d10(0x23d)](_0x10fae7,_0x5a61fd),logger[_0x476d10(0x27c)](_0x476d10(0x264)+_0x10fae7['getId']()+_0x476d10(0x25e)+_0xf9a318);}[a70_0x33f887(0x1c9)](_0x4379f8){const _0x215e99=a70_0x33f887,_0x4776f8={};_0x4776f8[_0x215e99(0x202)]=_0x215e99(0x24f);const _0x442118=_0x4776f8,{testUUID:_0x23e766,testData:_0x5b7e69}=_0x4379f8;if(!_0x5b7e69||!_0x5b7e69[_0x215e99(0x1df)])return logger[_0x215e99(0x27c)](_0x442118[_0x215e99(0x202)]),{};const _0x4a4ae5=_0x5b7e69[_0x215e99(0x1df)],_0x29e0c2=_0x5b7e69[_0x215e99(0x1df)],_0x5cc24d=this[_0x215e99(0x1e8)]()[0x0],_0x19fc7e=this[_0x215e99(0x279)](),_0x3c384f={[TestFrameworkConstants[_0x215e99(0x1e0)]]:_0x5cc24d,[TestFrameworkConstants[_0x215e99(0x25a)]]:_0x19fc7e[_0x5cc24d],[TestFrameworkConstants[_0x215e99(0x24a)]]:[],[TestFrameworkConstants[_0x215e99(0x1f6)]]:{},[TestFrameworkConstants[_0x215e99(0x1c8)]]:{},[TestFrameworkConstants['KEY_TEST_UUID']]:_0x4a4ae5,[TestFrameworkConstants[_0x215e99(0x25c)]]:TestFrameworkConstants[_0x215e99(0x22f)],[TestFrameworkConstants[_0x215e99(0x290)]]:_0x5b7e69[_0x215e99(0x1fd)]||'',[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x5b7e69[_0x215e99(0x280)]||'',[TestFrameworkConstants['KEY_TEST_ID']]:_0x29e0c2,[TestFrameworkConstants[_0x215e99(0x277)]]:_0x5b7e69[_0x215e99(0x1fd)]||'',[TestFrameworkConstants[_0x215e99(0x1d5)]]:_0x5b7e69[_0x215e99(0x1f4)]||'',[TestFrameworkConstants['KEY_TEST_CODE']]:_0x5b7e69[_0x215e99(0x1c0)]?.[_0x215e99(0x1f9)]||null,[TestFrameworkConstants[_0x215e99(0x1f1)]]:_0x5b7e69['tags']||[],[TestFrameworkConstants[_0x215e99(0x249)]]:_0x5b7e69['startedAt']||new Date()['toISOString'](),[TestFrameworkConstants[_0x215e99(0x247)]]:_0x5b7e69[_0x215e99(0x204)]?.[0x0]||'',[TestFrameworkConstants[_0x215e99(0x22d)]]:_0x5b7e69[_0x215e99(0x204)]||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x5b7e69[_0x215e99(0x263)]?.[_0x215e99(0x23c)]||_0x5b7e69[_0x215e99(0x1fd)]||'',[TestFrameworkConstants[_0x215e99(0x215)]]:{},[TestFrameworkConstants[_0x215e99(0x205)]]:_0x5b7e69['meta']||{}};TestInfo[_0x215e99(0x227)](_0x29e0c2,_0x3c384f),logger[_0x215e99(0x27c)](_0x215e99(0x28f)+_0x5b7e69['name']+_0x215e99(0x28b)+_0x4a4ae5);const _0x2c3d52={};return _0x2c3d52[_0x29e0c2]=_0x3c384f,_0x2c3d52;}[a70_0x33f887(0x276)](_0x52a375){const _0x46802e=a70_0x33f887,_0x381c06={'mhmvQ':'No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test\x20result','epRWN':'unknown','nfiiM':function(_0x54e8b6,_0x489663){return _0x54e8b6===_0x489663;},'GrzuF':'failed','yhNEF':'UnhandledError','XoBnS':function(_0x362070,_0x237566,_0x2ce61c){return _0x362070(_0x237566,_0x2ce61c);},'dddsw':function(_0x4e270d,_0x1e1ecd){return _0x4e270d>_0x1e1ecd;},'iYxce':function(_0x3d3e7e,_0x2b7bd9){return _0x3d3e7e>_0x2b7bd9;}},{testUUID:_0x420dc7,testData:_0x2616ca}=_0x52a375;if(!_0x2616ca||!_0x2616ca[_0x46802e(0x1df)])return logger[_0x46802e(0x27c)](_0x381c06[_0x46802e(0x21a)]),{};const _0x15adaf=this[_0x46802e(0x27d)](TestFrameworkState[_0x46802e(0x28e)],HookState[_0x46802e(0x1fc)]),_0x450918=_0x2616ca['uuid'],_0x547347=TestInfo[_0x46802e(0x200)](_0x450918)||{},_0x140f1d=_0x547347?_0x547347[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{},_0x39ed35={..._0x547347,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x2616ca['result']||_0x381c06[_0x46802e(0x220)],[TestFrameworkConstants[_0x46802e(0x240)]]:_0x2616ca[_0x46802e(0x230)]||new Date()[_0x46802e(0x1d0)](),[TestFrameworkConstants[_0x46802e(0x245)]]:new Date()[_0x46802e(0x1d0)](),[TestFrameworkConstants[_0x46802e(0x215)]]:_0x140f1d,[TestFrameworkConstants[_0x46802e(0x1d7)]]:[],[TestFrameworkConstants[_0x46802e(0x205)]]:_0x2616ca[_0x46802e(0x266)]||{}};_0x381c06[_0x46802e(0x1ed)](_0x2616ca['result'],_0x381c06[_0x46802e(0x1d2)])&&_0x2616ca[_0x46802e(0x1c7)]&&(_0x39ed35[TestFrameworkConstants[_0x46802e(0x21d)]]=_0x2616ca['failure_type']||_0x381c06[_0x46802e(0x1c2)],_0x39ed35[TestFrameworkConstants[_0x46802e(0x20d)]]=_0x2616ca[_0x46802e(0x21b)]||'',_0x39ed35[TestFrameworkConstants[_0x46802e(0x221)]]=_0x2616ca[_0x46802e(0x1c7)]);const _0x2e38ff=TestInfo[_0x46802e(0x200)](_0x450918)[TestFrameworkConstants[_0x46802e(0x239)]]||{},_0x5e4b9e=_0x381c06['XoBnS'](getManualUploadLogs,_0x2e38ff,_0x15adaf[_0x46802e(0x1ce)]()[_0x46802e(0x284)](_0x450918)[TestFrameworkConstants[_0x46802e(0x1c4)]]);if(_0x381c06[_0x46802e(0x26a)](_0x5e4b9e[_0x46802e(0x1e6)],0x0)){const _0xeb0331=_0x39ed35[TestFrameworkConstants[_0x46802e(0x1d7)]]||[];_0x39ed35[TestFrameworkConstants[_0x46802e(0x1d7)]]=[..._0xeb0331,..._0x5e4b9e];}_0x2616ca['hooks']&&_0x381c06['iYxce'](_0x2616ca['hooks'][_0x46802e(0x1e6)],0x0)&&(_0x39ed35[TestFrameworkConstants[_0x46802e(0x1f6)]]=_0x2616ca[_0x46802e(0x1ee)]);TestInfo[_0x46802e(0x227)](_0x450918,_0x39ed35),logger[_0x46802e(0x27c)](_0x46802e(0x1f8)+_0x2616ca[_0x46802e(0x1fd)]+_0x46802e(0x1f7)+_0x2616ca[_0x46802e(0x226)]);const _0x4bbd31={};return _0x4bbd31[_0x450918]=_0x39ed35,_0x4bbd31;}async[a70_0x33f887(0x224)](_0xd1c18f,_0xe0725c,_0x90ba48,_0x521045){const _0x4faf26=a70_0x33f887,_0x3f7c48={'Bmdli':_0x4faf26(0x26b),'JRSbo':function(_0x381fb2){return _0x381fb2();},'Cfcuf':function(_0x1d8a83,_0x163baf){return _0x1d8a83 in _0x163baf;},'wbuRK':function(_0x46c470,_0xd94f91){return _0x46c470 in _0xd94f91;},'DHMjD':function(_0x50f2f0,_0xc5e58f){return _0x50f2f0===_0xc5e58f;},'BFnhh':function(_0x51a9f6,_0x312319){return _0x51a9f6>_0x312319;},'zRwPU':function(_0x1ff578,_0xa11eb2){return _0x1ff578===_0xa11eb2;},'eXvVB':_0x4faf26(0x23f),'iVKZs':_0x4faf26(0x1e2),'LmpjQ':_0x4faf26(0x237),'cNMOi':function(_0x40b98c,_0x312ac3){return _0x40b98c!==_0x312ac3;}},{hookData:_0x785ba4}=_0x521045;if(!_0x785ba4)return logger[_0x4faf26(0x27c)](_0x3f7c48[_0x4faf26(0x28a)]),{};const _0x4f7411=_0x785ba4['uuid']||_0x3f7c48[_0x4faf26(0x236)](uuidv4),_0x5e7264=_0x785ba4['test_run_id'],_0x2e48cf=_0xe0725c[_0x4faf26(0x27f)]()['split']('.')[0x1],_0x20ba78=TestInfo[_0x4faf26(0x200)](_0x5e7264)[TestFrameworkConstants[_0x4faf26(0x215)]]||{},_0xd5814c=_0xd1c18f[_0x4faf26(0x1ce)]()[_0x4faf26(0x284)](_0x5e7264);if(!_0xd5814c)return logger[_0x4faf26(0x27c)]('No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x5e7264+',\x20storing\x20as\x20pending\x20hook'),this['storePendingHook'](_0xd1c18f,_0x5e7264,_0xe0725c,_0x90ba48,_0x521045),{};let _0x4fb8b9=_0xd5814c[TestFrameworkConstants[_0x4faf26(0x1c8)]];!_0x4fb8b9&&(_0x4fb8b9={});!_0x3f7c48[_0x4faf26(0x1dc)](_0x2e48cf,_0x4fb8b9)&&(_0x4fb8b9[_0x2e48cf]=[]);let _0x35f45d=_0xd5814c[TestFrameworkConstants['KEY_HOOKS_FINISHED']];!_0x35f45d&&(_0x35f45d={});!_0x3f7c48[_0x4faf26(0x22e)](_0x2e48cf,_0x35f45d)&&(_0x35f45d[_0x2e48cf]=[]);const _0x55c84b={[TestFrameworkConstants[_0x4faf26(0x1c8)]]:_0x4fb8b9,[TestFrameworkConstants[_0x4faf26(0x1f6)]]:_0x35f45d},_0x34ee8c={};_0x34ee8c[_0x5e7264]=_0x55c84b;const _0x3a1fd6=_0x34ee8c;if(_0x3f7c48[_0x4faf26(0x248)](_0x90ba48,HookState[_0x4faf26(0x233)])){const _0x13bc5c={[TestFrameworkConstants['KEY_HOOK_ID']]:_0x4f7411,[TestFrameworkConstants[_0x4faf26(0x27a)]]:TestFrameworkConstants[_0x4faf26(0x1bf)],[TestFrameworkConstants[_0x4faf26(0x1fa)]]:_0x785ba4[_0x4faf26(0x238)],[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x785ba4[_0x4faf26(0x207)],[TestFrameworkConstants[_0x4faf26(0x215)]]:_0x20ba78};_0x13bc5c[_0x4faf26(0x1da)]=_0x2e48cf;const _0x4911fa=_0x13bc5c;_0x4fb8b9[_0x2e48cf][_0x4faf26(0x257)](_0x4911fa),_0x3a1fd6[_0x5e7264][TestFrameworkConstants[_0x4faf26(0x1d1)]]=_0x2e48cf,logger['debug'](_0x4faf26(0x1c5)+_0x2e48cf+_0x4faf26(0x210)+_0x4911fa+_0x4faf26(0x289)+_0x521045);}else{if(_0x3f7c48[_0x4faf26(0x248)](_0x90ba48,HookState[_0x4faf26(0x1fc)])){const _0x13d3b9=_0x785ba4[_0x4faf26(0x226)],_0x16de21=_0x4fb8b9[_0x2e48cf]||[];logger[_0x4faf26(0x27c)](_0x4faf26(0x20b)+_0x16de21+'\x20and\x20args\x20=\x20'+_0x521045);if(_0x3f7c48[_0x4faf26(0x256)](_0x16de21[_0x4faf26(0x1e6)],0x0)){const _0x2fb1f3=_0x16de21['pop']();_0x3f7c48[_0x4faf26(0x1d3)](_0x785ba4[_0x4faf26(0x226)],_0x3f7c48['eXvVB'])&&_0x785ba4[_0x4faf26(0x244)]?(_0x2fb1f3[TestFrameworkConstants[_0x4faf26(0x287)]]=_0x785ba4[_0x4faf26(0x21f)]||_0x3f7c48[_0x4faf26(0x254)],_0x2fb1f3[TestFrameworkConstants[_0x4faf26(0x22c)]]=_0x785ba4[_0x4faf26(0x21b)]||'',_0x2fb1f3[TestFrameworkConstants['KEY_HOOK_FAILURE']]=_0x785ba4[_0x4faf26(0x244)]):_0x2fb1f3[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x3f7c48[_0x4faf26(0x1e4)];_0x3f7c48[_0x4faf26(0x1d6)](_0x13d3b9,TestFrameworkConstants[_0x4faf26(0x1bf)])&&(_0x2fb1f3[TestFrameworkConstants[_0x4faf26(0x27a)]]=_0x13d3b9);_0x2fb1f3[TestFrameworkConstants[_0x4faf26(0x262)]]=_0x785ba4[_0x4faf26(0x286)]||new Date()[_0x4faf26(0x1d0)](),_0x2fb1f3[TestFrameworkConstants[_0x4faf26(0x215)]]=_0x20ba78;const _0x3f9038=_0x2fb1f3[TestFrameworkConstants[_0x4faf26(0x223)]];!_0x35f45d[_0x2e48cf]&&(_0x35f45d[_0x2e48cf]=[]),_0x35f45d[_0x2e48cf]['push'](_0x2fb1f3),_0x3a1fd6[_0x5e7264][TestFrameworkConstants[_0x4faf26(0x258)]]=_0x2e48cf;}}}return logger[_0x4faf26(0x27c)](_0x4faf26(0x1ca)+_0x785ba4['hook_type']+_0x4faf26(0x1bd)+_0x4f7411+_0x4faf26(0x22b)+_0x5e7264),_0x3a1fd6;}['createTestFrameworkEventPayload'](_0xc60eb6){const _0x3a3b55=a70_0x33f887,_0x591be0={};_0x591be0[_0x3a3b55(0x275)]=_0x3a3b55(0x206);const _0x17693e=_0x591be0;try{const _0x389717=_0xc60eb6[_0x3a3b55(0x281)]?_0xc60eb6[_0x3a3b55(0x281)]['id']:_0xc60eb6[_0x3a3b55(0x222)][_0x3a3b55(0x1cb)],_0x4affbf=_0xc60eb6[_0x3a3b55(0x20a)],_0x1df454=_0x4affbf['getContext'](),_0x216260=_0x4affbf[_0x3a3b55(0x1ce)]()[_0x3a3b55(0x284)](_0x389717);if(!_0x216260)return logger['debug'](_0x3a3b55(0x253)+_0x389717),{};logger[_0x3a3b55(0x27c)](_0x3a3b55(0x1d8)+_0x389717);const {[TestFrameworkConstants[_0x3a3b55(0x1e0)]]:_0x2ed725='',[TestFrameworkConstants[_0x3a3b55(0x25a)]]:_0x577c47='',[TestFrameworkConstants[_0x3a3b55(0x249)]]:_0x2384fe='',[TestFrameworkConstants[_0x3a3b55(0x240)]]:_0x28992b=''}=_0x216260,_0x5f46f6=_0x4affbf[_0x3a3b55(0x1d9)]()[_0x3a3b55(0x27f)]()[_0x3a3b55(0x20e)]('.')[0x1],_0x441cd7=_0x4affbf['getCurrentHookState']()[_0x3a3b55(0x27f)]()[_0x3a3b55(0x20e)]('.')[0x1],_0x53295e=global?.[_0x3a3b55(0x212)]?.[_0x3a3b55(0x27b)]?.[_0x3a3b55(0x208)],_0x2793d3=_0x4affbf['getRef'](),_0x55be69=Buffer[_0x3a3b55(0x225)](JSON[_0x3a3b55(0x21e)](_0x216260))[_0x3a3b55(0x27f)](_0x17693e[_0x3a3b55(0x275)]),_0x3cff54={'hash':_0x1df454[_0x3a3b55(0x242)](),'threadId':_0x1df454[_0x3a3b55(0x1de)]()['toString'](),'processId':_0x1df454[_0x3a3b55(0x255)]()[_0x3a3b55(0x27f)]()},_0x6081bd={};_0x6081bd[_0x3a3b55(0x20c)]=_0x53295e,_0x6081bd['testFrameworkName']=_0x2ed725,_0x6081bd[_0x3a3b55(0x1fe)]=_0x577c47,_0x6081bd['testFrameworkState']=_0x5f46f6,_0x6081bd[_0x3a3b55(0x1c6)]=_0x441cd7,_0x6081bd[_0x3a3b55(0x1d4)]=_0x2384fe,_0x6081bd['endedAt']=_0x28992b,_0x6081bd['uuid']=_0x2793d3,_0x6081bd[_0x3a3b55(0x21c)]=_0x55be69,_0x6081bd[_0x3a3b55(0x24e)]=_0x3cff54;const _0x382bb7=_0x6081bd;return logger[_0x3a3b55(0x27c)](_0x3a3b55(0x218)+_0x389717+'\x20testState:\x20'+_0x5f46f6+_0x3a3b55(0x211)+_0x441cd7),_0x382bb7;}catch(_0x2c559c){return logger[_0x3a3b55(0x285)](_0x3a3b55(0x273)+util[_0x3a3b55(0x1cc)](_0x2c559c)),{};}}async[a70_0x33f887(0x265)](_0x1291d8,_0x139d0b,_0x1fa21a){const _0x7fc32c=a70_0x33f887,_0xd97171={'FGsbB':function(_0x33aaa7,_0x51ba22,_0x1c6858){return _0x33aaa7(_0x51ba22,_0x1c6858);},'AYQjR':function(_0x476662,_0x5dee2a){return _0x476662===_0x5dee2a;},'BwtsH':_0x7fc32c(0x1e1),'AegkO':function(_0x5a96ba,_0x712cab){return _0x5a96ba/_0x712cab;},'KegUP':function(_0x14147f,_0x4d5c79){return _0x14147f<_0x4d5c79;},'wDztE':function(_0x5d482a,_0x3fc506){return _0x5d482a*_0x3fc506;},'ruuzD':function(_0x50d2e6,_0x51b744){return _0x50d2e6+_0x51b744;},'KMGdL':'Cucumber\x20log\x20created\x20event'};try{const _0x3a150b=_0x1fa21a[_0x7fc32c(0x228)],_0x19270f=_0x1291d8['getAllData']()[_0x7fc32c(0x284)](_0x3a150b),{[TestFrameworkConstants[_0x7fc32c(0x1e0)]]:_0x5c6050='',[TestFrameworkConstants[_0x7fc32c(0x25a)]]:_0x326a36=''}=_0x19270f,_0x41ff55=TestInfo['readLogObjects'](_0x3a150b),_0x2e76cd=TestInfo['getTestDetails'](_0x3a150b)[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x432cf5=_0xd97171[_0x7fc32c(0x24d)](getMediaArtifactsLogs,_0x2e76cd,_0x1291d8[_0x7fc32c(0x1ce)]()[_0x7fc32c(0x284)](_0x3a150b)[TestFrameworkConstants[_0x7fc32c(0x1c4)]]),_0x193169=(_0x41ff55||[])[_0x7fc32c(0x23b)](_0x432cf5||[]);if(!_0x193169||_0xd97171[_0x7fc32c(0x1f2)](_0x193169[_0x7fc32c(0x1e6)],0x0)){logger[_0x7fc32c(0x27c)](_0xd97171[_0x7fc32c(0x272)]);return;}const _0x32672e=0x28,_0x15da39=Math[_0x7fc32c(0x1ec)](_0xd97171[_0x7fc32c(0x26e)](_0x193169['length'],_0x32672e));for(let _0xa71c06=0x0;_0xd97171['KegUP'](_0xa71c06,_0x15da39);_0xa71c06++){const _0x16f73e=_0xd97171['wDztE'](_0xa71c06,_0x32672e),_0x2358d3=_0xd97171[_0x7fc32c(0x23e)](_0x16f73e,_0x32672e),_0xccd230=_0x193169[_0x7fc32c(0x217)](_0x16f73e,_0x2358d3),_0x3ccea3={'platformIndex':'0','logs':_0xccd230,'testFrameworkName':_0x5c6050,'testFrameworkVersion':_0x326a36,'testFrameworkState':_0x139d0b[_0x7fc32c(0x27f)]()['split']('.')[0x1]};logger[_0x7fc32c(0x27c)](_0x7fc32c(0x259)+_0x3a150b+_0x7fc32c(0x1ea)+_0xd97171[_0x7fc32c(0x23e)](_0xa71c06,0x1)+'/'+_0x15da39+'\x20payload='+util['inspect'](_0x3ccea3));const _0x46d093=await GrpcClient[_0x7fc32c(0x1fb)]()[_0x7fc32c(0x28d)](_0x3ccea3);logger[_0x7fc32c(0x27c)](_0x7fc32c(0x259)+_0x3a150b+'\x20batch\x20'+_0xd97171[_0x7fc32c(0x23e)](_0xa71c06,0x1)+'/'+_0x15da39+_0x7fc32c(0x22a)+util[_0x7fc32c(0x1e9)](_0x46d093));}}catch(_0x55875a){logger['error']('sendLogCreatedEvent:\x20Error\x20in\x20sending\x20log\x20events:\x20'+util[_0x7fc32c(0x1cc)](_0x55875a));}logger[_0x7fc32c(0x27c)](_0xd97171[_0x7fc32c(0x25b)]);}[a70_0x33f887(0x203)](_0x2af914,_0x5aace4,_0x5b583c,_0x509064,_0x53bcf5){const _0x5ebf45=a70_0x33f887,_0x213b84={'testId':_0x5aace4,'testFrameworkState':_0x5b583c,'hookState':_0x509064,'args':_0x53bcf5,'timestamp':new Date()[_0x5ebf45(0x1d0)]()};_0x2af914[_0x5ebf45(0x214)](_0x5aace4,_0x213b84),logger[_0x5ebf45(0x27c)]('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x5aace4+_0x5ebf45(0x269)+_0x5b583c+_0x5ebf45(0x268)+_0x509064);}async[a70_0x33f887(0x274)](_0x92f48f,_0x327c8e){const _0x379de5=a70_0x33f887,_0x156fb3={};_0x156fb3[_0x379de5(0x28c)]=function(_0x3293aa,_0xb0332){return _0x3293aa>_0xb0332;};const _0x1777e9=_0x156fb3;if(!_0x92f48f[_0x379de5(0x234)](_0x327c8e))return;const _0x352092=_0x92f48f[_0x379de5(0x25f)](_0x327c8e);logger[_0x379de5(0x27c)](_0x379de5(0x27e)+_0x352092[_0x379de5(0x1e6)]+_0x379de5(0x25d)+_0x327c8e);for(const _0x458993 of _0x352092){try{const _0xd048fd=await this['trackHookEvent'](_0x92f48f,_0x458993[_0x379de5(0x26c)],_0x458993[_0x379de5(0x1c6)],_0x458993[_0x379de5(0x1ef)]);_0xd048fd&&_0x1777e9[_0x379de5(0x28c)](Object['keys'](_0xd048fd)[_0x379de5(0x1e6)],0x0)&&_0x92f48f[_0x379de5(0x243)](_0xd048fd),await this['runHooks'](_0x92f48f,_0x458993['testFrameworkState'],_0x458993[_0x379de5(0x1c6)],_0x458993[_0x379de5(0x1ef)]);}catch(_0x3e4207){logger[_0x379de5(0x285)](_0x379de5(0x216)+_0x327c8e+_0x379de5(0x1eb)+_0x3e4207);}}_0x92f48f[_0x379de5(0x1c3)](_0x327c8e),logger[_0x379de5(0x27c)](_0x379de5(0x1f5)+_0x327c8e);}}module['exports']=CucumberTestFramework;
1
+ const a70_0x1cae99=a70_0x558a;(function(_0x4c97ad,_0x58c2a9){const _0x2a6100=a70_0x558a,_0xd6c35f=_0x4c97ad();while(!![]){try{const _0x2c5c25=parseInt(_0x2a6100(0x152))/0x1+parseInt(_0x2a6100(0x1a3))/0x2+parseInt(_0x2a6100(0x13a))/0x3*(parseInt(_0x2a6100(0x155))/0x4)+parseInt(_0x2a6100(0x118))/0x5+parseInt(_0x2a6100(0x143))/0x6*(-parseInt(_0x2a6100(0x189))/0x7)+parseInt(_0x2a6100(0xef))/0x8+-parseInt(_0x2a6100(0x132))/0x9;if(_0x2c5c25===_0x58c2a9)break;else _0xd6c35f['push'](_0xd6c35f['shift']());}catch(_0x36721a){_0xd6c35f['push'](_0xd6c35f['shift']());}}}(a70_0x2f9f,0x87a6e));const TestFramework=require(a70_0x1cae99(0x144)),TestFrameworkState=require(a70_0x1cae99(0x15b)),HookState=require(a70_0x1cae99(0x18e)),{createClassLogger}=require(a70_0x1cae99(0x147)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a70_0x1cae99(0x17d)),TrackedInstance=require(a70_0x1cae99(0x148)),TestFrameworkConstants=require(a70_0x1cae99(0x16e)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a70_0x1cae99(0x180)),logger=createClassLogger(a70_0x1cae99(0x165)),{v4:uuidv4}=require(a70_0x1cae99(0x1be)),util=require(a70_0x1cae99(0x167)),TestInfo=require(a70_0x1cae99(0x177)),GrpcClient=require('../grpcClient');function a70_0x2f9f(){const _0x14b85e=[',\x20state=','TEST','KEY_TEST_SCOPES','failure_type','hookState','uuid','POST','QsWmq','zDMXN','KEY_TEST_LOGS','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test\x20result','workerInfo','\x20batch\x20','KEY_HOOK_LAST_STARTED','runHooks','\x20hookState:\x20','toISOString','unknown','4729976zlMKFg','name','getCurrentTestState','KEY_TEST_FRAMEWORK_VERSION','storePendingHook','scopes','getTrackedInstance','KEY_TEST_CODE','PRE','addMultipleEntries','testUUID','trackCucumberInstance:\x20created\x20instance\x20for\x20target=','sendLogCreatedEvent','getInstance','getCurrentHookState','cbpZE','getContext','trackHookEvent','hNOmn','createContext','getCurrentInstanceName','slice','QqvKn','failure_data','length','readLogObjects','\x20&\x20hook\x20=\x20','KEY_HOOK_RESULT','hNEwU','getRef','getProcessId','\x20response=','\x20and\x20args\x20=\x20','hJYtP','KEY_TEST_FAILURE','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','Tracked\x20cucumber\x20hook\x20event:\x20','HmayF','KEY_TEST_FILE_PATH','startedAt','KEY_TEST_FAILURE_TYPE','4628885LfZCts','endedAt','KEY_TEST_SCOPE','concat','dmaYw','KEY_TEST_FAILURE_REASON','KEY_TEST_FRAMEWORK_NAME','EkwUY','No\x20hook\x20data\x20provided\x20for\x20cucumber\x20hook\x20event','testFrameworkVersion','\x20for\x20test:\x20','keys','resolveInstance','ZbGkV','getAllData','Urrkq','UzVUi','Cucumber\x20log\x20created\x20event','inspect','push','parseCucumberTest','KEY_TEST_RESULT','result','KEY_TEST_UUID','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','KEY_EVENT_STARTED_AT','20195811ZJzwRF','getTestFrameworks',',\x20state:\x20','trackCucumberInstance:\x20saved\x20instance\x20contextId=','\x20&\x20hookState=','trackEvent','testData','TbOnW','324MDGqvm','hasPendingHooks','parallelIndex','trackEvent:\x20unsupported\x20testFrameworkState=','tdaya','UnhandledError','parseCucumberTestResult','XcAPd','get','6DjYmuX','./testFramework','SUgVH','platformIndex','../../../helpers/classLogger.js','../instances/trackedInstance.js','sendLogCreatedEvent:\x20for\x20testId:\x20','format','location','DEFAULT_TEST_RESULT','finishedAt','meta','getTestUUID','KEY_TEST_STARTED_AT','KEY_HOOK_FAILURE_REASON','1016588lmobdb','sKGBm','BpZpH','18516rgOspZ','split','EifRY','\x20pending\x20hooks\x20for\x20testId:\x20','body','trackCucumberInstance','../state/testFrameworkState.js','toString','KEY_TEST_TAGS','stringify','\x20with\x20UUID:\x20','uyOON','test','KEY_HOOK_ID','vKwhi','ceil','CucumberTestFramework','setTestDetails','util','hook_type','\x20payload=','finished_at','No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','hooks','KEY_HOOKS_STARTED','./constants/testFrameworkConstants.js','sendLogCreatedEvent:\x20Error\x20in\x20sending\x20log\x20events:\x20','ncdqK','exports','setTrackedInstance','from','WPXUd','KEY_HOOK_FAILURE','KEY_TEST_ATTACHMENTS','../TestInfo.js','getTestDetails','\x20testState:\x20','executionContext','getPendingHooks','failed','../cliUtils.js','KEY_HOOKS_FINISHED','eventJson','../../../helpers/helper.js','failure_reason','KEY_HOOK_NAME','getTestFrameworksVersions','DEFAULT_HOOK_RESULT','KEY_LOGS','test_run_id',',\x20hookState:\x20','failure','5865734kRdKmX','removePendingHooks','trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','error','testFrameworkName','../state/hookState.js','lneEu','pop','Updated\x20cucumber\x20test\x20result:\x20','\x20with\x20result:\x20','instance','tags','KEY_HOOK_FAILURE_TYPE','NvdpJ','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','testFrameworkState','passed','KEY_AUTOMATE_SESSION_NAME','mftTg','createTestFrameworkEventPayload\x20testId:\x20','processPendingHooks','QeyiS',',\x20storing\x20as\x20pending\x20hook','ecTkk','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test','base64','1208054MosyYn','getId','KEY_TEST_META','LOG_REPORT','KEY_CUSTOM_TAGS','KEY_TEST_ID','cBgkg','debug','mChPl','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','addPendingHook','BiYvR','args','Wjdyv','hookData','getThreadId','code','Error\x20in\x20createTestFrameworkEventPayload:\x20','\x20target=','rerun_name','xhEhI','KEY_TEST_NAME'];a70_0x2f9f=function(){return _0x14b85e;};return a70_0x2f9f();}function a70_0x558a(_0x5bd75d,_0x4d725a){const _0x2f9f42=a70_0x2f9f();return a70_0x558a=function(_0x558a53,_0x34ed54){_0x558a53=_0x558a53-0xea;let _0x5d637b=_0x2f9f42[_0x558a53];return _0x5d637b;},a70_0x558a(_0x5bd75d,_0x4d725a);}class CucumberTestFramework extends TestFramework{constructor(_0x19cce4,_0xce1d99,_0x4c126b){super(_0x19cce4,_0xce1d99,_0x4c126b);}async[a70_0x1cae99(0x137)](_0x575594,_0x50f55b,_0x5e5f68={}){const _0x3edb73=a70_0x1cae99,_0xe4f77c={};_0xe4f77c[_0x3edb73(0x141)]=_0x3edb73(0x18b),_0xe4f77c[_0x3edb73(0x11c)]=function(_0x26e691,_0xc3e4d3){return _0x26e691===_0xc3e4d3;},_0xe4f77c[_0x3edb73(0x174)]=function(_0x134241,_0x2fbcfb){return _0x134241===_0x2fbcfb;},_0xe4f77c[_0x3edb73(0x128)]='trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s';const _0x15e185=_0xe4f77c;await super[_0x3edb73(0x137)](_0x575594,_0x50f55b,_0x5e5f68);const _0x153453=this[_0x3edb73(0x124)](_0x575594,_0x50f55b,_0x5e5f68);if(!_0x153453){logger['debug'](_0x15e185['XcAPd']);return;}try{let _0x4252dd,_0x310dcf;switch(_0x575594){case TestFrameworkState[_0x3edb73(0x1ba)]:_0x4252dd=_0x5e5f68[_0x3edb73(0x161)],_0x310dcf=TestInfo[_0x3edb73(0x14f)](_0x4252dd['id']);if(_0x15e185[_0x3edb73(0x11c)](_0x50f55b,HookState[_0x3edb73(0xf7)])){logger['debug'](_0x3edb73(0x112)+_0x4252dd['id']);const _0x4f8f74={};_0x4f8f74['testUUID']=_0x310dcf,_0x4f8f74[_0x3edb73(0x138)]=_0x4252dd,_0x153453[_0x3edb73(0xf8)](this['parseCucumberTest'](_0x4f8f74)),logger[_0x3edb73(0x1aa)](_0x3edb73(0x1ac)+_0x4252dd['id']),await this[_0x3edb73(0x19d)](_0x153453,_0x4252dd['id']);}else{if(_0x15e185['WPXUd'](_0x50f55b,HookState[_0x3edb73(0x1bf)])){const _0x580d13={};_0x580d13[_0x3edb73(0xf9)]=_0x310dcf,_0x580d13[_0x3edb73(0x138)]=_0x4252dd,_0x153453[_0x3edb73(0xf8)](this[_0x3edb73(0x140)](_0x580d13)),await this[_0x3edb73(0x19d)](_0x153453,_0x4252dd['id']);}}break;case TestFrameworkState[_0x3edb73(0x1a6)]:_0x15e185[_0x3edb73(0x174)](_0x50f55b,HookState['POST'])&&await this[_0x3edb73(0xfb)](_0x153453,_0x575594,_0x5e5f68);break;default:if(CLIUtils['matchHookRegex'](_0x575594[_0x3edb73(0x15c)]()[_0x3edb73(0x156)]('.')[0x1])){const _0x37d7ee=await this[_0x3edb73(0x100)](_0x153453,_0x575594,_0x50f55b,_0x5e5f68);_0x153453['addMultipleEntries'](_0x37d7ee);}else logger['debug'](_0x3edb73(0x13d)+_0x575594+_0x3edb73(0x136)+_0x50f55b);break;}}catch(_0x596daa){logger[_0x3edb73(0x18c)](util[_0x3edb73(0x14a)](_0x15e185['UzVUi'],_0x575594,_0x50f55b,_0x5e5f68[_0x3edb73(0x107)],_0x596daa));}_0x5e5f68[_0x3edb73(0x193)]=_0x153453,await this[_0x3edb73(0xeb)](_0x153453,_0x575594,_0x50f55b,_0x5e5f68);}[a70_0x1cae99(0x124)](_0x51b9b0,_0x12b865,_0x5d3017={}){const _0x4c995b=a70_0x1cae99,_0x1c656b={};_0x1c656b[_0x4c995b(0x10b)]=function(_0x282278,_0x3b5321){return _0x282278===_0x3b5321;};const _0x41c688=_0x1c656b;let _0x4f38c7=null;return(_0x41c688[_0x4c995b(0x10b)](_0x51b9b0,TestFrameworkState['INIT_TEST'])||_0x41c688[_0x4c995b(0x10b)](_0x51b9b0,TestFrameworkState['NONE']))&&this[_0x4c995b(0x15a)](_0x51b9b0,_0x5d3017),_0x4f38c7=TestFramework[_0x4c995b(0xf5)](),_0x4f38c7;}[a70_0x1cae99(0x15a)](_0x3d1cb6,_0x4c3171){const _0x3edad0=a70_0x1cae99,_0x3c0ef1=CLIUtils[_0x3edad0(0x103)](),_0x47a06d=TrackedInstance[_0x3edad0(0x102)](_0x3c0ef1);let _0x492f45=null;logger[_0x3edad0(0x1aa)](_0x3edad0(0xfa)+_0x3c0ef1+_0x3edad0(0x1b9)+_0x3d1cb6),_0x492f45=new TestFrameworkInstance(_0x47a06d,this[_0x3edad0(0x133)](),this[_0x3edad0(0x183)](),_0x3d1cb6,HookState['NONE']),TestFramework[_0x3edad0(0x172)](_0x47a06d,_0x492f45),logger[_0x3edad0(0x1aa)](_0x3edad0(0x135)+_0x47a06d[_0x3edad0(0x1a4)]()+_0x3edad0(0x1b5)+_0x3c0ef1);}[a70_0x1cae99(0x12c)](_0x81d386){const _0x3bbbe2=a70_0x1cae99,_0x3d4f2a={};_0x3d4f2a[_0x3bbbe2(0x1ae)]=_0x3bbbe2(0x1a1);const _0x2501b7=_0x3d4f2a,{testUUID:_0x35e7c8,testData:_0x23197f}=_0x81d386;if(!_0x23197f||!_0x23197f[_0x3bbbe2(0x1be)])return logger[_0x3bbbe2(0x1aa)](_0x2501b7[_0x3bbbe2(0x1ae)]),{};const _0x1baf5e=_0x23197f[_0x3bbbe2(0x1be)],_0x27f802=_0x23197f[_0x3bbbe2(0x1be)],_0x341a5f=this[_0x3bbbe2(0x133)]()[0x0],_0x3d5c1f=this[_0x3bbbe2(0x183)](),_0x5d6c1a={[TestFrameworkConstants[_0x3bbbe2(0x11e)]]:_0x341a5f,[TestFrameworkConstants[_0x3bbbe2(0xf2)]]:_0x3d5c1f[_0x341a5f],[TestFrameworkConstants[_0x3bbbe2(0x1c2)]]:[],[TestFrameworkConstants[_0x3bbbe2(0x17e)]]:{},[TestFrameworkConstants[_0x3bbbe2(0x16d)]]:{},[TestFrameworkConstants[_0x3bbbe2(0x12f)]]:_0x1baf5e,[TestFrameworkConstants[_0x3bbbe2(0x12d)]]:TestFrameworkConstants[_0x3bbbe2(0x14c)],[TestFrameworkConstants[_0x3bbbe2(0x19a)]]:_0x23197f[_0x3bbbe2(0xf0)]||'',[TestFrameworkConstants[_0x3bbbe2(0x115)]]:_0x23197f['file_name']||'',[TestFrameworkConstants[_0x3bbbe2(0x1a8)]]:_0x27f802,[TestFrameworkConstants[_0x3bbbe2(0x1b8)]]:_0x23197f[_0x3bbbe2(0xf0)]||'',[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x23197f[_0x3bbbe2(0x14b)]||'',[TestFrameworkConstants[_0x3bbbe2(0xf6)]]:_0x23197f[_0x3bbbe2(0x159)]?.[_0x3bbbe2(0x1b3)]||null,[TestFrameworkConstants[_0x3bbbe2(0x15d)]]:_0x23197f[_0x3bbbe2(0x194)]||[],[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x23197f['startedAt']||new Date()[_0x3bbbe2(0xed)](),[TestFrameworkConstants[_0x3bbbe2(0x11a)]]:_0x23197f[_0x3bbbe2(0xf4)]?.[0x0]||'',[TestFrameworkConstants[_0x3bbbe2(0x1bb)]]:_0x23197f['scopes']||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x23197f['customRerunParam']?.[_0x3bbbe2(0x1b6)]||_0x23197f[_0x3bbbe2(0xf0)]||'',[TestFrameworkConstants[_0x3bbbe2(0x1a7)]]:{},[TestFrameworkConstants[_0x3bbbe2(0x1a5)]]:_0x23197f[_0x3bbbe2(0x14e)]||{}};TestInfo['setTestDetails'](_0x27f802,_0x5d6c1a),logger[_0x3bbbe2(0x1aa)]('Parsed\x20cucumber\x20test:\x20'+_0x23197f[_0x3bbbe2(0xf0)]+_0x3bbbe2(0x15f)+_0x1baf5e);const _0x241992={};return _0x241992[_0x27f802]=_0x5d6c1a,_0x241992;}[a70_0x1cae99(0x140)](_0x6c3e68){const _0x28f416=a70_0x1cae99,_0x264b33={'EifRY':_0x28f416(0x1c3),'tdaya':_0x28f416(0xee),'sKGBm':function(_0x5beb08,_0x25c513){return _0x5beb08===_0x25c513;},'cbpZE':'failed','mftTg':_0x28f416(0x13f),'vKwhi':function(_0x492273,_0x245627,_0x3a9262){return _0x492273(_0x245627,_0x3a9262);},'WmmmO':function(_0x44a9d7,_0x145cfa){return _0x44a9d7>_0x145cfa;},'xhEhI':function(_0x456eb7,_0x18d776){return _0x456eb7>_0x18d776;}},{testUUID:_0x290933,testData:_0x288e65}=_0x6c3e68;if(!_0x288e65||!_0x288e65[_0x28f416(0x1be)])return logger[_0x28f416(0x1aa)](_0x264b33[_0x28f416(0x157)]),{};const _0x3cace2=this[_0x28f416(0x124)](TestFrameworkState[_0x28f416(0x1ba)],HookState[_0x28f416(0x1bf)]),_0x5c4c20=_0x288e65['uuid'],_0x195f88=TestInfo[_0x28f416(0x178)](_0x5c4c20)||{},_0x4d0231=_0x195f88?_0x195f88[TestFrameworkConstants[_0x28f416(0x1a7)]]||{}:{},_0x11fd9e={..._0x195f88,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x288e65['result']||_0x264b33[_0x28f416(0x13e)],[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x288e65[_0x28f416(0x14d)]||new Date()['toISOString'](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x28f416(0xed)](),[TestFrameworkConstants[_0x28f416(0x1a7)]]:_0x4d0231,[TestFrameworkConstants[_0x28f416(0x185)]]:[],[TestFrameworkConstants[_0x28f416(0x1a5)]]:_0x288e65['meta']||{}};_0x264b33[_0x28f416(0x153)](_0x288e65[_0x28f416(0x12e)],_0x264b33[_0x28f416(0xfe)])&&_0x288e65[_0x28f416(0x188)]&&(_0x11fd9e[TestFrameworkConstants[_0x28f416(0x117)]]=_0x288e65[_0x28f416(0x1bc)]||_0x264b33[_0x28f416(0x19b)],_0x11fd9e[TestFrameworkConstants[_0x28f416(0x11d)]]=_0x288e65[_0x28f416(0x181)]||'',_0x11fd9e[TestFrameworkConstants[_0x28f416(0x111)]]=_0x288e65[_0x28f416(0x188)]);const _0x1f12cc=TestInfo['getTestDetails'](_0x5c4c20)[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x3f0026=_0x264b33[_0x28f416(0x163)](getManualUploadLogs,_0x1f12cc,_0x3cace2[_0x28f416(0x126)]()[_0x28f416(0x142)](_0x5c4c20)[TestFrameworkConstants[_0x28f416(0x12f)]]);if(_0x264b33['WmmmO'](_0x3f0026['length'],0x0)){const _0x371069=_0x11fd9e[TestFrameworkConstants[_0x28f416(0x185)]]||[];_0x11fd9e[TestFrameworkConstants[_0x28f416(0x185)]]=[..._0x371069,..._0x3f0026];}_0x288e65[_0x28f416(0x16c)]&&_0x264b33[_0x28f416(0x1b7)](_0x288e65[_0x28f416(0x16c)][_0x28f416(0x107)],0x0)&&(_0x11fd9e[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x288e65[_0x28f416(0x16c)]);TestInfo[_0x28f416(0x166)](_0x5c4c20,_0x11fd9e),logger['debug'](_0x28f416(0x191)+_0x288e65['name']+_0x28f416(0x192)+_0x288e65[_0x28f416(0x12e)]);const _0x1bb134={};return _0x1bb134[_0x5c4c20]=_0x11fd9e,_0x1bb134;}async[a70_0x1cae99(0x100)](_0x1070e0,_0x3a7490,_0x34e78f,_0x1ba434){const _0x37c853=a70_0x1cae99,_0x38d255={'hJYtP':_0x37c853(0x120),'ecTkk':function(_0x5a9f86){return _0x5a9f86();},'cBgkg':function(_0x17de3a,_0xa943e4){return _0x17de3a in _0xa943e4;},'hNOmn':function(_0x52c329,_0x8ebc69){return _0x52c329 in _0x8ebc69;},'QeyiS':function(_0x5d27cb,_0x28c06d){return _0x5d27cb===_0x28c06d;},'HmayF':function(_0x3f46a6,_0x712ef7){return _0x3f46a6===_0x712ef7;},'BpZpH':function(_0x3d2251,_0x1b3e91){return _0x3d2251>_0x1b3e91;},'lneEu':function(_0x161782,_0x2c0101){return _0x161782===_0x2c0101;},'mChPl':_0x37c853(0x17c),'Wjdyv':_0x37c853(0x13f),'SUgVH':_0x37c853(0x199),'uyOON':function(_0xd35e1b,_0x2fd858){return _0xd35e1b!==_0x2fd858;}},{hookData:_0x4ceff0}=_0x1ba434;if(!_0x4ceff0)return logger[_0x37c853(0x1aa)](_0x38d255[_0x37c853(0x110)]),{};const _0x413503=_0x4ceff0[_0x37c853(0x1be)]||_0x38d255[_0x37c853(0x1a0)](uuidv4),_0x14bc2e=_0x4ceff0['test_run_id'],_0x413b44=_0x3a7490[_0x37c853(0x15c)]()[_0x37c853(0x156)]('.')[0x1],_0xfd6a00=TestInfo[_0x37c853(0x178)](_0x14bc2e)[TestFrameworkConstants[_0x37c853(0x1a7)]]||{},_0x7c4efc=_0x1070e0[_0x37c853(0x126)]()[_0x37c853(0x142)](_0x14bc2e);if(!_0x7c4efc)return logger['debug'](_0x37c853(0x16b)+_0x14bc2e+_0x37c853(0x19f)),this[_0x37c853(0xf3)](_0x1070e0,_0x14bc2e,_0x3a7490,_0x34e78f,_0x1ba434),{};let _0x3d46eb=_0x7c4efc[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x3d46eb&&(_0x3d46eb={});!_0x38d255[_0x37c853(0x1a9)](_0x413b44,_0x3d46eb)&&(_0x3d46eb[_0x413b44]=[]);let _0x28f505=_0x7c4efc[TestFrameworkConstants[_0x37c853(0x17e)]];!_0x28f505&&(_0x28f505={});!_0x38d255[_0x37c853(0x101)](_0x413b44,_0x28f505)&&(_0x28f505[_0x413b44]=[]);const _0x336ce9={[TestFrameworkConstants[_0x37c853(0x16d)]]:_0x3d46eb,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x28f505},_0x3af118={};_0x3af118[_0x14bc2e]=_0x336ce9;const _0x3a90df=_0x3af118;if(_0x38d255[_0x37c853(0x19e)](_0x34e78f,HookState[_0x37c853(0xf7)])){const _0x4a78c5={[TestFrameworkConstants[_0x37c853(0x162)]]:_0x413503,[TestFrameworkConstants[_0x37c853(0x10a)]]:TestFrameworkConstants[_0x37c853(0x184)],[TestFrameworkConstants[_0x37c853(0x131)]]:_0x4ceff0['started_at'],[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x37c853(0x182)]]:_0x4ceff0[_0x37c853(0x168)],[TestFrameworkConstants[_0x37c853(0x1a7)]]:_0xfd6a00};_0x4a78c5['key']=_0x413b44;const _0x3630c3=_0x4a78c5;_0x3d46eb[_0x413b44]['push'](_0x3630c3),_0x3a90df[_0x14bc2e][TestFrameworkConstants[_0x37c853(0xea)]]=_0x413b44,logger['debug']('trackHookEvent:\x20Hook\x20Started\x20in\x20PRE\x20key\x20=\x20'+_0x413b44+_0x37c853(0x109)+_0x3630c3+'\x20\x20and\x20args\x20=\x20'+_0x1ba434);}else{if(_0x38d255[_0x37c853(0x114)](_0x34e78f,HookState['POST'])){const _0x42ab9e=_0x4ceff0[_0x37c853(0x12e)],_0x27e378=_0x3d46eb[_0x413b44]||[];logger[_0x37c853(0x1aa)]('trackHookEvent:\x20Hook\x20List\x20in\x20Post\x20'+_0x27e378+_0x37c853(0x10f)+_0x1ba434);if(_0x38d255[_0x37c853(0x154)](_0x27e378[_0x37c853(0x107)],0x0)){const _0x202860=_0x27e378[_0x37c853(0x190)]();_0x38d255[_0x37c853(0x18f)](_0x4ceff0[_0x37c853(0x12e)],_0x38d255[_0x37c853(0x1ab)])&&_0x4ceff0[_0x37c853(0x106)]?(_0x202860[TestFrameworkConstants[_0x37c853(0x195)]]=_0x4ceff0[_0x37c853(0x1bc)]||_0x38d255[_0x37c853(0x1b0)],_0x202860[TestFrameworkConstants[_0x37c853(0x151)]]=_0x4ceff0[_0x37c853(0x181)]||'',_0x202860[TestFrameworkConstants[_0x37c853(0x175)]]=_0x4ceff0[_0x37c853(0x106)]):_0x202860[TestFrameworkConstants[_0x37c853(0x10a)]]=_0x38d255[_0x37c853(0x145)];_0x38d255[_0x37c853(0x160)](_0x42ab9e,TestFrameworkConstants[_0x37c853(0x184)])&&(_0x202860[TestFrameworkConstants[_0x37c853(0x10a)]]=_0x42ab9e);_0x202860[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x4ceff0[_0x37c853(0x16a)]||new Date()[_0x37c853(0xed)](),_0x202860[TestFrameworkConstants[_0x37c853(0x1a7)]]=_0xfd6a00;const _0x3d68ef=_0x202860[TestFrameworkConstants[_0x37c853(0x162)]];!_0x28f505[_0x413b44]&&(_0x28f505[_0x413b44]=[]),_0x28f505[_0x413b44][_0x37c853(0x12b)](_0x202860),_0x3a90df[_0x14bc2e][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x413b44;}}}return logger[_0x37c853(0x1aa)](_0x37c853(0x113)+_0x4ceff0['hook_type']+'\x20with\x20id\x20'+_0x413503+_0x37c853(0x122)+_0x14bc2e),_0x3a90df;}['createTestFrameworkEventPayload'](_0x5c0e6f){const _0x5ae707=a70_0x1cae99,_0x4e473a={};_0x4e473a[_0x5ae707(0x11f)]=_0x5ae707(0x1a2);const _0x13a2e6=_0x4e473a;try{const _0xddfe4c=_0x5c0e6f[_0x5ae707(0x161)]?_0x5c0e6f[_0x5ae707(0x161)]['id']:_0x5c0e6f[_0x5ae707(0x1b1)][_0x5ae707(0x186)],_0x5bc47b=_0x5c0e6f[_0x5ae707(0x193)],_0x24faf2=_0x5bc47b[_0x5ae707(0xff)](),_0x302e91=_0x5bc47b[_0x5ae707(0x126)]()['get'](_0xddfe4c);if(!_0x302e91)return logger[_0x5ae707(0x1aa)]('createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0xddfe4c),{};logger[_0x5ae707(0x1aa)](_0x5ae707(0x19c)+_0xddfe4c);const {[TestFrameworkConstants[_0x5ae707(0x11e)]]:_0x34b950='',[TestFrameworkConstants[_0x5ae707(0xf2)]]:_0x6cbd0e='',[TestFrameworkConstants[_0x5ae707(0x150)]]:_0x1d608e='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x12e09f=''}=_0x302e91,_0x18e0ad=_0x5bc47b[_0x5ae707(0xf1)]()[_0x5ae707(0x15c)]()[_0x5ae707(0x156)]('.')[0x1],_0x4ca67e=_0x5bc47b[_0x5ae707(0xfd)]()[_0x5ae707(0x15c)]()['split']('.')[0x1],_0x533cce=global?.['__workerDetails']?.[_0x5ae707(0x1c4)]?.[_0x5ae707(0x13c)],_0x3990a3=_0x5bc47b[_0x5ae707(0x10c)](),_0x500e7a=Buffer[_0x5ae707(0x173)](JSON[_0x5ae707(0x15e)](_0x302e91))[_0x5ae707(0x15c)](_0x13a2e6[_0x5ae707(0x11f)]),_0x4f5f1f={'hash':_0x24faf2[_0x5ae707(0x1a4)](),'threadId':_0x24faf2[_0x5ae707(0x1b2)]()[_0x5ae707(0x15c)](),'processId':_0x24faf2[_0x5ae707(0x10d)]()[_0x5ae707(0x15c)]()},_0x32af30={};_0x32af30[_0x5ae707(0x146)]=_0x533cce,_0x32af30[_0x5ae707(0x18d)]=_0x34b950,_0x32af30[_0x5ae707(0x121)]=_0x6cbd0e,_0x32af30[_0x5ae707(0x198)]=_0x18e0ad,_0x32af30[_0x5ae707(0x1bd)]=_0x4ca67e,_0x32af30[_0x5ae707(0x116)]=_0x1d608e,_0x32af30[_0x5ae707(0x119)]=_0x12e09f,_0x32af30[_0x5ae707(0x1be)]=_0x3990a3,_0x32af30[_0x5ae707(0x17f)]=_0x500e7a,_0x32af30[_0x5ae707(0x17a)]=_0x4f5f1f;const _0x3f322f=_0x32af30;return logger[_0x5ae707(0x1aa)]('createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20'+_0xddfe4c+_0x5ae707(0x179)+_0x18e0ad+_0x5ae707(0xec)+_0x4ca67e),_0x3f322f;}catch(_0x51c2f6){return logger[_0x5ae707(0x18c)](_0x5ae707(0x1b4)+util[_0x5ae707(0x14a)](_0x51c2f6)),{};}}async[a70_0x1cae99(0xfb)](_0x191caf,_0x5a9884,_0x3e71ae){const _0x15418e=a70_0x1cae99,_0x4e642d={'TbOnW':function(_0x18dc1c,_0x677df0,_0x4d973b){return _0x18dc1c(_0x677df0,_0x4d973b);},'GUwWV':function(_0x453d25,_0x520906){return _0x453d25===_0x520906;},'QsWmq':'sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping','Urrkq':function(_0x2d031d,_0x125ce1){return _0x2d031d/_0x125ce1;},'ncdqK':function(_0x4d786c,_0x418f10){return _0x4d786c<_0x418f10;},'QqvKn':function(_0x43b70a,_0xa71911){return _0x43b70a*_0xa71911;},'XwwBI':function(_0x3c5e2f,_0xd4a883){return _0x3c5e2f+_0xd4a883;},'NvdpJ':function(_0x23208a,_0xe52eab){return _0x23208a+_0xe52eab;},'oMpgv':function(_0x65836e,_0x3de0ec){return _0x65836e+_0x3de0ec;},'zDMXN':_0x15418e(0x129)};try{const _0x54fe9b=_0x3e71ae[_0x15418e(0xf9)],_0x5d2603=_0x191caf[_0x15418e(0x126)]()[_0x15418e(0x142)](_0x54fe9b),{[TestFrameworkConstants[_0x15418e(0x11e)]]:_0x9e810c='',[TestFrameworkConstants[_0x15418e(0xf2)]]:_0x17a310=''}=_0x5d2603,_0x549033=TestInfo[_0x15418e(0x108)](_0x54fe9b),_0x2ba5fd=TestInfo['getTestDetails'](_0x54fe9b)[TestFrameworkConstants[_0x15418e(0x176)]]||{},_0x489e7d=_0x4e642d[_0x15418e(0x139)](getMediaArtifactsLogs,_0x2ba5fd,_0x191caf[_0x15418e(0x126)]()[_0x15418e(0x142)](_0x54fe9b)[TestFrameworkConstants[_0x15418e(0x12f)]]),_0x3b6005=(_0x549033||[])[_0x15418e(0x11b)](_0x489e7d||[]);if(!_0x3b6005||_0x4e642d['GUwWV'](_0x3b6005[_0x15418e(0x107)],0x0)){logger[_0x15418e(0x1aa)](_0x4e642d[_0x15418e(0x1c0)]);return;}const _0x2e9233=0x28,_0x27d429=Math[_0x15418e(0x164)](_0x4e642d[_0x15418e(0x127)](_0x3b6005[_0x15418e(0x107)],_0x2e9233));for(let _0x191092=0x0;_0x4e642d[_0x15418e(0x170)](_0x191092,_0x27d429);_0x191092++){const _0x158725=_0x4e642d[_0x15418e(0x105)](_0x191092,_0x2e9233),_0x32f9ba=_0x4e642d['XwwBI'](_0x158725,_0x2e9233),_0x54b0cf=_0x3b6005[_0x15418e(0x104)](_0x158725,_0x32f9ba),_0x3b5094={'platformIndex':'0','logs':_0x54b0cf,'testFrameworkName':_0x9e810c,'testFrameworkVersion':_0x17a310,'testFrameworkState':_0x5a9884[_0x15418e(0x15c)]()[_0x15418e(0x156)]('.')[0x1]};logger[_0x15418e(0x1aa)](_0x15418e(0x149)+_0x54fe9b+_0x15418e(0x1c5)+_0x4e642d[_0x15418e(0x196)](_0x191092,0x1)+'/'+_0x27d429+_0x15418e(0x169)+util[_0x15418e(0x12a)](_0x3b5094));const _0x3b8829=await GrpcClient[_0x15418e(0xfc)]()['logCreatedEvent'](_0x3b5094);logger[_0x15418e(0x1aa)](_0x15418e(0x149)+_0x54fe9b+_0x15418e(0x1c5)+_0x4e642d['oMpgv'](_0x191092,0x1)+'/'+_0x27d429+_0x15418e(0x10e)+util[_0x15418e(0x12a)](_0x3b8829));}}catch(_0x2d8cfd){logger[_0x15418e(0x18c)](_0x15418e(0x16f)+util[_0x15418e(0x14a)](_0x2d8cfd));}logger[_0x15418e(0x1aa)](_0x4e642d[_0x15418e(0x1c1)]);}['storePendingHook'](_0x22a6ee,_0x2e90b7,_0x5756be,_0x2bcbad,_0x488187){const _0x5d0c77=a70_0x1cae99,_0x23d30a={'testId':_0x2e90b7,'testFrameworkState':_0x5756be,'hookState':_0x2bcbad,'args':_0x488187,'timestamp':new Date()[_0x5d0c77(0xed)]()};_0x22a6ee[_0x5d0c77(0x1ad)](_0x2e90b7,_0x23d30a),logger[_0x5d0c77(0x1aa)]('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x2e90b7+_0x5d0c77(0x134)+_0x5756be+_0x5d0c77(0x187)+_0x2bcbad);}async['processPendingHooks'](_0x47dce0,_0x438aa){const _0x1ed149=a70_0x1cae99,_0x37669b={};_0x37669b['ZbGkV']=function(_0x14ac49,_0x19a17a){return _0x14ac49>_0x19a17a;};const _0x51b86b=_0x37669b;if(!_0x47dce0[_0x1ed149(0x13b)](_0x438aa))return;const _0x4d853a=_0x47dce0[_0x1ed149(0x17b)](_0x438aa);logger[_0x1ed149(0x1aa)]('Processing\x20'+_0x4d853a[_0x1ed149(0x107)]+_0x1ed149(0x158)+_0x438aa);for(const _0x23689c of _0x4d853a){try{const _0x3ce418=await this[_0x1ed149(0x100)](_0x47dce0,_0x23689c['testFrameworkState'],_0x23689c['hookState'],_0x23689c[_0x1ed149(0x1af)]);_0x3ce418&&_0x51b86b[_0x1ed149(0x125)](Object[_0x1ed149(0x123)](_0x3ce418)[_0x1ed149(0x107)],0x0)&&_0x47dce0[_0x1ed149(0xf8)](_0x3ce418),await this[_0x1ed149(0xeb)](_0x47dce0,_0x23689c['testFrameworkState'],_0x23689c[_0x1ed149(0x1bd)],_0x23689c[_0x1ed149(0x1af)]);}catch(_0xb15c4b){logger[_0x1ed149(0x18c)](_0x1ed149(0x130)+_0x438aa+',\x20error:\x20'+_0xb15c4b);}}_0x47dce0[_0x1ed149(0x18a)](_0x438aa),logger[_0x1ed149(0x1aa)](_0x1ed149(0x197)+_0x438aa);}}module[a70_0x1cae99(0x171)]=CucumberTestFramework;
@@ -1 +1 @@
1
- function a71_0x36c4(){const _0x437548=['\x20hook','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','TRfQa','KEY_HOOK_FAILURE_TYPE','ENESO','_ALL',',\x20test_run_uuid=','status','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','Ymrgj','passed',',\x20testId=','./testFramework','concat',',\x20hook=','hasPendingHooks','KEY_TEST_FILE_PATH','splice','BITXY','NVzeE','unknown','logCreatedEvent','TYGtH','../TestInfo.js','KEY_AUTOMATE_SESSION_NAME','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','instance','OpqdK','xlfLR','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','zcPSM','KEY_TEST_FAILURE','lqlil','uywaL','createContext','get','addPendingHook','NOxUn',',\x20testData=',',\x20response=','hookData',',\x20currentTestId:\x20','none','KEY_HOOK_RESULT','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','bXxZo','hzaUn','../grpcClient','qWsVw','tNZEt','UxPNg','HMZol','getAllPendingHookTestIds','getJestFailureData',',\x20version=','eventJson','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','finished_at','getTrackedInstance','skipped','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','trackJestInstance','parent','KEY_TEST_SCOPES','length','212108tIbdEZ','addMultipleEntries','started_at','beforeAll','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','ItyVD','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','\x20&\x20hookState=','getContext','qwqpb','stack-trace','includes','YOxoK','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20',',\x20storing\x20as\x20pending\x20hook','substring','forEach','has','oqykr','KEY_HOOKS_STARTED','from','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','reverse','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','iRIqT','set','getTestFrameworksVersions','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','ALL','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','trackJestInstance:\x20created\x20instance\x20for\x20target=','../../../helpers/classLogger.js','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','KEY_TEST_STARTED_AT',',\x20hooksListLength=','ceil','parse','filePath','KEY_HOOKS_FINISHED','getRef','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','duration','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','350310SDuHxL','WbczQ','depth','util','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','KEY_TEST_LOGS','NONE','KEY_TEST_META','../cliUtils.js','../instances/trackedInstance.js',',\x20failureReason=',',\x20screenshotLogs:\x20','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','URBHq','slice','hookState','wUfzE','exports','setTrackedInstance','errorsDetailed','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','410418bLZXqA','../state/hookState.js','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','find','sSpEP','YFrcO','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','getId','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','Stored\x20pending\x20hook\x20for\x20testId:\x20','\x20files',',\x20duration=','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','activeHooks','getJestTestFilePath','KEY_HOOK_FAILURE_REASON',',\x20hookData=','format','Error\x20in\x20createTestFrameworkEventPayload:\x20','getJestTestScopes','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','removeActiveHook','pop','1094193nnBlLp','inspect','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','maxArrayLength','asyncError','resolveInstance','testId','hooks','runHooks','vLNPO','getAllData','POST','scopes','executionContext','getJestTestName','originalTest','getThreadId','\x22\x20from\x20testData','KEY_TEST_TAGS','\x20attachments',',\x20failureType=','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','findIndex',',\x20totalHooks=','testData','dvTRq','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','KEY_TEST_ENDED_AT','\x22\x20hook','\x20for\x20testId:\x20',',\x20payload:\x20','KEY_TEST_LOCATION','hook_result','buildHookMapFromTest',',\x20state:\x20','../../../helpers/helper.js','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','BEFORE_ALL','SptDB','\x20(testIdentifier),\x20hookType=','setActiveHook','Lbwpu','fnFbn','trackHookEvent','PqSCH','vDGNr','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','64degiRz','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','getJestTestIdentifier','KEY_EVENT_STARTED_AT','vqNPD','KEY_TEST_FRAMEWORK_NAME',',\x20updates=','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','bDbMR',',\x20hook_run_uuid=','KEY_TEST_DURATION','storePendingHook','\x20-\x20test_identifier=','testFrameworkVersion','pid','jVmqX','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','MKfub','DEFAULT_HOOK_RESULT','LKuWf','HZCbq','error','hookUUID','IxAuk','5467070UDaWtC','missing','WwcQP','9aVtIEo','\x20pending\x20hooks\x20for\x20testId:\x20','KEY_HOOK_FAILURE','jRdDH','KEY_EVENT_ENDED_AT','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','KEY_TEST_SCOPE','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','\x20logs\x20for\x20testId:\x20','isJestInternalHook','KEY_TEST_RETRY_OF','warn','testFrameworkState','trackJestInstance:\x20instance\x20already\x20exists','\x20-\x20testId:\x20','QODSb','stringify','toString',',\x20hookState=','\x20to\x20','wudPw','matchHookRegex','KEY_LOGS','tSCZv','KEY_TEST_RESULT_AT','KEY_TEST_ATTACHMENTS','Seyhr',',\x20hookUUID=','failed','removePendingHooks','retryOf','ZJHCM','hookAnalyticsId','getFileName','wKQjD','wNijY','dbUem','debug','rXuSg','RjzNT',',\x20error:\x20','kind','TEST','getTestFrameworks','KEY_TEST_UUID','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','mapTestHooks','WPPAe','Processing\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','testUUID','getCurrentInstanceName','ueHzJ','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','test_identifier','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','toISOString','platformIndex','sFuqr','createTestFrameworkEventPayload','startedAt','result','name','workerInfo',',\x20consoleLogs:\x20','TEST_SCREENSHOT','XHTmk','KuIth','HAjdZ','test','isArray','KEY_HOOK_ID','KEY_TEST_FRAMEWORK_VERSION','failure_reason','map','zpuNt','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20',',\x20testFramework=','LOG_REPORT','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','KEY_TEST_FAILURE_REASON','__workerDetails','split','KEY_TEST_FAILURE_TYPE','RvJTC','uuid','DEFAULT_TEST_RESULT',',\x20totalLogs:\x20','TRnbn','hook_id','sLUSY',',\x20hookState:\x20','replace','push',',\x20totalBatches:\x20','join','getJestFailureReason','getHooksForTest','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','getJestFailureType','zjnVx','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','gUZbZ','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','parallelIndex','KEY_HOOK_NAME','PRE','KEY_TEST_RESULT',',\x20remainingHooks=','base64','endedAt','keys','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','title',',\x20result=','ROOT_DESCRIBE_BLOCK','hook_type','afterAll','pDZHr','sendLogCreatedEvent','toUpperCase','iOvny','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','Assert','xpbWB',',\x20hookType=','args','KEY_HOOK_LOGS','parseJestTestResult','filter','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','Gpvoq','hookMetadata','KEY_CUSTOM_TAGS','AssertionError','WvRMq','test_run_id','17306kAUtWz','380088FtrXiP','processPendingHooks','testFrameworkName','getPendingHooks','scope','file_name','Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20${testId},\x20error:\x20${error}','ktPMh',',\x20hookId=',',\x20filePath:\x20','jest-circus','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','hookType',',\x20scope:\x20','ArEqe','apply','test_run_uuid','type',',\x20logsInBatch:\x20','ihyRa','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','event_ended_at','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20',',\x20state=','21Fvexvf','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20'];a71_0x36c4=function(){return _0x437548;};return a71_0x36c4();}const a71_0x38c679=a71_0x15ab;function a71_0x15ab(_0x1b2736,_0x213a63){const _0x36c41e=a71_0x36c4();return a71_0x15ab=function(_0x15ab40,_0x1608d2){_0x15ab40=_0x15ab40-0x1c6;let _0x3df353=_0x36c41e[_0x15ab40];return _0x3df353;},a71_0x15ab(_0x1b2736,_0x213a63);}(function(_0x4f876c,_0x2f1d7f){const _0x3c937b=a71_0x15ab,_0x196129=_0x4f876c();while(!![]){try{const _0x23b4cd=parseInt(_0x3c937b(0x206))/0x1*(-parseInt(_0x3c937b(0x291))/0x2)+parseInt(_0x3c937b(0x346))/0x3+parseInt(_0x3c937b(0x2ee))/0x4+-parseInt(_0x3c937b(0x31a))/0x5+parseInt(_0x3c937b(0x32f))/0x6*(parseInt(_0x3c937b(0x2ab))/0x7)+parseInt(_0x3c937b(0x1ea))/0x8*(parseInt(_0x3c937b(0x292))/0x9)+-parseInt(_0x3c937b(0x203))/0xa;if(_0x23b4cd===_0x2f1d7f)break;else _0x196129['push'](_0x196129['shift']());}catch(_0x3dc9af){_0x196129['push'](_0x196129['shift']());}}}(a71_0x36c4,0x40fc1));const TestFramework=require(a71_0x38c679(0x2b9)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a71_0x38c679(0x330)),{createClassLogger}=require(a71_0x38c679(0x30e)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a71_0x38c679(0x322)),TrackedInstance=require(a71_0x38c679(0x323)),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),{getManualUploadLogs,getMediaArtifactsLogs}=require(a71_0x38c679(0x1de)),{isInternalHook}=require('../../../helpers/test-observability/utils'),logger=createClassLogger('JestTestFramework'),{v4:uuidv4}=require(a71_0x38c679(0x25c)),util=require(a71_0x38c679(0x31d)),TestInfo=require(a71_0x38c679(0x2c4)),GrpcClient=require(a71_0x38c679(0x2dc)),stackTrace=require(a71_0x38c679(0x2f8));class JestTestFramework extends TestFramework{constructor(_0xe7c301,_0x4f191c,_0x236a94){const _0x46dbe4=a71_0x38c679;super(_0xe7c301,_0x4f191c,_0x236a94),this[_0x46dbe4(0x33c)]=new Map();}[a71_0x38c679(0x1e3)](_0xbbcf9d,_0x2de1da,_0x40279d){const _0x1ceafb=a71_0x38c679,_0x24dd78={};_0x24dd78['wNijY']=function(_0x2d8f79,_0x4bbc3d){return _0x2d8f79||_0x4bbc3d;};const _0x250c2d=_0x24dd78;if(_0x250c2d[_0x1ceafb(0x229)](!_0xbbcf9d,!_0x2de1da)){logger[_0x1ceafb(0x211)](_0x1ceafb(0x269)+_0xbbcf9d+',\x20hookUUID='+_0x2de1da);return;}!this['activeHooks'][_0x1ceafb(0x2ff)](_0xbbcf9d)&&this[_0x1ceafb(0x33c)][_0x1ceafb(0x307)](_0xbbcf9d,[]);const _0x5b27ef={'hookUUID':_0x2de1da,'hookType':_0x40279d,'startedAt':new Date()['toISOString']()};this['activeHooks'][_0x1ceafb(0x2d0)](_0xbbcf9d)['push'](_0x5b27ef),logger['debug']('[JestTestFramework]\x20setActiveHook:\x20testIdentifier='+_0xbbcf9d+',\x20hookUUID='+_0x2de1da+',\x20hookType='+_0x40279d+_0x1ceafb(0x1d2)+this[_0x1ceafb(0x33c)][_0x1ceafb(0x2d0)](_0xbbcf9d)['length']);}[a71_0x38c679(0x344)](_0x51745b,_0x58de94){const _0xea0032=a71_0x38c679,_0x4f5897={};_0x4f5897[_0xea0032(0x1fc)]=function(_0x284893,_0x391065){return _0x284893||_0x391065;},_0x4f5897[_0xea0032(0x28b)]=function(_0x50b144,_0xf2f961){return _0x50b144!==_0xf2f961;},_0x4f5897[_0xea0032(0x252)]=function(_0x45d1ec,_0x5a5b25){return _0x45d1ec===_0x5a5b25;};const _0x239fba=_0x4f5897;if(_0x239fba[_0xea0032(0x1fc)](!_0x51745b,!_0x58de94)){logger[_0xea0032(0x211)](_0xea0032(0x33b)+_0x51745b+_0xea0032(0x221)+_0x58de94);return;}if(this[_0xea0032(0x33c)][_0xea0032(0x2ff)](_0x51745b)){const _0x573561=this[_0xea0032(0x33c)]['get'](_0x51745b),_0x2451c9=_0x573561[_0xea0032(0x1d1)](_0x50f944=>_0x50f944['hookUUID']===_0x58de94);_0x239fba['Gpvoq'](_0x2451c9,-0x1)?(_0x573561[_0xea0032(0x2be)](_0x2451c9,0x1),logger[_0xea0032(0x22b)]('[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier='+_0x51745b+_0xea0032(0x221)+_0x58de94+_0xea0032(0x274)+_0x573561[_0xea0032(0x2ed)]),_0x239fba['zpuNt'](_0x573561[_0xea0032(0x2ed)],0x0)&&this['activeHooks']['delete'](_0x51745b)):logger['debug'](_0xea0032(0x337)+_0x51745b+_0xea0032(0x221)+_0x58de94);}}['getActiveHook'](_0x526df3){const _0x3c652e=a71_0x38c679,_0x584492={};_0x584492['TYGtH']=function(_0x5f0770,_0x512e3b){return _0x5f0770>_0x512e3b;},_0x584492[_0x3c652e(0x2da)]=function(_0x224201,_0x1180bc){return _0x224201-_0x1180bc;};const _0x57e7f9=_0x584492;if(!_0x526df3)return null;if(this[_0x3c652e(0x33c)][_0x3c652e(0x2ff)](_0x526df3)){const _0x1ce302=this['activeHooks']['get'](_0x526df3);if(_0x57e7f9[_0x3c652e(0x2c3)](_0x1ce302[_0x3c652e(0x2ed)],0x0)){const _0x1bc94e=_0x1ce302[_0x57e7f9[_0x3c652e(0x2da)](_0x1ce302[_0x3c652e(0x2ed)],0x1)];return logger[_0x3c652e(0x22b)]('[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier='+_0x526df3+_0x3c652e(0x221)+_0x1bc94e[_0x3c652e(0x201)]+_0x3c652e(0x285)+_0x1bc94e[_0x3c652e(0x29e)]),_0x1bc94e;}}return null;}async['trackEvent'](_0x49dcf5,_0x2d58d2,_0x4c74e9={}){const _0x46bfe5=a71_0x38c679,_0x12c38f={};_0x12c38f[_0x46bfe5(0x306)]=_0x46bfe5(0x2a7),_0x12c38f[_0x46bfe5(0x2f3)]=function(_0x505d76,_0x5e3148){return _0x505d76===_0x5e3148;},_0x12c38f[_0x46bfe5(0x2a0)]=function(_0x19d849,_0x549350){return _0x19d849===_0x549350;},_0x12c38f[_0x46bfe5(0x1f9)]=function(_0x4d830a,_0x19c7c8){return _0x4d830a||_0x19c7c8;},_0x12c38f[_0x46bfe5(0x28f)]=_0x46bfe5(0x30c);const _0x1f8d2c=_0x12c38f;logger[_0x46bfe5(0x22b)]('[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState='+_0x49dcf5+_0x46bfe5(0x218)+_0x2d58d2+',\x20argsKeys='+Object[_0x46bfe5(0x277)](_0x4c74e9)[_0x46bfe5(0x266)](',')),await super['trackEvent'](_0x49dcf5,_0x2d58d2,_0x4c74e9);const _0x1532de=this[_0x46bfe5(0x34b)](_0x49dcf5,_0x2d58d2,_0x4c74e9);if(!_0x1532de){logger[_0x46bfe5(0x22b)](_0x1f8d2c[_0x46bfe5(0x306)]);return;}try{let _0x2d484b,_0x116188,_0xdd2350;switch(_0x49dcf5){case TestFrameworkState[_0x46bfe5(0x230)]:_0x2d484b=_0x4c74e9[_0x46bfe5(0x24c)];const _0x5191b6={};_0x5191b6[_0x46bfe5(0x31c)]=0x2,_0x5191b6[_0x46bfe5(0x349)]=0x3,logger[_0x46bfe5(0x22b)](_0x46bfe5(0x26c)+_0x2d58d2+_0x46bfe5(0x2d3)+util[_0x46bfe5(0x347)](_0x2d484b,_0x5191b6)),_0xdd2350=this[_0x46bfe5(0x1ec)](_0x2d484b),_0x116188=null,logger['debug'](_0x46bfe5(0x2e9)+_0xdd2350+'\x20(testIdentifier)');if(_0x1f8d2c['ItyVD'](_0x2d58d2,HookState[_0x46bfe5(0x272)])){logger[_0x46bfe5(0x22b)](_0x46bfe5(0x253)+_0xdd2350);const _0x1158ef={};_0x1158ef[_0x46bfe5(0x239)]=_0x116188,_0x1158ef[_0x46bfe5(0x1d3)]=_0x2d484b,_0x1158ef[_0x46bfe5(0x34c)]=_0xdd2350;const _0x2656e2=this['parseJestTest'](_0x1158ef),_0x5a9031={};_0x5a9031[_0x46bfe5(0x31c)]=0x2,_0x5a9031[_0x46bfe5(0x349)]=0x3,logger[_0x46bfe5(0x22b)](_0x46bfe5(0x348)+util[_0x46bfe5(0x347)](_0x2656e2,_0x5a9031)),_0x1532de['addMultipleEntries'](_0x2656e2),logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0xdd2350),await this['processPendingHooks'](_0x1532de,_0xdd2350);}else{if(_0x1f8d2c[_0x46bfe5(0x2a0)](_0x2d58d2,HookState[_0x46bfe5(0x1c6)])){logger[_0x46bfe5(0x22b)](_0x46bfe5(0x343)+_0xdd2350);const _0x24a73d=_0x1532de[_0x46bfe5(0x350)]()[_0x46bfe5(0x2d0)](_0xdd2350);logger['debug'](_0x46bfe5(0x2a9)+util[_0x46bfe5(0x347)](Object[_0x46bfe5(0x277)](_0x1f8d2c['jVmqX'](_0x24a73d,{}))));_0x24a73d&&_0x24a73d[TestFrameworkConstants[_0x46bfe5(0x21f)]]?logger[_0x46bfe5(0x22b)](_0x46bfe5(0x26e)+Object[_0x46bfe5(0x277)](_0x24a73d[TestFrameworkConstants[_0x46bfe5(0x21f)]])['length']+_0x46bfe5(0x339)):logger['debug'](_0x1f8d2c[_0x46bfe5(0x28f)]);const _0x3b0ee6=_0x4c74e9[_0x46bfe5(0x1ca)]||null,_0x344186={};_0x344186['testUUID']=_0x116188,_0x344186[_0x46bfe5(0x1d3)]=_0x2d484b,_0x344186[_0x46bfe5(0x34c)]=_0xdd2350,_0x344186['originalTest']=_0x3b0ee6;const _0x7a30f2=this[_0x46bfe5(0x288)](_0x344186),_0xb218ee={};_0xb218ee['depth']=0x2,_0xb218ee[_0x46bfe5(0x349)]=0x3,logger['debug'](_0x46bfe5(0x2ae)+util[_0x46bfe5(0x347)](_0x7a30f2,_0xb218ee)),_0x1532de[_0x46bfe5(0x2ef)](_0x7a30f2),logger[_0x46bfe5(0x22b)](_0x46bfe5(0x20d)+_0xdd2350),await this['processPendingHooks'](_0x1532de,_0xdd2350);}}break;case TestFrameworkState[_0x46bfe5(0x255)]:if(_0x1f8d2c[_0x46bfe5(0x2f3)](_0x2d58d2,HookState[_0x46bfe5(0x1c6)])){const _0x46308a={};_0x46308a['depth']=0x2,logger[_0x46bfe5(0x22b)]('[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20'+util[_0x46bfe5(0x347)](_0x4c74e9,_0x46308a)),await this[_0x46bfe5(0x27f)](_0x1532de,_0x49dcf5,_0x4c74e9);}break;default:if(CLIUtils[_0x46bfe5(0x21b)](_0x49dcf5[_0x46bfe5(0x217)]()[_0x46bfe5(0x259)]('.')[0x1])){const _0xc88579={};_0xc88579[_0x46bfe5(0x31c)]=0x2,_0xc88579[_0x46bfe5(0x349)]=0x3,logger[_0x46bfe5(0x22b)](_0x46bfe5(0x23e)+_0x49dcf5+_0x46bfe5(0x218)+_0x2d58d2+_0x46bfe5(0x33f)+util[_0x46bfe5(0x347)](_0x4c74e9[_0x46bfe5(0x2d5)],_0xc88579));const _0x33f6e1=await this[_0x46bfe5(0x1e6)](_0x1532de,_0x49dcf5,_0x2d58d2,_0x4c74e9),_0x4b0f0e={};_0x4b0f0e[_0x46bfe5(0x31c)]=0x2,_0x4b0f0e[_0x46bfe5(0x349)]=0x3,logger[_0x46bfe5(0x22b)](_0x46bfe5(0x23c)+util[_0x46bfe5(0x347)](_0x33f6e1,_0x4b0f0e)),_0x1532de[_0x46bfe5(0x2ef)](_0x33f6e1);}else logger[_0x46bfe5(0x22b)](_0x46bfe5(0x331)+_0x49dcf5+_0x46bfe5(0x2f5)+_0x2d58d2);break;}logger[_0x46bfe5(0x22b)]('[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState='+_0x49dcf5+',\x20hookState='+_0x2d58d2);}catch(_0x4c1e69){logger[_0x46bfe5(0x200)](_0x46bfe5(0x2f4)+_0x49dcf5+_0x46bfe5(0x218)+_0x2d58d2+',\x20exception='+util[_0x46bfe5(0x340)](_0x4c1e69));}_0x4c74e9['instance']=_0x1532de,await this[_0x46bfe5(0x34e)](_0x1532de,_0x49dcf5,_0x2d58d2,_0x4c74e9);}['getJestTestIdentifier'](_0x5c5128){const _0xce0749=a71_0x38c679,_0x18be01={};_0x18be01[_0xce0749(0x327)]=_0xce0749(0x317);const _0x5dc885=_0x18be01;if(_0x5c5128&&(_0x5c5128['id']||_0x5c5128[_0xce0749(0x25c)])){const _0x4d8d30=_0x5c5128['id']||_0x5c5128[_0xce0749(0x25c)];return logger['debug']('[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22'+_0x4d8d30+_0xce0749(0x1cc)),_0x4d8d30;}return logger[_0xce0749(0x22b)](_0x5dc885['URBHq']),process[_0xce0749(0x1f8)]+':testAnalyticsId';}[a71_0x38c679(0x34b)](_0x5bffe6,_0x147dd1,_0x447a9f={}){const _0x24e4a2=a71_0x38c679;let _0x4923ec=null;return _0x4923ec=TestFramework['getTrackedInstance'](),!_0x4923ec?(logger['debug'](_0x24e4a2(0x305)+_0x5bffe6),this['trackJestInstance'](_0x5bffe6,_0x447a9f),_0x4923ec=TestFramework[_0x24e4a2(0x2e7)](),logger[_0x24e4a2(0x22b)](_0x24e4a2(0x30a)+!!_0x4923ec+',\x20contextId='+_0x4923ec?.[_0x24e4a2(0x2f6)]()?.[_0x24e4a2(0x336)]())):logger[_0x24e4a2(0x22b)](_0x24e4a2(0x29d)+_0x4923ec[_0x24e4a2(0x2f6)]()?.[_0x24e4a2(0x336)]()),_0x4923ec;}[a71_0x38c679(0x2ea)](_0x1497f0,_0x1ff13c){const _0x2bed99=a71_0x38c679,_0x1cc4b1={};_0x1cc4b1[_0x2bed99(0x1ee)]=_0x2bed99(0x213);const _0xd8ca43=_0x1cc4b1;if(TestFramework[_0x2bed99(0x2e7)]()){logger[_0x2bed99(0x22b)](_0xd8ca43[_0x2bed99(0x1ee)]);return;}const _0x4bdcb6=CLIUtils[_0x2bed99(0x23a)](),_0x517a00=TrackedInstance[_0x2bed99(0x2cf)](_0x4bdcb6);let _0x3cd5a2=null;logger[_0x2bed99(0x22b)](_0x2bed99(0x30d)+_0x4bdcb6+_0x2bed99(0x2aa)+_0x1497f0),_0x3cd5a2=new TestFrameworkInstance(_0x517a00,this[_0x2bed99(0x231)](),this['getTestFrameworksVersions'](),_0x1497f0,HookState[_0x2bed99(0x320)]),TestFramework[_0x2bed99(0x32c)](_0x517a00,_0x3cd5a2),logger[_0x2bed99(0x22b)](_0x2bed99(0x2d9)+_0x517a00[_0x2bed99(0x336)]()+',\x20target='+_0x4bdcb6+_0x2bed99(0x254)+this[_0x2bed99(0x231)]()[0x0]+_0x2bed99(0x2e3)+this['getTestFrameworksVersions']()[this[_0x2bed99(0x231)]()[0x0]]);}['parseJestTest'](_0x4ec25d){const _0x2175a0=a71_0x38c679,_0x22177d={};_0x22177d[_0x2175a0(0x241)]=function(_0x4ddf3d,_0x2e0a08){return _0x4ddf3d||_0x2e0a08;},_0x22177d[_0x2175a0(0x2d2)]=_0x2175a0(0x28a);const _0x129f62=_0x22177d,{testUUID:_0x3bbdc6,testData:_0x38f7f7,testId:_0x6ac27a}=_0x4ec25d;if(_0x129f62[_0x2175a0(0x241)](!_0x38f7f7,!_0x6ac27a))return logger[_0x2175a0(0x22b)](_0x129f62[_0x2175a0(0x2d2)]),{};const _0x4f58d4=this[_0x2175a0(0x231)]()[0x0],_0x37099f=this[_0x2175a0(0x308)](),_0x569543={};_0x569543['depth']=0x2,_0x569543[_0x2175a0(0x349)]=0x3,logger[_0x2175a0(0x22b)](_0x2175a0(0x303)+util['inspect'](_0x38f7f7,_0x569543));const _0x3a8aa4=_0x38f7f7?.['scopes']||[],_0x4ce8e5=this['getJestTestName'](_0x38f7f7),_0xba2869=this[_0x2175a0(0x33d)](_0x38f7f7),_0x1a3925=_0x38f7f7['fn']?_0x38f7f7['fn'][_0x2175a0(0x217)]():null,_0x30e4b7={[TestFrameworkConstants[_0x2175a0(0x1ef)]]:_0x4f58d4,[TestFrameworkConstants[_0x2175a0(0x24f)]]:_0x37099f[_0x4f58d4],[TestFrameworkConstants[_0x2175a0(0x31f)]]:[],[TestFrameworkConstants[_0x2175a0(0x315)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x2175a0(0x273)]]:TestFrameworkConstants[_0x2175a0(0x25d)],[TestFrameworkConstants[_0x2175a0(0x2c5)]]:_0x4ce8e5,[TestFrameworkConstants[_0x2175a0(0x2bd)]]:_0xba2869,[TestFrameworkConstants['KEY_TEST_ID']]:_0x6ac27a,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x4ce8e5,[TestFrameworkConstants[_0x2175a0(0x1da)]]:_0xba2869,[TestFrameworkConstants['KEY_TEST_CODE']]:_0x1a3925,[TestFrameworkConstants[_0x2175a0(0x1cd)]]:[],[TestFrameworkConstants[_0x2175a0(0x310)]]:_0x38f7f7[_0x2175a0(0x2f0)]||new Date()[_0x2175a0(0x23f)](),[TestFrameworkConstants[_0x2175a0(0x20c)]]:_0x3a8aa4[0x0]||'',[TestFrameworkConstants[_0x2175a0(0x2ec)]]:_0x3a8aa4,[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x4ce8e5,[TestFrameworkConstants[_0x2175a0(0x28d)]]:{},[TestFrameworkConstants[_0x2175a0(0x321)]]:{}};_0x38f7f7[_0x2175a0(0x224)]&&(_0x30e4b7[TestFrameworkConstants[_0x2175a0(0x210)]]=_0x38f7f7[_0x2175a0(0x224)]);logger[_0x2175a0(0x22b)](_0x2175a0(0x335)+_0x4ce8e5+_0x2175a0(0x2b8)+_0x6ac27a+'\x20(testIdentifier),\x20scopes='+util[_0x2175a0(0x347)](_0x3a8aa4)+',\x20filePath='+_0xba2869);const _0xc71c09={};return _0xc71c09[_0x6ac27a]=_0x30e4b7,_0xc71c09;}[a71_0x38c679(0x288)](_0x4ae357){const _0x12a2d6=a71_0x38c679,_0x396ba5={'PqSCH':function(_0x53b5f4,_0x5eb35e){return _0x53b5f4===_0x5eb35e;},'GXQwj':_0x12a2d6(0x27d),'HMZol':function(_0x2133df,_0x485882){return _0x2133df===_0x485882;},'HAjdZ':'beforeAll','PVRWC':_0x12a2d6(0x30b),'tSCZv':_0x12a2d6(0x2b2),'Lbwpu':function(_0xb06501,_0x41cc49){return _0xb06501||_0x41cc49;},'jRdDH':_0x12a2d6(0x282),'kZwIt':'unknown','TRnbn':function(_0x2c45cc,_0x15ea15){return _0x2c45cc>_0x15ea15;},'TRfQa':'failed','lbIIq':'skip','ueHzJ':_0x12a2d6(0x2e8),'uFNiC':_0x12a2d6(0x2b7),'qWsVw':function(_0x5f210a,_0x248006){return _0x5f210a!==_0x248006;},'YFrcO':function(_0xe5e34a,_0x4b8f0b,_0x40e682,_0x11ecf9){return _0xe5e34a(_0x4b8f0b,_0x40e682,_0x11ecf9);},'BITXY':function(_0x1552c7,_0x495701){return _0x1552c7>_0x495701;},'WbczQ':_0x12a2d6(0x256),'wKQjD':function(_0x530f01,_0x4df84b){return _0x530f01===_0x4df84b;}},{testUUID:_0x13433d,testData:_0x419fc4,testId:_0x17bdc3}=_0x4ae357;if(_0x396ba5[_0x12a2d6(0x1e4)](!_0x419fc4,!_0x17bdc3))return logger[_0x12a2d6(0x22b)](_0x396ba5[_0x12a2d6(0x209)]),{};const _0x3a611e=this['resolveInstance'](TestFrameworkState[_0x12a2d6(0x230)],HookState[_0x12a2d6(0x1c6)]),_0x174583=_0x3a611e[_0x12a2d6(0x350)]()['get'](_0x17bdc3),_0x2ba528=_0x396ba5[_0x12a2d6(0x1e4)](_0x174583,{}),_0x5aa509=_0x2ba528?_0x2ba528[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{},_0x1256e9=_0x2ba528[TestFrameworkConstants[_0x12a2d6(0x21f)]];logger[_0x12a2d6(0x22b)](_0x12a2d6(0x278)+(_0x1256e9?Object[_0x12a2d6(0x277)](_0x1256e9)[_0x12a2d6(0x2ed)]:0x0)+_0x12a2d6(0x1ce));let _0x143333=_0x396ba5['kZwIt'];if(_0x419fc4[_0x12a2d6(0x244)])_0x143333=_0x419fc4[_0x12a2d6(0x244)];else{if(_0x419fc4[_0x12a2d6(0x32d)]&&_0x396ba5[_0x12a2d6(0x25f)](_0x419fc4[_0x12a2d6(0x32d)][_0x12a2d6(0x2ed)],0x0))_0x143333=_0x396ba5[_0x12a2d6(0x2af)];else _0x396ba5[_0x12a2d6(0x1e7)](_0x419fc4[_0x12a2d6(0x2b4)],_0x396ba5['lbIIq'])||_0x396ba5[_0x12a2d6(0x1e7)](_0x419fc4[_0x12a2d6(0x2b4)],_0x396ba5[_0x12a2d6(0x23b)])?_0x143333=_0x396ba5[_0x12a2d6(0x23b)]:_0x143333=_0x396ba5['uFNiC'];}const _0x95da51={..._0x2ba528,[TestFrameworkConstants[_0x12a2d6(0x273)]]:_0x143333,[TestFrameworkConstants[_0x12a2d6(0x1d6)]]:_0x419fc4['finished_at']||new Date()[_0x12a2d6(0x23f)](),[TestFrameworkConstants[_0x12a2d6(0x21e)]]:new Date()[_0x12a2d6(0x23f)](),[TestFrameworkConstants[_0x12a2d6(0x28d)]]:_0x5aa509,[TestFrameworkConstants[_0x12a2d6(0x21c)]]:[],[TestFrameworkConstants[_0x12a2d6(0x321)]]:{}};if(_0x396ba5[_0x12a2d6(0x2e0)](_0x143333,_0x396ba5[_0x12a2d6(0x2af)])&&_0x419fc4[_0x12a2d6(0x32d)]){const _0x21abdd=this[_0x12a2d6(0x267)](_0x419fc4),_0x351125=this['getJestFailureType'](_0x419fc4),_0x5246c4=this['getJestFailureData'](_0x419fc4);_0x95da51[TestFrameworkConstants[_0x12a2d6(0x25a)]]=_0x351125,_0x95da51[TestFrameworkConstants[_0x12a2d6(0x257)]]=_0x21abdd,_0x95da51[TestFrameworkConstants[_0x12a2d6(0x2cc)]]=_0x5246c4;}_0x396ba5[_0x12a2d6(0x2dd)](_0x419fc4['duration'],undefined)&&(_0x95da51[TestFrameworkConstants[_0x12a2d6(0x1f4)]]=_0x419fc4[_0x12a2d6(0x318)]);_0x419fc4[_0x12a2d6(0x224)]&&(_0x95da51[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x419fc4[_0x12a2d6(0x224)]);const _0x3ccf73=_0x174583?_0x174583[TestFrameworkConstants[_0x12a2d6(0x21f)]]||{}:{},_0x48fd2f=_0x174583?_0x174583[TestFrameworkConstants[_0x12a2d6(0x232)]]:_0x13433d,_0x2a1896=_0x396ba5[_0x12a2d6(0x334)](getManualUploadLogs,_0x3ccf73,_0x48fd2f,_0x17bdc3);if(_0x396ba5[_0x12a2d6(0x25f)](_0x2a1896[_0x12a2d6(0x2ed)],0x0)){const _0x4a31f9=_0x95da51[TestFrameworkConstants['KEY_LOGS']]||[];_0x95da51[TestFrameworkConstants[_0x12a2d6(0x21c)]]=[..._0x4a31f9,..._0x2a1896];}const _0x4965b4=_0x2ba528[TestFrameworkConstants[_0x12a2d6(0x315)]]||{},_0x49bf21=_0x2ba528[TestFrameworkConstants[_0x12a2d6(0x301)]]||{},_0x1d65c5={..._0x4965b4},_0x3b6619=_0x1d65c5;Object[_0x12a2d6(0x277)](_0x49bf21)[_0x12a2d6(0x2fe)](_0x31c341=>{const _0x9148e=_0x12a2d6;!_0x3b6619[_0x31c341]&&(_0x3b6619[_0x31c341]=[]);const _0x8fd3a5=new Set((_0x3b6619[_0x31c341]||[])[_0x9148e(0x251)](_0xa0a08=>_0xa0a08[TestFrameworkConstants[_0x9148e(0x24e)]]||_0xa0a08[_0x9148e(0x260)]));(_0x49bf21[_0x31c341]||[])[_0x9148e(0x2fe)](_0x2c0e8f=>{const _0x48a096=_0x9148e,_0xdc04d8=_0x2c0e8f[TestFrameworkConstants['KEY_HOOK_ID']]||_0x2c0e8f[_0x48a096(0x260)];if(!_0x8fd3a5[_0x48a096(0x2ff)](_0xdc04d8)){const _0xa3567={..._0x2c0e8f},_0x2aa60c=_0xa3567;!_0x2aa60c[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]&&!_0x2aa60c[_0x48a096(0x2a8)]&&(_0x2aa60c[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=new Date()['toISOString']()),!_0x2aa60c[TestFrameworkConstants[_0x48a096(0x2d8)]]&&!_0x2aa60c[_0x48a096(0x1db)]&&(_0x2aa60c[TestFrameworkConstants['KEY_HOOK_RESULT']]=TestFrameworkConstants[_0x48a096(0x1fd)]),_0x3b6619[_0x31c341][_0x48a096(0x264)](_0x2aa60c);}});});if(_0x4ae357[_0x12a2d6(0x1ca)]){this[_0x12a2d6(0x235)](_0x4ae357[_0x12a2d6(0x1ca)]);const _0x48b607=this['buildHookMapFromTest'](_0x4ae357['originalTest']),_0x50247d=this[_0x12a2d6(0x268)](_0x4ae357['originalTest']);_0x50247d[_0x12a2d6(0x2fe)](_0x3c454e=>{const _0x548502=_0x12a2d6,_0x1deab5=_0x48b607[_0x548502(0x2d0)](_0x3c454e);if(_0x1deab5&&(_0x396ba5[_0x548502(0x1e7)](_0x1deab5['type'],_0x396ba5['GXQwj'])||_0x396ba5[_0x548502(0x2e0)](_0x1deab5[_0x548502(0x2a3)],_0x396ba5[_0x548502(0x24b)]))){const _0x57a8b1=_0x1deab5['type'][_0x548502(0x280)]()[_0x548502(0x263)](_0x396ba5['PVRWC'],_0x396ba5[_0x548502(0x21d)]),_0x590558=_0x57a8b1;!_0x3b6619[_0x590558]&&(_0x3b6619[_0x590558]=[]);const _0x5d8ae7=_0x3b6619[_0x590558][_0x548502(0x332)](_0x4cfc8f=>(_0x4cfc8f[TestFrameworkConstants[_0x548502(0x24e)]]||_0x4cfc8f[_0x548502(0x260)])===_0x3c454e);!_0x5d8ae7&&_0x3b6619[_0x590558][_0x548502(0x264)]({'key':_0x590558,[TestFrameworkConstants[_0x548502(0x24e)]]:_0x3c454e,[TestFrameworkConstants[_0x548502(0x2d8)]]:TestFrameworkConstants[_0x548502(0x1fd)],[TestFrameworkConstants[_0x548502(0x1ed)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x548502(0x20a)]]:new Date()[_0x548502(0x23f)](),[TestFrameworkConstants[_0x548502(0x287)]]:[],[TestFrameworkConstants[_0x548502(0x271)]]:_0x1deab5[_0x548502(0x245)]||_0x1deab5[_0x548502(0x2a3)]+_0x548502(0x2ad),[TestFrameworkConstants[_0x548502(0x28d)]]:_0x5aa509});}});}if(_0x419fc4[_0x12a2d6(0x34d)]&&_0x396ba5[_0x12a2d6(0x2bf)](_0x419fc4['hooks']['length'],0x0))_0x95da51[TestFrameworkConstants[_0x12a2d6(0x315)]]=_0x419fc4[_0x12a2d6(0x34d)],logger['debug'](_0x396ba5[_0x12a2d6(0x31b)]);else _0x396ba5['TRnbn'](Object[_0x12a2d6(0x277)](_0x3b6619)[_0x12a2d6(0x2ed)],0x0)&&(_0x95da51[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x3b6619,logger[_0x12a2d6(0x22b)](_0x12a2d6(0x1f1)+Object[_0x12a2d6(0x277)](_0x3b6619)['join'](',')));const _0x3932d7=this[_0x12a2d6(0x1c9)](_0x419fc4);logger[_0x12a2d6(0x22b)](_0x12a2d6(0x326)+_0x3932d7+',\x20testId='+_0x17bdc3+'\x20(testIdentifier),\x20result='+_0x143333+_0x12a2d6(0x33a)+_0x419fc4[_0x12a2d6(0x318)]);_0x396ba5[_0x12a2d6(0x228)](_0x143333,_0x396ba5[_0x12a2d6(0x2af)])&&logger[_0x12a2d6(0x22b)]('[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId='+_0x17bdc3+_0x12a2d6(0x1cf)+_0x95da51[TestFrameworkConstants[_0x12a2d6(0x25a)]]+_0x12a2d6(0x324)+_0x95da51[TestFrameworkConstants[_0x12a2d6(0x257)]]?.['substring'](0x0,0xc8));const _0x2a0417={};return _0x2a0417[_0x17bdc3]=_0x95da51,_0x2a0417;}[a71_0x38c679(0x342)](_0x330b5a){const _0x2d9e32=a71_0x38c679,_0x429107={};_0x429107[_0x2d9e32(0x215)]=function(_0x3caebb,_0x48ca48){return _0x3caebb!==_0x48ca48;},_0x429107[_0x2d9e32(0x261)]=_0x2d9e32(0x27b);const _0x52e4e0=_0x429107,_0x588515={};_0x588515[_0x2d9e32(0x31c)]=0x2,_0x588515[_0x2d9e32(0x349)]=0x3,logger['debug'](_0x2d9e32(0x234)+util[_0x2d9e32(0x347)](_0x330b5a,_0x588515));const _0xc4ecef=[];if(_0x330b5a&&_0x330b5a['parent']){let _0x6d804d=_0x330b5a[_0x2d9e32(0x2eb)];while(_0x6d804d&&_0x6d804d[_0x2d9e32(0x245)]&&_0x52e4e0[_0x2d9e32(0x215)](_0x6d804d[_0x2d9e32(0x245)],'')&&_0x52e4e0[_0x2d9e32(0x215)](_0x6d804d[_0x2d9e32(0x245)],_0x52e4e0[_0x2d9e32(0x261)])){_0xc4ecef[_0x2d9e32(0x264)](_0x6d804d[_0x2d9e32(0x245)]),_0x6d804d=_0x6d804d['parent'];}}return _0xc4ecef[_0x2d9e32(0x304)]();}[a71_0x38c679(0x1c9)](_0x11f396){const _0x1da9f4=a71_0x38c679,_0x71d9eb={};_0x71d9eb[_0x1da9f4(0x26b)]='Unknown\x20Test';const _0x5c9eb3=_0x71d9eb;if(_0x11f396[_0x1da9f4(0x245)])return _0x11f396[_0x1da9f4(0x245)];if(_0x11f396[_0x1da9f4(0x279)])return _0x11f396[_0x1da9f4(0x279)];return _0x5c9eb3[_0x1da9f4(0x26b)];}[a71_0x38c679(0x33d)](_0x442b7c){const _0x1ea254=a71_0x38c679,_0x3683b9={'hzaUn':function(_0xbf3727,_0x562fbd){return _0xbf3727(_0x562fbd);},'gUZbZ':_0x1ea254(0x2f8)};if(_0x442b7c[_0x1ea254(0x297)])return _0x442b7c[_0x1ea254(0x297)];if(_0x442b7c[_0x1ea254(0x34a)]){const _0x493a8a=_0x3683b9[_0x1ea254(0x2db)](require,_0x3683b9[_0x1ea254(0x26d)]);try{const _0x3f51f9=_0x493a8a['parse'](_0x442b7c['asyncError']);if(_0x3f51f9[0x0]&&_0x3f51f9[0x0]['getFileName'])return _0x3f51f9[0x0]['getFileName']();}catch(_0x3bfb26){logger['debug']('Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20'+util[_0x1ea254(0x340)](_0x3bfb26));}}return null;}[a71_0x38c679(0x267)](_0x1ef96f){const _0x266526=a71_0x38c679,_0x31bc31={};_0x31bc31[_0x266526(0x299)]=function(_0x4701d0,_0x1ec2a6){return _0x4701d0>_0x1ec2a6;},_0x31bc31[_0x266526(0x225)]='Unknown\x20error';const _0x307d1c=_0x31bc31;if(_0x1ef96f['errorsDetailed']&&_0x307d1c['ktPMh'](_0x1ef96f[_0x266526(0x32d)]['length'],0x0))return util[_0x266526(0x347)](_0x1ef96f[_0x266526(0x32d)][0x0]);if(_0x1ef96f[_0x266526(0x250)])return _0x1ef96f[_0x266526(0x250)];return _0x307d1c['ZJHCM'];}[a71_0x38c679(0x26a)](_0x315314){const _0xa7d290=a71_0x38c679,_0x387b17={};_0x387b17[_0xa7d290(0x284)]=_0xa7d290(0x283),_0x387b17[_0xa7d290(0x2f7)]=_0xa7d290(0x28e),_0x387b17[_0xa7d290(0x2c8)]='UnhandledError';const _0x153169=_0x387b17,_0x469cc9=this['getJestFailureReason'](_0x315314);if(_0x469cc9&&_0x469cc9[_0xa7d290(0x2f9)](_0x153169['xpbWB']))return _0x153169[_0xa7d290(0x2f7)];return _0x153169[_0xa7d290(0x2c8)];}[a71_0x38c679(0x2e2)](_0x51d443){const _0x3ca7e4=a71_0x38c679,_0x716039={'gprTT':function(_0x34d314,_0x3f06ff){return _0x34d314(_0x3f06ff);},'sSpEP':'../../../helpers/test-observability/utils','wudPw':function(_0x4544e5,_0x59e2e8){return _0x4544e5!==_0x59e2e8;},'EGtcU':_0x3ca7e4(0x24c)},{failureData:_0x1428f3}=_0x716039['gprTT'](require,_0x716039[_0x3ca7e4(0x333)]),_0x29095d=[];return _0x716039[_0x3ca7e4(0x21a)](_0x51d443[_0x3ca7e4(0x32d)],undefined)&&_0x29095d[_0x3ca7e4(0x264)](_0x51d443['errorsDetailed'],_0x716039['EGtcU']),_0x1428f3[_0x3ca7e4(0x2a1)](null,_0x29095d);}async[a71_0x38c679(0x1e6)](_0x57700b,_0xc90efe,_0x2ac0d3,_0x169c21){const _0x2a944a=a71_0x38c679,_0xa7f21f={'WwcQP':_0x2a944a(0x309),'EzpME':function(_0x1625e6){return _0x1625e6();},'vDGNr':function(_0x587532,_0x3eff61){return _0x587532 in _0x3eff61;},'ihyRa':function(_0xfb1080,_0x44f700){return _0xfb1080===_0x44f700;},'YOxoK':function(_0x3779cf,_0x3645a2){return _0x3779cf>_0x3645a2;},'vLNPO':_0x2a944a(0x222),'fnFbn':'passed','NVzeE':function(_0x14858e,_0x321551){return _0x14858e>_0x321551;},'pDZHr':function(_0x52ac60,_0x4b6a53){return _0x52ac60===_0x4b6a53;},'uIkHp':function(_0x2a1e86,_0x135ade){return _0x2a1e86!==_0x135ade;}},{hookData:_0x10c1dd}=_0x169c21,_0x25184d=_0x2ac0d3[_0x2a944a(0x217)](),_0x234882=_0xc90efe[_0x2a944a(0x217)](),_0xad17bf={};_0xad17bf[_0x2a944a(0x31c)]=0x2,_0xad17bf[_0x2a944a(0x349)]=0x3,logger[_0x2a944a(0x22b)](_0x2a944a(0x1fb)+_0x234882+',\x20hookState='+_0x25184d+_0x2a944a(0x33f)+util[_0x2a944a(0x347)](_0x10c1dd,_0xad17bf));if(!_0x10c1dd)return logger[_0x2a944a(0x22b)](_0xa7f21f[_0x2a944a(0x205)]),{};const _0x327214=_0x10c1dd[_0x2a944a(0x25c)]||_0x10c1dd['hookAnalyticsId']||_0xa7f21f['EzpME'](uuidv4),_0x3ccec5=_0x10c1dd[_0x2a944a(0x290)]||this['getJestTestIdentifier'](_0x10c1dd),_0x14a5cf=_0xc90efe[_0x2a944a(0x217)]()['split']('.')[0x1],_0x1c82a2=_0x57700b[_0x2a944a(0x350)]()[_0x2a944a(0x2d0)](_0x3ccec5),_0x4b6488=_0x1c82a2?_0x1c82a2[TestFrameworkConstants[_0x2a944a(0x28d)]]||{}:{};logger['debug'](_0x2a944a(0x319)+_0x327214+_0x2a944a(0x2b8)+_0x3ccec5+_0x2a944a(0x1e2)+_0x14a5cf+_0x2a944a(0x218)+_0x25184d);if(!_0x1c82a2)return logger[_0x2a944a(0x22b)](_0x2a944a(0x2f2)+_0x3ccec5+_0x2a944a(0x2fc)),this[_0x2a944a(0x1f5)](_0x57700b,_0x3ccec5,_0xc90efe,_0x2ac0d3,_0x169c21),{};let _0x407c68=_0x1c82a2[TestFrameworkConstants[_0x2a944a(0x301)]];!_0x407c68&&(_0x407c68={});!_0xa7f21f[_0x2a944a(0x1e8)](_0x14a5cf,_0x407c68)&&(_0x407c68[_0x14a5cf]=[]);let _0x1f3782=_0x1c82a2[TestFrameworkConstants[_0x2a944a(0x315)]];!_0x1f3782&&(_0x1f3782={});!_0xa7f21f[_0x2a944a(0x1e8)](_0x14a5cf,_0x1f3782)&&(_0x1f3782[_0x14a5cf]=[]);const _0x3a0853={[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x407c68,[TestFrameworkConstants[_0x2a944a(0x315)]]:_0x1f3782},_0x5c4223={};_0x5c4223[_0x3ccec5]=_0x3a0853;const _0x185fb9=_0x5c4223;if(_0xa7f21f[_0x2a944a(0x2a5)](_0x2ac0d3,HookState[_0x2a944a(0x272)])){const _0x2b3b51={'key':_0x14a5cf,[TestFrameworkConstants[_0x2a944a(0x24e)]]:_0x327214,[TestFrameworkConstants[_0x2a944a(0x2d8)]]:TestFrameworkConstants[_0x2a944a(0x1fd)],[TestFrameworkConstants[_0x2a944a(0x1ed)]]:_0x10c1dd[_0x2a944a(0x2f0)]||new Date()[_0x2a944a(0x23f)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x10c1dd[_0x2a944a(0x245)]||_0x10c1dd[_0x2a944a(0x27c)]||_0x14a5cf,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x4b6488};_0x407c68[_0x14a5cf][_0x2a944a(0x264)](_0x2b3b51),_0x185fb9[_0x3ccec5][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0x14a5cf;const _0x2ecfcb={};_0x2ecfcb['depth']=0x2,logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x14a5cf+_0x2a944a(0x29a)+_0x327214+_0x2a944a(0x2b8)+_0x3ccec5+_0x2a944a(0x2bb)+util[_0x2a944a(0x347)](_0x2b3b51,_0x2ecfcb));}else{if(_0xa7f21f[_0x2a944a(0x2a5)](_0x2ac0d3,HookState[_0x2a944a(0x1c6)])){const _0x5e8a3e=_0x10c1dd[_0x2a944a(0x244)]||(_0x10c1dd[_0x2a944a(0x32d)]&&_0xa7f21f[_0x2a944a(0x2fa)](_0x10c1dd[_0x2a944a(0x32d)][_0x2a944a(0x2ed)],0x0)?_0xa7f21f[_0x2a944a(0x34f)]:_0xa7f21f['fnFbn']),_0x50efee=_0x407c68[_0x14a5cf]||[];logger[_0x2a944a(0x22b)](_0x2a944a(0x2a6)+_0x14a5cf+_0x2a944a(0x2b8)+_0x3ccec5+',\x20result='+_0x5e8a3e+_0x2a944a(0x311)+_0x50efee[_0x2a944a(0x2ed)]);if(_0xa7f21f[_0x2a944a(0x2c0)](_0x50efee['length'],0x0)){const _0x24969a=_0x50efee[_0x2a944a(0x345)]();_0xa7f21f[_0x2a944a(0x27e)](_0x5e8a3e,_0xa7f21f[_0x2a944a(0x34f)])&&_0x10c1dd[_0x2a944a(0x32d)]?(_0x24969a[TestFrameworkConstants[_0x2a944a(0x2b0)]]=this['getJestFailureType'](_0x10c1dd),_0x24969a[TestFrameworkConstants[_0x2a944a(0x33e)]]=this[_0x2a944a(0x267)](_0x10c1dd),_0x24969a[TestFrameworkConstants[_0x2a944a(0x208)]]=this[_0x2a944a(0x2e2)](_0x10c1dd),logger['debug'](_0x2a944a(0x31e)+_0x14a5cf+_0x2a944a(0x1cf)+_0x24969a[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]+_0x2a944a(0x324)+_0x24969a[TestFrameworkConstants[_0x2a944a(0x33e)]]?.[_0x2a944a(0x2fd)](0x0,0xc8))):_0x24969a[TestFrameworkConstants[_0x2a944a(0x2d8)]]=_0xa7f21f[_0x2a944a(0x1e5)];_0xa7f21f['uIkHp'](_0x5e8a3e,TestFrameworkConstants[_0x2a944a(0x1fd)])&&(_0x24969a[TestFrameworkConstants[_0x2a944a(0x2d8)]]=_0x5e8a3e);_0x24969a[TestFrameworkConstants[_0x2a944a(0x20a)]]=_0x10c1dd[_0x2a944a(0x2e6)]||new Date()[_0x2a944a(0x23f)](),_0x24969a[TestFrameworkConstants[_0x2a944a(0x28d)]]=_0x4b6488;const _0x438b26=_0x24969a[TestFrameworkConstants['KEY_HOOK_ID']];!_0x1f3782[_0x14a5cf]&&(_0x1f3782[_0x14a5cf]=[]);_0x1f3782[_0x14a5cf][_0x2a944a(0x264)](_0x24969a),_0x185fb9[_0x3ccec5][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x14a5cf;const _0x4664ef={};_0x4664ef[_0x2a944a(0x31c)]=0x2,logger[_0x2a944a(0x22b)](_0x2a944a(0x1eb)+_0x14a5cf+_0x2a944a(0x29a)+_0x438b26+_0x2a944a(0x27a)+_0x5e8a3e+_0x2a944a(0x2bb)+util[_0x2a944a(0x347)](_0x24969a,_0x4664ef));}}}const _0x5aff8c={};return _0x5aff8c[_0x2a944a(0x31c)]=0x2,_0x5aff8c[_0x2a944a(0x349)]=0x3,logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20SUCCESS\x20-\x20hookType='+(_0x10c1dd[_0x2a944a(0x27c)]||_0x14a5cf)+_0x2a944a(0x29a)+_0x327214+',\x20testId='+_0x3ccec5+_0x2a944a(0x1f0)+util[_0x2a944a(0x347)](_0x185fb9,_0x5aff8c)),_0x185fb9;}[a71_0x38c679(0x242)](_0x18fab3){const _0x35eb1c=a71_0x38c679,_0xabc88b={};_0xabc88b[_0x35eb1c(0x2c9)]=_0x35eb1c(0x275);const _0x446a8c=_0xabc88b;try{const _0x27e888=_0x18fab3['test']?this[_0x35eb1c(0x1ec)](_0x18fab3[_0x35eb1c(0x24c)]):_0x18fab3[_0x35eb1c(0x2d5)][_0x35eb1c(0x290)],_0x2497ba=_0x18fab3[_0x35eb1c(0x2c7)],_0x3b1253=_0x2497ba[_0x35eb1c(0x2f6)](),_0x1cab05=_0x2497ba['getAllData']()['get'](_0x27e888);if(!_0x1cab05)return logger[_0x35eb1c(0x22b)](_0x35eb1c(0x2fb)+_0x27e888),{};const {[TestFrameworkConstants[_0x35eb1c(0x1ef)]]:_0x4ff049='',[TestFrameworkConstants[_0x35eb1c(0x24f)]]:_0x488143='',[TestFrameworkConstants[_0x35eb1c(0x310)]]:_0x198731='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x37cb17=''}=_0x1cab05,_0x1338cc=_0x2497ba['getCurrentTestState']()[_0x35eb1c(0x217)]()[_0x35eb1c(0x259)]('.')[0x1],_0x3b1384=_0x2497ba['getCurrentHookState']()[_0x35eb1c(0x217)]()[_0x35eb1c(0x259)]('.')[0x1],_0x314b25=global?.['__workerDetails']?.[_0x35eb1c(0x246)]?.['parallelIndex'],_0x5c3441=_0x2497ba[_0x35eb1c(0x316)](),_0x454ed5=Buffer['from'](JSON[_0x35eb1c(0x216)](_0x1cab05))[_0x35eb1c(0x217)](_0x446a8c[_0x35eb1c(0x2c9)]),_0x5704f6={'hash':_0x3b1253['getId'](),'threadId':_0x3b1253[_0x35eb1c(0x1cb)]()[_0x35eb1c(0x217)](),'processId':_0x3b1253['getProcessId']()[_0x35eb1c(0x217)]()},_0x26d4ce={};_0x26d4ce[_0x35eb1c(0x240)]=_0x314b25,_0x26d4ce[_0x35eb1c(0x294)]=_0x4ff049,_0x26d4ce[_0x35eb1c(0x1f7)]=_0x488143,_0x26d4ce[_0x35eb1c(0x212)]=_0x1338cc,_0x26d4ce[_0x35eb1c(0x329)]=_0x3b1384,_0x26d4ce[_0x35eb1c(0x243)]=_0x198731,_0x26d4ce[_0x35eb1c(0x276)]=_0x37cb17,_0x26d4ce['uuid']=_0x5c3441,_0x26d4ce[_0x35eb1c(0x2e4)]=_0x454ed5,_0x26d4ce[_0x35eb1c(0x1c8)]=_0x5704f6,_0x26d4ce[_0x35eb1c(0x23d)]=_0x27e888;const _0x44f8b4=_0x26d4ce;return _0x44f8b4;}catch(_0x292822){return logger['error'](_0x35eb1c(0x341)+util[_0x35eb1c(0x340)](_0x292822)),{};}}async[a71_0x38c679(0x27f)](_0x1fc20a,_0x2cb9ae,_0x4a66b0){const _0x8085e2=a71_0x38c679,_0x222f99={'RvJTC':function(_0x1b9416,_0x55fdf7){return _0x1b9416+_0x55fdf7;},'Ymrgj':_0x8085e2(0x204),'oqykr':_0x8085e2(0x2d7),'XHTmk':function(_0x2d4916,_0x5794a8){return _0x2d4916>_0x5794a8;},'iOvny':function(_0x3a2740,_0x37e480,_0x2343e9,_0x5e5cbb){return _0x3a2740(_0x37e480,_0x2343e9,_0x5e5cbb);},'ZsvXi':function(_0x5e9ca9,_0x5b2dd0){return _0x5e9ca9-_0x5b2dd0;},'RjzNT':function(_0x98715,_0x29a96c){return _0x98715===_0x29a96c;},'LKuWf':function(_0x253758,_0x1b43a6){return _0x253758/_0x1b43a6;},'SptDB':function(_0x2fb67e,_0x113f9b){return _0x2fb67e<_0x113f9b;},'dvTRq':function(_0x79c10b,_0x3fc169){return _0x79c10b*_0x3fc169;},'makIv':function(_0x298180,_0x37327a){return _0x298180+_0x37327a;},'uywaL':function(_0x26adaf,_0xa36170){return _0x26adaf+_0xa36170;}};try{const _0x56d25b=_0x4a66b0[_0x8085e2(0x239)]||_0x4a66b0[_0x8085e2(0x34c)],_0x56533b=Array[_0x8085e2(0x302)](_0x1fc20a[_0x8085e2(0x350)]()['keys']()),_0x3ae095=_0x1fc20a[_0x8085e2(0x350)]()[_0x8085e2(0x2d0)](_0x56d25b);if(!_0x3ae095){logger[_0x8085e2(0x22b)](_0x8085e2(0x1df)+_0x56d25b);return;}const {[TestFrameworkConstants[_0x8085e2(0x1ef)]]:_0x4c119e='',[TestFrameworkConstants[_0x8085e2(0x24f)]]:_0x4d55b3=''}=_0x3ae095;let _0x513e45=[];if(_0x3ae095&&_0x3ae095[TestFrameworkConstants[_0x8085e2(0x21c)]]&&Array[_0x8085e2(0x24d)](_0x3ae095[TestFrameworkConstants[_0x8085e2(0x21c)]])){_0x513e45=_0x3ae095[TestFrameworkConstants['KEY_LOGS']]||[],logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20'+_0x513e45[_0x8085e2(0x2ed)]+_0x8085e2(0x20e)+_0x56d25b);const _0x3834d2={[TestFrameworkConstants[_0x8085e2(0x21c)]]:[]},_0x43fb3e={};_0x43fb3e[_0x56d25b]=_0x3834d2,_0x1fc20a[_0x8085e2(0x2ef)](_0x43fb3e),logger[_0x8085e2(0x22b)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x56d25b);}else logger[_0x8085e2(0x22b)](_0x8085e2(0x1fa)+_0x56d25b);logger[_0x8085e2(0x22b)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20'+_0x513e45[_0x8085e2(0x2ed)]+_0x8085e2(0x1d8)+_0x56d25b);const _0xc5a2e1=_0x513e45[_0x8085e2(0x289)](_0xf0d36=>_0xf0d36[_0x8085e2(0x22f)]===_0x8085e2(0x248));_0x222f99[_0x8085e2(0x249)](_0xc5a2e1[_0x8085e2(0x2ed)],0x0)&&(logger[_0x8085e2(0x22b)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20'+_0xc5a2e1['length']+'\x20screenshot\x20logs\x20for\x20testId:\x20'+_0x56d25b),_0xc5a2e1[_0x8085e2(0x2fe)]((_0x6aadd9,_0x2d2428)=>{const _0x1f11a0=_0x8085e2;logger[_0x1f11a0(0x22b)](_0x1f11a0(0x1e9)+_0x222f99[_0x1f11a0(0x25b)](_0x2d2428,0x1)+'/'+_0xc5a2e1['length']+_0x1f11a0(0x1f6)+(_0x6aadd9['test_identifier']||_0x222f99[_0x1f11a0(0x2b6)])+_0x1f11a0(0x2b3)+(_0x6aadd9[_0x1f11a0(0x2a2)]||_0x222f99[_0x1f11a0(0x2b6)])+_0x1f11a0(0x1f3)+(_0x6aadd9['hook_run_uuid']||_0x222f99[_0x1f11a0(0x300)])+',\x20messageLength='+(_0x6aadd9['message']?.['length']||0x0));}));const _0x5e61a1=_0x3ae095[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0xe28c85=_0x222f99[_0x8085e2(0x281)](getMediaArtifactsLogs,_0x5e61a1,null,_0x56d25b),_0xa940e=(_0x513e45||[])[_0x8085e2(0x2ba)](_0xe28c85||[]),_0x2ec68e=_0xc5a2e1?.['length']||0x0,_0x49c73c=_0x222f99['ZsvXi'](_0x513e45?.[_0x8085e2(0x2ed)]||0x0,_0x2ec68e);logger[_0x8085e2(0x22b)](_0x8085e2(0x2ac)+_0x56d25b+_0x8085e2(0x247)+_0x49c73c+_0x8085e2(0x325)+_0x2ec68e+',\x20attachmentLogs:\x20'+(_0xe28c85?.[_0x8085e2(0x2ed)]||0x0)+_0x8085e2(0x25e)+_0xa940e[_0x8085e2(0x2ed)]);if(!_0xa940e||_0x222f99[_0x8085e2(0x22d)](_0xa940e[_0x8085e2(0x2ed)],0x0)){logger[_0x8085e2(0x22b)](_0x8085e2(0x2c6)+_0x56d25b);return;}const _0x5aebc2=0x28,_0x2ba47c=Math[_0x8085e2(0x312)](_0x222f99[_0x8085e2(0x1fe)](_0xa940e[_0x8085e2(0x2ed)],_0x5aebc2));for(let _0xfc54e=0x0;_0x222f99[_0x8085e2(0x1e1)](_0xfc54e,_0x2ba47c);_0xfc54e++){const _0x1385dd=_0x222f99[_0x8085e2(0x1d4)](_0xfc54e,_0x5aebc2),_0x2e8312=_0x222f99['RvJTC'](_0x1385dd,_0x5aebc2),_0x569eb4=_0xa940e[_0x8085e2(0x328)](_0x1385dd,_0x2e8312),_0x1a81bf=global?.[_0x8085e2(0x258)]?.[_0x8085e2(0x246)]?.[_0x8085e2(0x270)]||0x0,_0x343700={'platformIndex':_0x1a81bf,'logs':_0x569eb4,'testFrameworkName':_0x4c119e,'testFrameworkVersion':_0x4d55b3,'testFrameworkState':_0x2cb9ae[_0x8085e2(0x217)]()[_0x8085e2(0x259)]('.')[0x1]},_0x151836={};_0x151836[_0x8085e2(0x31c)]=0x3,_0x151836[_0x8085e2(0x349)]=0x5,logger[_0x8085e2(0x22b)](_0x8085e2(0x238)+_0x222f99['makIv'](_0xfc54e,0x1)+'/'+_0x2ba47c+_0x8085e2(0x214)+_0x56d25b+_0x8085e2(0x2a4)+_0x569eb4[_0x8085e2(0x2ed)]+',\x20platformIndex:\x20'+_0x1a81bf+_0x8085e2(0x1d9)+util[_0x8085e2(0x347)](_0x343700,_0x151836));const _0x4139c0=await GrpcClient['getInstance']()[_0x8085e2(0x2c2)](_0x343700);logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x222f99[_0x8085e2(0x2ce)](_0xfc54e,0x1)+'/'+_0x2ba47c+_0x8085e2(0x214)+_0x56d25b+_0x8085e2(0x2d4)+util[_0x8085e2(0x347)](_0x4139c0));}if(_0xe28c85&&_0x222f99['XHTmk'](_0xe28c85[_0x8085e2(0x2ed)],0x0)&&_0x3ae095[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]){const _0x306762={[TestFrameworkConstants[_0x8085e2(0x21f)]]:{}},_0x1c2c17={};_0x1c2c17[_0x56d25b]=_0x306762,_0x1fc20a[_0x8085e2(0x2ef)](_0x1c2c17);}logger[_0x8085e2(0x22b)](_0x8085e2(0x32e)+_0x56d25b+_0x8085e2(0x265)+_0x2ba47c);}catch(_0x26f5cb){logger[_0x8085e2(0x200)](_0x8085e2(0x2ca)+(_0x4a66b0[_0x8085e2(0x239)]||_0x4a66b0[_0x8085e2(0x34c)])+_0x8085e2(0x22e)+util['format'](_0x26f5cb));}}['storePendingHook'](_0x515c0b,_0x2fbb22,_0x437f29,_0xb17772,_0xffe66f){const _0x22404e=a71_0x38c679,_0x5e29ba={};_0x5e29ba['HZCbq']=function(_0x7b35ad,_0x1ac0f1){return _0x7b35ad===_0x1ac0f1;},_0x5e29ba['jStoU']=_0x22404e(0x2f1);const _0x39417f=_0x5e29ba,{hookData:_0x31fe5f}=_0xffe66f,_0xf67024={'testId':_0x2fbb22,'testFrameworkState':_0x437f29,'hookState':_0xb17772,'args':_0xffe66f,'timestamp':new Date()[_0x22404e(0x23f)]()};if(_0x39417f[_0x22404e(0x1ff)](_0x437f29,TestFrameworkState[_0x22404e(0x1e0)])&&_0x31fe5f){const _0x4ceb38={};_0x4ceb38[_0x22404e(0x314)]=_0x31fe5f[_0x22404e(0x297)]||_0x31fe5f['location'],_0x4ceb38[_0x22404e(0x296)]=_0x31fe5f[_0x22404e(0x296)]||_0x31fe5f[_0x22404e(0x1c7)]&&_0x31fe5f[_0x22404e(0x1c7)][0x0]||'',_0x4ceb38[_0x22404e(0x29e)]=_0x39417f['jStoU'],_0xf67024[_0x22404e(0x28c)]=_0x4ceb38,logger[_0x22404e(0x22b)]('[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20'+_0x2fbb22+_0x22404e(0x29b)+_0xf67024[_0x22404e(0x28c)][_0x22404e(0x314)]+_0x22404e(0x29f)+_0xf67024[_0x22404e(0x28c)][_0x22404e(0x296)]);}_0x515c0b[_0x22404e(0x2d1)](_0x2fbb22,_0xf67024),logger[_0x22404e(0x22b)](_0x22404e(0x338)+_0x2fbb22+_0x22404e(0x1dd)+_0x437f29+_0x22404e(0x262)+_0xb17772);}async[a71_0x38c679(0x293)](_0x3cc8dd,_0x227c2d){const _0x4ff382=a71_0x38c679,_0x4dea0a={};_0x4dea0a[_0x4ff382(0x2cb)]=function(_0x433ef9,_0x3151b4){return _0x433ef9>_0x3151b4;},_0x4dea0a['wUfzE']='[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20${testFilePath},\x20scope:\x20${testScope}',_0x4dea0a[_0x4ff382(0x1f2)]=function(_0x4faa22,_0x2287b4){return _0x4faa22===_0x2287b4;},_0x4dea0a[_0x4ff382(0x22a)]=function(_0x58a075,_0x544f59){return _0x58a075===_0x544f59;},_0x4dea0a[_0x4ff382(0x2df)]=function(_0x349de6,_0x4eb276){return _0x349de6>_0x4eb276;},_0x4dea0a[_0x4ff382(0x236)]=_0x4ff382(0x2b5),_0x4dea0a[_0x4ff382(0x24a)]=_0x4ff382(0x298);const _0x583627=_0x4dea0a;if(_0x3cc8dd['hasPendingHooks'](_0x227c2d)){const _0x30164a=_0x3cc8dd[_0x4ff382(0x295)](_0x227c2d);logger[_0x4ff382(0x22b)](_0x4ff382(0x237)+_0x30164a[_0x4ff382(0x2ed)]+_0x4ff382(0x207)+_0x227c2d);for(const _0x22bdc7 of _0x30164a){try{const _0x1f341e=await this[_0x4ff382(0x1e6)](_0x3cc8dd,_0x22bdc7[_0x4ff382(0x212)],_0x22bdc7[_0x4ff382(0x329)],_0x22bdc7[_0x4ff382(0x286)]);_0x1f341e&&_0x583627['zcPSM'](Object[_0x4ff382(0x277)](_0x1f341e)[_0x4ff382(0x2ed)],0x0)&&_0x3cc8dd[_0x4ff382(0x2ef)](_0x1f341e),await this[_0x4ff382(0x34e)](_0x3cc8dd,_0x22bdc7['testFrameworkState'],_0x22bdc7[_0x4ff382(0x329)],_0x22bdc7['args']);}catch(_0x39c848){logger[_0x4ff382(0x200)](_0x4ff382(0x20b)+_0x227c2d+_0x4ff382(0x22e)+_0x39c848);}}_0x3cc8dd[_0x4ff382(0x223)](_0x227c2d),logger[_0x4ff382(0x22b)](_0x4ff382(0x1d5)+_0x227c2d);}const _0xcf97a1=_0x3cc8dd[_0x4ff382(0x350)]()[_0x4ff382(0x2d0)](_0x227c2d);if(_0xcf97a1){const _0x458635=_0xcf97a1[TestFrameworkConstants[_0x4ff382(0x2bd)]]||_0xcf97a1[TestFrameworkConstants[_0x4ff382(0x1da)]],_0x25a290=_0xcf97a1[TestFrameworkConstants[_0x4ff382(0x20c)]]||_0xcf97a1[TestFrameworkConstants[_0x4ff382(0x2ec)]]&&_0xcf97a1[TestFrameworkConstants['KEY_TEST_SCOPES']][0x0]||'';logger[_0x4ff382(0x22b)](_0x583627[_0x4ff382(0x32a)]);const _0x3c9428=_0x3cc8dd[_0x4ff382(0x2e1)]();for(const _0x56010f of _0x3c9428){if(_0x583627['bDbMR'](_0x56010f,_0x227c2d))continue;if(_0x3cc8dd[_0x4ff382(0x2bc)](_0x56010f)){const _0x200a95=_0x3cc8dd[_0x4ff382(0x295)](_0x56010f);for(const _0x56461f of _0x200a95){if(_0x583627['dbUem'](_0x56461f[_0x4ff382(0x212)],TestFrameworkState[_0x4ff382(0x1e0)])&&_0x56461f[_0x4ff382(0x28c)]){const _0x46333c=_0x56461f['hookMetadata'][_0x4ff382(0x314)],_0x258363=_0x56461f[_0x4ff382(0x28c)][_0x4ff382(0x296)];if(_0x583627['dbUem'](_0x46333c,_0x458635)&&_0x583627[_0x4ff382(0x1f2)](_0x258363,_0x25a290)){logger[_0x4ff382(0x22b)](_0x4ff382(0x233)+_0x56010f+_0x4ff382(0x2d6)+_0x227c2d+_0x4ff382(0x29b)+_0x46333c+',\x20scope:\x20'+_0x258363);_0x56461f[_0x4ff382(0x286)]&&_0x56461f[_0x4ff382(0x286)][_0x4ff382(0x2d5)]&&(_0x56461f[_0x4ff382(0x286)][_0x4ff382(0x2d5)][_0x4ff382(0x290)]=_0x227c2d,logger['debug'](_0x4ff382(0x26f)+_0x56010f+_0x4ff382(0x219)+_0x227c2d));try{const _0x362a09=await this['trackHookEvent'](_0x3cc8dd,_0x56461f[_0x4ff382(0x212)],_0x56461f[_0x4ff382(0x329)],_0x56461f['args']);_0x362a09&&_0x583627[_0x4ff382(0x2df)](Object[_0x4ff382(0x277)](_0x362a09)[_0x4ff382(0x2ed)],0x0)&&_0x3cc8dd['addMultipleEntries'](_0x362a09);await this[_0x4ff382(0x34e)](_0x3cc8dd,_0x56461f[_0x4ff382(0x212)],_0x56461f[_0x4ff382(0x329)],_0x56461f[_0x4ff382(0x286)]);const _0xf68df4=_0x3cc8dd[_0x4ff382(0x295)](_0x56010f)[_0x4ff382(0x289)](_0x4c4b5d=>_0x4c4b5d!==_0x56461f);if(_0x583627[_0x4ff382(0x22a)](_0xf68df4[_0x4ff382(0x2ed)],0x0))_0x3cc8dd[_0x4ff382(0x223)](_0x56010f);else{_0x3cc8dd['removePendingHooks'](_0x56010f);for(const _0x2f6fd5 of _0xf68df4){_0x3cc8dd[_0x4ff382(0x2d1)](_0x56010f,_0x2f6fd5);}}logger[_0x4ff382(0x22b)](_0x583627[_0x4ff382(0x236)]);}catch(_0x225c79){logger[_0x4ff382(0x200)](_0x583627[_0x4ff382(0x24a)]);}}}}}}}}[a71_0x38c679(0x235)](_0x329711){const _0x46243f=a71_0x38c679,_0x940f27={'rXuSg':function(_0x2a56f1){return _0x2a56f1();}};if(!_0x329711||!_0x329711[_0x46243f(0x2eb)])return;_0x329711[_0x46243f(0x2eb)][_0x46243f(0x34d)]&&Array[_0x46243f(0x24d)](_0x329711[_0x46243f(0x2eb)][_0x46243f(0x34d)])&&_0x329711['parent'][_0x46243f(0x34d)][_0x46243f(0x2fe)](_0x1613ea=>{const _0x593b28=_0x46243f;!_0x1613ea[_0x593b28(0x226)]&&!_0x1613ea[_0x593b28(0x201)]&&(_0x1613ea[_0x593b28(0x226)]=_0x940f27[_0x593b28(0x22c)](uuidv4),_0x1613ea[_0x593b28(0x201)]=_0x1613ea[_0x593b28(0x226)],logger[_0x593b28(0x22b)](_0x593b28(0x2e5)+_0x1613ea[_0x593b28(0x2a3)]+_0x593b28(0x221)+_0x1613ea[_0x593b28(0x226)]));}),this['mapTestHooks'](_0x329711['parent']);}['getHooksForTest'](_0xe0fdd4){const _0x4d610b=a71_0x38c679,_0x5b781c={'ENESO':function(_0x4981cb,_0x5dd00d){return _0x4981cb(_0x5dd00d);}};if(!_0xe0fdd4||!_0xe0fdd4['parent'])return[];const _0x15dc16=[];return _0xe0fdd4['parent'][_0x4d610b(0x34d)]&&Array[_0x4d610b(0x24d)](_0xe0fdd4[_0x4d610b(0x2eb)][_0x4d610b(0x34d)])&&_0xe0fdd4[_0x4d610b(0x2eb)]['hooks'][_0x4d610b(0x2fe)](_0x824b7f=>{const _0x1807e0=_0x4d610b,_0xfa6b36=_0x824b7f[_0x1807e0(0x226)]||_0x824b7f[_0x1807e0(0x201)];_0xfa6b36&&!this[_0x1807e0(0x20f)](_0x824b7f)&&!_0x5b781c[_0x1807e0(0x2b1)](isInternalHook,_0x824b7f['fn'])&&_0x15dc16[_0x1807e0(0x264)](_0xfa6b36);}),[..._0x15dc16,...this[_0x4d610b(0x268)](_0xe0fdd4[_0x4d610b(0x2eb)])];}[a71_0x38c679(0x1dc)](_0x18b157){const _0x49d147=a71_0x38c679,_0x4d40cc={'IxAuk':function(_0x159493,_0x26c140){return _0x159493(_0x26c140);},'tNZEt':_0x49d147(0x2c1)},_0x11cd63=new Map(),_0x553a3a=_0x446af7=>{const _0x3aaf69=_0x49d147;if(!_0x446af7||!_0x446af7[_0x3aaf69(0x2eb)])return;_0x446af7[_0x3aaf69(0x2eb)]['hooks']&&Array[_0x3aaf69(0x24d)](_0x446af7['parent']['hooks'])&&_0x446af7['parent'][_0x3aaf69(0x34d)][_0x3aaf69(0x2fe)](_0x442c58=>{const _0x24ae1a=_0x3aaf69,_0x599893=_0x442c58['hookAnalyticsId']||_0x442c58['hookUUID'];if(_0x599893&&!this[_0x24ae1a(0x20f)](_0x442c58)&&!_0x4d40cc['IxAuk'](isInternalHook,_0x442c58['fn'])){const _0xb5efbf={};_0xb5efbf[_0x24ae1a(0x2a3)]=_0x442c58['type']||_0x4d40cc[_0x24ae1a(0x2de)],_0xb5efbf[_0x24ae1a(0x245)]=_0x442c58[_0x24ae1a(0x245)]||'\x22'+_0x442c58[_0x24ae1a(0x2a3)]+_0x24ae1a(0x1d7),_0x11cd63[_0x24ae1a(0x307)](_0x599893,_0xb5efbf);}}),_0x4d40cc[_0x3aaf69(0x202)](_0x553a3a,_0x446af7[_0x3aaf69(0x2eb)]);};return _0x4d40cc[_0x49d147(0x202)](_0x553a3a,_0x18b157),_0x11cd63;}[a71_0x38c679(0x20f)](_0x56fb32){const _0x39f9c6=a71_0x38c679,_0x142b04={};_0x142b04[_0x39f9c6(0x2cd)]=_0x39f9c6(0x29c),_0x142b04[_0x39f9c6(0x220)]=_0x39f9c6(0x30f);const _0x385850=_0x142b04;try{const _0x283761=this['getRootParentFile'](_0x56fb32);return _0x283761&&_0x283761['includes'](_0x385850[_0x39f9c6(0x2cd)]);}catch(_0xc9608){logger['debug'](_0x385850[_0x39f9c6(0x220)]);}return![];}['getRootParentFile'](_0x2a50d3){const _0x1b2e64=a71_0x38c679;if(_0x2a50d3[_0x1b2e64(0x34a)])try{const _0x3f183f=stackTrace[_0x1b2e64(0x313)](_0x2a50d3['asyncError']);return _0x3f183f[0x0]?_0x3f183f[0x0][_0x1b2e64(0x227)]():null;}catch(_0xda720c){logger[_0x1b2e64(0x22b)](_0x1b2e64(0x1d0)+util[_0x1b2e64(0x340)](_0xda720c));}if(_0x2a50d3['file'])return _0x2a50d3['file'];return null;}}module[a71_0x38c679(0x32b)]=JestTestFramework;
1
+ function a71_0x5d7b(_0x38bb99,_0x2a1ab9){const _0xb58806=a71_0xb588();return a71_0x5d7b=function(_0x5d7ba8,_0x349ed8){_0x5d7ba8=_0x5d7ba8-0xf3;let _0x4fde32=_0xb58806[_0x5d7ba8];return _0x4fde32;},a71_0x5d7b(_0x38bb99,_0x2a1ab9);}const a71_0x15d427=a71_0x5d7b;(function(_0x5466b4,_0x256eb3){const _0x2bd694=a71_0x5d7b,_0x2c65f6=_0x5466b4();while(!![]){try{const _0x23be4d=-parseInt(_0x2bd694(0x179))/0x1+parseInt(_0x2bd694(0x18a))/0x2+-parseInt(_0x2bd694(0x10b))/0x3*(-parseInt(_0x2bd694(0x212))/0x4)+-parseInt(_0x2bd694(0x21f))/0x5+-parseInt(_0x2bd694(0x17c))/0x6*(-parseInt(_0x2bd694(0x254))/0x7)+parseInt(_0x2bd694(0x1e9))/0x8*(-parseInt(_0x2bd694(0x112))/0x9)+-parseInt(_0x2bd694(0x248))/0xa*(-parseInt(_0x2bd694(0x146))/0xb);if(_0x23be4d===_0x256eb3)break;else _0x2c65f6['push'](_0x2c65f6['shift']());}catch(_0x31d4d7){_0x2c65f6['push'](_0x2c65f6['shift']());}}}(a71_0xb588,0x735f9));const TestFramework=require(a71_0x15d427(0x15e)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a71_0x15d427(0x18b)),{createClassLogger}=require(a71_0x15d427(0x245)),TestFrameworkInstance=require(a71_0x15d427(0x196)),CLIUtils=require(a71_0x15d427(0x166)),TrackedInstance=require(a71_0x15d427(0x26a)),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),{isInternalHook}=require(a71_0x15d427(0xfb)),logger=createClassLogger(a71_0x15d427(0x144)),{v4:uuidv4}=require(a71_0x15d427(0x267)),util=require(a71_0x15d427(0x16d)),TestInfo=require(a71_0x15d427(0x1ef)),GrpcClient=require(a71_0x15d427(0x12b)),stackTrace=require('stack-trace');function a71_0xb588(){const _0x4b40ec=['KEY_TEST_SCOPES','parse','test','EAvbE','KEY_HOOK_NAME','duration','retryOf','resolveInstance','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','started_at','stringify','KEY_HOOK_ID','njsho','HhyKM','getTrackedInstance','workerInfo','BEFORE_ALL','\x22\x20from\x20testData',',\x20hookState=','delete','Unknown\x20Test','filter','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','warn','getAllPendingHookTestIds','ceil',',\x20scope:\x20','DyjxC','NONE','KEY_HOOK_FAILURE_TYPE','hookType','getTestFrameworksVersions','XXuUT','error','2530236UPIeVI','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','NRyHC','mpqCZ',',\x20state=','lzLSt','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','trackJestInstance','getInstance','\x20files',',\x20test_run_uuid=','\x20(testIdentifier)','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','2250880qiKbNS','testData','POST',',\x20filePath:\x20',',\x20remainingHooks=',',\x20hook_run_uuid=','buildHookMapFromTest','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','failed','\x20-\x20testId:\x20','piKAc',',\x20error:\x20','bOAkb','map','getAllData','get','LPoCR','hook_run_uuid','processPendingHooks','yGnSI',',\x20hookState:\x20','Hlyxk',',\x20screenshotLogs:\x20','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','getJestFailureData','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','getRef','findIndex',',\x20failureReason=','\x20screenshot\x20logs\x20for\x20testId:\x20',',\x20target=','afterAll','qqMtZ','RfGaE','isArray',',\x20exception=','RsYAL','nlNQE','../../../helpers/classLogger.js','Trbpk','KEY_TEST_RESULT','1932470RMEoYs','uTolR','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','has',',\x20hookId=','zQWCY','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','addPendingHook','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','OpdGD','14qWqtFV','KEY_LOGS',',\x20result=','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','split','hook_type',',\x20hookUUID=','KOMTT','_ALL','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','mHCXA','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','BlAYg','KEY_TEST_FRAMEWORK_VERSION','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','hook_result','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','KEY_TEST_FRAMEWORK_NAME','uuid','KEY_TEST_LOCATION',',\x20payload:\x20','../instances/trackedInstance.js','logCreatedEvent','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','getFileName','hookData','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','file','getJestFailureReason','DYiCy','forEach','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','czArF','YNYgL','[JestTestFramework]\x20trackHookEvent:\x20SUCCESS\x20-\x20hookType=','status','debug','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','getJestTestIdentifier','isJestInternalHook','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','\x20for\x20testId:\x20','TEST','pigkZ','file_name','hookUUID','replace','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','../../../helpers/test-observability/utils',',\x20currentTestId:\x20','testFrameworkState','location','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','getHooksForTest','Unknown\x20error','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','concat','KEY_TEST_DURATION','toISOString','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','nGFPg','removeActiveHook','Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20${testId},\x20error:\x20${error}','KEY_TEST_SCOPE','3QBwRNa','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=',',\x20state:\x20','filePath','setActiveHook','result','Processing\x20','873qgpsFh','LOG_REPORT','KEY_TEST_ENDED_AT','test_run_uuid','JiyMb','KEY_TEST_FILE_PATH','depth',',\x20version=','event_ended_at','executionContext','KEY_EVENT_ENDED_AT','rQGHA','keys','test_run_id','includes','find','missing','originalTest','startedAt','parseJestTest','stack-trace','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','KEY_TEST_META','getJestTestName','CXATw','../grpcClient','QcWeM',',\x20messageLength=','hook_id','ROOT_DESCRIBE_BLOCK','KEY_HOOKS_FINISHED','TEST_SCREENSHOT','toString','getId','KEY_HOOKS_STARTED','reverse','args','parent','DHePW','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','getActiveHook','\x20to\x20','substring','\x20(testIdentifier),\x20result=','huMpx','dFPvQ','test_identifier','scope','UVvzR','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','JestTestFramework','MthDL','11DfZWQd',',\x20testId=','\x22\x20hook','KEY_TEST_STARTED_AT','KEY_TEST_NAME','zXdyL','parallelIndex','getJestTestFilePath',',\x20attachmentLogs:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','passed','__workerDetails','KEY_TEST_ATTACHMENTS','UnhandledError','name','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','length','KEY_AUTOMATE_SESSION_NAME','KEY_TEST_LOGS','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','qoukM','\x20logs\x20for\x20testId:\x20',',\x20argsKeys=','uCVcH','./testFramework','failure_reason','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','skipped','KEY_HOOK_FAILURE','KEY_TEST_ID','scopes','wqzXz','../cliUtils.js','setTrackedInstance','KEY_TEST_RETRY_OF','exports','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','BpNKC','testUUID','util',',\x20hook=','title','KEY_TEST_FAILURE_TYPE','hasPendingHooks','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','inspect','trackJestInstance:\x20created\x20instance\x20for\x20target=','XPNNM','ldiyK','\x20-\x20test_identifier=','KEY_TEST_FAILURE_REASON','865948hGSNVX','set','KEY_HOOK_LOGS','2632236vygqlA','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','parseJestTestResult','beforeAll','jIrsC','matchHookRegex','toUpperCase','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','getTestFrameworks','pEJzh','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20${testFilePath},\x20scope:\x20${testScope}','getCurrentTestState','lGHim','endedAt','391528wFvJbK','../state/hookState.js','addMultipleEntries','from','RAvXT','mzNFw','DEFAULT_TEST_RESULT','wZOBI','KEY_CUSTOM_TAGS','zYNKN','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','instance','../instances/testFrameworkInstance.js','wuMbO','VqvpE','zOEVm','qBllG','errorsDetailed','YGTyR','PRE','KEY_HOOK_FAILURE_REASON','hookMetadata','ByCht','pHyjp',',\x20hookData=','finished_at','apply','testFrameworkVersion','testId','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test',',\x20hookType=','format','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','iHbDO','splice','ljijz','dCluT','type',',\x20duration=','KEY_HOOK_RESULT','byJGU','rIXXB','GlhPH','join','getRootParentFile','hookAnalyticsId','YTHkn','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','hooks','trackEvent','getCurrentHookState','xSmTh','activeHooks','getJestFailureType','\x20attachments',',\x20failureType=','runHooks','hookState','jZPkm','GiUzb','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','JAhUb','removePendingHooks','createTestFrameworkEventPayload','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','push','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','AssertionError','Stored\x20pending\x20hook\x20for\x20testId:\x20',',\x20testFramework=','maxArrayLength','jest-circus','mapTestHooks','fyHHk','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','Error\x20in\x20createTestFrameworkEventPayload:\x20','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','KEY_EVENT_STARTED_AT','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','Ydmbp','pid',',\x20filePath=','KEY_TEST_RESULT_AT','GqdIf','asyncError','message',',\x20response=','KEY_HOOK_LAST_STARTED','trackHookEvent','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','DEFAULT_HOOK_RESULT','getPendingHooks','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','getCurrentInstanceName','9096TzWPkY','getContext','VyiCu','dFWAo','storePendingHook','NCBeq','../TestInfo.js'];a71_0xb588=function(){return _0x4b40ec;};return a71_0xb588();}class JestTestFramework extends TestFramework{constructor(_0x341cac,_0x5bce7f,_0x32063f){super(_0x341cac,_0x5bce7f,_0x32063f),this['activeHooks']=new Map();}[a71_0x15d427(0x10f)](_0x149f96,_0x3f8a96,_0x3408af){const _0x265aa9=a71_0x15d427,_0x256593={};_0x256593[_0x265aa9(0x18f)]=function(_0x4b3f99,_0x2835c8){return _0x4b3f99||_0x2835c8;};const _0x53d9e2=_0x256593;if(_0x53d9e2[_0x265aa9(0x18f)](!_0x149f96,!_0x3f8a96)){logger[_0x265aa9(0x207)](_0x265aa9(0x26f)+_0x149f96+_0x265aa9(0x25a)+_0x3f8a96);return;}!this[_0x265aa9(0x1be)][_0x265aa9(0x24c)](_0x149f96)&&this[_0x265aa9(0x1be)][_0x265aa9(0x17a)](_0x149f96,[]);const _0x4bf678={'hookUUID':_0x3f8a96,'hookType':_0x3408af,'startedAt':new Date()[_0x265aa9(0x105)]()};this[_0x265aa9(0x1be)]['get'](_0x149f96)[_0x265aa9(0x1cc)](_0x4bf678),logger[_0x265aa9(0x279)]('[JestTestFramework]\x20setActiveHook:\x20testIdentifier='+_0x149f96+',\x20hookUUID='+_0x3f8a96+',\x20hookType='+_0x3408af+',\x20totalHooks='+this[_0x265aa9(0x1be)][_0x265aa9(0x22e)](_0x149f96)[_0x265aa9(0x156)]);}[a71_0x15d427(0x108)](_0x1a00f3,_0x1a37aa){const _0x2d1f8d=a71_0x15d427,_0x19a11c={};_0x19a11c['ljijz']=function(_0x52990c,_0x12a41e){return _0x52990c||_0x12a41e;},_0x19a11c[_0x2d1f8d(0x138)]=function(_0x1b2948,_0x225166){return _0x1b2948!==_0x225166;},_0x19a11c[_0x2d1f8d(0x1fc)]=function(_0xcb0967,_0x29a437){return _0xcb0967===_0x29a437;};const _0x1c0c0e=_0x19a11c;if(_0x1c0c0e[_0x2d1f8d(0x1ad)](!_0x1a00f3,!_0x1a37aa)){logger[_0x2d1f8d(0x207)](_0x2d1f8d(0x265)+_0x1a00f3+',\x20hookUUID='+_0x1a37aa);return;}if(this[_0x2d1f8d(0x1be)][_0x2d1f8d(0x24c)](_0x1a00f3)){const _0x5cf9cd=this[_0x2d1f8d(0x1be)][_0x2d1f8d(0x22e)](_0x1a00f3),_0xcfc8a7=_0x5cf9cd[_0x2d1f8d(0x23a)](_0x5e1d52=>_0x5e1d52['hookUUID']===_0x1a37aa);_0x1c0c0e[_0x2d1f8d(0x138)](_0xcfc8a7,-0x1)?(_0x5cf9cd[_0x2d1f8d(0x1ac)](_0xcfc8a7,0x1),logger[_0x2d1f8d(0x279)](_0x2d1f8d(0x257)+_0x1a00f3+_0x2d1f8d(0x25a)+_0x1a37aa+_0x2d1f8d(0x223)+_0x5cf9cd[_0x2d1f8d(0x156)]),_0x1c0c0e[_0x2d1f8d(0x1fc)](_0x5cf9cd[_0x2d1f8d(0x156)],0x0)&&this[_0x2d1f8d(0x1be)][_0x2d1f8d(0x203)](_0x1a00f3)):logger[_0x2d1f8d(0x279)](_0x2d1f8d(0x102)+_0x1a00f3+_0x2d1f8d(0x25a)+_0x1a37aa);}}[a71_0x15d427(0x13a)](_0x131198){const _0x28af2e=a71_0x15d427,_0xb80b99={};_0xb80b99[_0x28af2e(0x243)]=function(_0x92a9f2,_0xfd8472){return _0x92a9f2>_0xfd8472;},_0xb80b99['ByCht']=function(_0xe3586a,_0xa7c396){return _0xe3586a-_0xa7c396;};const _0x573516=_0xb80b99;if(!_0x131198)return null;if(this['activeHooks'][_0x28af2e(0x24c)](_0x131198)){const _0x44316e=this[_0x28af2e(0x1be)][_0x28af2e(0x22e)](_0x131198);if(_0x573516['RsYAL'](_0x44316e['length'],0x0)){const _0x4823a2=_0x44316e[_0x573516[_0x28af2e(0x1a0)](_0x44316e[_0x28af2e(0x156)],0x1)];return logger['debug']('[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier='+_0x131198+',\x20hookUUID='+_0x4823a2[_0x28af2e(0xf8)]+_0x28af2e(0x1a8)+_0x4823a2[_0x28af2e(0x20e)]),_0x4823a2;}}return null;}async[a71_0x15d427(0x1bb)](_0x318aa3,_0x364a1a,_0x561647={}){const _0xd21dde=a71_0x15d427,_0x19decd={};_0x19decd[_0xd21dde(0x185)]=_0xd21dde(0x16a),_0x19decd[_0xd21dde(0x1ee)]=function(_0x8462c9,_0x282ae5){return _0x8462c9===_0x282ae5;},_0x19decd[_0xd21dde(0x261)]=function(_0x329c51,_0x1fffe5){return _0x329c51===_0x1fffe5;},_0x19decd['dFWAo']=function(_0x5f03b7,_0xc7665f){return _0x5f03b7||_0xc7665f;},_0x19decd[_0xd21dde(0x1ab)]='[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND',_0x19decd[_0xd21dde(0x1d4)]=function(_0x40f98d,_0x30012e){return _0x40f98d===_0x30012e;};const _0x173063=_0x19decd;logger[_0xd21dde(0x279)]('[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState='+_0x318aa3+',\x20hookState='+_0x364a1a+_0xd21dde(0x15c)+Object[_0xd21dde(0x11e)](_0x561647)[_0xd21dde(0x1b5)](',')),await super[_0xd21dde(0x1bb)](_0x318aa3,_0x364a1a,_0x561647);const _0x54f9d6=this[_0xd21dde(0x1f7)](_0x318aa3,_0x364a1a,_0x561647);if(!_0x54f9d6){logger[_0xd21dde(0x279)](_0x173063[_0xd21dde(0x185)]);return;}try{let _0x45d86b,_0x17bd65,_0x4c83e0;switch(_0x318aa3){case TestFrameworkState['TEST']:_0x45d86b=_0x561647[_0xd21dde(0x1f2)];const _0x1bd8af={};_0x1bd8af[_0xd21dde(0x118)]=0x2,_0x1bd8af[_0xd21dde(0x1d1)]=0x3,logger['debug'](_0xd21dde(0x10c)+_0x364a1a+',\x20testData='+util['inspect'](_0x45d86b,_0x1bd8af)),_0x4c83e0=this['getJestTestIdentifier'](_0x45d86b),_0x17bd65=null,logger[_0xd21dde(0x279)](_0xd21dde(0x252)+_0x4c83e0+_0xd21dde(0x21d));if(_0x173063[_0xd21dde(0x1ee)](_0x364a1a,HookState[_0xd21dde(0x19d)])){logger[_0xd21dde(0x279)](_0xd21dde(0x238)+_0x4c83e0);const _0x4e3c4c={};_0x4e3c4c[_0xd21dde(0x16c)]=_0x17bd65,_0x4e3c4c[_0xd21dde(0x220)]=_0x45d86b,_0x4e3c4c['testId']=_0x4c83e0;const _0x12a010=this['parseJestTest'](_0x4e3c4c),_0x1909a0={};_0x1909a0['depth']=0x2,_0x1909a0[_0xd21dde(0x1d1)]=0x3,logger[_0xd21dde(0x279)](_0xd21dde(0x1cb)+util[_0xd21dde(0x173)](_0x12a010,_0x1909a0)),_0x54f9d6['addMultipleEntries'](_0x12a010),logger[_0xd21dde(0x279)](_0xd21dde(0x206)+_0x4c83e0),await this[_0xd21dde(0x231)](_0x54f9d6,_0x4c83e0);}else{if(_0x173063[_0xd21dde(0x261)](_0x364a1a,HookState[_0xd21dde(0x221)])){logger[_0xd21dde(0x279)](_0xd21dde(0x194)+_0x4c83e0);const _0x4fed4d=_0x54f9d6[_0xd21dde(0x22d)]()[_0xd21dde(0x22e)](_0x4c83e0);logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20'+util[_0xd21dde(0x173)](Object[_0xd21dde(0x11e)](_0x173063[_0xd21dde(0x1ec)](_0x4fed4d,{}))));_0x4fed4d&&_0x4fed4d[TestFrameworkConstants[_0xd21dde(0x152)]]?logger[_0xd21dde(0x279)](_0xd21dde(0x24b)+Object['keys'](_0x4fed4d[TestFrameworkConstants[_0xd21dde(0x152)]])[_0xd21dde(0x156)]+_0xd21dde(0x21b)):logger['debug'](_0x173063[_0xd21dde(0x1ab)]);const _0x3920ae=_0x561647[_0xd21dde(0x123)]||null,_0x2414d7={};_0x2414d7['testUUID']=_0x17bd65,_0x2414d7[_0xd21dde(0x220)]=_0x45d86b,_0x2414d7['testId']=_0x4c83e0,_0x2414d7['originalTest']=_0x3920ae;const _0x3c77a1=this[_0xd21dde(0x17e)](_0x2414d7),_0x13612e={};_0x13612e['depth']=0x2,_0x13612e['maxArrayLength']=0x3,logger[_0xd21dde(0x279)](_0xd21dde(0x26c)+util[_0xd21dde(0x173)](_0x3c77a1,_0x13612e)),_0x54f9d6['addMultipleEntries'](_0x3c77a1),logger[_0xd21dde(0x279)](_0xd21dde(0xf3)+_0x4c83e0),await this['processPendingHooks'](_0x54f9d6,_0x4c83e0);}}break;case TestFrameworkState[_0xd21dde(0x113)]:if(_0x173063[_0xd21dde(0x1d4)](_0x364a1a,HookState[_0xd21dde(0x221)])){const _0x2e03a3={};_0x2e03a3[_0xd21dde(0x118)]=0x2,logger[_0xd21dde(0x279)](_0xd21dde(0x1d9)+util[_0xd21dde(0x173)](_0x561647,_0x2e03a3)),await this['sendLogCreatedEvent'](_0x54f9d6,_0x318aa3,_0x561647);}break;default:if(CLIUtils[_0xd21dde(0x181)](_0x318aa3['toString']()[_0xd21dde(0x258)]('.')[0x1])){const _0x3926b1={};_0x3926b1[_0xd21dde(0x118)]=0x2,_0x3926b1[_0xd21dde(0x1d1)]=0x3,logger[_0xd21dde(0x279)](_0xd21dde(0x25f)+_0x318aa3+_0xd21dde(0x202)+_0x364a1a+_0xd21dde(0x1a2)+util[_0xd21dde(0x173)](_0x561647[_0xd21dde(0x26e)],_0x3926b1));const _0x508dbf=await this['trackHookEvent'](_0x54f9d6,_0x318aa3,_0x364a1a,_0x561647),_0x570e1a={};_0x570e1a[_0xd21dde(0x118)]=0x2,_0x570e1a['maxArrayLength']=0x3,logger[_0xd21dde(0x279)](_0xd21dde(0x24f)+util[_0xd21dde(0x173)](_0x508dbf,_0x570e1a)),_0x54f9d6['addMultipleEntries'](_0x508dbf);}else logger[_0xd21dde(0x279)]('[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState='+_0x318aa3+'\x20&\x20hookState='+_0x364a1a);break;}logger[_0xd21dde(0x279)]('[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState='+_0x318aa3+_0xd21dde(0x202)+_0x364a1a);}catch(_0x1726d2){logger[_0xd21dde(0x211)](_0xd21dde(0x226)+_0x318aa3+_0xd21dde(0x202)+_0x364a1a+_0xd21dde(0x242)+util['format'](_0x1726d2));}_0x561647[_0xd21dde(0x195)]=_0x54f9d6,await this[_0xd21dde(0x1c2)](_0x54f9d6,_0x318aa3,_0x364a1a,_0x561647);}[a71_0x15d427(0x27b)](_0xcce8eb){const _0x35ed29=a71_0x15d427,_0x5402a3={};_0x5402a3[_0x35ed29(0x25e)]=_0x35ed29(0x263);const _0x28c4f6=_0x5402a3;if(_0xcce8eb&&(_0xcce8eb['id']||_0xcce8eb[_0x35ed29(0x267)])){const _0xa3039b=_0xcce8eb['id']||_0xcce8eb['uuid'];return logger['debug'](_0x35ed29(0x250)+_0xa3039b+_0x35ed29(0x201)),_0xa3039b;}return logger[_0x35ed29(0x279)](_0x28c4f6[_0x35ed29(0x25e)]),process[_0x35ed29(0x1db)]+':testAnalyticsId';}[a71_0x15d427(0x1f7)](_0x42186d,_0x43a8bc,_0xdf7dd3={}){const _0x2bcfe0=a71_0x15d427;let _0xfed828=null;return _0xfed828=TestFramework['getTrackedInstance'](),!_0xfed828?(logger[_0x2bcfe0(0x279)](_0x2bcfe0(0x155)+_0x42186d),this[_0x2bcfe0(0x219)](_0x42186d,_0xdf7dd3),_0xfed828=TestFramework[_0x2bcfe0(0x1fe)](),logger[_0x2bcfe0(0x279)]('[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists='+!!_0xfed828+',\x20contextId='+_0xfed828?.[_0x2bcfe0(0x1ea)]()?.[_0x2bcfe0(0x133)]())):logger['debug'](_0x2bcfe0(0x127)+_0xfed828['getContext']()?.[_0x2bcfe0(0x133)]()),_0xfed828;}[a71_0x15d427(0x219)](_0x30e96f,_0x2a86ab){const _0x8deef6=a71_0x15d427,_0x4bb322={};_0x4bb322[_0x8deef6(0x188)]='trackJestInstance:\x20instance\x20already\x20exists';const _0x5b0f70=_0x4bb322;if(TestFramework[_0x8deef6(0x1fe)]()){logger[_0x8deef6(0x279)](_0x5b0f70[_0x8deef6(0x188)]);return;}const _0x529730=CLIUtils[_0x8deef6(0x1e8)](),_0x28fd54=TrackedInstance['createContext'](_0x529730);let _0x2d3bd2=null;logger[_0x8deef6(0x279)](_0x8deef6(0x174)+_0x529730+_0x8deef6(0x216)+_0x30e96f),_0x2d3bd2=new TestFrameworkInstance(_0x28fd54,this[_0x8deef6(0x184)](),this[_0x8deef6(0x20f)](),_0x30e96f,HookState[_0x8deef6(0x20c)]),TestFramework[_0x8deef6(0x167)](_0x28fd54,_0x2d3bd2),logger[_0x8deef6(0x279)](_0x8deef6(0x25d)+_0x28fd54[_0x8deef6(0x133)]()+_0x8deef6(0x23d)+_0x529730+_0x8deef6(0x1d0)+this[_0x8deef6(0x184)]()[0x0]+_0x8deef6(0x119)+this[_0x8deef6(0x20f)]()[this['getTestFrameworks']()[0x0]]);}[a71_0x15d427(0x125)](_0x55ea9f){const _0x18c685=a71_0x15d427,_0x5dd584={};_0x5dd584[_0x18c685(0x253)]=function(_0x5e09cb,_0x2821e9){return _0x5e09cb||_0x2821e9;},_0x5dd584[_0x18c685(0x12c)]=_0x18c685(0x1a7);const _0x5c44f7=_0x5dd584,{testUUID:_0x5dfb47,testData:_0x2a3dc6,testId:_0x6895aa}=_0x55ea9f;if(_0x5c44f7['OpdGD'](!_0x2a3dc6,!_0x6895aa))return logger[_0x18c685(0x279)](_0x5c44f7[_0x18c685(0x12c)]),{};const _0x21ee08=this['getTestFrameworks']()[0x0],_0x51f596=this[_0x18c685(0x20f)](),_0xbbc4af={};_0xbbc4af['depth']=0x2,_0xbbc4af[_0x18c685(0x1d1)]=0x3,logger[_0x18c685(0x279)](_0x18c685(0x213)+util[_0x18c685(0x173)](_0x2a3dc6,_0xbbc4af));const _0x52365f=_0x2a3dc6?.[_0x18c685(0x164)]||[],_0xac2bb6=this['getJestTestName'](_0x2a3dc6),_0x1bca1a=this[_0x18c685(0x14d)](_0x2a3dc6),_0x5e6695=_0x2a3dc6['fn']?_0x2a3dc6['fn'][_0x18c685(0x132)]():null,_0x3c812e={[TestFrameworkConstants[_0x18c685(0x266)]]:_0x21ee08,[TestFrameworkConstants[_0x18c685(0x262)]]:_0x51f596[_0x21ee08],[TestFrameworkConstants[_0x18c685(0x158)]]:[],[TestFrameworkConstants[_0x18c685(0x130)]]:{},[TestFrameworkConstants[_0x18c685(0x134)]]:{},[TestFrameworkConstants[_0x18c685(0x247)]]:TestFrameworkConstants[_0x18c685(0x190)],[TestFrameworkConstants[_0x18c685(0x157)]]:_0xac2bb6,[TestFrameworkConstants[_0x18c685(0x117)]]:_0x1bca1a,[TestFrameworkConstants[_0x18c685(0x163)]]:_0x6895aa,[TestFrameworkConstants[_0x18c685(0x14a)]]:_0xac2bb6,[TestFrameworkConstants[_0x18c685(0x268)]]:_0x1bca1a,[TestFrameworkConstants['KEY_TEST_CODE']]:_0x5e6695,[TestFrameworkConstants['KEY_TEST_TAGS']]:[],[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x2a3dc6[_0x18c685(0x1f9)]||new Date()[_0x18c685(0x105)](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x52365f[0x0]||'',[TestFrameworkConstants[_0x18c685(0x1f0)]]:_0x52365f,[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0xac2bb6,[TestFrameworkConstants[_0x18c685(0x192)]]:{},[TestFrameworkConstants[_0x18c685(0x128)]]:{}};_0x2a3dc6[_0x18c685(0x1f6)]&&(_0x3c812e[TestFrameworkConstants[_0x18c685(0x168)]]=_0x2a3dc6['retryOf']);logger[_0x18c685(0x279)](_0x18c685(0x27a)+_0xac2bb6+_0x18c685(0x147)+_0x6895aa+'\x20(testIdentifier),\x20scopes='+util[_0x18c685(0x173)](_0x52365f)+_0x18c685(0x1dc)+_0x1bca1a);const _0x1778d9={};return _0x1778d9[_0x6895aa]=_0x3c812e,_0x1778d9;}[a71_0x15d427(0x17e)](_0x455b82){const _0x222cd2=a71_0x15d427,_0x33fef7={'bOAkb':function(_0x37c3c9,_0x1d5aca){return _0x37c3c9===_0x1d5aca;},'jZPkm':_0x222cd2(0x23e),'Hlyxk':function(_0x336bd1,_0x1e98d6){return _0x336bd1===_0x1e98d6;},'oUzGD':_0x222cd2(0x17f),'yGnSI':'ALL','VMCXh':_0x222cd2(0x25c),'qqMtZ':function(_0x2dec53,_0x57bde4){return _0x2dec53||_0x57bde4;},'nlNQE':'No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','VqvpE':function(_0x3b1cea,_0x3f6252){return _0x3b1cea||_0x3f6252;},'GiUzb':'unknown','rIXXB':function(_0x337b32,_0x2984d6){return _0x337b32>_0x2984d6;},'nGFPg':_0x222cd2(0x227),'wnAXK':'skip','CXATw':_0x222cd2(0x161),'ldiyK':'passed','piKAc':function(_0x580a67,_0x217124){return _0x580a67!==_0x217124;},'IGpIY':function(_0x296599,_0x646163,_0x3ed2b8,_0x59018a){return _0x296599(_0x646163,_0x3ed2b8,_0x59018a);},'wZOBI':_0x222cd2(0x21e),'YTHkn':function(_0x1853cc,_0x5709ed){return _0x1853cc===_0x5709ed;}},{testUUID:_0x23f6cf,testData:_0x4f2e34,testId:_0x30f8df}=_0x455b82;if(_0x33fef7[_0x222cd2(0x23f)](!_0x4f2e34,!_0x30f8df))return logger[_0x222cd2(0x279)](_0x33fef7[_0x222cd2(0x244)]),{};const _0x49c945=this[_0x222cd2(0x1f7)](TestFrameworkState[_0x222cd2(0xf5)],HookState[_0x222cd2(0x221)]),_0x26729b=_0x49c945['getAllData']()[_0x222cd2(0x22e)](_0x30f8df),_0x3a2298=_0x33fef7[_0x222cd2(0x198)](_0x26729b,{}),_0x5595c1=_0x3a2298?_0x3a2298[TestFrameworkConstants[_0x222cd2(0x192)]]||{}:{},_0x196272=_0x3a2298[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']];logger['debug'](_0x222cd2(0x160)+(_0x196272?Object[_0x222cd2(0x11e)](_0x196272)['length']:0x0)+_0x222cd2(0x1c0));let _0xb00aa6=_0x33fef7[_0x222cd2(0x1c5)];if(_0x4f2e34[_0x222cd2(0x110)])_0xb00aa6=_0x4f2e34['result'];else{if(_0x4f2e34[_0x222cd2(0x19b)]&&_0x33fef7[_0x222cd2(0x1b3)](_0x4f2e34['errorsDetailed']['length'],0x0))_0xb00aa6=_0x33fef7['nGFPg'];else _0x33fef7[_0x222cd2(0x234)](_0x4f2e34[_0x222cd2(0x278)],_0x33fef7['wnAXK'])||_0x33fef7['Hlyxk'](_0x4f2e34[_0x222cd2(0x278)],_0x33fef7[_0x222cd2(0x12a)])?_0xb00aa6=_0x33fef7['CXATw']:_0xb00aa6=_0x33fef7[_0x222cd2(0x176)];}const _0x532a7f={..._0x3a2298,[TestFrameworkConstants[_0x222cd2(0x247)]]:_0xb00aa6,[TestFrameworkConstants[_0x222cd2(0x114)]]:_0x4f2e34['finished_at']||new Date()[_0x222cd2(0x105)](),[TestFrameworkConstants[_0x222cd2(0x1dd)]]:new Date()['toISOString'](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x5595c1,[TestFrameworkConstants[_0x222cd2(0x255)]]:[],[TestFrameworkConstants['KEY_TEST_META']]:{}};if(_0x33fef7[_0x222cd2(0x234)](_0xb00aa6,_0x33fef7[_0x222cd2(0x107)])&&_0x4f2e34[_0x222cd2(0x19b)]){const _0x1c9d98=this[_0x222cd2(0x271)](_0x4f2e34),_0x1166c8=this[_0x222cd2(0x1bf)](_0x4f2e34),_0x11e176=this[_0x222cd2(0x237)](_0x4f2e34);_0x532a7f[TestFrameworkConstants[_0x222cd2(0x170)]]=_0x1166c8,_0x532a7f[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x1c9d98,_0x532a7f[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x11e176;}_0x33fef7[_0x222cd2(0x229)](_0x4f2e34[_0x222cd2(0x1f5)],undefined)&&(_0x532a7f[TestFrameworkConstants[_0x222cd2(0x104)]]=_0x4f2e34[_0x222cd2(0x1f5)]);_0x4f2e34[_0x222cd2(0x1f6)]&&(_0x532a7f[TestFrameworkConstants[_0x222cd2(0x168)]]=_0x4f2e34[_0x222cd2(0x1f6)]);const _0x285ce5=_0x26729b?_0x26729b[TestFrameworkConstants[_0x222cd2(0x152)]]||{}:{},_0x4d4570=_0x26729b?_0x26729b[TestFrameworkConstants['KEY_TEST_UUID']]:_0x23f6cf,_0x59d8a1=_0x33fef7['IGpIY'](getManualUploadLogs,_0x285ce5,_0x4d4570,_0x30f8df);if(_0x33fef7['rIXXB'](_0x59d8a1[_0x222cd2(0x156)],0x0)){const _0x59ecb6=_0x532a7f[TestFrameworkConstants[_0x222cd2(0x255)]]||[];_0x532a7f[TestFrameworkConstants['KEY_LOGS']]=[..._0x59ecb6,..._0x59d8a1];}const _0x21581e=_0x3a2298[TestFrameworkConstants[_0x222cd2(0x130)]]||{},_0x2071ee=_0x3a2298[TestFrameworkConstants[_0x222cd2(0x134)]]||{},_0x49410c={..._0x21581e},_0x17e727=_0x49410c;Object['keys'](_0x2071ee)[_0x222cd2(0x273)](_0x15a4dd=>{const _0x1d6ac8=_0x222cd2;!_0x17e727[_0x15a4dd]&&(_0x17e727[_0x15a4dd]=[]);const _0x4084bf=new Set((_0x17e727[_0x15a4dd]||[])[_0x1d6ac8(0x22c)](_0x1128b4=>_0x1128b4[TestFrameworkConstants[_0x1d6ac8(0x1fb)]]||_0x1128b4['hook_id']));(_0x2071ee[_0x15a4dd]||[])['forEach'](_0xbcb3c0=>{const _0x339756=_0x1d6ac8,_0x3a53c1=_0xbcb3c0[TestFrameworkConstants[_0x339756(0x1fb)]]||_0xbcb3c0[_0x339756(0x12e)];if(!_0x4084bf['has'](_0x3a53c1)){const _0x4bcb81={..._0xbcb3c0},_0x2d35d9=_0x4bcb81;!_0x2d35d9[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]&&!_0x2d35d9[_0x339756(0x11a)]&&(_0x2d35d9[TestFrameworkConstants[_0x339756(0x11c)]]=new Date()[_0x339756(0x105)]()),!_0x2d35d9[TestFrameworkConstants[_0x339756(0x1b1)]]&&!_0x2d35d9[_0x339756(0x264)]&&(_0x2d35d9[TestFrameworkConstants[_0x339756(0x1b1)]]=TestFrameworkConstants[_0x339756(0x1e5)]),_0x17e727[_0x15a4dd]['push'](_0x2d35d9);}});});if(_0x455b82[_0x222cd2(0x123)]){this[_0x222cd2(0x1d3)](_0x455b82[_0x222cd2(0x123)]);const _0x688f7d=this['buildHookMapFromTest'](_0x455b82['originalTest']),_0x553793=this[_0x222cd2(0x100)](_0x455b82['originalTest']);_0x553793['forEach'](_0x366833=>{const _0x3ca3f5=_0x222cd2,_0x28986b=_0x688f7d[_0x3ca3f5(0x22e)](_0x366833);if(_0x28986b&&(_0x33fef7[_0x3ca3f5(0x22b)](_0x28986b[_0x3ca3f5(0x1af)],_0x33fef7[_0x3ca3f5(0x1c4)])||_0x33fef7[_0x3ca3f5(0x234)](_0x28986b[_0x3ca3f5(0x1af)],_0x33fef7['oUzGD']))){const _0x3acc1d=_0x28986b[_0x3ca3f5(0x1af)][_0x3ca3f5(0x182)]()[_0x3ca3f5(0xf9)](_0x33fef7[_0x3ca3f5(0x232)],_0x33fef7['VMCXh']),_0x5da364=_0x3acc1d;!_0x17e727[_0x5da364]&&(_0x17e727[_0x5da364]=[]);const _0x6dee5a=_0x17e727[_0x5da364][_0x3ca3f5(0x121)](_0x5613fa=>(_0x5613fa[TestFrameworkConstants[_0x3ca3f5(0x1fb)]]||_0x5613fa[_0x3ca3f5(0x12e)])===_0x366833);!_0x6dee5a&&_0x17e727[_0x5da364]['push']({'key':_0x5da364,[TestFrameworkConstants[_0x3ca3f5(0x1fb)]]:_0x366833,[TestFrameworkConstants[_0x3ca3f5(0x1b1)]]:TestFrameworkConstants[_0x3ca3f5(0x1e5)],[TestFrameworkConstants[_0x3ca3f5(0x1d8)]]:new Date()['toISOString'](),[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]:new Date()['toISOString'](),[TestFrameworkConstants[_0x3ca3f5(0x17b)]]:[],[TestFrameworkConstants[_0x3ca3f5(0x1f4)]]:_0x28986b[_0x3ca3f5(0x154)]||_0x28986b[_0x3ca3f5(0x1af)]+'\x20hook',[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x5595c1});}});}if(_0x4f2e34['hooks']&&_0x33fef7['rIXXB'](_0x4f2e34[_0x222cd2(0x1ba)][_0x222cd2(0x156)],0x0))_0x532a7f[TestFrameworkConstants[_0x222cd2(0x130)]]=_0x4f2e34[_0x222cd2(0x1ba)],logger[_0x222cd2(0x279)](_0x33fef7[_0x222cd2(0x191)]);else _0x33fef7[_0x222cd2(0x1b3)](Object[_0x222cd2(0x11e)](_0x17e727)[_0x222cd2(0x156)],0x0)&&(_0x532a7f[TestFrameworkConstants[_0x222cd2(0x130)]]=_0x17e727,logger[_0x222cd2(0x279)](_0x222cd2(0x1e4)+Object['keys'](_0x17e727)[_0x222cd2(0x1b5)](',')));const _0x402748=this[_0x222cd2(0x129)](_0x4f2e34);logger[_0x222cd2(0x279)](_0x222cd2(0x236)+_0x402748+',\x20testId='+_0x30f8df+_0x222cd2(0x13d)+_0xb00aa6+_0x222cd2(0x1b0)+_0x4f2e34[_0x222cd2(0x1f5)]);_0x33fef7[_0x222cd2(0x1b8)](_0xb00aa6,_0x33fef7[_0x222cd2(0x107)])&&logger['debug']('[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId='+_0x30f8df+_0x222cd2(0x1c1)+_0x532a7f[TestFrameworkConstants[_0x222cd2(0x170)]]+_0x222cd2(0x23b)+_0x532a7f[TestFrameworkConstants[_0x222cd2(0x178)]]?.[_0x222cd2(0x13c)](0x0,0xc8));const _0x4a8ce8={};return _0x4a8ce8[_0x30f8df]=_0x532a7f,_0x4a8ce8;}['getJestTestScopes'](_0x1b975a){const _0x4ed4da=a71_0x15d427,_0x2b8594={};_0x2b8594['EAvbE']=function(_0x4d4ca7,_0xb68be2){return _0x4d4ca7!==_0xb68be2;},_0x2b8594['dCluT']=_0x4ed4da(0x12f);const _0x5598c7=_0x2b8594,_0x52f3ea={};_0x52f3ea[_0x4ed4da(0x118)]=0x2,_0x52f3ea[_0x4ed4da(0x1d1)]=0x3,logger[_0x4ed4da(0x279)](_0x4ed4da(0x183)+util[_0x4ed4da(0x173)](_0x1b975a,_0x52f3ea));const _0x2a4257=[];if(_0x1b975a&&_0x1b975a[_0x4ed4da(0x137)]){let _0x154096=_0x1b975a[_0x4ed4da(0x137)];while(_0x154096&&_0x154096[_0x4ed4da(0x154)]&&_0x5598c7[_0x4ed4da(0x1f3)](_0x154096[_0x4ed4da(0x154)],'')&&_0x5598c7[_0x4ed4da(0x1f3)](_0x154096[_0x4ed4da(0x154)],_0x5598c7[_0x4ed4da(0x1ae)])){_0x2a4257[_0x4ed4da(0x1cc)](_0x154096['name']),_0x154096=_0x154096[_0x4ed4da(0x137)];}}return _0x2a4257[_0x4ed4da(0x135)]();}[a71_0x15d427(0x129)](_0x51f23e){const _0x4213dc=a71_0x15d427,_0x4a2b96={};_0x4a2b96['rQGHA']=_0x4213dc(0x204);const _0x5b2df6=_0x4a2b96;if(_0x51f23e['name'])return _0x51f23e[_0x4213dc(0x154)];if(_0x51f23e[_0x4213dc(0x16f)])return _0x51f23e[_0x4213dc(0x16f)];return _0x5b2df6[_0x4213dc(0x11d)];}[a71_0x15d427(0x14d)](_0x2d9954){const _0x5ec7fa=a71_0x15d427,_0x3fcd8e={'mpqCZ':function(_0x11f675,_0x496921){return _0x11f675(_0x496921);},'fwUtb':_0x5ec7fa(0x126)};if(_0x2d9954[_0x5ec7fa(0xf7)])return _0x2d9954[_0x5ec7fa(0xf7)];if(_0x2d9954[_0x5ec7fa(0x1df)]){const _0x27d28c=_0x3fcd8e[_0x5ec7fa(0x215)](require,_0x3fcd8e['fwUtb']);try{const _0xcd8aca=_0x27d28c['parse'](_0x2d9954[_0x5ec7fa(0x1df)]);if(_0xcd8aca[0x0]&&_0xcd8aca[0x0][_0x5ec7fa(0x26d)])return _0xcd8aca[0x0]['getFileName']();}catch(_0x4bca53){logger['debug'](_0x5ec7fa(0x1d7)+util[_0x5ec7fa(0x1a9)](_0x4bca53));}}return null;}['getJestFailureReason'](_0x2b4a5c){const _0x209acf=a71_0x15d427,_0xd75e4f={};_0xd75e4f[_0x209acf(0x272)]=function(_0x3ea65b,_0x2e5ec5){return _0x3ea65b>_0x2e5ec5;},_0xd75e4f[_0x209acf(0x193)]=_0x209acf(0x101);const _0x10ff43=_0xd75e4f;if(_0x2b4a5c['errorsDetailed']&&_0x10ff43[_0x209acf(0x272)](_0x2b4a5c[_0x209acf(0x19b)][_0x209acf(0x156)],0x0))return util['inspect'](_0x2b4a5c[_0x209acf(0x19b)][0x0]);if(_0x2b4a5c[_0x209acf(0x15f)])return _0x2b4a5c[_0x209acf(0x15f)];return _0x10ff43[_0x209acf(0x193)];}[a71_0x15d427(0x1bf)](_0x3150f9){const _0x26f461=a71_0x15d427,_0x23e459={};_0x23e459[_0x26f461(0x210)]='Assert',_0x23e459[_0x26f461(0x217)]=_0x26f461(0x1ce),_0x23e459[_0x26f461(0x116)]=_0x26f461(0x153);const _0x202459=_0x23e459,_0x50d3c0=this[_0x26f461(0x271)](_0x3150f9);if(_0x50d3c0&&_0x50d3c0[_0x26f461(0x120)](_0x202459[_0x26f461(0x210)]))return _0x202459[_0x26f461(0x217)];return _0x202459[_0x26f461(0x116)];}[a71_0x15d427(0x237)](_0x22d434){const _0x5e1021=a71_0x15d427,_0x367e6e={'czArF':function(_0x37a50e,_0x5e1141){return _0x37a50e(_0x5e1141);},'wOMCx':'../../../helpers/test-observability/utils','RAvXT':function(_0x2411de,_0x21c066){return _0x2411de!==_0x21c066;},'jIrsC':'test'},{failureData:_0x2d0447}=_0x367e6e[_0x5e1021(0x275)](require,_0x367e6e['wOMCx']),_0x26715c=[];return _0x367e6e[_0x5e1021(0x18e)](_0x22d434[_0x5e1021(0x19b)],undefined)&&_0x26715c[_0x5e1021(0x1cc)](_0x22d434[_0x5e1021(0x19b)],_0x367e6e[_0x5e1021(0x180)]),_0x2d0447[_0x5e1021(0x1a4)](null,_0x26715c);}async[a71_0x15d427(0x1e3)](_0x485040,_0x6b2ac8,_0x48d834,_0x944df7){const _0xcc16=a71_0x15d427,_0x56d173={'NRyHC':_0xcc16(0x1f8),'UVvzR':function(_0x2758f6){return _0x2758f6();},'huMpx':function(_0x5c746f,_0x292454){return _0x5c746f in _0x292454;},'SVyKF':function(_0x17d1fe,_0x2b0a55){return _0x17d1fe in _0x2b0a55;},'jMHLN':function(_0x2a1512,_0x33ef9b){return _0x2a1512===_0x33ef9b;},'HhyKM':function(_0x2c1aa5,_0x31fac6){return _0x2c1aa5===_0x31fac6;},'RfGaE':function(_0x4921a4,_0xd407eb){return _0x4921a4>_0xd407eb;},'MthDL':_0xcc16(0x227),'XPNNM':_0xcc16(0x150),'dFPvQ':function(_0x2d8f6f,_0x45ded8){return _0x2d8f6f!==_0x45ded8;}},{hookData:_0x38745d}=_0x944df7,_0x474a3a=_0x48d834[_0xcc16(0x132)](),_0x190f29=_0x6b2ac8[_0xcc16(0x132)](),_0x478650={};_0x478650[_0xcc16(0x118)]=0x2,_0x478650[_0xcc16(0x1d1)]=0x3,logger[_0xcc16(0x279)]('[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState='+_0x190f29+_0xcc16(0x202)+_0x474a3a+',\x20hookData='+util[_0xcc16(0x173)](_0x38745d,_0x478650));if(!_0x38745d)return logger[_0xcc16(0x279)](_0x56d173[_0xcc16(0x214)]),{};const _0x24ae04=_0x38745d['uuid']||_0x38745d[_0xcc16(0x1b7)]||_0x56d173[_0xcc16(0x142)](uuidv4),_0x2c702=_0x38745d['test_run_id']||this[_0xcc16(0x27b)](_0x38745d),_0x2a9da1=_0x6b2ac8[_0xcc16(0x132)]()['split']('.')[0x1],_0x303f2f=_0x485040[_0xcc16(0x22d)]()['get'](_0x2c702),_0x4a498a=_0x303f2f?_0x303f2f[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{};logger[_0xcc16(0x279)](_0xcc16(0x1aa)+_0x24ae04+_0xcc16(0x147)+_0x2c702+'\x20(testIdentifier),\x20hookType='+_0x2a9da1+_0xcc16(0x202)+_0x474a3a);if(!_0x303f2f)return logger['debug'](_0xcc16(0x27d)+_0x2c702+',\x20storing\x20as\x20pending\x20hook'),this['storePendingHook'](_0x485040,_0x2c702,_0x6b2ac8,_0x48d834,_0x944df7),{};let _0x17d31c=_0x303f2f[TestFrameworkConstants[_0xcc16(0x134)]];!_0x17d31c&&(_0x17d31c={});!_0x56d173[_0xcc16(0x13e)](_0x2a9da1,_0x17d31c)&&(_0x17d31c[_0x2a9da1]=[]);let _0x278d84=_0x303f2f[TestFrameworkConstants['KEY_HOOKS_FINISHED']];!_0x278d84&&(_0x278d84={});!_0x56d173['SVyKF'](_0x2a9da1,_0x278d84)&&(_0x278d84[_0x2a9da1]=[]);const _0xd1bc73={[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x17d31c,[TestFrameworkConstants[_0xcc16(0x130)]]:_0x278d84},_0xf9840e={};_0xf9840e[_0x2c702]=_0xd1bc73;const _0x5d0365=_0xf9840e;if(_0x56d173['jMHLN'](_0x48d834,HookState[_0xcc16(0x19d)])){const _0xa34ac4={'key':_0x2a9da1,[TestFrameworkConstants[_0xcc16(0x1fb)]]:_0x24ae04,[TestFrameworkConstants[_0xcc16(0x1b1)]]:TestFrameworkConstants[_0xcc16(0x1e5)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:_0x38745d[_0xcc16(0x1f9)]||new Date()[_0xcc16(0x105)](),[TestFrameworkConstants[_0xcc16(0x17b)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x38745d['name']||_0x38745d[_0xcc16(0x259)]||_0x2a9da1,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x4a498a};_0x17d31c[_0x2a9da1]['push'](_0xa34ac4),_0x5d0365[_0x2c702][TestFrameworkConstants[_0xcc16(0x1e2)]]=_0x2a9da1;const _0x25963d={};_0x25963d[_0xcc16(0x118)]=0x2,logger[_0xcc16(0x279)](_0xcc16(0x172)+_0x2a9da1+',\x20hookId='+_0x24ae04+',\x20testId='+_0x2c702+_0xcc16(0x16e)+util['inspect'](_0xa34ac4,_0x25963d));}else{if(_0x56d173[_0xcc16(0x1fd)](_0x48d834,HookState[_0xcc16(0x221)])){const _0x3189ed=_0x38745d[_0xcc16(0x110)]||(_0x38745d[_0xcc16(0x19b)]&&_0x56d173[_0xcc16(0x240)](_0x38745d[_0xcc16(0x19b)]['length'],0x0)?_0x56d173[_0xcc16(0x145)]:_0x56d173[_0xcc16(0x175)]),_0x59857d=_0x17d31c[_0x2a9da1]||[];logger['debug'](_0xcc16(0xfa)+_0x2a9da1+_0xcc16(0x147)+_0x2c702+_0xcc16(0x256)+_0x3189ed+',\x20hooksListLength='+_0x59857d[_0xcc16(0x156)]);if(_0x56d173[_0xcc16(0x240)](_0x59857d[_0xcc16(0x156)],0x0)){const _0x4f0b47=_0x59857d['pop']();_0x56d173['jMHLN'](_0x3189ed,_0x56d173[_0xcc16(0x145)])&&_0x38745d[_0xcc16(0x19b)]?(_0x4f0b47[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this['getJestFailureType'](_0x38745d),_0x4f0b47[TestFrameworkConstants[_0xcc16(0x19e)]]=this[_0xcc16(0x271)](_0x38745d),_0x4f0b47[TestFrameworkConstants[_0xcc16(0x162)]]=this[_0xcc16(0x237)](_0x38745d),logger[_0xcc16(0x279)](_0xcc16(0x1d5)+_0x2a9da1+_0xcc16(0x1c1)+_0x4f0b47[TestFrameworkConstants[_0xcc16(0x20d)]]+_0xcc16(0x23b)+_0x4f0b47[TestFrameworkConstants[_0xcc16(0x19e)]]?.[_0xcc16(0x13c)](0x0,0xc8))):_0x4f0b47[TestFrameworkConstants[_0xcc16(0x1b1)]]=_0x56d173[_0xcc16(0x175)];_0x56d173[_0xcc16(0x13f)](_0x3189ed,TestFrameworkConstants[_0xcc16(0x1e5)])&&(_0x4f0b47[TestFrameworkConstants[_0xcc16(0x1b1)]]=_0x3189ed);_0x4f0b47[TestFrameworkConstants[_0xcc16(0x11c)]]=_0x38745d[_0xcc16(0x1a3)]||new Date()[_0xcc16(0x105)](),_0x4f0b47[TestFrameworkConstants[_0xcc16(0x192)]]=_0x4a498a;const _0x2573b8=_0x4f0b47[TestFrameworkConstants[_0xcc16(0x1fb)]];!_0x278d84[_0x2a9da1]&&(_0x278d84[_0x2a9da1]=[]);_0x278d84[_0x2a9da1][_0xcc16(0x1cc)](_0x4f0b47),_0x5d0365[_0x2c702][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x2a9da1;const _0xf9f0f7={};_0xf9f0f7[_0xcc16(0x118)]=0x2,logger[_0xcc16(0x279)](_0xcc16(0x260)+_0x2a9da1+',\x20hookId='+_0x2573b8+_0xcc16(0x256)+_0x3189ed+_0xcc16(0x16e)+util[_0xcc16(0x173)](_0x4f0b47,_0xf9f0f7));}}}const _0x18129c={};return _0x18129c[_0xcc16(0x118)]=0x2,_0x18129c[_0xcc16(0x1d1)]=0x3,logger[_0xcc16(0x279)](_0xcc16(0x277)+(_0x38745d[_0xcc16(0x259)]||_0x2a9da1)+_0xcc16(0x24d)+_0x24ae04+_0xcc16(0x147)+_0x2c702+',\x20updates='+util['inspect'](_0x5d0365,_0x18129c)),_0x5d0365;}[a71_0x15d427(0x1ca)](_0x1dd94a){const _0x4d269c=a71_0x15d427,_0xb3836c={};_0xb3836c[_0x4d269c(0x15d)]='base64';const _0x5056f0=_0xb3836c;try{const _0x3e7bea=_0x1dd94a[_0x4d269c(0x1f2)]?this[_0x4d269c(0x27b)](_0x1dd94a[_0x4d269c(0x1f2)]):_0x1dd94a[_0x4d269c(0x26e)]['test_run_id'],_0x5f0c93=_0x1dd94a[_0x4d269c(0x195)],_0x1c6f3a=_0x5f0c93['getContext'](),_0x5db3a0=_0x5f0c93[_0x4d269c(0x22d)]()[_0x4d269c(0x22e)](_0x3e7bea);if(!_0x5db3a0)return logger['debug'](_0x4d269c(0x143)+_0x3e7bea),{};const {[TestFrameworkConstants[_0x4d269c(0x266)]]:_0x1ea70d='',[TestFrameworkConstants[_0x4d269c(0x262)]]:_0x18e727='',[TestFrameworkConstants[_0x4d269c(0x149)]]:_0x4ee176='',[TestFrameworkConstants[_0x4d269c(0x114)]]:_0x264b45=''}=_0x5db3a0,_0x4e1892=_0x5f0c93[_0x4d269c(0x187)]()['toString']()[_0x4d269c(0x258)]('.')[0x1],_0xf1db14=_0x5f0c93[_0x4d269c(0x1bc)]()['toString']()[_0x4d269c(0x258)]('.')[0x1],_0x5add68=global?.[_0x4d269c(0x151)]?.[_0x4d269c(0x1ff)]?.[_0x4d269c(0x14c)],_0x265eae=_0x5f0c93[_0x4d269c(0x239)](),_0x1818d5=Buffer[_0x4d269c(0x18d)](JSON[_0x4d269c(0x1fa)](_0x5db3a0))[_0x4d269c(0x132)](_0x5056f0[_0x4d269c(0x15d)]),_0x49047f={'hash':_0x1c6f3a[_0x4d269c(0x133)](),'threadId':_0x1c6f3a['getThreadId']()[_0x4d269c(0x132)](),'processId':_0x1c6f3a['getProcessId']()['toString']()},_0x415e9b={};_0x415e9b['platformIndex']=_0x5add68,_0x415e9b['testFrameworkName']=_0x1ea70d,_0x415e9b[_0x4d269c(0x1a5)]=_0x18e727,_0x415e9b[_0x4d269c(0xfd)]=_0x4e1892,_0x415e9b[_0x4d269c(0x1c3)]=_0xf1db14,_0x415e9b[_0x4d269c(0x124)]=_0x4ee176,_0x415e9b[_0x4d269c(0x189)]=_0x264b45,_0x415e9b[_0x4d269c(0x267)]=_0x265eae,_0x415e9b['eventJson']=_0x1818d5,_0x415e9b[_0x4d269c(0x11b)]=_0x49047f,_0x415e9b[_0x4d269c(0x140)]=_0x3e7bea;const _0x44a5d4=_0x415e9b;return _0x44a5d4;}catch(_0x112169){return logger[_0x4d269c(0x211)](_0x4d269c(0x1d6)+util['format'](_0x112169)),{};}}async['sendLogCreatedEvent'](_0x57aa28,_0x1daf91,_0x27eb8b){const _0xbcbfee=a71_0x15d427,_0x45f52e={'wqzXz':function(_0x314313,_0x49498c){return _0x314313+_0x49498c;},'zXdyL':_0xbcbfee(0x122),'YNYgL':'none','KOMTT':function(_0x312b20,_0x304401){return _0x312b20>_0x304401;},'xSmTh':function(_0x289c3a,_0x2d28fd,_0x3658f7,_0x5593f8){return _0x289c3a(_0x2d28fd,_0x3658f7,_0x5593f8);},'JAhUb':function(_0x50a76b,_0x15b6a8){return _0x50a76b-_0x15b6a8;},'pHyjp':function(_0x2ea76a,_0x372df4){return _0x2ea76a===_0x372df4;},'MEWay':function(_0x3d9f50,_0x31b53b){return _0x3d9f50/_0x31b53b;},'zOEVm':function(_0xb14e97,_0x54877c){return _0xb14e97<_0x54877c;},'pigkZ':function(_0xdd38d8,_0x488110){return _0xdd38d8*_0x488110;},'Trbpk':function(_0x10ca81,_0x475403){return _0x10ca81+_0x475403;},'uTolR':function(_0xaa66c5,_0x10f17d){return _0xaa66c5+_0x10f17d;}};try{const _0x4aaa8d=_0x27eb8b[_0xbcbfee(0x16c)]||_0x27eb8b['testId'],_0x20de3a=Array[_0xbcbfee(0x18d)](_0x57aa28[_0xbcbfee(0x22d)]()[_0xbcbfee(0x11e)]()),_0x12b986=_0x57aa28['getAllData']()['get'](_0x4aaa8d);if(!_0x12b986){logger[_0xbcbfee(0x279)](_0xbcbfee(0x1c7)+_0x4aaa8d);return;}const {[TestFrameworkConstants[_0xbcbfee(0x266)]]:_0x1bf491='',[TestFrameworkConstants[_0xbcbfee(0x262)]]:_0x50e78b=''}=_0x12b986;let _0x4034d2=[];if(_0x12b986&&_0x12b986[TestFrameworkConstants[_0xbcbfee(0x255)]]&&Array[_0xbcbfee(0x241)](_0x12b986[TestFrameworkConstants['KEY_LOGS']])){_0x4034d2=_0x12b986[TestFrameworkConstants[_0xbcbfee(0x255)]]||[],logger['debug'](_0xbcbfee(0x106)+_0x4034d2[_0xbcbfee(0x156)]+_0xbcbfee(0x15b)+_0x4aaa8d);const _0x4d48a9={[TestFrameworkConstants[_0xbcbfee(0x255)]]:[]},_0x1ba961={};_0x1ba961[_0x4aaa8d]=_0x4d48a9,_0x57aa28[_0xbcbfee(0x18c)](_0x1ba961),logger['debug'](_0xbcbfee(0x14f)+_0x4aaa8d);}else logger[_0xbcbfee(0x279)](_0xbcbfee(0xff)+_0x4aaa8d);logger['debug'](_0xbcbfee(0x218)+_0x4034d2['length']+_0xbcbfee(0xf4)+_0x4aaa8d);const _0x103114=_0x4034d2[_0xbcbfee(0x205)](_0x499793=>_0x499793['kind']===_0xbcbfee(0x131));_0x45f52e[_0xbcbfee(0x25b)](_0x103114[_0xbcbfee(0x156)],0x0)&&(logger[_0xbcbfee(0x279)](_0xbcbfee(0x1cd)+_0x103114[_0xbcbfee(0x156)]+_0xbcbfee(0x23c)+_0x4aaa8d),_0x103114['forEach']((_0x124770,_0x434007)=>{const _0x40f909=_0xbcbfee;logger['debug'](_0x40f909(0x1b9)+_0x45f52e[_0x40f909(0x165)](_0x434007,0x1)+'/'+_0x103114[_0x40f909(0x156)]+_0x40f909(0x177)+(_0x124770[_0x40f909(0x140)]||_0x45f52e[_0x40f909(0x14b)])+_0x40f909(0x21c)+(_0x124770[_0x40f909(0x115)]||_0x45f52e['zXdyL'])+_0x40f909(0x224)+(_0x124770[_0x40f909(0x230)]||_0x45f52e[_0x40f909(0x276)])+_0x40f909(0x12d)+(_0x124770[_0x40f909(0x1e0)]?.['length']||0x0));}));const _0x4a517d=_0x12b986[TestFrameworkConstants[_0xbcbfee(0x152)]]||{},_0x394d9b=_0x45f52e[_0xbcbfee(0x1bd)](getMediaArtifactsLogs,_0x4a517d,null,_0x4aaa8d),_0x1eb464=(_0x4034d2||[])[_0xbcbfee(0x103)](_0x394d9b||[]),_0x2969a3=_0x103114?.[_0xbcbfee(0x156)]||0x0,_0x2c8cd2=_0x45f52e[_0xbcbfee(0x1c8)](_0x4034d2?.['length']||0x0,_0x2969a3);logger[_0xbcbfee(0x279)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20'+_0x4aaa8d+',\x20consoleLogs:\x20'+_0x2c8cd2+_0xbcbfee(0x235)+_0x2969a3+_0xbcbfee(0x14e)+(_0x394d9b?.[_0xbcbfee(0x156)]||0x0)+',\x20totalLogs:\x20'+_0x1eb464[_0xbcbfee(0x156)]);if(!_0x1eb464||_0x45f52e[_0xbcbfee(0x1a1)](_0x1eb464['length'],0x0)){logger[_0xbcbfee(0x279)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0x4aaa8d);return;}const _0xa1c968=0x28,_0x52ba1e=Math[_0xbcbfee(0x209)](_0x45f52e['MEWay'](_0x1eb464['length'],_0xa1c968));for(let _0x49dfd3=0x0;_0x45f52e[_0xbcbfee(0x199)](_0x49dfd3,_0x52ba1e);_0x49dfd3++){const _0x13f983=_0x45f52e[_0xbcbfee(0xf6)](_0x49dfd3,_0xa1c968),_0xde9fdc=_0x45f52e[_0xbcbfee(0x165)](_0x13f983,_0xa1c968),_0x674956=_0x1eb464['slice'](_0x13f983,_0xde9fdc),_0x40368b=global?.[_0xbcbfee(0x151)]?.[_0xbcbfee(0x1ff)]?.['parallelIndex']||0x0,_0x2efde4={'platformIndex':_0x40368b,'logs':_0x674956,'testFrameworkName':_0x1bf491,'testFrameworkVersion':_0x50e78b,'testFrameworkState':_0x1daf91[_0xbcbfee(0x132)]()[_0xbcbfee(0x258)]('.')[0x1]},_0x6f398a={};_0x6f398a['depth']=0x3,_0x6f398a['maxArrayLength']=0x5,logger[_0xbcbfee(0x279)](_0xbcbfee(0x139)+_0x45f52e[_0xbcbfee(0x246)](_0x49dfd3,0x1)+'/'+_0x52ba1e+'\x20-\x20testId:\x20'+_0x4aaa8d+',\x20logsInBatch:\x20'+_0x674956[_0xbcbfee(0x156)]+',\x20platformIndex:\x20'+_0x40368b+_0xbcbfee(0x269)+util[_0xbcbfee(0x173)](_0x2efde4,_0x6f398a));const _0x350446=await GrpcClient[_0xbcbfee(0x21a)]()[_0xbcbfee(0x26b)](_0x2efde4);logger[_0xbcbfee(0x279)](_0xbcbfee(0x139)+_0x45f52e[_0xbcbfee(0x249)](_0x49dfd3,0x1)+'/'+_0x52ba1e+_0xbcbfee(0x228)+_0x4aaa8d+_0xbcbfee(0x1e1)+util[_0xbcbfee(0x173)](_0x350446));}if(_0x394d9b&&_0x45f52e[_0xbcbfee(0x25b)](_0x394d9b['length'],0x0)&&_0x12b986[TestFrameworkConstants[_0xbcbfee(0x152)]]){const _0x490b35={[TestFrameworkConstants[_0xbcbfee(0x152)]]:{}},_0x1cb1d9={};_0x1cb1d9[_0x4aaa8d]=_0x490b35,_0x57aa28[_0xbcbfee(0x18c)](_0x1cb1d9);}logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20'+_0x4aaa8d+',\x20totalBatches:\x20'+_0x52ba1e);}catch(_0x54ce59){logger[_0xbcbfee(0x211)](_0xbcbfee(0x1e7)+(_0x27eb8b[_0xbcbfee(0x16c)]||_0x27eb8b[_0xbcbfee(0x1a6)])+_0xbcbfee(0x22a)+util[_0xbcbfee(0x1a9)](_0x54ce59));}}[a71_0x15d427(0x1ed)](_0x47f6b6,_0x295647,_0x313f7b,_0x1a771e,_0x5bc95e){const _0x1f9033=a71_0x15d427,_0x356d5d={};_0x356d5d['eabIL']=function(_0x21bfb5,_0x232683){return _0x21bfb5===_0x232683;},_0x356d5d[_0x1f9033(0x1b4)]=_0x1f9033(0x17f);const _0x13e4cd=_0x356d5d,{hookData:_0x115637}=_0x5bc95e,_0x44ff6a={'testId':_0x295647,'testFrameworkState':_0x313f7b,'hookState':_0x1a771e,'args':_0x5bc95e,'timestamp':new Date()[_0x1f9033(0x105)]()};if(_0x13e4cd['eabIL'](_0x313f7b,TestFrameworkState[_0x1f9033(0x200)])&&_0x115637){const _0x47641a={};_0x47641a[_0x1f9033(0x10e)]=_0x115637[_0x1f9033(0xf7)]||_0x115637[_0x1f9033(0xfe)],_0x47641a[_0x1f9033(0x141)]=_0x115637[_0x1f9033(0x141)]||_0x115637[_0x1f9033(0x164)]&&_0x115637[_0x1f9033(0x164)][0x0]||'',_0x47641a[_0x1f9033(0x20e)]=_0x13e4cd['GlhPH'],_0x44ff6a['hookMetadata']=_0x47641a,logger['debug']('[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20'+_0x295647+_0x1f9033(0x222)+_0x44ff6a['hookMetadata'][_0x1f9033(0x10e)]+_0x1f9033(0x20a)+_0x44ff6a['hookMetadata']['scope']);}_0x47f6b6[_0x1f9033(0x251)](_0x295647,_0x44ff6a),logger[_0x1f9033(0x279)](_0x1f9033(0x1cf)+_0x295647+_0x1f9033(0x10d)+_0x313f7b+_0x1f9033(0x233)+_0x1a771e);}async['processPendingHooks'](_0x3910f1,_0x9fc0f6){const _0x57e38c=a71_0x15d427,_0x2646a3={};_0x2646a3[_0x57e38c(0x16b)]=function(_0x412eb3,_0x147025){return _0x412eb3>_0x147025;},_0x2646a3[_0x57e38c(0x24e)]=_0x57e38c(0x186),_0x2646a3[_0x57e38c(0x1da)]=function(_0x1f5914,_0x314025){return _0x1f5914===_0x314025;},_0x2646a3[_0x57e38c(0x1de)]=function(_0x2169ae,_0x151dcf){return _0x2169ae===_0x151dcf;},_0x2646a3['byJGU']=_0x57e38c(0x1c6),_0x2646a3[_0x57e38c(0x19c)]=_0x57e38c(0x109);const _0x217412=_0x2646a3;if(_0x3910f1[_0x57e38c(0x171)](_0x9fc0f6)){const _0x3e3322=_0x3910f1[_0x57e38c(0x1e6)](_0x9fc0f6);logger[_0x57e38c(0x279)](_0x57e38c(0x111)+_0x3e3322[_0x57e38c(0x156)]+'\x20pending\x20hooks\x20for\x20testId:\x20'+_0x9fc0f6);for(const _0x321a62 of _0x3e3322){try{const _0x43884b=await this[_0x57e38c(0x1e3)](_0x3910f1,_0x321a62[_0x57e38c(0xfd)],_0x321a62['hookState'],_0x321a62['args']);_0x43884b&&_0x217412[_0x57e38c(0x16b)](Object[_0x57e38c(0x11e)](_0x43884b)[_0x57e38c(0x156)],0x0)&&_0x3910f1[_0x57e38c(0x18c)](_0x43884b),await this['runHooks'](_0x3910f1,_0x321a62[_0x57e38c(0xfd)],_0x321a62[_0x57e38c(0x1c3)],_0x321a62['args']);}catch(_0x1aeaa9){logger[_0x57e38c(0x211)](_0x57e38c(0x17d)+_0x9fc0f6+_0x57e38c(0x22a)+_0x1aeaa9);}}_0x3910f1[_0x57e38c(0x1c9)](_0x9fc0f6),logger[_0x57e38c(0x279)]('Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20'+_0x9fc0f6);}const _0xd869fa=_0x3910f1[_0x57e38c(0x22d)]()[_0x57e38c(0x22e)](_0x9fc0f6);if(_0xd869fa){const _0x43dbdf=_0xd869fa[TestFrameworkConstants[_0x57e38c(0x117)]]||_0xd869fa[TestFrameworkConstants[_0x57e38c(0x268)]],_0x424392=_0xd869fa[TestFrameworkConstants[_0x57e38c(0x10a)]]||_0xd869fa[TestFrameworkConstants[_0x57e38c(0x1f0)]]&&_0xd869fa[TestFrameworkConstants[_0x57e38c(0x1f0)]][0x0]||'';logger[_0x57e38c(0x279)](_0x217412['zQWCY']);const _0x51c079=_0x3910f1[_0x57e38c(0x208)]();for(const _0x497ca9 of _0x51c079){if(_0x217412[_0x57e38c(0x1da)](_0x497ca9,_0x9fc0f6))continue;if(_0x3910f1[_0x57e38c(0x171)](_0x497ca9)){const _0x2675f5=_0x3910f1[_0x57e38c(0x1e6)](_0x497ca9);for(const _0xbd2e4d of _0x2675f5){if(_0x217412[_0x57e38c(0x1da)](_0xbd2e4d['testFrameworkState'],TestFrameworkState['BEFORE_ALL'])&&_0xbd2e4d[_0x57e38c(0x19f)]){const _0x450c37=_0xbd2e4d[_0x57e38c(0x19f)][_0x57e38c(0x10e)],_0x348b90=_0xbd2e4d[_0x57e38c(0x19f)][_0x57e38c(0x141)];if(_0x217412[_0x57e38c(0x1da)](_0x450c37,_0x43dbdf)&&_0x217412[_0x57e38c(0x1de)](_0x348b90,_0x424392)){logger['debug']('[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20'+_0x497ca9+_0x57e38c(0xfc)+_0x9fc0f6+',\x20filePath:\x20'+_0x450c37+_0x57e38c(0x20a)+_0x348b90);_0xbd2e4d[_0x57e38c(0x136)]&&_0xbd2e4d[_0x57e38c(0x136)][_0x57e38c(0x26e)]&&(_0xbd2e4d[_0x57e38c(0x136)]['hookData'][_0x57e38c(0x11f)]=_0x9fc0f6,logger[_0x57e38c(0x279)](_0x57e38c(0x24a)+_0x497ca9+_0x57e38c(0x13b)+_0x9fc0f6));try{const _0x1136be=await this[_0x57e38c(0x1e3)](_0x3910f1,_0xbd2e4d[_0x57e38c(0xfd)],_0xbd2e4d['hookState'],_0xbd2e4d['args']);_0x1136be&&_0x217412['BpNKC'](Object[_0x57e38c(0x11e)](_0x1136be)[_0x57e38c(0x156)],0x0)&&_0x3910f1[_0x57e38c(0x18c)](_0x1136be);await this[_0x57e38c(0x1c2)](_0x3910f1,_0xbd2e4d[_0x57e38c(0xfd)],_0xbd2e4d[_0x57e38c(0x1c3)],_0xbd2e4d[_0x57e38c(0x136)]);const _0x1927fb=_0x3910f1[_0x57e38c(0x1e6)](_0x497ca9)[_0x57e38c(0x205)](_0x1caf80=>_0x1caf80!==_0xbd2e4d);if(_0x217412[_0x57e38c(0x1da)](_0x1927fb[_0x57e38c(0x156)],0x0))_0x3910f1[_0x57e38c(0x1c9)](_0x497ca9);else{_0x3910f1[_0x57e38c(0x1c9)](_0x497ca9);for(const _0x3acf15 of _0x1927fb){_0x3910f1['addPendingHook'](_0x497ca9,_0x3acf15);}}logger[_0x57e38c(0x279)](_0x217412[_0x57e38c(0x1b2)]);}catch(_0x6d7c18){logger['error'](_0x217412[_0x57e38c(0x19c)]);}}}}}}}}[a71_0x15d427(0x1d3)](_0x286a4c){const _0x18f00d=a71_0x15d427,_0x426ef4={'qBllG':function(_0x11ff9a){return _0x11ff9a();}};if(!_0x286a4c||!_0x286a4c[_0x18f00d(0x137)])return;_0x286a4c[_0x18f00d(0x137)][_0x18f00d(0x1ba)]&&Array[_0x18f00d(0x241)](_0x286a4c[_0x18f00d(0x137)]['hooks'])&&_0x286a4c[_0x18f00d(0x137)][_0x18f00d(0x1ba)][_0x18f00d(0x273)](_0x480ddc=>{const _0x1bc708=_0x18f00d;!_0x480ddc['hookAnalyticsId']&&!_0x480ddc[_0x1bc708(0xf8)]&&(_0x480ddc[_0x1bc708(0x1b7)]=_0x426ef4[_0x1bc708(0x19a)](uuidv4),_0x480ddc[_0x1bc708(0xf8)]=_0x480ddc[_0x1bc708(0x1b7)],logger['debug'](_0x1bc708(0x159)+_0x480ddc[_0x1bc708(0x1af)]+_0x1bc708(0x25a)+_0x480ddc[_0x1bc708(0x1b7)]));}),this['mapTestHooks'](_0x286a4c[_0x18f00d(0x137)]);}[a71_0x15d427(0x100)](_0x1934d2){const _0xfca7ba=a71_0x15d427,_0x500f97={'VyiCu':function(_0x9e11e,_0x2fa4ae){return _0x9e11e(_0x2fa4ae);}};if(!_0x1934d2||!_0x1934d2['parent'])return[];const _0x1ec9f4=[];return _0x1934d2[_0xfca7ba(0x137)][_0xfca7ba(0x1ba)]&&Array[_0xfca7ba(0x241)](_0x1934d2['parent'][_0xfca7ba(0x1ba)])&&_0x1934d2[_0xfca7ba(0x137)]['hooks'][_0xfca7ba(0x273)](_0x2a74ff=>{const _0x556142=_0xfca7ba,_0xc8276=_0x2a74ff[_0x556142(0x1b7)]||_0x2a74ff[_0x556142(0xf8)];_0xc8276&&!this[_0x556142(0x27c)](_0x2a74ff)&&!_0x500f97[_0x556142(0x1eb)](isInternalHook,_0x2a74ff['fn'])&&_0x1ec9f4[_0x556142(0x1cc)](_0xc8276);}),[..._0x1ec9f4,...this[_0xfca7ba(0x100)](_0x1934d2['parent'])];}[a71_0x15d427(0x225)](_0x49b90d){const _0x3a5dfc=a71_0x15d427,_0x52130a={'DyjxC':function(_0x473a81,_0x48a8e8){return _0x473a81(_0x48a8e8);},'qoukM':'unknown'},_0x28c099=new Map(),_0x541293=_0x17e894=>{const _0xbe3a37=a71_0x5d7b;if(!_0x17e894||!_0x17e894['parent'])return;_0x17e894['parent']['hooks']&&Array[_0xbe3a37(0x241)](_0x17e894[_0xbe3a37(0x137)][_0xbe3a37(0x1ba)])&&_0x17e894[_0xbe3a37(0x137)][_0xbe3a37(0x1ba)][_0xbe3a37(0x273)](_0x54c715=>{const _0x4e2628=_0xbe3a37,_0xcb99ae=_0x54c715[_0x4e2628(0x1b7)]||_0x54c715['hookUUID'];if(_0xcb99ae&&!this[_0x4e2628(0x27c)](_0x54c715)&&!_0x52130a[_0x4e2628(0x20b)](isInternalHook,_0x54c715['fn'])){const _0x596e8a={};_0x596e8a[_0x4e2628(0x1af)]=_0x54c715['type']||_0x52130a[_0x4e2628(0x15a)],_0x596e8a[_0x4e2628(0x154)]=_0x54c715[_0x4e2628(0x154)]||'\x22'+_0x54c715[_0x4e2628(0x1af)]+_0x4e2628(0x148),_0x28c099[_0x4e2628(0x17a)](_0xcb99ae,_0x596e8a);}}),_0x52130a['DyjxC'](_0x541293,_0x17e894[_0xbe3a37(0x137)]);};return _0x52130a[_0x3a5dfc(0x20b)](_0x541293,_0x49b90d),_0x28c099;}[a71_0x15d427(0x27c)](_0xee3c34){const _0x527f74=a71_0x15d427,_0x5261f4={};_0x5261f4[_0x527f74(0x197)]=_0x527f74(0x1d2),_0x5261f4[_0x527f74(0x22f)]='[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}';const _0x92579e=_0x5261f4;try{const _0x52f456=this['getRootParentFile'](_0xee3c34);return _0x52f456&&_0x52f456[_0x527f74(0x120)](_0x92579e['wuMbO']);}catch(_0x9fc939){logger[_0x527f74(0x279)](_0x92579e[_0x527f74(0x22f)]);}return![];}[a71_0x15d427(0x1b6)](_0x248b63){const _0x4c6ce1=a71_0x15d427;if(_0x248b63['asyncError'])try{const _0x500e84=stackTrace[_0x4c6ce1(0x1f1)](_0x248b63[_0x4c6ce1(0x1df)]);return _0x500e84[0x0]?_0x500e84[0x0][_0x4c6ce1(0x26d)]():null;}catch(_0x62ba73){logger[_0x4c6ce1(0x279)](_0x4c6ce1(0x274)+util[_0x4c6ce1(0x1a9)](_0x62ba73));}if(_0x248b63[_0x4c6ce1(0x270)])return _0x248b63[_0x4c6ce1(0x270)];return null;}}module[a71_0x15d427(0x169)]=JestTestFramework;
@@ -1 +1 @@
1
- const a72_0x50e835=a72_0x28de;(function(_0x215ac0,_0x148739){const _0x3b9e8f=a72_0x28de,_0x423697=_0x215ac0();while(!![]){try{const _0x4f489f=parseInt(_0x3b9e8f(0x8b))/0x1+parseInt(_0x3b9e8f(0x89))/0x2+-parseInt(_0x3b9e8f(0x81))/0x3+-parseInt(_0x3b9e8f(0x95))/0x4*(parseInt(_0x3b9e8f(0x8f))/0x5)+-parseInt(_0x3b9e8f(0xa6))/0x6*(parseInt(_0x3b9e8f(0x9a))/0x7)+-parseInt(_0x3b9e8f(0x93))/0x8*(-parseInt(_0x3b9e8f(0x87))/0x9)+-parseInt(_0x3b9e8f(0x80))/0xa*(-parseInt(_0x3b9e8f(0xa5))/0xb);if(_0x4f489f===_0x148739)break;else _0x423697['push'](_0x423697['shift']());}catch(_0x45e6e9){_0x423697['push'](_0x423697['shift']());}}}(a72_0x3d7e,0x86511));const AutomationFramework=require(a72_0x50e835(0xa1)),{createClassLogger}=require(a72_0x50e835(0x8d)),AutomationFrameworkState=require(a72_0x50e835(0x98)),CLIUtils=require(a72_0x50e835(0x9c)),TrackedInstance=require(a72_0x50e835(0xa0)),AutomationFrameworkInstance=require(a72_0x50e835(0x9d));class PlaywrightAutomationFramework extends AutomationFramework{['logger']=createClassLogger(a72_0x50e835(0xa4));constructor(_0x5cdd23,_0x10d69b){super(_0x5cdd23,_0x10d69b);}async[a72_0x50e835(0x8e)](_0x226721,_0x53281a,_0x164459={}){const _0x441f78=a72_0x50e835,_0x23ff2e={};_0x23ff2e[_0x441f78(0x7f)]=function(_0x293793,_0x2b45f5){return _0x293793===_0x2b45f5;};const _0x3b58f1=_0x23ff2e;this['logger']['debug'](_0x441f78(0x97)+_0x226721+_0x441f78(0x82)+_0x53281a),await super[_0x441f78(0x8e)](_0x226721,_0x53281a,_0x164459);const _0x45d1a7=this[_0x441f78(0x84)](_0x226721,_0x53281a,_0x164459);if(_0x3b58f1[_0x441f78(0x7f)](_0x45d1a7,null))return;_0x164459['instance']=_0x45d1a7,await this[_0x441f78(0x88)](_0x45d1a7,_0x226721,_0x53281a,_0x164459);}['resolveInstance'](_0x5ae745,_0x4e4ccd,_0x5486d7={}){const _0x2168e7=a72_0x50e835,_0x4ea122={};_0x4ea122[_0x2168e7(0x7d)]=function(_0x3e3567,_0x30e167){return _0x3e3567===_0x30e167;},_0x4ea122[_0x2168e7(0xa3)]=function(_0x446c87,_0x4a3b6a){return _0x446c87===_0x4a3b6a;};const _0x96f00=_0x4ea122;let _0xe2262f=null;return(_0x96f00[_0x2168e7(0x7d)](_0x5ae745,AutomationFrameworkState[_0x2168e7(0x85)])||_0x96f00[_0x2168e7(0x7d)](_0x5ae745,AutomationFrameworkState[_0x2168e7(0x90)])&&(_0x5486d7['message']&&_0x5486d7['message'][_0x2168e7(0x9e)]&&_0x5486d7['message'][_0x2168e7(0x9e)][_0x2168e7(0x8c)])||_0x96f00[_0x2168e7(0xa3)](_0x5ae745,AutomationFrameworkState[_0x2168e7(0x96)]))&&this['trackPlaywrightInstance'](_0x5ae745,_0x5486d7),_0xe2262f=AutomationFramework['getTrackedInstance'](),_0xe2262f;}['trackPlaywrightInstance'](_0x42c2bf,_0x22a290){const _0x3bd867=a72_0x50e835,_0x3b8a80={};_0x3b8a80[_0x3bd867(0x7c)]=_0x3bd867(0x94);const _0x240014=_0x3b8a80;if(AutomationFramework[_0x3bd867(0x99)]()){this[_0x3bd867(0x83)][_0x3bd867(0x9f)](_0x240014[_0x3bd867(0x7c)]);return;}const _0x13d5e9=CLIUtils[_0x3bd867(0x7e)](),_0x26e49e=TrackedInstance['createContext'](_0x13d5e9);let _0x2f7615=null;this[_0x3bd867(0x83)]['info'](_0x3bd867(0x91)+_0x13d5e9+',\x20state='+_0x42c2bf),_0x2f7615=new AutomationFrameworkInstance(_0x26e49e,this[_0x3bd867(0x8a)](),this[_0x3bd867(0x86)](),_0x42c2bf),AutomationFramework['setTrackedInstance'](_0x26e49e,_0x2f7615),this[_0x3bd867(0x83)][_0x3bd867(0x9f)](_0x3bd867(0xa2)+_0x26e49e[_0x3bd867(0x9b)]()+'\x20target='+_0x13d5e9);}}function a72_0x28de(_0x5ebcbe,_0x608606){const _0x3d7eaf=a72_0x3d7e();return a72_0x28de=function(_0x28dea3,_0xf32f91){_0x28dea3=_0x28dea3-0x7c;let _0x2688c6=_0x3d7eaf[_0x28dea3];return _0x2688c6;},a72_0x28de(_0x5ebcbe,_0x608606);}function a72_0x3d7e(){const _0x593b01=['37088QYUGAt','trackPlaywrightInstance:\x20instance\x20already\x20exists','28VSZUlm','NONE','trackEvent:\x20automationFrameworkState=','../state/automationFrameworkState.js','getTrackedInstance','85323zrzziS','getId','../cliUtils.js','../instances/automationFrameworkInstance.js','params','info','../instances/trackedInstance.js','./automationFramework.js','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','BhLQn','PlaywrightAutomationFramework','209wquuih','18ccSOaR','nwURK','jSYKG','getCurrentInstanceName','bOOEn','184180AFoVul','239952jSSxLf','\x20hookState=','logger','resolveInstance','CREATE','getAutomationFrameworkVersion','18zThncl','runHooks','1290722LhdVzq','getAutomationFrameworkName','559292LBstKA','bsParams','../../../helpers/classLogger.js','trackEvent','640825WxlUQq','PLAYWRIGHT_DISPATCH','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','exports'];a72_0x3d7e=function(){return _0x593b01;};return a72_0x3d7e();}module[a72_0x50e835(0x92)]=PlaywrightAutomationFramework;
1
+ const a72_0x360ddd=a72_0x2ebe;function a72_0x2ebe(_0x1f1985,_0x3b10ff){const _0x129699=a72_0x1296();return a72_0x2ebe=function(_0x2ebeca,_0x48c9a4){_0x2ebeca=_0x2ebeca-0xf6;let _0xab45a0=_0x129699[_0x2ebeca];return _0xab45a0;},a72_0x2ebe(_0x1f1985,_0x3b10ff);}(function(_0x8d40b1,_0x1d6b9e){const _0x3470f3=a72_0x2ebe,_0xdae3d=_0x8d40b1();while(!![]){try{const _0x46f0ce=parseInt(_0x3470f3(0x11a))/0x1+parseInt(_0x3470f3(0x10d))/0x2+-parseInt(_0x3470f3(0x104))/0x3+-parseInt(_0x3470f3(0x117))/0x4*(parseInt(_0x3470f3(0xf6))/0x5)+parseInt(_0x3470f3(0xf8))/0x6*(-parseInt(_0x3470f3(0x105))/0x7)+parseInt(_0x3470f3(0x108))/0x8+parseInt(_0x3470f3(0x11b))/0x9*(parseInt(_0x3470f3(0x119))/0xa);if(_0x46f0ce===_0x1d6b9e)break;else _0xdae3d['push'](_0xdae3d['shift']());}catch(_0x524816){_0xdae3d['push'](_0xdae3d['shift']());}}}(a72_0x1296,0xa71fc));const AutomationFramework=require(a72_0x360ddd(0x11f)),{createClassLogger}=require(a72_0x360ddd(0x10f)),AutomationFrameworkState=require('../state/automationFrameworkState.js'),CLIUtils=require(a72_0x360ddd(0x113)),TrackedInstance=require(a72_0x360ddd(0x110)),AutomationFrameworkInstance=require(a72_0x360ddd(0x101));class PlaywrightAutomationFramework extends AutomationFramework{[a72_0x360ddd(0xfa)]=createClassLogger(a72_0x360ddd(0x10c));constructor(_0x139fc4,_0x5a4bcf){super(_0x139fc4,_0x5a4bcf);}async[a72_0x360ddd(0x11c)](_0x38eb8b,_0x174022,_0x4f8532={}){const _0x338270=a72_0x360ddd,_0x1105bd={};_0x1105bd[_0x338270(0xfe)]=function(_0x29c25a,_0x1f93f6){return _0x29c25a===_0x1f93f6;};const _0x58ab7b=_0x1105bd;this['logger'][_0x338270(0x107)]('trackEvent:\x20automationFrameworkState='+_0x38eb8b+_0x338270(0x106)+_0x174022),await super[_0x338270(0x11c)](_0x38eb8b,_0x174022,_0x4f8532);const _0xeff90d=this[_0x338270(0x11d)](_0x38eb8b,_0x174022,_0x4f8532);if(_0x58ab7b[_0x338270(0xfe)](_0xeff90d,null))return;_0x4f8532[_0x338270(0x115)]=_0xeff90d,await this[_0x338270(0x100)](_0xeff90d,_0x38eb8b,_0x174022,_0x4f8532);}[a72_0x360ddd(0x11d)](_0x544d53,_0x286b2e,_0x3d2265={}){const _0x1921bc=a72_0x360ddd,_0x3501c7={};_0x3501c7[_0x1921bc(0x118)]=function(_0x2ef69b,_0x8768bf){return _0x2ef69b===_0x8768bf;},_0x3501c7[_0x1921bc(0x116)]=function(_0x38b339,_0x375bf1){return _0x38b339===_0x375bf1;};const _0x243acf=_0x3501c7;let _0x17942f=null;return(_0x243acf[_0x1921bc(0x118)](_0x544d53,AutomationFrameworkState[_0x1921bc(0x10a)])||_0x243acf['npukx'](_0x544d53,AutomationFrameworkState['PLAYWRIGHT_DISPATCH'])&&(_0x3d2265[_0x1921bc(0xfb)]&&_0x3d2265[_0x1921bc(0xfb)][_0x1921bc(0x103)]&&_0x3d2265[_0x1921bc(0xfb)]['params'][_0x1921bc(0xfc)])||_0x243acf[_0x1921bc(0x116)](_0x544d53,AutomationFrameworkState['NONE']))&&this['trackPlaywrightInstance'](_0x544d53,_0x3d2265),_0x17942f=AutomationFramework['getTrackedInstance'](),_0x17942f;}[a72_0x360ddd(0x10b)](_0x5926f0,_0x12cc93){const _0x36da2a=a72_0x360ddd,_0x5a71fb={};_0x5a71fb['dKqco']=_0x36da2a(0x11e);const _0x62fef2=_0x5a71fb;if(AutomationFramework[_0x36da2a(0xf9)]()){this[_0x36da2a(0xfa)][_0x36da2a(0x121)](_0x62fef2[_0x36da2a(0x109)]);return;}const _0x596309=CLIUtils[_0x36da2a(0x120)](),_0x24ae11=TrackedInstance[_0x36da2a(0x112)](_0x596309);let _0x48ff8b=null;this[_0x36da2a(0xfa)][_0x36da2a(0x121)]('trackPlaywrightInstance:\x20created\x20instance\x20for\x20target='+_0x596309+',\x20state='+_0x5926f0),_0x48ff8b=new AutomationFrameworkInstance(_0x24ae11,this[_0x36da2a(0x114)](),this[_0x36da2a(0x111)](),_0x5926f0),AutomationFramework[_0x36da2a(0x10e)](_0x24ae11,_0x48ff8b),this['logger'][_0x36da2a(0x121)](_0x36da2a(0x102)+_0x24ae11[_0x36da2a(0xf7)]()+_0x36da2a(0xff)+_0x596309);}}module[a72_0x360ddd(0xfd)]=PlaywrightAutomationFramework;function a72_0x1296(){const _0xf54d71=['2116664AhXmep','dKqco','CREATE','trackPlaywrightInstance','PlaywrightAutomationFramework','414666yIijIq','setTrackedInstance','../../../helpers/classLogger.js','../instances/trackedInstance.js','getAutomationFrameworkVersion','createContext','../cliUtils.js','getAutomationFrameworkName','instance','npukx','278204KERnNB','sRSvb','610QijDeP','78599LBGZlr','344907YhtHEO','trackEvent','resolveInstance','trackPlaywrightInstance:\x20instance\x20already\x20exists','./automationFramework.js','getCurrentInstanceName','info','65VTPtft','getId','126tRpWTe','getTrackedInstance','logger','message','bsParams','exports','STMhp','\x20target=','runHooks','../instances/automationFrameworkInstance.js','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','params','1174677ylCndt','302652lRwYLE','\x20hookState=','debug'];a72_0x1296=function(){return _0xf54d71;};return a72_0x1296();}