browserstack-node-sdk 1.49.2 → 1.49.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (186) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/nightwatch/command.js +1 -1
  79. package/src/bin/playwright/accessibility-helper.js +1 -1
  80. package/src/bin/playwright/command.js +1 -1
  81. package/src/bin/playwright/globalSetup.js +1 -1
  82. package/src/bin/playwright/mock-process.js +1 -1
  83. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  84. package/src/bin/playwright/patches.js +1 -1
  85. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  86. package/src/bin/playwright/reporter/reporter.js +1 -1
  87. package/src/bin/playwright/reporter/test-details.js +1 -1
  88. package/src/bin/playwright/sessionDetails.js +1 -1
  89. package/src/bin/runner.js +1 -1
  90. package/src/bin/setup.js +1 -1
  91. package/src/bin/test-runner/index.js +1 -1
  92. package/src/bin/test-runner/runTest.js +1 -1
  93. package/src/bin/test-runner/testWorker.js +1 -1
  94. package/src/bin/utils/apiUtilityMethods.js +1 -1
  95. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  96. package/src/bin/utils/constants.js +1 -1
  97. package/src/bin/utils/log4jsAppender.js +1 -1
  98. package/src/bin/utils/logPatcher.js +1 -1
  99. package/src/bin/utils/logReportingAPI.js +1 -1
  100. package/src/bin/utils/playwright-patcher.js +1 -1
  101. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  102. package/src/bin/utils/sharedUtils.js +1 -1
  103. package/src/bin/v2/TestInfo.js +1 -1
  104. package/src/bin/v2/browserstackCLI.js +1 -1
  105. package/src/bin/v2/cliUtils.js +1 -1
  106. package/src/bin/v2/customTagManager.js +1 -1
  107. package/src/bin/v2/eventDispatcher.js +1 -1
  108. package/src/bin/v2/framework/automationFramework.js +1 -1
  109. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  110. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  111. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  112. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  113. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  114. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  115. package/src/bin/v2/framework/testFramework.js +1 -1
  116. package/src/bin/v2/grpcClient.js +1 -1
  117. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  118. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  119. package/src/bin/v2/instances/trackedContext.js +1 -1
  120. package/src/bin/v2/instances/trackedInstance.js +1 -1
  121. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  122. package/src/bin/v2/modules/baseModule.js +1 -1
  123. package/src/bin/v2/modules/loadTestModule.js +1 -1
  124. package/src/bin/v2/modules/observabilityModule.js +1 -1
  125. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  126. package/src/bin/v2/modules/testhubModule.js +1 -1
  127. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  128. package/src/bin/v2/state/hookState.js +1 -1
  129. package/src/bin/v2/state/testFrameworkState.js +1 -1
  130. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  131. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  132. package/src/bin/v2/utils/jest-utils.js +1 -1
  133. package/src/bin/vanilla-js/command.js +1 -1
  134. package/src/browserStackSdk.js +1 -1
  135. package/src/helpers/BrowserStackSetup.js +1 -1
  136. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  137. package/src/helpers/accessibility-automation/constants.js +1 -1
  138. package/src/helpers/accessibility-automation/helper.js +1 -1
  139. package/src/helpers/accessibility-automation/scripts.js +1 -1
  140. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  141. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  142. package/src/helpers/ats/constants.js +1 -1
  143. package/src/helpers/ats/helper.js +1 -1
  144. package/src/helpers/capsMapping.js +1 -1
  145. package/src/helpers/central-scanner/constants.js +1 -1
  146. package/src/helpers/central-scanner/helpers.js +1 -1
  147. package/src/helpers/classLogger.js +1 -1
  148. package/src/helpers/globals.js +1 -1
  149. package/src/helpers/helper.js +1 -1
  150. package/src/helpers/logger.js +1 -1
  151. package/src/helpers/metadata.js +1 -1
  152. package/src/helpers/patchHelper.js +1 -1
  153. package/src/helpers/patchHelpers.js +1 -1
  154. package/src/helpers/percy/Percy.js +1 -1
  155. package/src/helpers/percy/PercyBinary.js +1 -1
  156. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  157. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  158. package/src/helpers/percy/PercySDK.js +1 -1
  159. package/src/helpers/percy/index.js +1 -1
  160. package/src/helpers/percy/utils.js +1 -1
  161. package/src/helpers/performance/constants.js +1 -1
  162. package/src/helpers/performance/performance-tester.js +1 -1
  163. package/src/helpers/playwright-helper.js +1 -1
  164. package/src/helpers/processHelper.js +1 -1
  165. package/src/helpers/request-spy.js +1 -1
  166. package/src/helpers/setKeepAlive.js +1 -1
  167. package/src/helpers/test-observability/constants.js +1 -1
  168. package/src/helpers/test-observability/error-handler.js +1 -1
  169. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  170. package/src/helpers/test-observability/sessionHandler.js +1 -1
  171. package/src/helpers/test-observability/utils.js +1 -1
  172. package/src/helpers/test-orchestration/constants.js +1 -1
  173. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  174. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  175. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  176. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  177. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  178. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  179. package/src/helpers/testhub/constants.js +1 -1
  180. package/src/helpers/testhub/testhubHandler.js +1 -1
  181. package/src/helpers/testhub/utils.js +1 -1
  182. package/src/helpers/timeoutPromise.js +1 -1
  183. package/src/helpers/utilities.js +1 -1
  184. package/src/helpers/w3cMapping.js +1 -1
  185. package/src/hubAllocationMethods.js +1 -1
  186. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a69_0x3e8ad7=a69_0x50ae;(function(_0x4d18c6,_0x4c1b5f){const _0x2324cb=a69_0x50ae,_0x8b5d27=_0x4d18c6();while(!![]){try{const _0xcc1937=parseInt(_0x2324cb(0x15d))/0x1*(parseInt(_0x2324cb(0x157))/0x2)+parseInt(_0x2324cb(0x14a))/0x3+-parseInt(_0x2324cb(0x188))/0x4*(-parseInt(_0x2324cb(0x14e))/0x5)+-parseInt(_0x2324cb(0x165))/0x6+parseInt(_0x2324cb(0x161))/0x7+parseInt(_0x2324cb(0x195))/0x8+-parseInt(_0x2324cb(0x1a5))/0x9*(parseInt(_0x2324cb(0x194))/0xa);if(_0xcc1937===_0x4c1b5f)break;else _0x8b5d27['push'](_0x8b5d27['shift']());}catch(_0x3643d3){_0x8b5d27['push'](_0x8b5d27['shift']());}}}(a69_0x4e66,0xb326d));const a69_0x5ee81a={};a69_0x5ee81a[a69_0x3e8ad7(0x16c)]=a69_0x3e8ad7(0x14d),a69_0x5ee81a[a69_0x3e8ad7(0x177)]=a69_0x3e8ad7(0x178),a69_0x5ee81a[a69_0x3e8ad7(0x19b)]=a69_0x3e8ad7(0x180),a69_0x5ee81a[a69_0x3e8ad7(0x15e)]=a69_0x3e8ad7(0x174),a69_0x5ee81a[a69_0x3e8ad7(0x16b)]=a69_0x3e8ad7(0x16a),a69_0x5ee81a[a69_0x3e8ad7(0x16d)]='test_result',a69_0x5ee81a['KEY_TEST_RESULT_AT']=a69_0x3e8ad7(0x167),a69_0x5ee81a[a69_0x3e8ad7(0x171)]=a69_0x3e8ad7(0x198),a69_0x5ee81a[a69_0x3e8ad7(0x154)]='test_ended_at',a69_0x5ee81a[a69_0x3e8ad7(0x185)]=a69_0x3e8ad7(0x15b),a69_0x5ee81a['KEY_TEST_SCOPE']=a69_0x3e8ad7(0x199),a69_0x5ee81a[a69_0x3e8ad7(0x168)]=a69_0x3e8ad7(0x160),a69_0x5ee81a[a69_0x3e8ad7(0x18b)]=a69_0x3e8ad7(0x18d),a69_0x5ee81a[a69_0x3e8ad7(0x196)]=a69_0x3e8ad7(0x17c),a69_0x5ee81a[a69_0x3e8ad7(0x14b)]=a69_0x3e8ad7(0x18a),a69_0x5ee81a[a69_0x3e8ad7(0x190)]=a69_0x3e8ad7(0x15a),a69_0x5ee81a[a69_0x3e8ad7(0x15f)]=a69_0x3e8ad7(0x152),a69_0x5ee81a[a69_0x3e8ad7(0x158)]=a69_0x3e8ad7(0x18c),a69_0x5ee81a[a69_0x3e8ad7(0x16e)]=a69_0x3e8ad7(0x179),a69_0x5ee81a['KEY_TEST_FAILURE_TYPE']=a69_0x3e8ad7(0x186),a69_0x5ee81a[a69_0x3e8ad7(0x193)]=a69_0x3e8ad7(0x1a0),a69_0x5ee81a[a69_0x3e8ad7(0x155)]=a69_0x3e8ad7(0x17e),a69_0x5ee81a[a69_0x3e8ad7(0x17b)]=a69_0x3e8ad7(0x17d),a69_0x5ee81a[a69_0x3e8ad7(0x19c)]=a69_0x3e8ad7(0x182),a69_0x5ee81a['KEY_AUTOMATE_SESSION_NAME']='automate_session_name',a69_0x5ee81a['KEY_AUTOMATE_SESSION_STATUS']=a69_0x3e8ad7(0x150),a69_0x5ee81a[a69_0x3e8ad7(0x159)]=a69_0x3e8ad7(0x183),a69_0x5ee81a[a69_0x3e8ad7(0x162)]=a69_0x3e8ad7(0x187),a69_0x5ee81a['KEY_EVENT_ENDED_AT']=a69_0x3e8ad7(0x18e),a69_0x5ee81a[a69_0x3e8ad7(0x19f)]=a69_0x3e8ad7(0x1a1),a69_0x5ee81a[a69_0x3e8ad7(0x19e)]=a69_0x3e8ad7(0x181),a69_0x5ee81a[a69_0x3e8ad7(0x19d)]=a69_0x3e8ad7(0x164),a69_0x5ee81a['KEY_HOOK_FAILURE_REASON']='hook_failure_reason',a69_0x5ee81a['KEY_HOOK_FAILURE']=a69_0x3e8ad7(0x172),a69_0x5ee81a[a69_0x3e8ad7(0x166)]=a69_0x3e8ad7(0x14c),a69_0x5ee81a['KEY_HOOK_NAME']=a69_0x3e8ad7(0x17a),a69_0x5ee81a['DEFAULT_TEST_RESULT']=a69_0x3e8ad7(0x153),a69_0x5ee81a[a69_0x3e8ad7(0x156)]=a69_0x3e8ad7(0x153),a69_0x5ee81a[a69_0x3e8ad7(0x17f)]='TEST_SCREENSHOT',a69_0x5ee81a[a69_0x3e8ad7(0x163)]=a69_0x3e8ad7(0x170),a69_0x5ee81a[a69_0x3e8ad7(0x1a3)]=a69_0x3e8ad7(0x169),a69_0x5ee81a[a69_0x3e8ad7(0x189)]=a69_0x3e8ad7(0x192),a69_0x5ee81a[a69_0x3e8ad7(0x176)]='test_hooks_finished',a69_0x5ee81a['KEY_HOOK_LAST_STARTED']=a69_0x3e8ad7(0x14f),a69_0x5ee81a[a69_0x3e8ad7(0x175)]=a69_0x3e8ad7(0x1a4),a69_0x5ee81a['KEY_LOGS']='logs',a69_0x5ee81a['KEY_CUSTOM_TAGS']=a69_0x3e8ad7(0x18f),a69_0x5ee81a['KEY_TEST_ATTACHMENTS']=a69_0x3e8ad7(0x19a),a69_0x5ee81a[a69_0x3e8ad7(0x173)]=a69_0x3e8ad7(0x1a2),a69_0x5ee81a[a69_0x3e8ad7(0x151)]=a69_0x3e8ad7(0x15c),a69_0x5ee81a[a69_0x3e8ad7(0x16f)]=a69_0x3e8ad7(0x184),a69_0x5ee81a[a69_0x3e8ad7(0x197)]='file_level';const TestFrameworkConstants=a69_0x5ee81a;function a69_0x50ae(_0x3c214d,_0x52fcd5){const _0x4e662a=a69_0x4e66();return a69_0x50ae=function(_0x50ae05,_0x5bd71b){_0x50ae05=_0x50ae05-0x14a;let _0x2b4730=_0x4e662a[_0x50ae05];return _0x2b4730;},a69_0x50ae(_0x3c214d,_0x52fcd5);}module[a69_0x3e8ad7(0x191)]=TestFrameworkConstants;function a69_0x4e66(){const _0x81c2f4=['test_attachments','KEY_TEST_NAME','KEY_SESSION_NAME','KEY_HOOK_FAILURE_TYPE','KEY_HOOK_RESULT','KEY_HOOK_ID','test_failure_reason','hook_id','file_size','HOOK_REGEX','test_hook_last_finished','11133lFruei','2901891KBUIcs','KEY_TEST_CODE','hook_logs','test_uuid','15PJOiXB','test_hook_last_started','automate_session_status','KEY_FILE_NAME','retry_of','pending','KEY_TEST_ENDED_AT','KEY_TEST_LOGS','DEFAULT_HOOK_RESULT','823064RPPjnB','KEY_PLATFORM_INDEX','KEY_AUTOMATE_SESSION_REASON','test_rerun_name','test_location','file_name','2EgYowx','KEY_TEST_FILE_PATH','KEY_TEST_RETRY_OF','test_scopes','6081768xmyULJ','KEY_EVENT_STARTED_AT','KIND_LOG','hook_failure_type','3246030yHKPWB','KEY_HOOK_LOGS','test_result_at','KEY_TEST_SCOPES','^(BEFORE_|AFTER_)','test_tags','KEY_TEST_TAGS','KEY_TEST_UUID','KEY_TEST_RESULT','KEY_TEST_FAILURE','KEY_FILE_PATH','TEST_LOG','KEY_TEST_STARTED_AT','hook_failure','KEY_FILE_SIZE','test_file_path','KEY_HOOK_LAST_FINISHED','KEY_HOOKS_FINISHED','KEY_TEST_ID','test_id','test_failure','hook_name','KEY_TEST_META','test_framework_version','test_meta','test_logs','KIND_SCREENSHOT','test_name','hook_result','test_session_name','automate_session_reason','file_path','KEY_TEST_LOCATION','test_failure_type','event_started_at','383204nbTYfq','KEY_HOOKS_STARTED','test_code','KEY_TEST_FRAMEWORK_NAME','platform_index','test_framework_name','event_ended_at','custom_metadata','KEY_TEST_RERUN_NAME','exports','test_hooks_started','KEY_TEST_FAILURE_REASON','17620IRhwCV','4062528ojNwmh','KEY_TEST_FRAMEWORK_VERSION','KEY_FILE_LEVEL','test_started_at','test_scope'];a69_0x4e66=function(){return _0x81c2f4;};return a69_0x4e66();}
