browserstack-node-sdk 1.49.7 → 1.49.8

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_0x50b146=a69_0xbded;(function(_0x113393,_0xd52b81){const _0x4bb12b=a69_0xbded,_0x1843be=_0x113393();while(!![]){try{const _0x217cb2=parseInt(_0x4bb12b(0x183))/0x1*(parseInt(_0x4bb12b(0x155))/0x2)+-parseInt(_0x4bb12b(0x191))/0x3+-parseInt(_0x4bb12b(0x14c))/0x4+-parseInt(_0x4bb12b(0x16b))/0x5+parseInt(_0x4bb12b(0x16c))/0x6*(-parseInt(_0x4bb12b(0x198))/0x7)+-parseInt(_0x4bb12b(0x166))/0x8*(parseInt(_0x4bb12b(0x18c))/0x9)+parseInt(_0x4bb12b(0x154))/0xa;if(_0x217cb2===_0xd52b81)break;else _0x1843be['push'](_0x1843be['shift']());}catch(_0x22fcbe){_0x1843be['push'](_0x1843be['shift']());}}}(a69_0x18c6,0x56a99));const a69_0x4ea20e={};function a69_0xbded(_0x370cbd,_0x17722e){const _0x18c69c=a69_0x18c6();return a69_0xbded=function(_0xbded9e,_0x51eb17){_0xbded9e=_0xbded9e-0x14a;let _0x231efd=_0x18c69c[_0xbded9e];return _0x231efd;},a69_0xbded(_0x370cbd,_0x17722e);}a69_0x4ea20e[a69_0x50b146(0x179)]='test_uuid',a69_0x4ea20e['KEY_TEST_ID']=a69_0x50b146(0x197),a69_0x4ea20e['KEY_TEST_NAME']=a69_0x50b146(0x15a),a69_0x4ea20e[a69_0x50b146(0x164)]=a69_0x50b146(0x17f),a69_0x4ea20e[a69_0x50b146(0x18f)]='test_tags',a69_0x4ea20e[a69_0x50b146(0x152)]=a69_0x50b146(0x157),a69_0x4ea20e[a69_0x50b146(0x163)]=a69_0x50b146(0x151),a69_0x4ea20e['KEY_TEST_STARTED_AT']=a69_0x50b146(0x15d),a69_0x4ea20e[a69_0x50b146(0x189)]='test_ended_at',a69_0x4ea20e[a69_0x50b146(0x16a)]='test_location',a69_0x4ea20e['KEY_TEST_SCOPE']=a69_0x50b146(0x165),a69_0x4ea20e[a69_0x50b146(0x199)]=a69_0x50b146(0x188),a69_0x4ea20e[a69_0x50b146(0x19d)]=a69_0x50b146(0x14b),a69_0x4ea20e[a69_0x50b146(0x186)]='test_framework_version',a69_0x4ea20e[a69_0x50b146(0x17c)]=a69_0x50b146(0x167),a69_0x4ea20e[a69_0x50b146(0x18a)]=a69_0x50b146(0x161),a69_0x4ea20e['KEY_TEST_RETRY_OF']='retry_of',a69_0x4ea20e[a69_0x50b146(0x194)]=a69_0x50b146(0x14e),a69_0x4ea20e[a69_0x50b146(0x18d)]=a69_0x50b146(0x1a2),a69_0x4ea20e[a69_0x50b146(0x177)]='test_failure_type',a69_0x4ea20e[a69_0x50b146(0x171)]=a69_0x50b146(0x160),a69_0x4ea20e[a69_0x50b146(0x16e)]='test_logs',a69_0x4ea20e[a69_0x50b146(0x14f)]=a69_0x50b146(0x185),a69_0x4ea20e[a69_0x50b146(0x182)]=a69_0x50b146(0x172),a69_0x4ea20e[a69_0x50b146(0x17d)]='automate_session_name',a69_0x4ea20e[a69_0x50b146(0x150)]=a69_0x50b146(0x159),a69_0x4ea20e[a69_0x50b146(0x16f)]=a69_0x50b146(0x17a),a69_0x4ea20e[a69_0x50b146(0x174)]=a69_0x50b146(0x180),a69_0x4ea20e['KEY_EVENT_ENDED_AT']=a69_0x50b146(0x14d),a69_0x4ea20e[a69_0x50b146(0x15e)]=a69_0x50b146(0x19f),a69_0x4ea20e['KEY_HOOK_RESULT']=a69_0x50b146(0x181),a69_0x4ea20e[a69_0x50b146(0x168)]=a69_0x50b146(0x193),a69_0x4ea20e['KEY_HOOK_FAILURE_REASON']=a69_0x50b146(0x192),a69_0x4ea20e[a69_0x50b146(0x17b)]='hook_failure',a69_0x4ea20e['KEY_HOOK_LOGS']=a69_0x50b146(0x175),a69_0x4ea20e['KEY_HOOK_NAME']=a69_0x50b146(0x173),a69_0x4ea20e[a69_0x50b146(0x162)]='pending',a69_0x4ea20e[a69_0x50b146(0x19a)]=a69_0x50b146(0x195),a69_0x4ea20e['KIND_SCREENSHOT']=a69_0x50b146(0x1a1),a69_0x4ea20e[a69_0x50b146(0x190)]=a69_0x50b146(0x15f),a69_0x4ea20e[a69_0x50b146(0x187)]=a69_0x50b146(0x14a),a69_0x4ea20e['KEY_HOOKS_STARTED']=a69_0x50b146(0x170),a69_0x4ea20e[a69_0x50b146(0x169)]=a69_0x50b146(0x18b),a69_0x4ea20e[a69_0x50b146(0x196)]=a69_0x50b146(0x17e),a69_0x4ea20e[a69_0x50b146(0x16d)]=a69_0x50b146(0x156),a69_0x4ea20e['KEY_LOGS']=a69_0x50b146(0x1a0),a69_0x4ea20e[a69_0x50b146(0x15c)]=a69_0x50b146(0x158),a69_0x4ea20e[a69_0x50b146(0x19c)]=a69_0x50b146(0x19e),a69_0x4ea20e[a69_0x50b146(0x153)]=a69_0x50b146(0x19b),a69_0x4ea20e['KEY_FILE_NAME']='file_name',a69_0x4ea20e[a69_0x50b146(0x15b)]=a69_0x50b146(0x18e),a69_0x4ea20e[a69_0x50b146(0x176)]=a69_0x50b146(0x178);const TestFrameworkConstants=a69_0x4ea20e;module[a69_0x50b146(0x184)]=TestFrameworkConstants;function a69_0x18c6(){const _0x5b3beb=['KEY_PLATFORM_INDEX','pending','KEY_HOOK_LAST_STARTED','test_id','1001RhNyIK','KEY_TEST_SCOPES','DEFAULT_HOOK_RESULT','file_size','KEY_TEST_ATTACHMENTS','KEY_TEST_FRAMEWORK_NAME','test_attachments','hook_id','logs','TEST_SCREENSHOT','test_failure','^(BEFORE_|AFTER_)','test_framework_name','1102544RmLFfF','event_ended_at','platform_index','KEY_TEST_META','KEY_AUTOMATE_SESSION_STATUS','test_result_at','KEY_TEST_RESULT','KEY_FILE_SIZE','16630640iygdUF','2fUxPFj','test_hook_last_finished','test_result','custom_metadata','automate_session_status','test_name','KEY_FILE_PATH','KEY_CUSTOM_TAGS','test_started_at','KEY_HOOK_ID','TEST_LOG','test_failure_reason','test_rerun_name','DEFAULT_TEST_RESULT','KEY_TEST_RESULT_AT','KEY_TEST_FILE_PATH','test_scope','1894160idYeZT','test_code','KEY_HOOK_FAILURE_TYPE','KEY_HOOKS_FINISHED','KEY_TEST_LOCATION','3153385SqEKhc','1158cQbQiD','KEY_HOOK_LAST_FINISHED','KEY_TEST_LOGS','KEY_AUTOMATE_SESSION_REASON','test_hooks_started','KEY_TEST_FAILURE_REASON','test_session_name','hook_name','KEY_EVENT_STARTED_AT','hook_logs','KEY_FILE_LEVEL','KEY_TEST_FAILURE_TYPE','file_level','KEY_TEST_UUID','automate_session_reason','KEY_HOOK_FAILURE','KEY_TEST_CODE','KEY_AUTOMATE_SESSION_NAME','test_hook_last_started','test_file_path','event_started_at','hook_result','KEY_SESSION_NAME','409046enaqvY','exports','test_meta','KEY_TEST_FRAMEWORK_VERSION','HOOK_REGEX','test_scopes','KEY_TEST_ENDED_AT','KEY_TEST_RERUN_NAME','test_hooks_finished','18vCdjrv','KEY_TEST_FAILURE','file_path','KEY_TEST_TAGS','KIND_LOG','929067PDJpra','hook_failure_reason','hook_failure_type'];a69_0x18c6=function(){return _0x5b3beb;};return a69_0x18c6();}
1
+ const a69_0x580fe0=a69_0x3d1e;(function(_0x2b10,_0x5c5e62){const _0x29d327=a69_0x3d1e,_0x2ef8d4=_0x2b10();while(!![]){try{const _0x3d7de5=parseInt(_0x29d327(0x11e))/0x1+-parseInt(_0x29d327(0x116))/0x2+-parseInt(_0x29d327(0xdc))/0x3+-parseInt(_0x29d327(0xf1))/0x4*(parseInt(_0x29d327(0xe5))/0x5)+parseInt(_0x29d327(0x120))/0x6+parseInt(_0x29d327(0xf7))/0x7+-parseInt(_0x29d327(0x10b))/0x8*(-parseInt(_0x29d327(0xf8))/0x9);if(_0x3d7de5===_0x5c5e62)break;else _0x2ef8d4['push'](_0x2ef8d4['shift']());}catch(_0x49dcc4){_0x2ef8d4['push'](_0x2ef8d4['shift']());}}}(a69_0x18a5,0x7fdf9));const a69_0x302d1d={};a69_0x302d1d[a69_0x580fe0(0xe8)]=a69_0x580fe0(0x100),a69_0x302d1d[a69_0x580fe0(0xff)]=a69_0x580fe0(0x124),a69_0x302d1d[a69_0x580fe0(0x127)]='test_name',a69_0x302d1d[a69_0x580fe0(0xe6)]=a69_0x580fe0(0x10a),a69_0x302d1d[a69_0x580fe0(0x108)]='test_tags',a69_0x302d1d[a69_0x580fe0(0xf2)]=a69_0x580fe0(0x107),a69_0x302d1d[a69_0x580fe0(0xe3)]=a69_0x580fe0(0x11d),a69_0x302d1d['KEY_TEST_STARTED_AT']=a69_0x580fe0(0xdd),a69_0x302d1d[a69_0x580fe0(0xe0)]=a69_0x580fe0(0x101),a69_0x302d1d['KEY_TEST_LOCATION']=a69_0x580fe0(0x129),a69_0x302d1d['KEY_TEST_SCOPE']=a69_0x580fe0(0x125),a69_0x302d1d['KEY_TEST_SCOPES']=a69_0x580fe0(0x111),a69_0x302d1d[a69_0x580fe0(0xfb)]=a69_0x580fe0(0xfd),a69_0x302d1d[a69_0x580fe0(0x118)]=a69_0x580fe0(0x114),a69_0x302d1d[a69_0x580fe0(0xe1)]=a69_0x580fe0(0xf3),a69_0x302d1d[a69_0x580fe0(0x126)]=a69_0x580fe0(0x10d),a69_0x302d1d['KEY_TEST_RETRY_OF']='retry_of',a69_0x302d1d[a69_0x580fe0(0x11c)]=a69_0x580fe0(0x106),a69_0x302d1d[a69_0x580fe0(0x11f)]=a69_0x580fe0(0xf9),a69_0x302d1d['KEY_TEST_FAILURE_TYPE']='test_failure_type',a69_0x302d1d[a69_0x580fe0(0x10e)]=a69_0x580fe0(0xf4),a69_0x302d1d[a69_0x580fe0(0x112)]='test_logs',a69_0x302d1d[a69_0x580fe0(0xde)]=a69_0x580fe0(0xda),a69_0x302d1d[a69_0x580fe0(0x128)]=a69_0x580fe0(0xe7),a69_0x302d1d[a69_0x580fe0(0x102)]=a69_0x580fe0(0x11b),a69_0x302d1d[a69_0x580fe0(0xfe)]='automate_session_status',a69_0x302d1d[a69_0x580fe0(0x110)]=a69_0x580fe0(0xf6),a69_0x302d1d[a69_0x580fe0(0xed)]=a69_0x580fe0(0x10f),a69_0x302d1d[a69_0x580fe0(0x105)]='event_ended_at',a69_0x302d1d[a69_0x580fe0(0xeb)]=a69_0x580fe0(0xfc),a69_0x302d1d[a69_0x580fe0(0x117)]=a69_0x580fe0(0xe9),a69_0x302d1d['KEY_HOOK_FAILURE_TYPE']=a69_0x580fe0(0xe4),a69_0x302d1d[a69_0x580fe0(0xec)]='hook_failure_reason',a69_0x302d1d[a69_0x580fe0(0xdf)]=a69_0x580fe0(0xee),a69_0x302d1d['KEY_HOOK_LOGS']=a69_0x580fe0(0xe2),a69_0x302d1d[a69_0x580fe0(0x121)]=a69_0x580fe0(0xef),a69_0x302d1d[a69_0x580fe0(0xf0)]=a69_0x580fe0(0x123),a69_0x302d1d['DEFAULT_HOOK_RESULT']=a69_0x580fe0(0x123),a69_0x302d1d['KIND_SCREENSHOT']='TEST_SCREENSHOT',a69_0x302d1d['KIND_LOG']=a69_0x580fe0(0x104),a69_0x302d1d[a69_0x580fe0(0xea)]='^(BEFORE_|AFTER_)',a69_0x302d1d[a69_0x580fe0(0xf5)]='test_hooks_started',a69_0x302d1d['KEY_HOOKS_FINISHED']='test_hooks_finished',a69_0x302d1d[a69_0x580fe0(0xdb)]='test_hook_last_started',a69_0x302d1d[a69_0x580fe0(0x122)]='test_hook_last_finished',a69_0x302d1d[a69_0x580fe0(0x103)]=a69_0x580fe0(0x115),a69_0x302d1d[a69_0x580fe0(0xd8)]=a69_0x580fe0(0x109),a69_0x302d1d['KEY_TEST_ATTACHMENTS']=a69_0x580fe0(0x11a),a69_0x302d1d[a69_0x580fe0(0x10c)]=a69_0x580fe0(0xd9),a69_0x302d1d['KEY_FILE_NAME']=a69_0x580fe0(0xfa),a69_0x302d1d['KEY_FILE_PATH']=a69_0x580fe0(0x113),a69_0x302d1d['KEY_FILE_LEVEL']='file_level';function a69_0x3d1e(_0x31b23a,_0x787869){const _0x18a51f=a69_0x18a5();return a69_0x3d1e=function(_0x3d1e2d,_0x3126d1){_0x3d1e2d=_0x3d1e2d-0xd8;let _0x2a87f9=_0x18a51f[_0x3d1e2d];return _0x2a87f9;},a69_0x3d1e(_0x31b23a,_0x787869);}const TestFrameworkConstants=a69_0x302d1d;function a69_0x18a5(){const _0x44ed5d=['test_code','test_failure_reason','KEY_HOOKS_STARTED','automate_session_reason','254793TWzgwH','125127twnQuX','test_failure','file_name','KEY_TEST_FRAMEWORK_NAME','hook_id','test_framework_name','KEY_AUTOMATE_SESSION_STATUS','KEY_TEST_ID','test_uuid','test_ended_at','KEY_AUTOMATE_SESSION_NAME','KEY_LOGS','TEST_LOG','KEY_EVENT_ENDED_AT','platform_index','test_result','KEY_TEST_TAGS','custom_metadata','test_file_path','64xGJdct','KEY_FILE_SIZE','test_rerun_name','KEY_TEST_FAILURE_REASON','event_started_at','KEY_AUTOMATE_SESSION_REASON','test_scopes','KEY_TEST_LOGS','file_path','test_framework_version','logs','71374kLGfJf','KEY_HOOK_RESULT','KEY_TEST_FRAMEWORK_VERSION','exports','test_attachments','automate_session_name','KEY_PLATFORM_INDEX','test_result_at','738574iAEqGV','KEY_TEST_FAILURE','39192XSZXPz','KEY_HOOK_NAME','KEY_HOOK_LAST_FINISHED','pending','test_id','test_scope','KEY_TEST_RERUN_NAME','KEY_TEST_NAME','KEY_SESSION_NAME','test_location','KEY_CUSTOM_TAGS','file_size','test_meta','KEY_HOOK_LAST_STARTED','768486smQeWx','test_started_at','KEY_TEST_META','KEY_HOOK_FAILURE','KEY_TEST_ENDED_AT','KEY_TEST_CODE','hook_logs','KEY_TEST_RESULT_AT','hook_failure_type','5IxtopG','KEY_TEST_FILE_PATH','test_session_name','KEY_TEST_UUID','hook_result','HOOK_REGEX','KEY_HOOK_ID','KEY_HOOK_FAILURE_REASON','KEY_EVENT_STARTED_AT','hook_failure','hook_name','DEFAULT_TEST_RESULT','308444yyTaiO','KEY_TEST_RESULT'];a69_0x18a5=function(){return _0x44ed5d;};return a69_0x18a5();}module[a69_0x580fe0(0x119)]=TestFrameworkConstants;
@@ -1 +1 @@
1
- function a70_0x4f25(){const _0x1fce01=['tucIy','vFSdz','trackEvent:\x20unsupported\x20testFrameworkState=','resolveInstance','WOSMd','JVhUv','PCUTj','getTestFrameworks','../../../helpers/helper.js','pop','hfOZb','sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping','uuid','qFrdl','KEY_HOOK_LAST_STARTED','POST','parseCucumberTestResult','executionContext','3TSStEp','ANuvi','Updated\x20cucumber\x20test\x20result:\x20','DEFAULT_HOOK_RESULT','failure_reason','XbCyG','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test\x20result','KEY_TEST_RERUN_NAME','KEY_TEST_ID','get','finished_at','psZMA','KEY_HOOK_FAILURE','5REmePv','Processing\x20','KEY_TEST_FAILURE_REASON','Cucumber\x20log\x20created\x20event','KEY_TEST_ENDED_AT','testData','nTENw','result','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','ceil','../state/hookState.js','failure','from','LqROE','removePendingHooks','./constants/testFrameworkConstants.js','InQGu','KEY_HOOKS_FINISHED','sendLogCreatedEvent','MFfjV','processPendingHooks','name','\x20target=','platformIndex','split','\x20with\x20UUID:\x20','sendLogCreatedEvent:\x20Error\x20in\x20sending\x20log\x20events:\x20','startedAt','args','Tracked\x20cucumber\x20hook\x20event:\x20','No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','getTestDetails','KEY_TEST_NAME','156358rrnwAw','endedAt','hooks','DEFAULT_TEST_RESULT','getCurrentInstanceName','meta','XAyNJ','INIT_TEST','addPendingHook','saQrH','getId','KEY_HOOK_FAILURE_REASON','customRerunParam','../TestInfo.js','KEY_HOOKS_STARTED','KEY_HOOK_LAST_FINISHED','\x20testState:\x20','\x20with\x20result:\x20','hook_type','KEY_TEST_META','getRef','NONE','KEY_TEST_ATTACHMENTS','KEY_LOGS','location','getProcessId','base64','857318wHcfYf','createTestFrameworkEventPayload','../instances/trackedInstance.js','parallelIndex','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test','instance','createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20','KEY_CUSTOM_TAGS','passed','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','error','ZtXNM','../grpcClient','trackEvent','trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','KEY_TEST_SCOPES','scopes','exports','file_name','inspect','UnhandledError','\x20with\x20id\x20','test_run_id','failure_type','3882MiEmBI','\x20\x20and\x20args\x20=\x20','QDBwi','KEY_TEST_FILE_PATH','PRE','KEY_TEST_FRAMEWORK_VERSION','KEY_HOOK_LOGS','testFrameworkState','Stored\x20pending\x20hook\x20for\x20testId:\x20','jwTwB','\x20batch\x20','1591072wNUUVn','concat','__workerDetails','../cliUtils.js','body','xDimP','hookData','Parsed\x20cucumber\x20test:\x20','KEY_TEST_LOGS','trackHookEvent:\x20Hook\x20List\x20in\x20Post\x20','getThreadId','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','KEY_TEST_STARTED_AT','workerInfo','HiTOX','finishedAt','iqoYN','KEY_HOOK_FAILURE_TYPE','KEY_TEST_FRAMEWORK_NAME',',\x20hookState:\x20','caMxd','toISOString','\x20and\x20args\x20=\x20','test','tags','KEY_TEST_RESULT','toString','rerun_name','UlfAF','stringify','addMultipleEntries','testFrameworkVersion','\x20response=','LOG_REPORT','failure_data','bKuNp','\x20&\x20hook\x20=\x20','uaXhG','format','KEY_HOOK_NAME','1293516trcgDP','createContext','2355RWmNiL','started_at','wSQSt','push','\x20&\x20hookState=','trackHookEvent','EfESd','NSyeh','setTrackedInstance','getAllData','704152TPUipy','KEY_TEST_LOCATION','testUUID','sendLogCreatedEvent:\x20for\x20testId:\x20','\x20hookState:\x20','getInstance','\x20payload=','KEY_EVENT_STARTED_AT','\x20for\x20test:\x20','keys','trackHookEvent:\x20Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','runHooks','eventJson','cAryh','uBPWa','debug','storePendingHook','KEY_HOOK_RESULT','getCurrentTestState','KEY_TEST_UUID','getTestUUID','length','bEhbJ','failed','testFrameworkName','parseCucumberTest','trackCucumberInstance',',\x20storing\x20as\x20pending\x20hook','TEST','../state/testFrameworkState.js','setTestDetails','getTestFrameworksVersions','AsYdZ','DkLoW','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','createTestFrameworkEventPayload\x20testId:\x20','../../../helpers/classLogger.js'];a70_0x4f25=function(){return _0x1fce01;};return a70_0x4f25();}const a70_0x130d64=a70_0x1294;(function(_0x50671a,_0x2a9e13){const _0x23e3e2=a70_0x1294,_0x5850=_0x50671a();while(!![]){try{const _0x38f4b4=parseInt(_0x23e3e2(0x163))/0x1+-parseInt(_0x23e3e2(0x1d2))/0x2*(-parseInt(_0x23e3e2(0x1a4))/0x3)+-parseInt(_0x23e3e2(0x16d))/0x4*(parseInt(_0x23e3e2(0x1b1))/0x5)+-parseInt(_0x23e3e2(0x205))/0x6+-parseInt(_0x23e3e2(0x1ed))/0x7+parseInt(_0x23e3e2(0x210))/0x8+parseInt(_0x23e3e2(0x161))/0x9;if(_0x38f4b4===_0x2a9e13)break;else _0x5850['push'](_0x5850['shift']());}catch(_0x1b2fd7){_0x5850['push'](_0x5850['shift']());}}}(a70_0x4f25,0x1e44f));const TestFramework=require('./testFramework'),TestFrameworkState=require(a70_0x130d64(0x18a)),HookState=require(a70_0x130d64(0x1bb)),{createClassLogger}=require(a70_0x130d64(0x191)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a70_0x130d64(0x13c)),TrackedInstance=require(a70_0x130d64(0x1ef)),TestFrameworkConstants=require(a70_0x130d64(0x1c0)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a70_0x130d64(0x19a)),logger=createClassLogger('CucumberTestFramework'),{v4:uuidv4}=require(a70_0x130d64(0x19e)),util=require('util'),TestInfo=require(a70_0x130d64(0x1df)),GrpcClient=require(a70_0x130d64(0x1f9));function a70_0x1294(_0x18b4d4,_0x24f54b){const _0x4f2585=a70_0x4f25();return a70_0x1294=function(_0x129445,_0x269838){_0x129445=_0x129445-0x13c;let _0x32d01a=_0x4f2585[_0x129445];return _0x32d01a;},a70_0x1294(_0x18b4d4,_0x24f54b);}class CucumberTestFramework extends TestFramework{constructor(_0x3a6df1,_0x3bbfce,_0x48ccff){super(_0x3a6df1,_0x3bbfce,_0x48ccff);}async[a70_0x130d64(0x1fa)](_0x866f05,_0x320b3c,_0x553fc5={}){const _0x1deb76=a70_0x130d64,_0x2e5efc={};_0x2e5efc['ZtXNM']=_0x1deb76(0x1fb),_0x2e5efc[_0x1deb76(0x17b)]=function(_0x599c84,_0x19f9eb){return _0x599c84===_0x19f9eb;},_0x2e5efc['cMEST']=function(_0x1128d9,_0x2ea4e1){return _0x1128d9===_0x2ea4e1;},_0x2e5efc[_0x1deb76(0x1c1)]=function(_0x2a8d79,_0xf22bbd){return _0x2a8d79===_0xf22bbd;},_0x2e5efc[_0x1deb76(0x13e)]='trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s';const _0x1bcc17=_0x2e5efc;await super[_0x1deb76(0x1fa)](_0x866f05,_0x320b3c,_0x553fc5);const _0x1177e0=this[_0x1deb76(0x195)](_0x866f05,_0x320b3c,_0x553fc5);if(!_0x1177e0){logger[_0x1deb76(0x17c)](_0x1bcc17[_0x1deb76(0x1f8)]);return;}try{let _0x162fe2,_0x1d8551;switch(_0x866f05){case TestFrameworkState[_0x1deb76(0x189)]:_0x162fe2=_0x553fc5[_0x1deb76(0x150)],_0x1d8551=TestInfo[_0x1deb76(0x181)](_0x162fe2['id']);if(_0x1bcc17[_0x1deb76(0x17b)](_0x320b3c,HookState[_0x1deb76(0x209)])){logger['debug'](_0x1deb76(0x1b9)+_0x162fe2['id']);const _0x54c987={};_0x54c987['testUUID']=_0x1d8551,_0x54c987[_0x1deb76(0x1b6)]=_0x162fe2,_0x1177e0[_0x1deb76(0x157)](this[_0x1deb76(0x186)](_0x54c987)),logger['debug']('trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20'+_0x162fe2['id']),await this['processPendingHooks'](_0x1177e0,_0x162fe2['id']);}else{if(_0x1bcc17['cMEST'](_0x320b3c,HookState[_0x1deb76(0x1a1)])){const _0x249eab={};_0x249eab[_0x1deb76(0x16f)]=_0x1d8551,_0x249eab[_0x1deb76(0x1b6)]=_0x162fe2,_0x1177e0[_0x1deb76(0x157)](this[_0x1deb76(0x1a2)](_0x249eab)),await this[_0x1deb76(0x1c5)](_0x1177e0,_0x162fe2['id']);}}break;case TestFrameworkState[_0x1deb76(0x15a)]:_0x1bcc17[_0x1deb76(0x1c1)](_0x320b3c,HookState[_0x1deb76(0x1a1)])&&await this[_0x1deb76(0x1c3)](_0x1177e0,_0x866f05,_0x553fc5);break;default:if(CLIUtils['matchHookRegex'](_0x866f05[_0x1deb76(0x153)]()[_0x1deb76(0x1c9)]('.')[0x1])){const _0x35248c=await this[_0x1deb76(0x168)](_0x1177e0,_0x866f05,_0x320b3c,_0x553fc5);_0x1177e0[_0x1deb76(0x157)](_0x35248c);}else logger[_0x1deb76(0x17c)](_0x1deb76(0x194)+_0x866f05+_0x1deb76(0x167)+_0x320b3c);break;}}catch(_0x9d0745){logger['error'](util[_0x1deb76(0x15f)](_0x1bcc17[_0x1deb76(0x13e)],_0x866f05,_0x320b3c,_0x553fc5[_0x1deb76(0x182)],_0x9d0745));}_0x553fc5[_0x1deb76(0x1f2)]=_0x1177e0,await this[_0x1deb76(0x178)](_0x1177e0,_0x866f05,_0x320b3c,_0x553fc5);}[a70_0x130d64(0x195)](_0x58d262,_0x39e173,_0x36830f={}){const _0x39f117=a70_0x130d64,_0x3747a9={};_0x3747a9['HnUDZ']=function(_0x58c97e,_0x256d59){return _0x58c97e===_0x256d59;},_0x3747a9[_0x39f117(0x1d8)]=function(_0x1b3612,_0x1c9d12){return _0x1b3612===_0x1c9d12;};const _0xeef250=_0x3747a9;let _0xe20ec8=null;return(_0xeef250['HnUDZ'](_0x58d262,TestFrameworkState[_0x39f117(0x1d9)])||_0xeef250[_0x39f117(0x1d8)](_0x58d262,TestFrameworkState[_0x39f117(0x1e7)]))&&this[_0x39f117(0x187)](_0x58d262,_0x36830f),_0xe20ec8=TestFramework['getTrackedInstance'](),_0xe20ec8;}[a70_0x130d64(0x187)](_0x16233c,_0x4ec138){const _0x4d2a9b=a70_0x130d64,_0x3b85af=CLIUtils[_0x4d2a9b(0x1d6)](),_0x3d1667=TrackedInstance[_0x4d2a9b(0x162)](_0x3b85af);let _0x28c992=null;logger['debug']('trackCucumberInstance:\x20created\x20instance\x20for\x20target='+_0x3b85af+',\x20state='+_0x16233c),_0x28c992=new TestFrameworkInstance(_0x3d1667,this[_0x4d2a9b(0x199)](),this[_0x4d2a9b(0x18c)](),_0x16233c,HookState[_0x4d2a9b(0x1e7)]),TestFramework[_0x4d2a9b(0x16b)](_0x3d1667,_0x28c992),logger[_0x4d2a9b(0x17c)]('trackCucumberInstance:\x20saved\x20instance\x20contextId='+_0x3d1667[_0x4d2a9b(0x1dc)]()+_0x4d2a9b(0x1c7)+_0x3b85af);}[a70_0x130d64(0x186)](_0x47a856){const _0x4e90f6=a70_0x130d64,_0x32a401={};_0x32a401[_0x4e90f6(0x18d)]=_0x4e90f6(0x1f1);const _0xa49605=_0x32a401,{testUUID:_0x3c60b1,testData:_0x826117}=_0x47a856;if(!_0x826117||!_0x826117[_0x4e90f6(0x19e)])return logger[_0x4e90f6(0x17c)](_0xa49605[_0x4e90f6(0x18d)]),{};const _0x14b023=_0x3c60b1,_0x109dbd=_0x826117['uuid'],_0x1bc676=this['getTestFrameworks']()[0x0],_0x290940=this[_0x4e90f6(0x18c)](),_0x17295d={[TestFrameworkConstants[_0x4e90f6(0x14b)]]:_0x1bc676,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x290940[_0x1bc676],[TestFrameworkConstants[_0x4e90f6(0x141)]]:[],[TestFrameworkConstants[_0x4e90f6(0x1c2)]]:{},[TestFrameworkConstants[_0x4e90f6(0x1e0)]]:{},[TestFrameworkConstants[_0x4e90f6(0x180)]]:_0x14b023,[TestFrameworkConstants[_0x4e90f6(0x152)]]:TestFrameworkConstants[_0x4e90f6(0x1d5)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x826117[_0x4e90f6(0x1c6)]||'',[TestFrameworkConstants[_0x4e90f6(0x208)]]:_0x826117[_0x4e90f6(0x1ff)]||'',[TestFrameworkConstants[_0x4e90f6(0x1ac)]]:_0x109dbd,[TestFrameworkConstants[_0x4e90f6(0x1d1)]]:_0x826117['name']||'',[TestFrameworkConstants[_0x4e90f6(0x16e)]]:_0x826117[_0x4e90f6(0x1ea)]||'',[TestFrameworkConstants['KEY_TEST_CODE']]:_0x826117[_0x4e90f6(0x13d)]?.['code']||null,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x826117[_0x4e90f6(0x151)]||[],[TestFrameworkConstants[_0x4e90f6(0x145)]]:_0x826117[_0x4e90f6(0x1cc)]||new Date()[_0x4e90f6(0x14e)](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x826117[_0x4e90f6(0x1fd)]?.[0x0]||'',[TestFrameworkConstants[_0x4e90f6(0x1fc)]]:_0x826117[_0x4e90f6(0x1fd)]||[],[TestFrameworkConstants[_0x4e90f6(0x1ab)]]:_0x826117[_0x4e90f6(0x1de)]?.[_0x4e90f6(0x154)]||_0x826117['name']||'',[TestFrameworkConstants[_0x4e90f6(0x1f4)]]:{},[TestFrameworkConstants[_0x4e90f6(0x1e5)]]:_0x826117[_0x4e90f6(0x1d7)]||{}};TestInfo['setTestDetails'](_0x109dbd,_0x17295d),logger[_0x4e90f6(0x17c)](_0x4e90f6(0x140)+_0x826117[_0x4e90f6(0x1c6)]+_0x4e90f6(0x1ca)+_0x14b023);const _0x3e440c={};return _0x3e440c[_0x109dbd]=_0x17295d,_0x3e440c;}[a70_0x130d64(0x1a2)](_0x4efacb){const _0x39914f=a70_0x130d64,_0x3eef03={'NSyeh':_0x39914f(0x1aa),'vFSdz':'unknown','EfESd':function(_0x3d54c4,_0x1f0f4a){return _0x3d54c4===_0x1f0f4a;},'iqoYN':_0x39914f(0x184),'LqROE':'UnhandledError','jwTwB':function(_0x3cb921,_0x23c4b3,_0x2a1508){return _0x3cb921(_0x23c4b3,_0x2a1508);},'uaXhG':function(_0x579440,_0x19d3d8){return _0x579440>_0x19d3d8;}},{testUUID:_0x97e513,testData:_0x475c6d}=_0x4efacb;if(!_0x475c6d||!_0x475c6d['uuid'])return logger[_0x39914f(0x17c)](_0x3eef03[_0x39914f(0x16a)]),{};const _0x3f2ba1=this[_0x39914f(0x195)](TestFrameworkState[_0x39914f(0x189)],HookState[_0x39914f(0x1a1)]),_0x5e1c56=_0x475c6d[_0x39914f(0x19e)],_0x1b3021=TestInfo[_0x39914f(0x1d0)](_0x5e1c56)||{},_0x1b08d0=_0x1b3021?_0x1b3021[TestFrameworkConstants[_0x39914f(0x1f4)]]||{}:{},_0x15d3f8={..._0x1b3021,[TestFrameworkConstants[_0x39914f(0x152)]]:_0x475c6d[_0x39914f(0x1b8)]||_0x3eef03[_0x39914f(0x193)],[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x475c6d[_0x39914f(0x148)]||new Date()[_0x39914f(0x14e)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x39914f(0x14e)](),[TestFrameworkConstants[_0x39914f(0x1f4)]]:_0x1b08d0,[TestFrameworkConstants[_0x39914f(0x1e9)]]:[],[TestFrameworkConstants[_0x39914f(0x1e5)]]:_0x475c6d[_0x39914f(0x1d7)]||{}};_0x3eef03[_0x39914f(0x169)](_0x475c6d[_0x39914f(0x1b8)],_0x3eef03[_0x39914f(0x149)])&&_0x475c6d[_0x39914f(0x1bc)]&&(_0x15d3f8[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]=_0x475c6d['failure_type']||_0x3eef03[_0x39914f(0x1be)],_0x15d3f8[TestFrameworkConstants[_0x39914f(0x1b3)]]=_0x475c6d['failure_reason']||'',_0x15d3f8[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x475c6d[_0x39914f(0x1bc)]);const _0x14b477=TestInfo[_0x39914f(0x1d0)](_0x5e1c56)[TestFrameworkConstants[_0x39914f(0x1e8)]]||{},_0x3536ef=_0x3eef03[_0x39914f(0x20e)](getManualUploadLogs,_0x14b477,_0x3f2ba1['getAllData']()[_0x39914f(0x1ad)](_0x5e1c56)[TestFrameworkConstants[_0x39914f(0x180)]]);if(_0x3eef03[_0x39914f(0x15e)](_0x3536ef[_0x39914f(0x182)],0x0)){const _0x739732=_0x15d3f8[TestFrameworkConstants['KEY_LOGS']]||[];_0x15d3f8[TestFrameworkConstants[_0x39914f(0x1e9)]]=[..._0x739732,..._0x3536ef];}_0x475c6d[_0x39914f(0x1d4)]&&_0x3eef03[_0x39914f(0x15e)](_0x475c6d[_0x39914f(0x1d4)][_0x39914f(0x182)],0x0)&&(_0x15d3f8[TestFrameworkConstants[_0x39914f(0x1c2)]]=_0x475c6d[_0x39914f(0x1d4)]);TestInfo[_0x39914f(0x18b)](_0x5e1c56,_0x15d3f8),logger['debug'](_0x39914f(0x1a6)+_0x475c6d[_0x39914f(0x1c6)]+_0x39914f(0x1e3)+_0x475c6d[_0x39914f(0x1b8)]);const _0x461eec={};return _0x461eec[_0x5e1c56]=_0x15d3f8,_0x461eec;}async['trackHookEvent'](_0x50d9be,_0x385b63,_0x411390,_0x367b9c){const _0xcfa621=a70_0x130d64,_0x3606c1={'psZMA':'No\x20hook\x20data\x20provided\x20for\x20cucumber\x20hook\x20event','HiTOX':function(_0x7289ed){return _0x7289ed();},'QDBwi':function(_0xf6ffd4,_0x1dca34){return _0xf6ffd4 in _0x1dca34;},'hfOZb':function(_0x3fac97,_0x3ff4da){return _0x3fac97===_0x3ff4da;},'bEhbJ':function(_0x66fa1b,_0x3b525c){return _0x66fa1b===_0x3b525c;},'PCUTj':function(_0x1720b2,_0x2caa87){return _0x1720b2>_0x2caa87;},'nTENw':_0xcfa621(0x184),'JVhUv':_0xcfa621(0x201),'UlfAF':_0xcfa621(0x1f5),'bKuNp':function(_0x3102a6,_0x2585fe){return _0x3102a6!==_0x2585fe;}},{hookData:_0x32b82c}=_0x367b9c;if(!_0x32b82c)return logger[_0xcfa621(0x17c)](_0x3606c1[_0xcfa621(0x1af)]),{};const _0x141bd6=_0x32b82c[_0xcfa621(0x19e)]||_0x3606c1[_0xcfa621(0x147)](uuidv4),_0x580353=_0x32b82c[_0xcfa621(0x203)],_0xebd774=_0x385b63[_0xcfa621(0x153)]()['split']('.')[0x1],_0x5242f4=TestInfo[_0xcfa621(0x1d0)](_0x580353)[TestFrameworkConstants[_0xcfa621(0x1f4)]]||{},_0x10cbc1=_0x50d9be[_0xcfa621(0x16c)]()[_0xcfa621(0x1ad)](_0x580353);if(!_0x10cbc1)return logger[_0xcfa621(0x17c)](_0xcfa621(0x1cf)+_0x580353+_0xcfa621(0x188)),this[_0xcfa621(0x17d)](_0x50d9be,_0x580353,_0x385b63,_0x411390,_0x367b9c),{};let _0x578be9=_0x10cbc1[TestFrameworkConstants[_0xcfa621(0x1e0)]];!_0x578be9&&(_0x578be9={});!_0x3606c1[_0xcfa621(0x207)](_0xebd774,_0x578be9)&&(_0x578be9[_0xebd774]=[]);let _0x16577f=_0x10cbc1[TestFrameworkConstants[_0xcfa621(0x1c2)]];!_0x16577f&&(_0x16577f={});!_0x3606c1['QDBwi'](_0xebd774,_0x16577f)&&(_0x16577f[_0xebd774]=[]);const _0x125f15={[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x578be9,[TestFrameworkConstants[_0xcfa621(0x1c2)]]:_0x16577f},_0xc76aaa={};_0xc76aaa[_0x580353]=_0x125f15;const _0x416df4=_0xc76aaa;if(_0x3606c1[_0xcfa621(0x19c)](_0x411390,HookState['PRE'])){const _0xaf4e19={[TestFrameworkConstants['KEY_HOOK_ID']]:_0x141bd6,[TestFrameworkConstants[_0xcfa621(0x17e)]]:TestFrameworkConstants[_0xcfa621(0x1a7)],[TestFrameworkConstants[_0xcfa621(0x174)]]:_0x32b82c[_0xcfa621(0x164)],[TestFrameworkConstants[_0xcfa621(0x20b)]]:[],[TestFrameworkConstants[_0xcfa621(0x160)]]:_0x32b82c[_0xcfa621(0x1e4)],[TestFrameworkConstants[_0xcfa621(0x1f4)]]:_0x5242f4};_0xaf4e19['key']=_0xebd774;const _0x233f7a=_0xaf4e19;_0x578be9[_0xebd774][_0xcfa621(0x166)](_0x233f7a),_0x416df4[_0x580353][TestFrameworkConstants[_0xcfa621(0x1a0)]]=_0xebd774,logger[_0xcfa621(0x17c)](_0xcfa621(0x177)+_0xebd774+_0xcfa621(0x15d)+_0x233f7a+_0xcfa621(0x206)+_0x367b9c);}else{if(_0x3606c1[_0xcfa621(0x183)](_0x411390,HookState[_0xcfa621(0x1a1)])){const _0x329f5e=_0x32b82c[_0xcfa621(0x1b8)],_0x402304=_0x578be9[_0xebd774]||[];logger[_0xcfa621(0x17c)](_0xcfa621(0x142)+_0x402304+_0xcfa621(0x14f)+_0x367b9c);if(_0x3606c1[_0xcfa621(0x198)](_0x402304[_0xcfa621(0x182)],0x0)){const _0x5c4526=_0x402304[_0xcfa621(0x19b)]();_0x3606c1[_0xcfa621(0x19c)](_0x32b82c[_0xcfa621(0x1b8)],_0x3606c1[_0xcfa621(0x1b7)])&&_0x32b82c[_0xcfa621(0x15b)]?(_0x5c4526[TestFrameworkConstants[_0xcfa621(0x14a)]]=_0x32b82c[_0xcfa621(0x204)]||_0x3606c1[_0xcfa621(0x197)],_0x5c4526[TestFrameworkConstants[_0xcfa621(0x1dd)]]=_0x32b82c[_0xcfa621(0x1a8)]||'',_0x5c4526[TestFrameworkConstants[_0xcfa621(0x1b0)]]=_0x32b82c[_0xcfa621(0x15b)]):_0x5c4526[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x3606c1[_0xcfa621(0x155)];_0x3606c1[_0xcfa621(0x15c)](_0x329f5e,TestFrameworkConstants[_0xcfa621(0x1a7)])&&(_0x5c4526[TestFrameworkConstants[_0xcfa621(0x17e)]]=_0x329f5e);_0x5c4526[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x32b82c[_0xcfa621(0x1ae)]||new Date()[_0xcfa621(0x14e)](),_0x5c4526[TestFrameworkConstants[_0xcfa621(0x1f4)]]=_0x5242f4;const _0x4dd0a4=_0x5c4526[TestFrameworkConstants['KEY_HOOK_ID']];!_0x16577f[_0xebd774]&&(_0x16577f[_0xebd774]=[]),_0x16577f[_0xebd774][_0xcfa621(0x166)](_0x5c4526),_0x416df4[_0x580353][TestFrameworkConstants[_0xcfa621(0x1e1)]]=_0xebd774;}}}return logger['debug'](_0xcfa621(0x1ce)+_0x32b82c[_0xcfa621(0x1e4)]+_0xcfa621(0x202)+_0x141bd6+_0xcfa621(0x175)+_0x580353),_0x416df4;}[a70_0x130d64(0x1ee)](_0x19d8d0){const _0x511450=a70_0x130d64,_0x120c12={};_0x120c12[_0x511450(0x196)]=_0x511450(0x1ec);const _0x44c418=_0x120c12;try{const _0xfc3283=_0x19d8d0[_0x511450(0x150)]?_0x19d8d0[_0x511450(0x150)]['id']:_0x19d8d0[_0x511450(0x13f)][_0x511450(0x203)],_0x5c1238=_0x19d8d0['instance'],_0x2c9553=_0x5c1238['getContext'](),_0x102cf1=_0x5c1238[_0x511450(0x16c)]()['get'](_0xfc3283);if(!_0x102cf1)return logger[_0x511450(0x17c)](_0x511450(0x1f6)+_0xfc3283),{};logger[_0x511450(0x17c)](_0x511450(0x190)+_0xfc3283);const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x2b38f3='',[TestFrameworkConstants[_0x511450(0x20a)]]:_0x3e7745='',[TestFrameworkConstants[_0x511450(0x145)]]:_0x385ca0='',[TestFrameworkConstants[_0x511450(0x1b5)]]:_0xdb0304=''}=_0x102cf1,_0x3c2709=_0x5c1238[_0x511450(0x17f)]()[_0x511450(0x153)]()['split']('.')[0x1],_0x5eed1f=_0x5c1238['getCurrentHookState']()['toString']()[_0x511450(0x1c9)]('.')[0x1],_0x2f31bf=global?.[_0x511450(0x212)]?.[_0x511450(0x146)]?.[_0x511450(0x1f0)],_0x11c1c7=_0x5c1238[_0x511450(0x1e6)](),_0x1f0e6d=Buffer[_0x511450(0x1bd)](JSON[_0x511450(0x156)](_0x102cf1))[_0x511450(0x153)](_0x44c418[_0x511450(0x196)]),_0x232c0c={'hash':_0x2c9553[_0x511450(0x1dc)](),'threadId':_0x2c9553[_0x511450(0x143)]()['toString'](),'processId':_0x2c9553[_0x511450(0x1eb)]()[_0x511450(0x153)]()},_0x567ac7={};_0x567ac7[_0x511450(0x1c8)]=_0x2f31bf,_0x567ac7[_0x511450(0x185)]=_0x2b38f3,_0x567ac7[_0x511450(0x158)]=_0x3e7745,_0x567ac7[_0x511450(0x20c)]=_0x3c2709,_0x567ac7['hookState']=_0x5eed1f,_0x567ac7[_0x511450(0x1cc)]=_0x385ca0,_0x567ac7[_0x511450(0x1d3)]=_0xdb0304,_0x567ac7[_0x511450(0x19e)]=_0x11c1c7,_0x567ac7[_0x511450(0x179)]=_0x1f0e6d,_0x567ac7[_0x511450(0x1a3)]=_0x232c0c;const _0x1eb8d8=_0x567ac7;return logger['debug'](_0x511450(0x1f3)+_0xfc3283+_0x511450(0x1e2)+_0x3c2709+_0x511450(0x171)+_0x5eed1f),_0x1eb8d8;}catch(_0x561c59){return logger[_0x511450(0x1f7)]('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util[_0x511450(0x15f)](_0x561c59)),{};}}async[a70_0x130d64(0x1c3)](_0xbf553e,_0x4f6a18,_0x2af825){const _0x266153=a70_0x130d64,_0x218fc2={'wSQSt':function(_0x54104a,_0x5ddde5,_0x20d228){return _0x54104a(_0x5ddde5,_0x20d228);},'MFfjV':function(_0x4bf8f5,_0x464a49){return _0x4bf8f5===_0x464a49;},'cAryh':_0x266153(0x19d),'tucIy':function(_0x21a113,_0x4ee93d){return _0x21a113/_0x4ee93d;},'caMxd':function(_0x39b117,_0x458d0c){return _0x39b117<_0x458d0c;},'ANuvi':function(_0x169930,_0x39befd){return _0x169930*_0x39befd;},'qFrdl':function(_0x2c065e,_0xea7604){return _0x2c065e+_0xea7604;},'saQrH':function(_0x2404b9,_0x3fa487){return _0x2404b9+_0x3fa487;},'DkLoW':_0x266153(0x1b4)};try{const _0x11a84c=_0x2af825[_0x266153(0x16f)],_0x5f0a63=_0xbf553e['getAllData']()['get'](_0x11a84c),{[TestFrameworkConstants[_0x266153(0x14b)]]:_0x21c791='',[TestFrameworkConstants[_0x266153(0x20a)]]:_0x4f136a=''}=_0x5f0a63,_0x42a9d5=TestInfo['readLogObjects'](_0x11a84c),_0xc635ad=TestInfo[_0x266153(0x1d0)](_0x11a84c)[TestFrameworkConstants[_0x266153(0x1e8)]]||{},_0x4ce97b=_0x218fc2[_0x266153(0x165)](getMediaArtifactsLogs,_0xc635ad,_0xbf553e[_0x266153(0x16c)]()['get'](_0x11a84c)[TestFrameworkConstants[_0x266153(0x180)]]),_0x1e82f6=(_0x42a9d5||[])[_0x266153(0x211)](_0x4ce97b||[]);if(!_0x1e82f6||_0x218fc2[_0x266153(0x1c4)](_0x1e82f6[_0x266153(0x182)],0x0)){logger[_0x266153(0x17c)](_0x218fc2[_0x266153(0x17a)]);return;}const _0x45eee4=0x28,_0x2c8004=Math[_0x266153(0x1ba)](_0x218fc2[_0x266153(0x192)](_0x1e82f6[_0x266153(0x182)],_0x45eee4));for(let _0xf88036=0x0;_0x218fc2[_0x266153(0x14d)](_0xf88036,_0x2c8004);_0xf88036++){const _0x158cbb=_0x218fc2[_0x266153(0x1a5)](_0xf88036,_0x45eee4),_0x2c53e8=_0x218fc2[_0x266153(0x19f)](_0x158cbb,_0x45eee4),_0x2ea93e=_0x1e82f6['slice'](_0x158cbb,_0x2c53e8),_0xa34961={'platformIndex':'0','logs':_0x2ea93e,'testFrameworkName':_0x21c791,'testFrameworkVersion':_0x4f136a,'testFrameworkState':_0x4f6a18[_0x266153(0x153)]()[_0x266153(0x1c9)]('.')[0x1]};logger[_0x266153(0x17c)](_0x266153(0x170)+_0x11a84c+_0x266153(0x20f)+_0x218fc2['qFrdl'](_0xf88036,0x1)+'/'+_0x2c8004+_0x266153(0x173)+util[_0x266153(0x200)](_0xa34961));const _0x17e7cf=await GrpcClient[_0x266153(0x172)]()['logCreatedEvent'](_0xa34961);logger[_0x266153(0x17c)](_0x266153(0x170)+_0x11a84c+'\x20batch\x20'+_0x218fc2[_0x266153(0x1db)](_0xf88036,0x1)+'/'+_0x2c8004+_0x266153(0x159)+util[_0x266153(0x200)](_0x17e7cf));}}catch(_0x4cda1f){logger[_0x266153(0x1f7)](_0x266153(0x1cb)+util[_0x266153(0x15f)](_0x4cda1f));}logger['debug'](_0x218fc2[_0x266153(0x18e)]);}['storePendingHook'](_0x4f47b1,_0x56c3d2,_0x220cb8,_0x5d7c87,_0x217bc6){const _0x40d4be=a70_0x130d64,_0x31cdf6={'testId':_0x56c3d2,'testFrameworkState':_0x220cb8,'hookState':_0x5d7c87,'args':_0x217bc6,'timestamp':new Date()[_0x40d4be(0x14e)]()};_0x4f47b1[_0x40d4be(0x1da)](_0x56c3d2,_0x31cdf6),logger['debug'](_0x40d4be(0x20d)+_0x56c3d2+',\x20state:\x20'+_0x220cb8+_0x40d4be(0x14c)+_0x5d7c87);}async[a70_0x130d64(0x1c5)](_0x3de328,_0x5b8be1){const _0x7ce0e3=a70_0x130d64,_0x970cd2={};_0x970cd2[_0x7ce0e3(0x1a9)]=function(_0xda51ef,_0x594541){return _0xda51ef>_0x594541;};const _0x118946=_0x970cd2;if(!_0x3de328['hasPendingHooks'](_0x5b8be1))return;const _0x1dcf6f=_0x3de328['getPendingHooks'](_0x5b8be1);logger['debug'](_0x7ce0e3(0x1b2)+_0x1dcf6f['length']+'\x20pending\x20hooks\x20for\x20testId:\x20'+_0x5b8be1);for(const _0x22e1a7 of _0x1dcf6f){try{const _0x161e9b=await this[_0x7ce0e3(0x168)](_0x3de328,_0x22e1a7['testFrameworkState'],_0x22e1a7['hookState'],_0x22e1a7[_0x7ce0e3(0x1cd)]);_0x161e9b&&_0x118946[_0x7ce0e3(0x1a9)](Object[_0x7ce0e3(0x176)](_0x161e9b)['length'],0x0)&&_0x3de328['addMultipleEntries'](_0x161e9b),await this[_0x7ce0e3(0x178)](_0x3de328,_0x22e1a7[_0x7ce0e3(0x20c)],_0x22e1a7['hookState'],_0x22e1a7[_0x7ce0e3(0x1cd)]);}catch(_0x3f5508){logger[_0x7ce0e3(0x1f7)](_0x7ce0e3(0x18f)+_0x5b8be1+',\x20error:\x20'+_0x3f5508);}}_0x3de328[_0x7ce0e3(0x1bf)](_0x5b8be1),logger[_0x7ce0e3(0x17c)](_0x7ce0e3(0x144)+_0x5b8be1);}}module[a70_0x130d64(0x1fe)]=CucumberTestFramework;
1
+ const a70_0x2d1347=a70_0x6c4c;(function(_0x4f366f,_0x8fca07){const _0x43b174=a70_0x6c4c,_0x336c41=_0x4f366f();while(!![]){try{const _0x438a3c=parseInt(_0x43b174(0xda))/0x1*(parseInt(_0x43b174(0xf5))/0x2)+-parseInt(_0x43b174(0xcc))/0x3*(-parseInt(_0x43b174(0xf2))/0x4)+parseInt(_0x43b174(0x162))/0x5+parseInt(_0x43b174(0x152))/0x6+parseInt(_0x43b174(0x9d))/0x7+parseInt(_0x43b174(0x109))/0x8+-parseInt(_0x43b174(0x156))/0x9;if(_0x438a3c===_0x8fca07)break;else _0x336c41['push'](_0x336c41['shift']());}catch(_0x3bf5a9){_0x336c41['push'](_0x336c41['shift']());}}}(a70_0x2ea9,0x202f6));const TestFramework=require(a70_0x2d1347(0xec)),TestFrameworkState=require(a70_0x2d1347(0x114)),HookState=require(a70_0x2d1347(0x153)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a70_0x2d1347(0xb2)),CLIUtils=require(a70_0x2d1347(0x104)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a70_0x2d1347(0x129)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a70_0x2d1347(0xc5)),logger=createClassLogger(a70_0x2d1347(0xb9)),{v4:uuidv4}=require(a70_0x2d1347(0xc1)),util=require(a70_0x2d1347(0xe2)),TestInfo=require('../TestInfo.js'),GrpcClient=require(a70_0x2d1347(0xee));function a70_0x2ea9(){const _0xa338b8=['KEY_TEST_FRAMEWORK_NAME','test_run_id','get','code','util','KEY_TEST_SCOPES','addMultipleEntries','Tracked\x20cucumber\x20hook\x20event:\x20','KEY_HOOKS_STARTED','testData','\x20pending\x20hooks\x20for\x20testId:\x20','Stored\x20pending\x20hook\x20for\x20testId:\x20','endedAt','Updated\x20cucumber\x20test\x20result:\x20','./testFramework','getAllData','../grpcClient','KEY_HOOK_ID','KEY_HOOK_FAILURE_REASON','KEY_TEST_NAME','8uZoKAq','KEY_TEST_TAGS','KEY_TEST_META','4xXPAFn','failed','\x20response=','Error\x20in\x20createTestFrameworkEventPayload:\x20','startedAt','ceil','BZpZo','Spyjb','hasPendingHooks','Hhpht','getId','storePendingHook','KEY_HOOK_LOGS','__workerDetails','args','../cliUtils.js','trackCucumberInstance','hookState','getTestUUID','getCurrentTestState','337824AAPdUX','UnhandledError','POST','unknown','KEY_TEST_RESULT','KEY_LOGS','matchHookRegex','BQlgN','eventJson','\x20&\x20hookState=','getTestFrameworks','../state/testFrameworkState.js','result','KEY_TEST_ATTACHMENTS','sendLogCreatedEvent','test','getPendingHooks','setTestDetails','getRef','\x20\x20and\x20args\x20=\x20','file_name','KEY_HOOK_LAST_STARTED','FAACs','NONE','started_at','passed','finishedAt','toISOString','inspect','dmnzR','push','PRE','./constants/testFrameworkConstants.js','BbOCk','LOG_REPORT','trackEvent:\x20unsupported\x20testFrameworkState=','KEY_TEST_CODE','testFrameworkVersion',',\x20state:\x20','readLogObjects','finished_at','length','\x20testState:\x20','runHooks','KEY_HOOK_FAILURE','hookData','processPendingHooks','KEY_TEST_FAILURE_TYPE','\x20batch\x20','trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','NaUkQ','testUUID','uarQs','Lzyxb','name','trackEvent','customRerunParam','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','IwyOH','aGUTe','trackHookEvent','format','LKBFm','addPendingHook','KEY_EVENT_STARTED_AT','\x20with\x20result:\x20','failure_type','KEY_TEST_ID','sendLogCreatedEvent:\x20for\x20testId:\x20','sendLogCreatedEvent:\x20Error\x20in\x20sending\x20log\x20events:\x20','instance','pop','KEY_TEST_ENDED_AT','65838EQbpsQ','../state/hookState.js','Cucumber\x20log\x20created\x20event','failure_reason','6185556RdSsQY','getCurrentInstanceName','cInmo','jutwj','getContext','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test','stringify','meBrW','body','trackCucumberInstance:\x20saved\x20instance\x20contextId=','resolveInstance','from','803340oRpsmA','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','base64','1373281FrHWtV','Processing\x20','split','createContext','getInstance','KEY_TEST_RERUN_NAME','\x20target=','parseCucumberTestResult','wflvG','failure','gGfXL','workerInfo','\x20and\x20args\x20=\x20','rerun_name','hook_type','KEY_TEST_LOGS','KEY_HOOK_RESULT','KEY_HOOK_NAME','testFrameworkState','setTrackedInstance','failure_data','../instances/testFrameworkInstance.js','exports','KEY_TEST_STARTED_AT','getTestFrameworksVersions','KEY_TEST_FAILURE','DPXNV','toString','CucumberTestFramework','scopes','sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping','nuLiG','KEY_TEST_UUID','getCurrentHookState','TEST','logCreatedEvent','uuid','removePendingHooks','error','KEY_TEST_FRAMEWORK_VERSION','../../../helpers/helper.js','INIT_TEST','No\x20hook\x20data\x20provided\x20for\x20cucumber\x20hook\x20event','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','getThreadId','DEFAULT_TEST_RESULT','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','387579fMOOzs','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','getTestDetails','parallelIndex','trackCucumberInstance:\x20created\x20instance\x20for\x20target=','qEBte','debug','KEY_TEST_SCOPE','KEY_CUSTOM_TAGS','key','WIegP','\x20payload=','SojsS','hooks','75338fPPXsV','\x20for\x20test:\x20','ITFic','KEY_HOOK_FAILURE_TYPE'];a70_0x2ea9=function(){return _0xa338b8;};return a70_0x2ea9();}function a70_0x6c4c(_0x5427bc,_0x1fcac3){const _0x2ea97a=a70_0x2ea9();return a70_0x6c4c=function(_0x6c4c7e,_0x3b2fd2){_0x6c4c7e=_0x6c4c7e-0x9d;let _0x1416d7=_0x2ea97a[_0x6c4c7e];return _0x1416d7;},a70_0x6c4c(_0x5427bc,_0x1fcac3);}class CucumberTestFramework extends TestFramework{constructor(_0x4da0fe,_0x40023b,_0x293a23){super(_0x4da0fe,_0x40023b,_0x293a23);}async[a70_0x2d1347(0x140)](_0x4ef923,_0x585c11,_0x4108b4={}){const _0x5a940a=a70_0x2d1347,_0x4f424a={};_0x4f424a[_0x5a940a(0xa5)]=_0x5a940a(0x13a),_0x4f424a[_0x5a940a(0xbc)]=function(_0x2347cd,_0x12f5c0){return _0x2347cd===_0x12f5c0;},_0x4f424a[_0x5a940a(0x11f)]=_0x5a940a(0x142);const _0x24f512=_0x4f424a;await super[_0x5a940a(0x140)](_0x4ef923,_0x585c11,_0x4108b4);const _0x1fc10d=this[_0x5a940a(0x160)](_0x4ef923,_0x585c11,_0x4108b4);if(!_0x1fc10d){logger[_0x5a940a(0xd2)](_0x24f512[_0x5a940a(0xa5)]);return;}try{let _0x47a766,_0x4463b7;switch(_0x4ef923){case TestFrameworkState[_0x5a940a(0xbf)]:_0x47a766=_0x4108b4['test'],_0x4463b7=TestInfo[_0x5a940a(0x107)](_0x47a766['id']);if(_0x24f512[_0x5a940a(0xbc)](_0x585c11,HookState[_0x5a940a(0x128)])){logger[_0x5a940a(0xd2)]('trackEvent\x20loading\x20testData\x20for\x20testId:\x20'+_0x47a766['id']);const _0x114105={};_0x114105[_0x5a940a(0x13c)]=_0x4463b7,_0x114105[_0x5a940a(0xe7)]=_0x47a766,_0x1fc10d[_0x5a940a(0xe4)](this['parseCucumberTest'](_0x114105)),logger[_0x5a940a(0xd2)](_0x5a940a(0xc8)+_0x47a766['id']),await this[_0x5a940a(0x137)](_0x1fc10d,_0x47a766['id']);}else{if(_0x24f512[_0x5a940a(0xbc)](_0x585c11,HookState[_0x5a940a(0x10b)])){const _0x52919c={};_0x52919c['testUUID']=_0x4463b7,_0x52919c[_0x5a940a(0xe7)]=_0x47a766,_0x1fc10d[_0x5a940a(0xe4)](this[_0x5a940a(0xa4)](_0x52919c)),await this[_0x5a940a(0x137)](_0x1fc10d,_0x47a766['id']);}}break;case TestFrameworkState[_0x5a940a(0x12b)]:_0x24f512[_0x5a940a(0xbc)](_0x585c11,HookState['POST'])&&await this[_0x5a940a(0x117)](_0x1fc10d,_0x4ef923,_0x4108b4);break;default:if(CLIUtils[_0x5a940a(0x10f)](_0x4ef923[_0x5a940a(0xb8)]()[_0x5a940a(0x9f)]('.')[0x1])){const _0x2c00cf=await this['trackHookEvent'](_0x1fc10d,_0x4ef923,_0x585c11,_0x4108b4);_0x1fc10d[_0x5a940a(0xe4)](_0x2c00cf);}else logger[_0x5a940a(0xd2)](_0x5a940a(0x12c)+_0x4ef923+_0x5a940a(0x112)+_0x585c11);break;}}catch(_0x4c0364){logger['error'](util[_0x5a940a(0x146)](_0x24f512[_0x5a940a(0x11f)],_0x4ef923,_0x585c11,_0x4108b4[_0x5a940a(0x132)],_0x4c0364));}_0x4108b4['instance']=_0x1fc10d,await this['runHooks'](_0x1fc10d,_0x4ef923,_0x585c11,_0x4108b4);}[a70_0x2d1347(0x160)](_0x193c3e,_0x31ba32,_0x5028d1={}){const _0x22fe4c=a70_0x2d1347,_0x450c88={};_0x450c88['gGfXL']=function(_0x408515,_0x2a5d39){return _0x408515===_0x2a5d39;},_0x450c88[_0x22fe4c(0x15d)]=function(_0x2f2b77,_0xd9c70e){return _0x2f2b77===_0xd9c70e;};const _0x58367f=_0x450c88;let _0x1ccae6=null;return(_0x58367f[_0x22fe4c(0xa7)](_0x193c3e,TestFrameworkState[_0x22fe4c(0xc6)])||_0x58367f['meBrW'](_0x193c3e,TestFrameworkState[_0x22fe4c(0x120)]))&&this[_0x22fe4c(0x105)](_0x193c3e,_0x5028d1),_0x1ccae6=TestFramework['getTrackedInstance'](),_0x1ccae6;}[a70_0x2d1347(0x105)](_0x3526cc,_0x2f9994){const _0x10d47c=a70_0x2d1347,_0xd3f890=CLIUtils[_0x10d47c(0x157)](),_0x1759eb=TrackedInstance[_0x10d47c(0xa0)](_0xd3f890);let _0x2832ae=null;logger[_0x10d47c(0xd2)](_0x10d47c(0xd0)+_0xd3f890+',\x20state='+_0x3526cc),_0x2832ae=new TestFrameworkInstance(_0x1759eb,this[_0x10d47c(0x113)](),this[_0x10d47c(0xb5)](),_0x3526cc,HookState[_0x10d47c(0x120)]),TestFramework[_0x10d47c(0xb0)](_0x1759eb,_0x2832ae),logger[_0x10d47c(0xd2)](_0x10d47c(0x15f)+_0x1759eb[_0x10d47c(0xff)]()+_0x10d47c(0xa3)+_0xd3f890);}['parseCucumberTest'](_0x3d5466){const _0x2fb164=a70_0x2d1347,_0x29aadf={};_0x29aadf[_0x2fb164(0xd6)]=_0x2fb164(0x15b);const _0x33bc5a=_0x29aadf,{testUUID:_0x336b60,testData:_0x3ca00f}=_0x3d5466;if(!_0x3ca00f||!_0x3ca00f[_0x2fb164(0xc1)])return logger['debug'](_0x33bc5a['WIegP']),{};const _0x43c946=_0x336b60,_0x408b67=_0x3ca00f[_0x2fb164(0xc1)],_0x59b39b=this[_0x2fb164(0x113)]()[0x0],_0x5ebe19=this[_0x2fb164(0xb5)](),_0x2820e6={[TestFrameworkConstants[_0x2fb164(0xde)]]:_0x59b39b,[TestFrameworkConstants[_0x2fb164(0xc4)]]:_0x5ebe19[_0x59b39b],[TestFrameworkConstants[_0x2fb164(0xac)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x2fb164(0xbd)]]:_0x43c946,[TestFrameworkConstants[_0x2fb164(0x10d)]]:TestFrameworkConstants[_0x2fb164(0xca)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x3ca00f[_0x2fb164(0x13f)]||'',[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x3ca00f[_0x2fb164(0x11d)]||'',[TestFrameworkConstants[_0x2fb164(0x14c)]]:_0x408b67,[TestFrameworkConstants[_0x2fb164(0xf1)]]:_0x3ca00f[_0x2fb164(0x13f)]||'',[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x3ca00f['location']||'',[TestFrameworkConstants[_0x2fb164(0x12d)]]:_0x3ca00f[_0x2fb164(0x15e)]?.[_0x2fb164(0xe1)]||null,[TestFrameworkConstants[_0x2fb164(0xf3)]]:_0x3ca00f['tags']||[],[TestFrameworkConstants[_0x2fb164(0xb4)]]:_0x3ca00f['startedAt']||new Date()['toISOString'](),[TestFrameworkConstants[_0x2fb164(0xd3)]]:_0x3ca00f[_0x2fb164(0xba)]?.[0x0]||'',[TestFrameworkConstants[_0x2fb164(0xe3)]]:_0x3ca00f['scopes']||[],[TestFrameworkConstants[_0x2fb164(0xa2)]]:_0x3ca00f[_0x2fb164(0x141)]?.[_0x2fb164(0xaa)]||_0x3ca00f['name']||'',[TestFrameworkConstants[_0x2fb164(0xd4)]]:{},[TestFrameworkConstants[_0x2fb164(0xf4)]]:_0x3ca00f['meta']||{}};TestInfo[_0x2fb164(0x11a)](_0x408b67,_0x2820e6),logger[_0x2fb164(0xd2)]('Parsed\x20cucumber\x20test:\x20'+_0x3ca00f[_0x2fb164(0x13f)]+'\x20with\x20UUID:\x20'+_0x43c946);const _0x352dfc={};return _0x352dfc[_0x408b67]=_0x2820e6,_0x352dfc;}[a70_0x2d1347(0xa4)](_0x4bb973){const _0x276d4a=a70_0x2d1347,_0x450a5f={'qEBte':'No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test\x20result','BQlgN':_0x276d4a(0x10c),'IwyOH':function(_0x4fe273,_0x544f61){return _0x4fe273===_0x544f61;},'Ifwqu':_0x276d4a(0xf6),'ITFic':_0x276d4a(0x10a),'BCkwi':function(_0x539964,_0x1f3c78,_0x433019){return _0x539964(_0x1f3c78,_0x433019);},'EurGg':function(_0x73175a,_0x464d8e){return _0x73175a>_0x464d8e;}},{testUUID:_0x5a81aa,testData:_0x3a79d2}=_0x4bb973;if(!_0x3a79d2||!_0x3a79d2[_0x276d4a(0xc1)])return logger[_0x276d4a(0xd2)](_0x450a5f[_0x276d4a(0xd1)]),{};const _0x5ef178=this[_0x276d4a(0x160)](TestFrameworkState['TEST'],HookState[_0x276d4a(0x10b)]),_0x2c97a7=_0x3a79d2['uuid'],_0x54c6c6=TestInfo[_0x276d4a(0xce)](_0x2c97a7)||{},_0x2ccc31=_0x54c6c6?_0x54c6c6[TestFrameworkConstants[_0x276d4a(0xd4)]]||{}:{},_0x572c18={..._0x54c6c6,[TestFrameworkConstants[_0x276d4a(0x10d)]]:_0x3a79d2[_0x276d4a(0x115)]||_0x450a5f[_0x276d4a(0x110)],[TestFrameworkConstants[_0x276d4a(0x151)]]:_0x3a79d2[_0x276d4a(0x123)]||new Date()[_0x276d4a(0x124)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()['toISOString'](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x2ccc31,[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants[_0x276d4a(0xf4)]]:_0x3a79d2['meta']||{}};_0x450a5f[_0x276d4a(0x143)](_0x3a79d2[_0x276d4a(0x115)],_0x450a5f['Ifwqu'])&&_0x3a79d2[_0x276d4a(0xa6)]&&(_0x572c18[TestFrameworkConstants[_0x276d4a(0x138)]]=_0x3a79d2[_0x276d4a(0x14b)]||_0x450a5f[_0x276d4a(0xdc)],_0x572c18[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x3a79d2[_0x276d4a(0x155)]||'',_0x572c18[TestFrameworkConstants[_0x276d4a(0xb6)]]=_0x3a79d2[_0x276d4a(0xa6)]);const _0x47dbbc=TestInfo[_0x276d4a(0xce)](_0x2c97a7)[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x11d449=_0x450a5f['BCkwi'](getManualUploadLogs,_0x47dbbc,_0x5ef178[_0x276d4a(0xed)]()[_0x276d4a(0xe0)](_0x2c97a7)[TestFrameworkConstants[_0x276d4a(0xbd)]]);if(_0x450a5f['EurGg'](_0x11d449[_0x276d4a(0x132)],0x0)){const _0x5504df=_0x572c18[TestFrameworkConstants[_0x276d4a(0x10e)]]||[];_0x572c18[TestFrameworkConstants[_0x276d4a(0x10e)]]=[..._0x5504df,..._0x11d449];}_0x3a79d2[_0x276d4a(0xd9)]&&_0x450a5f['EurGg'](_0x3a79d2[_0x276d4a(0xd9)][_0x276d4a(0x132)],0x0)&&(_0x572c18[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x3a79d2[_0x276d4a(0xd9)]);TestInfo[_0x276d4a(0x11a)](_0x2c97a7,_0x572c18),logger[_0x276d4a(0xd2)](_0x276d4a(0xeb)+_0x3a79d2[_0x276d4a(0x13f)]+_0x276d4a(0x14a)+_0x3a79d2[_0x276d4a(0x115)]);const _0x40f858={};return _0x40f858[_0x2c97a7]=_0x572c18,_0x40f858;}async[a70_0x2d1347(0x145)](_0x5740f2,_0x8be97,_0x40f384,_0x894388){const _0x41152c=a70_0x2d1347,_0x1ba11b={'ysYhh':_0x41152c(0xc7),'NaUkQ':function(_0x3160f8){return _0x3160f8();},'UTPsT':function(_0x7d028d,_0x29f172){return _0x7d028d in _0x29f172;},'xwYzQ':function(_0x1a6b25,_0x14fc62){return _0x1a6b25 in _0x14fc62;},'aGUTe':function(_0x1ff930,_0x5cffef){return _0x1ff930===_0x5cffef;},'dmnzR':function(_0x488f19,_0x1e6456){return _0x488f19>_0x1e6456;},'Lzyxb':function(_0x47cc32,_0x56bf77){return _0x47cc32===_0x56bf77;},'ThkFw':_0x41152c(0xf6),'lqQKr':_0x41152c(0x10a),'DPXNV':_0x41152c(0x122),'zdNsc':function(_0x2873e2,_0x11e3ef){return _0x2873e2!==_0x11e3ef;}},{hookData:_0x297578}=_0x894388;if(!_0x297578)return logger['debug'](_0x1ba11b['ysYhh']),{};const _0x121157=_0x297578[_0x41152c(0xc1)]||_0x1ba11b[_0x41152c(0x13b)](uuidv4),_0x26e6b2=_0x297578[_0x41152c(0xdf)],_0x8b0697=_0x8be97['toString']()[_0x41152c(0x9f)]('.')[0x1],_0x2a93c6=TestInfo[_0x41152c(0xce)](_0x26e6b2)[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{},_0x21cfc9=_0x5740f2[_0x41152c(0xed)]()[_0x41152c(0xe0)](_0x26e6b2);if(!_0x21cfc9)return logger[_0x41152c(0xd2)]('No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x26e6b2+',\x20storing\x20as\x20pending\x20hook'),this['storePendingHook'](_0x5740f2,_0x26e6b2,_0x8be97,_0x40f384,_0x894388),{};let _0x4ecb18=_0x21cfc9[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x4ecb18&&(_0x4ecb18={});!_0x1ba11b['UTPsT'](_0x8b0697,_0x4ecb18)&&(_0x4ecb18[_0x8b0697]=[]);let _0x41a9e6=_0x21cfc9[TestFrameworkConstants['KEY_HOOKS_FINISHED']];!_0x41a9e6&&(_0x41a9e6={});!_0x1ba11b['xwYzQ'](_0x8b0697,_0x41a9e6)&&(_0x41a9e6[_0x8b0697]=[]);const _0x5df558={[TestFrameworkConstants[_0x41152c(0xe6)]]:_0x4ecb18,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x41a9e6},_0x248b3d={};_0x248b3d[_0x26e6b2]=_0x5df558;const _0x4b7384=_0x248b3d;if(_0x1ba11b[_0x41152c(0x144)](_0x40f384,HookState[_0x41152c(0x128)])){const _0x4c43d0={[TestFrameworkConstants[_0x41152c(0xef)]]:_0x121157,[TestFrameworkConstants[_0x41152c(0xad)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x41152c(0x149)]]:_0x297578[_0x41152c(0x121)],[TestFrameworkConstants[_0x41152c(0x101)]]:[],[TestFrameworkConstants[_0x41152c(0xae)]]:_0x297578[_0x41152c(0xab)],[TestFrameworkConstants[_0x41152c(0xd4)]]:_0x2a93c6};_0x4c43d0[_0x41152c(0xd5)]=_0x8b0697;const _0x345f1b=_0x4c43d0;_0x4ecb18[_0x8b0697][_0x41152c(0x127)](_0x345f1b),_0x4b7384[_0x26e6b2][TestFrameworkConstants[_0x41152c(0x11e)]]=_0x8b0697,logger['debug']('trackHookEvent:\x20Hook\x20Started\x20in\x20PRE\x20key\x20=\x20'+_0x8b0697+'\x20&\x20hook\x20=\x20'+_0x345f1b+_0x41152c(0x11c)+_0x894388);}else{if(_0x1ba11b[_0x41152c(0x144)](_0x40f384,HookState[_0x41152c(0x10b)])){const _0x37592d=_0x297578[_0x41152c(0x115)],_0x49c4ac=_0x4ecb18[_0x8b0697]||[];logger[_0x41152c(0xd2)]('trackHookEvent:\x20Hook\x20List\x20in\x20Post\x20'+_0x49c4ac+_0x41152c(0xa9)+_0x894388);if(_0x1ba11b[_0x41152c(0x126)](_0x49c4ac[_0x41152c(0x132)],0x0)){const _0x407f52=_0x49c4ac[_0x41152c(0x150)]();_0x1ba11b[_0x41152c(0x13e)](_0x297578['result'],_0x1ba11b['ThkFw'])&&_0x297578[_0x41152c(0xb1)]?(_0x407f52[TestFrameworkConstants[_0x41152c(0xdd)]]=_0x297578[_0x41152c(0x14b)]||_0x1ba11b['lqQKr'],_0x407f52[TestFrameworkConstants[_0x41152c(0xf0)]]=_0x297578[_0x41152c(0x155)]||'',_0x407f52[TestFrameworkConstants[_0x41152c(0x135)]]=_0x297578[_0x41152c(0xb1)]):_0x407f52[TestFrameworkConstants[_0x41152c(0xad)]]=_0x1ba11b[_0x41152c(0xb7)];_0x1ba11b['zdNsc'](_0x37592d,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x407f52[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x37592d);_0x407f52[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x297578[_0x41152c(0x131)]||new Date()[_0x41152c(0x124)](),_0x407f52[TestFrameworkConstants[_0x41152c(0xd4)]]=_0x2a93c6;const _0x4b12a5=_0x407f52[TestFrameworkConstants[_0x41152c(0xef)]];!_0x41a9e6[_0x8b0697]&&(_0x41a9e6[_0x8b0697]=[]),_0x41a9e6[_0x8b0697][_0x41152c(0x127)](_0x407f52),_0x4b7384[_0x26e6b2][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x8b0697;}}}return logger[_0x41152c(0xd2)](_0x41152c(0xe5)+_0x297578[_0x41152c(0xab)]+'\x20with\x20id\x20'+_0x121157+_0x41152c(0xdb)+_0x26e6b2),_0x4b7384;}['createTestFrameworkEventPayload'](_0x2fbd31){const _0x485ff0=a70_0x2d1347,_0x4273f0={};_0x4273f0[_0x485ff0(0x147)]=_0x485ff0(0x164);const _0x5961c2=_0x4273f0;try{const _0x196ab2=_0x2fbd31[_0x485ff0(0x118)]?_0x2fbd31[_0x485ff0(0x118)]['id']:_0x2fbd31[_0x485ff0(0x136)][_0x485ff0(0xdf)],_0x158b96=_0x2fbd31[_0x485ff0(0x14f)],_0x5e744f=_0x158b96[_0x485ff0(0x15a)](),_0x5709c3=_0x158b96['getAllData']()[_0x485ff0(0xe0)](_0x196ab2);if(!_0x5709c3)return logger[_0x485ff0(0xd2)](_0x485ff0(0xcd)+_0x196ab2),{};logger['debug']('createTestFrameworkEventPayload\x20testId:\x20'+_0x196ab2);const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x4ea3aa='',[TestFrameworkConstants[_0x485ff0(0xc4)]]:_0x545f0c='',[TestFrameworkConstants[_0x485ff0(0xb4)]]:_0x20c394='',[TestFrameworkConstants[_0x485ff0(0x151)]]:_0x271453=''}=_0x5709c3,_0x3aacb0=_0x158b96[_0x485ff0(0x108)]()[_0x485ff0(0xb8)]()[_0x485ff0(0x9f)]('.')[0x1],_0x3d49f7=_0x158b96[_0x485ff0(0xbe)]()['toString']()[_0x485ff0(0x9f)]('.')[0x1],_0x5824d0=global?.[_0x485ff0(0x102)]?.[_0x485ff0(0xa8)]?.[_0x485ff0(0xcf)],_0x462d0a=_0x158b96[_0x485ff0(0x11b)](),_0x36f0e8=Buffer[_0x485ff0(0x161)](JSON[_0x485ff0(0x15c)](_0x5709c3))[_0x485ff0(0xb8)](_0x5961c2[_0x485ff0(0x147)]),_0x44dec5={'hash':_0x5e744f[_0x485ff0(0xff)](),'threadId':_0x5e744f[_0x485ff0(0xc9)]()['toString'](),'processId':_0x5e744f['getProcessId']()[_0x485ff0(0xb8)]()},_0x5a2219={};_0x5a2219['platformIndex']=_0x5824d0,_0x5a2219['testFrameworkName']=_0x4ea3aa,_0x5a2219[_0x485ff0(0x12e)]=_0x545f0c,_0x5a2219[_0x485ff0(0xaf)]=_0x3aacb0,_0x5a2219['hookState']=_0x3d49f7,_0x5a2219[_0x485ff0(0xf9)]=_0x20c394,_0x5a2219[_0x485ff0(0xea)]=_0x271453,_0x5a2219[_0x485ff0(0xc1)]=_0x462d0a,_0x5a2219[_0x485ff0(0x111)]=_0x36f0e8,_0x5a2219['executionContext']=_0x44dec5;const _0x39ea4b=_0x5a2219;return logger[_0x485ff0(0xd2)]('createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20'+_0x196ab2+_0x485ff0(0x133)+_0x3aacb0+'\x20hookState:\x20'+_0x3d49f7),_0x39ea4b;}catch(_0x25911a){return logger[_0x485ff0(0xc3)](_0x485ff0(0xf8)+util[_0x485ff0(0x146)](_0x25911a)),{};}}async['sendLogCreatedEvent'](_0x2cd2cc,_0x2f744f,_0x2f5324){const _0x14b81d=a70_0x2d1347,_0x12bc1b={'SJbpi':function(_0x3c1e60,_0xb532ea,_0x5341e7){return _0x3c1e60(_0xb532ea,_0x5341e7);},'BZpZo':function(_0xe91c5,_0x49047e){return _0xe91c5===_0x49047e;},'Spyjb':_0x14b81d(0xbb),'Hhpht':function(_0x1afa27,_0x348c09){return _0x1afa27/_0x348c09;},'SojsS':function(_0x2ae400,_0x5ed717){return _0x2ae400<_0x5ed717;},'jutwj':function(_0x781c14,_0x3cbea7){return _0x781c14*_0x3cbea7;},'BbOCk':function(_0x2ed644,_0x3068a4){return _0x2ed644+_0x3068a4;},'uarQs':function(_0x93f633,_0x5ef304){return _0x93f633+_0x5ef304;},'lkDAE':_0x14b81d(0x154)};try{const _0x12365c=_0x2f5324[_0x14b81d(0x13c)],_0x11783d=_0x2cd2cc[_0x14b81d(0xed)]()[_0x14b81d(0xe0)](_0x12365c),{[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x59846c='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x35603f=''}=_0x11783d,_0x362715=TestInfo[_0x14b81d(0x130)](_0x12365c),_0x45dfaa=TestInfo[_0x14b81d(0xce)](_0x12365c)[TestFrameworkConstants[_0x14b81d(0x116)]]||{},_0xbd7af3=_0x12bc1b['SJbpi'](getMediaArtifactsLogs,_0x45dfaa,_0x2cd2cc[_0x14b81d(0xed)]()[_0x14b81d(0xe0)](_0x12365c)[TestFrameworkConstants[_0x14b81d(0xbd)]]),_0x1dd4be=(_0x362715||[])['concat'](_0xbd7af3||[]);if(!_0x1dd4be||_0x12bc1b[_0x14b81d(0xfb)](_0x1dd4be[_0x14b81d(0x132)],0x0)){logger['debug'](_0x12bc1b[_0x14b81d(0xfc)]);return;}const _0x9c46b=0x28,_0x15ad4d=Math[_0x14b81d(0xfa)](_0x12bc1b[_0x14b81d(0xfe)](_0x1dd4be[_0x14b81d(0x132)],_0x9c46b));for(let _0x2e78b4=0x0;_0x12bc1b[_0x14b81d(0xd8)](_0x2e78b4,_0x15ad4d);_0x2e78b4++){const _0x2e1ea4=_0x12bc1b[_0x14b81d(0x159)](_0x2e78b4,_0x9c46b),_0x5d0cb1=_0x12bc1b[_0x14b81d(0x12a)](_0x2e1ea4,_0x9c46b),_0x3ccec9=_0x1dd4be['slice'](_0x2e1ea4,_0x5d0cb1),_0x11c3c2={'platformIndex':'0','logs':_0x3ccec9,'testFrameworkName':_0x59846c,'testFrameworkVersion':_0x35603f,'testFrameworkState':_0x2f744f[_0x14b81d(0xb8)]()[_0x14b81d(0x9f)]('.')[0x1]};logger[_0x14b81d(0xd2)](_0x14b81d(0x14d)+_0x12365c+'\x20batch\x20'+_0x12bc1b[_0x14b81d(0x12a)](_0x2e78b4,0x1)+'/'+_0x15ad4d+_0x14b81d(0xd7)+util[_0x14b81d(0x125)](_0x11c3c2));const _0x36ae4d=await GrpcClient[_0x14b81d(0xa1)]()[_0x14b81d(0xc0)](_0x11c3c2);logger[_0x14b81d(0xd2)](_0x14b81d(0x14d)+_0x12365c+_0x14b81d(0x139)+_0x12bc1b[_0x14b81d(0x13d)](_0x2e78b4,0x1)+'/'+_0x15ad4d+_0x14b81d(0xf7)+util[_0x14b81d(0x125)](_0x36ae4d));}}catch(_0x40fb80){logger[_0x14b81d(0xc3)](_0x14b81d(0x14e)+util['format'](_0x40fb80));}logger[_0x14b81d(0xd2)](_0x12bc1b['lkDAE']);}[a70_0x2d1347(0x100)](_0x307f18,_0x3f23d1,_0x3c5b8c,_0x3ec6c9,_0x3db6eb){const _0x5cbad6=a70_0x2d1347,_0x44e55c={'testId':_0x3f23d1,'testFrameworkState':_0x3c5b8c,'hookState':_0x3ec6c9,'args':_0x3db6eb,'timestamp':new Date()[_0x5cbad6(0x124)]()};_0x307f18[_0x5cbad6(0x148)](_0x3f23d1,_0x44e55c),logger[_0x5cbad6(0xd2)](_0x5cbad6(0xe9)+_0x3f23d1+_0x5cbad6(0x12f)+_0x3c5b8c+',\x20hookState:\x20'+_0x3ec6c9);}async[a70_0x2d1347(0x137)](_0x53ef9a,_0x1ff7de){const _0x28ca38=a70_0x2d1347,_0x501af2={};_0x501af2[_0x28ca38(0x158)]=function(_0x2a7305,_0x19080d){return _0x2a7305>_0x19080d;};const _0x367491=_0x501af2;if(!_0x53ef9a[_0x28ca38(0xfd)](_0x1ff7de))return;const _0x391168=_0x53ef9a[_0x28ca38(0x119)](_0x1ff7de);logger[_0x28ca38(0xd2)](_0x28ca38(0x9e)+_0x391168[_0x28ca38(0x132)]+_0x28ca38(0xe8)+_0x1ff7de);for(const _0x44aa9d of _0x391168){try{const _0x47266f=await this['trackHookEvent'](_0x53ef9a,_0x44aa9d['testFrameworkState'],_0x44aa9d[_0x28ca38(0x106)],_0x44aa9d[_0x28ca38(0x103)]);_0x47266f&&_0x367491[_0x28ca38(0x158)](Object['keys'](_0x47266f)[_0x28ca38(0x132)],0x0)&&_0x53ef9a['addMultipleEntries'](_0x47266f),await this[_0x28ca38(0x134)](_0x53ef9a,_0x44aa9d[_0x28ca38(0xaf)],_0x44aa9d['hookState'],_0x44aa9d[_0x28ca38(0x103)]);}catch(_0x37204a){logger[_0x28ca38(0xc3)](_0x28ca38(0xcb)+_0x1ff7de+',\x20error:\x20'+_0x37204a);}}_0x53ef9a[_0x28ca38(0xc2)](_0x1ff7de),logger[_0x28ca38(0xd2)](_0x28ca38(0x163)+_0x1ff7de);}}module[a70_0x2d1347(0xb3)]=CucumberTestFramework;
@@ -1 +1 @@
1
- const a71_0x1a06ff=a71_0x2907;(function(_0x8eba77,_0x3f6793){const _0x5e3ef3=a71_0x2907,_0x3b74e8=_0x8eba77();while(!![]){try{const _0x3a3312=parseInt(_0x5e3ef3(0x27d))/0x1*(parseInt(_0x5e3ef3(0x2c0))/0x2)+parseInt(_0x5e3ef3(0x1b2))/0x3+parseInt(_0x5e3ef3(0x19b))/0x4+-parseInt(_0x5e3ef3(0x16e))/0x5*(-parseInt(_0x5e3ef3(0x192))/0x6)+parseInt(_0x5e3ef3(0x288))/0x7*(parseInt(_0x5e3ef3(0x23e))/0x8)+parseInt(_0x5e3ef3(0x2e3))/0x9+-parseInt(_0x5e3ef3(0x252))/0xa;if(_0x3a3312===_0x3f6793)break;else _0x3b74e8['push'](_0x3b74e8['shift']());}catch(_0x14c684){_0x3b74e8['push'](_0x3b74e8['shift']());}}}(a71_0x19e0,0xb32c4));const TestFramework=require('./testFramework'),TestFrameworkState=require(a71_0x1a06ff(0x268)),HookState=require('../state/hookState.js'),{createClassLogger}=require(a71_0x1a06ff(0x1b1)),TestFrameworkInstance=require(a71_0x1a06ff(0x28d)),CLIUtils=require(a71_0x1a06ff(0x216)),TrackedInstance=require(a71_0x1a06ff(0x23c)),TestFrameworkConstants=require(a71_0x1a06ff(0x20d)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a71_0x1a06ff(0x1e9)),{isInternalHook}=require(a71_0x1a06ff(0x271)),logger=createClassLogger('JestTestFramework'),{v4:uuidv4}=require(a71_0x1a06ff(0x1e2)),util=require(a71_0x1a06ff(0x1f9)),TestInfo=require('../TestInfo.js'),GrpcClient=require('../grpcClient'),stackTrace=require(a71_0x1a06ff(0x2e4));function a71_0x19e0(){const _0x3a2994=['198518YKYeFI',',\x20response=','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','getHooksForTest','getJestTestIdentifier','POST','testFrameworkState','VGPyf','startsWith','getCurrentHookState','EWvCp','FVEoG','find','KEY_HOOK_NAME','GfCpp','error','started_at','match','FjNdB',',\x20testId=','trackJestInstance:\x20created\x20instance\x20for\x20target=','delete','uPmRt','XUivH','findIndex',',\x20filePath=','test','CRzEi','nLtSN','KEY_HOOKS_STARTED','sygaT','\x20(testIdentifier),\x20tags=','TEST_SCREENSHOT','656523YiPGyd','stack-trace','join','mYTHi','beforeAll','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','KEY_EVENT_STARTED_AT','suCWc','JzmrG','kHghl','removePendingHooks','status','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','map','uaGIk','substring','uuwAR','KEY_CUSTOM_TAGS','test_run_id',',\x20target=','nnAjP','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','errorsDetailed','Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20${testId},\x20error:\x20${error}','\x22\x20hook','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','isJestInternalHook','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','NRDJw','17360fFXwEG','hookAnalyticsId','Tyfdh','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','result','maxArrayLength','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','resolveInstance','HLmsT','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20${testFilePath},\x20scope:\x20${testScope}','tEtZx','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','kind','getFileName','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','KEY_EVENT_ENDED_AT','trackEvent','dWpBs','\x20(testIdentifier)','\x20&\x20hookState=','KEY_TEST_META','GDUYD','jest-circus','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','keys','ceil','KEY_TEST_RERUN_NAME','KEY_TEST_ID','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=',',\x20totalHooks=','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','toISOString','KEY_TEST_ENDED_AT','\x20-\x20testId:\x20','\x20(testIdentifier),\x20hookType=','stringify','2094EDTJGy','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20',',\x20failureReason=','\x20to\x20','push','KEY_TEST_FAILURE_REASON','hooks','KEY_TEST_FILE_PATH','ReGOf','1163560GpaEDd','addPendingHook','unknown','KEY_HOOK_LAST_FINISHED','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','instance','KEY_TEST_NAME','warn','vDecG','originalTest','KEY_TEST_STARTED_AT','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','KEY_TEST_SCOPE','KEY_TEST_LOGS','KEY_TEST_RESULT','DEFAULT_TEST_RESULT','WHFJL','includes','exports','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=',',\x20duration=','inspect','../../../helpers/classLogger.js','3462057HJwpji','reverse','storePendingHook','FLDUZ','hookUUID','Sjdjx','XHkSa','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','KEY_TEST_ATTACHMENTS','_ALL','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','testFrameworkName','Jzjqb','apply','getTestFrameworksVersions','toUpperCase','parse',',\x20hookType=',',\x20error:\x20','tags','logCreatedEvent','depth','UnhandledError','Vmhsp','set','KEY_TEST_DURATION','AtVqo','location','sendLogCreatedEvent','hookMetadata','skip','finished_at','KEY_HOOK_FAILURE','JqvFI','retryOf','file','Processing\x20','CbHjv','SZheA','from','\x20attachments','KEY_HOOK_ID','TEST','split','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','getRootParentFile','testData',',\x20hooksListLength=','uuid','KEY_HOOK_FAILURE_TYPE','getJestTestName','hookType','mapTestHooks','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','CNIDP','../../../helpers/helper.js','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','RioxH','failure_reason','processPendingHooks',',\x20testData=','parallelIndex','WUOcn','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','getAllData',',\x20storing\x20as\x20pending\x20hook','asyncError','nrzGM','testUUID','KEY_TEST_FAILURE','util','CSwRW',',\x20currentTestId:\x20','FHmrJ','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','PRE',':testAnalyticsId','getContext','getId','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','ZNUgM','BRRJY','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','file_name','\x20-\x20test_identifier=','format','oyQZm','base64','removeActiveHook','./constants/testFrameworkConstants.js','DEFAULT_HOOK_RESULT','__workerDetails','vHaVu','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','getJestFailureReason','type','createTestFrameworkEventPayload','getTestFrameworks','../cliUtils.js','filter','getRef',',\x20exception=','xtwKf','Stored\x20pending\x20hook\x20for\x20testId:\x20','test_identifier','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','INKtO',',\x20logsInBatch:\x20','getJestTestFilePath','title','skipped','jeUzM','duration','event_ended_at','forEach','XKcnP','afterAll','getCurrentTestState','Unknown\x20Test','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result',',\x20failureType=','KEY_TEST_RESULT_AT','HJyDs','getPendingHooks','KEY_LOGS',',\x20testFramework=','toString','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','sjfmw','buildHookMapFromTest','hookData','Unknown\x20error','DjfVP','fBbec','getCurrentInstanceName','passed','../instances/trackedInstance.js','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','1202528qzHfsE','startedAt','getJestFailureData',',\x20attachmentLogs:\x20','replace','debug',',\x20state=',',\x20totalLogs:\x20','has','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','\x20pending\x20hooks\x20for\x20testId:\x20','TFCKL','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','getJestTestScopes',',\x20hook_run_uuid=','FZMZM','KEY_TEST_RETRY_OF','pop','hook_run_uuid',',\x20result=','41368980nRJzfa',',\x20test_run_uuid=','getJestFailureType','BEFORE_ALL','scope','YmqJV','runHooks','\x20hook','KEY_TEST_TAGS','none','hZGjN','\x20for\x20testId:\x20','getTrackedInstance',',\x20remainingHooks=','hasPendingHooks','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','KEY_TEST_LOCATION',',\x20hook=','OvqJq',',\x20hookId=','platformIndex','MrJGq','../state/testFrameworkState.js','testFrameworkVersion','mNIom','get','dDOOj','neIYd','testId','message','getThreadId','../../../helpers/test-observability/utils','KEY_HOOK_RESULT','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','scopes','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','getProcessId','isArray','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','addMultipleEntries','ROOT_DESCRIBE_BLOCK','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','14IJTAOf','iwMdv','KEY_HOOK_LAST_STARTED','NONE','args','pid','WVJbt','QyZaG','KEY_HOOK_LOGS','parseJestTest','trackJestInstance','35Tlwzmw',',\x20hookData=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','KEY_TEST_SCOPES','sYHYv','../instances/testFrameworkInstance.js','endedAt','\x20logs\x20for\x20testId:\x20','WZibj','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','slice','setActiveHook','KEY_TEST_CODE','hook_id','trackHookEvent','splice','parent',',\x20hookUUID=','qJQQv','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback',',\x20filePath:\x20','setTrackedInstance',',\x20hookState=','YJyRJ','getAllPendingHookTestIds','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','getActiveHook','activeHooks','KEY_TEST_FAILURE_TYPE','hookState','concat','hook_type','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20',',\x20messageLength=','length','lvcKe',',\x20updates=','TMMhE','getJestTestTags','FHfeR','name','CCwMq','KEY_TEST_FRAMEWORK_VERSION','filePath','jyDSB','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test',',\x20contextId=','trackJestInstance:\x20instance\x20already\x20exists','HTdct','LOG_REPORT','KEY_HOOK_FAILURE_REASON','substr','KEY_HOOKS_FINISHED','failed','PzRCb','hook_result'];a71_0x19e0=function(){return _0x3a2994;};return a71_0x19e0();}function a71_0x2907(_0x1717a7,_0x5487ac){const _0x19e0cc=a71_0x19e0();return a71_0x2907=function(_0x2907da,_0x1d5b99){_0x2907da=_0x2907da-0x16e;let _0x385cae=_0x19e0cc[_0x2907da];return _0x385cae;},a71_0x2907(_0x1717a7,_0x5487ac);}class JestTestFramework extends TestFramework{constructor(_0x552b9b,_0x54362a,_0x2200ce){const _0x1c8388=a71_0x1a06ff;super(_0x552b9b,_0x54362a,_0x2200ce),this[_0x1c8388(0x2a3)]=new Map();}[a71_0x1a06ff(0x293)](_0x3d5df3,_0x5cca5a,_0x129bff){const _0x309499=a71_0x1a06ff,_0x2e03ca={};_0x2e03ca[_0x309499(0x1f6)]=function(_0x5df300,_0x5f4eb2){return _0x5df300||_0x5f4eb2;};const _0x3766cb=_0x2e03ca;if(_0x3766cb[_0x309499(0x1f6)](!_0x3d5df3,!_0x5cca5a)){logger['warn'](_0x309499(0x1e7)+_0x3d5df3+_0x309499(0x299)+_0x5cca5a);return;}!this[_0x309499(0x2a3)][_0x309499(0x246)](_0x3d5df3)&&this[_0x309499(0x2a3)][_0x309499(0x1ca)](_0x3d5df3,[]);const _0x5a3dfa={'hookUUID':_0x5cca5a,'hookType':_0x129bff,'startedAt':new Date()['toISOString']()};this[_0x309499(0x2a3)][_0x309499(0x26b)](_0x3d5df3)[_0x309499(0x196)](_0x5a3dfa),logger[_0x309499(0x243)]('[JestTestFramework]\x20setActiveHook:\x20testIdentifier='+_0x3d5df3+_0x309499(0x299)+_0x5cca5a+_0x309499(0x1c3)+_0x129bff+_0x309499(0x18b)+this[_0x309499(0x2a3)][_0x309499(0x26b)](_0x3d5df3)[_0x309499(0x2aa)]);}[a71_0x1a06ff(0x20c)](_0x1f3371,_0x29fbff){const _0x15e913=a71_0x1a06ff,_0xd81115={};_0xd81115[_0x15e913(0x290)]=function(_0x2430ab,_0x3a592b){return _0x2430ab||_0x3a592b;},_0xd81115['OpsVn']=function(_0x3fcb9d,_0x201d14){return _0x3fcb9d!==_0x201d14;},_0xd81115[_0x15e913(0x2eb)]=function(_0x3b8fee,_0x5cdbbf){return _0x3b8fee===_0x5cdbbf;};const _0x51cc77=_0xd81115;if(_0x51cc77[_0x15e913(0x290)](!_0x1f3371,!_0x29fbff)){logger[_0x15e913(0x1a2)](_0x15e913(0x2fe)+_0x1f3371+',\x20hookUUID='+_0x29fbff);return;}if(this['activeHooks'][_0x15e913(0x246)](_0x1f3371)){const _0x428e6d=this[_0x15e913(0x2a3)]['get'](_0x1f3371),_0x50bafa=_0x428e6d[_0x15e913(0x2da)](_0x57737a=>_0x57737a[_0x15e913(0x1b6)]===_0x29fbff);_0x51cc77['OpsVn'](_0x50bafa,-0x1)?(_0x428e6d[_0x15e913(0x297)](_0x50bafa,0x1),logger[_0x15e913(0x243)](_0x15e913(0x291)+_0x1f3371+_0x15e913(0x299)+_0x29fbff+_0x15e913(0x25f)+_0x428e6d['length']),_0x51cc77['JzmrG'](_0x428e6d[_0x15e913(0x2aa)],0x0)&&this[_0x15e913(0x2a3)][_0x15e913(0x2d7)](_0x1f3371)):logger['debug'](_0x15e913(0x21d)+_0x1f3371+_0x15e913(0x299)+_0x29fbff);}}[a71_0x1a06ff(0x2a2)](_0x5e46dd){const _0x5bc8a0=a71_0x1a06ff,_0x11584e={};_0x11584e['NRDJw']=function(_0x45ef79,_0x13939b){return _0x45ef79>_0x13939b;},_0x11584e[_0x5bc8a0(0x264)]=function(_0x5cf3e7,_0x43a4ee){return _0x5cf3e7-_0x43a4ee;};const _0x1d6139=_0x11584e;if(!_0x5e46dd)return null;if(this[_0x5bc8a0(0x2a3)][_0x5bc8a0(0x246)](_0x5e46dd)){const _0x4fb8ba=this[_0x5bc8a0(0x2a3)][_0x5bc8a0(0x26b)](_0x5e46dd);if(_0x1d6139[_0x5bc8a0(0x2ff)](_0x4fb8ba[_0x5bc8a0(0x2aa)],0x0)){const _0x1e853d=_0x4fb8ba[_0x1d6139['OvqJq'](_0x4fb8ba[_0x5bc8a0(0x2aa)],0x1)];return logger[_0x5bc8a0(0x243)](_0x5bc8a0(0x23d)+_0x5e46dd+_0x5bc8a0(0x299)+_0x1e853d[_0x5bc8a0(0x1b6)]+',\x20hookType='+_0x1e853d['hookType']),_0x1e853d;}}return null;}async['trackEvent'](_0x365234,_0x3b4a86,_0x34f1a4={}){const _0x2cc002=a71_0x1a06ff,_0x311d03={};_0x311d03[_0x2cc002(0x1e8)]=_0x2cc002(0x1bc),_0x311d03[_0x2cc002(0x21a)]=function(_0x31d4a9,_0x597bed){return _0x31d4a9===_0x597bed;},_0x311d03[_0x2cc002(0x1b5)]=function(_0x5a285b,_0x6633b6){return _0x5a285b||_0x6633b6;},_0x311d03['GDUYD']='[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND',_0x311d03[_0x2cc002(0x2de)]=function(_0x2b0618,_0x2d92c8){return _0x2b0618===_0x2d92c8;};const _0x5f2cad=_0x311d03;logger[_0x2cc002(0x243)](_0x2cc002(0x18c)+_0x365234+',\x20hookState='+_0x3b4a86+',\x20argsKeys='+Object[_0x2cc002(0x186)](_0x34f1a4)['join'](',')),await super[_0x2cc002(0x17e)](_0x365234,_0x3b4a86,_0x34f1a4);const _0x4628df=this[_0x2cc002(0x175)](_0x365234,_0x3b4a86,_0x34f1a4);if(!_0x4628df){logger[_0x2cc002(0x243)](_0x5f2cad[_0x2cc002(0x1e8)]);return;}try{let _0x22549c,_0xb8d224,_0x42c59f;switch(_0x365234){case TestFrameworkState[_0x2cc002(0x1dc)]:_0x22549c=_0x34f1a4[_0x2cc002(0x2dc)];const _0x25aaab={};_0x25aaab[_0x2cc002(0x1c7)]=0x2,_0x25aaab['maxArrayLength']=0x3,logger[_0x2cc002(0x243)](_0x2cc002(0x2ef)+_0x3b4a86+_0x2cc002(0x1ef)+util[_0x2cc002(0x1b0)](_0x22549c,_0x25aaab)),_0x42c59f=this[_0x2cc002(0x2c6)](_0x22549c),_0xb8d224=null,logger[_0x2cc002(0x243)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId='+_0x42c59f+_0x2cc002(0x180));if(_0x5f2cad[_0x2cc002(0x21a)](_0x3b4a86,HookState['PRE'])){logger[_0x2cc002(0x243)](_0x2cc002(0x2a8)+_0x42c59f);const _0x213045={};_0x213045['testUUID']=_0xb8d224,_0x213045[_0x2cc002(0x1e0)]=_0x22549c,_0x213045['testId']=_0x42c59f;const _0x18fb64=this[_0x2cc002(0x286)](_0x213045),_0x3bb76a={};_0x3bb76a[_0x2cc002(0x1c7)]=0x2,_0x3bb76a[_0x2cc002(0x173)]=0x3,logger[_0x2cc002(0x243)](_0x2cc002(0x19f)+util[_0x2cc002(0x1b0)](_0x18fb64,_0x3bb76a)),_0x4628df[_0x2cc002(0x27a)](_0x18fb64),logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0x42c59f),await this[_0x2cc002(0x1ee)](_0x4628df,_0x42c59f);}else{if(_0x5f2cad[_0x2cc002(0x21a)](_0x3b4a86,HookState['POST'])){logger[_0x2cc002(0x243)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20'+_0x42c59f);const _0x214138=_0x4628df[_0x2cc002(0x1f3)]()[_0x2cc002(0x26b)](_0x42c59f);logger[_0x2cc002(0x243)](_0x2cc002(0x2c3)+util['inspect'](Object[_0x2cc002(0x186)](_0x5f2cad[_0x2cc002(0x1b5)](_0x214138,{}))));_0x214138&&_0x214138[TestFrameworkConstants[_0x2cc002(0x1ba)]]?logger[_0x2cc002(0x243)](_0x2cc002(0x2e8)+Object[_0x2cc002(0x186)](_0x214138[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']])[_0x2cc002(0x2aa)]+'\x20files'):logger[_0x2cc002(0x243)](_0x5f2cad[_0x2cc002(0x183)]);const _0x2570b4=_0x34f1a4[_0x2cc002(0x1a4)]||null,_0x59e495={};_0x59e495[_0x2cc002(0x1f7)]=_0xb8d224,_0x59e495['testData']=_0x22549c,_0x59e495[_0x2cc002(0x26e)]=_0x42c59f,_0x59e495[_0x2cc002(0x1a4)]=_0x2570b4;const _0x1c8df4=this['parseJestTestResult'](_0x59e495),_0x2cb5ae={};_0x2cb5ae[_0x2cc002(0x1c7)]=0x2,_0x2cb5ae[_0x2cc002(0x173)]=0x3,logger[_0x2cc002(0x243)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20'+util[_0x2cc002(0x1b0)](_0x1c8df4,_0x2cb5ae)),_0x4628df['addMultipleEntries'](_0x1c8df4),logger[_0x2cc002(0x243)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20'+_0x42c59f),await this[_0x2cc002(0x1ee)](_0x4628df,_0x42c59f);}}break;case TestFrameworkState[_0x2cc002(0x2b9)]:if(_0x5f2cad[_0x2cc002(0x2de)](_0x3b4a86,HookState['POST'])){const _0x457642={};_0x457642[_0x2cc002(0x1c7)]=0x2,logger[_0x2cc002(0x243)]('[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20'+util[_0x2cc002(0x1b0)](_0x34f1a4,_0x457642)),await this[_0x2cc002(0x1ce)](_0x4628df,_0x365234,_0x34f1a4);}break;default:if(CLIUtils['matchHookRegex'](_0x365234[_0x2cc002(0x232)]()[_0x2cc002(0x1dd)]('.')[0x1])){const _0x50f61b={};_0x50f61b['depth']=0x2,_0x50f61b['maxArrayLength']=0x3,logger['debug'](_0x2cc002(0x2f8)+_0x365234+_0x2cc002(0x29e)+_0x3b4a86+_0x2cc002(0x289)+util[_0x2cc002(0x1b0)](_0x34f1a4[_0x2cc002(0x236)],_0x50f61b));const _0x3644d7=await this[_0x2cc002(0x296)](_0x4628df,_0x365234,_0x3b4a86,_0x34f1a4),_0x296304={};_0x296304[_0x2cc002(0x1c7)]=0x2,_0x296304[_0x2cc002(0x173)]=0x3,logger['debug'](_0x2cc002(0x233)+util[_0x2cc002(0x1b0)](_0x3644d7,_0x296304)),_0x4628df[_0x2cc002(0x27a)](_0x3644d7);}else logger[_0x2cc002(0x243)]('[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState='+_0x365234+_0x2cc002(0x181)+_0x3b4a86);break;}logger[_0x2cc002(0x243)](_0x2cc002(0x1ae)+_0x365234+_0x2cc002(0x29e)+_0x3b4a86);}catch(_0x51e71b){logger[_0x2cc002(0x2d1)]('[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState='+_0x365234+',\x20hookState='+_0x3b4a86+_0x2cc002(0x219)+util[_0x2cc002(0x209)](_0x51e71b));}_0x34f1a4['instance']=_0x4628df,await this[_0x2cc002(0x258)](_0x4628df,_0x365234,_0x3b4a86,_0x34f1a4);}[a71_0x1a06ff(0x2c6)](_0x42847b){const _0x36d0b7=a71_0x1a06ff,_0x398d0b={};_0x398d0b[_0x36d0b7(0x2d4)]=_0x36d0b7(0x29b);const _0x145682=_0x398d0b;if(_0x42847b&&(_0x42847b['id']||_0x42847b['uuid'])){const _0x150c50=_0x42847b['id']||_0x42847b[_0x36d0b7(0x1e2)];return logger[_0x36d0b7(0x243)](_0x36d0b7(0x1b9)+_0x150c50+'\x22\x20from\x20testData'),_0x150c50;}return logger[_0x36d0b7(0x243)](_0x145682[_0x36d0b7(0x2d4)]),process[_0x36d0b7(0x282)]+_0x36d0b7(0x1ff);}[a71_0x1a06ff(0x175)](_0x5313f7,_0x273aed,_0x347a00={}){const _0x241195=a71_0x1a06ff;let _0x5c0fce=null;return _0x5c0fce=TestFramework[_0x241195(0x25e)](),!_0x5c0fce?(logger['debug'](_0x241195(0x276)+_0x5313f7),this[_0x241195(0x287)](_0x5313f7,_0x347a00),_0x5c0fce=TestFramework[_0x241195(0x25e)](),logger[_0x241195(0x243)](_0x241195(0x1ea)+!!_0x5c0fce+_0x241195(0x2b6)+_0x5c0fce?.['getContext']()?.[_0x241195(0x201)]())):logger[_0x241195(0x243)](_0x241195(0x247)+_0x5c0fce[_0x241195(0x200)]()?.[_0x241195(0x201)]()),_0x5c0fce;}['trackJestInstance'](_0x2aedb8,_0x4a0c0f){const _0x54af49=a71_0x1a06ff,_0x52c0e4={};_0x52c0e4[_0x54af49(0x1cc)]=_0x54af49(0x2b7);const _0x1048c2=_0x52c0e4;if(TestFramework['getTrackedInstance']()){logger['debug'](_0x1048c2[_0x54af49(0x1cc)]);return;}const _0x174e3b=CLIUtils[_0x54af49(0x23a)](),_0x30ab67=TrackedInstance['createContext'](_0x174e3b);let _0x920303=null;logger[_0x54af49(0x243)](_0x54af49(0x2d6)+_0x174e3b+_0x54af49(0x244)+_0x2aedb8),_0x920303=new TestFrameworkInstance(_0x30ab67,this[_0x54af49(0x215)](),this[_0x54af49(0x1c0)](),_0x2aedb8,HookState[_0x54af49(0x280)]),TestFramework[_0x54af49(0x29d)](_0x30ab67,_0x920303),logger['debug'](_0x54af49(0x274)+_0x30ab67[_0x54af49(0x201)]()+_0x54af49(0x2f6)+_0x174e3b+_0x54af49(0x231)+this[_0x54af49(0x215)]()[0x0]+',\x20version='+this[_0x54af49(0x1c0)]()[this[_0x54af49(0x215)]()[0x0]]);}[a71_0x1a06ff(0x286)](_0x152efd){const _0x278964=a71_0x1a06ff,_0x4f11bc={};_0x4f11bc[_0x278964(0x2d0)]=function(_0x96b871,_0x258181){return _0x96b871||_0x258181;},_0x4f11bc['HTdct']=_0x278964(0x2b5);const _0x15636d=_0x4f11bc,{testUUID:_0x3f0fdb,testData:_0x44a69b,testId:_0x3c8c62}=_0x152efd;if(_0x15636d[_0x278964(0x2d0)](!_0x44a69b,!_0x3c8c62))return logger['debug'](_0x15636d[_0x278964(0x2b8)]),{};const _0x449501=this[_0x278964(0x215)]()[0x0],_0x5857d4=this[_0x278964(0x1c0)](),_0x37a8ab={};_0x37a8ab[_0x278964(0x1c7)]=0x2,_0x37a8ab[_0x278964(0x173)]=0x3,logger[_0x278964(0x243)](_0x278964(0x261)+util[_0x278964(0x1b0)](_0x44a69b,_0x37a8ab));const _0x3982e9=_0x44a69b?.[_0x278964(0x275)]||[],_0xd29269=this[_0x278964(0x1e4)](_0x44a69b),_0x440f73=this[_0x278964(0x220)](_0x44a69b),_0x5b830a=_0x44a69b['fn']?_0x44a69b['fn'][_0x278964(0x232)]():null,_0xba1b86=this[_0x278964(0x2ae)](_0x44a69b),_0x3d8307={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x449501,[TestFrameworkConstants[_0x278964(0x2b2)]]:_0x5857d4[_0x449501],[TestFrameworkConstants[_0x278964(0x1a8)]]:[],[TestFrameworkConstants[_0x278964(0x2bc)]]:{},[TestFrameworkConstants[_0x278964(0x2df)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x278964(0x1aa)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0xd29269,[TestFrameworkConstants[_0x278964(0x199)]]:_0x440f73,[TestFrameworkConstants[_0x278964(0x189)]]:_0x3c8c62,[TestFrameworkConstants[_0x278964(0x1a1)]]:_0xd29269,[TestFrameworkConstants[_0x278964(0x262)]]:_0x440f73,[TestFrameworkConstants[_0x278964(0x294)]]:_0x5b830a,[TestFrameworkConstants[_0x278964(0x25a)]]:_0xba1b86,[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x44a69b[_0x278964(0x2d2)]||new Date()[_0x278964(0x18d)](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x3982e9[0x0]||'',[TestFrameworkConstants[_0x278964(0x28b)]]:_0x3982e9,[TestFrameworkConstants[_0x278964(0x188)]]:_0xd29269,[TestFrameworkConstants[_0x278964(0x2f4)]]:{},[TestFrameworkConstants[_0x278964(0x182)]]:{}};_0x44a69b[_0x278964(0x1d4)]&&(_0x3d8307[TestFrameworkConstants[_0x278964(0x24e)]]=_0x44a69b[_0x278964(0x1d4)]);logger[_0x278964(0x243)](_0x278964(0x18a)+_0xd29269+',\x20testId='+_0x3c8c62+_0x278964(0x2e1)+JSON[_0x278964(0x191)](_0xba1b86)+',\x20scopes='+util[_0x278964(0x1b0)](_0x3982e9)+_0x278964(0x2db)+_0x440f73);const _0x2ee5cb={};return _0x2ee5cb[_0x3c8c62]=_0x3d8307,_0x2ee5cb;}['parseJestTestResult'](_0x54bd2e){const _0x3c1b3e=a71_0x1a06ff,_0x1b3bca={'hZGjN':function(_0x35b0e0,_0x24d260){return _0x35b0e0===_0x24d260;},'XHkSa':_0x3c1b3e(0x228),'IrDZB':function(_0x3977ab,_0x15935c){return _0x3977ab===_0x15935c;},'FVEoG':_0x3c1b3e(0x2e7),'xNIqv':'ALL','RioxH':_0x3c1b3e(0x1bb),'XzyvT':function(_0x17b63f,_0x175d49){return _0x17b63f||_0x175d49;},'OMLcw':_0x3c1b3e(0x22b),'DjfVP':function(_0x26fc03,_0x30e05a){return _0x26fc03||_0x30e05a;},'fBbec':_0x3c1b3e(0x19d),'suCWc':function(_0x425ce4,_0x5b5aec){return _0x425ce4>_0x5b5aec;},'CbHjv':'failed','dDOOj':_0x3c1b3e(0x1d0),'sjfmw':function(_0x30d7e8,_0x3403fe){return _0x30d7e8===_0x3403fe;},'SZheA':_0x3c1b3e(0x222),'oEaDt':_0x3c1b3e(0x23b),'EWvCp':function(_0x4d6d1d,_0x450f4e){return _0x4d6d1d!==_0x450f4e;},'XKcnP':function(_0x52a9c6,_0x24f91c,_0x11b026,_0x4a1a95){return _0x52a9c6(_0x24f91c,_0x11b026,_0x4a1a95);},'IlgrB':_0x3c1b3e(0x174),'dPuSr':function(_0x38c810,_0x3db34e){return _0x38c810===_0x3db34e;}},{testUUID:_0x34504a,testData:_0x2692d3,testId:_0x9e8d8c}=_0x54bd2e;if(_0x1b3bca['XzyvT'](!_0x2692d3,!_0x9e8d8c))return logger[_0x3c1b3e(0x243)](_0x1b3bca['OMLcw']),{};const _0xcb475b=this['resolveInstance'](TestFrameworkState[_0x3c1b3e(0x1dc)],HookState['POST']),_0x50d14a=_0xcb475b[_0x3c1b3e(0x1f3)]()[_0x3c1b3e(0x26b)](_0x9e8d8c),_0x24f179=_0x1b3bca[_0x3c1b3e(0x238)](_0x50d14a,{}),_0x4f4336=_0x24f179?_0x24f179[TestFrameworkConstants[_0x3c1b3e(0x2f4)]]||{}:{},_0x801b26=_0x24f179[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']];logger[_0x3c1b3e(0x243)](_0x3c1b3e(0x1a6)+(_0x801b26?Object[_0x3c1b3e(0x186)](_0x801b26)[_0x3c1b3e(0x2aa)]:0x0)+_0x3c1b3e(0x1da));let _0x271d27=_0x1b3bca[_0x3c1b3e(0x239)];if(_0x2692d3[_0x3c1b3e(0x172)])_0x271d27=_0x2692d3['result'];else{if(_0x2692d3[_0x3c1b3e(0x2f9)]&&_0x1b3bca['suCWc'](_0x2692d3[_0x3c1b3e(0x2f9)]['length'],0x0))_0x271d27=_0x1b3bca[_0x3c1b3e(0x1d7)];else _0x1b3bca[_0x3c1b3e(0x25c)](_0x2692d3[_0x3c1b3e(0x2ee)],_0x1b3bca[_0x3c1b3e(0x26c)])||_0x1b3bca[_0x3c1b3e(0x234)](_0x2692d3[_0x3c1b3e(0x2ee)],_0x1b3bca[_0x3c1b3e(0x1d8)])?_0x271d27=_0x1b3bca[_0x3c1b3e(0x1d8)]:_0x271d27=_0x1b3bca['oEaDt'];}const _0x24e340={..._0x24f179,[TestFrameworkConstants[_0x3c1b3e(0x1a9)]]:_0x271d27,[TestFrameworkConstants[_0x3c1b3e(0x18e)]]:_0x2692d3[_0x3c1b3e(0x1d1)]||new Date()[_0x3c1b3e(0x18d)](),[TestFrameworkConstants[_0x3c1b3e(0x22d)]]:new Date()[_0x3c1b3e(0x18d)](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x4f4336,[TestFrameworkConstants[_0x3c1b3e(0x230)]]:[],[TestFrameworkConstants['KEY_TEST_META']]:{}};if(_0x1b3bca['hZGjN'](_0x271d27,_0x1b3bca[_0x3c1b3e(0x1d7)])&&_0x2692d3[_0x3c1b3e(0x2f9)]){const _0x72d007=this[_0x3c1b3e(0x212)](_0x2692d3),_0x30535e=this['getJestFailureType'](_0x2692d3),_0xf6557d=this[_0x3c1b3e(0x240)](_0x2692d3);_0x24e340[TestFrameworkConstants[_0x3c1b3e(0x2a4)]]=_0x30535e,_0x24e340[TestFrameworkConstants[_0x3c1b3e(0x197)]]=_0x72d007,_0x24e340[TestFrameworkConstants[_0x3c1b3e(0x1f8)]]=_0xf6557d;}_0x1b3bca[_0x3c1b3e(0x2cc)](_0x2692d3['duration'],undefined)&&(_0x24e340[TestFrameworkConstants[_0x3c1b3e(0x1cb)]]=_0x2692d3[_0x3c1b3e(0x224)]);_0x2692d3[_0x3c1b3e(0x1d4)]&&(_0x24e340[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x2692d3[_0x3c1b3e(0x1d4)]);const _0x1bf374=_0x50d14a?_0x50d14a[TestFrameworkConstants[_0x3c1b3e(0x1ba)]]||{}:{},_0x40da5e=_0x50d14a?_0x50d14a[TestFrameworkConstants['KEY_TEST_UUID']]:_0x34504a,_0x2e0b5f=_0x1b3bca[_0x3c1b3e(0x227)](getManualUploadLogs,_0x1bf374,_0x40da5e,_0x9e8d8c);if(_0x1b3bca['suCWc'](_0x2e0b5f[_0x3c1b3e(0x2aa)],0x0)){const _0x4409b0=_0x24e340[TestFrameworkConstants[_0x3c1b3e(0x230)]]||[];_0x24e340[TestFrameworkConstants['KEY_LOGS']]=[..._0x4409b0,..._0x2e0b5f];}const _0xb2f630=_0x24f179[TestFrameworkConstants['KEY_HOOKS_FINISHED']]||{},_0x321ec2=_0x24f179[TestFrameworkConstants[_0x3c1b3e(0x2df)]]||{},_0x53c8af={..._0xb2f630},_0x4cf241=_0x53c8af;Object['keys'](_0x321ec2)[_0x3c1b3e(0x226)](_0xfdf05a=>{const _0x322f04=_0x3c1b3e;!_0x4cf241[_0xfdf05a]&&(_0x4cf241[_0xfdf05a]=[]);const _0xea55f7=new Set((_0x4cf241[_0xfdf05a]||[])[_0x322f04(0x2f0)](_0x82ee66=>_0x82ee66[TestFrameworkConstants[_0x322f04(0x1db)]]||_0x82ee66[_0x322f04(0x295)]));(_0x321ec2[_0xfdf05a]||[])[_0x322f04(0x226)](_0x5775ba=>{const _0x3efc9f=_0x322f04,_0x16cd6c=_0x5775ba[TestFrameworkConstants[_0x3efc9f(0x1db)]]||_0x5775ba[_0x3efc9f(0x295)];if(!_0xea55f7[_0x3efc9f(0x246)](_0x16cd6c)){const _0x2d32ea={..._0x5775ba},_0xeb5a91=_0x2d32ea;!_0xeb5a91[TestFrameworkConstants[_0x3efc9f(0x17d)]]&&!_0xeb5a91[_0x3efc9f(0x225)]&&(_0xeb5a91[TestFrameworkConstants[_0x3efc9f(0x17d)]]=new Date()['toISOString']()),!_0xeb5a91[TestFrameworkConstants[_0x3efc9f(0x272)]]&&!_0xeb5a91[_0x3efc9f(0x2bf)]&&(_0xeb5a91[TestFrameworkConstants[_0x3efc9f(0x272)]]=TestFrameworkConstants[_0x3efc9f(0x20e)]),_0x4cf241[_0xfdf05a][_0x3efc9f(0x196)](_0xeb5a91);}});});if(_0x54bd2e[_0x3c1b3e(0x1a4)]){this[_0x3c1b3e(0x1e6)](_0x54bd2e[_0x3c1b3e(0x1a4)]);const _0x16ff1e=this[_0x3c1b3e(0x235)](_0x54bd2e[_0x3c1b3e(0x1a4)]),_0x1c6a6a=this[_0x3c1b3e(0x2c5)](_0x54bd2e[_0x3c1b3e(0x1a4)]);_0x1c6a6a['forEach'](_0x2a6bee=>{const _0x4e9678=_0x3c1b3e,_0x12b895=_0x16ff1e[_0x4e9678(0x26b)](_0x2a6bee);if(_0x12b895&&(_0x1b3bca[_0x4e9678(0x25c)](_0x12b895[_0x4e9678(0x213)],_0x1b3bca[_0x4e9678(0x1b8)])||_0x1b3bca['IrDZB'](_0x12b895['type'],_0x1b3bca[_0x4e9678(0x2cd)]))){const _0x32e570=_0x12b895[_0x4e9678(0x213)][_0x4e9678(0x1c1)]()[_0x4e9678(0x242)](_0x1b3bca['xNIqv'],_0x1b3bca[_0x4e9678(0x1ec)]),_0x588806=_0x32e570;!_0x4cf241[_0x588806]&&(_0x4cf241[_0x588806]=[]);const _0x1c279b=_0x4cf241[_0x588806][_0x4e9678(0x2ce)](_0x58b14b=>(_0x58b14b[TestFrameworkConstants['KEY_HOOK_ID']]||_0x58b14b['hook_id'])===_0x2a6bee);!_0x1c279b&&_0x4cf241[_0x588806][_0x4e9678(0x196)]({'key':_0x588806,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x2a6bee,[TestFrameworkConstants[_0x4e9678(0x272)]]:TestFrameworkConstants[_0x4e9678(0x20e)],[TestFrameworkConstants[_0x4e9678(0x2e9)]]:new Date()[_0x4e9678(0x18d)](),[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]:new Date()[_0x4e9678(0x18d)](),[TestFrameworkConstants[_0x4e9678(0x285)]]:[],[TestFrameworkConstants[_0x4e9678(0x2cf)]]:_0x12b895[_0x4e9678(0x2b0)]||_0x12b895[_0x4e9678(0x213)]+_0x4e9678(0x259),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x4f4336});}});}if(_0x2692d3['hooks']&&_0x1b3bca['suCWc'](_0x2692d3[_0x3c1b3e(0x198)][_0x3c1b3e(0x2aa)],0x0))_0x24e340[TestFrameworkConstants[_0x3c1b3e(0x2bc)]]=_0x2692d3['hooks'],logger[_0x3c1b3e(0x243)](_0x1b3bca['IlgrB']);else _0x1b3bca[_0x3c1b3e(0x2ea)](Object[_0x3c1b3e(0x186)](_0x4cf241)[_0x3c1b3e(0x2aa)],0x0)&&(_0x24e340[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x4cf241,logger['debug'](_0x3c1b3e(0x17c)+Object[_0x3c1b3e(0x186)](_0x4cf241)[_0x3c1b3e(0x2e5)](',')));const _0x34d14=this[_0x3c1b3e(0x1e4)](_0x2692d3);logger[_0x3c1b3e(0x243)]('[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName='+_0x34d14+',\x20testId='+_0x9e8d8c+'\x20(testIdentifier),\x20result='+_0x271d27+_0x3c1b3e(0x1af)+_0x2692d3['duration']);_0x1b3bca['dPuSr'](_0x271d27,_0x1b3bca[_0x3c1b3e(0x1d7)])&&logger['debug'](_0x3c1b3e(0x211)+_0x9e8d8c+_0x3c1b3e(0x22c)+_0x24e340[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]+_0x3c1b3e(0x194)+_0x24e340[TestFrameworkConstants[_0x3c1b3e(0x197)]]?.[_0x3c1b3e(0x2f2)](0x0,0xc8));const _0x3890d0={};return _0x3890d0[_0x9e8d8c]=_0x24e340,_0x3890d0;}[a71_0x1a06ff(0x24b)](_0x4f3757){const _0x870817=a71_0x1a06ff,_0x4481ef={};_0x4481ef[_0x870817(0x26a)]=function(_0x56478c,_0x4e0b72){return _0x56478c!==_0x4e0b72;},_0x4481ef[_0x870817(0x257)]=_0x870817(0x27b);const _0x56956f=_0x4481ef,_0x2957eb={};_0x2957eb[_0x870817(0x1c7)]=0x2,_0x2957eb[_0x870817(0x173)]=0x3,logger[_0x870817(0x243)](_0x870817(0x2a1)+util[_0x870817(0x1b0)](_0x4f3757,_0x2957eb));const _0x4973d8=[];if(_0x4f3757&&_0x4f3757[_0x870817(0x298)]){let _0x26087d=_0x4f3757[_0x870817(0x298)];while(_0x26087d&&_0x26087d[_0x870817(0x2b0)]&&_0x56956f[_0x870817(0x26a)](_0x26087d[_0x870817(0x2b0)],'')&&_0x56956f['mNIom'](_0x26087d[_0x870817(0x2b0)],_0x56956f[_0x870817(0x257)])){_0x4973d8[_0x870817(0x196)](_0x26087d[_0x870817(0x2b0)]),_0x26087d=_0x26087d[_0x870817(0x298)];}}return _0x4973d8[_0x870817(0x1b3)]();}[a71_0x1a06ff(0x1e4)](_0x462e22){const _0x4739c4=a71_0x1a06ff,_0x14ed9e={};_0x14ed9e['qJQQv']=_0x4739c4(0x22a);const _0x47301a=_0x14ed9e;if(_0x462e22[_0x4739c4(0x2b0)])return _0x462e22['name'];if(_0x462e22[_0x4739c4(0x221)])return _0x462e22['title'];return _0x47301a[_0x4739c4(0x29a)];}[a71_0x1a06ff(0x2ae)](_0x6c2a51){const _0x52f318=a71_0x1a06ff,_0x33b83a=[];if(_0x6c2a51[_0x52f318(0x1c5)]&&Array[_0x52f318(0x278)](_0x6c2a51[_0x52f318(0x1c5)]))return _0x6c2a51[_0x52f318(0x1c5)][_0x52f318(0x2f0)](_0x3df5cc=>_0x3df5cc[_0x52f318(0x2ca)]('@')?_0x3df5cc[_0x52f318(0x2bb)](0x1):_0x3df5cc);const _0x8cc76d=this[_0x52f318(0x1e4)](_0x6c2a51),_0x595866=_0x8cc76d[_0x52f318(0x2d3)](/@(\w+)/g);if(_0x595866)return _0x595866[_0x52f318(0x2f0)](_0xf20fa4=>_0xf20fa4[_0x52f318(0x292)](0x1));return _0x6c2a51[_0x52f318(0x275)]&&Array[_0x52f318(0x278)](_0x6c2a51[_0x52f318(0x275)])&&_0x6c2a51[_0x52f318(0x275)][_0x52f318(0x226)](_0x465513=>{const _0x3a22de=_0x52f318,_0x11677f=_0x465513[_0x3a22de(0x2d3)](/@(\w+)/g);_0x11677f&&_0x11677f['forEach'](_0x4e9a20=>{const _0x2feb76=_0x3a22de,_0x5001b7=_0x4e9a20['slice'](0x1);!_0x33b83a[_0x2feb76(0x1ac)](_0x5001b7)&&_0x33b83a[_0x2feb76(0x196)](_0x5001b7);});}),_0x33b83a;}[a71_0x1a06ff(0x220)](_0x287914){const _0x5cae04=a71_0x1a06ff,_0x13965f={'jeUzM':function(_0x1a61dc,_0x3c0b9a){return _0x1a61dc(_0x3c0b9a);},'WVJbt':_0x5cae04(0x2e4)};if(_0x287914[_0x5cae04(0x207)])return _0x287914[_0x5cae04(0x207)];if(_0x287914[_0x5cae04(0x1f5)]){const _0x332fff=_0x13965f[_0x5cae04(0x223)](require,_0x13965f[_0x5cae04(0x283)]);try{const _0x1e2d0d=_0x332fff[_0x5cae04(0x1c2)](_0x287914['asyncError']);if(_0x1e2d0d[0x0]&&_0x1e2d0d[0x0]['getFileName'])return _0x1e2d0d[0x0][_0x5cae04(0x17b)]();}catch(_0x2c1503){logger[_0x5cae04(0x243)]('Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20'+util[_0x5cae04(0x209)](_0x2c1503));}}return null;}[a71_0x1a06ff(0x212)](_0x29e4eb){const _0x5db95a=a71_0x1a06ff,_0x2b7bd4={};_0x2b7bd4[_0x5db95a(0x22e)]=function(_0x505a1f,_0xb08447){return _0x505a1f>_0xb08447;},_0x2b7bd4[_0x5db95a(0x210)]=_0x5db95a(0x237);const _0x5dd180=_0x2b7bd4;if(_0x29e4eb[_0x5db95a(0x2f9)]&&_0x5dd180[_0x5db95a(0x22e)](_0x29e4eb[_0x5db95a(0x2f9)][_0x5db95a(0x2aa)],0x0))return util[_0x5db95a(0x1b0)](_0x29e4eb[_0x5db95a(0x2f9)][0x0]);if(_0x29e4eb['failure_reason'])return _0x29e4eb[_0x5db95a(0x1ed)];return _0x5dd180[_0x5db95a(0x210)];}[a71_0x1a06ff(0x254)](_0xa65d9e){const _0x3f3494=a71_0x1a06ff,_0x15bb5e={};_0x15bb5e['WUOcn']='Assert',_0x15bb5e[_0x3f3494(0x2ab)]='AssertionError',_0x15bb5e[_0x3f3494(0x19a)]=_0x3f3494(0x1c8);const _0x247e1b=_0x15bb5e,_0x5ec880=this[_0x3f3494(0x212)](_0xa65d9e);if(_0x5ec880&&_0x5ec880[_0x3f3494(0x1ac)](_0x247e1b[_0x3f3494(0x1f1)]))return _0x247e1b[_0x3f3494(0x2ab)];return _0x247e1b[_0x3f3494(0x19a)];}[a71_0x1a06ff(0x240)](_0x3e9aa1){const _0x50102d=a71_0x1a06ff,_0x10cbf7={'Vmhsp':function(_0x179afc,_0x496360){return _0x179afc(_0x496360);},'RRxdZ':'../../../helpers/test-observability/utils','CRzEi':function(_0x30df8a,_0x1d3033){return _0x30df8a!==_0x1d3033;},'XUivH':'test'},{failureData:_0x46a8d8}=_0x10cbf7[_0x50102d(0x1c9)](require,_0x10cbf7['RRxdZ']),_0x35e4db=[];return _0x10cbf7[_0x50102d(0x2dd)](_0x3e9aa1['errorsDetailed'],undefined)&&_0x35e4db['push'](_0x3e9aa1[_0x50102d(0x2f9)],_0x10cbf7[_0x50102d(0x2d9)]),_0x46a8d8[_0x50102d(0x1bf)](null,_0x35e4db);}async['trackHookEvent'](_0x330fb6,_0x97a4ce,_0x26c5f2,_0x378ad8){const _0x4a98a9=a71_0x1a06ff,_0x25ff9f={'YJyRJ':_0x4a98a9(0x202),'Jzjqb':function(_0x54e871){return _0x54e871();},'yszqJ':function(_0x47cce6,_0x15b613){return _0x47cce6 in _0x15b613;},'uPmRt':function(_0x34c1d4,_0x4e308d){return _0x34c1d4 in _0x4e308d;},'Sjdjx':function(_0x266865,_0x4a3158){return _0x266865===_0x4a3158;},'ESkPW':function(_0x2910a9,_0x5756a4){return _0x2910a9===_0x5756a4;},'CSwRW':function(_0x147196,_0x4b7ef9){return _0x147196>_0x4b7ef9;},'oyQZm':_0x4a98a9(0x2bd),'kHghl':_0x4a98a9(0x23b),'kHVWZ':function(_0x134151,_0x12c010){return _0x134151>_0x12c010;},'iwMdv':function(_0x478e12,_0x3c5f9c){return _0x478e12===_0x3c5f9c;},'rlUws':function(_0x4883b2,_0x16922f){return _0x4883b2!==_0x16922f;}},{hookData:_0x3a1b73}=_0x378ad8,_0x34f7de=_0x26c5f2[_0x4a98a9(0x232)](),_0x1be6c7=_0x97a4ce['toString'](),_0x28a3f2={};_0x28a3f2[_0x4a98a9(0x1c7)]=0x2,_0x28a3f2[_0x4a98a9(0x173)]=0x3,logger[_0x4a98a9(0x243)](_0x4a98a9(0x1f2)+_0x1be6c7+_0x4a98a9(0x29e)+_0x34f7de+_0x4a98a9(0x289)+util[_0x4a98a9(0x1b0)](_0x3a1b73,_0x28a3f2));if(!_0x3a1b73)return logger[_0x4a98a9(0x243)](_0x25ff9f[_0x4a98a9(0x29f)]),{};const _0x339b13=_0x3a1b73['uuid']||_0x3a1b73[_0x4a98a9(0x16f)]||_0x25ff9f[_0x4a98a9(0x1be)](uuidv4),_0x13cbc6=_0x3a1b73[_0x4a98a9(0x2f5)]||this['getJestTestIdentifier'](_0x3a1b73),_0x16a922=_0x97a4ce[_0x4a98a9(0x232)]()[_0x4a98a9(0x1dd)]('.')[0x1],_0x342b54=_0x330fb6['getAllData']()[_0x4a98a9(0x26b)](_0x13cbc6),_0x372db8=_0x342b54?_0x342b54[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{};logger[_0x4a98a9(0x243)]('[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId='+_0x339b13+_0x4a98a9(0x2d5)+_0x13cbc6+_0x4a98a9(0x190)+_0x16a922+',\x20hookState='+_0x34f7de);if(!_0x342b54)return logger[_0x4a98a9(0x243)]('[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20'+_0x13cbc6+_0x4a98a9(0x1f4)),this['storePendingHook'](_0x330fb6,_0x13cbc6,_0x97a4ce,_0x26c5f2,_0x378ad8),{};let _0x45ae92=_0x342b54[TestFrameworkConstants[_0x4a98a9(0x2df)]];!_0x45ae92&&(_0x45ae92={});!_0x25ff9f['yszqJ'](_0x16a922,_0x45ae92)&&(_0x45ae92[_0x16a922]=[]);let _0x4de6dd=_0x342b54[TestFrameworkConstants[_0x4a98a9(0x2bc)]];!_0x4de6dd&&(_0x4de6dd={});!_0x25ff9f[_0x4a98a9(0x2d8)](_0x16a922,_0x4de6dd)&&(_0x4de6dd[_0x16a922]=[]);const _0x3fa3f4={[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x45ae92,[TestFrameworkConstants[_0x4a98a9(0x2bc)]]:_0x4de6dd},_0x50e533={};_0x50e533[_0x13cbc6]=_0x3fa3f4;const _0x2b4688=_0x50e533;if(_0x25ff9f[_0x4a98a9(0x1b7)](_0x26c5f2,HookState[_0x4a98a9(0x1fe)])){const _0x4af699={'key':_0x16a922,[TestFrameworkConstants[_0x4a98a9(0x1db)]]:_0x339b13,[TestFrameworkConstants[_0x4a98a9(0x272)]]:TestFrameworkConstants[_0x4a98a9(0x20e)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:_0x3a1b73[_0x4a98a9(0x2d2)]||new Date()[_0x4a98a9(0x18d)](),[TestFrameworkConstants[_0x4a98a9(0x285)]]:[],[TestFrameworkConstants[_0x4a98a9(0x2cf)]]:_0x3a1b73['name']||_0x3a1b73[_0x4a98a9(0x2a7)]||_0x16a922,[TestFrameworkConstants[_0x4a98a9(0x2f4)]]:_0x372db8};_0x45ae92[_0x16a922][_0x4a98a9(0x196)](_0x4af699),_0x2b4688[_0x13cbc6][TestFrameworkConstants[_0x4a98a9(0x27f)]]=_0x16a922;const _0x148b1d={};_0x148b1d[_0x4a98a9(0x1c7)]=0x2,logger[_0x4a98a9(0x243)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x16a922+',\x20hookId='+_0x339b13+_0x4a98a9(0x2d5)+_0x13cbc6+_0x4a98a9(0x263)+util[_0x4a98a9(0x1b0)](_0x4af699,_0x148b1d));}else{if(_0x25ff9f['ESkPW'](_0x26c5f2,HookState[_0x4a98a9(0x2c7)])){const _0x4b2df4=_0x3a1b73[_0x4a98a9(0x172)]||(_0x3a1b73[_0x4a98a9(0x2f9)]&&_0x25ff9f[_0x4a98a9(0x1fa)](_0x3a1b73['errorsDetailed'][_0x4a98a9(0x2aa)],0x0)?_0x25ff9f[_0x4a98a9(0x20a)]:_0x25ff9f[_0x4a98a9(0x2ec)]),_0xdb4615=_0x45ae92[_0x16a922]||[];logger['debug'](_0x4a98a9(0x2c4)+_0x16a922+_0x4a98a9(0x2d5)+_0x13cbc6+_0x4a98a9(0x251)+_0x4b2df4+_0x4a98a9(0x1e1)+_0xdb4615[_0x4a98a9(0x2aa)]);if(_0x25ff9f['kHVWZ'](_0xdb4615[_0x4a98a9(0x2aa)],0x0)){const _0x1fc579=_0xdb4615[_0x4a98a9(0x24f)]();_0x25ff9f[_0x4a98a9(0x27e)](_0x4b2df4,_0x25ff9f['oyQZm'])&&_0x3a1b73['errorsDetailed']?(_0x1fc579[TestFrameworkConstants[_0x4a98a9(0x1e3)]]=this[_0x4a98a9(0x254)](_0x3a1b73),_0x1fc579[TestFrameworkConstants[_0x4a98a9(0x2ba)]]=this[_0x4a98a9(0x212)](_0x3a1b73),_0x1fc579[TestFrameworkConstants[_0x4a98a9(0x1d2)]]=this[_0x4a98a9(0x240)](_0x3a1b73),logger[_0x4a98a9(0x243)](_0x4a98a9(0x24a)+_0x16a922+_0x4a98a9(0x22c)+_0x1fc579[TestFrameworkConstants[_0x4a98a9(0x1e3)]]+_0x4a98a9(0x194)+_0x1fc579[TestFrameworkConstants[_0x4a98a9(0x2ba)]]?.[_0x4a98a9(0x2f2)](0x0,0xc8))):_0x1fc579[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x25ff9f[_0x4a98a9(0x2ec)];_0x25ff9f['rlUws'](_0x4b2df4,TestFrameworkConstants[_0x4a98a9(0x20e)])&&(_0x1fc579[TestFrameworkConstants[_0x4a98a9(0x272)]]=_0x4b2df4);_0x1fc579[TestFrameworkConstants[_0x4a98a9(0x17d)]]=_0x3a1b73['finished_at']||new Date()[_0x4a98a9(0x18d)](),_0x1fc579[TestFrameworkConstants[_0x4a98a9(0x2f4)]]=_0x372db8;const _0x1cd047=_0x1fc579[TestFrameworkConstants[_0x4a98a9(0x1db)]];!_0x4de6dd[_0x16a922]&&(_0x4de6dd[_0x16a922]=[]);_0x4de6dd[_0x16a922][_0x4a98a9(0x196)](_0x1fc579),_0x2b4688[_0x13cbc6][TestFrameworkConstants[_0x4a98a9(0x19e)]]=_0x16a922;const _0xe41072={};_0xe41072['depth']=0x2,logger[_0x4a98a9(0x243)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType='+_0x16a922+_0x4a98a9(0x265)+_0x1cd047+_0x4a98a9(0x251)+_0x4b2df4+_0x4a98a9(0x263)+util['inspect'](_0x1fc579,_0xe41072));}}}const _0x471014={};return _0x471014['depth']=0x2,_0x471014['maxArrayLength']=0x3,logger[_0x4a98a9(0x243)]('[JestTestFramework]\x20trackHookEvent:\x20SUCCESS\x20-\x20hookType='+(_0x3a1b73[_0x4a98a9(0x2a7)]||_0x16a922)+_0x4a98a9(0x265)+_0x339b13+_0x4a98a9(0x2d5)+_0x13cbc6+_0x4a98a9(0x2ac)+util['inspect'](_0x2b4688,_0x471014)),_0x2b4688;}[a71_0x1a06ff(0x214)](_0x495972){const _0x2c7358=a71_0x1a06ff,_0x2dfac7={};_0x2dfac7[_0x2c7358(0x204)]=_0x2c7358(0x20b);const _0x285fe9=_0x2dfac7;try{const _0x46bbad=_0x495972[_0x2c7358(0x2dc)]?this[_0x2c7358(0x2c6)](_0x495972[_0x2c7358(0x2dc)]):_0x495972['hookData'][_0x2c7358(0x2f5)],_0x3177f5=_0x495972[_0x2c7358(0x1a0)],_0x803609=_0x3177f5[_0x2c7358(0x200)](),_0x17859c=_0x3177f5[_0x2c7358(0x1f3)]()[_0x2c7358(0x26b)](_0x46bbad);if(!_0x17859c)return logger['debug'](_0x2c7358(0x273)+_0x46bbad),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x3b0ce5='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x4aca44='',[TestFrameworkConstants[_0x2c7358(0x1a5)]]:_0x3bcdad='',[TestFrameworkConstants[_0x2c7358(0x18e)]]:_0x27fdb4=''}=_0x17859c,_0xd7d8b9=_0x3177f5[_0x2c7358(0x229)]()[_0x2c7358(0x232)]()[_0x2c7358(0x1dd)]('.')[0x1],_0x4001b5=_0x3177f5[_0x2c7358(0x2cb)]()['toString']()[_0x2c7358(0x1dd)]('.')[0x1],_0x433488=global?.[_0x2c7358(0x20f)]?.['workerInfo']?.[_0x2c7358(0x1f0)],_0x46f837=_0x3177f5[_0x2c7358(0x218)](),_0x5a441e=Buffer[_0x2c7358(0x1d9)](JSON[_0x2c7358(0x191)](_0x17859c))[_0x2c7358(0x232)](_0x285fe9[_0x2c7358(0x204)]),_0x2ef270={'hash':_0x803609['getId'](),'threadId':_0x803609[_0x2c7358(0x270)]()['toString'](),'processId':_0x803609[_0x2c7358(0x277)]()[_0x2c7358(0x232)]()},_0x4454aa={};_0x4454aa[_0x2c7358(0x266)]=_0x433488,_0x4454aa[_0x2c7358(0x1bd)]=_0x3b0ce5,_0x4454aa[_0x2c7358(0x269)]=_0x4aca44,_0x4454aa[_0x2c7358(0x2c8)]=_0xd7d8b9,_0x4454aa[_0x2c7358(0x2a5)]=_0x4001b5,_0x4454aa[_0x2c7358(0x23f)]=_0x3bcdad,_0x4454aa[_0x2c7358(0x28e)]=_0x27fdb4,_0x4454aa['uuid']=_0x46f837,_0x4454aa['eventJson']=_0x5a441e,_0x4454aa['executionContext']=_0x2ef270,_0x4454aa[_0x2c7358(0x21c)]=_0x46bbad;const _0x488249=_0x4454aa;return _0x488249;}catch(_0x5a9685){return logger[_0x2c7358(0x2d1)]('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util[_0x2c7358(0x209)](_0x5a9685)),{};}}async[a71_0x1a06ff(0x1ce)](_0x2157f1,_0x5c483e,_0x1152e1){const _0xcb1a02=a71_0x1a06ff,_0x54eb1f={'neIYd':function(_0x4be8be,_0x443745){return _0x4be8be+_0x443745;},'tEtZx':'missing','mYTHi':_0xcb1a02(0x25b),'nnAjP':function(_0x6421ed,_0x124ab0){return _0x6421ed>_0x124ab0;},'xJFiL':function(_0x113a54,_0x19c811,_0x169ddf,_0x37bec1){return _0x113a54(_0x19c811,_0x169ddf,_0x37bec1);},'uaGIk':function(_0x449541,_0x4e4ac9){return _0x449541-_0x4e4ac9;},'jyDSB':function(_0x1442bd,_0x1610cb){return _0x1442bd===_0x1610cb;},'ZNUgM':function(_0x474a9f,_0x22742f){return _0x474a9f/_0x22742f;},'EELmX':function(_0x504daa,_0x4736b1){return _0x504daa<_0x4736b1;},'sygaT':function(_0x738fd,_0x46a865){return _0x738fd*_0x46a865;},'QyZaG':function(_0xabab79,_0x32cb9c){return _0xabab79+_0x32cb9c;}};try{const _0xb9a3e5=_0x1152e1[_0xcb1a02(0x1f7)]||_0x1152e1['testId'],_0x3ed944=Array[_0xcb1a02(0x1d9)](_0x2157f1['getAllData']()[_0xcb1a02(0x186)]()),_0x341bcc=_0x2157f1[_0xcb1a02(0x1f3)]()[_0xcb1a02(0x26b)](_0xb9a3e5);if(!_0x341bcc){logger[_0xcb1a02(0x243)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0xb9a3e5);return;}const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x2ceaf3='',[TestFrameworkConstants[_0xcb1a02(0x2b2)]]:_0x39490f=''}=_0x341bcc;let _0x376fa2=[];if(_0x341bcc&&_0x341bcc[TestFrameworkConstants[_0xcb1a02(0x230)]]&&Array[_0xcb1a02(0x278)](_0x341bcc[TestFrameworkConstants[_0xcb1a02(0x230)]])){_0x376fa2=_0x341bcc[TestFrameworkConstants[_0xcb1a02(0x230)]]||[],logger[_0xcb1a02(0x243)](_0xcb1a02(0x279)+_0x376fa2[_0xcb1a02(0x2aa)]+_0xcb1a02(0x28f)+_0xb9a3e5);const _0x184a57={[TestFrameworkConstants[_0xcb1a02(0x230)]]:[]},_0x301dab={};_0x301dab[_0xb9a3e5]=_0x184a57,_0x2157f1[_0xcb1a02(0x27a)](_0x301dab),logger[_0xcb1a02(0x243)](_0xcb1a02(0x2fc)+_0xb9a3e5);}else logger[_0xcb1a02(0x243)](_0xcb1a02(0x206)+_0xb9a3e5);logger[_0xcb1a02(0x243)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20'+_0x376fa2['length']+_0xcb1a02(0x25d)+_0xb9a3e5);const _0xb8811a=_0x376fa2[_0xcb1a02(0x217)](_0x5a5879=>_0x5a5879[_0xcb1a02(0x17a)]===_0xcb1a02(0x2e2));_0x54eb1f[_0xcb1a02(0x2f7)](_0xb8811a[_0xcb1a02(0x2aa)],0x0)&&(logger[_0xcb1a02(0x243)](_0xcb1a02(0x1de)+_0xb8811a[_0xcb1a02(0x2aa)]+'\x20screenshot\x20logs\x20for\x20testId:\x20'+_0xb9a3e5),_0xb8811a['forEach']((_0x24742d,_0x13d15a)=>{const _0x34c197=_0xcb1a02;logger[_0x34c197(0x243)](_0x34c197(0x28a)+_0x54eb1f[_0x34c197(0x26d)](_0x13d15a,0x1)+'/'+_0xb8811a[_0x34c197(0x2aa)]+_0x34c197(0x208)+(_0x24742d[_0x34c197(0x21c)]||_0x54eb1f[_0x34c197(0x178)])+_0x34c197(0x253)+(_0x24742d['test_run_uuid']||_0x54eb1f[_0x34c197(0x178)])+_0x34c197(0x24c)+(_0x24742d[_0x34c197(0x250)]||_0x54eb1f[_0x34c197(0x2e6)])+_0x34c197(0x2a9)+(_0x24742d[_0x34c197(0x26f)]?.[_0x34c197(0x2aa)]||0x0));}));const _0x4eac47=_0x341bcc[TestFrameworkConstants[_0xcb1a02(0x1ba)]]||{},_0x16b430=_0x54eb1f['xJFiL'](getMediaArtifactsLogs,_0x4eac47,null,_0xb9a3e5),_0x32f938=(_0x376fa2||[])[_0xcb1a02(0x2a6)](_0x16b430||[]),_0x5416bf=_0xb8811a?.[_0xcb1a02(0x2aa)]||0x0,_0xdd4c77=_0x54eb1f[_0xcb1a02(0x2f1)](_0x376fa2?.['length']||0x0,_0x5416bf);logger[_0xcb1a02(0x243)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20'+_0xb9a3e5+',\x20consoleLogs:\x20'+_0xdd4c77+',\x20screenshotLogs:\x20'+_0x5416bf+_0xcb1a02(0x241)+(_0x16b430?.['length']||0x0)+_0xcb1a02(0x245)+_0x32f938[_0xcb1a02(0x2aa)]);if(!_0x32f938||_0x54eb1f[_0xcb1a02(0x2b4)](_0x32f938[_0xcb1a02(0x2aa)],0x0)){logger['debug'](_0xcb1a02(0x171)+_0xb9a3e5);return;}const _0x559d8f=0x28,_0xc39d20=Math[_0xcb1a02(0x187)](_0x54eb1f[_0xcb1a02(0x203)](_0x32f938[_0xcb1a02(0x2aa)],_0x559d8f));for(let _0x44a3be=0x0;_0x54eb1f['EELmX'](_0x44a3be,_0xc39d20);_0x44a3be++){const _0x23a867=_0x54eb1f[_0xcb1a02(0x2e0)](_0x44a3be,_0x559d8f),_0x2e51f3=_0x54eb1f[_0xcb1a02(0x284)](_0x23a867,_0x559d8f),_0x1002e5=_0x32f938[_0xcb1a02(0x292)](_0x23a867,_0x2e51f3),_0x5c1c14=global?.[_0xcb1a02(0x20f)]?.['workerInfo']?.[_0xcb1a02(0x1f0)]||0x0,_0x4b38bc={'platformIndex':_0x5c1c14,'logs':_0x1002e5,'testFrameworkName':_0x2ceaf3,'testFrameworkVersion':_0x39490f,'testFrameworkState':_0x5c483e[_0xcb1a02(0x232)]()[_0xcb1a02(0x1dd)]('.')[0x1]},_0x322213={};_0x322213[_0xcb1a02(0x1c7)]=0x3,_0x322213[_0xcb1a02(0x173)]=0x5,logger[_0xcb1a02(0x243)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x54eb1f[_0xcb1a02(0x284)](_0x44a3be,0x1)+'/'+_0xc39d20+_0xcb1a02(0x18f)+_0xb9a3e5+_0xcb1a02(0x21f)+_0x1002e5['length']+',\x20platformIndex:\x20'+_0x5c1c14+',\x20payload:\x20'+util[_0xcb1a02(0x1b0)](_0x4b38bc,_0x322213));const _0x1ecfde=await GrpcClient['getInstance']()[_0xcb1a02(0x1c6)](_0x4b38bc);logger[_0xcb1a02(0x243)](_0xcb1a02(0x185)+_0x54eb1f[_0xcb1a02(0x284)](_0x44a3be,0x1)+'/'+_0xc39d20+_0xcb1a02(0x18f)+_0xb9a3e5+_0xcb1a02(0x2c1)+util['inspect'](_0x1ecfde));}if(_0x16b430&&_0x54eb1f[_0xcb1a02(0x2f7)](_0x16b430['length'],0x0)&&_0x341bcc[TestFrameworkConstants[_0xcb1a02(0x1ba)]]){const _0x7a55fb={[TestFrameworkConstants[_0xcb1a02(0x1ba)]]:{}},_0x3108fd={};_0x3108fd[_0xb9a3e5]=_0x7a55fb,_0x2157f1['addMultipleEntries'](_0x3108fd);}logger[_0xcb1a02(0x243)](_0xcb1a02(0x2c2)+_0xb9a3e5+',\x20totalBatches:\x20'+_0xc39d20);}catch(_0x3ae20d){logger[_0xcb1a02(0x2d1)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20'+(_0x1152e1[_0xcb1a02(0x1f7)]||_0x1152e1['testId'])+_0xcb1a02(0x1c4)+util['format'](_0x3ae20d));}}[a71_0x1a06ff(0x1b4)](_0x38da5b,_0x127179,_0x1b8f67,_0x336a80,_0x4f7189){const _0x937038=a71_0x1a06ff,_0xfba698={};_0xfba698[_0x937038(0x2b1)]=function(_0x255e59,_0x3e02c2){return _0x255e59===_0x3e02c2;},_0xfba698[_0x937038(0x1fc)]='beforeAll';const _0x786e95=_0xfba698,{hookData:_0x2ba0f7}=_0x4f7189,_0x37f5ad={'testId':_0x127179,'testFrameworkState':_0x1b8f67,'hookState':_0x336a80,'args':_0x4f7189,'timestamp':new Date()[_0x937038(0x18d)]()};if(_0x786e95[_0x937038(0x2b1)](_0x1b8f67,TestFrameworkState[_0x937038(0x255)])&&_0x2ba0f7){const _0x4dd600={};_0x4dd600[_0x937038(0x2b3)]=_0x2ba0f7[_0x937038(0x207)]||_0x2ba0f7[_0x937038(0x1cd)],_0x4dd600[_0x937038(0x256)]=_0x2ba0f7[_0x937038(0x256)]||_0x2ba0f7[_0x937038(0x275)]&&_0x2ba0f7['scopes'][0x0]||'',_0x4dd600[_0x937038(0x1e5)]=_0x786e95['FHmrJ'],_0x37f5ad[_0x937038(0x1cf)]=_0x4dd600,logger[_0x937038(0x243)](_0x937038(0x193)+_0x127179+_0x937038(0x29c)+_0x37f5ad[_0x937038(0x1cf)][_0x937038(0x2b3)]+',\x20scope:\x20'+_0x37f5ad['hookMetadata'][_0x937038(0x256)]);}_0x38da5b['addPendingHook'](_0x127179,_0x37f5ad),logger[_0x937038(0x243)](_0x937038(0x21b)+_0x127179+',\x20state:\x20'+_0x1b8f67+',\x20hookState:\x20'+_0x336a80);}async[a71_0x1a06ff(0x1ee)](_0x5eacb9,_0x12bc81){const _0x416210=a71_0x1a06ff,_0xf7f3af={};_0xf7f3af['uuwAR']=function(_0x25ed1d,_0x27a400){return _0x25ed1d>_0x27a400;},_0xf7f3af['KHZdA']=_0x416210(0x177),_0xf7f3af[_0x416210(0x1ab)]=function(_0x1a381d,_0x1c5393){return _0x1a381d===_0x1c5393;},_0xf7f3af['TMMhE']=function(_0x4212ce,_0x27952e){return _0x4212ce===_0x27952e;},_0xf7f3af[_0x416210(0x170)]=function(_0x5d0d1d,_0x3f2294){return _0x5d0d1d===_0x3f2294;},_0xf7f3af[_0x416210(0x1a3)]=function(_0x4dedd1,_0x332c9f){return _0x4dedd1===_0x332c9f;},_0xf7f3af[_0x416210(0x21e)]=_0x416210(0x27c),_0xf7f3af[_0x416210(0x17f)]=_0x416210(0x2fa);const _0x1a4ea3=_0xf7f3af;if(_0x5eacb9['hasPendingHooks'](_0x12bc81)){const _0x410663=_0x5eacb9['getPendingHooks'](_0x12bc81);logger[_0x416210(0x243)](_0x416210(0x1d6)+_0x410663[_0x416210(0x2aa)]+_0x416210(0x248)+_0x12bc81);for(const _0x430dd6 of _0x410663){try{const _0x42f4a0=await this[_0x416210(0x296)](_0x5eacb9,_0x430dd6['testFrameworkState'],_0x430dd6[_0x416210(0x2a5)],_0x430dd6[_0x416210(0x281)]);_0x42f4a0&&_0x1a4ea3[_0x416210(0x2f3)](Object['keys'](_0x42f4a0)[_0x416210(0x2aa)],0x0)&&_0x5eacb9[_0x416210(0x27a)](_0x42f4a0),await this[_0x416210(0x258)](_0x5eacb9,_0x430dd6[_0x416210(0x2c8)],_0x430dd6[_0x416210(0x2a5)],_0x430dd6['args']);}catch(_0x169df0){logger[_0x416210(0x2d1)](_0x416210(0x179)+_0x12bc81+_0x416210(0x1c4)+_0x169df0);}}_0x5eacb9[_0x416210(0x2ed)](_0x12bc81),logger[_0x416210(0x243)](_0x416210(0x1eb)+_0x12bc81);}const _0x2c2f64=_0x5eacb9[_0x416210(0x1f3)]()[_0x416210(0x26b)](_0x12bc81);if(_0x2c2f64){const _0x36d2bd=_0x2c2f64[TestFrameworkConstants['KEY_TEST_FILE_PATH']]||_0x2c2f64[TestFrameworkConstants[_0x416210(0x262)]],_0x11a5b8=_0x2c2f64[TestFrameworkConstants[_0x416210(0x1a7)]]||_0x2c2f64[TestFrameworkConstants[_0x416210(0x28b)]]&&_0x2c2f64[TestFrameworkConstants[_0x416210(0x28b)]][0x0]||'';logger[_0x416210(0x243)](_0x1a4ea3['KHZdA']);const _0x52a83d=_0x5eacb9[_0x416210(0x2a0)]();for(const _0x147bc1 of _0x52a83d){if(_0x1a4ea3[_0x416210(0x1ab)](_0x147bc1,_0x12bc81))continue;if(_0x5eacb9[_0x416210(0x260)](_0x147bc1)){const _0x2cc9aa=_0x5eacb9[_0x416210(0x22f)](_0x147bc1);for(const _0x558065 of _0x2cc9aa){if(_0x1a4ea3[_0x416210(0x2ad)](_0x558065[_0x416210(0x2c8)],TestFrameworkState[_0x416210(0x255)])&&_0x558065[_0x416210(0x1cf)]){const _0x591438=_0x558065['hookMetadata'][_0x416210(0x2b3)],_0x5f5dad=_0x558065[_0x416210(0x1cf)][_0x416210(0x256)];if(_0x1a4ea3[_0x416210(0x1ab)](_0x591438,_0x36d2bd)&&_0x1a4ea3[_0x416210(0x170)](_0x5f5dad,_0x11a5b8)){logger[_0x416210(0x243)]('[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20'+_0x147bc1+_0x416210(0x1fb)+_0x12bc81+_0x416210(0x29c)+_0x591438+',\x20scope:\x20'+_0x5f5dad);_0x558065[_0x416210(0x281)]&&_0x558065[_0x416210(0x281)]['hookData']&&(_0x558065['args'][_0x416210(0x236)]['test_run_id']=_0x12bc81,logger[_0x416210(0x243)]('[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20'+_0x147bc1+_0x416210(0x195)+_0x12bc81));try{const _0x1a6461=await this[_0x416210(0x296)](_0x5eacb9,_0x558065[_0x416210(0x2c8)],_0x558065[_0x416210(0x2a5)],_0x558065[_0x416210(0x281)]);_0x1a6461&&_0x1a4ea3['uuwAR'](Object[_0x416210(0x186)](_0x1a6461)[_0x416210(0x2aa)],0x0)&&_0x5eacb9[_0x416210(0x27a)](_0x1a6461);await this[_0x416210(0x258)](_0x5eacb9,_0x558065[_0x416210(0x2c8)],_0x558065[_0x416210(0x2a5)],_0x558065['args']);const _0x515c1e=_0x5eacb9[_0x416210(0x22f)](_0x147bc1)[_0x416210(0x217)](_0x18b8f7=>_0x18b8f7!==_0x558065);if(_0x1a4ea3[_0x416210(0x1a3)](_0x515c1e['length'],0x0))_0x5eacb9[_0x416210(0x2ed)](_0x147bc1);else{_0x5eacb9[_0x416210(0x2ed)](_0x147bc1);for(const _0x499f71 of _0x515c1e){_0x5eacb9[_0x416210(0x19c)](_0x147bc1,_0x499f71);}}logger[_0x416210(0x243)](_0x1a4ea3[_0x416210(0x21e)]);}catch(_0x1866a8){logger[_0x416210(0x2d1)](_0x1a4ea3[_0x416210(0x17f)]);}}}}}}}}['mapTestHooks'](_0x4e188c){const _0x2a6c90=a71_0x1a06ff,_0x4f9405={'MrJGq':function(_0x932a71){return _0x932a71();}};if(!_0x4e188c||!_0x4e188c['parent'])return;_0x4e188c[_0x2a6c90(0x298)][_0x2a6c90(0x198)]&&Array[_0x2a6c90(0x278)](_0x4e188c[_0x2a6c90(0x298)][_0x2a6c90(0x198)])&&_0x4e188c['parent']['hooks'][_0x2a6c90(0x226)](_0x48d100=>{const _0x599326=_0x2a6c90;!_0x48d100['hookAnalyticsId']&&!_0x48d100[_0x599326(0x1b6)]&&(_0x48d100['hookAnalyticsId']=_0x4f9405[_0x599326(0x267)](uuidv4),_0x48d100[_0x599326(0x1b6)]=_0x48d100[_0x599326(0x16f)],logger[_0x599326(0x243)](_0x599326(0x205)+_0x48d100['type']+_0x599326(0x299)+_0x48d100[_0x599326(0x16f)]));}),this[_0x2a6c90(0x1e6)](_0x4e188c[_0x2a6c90(0x298)]);}[a71_0x1a06ff(0x2c5)](_0x2a5c13){const _0x4fc334=a71_0x1a06ff,_0x5acfaa={'FZMZM':function(_0x41d9de,_0x18b25c){return _0x41d9de(_0x18b25c);}};if(!_0x2a5c13||!_0x2a5c13[_0x4fc334(0x298)])return[];const _0x10a8e6=[];return _0x2a5c13[_0x4fc334(0x298)]['hooks']&&Array['isArray'](_0x2a5c13[_0x4fc334(0x298)][_0x4fc334(0x198)])&&_0x2a5c13['parent'][_0x4fc334(0x198)]['forEach'](_0xfc7da9=>{const _0x2480d8=_0x4fc334,_0x283ce4=_0xfc7da9[_0x2480d8(0x16f)]||_0xfc7da9[_0x2480d8(0x1b6)];_0x283ce4&&!this[_0x2480d8(0x2fd)](_0xfc7da9)&&!_0x5acfaa[_0x2480d8(0x24d)](isInternalHook,_0xfc7da9['fn'])&&_0x10a8e6[_0x2480d8(0x196)](_0x283ce4);}),[..._0x10a8e6,...this['getHooksForTest'](_0x2a5c13[_0x4fc334(0x298)])];}[a71_0x1a06ff(0x235)](_0x406240){const _0x2bc46d=a71_0x1a06ff,_0x592479={'JqvFI':function(_0x26a63a,_0x17c4d){return _0x26a63a(_0x17c4d);},'sYHYv':_0x2bc46d(0x19d),'VGPyf':function(_0x1e9436,_0x50ab1a){return _0x1e9436(_0x50ab1a);}},_0x39dd4e=new Map(),_0x47f934=_0xc3b446=>{const _0x33779c=_0x2bc46d,_0x4b2d36={'TFCKL':function(_0x3efd99,_0x1e56bb){const _0x588f78=a71_0x2907;return _0x592479[_0x588f78(0x1d3)](_0x3efd99,_0x1e56bb);},'FHfeR':_0x592479[_0x33779c(0x28c)]};if(!_0xc3b446||!_0xc3b446['parent'])return;_0xc3b446[_0x33779c(0x298)][_0x33779c(0x198)]&&Array['isArray'](_0xc3b446[_0x33779c(0x298)]['hooks'])&&_0xc3b446[_0x33779c(0x298)]['hooks']['forEach'](_0x2f45bf=>{const _0x487ad5=_0x33779c,_0x284792=_0x2f45bf['hookAnalyticsId']||_0x2f45bf['hookUUID'];if(_0x284792&&!this['isJestInternalHook'](_0x2f45bf)&&!_0x4b2d36[_0x487ad5(0x249)](isInternalHook,_0x2f45bf['fn'])){const _0x43c921={};_0x43c921[_0x487ad5(0x213)]=_0x2f45bf['type']||_0x4b2d36[_0x487ad5(0x2af)],_0x43c921['name']=_0x2f45bf[_0x487ad5(0x2b0)]||'\x22'+_0x2f45bf[_0x487ad5(0x213)]+_0x487ad5(0x2fb),_0x39dd4e['set'](_0x284792,_0x43c921);}}),_0x592479[_0x33779c(0x2c9)](_0x47f934,_0xc3b446[_0x33779c(0x298)]);};return _0x592479['VGPyf'](_0x47f934,_0x406240),_0x39dd4e;}[a71_0x1a06ff(0x2fd)](_0x5318c2){const _0xe6295d=a71_0x1a06ff,_0x1bce73={};_0x1bce73[_0xe6295d(0x176)]=_0xe6295d(0x184),_0x1bce73[_0xe6295d(0x2be)]='[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}';const _0x260920=_0x1bce73;try{const _0x5d8651=this[_0xe6295d(0x1df)](_0x5318c2);return _0x5d8651&&_0x5d8651['includes'](_0x260920[_0xe6295d(0x176)]);}catch(_0x81104a){logger[_0xe6295d(0x243)](_0x260920['PzRCb']);}return![];}[a71_0x1a06ff(0x1df)](_0x126fd3){const _0x16a4e4=a71_0x1a06ff;if(_0x126fd3['asyncError'])try{const _0x1469a6=stackTrace[_0x16a4e4(0x1c2)](_0x126fd3['asyncError']);return _0x1469a6[0x0]?_0x1469a6[0x0]['getFileName']():null;}catch(_0x512a4d){logger[_0x16a4e4(0x243)](_0x16a4e4(0x1fd)+util['format'](_0x512a4d));}if(_0x126fd3['file'])return _0x126fd3[_0x16a4e4(0x1d5)];return null;}}module[a71_0x1a06ff(0x1ad)]=JestTestFramework;
1
+ function a71_0x5c54(_0x3ffe15,_0x2fde72){const _0x328788=a71_0x3287();return a71_0x5c54=function(_0x5c54c7,_0x101b41){_0x5c54c7=_0x5c54c7-0x19e;let _0x41f2e7=_0x328788[_0x5c54c7];return _0x41f2e7;},a71_0x5c54(_0x3ffe15,_0x2fde72);}const a71_0x2104af=a71_0x5c54;function a71_0x3287(){const _0x38478b=[',\x20duration=','KEY_HOOK_LAST_STARTED','passed','uuid','mlLgG','replace','jLyCg','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','asyncError','concat','scope','jhLrN',',\x20target=',',\x20scopes=',',\x20state:\x20','setTrackedInstance',',\x20currentTestId:\x20','startsWith',',\x20version=','afterAll','KEY_TEST_UUID','set','KEY_LOGS','getTestFrameworks','getPendingHooks','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','\x20screenshot\x20logs\x20for\x20testId:\x20','name','VkNnx','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','originalTest','slice','KEY_TEST_STARTED_AT','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','Migbl','none','aekwx','SoYtH','retryOf','\x20logs\x20for\x20testId:\x20','getInstance',',\x20hooksListLength=','KEY_TEST_RESULT','failed','2969815isoHua','\x20-\x20testId:\x20','DiSBL','neTrU','getCurrentTestState','getContext','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','hookData','ljUIp','KEY_HOOK_ID','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','KEY_TEST_RETRY_OF','Processing\x20','clCwt','cyZvI','lEsXs','testFrameworkName','debug','depth','find','finished_at','getTrackedInstance','fMEEy','split','parallelIndex','Eqczy','Unknown\x20Test','4438968XVsfoB','file','status','4129560uLnBpD','jZiwZ','KEY_TEST_ATTACHMENTS','inspect','rUDdo','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','args','storePendingHook','PXQsQ','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','map','UcVNT','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','KEY_TEST_FAILURE_TYPE','UnhandledError','DEFAULT_HOOK_RESULT','started_at','parseJestTest','VKCNX','getJestTestScopes','getTestFrameworksVersions',',\x20totalBatches:\x20','hookMetadata','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','TvwwA','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','KEY_EVENT_ENDED_AT','3715245qpSDsF','forEach','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','kBkLH','has','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','addMultipleEntries','testUUID','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','get','findIndex','getRef','KEY_TEST_ID',',\x20payload:\x20','\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','Hzkuy','parent','getFileName',',\x20updates=','dWhbz','hookUUID','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','activeHooks','KEY_TEST_FRAMEWORK_VERSION','trackHookEvent','KEY_TEST_FRAMEWORK_NAME','cQAra','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','parse','IsoMj','TMlVs','KEY_HOOK_FAILURE_REASON','endedAt','test_identifier','getJestTestName','hZxuY','KEY_TEST_CODE','ItfAO','matchHookRegex','jHlJo','7oJyfZU','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','tags','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','\x20(testIdentifier),\x20result=','apply','pop','CyOKs','missing','./constants/testFrameworkConstants.js','fkuza','getAllPendingHookTestIds','trackEvent','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','getRootParentFile','cOpIp','BzXvf','errorsDetailed','getJestTestTags','AiNHk','toISOString','executionContext',',\x20scope:\x20','HkZfM','mrnbN','ROOT_DESCRIBE_BLOCK','dZWrZ','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','getJestTestFilePath','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','LzDJD',',\x20result=',',\x20totalHooks=','CMAQV','warn','join','stack-trace','DEFAULT_TEST_RESULT','KZTsH','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','pid','match','XAmsR','amFvU','rgplm',',\x20hook_run_uuid=','processPendingHooks','KQGFQ',',\x20hookState=','BEFORE_ALL','KEY_TEST_SCOPES',',\x20screenshotLogs:\x20','length','jCGZl','filter','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','Vacfb','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','FgjaJ','TEST','test_run_id',',\x20testData=','jtZiX','getHooksForTest','NONE','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','8WAYGUV','NvixU','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','lLKWx','format','../../../helpers/classLogger.js','keys','getJestTestIdentifier','XMCXN',',\x20state=','trackJestInstance:\x20instance\x20already\x20exists','hooks',',\x20argsKeys=','buildHookMapFromTest','\x20(testIdentifier)','../state/hookState.js',',\x20hookUUID=','KEY_TEST_LOCATION','unknown','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','128148MjewGC','wsnHu','BboIO','KEY_HOOK_RESULT','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=',',\x20totalLogs:\x20','Stored\x20pending\x20hook\x20for\x20testId:\x20','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','KEY_TEST_TAGS','KEY_CUSTOM_TAGS','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','KEY_TEST_DURATION','runHooks','startedAt','addPendingHook','ogYJU',',\x20failureType=','goIOA','location','event_ended_at','sendLogCreatedEvent','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','LJiGM','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','duration','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','eventJson','testFrameworkVersion','resolveInstance','../../../helpers/test-observability/utils','../grpcClient','KEY_TEST_FAILURE_REASON','fnxkG','Uvlav','getJestFailureType','__workerDetails',',\x20failureReason=',',\x20contextId=','getJestFailureReason',',\x20messageLength=','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','KEY_HOOK_NAME','1502vNBpiP','EiDAQ',',\x20error:\x20','result','title','FRMmY','[JestTestFramework]\x20trackHookEvent:\x20SUCCESS\x20-\x20hookType=','testFrameworkState','getAllData','hook_type','KEY_HOOK_LOGS','toString','../../../helpers/helper.js','type','\x20&\x20hookState=',',\x20testId=','createTestFrameworkEventPayload','POST','hook_id','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','NYrUB','../TestInfo.js','hook_run_uuid','trackJestInstance','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=',',\x20test_run_uuid=','test',',\x20filePath:\x20','XGxrj','beforeAll','removeActiveHook',',\x20storing\x20as\x20pending\x20hook','KEY_TEST_META',',\x20hookType=','isArray','nLsUl','geMwb','util','242HNQmvS','LXcGc','\x20-\x20test_identifier=','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','../state/testFrameworkState.js',',\x20filePath=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','OMQBW','KEY_TEST_SCOPE','hookType','DdRsb','KEY_HOOKS_FINISHED','gPIUa','instance','file_name',',\x20exception=',',\x20hook=','push','filePath','KEY_EVENT_STARTED_AT','KEY_TEST_NAME','KEY_TEST_FAILURE','Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20${testId},\x20error:\x20${error}','testId','splice','UlqgM','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','Bobbr','hookState','removePendingHooks',',\x20hookData=','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','ceil','from','ThZfj','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','\x22\x20hook','kind','../instances/trackedInstance.js','ogPvm','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','Unknown\x20error','test_run_uuid','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','hasPendingHooks','isJestInternalHook','error','\x20pending\x20hooks\x20for\x20testId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20',':testAnalyticsId','xPaNQ','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','_ALL','logCreatedEvent','testData','delete','3076760UotEJp','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','JestTestFramework','\x20(testIdentifier),\x20hookType=','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','\x20attachments','fPlQm','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','getJestFailureData','getActiveHook','KEY_AUTOMATE_SESSION_NAME','KEY_TEST_RERUN_NAME','hookAnalyticsId','\x20to\x20','getThreadId','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','toUpperCase','TEST_SCREENSHOT','rhJPK','KEY_TEST_FILE_PATH','substr','FABNy','\x20(testIdentifier),\x20tags=',',\x20hookId=','includes',',\x20logsInBatch:\x20','stringify','PRE','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','../instances/testFrameworkInstance.js','YZiGw','parseJestTestResult','substring','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','setActiveHook','KEY_TEST_ENDED_AT','KEY_HOOKS_STARTED','failure_reason','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','oYEak','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','fMxYQ','getId','WUvaS','myDFS','maxArrayLength','./testFramework','KEY_HOOK_FAILURE_TYPE','oZIkX','scopes','KEY_HOOK_FAILURE','../cliUtils.js'];a71_0x3287=function(){return _0x38478b;};return a71_0x3287();}(function(_0x49f34c,_0x420a78){const _0x10cf1e=a71_0x5c54,_0x3fbb4c=_0x49f34c();while(!![]){try{const _0x5d51b2=-parseInt(_0x10cf1e(0x210))/0x1*(-parseInt(_0x10cf1e(0x237))/0x2)+parseInt(_0x10cf1e(0x1e5))/0x3*(parseInt(_0x10cf1e(0x1d0))/0x4)+parseInt(_0x10cf1e(0x2d0))/0x5+parseInt(_0x10cf1e(0x2eb))/0x6+parseInt(_0x10cf1e(0x332))/0x7*(-parseInt(_0x10cf1e(0x26f))/0x8)+-parseInt(_0x10cf1e(0x309))/0x9+-parseInt(_0x10cf1e(0x2ee))/0xa;if(_0x5d51b2===_0x420a78)break;else _0x3fbb4c['push'](_0x3fbb4c['shift']());}catch(_0x4f9d2f){_0x3fbb4c['push'](_0x3fbb4c['shift']());}}}(a71_0x3287,0x5f5d1));const TestFramework=require(a71_0x2104af(0x29d)),TestFrameworkState=require(a71_0x2104af(0x23b)),HookState=require(a71_0x2104af(0x1e0)),{createClassLogger}=require(a71_0x2104af(0x1d6)),TestFrameworkInstance=require(a71_0x2104af(0x28c)),CLIUtils=require(a71_0x2104af(0x2a2)),TrackedInstance=require(a71_0x2104af(0x25d)),TestFrameworkConstants=require(a71_0x2104af(0x33b)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a71_0x2104af(0x21c)),{isInternalHook}=require('../../../helpers/test-observability/utils'),logger=createClassLogger(a71_0x2104af(0x271)),{v4:uuidv4}=require('uuid'),util=require(a71_0x2104af(0x236)),TestInfo=require(a71_0x2104af(0x225)),GrpcClient=require(a71_0x2104af(0x204)),stackTrace=require(a71_0x2104af(0x1af));class JestTestFramework extends TestFramework{constructor(_0x268585,_0x12f4b8,_0x1018f3){super(_0x268585,_0x12f4b8,_0x1018f3),this['activeHooks']=new Map();}[a71_0x2104af(0x291)](_0x2e6aba,_0x42d517,_0x405f62){const _0x1a5ee1=a71_0x2104af,_0x29a641={};_0x29a641[_0x1a5ee1(0x1cc)]=function(_0x10d9cb,_0x6a600){return _0x10d9cb||_0x6a600;};const _0x332b56=_0x29a641;if(_0x332b56[_0x1a5ee1(0x1cc)](!_0x2e6aba,!_0x42d517)){logger[_0x1a5ee1(0x1ad)](_0x1a5ee1(0x23a)+_0x2e6aba+',\x20hookUUID='+_0x42d517);return;}!this[_0x1a5ee1(0x320)][_0x1a5ee1(0x30d)](_0x2e6aba)&&this[_0x1a5ee1(0x320)][_0x1a5ee1(0x2b8)](_0x2e6aba,[]);const _0x2eca82={'hookUUID':_0x42d517,'hookType':_0x405f62,'startedAt':new Date()[_0x1a5ee1(0x19f)]()};this['activeHooks']['get'](_0x2e6aba)['push'](_0x2eca82),logger[_0x1a5ee1(0x2e1)](_0x1a5ee1(0x1ff)+_0x2e6aba+_0x1a5ee1(0x1e1)+_0x42d517+_0x1a5ee1(0x232)+_0x405f62+_0x1a5ee1(0x1ab)+this['activeHooks'][_0x1a5ee1(0x312)](_0x2e6aba)[_0x1a5ee1(0x1bf)]);}[a71_0x2104af(0x22f)](_0x40aeea,_0x24adf0){const _0x2e5078=a71_0x2104af,_0x4e76cb={};_0x4e76cb[_0x2e5078(0x1d4)]=function(_0x25bf99,_0x24e88a){return _0x25bf99||_0x24e88a;},_0x4e76cb[_0x2e5078(0x250)]=function(_0x310ac2,_0x3d808f){return _0x310ac2!==_0x3d808f;},_0x4e76cb[_0x2e5078(0x1ac)]=function(_0x1038e3,_0x3237fc){return _0x1038e3===_0x3237fc;};const _0x351feb=_0x4e76cb;if(_0x351feb[_0x2e5078(0x1d4)](!_0x40aeea,!_0x24adf0)){logger[_0x2e5078(0x1ad)](_0x2e5078(0x1d2)+_0x40aeea+',\x20hookUUID='+_0x24adf0);return;}if(this[_0x2e5078(0x320)][_0x2e5078(0x30d)](_0x40aeea)){const _0x244d56=this['activeHooks'][_0x2e5078(0x312)](_0x40aeea),_0x277db1=_0x244d56[_0x2e5078(0x313)](_0x3d3d0d=>_0x3d3d0d[_0x2e5078(0x31e)]===_0x24adf0);_0x351feb['UlqgM'](_0x277db1,-0x1)?(_0x244d56[_0x2e5078(0x24f)](_0x277db1,0x1),logger[_0x2e5078(0x2e1)](_0x2e5078(0x325)+_0x40aeea+_0x2e5078(0x1e1)+_0x24adf0+',\x20remainingHooks='+_0x244d56[_0x2e5078(0x1bf)]),_0x351feb['CMAQV'](_0x244d56[_0x2e5078(0x1bf)],0x0)&&this['activeHooks'][_0x2e5078(0x26e)](_0x40aeea)):logger['debug']('[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier='+_0x40aeea+_0x2e5078(0x1e1)+_0x24adf0);}}[a71_0x2104af(0x278)](_0x5bed32){const _0x138239=a71_0x2104af,_0x1f2d10={};_0x1f2d10[_0x138239(0x339)]=function(_0x589773,_0x3eeb31){return _0x589773>_0x3eeb31;},_0x1f2d10[_0x138239(0x1fc)]=function(_0x4fb204,_0x291a7e){return _0x4fb204-_0x291a7e;};const _0x276681=_0x1f2d10;if(!_0x5bed32)return null;if(this[_0x138239(0x320)]['has'](_0x5bed32)){const _0x4ce465=this[_0x138239(0x320)][_0x138239(0x312)](_0x5bed32);if(_0x276681[_0x138239(0x339)](_0x4ce465[_0x138239(0x1bf)],0x0)){const _0x1bc155=_0x4ce465[_0x276681[_0x138239(0x1fc)](_0x4ce465[_0x138239(0x1bf)],0x1)];return logger[_0x138239(0x2e1)](_0x138239(0x333)+_0x5bed32+_0x138239(0x1e1)+_0x1bc155[_0x138239(0x31e)]+_0x138239(0x232)+_0x1bc155[_0x138239(0x240)]),_0x1bc155;}}return null;}async[a71_0x2104af(0x33e)](_0x52bc0f,_0x4fc552,_0x4724b5={}){const _0x41e2ee=a71_0x2104af,_0x4c16a={};_0x4c16a[_0x41e2ee(0x1d9)]=_0x41e2ee(0x223),_0x4c16a[_0x41e2ee(0x207)]=function(_0x5f2c66,_0x1c0041){return _0x5f2c66===_0x1c0041;},_0x4c16a['dWhbz']=function(_0x35ac79,_0x4ff310){return _0x35ac79||_0x4ff310;},_0x4c16a['VkNnx']='[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND',_0x4c16a[_0x41e2ee(0x2de)]=function(_0x390fba,_0x5e1772){return _0x390fba===_0x5e1772;};const _0x49bb24=_0x4c16a;logger[_0x41e2ee(0x2e1)](_0x41e2ee(0x1fb)+_0x52bc0f+',\x20hookState='+_0x4fc552+_0x41e2ee(0x1dd)+Object[_0x41e2ee(0x1d7)](_0x4724b5)['join'](',')),await super[_0x41e2ee(0x33e)](_0x52bc0f,_0x4fc552,_0x4724b5);const _0xf1e826=this[_0x41e2ee(0x202)](_0x52bc0f,_0x4fc552,_0x4724b5);if(!_0xf1e826){logger[_0x41e2ee(0x2e1)](_0x49bb24['XMCXN']);return;}try{let _0x3bbf1e,_0x45ebbe,_0x40f2b3;switch(_0x52bc0f){case TestFrameworkState[_0x41e2ee(0x1c9)]:_0x3bbf1e=_0x4724b5['test'];const _0x2cfc70={};_0x2cfc70['depth']=0x2,_0x2cfc70[_0x41e2ee(0x29c)]=0x3,logger[_0x41e2ee(0x2e1)](_0x41e2ee(0x30b)+_0x4fc552+_0x41e2ee(0x1cb)+util[_0x41e2ee(0x2f1)](_0x3bbf1e,_0x2cfc70)),_0x40f2b3=this[_0x41e2ee(0x1d8)](_0x3bbf1e),_0x45ebbe=null,logger[_0x41e2ee(0x2e1)](_0x41e2ee(0x31f)+_0x40f2b3+_0x41e2ee(0x1df));if(_0x49bb24[_0x41e2ee(0x207)](_0x4fc552,HookState[_0x41e2ee(0x28a)])){logger[_0x41e2ee(0x2e1)](_0x41e2ee(0x1ef)+_0x40f2b3);const _0x31184c={};_0x31184c[_0x41e2ee(0x310)]=_0x45ebbe,_0x31184c[_0x41e2ee(0x26d)]=_0x3bbf1e,_0x31184c['testId']=_0x40f2b3;const _0xfd94f0=this[_0x41e2ee(0x2ff)](_0x31184c),_0x333a9e={};_0x333a9e['depth']=0x2,_0x333a9e[_0x41e2ee(0x29c)]=0x3,logger['debug'](_0x41e2ee(0x1c7)+util[_0x41e2ee(0x2f1)](_0xfd94f0,_0x333a9e)),_0xf1e826[_0x41e2ee(0x30f)](_0xfd94f0),logger['debug'](_0x41e2ee(0x2c4)+_0x40f2b3),await this['processPendingHooks'](_0xf1e826,_0x40f2b3);}else{if(_0x49bb24['Uvlav'](_0x4fc552,HookState[_0x41e2ee(0x221)])){logger[_0x41e2ee(0x2e1)](_0x41e2ee(0x23d)+_0x40f2b3);const _0x3c7fc3=_0xf1e826['getAllData']()[_0x41e2ee(0x312)](_0x40f2b3);logger[_0x41e2ee(0x2e1)](_0x41e2ee(0x25f)+util[_0x41e2ee(0x2f1)](Object[_0x41e2ee(0x1d7)](_0x49bb24[_0x41e2ee(0x31d)](_0x3c7fc3,{}))));_0x3c7fc3&&_0x3c7fc3[TestFrameworkConstants[_0x41e2ee(0x2f0)]]?logger[_0x41e2ee(0x2e1)](_0x41e2ee(0x33f)+Object[_0x41e2ee(0x1d7)](_0x3c7fc3[TestFrameworkConstants[_0x41e2ee(0x2f0)]])['length']+'\x20files'):logger['debug'](_0x49bb24[_0x41e2ee(0x2bf)]);const _0x1d997b=_0x4724b5['originalTest']||null,_0x3cfcf5={};_0x3cfcf5[_0x41e2ee(0x310)]=_0x45ebbe,_0x3cfcf5[_0x41e2ee(0x26d)]=_0x3bbf1e,_0x3cfcf5['testId']=_0x40f2b3,_0x3cfcf5[_0x41e2ee(0x2c1)]=_0x1d997b;const _0x13c191=this[_0x41e2ee(0x28e)](_0x3cfcf5),_0x5c55d8={};_0x5c55d8[_0x41e2ee(0x2e2)]=0x2,_0x5c55d8[_0x41e2ee(0x29c)]=0x3,logger[_0x41e2ee(0x2e1)](_0x41e2ee(0x26a)+util[_0x41e2ee(0x2f1)](_0x13c191,_0x5c55d8)),_0xf1e826[_0x41e2ee(0x30f)](_0x13c191),logger[_0x41e2ee(0x2e1)](_0x41e2ee(0x295)+_0x40f2b3),await this['processPendingHooks'](_0xf1e826,_0x40f2b3);}}break;case TestFrameworkState['LOG_REPORT']:if(_0x49bb24[_0x41e2ee(0x2de)](_0x4fc552,HookState[_0x41e2ee(0x221)])){const _0x412d04={};_0x412d04['depth']=0x2,logger[_0x41e2ee(0x2e1)]('[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20'+util[_0x41e2ee(0x2f1)](_0x4724b5,_0x412d04)),await this[_0x41e2ee(0x1f9)](_0xf1e826,_0x52bc0f,_0x4724b5);}break;default:if(CLIUtils[_0x41e2ee(0x330)](_0x52bc0f[_0x41e2ee(0x21b)]()[_0x41e2ee(0x2e7)]('.')[0x1])){const _0x5e244a={};_0x5e244a['depth']=0x2,_0x5e244a['maxArrayLength']=0x3,logger['debug'](_0x41e2ee(0x311)+_0x52bc0f+',\x20hookState='+_0x4fc552+_0x41e2ee(0x255)+util['inspect'](_0x4724b5['hookData'],_0x5e244a));const _0x86c32d=await this[_0x41e2ee(0x322)](_0xf1e826,_0x52bc0f,_0x4fc552,_0x4724b5),_0x4558df={};_0x4558df[_0x41e2ee(0x2e2)]=0x2,_0x4558df[_0x41e2ee(0x29c)]=0x3,logger['debug'](_0x41e2ee(0x1c3)+util[_0x41e2ee(0x2f1)](_0x86c32d,_0x4558df)),_0xf1e826[_0x41e2ee(0x30f)](_0x86c32d);}else logger[_0x41e2ee(0x2e1)](_0x41e2ee(0x1e9)+_0x52bc0f+_0x41e2ee(0x21e)+_0x4fc552);break;}logger[_0x41e2ee(0x2e1)](_0x41e2ee(0x318)+_0x52bc0f+_0x41e2ee(0x1bb)+_0x4fc552);}catch(_0x282117){logger[_0x41e2ee(0x265)](_0x41e2ee(0x25a)+_0x52bc0f+_0x41e2ee(0x1bb)+_0x4fc552+_0x41e2ee(0x246)+util[_0x41e2ee(0x1d5)](_0x282117));}_0x4724b5[_0x41e2ee(0x244)]=_0xf1e826,await this['runHooks'](_0xf1e826,_0x52bc0f,_0x4fc552,_0x4724b5);}[a71_0x2104af(0x1d8)](_0x3a7ace){const _0x4f6a1e=a71_0x2104af,_0x2d89f4={};_0x2d89f4[_0x4f6a1e(0x252)]=_0x4f6a1e(0x297);const _0x1a862b=_0x2d89f4;if(_0x3a7ace&&(_0x3a7ace['id']||_0x3a7ace['uuid'])){const _0x12746e=_0x3a7ace['id']||_0x3a7ace[_0x4f6a1e(0x2a6)];return logger[_0x4f6a1e(0x2e1)](_0x4f6a1e(0x30e)+_0x12746e+'\x22\x20from\x20testData'),_0x12746e;}return logger[_0x4f6a1e(0x2e1)](_0x1a862b['Bobbr']),process[_0x4f6a1e(0x1b3)]+_0x4f6a1e(0x268);}[a71_0x2104af(0x202)](_0x2b564b,_0x3e6e3e,_0x48e8ff={}){const _0x1547d0=a71_0x2104af;let _0x3a00f3=null;return _0x3a00f3=TestFramework['getTrackedInstance'](),!_0x3a00f3?(logger[_0x1547d0(0x2e1)](_0x1547d0(0x2c0)+_0x2b564b),this[_0x1547d0(0x227)](_0x2b564b,_0x48e8ff),_0x3a00f3=TestFramework[_0x1547d0(0x2e5)](),logger[_0x1547d0(0x2e1)](_0x1547d0(0x256)+!!_0x3a00f3+_0x1547d0(0x20b)+_0x3a00f3?.[_0x1547d0(0x2d5)]()?.['getId']())):logger[_0x1547d0(0x2e1)](_0x1547d0(0x1d3)+_0x3a00f3['getContext']()?.[_0x1547d0(0x299)]()),_0x3a00f3;}['trackJestInstance'](_0x5716fb,_0x564ae3){const _0x4d63ca=a71_0x2104af,_0x4f1137={};_0x4f1137[_0x4d63ca(0x215)]=_0x4d63ca(0x1db);const _0x133f57=_0x4f1137;if(TestFramework[_0x4d63ca(0x2e5)]()){logger['debug'](_0x133f57[_0x4d63ca(0x215)]);return;}const _0x1bf32e=CLIUtils['getCurrentInstanceName'](),_0x52d09b=TrackedInstance['createContext'](_0x1bf32e);let _0x4372c4=null;logger[_0x4d63ca(0x2e1)]('trackJestInstance:\x20created\x20instance\x20for\x20target='+_0x1bf32e+_0x4d63ca(0x1da)+_0x5716fb),_0x4372c4=new TestFrameworkInstance(_0x52d09b,this[_0x4d63ca(0x2ba)](),this[_0x4d63ca(0x302)](),_0x5716fb,HookState[_0x4d63ca(0x1ce)]),TestFramework[_0x4d63ca(0x2b2)](_0x52d09b,_0x4372c4),logger[_0x4d63ca(0x2e1)](_0x4d63ca(0x1fa)+_0x52d09b[_0x4d63ca(0x299)]()+_0x4d63ca(0x2af)+_0x1bf32e+',\x20testFramework='+this[_0x4d63ca(0x2ba)]()[0x0]+_0x4d63ca(0x2b5)+this[_0x4d63ca(0x302)]()[this[_0x4d63ca(0x2ba)]()[0x0]]);}[a71_0x2104af(0x2ff)](_0x579ac0){const _0x182bbe=a71_0x2104af,_0x35bb55={};_0x35bb55['geMwb']=function(_0x3632fe,_0x117ea3){return _0x3632fe||_0x117ea3;},_0x35bb55[_0x182bbe(0x32d)]='No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test';const _0x46736c=_0x35bb55,{testUUID:_0x31aa0f,testData:_0x42642d,testId:_0x495be4}=_0x579ac0;if(_0x46736c[_0x182bbe(0x235)](!_0x42642d,!_0x495be4))return logger[_0x182bbe(0x2e1)](_0x46736c[_0x182bbe(0x32d)]),{};const _0x49c883=this[_0x182bbe(0x2ba)]()[0x0],_0x2936e9=this['getTestFrameworksVersions'](),_0x3aac87={};_0x3aac87['depth']=0x2,_0x3aac87[_0x182bbe(0x29c)]=0x3,logger[_0x182bbe(0x2e1)](_0x182bbe(0x1c6)+util[_0x182bbe(0x2f1)](_0x42642d,_0x3aac87));const _0x14ea3b=_0x42642d?.['scopes']||[],_0xbd0843=this[_0x182bbe(0x32c)](_0x42642d),_0x3b4c53=this[_0x182bbe(0x1a7)](_0x42642d),_0x34322a=_0x42642d['fn']?_0x42642d['fn'][_0x182bbe(0x21b)]():null,_0x379fb4=this[_0x182bbe(0x344)](_0x42642d),_0x49444e={[TestFrameworkConstants[_0x182bbe(0x323)]]:_0x49c883,[TestFrameworkConstants[_0x182bbe(0x321)]]:_0x2936e9[_0x49c883],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x182bbe(0x242)]]:{},[TestFrameworkConstants[_0x182bbe(0x293)]]:{},[TestFrameworkConstants[_0x182bbe(0x2ce)]]:TestFrameworkConstants[_0x182bbe(0x1b0)],[TestFrameworkConstants[_0x182bbe(0x279)]]:_0xbd0843,[TestFrameworkConstants[_0x182bbe(0x282)]]:_0x3b4c53,[TestFrameworkConstants[_0x182bbe(0x315)]]:_0x495be4,[TestFrameworkConstants[_0x182bbe(0x24b)]]:_0xbd0843,[TestFrameworkConstants[_0x182bbe(0x1e2)]]:_0x3b4c53,[TestFrameworkConstants[_0x182bbe(0x32e)]]:_0x34322a,[TestFrameworkConstants[_0x182bbe(0x1ed)]]:_0x379fb4,[TestFrameworkConstants[_0x182bbe(0x2c3)]]:_0x42642d[_0x182bbe(0x2fe)]||new Date()[_0x182bbe(0x19f)](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x14ea3b[0x0]||'',[TestFrameworkConstants[_0x182bbe(0x1bd)]]:_0x14ea3b,[TestFrameworkConstants[_0x182bbe(0x27a)]]:_0xbd0843,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x182bbe(0x231)]]:{}};_0x42642d[_0x182bbe(0x2ca)]&&(_0x49444e[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x42642d[_0x182bbe(0x2ca)]);logger[_0x182bbe(0x2e1)](_0x182bbe(0x305)+_0xbd0843+_0x182bbe(0x21f)+_0x495be4+_0x182bbe(0x285)+JSON['stringify'](_0x379fb4)+_0x182bbe(0x2b0)+util[_0x182bbe(0x2f1)](_0x14ea3b)+_0x182bbe(0x23c)+_0x3b4c53);const _0x97ee64={};return _0x97ee64[_0x495be4]=_0x49444e,_0x97ee64;}['parseJestTestResult'](_0x54524a){const _0x4bb249=a71_0x2104af,_0x5d87f8={'myDFS':function(_0x5c2226,_0x59c2ca){return _0x5c2226===_0x59c2ca;},'amFvU':_0x4bb249(0x2b6),'aekwx':_0x4bb249(0x22e),'UcVNT':'ALL','BJTHE':_0x4bb249(0x26b),'jHlJo':function(_0x1d104b,_0x3a8c76){return _0x1d104b||_0x3a8c76;},'YZiGw':_0x4bb249(0x20e),'jhLrN':'unknown','mlLgG':function(_0x1ef9ef,_0x49e357){return _0x1ef9ef>_0x49e357;},'KQGFQ':_0x4bb249(0x2cf),'zJMKz':'skip','clCwt':'skipped','fkuza':_0x4bb249(0x2a5),'ThZfj':function(_0x2c76e8,_0x52c5fa){return _0x2c76e8===_0x52c5fa;},'nMgoV':function(_0x2c99da,_0x3ae1c3){return _0x2c99da!==_0x3ae1c3;},'fPlQm':function(_0x5221f5,_0x5ccb93,_0x485c8c,_0x45eca4){return _0x5221f5(_0x5ccb93,_0x485c8c,_0x45eca4);},'VKCNX':function(_0x5680cd,_0x4d02cf){return _0x5680cd>_0x4d02cf;},'LXcGc':function(_0x5337f2,_0x5c8fa5){return _0x5337f2>_0x5c8fa5;},'PXQsQ':_0x4bb249(0x1ec),'cQAra':function(_0x56a597,_0x1d6d72){return _0x56a597===_0x1d6d72;}},{testUUID:_0x54c310,testData:_0x4571c2,testId:_0x181b88}=_0x54524a;if(_0x5d87f8['jHlJo'](!_0x4571c2,!_0x181b88))return logger['debug'](_0x5d87f8[_0x4bb249(0x28d)]),{};const _0x48e4c0=this['resolveInstance'](TestFrameworkState[_0x4bb249(0x1c9)],HookState['POST']),_0x548347=_0x48e4c0[_0x4bb249(0x218)]()[_0x4bb249(0x312)](_0x181b88),_0x3b7998=_0x5d87f8[_0x4bb249(0x331)](_0x548347,{}),_0x4eebe1=_0x3b7998?_0x3b7998[TestFrameworkConstants[_0x4bb249(0x1ee)]]||{}:{},_0x11d6c5=_0x3b7998[TestFrameworkConstants[_0x4bb249(0x2f0)]];logger[_0x4bb249(0x2e1)](_0x4bb249(0x1cf)+(_0x11d6c5?Object[_0x4bb249(0x1d7)](_0x11d6c5)['length']:0x0)+_0x4bb249(0x274));let _0xd273cd=_0x5d87f8[_0x4bb249(0x2ae)];if(_0x4571c2[_0x4bb249(0x213)])_0xd273cd=_0x4571c2[_0x4bb249(0x213)];else{if(_0x4571c2[_0x4bb249(0x343)]&&_0x5d87f8[_0x4bb249(0x2a7)](_0x4571c2[_0x4bb249(0x343)][_0x4bb249(0x1bf)],0x0))_0xd273cd=_0x5d87f8[_0x4bb249(0x1ba)];else _0x5d87f8['myDFS'](_0x4571c2[_0x4bb249(0x2ed)],_0x5d87f8['zJMKz'])||_0x5d87f8[_0x4bb249(0x29b)](_0x4571c2[_0x4bb249(0x2ed)],_0x5d87f8[_0x4bb249(0x2dd)])?_0xd273cd=_0x5d87f8['clCwt']:_0xd273cd=_0x5d87f8[_0x4bb249(0x33c)];}const _0x5d014f={..._0x3b7998,[TestFrameworkConstants[_0x4bb249(0x2ce)]]:_0xd273cd,[TestFrameworkConstants[_0x4bb249(0x292)]]:_0x4571c2[_0x4bb249(0x2e4)]||new Date()[_0x4bb249(0x19f)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x4bb249(0x19f)](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x4eebe1,[TestFrameworkConstants[_0x4bb249(0x2b9)]]:[],[TestFrameworkConstants[_0x4bb249(0x231)]]:{}};if(_0x5d87f8[_0x4bb249(0x259)](_0xd273cd,_0x5d87f8[_0x4bb249(0x1ba)])&&_0x4571c2[_0x4bb249(0x343)]){const _0x273b1b=this[_0x4bb249(0x20c)](_0x4571c2),_0x3554a7=this[_0x4bb249(0x208)](_0x4571c2),_0x8e22e7=this['getJestFailureData'](_0x4571c2);_0x5d014f[TestFrameworkConstants[_0x4bb249(0x2fb)]]=_0x3554a7,_0x5d014f[TestFrameworkConstants[_0x4bb249(0x205)]]=_0x273b1b,_0x5d014f[TestFrameworkConstants[_0x4bb249(0x24c)]]=_0x8e22e7;}_0x5d87f8['nMgoV'](_0x4571c2[_0x4bb249(0x1fe)],undefined)&&(_0x5d014f[TestFrameworkConstants[_0x4bb249(0x1f0)]]=_0x4571c2[_0x4bb249(0x1fe)]);_0x4571c2[_0x4bb249(0x2ca)]&&(_0x5d014f[TestFrameworkConstants[_0x4bb249(0x2db)]]=_0x4571c2[_0x4bb249(0x2ca)]);const _0x4bb718=_0x548347?_0x548347[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{}:{},_0x4ae85b=_0x548347?_0x548347[TestFrameworkConstants[_0x4bb249(0x2b7)]]:_0x54c310,_0x57b102=_0x5d87f8[_0x4bb249(0x275)](getManualUploadLogs,_0x4bb718,_0x4ae85b,_0x181b88);if(_0x5d87f8[_0x4bb249(0x300)](_0x57b102[_0x4bb249(0x1bf)],0x0)){const _0x3052d2=_0x5d014f[TestFrameworkConstants[_0x4bb249(0x2b9)]]||[];_0x5d014f[TestFrameworkConstants[_0x4bb249(0x2b9)]]=[..._0x3052d2,..._0x57b102];}const _0x44f38f=_0x3b7998[TestFrameworkConstants[_0x4bb249(0x242)]]||{},_0x5f27ce=_0x3b7998[TestFrameworkConstants[_0x4bb249(0x293)]]||{},_0x22fa10={..._0x44f38f},_0x502b31=_0x22fa10;Object[_0x4bb249(0x1d7)](_0x5f27ce)[_0x4bb249(0x30a)](_0x5dd552=>{const _0x3e5162=_0x4bb249;!_0x502b31[_0x5dd552]&&(_0x502b31[_0x5dd552]=[]);const _0x8ce9f5=new Set((_0x502b31[_0x5dd552]||[])[_0x3e5162(0x2f8)](_0xbd0e16=>_0xbd0e16[TestFrameworkConstants[_0x3e5162(0x2d9)]]||_0xbd0e16['hook_id']));(_0x5f27ce[_0x5dd552]||[])[_0x3e5162(0x30a)](_0x9d215d=>{const _0x3f85da=_0x3e5162,_0x2f5b98=_0x9d215d[TestFrameworkConstants[_0x3f85da(0x2d9)]]||_0x9d215d[_0x3f85da(0x222)];if(!_0x8ce9f5[_0x3f85da(0x30d)](_0x2f5b98)){const _0x3fa25d={..._0x9d215d},_0xb426c=_0x3fa25d;!_0xb426c[TestFrameworkConstants[_0x3f85da(0x308)]]&&!_0xb426c[_0x3f85da(0x1f8)]&&(_0xb426c[TestFrameworkConstants[_0x3f85da(0x308)]]=new Date()['toISOString']()),!_0xb426c[TestFrameworkConstants[_0x3f85da(0x1e8)]]&&!_0xb426c['hook_result']&&(_0xb426c[TestFrameworkConstants[_0x3f85da(0x1e8)]]=TestFrameworkConstants[_0x3f85da(0x2fd)]),_0x502b31[_0x5dd552][_0x3f85da(0x248)](_0xb426c);}});});if(_0x54524a[_0x4bb249(0x2c1)]){this['mapTestHooks'](_0x54524a[_0x4bb249(0x2c1)]);const _0x49ca5f=this[_0x4bb249(0x1de)](_0x54524a[_0x4bb249(0x2c1)]),_0x4b6af0=this[_0x4bb249(0x1cd)](_0x54524a[_0x4bb249(0x2c1)]);_0x4b6af0[_0x4bb249(0x30a)](_0x36e044=>{const _0x44bacc=_0x4bb249,_0x2e5ee8=_0x49ca5f['get'](_0x36e044);if(_0x2e5ee8&&(_0x5d87f8['myDFS'](_0x2e5ee8[_0x44bacc(0x21d)],_0x5d87f8[_0x44bacc(0x1b6)])||_0x5d87f8[_0x44bacc(0x29b)](_0x2e5ee8[_0x44bacc(0x21d)],_0x5d87f8[_0x44bacc(0x2c8)]))){const _0x2a8b4c=_0x2e5ee8[_0x44bacc(0x21d)][_0x44bacc(0x27f)]()[_0x44bacc(0x2a8)](_0x5d87f8[_0x44bacc(0x2f9)],_0x5d87f8['BJTHE']),_0x5d63a3=_0x2a8b4c;!_0x502b31[_0x5d63a3]&&(_0x502b31[_0x5d63a3]=[]);const _0x871d92=_0x502b31[_0x5d63a3][_0x44bacc(0x2e3)](_0x45b43e=>(_0x45b43e[TestFrameworkConstants[_0x44bacc(0x2d9)]]||_0x45b43e['hook_id'])===_0x36e044);!_0x871d92&&_0x502b31[_0x5d63a3][_0x44bacc(0x248)]({'key':_0x5d63a3,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x36e044,[TestFrameworkConstants[_0x44bacc(0x1e8)]]:TestFrameworkConstants[_0x44bacc(0x2fd)],[TestFrameworkConstants[_0x44bacc(0x24a)]]:new Date()[_0x44bacc(0x19f)](),[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]:new Date()['toISOString'](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x44bacc(0x20f)]]:_0x2e5ee8[_0x44bacc(0x2be)]||_0x2e5ee8[_0x44bacc(0x21d)]+'\x20hook',[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x4eebe1});}});}if(_0x4571c2[_0x4bb249(0x1dc)]&&_0x5d87f8[_0x4bb249(0x238)](_0x4571c2['hooks'][_0x4bb249(0x1bf)],0x0))_0x5d014f[TestFrameworkConstants[_0x4bb249(0x242)]]=_0x4571c2['hooks'],logger[_0x4bb249(0x2e1)](_0x5d87f8[_0x4bb249(0x2f6)]);else _0x5d87f8[_0x4bb249(0x238)](Object[_0x4bb249(0x1d7)](_0x502b31)[_0x4bb249(0x1bf)],0x0)&&(_0x5d014f[TestFrameworkConstants[_0x4bb249(0x242)]]=_0x502b31,logger[_0x4bb249(0x2e1)](_0x4bb249(0x1b2)+Object[_0x4bb249(0x1d7)](_0x502b31)[_0x4bb249(0x1ae)](',')));const _0xf15f16=this[_0x4bb249(0x32c)](_0x4571c2);logger[_0x4bb249(0x2e1)]('[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName='+_0xf15f16+_0x4bb249(0x21f)+_0x181b88+_0x4bb249(0x336)+_0xd273cd+_0x4bb249(0x2a3)+_0x4571c2['duration']);_0x5d87f8[_0x4bb249(0x324)](_0xd273cd,_0x5d87f8[_0x4bb249(0x1ba)])&&logger[_0x4bb249(0x2e1)](_0x4bb249(0x229)+_0x181b88+_0x4bb249(0x1f5)+_0x5d014f[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]+_0x4bb249(0x20a)+_0x5d014f[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]?.[_0x4bb249(0x28f)](0x0,0xc8));const _0x17b48b={};return _0x17b48b[_0x181b88]=_0x5d014f,_0x17b48b;}[a71_0x2104af(0x301)](_0x19787b){const _0xca3743=a71_0x2104af,_0x17810b={};_0x17810b[_0xca3743(0x234)]=function(_0x3521e5,_0x5f3c2e){return _0x3521e5!==_0x5f3c2e;},_0x17810b[_0xca3743(0x2d3)]=function(_0x339844,_0x4675ce){return _0x339844!==_0x4675ce;},_0x17810b['fnxkG']=_0xca3743(0x1a4);const _0x1d4f91=_0x17810b,_0x23d41a={};_0x23d41a[_0xca3743(0x2e2)]=0x2,_0x23d41a[_0xca3743(0x29c)]=0x3,logger[_0xca3743(0x2e1)]('[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20'+util[_0xca3743(0x2f1)](_0x19787b,_0x23d41a));const _0x126089=[];if(_0x19787b&&_0x19787b[_0xca3743(0x31a)]){let _0x580341=_0x19787b[_0xca3743(0x31a)];while(_0x580341&&_0x580341[_0xca3743(0x2be)]&&_0x1d4f91[_0xca3743(0x234)](_0x580341[_0xca3743(0x2be)],'')&&_0x1d4f91['neTrU'](_0x580341[_0xca3743(0x2be)],_0x1d4f91[_0xca3743(0x206)])){_0x126089[_0xca3743(0x248)](_0x580341[_0xca3743(0x2be)]),_0x580341=_0x580341[_0xca3743(0x31a)];}}return _0x126089['reverse']();}[a71_0x2104af(0x32c)](_0x29b0eb){const _0x58133c=a71_0x2104af,_0x4b4c5d={};_0x4b4c5d[_0x58133c(0x30c)]=_0x58133c(0x2ea);const _0xa03416=_0x4b4c5d;if(_0x29b0eb['name'])return _0x29b0eb[_0x58133c(0x2be)];if(_0x29b0eb[_0x58133c(0x214)])return _0x29b0eb[_0x58133c(0x214)];return _0xa03416[_0x58133c(0x30c)];}['getJestTestTags'](_0x1a2f3c){const _0x1f0954=a71_0x2104af,_0x1aa3ce=[];if(_0x1a2f3c['tags']&&Array['isArray'](_0x1a2f3c[_0x1f0954(0x334)]))return _0x1a2f3c['tags'][_0x1f0954(0x2f8)](_0x4d81cb=>_0x4d81cb[_0x1f0954(0x2b4)]('@')?_0x4d81cb[_0x1f0954(0x283)](0x1):_0x4d81cb);const _0x1464b1=this[_0x1f0954(0x32c)](_0x1a2f3c),_0x2bdd0f=_0x1464b1[_0x1f0954(0x1b4)](/@(\w+)/g);if(_0x2bdd0f)return _0x2bdd0f[_0x1f0954(0x2f8)](_0x143c41=>_0x143c41[_0x1f0954(0x2c2)](0x1));return _0x1a2f3c[_0x1f0954(0x2a0)]&&Array['isArray'](_0x1a2f3c[_0x1f0954(0x2a0)])&&_0x1a2f3c[_0x1f0954(0x2a0)]['forEach'](_0x32b950=>{const _0x59e314=_0x1f0954,_0x11eb3e=_0x32b950[_0x59e314(0x1b4)](/@(\w+)/g);_0x11eb3e&&_0x11eb3e[_0x59e314(0x30a)](_0x24c680=>{const _0x159b45=_0x59e314,_0x477f47=_0x24c680[_0x159b45(0x2c2)](0x1);!_0x1aa3ce[_0x159b45(0x287)](_0x477f47)&&_0x1aa3ce[_0x159b45(0x248)](_0x477f47);});}),_0x1aa3ce;}['getJestTestFilePath'](_0x1e0463){const _0x25ff92=a71_0x2104af,_0x3da424={'ljUIp':function(_0x333aec,_0x591dd0){return _0x333aec(_0x591dd0);},'ogPvm':_0x25ff92(0x1af)};if(_0x1e0463[_0x25ff92(0x245)])return _0x1e0463[_0x25ff92(0x245)];if(_0x1e0463[_0x25ff92(0x2ab)]){const _0xcdf5fb=_0x3da424[_0x25ff92(0x2d8)](require,_0x3da424[_0x25ff92(0x25e)]);try{const _0x282286=_0xcdf5fb[_0x25ff92(0x326)](_0x1e0463[_0x25ff92(0x2ab)]);if(_0x282286[0x0]&&_0x282286[0x0][_0x25ff92(0x31b)])return _0x282286[0x0][_0x25ff92(0x31b)]();}catch(_0x32e5ab){logger[_0x25ff92(0x2e1)](_0x25ff92(0x27e)+util[_0x25ff92(0x1d5)](_0x32e5ab));}}return null;}[a71_0x2104af(0x20c)](_0x8d2dd5){const _0x94ffc6=a71_0x2104af,_0x502f14={};_0x502f14[_0x94ffc6(0x2ef)]=function(_0x4f4ae9,_0x24b659){return _0x4f4ae9>_0x24b659;},_0x502f14[_0x94ffc6(0x2f2)]=_0x94ffc6(0x260);const _0x42ba84=_0x502f14;if(_0x8d2dd5[_0x94ffc6(0x343)]&&_0x42ba84[_0x94ffc6(0x2ef)](_0x8d2dd5[_0x94ffc6(0x343)][_0x94ffc6(0x1bf)],0x0))return util[_0x94ffc6(0x2f1)](_0x8d2dd5[_0x94ffc6(0x343)][0x0]);if(_0x8d2dd5[_0x94ffc6(0x294)])return _0x8d2dd5[_0x94ffc6(0x294)];return _0x42ba84[_0x94ffc6(0x2f2)];}[a71_0x2104af(0x208)](_0x1aeb03){const _0x143485=a71_0x2104af,_0x4fa835={};_0x4fa835[_0x143485(0x32f)]='Assert',_0x4fa835[_0x143485(0x241)]='AssertionError',_0x4fa835[_0x143485(0x269)]=_0x143485(0x2fc);const _0x140754=_0x4fa835,_0x1b5e6b=this['getJestFailureReason'](_0x1aeb03);if(_0x1b5e6b&&_0x1b5e6b[_0x143485(0x287)](_0x140754['ItfAO']))return _0x140754[_0x143485(0x241)];return _0x140754[_0x143485(0x269)];}[a71_0x2104af(0x277)](_0x5e64ad){const _0x5a54c0=a71_0x2104af,_0x1d84a={'jCGZl':function(_0x2a40e0,_0x1df4f4){return _0x2a40e0(_0x1df4f4);},'DiSBL':_0x5a54c0(0x203),'IsoMj':function(_0x440ca7,_0x255014){return _0x440ca7!==_0x255014;},'gPIUa':_0x5a54c0(0x22b)},{failureData:_0x44b1e3}=_0x1d84a[_0x5a54c0(0x1c0)](require,_0x1d84a[_0x5a54c0(0x2d2)]),_0x15c7c5=[];return _0x1d84a[_0x5a54c0(0x327)](_0x5e64ad['errorsDetailed'],undefined)&&_0x15c7c5[_0x5a54c0(0x248)](_0x5e64ad[_0x5a54c0(0x343)],_0x1d84a[_0x5a54c0(0x243)]),_0x44b1e3[_0x5a54c0(0x337)](null,_0x15c7c5);}async[a71_0x2104af(0x322)](_0x4335ba,_0x50e69d,_0x13f91a,_0x10a983){const _0x460059=a71_0x2104af,_0x58d652={'oYEak':_0x460059(0x1a8),'jLyCg':function(_0x2bb93f){return _0x2bb93f();},'KZTsH':function(_0x2f5f46,_0x45e905){return _0x2f5f46 in _0x45e905;},'fzNFp':function(_0x747ac,_0x2844f0){return _0x747ac in _0x2844f0;},'BboIO':function(_0x1745e2,_0x56b472){return _0x1745e2===_0x56b472;},'fMxYQ':function(_0x43ed0c,_0x27e220){return _0x43ed0c>_0x27e220;},'SoYtH':_0x460059(0x2cf),'Vacfb':'passed','XGxrj':function(_0x57c478,_0x27d256){return _0x57c478===_0x27d256;},'mrnbN':function(_0x4e8f0e,_0x3c5329){return _0x4e8f0e!==_0x3c5329;}},{hookData:_0x5a299a}=_0x10a983,_0x7803ca=_0x13f91a['toString'](),_0x112152=_0x50e69d[_0x460059(0x21b)](),_0x3e3d86={};_0x3e3d86[_0x460059(0x2e2)]=0x2,_0x3e3d86[_0x460059(0x29c)]=0x3,logger['debug'](_0x460059(0x228)+_0x112152+',\x20hookState='+_0x7803ca+_0x460059(0x255)+util[_0x460059(0x2f1)](_0x5a299a,_0x3e3d86));if(!_0x5a299a)return logger[_0x460059(0x2e1)](_0x58d652[_0x460059(0x296)]),{};const _0x532bb1=_0x5a299a[_0x460059(0x2a6)]||_0x5a299a[_0x460059(0x27b)]||_0x58d652[_0x460059(0x2a9)](uuidv4),_0x656f46=_0x5a299a[_0x460059(0x1ca)]||this['getJestTestIdentifier'](_0x5a299a),_0x5cb124=_0x50e69d[_0x460059(0x21b)]()[_0x460059(0x2e7)]('.')[0x1],_0x3c1884=_0x4335ba['getAllData']()[_0x460059(0x312)](_0x656f46),_0x4b339c=_0x3c1884?_0x3c1884[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{};logger[_0x460059(0x2e1)](_0x460059(0x2bc)+_0x532bb1+_0x460059(0x21f)+_0x656f46+_0x460059(0x272)+_0x5cb124+_0x460059(0x1bb)+_0x7803ca);if(!_0x3c1884)return logger[_0x460059(0x2e1)]('[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20'+_0x656f46+_0x460059(0x230)),this[_0x460059(0x2f5)](_0x4335ba,_0x656f46,_0x50e69d,_0x13f91a,_0x10a983),{};let _0xa882f5=_0x3c1884[TestFrameworkConstants[_0x460059(0x293)]];!_0xa882f5&&(_0xa882f5={});!_0x58d652[_0x460059(0x1b1)](_0x5cb124,_0xa882f5)&&(_0xa882f5[_0x5cb124]=[]);let _0x59c0d8=_0x3c1884[TestFrameworkConstants[_0x460059(0x242)]];!_0x59c0d8&&(_0x59c0d8={});!_0x58d652['fzNFp'](_0x5cb124,_0x59c0d8)&&(_0x59c0d8[_0x5cb124]=[]);const _0x2d5f2d={[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0xa882f5,[TestFrameworkConstants[_0x460059(0x242)]]:_0x59c0d8},_0x29ccba={};_0x29ccba[_0x656f46]=_0x2d5f2d;const _0x31c0d8=_0x29ccba;if(_0x58d652[_0x460059(0x1e7)](_0x13f91a,HookState[_0x460059(0x28a)])){const _0x5b6992={'key':_0x5cb124,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x532bb1,[TestFrameworkConstants[_0x460059(0x1e8)]]:TestFrameworkConstants[_0x460059(0x2fd)],[TestFrameworkConstants[_0x460059(0x24a)]]:_0x5a299a[_0x460059(0x2fe)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x460059(0x21a)]]:[],[TestFrameworkConstants[_0x460059(0x20f)]]:_0x5a299a[_0x460059(0x2be)]||_0x5a299a[_0x460059(0x219)]||_0x5cb124,[TestFrameworkConstants[_0x460059(0x1ee)]]:_0x4b339c};_0xa882f5[_0x5cb124][_0x460059(0x248)](_0x5b6992),_0x31c0d8[_0x656f46][TestFrameworkConstants[_0x460059(0x2a4)]]=_0x5cb124;const _0x595c36={};_0x595c36[_0x460059(0x2e2)]=0x2,logger[_0x460059(0x2e1)](_0x460059(0x270)+_0x5cb124+_0x460059(0x286)+_0x532bb1+_0x460059(0x21f)+_0x656f46+_0x460059(0x247)+util[_0x460059(0x2f1)](_0x5b6992,_0x595c36));}else{if(_0x58d652[_0x460059(0x1e7)](_0x13f91a,HookState['POST'])){const _0x1f7476=_0x5a299a[_0x460059(0x213)]||(_0x5a299a[_0x460059(0x343)]&&_0x58d652[_0x460059(0x298)](_0x5a299a[_0x460059(0x343)][_0x460059(0x1bf)],0x0)?_0x58d652[_0x460059(0x2c9)]:_0x58d652[_0x460059(0x1c5)]),_0x4c82db=_0xa882f5[_0x5cb124]||[];logger[_0x460059(0x2e1)](_0x460059(0x2aa)+_0x5cb124+_0x460059(0x21f)+_0x656f46+_0x460059(0x1aa)+_0x1f7476+_0x460059(0x2cd)+_0x4c82db['length']);if(_0x58d652[_0x460059(0x298)](_0x4c82db[_0x460059(0x1bf)],0x0)){const _0x594032=_0x4c82db[_0x460059(0x338)]();_0x58d652[_0x460059(0x22d)](_0x1f7476,_0x58d652[_0x460059(0x2c9)])&&_0x5a299a[_0x460059(0x343)]?(_0x594032[TestFrameworkConstants[_0x460059(0x29e)]]=this[_0x460059(0x208)](_0x5a299a),_0x594032[TestFrameworkConstants[_0x460059(0x329)]]=this[_0x460059(0x20c)](_0x5a299a),_0x594032[TestFrameworkConstants[_0x460059(0x2a1)]]=this[_0x460059(0x277)](_0x5a299a),logger['debug'](_0x460059(0x307)+_0x5cb124+_0x460059(0x1f5)+_0x594032[TestFrameworkConstants[_0x460059(0x29e)]]+_0x460059(0x20a)+_0x594032[TestFrameworkConstants[_0x460059(0x329)]]?.[_0x460059(0x28f)](0x0,0xc8))):_0x594032[TestFrameworkConstants[_0x460059(0x1e8)]]=_0x58d652[_0x460059(0x1c5)];_0x58d652[_0x460059(0x1a3)](_0x1f7476,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x594032[TestFrameworkConstants[_0x460059(0x1e8)]]=_0x1f7476);_0x594032[TestFrameworkConstants[_0x460059(0x308)]]=_0x5a299a[_0x460059(0x2e4)]||new Date()[_0x460059(0x19f)](),_0x594032[TestFrameworkConstants[_0x460059(0x1ee)]]=_0x4b339c;const _0x420329=_0x594032[TestFrameworkConstants['KEY_HOOK_ID']];!_0x59c0d8[_0x5cb124]&&(_0x59c0d8[_0x5cb124]=[]);_0x59c0d8[_0x5cb124][_0x460059(0x248)](_0x594032),_0x31c0d8[_0x656f46][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x5cb124;const _0x4c2056={};_0x4c2056[_0x460059(0x2e2)]=0x2,logger[_0x460059(0x2e1)](_0x460059(0x262)+_0x5cb124+_0x460059(0x286)+_0x420329+_0x460059(0x1aa)+_0x1f7476+_0x460059(0x247)+util['inspect'](_0x594032,_0x4c2056));}}}const _0x3335dc={};return _0x3335dc[_0x460059(0x2e2)]=0x2,_0x3335dc[_0x460059(0x29c)]=0x3,logger['debug'](_0x460059(0x216)+(_0x5a299a[_0x460059(0x219)]||_0x5cb124)+_0x460059(0x286)+_0x532bb1+_0x460059(0x21f)+_0x656f46+_0x460059(0x31c)+util[_0x460059(0x2f1)](_0x31c0d8,_0x3335dc)),_0x31c0d8;}[a71_0x2104af(0x220)](_0x1beb5f){const _0x3badd0=a71_0x2104af,_0x32cdaf={};_0x32cdaf[_0x3badd0(0x29f)]='base64';const _0x2a6489=_0x32cdaf;try{const _0x3edc1b=_0x1beb5f[_0x3badd0(0x22b)]?this[_0x3badd0(0x1d8)](_0x1beb5f[_0x3badd0(0x22b)]):_0x1beb5f[_0x3badd0(0x2d7)]['test_run_id'],_0x1a7234=_0x1beb5f[_0x3badd0(0x244)],_0x1dff4a=_0x1a7234[_0x3badd0(0x2d5)](),_0x4bc977=_0x1a7234[_0x3badd0(0x218)]()[_0x3badd0(0x312)](_0x3edc1b);if(!_0x4bc977)return logger[_0x3badd0(0x2e1)]('createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x3edc1b),{};const {[TestFrameworkConstants[_0x3badd0(0x323)]]:_0x3ac130='',[TestFrameworkConstants[_0x3badd0(0x321)]]:_0x561775='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x401f3c='',[TestFrameworkConstants[_0x3badd0(0x292)]]:_0x5782f1=''}=_0x4bc977,_0x10ac13=_0x1a7234[_0x3badd0(0x2d4)]()[_0x3badd0(0x21b)]()['split']('.')[0x1],_0x43d920=_0x1a7234['getCurrentHookState']()[_0x3badd0(0x21b)]()[_0x3badd0(0x2e7)]('.')[0x1],_0x5accd5=global?.[_0x3badd0(0x209)]?.['workerInfo']?.['parallelIndex'],_0x179c92=_0x1a7234[_0x3badd0(0x314)](),_0x343c91=Buffer['from'](JSON[_0x3badd0(0x289)](_0x4bc977))['toString'](_0x2a6489[_0x3badd0(0x29f)]),_0x46b22b={'hash':_0x1dff4a['getId'](),'threadId':_0x1dff4a[_0x3badd0(0x27d)]()[_0x3badd0(0x21b)](),'processId':_0x1dff4a['getProcessId']()[_0x3badd0(0x21b)]()},_0x53ef21={};_0x53ef21['platformIndex']=_0x5accd5,_0x53ef21[_0x3badd0(0x2e0)]=_0x3ac130,_0x53ef21[_0x3badd0(0x201)]=_0x561775,_0x53ef21[_0x3badd0(0x217)]=_0x10ac13,_0x53ef21[_0x3badd0(0x253)]=_0x43d920,_0x53ef21[_0x3badd0(0x1f2)]=_0x401f3c,_0x53ef21[_0x3badd0(0x32a)]=_0x5782f1,_0x53ef21[_0x3badd0(0x2a6)]=_0x179c92,_0x53ef21[_0x3badd0(0x200)]=_0x343c91,_0x53ef21[_0x3badd0(0x1a0)]=_0x46b22b,_0x53ef21[_0x3badd0(0x32b)]=_0x3edc1b;const _0x4f1ef4=_0x53ef21;return _0x4f1ef4;}catch(_0x48a69d){return logger[_0x3badd0(0x265)]('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util[_0x3badd0(0x1d5)](_0x48a69d)),{};}}async['sendLogCreatedEvent'](_0x737afb,_0xd7fefb,_0x4b9e7e){const _0x4f6e70=a71_0x2104af,_0x58b1a1={'WUvaS':function(_0x29d8e9,_0x5671db){return _0x29d8e9+_0x5671db;},'HkZfM':_0x4f6e70(0x33a),'NvixU':_0x4f6e70(0x2c7),'TvwwA':function(_0x529c6a,_0x40f6f2){return _0x529c6a>_0x40f6f2;},'GLeXh':function(_0x20797e,_0xa5e375,_0x538130,_0x546981){return _0x20797e(_0xa5e375,_0x538130,_0x546981);},'XjTMG':function(_0x54d17c,_0x4c21f7){return _0x54d17c-_0x4c21f7;},'AiNHk':function(_0x1760d6,_0x4be307){return _0x1760d6===_0x4be307;},'NFlvc':function(_0x106182,_0x5c5d10){return _0x106182/_0x5c5d10;},'sihKF':function(_0x1ae8c2,_0x11a72f){return _0x1ae8c2<_0x11a72f;},'Hzkuy':function(_0x5c2d21,_0x32404d){return _0x5c2d21*_0x32404d;},'rhJPK':function(_0x27f2e7,_0x335ee4){return _0x27f2e7+_0x335ee4;},'pKiLV':function(_0x31aac0,_0x559ca1){return _0x31aac0+_0x559ca1;},'Migbl':function(_0x12581f,_0x3f797c){return _0x12581f>_0x3f797c;}};try{const _0x26148f=_0x4b9e7e['testUUID']||_0x4b9e7e[_0x4f6e70(0x24e)],_0x1b15f0=Array[_0x4f6e70(0x258)](_0x737afb[_0x4f6e70(0x218)]()['keys']()),_0x1d52ad=_0x737afb[_0x4f6e70(0x218)]()['get'](_0x26148f);if(!_0x1d52ad){logger[_0x4f6e70(0x2e1)](_0x4f6e70(0x290)+_0x26148f);return;}const {[TestFrameworkConstants[_0x4f6e70(0x323)]]:_0x30209b='',[TestFrameworkConstants[_0x4f6e70(0x321)]]:_0x401b1f=''}=_0x1d52ad;let _0x11ba2e=[];if(_0x1d52ad&&_0x1d52ad[TestFrameworkConstants[_0x4f6e70(0x2b9)]]&&Array[_0x4f6e70(0x233)](_0x1d52ad[TestFrameworkConstants[_0x4f6e70(0x2b9)]])){_0x11ba2e=_0x1d52ad[TestFrameworkConstants[_0x4f6e70(0x2b9)]]||[],logger[_0x4f6e70(0x2e1)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20'+_0x11ba2e[_0x4f6e70(0x1bf)]+_0x4f6e70(0x2cb)+_0x26148f);const _0x4e509a={[TestFrameworkConstants[_0x4f6e70(0x2b9)]]:[]},_0xaca3ef={};_0xaca3ef[_0x26148f]=_0x4e509a,_0x737afb[_0x4f6e70(0x30f)](_0xaca3ef),logger['debug'](_0x4f6e70(0x2da)+_0x26148f);}else logger[_0x4f6e70(0x2e1)](_0x4f6e70(0x273)+_0x26148f);logger[_0x4f6e70(0x2e1)](_0x4f6e70(0x28b)+_0x11ba2e[_0x4f6e70(0x1bf)]+_0x4f6e70(0x317)+_0x26148f);const _0x21d90a=_0x11ba2e[_0x4f6e70(0x1c1)](_0x183871=>_0x183871[_0x4f6e70(0x25c)]===_0x4f6e70(0x280));_0x58b1a1[_0x4f6e70(0x306)](_0x21d90a[_0x4f6e70(0x1bf)],0x0)&&(logger[_0x4f6e70(0x2e1)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20'+_0x21d90a[_0x4f6e70(0x1bf)]+_0x4f6e70(0x2bd)+_0x26148f),_0x21d90a[_0x4f6e70(0x30a)]((_0x18aab1,_0x29991c)=>{const _0x57fe9e=_0x4f6e70;logger[_0x57fe9e(0x2e1)](_0x57fe9e(0x1c2)+_0x58b1a1[_0x57fe9e(0x29a)](_0x29991c,0x1)+'/'+_0x21d90a[_0x57fe9e(0x1bf)]+_0x57fe9e(0x239)+(_0x18aab1[_0x57fe9e(0x32b)]||_0x58b1a1[_0x57fe9e(0x1a2)])+_0x57fe9e(0x22a)+(_0x18aab1[_0x57fe9e(0x261)]||_0x58b1a1['HkZfM'])+_0x57fe9e(0x1b8)+(_0x18aab1[_0x57fe9e(0x226)]||_0x58b1a1[_0x57fe9e(0x1d1)])+_0x57fe9e(0x20d)+(_0x18aab1['message']?.[_0x57fe9e(0x1bf)]||0x0));}));const _0x27c951=_0x1d52ad[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x1cc335=_0x58b1a1['GLeXh'](getMediaArtifactsLogs,_0x27c951,null,_0x26148f),_0x3837ed=(_0x11ba2e||[])[_0x4f6e70(0x2ac)](_0x1cc335||[]),_0x5d5803=_0x21d90a?.[_0x4f6e70(0x1bf)]||0x0,_0x1d3815=_0x58b1a1['XjTMG'](_0x11ba2e?.[_0x4f6e70(0x1bf)]||0x0,_0x5d5803);logger[_0x4f6e70(0x2e1)](_0x4f6e70(0x2f7)+_0x26148f+',\x20consoleLogs:\x20'+_0x1d3815+_0x4f6e70(0x1be)+_0x5d5803+',\x20attachmentLogs:\x20'+(_0x1cc335?.['length']||0x0)+_0x4f6e70(0x1ea)+_0x3837ed[_0x4f6e70(0x1bf)]);if(!_0x3837ed||_0x58b1a1[_0x4f6e70(0x19e)](_0x3837ed['length'],0x0)){logger['debug'](_0x4f6e70(0x335)+_0x26148f);return;}const _0xb1a1d6=0x28,_0x3c26bf=Math[_0x4f6e70(0x257)](_0x58b1a1['NFlvc'](_0x3837ed[_0x4f6e70(0x1bf)],_0xb1a1d6));for(let _0x119d87=0x0;_0x58b1a1['sihKF'](_0x119d87,_0x3c26bf);_0x119d87++){const _0x4e9795=_0x58b1a1[_0x4f6e70(0x319)](_0x119d87,_0xb1a1d6),_0x5bc1c1=_0x58b1a1[_0x4f6e70(0x281)](_0x4e9795,_0xb1a1d6),_0x4bdf10=_0x3837ed[_0x4f6e70(0x2c2)](_0x4e9795,_0x5bc1c1),_0x520a46=global?.[_0x4f6e70(0x209)]?.['workerInfo']?.[_0x4f6e70(0x2e8)]||0x0,_0x8714ef={'platformIndex':_0x520a46,'logs':_0x4bdf10,'testFrameworkName':_0x30209b,'testFrameworkVersion':_0x401b1f,'testFrameworkState':_0xd7fefb[_0x4f6e70(0x21b)]()[_0x4f6e70(0x2e7)]('.')[0x1]},_0xd5062f={};_0xd5062f[_0x4f6e70(0x2e2)]=0x3,_0xd5062f['maxArrayLength']=0x5,logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x58b1a1['pKiLV'](_0x119d87,0x1)+'/'+_0x3c26bf+_0x4f6e70(0x2d1)+_0x26148f+_0x4f6e70(0x288)+_0x4bdf10[_0x4f6e70(0x1bf)]+',\x20platformIndex:\x20'+_0x520a46+_0x4f6e70(0x316)+util[_0x4f6e70(0x2f1)](_0x8714ef,_0xd5062f));const _0x1df49c=await GrpcClient[_0x4f6e70(0x2cc)]()[_0x4f6e70(0x26c)](_0x8714ef);logger['debug'](_0x4f6e70(0x267)+_0x58b1a1['rhJPK'](_0x119d87,0x1)+'/'+_0x3c26bf+_0x4f6e70(0x2d1)+_0x26148f+',\x20response='+util[_0x4f6e70(0x2f1)](_0x1df49c));}if(_0x1cc335&&_0x58b1a1[_0x4f6e70(0x2c6)](_0x1cc335[_0x4f6e70(0x1bf)],0x0)&&_0x1d52ad[TestFrameworkConstants[_0x4f6e70(0x2f0)]]){const _0x61fd71={[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{}},_0xe5b8ca={};_0xe5b8ca[_0x26148f]=_0x61fd71,_0x737afb[_0x4f6e70(0x30f)](_0xe5b8ca);}logger[_0x4f6e70(0x2e1)](_0x4f6e70(0x1a6)+_0x26148f+_0x4f6e70(0x303)+_0x3c26bf);}catch(_0x55547c){logger[_0x4f6e70(0x265)](_0x4f6e70(0x2f3)+(_0x4b9e7e[_0x4f6e70(0x310)]||_0x4b9e7e['testId'])+',\x20error:\x20'+util[_0x4f6e70(0x1d5)](_0x55547c));}}['storePendingHook'](_0x1335c7,_0xc3a061,_0x1e7652,_0x434f5c,_0x1b3f30){const _0x4ad6a1=a71_0x2104af,_0x22eb41={};_0x22eb41[_0x4ad6a1(0x284)]=function(_0x787e41,_0x3627bd){return _0x787e41===_0x3627bd;},_0x22eb41[_0x4ad6a1(0x1f4)]=_0x4ad6a1(0x22e);const _0x1cdb10=_0x22eb41,{hookData:_0x350943}=_0x1b3f30,_0x2c29fc={'testId':_0xc3a061,'testFrameworkState':_0x1e7652,'hookState':_0x434f5c,'args':_0x1b3f30,'timestamp':new Date()[_0x4ad6a1(0x19f)]()};if(_0x1cdb10[_0x4ad6a1(0x284)](_0x1e7652,TestFrameworkState[_0x4ad6a1(0x1bc)])&&_0x350943){const _0x5022c8={};_0x5022c8[_0x4ad6a1(0x249)]=_0x350943[_0x4ad6a1(0x245)]||_0x350943[_0x4ad6a1(0x1f7)],_0x5022c8[_0x4ad6a1(0x2ad)]=_0x350943[_0x4ad6a1(0x2ad)]||_0x350943[_0x4ad6a1(0x2a0)]&&_0x350943[_0x4ad6a1(0x2a0)][0x0]||'',_0x5022c8[_0x4ad6a1(0x240)]=_0x1cdb10['ogYJU'],_0x2c29fc[_0x4ad6a1(0x304)]=_0x5022c8,logger['debug'](_0x4ad6a1(0x1c4)+_0xc3a061+_0x4ad6a1(0x22c)+_0x2c29fc[_0x4ad6a1(0x304)]['filePath']+_0x4ad6a1(0x1a1)+_0x2c29fc[_0x4ad6a1(0x304)][_0x4ad6a1(0x2ad)]);}_0x1335c7['addPendingHook'](_0xc3a061,_0x2c29fc),logger[_0x4ad6a1(0x2e1)](_0x4ad6a1(0x1eb)+_0xc3a061+_0x4ad6a1(0x2b1)+_0x1e7652+',\x20hookState:\x20'+_0x434f5c);}async[a71_0x2104af(0x1b9)](_0xe055b6,_0x3e564b){const _0x5be265=a71_0x2104af,_0x5355ad={};_0x5355ad[_0x5be265(0x2e6)]=function(_0x32145b,_0x44952b){return _0x32145b>_0x44952b;},_0x5355ad[_0x5be265(0x328)]='[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20${testFilePath},\x20scope:\x20${testScope}',_0x5355ad['Eqczy']=function(_0x4d725c,_0x5c501f){return _0x4d725c===_0x5c501f;},_0x5355ad[_0x5be265(0x1a5)]=function(_0x5f3692,_0x22a840){return _0x5f3692===_0x22a840;},_0x5355ad[_0x5be265(0x211)]=function(_0x3a5a71,_0x240d4c){return _0x3a5a71>_0x240d4c;},_0x5355ad[_0x5be265(0x342)]=function(_0x18491e,_0x409120){return _0x18491e===_0x409120;},_0x5355ad[_0x5be265(0x1a9)]=_0x5be265(0x2fa),_0x5355ad['cOpIp']=_0x5be265(0x24d);const _0x5e37a6=_0x5355ad;if(_0xe055b6[_0x5be265(0x263)](_0x3e564b)){const _0x27dc77=_0xe055b6[_0x5be265(0x2bb)](_0x3e564b);logger[_0x5be265(0x2e1)](_0x5be265(0x2dc)+_0x27dc77[_0x5be265(0x1bf)]+_0x5be265(0x266)+_0x3e564b);for(const _0x47fc4c of _0x27dc77){try{const _0x7783c=await this[_0x5be265(0x322)](_0xe055b6,_0x47fc4c['testFrameworkState'],_0x47fc4c[_0x5be265(0x253)],_0x47fc4c[_0x5be265(0x2f4)]);_0x7783c&&_0x5e37a6[_0x5be265(0x2e6)](Object[_0x5be265(0x1d7)](_0x7783c)['length'],0x0)&&_0xe055b6[_0x5be265(0x30f)](_0x7783c),await this['runHooks'](_0xe055b6,_0x47fc4c['testFrameworkState'],_0x47fc4c[_0x5be265(0x253)],_0x47fc4c[_0x5be265(0x2f4)]);}catch(_0x5b44b2){logger[_0x5be265(0x265)](_0x5be265(0x2d6)+_0x3e564b+_0x5be265(0x212)+_0x5b44b2);}}_0xe055b6[_0x5be265(0x254)](_0x3e564b),logger[_0x5be265(0x2e1)](_0x5be265(0x276)+_0x3e564b);}const _0x2bedeb=_0xe055b6[_0x5be265(0x218)]()[_0x5be265(0x312)](_0x3e564b);if(_0x2bedeb){const _0x212b92=_0x2bedeb[TestFrameworkConstants['KEY_TEST_FILE_PATH']]||_0x2bedeb[TestFrameworkConstants[_0x5be265(0x1e2)]],_0x49b900=_0x2bedeb[TestFrameworkConstants[_0x5be265(0x23f)]]||_0x2bedeb[TestFrameworkConstants[_0x5be265(0x1bd)]]&&_0x2bedeb[TestFrameworkConstants['KEY_TEST_SCOPES']][0x0]||'';logger['debug'](_0x5e37a6['TMlVs']);const _0x4cd3dc=_0xe055b6[_0x5be265(0x33d)]();for(const _0x3afef8 of _0x4cd3dc){if(_0x5e37a6[_0x5be265(0x2e9)](_0x3afef8,_0x3e564b))continue;if(_0xe055b6[_0x5be265(0x263)](_0x3afef8)){const _0x299e9c=_0xe055b6[_0x5be265(0x2bb)](_0x3afef8);for(const _0x5c4735 of _0x299e9c){if(_0x5e37a6[_0x5be265(0x2e9)](_0x5c4735[_0x5be265(0x217)],TestFrameworkState[_0x5be265(0x1bc)])&&_0x5c4735[_0x5be265(0x304)]){const _0xde228a=_0x5c4735[_0x5be265(0x304)]['filePath'],_0x340605=_0x5c4735['hookMetadata']['scope'];if(_0x5e37a6['Eqczy'](_0xde228a,_0x212b92)&&_0x5e37a6['dZWrZ'](_0x340605,_0x49b900)){logger[_0x5be265(0x2e1)](_0x5be265(0x251)+_0x3afef8+_0x5be265(0x2b3)+_0x3e564b+_0x5be265(0x22c)+_0xde228a+',\x20scope:\x20'+_0x340605);_0x5c4735[_0x5be265(0x2f4)]&&_0x5c4735['args'][_0x5be265(0x2d7)]&&(_0x5c4735['args'][_0x5be265(0x2d7)][_0x5be265(0x1ca)]=_0x3e564b,logger[_0x5be265(0x2e1)](_0x5be265(0x1e4)+_0x3afef8+_0x5be265(0x27c)+_0x3e564b));try{const _0x58121d=await this[_0x5be265(0x322)](_0xe055b6,_0x5c4735[_0x5be265(0x217)],_0x5c4735[_0x5be265(0x253)],_0x5c4735[_0x5be265(0x2f4)]);_0x58121d&&_0x5e37a6[_0x5be265(0x211)](Object[_0x5be265(0x1d7)](_0x58121d)[_0x5be265(0x1bf)],0x0)&&_0xe055b6[_0x5be265(0x30f)](_0x58121d);await this[_0x5be265(0x1f1)](_0xe055b6,_0x5c4735[_0x5be265(0x217)],_0x5c4735[_0x5be265(0x253)],_0x5c4735[_0x5be265(0x2f4)]);const _0x4e2fb4=_0xe055b6[_0x5be265(0x2bb)](_0x3afef8)[_0x5be265(0x1c1)](_0x315a0e=>_0x315a0e!==_0x5c4735);if(_0x5e37a6[_0x5be265(0x342)](_0x4e2fb4[_0x5be265(0x1bf)],0x0))_0xe055b6[_0x5be265(0x254)](_0x3afef8);else{_0xe055b6[_0x5be265(0x254)](_0x3afef8);for(const _0x3d2a04 of _0x4e2fb4){_0xe055b6[_0x5be265(0x1f3)](_0x3afef8,_0x3d2a04);}}logger['debug'](_0x5e37a6[_0x5be265(0x1a9)]);}catch(_0x483a2){logger['error'](_0x5e37a6[_0x5be265(0x341)]);}}}}}}}}['mapTestHooks'](_0x20d81b){const _0x35d53a=a71_0x2104af,_0x50beb9={'rgplm':function(_0x2363e0){return _0x2363e0();}};if(!_0x20d81b||!_0x20d81b[_0x35d53a(0x31a)])return;_0x20d81b[_0x35d53a(0x31a)][_0x35d53a(0x1dc)]&&Array[_0x35d53a(0x233)](_0x20d81b[_0x35d53a(0x31a)]['hooks'])&&_0x20d81b[_0x35d53a(0x31a)]['hooks']['forEach'](_0x4f9a2d=>{const _0x2b6b16=_0x35d53a;!_0x4f9a2d[_0x2b6b16(0x27b)]&&!_0x4f9a2d[_0x2b6b16(0x31e)]&&(_0x4f9a2d[_0x2b6b16(0x27b)]=_0x50beb9[_0x2b6b16(0x1b7)](uuidv4),_0x4f9a2d[_0x2b6b16(0x31e)]=_0x4f9a2d[_0x2b6b16(0x27b)],logger[_0x2b6b16(0x2e1)](_0x2b6b16(0x1fd)+_0x4f9a2d[_0x2b6b16(0x21d)]+',\x20hookUUID='+_0x4f9a2d[_0x2b6b16(0x27b)]));}),this['mapTestHooks'](_0x20d81b[_0x35d53a(0x31a)]);}[a71_0x2104af(0x1cd)](_0x302c05){const _0x5bf820=a71_0x2104af,_0x51b217={'FgjaJ':function(_0x30f87e,_0x217e6f){return _0x30f87e(_0x217e6f);}};if(!_0x302c05||!_0x302c05[_0x5bf820(0x31a)])return[];const _0x5855f5=[];return _0x302c05[_0x5bf820(0x31a)][_0x5bf820(0x1dc)]&&Array[_0x5bf820(0x233)](_0x302c05[_0x5bf820(0x31a)][_0x5bf820(0x1dc)])&&_0x302c05[_0x5bf820(0x31a)][_0x5bf820(0x1dc)][_0x5bf820(0x30a)](_0x1e0424=>{const _0x1075e1=_0x5bf820,_0x3617d0=_0x1e0424[_0x1075e1(0x27b)]||_0x1e0424[_0x1075e1(0x31e)];_0x3617d0&&!this['isJestInternalHook'](_0x1e0424)&&!_0x51b217[_0x1075e1(0x1c8)](isInternalHook,_0x1e0424['fn'])&&_0x5855f5[_0x1075e1(0x248)](_0x3617d0);}),[..._0x5855f5,...this['getHooksForTest'](_0x302c05[_0x5bf820(0x31a)])];}[a71_0x2104af(0x1de)](_0x30f45c){const _0x4c2529=a71_0x2104af,_0x11fb65={'NYrUB':function(_0x3a479e,_0x1c5ae9){return _0x3a479e(_0x1c5ae9);},'goIOA':_0x4c2529(0x1e3)},_0x29788e=new Map(),_0x3d606f=_0x188558=>{const _0x2c86d0=_0x4c2529,_0x2f5f4f={'OMQBW':function(_0x55b55c,_0xb28c1f){return _0x11fb65['NYrUB'](_0x55b55c,_0xb28c1f);},'lEsXs':_0x11fb65[_0x2c86d0(0x1f6)]};if(!_0x188558||!_0x188558[_0x2c86d0(0x31a)])return;_0x188558[_0x2c86d0(0x31a)][_0x2c86d0(0x1dc)]&&Array[_0x2c86d0(0x233)](_0x188558[_0x2c86d0(0x31a)][_0x2c86d0(0x1dc)])&&_0x188558[_0x2c86d0(0x31a)]['hooks'][_0x2c86d0(0x30a)](_0x113ec1=>{const _0x38621e=_0x2c86d0,_0x3590c6=_0x113ec1[_0x38621e(0x27b)]||_0x113ec1[_0x38621e(0x31e)];if(_0x3590c6&&!this[_0x38621e(0x264)](_0x113ec1)&&!_0x2f5f4f[_0x38621e(0x23e)](isInternalHook,_0x113ec1['fn'])){const _0x416171={};_0x416171['type']=_0x113ec1[_0x38621e(0x21d)]||_0x2f5f4f[_0x38621e(0x2df)],_0x416171[_0x38621e(0x2be)]=_0x113ec1[_0x38621e(0x2be)]||'\x22'+_0x113ec1[_0x38621e(0x21d)]+_0x38621e(0x25b),_0x29788e[_0x38621e(0x2b8)](_0x3590c6,_0x416171);}}),_0x11fb65[_0x2c86d0(0x224)](_0x3d606f,_0x188558['parent']);};return _0x11fb65['NYrUB'](_0x3d606f,_0x30f45c),_0x29788e;}['isJestInternalHook'](_0x8eeb92){const _0x4683d7=a71_0x2104af,_0x4ca9ae={};_0x4ca9ae[_0x4683d7(0x1b5)]='jest-circus',_0x4ca9ae[_0x4683d7(0x1e6)]=_0x4683d7(0x2c5);const _0x548cda=_0x4ca9ae;try{const _0x404350=this[_0x4683d7(0x340)](_0x8eeb92);return _0x404350&&_0x404350['includes'](_0x548cda[_0x4683d7(0x1b5)]);}catch(_0x25f68c){logger[_0x4683d7(0x2e1)](_0x548cda[_0x4683d7(0x1e6)]);}return![];}['getRootParentFile'](_0x4888a2){const _0x162bf9=a71_0x2104af;if(_0x4888a2[_0x162bf9(0x2ab)])try{const _0x46fa52=stackTrace[_0x162bf9(0x326)](_0x4888a2[_0x162bf9(0x2ab)]);return _0x46fa52[0x0]?_0x46fa52[0x0][_0x162bf9(0x31b)]():null;}catch(_0x237d9e){logger[_0x162bf9(0x2e1)]('[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20'+util['format'](_0x237d9e));}if(_0x4888a2['file'])return _0x4888a2[_0x162bf9(0x2ec)];return null;}}module['exports']=JestTestFramework;
@@ -1 +1 @@
1
- function a72_0x2df4(){const _0x184a0e=['dvUeq','debug','LdrJf','logger','getTrackedInstance','getId','info','43636ciwUPd','./automationFramework.js','trackPlaywrightInstance','trackEvent','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','trackPlaywrightInstance:\x20instance\x20already\x20exists','\x20hookState=','LfOoo','624ynKQSX','params','40WWkCxb','createContext','bsParams','1225854usxjvC','trackEvent:\x20automationFrameworkState=','resolveInstance','560070VzQJoe','getAutomationFrameworkName','203DpZdsN','getAutomationFrameworkVersion','runHooks','../../../helpers/classLogger.js','Zalgn','exports','XZIUI','2400rYWXFI','setTrackedInstance','../cliUtils.js','PlaywrightAutomationFramework','54328kjAOef','getCurrentInstanceName','342036mjIsKF','4gippNO','639232ZCbaeD','NONE','trackPlaywrightInstance:\x20saved\x20instance\x20contextId='];a72_0x2df4=function(){return _0x184a0e;};return a72_0x2df4();}const a72_0x40b25e=a72_0x47b2;(function(_0x1eb747,_0x1618f8){const _0x29094a=a72_0x47b2,_0x13fd6b=_0x1eb747();while(!![]){try{const _0x1c80ec=-parseInt(_0x29094a(0x150))/0x1*(parseInt(_0x29094a(0x145))/0x2)+parseInt(_0x29094a(0x144))/0x3+-parseInt(_0x29094a(0x158))/0x4*(-parseInt(_0x29094a(0x13e))/0x5)+-parseInt(_0x29094a(0x160))/0x6+-parseInt(_0x29094a(0x162))/0x7*(-parseInt(_0x29094a(0x142))/0x8)+parseInt(_0x29094a(0x15d))/0x9+parseInt(_0x29094a(0x15a))/0xa*(-parseInt(_0x29094a(0x146))/0xb);if(_0x1c80ec===_0x1618f8)break;else _0x13fd6b['push'](_0x13fd6b['shift']());}catch(_0x46017b){_0x13fd6b['push'](_0x13fd6b['shift']());}}}(a72_0x2df4,0x1a9ac));function a72_0x47b2(_0x476afe,_0x573b8c){const _0x2df44a=a72_0x2df4();return a72_0x47b2=function(_0x47b228,_0x4491f1){_0x47b228=_0x47b228-0x13c;let _0x36a595=_0x2df44a[_0x47b228];return _0x36a595;},a72_0x47b2(_0x476afe,_0x573b8c);}const AutomationFramework=require(a72_0x40b25e(0x151)),{createClassLogger}=require(a72_0x40b25e(0x165)),AutomationFrameworkState=require('../state/automationFrameworkState.js'),CLIUtils=require(a72_0x40b25e(0x140)),TrackedInstance=require('../instances/trackedInstance.js'),AutomationFrameworkInstance=require('../instances/automationFrameworkInstance.js');class PlaywrightAutomationFramework extends AutomationFramework{[a72_0x40b25e(0x14c)]=createClassLogger(a72_0x40b25e(0x141));constructor(_0x34ce60,_0x24860c){super(_0x34ce60,_0x24860c);}async[a72_0x40b25e(0x153)](_0x5bcbb5,_0x257007,_0x410863={}){const _0x3c6aef=a72_0x40b25e,_0x4f67b7={};_0x4f67b7[_0x3c6aef(0x157)]=function(_0x3f4725,_0x2fc075){return _0x3f4725===_0x2fc075;};const _0x1b6ce5=_0x4f67b7;this['logger'][_0x3c6aef(0x14a)](_0x3c6aef(0x15e)+_0x5bcbb5+_0x3c6aef(0x156)+_0x257007),await super[_0x3c6aef(0x153)](_0x5bcbb5,_0x257007,_0x410863);const _0x3f019c=this[_0x3c6aef(0x15f)](_0x5bcbb5,_0x257007,_0x410863);if(_0x1b6ce5[_0x3c6aef(0x157)](_0x3f019c,null))return;_0x410863['instance']=_0x3f019c,await this[_0x3c6aef(0x164)](_0x3f019c,_0x5bcbb5,_0x257007,_0x410863);}['resolveInstance'](_0x1e76eb,_0x4b268c,_0x2429c5={}){const _0x522ee8=a72_0x40b25e,_0x4ced55={};_0x4ced55[_0x522ee8(0x166)]=function(_0x49b0e6,_0x571453){return _0x49b0e6===_0x571453;},_0x4ced55['XZIUI']=function(_0x2e55f6,_0x179196){return _0x2e55f6===_0x179196;},_0x4ced55[_0x522ee8(0x14b)]=function(_0x1a1ba8,_0x24ab75){return _0x1a1ba8===_0x24ab75;};const _0x476f6f=_0x4ced55;let _0x484552=null;return(_0x476f6f[_0x522ee8(0x166)](_0x1e76eb,AutomationFrameworkState['CREATE'])||_0x476f6f[_0x522ee8(0x13d)](_0x1e76eb,AutomationFrameworkState['PLAYWRIGHT_DISPATCH'])&&(_0x2429c5['message']&&_0x2429c5['message'][_0x522ee8(0x159)]&&_0x2429c5['message'][_0x522ee8(0x159)][_0x522ee8(0x15c)])||_0x476f6f['LdrJf'](_0x1e76eb,AutomationFrameworkState[_0x522ee8(0x147)]))&&this[_0x522ee8(0x152)](_0x1e76eb,_0x2429c5),_0x484552=AutomationFramework[_0x522ee8(0x14d)](),_0x484552;}[a72_0x40b25e(0x152)](_0x44df55,_0x52c136){const _0xdaaea0=a72_0x40b25e,_0x4ca0d8={};_0x4ca0d8['dvUeq']=_0xdaaea0(0x155);const _0x3e3c69=_0x4ca0d8;if(AutomationFramework[_0xdaaea0(0x14d)]()){this[_0xdaaea0(0x14c)][_0xdaaea0(0x14f)](_0x3e3c69[_0xdaaea0(0x149)]);return;}const _0x44c68d=CLIUtils[_0xdaaea0(0x143)](),_0x12f554=TrackedInstance[_0xdaaea0(0x15b)](_0x44c68d);let _0x2ca32a=null;this[_0xdaaea0(0x14c)]['info'](_0xdaaea0(0x154)+_0x44c68d+',\x20state='+_0x44df55),_0x2ca32a=new AutomationFrameworkInstance(_0x12f554,this[_0xdaaea0(0x161)](),this[_0xdaaea0(0x163)](),_0x44df55),AutomationFramework[_0xdaaea0(0x13f)](_0x12f554,_0x2ca32a),this[_0xdaaea0(0x14c)][_0xdaaea0(0x14f)](_0xdaaea0(0x148)+_0x12f554[_0xdaaea0(0x14e)]()+'\x20target='+_0x44c68d);}}module[a72_0x40b25e(0x13c)]=PlaywrightAutomationFramework;
1
+ const a72_0x4aecde=a72_0x457d;(function(_0x59d280,_0x2558db){const _0x3d464b=a72_0x457d,_0x425e78=_0x59d280();while(!![]){try{const _0x582da7=parseInt(_0x3d464b(0x1da))/0x1+parseInt(_0x3d464b(0x1d0))/0x2+-parseInt(_0x3d464b(0x1d8))/0x3+parseInt(_0x3d464b(0x1c7))/0x4*(-parseInt(_0x3d464b(0x1cd))/0x5)+-parseInt(_0x3d464b(0x1d5))/0x6*(parseInt(_0x3d464b(0x1cb))/0x7)+parseInt(_0x3d464b(0x1dc))/0x8*(parseInt(_0x3d464b(0x1d1))/0x9)+parseInt(_0x3d464b(0x1e1))/0xa;if(_0x582da7===_0x2558db)break;else _0x425e78['push'](_0x425e78['shift']());}catch(_0x430794){_0x425e78['push'](_0x425e78['shift']());}}}(a72_0x1a86,0x987f6));function a72_0x457d(_0x584053,_0x32c23b){const _0x1a8674=a72_0x1a86();return a72_0x457d=function(_0x457db,_0x6d4090){_0x457db=_0x457db-0x1c6;let _0x42c8cb=_0x1a8674[_0x457db];return _0x42c8cb;},a72_0x457d(_0x584053,_0x32c23b);}function a72_0x1a86(){const _0x3061b0=['../cliUtils.js','resolveInstance','getId','instance','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','../state/automationFrameworkState.js','trackPlaywrightInstance:\x20instance\x20already\x20exists','pCBCU','28gTdYsK','runHooks','logger','trackEvent','49qBSgme','../instances/automationFrameworkInstance.js','804535ReJUki','info','createContext','946150AKeXKv','2421CWDzZh','jmfUX','wXBNx','exports','742926LSXloj','debug','./automationFramework.js','1423713VVnphq','trackPlaywrightInstance','454731pjXwtl','message','28176iQRVNf','\x20hookState=','getAutomationFrameworkName','getTrackedInstance','getAutomationFrameworkVersion','12170730QAAXDg','../instances/trackedInstance.js','setTrackedInstance',',\x20state=','params','PLAYWRIGHT_DISPATCH'];a72_0x1a86=function(){return _0x3061b0;};return a72_0x1a86();}const AutomationFramework=require(a72_0x4aecde(0x1d7)),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFrameworkState=require(a72_0x4aecde(0x1ec)),CLIUtils=require(a72_0x4aecde(0x1e7)),TrackedInstance=require(a72_0x4aecde(0x1e2)),AutomationFrameworkInstance=require(a72_0x4aecde(0x1cc));class PlaywrightAutomationFramework extends AutomationFramework{[a72_0x4aecde(0x1c9)]=createClassLogger('PlaywrightAutomationFramework');constructor(_0x2f4028,_0xf3ed3b){super(_0x2f4028,_0xf3ed3b);}async[a72_0x4aecde(0x1ca)](_0x7aaa89,_0x2d91c9,_0x4d9b7a={}){const _0x53e675=a72_0x4aecde,_0x42d2b6={};_0x42d2b6['pCBCU']=function(_0xd2e66f,_0x2d644c){return _0xd2e66f===_0x2d644c;};const _0x3a11aa=_0x42d2b6;this[_0x53e675(0x1c9)][_0x53e675(0x1d6)]('trackEvent:\x20automationFrameworkState='+_0x7aaa89+_0x53e675(0x1dd)+_0x2d91c9),await super[_0x53e675(0x1ca)](_0x7aaa89,_0x2d91c9,_0x4d9b7a);const _0x5df7cd=this['resolveInstance'](_0x7aaa89,_0x2d91c9,_0x4d9b7a);if(_0x3a11aa[_0x53e675(0x1c6)](_0x5df7cd,null))return;_0x4d9b7a[_0x53e675(0x1ea)]=_0x5df7cd,await this[_0x53e675(0x1c8)](_0x5df7cd,_0x7aaa89,_0x2d91c9,_0x4d9b7a);}[a72_0x4aecde(0x1e8)](_0x14bc58,_0x4afd55,_0xbeadbf={}){const _0x38a6f0=a72_0x4aecde,_0x2dedc9={};_0x2dedc9[_0x38a6f0(0x1d3)]=function(_0x5cee91,_0x17a22c){return _0x5cee91===_0x17a22c;};const _0x26a380=_0x2dedc9;let _0x5915ee=null;return(_0x26a380[_0x38a6f0(0x1d3)](_0x14bc58,AutomationFrameworkState['CREATE'])||_0x26a380[_0x38a6f0(0x1d3)](_0x14bc58,AutomationFrameworkState[_0x38a6f0(0x1e6)])&&(_0xbeadbf[_0x38a6f0(0x1db)]&&_0xbeadbf[_0x38a6f0(0x1db)][_0x38a6f0(0x1e5)]&&_0xbeadbf[_0x38a6f0(0x1db)][_0x38a6f0(0x1e5)]['bsParams'])||_0x26a380[_0x38a6f0(0x1d3)](_0x14bc58,AutomationFrameworkState['NONE']))&&this[_0x38a6f0(0x1d9)](_0x14bc58,_0xbeadbf),_0x5915ee=AutomationFramework[_0x38a6f0(0x1df)](),_0x5915ee;}[a72_0x4aecde(0x1d9)](_0x383a55,_0x53743f){const _0x182260=a72_0x4aecde,_0x216b66={};_0x216b66['jmfUX']=_0x182260(0x1ed);const _0x24f599=_0x216b66;if(AutomationFramework['getTrackedInstance']()){this[_0x182260(0x1c9)]['info'](_0x24f599[_0x182260(0x1d2)]);return;}const _0x2887d1=CLIUtils['getCurrentInstanceName'](),_0x570e35=TrackedInstance[_0x182260(0x1cf)](_0x2887d1);let _0x5dcec6=null;this[_0x182260(0x1c9)][_0x182260(0x1ce)](_0x182260(0x1eb)+_0x2887d1+_0x182260(0x1e4)+_0x383a55),_0x5dcec6=new AutomationFrameworkInstance(_0x570e35,this[_0x182260(0x1de)](),this[_0x182260(0x1e0)](),_0x383a55),AutomationFramework[_0x182260(0x1e3)](_0x570e35,_0x5dcec6),this[_0x182260(0x1c9)][_0x182260(0x1ce)]('trackPlaywrightInstance:\x20saved\x20instance\x20contextId='+_0x570e35[_0x182260(0x1e9)]()+'\x20target='+_0x2887d1);}}module[a72_0x4aecde(0x1d4)]=PlaywrightAutomationFramework;