browserstack-node-sdk 1.49.10 → 1.49.12

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_0x546db6=a69_0x5508;(function(_0x3817d6,_0x46ec14){const _0x59a4fd=a69_0x5508,_0x54a154=_0x3817d6();while(!![]){try{const _0x24b8e0=parseInt(_0x59a4fd(0x1d2))/0x1+-parseInt(_0x59a4fd(0x1c5))/0x2*(parseInt(_0x59a4fd(0x1df))/0x3)+parseInt(_0x59a4fd(0x204))/0x4+-parseInt(_0x59a4fd(0x202))/0x5+parseInt(_0x59a4fd(0x1d3))/0x6*(parseInt(_0x59a4fd(0x1dd))/0x7)+-parseInt(_0x59a4fd(0x1d1))/0x8+parseInt(_0x59a4fd(0x1fd))/0x9;if(_0x24b8e0===_0x46ec14)break;else _0x54a154['push'](_0x54a154['shift']());}catch(_0x174c93){_0x54a154['push'](_0x54a154['shift']());}}}(a69_0x10d3,0x23172));const a69_0x3f2911={};function a69_0x5508(_0x11e531,_0x2f3be7){const _0x10d330=a69_0x10d3();return a69_0x5508=function(_0x550845,_0x344c77){_0x550845=_0x550845-0x1c0;let _0x36f2a2=_0x10d330[_0x550845];return _0x36f2a2;},a69_0x5508(_0x11e531,_0x2f3be7);}a69_0x3f2911['KEY_TEST_UUID']=a69_0x546db6(0x1d7),a69_0x3f2911['KEY_TEST_ID']=a69_0x546db6(0x1c1),a69_0x3f2911[a69_0x546db6(0x1c0)]=a69_0x546db6(0x1dc),a69_0x3f2911[a69_0x546db6(0x209)]=a69_0x546db6(0x1c8),a69_0x3f2911[a69_0x546db6(0x20d)]=a69_0x546db6(0x203),a69_0x3f2911['KEY_TEST_RESULT']=a69_0x546db6(0x1f9),a69_0x3f2911['KEY_TEST_RESULT_AT']='test_result_at',a69_0x3f2911['KEY_TEST_STARTED_AT']=a69_0x546db6(0x1e0),a69_0x3f2911['KEY_TEST_ENDED_AT']=a69_0x546db6(0x1fc),a69_0x3f2911[a69_0x546db6(0x1eb)]=a69_0x546db6(0x1cc),a69_0x3f2911['KEY_TEST_SCOPE']='test_scope',a69_0x3f2911[a69_0x546db6(0x1ea)]=a69_0x546db6(0x20b),a69_0x3f2911['KEY_TEST_FRAMEWORK_NAME']='test_framework_name',a69_0x3f2911[a69_0x546db6(0x1c9)]=a69_0x546db6(0x1c2),a69_0x3f2911[a69_0x546db6(0x20e)]=a69_0x546db6(0x1db),a69_0x3f2911[a69_0x546db6(0x1ca)]='test_rerun_name',a69_0x3f2911[a69_0x546db6(0x1cf)]=a69_0x546db6(0x1e5),a69_0x3f2911[a69_0x546db6(0x1f1)]=a69_0x546db6(0x1f3),a69_0x3f2911[a69_0x546db6(0x1fa)]=a69_0x546db6(0x1da),a69_0x3f2911[a69_0x546db6(0x200)]=a69_0x546db6(0x1e6),a69_0x3f2911[a69_0x546db6(0x1cb)]='test_failure_reason',a69_0x3f2911[a69_0x546db6(0x205)]='test_logs',a69_0x3f2911[a69_0x546db6(0x1ff)]='test_meta',a69_0x3f2911[a69_0x546db6(0x20c)]=a69_0x546db6(0x207),a69_0x3f2911['KEY_AUTOMATE_SESSION_NAME']='automate_session_name',a69_0x3f2911[a69_0x546db6(0x1d0)]=a69_0x546db6(0x1d6),a69_0x3f2911[a69_0x546db6(0x1f5)]='automate_session_reason',a69_0x3f2911['KEY_EVENT_STARTED_AT']=a69_0x546db6(0x20a),a69_0x3f2911[a69_0x546db6(0x201)]=a69_0x546db6(0x1e9),a69_0x3f2911['KEY_HOOK_ID']=a69_0x546db6(0x1de),a69_0x3f2911[a69_0x546db6(0x1ef)]=a69_0x546db6(0x1c6),a69_0x3f2911[a69_0x546db6(0x1f4)]=a69_0x546db6(0x1d8),a69_0x3f2911[a69_0x546db6(0x1e8)]='hook_failure_reason',a69_0x3f2911[a69_0x546db6(0x1c3)]=a69_0x546db6(0x1e1),a69_0x3f2911[a69_0x546db6(0x1f7)]=a69_0x546db6(0x208),a69_0x3f2911['KEY_HOOK_NAME']=a69_0x546db6(0x1e4),a69_0x3f2911['DEFAULT_TEST_RESULT']=a69_0x546db6(0x206),a69_0x3f2911['DEFAULT_HOOK_RESULT']=a69_0x546db6(0x206),a69_0x3f2911[a69_0x546db6(0x1c4)]=a69_0x546db6(0x1f6),a69_0x3f2911['KIND_LOG']='TEST_LOG',a69_0x3f2911[a69_0x546db6(0x1cd)]=a69_0x546db6(0x1d5),a69_0x3f2911[a69_0x546db6(0x1fe)]='test_hooks_started',a69_0x3f2911['KEY_HOOKS_FINISHED']=a69_0x546db6(0x1d9),a69_0x3f2911[a69_0x546db6(0x1e3)]=a69_0x546db6(0x1f0),a69_0x3f2911[a69_0x546db6(0x1ed)]=a69_0x546db6(0x1fb),a69_0x3f2911['KEY_LOGS']=a69_0x546db6(0x1ec),a69_0x3f2911[a69_0x546db6(0x1ce)]=a69_0x546db6(0x1f8),a69_0x3f2911['KEY_TEST_ATTACHMENTS']=a69_0x546db6(0x1c7),a69_0x3f2911[a69_0x546db6(0x1d4)]=a69_0x546db6(0x1ee),a69_0x3f2911['KEY_FILE_NAME']='file_name',a69_0x3f2911['KEY_FILE_PATH']=a69_0x546db6(0x1f2),a69_0x3f2911[a69_0x546db6(0x1e2)]=a69_0x546db6(0x1e7);const TestFrameworkConstants=a69_0x3f2911;function a69_0x10d3(){const _0x16f60e=['KEY_TEST_FRAMEWORK_VERSION','KEY_TEST_RERUN_NAME','KEY_TEST_FAILURE_REASON','test_location','HOOK_REGEX','KEY_CUSTOM_TAGS','KEY_TEST_RETRY_OF','KEY_AUTOMATE_SESSION_STATUS','1196120odBwFx','287401AmGxAz','12oTuFEo','KEY_FILE_SIZE','^(BEFORE_|AFTER_)','automate_session_status','test_uuid','hook_failure_type','test_hooks_finished','test_failure','test_code','test_name','473494LdIMSA','hook_id','183UxkUTX','test_started_at','hook_failure','KEY_FILE_LEVEL','KEY_HOOK_LAST_STARTED','hook_name','retry_of','test_failure_type','file_level','KEY_HOOK_FAILURE_REASON','event_ended_at','KEY_TEST_SCOPES','KEY_TEST_LOCATION','logs','KEY_HOOK_LAST_FINISHED','file_size','KEY_HOOK_RESULT','test_hook_last_started','KEY_PLATFORM_INDEX','file_path','platform_index','KEY_HOOK_FAILURE_TYPE','KEY_AUTOMATE_SESSION_REASON','TEST_SCREENSHOT','KEY_HOOK_LOGS','custom_metadata','test_result','KEY_TEST_FAILURE','test_hook_last_finished','test_ended_at','185535hDWSWA','KEY_HOOKS_STARTED','KEY_TEST_META','KEY_TEST_FAILURE_TYPE','KEY_EVENT_ENDED_AT','1006730YbQNoN','test_tags','518216qxEhkd','KEY_TEST_LOGS','pending','test_session_name','hook_logs','KEY_TEST_FILE_PATH','event_started_at','test_scopes','KEY_SESSION_NAME','KEY_TEST_TAGS','KEY_TEST_CODE','KEY_TEST_NAME','test_id','test_framework_version','KEY_HOOK_FAILURE','KIND_SCREENSHOT','2566LGjvrf','hook_result','test_attachments','test_file_path'];a69_0x10d3=function(){return _0x16f60e;};return a69_0x10d3();}module['exports']=TestFrameworkConstants;
1
+ const a69_0x544495=a69_0x1fb3;(function(_0x1d81fb,_0x2baa23){const _0x42487e=a69_0x1fb3,_0x1fa4d3=_0x1d81fb();while(!![]){try{const _0x2311b0=-parseInt(_0x42487e(0x218))/0x1+-parseInt(_0x42487e(0x230))/0x2*(-parseInt(_0x42487e(0x243))/0x3)+parseInt(_0x42487e(0x222))/0x4*(parseInt(_0x42487e(0x202))/0x5)+-parseInt(_0x42487e(0x226))/0x6*(-parseInt(_0x42487e(0x209))/0x7)+-parseInt(_0x42487e(0x20a))/0x8*(parseInt(_0x42487e(0x1f7))/0x9)+-parseInt(_0x42487e(0x23e))/0xa+parseInt(_0x42487e(0x224))/0xb;if(_0x2311b0===_0x2baa23)break;else _0x1fa4d3['push'](_0x1fa4d3['shift']());}catch(_0xc6d612){_0x1fa4d3['push'](_0x1fa4d3['shift']());}}}(a69_0xbc77,0x1f1fb));const a69_0x3a8ee4={};a69_0x3a8ee4['KEY_TEST_UUID']=a69_0x544495(0x1f5),a69_0x3a8ee4['KEY_TEST_ID']=a69_0x544495(0x219),a69_0x3a8ee4['KEY_TEST_NAME']=a69_0x544495(0x1ff),a69_0x3a8ee4[a69_0x544495(0x203)]='test_file_path',a69_0x3a8ee4[a69_0x544495(0x1fa)]=a69_0x544495(0x220),a69_0x3a8ee4[a69_0x544495(0x241)]=a69_0x544495(0x232),a69_0x3a8ee4['KEY_TEST_RESULT_AT']=a69_0x544495(0x207),a69_0x3a8ee4[a69_0x544495(0x238)]=a69_0x544495(0x23b),a69_0x3a8ee4[a69_0x544495(0x23a)]='test_ended_at',a69_0x3a8ee4[a69_0x544495(0x1f9)]=a69_0x544495(0x206),a69_0x3a8ee4[a69_0x544495(0x214)]=a69_0x544495(0x1f2),a69_0x3a8ee4[a69_0x544495(0x20b)]=a69_0x544495(0x221),a69_0x3a8ee4[a69_0x544495(0x208)]=a69_0x544495(0x1f6),a69_0x3a8ee4[a69_0x544495(0x21a)]=a69_0x544495(0x22a),a69_0x3a8ee4[a69_0x544495(0x21b)]=a69_0x544495(0x223),a69_0x3a8ee4[a69_0x544495(0x20e)]=a69_0x544495(0x212),a69_0x3a8ee4[a69_0x544495(0x204)]=a69_0x544495(0x1f3),a69_0x3a8ee4['KEY_PLATFORM_INDEX']='platform_index',a69_0x3a8ee4[a69_0x544495(0x1fe)]=a69_0x544495(0x229),a69_0x3a8ee4[a69_0x544495(0x21e)]=a69_0x544495(0x1f4),a69_0x3a8ee4[a69_0x544495(0x21d)]=a69_0x544495(0x248),a69_0x3a8ee4[a69_0x544495(0x1f8)]='test_logs',a69_0x3a8ee4[a69_0x544495(0x1f0)]=a69_0x544495(0x239),a69_0x3a8ee4[a69_0x544495(0x215)]=a69_0x544495(0x240),a69_0x3a8ee4['KEY_AUTOMATE_SESSION_NAME']=a69_0x544495(0x231),a69_0x3a8ee4[a69_0x544495(0x237)]=a69_0x544495(0x217),a69_0x3a8ee4['KEY_AUTOMATE_SESSION_REASON']=a69_0x544495(0x1ef),a69_0x3a8ee4[a69_0x544495(0x20c)]=a69_0x544495(0x228),a69_0x3a8ee4['KEY_EVENT_ENDED_AT']=a69_0x544495(0x20d),a69_0x3a8ee4[a69_0x544495(0x246)]='hook_id',a69_0x3a8ee4[a69_0x544495(0x21f)]=a69_0x544495(0x235),a69_0x3a8ee4[a69_0x544495(0x216)]=a69_0x544495(0x249),a69_0x3a8ee4[a69_0x544495(0x1f1)]='hook_failure_reason',a69_0x3a8ee4['KEY_HOOK_FAILURE']='hook_failure',a69_0x3a8ee4['KEY_HOOK_LOGS']=a69_0x544495(0x21c),a69_0x3a8ee4[a69_0x544495(0x247)]='hook_name',a69_0x3a8ee4[a69_0x544495(0x211)]=a69_0x544495(0x22f),a69_0x3a8ee4[a69_0x544495(0x245)]='pending',a69_0x3a8ee4[a69_0x544495(0x236)]='TEST_SCREENSHOT',a69_0x3a8ee4[a69_0x544495(0x244)]=a69_0x544495(0x1fc),a69_0x3a8ee4[a69_0x544495(0x23f)]='^(BEFORE_|AFTER_)',a69_0x3a8ee4[a69_0x544495(0x1fd)]=a69_0x544495(0x225),a69_0x3a8ee4[a69_0x544495(0x22d)]=a69_0x544495(0x23c),a69_0x3a8ee4[a69_0x544495(0x205)]=a69_0x544495(0x234),a69_0x3a8ee4[a69_0x544495(0x233)]=a69_0x544495(0x210),a69_0x3a8ee4[a69_0x544495(0x227)]=a69_0x544495(0x23d),a69_0x3a8ee4['KEY_CUSTOM_TAGS']=a69_0x544495(0x213),a69_0x3a8ee4[a69_0x544495(0x242)]=a69_0x544495(0x200),a69_0x3a8ee4[a69_0x544495(0x1fb)]='file_size',a69_0x3a8ee4[a69_0x544495(0x201)]=a69_0x544495(0x20f),a69_0x3a8ee4[a69_0x544495(0x22e)]='file_path',a69_0x3a8ee4[a69_0x544495(0x22c)]=a69_0x544495(0x22b);const TestFrameworkConstants=a69_0x3a8ee4;function a69_0xbc77(){const _0x11e000=['KEY_TEST_FAILURE_TYPE','KEY_HOOK_RESULT','test_tags','test_scopes','6284ROVUNM','test_code','1702426GYzDZt','test_hooks_started','42rIHLDs','KEY_LOGS','event_started_at','test_failure','test_framework_version','file_level','KEY_FILE_LEVEL','KEY_HOOKS_FINISHED','KEY_FILE_PATH','pending','8XAqsDE','automate_session_name','test_result','KEY_HOOK_LAST_FINISHED','test_hook_last_started','hook_result','KIND_SCREENSHOT','KEY_AUTOMATE_SESSION_STATUS','KEY_TEST_STARTED_AT','test_meta','KEY_TEST_ENDED_AT','test_started_at','test_hooks_finished','logs','284110sjOeMV','HOOK_REGEX','test_session_name','KEY_TEST_RESULT','KEY_TEST_ATTACHMENTS','137211KGGHjm','KIND_LOG','DEFAULT_HOOK_RESULT','KEY_HOOK_ID','KEY_HOOK_NAME','test_failure_reason','hook_failure_type','automate_session_reason','KEY_TEST_META','KEY_HOOK_FAILURE_REASON','test_scope','retry_of','test_failure_type','test_uuid','test_framework_name','18InWdEq','KEY_TEST_LOGS','KEY_TEST_LOCATION','KEY_TEST_TAGS','KEY_FILE_SIZE','TEST_LOG','KEY_HOOKS_STARTED','KEY_TEST_FAILURE','test_name','test_attachments','KEY_FILE_NAME','435Igufyq','KEY_TEST_FILE_PATH','KEY_TEST_RETRY_OF','KEY_HOOK_LAST_STARTED','test_location','test_result_at','KEY_TEST_FRAMEWORK_NAME','110859DYoRGi','1015656jsmpFY','KEY_TEST_SCOPES','KEY_EVENT_STARTED_AT','event_ended_at','KEY_TEST_RERUN_NAME','file_name','test_hook_last_finished','DEFAULT_TEST_RESULT','test_rerun_name','custom_metadata','KEY_TEST_SCOPE','KEY_SESSION_NAME','KEY_HOOK_FAILURE_TYPE','automate_session_status','175442GCBwgF','test_id','KEY_TEST_FRAMEWORK_VERSION','KEY_TEST_CODE','hook_logs','KEY_TEST_FAILURE_REASON'];a69_0xbc77=function(){return _0x11e000;};return a69_0xbc77();}function a69_0x1fb3(_0x26e220,_0x25abd3){const _0xbc7789=a69_0xbc77();return a69_0x1fb3=function(_0x1fb397,_0x1b088b){_0x1fb397=_0x1fb397-0x1ef;let _0x1c2bb4=_0xbc7789[_0x1fb397];return _0x1c2bb4;},a69_0x1fb3(_0x26e220,_0x25abd3);}module['exports']=TestFrameworkConstants;
@@ -1 +1 @@
1
- const a70_0x52c991=a70_0x17c2;(function(_0x5587b2,_0x4059a7){const _0x542bd5=a70_0x17c2,_0x3e85b0=_0x5587b2();while(!![]){try{const _0xab5614=parseInt(_0x542bd5(0x141))/0x1*(parseInt(_0x542bd5(0xb6))/0x2)+-parseInt(_0x542bd5(0x165))/0x3+parseInt(_0x542bd5(0x117))/0x4*(-parseInt(_0x542bd5(0xc9))/0x5)+-parseInt(_0x542bd5(0x12c))/0x6+parseInt(_0x542bd5(0xce))/0x7+-parseInt(_0x542bd5(0x166))/0x8+parseInt(_0x542bd5(0xb4))/0x9;if(_0xab5614===_0x4059a7)break;else _0x3e85b0['push'](_0x3e85b0['shift']());}catch(_0x197d37){_0x3e85b0['push'](_0x3e85b0['shift']());}}}(a70_0x3db2,0x2dab3));const TestFramework=require('./testFramework'),TestFrameworkState=require(a70_0x52c991(0x159)),HookState=require(a70_0x52c991(0xe2)),{createClassLogger}=require(a70_0x52c991(0x11d)),TestFrameworkInstance=require(a70_0x52c991(0xad)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a70_0x52c991(0x158)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a70_0x52c991(0xbd)),logger=createClassLogger(a70_0x52c991(0x132)),{v4:uuidv4}=require(a70_0x52c991(0x16d)),util=require(a70_0x52c991(0x130)),TestInfo=require(a70_0x52c991(0x119)),GrpcClient=require(a70_0x52c991(0xd3));function a70_0x17c2(_0x41871f,_0x362202){const _0x3db2d2=a70_0x3db2();return a70_0x17c2=function(_0x17c229,_0x2131cc){_0x17c229=_0x17c229-0xa2;let _0x1e45cf=_0x3db2d2[_0x17c229];return _0x1e45cf;},a70_0x17c2(_0x41871f,_0x362202);}function a70_0x3db2(){const _0x4080d9=['getId','format','platformIndex','aatXA','KEY_CUSTOM_TAGS','gWqAv','gMbll','\x20for\x20test:\x20','name','createTestFrameworkEventPayload','5GpQcoO','QhkTJ','sendLogCreatedEvent','addPendingHook','getTestFrameworks','1622222LPtwTa','test_run_id','hook_type','inspect','toISOString','../grpcClient','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','boEwH','LewMN','kXNMz','from','fhTSD','rerun_name','LOG_REPORT','KEY_TEST_ATTACHMENTS','UnhandledError','parseCucumberTest','KEY_TEST_RESULT_AT','No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','hooks','../state/hookState.js','KEY_TEST_FAILURE_TYPE','KEY_TEST_FRAMEWORK_VERSION','KEY_TEST_SCOPE','KEY_EVENT_STARTED_AT','failed','push','Updated\x20cucumber\x20test\x20result:\x20','logCreatedEvent','result','\x20payload=','getProcessId','failure_type','KEY_HOOK_FAILURE_TYPE','workerInfo','getAllData','key','trackCucumberInstance:\x20created\x20instance\x20for\x20target=','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test\x20result','testFrameworkName','KEY_LOGS','KEY_TEST_FAILURE','KEY_HOOK_ID','getTrackedInstance','YEHEw','instance','KEY_TEST_FAILURE_REASON','trackCucumberInstance','trackHookEvent:\x20Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','xdrcj','DEFAULT_TEST_RESULT','KEY_TEST_NAME','PRE','KEY_TEST_LOCATION','NONE','code','trackHookEvent:\x20Hook\x20List\x20in\x20Post\x20','__workerDetails','\x20&\x20hookState=','toString','No\x20hook\x20data\x20provided\x20for\x20cucumber\x20hook\x20event','KEY_EVENT_ENDED_AT','error',',\x20storing\x20as\x20pending\x20hook','lOCLo','lvhNL','KEY_HOOK_LOGS','KEY_HOOKS_FINISHED','finishedAt','testUUID','endedAt','809364FsTKTs','processPendingHooks','../TestInfo.js','meta','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test','setTrackedInstance','../../../helpers/classLogger.js','\x20&\x20hook\x20=\x20','testData','trackEvent:\x20unsupported\x20testFrameworkState=','Unldi','\x20and\x20args\x20=\x20','xsNZH','Vdull','createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20','base64','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','\x20with\x20result:\x20','location','keys','getTestUUID','1153866wUEHYt','zFBxE','KEY_HOOK_RESULT','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','util','getCurrentTestState','CucumberTestFramework','customRerunParam','sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping','concat','runHooks','getTestFrameworksVersions','KEY_TEST_RERUN_NAME','split','sendLogCreatedEvent:\x20Error\x20in\x20sending\x20log\x20events:\x20','KEY_HOOK_FAILURE','parallelIndex','getTestDetails','MGEPI','KEY_HOOK_FAILURE_REASON','oYFzw','1PfZANj','trackHookEvent','KEY_TEST_ENDED_AT','\x20target=','DEFAULT_HOOK_RESULT','\x20hookState:\x20','KEY_TEST_STARTED_AT','\x20testState:\x20','MEQrt','KEY_TEST_UUID','Cucumber\x20log\x20created\x20event','getInstance','failure_data','Parsed\x20cucumber\x20test:\x20','KEY_TEST_META','hookState','KEY_TEST_ID','INIT_TEST',',\x20error:\x20','stringify','KEY_TEST_RESULT',',\x20state:\x20','GyKyp','./constants/testFrameworkConstants.js','../state/testFrameworkState.js','\x20with\x20id\x20','cjOUV','trackEvent','createContext','matchHookRegex','addMultipleEntries','KEY_TEST_FILE_PATH','body','KEY_TEST_FRAMEWORK_NAME','storePendingHook','get','108765bUJCRy','309200YjAmiA','getCurrentHookState','Processing\x20','hasPendingHooks','POST','\x20batch\x20','getPendingHooks','uuid','tags','createTestFrameworkEventPayload\x20testId:\x20','unknown','QNGZk','ixRuK','test','testFrameworkState','oICsS','parseCucumberTestResult','setTestDetails','sendLogCreatedEvent:\x20for\x20testId:\x20','TEST','args','idrrm','AEvZS','../instances/testFrameworkInstance.js','KEY_HOOKS_STARTED','KEY_TEST_CODE','removePendingHooks','wEymQ','hookData','\x20\x20and\x20args\x20=\x20','1634499JBldSZ','debug','486518iTCSjK','length','startedAt','ADuAA','PCakp','scopes','failure_reason','../../../helpers/helper.js','file_name'];a70_0x3db2=function(){return _0x4080d9;};return a70_0x3db2();}class CucumberTestFramework extends TestFramework{constructor(_0x3bb984,_0x57a203,_0x8601ef){super(_0x3bb984,_0x57a203,_0x8601ef);}async[a70_0x52c991(0x15c)](_0x3cbb1c,_0x522c7e,_0x46047c={}){const _0xd7c722=a70_0x52c991,_0x333a87={};_0x333a87[_0xd7c722(0xba)]=_0xd7c722(0xf5),_0x333a87[_0xd7c722(0x101)]=function(_0x544e9d,_0xedfac4){return _0x544e9d===_0xedfac4;},_0x333a87[_0xd7c722(0x123)]=function(_0x6cefca,_0x590b44){return _0x6cefca===_0x590b44;},_0x333a87[_0xd7c722(0x13e)]=_0xd7c722(0xf4);const _0x113e5a=_0x333a87;await super[_0xd7c722(0x15c)](_0x3cbb1c,_0x522c7e,_0x46047c);const _0x5f2036=this['resolveInstance'](_0x3cbb1c,_0x522c7e,_0x46047c);if(!_0x5f2036){logger[_0xd7c722(0xb5)](_0x113e5a['PCakp']);return;}try{let _0x75df23,_0x3271b9;switch(_0x3cbb1c){case TestFrameworkState[_0xd7c722(0xa9)]:_0x75df23=_0x46047c[_0xd7c722(0xa3)],_0x3271b9=TestInfo[_0xd7c722(0x12b)](_0x75df23['id']);if(_0x113e5a['xdrcj'](_0x522c7e,HookState[_0xd7c722(0x104)])){logger[_0xd7c722(0xb5)](_0xd7c722(0xd4)+_0x75df23['id']);const _0x5b4802={};_0x5b4802[_0xd7c722(0x115)]=_0x3271b9,_0x5b4802[_0xd7c722(0x11f)]=_0x75df23,_0x5f2036[_0xd7c722(0x15f)](this[_0xd7c722(0xde)](_0x5b4802)),logger[_0xd7c722(0xb5)]('trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20'+_0x75df23['id']),await this[_0xd7c722(0x118)](_0x5f2036,_0x75df23['id']);}else{if(_0x113e5a[_0xd7c722(0x123)](_0x522c7e,HookState[_0xd7c722(0x16a)])){const _0x2127d3={};_0x2127d3[_0xd7c722(0x115)]=_0x3271b9,_0x2127d3[_0xd7c722(0x11f)]=_0x75df23,_0x5f2036['addMultipleEntries'](this[_0xd7c722(0xa6)](_0x2127d3)),await this[_0xd7c722(0x118)](_0x5f2036,_0x75df23['id']);}}break;case TestFrameworkState[_0xd7c722(0xdb)]:_0x113e5a[_0xd7c722(0x101)](_0x522c7e,HookState[_0xd7c722(0x16a)])&&await this[_0xd7c722(0xcb)](_0x5f2036,_0x3cbb1c,_0x46047c);break;default:if(CLIUtils[_0xd7c722(0x15e)](_0x3cbb1c[_0xd7c722(0x10b)]()['split']('.')[0x1])){const _0x2f84a4=await this[_0xd7c722(0x142)](_0x5f2036,_0x3cbb1c,_0x522c7e,_0x46047c);_0x5f2036['addMultipleEntries'](_0x2f84a4);}else logger[_0xd7c722(0xb5)](_0xd7c722(0x120)+_0x3cbb1c+_0xd7c722(0x10a)+_0x522c7e);break;}}catch(_0x5b169f){logger[_0xd7c722(0x10e)](util[_0xd7c722(0xc0)](_0x113e5a[_0xd7c722(0x13e)],_0x3cbb1c,_0x522c7e,_0x46047c[_0xd7c722(0xb7)],_0x5b169f));}_0x46047c[_0xd7c722(0xfd)]=_0x5f2036,await this['runHooks'](_0x5f2036,_0x3cbb1c,_0x522c7e,_0x46047c);}['resolveInstance'](_0x4498b9,_0x591a1b,_0x1dce7c={}){const _0x3bd19a=a70_0x52c991,_0x3528ed={};_0x3528ed['MEQrt']=function(_0x22c3f6,_0x2f4590){return _0x22c3f6===_0x2f4590;};const _0x1b87c0=_0x3528ed;let _0x197764=null;return(_0x1b87c0[_0x3bd19a(0x149)](_0x4498b9,TestFrameworkState[_0x3bd19a(0x152)])||_0x1b87c0[_0x3bd19a(0x149)](_0x4498b9,TestFrameworkState[_0x3bd19a(0x106)]))&&this['trackCucumberInstance'](_0x4498b9,_0x1dce7c),_0x197764=TestFramework[_0x3bd19a(0xfb)](),_0x197764;}[a70_0x52c991(0xff)](_0x3494c8,_0x203f20){const _0x4c293c=a70_0x52c991,_0x1134dd=CLIUtils['getCurrentInstanceName'](),_0xabf730=TrackedInstance[_0x4c293c(0x15d)](_0x1134dd);let _0xbebe09=null;logger[_0x4c293c(0xb5)](_0x4c293c(0xf3)+_0x1134dd+',\x20state='+_0x3494c8),_0xbebe09=new TestFrameworkInstance(_0xabf730,this['getTestFrameworks'](),this[_0x4c293c(0x137)](),_0x3494c8,HookState[_0x4c293c(0x106)]),TestFramework[_0x4c293c(0x11c)](_0xabf730,_0xbebe09),logger[_0x4c293c(0xb5)]('trackCucumberInstance:\x20saved\x20instance\x20contextId='+_0xabf730[_0x4c293c(0xbf)]()+_0x4c293c(0x144)+_0x1134dd);}[a70_0x52c991(0xde)](_0x14f380){const _0xef964e=a70_0x52c991,_0x3dc60b={};_0x3dc60b[_0xef964e(0xd9)]=_0xef964e(0x11b);const _0x1f90f9=_0x3dc60b,{testUUID:_0x490421,testData:_0x4c466e}=_0x14f380;if(!_0x4c466e||!_0x4c466e[_0xef964e(0x16d)])return logger[_0xef964e(0xb5)](_0x1f90f9['fhTSD']),{};const _0xe3611b=_0x490421,_0x135da0=_0x4c466e['uuid'],_0x52c395=this[_0xef964e(0xcd)]()[0x0],_0x4ef069=this['getTestFrameworksVersions'](),_0x1f0f73={[TestFrameworkConstants[_0xef964e(0x162)]]:_0x52c395,[TestFrameworkConstants[_0xef964e(0xe4)]]:_0x4ef069[_0x52c395],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0xef964e(0x113)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants['KEY_TEST_UUID']]:_0xe3611b,[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0xef964e(0x102)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x4c466e[_0xef964e(0xc7)]||'',[TestFrameworkConstants[_0xef964e(0x160)]]:_0x4c466e[_0xef964e(0xbe)]||'',[TestFrameworkConstants[_0xef964e(0x151)]]:_0x135da0,[TestFrameworkConstants[_0xef964e(0x103)]]:_0x4c466e[_0xef964e(0xc7)]||'',[TestFrameworkConstants[_0xef964e(0x105)]]:_0x4c466e[_0xef964e(0x129)]||'',[TestFrameworkConstants[_0xef964e(0xaf)]]:_0x4c466e[_0xef964e(0x161)]?.[_0xef964e(0x107)]||null,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x4c466e[_0xef964e(0x16e)]||[],[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x4c466e[_0xef964e(0xb8)]||new Date()[_0xef964e(0xd2)](),[TestFrameworkConstants[_0xef964e(0xe5)]]:_0x4c466e[_0xef964e(0xbb)]?.[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x4c466e['scopes']||[],[TestFrameworkConstants[_0xef964e(0x138)]]:_0x4c466e[_0xef964e(0x133)]?.[_0xef964e(0xda)]||_0x4c466e['name']||'',[TestFrameworkConstants[_0xef964e(0xc3)]]:{},[TestFrameworkConstants[_0xef964e(0x14f)]]:_0x4c466e[_0xef964e(0x11a)]||{}};TestInfo[_0xef964e(0xa7)](_0x135da0,_0x1f0f73),logger['debug'](_0xef964e(0x14e)+_0x4c466e[_0xef964e(0xc7)]+'\x20with\x20UUID:\x20'+_0xe3611b);const _0xc196e1={};return _0xc196e1[_0x135da0]=_0x1f0f73,_0xc196e1;}[a70_0x52c991(0xa6)](_0x101d67){const _0x23e821=a70_0x52c991,_0xdf0487={'ErJxR':_0x23e821(0xf6),'cjOUV':_0x23e821(0x170),'Unldi':function(_0xd73395,_0x2dc53b){return _0xd73395===_0x2dc53b;},'wEymQ':'failed','QNGZk':_0x23e821(0xdd),'gWqAv':function(_0x21706c,_0x233457,_0x1802a1){return _0x21706c(_0x233457,_0x1802a1);},'oYFzw':function(_0x2e7901,_0x58ea9f){return _0x2e7901>_0x58ea9f;}},{testUUID:_0x44ab0f,testData:_0x1548cd}=_0x101d67;if(!_0x1548cd||!_0x1548cd['uuid'])return logger['debug'](_0xdf0487['ErJxR']),{};const _0x28a316=this['resolveInstance'](TestFrameworkState[_0x23e821(0xa9)],HookState[_0x23e821(0x16a)]),_0x1a97b9=_0x1548cd[_0x23e821(0x16d)],_0x55affb=TestInfo['getTestDetails'](_0x1a97b9)||{},_0x2abb79=_0x55affb?_0x55affb[TestFrameworkConstants[_0x23e821(0xc3)]]||{}:{},_0x2d575d={..._0x55affb,[TestFrameworkConstants[_0x23e821(0x155)]]:_0x1548cd[_0x23e821(0xeb)]||_0xdf0487[_0x23e821(0x15b)],[TestFrameworkConstants[_0x23e821(0x143)]]:_0x1548cd[_0x23e821(0x114)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x23e821(0xdf)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x23e821(0xc3)]]:_0x2abb79,[TestFrameworkConstants[_0x23e821(0xf8)]]:[],[TestFrameworkConstants['KEY_TEST_META']]:_0x1548cd[_0x23e821(0x11a)]||{}};_0xdf0487[_0x23e821(0x121)](_0x1548cd[_0x23e821(0xeb)],_0xdf0487[_0x23e821(0xb1)])&&_0x1548cd['failure']&&(_0x2d575d[TestFrameworkConstants[_0x23e821(0xe3)]]=_0x1548cd[_0x23e821(0xee)]||_0xdf0487[_0x23e821(0x171)],_0x2d575d[TestFrameworkConstants[_0x23e821(0xfe)]]=_0x1548cd['failure_reason']||'',_0x2d575d[TestFrameworkConstants[_0x23e821(0xf9)]]=_0x1548cd['failure']);const _0x150752=TestInfo[_0x23e821(0x13d)](_0x1a97b9)[TestFrameworkConstants[_0x23e821(0xdc)]]||{},_0x4df76f=_0xdf0487[_0x23e821(0xc4)](getManualUploadLogs,_0x150752,_0x28a316[_0x23e821(0xf1)]()[_0x23e821(0x164)](_0x1a97b9)[TestFrameworkConstants[_0x23e821(0x14a)]]);if(_0xdf0487[_0x23e821(0x140)](_0x4df76f[_0x23e821(0xb7)],0x0)){const _0x3806f6=_0x2d575d[TestFrameworkConstants[_0x23e821(0xf8)]]||[];_0x2d575d[TestFrameworkConstants[_0x23e821(0xf8)]]=[..._0x3806f6,..._0x4df76f];}_0x1548cd[_0x23e821(0xe1)]&&_0xdf0487[_0x23e821(0x140)](_0x1548cd[_0x23e821(0xe1)][_0x23e821(0xb7)],0x0)&&(_0x2d575d[TestFrameworkConstants[_0x23e821(0x113)]]=_0x1548cd[_0x23e821(0xe1)]);TestInfo[_0x23e821(0xa7)](_0x1a97b9,_0x2d575d),logger['debug'](_0x23e821(0xe9)+_0x1548cd[_0x23e821(0xc7)]+_0x23e821(0x128)+_0x1548cd[_0x23e821(0xeb)]);const _0x1b51c3={};return _0x1b51c3[_0x1a97b9]=_0x2d575d,_0x1b51c3;}async['trackHookEvent'](_0x168efa,_0x1acf16,_0xf250a4,_0x9a8ebb){const _0x55abe3=a70_0x52c991,_0x50ce81={'GyKyp':_0x55abe3(0x10c),'gMbll':function(_0x554551){return _0x554551();},'lOCLo':function(_0x4fb42c,_0x30359e){return _0x4fb42c in _0x30359e;},'jITSj':function(_0x3d16c7,_0x3e4baf){return _0x3d16c7 in _0x3e4baf;},'AEvZS':function(_0x2b17ac,_0x409380){return _0x2b17ac===_0x409380;},'fEQsp':function(_0x1bad01,_0x1f5b6a){return _0x1bad01===_0x1f5b6a;},'ixRuK':function(_0x1e9e82,_0xad0c55){return _0x1e9e82>_0xad0c55;},'lvhNL':function(_0x9c9b32,_0x370097){return _0x9c9b32===_0x370097;},'LewMN':_0x55abe3(0xe7),'beTdL':_0x55abe3(0xdd),'qWaDu':'passed','Vdull':function(_0x25a9c8,_0x199a9b){return _0x25a9c8!==_0x199a9b;}},{hookData:_0x237500}=_0x9a8ebb;if(!_0x237500)return logger[_0x55abe3(0xb5)](_0x50ce81[_0x55abe3(0x157)]),{};const _0x12bb58=_0x237500[_0x55abe3(0x16d)]||_0x50ce81[_0x55abe3(0xc5)](uuidv4),_0x2c0e1a=_0x237500[_0x55abe3(0xcf)],_0x25cd25=_0x1acf16[_0x55abe3(0x10b)]()[_0x55abe3(0x139)]('.')[0x1],_0x4edd66=TestInfo[_0x55abe3(0x13d)](_0x2c0e1a)[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{},_0x3335b3=_0x168efa['getAllData']()[_0x55abe3(0x164)](_0x2c0e1a);if(!_0x3335b3)return logger[_0x55abe3(0xb5)](_0x55abe3(0xe0)+_0x2c0e1a+_0x55abe3(0x10f)),this[_0x55abe3(0x163)](_0x168efa,_0x2c0e1a,_0x1acf16,_0xf250a4,_0x9a8ebb),{};let _0x5ed888=_0x3335b3[TestFrameworkConstants[_0x55abe3(0xae)]];!_0x5ed888&&(_0x5ed888={});!_0x50ce81[_0x55abe3(0x110)](_0x25cd25,_0x5ed888)&&(_0x5ed888[_0x25cd25]=[]);let _0x54339e=_0x3335b3[TestFrameworkConstants[_0x55abe3(0x113)]];!_0x54339e&&(_0x54339e={});!_0x50ce81['jITSj'](_0x25cd25,_0x54339e)&&(_0x54339e[_0x25cd25]=[]);const _0x578e6b={[TestFrameworkConstants[_0x55abe3(0xae)]]:_0x5ed888,[TestFrameworkConstants[_0x55abe3(0x113)]]:_0x54339e},_0x4d0c98={};_0x4d0c98[_0x2c0e1a]=_0x578e6b;const _0x2ad6f8=_0x4d0c98;if(_0x50ce81[_0x55abe3(0xac)](_0xf250a4,HookState[_0x55abe3(0x104)])){const _0x3fa12a={[TestFrameworkConstants[_0x55abe3(0xfa)]]:_0x12bb58,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x55abe3(0xe6)]]:_0x237500['started_at'],[TestFrameworkConstants[_0x55abe3(0x112)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x237500[_0x55abe3(0xd0)],[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x4edd66};_0x3fa12a[_0x55abe3(0xf2)]=_0x25cd25;const _0x3b6864=_0x3fa12a;_0x5ed888[_0x25cd25][_0x55abe3(0xe8)](_0x3b6864),_0x2ad6f8[_0x2c0e1a][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0x25cd25,logger[_0x55abe3(0xb5)](_0x55abe3(0x100)+_0x25cd25+_0x55abe3(0x11e)+_0x3b6864+_0x55abe3(0xb3)+_0x9a8ebb);}else{if(_0x50ce81['fEQsp'](_0xf250a4,HookState[_0x55abe3(0x16a)])){const _0x1d0441=_0x237500[_0x55abe3(0xeb)],_0x18621d=_0x5ed888[_0x25cd25]||[];logger[_0x55abe3(0xb5)](_0x55abe3(0x108)+_0x18621d+_0x55abe3(0x122)+_0x9a8ebb);if(_0x50ce81[_0x55abe3(0xa2)](_0x18621d[_0x55abe3(0xb7)],0x0)){const _0xc88458=_0x18621d['pop']();_0x50ce81[_0x55abe3(0x111)](_0x237500[_0x55abe3(0xeb)],_0x50ce81[_0x55abe3(0xd6)])&&_0x237500['failure_data']?(_0xc88458[TestFrameworkConstants[_0x55abe3(0xef)]]=_0x237500[_0x55abe3(0xee)]||_0x50ce81['beTdL'],_0xc88458[TestFrameworkConstants[_0x55abe3(0x13f)]]=_0x237500[_0x55abe3(0xbc)]||'',_0xc88458[TestFrameworkConstants[_0x55abe3(0x13b)]]=_0x237500[_0x55abe3(0x14d)]):_0xc88458[TestFrameworkConstants[_0x55abe3(0x12e)]]=_0x50ce81['qWaDu'];_0x50ce81[_0x55abe3(0x124)](_0x1d0441,TestFrameworkConstants[_0x55abe3(0x145)])&&(_0xc88458[TestFrameworkConstants[_0x55abe3(0x12e)]]=_0x1d0441);_0xc88458[TestFrameworkConstants[_0x55abe3(0x10d)]]=_0x237500['finished_at']||new Date()[_0x55abe3(0xd2)](),_0xc88458[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x4edd66;const _0x419e92=_0xc88458[TestFrameworkConstants[_0x55abe3(0xfa)]];!_0x54339e[_0x25cd25]&&(_0x54339e[_0x25cd25]=[]),_0x54339e[_0x25cd25][_0x55abe3(0xe8)](_0xc88458),_0x2ad6f8[_0x2c0e1a][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x25cd25;}}}return logger[_0x55abe3(0xb5)]('Tracked\x20cucumber\x20hook\x20event:\x20'+_0x237500[_0x55abe3(0xd0)]+_0x55abe3(0x15a)+_0x12bb58+_0x55abe3(0xc6)+_0x2c0e1a),_0x2ad6f8;}[a70_0x52c991(0xc8)](_0xd6d728){const _0x3d581e=a70_0x52c991,_0x35c169={};_0x35c169['kXNMz']=_0x3d581e(0x126);const _0x1a3aba=_0x35c169;try{const _0x1b5564=_0xd6d728[_0x3d581e(0xa3)]?_0xd6d728[_0x3d581e(0xa3)]['id']:_0xd6d728[_0x3d581e(0xb2)]['test_run_id'],_0x446fab=_0xd6d728[_0x3d581e(0xfd)],_0x10cbfc=_0x446fab['getContext'](),_0x989ed2=_0x446fab[_0x3d581e(0xf1)]()[_0x3d581e(0x164)](_0x1b5564);if(!_0x989ed2)return logger[_0x3d581e(0xb5)](_0x3d581e(0x12f)+_0x1b5564),{};logger['debug'](_0x3d581e(0x16f)+_0x1b5564);const {[TestFrameworkConstants[_0x3d581e(0x162)]]:_0x55c958='',[TestFrameworkConstants[_0x3d581e(0xe4)]]:_0x307337='',[TestFrameworkConstants[_0x3d581e(0x147)]]:_0x24a9c4='',[TestFrameworkConstants[_0x3d581e(0x143)]]:_0x354184=''}=_0x989ed2,_0x2d7af7=_0x446fab[_0x3d581e(0x131)]()[_0x3d581e(0x10b)]()[_0x3d581e(0x139)]('.')[0x1],_0x7d2849=_0x446fab[_0x3d581e(0x167)]()[_0x3d581e(0x10b)]()[_0x3d581e(0x139)]('.')[0x1],_0x13cca5=global?.[_0x3d581e(0x109)]?.[_0x3d581e(0xf0)]?.[_0x3d581e(0x13c)],_0xc82664=_0x446fab['getRef'](),_0x5c1fe6=Buffer[_0x3d581e(0xd8)](JSON[_0x3d581e(0x154)](_0x989ed2))[_0x3d581e(0x10b)](_0x1a3aba[_0x3d581e(0xd7)]),_0x487a5b={'hash':_0x10cbfc[_0x3d581e(0xbf)](),'threadId':_0x10cbfc['getThreadId']()[_0x3d581e(0x10b)](),'processId':_0x10cbfc[_0x3d581e(0xed)]()['toString']()},_0x1fd788={};_0x1fd788[_0x3d581e(0xc1)]=_0x13cca5,_0x1fd788[_0x3d581e(0xf7)]=_0x55c958,_0x1fd788['testFrameworkVersion']=_0x307337,_0x1fd788[_0x3d581e(0xa4)]=_0x2d7af7,_0x1fd788[_0x3d581e(0x150)]=_0x7d2849,_0x1fd788[_0x3d581e(0xb8)]=_0x24a9c4,_0x1fd788[_0x3d581e(0x116)]=_0x354184,_0x1fd788[_0x3d581e(0x16d)]=_0xc82664,_0x1fd788['eventJson']=_0x5c1fe6,_0x1fd788['executionContext']=_0x487a5b;const _0x43afa1=_0x1fd788;return logger[_0x3d581e(0xb5)](_0x3d581e(0x125)+_0x1b5564+_0x3d581e(0x148)+_0x2d7af7+_0x3d581e(0x146)+_0x7d2849),_0x43afa1;}catch(_0x390ced){return logger[_0x3d581e(0x10e)]('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util[_0x3d581e(0xc0)](_0x390ced)),{};}}async[a70_0x52c991(0xcb)](_0x3e6272,_0x5f2b65,_0x1d01b7){const _0x304458=a70_0x52c991,_0x46d64e={'xfbhL':function(_0x4a9b5a,_0x1b391a,_0x34fa22){return _0x4a9b5a(_0x1b391a,_0x34fa22);},'oICsS':function(_0x308d01,_0x3d9dc5){return _0x308d01===_0x3d9dc5;},'QhkTJ':_0x304458(0x134),'boEwH':function(_0x40832d,_0x49dabd){return _0x40832d/_0x49dabd;},'EIidC':function(_0x5c64a8,_0x1f39a4){return _0x5c64a8<_0x1f39a4;},'aatXA':function(_0x55570a,_0x15bf93){return _0x55570a*_0x15bf93;},'zFBxE':function(_0x43262a,_0x296bfd){return _0x43262a+_0x296bfd;},'ADuAA':function(_0x25792b,_0x4422be){return _0x25792b+_0x4422be;},'XlGLv':function(_0x2d8c75,_0x52f671){return _0x2d8c75+_0x52f671;},'idrrm':_0x304458(0x14b)};try{const _0xd85b78=_0x1d01b7[_0x304458(0x115)],_0x5c01dc=_0x3e6272[_0x304458(0xf1)]()[_0x304458(0x164)](_0xd85b78),{[TestFrameworkConstants[_0x304458(0x162)]]:_0x43b5b4='',[TestFrameworkConstants[_0x304458(0xe4)]]:_0x3a272b=''}=_0x5c01dc,_0x960fe4=TestInfo['readLogObjects'](_0xd85b78),_0x1d3879=TestInfo[_0x304458(0x13d)](_0xd85b78)[TestFrameworkConstants[_0x304458(0xdc)]]||{},_0x5be53b=_0x46d64e['xfbhL'](getMediaArtifactsLogs,_0x1d3879,_0x3e6272[_0x304458(0xf1)]()[_0x304458(0x164)](_0xd85b78)[TestFrameworkConstants[_0x304458(0x14a)]]),_0x4d70ea=(_0x960fe4||[])[_0x304458(0x135)](_0x5be53b||[]);if(!_0x4d70ea||_0x46d64e[_0x304458(0xa5)](_0x4d70ea['length'],0x0)){logger[_0x304458(0xb5)](_0x46d64e[_0x304458(0xca)]);return;}const _0x31205a=0x28,_0x33f520=Math['ceil'](_0x46d64e[_0x304458(0xd5)](_0x4d70ea[_0x304458(0xb7)],_0x31205a));for(let _0x3e06d3=0x0;_0x46d64e['EIidC'](_0x3e06d3,_0x33f520);_0x3e06d3++){const _0xc151e3=_0x46d64e[_0x304458(0xc2)](_0x3e06d3,_0x31205a),_0x53da1e=_0x46d64e[_0x304458(0x12d)](_0xc151e3,_0x31205a),_0x35d946=_0x4d70ea['slice'](_0xc151e3,_0x53da1e),_0x1c4c0e={'platformIndex':'0','logs':_0x35d946,'testFrameworkName':_0x43b5b4,'testFrameworkVersion':_0x3a272b,'testFrameworkState':_0x5f2b65[_0x304458(0x10b)]()[_0x304458(0x139)]('.')[0x1]};logger[_0x304458(0xb5)](_0x304458(0xa8)+_0xd85b78+_0x304458(0x16b)+_0x46d64e[_0x304458(0xb9)](_0x3e06d3,0x1)+'/'+_0x33f520+_0x304458(0xec)+util['inspect'](_0x1c4c0e));const _0x5735a9=await GrpcClient[_0x304458(0x14c)]()[_0x304458(0xea)](_0x1c4c0e);logger[_0x304458(0xb5)]('sendLogCreatedEvent:\x20for\x20testId:\x20'+_0xd85b78+_0x304458(0x16b)+_0x46d64e['XlGLv'](_0x3e06d3,0x1)+'/'+_0x33f520+'\x20response='+util[_0x304458(0xd1)](_0x5735a9));}}catch(_0x1de248){logger[_0x304458(0x10e)](_0x304458(0x13a)+util['format'](_0x1de248));}logger[_0x304458(0xb5)](_0x46d64e[_0x304458(0xab)]);}['storePendingHook'](_0x509e2e,_0x3d5271,_0x28bee1,_0x332494,_0x538052){const _0x52cf16=a70_0x52c991,_0x2a9478={'testId':_0x3d5271,'testFrameworkState':_0x28bee1,'hookState':_0x332494,'args':_0x538052,'timestamp':new Date()[_0x52cf16(0xd2)]()};_0x509e2e[_0x52cf16(0xcc)](_0x3d5271,_0x2a9478),logger[_0x52cf16(0xb5)]('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x3d5271+_0x52cf16(0x156)+_0x28bee1+',\x20hookState:\x20'+_0x332494);}async[a70_0x52c991(0x118)](_0x38fc84,_0x5f1639){const _0x17e826=a70_0x52c991,_0x4046e7={};_0x4046e7[_0x17e826(0xfc)]=function(_0x501f51,_0x57b41a){return _0x501f51>_0x57b41a;};const _0x2b8d41=_0x4046e7;if(!_0x38fc84[_0x17e826(0x169)](_0x5f1639))return;const _0xbb2145=_0x38fc84[_0x17e826(0x16c)](_0x5f1639);logger[_0x17e826(0xb5)](_0x17e826(0x168)+_0xbb2145[_0x17e826(0xb7)]+'\x20pending\x20hooks\x20for\x20testId:\x20'+_0x5f1639);for(const _0x27bd01 of _0xbb2145){try{const _0x260bd1=await this[_0x17e826(0x142)](_0x38fc84,_0x27bd01[_0x17e826(0xa4)],_0x27bd01[_0x17e826(0x150)],_0x27bd01[_0x17e826(0xaa)]);_0x260bd1&&_0x2b8d41[_0x17e826(0xfc)](Object[_0x17e826(0x12a)](_0x260bd1)[_0x17e826(0xb7)],0x0)&&_0x38fc84[_0x17e826(0x15f)](_0x260bd1),await this[_0x17e826(0x136)](_0x38fc84,_0x27bd01[_0x17e826(0xa4)],_0x27bd01[_0x17e826(0x150)],_0x27bd01[_0x17e826(0xaa)]);}catch(_0x54bdb8){logger[_0x17e826(0x10e)](_0x17e826(0x127)+_0x5f1639+_0x17e826(0x153)+_0x54bdb8);}}_0x38fc84[_0x17e826(0xb0)](_0x5f1639),logger[_0x17e826(0xb5)]('Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20'+_0x5f1639);}}module['exports']=CucumberTestFramework;
1
+ function a70_0x4250(_0x16c87,_0x461a22){const _0x201b86=a70_0x201b();return a70_0x4250=function(_0x425022,_0x33f83b){_0x425022=_0x425022-0xf8;let _0x530fa1=_0x201b86[_0x425022];return _0x530fa1;},a70_0x4250(_0x16c87,_0x461a22);}const a70_0x3a41cd=a70_0x4250;(function(_0xb59df9,_0x1d6daf){const _0x38efbd=a70_0x4250,_0xe357cd=_0xb59df9();while(!![]){try{const _0x1eb686=parseInt(_0x38efbd(0x170))/0x1*(parseInt(_0x38efbd(0x1bf))/0x2)+parseInt(_0x38efbd(0x11e))/0x3+-parseInt(_0x38efbd(0x187))/0x4*(parseInt(_0x38efbd(0x199))/0x5)+parseInt(_0x38efbd(0x138))/0x6*(parseInt(_0x38efbd(0x179))/0x7)+-parseInt(_0x38efbd(0x107))/0x8+-parseInt(_0x38efbd(0x1c3))/0x9*(-parseInt(_0x38efbd(0x10c))/0xa)+-parseInt(_0x38efbd(0x144))/0xb;if(_0x1eb686===_0x1d6daf)break;else _0xe357cd['push'](_0xe357cd['shift']());}catch(_0x56120d){_0xe357cd['push'](_0xe357cd['shift']());}}}(a70_0x201b,0xc25b1));const TestFramework=require('./testFramework'),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a70_0x3a41cd(0x1a9)),{createClassLogger}=require(a70_0x3a41cd(0x1ad)),TestFrameworkInstance=require(a70_0x3a41cd(0x155)),CLIUtils=require(a70_0x3a41cd(0x110)),TrackedInstance=require(a70_0x3a41cd(0xf9)),TestFrameworkConstants=require(a70_0x3a41cd(0x18e)),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),logger=createClassLogger(a70_0x3a41cd(0x10b)),{v4:uuidv4}=require(a70_0x3a41cd(0x112)),util=require('util'),TestInfo=require(a70_0x3a41cd(0x10d)),GrpcClient=require(a70_0x3a41cd(0x1a0));class CucumberTestFramework extends TestFramework{constructor(_0x39bc7a,_0x558028,_0x38c47c){super(_0x39bc7a,_0x558028,_0x38c47c);}async[a70_0x3a41cd(0x19f)](_0x1480b6,_0x2140f1,_0x4605b8={}){const _0x49af78=a70_0x3a41cd,_0x3e40ec={};_0x3e40ec[_0x49af78(0x125)]=_0x49af78(0x18b),_0x3e40ec[_0x49af78(0x121)]=function(_0x149fc4,_0x227168){return _0x149fc4===_0x227168;},_0x3e40ec[_0x49af78(0x188)]=function(_0xff78b6,_0x504fb6){return _0xff78b6===_0x504fb6;},_0x3e40ec[_0x49af78(0x12c)]=_0x49af78(0x1c1);const _0x3878ed=_0x3e40ec;await super[_0x49af78(0x19f)](_0x1480b6,_0x2140f1,_0x4605b8);const _0x5d25d7=this['resolveInstance'](_0x1480b6,_0x2140f1,_0x4605b8);if(!_0x5d25d7){logger[_0x49af78(0x140)](_0x3878ed[_0x49af78(0x125)]);return;}try{let _0x3bda1d,_0x8fa2d5;switch(_0x1480b6){case TestFrameworkState[_0x49af78(0x17e)]:_0x3bda1d=_0x4605b8[_0x49af78(0x14c)],_0x8fa2d5=TestInfo[_0x49af78(0x1b0)](_0x3bda1d['id']);if(_0x3878ed[_0x49af78(0x121)](_0x2140f1,HookState[_0x49af78(0x19b)])){logger[_0x49af78(0x140)](_0x49af78(0x18d)+_0x3bda1d['id']);const _0x2a7999={};_0x2a7999['testUUID']=_0x8fa2d5,_0x2a7999[_0x49af78(0x18f)]=_0x3bda1d,_0x5d25d7[_0x49af78(0x1b4)](this['parseCucumberTest'](_0x2a7999)),logger[_0x49af78(0x140)]('trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20'+_0x3bda1d['id']),await this[_0x49af78(0x17a)](_0x5d25d7,_0x3bda1d['id']);}else{if(_0x3878ed[_0x49af78(0x121)](_0x2140f1,HookState['POST'])){const _0x5c8fd9={};_0x5c8fd9[_0x49af78(0x164)]=_0x8fa2d5,_0x5c8fd9[_0x49af78(0x18f)]=_0x3bda1d,_0x5d25d7[_0x49af78(0x1b4)](this[_0x49af78(0x143)](_0x5c8fd9)),await this[_0x49af78(0x17a)](_0x5d25d7,_0x3bda1d['id']);}}break;case TestFrameworkState['LOG_REPORT']:_0x3878ed[_0x49af78(0x188)](_0x2140f1,HookState['POST'])&&await this['sendLogCreatedEvent'](_0x5d25d7,_0x1480b6,_0x4605b8);break;default:if(CLIUtils[_0x49af78(0x124)](_0x1480b6[_0x49af78(0x1c2)]()[_0x49af78(0x1c0)]('.')[0x1])){const _0x58be01=await this[_0x49af78(0x11f)](_0x5d25d7,_0x1480b6,_0x2140f1,_0x4605b8);_0x5d25d7[_0x49af78(0x1b4)](_0x58be01);}else logger['debug'](_0x49af78(0x177)+_0x1480b6+_0x49af78(0x178)+_0x2140f1);break;}}catch(_0x3300c6){logger[_0x49af78(0x1a4)](util['format'](_0x3878ed[_0x49af78(0x12c)],_0x1480b6,_0x2140f1,_0x4605b8[_0x49af78(0x147)],_0x3300c6));}_0x4605b8['instance']=_0x5d25d7,await this[_0x49af78(0x1b9)](_0x5d25d7,_0x1480b6,_0x2140f1,_0x4605b8);}[a70_0x3a41cd(0x16d)](_0x1c0749,_0x1513ae,_0x5db46c={}){const _0x33ee4f=a70_0x3a41cd,_0x255c0a={};_0x255c0a[_0x33ee4f(0x153)]=function(_0x1022e2,_0x4a7763){return _0x1022e2===_0x4a7763;},_0x255c0a['EquLI']=function(_0x48e606,_0x5a1fe9){return _0x48e606===_0x5a1fe9;};const _0x3e29bf=_0x255c0a;let _0x357429=null;return(_0x3e29bf['ethMw'](_0x1c0749,TestFrameworkState[_0x33ee4f(0x193)])||_0x3e29bf['EquLI'](_0x1c0749,TestFrameworkState[_0x33ee4f(0x1a6)]))&&this[_0x33ee4f(0x182)](_0x1c0749,_0x5db46c),_0x357429=TestFramework['getTrackedInstance'](),_0x357429;}[a70_0x3a41cd(0x182)](_0x234701,_0x230b77){const _0x446f2a=a70_0x3a41cd,_0x2cd111=CLIUtils[_0x446f2a(0x13f)](),_0x83e1c9=TrackedInstance['createContext'](_0x2cd111);let _0x38a39b=null;logger[_0x446f2a(0x140)](_0x446f2a(0x134)+_0x2cd111+',\x20state='+_0x234701),_0x38a39b=new TestFrameworkInstance(_0x83e1c9,this[_0x446f2a(0x133)](),this[_0x446f2a(0x1a5)](),_0x234701,HookState[_0x446f2a(0x1a6)]),TestFramework[_0x446f2a(0x1b6)](_0x83e1c9,_0x38a39b),logger['debug'](_0x446f2a(0x171)+_0x83e1c9[_0x446f2a(0xfd)]()+_0x446f2a(0x142)+_0x2cd111);}[a70_0x3a41cd(0x156)](_0x385268){const _0xc4be48=a70_0x3a41cd,_0xffb7f={};_0xffb7f['cTfPi']=_0xc4be48(0x148);const _0x373d55=_0xffb7f,{testUUID:_0xf1bda5,testData:_0x68356a}=_0x385268;if(!_0x68356a||!_0x68356a[_0xc4be48(0x112)])return logger[_0xc4be48(0x140)](_0x373d55[_0xc4be48(0x1c5)]),{};const _0x38df1d=_0xf1bda5,_0x3fb0d4=_0x68356a[_0xc4be48(0x112)],_0x39a64f=this[_0xc4be48(0x133)]()[0x0],_0x3ec6c8=this[_0xc4be48(0x1a5)](),_0xe9097d={[TestFrameworkConstants[_0xc4be48(0x159)]]:_0x39a64f,[TestFrameworkConstants[_0xc4be48(0x173)]]:_0x3ec6c8[_0x39a64f],[TestFrameworkConstants[_0xc4be48(0x15b)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants[_0xc4be48(0x16c)]]:{},[TestFrameworkConstants['KEY_TEST_UUID']]:_0x38df1d,[TestFrameworkConstants[_0xc4be48(0x152)]]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x68356a['name']||'',[TestFrameworkConstants[_0xc4be48(0x1ab)]]:_0x68356a[_0xc4be48(0x127)]||'',[TestFrameworkConstants[_0xc4be48(0x198)]]:_0x3fb0d4,[TestFrameworkConstants[_0xc4be48(0x15f)]]:_0x68356a[_0xc4be48(0x137)]||'',[TestFrameworkConstants[_0xc4be48(0x1bd)]]:_0x68356a['location']||'',[TestFrameworkConstants[_0xc4be48(0x126)]]:_0x68356a[_0xc4be48(0x19e)]?.['code']||null,[TestFrameworkConstants[_0xc4be48(0x195)]]:_0x68356a[_0xc4be48(0x18c)]||[],[TestFrameworkConstants[_0xc4be48(0x158)]]:_0x68356a[_0xc4be48(0x186)]||new Date()['toISOString'](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x68356a[_0xc4be48(0x192)]?.[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x68356a[_0xc4be48(0x192)]||[],[TestFrameworkConstants[_0xc4be48(0x1b1)]]:_0x68356a[_0xc4be48(0x13b)]?.[_0xc4be48(0x105)]||_0x68356a[_0xc4be48(0x137)]||'',[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants['KEY_TEST_META']]:_0x68356a['meta']||{}};TestInfo[_0xc4be48(0x189)](_0x3fb0d4,_0xe9097d),logger[_0xc4be48(0x140)]('Parsed\x20cucumber\x20test:\x20'+_0x68356a[_0xc4be48(0x137)]+_0xc4be48(0x17d)+_0x38df1d);const _0x9d6332={};return _0x9d6332[_0x3fb0d4]=_0xe9097d,_0x9d6332;}[a70_0x3a41cd(0x143)](_0x427b17){const _0x5c755c=a70_0x3a41cd,_0x365487={'hiYbM':_0x5c755c(0x19c),'FznqY':_0x5c755c(0x118),'zBbYZ':function(_0x3d7414,_0x3892f1){return _0x3d7414===_0x3892f1;},'PALMW':_0x5c755c(0x16e),'VTWpI':_0x5c755c(0x14f),'SCdyM':function(_0x5e5141,_0x24d28a,_0x4ce3bf){return _0x5e5141(_0x24d28a,_0x4ce3bf);},'tErTv':function(_0x123213,_0x289d8b){return _0x123213>_0x289d8b;},'fHthY':function(_0x28cc75,_0x6e2220){return _0x28cc75>_0x6e2220;}},{testUUID:_0x5eb8e5,testData:_0x345992}=_0x427b17;if(!_0x345992||!_0x345992[_0x5c755c(0x112)])return logger[_0x5c755c(0x140)](_0x365487[_0x5c755c(0x160)]),{};const _0x598878=this[_0x5c755c(0x16d)](TestFrameworkState['TEST'],HookState['POST']),_0x5da86d=_0x345992['uuid'],_0x28f667=TestInfo[_0x5c755c(0x161)](_0x5da86d)||{},_0x5d567c=_0x28f667?_0x28f667[TestFrameworkConstants[_0x5c755c(0x1bc)]]||{}:{},_0x27ab5e={..._0x28f667,[TestFrameworkConstants[_0x5c755c(0x152)]]:_0x345992[_0x5c755c(0x12d)]||_0x365487[_0x5c755c(0x15d)],[TestFrameworkConstants[_0x5c755c(0xfc)]]:_0x345992[_0x5c755c(0x114)]||new Date()[_0x5c755c(0x185)](),[TestFrameworkConstants[_0x5c755c(0x16a)]]:new Date()['toISOString'](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x5d567c,[TestFrameworkConstants[_0x5c755c(0x106)]]:[],[TestFrameworkConstants[_0x5c755c(0x19a)]]:_0x345992[_0x5c755c(0x17f)]||{}};_0x365487[_0x5c755c(0x120)](_0x345992[_0x5c755c(0x12d)],_0x365487[_0x5c755c(0x174)])&&_0x345992[_0x5c755c(0x122)]&&(_0x27ab5e[TestFrameworkConstants[_0x5c755c(0x154)]]=_0x345992[_0x5c755c(0x183)]||_0x365487[_0x5c755c(0x18a)],_0x27ab5e[TestFrameworkConstants[_0x5c755c(0x172)]]=_0x345992[_0x5c755c(0x15e)]||'',_0x27ab5e[TestFrameworkConstants[_0x5c755c(0x1b3)]]=_0x345992['failure']);const _0xf154e3=TestInfo[_0x5c755c(0x161)](_0x5da86d)[TestFrameworkConstants[_0x5c755c(0x1b7)]]||{},_0x2cde88=_0x365487['SCdyM'](getManualUploadLogs,_0xf154e3,_0x598878[_0x5c755c(0x132)]()[_0x5c755c(0x13e)](_0x5da86d)[TestFrameworkConstants['KEY_TEST_UUID']]);if(_0x365487[_0x5c755c(0x191)](_0x2cde88['length'],0x0)){const _0x3cc350=_0x27ab5e[TestFrameworkConstants['KEY_LOGS']]||[];_0x27ab5e[TestFrameworkConstants[_0x5c755c(0x106)]]=[..._0x3cc350,..._0x2cde88];}_0x345992[_0x5c755c(0x141)]&&_0x365487[_0x5c755c(0x11c)](_0x345992[_0x5c755c(0x141)]['length'],0x0)&&(_0x27ab5e[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x345992[_0x5c755c(0x141)]);TestInfo['setTestDetails'](_0x5da86d,_0x27ab5e),logger[_0x5c755c(0x140)]('Updated\x20cucumber\x20test\x20result:\x20'+_0x345992['name']+_0x5c755c(0x115)+_0x345992['result']);const _0x551717={};return _0x551717[_0x5da86d]=_0x27ab5e,_0x551717;}async['trackHookEvent'](_0x40dd17,_0x4cec8b,_0x19f1e2,_0x2edcf4){const _0x3716c1=a70_0x3a41cd,_0x170825={'AApuk':'No\x20hook\x20data\x20provided\x20for\x20cucumber\x20hook\x20event','RFaoH':function(_0x373a25){return _0x373a25();},'apXGB':function(_0xb5ae96,_0x1cccaf){return _0xb5ae96 in _0x1cccaf;},'iEDsJ':function(_0x1c82fd,_0x28ea7f){return _0x1c82fd===_0x28ea7f;},'OqWoP':function(_0x37c638,_0x377bed){return _0x37c638>_0x377bed;},'ppjac':function(_0x1c85a8,_0x57a3e7){return _0x1c85a8===_0x57a3e7;},'OrzOJ':_0x3716c1(0x16e),'OIUVz':_0x3716c1(0x14f),'VjtBz':_0x3716c1(0x19d),'UhJvz':function(_0x43f027,_0x57fbf6){return _0x43f027!==_0x57fbf6;}},{hookData:_0x1bcaa3}=_0x2edcf4;if(!_0x1bcaa3)return logger[_0x3716c1(0x140)](_0x170825['AApuk']),{};const _0x54684f=_0x1bcaa3[_0x3716c1(0x112)]||_0x170825[_0x3716c1(0x150)](uuidv4),_0x5e004b=_0x1bcaa3[_0x3716c1(0xff)],_0x40dd83=_0x4cec8b[_0x3716c1(0x1c2)]()['split']('.')[0x1],_0xe121d1=TestInfo[_0x3716c1(0x161)](_0x5e004b)[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{},_0x565a61=_0x40dd17[_0x3716c1(0x132)]()[_0x3716c1(0x13e)](_0x5e004b);if(!_0x565a61)return logger[_0x3716c1(0x140)](_0x3716c1(0x16b)+_0x5e004b+',\x20storing\x20as\x20pending\x20hook'),this[_0x3716c1(0x100)](_0x40dd17,_0x5e004b,_0x4cec8b,_0x19f1e2,_0x2edcf4),{};let _0x334d8a=_0x565a61[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x334d8a&&(_0x334d8a={});!_0x170825['apXGB'](_0x40dd83,_0x334d8a)&&(_0x334d8a[_0x40dd83]=[]);let _0x17d8d1=_0x565a61[TestFrameworkConstants[_0x3716c1(0x1bb)]];!_0x17d8d1&&(_0x17d8d1={});!_0x170825[_0x3716c1(0x136)](_0x40dd83,_0x17d8d1)&&(_0x17d8d1[_0x40dd83]=[]);const _0x295205={[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x334d8a,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x17d8d1},_0x1a02ff={};_0x1a02ff[_0x5e004b]=_0x295205;const _0x38d263=_0x1a02ff;if(_0x170825[_0x3716c1(0x1b5)](_0x19f1e2,HookState[_0x3716c1(0x19b)])){const _0x5960b5={[TestFrameworkConstants[_0x3716c1(0x1a8)]]:_0x54684f,[TestFrameworkConstants[_0x3716c1(0x1aa)]]:TestFrameworkConstants[_0x3716c1(0x1ae)],[TestFrameworkConstants[_0x3716c1(0x197)]]:_0x1bcaa3['started_at'],[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x1bcaa3[_0x3716c1(0x17c)],[TestFrameworkConstants[_0x3716c1(0x1bc)]]:_0xe121d1};_0x5960b5[_0x3716c1(0x176)]=_0x40dd83;const _0x34eed0=_0x5960b5;_0x334d8a[_0x40dd83][_0x3716c1(0x1a7)](_0x34eed0),_0x38d263[_0x5e004b][TestFrameworkConstants[_0x3716c1(0x1a3)]]=_0x40dd83,logger['debug'](_0x3716c1(0x14a)+_0x40dd83+_0x3716c1(0x12a)+_0x34eed0+'\x20\x20and\x20args\x20=\x20'+_0x2edcf4);}else{if(_0x170825['iEDsJ'](_0x19f1e2,HookState[_0x3716c1(0x116)])){const _0x2b3143=_0x1bcaa3[_0x3716c1(0x12d)],_0x151186=_0x334d8a[_0x40dd83]||[];logger['debug'](_0x3716c1(0x1c6)+_0x151186+'\x20and\x20args\x20=\x20'+_0x2edcf4);if(_0x170825[_0x3716c1(0x196)](_0x151186[_0x3716c1(0x147)],0x0)){const _0x5d1328=_0x151186[_0x3716c1(0x102)]();_0x170825[_0x3716c1(0xfa)](_0x1bcaa3[_0x3716c1(0x12d)],_0x170825['OrzOJ'])&&_0x1bcaa3[_0x3716c1(0x17b)]?(_0x5d1328[TestFrameworkConstants[_0x3716c1(0x157)]]=_0x1bcaa3[_0x3716c1(0x183)]||_0x170825['OIUVz'],_0x5d1328[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]=_0x1bcaa3[_0x3716c1(0x15e)]||'',_0x5d1328[TestFrameworkConstants[_0x3716c1(0x180)]]=_0x1bcaa3['failure_data']):_0x5d1328[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x170825[_0x3716c1(0x13d)];_0x170825[_0x3716c1(0x10a)](_0x2b3143,TestFrameworkConstants[_0x3716c1(0x1ae)])&&(_0x5d1328[TestFrameworkConstants[_0x3716c1(0x1aa)]]=_0x2b3143);_0x5d1328[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x1bcaa3['finished_at']||new Date()['toISOString'](),_0x5d1328[TestFrameworkConstants[_0x3716c1(0x1bc)]]=_0xe121d1;const _0x554e95=_0x5d1328[TestFrameworkConstants[_0x3716c1(0x1a8)]];!_0x17d8d1[_0x40dd83]&&(_0x17d8d1[_0x40dd83]=[]),_0x17d8d1[_0x40dd83][_0x3716c1(0x1a7)](_0x5d1328),_0x38d263[_0x5e004b][TestFrameworkConstants[_0x3716c1(0x1ac)]]=_0x40dd83;}}}return logger[_0x3716c1(0x140)](_0x3716c1(0x1b2)+_0x1bcaa3[_0x3716c1(0x17c)]+_0x3716c1(0x109)+_0x54684f+_0x3716c1(0x103)+_0x5e004b),_0x38d263;}['createTestFrameworkEventPayload'](_0x1505a8){const _0x2398d7=a70_0x3a41cd,_0x634bbb={};_0x634bbb['GmxQU']=_0x2398d7(0x11d);const _0x20191a=_0x634bbb;try{const _0x5514b9=_0x1505a8[_0x2398d7(0x14c)]?_0x1505a8[_0x2398d7(0x14c)]['id']:_0x1505a8[_0x2398d7(0x10e)][_0x2398d7(0xff)],_0x194c46=_0x1505a8[_0x2398d7(0x163)],_0x243223=_0x194c46[_0x2398d7(0x13c)](),_0x5a5b47=_0x194c46[_0x2398d7(0x132)]()[_0x2398d7(0x13e)](_0x5514b9);if(!_0x5a5b47)return logger[_0x2398d7(0x140)](_0x2398d7(0x167)+_0x5514b9),{};logger[_0x2398d7(0x140)](_0x2398d7(0x1b8)+_0x5514b9);const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x470af0='',[TestFrameworkConstants[_0x2398d7(0x173)]]:_0x474bc0='',[TestFrameworkConstants[_0x2398d7(0x158)]]:_0x20b175='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x4c58c9=''}=_0x5a5b47,_0x5412d9=_0x194c46[_0x2398d7(0x11a)]()[_0x2398d7(0x1c2)]()[_0x2398d7(0x1c0)]('.')[0x1],_0x55d3ea=_0x194c46[_0x2398d7(0x10f)]()[_0x2398d7(0x1c2)]()[_0x2398d7(0x1c0)]('.')[0x1],_0x273537=global?.[_0x2398d7(0x194)]?.['workerInfo']?.[_0x2398d7(0x165)],_0x337639=_0x194c46[_0x2398d7(0x1ba)](),_0x1ee60f=Buffer[_0x2398d7(0x149)](JSON[_0x2398d7(0x128)](_0x5a5b47))[_0x2398d7(0x1c2)](_0x20191a[_0x2398d7(0x119)]),_0x35b521={'hash':_0x243223['getId'](),'threadId':_0x243223[_0x2398d7(0xf8)]()['toString'](),'processId':_0x243223[_0x2398d7(0x13a)]()['toString']()},_0x2aa94e={};_0x2aa94e[_0x2398d7(0x11b)]=_0x273537,_0x2aa94e['testFrameworkName']=_0x470af0,_0x2aa94e[_0x2398d7(0x12b)]=_0x474bc0,_0x2aa94e[_0x2398d7(0x169)]=_0x5412d9,_0x2aa94e['hookState']=_0x55d3ea,_0x2aa94e[_0x2398d7(0x186)]=_0x20b175,_0x2aa94e['endedAt']=_0x4c58c9,_0x2aa94e[_0x2398d7(0x112)]=_0x337639,_0x2aa94e['eventJson']=_0x1ee60f,_0x2aa94e[_0x2398d7(0x111)]=_0x35b521;const _0x8acde8=_0x2aa94e;return logger[_0x2398d7(0x140)]('createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20'+_0x5514b9+_0x2398d7(0x1be)+_0x5412d9+_0x2398d7(0x135)+_0x55d3ea),_0x8acde8;}catch(_0x611332){return logger[_0x2398d7(0x1a4)](_0x2398d7(0x113)+util[_0x2398d7(0x1af)](_0x611332)),{};}}async[a70_0x3a41cd(0x12e)](_0x331e5d,_0x2c8fb1,_0x12a989){const _0x4b2e97=a70_0x3a41cd,_0x4e2618={'RwDNO':function(_0x310bc6,_0x2b0767,_0x188a5c){return _0x310bc6(_0x2b0767,_0x188a5c);},'rQgGw':function(_0x53e153,_0x23a4ed){return _0x53e153===_0x23a4ed;},'xdMbg':'sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping','PvhQf':function(_0x5d7dd4,_0x367f71){return _0x5d7dd4/_0x367f71;},'VmBab':function(_0x5e5aad,_0x1eeeac){return _0x5e5aad<_0x1eeeac;},'HbLwC':function(_0x141990,_0x4948ca){return _0x141990*_0x4948ca;},'wiFoi':function(_0x36f082,_0x4eecbc){return _0x36f082+_0x4eecbc;},'yThqm':function(_0x398569,_0x5a27bd){return _0x398569+_0x5a27bd;},'nOzkQ':'Cucumber\x20log\x20created\x20event'};try{const _0x5e6525=_0x12a989['testUUID'],_0x160dd8=_0x331e5d['getAllData']()[_0x4b2e97(0x13e)](_0x5e6525),{[TestFrameworkConstants[_0x4b2e97(0x159)]]:_0x56199b='',[TestFrameworkConstants[_0x4b2e97(0x173)]]:_0x3217e6=''}=_0x160dd8,_0x5175eb=TestInfo['readLogObjects'](_0x5e6525),_0x558318=TestInfo[_0x4b2e97(0x161)](_0x5e6525)[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x40d25b=_0x4e2618[_0x4b2e97(0x16f)](getMediaArtifactsLogs,_0x558318,_0x331e5d[_0x4b2e97(0x132)]()[_0x4b2e97(0x13e)](_0x5e6525)[TestFrameworkConstants[_0x4b2e97(0x14e)]]),_0x1baf6f=(_0x5175eb||[])[_0x4b2e97(0x139)](_0x40d25b||[]);if(!_0x1baf6f||_0x4e2618[_0x4b2e97(0x190)](_0x1baf6f[_0x4b2e97(0x147)],0x0)){logger[_0x4b2e97(0x140)](_0x4e2618[_0x4b2e97(0x14b)]);return;}const _0x5d0abf=0x28,_0x483a06=Math[_0x4b2e97(0x15c)](_0x4e2618[_0x4b2e97(0x1c4)](_0x1baf6f[_0x4b2e97(0x147)],_0x5d0abf));for(let _0x3c4768=0x0;_0x4e2618['VmBab'](_0x3c4768,_0x483a06);_0x3c4768++){const _0x4af028=_0x4e2618['HbLwC'](_0x3c4768,_0x5d0abf),_0x4eb607=_0x4e2618['wiFoi'](_0x4af028,_0x5d0abf),_0x1ef3ca=_0x1baf6f[_0x4b2e97(0x130)](_0x4af028,_0x4eb607),_0x3176c={'platformIndex':'0','logs':_0x1ef3ca,'testFrameworkName':_0x56199b,'testFrameworkVersion':_0x3217e6,'testFrameworkState':_0x2c8fb1['toString']()[_0x4b2e97(0x1c0)]('.')[0x1]};logger[_0x4b2e97(0x140)](_0x4b2e97(0x151)+_0x5e6525+_0x4b2e97(0x123)+_0x4e2618['wiFoi'](_0x3c4768,0x1)+'/'+_0x483a06+_0x4b2e97(0x129)+util['inspect'](_0x3176c));const _0x3f15ce=await GrpcClient[_0x4b2e97(0x101)]()[_0x4b2e97(0x146)](_0x3176c);logger[_0x4b2e97(0x140)](_0x4b2e97(0x151)+_0x5e6525+_0x4b2e97(0x123)+_0x4e2618[_0x4b2e97(0x181)](_0x3c4768,0x1)+'/'+_0x483a06+_0x4b2e97(0x184)+util[_0x4b2e97(0x1a2)](_0x3f15ce));}}catch(_0x35c1b2){logger[_0x4b2e97(0x1a4)](_0x4b2e97(0x117)+util[_0x4b2e97(0x1af)](_0x35c1b2));}logger[_0x4b2e97(0x140)](_0x4e2618[_0x4b2e97(0x104)]);}[a70_0x3a41cd(0x100)](_0x4d3651,_0x173637,_0x4d1952,_0x3a6759,_0x15423c){const _0x3e3d18=a70_0x3a41cd,_0x47cb7a={'testId':_0x173637,'testFrameworkState':_0x4d1952,'hookState':_0x3a6759,'args':_0x15423c,'timestamp':new Date()[_0x3e3d18(0x185)]()};_0x4d3651[_0x3e3d18(0x145)](_0x173637,_0x47cb7a),logger[_0x3e3d18(0x140)](_0x3e3d18(0x108)+_0x173637+',\x20state:\x20'+_0x4d1952+_0x3e3d18(0xfe)+_0x3a6759);}async[a70_0x3a41cd(0x17a)](_0x39372a,_0x11464e){const _0x46d202=a70_0x3a41cd,_0x516abd={};_0x516abd['gqcOB']=function(_0x1efbc7,_0x1c22a4){return _0x1efbc7>_0x1c22a4;};const _0xd84eca=_0x516abd;if(!_0x39372a['hasPendingHooks'](_0x11464e))return;const _0x557ac9=_0x39372a[_0x46d202(0x168)](_0x11464e);logger[_0x46d202(0x140)](_0x46d202(0x14d)+_0x557ac9['length']+_0x46d202(0x131)+_0x11464e);for(const _0x453721 of _0x557ac9){try{const _0x5a8841=await this[_0x46d202(0x11f)](_0x39372a,_0x453721[_0x46d202(0x169)],_0x453721['hookState'],_0x453721[_0x46d202(0x175)]);_0x5a8841&&_0xd84eca['gqcOB'](Object['keys'](_0x5a8841)[_0x46d202(0x147)],0x0)&&_0x39372a['addMultipleEntries'](_0x5a8841),await this['runHooks'](_0x39372a,_0x453721['testFrameworkState'],_0x453721[_0x46d202(0x15a)],_0x453721[_0x46d202(0x175)]);}catch(_0x519f0f){logger['error'](_0x46d202(0x12f)+_0x11464e+_0x46d202(0xfb)+_0x519f0f);}}_0x39372a[_0x46d202(0x162)](_0x11464e),logger[_0x46d202(0x140)](_0x46d202(0x166)+_0x11464e);}}module[a70_0x3a41cd(0x1a1)]=CucumberTestFramework;function a70_0x201b(){const _0x58f28b=['hookState','KEY_TEST_LOGS','ceil','FznqY','failure_reason','KEY_TEST_NAME','hiYbM','getTestDetails','removePendingHooks','instance','testUUID','parallelIndex','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','getPendingHooks','testFrameworkState','KEY_TEST_RESULT_AT','No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','KEY_HOOKS_STARTED','resolveInstance','failed','RwDNO','8YkFsKj','trackCucumberInstance:\x20saved\x20instance\x20contextId=','KEY_TEST_FAILURE_REASON','KEY_TEST_FRAMEWORK_VERSION','PALMW','args','key','trackEvent:\x20unsupported\x20testFrameworkState=','\x20&\x20hookState=','3269DWxEDz','processPendingHooks','failure_data','hook_type','\x20with\x20UUID:\x20','TEST','meta','KEY_HOOK_FAILURE','yThqm','trackCucumberInstance','failure_type','\x20response=','toISOString','startedAt','1218376cvnkbH','TjJlr','setTestDetails','VTWpI','trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','tags','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','./constants/testFrameworkConstants.js','testData','rQgGw','tErTv','scopes','INIT_TEST','__workerDetails','KEY_TEST_TAGS','OqWoP','KEY_EVENT_STARTED_AT','KEY_TEST_ID','10vZFgrb','KEY_TEST_META','PRE','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test\x20result','passed','body','trackEvent','../grpcClient','exports','inspect','KEY_HOOK_LAST_STARTED','error','getTestFrameworksVersions','NONE','push','KEY_HOOK_ID','../state/hookState.js','KEY_HOOK_RESULT','KEY_TEST_FILE_PATH','KEY_HOOK_LAST_FINISHED','../../../helpers/classLogger.js','DEFAULT_HOOK_RESULT','format','getTestUUID','KEY_TEST_RERUN_NAME','Tracked\x20cucumber\x20hook\x20event:\x20','KEY_TEST_FAILURE','addMultipleEntries','iEDsJ','setTrackedInstance','KEY_TEST_ATTACHMENTS','createTestFrameworkEventPayload\x20testId:\x20','runHooks','getRef','KEY_HOOKS_FINISHED','KEY_CUSTOM_TAGS','KEY_TEST_LOCATION','\x20testState:\x20','109010dknsSp','split','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','toString','18eqLFWX','PvhQf','cTfPi','trackHookEvent:\x20Hook\x20List\x20in\x20Post\x20','getThreadId','../instances/trackedInstance.js','ppjac',',\x20error:\x20','KEY_TEST_ENDED_AT','getId',',\x20hookState:\x20','test_run_id','storePendingHook','getInstance','pop','\x20for\x20test:\x20','nOzkQ','rerun_name','KEY_LOGS','2408464AMlybu','Stored\x20pending\x20hook\x20for\x20testId:\x20','\x20with\x20id\x20','UhJvz','CucumberTestFramework','2074690AQkBwC','../TestInfo.js','hookData','getCurrentHookState','../cliUtils.js','executionContext','uuid','Error\x20in\x20createTestFrameworkEventPayload:\x20','finishedAt','\x20with\x20result:\x20','POST','sendLogCreatedEvent:\x20Error\x20in\x20sending\x20log\x20events:\x20','unknown','GmxQU','getCurrentTestState','platformIndex','fHthY','base64','2655432AmmYYQ','trackHookEvent','zBbYZ','vFatf','failure','\x20batch\x20','matchHookRegex','CMgPg','KEY_TEST_CODE','file_name','stringify','\x20payload=','\x20&\x20hook\x20=\x20','testFrameworkVersion','iLVVX','result','sendLogCreatedEvent','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','slice','\x20pending\x20hooks\x20for\x20testId:\x20','getAllData','getTestFrameworks','trackCucumberInstance:\x20created\x20instance\x20for\x20target=','\x20hookState:\x20','apXGB','name','19662xBYbXd','concat','getProcessId','customRerunParam','getContext','VjtBz','get','getCurrentInstanceName','debug','hooks','\x20target=','parseCucumberTestResult','17161694wnenHC','addPendingHook','logCreatedEvent','length','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test','from','trackHookEvent:\x20Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','xdMbg','test','Processing\x20','KEY_TEST_UUID','UnhandledError','RFaoH','sendLogCreatedEvent:\x20for\x20testId:\x20','KEY_TEST_RESULT','ethMw','KEY_TEST_FAILURE_TYPE','../instances/testFrameworkInstance.js','parseCucumberTest','KEY_HOOK_FAILURE_TYPE','KEY_TEST_STARTED_AT','KEY_TEST_FRAMEWORK_NAME'];a70_0x201b=function(){return _0x58f28b;};return a70_0x201b();}
@@ -1 +1 @@
1
- function a71_0x1a20(){const _0x18032e=['removeActiveHook','POST','hook_type','HsEDx',',\x20hookUUID=','../state/testFrameworkState.js','getTrackedInstance','getJestFailureType','RWAaD','705306zidFFd',',\x20hook=','WWhQJ','KEY_EVENT_STARTED_AT','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','KEY_HOOK_LAST_STARTED','sendLogCreatedEvent','aWAhp','../cliUtils.js','CrJFL','none','Uedvf','hookUUID','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20',',\x20result=','replace','yafHk','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','skip',',\x20error:\x20','wHrOj','2939618lIsLff',',\x20hook_run_uuid=','uggAu','KEY_TEST_RETRY_OF','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','kind','eventJson','trackJestInstance','./constants/testFrameworkConstants.js','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','KEY_TEST_TAGS','getProcessId',',\x20totalBatches:\x20','BYRmH','started_at','\x20screenshot\x20logs\x20for\x20testId:\x20','GxeBX','PRE',',\x20messageLength=','UskmJ','KEY_TEST_UUID','Stored\x20pending\x20hook\x20for\x20testId:\x20','file','processPendingHooks','getAllData','../state/hookState.js','hookState','UnhandledError','workerInfo','../../../helpers/helper.js','oYbzo','\x20(testIdentifier),\x20hookType=','getTestFrameworks','endedAt','failure_reason',',\x20attachmentLogs:\x20','toISOString','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','Rcfxj','trackHookEvent','KEY_TEST_ATTACHMENTS','QvIvb','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=',',\x20exception=','getJestTestName','reverse','createContext','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','\x20-\x20test_identifier=','getJestTestFilePath','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','getAllPendingHookTestIds','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','VrILx','Unknown\x20error',',\x20state:\x20','getJestTestScopes','testFrameworkState','../../../helpers/test-observability/utils','getFileName','dgQFD','AzFbf','scopes','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','KEY_HOOK_FAILURE_TYPE','yYkMk','KEY_HOOKS_STARTED','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','\x20files','Assert','KncOK','sFFwo','duration','\x20(testIdentifier),\x20result=','buildHookMapFromTest',',\x20scopes=','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','setActiveHook','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','hookMetadata','KEY_EVENT_ENDED_AT','KEY_TEST_NAME','location','getActiveHook','testData','../TestInfo.js','util','errorsDetailed','KEY_TEST_FAILURE_REASON','KEY_TEST_FRAMEWORK_VERSION','isArray','3192tgYSPX','KEY_AUTOMATE_SESSION_NAME','beforeAll','vlukR','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','WZUvn','trackJestInstance:\x20created\x20instance\x20for\x20target=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','removePendingHooks','hookData',',\x20platformIndex:\x20','getRef','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','hookType','pop','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','ceil','KEY_CUSTOM_TAGS','GuuhQ','testUUID','ytJON','apply','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','yobLm','tOPQO','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','trackEvent','asyncError','IMVox','KEY_TEST_DURATION','RcOii','activeHooks','DEFAULT_HOOK_RESULT','vLiWy','format','setTrackedInstance','\x20-\x20testId:\x20',',\x20duration=','map','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','grMlc','KEY_HOOK_FAILURE_REASON','uRyac','23954yLqvup','substr','hcgTo','filePath','KEY_TEST_ID','test',',\x20scope:\x20','Arkhe','KEY_TEST_FRAMEWORK_NAME','RLBEW','trackJestInstance:\x20instance\x20already\x20exists','KEY_TEST_CODE','splice','includes','roATH','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','name','toString','296060ObMdVq','BaIOK','PLuqz','getJestFailureReason','TEST','getTestFrameworksVersions',',\x20hookId=','unknown','pJpOJ','../grpcClient','push','WqOTV','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','KEY_TEST_FILE_PATH','KEY_TEST_SCOPES',',\x20failureType=','exports','hQLMM','parent','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','stringify','KEY_TEST_RERUN_NAME','getCurrentTestState','ALL','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','retryOf',',\x20version=','KEY_HOOK_ID','getJestTestTags','mapTestHooks','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','file_name','slice',',\x20argsKeys=','keys','uuid','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','getJestFailureData','inspect','_ALL','storePendingHook','hook_id','afterAll',',\x20screenshotLogs:\x20',',\x20payload:\x20',',\x20hookState:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','pZzNB','KEY_TEST_FAILURE_TYPE','jqVIm','forEach','test_run_uuid','85611GNvtTJ','startsWith','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20',',\x20totalLogs:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','LOG_REPORT',',\x20test_run_uuid=','PFrZe','getContext','originalTest','MUoQk','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','substring','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','__workerDetails','28WoHzwp','IWURu',',\x20storing\x20as\x20pending\x20hook','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','OUqEY','AssertionError','jAbUX','12879iJxgiE','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','EorGn','hasPendingHooks','matchHookRegex','\x20attachments','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','aauOX','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','error','NONE','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','KEY_TEST_RESULT',',\x20logsInBatch:\x20','match','569550tnQJWD','ezKPH','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','parseJestTest','maxArrayLength',',\x20testId=','pid','gyMLS','getRootParentFile','length','hook_result','isJestInternalHook','rjWXE','test_run_id','depth','KEY_TEST_LOCATION','Dlaqv','title','KEY_HOOKS_FINISHED','VDZSK','hooks','createTestFrameworkEventPayload','Error\x20in\x20createTestFrameworkEventPayload:\x20','MmNmN','hookAnalyticsId','iAtVd','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','OFSHA','parse','MgNXQ','BEFORE_ALL','sKPbF','delete','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','czEbs','tzFaE','type','../instances/trackedInstance.js','parseJestTestResult','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','set','parallelIndex','scope','kMfGH','tags','passed','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','KEY_HOOK_NAME','logCreatedEvent','getCurrentInstanceName',',\x20filePath=','OsUDH','nKXVs','rtjLF','ZJVbr','hjTtb','DEFAULT_TEST_RESULT','from','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','\x22\x20hook','UVRuM','platformIndex','result','wmiuS','warn','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','RuUZh','KEY_TEST_META','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','[JestTestFramework]\x20trackHookEvent:\x20SUCCESS\x20-\x20hookType=',',\x20hookType=','status','stack-trace',',\x20testData=','YegRV','\x20&\x20hookState=','Vdbrn',',\x20failureReason=','debug','findIndex','10WLoekP',',\x20filePath:\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','base64','hook_run_uuid','\x20(testIdentifier),\x20tags=','test_identifier','KEY_HOOK_LAST_FINISHED','ROOT_DESCRIBE_BLOCK',',\x20consoleLogs:\x20','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','JestTestFramework','missing','34LEXwuv','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=',',\x20hookState=','testFrameworkVersion','KEY_TEST_ENDED_AT','testId','zbffi','getId','filter','KEY_LOGS','KNcJJ','VURMV','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','\x20(testIdentifier)','getPendingHooks',',\x20state=','get','LSIEw','ySTqD','resolveInstance','KEY_HOOK_RESULT','lxRCA','failed','runHooks','startedAt','../instances/testFrameworkInstance.js','getThreadId','rhpFk','KEY_HOOK_LOGS','has','args','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20',',\x20response=','\x20hook','getHooksForTest','instance','getJestTestIdentifier','split','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=',',\x20currentTestId:\x20','addMultipleEntries','event_ended_at',',\x20hookData=','message','addPendingHook'];a71_0x1a20=function(){return _0x18032e;};return a71_0x1a20();}function a71_0x2cb0(_0x22b85f,_0x534c89){const _0x1a209f=a71_0x1a20();return a71_0x2cb0=function(_0x2cb0be,_0x533342){_0x2cb0be=_0x2cb0be-0x17b;let _0x54da16=_0x1a209f[_0x2cb0be];return _0x54da16;},a71_0x2cb0(_0x22b85f,_0x534c89);}const a71_0x35fb0a=a71_0x2cb0;(function(_0xd7b06a,_0x209b0a){const _0x2e7521=a71_0x2cb0,_0x4b5409=_0xd7b06a();while(!![]){try{const _0x223390=parseInt(_0x2e7521(0x1f1))/0x1*(parseInt(_0x2e7521(0x2c4))/0x2)+parseInt(_0x2e7521(0x30a))/0x3+-parseInt(_0x2e7521(0x17b))/0x4*(parseInt(_0x2e7521(0x2d6))/0x5)+parseInt(_0x2e7521(0x192))/0x6+-parseInt(_0x2e7521(0x227))/0x7+-parseInt(_0x2e7521(0x298))/0x8*(-parseInt(_0x2e7521(0x182))/0x9)+parseInt(_0x2e7521(0x1e4))/0xa*(-parseInt(_0x2e7521(0x23c))/0xb);if(_0x223390===_0x209b0a)break;else _0x4b5409['push'](_0x4b5409['shift']());}catch(_0x4a9a7e){_0x4b5409['push'](_0x4b5409['shift']());}}}(a71_0x1a20,0x4dec1));const TestFramework=require('./testFramework'),TestFrameworkState=require(a71_0x35fb0a(0x223)),HookState=require(a71_0x35fb0a(0x255)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a71_0x35fb0a(0x20a)),CLIUtils=require(a71_0x35fb0a(0x22f)),TrackedInstance=require(a71_0x35fb0a(0x1b8)),TestFrameworkConstants=require(a71_0x35fb0a(0x244)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a71_0x35fb0a(0x259)),{isInternalHook}=require('../../../helpers/test-observability/utils'),logger=createClassLogger(a71_0x35fb0a(0x1ef)),{v4:uuidv4}=require(a71_0x35fb0a(0x2f9)),util=require(a71_0x35fb0a(0x293)),TestInfo=require(a71_0x35fb0a(0x292)),GrpcClient=require(a71_0x35fb0a(0x2df)),stackTrace=require(a71_0x35fb0a(0x1dc));class JestTestFramework extends TestFramework{constructor(_0x2a9993,_0x2f6a08,_0x43212e){const _0x49510b=a71_0x35fb0a;super(_0x2a9993,_0x2f6a08,_0x43212e),this[_0x49510b(0x2b8)]=new Map();}[a71_0x35fb0a(0x28a)](_0x1ad11e,_0x1fb7e2,_0x39df39){const _0xf4a4be=a71_0x35fb0a,_0x3d991f={};_0x3d991f['fxRUG']=function(_0x15b405,_0x478f29){return _0x15b405||_0x478f29;};const _0x1c4380=_0x3d991f;if(_0x1c4380['fxRUG'](!_0x1ad11e,!_0x1fb7e2)){logger['warn']('[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x1ad11e+',\x20hookUUID='+_0x1fb7e2);return;}!this[_0xf4a4be(0x2b8)][_0xf4a4be(0x20e)](_0x1ad11e)&&this[_0xf4a4be(0x2b8)][_0xf4a4be(0x1bb)](_0x1ad11e,[]);const _0x167cec={'hookUUID':_0x1fb7e2,'hookType':_0x39df39,'startedAt':new Date()[_0xf4a4be(0x260)]()};this['activeHooks'][_0xf4a4be(0x201)](_0x1ad11e)['push'](_0x167cec),logger['debug'](_0xf4a4be(0x2ee)+_0x1ad11e+_0xf4a4be(0x222)+_0x1fb7e2+_0xf4a4be(0x1da)+_0x39df39+',\x20totalHooks='+this[_0xf4a4be(0x2b8)]['get'](_0x1ad11e)[_0xf4a4be(0x19c)]);}[a71_0x35fb0a(0x21e)](_0x546241,_0x31dbb5){const _0x4262ff=a71_0x35fb0a,_0xcadd0d={};_0xcadd0d[_0x4262ff(0x1b2)]=function(_0x472124,_0x2beec8){return _0x472124||_0x2beec8;},_0xcadd0d['ytJON']=function(_0xa2f8fc,_0x2a1cdf){return _0xa2f8fc!==_0x2a1cdf;},_0xcadd0d['ySTqD']=function(_0x351247,_0x298a6f){return _0x351247===_0x298a6f;};const _0xb11fa7=_0xcadd0d;if(_0xb11fa7[_0x4262ff(0x1b2)](!_0x546241,!_0x31dbb5)){logger[_0x4262ff(0x1d4)](_0x4262ff(0x1d5)+_0x546241+_0x4262ff(0x222)+_0x31dbb5);return;}if(this[_0x4262ff(0x2b8)][_0x4262ff(0x20e)](_0x546241)){const _0x1c56ea=this[_0x4262ff(0x2b8)][_0x4262ff(0x201)](_0x546241),_0x151312=_0x1c56ea[_0x4262ff(0x1e3)](_0x5cee0b=>_0x5cee0b[_0x4262ff(0x233)]===_0x31dbb5);_0xb11fa7[_0x4262ff(0x2ad)](_0x151312,-0x1)?(_0x1c56ea[_0x4262ff(0x2d0)](_0x151312,0x1),logger['debug'](_0x4262ff(0x26f)+_0x546241+_0x4262ff(0x222)+_0x31dbb5+',\x20remainingHooks='+_0x1c56ea[_0x4262ff(0x19c)]),_0xb11fa7[_0x4262ff(0x203)](_0x1c56ea[_0x4262ff(0x19c)],0x0)&&this[_0x4262ff(0x2b8)][_0x4262ff(0x1b3)](_0x546241)):logger[_0x4262ff(0x1e2)](_0x4262ff(0x2a5)+_0x546241+_0x4262ff(0x222)+_0x31dbb5);}}[a71_0x35fb0a(0x290)](_0x1b5b5e){const _0x8a2d08=a71_0x35fb0a,_0x2649c3={};_0x2649c3[_0x8a2d08(0x1b6)]=function(_0x22b670,_0x2795ed){return _0x22b670>_0x2795ed;},_0x2649c3[_0x8a2d08(0x27a)]=function(_0x28b829,_0x5f36ba){return _0x28b829-_0x5f36ba;};const _0x52ae00=_0x2649c3;if(!_0x1b5b5e)return null;if(this[_0x8a2d08(0x2b8)][_0x8a2d08(0x20e)](_0x1b5b5e)){const _0x4875a1=this[_0x8a2d08(0x2b8)][_0x8a2d08(0x201)](_0x1b5b5e);if(_0x52ae00[_0x8a2d08(0x1b6)](_0x4875a1[_0x8a2d08(0x19c)],0x0)){const _0x4b11ce=_0x4875a1[_0x52ae00[_0x8a2d08(0x27a)](_0x4875a1['length'],0x1)];return logger['debug']('[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier='+_0x1b5b5e+_0x8a2d08(0x222)+_0x4b11ce[_0x8a2d08(0x233)]+',\x20hookType='+_0x4b11ce[_0x8a2d08(0x2a6)]),_0x4b11ce;}}return null;}async[a71_0x35fb0a(0x2b3)](_0x2f64bb,_0x58c162,_0x10ba3a={}){const _0x2b867f=a71_0x35fb0a,_0x19ed7b={};_0x19ed7b[_0x2b867f(0x1a3)]=_0x2b867f(0x2f4),_0x19ed7b[_0x2b867f(0x1c8)]=function(_0x502a1d,_0x86c6ac){return _0x502a1d===_0x86c6ac;},_0x19ed7b[_0x2b867f(0x17f)]=function(_0x4f0e0a,_0x13a553){return _0x4f0e0a||_0x13a553;},_0x19ed7b[_0x2b867f(0x184)]=_0x2b867f(0x1ba);const _0x34a7ee=_0x19ed7b;logger[_0x2b867f(0x1e2)](_0x2b867f(0x188)+_0x2f64bb+_0x2b867f(0x1f3)+_0x58c162+_0x2b867f(0x2f7)+Object[_0x2b867f(0x2f8)](_0x10ba3a)['join'](',')),await super[_0x2b867f(0x2b3)](_0x2f64bb,_0x58c162,_0x10ba3a);const _0x2b2871=this[_0x2b867f(0x204)](_0x2f64bb,_0x58c162,_0x10ba3a);if(!_0x2b2871){logger['debug'](_0x34a7ee[_0x2b867f(0x1a3)]);return;}try{let _0x120053,_0x240411,_0x3ad292;switch(_0x2f64bb){case TestFrameworkState[_0x2b867f(0x2da)]:_0x120053=_0x10ba3a['test'];const _0x5d6e13={};_0x5d6e13[_0x2b867f(0x1a1)]=0x2,_0x5d6e13[_0x2b867f(0x197)]=0x3,logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState='+_0x58c162+_0x2b867f(0x1dd)+util[_0x2b867f(0x2fc)](_0x120053,_0x5d6e13)),_0x3ad292=this[_0x2b867f(0x215)](_0x120053),_0x240411=null,logger[_0x2b867f(0x1e2)](_0x2b867f(0x1f2)+_0x3ad292+_0x2b867f(0x1fe));if(_0x34a7ee[_0x2b867f(0x1c8)](_0x58c162,HookState[_0x2b867f(0x24d)])){logger[_0x2b867f(0x1e2)](_0x2b867f(0x238)+_0x3ad292);const _0x17b977={};_0x17b977[_0x2b867f(0x2ac)]=_0x240411,_0x17b977[_0x2b867f(0x291)]=_0x120053,_0x17b977[_0x2b867f(0x1f6)]=_0x3ad292;const _0x1c0577=this[_0x2b867f(0x196)](_0x17b977),_0x28bc59={};_0x28bc59[_0x2b867f(0x1a1)]=0x2,_0x28bc59[_0x2b867f(0x197)]=0x3,logger[_0x2b867f(0x1e2)](_0x2b867f(0x234)+util['inspect'](_0x1c0577,_0x28bc59)),_0x2b2871[_0x2b867f(0x219)](_0x1c0577),logger[_0x2b867f(0x1e2)](_0x2b867f(0x316)+_0x3ad292),await this['processPendingHooks'](_0x2b2871,_0x3ad292);}else{if(_0x34a7ee['nKXVs'](_0x58c162,HookState['POST'])){logger[_0x2b867f(0x1e2)](_0x2b867f(0x1c1)+_0x3ad292);const _0x38af93=_0x2b2871['getAllData']()[_0x2b867f(0x201)](_0x3ad292);logger[_0x2b867f(0x1e2)](_0x2b867f(0x1fd)+util[_0x2b867f(0x2fc)](Object[_0x2b867f(0x2f8)](_0x34a7ee['OUqEY'](_0x38af93,{}))));_0x38af93&&_0x38af93[TestFrameworkConstants[_0x2b867f(0x264)]]?logger[_0x2b867f(0x1e2)](_0x2b867f(0x183)+Object[_0x2b867f(0x2f8)](_0x38af93[TestFrameworkConstants[_0x2b867f(0x264)]])['length']+_0x2b867f(0x281)):logger['debug'](_0x34a7ee[_0x2b867f(0x184)]);const _0x2d72e0=_0x10ba3a[_0x2b867f(0x314)]||null,_0x5561e8={};_0x5561e8['testUUID']=_0x240411,_0x5561e8[_0x2b867f(0x291)]=_0x120053,_0x5561e8[_0x2b867f(0x1f6)]=_0x3ad292,_0x5561e8[_0x2b867f(0x314)]=_0x2d72e0;const _0x4f0c18=this[_0x2b867f(0x1b9)](_0x5561e8),_0x523324={};_0x523324[_0x2b867f(0x1a1)]=0x2,_0x523324['maxArrayLength']=0x3,logger[_0x2b867f(0x1e2)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20'+util['inspect'](_0x4f0c18,_0x523324)),_0x2b2871['addMultipleEntries'](_0x4f0c18),logger[_0x2b867f(0x1e2)](_0x2b867f(0x304)+_0x3ad292),await this['processPendingHooks'](_0x2b2871,_0x3ad292);}}break;case TestFrameworkState[_0x2b867f(0x310)]:if(_0x34a7ee['nKXVs'](_0x58c162,HookState[_0x2b867f(0x21f)])){const _0x52cb8f={};_0x52cb8f[_0x2b867f(0x1a1)]=0x2,logger[_0x2b867f(0x1e2)](_0x2b867f(0x1b4)+util['inspect'](_0x10ba3a,_0x52cb8f)),await this['sendLogCreatedEvent'](_0x2b2871,_0x2f64bb,_0x10ba3a);}break;default:if(CLIUtils[_0x2b867f(0x186)](_0x2f64bb['toString']()[_0x2b867f(0x216)]('.')[0x1])){const _0x113a54={};_0x113a54[_0x2b867f(0x1a1)]=0x2,_0x113a54[_0x2b867f(0x197)]=0x3,logger[_0x2b867f(0x1e2)](_0x2b867f(0x26b)+_0x2f64bb+',\x20hookState='+_0x58c162+_0x2b867f(0x21b)+util[_0x2b867f(0x2fc)](_0x10ba3a[_0x2b867f(0x2a2)],_0x113a54));const _0x4a90e0=await this['trackHookEvent'](_0x2b2871,_0x2f64bb,_0x58c162,_0x10ba3a),_0x14856b={};_0x14856b['depth']=0x2,_0x14856b['maxArrayLength']=0x3,logger['debug'](_0x2b867f(0x210)+util[_0x2b867f(0x2fc)](_0x4a90e0,_0x14856b)),_0x2b2871[_0x2b867f(0x219)](_0x4a90e0);}else logger[_0x2b867f(0x1e2)](_0x2b867f(0x2af)+_0x2f64bb+_0x2b867f(0x1df)+_0x58c162);break;}logger['debug'](_0x2b867f(0x2d3)+_0x2f64bb+',\x20hookState='+_0x58c162);}catch(_0x2f44d7){logger[_0x2b867f(0x18c)](_0x2b867f(0x2a0)+_0x2f64bb+_0x2b867f(0x1f3)+_0x58c162+_0x2b867f(0x267)+util['format'](_0x2f44d7));}_0x10ba3a['instance']=_0x2b2871,await this[_0x2b867f(0x208)](_0x2b2871,_0x2f64bb,_0x58c162,_0x10ba3a);}[a71_0x35fb0a(0x215)](_0x373ba6){const _0x5eed82=a71_0x35fb0a,_0x53b584={};_0x53b584[_0x5eed82(0x22e)]=_0x5eed82(0x318);const _0x201ac3=_0x53b584;if(_0x373ba6&&(_0x373ba6['id']||_0x373ba6['uuid'])){const _0x1f4368=_0x373ba6['id']||_0x373ba6['uuid'];return logger[_0x5eed82(0x1e2)](_0x5eed82(0x2b2)+_0x1f4368+'\x22\x20from\x20testData'),_0x1f4368;}return logger[_0x5eed82(0x1e2)](_0x201ac3['aWAhp']),process[_0x5eed82(0x199)]+':testAnalyticsId';}[a71_0x35fb0a(0x204)](_0x37ddd4,_0x1222b8,_0x4a6be2={}){const _0x31e03e=a71_0x35fb0a;let _0x43e443=null;return _0x43e443=TestFramework[_0x31e03e(0x224)](),!_0x43e443?(logger[_0x31e03e(0x1e2)](_0x31e03e(0x18a)+_0x37ddd4),this[_0x31e03e(0x243)](_0x37ddd4,_0x4a6be2),_0x43e443=TestFramework[_0x31e03e(0x224)](),logger['debug']('[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists='+!!_0x43e443+',\x20contextId='+_0x43e443?.['getContext']()?.['getId']())):logger[_0x31e03e(0x1e2)](_0x31e03e(0x22b)+_0x43e443[_0x31e03e(0x313)]()?.[_0x31e03e(0x1f8)]()),_0x43e443;}[a71_0x35fb0a(0x243)](_0x4ef306,_0x386cbc){const _0x25e344=a71_0x35fb0a,_0x3b7340={};_0x3b7340[_0x25e344(0x230)]=_0x25e344(0x2ce);const _0x2fcf03=_0x3b7340;if(TestFramework[_0x25e344(0x224)]()){logger['debug'](_0x2fcf03[_0x25e344(0x230)]);return;}const _0x3d1e8d=CLIUtils[_0x25e344(0x1c5)](),_0x49644d=TrackedInstance[_0x25e344(0x26a)](_0x3d1e8d);let _0x24c1e6=null;logger[_0x25e344(0x1e2)](_0x25e344(0x29e)+_0x3d1e8d+_0x25e344(0x200)+_0x4ef306),_0x24c1e6=new TestFrameworkInstance(_0x49644d,this[_0x25e344(0x25c)](),this['getTestFrameworksVersions'](),_0x4ef306,HookState[_0x25e344(0x18d)]),TestFramework[_0x25e344(0x2bc)](_0x49644d,_0x24c1e6),logger[_0x25e344(0x1e2)](_0x25e344(0x271)+_0x49644d['getId']()+',\x20target='+_0x3d1e8d+',\x20testFramework='+this[_0x25e344(0x25c)]()[0x0]+_0x25e344(0x2f0)+this[_0x25e344(0x2db)]()[this[_0x25e344(0x25c)]()[0x0]]);}['parseJestTest'](_0x6854eb){const _0xaa491c=a71_0x35fb0a,_0x37d6a4={};_0x37d6a4[_0xaa491c(0x2e1)]=function(_0x4d26f3,_0x45137f){return _0x4d26f3||_0x45137f;},_0x37d6a4[_0xaa491c(0x24f)]=_0xaa491c(0x29c);const _0x3d36a4=_0x37d6a4,{testUUID:_0x5c1b7d,testData:_0x36ad91,testId:_0x1eaaa7}=_0x6854eb;if(_0x3d36a4[_0xaa491c(0x2e1)](!_0x36ad91,!_0x1eaaa7))return logger[_0xaa491c(0x1e2)](_0x3d36a4[_0xaa491c(0x24f)]),{};const _0x3363ab=this[_0xaa491c(0x25c)]()[0x0],_0x152982=this[_0xaa491c(0x2db)](),_0x485e6c={};_0x485e6c[_0xaa491c(0x1a1)]=0x2,_0x485e6c[_0xaa491c(0x197)]=0x3,logger[_0xaa491c(0x1e2)](_0xaa491c(0x17e)+util['inspect'](_0x36ad91,_0x485e6c));const _0x3aa6d3=_0x36ad91?.[_0xaa491c(0x27b)]||[],_0x1b067c=this[_0xaa491c(0x268)](_0x36ad91),_0x4853b8=this[_0xaa491c(0x26d)](_0x36ad91),_0x4206c3=_0x36ad91['fn']?_0x36ad91['fn'][_0xaa491c(0x2d5)]():null,_0x4993ef=this[_0xaa491c(0x2f2)](_0x36ad91),_0x464bb1={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x3363ab,[TestFrameworkConstants[_0xaa491c(0x296)]]:_0x152982[_0x3363ab],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0xaa491c(0x1a5)]]:{},[TestFrameworkConstants[_0xaa491c(0x27f)]]:{},[TestFrameworkConstants[_0xaa491c(0x18f)]]:TestFrameworkConstants[_0xaa491c(0x1cc)],[TestFrameworkConstants[_0xaa491c(0x299)]]:_0x1b067c,[TestFrameworkConstants[_0xaa491c(0x2e3)]]:_0x4853b8,[TestFrameworkConstants[_0xaa491c(0x2c8)]]:_0x1eaaa7,[TestFrameworkConstants[_0xaa491c(0x28e)]]:_0x1b067c,[TestFrameworkConstants[_0xaa491c(0x1a2)]]:_0x4853b8,[TestFrameworkConstants[_0xaa491c(0x2cf)]]:_0x4206c3,[TestFrameworkConstants[_0xaa491c(0x246)]]:_0x4993ef,[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x36ad91['started_at']||new Date()['toISOString'](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x3aa6d3[0x0]||'',[TestFrameworkConstants[_0xaa491c(0x2e4)]]:_0x3aa6d3,[TestFrameworkConstants[_0xaa491c(0x2eb)]]:_0x1b067c,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0xaa491c(0x1d7)]]:{}};_0x36ad91[_0xaa491c(0x2ef)]&&(_0x464bb1[TestFrameworkConstants[_0xaa491c(0x23f)]]=_0x36ad91['retryOf']);logger['debug']('[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName='+_0x1b067c+_0xaa491c(0x198)+_0x1eaaa7+_0xaa491c(0x1e9)+JSON[_0xaa491c(0x2ea)](_0x4993ef)+_0xaa491c(0x288)+util['inspect'](_0x3aa6d3)+_0xaa491c(0x1c6)+_0x4853b8);const _0x59388a={};return _0x59388a[_0x1eaaa7]=_0x464bb1,_0x59388a;}[a71_0x35fb0a(0x1b9)](_0x52d025){const _0x54ec32=a71_0x35fb0a,_0x6abd33={'MUoQk':function(_0x18cab0,_0x22e39e){return _0x18cab0===_0x22e39e;},'MgNXQ':_0x54ec32(0x300),'MmNmN':function(_0x22c72d,_0x562164){return _0x22c72d===_0x562164;},'Rcfxj':_0x54ec32(0x29a),'RuUZh':_0x54ec32(0x2ed),'hQLMM':_0x54ec32(0x2fd),'UbUjQ':function(_0x4667a7,_0x484b0a){return _0x4667a7||_0x484b0a;},'YsUuV':_0x54ec32(0x28b),'OsUDH':function(_0x785040,_0x19eaec){return _0x785040||_0x19eaec;},'tOPQO':_0x54ec32(0x2dd),'zbffi':function(_0xe03ed5,_0x9ac34d){return _0xe03ed5>_0x9ac34d;},'wHrOj':_0x54ec32(0x207),'vLiWy':function(_0x293e14,_0x3ecf06){return _0x293e14===_0x3ecf06;},'jqVIm':_0x54ec32(0x239),'BYRmH':'skipped','rjWXE':_0x54ec32(0x1c0),'aauOX':function(_0x2593ce,_0x23d889){return _0x2593ce!==_0x23d889;},'IWURu':function(_0x3b469e,_0x2337ad,_0x8b17e1,_0x817dd3){return _0x3b469e(_0x2337ad,_0x8b17e1,_0x817dd3);},'yafHk':function(_0x3e8015,_0x16e30c){return _0x3e8015>_0x16e30c;},'BoIEd':'[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','rtjLF':function(_0x15377d,_0x335987){return _0x15377d===_0x335987;}},{testUUID:_0x20370a,testData:_0x149f42,testId:_0x4f5c45}=_0x52d025;if(_0x6abd33['UbUjQ'](!_0x149f42,!_0x4f5c45))return logger[_0x54ec32(0x1e2)](_0x6abd33['YsUuV']),{};const _0x4882cb=this[_0x54ec32(0x204)](TestFrameworkState[_0x54ec32(0x2da)],HookState[_0x54ec32(0x21f)]),_0x9ef85f=_0x4882cb[_0x54ec32(0x254)]()[_0x54ec32(0x201)](_0x4f5c45),_0x311b95=_0x6abd33[_0x54ec32(0x1c7)](_0x9ef85f,{}),_0x56d9ee=_0x311b95?_0x311b95[TestFrameworkConstants[_0x54ec32(0x2aa)]]||{}:{},_0x518804=_0x311b95[TestFrameworkConstants[_0x54ec32(0x264)]];logger[_0x54ec32(0x1e2)]('[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20'+(_0x518804?Object[_0x54ec32(0x2f8)](_0x518804)[_0x54ec32(0x19c)]:0x0)+_0x54ec32(0x187));let _0x4927d1=_0x6abd33[_0x54ec32(0x2b1)];if(_0x149f42[_0x54ec32(0x1d2)])_0x4927d1=_0x149f42[_0x54ec32(0x1d2)];else{if(_0x149f42[_0x54ec32(0x294)]&&_0x6abd33[_0x54ec32(0x1f7)](_0x149f42[_0x54ec32(0x294)]['length'],0x0))_0x4927d1=_0x6abd33[_0x54ec32(0x23b)];else _0x6abd33[_0x54ec32(0x2ba)](_0x149f42[_0x54ec32(0x1db)],_0x6abd33[_0x54ec32(0x307)])||_0x6abd33[_0x54ec32(0x2ba)](_0x149f42[_0x54ec32(0x1db)],_0x6abd33[_0x54ec32(0x249)])?_0x4927d1=_0x6abd33[_0x54ec32(0x249)]:_0x4927d1=_0x6abd33[_0x54ec32(0x19f)];}const _0x1779c9={..._0x311b95,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x4927d1,[TestFrameworkConstants[_0x54ec32(0x1f5)]]:_0x149f42['finished_at']||new Date()['toISOString'](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()['toISOString'](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x56d9ee,[TestFrameworkConstants[_0x54ec32(0x1fa)]]:[],[TestFrameworkConstants[_0x54ec32(0x1d7)]]:{}};if(_0x6abd33[_0x54ec32(0x1aa)](_0x4927d1,_0x6abd33['wHrOj'])&&_0x149f42[_0x54ec32(0x294)]){const _0x185c1d=this[_0x54ec32(0x2d9)](_0x149f42),_0x129eeb=this[_0x54ec32(0x225)](_0x149f42),_0x58aaab=this[_0x54ec32(0x2fb)](_0x149f42);_0x1779c9[TestFrameworkConstants[_0x54ec32(0x306)]]=_0x129eeb,_0x1779c9[TestFrameworkConstants[_0x54ec32(0x295)]]=_0x185c1d,_0x1779c9[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x58aaab;}_0x6abd33[_0x54ec32(0x189)](_0x149f42[_0x54ec32(0x285)],undefined)&&(_0x1779c9[TestFrameworkConstants[_0x54ec32(0x2b6)]]=_0x149f42['duration']);_0x149f42[_0x54ec32(0x2ef)]&&(_0x1779c9[TestFrameworkConstants[_0x54ec32(0x23f)]]=_0x149f42[_0x54ec32(0x2ef)]);const _0x136e2b=_0x9ef85f?_0x9ef85f[TestFrameworkConstants[_0x54ec32(0x264)]]||{}:{},_0x55cb48=_0x9ef85f?_0x9ef85f[TestFrameworkConstants[_0x54ec32(0x250)]]:_0x20370a,_0x3c54c3=_0x6abd33[_0x54ec32(0x17c)](getManualUploadLogs,_0x136e2b,_0x55cb48,_0x4f5c45);if(_0x6abd33[_0x54ec32(0x237)](_0x3c54c3[_0x54ec32(0x19c)],0x0)){const _0x25d0aa=_0x1779c9[TestFrameworkConstants[_0x54ec32(0x1fa)]]||[];_0x1779c9[TestFrameworkConstants[_0x54ec32(0x1fa)]]=[..._0x25d0aa,..._0x3c54c3];}const _0x128cb2=_0x311b95[TestFrameworkConstants[_0x54ec32(0x1a5)]]||{},_0x188a86=_0x311b95[TestFrameworkConstants[_0x54ec32(0x27f)]]||{},_0x496eae={..._0x128cb2},_0x5b30b2=_0x496eae;Object[_0x54ec32(0x2f8)](_0x188a86)['forEach'](_0x4729ed=>{const _0x418b0c=_0x54ec32;!_0x5b30b2[_0x4729ed]&&(_0x5b30b2[_0x4729ed]=[]);const _0x2d6544=new Set((_0x5b30b2[_0x4729ed]||[])['map'](_0x1599f0=>_0x1599f0[TestFrameworkConstants[_0x418b0c(0x2f1)]]||_0x1599f0[_0x418b0c(0x2ff)]));(_0x188a86[_0x4729ed]||[])[_0x418b0c(0x308)](_0x3461f1=>{const _0x5d22d8=_0x418b0c,_0x4eb801=_0x3461f1[TestFrameworkConstants[_0x5d22d8(0x2f1)]]||_0x3461f1[_0x5d22d8(0x2ff)];if(!_0x2d6544[_0x5d22d8(0x20e)](_0x4eb801)){const _0xf0e635={..._0x3461f1},_0x157e1c=_0xf0e635;!_0x157e1c[TestFrameworkConstants[_0x5d22d8(0x28d)]]&&!_0x157e1c[_0x5d22d8(0x21a)]&&(_0x157e1c[TestFrameworkConstants[_0x5d22d8(0x28d)]]=new Date()[_0x5d22d8(0x260)]()),!_0x157e1c[TestFrameworkConstants[_0x5d22d8(0x205)]]&&!_0x157e1c[_0x5d22d8(0x19d)]&&(_0x157e1c[TestFrameworkConstants[_0x5d22d8(0x205)]]=TestFrameworkConstants['DEFAULT_HOOK_RESULT']),_0x5b30b2[_0x4729ed]['push'](_0x157e1c);}});});if(_0x52d025[_0x54ec32(0x314)]){this[_0x54ec32(0x2f3)](_0x52d025['originalTest']);const _0x58b9d4=this[_0x54ec32(0x287)](_0x52d025['originalTest']),_0x2205f0=this[_0x54ec32(0x213)](_0x52d025[_0x54ec32(0x314)]);_0x2205f0['forEach'](_0x454bfe=>{const _0x2633ce=_0x54ec32,_0x7abcbb=_0x58b9d4[_0x2633ce(0x201)](_0x454bfe);if(_0x7abcbb&&(_0x6abd33[_0x2633ce(0x315)](_0x7abcbb[_0x2633ce(0x1b7)],_0x6abd33[_0x2633ce(0x1b0)])||_0x6abd33['MmNmN'](_0x7abcbb[_0x2633ce(0x1b7)],_0x6abd33[_0x2633ce(0x262)]))){const _0x79ddaa=_0x7abcbb['type']['toUpperCase']()[_0x2633ce(0x236)](_0x6abd33[_0x2633ce(0x1d6)],_0x6abd33[_0x2633ce(0x2e7)]),_0x40f143=_0x79ddaa;!_0x5b30b2[_0x40f143]&&(_0x5b30b2[_0x40f143]=[]);const _0x4877e6=_0x5b30b2[_0x40f143]['find'](_0x49226b=>(_0x49226b[TestFrameworkConstants['KEY_HOOK_ID']]||_0x49226b[_0x2633ce(0x2ff)])===_0x454bfe);!_0x4877e6&&_0x5b30b2[_0x40f143][_0x2633ce(0x2e0)]({'key':_0x40f143,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x454bfe,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0x2633ce(0x2b9)],[TestFrameworkConstants[_0x2633ce(0x22a)]]:new Date()[_0x2633ce(0x260)](),[TestFrameworkConstants[_0x2633ce(0x28d)]]:new Date()[_0x2633ce(0x260)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x2633ce(0x1c3)]]:_0x7abcbb['name']||_0x7abcbb[_0x2633ce(0x1b7)]+_0x2633ce(0x212),[TestFrameworkConstants[_0x2633ce(0x2aa)]]:_0x56d9ee});}});}if(_0x149f42[_0x54ec32(0x1a7)]&&_0x6abd33['zbffi'](_0x149f42[_0x54ec32(0x1a7)][_0x54ec32(0x19c)],0x0))_0x1779c9[TestFrameworkConstants[_0x54ec32(0x1a5)]]=_0x149f42['hooks'],logger[_0x54ec32(0x1e2)](_0x6abd33['BoIEd']);else _0x6abd33[_0x54ec32(0x1f7)](Object[_0x54ec32(0x2f8)](_0x5b30b2)['length'],0x0)&&(_0x1779c9[TestFrameworkConstants[_0x54ec32(0x1a5)]]=_0x5b30b2,logger[_0x54ec32(0x1e2)]('[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes='+Object[_0x54ec32(0x2f8)](_0x5b30b2)['join'](',')));const _0x3e1060=this[_0x54ec32(0x268)](_0x149f42);logger[_0x54ec32(0x1e2)](_0x54ec32(0x195)+_0x3e1060+_0x54ec32(0x198)+_0x4f5c45+_0x54ec32(0x286)+_0x4927d1+_0x54ec32(0x2be)+_0x149f42[_0x54ec32(0x285)]);_0x6abd33[_0x54ec32(0x1c9)](_0x4927d1,_0x6abd33[_0x54ec32(0x23b)])&&logger[_0x54ec32(0x1e2)](_0x54ec32(0x266)+_0x4f5c45+_0x54ec32(0x2e5)+_0x1779c9[TestFrameworkConstants[_0x54ec32(0x306)]]+',\x20failureReason='+_0x1779c9[TestFrameworkConstants[_0x54ec32(0x295)]]?.['substring'](0x0,0xc8));const _0x3591e7={};return _0x3591e7[_0x4f5c45]=_0x1779c9,_0x3591e7;}[a71_0x35fb0a(0x275)](_0x4e3863){const _0x299bc7=a71_0x35fb0a,_0x2ecc51={};_0x2ecc51['gyMLS']=function(_0x1edc7a,_0x2c3ea0){return _0x1edc7a!==_0x2c3ea0;},_0x2ecc51[_0x299bc7(0x2ab)]=function(_0x26c063,_0x3b3c03){return _0x26c063!==_0x3b3c03;},_0x2ecc51[_0x299bc7(0x2b0)]=_0x299bc7(0x1ec);const _0x39e357=_0x2ecc51,_0x34f706={};_0x34f706[_0x299bc7(0x1a1)]=0x2,_0x34f706[_0x299bc7(0x197)]=0x3,logger[_0x299bc7(0x1e2)](_0x299bc7(0x2e9)+util['inspect'](_0x4e3863,_0x34f706));const _0x4c9870=[];if(_0x4e3863&&_0x4e3863[_0x299bc7(0x2e8)]){let _0x3854b7=_0x4e3863[_0x299bc7(0x2e8)];while(_0x3854b7&&_0x3854b7['name']&&_0x39e357[_0x299bc7(0x19a)](_0x3854b7[_0x299bc7(0x2d4)],'')&&_0x39e357[_0x299bc7(0x2ab)](_0x3854b7[_0x299bc7(0x2d4)],_0x39e357['yobLm'])){_0x4c9870[_0x299bc7(0x2e0)](_0x3854b7[_0x299bc7(0x2d4)]),_0x3854b7=_0x3854b7[_0x299bc7(0x2e8)];}}return _0x4c9870[_0x299bc7(0x269)]();}[a71_0x35fb0a(0x268)](_0x57da3b){const _0x11ffff=a71_0x35fb0a,_0x4faee6={};_0x4faee6['YegRV']='Unknown\x20Test';const _0x425ec9=_0x4faee6;if(_0x57da3b[_0x11ffff(0x2d4)])return _0x57da3b[_0x11ffff(0x2d4)];if(_0x57da3b[_0x11ffff(0x1a4)])return _0x57da3b[_0x11ffff(0x1a4)];return _0x425ec9[_0x11ffff(0x1de)];}[a71_0x35fb0a(0x2f2)](_0x5c2fd4){const _0x28f3f8=a71_0x35fb0a,_0x1dd43d=[];if(_0x5c2fd4[_0x28f3f8(0x1bf)]&&Array['isArray'](_0x5c2fd4[_0x28f3f8(0x1bf)]))return _0x5c2fd4[_0x28f3f8(0x1bf)][_0x28f3f8(0x2bf)](_0x330c82=>_0x330c82[_0x28f3f8(0x30b)]('@')?_0x330c82[_0x28f3f8(0x2c5)](0x1):_0x330c82);const _0x53be5d=this[_0x28f3f8(0x268)](_0x5c2fd4),_0x417f17=_0x53be5d[_0x28f3f8(0x191)](/@(\w+)/g);if(_0x417f17)return _0x417f17[_0x28f3f8(0x2bf)](_0x3b5ed1=>_0x3b5ed1[_0x28f3f8(0x2f6)](0x1));return _0x5c2fd4['scopes']&&Array[_0x28f3f8(0x297)](_0x5c2fd4['scopes'])&&_0x5c2fd4[_0x28f3f8(0x27b)]['forEach'](_0xa37abd=>{const _0x1f51be=_0x28f3f8,_0x48854e=_0xa37abd['match'](/@(\w+)/g);_0x48854e&&_0x48854e[_0x1f51be(0x308)](_0x30ac17=>{const _0x1a5de0=_0x1f51be,_0x57d91e=_0x30ac17[_0x1a5de0(0x2f6)](0x1);!_0x1dd43d[_0x1a5de0(0x2d1)](_0x57d91e)&&_0x1dd43d[_0x1a5de0(0x2e0)](_0x57d91e);});}),_0x1dd43d;}[a71_0x35fb0a(0x26d)](_0x3b1927){const _0x42c355=a71_0x35fb0a,_0x3fe898={'czEbs':function(_0x5c2ff9,_0x35c7b0){return _0x5c2ff9(_0x35c7b0);},'hjTtb':_0x42c355(0x1dc)};if(_0x3b1927[_0x42c355(0x2f5)])return _0x3b1927[_0x42c355(0x2f5)];if(_0x3b1927['asyncError']){const _0x30351c=_0x3fe898[_0x42c355(0x1b5)](require,_0x3fe898[_0x42c355(0x1cb)]);try{const _0x3e213e=_0x30351c[_0x42c355(0x1af)](_0x3b1927['asyncError']);if(_0x3e213e[0x0]&&_0x3e213e[0x0]['getFileName'])return _0x3e213e[0x0][_0x42c355(0x278)]();}catch(_0x25ebb4){logger[_0x42c355(0x1e2)]('Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20'+util[_0x42c355(0x2bb)](_0x25ebb4));}}return null;}[a71_0x35fb0a(0x2d9)](_0x1151cb){const _0x24f9e6=a71_0x35fb0a,_0x3293c1={};_0x3293c1[_0x24f9e6(0x29d)]=function(_0x6d3879,_0x2e888c){return _0x6d3879>_0x2e888c;},_0x3293c1[_0x24f9e6(0x265)]=_0x24f9e6(0x273);const _0x38b80b=_0x3293c1;if(_0x1151cb['errorsDetailed']&&_0x38b80b['WZUvn'](_0x1151cb[_0x24f9e6(0x294)][_0x24f9e6(0x19c)],0x0))return util['inspect'](_0x1151cb[_0x24f9e6(0x294)][0x0]);if(_0x1151cb[_0x24f9e6(0x25e)])return _0x1151cb[_0x24f9e6(0x25e)];return _0x38b80b['QvIvb'];}[a71_0x35fb0a(0x225)](_0x17c3b9){const _0x1d4a02=a71_0x35fb0a,_0x2d8398={};_0x2d8398[_0x1d4a02(0x1d3)]=_0x1d4a02(0x282),_0x2d8398[_0x1d4a02(0x279)]=_0x1d4a02(0x180),_0x2d8398[_0x1d4a02(0x24c)]=_0x1d4a02(0x257);const _0x539939=_0x2d8398,_0x345b75=this['getJestFailureReason'](_0x17c3b9);if(_0x345b75&&_0x345b75['includes'](_0x539939[_0x1d4a02(0x1d3)]))return _0x539939[_0x1d4a02(0x279)];return _0x539939[_0x1d4a02(0x24c)];}[a71_0x35fb0a(0x2fb)](_0x271eaa){const _0x536f66=a71_0x35fb0a,_0x5bb3cc={'oYbzo':function(_0x2c5235,_0x4497fe){return _0x2c5235(_0x4497fe);},'pJpOJ':_0x536f66(0x277),'mwaaX':function(_0x404b40,_0x12d886){return _0x404b40!==_0x12d886;},'hcgTo':_0x536f66(0x2c9)},{failureData:_0x866a2e}=_0x5bb3cc[_0x536f66(0x25a)](require,_0x5bb3cc[_0x536f66(0x2de)]),_0x43d7be=[];return _0x5bb3cc['mwaaX'](_0x271eaa[_0x536f66(0x294)],undefined)&&_0x43d7be[_0x536f66(0x2e0)](_0x271eaa[_0x536f66(0x294)],_0x5bb3cc[_0x536f66(0x2c6)]),_0x866a2e[_0x536f66(0x2ae)](null,_0x43d7be);}async[a71_0x35fb0a(0x263)](_0xae2aa5,_0x52b232,_0x37fee8,_0x143c4d){const _0x33eb2e=a71_0x35fb0a,_0x3bf248={'IMVox':_0x33eb2e(0x289),'VURMV':function(_0xdc0640){return _0xdc0640();},'OFSHA':function(_0x387b7a,_0x5b03f8){return _0x387b7a in _0x5b03f8;},'hANTY':function(_0x1401d6,_0x348a2e){return _0x1401d6 in _0x348a2e;},'WWhQJ':function(_0x4af02a,_0x2f0a4e){return _0x4af02a===_0x2f0a4e;},'Arkhe':function(_0x42ae4f,_0x148236){return _0x42ae4f>_0x148236;},'VDZSK':'failed','PFrZe':_0x33eb2e(0x1c0),'HxMTd':function(_0x34df85,_0x3bfb96){return _0x34df85>_0x3bfb96;},'LYsoU':function(_0x2d4675,_0xb4977f){return _0x2d4675===_0xb4977f;},'iAtVd':function(_0x421af5,_0x2ddf78){return _0x421af5!==_0x2ddf78;}},{hookData:_0x3a2eaa}=_0x143c4d,_0x522900=_0x37fee8[_0x33eb2e(0x2d5)](),_0x2fe9bf=_0x52b232[_0x33eb2e(0x2d5)](),_0x4fec4c={};_0x4fec4c[_0x33eb2e(0x1a1)]=0x2,_0x4fec4c[_0x33eb2e(0x197)]=0x3,logger[_0x33eb2e(0x1e2)]('[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState='+_0x2fe9bf+_0x33eb2e(0x1f3)+_0x522900+_0x33eb2e(0x21b)+util[_0x33eb2e(0x2fc)](_0x3a2eaa,_0x4fec4c));if(!_0x3a2eaa)return logger[_0x33eb2e(0x1e2)](_0x3bf248[_0x33eb2e(0x2b5)]),{};const _0xe9c227=_0x3a2eaa[_0x33eb2e(0x2f9)]||_0x3a2eaa[_0x33eb2e(0x1ab)]||_0x3bf248[_0x33eb2e(0x1fc)](uuidv4),_0x26ad25=_0x3a2eaa[_0x33eb2e(0x1a0)]||this['getJestTestIdentifier'](_0x3a2eaa),_0x164254=_0x52b232['toString']()[_0x33eb2e(0x216)]('.')[0x1],_0x122078=_0xae2aa5[_0x33eb2e(0x254)]()[_0x33eb2e(0x201)](_0x26ad25),_0x28bd4e=_0x122078?_0x122078[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{};logger[_0x33eb2e(0x1e2)](_0x33eb2e(0x217)+_0xe9c227+_0x33eb2e(0x198)+_0x26ad25+_0x33eb2e(0x25b)+_0x164254+_0x33eb2e(0x1f3)+_0x522900);if(!_0x122078)return logger[_0x33eb2e(0x1e2)](_0x33eb2e(0x280)+_0x26ad25+_0x33eb2e(0x17d)),this[_0x33eb2e(0x2fe)](_0xae2aa5,_0x26ad25,_0x52b232,_0x37fee8,_0x143c4d),{};let _0xd1e865=_0x122078[TestFrameworkConstants[_0x33eb2e(0x27f)]];!_0xd1e865&&(_0xd1e865={});!_0x3bf248[_0x33eb2e(0x1ae)](_0x164254,_0xd1e865)&&(_0xd1e865[_0x164254]=[]);let _0x2e08df=_0x122078[TestFrameworkConstants['KEY_HOOKS_FINISHED']];!_0x2e08df&&(_0x2e08df={});!_0x3bf248['hANTY'](_0x164254,_0x2e08df)&&(_0x2e08df[_0x164254]=[]);const _0x404d75={[TestFrameworkConstants[_0x33eb2e(0x27f)]]:_0xd1e865,[TestFrameworkConstants[_0x33eb2e(0x1a5)]]:_0x2e08df},_0x40efef={};_0x40efef[_0x26ad25]=_0x404d75;const _0x4afc18=_0x40efef;if(_0x3bf248[_0x33eb2e(0x229)](_0x37fee8,HookState[_0x33eb2e(0x24d)])){const _0x5c19d6={'key':_0x164254,[TestFrameworkConstants[_0x33eb2e(0x2f1)]]:_0xe9c227,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0x33eb2e(0x2b9)],[TestFrameworkConstants[_0x33eb2e(0x22a)]]:_0x3a2eaa[_0x33eb2e(0x24a)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x33eb2e(0x20d)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x3a2eaa['name']||_0x3a2eaa[_0x33eb2e(0x220)]||_0x164254,[TestFrameworkConstants[_0x33eb2e(0x2aa)]]:_0x28bd4e};_0xd1e865[_0x164254][_0x33eb2e(0x2e0)](_0x5c19d6),_0x4afc18[_0x26ad25][TestFrameworkConstants[_0x33eb2e(0x22c)]]=_0x164254;const _0x212a1e={};_0x212a1e[_0x33eb2e(0x1a1)]=0x2,logger['debug'](_0x33eb2e(0x194)+_0x164254+_0x33eb2e(0x2dc)+_0xe9c227+_0x33eb2e(0x198)+_0x26ad25+_0x33eb2e(0x228)+util[_0x33eb2e(0x2fc)](_0x5c19d6,_0x212a1e));}else{if(_0x3bf248['WWhQJ'](_0x37fee8,HookState['POST'])){const _0x28f6f6=_0x3a2eaa[_0x33eb2e(0x1d2)]||(_0x3a2eaa[_0x33eb2e(0x294)]&&_0x3bf248[_0x33eb2e(0x2cb)](_0x3a2eaa[_0x33eb2e(0x294)]['length'],0x0)?_0x3bf248[_0x33eb2e(0x1a6)]:_0x3bf248[_0x33eb2e(0x312)]),_0x2bb3ad=_0xd1e865[_0x164254]||[];logger[_0x33eb2e(0x1e2)](_0x33eb2e(0x18e)+_0x164254+_0x33eb2e(0x198)+_0x26ad25+_0x33eb2e(0x235)+_0x28f6f6+',\x20hooksListLength='+_0x2bb3ad['length']);if(_0x3bf248['HxMTd'](_0x2bb3ad[_0x33eb2e(0x19c)],0x0)){const _0x18782f=_0x2bb3ad[_0x33eb2e(0x2a7)]();_0x3bf248['LYsoU'](_0x28f6f6,_0x3bf248[_0x33eb2e(0x1a6)])&&_0x3a2eaa[_0x33eb2e(0x294)]?(_0x18782f[TestFrameworkConstants[_0x33eb2e(0x27d)]]=this[_0x33eb2e(0x225)](_0x3a2eaa),_0x18782f[TestFrameworkConstants[_0x33eb2e(0x2c2)]]=this[_0x33eb2e(0x2d9)](_0x3a2eaa),_0x18782f[TestFrameworkConstants['KEY_HOOK_FAILURE']]=this[_0x33eb2e(0x2fb)](_0x3a2eaa),logger[_0x33eb2e(0x1e2)](_0x33eb2e(0x1e6)+_0x164254+',\x20failureType='+_0x18782f[TestFrameworkConstants[_0x33eb2e(0x27d)]]+_0x33eb2e(0x1e1)+_0x18782f[TestFrameworkConstants[_0x33eb2e(0x2c2)]]?.[_0x33eb2e(0x317)](0x0,0xc8))):_0x18782f[TestFrameworkConstants[_0x33eb2e(0x205)]]=_0x3bf248[_0x33eb2e(0x312)];_0x3bf248[_0x33eb2e(0x1ac)](_0x28f6f6,TestFrameworkConstants[_0x33eb2e(0x2b9)])&&(_0x18782f[TestFrameworkConstants[_0x33eb2e(0x205)]]=_0x28f6f6);_0x18782f[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x3a2eaa['finished_at']||new Date()[_0x33eb2e(0x260)](),_0x18782f[TestFrameworkConstants[_0x33eb2e(0x2aa)]]=_0x28bd4e;const _0x433696=_0x18782f[TestFrameworkConstants[_0x33eb2e(0x2f1)]];!_0x2e08df[_0x164254]&&(_0x2e08df[_0x164254]=[]);_0x2e08df[_0x164254][_0x33eb2e(0x2e0)](_0x18782f),_0x4afc18[_0x26ad25][TestFrameworkConstants[_0x33eb2e(0x1eb)]]=_0x164254;const _0x4b8cf8={};_0x4b8cf8[_0x33eb2e(0x1a1)]=0x2,logger[_0x33eb2e(0x1e2)](_0x33eb2e(0x1d8)+_0x164254+_0x33eb2e(0x2dc)+_0x433696+_0x33eb2e(0x235)+_0x28f6f6+_0x33eb2e(0x228)+util[_0x33eb2e(0x2fc)](_0x18782f,_0x4b8cf8));}}}const _0x12f485={};return _0x12f485['depth']=0x2,_0x12f485[_0x33eb2e(0x197)]=0x3,logger[_0x33eb2e(0x1e2)](_0x33eb2e(0x1d9)+(_0x3a2eaa['hook_type']||_0x164254)+_0x33eb2e(0x2dc)+_0xe9c227+_0x33eb2e(0x198)+_0x26ad25+',\x20updates='+util[_0x33eb2e(0x2fc)](_0x4afc18,_0x12f485)),_0x4afc18;}[a71_0x35fb0a(0x1a8)](_0x1c3fb9){const _0x4cd03f=a71_0x35fb0a,_0x3b3b2f={};_0x3b3b2f[_0x4cd03f(0x181)]=_0x4cd03f(0x1e7);const _0x366cd8=_0x3b3b2f;try{const _0x30f78e=_0x1c3fb9[_0x4cd03f(0x2c9)]?this[_0x4cd03f(0x215)](_0x1c3fb9['test']):_0x1c3fb9['hookData'][_0x4cd03f(0x1a0)],_0x377117=_0x1c3fb9[_0x4cd03f(0x214)],_0x31d45a=_0x377117['getContext'](),_0x11cea6=_0x377117[_0x4cd03f(0x254)]()[_0x4cd03f(0x201)](_0x30f78e);if(!_0x11cea6)return logger[_0x4cd03f(0x1e2)](_0x4cd03f(0x2fa)+_0x30f78e),{};const {[TestFrameworkConstants[_0x4cd03f(0x2cc)]]:_0x30dcfe='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x5f2620='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x44e5c4='',[TestFrameworkConstants[_0x4cd03f(0x1f5)]]:_0x33417d=''}=_0x11cea6,_0x11d875=_0x377117[_0x4cd03f(0x2ec)]()[_0x4cd03f(0x2d5)]()[_0x4cd03f(0x216)]('.')[0x1],_0x82394b=_0x377117['getCurrentHookState']()[_0x4cd03f(0x2d5)]()[_0x4cd03f(0x216)]('.')[0x1],_0x43f8be=global?.[_0x4cd03f(0x319)]?.[_0x4cd03f(0x258)]?.[_0x4cd03f(0x1bc)],_0x58164a=_0x377117[_0x4cd03f(0x2a4)](),_0x19d46e=Buffer[_0x4cd03f(0x1cd)](JSON[_0x4cd03f(0x2ea)](_0x11cea6))[_0x4cd03f(0x2d5)](_0x366cd8[_0x4cd03f(0x181)]),_0x40f124={'hash':_0x31d45a[_0x4cd03f(0x1f8)](),'threadId':_0x31d45a[_0x4cd03f(0x20b)]()['toString'](),'processId':_0x31d45a[_0x4cd03f(0x247)]()[_0x4cd03f(0x2d5)]()},_0x5b3bd7={};_0x5b3bd7[_0x4cd03f(0x1d1)]=_0x43f8be,_0x5b3bd7['testFrameworkName']=_0x30dcfe,_0x5b3bd7[_0x4cd03f(0x1f4)]=_0x5f2620,_0x5b3bd7[_0x4cd03f(0x276)]=_0x11d875,_0x5b3bd7[_0x4cd03f(0x256)]=_0x82394b,_0x5b3bd7[_0x4cd03f(0x209)]=_0x44e5c4,_0x5b3bd7[_0x4cd03f(0x25d)]=_0x33417d,_0x5b3bd7[_0x4cd03f(0x2f9)]=_0x58164a,_0x5b3bd7[_0x4cd03f(0x242)]=_0x19d46e,_0x5b3bd7['executionContext']=_0x40f124,_0x5b3bd7['test_identifier']=_0x30f78e;const _0x48f8d2=_0x5b3bd7;return _0x48f8d2;}catch(_0x351c07){return logger['error'](_0x4cd03f(0x1a9)+util[_0x4cd03f(0x2bb)](_0x351c07)),{};}}async[a71_0x35fb0a(0x22d)](_0x11abf6,_0x320949,_0x1175bf){const _0x24f64b=a71_0x35fb0a,_0x3ac7a9={'vlukR':function(_0x122c60,_0x4ed834){return _0x122c60+_0x4ed834;},'RWAaD':_0x24f64b(0x1f0),'RLBEW':_0x24f64b(0x231),'HsEDx':function(_0xe57290,_0x304296){return _0xe57290>_0x304296;},'MEFoK':function(_0x212674,_0x8cf722,_0x4ea454,_0x449996){return _0x212674(_0x8cf722,_0x4ea454,_0x449996);},'kMfGH':function(_0x3a1825,_0x39c0a0){return _0x3a1825-_0x39c0a0;},'lxRCA':function(_0x10e3c9,_0x2a3c73){return _0x10e3c9===_0x2a3c73;},'uRyac':function(_0x301a0f,_0x2bc01b){return _0x301a0f/_0x2bc01b;},'EoWYh':function(_0x5aa585,_0x2fb8d2){return _0x5aa585<_0x2fb8d2;},'UVRuM':function(_0x2bbeb1,_0x5159c5){return _0x2bbeb1*_0x5159c5;},'roATH':function(_0x1b423d,_0x237688){return _0x1b423d+_0x237688;}};try{const _0x1159ab=_0x1175bf[_0x24f64b(0x2ac)]||_0x1175bf[_0x24f64b(0x1f6)],_0x15cd30=Array['from'](_0x11abf6[_0x24f64b(0x254)]()['keys']()),_0x17a490=_0x11abf6['getAllData']()[_0x24f64b(0x201)](_0x1159ab);if(!_0x17a490){logger[_0x24f64b(0x1e2)](_0x24f64b(0x240)+_0x1159ab);return;}const {[TestFrameworkConstants[_0x24f64b(0x2cc)]]:_0x32a4cb='',[TestFrameworkConstants[_0x24f64b(0x296)]]:_0x41b166=''}=_0x17a490;let _0x1a6fed=[];if(_0x17a490&&_0x17a490[TestFrameworkConstants['KEY_LOGS']]&&Array[_0x24f64b(0x297)](_0x17a490[TestFrameworkConstants[_0x24f64b(0x1fa)]])){_0x1a6fed=_0x17a490[TestFrameworkConstants[_0x24f64b(0x1fa)]]||[],logger['debug'](_0x24f64b(0x2a8)+_0x1a6fed[_0x24f64b(0x19c)]+'\x20logs\x20for\x20testId:\x20'+_0x1159ab);const _0x89d003={[TestFrameworkConstants[_0x24f64b(0x1fa)]]:[]},_0x2b8305={};_0x2b8305[_0x1159ab]=_0x89d003,_0x11abf6[_0x24f64b(0x219)](_0x2b8305),logger['debug'](_0x24f64b(0x29f)+_0x1159ab);}else logger[_0x24f64b(0x1e2)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x1159ab);logger[_0x24f64b(0x1e2)](_0x24f64b(0x2e2)+_0x1a6fed[_0x24f64b(0x19c)]+'\x20for\x20testId:\x20'+_0x1159ab);const _0x132550=_0x1a6fed['filter'](_0x6e2ffc=>_0x6e2ffc[_0x24f64b(0x241)]==='TEST_SCREENSHOT');_0x3ac7a9[_0x24f64b(0x221)](_0x132550['length'],0x0)&&(logger[_0x24f64b(0x1e2)](_0x24f64b(0x26e)+_0x132550['length']+_0x24f64b(0x24b)+_0x1159ab),_0x132550['forEach']((_0x3c13c8,_0x120c46)=>{const _0x16c5a8=_0x24f64b;logger[_0x16c5a8(0x1e2)](_0x16c5a8(0x1c2)+_0x3ac7a9[_0x16c5a8(0x29b)](_0x120c46,0x1)+'/'+_0x132550[_0x16c5a8(0x19c)]+_0x16c5a8(0x26c)+(_0x3c13c8[_0x16c5a8(0x1ea)]||_0x3ac7a9[_0x16c5a8(0x226)])+_0x16c5a8(0x311)+(_0x3c13c8[_0x16c5a8(0x309)]||_0x3ac7a9['RWAaD'])+_0x16c5a8(0x23d)+(_0x3c13c8[_0x16c5a8(0x1e8)]||_0x3ac7a9[_0x16c5a8(0x2cd)])+_0x16c5a8(0x24e)+(_0x3c13c8[_0x16c5a8(0x21c)]?.[_0x16c5a8(0x19c)]||0x0));}));const _0x26ce99=_0x17a490[TestFrameworkConstants[_0x24f64b(0x264)]]||{},_0x27cb0e=_0x3ac7a9['MEFoK'](getMediaArtifactsLogs,_0x26ce99,null,_0x1159ab),_0x3411e0=(_0x1a6fed||[])['concat'](_0x27cb0e||[]),_0x2081ca=_0x132550?.[_0x24f64b(0x19c)]||0x0,_0x3b4cee=_0x3ac7a9[_0x24f64b(0x1be)](_0x1a6fed?.[_0x24f64b(0x19c)]||0x0,_0x2081ca);logger['debug'](_0x24f64b(0x1ad)+_0x1159ab+_0x24f64b(0x1ed)+_0x3b4cee+_0x24f64b(0x301)+_0x2081ca+_0x24f64b(0x25f)+(_0x27cb0e?.['length']||0x0)+_0x24f64b(0x30e)+_0x3411e0[_0x24f64b(0x19c)]);if(!_0x3411e0||_0x3ac7a9[_0x24f64b(0x206)](_0x3411e0[_0x24f64b(0x19c)],0x0)){logger[_0x24f64b(0x1e2)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0x1159ab);return;}const _0xd9060e=0x28,_0x3f551b=Math[_0x24f64b(0x2a9)](_0x3ac7a9[_0x24f64b(0x2c3)](_0x3411e0[_0x24f64b(0x19c)],_0xd9060e));for(let _0x574eac=0x0;_0x3ac7a9['EoWYh'](_0x574eac,_0x3f551b);_0x574eac++){const _0xb53114=_0x3ac7a9[_0x24f64b(0x1d0)](_0x574eac,_0xd9060e),_0x69e9c8=_0x3ac7a9[_0x24f64b(0x2d2)](_0xb53114,_0xd9060e),_0x33758c=_0x3411e0[_0x24f64b(0x2f6)](_0xb53114,_0x69e9c8),_0x3c65cd=global?.[_0x24f64b(0x319)]?.[_0x24f64b(0x258)]?.[_0x24f64b(0x1bc)]||0x0,_0xa25ba={'platformIndex':_0x3c65cd,'logs':_0x33758c,'testFrameworkName':_0x32a4cb,'testFrameworkVersion':_0x41b166,'testFrameworkState':_0x320949['toString']()[_0x24f64b(0x216)]('.')[0x1]},_0x32d387={};_0x32d387['depth']=0x3,_0x32d387[_0x24f64b(0x197)]=0x5,logger[_0x24f64b(0x1e2)](_0x24f64b(0x30f)+_0x3ac7a9[_0x24f64b(0x29b)](_0x574eac,0x1)+'/'+_0x3f551b+'\x20-\x20testId:\x20'+_0x1159ab+_0x24f64b(0x190)+_0x33758c[_0x24f64b(0x19c)]+_0x24f64b(0x2a3)+_0x3c65cd+_0x24f64b(0x302)+util[_0x24f64b(0x2fc)](_0xa25ba,_0x32d387));const _0xdeaebf=await GrpcClient['getInstance']()[_0x24f64b(0x1c4)](_0xa25ba);logger['debug'](_0x24f64b(0x30f)+_0x3ac7a9['roATH'](_0x574eac,0x1)+'/'+_0x3f551b+_0x24f64b(0x2bd)+_0x1159ab+_0x24f64b(0x211)+util[_0x24f64b(0x2fc)](_0xdeaebf));}if(_0x27cb0e&&_0x3ac7a9['HsEDx'](_0x27cb0e[_0x24f64b(0x19c)],0x0)&&_0x17a490[TestFrameworkConstants[_0x24f64b(0x264)]]){const _0x544831={[TestFrameworkConstants[_0x24f64b(0x264)]]:{}},_0x296a75={};_0x296a75[_0x1159ab]=_0x544831,_0x11abf6[_0x24f64b(0x219)](_0x296a75);}logger[_0x24f64b(0x1e2)](_0x24f64b(0x261)+_0x1159ab+_0x24f64b(0x248)+_0x3f551b);}catch(_0x3dbd35){logger[_0x24f64b(0x18c)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20'+(_0x1175bf[_0x24f64b(0x2ac)]||_0x1175bf[_0x24f64b(0x1f6)])+_0x24f64b(0x23a)+util['format'](_0x3dbd35));}}['storePendingHook'](_0x4d0ded,_0x55e19e,_0x47d50,_0x23c26e,_0x24e873){const _0x4f854f=a71_0x35fb0a,_0x3fb84e={};_0x3fb84e['RcOii']=function(_0x14ab81,_0x499acb){return _0x14ab81===_0x499acb;},_0x3fb84e[_0x4f854f(0x2c1)]=_0x4f854f(0x29a);const _0x2a14b2=_0x3fb84e,{hookData:_0x3cc95c}=_0x24e873,_0x1b6eca={'testId':_0x55e19e,'testFrameworkState':_0x47d50,'hookState':_0x23c26e,'args':_0x24e873,'timestamp':new Date()[_0x4f854f(0x260)]()};if(_0x2a14b2[_0x4f854f(0x2b7)](_0x47d50,TestFrameworkState[_0x4f854f(0x1b1)])&&_0x3cc95c){const _0x174007={};_0x174007['filePath']=_0x3cc95c['file_name']||_0x3cc95c[_0x4f854f(0x28f)],_0x174007[_0x4f854f(0x1bd)]=_0x3cc95c[_0x4f854f(0x1bd)]||_0x3cc95c[_0x4f854f(0x27b)]&&_0x3cc95c['scopes'][0x0]||'',_0x174007[_0x4f854f(0x2a6)]=_0x2a14b2[_0x4f854f(0x2c1)],_0x1b6eca[_0x4f854f(0x28c)]=_0x174007,logger[_0x4f854f(0x1e2)]('[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20'+_0x55e19e+_0x4f854f(0x1e5)+_0x1b6eca['hookMetadata'][_0x4f854f(0x2c7)]+_0x4f854f(0x2ca)+_0x1b6eca[_0x4f854f(0x28c)]['scope']);}_0x4d0ded['addPendingHook'](_0x55e19e,_0x1b6eca),logger[_0x4f854f(0x1e2)](_0x4f854f(0x251)+_0x55e19e+_0x4f854f(0x274)+_0x47d50+_0x4f854f(0x303)+_0x23c26e);}async[a71_0x35fb0a(0x253)](_0x447271,_0x4cfb65){const _0x49f2e2=a71_0x35fb0a,_0xa2bf={};_0xa2bf[_0x49f2e2(0x2d8)]=function(_0x39b50c,_0x3dd465){return _0x39b50c>_0x3dd465;},_0xa2bf[_0x49f2e2(0x2d7)]='[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20${testFilePath},\x20scope:\x20${testScope}',_0xa2bf['Vdbrn']=function(_0x5e3277,_0x43b46b){return _0x5e3277===_0x43b46b;},_0xa2bf['ezKPH']=function(_0xd91f7c,_0x4d9bb8){return _0xd91f7c===_0x4d9bb8;},_0xa2bf['pZzNB']=function(_0xcc13e7,_0x13b8cb){return _0xcc13e7===_0x13b8cb;},_0xa2bf[_0x49f2e2(0x27e)]=function(_0x56802e,_0x3e5d38){return _0x56802e>_0x3e5d38;},_0xa2bf[_0x49f2e2(0x284)]=function(_0x196213,_0x17cbb7){return _0x196213===_0x17cbb7;},_0xa2bf[_0x49f2e2(0x1ca)]=_0x49f2e2(0x30c),_0xa2bf[_0x49f2e2(0x23e)]='Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20${testId},\x20error:\x20${error}';const _0x1e10e9=_0xa2bf;if(_0x447271[_0x49f2e2(0x185)](_0x4cfb65)){const _0x512da0=_0x447271[_0x49f2e2(0x1ff)](_0x4cfb65);logger[_0x49f2e2(0x1e2)]('Processing\x20'+_0x512da0[_0x49f2e2(0x19c)]+'\x20pending\x20hooks\x20for\x20testId:\x20'+_0x4cfb65);for(const _0x260401 of _0x512da0){try{const _0x42f31e=await this['trackHookEvent'](_0x447271,_0x260401['testFrameworkState'],_0x260401[_0x49f2e2(0x256)],_0x260401[_0x49f2e2(0x20f)]);_0x42f31e&&_0x1e10e9[_0x49f2e2(0x2d8)](Object[_0x49f2e2(0x2f8)](_0x42f31e)['length'],0x0)&&_0x447271['addMultipleEntries'](_0x42f31e),await this['runHooks'](_0x447271,_0x260401[_0x49f2e2(0x276)],_0x260401[_0x49f2e2(0x256)],_0x260401['args']);}catch(_0x3bc312){logger[_0x49f2e2(0x18c)](_0x49f2e2(0x2c0)+_0x4cfb65+_0x49f2e2(0x23a)+_0x3bc312);}}_0x447271[_0x49f2e2(0x2a1)](_0x4cfb65),logger['debug'](_0x49f2e2(0x30d)+_0x4cfb65);}const _0x442a89=_0x447271[_0x49f2e2(0x254)]()[_0x49f2e2(0x201)](_0x4cfb65);if(_0x442a89){const _0x4bf99c=_0x442a89[TestFrameworkConstants[_0x49f2e2(0x2e3)]]||_0x442a89[TestFrameworkConstants[_0x49f2e2(0x1a2)]],_0x1cb742=_0x442a89[TestFrameworkConstants['KEY_TEST_SCOPE']]||_0x442a89[TestFrameworkConstants[_0x49f2e2(0x2e4)]]&&_0x442a89[TestFrameworkConstants[_0x49f2e2(0x2e4)]][0x0]||'';logger[_0x49f2e2(0x1e2)](_0x1e10e9['BaIOK']);const _0x5c3624=_0x447271[_0x49f2e2(0x270)]();for(const _0x36c87d of _0x5c3624){if(_0x1e10e9['Vdbrn'](_0x36c87d,_0x4cfb65))continue;if(_0x447271[_0x49f2e2(0x185)](_0x36c87d)){const _0xe10440=_0x447271[_0x49f2e2(0x1ff)](_0x36c87d);for(const _0xefe8bb of _0xe10440){if(_0x1e10e9[_0x49f2e2(0x1e0)](_0xefe8bb['testFrameworkState'],TestFrameworkState[_0x49f2e2(0x1b1)])&&_0xefe8bb[_0x49f2e2(0x28c)]){const _0x492c94=_0xefe8bb['hookMetadata'][_0x49f2e2(0x2c7)],_0x1d8527=_0xefe8bb['hookMetadata'][_0x49f2e2(0x1bd)];if(_0x1e10e9[_0x49f2e2(0x193)](_0x492c94,_0x4bf99c)&&_0x1e10e9[_0x49f2e2(0x305)](_0x1d8527,_0x1cb742)){logger[_0x49f2e2(0x1e2)](_0x49f2e2(0x18b)+_0x36c87d+_0x49f2e2(0x218)+_0x4cfb65+_0x49f2e2(0x1e5)+_0x492c94+_0x49f2e2(0x2ca)+_0x1d8527);_0xefe8bb['args']&&_0xefe8bb['args'][_0x49f2e2(0x2a2)]&&(_0xefe8bb['args'][_0x49f2e2(0x2a2)]['test_run_id']=_0x4cfb65,logger[_0x49f2e2(0x1e2)](_0x49f2e2(0x27c)+_0x36c87d+'\x20to\x20'+_0x4cfb65));try{const _0x5b3a21=await this['trackHookEvent'](_0x447271,_0xefe8bb[_0x49f2e2(0x276)],_0xefe8bb[_0x49f2e2(0x256)],_0xefe8bb['args']);_0x5b3a21&&_0x1e10e9[_0x49f2e2(0x27e)](Object[_0x49f2e2(0x2f8)](_0x5b3a21)[_0x49f2e2(0x19c)],0x0)&&_0x447271[_0x49f2e2(0x219)](_0x5b3a21);await this[_0x49f2e2(0x208)](_0x447271,_0xefe8bb[_0x49f2e2(0x276)],_0xefe8bb[_0x49f2e2(0x256)],_0xefe8bb['args']);const _0x5343f7=_0x447271[_0x49f2e2(0x1ff)](_0x36c87d)[_0x49f2e2(0x1f9)](_0x400d75=>_0x400d75!==_0xefe8bb);if(_0x1e10e9[_0x49f2e2(0x284)](_0x5343f7[_0x49f2e2(0x19c)],0x0))_0x447271[_0x49f2e2(0x2a1)](_0x36c87d);else{_0x447271[_0x49f2e2(0x2a1)](_0x36c87d);for(const _0x334c32 of _0x5343f7){_0x447271[_0x49f2e2(0x21d)](_0x36c87d,_0x334c32);}}logger[_0x49f2e2(0x1e2)](_0x1e10e9['ZJVbr']);}catch(_0x2ac96d){logger[_0x49f2e2(0x18c)](_0x1e10e9['uggAu']);}}}}}}}}[a71_0x35fb0a(0x2f3)](_0x12f6c0){const _0x1010eb=a71_0x35fb0a,_0x180ba0={'LSIEw':function(_0x3adcd2){return _0x3adcd2();}};if(!_0x12f6c0||!_0x12f6c0['parent'])return;_0x12f6c0['parent'][_0x1010eb(0x1a7)]&&Array['isArray'](_0x12f6c0['parent'][_0x1010eb(0x1a7)])&&_0x12f6c0[_0x1010eb(0x2e8)][_0x1010eb(0x1a7)][_0x1010eb(0x308)](_0x346a53=>{const _0x2d04fd=_0x1010eb;!_0x346a53[_0x2d04fd(0x1ab)]&&!_0x346a53['hookUUID']&&(_0x346a53[_0x2d04fd(0x1ab)]=_0x180ba0[_0x2d04fd(0x202)](uuidv4),_0x346a53[_0x2d04fd(0x233)]=_0x346a53[_0x2d04fd(0x1ab)],logger[_0x2d04fd(0x1e2)](_0x2d04fd(0x1ee)+_0x346a53[_0x2d04fd(0x1b7)]+_0x2d04fd(0x222)+_0x346a53[_0x2d04fd(0x1ab)]));}),this[_0x1010eb(0x2f3)](_0x12f6c0[_0x1010eb(0x2e8)]);}[a71_0x35fb0a(0x213)](_0x4703ae){const _0x587f94=a71_0x35fb0a,_0xd01a3e={'KncOK':function(_0x3ff0d1,_0x556d8e){return _0x3ff0d1(_0x556d8e);}};if(!_0x4703ae||!_0x4703ae[_0x587f94(0x2e8)])return[];const _0x4cc45c=[];return _0x4703ae[_0x587f94(0x2e8)][_0x587f94(0x1a7)]&&Array[_0x587f94(0x297)](_0x4703ae['parent'][_0x587f94(0x1a7)])&&_0x4703ae['parent']['hooks'][_0x587f94(0x308)](_0x338588=>{const _0x42338c=_0x587f94,_0x1f18d5=_0x338588[_0x42338c(0x1ab)]||_0x338588[_0x42338c(0x233)];_0x1f18d5&&!this[_0x42338c(0x19e)](_0x338588)&&!_0xd01a3e[_0x42338c(0x283)](isInternalHook,_0x338588['fn'])&&_0x4cc45c[_0x42338c(0x2e0)](_0x1f18d5);}),[..._0x4cc45c,...this[_0x587f94(0x213)](_0x4703ae[_0x587f94(0x2e8)])];}[a71_0x35fb0a(0x287)](_0x4e34b6){const _0x3e222f=a71_0x35fb0a,_0x41f825={'KNcJJ':function(_0x59ca5d,_0x10d270){return _0x59ca5d(_0x10d270);},'rhpFk':_0x3e222f(0x2dd)},_0x359928=new Map(),_0x39b419=_0x401bf0=>{const _0x196416=_0x3e222f;if(!_0x401bf0||!_0x401bf0[_0x196416(0x2e8)])return;_0x401bf0['parent'][_0x196416(0x1a7)]&&Array[_0x196416(0x297)](_0x401bf0['parent'][_0x196416(0x1a7)])&&_0x401bf0[_0x196416(0x2e8)][_0x196416(0x1a7)][_0x196416(0x308)](_0x364505=>{const _0x324e08=_0x196416,_0x15c622=_0x364505[_0x324e08(0x1ab)]||_0x364505[_0x324e08(0x233)];if(_0x15c622&&!this[_0x324e08(0x19e)](_0x364505)&&!_0x41f825[_0x324e08(0x1fb)](isInternalHook,_0x364505['fn'])){const _0x3544c8={};_0x3544c8['type']=_0x364505['type']||_0x41f825[_0x324e08(0x20c)],_0x3544c8[_0x324e08(0x2d4)]=_0x364505['name']||'\x22'+_0x364505[_0x324e08(0x1b7)]+_0x324e08(0x1cf),_0x359928[_0x324e08(0x1bb)](_0x15c622,_0x3544c8);}}),_0x41f825[_0x196416(0x1fb)](_0x39b419,_0x401bf0['parent']);};return _0x41f825[_0x3e222f(0x1fb)](_0x39b419,_0x4e34b6),_0x359928;}[a71_0x35fb0a(0x19e)](_0x4f274d){const _0x4ad972=a71_0x35fb0a,_0x57fba9={};_0x57fba9[_0x4ad972(0x272)]='jest-circus',_0x57fba9[_0x4ad972(0x232)]=_0x4ad972(0x1ce);const _0x8be92d=_0x57fba9;try{const _0xe40fee=this[_0x4ad972(0x19b)](_0x4f274d);return _0xe40fee&&_0xe40fee[_0x4ad972(0x2d1)](_0x8be92d['VrILx']);}catch(_0x391369){logger[_0x4ad972(0x1e2)](_0x8be92d[_0x4ad972(0x232)]);}return![];}[a71_0x35fb0a(0x19b)](_0x418831){const _0x16fca1=a71_0x35fb0a;if(_0x418831[_0x16fca1(0x2b4)])try{const _0x2979c7=stackTrace[_0x16fca1(0x1af)](_0x418831['asyncError']);return _0x2979c7[0x0]?_0x2979c7[0x0][_0x16fca1(0x278)]():null;}catch(_0xa8c1d7){logger[_0x16fca1(0x1e2)](_0x16fca1(0x245)+util['format'](_0xa8c1d7));}if(_0x418831[_0x16fca1(0x252)])return _0x418831[_0x16fca1(0x252)];return null;}}module[a71_0x35fb0a(0x2e6)]=JestTestFramework;
1
+ function a71_0x3f3b(){const _0x54d45f=['KEY_TEST_STARTED_AT','substr','hooks','forEach','../instances/trackedInstance.js','\x20files','tags','stack-trace','buildHookMapFromTest','Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20${testId},\x20error:\x20${error}','YMgcf','match','qTeKF','250mRiGTy','KEY_HOOK_NAME','findIndex','find','KEY_CUSTOM_TAGS','hasPendingHooks','KEY_TEST_FILE_PATH','\x20(testIdentifier)','split','\x20hook','title','KEY_HOOKS_STARTED','hookState','trackJestInstance','../state/testFrameworkState.js','SToNC','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','\x20(testIdentifier),\x20tags=','KEY_HOOK_FAILURE_TYPE','PhgsD','getJestTestFilePath','toUpperCase','\x22\x20hook','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','removePendingHooks','Error\x20in\x20createTestFrameworkEventPayload:\x20','event_ended_at','testFrameworkName','getTrackedInstance','trackHookEvent','filePath','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','401044MaDEIK','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','getId','FkRct','status','3YPCtvO','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','kZtqR','parallelIndex','hook_run_uuid','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','ApZQz','../grpcClient','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','errorsDetailed','unrDn','from',',\x20attachmentLogs:\x20','TbEAz',',\x20totalHooks=','createContext','test_run_uuid','azpJj','mkbVe','RFOam','../TestInfo.js','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','qbJsc','./testFramework','sJIAQ','has','IHBrL','KEY_TEST_FRAMEWORK_VERSION','OcswM','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','rPlOP','resolveInstance','aeWbc','KEY_LOGS','XnGOa','\x20(testIdentifier),\x20result=','message','zQKzP','KEY_TEST_CODE','KEY_EVENT_ENDED_AT','getActiveHook','KEY_TEST_FAILURE_TYPE','none','WEamx','parse','removeActiveHook','testUUID','VEXAE',',\x20testFramework=',',\x20updates=','rLpVr','keys',',\x20remainingHooks=','pop',',\x20duration=','beforeAll',',\x20error:\x20','depth','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=',',\x20hook=','runHooks','hookMetadata','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','format','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','trackJestInstance:\x20created\x20instance\x20for\x20target=','get','location','getCurrentInstanceName','KEY_TEST_FAILURE_REASON',',\x20hook_run_uuid=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','platformIndex','failure_reason','testData','HwUgt','wPMeP','getJestFailureType','KEY_HOOK_FAILURE_REASON','set','[JestTestFramework]\x20trackHookEvent:\x20SUCCESS\x20-\x20hookType=','inspect','AssertionError','KEY_TEST_LOGS','hook_result','kind','substring','KEY_TEST_NAME','maxArrayLength','setActiveHook','test_identifier','KEY_HOOK_LOGS','test_run_id','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','debug','RdRFm','KEY_TEST_LOCATION',',\x20argsKeys=','addPendingHook',',\x20scope:\x20','58186AuBOZe','mapTestHooks','filter','executionContext',',\x20hookUUID=','KEY_EVENT_STARTED_AT','getInstance','POST','args','DMboM','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','base64',',\x20testData=',',\x20response=','KcWYO','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','eventJson','getHooksForTest','WfNDx','getJestFailureReason','cZaSr','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','Assert','finished_at','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20',',\x20failureType=','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','started_at',',\x20storing\x20as\x20pending\x20hook',',\x20result=','\x20to\x20','getRef','KEY_TEST_RESULT_AT','KEY_TEST_SCOPE','UnhandledError','cnKXJ','atGGp','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','startsWith','6801970XTzLnz','type','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','\x20-\x20test_identifier=','KEY_TEST_SCOPES','file','RmqqP','includes','warn','27ThceEx','hookType','delete','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','../cliUtils.js','getJestTestName','KEY_TEST_ENDED_AT',',\x20logsInBatch:\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','logCreatedEvent','skipped','11oznpUf','ROOT_DESCRIBE_BLOCK','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','uuid','NorXq','hookAnalyticsId','uMaJb','KEY_HOOK_RESULT','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','\x20attachments','LOG_REPORT','getProcessId','push',',\x20target=','unlxQ','gflhD','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','getAllPendingHookTestIds','rblri','2822029uQNIyx','../../../helpers/test-observability/utils','qJWmX','reverse','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','rVEOQ',',\x20hookId=','ceil','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','KEY_TEST_FRAMEWORK_NAME','endedAt',',\x20platformIndex:\x20','duration','ZKjpw','getCurrentHookState','ldVVV','BEFORE_ALL','KEY_HOOK_LAST_STARTED','vTwDY','TKmTE',',\x20screenshotLogs:\x20',',\x20hookState=','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','KEY_TEST_RETRY_OF','KEY_HOOKS_FINISHED','KEY_TEST_RESULT','44392etLrbH',',\x20totalBatches:\x20','join','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','ZOdBn','dSGxw','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','\x20(testIdentifier),\x20hookType=','qyKVU','parent','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND',',\x20hookState:\x20','zCLkX','mXapA','failed','unknown','hookData','NONE','MowzH','KEY_TEST_ID','slice',',\x20failureReason=','KEY_TEST_FAILURE',',\x20exception=','scopes','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20${testFilePath},\x20scope:\x20${testScope}','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','startedAt','matchHookRegex','KEY_TEST_DURATION','PRE',',\x20hookType=','trackEvent','KEY_HOOK_ID',',\x20currentTestId:\x20','DRRvg','hookUUID','umGDh','\x22\x20from\x20testData','activeHooks','XOBlV','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=',',\x20testId=','lnDXj','missing','gWgBM','passed','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','getJestTestIdentifier',',\x20contextId=','uMjIy','getJestTestTags','getJestTestScopes','\x20for\x20testId:\x20','stringify','getTestFrameworks','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20',',\x20scopes=','qvFVv','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','KEY_TEST_ATTACHMENTS','yjyLU','kgodb','JHLaF','toISOString','wvOsV','concat','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','testFrameworkState','asyncError','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','BAmKK','aHrBL','OSpwI','KEY_AUTOMATE_SESSION_NAME','eeCgQ',',\x20consoleLogs:\x20','\x20pending\x20hooks\x20for\x20testId:\x20','hook_id','sendLogCreatedEvent','KEY_HOOK_FAILURE','replace','fYkPE','error','EWxfV','workerInfo','vDHeU','__workerDetails','_ALL','../instances/testFrameworkInstance.js','hook_type','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','KcSHL','apply','retryOf','getContext','getPendingHooks','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','jest-circus','gilTC','isArray','length','iTEYY','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','OXDrd','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','storePendingHook','KEY_TEST_META','addMultipleEntries','IaVBa','\x20-\x20testId:\x20','originalTest','KEY_HOOK_LAST_FINISHED','result','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','../state/hookState.js','map','\x20screenshot\x20logs\x20for\x20testId:\x20','TEST','pDbKS','processPendingHooks','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','onlAy','afterAll','1830224hQELnQ','createTestFrameworkEventPayload','getTestFrameworksVersions','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20',',\x20state=','file_name','TEST_SCREENSHOT','FnPOk','KYcmk','test','bvAgZ','parseJestTestResult','102636VCSKGa','scope','testId','dLxdz','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','uaMGM','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','../../../helpers/classLogger.js','toString','eowlv','name','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','getFileName','skip','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','getAllData','DEFAULT_HOOK_RESULT'];a71_0x3f3b=function(){return _0x54d45f;};return a71_0x3f3b();}const a71_0x997d34=a71_0x7f1c;function a71_0x7f1c(_0x35906d,_0x161a67){const _0x3f3b15=a71_0x3f3b();return a71_0x7f1c=function(_0x7f1c10,_0x18c2aa){_0x7f1c10=_0x7f1c10-0xd6;let _0x9f045a=_0x3f3b15[_0x7f1c10];return _0x9f045a;},a71_0x7f1c(_0x35906d,_0x161a67);}(function(_0x141c52,_0x385105){const _0x49cc35=a71_0x7f1c,_0x2f85eb=_0x141c52();while(!![]){try{const _0x30c654=parseInt(_0x49cc35(0xf3))/0x1+parseInt(_0x49cc35(0x225))/0x2+parseInt(_0x49cc35(0x1c1))/0x3*(-parseInt(_0x49cc35(0x1bc))/0x4)+parseInt(_0x49cc35(0x19c))/0x5*(parseInt(_0x49cc35(0x17e))/0x6)+-parseInt(_0x49cc35(0xd9))/0x7+-parseInt(_0x49cc35(0x172))/0x8*(-parseInt(_0x49cc35(0x255))/0x9)+parseInt(_0x49cc35(0x24c))/0xa*(-parseInt(_0x49cc35(0x260))/0xb);if(_0x30c654===_0x385105)break;else _0x2f85eb['push'](_0x2f85eb['shift']());}catch(_0x4ce985){_0x2f85eb['push'](_0x2f85eb['shift']());}}}(a71_0x3f3b,0x6959a));const TestFramework=require(a71_0x997d34(0x1d8)),TestFrameworkState=require(a71_0x997d34(0x1aa)),HookState=require(a71_0x997d34(0x169)),{createClassLogger}=require(a71_0x997d34(0x185)),TestFrameworkInstance=require(a71_0x997d34(0x14e)),CLIUtils=require(a71_0x997d34(0x259)),TrackedInstance=require(a71_0x997d34(0x193)),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),{isInternalHook}=require(a71_0x997d34(0xda)),logger=createClassLogger('JestTestFramework'),{v4:uuidv4}=require(a71_0x997d34(0x263)),util=require('util'),TestInfo=require(a71_0x997d34(0x1d5)),GrpcClient=require(a71_0x997d34(0x1c8)),stackTrace=require(a71_0x997d34(0x196));class JestTestFramework extends TestFramework{constructor(_0x371b6e,_0x374c1f,_0x546160){super(_0x371b6e,_0x374c1f,_0x546160),this['activeHooks']=new Map();}[a71_0x997d34(0x21a)](_0x12cc86,_0x3e0ece,_0x132a4d){const _0xa2749c=a71_0x997d34,_0x10cdff={};_0x10cdff[_0xa2749c(0x248)]=function(_0xc6a004,_0x744f04){return _0xc6a004||_0x744f04;};const _0x5d3525=_0x10cdff;if(_0x5d3525[_0xa2749c(0x248)](!_0x12cc86,!_0x3e0ece)){logger[_0xa2749c(0x254)](_0xa2749c(0x18c)+_0x12cc86+_0xa2749c(0x229)+_0x3e0ece);return;}!this['activeHooks']['has'](_0x12cc86)&&this['activeHooks'][_0xa2749c(0x210)](_0x12cc86,[]);const _0xf26e59={'hookUUID':_0x3e0ece,'hookType':_0x132a4d,'startedAt':new Date()[_0xa2749c(0x134)]()};this['activeHooks'][_0xa2749c(0x203)](_0x12cc86)[_0xa2749c(0x26c)](_0xf26e59),logger['debug'](_0xa2749c(0xd6)+_0x12cc86+',\x20hookUUID='+_0x3e0ece+_0xa2749c(0x113)+_0x132a4d+_0xa2749c(0x1cf)+this[_0xa2749c(0x11b)][_0xa2749c(0x203)](_0x12cc86)[_0xa2749c(0x15a)]);}[a71_0x997d34(0x1ee)](_0xe00c1c,_0x1be62b){const _0x24981c=a71_0x997d34,_0x3ad699={};_0x3ad699[_0x24981c(0x158)]=function(_0x49c052,_0x38712f){return _0x49c052||_0x38712f;},_0x3ad699['unlxQ']=function(_0x417d7a,_0x18db2a){return _0x417d7a!==_0x18db2a;},_0x3ad699[_0x24981c(0x126)]=function(_0x58bef7,_0x5c88e4){return _0x58bef7===_0x5c88e4;};const _0x5d1d1a=_0x3ad699;if(_0x5d1d1a['gilTC'](!_0xe00c1c,!_0x1be62b)){logger[_0x24981c(0x254)](_0x24981c(0x1ff)+_0xe00c1c+_0x24981c(0x229)+_0x1be62b);return;}if(this[_0x24981c(0x11b)][_0x24981c(0x1da)](_0xe00c1c)){const _0x2b77fe=this[_0x24981c(0x11b)][_0x24981c(0x203)](_0xe00c1c),_0x4d69a6=_0x2b77fe[_0x24981c(0x19e)](_0x50fdc6=>_0x50fdc6['hookUUID']===_0x1be62b);_0x5d1d1a[_0x24981c(0x26e)](_0x4d69a6,-0x1)?(_0x2b77fe['splice'](_0x4d69a6,0x1),logger[_0x24981c(0x21f)](_0x24981c(0x11d)+_0xe00c1c+_0x24981c(0x229)+_0x1be62b+_0x24981c(0x1f5)+_0x2b77fe[_0x24981c(0x15a)]),_0x5d1d1a[_0x24981c(0x126)](_0x2b77fe[_0x24981c(0x15a)],0x0)&&this['activeHooks'][_0x24981c(0x257)](_0xe00c1c)):logger[_0x24981c(0x21f)](_0x24981c(0x12f)+_0xe00c1c+_0x24981c(0x229)+_0x1be62b);}}[a71_0x997d34(0x1e9)](_0x1d97b3){const _0x4a1d25=a71_0x997d34,_0x204276={};_0x204276[_0x4a1d25(0x249)]=function(_0x528d98,_0x492673){return _0x528d98>_0x492673;},_0x204276[_0x4a1d25(0x1f0)]=function(_0x5a323d,_0x1de3fe){return _0x5a323d-_0x1de3fe;};const _0xa3e220=_0x204276;if(!_0x1d97b3)return null;if(this[_0x4a1d25(0x11b)][_0x4a1d25(0x1da)](_0x1d97b3)){const _0x258d1c=this[_0x4a1d25(0x11b)][_0x4a1d25(0x203)](_0x1d97b3);if(_0xa3e220[_0x4a1d25(0x249)](_0x258d1c['length'],0x0)){const _0x2dae40=_0x258d1c[_0xa3e220[_0x4a1d25(0x1f0)](_0x258d1c['length'],0x1)];return logger[_0x4a1d25(0x21f)](_0x4a1d25(0xf6)+_0x1d97b3+_0x4a1d25(0x229)+_0x2dae40[_0x4a1d25(0x118)]+_0x4a1d25(0x113)+_0x2dae40[_0x4a1d25(0x256)]),_0x2dae40;}}return null;}async[a71_0x997d34(0x114)](_0x504aa5,_0xf766ea,_0x4219bf={}){const _0x15c8fa=a71_0x997d34,_0x3479ce={};_0x3479ce[_0x15c8fa(0x266)]=_0x15c8fa(0x1c6),_0x3479ce[_0x15c8fa(0x237)]=function(_0x32aa1b,_0x4f2da1){return _0x32aa1b===_0x4f2da1;},_0x3479ce[_0x15c8fa(0x179)]=function(_0x40cda2,_0x44e05b){return _0x40cda2||_0x44e05b;},_0x3479ce['haRmw']=_0x15c8fa(0xfd);const _0x2e3a74=_0x3479ce;logger[_0x15c8fa(0x21f)](_0x15c8fa(0x10e)+_0x504aa5+_0x15c8fa(0xee)+_0xf766ea+_0x15c8fa(0x222)+Object[_0x15c8fa(0x1f4)](_0x4219bf)[_0x15c8fa(0xf5)](',')),await super[_0x15c8fa(0x114)](_0x504aa5,_0xf766ea,_0x4219bf);const _0x391068=this['resolveInstance'](_0x504aa5,_0xf766ea,_0x4219bf);if(!_0x391068){logger[_0x15c8fa(0x21f)](_0x2e3a74[_0x15c8fa(0x266)]);return;}try{let _0x460fa1,_0x1bda82,_0x5c7605;switch(_0x504aa5){case TestFrameworkState['TEST']:_0x460fa1=_0x4219bf[_0x15c8fa(0x17b)];const _0x5b0100={};_0x5b0100[_0x15c8fa(0x1fa)]=0x2,_0x5b0100[_0x15c8fa(0x219)]=0x3,logger[_0x15c8fa(0x21f)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState='+_0xf766ea+_0x15c8fa(0x231)+util[_0x15c8fa(0x212)](_0x460fa1,_0x5b0100)),_0x5c7605=this[_0x15c8fa(0x124)](_0x460fa1),_0x1bda82=null,logger[_0x15c8fa(0x21f)](_0x15c8fa(0x1ac)+_0x5c7605+_0x15c8fa(0x1a3));if(_0x2e3a74[_0x15c8fa(0x237)](_0xf766ea,HookState[_0x15c8fa(0x112)])){logger[_0x15c8fa(0x21f)](_0x15c8fa(0x15e)+_0x5c7605);const _0x3e3ce7={};_0x3e3ce7['testUUID']=_0x1bda82,_0x3e3ce7[_0x15c8fa(0x20b)]=_0x460fa1,_0x3e3ce7[_0x15c8fa(0x180)]=_0x5c7605;const _0x1590f9=this['parseJestTest'](_0x3e3ce7),_0x2e3a35={};_0x2e3a35[_0x15c8fa(0x1fa)]=0x2,_0x2e3a35['maxArrayLength']=0x3,logger[_0x15c8fa(0x21f)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20'+util[_0x15c8fa(0x212)](_0x1590f9,_0x2e3a35)),_0x391068[_0x15c8fa(0x162)](_0x1590f9),logger[_0x15c8fa(0x21f)](_0x15c8fa(0x189)+_0x5c7605),await this['processPendingHooks'](_0x391068,_0x5c7605);}else{if(_0x2e3a74[_0x15c8fa(0x237)](_0xf766ea,HookState[_0x15c8fa(0x22c)])){logger[_0x15c8fa(0x21f)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20'+_0x5c7605);const _0x1a2121=_0x391068['getAllData']()[_0x15c8fa(0x203)](_0x5c7605);logger[_0x15c8fa(0x21f)](_0x15c8fa(0x258)+util[_0x15c8fa(0x212)](Object['keys'](_0x2e3a74[_0x15c8fa(0x179)](_0x1a2121,{}))));_0x1a2121&&_0x1a2121[TestFrameworkConstants[_0x15c8fa(0x130)]]?logger['debug'](_0x15c8fa(0x21e)+Object[_0x15c8fa(0x1f4)](_0x1a2121[TestFrameworkConstants[_0x15c8fa(0x130)]])['length']+_0x15c8fa(0x194)):logger[_0x15c8fa(0x21f)](_0x2e3a74['haRmw']);const _0x21fb35=_0x4219bf['originalTest']||null,_0xebc3e1={};_0xebc3e1['testUUID']=_0x1bda82,_0xebc3e1[_0x15c8fa(0x20b)]=_0x460fa1,_0xebc3e1[_0x15c8fa(0x180)]=_0x5c7605,_0xebc3e1[_0x15c8fa(0x165)]=_0x21fb35;const _0x32058a=this[_0x15c8fa(0x17d)](_0xebc3e1),_0x233542={};_0x233542[_0x15c8fa(0x1fa)]=0x2,_0x233542[_0x15c8fa(0x219)]=0x3,logger[_0x15c8fa(0x21f)](_0x15c8fa(0x262)+util[_0x15c8fa(0x212)](_0x32058a,_0x233542)),_0x391068['addMultipleEntries'](_0x32058a),logger[_0x15c8fa(0x21f)](_0x15c8fa(0xdd)+_0x5c7605),await this['processPendingHooks'](_0x391068,_0x5c7605);}}break;case TestFrameworkState[_0x15c8fa(0x26a)]:if(_0x2e3a74[_0x15c8fa(0x237)](_0xf766ea,HookState['POST'])){const _0x40b01a={};_0x40b01a[_0x15c8fa(0x1fa)]=0x2,logger[_0x15c8fa(0x21f)]('[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20'+util[_0x15c8fa(0x212)](_0x4219bf,_0x40b01a)),await this['sendLogCreatedEvent'](_0x391068,_0x504aa5,_0x4219bf);}break;default:if(CLIUtils[_0x15c8fa(0x110)](_0x504aa5[_0x15c8fa(0x186)]()[_0x15c8fa(0x1a4)]('.')[0x1])){const _0x316406={};_0x316406[_0x15c8fa(0x1fa)]=0x2,_0x316406['maxArrayLength']=0x3,logger[_0x15c8fa(0x21f)](_0x15c8fa(0x24a)+_0x504aa5+_0x15c8fa(0xee)+_0xf766ea+',\x20hookData='+util[_0x15c8fa(0x212)](_0x4219bf['hookData'],_0x316406));const _0xf164d1=await this[_0x15c8fa(0x1b9)](_0x391068,_0x504aa5,_0xf766ea,_0x4219bf),_0x3f9958={};_0x3f9958[_0x15c8fa(0x1fa)]=0x2,_0x3f9958[_0x15c8fa(0x219)]=0x3,logger[_0x15c8fa(0x21f)](_0x15c8fa(0x268)+util['inspect'](_0xf164d1,_0x3f9958)),_0x391068[_0x15c8fa(0x162)](_0xf164d1);}else logger['debug']('[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState='+_0x504aa5+'\x20&\x20hookState='+_0xf766ea);break;}logger[_0x15c8fa(0x21f)](_0x15c8fa(0x182)+_0x504aa5+_0x15c8fa(0xee)+_0xf766ea);}catch(_0x38d415){logger[_0x15c8fa(0x148)](_0x15c8fa(0x150)+_0x504aa5+',\x20hookState='+_0xf766ea+_0x15c8fa(0x10a)+util[_0x15c8fa(0x200)](_0x38d415));}_0x4219bf['instance']=_0x391068,await this[_0x15c8fa(0x1fd)](_0x391068,_0x504aa5,_0xf766ea,_0x4219bf);}[a71_0x997d34(0x124)](_0x10356a){const _0x1628e4=a71_0x997d34,_0x4444d0={};_0x4444d0[_0x1628e4(0x149)]=_0x1628e4(0x168);const _0x5e528c=_0x4444d0;if(_0x10356a&&(_0x10356a['id']||_0x10356a[_0x1628e4(0x263)])){const _0x25cf0b=_0x10356a['id']||_0x10356a['uuid'];return logger['debug'](_0x1628e4(0x1de)+_0x25cf0b+_0x1628e4(0x11a)),_0x25cf0b;}return logger[_0x1628e4(0x21f)](_0x5e528c[_0x1628e4(0x149)]),process['pid']+':testAnalyticsId';}[a71_0x997d34(0x1e0)](_0xee95d0,_0xfc1d94,_0x109c4e={}){const _0x2d29e1=a71_0x997d34;let _0xab6805=null;return _0xab6805=TestFramework[_0x2d29e1(0x1b8)](),!_0xab6805?(logger[_0x2d29e1(0x21f)](_0x2d29e1(0x1fb)+_0xee95d0),this['trackJestInstance'](_0xee95d0,_0x109c4e),_0xab6805=TestFramework[_0x2d29e1(0x1b8)](),logger['debug'](_0x2d29e1(0x1c2)+!!_0xab6805+_0x2d29e1(0x125)+_0xab6805?.[_0x2d29e1(0x154)]()?.['getId']())):logger[_0x2d29e1(0x21f)](_0x2d29e1(0xf9)+_0xab6805[_0x2d29e1(0x154)]()?.[_0x2d29e1(0x1be)]()),_0xab6805;}[a71_0x997d34(0x1a9)](_0x419a2a,_0x46ecdf){const _0x1ef6a9=a71_0x997d34,_0x54224a={};_0x54224a[_0x1ef6a9(0x239)]='trackJestInstance:\x20instance\x20already\x20exists';const _0x4b8107=_0x54224a;if(TestFramework['getTrackedInstance']()){logger['debug'](_0x4b8107['cZaSr']);return;}const _0x1929df=CLIUtils[_0x1ef6a9(0x205)](),_0x13b73e=TrackedInstance[_0x1ef6a9(0x1d0)](_0x1929df);let _0x211086=null;logger[_0x1ef6a9(0x21f)](_0x1ef6a9(0x202)+_0x1929df+_0x1ef6a9(0x176)+_0x419a2a),_0x211086=new TestFrameworkInstance(_0x13b73e,this['getTestFrameworks'](),this[_0x1ef6a9(0x174)](),_0x419a2a,HookState[_0x1ef6a9(0x104)]),TestFramework['setTrackedInstance'](_0x13b73e,_0x211086),logger[_0x1ef6a9(0x21f)]('[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId='+_0x13b73e[_0x1ef6a9(0x1be)]()+_0x1ef6a9(0x26d)+_0x1929df+_0x1ef6a9(0x1f1)+this['getTestFrameworks']()[0x0]+',\x20version='+this[_0x1ef6a9(0x174)]()[this['getTestFrameworks']()[0x0]]);}['parseJestTest'](_0x40f674){const _0x96c4e2=a71_0x997d34,_0x4af96a={};_0x4af96a[_0x96c4e2(0x1db)]=function(_0x54fc0f,_0x43ec61){return _0x54fc0f||_0x43ec61;},_0x4af96a['aHrBL']='No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test';const _0x478c5f=_0x4af96a,{testUUID:_0x5f27a0,testData:_0x4f6b79,testId:_0x4be94a}=_0x40f674;if(_0x478c5f[_0x96c4e2(0x1db)](!_0x4f6b79,!_0x4be94a))return logger[_0x96c4e2(0x21f)](_0x478c5f[_0x96c4e2(0x13d)]),{};const _0x55f7d5=this[_0x96c4e2(0x12b)]()[0x0],_0x9d62d3=this[_0x96c4e2(0x174)](),_0x1ddf97={};_0x1ddf97[_0x96c4e2(0x1fa)]=0x2,_0x1ddf97[_0x96c4e2(0x219)]=0x3,logger[_0x96c4e2(0x21f)](_0x96c4e2(0x1b3)+util['inspect'](_0x4f6b79,_0x1ddf97));const _0xca26d5=_0x4f6b79?.[_0x96c4e2(0x10b)]||[],_0x326208=this[_0x96c4e2(0x25a)](_0x4f6b79),_0x33ead9=this[_0x96c4e2(0x1b0)](_0x4f6b79),_0x30e0d9=_0x4f6b79['fn']?_0x4f6b79['fn'][_0x96c4e2(0x186)]():null,_0xd22aba=this[_0x96c4e2(0x127)](_0x4f6b79),_0x7c2426={[TestFrameworkConstants[_0x96c4e2(0xe2)]]:_0x55f7d5,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x9d62d3[_0x55f7d5],[TestFrameworkConstants[_0x96c4e2(0x214)]]:[],[TestFrameworkConstants[_0x96c4e2(0xf1)]]:{},[TestFrameworkConstants[_0x96c4e2(0x1a7)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants['DEFAULT_TEST_RESULT'],[TestFrameworkConstants[_0x96c4e2(0x13f)]]:_0x326208,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x33ead9,[TestFrameworkConstants[_0x96c4e2(0x106)]]:_0x4be94a,[TestFrameworkConstants[_0x96c4e2(0x218)]]:_0x326208,[TestFrameworkConstants[_0x96c4e2(0x221)]]:_0x33ead9,[TestFrameworkConstants[_0x96c4e2(0x1e7)]]:_0x30e0d9,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0xd22aba,[TestFrameworkConstants[_0x96c4e2(0x18f)]]:_0x4f6b79['started_at']||new Date()[_0x96c4e2(0x134)](),[TestFrameworkConstants[_0x96c4e2(0x246)]]:_0xca26d5[0x0]||'',[TestFrameworkConstants[_0x96c4e2(0x250)]]:_0xca26d5,[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x326208,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x96c4e2(0x161)]]:{}};_0x4f6b79[_0x96c4e2(0x153)]&&(_0x7c2426[TestFrameworkConstants[_0x96c4e2(0xf0)]]=_0x4f6b79[_0x96c4e2(0x153)]);logger['debug'](_0x96c4e2(0x201)+_0x326208+_0x96c4e2(0x11e)+_0x4be94a+_0x96c4e2(0x1ad)+JSON['stringify'](_0xd22aba)+_0x96c4e2(0x12d)+util['inspect'](_0xca26d5)+',\x20filePath='+_0x33ead9);const _0x3085da={};return _0x3085da[_0x4be94a]=_0x7c2426,_0x3085da;}['parseJestTestResult'](_0x3dca73){const _0x24ba3e=a71_0x997d34,_0x5c2b50={'eeCgQ':function(_0x4df2e9,_0x167975){return _0x4df2e9===_0x167975;},'rVEOQ':_0x24ba3e(0x171),'rLpVr':_0x24ba3e(0x1f8),'iTEYY':'ALL','uaMGM':_0x24ba3e(0x14d),'fYkPE':function(_0x11f914,_0x4904e1){return _0x11f914||_0x4904e1;},'RmqqP':_0x24ba3e(0x15c),'sMSuS':function(_0x4f4a08,_0x3a4070){return _0x4f4a08||_0x3a4070;},'qJWmX':_0x24ba3e(0x102),'KcWYO':function(_0x47fa7f,_0x3c61b3){return _0x47fa7f>_0x3c61b3;},'vTwDY':_0x24ba3e(0x101),'ZKjpw':_0x24ba3e(0x18b),'NorXq':function(_0x2e500b,_0x9f36d2){return _0x2e500b===_0x9f36d2;},'OXDrd':_0x24ba3e(0x25f),'umGDh':'passed','vnzGy':function(_0x2039eb,_0x4ed8a5){return _0x2039eb===_0x4ed8a5;},'dLxdz':function(_0x2933da,_0x109e80){return _0x2933da!==_0x109e80;},'azpJj':function(_0x2bad2b,_0x3765cc,_0xe17c9e,_0x5650a7){return _0x2bad2b(_0x3765cc,_0xe17c9e,_0x5650a7);},'mkbVe':function(_0x9e47ba,_0x13222b){return _0x9e47ba>_0x13222b;},'XDHcH':_0x24ba3e(0x234)},{testUUID:_0x36a597,testData:_0x2df2d0,testId:_0x2b9abc}=_0x3dca73;if(_0x5c2b50[_0x24ba3e(0x147)](!_0x2df2d0,!_0x2b9abc))return logger[_0x24ba3e(0x21f)](_0x5c2b50[_0x24ba3e(0x252)]),{};const _0x38b704=this[_0x24ba3e(0x1e0)](TestFrameworkState[_0x24ba3e(0x16c)],HookState['POST']),_0x281cdd=_0x38b704[_0x24ba3e(0x18d)]()[_0x24ba3e(0x203)](_0x2b9abc),_0x1010f4=_0x5c2b50['sMSuS'](_0x281cdd,{}),_0x6bfc91=_0x1010f4?_0x1010f4[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{},_0x188939=_0x1010f4[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']];logger[_0x24ba3e(0x21f)](_0x24ba3e(0x184)+(_0x188939?Object[_0x24ba3e(0x1f4)](_0x188939)[_0x24ba3e(0x15a)]:0x0)+_0x24ba3e(0x269));let _0x53edc5=_0x5c2b50[_0x24ba3e(0xdb)];if(_0x2df2d0['result'])_0x53edc5=_0x2df2d0[_0x24ba3e(0x167)];else{if(_0x2df2d0[_0x24ba3e(0x1ca)]&&_0x5c2b50[_0x24ba3e(0x233)](_0x2df2d0[_0x24ba3e(0x1ca)]['length'],0x0))_0x53edc5=_0x5c2b50['vTwDY'];else _0x5c2b50[_0x24ba3e(0x140)](_0x2df2d0[_0x24ba3e(0x1c0)],_0x5c2b50[_0x24ba3e(0xe6)])||_0x5c2b50[_0x24ba3e(0x264)](_0x2df2d0[_0x24ba3e(0x1c0)],_0x5c2b50[_0x24ba3e(0x15d)])?_0x53edc5=_0x5c2b50[_0x24ba3e(0x15d)]:_0x53edc5=_0x5c2b50[_0x24ba3e(0x119)];}const _0x5d3a59={..._0x1010f4,[TestFrameworkConstants[_0x24ba3e(0xf2)]]:_0x53edc5,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x2df2d0[_0x24ba3e(0x23c)]||new Date()[_0x24ba3e(0x134)](),[TestFrameworkConstants[_0x24ba3e(0x245)]]:new Date()[_0x24ba3e(0x134)](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x6bfc91,[TestFrameworkConstants[_0x24ba3e(0x1e2)]]:[],[TestFrameworkConstants[_0x24ba3e(0x161)]]:{}};if(_0x5c2b50['vnzGy'](_0x53edc5,_0x5c2b50[_0x24ba3e(0xeb)])&&_0x2df2d0[_0x24ba3e(0x1ca)]){const _0x4b4618=this[_0x24ba3e(0x238)](_0x2df2d0),_0x3d1487=this[_0x24ba3e(0x20e)](_0x2df2d0),_0x52c184=this['getJestFailureData'](_0x2df2d0);_0x5d3a59[TestFrameworkConstants[_0x24ba3e(0x1ea)]]=_0x3d1487,_0x5d3a59[TestFrameworkConstants[_0x24ba3e(0x206)]]=_0x4b4618,_0x5d3a59[TestFrameworkConstants[_0x24ba3e(0x109)]]=_0x52c184;}_0x5c2b50[_0x24ba3e(0x181)](_0x2df2d0['duration'],undefined)&&(_0x5d3a59[TestFrameworkConstants[_0x24ba3e(0x111)]]=_0x2df2d0['duration']);_0x2df2d0[_0x24ba3e(0x153)]&&(_0x5d3a59[TestFrameworkConstants[_0x24ba3e(0xf0)]]=_0x2df2d0[_0x24ba3e(0x153)]);const _0xef8b09=_0x281cdd?_0x281cdd[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{}:{},_0x2891ba=_0x281cdd?_0x281cdd[TestFrameworkConstants['KEY_TEST_UUID']]:_0x36a597,_0x399a65=_0x5c2b50[_0x24ba3e(0x1d2)](getManualUploadLogs,_0xef8b09,_0x2891ba,_0x2b9abc);if(_0x5c2b50[_0x24ba3e(0x233)](_0x399a65['length'],0x0)){const _0x26500b=_0x5d3a59[TestFrameworkConstants['KEY_LOGS']]||[];_0x5d3a59[TestFrameworkConstants[_0x24ba3e(0x1e2)]]=[..._0x26500b,..._0x399a65];}const _0x37052d=_0x1010f4[TestFrameworkConstants[_0x24ba3e(0xf1)]]||{},_0x518f75=_0x1010f4[TestFrameworkConstants[_0x24ba3e(0x1a7)]]||{},_0x34e2b7={..._0x37052d},_0x3899f4=_0x34e2b7;Object[_0x24ba3e(0x1f4)](_0x518f75)[_0x24ba3e(0x192)](_0xcf1942=>{const _0x43bd9b=_0x24ba3e;!_0x3899f4[_0xcf1942]&&(_0x3899f4[_0xcf1942]=[]);const _0x4ce970=new Set((_0x3899f4[_0xcf1942]||[])[_0x43bd9b(0x16a)](_0x9a9e05=>_0x9a9e05[TestFrameworkConstants[_0x43bd9b(0x115)]]||_0x9a9e05[_0x43bd9b(0x143)]));(_0x518f75[_0xcf1942]||[])[_0x43bd9b(0x192)](_0x6e21cb=>{const _0x194481=_0x43bd9b,_0x304ded=_0x6e21cb[TestFrameworkConstants['KEY_HOOK_ID']]||_0x6e21cb['hook_id'];if(!_0x4ce970[_0x194481(0x1da)](_0x304ded)){const _0x2b0f69={..._0x6e21cb},_0x366be2=_0x2b0f69;!_0x366be2[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]&&!_0x366be2[_0x194481(0x1b6)]&&(_0x366be2[TestFrameworkConstants[_0x194481(0x1e8)]]=new Date()['toISOString']()),!_0x366be2[TestFrameworkConstants[_0x194481(0x267)]]&&!_0x366be2[_0x194481(0x215)]&&(_0x366be2[TestFrameworkConstants[_0x194481(0x267)]]=TestFrameworkConstants[_0x194481(0x18e)]),_0x3899f4[_0xcf1942][_0x194481(0x26c)](_0x366be2);}});});if(_0x3dca73[_0x24ba3e(0x165)]){this[_0x24ba3e(0x226)](_0x3dca73['originalTest']);const _0x53e774=this['buildHookMapFromTest'](_0x3dca73[_0x24ba3e(0x165)]),_0x98223f=this[_0x24ba3e(0x236)](_0x3dca73[_0x24ba3e(0x165)]);_0x98223f[_0x24ba3e(0x192)](_0x323c7e=>{const _0xba0da2=_0x24ba3e,_0x560098=_0x53e774[_0xba0da2(0x203)](_0x323c7e);if(_0x560098&&(_0x5c2b50['eeCgQ'](_0x560098[_0xba0da2(0x24d)],_0x5c2b50[_0xba0da2(0xde)])||_0x5c2b50[_0xba0da2(0x140)](_0x560098[_0xba0da2(0x24d)],_0x5c2b50[_0xba0da2(0x1f3)]))){const _0x37ce80=_0x560098[_0xba0da2(0x24d)][_0xba0da2(0x1b1)]()[_0xba0da2(0x146)](_0x5c2b50[_0xba0da2(0x15b)],_0x5c2b50[_0xba0da2(0x183)]),_0xcb03f=_0x37ce80;!_0x3899f4[_0xcb03f]&&(_0x3899f4[_0xcb03f]=[]);const _0x4b37ce=_0x3899f4[_0xcb03f][_0xba0da2(0x19f)](_0x158923=>(_0x158923[TestFrameworkConstants[_0xba0da2(0x115)]]||_0x158923[_0xba0da2(0x143)])===_0x323c7e);!_0x4b37ce&&_0x3899f4[_0xcb03f][_0xba0da2(0x26c)]({'key':_0xcb03f,[TestFrameworkConstants[_0xba0da2(0x115)]]:_0x323c7e,[TestFrameworkConstants[_0xba0da2(0x267)]]:TestFrameworkConstants[_0xba0da2(0x18e)],[TestFrameworkConstants[_0xba0da2(0x22a)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0xba0da2(0x1e8)]]:new Date()[_0xba0da2(0x134)](),[TestFrameworkConstants[_0xba0da2(0x21c)]]:[],[TestFrameworkConstants[_0xba0da2(0x19d)]]:_0x560098[_0xba0da2(0x188)]||_0x560098[_0xba0da2(0x24d)]+_0xba0da2(0x1a5),[TestFrameworkConstants[_0xba0da2(0x1a0)]]:_0x6bfc91});}});}if(_0x2df2d0['hooks']&&_0x5c2b50[_0x24ba3e(0x1d3)](_0x2df2d0['hooks'][_0x24ba3e(0x15a)],0x0))_0x5d3a59[TestFrameworkConstants[_0x24ba3e(0xf1)]]=_0x2df2d0[_0x24ba3e(0x191)],logger['debug'](_0x5c2b50['XDHcH']);else _0x5c2b50[_0x24ba3e(0x233)](Object[_0x24ba3e(0x1f4)](_0x3899f4)[_0x24ba3e(0x15a)],0x0)&&(_0x5d3a59[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x3899f4,logger[_0x24ba3e(0x21f)](_0x24ba3e(0x10c)+Object[_0x24ba3e(0x1f4)](_0x3899f4)[_0x24ba3e(0xf5)](',')));const _0x29319b=this[_0x24ba3e(0x25a)](_0x2df2d0);logger[_0x24ba3e(0x21f)](_0x24ba3e(0x138)+_0x29319b+',\x20testId='+_0x2b9abc+_0x24ba3e(0x1e4)+_0x53edc5+_0x24ba3e(0x1f7)+_0x2df2d0[_0x24ba3e(0xe5)]);_0x5c2b50[_0x24ba3e(0x140)](_0x53edc5,_0x5c2b50[_0x24ba3e(0xeb)])&&logger['debug']('[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId='+_0x2b9abc+_0x24ba3e(0x23e)+_0x5d3a59[TestFrameworkConstants[_0x24ba3e(0x1ea)]]+',\x20failureReason='+_0x5d3a59[TestFrameworkConstants[_0x24ba3e(0x206)]]?.[_0x24ba3e(0x217)](0x0,0xc8));const _0xa09baf={};return _0xa09baf[_0x2b9abc]=_0x5d3a59,_0xa09baf;}[a71_0x997d34(0x128)](_0x5be3e6){const _0x29a1f5=a71_0x997d34,_0x368e5a={};_0x368e5a['UfhUx']=function(_0x22f6f6,_0x29a56f){return _0x22f6f6!==_0x29a56f;},_0x368e5a[_0x29a1f5(0xf8)]=function(_0x271add,_0x463dfe){return _0x271add!==_0x463dfe;},_0x368e5a[_0x29a1f5(0x1cb)]=_0x29a1f5(0x261);const _0x895919=_0x368e5a,_0x182def={};_0x182def[_0x29a1f5(0x1fa)]=0x2,_0x182def[_0x29a1f5(0x219)]=0x3,logger[_0x29a1f5(0x21f)](_0x29a1f5(0x1bb)+util[_0x29a1f5(0x212)](_0x5be3e6,_0x182def));const _0x112404=[];if(_0x5be3e6&&_0x5be3e6[_0x29a1f5(0xfc)]){let _0x49193a=_0x5be3e6[_0x29a1f5(0xfc)];while(_0x49193a&&_0x49193a[_0x29a1f5(0x188)]&&_0x895919['UfhUx'](_0x49193a[_0x29a1f5(0x188)],'')&&_0x895919[_0x29a1f5(0xf8)](_0x49193a[_0x29a1f5(0x188)],_0x895919[_0x29a1f5(0x1cb)])){_0x112404['push'](_0x49193a[_0x29a1f5(0x188)]),_0x49193a=_0x49193a[_0x29a1f5(0xfc)];}}return _0x112404[_0x29a1f5(0xdc)]();}['getJestTestName'](_0xaecd09){const _0x34a457=a71_0x997d34,_0x315662={};_0x315662['DvIHF']='Unknown\x20Test';const _0x1500d2=_0x315662;if(_0xaecd09['name'])return _0xaecd09['name'];if(_0xaecd09['title'])return _0xaecd09[_0x34a457(0x1a6)];return _0x1500d2['DvIHF'];}[a71_0x997d34(0x127)](_0x553a02){const _0x311d74=a71_0x997d34,_0x299ea1=[];if(_0x553a02[_0x311d74(0x195)]&&Array[_0x311d74(0x159)](_0x553a02[_0x311d74(0x195)]))return _0x553a02['tags']['map'](_0xa28881=>_0xa28881[_0x311d74(0x24b)]('@')?_0xa28881[_0x311d74(0x190)](0x1):_0xa28881);const _0x559e5c=this['getJestTestName'](_0x553a02),_0xbb5599=_0x559e5c[_0x311d74(0x19a)](/@(\w+)/g);if(_0xbb5599)return _0xbb5599[_0x311d74(0x16a)](_0x385bc5=>_0x385bc5[_0x311d74(0x107)](0x1));return _0x553a02['scopes']&&Array[_0x311d74(0x159)](_0x553a02[_0x311d74(0x10b)])&&_0x553a02[_0x311d74(0x10b)][_0x311d74(0x192)](_0x1a85cc=>{const _0x220a12=_0x311d74,_0x45b38b=_0x1a85cc[_0x220a12(0x19a)](/@(\w+)/g);_0x45b38b&&_0x45b38b[_0x220a12(0x192)](_0x566152=>{const _0x508f3b=_0x220a12,_0x30abaf=_0x566152[_0x508f3b(0x107)](0x1);!_0x299ea1[_0x508f3b(0x253)](_0x30abaf)&&_0x299ea1['push'](_0x30abaf);});}),_0x299ea1;}[a71_0x997d34(0x1b0)](_0x47eb72){const _0x535a61=a71_0x997d34,_0x45d1ce={'DMboM':function(_0x485ae6,_0x1f0807){return _0x485ae6(_0x1f0807);},'QNPta':_0x535a61(0x196)};if(_0x47eb72['file_name'])return _0x47eb72[_0x535a61(0x177)];if(_0x47eb72['asyncError']){const _0x5ad26a=_0x45d1ce[_0x535a61(0x22e)](require,_0x45d1ce['QNPta']);try{const _0x219979=_0x5ad26a[_0x535a61(0x1ed)](_0x47eb72[_0x535a61(0x13a)]);if(_0x219979[0x0]&&_0x219979[0x0][_0x535a61(0x18a)])return _0x219979[0x0][_0x535a61(0x18a)]();}catch(_0x2fc063){logger['debug']('Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20'+util[_0x535a61(0x200)](_0x2fc063));}}return null;}[a71_0x997d34(0x238)](_0x18a5a1){const _0x2076ab=a71_0x997d34,_0x5226f9={};_0x5226f9['PYVFa']=function(_0x5ebcc3,_0x4ea4d4){return _0x5ebcc3>_0x4ea4d4;},_0x5226f9[_0x2076ab(0x132)]='Unknown\x20error';const _0x432490=_0x5226f9;if(_0x18a5a1[_0x2076ab(0x1ca)]&&_0x432490['PYVFa'](_0x18a5a1[_0x2076ab(0x1ca)]['length'],0x0))return util[_0x2076ab(0x212)](_0x18a5a1[_0x2076ab(0x1ca)][0x0]);if(_0x18a5a1[_0x2076ab(0x20a)])return _0x18a5a1[_0x2076ab(0x20a)];return _0x432490[_0x2076ab(0x132)];}[a71_0x997d34(0x20e)](_0x51c765){const _0x3eea82=a71_0x997d34,_0x4e41e7={};_0x4e41e7[_0x3eea82(0xfb)]=_0x3eea82(0x23b),_0x4e41e7[_0x3eea82(0x1c3)]=_0x3eea82(0x213),_0x4e41e7['YMgcf']=_0x3eea82(0x247);const _0x4528d8=_0x4e41e7,_0x1b47c8=this[_0x3eea82(0x238)](_0x51c765);if(_0x1b47c8&&_0x1b47c8[_0x3eea82(0x253)](_0x4528d8[_0x3eea82(0xfb)]))return _0x4528d8[_0x3eea82(0x1c3)];return _0x4528d8[_0x3eea82(0x199)];}['getJestFailureData'](_0x430d5c){const _0x474bd5=a71_0x997d34,_0x22205a={'OcswM':function(_0x485395,_0xbe8fb3){return _0x485395(_0xbe8fb3);},'sJIAQ':_0x474bd5(0xda),'wvOsV':function(_0x5c4a7f,_0x5964c5){return _0x5c4a7f!==_0x5964c5;},'OJRGr':'test'},{failureData:_0x21a1fe}=_0x22205a[_0x474bd5(0x1dd)](require,_0x22205a[_0x474bd5(0x1d9)]),_0x194174=[];return _0x22205a[_0x474bd5(0x135)](_0x430d5c['errorsDetailed'],undefined)&&_0x194174[_0x474bd5(0x26c)](_0x430d5c['errorsDetailed'],_0x22205a['OJRGr']),_0x21a1fe[_0x474bd5(0x152)](null,_0x194174);}async[a71_0x997d34(0x1b9)](_0x436b6a,_0x1ce410,_0xa7aff8,_0x14b876){const _0x2f2130=a71_0x997d34,_0x2e0805={'SToNC':'[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','XOBlV':function(_0x4a3ad2){return _0x4a3ad2();},'lnDXj':function(_0x4e4440,_0x340e8e){return _0x4e4440 in _0x340e8e;},'HwUgt':function(_0x49c078,_0x268183){return _0x49c078 in _0x268183;},'ldVVV':function(_0x24af68,_0x48ae92){return _0x24af68===_0x48ae92;},'RdRFm':function(_0x523a54,_0x2f8732){return _0x523a54===_0x2f8732;},'FkRct':function(_0x3234c4,_0x5cb146){return _0x3234c4>_0x5cb146;},'bvAgZ':_0x2f2130(0x101),'MowzH':_0x2f2130(0x122),'zQKzP':function(_0x37169e,_0x2fcab0){return _0x37169e===_0x2fcab0;},'wPMeP':function(_0x41692e,_0x1e381e){return _0x41692e!==_0x1e381e;}},{hookData:_0x37319c}=_0x14b876,_0x2259d8=_0xa7aff8[_0x2f2130(0x186)](),_0x75585e=_0x1ce410[_0x2f2130(0x186)](),_0x10ef97={};_0x10ef97[_0x2f2130(0x1fa)]=0x2,_0x10ef97[_0x2f2130(0x219)]=0x3,logger['debug'](_0x2f2130(0x156)+_0x75585e+',\x20hookState='+_0x2259d8+',\x20hookData='+util[_0x2f2130(0x212)](_0x37319c,_0x10ef97));if(!_0x37319c)return logger['debug'](_0x2e0805[_0x2f2130(0x1ab)]),{};const _0x5cf54b=_0x37319c[_0x2f2130(0x263)]||_0x37319c['hookAnalyticsId']||_0x2e0805[_0x2f2130(0x11c)](uuidv4),_0x29d489=_0x37319c['test_run_id']||this[_0x2f2130(0x124)](_0x37319c),_0x5164ba=_0x1ce410['toString']()[_0x2f2130(0x1a4)]('.')[0x1],_0x3827f2=_0x436b6a[_0x2f2130(0x18d)]()[_0x2f2130(0x203)](_0x29d489),_0x2e1427=_0x3827f2?_0x3827f2[TestFrameworkConstants[_0x2f2130(0x1a0)]]||{}:{};logger['debug'](_0x2f2130(0x16f)+_0x5cf54b+_0x2f2130(0x11e)+_0x29d489+_0x2f2130(0xfa)+_0x5164ba+_0x2f2130(0xee)+_0x2259d8);if(!_0x3827f2)return logger[_0x2f2130(0x21f)]('[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20'+_0x29d489+_0x2f2130(0x241)),this[_0x2f2130(0x160)](_0x436b6a,_0x29d489,_0x1ce410,_0xa7aff8,_0x14b876),{};let _0xd99c36=_0x3827f2[TestFrameworkConstants[_0x2f2130(0x1a7)]];!_0xd99c36&&(_0xd99c36={});!_0x2e0805[_0x2f2130(0x11f)](_0x5164ba,_0xd99c36)&&(_0xd99c36[_0x5164ba]=[]);let _0x14ecf=_0x3827f2[TestFrameworkConstants[_0x2f2130(0xf1)]];!_0x14ecf&&(_0x14ecf={});!_0x2e0805[_0x2f2130(0x20c)](_0x5164ba,_0x14ecf)&&(_0x14ecf[_0x5164ba]=[]);const _0x2a1ba8={[TestFrameworkConstants[_0x2f2130(0x1a7)]]:_0xd99c36,[TestFrameworkConstants[_0x2f2130(0xf1)]]:_0x14ecf},_0x34e560={};_0x34e560[_0x29d489]=_0x2a1ba8;const _0x147dba=_0x34e560;if(_0x2e0805[_0x2f2130(0xe8)](_0xa7aff8,HookState[_0x2f2130(0x112)])){const _0x306961={'key':_0x5164ba,[TestFrameworkConstants[_0x2f2130(0x115)]]:_0x5cf54b,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0x2f2130(0x18e)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:_0x37319c[_0x2f2130(0x240)]||new Date()[_0x2f2130(0x134)](),[TestFrameworkConstants[_0x2f2130(0x21c)]]:[],[TestFrameworkConstants[_0x2f2130(0x19d)]]:_0x37319c[_0x2f2130(0x188)]||_0x37319c[_0x2f2130(0x14f)]||_0x5164ba,[TestFrameworkConstants[_0x2f2130(0x1a0)]]:_0x2e1427};_0xd99c36[_0x5164ba][_0x2f2130(0x26c)](_0x306961),_0x147dba[_0x29d489][TestFrameworkConstants[_0x2f2130(0xea)]]=_0x5164ba;const _0x46432c={};_0x46432c[_0x2f2130(0x1fa)]=0x2,logger[_0x2f2130(0x21f)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x5164ba+_0x2f2130(0xdf)+_0x5cf54b+_0x2f2130(0x11e)+_0x29d489+_0x2f2130(0x1fc)+util[_0x2f2130(0x212)](_0x306961,_0x46432c));}else{if(_0x2e0805[_0x2f2130(0x220)](_0xa7aff8,HookState[_0x2f2130(0x22c)])){const _0x1d3f19=_0x37319c[_0x2f2130(0x167)]||(_0x37319c[_0x2f2130(0x1ca)]&&_0x2e0805[_0x2f2130(0x1bf)](_0x37319c[_0x2f2130(0x1ca)]['length'],0x0)?_0x2e0805[_0x2f2130(0x17c)]:_0x2e0805[_0x2f2130(0x105)]),_0x1c5fd9=_0xd99c36[_0x5164ba]||[];logger['debug'](_0x2f2130(0x22f)+_0x5164ba+_0x2f2130(0x11e)+_0x29d489+_0x2f2130(0x242)+_0x1d3f19+',\x20hooksListLength='+_0x1c5fd9['length']);if(_0x2e0805[_0x2f2130(0x1bf)](_0x1c5fd9[_0x2f2130(0x15a)],0x0)){const _0x152610=_0x1c5fd9[_0x2f2130(0x1f6)]();_0x2e0805[_0x2f2130(0x1e6)](_0x1d3f19,_0x2e0805[_0x2f2130(0x17c)])&&_0x37319c[_0x2f2130(0x1ca)]?(_0x152610[TestFrameworkConstants[_0x2f2130(0x1ae)]]=this[_0x2f2130(0x20e)](_0x37319c),_0x152610[TestFrameworkConstants[_0x2f2130(0x20f)]]=this[_0x2f2130(0x238)](_0x37319c),_0x152610[TestFrameworkConstants[_0x2f2130(0x145)]]=this['getJestFailureData'](_0x37319c),logger[_0x2f2130(0x21f)](_0x2f2130(0x1d6)+_0x5164ba+',\x20failureType='+_0x152610[TestFrameworkConstants[_0x2f2130(0x1ae)]]+_0x2f2130(0x108)+_0x152610[TestFrameworkConstants[_0x2f2130(0x20f)]]?.[_0x2f2130(0x217)](0x0,0xc8))):_0x152610[TestFrameworkConstants[_0x2f2130(0x267)]]=_0x2e0805[_0x2f2130(0x105)];_0x2e0805[_0x2f2130(0x20d)](_0x1d3f19,TestFrameworkConstants[_0x2f2130(0x18e)])&&(_0x152610[TestFrameworkConstants[_0x2f2130(0x267)]]=_0x1d3f19);_0x152610[TestFrameworkConstants[_0x2f2130(0x1e8)]]=_0x37319c[_0x2f2130(0x23c)]||new Date()[_0x2f2130(0x134)](),_0x152610[TestFrameworkConstants[_0x2f2130(0x1a0)]]=_0x2e1427;const _0x1b50e0=_0x152610[TestFrameworkConstants[_0x2f2130(0x115)]];!_0x14ecf[_0x5164ba]&&(_0x14ecf[_0x5164ba]=[]);_0x14ecf[_0x5164ba]['push'](_0x152610),_0x147dba[_0x29d489][TestFrameworkConstants[_0x2f2130(0x166)]]=_0x5164ba;const _0x51b79b={};_0x51b79b[_0x2f2130(0x1fa)]=0x2,logger['debug'](_0x2f2130(0x25d)+_0x5164ba+_0x2f2130(0xdf)+_0x1b50e0+_0x2f2130(0x242)+_0x1d3f19+_0x2f2130(0x1fc)+util[_0x2f2130(0x212)](_0x152610,_0x51b79b));}}}const _0x1e75a1={};return _0x1e75a1['depth']=0x2,_0x1e75a1[_0x2f2130(0x219)]=0x3,logger[_0x2f2130(0x21f)](_0x2f2130(0x211)+(_0x37319c['hook_type']||_0x5164ba)+',\x20hookId='+_0x5cf54b+_0x2f2130(0x11e)+_0x29d489+_0x2f2130(0x1f2)+util[_0x2f2130(0x212)](_0x147dba,_0x1e75a1)),_0x147dba;}[a71_0x997d34(0x173)](_0x8e4433){const _0x421ba4=a71_0x997d34,_0x5dedc1={};_0x5dedc1['vDHeU']=_0x421ba4(0x230);const _0x84db7f=_0x5dedc1;try{const _0x16ccd6=_0x8e4433['test']?this[_0x421ba4(0x124)](_0x8e4433[_0x421ba4(0x17b)]):_0x8e4433[_0x421ba4(0x103)][_0x421ba4(0x21d)],_0x26d91d=_0x8e4433['instance'],_0x382aae=_0x26d91d[_0x421ba4(0x154)](),_0x5702fa=_0x26d91d['getAllData']()[_0x421ba4(0x203)](_0x16ccd6);if(!_0x5702fa)return logger[_0x421ba4(0x21f)]('createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x16ccd6),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0xd8e427='',[TestFrameworkConstants[_0x421ba4(0x1dc)]]:_0xe20d8c='',[TestFrameworkConstants[_0x421ba4(0x18f)]]:_0x1c2e45='',[TestFrameworkConstants[_0x421ba4(0x25b)]]:_0x2d6e91=''}=_0x5702fa,_0x62bd5a=_0x26d91d['getCurrentTestState']()[_0x421ba4(0x186)]()['split']('.')[0x1],_0x106031=_0x26d91d[_0x421ba4(0xe7)]()[_0x421ba4(0x186)]()['split']('.')[0x1],_0x40af73=global?.['__workerDetails']?.['workerInfo']?.[_0x421ba4(0x1c4)],_0x238a5a=_0x26d91d[_0x421ba4(0x244)](),_0x23ef42=Buffer[_0x421ba4(0x1cc)](JSON[_0x421ba4(0x12a)](_0x5702fa))[_0x421ba4(0x186)](_0x84db7f[_0x421ba4(0x14b)]),_0x9a9190={'hash':_0x382aae[_0x421ba4(0x1be)](),'threadId':_0x382aae['getThreadId']()[_0x421ba4(0x186)](),'processId':_0x382aae[_0x421ba4(0x26b)]()[_0x421ba4(0x186)]()},_0x1f983c={};_0x1f983c[_0x421ba4(0x209)]=_0x40af73,_0x1f983c[_0x421ba4(0x1b7)]=_0xd8e427,_0x1f983c['testFrameworkVersion']=_0xe20d8c,_0x1f983c[_0x421ba4(0x139)]=_0x62bd5a,_0x1f983c[_0x421ba4(0x1a8)]=_0x106031,_0x1f983c[_0x421ba4(0x10f)]=_0x1c2e45,_0x1f983c[_0x421ba4(0xe3)]=_0x2d6e91,_0x1f983c['uuid']=_0x238a5a,_0x1f983c[_0x421ba4(0x235)]=_0x23ef42,_0x1f983c[_0x421ba4(0x228)]=_0x9a9190,_0x1f983c[_0x421ba4(0x21b)]=_0x16ccd6;const _0x2e7c6b=_0x1f983c;return _0x2e7c6b;}catch(_0x471794){return logger['error'](_0x421ba4(0x1b5)+util['format'](_0x471794)),{};}}async[a71_0x997d34(0x144)](_0x2bb725,_0x198947,_0xf7d95f){const _0x4dba23=a71_0x997d34,_0x2f4037={'DRRvg':function(_0x2939b5,_0x57a325){return _0x2939b5+_0x57a325;},'XnGOa':_0x4dba23(0x120),'zCLkX':_0x4dba23(0x1eb),'qTeKF':function(_0x2221a4,_0x50772c){return _0x2221a4>_0x50772c;},'aeWbc':function(_0x3bc1e9,_0x7fe5bc,_0x49bba3,_0xc4b518){return _0x3bc1e9(_0x7fe5bc,_0x49bba3,_0xc4b518);},'KcSHL':function(_0x260318,_0x3881c4){return _0x260318-_0x3881c4;},'rblri':function(_0x456fd9,_0x3b45f2){return _0x456fd9===_0x3b45f2;},'RFOam':function(_0x2f3716,_0x2a2091){return _0x2f3716/_0x2a2091;},'gWgBM':function(_0x5b4a72,_0x1ad409){return _0x5b4a72<_0x1ad409;},'KYcmk':function(_0x11e450,_0x3037c6){return _0x11e450*_0x3037c6;},'gflhD':function(_0x5bccab,_0x3d607c){return _0x5bccab+_0x3d607c;},'jXwVd':function(_0x25b3ff,_0x416571){return _0x25b3ff>_0x416571;}};try{const _0x5f43f0=_0xf7d95f[_0x4dba23(0x1ef)]||_0xf7d95f['testId'],_0x818b19=Array[_0x4dba23(0x1cc)](_0x2bb725['getAllData']()[_0x4dba23(0x1f4)]()),_0x5619d1=_0x2bb725['getAllData']()['get'](_0x5f43f0);if(!_0x5619d1){logger[_0x4dba23(0x21f)](_0x4dba23(0xef)+_0x5f43f0);return;}const {[TestFrameworkConstants[_0x4dba23(0xe2)]]:_0x423c8a='',[TestFrameworkConstants[_0x4dba23(0x1dc)]]:_0x1ae7fb=''}=_0x5619d1;let _0x6770ec=[];if(_0x5619d1&&_0x5619d1[TestFrameworkConstants['KEY_LOGS']]&&Array[_0x4dba23(0x159)](_0x5619d1[TestFrameworkConstants['KEY_LOGS']])){_0x6770ec=_0x5619d1[TestFrameworkConstants['KEY_LOGS']]||[],logger[_0x4dba23(0x21f)](_0x4dba23(0x208)+_0x6770ec['length']+'\x20logs\x20for\x20testId:\x20'+_0x5f43f0);const _0x314c57={[TestFrameworkConstants[_0x4dba23(0x1e2)]]:[]},_0x33948c={};_0x33948c[_0x5f43f0]=_0x314c57,_0x2bb725['addMultipleEntries'](_0x33948c),logger['debug'](_0x4dba23(0x15f)+_0x5f43f0);}else logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x5f43f0);logger[_0x4dba23(0x21f)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20'+_0x6770ec[_0x4dba23(0x15a)]+_0x4dba23(0x129)+_0x5f43f0);const _0x53ceaa=_0x6770ec[_0x4dba23(0x227)](_0x91685b=>_0x91685b[_0x4dba23(0x216)]===_0x4dba23(0x178));_0x2f4037[_0x4dba23(0x19b)](_0x53ceaa[_0x4dba23(0x15a)],0x0)&&(logger['debug'](_0x4dba23(0x175)+_0x53ceaa[_0x4dba23(0x15a)]+_0x4dba23(0x16b)+_0x5f43f0),_0x53ceaa[_0x4dba23(0x192)]((_0x5ee73b,_0x3cd3d5)=>{const _0x56451f=_0x4dba23;logger[_0x56451f(0x21f)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20'+_0x2f4037['DRRvg'](_0x3cd3d5,0x1)+'/'+_0x53ceaa[_0x56451f(0x15a)]+_0x56451f(0x24f)+(_0x5ee73b[_0x56451f(0x21b)]||_0x2f4037['XnGOa'])+',\x20test_run_uuid='+(_0x5ee73b[_0x56451f(0x1d1)]||_0x2f4037[_0x56451f(0x1e3)])+_0x56451f(0x207)+(_0x5ee73b[_0x56451f(0x1c5)]||_0x2f4037[_0x56451f(0xff)])+',\x20messageLength='+(_0x5ee73b[_0x56451f(0x1e5)]?.[_0x56451f(0x15a)]||0x0));}));const _0x1b9902=_0x5619d1[TestFrameworkConstants[_0x4dba23(0x130)]]||{},_0x55d046=_0x2f4037[_0x4dba23(0x1e1)](getMediaArtifactsLogs,_0x1b9902,null,_0x5f43f0),_0x457572=(_0x6770ec||[])[_0x4dba23(0x136)](_0x55d046||[]),_0x3fc9ac=_0x53ceaa?.[_0x4dba23(0x15a)]||0x0,_0x145f0c=_0x2f4037[_0x4dba23(0x151)](_0x6770ec?.[_0x4dba23(0x15a)]||0x0,_0x3fc9ac);logger[_0x4dba23(0x21f)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20'+_0x5f43f0+_0x4dba23(0x141)+_0x145f0c+_0x4dba23(0xed)+_0x3fc9ac+_0x4dba23(0x1cd)+(_0x55d046?.[_0x4dba23(0x15a)]||0x0)+',\x20totalLogs:\x20'+_0x457572[_0x4dba23(0x15a)]);if(!_0x457572||_0x2f4037[_0x4dba23(0xd8)](_0x457572[_0x4dba23(0x15a)],0x0)){logger[_0x4dba23(0x21f)](_0x4dba23(0x1c9)+_0x5f43f0);return;}const _0x3df4cf=0x28,_0x3448a6=Math[_0x4dba23(0xe0)](_0x2f4037[_0x4dba23(0x1d4)](_0x457572[_0x4dba23(0x15a)],_0x3df4cf));for(let _0x5de644=0x0;_0x2f4037[_0x4dba23(0x121)](_0x5de644,_0x3448a6);_0x5de644++){const _0x59f33a=_0x2f4037[_0x4dba23(0x17a)](_0x5de644,_0x3df4cf),_0x3dbcc4=_0x2f4037[_0x4dba23(0x26f)](_0x59f33a,_0x3df4cf),_0x3be649=_0x457572[_0x4dba23(0x107)](_0x59f33a,_0x3dbcc4),_0x4a41bf=global?.[_0x4dba23(0x14c)]?.[_0x4dba23(0x14a)]?.[_0x4dba23(0x1c4)]||0x0,_0x5a27ca={'platformIndex':_0x4a41bf,'logs':_0x3be649,'testFrameworkName':_0x423c8a,'testFrameworkVersion':_0x1ae7fb,'testFrameworkState':_0x198947[_0x4dba23(0x186)]()[_0x4dba23(0x1a4)]('.')[0x1]},_0x674a35={};_0x674a35[_0x4dba23(0x1fa)]=0x3,_0x674a35[_0x4dba23(0x219)]=0x5,logger[_0x4dba23(0x21f)](_0x4dba23(0x123)+_0x2f4037[_0x4dba23(0x117)](_0x5de644,0x1)+'/'+_0x3448a6+_0x4dba23(0x164)+_0x5f43f0+_0x4dba23(0x25c)+_0x3be649['length']+_0x4dba23(0xe4)+_0x4a41bf+',\x20payload:\x20'+util[_0x4dba23(0x212)](_0x5a27ca,_0x674a35));const _0x5bf601=await GrpcClient[_0x4dba23(0x22b)]()[_0x4dba23(0x25e)](_0x5a27ca);logger[_0x4dba23(0x21f)](_0x4dba23(0x123)+_0x2f4037[_0x4dba23(0x117)](_0x5de644,0x1)+'/'+_0x3448a6+_0x4dba23(0x164)+_0x5f43f0+_0x4dba23(0x232)+util[_0x4dba23(0x212)](_0x5bf601));}if(_0x55d046&&_0x2f4037['jXwVd'](_0x55d046[_0x4dba23(0x15a)],0x0)&&_0x5619d1[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]){const _0xc9abba={[TestFrameworkConstants[_0x4dba23(0x130)]]:{}},_0xfd706e={};_0xfd706e[_0x5f43f0]=_0xc9abba,_0x2bb725[_0x4dba23(0x162)](_0xfd706e);}logger[_0x4dba23(0x21f)](_0x4dba23(0x24e)+_0x5f43f0+_0x4dba23(0xf4)+_0x3448a6);}catch(_0x432c06){logger[_0x4dba23(0x148)](_0x4dba23(0xe1)+(_0xf7d95f['testUUID']||_0xf7d95f[_0x4dba23(0x180)])+_0x4dba23(0x1f9)+util[_0x4dba23(0x200)](_0x432c06));}}[a71_0x997d34(0x160)](_0x3cb2cc,_0x640389,_0x5733a1,_0x30f204,_0x2629d8){const _0x56579a=a71_0x997d34,_0x457332={};_0x457332[_0x56579a(0x1df)]=function(_0xfa33b1,_0x214487){return _0xfa33b1===_0x214487;},_0x457332[_0x56579a(0x1ce)]=_0x56579a(0x1f8);const _0x4413f6=_0x457332,{hookData:_0x223119}=_0x2629d8,_0x2746f3={'testId':_0x640389,'testFrameworkState':_0x5733a1,'hookState':_0x30f204,'args':_0x2629d8,'timestamp':new Date()[_0x56579a(0x134)]()};if(_0x4413f6['rPlOP'](_0x5733a1,TestFrameworkState[_0x56579a(0xe9)])&&_0x223119){const _0x4d12a5={};_0x4d12a5[_0x56579a(0x1ba)]=_0x223119[_0x56579a(0x177)]||_0x223119[_0x56579a(0x204)],_0x4d12a5[_0x56579a(0x17f)]=_0x223119[_0x56579a(0x17f)]||_0x223119[_0x56579a(0x10b)]&&_0x223119[_0x56579a(0x10b)][0x0]||'',_0x4d12a5[_0x56579a(0x256)]=_0x4413f6[_0x56579a(0x1ce)],_0x2746f3[_0x56579a(0x1fe)]=_0x4d12a5,logger[_0x56579a(0x21f)](_0x56579a(0x12c)+_0x640389+',\x20filePath:\x20'+_0x2746f3[_0x56579a(0x1fe)][_0x56579a(0x1ba)]+_0x56579a(0x224)+_0x2746f3['hookMetadata'][_0x56579a(0x17f)]);}_0x3cb2cc[_0x56579a(0x223)](_0x640389,_0x2746f3),logger[_0x56579a(0x21f)]('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x640389+',\x20state:\x20'+_0x5733a1+_0x56579a(0xfe)+_0x30f204);}async[a71_0x997d34(0x16e)](_0x391897,_0x166c85){const _0x3755cb=a71_0x997d34,_0xfdf44={};_0xfdf44[_0x3755cb(0x16d)]=function(_0x52f6a4,_0x300fa8){return _0x52f6a4>_0x300fa8;},_0xfdf44[_0x3755cb(0x187)]=_0x3755cb(0x10d),_0xfdf44[_0x3755cb(0x133)]=function(_0x119e13,_0x4e8928){return _0x119e13===_0x4e8928;},_0xfdf44[_0x3755cb(0x170)]=function(_0x224f17,_0x22502a){return _0x224f17===_0x22502a;},_0xfdf44['IaVBa']=function(_0x4a1278,_0x2af13b){return _0x4a1278===_0x2af13b;},_0xfdf44[_0x3755cb(0xec)]=_0x3755cb(0x137),_0xfdf44[_0x3755cb(0xf7)]=_0x3755cb(0x198);const _0x594b6b=_0xfdf44;if(_0x391897[_0x3755cb(0x1a1)](_0x166c85)){const _0x1ab7da=_0x391897[_0x3755cb(0x155)](_0x166c85);logger[_0x3755cb(0x21f)]('Processing\x20'+_0x1ab7da['length']+_0x3755cb(0x142)+_0x166c85);for(const _0x1cc07a of _0x1ab7da){try{const _0x22e476=await this[_0x3755cb(0x1b9)](_0x391897,_0x1cc07a[_0x3755cb(0x139)],_0x1cc07a[_0x3755cb(0x1a8)],_0x1cc07a[_0x3755cb(0x22d)]);_0x22e476&&_0x594b6b[_0x3755cb(0x16d)](Object[_0x3755cb(0x1f4)](_0x22e476)[_0x3755cb(0x15a)],0x0)&&_0x391897['addMultipleEntries'](_0x22e476),await this[_0x3755cb(0x1fd)](_0x391897,_0x1cc07a[_0x3755cb(0x139)],_0x1cc07a['hookState'],_0x1cc07a[_0x3755cb(0x22d)]);}catch(_0x4696ad){logger[_0x3755cb(0x148)](_0x3755cb(0x23f)+_0x166c85+_0x3755cb(0x1f9)+_0x4696ad);}}_0x391897[_0x3755cb(0x1b4)](_0x166c85),logger['debug'](_0x3755cb(0x23d)+_0x166c85);}const _0x23e02e=_0x391897['getAllData']()['get'](_0x166c85);if(_0x23e02e){const _0x58a143=_0x23e02e[TestFrameworkConstants[_0x3755cb(0x1a2)]]||_0x23e02e[TestFrameworkConstants[_0x3755cb(0x221)]],_0x16a036=_0x23e02e[TestFrameworkConstants[_0x3755cb(0x246)]]||_0x23e02e[TestFrameworkConstants[_0x3755cb(0x250)]]&&_0x23e02e[TestFrameworkConstants['KEY_TEST_SCOPES']][0x0]||'';logger['debug'](_0x594b6b[_0x3755cb(0x187)]);const _0x314fba=_0x391897[_0x3755cb(0xd7)]();for(const _0x2839b1 of _0x314fba){if(_0x594b6b[_0x3755cb(0x133)](_0x2839b1,_0x166c85))continue;if(_0x391897[_0x3755cb(0x1a1)](_0x2839b1)){const _0x255ca0=_0x391897['getPendingHooks'](_0x2839b1);for(const _0x1111e0 of _0x255ca0){if(_0x594b6b['JHLaF'](_0x1111e0['testFrameworkState'],TestFrameworkState['BEFORE_ALL'])&&_0x1111e0['hookMetadata']){const _0x3c9550=_0x1111e0['hookMetadata'][_0x3755cb(0x1ba)],_0xb6127=_0x1111e0['hookMetadata'][_0x3755cb(0x17f)];if(_0x594b6b['onlAy'](_0x3c9550,_0x58a143)&&_0x594b6b[_0x3755cb(0x163)](_0xb6127,_0x16a036)){logger[_0x3755cb(0x21f)](_0x3755cb(0x1bd)+_0x2839b1+_0x3755cb(0x116)+_0x166c85+',\x20filePath:\x20'+_0x3c9550+',\x20scope:\x20'+_0xb6127);_0x1111e0[_0x3755cb(0x22d)]&&_0x1111e0['args'][_0x3755cb(0x103)]&&(_0x1111e0[_0x3755cb(0x22d)][_0x3755cb(0x103)][_0x3755cb(0x21d)]=_0x166c85,logger[_0x3755cb(0x21f)](_0x3755cb(0x13b)+_0x2839b1+_0x3755cb(0x243)+_0x166c85));try{const _0x4c184c=await this[_0x3755cb(0x1b9)](_0x391897,_0x1111e0[_0x3755cb(0x139)],_0x1111e0[_0x3755cb(0x1a8)],_0x1111e0[_0x3755cb(0x22d)]);_0x4c184c&&_0x594b6b[_0x3755cb(0x16d)](Object['keys'](_0x4c184c)['length'],0x0)&&_0x391897[_0x3755cb(0x162)](_0x4c184c);await this['runHooks'](_0x391897,_0x1111e0['testFrameworkState'],_0x1111e0[_0x3755cb(0x1a8)],_0x1111e0[_0x3755cb(0x22d)]);const _0x31c64c=_0x391897[_0x3755cb(0x155)](_0x2839b1)[_0x3755cb(0x227)](_0x548f86=>_0x548f86!==_0x1111e0);if(_0x594b6b[_0x3755cb(0x163)](_0x31c64c[_0x3755cb(0x15a)],0x0))_0x391897[_0x3755cb(0x1b4)](_0x2839b1);else{_0x391897['removePendingHooks'](_0x2839b1);for(const _0x5468bb of _0x31c64c){_0x391897[_0x3755cb(0x223)](_0x2839b1,_0x5468bb);}}logger[_0x3755cb(0x21f)](_0x594b6b[_0x3755cb(0xec)]);}catch(_0x18ab0a){logger[_0x3755cb(0x148)](_0x594b6b[_0x3755cb(0xf7)]);}}}}}}}}[a71_0x997d34(0x226)](_0x49fcc4){const _0x5ea715=a71_0x997d34,_0x3ad9ab={'OSpwI':function(_0x452493){return _0x452493();}};if(!_0x49fcc4||!_0x49fcc4[_0x5ea715(0xfc)])return;_0x49fcc4[_0x5ea715(0xfc)][_0x5ea715(0x191)]&&Array['isArray'](_0x49fcc4['parent'][_0x5ea715(0x191)])&&_0x49fcc4[_0x5ea715(0xfc)][_0x5ea715(0x191)][_0x5ea715(0x192)](_0x5e5b22=>{const _0x82ec78=_0x5ea715;!_0x5e5b22['hookAnalyticsId']&&!_0x5e5b22[_0x82ec78(0x118)]&&(_0x5e5b22[_0x82ec78(0x265)]=_0x3ad9ab[_0x82ec78(0x13e)](uuidv4),_0x5e5b22[_0x82ec78(0x118)]=_0x5e5b22['hookAnalyticsId'],logger[_0x82ec78(0x21f)]('[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type='+_0x5e5b22[_0x82ec78(0x24d)]+_0x82ec78(0x229)+_0x5e5b22['hookAnalyticsId']));}),this['mapTestHooks'](_0x49fcc4['parent']);}[a71_0x997d34(0x236)](_0xf379f6){const _0x129e66=a71_0x997d34,_0x5c49b7={'BAmKK':function(_0x48aace,_0x417243){return _0x48aace(_0x417243);}};if(!_0xf379f6||!_0xf379f6[_0x129e66(0xfc)])return[];const _0x39bae5=[];return _0xf379f6['parent'][_0x129e66(0x191)]&&Array[_0x129e66(0x159)](_0xf379f6[_0x129e66(0xfc)][_0x129e66(0x191)])&&_0xf379f6[_0x129e66(0xfc)][_0x129e66(0x191)]['forEach'](_0x12881b=>{const _0x3e2bb9=_0x129e66,_0x2a8a1f=_0x12881b[_0x3e2bb9(0x265)]||_0x12881b[_0x3e2bb9(0x118)];_0x2a8a1f&&!this['isJestInternalHook'](_0x12881b)&&!_0x5c49b7[_0x3e2bb9(0x13c)](isInternalHook,_0x12881b['fn'])&&_0x39bae5['push'](_0x2a8a1f);}),[..._0x39bae5,...this['getHooksForTest'](_0xf379f6[_0x129e66(0xfc)])];}[a71_0x997d34(0x197)](_0x5a0ad7){const _0x2dc867=a71_0x997d34,_0x319126={'dverb':function(_0x180060,_0x3d4803){return _0x180060(_0x3d4803);},'yjyLU':_0x2dc867(0x102),'ApZQz':function(_0x4a9f71,_0x5c1491){return _0x4a9f71(_0x5c1491);},'mXapA':function(_0x1fc49a,_0x3d2d9b){return _0x1fc49a(_0x3d2d9b);}},_0x74beda=new Map(),_0x2e9468=_0x5833e3=>{const _0x5c00fa=_0x2dc867,_0x35edf2={'PhgsD':function(_0x11bda5,_0x6e02da){return _0x319126['dverb'](_0x11bda5,_0x6e02da);},'qvFVv':_0x319126[_0x5c00fa(0x131)]};if(!_0x5833e3||!_0x5833e3[_0x5c00fa(0xfc)])return;_0x5833e3[_0x5c00fa(0xfc)][_0x5c00fa(0x191)]&&Array[_0x5c00fa(0x159)](_0x5833e3[_0x5c00fa(0xfc)][_0x5c00fa(0x191)])&&_0x5833e3['parent']['hooks']['forEach'](_0x6e097a=>{const _0x460d47=_0x5c00fa,_0x108d85=_0x6e097a[_0x460d47(0x265)]||_0x6e097a[_0x460d47(0x118)];if(_0x108d85&&!this['isJestInternalHook'](_0x6e097a)&&!_0x35edf2[_0x460d47(0x1af)](isInternalHook,_0x6e097a['fn'])){const _0x525f82={};_0x525f82['type']=_0x6e097a['type']||_0x35edf2[_0x460d47(0x12e)],_0x525f82[_0x460d47(0x188)]=_0x6e097a[_0x460d47(0x188)]||'\x22'+_0x6e097a[_0x460d47(0x24d)]+_0x460d47(0x1b2),_0x74beda['set'](_0x108d85,_0x525f82);}}),_0x319126[_0x5c00fa(0x1c7)](_0x2e9468,_0x5833e3['parent']);};return _0x319126[_0x2dc867(0x100)](_0x2e9468,_0x5a0ad7),_0x74beda;}['isJestInternalHook'](_0x1da27a){const _0x1aff73=a71_0x997d34,_0x460498={};_0x460498[_0x1aff73(0x1ec)]=_0x1aff73(0x157),_0x460498['qbJsc']=_0x1aff73(0x23a);const _0x102db1=_0x460498;try{const _0x58eb46=this['getRootParentFile'](_0x1da27a);return _0x58eb46&&_0x58eb46[_0x1aff73(0x253)](_0x102db1[_0x1aff73(0x1ec)]);}catch(_0x192b77){logger[_0x1aff73(0x21f)](_0x102db1[_0x1aff73(0x1d7)]);}return![];}['getRootParentFile'](_0x3b3fa8){const _0x522cd1=a71_0x997d34;if(_0x3b3fa8[_0x522cd1(0x13a)])try{const _0x29c717=stackTrace[_0x522cd1(0x1ed)](_0x3b3fa8[_0x522cd1(0x13a)]);return _0x29c717[0x0]?_0x29c717[0x0][_0x522cd1(0x18a)]():null;}catch(_0x4b15a2){logger['debug']('[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20'+util[_0x522cd1(0x200)](_0x4b15a2));}if(_0x3b3fa8[_0x522cd1(0x251)])return _0x3b3fa8[_0x522cd1(0x251)];return null;}}module['exports']=JestTestFramework;
@@ -1 +1 @@
1
- const a72_0x21cfd4=a72_0x4518;(function(_0x4d2dfd,_0x250dbb){const _0x4a52fc=a72_0x4518,_0x1ab514=_0x4d2dfd();while(!![]){try{const _0x2d4113=-parseInt(_0x4a52fc(0xa9))/0x1+-parseInt(_0x4a52fc(0x8d))/0x2*(-parseInt(_0x4a52fc(0x91))/0x3)+-parseInt(_0x4a52fc(0x9c))/0x4+parseInt(_0x4a52fc(0x95))/0x5*(parseInt(_0x4a52fc(0x8f))/0x6)+-parseInt(_0x4a52fc(0xb3))/0x7*(-parseInt(_0x4a52fc(0x8e))/0x8)+parseInt(_0x4a52fc(0x96))/0x9*(parseInt(_0x4a52fc(0x99))/0xa)+parseInt(_0x4a52fc(0xa2))/0xb;if(_0x2d4113===_0x250dbb)break;else _0x1ab514['push'](_0x1ab514['shift']());}catch(_0x5607b9){_0x1ab514['push'](_0x1ab514['shift']());}}}(a72_0x460c,0x491af));function a72_0x460c(){const _0xf2eee5=['logger','trackEvent','trackPlaywrightInstance:\x20instance\x20already\x20exists','ESqax','920084yRtoRs','exports','setTrackedInstance','runHooks','HZWCm','message','createContext','244774akyLAM','../instances/automationFrameworkInstance.js','info','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','getTrackedInstance','bsParams','../state/automationFrameworkState.js','PlaywrightAutomationFramework','RCmfQ','bOUQB','161EWnryt','../cliUtils.js','../../../helpers/classLogger.js','getId','\x20hookState=','2LWMYPA','90632gNKsNk','12QQXjUD','resolveInstance','718986KikXxa','trackEvent:\x20automationFrameworkState=','trackPlaywrightInstance','../instances/trackedInstance.js','464230xhwjnf','9yDlsjE','instance','CREATE','3383580XaGoTc','getAutomationFrameworkVersion','params','2254840zFNadA','\x20target='];a72_0x460c=function(){return _0xf2eee5;};return a72_0x460c();}const AutomationFramework=require('./automationFramework.js'),{createClassLogger}=require(a72_0x21cfd4(0xb5)),AutomationFrameworkState=require(a72_0x21cfd4(0xaf)),CLIUtils=require(a72_0x21cfd4(0xb4)),TrackedInstance=require(a72_0x21cfd4(0x94)),AutomationFrameworkInstance=require(a72_0x21cfd4(0xaa));class PlaywrightAutomationFramework extends AutomationFramework{[a72_0x21cfd4(0x9e)]=createClassLogger(a72_0x21cfd4(0xb0));constructor(_0x1a55ee,_0x294f48){super(_0x1a55ee,_0x294f48);}async[a72_0x21cfd4(0x9f)](_0x12dff3,_0x686fd6,_0x1221e2={}){const _0x2c91dd=a72_0x21cfd4,_0x2b0ffe={};_0x2b0ffe[_0x2c91dd(0xa6)]=function(_0x396c97,_0x189038){return _0x396c97===_0x189038;};const _0x1916d2=_0x2b0ffe;this[_0x2c91dd(0x9e)]['debug'](_0x2c91dd(0x92)+_0x12dff3+_0x2c91dd(0x8c)+_0x686fd6),await super[_0x2c91dd(0x9f)](_0x12dff3,_0x686fd6,_0x1221e2);const _0x56e8b9=this[_0x2c91dd(0x90)](_0x12dff3,_0x686fd6,_0x1221e2);if(_0x1916d2[_0x2c91dd(0xa6)](_0x56e8b9,null))return;_0x1221e2[_0x2c91dd(0x97)]=_0x56e8b9,await this[_0x2c91dd(0xa5)](_0x56e8b9,_0x12dff3,_0x686fd6,_0x1221e2);}['resolveInstance'](_0x229d9b,_0xe51cb1,_0x1a3f1f={}){const _0x42d47c=a72_0x21cfd4,_0x4baae1={};_0x4baae1[_0x42d47c(0xb2)]=function(_0x5d38d2,_0x17b31d){return _0x5d38d2===_0x17b31d;},_0x4baae1[_0x42d47c(0xb1)]=function(_0xb739bc,_0x15f010){return _0xb739bc===_0x15f010;};const _0x3ff276=_0x4baae1;let _0x2cc5e7=null;return(_0x3ff276[_0x42d47c(0xb2)](_0x229d9b,AutomationFrameworkState[_0x42d47c(0x98)])||_0x3ff276[_0x42d47c(0xb1)](_0x229d9b,AutomationFrameworkState['PLAYWRIGHT_DISPATCH'])&&(_0x1a3f1f['message']&&_0x1a3f1f['message'][_0x42d47c(0x9b)]&&_0x1a3f1f[_0x42d47c(0xa7)]['params'][_0x42d47c(0xae)])||_0x3ff276[_0x42d47c(0xb2)](_0x229d9b,AutomationFrameworkState['NONE']))&&this['trackPlaywrightInstance'](_0x229d9b,_0x1a3f1f),_0x2cc5e7=AutomationFramework[_0x42d47c(0xad)](),_0x2cc5e7;}[a72_0x21cfd4(0x93)](_0x4e46fb,_0x4f0837){const _0x47686d=a72_0x21cfd4,_0x9957a2={};_0x9957a2[_0x47686d(0xa1)]=_0x47686d(0xa0);const _0x3cc727=_0x9957a2;if(AutomationFramework['getTrackedInstance']()){this[_0x47686d(0x9e)][_0x47686d(0xab)](_0x3cc727['ESqax']);return;}const _0xb0069=CLIUtils['getCurrentInstanceName'](),_0x48440d=TrackedInstance[_0x47686d(0xa8)](_0xb0069);let _0x3e8308=null;this[_0x47686d(0x9e)][_0x47686d(0xab)](_0x47686d(0xac)+_0xb0069+',\x20state='+_0x4e46fb),_0x3e8308=new AutomationFrameworkInstance(_0x48440d,this['getAutomationFrameworkName'](),this[_0x47686d(0x9a)](),_0x4e46fb),AutomationFramework[_0x47686d(0xa4)](_0x48440d,_0x3e8308),this[_0x47686d(0x9e)][_0x47686d(0xab)]('trackPlaywrightInstance:\x20saved\x20instance\x20contextId='+_0x48440d[_0x47686d(0x8b)]()+_0x47686d(0x9d)+_0xb0069);}}function a72_0x4518(_0x57b1e8,_0x42c366){const _0x460cb9=a72_0x460c();return a72_0x4518=function(_0x451857,_0x51af65){_0x451857=_0x451857-0x8b;let _0x2e252f=_0x460cb9[_0x451857];return _0x2e252f;},a72_0x4518(_0x57b1e8,_0x42c366);}module[a72_0x21cfd4(0xa3)]=PlaywrightAutomationFramework;
1
+ const a72_0x40628f=a72_0x3e0d;function a72_0x3e0d(_0x399f4d,_0x32b680){const _0x40f5a0=a72_0x40f5();return a72_0x3e0d=function(_0x3e0df1,_0x55a6dd){_0x3e0df1=_0x3e0df1-0xa6;let _0x10ff41=_0x40f5a0[_0x3e0df1];return _0x10ff41;},a72_0x3e0d(_0x399f4d,_0x32b680);}(function(_0x4e8ad4,_0x2236be){const _0x1d0bd1=a72_0x3e0d,_0x43c5aa=_0x4e8ad4();while(!![]){try{const _0xaed91=-parseInt(_0x1d0bd1(0xa6))/0x1+parseInt(_0x1d0bd1(0xbf))/0x2*(parseInt(_0x1d0bd1(0xa9))/0x3)+parseInt(_0x1d0bd1(0xb1))/0x4*(parseInt(_0x1d0bd1(0xb3))/0x5)+-parseInt(_0x1d0bd1(0xcc))/0x6+-parseInt(_0x1d0bd1(0xab))/0x7*(parseInt(_0x1d0bd1(0xce))/0x8)+parseInt(_0x1d0bd1(0xc8))/0x9+parseInt(_0x1d0bd1(0xc7))/0xa*(parseInt(_0x1d0bd1(0xc1))/0xb);if(_0xaed91===_0x2236be)break;else _0x43c5aa['push'](_0x43c5aa['shift']());}catch(_0x2d6aa3){_0x43c5aa['push'](_0x43c5aa['shift']());}}}(a72_0x40f5,0xbb275));const AutomationFramework=require(a72_0x40628f(0xb7)),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFrameworkState=require('../state/automationFrameworkState.js'),CLIUtils=require(a72_0x40628f(0xbb)),TrackedInstance=require(a72_0x40628f(0xbc)),AutomationFrameworkInstance=require(a72_0x40628f(0xc2));class PlaywrightAutomationFramework extends AutomationFramework{['logger']=createClassLogger(a72_0x40628f(0xaf));constructor(_0x2adea6,_0x347eca){super(_0x2adea6,_0x347eca);}async[a72_0x40628f(0xaa)](_0x223eac,_0x195cba,_0x42e236={}){const _0x3a7b47=a72_0x40628f,_0x21e2ef={};_0x21e2ef[_0x3a7b47(0xcf)]=function(_0x249db8,_0x56f258){return _0x249db8===_0x56f258;};const _0x252f84=_0x21e2ef;this[_0x3a7b47(0xba)][_0x3a7b47(0xcb)](_0x3a7b47(0xca)+_0x223eac+'\x20hookState='+_0x195cba),await super[_0x3a7b47(0xaa)](_0x223eac,_0x195cba,_0x42e236);const _0x212d32=this[_0x3a7b47(0xcd)](_0x223eac,_0x195cba,_0x42e236);if(_0x252f84[_0x3a7b47(0xcf)](_0x212d32,null))return;_0x42e236[_0x3a7b47(0xa8)]=_0x212d32,await this['runHooks'](_0x212d32,_0x223eac,_0x195cba,_0x42e236);}[a72_0x40628f(0xcd)](_0x4beb81,_0x1898c5,_0x4127a9={}){const _0x3a3284=a72_0x40628f,_0x539466={};_0x539466[_0x3a3284(0xac)]=function(_0x13531a,_0x3d587f){return _0x13531a===_0x3d587f;},_0x539466['HIdOu']=function(_0x37f757,_0x5bbf1b){return _0x37f757===_0x5bbf1b;};const _0x6580b3=_0x539466;let _0x39f275=null;return(_0x6580b3[_0x3a3284(0xac)](_0x4beb81,AutomationFrameworkState['CREATE'])||_0x6580b3[_0x3a3284(0xac)](_0x4beb81,AutomationFrameworkState[_0x3a3284(0xad)])&&(_0x4127a9[_0x3a3284(0xc3)]&&_0x4127a9['message']['params']&&_0x4127a9[_0x3a3284(0xc3)]['params'][_0x3a3284(0xb0)])||_0x6580b3['HIdOu'](_0x4beb81,AutomationFrameworkState[_0x3a3284(0xb9)]))&&this['trackPlaywrightInstance'](_0x4beb81,_0x4127a9),_0x39f275=AutomationFramework[_0x3a3284(0xb8)](),_0x39f275;}[a72_0x40628f(0xa7)](_0x4b4e45,_0x265283){const _0x1cb6a7=a72_0x40628f,_0x3031f5={};_0x3031f5[_0x1cb6a7(0xd0)]=_0x1cb6a7(0xae);const _0x474056=_0x3031f5;if(AutomationFramework[_0x1cb6a7(0xb8)]()){this[_0x1cb6a7(0xba)]['info'](_0x474056['cOfGv']);return;}const _0x2917e9=CLIUtils[_0x1cb6a7(0xc5)](),_0x556d2f=TrackedInstance[_0x1cb6a7(0xc4)](_0x2917e9);let _0x24193e=null;this[_0x1cb6a7(0xba)][_0x1cb6a7(0xb2)](_0x1cb6a7(0xbe)+_0x2917e9+_0x1cb6a7(0xc0)+_0x4b4e45),_0x24193e=new AutomationFrameworkInstance(_0x556d2f,this[_0x1cb6a7(0xb5)](),this[_0x1cb6a7(0xb4)](),_0x4b4e45),AutomationFramework[_0x1cb6a7(0xbd)](_0x556d2f,_0x24193e),this[_0x1cb6a7(0xba)][_0x1cb6a7(0xb2)](_0x1cb6a7(0xd1)+_0x556d2f[_0x1cb6a7(0xb6)]()+_0x1cb6a7(0xc6)+_0x2917e9);}}module[a72_0x40628f(0xc9)]=PlaywrightAutomationFramework;function a72_0x40f5(){const _0x5d706c=['870380qogXaK','trackPlaywrightInstance','instance','9zqWlxU','trackEvent','35DCaVXA','qgXWp','PLAYWRIGHT_DISPATCH','trackPlaywrightInstance:\x20instance\x20already\x20exists','PlaywrightAutomationFramework','bsParams','5726748BTcTvx','info','5BTjrZi','getAutomationFrameworkVersion','getAutomationFrameworkName','getId','./automationFramework.js','getTrackedInstance','NONE','logger','../cliUtils.js','../instances/trackedInstance.js','setTrackedInstance','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','142118iAuQrZ',',\x20state=','17523wOoByN','../instances/automationFrameworkInstance.js','message','createContext','getCurrentInstanceName','\x20target=','7880xksVdE','6546843eiIVrR','exports','trackEvent:\x20automationFrameworkState=','debug','5441844ZPSvyV','resolveInstance','1733824esfEAR','GOzdn','cOfGv','trackPlaywrightInstance:\x20saved\x20instance\x20contextId='];a72_0x40f5=function(){return _0x5d706c;};return a72_0x40f5();}