1
+ const a69_0x11fda8=a69_0x5881;(function(_0x1270a3,_0x358563){const _0x165a20=a69_0x5881,_0x14a45c=_0x1270a3();while(!![]){try{const _0x50ab27=parseInt(_0x165a20(0x192))/0x1*(-parseInt(_0x165a20(0x1a7))/0x2)+-parseInt(_0x165a20(0x19c))/0x3+parseInt(_0x165a20(0x191))/0x4+parseInt(_0x165a20(0x172))/0x5*(-parseInt(_0x165a20(0x1bb))/0x6)+parseInt(_0x165a20(0x16f))/0x7+-parseInt(_0x165a20(0x185))/0x8*(-parseInt(_0x165a20(0x17c))/0x9)+parseInt(_0x165a20(0x190))/0xa;if(_0x50ab27===_0x358563)break;else _0x14a45c['push'](_0x14a45c['shift']());}catch(_0x5ef7fc){_0x14a45c['push'](_0x14a45c['shift']());}}}(a69_0x145c,0xe13cf));const a69_0x2e4d29={};a69_0x2e4d29[a69_0x11fda8(0x171)]=a69_0x11fda8(0x187),a69_0x2e4d29[a69_0x11fda8(0x196)]=a69_0x11fda8(0x1a0),a69_0x2e4d29[a69_0x11fda8(0x1b2)]='test_name',a69_0x2e4d29['KEY_TEST_FILE_PATH']=a69_0x11fda8(0x1a3),a69_0x2e4d29[a69_0x11fda8(0x17e)]=a69_0x11fda8(0x197),a69_0x2e4d29[a69_0x11fda8(0x178)]=a69_0x11fda8(0x184),a69_0x2e4d29[a69_0x11fda8(0x179)]=a69_0x11fda8(0x186),a69_0x2e4d29[a69_0x11fda8(0x17b)]=a69_0x11fda8(0x16d),a69_0x2e4d29[a69_0x11fda8(0x195)]=a69_0x11fda8(0x1b6),a69_0x2e4d29[a69_0x11fda8(0x170)]=a69_0x11fda8(0x1a8),a69_0x2e4d29[a69_0x11fda8(0x19a)]=a69_0x11fda8(0x1c2),a69_0x2e4d29['KEY_TEST_SCOPES']='test_scopes',a69_0x2e4d29[a69_0x11fda8(0x1b5)]='test_framework_name',a69_0x2e4d29['KEY_TEST_FRAMEWORK_VERSION']=a69_0x11fda8(0x1ae),a69_0x2e4d29[a69_0x11fda8(0x1b3)]=a69_0x11fda8(0x1b0),a69_0x2e4d29[a69_0x11fda8(0x19e)]=a69_0x11fda8(0x1bf),a69_0x2e4d29['KEY_TEST_RETRY_OF']='retry_of',a69_0x2e4d29['KEY_PLATFORM_INDEX']=a69_0x11fda8(0x1a4),a69_0x2e4d29[a69_0x11fda8(0x1c1)]=a69_0x11fda8(0x188),a69_0x2e4d29[a69_0x11fda8(0x19f)]=a69_0x11fda8(0x1a2),a69_0x2e4d29[a69_0x11fda8(0x1b4)]=a69_0x11fda8(0x18a),a69_0x2e4d29[a69_0x11fda8(0x19b)]='test_logs',a69_0x2e4d29[a69_0x11fda8(0x1aa)]='test_meta',a69_0x2e4d29[a69_0x11fda8(0x175)]=a69_0x11fda8(0x18f),a69_0x2e4d29['KEY_AUTOMATE_SESSION_NAME']=a69_0x11fda8(0x177),a69_0x2e4d29[a69_0x11fda8(0x193)]=a69_0x11fda8(0x1bd),a69_0x2e4d29[a69_0x11fda8(0x1b7)]=a69_0x11fda8(0x18c),a69_0x2e4d29[a69_0x11fda8(0x1c4)]=a69_0x11fda8(0x181),a69_0x2e4d29['KEY_EVENT_ENDED_AT']=a69_0x11fda8(0x1af),a69_0x2e4d29[a69_0x11fda8(0x17f)]=a69_0x11fda8(0x19d),a69_0x2e4d29['KEY_HOOK_RESULT']=a69_0x11fda8(0x198),a69_0x2e4d29['KEY_HOOK_FAILURE_TYPE']='hook_failure_type',a69_0x2e4d29['KEY_HOOK_FAILURE_REASON']=a69_0x11fda8(0x18e),a69_0x2e4d29[a69_0x11fda8(0x16e)]=a69_0x11fda8(0x174),a69_0x2e4d29[a69_0x11fda8(0x1ad)]=a69_0x11fda8(0x176),a69_0x2e4d29[a69_0x11fda8(0x173)]=a69_0x11fda8(0x199),a69_0x2e4d29['DEFAULT_TEST_RESULT']=a69_0x11fda8(0x1be),a69_0x2e4d29[a69_0x11fda8(0x1c3)]=a69_0x11fda8(0x1be),a69_0x2e4d29[a69_0x11fda8(0x180)]='TEST_SCREENSHOT',a69_0x2e4d29['KIND_LOG']='TEST_LOG',a69_0x2e4d29[a69_0x11fda8(0x1b1)]=a69_0x11fda8(0x1bc),a69_0x2e4d29[a69_0x11fda8(0x194)]=a69_0x11fda8(0x16c),a69_0x2e4d29[a69_0x11fda8(0x1ba)]=a69_0x11fda8(0x1b9),a69_0x2e4d29[a69_0x11fda8(0x17d)]='test_hook_last_started',a69_0x2e4d29[a69_0x11fda8(0x1ab)]=a69_0x11fda8(0x1b8),a69_0x2e4d29[a69_0x11fda8(0x1a1)]=a69_0x11fda8(0x17a),a69_0x2e4d29[a69_0x11fda8(0x183)]=a69_0x11fda8(0x18d),a69_0x2e4d29['KEY_TEST_ATTACHMENTS']='test_attachments',a69_0x2e4d29[a69_0x11fda8(0x1a6)]=a69_0x11fda8(0x1a5),a69_0x2e4d29[a69_0x11fda8(0x1ac)]=a69_0x11fda8(0x18b),a69_0x2e4d29[a69_0x11fda8(0x1a9)]=a69_0x11fda8(0x1c0),a69_0x2e4d29[a69_0x11fda8(0x189)]='file_level';const TestFrameworkConstants=a69_0x2e4d29;function a69_0x145c(){const _0xa3745=['8puTQqn','test_result_at','test_uuid','test_failure','KEY_FILE_LEVEL','test_failure_reason','file_name','automate_session_reason','custom_metadata','hook_failure_reason','test_session_name','11338510PmFgpB','2814524aIabRv','1DgGOXq','KEY_AUTOMATE_SESSION_STATUS','KEY_HOOKS_STARTED','KEY_TEST_ENDED_AT','KEY_TEST_ID','test_tags','hook_result','hook_name','KEY_TEST_SCOPE','KEY_TEST_LOGS','3142923ezJAyO','hook_id','KEY_TEST_RERUN_NAME','KEY_TEST_FAILURE_TYPE','test_id','KEY_LOGS','test_failure_type','test_file_path','platform_index','file_size','KEY_FILE_SIZE','1601626HSHDjl','test_location','KEY_FILE_PATH','KEY_TEST_META','KEY_HOOK_LAST_FINISHED','KEY_FILE_NAME','KEY_HOOK_LOGS','test_framework_version','event_ended_at','test_code','HOOK_REGEX','KEY_TEST_NAME','KEY_TEST_CODE','KEY_TEST_FAILURE_REASON','KEY_TEST_FRAMEWORK_NAME','test_ended_at','KEY_AUTOMATE_SESSION_REASON','test_hook_last_finished','test_hooks_finished','KEY_HOOKS_FINISHED','78lHgtbU','^(BEFORE_|AFTER_)','automate_session_status','pending','test_rerun_name','file_path','KEY_TEST_FAILURE','test_scope','DEFAULT_HOOK_RESULT','KEY_EVENT_STARTED_AT','test_hooks_started','test_started_at','KEY_HOOK_FAILURE','6721897XNfyUe','KEY_TEST_LOCATION','KEY_TEST_UUID','99945sMfhoh','KEY_HOOK_NAME','hook_failure','KEY_SESSION_NAME','hook_logs','automate_session_name','KEY_TEST_RESULT','KEY_TEST_RESULT_AT','logs','KEY_TEST_STARTED_AT','2098197CiDtqt','KEY_HOOK_LAST_STARTED','KEY_TEST_TAGS','KEY_HOOK_ID','KIND_SCREENSHOT','event_started_at','exports','KEY_CUSTOM_TAGS','test_result'];a69_0x145c=function(){return _0xa3745;};return a69_0x145c();}function a69_0x5881(_0x17cab1,_0x43f12b){const _0x145c21=a69_0x145c();return a69_0x5881=function(_0x5881ae,_0x325a74){_0x5881ae=_0x5881ae-0x16c;let _0x476b26=_0x145c21[_0x5881ae];return _0x476b26;},a69_0x5881(_0x17cab1,_0x43f12b);}module[a69_0x11fda8(0x182)]=TestFrameworkConstants;
@@ -1 +1 @@
1
- function a70_0x141f(_0x284743,_0x45e899){const _0x4e461d=a70_0x4e46();return a70_0x141f=function(_0x141f69,_0x5a3590){_0x141f69=_0x141f69-0x159;let _0x55970b=_0x4e461d[_0x141f69];return _0x55970b;},a70_0x141f(_0x284743,_0x45e899);}const a70_0x14a47d=a70_0x141f;function a70_0x4e46(){const _0x9e0f54=['6199081ORYdiy','KEY_TEST_RERUN_NAME','\x20response=',',\x20hookState:\x20','oDzWX','KEY_TEST_ATTACHMENTS','DEFAULT_TEST_RESULT','getTestUUID','KEY_HOOK_NAME','code','cQaEk','\x20testState:\x20','Stored\x20pending\x20hook\x20for\x20testId:\x20','KEY_TEST_FRAMEWORK_VERSION','setTestDetails','No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','GqNmL','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','testUUID','../instances/trackedInstance.js','failure_type','hAzkK','KEY_TEST_STARTED_AT','KEY_HOOK_ID','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','hooks','BAuEO','KEY_HOOK_RESULT','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','readLogObjects','\x20hookState:\x20','finished_at','keys','resolveInstance','KEY_CUSTOM_TAGS','getAllData','dAbcH','finishedAt','split','failure_data','uSklj','GVnHD','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','JTjlM','./constants/testFrameworkConstants.js','getPendingHooks','../TestInfo.js','\x20and\x20args\x20=\x20','inspect','../../../helpers/helper.js','OyGYx','\x20payload=','KEY_TEST_RESULT_AT','LCoYE','error','KEY_TEST_RESULT','startedAt','Updated\x20cucumber\x20test\x20result:\x20','failure_reason','trackCucumberInstance','getTrackedInstance','name','PRE','Error\x20in\x20createTestFrameworkEventPayload:\x20','getContext','LOG_REPORT','sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping','\x20\x20and\x20args\x20=\x20','MBbpO','slice','storePendingHook','KEY_HOOKS_FINISHED','KEY_EVENT_STARTED_AT','TEST','stelU',',\x20state:\x20','./testFramework','qNgFL','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','KEY_TEST_FRAMEWORK_NAME','test','base64','Parsed\x20cucumber\x20test:\x20','CUzck','gLrli','HnsUI','KEY_TEST_LOGS',',\x20state=','KEY_TEST_LOCATION','body','util','\x20&\x20hookState=','plbuf','Tracked\x20cucumber\x20hook\x20event:\x20','rCCym','DEFAULT_HOOK_RESULT','228YiQxoT','wYeQf','get','KEY_HOOK_LAST_STARTED','executionContext','createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20','VBrYD','POST','xAmYc','sendLogCreatedEvent','2038270Ciiwew','customRerunParam','removePendingHooks','sendLogCreatedEvent:\x20Error\x20in\x20sending\x20log\x20events:\x20','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test\x20result','toString','KEY_LOGS','INIT_TEST','uuid','format','No\x20hook\x20data\x20provided\x20for\x20cucumber\x20hook\x20event','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','workerInfo','40GgjduK','stringify','314460TYPVFM','meta','push','Qphvi','NrEVf','KEY_HOOK_FAILURE_REASON','trackEvent','Processing\x20','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test','getId','Rwmcc','47319KmgBQS','NONE','../state/testFrameworkState.js','375348kRlTMy','concat','testFrameworkVersion','trackCucumberInstance:\x20saved\x20instance\x20contextId=','sendLogCreatedEvent:\x20for\x20testId:\x20','trackEvent:\x20unsupported\x20testFrameworkState=','key','KEY_TEST_UUID','../../../helpers/classLogger.js','twlpW','aQLFr','testFrameworkName','getTestDetails','\x20batch\x20','addPendingHook','test_run_id','addMultipleEntries','testFrameworkState','scopes','KEY_TEST_ENDED_AT','../instances/testFrameworkInstance.js','jmQED','ceil','runHooks','logCreatedEvent','trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','KEY_TEST_FAILURE_REASON','EEdTu','debug','34043920AVKiGK','matchHookRegex','KEY_HOOKS_STARTED','failed','8lnvMaw','QXkRO','hvXgJ','testData','KEY_TEST_META','parseCucumberTestResult','createTestFrameworkEventPayload\x20testId:\x20','\x20pending\x20hooks\x20for\x20testId:\x20','\x20with\x20id\x20','KEY_TEST_NAME','failure','processPendingHooks','hookState','unknown','357183yMjING','toISOString','getCurrentTestState','\x20with\x20UUID:\x20','hook_type','getCurrentHookState','../cliUtils.js','endedAt','started_at','hasPendingHooks','length','getTestFrameworksVersions','tXErO','result','\x20with\x20result:\x20','UnhandledError','rerun_name','getProcessId','\x20target=','getTestFrameworks','hookData','parseCucumberTest','../grpcClient','trackHookEvent','KEY_HOOK_LAST_FINISHED'];a70_0x4e46=function(){return _0x9e0f54;};return a70_0x4e46();}(function(_0x224fd6,_0x22e8fd){const _0x45fa24=a70_0x141f,_0x417556=_0x224fd6();while(!![]){try{const _0x130cd6=parseInt(_0x45fa24(0x1d2))/0x1+-parseInt(_0x45fa24(0x1b5))/0x2+-parseInt(_0x45fa24(0x1cf))/0x3*(parseInt(_0x45fa24(0x1ab))/0x4)+-parseInt(_0x45fa24(0x1c2))/0x5*(parseInt(_0x45fa24(0x1c4))/0x6)+-parseInt(_0x45fa24(0x21a))/0x7+parseInt(_0x45fa24(0x1f3))/0x8*(parseInt(_0x45fa24(0x201))/0x9)+parseInt(_0x45fa24(0x1ef))/0xa;if(_0x130cd6===_0x22e8fd)break;else _0x417556['push'](_0x417556['shift']());}catch(_0x5628d5){_0x417556['push'](_0x417556['shift']());}}}(a70_0x4e46,0x91990));const TestFramework=require(a70_0x14a47d(0x197)),TestFrameworkState=require(a70_0x14a47d(0x1d1)),HookState=require('../state/hookState.js'),{createClassLogger}=require(a70_0x14a47d(0x1da)),TestFrameworkInstance=require(a70_0x14a47d(0x1e6)),CLIUtils=require(a70_0x14a47d(0x207)),TrackedInstance=require(a70_0x14a47d(0x15e)),TestFrameworkConstants=require(a70_0x14a47d(0x177)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a70_0x14a47d(0x17c)),logger=createClassLogger('CucumberTestFramework'),{v4:uuidv4}=require(a70_0x14a47d(0x1bd)),util=require(a70_0x14a47d(0x1a5)),TestInfo=require(a70_0x14a47d(0x179)),GrpcClient=require(a70_0x14a47d(0x217));class CucumberTestFramework extends TestFramework{constructor(_0x185dd6,_0x103174,_0x1107f6){super(_0x185dd6,_0x103174,_0x1107f6);}async[a70_0x14a47d(0x1ca)](_0x2a6a37,_0xc2602,_0x2def01={}){const _0x31c389=a70_0x14a47d,_0x577fdf={};_0x577fdf['tXErO']=_0x31c389(0x1eb),_0x577fdf[_0x31c389(0x21e)]=function(_0x452b9a,_0x2801dc){return _0x452b9a===_0x2801dc;},_0x577fdf[_0x31c389(0x19f)]=function(_0x5f5aba,_0x363809){return _0x5f5aba===_0x363809;},_0x577fdf[_0x31c389(0x15b)]=function(_0x38a40a,_0x12b242){return _0x38a40a===_0x12b242;},_0x577fdf[_0x31c389(0x198)]=_0x31c389(0x163);const _0x3ff978=_0x577fdf;await super[_0x31c389(0x1ca)](_0x2a6a37,_0xc2602,_0x2def01);const _0x5606f3=this['resolveInstance'](_0x2a6a37,_0xc2602,_0x2def01);if(!_0x5606f3){logger[_0x31c389(0x1ee)](_0x3ff978[_0x31c389(0x20d)]);return;}try{let _0xcebf64,_0x1bf568;switch(_0x2a6a37){case TestFrameworkState[_0x31c389(0x194)]:_0xcebf64=_0x2def01[_0x31c389(0x19b)],_0x1bf568=TestInfo[_0x31c389(0x221)](_0xcebf64['id']);if(_0x3ff978[_0x31c389(0x21e)](_0xc2602,HookState[_0x31c389(0x189)])){logger[_0x31c389(0x1ee)](_0x31c389(0x175)+_0xcebf64['id']);const _0x4a2027={};_0x4a2027['testUUID']=_0x1bf568,_0x4a2027[_0x31c389(0x1f6)]=_0xcebf64,_0x5606f3[_0x31c389(0x1e2)](this[_0x31c389(0x216)](_0x4a2027)),logger[_0x31c389(0x1ee)](_0x31c389(0x15c)+_0xcebf64['id']),await this[_0x31c389(0x1fe)](_0x5606f3,_0xcebf64['id']);}else{if(_0x3ff978[_0x31c389(0x19f)](_0xc2602,HookState[_0x31c389(0x1b2)])){const _0x2b502c={};_0x2b502c[_0x31c389(0x15d)]=_0x1bf568,_0x2b502c['testData']=_0xcebf64,_0x5606f3[_0x31c389(0x1e2)](this[_0x31c389(0x1f8)](_0x2b502c)),await this[_0x31c389(0x1fe)](_0x5606f3,_0xcebf64['id']);}}break;case TestFrameworkState[_0x31c389(0x18c)]:_0x3ff978['GqNmL'](_0xc2602,HookState['POST'])&&await this[_0x31c389(0x1b4)](_0x5606f3,_0x2a6a37,_0x2def01);break;default:if(CLIUtils[_0x31c389(0x1f0)](_0x2a6a37[_0x31c389(0x1ba)]()[_0x31c389(0x171)]('.')[0x1])){const _0x324747=await this[_0x31c389(0x218)](_0x5606f3,_0x2a6a37,_0xc2602,_0x2def01);_0x5606f3['addMultipleEntries'](_0x324747);}else logger[_0x31c389(0x1ee)](_0x31c389(0x1d7)+_0x2a6a37+_0x31c389(0x1a6)+_0xc2602);break;}}catch(_0x7853e9){logger['error'](util[_0x31c389(0x1be)](_0x3ff978[_0x31c389(0x198)],_0x2a6a37,_0xc2602,_0x2def01[_0x31c389(0x20b)],_0x7853e9));}_0x2def01['instance']=_0x5606f3,await this[_0x31c389(0x1e9)](_0x5606f3,_0x2a6a37,_0xc2602,_0x2def01);}[a70_0x14a47d(0x16c)](_0x389019,_0x425f1a,_0x868a81={}){const _0x3795c4=a70_0x14a47d,_0x4277b5={};_0x4277b5['hAzkK']=function(_0x25bd0d,_0x51115e){return _0x25bd0d===_0x51115e;},_0x4277b5[_0x3795c4(0x1db)]=function(_0x294574,_0x23cdec){return _0x294574===_0x23cdec;};const _0x370972=_0x4277b5;let _0x368a16=null;return(_0x370972[_0x3795c4(0x160)](_0x389019,TestFrameworkState[_0x3795c4(0x1bc)])||_0x370972[_0x3795c4(0x1db)](_0x389019,TestFrameworkState[_0x3795c4(0x1d0)]))&&this[_0x3795c4(0x186)](_0x389019,_0x868a81),_0x368a16=TestFramework[_0x3795c4(0x187)](),_0x368a16;}['trackCucumberInstance'](_0x6951cd,_0x7ab84e){const _0x5bf2bc=a70_0x14a47d,_0x36367c=CLIUtils['getCurrentInstanceName'](),_0x2da609=TrackedInstance['createContext'](_0x36367c);let _0x6620e3=null;logger[_0x5bf2bc(0x1ee)]('trackCucumberInstance:\x20created\x20instance\x20for\x20target='+_0x36367c+_0x5bf2bc(0x1a2)+_0x6951cd),_0x6620e3=new TestFrameworkInstance(_0x2da609,this[_0x5bf2bc(0x214)](),this[_0x5bf2bc(0x20c)](),_0x6951cd,HookState[_0x5bf2bc(0x1d0)]),TestFramework['setTrackedInstance'](_0x2da609,_0x6620e3),logger[_0x5bf2bc(0x1ee)](_0x5bf2bc(0x1d5)+_0x2da609[_0x5bf2bc(0x1cd)]()+_0x5bf2bc(0x213)+_0x36367c);}[a70_0x14a47d(0x216)](_0x3835ff){const _0xb123cb=a70_0x14a47d,_0xaa032d={};_0xaa032d['xAmYc']=_0xb123cb(0x1cc);const _0x44ef0b=_0xaa032d,{testUUID:_0x377f9b,testData:_0x270d12}=_0x3835ff;if(!_0x270d12||!_0x270d12['uuid'])return logger['debug'](_0x44ef0b[_0xb123cb(0x1b3)]),{};const _0x266889=_0x270d12[_0xb123cb(0x1bd)],_0xcc365c=_0x270d12[_0xb123cb(0x1bd)],_0x21ee73=this[_0xb123cb(0x214)]()[0x0],_0x559804=this['getTestFrameworksVersions'](),_0x2ecead={[TestFrameworkConstants[_0xb123cb(0x19a)]]:_0x21ee73,[TestFrameworkConstants[_0xb123cb(0x227)]]:_0x559804[_0x21ee73],[TestFrameworkConstants[_0xb123cb(0x1a1)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants[_0xb123cb(0x1f1)]]:{},[TestFrameworkConstants[_0xb123cb(0x1d9)]]:_0x266889,[TestFrameworkConstants[_0xb123cb(0x182)]]:TestFrameworkConstants[_0xb123cb(0x220)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x270d12['name']||'',[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x270d12['file_name']||'',[TestFrameworkConstants['KEY_TEST_ID']]:_0xcc365c,[TestFrameworkConstants[_0xb123cb(0x1fc)]]:_0x270d12[_0xb123cb(0x188)]||'',[TestFrameworkConstants[_0xb123cb(0x1a3)]]:_0x270d12['location']||'',[TestFrameworkConstants['KEY_TEST_CODE']]:_0x270d12[_0xb123cb(0x1a4)]?.[_0xb123cb(0x223)]||null,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x270d12['tags']||[],[TestFrameworkConstants[_0xb123cb(0x161)]]:_0x270d12[_0xb123cb(0x183)]||new Date()[_0xb123cb(0x202)](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x270d12['scopes']?.[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x270d12[_0xb123cb(0x1e4)]||[],[TestFrameworkConstants[_0xb123cb(0x21b)]]:_0x270d12[_0xb123cb(0x1b6)]?.[_0xb123cb(0x211)]||_0x270d12[_0xb123cb(0x188)]||'',[TestFrameworkConstants[_0xb123cb(0x16d)]]:{},[TestFrameworkConstants[_0xb123cb(0x1f7)]]:_0x270d12['meta']||{}};TestInfo[_0xb123cb(0x159)](_0xcc365c,_0x2ecead),logger[_0xb123cb(0x1ee)](_0xb123cb(0x19d)+_0x270d12['name']+_0xb123cb(0x204)+_0x266889);const _0x34f6b1={};return _0x34f6b1[_0xcc365c]=_0x2ecead,_0x34f6b1;}['parseCucumberTestResult'](_0x40ee4f){const _0x121e2f=a70_0x14a47d,_0x57e6aa={'stelU':_0x121e2f(0x1b9),'NrEVf':_0x121e2f(0x200),'MBbpO':function(_0x2ba62b,_0x3b73a1){return _0x2ba62b===_0x3b73a1;},'hvXgJ':_0x121e2f(0x1f2),'TpFOF':_0x121e2f(0x210),'HnsUI':function(_0x560077,_0x195c95,_0x158d4b){return _0x560077(_0x195c95,_0x158d4b);},'VBrYD':function(_0x2adcdf,_0x1cf80e){return _0x2adcdf>_0x1cf80e;}},{testUUID:_0x1bee95,testData:_0x1c0098}=_0x40ee4f;if(!_0x1c0098||!_0x1c0098['uuid'])return logger['debug'](_0x57e6aa[_0x121e2f(0x195)]),{};const _0x5610d0=this[_0x121e2f(0x16c)](TestFrameworkState[_0x121e2f(0x194)],HookState[_0x121e2f(0x1b2)]),_0x1f4479=_0x1c0098[_0x121e2f(0x1bd)],_0x17241a=TestInfo['getTestDetails'](_0x1f4479)||{},_0x59889f=_0x17241a?_0x17241a[TestFrameworkConstants[_0x121e2f(0x16d)]]||{}:{},_0x349b3c={..._0x17241a,[TestFrameworkConstants[_0x121e2f(0x182)]]:_0x1c0098[_0x121e2f(0x20e)]||_0x57e6aa[_0x121e2f(0x1c8)],[TestFrameworkConstants[_0x121e2f(0x1e5)]]:_0x1c0098[_0x121e2f(0x170)]||new Date()[_0x121e2f(0x202)](),[TestFrameworkConstants[_0x121e2f(0x17f)]]:new Date()[_0x121e2f(0x202)](),[TestFrameworkConstants[_0x121e2f(0x16d)]]:_0x59889f,[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants[_0x121e2f(0x1f7)]]:_0x1c0098[_0x121e2f(0x1c5)]||{}};_0x57e6aa[_0x121e2f(0x18f)](_0x1c0098['result'],_0x57e6aa[_0x121e2f(0x1f5)])&&_0x1c0098['failure']&&(_0x349b3c[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]=_0x1c0098['failure_type']||_0x57e6aa['TpFOF'],_0x349b3c[TestFrameworkConstants[_0x121e2f(0x1ec)]]=_0x1c0098[_0x121e2f(0x185)]||'',_0x349b3c[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x1c0098[_0x121e2f(0x1fd)]);const _0x13defd=TestInfo[_0x121e2f(0x1de)](_0x1f4479)[TestFrameworkConstants[_0x121e2f(0x21f)]]||{},_0x279a85=_0x57e6aa[_0x121e2f(0x1a0)](getManualUploadLogs,_0x13defd,_0x5610d0[_0x121e2f(0x16e)]()['get'](_0x1f4479)[TestFrameworkConstants[_0x121e2f(0x1d9)]]);if(_0x57e6aa[_0x121e2f(0x1b1)](_0x279a85['length'],0x0)){const _0x546b04=_0x349b3c[TestFrameworkConstants[_0x121e2f(0x1bb)]]||[];_0x349b3c[TestFrameworkConstants[_0x121e2f(0x1bb)]]=[..._0x546b04,..._0x279a85];}_0x1c0098['hooks']&&_0x57e6aa[_0x121e2f(0x1b1)](_0x1c0098[_0x121e2f(0x164)]['length'],0x0)&&(_0x349b3c[TestFrameworkConstants[_0x121e2f(0x192)]]=_0x1c0098[_0x121e2f(0x164)]);TestInfo[_0x121e2f(0x159)](_0x1f4479,_0x349b3c),logger[_0x121e2f(0x1ee)](_0x121e2f(0x184)+_0x1c0098[_0x121e2f(0x188)]+_0x121e2f(0x20f)+_0x1c0098[_0x121e2f(0x20e)]);const _0x53dbf6={};return _0x53dbf6[_0x1f4479]=_0x349b3c,_0x53dbf6;}async[a70_0x14a47d(0x218)](_0x5a35eb,_0x4b9c82,_0x16f97c,_0x5691a6){const _0x2152bd=a70_0x14a47d,_0x1cabd2={'plbuf':_0x2152bd(0x1bf),'CUzck':function(_0x18fa4a){return _0x18fa4a();},'EfrHl':function(_0x39bddb,_0x426228){return _0x39bddb in _0x426228;},'JTjlM':function(_0x129105,_0x786427){return _0x129105===_0x786427;},'LfEYp':function(_0x5ac1ec,_0x53af95){return _0x5ac1ec>_0x53af95;},'GVnHD':function(_0x46bb8f,_0x20053e){return _0x46bb8f===_0x20053e;},'jmQED':_0x2152bd(0x1f2),'EEdTu':'UnhandledError','LCoYE':'passed','uSklj':function(_0x579fec,_0x2d2f3e){return _0x579fec!==_0x2d2f3e;}},{hookData:_0x164ac6}=_0x5691a6;if(!_0x164ac6)return logger['debug'](_0x1cabd2[_0x2152bd(0x1a7)]),{};const _0x4c28f7=_0x164ac6[_0x2152bd(0x1bd)]||_0x1cabd2[_0x2152bd(0x19e)](uuidv4),_0x857040=_0x164ac6[_0x2152bd(0x1e1)],_0x115b75=_0x4b9c82[_0x2152bd(0x1ba)]()[_0x2152bd(0x171)]('.')[0x1],_0x17f0ae=TestInfo[_0x2152bd(0x1de)](_0x857040)[TestFrameworkConstants[_0x2152bd(0x16d)]]||{},_0x314ea5=_0x5a35eb[_0x2152bd(0x16e)]()[_0x2152bd(0x1ad)](_0x857040);if(!_0x314ea5)return logger[_0x2152bd(0x1ee)](_0x2152bd(0x15a)+_0x857040+',\x20storing\x20as\x20pending\x20hook'),this[_0x2152bd(0x191)](_0x5a35eb,_0x857040,_0x4b9c82,_0x16f97c,_0x5691a6),{};let _0x58715b=_0x314ea5[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x58715b&&(_0x58715b={});!_0x1cabd2['EfrHl'](_0x115b75,_0x58715b)&&(_0x58715b[_0x115b75]=[]);let _0x1f1cfe=_0x314ea5[TestFrameworkConstants[_0x2152bd(0x192)]];!_0x1f1cfe&&(_0x1f1cfe={});!_0x1cabd2['EfrHl'](_0x115b75,_0x1f1cfe)&&(_0x1f1cfe[_0x115b75]=[]);const _0x6f2668={[TestFrameworkConstants[_0x2152bd(0x1f1)]]:_0x58715b,[TestFrameworkConstants[_0x2152bd(0x192)]]:_0x1f1cfe},_0x57e198={};_0x57e198[_0x857040]=_0x6f2668;const _0x3fa70d=_0x57e198;if(_0x1cabd2['JTjlM'](_0x16f97c,HookState[_0x2152bd(0x189)])){const _0x2b5af3={[TestFrameworkConstants[_0x2152bd(0x162)]]:_0x4c28f7,[TestFrameworkConstants[_0x2152bd(0x166)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x2152bd(0x193)]]:_0x164ac6[_0x2152bd(0x209)],[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x2152bd(0x222)]]:_0x164ac6[_0x2152bd(0x205)],[TestFrameworkConstants[_0x2152bd(0x16d)]]:_0x17f0ae};_0x2b5af3[_0x2152bd(0x1d8)]=_0x115b75;const _0x53469c=_0x2b5af3;_0x58715b[_0x115b75]['push'](_0x53469c),_0x3fa70d[_0x857040][TestFrameworkConstants[_0x2152bd(0x1ae)]]=_0x115b75,logger[_0x2152bd(0x1ee)]('trackHookEvent:\x20Hook\x20Started\x20in\x20PRE\x20key\x20=\x20'+_0x115b75+'\x20&\x20hook\x20=\x20'+_0x53469c+_0x2152bd(0x18e)+_0x5691a6);}else{if(_0x1cabd2[_0x2152bd(0x176)](_0x16f97c,HookState[_0x2152bd(0x1b2)])){const _0x444d67=_0x164ac6['result'],_0x18cafe=_0x58715b[_0x115b75]||[];logger[_0x2152bd(0x1ee)]('trackHookEvent:\x20Hook\x20List\x20in\x20Post\x20'+_0x18cafe+_0x2152bd(0x17a)+_0x5691a6);if(_0x1cabd2['LfEYp'](_0x18cafe['length'],0x0)){const _0x30df4c=_0x18cafe['pop']();_0x1cabd2[_0x2152bd(0x174)](_0x164ac6[_0x2152bd(0x20e)],_0x1cabd2[_0x2152bd(0x1e7)])&&_0x164ac6[_0x2152bd(0x172)]?(_0x30df4c[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=_0x164ac6[_0x2152bd(0x15f)]||_0x1cabd2[_0x2152bd(0x1ed)],_0x30df4c[TestFrameworkConstants[_0x2152bd(0x1c9)]]=_0x164ac6[_0x2152bd(0x185)]||'',_0x30df4c[TestFrameworkConstants['KEY_HOOK_FAILURE']]=_0x164ac6[_0x2152bd(0x172)]):_0x30df4c[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x1cabd2[_0x2152bd(0x180)];_0x1cabd2[_0x2152bd(0x173)](_0x444d67,TestFrameworkConstants[_0x2152bd(0x1aa)])&&(_0x30df4c[TestFrameworkConstants[_0x2152bd(0x166)]]=_0x444d67);_0x30df4c[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x164ac6[_0x2152bd(0x16a)]||new Date()[_0x2152bd(0x202)](),_0x30df4c[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x17f0ae;const _0x4e2bce=_0x30df4c[TestFrameworkConstants[_0x2152bd(0x162)]];!_0x1f1cfe[_0x115b75]&&(_0x1f1cfe[_0x115b75]=[]),_0x1f1cfe[_0x115b75][_0x2152bd(0x1c6)](_0x30df4c),_0x3fa70d[_0x857040][TestFrameworkConstants[_0x2152bd(0x219)]]=_0x115b75;}}}return logger[_0x2152bd(0x1ee)](_0x2152bd(0x1a8)+_0x164ac6['hook_type']+_0x2152bd(0x1fb)+_0x4c28f7+'\x20for\x20test:\x20'+_0x857040),_0x3fa70d;}['createTestFrameworkEventPayload'](_0x1cdb44){const _0x5e363c=a70_0x14a47d,_0x5a2631={};_0x5a2631[_0x5e363c(0x1ac)]=_0x5e363c(0x19c);const _0x574513=_0x5a2631;try{const _0x46f7f1=_0x1cdb44[_0x5e363c(0x19b)]?_0x1cdb44['test']['id']:_0x1cdb44[_0x5e363c(0x215)][_0x5e363c(0x1e1)],_0xbbbabd=_0x1cdb44['instance'],_0x5aa762=_0xbbbabd[_0x5e363c(0x18b)](),_0x4b5b6c=_0xbbbabd['getAllData']()[_0x5e363c(0x1ad)](_0x46f7f1);if(!_0x4b5b6c)return logger['debug'](_0x5e363c(0x1c0)+_0x46f7f1),{};logger[_0x5e363c(0x1ee)](_0x5e363c(0x1f9)+_0x46f7f1);const {[TestFrameworkConstants[_0x5e363c(0x19a)]]:_0x57568b='',[TestFrameworkConstants[_0x5e363c(0x227)]]:_0x27411d='',[TestFrameworkConstants[_0x5e363c(0x161)]]:_0x28dcdc='',[TestFrameworkConstants[_0x5e363c(0x1e5)]]:_0x3b01c6=''}=_0x4b5b6c,_0x3127f6=_0xbbbabd[_0x5e363c(0x203)]()[_0x5e363c(0x1ba)]()[_0x5e363c(0x171)]('.')[0x1],_0x1ab445=_0xbbbabd[_0x5e363c(0x206)]()['toString']()['split']('.')[0x1],_0x5df116=global?.['__workerDetails']?.[_0x5e363c(0x1c1)]?.['parallelIndex'],_0x3f69e9=_0xbbbabd['getRef'](),_0x370873=Buffer['from'](JSON[_0x5e363c(0x1c3)](_0x4b5b6c))[_0x5e363c(0x1ba)](_0x574513['wYeQf']),_0x3173f5={'hash':_0x5aa762[_0x5e363c(0x1cd)](),'threadId':_0x5aa762['getThreadId']()[_0x5e363c(0x1ba)](),'processId':_0x5aa762[_0x5e363c(0x212)]()['toString']()},_0x23863a={};_0x23863a['platformIndex']=_0x5df116,_0x23863a[_0x5e363c(0x1dd)]=_0x57568b,_0x23863a[_0x5e363c(0x1d4)]=_0x27411d,_0x23863a[_0x5e363c(0x1e3)]=_0x3127f6,_0x23863a['hookState']=_0x1ab445,_0x23863a[_0x5e363c(0x183)]=_0x28dcdc,_0x23863a[_0x5e363c(0x208)]=_0x3b01c6,_0x23863a[_0x5e363c(0x1bd)]=_0x3f69e9,_0x23863a['eventJson']=_0x370873,_0x23863a[_0x5e363c(0x1af)]=_0x3173f5;const _0x12fc04=_0x23863a;return logger['debug'](_0x5e363c(0x1b0)+_0x46f7f1+_0x5e363c(0x225)+_0x3127f6+_0x5e363c(0x169)+_0x1ab445),_0x12fc04;}catch(_0x42e5cd){return logger[_0x5e363c(0x181)](_0x5e363c(0x18a)+util[_0x5e363c(0x1be)](_0x42e5cd)),{};}}async['sendLogCreatedEvent'](_0x548317,_0x81fdf2,_0x2f8ab8){const _0x41b547=a70_0x14a47d,_0x2bcb5d={'OyGYx':function(_0x5a9482,_0x242ace,_0x11e43b){return _0x5a9482(_0x242ace,_0x11e43b);},'dAbcH':function(_0xed017f,_0x380e7c){return _0xed017f===_0x380e7c;},'cQaEk':_0x41b547(0x18d),'aQLFr':function(_0x13ed25,_0x298206){return _0x13ed25/_0x298206;},'rCCym':function(_0xd05967,_0x19bcf4){return _0xd05967<_0x19bcf4;},'Qphvi':function(_0x93af9c,_0x173af5){return _0x93af9c*_0x173af5;},'QXkRO':function(_0x10342f,_0x5d4f76){return _0x10342f+_0x5d4f76;},'Rwmcc':'Cucumber\x20log\x20created\x20event'};try{const _0x188d5c=_0x2f8ab8[_0x41b547(0x15d)],_0x4fca5d=_0x548317[_0x41b547(0x16e)]()[_0x41b547(0x1ad)](_0x188d5c),{[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x599994='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x1b7363=''}=_0x4fca5d,_0x562fec=TestInfo[_0x41b547(0x168)](_0x188d5c),_0x1b5748=TestInfo[_0x41b547(0x1de)](_0x188d5c)[TestFrameworkConstants[_0x41b547(0x21f)]]||{},_0xf8de7f=_0x2bcb5d[_0x41b547(0x17d)](getMediaArtifactsLogs,_0x1b5748,_0x548317[_0x41b547(0x16e)]()[_0x41b547(0x1ad)](_0x188d5c)[TestFrameworkConstants[_0x41b547(0x1d9)]]),_0x154e59=(_0x562fec||[])[_0x41b547(0x1d3)](_0xf8de7f||[]);if(!_0x154e59||_0x2bcb5d[_0x41b547(0x16f)](_0x154e59[_0x41b547(0x20b)],0x0)){logger[_0x41b547(0x1ee)](_0x2bcb5d[_0x41b547(0x224)]);return;}const _0x27b2d2=0x28,_0xf43e9b=Math[_0x41b547(0x1e8)](_0x2bcb5d[_0x41b547(0x1dc)](_0x154e59['length'],_0x27b2d2));for(let _0x458161=0x0;_0x2bcb5d[_0x41b547(0x1a9)](_0x458161,_0xf43e9b);_0x458161++){const _0x435217=_0x2bcb5d[_0x41b547(0x1c7)](_0x458161,_0x27b2d2),_0x3e038a=_0x2bcb5d[_0x41b547(0x1f4)](_0x435217,_0x27b2d2),_0x5a49db=_0x154e59[_0x41b547(0x190)](_0x435217,_0x3e038a),_0x2e6c05={'platformIndex':'0','logs':_0x5a49db,'testFrameworkName':_0x599994,'testFrameworkVersion':_0x1b7363,'testFrameworkState':_0x81fdf2['toString']()[_0x41b547(0x171)]('.')[0x1]};logger[_0x41b547(0x1ee)](_0x41b547(0x1d6)+_0x188d5c+'\x20batch\x20'+_0x2bcb5d[_0x41b547(0x1f4)](_0x458161,0x1)+'/'+_0xf43e9b+_0x41b547(0x17e)+util[_0x41b547(0x17b)](_0x2e6c05));const _0x545e95=await GrpcClient['getInstance']()[_0x41b547(0x1ea)](_0x2e6c05);logger['debug']('sendLogCreatedEvent:\x20for\x20testId:\x20'+_0x188d5c+_0x41b547(0x1df)+_0x2bcb5d[_0x41b547(0x1f4)](_0x458161,0x1)+'/'+_0xf43e9b+_0x41b547(0x21c)+util[_0x41b547(0x17b)](_0x545e95));}}catch(_0x4524e3){logger[_0x41b547(0x181)](_0x41b547(0x1b8)+util['format'](_0x4524e3));}logger[_0x41b547(0x1ee)](_0x2bcb5d[_0x41b547(0x1ce)]);}['storePendingHook'](_0x51e888,_0x4d385f,_0x3ce4ba,_0x59e36b,_0x5a1c0a){const _0xfc72d0=a70_0x14a47d,_0x91bcaa={'testId':_0x4d385f,'testFrameworkState':_0x3ce4ba,'hookState':_0x59e36b,'args':_0x5a1c0a,'timestamp':new Date()[_0xfc72d0(0x202)]()};_0x51e888[_0xfc72d0(0x1e0)](_0x4d385f,_0x91bcaa),logger[_0xfc72d0(0x1ee)](_0xfc72d0(0x226)+_0x4d385f+_0xfc72d0(0x196)+_0x3ce4ba+_0xfc72d0(0x21d)+_0x59e36b);}async[a70_0x14a47d(0x1fe)](_0x1f9daa,_0xeceb4f){const _0x4c4383=a70_0x14a47d,_0x581c30={};_0x581c30[_0x4c4383(0x165)]=function(_0x36a9eb,_0x4992d9){return _0x36a9eb>_0x4992d9;};const _0x34c0bf=_0x581c30;if(!_0x1f9daa[_0x4c4383(0x20a)](_0xeceb4f))return;const _0x70ec0a=_0x1f9daa[_0x4c4383(0x178)](_0xeceb4f);logger[_0x4c4383(0x1ee)](_0x4c4383(0x1cb)+_0x70ec0a[_0x4c4383(0x20b)]+_0x4c4383(0x1fa)+_0xeceb4f);for(const _0x2a0ae2 of _0x70ec0a){try{const _0x542d6d=await this[_0x4c4383(0x218)](_0x1f9daa,_0x2a0ae2['testFrameworkState'],_0x2a0ae2[_0x4c4383(0x1ff)],_0x2a0ae2['args']);_0x542d6d&&_0x34c0bf['BAuEO'](Object[_0x4c4383(0x16b)](_0x542d6d)[_0x4c4383(0x20b)],0x0)&&_0x1f9daa[_0x4c4383(0x1e2)](_0x542d6d),await this['runHooks'](_0x1f9daa,_0x2a0ae2[_0x4c4383(0x1e3)],_0x2a0ae2[_0x4c4383(0x1ff)],_0x2a0ae2['args']);}catch(_0x3a696a){logger[_0x4c4383(0x181)](_0x4c4383(0x167)+_0xeceb4f+',\x20error:\x20'+_0x3a696a);}}_0x1f9daa[_0x4c4383(0x1b7)](_0xeceb4f),logger[_0x4c4383(0x1ee)](_0x4c4383(0x199)+_0xeceb4f);}}module['exports']=CucumberTestFramework;
1
+ function a70_0x16fa(){const _0x504426=['afknI','exports','getTestDetails','1616607htdcHR','KEY_TEST_STARTED_AT','aLHas','../grpcClient','KEY_TEST_RESULT_AT','testUUID','KEY_AUTOMATE_SESSION_NAME','__workerDetails','KPiUY','readLogObjects','getContext','failure_reason','removePendingHooks','KEY_HOOK_FAILURE_TYPE','addPendingHook','YNdQl','No\x20hook\x20data\x20provided\x20for\x20cucumber\x20hook\x20event','83982hZrymO','createTestFrameworkEventPayload','KEY_TEST_LOCATION','testFrameworkName','parallelIndex','KEY_TEST_FILE_PATH','scopes','resolveInstance','ceil','\x20response=','DJVBZ','POST','../state/hookState.js',',\x20storing\x20as\x20pending\x20hook','customRerunParam','\x20hookState:\x20','toISOString','result','finished_at','trackHookEvent:\x20Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','../state/testFrameworkState.js','ZfXxQ','Processing\x20','KEY_HOOK_RESULT','hook_type','../cliUtils.js','87762qdcUVW','2304434HETkXY','jBHhg','getPendingHooks','Parsed\x20cucumber\x20test:\x20','args','unknown','KEY_TEST_RESULT','debug','push','KEY_TEST_NAME','fTLXq','split','instance','addMultipleEntries','finishedAt','KEY_CUSTOM_TAGS','code','ivspe','DEFAULT_HOOK_RESULT','test','from',',\x20state:\x20','getTestFrameworks','85JiXjZz','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test','WjJNF','../../../helpers/helper.js','runHooks','hooks','workerInfo','./constants/testFrameworkConstants.js','parseCucumberTestResult','key','\x20with\x20id\x20','1vsDNff','sWGIt','eventJson','\x20testState:\x20','testData','format','CucumberTestFramework','\x20for\x20test:\x20','KEY_HOOK_ID','KEY_TEST_FAILURE_REASON','KEY_TEST_ID','trackCucumberInstance:\x20saved\x20instance\x20contextId=','getId','storePendingHook','KEY_HOOKS_FINISHED','gBMOK','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','get','UnhandledError','KEY_HOOK_LAST_STARTED','hasPendingHooks','testFrameworkState','Mthvk','KEY_TEST_FAILURE_TYPE','getCurrentInstanceName','test_run_id','WCYuV','XsLqO','failure_type','processPendingHooks','KEY_TEST_FRAMEWORK_VERSION','hookState','failure','KEY_TEST_UUID','platformIndex','28qMEPGr','setTestDetails','keys','Tracked\x20cucumber\x20hook\x20event:\x20','MJIHF','toString','KEY_TEST_SCOPE','error','424VtwpmJ','pop','getAllData','JBWai','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','name','lIQfr','bWwOG','inspect','startedAt','../instances/trackedInstance.js',',\x20state=','createContext','getTestUUID','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','10rpYXAB','trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','createTestFrameworkEventPayload\x20testId:\x20','ZtQIW','trackCucumberInstance','KEY_HOOKS_STARTED','stringify','testFrameworkVersion','NONE','36519nXFyey','KEY_TEST_CODE','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test\x20result','logCreatedEvent','body','KEY_TEST_META','KEY_TEST_TAGS','KEY_TEST_FRAMEWORK_NAME','13610340cSOWuk','ANDre','./testFramework','trackHookEvent:\x20Hook\x20List\x20in\x20Post\x20','getProcessId','KEY_TEST_SCOPES','\x20batch\x20','\x20\x20and\x20args\x20=\x20','sendLogCreatedEvent:\x20for\x20testId:\x20','\x20payload=','getInstance','hookData','KEY_HOOK_NAME','util','DKWsH','KEY_EVENT_STARTED_AT','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','KEY_LOGS','getThreadId','getTestFrameworksVersions','parseCucumberTest','TpZpm','Stored\x20pending\x20hook\x20for\x20testId:\x20','trackEvent','PRE','../instances/testFrameworkInstance.js','endedAt','458878BxSQJB',',\x20error:\x20','executionContext','No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','location','LOG_REPORT','failure_data','\x20with\x20UUID:\x20','aMBKR','KEY_TEST_LOGS','YwkIW','trackHookEvent','sendLogCreatedEvent','Cucumber\x20log\x20created\x20event','Fsszg','\x20with\x20result:\x20','LLFAX','getTrackedInstance','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','KEY_TEST_ENDED_AT','\x20pending\x20hooks\x20for\x20testId:\x20','../../../helpers/classLogger.js','meta','length','tags','KEY_HOOK_LAST_FINISHED','KEY_TEST_RERUN_NAME','QITia','uuid'];a70_0x16fa=function(){return _0x504426;};return a70_0x16fa();}const a70_0x24dd00=a70_0x4d7b;(function(_0x181cf1,_0x583b87){const _0x1438bc=a70_0x4d7b,_0x548810=_0x181cf1();while(!![]){try{const _0x5b5042=-parseInt(_0x1438bc(0x1e5))/0x1*(parseInt(_0x1438bc(0x24b))/0x2)+-parseInt(_0x1438bc(0x1a8))/0x3*(parseInt(_0x1438bc(0x208))/0x4)+-parseInt(_0x1438bc(0x1da))/0x5*(parseInt(_0x1438bc(0x1c2))/0x6)+-parseInt(_0x1438bc(0x228))/0x7*(parseInt(_0x1438bc(0x210))/0x8)+parseInt(_0x1438bc(0x197))/0x9*(parseInt(_0x1438bc(0x21f))/0xa)+-parseInt(_0x1438bc(0x1c3))/0xb+parseInt(_0x1438bc(0x230))/0xc;if(_0x5b5042===_0x583b87)break;else _0x548810['push'](_0x548810['shift']());}catch(_0x1fa4b2){_0x548810['push'](_0x548810['shift']());}}}(a70_0x16fa,0x258a7));function a70_0x4d7b(_0x10333d,_0x442192){const _0x16faa7=a70_0x16fa();return a70_0x4d7b=function(_0x4d7b65,_0x1e5d5c){_0x4d7b65=_0x4d7b65-0x17c;let _0x55923d=_0x16faa7[_0x4d7b65];return _0x55923d;},a70_0x4d7b(_0x10333d,_0x442192);}const TestFramework=require(a70_0x24dd00(0x232)),TestFrameworkState=require(a70_0x24dd00(0x1bc)),HookState=require(a70_0x24dd00(0x1b4)),{createClassLogger}=require(a70_0x24dd00(0x18c)),TestFrameworkInstance=require(a70_0x24dd00(0x249)),CLIUtils=require(a70_0x24dd00(0x1c1)),TrackedInstance=require(a70_0x24dd00(0x21a)),TestFrameworkConstants=require(a70_0x24dd00(0x1e1)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a70_0x24dd00(0x1dd)),logger=createClassLogger(a70_0x24dd00(0x1eb)),{v4:uuidv4}=require(a70_0x24dd00(0x193)),util=require(a70_0x24dd00(0x23d)),TestInfo=require('../TestInfo.js'),GrpcClient=require(a70_0x24dd00(0x19a));class CucumberTestFramework extends TestFramework{constructor(_0x2a6d4f,_0x404bda,_0x4a097c){super(_0x2a6d4f,_0x404bda,_0x4a097c);}async[a70_0x24dd00(0x247)](_0x4957a7,_0x372e0f,_0x4156b5={}){const _0x4e175c=a70_0x24dd00,_0x489488={};_0x489488['ANDre']=_0x4e175c(0x220),_0x489488[_0x4e175c(0x213)]=function(_0x215e59,_0x15c65d){return _0x215e59===_0x15c65d;},_0x489488[_0x4e175c(0x200)]=_0x4e175c(0x1f5);const _0x1c030f=_0x489488;await super['trackEvent'](_0x4957a7,_0x372e0f,_0x4156b5);const _0x3d1b23=this[_0x4e175c(0x1af)](_0x4957a7,_0x372e0f,_0x4156b5);if(!_0x3d1b23){logger[_0x4e175c(0x1ca)](_0x1c030f[_0x4e175c(0x231)]);return;}try{let _0x20f872,_0x22f2a0;switch(_0x4957a7){case TestFrameworkState['TEST']:_0x20f872=_0x4156b5[_0x4e175c(0x1d6)],_0x22f2a0=TestInfo[_0x4e175c(0x21d)](_0x20f872['id']);if(_0x1c030f['JBWai'](_0x372e0f,HookState[_0x4e175c(0x248)])){logger[_0x4e175c(0x1ca)](_0x4e175c(0x189)+_0x20f872['id']);const _0x2f2479={};_0x2f2479[_0x4e175c(0x19c)]=_0x22f2a0,_0x2f2479[_0x4e175c(0x1e9)]=_0x20f872,_0x3d1b23['addMultipleEntries'](this[_0x4e175c(0x244)](_0x2f2479)),logger['debug'](_0x4e175c(0x21e)+_0x20f872['id']),await this[_0x4e175c(0x202)](_0x3d1b23,_0x20f872['id']);}else{if(_0x1c030f[_0x4e175c(0x213)](_0x372e0f,HookState[_0x4e175c(0x1b3)])){const _0x313624={};_0x313624[_0x4e175c(0x19c)]=_0x22f2a0,_0x313624[_0x4e175c(0x1e9)]=_0x20f872,_0x3d1b23[_0x4e175c(0x1d0)](this[_0x4e175c(0x1e2)](_0x313624)),await this['processPendingHooks'](_0x3d1b23,_0x20f872['id']);}}break;case TestFrameworkState[_0x4e175c(0x17c)]:_0x1c030f[_0x4e175c(0x213)](_0x372e0f,HookState[_0x4e175c(0x1b3)])&&await this['sendLogCreatedEvent'](_0x3d1b23,_0x4957a7,_0x4156b5);break;default:if(CLIUtils['matchHookRegex'](_0x4957a7[_0x4e175c(0x20d)]()[_0x4e175c(0x1ce)]('.')[0x1])){const _0x32ab4b=await this[_0x4e175c(0x182)](_0x3d1b23,_0x4957a7,_0x372e0f,_0x4156b5);_0x3d1b23[_0x4e175c(0x1d0)](_0x32ab4b);}else logger[_0x4e175c(0x1ca)]('trackEvent:\x20unsupported\x20testFrameworkState='+_0x4957a7+'\x20&\x20hookState='+_0x372e0f);break;}}catch(_0x2bb31d){logger[_0x4e175c(0x20f)](util[_0x4e175c(0x1ea)](_0x1c030f['XsLqO'],_0x4957a7,_0x372e0f,_0x4156b5[_0x4e175c(0x18e)],_0x2bb31d));}_0x4156b5[_0x4e175c(0x1cf)]=_0x3d1b23,await this[_0x4e175c(0x1de)](_0x3d1b23,_0x4957a7,_0x372e0f,_0x4156b5);}[a70_0x24dd00(0x1af)](_0xf73b80,_0x1d6dc2,_0xc5905d={}){const _0x3899e8=a70_0x24dd00,_0x228712={};_0x228712[_0x3899e8(0x194)]=function(_0x4251c7,_0x25f5aa){return _0x4251c7===_0x25f5aa;},_0x228712[_0x3899e8(0x187)]=function(_0x38f1a2,_0x5978dd){return _0x38f1a2===_0x5978dd;};const _0x5f4406=_0x228712;let _0x3178ce=null;return(_0x5f4406[_0x3899e8(0x194)](_0xf73b80,TestFrameworkState['INIT_TEST'])||_0x5f4406[_0x3899e8(0x187)](_0xf73b80,TestFrameworkState[_0x3899e8(0x227)]))&&this[_0x3899e8(0x223)](_0xf73b80,_0xc5905d),_0x3178ce=TestFramework[_0x3899e8(0x188)](),_0x3178ce;}['trackCucumberInstance'](_0x45ca1d,_0x2bfc17){const _0x1a8d18=a70_0x24dd00,_0x2afc24=CLIUtils[_0x1a8d18(0x1fd)](),_0x517603=TrackedInstance[_0x1a8d18(0x21c)](_0x2afc24);let _0x9bc10f=null;logger[_0x1a8d18(0x1ca)]('trackCucumberInstance:\x20created\x20instance\x20for\x20target='+_0x2afc24+_0x1a8d18(0x21b)+_0x45ca1d),_0x9bc10f=new TestFrameworkInstance(_0x517603,this['getTestFrameworks'](),this['getTestFrameworksVersions'](),_0x45ca1d,HookState[_0x1a8d18(0x227)]),TestFramework['setTrackedInstance'](_0x517603,_0x9bc10f),logger[_0x1a8d18(0x1ca)](_0x1a8d18(0x1f0)+_0x517603[_0x1a8d18(0x1f1)]()+'\x20target='+_0x2afc24);}[a70_0x24dd00(0x244)](_0x1d6131){const _0x5579a9=a70_0x24dd00,_0x176e23={};_0x176e23[_0x5579a9(0x1cd)]=_0x5579a9(0x1db);const _0x24e80d=_0x176e23,{testUUID:_0x4d3792,testData:_0x344e31}=_0x1d6131;if(!_0x344e31||!_0x344e31[_0x5579a9(0x193)])return logger['debug'](_0x24e80d[_0x5579a9(0x1cd)]),{};const _0x45d43b=_0x344e31[_0x5579a9(0x193)],_0x1e9401=_0x344e31[_0x5579a9(0x193)],_0x4d66ef=this[_0x5579a9(0x1d9)]()[0x0],_0x186f46=this[_0x5579a9(0x243)](),_0x778d80={[TestFrameworkConstants[_0x5579a9(0x22f)]]:_0x4d66ef,[TestFrameworkConstants[_0x5579a9(0x203)]]:_0x186f46[_0x4d66ef],[TestFrameworkConstants[_0x5579a9(0x180)]]:[],[TestFrameworkConstants[_0x5579a9(0x1f3)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x5579a9(0x206)]]:_0x45d43b,[TestFrameworkConstants[_0x5579a9(0x1c9)]]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants[_0x5579a9(0x19d)]]:_0x344e31[_0x5579a9(0x215)]||'',[TestFrameworkConstants[_0x5579a9(0x1ad)]]:_0x344e31['file_name']||'',[TestFrameworkConstants[_0x5579a9(0x1ef)]]:_0x1e9401,[TestFrameworkConstants[_0x5579a9(0x1cc)]]:_0x344e31[_0x5579a9(0x215)]||'',[TestFrameworkConstants[_0x5579a9(0x1aa)]]:_0x344e31[_0x5579a9(0x24f)]||'',[TestFrameworkConstants[_0x5579a9(0x229)]]:_0x344e31[_0x5579a9(0x22c)]?.[_0x5579a9(0x1d3)]||null,[TestFrameworkConstants[_0x5579a9(0x22e)]]:_0x344e31[_0x5579a9(0x18f)]||[],[TestFrameworkConstants[_0x5579a9(0x198)]]:_0x344e31[_0x5579a9(0x219)]||new Date()[_0x5579a9(0x1b8)](),[TestFrameworkConstants[_0x5579a9(0x20e)]]:_0x344e31[_0x5579a9(0x1ae)]?.[0x0]||'',[TestFrameworkConstants[_0x5579a9(0x235)]]:_0x344e31[_0x5579a9(0x1ae)]||[],[TestFrameworkConstants[_0x5579a9(0x191)]]:_0x344e31[_0x5579a9(0x1b6)]?.['rerun_name']||_0x344e31['name']||'',[TestFrameworkConstants[_0x5579a9(0x1d2)]]:{},[TestFrameworkConstants[_0x5579a9(0x22d)]]:_0x344e31[_0x5579a9(0x18d)]||{}};TestInfo[_0x5579a9(0x209)](_0x1e9401,_0x778d80),logger[_0x5579a9(0x1ca)](_0x5579a9(0x1c6)+_0x344e31['name']+_0x5579a9(0x17e)+_0x45d43b);const _0x50b4d0={};return _0x50b4d0[_0x1e9401]=_0x778d80,_0x50b4d0;}[a70_0x24dd00(0x1e2)](_0x82a03){const _0x1c55e0=a70_0x24dd00,_0x94cba5={'Mthvk':_0x1c55e0(0x22a),'jNoeS':_0x1c55e0(0x1c8),'YwkIW':function(_0x37fe2c,_0x3b8016){return _0x37fe2c===_0x3b8016;},'Fsszg':'failed','sWGIt':_0x1c55e0(0x1f7),'YNdQl':function(_0x35318b,_0x5b113a,_0x50812a){return _0x35318b(_0x5b113a,_0x50812a);},'MJIHF':function(_0x5c6602,_0x441540){return _0x5c6602>_0x441540;},'ivspe':function(_0x1ab584,_0x46f774){return _0x1ab584>_0x46f774;}},{testUUID:_0x5a740b,testData:_0x3dc614}=_0x82a03;if(!_0x3dc614||!_0x3dc614[_0x1c55e0(0x193)])return logger[_0x1c55e0(0x1ca)](_0x94cba5[_0x1c55e0(0x1fb)]),{};const _0x5c2b97=this[_0x1c55e0(0x1af)](TestFrameworkState['TEST'],HookState[_0x1c55e0(0x1b3)]),_0x98bd4=_0x3dc614[_0x1c55e0(0x193)],_0x1596eb=TestInfo[_0x1c55e0(0x196)](_0x98bd4)||{},_0x570a74=_0x1596eb?_0x1596eb[TestFrameworkConstants[_0x1c55e0(0x1d2)]]||{}:{},_0x54d811={..._0x1596eb,[TestFrameworkConstants[_0x1c55e0(0x1c9)]]:_0x3dc614[_0x1c55e0(0x1b9)]||_0x94cba5['jNoeS'],[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x3dc614[_0x1c55e0(0x1d1)]||new Date()[_0x1c55e0(0x1b8)](),[TestFrameworkConstants[_0x1c55e0(0x19b)]]:new Date()[_0x1c55e0(0x1b8)](),[TestFrameworkConstants[_0x1c55e0(0x1d2)]]:_0x570a74,[TestFrameworkConstants[_0x1c55e0(0x241)]]:[],[TestFrameworkConstants[_0x1c55e0(0x22d)]]:_0x3dc614[_0x1c55e0(0x18d)]||{}};_0x94cba5[_0x1c55e0(0x181)](_0x3dc614[_0x1c55e0(0x1b9)],_0x94cba5[_0x1c55e0(0x185)])&&_0x3dc614['failure']&&(_0x54d811[TestFrameworkConstants[_0x1c55e0(0x1fc)]]=_0x3dc614['failure_type']||_0x94cba5[_0x1c55e0(0x1e6)],_0x54d811[TestFrameworkConstants[_0x1c55e0(0x1ee)]]=_0x3dc614['failure_reason']||'',_0x54d811[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x3dc614[_0x1c55e0(0x205)]);const _0x69910=TestInfo[_0x1c55e0(0x196)](_0x98bd4)[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x3f0569=_0x94cba5[_0x1c55e0(0x1a6)](getManualUploadLogs,_0x69910,_0x5c2b97[_0x1c55e0(0x212)]()[_0x1c55e0(0x1f6)](_0x98bd4)[TestFrameworkConstants[_0x1c55e0(0x206)]]);if(_0x94cba5[_0x1c55e0(0x20c)](_0x3f0569[_0x1c55e0(0x18e)],0x0)){const _0x10ffa9=_0x54d811[TestFrameworkConstants[_0x1c55e0(0x241)]]||[];_0x54d811[TestFrameworkConstants[_0x1c55e0(0x241)]]=[..._0x10ffa9,..._0x3f0569];}_0x3dc614[_0x1c55e0(0x1df)]&&_0x94cba5[_0x1c55e0(0x1d4)](_0x3dc614['hooks']['length'],0x0)&&(_0x54d811[TestFrameworkConstants[_0x1c55e0(0x1f3)]]=_0x3dc614[_0x1c55e0(0x1df)]);TestInfo[_0x1c55e0(0x209)](_0x98bd4,_0x54d811),logger[_0x1c55e0(0x1ca)]('Updated\x20cucumber\x20test\x20result:\x20'+_0x3dc614['name']+_0x1c55e0(0x186)+_0x3dc614['result']);const _0x220fca={};return _0x220fca[_0x98bd4]=_0x54d811,_0x220fca;}async[a70_0x24dd00(0x182)](_0x5e20d5,_0x1ea46e,_0xb3d420,_0x334f5a){const _0xc989ea=a70_0x24dd00,_0x2e4937={'QITia':_0xc989ea(0x1a7),'WjJNF':function(_0x353c00){return _0x353c00();},'bWwOG':function(_0x4b8b2a,_0x1c3163){return _0x4b8b2a in _0x1c3163;},'WCYuV':function(_0x306474,_0x2a8a3c){return _0x306474===_0x2a8a3c;},'KPiUY':function(_0x136383,_0x4077cf){return _0x136383>_0x4077cf;},'aMBKR':'failed','ZfXxQ':_0xc989ea(0x1f7),'DKWsH':'passed','ZtQIW':function(_0x143829,_0x16cab2){return _0x143829!==_0x16cab2;}},{hookData:_0x2cf95a}=_0x334f5a;if(!_0x2cf95a)return logger['debug'](_0x2e4937[_0xc989ea(0x192)]),{};const _0x4f9551=_0x2cf95a[_0xc989ea(0x193)]||_0x2e4937[_0xc989ea(0x1dc)](uuidv4),_0x3af019=_0x2cf95a['test_run_id'],_0x515e2c=_0x1ea46e[_0xc989ea(0x20d)]()[_0xc989ea(0x1ce)]('.')[0x1],_0x540914=TestInfo[_0xc989ea(0x196)](_0x3af019)[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{},_0x1b0d32=_0x5e20d5['getAllData']()[_0xc989ea(0x1f6)](_0x3af019);if(!_0x1b0d32)return logger[_0xc989ea(0x1ca)](_0xc989ea(0x24e)+_0x3af019+_0xc989ea(0x1b5)),this[_0xc989ea(0x1f2)](_0x5e20d5,_0x3af019,_0x1ea46e,_0xb3d420,_0x334f5a),{};let _0x5932df=_0x1b0d32[TestFrameworkConstants[_0xc989ea(0x224)]];!_0x5932df&&(_0x5932df={});!_0x2e4937[_0xc989ea(0x217)](_0x515e2c,_0x5932df)&&(_0x5932df[_0x515e2c]=[]);let _0x4b54fa=_0x1b0d32[TestFrameworkConstants[_0xc989ea(0x1f3)]];!_0x4b54fa&&(_0x4b54fa={});!_0x2e4937[_0xc989ea(0x217)](_0x515e2c,_0x4b54fa)&&(_0x4b54fa[_0x515e2c]=[]);const _0x32af7f={[TestFrameworkConstants[_0xc989ea(0x224)]]:_0x5932df,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x4b54fa},_0x148bfa={};_0x148bfa[_0x3af019]=_0x32af7f;const _0x5cc38a=_0x148bfa;if(_0x2e4937[_0xc989ea(0x1ff)](_0xb3d420,HookState[_0xc989ea(0x248)])){const _0xcb6a23={[TestFrameworkConstants['KEY_HOOK_ID']]:_0x4f9551,[TestFrameworkConstants[_0xc989ea(0x1bf)]]:TestFrameworkConstants[_0xc989ea(0x1d5)],[TestFrameworkConstants[_0xc989ea(0x23f)]]:_0x2cf95a['started_at'],[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0xc989ea(0x23c)]]:_0x2cf95a[_0xc989ea(0x1c0)],[TestFrameworkConstants[_0xc989ea(0x1d2)]]:_0x540914};_0xcb6a23[_0xc989ea(0x1e3)]=_0x515e2c;const _0x5bcaf9=_0xcb6a23;_0x5932df[_0x515e2c][_0xc989ea(0x1cb)](_0x5bcaf9),_0x5cc38a[_0x3af019][TestFrameworkConstants[_0xc989ea(0x1f8)]]=_0x515e2c,logger[_0xc989ea(0x1ca)](_0xc989ea(0x1bb)+_0x515e2c+'\x20&\x20hook\x20=\x20'+_0x5bcaf9+_0xc989ea(0x237)+_0x334f5a);}else{if(_0x2e4937[_0xc989ea(0x1ff)](_0xb3d420,HookState[_0xc989ea(0x1b3)])){const _0x13e736=_0x2cf95a['result'],_0x512598=_0x5932df[_0x515e2c]||[];logger['debug'](_0xc989ea(0x233)+_0x512598+'\x20and\x20args\x20=\x20'+_0x334f5a);if(_0x2e4937[_0xc989ea(0x19f)](_0x512598[_0xc989ea(0x18e)],0x0)){const _0x5f0684=_0x512598[_0xc989ea(0x211)]();_0x2e4937[_0xc989ea(0x1ff)](_0x2cf95a[_0xc989ea(0x1b9)],_0x2e4937[_0xc989ea(0x17f)])&&_0x2cf95a[_0xc989ea(0x17d)]?(_0x5f0684[TestFrameworkConstants[_0xc989ea(0x1a4)]]=_0x2cf95a[_0xc989ea(0x201)]||_0x2e4937[_0xc989ea(0x1bd)],_0x5f0684[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]=_0x2cf95a[_0xc989ea(0x1a2)]||'',_0x5f0684[TestFrameworkConstants['KEY_HOOK_FAILURE']]=_0x2cf95a['failure_data']):_0x5f0684[TestFrameworkConstants[_0xc989ea(0x1bf)]]=_0x2e4937[_0xc989ea(0x23e)];_0x2e4937[_0xc989ea(0x222)](_0x13e736,TestFrameworkConstants[_0xc989ea(0x1d5)])&&(_0x5f0684[TestFrameworkConstants[_0xc989ea(0x1bf)]]=_0x13e736);_0x5f0684[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x2cf95a[_0xc989ea(0x1ba)]||new Date()[_0xc989ea(0x1b8)](),_0x5f0684[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x540914;const _0x1929cf=_0x5f0684[TestFrameworkConstants[_0xc989ea(0x1ed)]];!_0x4b54fa[_0x515e2c]&&(_0x4b54fa[_0x515e2c]=[]),_0x4b54fa[_0x515e2c]['push'](_0x5f0684),_0x5cc38a[_0x3af019][TestFrameworkConstants[_0xc989ea(0x190)]]=_0x515e2c;}}}return logger['debug'](_0xc989ea(0x20b)+_0x2cf95a['hook_type']+_0xc989ea(0x1e4)+_0x4f9551+_0xc989ea(0x1ec)+_0x3af019),_0x5cc38a;}[a70_0x24dd00(0x1a9)](_0x489c85){const _0x5cc096=a70_0x24dd00,_0x85a140={};_0x85a140['aLHas']='base64';const _0xe28310=_0x85a140;try{const _0x15310a=_0x489c85[_0x5cc096(0x1d6)]?_0x489c85['test']['id']:_0x489c85[_0x5cc096(0x23b)][_0x5cc096(0x1fe)],_0x4e6324=_0x489c85[_0x5cc096(0x1cf)],_0x3d62b5=_0x4e6324[_0x5cc096(0x1a1)](),_0x84efed=_0x4e6324[_0x5cc096(0x212)]()[_0x5cc096(0x1f6)](_0x15310a);if(!_0x84efed)return logger[_0x5cc096(0x1ca)]('createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x15310a),{};logger['debug'](_0x5cc096(0x221)+_0x15310a);const {[TestFrameworkConstants[_0x5cc096(0x22f)]]:_0x17ec04='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x403635='',[TestFrameworkConstants[_0x5cc096(0x198)]]:_0x10a1b4='',[TestFrameworkConstants[_0x5cc096(0x18a)]]:_0x2a7bb4=''}=_0x84efed,_0x2f26c6=_0x4e6324['getCurrentTestState']()[_0x5cc096(0x20d)]()['split']('.')[0x1],_0x22b44a=_0x4e6324['getCurrentHookState']()[_0x5cc096(0x20d)]()[_0x5cc096(0x1ce)]('.')[0x1],_0x6f2065=global?.[_0x5cc096(0x19e)]?.[_0x5cc096(0x1e0)]?.[_0x5cc096(0x1ac)],_0x4dfb10=_0x4e6324['getRef'](),_0x3c1178=Buffer[_0x5cc096(0x1d7)](JSON[_0x5cc096(0x225)](_0x84efed))[_0x5cc096(0x20d)](_0xe28310[_0x5cc096(0x199)]),_0x3b835d={'hash':_0x3d62b5['getId'](),'threadId':_0x3d62b5[_0x5cc096(0x242)]()['toString'](),'processId':_0x3d62b5[_0x5cc096(0x234)]()['toString']()},_0x3e940a={};_0x3e940a[_0x5cc096(0x207)]=_0x6f2065,_0x3e940a[_0x5cc096(0x1ab)]=_0x17ec04,_0x3e940a[_0x5cc096(0x226)]=_0x403635,_0x3e940a[_0x5cc096(0x1fa)]=_0x2f26c6,_0x3e940a[_0x5cc096(0x204)]=_0x22b44a,_0x3e940a['startedAt']=_0x10a1b4,_0x3e940a[_0x5cc096(0x24a)]=_0x2a7bb4,_0x3e940a[_0x5cc096(0x193)]=_0x4dfb10,_0x3e940a[_0x5cc096(0x1e7)]=_0x3c1178,_0x3e940a[_0x5cc096(0x24d)]=_0x3b835d;const _0x14f2ca=_0x3e940a;return logger['debug']('createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20'+_0x15310a+_0x5cc096(0x1e8)+_0x2f26c6+_0x5cc096(0x1b7)+_0x22b44a),_0x14f2ca;}catch(_0xe44a01){return logger['error']('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util[_0x5cc096(0x1ea)](_0xe44a01)),{};}}async[a70_0x24dd00(0x183)](_0x262b35,_0x126b04,_0x3d7c39){const _0x158bf0=a70_0x24dd00,_0xcecbbb={'VbPFR':function(_0x5f2877,_0x5c1b1f,_0x25d43c){return _0x5f2877(_0x5c1b1f,_0x25d43c);},'DJVBZ':function(_0x26992a,_0x447dae){return _0x26992a===_0x447dae;},'TpZpm':'sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping','TydwY':function(_0x1dd5b4,_0x5214a5){return _0x1dd5b4/_0x5214a5;},'lIQfr':function(_0xd2a8c,_0x11b17e){return _0xd2a8c<_0x11b17e;},'TwPCh':function(_0x212f68,_0x51ee25){return _0x212f68*_0x51ee25;},'YBzuH':function(_0x3ce332,_0x44b996){return _0x3ce332+_0x44b996;},'gBMOK':function(_0x4bd574,_0x523303){return _0x4bd574+_0x523303;},'Woozd':_0x158bf0(0x184)};try{const _0x2154e0=_0x3d7c39[_0x158bf0(0x19c)],_0x22e9f3=_0x262b35[_0x158bf0(0x212)]()[_0x158bf0(0x1f6)](_0x2154e0),{[TestFrameworkConstants[_0x158bf0(0x22f)]]:_0x1da871='',[TestFrameworkConstants[_0x158bf0(0x203)]]:_0x5b3ea2=''}=_0x22e9f3,_0x154109=TestInfo[_0x158bf0(0x1a0)](_0x2154e0),_0x466214=TestInfo[_0x158bf0(0x196)](_0x2154e0)[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x15b89f=_0xcecbbb['VbPFR'](getMediaArtifactsLogs,_0x466214,_0x262b35['getAllData']()['get'](_0x2154e0)[TestFrameworkConstants['KEY_TEST_UUID']]),_0x4d83f9=(_0x154109||[])['concat'](_0x15b89f||[]);if(!_0x4d83f9||_0xcecbbb[_0x158bf0(0x1b2)](_0x4d83f9[_0x158bf0(0x18e)],0x0)){logger[_0x158bf0(0x1ca)](_0xcecbbb[_0x158bf0(0x245)]);return;}const _0x1bf535=0x28,_0x357640=Math[_0x158bf0(0x1b0)](_0xcecbbb['TydwY'](_0x4d83f9[_0x158bf0(0x18e)],_0x1bf535));for(let _0x3ddd15=0x0;_0xcecbbb[_0x158bf0(0x216)](_0x3ddd15,_0x357640);_0x3ddd15++){const _0x9e8df4=_0xcecbbb['TwPCh'](_0x3ddd15,_0x1bf535),_0x5c4319=_0xcecbbb['YBzuH'](_0x9e8df4,_0x1bf535),_0x3bed52=_0x4d83f9['slice'](_0x9e8df4,_0x5c4319),_0x15f8e9={'platformIndex':'0','logs':_0x3bed52,'testFrameworkName':_0x1da871,'testFrameworkVersion':_0x5b3ea2,'testFrameworkState':_0x126b04[_0x158bf0(0x20d)]()['split']('.')[0x1]};logger[_0x158bf0(0x1ca)](_0x158bf0(0x238)+_0x2154e0+_0x158bf0(0x236)+_0xcecbbb[_0x158bf0(0x1f4)](_0x3ddd15,0x1)+'/'+_0x357640+_0x158bf0(0x239)+util['inspect'](_0x15f8e9));const _0x101167=await GrpcClient[_0x158bf0(0x23a)]()[_0x158bf0(0x22b)](_0x15f8e9);logger['debug'](_0x158bf0(0x238)+_0x2154e0+_0x158bf0(0x236)+_0xcecbbb[_0x158bf0(0x1f4)](_0x3ddd15,0x1)+'/'+_0x357640+_0x158bf0(0x1b1)+util[_0x158bf0(0x218)](_0x101167));}}catch(_0x1a2773){logger[_0x158bf0(0x20f)]('sendLogCreatedEvent:\x20Error\x20in\x20sending\x20log\x20events:\x20'+util[_0x158bf0(0x1ea)](_0x1a2773));}logger['debug'](_0xcecbbb['Woozd']);}[a70_0x24dd00(0x1f2)](_0x125ea0,_0xe974a1,_0x5287a0,_0x560827,_0x1e56c3){const _0x37c738=a70_0x24dd00,_0x38878f={'testId':_0xe974a1,'testFrameworkState':_0x5287a0,'hookState':_0x560827,'args':_0x1e56c3,'timestamp':new Date()[_0x37c738(0x1b8)]()};_0x125ea0[_0x37c738(0x1a5)](_0xe974a1,_0x38878f),logger[_0x37c738(0x1ca)](_0x37c738(0x246)+_0xe974a1+_0x37c738(0x1d8)+_0x5287a0+',\x20hookState:\x20'+_0x560827);}async[a70_0x24dd00(0x202)](_0x99bb6d,_0xd0b0b9){const _0x30350f=a70_0x24dd00,_0x587444={};_0x587444[_0x30350f(0x1c4)]=function(_0x5e8c46,_0x4a6ce5){return _0x5e8c46>_0x4a6ce5;};const _0x3c725c=_0x587444;if(!_0x99bb6d[_0x30350f(0x1f9)](_0xd0b0b9))return;const _0x5b8023=_0x99bb6d[_0x30350f(0x1c5)](_0xd0b0b9);logger[_0x30350f(0x1ca)](_0x30350f(0x1be)+_0x5b8023['length']+_0x30350f(0x18b)+_0xd0b0b9);for(const _0x15620c of _0x5b8023){try{const _0x5c6dce=await this[_0x30350f(0x182)](_0x99bb6d,_0x15620c['testFrameworkState'],_0x15620c[_0x30350f(0x204)],_0x15620c[_0x30350f(0x1c7)]);_0x5c6dce&&_0x3c725c['jBHhg'](Object[_0x30350f(0x20a)](_0x5c6dce)['length'],0x0)&&_0x99bb6d['addMultipleEntries'](_0x5c6dce),await this['runHooks'](_0x99bb6d,_0x15620c[_0x30350f(0x1fa)],_0x15620c['hookState'],_0x15620c[_0x30350f(0x1c7)]);}catch(_0x535be1){logger[_0x30350f(0x20f)](_0x30350f(0x214)+_0xd0b0b9+_0x30350f(0x24c)+_0x535be1);}}_0x99bb6d[_0x30350f(0x1a3)](_0xd0b0b9),logger['debug'](_0x30350f(0x240)+_0xd0b0b9);}}module[a70_0x24dd00(0x195)]=CucumberTestFramework;
@@ -1 +1 @@
1
- const a71_0x2cc276=a71_0x439d;function a71_0x24e1(){const _0x5ba9d9=['location','12780537PUWmtW','Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20${testId},\x20error:\x20${error}','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=',',\x20failureReason=','asyncError','rmXZe','addPendingHook','KEY_EVENT_ENDED_AT',',\x20hook=',',\x20currentTestId:\x20','parent','TEST_SCREENSHOT','\x20&\x20hookState=','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','\x20(testIdentifier),\x20tags=','KEY_TEST_DURATION','KEY_HOOK_LAST_FINISHED','includes','../../../helpers/helper.js','sendLogCreatedEvent','parseJestTest','PRE','getRootParentFile','getCurrentTestState','parseJestTestResult','iscfn','parse','eventJson','failure_reason','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','KEY_TEST_FAILURE_TYPE','trackJestInstance',',\x20state=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','\x20-\x20testId:\x20','getTrackedInstance','testFrameworkName','nsPiG','KEY_HOOK_NAME','iUevy','KEY_TEST_RESULT','lEuou','ZCMqR','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','error','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','232574HZpPaF','../cliUtils.js',',\x20consoleLogs:\x20','scopes','trackHookEvent','keys','SZSwG','ACOJK','ouJSu','trackJestInstance:\x20instance\x20already\x20exists','getJestFailureType','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','test_run_id','LOG_REPORT','getJestTestName','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','originalTest','apply','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','getJestTestIdentifier',',\x20result=','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','resolveInstance','setTrackedInstance','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','get','getPendingHooks','hookState','MHtDL','BEFORE_ALL','804218LflSgi','beforeAll','forEach','4016710MyJBxL','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','hookType','AQZFz','DoRcK','slice','\x20to\x20','mapTestHooks','getCurrentHookState','wAlyr','bZGYk','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','KEY_TEST_FILE_PATH','aJXij','\x20screenshot\x20logs\x20for\x20testId:\x20','../instances/trackedInstance.js','getCurrentInstanceName','KEY_TEST_CODE','MotFt','find','getContext','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','\x20(testIdentifier),\x20result=','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','PdVrk','wlPTq','KEY_HOOK_RESULT','tags','KEY_TEST_FAILURE_REASON',',\x20hookState=','KEY_TEST_SCOPES','getJestFailureReason',',\x20test_run_uuid=','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','TbTil','join',',\x20duration=','JwEXf','depth','jEIuH','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','getTestFrameworksVersions','hookMetadata','lsnYM','format','storePendingHook','kind','LGdJF','substring','stringify','[JestTestFramework]\x20trackHookEvent:\x20SUCCESS\x20-\x20hookType=','KEY_LOGS','rEAqv','warn','hook_result','hookData','platformIndex','matchHookRegex','THewy','errorsDetailed','debug','AJiGJ','finished_at','iZzun','exports','setActiveHook','result','KEY_TEST_RESULT_AT','skipped','KEY_CUSTOM_TAGS','runHooks','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','testUUID','KEY_HOOK_FAILURE_TYPE','hookAnalyticsId','test_identifier','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','KEY_TEST_ATTACHMENTS','DlqNQ','none','eDzNM','rYcYt',',\x20filePath=','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','createContext','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','started_at',',\x20payload:\x20','QrRfx','YmjwH','set',',\x20contextId=','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','zIRaV','inspect','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','KEY_TEST_SCOPE','message','ApIqV','getJestTestFilePath','Zyzke','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','jest-circus','3016812JQaEPG',',\x20testId=','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','TEST','getThreadId','UvwXb','bzpLM','skip','hooks','from','duration','getAllPendingHookTestIds','toString','ZQKND','maxArrayLength','OiaHL','filePath','nNfVN','JestTestFramework','KEY_TEST_RETRY_OF','unknown','event_ended_at','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','LBcTq','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','Processing\x20','KEY_TEST_FRAMEWORK_NAME',',\x20hookType=','__workerDetails','createTestFrameworkEventPayload',',\x20scope:\x20','isJestInternalHook','hnuGb','_ALL','KEY_TEST_RERUN_NAME','gkyPa','Assert','2991747AhaEkr',',\x20platformIndex:\x20',',\x20hooksListLength=','Stored\x20pending\x20hook\x20for\x20testId:\x20','map','EPjrX','KEY_HOOK_FAILURE_REASON','retryOf','getFy','trackEvent','KEY_HOOKS_STARTED','DEFAULT_TEST_RESULT','getProcessId','../instances/testFrameworkInstance.js','filter','lCPQl','../../../helpers/test-observability/utils','ROOT_DESCRIBE_BLOCK','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','wdroq','mRLKl','Unknown\x20error','UVTnm','toUpperCase',',\x20storing\x20as\x20pending\x20hook','852524DydLSI','endedAt','JHTHJ','\x20pending\x20hooks\x20for\x20testId:\x20','hook_id','replace',',\x20screenshotLogs:\x20','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=',',\x20error:\x20','KEY_TEST_META','FvBoy','\x20files','missing',',\x20attachmentLogs:\x20','file_name','KEY_TEST_ENDED_AT','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','passed','reverse','\x22\x20hook','KEY_TEST_STARTED_AT',',\x20hookUUID=','status','XzujZ','removePendingHooks','LpvPa','KEY_TEST_LOCATION','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','./testFramework','getFileName','isArray',',\x20testFramework=','../../../helpers/classLogger.js','iVJkN','KEY_HOOKS_FINISHED','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','zrCZw','XvpSe','vAqTr','getJestFailureData','HCPyp',',\x20remainingHooks=',',\x20logsInBatch:\x20','file',',\x20updates=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','fzMbz','ImdIq','xaiTy','test','name','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','UnhandledError','toISOString',',\x20hookId=','NxaCM','getHooksForTest','\x20hook','testData','Unknown\x20Test','base64','../grpcClient','OJdaO','testId','afterAll','getJestTestTags','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','has','IHXNc','CbUyK','instance','failed','stack-trace','match','ORwCO','rHOhU','title','aWzTy','../TestInfo.js','KEY_EVENT_STARTED_AT','getTestFrameworks','getId','length','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','split','Bshyu','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','addMultipleEntries','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','../state/hookState.js','util','xFDzC',',\x20state:\x20','testFrameworkState','KEY_TEST_UUID','KEY_TEST_ID','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','\x20(testIdentifier)','\x20attachments','type','ZLAxz','KEY_HOOK_LOGS','btTgD','oAKwV','gVfzR','DEFAULT_HOOK_RESULT','uuid','ALL',',\x20failureType=','KEY_HOOK_LAST_STARTED','../state/testFrameworkState.js','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','hookUUID',',\x20totalHooks=','GANYB','\x20-\x20test_identifier=','push','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','startsWith','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','POST','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','Owpzl','executionContext','getRef','activeHooks','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','qpUgU','./constants/testFrameworkConstants.js','KEY_HOOK_ID','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=',',\x20filePath:\x20','Yypxq','NONE','\x22\x20from\x20testData','parallelIndex','KEY_TEST_FRAMEWORK_VERSION','getAllData',',\x20totalLogs:\x20',',\x20target=','qPHjH','workerInfo','hook_run_uuid','processPendingHooks','Jzdpy','getInstance','args'];a71_0x24e1=function(){return _0x5ba9d9;};return a71_0x24e1();}(function(_0x2c3f29,_0x3b793b){const _0x5810ad=a71_0x439d,_0x471c0f=_0x2c3f29();while(!![]){try{const _0x3e7d32=-parseInt(_0x5810ad(0xf7))/0x1+parseInt(_0x5810ad(0x26b))/0x2+-parseInt(_0x5810ad(0x18e))/0x3+parseInt(_0x5810ad(0x1a7))/0x4+parseInt(_0x5810ad(0xfa))/0x5+-parseInt(_0x5810ad(0x164))/0x6+parseInt(_0x5810ad(0x23c))/0x7;if(_0x3e7d32===_0x3b793b)break;else _0x471c0f['push'](_0x471c0f['shift']());}catch(_0x2377a8){_0x471c0f['push'](_0x471c0f['shift']());}}}(a71_0x24e1,0x9fbca));const TestFramework=require(a71_0x2cc276(0x1c3)),TestFrameworkState=require(a71_0x2cc276(0x216)),HookState=require(a71_0x2cc276(0x201)),{createClassLogger}=require(a71_0x2cc276(0x1c7)),TestFrameworkInstance=require(a71_0x2cc276(0x19b)),CLIUtils=require(a71_0x2cc276(0x26c)),TrackedInstance=require(a71_0x2cc276(0x109)),TestFrameworkConstants=require(a71_0x2cc276(0x228)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a71_0x2cc276(0x24e)),{isInternalHook}=require('../../../helpers/test-observability/utils'),logger=createClassLogger(a71_0x2cc276(0x177)),{v4:uuidv4}=require(a71_0x2cc276(0x212)),util=require(a71_0x2cc276(0x202)),TestInfo=require(a71_0x2cc276(0x1f6)),GrpcClient=require(a71_0x2cc276(0x1e5)),stackTrace=require(a71_0x2cc276(0x1f0));function a71_0x439d(_0x454d7f,_0x12848d){const _0x24e13d=a71_0x24e1();return a71_0x439d=function(_0x439da6,_0x50d914){_0x439da6=_0x439da6-0xdb;let _0x3ba572=_0x24e13d[_0x439da6];return _0x3ba572;},a71_0x439d(_0x454d7f,_0x12848d);}class JestTestFramework extends TestFramework{constructor(_0x17aa5f,_0x21e1c0,_0x1edc84){super(_0x17aa5f,_0x21e1c0,_0x1edc84),this['activeHooks']=new Map();}[a71_0x2cc276(0x13b)](_0x4cc09b,_0x529ac1,_0x143de3){const _0x440821=a71_0x2cc276,_0xac8344={};_0xac8344[_0x440821(0x156)]=function(_0x53c0ea,_0x2728f3){return _0x53c0ea||_0x2728f3;};const _0x28c20f=_0xac8344;if(_0x28c20f[_0x440821(0x156)](!_0x4cc09b,!_0x529ac1)){logger[_0x440821(0x12f)](_0x440821(0x217)+_0x4cc09b+_0x440821(0x1bc)+_0x529ac1);return;}!this[_0x440821(0x225)][_0x440821(0x1eb)](_0x4cc09b)&&this['activeHooks'][_0x440821(0x157)](_0x4cc09b,[]);const _0x2482a9={'hookUUID':_0x529ac1,'hookType':_0x143de3,'startedAt':new Date()[_0x440821(0x1dd)]()};this[_0x440821(0x225)]['get'](_0x4cc09b)['push'](_0x2482a9),logger[_0x440821(0x136)]('[JestTestFramework]\x20setActiveHook:\x20testIdentifier='+_0x4cc09b+_0x440821(0x1bc)+_0x529ac1+_0x440821(0x184)+_0x143de3+_0x440821(0x219)+this[_0x440821(0x225)][_0x440821(0xf2)](_0x4cc09b)[_0x440821(0x1fa)]);}['removeActiveHook'](_0x4e0217,_0x2ef3e7){const _0x43448=a71_0x2cc276,_0x1f315d={};_0x1f315d['THewy']=function(_0x20db14,_0x296b21){return _0x20db14||_0x296b21;},_0x1f315d[_0x43448(0x262)]=function(_0x1df25c,_0x438e36){return _0x1df25c!==_0x438e36;},_0x1f315d[_0x43448(0x107)]=function(_0x3fa16e,_0x455cc2){return _0x3fa16e===_0x455cc2;};const _0x10c0c5=_0x1f315d;if(_0x10c0c5[_0x43448(0x134)](!_0x4e0217,!_0x2ef3e7)){logger[_0x43448(0x12f)](_0x43448(0x181)+_0x4e0217+',\x20hookUUID='+_0x2ef3e7);return;}if(this[_0x43448(0x225)][_0x43448(0x1eb)](_0x4e0217)){const _0x1ecc17=this['activeHooks'][_0x43448(0xf2)](_0x4e0217),_0x417e09=_0x1ecc17['findIndex'](_0x206f78=>_0x206f78['hookUUID']===_0x2ef3e7);_0x10c0c5[_0x43448(0x262)](_0x417e09,-0x1)?(_0x1ecc17['splice'](_0x417e09,0x1),logger[_0x43448(0x136)](_0x43448(0x1ae)+_0x4e0217+_0x43448(0x1bc)+_0x2ef3e7+_0x43448(0x1d0)+_0x1ecc17[_0x43448(0x1fa)]),_0x10c0c5['aJXij'](_0x1ecc17[_0x43448(0x1fa)],0x0)&&this[_0x43448(0x225)]['delete'](_0x4e0217)):logger[_0x43448(0x136)](_0x43448(0x1ea)+_0x4e0217+',\x20hookUUID='+_0x2ef3e7);}}['getActiveHook'](_0x2425c4){const _0x3ce597=a71_0x2cc276,_0x2038e6={};_0x2038e6['CbUyK']=function(_0x23692b,_0x25456e){return _0x23692b>_0x25456e;},_0x2038e6[_0x3ce597(0x222)]=function(_0x437f03,_0x2b191a){return _0x437f03-_0x2b191a;};const _0x4fae5a=_0x2038e6;if(!_0x2425c4)return null;if(this[_0x3ce597(0x225)][_0x3ce597(0x1eb)](_0x2425c4)){const _0x5c86db=this[_0x3ce597(0x225)][_0x3ce597(0xf2)](_0x2425c4);if(_0x4fae5a[_0x3ce597(0x1ed)](_0x5c86db['length'],0x0)){const _0x2d2d44=_0x5c86db[_0x4fae5a[_0x3ce597(0x222)](_0x5c86db['length'],0x1)];return logger[_0x3ce597(0x136)](_0x3ce597(0x17c)+_0x2425c4+_0x3ce597(0x1bc)+_0x2d2d44['hookUUID']+_0x3ce597(0x184)+_0x2d2d44[_0x3ce597(0xfc)]),_0x2d2d44;}}return null;}async['trackEvent'](_0x58d323,_0x23e880,_0x3e3f09={}){const _0x490efa=a71_0x2cc276,_0x58210f={};_0x58210f['DlqNQ']='[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found',_0x58210f[_0x490efa(0x1b1)]=function(_0x591021,_0x505a26){return _0x591021===_0x505a26;},_0x58210f[_0x490efa(0x20f)]=function(_0x14964d,_0x3f80f6){return _0x14964d===_0x3f80f6;},_0x58210f[_0x490efa(0x1fd)]=function(_0x3a74d7,_0x50e4f3){return _0x3a74d7||_0x50e4f3;},_0x58210f[_0x490efa(0x161)]=_0x490efa(0x21f);const _0x5b399d=_0x58210f;logger[_0x490efa(0x136)](_0x490efa(0x249)+_0x58d323+_0x490efa(0x117)+_0x23e880+',\x20argsKeys='+Object['keys'](_0x3e3f09)[_0x490efa(0x11d)](',')),await super[_0x490efa(0x197)](_0x58d323,_0x23e880,_0x3e3f09);const _0xf8eefe=this[_0x490efa(0xef)](_0x58d323,_0x23e880,_0x3e3f09);if(!_0xf8eefe){logger[_0x490efa(0x136)](_0x5b399d[_0x490efa(0x14b)]);return;}try{let _0x3f321b,_0x2a09e8,_0x26b198;switch(_0x58d323){case TestFrameworkState[_0x490efa(0x168)]:_0x3f321b=_0x3e3f09[_0x490efa(0x1d9)];const _0x2fcf82={};_0x2fcf82[_0x490efa(0x120)]=0x2,_0x2fcf82[_0x490efa(0x173)]=0x3,logger[_0x490efa(0x136)](_0x490efa(0x150)+_0x23e880+',\x20testData='+util[_0x490efa(0x15b)](_0x3f321b,_0x2fcf82)),_0x26b198=this['getJestTestIdentifier'](_0x3f321b),_0x2a09e8=null,logger[_0x490efa(0x136)](_0x490efa(0x10f)+_0x26b198+_0x490efa(0x209));if(_0x5b399d[_0x490efa(0x1b1)](_0x23e880,HookState['PRE'])){logger[_0x490efa(0x136)](_0x490efa(0x268)+_0x26b198);const _0x2b0e28={};_0x2b0e28['testUUID']=_0x2a09e8,_0x2b0e28[_0x490efa(0x1e2)]=_0x3f321b,_0x2b0e28[_0x490efa(0x1e7)]=_0x26b198;const _0x3b8c54=this[_0x490efa(0x250)](_0x2b0e28),_0x164c0d={};_0x164c0d[_0x490efa(0x120)]=0x2,_0x164c0d[_0x490efa(0x173)]=0x3,logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20'+util[_0x490efa(0x15b)](_0x3b8c54,_0x164c0d)),_0xf8eefe[_0x490efa(0x1ff)](_0x3b8c54),logger[_0x490efa(0x136)](_0x490efa(0x200)+_0x26b198),await this[_0x490efa(0x237)](_0xf8eefe,_0x26b198);}else{if(_0x5b399d[_0x490efa(0x20f)](_0x23e880,HookState[_0x490efa(0x220)])){logger[_0x490efa(0x136)](_0x490efa(0x17b)+_0x26b198);const _0xe320cc=_0xf8eefe['getAllData']()[_0x490efa(0xf2)](_0x26b198);logger[_0x490efa(0x136)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20'+util[_0x490efa(0x15b)](Object[_0x490efa(0xdd)](_0x5b399d['Bshyu'](_0xe320cc,{}))));_0xe320cc&&_0xe320cc[TestFrameworkConstants[_0x490efa(0x14a)]]?logger[_0x490efa(0x136)](_0x490efa(0xeb)+Object[_0x490efa(0xdd)](_0xe320cc[TestFrameworkConstants[_0x490efa(0x14a)]])[_0x490efa(0x1fa)]+_0x490efa(0x1b2)):logger[_0x490efa(0x136)](_0x5b399d[_0x490efa(0x161)]);const _0x2f0844=_0x3e3f09[_0x490efa(0xe9)]||null,_0x53f273={};_0x53f273[_0x490efa(0x143)]=_0x2a09e8,_0x53f273[_0x490efa(0x1e2)]=_0x3f321b,_0x53f273[_0x490efa(0x1e7)]=_0x26b198,_0x53f273[_0x490efa(0xe9)]=_0x2f0844;const _0x477e14=this[_0x490efa(0x254)](_0x53f273),_0x5cd31b={};_0x5cd31b[_0x490efa(0x120)]=0x2,_0x5cd31b[_0x490efa(0x173)]=0x3,logger[_0x490efa(0x136)](_0x490efa(0x25d)+util[_0x490efa(0x15b)](_0x477e14,_0x5cd31b)),_0xf8eefe[_0x490efa(0x1ff)](_0x477e14),logger['debug'](_0x490efa(0x122)+_0x26b198),await this[_0x490efa(0x237)](_0xf8eefe,_0x26b198);}}break;case TestFrameworkState[_0x490efa(0xe5)]:if(_0x5b399d['FvBoy'](_0x23e880,HookState['POST'])){const _0x387c96={};_0x387c96[_0x490efa(0x120)]=0x2,logger[_0x490efa(0x136)](_0x490efa(0x226)+util[_0x490efa(0x15b)](_0x3e3f09,_0x387c96)),await this[_0x490efa(0x24f)](_0xf8eefe,_0x58d323,_0x3e3f09);}break;default:if(CLIUtils[_0x490efa(0x133)](_0x58d323[_0x490efa(0x171)]()[_0x490efa(0x1fc)]('.')[0x1])){const _0x3569fb={};_0x3569fb['depth']=0x2,_0x3569fb['maxArrayLength']=0x3,logger[_0x490efa(0x136)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState='+_0x58d323+_0x490efa(0x117)+_0x23e880+',\x20hookData='+util[_0x490efa(0x15b)](_0x3e3f09[_0x490efa(0x131)],_0x3569fb));const _0x33f2b9=await this[_0x490efa(0xdc)](_0xf8eefe,_0x58d323,_0x23e880,_0x3e3f09),_0x299f67={};_0x299f67[_0x490efa(0x120)]=0x2,_0x299f67['maxArrayLength']=0x3,logger[_0x490efa(0x136)](_0x490efa(0x105)+util[_0x490efa(0x15b)](_0x33f2b9,_0x299f67)),_0xf8eefe[_0x490efa(0x1ff)](_0x33f2b9);}else logger['debug']('[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState='+_0x58d323+_0x490efa(0x248)+_0x23e880);break;}logger[_0x490efa(0x136)](_0x490efa(0x17f)+_0x58d323+_0x490efa(0x117)+_0x23e880);}catch(_0x17b58c){logger['error'](_0x490efa(0x26a)+_0x58d323+_0x490efa(0x117)+_0x23e880+',\x20exception='+util[_0x490efa(0x126)](_0x17b58c));}_0x3e3f09[_0x490efa(0x1ee)]=_0xf8eefe,await this[_0x490efa(0x140)](_0xf8eefe,_0x58d323,_0x23e880,_0x3e3f09);}[a71_0x2cc276(0xec)](_0x43f053){const _0x90fd03=a71_0x2cc276,_0x171c86={};_0x171c86[_0x90fd03(0x1a9)]=_0x90fd03(0x159);const _0x146d01=_0x171c86;if(_0x43f053&&(_0x43f053['id']||_0x43f053['uuid'])){const _0x36a212=_0x43f053['id']||_0x43f053['uuid'];return logger['debug']('[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22'+_0x36a212+_0x90fd03(0x22e)),_0x36a212;}return logger['debug'](_0x146d01[_0x90fd03(0x1a9)]),process['pid']+':testAnalyticsId';}[a71_0x2cc276(0xef)](_0x415fc4,_0x1eba76,_0xca67d1={}){const _0x34fb65=a71_0x2cc276;let _0x147fe8=null;return _0x147fe8=TestFramework[_0x34fb65(0x260)](),!_0x147fe8?(logger[_0x34fb65(0x136)](_0x34fb65(0x111)+_0x415fc4),this[_0x34fb65(0x25b)](_0x415fc4,_0xca67d1),_0x147fe8=TestFramework[_0x34fb65(0x260)](),logger[_0x34fb65(0x136)](_0x34fb65(0x166)+!!_0x147fe8+_0x34fb65(0x158)+_0x147fe8?.['getContext']()?.[_0x34fb65(0x1f9)]())):logger['debug']('[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId='+_0x147fe8[_0x34fb65(0x10e)]()?.['getId']()),_0x147fe8;}[a71_0x2cc276(0x25b)](_0x48c558,_0x1b509b){const _0x19eee3=a71_0x2cc276,_0x3e0326={};_0x3e0326[_0x19eee3(0x139)]=_0x19eee3(0xe1);const _0x5742fc=_0x3e0326;if(TestFramework['getTrackedInstance']()){logger[_0x19eee3(0x136)](_0x5742fc[_0x19eee3(0x139)]);return;}const _0x13e6c3=CLIUtils[_0x19eee3(0x10a)](),_0xf2d0d1=TrackedInstance[_0x19eee3(0x151)](_0x13e6c3);let _0x2578ca=null;logger[_0x19eee3(0x136)]('trackJestInstance:\x20created\x20instance\x20for\x20target='+_0x13e6c3+_0x19eee3(0x25c)+_0x48c558),_0x2578ca=new TestFrameworkInstance(_0xf2d0d1,this[_0x19eee3(0x1f8)](),this[_0x19eee3(0x123)](),_0x48c558,HookState[_0x19eee3(0x22d)]),TestFramework[_0x19eee3(0xf0)](_0xf2d0d1,_0x2578ca),logger[_0x19eee3(0x136)](_0x19eee3(0x1db)+_0xf2d0d1[_0x19eee3(0x1f9)]()+_0x19eee3(0x233)+_0x13e6c3+_0x19eee3(0x1c6)+this[_0x19eee3(0x1f8)]()[0x0]+',\x20version='+this[_0x19eee3(0x123)]()[this[_0x19eee3(0x1f8)]()[0x0]]);}[a71_0x2cc276(0x250)](_0x4bbbd0){const _0x29c85=a71_0x2cc276,_0x475041={};_0x475041[_0x29c85(0x176)]=function(_0x12d11f,_0x33a686){return _0x12d11f||_0x33a686;},_0x475041[_0x29c85(0x264)]=_0x29c85(0x259);const _0x403b50=_0x475041,{testUUID:_0x5815f5,testData:_0x2bd04a,testId:_0x2eeb3b}=_0x4bbbd0;if(_0x403b50[_0x29c85(0x176)](!_0x2bd04a,!_0x2eeb3b))return logger[_0x29c85(0x136)](_0x403b50[_0x29c85(0x264)]),{};const _0x5f39ec=this[_0x29c85(0x1f8)]()[0x0],_0x1883b3=this['getTestFrameworksVersions'](),_0x5f1737={};_0x5f1737[_0x29c85(0x120)]=0x2,_0x5f1737['maxArrayLength']=0x3,logger[_0x29c85(0x136)](_0x29c85(0xe3)+util[_0x29c85(0x15b)](_0x2bd04a,_0x5f1737));const _0xcb5f49=_0x2bd04a?.['scopes']||[],_0x19c7fa=this['getJestTestName'](_0x2bd04a),_0x12e1d4=this[_0x29c85(0x160)](_0x2bd04a),_0x5085e0=_0x2bd04a['fn']?_0x2bd04a['fn']['toString']():null,_0x41f966=this[_0x29c85(0x1e9)](_0x2bd04a),_0x12e8d7={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x5f39ec,[TestFrameworkConstants[_0x29c85(0x230)]]:_0x1883b3[_0x5f39ec],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants[_0x29c85(0x198)]]:{},[TestFrameworkConstants[_0x29c85(0x265)]]:TestFrameworkConstants[_0x29c85(0x199)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x19c7fa,[TestFrameworkConstants[_0x29c85(0x106)]]:_0x12e1d4,[TestFrameworkConstants[_0x29c85(0x207)]]:_0x2eeb3b,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x19c7fa,[TestFrameworkConstants[_0x29c85(0x1c1)]]:_0x12e1d4,[TestFrameworkConstants[_0x29c85(0x10b)]]:_0x5085e0,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x41f966,[TestFrameworkConstants[_0x29c85(0x1bb)]]:_0x2bd04a[_0x29c85(0x153)]||new Date()[_0x29c85(0x1dd)](),[TestFrameworkConstants[_0x29c85(0x15d)]]:_0xcb5f49[0x0]||'',[TestFrameworkConstants[_0x29c85(0x118)]]:_0xcb5f49,[TestFrameworkConstants[_0x29c85(0x18b)]]:_0x19c7fa,[TestFrameworkConstants[_0x29c85(0x13f)]]:{},[TestFrameworkConstants['KEY_TEST_META']]:{}};_0x2bd04a[_0x29c85(0x195)]&&(_0x12e8d7[TestFrameworkConstants[_0x29c85(0x178)]]=_0x2bd04a[_0x29c85(0x195)]);logger['debug'](_0x29c85(0x180)+_0x19c7fa+_0x29c85(0x165)+_0x2eeb3b+_0x29c85(0x24a)+JSON[_0x29c85(0x12b)](_0x41f966)+',\x20scopes='+util[_0x29c85(0x15b)](_0xcb5f49)+_0x29c85(0x14f)+_0x12e1d4);const _0x478db4={};return _0x478db4[_0x2eeb3b]=_0x12e8d7,_0x478db4;}[a71_0x2cc276(0x254)](_0x1fe019){const _0x1452ea=a71_0x2cc276,_0x2d84f3={'LpvPa':function(_0x156423,_0x417186){return _0x156423===_0x417186;},'SZSwG':_0x1452ea(0x1e8),'XvpSe':function(_0x77336d,_0x29d8cc){return _0x77336d===_0x29d8cc;},'SbFix':_0x1452ea(0xf8),'gVfzR':_0x1452ea(0x213),'mRLKl':_0x1452ea(0x18a),'iVJkN':function(_0x2df9ca,_0x1a07c0){return _0x2df9ca||_0x1a07c0;},'MotFt':_0x1452ea(0x208),'bZGYk':_0x1452ea(0x179),'Yypxq':function(_0x352dd8,_0x442304){return _0x352dd8>_0x442304;},'getFy':'failed','rHOhU':_0x1452ea(0x16c),'OJdaO':function(_0x8293e6,_0x1dfede){return _0x8293e6===_0x1dfede;},'TbTil':_0x1452ea(0x13e),'LBcTq':_0x1452ea(0x1b8),'ApIqV':function(_0x5b8bef,_0x129c76){return _0x5b8bef!==_0x129c76;},'zrCZw':function(_0x406897,_0x487d3d,_0x28df49,_0x23c320){return _0x406897(_0x487d3d,_0x28df49,_0x23c320);},'Jzdpy':function(_0x2b24ec,_0x4e5485){return _0x2b24ec>_0x4e5485;},'qVwYn':_0x1452ea(0xe7),'lEuou':function(_0x1cff41,_0x3323ca){return _0x1cff41===_0x3323ca;}},{testUUID:_0x4208c3,testData:_0x3cac67,testId:_0x5126eb}=_0x1fe019;if(_0x2d84f3[_0x1452ea(0x1c8)](!_0x3cac67,!_0x5126eb))return logger['debug'](_0x2d84f3[_0x1452ea(0x10c)]),{};const _0x394801=this[_0x1452ea(0xef)](TestFrameworkState[_0x1452ea(0x168)],HookState[_0x1452ea(0x220)]),_0x56877b=_0x394801[_0x1452ea(0x231)]()[_0x1452ea(0xf2)](_0x5126eb),_0x2f5bef=_0x2d84f3[_0x1452ea(0x1c8)](_0x56877b,{}),_0x3fc78f=_0x2f5bef?_0x2f5bef[TestFrameworkConstants[_0x1452ea(0x13f)]]||{}:{},_0x3b915e=_0x2f5bef[TestFrameworkConstants[_0x1452ea(0x14a)]];logger[_0x1452ea(0x136)]('[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20'+(_0x3b915e?Object['keys'](_0x3b915e)[_0x1452ea(0x1fa)]:0x0)+_0x1452ea(0x20a));let _0x4366ac=_0x2d84f3[_0x1452ea(0x104)];if(_0x3cac67[_0x1452ea(0x13c)])_0x4366ac=_0x3cac67[_0x1452ea(0x13c)];else{if(_0x3cac67['errorsDetailed']&&_0x2d84f3[_0x1452ea(0x22c)](_0x3cac67[_0x1452ea(0x135)][_0x1452ea(0x1fa)],0x0))_0x4366ac=_0x2d84f3[_0x1452ea(0x196)];else _0x2d84f3[_0x1452ea(0x1cc)](_0x3cac67[_0x1452ea(0x1bd)],_0x2d84f3[_0x1452ea(0x1f3)])||_0x2d84f3[_0x1452ea(0x1e6)](_0x3cac67[_0x1452ea(0x1bd)],_0x2d84f3[_0x1452ea(0x11c)])?_0x4366ac=_0x2d84f3[_0x1452ea(0x11c)]:_0x4366ac=_0x2d84f3[_0x1452ea(0x17e)];}const _0x586142={..._0x2f5bef,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x4366ac,[TestFrameworkConstants[_0x1452ea(0x1b6)]]:_0x3cac67['finished_at']||new Date()['toISOString'](),[TestFrameworkConstants[_0x1452ea(0x13d)]]:new Date()['toISOString'](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x3fc78f,[TestFrameworkConstants[_0x1452ea(0x12d)]]:[],[TestFrameworkConstants[_0x1452ea(0x1b0)]]:{}};if(_0x2d84f3['XvpSe'](_0x4366ac,_0x2d84f3[_0x1452ea(0x196)])&&_0x3cac67[_0x1452ea(0x135)]){const _0x477f01=this['getJestFailureReason'](_0x3cac67),_0x3741e1=this['getJestFailureType'](_0x3cac67),_0x5d43fa=this[_0x1452ea(0x1ce)](_0x3cac67);_0x586142[TestFrameworkConstants[_0x1452ea(0x25a)]]=_0x3741e1,_0x586142[TestFrameworkConstants[_0x1452ea(0x116)]]=_0x477f01,_0x586142[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x5d43fa;}_0x2d84f3[_0x1452ea(0x15f)](_0x3cac67[_0x1452ea(0x16f)],undefined)&&(_0x586142[TestFrameworkConstants[_0x1452ea(0x24b)]]=_0x3cac67[_0x1452ea(0x16f)]);_0x3cac67[_0x1452ea(0x195)]&&(_0x586142[TestFrameworkConstants[_0x1452ea(0x178)]]=_0x3cac67[_0x1452ea(0x195)]);const _0x4a5c91=_0x56877b?_0x56877b[TestFrameworkConstants[_0x1452ea(0x14a)]]||{}:{},_0x5e3d9a=_0x56877b?_0x56877b[TestFrameworkConstants[_0x1452ea(0x206)]]:_0x4208c3,_0x4a3eaf=_0x2d84f3[_0x1452ea(0x1cb)](getManualUploadLogs,_0x4a5c91,_0x5e3d9a,_0x5126eb);if(_0x2d84f3[_0x1452ea(0x238)](_0x4a3eaf['length'],0x0)){const _0x25101d=_0x586142[TestFrameworkConstants[_0x1452ea(0x12d)]]||[];_0x586142[TestFrameworkConstants[_0x1452ea(0x12d)]]=[..._0x25101d,..._0x4a3eaf];}const _0x70dc88=_0x2f5bef[TestFrameworkConstants[_0x1452ea(0x1c9)]]||{},_0x3a072c=_0x2f5bef[TestFrameworkConstants[_0x1452ea(0x198)]]||{},_0x17d474={..._0x70dc88},_0x25f1b1=_0x17d474;Object['keys'](_0x3a072c)['forEach'](_0x20100e=>{const _0x1087f5=_0x1452ea;!_0x25f1b1[_0x20100e]&&(_0x25f1b1[_0x20100e]=[]);const _0x524303=new Set((_0x25f1b1[_0x20100e]||[])[_0x1087f5(0x192)](_0x318510=>_0x318510[TestFrameworkConstants[_0x1087f5(0x229)]]||_0x318510[_0x1087f5(0x1ab)]));(_0x3a072c[_0x20100e]||[])[_0x1087f5(0xf9)](_0x540495=>{const _0xd9107d=_0x1087f5,_0x4e03a0=_0x540495[TestFrameworkConstants['KEY_HOOK_ID']]||_0x540495['hook_id'];if(!_0x524303[_0xd9107d(0x1eb)](_0x4e03a0)){const _0x5cc36e={..._0x540495},_0x562c09=_0x5cc36e;!_0x562c09[TestFrameworkConstants[_0xd9107d(0x243)]]&&!_0x562c09[_0xd9107d(0x17a)]&&(_0x562c09[TestFrameworkConstants[_0xd9107d(0x243)]]=new Date()['toISOString']()),!_0x562c09[TestFrameworkConstants[_0xd9107d(0x114)]]&&!_0x562c09[_0xd9107d(0x130)]&&(_0x562c09[TestFrameworkConstants[_0xd9107d(0x114)]]=TestFrameworkConstants['DEFAULT_HOOK_RESULT']),_0x25f1b1[_0x20100e][_0xd9107d(0x21c)](_0x562c09);}});});if(_0x1fe019[_0x1452ea(0xe9)]){this[_0x1452ea(0x101)](_0x1fe019['originalTest']);const _0x27185e=this['buildHookMapFromTest'](_0x1fe019[_0x1452ea(0xe9)]),_0x3d2ed5=this[_0x1452ea(0x1e0)](_0x1fe019[_0x1452ea(0xe9)]);_0x3d2ed5[_0x1452ea(0xf9)](_0x2e95b0=>{const _0xfa9121=_0x1452ea,_0x41b2b6=_0x27185e['get'](_0x2e95b0);if(_0x41b2b6&&(_0x2d84f3[_0xfa9121(0x1c0)](_0x41b2b6[_0xfa9121(0x20b)],_0x2d84f3[_0xfa9121(0xde)])||_0x2d84f3[_0xfa9121(0x1cc)](_0x41b2b6[_0xfa9121(0x20b)],_0x2d84f3['SbFix']))){const _0x2a6d4e=_0x41b2b6[_0xfa9121(0x20b)][_0xfa9121(0x1a5)]()[_0xfa9121(0x1ac)](_0x2d84f3[_0xfa9121(0x210)],_0x2d84f3[_0xfa9121(0x1a2)]),_0x5e608a=_0x2a6d4e;!_0x25f1b1[_0x5e608a]&&(_0x25f1b1[_0x5e608a]=[]);const _0x259557=_0x25f1b1[_0x5e608a][_0xfa9121(0x10d)](_0xba0e11=>(_0xba0e11[TestFrameworkConstants[_0xfa9121(0x229)]]||_0xba0e11[_0xfa9121(0x1ab)])===_0x2e95b0);!_0x259557&&_0x25f1b1[_0x5e608a][_0xfa9121(0x21c)]({'key':_0x5e608a,[TestFrameworkConstants[_0xfa9121(0x229)]]:_0x2e95b0,[TestFrameworkConstants[_0xfa9121(0x114)]]:TestFrameworkConstants[_0xfa9121(0x211)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:new Date()[_0xfa9121(0x1dd)](),[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]:new Date()['toISOString'](),[TestFrameworkConstants[_0xfa9121(0x20d)]]:[],[TestFrameworkConstants[_0xfa9121(0x263)]]:_0x41b2b6[_0xfa9121(0x1da)]||_0x41b2b6['type']+_0xfa9121(0x1e1),[TestFrameworkConstants[_0xfa9121(0x13f)]]:_0x3fc78f});}});}if(_0x3cac67[_0x1452ea(0x16d)]&&_0x2d84f3[_0x1452ea(0x22c)](_0x3cac67[_0x1452ea(0x16d)]['length'],0x0))_0x586142[TestFrameworkConstants[_0x1452ea(0x1c9)]]=_0x3cac67[_0x1452ea(0x16d)],logger[_0x1452ea(0x136)](_0x2d84f3['qVwYn']);else _0x2d84f3[_0x1452ea(0x22c)](Object[_0x1452ea(0xdd)](_0x25f1b1)['length'],0x0)&&(_0x586142[TestFrameworkConstants[_0x1452ea(0x1c9)]]=_0x25f1b1,logger['debug'](_0x1452ea(0x152)+Object[_0x1452ea(0xdd)](_0x25f1b1)[_0x1452ea(0x11d)](',')));const _0x4c500e=this[_0x1452ea(0xe6)](_0x3cac67);logger[_0x1452ea(0x136)](_0x1452ea(0xfb)+_0x4c500e+_0x1452ea(0x165)+_0x5126eb+_0x1452ea(0x110)+_0x4366ac+_0x1452ea(0x11e)+_0x3cac67[_0x1452ea(0x16f)]);_0x2d84f3[_0x1452ea(0x266)](_0x4366ac,_0x2d84f3[_0x1452ea(0x196)])&&logger[_0x1452ea(0x136)](_0x1452ea(0x167)+_0x5126eb+_0x1452ea(0x214)+_0x586142[TestFrameworkConstants[_0x1452ea(0x25a)]]+_0x1452ea(0x23f)+_0x586142[TestFrameworkConstants[_0x1452ea(0x116)]]?.['substring'](0x0,0xc8));const _0x233965={};return _0x233965[_0x5126eb]=_0x586142,_0x233965;}['getJestTestScopes'](_0x39d49e){const _0x17b066=a71_0x2cc276,_0x57dc1a={};_0x57dc1a[_0x17b066(0x129)]=function(_0x44653b,_0x37cb02){return _0x44653b!==_0x37cb02;},_0x57dc1a[_0x17b066(0x1d8)]=function(_0xa48e21,_0x286e02){return _0xa48e21!==_0x286e02;},_0x57dc1a[_0x17b066(0x227)]=_0x17b066(0x19f);const _0x3d102b=_0x57dc1a,_0xf6b79c={};_0xf6b79c[_0x17b066(0x120)]=0x2,_0xf6b79c['maxArrayLength']=0x3,logger['debug'](_0x17b066(0x11b)+util[_0x17b066(0x15b)](_0x39d49e,_0xf6b79c));const _0x31ded9=[];if(_0x39d49e&&_0x39d49e[_0x17b066(0x246)]){let _0x210beb=_0x39d49e[_0x17b066(0x246)];while(_0x210beb&&_0x210beb[_0x17b066(0x1da)]&&_0x3d102b['LGdJF'](_0x210beb[_0x17b066(0x1da)],'')&&_0x3d102b['xaiTy'](_0x210beb[_0x17b066(0x1da)],_0x3d102b[_0x17b066(0x227)])){_0x31ded9[_0x17b066(0x21c)](_0x210beb['name']),_0x210beb=_0x210beb[_0x17b066(0x246)];}}return _0x31ded9[_0x17b066(0x1b9)]();}[a71_0x2cc276(0xe6)](_0x501262){const _0x50ea7c=a71_0x2cc276,_0x4e7dcf={};_0x4e7dcf['gkyPa']=_0x50ea7c(0x1e3);const _0x353fa6=_0x4e7dcf;if(_0x501262[_0x50ea7c(0x1da)])return _0x501262['name'];if(_0x501262[_0x50ea7c(0x1f4)])return _0x501262['title'];return _0x353fa6[_0x50ea7c(0x18c)];}[a71_0x2cc276(0x1e9)](_0x2106cf){const _0x1fda95=a71_0x2cc276,_0x4738a9=[];if(_0x2106cf[_0x1fda95(0x115)]&&Array['isArray'](_0x2106cf[_0x1fda95(0x115)]))return _0x2106cf[_0x1fda95(0x115)][_0x1fda95(0x192)](_0xcea31a=>_0xcea31a[_0x1fda95(0x21e)]('@')?_0xcea31a['substr'](0x1):_0xcea31a);const _0x2f210c=this[_0x1fda95(0xe6)](_0x2106cf),_0x437e0d=_0x2f210c[_0x1fda95(0x1f1)](/@(\w+)/g);if(_0x437e0d)return _0x437e0d[_0x1fda95(0x192)](_0x5a6f88=>_0x5a6f88[_0x1fda95(0xff)](0x1));return _0x2106cf[_0x1fda95(0xdb)]&&Array[_0x1fda95(0x1c5)](_0x2106cf[_0x1fda95(0xdb)])&&_0x2106cf[_0x1fda95(0xdb)][_0x1fda95(0xf9)](_0x2f114b=>{const _0x132a95=_0x1fda95,_0x1c8837=_0x2f114b[_0x132a95(0x1f1)](/@(\w+)/g);_0x1c8837&&_0x1c8837[_0x132a95(0xf9)](_0x24f7c9=>{const _0x46bb87=_0x132a95,_0x1c4e43=_0x24f7c9[_0x46bb87(0xff)](0x1);!_0x4738a9['includes'](_0x1c4e43)&&_0x4738a9[_0x46bb87(0x21c)](_0x1c4e43);});}),_0x4738a9;}[a71_0x2cc276(0x160)](_0x5829a7){const _0x529811=a71_0x2cc276,_0x5333f4={'rmXZe':function(_0x4c92db,_0x5818c6){return _0x4c92db(_0x5818c6);},'iscfn':'stack-trace'};if(_0x5829a7[_0x529811(0x1b5)])return _0x5829a7[_0x529811(0x1b5)];if(_0x5829a7[_0x529811(0x240)]){const _0xaa6bfb=_0x5333f4[_0x529811(0x241)](require,_0x5333f4[_0x529811(0x255)]);try{const _0x2ebec5=_0xaa6bfb[_0x529811(0x256)](_0x5829a7[_0x529811(0x240)]);if(_0x2ebec5[0x0]&&_0x2ebec5[0x0][_0x529811(0x1c4)])return _0x2ebec5[0x0]['getFileName']();}catch(_0x5c3aad){logger[_0x529811(0x136)](_0x529811(0x221)+util[_0x529811(0x126)](_0x5c3aad));}}return null;}[a71_0x2cc276(0x119)](_0x2eddaa){const _0x22a82a=a71_0x2cc276,_0x2a08cc={};_0x2a08cc['fzMbz']=function(_0x42712b,_0x24b473){return _0x42712b>_0x24b473;},_0x2a08cc[_0x22a82a(0x103)]=_0x22a82a(0x1a3);const _0x5d4082=_0x2a08cc;if(_0x2eddaa[_0x22a82a(0x135)]&&_0x5d4082[_0x22a82a(0x1d6)](_0x2eddaa[_0x22a82a(0x135)][_0x22a82a(0x1fa)],0x0))return util[_0x22a82a(0x15b)](_0x2eddaa[_0x22a82a(0x135)][0x0]);if(_0x2eddaa[_0x22a82a(0x258)])return _0x2eddaa[_0x22a82a(0x258)];return _0x5d4082[_0x22a82a(0x103)];}[a71_0x2cc276(0xe2)](_0x52a818){const _0x144462=a71_0x2cc276,_0x23381f={};_0x23381f['rEAqv']=_0x144462(0x18d),_0x23381f[_0x144462(0x189)]='AssertionError',_0x23381f[_0x144462(0x16a)]=_0x144462(0x1dc);const _0x2569c3=_0x23381f,_0x61ae09=this['getJestFailureReason'](_0x52a818);if(_0x61ae09&&_0x61ae09[_0x144462(0x24d)](_0x2569c3[_0x144462(0x12e)]))return _0x2569c3['hnuGb'];return _0x2569c3[_0x144462(0x16a)];}[a71_0x2cc276(0x1ce)](_0x2b5f53){const _0x2a67b1=a71_0x2cc276,_0x5d8589={'AQZFz':function(_0x4f2555,_0xe3f48a){return _0x4f2555(_0xe3f48a);},'IHXNc':_0x2a67b1(0x19e),'DGKrJ':function(_0x6f0991,_0x2a2c32){return _0x6f0991!==_0x2a2c32;},'QrRfx':_0x2a67b1(0x1d9)},{failureData:_0x1630ae}=_0x5d8589[_0x2a67b1(0xfd)](require,_0x5d8589[_0x2a67b1(0x1ec)]),_0x249c37=[];return _0x5d8589['DGKrJ'](_0x2b5f53[_0x2a67b1(0x135)],undefined)&&_0x249c37[_0x2a67b1(0x21c)](_0x2b5f53[_0x2a67b1(0x135)],_0x5d8589[_0x2a67b1(0x155)]),_0x1630ae[_0x2a67b1(0xea)](null,_0x249c37);}async[a71_0x2cc276(0xdc)](_0x13a96f,_0x46b6af,_0x2aa55f,_0x3c21eb){const _0x3c4071=a71_0x2cc276,_0x927d5c={'jEIuH':_0x3c4071(0xee),'JZToF':function(_0x140b58){return _0x140b58();},'ImdIq':function(_0x54aa10,_0x2e4cbd){return _0x54aa10 in _0x2e4cbd;},'MHtDL':function(_0x52af33,_0x2e4693){return _0x52af33 in _0x2e4693;},'wdroq':function(_0x274259,_0x21272e){return _0x274259===_0x21272e;},'vAqTr':function(_0x5d3056,_0xb77b9f){return _0x5d3056===_0xb77b9f;},'HCPyp':function(_0x11f0a2,_0x473451){return _0x11f0a2>_0x473451;},'NxaCM':_0x3c4071(0x1ef),'ZLAxz':'passed','qPHjH':function(_0x17ba27,_0x561544){return _0x17ba27>_0x561544;},'rYcYt':function(_0x360d0e,_0x23cf0d){return _0x360d0e!==_0x23cf0d;}},{hookData:_0x99fd92}=_0x3c21eb,_0x43cf3f=_0x2aa55f[_0x3c4071(0x171)](),_0xa9134e=_0x46b6af[_0x3c4071(0x171)](),_0x31b738={};_0x31b738[_0x3c4071(0x120)]=0x2,_0x31b738[_0x3c4071(0x173)]=0x3,logger[_0x3c4071(0x136)](_0x3c4071(0x142)+_0xa9134e+',\x20hookState='+_0x43cf3f+',\x20hookData='+util[_0x3c4071(0x15b)](_0x99fd92,_0x31b738));if(!_0x99fd92)return logger[_0x3c4071(0x136)](_0x927d5c[_0x3c4071(0x121)]),{};const _0x52bddc=_0x99fd92['uuid']||_0x99fd92['hookAnalyticsId']||_0x927d5c['JZToF'](uuidv4),_0x447595=_0x99fd92[_0x3c4071(0xe4)]||this[_0x3c4071(0xec)](_0x99fd92),_0x93e30d=_0x46b6af[_0x3c4071(0x171)]()[_0x3c4071(0x1fc)]('.')[0x1],_0x3d1bd0=_0x13a96f[_0x3c4071(0x231)]()['get'](_0x447595),_0x178d0a=_0x3d1bd0?_0x3d1bd0[TestFrameworkConstants[_0x3c4071(0x13f)]]||{}:{};logger['debug'](_0x3c4071(0x22a)+_0x52bddc+_0x3c4071(0x165)+_0x447595+'\x20(testIdentifier),\x20hookType='+_0x93e30d+_0x3c4071(0x117)+_0x43cf3f);if(!_0x3d1bd0)return logger[_0x3c4071(0x136)](_0x3c4071(0x1fe)+_0x447595+_0x3c4071(0x1a6)),this[_0x3c4071(0x127)](_0x13a96f,_0x447595,_0x46b6af,_0x2aa55f,_0x3c21eb),{};let _0x387925=_0x3d1bd0[TestFrameworkConstants[_0x3c4071(0x198)]];!_0x387925&&(_0x387925={});!_0x927d5c[_0x3c4071(0x1d7)](_0x93e30d,_0x387925)&&(_0x387925[_0x93e30d]=[]);let _0x2e3475=_0x3d1bd0[TestFrameworkConstants[_0x3c4071(0x1c9)]];!_0x2e3475&&(_0x2e3475={});!_0x927d5c[_0x3c4071(0xf5)](_0x93e30d,_0x2e3475)&&(_0x2e3475[_0x93e30d]=[]);const _0x50da48={[TestFrameworkConstants[_0x3c4071(0x198)]]:_0x387925,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x2e3475},_0x23cd0c={};_0x23cd0c[_0x447595]=_0x50da48;const _0x1a1882=_0x23cd0c;if(_0x927d5c[_0x3c4071(0x1a1)](_0x2aa55f,HookState[_0x3c4071(0x251)])){const _0xf3e60c={'key':_0x93e30d,[TestFrameworkConstants[_0x3c4071(0x229)]]:_0x52bddc,[TestFrameworkConstants[_0x3c4071(0x114)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x3c4071(0x1f7)]]:_0x99fd92[_0x3c4071(0x153)]||new Date()['toISOString'](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x3c4071(0x263)]]:_0x99fd92['name']||_0x99fd92['hook_type']||_0x93e30d,[TestFrameworkConstants[_0x3c4071(0x13f)]]:_0x178d0a};_0x387925[_0x93e30d]['push'](_0xf3e60c),_0x1a1882[_0x447595][TestFrameworkConstants[_0x3c4071(0x215)]]=_0x93e30d;const _0x5098dd={};_0x5098dd[_0x3c4071(0x120)]=0x2,logger['debug'](_0x3c4071(0x23e)+_0x93e30d+_0x3c4071(0x1de)+_0x52bddc+_0x3c4071(0x165)+_0x447595+_0x3c4071(0x244)+util[_0x3c4071(0x15b)](_0xf3e60c,_0x5098dd));}else{if(_0x927d5c[_0x3c4071(0x1cd)](_0x2aa55f,HookState[_0x3c4071(0x220)])){const _0x16bc30=_0x99fd92[_0x3c4071(0x13c)]||(_0x99fd92['errorsDetailed']&&_0x927d5c[_0x3c4071(0x1cf)](_0x99fd92[_0x3c4071(0x135)][_0x3c4071(0x1fa)],0x0)?_0x927d5c['NxaCM']:_0x927d5c[_0x3c4071(0x20c)]),_0x23f943=_0x387925[_0x93e30d]||[];logger[_0x3c4071(0x136)](_0x3c4071(0x1d4)+_0x93e30d+_0x3c4071(0x165)+_0x447595+_0x3c4071(0xed)+_0x16bc30+_0x3c4071(0x190)+_0x23f943['length']);if(_0x927d5c[_0x3c4071(0x234)](_0x23f943[_0x3c4071(0x1fa)],0x0)){const _0x45c9eb=_0x23f943['pop']();_0x927d5c[_0x3c4071(0x1cd)](_0x16bc30,_0x927d5c[_0x3c4071(0x1df)])&&_0x99fd92['errorsDetailed']?(_0x45c9eb[TestFrameworkConstants[_0x3c4071(0x144)]]=this['getJestFailureType'](_0x99fd92),_0x45c9eb[TestFrameworkConstants[_0x3c4071(0x194)]]=this['getJestFailureReason'](_0x99fd92),_0x45c9eb[TestFrameworkConstants['KEY_HOOK_FAILURE']]=this[_0x3c4071(0x1ce)](_0x99fd92),logger[_0x3c4071(0x136)](_0x3c4071(0x21d)+_0x93e30d+_0x3c4071(0x214)+_0x45c9eb[TestFrameworkConstants[_0x3c4071(0x144)]]+_0x3c4071(0x23f)+_0x45c9eb[TestFrameworkConstants[_0x3c4071(0x194)]]?.[_0x3c4071(0x12a)](0x0,0xc8))):_0x45c9eb[TestFrameworkConstants[_0x3c4071(0x114)]]=_0x927d5c[_0x3c4071(0x20c)];_0x927d5c[_0x3c4071(0x14e)](_0x16bc30,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x45c9eb[TestFrameworkConstants[_0x3c4071(0x114)]]=_0x16bc30);_0x45c9eb[TestFrameworkConstants[_0x3c4071(0x243)]]=_0x99fd92[_0x3c4071(0x138)]||new Date()[_0x3c4071(0x1dd)](),_0x45c9eb[TestFrameworkConstants[_0x3c4071(0x13f)]]=_0x178d0a;const _0x3bd80c=_0x45c9eb[TestFrameworkConstants[_0x3c4071(0x229)]];!_0x2e3475[_0x93e30d]&&(_0x2e3475[_0x93e30d]=[]);_0x2e3475[_0x93e30d]['push'](_0x45c9eb),_0x1a1882[_0x447595][TestFrameworkConstants[_0x3c4071(0x24c)]]=_0x93e30d;const _0x4c523e={};_0x4c523e[_0x3c4071(0x120)]=0x2,logger['debug'](_0x3c4071(0x1fb)+_0x93e30d+_0x3c4071(0x1de)+_0x3bd80c+_0x3c4071(0xed)+_0x16bc30+_0x3c4071(0x244)+util['inspect'](_0x45c9eb,_0x4c523e));}}}const _0x44063f={};return _0x44063f[_0x3c4071(0x120)]=0x2,_0x44063f[_0x3c4071(0x173)]=0x3,logger[_0x3c4071(0x136)](_0x3c4071(0x12c)+(_0x99fd92['hook_type']||_0x93e30d)+_0x3c4071(0x1de)+_0x52bddc+_0x3c4071(0x165)+_0x447595+_0x3c4071(0x1d3)+util[_0x3c4071(0x15b)](_0x1a1882,_0x44063f)),_0x1a1882;}[a71_0x2cc276(0x186)](_0x3c7f15){const _0xb968c5=a71_0x2cc276,_0x5d2ce9={};_0x5d2ce9[_0xb968c5(0x15a)]=_0xb968c5(0x1e4);const _0x1cc3b2=_0x5d2ce9;try{const _0xd2141b=_0x3c7f15['test']?this[_0xb968c5(0xec)](_0x3c7f15['test']):_0x3c7f15['hookData'][_0xb968c5(0xe4)],_0x28b13e=_0x3c7f15[_0xb968c5(0x1ee)],_0x10bbaa=_0x28b13e['getContext'](),_0x10dab4=_0x28b13e['getAllData']()[_0xb968c5(0xf2)](_0xd2141b);if(!_0x10dab4)return logger[_0xb968c5(0x136)](_0xb968c5(0x25e)+_0xd2141b),{};const {[TestFrameworkConstants[_0xb968c5(0x183)]]:_0xb62e85='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x5d4278='',[TestFrameworkConstants[_0xb968c5(0x1bb)]]:_0x384a4e='',[TestFrameworkConstants[_0xb968c5(0x1b6)]]:_0x37402b=''}=_0x10dab4,_0x10f47c=_0x28b13e[_0xb968c5(0x253)]()[_0xb968c5(0x171)]()[_0xb968c5(0x1fc)]('.')[0x1],_0x3be288=_0x28b13e[_0xb968c5(0x102)]()[_0xb968c5(0x171)]()[_0xb968c5(0x1fc)]('.')[0x1],_0x48acc1=global?.[_0xb968c5(0x185)]?.[_0xb968c5(0x235)]?.[_0xb968c5(0x22f)],_0x538f94=_0x28b13e[_0xb968c5(0x224)](),_0x5d18a6=Buffer[_0xb968c5(0x16e)](JSON[_0xb968c5(0x12b)](_0x10dab4))[_0xb968c5(0x171)](_0x1cc3b2[_0xb968c5(0x15a)]),_0x4a6195={'hash':_0x10bbaa['getId'](),'threadId':_0x10bbaa[_0xb968c5(0x169)]()[_0xb968c5(0x171)](),'processId':_0x10bbaa[_0xb968c5(0x19a)]()[_0xb968c5(0x171)]()},_0x1c83d3={};_0x1c83d3[_0xb968c5(0x132)]=_0x48acc1,_0x1c83d3[_0xb968c5(0x261)]=_0xb62e85,_0x1c83d3['testFrameworkVersion']=_0x5d4278,_0x1c83d3[_0xb968c5(0x205)]=_0x10f47c,_0x1c83d3[_0xb968c5(0xf4)]=_0x3be288,_0x1c83d3['startedAt']=_0x384a4e,_0x1c83d3[_0xb968c5(0x1a8)]=_0x37402b,_0x1c83d3[_0xb968c5(0x212)]=_0x538f94,_0x1c83d3[_0xb968c5(0x257)]=_0x5d18a6,_0x1c83d3[_0xb968c5(0x223)]=_0x4a6195,_0x1c83d3[_0xb968c5(0x146)]=_0xd2141b;const _0x588540=_0x1c83d3;return _0x588540;}catch(_0x539d4f){return logger[_0xb968c5(0x269)]('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util['format'](_0x539d4f)),{};}}async[a71_0x2cc276(0x24f)](_0x3ee34c,_0xd85bc1,_0x55b37){const _0x874fa=a71_0x2cc276,_0xe1380e={'APdUb':function(_0xf35660,_0x25f3a0){return _0xf35660+_0x25f3a0;},'btTgD':_0x874fa(0x1b3),'jpCKB':_0x874fa(0x14c),'ZQKND':function(_0x39bfb5,_0x1e3858){return _0x39bfb5>_0x1e3858;},'fkJOx':function(_0x291e3c,_0x4b3acd,_0x5e0d05,_0x6106d0){return _0x291e3c(_0x4b3acd,_0x5e0d05,_0x6106d0);},'lCPQl':function(_0x7bfa0,_0x26c420){return _0x7bfa0-_0x26c420;},'wlPTq':function(_0x9829cf,_0x4ed2d5){return _0x9829cf===_0x4ed2d5;},'xFDzC':function(_0x52e702,_0x549631){return _0x52e702/_0x549631;},'ZbHcA':function(_0x45fd28,_0x44326b){return _0x45fd28<_0x44326b;},'aWzTy':function(_0x191891,_0x4ba1c8){return _0x191891*_0x4ba1c8;},'PdVrk':function(_0x1b2f7a,_0x3436e3){return _0x1b2f7a+_0x3436e3;},'jlHEL':function(_0x303c6a,_0x188654){return _0x303c6a>_0x188654;}};try{const _0x11f276=_0x55b37[_0x874fa(0x143)]||_0x55b37['testId'],_0x2d1b51=Array[_0x874fa(0x16e)](_0x3ee34c[_0x874fa(0x231)]()['keys']()),_0x23e2df=_0x3ee34c[_0x874fa(0x231)]()[_0x874fa(0xf2)](_0x11f276);if(!_0x23e2df){logger[_0x874fa(0x136)](_0x874fa(0x147)+_0x11f276);return;}const {[TestFrameworkConstants[_0x874fa(0x183)]]:_0x447a76='',[TestFrameworkConstants[_0x874fa(0x230)]]:_0x44738f=''}=_0x23e2df;let _0x545fe7=[];if(_0x23e2df&&_0x23e2df[TestFrameworkConstants[_0x874fa(0x12d)]]&&Array[_0x874fa(0x1c5)](_0x23e2df[TestFrameworkConstants[_0x874fa(0x12d)]])){_0x545fe7=_0x23e2df[TestFrameworkConstants[_0x874fa(0x12d)]]||[],logger[_0x874fa(0x136)](_0x874fa(0x141)+_0x545fe7[_0x874fa(0x1fa)]+'\x20logs\x20for\x20testId:\x20'+_0x11f276);const _0x429dfc={[TestFrameworkConstants[_0x874fa(0x12d)]]:[]},_0x845da3={};_0x845da3[_0x11f276]=_0x429dfc,_0x3ee34c[_0x874fa(0x1ff)](_0x845da3),logger[_0x874fa(0x136)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x11f276);}else logger['debug'](_0x874fa(0x1d5)+_0x11f276);logger[_0x874fa(0x136)](_0x874fa(0xe8)+_0x545fe7[_0x874fa(0x1fa)]+'\x20for\x20testId:\x20'+_0x11f276);const _0x4f865e=_0x545fe7['filter'](_0x1332f4=>_0x1332f4[_0x874fa(0x128)]===_0x874fa(0x247));_0xe1380e[_0x874fa(0x172)](_0x4f865e['length'],0x0)&&(logger[_0x874fa(0x136)](_0x874fa(0x17d)+_0x4f865e[_0x874fa(0x1fa)]+_0x874fa(0x108)+_0x11f276),_0x4f865e[_0x874fa(0xf9)]((_0x4a4fcc,_0x13469b)=>{const _0x6e605d=_0x874fa;logger[_0x6e605d(0x136)](_0x6e605d(0x149)+_0xe1380e['APdUb'](_0x13469b,0x1)+'/'+_0x4f865e[_0x6e605d(0x1fa)]+_0x6e605d(0x21b)+(_0x4a4fcc['test_identifier']||_0xe1380e['btTgD'])+_0x6e605d(0x11a)+(_0x4a4fcc['test_run_uuid']||_0xe1380e[_0x6e605d(0x20e)])+',\x20hook_run_uuid='+(_0x4a4fcc[_0x6e605d(0x236)]||_0xe1380e['jpCKB'])+',\x20messageLength='+(_0x4a4fcc[_0x6e605d(0x15e)]?.['length']||0x0));}));const _0x80e0f3=_0x23e2df[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x1534c9=_0xe1380e['fkJOx'](getMediaArtifactsLogs,_0x80e0f3,null,_0x11f276),_0x4f75a0=(_0x545fe7||[])['concat'](_0x1534c9||[]),_0x4f94ec=_0x4f865e?.['length']||0x0,_0x30a631=_0xe1380e[_0x874fa(0x19d)](_0x545fe7?.['length']||0x0,_0x4f94ec);logger[_0x874fa(0x136)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20'+_0x11f276+_0x874fa(0x26d)+_0x30a631+_0x874fa(0x1ad)+_0x4f94ec+_0x874fa(0x1b4)+(_0x1534c9?.[_0x874fa(0x1fa)]||0x0)+_0x874fa(0x232)+_0x4f75a0[_0x874fa(0x1fa)]);if(!_0x4f75a0||_0xe1380e[_0x874fa(0x113)](_0x4f75a0[_0x874fa(0x1fa)],0x0)){logger[_0x874fa(0x136)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0x11f276);return;}const _0x386e57=0x28,_0x1a26c3=Math['ceil'](_0xe1380e[_0x874fa(0x203)](_0x4f75a0[_0x874fa(0x1fa)],_0x386e57));for(let _0x382eca=0x0;_0xe1380e['ZbHcA'](_0x382eca,_0x1a26c3);_0x382eca++){const _0x2191f2=_0xe1380e[_0x874fa(0x1f5)](_0x382eca,_0x386e57),_0x1739bb=_0xe1380e[_0x874fa(0x112)](_0x2191f2,_0x386e57),_0x78ba22=_0x4f75a0[_0x874fa(0xff)](_0x2191f2,_0x1739bb),_0x3968b6=global?.[_0x874fa(0x185)]?.['workerInfo']?.[_0x874fa(0x22f)]||0x0,_0x5a234b={'platformIndex':_0x3968b6,'logs':_0x78ba22,'testFrameworkName':_0x447a76,'testFrameworkVersion':_0x44738f,'testFrameworkState':_0xd85bc1['toString']()[_0x874fa(0x1fc)]('.')[0x1]},_0x2b946c={};_0x2b946c[_0x874fa(0x120)]=0x3,_0x2b946c[_0x874fa(0x173)]=0x5,logger['debug'](_0x874fa(0x1c2)+_0xe1380e[_0x874fa(0x112)](_0x382eca,0x1)+'/'+_0x1a26c3+_0x874fa(0x25f)+_0x11f276+_0x874fa(0x1d1)+_0x78ba22[_0x874fa(0x1fa)]+_0x874fa(0x18f)+_0x3968b6+_0x874fa(0x154)+util['inspect'](_0x5a234b,_0x2b946c));const _0x40721d=await GrpcClient[_0x874fa(0x239)]()['logCreatedEvent'](_0x5a234b);logger[_0x874fa(0x136)](_0x874fa(0x1c2)+_0xe1380e['APdUb'](_0x382eca,0x1)+'/'+_0x1a26c3+'\x20-\x20testId:\x20'+_0x11f276+',\x20response='+util['inspect'](_0x40721d));}if(_0x1534c9&&_0xe1380e['jlHEL'](_0x1534c9['length'],0x0)&&_0x23e2df[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]){const _0x3849d5={[TestFrameworkConstants[_0x874fa(0x14a)]]:{}},_0x3e549e={};_0x3e549e[_0x11f276]=_0x3849d5,_0x3ee34c[_0x874fa(0x1ff)](_0x3e549e);}logger['debug'](_0x874fa(0x162)+_0x11f276+',\x20totalBatches:\x20'+_0x1a26c3);}catch(_0x31cec){logger[_0x874fa(0x269)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20'+(_0x55b37[_0x874fa(0x143)]||_0x55b37[_0x874fa(0x1e7)])+',\x20error:\x20'+util[_0x874fa(0x126)](_0x31cec));}}[a71_0x2cc276(0x127)](_0x44378e,_0x1c4ecd,_0x15cec2,_0x2e9552,_0x5b9cad){const _0x298989=a71_0x2cc276,_0x11927e={};_0x11927e[_0x298989(0xfe)]=function(_0x272fd6,_0x180600){return _0x272fd6===_0x180600;},_0x11927e['xiRVZ']=_0x298989(0xf8);const _0x188daf=_0x11927e,{hookData:_0x4f0dbf}=_0x5b9cad,_0x265978={'testId':_0x1c4ecd,'testFrameworkState':_0x15cec2,'hookState':_0x2e9552,'args':_0x5b9cad,'timestamp':new Date()[_0x298989(0x1dd)]()};if(_0x188daf[_0x298989(0xfe)](_0x15cec2,TestFrameworkState[_0x298989(0xf6)])&&_0x4f0dbf){const _0x362228={};_0x362228[_0x298989(0x175)]=_0x4f0dbf['file_name']||_0x4f0dbf[_0x298989(0x23b)],_0x362228['scope']=_0x4f0dbf['scope']||_0x4f0dbf[_0x298989(0xdb)]&&_0x4f0dbf[_0x298989(0xdb)][0x0]||'',_0x362228[_0x298989(0xfc)]=_0x188daf['xiRVZ'],_0x265978[_0x298989(0x124)]=_0x362228,logger[_0x298989(0x136)](_0x298989(0x1a0)+_0x1c4ecd+_0x298989(0x22b)+_0x265978[_0x298989(0x124)][_0x298989(0x175)]+',\x20scope:\x20'+_0x265978['hookMetadata']['scope']);}_0x44378e['addPendingHook'](_0x1c4ecd,_0x265978),logger['debug'](_0x298989(0x191)+_0x1c4ecd+_0x298989(0x204)+_0x15cec2+',\x20hookState:\x20'+_0x2e9552);}async['processPendingHooks'](_0x1a454a,_0x397e5c){const _0x5a79cb=a71_0x2cc276,_0x4fea0f={};_0x4fea0f[_0x5a79cb(0x193)]=function(_0x51e438,_0x352548){return _0x51e438>_0x352548;},_0x4fea0f[_0x5a79cb(0x21a)]='[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20${testFilePath},\x20scope:\x20${testScope}',_0x4fea0f['lsnYM']=function(_0xdf671c,_0x3664cb){return _0xdf671c===_0x3664cb;},_0x4fea0f['ouJSu']=function(_0x2c4c30,_0x561436){return _0x2c4c30===_0x561436;},_0x4fea0f[_0x5a79cb(0x1f2)]=function(_0x33edc5,_0x3c6613){return _0x33edc5===_0x3c6613;},_0x4fea0f[_0x5a79cb(0x1be)]=function(_0x2b3074,_0x3619ee){return _0x2b3074>_0x3619ee;},_0x4fea0f[_0x5a79cb(0x11f)]='[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook',_0x4fea0f[_0x5a79cb(0x137)]=_0x5a79cb(0x23d);const _0x54328f=_0x4fea0f;if(_0x1a454a['hasPendingHooks'](_0x397e5c)){const _0x17a8dd=_0x1a454a[_0x5a79cb(0xf3)](_0x397e5c);logger[_0x5a79cb(0x136)](_0x5a79cb(0x182)+_0x17a8dd[_0x5a79cb(0x1fa)]+_0x5a79cb(0x1aa)+_0x397e5c);for(const _0x2dfe16 of _0x17a8dd){try{const _0x4c10a0=await this[_0x5a79cb(0xdc)](_0x1a454a,_0x2dfe16[_0x5a79cb(0x205)],_0x2dfe16[_0x5a79cb(0xf4)],_0x2dfe16[_0x5a79cb(0x23a)]);_0x4c10a0&&_0x54328f['EPjrX'](Object[_0x5a79cb(0xdd)](_0x4c10a0)[_0x5a79cb(0x1fa)],0x0)&&_0x1a454a[_0x5a79cb(0x1ff)](_0x4c10a0),await this[_0x5a79cb(0x140)](_0x1a454a,_0x2dfe16['testFrameworkState'],_0x2dfe16[_0x5a79cb(0xf4)],_0x2dfe16['args']);}catch(_0x2ef429){logger[_0x5a79cb(0x269)](_0x5a79cb(0x1ca)+_0x397e5c+_0x5a79cb(0x1af)+_0x2ef429);}}_0x1a454a[_0x5a79cb(0x1bf)](_0x397e5c),logger[_0x5a79cb(0x136)]('Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20'+_0x397e5c);}const _0x30dcea=_0x1a454a[_0x5a79cb(0x231)]()['get'](_0x397e5c);if(_0x30dcea){const _0x5b7760=_0x30dcea[TestFrameworkConstants[_0x5a79cb(0x106)]]||_0x30dcea[TestFrameworkConstants['KEY_TEST_LOCATION']],_0x3c8935=_0x30dcea[TestFrameworkConstants[_0x5a79cb(0x15d)]]||_0x30dcea[TestFrameworkConstants['KEY_TEST_SCOPES']]&&_0x30dcea[TestFrameworkConstants[_0x5a79cb(0x118)]][0x0]||'';logger['debug'](_0x54328f['GANYB']);const _0x4d032c=_0x1a454a[_0x5a79cb(0x170)]();for(const _0x4e0821 of _0x4d032c){if(_0x54328f[_0x5a79cb(0x125)](_0x4e0821,_0x397e5c))continue;if(_0x1a454a['hasPendingHooks'](_0x4e0821)){const _0x381852=_0x1a454a[_0x5a79cb(0xf3)](_0x4e0821);for(const _0x370575 of _0x381852){if(_0x54328f[_0x5a79cb(0xe0)](_0x370575[_0x5a79cb(0x205)],TestFrameworkState[_0x5a79cb(0xf6)])&&_0x370575['hookMetadata']){const _0x2e821e=_0x370575[_0x5a79cb(0x124)][_0x5a79cb(0x175)],_0x2ba82e=_0x370575['hookMetadata']['scope'];if(_0x54328f[_0x5a79cb(0xe0)](_0x2e821e,_0x5b7760)&&_0x54328f[_0x5a79cb(0x1f2)](_0x2ba82e,_0x3c8935)){logger[_0x5a79cb(0x136)](_0x5a79cb(0x1b7)+_0x4e0821+_0x5a79cb(0x245)+_0x397e5c+_0x5a79cb(0x22b)+_0x2e821e+_0x5a79cb(0x187)+_0x2ba82e);_0x370575[_0x5a79cb(0x23a)]&&_0x370575['args'][_0x5a79cb(0x131)]&&(_0x370575[_0x5a79cb(0x23a)][_0x5a79cb(0x131)][_0x5a79cb(0xe4)]=_0x397e5c,logger[_0x5a79cb(0x136)](_0x5a79cb(0x148)+_0x4e0821+_0x5a79cb(0x100)+_0x397e5c));try{const _0xbdde33=await this[_0x5a79cb(0xdc)](_0x1a454a,_0x370575['testFrameworkState'],_0x370575[_0x5a79cb(0xf4)],_0x370575[_0x5a79cb(0x23a)]);_0xbdde33&&_0x54328f[_0x5a79cb(0x1be)](Object['keys'](_0xbdde33)[_0x5a79cb(0x1fa)],0x0)&&_0x1a454a[_0x5a79cb(0x1ff)](_0xbdde33);await this[_0x5a79cb(0x140)](_0x1a454a,_0x370575[_0x5a79cb(0x205)],_0x370575[_0x5a79cb(0xf4)],_0x370575[_0x5a79cb(0x23a)]);const _0x4584c1=_0x1a454a['getPendingHooks'](_0x4e0821)[_0x5a79cb(0x19c)](_0x2f8cdd=>_0x2f8cdd!==_0x370575);if(_0x54328f[_0x5a79cb(0x125)](_0x4584c1['length'],0x0))_0x1a454a[_0x5a79cb(0x1bf)](_0x4e0821);else{_0x1a454a[_0x5a79cb(0x1bf)](_0x4e0821);for(const _0x554bc3 of _0x4584c1){_0x1a454a[_0x5a79cb(0x242)](_0x4e0821,_0x554bc3);}}logger[_0x5a79cb(0x136)](_0x54328f[_0x5a79cb(0x11f)]);}catch(_0x5d6f52){logger[_0x5a79cb(0x269)](_0x54328f[_0x5a79cb(0x137)]);}}}}}}}}[a71_0x2cc276(0x101)](_0x4dbb11){const _0x54832f=a71_0x2cc276,_0x22a946={'ACOJK':function(_0x2998ce){return _0x2998ce();}};if(!_0x4dbb11||!_0x4dbb11['parent'])return;_0x4dbb11[_0x54832f(0x246)]['hooks']&&Array[_0x54832f(0x1c5)](_0x4dbb11['parent']['hooks'])&&_0x4dbb11['parent'][_0x54832f(0x16d)][_0x54832f(0xf9)](_0x11bd89=>{const _0x36d483=_0x54832f;!_0x11bd89[_0x36d483(0x145)]&&!_0x11bd89[_0x36d483(0x218)]&&(_0x11bd89[_0x36d483(0x145)]=_0x22a946[_0x36d483(0xdf)](uuidv4),_0x11bd89[_0x36d483(0x218)]=_0x11bd89[_0x36d483(0x145)],logger[_0x36d483(0x136)](_0x36d483(0xf1)+_0x11bd89['type']+_0x36d483(0x1bc)+_0x11bd89[_0x36d483(0x145)]));}),this[_0x54832f(0x101)](_0x4dbb11[_0x54832f(0x246)]);}['getHooksForTest'](_0xe6cdaf){const _0x13f52d=a71_0x2cc276,_0x39b887={'bzpLM':function(_0x26e5d1,_0x1711fb){return _0x26e5d1(_0x1711fb);}};if(!_0xe6cdaf||!_0xe6cdaf[_0x13f52d(0x246)])return[];const _0x5f05f1=[];return _0xe6cdaf[_0x13f52d(0x246)]['hooks']&&Array[_0x13f52d(0x1c5)](_0xe6cdaf[_0x13f52d(0x246)]['hooks'])&&_0xe6cdaf[_0x13f52d(0x246)]['hooks'][_0x13f52d(0xf9)](_0x11d717=>{const _0x16fe2c=_0x13f52d,_0x4437b3=_0x11d717[_0x16fe2c(0x145)]||_0x11d717[_0x16fe2c(0x218)];_0x4437b3&&!this[_0x16fe2c(0x188)](_0x11d717)&&!_0x39b887[_0x16fe2c(0x16b)](isInternalHook,_0x11d717['fn'])&&_0x5f05f1[_0x16fe2c(0x21c)](_0x4437b3);}),[..._0x5f05f1,...this[_0x13f52d(0x1e0)](_0xe6cdaf['parent'])];}['buildHookMapFromTest'](_0x30bc43){const _0x4a59ce=a71_0x2cc276,_0x17d608={'UVTnm':function(_0x69fdc3,_0x2beb58){return _0x69fdc3(_0x2beb58);},'ZCMqR':_0x4a59ce(0x179)},_0x665a2=new Map(),_0x8b9b0f=_0x49ad1c=>{const _0x9d3443=_0x4a59ce;if(!_0x49ad1c||!_0x49ad1c[_0x9d3443(0x246)])return;_0x49ad1c['parent']['hooks']&&Array[_0x9d3443(0x1c5)](_0x49ad1c[_0x9d3443(0x246)][_0x9d3443(0x16d)])&&_0x49ad1c['parent']['hooks'][_0x9d3443(0xf9)](_0x30b4b9=>{const _0x18bd84=_0x9d3443,_0x17b65f=_0x30b4b9[_0x18bd84(0x145)]||_0x30b4b9['hookUUID'];if(_0x17b65f&&!this[_0x18bd84(0x188)](_0x30b4b9)&&!_0x17d608[_0x18bd84(0x1a4)](isInternalHook,_0x30b4b9['fn'])){const _0x13320c={};_0x13320c[_0x18bd84(0x20b)]=_0x30b4b9[_0x18bd84(0x20b)]||_0x17d608[_0x18bd84(0x267)],_0x13320c[_0x18bd84(0x1da)]=_0x30b4b9['name']||'\x22'+_0x30b4b9[_0x18bd84(0x20b)]+_0x18bd84(0x1ba),_0x665a2[_0x18bd84(0x157)](_0x17b65f,_0x13320c);}}),_0x17d608[_0x9d3443(0x1a4)](_0x8b9b0f,_0x49ad1c[_0x9d3443(0x246)]);};return _0x17d608[_0x4a59ce(0x1a4)](_0x8b9b0f,_0x30bc43),_0x665a2;}[a71_0x2cc276(0x188)](_0x5c5dec){const _0x9d5da4=a71_0x2cc276,_0x3f14d2={};_0x3f14d2[_0x9d5da4(0x174)]=_0x9d5da4(0x163),_0x3f14d2['eDzNM']=_0x9d5da4(0x15c);const _0x3ee99c=_0x3f14d2;try{const _0x498bf0=this[_0x9d5da4(0x252)](_0x5c5dec);return _0x498bf0&&_0x498bf0[_0x9d5da4(0x24d)](_0x3ee99c[_0x9d5da4(0x174)]);}catch(_0x2fb22e){logger[_0x9d5da4(0x136)](_0x3ee99c[_0x9d5da4(0x14d)]);}return![];}[a71_0x2cc276(0x252)](_0x1fd3a4){const _0x390702=a71_0x2cc276;if(_0x1fd3a4[_0x390702(0x240)])try{const _0x13642d=stackTrace['parse'](_0x1fd3a4[_0x390702(0x240)]);return _0x13642d[0x0]?_0x13642d[0x0]['getFileName']():null;}catch(_0x47b7f0){logger[_0x390702(0x136)]('[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20'+util['format'](_0x47b7f0));}if(_0x1fd3a4['file'])return _0x1fd3a4[_0x390702(0x1d2)];return null;}}module[a71_0x2cc276(0x13a)]=JestTestFramework;
1
+ const a71_0x3fb4df=a71_0x52a4;(function(_0x5cacd0,_0x171cda){const _0x4daa88=a71_0x52a4,_0x3d70ed=_0x5cacd0();while(!![]){try{const _0x3abcdf=-parseInt(_0x4daa88(0x14e))/0x1*(parseInt(_0x4daa88(0x12f))/0x2)+-parseInt(_0x4daa88(0x1d2))/0x3+parseInt(_0x4daa88(0x162))/0x4*(parseInt(_0x4daa88(0x139))/0x5)+parseInt(_0x4daa88(0x1d6))/0x6+parseInt(_0x4daa88(0x133))/0x7+parseInt(_0x4daa88(0x1bc))/0x8+-parseInt(_0x4daa88(0x183))/0x9;if(_0x3abcdf===_0x171cda)break;else _0x3d70ed['push'](_0x3d70ed['shift']());}catch(_0x556168){_0x3d70ed['push'](_0x3d70ed['shift']());}}}(a71_0x3358,0x5476f));const TestFramework=require('./testFramework'),TestFrameworkState=require(a71_0x3fb4df(0x18b)),HookState=require(a71_0x3fb4df(0x1c9)),{createClassLogger}=require(a71_0x3fb4df(0x17f)),TestFrameworkInstance=require(a71_0x3fb4df(0x10a)),CLIUtils=require(a71_0x3fb4df(0x22b)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a71_0x3fb4df(0x1d9)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a71_0x3fb4df(0xf7)),{isInternalHook}=require(a71_0x3fb4df(0xfb)),logger=createClassLogger('JestTestFramework'),{v4:uuidv4}=require(a71_0x3fb4df(0x156)),util=require(a71_0x3fb4df(0x184)),TestInfo=require(a71_0x3fb4df(0x12e)),GrpcClient=require(a71_0x3fb4df(0x109)),stackTrace=require(a71_0x3fb4df(0xbb));function a71_0x52a4(_0x5b396f,_0x1af02e){const _0x3358da=a71_0x3358();return a71_0x52a4=function(_0x52a467,_0x27d3db){_0x52a467=_0x52a467-0xb8;let _0x54a840=_0x3358da[_0x52a467];return _0x54a840;},a71_0x52a4(_0x5b396f,_0x1af02e);}function a71_0x3358(){const _0x1bf8be=['__workerDetails','KEY_TEST_RERUN_NAME','getJestFailureType','KEY_TEST_RETRY_OF','getCurrentInstanceName','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','getContext','parseJestTestResult','removeActiveHook','processPendingHooks','getAllData','eEHsh','testFrameworkState','addMultipleEntries','Unknown\x20error','filePath','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=',',\x20hookData=','KEY_TEST_UUID','../cliUtils.js','createContext','kbMnf',',\x20hook=','setTrackedInstance','\x20to\x20',',\x20hooksListLength=','event_ended_at','KEY_HOOK_FAILURE','QUpMv','aiNjA','split','parseJestTest','addPendingHook','getAllPendingHookTestIds','forEach','KEY_EVENT_ENDED_AT',',\x20remainingHooks=','includes','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','platformIndex','ceil','KQsnX','KEY_TEST_DURATION','push','warn','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','Assert','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','trackEvent','TeehK','getRef','from','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','KEY_TEST_CODE','unknown','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','KEY_TEST_ID','KEY_TEST_SCOPE','stack-trace','file',',\x20screenshotLogs:\x20','getTestFrameworks','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','keys','concat','VSstW','zCNcY',',\x20error:\x20','ocfKc','getId','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','KEY_HOOK_ID','zsUhz','replace',',\x20response=','depth','originalTest','Stored\x20pending\x20hook\x20for\x20testId:\x20','gTErn','test_run_uuid','beforeAll','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','sendLogCreatedEvent','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','parse','wEBbG','ejHkI',',\x20hookState:\x20','test_run_id','hooks','hookUUID','\x20logs\x20for\x20testId:\x20','LrALJ','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','matchHookRegex','qEmOg','args','test_identifier','mwLfW','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','[JestTestFramework]\x20trackHookEvent:\x20SUCCESS\x20-\x20hookType=','YQVTr','message','location','XqGNU','title','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','wcHdz',',\x20filePath:\x20','resolveInstance','getInstance','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','getJestTestName','stringify','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','slice','\x20(testIdentifier),\x20hookType=','../../../helpers/helper.js','pwcKl','isArray','createTestFrameworkEventPayload','../../../helpers/test-observability/utils','started_at','yetAV','hNPcr',',\x20state:\x20','storePendingHook','LvXAt','Ketgt','get','mapTestHooks','trackJestInstance:\x20created\x20instance\x20for\x20target=','nmtmj','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','asyncError','../grpcClient','../instances/testFrameworkInstance.js','SkTjA','set','getCurrentTestState','KEY_AUTOMATE_SESSION_NAME','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','NONE','hookType','KEY_TEST_FRAMEWORK_VERSION',',\x20hookUUID=','udYIh',',\x20storing\x20as\x20pending\x20hook','base64','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','KEY_HOOK_NAME','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','substring','PQzjf','PRE','trackHookEvent','toISOString','result',',\x20scope:\x20',',\x20totalLogs:\x20',',\x20target=','errorsDetailed','substr','length','hook_run_uuid',',\x20argsKeys=',',\x20version=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','getCurrentHookState','../TestInfo.js','105720VbmRiu','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','DEFAULT_HOOK_RESULT','test','775019WiXfRW','getJestTestTags','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','110JNEsiL','bvQuS',',\x20hookState=','JhQYq','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','KEY_TEST_RESULT','HwhDC','tWOsH','nJGdL','skipped','getFileName','getPendingHooks','hasPendingHooks','irwiA','logCreatedEvent','testId','testFrameworkVersion','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','startsWith','prKzs','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','1dyWJgJ','has','KEY_HOOKS_FINISHED','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','format','name','getRootParentFile','KEY_TEST_FAILURE_REASON','uuid','KEY_TEST_NAME','trackJestInstance:\x20instance\x20already\x20exists','UxcTH','activeHooks',',\x20platformIndex:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','qKAJB','tvvWQ','Error\x20in\x20createTestFrameworkEventPayload:\x20','Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20${testId},\x20error:\x20${error}','TEST_SCREENSHOT','72628KWYYaU','KEY_TEST_STARTED_AT','getTrackedInstance',':testAnalyticsId','UwVDX','Wwpcm','type','maxArrayLength','Processing\x20','NMxed','SdhCf','KEY_TEST_ATTACHMENTS','KEY_HOOKS_STARTED',',\x20hookId=','vPVWy','scope','debug','\x20-\x20test_identifier=','\x22\x20from\x20testData','POST','hookData','KEY_HOOK_LAST_STARTED','parallelIndex','workerInfo','gXhdf','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','\x20files','failure_reason','\x20(testIdentifier)','../../../helpers/classLogger.js',',\x20filePath=',',\x20testData=','getJestFailureReason','1592442dhegxm','util','removePendingHooks','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','zsaYE','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','hookMetadata','../state/testFrameworkState.js','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','getJestFailureData','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','failed','getJestTestFilePath','KEY_TEST_LOCATION','match','startedAt','KzMth','inspect','nYJds','IoSQD','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','eventJson','fydzW',',\x20test_run_uuid=','KEY_TEST_LOGS','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','KEY_HOOK_FAILURE_REASON','KEY_TEST_FAILURE_TYPE','hook_result','xsgre',',\x20payload:\x20',',\x20exception=','buildHookMapFromTest','GcjSB','KEY_EVENT_STARTED_AT','getJestTestScopes','KEY_HOOK_FAILURE_TYPE','toString','finished_at','error','find','kind','executionContext','jjANf',',\x20totalHooks=','duration','KEY_LOGS','UnYuy','filter','qoGCd','QUssC','parent','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','getHooksForTest','2242320LXeDoR','\x20(testIdentifier),\x20result=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20',',\x20consoleLogs:\x20','NSxPP','pcyHb',',\x20currentTestId:\x20','Unknown\x20Test','xuJqV','KEY_TEST_RESULT_AT',',\x20contextId=','\x20-\x20testId:\x20','\x20attachments','../state/hookState.js','tags','KEY_TEST_SCOPES',',\x20testId=','ubaKT',',\x20result=','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','vpjev','getJestTestIdentifier','1515969uiPZdD','VcykN','pid','BEFORE_ALL','1743762KSQFRb','testUUID','KEY_TEST_TAGS','./constants/testFrameworkConstants.js','hook_id','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','getTestFrameworksVersions','KEY_HOOK_RESULT','\x20screenshot\x20logs\x20for\x20testId:\x20','sYfyv','kZFyd','hookAnalyticsId','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','KEY_TEST_ENDED_AT','hookState','\x20pending\x20hooks\x20for\x20testId:\x20',',\x20totalBatches:\x20','dvXqD','FebRh',',\x20failureReason=','getActiveHook','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','KEY_TEST_FRAMEWORK_NAME','\x20hook','runHooks',',\x20failureType=','missing','LOG_REPORT','yBJeX','join','file_name','sSyJl','isJestInternalHook','\x20(testIdentifier),\x20tags=','getThreadId','ALL','_ALL','KEY_HOOK_LAST_FINISHED','DEFAULT_TEST_RESULT','CqLHH','none','VTToC','apply',',\x20state=','rmmEM','hook_type','jeSuv','KEY_TEST_META',',\x20testFramework=',',\x20hookType=',',\x20hook_run_uuid=','testData','nbPnD','HIQcY','scopes','delete','map','KEY_TEST_FILE_PATH',',\x20logsInBatch:\x20','status','KEY_CUSTOM_TAGS','ePTbR','ficqS','hrXuk','instance','\x22\x20hook'];a71_0x3358=function(){return _0x1bf8be;};return a71_0x3358();}class JestTestFramework extends TestFramework{constructor(_0x555089,_0xd08535,_0x9fe249){const _0x28934d=a71_0x3fb4df;super(_0x555089,_0xd08535,_0x9fe249),this[_0x28934d(0x15a)]=new Map();}['setActiveHook'](_0x178377,_0xc92bee,_0xbe5b42){const _0x27cd4e=a71_0x3fb4df,_0x12b287={};_0x12b287[_0x27cd4e(0x140)]=function(_0x3a2afe,_0xd320ad){return _0x3a2afe||_0xd320ad;};const _0x23a5cc=_0x12b287;if(_0x23a5cc[_0x27cd4e(0x140)](!_0x178377,!_0xc92bee)){logger[_0x27cd4e(0x244)]('[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x178377+_0x27cd4e(0x113)+_0xc92bee);return;}!this[_0x27cd4e(0x15a)]['has'](_0x178377)&&this[_0x27cd4e(0x15a)][_0x27cd4e(0x10c)](_0x178377,[]);const _0x2a4c49={'hookUUID':_0xc92bee,'hookType':_0xbe5b42,'startedAt':new Date()[_0x27cd4e(0x121)]()};this['activeHooks']['get'](_0x178377)[_0x27cd4e(0x243)](_0x2a4c49),logger[_0x27cd4e(0x172)]('[JestTestFramework]\x20setActiveHook:\x20testIdentifier='+_0x178377+_0x27cd4e(0x113)+_0xc92bee+_0x27cd4e(0x207)+_0xbe5b42+_0x27cd4e(0x1b2)+this[_0x27cd4e(0x15a)][_0x27cd4e(0x103)](_0x178377)[_0x27cd4e(0x128)]);}[a71_0x3fb4df(0x220)](_0x2e4a42,_0x2e974a){const _0x255ec5=a71_0x3fb4df,_0x4fe407={};_0x4fe407['prKzs']=function(_0x15b5bd,_0x3b4ac8){return _0x15b5bd||_0x3b4ac8;},_0x4fe407[_0x255ec5(0x1d0)]=function(_0x349f21,_0x1e2473){return _0x349f21!==_0x1e2473;},_0x4fe407[_0x255ec5(0x17a)]=function(_0x86aa66,_0x48f393){return _0x86aa66===_0x48f393;};const _0xc4b2ef=_0x4fe407;if(_0xc4b2ef[_0x255ec5(0x14c)](!_0x2e4a42,!_0x2e974a)){logger[_0x255ec5(0x244)](_0x255ec5(0x117)+_0x2e4a42+_0x255ec5(0x113)+_0x2e974a);return;}if(this[_0x255ec5(0x15a)][_0x255ec5(0x14f)](_0x2e4a42)){const _0x3f43b8=this['activeHooks'][_0x255ec5(0x103)](_0x2e4a42),_0x2d4c37=_0x3f43b8['findIndex'](_0xac1fe7=>_0xac1fe7[_0x255ec5(0xdb)]===_0x2e974a);_0xc4b2ef[_0x255ec5(0x1d0)](_0x2d4c37,-0x1)?(_0x3f43b8['splice'](_0x2d4c37,0x1),logger[_0x255ec5(0x172)](_0x255ec5(0x189)+_0x2e4a42+_0x255ec5(0x113)+_0x2e974a+_0x255ec5(0x23c)+_0x3f43b8[_0x255ec5(0x128)]),_0xc4b2ef['gXhdf'](_0x3f43b8['length'],0x0)&&this[_0x255ec5(0x15a)][_0x255ec5(0x20d)](_0x2e4a42)):logger[_0x255ec5(0x172)](_0x255ec5(0x190)+_0x2e4a42+_0x255ec5(0x113)+_0x2e974a);}}[a71_0x3fb4df(0x1ea)](_0x4d328d){const _0x19f74e=a71_0x3fb4df,_0x4ba87b={};_0x4ba87b[_0x19f74e(0x1a7)]=function(_0x214c22,_0xc696e4){return _0x214c22>_0xc696e4;},_0x4ba87b['dvXqD']=function(_0x11a16d,_0x237a9f){return _0x11a16d-_0x237a9f;};const _0x2dc821=_0x4ba87b;if(!_0x4d328d)return null;if(this[_0x19f74e(0x15a)]['has'](_0x4d328d)){const _0x5dfbb6=this['activeHooks'][_0x19f74e(0x103)](_0x4d328d);if(_0x2dc821[_0x19f74e(0x1a7)](_0x5dfbb6[_0x19f74e(0x128)],0x0)){const _0x4e4fd8=_0x5dfbb6[_0x2dc821[_0x19f74e(0x1e7)](_0x5dfbb6[_0x19f74e(0x128)],0x1)];return logger[_0x19f74e(0x172)]('[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier='+_0x4d328d+_0x19f74e(0x113)+_0x4e4fd8[_0x19f74e(0xdb)]+_0x19f74e(0x207)+_0x4e4fd8[_0x19f74e(0x111)]),_0x4e4fd8;}}return null;}async[a71_0x3fb4df(0x248)](_0x27c608,_0x678d2a,_0x1f08b7={}){const _0x3a9005=a71_0x3fb4df,_0x2aac5d={};_0x2aac5d[_0x3a9005(0x1b8)]=_0x3a9005(0x17b),_0x2aac5d[_0x3a9005(0xc3)]=function(_0x343dd0,_0x137940){return _0x343dd0===_0x137940;},_0x2aac5d[_0x3a9005(0x106)]=function(_0x1a6e75,_0x467ef9){return _0x1a6e75||_0x467ef9;},_0x2aac5d['Uoyow']=_0x3a9005(0x21d);const _0x3b4a85=_0x2aac5d;logger[_0x3a9005(0x172)]('[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState='+_0x27c608+_0x3a9005(0x13b)+_0x678d2a+_0x3a9005(0x12a)+Object[_0x3a9005(0xc0)](_0x1f08b7)[_0x3a9005(0x1f3)](',')),await super[_0x3a9005(0x248)](_0x27c608,_0x678d2a,_0x1f08b7);const _0x4c5724=this[_0x3a9005(0xef)](_0x27c608,_0x678d2a,_0x1f08b7);if(!_0x4c5724){logger[_0x3a9005(0x172)](_0x3b4a85[_0x3a9005(0x1b8)]);return;}try{let _0x557dbc,_0x35721c,_0x255427;switch(_0x27c608){case TestFrameworkState['TEST']:_0x557dbc=_0x1f08b7[_0x3a9005(0x132)];const _0x2b2be4={};_0x2b2be4[_0x3a9005(0xcc)]=0x2,_0x2b2be4[_0x3a9005(0x169)]=0x3,logger['debug'](_0x3a9005(0x1eb)+_0x678d2a+_0x3a9005(0x181)+util[_0x3a9005(0x197)](_0x557dbc,_0x2b2be4)),_0x255427=this[_0x3a9005(0x1d1)](_0x557dbc),_0x35721c=null,logger[_0x3a9005(0x172)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId='+_0x255427+_0x3a9005(0x17e));if(_0x3b4a85[_0x3a9005(0xc3)](_0x678d2a,HookState[_0x3a9005(0x11f)])){logger[_0x3a9005(0x172)](_0x3a9005(0x1cf)+_0x255427);const _0x4d58f3={};_0x4d58f3[_0x3a9005(0x1d7)]=_0x35721c,_0x4d58f3['testData']=_0x557dbc,_0x4d58f3['testId']=_0x255427;const _0x21ca42=this[_0x3a9005(0x237)](_0x4d58f3),_0x2ce17b={};_0x2ce17b[_0x3a9005(0xcc)]=0x2,_0x2ce17b[_0x3a9005(0x169)]=0x3,logger[_0x3a9005(0x172)](_0x3a9005(0x15c)+util[_0x3a9005(0x197)](_0x21ca42,_0x2ce17b)),_0x4c5724[_0x3a9005(0x225)](_0x21ca42),logger[_0x3a9005(0x172)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0x255427),await this['processPendingHooks'](_0x4c5724,_0x255427);}else{if(_0x3b4a85[_0x3a9005(0xc3)](_0x678d2a,HookState[_0x3a9005(0x175)])){logger['debug'](_0x3a9005(0x136)+_0x255427);const _0x338677=_0x4c5724[_0x3a9005(0x222)]()[_0x3a9005(0x103)](_0x255427);logger['debug'](_0x3a9005(0xbf)+util[_0x3a9005(0x197)](Object[_0x3a9005(0xc0)](_0x3b4a85[_0x3a9005(0x106)](_0x338677,{}))));_0x338677&&_0x338677[TestFrameworkConstants[_0x3a9005(0x16d)]]?logger[_0x3a9005(0x172)](_0x3a9005(0x186)+Object['keys'](_0x338677[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']])[_0x3a9005(0x128)]+_0x3a9005(0x17c)):logger[_0x3a9005(0x172)](_0x3b4a85['Uoyow']);const _0x3f0e7c=_0x1f08b7[_0x3a9005(0xcd)]||null,_0x4e04a9={};_0x4e04a9[_0x3a9005(0x1d7)]=_0x35721c,_0x4e04a9[_0x3a9005(0x209)]=_0x557dbc,_0x4e04a9[_0x3a9005(0x148)]=_0x255427,_0x4e04a9[_0x3a9005(0xcd)]=_0x3f0e7c;const _0x3f3a57=this['parseJestTestResult'](_0x4e04a9),_0x32fc62={};_0x32fc62[_0x3a9005(0xcc)]=0x2,_0x32fc62[_0x3a9005(0x169)]=0x3,logger[_0x3a9005(0x172)](_0x3a9005(0x12c)+util[_0x3a9005(0x197)](_0x3f3a57,_0x32fc62)),_0x4c5724[_0x3a9005(0x225)](_0x3f3a57),logger['debug'](_0x3a9005(0x135)+_0x255427),await this[_0x3a9005(0x221)](_0x4c5724,_0x255427);}}break;case TestFrameworkState[_0x3a9005(0x1f1)]:if(_0x3b4a85[_0x3a9005(0xc3)](_0x678d2a,HookState[_0x3a9005(0x175)])){const _0x178ef3={};_0x178ef3[_0x3a9005(0xcc)]=0x2,logger[_0x3a9005(0x172)](_0x3a9005(0x10f)+util[_0x3a9005(0x197)](_0x1f08b7,_0x178ef3)),await this['sendLogCreatedEvent'](_0x4c5724,_0x27c608,_0x1f08b7);}break;default:if(CLIUtils[_0x3a9005(0xdf)](_0x27c608[_0x3a9005(0x1ab)]()[_0x3a9005(0x236)]('.')[0x1])){const _0x41ae63={};_0x41ae63[_0x3a9005(0xcc)]=0x2,_0x41ae63[_0x3a9005(0x169)]=0x3,logger[_0x3a9005(0x172)](_0x3a9005(0xd4)+_0x27c608+_0x3a9005(0x13b)+_0x678d2a+_0x3a9005(0x229)+util['inspect'](_0x1f08b7[_0x3a9005(0x176)],_0x41ae63));const _0x51aa72=await this[_0x3a9005(0x120)](_0x4c5724,_0x27c608,_0x678d2a,_0x1f08b7),_0x5a061e={};_0x5a061e[_0x3a9005(0xcc)]=0x2,_0x5a061e[_0x3a9005(0x169)]=0x3,logger[_0x3a9005(0x172)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20'+util[_0x3a9005(0x197)](_0x51aa72,_0x5a061e)),_0x4c5724[_0x3a9005(0x225)](_0x51aa72);}else logger[_0x3a9005(0x172)](_0x3a9005(0x11b)+_0x27c608+'\x20&\x20hookState='+_0x678d2a);break;}logger[_0x3a9005(0x172)](_0x3a9005(0x138)+_0x27c608+_0x3a9005(0x13b)+_0x678d2a);}catch(_0x1cc7ac){logger[_0x3a9005(0x1ad)]('[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState='+_0x27c608+_0x3a9005(0x13b)+_0x678d2a+_0x3a9005(0x1a5)+util['format'](_0x1cc7ac));}_0x1f08b7[_0x3a9005(0x216)]=_0x4c5724,await this[_0x3a9005(0x1ee)](_0x4c5724,_0x27c608,_0x678d2a,_0x1f08b7);}[a71_0x3fb4df(0x1d1)](_0x4d56aa){const _0x49fbf7=a71_0x3fb4df,_0x166e34={};_0x166e34[_0x49fbf7(0x214)]=_0x49fbf7(0x14a);const _0x3f8b39=_0x166e34;if(_0x4d56aa&&(_0x4d56aa['id']||_0x4d56aa[_0x49fbf7(0x156)])){const _0x389680=_0x4d56aa['id']||_0x4d56aa[_0x49fbf7(0x156)];return logger[_0x49fbf7(0x172)](_0x49fbf7(0x1ba)+_0x389680+_0x49fbf7(0x174)),_0x389680;}return logger[_0x49fbf7(0x172)](_0x3f8b39['ficqS']),process[_0x49fbf7(0x1d4)]+_0x49fbf7(0x165);}[a71_0x3fb4df(0xef)](_0x8e84a4,_0x5db541,_0x47903f={}){const _0x478ff3=a71_0x3fb4df;let _0x449ea5=null;return _0x449ea5=TestFramework[_0x478ff3(0x164)](),!_0x449ea5?(logger[_0x478ff3(0x172)](_0x478ff3(0xc7)+_0x8e84a4),this['trackJestInstance'](_0x8e84a4,_0x47903f),_0x449ea5=TestFramework[_0x478ff3(0x164)](),logger['debug']('[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists='+!!_0x449ea5+_0x478ff3(0x1c6)+_0x449ea5?.[_0x478ff3(0x21e)]()?.['getId']())):logger[_0x478ff3(0x172)](_0x478ff3(0x228)+_0x449ea5['getContext']()?.[_0x478ff3(0xc6)]()),_0x449ea5;}['trackJestInstance'](_0x4d85e3,_0x31d614){const _0x10d04c=a71_0x3fb4df,_0x301f1c={};_0x301f1c[_0x10d04c(0x1e8)]=_0x10d04c(0x158);const _0x1e0106=_0x301f1c;if(TestFramework['getTrackedInstance']()){logger[_0x10d04c(0x172)](_0x1e0106[_0x10d04c(0x1e8)]);return;}const _0x46214c=CLIUtils[_0x10d04c(0x21c)](),_0x4e565e=TrackedInstance[_0x10d04c(0x22c)](_0x46214c);let _0x20d528=null;logger[_0x10d04c(0x172)](_0x10d04c(0x105)+_0x46214c+_0x10d04c(0x201)+_0x4d85e3),_0x20d528=new TestFrameworkInstance(_0x4e565e,this[_0x10d04c(0xbe)](),this[_0x10d04c(0x1dc)](),_0x4d85e3,HookState[_0x10d04c(0x110)]),TestFramework[_0x10d04c(0x22f)](_0x4e565e,_0x20d528),logger[_0x10d04c(0x172)]('[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId='+_0x4e565e[_0x10d04c(0xc6)]()+_0x10d04c(0x125)+_0x46214c+_0x10d04c(0x206)+this[_0x10d04c(0xbe)]()[0x0]+_0x10d04c(0x12b)+this[_0x10d04c(0x1dc)]()[this[_0x10d04c(0xbe)]()[0x0]]);}[a71_0x3fb4df(0x237)](_0x1cf66e){const _0x449791=a71_0x3fb4df,_0x4c8817={};_0x4c8817[_0x449791(0xd7)]=function(_0x3cf62b,_0x15bb0a){return _0x3cf62b||_0x15bb0a;},_0x4c8817[_0x449791(0x159)]=_0x449791(0x14d);const _0x55f318=_0x4c8817,{testUUID:_0x3ef5e8,testData:_0x142732,testId:_0x3fcd8a}=_0x1cf66e;if(_0x55f318[_0x449791(0xd7)](!_0x142732,!_0x3fcd8a))return logger['debug'](_0x55f318[_0x449791(0x159)]),{};const _0x18cc51=this['getTestFrameworks']()[0x0],_0x39a321=this[_0x449791(0x1dc)](),_0x58f7d3={};_0x58f7d3[_0x449791(0xcc)]=0x2,_0x58f7d3['maxArrayLength']=0x3,logger[_0x449791(0x172)](_0x449791(0x19a)+util[_0x449791(0x197)](_0x142732,_0x58f7d3));const _0x10f9fe=_0x142732?.['scopes']||[],_0x134624=this[_0x449791(0xf2)](_0x142732),_0x49e3b6=this[_0x449791(0x192)](_0x142732),_0x47aad0=_0x142732['fn']?_0x142732['fn'][_0x449791(0x1ab)]():null,_0x2e4c1a=this['getJestTestTags'](_0x142732),_0x174dce={[TestFrameworkConstants[_0x449791(0x1ec)]]:_0x18cc51,[TestFrameworkConstants[_0x449791(0x112)]]:_0x39a321[_0x18cc51],[TestFrameworkConstants[_0x449791(0x19e)]]:[],[TestFrameworkConstants[_0x449791(0x150)]]:{},[TestFrameworkConstants[_0x449791(0x16e)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x449791(0x1fc)],[TestFrameworkConstants[_0x449791(0x10e)]]:_0x134624,[TestFrameworkConstants[_0x449791(0x20f)]]:_0x49e3b6,[TestFrameworkConstants[_0x449791(0xb9)]]:_0x3fcd8a,[TestFrameworkConstants[_0x449791(0x157)]]:_0x134624,[TestFrameworkConstants[_0x449791(0x193)]]:_0x49e3b6,[TestFrameworkConstants[_0x449791(0x24d)]]:_0x47aad0,[TestFrameworkConstants[_0x449791(0x1d8)]]:_0x2e4c1a,[TestFrameworkConstants[_0x449791(0x163)]]:_0x142732[_0x449791(0xfc)]||new Date()[_0x449791(0x121)](),[TestFrameworkConstants[_0x449791(0xba)]]:_0x10f9fe[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x10f9fe,[TestFrameworkConstants[_0x449791(0x219)]]:_0x134624,[TestFrameworkConstants[_0x449791(0x212)]]:{},[TestFrameworkConstants[_0x449791(0x205)]]:{}};_0x142732['retryOf']&&(_0x174dce[TestFrameworkConstants[_0x449791(0x21b)]]=_0x142732['retryOf']);logger[_0x449791(0x172)]('[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName='+_0x134624+_0x449791(0x1cc)+_0x3fcd8a+_0x449791(0x1f7)+JSON[_0x449791(0xf3)](_0x2e4c1a)+',\x20scopes='+util[_0x449791(0x197)](_0x10f9fe)+_0x449791(0x180)+_0x49e3b6);const _0x9d162f={};return _0x9d162f[_0x3fcd8a]=_0x174dce,_0x9d162f;}[a71_0x3fb4df(0x21f)](_0x3a639c){const _0xcb228b=a71_0x3fb4df,_0x4738df={'nJGdL':function(_0x5b692a,_0x3ae5ae){return _0x5b692a===_0x3ae5ae;},'KQsnX':'afterAll','ubaKT':function(_0xdb5a07,_0x5d03fd){return _0xdb5a07===_0x5d03fd;},'hNPcr':'beforeAll','irwiA':_0xcb228b(0x1f9),'HIQcY':_0xcb228b(0x1fa),'pwcKl':function(_0x483176,_0x23542b){return _0x483176||_0x23542b;},'TeehK':_0xcb228b(0x1e2),'LvXAt':function(_0x1d04c8,_0x5d3d8c){return _0x1d04c8||_0x5d3d8c;},'tYQCo':_0xcb228b(0x24e),'aiNjA':function(_0x3011d1,_0x961ca2){return _0x3011d1>_0x961ca2;},'VcykN':_0xcb228b(0x191),'JhQYq':'skip','HwhDC':_0xcb228b(0x142),'XqGNU':'passed','nYJds':function(_0xf7390b,_0x262754){return _0xf7390b!==_0x262754;},'jbQly':function(_0x4c2166,_0x1b6154,_0x23d61d,_0x11f197){return _0x4c2166(_0x1b6154,_0x23d61d,_0x11f197);},'Ketgt':function(_0x3a70fc,_0x29e999){return _0x3a70fc>_0x29e999;},'Yxlof':function(_0x4d02ee,_0x4ba095){return _0x4d02ee>_0x4ba095;},'qoGCd':'[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData'},{testUUID:_0x16f9f8,testData:_0x3de088,testId:_0x53c59b}=_0x3a639c;if(_0x4738df[_0xcb228b(0xf8)](!_0x3de088,!_0x53c59b))return logger[_0xcb228b(0x172)](_0x4738df[_0xcb228b(0x249)]),{};const _0x49a9f1=this[_0xcb228b(0xef)](TestFrameworkState['TEST'],HookState['POST']),_0x369758=_0x49a9f1['getAllData']()['get'](_0x53c59b),_0x13f650=_0x4738df[_0xcb228b(0x101)](_0x369758,{}),_0x42893e=_0x13f650?_0x13f650[TestFrameworkConstants[_0xcb228b(0x212)]]||{}:{},_0x433051=_0x13f650[TestFrameworkConstants[_0xcb228b(0x16d)]];logger[_0xcb228b(0x172)]('[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20'+(_0x433051?Object['keys'](_0x433051)['length']:0x0)+_0xcb228b(0x1c8));let _0xf21629=_0x4738df['tYQCo'];if(_0x3de088[_0xcb228b(0x122)])_0xf21629=_0x3de088[_0xcb228b(0x122)];else{if(_0x3de088[_0xcb228b(0x126)]&&_0x4738df[_0xcb228b(0x235)](_0x3de088[_0xcb228b(0x126)][_0xcb228b(0x128)],0x0))_0xf21629=_0x4738df[_0xcb228b(0x1d3)];else _0x4738df[_0xcb228b(0x141)](_0x3de088['status'],_0x4738df[_0xcb228b(0x13c)])||_0x4738df[_0xcb228b(0x141)](_0x3de088[_0xcb228b(0x211)],_0x4738df[_0xcb228b(0x13f)])?_0xf21629=_0x4738df[_0xcb228b(0x13f)]:_0xf21629=_0x4738df[_0xcb228b(0xea)];}const _0x3b606d={..._0x13f650,[TestFrameworkConstants[_0xcb228b(0x13e)]]:_0xf21629,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x3de088[_0xcb228b(0x1ac)]||new Date()[_0xcb228b(0x121)](),[TestFrameworkConstants[_0xcb228b(0x1c5)]]:new Date()['toISOString'](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x42893e,[TestFrameworkConstants[_0xcb228b(0x1b4)]]:[],[TestFrameworkConstants[_0xcb228b(0x205)]]:{}};if(_0x4738df[_0xcb228b(0x1cd)](_0xf21629,_0x4738df[_0xcb228b(0x1d3)])&&_0x3de088['errorsDetailed']){const _0x233fed=this[_0xcb228b(0x182)](_0x3de088),_0x21de9d=this['getJestFailureType'](_0x3de088),_0x22ed02=this['getJestFailureData'](_0x3de088);_0x3b606d[TestFrameworkConstants[_0xcb228b(0x1a1)]]=_0x21de9d,_0x3b606d[TestFrameworkConstants[_0xcb228b(0x155)]]=_0x233fed,_0x3b606d[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x22ed02;}_0x4738df[_0xcb228b(0x198)](_0x3de088[_0xcb228b(0x1b3)],undefined)&&(_0x3b606d[TestFrameworkConstants[_0xcb228b(0x242)]]=_0x3de088['duration']);_0x3de088['retryOf']&&(_0x3b606d[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x3de088['retryOf']);const _0x123be4=_0x369758?_0x369758[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{}:{},_0x4fcf9d=_0x369758?_0x369758[TestFrameworkConstants[_0xcb228b(0x22a)]]:_0x16f9f8,_0x24a172=_0x4738df['jbQly'](getManualUploadLogs,_0x123be4,_0x4fcf9d,_0x53c59b);if(_0x4738df[_0xcb228b(0x102)](_0x24a172[_0xcb228b(0x128)],0x0)){const _0x186839=_0x3b606d[TestFrameworkConstants[_0xcb228b(0x1b4)]]||[];_0x3b606d[TestFrameworkConstants[_0xcb228b(0x1b4)]]=[..._0x186839,..._0x24a172];}const _0x5bd44b=_0x13f650[TestFrameworkConstants[_0xcb228b(0x150)]]||{},_0x4185ec=_0x13f650[TestFrameworkConstants[_0xcb228b(0x16e)]]||{},_0x454666={..._0x5bd44b},_0x23ee84=_0x454666;Object[_0xcb228b(0xc0)](_0x4185ec)[_0xcb228b(0x23a)](_0x405bcc=>{const _0x219688=_0xcb228b;!_0x23ee84[_0x405bcc]&&(_0x23ee84[_0x405bcc]=[]);const _0x181989=new Set((_0x23ee84[_0x405bcc]||[])['map'](_0x12cd53=>_0x12cd53[TestFrameworkConstants[_0x219688(0xc8)]]||_0x12cd53['hook_id']));(_0x4185ec[_0x405bcc]||[])[_0x219688(0x23a)](_0x5178e4=>{const _0x487bfd=_0x219688,_0x20d4b2=_0x5178e4[TestFrameworkConstants[_0x487bfd(0xc8)]]||_0x5178e4[_0x487bfd(0x1da)];if(!_0x181989['has'](_0x20d4b2)){const _0x2013ac={..._0x5178e4},_0x261c8e=_0x2013ac;!_0x261c8e[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]&&!_0x261c8e[_0x487bfd(0x232)]&&(_0x261c8e[TestFrameworkConstants[_0x487bfd(0x23b)]]=new Date()[_0x487bfd(0x121)]()),!_0x261c8e[TestFrameworkConstants[_0x487bfd(0x1dd)]]&&!_0x261c8e[_0x487bfd(0x1a2)]&&(_0x261c8e[TestFrameworkConstants[_0x487bfd(0x1dd)]]=TestFrameworkConstants[_0x487bfd(0x131)]),_0x23ee84[_0x405bcc][_0x487bfd(0x243)](_0x261c8e);}});});if(_0x3a639c[_0xcb228b(0xcd)]){this['mapTestHooks'](_0x3a639c[_0xcb228b(0xcd)]);const _0x936dd0=this[_0xcb228b(0x1a6)](_0x3a639c[_0xcb228b(0xcd)]),_0x754297=this['getHooksForTest'](_0x3a639c['originalTest']);_0x754297[_0xcb228b(0x23a)](_0x2fdff3=>{const _0x39dd4e=_0xcb228b,_0x535956=_0x936dd0[_0x39dd4e(0x103)](_0x2fdff3);if(_0x535956&&(_0x4738df['nJGdL'](_0x535956[_0x39dd4e(0x168)],_0x4738df[_0x39dd4e(0x241)])||_0x4738df[_0x39dd4e(0x1cd)](_0x535956['type'],_0x4738df[_0x39dd4e(0xfe)]))){const _0x1646b7=_0x535956['type']['toUpperCase']()[_0x39dd4e(0xca)](_0x4738df[_0x39dd4e(0x146)],_0x4738df[_0x39dd4e(0x20b)]),_0x39db09=_0x1646b7;!_0x23ee84[_0x39db09]&&(_0x23ee84[_0x39db09]=[]);const _0x35f154=_0x23ee84[_0x39db09][_0x39dd4e(0x1ae)](_0x394bde=>(_0x394bde[TestFrameworkConstants[_0x39dd4e(0xc8)]]||_0x394bde[_0x39dd4e(0x1da)])===_0x2fdff3);!_0x35f154&&_0x23ee84[_0x39db09]['push']({'key':_0x39db09,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x2fdff3,[TestFrameworkConstants[_0x39dd4e(0x1dd)]]:TestFrameworkConstants[_0x39dd4e(0x131)],[TestFrameworkConstants[_0x39dd4e(0x1a8)]]:new Date()[_0x39dd4e(0x121)](),[TestFrameworkConstants[_0x39dd4e(0x23b)]]:new Date()['toISOString'](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x535956['name']||_0x535956[_0x39dd4e(0x168)]+_0x39dd4e(0x1ed),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x42893e});}});}if(_0x3de088[_0xcb228b(0xda)]&&_0x4738df['Yxlof'](_0x3de088[_0xcb228b(0xda)]['length'],0x0))_0x3b606d[TestFrameworkConstants[_0xcb228b(0x150)]]=_0x3de088['hooks'],logger[_0xcb228b(0x172)](_0x4738df[_0xcb228b(0x1b7)]);else _0x4738df[_0xcb228b(0x235)](Object['keys'](_0x23ee84)[_0xcb228b(0x128)],0x0)&&(_0x3b606d[TestFrameworkConstants[_0xcb228b(0x150)]]=_0x23ee84,logger[_0xcb228b(0x172)](_0xcb228b(0xec)+Object[_0xcb228b(0xc0)](_0x23ee84)[_0xcb228b(0x1f3)](',')));const _0x145ec5=this['getJestTestName'](_0x3de088);logger['debug'](_0xcb228b(0x18f)+_0x145ec5+_0xcb228b(0x1cc)+_0x53c59b+_0xcb228b(0x1bd)+_0xf21629+',\x20duration='+_0x3de088[_0xcb228b(0x1b3)]);_0x4738df[_0xcb228b(0x141)](_0xf21629,_0x4738df[_0xcb228b(0x1d3)])&&logger[_0xcb228b(0x172)]('[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId='+_0x53c59b+',\x20failureType='+_0x3b606d[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]+_0xcb228b(0x1e9)+_0x3b606d[TestFrameworkConstants[_0xcb228b(0x155)]]?.[_0xcb228b(0x11d)](0x0,0xc8));const _0x5c9863={};return _0x5c9863[_0x53c59b]=_0x3b606d,_0x5c9863;}[a71_0x3fb4df(0x1a9)](_0x116100){const _0x270935=a71_0x3fb4df,_0x1314ba={};_0x1314ba[_0x270935(0xed)]=function(_0x349f69,_0x47c8af){return _0x349f69!==_0x47c8af;},_0x1314ba[_0x270935(0x234)]=function(_0x45e07f,_0x72accf){return _0x45e07f!==_0x72accf;},_0x1314ba[_0x270935(0x204)]='ROOT_DESCRIBE_BLOCK';const _0x1ab76d=_0x1314ba,_0x60ed6d={};_0x60ed6d[_0x270935(0xcc)]=0x2,_0x60ed6d[_0x270935(0x169)]=0x3,logger[_0x270935(0x172)](_0x270935(0x18d)+util[_0x270935(0x197)](_0x116100,_0x60ed6d));const _0x402e3a=[];if(_0x116100&&_0x116100[_0x270935(0x1b9)]){let _0x2b2f6b=_0x116100[_0x270935(0x1b9)];while(_0x2b2f6b&&_0x2b2f6b[_0x270935(0x153)]&&_0x1ab76d['wcHdz'](_0x2b2f6b[_0x270935(0x153)],'')&&_0x1ab76d[_0x270935(0x234)](_0x2b2f6b[_0x270935(0x153)],_0x1ab76d[_0x270935(0x204)])){_0x402e3a[_0x270935(0x243)](_0x2b2f6b[_0x270935(0x153)]),_0x2b2f6b=_0x2b2f6b[_0x270935(0x1b9)];}}return _0x402e3a['reverse']();}[a71_0x3fb4df(0xf2)](_0x4d2171){const _0x328933=a71_0x3fb4df,_0xee7d7b={};_0xee7d7b[_0x328933(0x11e)]=_0x328933(0x1c3);const _0x4c01ff=_0xee7d7b;if(_0x4d2171['name'])return _0x4d2171[_0x328933(0x153)];if(_0x4d2171[_0x328933(0xeb)])return _0x4d2171[_0x328933(0xeb)];return _0x4c01ff[_0x328933(0x11e)];}[a71_0x3fb4df(0x134)](_0xa36a52){const _0x8e7bce=a71_0x3fb4df,_0x21124e=[];if(_0xa36a52[_0x8e7bce(0x1ca)]&&Array[_0x8e7bce(0xf9)](_0xa36a52[_0x8e7bce(0x1ca)]))return _0xa36a52[_0x8e7bce(0x1ca)][_0x8e7bce(0x20e)](_0x3a26cc=>_0x3a26cc[_0x8e7bce(0x14b)]('@')?_0x3a26cc[_0x8e7bce(0x127)](0x1):_0x3a26cc);const _0x40b955=this[_0x8e7bce(0xf2)](_0xa36a52),_0xab4a10=_0x40b955[_0x8e7bce(0x194)](/@(\w+)/g);if(_0xab4a10)return _0xab4a10['map'](_0x46713e=>_0x46713e[_0x8e7bce(0xf5)](0x1));return _0xa36a52['scopes']&&Array[_0x8e7bce(0xf9)](_0xa36a52['scopes'])&&_0xa36a52[_0x8e7bce(0x20c)][_0x8e7bce(0x23a)](_0x43ff3e=>{const _0x2155ad=_0x8e7bce,_0x464317=_0x43ff3e[_0x2155ad(0x194)](/@(\w+)/g);_0x464317&&_0x464317[_0x2155ad(0x23a)](_0x379b56=>{const _0x139d16=_0x2155ad,_0x3bd58a=_0x379b56[_0x139d16(0xf5)](0x1);!_0x21124e[_0x139d16(0x23d)](_0x3bd58a)&&_0x21124e['push'](_0x3bd58a);});}),_0x21124e;}['getJestTestFilePath'](_0x46f0d0){const _0x2390be=a71_0x3fb4df,_0x35c340={'NSxPP':function(_0x231aca,_0x266d21){return _0x231aca(_0x266d21);},'pcyHb':'stack-trace'};if(_0x46f0d0[_0x2390be(0x1f4)])return _0x46f0d0[_0x2390be(0x1f4)];if(_0x46f0d0[_0x2390be(0x108)]){const _0x40cf47=_0x35c340[_0x2390be(0x1c0)](require,_0x35c340[_0x2390be(0x1c1)]);try{const _0x2095af=_0x40cf47[_0x2390be(0xd5)](_0x46f0d0[_0x2390be(0x108)]);if(_0x2095af[0x0]&&_0x2095af[0x0]['getFileName'])return _0x2095af[0x0][_0x2390be(0x143)]();}catch(_0x5e1bb4){logger['debug'](_0x2390be(0x1db)+util[_0x2390be(0x152)](_0x5e1bb4));}}return null;}[a71_0x3fb4df(0x182)](_0x127e5f){const _0x50bef9=a71_0x3fb4df,_0x397e46={};_0x397e46[_0x50bef9(0x199)]=function(_0x2834ac,_0x30fb57){return _0x2834ac>_0x30fb57;},_0x397e46[_0x50bef9(0x15d)]=_0x50bef9(0x226);const _0x5c13e6=_0x397e46;if(_0x127e5f['errorsDetailed']&&_0x5c13e6[_0x50bef9(0x199)](_0x127e5f['errorsDetailed'][_0x50bef9(0x128)],0x0))return util['inspect'](_0x127e5f['errorsDetailed'][0x0]);if(_0x127e5f[_0x50bef9(0x17d)])return _0x127e5f['failure_reason'];return _0x5c13e6[_0x50bef9(0x15d)];}['getJestFailureType'](_0x1c9c29){const _0x2c8fbf=a71_0x3fb4df,_0x25d4b6={};_0x25d4b6[_0x2c8fbf(0xc2)]=_0x2c8fbf(0x246),_0x25d4b6[_0x2c8fbf(0x1e0)]='AssertionError',_0x25d4b6['kbMnf']='UnhandledError';const _0x1c4a22=_0x25d4b6,_0x2cf56b=this[_0x2c8fbf(0x182)](_0x1c9c29);if(_0x2cf56b&&_0x2cf56b[_0x2c8fbf(0x23d)](_0x1c4a22[_0x2c8fbf(0xc2)]))return _0x1c4a22[_0x2c8fbf(0x1e0)];return _0x1c4a22[_0x2c8fbf(0x22d)];}['getJestFailureData'](_0x55c8fb){const _0x1af153=a71_0x3fb4df,_0x1999d1={'UwVDX':function(_0x4676b0,_0x509781){return _0x4676b0(_0x509781);},'wntej':_0x1af153(0xfb),'SdhCf':function(_0x1e043d,_0x3552bd){return _0x1e043d!==_0x3552bd;},'PmeyB':_0x1af153(0x132)},{failureData:_0x261d34}=_0x1999d1[_0x1af153(0x166)](require,_0x1999d1['wntej']),_0x131e3b=[];return _0x1999d1[_0x1af153(0x16c)](_0x55c8fb[_0x1af153(0x126)],undefined)&&_0x131e3b['push'](_0x55c8fb['errorsDetailed'],_0x1999d1['PmeyB']),_0x261d34[_0x1af153(0x200)](null,_0x131e3b);}async[a71_0x3fb4df(0x120)](_0x336301,_0x15fa7b,_0x37dc36,_0x3c4356){const _0x4b217e=a71_0x3fb4df,_0x20196d={'UWloW':_0x4b217e(0xd2),'IduRQ':function(_0x498489){return _0x498489();},'zsaYE':function(_0x2c8c58,_0x57699e){return _0x2c8c58 in _0x57699e;},'sYfyv':function(_0x7264f1,_0x1900e4){return _0x7264f1===_0x1900e4;},'udYIh':function(_0x54ee04,_0x493a1a){return _0x54ee04===_0x493a1a;},'hrXuk':function(_0x1e3386,_0x49ce2f){return _0x1e3386>_0x49ce2f;},'imCgf':_0x4b217e(0x191),'qEmOg':'passed','mwLfW':function(_0x108404,_0x306ff0){return _0x108404===_0x306ff0;},'gTErn':function(_0x1d19f6,_0x552a87){return _0x1d19f6!==_0x552a87;}},{hookData:_0x1b8e7f}=_0x3c4356,_0x4df7da=_0x37dc36[_0x4b217e(0x1ab)](),_0x341354=_0x15fa7b[_0x4b217e(0x1ab)](),_0x1ff675={};_0x1ff675['depth']=0x2,_0x1ff675[_0x4b217e(0x169)]=0x3,logger['debug'](_0x4b217e(0x107)+_0x341354+',\x20hookState='+_0x4df7da+',\x20hookData='+util['inspect'](_0x1b8e7f,_0x1ff675));if(!_0x1b8e7f)return logger[_0x4b217e(0x172)](_0x20196d['UWloW']),{};const _0x2b6d58=_0x1b8e7f[_0x4b217e(0x156)]||_0x1b8e7f[_0x4b217e(0x1e1)]||_0x20196d['IduRQ'](uuidv4),_0x3c1fa9=_0x1b8e7f[_0x4b217e(0xd9)]||this[_0x4b217e(0x1d1)](_0x1b8e7f),_0x37fc8a=_0x15fa7b[_0x4b217e(0x1ab)]()[_0x4b217e(0x236)]('.')[0x1],_0x39cc46=_0x336301[_0x4b217e(0x222)]()[_0x4b217e(0x103)](_0x3c1fa9),_0x1139a0=_0x39cc46?_0x39cc46[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{};logger[_0x4b217e(0x172)]('[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId='+_0x2b6d58+_0x4b217e(0x1cc)+_0x3c1fa9+_0x4b217e(0xf6)+_0x37fc8a+',\x20hookState='+_0x4df7da);if(!_0x39cc46)return logger['debug'](_0x4b217e(0xde)+_0x3c1fa9+_0x4b217e(0x115)),this[_0x4b217e(0x100)](_0x336301,_0x3c1fa9,_0x15fa7b,_0x37dc36,_0x3c4356),{};let _0x5ab57e=_0x39cc46[TestFrameworkConstants[_0x4b217e(0x16e)]];!_0x5ab57e&&(_0x5ab57e={});!_0x20196d[_0x4b217e(0x188)](_0x37fc8a,_0x5ab57e)&&(_0x5ab57e[_0x37fc8a]=[]);let _0x3142de=_0x39cc46[TestFrameworkConstants[_0x4b217e(0x150)]];!_0x3142de&&(_0x3142de={});!_0x20196d['zsaYE'](_0x37fc8a,_0x3142de)&&(_0x3142de[_0x37fc8a]=[]);const _0x5f396f={[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x5ab57e,[TestFrameworkConstants[_0x4b217e(0x150)]]:_0x3142de},_0x3dce99={};_0x3dce99[_0x3c1fa9]=_0x5f396f;const _0x74d2cf=_0x3dce99;if(_0x20196d[_0x4b217e(0x1df)](_0x37dc36,HookState[_0x4b217e(0x11f)])){const _0x4cc736={'key':_0x37fc8a,[TestFrameworkConstants[_0x4b217e(0xc8)]]:_0x2b6d58,[TestFrameworkConstants[_0x4b217e(0x1dd)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x4b217e(0x1a8)]]:_0x1b8e7f[_0x4b217e(0xfc)]||new Date()['toISOString'](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x4b217e(0x11a)]]:_0x1b8e7f[_0x4b217e(0x153)]||_0x1b8e7f[_0x4b217e(0x203)]||_0x37fc8a,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x1139a0};_0x5ab57e[_0x37fc8a][_0x4b217e(0x243)](_0x4cc736),_0x74d2cf[_0x3c1fa9][TestFrameworkConstants[_0x4b217e(0x177)]]=_0x37fc8a;const _0xf94f16={};_0xf94f16['depth']=0x2,logger[_0x4b217e(0x172)](_0x4b217e(0x118)+_0x37fc8a+',\x20hookId='+_0x2b6d58+_0x4b217e(0x1cc)+_0x3c1fa9+',\x20hook='+util[_0x4b217e(0x197)](_0x4cc736,_0xf94f16));}else{if(_0x20196d[_0x4b217e(0x114)](_0x37dc36,HookState[_0x4b217e(0x175)])){const _0x2ca2b5=_0x1b8e7f[_0x4b217e(0x122)]||(_0x1b8e7f[_0x4b217e(0x126)]&&_0x20196d[_0x4b217e(0x215)](_0x1b8e7f['errorsDetailed'][_0x4b217e(0x128)],0x0)?_0x20196d['imCgf']:_0x20196d[_0x4b217e(0xe0)]),_0x17327d=_0x5ab57e[_0x37fc8a]||[];logger[_0x4b217e(0x172)](_0x4b217e(0x11c)+_0x37fc8a+',\x20testId='+_0x3c1fa9+',\x20result='+_0x2ca2b5+_0x4b217e(0x231)+_0x17327d[_0x4b217e(0x128)]);if(_0x20196d['hrXuk'](_0x17327d[_0x4b217e(0x128)],0x0)){const _0x5183a0=_0x17327d['pop']();_0x20196d[_0x4b217e(0xe3)](_0x2ca2b5,_0x20196d['imCgf'])&&_0x1b8e7f['errorsDetailed']?(_0x5183a0[TestFrameworkConstants[_0x4b217e(0x1aa)]]=this[_0x4b217e(0x21a)](_0x1b8e7f),_0x5183a0[TestFrameworkConstants[_0x4b217e(0x1a0)]]=this[_0x4b217e(0x182)](_0x1b8e7f),_0x5183a0[TestFrameworkConstants[_0x4b217e(0x233)]]=this[_0x4b217e(0x18e)](_0x1b8e7f),logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType='+_0x37fc8a+_0x4b217e(0x1ef)+_0x5183a0[TestFrameworkConstants[_0x4b217e(0x1aa)]]+',\x20failureReason='+_0x5183a0[TestFrameworkConstants[_0x4b217e(0x1a0)]]?.['substring'](0x0,0xc8))):_0x5183a0[TestFrameworkConstants[_0x4b217e(0x1dd)]]=_0x20196d[_0x4b217e(0xe0)];_0x20196d[_0x4b217e(0xcf)](_0x2ca2b5,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x5183a0[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x2ca2b5);_0x5183a0[TestFrameworkConstants[_0x4b217e(0x23b)]]=_0x1b8e7f[_0x4b217e(0x1ac)]||new Date()[_0x4b217e(0x121)](),_0x5183a0[TestFrameworkConstants[_0x4b217e(0x212)]]=_0x1139a0;const _0x2d2a11=_0x5183a0[TestFrameworkConstants[_0x4b217e(0xc8)]];!_0x3142de[_0x37fc8a]&&(_0x3142de[_0x37fc8a]=[]);_0x3142de[_0x37fc8a][_0x4b217e(0x243)](_0x5183a0),_0x74d2cf[_0x3c1fa9][TestFrameworkConstants[_0x4b217e(0x1fb)]]=_0x37fc8a;const _0x4ed5f8={};_0x4ed5f8[_0x4b217e(0xcc)]=0x2,logger['debug'](_0x4b217e(0x19f)+_0x37fc8a+_0x4b217e(0x16f)+_0x2d2a11+_0x4b217e(0x1ce)+_0x2ca2b5+_0x4b217e(0x22e)+util['inspect'](_0x5183a0,_0x4ed5f8));}}}const _0x5c5ed3={};return _0x5c5ed3[_0x4b217e(0xcc)]=0x2,_0x5c5ed3['maxArrayLength']=0x3,logger[_0x4b217e(0x172)](_0x4b217e(0xe6)+(_0x1b8e7f['hook_type']||_0x37fc8a)+_0x4b217e(0x16f)+_0x2b6d58+_0x4b217e(0x1cc)+_0x3c1fa9+',\x20updates='+util['inspect'](_0x74d2cf,_0x5c5ed3)),_0x74d2cf;}[a71_0x3fb4df(0xfa)](_0x22aadf){const _0x3e6dd8=a71_0x3fb4df,_0x590665={};_0x590665[_0x3e6dd8(0x1a3)]=_0x3e6dd8(0x116);const _0x260f78=_0x590665;try{const _0x51cbcb=_0x22aadf[_0x3e6dd8(0x132)]?this[_0x3e6dd8(0x1d1)](_0x22aadf[_0x3e6dd8(0x132)]):_0x22aadf[_0x3e6dd8(0x176)]['test_run_id'],_0x1e2abb=_0x22aadf[_0x3e6dd8(0x216)],_0x4e5b76=_0x1e2abb[_0x3e6dd8(0x21e)](),_0x42b22e=_0x1e2abb[_0x3e6dd8(0x222)]()[_0x3e6dd8(0x103)](_0x51cbcb);if(!_0x42b22e)return logger['debug'](_0x3e6dd8(0x187)+_0x51cbcb),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x26eea6='',[TestFrameworkConstants[_0x3e6dd8(0x112)]]:_0x29dfea='',[TestFrameworkConstants[_0x3e6dd8(0x163)]]:_0x522c56='',[TestFrameworkConstants[_0x3e6dd8(0x1e3)]]:_0x4bcb41=''}=_0x42b22e,_0x52dce6=_0x1e2abb[_0x3e6dd8(0x10d)]()['toString']()['split']('.')[0x1],_0x16cf8b=_0x1e2abb[_0x3e6dd8(0x12d)]()['toString']()[_0x3e6dd8(0x236)]('.')[0x1],_0xa8a472=global?.[_0x3e6dd8(0x218)]?.[_0x3e6dd8(0x179)]?.['parallelIndex'],_0x1c1b42=_0x1e2abb[_0x3e6dd8(0x24a)](),_0xad0328=Buffer['from'](JSON[_0x3e6dd8(0xf3)](_0x42b22e))[_0x3e6dd8(0x1ab)](_0x260f78[_0x3e6dd8(0x1a3)]),_0x3273e9={'hash':_0x4e5b76[_0x3e6dd8(0xc6)](),'threadId':_0x4e5b76[_0x3e6dd8(0x1f8)]()['toString'](),'processId':_0x4e5b76['getProcessId']()[_0x3e6dd8(0x1ab)]()},_0xeef25b={};_0xeef25b[_0x3e6dd8(0x23f)]=_0xa8a472,_0xeef25b['testFrameworkName']=_0x26eea6,_0xeef25b[_0x3e6dd8(0x149)]=_0x29dfea,_0xeef25b[_0x3e6dd8(0x224)]=_0x52dce6,_0xeef25b[_0x3e6dd8(0x1e4)]=_0x16cf8b,_0xeef25b[_0x3e6dd8(0x195)]=_0x522c56,_0xeef25b['endedAt']=_0x4bcb41,_0xeef25b[_0x3e6dd8(0x156)]=_0x1c1b42,_0xeef25b[_0x3e6dd8(0x19b)]=_0xad0328,_0xeef25b[_0x3e6dd8(0x1b0)]=_0x3273e9,_0xeef25b[_0x3e6dd8(0xe2)]=_0x51cbcb;const _0x3f7526=_0xeef25b;return _0x3f7526;}catch(_0x4c9caf){return logger[_0x3e6dd8(0x1ad)](_0x3e6dd8(0x15f)+util[_0x3e6dd8(0x152)](_0x4c9caf)),{};}}async[a71_0x3fb4df(0xd3)](_0x1e5bc6,_0x53c667,_0x1163ea){const _0x399128=a71_0x3fb4df,_0x51ebdb={'xuJqV':function(_0x49f3db,_0x1675cf){return _0x49f3db+_0x1675cf;},'nbPnD':_0x399128(0x1f0),'bvQuS':_0x399128(0x1fe),'sSyJl':function(_0xf64369,_0x4b64d8){return _0xf64369>_0x4b64d8;},'fydzW':function(_0x5d082d,_0x37f74e,_0x505f66,_0x3af8ac){return _0x5d082d(_0x37f74e,_0x505f66,_0x3af8ac);},'VTToC':function(_0x38591d,_0xe46729){return _0x38591d-_0xe46729;},'ocfKc':function(_0x2a5fe5,_0x45fb60){return _0x2a5fe5===_0x45fb60;},'NMxed':function(_0x195ffe,_0x172058){return _0x195ffe/_0x172058;},'PzDyE':function(_0x114688,_0x52c300){return _0x114688<_0x52c300;},'yEXHE':function(_0x22e421,_0x4ecbf9){return _0x22e421*_0x4ecbf9;},'jjANf':function(_0x372afa,_0x313eb9){return _0x372afa+_0x313eb9;},'cRsHI':function(_0x12970a,_0x44be89){return _0x12970a>_0x44be89;}};try{const _0x339195=_0x1163ea[_0x399128(0x1d7)]||_0x1163ea['testId'],_0x2d8e2f=Array[_0x399128(0x24b)](_0x1e5bc6[_0x399128(0x222)]()[_0x399128(0xc0)]()),_0x37499b=_0x1e5bc6[_0x399128(0x222)]()['get'](_0x339195);if(!_0x37499b){logger['debug'](_0x399128(0xe4)+_0x339195);return;}const {[TestFrameworkConstants[_0x399128(0x1ec)]]:_0x158da1='',[TestFrameworkConstants[_0x399128(0x112)]]:_0x455025=''}=_0x37499b;let _0x593dcf=[];if(_0x37499b&&_0x37499b[TestFrameworkConstants['KEY_LOGS']]&&Array[_0x399128(0xf9)](_0x37499b[TestFrameworkConstants[_0x399128(0x1b4)]])){_0x593dcf=_0x37499b[TestFrameworkConstants[_0x399128(0x1b4)]]||[],logger[_0x399128(0x172)](_0x399128(0xe5)+_0x593dcf[_0x399128(0x128)]+_0x399128(0xdc)+_0x339195);const _0x38c028={[TestFrameworkConstants[_0x399128(0x1b4)]]:[]},_0x152180={};_0x152180[_0x339195]=_0x38c028,_0x1e5bc6[_0x399128(0x225)](_0x152180),logger[_0x399128(0x172)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x339195);}else logger[_0x399128(0x172)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x339195);logger[_0x399128(0x172)](_0x399128(0x18c)+_0x593dcf['length']+'\x20for\x20testId:\x20'+_0x339195);const _0x34919d=_0x593dcf[_0x399128(0x1b6)](_0x2bc50b=>_0x2bc50b[_0x399128(0x1af)]===_0x399128(0x161));_0x51ebdb[_0x399128(0x1f5)](_0x34919d[_0x399128(0x128)],0x0)&&(logger[_0x399128(0x172)](_0x399128(0x137)+_0x34919d[_0x399128(0x128)]+_0x399128(0x1de)+_0x339195),_0x34919d[_0x399128(0x23a)]((_0x32317d,_0x3e9674)=>{const _0xfadcbb=_0x399128;logger[_0xfadcbb(0x172)](_0xfadcbb(0x119)+_0x51ebdb[_0xfadcbb(0x1c4)](_0x3e9674,0x1)+'/'+_0x34919d['length']+_0xfadcbb(0x173)+(_0x32317d[_0xfadcbb(0xe2)]||_0x51ebdb[_0xfadcbb(0x20a)])+_0xfadcbb(0x19d)+(_0x32317d[_0xfadcbb(0xd0)]||_0x51ebdb[_0xfadcbb(0x20a)])+_0xfadcbb(0x208)+(_0x32317d[_0xfadcbb(0x129)]||_0x51ebdb[_0xfadcbb(0x13a)])+',\x20messageLength='+(_0x32317d[_0xfadcbb(0xe8)]?.[_0xfadcbb(0x128)]||0x0));}));const _0x365fe0=_0x37499b[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x5b0373=_0x51ebdb[_0x399128(0x19c)](getMediaArtifactsLogs,_0x365fe0,null,_0x339195),_0x4960ea=(_0x593dcf||[])[_0x399128(0xc1)](_0x5b0373||[]),_0x3d2d87=_0x34919d?.['length']||0x0,_0x124417=_0x51ebdb[_0x399128(0x1ff)](_0x593dcf?.['length']||0x0,_0x3d2d87);logger[_0x399128(0x172)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20'+_0x339195+_0x399128(0x1bf)+_0x124417+_0x399128(0xbd)+_0x3d2d87+',\x20attachmentLogs:\x20'+(_0x5b0373?.['length']||0x0)+_0x399128(0x124)+_0x4960ea[_0x399128(0x128)]);if(!_0x4960ea||_0x51ebdb[_0x399128(0xc5)](_0x4960ea[_0x399128(0x128)],0x0)){logger['debug'](_0x399128(0x151)+_0x339195);return;}const _0x568ee6=0x28,_0x4c3cb8=Math[_0x399128(0x240)](_0x51ebdb[_0x399128(0x16b)](_0x4960ea[_0x399128(0x128)],_0x568ee6));for(let _0x2ccc8a=0x0;_0x51ebdb['PzDyE'](_0x2ccc8a,_0x4c3cb8);_0x2ccc8a++){const _0x128373=_0x51ebdb['yEXHE'](_0x2ccc8a,_0x568ee6),_0x2fbadf=_0x51ebdb[_0x399128(0x1c4)](_0x128373,_0x568ee6),_0x4a01b2=_0x4960ea[_0x399128(0xf5)](_0x128373,_0x2fbadf),_0x528dfd=global?.['__workerDetails']?.[_0x399128(0x179)]?.[_0x399128(0x178)]||0x0,_0x5b3e49={'platformIndex':_0x528dfd,'logs':_0x4a01b2,'testFrameworkName':_0x158da1,'testFrameworkVersion':_0x455025,'testFrameworkState':_0x53c667[_0x399128(0x1ab)]()[_0x399128(0x236)]('.')[0x1]},_0x20c326={};_0x20c326[_0x399128(0xcc)]=0x3,_0x20c326[_0x399128(0x169)]=0x5,logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x51ebdb[_0x399128(0x1b1)](_0x2ccc8a,0x1)+'/'+_0x4c3cb8+_0x399128(0x1c7)+_0x339195+_0x399128(0x210)+_0x4a01b2['length']+_0x399128(0x15b)+_0x528dfd+_0x399128(0x1a4)+util[_0x399128(0x197)](_0x5b3e49,_0x20c326));const _0x4e55fb=await GrpcClient[_0x399128(0xf0)]()[_0x399128(0x147)](_0x5b3e49);logger[_0x399128(0x172)](_0x399128(0x1be)+_0x51ebdb[_0x399128(0x1b1)](_0x2ccc8a,0x1)+'/'+_0x4c3cb8+'\x20-\x20testId:\x20'+_0x339195+_0x399128(0xcb)+util[_0x399128(0x197)](_0x4e55fb));}if(_0x5b0373&&_0x51ebdb['cRsHI'](_0x5b0373[_0x399128(0x128)],0x0)&&_0x37499b[TestFrameworkConstants[_0x399128(0x16d)]]){const _0x424a96={[TestFrameworkConstants[_0x399128(0x16d)]]:{}},_0x12410d={};_0x12410d[_0x339195]=_0x424a96,_0x1e5bc6[_0x399128(0x225)](_0x12410d);}logger[_0x399128(0x172)](_0x399128(0xf4)+_0x339195+_0x399128(0x1e6)+_0x4c3cb8);}catch(_0x1a1d00){logger[_0x399128(0x1ad)](_0x399128(0x13d)+(_0x1163ea[_0x399128(0x1d7)]||_0x1163ea[_0x399128(0x148)])+_0x399128(0xc4)+util[_0x399128(0x152)](_0x1a1d00));}}[a71_0x3fb4df(0x100)](_0x30742d,_0x428923,_0x2845c0,_0x380a38,_0x328bd1){const _0xf8b2b8=a71_0x3fb4df,_0x2bce30={};_0x2bce30['tvvWQ']=function(_0x2428df,_0x52e88b){return _0x2428df===_0x52e88b;},_0x2bce30[_0xf8b2b8(0xd6)]=_0xf8b2b8(0xd1);const _0x453c44=_0x2bce30,{hookData:_0x3f7e6c}=_0x328bd1,_0x29b043={'testId':_0x428923,'testFrameworkState':_0x2845c0,'hookState':_0x380a38,'args':_0x328bd1,'timestamp':new Date()[_0xf8b2b8(0x121)]()};if(_0x453c44[_0xf8b2b8(0x15e)](_0x2845c0,TestFrameworkState[_0xf8b2b8(0x1d5)])&&_0x3f7e6c){const _0x2de711={};_0x2de711[_0xf8b2b8(0x227)]=_0x3f7e6c[_0xf8b2b8(0x1f4)]||_0x3f7e6c[_0xf8b2b8(0xe9)],_0x2de711[_0xf8b2b8(0x171)]=_0x3f7e6c[_0xf8b2b8(0x171)]||_0x3f7e6c[_0xf8b2b8(0x20c)]&&_0x3f7e6c[_0xf8b2b8(0x20c)][0x0]||'',_0x2de711[_0xf8b2b8(0x111)]=_0x453c44['wEBbG'],_0x29b043[_0xf8b2b8(0x18a)]=_0x2de711,logger[_0xf8b2b8(0x172)]('[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20'+_0x428923+',\x20filePath:\x20'+_0x29b043['hookMetadata'][_0xf8b2b8(0x227)]+_0xf8b2b8(0x123)+_0x29b043[_0xf8b2b8(0x18a)][_0xf8b2b8(0x171)]);}_0x30742d[_0xf8b2b8(0x238)](_0x428923,_0x29b043),logger[_0xf8b2b8(0x172)](_0xf8b2b8(0xce)+_0x428923+_0xf8b2b8(0xff)+_0x2845c0+_0xf8b2b8(0xd8)+_0x380a38);}async[a71_0x3fb4df(0x221)](_0x3162e5,_0x1666e9){const _0x1cf31b=a71_0x3fb4df,_0x369400={};_0x369400[_0x1cf31b(0x10b)]=function(_0x50bada,_0x323441){return _0x50bada>_0x323441;},_0x369400[_0x1cf31b(0x213)]='[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20${testFilePath},\x20scope:\x20${testScope}',_0x369400['YQVTr']=function(_0x1f5f89,_0x2fa4dc){return _0x1f5f89===_0x2fa4dc;},_0x369400[_0x1cf31b(0x167)]=function(_0x384d57,_0x1d0fff){return _0x384d57===_0x1d0fff;},_0x369400[_0x1cf31b(0x196)]=function(_0x13c9f5,_0x2fbed2){return _0x13c9f5>_0x2fbed2;},_0x369400['CqLHH']=function(_0x33de13,_0x5879f1){return _0x33de13===_0x5879f1;},_0x369400['LrALJ']='[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook',_0x369400[_0x1cf31b(0x1b5)]=_0x1cf31b(0x160);const _0x10f10d=_0x369400;if(_0x3162e5[_0x1cf31b(0x145)](_0x1666e9)){const _0x17a584=_0x3162e5[_0x1cf31b(0x144)](_0x1666e9);logger[_0x1cf31b(0x172)](_0x1cf31b(0x16a)+_0x17a584['length']+_0x1cf31b(0x1e5)+_0x1666e9);for(const _0x553781 of _0x17a584){try{const _0x3e49c5=await this[_0x1cf31b(0x120)](_0x3162e5,_0x553781['testFrameworkState'],_0x553781[_0x1cf31b(0x1e4)],_0x553781[_0x1cf31b(0xe1)]);_0x3e49c5&&_0x10f10d['SkTjA'](Object[_0x1cf31b(0xc0)](_0x3e49c5)[_0x1cf31b(0x128)],0x0)&&_0x3162e5[_0x1cf31b(0x225)](_0x3e49c5),await this['runHooks'](_0x3162e5,_0x553781[_0x1cf31b(0x224)],_0x553781['hookState'],_0x553781[_0x1cf31b(0xe1)]);}catch(_0x118919){logger[_0x1cf31b(0x1ad)](_0x1cf31b(0x247)+_0x1666e9+',\x20error:\x20'+_0x118919);}}_0x3162e5['removePendingHooks'](_0x1666e9),logger[_0x1cf31b(0x172)](_0x1cf31b(0x24c)+_0x1666e9);}const _0x4c27bf=_0x3162e5[_0x1cf31b(0x222)]()[_0x1cf31b(0x103)](_0x1666e9);if(_0x4c27bf){const _0x575ca6=_0x4c27bf[TestFrameworkConstants[_0x1cf31b(0x20f)]]||_0x4c27bf[TestFrameworkConstants[_0x1cf31b(0x193)]],_0x2980ca=_0x4c27bf[TestFrameworkConstants[_0x1cf31b(0xba)]]||_0x4c27bf[TestFrameworkConstants[_0x1cf31b(0x1cb)]]&&_0x4c27bf[TestFrameworkConstants[_0x1cf31b(0x1cb)]][0x0]||'';logger[_0x1cf31b(0x172)](_0x10f10d['ePTbR']);const _0x384ed7=_0x3162e5[_0x1cf31b(0x239)]();for(const _0x50e1c8 of _0x384ed7){if(_0x10f10d[_0x1cf31b(0xe7)](_0x50e1c8,_0x1666e9))continue;if(_0x3162e5[_0x1cf31b(0x145)](_0x50e1c8)){const _0x270a58=_0x3162e5[_0x1cf31b(0x144)](_0x50e1c8);for(const _0x15aacb of _0x270a58){if(_0x10f10d[_0x1cf31b(0xe7)](_0x15aacb['testFrameworkState'],TestFrameworkState[_0x1cf31b(0x1d5)])&&_0x15aacb[_0x1cf31b(0x18a)]){const _0x23a472=_0x15aacb['hookMetadata']['filePath'],_0x21cd87=_0x15aacb[_0x1cf31b(0x18a)][_0x1cf31b(0x171)];if(_0x10f10d[_0x1cf31b(0xe7)](_0x23a472,_0x575ca6)&&_0x10f10d['Wwpcm'](_0x21cd87,_0x2980ca)){logger[_0x1cf31b(0x172)](_0x1cf31b(0x130)+_0x50e1c8+_0x1cf31b(0x1c2)+_0x1666e9+_0x1cf31b(0xee)+_0x23a472+',\x20scope:\x20'+_0x21cd87);_0x15aacb[_0x1cf31b(0xe1)]&&_0x15aacb['args'][_0x1cf31b(0x176)]&&(_0x15aacb[_0x1cf31b(0xe1)][_0x1cf31b(0x176)][_0x1cf31b(0xd9)]=_0x1666e9,logger[_0x1cf31b(0x172)](_0x1cf31b(0x23e)+_0x50e1c8+_0x1cf31b(0x230)+_0x1666e9));try{const _0x53df75=await this[_0x1cf31b(0x120)](_0x3162e5,_0x15aacb[_0x1cf31b(0x224)],_0x15aacb[_0x1cf31b(0x1e4)],_0x15aacb['args']);_0x53df75&&_0x10f10d[_0x1cf31b(0x196)](Object[_0x1cf31b(0xc0)](_0x53df75)[_0x1cf31b(0x128)],0x0)&&_0x3162e5['addMultipleEntries'](_0x53df75);await this['runHooks'](_0x3162e5,_0x15aacb[_0x1cf31b(0x224)],_0x15aacb['hookState'],_0x15aacb[_0x1cf31b(0xe1)]);const _0x5bdedd=_0x3162e5[_0x1cf31b(0x144)](_0x50e1c8)[_0x1cf31b(0x1b6)](_0xc1cd27=>_0xc1cd27!==_0x15aacb);if(_0x10f10d[_0x1cf31b(0x1fd)](_0x5bdedd['length'],0x0))_0x3162e5['removePendingHooks'](_0x50e1c8);else{_0x3162e5[_0x1cf31b(0x185)](_0x50e1c8);for(const _0x31e488 of _0x5bdedd){_0x3162e5[_0x1cf31b(0x238)](_0x50e1c8,_0x31e488);}}logger[_0x1cf31b(0x172)](_0x10f10d[_0x1cf31b(0xdd)]);}catch(_0x334831){logger[_0x1cf31b(0x1ad)](_0x10f10d[_0x1cf31b(0x1b5)]);}}}}}}}}[a71_0x3fb4df(0x104)](_0x29fd1d){const _0x5b00b7=a71_0x3fb4df,_0x2dec3b={'EbTTd':function(_0x1402be){return _0x1402be();}};if(!_0x29fd1d||!_0x29fd1d[_0x5b00b7(0x1b9)])return;_0x29fd1d['parent'][_0x5b00b7(0xda)]&&Array['isArray'](_0x29fd1d[_0x5b00b7(0x1b9)]['hooks'])&&_0x29fd1d[_0x5b00b7(0x1b9)][_0x5b00b7(0xda)][_0x5b00b7(0x23a)](_0x182cca=>{const _0x3e6518=_0x5b00b7;!_0x182cca[_0x3e6518(0x1e1)]&&!_0x182cca['hookUUID']&&(_0x182cca[_0x3e6518(0x1e1)]=_0x2dec3b['EbTTd'](uuidv4),_0x182cca['hookUUID']=_0x182cca[_0x3e6518(0x1e1)],logger['debug'](_0x3e6518(0xb8)+_0x182cca[_0x3e6518(0x168)]+_0x3e6518(0x113)+_0x182cca['hookAnalyticsId']));}),this[_0x5b00b7(0x104)](_0x29fd1d[_0x5b00b7(0x1b9)]);}['getHooksForTest'](_0x3ec5e9){const _0x4584d7=a71_0x3fb4df,_0x2d9668={'yetAV':function(_0x5c4b64,_0x361e12){return _0x5c4b64(_0x361e12);}};if(!_0x3ec5e9||!_0x3ec5e9['parent'])return[];const _0x41e657=[];return _0x3ec5e9[_0x4584d7(0x1b9)][_0x4584d7(0xda)]&&Array[_0x4584d7(0xf9)](_0x3ec5e9[_0x4584d7(0x1b9)][_0x4584d7(0xda)])&&_0x3ec5e9[_0x4584d7(0x1b9)][_0x4584d7(0xda)][_0x4584d7(0x23a)](_0xc72cdd=>{const _0x3f5282=_0x4584d7,_0x2172ad=_0xc72cdd['hookAnalyticsId']||_0xc72cdd[_0x3f5282(0xdb)];_0x2172ad&&!this[_0x3f5282(0x1f6)](_0xc72cdd)&&!_0x2d9668[_0x3f5282(0xfd)](isInternalHook,_0xc72cdd['fn'])&&_0x41e657['push'](_0x2172ad);}),[..._0x41e657,...this[_0x4584d7(0x1bb)](_0x3ec5e9[_0x4584d7(0x1b9)])];}[a71_0x3fb4df(0x1a6)](_0x434c54){const _0x2398d1=a71_0x3fb4df,_0x47060d={'vPVWy':function(_0x2df7e4,_0x307c64){return _0x2df7e4(_0x307c64);},'rmmEM':_0x2398d1(0x24e),'eEHsh':function(_0x5061c2,_0x3d6258){return _0x5061c2(_0x3d6258);}},_0x55f77f=new Map(),_0x178efe=_0x2a8eb8=>{const _0xdeb775=_0x2398d1;if(!_0x2a8eb8||!_0x2a8eb8[_0xdeb775(0x1b9)])return;_0x2a8eb8[_0xdeb775(0x1b9)][_0xdeb775(0xda)]&&Array[_0xdeb775(0xf9)](_0x2a8eb8['parent'][_0xdeb775(0xda)])&&_0x2a8eb8[_0xdeb775(0x1b9)][_0xdeb775(0xda)][_0xdeb775(0x23a)](_0x3fd5ef=>{const _0x3c28cc=_0xdeb775,_0x256633=_0x3fd5ef[_0x3c28cc(0x1e1)]||_0x3fd5ef[_0x3c28cc(0xdb)];if(_0x256633&&!this[_0x3c28cc(0x1f6)](_0x3fd5ef)&&!_0x47060d[_0x3c28cc(0x170)](isInternalHook,_0x3fd5ef['fn'])){const _0x33f1de={};_0x33f1de['type']=_0x3fd5ef['type']||_0x47060d[_0x3c28cc(0x202)],_0x33f1de[_0x3c28cc(0x153)]=_0x3fd5ef['name']||'\x22'+_0x3fd5ef[_0x3c28cc(0x168)]+_0x3c28cc(0x217),_0x55f77f[_0x3c28cc(0x10c)](_0x256633,_0x33f1de);}}),_0x47060d[_0xdeb775(0x223)](_0x178efe,_0x2a8eb8[_0xdeb775(0x1b9)]);};return _0x47060d['vPVWy'](_0x178efe,_0x434c54),_0x55f77f;}[a71_0x3fb4df(0x1f6)](_0x1308b5){const _0x4b1363=a71_0x3fb4df,_0x273bf4={};_0x273bf4[_0x4b1363(0xc9)]='jest-circus',_0x273bf4['yBJeX']=_0x4b1363(0x245);const _0x538723=_0x273bf4;try{const _0x4be3fc=this[_0x4b1363(0x154)](_0x1308b5);return _0x4be3fc&&_0x4be3fc[_0x4b1363(0x23d)](_0x538723['zsUhz']);}catch(_0x3019f3){logger[_0x4b1363(0x172)](_0x538723[_0x4b1363(0x1f2)]);}return![];}[a71_0x3fb4df(0x154)](_0x5e2c72){const _0x14bca7=a71_0x3fb4df;if(_0x5e2c72[_0x14bca7(0x108)])try{const _0x36da30=stackTrace[_0x14bca7(0xd5)](_0x5e2c72[_0x14bca7(0x108)]);return _0x36da30[0x0]?_0x36da30[0x0][_0x14bca7(0x143)]():null;}catch(_0x4130f7){logger[_0x14bca7(0x172)](_0x14bca7(0xf1)+util[_0x14bca7(0x152)](_0x4130f7));}if(_0x5e2c72[_0x14bca7(0xbc)])return _0x5e2c72[_0x14bca7(0xbc)];return null;}}module['exports']=JestTestFramework;
@@ -1 +1 @@
1
- const a72_0x3f6085=a72_0x302f;(function(_0x119ea5,_0x4d88da){const _0x1b6b2c=a72_0x302f,_0x400105=_0x119ea5();while(!![]){try{const _0x572b9d=-parseInt(_0x1b6b2c(0x218))/0x1*(parseInt(_0x1b6b2c(0x1f9))/0x2)+-parseInt(_0x1b6b2c(0x1f7))/0x3+parseInt(_0x1b6b2c(0x20e))/0x4+-parseInt(_0x1b6b2c(0x20b))/0x5+parseInt(_0x1b6b2c(0x206))/0x6+parseInt(_0x1b6b2c(0x20c))/0x7*(-parseInt(_0x1b6b2c(0x216))/0x8)+parseInt(_0x1b6b2c(0x208))/0x9;if(_0x572b9d===_0x4d88da)break;else _0x400105['push'](_0x400105['shift']());}catch(_0x1f3982){_0x400105['push'](_0x400105['shift']());}}}(a72_0x1702,0x4a139));function a72_0x302f(_0x18528f,_0x316a06){const _0x17027a=a72_0x1702();return a72_0x302f=function(_0x302fbd,_0x54b1c9){_0x302fbd=_0x302fbd-0x1f1;let _0x44afb0=_0x17027a[_0x302fbd];return _0x44afb0;},a72_0x302f(_0x18528f,_0x316a06);}const AutomationFramework=require(a72_0x3f6085(0x207)),{createClassLogger}=require(a72_0x3f6085(0x20d)),AutomationFrameworkState=require(a72_0x3f6085(0x20a)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a72_0x3f6085(0x1f2)),AutomationFrameworkInstance=require(a72_0x3f6085(0x214));class PlaywrightAutomationFramework extends AutomationFramework{[a72_0x3f6085(0x1f3)]=createClassLogger(a72_0x3f6085(0x211));constructor(_0x57cac1,_0x43883d){super(_0x57cac1,_0x43883d);}async[a72_0x3f6085(0x213)](_0x1ac1f2,_0x45fcb9,_0x24420c={}){const _0x527d54=a72_0x3f6085,_0x572b43={};_0x572b43[_0x527d54(0x1ff)]=function(_0x37eb08,_0x184fcc){return _0x37eb08===_0x184fcc;};const _0x384c90=_0x572b43;this[_0x527d54(0x1f3)][_0x527d54(0x203)](_0x527d54(0x20f)+_0x1ac1f2+_0x527d54(0x209)+_0x45fcb9),await super['trackEvent'](_0x1ac1f2,_0x45fcb9,_0x24420c);const _0x14f5cb=this[_0x527d54(0x1fd)](_0x1ac1f2,_0x45fcb9,_0x24420c);if(_0x384c90[_0x527d54(0x1ff)](_0x14f5cb,null))return;_0x24420c[_0x527d54(0x217)]=_0x14f5cb,await this[_0x527d54(0x202)](_0x14f5cb,_0x1ac1f2,_0x45fcb9,_0x24420c);}[a72_0x3f6085(0x1fd)](_0x367b57,_0x2db453,_0x43f252={}){const _0x14957e=a72_0x3f6085,_0x4901fd={};_0x4901fd['EprIY']=function(_0x11f9c8,_0x4c61e1){return _0x11f9c8===_0x4c61e1;},_0x4901fd[_0x14957e(0x201)]=function(_0x2e4133,_0x316908){return _0x2e4133===_0x316908;};const _0x1ffaab=_0x4901fd;let _0x2a8997=null;return(_0x1ffaab[_0x14957e(0x1f5)](_0x367b57,AutomationFrameworkState[_0x14957e(0x205)])||_0x1ffaab['EprIY'](_0x367b57,AutomationFrameworkState[_0x14957e(0x1f8)])&&(_0x43f252[_0x14957e(0x1f6)]&&_0x43f252[_0x14957e(0x1f6)]['params']&&_0x43f252['message']['params']['bsParams'])||_0x1ffaab[_0x14957e(0x201)](_0x367b57,AutomationFrameworkState[_0x14957e(0x204)]))&&this[_0x14957e(0x1fb)](_0x367b57,_0x43f252),_0x2a8997=AutomationFramework['getTrackedInstance'](),_0x2a8997;}[a72_0x3f6085(0x1fb)](_0x2fd33e,_0x9b352d){const _0x5dd60b=a72_0x3f6085,_0x4a08bd={};_0x4a08bd[_0x5dd60b(0x1f4)]=_0x5dd60b(0x200);const _0x1f85c4=_0x4a08bd;if(AutomationFramework[_0x5dd60b(0x219)]()){this[_0x5dd60b(0x1f3)]['info'](_0x1f85c4['CDmzQ']);return;}const _0x2f1a14=CLIUtils['getCurrentInstanceName'](),_0x509a2e=TrackedInstance[_0x5dd60b(0x215)](_0x2f1a14);let _0x4669e2=null;this[_0x5dd60b(0x1f3)]['info'](_0x5dd60b(0x1fe)+_0x2f1a14+',\x20state='+_0x2fd33e),_0x4669e2=new AutomationFrameworkInstance(_0x509a2e,this['getAutomationFrameworkName'](),this[_0x5dd60b(0x1f1)](),_0x2fd33e),AutomationFramework[_0x5dd60b(0x210)](_0x509a2e,_0x4669e2),this['logger']['info'](_0x5dd60b(0x1fc)+_0x509a2e['getId']()+_0x5dd60b(0x1fa)+_0x2f1a14);}}module[a72_0x3f6085(0x212)]=PlaywrightAutomationFramework;function a72_0x1702(){const _0x153f9e=['createContext','93128BemjzX','instance','1dzOVjX','getTrackedInstance','getAutomationFrameworkVersion','../instances/trackedInstance.js','logger','CDmzQ','EprIY','message','280851HucxnS','PLAYWRIGHT_DISPATCH','465844GoDEUH','\x20target=','trackPlaywrightInstance','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','resolveInstance','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','Shnok','trackPlaywrightInstance:\x20instance\x20already\x20exists','ybORq','runHooks','debug','NONE','CREATE','1675638bkiGuJ','./automationFramework.js','8652780MEvzmr','\x20hookState=','../state/automationFrameworkState.js','1639155JAJNTe','350wZvezA','../../../helpers/classLogger.js','1196576wBpQXt','trackEvent:\x20automationFrameworkState=','setTrackedInstance','PlaywrightAutomationFramework','exports','trackEvent','../instances/automationFrameworkInstance.js'];a72_0x1702=function(){return _0x153f9e;};return a72_0x1702();}
1
+ const a72_0x46f796=a72_0x31e5;(function(_0xdec7e5,_0x3690bc){const _0x1c05d3=a72_0x31e5,_0x4b70a5=_0xdec7e5();while(!![]){try{const _0x4bb46e=parseInt(_0x1c05d3(0x9d))/0x1*(parseInt(_0x1c05d3(0xad))/0x2)+-parseInt(_0x1c05d3(0xa6))/0x3+parseInt(_0x1c05d3(0x94))/0x4*(parseInt(_0x1c05d3(0xa2))/0x5)+parseInt(_0x1c05d3(0xa1))/0x6*(parseInt(_0x1c05d3(0xb3))/0x7)+-parseInt(_0x1c05d3(0x9a))/0x8*(parseInt(_0x1c05d3(0x9e))/0x9)+parseInt(_0x1c05d3(0x9f))/0xa+-parseInt(_0x1c05d3(0xac))/0xb;if(_0x4bb46e===_0x3690bc)break;else _0x4b70a5['push'](_0x4b70a5['shift']());}catch(_0x2ad347){_0x4b70a5['push'](_0x4b70a5['shift']());}}}(a72_0x5631,0x3be65));const AutomationFramework=require(a72_0x46f796(0xa3)),{createClassLogger}=require(a72_0x46f796(0xa4)),AutomationFrameworkState=require(a72_0x46f796(0xa8)),CLIUtils=require(a72_0x46f796(0xaa)),TrackedInstance=require('../instances/trackedInstance.js'),AutomationFrameworkInstance=require('../instances/automationFrameworkInstance.js');function a72_0x5631(){const _0x1f7ff2=['../cliUtils.js','logger','1876963trfCOE','187478DqvOAG','exports','trackPlaywrightInstance','PlaywrightAutomationFramework','getTrackedInstance','getAutomationFrameworkVersion','91QNYzoR','message','info','bsParams','getCurrentInstanceName','trackPlaywrightInstance:\x20instance\x20already\x20exists','gKGYi','runHooks','NONE','setTrackedInstance','CREATE','trackEvent','228kvXWMm','\x20target=','resolveInstance','trackEvent:\x20automationFrameworkState=','aVnhU','iEwPR','3622472gofWhc','getId','createContext','5GzUprW','9phoMYb','1707600cxeYrz','getAutomationFrameworkName','194358jiUIRC','22550dlziCi','./automationFramework.js','../../../helpers/classLogger.js','wBQqy','1346529oLXcvB','YyBbl','../state/automationFrameworkState.js','PLAYWRIGHT_DISPATCH'];a72_0x5631=function(){return _0x1f7ff2;};return a72_0x5631();}class PlaywrightAutomationFramework extends AutomationFramework{['logger']=createClassLogger(a72_0x46f796(0xb0));constructor(_0x453912,_0x452678){super(_0x453912,_0x452678);}async[a72_0x46f796(0x93)](_0x557691,_0x43fd20,_0x3c20bc={}){const _0x4f0f2c=a72_0x46f796,_0x1edc1e={};_0x1edc1e[_0x4f0f2c(0x98)]=function(_0xd35ab,_0x29b799){return _0xd35ab===_0x29b799;};const _0x159f64=_0x1edc1e;this['logger']['debug'](_0x4f0f2c(0x97)+_0x557691+'\x20hookState='+_0x43fd20),await super[_0x4f0f2c(0x93)](_0x557691,_0x43fd20,_0x3c20bc);const _0x30ec20=this[_0x4f0f2c(0x96)](_0x557691,_0x43fd20,_0x3c20bc);if(_0x159f64[_0x4f0f2c(0x98)](_0x30ec20,null))return;_0x3c20bc['instance']=_0x30ec20,await this[_0x4f0f2c(0x8f)](_0x30ec20,_0x557691,_0x43fd20,_0x3c20bc);}[a72_0x46f796(0x96)](_0x58d2a0,_0xd9e5a,_0x319e7f={}){const _0x158a1e=a72_0x46f796,_0x525f75={};_0x525f75[_0x158a1e(0xa7)]=function(_0x14a855,_0x4aa120){return _0x14a855===_0x4aa120;},_0x525f75[_0x158a1e(0x8e)]=function(_0x5ceee8,_0x205396){return _0x5ceee8===_0x205396;},_0x525f75[_0x158a1e(0x99)]=function(_0x3447af,_0x33611c){return _0x3447af===_0x33611c;};const _0xa1a4b2=_0x525f75;let _0x21888b=null;return(_0xa1a4b2[_0x158a1e(0xa7)](_0x58d2a0,AutomationFrameworkState[_0x158a1e(0x92)])||_0xa1a4b2[_0x158a1e(0x8e)](_0x58d2a0,AutomationFrameworkState[_0x158a1e(0xa9)])&&(_0x319e7f[_0x158a1e(0xb4)]&&_0x319e7f[_0x158a1e(0xb4)]['params']&&_0x319e7f[_0x158a1e(0xb4)]['params'][_0x158a1e(0x8b)])||_0xa1a4b2['iEwPR'](_0x58d2a0,AutomationFrameworkState[_0x158a1e(0x90)]))&&this[_0x158a1e(0xaf)](_0x58d2a0,_0x319e7f),_0x21888b=AutomationFramework[_0x158a1e(0xb1)](),_0x21888b;}[a72_0x46f796(0xaf)](_0x5777b9,_0x461f47){const _0x2db7e8=a72_0x46f796,_0x4cb479={};_0x4cb479[_0x2db7e8(0xa5)]=_0x2db7e8(0x8d);const _0x37be67=_0x4cb479;if(AutomationFramework[_0x2db7e8(0xb1)]()){this[_0x2db7e8(0xab)]['info'](_0x37be67[_0x2db7e8(0xa5)]);return;}const _0xe998c3=CLIUtils[_0x2db7e8(0x8c)](),_0x55d5e5=TrackedInstance[_0x2db7e8(0x9c)](_0xe998c3);let _0x27e10f=null;this[_0x2db7e8(0xab)][_0x2db7e8(0xb5)]('trackPlaywrightInstance:\x20created\x20instance\x20for\x20target='+_0xe998c3+',\x20state='+_0x5777b9),_0x27e10f=new AutomationFrameworkInstance(_0x55d5e5,this[_0x2db7e8(0xa0)](),this[_0x2db7e8(0xb2)](),_0x5777b9),AutomationFramework[_0x2db7e8(0x91)](_0x55d5e5,_0x27e10f),this[_0x2db7e8(0xab)][_0x2db7e8(0xb5)]('trackPlaywrightInstance:\x20saved\x20instance\x20contextId='+_0x55d5e5[_0x2db7e8(0x9b)]()+_0x2db7e8(0x95)+_0xe998c3);}}function a72_0x31e5(_0x436abc,_0x553ac1){const _0x56314f=a72_0x5631();return a72_0x31e5=function(_0x31e5a8,_0x235e73){_0x31e5a8=_0x31e5a8-0x8b;let _0x42c19d=_0x56314f[_0x31e5a8];return _0x42c19d;},a72_0x31e5(_0x436abc,_0x553ac1);}module[a72_0x46f796(0xae)]=PlaywrightAutomationFramework;