browserstack-node-sdk 1.50.7 → 1.50.9

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 -1
  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
- const a71_0x15adaf=a71_0xe5c1;function a71_0xe5c1(_0x4ef102,_0x353201){const _0x31369d=a71_0x3136();return a71_0xe5c1=function(_0xe5c1b,_0x58b4a7){_0xe5c1b=_0xe5c1b-0x1b9;let _0xa21216=_0x31369d[_0xe5c1b];return _0xa21216;},a71_0xe5c1(_0x4ef102,_0x353201);}(function(_0x11ac2d,_0x16991e){const _0xe4c6f9=a71_0xe5c1,_0x52622a=_0x11ac2d();while(!![]){try{const _0x64f505=-parseInt(_0xe4c6f9(0x1c9))/0x1*(-parseInt(_0xe4c6f9(0x207))/0x2)+-parseInt(_0xe4c6f9(0x29e))/0x3*(parseInt(_0xe4c6f9(0x287))/0x4)+parseInt(_0xe4c6f9(0x24c))/0x5+parseInt(_0xe4c6f9(0x254))/0x6+parseInt(_0xe4c6f9(0x21c))/0x7*(parseInt(_0xe4c6f9(0x242))/0x8)+-parseInt(_0xe4c6f9(0x2d6))/0x9+parseInt(_0xe4c6f9(0x342))/0xa*(-parseInt(_0xe4c6f9(0x2cd))/0xb);if(_0x64f505===_0x16991e)break;else _0x52622a['push'](_0x52622a['shift']());}catch(_0x33bcea){_0x52622a['push'](_0x52622a['shift']());}}}(a71_0x3136,0x1d73e));const TestFramework=require(a71_0x15adaf(0x339)),TestFrameworkState=require(a71_0x15adaf(0x2f2)),HookState=require('../state/hookState.js'),{createClassLogger}=require(a71_0x15adaf(0x22b)),TestFrameworkInstance=require(a71_0x15adaf(0x341)),CLIUtils=require(a71_0x15adaf(0x2a0)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),{getManualUploadLogs,getMediaArtifactsLogs}=require(a71_0x15adaf(0x2b8)),{isInternalHook}=require('../../../helpers/test-observability/utils'),logger=createClassLogger('JestTestFramework'),{v4:uuidv4}=require(a71_0x15adaf(0x349)),util=require(a71_0x15adaf(0x274)),TestInfo=require(a71_0x15adaf(0x261)),GrpcClient=require(a71_0x15adaf(0x1e0)),stackTrace=require(a71_0x15adaf(0x1cb));function a71_0x3136(){const _0x20dc23=['1182577iAuWPJ','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','prWaw','BNkFd','DEFAULT_HOOK_RESULT','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','jest-circus','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','1099242UNomod',',\x20testId=','join','UjxpO','getJestFailureData','KEY_HOOKS_STARTED','afterAll','kCIEg','processPendingHooks','forEach','getAllPendingHookTestIds','\x20attachments','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback',',\x20hooksListLength=','BEFORE_ALL','KEY_TEST_RERUN_NAME','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20${testFilePath},\x20scope:\x20${testScope}','passed','zYBlM','KEY_TEST_ENDED_AT','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','getAllData','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','keys','maxArrayLength','KEY_HOOK_ID','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','KfAbj','../state/testFrameworkState.js','trackEvent','hook_id','\x22\x20from\x20testData','getJestTestScopes','Processing\x20','removeActiveHook','\x20-\x20testId:\x20','includes','message','filePath','trackJestInstance','emnol','KEY_TEST_RETRY_OF','hookAnalyticsId','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','RgxKy','substring','rGGAV','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','EkJVN','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','removePendingHooks',',\x20error:\x20','KEY_TEST_FAILURE','runHooks',',\x20hookId=','trackHookEvent','mMpke',',\x20screenshotLogs:\x20','match','Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20${testId},\x20error:\x20${error}','KEY_TEST_STARTED_AT',',\x20hookState=',',\x20hook_run_uuid=','SEhOh','tags','\x20(testIdentifier),\x20result=',',\x20platformIndex:\x20',',\x20failureReason=','zWfbx','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','KEY_HOOKS_FINISHED','KEY_TEST_FRAMEWORK_VERSION','getJestFailureType','KEY_HOOK_FAILURE_REASON','\x20(testIdentifier),\x20tags=','jDAMC','KEY_TEST_FILE_PATH','hook_result','TuIiT','toISOString','test','format','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','activeHooks','test_run_uuid','KEY_TEST_SCOPES','getInstance','getContext','\x20&\x20hookState=','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','started_at','toUpperCase','testId','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','test_run_id','pid',',\x20payload:\x20','splice','./testFramework','originalTest',',\x20failureType=','AQlXG','FzYkn','__workerDetails','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','failure_reason','../instances/testFrameworkInstance.js','10DHDXDJ','orjPq','storePendingHook','getFileName','asyncError','beforeAll','KEY_TEST_SCOPE','uuid','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','PeSkw','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','retryOf','push','getProcessId','AssertionError','YEVIL','POST','bmpLf','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','endedAt','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','duration','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','5eahNmM','title','stack-trace','hookState','trackJestInstance:\x20instance\x20already\x20exists','map',',\x20filePath=','ROOT_DESCRIBE_BLOCK','toString','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result',':testAnalyticsId','QJSqi','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','location','getRootParentFile','qLcdm','KEY_TEST_TAGS','KEY_TEST_ATTACHMENTS','hook_type','name','instance','getJestTestTags','Stored\x20pending\x20hook\x20for\x20testId:\x20','../grpcClient','Unknown\x20Test','qwhDM',',\x20state=','executionContext','scopes','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','parseJestTest','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','KEY_TEST_FRAMEWORK_NAME','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND',',\x20hookData=','exports','nSUUX','KEY_HOOK_FAILURE','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','hookData','kind','has','isArray',',\x20argsKeys=','NONE','XfCHI','uhfCG',',\x20consoleLogs:\x20','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','KEY_EVENT_ENDED_AT','set','hQrAz','_ALL','eJpTW','oDjoI','jeVNW','TEST_SCREENSHOT','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','stringify','xgpKr','split','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','2942MdHrFB','ZHjAc','KEY_HOOK_LOGS',',\x20hookUUID=','none',',\x20result=','Error\x20in\x20createTestFrameworkEventPayload:\x20','getJestFailureReason','parallelIndex',',\x20version=','TEST','addMultipleEntries','getJestTestIdentifier',',\x20response=',',\x20test_run_uuid=','\x20screenshot\x20logs\x20for\x20testId:\x20','Unknown\x20error','depth','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','KEY_CUSTOM_TAGS','VoMqd','7rZKEEM','\x22\x20hook','JbfSx',',\x20storing\x20as\x20pending\x20hook','scope','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','test_identifier','\x20(testIdentifier),\x20hookType=','exMrh','parse','hookMetadata','KEY_TEST_RESULT','inspect','bqCPM',',\x20hook=','../../../helpers/classLogger.js','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','errorsDetailed','PKQPC','testUUID','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','XlLvg','apply','dLIsY','unknown','KEY_TEST_CODE','getId','setTrackedInstance','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','resolveInstance','LmHrK','KEY_HOOK_LAST_STARTED',',\x20testData=','args','\x20hook','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','1015912efeoeE','length','getTestFrameworks','workerInfo','status','VhVHT',',\x20scopes=','KEY_HOOK_NAME','addPendingHook','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','711445yikggD','testFrameworkState','yjaLR','UzvIH','testFrameworkVersion','startsWith','substr','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','876666MOQNBm','KEY_HOOK_LAST_FINISHED','vnQHe','FBpSJ','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','oGLxQ','getTestFrameworksVersions','hookUUID',',\x20totalBatches:\x20','mrNZO','parseJestTestResult','get','../../../helpers/test-observability/utils','../TestInfo.js','ZDfnN','DEFAULT_TEST_RESULT','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','PRE','KEY_HOOK_RESULT','reverse','getTrackedInstance','mapTestHooks',',\x20attachmentLogs:\x20','JaszZ',',\x20messageLength=','from','uebme','hooks','KEY_TEST_ID','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','getPendingHooks','DtFbL','util',',\x20updates=','XVNVJ','trackJestInstance:\x20created\x20instance\x20for\x20target=','LTJGf','KEY_TEST_RESULT_AT','sendLogCreatedEvent','getActiveHook','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','JgvYI',',\x20remainingHooks=','GCkZt','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','PTMTJ','KEY_HOOK_FAILURE_TYPE','error','pop','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','WbpMR','289844XRGCnH','testFrameworkName','skip','hookType','HMPIC','finished_at','gXucy','ALL','KEY_TEST_FAILURE_REASON','MjEXj','UlYUA','KEY_TEST_NAME','aLHly','getRef','\x20(testIdentifier)','XkjEP','debug','KEY_TEST_LOCATION','getCurrentTestState','\x20for\x20testId:\x20','zAqIV','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','KEY_EVENT_STARTED_AT','3mzWuUA','LOG_REPORT','../cliUtils.js','buildHookMapFromTest','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','getJestTestName',',\x20testFramework=','concat',',\x20target=','\x20files','parent','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','KEY_LOGS','XQtmz','filter','platformIndex','event_ended_at','getJestTestFilePath','result','KEY_TEST_META','file_name','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','file','getHooksForTest','yRQCb','../../../helpers/helper.js','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','BzodD','delete','eventJson','type','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','UnhandledError','eNwgF','iriKO','slice','ceil','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','KEY_TEST_LOGS','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','KEY_TEST_FAILURE_TYPE','[JestTestFramework]\x20trackHookEvent:\x20SUCCESS\x20-\x20hookType=','TAqSX','createTestFrameworkEventPayload','isJestInternalHook','NbNle'];a71_0x3136=function(){return _0x20dc23;};return a71_0x3136();}class JestTestFramework extends TestFramework{constructor(_0x58cedc,_0xc757fd,_0x4509d5){super(_0x58cedc,_0xc757fd,_0x4509d5),this['activeHooks']=new Map();}['setActiveHook'](_0x290387,_0x88a538,_0x528c74){const _0x153fe2=a71_0x15adaf,_0x56d767={};_0x56d767[_0x153fe2(0x1b9)]=function(_0x26d842,_0x69ab56){return _0x26d842||_0x69ab56;};const _0x18825c=_0x56d767;if(_0x18825c[_0x153fe2(0x1b9)](!_0x290387,!_0x88a538)){logger['warn'](_0x153fe2(0x241)+_0x290387+_0x153fe2(0x20a)+_0x88a538);return;}!this[_0x153fe2(0x32a)][_0x153fe2(0x1f2)](_0x290387)&&this['activeHooks'][_0x153fe2(0x1fb)](_0x290387,[]);const _0x3c2ab0={'hookUUID':_0x88a538,'hookType':_0x528c74,'startedAt':new Date()[_0x153fe2(0x326)]()};this[_0x153fe2(0x32a)]['get'](_0x290387)[_0x153fe2(0x1be)](_0x3c2ab0),logger[_0x153fe2(0x297)](_0x153fe2(0x2ce)+_0x290387+_0x153fe2(0x20a)+_0x88a538+',\x20hookType='+_0x528c74+',\x20totalHooks='+this[_0x153fe2(0x32a)][_0x153fe2(0x25f)](_0x290387)[_0x153fe2(0x243)]);}[a71_0x15adaf(0x2f8)](_0x54da52,_0x4ce11f){const _0x5482f1=a71_0x15adaf,_0x310850={};_0x310850['yjaLR']=function(_0x62fb0,_0x3fa818){return _0x62fb0||_0x3fa818;},_0x310850[_0x5482f1(0x2dd)]=function(_0xd3e6a8,_0x5d797a){return _0xd3e6a8!==_0x5d797a;},_0x310850[_0x5482f1(0x278)]=function(_0x504c33,_0x14d2c8){return _0x504c33===_0x14d2c8;};const _0xc274a6=_0x310850;if(_0xc274a6[_0x5482f1(0x24e)](!_0x54da52,!_0x4ce11f)){logger['warn'](_0x5482f1(0x206)+_0x54da52+',\x20hookUUID='+_0x4ce11f);return;}if(this[_0x5482f1(0x32a)][_0x5482f1(0x1f2)](_0x54da52)){const _0x32bb3a=this['activeHooks']['get'](_0x54da52),_0x1f92d4=_0x32bb3a['findIndex'](_0x42c9b8=>_0x42c9b8[_0x5482f1(0x25b)]===_0x4ce11f);_0xc274a6['kCIEg'](_0x1f92d4,-0x1)?(_0x32bb3a[_0x5482f1(0x338)](_0x1f92d4,0x1),logger[_0x5482f1(0x297)](_0x5482f1(0x1c4)+_0x54da52+_0x5482f1(0x20a)+_0x4ce11f+_0x5482f1(0x27e)+_0x32bb3a[_0x5482f1(0x243)]),_0xc274a6[_0x5482f1(0x278)](_0x32bb3a[_0x5482f1(0x243)],0x0)&&this[_0x5482f1(0x32a)][_0x5482f1(0x2bb)](_0x54da52)):logger[_0x5482f1(0x297)](_0x5482f1(0x1f9)+_0x54da52+',\x20hookUUID='+_0x4ce11f);}}[a71_0x15adaf(0x27b)](_0x35ee80){const _0x476ed1=a71_0x15adaf,_0x73812c={};_0x73812c[_0x476ed1(0x2ac)]=function(_0x4333af,_0x5e28ff){return _0x4333af>_0x5e28ff;},_0x73812c[_0x476ed1(0x22e)]=function(_0x2a9846,_0x26bc83){return _0x2a9846-_0x26bc83;};const _0x166094=_0x73812c;if(!_0x35ee80)return null;if(this[_0x476ed1(0x32a)][_0x476ed1(0x1f2)](_0x35ee80)){const _0x45ab68=this[_0x476ed1(0x32a)]['get'](_0x35ee80);if(_0x166094[_0x476ed1(0x2ac)](_0x45ab68[_0x476ed1(0x243)],0x0)){const _0x146b75=_0x45ab68[_0x166094[_0x476ed1(0x22e)](_0x45ab68[_0x476ed1(0x243)],0x1)];return logger[_0x476ed1(0x297)](_0x476ed1(0x29c)+_0x35ee80+',\x20hookUUID='+_0x146b75['hookUUID']+',\x20hookType='+_0x146b75[_0x476ed1(0x28a)]),_0x146b75;}}return null;}async[a71_0x15adaf(0x2f3)](_0xb0e862,_0xd3293e,_0x35392e={}){const _0x586faa=a71_0x15adaf,_0xda15c0={};_0xda15c0['exMrh']=_0x586faa(0x2b4),_0xda15c0[_0x586faa(0x2c1)]=function(_0x15b4da,_0x165a21){return _0x15b4da===_0x165a21;},_0xda15c0[_0x586faa(0x233)]=function(_0x22151c,_0x4c802b){return _0x22151c||_0x4c802b;},_0xda15c0[_0x586faa(0x28d)]=_0x586faa(0x1ea),_0xda15c0[_0x586faa(0x208)]=function(_0x308ad6,_0x40020e){return _0x308ad6===_0x40020e;};const _0xa887a2=_0xda15c0;logger[_0x586faa(0x297)]('[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState='+_0xb0e862+_0x586faa(0x314)+_0xd3293e+_0x586faa(0x1f4)+Object[_0x586faa(0x2ed)](_0x35392e)[_0x586faa(0x2d8)](',')),await super[_0x586faa(0x2f3)](_0xb0e862,_0xd3293e,_0x35392e);const _0x4b0c8a=this[_0x586faa(0x23b)](_0xb0e862,_0xd3293e,_0x35392e);if(!_0x4b0c8a){logger[_0x586faa(0x297)](_0xa887a2[_0x586faa(0x224)]);return;}try{let _0x446089,_0x9f582a,_0x377915;switch(_0xb0e862){case TestFrameworkState[_0x586faa(0x211)]:_0x446089=_0x35392e[_0x586faa(0x327)];const _0x3fc5dc={};_0x3fc5dc['depth']=0x2,_0x3fc5dc[_0x586faa(0x2ee)]=0x3,logger[_0x586faa(0x297)](_0x586faa(0x330)+_0xd3293e+_0x586faa(0x23e)+util['inspect'](_0x446089,_0x3fc5dc)),_0x377915=this['getJestTestIdentifier'](_0x446089),_0x9f582a=null,logger['debug'](_0x586faa(0x334)+_0x377915+_0x586faa(0x295));if(_0xa887a2[_0x586faa(0x2c1)](_0xd3293e,HookState[_0x586faa(0x265)])){logger[_0x586faa(0x297)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20'+_0x377915);const _0x5aa438={};_0x5aa438[_0x586faa(0x22f)]=_0x9f582a,_0x5aa438['testData']=_0x446089,_0x5aa438['testId']=_0x377915;const _0x46d00a=this[_0x586faa(0x1e7)](_0x5aa438),_0x217d09={};_0x217d09[_0x586faa(0x218)]=0x2,_0x217d09[_0x586faa(0x2ee)]=0x3,logger[_0x586faa(0x297)](_0x586faa(0x27c)+util[_0x586faa(0x228)](_0x46d00a,_0x217d09)),_0x4b0c8a[_0x586faa(0x212)](_0x46d00a),logger[_0x586faa(0x297)](_0x586faa(0x2f0)+_0x377915),await this['processPendingHooks'](_0x4b0c8a,_0x377915);}else{if(_0xa887a2['iriKO'](_0xd3293e,HookState['POST'])){logger[_0x586faa(0x297)](_0x586faa(0x1bb)+_0x377915);const _0x171025=_0x4b0c8a[_0x586faa(0x2eb)]()[_0x586faa(0x25f)](_0x377915);logger[_0x586faa(0x297)](_0x586faa(0x2c6)+util[_0x586faa(0x228)](Object[_0x586faa(0x2ed)](_0xa887a2[_0x586faa(0x233)](_0x171025,{}))));_0x171025&&_0x171025[TestFrameworkConstants[_0x586faa(0x1da)]]?logger['debug'](_0x586faa(0x264)+Object[_0x586faa(0x2ed)](_0x171025[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']])[_0x586faa(0x243)]+_0x586faa(0x2a8)):logger[_0x586faa(0x297)](_0xa887a2[_0x586faa(0x28d)]);const _0x47fcf1=_0x35392e[_0x586faa(0x33a)]||null,_0x5c171e={};_0x5c171e[_0x586faa(0x22f)]=_0x9f582a,_0x5c171e['testData']=_0x446089,_0x5c171e[_0x586faa(0x333)]=_0x377915,_0x5c171e[_0x586faa(0x33a)]=_0x47fcf1;const _0x650a9a=this[_0x586faa(0x25e)](_0x5c171e),_0xf004dc={};_0xf004dc[_0x586faa(0x218)]=0x2,_0xf004dc[_0x586faa(0x2ee)]=0x3,logger[_0x586faa(0x297)](_0x586faa(0x2ea)+util[_0x586faa(0x228)](_0x650a9a,_0xf004dc)),_0x4b0c8a[_0x586faa(0x212)](_0x650a9a),logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20'+_0x377915),await this[_0x586faa(0x2de)](_0x4b0c8a,_0x377915);}}break;case TestFrameworkState[_0x586faa(0x29f)]:if(_0xa887a2[_0x586faa(0x208)](_0xd3293e,HookState[_0x586faa(0x1c2)])){const _0x268c9d={};_0x268c9d[_0x586faa(0x218)]=0x2,logger[_0x586faa(0x297)](_0x586faa(0x1e8)+util['inspect'](_0x35392e,_0x268c9d)),await this['sendLogCreatedEvent'](_0x4b0c8a,_0xb0e862,_0x35392e);}break;default:if(CLIUtils['matchHookRegex'](_0xb0e862['toString']()[_0x586faa(0x205)]('.')[0x1])){const _0x16f957={};_0x16f957[_0x586faa(0x218)]=0x2,_0x16f957['maxArrayLength']=0x3,logger[_0x586faa(0x297)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState='+_0xb0e862+_0x586faa(0x314)+_0xd3293e+_0x586faa(0x1eb)+util[_0x586faa(0x228)](_0x35392e[_0x586faa(0x1f0)],_0x16f957));const _0x3336ef=await this[_0x586faa(0x30e)](_0x4b0c8a,_0xb0e862,_0xd3293e,_0x35392e),_0x1c809b={};_0x1c809b['depth']=0x2,_0x1c809b[_0x586faa(0x2ee)]=0x3,logger['debug'](_0x586faa(0x23a)+util['inspect'](_0x3336ef,_0x1c809b)),_0x4b0c8a[_0x586faa(0x212)](_0x3336ef);}else logger[_0x586faa(0x297)](_0x586faa(0x2be)+_0xb0e862+_0x586faa(0x32f)+_0xd3293e);break;}logger[_0x586faa(0x297)](_0x586faa(0x1ef)+_0xb0e862+_0x586faa(0x314)+_0xd3293e);}catch(_0x53fcce){logger['error'](_0x586faa(0x1c6)+_0xb0e862+_0x586faa(0x314)+_0xd3293e+',\x20exception='+util[_0x586faa(0x328)](_0x53fcce));}_0x35392e['instance']=_0x4b0c8a,await this[_0x586faa(0x30c)](_0x4b0c8a,_0xb0e862,_0xd3293e,_0x35392e);}[a71_0x15adaf(0x213)](_0x33a663){const _0x483c26=a71_0x15adaf,_0x339920={};_0x339920[_0x483c26(0x26b)]=_0x483c26(0x2e2);const _0x4f91e5=_0x339920;if(_0x33a663&&(_0x33a663['id']||_0x33a663[_0x483c26(0x349)])){const _0x866ae=_0x33a663['id']||_0x33a663[_0x483c26(0x349)];return logger[_0x483c26(0x297)](_0x483c26(0x2a3)+_0x866ae+_0x483c26(0x2f5)),_0x866ae;}return logger[_0x483c26(0x297)](_0x4f91e5[_0x483c26(0x26b)]),process[_0x483c26(0x336)]+_0x483c26(0x1d3);}['resolveInstance'](_0x1d5772,_0x330530,_0x339c27={}){const _0x2f83b9=a71_0x15adaf;let _0x2cf11d=null;return _0x2cf11d=TestFramework['getTrackedInstance'](),!_0x2cf11d?(logger['debug'](_0x2f83b9(0x307)+_0x1d5772),this[_0x2f83b9(0x2fd)](_0x1d5772,_0x339c27),_0x2cf11d=TestFramework[_0x2f83b9(0x268)](),logger[_0x2f83b9(0x297)](_0x2f83b9(0x2a2)+!!_0x2cf11d+',\x20contextId='+_0x2cf11d?.[_0x2f83b9(0x32e)]()?.[_0x2f83b9(0x238)]())):logger[_0x2f83b9(0x297)](_0x2f83b9(0x22c)+_0x2cf11d[_0x2f83b9(0x32e)]()?.['getId']()),_0x2cf11d;}[a71_0x15adaf(0x2fd)](_0x51aced,_0x580fd3){const _0x569215=a71_0x15adaf,_0x65443e={};_0x65443e['vnQHe']=_0x569215(0x1cd);const _0x1b1bb9=_0x65443e;if(TestFramework['getTrackedInstance']()){logger['debug'](_0x1b1bb9[_0x569215(0x256)]);return;}const _0x10ea53=CLIUtils['getCurrentInstanceName'](),_0x144dc3=TrackedInstance['createContext'](_0x10ea53);let _0x2718e2=null;logger[_0x569215(0x297)](_0x569215(0x277)+_0x10ea53+_0x569215(0x1e3)+_0x51aced),_0x2718e2=new TestFrameworkInstance(_0x144dc3,this[_0x569215(0x244)](),this['getTestFrameworksVersions'](),_0x51aced,HookState[_0x569215(0x1f5)]),TestFramework[_0x569215(0x239)](_0x144dc3,_0x2718e2),logger[_0x569215(0x297)](_0x569215(0x24b)+_0x144dc3[_0x569215(0x238)]()+_0x569215(0x2a7)+_0x10ea53+_0x569215(0x2a5)+this['getTestFrameworks']()[0x0]+_0x569215(0x210)+this[_0x569215(0x25a)]()[this[_0x569215(0x244)]()[0x0]]);}[a71_0x15adaf(0x1e7)](_0x5d753a){const _0x15abfb=a71_0x15adaf,_0x2740c1={};_0x2740c1['AkAzf']=function(_0x5f2167,_0x2c2aec){return _0x5f2167||_0x2c2aec;},_0x2740c1[_0x15abfb(0x1d4)]=_0x15abfb(0x280);const _0x3107d9=_0x2740c1,{testUUID:_0x273de8,testData:_0x5468ad,testId:_0x5169f9}=_0x5d753a;if(_0x3107d9['AkAzf'](!_0x5468ad,!_0x5169f9))return logger[_0x15abfb(0x297)](_0x3107d9['QJSqi']),{};const _0x1ab77d=this[_0x15abfb(0x244)]()[0x0],_0x519dc2=this['getTestFrameworksVersions'](),_0x4d0149={};_0x4d0149[_0x15abfb(0x218)]=0x2,_0x4d0149[_0x15abfb(0x2ee)]=0x3,logger[_0x15abfb(0x297)]('[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20'+util[_0x15abfb(0x228)](_0x5468ad,_0x4d0149));const _0x554e52=_0x5468ad?.['scopes']||[],_0x5dce13=this[_0x15abfb(0x2a4)](_0x5468ad),_0x28b8e2=this[_0x15abfb(0x2b0)](_0x5468ad),_0x3d5410=_0x5468ad['fn']?_0x5468ad['fn'][_0x15abfb(0x1d1)]():null,_0x4cead6=this[_0x15abfb(0x1de)](_0x5468ad),_0x4e0f2a={[TestFrameworkConstants[_0x15abfb(0x1e9)]]:_0x1ab77d,[TestFrameworkConstants[_0x15abfb(0x31e)]]:_0x519dc2[_0x1ab77d],[TestFrameworkConstants[_0x15abfb(0x2c5)]]:[],[TestFrameworkConstants[_0x15abfb(0x31d)]]:{},[TestFrameworkConstants[_0x15abfb(0x2db)]]:{},[TestFrameworkConstants[_0x15abfb(0x227)]]:TestFrameworkConstants[_0x15abfb(0x263)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x5dce13,[TestFrameworkConstants[_0x15abfb(0x323)]]:_0x28b8e2,[TestFrameworkConstants[_0x15abfb(0x270)]]:_0x5169f9,[TestFrameworkConstants[_0x15abfb(0x292)]]:_0x5dce13,[TestFrameworkConstants[_0x15abfb(0x298)]]:_0x28b8e2,[TestFrameworkConstants[_0x15abfb(0x237)]]:_0x3d5410,[TestFrameworkConstants[_0x15abfb(0x1d9)]]:_0x4cead6,[TestFrameworkConstants[_0x15abfb(0x313)]]:_0x5468ad[_0x15abfb(0x331)]||new Date()[_0x15abfb(0x326)](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x554e52[0x0]||'',[TestFrameworkConstants[_0x15abfb(0x32c)]]:_0x554e52,[TestFrameworkConstants[_0x15abfb(0x2e5)]]:_0x5dce13,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x15abfb(0x2b2)]]:{}};_0x5468ad[_0x15abfb(0x1bd)]&&(_0x4e0f2a[TestFrameworkConstants[_0x15abfb(0x2ff)]]=_0x5468ad[_0x15abfb(0x1bd)]);logger[_0x15abfb(0x297)](_0x15abfb(0x33f)+_0x5dce13+_0x15abfb(0x2d7)+_0x5169f9+_0x15abfb(0x321)+JSON[_0x15abfb(0x203)](_0x4cead6)+_0x15abfb(0x248)+util[_0x15abfb(0x228)](_0x554e52)+_0x15abfb(0x1cf)+_0x28b8e2);const _0x58f8cb={};return _0x58f8cb[_0x5169f9]=_0x4e0f2a,_0x58f8cb;}[a71_0x15adaf(0x25e)](_0x1b40b1){const _0x42e93e=a71_0x15adaf,_0x28bcb6={'Asesz':function(_0x23f46b,_0x124c5c){return _0x23f46b===_0x124c5c;},'qLcdm':_0x42e93e(0x2dc),'haIJF':function(_0x55c1dc,_0xd67484){return _0x55c1dc===_0xd67484;},'uhfCG':_0x42e93e(0x347),'ZDfnN':_0x42e93e(0x28e),'WbpMR':_0x42e93e(0x1fd),'HMPIC':function(_0x1f6fff,_0x2d7518){return _0x1f6fff||_0x2d7518;},'QuCCb':_0x42e93e(0x1d2),'rGGAV':function(_0x4d0327,_0x3f502c){return _0x4d0327||_0x3f502c;},'JgvYI':'unknown','STQUZ':function(_0x2b0428,_0x10c6d4){return _0x2b0428>_0x10c6d4;},'jDAMC':'failed','orjPq':function(_0x47f4c3,_0x213b1d){return _0x47f4c3===_0x213b1d;},'kpBJm':_0x42e93e(0x289),'oGLxQ':function(_0x5587b1,_0x3c7f60){return _0x5587b1===_0x3c7f60;},'mrNZO':'skipped','MciyZ':_0x42e93e(0x2e7),'VEJia':function(_0x42f647,_0x401589){return _0x42f647!==_0x401589;},'eNwgF':function(_0x17895b,_0x315838,_0x4564e2,_0x4ab128){return _0x17895b(_0x315838,_0x4564e2,_0x4ab128);},'zAqIV':function(_0x4c1927,_0x259567){return _0x4c1927>_0x259567;},'YEVIL':_0x42e93e(0x221),'bqCPM':function(_0xa3b84e,_0x2315ac){return _0xa3b84e>_0x2315ac;},'PTMTJ':function(_0x5ceab2,_0x18ea8e){return _0x5ceab2===_0x18ea8e;}},{testUUID:_0xd852a1,testData:_0x5d950e,testId:_0x33f318}=_0x1b40b1;if(_0x28bcb6[_0x42e93e(0x28b)](!_0x5d950e,!_0x33f318))return logger[_0x42e93e(0x297)](_0x28bcb6['QuCCb']),{};const _0x442105=this['resolveInstance'](TestFrameworkState['TEST'],HookState[_0x42e93e(0x1c2)]),_0x3ad1ff=_0x442105[_0x42e93e(0x2eb)]()['get'](_0x33f318),_0x52d947=_0x28bcb6[_0x42e93e(0x304)](_0x3ad1ff,{}),_0x3c7f5e=_0x52d947?_0x52d947[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{},_0x4d8a39=_0x52d947[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']];logger[_0x42e93e(0x297)](_0x42e93e(0x230)+(_0x4d8a39?Object['keys'](_0x4d8a39)['length']:0x0)+_0x42e93e(0x2e1));let _0x1b7ab0=_0x28bcb6[_0x42e93e(0x27d)];if(_0x5d950e[_0x42e93e(0x2b1)])_0x1b7ab0=_0x5d950e[_0x42e93e(0x2b1)];else{if(_0x5d950e[_0x42e93e(0x22d)]&&_0x28bcb6['STQUZ'](_0x5d950e[_0x42e93e(0x22d)][_0x42e93e(0x243)],0x0))_0x1b7ab0=_0x28bcb6[_0x42e93e(0x322)];else _0x28bcb6[_0x42e93e(0x343)](_0x5d950e[_0x42e93e(0x246)],_0x28bcb6['kpBJm'])||_0x28bcb6['oGLxQ'](_0x5d950e[_0x42e93e(0x246)],_0x28bcb6['mrNZO'])?_0x1b7ab0=_0x28bcb6[_0x42e93e(0x25d)]:_0x1b7ab0=_0x28bcb6['MciyZ'];}const _0x272f1a={..._0x52d947,[TestFrameworkConstants[_0x42e93e(0x227)]]:_0x1b7ab0,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x5d950e['finished_at']||new Date()['toISOString'](),[TestFrameworkConstants[_0x42e93e(0x279)]]:new Date()[_0x42e93e(0x326)](),[TestFrameworkConstants[_0x42e93e(0x21a)]]:_0x3c7f5e,[TestFrameworkConstants[_0x42e93e(0x2ab)]]:[],[TestFrameworkConstants['KEY_TEST_META']]:{}};if(_0x28bcb6[_0x42e93e(0x259)](_0x1b7ab0,_0x28bcb6[_0x42e93e(0x322)])&&_0x5d950e[_0x42e93e(0x22d)]){const _0x2593e8=this[_0x42e93e(0x20e)](_0x5d950e),_0x5ea7d1=this[_0x42e93e(0x31f)](_0x5d950e),_0x38826f=this['getJestFailureData'](_0x5d950e);_0x272f1a[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]=_0x5ea7d1,_0x272f1a[TestFrameworkConstants[_0x42e93e(0x28f)]]=_0x2593e8,_0x272f1a[TestFrameworkConstants[_0x42e93e(0x30b)]]=_0x38826f;}_0x28bcb6['VEJia'](_0x5d950e[_0x42e93e(0x1c7)],undefined)&&(_0x272f1a[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x5d950e[_0x42e93e(0x1c7)]);_0x5d950e['retryOf']&&(_0x272f1a[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x5d950e[_0x42e93e(0x1bd)]);const _0x381552=_0x3ad1ff?_0x3ad1ff[TestFrameworkConstants[_0x42e93e(0x1da)]]||{}:{},_0x37699e=_0x3ad1ff?_0x3ad1ff[TestFrameworkConstants['KEY_TEST_UUID']]:_0xd852a1,_0x2eed1f=_0x28bcb6[_0x42e93e(0x2c0)](getManualUploadLogs,_0x381552,_0x37699e,_0x33f318);if(_0x28bcb6[_0x42e93e(0x29b)](_0x2eed1f[_0x42e93e(0x243)],0x0)){const _0x53131c=_0x272f1a[TestFrameworkConstants[_0x42e93e(0x2ab)]]||[];_0x272f1a[TestFrameworkConstants[_0x42e93e(0x2ab)]]=[..._0x53131c,..._0x2eed1f];}const _0x5f507e=_0x52d947[TestFrameworkConstants[_0x42e93e(0x31d)]]||{},_0x38939e=_0x52d947[TestFrameworkConstants[_0x42e93e(0x2db)]]||{},_0x1db82b={..._0x5f507e},_0x5e6de0=_0x1db82b;Object[_0x42e93e(0x2ed)](_0x38939e)[_0x42e93e(0x2df)](_0x38accf=>{const _0x39ccc7=_0x42e93e;!_0x5e6de0[_0x38accf]&&(_0x5e6de0[_0x38accf]=[]);const _0x10a6b6=new Set((_0x5e6de0[_0x38accf]||[])[_0x39ccc7(0x1ce)](_0x89a0c1=>_0x89a0c1[TestFrameworkConstants[_0x39ccc7(0x2ef)]]||_0x89a0c1[_0x39ccc7(0x2f4)]));(_0x38939e[_0x38accf]||[])[_0x39ccc7(0x2df)](_0x4ff2c5=>{const _0x504bc7=_0x39ccc7,_0x113ecc=_0x4ff2c5[TestFrameworkConstants[_0x504bc7(0x2ef)]]||_0x4ff2c5['hook_id'];if(!_0x10a6b6[_0x504bc7(0x1f2)](_0x113ecc)){const _0x30acb2={..._0x4ff2c5},_0x3e3b92=_0x30acb2;!_0x3e3b92[TestFrameworkConstants[_0x504bc7(0x1fa)]]&&!_0x3e3b92[_0x504bc7(0x2af)]&&(_0x3e3b92[TestFrameworkConstants[_0x504bc7(0x1fa)]]=new Date()[_0x504bc7(0x326)]()),!_0x3e3b92[TestFrameworkConstants[_0x504bc7(0x266)]]&&!_0x3e3b92[_0x504bc7(0x324)]&&(_0x3e3b92[TestFrameworkConstants[_0x504bc7(0x266)]]=TestFrameworkConstants[_0x504bc7(0x2d2)]),_0x5e6de0[_0x38accf][_0x504bc7(0x1be)](_0x3e3b92);}});});if(_0x1b40b1['originalTest']){this['mapTestHooks'](_0x1b40b1[_0x42e93e(0x33a)]);const _0x4e6eec=this[_0x42e93e(0x2a1)](_0x1b40b1[_0x42e93e(0x33a)]),_0x5d4d5f=this[_0x42e93e(0x2b6)](_0x1b40b1[_0x42e93e(0x33a)]);_0x5d4d5f[_0x42e93e(0x2df)](_0xb70792=>{const _0x3dd328=_0x42e93e,_0x17994d=_0x4e6eec[_0x3dd328(0x25f)](_0xb70792);if(_0x17994d&&(_0x28bcb6['Asesz'](_0x17994d[_0x3dd328(0x2bd)],_0x28bcb6[_0x3dd328(0x1d8)])||_0x28bcb6['haIJF'](_0x17994d[_0x3dd328(0x2bd)],_0x28bcb6[_0x3dd328(0x1f7)]))){const _0x58b1f8=_0x17994d[_0x3dd328(0x2bd)][_0x3dd328(0x332)]()['replace'](_0x28bcb6[_0x3dd328(0x262)],_0x28bcb6[_0x3dd328(0x286)]),_0x2ae22f=_0x58b1f8;!_0x5e6de0[_0x2ae22f]&&(_0x5e6de0[_0x2ae22f]=[]);const _0x4219c2=_0x5e6de0[_0x2ae22f]['find'](_0x1d32e1=>(_0x1d32e1[TestFrameworkConstants[_0x3dd328(0x2ef)]]||_0x1d32e1[_0x3dd328(0x2f4)])===_0xb70792);!_0x4219c2&&_0x5e6de0[_0x2ae22f]['push']({'key':_0x2ae22f,[TestFrameworkConstants['KEY_HOOK_ID']]:_0xb70792,[TestFrameworkConstants[_0x3dd328(0x266)]]:TestFrameworkConstants[_0x3dd328(0x2d2)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:new Date()['toISOString'](),[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]:new Date()[_0x3dd328(0x326)](),[TestFrameworkConstants[_0x3dd328(0x209)]]:[],[TestFrameworkConstants[_0x3dd328(0x249)]]:_0x17994d[_0x3dd328(0x1dc)]||_0x17994d[_0x3dd328(0x2bd)]+_0x3dd328(0x240),[TestFrameworkConstants[_0x3dd328(0x21a)]]:_0x3c7f5e});}});}if(_0x5d950e['hooks']&&_0x28bcb6['STQUZ'](_0x5d950e['hooks'][_0x42e93e(0x243)],0x0))_0x272f1a[TestFrameworkConstants[_0x42e93e(0x31d)]]=_0x5d950e[_0x42e93e(0x26f)],logger[_0x42e93e(0x297)](_0x28bcb6[_0x42e93e(0x1c1)]);else _0x28bcb6[_0x42e93e(0x229)](Object[_0x42e93e(0x2ed)](_0x5e6de0)['length'],0x0)&&(_0x272f1a[TestFrameworkConstants[_0x42e93e(0x31d)]]=_0x5e6de0,logger[_0x42e93e(0x297)]('[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes='+Object[_0x42e93e(0x2ed)](_0x5e6de0)[_0x42e93e(0x2d8)](',')));const _0x555f6d=this[_0x42e93e(0x2a4)](_0x5d950e);logger['debug'](_0x42e93e(0x2d3)+_0x555f6d+_0x42e93e(0x2d7)+_0x33f318+_0x42e93e(0x318)+_0x1b7ab0+',\x20duration='+_0x5d950e[_0x42e93e(0x1c7)]);_0x28bcb6[_0x42e93e(0x281)](_0x1b7ab0,_0x28bcb6[_0x42e93e(0x322)])&&logger[_0x42e93e(0x297)](_0x42e93e(0x1c8)+_0x33f318+_0x42e93e(0x33b)+_0x272f1a[TestFrameworkConstants[_0x42e93e(0x2c7)]]+_0x42e93e(0x31a)+_0x272f1a[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]?.[_0x42e93e(0x303)](0x0,0xc8));const _0x3addf5={};return _0x3addf5[_0x33f318]=_0x272f1a,_0x3addf5;}[a71_0x15adaf(0x2f6)](_0x3b71b6){const _0x47bc72=a71_0x15adaf,_0x3eb012={};_0x3eb012[_0x47bc72(0x2d0)]=function(_0x1ee0a7,_0x5d2ab2){return _0x1ee0a7!==_0x5d2ab2;},_0x3eb012[_0x47bc72(0x24f)]=_0x47bc72(0x1d0);const _0xd580fd=_0x3eb012,_0x298cef={};_0x298cef[_0x47bc72(0x218)]=0x2,_0x298cef[_0x47bc72(0x2ee)]=0x3,logger[_0x47bc72(0x297)]('[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20'+util[_0x47bc72(0x228)](_0x3b71b6,_0x298cef));const _0x4bd1b4=[];if(_0x3b71b6&&_0x3b71b6[_0x47bc72(0x2a9)]){let _0x4a1e53=_0x3b71b6[_0x47bc72(0x2a9)];while(_0x4a1e53&&_0x4a1e53[_0x47bc72(0x1dc)]&&_0xd580fd[_0x47bc72(0x2d0)](_0x4a1e53[_0x47bc72(0x1dc)],'')&&_0xd580fd[_0x47bc72(0x2d0)](_0x4a1e53[_0x47bc72(0x1dc)],_0xd580fd[_0x47bc72(0x24f)])){_0x4bd1b4[_0x47bc72(0x1be)](_0x4a1e53[_0x47bc72(0x1dc)]),_0x4a1e53=_0x4a1e53['parent'];}}return _0x4bd1b4[_0x47bc72(0x267)]();}['getJestTestName'](_0x365b2f){const _0x15f557=a71_0x15adaf,_0x51d163={};_0x51d163[_0x15f557(0x21e)]=_0x15f557(0x1e1);const _0x9cb4c6=_0x51d163;if(_0x365b2f[_0x15f557(0x1dc)])return _0x365b2f[_0x15f557(0x1dc)];if(_0x365b2f[_0x15f557(0x1ca)])return _0x365b2f['title'];return _0x9cb4c6[_0x15f557(0x21e)];}[a71_0x15adaf(0x1de)](_0x55cb9a){const _0xeb31e9=a71_0x15adaf,_0x39c6f1=[];if(_0x55cb9a[_0xeb31e9(0x317)]&&Array[_0xeb31e9(0x1f3)](_0x55cb9a[_0xeb31e9(0x317)]))return _0x55cb9a['tags']['map'](_0x23f91f=>_0x23f91f[_0xeb31e9(0x251)]('@')?_0x23f91f[_0xeb31e9(0x252)](0x1):_0x23f91f);const _0x33246b=this[_0xeb31e9(0x2a4)](_0x55cb9a),_0x3d7e58=_0x33246b[_0xeb31e9(0x311)](/@(\w+)/g);if(_0x3d7e58)return _0x3d7e58['map'](_0x3c3c72=>_0x3c3c72[_0xeb31e9(0x2c2)](0x1));return _0x55cb9a[_0xeb31e9(0x1e5)]&&Array['isArray'](_0x55cb9a[_0xeb31e9(0x1e5)])&&_0x55cb9a[_0xeb31e9(0x1e5)][_0xeb31e9(0x2df)](_0x2dca17=>{const _0x13319b=_0xeb31e9,_0x39a6a9=_0x2dca17['match'](/@(\w+)/g);_0x39a6a9&&_0x39a6a9[_0x13319b(0x2df)](_0x4ba6ac=>{const _0x3683f6=_0x13319b,_0x38b7ed=_0x4ba6ac[_0x3683f6(0x2c2)](0x1);!_0x39c6f1[_0x3683f6(0x2fa)](_0x38b7ed)&&_0x39c6f1[_0x3683f6(0x1be)](_0x38b7ed);});}),_0x39c6f1;}[a71_0x15adaf(0x2b0)](_0x41e740){const _0x349582=a71_0x15adaf,_0x43f371={'UjxpO':function(_0x3e3703,_0x3dcdeb){return _0x3e3703(_0x3dcdeb);},'LmHrK':_0x349582(0x1cb)};if(_0x41e740[_0x349582(0x2b3)])return _0x41e740[_0x349582(0x2b3)];if(_0x41e740[_0x349582(0x346)]){const _0x24ac0a=_0x43f371[_0x349582(0x2d9)](require,_0x43f371[_0x349582(0x23c)]);try{const _0x645d57=_0x24ac0a[_0x349582(0x225)](_0x41e740['asyncError']);if(_0x645d57[0x0]&&_0x645d57[0x0][_0x349582(0x345)])return _0x645d57[0x0]['getFileName']();}catch(_0x2d7ee4){logger[_0x349582(0x297)](_0x349582(0x253)+util[_0x349582(0x328)](_0x2d7ee4));}}return null;}[a71_0x15adaf(0x20e)](_0x245302){const _0x5d3883=a71_0x15adaf,_0x4440a6={};_0x4440a6[_0x5d3883(0x2b7)]=function(_0x404762,_0x153efc){return _0x404762>_0x153efc;},_0x4440a6[_0x5d3883(0x200)]=_0x5d3883(0x217);const _0x26fe7b=_0x4440a6;if(_0x245302[_0x5d3883(0x22d)]&&_0x26fe7b['yRQCb'](_0x245302[_0x5d3883(0x22d)][_0x5d3883(0x243)],0x0))return util['inspect'](_0x245302[_0x5d3883(0x22d)][0x0]);if(_0x245302[_0x5d3883(0x340)])return _0x245302[_0x5d3883(0x340)];return _0x26fe7b['jeVNW'];}[a71_0x15adaf(0x31f)](_0x4db9af){const _0x31e5ec=a71_0x15adaf,_0x1ce718={};_0x1ce718['zYBlM']='Assert',_0x1ce718['xgpKr']=_0x31e5ec(0x1c0),_0x1ce718[_0x31e5ec(0x2f1)]=_0x31e5ec(0x2bf);const _0x30968e=_0x1ce718,_0x4a03fd=this[_0x31e5ec(0x20e)](_0x4db9af);if(_0x4a03fd&&_0x4a03fd[_0x31e5ec(0x2fa)](_0x30968e[_0x31e5ec(0x2e8)]))return _0x30968e[_0x31e5ec(0x204)];return _0x30968e[_0x31e5ec(0x2f1)];}[a71_0x15adaf(0x2da)](_0x223a76){const _0x13e89d=a71_0x15adaf,_0x5202ee={'ZAOgX':function(_0x14785a,_0x5a52e0){return _0x14785a(_0x5a52e0);},'UlYUA':_0x13e89d(0x260),'GOAHt':function(_0x1b9668,_0x227f81){return _0x1b9668!==_0x227f81;},'XfCHI':_0x13e89d(0x327)},{failureData:_0x3adef9}=_0x5202ee['ZAOgX'](require,_0x5202ee[_0x13e89d(0x291)]),_0x3c4eaa=[];return _0x5202ee['GOAHt'](_0x223a76[_0x13e89d(0x22d)],undefined)&&_0x3c4eaa[_0x13e89d(0x1be)](_0x223a76[_0x13e89d(0x22d)],_0x5202ee[_0x13e89d(0x1f6)]),_0x3adef9[_0x13e89d(0x234)](null,_0x3c4eaa);}async[a71_0x15adaf(0x30e)](_0x63bd,_0x340b00,_0x511784,_0x3ff15b){const _0x208e6b=a71_0x15adaf,_0x243bda={'zWfbx':_0x208e6b(0x2d5),'XkjEP':function(_0x3c2176){return _0x3c2176();},'FBpSJ':function(_0x598a6f,_0x2f9f55){return _0x598a6f in _0x2f9f55;},'AQlXG':function(_0x1a54ef,_0x1b853f){return _0x1a54ef in _0x1b853f;},'XVNVJ':function(_0x50a7a0,_0x4ad87c){return _0x50a7a0===_0x4ad87c;},'nSUUX':function(_0x709fba,_0x32a235){return _0x709fba>_0x32a235;},'FOAAe':'failed','NbNle':_0x208e6b(0x2e7),'kezkT':function(_0x9a077d,_0x48cf05){return _0x9a077d!==_0x48cf05;}},{hookData:_0x58d034}=_0x3ff15b,_0x36ab4d=_0x511784[_0x208e6b(0x1d1)](),_0x51aa6c=_0x340b00['toString'](),_0x386268={};_0x386268[_0x208e6b(0x218)]=0x2,_0x386268[_0x208e6b(0x2ee)]=0x3,logger[_0x208e6b(0x297)](_0x208e6b(0x2ec)+_0x51aa6c+_0x208e6b(0x314)+_0x36ab4d+',\x20hookData='+util['inspect'](_0x58d034,_0x386268));if(!_0x58d034)return logger[_0x208e6b(0x297)](_0x243bda[_0x208e6b(0x31b)]),{};const _0x9961e1=_0x58d034['uuid']||_0x58d034[_0x208e6b(0x300)]||_0x243bda[_0x208e6b(0x296)](uuidv4),_0x2187f9=_0x58d034['test_run_id']||this[_0x208e6b(0x213)](_0x58d034),_0x2e00a5=_0x340b00[_0x208e6b(0x1d1)]()[_0x208e6b(0x205)]('.')[0x1],_0x599763=_0x63bd[_0x208e6b(0x2eb)]()[_0x208e6b(0x25f)](_0x2187f9),_0x14b72d=_0x599763?_0x599763[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{};logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId='+_0x9961e1+_0x208e6b(0x2d7)+_0x2187f9+_0x208e6b(0x223)+_0x2e00a5+_0x208e6b(0x314)+_0x36ab4d);if(!_0x599763)return logger[_0x208e6b(0x297)](_0x208e6b(0x329)+_0x2187f9+_0x208e6b(0x21f)),this[_0x208e6b(0x344)](_0x63bd,_0x2187f9,_0x340b00,_0x511784,_0x3ff15b),{};let _0x1a465d=_0x599763[TestFrameworkConstants[_0x208e6b(0x2db)]];!_0x1a465d&&(_0x1a465d={});!_0x243bda[_0x208e6b(0x257)](_0x2e00a5,_0x1a465d)&&(_0x1a465d[_0x2e00a5]=[]);let _0x3fd9d8=_0x599763[TestFrameworkConstants[_0x208e6b(0x31d)]];!_0x3fd9d8&&(_0x3fd9d8={});!_0x243bda[_0x208e6b(0x33c)](_0x2e00a5,_0x3fd9d8)&&(_0x3fd9d8[_0x2e00a5]=[]);const _0x2dc9e9={[TestFrameworkConstants[_0x208e6b(0x2db)]]:_0x1a465d,[TestFrameworkConstants[_0x208e6b(0x31d)]]:_0x3fd9d8},_0x3e6a33={};_0x3e6a33[_0x2187f9]=_0x2dc9e9;const _0x29ccb6=_0x3e6a33;if(_0x243bda['XVNVJ'](_0x511784,HookState[_0x208e6b(0x265)])){const _0x6a5385={'key':_0x2e00a5,[TestFrameworkConstants[_0x208e6b(0x2ef)]]:_0x9961e1,[TestFrameworkConstants[_0x208e6b(0x266)]]:TestFrameworkConstants[_0x208e6b(0x2d2)],[TestFrameworkConstants[_0x208e6b(0x29d)]]:_0x58d034[_0x208e6b(0x331)]||new Date()[_0x208e6b(0x326)](),[TestFrameworkConstants[_0x208e6b(0x209)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x58d034[_0x208e6b(0x1dc)]||_0x58d034['hook_type']||_0x2e00a5,[TestFrameworkConstants[_0x208e6b(0x21a)]]:_0x14b72d};_0x1a465d[_0x2e00a5][_0x208e6b(0x1be)](_0x6a5385),_0x29ccb6[_0x2187f9][TestFrameworkConstants[_0x208e6b(0x23d)]]=_0x2e00a5;const _0x154bb6={};_0x154bb6[_0x208e6b(0x218)]=0x2,logger[_0x208e6b(0x297)](_0x208e6b(0x258)+_0x2e00a5+_0x208e6b(0x30d)+_0x9961e1+_0x208e6b(0x2d7)+_0x2187f9+_0x208e6b(0x22a)+util[_0x208e6b(0x228)](_0x6a5385,_0x154bb6));}else{if(_0x243bda[_0x208e6b(0x276)](_0x511784,HookState[_0x208e6b(0x1c2)])){const _0x5a0b7e=_0x58d034['result']||(_0x58d034[_0x208e6b(0x22d)]&&_0x243bda[_0x208e6b(0x1ed)](_0x58d034['errorsDetailed'][_0x208e6b(0x243)],0x0)?_0x243bda['FOAAe']:_0x243bda[_0x208e6b(0x2cc)]),_0x10e5b0=_0x1a465d[_0x2e00a5]||[];logger[_0x208e6b(0x297)](_0x208e6b(0x1d5)+_0x2e00a5+_0x208e6b(0x2d7)+_0x2187f9+_0x208e6b(0x20c)+_0x5a0b7e+_0x208e6b(0x2e3)+_0x10e5b0[_0x208e6b(0x243)]);if(_0x243bda[_0x208e6b(0x1ed)](_0x10e5b0['length'],0x0)){const _0x422e1e=_0x10e5b0[_0x208e6b(0x284)]();_0x243bda[_0x208e6b(0x276)](_0x5a0b7e,_0x243bda['FOAAe'])&&_0x58d034[_0x208e6b(0x22d)]?(_0x422e1e[TestFrameworkConstants[_0x208e6b(0x282)]]=this[_0x208e6b(0x31f)](_0x58d034),_0x422e1e[TestFrameworkConstants[_0x208e6b(0x320)]]=this[_0x208e6b(0x20e)](_0x58d034),_0x422e1e[TestFrameworkConstants[_0x208e6b(0x1ee)]]=this['getJestFailureData'](_0x58d034),logger[_0x208e6b(0x297)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType='+_0x2e00a5+_0x208e6b(0x33b)+_0x422e1e[TestFrameworkConstants[_0x208e6b(0x282)]]+_0x208e6b(0x31a)+_0x422e1e[TestFrameworkConstants[_0x208e6b(0x320)]]?.['substring'](0x0,0xc8))):_0x422e1e[TestFrameworkConstants[_0x208e6b(0x266)]]=_0x243bda[_0x208e6b(0x2cc)];_0x243bda['kezkT'](_0x5a0b7e,TestFrameworkConstants[_0x208e6b(0x2d2)])&&(_0x422e1e[TestFrameworkConstants[_0x208e6b(0x266)]]=_0x5a0b7e);_0x422e1e[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x58d034[_0x208e6b(0x28c)]||new Date()['toISOString'](),_0x422e1e[TestFrameworkConstants[_0x208e6b(0x21a)]]=_0x14b72d;const _0xeba106=_0x422e1e[TestFrameworkConstants[_0x208e6b(0x2ef)]];!_0x3fd9d8[_0x2e00a5]&&(_0x3fd9d8[_0x2e00a5]=[]);_0x3fd9d8[_0x2e00a5][_0x208e6b(0x1be)](_0x422e1e),_0x29ccb6[_0x2187f9][TestFrameworkConstants[_0x208e6b(0x255)]]=_0x2e00a5;const _0x2cce48={};_0x2cce48[_0x208e6b(0x218)]=0x2,logger[_0x208e6b(0x297)](_0x208e6b(0x31c)+_0x2e00a5+_0x208e6b(0x30d)+_0xeba106+_0x208e6b(0x20c)+_0x5a0b7e+_0x208e6b(0x22a)+util[_0x208e6b(0x228)](_0x422e1e,_0x2cce48));}}}const _0x413fed={};return _0x413fed[_0x208e6b(0x218)]=0x2,_0x413fed[_0x208e6b(0x2ee)]=0x3,logger[_0x208e6b(0x297)](_0x208e6b(0x2c8)+(_0x58d034[_0x208e6b(0x1db)]||_0x2e00a5)+',\x20hookId='+_0x9961e1+_0x208e6b(0x2d7)+_0x2187f9+_0x208e6b(0x275)+util[_0x208e6b(0x228)](_0x29ccb6,_0x413fed)),_0x29ccb6;}[a71_0x15adaf(0x2ca)](_0xb7d6be){const _0x4fc1f8=a71_0x15adaf,_0x28acf7={};_0x28acf7['oDjoI']='base64';const _0x4445ec=_0x28acf7;try{const _0x1cf1bf=_0xb7d6be[_0x4fc1f8(0x327)]?this[_0x4fc1f8(0x213)](_0xb7d6be['test']):_0xb7d6be[_0x4fc1f8(0x1f0)][_0x4fc1f8(0x335)],_0x403b0b=_0xb7d6be[_0x4fc1f8(0x1dd)],_0x56b1ec=_0x403b0b['getContext'](),_0x299790=_0x403b0b[_0x4fc1f8(0x2eb)]()['get'](_0x1cf1bf);if(!_0x299790)return logger[_0x4fc1f8(0x297)]('createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x1cf1bf),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x11852a='',[TestFrameworkConstants[_0x4fc1f8(0x31e)]]:_0x2220f1='',[TestFrameworkConstants[_0x4fc1f8(0x313)]]:_0x336356='',[TestFrameworkConstants[_0x4fc1f8(0x2e9)]]:_0x1dd2a0=''}=_0x299790,_0x22eda8=_0x403b0b[_0x4fc1f8(0x299)]()[_0x4fc1f8(0x1d1)]()[_0x4fc1f8(0x205)]('.')[0x1],_0x6fc5c5=_0x403b0b['getCurrentHookState']()['toString']()[_0x4fc1f8(0x205)]('.')[0x1],_0xa03890=global?.[_0x4fc1f8(0x33e)]?.[_0x4fc1f8(0x245)]?.[_0x4fc1f8(0x20f)],_0x194cb3=_0x403b0b[_0x4fc1f8(0x294)](),_0x823a12=Buffer['from'](JSON[_0x4fc1f8(0x203)](_0x299790))[_0x4fc1f8(0x1d1)](_0x4445ec[_0x4fc1f8(0x1ff)]),_0x29278d={'hash':_0x56b1ec['getId'](),'threadId':_0x56b1ec['getThreadId']()[_0x4fc1f8(0x1d1)](),'processId':_0x56b1ec[_0x4fc1f8(0x1bf)]()['toString']()},_0x639527={};_0x639527[_0x4fc1f8(0x2ae)]=_0xa03890,_0x639527[_0x4fc1f8(0x288)]=_0x11852a,_0x639527[_0x4fc1f8(0x250)]=_0x2220f1,_0x639527['testFrameworkState']=_0x22eda8,_0x639527[_0x4fc1f8(0x1cc)]=_0x6fc5c5,_0x639527['startedAt']=_0x336356,_0x639527[_0x4fc1f8(0x1c5)]=_0x1dd2a0,_0x639527[_0x4fc1f8(0x349)]=_0x194cb3,_0x639527[_0x4fc1f8(0x2bc)]=_0x823a12,_0x639527[_0x4fc1f8(0x1e4)]=_0x29278d,_0x639527['test_identifier']=_0x1cf1bf;const _0x57d515=_0x639527;return _0x57d515;}catch(_0x34ad77){return logger[_0x4fc1f8(0x283)](_0x4fc1f8(0x20d)+util[_0x4fc1f8(0x328)](_0x34ad77)),{};}}async[a71_0x15adaf(0x27a)](_0xe0030a,_0x586965,_0x30ff55){const _0x33c12f=a71_0x15adaf,_0x3e76f5={'iJLAu':function(_0x4f1d01,_0x90eea7){return _0x4f1d01+_0x90eea7;},'TuIiT':'missing','SEhOh':_0x33c12f(0x20b),'TAqSX':function(_0x3c8a10,_0x348369){return _0x3c8a10>_0x348369;},'VoMqd':function(_0x346ab6,_0x45c34b,_0x43c766,_0x5747d4){return _0x346ab6(_0x45c34b,_0x43c766,_0x5747d4);},'GCkZt':function(_0x2c732d,_0x3dd2c2){return _0x2c732d-_0x3dd2c2;},'ZmfRS':function(_0x370cbb,_0x4162db){return _0x370cbb===_0x4162db;},'DtFbL':function(_0x261929,_0x48bfe3){return _0x261929/_0x48bfe3;},'dLIsY':function(_0xcbd99b,_0x2b6131){return _0xcbd99b<_0x2b6131;},'BNkFd':function(_0xb11e58,_0x15cc36){return _0xb11e58*_0x15cc36;},'RgxKy':function(_0x2502ce,_0x11b3e6){return _0x2502ce+_0x11b3e6;},'cExma':function(_0x513fc1,_0x51c938){return _0x513fc1+_0x51c938;}};try{const _0x6e81c0=_0x30ff55[_0x33c12f(0x22f)]||_0x30ff55[_0x33c12f(0x333)],_0x2412aa=Array[_0x33c12f(0x26d)](_0xe0030a[_0x33c12f(0x2eb)]()['keys']()),_0x4bc1e1=_0xe0030a[_0x33c12f(0x2eb)]()[_0x33c12f(0x25f)](_0x6e81c0);if(!_0x4bc1e1){logger['debug'](_0x33c12f(0x1bc)+_0x6e81c0);return;}const {[TestFrameworkConstants[_0x33c12f(0x1e9)]]:_0x41b67d='',[TestFrameworkConstants[_0x33c12f(0x31e)]]:_0x1eaadf=''}=_0x4bc1e1;let _0x5be686=[];if(_0x4bc1e1&&_0x4bc1e1[TestFrameworkConstants['KEY_LOGS']]&&Array[_0x33c12f(0x1f3)](_0x4bc1e1[TestFrameworkConstants[_0x33c12f(0x2ab)]])){_0x5be686=_0x4bc1e1[TestFrameworkConstants[_0x33c12f(0x2ab)]]||[],logger[_0x33c12f(0x297)](_0x33c12f(0x285)+_0x5be686['length']+'\x20logs\x20for\x20testId:\x20'+_0x6e81c0);const _0x58ed19={[TestFrameworkConstants['KEY_LOGS']]:[]},_0x54549d={};_0x54549d[_0x6e81c0]=_0x58ed19,_0xe0030a[_0x33c12f(0x212)](_0x54549d),logger['debug'](_0x33c12f(0x301)+_0x6e81c0);}else logger[_0x33c12f(0x297)](_0x33c12f(0x1ba)+_0x6e81c0);logger[_0x33c12f(0x297)](_0x33c12f(0x2c4)+_0x5be686[_0x33c12f(0x243)]+_0x33c12f(0x29a)+_0x6e81c0);const _0xa6ae61=_0x5be686[_0x33c12f(0x2ad)](_0x4474e5=>_0x4474e5[_0x33c12f(0x1f1)]===_0x33c12f(0x201));_0x3e76f5['TAqSX'](_0xa6ae61[_0x33c12f(0x243)],0x0)&&(logger['debug'](_0x33c12f(0x1e6)+_0xa6ae61[_0x33c12f(0x243)]+_0x33c12f(0x216)+_0x6e81c0),_0xa6ae61['forEach']((_0x359e9a,_0x24f182)=>{const _0x21110c=_0x33c12f;logger[_0x21110c(0x297)](_0x21110c(0x202)+_0x3e76f5['iJLAu'](_0x24f182,0x1)+'/'+_0xa6ae61[_0x21110c(0x243)]+'\x20-\x20test_identifier='+(_0x359e9a[_0x21110c(0x222)]||_0x3e76f5['TuIiT'])+_0x21110c(0x215)+(_0x359e9a[_0x21110c(0x32b)]||_0x3e76f5[_0x21110c(0x325)])+_0x21110c(0x315)+(_0x359e9a['hook_run_uuid']||_0x3e76f5[_0x21110c(0x316)])+_0x21110c(0x26c)+(_0x359e9a[_0x21110c(0x2fb)]?.[_0x21110c(0x243)]||0x0));}));const _0x1b3f67=_0x4bc1e1[TestFrameworkConstants[_0x33c12f(0x1da)]]||{},_0x2a5687=_0x3e76f5[_0x33c12f(0x21b)](getMediaArtifactsLogs,_0x1b3f67,null,_0x6e81c0),_0x5cd8f8=(_0x5be686||[])[_0x33c12f(0x2a6)](_0x2a5687||[]),_0x3d1076=_0xa6ae61?.['length']||0x0,_0x49ce75=_0x3e76f5[_0x33c12f(0x27f)](_0x5be686?.['length']||0x0,_0x3d1076);logger[_0x33c12f(0x297)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20'+_0x6e81c0+_0x33c12f(0x1f8)+_0x49ce75+_0x33c12f(0x310)+_0x3d1076+_0x33c12f(0x26a)+(_0x2a5687?.[_0x33c12f(0x243)]||0x0)+',\x20totalLogs:\x20'+_0x5cd8f8[_0x33c12f(0x243)]);if(!_0x5cd8f8||_0x3e76f5['ZmfRS'](_0x5cd8f8[_0x33c12f(0x243)],0x0)){logger[_0x33c12f(0x297)](_0x33c12f(0x219)+_0x6e81c0);return;}const _0x4d4f04=0x28,_0x4d3c10=Math[_0x33c12f(0x2c3)](_0x3e76f5[_0x33c12f(0x273)](_0x5cd8f8[_0x33c12f(0x243)],_0x4d4f04));for(let _0x588010=0x0;_0x3e76f5[_0x33c12f(0x235)](_0x588010,_0x4d3c10);_0x588010++){const _0x3e220d=_0x3e76f5[_0x33c12f(0x2d1)](_0x588010,_0x4d4f04),_0x491c2a=_0x3e76f5[_0x33c12f(0x302)](_0x3e220d,_0x4d4f04),_0x15ae02=_0x5cd8f8[_0x33c12f(0x2c2)](_0x3e220d,_0x491c2a),_0x292d64=global?.[_0x33c12f(0x33e)]?.[_0x33c12f(0x245)]?.[_0x33c12f(0x20f)]||0x0,_0x509f30={'platformIndex':_0x292d64,'logs':_0x15ae02,'testFrameworkName':_0x41b67d,'testFrameworkVersion':_0x1eaadf,'testFrameworkState':_0x586965['toString']()['split']('.')[0x1]},_0x36f4ea={};_0x36f4ea['depth']=0x3,_0x36f4ea[_0x33c12f(0x2ee)]=0x5,logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x3e76f5[_0x33c12f(0x302)](_0x588010,0x1)+'/'+_0x4d3c10+_0x33c12f(0x2f9)+_0x6e81c0+',\x20logsInBatch:\x20'+_0x15ae02[_0x33c12f(0x243)]+_0x33c12f(0x319)+_0x292d64+_0x33c12f(0x337)+util['inspect'](_0x509f30,_0x36f4ea));const _0x300fb4=await GrpcClient[_0x33c12f(0x32d)]()['logCreatedEvent'](_0x509f30);logger[_0x33c12f(0x297)](_0x33c12f(0x271)+_0x3e76f5['cExma'](_0x588010,0x1)+'/'+_0x4d3c10+_0x33c12f(0x2f9)+_0x6e81c0+_0x33c12f(0x214)+util['inspect'](_0x300fb4));}if(_0x2a5687&&_0x3e76f5[_0x33c12f(0x2c9)](_0x2a5687[_0x33c12f(0x243)],0x0)&&_0x4bc1e1[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]){const _0x1f84fa={[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{}},_0x490e9e={};_0x490e9e[_0x6e81c0]=_0x1f84fa,_0xe0030a[_0x33c12f(0x212)](_0x490e9e);}logger[_0x33c12f(0x297)](_0x33c12f(0x34a)+_0x6e81c0+_0x33c12f(0x25c)+_0x4d3c10);}catch(_0x58f679){logger['error'](_0x33c12f(0x231)+(_0x30ff55['testUUID']||_0x30ff55['testId'])+_0x33c12f(0x30a)+util[_0x33c12f(0x328)](_0x58f679));}}[a71_0x15adaf(0x344)](_0x5eb882,_0x4c916a,_0x5abc41,_0x5e16e6,_0xf3aad9){const _0x2d88e9=a71_0x15adaf,_0x5d5f7e={};_0x5d5f7e['zvuNR']=function(_0x1ae33b,_0xbebc0e){return _0x1ae33b===_0xbebc0e;},_0x5d5f7e[_0x2d88e9(0x306)]='beforeAll';const _0x8e7d93=_0x5d5f7e,{hookData:_0x2cead8}=_0xf3aad9,_0x4363eb={'testId':_0x4c916a,'testFrameworkState':_0x5abc41,'hookState':_0x5e16e6,'args':_0xf3aad9,'timestamp':new Date()[_0x2d88e9(0x326)]()};if(_0x8e7d93['zvuNR'](_0x5abc41,TestFrameworkState[_0x2d88e9(0x2e4)])&&_0x2cead8){const _0x2a7187={};_0x2a7187[_0x2d88e9(0x2fc)]=_0x2cead8[_0x2d88e9(0x2b3)]||_0x2cead8[_0x2d88e9(0x1d6)],_0x2a7187[_0x2d88e9(0x220)]=_0x2cead8[_0x2d88e9(0x220)]||_0x2cead8[_0x2d88e9(0x1e5)]&&_0x2cead8['scopes'][0x0]||'',_0x2a7187[_0x2d88e9(0x28a)]=_0x8e7d93[_0x2d88e9(0x306)],_0x4363eb[_0x2d88e9(0x226)]=_0x2a7187,logger[_0x2d88e9(0x297)](_0x2d88e9(0x2b9)+_0x4c916a+',\x20filePath:\x20'+_0x4363eb[_0x2d88e9(0x226)][_0x2d88e9(0x2fc)]+',\x20scope:\x20'+_0x4363eb[_0x2d88e9(0x226)]['scope']);}_0x5eb882[_0x2d88e9(0x24a)](_0x4c916a,_0x4363eb),logger[_0x2d88e9(0x297)](_0x2d88e9(0x1df)+_0x4c916a+',\x20state:\x20'+_0x5abc41+',\x20hookState:\x20'+_0x5e16e6);}async['processPendingHooks'](_0x5c6c1d,_0x426bf1){const _0x102301=a71_0x15adaf,_0x8927c={};_0x8927c[_0x102301(0x1fe)]=function(_0xec9e67,_0x4c2798){return _0xec9e67>_0x4c2798;},_0x8927c[_0x102301(0x33d)]=_0x102301(0x2e6),_0x8927c[_0x102301(0x290)]=function(_0x287fe8,_0x4ba4f8){return _0x287fe8===_0x4ba4f8;},_0x8927c[_0x102301(0x1fc)]=function(_0x1baadb,_0x211bd7){return _0x1baadb>_0x211bd7;},_0x8927c[_0x102301(0x293)]='[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook',_0x8927c[_0x102301(0x26e)]=_0x102301(0x312);const _0x20f3ec=_0x8927c;if(_0x5c6c1d['hasPendingHooks'](_0x426bf1)){const _0x38a301=_0x5c6c1d[_0x102301(0x272)](_0x426bf1);logger['debug'](_0x102301(0x2f7)+_0x38a301['length']+'\x20pending\x20hooks\x20for\x20testId:\x20'+_0x426bf1);for(const _0x3e342e of _0x38a301){try{const _0x461fa9=await this[_0x102301(0x30e)](_0x5c6c1d,_0x3e342e['testFrameworkState'],_0x3e342e['hookState'],_0x3e342e[_0x102301(0x23f)]);_0x461fa9&&_0x20f3ec[_0x102301(0x1fe)](Object[_0x102301(0x2ed)](_0x461fa9)['length'],0x0)&&_0x5c6c1d[_0x102301(0x212)](_0x461fa9),await this[_0x102301(0x30c)](_0x5c6c1d,_0x3e342e[_0x102301(0x24d)],_0x3e342e[_0x102301(0x1cc)],_0x3e342e[_0x102301(0x23f)]);}catch(_0x5d3109){logger[_0x102301(0x283)](_0x102301(0x2cf)+_0x426bf1+_0x102301(0x30a)+_0x5d3109);}}_0x5c6c1d['removePendingHooks'](_0x426bf1),logger['debug']('Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20'+_0x426bf1);}const _0x3e3e88=_0x5c6c1d[_0x102301(0x2eb)]()['get'](_0x426bf1);if(_0x3e3e88){const _0x4f9fc1=_0x3e3e88[TestFrameworkConstants[_0x102301(0x323)]]||_0x3e3e88[TestFrameworkConstants[_0x102301(0x298)]],_0xdcd900=_0x3e3e88[TestFrameworkConstants[_0x102301(0x348)]]||_0x3e3e88[TestFrameworkConstants[_0x102301(0x32c)]]&&_0x3e3e88[TestFrameworkConstants['KEY_TEST_SCOPES']][0x0]||'';logger[_0x102301(0x297)](_0x20f3ec[_0x102301(0x33d)]);const _0x5666ae=_0x5c6c1d[_0x102301(0x2e0)]();for(const _0x54311d of _0x5666ae){if(_0x20f3ec[_0x102301(0x290)](_0x54311d,_0x426bf1))continue;if(_0x5c6c1d['hasPendingHooks'](_0x54311d)){const _0x5c6528=_0x5c6c1d['getPendingHooks'](_0x54311d);for(const _0x296a60 of _0x5c6528){if(_0x20f3ec[_0x102301(0x290)](_0x296a60[_0x102301(0x24d)],TestFrameworkState[_0x102301(0x2e4)])&&_0x296a60[_0x102301(0x226)]){const _0x3be294=_0x296a60[_0x102301(0x226)][_0x102301(0x2fc)],_0x11c97d=_0x296a60[_0x102301(0x226)][_0x102301(0x220)];if(_0x20f3ec[_0x102301(0x290)](_0x3be294,_0x4f9fc1)&&_0x20f3ec[_0x102301(0x290)](_0x11c97d,_0xdcd900)){logger['debug'](_0x102301(0x232)+_0x54311d+',\x20currentTestId:\x20'+_0x426bf1+',\x20filePath:\x20'+_0x3be294+',\x20scope:\x20'+_0x11c97d);_0x296a60[_0x102301(0x23f)]&&_0x296a60[_0x102301(0x23f)][_0x102301(0x1f0)]&&(_0x296a60[_0x102301(0x23f)][_0x102301(0x1f0)][_0x102301(0x335)]=_0x426bf1,logger[_0x102301(0x297)](_0x102301(0x305)+_0x54311d+'\x20to\x20'+_0x426bf1));try{const _0x1249f5=await this['trackHookEvent'](_0x5c6c1d,_0x296a60[_0x102301(0x24d)],_0x296a60[_0x102301(0x1cc)],_0x296a60[_0x102301(0x23f)]);_0x1249f5&&_0x20f3ec['hQrAz'](Object[_0x102301(0x2ed)](_0x1249f5)['length'],0x0)&&_0x5c6c1d[_0x102301(0x212)](_0x1249f5);await this[_0x102301(0x30c)](_0x5c6c1d,_0x296a60[_0x102301(0x24d)],_0x296a60[_0x102301(0x1cc)],_0x296a60['args']);const _0x457bf7=_0x5c6c1d[_0x102301(0x272)](_0x54311d)[_0x102301(0x2ad)](_0x1d9644=>_0x1d9644!==_0x296a60);if(_0x20f3ec[_0x102301(0x290)](_0x457bf7[_0x102301(0x243)],0x0))_0x5c6c1d[_0x102301(0x309)](_0x54311d);else{_0x5c6c1d[_0x102301(0x309)](_0x54311d);for(const _0x3d92ae of _0x457bf7){_0x5c6c1d[_0x102301(0x24a)](_0x54311d,_0x3d92ae);}}logger[_0x102301(0x297)](_0x20f3ec['aLHly']);}catch(_0x31cd42){logger[_0x102301(0x283)](_0x20f3ec[_0x102301(0x26e)]);}}}}}}}}[a71_0x15adaf(0x269)](_0x5f3ea9){const _0x33ab2c=a71_0x15adaf,_0x4e46fd={'emnol':function(_0x26c9c1){return _0x26c9c1();}};if(!_0x5f3ea9||!_0x5f3ea9[_0x33ab2c(0x2a9)])return;_0x5f3ea9[_0x33ab2c(0x2a9)][_0x33ab2c(0x26f)]&&Array['isArray'](_0x5f3ea9[_0x33ab2c(0x2a9)][_0x33ab2c(0x26f)])&&_0x5f3ea9[_0x33ab2c(0x2a9)][_0x33ab2c(0x26f)][_0x33ab2c(0x2df)](_0x1961a7=>{const _0x3ef1de=_0x33ab2c;!_0x1961a7[_0x3ef1de(0x300)]&&!_0x1961a7[_0x3ef1de(0x25b)]&&(_0x1961a7[_0x3ef1de(0x300)]=_0x4e46fd[_0x3ef1de(0x2fe)](uuidv4),_0x1961a7['hookUUID']=_0x1961a7['hookAnalyticsId'],logger[_0x3ef1de(0x297)](_0x3ef1de(0x308)+_0x1961a7[_0x3ef1de(0x2bd)]+',\x20hookUUID='+_0x1961a7[_0x3ef1de(0x300)]));}),this['mapTestHooks'](_0x5f3ea9[_0x33ab2c(0x2a9)]);}['getHooksForTest'](_0x3e80d6){const _0x2dfa4d=a71_0x15adaf,_0xb74826={'BzodD':function(_0x308a87,_0x2a1210){return _0x308a87(_0x2a1210);}};if(!_0x3e80d6||!_0x3e80d6[_0x2dfa4d(0x2a9)])return[];const _0x1df3db=[];return _0x3e80d6[_0x2dfa4d(0x2a9)]['hooks']&&Array['isArray'](_0x3e80d6[_0x2dfa4d(0x2a9)][_0x2dfa4d(0x26f)])&&_0x3e80d6['parent'][_0x2dfa4d(0x26f)][_0x2dfa4d(0x2df)](_0x159f0d=>{const _0x3f0b23=_0x2dfa4d,_0x37e89a=_0x159f0d['hookAnalyticsId']||_0x159f0d[_0x3f0b23(0x25b)];_0x37e89a&&!this[_0x3f0b23(0x2cb)](_0x159f0d)&&!_0xb74826[_0x3f0b23(0x2ba)](isInternalHook,_0x159f0d['fn'])&&_0x1df3db['push'](_0x37e89a);}),[..._0x1df3db,...this[_0x2dfa4d(0x2b6)](_0x3e80d6['parent'])];}[a71_0x15adaf(0x2a1)](_0x200f24){const _0x1d7ee4=a71_0x15adaf,_0x20e77a={'VhVHT':function(_0x1b009a,_0x200a37){return _0x1b009a(_0x200a37);},'qwhDM':_0x1d7ee4(0x236),'mMpke':function(_0x4f46c4,_0x143230){return _0x4f46c4(_0x143230);}},_0x48a6ef=new Map(),_0x52c486=_0x52629d=>{const _0x1ed1fc=_0x1d7ee4;if(!_0x52629d||!_0x52629d[_0x1ed1fc(0x2a9)])return;_0x52629d['parent']['hooks']&&Array[_0x1ed1fc(0x1f3)](_0x52629d[_0x1ed1fc(0x2a9)][_0x1ed1fc(0x26f)])&&_0x52629d['parent'][_0x1ed1fc(0x26f)][_0x1ed1fc(0x2df)](_0x39c09c=>{const _0x2311eb=_0x1ed1fc,_0x538b57=_0x39c09c['hookAnalyticsId']||_0x39c09c[_0x2311eb(0x25b)];if(_0x538b57&&!this[_0x2311eb(0x2cb)](_0x39c09c)&&!_0x20e77a['VhVHT'](isInternalHook,_0x39c09c['fn'])){const _0x47a60e={};_0x47a60e[_0x2311eb(0x2bd)]=_0x39c09c[_0x2311eb(0x2bd)]||_0x20e77a[_0x2311eb(0x1e2)],_0x47a60e[_0x2311eb(0x1dc)]=_0x39c09c[_0x2311eb(0x1dc)]||'\x22'+_0x39c09c[_0x2311eb(0x2bd)]+_0x2311eb(0x21d),_0x48a6ef[_0x2311eb(0x1fb)](_0x538b57,_0x47a60e);}}),_0x20e77a[_0x1ed1fc(0x247)](_0x52c486,_0x52629d[_0x1ed1fc(0x2a9)]);};return _0x20e77a[_0x1d7ee4(0x30f)](_0x52c486,_0x200f24),_0x48a6ef;}[a71_0x15adaf(0x2cb)](_0x377f5a){const _0x2cd615=a71_0x15adaf,_0x54d188={};_0x54d188['MyGJa']=_0x2cd615(0x2d4),_0x54d188[_0x2cd615(0x1c3)]='[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}';const _0x4eeaf1=_0x54d188;try{const _0x2b5a72=this[_0x2cd615(0x1d7)](_0x377f5a);return _0x2b5a72&&_0x2b5a72[_0x2cd615(0x2fa)](_0x4eeaf1['MyGJa']);}catch(_0x206262){logger[_0x2cd615(0x297)](_0x4eeaf1['bmpLf']);}return![];}[a71_0x15adaf(0x1d7)](_0x133bbc){const _0x31b641=a71_0x15adaf;if(_0x133bbc[_0x31b641(0x346)])try{const _0x5d7c5d=stackTrace[_0x31b641(0x225)](_0x133bbc[_0x31b641(0x346)]);return _0x5d7c5d[0x0]?_0x5d7c5d[0x0][_0x31b641(0x345)]():null;}catch(_0x374af1){logger['debug'](_0x31b641(0x2aa)+util[_0x31b641(0x328)](_0x374af1));}if(_0x133bbc[_0x31b641(0x2b5)])return _0x133bbc[_0x31b641(0x2b5)];return null;}}module[a71_0x15adaf(0x1ec)]=JestTestFramework;
1
+ const a71_0x481087=a71_0x4644;function a71_0x5a5e(){const _0x16139a=['name',',\x20testFramework=','match','test_run_id','getActiveHook','getTestFrameworks','15ilPQjm','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20',',\x20testId=','stringify','Zqpcy','getJestTestName',',\x20messageLength=','\x20attachments','file_name','substring','instance','keys','\x20&\x20hookState=','KEY_TEST_FRAMEWORK_VERSION','oROzx','hookType','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','maxArrayLength','test',',\x20payload:\x20','passed','KEY_HOOK_FAILURE_REASON','CoAMn','location','map','7294912pnsheS','70LRNcjn','\x20(testIdentifier),\x20tags=','tekFg','GLcFY','set',',\x20currentTestId:\x20','qmyst','ROOT_DESCRIBE_BLOCK',',\x20filePath:\x20',',\x20error:\x20','trackEvent','sIDXT','workerInfo','zNHPZ','KEY_TEST_SCOPES','JxACR','debug','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','kdNeC','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','./testFramework','gAFqG','470102WBjNTR','hook_type','exports','../state/testFrameworkState.js','KEY_TEST_FAILURE_REASON',',\x20response=','\x20-\x20test_identifier=','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','LjzBP','event_ended_at','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','TEST','KEY_HOOK_LAST_FINISHED','\x20files','689751ZyMSoJ','testFrameworkName','KEY_TEST_STARTED_AT','failure_reason','has',',\x20hooksListLength=','LOG_REPORT','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','trackJestInstance','RRyOd','delete','KEY_EVENT_ENDED_AT','GoIKZ','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','test_run_uuid',',\x20scope:\x20','getRootParentFile',',\x20hookUUID=','file','getTestFrameworksVersions','toString','KEY_HOOK_FAILURE_TYPE','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','aPvCI',',\x20failureReason=',',\x20contextId=','hook_result','../grpcClient','status','4447340rjEovU','getRef','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','testId','trackHookEvent','Processing\x20','LmGiy','KEY_TEST_CODE','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','POST','qoffE','CUEbN','scope','createContext',',\x20state=','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','UnhandledError','buildHookMapFromTest','testData','aMFMS','eLdPP','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','missing',',\x20consoleLogs:\x20','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','uuid','KEY_HOOK_LAST_STARTED','pop','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','unoin','jfhrY','flKzC','oDiGt','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','EyuML','KEY_LOGS','getPendingHooks','NONE','warn',',\x20attachmentLogs:\x20','KEY_TEST_RESULT','SXjqW','KEY_HOOK_NAME','HfmLb','getId','KEY_TEST_FILE_PATH','getCurrentHookState','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','getJestFailureType','test_identifier','WRHTh','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','parallelIndex',',\x20storing\x20as\x20pending\x20hook','hookData','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','KEY_TEST_RERUN_NAME','nXAKK','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','isArray','hook_run_uuid',',\x20remainingHooks=','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','bcnbe','includes','mapTestHooks',',\x20scopes=','\x20hook','\x20pending\x20hooks\x20for\x20testId:\x20','apply','getJestFailureData','zzYkH','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','createTestFrameworkEventPayload','getFileName','gQYuV','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','../cliUtils.js','../../../helpers/helper.js',',\x20hookState:\x20','hookState','liTFC','setActiveHook','8805511GtzaYJ',',\x20failureType=','DEFAULT_HOOK_RESULT','../instances/testFrameworkInstance.js','LLKYT','KEY_CUSTOM_TAGS','tMTwp','find','filePath','efmVh','parseJestTestResult','TEST_SCREENSHOT','903540iKIFzZ','hookUUID','tags','KEY_TEST_FAILURE_TYPE','removePendingHooks','error','resolveInstance','toISOString',',\x20testData=','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','TcboX','getAllData','MvghU','wdzrU','getJestFailureReason','KEY_TEST_RESULT_AT','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20${testFilePath},\x20scope:\x20${testScope}',',\x20hookId=','../state/hookState.js','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','parent','GxVDR','KEY_TEST_META','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','findIndex','addMultipleEntries','LpPvJ',',\x20screenshotLogs:\x20','scopes','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','KEY_TEST_NAME','splice','../instances/trackedInstance.js','get','pUzjd','parse','ABtSF','KEY_TEST_DURATION','foGlQ','aRQbG','GsqtT','dYWpE','type','args','klouf','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','base64','KEY_TEST_ID','IKUGJ','retryOf','WLEzn','KEY_TEST_LOCATION',',\x20argsKeys=','[JestTestFramework]\x20trackHookEvent:\x20SUCCESS\x20-\x20hookType=','KEY_TEST_LOGS','zriKk','KEY_HOOK_LOGS','KEY_TEST_TAGS','SkGEd','\x22\x20hook','isJestInternalHook','unknown','KEY_TEST_RETRY_OF','from','removeActiveHook','FVnCw','title','hiNks','BEFORE_ALL','ykDtD','finished_at',',\x20platformIndex:\x20','getHooksForTest','ALL',',\x20totalBatches:\x20','KEY_HOOKS_FINISHED','trackJestInstance:\x20instance\x20already\x20exists','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','getTrackedInstance','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=',',\x20totalHooks=','wYOVz',',\x20filePath=','push','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','getJestTestTags','KEY_HOOK_ID','slice','kXgGT',',\x20result=','result','storePendingHook',',\x20hookType=','UARAp',',\x20hookData=','swfkV','BWIAI','processPendingHooks','\x20for\x20testId:\x20','failed',',\x20updates=',',\x20hook=','getAllPendingHookTestIds','cuwpU','wLUGA','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','PVkIN','hook_id','kind','LIWkJ','originalTest','hooks','NEYgi','addPendingHook','length','runHooks','getCurrentTestState','KEY_TEST_SCOPE','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','\x20-\x20testId:\x20','ljwRv','RUVrV','getCurrentInstanceName','_ALL','split','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','seMNH','OruNf','TydDJ',',\x20exception=','eventJson','../../../helpers/test-observability/utils','7950QkpoGn','skipped','./constants/testFrameworkConstants.js','tkgGa','\x22\x20from\x20testData','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20${testId},\x20error:\x20${error}','parseJestTest','filter','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','KEY_AUTOMATE_SESSION_NAME','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=',',\x20duration=','started_at','beforeAll','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','skip','hookAnalyticsId','ZKpFQ','sendLogCreatedEvent','format','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','KEY_HOOK_FAILURE','PRE','qQLkn','pid','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','XqHHC','getJestTestIdentifier','tIudY','message','forEach','zOmuK','AssertionError','znqQB','getThreadId','QduqF','WjoNy','depth','FYNgd',',\x20test_run_uuid=','\x20logs\x20for\x20testId:\x20','getContext','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','getJestTestScopes','activeHooks','toUpperCase','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','JestTestFramework','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','setTrackedInstance','KEY_HOOK_RESULT','Unknown\x20error','endedAt','testUUID','duration',',\x20hook_run_uuid=','logCreatedEvent','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','platformIndex','util','KEY_HOOKS_STARTED','hookMetadata','ceil','asyncError','../../../helpers/classLogger.js','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=',',\x20hookState=','KEY_TEST_ENDED_AT','KWxjR',',\x20totalLogs:\x20','12HakNar',',\x20target=','Fickg','18fEtGjN','AgnKz','testFrameworkState','KEY_TEST_ATTACHMENTS','errorsDetailed','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','startedAt','KEY_TEST_UUID','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','KEY_EVENT_STARTED_AT','inspect','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20',',\x20logsInBatch:\x20'];a71_0x5a5e=function(){return _0x16139a;};return a71_0x5a5e();}(function(_0x4734cf,_0xb80857){const _0x31c02d=a71_0x4644,_0x32efba=_0x4734cf();while(!![]){try{const _0x148d8e=-parseInt(_0x31c02d(0x213))/0x1+parseInt(_0x31c02d(0x205))/0x2*(parseInt(_0x31c02d(0x1be))/0x3)+parseInt(_0x31c02d(0x28f))/0x4*(-parseInt(_0x31c02d(0x1d5))/0x5)+-parseInt(_0x31c02d(0x174))/0x6*(-parseInt(_0x31c02d(0x1ef))/0x7)+parseInt(_0x31c02d(0x1ee))/0x8+-parseInt(_0x31c02d(0x1c1))/0x9*(-parseInt(_0x31c02d(0x230))/0xa)+-parseInt(_0x31c02d(0x283))/0xb;if(_0x148d8e===_0xb80857)break;else _0x32efba['push'](_0x32efba['shift']());}catch(_0x5a7d6c){_0x32efba['push'](_0x32efba['shift']());}}}(a71_0x5a5e,0x8f47f));function a71_0x4644(_0x1d9871,_0x4c1a0b){const _0x5a5e25=a71_0x5a5e();return a71_0x4644=function(_0x46445d,_0x5a7b9e){_0x46445d=_0x46445d-0x116;let _0x52d1ba=_0x5a5e25[_0x46445d];return _0x52d1ba;},a71_0x4644(_0x1d9871,_0x4c1a0b);}const TestFramework=require(a71_0x481087(0x203)),TestFrameworkState=require(a71_0x481087(0x208)),HookState=require(a71_0x481087(0x2a1)),{createClassLogger}=require(a71_0x481087(0x1b8)),TestFrameworkInstance=require(a71_0x481087(0x286)),CLIUtils=require(a71_0x481087(0x27d)),TrackedInstance=require(a71_0x481087(0x2b0)),TestFrameworkConstants=require(a71_0x481087(0x176)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a71_0x481087(0x27e)),{isInternalHook}=require(a71_0x481087(0x173)),logger=createClassLogger(a71_0x481087(0x1a6)),{v4:uuidv4}=require(a71_0x481087(0x249)),util=require(a71_0x481087(0x1b3)),TestInfo=require('../TestInfo.js'),GrpcClient=require(a71_0x481087(0x22e)),stackTrace=require('stack-trace');class JestTestFramework extends TestFramework{constructor(_0x2c5eaa,_0x50fe0c,_0x197073){const _0x24b114=a71_0x481087;super(_0x2c5eaa,_0x50fe0c,_0x197073),this[_0x24b114(0x1a3)]=new Map();}[a71_0x481087(0x282)](_0x41ef45,_0x212b54,_0x505650){const _0x140f8c=a71_0x481087,_0x41747b={};_0x41747b['WjoNy']=function(_0x11d693,_0x551cc2){return _0x11d693||_0x551cc2;};const _0x322aa8=_0x41747b;if(_0x322aa8[_0x140f8c(0x19b)](!_0x41ef45,!_0x212b54)){logger[_0x140f8c(0x256)](_0x140f8c(0x25f)+_0x41ef45+_0x140f8c(0x224)+_0x212b54);return;}!this[_0x140f8c(0x1a3)][_0x140f8c(0x217)](_0x41ef45)&&this[_0x140f8c(0x1a3)][_0x140f8c(0x1f3)](_0x41ef45,[]);const _0x3197bf={'hookUUID':_0x212b54,'hookType':_0x505650,'startedAt':new Date()['toISOString']()};this['activeHooks'][_0x140f8c(0x2b1)](_0x41ef45)['push'](_0x3197bf),logger[_0x140f8c(0x1ff)](_0x140f8c(0x248)+_0x41ef45+_0x140f8c(0x224)+_0x212b54+_0x140f8c(0x14c)+_0x505650+_0x140f8c(0x140)+this[_0x140f8c(0x1a3)][_0x140f8c(0x2b1)](_0x41ef45)[_0x140f8c(0x162)]);}[a71_0x481087(0x130)](_0x5b5daa,_0x4dc984){const _0x1f5381=a71_0x481087,_0x8bb473={};_0x8bb473[_0x1f5381(0x281)]=function(_0x40ede2,_0x418479){return _0x40ede2||_0x418479;},_0x8bb473[_0x1f5381(0x244)]=function(_0x46bccd,_0x259233){return _0x46bccd!==_0x259233;},_0x8bb473[_0x1f5381(0x29b)]=function(_0x40fb7f,_0x40acf8){return _0x40fb7f===_0x40acf8;};const _0x537056=_0x8bb473;if(_0x537056[_0x1f5381(0x281)](!_0x5b5daa,!_0x4dc984)){logger['warn'](_0x1f5381(0x251)+_0x5b5daa+_0x1f5381(0x224)+_0x4dc984);return;}if(this[_0x1f5381(0x1a3)][_0x1f5381(0x217)](_0x5b5daa)){const _0x2a4d22=this[_0x1f5381(0x1a3)][_0x1f5381(0x2b1)](_0x5b5daa),_0x57b061=_0x2a4d22[_0x1f5381(0x2a8)](_0x5d986d=>_0x5d986d['hookUUID']===_0x4dc984);_0x537056['eLdPP'](_0x57b061,-0x1)?(_0x2a4d22[_0x1f5381(0x2af)](_0x57b061,0x1),logger['debug'](_0x1f5381(0x24c)+_0x5b5daa+_0x1f5381(0x224)+_0x4dc984+_0x1f5381(0x26d)+_0x2a4d22[_0x1f5381(0x162)]),_0x537056[_0x1f5381(0x29b)](_0x2a4d22[_0x1f5381(0x162)],0x0)&&this[_0x1f5381(0x1a3)][_0x1f5381(0x21d)](_0x5b5daa)):logger['debug'](_0x1f5381(0x26e)+_0x5b5daa+_0x1f5381(0x224)+_0x4dc984);}}[a71_0x481087(0x1d3)](_0x56fcbd){const _0x3516b2=a71_0x481087,_0x4af4bc={};_0x4af4bc[_0x3516b2(0x287)]=function(_0x138d78,_0x1ea532){return _0x138d78>_0x1ea532;},_0x4af4bc[_0x3516b2(0x24e)]=function(_0x588de5,_0x3c1fa9){return _0x588de5-_0x3c1fa9;};const _0x181e31=_0x4af4bc;if(!_0x56fcbd)return null;if(this['activeHooks'][_0x3516b2(0x217)](_0x56fcbd)){const _0x95ef18=this[_0x3516b2(0x1a3)][_0x3516b2(0x2b1)](_0x56fcbd);if(_0x181e31[_0x3516b2(0x287)](_0x95ef18[_0x3516b2(0x162)],0x0)){const _0x3b960e=_0x95ef18[_0x181e31['jfhrY'](_0x95ef18[_0x3516b2(0x162)],0x1)];return logger[_0x3516b2(0x1ff)](_0x3516b2(0x229)+_0x56fcbd+_0x3516b2(0x224)+_0x3b960e[_0x3516b2(0x290)]+_0x3516b2(0x14c)+_0x3b960e[_0x3516b2(0x1e4)]),_0x3b960e;}}return null;}async['trackEvent'](_0x2c3cf6,_0x4749ab,_0x938948={}){const _0x187894=a71_0x481087,_0x4a1488={};_0x4a1488[_0x187894(0x269)]=_0x187894(0x1ca),_0x4a1488[_0x187894(0x1bc)]=function(_0x30d51e,_0x4810c1){return _0x30d51e===_0x4810c1;},_0x4a1488['ABtSF']=function(_0x2e6850,_0x2e17c3){return _0x2e6850===_0x2e17c3;},_0x4a1488[_0x187894(0x135)]=function(_0xc2f2ef,_0xdf7052){return _0xc2f2ef||_0xdf7052;},_0x4a1488[_0x187894(0x158)]=_0x187894(0x26a),_0x4a1488[_0x187894(0x1c0)]=function(_0x1463ff,_0x199ae4){return _0x1463ff===_0x199ae4;};const _0x13fdfa=_0x4a1488;logger['debug'](_0x187894(0x166)+_0x2c3cf6+_0x187894(0x1ba)+_0x4749ab+_0x187894(0x124)+Object[_0x187894(0x1e0)](_0x938948)['join'](',')),await super[_0x187894(0x1f9)](_0x2c3cf6,_0x4749ab,_0x938948);const _0x7cb96b=this[_0x187894(0x295)](_0x2c3cf6,_0x4749ab,_0x938948);if(!_0x7cb96b){logger[_0x187894(0x1ff)](_0x13fdfa[_0x187894(0x269)]);return;}try{let _0x27258e,_0x1f3f7f,_0xfb7c71;switch(_0x2c3cf6){case TestFrameworkState[_0x187894(0x210)]:_0x27258e=_0x938948[_0x187894(0x1e7)];const _0x58e1d3={};_0x58e1d3[_0x187894(0x19c)]=0x2,_0x58e1d3[_0x187894(0x1e6)]=0x3,logger['debug'](_0x187894(0x1b9)+_0x4749ab+_0x187894(0x297)+util['inspect'](_0x27258e,_0x58e1d3)),_0xfb7c71=this[_0x187894(0x192)](_0x27258e),_0x1f3f7f=null,logger[_0x187894(0x1ff)](_0x187894(0x263)+_0xfb7c71+'\x20(testIdentifier)');if(_0x13fdfa[_0x187894(0x1bc)](_0x4749ab,HookState[_0x187894(0x18d)])){logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20'+_0xfb7c71);const _0x3c826a={};_0x3c826a[_0x187894(0x1ad)]=_0x1f3f7f,_0x3c826a['testData']=_0x27258e,_0x3c826a[_0x187894(0x233)]=_0xfb7c71;const _0x21e8b3=this['parseJestTest'](_0x3c826a),_0x35f442={};_0x35f442[_0x187894(0x19c)]=0x2,_0x35f442[_0x187894(0x1e6)]=0x3,logger[_0x187894(0x1ff)](_0x187894(0x190)+util[_0x187894(0x1cc)](_0x21e8b3,_0x35f442)),_0x7cb96b[_0x187894(0x2a9)](_0x21e8b3),logger[_0x187894(0x1ff)](_0x187894(0x27c)+_0xfb7c71),await this[_0x187894(0x151)](_0x7cb96b,_0xfb7c71);}else{if(_0x13fdfa[_0x187894(0x2b4)](_0x4749ab,HookState[_0x187894(0x239)])){logger['debug'](_0x187894(0x20f)+_0xfb7c71);const _0x32d3ae=_0x7cb96b['getAllData']()[_0x187894(0x2b1)](_0xfb7c71);logger[_0x187894(0x1ff)](_0x187894(0x202)+util['inspect'](Object[_0x187894(0x1e0)](_0x13fdfa[_0x187894(0x135)](_0x32d3ae,{}))));_0x32d3ae&&_0x32d3ae[TestFrameworkConstants[_0x187894(0x1c4)]]?logger[_0x187894(0x1ff)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20'+Object[_0x187894(0x1e0)](_0x32d3ae[TestFrameworkConstants[_0x187894(0x1c4)]])['length']+_0x187894(0x212)):logger[_0x187894(0x1ff)](_0x13fdfa[_0x187894(0x158)]);const _0x127cd5=_0x938948[_0x187894(0x15e)]||null,_0x53cce6={};_0x53cce6['testUUID']=_0x1f3f7f,_0x53cce6[_0x187894(0x242)]=_0x27258e,_0x53cce6[_0x187894(0x233)]=_0xfb7c71,_0x53cce6['originalTest']=_0x127cd5;const _0x3c2a1d=this['parseJestTestResult'](_0x53cce6),_0xbf4f32={};_0xbf4f32[_0x187894(0x19c)]=0x2,_0xbf4f32['maxArrayLength']=0x3,logger[_0x187894(0x1ff)](_0x187894(0x1e5)+util[_0x187894(0x1cc)](_0x3c2a1d,_0xbf4f32)),_0x7cb96b[_0x187894(0x2a9)](_0x3c2a1d),logger[_0x187894(0x1ff)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20'+_0xfb7c71),await this[_0x187894(0x151)](_0x7cb96b,_0xfb7c71);}}break;case TestFrameworkState[_0x187894(0x219)]:if(_0x13fdfa[_0x187894(0x1c0)](_0x4749ab,HookState[_0x187894(0x239)])){const _0x49b219={};_0x49b219[_0x187894(0x19c)]=0x2,logger[_0x187894(0x1ff)](_0x187894(0x1a1)+util[_0x187894(0x1cc)](_0x938948,_0x49b219)),await this[_0x187894(0x189)](_0x7cb96b,_0x2c3cf6,_0x938948);}break;default:if(CLIUtils['matchHookRegex'](_0x2c3cf6['toString']()[_0x187894(0x16c)]('.')[0x1])){const _0x471822={};_0x471822['depth']=0x2,_0x471822['maxArrayLength']=0x3,logger[_0x187894(0x1ff)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState='+_0x2c3cf6+_0x187894(0x1ba)+_0x4749ab+_0x187894(0x14e)+util[_0x187894(0x1cc)](_0x938948[_0x187894(0x266)],_0x471822));const _0x5d8ea1=await this[_0x187894(0x234)](_0x7cb96b,_0x2c3cf6,_0x4749ab,_0x938948),_0x15eb21={};_0x15eb21['depth']=0x2,_0x15eb21[_0x187894(0x1e6)]=0x3,logger[_0x187894(0x1ff)](_0x187894(0x2a2)+util['inspect'](_0x5d8ea1,_0x15eb21)),_0x7cb96b[_0x187894(0x2a9)](_0x5d8ea1);}else logger[_0x187894(0x1ff)]('[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState='+_0x2c3cf6+_0x187894(0x1e1)+_0x4749ab);break;}logger[_0x187894(0x1ff)](_0x187894(0x1a8)+_0x2c3cf6+_0x187894(0x1ba)+_0x4749ab);}catch(_0x1ba640){logger[_0x187894(0x294)](_0x187894(0x18b)+_0x2c3cf6+_0x187894(0x1ba)+_0x4749ab+_0x187894(0x171)+util[_0x187894(0x18a)](_0x1ba640));}_0x938948[_0x187894(0x1df)]=_0x7cb96b,await this[_0x187894(0x163)](_0x7cb96b,_0x2c3cf6,_0x4749ab,_0x938948);}['getJestTestIdentifier'](_0x2aca7a){const _0x3e7b90=a71_0x481087,_0x243523={};_0x243523[_0x3e7b90(0x170)]=_0x3e7b90(0x1a7);const _0x52c967=_0x243523;if(_0x2aca7a&&(_0x2aca7a['id']||_0x2aca7a['uuid'])){const _0x4b1012=_0x2aca7a['id']||_0x2aca7a[_0x3e7b90(0x249)];return logger[_0x3e7b90(0x1ff)]('[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22'+_0x4b1012+_0x3e7b90(0x178)),_0x4b1012;}return logger['debug'](_0x52c967[_0x3e7b90(0x170)]),process[_0x3e7b90(0x18f)]+':testAnalyticsId';}[a71_0x481087(0x295)](_0x350999,_0x461158,_0x5ec813={}){const _0x33f018=a71_0x481087;let _0x56d701=null;return _0x56d701=TestFramework[_0x33f018(0x13e)](),!_0x56d701?(logger[_0x33f018(0x1ff)](_0x33f018(0x181)+_0x350999),this[_0x33f018(0x21b)](_0x350999,_0x5ec813),_0x56d701=TestFramework[_0x33f018(0x13e)](),logger['debug'](_0x33f018(0x17d)+!!_0x56d701+_0x33f018(0x22c)+_0x56d701?.[_0x33f018(0x1a0)]()?.[_0x33f018(0x25c)]())):logger['debug'](_0x33f018(0x13f)+_0x56d701['getContext']()?.[_0x33f018(0x25c)]()),_0x56d701;}[a71_0x481087(0x21b)](_0x178457,_0x160f8f){const _0x1306ba=a71_0x481087,_0x27e45a={};_0x27e45a[_0x1306ba(0x236)]=_0x1306ba(0x13c);const _0x56721e=_0x27e45a;if(TestFramework[_0x1306ba(0x13e)]()){logger[_0x1306ba(0x1ff)](_0x56721e[_0x1306ba(0x236)]);return;}const _0x22d2a0=CLIUtils[_0x1306ba(0x16a)](),_0x545f87=TrackedInstance[_0x1306ba(0x23d)](_0x22d2a0);let _0x198b84=null;logger['debug']('trackJestInstance:\x20created\x20instance\x20for\x20target='+_0x22d2a0+_0x1306ba(0x23e)+_0x178457),_0x198b84=new TestFrameworkInstance(_0x545f87,this[_0x1306ba(0x1d4)](),this[_0x1306ba(0x226)](),_0x178457,HookState[_0x1306ba(0x255)]),TestFramework[_0x1306ba(0x1a9)](_0x545f87,_0x198b84),logger['debug'](_0x1306ba(0x200)+_0x545f87[_0x1306ba(0x25c)]()+_0x1306ba(0x1bf)+_0x22d2a0+_0x1306ba(0x1d0)+this[_0x1306ba(0x1d4)]()[0x0]+',\x20version='+this[_0x1306ba(0x226)]()[this[_0x1306ba(0x1d4)]()[0x0]]);}[a71_0x481087(0x17b)](_0x381e56){const _0x5cbe38=a71_0x481087,_0x96b45a={};_0x96b45a[_0x5cbe38(0x1fe)]=function(_0x4723fd,_0x44037f){return _0x4723fd||_0x44037f;},_0x96b45a[_0x5cbe38(0x117)]=_0x5cbe38(0x1b1);const _0x3c8f11=_0x96b45a,{testUUID:_0x2ec840,testData:_0x28a0e4,testId:_0x19a43a}=_0x381e56;if(_0x3c8f11[_0x5cbe38(0x1fe)](!_0x28a0e4,!_0x19a43a))return logger[_0x5cbe38(0x1ff)](_0x3c8f11[_0x5cbe38(0x117)]),{};const _0x3a0c7c=this[_0x5cbe38(0x1d4)]()[0x0],_0x35f2b2=this[_0x5cbe38(0x226)](),_0x1e130f={};_0x1e130f[_0x5cbe38(0x19c)]=0x2,_0x1e130f[_0x5cbe38(0x1e6)]=0x3,logger[_0x5cbe38(0x1ff)](_0x5cbe38(0x11d)+util['inspect'](_0x28a0e4,_0x1e130f));const _0x59dde0=_0x28a0e4?.['scopes']||[],_0x126f0c=this[_0x5cbe38(0x1da)](_0x28a0e4),_0x458a00=this['getJestTestFilePath'](_0x28a0e4),_0x4ff5b0=_0x28a0e4['fn']?_0x28a0e4['fn'][_0x5cbe38(0x227)]():null,_0xff34bd=this[_0x5cbe38(0x145)](_0x28a0e4),_0x32f21c={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x3a0c7c,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x35f2b2[_0x3a0c7c],[TestFrameworkConstants[_0x5cbe38(0x126)]]:[],[TestFrameworkConstants[_0x5cbe38(0x13b)]]:{},[TestFrameworkConstants[_0x5cbe38(0x1b4)]]:{},[TestFrameworkConstants[_0x5cbe38(0x258)]]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants[_0x5cbe38(0x17f)]]:_0x126f0c,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x458a00,[TestFrameworkConstants[_0x5cbe38(0x11f)]]:_0x19a43a,[TestFrameworkConstants[_0x5cbe38(0x2ae)]]:_0x126f0c,[TestFrameworkConstants[_0x5cbe38(0x123)]]:_0x458a00,[TestFrameworkConstants[_0x5cbe38(0x237)]]:_0x4ff5b0,[TestFrameworkConstants[_0x5cbe38(0x129)]]:_0xff34bd,[TestFrameworkConstants[_0x5cbe38(0x215)]]:_0x28a0e4['started_at']||new Date()[_0x5cbe38(0x296)](),[TestFrameworkConstants[_0x5cbe38(0x165)]]:_0x59dde0[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x59dde0,[TestFrameworkConstants[_0x5cbe38(0x268)]]:_0x126f0c,[TestFrameworkConstants[_0x5cbe38(0x288)]]:{},[TestFrameworkConstants[_0x5cbe38(0x2a5)]]:{}};_0x28a0e4['retryOf']&&(_0x32f21c[TestFrameworkConstants[_0x5cbe38(0x12e)]]=_0x28a0e4['retryOf']);logger[_0x5cbe38(0x1ff)](_0x5cbe38(0x245)+_0x126f0c+_0x5cbe38(0x1d7)+_0x19a43a+_0x5cbe38(0x1f0)+JSON[_0x5cbe38(0x1d8)](_0xff34bd)+_0x5cbe38(0x272)+util[_0x5cbe38(0x1cc)](_0x59dde0)+_0x5cbe38(0x142)+_0x458a00);const _0x5d82d1={};return _0x5d82d1[_0x19a43a]=_0x32f21c,_0x5d82d1;}[a71_0x481087(0x28d)](_0x377fe4){const _0x27964d=a71_0x481087,_0x4ea8e2={'aPvCI':function(_0x3c1059,_0xe5723){return _0x3c1059===_0xe5723;},'zriKk':'afterAll','zNHPZ':function(_0x3af01c,_0x553269){return _0x3af01c===_0x553269;},'dYWpE':_0x27964d(0x184),'qoffE':_0x27964d(0x139),'hiNks':_0x27964d(0x16b),'PVkIN':function(_0x1084f4,_0x107145){return _0x1084f4||_0x107145;},'kmLkk':'No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','SXjqW':function(_0xa9d29a,_0x945d0f){return _0xa9d29a||_0x945d0f;},'nJIlt':_0x27964d(0x12d),'WLEzn':function(_0x9b5b35,_0x3007ec){return _0x9b5b35>_0x3007ec;},'klouf':_0x27964d(0x153),'UARAp':function(_0x24e440,_0x2a4edb){return _0x24e440===_0x2a4edb;},'FYNgd':_0x27964d(0x186),'LjzBP':function(_0x2544c8,_0x54c5fe){return _0x2544c8===_0x54c5fe;},'swfkV':_0x27964d(0x175),'gAFqG':_0x27964d(0x1e9),'QduqF':function(_0x32bb34,_0x560a35){return _0x32bb34===_0x560a35;},'znqQB':function(_0x4387cd,_0x352c1d){return _0x4387cd!==_0x352c1d;},'LIWkJ':function(_0x12916a,_0x4ca289,_0x11009f,_0x3e5f17){return _0x12916a(_0x4ca289,_0x11009f,_0x3e5f17);},'XqHHC':function(_0x3fe3d1,_0x59b6eb){return _0x3fe3d1>_0x59b6eb;},'TcboX':'[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','ZKpFQ':function(_0x2055fb,_0x242a67){return _0x2055fb===_0x242a67;}},{testUUID:_0xc9970d,testData:_0x250caa,testId:_0x38199e}=_0x377fe4;if(_0x4ea8e2[_0x27964d(0x15a)](!_0x250caa,!_0x38199e))return logger[_0x27964d(0x1ff)](_0x4ea8e2['kmLkk']),{};const _0x2ab3b7=this[_0x27964d(0x295)](TestFrameworkState[_0x27964d(0x210)],HookState[_0x27964d(0x239)]),_0x4df9cd=_0x2ab3b7[_0x27964d(0x29a)]()[_0x27964d(0x2b1)](_0x38199e),_0x57cf27=_0x4ea8e2[_0x27964d(0x259)](_0x4df9cd,{}),_0x2e9a91=_0x57cf27?_0x57cf27[TestFrameworkConstants[_0x27964d(0x288)]]||{}:{},_0x26b589=_0x57cf27[TestFrameworkConstants[_0x27964d(0x1c4)]];logger[_0x27964d(0x1ff)](_0x27964d(0x278)+(_0x26b589?Object[_0x27964d(0x1e0)](_0x26b589)['length']:0x0)+_0x27964d(0x1dc));let _0x462b9e=_0x4ea8e2['nJIlt'];if(_0x250caa[_0x27964d(0x14a)])_0x462b9e=_0x250caa[_0x27964d(0x14a)];else{if(_0x250caa['errorsDetailed']&&_0x4ea8e2[_0x27964d(0x122)](_0x250caa['errorsDetailed']['length'],0x0))_0x462b9e=_0x4ea8e2[_0x27964d(0x11c)];else _0x4ea8e2[_0x27964d(0x14d)](_0x250caa[_0x27964d(0x22f)],_0x4ea8e2[_0x27964d(0x19d)])||_0x4ea8e2[_0x27964d(0x20d)](_0x250caa['status'],_0x4ea8e2[_0x27964d(0x14f)])?_0x462b9e=_0x4ea8e2[_0x27964d(0x14f)]:_0x462b9e=_0x4ea8e2[_0x27964d(0x204)];}const _0xfd52ec={..._0x57cf27,[TestFrameworkConstants[_0x27964d(0x258)]]:_0x462b9e,[TestFrameworkConstants[_0x27964d(0x1bb)]]:_0x250caa[_0x27964d(0x136)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x27964d(0x29e)]]:new Date()[_0x27964d(0x296)](),[TestFrameworkConstants[_0x27964d(0x288)]]:_0x2e9a91,[TestFrameworkConstants[_0x27964d(0x253)]]:[],[TestFrameworkConstants[_0x27964d(0x2a5)]]:{}};if(_0x4ea8e2[_0x27964d(0x19a)](_0x462b9e,_0x4ea8e2[_0x27964d(0x11c)])&&_0x250caa['errorsDetailed']){const _0x3e6377=this[_0x27964d(0x29d)](_0x250caa),_0x352124=this[_0x27964d(0x260)](_0x250caa),_0xcb49df=this[_0x27964d(0x276)](_0x250caa);_0xfd52ec[TestFrameworkConstants[_0x27964d(0x292)]]=_0x352124,_0xfd52ec[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x3e6377,_0xfd52ec[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0xcb49df;}_0x4ea8e2[_0x27964d(0x198)](_0x250caa[_0x27964d(0x1ae)],undefined)&&(_0xfd52ec[TestFrameworkConstants[_0x27964d(0x2b5)]]=_0x250caa['duration']);_0x250caa[_0x27964d(0x121)]&&(_0xfd52ec[TestFrameworkConstants[_0x27964d(0x12e)]]=_0x250caa['retryOf']);const _0x41b37f=_0x4df9cd?_0x4df9cd[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{}:{},_0x5b5771=_0x4df9cd?_0x4df9cd[TestFrameworkConstants[_0x27964d(0x1c8)]]:_0xc9970d,_0x3b4093=_0x4ea8e2[_0x27964d(0x15d)](getManualUploadLogs,_0x41b37f,_0x5b5771,_0x38199e);if(_0x4ea8e2[_0x27964d(0x191)](_0x3b4093[_0x27964d(0x162)],0x0)){const _0x38249d=_0xfd52ec[TestFrameworkConstants[_0x27964d(0x253)]]||[];_0xfd52ec[TestFrameworkConstants[_0x27964d(0x253)]]=[..._0x38249d,..._0x3b4093];}const _0x1374f4=_0x57cf27[TestFrameworkConstants[_0x27964d(0x13b)]]||{},_0x43ecaf=_0x57cf27[TestFrameworkConstants['KEY_HOOKS_STARTED']]||{},_0x3484ff={..._0x1374f4},_0x561a68=_0x3484ff;Object[_0x27964d(0x1e0)](_0x43ecaf)[_0x27964d(0x195)](_0x62ee68=>{const _0x4d5f28=_0x27964d;!_0x561a68[_0x62ee68]&&(_0x561a68[_0x62ee68]=[]);const _0x5ed162=new Set((_0x561a68[_0x62ee68]||[])[_0x4d5f28(0x1ed)](_0x557a84=>_0x557a84[TestFrameworkConstants[_0x4d5f28(0x146)]]||_0x557a84['hook_id']));(_0x43ecaf[_0x62ee68]||[])[_0x4d5f28(0x195)](_0x2b7d10=>{const _0x3d1631=_0x4d5f28,_0xc79c21=_0x2b7d10[TestFrameworkConstants['KEY_HOOK_ID']]||_0x2b7d10['hook_id'];if(!_0x5ed162[_0x3d1631(0x217)](_0xc79c21)){const _0x243d41={..._0x2b7d10},_0x45e54c=_0x243d41;!_0x45e54c[TestFrameworkConstants[_0x3d1631(0x21e)]]&&!_0x45e54c[_0x3d1631(0x20e)]&&(_0x45e54c[TestFrameworkConstants[_0x3d1631(0x21e)]]=new Date()[_0x3d1631(0x296)]()),!_0x45e54c[TestFrameworkConstants[_0x3d1631(0x1aa)]]&&!_0x45e54c[_0x3d1631(0x22d)]&&(_0x45e54c[TestFrameworkConstants['KEY_HOOK_RESULT']]=TestFrameworkConstants[_0x3d1631(0x285)]),_0x561a68[_0x62ee68][_0x3d1631(0x143)](_0x45e54c);}});});if(_0x377fe4[_0x27964d(0x15e)]){this['mapTestHooks'](_0x377fe4[_0x27964d(0x15e)]);const _0x4e4c2c=this[_0x27964d(0x241)](_0x377fe4[_0x27964d(0x15e)]),_0x27ea44=this['getHooksForTest'](_0x377fe4[_0x27964d(0x15e)]);_0x27ea44['forEach'](_0x4537f1=>{const _0x5ad53d=_0x27964d,_0x1f4c67=_0x4e4c2c['get'](_0x4537f1);if(_0x1f4c67&&(_0x4ea8e2[_0x5ad53d(0x22a)](_0x1f4c67[_0x5ad53d(0x11a)],_0x4ea8e2[_0x5ad53d(0x127)])||_0x4ea8e2[_0x5ad53d(0x1fc)](_0x1f4c67[_0x5ad53d(0x11a)],_0x4ea8e2[_0x5ad53d(0x119)]))){const _0x59c2fe=_0x1f4c67[_0x5ad53d(0x11a)][_0x5ad53d(0x1a4)]()['replace'](_0x4ea8e2[_0x5ad53d(0x23a)],_0x4ea8e2[_0x5ad53d(0x133)]),_0x354fc4=_0x59c2fe;!_0x561a68[_0x354fc4]&&(_0x561a68[_0x354fc4]=[]);const _0x36e36e=_0x561a68[_0x354fc4][_0x5ad53d(0x28a)](_0x5cf125=>(_0x5cf125[TestFrameworkConstants[_0x5ad53d(0x146)]]||_0x5cf125[_0x5ad53d(0x15b)])===_0x4537f1);!_0x36e36e&&_0x561a68[_0x354fc4][_0x5ad53d(0x143)]({'key':_0x354fc4,[TestFrameworkConstants[_0x5ad53d(0x146)]]:_0x4537f1,[TestFrameworkConstants[_0x5ad53d(0x1aa)]]:TestFrameworkConstants[_0x5ad53d(0x285)],[TestFrameworkConstants[_0x5ad53d(0x1cb)]]:new Date()[_0x5ad53d(0x296)](),[TestFrameworkConstants[_0x5ad53d(0x21e)]]:new Date()[_0x5ad53d(0x296)](),[TestFrameworkConstants[_0x5ad53d(0x128)]]:[],[TestFrameworkConstants[_0x5ad53d(0x25a)]]:_0x1f4c67[_0x5ad53d(0x1cf)]||_0x1f4c67[_0x5ad53d(0x11a)]+_0x5ad53d(0x273),[TestFrameworkConstants[_0x5ad53d(0x288)]]:_0x2e9a91});}});}if(_0x250caa['hooks']&&_0x4ea8e2[_0x27964d(0x191)](_0x250caa['hooks'][_0x27964d(0x162)],0x0))_0xfd52ec[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x250caa[_0x27964d(0x15f)],logger[_0x27964d(0x1ff)](_0x4ea8e2[_0x27964d(0x299)]);else _0x4ea8e2[_0x27964d(0x122)](Object[_0x27964d(0x1e0)](_0x561a68)[_0x27964d(0x162)],0x0)&&(_0xfd52ec[TestFrameworkConstants[_0x27964d(0x13b)]]=_0x561a68,logger['debug'](_0x27964d(0x298)+Object[_0x27964d(0x1e0)](_0x561a68)['join'](',')));const _0x3e91e9=this[_0x27964d(0x1da)](_0x250caa);logger[_0x27964d(0x1ff)](_0x27964d(0x23f)+_0x3e91e9+_0x27964d(0x1d7)+_0x38199e+'\x20(testIdentifier),\x20result='+_0x462b9e+_0x27964d(0x182)+_0x250caa[_0x27964d(0x1ae)]);_0x4ea8e2[_0x27964d(0x188)](_0x462b9e,_0x4ea8e2[_0x27964d(0x11c)])&&logger[_0x27964d(0x1ff)]('[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId='+_0x38199e+_0x27964d(0x284)+_0xfd52ec[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]+_0x27964d(0x22b)+_0xfd52ec[TestFrameworkConstants[_0x27964d(0x209)]]?.[_0x27964d(0x1de)](0x0,0xc8));const _0x238577={};return _0x238577[_0x38199e]=_0xfd52ec,_0x238577;}[a71_0x481087(0x1a2)](_0x88eac3){const _0x577e3a=a71_0x481087,_0x43a366={};_0x43a366[_0x577e3a(0x160)]=function(_0x56d045,_0x292355){return _0x56d045!==_0x292355;},_0x43a366['OruNf']=_0x577e3a(0x1f6);const _0x5b3949=_0x43a366,_0x51a426={};_0x51a426[_0x577e3a(0x19c)]=0x2,_0x51a426[_0x577e3a(0x1e6)]=0x3,logger['debug']('[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20'+util[_0x577e3a(0x1cc)](_0x88eac3,_0x51a426));const _0x3e8066=[];if(_0x88eac3&&_0x88eac3[_0x577e3a(0x2a3)]){let _0x415686=_0x88eac3[_0x577e3a(0x2a3)];while(_0x415686&&_0x415686[_0x577e3a(0x1cf)]&&_0x5b3949[_0x577e3a(0x160)](_0x415686[_0x577e3a(0x1cf)],'')&&_0x5b3949[_0x577e3a(0x160)](_0x415686[_0x577e3a(0x1cf)],_0x5b3949[_0x577e3a(0x16f)])){_0x3e8066[_0x577e3a(0x143)](_0x415686['name']),_0x415686=_0x415686[_0x577e3a(0x2a3)];}}return _0x3e8066['reverse']();}[a71_0x481087(0x1da)](_0x23e1cd){const _0x3658d7=a71_0x481087,_0x42487b={};_0x42487b[_0x3658d7(0x21c)]='Unknown\x20Test';const _0x6e4a09=_0x42487b;if(_0x23e1cd['name'])return _0x23e1cd[_0x3658d7(0x1cf)];if(_0x23e1cd[_0x3658d7(0x132)])return _0x23e1cd[_0x3658d7(0x132)];return _0x6e4a09[_0x3658d7(0x21c)];}[a71_0x481087(0x145)](_0x325d54){const _0x8dce9c=a71_0x481087,_0x43fda3=[];if(_0x325d54[_0x8dce9c(0x291)]&&Array['isArray'](_0x325d54[_0x8dce9c(0x291)]))return _0x325d54[_0x8dce9c(0x291)]['map'](_0x5d4552=>_0x5d4552['startsWith']('@')?_0x5d4552['substr'](0x1):_0x5d4552);const _0xf64795=this[_0x8dce9c(0x1da)](_0x325d54),_0x20ba8b=_0xf64795[_0x8dce9c(0x1d1)](/@(\w+)/g);if(_0x20ba8b)return _0x20ba8b['map'](_0x36b8ee=>_0x36b8ee[_0x8dce9c(0x147)](0x1));return _0x325d54[_0x8dce9c(0x2ac)]&&Array[_0x8dce9c(0x26b)](_0x325d54['scopes'])&&_0x325d54[_0x8dce9c(0x2ac)][_0x8dce9c(0x195)](_0x704b54=>{const _0x10fc76=_0x8dce9c,_0x3b05f0=_0x704b54[_0x10fc76(0x1d1)](/@(\w+)/g);_0x3b05f0&&_0x3b05f0[_0x10fc76(0x195)](_0x4c683d=>{const _0x32effe=_0x10fc76,_0x14e064=_0x4c683d[_0x32effe(0x147)](0x1);!_0x43fda3[_0x32effe(0x270)](_0x14e064)&&_0x43fda3[_0x32effe(0x143)](_0x14e064);});}),_0x43fda3;}['getJestTestFilePath'](_0x72c7fb){const _0x6f9a98=a71_0x481087,_0x106f57={'shJVu':function(_0x1b415b,_0x2823a5){return _0x1b415b(_0x2823a5);},'RUVrV':'stack-trace'};if(_0x72c7fb[_0x6f9a98(0x1dd)])return _0x72c7fb['file_name'];if(_0x72c7fb[_0x6f9a98(0x1b7)]){const _0x45ae4e=_0x106f57['shJVu'](require,_0x106f57[_0x6f9a98(0x169)]);try{const _0x3e4f19=_0x45ae4e[_0x6f9a98(0x2b3)](_0x72c7fb[_0x6f9a98(0x1b7)]);if(_0x3e4f19[0x0]&&_0x3e4f19[0x0][_0x6f9a98(0x27a)])return _0x3e4f19[0x0][_0x6f9a98(0x27a)]();}catch(_0x35b34a){logger[_0x6f9a98(0x1ff)](_0x6f9a98(0x2ad)+util[_0x6f9a98(0x18a)](_0x35b34a));}}return null;}[a71_0x481087(0x29d)](_0x390c31){const _0x25720b=a71_0x481087,_0x216823={};_0x216823['eYZov']=function(_0x505a8f,_0x39d960){return _0x505a8f>_0x39d960;},_0x216823[_0x25720b(0x196)]=_0x25720b(0x1ab);const _0x1707f3=_0x216823;if(_0x390c31[_0x25720b(0x1c5)]&&_0x1707f3['eYZov'](_0x390c31[_0x25720b(0x1c5)][_0x25720b(0x162)],0x0))return util[_0x25720b(0x1cc)](_0x390c31[_0x25720b(0x1c5)][0x0]);if(_0x390c31[_0x25720b(0x216)])return _0x390c31[_0x25720b(0x216)];return _0x1707f3[_0x25720b(0x196)];}[a71_0x481087(0x260)](_0x4f614b){const _0x57986a=a71_0x481087,_0x4b852f={};_0x4b852f[_0x57986a(0x252)]='Assert',_0x4b852f[_0x57986a(0x177)]=_0x57986a(0x197),_0x4b852f[_0x57986a(0x1d9)]=_0x57986a(0x240);const _0x3099d7=_0x4b852f,_0x10bab5=this[_0x57986a(0x29d)](_0x4f614b);if(_0x10bab5&&_0x10bab5[_0x57986a(0x270)](_0x3099d7[_0x57986a(0x252)]))return _0x3099d7[_0x57986a(0x177)];return _0x3099d7['Zqpcy'];}[a71_0x481087(0x276)](_0x3f5d21){const _0x2e9585=a71_0x481087,_0x2983c9={'GLcFY':function(_0x4b742e,_0x1af912){return _0x4b742e(_0x1af912);},'oROzx':_0x2e9585(0x173),'qmyst':function(_0x2e7c5d,_0x2ed908){return _0x2e7c5d!==_0x2ed908;},'SkGEd':_0x2e9585(0x1e7)},{failureData:_0x4c6f19}=_0x2983c9[_0x2e9585(0x1f2)](require,_0x2983c9[_0x2e9585(0x1e3)]),_0x301db0=[];return _0x2983c9[_0x2e9585(0x1f5)](_0x3f5d21[_0x2e9585(0x1c5)],undefined)&&_0x301db0['push'](_0x3f5d21[_0x2e9585(0x1c5)],_0x2983c9[_0x2e9585(0x12a)]),_0x4c6f19[_0x2e9585(0x275)](null,_0x301db0);}async['trackHookEvent'](_0x4a5bed,_0x3e8698,_0x80d46f,_0x328274){const _0x407300=a71_0x481087,_0x10163d={'rTsEK':'[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','wYOVz':function(_0x109c59){return _0x109c59();},'tMTwp':function(_0x47a72d,_0x40703c){return _0x47a72d in _0x40703c;},'IKUGJ':function(_0x5dc8a4,_0x466366){return _0x5dc8a4===_0x466366;},'pUzjd':function(_0x521553,_0x4258cb){return _0x521553===_0x4258cb;},'kdNeC':function(_0x2791df,_0x61f244){return _0x2791df>_0x61f244;},'GoIKZ':_0x407300(0x153),'GsqtT':_0x407300(0x1e9),'efmVh':function(_0x2a1fe2,_0x16d594){return _0x2a1fe2!==_0x16d594;}},{hookData:_0x3bbafb}=_0x328274,_0x54e95a=_0x80d46f[_0x407300(0x227)](),_0x491a33=_0x3e8698[_0x407300(0x227)](),_0x2984f2={};_0x2984f2[_0x407300(0x19c)]=0x2,_0x2984f2['maxArrayLength']=0x3,logger[_0x407300(0x1ff)](_0x407300(0x144)+_0x491a33+_0x407300(0x1ba)+_0x54e95a+_0x407300(0x14e)+util[_0x407300(0x1cc)](_0x3bbafb,_0x2984f2));if(!_0x3bbafb)return logger[_0x407300(0x1ff)](_0x10163d['rTsEK']),{};const _0x288c19=_0x3bbafb[_0x407300(0x249)]||_0x3bbafb['hookAnalyticsId']||_0x10163d[_0x407300(0x141)](uuidv4),_0xc4a24d=_0x3bbafb['test_run_id']||this[_0x407300(0x192)](_0x3bbafb),_0x15172e=_0x3e8698[_0x407300(0x227)]()[_0x407300(0x16c)]('.')[0x1],_0x1f6c7b=_0x4a5bed[_0x407300(0x29a)]()[_0x407300(0x2b1)](_0xc4a24d),_0x282466=_0x1f6c7b?_0x1f6c7b[TestFrameworkConstants[_0x407300(0x288)]]||{}:{};logger[_0x407300(0x1ff)]('[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId='+_0x288c19+_0x407300(0x1d7)+_0xc4a24d+'\x20(testIdentifier),\x20hookType='+_0x15172e+_0x407300(0x1ba)+_0x54e95a);if(!_0x1f6c7b)return logger[_0x407300(0x1ff)](_0x407300(0x1d6)+_0xc4a24d+_0x407300(0x265)),this[_0x407300(0x14b)](_0x4a5bed,_0xc4a24d,_0x3e8698,_0x80d46f,_0x328274),{};let _0x104ed4=_0x1f6c7b[TestFrameworkConstants[_0x407300(0x1b4)]];!_0x104ed4&&(_0x104ed4={});!_0x10163d[_0x407300(0x289)](_0x15172e,_0x104ed4)&&(_0x104ed4[_0x15172e]=[]);let _0x2961c7=_0x1f6c7b[TestFrameworkConstants[_0x407300(0x13b)]];!_0x2961c7&&(_0x2961c7={});!_0x10163d[_0x407300(0x289)](_0x15172e,_0x2961c7)&&(_0x2961c7[_0x15172e]=[]);const _0x224663={[TestFrameworkConstants[_0x407300(0x1b4)]]:_0x104ed4,[TestFrameworkConstants[_0x407300(0x13b)]]:_0x2961c7},_0x398c2d={};_0x398c2d[_0xc4a24d]=_0x224663;const _0x5803f8=_0x398c2d;if(_0x10163d[_0x407300(0x120)](_0x80d46f,HookState['PRE'])){const _0x46535a={'key':_0x15172e,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x288c19,[TestFrameworkConstants[_0x407300(0x1aa)]]:TestFrameworkConstants[_0x407300(0x285)],[TestFrameworkConstants[_0x407300(0x1cb)]]:_0x3bbafb[_0x407300(0x183)]||new Date()[_0x407300(0x296)](),[TestFrameworkConstants[_0x407300(0x128)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x3bbafb[_0x407300(0x1cf)]||_0x3bbafb['hook_type']||_0x15172e,[TestFrameworkConstants[_0x407300(0x288)]]:_0x282466};_0x104ed4[_0x15172e][_0x407300(0x143)](_0x46535a),_0x5803f8[_0xc4a24d][TestFrameworkConstants[_0x407300(0x24a)]]=_0x15172e;const _0x175884={};_0x175884['depth']=0x2,logger[_0x407300(0x1ff)](_0x407300(0x17e)+_0x15172e+_0x407300(0x2a0)+_0x288c19+',\x20testId='+_0xc4a24d+_0x407300(0x155)+util[_0x407300(0x1cc)](_0x46535a,_0x175884));}else{if(_0x10163d[_0x407300(0x2b2)](_0x80d46f,HookState[_0x407300(0x239)])){const _0x2e8b32=_0x3bbafb[_0x407300(0x14a)]||(_0x3bbafb[_0x407300(0x1c5)]&&_0x10163d[_0x407300(0x201)](_0x3bbafb[_0x407300(0x1c5)][_0x407300(0x162)],0x0)?_0x10163d[_0x407300(0x21f)]:_0x10163d[_0x407300(0x118)]),_0x2333b3=_0x104ed4[_0x15172e]||[];logger[_0x407300(0x1ff)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType='+_0x15172e+',\x20testId='+_0xc4a24d+',\x20result='+_0x2e8b32+_0x407300(0x218)+_0x2333b3[_0x407300(0x162)]);if(_0x10163d[_0x407300(0x201)](_0x2333b3[_0x407300(0x162)],0x0)){const _0xaca59e=_0x2333b3[_0x407300(0x24b)]();_0x10163d[_0x407300(0x120)](_0x2e8b32,_0x10163d[_0x407300(0x21f)])&&_0x3bbafb[_0x407300(0x1c5)]?(_0xaca59e[TestFrameworkConstants[_0x407300(0x228)]]=this[_0x407300(0x260)](_0x3bbafb),_0xaca59e[TestFrameworkConstants[_0x407300(0x1ea)]]=this[_0x407300(0x29d)](_0x3bbafb),_0xaca59e[TestFrameworkConstants[_0x407300(0x18c)]]=this[_0x407300(0x276)](_0x3bbafb),logger[_0x407300(0x1ff)](_0x407300(0x2a7)+_0x15172e+_0x407300(0x284)+_0xaca59e[TestFrameworkConstants[_0x407300(0x228)]]+',\x20failureReason='+_0xaca59e[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]?.[_0x407300(0x1de)](0x0,0xc8))):_0xaca59e[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x10163d[_0x407300(0x118)];_0x10163d[_0x407300(0x28c)](_0x2e8b32,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0xaca59e[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x2e8b32);_0xaca59e[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x3bbafb['finished_at']||new Date()[_0x407300(0x296)](),_0xaca59e[TestFrameworkConstants[_0x407300(0x288)]]=_0x282466;const _0x2b6863=_0xaca59e[TestFrameworkConstants[_0x407300(0x146)]];!_0x2961c7[_0x15172e]&&(_0x2961c7[_0x15172e]=[]);_0x2961c7[_0x15172e]['push'](_0xaca59e),_0x5803f8[_0xc4a24d][TestFrameworkConstants[_0x407300(0x211)]]=_0x15172e;const _0x484db7={};_0x484db7['depth']=0x2,logger[_0x407300(0x1ff)](_0x407300(0x16d)+_0x15172e+_0x407300(0x2a0)+_0x2b6863+_0x407300(0x149)+_0x2e8b32+_0x407300(0x155)+util['inspect'](_0xaca59e,_0x484db7));}}}const _0x5e1c28={};return _0x5e1c28['depth']=0x2,_0x5e1c28[_0x407300(0x1e6)]=0x3,logger[_0x407300(0x1ff)](_0x407300(0x125)+(_0x3bbafb[_0x407300(0x206)]||_0x15172e)+_0x407300(0x2a0)+_0x288c19+_0x407300(0x1d7)+_0xc4a24d+_0x407300(0x154)+util['inspect'](_0x5803f8,_0x5e1c28)),_0x5803f8;}[a71_0x481087(0x279)](_0x385bba){const _0x54dce=a71_0x481087,_0x81d924={};_0x81d924[_0x54dce(0x193)]=_0x54dce(0x11e);const _0x22955f=_0x81d924;try{const _0xee40c5=_0x385bba[_0x54dce(0x1e7)]?this[_0x54dce(0x192)](_0x385bba[_0x54dce(0x1e7)]):_0x385bba['hookData']['test_run_id'],_0x22e3a0=_0x385bba['instance'],_0x59cdbe=_0x22e3a0[_0x54dce(0x1a0)](),_0x3d93a1=_0x22e3a0[_0x54dce(0x29a)]()['get'](_0xee40c5);if(!_0x3d93a1)return logger[_0x54dce(0x1ff)](_0x54dce(0x13d)+_0xee40c5),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x1c35a3='',[TestFrameworkConstants[_0x54dce(0x1e2)]]:_0x1d4a7f='',[TestFrameworkConstants[_0x54dce(0x215)]]:_0x636266='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0xb8d4d5=''}=_0x3d93a1,_0x6a1db=_0x22e3a0[_0x54dce(0x164)]()[_0x54dce(0x227)]()[_0x54dce(0x16c)]('.')[0x1],_0x5917c4=_0x22e3a0[_0x54dce(0x25e)]()[_0x54dce(0x227)]()[_0x54dce(0x16c)]('.')[0x1],_0x5bad76=global?.['__workerDetails']?.['workerInfo']?.[_0x54dce(0x264)],_0x2d86e5=_0x22e3a0[_0x54dce(0x231)](),_0xbcc980=Buffer[_0x54dce(0x12f)](JSON[_0x54dce(0x1d8)](_0x3d93a1))['toString'](_0x22955f[_0x54dce(0x193)]),_0x43f8e2={'hash':_0x59cdbe['getId'](),'threadId':_0x59cdbe[_0x54dce(0x199)]()[_0x54dce(0x227)](),'processId':_0x59cdbe['getProcessId']()['toString']()},_0x2139f6={};_0x2139f6[_0x54dce(0x1b2)]=_0x5bad76,_0x2139f6[_0x54dce(0x214)]=_0x1c35a3,_0x2139f6['testFrameworkVersion']=_0x1d4a7f,_0x2139f6[_0x54dce(0x1c3)]=_0x6a1db,_0x2139f6[_0x54dce(0x280)]=_0x5917c4,_0x2139f6[_0x54dce(0x1c7)]=_0x636266,_0x2139f6[_0x54dce(0x1ac)]=_0xb8d4d5,_0x2139f6['uuid']=_0x2d86e5,_0x2139f6[_0x54dce(0x172)]=_0xbcc980,_0x2139f6['executionContext']=_0x43f8e2,_0x2139f6[_0x54dce(0x261)]=_0xee40c5;const _0x3d6461=_0x2139f6;return _0x3d6461;}catch(_0x10e4c6){return logger[_0x54dce(0x294)]('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util[_0x54dce(0x18a)](_0x10e4c6)),{};}}async['sendLogCreatedEvent'](_0x28c38e,_0x11976f,_0x39ecda){const _0x76f1ba=a71_0x481087,_0x53b59d={'CUEbN':function(_0x707a89,_0x4c4f92){return _0x707a89+_0x4c4f92;},'WRHTh':_0x76f1ba(0x246),'wdzrU':'none','zzYkH':function(_0x34333c,_0x2190e5){return _0x34333c>_0x2190e5;},'dXjmv':function(_0x572bac,_0x186ed9,_0x2ed0c8,_0x51f6b9){return _0x572bac(_0x186ed9,_0x2ed0c8,_0x51f6b9);},'CoAMn':function(_0x21affa,_0x203628){return _0x21affa-_0x203628;},'oDiGt':function(_0x346dd4,_0x4f6da5){return _0x346dd4===_0x4f6da5;},'HfmLb':function(_0x794fc3,_0x503b36){return _0x794fc3/_0x503b36;},'bcnbe':function(_0x33e303,_0x333a64){return _0x33e303<_0x333a64;},'aMFMS':function(_0x488823,_0x577a28){return _0x488823*_0x577a28;},'foGlQ':function(_0x169566,_0x420571){return _0x169566+_0x420571;},'qQLkn':function(_0x14cd8c,_0x306bdc){return _0x14cd8c+_0x306bdc;},'oHmzJ':function(_0x2d79c1,_0x60aad6){return _0x2d79c1+_0x60aad6;}};try{const _0x5242ed=_0x39ecda['testUUID']||_0x39ecda[_0x76f1ba(0x233)],_0x352d81=Array[_0x76f1ba(0x12f)](_0x28c38e['getAllData']()[_0x76f1ba(0x1e0)]()),_0x466371=_0x28c38e['getAllData']()['get'](_0x5242ed);if(!_0x466371){logger[_0x76f1ba(0x1ff)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x5242ed);return;}const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x5a654d='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x4f2585=''}=_0x466371;let _0x2e6daf=[];if(_0x466371&&_0x466371[TestFrameworkConstants[_0x76f1ba(0x253)]]&&Array[_0x76f1ba(0x26b)](_0x466371[TestFrameworkConstants['KEY_LOGS']])){_0x2e6daf=_0x466371[TestFrameworkConstants['KEY_LOGS']]||[],logger[_0x76f1ba(0x1ff)](_0x76f1ba(0x179)+_0x2e6daf[_0x76f1ba(0x162)]+_0x76f1ba(0x19f)+_0x5242ed);const _0x43a320={[TestFrameworkConstants[_0x76f1ba(0x253)]]:[]},_0x518ebf={};_0x518ebf[_0x5242ed]=_0x43a320,_0x28c38e[_0x76f1ba(0x2a9)](_0x518ebf),logger['debug'](_0x76f1ba(0x267)+_0x5242ed);}else logger[_0x76f1ba(0x1ff)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x5242ed);logger[_0x76f1ba(0x1ff)](_0x76f1ba(0x1a5)+_0x2e6daf['length']+_0x76f1ba(0x152)+_0x5242ed);const _0x408b37=_0x2e6daf[_0x76f1ba(0x17c)](_0x20f785=>_0x20f785[_0x76f1ba(0x15c)]===_0x76f1ba(0x28e));_0x53b59d[_0x76f1ba(0x277)](_0x408b37[_0x76f1ba(0x162)],0x0)&&(logger[_0x76f1ba(0x1ff)](_0x76f1ba(0x1c6)+_0x408b37['length']+'\x20screenshot\x20logs\x20for\x20testId:\x20'+_0x5242ed),_0x408b37[_0x76f1ba(0x195)]((_0x420283,_0x3f5cb4)=>{const _0x59450f=_0x76f1ba;logger[_0x59450f(0x1ff)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20'+_0x53b59d[_0x59450f(0x23b)](_0x3f5cb4,0x1)+'/'+_0x408b37[_0x59450f(0x162)]+_0x59450f(0x20b)+(_0x420283['test_identifier']||_0x53b59d['WRHTh'])+_0x59450f(0x19e)+(_0x420283[_0x59450f(0x221)]||_0x53b59d[_0x59450f(0x262)])+_0x59450f(0x1af)+(_0x420283[_0x59450f(0x26c)]||_0x53b59d[_0x59450f(0x29c)])+_0x59450f(0x1db)+(_0x420283[_0x59450f(0x194)]?.[_0x59450f(0x162)]||0x0));}));const _0x4322ad=_0x466371[TestFrameworkConstants[_0x76f1ba(0x1c4)]]||{},_0x26475f=_0x53b59d['dXjmv'](getMediaArtifactsLogs,_0x4322ad,null,_0x5242ed),_0x4ba17f=(_0x2e6daf||[])['concat'](_0x26475f||[]),_0x27bfd7=_0x408b37?.[_0x76f1ba(0x162)]||0x0,_0x499867=_0x53b59d[_0x76f1ba(0x1eb)](_0x2e6daf?.[_0x76f1ba(0x162)]||0x0,_0x27bfd7);logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20'+_0x5242ed+_0x76f1ba(0x247)+_0x499867+_0x76f1ba(0x2ab)+_0x27bfd7+_0x76f1ba(0x257)+(_0x26475f?.[_0x76f1ba(0x162)]||0x0)+_0x76f1ba(0x1bd)+_0x4ba17f[_0x76f1ba(0x162)]);if(!_0x4ba17f||_0x53b59d[_0x76f1ba(0x250)](_0x4ba17f['length'],0x0)){logger[_0x76f1ba(0x1ff)](_0x76f1ba(0x238)+_0x5242ed);return;}const _0xf0134f=0x28,_0x16fdd6=Math[_0x76f1ba(0x1b6)](_0x53b59d[_0x76f1ba(0x25b)](_0x4ba17f[_0x76f1ba(0x162)],_0xf0134f));for(let _0x4d5121=0x0;_0x53b59d[_0x76f1ba(0x26f)](_0x4d5121,_0x16fdd6);_0x4d5121++){const _0x578e9e=_0x53b59d[_0x76f1ba(0x243)](_0x4d5121,_0xf0134f),_0x5a2f8d=_0x53b59d[_0x76f1ba(0x116)](_0x578e9e,_0xf0134f),_0x2d8f38=_0x4ba17f[_0x76f1ba(0x147)](_0x578e9e,_0x5a2f8d),_0x4eda8a=global?.['__workerDetails']?.[_0x76f1ba(0x1fb)]?.[_0x76f1ba(0x264)]||0x0,_0x2ca175={'platformIndex':_0x4eda8a,'logs':_0x2d8f38,'testFrameworkName':_0x5a654d,'testFrameworkVersion':_0x4f2585,'testFrameworkState':_0x11976f[_0x76f1ba(0x227)]()['split']('.')[0x1]},_0x2454d5={};_0x2454d5['depth']=0x3,_0x2454d5['maxArrayLength']=0x5,logger[_0x76f1ba(0x1ff)](_0x76f1ba(0x159)+_0x53b59d[_0x76f1ba(0x18e)](_0x4d5121,0x1)+'/'+_0x16fdd6+_0x76f1ba(0x167)+_0x5242ed+_0x76f1ba(0x1ce)+_0x2d8f38[_0x76f1ba(0x162)]+_0x76f1ba(0x137)+_0x4eda8a+_0x76f1ba(0x1e8)+util[_0x76f1ba(0x1cc)](_0x2ca175,_0x2454d5));const _0x56cfe5=await GrpcClient['getInstance']()[_0x76f1ba(0x1b0)](_0x2ca175);logger[_0x76f1ba(0x1ff)](_0x76f1ba(0x159)+_0x53b59d['oHmzJ'](_0x4d5121,0x1)+'/'+_0x16fdd6+'\x20-\x20testId:\x20'+_0x5242ed+_0x76f1ba(0x20a)+util[_0x76f1ba(0x1cc)](_0x56cfe5));}if(_0x26475f&&_0x53b59d[_0x76f1ba(0x277)](_0x26475f[_0x76f1ba(0x162)],0x0)&&_0x466371[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]){const _0x145a28={[TestFrameworkConstants[_0x76f1ba(0x1c4)]]:{}},_0x300874={};_0x300874[_0x5242ed]=_0x145a28,_0x28c38e['addMultipleEntries'](_0x300874);}logger[_0x76f1ba(0x1ff)](_0x76f1ba(0x1cd)+_0x5242ed+_0x76f1ba(0x13a)+_0x16fdd6);}catch(_0xeb5b76){logger[_0x76f1ba(0x294)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20'+(_0x39ecda[_0x76f1ba(0x1ad)]||_0x39ecda[_0x76f1ba(0x233)])+',\x20error:\x20'+util['format'](_0xeb5b76));}}[a71_0x481087(0x14b)](_0x2f411f,_0x50d94d,_0x44b2b7,_0x373d06,_0x392360){const _0x2bf4b3=a71_0x481087,_0x375c86={};_0x375c86[_0x2bf4b3(0x2aa)]=function(_0x57dcad,_0x234e2a){return _0x57dcad===_0x234e2a;},_0x375c86[_0x2bf4b3(0x24d)]=_0x2bf4b3(0x184);const _0x36856b=_0x375c86,{hookData:_0x1f69f0}=_0x392360,_0x1ec96a={'testId':_0x50d94d,'testFrameworkState':_0x44b2b7,'hookState':_0x373d06,'args':_0x392360,'timestamp':new Date()[_0x2bf4b3(0x296)]()};if(_0x36856b[_0x2bf4b3(0x2aa)](_0x44b2b7,TestFrameworkState[_0x2bf4b3(0x134)])&&_0x1f69f0){const _0x342961={};_0x342961['filePath']=_0x1f69f0[_0x2bf4b3(0x1dd)]||_0x1f69f0[_0x2bf4b3(0x1ec)],_0x342961[_0x2bf4b3(0x23c)]=_0x1f69f0[_0x2bf4b3(0x23c)]||_0x1f69f0[_0x2bf4b3(0x2ac)]&&_0x1f69f0[_0x2bf4b3(0x2ac)][0x0]||'',_0x342961['hookType']=_0x36856b['unoin'],_0x1ec96a[_0x2bf4b3(0x1b5)]=_0x342961,logger['debug'](_0x2bf4b3(0x1c9)+_0x50d94d+_0x2bf4b3(0x1f7)+_0x1ec96a[_0x2bf4b3(0x1b5)][_0x2bf4b3(0x28b)]+_0x2bf4b3(0x222)+_0x1ec96a['hookMetadata'][_0x2bf4b3(0x23c)]);}_0x2f411f[_0x2bf4b3(0x161)](_0x50d94d,_0x1ec96a),logger[_0x2bf4b3(0x1ff)]('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x50d94d+',\x20state:\x20'+_0x44b2b7+_0x2bf4b3(0x27f)+_0x373d06);}async[a71_0x481087(0x151)](_0x4834e6,_0x8627ac){const _0x43f0c8=a71_0x481087,_0x5a98be={};_0x5a98be[_0x43f0c8(0x131)]=function(_0x42a0c3,_0x5bb0af){return _0x42a0c3>_0x5bb0af;},_0x5a98be['BWIAI']=_0x43f0c8(0x29f),_0x5a98be[_0x43f0c8(0x1c2)]=function(_0x561fc3,_0x34a910){return _0x561fc3===_0x34a910;},_0x5a98be[_0x43f0c8(0x27b)]=function(_0x1cdcfc,_0x112a9f){return _0x1cdcfc===_0x112a9f;},_0x5a98be['HoxKf']=function(_0x22c0f2,_0x4cb708){return _0x22c0f2===_0x4cb708;},_0x5a98be[_0x43f0c8(0x24f)]=_0x43f0c8(0x220),_0x5a98be[_0x43f0c8(0x16e)]=_0x43f0c8(0x17a);const _0x59f94d=_0x5a98be;if(_0x4834e6['hasPendingHooks'](_0x8627ac)){const _0x19e203=_0x4834e6[_0x43f0c8(0x254)](_0x8627ac);logger[_0x43f0c8(0x1ff)](_0x43f0c8(0x235)+_0x19e203[_0x43f0c8(0x162)]+_0x43f0c8(0x274)+_0x8627ac);for(const _0x4b463b of _0x19e203){try{const _0x245435=await this['trackHookEvent'](_0x4834e6,_0x4b463b['testFrameworkState'],_0x4b463b['hookState'],_0x4b463b[_0x43f0c8(0x11b)]);_0x245435&&_0x59f94d['FVnCw'](Object[_0x43f0c8(0x1e0)](_0x245435)['length'],0x0)&&_0x4834e6[_0x43f0c8(0x2a9)](_0x245435),await this['runHooks'](_0x4834e6,_0x4b463b[_0x43f0c8(0x1c3)],_0x4b463b['hookState'],_0x4b463b[_0x43f0c8(0x11b)]);}catch(_0x51689a){logger[_0x43f0c8(0x294)](_0x43f0c8(0x21a)+_0x8627ac+_0x43f0c8(0x1f8)+_0x51689a);}}_0x4834e6[_0x43f0c8(0x293)](_0x8627ac),logger[_0x43f0c8(0x1ff)]('Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20'+_0x8627ac);}const _0x4c8381=_0x4834e6[_0x43f0c8(0x29a)]()[_0x43f0c8(0x2b1)](_0x8627ac);if(_0x4c8381){const _0x771adb=_0x4c8381[TestFrameworkConstants[_0x43f0c8(0x25d)]]||_0x4c8381[TestFrameworkConstants[_0x43f0c8(0x123)]],_0x156372=_0x4c8381[TestFrameworkConstants['KEY_TEST_SCOPE']]||_0x4c8381[TestFrameworkConstants[_0x43f0c8(0x1fd)]]&&_0x4c8381[TestFrameworkConstants[_0x43f0c8(0x1fd)]][0x0]||'';logger[_0x43f0c8(0x1ff)](_0x59f94d[_0x43f0c8(0x150)]);const _0x19b83c=_0x4834e6[_0x43f0c8(0x156)]();for(const _0x565b4e of _0x19b83c){if(_0x59f94d[_0x43f0c8(0x1c2)](_0x565b4e,_0x8627ac))continue;if(_0x4834e6['hasPendingHooks'](_0x565b4e)){const _0x1a98a7=_0x4834e6[_0x43f0c8(0x254)](_0x565b4e);for(const _0xfbcf06 of _0x1a98a7){if(_0x59f94d[_0x43f0c8(0x1c2)](_0xfbcf06[_0x43f0c8(0x1c3)],TestFrameworkState[_0x43f0c8(0x134)])&&_0xfbcf06[_0x43f0c8(0x1b5)]){const _0x265086=_0xfbcf06[_0x43f0c8(0x1b5)]['filePath'],_0x4e96b5=_0xfbcf06[_0x43f0c8(0x1b5)][_0x43f0c8(0x23c)];if(_0x59f94d['AgnKz'](_0x265086,_0x771adb)&&_0x59f94d[_0x43f0c8(0x27b)](_0x4e96b5,_0x156372)){logger['debug'](_0x43f0c8(0x180)+_0x565b4e+_0x43f0c8(0x1f4)+_0x8627ac+',\x20filePath:\x20'+_0x265086+_0x43f0c8(0x222)+_0x4e96b5);_0xfbcf06[_0x43f0c8(0x11b)]&&_0xfbcf06[_0x43f0c8(0x11b)]['hookData']&&(_0xfbcf06[_0x43f0c8(0x11b)][_0x43f0c8(0x266)][_0x43f0c8(0x1d2)]=_0x8627ac,logger[_0x43f0c8(0x1ff)](_0x43f0c8(0x2a6)+_0x565b4e+'\x20to\x20'+_0x8627ac));try{const _0x58d8cb=await this[_0x43f0c8(0x234)](_0x4834e6,_0xfbcf06[_0x43f0c8(0x1c3)],_0xfbcf06[_0x43f0c8(0x280)],_0xfbcf06[_0x43f0c8(0x11b)]);_0x58d8cb&&_0x59f94d['FVnCw'](Object[_0x43f0c8(0x1e0)](_0x58d8cb)[_0x43f0c8(0x162)],0x0)&&_0x4834e6[_0x43f0c8(0x2a9)](_0x58d8cb);await this[_0x43f0c8(0x163)](_0x4834e6,_0xfbcf06[_0x43f0c8(0x1c3)],_0xfbcf06[_0x43f0c8(0x280)],_0xfbcf06['args']);const _0x177452=_0x4834e6[_0x43f0c8(0x254)](_0x565b4e)[_0x43f0c8(0x17c)](_0x8b2849=>_0x8b2849!==_0xfbcf06);if(_0x59f94d['HoxKf'](_0x177452[_0x43f0c8(0x162)],0x0))_0x4834e6[_0x43f0c8(0x293)](_0x565b4e);else{_0x4834e6[_0x43f0c8(0x293)](_0x565b4e);for(const _0x550f83 of _0x177452){_0x4834e6[_0x43f0c8(0x161)](_0x565b4e,_0x550f83);}}logger[_0x43f0c8(0x1ff)](_0x59f94d[_0x43f0c8(0x24f)]);}catch(_0x2c7576){logger['error'](_0x59f94d['seMNH']);}}}}}}}}['mapTestHooks'](_0x16087a){const _0x3d8362=a71_0x481087,_0xa0b576={'sIDXT':function(_0x4f78d1){return _0x4f78d1();}};if(!_0x16087a||!_0x16087a[_0x3d8362(0x2a3)])return;_0x16087a[_0x3d8362(0x2a3)][_0x3d8362(0x15f)]&&Array[_0x3d8362(0x26b)](_0x16087a['parent'][_0x3d8362(0x15f)])&&_0x16087a[_0x3d8362(0x2a3)]['hooks'][_0x3d8362(0x195)](_0x220d16=>{const _0x2bef44=_0x3d8362;!_0x220d16['hookAnalyticsId']&&!_0x220d16[_0x2bef44(0x290)]&&(_0x220d16[_0x2bef44(0x187)]=_0xa0b576[_0x2bef44(0x1fa)](uuidv4),_0x220d16[_0x2bef44(0x290)]=_0x220d16['hookAnalyticsId'],logger['debug'](_0x2bef44(0x20c)+_0x220d16['type']+_0x2bef44(0x224)+_0x220d16[_0x2bef44(0x187)]));}),this[_0x3d8362(0x271)](_0x16087a['parent']);}[a71_0x481087(0x138)](_0x5ca1f8){const _0x2b86b5=a71_0x481087,_0x4eef6c={'tekFg':function(_0x143929,_0x2bdc8c){return _0x143929(_0x2bdc8c);}};if(!_0x5ca1f8||!_0x5ca1f8[_0x2b86b5(0x2a3)])return[];const _0x211cc7=[];return _0x5ca1f8[_0x2b86b5(0x2a3)][_0x2b86b5(0x15f)]&&Array[_0x2b86b5(0x26b)](_0x5ca1f8[_0x2b86b5(0x2a3)][_0x2b86b5(0x15f)])&&_0x5ca1f8[_0x2b86b5(0x2a3)][_0x2b86b5(0x15f)][_0x2b86b5(0x195)](_0x2f6902=>{const _0x3090fc=_0x2b86b5,_0x41779f=_0x2f6902[_0x3090fc(0x187)]||_0x2f6902[_0x3090fc(0x290)];_0x41779f&&!this['isJestInternalHook'](_0x2f6902)&&!_0x4eef6c[_0x3090fc(0x1f1)](isInternalHook,_0x2f6902['fn'])&&_0x211cc7['push'](_0x41779f);}),[..._0x211cc7,...this[_0x2b86b5(0x138)](_0x5ca1f8['parent'])];}['buildHookMapFromTest'](_0x282c9c){const _0xb91681=a71_0x481087,_0x2b850d={'cuwpU':function(_0x2c1c76,_0xc817af){return _0x2c1c76(_0xc817af);},'GxVDR':_0xb91681(0x12d),'jDMTc':function(_0x23368e,_0x2e67c0){return _0x23368e(_0x2e67c0);}},_0x41cc3e=new Map(),_0x40a122=_0x4b165e=>{const _0x4c9c90=_0xb91681,_0x5ce862={'ljwRv':function(_0x1572d2,_0x5c346f){return _0x2b850d['cuwpU'](_0x1572d2,_0x5c346f);},'MJKIb':_0x2b850d[_0x4c9c90(0x2a4)]};if(!_0x4b165e||!_0x4b165e[_0x4c9c90(0x2a3)])return;_0x4b165e[_0x4c9c90(0x2a3)][_0x4c9c90(0x15f)]&&Array['isArray'](_0x4b165e[_0x4c9c90(0x2a3)][_0x4c9c90(0x15f)])&&_0x4b165e[_0x4c9c90(0x2a3)]['hooks'][_0x4c9c90(0x195)](_0x271b2b=>{const _0x2a039f=_0x4c9c90,_0x890438=_0x271b2b['hookAnalyticsId']||_0x271b2b[_0x2a039f(0x290)];if(_0x890438&&!this['isJestInternalHook'](_0x271b2b)&&!_0x5ce862[_0x2a039f(0x168)](isInternalHook,_0x271b2b['fn'])){const _0x374a0b={};_0x374a0b['type']=_0x271b2b[_0x2a039f(0x11a)]||_0x5ce862['MJKIb'],_0x374a0b[_0x2a039f(0x1cf)]=_0x271b2b['name']||'\x22'+_0x271b2b['type']+_0x2a039f(0x12b),_0x41cc3e[_0x2a039f(0x1f3)](_0x890438,_0x374a0b);}}),_0x2b850d['jDMTc'](_0x40a122,_0x4b165e[_0x4c9c90(0x2a3)]);};return _0x2b850d[_0xb91681(0x157)](_0x40a122,_0x282c9c),_0x41cc3e;}[a71_0x481087(0x12c)](_0x550c98){const _0x16165b=a71_0x481087,_0x5c125d={};_0x5c125d[_0x16165b(0x148)]='jest-circus',_0x5c125d['skKWq']=_0x16165b(0x232);const _0x559e48=_0x5c125d;try{const _0x1f5591=this['getRootParentFile'](_0x550c98);return _0x1f5591&&_0x1f5591['includes'](_0x559e48[_0x16165b(0x148)]);}catch(_0x2b0cde){logger[_0x16165b(0x1ff)](_0x559e48['skKWq']);}return![];}[a71_0x481087(0x223)](_0x425f06){const _0x3182a1=a71_0x481087;if(_0x425f06[_0x3182a1(0x1b7)])try{const _0x216190=stackTrace[_0x3182a1(0x2b3)](_0x425f06[_0x3182a1(0x1b7)]);return _0x216190[0x0]?_0x216190[0x0][_0x3182a1(0x27a)]():null;}catch(_0x41a1fd){logger[_0x3182a1(0x1ff)](_0x3182a1(0x185)+util['format'](_0x41a1fd));}if(_0x425f06[_0x3182a1(0x225)])return _0x425f06[_0x3182a1(0x225)];return null;}}module[a71_0x481087(0x207)]=JestTestFramework;
@@ -1 +1 @@
1
- const a72_0x29e64f=a72_0x20f3;(function(_0x77f8a0,_0x4d3808){const _0x2e0328=a72_0x20f3,_0x2d44a6=_0x77f8a0();while(!![]){try{const _0x5619e0=parseInt(_0x2e0328(0x124))/0x1*(-parseInt(_0x2e0328(0x12d))/0x2)+parseInt(_0x2e0328(0x125))/0x3+-parseInt(_0x2e0328(0x117))/0x4*(parseInt(_0x2e0328(0x137))/0x5)+-parseInt(_0x2e0328(0x12e))/0x6+-parseInt(_0x2e0328(0x12a))/0x7+-parseInt(_0x2e0328(0x11a))/0x8+parseInt(_0x2e0328(0x132))/0x9;if(_0x5619e0===_0x4d3808)break;else _0x2d44a6['push'](_0x2d44a6['shift']());}catch(_0x2525c8){_0x2d44a6['push'](_0x2d44a6['shift']());}}}(a72_0xd0b5,0xe300d));function a72_0xd0b5(){const _0x4d37f7=['JecsT','runHooks','30070413kRjIVE','trackEvent','PgIDl','message','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','229560iZEVKS','PlaywrightAutomationFramework','exports','PLAYWRIGHT_DISPATCH','getAutomationFrameworkVersion','info','DXXrU','12EjneLc','trackEvent:\x20automationFrameworkState=','createContext','4751872LNJHsU',',\x20state=','resolveInstance','\x20hookState=','DNWrT','debug','./automationFramework.js','getId','../state/automationFrameworkState.js','NONE','1XmphIM','1446552pIfaAb','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','logger','params','\x20target=','2539313XehiHD','getTrackedInstance','CREATE','1416314WSSFdm','6545400FSyBFu','trackPlaywrightInstance'];a72_0xd0b5=function(){return _0x4d37f7;};return a72_0xd0b5();}const AutomationFramework=require(a72_0x29e64f(0x120)),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFrameworkState=require(a72_0x29e64f(0x122)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require('../instances/trackedInstance.js'),AutomationFrameworkInstance=require('../instances/automationFrameworkInstance.js');function a72_0x20f3(_0x438c45,_0x35a5d8){const _0xd0b5b3=a72_0xd0b5();return a72_0x20f3=function(_0x20f367,_0x225b8f){_0x20f367=_0x20f367-0x112;let _0xc6792c=_0xd0b5b3[_0x20f367];return _0xc6792c;},a72_0x20f3(_0x438c45,_0x35a5d8);}class PlaywrightAutomationFramework extends AutomationFramework{[a72_0x29e64f(0x127)]=createClassLogger(a72_0x29e64f(0x138));constructor(_0x5aac6c,_0x2bb45b){super(_0x5aac6c,_0x2bb45b);}async['trackEvent'](_0x389fac,_0x25acc8,_0x2ad025={}){const _0x55e396=a72_0x29e64f,_0x2973ad={};_0x2973ad[_0x55e396(0x11e)]=function(_0x291bbe,_0x1b7ae){return _0x291bbe===_0x1b7ae;};const _0x1a438c=_0x2973ad;this[_0x55e396(0x127)][_0x55e396(0x11f)](_0x55e396(0x118)+_0x389fac+_0x55e396(0x11d)+_0x25acc8),await super[_0x55e396(0x133)](_0x389fac,_0x25acc8,_0x2ad025);const _0x5032ee=this[_0x55e396(0x11c)](_0x389fac,_0x25acc8,_0x2ad025);if(_0x1a438c[_0x55e396(0x11e)](_0x5032ee,null))return;_0x2ad025['instance']=_0x5032ee,await this[_0x55e396(0x131)](_0x5032ee,_0x389fac,_0x25acc8,_0x2ad025);}[a72_0x29e64f(0x11c)](_0x5709ef,_0x4e2a56,_0x525600={}){const _0xbbc7ca=a72_0x29e64f,_0x239e56={};_0x239e56[_0xbbc7ca(0x130)]=function(_0xaf7b22,_0x18d23c){return _0xaf7b22===_0x18d23c;},_0x239e56[_0xbbc7ca(0x134)]=function(_0x4ef8a6,_0x47a3bb){return _0x4ef8a6===_0x47a3bb;};const _0x3af681=_0x239e56;let _0x59bbb4=null;return(_0x3af681['JecsT'](_0x5709ef,AutomationFrameworkState[_0xbbc7ca(0x12c)])||_0x3af681[_0xbbc7ca(0x130)](_0x5709ef,AutomationFrameworkState[_0xbbc7ca(0x113)])&&(_0x525600[_0xbbc7ca(0x135)]&&_0x525600[_0xbbc7ca(0x135)][_0xbbc7ca(0x128)]&&_0x525600[_0xbbc7ca(0x135)][_0xbbc7ca(0x128)]['bsParams'])||_0x3af681[_0xbbc7ca(0x134)](_0x5709ef,AutomationFrameworkState[_0xbbc7ca(0x123)]))&&this[_0xbbc7ca(0x12f)](_0x5709ef,_0x525600),_0x59bbb4=AutomationFramework['getTrackedInstance'](),_0x59bbb4;}['trackPlaywrightInstance'](_0x486199,_0x568261){const _0x21ddaa=a72_0x29e64f,_0x3f77ad={};_0x3f77ad[_0x21ddaa(0x116)]='trackPlaywrightInstance:\x20instance\x20already\x20exists';const _0x44da2b=_0x3f77ad;if(AutomationFramework[_0x21ddaa(0x12b)]()){this[_0x21ddaa(0x127)][_0x21ddaa(0x115)](_0x44da2b[_0x21ddaa(0x116)]);return;}const _0x11b90e=CLIUtils['getCurrentInstanceName'](),_0x1ef721=TrackedInstance[_0x21ddaa(0x119)](_0x11b90e);let _0x3dfbd2=null;this[_0x21ddaa(0x127)]['info'](_0x21ddaa(0x136)+_0x11b90e+_0x21ddaa(0x11b)+_0x486199),_0x3dfbd2=new AutomationFrameworkInstance(_0x1ef721,this['getAutomationFrameworkName'](),this[_0x21ddaa(0x114)](),_0x486199),AutomationFramework['setTrackedInstance'](_0x1ef721,_0x3dfbd2),this['logger'][_0x21ddaa(0x115)](_0x21ddaa(0x126)+_0x1ef721[_0x21ddaa(0x121)]()+_0x21ddaa(0x129)+_0x11b90e);}}module[a72_0x29e64f(0x112)]=PlaywrightAutomationFramework;
1
+ const a72_0x14d94b=a72_0x1489;function a72_0x4429(){const _0x559125=['../../../helpers/classLogger.js','getAutomationFrameworkVersion','../instances/trackedInstance.js','\x20hookState=','DKKPW','151932scWolE','setTrackedInstance','BoUZM','trackPlaywrightInstance:\x20instance\x20already\x20exists','params','./automationFramework.js','PLAYWRIGHT_DISPATCH','144gdCnlE','../state/automationFrameworkState.js','getId','2336796hRUBVP','getCurrentInstanceName','message','../cliUtils.js','\x20target=','2447030mtDGBF','debug','247900sNyIja','SRuGz','2RLYAkc','1802508ouAPij','trackPlaywrightInstance','runHooks','PlaywrightAutomationFramework','NONE',',\x20state=','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','exports','getTrackedInstance','logger','trackEvent','bjjHH','../instances/automationFrameworkInstance.js','ksbwb','766881ywDKEG','trackEvent:\x20automationFrameworkState=','resolveInstance','bsParams','instance','info','1692741QletiY'];a72_0x4429=function(){return _0x559125;};return a72_0x4429();}function a72_0x1489(_0x9302f8,_0x3763c1){const _0x44292b=a72_0x4429();return a72_0x1489=function(_0x148905,_0x570f84){_0x148905=_0x148905-0x9a;let _0x1145c7=_0x44292b[_0x148905];return _0x1145c7;},a72_0x1489(_0x9302f8,_0x3763c1);}(function(_0x4db8d9,_0x46f7ca){const _0x435ff9=a72_0x1489,_0x473e74=_0x4db8d9();while(!![]){try{const _0x861ef=-parseInt(_0x435ff9(0xba))/0x1+parseInt(_0x435ff9(0x9f))/0x2*(-parseInt(_0x435ff9(0xb4))/0x3)+-parseInt(_0x435ff9(0x9d))/0x4+-parseInt(_0x435ff9(0x9b))/0x5+-parseInt(_0x435ff9(0xa0))/0x6+parseInt(_0x435ff9(0xc4))/0x7+-parseInt(_0x435ff9(0xc1))/0x8*(-parseInt(_0x435ff9(0xae))/0x9);if(_0x861ef===_0x46f7ca)break;else _0x473e74['push'](_0x473e74['shift']());}catch(_0x4dd2cd){_0x473e74['push'](_0x473e74['shift']());}}}(a72_0x4429,0x4925c));const AutomationFramework=require(a72_0x14d94b(0xbf)),{createClassLogger}=require(a72_0x14d94b(0xb5)),AutomationFrameworkState=require(a72_0x14d94b(0xc2)),CLIUtils=require(a72_0x14d94b(0xc7)),TrackedInstance=require(a72_0x14d94b(0xb7)),AutomationFrameworkInstance=require(a72_0x14d94b(0xac));class PlaywrightAutomationFramework extends AutomationFramework{['logger']=createClassLogger(a72_0x14d94b(0xa3));constructor(_0x52ba80,_0x4eb47c){super(_0x52ba80,_0x4eb47c);}async[a72_0x14d94b(0xaa)](_0x5ed244,_0x582fd9,_0x52cbba={}){const _0x29752b=a72_0x14d94b,_0x525558={};_0x525558[_0x29752b(0xad)]=function(_0x1cf53d,_0x2905af){return _0x1cf53d===_0x2905af;};const _0x454eac=_0x525558;this[_0x29752b(0xa9)][_0x29752b(0x9c)](_0x29752b(0xaf)+_0x5ed244+_0x29752b(0xb8)+_0x582fd9),await super[_0x29752b(0xaa)](_0x5ed244,_0x582fd9,_0x52cbba);const _0x6d5823=this[_0x29752b(0xb0)](_0x5ed244,_0x582fd9,_0x52cbba);if(_0x454eac[_0x29752b(0xad)](_0x6d5823,null))return;_0x52cbba[_0x29752b(0xb2)]=_0x6d5823,await this[_0x29752b(0xa2)](_0x6d5823,_0x5ed244,_0x582fd9,_0x52cbba);}['resolveInstance'](_0x21bf7b,_0x5d424f,_0x4030d8={}){const _0x106a48=a72_0x14d94b,_0x329272={};_0x329272[_0x106a48(0xab)]=function(_0x4404e6,_0x259f52){return _0x4404e6===_0x259f52;},_0x329272[_0x106a48(0x9e)]=function(_0x3d87ef,_0x18f885){return _0x3d87ef===_0x18f885;},_0x329272[_0x106a48(0xbc)]=function(_0x39f5fa,_0x1ac090){return _0x39f5fa===_0x1ac090;};const _0xf8929d=_0x329272;let _0x5e9b99=null;return(_0xf8929d[_0x106a48(0xab)](_0x21bf7b,AutomationFrameworkState['CREATE'])||_0xf8929d[_0x106a48(0x9e)](_0x21bf7b,AutomationFrameworkState[_0x106a48(0xc0)])&&(_0x4030d8[_0x106a48(0xc6)]&&_0x4030d8[_0x106a48(0xc6)][_0x106a48(0xbe)]&&_0x4030d8[_0x106a48(0xc6)]['params'][_0x106a48(0xb1)])||_0xf8929d[_0x106a48(0xbc)](_0x21bf7b,AutomationFrameworkState[_0x106a48(0xa4)]))&&this[_0x106a48(0xa1)](_0x21bf7b,_0x4030d8),_0x5e9b99=AutomationFramework['getTrackedInstance'](),_0x5e9b99;}[a72_0x14d94b(0xa1)](_0x518d5b,_0xbc758f){const _0x58e8a9=a72_0x14d94b,_0x1d32b0={};_0x1d32b0[_0x58e8a9(0xb9)]=_0x58e8a9(0xbd);const _0x6c196=_0x1d32b0;if(AutomationFramework[_0x58e8a9(0xa8)]()){this[_0x58e8a9(0xa9)]['info'](_0x6c196['DKKPW']);return;}const _0x593b62=CLIUtils[_0x58e8a9(0xc5)](),_0x599ef6=TrackedInstance['createContext'](_0x593b62);let _0x936f93=null;this[_0x58e8a9(0xa9)][_0x58e8a9(0xb3)]('trackPlaywrightInstance:\x20created\x20instance\x20for\x20target='+_0x593b62+_0x58e8a9(0xa5)+_0x518d5b),_0x936f93=new AutomationFrameworkInstance(_0x599ef6,this['getAutomationFrameworkName'](),this[_0x58e8a9(0xb6)](),_0x518d5b),AutomationFramework[_0x58e8a9(0xbb)](_0x599ef6,_0x936f93),this[_0x58e8a9(0xa9)][_0x58e8a9(0xb3)](_0x58e8a9(0xa6)+_0x599ef6[_0x58e8a9(0xc3)]()+_0x58e8a9(0x9a)+_0x593b62);}}module[a72_0x14d94b(0xa7)]=PlaywrightAutomationFramework;
@@ -1 +1 @@
1
- const a73_0x2fe7bc=a73_0x2b5c;function a73_0x4665(){const _0xffeeca=['DEFAULT_HOOK_RESULT','startTime','EMOEr','4741936eUvwLK','error','attachments','startedAt','../../../helpers/helper.js','iSbJH','KEY_TEST_ID','slice','toISOString','SuduW','test','BkEBk','wKDBl','MfQhI','trackPlaywrightInstance','split','passed','sXyPH','AGIiS','getContext','stack','message','1360532tQAcIr','wuLsh','concat','workerInfo','NONE','mlJBT','ilzCP','__workerDetails','sendLogCreatedEvent:\x20testId=','platformIndex','KEY_AUTOMATE_SESSION_NAME','getCurrentHookState','ENpUU','KEY_TEST_FAILURE','KEY_TEST_RERUN_NAME','getId','\x20instance=','JuMsm','GBSLk','OuAPR',',\x20testFrameworkState=','HrMaF','sendLogCreatedEvent','getTestUUID','parallelIndex','DEFAULT_TEST_RESULT','values','setTestDetails','trackEvent','format','KEY_HOOK_FAILURE_TYPE','../../utils/constants','GeORV','executionContext','CkahS','BejKr','./testFramework','logCreatedEvent','createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20','parsePlaywrightTestResult','WYtgE','\x20from\x20TestDetails:\x20','expectedStatus','zUdoI','TEST','getProcessId','cVYRL','filter','\x20testHookState=','getThreadId','KEY_TEST_FRAMEWORK_VERSION','3636QxAaEZ','\x20payload=','\x20target=','title','oiOBE','POST','KEY_HOOKS_STARTED','KEY_TEST_STARTED_AT','../../../helpers/test-observability/utils','instance','RcfiP','Poxgu','util','\x20hookState:\x20','nuqCe','parsePlaywrightTest','mDOjc','klfyZ','KEY_CUSTOM_TAGS','eZVUk','paUoX','createTestFrameworkEventPayload','addMultipleEntries','KEY_TEST_LOGS','../../playwright/reporter/pwUtils','getTraceFilePaths','setTrackedInstance','toString','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','fizmE','Hook\x20List\x20in\x20Post\x20','RiJyT','endedAt','../../../../src/helpers/helper','KEY_TEST_ENDED_AT','getTestDetails','KEY_TEST_FRAMEWORK_NAME','path','eventJson','uXidA','KEY_TEST_RESULT_AT','exports','../grpcClient','getTestIdentifierFromTestInfo','duration','6689970CIFgmc','Error\x20in\x20sendLogCreatedEvent:\x20','\x20testState:\x20','length','pxYtk','BKXLD','MpZIr','KEY_HOOK_NAME','KEY_HOOK_RESULT','KEY_HOOK_FAILURE_REASON','KEY_HOOK_LAST_STARTED','KEY_LOGS','sendLogCreatedEvent\x20for\x20testId:\x20','uuid','Error\x20in\x20createTestFrameworkEventPayload:\x20','KEY_TEST_LOCATION','getTime','hook','getAllData','inspect','KEY_TEST_NAME','rxYIQ','testUId','Fxvfc','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','\x20\x20and\x20args\x20=\x20','../state/testFrameworkState.js','createContext','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','isArray','parsePlaywrightTestResult:\x20testId=','matchHookRegex','Error\x20processing\x20direct\x20trace\x20file\x20','getCurrentTestState','lnHVI','Aophx','KEY_TEST_FAILURE_TYPE','some','failed','step','MszQE','get','steps','testFrameworkVersion','pop','RhRcQ','trim','zklUG','ttHEc','getInstance','fdQwT','pgAIx','field_type','errors','KEY_TEST_CODE','2052904ekacey','KEY_HOOK_LAST_FINISHED','wuFkI','No\x20reason\x20provided','results','347711LPislm','HapHw','KEY_TEST_FILE_PATH','ajfpn','statSync','runHooks','multi_dropdown','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','debug','trackHookEvent','retry','trackEvent\x20loading\x20testResults\x20for\x20testId:\x20','euuci','TEST_ATTACHMENT','from','LiUbh','annotations','KEY_TEST_SCOPE','../cliUtils.js','filePath','result','KEY_TEST_UUID','Iqoeo','3522441qeyXqZ','resolveInstance','getTrackedInstance','KxtaU','Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','MvfHx','trackEvent:\x20found\x20instance,\x20testFrameworkState=','timedOut','jCkLJ','KEY_TEST_ATTACHMENTS','\x20batch\x20','OAass','info','jwYYM','rNTNM','Ntoay','getTestFrameworks','description','../instances/testFrameworkInstance.js','file_name','../TestInfo.js','status','KEY_HOOK_FAILURE','KEY_TEST_RESULT','size','basename','createTestFrameworkEventPayload\x20testId:\x20','push','835YXIUnP','KEY_HOOKS_FINISHED','KEY_EVENT_ENDED_AT','err','stringify','xIumN','getRef'];a73_0x4665=function(){return _0xffeeca;};return a73_0x4665();}(function(_0x2a6424,_0x27ef1a){const _0x3d7f6e=a73_0x2b5c,_0x58b388=_0x2a6424();while(!![]){try{const _0x475a68=-parseInt(_0x3d7f6e(0x1ac))/0x1+parseInt(_0x3d7f6e(0x1a7))/0x2+-parseInt(_0x3d7f6e(0x1c3))/0x3+-parseInt(_0x3d7f6e(0x1ff))/0x4+-parseInt(_0x3d7f6e(0x1df))/0x5*(parseInt(_0x3d7f6e(0x232))/0x6)+parseInt(_0x3d7f6e(0x25f))/0x7+parseInt(_0x3d7f6e(0x1e9))/0x8;if(_0x475a68===_0x27ef1a)break;else _0x58b388['push'](_0x58b388['shift']());}catch(_0x1850f3){_0x58b388['push'](_0x58b388['shift']());}}}(a73_0x4665,0x9557f));const TestFramework=require(a73_0x2fe7bc(0x223)),TestFrameworkState=require(a73_0x2fe7bc(0x18a)),HookState=require('../state/hookState.js'),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a73_0x2fe7bc(0x1d5)),CLIUtils=require(a73_0x2fe7bc(0x1be)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),logger=createClassLogger('PlaywrightTestFramework'),{v4:uuidv4}=require(a73_0x2fe7bc(0x26c)),util=require(a73_0x2fe7bc(0x23e)),{getPlaywrightSessionName,getPlaywrightTestFilePath,getPlaywrightTestId,getPlaywrightTestTitle,getPlaywrightTestLocation,getPlaywrightTestTags,getPlaywrightTestCode,getPlaywrightTestScope,getPlaywrightTestScopes,getStepsAndLogs,getScreenshots,getVideos,getPlaywrightCustomRerunParam,getMediaArtifactsLogs,getManualUploadLogs,updatePayloadForTraceLogs}=require(a73_0x2fe7bc(0x1ed)),TestInfo=require(a73_0x2fe7bc(0x1d7)),GrpcClient=require(a73_0x2fe7bc(0x25c)),{removeAnsiColors,getFailureType,failureData}=require(a73_0x2fe7bc(0x23a)),{getFailureData,getTestTags,getTestRunIdentifier}=require(a73_0x2fe7bc(0x24a)),{findNestedKey,sendTraceZip,validateFilePath}=require(a73_0x2fe7bc(0x24a)),path=require(a73_0x2fe7bc(0x257)),fs=require('fs'),helper=require(a73_0x2fe7bc(0x253)),{PLAYWRIGHT_TRACE_LOGS}=require(a73_0x2fe7bc(0x21e));function a73_0x2b5c(_0x1c4d99,_0x3b5766){const _0x4665aa=a73_0x4665();return a73_0x2b5c=function(_0x2b5c92,_0x3f2921){_0x2b5c92=_0x2b5c92-0x184;let _0xf93864=_0x4665aa[_0x2b5c92];return _0xf93864;},a73_0x2b5c(_0x1c4d99,_0x3b5766);}class PlaywrightTestFramework extends TestFramework{constructor(_0x23b144,_0x4659a3,_0x1f86a3){super(_0x23b144,_0x4659a3,_0x1f86a3);}async[a73_0x2fe7bc(0x21b)](_0x2b3770,_0x5c94f7,_0x33e7c4={}){const _0x2ccc4b=a73_0x2fe7bc,_0x4f36eb={'ilzCP':function(_0x359ef0,_0x30423f){return _0x359ef0===_0x30423f;},'wuLsh':function(_0x171d07,_0x1eba6a,_0x9e812){return _0x171d07(_0x1eba6a,_0x9e812);},'cVYRL':function(_0x6cd3c1,_0x20cc58){return _0x6cd3c1===_0x20cc58;},'pgAIx':_0x2ccc4b(0x1f3),'WYtgE':_0x2ccc4b(0x1b3)};super['trackEvent'](_0x2b3770,_0x5c94f7,_0x33e7c4);if(_0x4f36eb['ilzCP'](_0x2b3770,TestFrameworkState['TEST_SCREENSHOT'])){const _0x5fd757=TestInfo[_0x2ccc4b(0x25d)](_0x33e7c4[_0x2ccc4b(0x1f3)],_0x33e7c4[_0x2ccc4b(0x1f3)][_0x2ccc4b(0x1b6)]);TestInfo[_0x2ccc4b(0x21a)](_0x5fd757,_0x33e7c4['result'],!![]);}const _0x3bec92=this[_0x2ccc4b(0x1c4)](_0x2b3770,_0x5c94f7,_0x33e7c4);if(!_0x3bec92)return;logger[_0x2ccc4b(0x1b4)](_0x2ccc4b(0x1c9)+_0x2b3770+'\x20hookState='+_0x5c94f7+'\x20instanceId='+_0x3bec92[_0x2ccc4b(0x1e5)]());try{if(_0x4f36eb['ilzCP'](_0x5c94f7,HookState['PRE'])&&_0x4f36eb[_0x2ccc4b(0x205)](_0x2b3770,TestFrameworkState[_0x2ccc4b(0x22b)])){const _0x521750=_0x33e7c4[_0x2ccc4b(0x1f3)];logger['debug']('trackEvent\x20loading\x20testData\x20for\x20testId:\x20'+_0x521750['id']+'}');const _0x17b23b=TestInfo['getTestUUID'](_0x4f36eb[_0x2ccc4b(0x200)](getTestRunIdentifier,_0x521750,_0x33e7c4[_0x2ccc4b(0x1c0)][_0x2ccc4b(0x1b6)]));_0x3bec92[_0x2ccc4b(0x248)](this['parsePlaywrightTest'](_0x17b23b,_0x521750,_0x33e7c4[_0x2ccc4b(0x1c0)])),logger[_0x2ccc4b(0x1b4)](_0x2ccc4b(0x18c)+_0x521750['id']+_0x2ccc4b(0x213)+_0x2b3770+_0x2ccc4b(0x22f)+_0x5c94f7+_0x2ccc4b(0x20f)+_0x3bec92[_0x2ccc4b(0x1e5)]());}if(_0x4f36eb[_0x2ccc4b(0x22d)](_0x5c94f7,HookState[_0x2ccc4b(0x237)])&&_0x4f36eb[_0x2ccc4b(0x205)](_0x2b3770,TestFrameworkState[_0x2ccc4b(0x22b)])){const _0x1b1d35=_0x33e7c4[_0x2ccc4b(0x1f3)],_0x4059f9=_0x33e7c4['result'];logger[_0x2ccc4b(0x1b4)](_0x2ccc4b(0x1b7)+_0x1b1d35['id']),_0x3bec92[_0x2ccc4b(0x248)](this['parsePlaywrightTestResult'](_0x1b1d35['id'],_0x4059f9,_0x1b1d35)),await this[_0x2ccc4b(0x215)](_0x3bec92,_0x2b3770,_0x5c94f7,_0x4f36eb[_0x2ccc4b(0x1a3)],_0x33e7c4);}if(CLIUtils[_0x2ccc4b(0x18f)](_0x2b3770[_0x2ccc4b(0x24d)]()['split']('.')[0x1])){const _0x3286b8=await this[_0x2ccc4b(0x1b5)](_0x3bec92,_0x2b3770,_0x5c94f7,_0x33e7c4);_0x3bec92['addMultipleEntries'](_0x3286b8);}}catch(_0x2468db){logger['error'](util['format'](_0x4f36eb[_0x2ccc4b(0x227)],_0x2b3770,_0x5c94f7,_0x33e7c4[_0x2ccc4b(0x262)],_0x2468db));}_0x33e7c4[_0x2ccc4b(0x23b)]=_0x3bec92,await this[_0x2ccc4b(0x1b1)](_0x3bec92,_0x2b3770,_0x5c94f7,_0x33e7c4);}[a73_0x2fe7bc(0x1c4)](_0x42860e,_0x5c158d,_0x3d4910={}){const _0x1e04f6=a73_0x2fe7bc,_0x458152={};_0x458152[_0x1e04f6(0x185)]=function(_0x502f70,_0x36ef14){return _0x502f70===_0x36ef14;},_0x458152[_0x1e04f6(0x20b)]=function(_0x51c1e5,_0x380d57){return _0x51c1e5===_0x380d57;};const _0xe5686a=_0x458152;let _0x43d213=null;return(_0xe5686a[_0x1e04f6(0x185)](_0x42860e,TestFrameworkState['INIT_TEST'])||_0xe5686a[_0x1e04f6(0x20b)](_0x42860e,TestFrameworkState[_0x1e04f6(0x203)]))&&this[_0x1e04f6(0x1f7)](_0x42860e,_0x3d4910),_0x43d213=TestFramework[_0x1e04f6(0x1c5)](),_0x43d213;}['trackPlaywrightInstance'](_0x2ef7ed,_0x4918d9){const _0xbe8484=a73_0x2fe7bc,_0x225195=CLIUtils['getCurrentInstanceName'](),_0x4c01c1=TrackedInstance[_0xbe8484(0x18b)](_0x225195);let _0x19fddf=null;logger[_0xbe8484(0x1cf)](_0xbe8484(0x188)+_0x225195+',\x20state='+_0x2ef7ed),_0x19fddf=new TestFrameworkInstance(_0x4c01c1,this[_0xbe8484(0x1d3)](),this['getTestFrameworksVersions'](),_0x2ef7ed,HookState[_0xbe8484(0x203)]),TestFramework[_0xbe8484(0x24c)](_0x4c01c1,_0x19fddf),logger[_0xbe8484(0x1cf)](_0xbe8484(0x24e)+_0x4c01c1['getId']()+_0xbe8484(0x234)+_0x225195);}[a73_0x2fe7bc(0x241)](_0x5e8c6f,_0x9ae51,_0x697200){const _0x55591c=a73_0x2fe7bc,_0x3def17={'jwYYM':function(_0x162a03,_0x25317f){return _0x162a03(_0x25317f);},'zUdoI':function(_0x328953,_0x1aff94){return _0x328953(_0x1aff94);},'klfyZ':function(_0x28e44a,_0x5ace5b){return _0x28e44a(_0x5ace5b);},'eOddi':function(_0x4672f5,_0x24d015){return _0x4672f5(_0x24d015);},'HrMaF':function(_0x22be89,_0x2034c1){return _0x22be89(_0x2034c1);},'wuFkI':function(_0x51ecdd,_0x6247fc,_0xe59a84){return _0x51ecdd(_0x6247fc,_0xe59a84);},'wKDBl':function(_0x28e0cf,_0x356231){return _0x28e0cf(_0x356231);}},_0xd9cb5=_0x3def17[_0x55591c(0x1d0)](getPlaywrightTestId,_0x9ae51),_0x153e76=_0x3def17['zUdoI'](getPlaywrightTestTitle,_0x9ae51),_0x39b30f=_0x3def17['klfyZ'](getTestTags,_0x9ae51),_0x297d20=_0x3def17[_0x55591c(0x22a)](getPlaywrightTestCode,_0x9ae51),_0x5ad0b8=_0x3def17[_0x55591c(0x1d0)](getPlaywrightTestFilePath,_0x9ae51),_0x59fc7f=_0x5ad0b8+':'+_0x3def17['eOddi'](getPlaywrightTestLocation,_0x9ae51),_0x32a802=_0x3def17[_0x55591c(0x214)](getPlaywrightTestScope,_0x9ae51),_0x15a262=_0x3def17[_0x55591c(0x1d0)](getPlaywrightTestScopes,_0x9ae51),_0x3eef2b=_0x3def17[_0x55591c(0x243)](getPlaywrightSessionName,_0x9ae51),_0x4b30db=this[_0x55591c(0x1d3)]()[0x0],_0x199798=_0x3def17[_0x55591c(0x1a9)](getTestRunIdentifier,_0x9ae51,_0x697200[_0x55591c(0x1b6)]),_0x5efe4d={[TestFrameworkConstants[_0x55591c(0x256)]]:_0x4b30db,[TestFrameworkConstants[_0x55591c(0x231)]]:this['getTestFrameworksVersions']()[_0x4b30db],[TestFrameworkConstants[_0x55591c(0x249)]]:[],[TestFrameworkConstants[_0x55591c(0x1e0)]]:{},[TestFrameworkConstants[_0x55591c(0x238)]]:{},[TestFrameworkConstants[_0x55591c(0x1c1)]]:_0x5e8c6f,[TestFrameworkConstants[_0x55591c(0x1da)]]:TestFrameworkConstants[_0x55591c(0x218)],[TestFrameworkConstants[_0x55591c(0x209)]]:_0x3eef2b,[TestFrameworkConstants[_0x55591c(0x1ae)]]:_0x5ad0b8,[TestFrameworkConstants[_0x55591c(0x1ef)]]:_0xd9cb5,[TestFrameworkConstants[_0x55591c(0x184)]]:_0x153e76,[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x59fc7f,[TestFrameworkConstants[_0x55591c(0x1a6)]]:_0x297d20,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x39b30f,[TestFrameworkConstants[_0x55591c(0x239)]]:_0x9ae51[_0x55591c(0x1ab)][0x0][_0x55591c(0x1e7)],[TestFrameworkConstants[_0x55591c(0x1bd)]]:_0x32a802,[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x15a262,[TestFrameworkConstants[_0x55591c(0x20d)]]:_0x3def17[_0x55591c(0x1f5)](getPlaywrightCustomRerunParam,_0x9ae51)};TestInfo[_0x55591c(0x21a)](_0x199798,_0x5efe4d);const _0x5e38aa={};return _0x5e38aa[_0x199798]=_0x5efe4d,_0x5e38aa;}[a73_0x2fe7bc(0x226)](_0xb2d706,_0x1d1f4e,_0x507efc){const _0x8b6b9c=a73_0x2fe7bc,_0x4db0b2={'xIumN':function(_0x6a2494,_0x52463a){return _0x6a2494(_0x52463a);},'Iqoeo':_0x8b6b9c(0x1b9),'GeORV':function(_0x55c1ae,_0x574c46){return _0x55c1ae===_0x574c46;},'BcCFG':function(_0x2043d4,_0x4916ee){return _0x2043d4===_0x4916ee;},'Poxgu':function(_0x51b69f,_0x364d4b){return _0x51b69f===_0x364d4b;},'zklUG':function(_0x36a2ef,_0x33164b){return _0x36a2ef(_0x33164b);},'AGIiS':_0x8b6b9c(0x1aa),'fizmE':_0x8b6b9c(0x1b2),'MszQE':function(_0x506e80,_0x2b5fe6){return _0x506e80(_0x2b5fe6);},'GBSLk':function(_0x42f4b0,_0xd22ab7,_0x10274c){return _0x42f4b0(_0xd22ab7,_0x10274c);},'ozcpk':function(_0x3f990e,_0x1ea1dc){return _0x3f990e+_0x1ea1dc;},'MpZIr':'skipped','JuMsm':_0x8b6b9c(0x1f9),'oiOBE':function(_0x1a0289,_0x3e57ea){return _0x1a0289===_0x3e57ea;},'TRZJl':function(_0x5644a9,_0x337490){return _0x5644a9===_0x337490;},'eZVUk':'failed','uXidA':_0x8b6b9c(0x1ca),'CEoGu':function(_0x311630,_0xd0c2b5){return _0x311630===_0xd0c2b5;},'mlJBT':'Expected\x20to\x20fail,\x20but\x20passed.','EMOEr':function(_0x4db8e4,_0x47aca0,_0x1646aa){return _0x4db8e4(_0x47aca0,_0x1646aa);},'MvfHx':function(_0x4ac58f,_0x22307a){return _0x4ac58f||_0x22307a;},'ajfpn':function(_0x13d78f,_0x3e70ab){return _0x13d78f(_0x3e70ab);},'CkahS':function(_0x1b09f5,_0x25200f){return _0x1b09f5(_0x25200f);},'VlPWB':function(_0x403c71,_0x4a9df2){return _0x403c71>_0x4a9df2;},'IGGwX':function(_0x56441b,_0x1059af){return _0x56441b-_0x1059af;},'RhRcQ':_0x8b6b9c(0x257),'WweCo':function(_0x56702e,_0x2a9d9a){return _0x56702e>_0x2a9d9a;}};logger[_0x8b6b9c(0x1b4)](_0x8b6b9c(0x18e)+_0xb2d706);const _0x4df510=_0x4db0b2['GBSLk'](getTestRunIdentifier,_0x507efc,_0x1d1f4e[_0x8b6b9c(0x1b6)]),_0x52cf02=new Date(_0x1d1f4e[_0x8b6b9c(0x1e7)]),_0x13bb88=_0x1d1f4e['duration'],_0x113721=new Date(_0x4db0b2['ozcpk'](_0x52cf02['getTime'](),_0x13bb88)),_0x28be50=_0x1d1f4e['status'],_0x4a4e70=TestInfo['getTestDetails'](_0x4df510)[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{};let _0x34e98d=_0x28be50;if(_0x4db0b2['BcCFG'](_0x1d1f4e[_0x8b6b9c(0x1d8)],_0x507efc[_0x8b6b9c(0x229)]))_0x34e98d=_0x4db0b2[_0x8b6b9c(0x21f)](_0x1d1f4e[_0x8b6b9c(0x1d8)],_0x4db0b2[_0x8b6b9c(0x265)])?_0x4db0b2[_0x8b6b9c(0x265)]:_0x4db0b2[_0x8b6b9c(0x210)];else{(_0x4db0b2[_0x8b6b9c(0x236)](_0x34e98d,_0x4db0b2[_0x8b6b9c(0x210)])||_0x4db0b2['TRZJl'](_0x34e98d,_0x4db0b2[_0x8b6b9c(0x245)])||_0x4db0b2[_0x8b6b9c(0x21f)](_0x34e98d,_0x4db0b2[_0x8b6b9c(0x259)]))&&(_0x34e98d=_0x4db0b2[_0x8b6b9c(0x245)]);if(_0x4db0b2['Poxgu'](_0x1d1f4e['status'],_0x4db0b2[_0x8b6b9c(0x210)])&&_0x4db0b2['CEoGu'](_0x507efc[_0x8b6b9c(0x229)],_0x4db0b2[_0x8b6b9c(0x245)])){const _0xbb9046={};_0xbb9046[_0x8b6b9c(0x1fe)]=_0x4db0b2[_0x8b6b9c(0x204)],_0xbb9046[_0x8b6b9c(0x1fd)]=_0x4db0b2[_0x8b6b9c(0x204)],_0x1d1f4e[_0x8b6b9c(0x1ea)]=_0xbb9046,_0x1d1f4e[_0x8b6b9c(0x1a5)]=[_0x1d1f4e[_0x8b6b9c(0x1ea)]];}}const {failureData:_0x23109a,logs:_0x5e6dd1}=_0x4db0b2[_0x8b6b9c(0x1e8)](getFailureData,_0x1d1f4e?.[_0x8b6b9c(0x1a5)],{}),_0x5c8021={[TestFrameworkConstants[_0x8b6b9c(0x20c)]]:_0x4db0b2[_0x8b6b9c(0x1c8)](_0x23109a,null),[TestFrameworkConstants[_0x8b6b9c(0x194)]]:_0x1d1f4e?.['error']&&_0x4db0b2[_0x8b6b9c(0x1af)](getFailureType,_0x1d1f4e[_0x8b6b9c(0x1ea)][_0x8b6b9c(0x1fe)]),[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]:_0x1d1f4e?.[_0x8b6b9c(0x1ea)]&&_0x4db0b2[_0x8b6b9c(0x221)](removeAnsiColors,_0x1d1f4e['error']['message']),[TestFrameworkConstants[_0x8b6b9c(0x26a)]]:[],[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x34e98d,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x113721[_0x8b6b9c(0x1f1)](),[TestFrameworkConstants[_0x8b6b9c(0x25a)]]:new Date()[_0x8b6b9c(0x1f1)](),[TestFrameworkConstants[_0x8b6b9c(0x244)]]:_0x4a4e70};if(_0x1d1f4e&&_0x4db0b2['VlPWB'](_0x1d1f4e[_0x8b6b9c(0x1b6)],0x0)){const _0x461814=TestInfo[_0x8b6b9c(0x216)](_0x4db0b2[_0x8b6b9c(0x1e8)](getTestRunIdentifier,_0x507efc,_0x4db0b2['IGGwX'](_0x1d1f4e[_0x8b6b9c(0x1b6)],0x1)));_0x5c8021[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x461814;}const _0x2995bb={};_0x2995bb[_0x8b6b9c(0x1f3)]=_0x507efc;const _0x2b4e21=this[_0x8b6b9c(0x1c4)](TestFrameworkState[_0x8b6b9c(0x22b)],HookState[_0x8b6b9c(0x237)],_0x2995bb),_0x129d5a=_0x2b4e21[_0x8b6b9c(0x271)]()[_0x8b6b9c(0x199)](_0x4df510)[TestFrameworkConstants[_0x8b6b9c(0x1c1)]],_0x3a301a=[],_0x3b4af0=_0x4db0b2[_0x8b6b9c(0x1e8)](findNestedKey,_0x1d1f4e,_0x4db0b2[_0x8b6b9c(0x19d)]);if(_0x3b4af0&&_0x4db0b2[_0x8b6b9c(0x19f)](validateFilePath,_0x3b4af0))try{_0x3a301a[_0x8b6b9c(0x1de)]({'kind':_0x4db0b2['Iqoeo'],'timestamp':new Date()[_0x8b6b9c(0x1f1)](),'test_run_uuid':_0x129d5a,'file_name':path['basename'](_0x3b4af0),'file_size':fs['statSync'](_0x3b4af0)['size'],'attachment_type':PLAYWRIGHT_TRACE_LOGS});}catch(_0x3525c9){logger[_0x8b6b9c(0x1ea)](_0x8b6b9c(0x190)+_0x3b4af0+':\x20'+_0x3525c9['message']);}const _0x1ec3d1=TestInfo[_0x8b6b9c(0x24b)](),_0x35e12c=_0x1ec3d1[_0x8b6b9c(0x22e)](_0x371999=>_0x371999[_0x8b6b9c(0x186)]===_0x129d5a);_0x35e12c['forEach'](_0xed3c0a=>{const _0x1d8cdf=_0x8b6b9c;if(_0xed3c0a[_0x1d8cdf(0x1bf)]&&_0x4db0b2[_0x1d8cdf(0x1e4)](validateFilePath,_0xed3c0a[_0x1d8cdf(0x1bf)])&&!_0x3a301a[_0x1d8cdf(0x195)](_0x3505b6=>_0x3505b6[_0x1d8cdf(0x1d6)]===path[_0x1d8cdf(0x1dc)](_0xed3c0a[_0x1d8cdf(0x1bf)])))try{_0x3a301a[_0x1d8cdf(0x1de)]({'kind':_0x4db0b2[_0x1d8cdf(0x1c2)],'timestamp':new Date()[_0x1d8cdf(0x1f1)](),'test_run_uuid':_0x129d5a,'file_name':path[_0x1d8cdf(0x1dc)](_0xed3c0a[_0x1d8cdf(0x1bf)]),'file_size':fs[_0x1d8cdf(0x1b0)](_0xed3c0a[_0x1d8cdf(0x1bf)])[_0x1d8cdf(0x1db)],'attachment_type':PLAYWRIGHT_TRACE_LOGS});}catch(_0x1e1b8e){logger[_0x1d8cdf(0x1ea)]('Error\x20processing\x20trace\x20file\x20'+_0xed3c0a[_0x1d8cdf(0x1bf)]+_0x1d8cdf(0x228)+_0x1e1b8e['message']);}});if(_0x4db0b2['VlPWB'](_0x3a301a[_0x8b6b9c(0x262)],0x0)){const _0x1fa5e0=_0x5c8021[TestFrameworkConstants[_0x8b6b9c(0x26a)]]||[];_0x5c8021[TestFrameworkConstants[_0x8b6b9c(0x26a)]]=[..._0x1fa5e0,..._0x3a301a];}const _0x2c6342=TestInfo[_0x8b6b9c(0x255)](_0x4df510)[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x4ee1f1=_0x4db0b2[_0x8b6b9c(0x211)](getManualUploadLogs,_0x2c6342,_0x2b4e21[_0x8b6b9c(0x271)]()[_0x8b6b9c(0x199)](_0x4df510)[TestFrameworkConstants['KEY_TEST_UUID']]);if(_0x4db0b2['WweCo'](_0x4ee1f1['length'],0x0)){const _0x4046de=_0x5c8021[TestFrameworkConstants['KEY_LOGS']]||[];_0x5c8021[TestFrameworkConstants['KEY_LOGS']]=[..._0x4046de,..._0x4ee1f1];}const _0x2dea34=_0x507efc[_0x8b6b9c(0x1bc)]||[],_0x23203d=_0x5c8021[TestFrameworkConstants[_0x8b6b9c(0x244)]]||{};_0x2dea34['forEach'](_0x3b5b2c=>{const _0x359b89=_0x8b6b9c,{type:_0x3ec603}=_0x3b5b2c;let _0xfc9b5b=_0x3b5b2c[_0x359b89(0x1d4)];if(!_0x3ec603)return;(_0x4db0b2[_0x359b89(0x21f)](_0xfc9b5b,undefined)||_0x4db0b2['BcCFG'](_0xfc9b5b,null)||_0x4db0b2[_0x359b89(0x23d)](_0x4db0b2[_0x359b89(0x19f)](String,_0xfc9b5b)[_0x359b89(0x19e)](),''))&&(_0xfc9b5b=_0x4db0b2[_0x359b89(0x1fb)]);if(!_0x23203d[_0x3ec603]){const _0x59c1c5={};_0x59c1c5[_0x359b89(0x1a4)]=_0x4db0b2[_0x359b89(0x24f)],_0x59c1c5[_0x359b89(0x219)]=[],_0x23203d[_0x3ec603]=_0x59c1c5;}else!_0x23203d[_0x3ec603][_0x359b89(0x1a4)]&&(_0x23203d[_0x3ec603][_0x359b89(0x1a4)]=_0x4db0b2[_0x359b89(0x24f)]),!Array[_0x359b89(0x18d)](_0x23203d[_0x3ec603][_0x359b89(0x219)])&&(_0x23203d[_0x3ec603][_0x359b89(0x219)]=[]);const _0x3f61db=_0x4db0b2[_0x359b89(0x198)](String,_0xfc9b5b)[_0x359b89(0x1f8)](',')['map'](_0x531eb7=>_0x531eb7[_0x359b89(0x19e)]());_0x23203d[_0x3ec603][_0x359b89(0x219)]=[...new Set([..._0x23203d[_0x3ec603]['values'],..._0x3f61db])];}),_0x5c8021[TestFrameworkConstants[_0x8b6b9c(0x244)]]=_0x23203d,TestInfo[_0x8b6b9c(0x21a)](_0x4df510,_0x5c8021);const _0x33d83c={};return _0x33d83c[_0x4df510]=_0x5c8021,_0x33d83c;}async[a73_0x2fe7bc(0x1b5)](_0x8b7596,_0x3e8a1a,_0x1753dc,_0x10f545){const _0x19dbfa=a73_0x2fe7bc,_0x3ba10d={'Fxvfc':function(_0x16498a,_0xec1e0c,_0x17a5c7){return _0x16498a(_0xec1e0c,_0x17a5c7);},'KAYFV':function(_0x5cc86e,_0x18fe10){return _0x5cc86e in _0x18fe10;},'KxtaU':function(_0x557aa8,_0x20ac52){return _0x557aa8 in _0x20ac52;},'hbNdq':function(_0x19387c,_0x176524){return _0x19387c(_0x176524);},'nuqCe':function(_0x57fff2,_0x3b929c){return _0x57fff2(_0x3b929c);},'BKXLD':function(_0x2b5924,_0x4bbefe){return _0x2b5924===_0x4bbefe;},'RcfiP':function(_0x11729c){return _0x11729c();},'Aophx':function(_0x24836c,_0x3d8318){return _0x24836c>_0x3d8318;},'RiJyT':_0x19dbfa(0x1e2),'HapHw':function(_0xe6b537,_0x3e8311){return _0xe6b537(_0x3e8311);},'Ntoay':_0x19dbfa(0x196),'ttHEc':_0x19dbfa(0x1f9),'cfQXu':function(_0x1869ba,_0x3db42e){return _0x1869ba!==_0x3db42e;},'mDOjc':function(_0xf3c105,_0x1d89e8){return _0xf3c105+_0x1d89e8;},'lnHVI':'hook'},_0x44cfaf=_0x10f545['test'],_0x45ec50=_0x10f545[_0x19dbfa(0x197)],_0x448016=_0x3ba10d['Fxvfc'](getTestRunIdentifier,_0x44cfaf,_0x10f545[_0x19dbfa(0x1c0)][_0x19dbfa(0x1b6)]),_0x39043a=_0x3e8a1a[_0x19dbfa(0x24d)]()[_0x19dbfa(0x1f8)]('.')[0x1];let _0x36883a=_0x8b7596[_0x19dbfa(0x271)]()['get'](_0x448016)[TestFrameworkConstants[_0x19dbfa(0x238)]];!_0x36883a&&(_0x36883a={});!_0x3ba10d['KAYFV'](_0x39043a,_0x36883a)&&(_0x36883a[_0x39043a]=[]);let _0x17efed=_0x8b7596[_0x19dbfa(0x271)]()[_0x19dbfa(0x199)](_0x448016)[TestFrameworkConstants[_0x19dbfa(0x1e0)]];!_0x17efed&&(_0x17efed={});!_0x3ba10d[_0x19dbfa(0x1c6)](_0x39043a,_0x17efed)&&(_0x17efed[_0x39043a]=[]);const _0xadb016={[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x36883a,[TestFrameworkConstants[_0x19dbfa(0x1e0)]]:_0x17efed},_0xaf5424={};_0xaf5424[_0x448016]=_0xadb016;const _0x502307=_0xaf5424,_0x4b5bfb=_0x3ba10d['hbNdq'](getPlaywrightTestFilePath,_0x44cfaf),_0x4e1de4=_0x4b5bfb+':'+_0x3ba10d[_0x19dbfa(0x240)](getPlaywrightTestLocation,_0x44cfaf),_0x5b935a=TestInfo[_0x19dbfa(0x255)](_0x448016)[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{};if(_0x3ba10d[_0x19dbfa(0x264)](_0x1753dc,HookState['PRE'])){const _0x2566ab={'key':_0x39043a,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x3ba10d[_0x19dbfa(0x23c)](uuidv4),[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:_0x45ec50[_0x19dbfa(0x1e7)],[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x19dbfa(0x266)]]:_0x45ec50[_0x19dbfa(0x235)],[TestFrameworkConstants[_0x19dbfa(0x1ae)]]:_0x4b5bfb,[TestFrameworkConstants[_0x19dbfa(0x26e)]]:_0x4e1de4,[TestFrameworkConstants[_0x19dbfa(0x244)]]:_0x5b935a};_0x36883a[_0x39043a]['push'](_0x2566ab),_0x502307[_0x448016][TestFrameworkConstants[_0x19dbfa(0x269)]]=_0x39043a,logger['debug'](_0x19dbfa(0x1c7)+_0x39043a+'\x20&\x20hook\x20=\x20'+_0x2566ab+_0x19dbfa(0x189)+_0x10f545);}else{if(_0x3ba10d[_0x19dbfa(0x264)](_0x1753dc,HookState[_0x19dbfa(0x237)])){const _0x1bd1cf=await _0x10f545[_0x19dbfa(0x1c0)],_0x89e545=_0x36883a[_0x39043a]||[],_0x4dcc34=_0x10f545[_0x19dbfa(0x197)];logger[_0x19dbfa(0x1b4)](_0x19dbfa(0x250)+_0x89e545+'\x20and\x20args\x20=\x20'+_0x10f545);if(_0x3ba10d[_0x19dbfa(0x193)](_0x89e545[_0x19dbfa(0x262)],0x0)){const _0x5b0a72=_0x89e545[_0x19dbfa(0x19c)]();if(_0x4dcc34['error']){const _0x17f0fa=_0x3ba10d[_0x19dbfa(0x187)](failureData,_0x4dcc34['error'],_0x3ba10d[_0x19dbfa(0x251)]);_0x5b0a72[TestFrameworkConstants[_0x19dbfa(0x21d)]]=_0x3ba10d[_0x19dbfa(0x1ad)](getFailureType,_0x4dcc34?.[_0x19dbfa(0x1ea)][_0x19dbfa(0x1fe)]),_0x5b0a72[TestFrameworkConstants[_0x19dbfa(0x268)]]=_0x3ba10d[_0x19dbfa(0x240)](removeAnsiColors,_0x4dcc34?.['error'][_0x19dbfa(0x1fe)]),_0x5b0a72[TestFrameworkConstants[_0x19dbfa(0x267)]]=_0x3ba10d[_0x19dbfa(0x1d2)],_0x5b0a72[TestFrameworkConstants[_0x19dbfa(0x1d9)]]=_0x17f0fa;}else _0x5b0a72[TestFrameworkConstants[_0x19dbfa(0x267)]]=_0x3ba10d[_0x19dbfa(0x1a0)];_0x3ba10d['cfQXu'](_0x1bd1cf,TestFrameworkConstants[_0x19dbfa(0x1e6)])&&(_0x5b0a72[TestFrameworkConstants[_0x19dbfa(0x267)]]=!_0x4dcc34[_0x19dbfa(0x1ea)]?_0x3ba10d['ttHEc']:_0x3ba10d[_0x19dbfa(0x1d2)]);const _0x2d8a05=new Date(_0x4dcc34[_0x19dbfa(0x1e7)]),_0x3dce32=new Date(_0x3ba10d[_0x19dbfa(0x242)](_0x2d8a05[_0x19dbfa(0x26f)](),_0x4dcc34[_0x19dbfa(0x25e)]));_0x5b0a72[TestFrameworkConstants[_0x19dbfa(0x1e1)]]=_0x3dce32[_0x19dbfa(0x1f1)](),_0x5b0a72[TestFrameworkConstants[_0x19dbfa(0x244)]]=_0x5b935a;const _0x2a2184=_0x5b0a72[TestFrameworkConstants['KEY_HOOK_ID']];await this['sendLogCreatedEvent'](_0x8b7596,_0x3e8a1a,_0x2a2184,_0x3ba10d[_0x19dbfa(0x192)],_0x10f545),!_0x17efed[_0x39043a]&&(_0x17efed[_0x39043a]=[]),_0x17efed[_0x39043a]['push'](_0x5b0a72),_0x502307[_0x448016][TestFrameworkConstants[_0x19dbfa(0x1a8)]]=_0x39043a;}}}return _0x502307;}async['sendLogCreatedEvent'](_0x6b2aa9,_0x48024d,_0x68cbde,_0x3fc577,_0xe315fe){const _0x25a174=a73_0x2fe7bc,_0x432f5d={'sXyPH':function(_0x83f3cc,_0x2e6c3a){return _0x83f3cc===_0x2e6c3a;},'SuduW':_0x25a174(0x1f3),'MfQhI':function(_0x4466a1,_0x1aab5c,_0x27ceae){return _0x4466a1(_0x1aab5c,_0x27ceae);},'LiUbh':_0x25a174(0x1eb),'euuci':function(_0x50169c,_0x416b00,_0x4fb420,_0x4d8b32){return _0x50169c(_0x416b00,_0x4fb420,_0x4d8b32);},'jCkLJ':function(_0x3df48f,_0x482c4e,_0x357b87){return _0x3df48f(_0x482c4e,_0x357b87);},'OAass':function(_0x49c8e6,_0x4d1b67){return _0x49c8e6/_0x4d1b67;},'OuAPR':function(_0x1751d1,_0x27ca9e){return _0x1751d1<_0x27ca9e;},'pxYtk':function(_0x5bc2f6,_0x35298f){return _0x5bc2f6*_0x35298f;},'BejKr':function(_0x4d6a33,_0x2237c6){return _0x4d6a33+_0x2237c6;},'paUoX':function(_0x48d5b1,_0x30fa7c,_0x38e370,_0x14debc,_0x31351f){return _0x48d5b1(_0x30fa7c,_0x38e370,_0x14debc,_0x31351f);},'iSbJH':function(_0x40fa08,_0x409e77){return _0x40fa08+_0x409e77;},'fdQwT':function(_0x236d13,_0x18e519,_0x429161,_0x1a5566){return _0x236d13(_0x18e519,_0x429161,_0x1a5566);},'dhmTs':_0x25a174(0x270),'rNTNM':function(_0x5f31e9,_0x236015,_0x20e312){return _0x5f31e9(_0x236015,_0x20e312);}};try{if(_0x432f5d[_0x25a174(0x1fa)](_0x3fc577,_0x432f5d[_0x25a174(0x1f2)])){const _0x45743c=await _0xe315fe['result'],_0x44db7=_0x432f5d['MfQhI'](getTestRunIdentifier,_0xe315fe[_0x25a174(0x1f3)],_0xe315fe[_0x25a174(0x1c0)]['retry']),_0x5662b0=_0xe315fe[_0x25a174(0x1f3)];logger[_0x25a174(0x1b4)](_0x25a174(0x207)+_0x44db7+'\x20result='+util['inspect'](_0x45743c));const _0x42294b=_0x6b2aa9['getAllData']()[_0x25a174(0x199)](_0x44db7)[TestFrameworkConstants['KEY_TEST_UUID']];await _0x432f5d[_0x25a174(0x1f6)](sendTraceZip,_0x45743c,_0x42294b);const _0x4ef2e3=TestInfo['getTestDetails'](_0x44db7)[_0x432f5d['LiUbh']],_0x90bffa={};if(_0x4ef2e3){!_0x45743c['attachments']&&(_0x45743c[_0x25a174(0x1eb)]=[]);_0x90bffa[_0x25a174(0x1eb)]=_0x45743c[_0x25a174(0x1eb)]['concat'](_0x4ef2e3||[]);const _0x2170fc=TestInfo[_0x25a174(0x255)](_0x44db7);delete _0x2170fc[_0x432f5d[_0x25a174(0x1bb)]],TestInfo[_0x25a174(0x21a)](_0x44db7,_0x2170fc);}const {steps:_0x1b5291,logs:_0x1104c5}=_0x432f5d[_0x25a174(0x1b8)](getStepsAndLogs,_0x45743c[_0x25a174(0x19a)],_0x6b2aa9[_0x25a174(0x271)]()[_0x25a174(0x199)](_0x44db7)[TestFrameworkConstants[_0x25a174(0x1c1)]],_0x432f5d[_0x25a174(0x1f2)]),_0x496fc2=_0x432f5d[_0x25a174(0x1f6)](getScreenshots,_0x90bffa,_0x6b2aa9[_0x25a174(0x271)]()[_0x25a174(0x199)](_0x44db7)[TestFrameworkConstants[_0x25a174(0x1c1)]]),_0x3b9e31=_0x432f5d[_0x25a174(0x1cb)](getVideos,_0x45743c,_0x6b2aa9[_0x25a174(0x271)]()['get'](_0x44db7)[TestFrameworkConstants[_0x25a174(0x1c1)]]),{_:_0x4d1316,logs:_0x7442ec}=_0x432f5d[_0x25a174(0x1cb)](getFailureData,_0x45743c[_0x25a174(0x1a5)],{'test_run_uuid':_0x6b2aa9[_0x25a174(0x271)]()[_0x25a174(0x199)](_0x44db7)[TestFrameworkConstants[_0x25a174(0x1c1)]]}),_0x3819a1=TestInfo[_0x25a174(0x255)](_0x44db7)[TestFrameworkConstants[_0x25a174(0x1cc)]]||{},_0x942311=_0x432f5d[_0x25a174(0x1f6)](getMediaArtifactsLogs,_0x3819a1,_0x6b2aa9[_0x25a174(0x271)]()['get'](_0x44db7)[TestFrameworkConstants[_0x25a174(0x1c1)]]),_0x57d639=_0x6b2aa9[_0x25a174(0x271)]()[_0x25a174(0x199)](_0x44db7),{[TestFrameworkConstants[_0x25a174(0x256)]]:_0x38ddff='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x226301=''}=_0x57d639,_0x5c0873=(_0x1104c5||[])[_0x25a174(0x201)](_0x496fc2||[])['concat'](_0x7442ec||[])[_0x25a174(0x201)](_0x3b9e31||[])[_0x25a174(0x201)](_0x942311||[]),_0x2352cc=0x28,_0x19eeab=Math['ceil'](_0x432f5d[_0x25a174(0x1ce)](_0x5c0873[_0x25a174(0x262)],_0x2352cc));for(let _0x5a53c8=0x0;_0x432f5d[_0x25a174(0x212)](_0x5a53c8,_0x19eeab);_0x5a53c8++){const _0x40dfca=_0x432f5d[_0x25a174(0x263)](_0x5a53c8,_0x2352cc),_0x351367=_0x432f5d['BejKr'](_0x40dfca,_0x2352cc),_0x125008=_0x5c0873[_0x25a174(0x1f0)](_0x40dfca,_0x351367),_0x358137={'platformIndex':'0','logs':_0x125008,'testFrameworkName':_0x38ddff,'testFrameworkVersion':_0x226301,'testFrameworkState':_0x48024d[_0x25a174(0x24d)]()[_0x25a174(0x1f8)]('.')[0x1]};_0x432f5d[_0x25a174(0x246)](updatePayloadForTraceLogs,_0x358137,_0xe315fe,_0x44db7,_0x6b2aa9),logger[_0x25a174(0x1b4)]('sendLogCreatedEvent\x20for\x20testId:\x20'+_0x44db7+_0x25a174(0x1cd)+_0x432f5d[_0x25a174(0x222)](_0x5a53c8,0x1)+'/'+_0x19eeab+'\x20payload='+util[_0x25a174(0x272)](_0x358137));const _0x510106=await GrpcClient[_0x25a174(0x1a1)]()['logCreatedEvent'](_0x358137);logger['debug'](_0x25a174(0x26b)+_0x44db7+_0x25a174(0x1cd)+_0x432f5d[_0x25a174(0x1ee)](_0x5a53c8,0x1)+'/'+_0x19eeab+'\x20response='+util['inspect'](_0x510106));}}else{const {steps:_0x290506,logs:_0x32c05d}=_0x432f5d[_0x25a174(0x1a2)](getStepsAndLogs,_0xe315fe['step']['steps'],_0x68cbde,_0x432f5d['dhmTs']),_0x328b33=_0x432f5d[_0x25a174(0x1d1)](getTestRunIdentifier,_0xe315fe[_0x25a174(0x1f3)],_0xe315fe[_0x25a174(0x1c0)][_0x25a174(0x1b6)]);logger[_0x25a174(0x1b4)](_0x25a174(0x207)+_0x328b33);const _0x15c698=_0x6b2aa9['getAllData']()['get'](_0x328b33),{[TestFrameworkConstants[_0x25a174(0x256)]]:_0x4c7e73='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x5c2022=''}=_0x15c698,_0x5cc3c0={'platformIndex':'0','logs':_0x32c05d,'testFrameworkName':_0x4c7e73,'testFrameworkVersion':_0x5c2022,'testFrameworkState':_0x48024d[_0x25a174(0x24d)]()[_0x25a174(0x1f8)]('.')[0x1]};_0x432f5d[_0x25a174(0x246)](updatePayloadForTraceLogs,_0x5cc3c0,_0xe315fe,_0x328b33,_0x6b2aa9),logger[_0x25a174(0x1b4)]('sendLogCreatedEvent\x20for\x20testId:\x20'+_0x328b33+_0x25a174(0x233)+util[_0x25a174(0x272)](_0x5cc3c0));const _0x377edf=await GrpcClient['getInstance']()[_0x25a174(0x224)](_0x5cc3c0);}}catch(_0x54ff09){logger[_0x25a174(0x1ea)](_0x25a174(0x260)+util[_0x25a174(0x21c)](_0x54ff09));}}[a73_0x2fe7bc(0x247)](_0x73fc0e){const _0x23d47e=a73_0x2fe7bc,_0x1105ed={'BkEBk':function(_0x206121,_0x3b7856,_0x5aea1a){return _0x206121(_0x3b7856,_0x5aea1a);},'updCk':'base64'};try{const _0x325811=_0x73fc0e[_0x23d47e(0x1f3)]['id'],_0x426a8a=_0x1105ed[_0x23d47e(0x1f4)](getTestRunIdentifier,_0x73fc0e[_0x23d47e(0x1f3)],_0x73fc0e[_0x23d47e(0x1c0)]['retry']),_0x1a60b9=_0x73fc0e[_0x23d47e(0x23b)],_0x1f4080=_0x1a60b9[_0x23d47e(0x1fc)](),_0x390ff4=_0x1a60b9[_0x23d47e(0x271)]()[_0x23d47e(0x199)](_0x426a8a);logger[_0x23d47e(0x1b4)](_0x23d47e(0x1dd)+_0x325811);const {[TestFrameworkConstants[_0x23d47e(0x256)]]:_0x46c0a5='',[TestFrameworkConstants[_0x23d47e(0x231)]]:_0x361622='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x37263d='',[TestFrameworkConstants[_0x23d47e(0x254)]]:_0x460e79=''}=_0x390ff4,_0xa2d69c=_0x1a60b9[_0x23d47e(0x191)]()['toString']()[_0x23d47e(0x1f8)]('.')[0x1],_0x20834d=_0x1a60b9[_0x23d47e(0x20a)]()[_0x23d47e(0x24d)]()[_0x23d47e(0x1f8)]('.')[0x1],_0x81aaad=global?.[_0x23d47e(0x206)]?.[_0x23d47e(0x202)]?.[_0x23d47e(0x217)],_0x48151c=_0x1a60b9[_0x23d47e(0x1e5)](),_0x2c4e45=Buffer[_0x23d47e(0x1ba)](JSON[_0x23d47e(0x1e3)](_0x390ff4))[_0x23d47e(0x24d)](_0x1105ed['updCk']),_0x4efca5={'hash':_0x1f4080[_0x23d47e(0x20e)](),'threadId':_0x1f4080[_0x23d47e(0x230)]()[_0x23d47e(0x24d)](),'processId':_0x1f4080[_0x23d47e(0x22c)]()[_0x23d47e(0x24d)]()},_0x187c56={};_0x187c56[_0x23d47e(0x208)]=_0x81aaad,_0x187c56['testFrameworkName']=_0x46c0a5,_0x187c56[_0x23d47e(0x19b)]=_0x361622,_0x187c56['testFrameworkState']=_0xa2d69c,_0x187c56['hookState']=_0x20834d,_0x187c56[_0x23d47e(0x1ec)]=_0x37263d,_0x187c56[_0x23d47e(0x252)]=_0x460e79,_0x187c56[_0x23d47e(0x26c)]=_0x48151c,_0x187c56[_0x23d47e(0x258)]=_0x2c4e45,_0x187c56[_0x23d47e(0x220)]=_0x4efca5;const _0x2c2b22=_0x187c56;return logger[_0x23d47e(0x1b4)](_0x23d47e(0x225)+_0x325811+_0x23d47e(0x261)+_0xa2d69c+_0x23d47e(0x23f)+_0x20834d),_0x2c2b22;}catch(_0x4bccd3){return logger[_0x23d47e(0x1ea)](_0x23d47e(0x26d)+util[_0x23d47e(0x21c)](_0x4bccd3)),{};}}}module[a73_0x2fe7bc(0x25b)]=PlaywrightTestFramework;
1
+ function a73_0x5054(_0x479417,_0x453f9d){const _0x555fa7=a73_0x555f();return a73_0x5054=function(_0x50547c,_0x1ee77e){_0x50547c=_0x50547c-0x1c0;let _0x5a8fcb=_0x555fa7[_0x50547c];return _0x5a8fcb;},a73_0x5054(_0x479417,_0x453f9d);}const a73_0x42a3e8=a73_0x5054;(function(_0x448d29,_0x1dd88c){const _0x381b79=a73_0x5054,_0x1bee33=_0x448d29();while(!![]){try{const _0x405011=-parseInt(_0x381b79(0x268))/0x1+parseInt(_0x381b79(0x21a))/0x2*(-parseInt(_0x381b79(0x257))/0x3)+parseInt(_0x381b79(0x1ce))/0x4*(-parseInt(_0x381b79(0x2a8))/0x5)+-parseInt(_0x381b79(0x21f))/0x6+-parseInt(_0x381b79(0x28e))/0x7+-parseInt(_0x381b79(0x202))/0x8+-parseInt(_0x381b79(0x231))/0x9*(-parseInt(_0x381b79(0x229))/0xa);if(_0x405011===_0x1dd88c)break;else _0x1bee33['push'](_0x1bee33['shift']());}catch(_0x3064e9){_0x1bee33['push'](_0x1bee33['shift']());}}}(a73_0x555f,0x3bb6e));const TestFramework=require(a73_0x42a3e8(0x250)),TestFrameworkState=require(a73_0x42a3e8(0x239)),HookState=require(a73_0x42a3e8(0x208)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a73_0x42a3e8(0x247)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a73_0x42a3e8(0x258)),logger=createClassLogger(a73_0x42a3e8(0x1fc)),{v4:uuidv4}=require('uuid'),util=require(a73_0x42a3e8(0x226)),{getPlaywrightSessionName,getPlaywrightTestFilePath,getPlaywrightTestId,getPlaywrightTestTitle,getPlaywrightTestLocation,getPlaywrightTestTags,getPlaywrightTestCode,getPlaywrightTestScope,getPlaywrightTestScopes,getStepsAndLogs,getScreenshots,getVideos,getPlaywrightCustomRerunParam,getMediaArtifactsLogs,getManualUploadLogs,updatePayloadForTraceLogs}=require(a73_0x42a3e8(0x21b)),TestInfo=require(a73_0x42a3e8(0x235)),GrpcClient=require(a73_0x42a3e8(0x1fb)),{removeAnsiColors,getFailureType,failureData}=require(a73_0x42a3e8(0x27d)),{getFailureData,getTestTags,getTestRunIdentifier}=require(a73_0x42a3e8(0x279)),{findNestedKey,sendTraceZip,validateFilePath}=require(a73_0x42a3e8(0x279)),path=require(a73_0x42a3e8(0x299)),fs=require('fs'),helper=require('../../../../src/helpers/helper'),{PLAYWRIGHT_TRACE_LOGS}=require(a73_0x42a3e8(0x236));function a73_0x555f(){const _0x3b0f77=['values','KEY_TEST_FRAMEWORK_NAME','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','Error\x20processing\x20trace\x20file\x20','isArray','getAllData','../cliUtils.js','KEY_HOOKS_STARTED','Hook\x20List\x20in\x20Post\x20','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','DEFAULT_HOOK_RESULT','KEY_TEST_FRAMEWORK_VERSION','cxRWb','TRryD','\x20\x20and\x20args\x20=\x20','./testFramework','step','info','fQRmV','KEY_TEST_RESULT_AT','KEY_HOOK_LAST_STARTED','expectedStatus','6FZxhCC','./constants/testFrameworkConstants.js','push','setTestDetails','RQIDA','QyJCg','endedAt','KEY_HOOK_FAILURE_TYPE','KEY_LOGS','testFrameworkName','trim','hphSH','field_type','KEY_HOOKS_FINISHED','stringify','No\x20reason\x20provided','KEY_EVENT_STARTED_AT','338619lIBWND','PfXfP','trackEvent','KEY_TEST_RERUN_NAME','ScdhC','PMweK','KEY_TEST_ATTACHMENTS','get','toISOString','__workerDetails','trackPlaywrightInstance','tfALe','POST','runHooks','UiLqU','hlriv','KEY_HOOK_LOGS','../../playwright/reporter/pwUtils','msraI','EvDnd','\x20from\x20TestDetails:\x20','../../../helpers/test-observability/utils','NONE','mOpUB','zRHzh','getRef','duration','hookState','OAFNc','debug','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','TVpZL','testFrameworkState','NOtqR','KEY_TEST_TAGS','failed','\x20and\x20args\x20=\x20','KEY_TEST_LOCATION','3280928bYoXvJ','buSIC','ZdUbv','skipped','KEY_TEST_ENDED_AT','passed','PRE','\x20result=','test','uuid','workerInfo','path','sendLogCreatedEvent\x20for\x20testId:\x20','result','rweax',',\x20state=','retry','SRDaG','KGuuM','ktbqx','\x20testHookState=','getCurrentInstanceName','parsePlaywrightTestResult','\x20instance=','logCreatedEvent','TEST_SCREENSHOT','105PWbIVa','executionContext','size','from','getId','basename','KEY_TEST_FILE_PATH','instance','trackEvent\x20loading\x20testResults\x20for\x20testId:\x20','toString','some','KEY_AUTOMATE_SESSION_NAME','KEY_TEST_FAILURE_REASON',',\x20testFrameworkState=','rRhbq','annotations','chFby','getTime','KEY_TEST_STARTED_AT','Error\x20in\x20sendLogCreatedEvent:\x20','65024WpxYsv','YpAjD','ycIlv','ZhskS','IsSgt','\x20hookState=','zfUKQ','err','getTestFrameworksVersions','multi_dropdown','title','PlNwu','platformIndex','testFrameworkVersion','sendLogCreatedEvent:\x20testId=','error','resolveInstance','split','getThreadId','OqLuv','kVbHN','length','getCurrentHookState','KEY_TEST_FAILURE','pop','yXeWd','KEY_HOOK_NAME','stack','format','steps','TEST','exports','tvcBP','statSync','LnTgg','KEY_TEST_SCOPES','KEY_HOOK_ID','skDEY','KEY_TEST_FAILURE_TYPE','parallelIndex','getTestUUID','getTestFrameworks','KEY_HOOK_LAST_FINISHED','startTime','matchHookRegex','../grpcClient','PlaywrightTestFramework','status','description','jxEkq','forEach','ssDGx','130336pnbixn','OOunH','zhwob','trackEvent:\x20found\x20instance,\x20testFrameworkState=','filePath','createContext','../state/hookState.js','getTestDetails','rKIpG','errors','INIT_TEST','CCeIK','CwRQy','wkVtI','kZeqo','KEY_TEST_LOGS','KEY_TEST_RESULT','oClsd','KEY_CUSTOM_TAGS','sendLogCreatedEvent','concat','\x20payload=','\x20hookState:\x20','message','438872CsxBLj','../../../helpers/helper.js','KEY_TEST_NAME','vMCsR','ognZF','2039382eBMyxT','\x20target=','qkdnV','timedOut','gxSNK','KEY_TEST_UUID','jvKZI','util','trackHookEvent','getTraceFilePaths','2250yVIHuw','\x20response=','KEY_HOOK_RESULT','map','\x20batch\x20','Error\x20in\x20createTestFrameworkEventPayload:\x20','getTestIdentifierFromTestInfo','attachments','87534avSryZ','OKHsC','addMultipleEntries','parsePlaywrightTest','../TestInfo.js','../../utils/constants','inspect','AsqkX','../state/testFrameworkState.js','getProcessId','Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20','nolDF','KEY_TEST_SCOPE','ahcBw','PdgkH'];a73_0x555f=function(){return _0x3b0f77;};return a73_0x555f();}class PlaywrightTestFramework extends TestFramework{constructor(_0x1f5391,_0x220f42,_0x3c1102){super(_0x1f5391,_0x220f42,_0x3c1102);}async[a73_0x42a3e8(0x26a)](_0x117126,_0x33781d,_0x4a635b={}){const _0x27cea9=a73_0x42a3e8,_0x1c8cf0={'ahcBw':function(_0x1e603c,_0x145bd7){return _0x1e603c===_0x145bd7;},'ScdhC':function(_0x4317d3,_0x3005d5,_0x47232d){return _0x4317d3(_0x3005d5,_0x47232d);},'cxRWb':function(_0x533559,_0x16d696){return _0x533559===_0x16d696;},'PMweK':function(_0x387167,_0x12b4c8){return _0x387167===_0x12b4c8;},'FNqJO':'test','vMCsR':_0x27cea9(0x24a)};super['trackEvent'](_0x117126,_0x33781d,_0x4a635b);if(_0x1c8cf0[_0x27cea9(0x23f)](_0x117126,TestFrameworkState[_0x27cea9(0x2a7)])){const _0x357bb6=TestInfo[_0x27cea9(0x22f)](_0x4a635b[_0x27cea9(0x296)],_0x4a635b[_0x27cea9(0x296)][_0x27cea9(0x29e)]);TestInfo['setTestDetails'](_0x357bb6,_0x4a635b[_0x27cea9(0x29b)],!![]);}const _0x345a9b=this[_0x27cea9(0x1de)](_0x117126,_0x33781d,_0x4a635b);if(!_0x345a9b)return;logger['debug'](_0x27cea9(0x205)+_0x117126+_0x27cea9(0x1d3)+_0x33781d+'\x20instanceId='+_0x345a9b['getRef']());try{if(_0x1c8cf0['ahcBw'](_0x33781d,HookState[_0x27cea9(0x294)])&&_0x1c8cf0[_0x27cea9(0x23f)](_0x117126,TestFrameworkState[_0x27cea9(0x1ec)])){const _0x2c1d6d=_0x4a635b[_0x27cea9(0x296)];logger[_0x27cea9(0x285)](_0x27cea9(0x243)+_0x2c1d6d['id']+'}');const _0x681a92=TestInfo[_0x27cea9(0x1f6)](_0x1c8cf0[_0x27cea9(0x26c)](getTestRunIdentifier,_0x2c1d6d,_0x4a635b['result'][_0x27cea9(0x29e)]));_0x345a9b['addMultipleEntries'](this[_0x27cea9(0x234)](_0x681a92,_0x2c1d6d,_0x4a635b[_0x27cea9(0x29b)])),logger['debug'](_0x27cea9(0x286)+_0x2c1d6d['id']+_0x27cea9(0x1c7)+_0x117126+_0x27cea9(0x2a2)+_0x33781d+_0x27cea9(0x2a5)+_0x345a9b[_0x27cea9(0x281)]());}if(_0x1c8cf0[_0x27cea9(0x24d)](_0x33781d,HookState[_0x27cea9(0x274)])&&_0x1c8cf0[_0x27cea9(0x26d)](_0x117126,TestFrameworkState[_0x27cea9(0x1ec)])){const _0x579395=_0x4a635b[_0x27cea9(0x296)],_0x8f3cc6=_0x4a635b[_0x27cea9(0x29b)];logger[_0x27cea9(0x285)](_0x27cea9(0x1c2)+_0x579395['id']),_0x345a9b[_0x27cea9(0x233)](this[_0x27cea9(0x2a4)](_0x579395['id'],_0x8f3cc6,_0x579395)),await this[_0x27cea9(0x215)](_0x345a9b,_0x117126,_0x33781d,_0x1c8cf0['FNqJO'],_0x4a635b);}if(CLIUtils[_0x27cea9(0x1fa)](_0x117126[_0x27cea9(0x1c3)]()[_0x27cea9(0x1df)]('.')[0x1])){const _0x4b9af3=await this[_0x27cea9(0x227)](_0x345a9b,_0x117126,_0x33781d,_0x4a635b);_0x345a9b[_0x27cea9(0x233)](_0x4b9af3);}}catch(_0x176907){logger[_0x27cea9(0x1dd)](util['format'](_0x1c8cf0[_0x27cea9(0x21d)],_0x117126,_0x33781d,_0x4a635b[_0x27cea9(0x1e3)],_0x176907));}_0x4a635b[_0x27cea9(0x1c1)]=_0x345a9b,await this[_0x27cea9(0x275)](_0x345a9b,_0x117126,_0x33781d,_0x4a635b);}[a73_0x42a3e8(0x1de)](_0xde446d,_0x22f13e,_0x4f8e40={}){const _0x3d79cf=a73_0x42a3e8,_0x389d20={};_0x389d20[_0x3d79cf(0x20f)]=function(_0x5c83a1,_0x96ce4e){return _0x5c83a1===_0x96ce4e;};const _0x3ef985=_0x389d20;let _0x7fac35=null;return(_0x3ef985['wkVtI'](_0xde446d,TestFrameworkState[_0x3d79cf(0x20c)])||_0x3ef985[_0x3d79cf(0x20f)](_0xde446d,TestFrameworkState[_0x3d79cf(0x27e)]))&&this[_0x3d79cf(0x272)](_0xde446d,_0x4f8e40),_0x7fac35=TestFramework['getTrackedInstance'](),_0x7fac35;}[a73_0x42a3e8(0x272)](_0x1250f5,_0xd0a476){const _0xaaf97=a73_0x42a3e8,_0x5a298b=CLIUtils[_0xaaf97(0x2a3)](),_0x2f73a8=TrackedInstance[_0xaaf97(0x207)](_0x5a298b);let _0x1c5073=null;logger[_0xaaf97(0x252)]('trackPlaywrightInstance:\x20created\x20instance\x20for\x20target='+_0x5a298b+_0xaaf97(0x29d)+_0x1250f5),_0x1c5073=new TestFrameworkInstance(_0x2f73a8,this['getTestFrameworks'](),this[_0xaaf97(0x1d6)](),_0x1250f5,HookState[_0xaaf97(0x27e)]),TestFramework['setTrackedInstance'](_0x2f73a8,_0x1c5073),logger[_0xaaf97(0x252)]('trackPlaywrightInstance:\x20saved\x20instance\x20contextId='+_0x2f73a8[_0xaaf97(0x2ac)]()+_0xaaf97(0x220)+_0x5a298b);}[a73_0x42a3e8(0x234)](_0xb028b7,_0x23c590,_0x157014){const _0xfc6def=a73_0x42a3e8,_0x1230bb={'qkdnV':function(_0x1e4620,_0x1eda7f){return _0x1e4620(_0x1eda7f);},'PfXfP':function(_0x15ea65,_0x248909){return _0x15ea65(_0x248909);},'PlNwu':function(_0x439f56,_0x340fa7){return _0x439f56(_0x340fa7);},'zfUKQ':function(_0xbc7543,_0x1b7173){return _0xbc7543(_0x1b7173);},'ZhskS':function(_0x46d129,_0xc32dee){return _0x46d129(_0xc32dee);},'omTky':function(_0x3b0272,_0x221a70,_0x3a7867){return _0x3b0272(_0x221a70,_0x3a7867);}},_0x2c4cb0=_0x1230bb[_0xfc6def(0x221)](getPlaywrightTestId,_0x23c590),_0x2743a0=_0x1230bb[_0xfc6def(0x221)](getPlaywrightTestTitle,_0x23c590),_0x5e0f08=_0x1230bb[_0xfc6def(0x269)](getTestTags,_0x23c590),_0x360093=_0x1230bb[_0xfc6def(0x221)](getPlaywrightTestCode,_0x23c590),_0x132500=_0x1230bb[_0xfc6def(0x221)](getPlaywrightTestFilePath,_0x23c590),_0x33250a=_0x132500+':'+_0x1230bb[_0xfc6def(0x1d9)](getPlaywrightTestLocation,_0x23c590),_0xf715c5=_0x1230bb[_0xfc6def(0x1d4)](getPlaywrightTestScope,_0x23c590),_0x266415=_0x1230bb[_0xfc6def(0x1d4)](getPlaywrightTestScopes,_0x23c590),_0x5a05d2=_0x1230bb[_0xfc6def(0x1d1)](getPlaywrightSessionName,_0x23c590),_0x5d6652=this[_0xfc6def(0x1f7)]()[0x0],_0x36d458=_0x1230bb['omTky'](getTestRunIdentifier,_0x23c590,_0x157014[_0xfc6def(0x29e)]),_0x2c09ff={[TestFrameworkConstants[_0xfc6def(0x242)]]:_0x5d6652,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0xfc6def(0x1d6)]()[_0x5d6652],[TestFrameworkConstants[_0xfc6def(0x211)]]:[],[TestFrameworkConstants[_0xfc6def(0x264)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0xfc6def(0x224)]]:_0xb028b7,[TestFrameworkConstants[_0xfc6def(0x212)]]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants[_0xfc6def(0x1c5)]]:_0x5a05d2,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x132500,[TestFrameworkConstants['KEY_TEST_ID']]:_0x2c4cb0,[TestFrameworkConstants[_0xfc6def(0x21c)]]:_0x2743a0,[TestFrameworkConstants[_0xfc6def(0x28d)]]:_0x33250a,[TestFrameworkConstants['KEY_TEST_CODE']]:_0x360093,[TestFrameworkConstants[_0xfc6def(0x28a)]]:_0x5e0f08,[TestFrameworkConstants[_0xfc6def(0x1cc)]]:_0x23c590['results'][0x0][_0xfc6def(0x1f9)],[TestFrameworkConstants[_0xfc6def(0x23e)]]:_0xf715c5,[TestFrameworkConstants[_0xfc6def(0x1f1)]]:_0x266415,[TestFrameworkConstants[_0xfc6def(0x26b)]]:_0x1230bb[_0xfc6def(0x1d1)](getPlaywrightCustomRerunParam,_0x23c590)};TestInfo[_0xfc6def(0x25a)](_0x36d458,_0x2c09ff);const _0xa9d262={};return _0xa9d262[_0x36d458]=_0x2c09ff,_0xa9d262;}[a73_0x42a3e8(0x2a4)](_0x5c00b0,_0x2753c6,_0x57bfd1){const _0x1a3d9b=a73_0x42a3e8,_0x91a6e6={'jvKZI':function(_0x3b2e93,_0x1c74d2){return _0x3b2e93(_0x1c74d2);},'EvDnd':'TEST_ATTACHMENT','ZdUbv':function(_0x41349f,_0x1d567b){return _0x41349f===_0x1d567b;},'NOtqR':function(_0xa0417b,_0x367c8e){return _0xa0417b===_0x367c8e;},'mOpUB':function(_0x47951e,_0x1fd3a3){return _0x47951e===_0x1fd3a3;},'PdgkH':function(_0xfb1247,_0x59d02f){return _0xfb1247(_0x59d02f);},'hlriv':_0x1a3d9b(0x266),'kVbHN':_0x1a3d9b(0x1d7),'zhwob':function(_0xf4523a,_0x3907f1){return _0xf4523a(_0x3907f1);},'zRHzh':function(_0x25b5fa,_0x145b3d,_0x5451a4){return _0x25b5fa(_0x145b3d,_0x5451a4);},'swYyO':function(_0x19dcbb,_0x2e29af){return _0x19dcbb+_0x2e29af;},'OOunH':function(_0x3f68f3,_0x7cdbdc){return _0x3f68f3===_0x7cdbdc;},'OKHsC':function(_0x385277,_0x27ce7){return _0x385277===_0x27ce7;},'msraI':_0x1a3d9b(0x291),'ycIlv':'passed','skDEY':function(_0x178d98,_0x2a6f3d){return _0x178d98===_0x2a6f3d;},'kZeqo':_0x1a3d9b(0x28b),'OAFNc':_0x1a3d9b(0x222),'UiLqU':function(_0x54abb9,_0x8836e4){return _0x54abb9===_0x8836e4;},'ktbqx':'Expected\x20to\x20fail,\x20but\x20passed.','CCeIK':function(_0xad1b64,_0x4b17d7,_0x308075){return _0xad1b64(_0x4b17d7,_0x308075);},'gxSNK':function(_0x53687f,_0x3492c9){return _0x53687f||_0x3492c9;},'hphSH':function(_0x665d84,_0x27412d){return _0x665d84>_0x27412d;},'YizZB':function(_0x40f5f2,_0x4c2627){return _0x40f5f2-_0x4c2627;},'LRxJY':function(_0x251778,_0xd07b6,_0xb3e642){return _0x251778(_0xd07b6,_0xb3e642);},'ssDGx':_0x1a3d9b(0x299),'fQRmV':function(_0x448cb7,_0x320687){return _0x448cb7>_0x320687;},'ylwqn':function(_0x502993,_0x2f1492,_0x358a2f){return _0x502993(_0x2f1492,_0x358a2f);}};logger[_0x1a3d9b(0x285)]('parsePlaywrightTestResult:\x20testId='+_0x5c00b0);const _0x563dfa=_0x91a6e6[_0x1a3d9b(0x280)](getTestRunIdentifier,_0x57bfd1,_0x2753c6[_0x1a3d9b(0x29e)]),_0x5714db=new Date(_0x2753c6[_0x1a3d9b(0x1f9)]),_0x3b7610=_0x2753c6[_0x1a3d9b(0x282)],_0x6c93ab=new Date(_0x91a6e6['swYyO'](_0x5714db[_0x1a3d9b(0x1cb)](),_0x3b7610)),_0x330b3a=_0x2753c6['status'],_0xe8cddf=TestInfo['getTestDetails'](_0x563dfa)[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{};let _0xfac47d=_0x330b3a;if(_0x91a6e6[_0x1a3d9b(0x203)](_0x2753c6['status'],_0x57bfd1[_0x1a3d9b(0x256)]))_0xfac47d=_0x91a6e6['OKHsC'](_0x2753c6['status'],_0x91a6e6['msraI'])?_0x91a6e6[_0x1a3d9b(0x27a)]:_0x91a6e6['ycIlv'];else{(_0x91a6e6[_0x1a3d9b(0x289)](_0xfac47d,_0x91a6e6[_0x1a3d9b(0x1d0)])||_0x91a6e6[_0x1a3d9b(0x1f3)](_0xfac47d,_0x91a6e6[_0x1a3d9b(0x210)])||_0x91a6e6[_0x1a3d9b(0x232)](_0xfac47d,_0x91a6e6[_0x1a3d9b(0x284)]))&&(_0xfac47d=_0x91a6e6[_0x1a3d9b(0x210)]);if(_0x91a6e6[_0x1a3d9b(0x232)](_0x2753c6[_0x1a3d9b(0x1fd)],_0x91a6e6[_0x1a3d9b(0x1d0)])&&_0x91a6e6[_0x1a3d9b(0x276)](_0x57bfd1[_0x1a3d9b(0x256)],_0x91a6e6['kZeqo'])){const _0x4f17c4={};_0x4f17c4[_0x1a3d9b(0x219)]=_0x91a6e6[_0x1a3d9b(0x2a1)],_0x4f17c4[_0x1a3d9b(0x1e9)]=_0x91a6e6[_0x1a3d9b(0x2a1)],_0x2753c6[_0x1a3d9b(0x1dd)]=_0x4f17c4,_0x2753c6[_0x1a3d9b(0x20b)]=[_0x2753c6['error']];}}const {failureData:_0x35c4e7,logs:_0x50b33a}=_0x91a6e6[_0x1a3d9b(0x20d)](getFailureData,_0x2753c6?.[_0x1a3d9b(0x20b)],{}),_0x1817ed={[TestFrameworkConstants[_0x1a3d9b(0x1e5)]]:_0x91a6e6[_0x1a3d9b(0x223)](_0x35c4e7,null),[TestFrameworkConstants[_0x1a3d9b(0x1f4)]]:_0x2753c6?.[_0x1a3d9b(0x1dd)]&&_0x91a6e6[_0x1a3d9b(0x204)](getFailureType,_0x2753c6[_0x1a3d9b(0x1dd)][_0x1a3d9b(0x219)]),[TestFrameworkConstants[_0x1a3d9b(0x1c6)]]:_0x2753c6?.[_0x1a3d9b(0x1dd)]&&_0x91a6e6[_0x1a3d9b(0x240)](removeAnsiColors,_0x2753c6['error'][_0x1a3d9b(0x219)]),[TestFrameworkConstants[_0x1a3d9b(0x25f)]]:[],[TestFrameworkConstants[_0x1a3d9b(0x212)]]:_0xfac47d,[TestFrameworkConstants[_0x1a3d9b(0x292)]]:_0x6c93ab[_0x1a3d9b(0x270)](),[TestFrameworkConstants[_0x1a3d9b(0x254)]]:new Date()[_0x1a3d9b(0x270)](),[TestFrameworkConstants[_0x1a3d9b(0x214)]]:_0xe8cddf};if(_0x2753c6&&_0x91a6e6[_0x1a3d9b(0x262)](_0x2753c6[_0x1a3d9b(0x29e)],0x0)){const _0x4ac8a1=TestInfo['getTestUUID'](_0x91a6e6[_0x1a3d9b(0x20d)](getTestRunIdentifier,_0x57bfd1,_0x91a6e6['YizZB'](_0x2753c6[_0x1a3d9b(0x29e)],0x1)));_0x1817ed[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x4ac8a1;}const _0x437724={};_0x437724[_0x1a3d9b(0x296)]=_0x57bfd1;const _0x358edd=this[_0x1a3d9b(0x1de)](TestFrameworkState[_0x1a3d9b(0x1ec)],HookState[_0x1a3d9b(0x274)],_0x437724),_0x2b4f14=_0x358edd[_0x1a3d9b(0x246)]()[_0x1a3d9b(0x26f)](_0x563dfa)[TestFrameworkConstants[_0x1a3d9b(0x224)]],_0x43e954=[],_0x31de2e=_0x91a6e6['LRxJY'](findNestedKey,_0x2753c6,_0x91a6e6[_0x1a3d9b(0x201)]);if(_0x31de2e&&_0x91a6e6[_0x1a3d9b(0x225)](validateFilePath,_0x31de2e))try{_0x43e954[_0x1a3d9b(0x259)]({'kind':_0x91a6e6[_0x1a3d9b(0x27b)],'timestamp':new Date()[_0x1a3d9b(0x270)](),'test_run_uuid':_0x2b4f14,'file_name':path[_0x1a3d9b(0x2ad)](_0x31de2e),'file_size':fs[_0x1a3d9b(0x1ef)](_0x31de2e)[_0x1a3d9b(0x2aa)],'attachment_type':PLAYWRIGHT_TRACE_LOGS});}catch(_0x16f942){logger[_0x1a3d9b(0x1dd)]('Error\x20processing\x20direct\x20trace\x20file\x20'+_0x31de2e+':\x20'+_0x16f942[_0x1a3d9b(0x219)]);}const _0x2b36e8=TestInfo[_0x1a3d9b(0x228)](),_0x5851de=_0x2b36e8['filter'](_0x3a8455=>_0x3a8455['testUId']===_0x2b4f14);_0x5851de[_0x1a3d9b(0x200)](_0x503abb=>{const _0x311bea=_0x1a3d9b;if(_0x503abb[_0x311bea(0x206)]&&_0x91a6e6['jvKZI'](validateFilePath,_0x503abb[_0x311bea(0x206)])&&!_0x43e954[_0x311bea(0x1c4)](_0x4779fb=>_0x4779fb['file_name']===path['basename'](_0x503abb[_0x311bea(0x206)])))try{_0x43e954['push']({'kind':_0x91a6e6[_0x311bea(0x27b)],'timestamp':new Date()[_0x311bea(0x270)](),'test_run_uuid':_0x2b4f14,'file_name':path[_0x311bea(0x2ad)](_0x503abb[_0x311bea(0x206)]),'file_size':fs['statSync'](_0x503abb['filePath'])[_0x311bea(0x2aa)],'attachment_type':PLAYWRIGHT_TRACE_LOGS});}catch(_0x469089){logger[_0x311bea(0x1dd)](_0x311bea(0x244)+_0x503abb[_0x311bea(0x206)]+_0x311bea(0x27c)+_0x469089[_0x311bea(0x219)]);}});if(_0x91a6e6[_0x1a3d9b(0x253)](_0x43e954[_0x1a3d9b(0x1e3)],0x0)){const _0x4f768a=_0x1817ed[TestFrameworkConstants[_0x1a3d9b(0x25f)]]||[];_0x1817ed[TestFrameworkConstants['KEY_LOGS']]=[..._0x4f768a,..._0x43e954];}const _0x1fad99=TestInfo['getTestDetails'](_0x563dfa)[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x49abd2=_0x91a6e6['ylwqn'](getManualUploadLogs,_0x1fad99,_0x358edd[_0x1a3d9b(0x246)]()[_0x1a3d9b(0x26f)](_0x563dfa)[TestFrameworkConstants[_0x1a3d9b(0x224)]]);if(_0x91a6e6[_0x1a3d9b(0x262)](_0x49abd2['length'],0x0)){const _0x322a35=_0x1817ed[TestFrameworkConstants[_0x1a3d9b(0x25f)]]||[];_0x1817ed[TestFrameworkConstants['KEY_LOGS']]=[..._0x322a35,..._0x49abd2];}const _0x1c5e28=_0x57bfd1[_0x1a3d9b(0x1c9)]||[],_0x34b803=_0x1817ed[TestFrameworkConstants[_0x1a3d9b(0x214)]]||{};_0x1c5e28[_0x1a3d9b(0x200)](_0x7249b2=>{const _0x1e74ae=_0x1a3d9b,{type:_0x326e7d}=_0x7249b2;let _0x3f21c0=_0x7249b2[_0x1e74ae(0x1fe)];if(!_0x326e7d)return;(_0x91a6e6[_0x1e74ae(0x290)](_0x3f21c0,undefined)||_0x91a6e6[_0x1e74ae(0x289)](_0x3f21c0,null)||_0x91a6e6[_0x1e74ae(0x27f)](_0x91a6e6['PdgkH'](String,_0x3f21c0)[_0x1e74ae(0x261)](),''))&&(_0x3f21c0=_0x91a6e6[_0x1e74ae(0x277)]);if(!_0x34b803[_0x326e7d]){const _0x1a689e={};_0x1a689e[_0x1e74ae(0x263)]=_0x91a6e6['kVbHN'],_0x1a689e['values']=[],_0x34b803[_0x326e7d]=_0x1a689e;}else!_0x34b803[_0x326e7d][_0x1e74ae(0x263)]&&(_0x34b803[_0x326e7d]['field_type']=_0x91a6e6[_0x1e74ae(0x1e2)]),!Array[_0x1e74ae(0x245)](_0x34b803[_0x326e7d][_0x1e74ae(0x241)])&&(_0x34b803[_0x326e7d][_0x1e74ae(0x241)]=[]);const _0x587685=_0x91a6e6[_0x1e74ae(0x204)](String,_0x3f21c0)[_0x1e74ae(0x1df)](',')[_0x1e74ae(0x22c)](_0x48c1d7=>_0x48c1d7[_0x1e74ae(0x261)]());_0x34b803[_0x326e7d][_0x1e74ae(0x241)]=[...new Set([..._0x34b803[_0x326e7d]['values'],..._0x587685])];}),_0x1817ed[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x34b803,TestInfo['setTestDetails'](_0x563dfa,_0x1817ed);const _0x129165={};return _0x129165[_0x563dfa]=_0x1817ed,_0x129165;}async[a73_0x42a3e8(0x227)](_0x19ee59,_0x51babd,_0x2d5b7e,_0x4baf58){const _0x590430=a73_0x42a3e8,_0x4d3ce9={'IsSgt':function(_0x26b84e,_0x34aa5b,_0xce99dd){return _0x26b84e(_0x34aa5b,_0xce99dd);},'SRDaG':function(_0x8ef40d,_0x5610e1){return _0x8ef40d in _0x5610e1;},'LnTgg':function(_0x24077d,_0x3ba37b){return _0x24077d(_0x3ba37b);},'cVkoh':function(_0x293681,_0x2eac79){return _0x293681(_0x2eac79);},'rRhbq':function(_0x420e6e,_0xa660c9){return _0x420e6e===_0xa660c9;},'FXErk':function(_0x38811d){return _0x38811d();},'TVpZL':function(_0x41755f,_0x2167fb){return _0x41755f>_0x2167fb;},'UJkWC':_0x590430(0x1d5),'YpAjD':function(_0x4c77ee,_0x46bc32){return _0x4c77ee(_0x46bc32);},'QyJCg':_0x590430(0x28b),'tfALe':_0x590430(0x293),'AsqkX':function(_0x28d567,_0x5e0af0){return _0x28d567!==_0x5e0af0;},'Ywvje':function(_0xbed388,_0x116053){return _0xbed388+_0x116053;},'buSIC':'hook'},_0x3dd836=_0x4baf58[_0x590430(0x296)],_0x46b4ba=_0x4baf58[_0x590430(0x251)],_0x3a404b=_0x4d3ce9[_0x590430(0x1d2)](getTestRunIdentifier,_0x3dd836,_0x4baf58[_0x590430(0x29b)][_0x590430(0x29e)]),_0x2700ca=_0x51babd[_0x590430(0x1c3)]()['split']('.')[0x1];let _0x1a389e=_0x19ee59[_0x590430(0x246)]()[_0x590430(0x26f)](_0x3a404b)[TestFrameworkConstants[_0x590430(0x248)]];!_0x1a389e&&(_0x1a389e={});!_0x4d3ce9[_0x590430(0x29f)](_0x2700ca,_0x1a389e)&&(_0x1a389e[_0x2700ca]=[]);let _0xeae038=_0x19ee59[_0x590430(0x246)]()['get'](_0x3a404b)[TestFrameworkConstants[_0x590430(0x264)]];!_0xeae038&&(_0xeae038={});!_0x4d3ce9[_0x590430(0x29f)](_0x2700ca,_0xeae038)&&(_0xeae038[_0x2700ca]=[]);const _0x1dbefe={[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x1a389e,[TestFrameworkConstants[_0x590430(0x264)]]:_0xeae038},_0x331981={};_0x331981[_0x3a404b]=_0x1dbefe;const _0x1f2266=_0x331981,_0x4ef3c6=_0x4d3ce9[_0x590430(0x1f0)](getPlaywrightTestFilePath,_0x3dd836),_0x2da8fb=_0x4ef3c6+':'+_0x4d3ce9['cVkoh'](getPlaywrightTestLocation,_0x3dd836),_0x522e20=TestInfo[_0x590430(0x209)](_0x3a404b)[TestFrameworkConstants[_0x590430(0x214)]]||{};if(_0x4d3ce9['rRhbq'](_0x2d5b7e,HookState[_0x590430(0x294)])){const _0x470fe9={'key':_0x2700ca,[TestFrameworkConstants[_0x590430(0x1f2)]]:_0x4d3ce9['FXErk'](uuidv4),[TestFrameworkConstants[_0x590430(0x22b)]]:TestFrameworkConstants[_0x590430(0x24b)],[TestFrameworkConstants[_0x590430(0x267)]]:_0x46b4ba[_0x590430(0x1f9)],[TestFrameworkConstants[_0x590430(0x278)]]:[],[TestFrameworkConstants[_0x590430(0x1e8)]]:_0x46b4ba[_0x590430(0x1d8)],[TestFrameworkConstants[_0x590430(0x1c0)]]:_0x4ef3c6,[TestFrameworkConstants[_0x590430(0x28d)]]:_0x2da8fb,[TestFrameworkConstants[_0x590430(0x214)]]:_0x522e20};_0x1a389e[_0x2700ca][_0x590430(0x259)](_0x470fe9),_0x1f2266[_0x3a404b][TestFrameworkConstants[_0x590430(0x255)]]=_0x2700ca,logger['debug'](_0x590430(0x23b)+_0x2700ca+'\x20&\x20hook\x20=\x20'+_0x470fe9+_0x590430(0x24f)+_0x4baf58);}else{if(_0x4d3ce9[_0x590430(0x1c8)](_0x2d5b7e,HookState[_0x590430(0x274)])){const _0x4331b4=await _0x4baf58['result'],_0x41a662=_0x1a389e[_0x2700ca]||[],_0x313aa8=_0x4baf58[_0x590430(0x251)];logger[_0x590430(0x285)](_0x590430(0x249)+_0x41a662+_0x590430(0x28c)+_0x4baf58);if(_0x4d3ce9[_0x590430(0x287)](_0x41a662[_0x590430(0x1e3)],0x0)){const _0x2adb92=_0x41a662[_0x590430(0x1e6)]();if(_0x313aa8[_0x590430(0x1dd)]){const _0x11f308=_0x4d3ce9[_0x590430(0x1d2)](failureData,_0x313aa8[_0x590430(0x1dd)],_0x4d3ce9['UJkWC']);_0x2adb92[TestFrameworkConstants[_0x590430(0x25e)]]=_0x4d3ce9[_0x590430(0x1f0)](getFailureType,_0x313aa8?.['error']['message']),_0x2adb92[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]=_0x4d3ce9[_0x590430(0x1cf)](removeAnsiColors,_0x313aa8?.[_0x590430(0x1dd)]['message']),_0x2adb92[TestFrameworkConstants[_0x590430(0x22b)]]=_0x4d3ce9[_0x590430(0x25c)],_0x2adb92[TestFrameworkConstants['KEY_HOOK_FAILURE']]=_0x11f308;}else _0x2adb92[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x4d3ce9[_0x590430(0x273)];_0x4d3ce9[_0x590430(0x238)](_0x4331b4,TestFrameworkConstants[_0x590430(0x24b)])&&(_0x2adb92[TestFrameworkConstants['KEY_HOOK_RESULT']]=!_0x313aa8['error']?_0x4d3ce9[_0x590430(0x273)]:_0x4d3ce9['QyJCg']);const _0x5daa93=new Date(_0x313aa8[_0x590430(0x1f9)]),_0x37d796=new Date(_0x4d3ce9['Ywvje'](_0x5daa93[_0x590430(0x1cb)](),_0x313aa8[_0x590430(0x282)]));_0x2adb92[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x37d796[_0x590430(0x270)](),_0x2adb92[TestFrameworkConstants[_0x590430(0x214)]]=_0x522e20;const _0x2bd886=_0x2adb92[TestFrameworkConstants[_0x590430(0x1f2)]];await this[_0x590430(0x215)](_0x19ee59,_0x51babd,_0x2bd886,_0x4d3ce9[_0x590430(0x28f)],_0x4baf58),!_0xeae038[_0x2700ca]&&(_0xeae038[_0x2700ca]=[]),_0xeae038[_0x2700ca][_0x590430(0x259)](_0x2adb92),_0x1f2266[_0x3a404b][TestFrameworkConstants[_0x590430(0x1f8)]]=_0x2700ca;}}}return _0x1f2266;}async[a73_0x42a3e8(0x215)](_0x119c6f,_0x59f569,_0x6bfc5a,_0x3f5ec6,_0x35815f){const _0x440ab1=a73_0x42a3e8,_0x6d1719={'rweax':function(_0x4d94da,_0x593534){return _0x4d94da===_0x593534;},'nolDF':_0x440ab1(0x296),'KGuuM':function(_0x2f8140,_0x2ee7ea,_0x9370e6){return _0x2f8140(_0x2ee7ea,_0x9370e6);},'RQIDA':_0x440ab1(0x230),'TNGxv':function(_0x2f08d8,_0xa5de10,_0x305973,_0x44ebf6){return _0x2f08d8(_0xa5de10,_0x305973,_0x44ebf6);},'OqLuv':function(_0x587f8d,_0x1f222a,_0x5d17de){return _0x587f8d(_0x1f222a,_0x5d17de);},'tvcBP':function(_0x1c89d1,_0x588247,_0x3d503f){return _0x1c89d1(_0x588247,_0x3d503f);},'yXeWd':function(_0x3e573e,_0x1e9108,_0x17e02e){return _0x3e573e(_0x1e9108,_0x17e02e);},'jxEkq':function(_0x3a752e,_0x598557){return _0x3a752e/_0x598557;},'HToxF':function(_0x2027b6,_0x1f8e8f){return _0x2027b6<_0x1f8e8f;},'TRryD':function(_0x6425f0,_0x3fe2c9){return _0x6425f0*_0x3fe2c9;},'ZPEAs':function(_0x1abde6,_0xe68240){return _0x1abde6+_0xe68240;},'oClsd':function(_0x92da83,_0x114fa3,_0x5acbe2,_0x4ac0d3,_0x2bb2d0){return _0x92da83(_0x114fa3,_0x5acbe2,_0x4ac0d3,_0x2bb2d0);},'rKIpG':function(_0x367d0e,_0x47dad9){return _0x367d0e+_0x47dad9;},'BGwvK':function(_0x2eef68,_0x231849){return _0x2eef68+_0x231849;},'CwRQy':'hook'};try{if(_0x6d1719[_0x440ab1(0x29c)](_0x3f5ec6,_0x6d1719[_0x440ab1(0x23d)])){const _0x22a01f=await _0x35815f[_0x440ab1(0x29b)],_0xa5073=_0x6d1719[_0x440ab1(0x2a0)](getTestRunIdentifier,_0x35815f['test'],_0x35815f[_0x440ab1(0x29b)][_0x440ab1(0x29e)]),_0x450bc6=_0x35815f[_0x440ab1(0x296)];logger[_0x440ab1(0x285)](_0x440ab1(0x1dc)+_0xa5073+_0x440ab1(0x295)+util[_0x440ab1(0x237)](_0x22a01f));const _0x3975b9=_0x119c6f[_0x440ab1(0x246)]()[_0x440ab1(0x26f)](_0xa5073)[TestFrameworkConstants['KEY_TEST_UUID']];await _0x6d1719[_0x440ab1(0x2a0)](sendTraceZip,_0x22a01f,_0x3975b9);const _0x482cf2=TestInfo['getTestDetails'](_0xa5073)[_0x6d1719[_0x440ab1(0x25b)]],_0x1d7b55={};if(_0x482cf2){!_0x22a01f[_0x440ab1(0x230)]&&(_0x22a01f[_0x440ab1(0x230)]=[]);_0x1d7b55[_0x440ab1(0x230)]=_0x22a01f[_0x440ab1(0x230)][_0x440ab1(0x216)](_0x482cf2||[]);const _0x3fa1bf=TestInfo[_0x440ab1(0x209)](_0xa5073);delete _0x3fa1bf[_0x6d1719['RQIDA']],TestInfo[_0x440ab1(0x25a)](_0xa5073,_0x3fa1bf);}const {steps:_0x23d60e,logs:_0x3d4782}=_0x6d1719['TNGxv'](getStepsAndLogs,_0x22a01f[_0x440ab1(0x1eb)],_0x119c6f['getAllData']()[_0x440ab1(0x26f)](_0xa5073)[TestFrameworkConstants[_0x440ab1(0x224)]],_0x6d1719['nolDF']),_0x3bbf4f=_0x6d1719['KGuuM'](getScreenshots,_0x1d7b55,_0x119c6f[_0x440ab1(0x246)]()[_0x440ab1(0x26f)](_0xa5073)[TestFrameworkConstants['KEY_TEST_UUID']]),_0x15b013=_0x6d1719[_0x440ab1(0x1e1)](getVideos,_0x22a01f,_0x119c6f[_0x440ab1(0x246)]()[_0x440ab1(0x26f)](_0xa5073)[TestFrameworkConstants['KEY_TEST_UUID']]),{_:_0x3385e2,logs:_0x4229de}=_0x6d1719[_0x440ab1(0x1ee)](getFailureData,_0x22a01f[_0x440ab1(0x20b)],{'test_run_uuid':_0x119c6f[_0x440ab1(0x246)]()[_0x440ab1(0x26f)](_0xa5073)[TestFrameworkConstants[_0x440ab1(0x224)]]}),_0x34406b=TestInfo[_0x440ab1(0x209)](_0xa5073)[TestFrameworkConstants[_0x440ab1(0x26e)]]||{},_0x472ef7=_0x6d1719[_0x440ab1(0x1e7)](getMediaArtifactsLogs,_0x34406b,_0x119c6f[_0x440ab1(0x246)]()[_0x440ab1(0x26f)](_0xa5073)[TestFrameworkConstants[_0x440ab1(0x224)]]),_0x96ae36=_0x119c6f[_0x440ab1(0x246)]()[_0x440ab1(0x26f)](_0xa5073),{[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x1bc09b='',[TestFrameworkConstants[_0x440ab1(0x24c)]]:_0xe46b7f=''}=_0x96ae36,_0x291de3=(_0x3d4782||[])['concat'](_0x3bbf4f||[])[_0x440ab1(0x216)](_0x4229de||[])[_0x440ab1(0x216)](_0x15b013||[])[_0x440ab1(0x216)](_0x472ef7||[]),_0x16297c=0x28,_0x10af7c=Math['ceil'](_0x6d1719[_0x440ab1(0x1ff)](_0x291de3[_0x440ab1(0x1e3)],_0x16297c));for(let _0x13860a=0x0;_0x6d1719['HToxF'](_0x13860a,_0x10af7c);_0x13860a++){const _0x123826=_0x6d1719[_0x440ab1(0x24e)](_0x13860a,_0x16297c),_0x1d36a1=_0x6d1719['ZPEAs'](_0x123826,_0x16297c),_0x1f2936=_0x291de3['slice'](_0x123826,_0x1d36a1),_0x533740={'platformIndex':'0','logs':_0x1f2936,'testFrameworkName':_0x1bc09b,'testFrameworkVersion':_0xe46b7f,'testFrameworkState':_0x59f569[_0x440ab1(0x1c3)]()[_0x440ab1(0x1df)]('.')[0x1]};_0x6d1719[_0x440ab1(0x213)](updatePayloadForTraceLogs,_0x533740,_0x35815f,_0xa5073,_0x119c6f),logger['debug'](_0x440ab1(0x29a)+_0xa5073+_0x440ab1(0x22d)+_0x6d1719[_0x440ab1(0x20a)](_0x13860a,0x1)+'/'+_0x10af7c+_0x440ab1(0x217)+util[_0x440ab1(0x237)](_0x533740));const _0xe17c6d=await GrpcClient['getInstance']()[_0x440ab1(0x2a6)](_0x533740);logger['debug']('sendLogCreatedEvent\x20for\x20testId:\x20'+_0xa5073+'\x20batch\x20'+_0x6d1719['BGwvK'](_0x13860a,0x1)+'/'+_0x10af7c+_0x440ab1(0x22a)+util[_0x440ab1(0x237)](_0xe17c6d));}}else{const {steps:_0x10fd5b,logs:_0x2f2cc5}=_0x6d1719['TNGxv'](getStepsAndLogs,_0x35815f['step'][_0x440ab1(0x1eb)],_0x6bfc5a,_0x6d1719[_0x440ab1(0x20e)]),_0x5f3319=_0x6d1719[_0x440ab1(0x1ee)](getTestRunIdentifier,_0x35815f[_0x440ab1(0x296)],_0x35815f[_0x440ab1(0x29b)][_0x440ab1(0x29e)]);logger[_0x440ab1(0x285)](_0x440ab1(0x1dc)+_0x5f3319);const _0x18579f=_0x119c6f[_0x440ab1(0x246)]()[_0x440ab1(0x26f)](_0x5f3319),{[TestFrameworkConstants[_0x440ab1(0x242)]]:_0x1d7f87='',[TestFrameworkConstants[_0x440ab1(0x24c)]]:_0x3a185a=''}=_0x18579f,_0x32b63c={'platformIndex':'0','logs':_0x2f2cc5,'testFrameworkName':_0x1d7f87,'testFrameworkVersion':_0x3a185a,'testFrameworkState':_0x59f569[_0x440ab1(0x1c3)]()['split']('.')[0x1]};_0x6d1719[_0x440ab1(0x213)](updatePayloadForTraceLogs,_0x32b63c,_0x35815f,_0x5f3319,_0x119c6f),logger[_0x440ab1(0x285)](_0x440ab1(0x29a)+_0x5f3319+_0x440ab1(0x217)+util[_0x440ab1(0x237)](_0x32b63c));const _0x3f8132=await GrpcClient['getInstance']()['logCreatedEvent'](_0x32b63c);}}catch(_0x5cee45){logger[_0x440ab1(0x1dd)](_0x440ab1(0x1cd)+util[_0x440ab1(0x1ea)](_0x5cee45));}}['createTestFrameworkEventPayload'](_0x16b260){const _0x1b4b3b=a73_0x42a3e8,_0x220263={'chFby':function(_0x3be09a,_0x2f020c,_0x46e33c){return _0x3be09a(_0x2f020c,_0x46e33c);},'ognZF':'base64'};try{const _0x44f681=_0x16b260[_0x1b4b3b(0x296)]['id'],_0x3692dd=_0x220263[_0x1b4b3b(0x1ca)](getTestRunIdentifier,_0x16b260[_0x1b4b3b(0x296)],_0x16b260['result'][_0x1b4b3b(0x29e)]),_0x49109b=_0x16b260['instance'],_0x1bd37e=_0x49109b['getContext'](),_0x798586=_0x49109b['getAllData']()[_0x1b4b3b(0x26f)](_0x3692dd);logger[_0x1b4b3b(0x285)]('createTestFrameworkEventPayload\x20testId:\x20'+_0x44f681);const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x584cb7='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x49ded0='',[TestFrameworkConstants[_0x1b4b3b(0x1cc)]]:_0x364bd7='',[TestFrameworkConstants[_0x1b4b3b(0x292)]]:_0x38e9ee=''}=_0x798586,_0x946693=_0x49109b['getCurrentTestState']()[_0x1b4b3b(0x1c3)]()[_0x1b4b3b(0x1df)]('.')[0x1],_0x5d3e59=_0x49109b[_0x1b4b3b(0x1e4)]()['toString']()[_0x1b4b3b(0x1df)]('.')[0x1],_0x553d46=global?.[_0x1b4b3b(0x271)]?.[_0x1b4b3b(0x298)]?.[_0x1b4b3b(0x1f5)],_0x241741=_0x49109b[_0x1b4b3b(0x281)](),_0x13da1b=Buffer[_0x1b4b3b(0x2ab)](JSON[_0x1b4b3b(0x265)](_0x798586))[_0x1b4b3b(0x1c3)](_0x220263[_0x1b4b3b(0x21e)]),_0x13d9a3={'hash':_0x1bd37e[_0x1b4b3b(0x2ac)](),'threadId':_0x1bd37e[_0x1b4b3b(0x1e0)]()[_0x1b4b3b(0x1c3)](),'processId':_0x1bd37e[_0x1b4b3b(0x23a)]()[_0x1b4b3b(0x1c3)]()},_0x1bc111={};_0x1bc111[_0x1b4b3b(0x1da)]=_0x553d46,_0x1bc111[_0x1b4b3b(0x260)]=_0x584cb7,_0x1bc111[_0x1b4b3b(0x1db)]=_0x49ded0,_0x1bc111[_0x1b4b3b(0x288)]=_0x946693,_0x1bc111[_0x1b4b3b(0x283)]=_0x5d3e59,_0x1bc111['startedAt']=_0x364bd7,_0x1bc111[_0x1b4b3b(0x25d)]=_0x38e9ee,_0x1bc111[_0x1b4b3b(0x297)]=_0x241741,_0x1bc111['eventJson']=_0x13da1b,_0x1bc111[_0x1b4b3b(0x2a9)]=_0x13d9a3;const _0x42bfb5=_0x1bc111;return logger[_0x1b4b3b(0x285)](_0x1b4b3b(0x23c)+_0x44f681+'\x20testState:\x20'+_0x946693+_0x1b4b3b(0x218)+_0x5d3e59),_0x42bfb5;}catch(_0x29bb7d){return logger[_0x1b4b3b(0x1dd)](_0x1b4b3b(0x22e)+util[_0x1b4b3b(0x1ea)](_0x29bb7d)),{};}}}module[a73_0x42a3e8(0x1ed)]=PlaywrightTestFramework;
@@ -1 +1 @@
1
- const a74_0xbc0f55=a74_0x2138;(function(_0x5d5d40,_0x2c8538){const _0x4053cd=a74_0x2138,_0xe31202=_0x5d5d40();while(!![]){try{const _0x59dec8=parseInt(_0x4053cd(0x1d0))/0x1*(parseInt(_0x4053cd(0x1b4))/0x2)+-parseInt(_0x4053cd(0x1c4))/0x3*(parseInt(_0x4053cd(0x1bc))/0x4)+parseInt(_0x4053cd(0x1df))/0x5*(-parseInt(_0x4053cd(0x1de))/0x6)+parseInt(_0x4053cd(0x1d3))/0x7*(parseInt(_0x4053cd(0x1b6))/0x8)+parseInt(_0x4053cd(0x1cf))/0x9+parseInt(_0x4053cd(0x1ce))/0xa*(parseInt(_0x4053cd(0x1c1))/0xb)+-parseInt(_0x4053cd(0x1b9))/0xc;if(_0x59dec8===_0x2c8538)break;else _0xe31202['push'](_0xe31202['shift']());}catch(_0x6c2832){_0xe31202['push'](_0xe31202['shift']());}}}(a74_0x5414,0x6e320));function a74_0x2138(_0x1aa2eb,_0x3e9906){const _0x5414d8=a74_0x5414();return a74_0x2138=function(_0x2138f3,_0x334424){_0x2138f3=_0x2138f3-0x1b3;let _0x156d4a=_0x5414d8[_0x2138f3];return _0x156d4a;},a74_0x2138(_0x1aa2eb,_0x3e9906);}const CLIUtils=require(a74_0xbc0f55(0x1d7)),eventDispatcher=require('../eventDispatcher'),TestFrameworkInstance=require(a74_0xbc0f55(0x1d2)),TrackedContext=require(a74_0xbc0f55(0x1bd)),TestFrameworkState=require(a74_0xbc0f55(0x1da)),HookState=require(a74_0xbc0f55(0x1c2)),{createClassLogger}=require(a74_0xbc0f55(0x1bb)),TrackedInstance=require(a74_0xbc0f55(0x1d6)),logger=createClassLogger(a74_0xbc0f55(0x1cc));function a74_0x5414(){const _0x193bea=['getHookRegistryKey','198SrUkow','../state/hookState','get','1467hJJRPx','set','binSessionId','runHooks','setState','setCurrentTestState','has','setInstance','TestFramework','exports','122420JjqUBK','4954437NXIMFi','33413OJBdEP','setTrackedInstance','../instances/testFrameworkInstance','59843dOdqWw','testFrameworks','trackEvent:\x20testFrameworkState=','../instances/trackedInstance','../cliUtils','notifyObserver','getState','../state/testFrameworkState','testFrameworkVersions','getTrackedInstance','getAllData','9906YmAuHB','1355oyOVXM','hasState','getId','22WNWjUm','__bstack_test_framework_instances__','392fMMWkI','getInstances','getTestFrameworksVersions','3941244bvznqO','instances','../../../helpers/classLogger','2700jEQTbH','../instances/trackedContext','registerObserver',';\x20hookState='];a74_0x5414=function(){return _0x193bea;};return a74_0x5414();}!global[a74_0xbc0f55(0x1b5)]&&(global['__bstack_test_framework_instances__']=new Map());class TestFramework{static get[a74_0xbc0f55(0x1ba)](){const _0x13fa6e=a74_0xbc0f55;return global[_0x13fa6e(0x1b5)];}[a74_0xbc0f55(0x1d4)]=[];[a74_0xbc0f55(0x1db)]={};[a74_0xbc0f55(0x1c6)]=null;constructor(_0x150383,_0x4377ac,_0x29b28c){const _0x5634c1=a74_0xbc0f55;this[_0x5634c1(0x1d4)]=_0x150383,this[_0x5634c1(0x1db)]=_0x4377ac,this[_0x5634c1(0x1c6)]=_0x29b28c;}[a74_0xbc0f55(0x1b7)](){const _0x1c8eba=a74_0xbc0f55;return TestFramework[_0x1c8eba(0x1ba)];}[a74_0xbc0f55(0x1cb)](_0x1cb57b,_0x5113dc){const _0x43d2e2=a74_0xbc0f55;TestFramework[_0x43d2e2(0x1ba)]['set'](_0x1cb57b[_0x43d2e2(0x1b3)],_0x5113dc);}static[a74_0xbc0f55(0x1dc)](){const _0x10d3fb=a74_0xbc0f55,_0x1c399c=TrackedInstance['createContext'](CLIUtils['getCurrentInstanceName']());return TestFramework[_0x10d3fb(0x1ba)]['get'](_0x1c399c[_0x10d3fb(0x1b3)]());}static[a74_0xbc0f55(0x1d1)](_0x4430a9,_0xe5e630){const _0xdf92a5=a74_0xbc0f55;TestFramework[_0xdf92a5(0x1ba)]['set'](_0x4430a9['getId'](),_0xe5e630);}[a74_0xbc0f55(0x1b8)](){return this['testFrameworkVersions'];}['getTestFrameworks'](){return this['testFrameworks'];}['trackEvent'](_0x2ad584,_0x2221f9,_0x4d9a64={}){const _0x4beb10=a74_0xbc0f55;logger['debug'](_0x4beb10(0x1d5)+_0x2ad584+_0x4beb10(0x1bf)+_0x2221f9);}async[a74_0xbc0f55(0x1c7)](_0x1eb79a,_0x54c19d,_0x40cdf9,_0x2c1958={}){const _0x27c651=a74_0xbc0f55,_0x398b9a=CLIUtils[_0x27c651(0x1c0)](_0x54c19d,_0x40cdf9);_0x1eb79a[_0x27c651(0x1c9)](_0x54c19d),_0x1eb79a['setCurrentHookState'](_0x40cdf9),await eventDispatcher[_0x27c651(0x1d8)](_0x398b9a,_0x2c1958);}static[a74_0xbc0f55(0x1be)](_0x4fe34b,_0x2b7531,_0x31282a){const _0x4bfc7b=a74_0xbc0f55;eventDispatcher[_0x4bfc7b(0x1be)](CLIUtils[_0x4bfc7b(0x1c0)](_0x4fe34b,_0x2b7531),_0x31282a);}static[a74_0xbc0f55(0x1d9)](_0x2badd0,_0x3cb74e){const _0x59c921=a74_0xbc0f55;return _0x2badd0['getAllData']()[_0x59c921(0x1c3)](_0x3cb74e);}static[a74_0xbc0f55(0x1c8)](_0x5bf61a,_0x31c468,_0x55bd05){const _0x6ae804=a74_0xbc0f55;_0x5bf61a[_0x6ae804(0x1dd)]()[_0x6ae804(0x1c5)](_0x31c468,_0x55bd05);}static[a74_0xbc0f55(0x1e0)](_0x204a0e,_0x549448){const _0xd9c861=a74_0xbc0f55;return _0x204a0e[_0xd9c861(0x1dd)]()[_0xd9c861(0x1ca)](_0x549448);}}module[a74_0xbc0f55(0x1cd)]=TestFramework;
1
+ const a74_0x44af3b=a74_0x2b66;(function(_0xe8f840,_0x564495){const _0x5f220d=a74_0x2b66,_0x1e39ca=_0xe8f840();while(!![]){try{const _0x56eaba=-parseInt(_0x5f220d(0x1fb))/0x1+-parseInt(_0x5f220d(0x1f2))/0x2+parseInt(_0x5f220d(0x1e4))/0x3*(parseInt(_0x5f220d(0x1e6))/0x4)+parseInt(_0x5f220d(0x1ec))/0x5*(-parseInt(_0x5f220d(0x1fe))/0x6)+parseInt(_0x5f220d(0x1f8))/0x7*(-parseInt(_0x5f220d(0x1e9))/0x8)+parseInt(_0x5f220d(0x1ef))/0x9*(-parseInt(_0x5f220d(0x1df))/0xa)+parseInt(_0x5f220d(0x201))/0xb;if(_0x56eaba===_0x564495)break;else _0x1e39ca['push'](_0x1e39ca['shift']());}catch(_0x35fff6){_0x1e39ca['push'](_0x1e39ca['shift']());}}}(a74_0x30a6,0x72a34));function a74_0x2b66(_0x357754,_0x1e734d){const _0x30a63b=a74_0x30a6();return a74_0x2b66=function(_0x2b66e1,_0x1b0541){_0x2b66e1=_0x2b66e1-0x1d8;let _0x31dfa5=_0x30a63b[_0x2b66e1];return _0x31dfa5;},a74_0x2b66(_0x357754,_0x1e734d);}const CLIUtils=require(a74_0x44af3b(0x1e5)),eventDispatcher=require(a74_0x44af3b(0x1db)),TestFrameworkInstance=require(a74_0x44af3b(0x1d8)),TrackedContext=require(a74_0x44af3b(0x1f7)),TestFrameworkState=require(a74_0x44af3b(0x1dd)),HookState=require(a74_0x44af3b(0x1f0)),{createClassLogger}=require('../../../helpers/classLogger'),TrackedInstance=require(a74_0x44af3b(0x1d9)),logger=createClassLogger(a74_0x44af3b(0x1f6));!global[a74_0x44af3b(0x1f5)]&&(global['__bstack_test_framework_instances__']=new Map());class TestFramework{static get[a74_0x44af3b(0x1f9)](){const _0x3327b0=a74_0x44af3b;return global[_0x3327b0(0x1f5)];}[a74_0x44af3b(0x1dc)]=[];[a74_0x44af3b(0x1f4)]={};[a74_0x44af3b(0x1e2)]=null;constructor(_0x1becf6,_0x5f1f80,_0x161ee6){const _0x2cac12=a74_0x44af3b;this[_0x2cac12(0x1dc)]=_0x1becf6,this[_0x2cac12(0x1f4)]=_0x5f1f80,this['binSessionId']=_0x161ee6;}[a74_0x44af3b(0x200)](){const _0x331a52=a74_0x44af3b;return TestFramework[_0x331a52(0x1f9)];}['setInstance'](_0x5c1670,_0x1b4529){const _0x22d4a2=a74_0x44af3b;TestFramework[_0x22d4a2(0x1f9)][_0x22d4a2(0x1f3)](_0x5c1670[_0x22d4a2(0x1fc)],_0x1b4529);}static[a74_0x44af3b(0x1e8)](){const _0x53c532=a74_0x44af3b,_0x6fa03a=TrackedInstance['createContext'](CLIUtils['getCurrentInstanceName']());return TestFramework['instances'][_0x53c532(0x1e3)](_0x6fa03a['getId']());}static['setTrackedInstance'](_0xb340dc,_0xc0d555){const _0xa68bc=a74_0x44af3b;TestFramework[_0xa68bc(0x1f9)]['set'](_0xb340dc[_0xa68bc(0x1fc)](),_0xc0d555);}[a74_0x44af3b(0x1ff)](){return this['testFrameworkVersions'];}[a74_0x44af3b(0x1e1)](){const _0x4dc129=a74_0x44af3b;return this[_0x4dc129(0x1dc)];}[a74_0x44af3b(0x1e7)](_0x34fcbc,_0x3ced49,_0x3017b6={}){const _0xadd3f8=a74_0x44af3b;logger[_0xadd3f8(0x1fd)](_0xadd3f8(0x1da)+_0x34fcbc+_0xadd3f8(0x1ea)+_0x3ced49);}async['runHooks'](_0x27050a,_0xd3d7f1,_0x43ab40,_0x53c5f4={}){const _0x4ecf0a=a74_0x44af3b,_0x543655=CLIUtils['getHookRegistryKey'](_0xd3d7f1,_0x43ab40);_0x27050a[_0x4ecf0a(0x1de)](_0xd3d7f1),_0x27050a['setCurrentHookState'](_0x43ab40),await eventDispatcher[_0x4ecf0a(0x1ee)](_0x543655,_0x53c5f4);}static[a74_0x44af3b(0x1f1)](_0x2a2ac9,_0x53bc5b,_0x28800d){const _0x11ad59=a74_0x44af3b;eventDispatcher[_0x11ad59(0x1f1)](CLIUtils[_0x11ad59(0x1e0)](_0x2a2ac9,_0x53bc5b),_0x28800d);}static[a74_0x44af3b(0x1fa)](_0xef401c,_0x29104d){const _0x4256bb=a74_0x44af3b;return _0xef401c[_0x4256bb(0x1ed)]()[_0x4256bb(0x1e3)](_0x29104d);}static['setState'](_0x223fbd,_0x45410e,_0x31e674){const _0x1040ab=a74_0x44af3b;_0x223fbd[_0x1040ab(0x1ed)]()[_0x1040ab(0x1f3)](_0x45410e,_0x31e674);}static['hasState'](_0x560aaf,_0x3f60e1){const _0xf56f88=a74_0x44af3b;return _0x560aaf[_0xf56f88(0x1ed)]()['has'](_0x3f60e1);}}module[a74_0x44af3b(0x1eb)]=TestFramework;function a74_0x30a6(){const _0x26d54e=['__bstack_test_framework_instances__','TestFramework','../instances/trackedContext','3927MgekMr','instances','getState','326125ynadlz','getId','debug','3896142gFaPpO','getTestFrameworksVersions','getInstances','26375118yzMVgP','../instances/testFrameworkInstance','../instances/trackedInstance','trackEvent:\x20testFrameworkState=','../eventDispatcher','testFrameworks','../state/testFrameworkState','setCurrentTestState','940DrgKZE','getHookRegistryKey','getTestFrameworks','binSessionId','get','88809SMzPLT','../cliUtils','96PmuByG','trackEvent','getTrackedInstance','8184izyVyD',';\x20hookState=','exports','5ZkEjbI','getAllData','notifyObserver','69399QdwzyI','../state/hookState','registerObserver','728870RHxnOI','set','testFrameworkVersions'];a74_0x30a6=function(){return _0x26d54e;};return a74_0x30a6();}