browserstack-node-sdk 1.50.3 → 1.50.4

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
- function a71_0x5c51(_0x4671f2,_0x5d8048){const _0x1262f8=a71_0x1262();return a71_0x5c51=function(_0x5c516e,_0x39a050){_0x5c516e=_0x5c516e-0x1dc;let _0x298771=_0x1262f8[_0x5c516e];return _0x298771;},a71_0x5c51(_0x4671f2,_0x5d8048);}const a71_0x1b56eb=a71_0x5c51;(function(_0xa54ea7,_0xbae9b4){const _0x26759b=a71_0x5c51,_0x1cbcce=_0xa54ea7();while(!![]){try{const _0x3a398e=parseInt(_0x26759b(0x342))/0x1+parseInt(_0x26759b(0x202))/0x2*(parseInt(_0x26759b(0x212))/0x3)+parseInt(_0x26759b(0x225))/0x4+-parseInt(_0x26759b(0x31f))/0x5+parseInt(_0x26759b(0x2cd))/0x6+-parseInt(_0x26759b(0x226))/0x7*(parseInt(_0x26759b(0x2df))/0x8)+-parseInt(_0x26759b(0x29c))/0x9;if(_0x3a398e===_0xbae9b4)break;else _0x1cbcce['push'](_0x1cbcce['shift']());}catch(_0x2e26c5){_0x1cbcce['push'](_0x1cbcce['shift']());}}}(a71_0x1262,0xb472a));function a71_0x1262(){const _0x41efe9=['iCgKn','vTnMv','storePendingHook','../TestInfo.js','stringify','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','hAfFy','maxArrayLength','skipped','hook_type','NUApL','nFTmJ','parent','instance',',\x20hookUUID=','KEY_HOOKS_STARTED','4012496bFZuZX','21TqCSiU','KEY_HOOK_LOGS','setTrackedInstance','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','originalTest','scope','PnLGB','clHEI','Jzmlq','ZsiiO','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','KEY_EVENT_STARTED_AT','fTDEf','findIndex','\x20(testIdentifier),\x20tags=','KEY_TEST_META','logCreatedEvent','Assert',',\x20messageLength=','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','KEY_EVENT_ENDED_AT','tCRok','substr','event_ended_at','CUHTx','file_name','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','delete','none','inspect',',\x20testId=','LOG_REPORT','../instances/trackedInstance.js','getPendingHooks','exports','QQpmB','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','KEY_TEST_FAILURE_REASON','szIkw','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','QgnBq','jest-circus','includes','slice','\x20logs\x20for\x20testId:\x20','hookState','reverse',',\x20version=','testFrameworkName','\x20(testIdentifier),\x20result=','getId','length','testFrameworkVersion','oDfnn','from','hookType','KEY_HOOK_FAILURE_REASON','../cliUtils.js','apply','thtCY','bHugS','trackJestInstance:\x20instance\x20already\x20exists','Uiipb','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','getActiveHook','splice','addMultipleEntries','KEY_HOOK_NAME','status','FwHTs','warn','DEFAULT_TEST_RESULT','zXlcz','parseJestTestResult',',\x20logsInBatch:\x20','gZtZe',',\x20target=','setActiveHook','ALL','KEY_HOOK_FAILURE','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','BCdaG','aOPlJ','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','skip','testUUID',',\x20scopes=','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20',',\x20totalLogs:\x20','getHooksForTest',',\x20attachmentLogs:\x20','Adiah','KiYnZ',',\x20failureType=','getContext','keys','workerInfo','forEach',',\x20result=','isJestInternalHook','getCurrentInstanceName','retryOf','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','has','util','getJestTestName','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','error','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','eventJson','DACUC','getCurrentTestState','debug','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','duration','createContext','895824BHDONA','../state/testFrameworkState.js','name','PiNct',',\x20test_run_uuid=','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','nzseL','vEFPl','yWlzu',',\x20hookState=','qxakD','testFrameworkState','errorsDetailed','cuYhP',',\x20currentTestId:\x20','KEY_TEST_FAILURE_TYPE','\x20-\x20testId:\x20','test',',\x20error:\x20','runHooks','UQAKD','processPendingHooks','stack-trace','isArray','JestTestFramework','ROOT_DESCRIBE_BLOCK','map','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','KVjQh',',\x20state:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','mapTestHooks','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','base64','platformIndex','HtIxo','azZuk','PRE','XMAZm',',\x20filePath=','match',',\x20filePath:\x20','fDJDD','hvvoz','trackJestInstance:\x20created\x20instance\x20for\x20target=','qgBgo','MvAql','\x20for\x20testId:\x20','getJestTestIdentifier','1581684sEOPeS','oXKRP','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','WllAb','matchHookRegex','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','ZclkI',',\x20exception=','qoamQ','addPendingHook','Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20${testId},\x20error:\x20${error}','toISOString','getJestFailureType','UUZdC','BEFORE_ALL','toString','3372568JVmhnB','KEY_TEST_STARTED_AT','dVfRF','finished_at',',\x20totalBatches:\x20','getRef','buildHookMapFromTest','KEY_TEST_RETRY_OF','fzVWT',',\x20contextId=',',\x20hookType=','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','BRxbU','BEKOc','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','executionContext','Mkyvv','format','scopes','args','\x20to\x20','depth','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','kxzWa','hasPendingHooks','KEY_TEST_FAILURE','ReZRB','pop','test_run_id','EXxtr','\x20(testIdentifier),\x20hookType=','asyncError','sendLogCreatedEvent','\x22\x20from\x20testData','message','parseJestTest','testData','../state/hookState.js','KEY_TEST_RERUN_NAME','KEY_TEST_SCOPE','./testFramework',',\x20totalHooks=','concat','getTestFrameworksVersions','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND',',\x20hookId=','hookData','KEY_TEST_LOCATION','endedAt','passed','../../../helpers/test-observability/utils','trackEvent','KEY_TEST_FRAMEWORK_NAME','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','OHlJc','beforeAll','__workerDetails','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','KEY_HOOK_FAILURE_TYPE','failed','getAllPendingHookTestIds','split','1731745WqzqlE','set','bzHbB','Processing\x20','substring','WgTsb','KEY_TEST_RESULT','POST','unknown','resolveInstance','KEY_HOOKS_FINISHED','kind','KEY_TEST_DURATION','KEY_TEST_ATTACHMENTS','TEST_SCREENSHOT','KEY_TEST_CODE','QCbTC','[JestTestFramework]\x20trackHookEvent:\x20SUCCESS\x20-\x20hookType=','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','type','failure_reason','getFileName','NLjrb','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','SNZig','KEY_LOGS','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=',',\x20storing\x20as\x20pending\x20hook','uuid','KEY_TEST_ENDED_AT','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','tags','XKJHj','../../../helpers/helper.js','getCurrentHookState','900776uKzrEj','getJestFailureData','trackJestInstance','KEY_TEST_FILE_PATH',',\x20hookData=','../grpcClient','hookMetadata','cjTrP','qSPzy','filter','test_identifier','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','XJEbs',',\x20payload:\x20','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','KbSFh','file','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','hookAnalyticsId',',\x20hook=','WeLwa','KEY_TEST_UUID','hooks',',\x20response=','trackHookEvent','removePendingHooks','result','getTestFrameworks','OcmoW','getRootParentFile','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','DEFAULT_HOOK_RESULT','TEST','BAlKR','aYsLi',',\x20screenshotLogs:\x20','TVqsI','UPRMa',',\x20failureReason=','started_at','getJestTestFilePath','\x20attachments','hookUUID','Yzrkv',',\x20scope:\x20','ceil','qKYmL','SxHsK','testId','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','hook_run_uuid','parallelIndex','activeHooks',',\x20hooksListLength=','dZJsS','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20${testFilePath},\x20scope:\x20${testScope}','KEY_TEST_SCOPES','lwltW','\x20files','get',',\x20testData=','\x20&\x20hookState=','hxFKg','getInstance','push','UnhandledError','toUpperCase','missing','startedAt','\x20pending\x20hooks\x20for\x20testId:\x20','HzdFf','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','\x22\x20hook','xgGZt','KEY_TEST_LOGS','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','UGcbX','getJestFailureReason','getTrackedInstance','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','pid','../../../helpers/classLogger.js','uSUHS','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','hook_id','getThreadId','title','KEY_CUSTOM_TAGS','\x20-\x20test_identifier=','THdzt',',\x20testFramework=',',\x20remainingHooks=','13438rlJvSc','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','uBzgQ','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20',',\x20argsKeys=','KEY_TEST_NAME','startsWith','filePath','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','KEY_TEST_ID','./constants/testFrameworkConstants.js','KEY_HOOK_ID','KEY_TEST_FRAMEWORK_VERSION','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','parse','126MJFbhV','getAllData','KEY_HOOK_RESULT'];a71_0x1262=function(){return _0x41efe9;};return a71_0x1262();}const TestFramework=require(a71_0x1b56eb(0x309)),TestFrameworkState=require(a71_0x1b56eb(0x29d)),HookState=require(a71_0x1b56eb(0x306)),{createClassLogger}=require(a71_0x1b56eb(0x1f6)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a71_0x1b56eb(0x260)),TrackedInstance=require(a71_0x1b56eb(0x247)),TestFrameworkConstants=require(a71_0x1b56eb(0x20d)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a71_0x1b56eb(0x340)),{isInternalHook}=require(a71_0x1b56eb(0x313)),logger=createClassLogger(a71_0x1b56eb(0x2b4)),{v4:uuidv4}=require(a71_0x1b56eb(0x33b)),util=require(a71_0x1b56eb(0x290)),TestInfo=require(a71_0x1b56eb(0x218)),GrpcClient=require(a71_0x1b56eb(0x347)),stackTrace=require('stack-trace');class JestTestFramework extends TestFramework{constructor(_0x14416f,_0x1da0eb,_0xf378b4){const _0x39962c=a71_0x1b56eb;super(_0x14416f,_0x1da0eb,_0xf378b4),this[_0x39962c(0x37a)]=new Map();}[a71_0x1b56eb(0x274)](_0x14429e,_0x14eeb1,_0x430b8c){const _0x4771a6=a71_0x1b56eb,_0x5da718={};_0x5da718[_0x4771a6(0x205)]=function(_0x490dff,_0x22874b){return _0x490dff||_0x22874b;};const _0x340f53=_0x5da718;if(_0x340f53['uBzgQ'](!_0x14429e,!_0x14eeb1)){logger[_0x4771a6(0x26d)](_0x4771a6(0x316)+_0x14429e+_0x4771a6(0x223)+_0x14eeb1);return;}!this['activeHooks'][_0x4771a6(0x28f)](_0x14429e)&&this[_0x4771a6(0x37a)][_0x4771a6(0x320)](_0x14429e,[]);const _0x59495d={'hookUUID':_0x14eeb1,'hookType':_0x430b8c,'startedAt':new Date()['toISOString']()};this['activeHooks'][_0x4771a6(0x1e0)](_0x14429e)[_0x4771a6(0x1e5)](_0x59495d),logger[_0x4771a6(0x298)]('[JestTestFramework]\x20setActiveHook:\x20testIdentifier='+_0x14429e+_0x4771a6(0x223)+_0x14eeb1+_0x4771a6(0x2e9)+_0x430b8c+_0x4771a6(0x30a)+this[_0x4771a6(0x37a)][_0x4771a6(0x1e0)](_0x14429e)[_0x4771a6(0x25a)]);}['removeActiveHook'](_0x81f531,_0x5a0b20){const _0x21e9f1=a71_0x1b56eb,_0x28b9cc={};_0x28b9cc[_0x21e9f1(0x2fb)]=function(_0x593135,_0x134316){return _0x593135||_0x134316;},_0x28b9cc[_0x21e9f1(0x1e3)]=function(_0x17f3eb,_0xe43949){return _0x17f3eb!==_0xe43949;},_0x28b9cc[_0x21e9f1(0x2ec)]=function(_0x333eb2,_0x263307){return _0x333eb2===_0x263307;};const _0xbd7d39=_0x28b9cc;if(_0xbd7d39['ReZRB'](!_0x81f531,!_0x5a0b20)){logger[_0x21e9f1(0x26d)]('[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x81f531+_0x21e9f1(0x223)+_0x5a0b20);return;}if(this[_0x21e9f1(0x37a)][_0x21e9f1(0x28f)](_0x81f531)){const _0x225e9a=this['activeHooks'][_0x21e9f1(0x1e0)](_0x81f531),_0x23c788=_0x225e9a[_0x21e9f1(0x233)](_0x29a30d=>_0x29a30d['hookUUID']===_0x5a0b20);_0xbd7d39[_0x21e9f1(0x1e3)](_0x23c788,-0x1)?(_0x225e9a[_0x21e9f1(0x268)](_0x23c788,0x1),logger[_0x21e9f1(0x298)]('[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier='+_0x81f531+',\x20hookUUID='+_0x5a0b20+_0x21e9f1(0x201)+_0x225e9a[_0x21e9f1(0x25a)]),_0xbd7d39['BEKOc'](_0x225e9a['length'],0x0)&&this[_0x21e9f1(0x37a)][_0x21e9f1(0x242)](_0x81f531)):logger[_0x21e9f1(0x298)]('[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier='+_0x81f531+',\x20hookUUID='+_0x5a0b20);}}[a71_0x1b56eb(0x267)](_0x57dd62){const _0x4caf92=a71_0x1b56eb,_0x722a69={};_0x722a69['KVjQh']=function(_0x2092aa,_0x1122f4){return _0x2092aa>_0x1122f4;},_0x722a69['CUHTx']=function(_0x12b3c0,_0x502657){return _0x12b3c0-_0x502657;};const _0x1fbb46=_0x722a69;if(!_0x57dd62)return null;if(this[_0x4caf92(0x37a)][_0x4caf92(0x28f)](_0x57dd62)){const _0x255821=this[_0x4caf92(0x37a)]['get'](_0x57dd62);if(_0x1fbb46[_0x4caf92(0x2b8)](_0x255821[_0x4caf92(0x25a)],0x0)){const _0x385bbd=_0x255821[_0x1fbb46[_0x4caf92(0x23e)](_0x255821[_0x4caf92(0x25a)],0x1)];return logger[_0x4caf92(0x298)](_0x4caf92(0x229)+_0x57dd62+_0x4caf92(0x223)+_0x385bbd[_0x4caf92(0x36f)]+_0x4caf92(0x2e9)+_0x385bbd[_0x4caf92(0x25e)]),_0x385bbd;}}return null;}async['trackEvent'](_0x595eef,_0x22f0e7,_0x6cc4dc={}){const _0x20fa17=a71_0x1b56eb,_0x474ef6={};_0x474ef6[_0x20fa17(0x34f)]=_0x20fa17(0x2bc),_0x474ef6['XKJHj']=function(_0x28b915,_0x2e0599){return _0x28b915===_0x2e0599;},_0x474ef6[_0x20fa17(0x2a3)]=function(_0x37636e,_0x1b0e0e){return _0x37636e||_0x1b0e0e;},_0x474ef6[_0x20fa17(0x22f)]=_0x20fa17(0x30d);const _0x9145e6=_0x474ef6;logger['debug'](_0x20fa17(0x240)+_0x595eef+_0x20fa17(0x2a5)+_0x22f0e7+_0x20fa17(0x207)+Object['keys'](_0x6cc4dc)['join'](',')),await super[_0x20fa17(0x314)](_0x595eef,_0x22f0e7,_0x6cc4dc);const _0x4d26ea=this[_0x20fa17(0x328)](_0x595eef,_0x22f0e7,_0x6cc4dc);if(!_0x4d26ea){logger['debug'](_0x9145e6[_0x20fa17(0x34f)]);return;}try{let _0x49a164,_0x1a44ad,_0x1cf3f8;switch(_0x595eef){case TestFrameworkState[_0x20fa17(0x365)]:_0x49a164=_0x6cc4dc[_0x20fa17(0x2ad)];const _0x3a1f42={};_0x3a1f42['depth']=0x2,_0x3a1f42[_0x20fa17(0x21c)]=0x3,logger[_0x20fa17(0x298)](_0x20fa17(0x277)+_0x22f0e7+_0x20fa17(0x1e1)+util[_0x20fa17(0x244)](_0x49a164,_0x3a1f42)),_0x1cf3f8=this[_0x20fa17(0x2cc)](_0x49a164),_0x1a44ad=null,logger[_0x20fa17(0x298)](_0x20fa17(0x2ba)+_0x1cf3f8+'\x20(testIdentifier)');if(_0x9145e6[_0x20fa17(0x33f)](_0x22f0e7,HookState[_0x20fa17(0x2c1)])){logger[_0x20fa17(0x298)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20'+_0x1cf3f8);const _0x2b2dbe={};_0x2b2dbe[_0x20fa17(0x27d)]=_0x1a44ad,_0x2b2dbe[_0x20fa17(0x305)]=_0x49a164,_0x2b2dbe[_0x20fa17(0x375)]=_0x1cf3f8;const _0x11f736=this[_0x20fa17(0x304)](_0x2b2dbe),_0x30697a={};_0x30697a['depth']=0x2,_0x30697a[_0x20fa17(0x21c)]=0x3,logger[_0x20fa17(0x298)](_0x20fa17(0x294)+util['inspect'](_0x11f736,_0x30697a)),_0x4d26ea[_0x20fa17(0x269)](_0x11f736),logger[_0x20fa17(0x298)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0x1cf3f8),await this[_0x20fa17(0x2b1)](_0x4d26ea,_0x1cf3f8);}else{if(_0x9145e6['XKJHj'](_0x22f0e7,HookState[_0x20fa17(0x326)])){logger['debug'](_0x20fa17(0x31a)+_0x1cf3f8);const _0x2475dd=_0x4d26ea[_0x20fa17(0x213)]()[_0x20fa17(0x1e0)](_0x1cf3f8);logger[_0x20fa17(0x298)](_0x20fa17(0x34e)+util[_0x20fa17(0x244)](Object[_0x20fa17(0x287)](_0x9145e6[_0x20fa17(0x2a3)](_0x2475dd,{}))));_0x2475dd&&_0x2475dd[TestFrameworkConstants[_0x20fa17(0x32c)]]?logger['debug'](_0x20fa17(0x292)+Object[_0x20fa17(0x287)](_0x2475dd[TestFrameworkConstants[_0x20fa17(0x32c)]])[_0x20fa17(0x25a)]+_0x20fa17(0x1df)):logger[_0x20fa17(0x298)](_0x9145e6['ZsiiO']);const _0x31825e=_0x6cc4dc[_0x20fa17(0x22a)]||null,_0x5a10c2={};_0x5a10c2[_0x20fa17(0x27d)]=_0x1a44ad,_0x5a10c2[_0x20fa17(0x305)]=_0x49a164,_0x5a10c2[_0x20fa17(0x375)]=_0x1cf3f8,_0x5a10c2[_0x20fa17(0x22a)]=_0x31825e;const _0x251cd7=this[_0x20fa17(0x270)](_0x5a10c2),_0x30f157={};_0x30f157[_0x20fa17(0x2f5)]=0x2,_0x30f157[_0x20fa17(0x21c)]=0x3,logger[_0x20fa17(0x298)](_0x20fa17(0x24e)+util[_0x20fa17(0x244)](_0x251cd7,_0x30f157)),_0x4d26ea[_0x20fa17(0x269)](_0x251cd7),logger[_0x20fa17(0x298)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20'+_0x1cf3f8),await this[_0x20fa17(0x2b1)](_0x4d26ea,_0x1cf3f8);}}break;case TestFrameworkState[_0x20fa17(0x246)]:if(_0x9145e6[_0x20fa17(0x33f)](_0x22f0e7,HookState['POST'])){const _0x12d7fc={};_0x12d7fc[_0x20fa17(0x2f5)]=0x2,logger[_0x20fa17(0x298)](_0x20fa17(0x27f)+util[_0x20fa17(0x244)](_0x6cc4dc,_0x12d7fc)),await this[_0x20fa17(0x301)](_0x4d26ea,_0x595eef,_0x6cc4dc);}break;default:if(CLIUtils[_0x20fa17(0x2d3)](_0x595eef[_0x20fa17(0x2de)]()[_0x20fa17(0x31e)]('.')[0x1])){const _0x5df747={};_0x5df747[_0x20fa17(0x2f5)]=0x2,_0x5df747[_0x20fa17(0x21c)]=0x3,logger[_0x20fa17(0x298)](_0x20fa17(0x33d)+_0x595eef+_0x20fa17(0x2a5)+_0x22f0e7+_0x20fa17(0x346)+util['inspect'](_0x6cc4dc[_0x20fa17(0x30f)],_0x5df747));const _0x3406a4=await this[_0x20fa17(0x35d)](_0x4d26ea,_0x595eef,_0x22f0e7,_0x6cc4dc),_0x40d21a={};_0x40d21a[_0x20fa17(0x2f5)]=0x2,_0x40d21a[_0x20fa17(0x21c)]=0x3,logger['debug'](_0x20fa17(0x356)+util[_0x20fa17(0x244)](_0x3406a4,_0x40d21a)),_0x4d26ea[_0x20fa17(0x269)](_0x3406a4);}else logger[_0x20fa17(0x298)](_0x20fa17(0x2d4)+_0x595eef+_0x20fa17(0x1e2)+_0x22f0e7);break;}logger[_0x20fa17(0x298)]('[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState='+_0x595eef+',\x20hookState='+_0x22f0e7);}catch(_0x3a7d72){logger[_0x20fa17(0x293)](_0x20fa17(0x1f4)+_0x595eef+_0x20fa17(0x2a5)+_0x22f0e7+_0x20fa17(0x2d6)+util[_0x20fa17(0x2f1)](_0x3a7d72));}_0x6cc4dc[_0x20fa17(0x222)]=_0x4d26ea,await this[_0x20fa17(0x2af)](_0x4d26ea,_0x595eef,_0x22f0e7,_0x6cc4dc);}['getJestTestIdentifier'](_0x282df9){const _0x3514a8=a71_0x1b56eb,_0x5736e2={};_0x5736e2['bHugS']=_0x3514a8(0x1f0);const _0x546a51=_0x5736e2;if(_0x282df9&&(_0x282df9['id']||_0x282df9[_0x3514a8(0x33b)])){const _0x4d8c8c=_0x282df9['id']||_0x282df9[_0x3514a8(0x33b)];return logger[_0x3514a8(0x298)](_0x3514a8(0x363)+_0x4d8c8c+_0x3514a8(0x302)),_0x4d8c8c;}return logger['debug'](_0x546a51[_0x3514a8(0x263)]),process[_0x3514a8(0x1f5)]+':testAnalyticsId';}['resolveInstance'](_0x514629,_0x3ee678,_0x4238ba={}){const _0x3304ad=a71_0x1b56eb;let _0x2a75e5=null;return _0x2a75e5=TestFramework[_0x3304ad(0x1f3)](),!_0x2a75e5?(logger[_0x3304ad(0x298)]('[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state='+_0x514629),this[_0x3304ad(0x344)](_0x514629,_0x4238ba),_0x2a75e5=TestFramework['getTrackedInstance'](),logger[_0x3304ad(0x298)](_0x3304ad(0x2d1)+!!_0x2a75e5+_0x3304ad(0x2e8)+_0x2a75e5?.['getContext']()?.[_0x3304ad(0x259)]())):logger[_0x3304ad(0x298)](_0x3304ad(0x331)+_0x2a75e5['getContext']()?.[_0x3304ad(0x259)]()),_0x2a75e5;}[a71_0x1b56eb(0x344)](_0x50245a,_0xdb6050){const _0x486f21=a71_0x1b56eb,_0x46eaaf={};_0x46eaaf[_0x486f21(0x335)]=_0x486f21(0x264);const _0x14f515=_0x46eaaf;if(TestFramework[_0x486f21(0x1f3)]()){logger[_0x486f21(0x298)](_0x14f515[_0x486f21(0x335)]);return;}const _0x4ec035=CLIUtils[_0x486f21(0x28c)](),_0x452ae5=TrackedInstance[_0x486f21(0x29b)](_0x4ec035);let _0x2f6838=null;logger[_0x486f21(0x298)](_0x486f21(0x2c8)+_0x4ec035+',\x20state='+_0x50245a),_0x2f6838=new TestFrameworkInstance(_0x452ae5,this[_0x486f21(0x360)](),this[_0x486f21(0x30c)](),_0x50245a,HookState['NONE']),TestFramework[_0x486f21(0x228)](_0x452ae5,_0x2f6838),logger[_0x486f21(0x298)](_0x486f21(0x377)+_0x452ae5[_0x486f21(0x259)]()+_0x486f21(0x273)+_0x4ec035+_0x486f21(0x200)+this[_0x486f21(0x360)]()[0x0]+_0x486f21(0x256)+this[_0x486f21(0x30c)]()[this[_0x486f21(0x360)]()[0x0]]);}[a71_0x1b56eb(0x304)](_0x228fe){const _0x270462=a71_0x1b56eb,_0x2ef042={};_0x2ef042[_0x270462(0x24d)]=function(_0x3417b4,_0x475a27){return _0x3417b4||_0x475a27;},_0x2ef042[_0x270462(0x349)]=_0x270462(0x2d0);const _0x53ba76=_0x2ef042,{testUUID:_0x3bca63,testData:_0x456074,testId:_0x1fbd25}=_0x228fe;if(_0x53ba76[_0x270462(0x24d)](!_0x456074,!_0x1fbd25))return logger['debug'](_0x53ba76['cjTrP']),{};const _0x1c182d=this['getTestFrameworks']()[0x0],_0x499e53=this[_0x270462(0x30c)](),_0x54b02d={};_0x54b02d[_0x270462(0x2f5)]=0x2,_0x54b02d[_0x270462(0x21c)]=0x3,logger[_0x270462(0x298)]('[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20'+util[_0x270462(0x244)](_0x456074,_0x54b02d));const _0x2c9f60=_0x456074?.[_0x270462(0x2f2)]||[],_0x44d410=this[_0x270462(0x291)](_0x456074),_0x5d0c07=this['getJestTestFilePath'](_0x456074),_0x1ffb78=_0x456074['fn']?_0x456074['fn'][_0x270462(0x2de)]():null,_0x776666=this['getJestTestTags'](_0x456074),_0x396533={[TestFrameworkConstants[_0x270462(0x315)]]:_0x1c182d,[TestFrameworkConstants[_0x270462(0x20f)]]:_0x499e53[_0x1c182d],[TestFrameworkConstants[_0x270462(0x1ef)]]:[],[TestFrameworkConstants[_0x270462(0x329)]]:{},[TestFrameworkConstants[_0x270462(0x224)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x270462(0x26e)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x44d410,[TestFrameworkConstants[_0x270462(0x345)]]:_0x5d0c07,[TestFrameworkConstants[_0x270462(0x20c)]]:_0x1fbd25,[TestFrameworkConstants[_0x270462(0x208)]]:_0x44d410,[TestFrameworkConstants[_0x270462(0x310)]]:_0x5d0c07,[TestFrameworkConstants[_0x270462(0x32e)]]:_0x1ffb78,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x776666,[TestFrameworkConstants[_0x270462(0x2e0)]]:_0x456074[_0x270462(0x36c)]||new Date()[_0x270462(0x2da)](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x2c9f60[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x2c9f60,[TestFrameworkConstants[_0x270462(0x307)]]:_0x44d410,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x270462(0x235)]]:{}};_0x456074[_0x270462(0x28d)]&&(_0x396533[TestFrameworkConstants[_0x270462(0x2e6)]]=_0x456074[_0x270462(0x28d)]);logger[_0x270462(0x298)](_0x270462(0x2ed)+_0x44d410+',\x20testId='+_0x1fbd25+_0x270462(0x234)+JSON[_0x270462(0x219)](_0x776666)+_0x270462(0x27e)+util[_0x270462(0x244)](_0x2c9f60)+_0x270462(0x2c3)+_0x5d0c07);const _0x6bdeb5={};return _0x6bdeb5[_0x1fbd25]=_0x396533,_0x6bdeb5;}[a71_0x1b56eb(0x270)](_0x273fba){const _0x465603=a71_0x1b56eb,_0x3dd286={'zXlcz':function(_0x49d8aa,_0x4926d3){return _0x49d8aa===_0x4926d3;},'BAlKR':'afterAll','qgBgo':function(_0x1d136e,_0xc525fa){return _0x1d136e===_0xc525fa;},'lCjmR':'beforeAll','rZrZZ':_0x465603(0x275),'NUApL':'_ALL','aYsLi':function(_0x4566af,_0x35e981){return _0x4566af||_0x35e981;},'fzVWT':_0x465603(0x376),'iCgKn':_0x465603(0x327),'MDMho':function(_0x27241c,_0xfbdc16){return _0x27241c>_0xfbdc16;},'FwHTs':_0x465603(0x31c),'UUZdC':_0x465603(0x27c),'KiYnZ':function(_0x4fa318,_0x379163){return _0x4fa318===_0x379163;},'ZclkI':_0x465603(0x21d),'KbSFh':_0x465603(0x312),'etTep':function(_0x4fa813,_0x23ed63){return _0x4fa813===_0x23ed63;},'EXxtr':function(_0x5476f2,_0x660dfe){return _0x5476f2!==_0x660dfe;},'Adiah':function(_0x170f8b,_0x218039,_0x40bc49,_0x5f1cc7){return _0x170f8b(_0x218039,_0x40bc49,_0x5f1cc7);},'UPRMa':function(_0x3e7688,_0x11e720){return _0x3e7688>_0x11e720;},'vTnMv':function(_0x160be1,_0x436ee7){return _0x160be1>_0x436ee7;},'PiNct':'[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','xrgVr':function(_0x3b3eb6,_0x1500c4){return _0x3b3eb6===_0x1500c4;}},{testUUID:_0x209119,testData:_0x51e36b,testId:_0x206a94}=_0x273fba;if(_0x3dd286[_0x465603(0x367)](!_0x51e36b,!_0x206a94))return logger['debug'](_0x3dd286[_0x465603(0x2e7)]),{};const _0x435014=this['resolveInstance'](TestFrameworkState[_0x465603(0x365)],HookState[_0x465603(0x326)]),_0x5bd168=_0x435014[_0x465603(0x213)]()['get'](_0x206a94),_0x26963e=_0x3dd286[_0x465603(0x367)](_0x5bd168,{}),_0x1b86f6=_0x26963e?_0x26963e[TestFrameworkConstants[_0x465603(0x1fd)]]||{}:{},_0x2be5f6=_0x26963e[TestFrameworkConstants[_0x465603(0x32c)]];logger[_0x465603(0x298)](_0x465603(0x239)+(_0x2be5f6?Object[_0x465603(0x287)](_0x2be5f6)[_0x465603(0x25a)]:0x0)+_0x465603(0x36e));let _0x48cc94=_0x3dd286[_0x465603(0x215)];if(_0x51e36b[_0x465603(0x35f)])_0x48cc94=_0x51e36b[_0x465603(0x35f)];else{if(_0x51e36b[_0x465603(0x2a8)]&&_0x3dd286['MDMho'](_0x51e36b[_0x465603(0x2a8)][_0x465603(0x25a)],0x0))_0x48cc94=_0x3dd286[_0x465603(0x26c)];else _0x3dd286[_0x465603(0x26f)](_0x51e36b[_0x465603(0x26b)],_0x3dd286[_0x465603(0x2dc)])||_0x3dd286[_0x465603(0x284)](_0x51e36b['status'],_0x3dd286[_0x465603(0x2d5)])?_0x48cc94=_0x3dd286[_0x465603(0x2d5)]:_0x48cc94=_0x3dd286[_0x465603(0x354)];}const _0x31747b={..._0x26963e,[TestFrameworkConstants[_0x465603(0x325)]]:_0x48cc94,[TestFrameworkConstants[_0x465603(0x33c)]]:_0x51e36b['finished_at']||new Date()[_0x465603(0x2da)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x465603(0x2da)](),[TestFrameworkConstants[_0x465603(0x1fd)]]:_0x1b86f6,[TestFrameworkConstants[_0x465603(0x338)]]:[],[TestFrameworkConstants['KEY_TEST_META']]:{}};if(_0x3dd286['etTep'](_0x48cc94,_0x3dd286[_0x465603(0x26c)])&&_0x51e36b[_0x465603(0x2a8)]){const _0x5a93de=this[_0x465603(0x1f2)](_0x51e36b),_0x17eba3=this[_0x465603(0x2db)](_0x51e36b),_0x4c8d40=this['getJestFailureData'](_0x51e36b);_0x31747b[TestFrameworkConstants[_0x465603(0x2ab)]]=_0x17eba3,_0x31747b[TestFrameworkConstants[_0x465603(0x24c)]]=_0x5a93de,_0x31747b[TestFrameworkConstants[_0x465603(0x2fa)]]=_0x4c8d40;}_0x3dd286[_0x465603(0x2fe)](_0x51e36b['duration'],undefined)&&(_0x31747b[TestFrameworkConstants[_0x465603(0x32b)]]=_0x51e36b[_0x465603(0x29a)]);_0x51e36b[_0x465603(0x28d)]&&(_0x31747b[TestFrameworkConstants[_0x465603(0x2e6)]]=_0x51e36b[_0x465603(0x28d)]);const _0x3f7eba=_0x5bd168?_0x5bd168[TestFrameworkConstants[_0x465603(0x32c)]]||{}:{},_0x362ba5=_0x5bd168?_0x5bd168[TestFrameworkConstants[_0x465603(0x35a)]]:_0x209119,_0x528fc2=_0x3dd286[_0x465603(0x283)](getManualUploadLogs,_0x3f7eba,_0x362ba5,_0x206a94);if(_0x3dd286[_0x465603(0x36a)](_0x528fc2[_0x465603(0x25a)],0x0)){const _0x1fb4ca=_0x31747b[TestFrameworkConstants[_0x465603(0x338)]]||[];_0x31747b[TestFrameworkConstants['KEY_LOGS']]=[..._0x1fb4ca,..._0x528fc2];}const _0x18e1a6=_0x26963e[TestFrameworkConstants[_0x465603(0x329)]]||{},_0x3f3f6a=_0x26963e[TestFrameworkConstants[_0x465603(0x224)]]||{},_0x9b99e6={..._0x18e1a6},_0x1b0daf=_0x9b99e6;Object[_0x465603(0x287)](_0x3f3f6a)['forEach'](_0x9d5694=>{const _0xa3cd62=_0x465603;!_0x1b0daf[_0x9d5694]&&(_0x1b0daf[_0x9d5694]=[]);const _0x5e8b36=new Set((_0x1b0daf[_0x9d5694]||[])[_0xa3cd62(0x2b6)](_0x9c0d72=>_0x9c0d72[TestFrameworkConstants[_0xa3cd62(0x20e)]]||_0x9c0d72[_0xa3cd62(0x1fa)]));(_0x3f3f6a[_0x9d5694]||[])[_0xa3cd62(0x289)](_0x689865=>{const _0x39e18f=_0xa3cd62,_0x45e8d9=_0x689865[TestFrameworkConstants['KEY_HOOK_ID']]||_0x689865[_0x39e18f(0x1fa)];if(!_0x5e8b36['has'](_0x45e8d9)){const _0x28e487={..._0x689865},_0x12283d=_0x28e487;!_0x12283d[TestFrameworkConstants[_0x39e18f(0x23a)]]&&!_0x12283d[_0x39e18f(0x23d)]&&(_0x12283d[TestFrameworkConstants[_0x39e18f(0x23a)]]=new Date()[_0x39e18f(0x2da)]()),!_0x12283d[TestFrameworkConstants['KEY_HOOK_RESULT']]&&!_0x12283d['hook_result']&&(_0x12283d[TestFrameworkConstants['KEY_HOOK_RESULT']]=TestFrameworkConstants[_0x39e18f(0x364)]),_0x1b0daf[_0x9d5694][_0x39e18f(0x1e5)](_0x12283d);}});});if(_0x273fba[_0x465603(0x22a)]){this['mapTestHooks'](_0x273fba[_0x465603(0x22a)]);const _0x43b6b8=this[_0x465603(0x2e5)](_0x273fba[_0x465603(0x22a)]),_0x4d102c=this[_0x465603(0x281)](_0x273fba[_0x465603(0x22a)]);_0x4d102c[_0x465603(0x289)](_0x4d863e=>{const _0xcd659f=_0x465603,_0x33a01a=_0x43b6b8[_0xcd659f(0x1e0)](_0x4d863e);if(_0x33a01a&&(_0x3dd286[_0xcd659f(0x26f)](_0x33a01a[_0xcd659f(0x332)],_0x3dd286[_0xcd659f(0x366)])||_0x3dd286[_0xcd659f(0x2c9)](_0x33a01a[_0xcd659f(0x332)],_0x3dd286['lCjmR']))){const _0x301457=_0x33a01a[_0xcd659f(0x332)][_0xcd659f(0x1e7)]()['replace'](_0x3dd286['rZrZZ'],_0x3dd286[_0xcd659f(0x21f)]),_0x3ddc65=_0x301457;!_0x1b0daf[_0x3ddc65]&&(_0x1b0daf[_0x3ddc65]=[]);const _0x3b80f6=_0x1b0daf[_0x3ddc65]['find'](_0x33f349=>(_0x33f349[TestFrameworkConstants[_0xcd659f(0x20e)]]||_0x33f349[_0xcd659f(0x1fa)])===_0x4d863e);!_0x3b80f6&&_0x1b0daf[_0x3ddc65][_0xcd659f(0x1e5)]({'key':_0x3ddc65,[TestFrameworkConstants[_0xcd659f(0x20e)]]:_0x4d863e,[TestFrameworkConstants[_0xcd659f(0x214)]]:TestFrameworkConstants[_0xcd659f(0x364)],[TestFrameworkConstants[_0xcd659f(0x231)]]:new Date()[_0xcd659f(0x2da)](),[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]:new Date()[_0xcd659f(0x2da)](),[TestFrameworkConstants[_0xcd659f(0x227)]]:[],[TestFrameworkConstants[_0xcd659f(0x26a)]]:_0x33a01a[_0xcd659f(0x29e)]||_0x33a01a[_0xcd659f(0x332)]+'\x20hook',[TestFrameworkConstants[_0xcd659f(0x1fd)]]:_0x1b86f6});}});}if(_0x51e36b[_0x465603(0x35b)]&&_0x3dd286[_0x465603(0x216)](_0x51e36b[_0x465603(0x35b)]['length'],0x0))_0x31747b[TestFrameworkConstants[_0x465603(0x329)]]=_0x51e36b['hooks'],logger['debug'](_0x3dd286[_0x465603(0x29f)]);else _0x3dd286[_0x465603(0x216)](Object[_0x465603(0x287)](_0x1b0daf)[_0x465603(0x25a)],0x0)&&(_0x31747b[TestFrameworkConstants[_0x465603(0x329)]]=_0x1b0daf,logger[_0x465603(0x298)](_0x465603(0x34d)+Object['keys'](_0x1b0daf)['join'](',')));const _0x4a6da2=this[_0x465603(0x291)](_0x51e36b);logger[_0x465603(0x298)](_0x465603(0x204)+_0x4a6da2+_0x465603(0x245)+_0x206a94+_0x465603(0x258)+_0x48cc94+',\x20duration='+_0x51e36b[_0x465603(0x29a)]);_0x3dd286['xrgVr'](_0x48cc94,_0x3dd286[_0x465603(0x26c)])&&logger[_0x465603(0x298)](_0x465603(0x1f8)+_0x206a94+_0x465603(0x285)+_0x31747b[TestFrameworkConstants[_0x465603(0x2ab)]]+',\x20failureReason='+_0x31747b[TestFrameworkConstants[_0x465603(0x24c)]]?.[_0x465603(0x323)](0x0,0xc8));const _0xf1b736={};return _0xf1b736[_0x206a94]=_0x31747b,_0xf1b736;}['getJestTestScopes'](_0x5312e4){const _0x303529=a71_0x1b56eb,_0x2ebb73={};_0x2ebb73['UGcbX']=function(_0x58c6f3,_0x467524){return _0x58c6f3!==_0x467524;},_0x2ebb73[_0x303529(0x2a6)]=function(_0x54a9db,_0x21c9c9){return _0x54a9db!==_0x21c9c9;},_0x2ebb73[_0x303529(0x2bf)]=_0x303529(0x2b5);const _0x188851=_0x2ebb73,_0x5a3b93={};_0x5a3b93[_0x303529(0x2f5)]=0x2,_0x5a3b93[_0x303529(0x21c)]=0x3,logger[_0x303529(0x298)]('[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20'+util['inspect'](_0x5312e4,_0x5a3b93));const _0x168a47=[];if(_0x5312e4&&_0x5312e4[_0x303529(0x221)]){let _0x3f0527=_0x5312e4[_0x303529(0x221)];while(_0x3f0527&&_0x3f0527[_0x303529(0x29e)]&&_0x188851[_0x303529(0x1f1)](_0x3f0527[_0x303529(0x29e)],'')&&_0x188851[_0x303529(0x2a6)](_0x3f0527['name'],_0x188851[_0x303529(0x2bf)])){_0x168a47[_0x303529(0x1e5)](_0x3f0527[_0x303529(0x29e)]),_0x3f0527=_0x3f0527[_0x303529(0x221)];}}return _0x168a47[_0x303529(0x255)]();}[a71_0x1b56eb(0x291)](_0x5b6ccd){const _0x57037f=a71_0x1b56eb,_0x487c7d={};_0x487c7d['azZuk']='Unknown\x20Test';const _0x20f544=_0x487c7d;if(_0x5b6ccd[_0x57037f(0x29e)])return _0x5b6ccd['name'];if(_0x5b6ccd['title'])return _0x5b6ccd[_0x57037f(0x1fc)];return _0x20f544[_0x57037f(0x2c0)];}['getJestTestTags'](_0x28532a){const _0x2c27d4=a71_0x1b56eb,_0x3f4d58=[];if(_0x28532a[_0x2c27d4(0x33e)]&&Array[_0x2c27d4(0x2b3)](_0x28532a[_0x2c27d4(0x33e)]))return _0x28532a[_0x2c27d4(0x33e)][_0x2c27d4(0x2b6)](_0x469635=>_0x469635[_0x2c27d4(0x209)]('@')?_0x469635[_0x2c27d4(0x23c)](0x1):_0x469635);const _0x4f84fd=this[_0x2c27d4(0x291)](_0x28532a),_0x487465=_0x4f84fd[_0x2c27d4(0x2c4)](/@(\w+)/g);if(_0x487465)return _0x487465[_0x2c27d4(0x2b6)](_0x48adb0=>_0x48adb0['slice'](0x1));return _0x28532a[_0x2c27d4(0x2f2)]&&Array[_0x2c27d4(0x2b3)](_0x28532a[_0x2c27d4(0x2f2)])&&_0x28532a[_0x2c27d4(0x2f2)][_0x2c27d4(0x289)](_0x53008f=>{const _0x159f3b=_0x2c27d4,_0xc1497a=_0x53008f[_0x159f3b(0x2c4)](/@(\w+)/g);_0xc1497a&&_0xc1497a[_0x159f3b(0x289)](_0x3095ce=>{const _0x5a143f=_0x159f3b,_0x5e3dd2=_0x3095ce['slice'](0x1);!_0x3f4d58[_0x5a143f(0x251)](_0x5e3dd2)&&_0x3f4d58['push'](_0x5e3dd2);});}),_0x3f4d58;}[a71_0x1b56eb(0x36d)](_0x3b8cad){const _0x129bde=a71_0x1b56eb,_0x36c34b={'DACUC':function(_0x46896e,_0x24d686){return _0x46896e(_0x24d686);},'RSGGF':_0x129bde(0x2b2)};if(_0x3b8cad[_0x129bde(0x23f)])return _0x3b8cad[_0x129bde(0x23f)];if(_0x3b8cad[_0x129bde(0x300)]){const _0x442bba=_0x36c34b[_0x129bde(0x296)](require,_0x36c34b['RSGGF']);try{const _0x8ac2da=_0x442bba[_0x129bde(0x211)](_0x3b8cad[_0x129bde(0x300)]);if(_0x8ac2da[0x0]&&_0x8ac2da[0x0][_0x129bde(0x334)])return _0x8ac2da[0x0][_0x129bde(0x334)]();}catch(_0x49b554){logger['debug'](_0x129bde(0x1f9)+util[_0x129bde(0x2f1)](_0x49b554));}}return null;}[a71_0x1b56eb(0x1f2)](_0x1bd570){const _0x3f5ab9=a71_0x1b56eb,_0x19ceb3={};_0x19ceb3['BCdaG']=function(_0x41aa83,_0x5c2d08){return _0x41aa83>_0x5c2d08;},_0x19ceb3[_0x3f5ab9(0x370)]='Unknown\x20error';const _0x51180e=_0x19ceb3;if(_0x1bd570[_0x3f5ab9(0x2a8)]&&_0x51180e[_0x3f5ab9(0x279)](_0x1bd570['errorsDetailed']['length'],0x0))return util['inspect'](_0x1bd570[_0x3f5ab9(0x2a8)][0x0]);if(_0x1bd570[_0x3f5ab9(0x333)])return _0x1bd570[_0x3f5ab9(0x333)];return _0x51180e[_0x3f5ab9(0x370)];}[a71_0x1b56eb(0x2db)](_0xafbf36){const _0x4d148f=a71_0x1b56eb,_0x3fbe4a={};_0x3fbe4a[_0x4d148f(0x2ca)]=_0x4d148f(0x237),_0x3fbe4a[_0x4d148f(0x337)]='AssertionError',_0x3fbe4a[_0x4d148f(0x369)]=_0x4d148f(0x1e6);const _0x24292e=_0x3fbe4a,_0x164b82=this[_0x4d148f(0x1f2)](_0xafbf36);if(_0x164b82&&_0x164b82['includes'](_0x24292e['MvAql']))return _0x24292e['SNZig'];return _0x24292e[_0x4d148f(0x369)];}[a71_0x1b56eb(0x343)](_0x5df9f8){const _0x114522=a71_0x1b56eb,_0x5bddb4={'thtCY':function(_0x4549b7,_0x5ad384){return _0x4549b7(_0x5ad384);},'aOPlJ':_0x114522(0x313),'uSUHS':function(_0x40603b,_0x14d53b){return _0x40603b!==_0x14d53b;},'anYbm':_0x114522(0x2ad)},{failureData:_0x2587ea}=_0x5bddb4[_0x114522(0x262)](require,_0x5bddb4[_0x114522(0x27a)]),_0x100c41=[];return _0x5bddb4[_0x114522(0x1f7)](_0x5df9f8['errorsDetailed'],undefined)&&_0x100c41['push'](_0x5df9f8['errorsDetailed'],_0x5bddb4['anYbm']),_0x2587ea[_0x114522(0x261)](null,_0x100c41);}async[a71_0x1b56eb(0x35d)](_0x34d8fc,_0xe1431c,_0x1147bb,_0x47fe50){const _0x4ac29f=a71_0x1b56eb,_0xe97b4f={'nfdIm':'[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','qKYmL':function(_0x11d519){return _0x11d519();},'oDfnn':function(_0xf9c0c3,_0x3bd212){return _0xf9c0c3 in _0x3bd212;},'xgGZt':function(_0x485cb8,_0x321aa5){return _0x485cb8 in _0x321aa5;},'yWlzu':function(_0x99a2fd,_0x133ecd){return _0x99a2fd===_0x133ecd;},'WeLwa':function(_0x5f0ced,_0x435d56){return _0x5f0ced===_0x435d56;},'clHEI':function(_0x507f45,_0x2ec872){return _0x507f45>_0x2ec872;},'cuYhP':_0x4ac29f(0x31c),'Mkyvv':_0x4ac29f(0x312),'QCbTC':function(_0xafb678,_0x1cbc22){return _0xafb678>_0x1cbc22;},'XMAZm':function(_0x107720,_0x22b9b6){return _0x107720===_0x22b9b6;},'OHlJc':function(_0x1e739a,_0xddb673){return _0x1e739a!==_0xddb673;}},{hookData:_0x5a70a8}=_0x47fe50,_0x121d01=_0x1147bb['toString'](),_0x3a11f8=_0xe1431c[_0x4ac29f(0x2de)](),_0x1ffff8={};_0x1ffff8['depth']=0x2,_0x1ffff8[_0x4ac29f(0x21c)]=0x3,logger[_0x4ac29f(0x298)](_0x4ac29f(0x2f6)+_0x3a11f8+',\x20hookState='+_0x121d01+_0x4ac29f(0x346)+util['inspect'](_0x5a70a8,_0x1ffff8));if(!_0x5a70a8)return logger[_0x4ac29f(0x298)](_0xe97b4f['nfdIm']),{};const _0x1b8c0e=_0x5a70a8[_0x4ac29f(0x33b)]||_0x5a70a8[_0x4ac29f(0x357)]||_0xe97b4f[_0x4ac29f(0x373)](uuidv4),_0x1fbc34=_0x5a70a8[_0x4ac29f(0x2fd)]||this['getJestTestIdentifier'](_0x5a70a8),_0x1293a4=_0xe1431c[_0x4ac29f(0x2de)]()[_0x4ac29f(0x31e)]('.')[0x1],_0x5025aa=_0x34d8fc['getAllData']()['get'](_0x1fbc34),_0x455f52=_0x5025aa?_0x5025aa[TestFrameworkConstants[_0x4ac29f(0x1fd)]]||{}:{};logger[_0x4ac29f(0x298)](_0x4ac29f(0x20b)+_0x1b8c0e+_0x4ac29f(0x245)+_0x1fbc34+_0x4ac29f(0x2ff)+_0x1293a4+_0x4ac29f(0x2a5)+_0x121d01);if(!_0x5025aa)return logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20'+_0x1fbc34+_0x4ac29f(0x33a)),this[_0x4ac29f(0x217)](_0x34d8fc,_0x1fbc34,_0xe1431c,_0x1147bb,_0x47fe50),{};let _0x3221c4=_0x5025aa[TestFrameworkConstants[_0x4ac29f(0x224)]];!_0x3221c4&&(_0x3221c4={});!_0xe97b4f[_0x4ac29f(0x25c)](_0x1293a4,_0x3221c4)&&(_0x3221c4[_0x1293a4]=[]);let _0xc6e6e7=_0x5025aa[TestFrameworkConstants[_0x4ac29f(0x329)]];!_0xc6e6e7&&(_0xc6e6e7={});!_0xe97b4f[_0x4ac29f(0x1ee)](_0x1293a4,_0xc6e6e7)&&(_0xc6e6e7[_0x1293a4]=[]);const _0x27c7cd={[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x3221c4,[TestFrameworkConstants[_0x4ac29f(0x329)]]:_0xc6e6e7},_0x263d70={};_0x263d70[_0x1fbc34]=_0x27c7cd;const _0xa4cc43=_0x263d70;if(_0xe97b4f[_0x4ac29f(0x2a4)](_0x1147bb,HookState['PRE'])){const _0xa718a2={'key':_0x1293a4,[TestFrameworkConstants[_0x4ac29f(0x20e)]]:_0x1b8c0e,[TestFrameworkConstants[_0x4ac29f(0x214)]]:TestFrameworkConstants[_0x4ac29f(0x364)],[TestFrameworkConstants[_0x4ac29f(0x231)]]:_0x5a70a8['started_at']||new Date()[_0x4ac29f(0x2da)](),[TestFrameworkConstants[_0x4ac29f(0x227)]]:[],[TestFrameworkConstants[_0x4ac29f(0x26a)]]:_0x5a70a8['name']||_0x5a70a8[_0x4ac29f(0x21e)]||_0x1293a4,[TestFrameworkConstants[_0x4ac29f(0x1fd)]]:_0x455f52};_0x3221c4[_0x1293a4][_0x4ac29f(0x1e5)](_0xa718a2),_0xa4cc43[_0x1fbc34][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0x1293a4;const _0x33c081={};_0x33c081[_0x4ac29f(0x2f5)]=0x2,logger['debug'](_0x4ac29f(0x1ec)+_0x1293a4+',\x20hookId='+_0x1b8c0e+_0x4ac29f(0x245)+_0x1fbc34+_0x4ac29f(0x358)+util['inspect'](_0xa718a2,_0x33c081));}else{if(_0xe97b4f[_0x4ac29f(0x359)](_0x1147bb,HookState['POST'])){const _0x45af11=_0x5a70a8['result']||(_0x5a70a8['errorsDetailed']&&_0xe97b4f[_0x4ac29f(0x22d)](_0x5a70a8[_0x4ac29f(0x2a8)][_0x4ac29f(0x25a)],0x0)?_0xe97b4f[_0x4ac29f(0x2a9)]:_0xe97b4f[_0x4ac29f(0x2f0)]),_0x140249=_0x3221c4[_0x1293a4]||[];logger['debug'](_0x4ac29f(0x2f7)+_0x1293a4+_0x4ac29f(0x245)+_0x1fbc34+',\x20result='+_0x45af11+_0x4ac29f(0x37b)+_0x140249[_0x4ac29f(0x25a)]);if(_0xe97b4f[_0x4ac29f(0x32f)](_0x140249['length'],0x0)){const _0xb9b13c=_0x140249[_0x4ac29f(0x2fc)]();_0xe97b4f[_0x4ac29f(0x2c2)](_0x45af11,_0xe97b4f['cuYhP'])&&_0x5a70a8[_0x4ac29f(0x2a8)]?(_0xb9b13c[TestFrameworkConstants[_0x4ac29f(0x31b)]]=this[_0x4ac29f(0x2db)](_0x5a70a8),_0xb9b13c[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]=this[_0x4ac29f(0x1f2)](_0x5a70a8),_0xb9b13c[TestFrameworkConstants[_0x4ac29f(0x276)]]=this[_0x4ac29f(0x343)](_0x5a70a8),logger[_0x4ac29f(0x298)](_0x4ac29f(0x2ee)+_0x1293a4+_0x4ac29f(0x285)+_0xb9b13c[TestFrameworkConstants[_0x4ac29f(0x31b)]]+_0x4ac29f(0x36b)+_0xb9b13c[TestFrameworkConstants[_0x4ac29f(0x25f)]]?.[_0x4ac29f(0x323)](0x0,0xc8))):_0xb9b13c[TestFrameworkConstants[_0x4ac29f(0x214)]]=_0xe97b4f[_0x4ac29f(0x2f0)];_0xe97b4f[_0x4ac29f(0x317)](_0x45af11,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0xb9b13c[TestFrameworkConstants[_0x4ac29f(0x214)]]=_0x45af11);_0xb9b13c[TestFrameworkConstants[_0x4ac29f(0x23a)]]=_0x5a70a8[_0x4ac29f(0x2e2)]||new Date()[_0x4ac29f(0x2da)](),_0xb9b13c[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x455f52;const _0x1a8ab7=_0xb9b13c[TestFrameworkConstants['KEY_HOOK_ID']];!_0xc6e6e7[_0x1293a4]&&(_0xc6e6e7[_0x1293a4]=[]);_0xc6e6e7[_0x1293a4][_0x4ac29f(0x1e5)](_0xb9b13c),_0xa4cc43[_0x1fbc34][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x1293a4;const _0x591d67={};_0x591d67[_0x4ac29f(0x2f5)]=0x2,logger[_0x4ac29f(0x298)](_0x4ac29f(0x203)+_0x1293a4+_0x4ac29f(0x30e)+_0x1a8ab7+_0x4ac29f(0x28a)+_0x45af11+_0x4ac29f(0x358)+util[_0x4ac29f(0x244)](_0xb9b13c,_0x591d67));}}}const _0x34abcb={};return _0x34abcb['depth']=0x2,_0x34abcb[_0x4ac29f(0x21c)]=0x3,logger['debug'](_0x4ac29f(0x330)+(_0x5a70a8[_0x4ac29f(0x21e)]||_0x1293a4)+_0x4ac29f(0x30e)+_0x1b8c0e+_0x4ac29f(0x245)+_0x1fbc34+',\x20updates='+util[_0x4ac29f(0x244)](_0xa4cc43,_0x34abcb)),_0xa4cc43;}['createTestFrameworkEventPayload'](_0x3d3bfc){const _0x1a7dc7=a71_0x1b56eb,_0x1663e6={};_0x1663e6['WgTsb']=_0x1a7dc7(0x2bd);const _0x2d0a60=_0x1663e6;try{const _0x8940ea=_0x3d3bfc[_0x1a7dc7(0x2ad)]?this[_0x1a7dc7(0x2cc)](_0x3d3bfc[_0x1a7dc7(0x2ad)]):_0x3d3bfc[_0x1a7dc7(0x30f)]['test_run_id'],_0x31d92f=_0x3d3bfc['instance'],_0x171715=_0x31d92f[_0x1a7dc7(0x286)](),_0x1a395b=_0x31d92f[_0x1a7dc7(0x213)]()[_0x1a7dc7(0x1e0)](_0x8940ea);if(!_0x1a395b)return logger[_0x1a7dc7(0x298)](_0x1a7dc7(0x206)+_0x8940ea),{};const {[TestFrameworkConstants[_0x1a7dc7(0x315)]]:_0xb0a2f1='',[TestFrameworkConstants[_0x1a7dc7(0x20f)]]:_0x34954d='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x2ed8f5='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x2195bf=''}=_0x1a395b,_0x1d91c1=_0x31d92f[_0x1a7dc7(0x297)]()[_0x1a7dc7(0x2de)]()['split']('.')[0x1],_0x15ab3e=_0x31d92f[_0x1a7dc7(0x341)]()[_0x1a7dc7(0x2de)]()[_0x1a7dc7(0x31e)]('.')[0x1],_0x586c71=global?.['__workerDetails']?.[_0x1a7dc7(0x288)]?.[_0x1a7dc7(0x379)],_0x1b5445=_0x31d92f[_0x1a7dc7(0x2e4)](),_0x4f3062=Buffer[_0x1a7dc7(0x25d)](JSON[_0x1a7dc7(0x219)](_0x1a395b))[_0x1a7dc7(0x2de)](_0x2d0a60[_0x1a7dc7(0x324)]),_0x3d9d1b={'hash':_0x171715[_0x1a7dc7(0x259)](),'threadId':_0x171715[_0x1a7dc7(0x1fb)]()[_0x1a7dc7(0x2de)](),'processId':_0x171715['getProcessId']()[_0x1a7dc7(0x2de)]()},_0x49fdb5={};_0x49fdb5[_0x1a7dc7(0x2be)]=_0x586c71,_0x49fdb5[_0x1a7dc7(0x257)]=_0xb0a2f1,_0x49fdb5[_0x1a7dc7(0x25b)]=_0x34954d,_0x49fdb5[_0x1a7dc7(0x2a7)]=_0x1d91c1,_0x49fdb5[_0x1a7dc7(0x254)]=_0x15ab3e,_0x49fdb5[_0x1a7dc7(0x1e9)]=_0x2ed8f5,_0x49fdb5[_0x1a7dc7(0x311)]=_0x2195bf,_0x49fdb5[_0x1a7dc7(0x33b)]=_0x1b5445,_0x49fdb5[_0x1a7dc7(0x295)]=_0x4f3062,_0x49fdb5[_0x1a7dc7(0x2ef)]=_0x3d9d1b,_0x49fdb5[_0x1a7dc7(0x34c)]=_0x8940ea;const _0x3427e9=_0x49fdb5;return _0x3427e9;}catch(_0x255573){return logger['error']('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util[_0x1a7dc7(0x2f1)](_0x255573)),{};}}async[a71_0x1b56eb(0x301)](_0x237bb0,_0x2a439e,_0x119f45){const _0x22c1dd=a71_0x1b56eb,_0x4a7cf1={'THdzt':function(_0x48d1b4,_0x54dfe9){return _0x48d1b4+_0x54dfe9;},'BRxbU':_0x22c1dd(0x1e8),'QgnBq':_0x22c1dd(0x243),'HzdFf':function(_0x27017c,_0x4ae05b){return _0x27017c>_0x4ae05b;},'QQpmB':function(_0x48b37f,_0x3236f9,_0x195a9e,_0x2faf51){return _0x48b37f(_0x3236f9,_0x195a9e,_0x2faf51);},'oXKRP':function(_0x5c6b2a,_0x1939c6){return _0x5c6b2a-_0x1939c6;},'qoamQ':function(_0x4ed3ed,_0x9fcb4a){return _0x4ed3ed===_0x9fcb4a;},'qSPzy':function(_0x1969c7,_0x4fbb32){return _0x1969c7/_0x4fbb32;},'fTDEf':function(_0x7e9355,_0xabf915){return _0x7e9355<_0xabf915;},'aoiLW':function(_0x666dad,_0xf95940){return _0x666dad*_0xf95940;},'Jzmlq':function(_0x31d5f0,_0x2e6724){return _0x31d5f0+_0x2e6724;},'nFTmJ':function(_0x3fe563,_0x5e97a4){return _0x3fe563>_0x5e97a4;}};try{const _0x3c4729=_0x119f45[_0x22c1dd(0x27d)]||_0x119f45[_0x22c1dd(0x375)],_0x5e69fa=Array[_0x22c1dd(0x25d)](_0x237bb0[_0x22c1dd(0x213)]()[_0x22c1dd(0x287)]()),_0x2ff3d9=_0x237bb0[_0x22c1dd(0x213)]()['get'](_0x3c4729);if(!_0x2ff3d9){logger[_0x22c1dd(0x298)](_0x22c1dd(0x299)+_0x3c4729);return;}const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x4b5fbd='',[TestFrameworkConstants[_0x22c1dd(0x20f)]]:_0x1c238d=''}=_0x2ff3d9;let _0x2fa60a=[];if(_0x2ff3d9&&_0x2ff3d9[TestFrameworkConstants['KEY_LOGS']]&&Array[_0x22c1dd(0x2b3)](_0x2ff3d9[TestFrameworkConstants[_0x22c1dd(0x338)]])){_0x2fa60a=_0x2ff3d9[TestFrameworkConstants[_0x22c1dd(0x338)]]||[],logger[_0x22c1dd(0x298)](_0x22c1dd(0x210)+_0x2fa60a[_0x22c1dd(0x25a)]+_0x22c1dd(0x253)+_0x3c4729);const _0x292942={[TestFrameworkConstants[_0x22c1dd(0x338)]]:[]},_0x736906={};_0x736906[_0x3c4729]=_0x292942,_0x237bb0[_0x22c1dd(0x269)](_0x736906),logger['debug'](_0x22c1dd(0x266)+_0x3c4729);}else logger['debug'](_0x22c1dd(0x2ea)+_0x3c4729);logger[_0x22c1dd(0x298)](_0x22c1dd(0x352)+_0x2fa60a[_0x22c1dd(0x25a)]+_0x22c1dd(0x2cb)+_0x3c4729);const _0x3c38fe=_0x2fa60a[_0x22c1dd(0x34b)](_0x5f3329=>_0x5f3329[_0x22c1dd(0x32a)]===_0x22c1dd(0x32d));_0x4a7cf1[_0x22c1dd(0x1eb)](_0x3c38fe[_0x22c1dd(0x25a)],0x0)&&(logger[_0x22c1dd(0x298)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20'+_0x3c38fe[_0x22c1dd(0x25a)]+'\x20screenshot\x20logs\x20for\x20testId:\x20'+_0x3c4729),_0x3c38fe[_0x22c1dd(0x289)]((_0x341e25,_0x1420b8)=>{const _0x5f468d=_0x22c1dd;logger['debug'](_0x5f468d(0x24b)+_0x4a7cf1[_0x5f468d(0x1ff)](_0x1420b8,0x1)+'/'+_0x3c38fe['length']+_0x5f468d(0x1fe)+(_0x341e25[_0x5f468d(0x34c)]||_0x4a7cf1[_0x5f468d(0x2eb)])+_0x5f468d(0x2a0)+(_0x341e25['test_run_uuid']||_0x4a7cf1[_0x5f468d(0x2eb)])+',\x20hook_run_uuid='+(_0x341e25[_0x5f468d(0x378)]||_0x4a7cf1[_0x5f468d(0x24f)])+_0x5f468d(0x238)+(_0x341e25[_0x5f468d(0x303)]?.[_0x5f468d(0x25a)]||0x0));}));const _0x52df23=_0x2ff3d9[TestFrameworkConstants[_0x22c1dd(0x32c)]]||{},_0x12a66e=_0x4a7cf1[_0x22c1dd(0x24a)](getMediaArtifactsLogs,_0x52df23,null,_0x3c4729),_0x4e3ec4=(_0x2fa60a||[])[_0x22c1dd(0x30b)](_0x12a66e||[]),_0x123f9a=_0x3c38fe?.[_0x22c1dd(0x25a)]||0x0,_0x37777f=_0x4a7cf1[_0x22c1dd(0x2ce)](_0x2fa60a?.[_0x22c1dd(0x25a)]||0x0,_0x123f9a);logger[_0x22c1dd(0x298)](_0x22c1dd(0x230)+_0x3c4729+',\x20consoleLogs:\x20'+_0x37777f+_0x22c1dd(0x368)+_0x123f9a+_0x22c1dd(0x282)+(_0x12a66e?.[_0x22c1dd(0x25a)]||0x0)+_0x22c1dd(0x280)+_0x4e3ec4[_0x22c1dd(0x25a)]);if(!_0x4e3ec4||_0x4a7cf1[_0x22c1dd(0x2d7)](_0x4e3ec4[_0x22c1dd(0x25a)],0x0)){logger['debug'](_0x22c1dd(0x27b)+_0x3c4729);return;}const _0x274e06=0x28,_0x207076=Math[_0x22c1dd(0x372)](_0x4a7cf1[_0x22c1dd(0x34a)](_0x4e3ec4[_0x22c1dd(0x25a)],_0x274e06));for(let _0x306351=0x0;_0x4a7cf1[_0x22c1dd(0x232)](_0x306351,_0x207076);_0x306351++){const _0x24139c=_0x4a7cf1['aoiLW'](_0x306351,_0x274e06),_0x875c60=_0x4a7cf1[_0x22c1dd(0x1ff)](_0x24139c,_0x274e06),_0xa8cad0=_0x4e3ec4[_0x22c1dd(0x252)](_0x24139c,_0x875c60),_0xf83bb2=global?.[_0x22c1dd(0x319)]?.[_0x22c1dd(0x288)]?.[_0x22c1dd(0x379)]||0x0,_0x5ac18d={'platformIndex':_0xf83bb2,'logs':_0xa8cad0,'testFrameworkName':_0x4b5fbd,'testFrameworkVersion':_0x1c238d,'testFrameworkState':_0x2a439e[_0x22c1dd(0x2de)]()[_0x22c1dd(0x31e)]('.')[0x1]},_0x3289d6={};_0x3289d6[_0x22c1dd(0x2f5)]=0x3,_0x3289d6[_0x22c1dd(0x21c)]=0x5,logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x4a7cf1['THdzt'](_0x306351,0x1)+'/'+_0x207076+_0x22c1dd(0x2ac)+_0x3c4729+_0x22c1dd(0x271)+_0xa8cad0['length']+',\x20platformIndex:\x20'+_0xf83bb2+_0x22c1dd(0x350)+util[_0x22c1dd(0x244)](_0x5ac18d,_0x3289d6));const _0x30b9a2=await GrpcClient[_0x22c1dd(0x1e4)]()[_0x22c1dd(0x236)](_0x5ac18d);logger['debug'](_0x22c1dd(0x2cf)+_0x4a7cf1[_0x22c1dd(0x22e)](_0x306351,0x1)+'/'+_0x207076+_0x22c1dd(0x2ac)+_0x3c4729+_0x22c1dd(0x35c)+util[_0x22c1dd(0x244)](_0x30b9a2));}if(_0x12a66e&&_0x4a7cf1[_0x22c1dd(0x220)](_0x12a66e[_0x22c1dd(0x25a)],0x0)&&_0x2ff3d9[TestFrameworkConstants[_0x22c1dd(0x32c)]]){const _0x16408a={[TestFrameworkConstants[_0x22c1dd(0x32c)]]:{}},_0x18ef7e={};_0x18ef7e[_0x3c4729]=_0x16408a,_0x237bb0[_0x22c1dd(0x269)](_0x18ef7e);}logger[_0x22c1dd(0x298)](_0x22c1dd(0x2a1)+_0x3c4729+_0x22c1dd(0x2e3)+_0x207076);}catch(_0x252bfe){logger[_0x22c1dd(0x293)](_0x22c1dd(0x336)+(_0x119f45[_0x22c1dd(0x27d)]||_0x119f45[_0x22c1dd(0x375)])+_0x22c1dd(0x2ae)+util[_0x22c1dd(0x2f1)](_0x252bfe));}}[a71_0x1b56eb(0x217)](_0x2d2924,_0x1a06c9,_0x3dbfd5,_0x5c8ff9,_0x2a9e14){const _0x4581e5=a71_0x1b56eb,_0x2ad8e0={};_0x2ad8e0['gZtZe']=function(_0x393688,_0x1c1c1e){return _0x393688===_0x1c1c1e;},_0x2ad8e0[_0x4581e5(0x23b)]=_0x4581e5(0x318);const _0x48b7a9=_0x2ad8e0,{hookData:_0x3fd20d}=_0x2a9e14,_0x35fe66={'testId':_0x1a06c9,'testFrameworkState':_0x3dbfd5,'hookState':_0x5c8ff9,'args':_0x2a9e14,'timestamp':new Date()[_0x4581e5(0x2da)]()};if(_0x48b7a9[_0x4581e5(0x272)](_0x3dbfd5,TestFrameworkState[_0x4581e5(0x2dd)])&&_0x3fd20d){const _0x2216ee={};_0x2216ee[_0x4581e5(0x20a)]=_0x3fd20d[_0x4581e5(0x23f)]||_0x3fd20d['location'],_0x2216ee[_0x4581e5(0x22b)]=_0x3fd20d[_0x4581e5(0x22b)]||_0x3fd20d[_0x4581e5(0x2f2)]&&_0x3fd20d[_0x4581e5(0x2f2)][0x0]||'',_0x2216ee['hookType']=_0x48b7a9[_0x4581e5(0x23b)],_0x35fe66[_0x4581e5(0x348)]=_0x2216ee,logger[_0x4581e5(0x298)](_0x4581e5(0x278)+_0x1a06c9+_0x4581e5(0x2c5)+_0x35fe66['hookMetadata'][_0x4581e5(0x20a)]+_0x4581e5(0x371)+_0x35fe66[_0x4581e5(0x348)][_0x4581e5(0x22b)]);}_0x2d2924[_0x4581e5(0x2d8)](_0x1a06c9,_0x35fe66),logger[_0x4581e5(0x298)]('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x1a06c9+_0x4581e5(0x2b9)+_0x3dbfd5+',\x20hookState:\x20'+_0x5c8ff9);}async[a71_0x1b56eb(0x2b1)](_0x153032,_0x56838a){const _0x36fc37=a71_0x1b56eb,_0x4decfd={};_0x4decfd[_0x36fc37(0x321)]=function(_0x10fa32,_0x3da582){return _0x10fa32>_0x3da582;},_0x4decfd[_0x36fc37(0x21b)]=_0x36fc37(0x1dc),_0x4decfd['WllAb']=function(_0x2df7ef,_0x4edd4c){return _0x2df7ef===_0x4edd4c;},_0x4decfd['hvvoz']=function(_0xf784fc,_0x41bb1c){return _0xf784fc===_0x41bb1c;},_0x4decfd['sNTpE']=function(_0x45698c,_0x5621df){return _0x45698c===_0x5621df;},_0x4decfd['OcmoW']=function(_0x370a9,_0x2d4d44){return _0x370a9===_0x2d4d44;},_0x4decfd[_0x36fc37(0x22c)]=function(_0xb82883,_0x1533af){return _0xb82883>_0x1533af;},_0x4decfd[_0x36fc37(0x2b0)]=function(_0x146637,_0x3db071){return _0x146637===_0x3db071;},_0x4decfd[_0x36fc37(0x2f8)]=_0x36fc37(0x21a),_0x4decfd[_0x36fc37(0x265)]=_0x36fc37(0x2d9);const _0x2f92f2=_0x4decfd;if(_0x153032[_0x36fc37(0x2f9)](_0x56838a)){const _0x2554b4=_0x153032[_0x36fc37(0x248)](_0x56838a);logger['debug'](_0x36fc37(0x322)+_0x2554b4[_0x36fc37(0x25a)]+_0x36fc37(0x1ea)+_0x56838a);for(const _0x4f77ea of _0x2554b4){try{const _0x23c82a=await this[_0x36fc37(0x35d)](_0x153032,_0x4f77ea[_0x36fc37(0x2a7)],_0x4f77ea[_0x36fc37(0x254)],_0x4f77ea[_0x36fc37(0x2f3)]);_0x23c82a&&_0x2f92f2[_0x36fc37(0x321)](Object[_0x36fc37(0x287)](_0x23c82a)[_0x36fc37(0x25a)],0x0)&&_0x153032[_0x36fc37(0x269)](_0x23c82a),await this['runHooks'](_0x153032,_0x4f77ea[_0x36fc37(0x2a7)],_0x4f77ea['hookState'],_0x4f77ea[_0x36fc37(0x2f3)]);}catch(_0x3365ca){logger['error'](_0x36fc37(0x2b7)+_0x56838a+',\x20error:\x20'+_0x3365ca);}}_0x153032['removePendingHooks'](_0x56838a),logger[_0x36fc37(0x298)](_0x36fc37(0x28e)+_0x56838a);}const _0x22cca6=_0x153032[_0x36fc37(0x213)]()[_0x36fc37(0x1e0)](_0x56838a);if(_0x22cca6){const _0x497b35=_0x22cca6[TestFrameworkConstants[_0x36fc37(0x345)]]||_0x22cca6[TestFrameworkConstants[_0x36fc37(0x310)]],_0xfba04d=_0x22cca6[TestFrameworkConstants[_0x36fc37(0x308)]]||_0x22cca6[TestFrameworkConstants[_0x36fc37(0x1dd)]]&&_0x22cca6[TestFrameworkConstants[_0x36fc37(0x1dd)]][0x0]||'';logger[_0x36fc37(0x298)](_0x2f92f2[_0x36fc37(0x21b)]);const _0x407176=_0x153032[_0x36fc37(0x31d)]();for(const _0x33f3e9 of _0x407176){if(_0x2f92f2[_0x36fc37(0x2d2)](_0x33f3e9,_0x56838a))continue;if(_0x153032['hasPendingHooks'](_0x33f3e9)){const _0x23447d=_0x153032['getPendingHooks'](_0x33f3e9);for(const _0x1c5df7 of _0x23447d){if(_0x2f92f2[_0x36fc37(0x2c7)](_0x1c5df7[_0x36fc37(0x2a7)],TestFrameworkState[_0x36fc37(0x2dd)])&&_0x1c5df7[_0x36fc37(0x348)]){const _0x595663=_0x1c5df7[_0x36fc37(0x348)]['filePath'],_0x395ecb=_0x1c5df7[_0x36fc37(0x348)][_0x36fc37(0x22b)];if(_0x2f92f2['sNTpE'](_0x595663,_0x497b35)&&_0x2f92f2[_0x36fc37(0x361)](_0x395ecb,_0xfba04d)){logger[_0x36fc37(0x298)]('[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20'+_0x33f3e9+_0x36fc37(0x2aa)+_0x56838a+_0x36fc37(0x2c5)+_0x595663+',\x20scope:\x20'+_0x395ecb);_0x1c5df7[_0x36fc37(0x2f3)]&&_0x1c5df7[_0x36fc37(0x2f3)][_0x36fc37(0x30f)]&&(_0x1c5df7[_0x36fc37(0x2f3)][_0x36fc37(0x30f)][_0x36fc37(0x2fd)]=_0x56838a,logger[_0x36fc37(0x298)](_0x36fc37(0x241)+_0x33f3e9+_0x36fc37(0x2f4)+_0x56838a));try{const _0x16b532=await this[_0x36fc37(0x35d)](_0x153032,_0x1c5df7[_0x36fc37(0x2a7)],_0x1c5df7[_0x36fc37(0x254)],_0x1c5df7[_0x36fc37(0x2f3)]);_0x16b532&&_0x2f92f2[_0x36fc37(0x22c)](Object['keys'](_0x16b532)[_0x36fc37(0x25a)],0x0)&&_0x153032[_0x36fc37(0x269)](_0x16b532);await this['runHooks'](_0x153032,_0x1c5df7['testFrameworkState'],_0x1c5df7[_0x36fc37(0x254)],_0x1c5df7[_0x36fc37(0x2f3)]);const _0x142378=_0x153032['getPendingHooks'](_0x33f3e9)[_0x36fc37(0x34b)](_0x38dccc=>_0x38dccc!==_0x1c5df7);if(_0x2f92f2[_0x36fc37(0x2b0)](_0x142378['length'],0x0))_0x153032['removePendingHooks'](_0x33f3e9);else{_0x153032[_0x36fc37(0x35e)](_0x33f3e9);for(const _0x3784fe of _0x142378){_0x153032['addPendingHook'](_0x33f3e9,_0x3784fe);}}logger[_0x36fc37(0x298)](_0x2f92f2['kxzWa']);}catch(_0x23995e){logger['error'](_0x2f92f2[_0x36fc37(0x265)]);}}}}}}}}['mapTestHooks'](_0x20a59d){const _0x545fee=a71_0x1b56eb,_0x2671e6={'wnylu':function(_0x4a5596){return _0x4a5596();}};if(!_0x20a59d||!_0x20a59d[_0x545fee(0x221)])return;_0x20a59d[_0x545fee(0x221)][_0x545fee(0x35b)]&&Array[_0x545fee(0x2b3)](_0x20a59d['parent'][_0x545fee(0x35b)])&&_0x20a59d[_0x545fee(0x221)][_0x545fee(0x35b)][_0x545fee(0x289)](_0x4c46af=>{const _0x5b3d72=_0x545fee;!_0x4c46af['hookAnalyticsId']&&!_0x4c46af[_0x5b3d72(0x36f)]&&(_0x4c46af[_0x5b3d72(0x357)]=_0x2671e6['wnylu'](uuidv4),_0x4c46af['hookUUID']=_0x4c46af['hookAnalyticsId'],logger[_0x5b3d72(0x298)](_0x5b3d72(0x339)+_0x4c46af['type']+',\x20hookUUID='+_0x4c46af['hookAnalyticsId']));}),this[_0x545fee(0x2bb)](_0x20a59d[_0x545fee(0x221)]);}[a71_0x1b56eb(0x281)](_0x48acd4){const _0x19fe95=a71_0x1b56eb,_0x489aaf={'nzseL':function(_0x428b70,_0x529979){return _0x428b70(_0x529979);}};if(!_0x48acd4||!_0x48acd4[_0x19fe95(0x221)])return[];const _0x122ab2=[];return _0x48acd4[_0x19fe95(0x221)][_0x19fe95(0x35b)]&&Array[_0x19fe95(0x2b3)](_0x48acd4[_0x19fe95(0x221)][_0x19fe95(0x35b)])&&_0x48acd4['parent'][_0x19fe95(0x35b)]['forEach'](_0xe24526=>{const _0x2a4a82=_0x19fe95,_0x29a397=_0xe24526['hookAnalyticsId']||_0xe24526[_0x2a4a82(0x36f)];_0x29a397&&!this[_0x2a4a82(0x28b)](_0xe24526)&&!_0x489aaf[_0x2a4a82(0x2a2)](isInternalHook,_0xe24526['fn'])&&_0x122ab2['push'](_0x29a397);}),[..._0x122ab2,...this[_0x19fe95(0x281)](_0x48acd4[_0x19fe95(0x221)])];}[a71_0x1b56eb(0x2e5)](_0x1c5a43){const _0x510e81=a71_0x1b56eb,_0x53224a={'SxHsK':function(_0x4b7726,_0xcc6340){return _0x4b7726(_0xcc6340);},'fDJDD':_0x510e81(0x327),'lwltW':function(_0x262d54,_0x7d9ea9){return _0x262d54(_0x7d9ea9);}},_0x41b5f6=new Map(),_0x1e141a=_0x1b4479=>{const _0x4d3394=_0x510e81;if(!_0x1b4479||!_0x1b4479[_0x4d3394(0x221)])return;_0x1b4479['parent'][_0x4d3394(0x35b)]&&Array[_0x4d3394(0x2b3)](_0x1b4479[_0x4d3394(0x221)]['hooks'])&&_0x1b4479[_0x4d3394(0x221)][_0x4d3394(0x35b)][_0x4d3394(0x289)](_0x17e228=>{const _0x23b5f3=_0x4d3394,_0x1d954c=_0x17e228[_0x23b5f3(0x357)]||_0x17e228[_0x23b5f3(0x36f)];if(_0x1d954c&&!this[_0x23b5f3(0x28b)](_0x17e228)&&!_0x53224a[_0x23b5f3(0x374)](isInternalHook,_0x17e228['fn'])){const _0x134c3c={};_0x134c3c[_0x23b5f3(0x332)]=_0x17e228[_0x23b5f3(0x332)]||_0x53224a[_0x23b5f3(0x2c6)],_0x134c3c[_0x23b5f3(0x29e)]=_0x17e228[_0x23b5f3(0x29e)]||'\x22'+_0x17e228[_0x23b5f3(0x332)]+_0x23b5f3(0x1ed),_0x41b5f6['set'](_0x1d954c,_0x134c3c);}}),_0x53224a['SxHsK'](_0x1e141a,_0x1b4479[_0x4d3394(0x221)]);};return _0x53224a[_0x510e81(0x1de)](_0x1e141a,_0x1c5a43),_0x41b5f6;}[a71_0x1b56eb(0x28b)](_0x1b2e64){const _0x5d0608=a71_0x1b56eb,_0x34f7de={};_0x34f7de[_0x5d0608(0x37c)]=_0x5d0608(0x250),_0x34f7de[_0x5d0608(0x2e1)]=_0x5d0608(0x353);const _0x428307=_0x34f7de;try{const _0x30693b=this[_0x5d0608(0x362)](_0x1b2e64);return _0x30693b&&_0x30693b[_0x5d0608(0x251)](_0x428307[_0x5d0608(0x37c)]);}catch(_0x4662c9){logger[_0x5d0608(0x298)](_0x428307[_0x5d0608(0x2e1)]);}return![];}[a71_0x1b56eb(0x362)](_0x50eac4){const _0x3a5b06=a71_0x1b56eb;if(_0x50eac4[_0x3a5b06(0x300)])try{const _0x49bab9=stackTrace[_0x3a5b06(0x211)](_0x50eac4['asyncError']);return _0x49bab9[0x0]?_0x49bab9[0x0][_0x3a5b06(0x334)]():null;}catch(_0x405185){logger[_0x3a5b06(0x298)](_0x3a5b06(0x351)+util['format'](_0x405185));}if(_0x50eac4[_0x3a5b06(0x355)])return _0x50eac4[_0x3a5b06(0x355)];return null;}}module[a71_0x1b56eb(0x249)]=JestTestFramework;
1
+ function a71_0xa893(_0x5c7e71,_0x5a5bdc){const _0x5e4706=a71_0x5e47();return a71_0xa893=function(_0xa8937,_0x5741ee){_0xa8937=_0xa8937-0x83;let _0x1cc15a=_0x5e4706[_0xa8937];return _0x1cc15a;},a71_0xa893(_0x5c7e71,_0x5a5bdc);}const a71_0x276133=a71_0xa893;(function(_0x1ec568,_0x44cb29){const _0x1081e9=a71_0xa893,_0x3552d8=_0x1ec568();while(!![]){try{const _0x382aeb=parseInt(_0x1081e9(0x107))/0x1*(-parseInt(_0x1081e9(0xca))/0x2)+parseInt(_0x1081e9(0x90))/0x3*(parseInt(_0x1081e9(0x1ac))/0x4)+parseInt(_0x1081e9(0xfc))/0x5+-parseInt(_0x1081e9(0x1c6))/0x6*(parseInt(_0x1081e9(0xc6))/0x7)+parseInt(_0x1081e9(0x1f2))/0x8+parseInt(_0x1081e9(0x1c5))/0x9*(-parseInt(_0x1081e9(0x213))/0xa)+-parseInt(_0x1081e9(0x1ce))/0xb*(-parseInt(_0x1081e9(0xff))/0xc);if(_0x382aeb===_0x44cb29)break;else _0x3552d8['push'](_0x3552d8['shift']());}catch(_0x165fe2){_0x3552d8['push'](_0x3552d8['shift']());}}}(a71_0x5e47,0xaebd3));const TestFramework=require(a71_0x276133(0x16c)),TestFrameworkState=require(a71_0x276133(0xbf)),HookState=require(a71_0x276133(0x1ab)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a71_0x276133(0x86)),CLIUtils=require(a71_0x276133(0x8f)),TrackedInstance=require(a71_0x276133(0x103)),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),{isInternalHook}=require(a71_0x276133(0x94)),logger=createClassLogger(a71_0x276133(0x172)),{v4:uuidv4}=require('uuid'),util=require(a71_0x276133(0x1c1)),TestInfo=require(a71_0x276133(0x166)),GrpcClient=require(a71_0x276133(0x197)),stackTrace=require(a71_0x276133(0x102));class JestTestFramework extends TestFramework{constructor(_0x2d8815,_0x428601,_0x29e035){const _0x24f4b1=a71_0x276133;super(_0x2d8815,_0x428601,_0x29e035),this[_0x24f4b1(0x160)]=new Map();}['setActiveHook'](_0x2c2831,_0x52b631,_0x8cc0fd){const _0x5803c6=a71_0x276133,_0x4a5df8={};_0x4a5df8[_0x5803c6(0x1b8)]=function(_0x4fe245,_0xca29fc){return _0x4fe245||_0xca29fc;};const _0x2b3403=_0x4a5df8;if(_0x2b3403[_0x5803c6(0x1b8)](!_0x2c2831,!_0x52b631)){logger[_0x5803c6(0x18a)](_0x5803c6(0x9d)+_0x2c2831+_0x5803c6(0xc1)+_0x52b631);return;}!this['activeHooks']['has'](_0x2c2831)&&this['activeHooks']['set'](_0x2c2831,[]);const _0x16a5ff={'hookUUID':_0x52b631,'hookType':_0x8cc0fd,'startedAt':new Date()[_0x5803c6(0xaa)]()};this[_0x5803c6(0x160)][_0x5803c6(0xbc)](_0x2c2831)[_0x5803c6(0x158)](_0x16a5ff),logger['debug'](_0x5803c6(0x10b)+_0x2c2831+_0x5803c6(0xc1)+_0x52b631+_0x5803c6(0x163)+_0x8cc0fd+_0x5803c6(0x1db)+this[_0x5803c6(0x160)][_0x5803c6(0xbc)](_0x2c2831)[_0x5803c6(0x1a6)]);}[a71_0x276133(0x1a0)](_0x10b01c,_0x4f3fda){const _0x2a84e0=a71_0x276133,_0x2fd4f5={};_0x2fd4f5['mYWLD']=function(_0x157ebb,_0x4b5ef9){return _0x157ebb||_0x4b5ef9;},_0x2fd4f5[_0x2a84e0(0x1ee)]=function(_0x3dcdc9,_0x10dd69){return _0x3dcdc9!==_0x10dd69;},_0x2fd4f5[_0x2a84e0(0x146)]=function(_0x12383b,_0x285dda){return _0x12383b===_0x285dda;};const _0x1c9c24=_0x2fd4f5;if(_0x1c9c24[_0x2a84e0(0xee)](!_0x10b01c,!_0x4f3fda)){logger['warn'](_0x2a84e0(0x13d)+_0x10b01c+_0x2a84e0(0xc1)+_0x4f3fda);return;}if(this['activeHooks'][_0x2a84e0(0x87)](_0x10b01c)){const _0x1b4c4f=this['activeHooks'][_0x2a84e0(0xbc)](_0x10b01c),_0x24ef4d=_0x1b4c4f[_0x2a84e0(0x93)](_0x27dfc7=>_0x27dfc7[_0x2a84e0(0x140)]===_0x4f3fda);_0x1c9c24[_0x2a84e0(0x1ee)](_0x24ef4d,-0x1)?(_0x1b4c4f[_0x2a84e0(0x222)](_0x24ef4d,0x1),logger['debug']('[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier='+_0x10b01c+_0x2a84e0(0xc1)+_0x4f3fda+_0x2a84e0(0x143)+_0x1b4c4f[_0x2a84e0(0x1a6)]),_0x1c9c24[_0x2a84e0(0x146)](_0x1b4c4f['length'],0x0)&&this[_0x2a84e0(0x160)][_0x2a84e0(0x17d)](_0x10b01c)):logger[_0x2a84e0(0x216)](_0x2a84e0(0x15f)+_0x10b01c+_0x2a84e0(0xc1)+_0x4f3fda);}}[a71_0x276133(0x17b)](_0x287da5){const _0x4534d8=a71_0x276133,_0x3f439c={};_0x3f439c[_0x4534d8(0x1da)]=function(_0x22b24c,_0x5d753c){return _0x22b24c>_0x5d753c;},_0x3f439c[_0x4534d8(0x17e)]=function(_0x344ed4,_0x18452a){return _0x344ed4-_0x18452a;};const _0x4bd709=_0x3f439c;if(!_0x287da5)return null;if(this[_0x4534d8(0x160)]['has'](_0x287da5)){const _0x301ab2=this[_0x4534d8(0x160)][_0x4534d8(0xbc)](_0x287da5);if(_0x4bd709[_0x4534d8(0x1da)](_0x301ab2[_0x4534d8(0x1a6)],0x0)){const _0x746edc=_0x301ab2[_0x4bd709[_0x4534d8(0x17e)](_0x301ab2[_0x4534d8(0x1a6)],0x1)];return logger[_0x4534d8(0x216)](_0x4534d8(0x134)+_0x287da5+_0x4534d8(0xc1)+_0x746edc[_0x4534d8(0x140)]+_0x4534d8(0x163)+_0x746edc[_0x4534d8(0x11d)]),_0x746edc;}}return null;}async[a71_0x276133(0xd3)](_0x2cbdb7,_0x3856a4,_0x144010={}){const _0x11d184=a71_0x276133,_0xf7f329={};_0xf7f329[_0x11d184(0xd9)]=_0x11d184(0x1c3),_0xf7f329[_0x11d184(0x1af)]=function(_0x4e8ff8,_0x283c9c){return _0x4e8ff8===_0x283c9c;},_0xf7f329[_0x11d184(0x104)]=function(_0x362cf1,_0x489e2f){return _0x362cf1===_0x489e2f;},_0xf7f329[_0x11d184(0xb4)]=function(_0x1edea6,_0x5663ed){return _0x1edea6||_0x5663ed;},_0xf7f329[_0x11d184(0x131)]='[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND',_0xf7f329[_0x11d184(0x100)]=function(_0x293513,_0x1c92cf){return _0x293513===_0x1c92cf;};const _0x513439=_0xf7f329;logger[_0x11d184(0x216)](_0x11d184(0x200)+_0x2cbdb7+_0x11d184(0x20d)+_0x3856a4+_0x11d184(0x1de)+Object[_0x11d184(0xdf)](_0x144010)[_0x11d184(0x1a5)](',')),await super[_0x11d184(0xd3)](_0x2cbdb7,_0x3856a4,_0x144010);const _0x448849=this[_0x11d184(0x1b0)](_0x2cbdb7,_0x3856a4,_0x144010);if(!_0x448849){logger[_0x11d184(0x216)](_0x513439['lXjvv']);return;}try{let _0x729875,_0x5eaa50,_0x3b447c;switch(_0x2cbdb7){case TestFrameworkState['TEST']:_0x729875=_0x144010[_0x11d184(0x85)];const _0x4f9dc1={};_0x4f9dc1[_0x11d184(0x124)]=0x2,_0x4f9dc1[_0x11d184(0x108)]=0x3,logger[_0x11d184(0x216)](_0x11d184(0x142)+_0x3856a4+',\x20testData='+util[_0x11d184(0x1ba)](_0x729875,_0x4f9dc1)),_0x3b447c=this['getJestTestIdentifier'](_0x729875),_0x5eaa50=null,logger[_0x11d184(0x216)](_0x11d184(0x118)+_0x3b447c+'\x20(testIdentifier)');if(_0x513439[_0x11d184(0x1af)](_0x3856a4,HookState[_0x11d184(0x1ef)])){logger[_0x11d184(0x216)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20'+_0x3b447c);const _0x4fee96={};_0x4fee96[_0x11d184(0x1f0)]=_0x5eaa50,_0x4fee96[_0x11d184(0x121)]=_0x729875,_0x4fee96['testId']=_0x3b447c;const _0x42312e=this[_0x11d184(0x1e1)](_0x4fee96),_0x18e530={};_0x18e530[_0x11d184(0x124)]=0x2,_0x18e530['maxArrayLength']=0x3,logger[_0x11d184(0x216)](_0x11d184(0x1ed)+util[_0x11d184(0x1ba)](_0x42312e,_0x18e530)),_0x448849[_0x11d184(0x180)](_0x42312e),logger[_0x11d184(0x216)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0x3b447c),await this[_0x11d184(0xa1)](_0x448849,_0x3b447c);}else{if(_0x513439['qabFq'](_0x3856a4,HookState[_0x11d184(0x1fb)])){logger[_0x11d184(0x216)](_0x11d184(0x89)+_0x3b447c);const _0x1bdd4f=_0x448849[_0x11d184(0x1a8)]()[_0x11d184(0xbc)](_0x3b447c);logger[_0x11d184(0x216)](_0x11d184(0x92)+util[_0x11d184(0x1ba)](Object[_0x11d184(0xdf)](_0x513439['CaVmU'](_0x1bdd4f,{}))));_0x1bdd4f&&_0x1bdd4f[TestFrameworkConstants[_0x11d184(0x128)]]?logger[_0x11d184(0x216)](_0x11d184(0x119)+Object[_0x11d184(0xdf)](_0x1bdd4f[TestFrameworkConstants[_0x11d184(0x128)]])[_0x11d184(0x1a6)]+_0x11d184(0x1b4)):logger[_0x11d184(0x216)](_0x513439[_0x11d184(0x131)]);const _0x303544=_0x144010[_0x11d184(0xc7)]||null,_0x4f6472={};_0x4f6472[_0x11d184(0x1f0)]=_0x5eaa50,_0x4f6472[_0x11d184(0x121)]=_0x729875,_0x4f6472[_0x11d184(0x123)]=_0x3b447c,_0x4f6472['originalTest']=_0x303544;const _0xccfac5=this[_0x11d184(0x1fc)](_0x4f6472),_0x4a371b={};_0x4a371b['depth']=0x2,_0x4a371b[_0x11d184(0x108)]=0x3,logger['debug'](_0x11d184(0xf2)+util['inspect'](_0xccfac5,_0x4a371b)),_0x448849[_0x11d184(0x180)](_0xccfac5),logger['debug'](_0x11d184(0xb8)+_0x3b447c),await this[_0x11d184(0xa1)](_0x448849,_0x3b447c);}}break;case TestFrameworkState[_0x11d184(0xc5)]:if(_0x513439[_0x11d184(0x100)](_0x3856a4,HookState[_0x11d184(0x1fb)])){const _0x2b8cc8={};_0x2b8cc8[_0x11d184(0x124)]=0x2,logger[_0x11d184(0x216)]('[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20'+util[_0x11d184(0x1ba)](_0x144010,_0x2b8cc8)),await this[_0x11d184(0x1cc)](_0x448849,_0x2cbdb7,_0x144010);}break;default:if(CLIUtils[_0x11d184(0x1ae)](_0x2cbdb7[_0x11d184(0x152)]()[_0x11d184(0x215)]('.')[0x1])){const _0x209323={};_0x209323[_0x11d184(0x124)]=0x2,_0x209323['maxArrayLength']=0x3,logger['debug'](_0x11d184(0xb3)+_0x2cbdb7+_0x11d184(0x20d)+_0x3856a4+_0x11d184(0x1d3)+util['inspect'](_0x144010[_0x11d184(0x16f)],_0x209323));const _0x37fb1a=await this['trackHookEvent'](_0x448849,_0x2cbdb7,_0x3856a4,_0x144010),_0x2bb12f={};_0x2bb12f[_0x11d184(0x124)]=0x2,_0x2bb12f[_0x11d184(0x108)]=0x3,logger[_0x11d184(0x216)](_0x11d184(0xb5)+util[_0x11d184(0x1ba)](_0x37fb1a,_0x2bb12f)),_0x448849[_0x11d184(0x180)](_0x37fb1a);}else logger[_0x11d184(0x216)](_0x11d184(0x1d8)+_0x2cbdb7+_0x11d184(0x1a1)+_0x3856a4);break;}logger['debug'](_0x11d184(0x120)+_0x2cbdb7+_0x11d184(0x20d)+_0x3856a4);}catch(_0x45b561){logger[_0x11d184(0x192)](_0x11d184(0x18f)+_0x2cbdb7+',\x20hookState='+_0x3856a4+_0x11d184(0x1b3)+util['format'](_0x45b561));}_0x144010[_0x11d184(0x1c4)]=_0x448849,await this[_0x11d184(0x178)](_0x448849,_0x2cbdb7,_0x3856a4,_0x144010);}[a71_0x276133(0x149)](_0x596376){const _0x253eae=a71_0x276133,_0xe04ca8={};_0xe04ca8[_0x253eae(0xcb)]=_0x253eae(0x203);const _0x521c9a=_0xe04ca8;if(_0x596376&&(_0x596376['id']||_0x596376[_0x253eae(0x20b)])){const _0x5b43ba=_0x596376['id']||_0x596376[_0x253eae(0x20b)];return logger[_0x253eae(0x216)](_0x253eae(0x137)+_0x5b43ba+_0x253eae(0x167)),_0x5b43ba;}return logger[_0x253eae(0x216)](_0x521c9a[_0x253eae(0xcb)]),process[_0x253eae(0xcf)]+_0x253eae(0x1d6);}[a71_0x276133(0x1b0)](_0x516e86,_0x381741,_0x1d6b51={}){const _0x3c2015=a71_0x276133;let _0x421958=null;return _0x421958=TestFramework[_0x3c2015(0x1fe)](),!_0x421958?(logger[_0x3c2015(0x216)](_0x3c2015(0x113)+_0x516e86),this[_0x3c2015(0x91)](_0x516e86,_0x1d6b51),_0x421958=TestFramework[_0x3c2015(0x1fe)](),logger[_0x3c2015(0x216)](_0x3c2015(0x138)+!!_0x421958+_0x3c2015(0xe6)+_0x421958?.['getContext']()?.[_0x3c2015(0x1a7)]())):logger[_0x3c2015(0x216)]('[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId='+_0x421958['getContext']()?.[_0x3c2015(0x1a7)]()),_0x421958;}[a71_0x276133(0x91)](_0x43512c,_0xfd767b){const _0x240a50=a71_0x276133,_0x1c682d={};_0x1c682d[_0x240a50(0x16a)]=_0x240a50(0x11b);const _0x3ca1b2=_0x1c682d;if(TestFramework[_0x240a50(0x1fe)]()){logger[_0x240a50(0x216)](_0x3ca1b2[_0x240a50(0x16a)]);return;}const _0x1b38b1=CLIUtils[_0x240a50(0x1c2)](),_0x1bb062=TrackedInstance[_0x240a50(0x154)](_0x1b38b1);let _0x4bc26a=null;logger[_0x240a50(0x216)]('trackJestInstance:\x20created\x20instance\x20for\x20target='+_0x1b38b1+_0x240a50(0x106)+_0x43512c),_0x4bc26a=new TestFrameworkInstance(_0x1bb062,this[_0x240a50(0xbe)](),this[_0x240a50(0xb7)](),_0x43512c,HookState[_0x240a50(0x12f)]),TestFramework[_0x240a50(0x151)](_0x1bb062,_0x4bc26a),logger[_0x240a50(0x216)](_0x240a50(0x1e5)+_0x1bb062[_0x240a50(0x1a7)]()+',\x20target='+_0x1b38b1+_0x240a50(0x1a4)+this[_0x240a50(0xbe)]()[0x0]+_0x240a50(0x153)+this['getTestFrameworksVersions']()[this[_0x240a50(0xbe)]()[0x0]]);}[a71_0x276133(0x1e1)](_0x1bdfd2){const _0x4a4f77=a71_0x276133,_0x5bea8d={};_0x5bea8d[_0x4a4f77(0x8d)]=function(_0x40b883,_0x511be3){return _0x40b883||_0x511be3;},_0x5bea8d['lTVHV']='No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test';const _0x4a1ad9=_0x5bea8d,{testUUID:_0x35395f,testData:_0x434d18,testId:_0xd65931}=_0x1bdfd2;if(_0x4a1ad9['QEzQW'](!_0x434d18,!_0xd65931))return logger[_0x4a4f77(0x216)](_0x4a1ad9[_0x4a4f77(0x1d9)]),{};const _0x20c505=this[_0x4a4f77(0xbe)]()[0x0],_0x4f8f98=this[_0x4a4f77(0xb7)](),_0x5c5d5c={};_0x5c5d5c[_0x4a4f77(0x124)]=0x2,_0x5c5d5c[_0x4a4f77(0x108)]=0x3,logger[_0x4a4f77(0x216)]('[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20'+util[_0x4a4f77(0x1ba)](_0x434d18,_0x5c5d5c));const _0x5c1d95=_0x434d18?.[_0x4a4f77(0x1ad)]||[],_0x4a66d5=this[_0x4a4f77(0x20e)](_0x434d18),_0x9e5162=this['getJestTestFilePath'](_0x434d18),_0x3363f5=_0x434d18['fn']?_0x434d18['fn'][_0x4a4f77(0x152)]():null,_0x2f6ace=this[_0x4a4f77(0x12d)](_0x434d18),_0x466405={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x20c505,[TestFrameworkConstants[_0x4a4f77(0x145)]]:_0x4f8f98[_0x20c505],[TestFrameworkConstants[_0x4a4f77(0x181)]]:[],[TestFrameworkConstants[_0x4a4f77(0x8e)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x4a4f77(0x148)]]:TestFrameworkConstants[_0x4a4f77(0x176)],[TestFrameworkConstants[_0x4a4f77(0x101)]]:_0x4a66d5,[TestFrameworkConstants[_0x4a4f77(0xc8)]]:_0x9e5162,[TestFrameworkConstants[_0x4a4f77(0x19e)]]:_0xd65931,[TestFrameworkConstants[_0x4a4f77(0x98)]]:_0x4a66d5,[TestFrameworkConstants[_0x4a4f77(0x1d1)]]:_0x9e5162,[TestFrameworkConstants[_0x4a4f77(0x9a)]]:_0x3363f5,[TestFrameworkConstants[_0x4a4f77(0x195)]]:_0x2f6ace,[TestFrameworkConstants[_0x4a4f77(0xbb)]]:_0x434d18[_0x4a4f77(0x15a)]||new Date()['toISOString'](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x5c1d95[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x5c1d95,[TestFrameworkConstants[_0x4a4f77(0xdd)]]:_0x4a66d5,[TestFrameworkConstants[_0x4a4f77(0x1bf)]]:{},[TestFrameworkConstants[_0x4a4f77(0xef)]]:{}};_0x434d18['retryOf']&&(_0x466405[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x434d18[_0x4a4f77(0x202)]);logger[_0x4a4f77(0x216)]('[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName='+_0x4a66d5+_0x4a4f77(0xae)+_0xd65931+'\x20(testIdentifier),\x20tags='+JSON[_0x4a4f77(0x1f4)](_0x2f6ace)+_0x4a4f77(0x11c)+util[_0x4a4f77(0x1ba)](_0x5c1d95)+_0x4a4f77(0x1fa)+_0x9e5162);const _0x4e4320={};return _0x4e4320[_0xd65931]=_0x466405,_0x4e4320;}[a71_0x276133(0x1fc)](_0x89985f){const _0x1a081d=a71_0x276133,_0x2dad82={'IeVor':function(_0x127dd8,_0x2f206b){return _0x127dd8===_0x2f206b;},'iFqDZ':_0x1a081d(0x209),'xvXmd':function(_0x4f4b65,_0x533ca4){return _0x4f4b65===_0x533ca4;},'IHMqW':_0x1a081d(0x1e7),'foiiT':_0x1a081d(0xdb),'oVatd':'_ALL','IKoIg':function(_0x17ead5,_0x530f6c){return _0x17ead5||_0x530f6c;},'sgKwt':'No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','gsiCL':function(_0x2027b7,_0x5f2447){return _0x2027b7||_0x5f2447;},'XEMlB':_0x1a081d(0x12c),'CWQKk':function(_0x3da8a6,_0x45cd8c){return _0x3da8a6>_0x45cd8c;},'HLQpv':_0x1a081d(0x16e),'HQMaD':function(_0x60ddd,_0x341dae){return _0x60ddd===_0x341dae;},'ZBbaZ':_0x1a081d(0x1ff),'TWXHp':_0x1a081d(0xfe),'BwWtj':'passed','THYMQ':function(_0x5af08a,_0x111ebc){return _0x5af08a!==_0x111ebc;},'PysKD':function(_0x50de78,_0x7029ca,_0x19b29e,_0x1f5c12){return _0x50de78(_0x7029ca,_0x19b29e,_0x1f5c12);},'PIyeD':function(_0x410988,_0x318fc2){return _0x410988>_0x318fc2;},'ZYqYo':'[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','GskDq':function(_0x202f54,_0x2d3a24){return _0x202f54>_0x2d3a24;}},{testUUID:_0x436036,testData:_0x23c72c,testId:_0x21bdb7}=_0x89985f;if(_0x2dad82[_0x1a081d(0x13f)](!_0x23c72c,!_0x21bdb7))return logger[_0x1a081d(0x216)](_0x2dad82[_0x1a081d(0x1ca)]),{};const _0x24d3ac=this[_0x1a081d(0x1b0)](TestFrameworkState[_0x1a081d(0x1be)],HookState[_0x1a081d(0x1fb)]),_0x110de3=_0x24d3ac['getAllData']()['get'](_0x21bdb7),_0x46a108=_0x2dad82[_0x1a081d(0x194)](_0x110de3,{}),_0x3d12f7=_0x46a108?_0x46a108[TestFrameworkConstants[_0x1a081d(0x1bf)]]||{}:{},_0x3680e8=_0x46a108[TestFrameworkConstants[_0x1a081d(0x128)]];logger[_0x1a081d(0x216)](_0x1a081d(0x184)+(_0x3680e8?Object['keys'](_0x3680e8)[_0x1a081d(0x1a6)]:0x0)+_0x1a081d(0x182));let _0x2b1eae=_0x2dad82[_0x1a081d(0x14f)];if(_0x23c72c[_0x1a081d(0x1c0)])_0x2b1eae=_0x23c72c[_0x1a081d(0x1c0)];else{if(_0x23c72c[_0x1a081d(0x1b7)]&&_0x2dad82['CWQKk'](_0x23c72c[_0x1a081d(0x1b7)][_0x1a081d(0x1a6)],0x0))_0x2b1eae=_0x2dad82[_0x1a081d(0x18d)];else _0x2dad82[_0x1a081d(0x126)](_0x23c72c[_0x1a081d(0x221)],_0x2dad82[_0x1a081d(0xd8)])||_0x2dad82[_0x1a081d(0xce)](_0x23c72c[_0x1a081d(0x221)],_0x2dad82[_0x1a081d(0x10c)])?_0x2b1eae=_0x2dad82[_0x1a081d(0x10c)]:_0x2b1eae=_0x2dad82['BwWtj'];}const _0x53874e={..._0x46a108,[TestFrameworkConstants[_0x1a081d(0x148)]]:_0x2b1eae,[TestFrameworkConstants[_0x1a081d(0x190)]]:_0x23c72c[_0x1a081d(0x179)]||new Date()[_0x1a081d(0xaa)](),[TestFrameworkConstants[_0x1a081d(0x1e9)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x1a081d(0x1bf)]]:_0x3d12f7,[TestFrameworkConstants[_0x1a081d(0x20f)]]:[],[TestFrameworkConstants[_0x1a081d(0xef)]]:{}};if(_0x2dad82['IeVor'](_0x2b1eae,_0x2dad82[_0x1a081d(0x18d)])&&_0x23c72c[_0x1a081d(0x1b7)]){const _0x55e550=this[_0x1a081d(0x133)](_0x23c72c),_0x8d0eb=this[_0x1a081d(0x1e2)](_0x23c72c),_0x48b5b8=this[_0x1a081d(0x175)](_0x23c72c);_0x53874e[TestFrameworkConstants[_0x1a081d(0x19d)]]=_0x8d0eb,_0x53874e[TestFrameworkConstants[_0x1a081d(0x1d7)]]=_0x55e550,_0x53874e[TestFrameworkConstants[_0x1a081d(0x8b)]]=_0x48b5b8;}_0x2dad82[_0x1a081d(0xdc)](_0x23c72c[_0x1a081d(0x13a)],undefined)&&(_0x53874e[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x23c72c[_0x1a081d(0x13a)]);_0x23c72c[_0x1a081d(0x202)]&&(_0x53874e[TestFrameworkConstants[_0x1a081d(0x12a)]]=_0x23c72c[_0x1a081d(0x202)]);const _0x5e85f7=_0x110de3?_0x110de3[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{}:{},_0x111ffc=_0x110de3?_0x110de3[TestFrameworkConstants[_0x1a081d(0xad)]]:_0x436036,_0x19d8e8=_0x2dad82[_0x1a081d(0x88)](getManualUploadLogs,_0x5e85f7,_0x111ffc,_0x21bdb7);if(_0x2dad82['PIyeD'](_0x19d8e8[_0x1a081d(0x1a6)],0x0)){const _0x3147e9=_0x53874e[TestFrameworkConstants[_0x1a081d(0x20f)]]||[];_0x53874e[TestFrameworkConstants['KEY_LOGS']]=[..._0x3147e9,..._0x19d8e8];}const _0x517fc1=_0x46a108[TestFrameworkConstants['KEY_HOOKS_FINISHED']]||{},_0xae8da7=_0x46a108[TestFrameworkConstants[_0x1a081d(0xba)]]||{},_0x4aa7ec={..._0x517fc1},_0x59551e=_0x4aa7ec;Object[_0x1a081d(0xdf)](_0xae8da7)[_0x1a081d(0x96)](_0xf7b6e5=>{const _0x5b3ba7=_0x1a081d;!_0x59551e[_0xf7b6e5]&&(_0x59551e[_0xf7b6e5]=[]);const _0x4ab4bf=new Set((_0x59551e[_0xf7b6e5]||[])[_0x5b3ba7(0x1df)](_0x216399=>_0x216399[TestFrameworkConstants[_0x5b3ba7(0x212)]]||_0x216399['hook_id']));(_0xae8da7[_0xf7b6e5]||[])[_0x5b3ba7(0x96)](_0x159fc5=>{const _0xc86681=_0x5b3ba7,_0xca1df9=_0x159fc5[TestFrameworkConstants[_0xc86681(0x212)]]||_0x159fc5[_0xc86681(0xe5)];if(!_0x4ab4bf['has'](_0xca1df9)){const _0x414237={..._0x159fc5},_0x1dd1e6=_0x414237;!_0x1dd1e6[TestFrameworkConstants[_0xc86681(0x185)]]&&!_0x1dd1e6[_0xc86681(0xc0)]&&(_0x1dd1e6[TestFrameworkConstants[_0xc86681(0x185)]]=new Date()['toISOString']()),!_0x1dd1e6[TestFrameworkConstants[_0xc86681(0x15d)]]&&!_0x1dd1e6[_0xc86681(0x223)]&&(_0x1dd1e6[TestFrameworkConstants[_0xc86681(0x15d)]]=TestFrameworkConstants[_0xc86681(0x1f9)]),_0x59551e[_0xf7b6e5]['push'](_0x1dd1e6);}});});if(_0x89985f[_0x1a081d(0xc7)]){this[_0x1a081d(0x18e)](_0x89985f['originalTest']);const _0x275d78=this[_0x1a081d(0x205)](_0x89985f[_0x1a081d(0xc7)]),_0x44b0ef=this[_0x1a081d(0xc4)](_0x89985f[_0x1a081d(0xc7)]);_0x44b0ef[_0x1a081d(0x96)](_0x2550af=>{const _0x1a4d7e=_0x1a081d,_0x2c2c51=_0x275d78[_0x1a4d7e(0xbc)](_0x2550af);if(_0x2c2c51&&(_0x2dad82[_0x1a4d7e(0xd1)](_0x2c2c51['type'],_0x2dad82[_0x1a4d7e(0x1aa)])||_0x2dad82[_0x1a4d7e(0xce)](_0x2c2c51[_0x1a4d7e(0x1b2)],_0x2dad82[_0x1a4d7e(0x139)]))){const _0x57b66f=_0x2c2c51[_0x1a4d7e(0x1b2)]['toUpperCase']()[_0x1a4d7e(0x201)](_0x2dad82[_0x1a4d7e(0xf1)],_0x2dad82['oVatd']),_0x2fe066=_0x57b66f;!_0x59551e[_0x2fe066]&&(_0x59551e[_0x2fe066]=[]);const _0x2184e5=_0x59551e[_0x2fe066][_0x1a4d7e(0x165)](_0x222182=>(_0x222182[TestFrameworkConstants['KEY_HOOK_ID']]||_0x222182['hook_id'])===_0x2550af);!_0x2184e5&&_0x59551e[_0x2fe066][_0x1a4d7e(0x158)]({'key':_0x2fe066,[TestFrameworkConstants[_0x1a4d7e(0x212)]]:_0x2550af,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0x1a4d7e(0x1f9)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:new Date()[_0x1a4d7e(0xaa)](),[TestFrameworkConstants[_0x1a4d7e(0x185)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x1a4d7e(0xfa)]]:[],[TestFrameworkConstants[_0x1a4d7e(0x211)]]:_0x2c2c51[_0x1a4d7e(0x14e)]||_0x2c2c51[_0x1a4d7e(0x1b2)]+_0x1a4d7e(0xf3),[TestFrameworkConstants[_0x1a4d7e(0x1bf)]]:_0x3d12f7});}});}if(_0x23c72c['hooks']&&_0x2dad82[_0x1a081d(0x15b)](_0x23c72c[_0x1a081d(0x13b)][_0x1a081d(0x1a6)],0x0))_0x53874e[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x23c72c[_0x1a081d(0x13b)],logger['debug'](_0x2dad82['ZYqYo']);else _0x2dad82['GskDq'](Object[_0x1a081d(0xdf)](_0x59551e)[_0x1a081d(0x1a6)],0x0)&&(_0x53874e[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x59551e,logger['debug'](_0x1a081d(0xfb)+Object['keys'](_0x59551e)[_0x1a081d(0x1a5)](',')));const _0x5bf62a=this[_0x1a081d(0x20e)](_0x23c72c);logger['debug'](_0x1a081d(0x19c)+_0x5bf62a+_0x1a081d(0xae)+_0x21bdb7+_0x1a081d(0x1b5)+_0x2b1eae+_0x1a081d(0x1ea)+_0x23c72c[_0x1a081d(0x13a)]);_0x2dad82['IeVor'](_0x2b1eae,_0x2dad82[_0x1a081d(0x18d)])&&logger[_0x1a081d(0x216)](_0x1a081d(0x169)+_0x21bdb7+_0x1a081d(0x1b9)+_0x53874e[TestFrameworkConstants[_0x1a081d(0x19d)]]+',\x20failureReason='+_0x53874e[TestFrameworkConstants[_0x1a081d(0x1d7)]]?.['substring'](0x0,0xc8));const _0x3b8d28={};return _0x3b8d28[_0x21bdb7]=_0x53874e,_0x3b8d28;}[a71_0x276133(0xf7)](_0x19c0e5){const _0x3903dc=a71_0x276133,_0x510e8e={};_0x510e8e[_0x3903dc(0xe1)]=function(_0x58c4bb,_0x4400ca){return _0x58c4bb!==_0x4400ca;},_0x510e8e[_0x3903dc(0x125)]=function(_0x5daa7e,_0x460ab5){return _0x5daa7e!==_0x460ab5;},_0x510e8e[_0x3903dc(0x144)]=_0x3903dc(0x147);const _0x5584ca=_0x510e8e,_0x19cd43={};_0x19cd43[_0x3903dc(0x124)]=0x2,_0x19cd43[_0x3903dc(0x108)]=0x3,logger[_0x3903dc(0x216)]('[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20'+util['inspect'](_0x19c0e5,_0x19cd43));const _0x315f47=[];if(_0x19c0e5&&_0x19c0e5['parent']){let _0x34021f=_0x19c0e5[_0x3903dc(0x99)];while(_0x34021f&&_0x34021f[_0x3903dc(0x14e)]&&_0x5584ca[_0x3903dc(0xe1)](_0x34021f[_0x3903dc(0x14e)],'')&&_0x5584ca[_0x3903dc(0x125)](_0x34021f['name'],_0x5584ca[_0x3903dc(0x144)])){_0x315f47[_0x3903dc(0x158)](_0x34021f['name']),_0x34021f=_0x34021f[_0x3903dc(0x99)];}}return _0x315f47[_0x3903dc(0x199)]();}['getJestTestName'](_0x30db63){const _0x585438=a71_0x276133,_0x1069e0={};_0x1069e0[_0x585438(0x1e8)]=_0x585438(0x9b);const _0x27349d=_0x1069e0;if(_0x30db63[_0x585438(0x14e)])return _0x30db63['name'];if(_0x30db63[_0x585438(0xf9)])return _0x30db63[_0x585438(0xf9)];return _0x27349d[_0x585438(0x1e8)];}['getJestTestTags'](_0x49dc70){const _0x307507=a71_0x276133,_0x4b9fe2=[];if(_0x49dc70[_0x307507(0x177)]&&Array[_0x307507(0x218)](_0x49dc70[_0x307507(0x177)]))return _0x49dc70[_0x307507(0x177)][_0x307507(0x1df)](_0x5586fa=>_0x5586fa['startsWith']('@')?_0x5586fa['substr'](0x1):_0x5586fa);const _0x3fe39f=this[_0x307507(0x20e)](_0x49dc70),_0x4283b5=_0x3fe39f[_0x307507(0x1d0)](/@(\w+)/g);if(_0x4283b5)return _0x4283b5[_0x307507(0x1df)](_0x7e72d7=>_0x7e72d7['slice'](0x1));return _0x49dc70[_0x307507(0x1ad)]&&Array['isArray'](_0x49dc70['scopes'])&&_0x49dc70[_0x307507(0x1ad)][_0x307507(0x96)](_0x77dab5=>{const _0x10d903=_0x307507,_0x4e5510=_0x77dab5[_0x10d903(0x1d0)](/@(\w+)/g);_0x4e5510&&_0x4e5510['forEach'](_0x2459d7=>{const _0x5f3069=_0x10d903,_0x338173=_0x2459d7['slice'](0x1);!_0x4b9fe2['includes'](_0x338173)&&_0x4b9fe2[_0x5f3069(0x158)](_0x338173);});}),_0x4b9fe2;}[a71_0x276133(0x127)](_0x58caf5){const _0x390dab=a71_0x276133,_0x3bd2a5={'WYnPT':function(_0x253a32,_0x34ea6b){return _0x253a32(_0x34ea6b);},'yJBIb':_0x390dab(0x102)};if(_0x58caf5[_0x390dab(0x1f1)])return _0x58caf5[_0x390dab(0x1f1)];if(_0x58caf5[_0x390dab(0x11e)]){const _0x16f4c1=_0x3bd2a5[_0x390dab(0xac)](require,_0x3bd2a5[_0x390dab(0x16b)]);try{const _0x18393e=_0x16f4c1[_0x390dab(0x1dc)](_0x58caf5[_0x390dab(0x11e)]);if(_0x18393e[0x0]&&_0x18393e[0x0][_0x390dab(0xe9)])return _0x18393e[0x0][_0x390dab(0xe9)]();}catch(_0x5767ee){logger[_0x390dab(0x216)](_0x390dab(0x21d)+util[_0x390dab(0x219)](_0x5767ee));}}return null;}[a71_0x276133(0x133)](_0x59236c){const _0x1e5c7d=a71_0x276133,_0x2d0e90={};_0x2d0e90[_0x1e5c7d(0x1e0)]=function(_0x8171e,_0x2f7c4d){return _0x8171e>_0x2f7c4d;},_0x2d0e90[_0x1e5c7d(0x1f8)]='Unknown\x20error';const _0xd64ecd=_0x2d0e90;if(_0x59236c[_0x1e5c7d(0x1b7)]&&_0xd64ecd[_0x1e5c7d(0x1e0)](_0x59236c[_0x1e5c7d(0x1b7)][_0x1e5c7d(0x1a6)],0x0))return util[_0x1e5c7d(0x1ba)](_0x59236c[_0x1e5c7d(0x1b7)][0x0]);if(_0x59236c['failure_reason'])return _0x59236c['failure_reason'];return _0xd64ecd[_0x1e5c7d(0x1f8)];}[a71_0x276133(0x1e2)](_0x24fca2){const _0x2c693d=a71_0x276133,_0x5bd3a0={};_0x5bd3a0[_0x2c693d(0x15e)]=_0x2c693d(0x1dd),_0x5bd3a0[_0x2c693d(0x224)]=_0x2c693d(0x164),_0x5bd3a0[_0x2c693d(0x1bc)]=_0x2c693d(0xcd);const _0x1228f1=_0x5bd3a0,_0x499741=this[_0x2c693d(0x133)](_0x24fca2);if(_0x499741&&_0x499741[_0x2c693d(0x1cb)](_0x1228f1['EYuub']))return _0x1228f1['zJarW'];return _0x1228f1[_0x2c693d(0x1bc)];}[a71_0x276133(0x175)](_0xd491d5){const _0x65a5be=a71_0x276133,_0x5429e5={'OqOUu':function(_0x259051,_0x1bdaae){return _0x259051(_0x1bdaae);},'qreWl':'../../../helpers/test-observability/utils','JQoSN':function(_0x3826d0,_0xe1ceb9){return _0x3826d0!==_0xe1ceb9;},'hpEOQ':'test'},{failureData:_0x449e53}=_0x5429e5[_0x65a5be(0xed)](require,_0x5429e5['qreWl']),_0xe7f346=[];return _0x5429e5[_0x65a5be(0xa0)](_0xd491d5[_0x65a5be(0x1b7)],undefined)&&_0xe7f346[_0x65a5be(0x158)](_0xd491d5[_0x65a5be(0x1b7)],_0x5429e5[_0x65a5be(0x97)]),_0x449e53['apply'](null,_0xe7f346);}async[a71_0x276133(0x14a)](_0x306504,_0x50cef6,_0x219f2b,_0x4f0c35){const _0x445353=a71_0x276133,_0x5c2b6b={'ePwnU':_0x445353(0xb9),'iGNBc':function(_0xc63869){return _0xc63869();},'TStPf':function(_0x36a560,_0x26bdd1){return _0x36a560 in _0x26bdd1;},'dNlpc':function(_0x10362c,_0x7bed9e){return _0x10362c===_0x7bed9e;},'tFPXg':function(_0x5099c7,_0x34be49){return _0x5099c7===_0x34be49;},'VOtHd':function(_0x1006f7,_0x383013){return _0x1006f7>_0x383013;},'UREXS':_0x445353(0x16e),'wdJlx':_0x445353(0xc2),'ZJcEl':function(_0x4eb3a0,_0x2c40ee){return _0x4eb3a0>_0x2c40ee;},'POsqu':function(_0x5c4503,_0x110ce3){return _0x5c4503===_0x110ce3;},'vsrey':function(_0x18edee,_0x24ce24){return _0x18edee!==_0x24ce24;}},{hookData:_0x5848e7}=_0x4f0c35,_0xd1527e=_0x219f2b['toString'](),_0x2ffeaf=_0x50cef6[_0x445353(0x152)](),_0xb5eb9a={};_0xb5eb9a[_0x445353(0x124)]=0x2,_0xb5eb9a[_0x445353(0x108)]=0x3,logger[_0x445353(0x216)]('[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState='+_0x2ffeaf+_0x445353(0x20d)+_0xd1527e+_0x445353(0x1d3)+util['inspect'](_0x5848e7,_0xb5eb9a));if(!_0x5848e7)return logger[_0x445353(0x216)](_0x5c2b6b[_0x445353(0x193)]),{};const _0x36c778=_0x5848e7['uuid']||_0x5848e7[_0x445353(0x83)]||_0x5c2b6b[_0x445353(0x112)](uuidv4),_0x4d4218=_0x5848e7['test_run_id']||this['getJestTestIdentifier'](_0x5848e7),_0x21c0cf=_0x50cef6[_0x445353(0x152)]()['split']('.')[0x1],_0x5ec421=_0x306504[_0x445353(0x1a8)]()[_0x445353(0xbc)](_0x4d4218),_0x2eac17=_0x5ec421?_0x5ec421[TestFrameworkConstants[_0x445353(0x1bf)]]||{}:{};logger[_0x445353(0x216)](_0x445353(0xe7)+_0x36c778+_0x445353(0xae)+_0x4d4218+'\x20(testIdentifier),\x20hookType='+_0x21c0cf+_0x445353(0x20d)+_0xd1527e);if(!_0x5ec421)return logger[_0x445353(0x216)](_0x445353(0x105)+_0x4d4218+_0x445353(0xcc)),this[_0x445353(0x171)](_0x306504,_0x4d4218,_0x50cef6,_0x219f2b,_0x4f0c35),{};let _0x72de4a=_0x5ec421[TestFrameworkConstants[_0x445353(0xba)]];!_0x72de4a&&(_0x72de4a={});!_0x5c2b6b[_0x445353(0xf8)](_0x21c0cf,_0x72de4a)&&(_0x72de4a[_0x21c0cf]=[]);let _0x2c6dc1=_0x5ec421[TestFrameworkConstants[_0x445353(0x8e)]];!_0x2c6dc1&&(_0x2c6dc1={});!_0x5c2b6b[_0x445353(0xf8)](_0x21c0cf,_0x2c6dc1)&&(_0x2c6dc1[_0x21c0cf]=[]);const _0x1002e7={[TestFrameworkConstants[_0x445353(0xba)]]:_0x72de4a,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x2c6dc1},_0x3b3784={};_0x3b3784[_0x4d4218]=_0x1002e7;const _0x56f58e=_0x3b3784;if(_0x5c2b6b[_0x445353(0x16d)](_0x219f2b,HookState[_0x445353(0x1ef)])){const _0x3a3ada={'key':_0x21c0cf,[TestFrameworkConstants[_0x445353(0x212)]]:_0x36c778,[TestFrameworkConstants[_0x445353(0x15d)]]:TestFrameworkConstants[_0x445353(0x1f9)],[TestFrameworkConstants[_0x445353(0x9e)]]:_0x5848e7[_0x445353(0x15a)]||new Date()[_0x445353(0xaa)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x5848e7[_0x445353(0x14e)]||_0x5848e7[_0x445353(0xf4)]||_0x21c0cf,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x2eac17};_0x72de4a[_0x21c0cf][_0x445353(0x158)](_0x3a3ada),_0x56f58e[_0x4d4218][TestFrameworkConstants[_0x445353(0xb0)]]=_0x21c0cf;const _0x49fa66={};_0x49fa66[_0x445353(0x124)]=0x2,logger[_0x445353(0x216)](_0x445353(0xb6)+_0x21c0cf+_0x445353(0x21e)+_0x36c778+',\x20testId='+_0x4d4218+_0x445353(0x21a)+util[_0x445353(0x1ba)](_0x3a3ada,_0x49fa66));}else{if(_0x5c2b6b['tFPXg'](_0x219f2b,HookState[_0x445353(0x1fb)])){const _0x95c12a=_0x5848e7['result']||(_0x5848e7[_0x445353(0x1b7)]&&_0x5c2b6b[_0x445353(0x1e6)](_0x5848e7['errorsDetailed'][_0x445353(0x1a6)],0x0)?_0x5c2b6b[_0x445353(0x17a)]:_0x5c2b6b[_0x445353(0x1e4)]),_0x5594fb=_0x72de4a[_0x21c0cf]||[];logger[_0x445353(0x216)](_0x445353(0x1a3)+_0x21c0cf+_0x445353(0xae)+_0x4d4218+_0x445353(0x204)+_0x95c12a+',\x20hooksListLength='+_0x5594fb[_0x445353(0x1a6)]);if(_0x5c2b6b[_0x445353(0x168)](_0x5594fb[_0x445353(0x1a6)],0x0)){const _0x1c6964=_0x5594fb[_0x445353(0x10d)]();_0x5c2b6b[_0x445353(0xf5)](_0x95c12a,_0x5c2b6b[_0x445353(0x17a)])&&_0x5848e7[_0x445353(0x1b7)]?(_0x1c6964[TestFrameworkConstants[_0x445353(0xf6)]]=this['getJestFailureType'](_0x5848e7),_0x1c6964[TestFrameworkConstants[_0x445353(0x189)]]=this[_0x445353(0x133)](_0x5848e7),_0x1c6964[TestFrameworkConstants[_0x445353(0xd6)]]=this[_0x445353(0x175)](_0x5848e7),logger['debug'](_0x445353(0xd7)+_0x21c0cf+_0x445353(0x1b9)+_0x1c6964[TestFrameworkConstants[_0x445353(0xf6)]]+_0x445353(0xec)+_0x1c6964[TestFrameworkConstants[_0x445353(0x189)]]?.[_0x445353(0x114)](0x0,0xc8))):_0x1c6964[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x5c2b6b[_0x445353(0x1e4)];_0x5c2b6b[_0x445353(0x159)](_0x95c12a,TestFrameworkConstants[_0x445353(0x1f9)])&&(_0x1c6964[TestFrameworkConstants[_0x445353(0x15d)]]=_0x95c12a);_0x1c6964[TestFrameworkConstants[_0x445353(0x185)]]=_0x5848e7[_0x445353(0x179)]||new Date()['toISOString'](),_0x1c6964[TestFrameworkConstants[_0x445353(0x1bf)]]=_0x2eac17;const _0x2a35ca=_0x1c6964[TestFrameworkConstants[_0x445353(0x212)]];!_0x2c6dc1[_0x21c0cf]&&(_0x2c6dc1[_0x21c0cf]=[]);_0x2c6dc1[_0x21c0cf][_0x445353(0x158)](_0x1c6964),_0x56f58e[_0x4d4218][TestFrameworkConstants[_0x445353(0x13c)]]=_0x21c0cf;const _0x41bf42={};_0x41bf42[_0x445353(0x124)]=0x2,logger['debug'](_0x445353(0xfd)+_0x21c0cf+_0x445353(0x21e)+_0x2a35ca+_0x445353(0x204)+_0x95c12a+_0x445353(0x21a)+util[_0x445353(0x1ba)](_0x1c6964,_0x41bf42));}}}const _0x30f090={};return _0x30f090[_0x445353(0x124)]=0x2,_0x30f090[_0x445353(0x108)]=0x3,logger[_0x445353(0x216)](_0x445353(0x162)+(_0x5848e7['hook_type']||_0x21c0cf)+',\x20hookId='+_0x36c778+',\x20testId='+_0x4d4218+_0x445353(0x21c)+util['inspect'](_0x56f58e,_0x30f090)),_0x56f58e;}[a71_0x276133(0x1f7)](_0xa018f4){const _0x4838c3=a71_0x276133,_0x24d281={};_0x24d281['lsraW']=_0x4838c3(0x1c9);const _0x596a01=_0x24d281;try{const _0xa049c3=_0xa018f4[_0x4838c3(0x85)]?this[_0x4838c3(0x149)](_0xa018f4['test']):_0xa018f4[_0x4838c3(0x16f)][_0x4838c3(0x95)],_0x4b0956=_0xa018f4[_0x4838c3(0x1c4)],_0x24dd30=_0x4b0956[_0x4838c3(0xd5)](),_0x340492=_0x4b0956['getAllData']()[_0x4838c3(0xbc)](_0xa049c3);if(!_0x340492)return logger[_0x4838c3(0x216)](_0x4838c3(0xc9)+_0xa049c3),{};const {[TestFrameworkConstants[_0x4838c3(0x1a2)]]:_0x22e6b2='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x113efc='',[TestFrameworkConstants[_0x4838c3(0xbb)]]:_0x22d35b='',[TestFrameworkConstants[_0x4838c3(0x190)]]:_0xd3d2dd=''}=_0x340492,_0x36921b=_0x4b0956[_0x4838c3(0x14d)]()[_0x4838c3(0x152)]()['split']('.')[0x1],_0x33fc61=_0x4b0956[_0x4838c3(0x1c7)]()[_0x4838c3(0x152)]()['split']('.')[0x1],_0x3ea6ee=global?.[_0x4838c3(0x19a)]?.['workerInfo']?.[_0x4838c3(0xe3)],_0x14c976=_0x4b0956['getRef'](),_0x1097e5=Buffer[_0x4838c3(0x117)](JSON['stringify'](_0x340492))[_0x4838c3(0x152)](_0x596a01[_0x4838c3(0x161)]),_0x32bb9a={'hash':_0x24dd30[_0x4838c3(0x1a7)](),'threadId':_0x24dd30[_0x4838c3(0x21b)]()[_0x4838c3(0x152)](),'processId':_0x24dd30['getProcessId']()[_0x4838c3(0x152)]()},_0x12439b={};_0x12439b[_0x4838c3(0x1d4)]=_0x3ea6ee,_0x12439b[_0x4838c3(0x10f)]=_0x22e6b2,_0x12439b['testFrameworkVersion']=_0x113efc,_0x12439b['testFrameworkState']=_0x36921b,_0x12439b['hookState']=_0x33fc61,_0x12439b[_0x4838c3(0xde)]=_0x22d35b,_0x12439b[_0x4838c3(0x109)]=_0xd3d2dd,_0x12439b[_0x4838c3(0x20b)]=_0x14c976,_0x12439b[_0x4838c3(0x132)]=_0x1097e5,_0x12439b[_0x4838c3(0xaf)]=_0x32bb9a,_0x12439b[_0x4838c3(0x116)]=_0xa049c3;const _0x537368=_0x12439b;return _0x537368;}catch(_0x25745a){return logger[_0x4838c3(0x192)](_0x4838c3(0x135)+util[_0x4838c3(0x219)](_0x25745a)),{};}}async['sendLogCreatedEvent'](_0x133b72,_0x9e989f,_0x3dd3f1){const _0x529679=a71_0x276133,_0x5a2773={'QRlZx':function(_0x87ae06,_0x22fff9){return _0x87ae06+_0x22fff9;},'NytKa':'missing','nymlV':_0x529679(0x20c),'xZqvW':function(_0xfbaf1,_0x132cdb){return _0xfbaf1>_0x132cdb;},'BhUXC':function(_0x310080,_0x4a2bb8,_0x128f1e,_0xa50bc3){return _0x310080(_0x4a2bb8,_0x128f1e,_0xa50bc3);},'fRecG':function(_0x2a7b41,_0x1d3f42){return _0x2a7b41-_0x1d3f42;},'tndOq':function(_0x50d02a,_0x36545c){return _0x50d02a===_0x36545c;},'FYPSG':function(_0x163444,_0xd4ea8e){return _0x163444/_0xd4ea8e;},'QYLPm':function(_0x36929c,_0x154bab){return _0x36929c<_0x154bab;},'UPGHW':function(_0x25d8fb,_0x5ca09a){return _0x25d8fb*_0x5ca09a;},'eBERF':function(_0x35543c,_0x198923){return _0x35543c+_0x198923;},'nqRsP':function(_0x538151,_0x3664c9){return _0x538151>_0x3664c9;}};try{const _0x1abde8=_0x3dd3f1[_0x529679(0x1f0)]||_0x3dd3f1[_0x529679(0x123)],_0x16571d=Array[_0x529679(0x117)](_0x133b72[_0x529679(0x1a8)]()[_0x529679(0xdf)]()),_0x573b71=_0x133b72[_0x529679(0x1a8)]()['get'](_0x1abde8);if(!_0x573b71){logger[_0x529679(0x216)](_0x529679(0xea)+_0x1abde8);return;}const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x3c15fb='',[TestFrameworkConstants[_0x529679(0x145)]]:_0xe83c4e=''}=_0x573b71;let _0x455d87=[];if(_0x573b71&&_0x573b71[TestFrameworkConstants['KEY_LOGS']]&&Array['isArray'](_0x573b71[TestFrameworkConstants[_0x529679(0x20f)]])){_0x455d87=_0x573b71[TestFrameworkConstants[_0x529679(0x20f)]]||[],logger[_0x529679(0x216)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20'+_0x455d87[_0x529679(0x1a6)]+_0x529679(0x1b1)+_0x1abde8);const _0x49cb87={[TestFrameworkConstants['KEY_LOGS']]:[]},_0x472b21={};_0x472b21[_0x1abde8]=_0x49cb87,_0x133b72[_0x529679(0x180)](_0x472b21),logger[_0x529679(0x216)](_0x529679(0x115)+_0x1abde8);}else logger[_0x529679(0x216)](_0x529679(0xe4)+_0x1abde8);logger[_0x529679(0x216)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20'+_0x455d87[_0x529679(0x1a6)]+'\x20for\x20testId:\x20'+_0x1abde8);const _0x8de516=_0x455d87[_0x529679(0x17f)](_0x1a5ffd=>_0x1a5ffd[_0x529679(0x111)]===_0x529679(0x1b6));_0x5a2773[_0x529679(0x1fd)](_0x8de516[_0x529679(0x1a6)],0x0)&&(logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20'+_0x8de516[_0x529679(0x1a6)]+_0x529679(0x150)+_0x1abde8),_0x8de516['forEach']((_0x38aba9,_0x34510b)=>{const _0x2734a3=_0x529679;logger[_0x2734a3(0x216)](_0x2734a3(0xc3)+_0x5a2773['QRlZx'](_0x34510b,0x1)+'/'+_0x8de516[_0x2734a3(0x1a6)]+_0x2734a3(0xa5)+(_0x38aba9[_0x2734a3(0x116)]||_0x5a2773['NytKa'])+_0x2734a3(0x129)+(_0x38aba9[_0x2734a3(0x8a)]||_0x5a2773[_0x2734a3(0x122)])+_0x2734a3(0x1e3)+(_0x38aba9[_0x2734a3(0x110)]||_0x5a2773[_0x2734a3(0x12e)])+_0x2734a3(0x1f6)+(_0x38aba9[_0x2734a3(0x206)]?.[_0x2734a3(0x1a6)]||0x0));}));const _0x318a5f=_0x573b71[TestFrameworkConstants[_0x529679(0x128)]]||{},_0x57ed88=_0x5a2773['BhUXC'](getMediaArtifactsLogs,_0x318a5f,null,_0x1abde8),_0xdbfa15=(_0x455d87||[])[_0x529679(0x13e)](_0x57ed88||[]),_0x55ee07=_0x8de516?.['length']||0x0,_0x3d74b6=_0x5a2773[_0x529679(0x1bb)](_0x455d87?.[_0x529679(0x1a6)]||0x0,_0x55ee07);logger[_0x529679(0x216)](_0x529679(0x84)+_0x1abde8+_0x529679(0xe8)+_0x3d74b6+_0x529679(0x14c)+_0x55ee07+',\x20attachmentLogs:\x20'+(_0x57ed88?.[_0x529679(0x1a6)]||0x0)+_0x529679(0xa6)+_0xdbfa15[_0x529679(0x1a6)]);if(!_0xdbfa15||_0x5a2773[_0x529679(0x183)](_0xdbfa15['length'],0x0)){logger[_0x529679(0x216)](_0x529679(0xb2)+_0x1abde8);return;}const _0x2a88a3=0x28,_0x3861e3=Math[_0x529679(0x214)](_0x5a2773['FYPSG'](_0xdbfa15[_0x529679(0x1a6)],_0x2a88a3));for(let _0x4ebdf1=0x0;_0x5a2773[_0x529679(0x155)](_0x4ebdf1,_0x3861e3);_0x4ebdf1++){const _0x13502e=_0x5a2773[_0x529679(0xa2)](_0x4ebdf1,_0x2a88a3),_0x2019fe=_0x5a2773[_0x529679(0x186)](_0x13502e,_0x2a88a3),_0x35e85d=_0xdbfa15[_0x529679(0x208)](_0x13502e,_0x2019fe),_0x33b5b0=global?.['__workerDetails']?.[_0x529679(0x9f)]?.['parallelIndex']||0x0,_0xca6dd5={'platformIndex':_0x33b5b0,'logs':_0x35e85d,'testFrameworkName':_0x3c15fb,'testFrameworkVersion':_0xe83c4e,'testFrameworkState':_0x9e989f[_0x529679(0x152)]()[_0x529679(0x215)]('.')[0x1]},_0x496073={};_0x496073[_0x529679(0x124)]=0x3,_0x496073[_0x529679(0x108)]=0x5,logger[_0x529679(0x216)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x5a2773['QRlZx'](_0x4ebdf1,0x1)+'/'+_0x3861e3+_0x529679(0x1eb)+_0x1abde8+_0x529679(0x207)+_0x35e85d['length']+_0x529679(0x196)+_0x33b5b0+_0x529679(0xe0)+util[_0x529679(0x1ba)](_0xca6dd5,_0x496073));const _0x1d1bee=await GrpcClient[_0x529679(0xeb)]()[_0x529679(0x188)](_0xca6dd5);logger['debug'](_0x529679(0x21f)+_0x5a2773['eBERF'](_0x4ebdf1,0x1)+'/'+_0x3861e3+_0x529679(0x1eb)+_0x1abde8+_0x529679(0xbd)+util[_0x529679(0x1ba)](_0x1d1bee));}if(_0x57ed88&&_0x5a2773[_0x529679(0x1d5)](_0x57ed88['length'],0x0)&&_0x573b71[TestFrameworkConstants[_0x529679(0x128)]]){const _0x42fa9b={[TestFrameworkConstants[_0x529679(0x128)]]:{}},_0x4184e0={};_0x4184e0[_0x1abde8]=_0x42fa9b,_0x133b72[_0x529679(0x180)](_0x4184e0);}logger[_0x529679(0x216)](_0x529679(0x10a)+_0x1abde8+_0x529679(0x210)+_0x3861e3);}catch(_0x101b5d){logger[_0x529679(0x192)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20'+(_0x3dd3f1[_0x529679(0x1f0)]||_0x3dd3f1[_0x529679(0x123)])+_0x529679(0xa4)+util[_0x529679(0x219)](_0x101b5d));}}[a71_0x276133(0x171)](_0x406cd3,_0x55041f,_0xdf0573,_0x16e459,_0x12b11b){const _0x1f6970=a71_0x276133,_0x2bcaa4={};_0x2bcaa4[_0x1f6970(0xa9)]=function(_0x508ec6,_0x15c1b2){return _0x508ec6===_0x15c1b2;},_0x2bcaa4[_0x1f6970(0x198)]=_0x1f6970(0x1e7);const _0x4fef46=_0x2bcaa4,{hookData:_0x1160c8}=_0x12b11b,_0x13558f={'testId':_0x55041f,'testFrameworkState':_0xdf0573,'hookState':_0x16e459,'args':_0x12b11b,'timestamp':new Date()['toISOString']()};if(_0x4fef46[_0x1f6970(0xa9)](_0xdf0573,TestFrameworkState[_0x1f6970(0xa8)])&&_0x1160c8){const _0x50c2b8={};_0x50c2b8[_0x1f6970(0x187)]=_0x1160c8[_0x1f6970(0x1f1)]||_0x1160c8[_0x1f6970(0x136)],_0x50c2b8[_0x1f6970(0x8c)]=_0x1160c8[_0x1f6970(0x8c)]||_0x1160c8[_0x1f6970(0x1ad)]&&_0x1160c8[_0x1f6970(0x1ad)][0x0]||'',_0x50c2b8[_0x1f6970(0x11d)]=_0x4fef46[_0x1f6970(0x198)],_0x13558f['hookMetadata']=_0x50c2b8,logger[_0x1f6970(0x216)](_0x1f6970(0xf0)+_0x55041f+_0x1f6970(0x174)+_0x13558f[_0x1f6970(0x11f)][_0x1f6970(0x187)]+',\x20scope:\x20'+_0x13558f[_0x1f6970(0x11f)][_0x1f6970(0x8c)]);}_0x406cd3[_0x1f6970(0x1f5)](_0x55041f,_0x13558f),logger[_0x1f6970(0x216)](_0x1f6970(0x191)+_0x55041f+_0x1f6970(0x1a9)+_0xdf0573+',\x20hookState:\x20'+_0x16e459);}async['processPendingHooks'](_0x403e79,_0x24ff02){const _0x45e36e=a71_0x276133,_0x2e37ad={};_0x2e37ad[_0x45e36e(0xab)]=function(_0x4fa898,_0x3094be){return _0x4fa898>_0x3094be;},_0x2e37ad['LCKQl']='[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20${testFilePath},\x20scope:\x20${testScope}',_0x2e37ad[_0x45e36e(0x1c8)]=function(_0x2e736e,_0x55815a){return _0x2e736e===_0x55815a;},_0x2e37ad['jSWgk']=function(_0x36b75,_0x29682b){return _0x36b75===_0x29682b;},_0x2e37ad[_0x45e36e(0x11a)]=_0x45e36e(0x20a),_0x2e37ad[_0x45e36e(0x12b)]=_0x45e36e(0x1f3);const _0x4297d0=_0x2e37ad;if(_0x403e79[_0x45e36e(0xda)](_0x24ff02)){const _0x4192e1=_0x403e79[_0x45e36e(0x10e)](_0x24ff02);logger['debug'](_0x45e36e(0x1cf)+_0x4192e1[_0x45e36e(0x1a6)]+'\x20pending\x20hooks\x20for\x20testId:\x20'+_0x24ff02);for(const _0x51b620 of _0x4192e1){try{const _0x27b367=await this[_0x45e36e(0x14a)](_0x403e79,_0x51b620[_0x45e36e(0x1bd)],_0x51b620[_0x45e36e(0xa3)],_0x51b620['args']);_0x27b367&&_0x4297d0['AGXtL'](Object[_0x45e36e(0xdf)](_0x27b367)['length'],0x0)&&_0x403e79[_0x45e36e(0x180)](_0x27b367),await this[_0x45e36e(0x178)](_0x403e79,_0x51b620['testFrameworkState'],_0x51b620[_0x45e36e(0xa3)],_0x51b620[_0x45e36e(0x157)]);}catch(_0x21e9b2){logger[_0x45e36e(0x192)](_0x45e36e(0x17c)+_0x24ff02+',\x20error:\x20'+_0x21e9b2);}}_0x403e79[_0x45e36e(0x217)](_0x24ff02),logger[_0x45e36e(0x216)](_0x45e36e(0xa7)+_0x24ff02);}const _0x1ba860=_0x403e79['getAllData']()[_0x45e36e(0xbc)](_0x24ff02);if(_0x1ba860){const _0x59cbfa=_0x1ba860[TestFrameworkConstants[_0x45e36e(0xc8)]]||_0x1ba860[TestFrameworkConstants[_0x45e36e(0x1d1)]],_0x4b6226=_0x1ba860[TestFrameworkConstants[_0x45e36e(0xe2)]]||_0x1ba860[TestFrameworkConstants['KEY_TEST_SCOPES']]&&_0x1ba860[TestFrameworkConstants['KEY_TEST_SCOPES']][0x0]||'';logger[_0x45e36e(0x216)](_0x4297d0[_0x45e36e(0x14b)]);const _0xdf7381=_0x403e79[_0x45e36e(0xd2)]();for(const _0x424500 of _0xdf7381){if(_0x4297d0[_0x45e36e(0x1c8)](_0x424500,_0x24ff02))continue;if(_0x403e79[_0x45e36e(0xda)](_0x424500)){const _0x5876fc=_0x403e79['getPendingHooks'](_0x424500);for(const _0x4101be of _0x5876fc){if(_0x4297d0[_0x45e36e(0x156)](_0x4101be[_0x45e36e(0x1bd)],TestFrameworkState['BEFORE_ALL'])&&_0x4101be['hookMetadata']){const _0x287fbd=_0x4101be[_0x45e36e(0x11f)][_0x45e36e(0x187)],_0x3e6778=_0x4101be[_0x45e36e(0x11f)][_0x45e36e(0x8c)];if(_0x4297d0[_0x45e36e(0x1c8)](_0x287fbd,_0x59cbfa)&&_0x4297d0[_0x45e36e(0x1c8)](_0x3e6778,_0x4b6226)){logger[_0x45e36e(0x216)](_0x45e36e(0x170)+_0x424500+_0x45e36e(0xd0)+_0x24ff02+_0x45e36e(0x174)+_0x287fbd+',\x20scope:\x20'+_0x3e6778);_0x4101be[_0x45e36e(0x157)]&&_0x4101be[_0x45e36e(0x157)]['hookData']&&(_0x4101be[_0x45e36e(0x157)][_0x45e36e(0x16f)][_0x45e36e(0x95)]=_0x24ff02,logger[_0x45e36e(0x216)](_0x45e36e(0x9c)+_0x424500+_0x45e36e(0x1ec)+_0x24ff02));try{const _0x273292=await this[_0x45e36e(0x14a)](_0x403e79,_0x4101be[_0x45e36e(0x1bd)],_0x4101be[_0x45e36e(0xa3)],_0x4101be[_0x45e36e(0x157)]);_0x273292&&_0x4297d0[_0x45e36e(0xab)](Object[_0x45e36e(0xdf)](_0x273292)['length'],0x0)&&_0x403e79[_0x45e36e(0x180)](_0x273292);await this[_0x45e36e(0x178)](_0x403e79,_0x4101be['testFrameworkState'],_0x4101be[_0x45e36e(0xa3)],_0x4101be['args']);const _0x5ad760=_0x403e79[_0x45e36e(0x10e)](_0x424500)[_0x45e36e(0x17f)](_0x111601=>_0x111601!==_0x4101be);if(_0x4297d0[_0x45e36e(0x1c8)](_0x5ad760['length'],0x0))_0x403e79['removePendingHooks'](_0x424500);else{_0x403e79[_0x45e36e(0x217)](_0x424500);for(const _0x1a9e68 of _0x5ad760){_0x403e79[_0x45e36e(0x1f5)](_0x424500,_0x1a9e68);}}logger[_0x45e36e(0x216)](_0x4297d0['OByGV']);}catch(_0x3ba8d9){logger[_0x45e36e(0x192)](_0x4297d0[_0x45e36e(0x12b)]);}}}}}}}}[a71_0x276133(0x18e)](_0x3a3ce0){const _0x5ea30d=a71_0x276133,_0xcede03={'sZqhP':function(_0x34105e){return _0x34105e();}};if(!_0x3a3ce0||!_0x3a3ce0['parent'])return;_0x3a3ce0['parent'][_0x5ea30d(0x13b)]&&Array[_0x5ea30d(0x218)](_0x3a3ce0[_0x5ea30d(0x99)][_0x5ea30d(0x13b)])&&_0x3a3ce0[_0x5ea30d(0x99)][_0x5ea30d(0x13b)]['forEach'](_0x528445=>{const _0x41d148=_0x5ea30d;!_0x528445['hookAnalyticsId']&&!_0x528445[_0x41d148(0x140)]&&(_0x528445[_0x41d148(0x83)]=_0xcede03[_0x41d148(0x15c)](uuidv4),_0x528445[_0x41d148(0x140)]=_0x528445[_0x41d148(0x83)],logger[_0x41d148(0x216)](_0x41d148(0x19b)+_0x528445[_0x41d148(0x1b2)]+_0x41d148(0xc1)+_0x528445['hookAnalyticsId']));}),this['mapTestHooks'](_0x3a3ce0['parent']);}['getHooksForTest'](_0x4735c5){const _0x50c04a=a71_0x276133,_0x15fbd2={'RdtWV':function(_0x3294e7,_0x4c81c2){return _0x3294e7(_0x4c81c2);}};if(!_0x4735c5||!_0x4735c5['parent'])return[];const _0x245c76=[];return _0x4735c5[_0x50c04a(0x99)]['hooks']&&Array['isArray'](_0x4735c5[_0x50c04a(0x99)][_0x50c04a(0x13b)])&&_0x4735c5[_0x50c04a(0x99)][_0x50c04a(0x13b)][_0x50c04a(0x96)](_0x327038=>{const _0x1d197f=_0x50c04a,_0x242530=_0x327038[_0x1d197f(0x83)]||_0x327038[_0x1d197f(0x140)];_0x242530&&!this[_0x1d197f(0x173)](_0x327038)&&!_0x15fbd2[_0x1d197f(0x130)](isInternalHook,_0x327038['fn'])&&_0x245c76[_0x1d197f(0x158)](_0x242530);}),[..._0x245c76,...this[_0x50c04a(0xc4)](_0x4735c5['parent'])];}['buildHookMapFromTest'](_0x222f68){const _0x4f19de=a71_0x276133,_0x475afb={'aNxPp':function(_0x86a4e0,_0x50d1e4){return _0x86a4e0(_0x50d1e4);},'RqLzt':_0x4f19de(0x12c)},_0x545eb4=new Map(),_0x49bb46=_0x576869=>{const _0x4b24da=_0x4f19de;if(!_0x576869||!_0x576869[_0x4b24da(0x99)])return;_0x576869['parent']['hooks']&&Array[_0x4b24da(0x218)](_0x576869['parent']['hooks'])&&_0x576869[_0x4b24da(0x99)][_0x4b24da(0x13b)][_0x4b24da(0x96)](_0x31377d=>{const _0xfa0791=_0x4b24da,_0x34dcfe=_0x31377d[_0xfa0791(0x83)]||_0x31377d[_0xfa0791(0x140)];if(_0x34dcfe&&!this[_0xfa0791(0x173)](_0x31377d)&&!_0x475afb[_0xfa0791(0x220)](isInternalHook,_0x31377d['fn'])){const _0x4e4dec={};_0x4e4dec[_0xfa0791(0x1b2)]=_0x31377d[_0xfa0791(0x1b2)]||_0x475afb[_0xfa0791(0x1cd)],_0x4e4dec[_0xfa0791(0x14e)]=_0x31377d[_0xfa0791(0x14e)]||'\x22'+_0x31377d['type']+'\x22\x20hook',_0x545eb4[_0xfa0791(0x141)](_0x34dcfe,_0x4e4dec);}}),_0x475afb[_0x4b24da(0x220)](_0x49bb46,_0x576869['parent']);};return _0x475afb['aNxPp'](_0x49bb46,_0x222f68),_0x545eb4;}['isJestInternalHook'](_0x2b6184){const _0x467648=a71_0x276133,_0x24ba46={};_0x24ba46[_0x467648(0x19f)]=_0x467648(0x1d2),_0x24ba46[_0x467648(0xb1)]=_0x467648(0x18c);const _0x3737ff=_0x24ba46;try{const _0x1482b3=this[_0x467648(0x18b)](_0x2b6184);return _0x1482b3&&_0x1482b3[_0x467648(0x1cb)](_0x3737ff[_0x467648(0x19f)]);}catch(_0x2fd4c0){logger[_0x467648(0x216)](_0x3737ff['QGyNb']);}return![];}['getRootParentFile'](_0x1ed616){const _0x59e798=a71_0x276133;if(_0x1ed616[_0x59e798(0x11e)])try{const _0x32f03e=stackTrace[_0x59e798(0x1dc)](_0x1ed616['asyncError']);return _0x32f03e[0x0]?_0x32f03e[0x0][_0x59e798(0xe9)]():null;}catch(_0x1a1b72){logger[_0x59e798(0x216)](_0x59e798(0xd4)+util['format'](_0x1a1b72));}if(_0x1ed616['file'])return _0x1ed616['file'];return null;}}module['exports']=JestTestFramework;function a71_0x5e47(){const _0x444332=['eventJson','getJestFailureReason','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','Error\x20in\x20createTestFrameworkEventPayload:\x20','location','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','IHMqW','duration','hooks','KEY_HOOK_LAST_FINISHED','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','concat','IKoIg','hookUUID','set','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=',',\x20remainingHooks=','bgIFJ','KEY_TEST_FRAMEWORK_VERSION','HKyie','ROOT_DESCRIBE_BLOCK','KEY_TEST_RESULT','getJestTestIdentifier','trackHookEvent','LCKQl',',\x20screenshotLogs:\x20','getCurrentTestState','name','XEMlB','\x20screenshot\x20logs\x20for\x20testId:\x20','setTrackedInstance','toString',',\x20version=','createContext','QYLPm','jSWgk','args','push','vsrey','started_at','CWQKk','sZqhP','KEY_HOOK_RESULT','EYuub','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','activeHooks','lsraW','[JestTestFramework]\x20trackHookEvent:\x20SUCCESS\x20-\x20hookType=',',\x20hookType=','AssertionError','find','../TestInfo.js','\x22\x20from\x20testData','ZJcEl','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','HUEgi','yJBIb','./testFramework','dNlpc','failed','hookData','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','storePendingHook','JestTestFramework','isJestInternalHook',',\x20filePath:\x20','getJestFailureData','DEFAULT_TEST_RESULT','tags','runHooks','finished_at','UREXS','getActiveHook','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','delete','DNTTl','filter','addMultipleEntries','KEY_TEST_LOGS','\x20attachments','tndOq','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','KEY_EVENT_ENDED_AT','QRlZx','filePath','logCreatedEvent','KEY_HOOK_FAILURE_REASON','warn','getRootParentFile','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','HLQpv','mapTestHooks','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','KEY_TEST_ENDED_AT','Stored\x20pending\x20hook\x20for\x20testId:\x20','error','ePwnU','gsiCL','KEY_TEST_TAGS',',\x20platformIndex:\x20','../grpcClient','SsZzY','reverse','__workerDetails','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','KEY_TEST_FAILURE_TYPE','KEY_TEST_ID','NPtPZ','removeActiveHook','\x20&\x20hookState=','KEY_TEST_FRAMEWORK_NAME','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=',',\x20testFramework=','join','length','getId','getAllData',',\x20state:\x20','iFqDZ','../state/hookState.js','4EoVXkM','scopes','matchHookRegex','DLfUZ','resolveInstance','\x20logs\x20for\x20testId:\x20','type',',\x20exception=','\x20files','\x20(testIdentifier),\x20result=','TEST_SCREENSHOT','errorsDetailed','BKIGR',',\x20failureType=','inspect','fRecG','ZEOOB','testFrameworkState','TEST','KEY_CUSTOM_TAGS','result','util','getCurrentInstanceName','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','instance','1139301YLKlQj','24UzwMfA','getCurrentHookState','IUZpN','base64','sgKwt','includes','sendLogCreatedEvent','RqLzt','44inSmvX','Processing\x20','match','KEY_TEST_LOCATION','jest-circus',',\x20hookData=','platformIndex','nqRsP',':testAnalyticsId','KEY_TEST_FAILURE_REASON','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','lTVHV','HrfRL',',\x20totalHooks=','parse','Assert',',\x20argsKeys=','map','bZftJ','parseJestTest','getJestFailureType',',\x20hook_run_uuid=','wdJlx','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','VOtHd','beforeAll','abhKS','KEY_TEST_RESULT_AT',',\x20duration=','\x20-\x20testId:\x20','\x20to\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','XCmBK','PRE','testUUID','file_name','7763064tWPaKn','Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20${testId},\x20error:\x20${error}','stringify','addPendingHook',',\x20messageLength=','createTestFrameworkEventPayload','ueTTA','DEFAULT_HOOK_RESULT',',\x20filePath=','POST','parseJestTestResult','xZqvW','getTrackedInstance','skip','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','replace','retryOf','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback',',\x20result=','buildHookMapFromTest','message',',\x20logsInBatch:\x20','slice','afterAll','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','uuid','none',',\x20hookState=','getJestTestName','KEY_LOGS',',\x20totalBatches:\x20','KEY_HOOK_NAME','KEY_HOOK_ID','60hfDnzv','ceil','split','debug','removePendingHooks','isArray','format',',\x20hook=','getThreadId',',\x20updates=','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20',',\x20hookId=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','aNxPp','status','splice','hook_result','zJarW','hookAnalyticsId','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','test','../instances/testFrameworkInstance.js','has','PysKD','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','test_run_uuid','KEY_TEST_FAILURE','scope','QEzQW','KEY_HOOKS_FINISHED','../cliUtils.js','763743VLlHtX','trackJestInstance','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','findIndex','../../../helpers/test-observability/utils','test_run_id','forEach','hpEOQ','KEY_TEST_NAME','parent','KEY_TEST_CODE','Unknown\x20Test','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','KEY_EVENT_STARTED_AT','workerInfo','JQoSN','processPendingHooks','UPGHW','hookState',',\x20error:\x20','\x20-\x20test_identifier=',',\x20totalLogs:\x20','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','BEFORE_ALL','ExgRM','toISOString','AGXtL','WYnPT','KEY_TEST_UUID',',\x20testId=','executionContext','KEY_HOOK_LAST_STARTED','QGyNb','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','CaVmU','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','getTestFrameworksVersions','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','KEY_HOOKS_STARTED','KEY_TEST_STARTED_AT','get',',\x20response=','getTestFrameworks','../state/testFrameworkState.js','event_ended_at',',\x20hookUUID=','passed','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','getHooksForTest','LOG_REPORT','60571GSgmvb','originalTest','KEY_TEST_FILE_PATH','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','1318gtuGyx','yuUWP',',\x20storing\x20as\x20pending\x20hook','UnhandledError','xvXmd','pid',',\x20currentTestId:\x20','IeVor','getAllPendingHookTestIds','trackEvent','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','getContext','KEY_HOOK_FAILURE','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','ZBbaZ','lXjvv','hasPendingHooks','ALL','THYMQ','KEY_TEST_RERUN_NAME','startedAt','keys',',\x20payload:\x20','Qdexr','KEY_TEST_SCOPE','parallelIndex','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','hook_id',',\x20contextId=','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=',',\x20consoleLogs:\x20','getFileName','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','getInstance',',\x20failureReason=','OqOUu','mYWLD','KEY_TEST_META','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','foiiT','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','\x20hook','hook_type','POsqu','KEY_HOOK_FAILURE_TYPE','getJestTestScopes','TStPf','title','KEY_HOOK_LOGS','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','3334780eBBwvI','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','skipped','2746584qXltAl','jHiUh','KEY_AUTOMATE_SESSION_NAME','stack-trace','../instances/trackedInstance.js','qabFq','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20',',\x20state=','1969RFBrCB','maxArrayLength','endedAt','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','TWXHp','pop','getPendingHooks','testFrameworkName','hook_run_uuid','kind','iGNBc','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','substring','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','test_identifier','from','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','OByGV','trackJestInstance:\x20instance\x20already\x20exists',',\x20scopes=','hookType','asyncError','hookMetadata','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','testData','NytKa','testId','depth','zbUiP','HQMaD','getJestTestFilePath','KEY_TEST_ATTACHMENTS',',\x20test_run_uuid=','KEY_TEST_RETRY_OF','zeoew','unknown','getJestTestTags','nymlV','NONE','RdtWV','wWhUf'];a71_0x5e47=function(){return _0x444332;};return a71_0x5e47();}
@@ -1 +1 @@
1
- const a72_0x1e9705=a72_0x5986;function a72_0x5986(_0x1b7583,_0x2211d7){const _0x4fd3de=a72_0x4fd3();return a72_0x5986=function(_0x5986a4,_0x19c601){_0x5986a4=_0x5986a4-0xdb;let _0x37e6bc=_0x4fd3de[_0x5986a4];return _0x37e6bc;},a72_0x5986(_0x1b7583,_0x2211d7);}(function(_0x4b8167,_0x2af061){const _0xf9afd=a72_0x5986,_0x39f995=_0x4b8167();while(!![]){try{const _0x592ba9=-parseInt(_0xf9afd(0xed))/0x1*(parseInt(_0xf9afd(0xdf))/0x2)+-parseInt(_0xf9afd(0xdd))/0x3*(-parseInt(_0xf9afd(0x104))/0x4)+parseInt(_0xf9afd(0xe5))/0x5+parseInt(_0xf9afd(0x100))/0x6*(-parseInt(_0xf9afd(0xf7))/0x7)+-parseInt(_0xf9afd(0xef))/0x8+-parseInt(_0xf9afd(0xe4))/0x9*(-parseInt(_0xf9afd(0x105))/0xa)+parseInt(_0xf9afd(0xea))/0xb;if(_0x592ba9===_0x2af061)break;else _0x39f995['push'](_0x39f995['shift']());}catch(_0x332863){_0x39f995['push'](_0x39f995['shift']());}}}(a72_0x4fd3,0xbf6a8));const AutomationFramework=require(a72_0x1e9705(0xe9)),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFrameworkState=require(a72_0x1e9705(0x101)),CLIUtils=require(a72_0x1e9705(0x103)),TrackedInstance=require(a72_0x1e9705(0xf3)),AutomationFrameworkInstance=require('../instances/automationFrameworkInstance.js');class PlaywrightAutomationFramework extends AutomationFramework{[a72_0x1e9705(0xe8)]=createClassLogger('PlaywrightAutomationFramework');constructor(_0x5a6d56,_0x13ff7b){super(_0x5a6d56,_0x13ff7b);}async[a72_0x1e9705(0xe1)](_0x175317,_0x45918e,_0x5581b7={}){const _0x356f03=a72_0x1e9705,_0xda7e2c={};_0xda7e2c[_0x356f03(0xdc)]=function(_0x4a48d5,_0x566a8f){return _0x4a48d5===_0x566a8f;};const _0x36baa2=_0xda7e2c;this['logger'][_0x356f03(0xf1)](_0x356f03(0xf5)+_0x175317+_0x356f03(0xe7)+_0x45918e),await super[_0x356f03(0xe1)](_0x175317,_0x45918e,_0x5581b7);const _0x539d4d=this[_0x356f03(0xf6)](_0x175317,_0x45918e,_0x5581b7);if(_0x36baa2[_0x356f03(0xdc)](_0x539d4d,null))return;_0x5581b7[_0x356f03(0xde)]=_0x539d4d,await this[_0x356f03(0xfa)](_0x539d4d,_0x175317,_0x45918e,_0x5581b7);}['resolveInstance'](_0x3c713f,_0x453cb9,_0x3f0c8e={}){const _0x51f6d3=a72_0x1e9705,_0x4f54b3={};_0x4f54b3[_0x51f6d3(0xeb)]=function(_0x36f77e,_0x5f4de2){return _0x36f77e===_0x5f4de2;};const _0x5f1705=_0x4f54b3;let _0x31d929=null;return(_0x5f1705[_0x51f6d3(0xeb)](_0x3c713f,AutomationFrameworkState[_0x51f6d3(0xff)])||_0x5f1705[_0x51f6d3(0xeb)](_0x3c713f,AutomationFrameworkState[_0x51f6d3(0xe6)])&&(_0x3f0c8e['message']&&_0x3f0c8e[_0x51f6d3(0xe3)][_0x51f6d3(0xec)]&&_0x3f0c8e[_0x51f6d3(0xe3)][_0x51f6d3(0xec)][_0x51f6d3(0xe2)])||_0x5f1705[_0x51f6d3(0xeb)](_0x3c713f,AutomationFrameworkState[_0x51f6d3(0xf4)]))&&this[_0x51f6d3(0xf2)](_0x3c713f,_0x3f0c8e),_0x31d929=AutomationFramework['getTrackedInstance'](),_0x31d929;}[a72_0x1e9705(0xf2)](_0x4b770c,_0x1255cc){const _0xf9d1bd=a72_0x1e9705,_0x415ce0={};_0x415ce0['WpvNQ']='trackPlaywrightInstance:\x20instance\x20already\x20exists';const _0x443cf3=_0x415ce0;if(AutomationFramework[_0xf9d1bd(0xfc)]()){this[_0xf9d1bd(0xe8)][_0xf9d1bd(0xee)](_0x443cf3[_0xf9d1bd(0xf9)]);return;}const _0x5a6442=CLIUtils[_0xf9d1bd(0xf8)](),_0x3e3c49=TrackedInstance[_0xf9d1bd(0xfe)](_0x5a6442);let _0x1e7082=null;this[_0xf9d1bd(0xe8)]['info'](_0xf9d1bd(0x102)+_0x5a6442+_0xf9d1bd(0xdb)+_0x4b770c),_0x1e7082=new AutomationFrameworkInstance(_0x3e3c49,this['getAutomationFrameworkName'](),this[_0xf9d1bd(0xf0)](),_0x4b770c),AutomationFramework[_0xf9d1bd(0xfd)](_0x3e3c49,_0x1e7082),this[_0xf9d1bd(0xe8)][_0xf9d1bd(0xee)]('trackPlaywrightInstance:\x20saved\x20instance\x20contextId='+_0x3e3c49['getId']()+_0xf9d1bd(0xe0)+_0x5a6442);}}function a72_0x4fd3(){const _0x3cc6d1=['10824GaquYk','../state/automationFrameworkState.js','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','../cliUtils.js','4ldOwta','10JiINMT',',\x20state=','iSNIu','996369MJSsmJ','instance','837206Msvzzh','\x20target=','trackEvent','bsParams','message','137763eiWKvk','3878700gwUEZL','PLAYWRIGHT_DISPATCH','\x20hookState=','logger','./automationFramework.js','31844747mgKDnN','qZcbr','params','2NTAhha','info','9866568qyNGpy','getAutomationFrameworkVersion','debug','trackPlaywrightInstance','../instances/trackedInstance.js','NONE','trackEvent:\x20automationFrameworkState=','resolveInstance','4515TQHQhi','getCurrentInstanceName','WpvNQ','runHooks','exports','getTrackedInstance','setTrackedInstance','createContext','CREATE'];a72_0x4fd3=function(){return _0x3cc6d1;};return a72_0x4fd3();}module[a72_0x1e9705(0xfb)]=PlaywrightAutomationFramework;
1
+ const a72_0xcc409f=a72_0x653b;(function(_0x5e8bed,_0x4f5625){const _0x12f850=a72_0x653b,_0x20a659=_0x5e8bed();while(!![]){try{const _0x1f4570=-parseInt(_0x12f850(0x97))/0x1*(-parseInt(_0x12f850(0x9e))/0x2)+parseInt(_0x12f850(0x93))/0x3+-parseInt(_0x12f850(0xac))/0x4+-parseInt(_0x12f850(0x96))/0x5+-parseInt(_0x12f850(0x90))/0x6+-parseInt(_0x12f850(0x89))/0x7+parseInt(_0x12f850(0x92))/0x8;if(_0x1f4570===_0x4f5625)break;else _0x20a659['push'](_0x20a659['shift']());}catch(_0x37e2f1){_0x20a659['push'](_0x20a659['shift']());}}}(a72_0x2d27,0x3c73b));const AutomationFramework=require('./automationFramework.js'),{createClassLogger}=require(a72_0xcc409f(0x9b)),AutomationFrameworkState=require(a72_0xcc409f(0x9d)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a72_0xcc409f(0x8d)),AutomationFrameworkInstance=require('../instances/automationFrameworkInstance.js');class PlaywrightAutomationFramework extends AutomationFramework{[a72_0xcc409f(0x88)]=createClassLogger(a72_0xcc409f(0x9c));constructor(_0x4a5518,_0x192801){super(_0x4a5518,_0x192801);}async['trackEvent'](_0x567dd8,_0x2271ad,_0x5780dd={}){const _0x4b7420=a72_0xcc409f,_0x4219dc={};_0x4219dc[_0x4b7420(0x91)]=function(_0x539fbf,_0x527973){return _0x539fbf===_0x527973;};const _0x556cbc=_0x4219dc;this[_0x4b7420(0x88)][_0x4b7420(0xa0)](_0x4b7420(0xa2)+_0x567dd8+_0x4b7420(0x9f)+_0x2271ad),await super[_0x4b7420(0xa8)](_0x567dd8,_0x2271ad,_0x5780dd);const _0x317167=this['resolveInstance'](_0x567dd8,_0x2271ad,_0x5780dd);if(_0x556cbc[_0x4b7420(0x91)](_0x317167,null))return;_0x5780dd[_0x4b7420(0x86)]=_0x317167,await this[_0x4b7420(0xa4)](_0x317167,_0x567dd8,_0x2271ad,_0x5780dd);}[a72_0xcc409f(0x98)](_0x243b4b,_0x72777a,_0x51440b={}){const _0x3e069=a72_0xcc409f,_0xfc97e9={};_0xfc97e9[_0x3e069(0x8e)]=function(_0x8417b4,_0x293a10){return _0x8417b4===_0x293a10;},_0xfc97e9[_0x3e069(0x8a)]=function(_0x1ec4b1,_0x554d13){return _0x1ec4b1===_0x554d13;};const _0x19dfd6=_0xfc97e9;let _0xba4acb=null;return(_0x19dfd6[_0x3e069(0x8e)](_0x243b4b,AutomationFrameworkState[_0x3e069(0x8b)])||_0x19dfd6['VqxTC'](_0x243b4b,AutomationFrameworkState[_0x3e069(0xaa)])&&(_0x51440b[_0x3e069(0xa7)]&&_0x51440b[_0x3e069(0xa7)][_0x3e069(0xab)]&&_0x51440b[_0x3e069(0xa7)]['params'][_0x3e069(0x85)])||_0x19dfd6['ocXMa'](_0x243b4b,AutomationFrameworkState[_0x3e069(0x84)]))&&this[_0x3e069(0x99)](_0x243b4b,_0x51440b),_0xba4acb=AutomationFramework['getTrackedInstance'](),_0xba4acb;}[a72_0xcc409f(0x99)](_0x5226a4,_0x5a078d){const _0x219299=a72_0xcc409f,_0x10c955={};_0x10c955[_0x219299(0xa6)]=_0x219299(0x87);const _0x2f3b17=_0x10c955;if(AutomationFramework[_0x219299(0x94)]()){this['logger'][_0x219299(0x95)](_0x2f3b17[_0x219299(0xa6)]);return;}const _0x164da7=CLIUtils[_0x219299(0x8f)](),_0x1ede94=TrackedInstance['createContext'](_0x164da7);let _0x472bb4=null;this['logger'][_0x219299(0x95)](_0x219299(0xa9)+_0x164da7+_0x219299(0xa1)+_0x5226a4),_0x472bb4=new AutomationFrameworkInstance(_0x1ede94,this[_0x219299(0xa5)](),this[_0x219299(0x8c)](),_0x5226a4),AutomationFramework[_0x219299(0x9a)](_0x1ede94,_0x472bb4),this['logger'][_0x219299(0x95)]('trackPlaywrightInstance:\x20saved\x20instance\x20contextId='+_0x1ede94['getId']()+'\x20target='+_0x164da7);}}function a72_0x653b(_0x215e5c,_0x8ebd2e){const _0x2d2767=a72_0x2d27();return a72_0x653b=function(_0x653bd8,_0x245c2f){_0x653bd8=_0x653bd8-0x84;let _0x3badfd=_0x2d2767[_0x653bd8];return _0x3badfd;},a72_0x653b(_0x215e5c,_0x8ebd2e);}module[a72_0xcc409f(0xa3)]=PlaywrightAutomationFramework;function a72_0x2d27(){const _0x8f0e44=['bsParams','instance','trackPlaywrightInstance:\x20instance\x20already\x20exists','logger','2003057cNzsep','VqxTC','CREATE','getAutomationFrameworkVersion','../instances/trackedInstance.js','ocXMa','getCurrentInstanceName','1457634UBvoBV','NPdUc','10331432HbaRlJ','52275NbTpqJ','getTrackedInstance','info','1362975nJCgtW','1yZvbbF','resolveInstance','trackPlaywrightInstance','setTrackedInstance','../../../helpers/classLogger.js','PlaywrightAutomationFramework','../state/automationFrameworkState.js','111358JhlYuQ','\x20hookState=','debug',',\x20state=','trackEvent:\x20automationFrameworkState=','exports','runHooks','getAutomationFrameworkName','nxGiU','message','trackEvent','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','PLAYWRIGHT_DISPATCH','params','1260948pPQYry','NONE'];a72_0x2d27=function(){return _0x8f0e44;};return a72_0x2d27();}
@@ -1 +1 @@
1
- const a73_0x2e8a47=a73_0x3068;function a73_0x3068(_0x72ecef,_0x5f66fa){const _0x33e505=a73_0x33e5();return a73_0x3068=function(_0x30685c,_0x179e47){_0x30685c=_0x30685c-0x19d;let _0x2a3de2=_0x33e505[_0x30685c];return _0x2a3de2;},a73_0x3068(_0x72ecef,_0x5f66fa);}(function(_0x5d91c5,_0x3b2d98){const _0x3eb9cd=a73_0x3068,_0x3e3c74=_0x5d91c5();while(!![]){try{const _0xd836b=parseInt(_0x3eb9cd(0x24c))/0x1*(-parseInt(_0x3eb9cd(0x1b8))/0x2)+parseInt(_0x3eb9cd(0x1cb))/0x3*(-parseInt(_0x3eb9cd(0x1e9))/0x4)+parseInt(_0x3eb9cd(0x205))/0x5+-parseInt(_0x3eb9cd(0x22a))/0x6+-parseInt(_0x3eb9cd(0x1b0))/0x7+-parseInt(_0x3eb9cd(0x1f4))/0x8+parseInt(_0x3eb9cd(0x1cd))/0x9*(parseInt(_0x3eb9cd(0x1a2))/0xa);if(_0xd836b===_0x3b2d98)break;else _0x3e3c74['push'](_0x3e3c74['shift']());}catch(_0x1f57c9){_0x3e3c74['push'](_0x3e3c74['shift']());}}}(a73_0x33e5,0xaaeef));const TestFramework=require('./testFramework'),TestFrameworkState=require(a73_0x2e8a47(0x21f)),HookState=require(a73_0x2e8a47(0x23a)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a73_0x2e8a47(0x1d1)),TrackedInstance=require(a73_0x2e8a47(0x225)),TestFrameworkConstants=require(a73_0x2e8a47(0x255)),logger=createClassLogger(a73_0x2e8a47(0x1bc)),{v4:uuidv4}=require(a73_0x2e8a47(0x21e)),util=require(a73_0x2e8a47(0x269)),{getPlaywrightSessionName,getPlaywrightTestFilePath,getPlaywrightTestId,getPlaywrightTestTitle,getPlaywrightTestLocation,getPlaywrightTestTags,getPlaywrightTestCode,getPlaywrightTestScope,getPlaywrightTestScopes,getStepsAndLogs,getScreenshots,getVideos,getPlaywrightCustomRerunParam,getMediaArtifactsLogs,getManualUploadLogs,updatePayloadForTraceLogs}=require(a73_0x2e8a47(0x1dd)),TestInfo=require(a73_0x2e8a47(0x1a0)),GrpcClient=require(a73_0x2e8a47(0x1e8)),{removeAnsiColors,getFailureType,failureData}=require(a73_0x2e8a47(0x222)),{getFailureData,getTestTags,getTestRunIdentifier}=require(a73_0x2e8a47(0x283)),{findNestedKey,sendTraceZip,validateFilePath}=require(a73_0x2e8a47(0x283)),path=require(a73_0x2e8a47(0x263)),fs=require('fs'),helper=require(a73_0x2e8a47(0x1f0)),{PLAYWRIGHT_TRACE_LOGS}=require(a73_0x2e8a47(0x24b));function a73_0x33e5(){const _0x50fd55=['\x20testHookState=','attachments','efabm','BUIAm','Expected\x20to\x20fail,\x20but\x20passed.','icBAD','NONE','createTestFrameworkEventPayload','ZwJsY','BOMmJ','INIT_TEST','VIoLW','\x20from\x20TestDetails:\x20','5844hPfJcQ','getRef','2081439YYZtaG','KEY_TEST_ENDED_AT','\x20target=','kBlmv','../cliUtils.js','KEY_HOOK_NAME','IzXSv','xMFwQ',',\x20testFrameworkState=','KEY_TEST_RETRY_OF','slice','GrPos','stringify','testFrameworkVersion','\x20&\x20hook\x20=\x20','base64','../../../helpers/helper.js','CTIIi','KEY_HOOK_ID','testFrameworkName','annotations','KEY_HOOKS_STARTED','getId','DDmOY','\x20hookState:\x20','KEY_HOOK_LOGS','info','../grpcClient','4CMjiqw','getTestDetails','\x20instanceId=','trackEvent\x20loading\x20testResults\x20for\x20testId:\x20','errors','raeCy','error','../../../../src/helpers/helper','KEY_EVENT_ENDED_AT','trackEvent','filePath','7962944QTISor','TEST_ATTACHMENT','startTime','TBdZe','KEY_TEST_STARTED_AT','KEY_TEST_RESULT','skipped','some','POST','pop','result','hltNp','sendLogCreatedEvent\x20for\x20testId:\x20','KEY_CUSTOM_TAGS','ueZDl','sendLogCreatedEvent','field_type','5253695jOZsXl','hook','addMultipleEntries','trackPlaywrightInstance','GzDUF','WPppO','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','getCurrentTestState','getAllData','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','getInstance','parsePlaywrightTest','createTestFrameworkEventPayload\x20testId:\x20','filter','ZkrtX','TIsHU','\x20\x20and\x20args\x20=\x20','HCJtV','weKwn','jqhLa','basename','zrOqL',',\x20state=','size','uuid','../state/testFrameworkState.js','KEY_TEST_LOCATION','passed','../../../helpers/test-observability/utils','trackEvent:\x20found\x20instance,\x20testFrameworkState=','SxiXY','../instances/trackedInstance.js','DEFAULT_TEST_RESULT','SDuDf','KEY_TEST_FILE_PATH','\x20testState:\x20','2805042XJjaWf','step','ivITF','toString','IFSen','trackHookEvent','kRXVN','eventJson','KEY_HOOKS_FINISHED','description','\x20hookState=','startedAt','instance','getTestFrameworksVersions','file_name','DIlnd','../state/hookState.js','push','wTXcR','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','\x20result=','jjVbC','qYwQL','parsePlaywrightTestResult','Error\x20processing\x20trace\x20file\x20','RbJuN','KEY_TEST_FAILURE','test','split','\x20instance=','TEST_SCREENSHOT','getCurrentHookState','results','../../utils/constants','67ZRBAdQ','createContext','DczON','THDsW','getTestUUID','platformIndex','toISOString','failed','KEY_HOOK_FAILURE_REASON','./constants/testFrameworkConstants.js','AUTlF','KEY_LOGS','setTrackedInstance','kyLQU','KEY_TEST_LOGS','Error\x20in\x20createTestFrameworkEventPayload:\x20','map','StTMB','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','setTestDetails','debug','TEST','hookState','path','KEY_HOOK_LAST_FINISHED','KEY_HOOK_FAILURE_TYPE','JkDIw','IHreg','endedAt','util','lCqSr','parsePlaywrightTestResult:\x20testId=','WVBUX','inspect','Error\x20processing\x20direct\x20trace\x20file\x20','KEY_HOOK_FAILURE','KEY_TEST_ATTACHMENTS','title','runHooks','getTrackedInstance','retry','kmqkQ','UHGFB','length','multi_dropdown','\x20payload=','NBaqV','\x20response=','trim','timedOut','PRE','message','DEFAULT_HOOK_RESULT','gEbFB','concat','../../playwright/reporter/pwUtils','statSync','KEY_TEST_RESULT_AT','lJrbH','KEY_TEST_FRAMEWORK_NAME','KEY_HOOK_RESULT','getTraceFilePaths','testUId','stack','status','YIHPj','uqUip','values','../TestInfo.js','expectedStatus','110WBnVTg','sendLogCreatedEvent:\x20testId=','kuzts','dhrkB','KEY_EVENT_STARTED_AT','format','KEY_TEST_FAILURE_REASON','KEY_TEST_SCOPE','__workerDetails','KEY_TEST_FRAMEWORK_VERSION','KEY_TEST_SCOPES','nNaew','ndNeh','qTFVk','1683528DVgtkF','TMNxS','get','\x20batch\x20','fiRjz','matchHookRegex','duration','createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20','35500voYQPS','VvUdf','KEY_TEST_UUID','DNpXD','PlaywrightTestFramework','RQLIz'];a73_0x33e5=function(){return _0x50fd55;};return a73_0x33e5();}class PlaywrightTestFramework extends TestFramework{constructor(_0x3c413a,_0x5737d3,_0x3d8969){super(_0x3c413a,_0x5737d3,_0x3d8969);}async[a73_0x2e8a47(0x1f2)](_0x2533e7,_0x20cca9,_0x3fb0df={}){const _0x2e68f8=a73_0x2e8a47,_0x534957={'GzDUF':function(_0x1f2250,_0x158422){return _0x1f2250===_0x158422;},'OFTbR':function(_0x3095f8,_0xae8c10){return _0x3095f8===_0xae8c10;},'TBdZe':function(_0x4e27bf,_0x63d6aa,_0x3cc544){return _0x4e27bf(_0x63d6aa,_0x3cc544);},'GFKpf':function(_0x1d017f,_0x3e3270){return _0x1d017f===_0x3e3270;},'kmqkQ':function(_0x555fc7,_0x192618){return _0x555fc7===_0x192618;},'ndNeh':_0x2e68f8(0x245),'lJrbH':'trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s'};super[_0x2e68f8(0x1f2)](_0x2533e7,_0x20cca9,_0x3fb0df);if(_0x534957[_0x2e68f8(0x209)](_0x2533e7,TestFrameworkState[_0x2e68f8(0x248)])){const _0x2b266c=TestInfo['getTestIdentifierFromTestInfo'](_0x3fb0df[_0x2e68f8(0x245)],_0x3fb0df[_0x2e68f8(0x245)][_0x2e68f8(0x274)]);TestInfo['setTestDetails'](_0x2b266c,_0x3fb0df[_0x2e68f8(0x1fe)],!![]);}const _0x463c54=this['resolveInstance'](_0x2533e7,_0x20cca9,_0x3fb0df);if(!_0x463c54)return;logger[_0x2e68f8(0x260)](_0x2e68f8(0x223)+_0x2533e7+_0x2e68f8(0x234)+_0x20cca9+_0x2e68f8(0x1eb)+_0x463c54['getRef']());try{if(_0x534957[_0x2e68f8(0x209)](_0x20cca9,HookState[_0x2e68f8(0x27e)])&&_0x534957['OFTbR'](_0x2533e7,TestFrameworkState['TEST'])){const _0x1a9f48=_0x3fb0df[_0x2e68f8(0x245)];logger[_0x2e68f8(0x260)](_0x2e68f8(0x25e)+_0x1a9f48['id']+'}');const _0x50fcfc=TestInfo['getTestUUID'](_0x534957[_0x2e68f8(0x1f7)](getTestRunIdentifier,_0x1a9f48,_0x3fb0df[_0x2e68f8(0x1fe)][_0x2e68f8(0x274)]));_0x463c54[_0x2e68f8(0x207)](this[_0x2e68f8(0x211)](_0x50fcfc,_0x1a9f48,_0x3fb0df[_0x2e68f8(0x1fe)])),logger['debug'](_0x2e68f8(0x20e)+_0x1a9f48['id']+_0x2e68f8(0x1d5)+_0x2533e7+_0x2e68f8(0x1be)+_0x20cca9+_0x2e68f8(0x247)+_0x463c54[_0x2e68f8(0x1cc)]());}if(_0x534957['GFKpf'](_0x20cca9,HookState[_0x2e68f8(0x1fc)])&&_0x534957[_0x2e68f8(0x275)](_0x2533e7,TestFrameworkState[_0x2e68f8(0x261)])){const _0x1dd2be=_0x3fb0df[_0x2e68f8(0x245)],_0xe12f7a=_0x3fb0df[_0x2e68f8(0x1fe)];logger[_0x2e68f8(0x260)](_0x2e68f8(0x1ec)+_0x1dd2be['id']),_0x463c54[_0x2e68f8(0x207)](this[_0x2e68f8(0x241)](_0x1dd2be['id'],_0xe12f7a,_0x1dd2be)),await this['sendLogCreatedEvent'](_0x463c54,_0x2533e7,_0x20cca9,_0x534957[_0x2e68f8(0x1ae)],_0x3fb0df);}if(CLIUtils[_0x2e68f8(0x1b5)](_0x2533e7[_0x2e68f8(0x22d)]()[_0x2e68f8(0x246)]('.')[0x1])){const _0x10e7b5=await this[_0x2e68f8(0x22f)](_0x463c54,_0x2533e7,_0x20cca9,_0x3fb0df);_0x463c54[_0x2e68f8(0x207)](_0x10e7b5);}}catch(_0x8e2895){logger[_0x2e68f8(0x1ef)](util[_0x2e68f8(0x1a7)](_0x534957[_0x2e68f8(0x286)],_0x2533e7,_0x20cca9,_0x3fb0df['length'],_0x8e2895));}_0x3fb0df[_0x2e68f8(0x236)]=_0x463c54,await this[_0x2e68f8(0x272)](_0x463c54,_0x2533e7,_0x20cca9,_0x3fb0df);}['resolveInstance'](_0x44fa5c,_0x5dd40a,_0x172832={}){const _0x141830=a73_0x2e8a47,_0x2027cd={};_0x2027cd[_0x141830(0x26a)]=function(_0x49ac5f,_0x1ad7bc){return _0x49ac5f===_0x1ad7bc;},_0x2027cd[_0x141830(0x267)]=function(_0x715c6,_0x1cf0b5){return _0x715c6===_0x1cf0b5;};const _0x550b46=_0x2027cd;let _0xadd011=null;return(_0x550b46[_0x141830(0x26a)](_0x44fa5c,TestFrameworkState[_0x141830(0x1c8)])||_0x550b46[_0x141830(0x267)](_0x44fa5c,TestFrameworkState['NONE']))&&this[_0x141830(0x208)](_0x44fa5c,_0x172832),_0xadd011=TestFramework[_0x141830(0x273)](),_0xadd011;}[a73_0x2e8a47(0x208)](_0x126755,_0x3848c4){const _0x338e70=a73_0x2e8a47,_0x69731e=CLIUtils['getCurrentInstanceName'](),_0x287d71=TrackedInstance[_0x338e70(0x24d)](_0x69731e);let _0x41f397=null;logger[_0x338e70(0x1e7)](_0x338e70(0x23d)+_0x69731e+_0x338e70(0x21c)+_0x126755),_0x41f397=new TestFrameworkInstance(_0x287d71,this['getTestFrameworks'](),this[_0x338e70(0x237)](),_0x126755,HookState[_0x338e70(0x1c4)]),TestFramework[_0x338e70(0x258)](_0x287d71,_0x41f397),logger[_0x338e70(0x1e7)](_0x338e70(0x20b)+_0x287d71[_0x338e70(0x1e3)]()+_0x338e70(0x1cf)+_0x69731e);}[a73_0x2e8a47(0x211)](_0x53e056,_0x52470d,_0x1e78dc){const _0x5a6be7=a73_0x2e8a47,_0x1c8cfc={'SxiXY':function(_0x473b8b,_0x4e3a8e){return _0x473b8b(_0x4e3a8e);},'WPppO':function(_0x3cdc17,_0x527251){return _0x3cdc17(_0x527251);},'TMNxS':function(_0x37c2bf,_0x3e891d){return _0x37c2bf(_0x3e891d);},'kyLQU':function(_0xb616c,_0x252cea){return _0xb616c(_0x252cea);},'ZwJsY':function(_0x4c950c,_0x47980c){return _0x4c950c(_0x47980c);},'NBaqV':function(_0x5b1e0c,_0x4e5f56,_0x50c45e){return _0x5b1e0c(_0x4e5f56,_0x50c45e);}},_0x257c18=_0x1c8cfc[_0x5a6be7(0x224)](getPlaywrightTestId,_0x52470d),_0x1cbb0b=_0x1c8cfc[_0x5a6be7(0x20a)](getPlaywrightTestTitle,_0x52470d),_0x4ccc90=_0x1c8cfc['WPppO'](getTestTags,_0x52470d),_0x268ec0=_0x1c8cfc[_0x5a6be7(0x1b1)](getPlaywrightTestCode,_0x52470d),_0x3dde65=_0x1c8cfc[_0x5a6be7(0x224)](getPlaywrightTestFilePath,_0x52470d),_0x16fbd4=_0x3dde65+':'+_0x1c8cfc['TMNxS'](getPlaywrightTestLocation,_0x52470d),_0x1b4747=_0x1c8cfc[_0x5a6be7(0x20a)](getPlaywrightTestScope,_0x52470d),_0xf0ea59=_0x1c8cfc[_0x5a6be7(0x259)](getPlaywrightTestScopes,_0x52470d),_0x20fec5=_0x1c8cfc[_0x5a6be7(0x1c6)](getPlaywrightSessionName,_0x52470d),_0x1d7f85=this['getTestFrameworks']()[0x0],_0x5c577b=_0x1c8cfc[_0x5a6be7(0x27a)](getTestRunIdentifier,_0x52470d,_0x1e78dc['retry']),_0x4e27f0={[TestFrameworkConstants[_0x5a6be7(0x287)]]:_0x1d7f85,[TestFrameworkConstants[_0x5a6be7(0x1ab)]]:this[_0x5a6be7(0x237)]()[_0x1d7f85],[TestFrameworkConstants[_0x5a6be7(0x25a)]]:[],[TestFrameworkConstants[_0x5a6be7(0x232)]]:{},[TestFrameworkConstants[_0x5a6be7(0x1e2)]]:{},[TestFrameworkConstants[_0x5a6be7(0x1ba)]]:_0x53e056,[TestFrameworkConstants[_0x5a6be7(0x1f9)]]:TestFrameworkConstants[_0x5a6be7(0x226)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x20fec5,[TestFrameworkConstants[_0x5a6be7(0x228)]]:_0x3dde65,[TestFrameworkConstants['KEY_TEST_ID']]:_0x257c18,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x1cbb0b,[TestFrameworkConstants[_0x5a6be7(0x220)]]:_0x16fbd4,[TestFrameworkConstants['KEY_TEST_CODE']]:_0x268ec0,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x4ccc90,[TestFrameworkConstants[_0x5a6be7(0x1f8)]]:_0x52470d[_0x5a6be7(0x24a)][0x0][_0x5a6be7(0x1f6)],[TestFrameworkConstants[_0x5a6be7(0x1a9)]]:_0x1b4747,[TestFrameworkConstants[_0x5a6be7(0x1ac)]]:_0xf0ea59,[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x1c8cfc[_0x5a6be7(0x224)](getPlaywrightCustomRerunParam,_0x52470d)};TestInfo[_0x5a6be7(0x25f)](_0x5c577b,_0x4e27f0);const _0x3b8f64={};return _0x3b8f64[_0x5c577b]=_0x4e27f0,_0x3b8f64;}[a73_0x2e8a47(0x241)](_0x42d4a9,_0x894104,_0x290da7){const _0x44f91a=a73_0x2e8a47,_0x4e23a7={'kuzts':function(_0x557c44,_0x4e962d){return _0x557c44(_0x4e962d);},'nNaew':_0x44f91a(0x1f5),'ueZDl':function(_0x2c4eb5,_0x3e46dd){return _0x2c4eb5===_0x3e46dd;},'SDuDf':function(_0x4041df,_0x432128){return _0x4041df===_0x432128;},'qTFVk':function(_0x3f9055,_0x3ce5a9){return _0x3f9055(_0x3ce5a9);},'uqUip':'No\x20reason\x20provided','BUIAm':_0x44f91a(0x278),'DczON':function(_0x32c999,_0x1e63f4,_0x5693af){return _0x32c999(_0x1e63f4,_0x5693af);},'icBAD':function(_0x47a4b6,_0x368c01){return _0x47a4b6+_0x368c01;},'fiRjz':_0x44f91a(0x1fa),'gEbFB':_0x44f91a(0x221),'RbJuN':_0x44f91a(0x253),'raeCy':_0x44f91a(0x27d),'LIBjK':_0x44f91a(0x1c2),'kBlmv':function(_0x2a3c6e,_0x59dbe6){return _0x2a3c6e||_0x59dbe6;},'IFSen':function(_0x462e49,_0xb033d4){return _0x462e49(_0xb033d4);},'DIlnd':function(_0x501f6a,_0x3ca5af){return _0x501f6a(_0x3ca5af);},'BOMmJ':function(_0x4be580,_0x926462){return _0x4be580>_0x926462;},'hltNp':function(_0xe494f5,_0x4e11b4,_0x5ef8f0){return _0xe494f5(_0x4e11b4,_0x5ef8f0);},'XKwmo':function(_0x472cde,_0x4c33de){return _0x472cde-_0x4c33de;},'weKwn':_0x44f91a(0x263),'BdNYn':function(_0x7b88d2,_0x1592b8){return _0x7b88d2(_0x1592b8);},'kRXVN':function(_0x23c09a,_0x25a226){return _0x23c09a>_0x25a226;}};logger[_0x44f91a(0x260)](_0x44f91a(0x26b)+_0x42d4a9);const _0x1b161d=_0x4e23a7[_0x44f91a(0x24e)](getTestRunIdentifier,_0x290da7,_0x894104[_0x44f91a(0x274)]),_0x26adbf=new Date(_0x894104[_0x44f91a(0x1f6)]),_0x24990c=_0x894104[_0x44f91a(0x1b6)],_0x3d3aa3=new Date(_0x4e23a7[_0x44f91a(0x1c3)](_0x26adbf['getTime'](),_0x24990c)),_0x80abec=_0x894104[_0x44f91a(0x28c)],_0x5e29e4=TestInfo[_0x44f91a(0x1ea)](_0x1b161d)[TestFrameworkConstants[_0x44f91a(0x201)]]||{};let _0x3f4edc=_0x80abec;if(_0x4e23a7['SDuDf'](_0x894104[_0x44f91a(0x28c)],_0x290da7[_0x44f91a(0x1a1)]))_0x3f4edc=_0x4e23a7['SDuDf'](_0x894104[_0x44f91a(0x28c)],_0x4e23a7[_0x44f91a(0x1b4)])?_0x4e23a7[_0x44f91a(0x1b4)]:_0x4e23a7['gEbFB'];else{(_0x4e23a7[_0x44f91a(0x202)](_0x3f4edc,_0x4e23a7[_0x44f91a(0x281)])||_0x4e23a7[_0x44f91a(0x202)](_0x3f4edc,_0x4e23a7[_0x44f91a(0x243)])||_0x4e23a7['SDuDf'](_0x3f4edc,_0x4e23a7[_0x44f91a(0x1ee)]))&&(_0x3f4edc=_0x4e23a7['RbJuN']);if(_0x4e23a7[_0x44f91a(0x202)](_0x894104['status'],_0x4e23a7[_0x44f91a(0x281)])&&_0x4e23a7[_0x44f91a(0x227)](_0x290da7[_0x44f91a(0x1a1)],_0x4e23a7[_0x44f91a(0x243)])){const _0x542ab0={};_0x542ab0[_0x44f91a(0x27f)]=_0x4e23a7['LIBjK'],_0x542ab0[_0x44f91a(0x28b)]=_0x4e23a7['LIBjK'],_0x894104['error']=_0x542ab0,_0x894104[_0x44f91a(0x1ed)]=[_0x894104[_0x44f91a(0x1ef)]];}}const {failureData:_0x5e0bcd,logs:_0x57e5f2}=_0x4e23a7[_0x44f91a(0x24e)](getFailureData,_0x894104?.[_0x44f91a(0x1ed)],{}),_0x2a85be={[TestFrameworkConstants[_0x44f91a(0x244)]]:_0x4e23a7[_0x44f91a(0x1d0)](_0x5e0bcd,null),[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]:_0x894104?.[_0x44f91a(0x1ef)]&&_0x4e23a7[_0x44f91a(0x22e)](getFailureType,_0x894104[_0x44f91a(0x1ef)][_0x44f91a(0x27f)]),[TestFrameworkConstants[_0x44f91a(0x1a8)]]:_0x894104?.[_0x44f91a(0x1ef)]&&_0x4e23a7[_0x44f91a(0x239)](removeAnsiColors,_0x894104[_0x44f91a(0x1ef)]['message']),[TestFrameworkConstants[_0x44f91a(0x257)]]:[],[TestFrameworkConstants[_0x44f91a(0x1f9)]]:_0x3f4edc,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x3d3aa3[_0x44f91a(0x252)](),[TestFrameworkConstants[_0x44f91a(0x285)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x44f91a(0x201)]]:_0x5e29e4};if(_0x894104&&_0x4e23a7[_0x44f91a(0x1c7)](_0x894104[_0x44f91a(0x274)],0x0)){const _0x59d3ce=TestInfo[_0x44f91a(0x250)](_0x4e23a7[_0x44f91a(0x1ff)](getTestRunIdentifier,_0x290da7,_0x4e23a7['XKwmo'](_0x894104[_0x44f91a(0x274)],0x1)));_0x2a85be[TestFrameworkConstants[_0x44f91a(0x1d6)]]=_0x59d3ce;}const _0xd6c521={};_0xd6c521[_0x44f91a(0x245)]=_0x290da7;const _0x2cdb67=this['resolveInstance'](TestFrameworkState[_0x44f91a(0x261)],HookState[_0x44f91a(0x1fc)],_0xd6c521),_0x247759=_0x2cdb67[_0x44f91a(0x20d)]()[_0x44f91a(0x1b2)](_0x1b161d)[TestFrameworkConstants[_0x44f91a(0x1ba)]],_0x4b06f8=[],_0x568f00=_0x4e23a7[_0x44f91a(0x1ff)](findNestedKey,_0x894104,_0x4e23a7[_0x44f91a(0x218)]);if(_0x568f00&&_0x4e23a7['BdNYn'](validateFilePath,_0x568f00))try{_0x4b06f8['push']({'kind':_0x4e23a7[_0x44f91a(0x1ad)],'timestamp':new Date()[_0x44f91a(0x252)](),'test_run_uuid':_0x247759,'file_name':path[_0x44f91a(0x21a)](_0x568f00),'file_size':fs['statSync'](_0x568f00)['size'],'attachment_type':PLAYWRIGHT_TRACE_LOGS});}catch(_0xedc156){logger['error'](_0x44f91a(0x26e)+_0x568f00+':\x20'+_0xedc156[_0x44f91a(0x27f)]);}const _0x986d90=TestInfo[_0x44f91a(0x289)](),_0x418ab8=_0x986d90[_0x44f91a(0x213)](_0x619075=>_0x619075[_0x44f91a(0x28a)]===_0x247759);_0x418ab8['forEach'](_0x1b11a4=>{const _0x50a107=_0x44f91a;if(_0x1b11a4[_0x50a107(0x1f3)]&&_0x4e23a7[_0x50a107(0x1a4)](validateFilePath,_0x1b11a4[_0x50a107(0x1f3)])&&!_0x4b06f8[_0x50a107(0x1fb)](_0x53f499=>_0x53f499[_0x50a107(0x238)]===path[_0x50a107(0x21a)](_0x1b11a4[_0x50a107(0x1f3)])))try{_0x4b06f8[_0x50a107(0x23b)]({'kind':_0x4e23a7['nNaew'],'timestamp':new Date()['toISOString'](),'test_run_uuid':_0x247759,'file_name':path[_0x50a107(0x21a)](_0x1b11a4[_0x50a107(0x1f3)]),'file_size':fs[_0x50a107(0x284)](_0x1b11a4[_0x50a107(0x1f3)])[_0x50a107(0x21d)],'attachment_type':PLAYWRIGHT_TRACE_LOGS});}catch(_0x3bb9a9){logger[_0x50a107(0x1ef)](_0x50a107(0x242)+_0x1b11a4[_0x50a107(0x1f3)]+_0x50a107(0x1ca)+_0x3bb9a9[_0x50a107(0x27f)]);}});if(_0x4e23a7[_0x44f91a(0x230)](_0x4b06f8[_0x44f91a(0x277)],0x0)){const _0x2a755d=_0x2a85be[TestFrameworkConstants['KEY_LOGS']]||[];_0x2a85be[TestFrameworkConstants[_0x44f91a(0x257)]]=[..._0x2a755d,..._0x4b06f8];}const _0x2a27d6=TestInfo[_0x44f91a(0x1ea)](_0x1b161d)[TestFrameworkConstants[_0x44f91a(0x270)]]||{},_0x17b684=_0x4e23a7['hltNp'](getManualUploadLogs,_0x2a27d6,_0x2cdb67[_0x44f91a(0x20d)]()['get'](_0x1b161d)[TestFrameworkConstants['KEY_TEST_UUID']]);if(_0x4e23a7[_0x44f91a(0x1c7)](_0x17b684[_0x44f91a(0x277)],0x0)){const _0x209a51=_0x2a85be[TestFrameworkConstants['KEY_LOGS']]||[];_0x2a85be[TestFrameworkConstants[_0x44f91a(0x257)]]=[..._0x209a51,..._0x17b684];}const _0x32ef69=_0x290da7[_0x44f91a(0x1e1)]||[],_0x5173fd=_0x2a85be[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{};_0x32ef69['forEach'](_0x450187=>{const _0x76e10e=_0x44f91a,{type:_0x12498f}=_0x450187;let _0x47cf12=_0x450187[_0x76e10e(0x233)];if(!_0x12498f)return;(_0x4e23a7[_0x76e10e(0x202)](_0x47cf12,undefined)||_0x4e23a7[_0x76e10e(0x202)](_0x47cf12,null)||_0x4e23a7[_0x76e10e(0x227)](_0x4e23a7[_0x76e10e(0x1af)](String,_0x47cf12)[_0x76e10e(0x27c)](),''))&&(_0x47cf12=_0x4e23a7[_0x76e10e(0x19e)]);if(!_0x5173fd[_0x12498f]){const _0x37eb58={};_0x37eb58[_0x76e10e(0x204)]=_0x4e23a7[_0x76e10e(0x1c1)],_0x37eb58['values']=[],_0x5173fd[_0x12498f]=_0x37eb58;}else!_0x5173fd[_0x12498f][_0x76e10e(0x204)]&&(_0x5173fd[_0x12498f]['field_type']=_0x4e23a7[_0x76e10e(0x1c1)]),!Array['isArray'](_0x5173fd[_0x12498f][_0x76e10e(0x19f)])&&(_0x5173fd[_0x12498f][_0x76e10e(0x19f)]=[]);const _0x4cff81=_0x4e23a7[_0x76e10e(0x1a4)](String,_0x47cf12)['split'](',')[_0x76e10e(0x25c)](_0x211067=>_0x211067['trim']());_0x5173fd[_0x12498f]['values']=[...new Set([..._0x5173fd[_0x12498f][_0x76e10e(0x19f)],..._0x4cff81])];}),_0x2a85be[TestFrameworkConstants[_0x44f91a(0x201)]]=_0x5173fd,TestInfo[_0x44f91a(0x25f)](_0x1b161d,_0x2a85be);const _0x4f71cf={};return _0x4f71cf[_0x1b161d]=_0x2a85be,_0x4f71cf;}async[a73_0x2e8a47(0x22f)](_0x7bbc9b,_0x55df5f,_0x3be6d6,_0x3b310b){const _0xcea06e=a73_0x2e8a47,_0x4eb789={'jjVbC':function(_0x41f492,_0x29f71f,_0x294b2a){return _0x41f492(_0x29f71f,_0x294b2a);},'qYwQL':function(_0x524548,_0x2c8ea1){return _0x524548 in _0x2c8ea1;},'JkDIw':function(_0x295314,_0x3ee7ba){return _0x295314(_0x3ee7ba);},'VIoLW':function(_0x42d426,_0x2a96f7){return _0x42d426(_0x2a96f7);},'UHGFB':function(_0x16094d,_0x2590ed){return _0x16094d===_0x2590ed;},'jqhLa':function(_0x3f1204){return _0x3f1204();},'aIEVt':function(_0x418b6b,_0x3ee819){return _0x418b6b===_0x3ee819;},'dhrkB':function(_0x117492,_0x4fcf5f){return _0x117492>_0x4fcf5f;},'LfZTR':function(_0x2a2b32,_0x5d55ad,_0x33d724){return _0x2a2b32(_0x5d55ad,_0x33d724);},'IzXSv':'err','RQLIz':'failed','ZkrtX':'passed','wTXcR':function(_0x54955a,_0x12884e){return _0x54955a!==_0x12884e;},'zrOqL':function(_0x27f6e5,_0x177c27){return _0x27f6e5+_0x177c27;},'HCJtV':_0xcea06e(0x206)},_0x6f4948=_0x3b310b['test'],_0x5c2b30=_0x3b310b[_0xcea06e(0x22b)],_0x537b42=_0x4eb789[_0xcea06e(0x23f)](getTestRunIdentifier,_0x6f4948,_0x3b310b[_0xcea06e(0x1fe)][_0xcea06e(0x274)]),_0x370476=_0x55df5f['toString']()[_0xcea06e(0x246)]('.')[0x1];let _0x3df2ab=_0x7bbc9b[_0xcea06e(0x20d)]()[_0xcea06e(0x1b2)](_0x537b42)[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x3df2ab&&(_0x3df2ab={});!_0x4eb789[_0xcea06e(0x240)](_0x370476,_0x3df2ab)&&(_0x3df2ab[_0x370476]=[]);let _0x118d85=_0x7bbc9b['getAllData']()['get'](_0x537b42)[TestFrameworkConstants[_0xcea06e(0x232)]];!_0x118d85&&(_0x118d85={});!_0x4eb789['qYwQL'](_0x370476,_0x118d85)&&(_0x118d85[_0x370476]=[]);const _0x18bd61={[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x3df2ab,[TestFrameworkConstants[_0xcea06e(0x232)]]:_0x118d85},_0x33a6f5={};_0x33a6f5[_0x537b42]=_0x18bd61;const _0xbd69ba=_0x33a6f5,_0x1e3079=_0x4eb789[_0xcea06e(0x266)](getPlaywrightTestFilePath,_0x6f4948),_0x27fe9e=_0x1e3079+':'+_0x4eb789[_0xcea06e(0x1c9)](getPlaywrightTestLocation,_0x6f4948),_0x52fb73=TestInfo['getTestDetails'](_0x537b42)[TestFrameworkConstants[_0xcea06e(0x201)]]||{};if(_0x4eb789[_0xcea06e(0x276)](_0x3be6d6,HookState[_0xcea06e(0x27e)])){const _0x4dad47={'key':_0x370476,[TestFrameworkConstants[_0xcea06e(0x1df)]]:_0x4eb789[_0xcea06e(0x219)](uuidv4),[TestFrameworkConstants[_0xcea06e(0x288)]]:TestFrameworkConstants[_0xcea06e(0x280)],[TestFrameworkConstants[_0xcea06e(0x1a6)]]:_0x5c2b30[_0xcea06e(0x1f6)],[TestFrameworkConstants[_0xcea06e(0x1e6)]]:[],[TestFrameworkConstants[_0xcea06e(0x1d2)]]:_0x5c2b30[_0xcea06e(0x271)],[TestFrameworkConstants[_0xcea06e(0x228)]]:_0x1e3079,[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x27fe9e,[TestFrameworkConstants[_0xcea06e(0x201)]]:_0x52fb73};_0x3df2ab[_0x370476][_0xcea06e(0x23b)](_0x4dad47),_0xbd69ba[_0x537b42][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0x370476,logger[_0xcea06e(0x260)](_0xcea06e(0x20f)+_0x370476+_0xcea06e(0x1db)+_0x4dad47+_0xcea06e(0x216)+_0x3b310b);}else{if(_0x4eb789['aIEVt'](_0x3be6d6,HookState[_0xcea06e(0x1fc)])){const _0x55f622=await _0x3b310b[_0xcea06e(0x1fe)],_0x2d29c3=_0x3df2ab[_0x370476]||[],_0x1ab1cf=_0x3b310b[_0xcea06e(0x22b)];logger[_0xcea06e(0x260)]('Hook\x20List\x20in\x20Post\x20'+_0x2d29c3+'\x20and\x20args\x20=\x20'+_0x3b310b);if(_0x4eb789[_0xcea06e(0x1a5)](_0x2d29c3[_0xcea06e(0x277)],0x0)){const _0x4687cd=_0x2d29c3[_0xcea06e(0x1fd)]();if(_0x1ab1cf[_0xcea06e(0x1ef)]){const _0x50435c=_0x4eb789['LfZTR'](failureData,_0x1ab1cf[_0xcea06e(0x1ef)],_0x4eb789[_0xcea06e(0x1d3)]);_0x4687cd[TestFrameworkConstants[_0xcea06e(0x265)]]=_0x4eb789['JkDIw'](getFailureType,_0x1ab1cf?.[_0xcea06e(0x1ef)][_0xcea06e(0x27f)]),_0x4687cd[TestFrameworkConstants[_0xcea06e(0x254)]]=_0x4eb789[_0xcea06e(0x1c9)](removeAnsiColors,_0x1ab1cf?.[_0xcea06e(0x1ef)]['message']),_0x4687cd[TestFrameworkConstants[_0xcea06e(0x288)]]=_0x4eb789[_0xcea06e(0x1bd)],_0x4687cd[TestFrameworkConstants[_0xcea06e(0x26f)]]=_0x50435c;}else _0x4687cd[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x4eb789['ZkrtX'];_0x4eb789[_0xcea06e(0x23c)](_0x55f622,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x4687cd[TestFrameworkConstants[_0xcea06e(0x288)]]=!_0x1ab1cf[_0xcea06e(0x1ef)]?_0x4eb789[_0xcea06e(0x214)]:_0x4eb789[_0xcea06e(0x1bd)]);const _0x267a86=new Date(_0x1ab1cf[_0xcea06e(0x1f6)]),_0x5eac6d=new Date(_0x4eb789[_0xcea06e(0x21b)](_0x267a86['getTime'](),_0x1ab1cf[_0xcea06e(0x1b6)]));_0x4687cd[TestFrameworkConstants[_0xcea06e(0x1f1)]]=_0x5eac6d['toISOString'](),_0x4687cd[TestFrameworkConstants[_0xcea06e(0x201)]]=_0x52fb73;const _0x2ea370=_0x4687cd[TestFrameworkConstants[_0xcea06e(0x1df)]];await this[_0xcea06e(0x203)](_0x7bbc9b,_0x55df5f,_0x2ea370,_0x4eb789[_0xcea06e(0x217)],_0x3b310b),!_0x118d85[_0x370476]&&(_0x118d85[_0x370476]=[]),_0x118d85[_0x370476][_0xcea06e(0x23b)](_0x4687cd),_0xbd69ba[_0x537b42][TestFrameworkConstants[_0xcea06e(0x264)]]=_0x370476;}}}return _0xbd69ba;}async[a73_0x2e8a47(0x203)](_0x1e64d1,_0x3e4e3a,_0x14c2dc,_0xaa7f7e,_0x1c9735){const _0x5eb168=a73_0x2e8a47,_0x165005={'CTIIi':function(_0xa8f04c,_0x54c239){return _0xa8f04c===_0x54c239;},'YIHPj':_0x5eb168(0x245),'xMFwQ':function(_0x4042e1,_0x24dbd0,_0x3d412c){return _0x4042e1(_0x24dbd0,_0x3d412c);},'DDmOY':_0x5eb168(0x1bf),'WVBUX':function(_0x5582c0,_0x4d63c4,_0x5ba1be,_0x477c34){return _0x5582c0(_0x4d63c4,_0x5ba1be,_0x477c34);},'DNpXD':function(_0xf63b6e,_0x122bb1,_0x46c65c){return _0xf63b6e(_0x122bb1,_0x46c65c);},'orith':function(_0x45612e,_0x422a44,_0x195c97){return _0x45612e(_0x422a44,_0x195c97);},'ivITF':function(_0x54dcab,_0x265048,_0x4dcd30){return _0x54dcab(_0x265048,_0x4dcd30);},'lgyaU':function(_0x25abe1,_0x44ac79){return _0x25abe1/_0x44ac79;},'GrPos':function(_0x375971,_0x3411da){return _0x375971<_0x3411da;},'StTMB':function(_0x47120b,_0x435f1b){return _0x47120b*_0x435f1b;},'tMJdT':function(_0x98aee5,_0x4e43aa){return _0x98aee5+_0x4e43aa;},'TIsHU':function(_0x55a142,_0x1bff92,_0x474500,_0x441b4e,_0x3c6220){return _0x55a142(_0x1bff92,_0x474500,_0x441b4e,_0x3c6220);},'AUTlF':function(_0x5c26b7,_0x3feea7){return _0x5c26b7+_0x3feea7;},'THDsW':function(_0x1ba1ea,_0x4f2623,_0x1c7824,_0x33fe90){return _0x1ba1ea(_0x4f2623,_0x1c7824,_0x33fe90);},'VvUdf':_0x5eb168(0x206)};try{if(_0x165005[_0x5eb168(0x1de)](_0xaa7f7e,_0x165005[_0x5eb168(0x19d)])){const _0xefdfc9=await _0x1c9735[_0x5eb168(0x1fe)],_0x151b63=_0x165005[_0x5eb168(0x1d4)](getTestRunIdentifier,_0x1c9735[_0x5eb168(0x245)],_0x1c9735[_0x5eb168(0x1fe)][_0x5eb168(0x274)]),_0x3aea96=_0x1c9735[_0x5eb168(0x245)];logger[_0x5eb168(0x260)](_0x5eb168(0x1a3)+_0x151b63+_0x5eb168(0x23e)+util[_0x5eb168(0x26d)](_0xefdfc9));const _0x20c097=_0x1e64d1[_0x5eb168(0x20d)]()[_0x5eb168(0x1b2)](_0x151b63)[TestFrameworkConstants[_0x5eb168(0x1ba)]];await _0x165005[_0x5eb168(0x1d4)](sendTraceZip,_0xefdfc9,_0x20c097);const _0x57a27f=TestInfo[_0x5eb168(0x1ea)](_0x151b63)[_0x165005[_0x5eb168(0x1e4)]],_0x41d071={};if(_0x57a27f){!_0xefdfc9['attachments']&&(_0xefdfc9[_0x5eb168(0x1bf)]=[]);_0x41d071[_0x5eb168(0x1bf)]=_0xefdfc9[_0x5eb168(0x1bf)][_0x5eb168(0x282)](_0x57a27f||[]);const _0x59a89c=TestInfo[_0x5eb168(0x1ea)](_0x151b63);delete _0x59a89c[_0x165005[_0x5eb168(0x1e4)]],TestInfo[_0x5eb168(0x25f)](_0x151b63,_0x59a89c);}const {steps:_0x174744,logs:_0x1e2365}=_0x165005[_0x5eb168(0x26c)](getStepsAndLogs,_0xefdfc9['steps'],_0x1e64d1['getAllData']()['get'](_0x151b63)[TestFrameworkConstants[_0x5eb168(0x1ba)]],_0x165005[_0x5eb168(0x19d)]),_0x13e01c=_0x165005[_0x5eb168(0x1bb)](getScreenshots,_0x41d071,_0x1e64d1[_0x5eb168(0x20d)]()[_0x5eb168(0x1b2)](_0x151b63)[TestFrameworkConstants['KEY_TEST_UUID']]),_0x1208d1=_0x165005[_0x5eb168(0x1d4)](getVideos,_0xefdfc9,_0x1e64d1['getAllData']()[_0x5eb168(0x1b2)](_0x151b63)[TestFrameworkConstants[_0x5eb168(0x1ba)]]),{_:_0x4940cb,logs:_0x27e24a}=_0x165005['orith'](getFailureData,_0xefdfc9[_0x5eb168(0x1ed)],{'test_run_uuid':_0x1e64d1['getAllData']()['get'](_0x151b63)[TestFrameworkConstants[_0x5eb168(0x1ba)]]}),_0x1f953d=TestInfo['getTestDetails'](_0x151b63)[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x4a4fad=_0x165005[_0x5eb168(0x22c)](getMediaArtifactsLogs,_0x1f953d,_0x1e64d1[_0x5eb168(0x20d)]()[_0x5eb168(0x1b2)](_0x151b63)[TestFrameworkConstants[_0x5eb168(0x1ba)]]),_0x5b0bed=_0x1e64d1['getAllData']()[_0x5eb168(0x1b2)](_0x151b63),{[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0xe864cd='',[TestFrameworkConstants[_0x5eb168(0x1ab)]]:_0x30bac6=''}=_0x5b0bed,_0x32c0fb=(_0x1e2365||[])[_0x5eb168(0x282)](_0x13e01c||[])[_0x5eb168(0x282)](_0x27e24a||[])[_0x5eb168(0x282)](_0x1208d1||[])[_0x5eb168(0x282)](_0x4a4fad||[]),_0x2fc641=0x28,_0x3e9738=Math['ceil'](_0x165005['lgyaU'](_0x32c0fb[_0x5eb168(0x277)],_0x2fc641));for(let _0x167ade=0x0;_0x165005[_0x5eb168(0x1d8)](_0x167ade,_0x3e9738);_0x167ade++){const _0x1cf4fe=_0x165005[_0x5eb168(0x25d)](_0x167ade,_0x2fc641),_0x17600c=_0x165005['tMJdT'](_0x1cf4fe,_0x2fc641),_0x1b0d3f=_0x32c0fb[_0x5eb168(0x1d7)](_0x1cf4fe,_0x17600c),_0x4dd567={'platformIndex':'0','logs':_0x1b0d3f,'testFrameworkName':_0xe864cd,'testFrameworkVersion':_0x30bac6,'testFrameworkState':_0x3e4e3a[_0x5eb168(0x22d)]()['split']('.')[0x1]};_0x165005[_0x5eb168(0x215)](updatePayloadForTraceLogs,_0x4dd567,_0x1c9735,_0x151b63,_0x1e64d1),logger[_0x5eb168(0x260)](_0x5eb168(0x200)+_0x151b63+_0x5eb168(0x1b3)+_0x165005['AUTlF'](_0x167ade,0x1)+'/'+_0x3e9738+_0x5eb168(0x279)+util[_0x5eb168(0x26d)](_0x4dd567));const _0x2130e4=await GrpcClient['getInstance']()['logCreatedEvent'](_0x4dd567);logger[_0x5eb168(0x260)]('sendLogCreatedEvent\x20for\x20testId:\x20'+_0x151b63+_0x5eb168(0x1b3)+_0x165005[_0x5eb168(0x256)](_0x167ade,0x1)+'/'+_0x3e9738+_0x5eb168(0x27b)+util[_0x5eb168(0x26d)](_0x2130e4));}}else{const {steps:_0xb5a3e5,logs:_0x4405c8}=_0x165005[_0x5eb168(0x24f)](getStepsAndLogs,_0x1c9735[_0x5eb168(0x22b)]['steps'],_0x14c2dc,_0x165005[_0x5eb168(0x1b9)]),_0x5855c4=_0x165005[_0x5eb168(0x22c)](getTestRunIdentifier,_0x1c9735[_0x5eb168(0x245)],_0x1c9735['result'][_0x5eb168(0x274)]);logger[_0x5eb168(0x260)]('sendLogCreatedEvent:\x20testId='+_0x5855c4);const _0x1f2d12=_0x1e64d1['getAllData']()[_0x5eb168(0x1b2)](_0x5855c4),{[TestFrameworkConstants[_0x5eb168(0x287)]]:_0x40dbb6='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x182e5b=''}=_0x1f2d12,_0x1520bd={'platformIndex':'0','logs':_0x4405c8,'testFrameworkName':_0x40dbb6,'testFrameworkVersion':_0x182e5b,'testFrameworkState':_0x3e4e3a['toString']()[_0x5eb168(0x246)]('.')[0x1]};_0x165005[_0x5eb168(0x215)](updatePayloadForTraceLogs,_0x1520bd,_0x1c9735,_0x5855c4,_0x1e64d1),logger[_0x5eb168(0x260)](_0x5eb168(0x200)+_0x5855c4+_0x5eb168(0x279)+util['inspect'](_0x1520bd));const _0x3e5642=await GrpcClient[_0x5eb168(0x210)]()['logCreatedEvent'](_0x1520bd);}}catch(_0xcdf22f){logger[_0x5eb168(0x1ef)]('Error\x20in\x20sendLogCreatedEvent:\x20'+util[_0x5eb168(0x1a7)](_0xcdf22f));}}[a73_0x2e8a47(0x1c5)](_0x3bc8ad){const _0x26941f=a73_0x2e8a47,_0x1ac4c3={'efabm':function(_0x282504,_0x6a2dee,_0x72e303){return _0x282504(_0x6a2dee,_0x72e303);},'flwZK':_0x26941f(0x1dc)};try{const _0x17e081=_0x3bc8ad['test']['id'],_0x27b5f9=_0x1ac4c3[_0x26941f(0x1c0)](getTestRunIdentifier,_0x3bc8ad[_0x26941f(0x245)],_0x3bc8ad['result'][_0x26941f(0x274)]),_0x3fcbe9=_0x3bc8ad[_0x26941f(0x236)],_0x4864f3=_0x3fcbe9['getContext'](),_0x526f44=_0x3fcbe9['getAllData']()[_0x26941f(0x1b2)](_0x27b5f9);logger['debug'](_0x26941f(0x212)+_0x17e081);const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x5d75aa='',[TestFrameworkConstants[_0x26941f(0x1ab)]]:_0x15ddd='',[TestFrameworkConstants[_0x26941f(0x1f8)]]:_0x489855='',[TestFrameworkConstants[_0x26941f(0x1ce)]]:_0x30375b=''}=_0x526f44,_0x11d21e=_0x3fcbe9[_0x26941f(0x20c)]()['toString']()['split']('.')[0x1],_0x595f37=_0x3fcbe9[_0x26941f(0x249)]()['toString']()['split']('.')[0x1],_0x5f5c09=global?.[_0x26941f(0x1aa)]?.['workerInfo']?.['parallelIndex'],_0x3bfa31=_0x3fcbe9['getRef'](),_0x13155=Buffer['from'](JSON[_0x26941f(0x1d9)](_0x526f44))['toString'](_0x1ac4c3['flwZK']),_0x1220e0={'hash':_0x4864f3[_0x26941f(0x1e3)](),'threadId':_0x4864f3['getThreadId']()['toString'](),'processId':_0x4864f3['getProcessId']()[_0x26941f(0x22d)]()},_0x364c50={};_0x364c50[_0x26941f(0x251)]=_0x5f5c09,_0x364c50[_0x26941f(0x1e0)]=_0x5d75aa,_0x364c50[_0x26941f(0x1da)]=_0x15ddd,_0x364c50['testFrameworkState']=_0x11d21e,_0x364c50[_0x26941f(0x262)]=_0x595f37,_0x364c50[_0x26941f(0x235)]=_0x489855,_0x364c50[_0x26941f(0x268)]=_0x30375b,_0x364c50[_0x26941f(0x21e)]=_0x3bfa31,_0x364c50[_0x26941f(0x231)]=_0x13155,_0x364c50['executionContext']=_0x1220e0;const _0x209e92=_0x364c50;return logger['debug'](_0x26941f(0x1b7)+_0x17e081+_0x26941f(0x229)+_0x11d21e+_0x26941f(0x1e5)+_0x595f37),_0x209e92;}catch(_0x2ca55f){return logger['error'](_0x26941f(0x25b)+util['format'](_0x2ca55f)),{};}}}module['exports']=PlaywrightTestFramework;
1
+ const a73_0x338d76=a73_0xd277;(function(_0x26926c,_0x4a4a59){const _0x5ae896=a73_0xd277,_0x107c7b=_0x26926c();while(!![]){try{const _0x1a06a4=parseInt(_0x5ae896(0x210))/0x1+-parseInt(_0x5ae896(0x184))/0x2*(-parseInt(_0x5ae896(0x21f))/0x3)+-parseInt(_0x5ae896(0x13c))/0x4+-parseInt(_0x5ae896(0x1bc))/0x5*(parseInt(_0x5ae896(0x14a))/0x6)+-parseInt(_0x5ae896(0x182))/0x7*(-parseInt(_0x5ae896(0x1e7))/0x8)+parseInt(_0x5ae896(0x15f))/0x9*(-parseInt(_0x5ae896(0x1df))/0xa)+-parseInt(_0x5ae896(0x1f3))/0xb;if(_0x1a06a4===_0x4a4a59)break;else _0x107c7b['push'](_0x107c7b['shift']());}catch(_0x2859b0){_0x107c7b['push'](_0x107c7b['shift']());}}}(a73_0x2856,0x56df5));const TestFramework=require('./testFramework'),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a73_0x338d76(0x140)),{createClassLogger}=require(a73_0x338d76(0x1ed)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a73_0x338d76(0x1c9)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a73_0x338d76(0x1c3)),logger=createClassLogger(a73_0x338d76(0x202)),{v4:uuidv4}=require(a73_0x338d76(0x1ec)),util=require(a73_0x338d76(0x1b4)),{getPlaywrightSessionName,getPlaywrightTestFilePath,getPlaywrightTestId,getPlaywrightTestTitle,getPlaywrightTestLocation,getPlaywrightTestTags,getPlaywrightTestCode,getPlaywrightTestScope,getPlaywrightTestScopes,getStepsAndLogs,getScreenshots,getVideos,getPlaywrightCustomRerunParam,getMediaArtifactsLogs,getManualUploadLogs,updatePayloadForTraceLogs}=require(a73_0x338d76(0x170)),TestInfo=require(a73_0x338d76(0x180)),GrpcClient=require(a73_0x338d76(0x217)),{removeAnsiColors,getFailureType,failureData}=require('../../../helpers/test-observability/utils'),{getFailureData,getTestTags,getTestRunIdentifier}=require(a73_0x338d76(0x1bb)),{findNestedKey,sendTraceZip,validateFilePath}=require('../../playwright/reporter/pwUtils'),path=require(a73_0x338d76(0x178)),fs=require('fs'),helper=require(a73_0x338d76(0x1f1)),{PLAYWRIGHT_TRACE_LOGS}=require(a73_0x338d76(0x1d6));class PlaywrightTestFramework extends TestFramework{constructor(_0x2373d8,_0x506592,_0x5c9cb2){super(_0x2373d8,_0x506592,_0x5c9cb2);}async[a73_0x338d76(0x1b3)](_0x8ef54f,_0x3b769f,_0x51ab53={}){const _0x11482f=a73_0x338d76,_0x69e64e={'YGdlk':function(_0x223cd5,_0x15e8a2){return _0x223cd5===_0x15e8a2;},'CkdHQ':function(_0x10154d,_0x26c812){return _0x10154d===_0x26c812;},'ZXbLn':function(_0x2f0289,_0x53b569,_0x400627){return _0x2f0289(_0x53b569,_0x400627);},'GHUIE':function(_0x11adca,_0x47e586){return _0x11adca===_0x47e586;},'tMiKG':'test','Akykv':_0x11482f(0x17d)};super['trackEvent'](_0x8ef54f,_0x3b769f,_0x51ab53);if(_0x69e64e[_0x11482f(0x227)](_0x8ef54f,TestFrameworkState[_0x11482f(0x17e)])){const _0x136d3b=TestInfo[_0x11482f(0x1cd)](_0x51ab53[_0x11482f(0x167)],_0x51ab53[_0x11482f(0x167)][_0x11482f(0x206)]);TestInfo[_0x11482f(0x183)](_0x136d3b,_0x51ab53[_0x11482f(0x1a5)],!![]);}const _0x5b037b=this[_0x11482f(0x156)](_0x8ef54f,_0x3b769f,_0x51ab53);if(!_0x5b037b)return;logger['debug'](_0x11482f(0x207)+_0x8ef54f+_0x11482f(0x1ee)+_0x3b769f+_0x11482f(0x151)+_0x5b037b[_0x11482f(0x17c)]());try{if(_0x69e64e[_0x11482f(0x227)](_0x3b769f,HookState[_0x11482f(0x143)])&&_0x69e64e[_0x11482f(0x224)](_0x8ef54f,TestFrameworkState[_0x11482f(0x1e4)])){const _0x3a635c=_0x51ab53['test'];logger[_0x11482f(0x141)](_0x11482f(0x214)+_0x3a635c['id']+'}');const _0x2f8069=TestInfo['getTestUUID'](_0x69e64e[_0x11482f(0x162)](getTestRunIdentifier,_0x3a635c,_0x51ab53[_0x11482f(0x1a5)][_0x11482f(0x206)]));_0x5b037b[_0x11482f(0x1c6)](this['parsePlaywrightTest'](_0x2f8069,_0x3a635c,_0x51ab53[_0x11482f(0x1a5)])),logger[_0x11482f(0x141)](_0x11482f(0x160)+_0x3a635c['id']+',\x20testFrameworkState='+_0x8ef54f+_0x11482f(0x216)+_0x3b769f+_0x11482f(0x19f)+_0x5b037b[_0x11482f(0x17c)]());}if(_0x69e64e[_0x11482f(0x227)](_0x3b769f,HookState[_0x11482f(0x16e)])&&_0x69e64e[_0x11482f(0x173)](_0x8ef54f,TestFrameworkState[_0x11482f(0x1e4)])){const _0x44383c=_0x51ab53['test'],_0x560ddb=_0x51ab53[_0x11482f(0x1a5)];logger['debug'](_0x11482f(0x1bd)+_0x44383c['id']),_0x5b037b['addMultipleEntries'](this[_0x11482f(0x193)](_0x44383c['id'],_0x560ddb,_0x44383c)),await this['sendLogCreatedEvent'](_0x5b037b,_0x8ef54f,_0x3b769f,_0x69e64e[_0x11482f(0x19c)],_0x51ab53);}if(CLIUtils[_0x11482f(0x1aa)](_0x8ef54f[_0x11482f(0x1a2)]()[_0x11482f(0x147)]('.')[0x1])){const _0x33cd33=await this['trackHookEvent'](_0x5b037b,_0x8ef54f,_0x3b769f,_0x51ab53);_0x5b037b[_0x11482f(0x1c6)](_0x33cd33);}}catch(_0x905aad){logger[_0x11482f(0x153)](util[_0x11482f(0x204)](_0x69e64e[_0x11482f(0x20b)],_0x8ef54f,_0x3b769f,_0x51ab53['length'],_0x905aad));}_0x51ab53[_0x11482f(0x1c1)]=_0x5b037b,await this['runHooks'](_0x5b037b,_0x8ef54f,_0x3b769f,_0x51ab53);}[a73_0x338d76(0x156)](_0x49eab5,_0x1169a0,_0x1000c8={}){const _0x2eb5d1=a73_0x338d76,_0x4d52a5={};_0x4d52a5[_0x2eb5d1(0x19d)]=function(_0x1b4e91,_0x56dbcf){return _0x1b4e91===_0x56dbcf;},_0x4d52a5['NfjjQ']=function(_0x53aa4f,_0x169f02){return _0x53aa4f===_0x169f02;};const _0x1ca970=_0x4d52a5;let _0x396c12=null;return(_0x1ca970['egILG'](_0x49eab5,TestFrameworkState[_0x2eb5d1(0x1d5)])||_0x1ca970[_0x2eb5d1(0x174)](_0x49eab5,TestFrameworkState[_0x2eb5d1(0x1c5)]))&&this[_0x2eb5d1(0x1dd)](_0x49eab5,_0x1000c8),_0x396c12=TestFramework[_0x2eb5d1(0x18f)](),_0x396c12;}[a73_0x338d76(0x1dd)](_0x16b74a,_0x4777fe){const _0x3fa7a6=a73_0x338d76,_0x542fe6=CLIUtils[_0x3fa7a6(0x1bf)](),_0x2aa1bc=TrackedInstance['createContext'](_0x542fe6);let _0x58b76f=null;logger['info'](_0x3fa7a6(0x21a)+_0x542fe6+_0x3fa7a6(0x1d4)+_0x16b74a),_0x58b76f=new TestFrameworkInstance(_0x2aa1bc,this['getTestFrameworks'](),this['getTestFrameworksVersions'](),_0x16b74a,HookState['NONE']),TestFramework[_0x3fa7a6(0x1a4)](_0x2aa1bc,_0x58b76f),logger[_0x3fa7a6(0x164)](_0x3fa7a6(0x1e2)+_0x2aa1bc[_0x3fa7a6(0x1d2)]()+'\x20target='+_0x542fe6);}[a73_0x338d76(0x13d)](_0x4065a6,_0x1a50e6,_0x294d6d){const _0x37135c=a73_0x338d76,_0x13053c={'KMKWY':function(_0x55616e,_0x438d47){return _0x55616e(_0x438d47);},'XmTmo':function(_0x182c68,_0x3f6b5f){return _0x182c68(_0x3f6b5f);},'mIHZb':function(_0x4e1c19,_0x4a9476){return _0x4e1c19(_0x4a9476);},'ZttLJ':function(_0x1d7957,_0x251560){return _0x1d7957(_0x251560);},'IIKst':function(_0x406bb1,_0x2071d6,_0x2f2249){return _0x406bb1(_0x2071d6,_0x2f2249);}},_0x166c16=_0x13053c[_0x37135c(0x218)](getPlaywrightTestId,_0x1a50e6),_0x284be7=_0x13053c[_0x37135c(0x218)](getPlaywrightTestTitle,_0x1a50e6),_0x2a3fd6=_0x13053c[_0x37135c(0x218)](getTestTags,_0x1a50e6),_0x5275ff=_0x13053c['XmTmo'](getPlaywrightTestCode,_0x1a50e6),_0x2042bb=_0x13053c[_0x37135c(0x172)](getPlaywrightTestFilePath,_0x1a50e6),_0x10709f=_0x2042bb+':'+_0x13053c[_0x37135c(0x22a)](getPlaywrightTestLocation,_0x1a50e6),_0x232cc7=_0x13053c[_0x37135c(0x22a)](getPlaywrightTestScope,_0x1a50e6),_0x3faa87=_0x13053c[_0x37135c(0x172)](getPlaywrightTestScopes,_0x1a50e6),_0x4c37fa=_0x13053c[_0x37135c(0x21d)](getPlaywrightSessionName,_0x1a50e6),_0x33c961=this[_0x37135c(0x16b)]()[0x0],_0x535e5c=_0x13053c[_0x37135c(0x15a)](getTestRunIdentifier,_0x1a50e6,_0x294d6d[_0x37135c(0x206)]),_0x1c5262={[TestFrameworkConstants[_0x37135c(0x1e0)]]:_0x33c961,[TestFrameworkConstants[_0x37135c(0x16d)]]:this[_0x37135c(0x219)]()[_0x33c961],[TestFrameworkConstants[_0x37135c(0x1af)]]:[],[TestFrameworkConstants[_0x37135c(0x15b)]]:{},[TestFrameworkConstants[_0x37135c(0x1ba)]]:{},[TestFrameworkConstants[_0x37135c(0x1f2)]]:_0x4065a6,[TestFrameworkConstants[_0x37135c(0x1ff)]]:TestFrameworkConstants[_0x37135c(0x15d)],[TestFrameworkConstants[_0x37135c(0x169)]]:_0x4c37fa,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x2042bb,[TestFrameworkConstants[_0x37135c(0x190)]]:_0x166c16,[TestFrameworkConstants[_0x37135c(0x199)]]:_0x284be7,[TestFrameworkConstants[_0x37135c(0x18b)]]:_0x10709f,[TestFrameworkConstants['KEY_TEST_CODE']]:_0x5275ff,[TestFrameworkConstants[_0x37135c(0x1e5)]]:_0x2a3fd6,[TestFrameworkConstants[_0x37135c(0x1e9)]]:_0x1a50e6['results'][0x0][_0x37135c(0x19e)],[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x232cc7,[TestFrameworkConstants[_0x37135c(0x1b8)]]:_0x3faa87,[TestFrameworkConstants[_0x37135c(0x13e)]]:_0x13053c[_0x37135c(0x172)](getPlaywrightCustomRerunParam,_0x1a50e6)};TestInfo[_0x37135c(0x183)](_0x535e5c,_0x1c5262);const _0x162dc0={};return _0x162dc0[_0x535e5c]=_0x1c5262,_0x162dc0;}[a73_0x338d76(0x193)](_0x2fcb74,_0x4469a7,_0x15d8fb){const _0x50a661=a73_0x338d76,_0x10ce9a={'huqQM':function(_0xecf29c,_0x4ac58d){return _0xecf29c(_0x4ac58d);},'RiuzX':_0x50a661(0x159),'yHWMc':function(_0x1d42a7,_0x4fb456){return _0x1d42a7===_0x4fb456;},'AFxln':'No\x20reason\x20provided','xXrGx':_0x50a661(0x1e6),'qXerS':function(_0x5e4ac6,_0x30ec99){return _0x5e4ac6(_0x30ec99);},'mIVJi':function(_0x48d508,_0x2f485e,_0x903986){return _0x48d508(_0x2f485e,_0x903986);},'rLqmh':function(_0x437540,_0x26714b){return _0x437540+_0x26714b;},'XILet':function(_0x2d21c8,_0x2c39c5){return _0x2d21c8===_0x2c39c5;},'RfGVF':function(_0x2e6ec1,_0x477172){return _0x2e6ec1===_0x477172;},'BRGgK':'skipped','BYFbL':_0x50a661(0x1e8),'grNng':_0x50a661(0x18a),'izwny':function(_0x2f9cf9,_0x432587){return _0x2f9cf9===_0x432587;},'OaYKU':'timedOut','gaXSo':'Expected\x20to\x20fail,\x20but\x20passed.','aECLI':function(_0x2fc24e,_0x161622,_0x269b91){return _0x2fc24e(_0x161622,_0x269b91);},'OFboz':function(_0x53ea33,_0x3d28d9){return _0x53ea33||_0x3d28d9;},'cCUMl':function(_0x13c8bd,_0x20733f){return _0x13c8bd>_0x20733f;},'McmoH':function(_0x2bf63e,_0x32e081){return _0x2bf63e-_0x32e081;},'EQFxL':_0x50a661(0x178),'EnKlm':function(_0x554455,_0x598106){return _0x554455(_0x598106);},'wZdFS':function(_0x2972c4,_0x51c5e9){return _0x2972c4>_0x51c5e9;},'vitCM':function(_0x264dac,_0x4a38c5,_0x2431a5){return _0x264dac(_0x4a38c5,_0x2431a5);}};logger[_0x50a661(0x141)](_0x50a661(0x20e)+_0x2fcb74);const _0x3627a8=_0x10ce9a[_0x50a661(0x171)](getTestRunIdentifier,_0x15d8fb,_0x4469a7[_0x50a661(0x206)]),_0x3fe02e=new Date(_0x4469a7[_0x50a661(0x19e)]),_0x38f741=_0x4469a7[_0x50a661(0x225)],_0x1513a4=new Date(_0x10ce9a[_0x50a661(0x177)](_0x3fe02e[_0x50a661(0x229)](),_0x38f741)),_0x1781e5=_0x4469a7[_0x50a661(0x200)],_0x31c9f0=TestInfo[_0x50a661(0x142)](_0x3627a8)[TestFrameworkConstants[_0x50a661(0x1a6)]]||{};let _0x4dee34=_0x1781e5;if(_0x10ce9a['XILet'](_0x4469a7[_0x50a661(0x200)],_0x15d8fb[_0x50a661(0x1a8)]))_0x4dee34=_0x10ce9a[_0x50a661(0x22e)](_0x4469a7[_0x50a661(0x200)],_0x10ce9a['BRGgK'])?_0x10ce9a[_0x50a661(0x1b0)]:_0x10ce9a[_0x50a661(0x22f)];else{(_0x10ce9a[_0x50a661(0x1ea)](_0x4dee34,_0x10ce9a[_0x50a661(0x22f)])||_0x10ce9a[_0x50a661(0x1ea)](_0x4dee34,_0x10ce9a[_0x50a661(0x1ce)])||_0x10ce9a[_0x50a661(0x149)](_0x4dee34,_0x10ce9a[_0x50a661(0x154)]))&&(_0x4dee34=_0x10ce9a['grNng']);if(_0x10ce9a[_0x50a661(0x149)](_0x4469a7[_0x50a661(0x200)],_0x10ce9a[_0x50a661(0x22f)])&&_0x10ce9a[_0x50a661(0x22e)](_0x15d8fb[_0x50a661(0x1a8)],_0x10ce9a[_0x50a661(0x1ce)])){const _0x8ed658={};_0x8ed658[_0x50a661(0x1a1)]=_0x10ce9a[_0x50a661(0x222)],_0x8ed658[_0x50a661(0x175)]=_0x10ce9a[_0x50a661(0x222)],_0x4469a7[_0x50a661(0x153)]=_0x8ed658,_0x4469a7[_0x50a661(0x1e1)]=[_0x4469a7['error']];}}const {failureData:_0x50cbb4,logs:_0x356172}=_0x10ce9a[_0x50a661(0x14c)](getFailureData,_0x4469a7?.[_0x50a661(0x1e1)],{}),_0x223c50={[TestFrameworkConstants[_0x50a661(0x1c4)]]:_0x10ce9a[_0x50a661(0x1b7)](_0x50cbb4,null),[TestFrameworkConstants[_0x50a661(0x188)]]:_0x4469a7?.[_0x50a661(0x153)]&&_0x10ce9a['huqQM'](getFailureType,_0x4469a7[_0x50a661(0x153)][_0x50a661(0x1a1)]),[TestFrameworkConstants[_0x50a661(0x157)]]:_0x4469a7?.[_0x50a661(0x153)]&&_0x10ce9a[_0x50a661(0x1c7)](removeAnsiColors,_0x4469a7[_0x50a661(0x153)][_0x50a661(0x1a1)]),[TestFrameworkConstants[_0x50a661(0x1a7)]]:[],[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x4dee34,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x1513a4[_0x50a661(0x20c)](),[TestFrameworkConstants[_0x50a661(0x22c)]]:new Date()[_0x50a661(0x20c)](),[TestFrameworkConstants[_0x50a661(0x1a6)]]:_0x31c9f0};if(_0x4469a7&&_0x10ce9a[_0x50a661(0x22d)](_0x4469a7[_0x50a661(0x206)],0x0)){const _0x468eed=TestInfo[_0x50a661(0x1ae)](_0x10ce9a['aECLI'](getTestRunIdentifier,_0x15d8fb,_0x10ce9a[_0x50a661(0x152)](_0x4469a7['retry'],0x1)));_0x223c50[TestFrameworkConstants[_0x50a661(0x155)]]=_0x468eed;}const _0x2b1b5f={};_0x2b1b5f[_0x50a661(0x167)]=_0x15d8fb;const _0x18c3bf=this[_0x50a661(0x156)](TestFrameworkState[_0x50a661(0x1e4)],HookState[_0x50a661(0x16e)],_0x2b1b5f),_0x2ee7f7=_0x18c3bf['getAllData']()['get'](_0x3627a8)[TestFrameworkConstants[_0x50a661(0x1f2)]],_0xe0200d=[],_0x18d41b=_0x10ce9a['aECLI'](findNestedKey,_0x4469a7,_0x10ce9a['EQFxL']);if(_0x18d41b&&_0x10ce9a[_0x50a661(0x14b)](validateFilePath,_0x18d41b))try{_0xe0200d[_0x50a661(0x18d)]({'kind':_0x10ce9a['RiuzX'],'timestamp':new Date()[_0x50a661(0x20c)](),'test_run_uuid':_0x2ee7f7,'file_name':path[_0x50a661(0x1fc)](_0x18d41b),'file_size':fs[_0x50a661(0x1f9)](_0x18d41b)[_0x50a661(0x181)],'attachment_type':PLAYWRIGHT_TRACE_LOGS});}catch(_0x182c4a){logger[_0x50a661(0x153)]('Error\x20processing\x20direct\x20trace\x20file\x20'+_0x18d41b+':\x20'+_0x182c4a[_0x50a661(0x1a1)]);}const _0xf8ba4a=TestInfo['getTraceFilePaths'](),_0x4362d8=_0xf8ba4a['filter'](_0xde15b8=>_0xde15b8[_0x50a661(0x1a9)]===_0x2ee7f7);_0x4362d8[_0x50a661(0x1c2)](_0x324a88=>{const _0x4cc0c5=_0x50a661;if(_0x324a88[_0x4cc0c5(0x17f)]&&_0x10ce9a[_0x4cc0c5(0x21e)](validateFilePath,_0x324a88[_0x4cc0c5(0x17f)])&&!_0xe0200d[_0x4cc0c5(0x1d7)](_0x41444a=>_0x41444a['file_name']===path[_0x4cc0c5(0x1fc)](_0x324a88[_0x4cc0c5(0x17f)])))try{_0xe0200d[_0x4cc0c5(0x18d)]({'kind':_0x10ce9a['RiuzX'],'timestamp':new Date()[_0x4cc0c5(0x20c)](),'test_run_uuid':_0x2ee7f7,'file_name':path[_0x4cc0c5(0x1fc)](_0x324a88['filePath']),'file_size':fs[_0x4cc0c5(0x1f9)](_0x324a88[_0x4cc0c5(0x17f)])[_0x4cc0c5(0x181)],'attachment_type':PLAYWRIGHT_TRACE_LOGS});}catch(_0x5739cd){logger[_0x4cc0c5(0x153)]('Error\x20processing\x20trace\x20file\x20'+_0x324a88[_0x4cc0c5(0x17f)]+'\x20from\x20TestDetails:\x20'+_0x5739cd['message']);}});if(_0x10ce9a[_0x50a661(0x198)](_0xe0200d[_0x50a661(0x1da)],0x0)){const _0x35ec5f=_0x223c50[TestFrameworkConstants[_0x50a661(0x1a7)]]||[];_0x223c50[TestFrameworkConstants[_0x50a661(0x1a7)]]=[..._0x35ec5f,..._0xe0200d];}const _0x3820e1=TestInfo[_0x50a661(0x142)](_0x3627a8)[TestFrameworkConstants[_0x50a661(0x144)]]||{},_0x19d87c=_0x10ce9a[_0x50a661(0x1f8)](getManualUploadLogs,_0x3820e1,_0x18c3bf['getAllData']()[_0x50a661(0x194)](_0x3627a8)[TestFrameworkConstants['KEY_TEST_UUID']]);if(_0x10ce9a[_0x50a661(0x198)](_0x19d87c['length'],0x0)){const _0x511a19=_0x223c50[TestFrameworkConstants['KEY_LOGS']]||[];_0x223c50[TestFrameworkConstants[_0x50a661(0x1a7)]]=[..._0x511a19,..._0x19d87c];}const _0x3edd5d=_0x15d8fb['annotations']||[],_0x525fbf=_0x223c50[TestFrameworkConstants[_0x50a661(0x1a6)]]||{};_0x3edd5d['forEach'](_0x3aacd6=>{const _0x4faced=_0x50a661,{type:_0x3d013e}=_0x3aacd6;let _0x3211b6=_0x3aacd6['description'];if(!_0x3d013e)return;(_0x10ce9a[_0x4faced(0x185)](_0x3211b6,undefined)||_0x10ce9a[_0x4faced(0x185)](_0x3211b6,null)||_0x10ce9a[_0x4faced(0x185)](_0x10ce9a[_0x4faced(0x21e)](String,_0x3211b6)['trim'](),''))&&(_0x3211b6=_0x10ce9a[_0x4faced(0x211)]);if(!_0x525fbf[_0x3d013e]){const _0x1363c9={};_0x1363c9[_0x4faced(0x16c)]=_0x10ce9a[_0x4faced(0x1fd)],_0x1363c9[_0x4faced(0x220)]=[],_0x525fbf[_0x3d013e]=_0x1363c9;}else!_0x525fbf[_0x3d013e][_0x4faced(0x16c)]&&(_0x525fbf[_0x3d013e][_0x4faced(0x16c)]=_0x10ce9a[_0x4faced(0x1fd)]),!Array[_0x4faced(0x1d1)](_0x525fbf[_0x3d013e][_0x4faced(0x220)])&&(_0x525fbf[_0x3d013e][_0x4faced(0x220)]=[]);const _0x4764e7=_0x10ce9a[_0x4faced(0x1c7)](String,_0x3211b6)[_0x4faced(0x147)](',')[_0x4faced(0x16f)](_0x299f3f=>_0x299f3f['trim']());_0x525fbf[_0x3d013e][_0x4faced(0x220)]=[...new Set([..._0x525fbf[_0x3d013e][_0x4faced(0x220)],..._0x4764e7])];}),_0x223c50[TestFrameworkConstants[_0x50a661(0x1a6)]]=_0x525fbf,TestInfo['setTestDetails'](_0x3627a8,_0x223c50);const _0x27a8c9={};return _0x27a8c9[_0x3627a8]=_0x223c50,_0x27a8c9;}async[a73_0x338d76(0x166)](_0x5cf63,_0xe75f22,_0x16eb63,_0x220876){const _0x53dda4=a73_0x338d76,_0x22e7ef={'nvAxE':function(_0x4d0711,_0x3bef6d,_0x17cc10){return _0x4d0711(_0x3bef6d,_0x17cc10);},'htqsC':function(_0x238986,_0x36d48c){return _0x238986 in _0x36d48c;},'oeyaq':function(_0x40d10f,_0x495312){return _0x40d10f in _0x495312;},'yThGn':function(_0x5f0b87,_0xde77af){return _0x5f0b87(_0xde77af);},'wMETp':function(_0x154168,_0x1374e5){return _0x154168===_0x1374e5;},'IdElF':function(_0x3eae01){return _0x3eae01();},'SQqdp':function(_0x28336f,_0x4b1882){return _0x28336f>_0x4b1882;},'OyHuv':function(_0x58b1b4,_0x4cf5b7,_0x42c588){return _0x58b1b4(_0x4cf5b7,_0x42c588);},'ApyPx':_0x53dda4(0x215),'WFZCc':function(_0x25602f,_0x5794df){return _0x25602f(_0x5794df);},'Swixt':'failed','KCdiv':_0x53dda4(0x1e8),'LBVcs':function(_0x258300,_0xd9ed5c){return _0x258300!==_0xd9ed5c;},'HczHH':function(_0x17f47f,_0xa32444){return _0x17f47f+_0xa32444;},'Zzcxf':_0x53dda4(0x1be)},_0xea6c46=_0x220876['test'],_0x46675b=_0x220876[_0x53dda4(0x1d0)],_0x781dfb=_0x22e7ef['nvAxE'](getTestRunIdentifier,_0xea6c46,_0x220876[_0x53dda4(0x1a5)][_0x53dda4(0x206)]),_0x555f13=_0xe75f22[_0x53dda4(0x1a2)]()[_0x53dda4(0x147)]('.')[0x1];let _0x493a60=_0x5cf63['getAllData']()['get'](_0x781dfb)[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x493a60&&(_0x493a60={});!_0x22e7ef[_0x53dda4(0x1cc)](_0x555f13,_0x493a60)&&(_0x493a60[_0x555f13]=[]);let _0x5b68d8=_0x5cf63[_0x53dda4(0x1db)]()[_0x53dda4(0x194)](_0x781dfb)[TestFrameworkConstants[_0x53dda4(0x15b)]];!_0x5b68d8&&(_0x5b68d8={});!_0x22e7ef[_0x53dda4(0x186)](_0x555f13,_0x5b68d8)&&(_0x5b68d8[_0x555f13]=[]);const _0x38932a={[TestFrameworkConstants[_0x53dda4(0x1ba)]]:_0x493a60,[TestFrameworkConstants[_0x53dda4(0x15b)]]:_0x5b68d8},_0xf00f85={};_0xf00f85[_0x781dfb]=_0x38932a;const _0x591585=_0xf00f85,_0x2040c8=_0x22e7ef[_0x53dda4(0x1f0)](getPlaywrightTestFilePath,_0xea6c46),_0x50d3da=_0x2040c8+':'+_0x22e7ef[_0x53dda4(0x1f0)](getPlaywrightTestLocation,_0xea6c46),_0x2a81ef=TestInfo[_0x53dda4(0x142)](_0x781dfb)[TestFrameworkConstants[_0x53dda4(0x1a6)]]||{};if(_0x22e7ef[_0x53dda4(0x213)](_0x16eb63,HookState[_0x53dda4(0x143)])){const _0x1261d2={'key':_0x555f13,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x22e7ef[_0x53dda4(0x1c0)](uuidv4),[TestFrameworkConstants[_0x53dda4(0x1c8)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x53dda4(0x208)]]:_0x46675b[_0x53dda4(0x19e)],[TestFrameworkConstants[_0x53dda4(0x20a)]]:[],[TestFrameworkConstants[_0x53dda4(0x1b1)]]:_0x46675b[_0x53dda4(0x161)],[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x2040c8,[TestFrameworkConstants[_0x53dda4(0x18b)]]:_0x50d3da,[TestFrameworkConstants[_0x53dda4(0x1a6)]]:_0x2a81ef};_0x493a60[_0x555f13]['push'](_0x1261d2),_0x591585[_0x781dfb][TestFrameworkConstants[_0x53dda4(0x196)]]=_0x555f13,logger['debug'](_0x53dda4(0x1d8)+_0x555f13+_0x53dda4(0x148)+_0x1261d2+_0x53dda4(0x18e)+_0x220876);}else{if(_0x22e7ef[_0x53dda4(0x213)](_0x16eb63,HookState[_0x53dda4(0x16e)])){const _0x1f1d5c=await _0x220876[_0x53dda4(0x1a5)],_0x396e28=_0x493a60[_0x555f13]||[],_0x3fb1b1=_0x220876[_0x53dda4(0x1d0)];logger[_0x53dda4(0x141)]('Hook\x20List\x20in\x20Post\x20'+_0x396e28+_0x53dda4(0x1f4)+_0x220876);if(_0x22e7ef[_0x53dda4(0x191)](_0x396e28['length'],0x0)){const _0x27333d=_0x396e28[_0x53dda4(0x1ab)]();if(_0x3fb1b1[_0x53dda4(0x153)]){const _0x117265=_0x22e7ef[_0x53dda4(0x1ad)](failureData,_0x3fb1b1[_0x53dda4(0x153)],_0x22e7ef[_0x53dda4(0x1de)]);_0x27333d[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=_0x22e7ef['yThGn'](getFailureType,_0x3fb1b1?.[_0x53dda4(0x153)][_0x53dda4(0x1a1)]),_0x27333d[TestFrameworkConstants[_0x53dda4(0x201)]]=_0x22e7ef[_0x53dda4(0x14d)](removeAnsiColors,_0x3fb1b1?.[_0x53dda4(0x153)][_0x53dda4(0x1a1)]),_0x27333d[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x22e7ef[_0x53dda4(0x1ca)],_0x27333d[TestFrameworkConstants[_0x53dda4(0x205)]]=_0x117265;}else _0x27333d[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x22e7ef[_0x53dda4(0x1b9)];_0x22e7ef['LBVcs'](_0x1f1d5c,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x27333d[TestFrameworkConstants['KEY_HOOK_RESULT']]=!_0x3fb1b1[_0x53dda4(0x153)]?_0x22e7ef[_0x53dda4(0x1b9)]:_0x22e7ef[_0x53dda4(0x1ca)]);const _0x3b38dd=new Date(_0x3fb1b1[_0x53dda4(0x19e)]),_0xbc0211=new Date(_0x22e7ef[_0x53dda4(0x1e3)](_0x3b38dd[_0x53dda4(0x229)](),_0x3fb1b1[_0x53dda4(0x225)]));_0x27333d[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0xbc0211['toISOString'](),_0x27333d[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x2a81ef;const _0x4e30b4=_0x27333d[TestFrameworkConstants[_0x53dda4(0x146)]];await this['sendLogCreatedEvent'](_0x5cf63,_0xe75f22,_0x4e30b4,_0x22e7ef['Zzcxf'],_0x220876),!_0x5b68d8[_0x555f13]&&(_0x5b68d8[_0x555f13]=[]),_0x5b68d8[_0x555f13][_0x53dda4(0x18d)](_0x27333d),_0x591585[_0x781dfb][TestFrameworkConstants[_0x53dda4(0x197)]]=_0x555f13;}}}return _0x591585;}async[a73_0x338d76(0x20f)](_0x1e9119,_0x38e444,_0x1105b6,_0x231c8c,_0xed1b79){const _0x464761=a73_0x338d76,_0x4a1414={'cODlk':function(_0x45ae23,_0x54057a){return _0x45ae23===_0x54057a;},'xisVM':'test','DsYtT':function(_0xa200e8,_0x4f2b7b,_0x508fe1){return _0xa200e8(_0x4f2b7b,_0x508fe1);},'QBTZg':function(_0x1592ee,_0xe3e30d,_0x4b4f4d){return _0x1592ee(_0xe3e30d,_0x4b4f4d);},'bJMkM':_0x464761(0x150),'XBVgp':function(_0x72ff59,_0xa0ccf1,_0x2df83e,_0x48adf3){return _0x72ff59(_0xa0ccf1,_0x2df83e,_0x48adf3);},'nDXRH':function(_0x1e70f6,_0x5743a9,_0x5c679f){return _0x1e70f6(_0x5743a9,_0x5c679f);},'aStln':function(_0x21e851,_0x4f33eb,_0x1735af){return _0x21e851(_0x4f33eb,_0x1735af);},'EJZMo':function(_0x4cc112,_0x388448){return _0x4cc112/_0x388448;},'HVEeq':function(_0x30b6e3,_0x1ca0d1){return _0x30b6e3<_0x1ca0d1;},'FLvld':function(_0x29fa48,_0x3ce265){return _0x29fa48*_0x3ce265;},'sRvIF':function(_0x54bb48,_0xd8a55c){return _0x54bb48+_0xd8a55c;},'ylJbJ':function(_0x553b8a,_0x2c71f6,_0xefc334,_0x3a99c0,_0x12cabd){return _0x553b8a(_0x2c71f6,_0xefc334,_0x3a99c0,_0x12cabd);},'vVkUC':function(_0x6ff709,_0x5331f3){return _0x6ff709+_0x5331f3;},'KvKDF':function(_0x51b0e3,_0x3f65f9,_0x4d7183,_0x3cac3f){return _0x51b0e3(_0x3f65f9,_0x4d7183,_0x3cac3f);},'XfecL':_0x464761(0x1be),'ADDPX':function(_0x353a69,_0x2d062d,_0x4f426f){return _0x353a69(_0x2d062d,_0x4f426f);}};try{if(_0x4a1414[_0x464761(0x145)](_0x231c8c,_0x4a1414[_0x464761(0x1cf)])){const _0x5821f6=await _0xed1b79[_0x464761(0x1a5)],_0x61e3c1=_0x4a1414[_0x464761(0x228)](getTestRunIdentifier,_0xed1b79[_0x464761(0x167)],_0xed1b79[_0x464761(0x1a5)][_0x464761(0x206)]),_0x103f6c=_0xed1b79[_0x464761(0x167)];logger[_0x464761(0x141)]('sendLogCreatedEvent:\x20testId='+_0x61e3c1+'\x20result='+util[_0x464761(0x22b)](_0x5821f6));const _0xb2d185=_0x1e9119[_0x464761(0x1db)]()[_0x464761(0x194)](_0x61e3c1)[TestFrameworkConstants[_0x464761(0x1f2)]];await _0x4a1414[_0x464761(0x14f)](sendTraceZip,_0x5821f6,_0xb2d185);const _0x41b7e3=TestInfo[_0x464761(0x142)](_0x61e3c1)[_0x4a1414[_0x464761(0x1fa)]],_0x3c461c={};if(_0x41b7e3){!_0x5821f6['attachments']&&(_0x5821f6[_0x464761(0x150)]=[]);_0x3c461c['attachments']=_0x5821f6[_0x464761(0x150)][_0x464761(0x1cb)](_0x41b7e3||[]);const _0x53a444=TestInfo[_0x464761(0x142)](_0x61e3c1);delete _0x53a444[_0x4a1414[_0x464761(0x1fa)]],TestInfo[_0x464761(0x183)](_0x61e3c1,_0x53a444);}const {steps:_0x564614,logs:_0x421e89}=_0x4a1414[_0x464761(0x195)](getStepsAndLogs,_0x5821f6[_0x464761(0x1d9)],_0x1e9119[_0x464761(0x1db)]()[_0x464761(0x194)](_0x61e3c1)[TestFrameworkConstants[_0x464761(0x1f2)]],_0x4a1414['xisVM']),_0x17e425=_0x4a1414[_0x464761(0x14f)](getScreenshots,_0x3c461c,_0x1e9119[_0x464761(0x1db)]()['get'](_0x61e3c1)[TestFrameworkConstants[_0x464761(0x1f2)]]),_0x46fdcd=_0x4a1414[_0x464761(0x228)](getVideos,_0x5821f6,_0x1e9119[_0x464761(0x1db)]()[_0x464761(0x194)](_0x61e3c1)[TestFrameworkConstants[_0x464761(0x1f2)]]),{_:_0x1e9592,logs:_0x2b77a6}=_0x4a1414[_0x464761(0x16a)](getFailureData,_0x5821f6['errors'],{'test_run_uuid':_0x1e9119[_0x464761(0x1db)]()['get'](_0x61e3c1)[TestFrameworkConstants[_0x464761(0x1f2)]]}),_0xd6f306=TestInfo[_0x464761(0x142)](_0x61e3c1)[TestFrameworkConstants[_0x464761(0x144)]]||{},_0x363aa2=_0x4a1414[_0x464761(0x165)](getMediaArtifactsLogs,_0xd6f306,_0x1e9119[_0x464761(0x1db)]()[_0x464761(0x194)](_0x61e3c1)[TestFrameworkConstants[_0x464761(0x1f2)]]),_0x31f85b=_0x1e9119[_0x464761(0x1db)]()['get'](_0x61e3c1),{[TestFrameworkConstants[_0x464761(0x1e0)]]:_0xf70ec8='',[TestFrameworkConstants[_0x464761(0x16d)]]:_0x35feba=''}=_0x31f85b,_0x23061e=(_0x421e89||[])[_0x464761(0x1cb)](_0x17e425||[])[_0x464761(0x1cb)](_0x2b77a6||[])['concat'](_0x46fdcd||[])[_0x464761(0x1cb)](_0x363aa2||[]),_0x583ff2=0x28,_0x21c44e=Math[_0x464761(0x158)](_0x4a1414[_0x464761(0x21c)](_0x23061e[_0x464761(0x1da)],_0x583ff2));for(let _0x8eb4d4=0x0;_0x4a1414[_0x464761(0x168)](_0x8eb4d4,_0x21c44e);_0x8eb4d4++){const _0x360c4a=_0x4a1414['FLvld'](_0x8eb4d4,_0x583ff2),_0xd2078b=_0x4a1414[_0x464761(0x19a)](_0x360c4a,_0x583ff2),_0x224446=_0x23061e[_0x464761(0x203)](_0x360c4a,_0xd2078b),_0x1a924a={'platformIndex':'0','logs':_0x224446,'testFrameworkName':_0xf70ec8,'testFrameworkVersion':_0x35feba,'testFrameworkState':_0x38e444['toString']()[_0x464761(0x147)]('.')[0x1]};_0x4a1414[_0x464761(0x1f5)](updatePayloadForTraceLogs,_0x1a924a,_0xed1b79,_0x61e3c1,_0x1e9119),logger[_0x464761(0x141)]('sendLogCreatedEvent\x20for\x20testId:\x20'+_0x61e3c1+_0x464761(0x1fe)+_0x4a1414['vVkUC'](_0x8eb4d4,0x1)+'/'+_0x21c44e+'\x20payload='+util[_0x464761(0x22b)](_0x1a924a));const _0x580171=await GrpcClient['getInstance']()[_0x464761(0x17b)](_0x1a924a);logger['debug']('sendLogCreatedEvent\x20for\x20testId:\x20'+_0x61e3c1+_0x464761(0x1fe)+_0x4a1414[_0x464761(0x1a3)](_0x8eb4d4,0x1)+'/'+_0x21c44e+_0x464761(0x13f)+util[_0x464761(0x22b)](_0x580171));}}else{const {steps:_0x626df6,logs:_0x29ad2f}=_0x4a1414[_0x464761(0x192)](getStepsAndLogs,_0xed1b79['step'][_0x464761(0x1d9)],_0x1105b6,_0x4a1414[_0x464761(0x1ef)]),_0x191c35=_0x4a1414[_0x464761(0x21b)](getTestRunIdentifier,_0xed1b79[_0x464761(0x167)],_0xed1b79[_0x464761(0x1a5)][_0x464761(0x206)]);logger[_0x464761(0x141)](_0x464761(0x1b6)+_0x191c35);const _0x83a8e6=_0x1e9119[_0x464761(0x1db)]()[_0x464761(0x194)](_0x191c35),{[TestFrameworkConstants[_0x464761(0x1e0)]]:_0x5b37c3='',[TestFrameworkConstants[_0x464761(0x16d)]]:_0x5a8100=''}=_0x83a8e6,_0x383a4b={'platformIndex':'0','logs':_0x29ad2f,'testFrameworkName':_0x5b37c3,'testFrameworkVersion':_0x5a8100,'testFrameworkState':_0x38e444[_0x464761(0x1a2)]()['split']('.')[0x1]};_0x4a1414[_0x464761(0x1f5)](updatePayloadForTraceLogs,_0x383a4b,_0xed1b79,_0x191c35,_0x1e9119),logger['debug'](_0x464761(0x212)+_0x191c35+_0x464761(0x15e)+util['inspect'](_0x383a4b));const _0x42e297=await GrpcClient[_0x464761(0x226)]()['logCreatedEvent'](_0x383a4b);}}catch(_0x2fb0f4){logger[_0x464761(0x153)](_0x464761(0x163)+util['format'](_0x2fb0f4));}}[a73_0x338d76(0x1fb)](_0x3eb71f){const _0x3d16f8=a73_0x338d76,_0x36f18d={'duqjD':function(_0x457cb9,_0x46525a,_0x15fbab){return _0x457cb9(_0x46525a,_0x15fbab);},'CIwaz':'base64'};try{const _0x274b10=_0x3eb71f[_0x3d16f8(0x167)]['id'],_0x5ef127=_0x36f18d[_0x3d16f8(0x221)](getTestRunIdentifier,_0x3eb71f[_0x3d16f8(0x167)],_0x3eb71f[_0x3d16f8(0x1a5)]['retry']),_0xda4041=_0x3eb71f[_0x3d16f8(0x1c1)],_0x3113b6=_0xda4041[_0x3d16f8(0x20d)](),_0x56f853=_0xda4041[_0x3d16f8(0x1db)]()[_0x3d16f8(0x194)](_0x5ef127);logger[_0x3d16f8(0x141)](_0x3d16f8(0x209)+_0x274b10);const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x238ed3='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x5a69b2='',[TestFrameworkConstants[_0x3d16f8(0x1e9)]]:_0x2dff86='',[TestFrameworkConstants[_0x3d16f8(0x1ac)]]:_0x300b4f=''}=_0x56f853,_0x1169bd=_0xda4041[_0x3d16f8(0x14e)]()[_0x3d16f8(0x1a2)]()['split']('.')[0x1],_0x942d66=_0xda4041[_0x3d16f8(0x187)]()[_0x3d16f8(0x1a2)]()[_0x3d16f8(0x147)]('.')[0x1],_0x2f3d9c=global?.[_0x3d16f8(0x1a0)]?.[_0x3d16f8(0x1d3)]?.['parallelIndex'],_0x4ce394=_0xda4041[_0x3d16f8(0x17c)](),_0x23a0e6=Buffer[_0x3d16f8(0x179)](JSON['stringify'](_0x56f853))['toString'](_0x36f18d['CIwaz']),_0x489616={'hash':_0x3113b6[_0x3d16f8(0x1d2)](),'threadId':_0x3113b6['getThreadId']()[_0x3d16f8(0x1a2)](),'processId':_0x3113b6[_0x3d16f8(0x1b5)]()['toString']()},_0x34b9f9={};_0x34b9f9[_0x3d16f8(0x15c)]=_0x2f3d9c,_0x34b9f9[_0x3d16f8(0x176)]=_0x238ed3,_0x34b9f9[_0x3d16f8(0x18c)]=_0x5a69b2,_0x34b9f9[_0x3d16f8(0x19b)]=_0x1169bd,_0x34b9f9[_0x3d16f8(0x1b2)]=_0x942d66,_0x34b9f9[_0x3d16f8(0x1dc)]=_0x2dff86,_0x34b9f9['endedAt']=_0x300b4f,_0x34b9f9[_0x3d16f8(0x1ec)]=_0x4ce394,_0x34b9f9[_0x3d16f8(0x1f7)]=_0x23a0e6,_0x34b9f9[_0x3d16f8(0x189)]=_0x489616;const _0x5813cd=_0x34b9f9;return logger[_0x3d16f8(0x141)](_0x3d16f8(0x1f6)+_0x274b10+_0x3d16f8(0x17a)+_0x1169bd+_0x3d16f8(0x223)+_0x942d66),_0x5813cd;}catch(_0x44954a){return logger[_0x3d16f8(0x153)]('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util['format'](_0x44954a)),{};}}}function a73_0x2856(){const _0x5d628a=['aECLI','WFZCc','getCurrentTestState','QBTZg','attachments','\x20instanceId=','McmoH','error','OaYKU','KEY_TEST_RETRY_OF','resolveInstance','KEY_TEST_FAILURE_REASON','ceil','TEST_ATTACHMENT','IIKst','KEY_HOOKS_FINISHED','platformIndex','DEFAULT_TEST_RESULT','\x20payload=','1308042MUIMfD','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','title','ZXbLn','Error\x20in\x20sendLogCreatedEvent:\x20','info','aStln','trackHookEvent','test','HVEeq','KEY_AUTOMATE_SESSION_NAME','nDXRH','getTestFrameworks','field_type','KEY_TEST_FRAMEWORK_VERSION','POST','map','../../../helpers/helper.js','mIVJi','XmTmo','GHUIE','NfjjQ','stack','testFrameworkName','rLqmh','path','from','\x20testState:\x20','logCreatedEvent','getRef','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','TEST_SCREENSHOT','filePath','../TestInfo.js','size','2263093cXSEfm','setTestDetails','183322msUOvP','yHWMc','oeyaq','getCurrentHookState','KEY_TEST_FAILURE_TYPE','executionContext','failed','KEY_TEST_LOCATION','testFrameworkVersion','push','\x20\x20and\x20args\x20=\x20','getTrackedInstance','KEY_TEST_ID','SQqdp','KvKDF','parsePlaywrightTestResult','get','XBVgp','KEY_HOOK_LAST_STARTED','KEY_HOOK_LAST_FINISHED','wZdFS','KEY_TEST_NAME','sRvIF','testFrameworkState','tMiKG','egILG','startTime','\x20instance=','__workerDetails','message','toString','vVkUC','setTrackedInstance','result','KEY_CUSTOM_TAGS','KEY_LOGS','expectedStatus','testUId','matchHookRegex','pop','KEY_TEST_ENDED_AT','OyHuv','getTestUUID','KEY_TEST_LOGS','BRGgK','KEY_HOOK_NAME','hookState','trackEvent','util','getProcessId','sendLogCreatedEvent:\x20testId=','OFboz','KEY_TEST_SCOPES','KCdiv','KEY_HOOKS_STARTED','../../playwright/reporter/pwUtils','5ASlimJ','trackEvent\x20loading\x20testResults\x20for\x20testId:\x20','hook','getCurrentInstanceName','IdElF','instance','forEach','./constants/testFrameworkConstants.js','KEY_TEST_FAILURE','NONE','addMultipleEntries','qXerS','KEY_HOOK_RESULT','../cliUtils.js','Swixt','concat','htqsC','getTestIdentifierFromTestInfo','grNng','xisVM','step','isArray','getId','workerInfo',',\x20state=','INIT_TEST','../../utils/constants','some','Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','steps','length','getAllData','startedAt','trackPlaywrightInstance','ApyPx','20qlVYnQ','KEY_TEST_FRAMEWORK_NAME','errors','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','HczHH','TEST','KEY_TEST_TAGS','multi_dropdown','8EfkKPK','passed','KEY_TEST_STARTED_AT','XILet','exports','uuid','../../../helpers/classLogger.js','\x20hookState=','XfecL','yThGn','../../../../src/helpers/helper','KEY_TEST_UUID','487091Tbjqav','\x20and\x20args\x20=\x20','ylJbJ','createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20','eventJson','vitCM','statSync','bJMkM','createTestFrameworkEventPayload','basename','xXrGx','\x20batch\x20','KEY_TEST_RESULT','status','KEY_HOOK_FAILURE_REASON','PlaywrightTestFramework','slice','format','KEY_HOOK_FAILURE','retry','trackEvent:\x20found\x20instance,\x20testFrameworkState=','KEY_EVENT_STARTED_AT','createTestFrameworkEventPayload\x20testId:\x20','KEY_HOOK_LOGS','Akykv','toISOString','getContext','parsePlaywrightTestResult:\x20testId=','sendLogCreatedEvent','359006cNayOj','AFxln','sendLogCreatedEvent\x20for\x20testId:\x20','wMETp','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','err','\x20testHookState=','../grpcClient','KMKWY','getTestFrameworksVersions','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','ADDPX','EJZMo','ZttLJ','huqQM','12SqjYKp','values','duqjD','gaXSo','\x20hookState:\x20','CkdHQ','duration','getInstance','YGdlk','DsYtT','getTime','mIHZb','inspect','KEY_TEST_RESULT_AT','cCUMl','RfGVF','BYFbL','222736YHNQAF','parsePlaywrightTest','KEY_TEST_RERUN_NAME','\x20response=','../state/hookState.js','debug','getTestDetails','PRE','KEY_TEST_ATTACHMENTS','cODlk','KEY_HOOK_ID','split','\x20&\x20hook\x20=\x20','izwny','1814874VAeMbQ','EnKlm'];a73_0x2856=function(){return _0x5d628a;};return a73_0x2856();}function a73_0xd277(_0x2a9041,_0x105b5f){const _0x2856d8=a73_0x2856();return a73_0xd277=function(_0xd277de,_0x3e9059){_0xd277de=_0xd277de-0x13c;let _0x16c6a1=_0x2856d8[_0xd277de];return _0x16c6a1;},a73_0xd277(_0x2a9041,_0x105b5f);}module[a73_0x338d76(0x1eb)]=PlaywrightTestFramework;
@@ -1 +1 @@
1
- const a74_0x4c97df=a74_0x6245;(function(_0xef8ae6,_0x27a66c){const _0x2c1f3c=a74_0x6245,_0x3b7038=_0xef8ae6();while(!![]){try{const _0x47965d=parseInt(_0x2c1f3c(0x1d2))/0x1+-parseInt(_0x2c1f3c(0x1dc))/0x2*(parseInt(_0x2c1f3c(0x1e2))/0x3)+-parseInt(_0x2c1f3c(0x1d8))/0x4*(-parseInt(_0x2c1f3c(0x1f0))/0x5)+-parseInt(_0x2c1f3c(0x1dd))/0x6*(-parseInt(_0x2c1f3c(0x1fe))/0x7)+-parseInt(_0x2c1f3c(0x1e0))/0x8*(parseInt(_0x2c1f3c(0x1fb))/0x9)+parseInt(_0x2c1f3c(0x1d5))/0xa+-parseInt(_0x2c1f3c(0x1f7))/0xb*(-parseInt(_0x2c1f3c(0x1f4))/0xc);if(_0x47965d===_0x27a66c)break;else _0x3b7038['push'](_0x3b7038['shift']());}catch(_0x50c577){_0x3b7038['push'](_0x3b7038['shift']());}}}(a74_0x3a26,0xe2814));const CLIUtils=require(a74_0x4c97df(0x201)),eventDispatcher=require(a74_0x4c97df(0x1df)),TestFrameworkInstance=require(a74_0x4c97df(0x1e7)),TrackedContext=require(a74_0x4c97df(0x1f1)),TestFrameworkState=require(a74_0x4c97df(0x1ea)),HookState=require(a74_0x4c97df(0x1f8)),{createClassLogger}=require(a74_0x4c97df(0x1fa)),TrackedInstance=require(a74_0x4c97df(0x1ef)),logger=createClassLogger(a74_0x4c97df(0x1f9));function a74_0x3a26(){const _0x20ef8e=['../state/hookState','TestFramework','../../../helpers/classLogger','171CmuznM','getTestFrameworksVersions','setTrackedInstance','1070419sDRLyA','instances','getId','../cliUtils','testFrameworks','80851rBbkBn','testFrameworkVersions','getInstances','8568230gwrumT','setCurrentTestState',';\x20hookState=','20hbOHZO','setCurrentHookState','trackEvent:\x20testFrameworkState=','binSessionId','2CEoioc','48tAJZTY','get','../eventDispatcher','605296LziHlE','getHookRegistryKey','3063222lPfxuD','notifyObserver','getState','set','getAllData','../instances/testFrameworkInstance','setState','registerObserver','../state/testFrameworkState','exports','debug','setInstance','createContext','../instances/trackedInstance','935355pTQESR','../instances/trackedContext','getCurrentInstanceName','__bstack_test_framework_instances__','39108EkiCWP','getTestFrameworks','getTrackedInstance','979SbtLrr'];a74_0x3a26=function(){return _0x20ef8e;};return a74_0x3a26();}!global['__bstack_test_framework_instances__']&&(global[a74_0x4c97df(0x1f3)]=new Map());class TestFramework{static get['instances'](){const _0x2ddaf1=a74_0x4c97df;return global[_0x2ddaf1(0x1f3)];}[a74_0x4c97df(0x202)]=[];[a74_0x4c97df(0x1d3)]={};[a74_0x4c97df(0x1db)]=null;constructor(_0x2a2574,_0x226e79,_0x50c9e0){const _0x452db9=a74_0x4c97df;this['testFrameworks']=_0x2a2574,this[_0x452db9(0x1d3)]=_0x226e79,this[_0x452db9(0x1db)]=_0x50c9e0;}[a74_0x4c97df(0x1d4)](){const _0x1cd599=a74_0x4c97df;return TestFramework[_0x1cd599(0x1ff)];}[a74_0x4c97df(0x1ed)](_0x42b64e,_0x147b46){const _0x1c83c2=a74_0x4c97df;TestFramework['instances'][_0x1c83c2(0x1e5)](_0x42b64e['getId'],_0x147b46);}static[a74_0x4c97df(0x1f6)](){const _0x24e43d=a74_0x4c97df,_0x39550b=TrackedInstance[_0x24e43d(0x1ee)](CLIUtils[_0x24e43d(0x1f2)]());return TestFramework[_0x24e43d(0x1ff)][_0x24e43d(0x1de)](_0x39550b[_0x24e43d(0x200)]());}static[a74_0x4c97df(0x1fd)](_0xe6f980,_0x14fd6e){const _0x2de03c=a74_0x4c97df;TestFramework[_0x2de03c(0x1ff)][_0x2de03c(0x1e5)](_0xe6f980['getId'](),_0x14fd6e);}[a74_0x4c97df(0x1fc)](){const _0x5aa17e=a74_0x4c97df;return this[_0x5aa17e(0x1d3)];}[a74_0x4c97df(0x1f5)](){const _0x599e91=a74_0x4c97df;return this[_0x599e91(0x202)];}['trackEvent'](_0x2febca,_0x312a38,_0x6133ca={}){const _0x50e8d2=a74_0x4c97df;logger[_0x50e8d2(0x1ec)](_0x50e8d2(0x1da)+_0x2febca+_0x50e8d2(0x1d7)+_0x312a38);}async['runHooks'](_0x18f15c,_0x1c5c9b,_0x279f1d,_0x1ab7ae={}){const _0xb1461a=a74_0x4c97df,_0x226b9a=CLIUtils['getHookRegistryKey'](_0x1c5c9b,_0x279f1d);_0x18f15c[_0xb1461a(0x1d6)](_0x1c5c9b),_0x18f15c[_0xb1461a(0x1d9)](_0x279f1d),await eventDispatcher[_0xb1461a(0x1e3)](_0x226b9a,_0x1ab7ae);}static[a74_0x4c97df(0x1e9)](_0x17f0bc,_0x39ebe8,_0x24bb43){const _0x30a80e=a74_0x4c97df;eventDispatcher[_0x30a80e(0x1e9)](CLIUtils[_0x30a80e(0x1e1)](_0x17f0bc,_0x39ebe8),_0x24bb43);}static[a74_0x4c97df(0x1e4)](_0x130162,_0x7fd448){const _0x44284f=a74_0x4c97df;return _0x130162[_0x44284f(0x1e6)]()[_0x44284f(0x1de)](_0x7fd448);}static[a74_0x4c97df(0x1e8)](_0x562505,_0x25a3c1,_0x35da70){const _0x473cf7=a74_0x4c97df;_0x562505[_0x473cf7(0x1e6)]()[_0x473cf7(0x1e5)](_0x25a3c1,_0x35da70);}static['hasState'](_0x1e515c,_0x1fbcac){const _0x1ae84f=a74_0x4c97df;return _0x1e515c[_0x1ae84f(0x1e6)]()['has'](_0x1fbcac);}}function a74_0x6245(_0x44d9a9,_0x553c8f){const _0x3a2677=a74_0x3a26();return a74_0x6245=function(_0x6245cf,_0x2a1f41){_0x6245cf=_0x6245cf-0x1d2;let _0x6b6f8a=_0x3a2677[_0x6245cf];return _0x6b6f8a;},a74_0x6245(_0x44d9a9,_0x553c8f);}module[a74_0x4c97df(0x1eb)]=TestFramework;
1
+ function a74_0x3f21(){const _0x484786=[';\x20hookState=','testFrameworks','18594jYixxs','binSessionId','testFrameworkVersions','instances','306870npMmsA','setCurrentHookState','has','__bstack_test_framework_instances__','getState','../instances/trackedContext','getAllData','315StRHzz','setTrackedInstance','9MnPjnn','get','getInstances','setState','trackEvent:\x20testFrameworkState=','10JHoFJR','setInstance','registerObserver','3231080YAPDIF','getHookRegistryKey','384363qIvsPS','52452LSYTHf','../instances/testFrameworkInstance','getId','set','125UCRVvq','../../../helpers/classLogger','getTestFrameworks','hasState','trackEvent','9168137SekLGI','createContext','540754PyYQCj','setCurrentTestState','../instances/trackedInstance','TestFramework','exports'];a74_0x3f21=function(){return _0x484786;};return a74_0x3f21();}function a74_0x2039(_0x32178c,_0x3addff){const _0x3f21de=a74_0x3f21();return a74_0x2039=function(_0x2039eb,_0x2ad76e){_0x2039eb=_0x2039eb-0x104;let _0x31cb81=_0x3f21de[_0x2039eb];return _0x31cb81;},a74_0x2039(_0x32178c,_0x3addff);}const a74_0x5b815a=a74_0x2039;(function(_0x3046b5,_0x162ea2){const _0x3b1b93=a74_0x2039,_0x1b4a17=_0x3046b5();while(!![]){try{const _0x45ad28=-parseInt(_0x3b1b93(0x12c))/0x1+parseInt(_0x3b1b93(0x10e))/0x2+parseInt(_0x3b1b93(0x119))/0x3+-parseInt(_0x3b1b93(0x12d))/0x4*(parseInt(_0x3b1b93(0x107))/0x5)+-parseInt(_0x3b1b93(0x115))/0x6*(-parseInt(_0x3b1b93(0x120))/0x7)+parseInt(_0x3b1b93(0x12a))/0x8*(-parseInt(_0x3b1b93(0x122))/0x9)+-parseInt(_0x3b1b93(0x127))/0xa*(-parseInt(_0x3b1b93(0x10c))/0xb);if(_0x45ad28===_0x162ea2)break;else _0x1b4a17['push'](_0x1b4a17['shift']());}catch(_0x50db5b){_0x1b4a17['push'](_0x1b4a17['shift']());}}}(a74_0x3f21,0x3808c));const CLIUtils=require('../cliUtils'),eventDispatcher=require('../eventDispatcher'),TestFrameworkInstance=require(a74_0x5b815a(0x104)),TrackedContext=require(a74_0x5b815a(0x11e)),TestFrameworkState=require('../state/testFrameworkState'),HookState=require('../state/hookState'),{createClassLogger}=require(a74_0x5b815a(0x108)),TrackedInstance=require(a74_0x5b815a(0x110)),logger=createClassLogger(a74_0x5b815a(0x111));!global[a74_0x5b815a(0x11c)]&&(global[a74_0x5b815a(0x11c)]=new Map());class TestFramework{static get[a74_0x5b815a(0x118)](){const _0x37ecca=a74_0x5b815a;return global[_0x37ecca(0x11c)];}[a74_0x5b815a(0x114)]=[];[a74_0x5b815a(0x117)]={};[a74_0x5b815a(0x116)]=null;constructor(_0x3b0893,_0x24afbf,_0xb23fa){const _0x494b22=a74_0x5b815a;this[_0x494b22(0x114)]=_0x3b0893,this['testFrameworkVersions']=_0x24afbf,this[_0x494b22(0x116)]=_0xb23fa;}[a74_0x5b815a(0x124)](){return TestFramework['instances'];}[a74_0x5b815a(0x128)](_0x4260cc,_0x2c64c3){const _0x5e3b3d=a74_0x5b815a;TestFramework['instances'][_0x5e3b3d(0x106)](_0x4260cc['getId'],_0x2c64c3);}static['getTrackedInstance'](){const _0x558397=a74_0x5b815a,_0x2f2bb7=TrackedInstance[_0x558397(0x10d)](CLIUtils['getCurrentInstanceName']());return TestFramework[_0x558397(0x118)]['get'](_0x2f2bb7[_0x558397(0x105)]());}static[a74_0x5b815a(0x121)](_0x417886,_0x47ab12){const _0x35e9b8=a74_0x5b815a;TestFramework[_0x35e9b8(0x118)][_0x35e9b8(0x106)](_0x417886[_0x35e9b8(0x105)](),_0x47ab12);}['getTestFrameworksVersions'](){const _0xc5901=a74_0x5b815a;return this[_0xc5901(0x117)];}[a74_0x5b815a(0x109)](){const _0xe2dce0=a74_0x5b815a;return this[_0xe2dce0(0x114)];}[a74_0x5b815a(0x10b)](_0x58eb42,_0xe2295,_0x549708={}){const _0x1637f9=a74_0x5b815a;logger['debug'](_0x1637f9(0x126)+_0x58eb42+_0x1637f9(0x113)+_0xe2295);}async['runHooks'](_0x3fac56,_0x9cc5f8,_0x5dd9ca,_0x4f886f={}){const _0x2430a2=a74_0x5b815a,_0x1b9620=CLIUtils[_0x2430a2(0x12b)](_0x9cc5f8,_0x5dd9ca);_0x3fac56[_0x2430a2(0x10f)](_0x9cc5f8),_0x3fac56[_0x2430a2(0x11a)](_0x5dd9ca),await eventDispatcher['notifyObserver'](_0x1b9620,_0x4f886f);}static[a74_0x5b815a(0x129)](_0x25195f,_0x2107b7,_0xf28745){const _0x12fb71=a74_0x5b815a;eventDispatcher[_0x12fb71(0x129)](CLIUtils[_0x12fb71(0x12b)](_0x25195f,_0x2107b7),_0xf28745);}static[a74_0x5b815a(0x11d)](_0x5138cf,_0x4ce486){const _0x5a1710=a74_0x5b815a;return _0x5138cf[_0x5a1710(0x11f)]()[_0x5a1710(0x123)](_0x4ce486);}static[a74_0x5b815a(0x125)](_0x2bc092,_0x3bf326,_0x42d779){const _0x36c4de=a74_0x5b815a;_0x2bc092[_0x36c4de(0x11f)]()[_0x36c4de(0x106)](_0x3bf326,_0x42d779);}static[a74_0x5b815a(0x10a)](_0x1cc33d,_0x2d8a07){const _0x211234=a74_0x5b815a;return _0x1cc33d[_0x211234(0x11f)]()[_0x211234(0x11b)](_0x2d8a07);}}module[a74_0x5b815a(0x112)]=TestFramework;