browserstack-node-sdk 1.50.3 → 1.50.5

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_0x511929=a69_0x3de9;function a69_0x3de9(_0x18180b,_0x49930b){const _0x319abf=a69_0x319a();return a69_0x3de9=function(_0x3de9a1,_0x4326f5){_0x3de9a1=_0x3de9a1-0x11b;let _0x38555c=_0x319abf[_0x3de9a1];return _0x38555c;},a69_0x3de9(_0x18180b,_0x49930b);}(function(_0x10b7f4,_0x482e0a){const _0x5d12bb=a69_0x3de9,_0x3dc67a=_0x10b7f4();while(!![]){try{const _0x23f3f7=-parseInt(_0x5d12bb(0x15f))/0x1*(-parseInt(_0x5d12bb(0x11b))/0x2)+parseInt(_0x5d12bb(0x15e))/0x3+-parseInt(_0x5d12bb(0x142))/0x4+-parseInt(_0x5d12bb(0x13a))/0x5+-parseInt(_0x5d12bb(0x123))/0x6+parseInt(_0x5d12bb(0x14a))/0x7*(parseInt(_0x5d12bb(0x134))/0x8)+-parseInt(_0x5d12bb(0x158))/0x9*(-parseInt(_0x5d12bb(0x13b))/0xa);if(_0x23f3f7===_0x482e0a)break;else _0x3dc67a['push'](_0x3dc67a['shift']());}catch(_0x38b4c7){_0x3dc67a['push'](_0x3dc67a['shift']());}}}(a69_0x319a,0x83f5e));const a69_0x5a12d1={};a69_0x5a12d1['KEY_TEST_UUID']='test_uuid',a69_0x5a12d1['KEY_TEST_ID']=a69_0x511929(0x135),a69_0x5a12d1['KEY_TEST_NAME']='test_name',a69_0x5a12d1['KEY_TEST_FILE_PATH']=a69_0x511929(0x11d),a69_0x5a12d1[a69_0x511929(0x152)]='test_tags',a69_0x5a12d1[a69_0x511929(0x131)]=a69_0x511929(0x13d),a69_0x5a12d1['KEY_TEST_RESULT_AT']=a69_0x511929(0x125),a69_0x5a12d1[a69_0x511929(0x11f)]='test_started_at',a69_0x5a12d1[a69_0x511929(0x14e)]=a69_0x511929(0x15c),a69_0x5a12d1[a69_0x511929(0x166)]='test_location',a69_0x5a12d1[a69_0x511929(0x12d)]=a69_0x511929(0x143),a69_0x5a12d1['KEY_TEST_SCOPES']=a69_0x511929(0x138),a69_0x5a12d1[a69_0x511929(0x154)]=a69_0x511929(0x15a),a69_0x5a12d1['KEY_TEST_FRAMEWORK_VERSION']=a69_0x511929(0x147),a69_0x5a12d1['KEY_TEST_CODE']='test_code',a69_0x5a12d1['KEY_TEST_RERUN_NAME']='test_rerun_name',a69_0x5a12d1[a69_0x511929(0x12f)]=a69_0x511929(0x129),a69_0x5a12d1[a69_0x511929(0x14c)]='platform_index',a69_0x5a12d1[a69_0x511929(0x145)]='test_failure',a69_0x5a12d1['KEY_TEST_FAILURE_TYPE']=a69_0x511929(0x124),a69_0x5a12d1[a69_0x511929(0x165)]=a69_0x511929(0x130),a69_0x5a12d1[a69_0x511929(0x120)]=a69_0x511929(0x149),a69_0x5a12d1[a69_0x511929(0x11e)]=a69_0x511929(0x159),a69_0x5a12d1[a69_0x511929(0x128)]=a69_0x511929(0x12b),a69_0x5a12d1[a69_0x511929(0x160)]='automate_session_name',a69_0x5a12d1[a69_0x511929(0x144)]=a69_0x511929(0x151),a69_0x5a12d1[a69_0x511929(0x15d)]='automate_session_reason',a69_0x5a12d1[a69_0x511929(0x140)]=a69_0x511929(0x132),a69_0x5a12d1[a69_0x511929(0x139)]=a69_0x511929(0x155),a69_0x5a12d1[a69_0x511929(0x148)]=a69_0x511929(0x167),a69_0x5a12d1['KEY_HOOK_RESULT']=a69_0x511929(0x14b),a69_0x5a12d1[a69_0x511929(0x127)]=a69_0x511929(0x162),a69_0x5a12d1['KEY_HOOK_FAILURE_REASON']=a69_0x511929(0x163),a69_0x5a12d1[a69_0x511929(0x164)]=a69_0x511929(0x12a),a69_0x5a12d1['KEY_HOOK_LOGS']='hook_logs',a69_0x5a12d1['KEY_HOOK_NAME']='hook_name',a69_0x5a12d1['DEFAULT_TEST_RESULT']='pending',a69_0x5a12d1['DEFAULT_HOOK_RESULT']=a69_0x511929(0x153),a69_0x5a12d1[a69_0x511929(0x121)]=a69_0x511929(0x12c),a69_0x5a12d1[a69_0x511929(0x150)]=a69_0x511929(0x126),a69_0x5a12d1['HOOK_REGEX']='^(BEFORE_|AFTER_)',a69_0x5a12d1[a69_0x511929(0x13c)]=a69_0x511929(0x156),a69_0x5a12d1['KEY_HOOKS_FINISHED']=a69_0x511929(0x12e),a69_0x5a12d1[a69_0x511929(0x13e)]=a69_0x511929(0x137),a69_0x5a12d1['KEY_HOOK_LAST_FINISHED']=a69_0x511929(0x146),a69_0x5a12d1['KEY_LOGS']=a69_0x511929(0x168),a69_0x5a12d1[a69_0x511929(0x15b)]=a69_0x511929(0x141),a69_0x5a12d1[a69_0x511929(0x11c)]='test_attachments',a69_0x5a12d1[a69_0x511929(0x136)]=a69_0x511929(0x14f),a69_0x5a12d1[a69_0x511929(0x133)]=a69_0x511929(0x14d),a69_0x5a12d1[a69_0x511929(0x157)]=a69_0x511929(0x13f),a69_0x5a12d1[a69_0x511929(0x161)]=a69_0x511929(0x122);function a69_0x319a(){const _0x91444a=['hook_failure','test_session_name','TEST_SCREENSHOT','KEY_TEST_SCOPE','test_hooks_finished','KEY_TEST_RETRY_OF','test_failure_reason','KEY_TEST_RESULT','event_started_at','KEY_FILE_NAME','1569288DaFVNW','test_id','KEY_FILE_SIZE','test_hook_last_started','test_scopes','KEY_EVENT_ENDED_AT','3892090VmVdzQ','13598230fQiIUp','KEY_HOOKS_STARTED','test_result','KEY_HOOK_LAST_STARTED','file_path','KEY_EVENT_STARTED_AT','custom_metadata','1644792mSzuQe','test_scope','KEY_AUTOMATE_SESSION_STATUS','KEY_TEST_FAILURE','test_hook_last_finished','test_framework_version','KEY_HOOK_ID','test_logs','21qPsvbX','hook_result','KEY_PLATFORM_INDEX','file_name','KEY_TEST_ENDED_AT','file_size','KIND_LOG','automate_session_status','KEY_TEST_TAGS','pending','KEY_TEST_FRAMEWORK_NAME','event_ended_at','test_hooks_started','KEY_FILE_PATH','9dPtANe','test_meta','test_framework_name','KEY_CUSTOM_TAGS','test_ended_at','KEY_AUTOMATE_SESSION_REASON','264741Piwvtk','2vyocNv','KEY_AUTOMATE_SESSION_NAME','KEY_FILE_LEVEL','hook_failure_type','hook_failure_reason','KEY_HOOK_FAILURE','KEY_TEST_FAILURE_REASON','KEY_TEST_LOCATION','hook_id','logs','388816FAhOxV','KEY_TEST_ATTACHMENTS','test_file_path','KEY_TEST_META','KEY_TEST_STARTED_AT','KEY_TEST_LOGS','KIND_SCREENSHOT','file_level','4171458kwGPuc','test_failure_type','test_result_at','TEST_LOG','KEY_HOOK_FAILURE_TYPE','KEY_SESSION_NAME','retry_of'];a69_0x319a=function(){return _0x91444a;};return a69_0x319a();}const TestFrameworkConstants=a69_0x5a12d1;module['exports']=TestFrameworkConstants;
1
+ const a69_0x17ab03=a69_0x4ab8;(function(_0x31987c,_0x25088c){const _0x5ddb83=a69_0x4ab8,_0x58aadb=_0x31987c();while(!![]){try{const _0x3593d3=-parseInt(_0x5ddb83(0x1b3))/0x1+parseInt(_0x5ddb83(0x177))/0x2+-parseInt(_0x5ddb83(0x17a))/0x3*(-parseInt(_0x5ddb83(0x185))/0x4)+-parseInt(_0x5ddb83(0x190))/0x5*(parseInt(_0x5ddb83(0x1ac))/0x6)+parseInt(_0x5ddb83(0x193))/0x7*(parseInt(_0x5ddb83(0x171))/0x8)+parseInt(_0x5ddb83(0x1b4))/0x9*(parseInt(_0x5ddb83(0x199))/0xa)+parseInt(_0x5ddb83(0x19b))/0xb*(parseInt(_0x5ddb83(0x1b2))/0xc);if(_0x3593d3===_0x25088c)break;else _0x58aadb['push'](_0x58aadb['shift']());}catch(_0x72cc2f){_0x58aadb['push'](_0x58aadb['shift']());}}}(a69_0x46c0,0x2ffeb));const a69_0x4b9fb0={};a69_0x4b9fb0[a69_0x17ab03(0x197)]='test_uuid',a69_0x4b9fb0[a69_0x17ab03(0x18f)]='test_id',a69_0x4b9fb0[a69_0x17ab03(0x1bc)]='test_name',a69_0x4b9fb0[a69_0x17ab03(0x1bf)]='test_file_path',a69_0x4b9fb0[a69_0x17ab03(0x1b8)]='test_tags',a69_0x4b9fb0[a69_0x17ab03(0x1ae)]=a69_0x17ab03(0x194),a69_0x4b9fb0[a69_0x17ab03(0x1b5)]='test_result_at',a69_0x4b9fb0['KEY_TEST_STARTED_AT']=a69_0x17ab03(0x18e),a69_0x4b9fb0[a69_0x17ab03(0x1bd)]=a69_0x17ab03(0x17b),a69_0x4b9fb0['KEY_TEST_LOCATION']=a69_0x17ab03(0x1af),a69_0x4b9fb0[a69_0x17ab03(0x186)]='test_scope',a69_0x4b9fb0['KEY_TEST_SCOPES']='test_scopes',a69_0x4b9fb0[a69_0x17ab03(0x18a)]='test_framework_name',a69_0x4b9fb0['KEY_TEST_FRAMEWORK_VERSION']=a69_0x17ab03(0x17e),a69_0x4b9fb0[a69_0x17ab03(0x174)]=a69_0x17ab03(0x19c),a69_0x4b9fb0[a69_0x17ab03(0x181)]='test_rerun_name',a69_0x4b9fb0['KEY_TEST_RETRY_OF']=a69_0x17ab03(0x1c1),a69_0x4b9fb0[a69_0x17ab03(0x1a8)]='platform_index',a69_0x4b9fb0[a69_0x17ab03(0x17d)]=a69_0x17ab03(0x191),a69_0x4b9fb0['KEY_TEST_FAILURE_TYPE']=a69_0x17ab03(0x1b1),a69_0x4b9fb0[a69_0x17ab03(0x1a5)]=a69_0x17ab03(0x175),a69_0x4b9fb0[a69_0x17ab03(0x17f)]='test_logs',a69_0x4b9fb0[a69_0x17ab03(0x198)]=a69_0x17ab03(0x195),a69_0x4b9fb0[a69_0x17ab03(0x1b7)]=a69_0x17ab03(0x1c2),a69_0x4b9fb0['KEY_AUTOMATE_SESSION_NAME']=a69_0x17ab03(0x184),a69_0x4b9fb0[a69_0x17ab03(0x180)]=a69_0x17ab03(0x1c0),a69_0x4b9fb0[a69_0x17ab03(0x1ba)]=a69_0x17ab03(0x1a3),a69_0x4b9fb0[a69_0x17ab03(0x1a9)]=a69_0x17ab03(0x187),a69_0x4b9fb0[a69_0x17ab03(0x196)]='event_ended_at',a69_0x4b9fb0[a69_0x17ab03(0x176)]='hook_id',a69_0x4b9fb0[a69_0x17ab03(0x1b9)]=a69_0x17ab03(0x188),a69_0x4b9fb0['KEY_HOOK_FAILURE_TYPE']=a69_0x17ab03(0x1be),a69_0x4b9fb0[a69_0x17ab03(0x1a6)]=a69_0x17ab03(0x18b),a69_0x4b9fb0['KEY_HOOK_FAILURE']=a69_0x17ab03(0x18d),a69_0x4b9fb0['KEY_HOOK_LOGS']=a69_0x17ab03(0x1a1),a69_0x4b9fb0['KEY_HOOK_NAME']='hook_name',a69_0x4b9fb0[a69_0x17ab03(0x18c)]=a69_0x17ab03(0x19d),a69_0x4b9fb0['DEFAULT_HOOK_RESULT']=a69_0x17ab03(0x19d),a69_0x4b9fb0[a69_0x17ab03(0x1b6)]=a69_0x17ab03(0x19f),a69_0x4b9fb0[a69_0x17ab03(0x19a)]=a69_0x17ab03(0x1ab),a69_0x4b9fb0[a69_0x17ab03(0x1a2)]=a69_0x17ab03(0x1ad),a69_0x4b9fb0['KEY_HOOKS_STARTED']=a69_0x17ab03(0x1aa),a69_0x4b9fb0[a69_0x17ab03(0x17c)]=a69_0x17ab03(0x19e),a69_0x4b9fb0[a69_0x17ab03(0x1a0)]='test_hook_last_started',a69_0x4b9fb0[a69_0x17ab03(0x182)]='test_hook_last_finished',a69_0x4b9fb0[a69_0x17ab03(0x183)]='logs',a69_0x4b9fb0[a69_0x17ab03(0x1a7)]='custom_metadata',a69_0x4b9fb0[a69_0x17ab03(0x173)]='test_attachments',a69_0x4b9fb0[a69_0x17ab03(0x178)]=a69_0x17ab03(0x1bb),a69_0x4b9fb0[a69_0x17ab03(0x179)]=a69_0x17ab03(0x189),a69_0x4b9fb0[a69_0x17ab03(0x192)]='file_path',a69_0x4b9fb0[a69_0x17ab03(0x1b0)]=a69_0x17ab03(0x172);function a69_0x46c0(){const _0x598e88=['test_location','KEY_FILE_LEVEL','test_failure_type','4559928MAPnxz','173288MXINck','126aBsTjT','KEY_TEST_RESULT_AT','KIND_SCREENSHOT','KEY_SESSION_NAME','KEY_TEST_TAGS','KEY_HOOK_RESULT','KEY_AUTOMATE_SESSION_REASON','file_size','KEY_TEST_NAME','KEY_TEST_ENDED_AT','hook_failure_type','KEY_TEST_FILE_PATH','automate_session_status','retry_of','test_session_name','24LQvSyy','file_level','KEY_TEST_ATTACHMENTS','KEY_TEST_CODE','test_failure_reason','KEY_HOOK_ID','99524UCMOPo','KEY_FILE_SIZE','KEY_FILE_NAME','30UANfpt','test_ended_at','KEY_HOOKS_FINISHED','KEY_TEST_FAILURE','test_framework_version','KEY_TEST_LOGS','KEY_AUTOMATE_SESSION_STATUS','KEY_TEST_RERUN_NAME','KEY_HOOK_LAST_FINISHED','KEY_LOGS','automate_session_name','11920ehWHZU','KEY_TEST_SCOPE','event_started_at','hook_result','file_name','KEY_TEST_FRAMEWORK_NAME','hook_failure_reason','DEFAULT_TEST_RESULT','hook_failure','test_started_at','KEY_TEST_ID','5WhJzeZ','test_failure','KEY_FILE_PATH','56812bsusfH','test_result','test_meta','KEY_EVENT_ENDED_AT','KEY_TEST_UUID','KEY_TEST_META','139710ImKxLz','KIND_LOG','11AGMBpg','test_code','pending','test_hooks_finished','TEST_SCREENSHOT','KEY_HOOK_LAST_STARTED','hook_logs','HOOK_REGEX','automate_session_reason','exports','KEY_TEST_FAILURE_REASON','KEY_HOOK_FAILURE_REASON','KEY_CUSTOM_TAGS','KEY_PLATFORM_INDEX','KEY_EVENT_STARTED_AT','test_hooks_started','TEST_LOG','1857738pXtNNy','^(BEFORE_|AFTER_)','KEY_TEST_RESULT'];a69_0x46c0=function(){return _0x598e88;};return a69_0x46c0();}const TestFrameworkConstants=a69_0x4b9fb0;function a69_0x4ab8(_0x1ec956,_0x1c356b){const _0x46c050=a69_0x46c0();return a69_0x4ab8=function(_0x4ab8eb,_0x58542a){_0x4ab8eb=_0x4ab8eb-0x171;let _0x11da75=_0x46c050[_0x4ab8eb];return _0x11da75;},a69_0x4ab8(_0x1ec956,_0x1c356b);}module[a69_0x17ab03(0x1a4)]=TestFrameworkConstants;
@@ -1 +1 @@
1
- const a70_0x500105=a70_0x1152;function a70_0x1152(_0x27b8ba,_0x4c0ade){const _0x3f0eb5=a70_0x3f0e();return a70_0x1152=function(_0x115236,_0x135d09){_0x115236=_0x115236-0x1cb;let _0x1fa6aa=_0x3f0eb5[_0x115236];return _0x1fa6aa;},a70_0x1152(_0x27b8ba,_0x4c0ade);}(function(_0x1007f6,_0x15c4ad){const _0x454aeb=a70_0x1152,_0x43cf6d=_0x1007f6();while(!![]){try{const _0x4ae6e9=parseInt(_0x454aeb(0x265))/0x1*(parseInt(_0x454aeb(0x293))/0x2)+-parseInt(_0x454aeb(0x24d))/0x3+-parseInt(_0x454aeb(0x243))/0x4+-parseInt(_0x454aeb(0x209))/0x5*(parseInt(_0x454aeb(0x244))/0x6)+-parseInt(_0x454aeb(0x1e6))/0x7+-parseInt(_0x454aeb(0x24f))/0x8+-parseInt(_0x454aeb(0x236))/0x9*(-parseInt(_0x454aeb(0x1ee))/0xa);if(_0x4ae6e9===_0x15c4ad)break;else _0x43cf6d['push'](_0x43cf6d['shift']());}catch(_0x36f2ce){_0x43cf6d['push'](_0x43cf6d['shift']());}}}(a70_0x3f0e,0xdde2f));function a70_0x3f0e(){const _0x4e53cd=['addPendingHook','\x20batch\x20','VsWQQ','wdqNX','getProcessId','parseCucumberTest',',\x20state=','KEY_TEST_META','zbIpf','LmzEU','failure_data','length','WPurH','removePendingHooks','meta','\x20with\x20result:\x20','failure_type','USVrV','location','bKvbz','Error\x20in\x20createTestFrameworkEventPayload:\x20','zxkbB','zNRvD','45NKzLBI','passed','KEY_HOOK_ID','executionContext','getTestDetails','addMultipleEntries','eventJson','push','BFpXW','TEST','trackEvent','processPendingHooks','unknown','552912xdMpEo','2320122tYZWTk','POST','\x20testState:\x20','KEY_LOGS','\x20response=','\x20target=','parseCucumberTestResult','UoxRp','CucumberTestFramework','2222079DikwDr','KEY_TEST_TAGS','1814520DgWoBS','zdGex','failure','KEY_TEST_NAME','code','getRef','QlJsa','KEY_EVENT_ENDED_AT','setTestDetails','getThreadId','../state/testFrameworkState.js','runHooks','KEY_HOOK_FAILURE_REASON','KEY_AUTOMATE_SESSION_NAME','KEY_HOOKS_STARTED','testUUID','trackHookEvent','startedAt','../grpcClient','test_run_id','KEY_TEST_SCOPES','\x20and\x20args\x20=\x20','13gCpUMe','UnhandledError','createTestFrameworkEventPayload','trackCucumberInstance:\x20saved\x20instance\x20contextId=','KEY_EVENT_STARTED_AT','../cliUtils.js','customRerunParam','result','Stored\x20pending\x20hook\x20for\x20testId:\x20','readLogObjects','sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping','exports','error','KEY_TEST_RESULT','XzIEr','oxdYs','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','./constants/testFrameworkConstants.js','kCajw','hookData','matchHookRegex','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','KEY_TEST_FRAMEWORK_VERSION','pRbNg','util','testFrameworkName','stringify','sendLogCreatedEvent:\x20for\x20testId:\x20','sendLogCreatedEvent','getId','split','KEY_TEST_ID','uuid','createTestFrameworkEventPayload\x20testId:\x20','KEY_TEST_ATTACHMENTS','GWyiV','KEY_HOOKS_FINISHED','setTrackedInstance','failed','trackEvent\x20loading\x20testData\x20for\x20testId:\x20',',\x20error:\x20','\x20for\x20test:\x20','toString','getCurrentHookState','args','KEY_HOOK_NAME','49710viakFB','instance','getInstance','trackCucumberInstance','trackHookEvent:\x20Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','debug','ceil','keys','workerInfo','KEY_HOOK_RESULT','storePendingHook','toISOString','../../../helpers/classLogger.js','KEY_CUSTOM_TAGS','\x20with\x20id\x20','scopes','Tracked\x20cucumber\x20hook\x20event:\x20','format','KEY_TEST_FILE_PATH','gPmGN','KEY_TEST_SCOPE','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','../instances/testFrameworkInstance.js','\x20pending\x20hooks\x20for\x20testId:\x20','KEY_TEST_FRAMEWORK_NAME','\x20payload=','test','JvtLf','\x20&\x20hookState=','getTestFrameworksVersions','QHuOK','dZRNA','sendLogCreatedEvent:\x20Error\x20in\x20sending\x20log\x20events:\x20','name','__workerDetails','KEY_TEST_UUID','KEY_TEST_RESULT_AT','failure_reason','9977380TrwNov','createContext','KEY_HOOK_FAILURE_TYPE','logCreatedEvent','file_name','slice','DEFAULT_HOOK_RESULT','resolveInstance','7006990jneCac','hooks','testData','body','ZEPuu','No\x20hook\x20data\x20provided\x20for\x20cucumber\x20hook\x20event','../state/hookState.js','get','trackHookEvent:\x20Hook\x20List\x20in\x20Post\x20','getAllData','hook_type','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test\x20result','DEFAULT_TEST_RESULT','trackEvent:\x20unsupported\x20testFrameworkState=','PRE','NONE','rDWlA','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','endedAt','jaUSf','KEY_TEST_FAILURE','Processing\x20','HrtHx','No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','getPendingHooks','LOG_REPORT','INIT_TEST','5xVVUxj','KEY_TEST_STARTED_AT','getContext','sNrID','KEY_TEST_FAILURE_TYPE','getTestFrameworks','finished_at','createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20','Updated\x20cucumber\x20test\x20result:\x20','rerun_name','parallelIndex','tags','pjQNj','key','testFrameworkState',',\x20storing\x20as\x20pending\x20hook','getTestUUID','PyWYf','KEY_TEST_ENDED_AT','legta','\x20&\x20hook\x20=\x20','getCurrentTestState'];a70_0x3f0e=function(){return _0x4e53cd;};return a70_0x3f0e();}const TestFramework=require('./testFramework'),TestFrameworkState=require(a70_0x500105(0x259)),HookState=require(a70_0x500105(0x1f4)),{createClassLogger}=require(a70_0x500105(0x1cc)),TestFrameworkInstance=require(a70_0x500105(0x1d6)),CLIUtils=require(a70_0x500105(0x26a)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a70_0x500105(0x276)),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),logger=createClassLogger(a70_0x500105(0x24c)),{v4:uuidv4}=require(a70_0x500105(0x285)),util=require(a70_0x500105(0x27d)),TestInfo=require('../TestInfo.js'),GrpcClient=require(a70_0x500105(0x261));class CucumberTestFramework extends TestFramework{constructor(_0x444a4a,_0x4ebc6e,_0x64f0b4){super(_0x444a4a,_0x4ebc6e,_0x64f0b4);}async[a70_0x500105(0x240)](_0x2ec81a,_0x58b76b,_0x5b7d6d={}){const _0x1106dc=a70_0x500105,_0x8cbb21={};_0x8cbb21[_0x1106dc(0x235)]='trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found',_0x8cbb21[_0x1106dc(0x1d3)]=function(_0x1182d1,_0x3b970d){return _0x1182d1===_0x3b970d;},_0x8cbb21['kBwle']=function(_0x100dd4,_0x27c896){return _0x100dd4===_0x27c896;},_0x8cbb21[_0x1106dc(0x230)]=function(_0x30ff9a,_0x3a3226){return _0x30ff9a===_0x3a3226;},_0x8cbb21[_0x1106dc(0x24b)]=_0x1106dc(0x27a);const _0x230877=_0x8cbb21;await super[_0x1106dc(0x240)](_0x2ec81a,_0x58b76b,_0x5b7d6d);const _0x1beca0=this[_0x1106dc(0x1ed)](_0x2ec81a,_0x58b76b,_0x5b7d6d);if(!_0x1beca0){logger[_0x1106dc(0x298)](_0x230877['zNRvD']);return;}try{let _0x27cfd5,_0x3baeb7;switch(_0x2ec81a){case TestFrameworkState[_0x1106dc(0x23f)]:_0x27cfd5=_0x5b7d6d[_0x1106dc(0x1da)],_0x3baeb7=TestInfo[_0x1106dc(0x219)](_0x27cfd5['id']);if(_0x230877[_0x1106dc(0x1d3)](_0x58b76b,HookState[_0x1106dc(0x1fc)])){logger[_0x1106dc(0x298)](_0x1106dc(0x28c)+_0x27cfd5['id']);const _0x1dc04a={};_0x1dc04a['testUUID']=_0x3baeb7,_0x1dc04a[_0x1106dc(0x1f0)]=_0x27cfd5,_0x1beca0['addMultipleEntries'](this[_0x1106dc(0x224)](_0x1dc04a)),logger[_0x1106dc(0x298)](_0x1106dc(0x1d5)+_0x27cfd5['id']),await this['processPendingHooks'](_0x1beca0,_0x27cfd5['id']);}else{if(_0x230877['kBwle'](_0x58b76b,HookState[_0x1106dc(0x245)])){const _0x458b9a={};_0x458b9a[_0x1106dc(0x25e)]=_0x3baeb7,_0x458b9a[_0x1106dc(0x1f0)]=_0x27cfd5,_0x1beca0['addMultipleEntries'](this[_0x1106dc(0x24a)](_0x458b9a)),await this[_0x1106dc(0x241)](_0x1beca0,_0x27cfd5['id']);}}break;case TestFrameworkState[_0x1106dc(0x207)]:_0x230877[_0x1106dc(0x230)](_0x58b76b,HookState[_0x1106dc(0x245)])&&await this[_0x1106dc(0x281)](_0x1beca0,_0x2ec81a,_0x5b7d6d);break;default:if(CLIUtils[_0x1106dc(0x279)](_0x2ec81a[_0x1106dc(0x28f)]()['split']('.')[0x1])){const _0x459352=await this[_0x1106dc(0x25f)](_0x1beca0,_0x2ec81a,_0x58b76b,_0x5b7d6d);_0x1beca0[_0x1106dc(0x23b)](_0x459352);}else logger[_0x1106dc(0x298)](_0x1106dc(0x1fb)+_0x2ec81a+_0x1106dc(0x1dc)+_0x58b76b);break;}}catch(_0x1ffa6c){logger[_0x1106dc(0x271)](util[_0x1106dc(0x1d1)](_0x230877[_0x1106dc(0x24b)],_0x2ec81a,_0x58b76b,_0x5b7d6d[_0x1106dc(0x22a)],_0x1ffa6c));}_0x5b7d6d[_0x1106dc(0x294)]=_0x1beca0,await this['runHooks'](_0x1beca0,_0x2ec81a,_0x58b76b,_0x5b7d6d);}['resolveInstance'](_0x280e9d,_0x2aa28a,_0xd079ae={}){const _0x3b2552=a70_0x500105,_0x5092eb={};_0x5092eb[_0x3b2552(0x273)]=function(_0x51e60d,_0x4c6d46){return _0x51e60d===_0x4c6d46;};const _0x2bcd78=_0x5092eb;let _0x6549fd=null;return(_0x2bcd78[_0x3b2552(0x273)](_0x280e9d,TestFrameworkState[_0x3b2552(0x208)])||_0x2bcd78[_0x3b2552(0x273)](_0x280e9d,TestFrameworkState[_0x3b2552(0x1fd)]))&&this[_0x3b2552(0x296)](_0x280e9d,_0xd079ae),_0x6549fd=TestFramework['getTrackedInstance'](),_0x6549fd;}['trackCucumberInstance'](_0x299de9,_0x527f73){const _0x3db632=a70_0x500105,_0x5b8c8e=CLIUtils['getCurrentInstanceName'](),_0x185748=TrackedInstance[_0x3db632(0x1e7)](_0x5b8c8e);let _0x54c808=null;logger[_0x3db632(0x298)]('trackCucumberInstance:\x20created\x20instance\x20for\x20target='+_0x5b8c8e+_0x3db632(0x225)+_0x299de9),_0x54c808=new TestFrameworkInstance(_0x185748,this[_0x3db632(0x20e)](),this['getTestFrameworksVersions'](),_0x299de9,HookState[_0x3db632(0x1fd)]),TestFramework[_0x3db632(0x28a)](_0x185748,_0x54c808),logger[_0x3db632(0x298)](_0x3db632(0x268)+_0x185748['getId']()+_0x3db632(0x249)+_0x5b8c8e);}[a70_0x500105(0x224)](_0x5e5e40){const _0x5ba291=a70_0x500105,_0x11cd09={};_0x11cd09[_0x5ba291(0x1f2)]='No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test';const _0x11777b=_0x11cd09,{testUUID:_0x1b7093,testData:_0x58c127}=_0x5e5e40;if(!_0x58c127||!_0x58c127[_0x5ba291(0x285)])return logger[_0x5ba291(0x298)](_0x11777b[_0x5ba291(0x1f2)]),{};const _0x33b00d=_0x1b7093,_0x326391=_0x58c127[_0x5ba291(0x285)],_0x3c2859=this[_0x5ba291(0x20e)]()[0x0],_0x46ca22=this[_0x5ba291(0x1dd)](),_0x3023ef={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x3c2859,[TestFrameworkConstants[_0x5ba291(0x27b)]]:_0x46ca22[_0x3c2859],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x5ba291(0x289)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x5ba291(0x1e3)]]:_0x33b00d,[TestFrameworkConstants[_0x5ba291(0x272)]]:TestFrameworkConstants[_0x5ba291(0x1fa)],[TestFrameworkConstants[_0x5ba291(0x25c)]]:_0x58c127[_0x5ba291(0x1e1)]||'',[TestFrameworkConstants[_0x5ba291(0x1d2)]]:_0x58c127[_0x5ba291(0x1ea)]||'',[TestFrameworkConstants[_0x5ba291(0x284)]]:_0x326391,[TestFrameworkConstants[_0x5ba291(0x252)]]:_0x58c127[_0x5ba291(0x1e1)]||'',[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x58c127[_0x5ba291(0x231)]||'',[TestFrameworkConstants['KEY_TEST_CODE']]:_0x58c127[_0x5ba291(0x1f1)]?.[_0x5ba291(0x253)]||null,[TestFrameworkConstants[_0x5ba291(0x24e)]]:_0x58c127[_0x5ba291(0x214)]||[],[TestFrameworkConstants[_0x5ba291(0x20a)]]:_0x58c127[_0x5ba291(0x260)]||new Date()[_0x5ba291(0x1cb)](),[TestFrameworkConstants[_0x5ba291(0x1d4)]]:_0x58c127[_0x5ba291(0x1cf)]?.[0x0]||'',[TestFrameworkConstants[_0x5ba291(0x263)]]:_0x58c127[_0x5ba291(0x1cf)]||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x58c127[_0x5ba291(0x26b)]?.[_0x5ba291(0x212)]||_0x58c127['name']||'',[TestFrameworkConstants[_0x5ba291(0x1cd)]]:{},[TestFrameworkConstants[_0x5ba291(0x226)]]:_0x58c127[_0x5ba291(0x22d)]||{}};TestInfo[_0x5ba291(0x257)](_0x326391,_0x3023ef),logger['debug']('Parsed\x20cucumber\x20test:\x20'+_0x58c127[_0x5ba291(0x1e1)]+'\x20with\x20UUID:\x20'+_0x33b00d);const _0x248249={};return _0x248249[_0x326391]=_0x3023ef,_0x248249;}['parseCucumberTestResult'](_0x57be8a){const _0x34aeb6=a70_0x500105,_0xf799a6={'vVfZm':_0x34aeb6(0x1f9),'tzLeM':_0x34aeb6(0x242),'JvtLf':function(_0x4c8e39,_0x413d4b){return _0x4c8e39===_0x413d4b;},'PyWYf':_0x34aeb6(0x28b),'legta':_0x34aeb6(0x266),'pRbNg':function(_0xa46c9c,_0x1be5be,_0x334229){return _0xa46c9c(_0x1be5be,_0x334229);},'LmzEU':function(_0x4a900e,_0x57017c){return _0x4a900e>_0x57017c;},'HrtHx':function(_0x5caf7b,_0x585686){return _0x5caf7b>_0x585686;}},{testUUID:_0x548e85,testData:_0x278d17}=_0x57be8a;if(!_0x278d17||!_0x278d17[_0x34aeb6(0x285)])return logger[_0x34aeb6(0x298)](_0xf799a6['vVfZm']),{};const _0x2cff83=this[_0x34aeb6(0x1ed)](TestFrameworkState['TEST'],HookState['POST']),_0xa65258=_0x278d17[_0x34aeb6(0x285)],_0x5d3641=TestInfo[_0x34aeb6(0x23a)](_0xa65258)||{},_0x2565f8=_0x5d3641?_0x5d3641[TestFrameworkConstants[_0x34aeb6(0x1cd)]]||{}:{},_0x1f329a={..._0x5d3641,[TestFrameworkConstants[_0x34aeb6(0x272)]]:_0x278d17[_0x34aeb6(0x26c)]||_0xf799a6['tzLeM'],[TestFrameworkConstants[_0x34aeb6(0x21b)]]:_0x278d17['finishedAt']||new Date()['toISOString'](),[TestFrameworkConstants[_0x34aeb6(0x1e4)]]:new Date()[_0x34aeb6(0x1cb)](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x2565f8,[TestFrameworkConstants[_0x34aeb6(0x247)]]:[],[TestFrameworkConstants[_0x34aeb6(0x226)]]:_0x278d17[_0x34aeb6(0x22d)]||{}};_0xf799a6[_0x34aeb6(0x1db)](_0x278d17[_0x34aeb6(0x26c)],_0xf799a6[_0x34aeb6(0x21a)])&&_0x278d17[_0x34aeb6(0x251)]&&(_0x1f329a[TestFrameworkConstants[_0x34aeb6(0x20d)]]=_0x278d17[_0x34aeb6(0x22f)]||_0xf799a6[_0x34aeb6(0x21c)],_0x1f329a[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x278d17[_0x34aeb6(0x1e5)]||'',_0x1f329a[TestFrameworkConstants[_0x34aeb6(0x202)]]=_0x278d17[_0x34aeb6(0x251)]);const _0x4c3bc9=TestInfo[_0x34aeb6(0x23a)](_0xa65258)[TestFrameworkConstants[_0x34aeb6(0x287)]]||{},_0x34b95c=_0xf799a6[_0x34aeb6(0x27c)](getManualUploadLogs,_0x4c3bc9,_0x2cff83['getAllData']()[_0x34aeb6(0x1f5)](_0xa65258)[TestFrameworkConstants[_0x34aeb6(0x1e3)]]);if(_0xf799a6[_0x34aeb6(0x228)](_0x34b95c[_0x34aeb6(0x22a)],0x0)){const _0x2dbfa6=_0x1f329a[TestFrameworkConstants[_0x34aeb6(0x247)]]||[];_0x1f329a[TestFrameworkConstants[_0x34aeb6(0x247)]]=[..._0x2dbfa6,..._0x34b95c];}_0x278d17[_0x34aeb6(0x1ef)]&&_0xf799a6[_0x34aeb6(0x204)](_0x278d17[_0x34aeb6(0x1ef)][_0x34aeb6(0x22a)],0x0)&&(_0x1f329a[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x278d17[_0x34aeb6(0x1ef)]);TestInfo[_0x34aeb6(0x257)](_0xa65258,_0x1f329a),logger[_0x34aeb6(0x298)](_0x34aeb6(0x211)+_0x278d17['name']+_0x34aeb6(0x22e)+_0x278d17[_0x34aeb6(0x26c)]);const _0x18cdc5={};return _0x18cdc5[_0xa65258]=_0x1f329a,_0x18cdc5;}async[a70_0x500105(0x25f)](_0x2ec1c6,_0x186039,_0x533930,_0x15ba04){const _0x445c86=a70_0x500105,_0x363223={'BFpXW':_0x445c86(0x1f3),'kCajw':function(_0x1c9008){return _0x1c9008();},'WPurH':function(_0x34fda6,_0x1eb6a5){return _0x34fda6 in _0x1eb6a5;},'sNrID':function(_0x4c5732,_0x5ee495){return _0x4c5732 in _0x5ee495;},'GWyiV':function(_0xc88092,_0x233be2){return _0xc88092===_0x233be2;},'wdqNX':function(_0x3e8aab,_0x57b4b2){return _0x3e8aab>_0x57b4b2;},'VxWel':_0x445c86(0x28b),'zbIpf':_0x445c86(0x266),'QHuOK':_0x445c86(0x237),'QiAVS':function(_0x562896,_0x28f7b1){return _0x562896!==_0x28f7b1;}},{hookData:_0x2eef6b}=_0x15ba04;if(!_0x2eef6b)return logger[_0x445c86(0x298)](_0x363223[_0x445c86(0x23e)]),{};const _0x4b41aa=_0x2eef6b['uuid']||_0x363223[_0x445c86(0x277)](uuidv4),_0x2b8a93=_0x2eef6b[_0x445c86(0x262)],_0x2f2629=_0x186039[_0x445c86(0x28f)]()[_0x445c86(0x283)]('.')[0x1],_0x4deda8=TestInfo['getTestDetails'](_0x2b8a93)[TestFrameworkConstants[_0x445c86(0x1cd)]]||{},_0x462ba0=_0x2ec1c6[_0x445c86(0x1f7)]()['get'](_0x2b8a93);if(!_0x462ba0)return logger[_0x445c86(0x298)](_0x445c86(0x205)+_0x2b8a93+_0x445c86(0x218)),this[_0x445c86(0x29d)](_0x2ec1c6,_0x2b8a93,_0x186039,_0x533930,_0x15ba04),{};let _0x44265e=_0x462ba0[TestFrameworkConstants[_0x445c86(0x25d)]];!_0x44265e&&(_0x44265e={});!_0x363223[_0x445c86(0x22b)](_0x2f2629,_0x44265e)&&(_0x44265e[_0x2f2629]=[]);let _0x14ed95=_0x462ba0[TestFrameworkConstants['KEY_HOOKS_FINISHED']];!_0x14ed95&&(_0x14ed95={});!_0x363223[_0x445c86(0x20c)](_0x2f2629,_0x14ed95)&&(_0x14ed95[_0x2f2629]=[]);const _0x3fdd75={[TestFrameworkConstants[_0x445c86(0x25d)]]:_0x44265e,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x14ed95},_0x13e3c3={};_0x13e3c3[_0x2b8a93]=_0x3fdd75;const _0x2079c3=_0x13e3c3;if(_0x363223[_0x445c86(0x288)](_0x533930,HookState[_0x445c86(0x1fc)])){const _0x1d67a4={[TestFrameworkConstants['KEY_HOOK_ID']]:_0x4b41aa,[TestFrameworkConstants[_0x445c86(0x29c)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x445c86(0x269)]]:_0x2eef6b['started_at'],[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x445c86(0x292)]]:_0x2eef6b[_0x445c86(0x1f8)],[TestFrameworkConstants[_0x445c86(0x1cd)]]:_0x4deda8};_0x1d67a4[_0x445c86(0x216)]=_0x2f2629;const _0x566f35=_0x1d67a4;_0x44265e[_0x2f2629][_0x445c86(0x23d)](_0x566f35),_0x2079c3[_0x2b8a93][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0x2f2629,logger[_0x445c86(0x298)](_0x445c86(0x297)+_0x2f2629+_0x445c86(0x21d)+_0x566f35+'\x20\x20and\x20args\x20=\x20'+_0x15ba04);}else{if(_0x363223[_0x445c86(0x288)](_0x533930,HookState[_0x445c86(0x245)])){const _0x1aa720=_0x2eef6b['result'],_0x394e8f=_0x44265e[_0x2f2629]||[];logger[_0x445c86(0x298)](_0x445c86(0x1f6)+_0x394e8f+_0x445c86(0x264)+_0x15ba04);if(_0x363223[_0x445c86(0x222)](_0x394e8f[_0x445c86(0x22a)],0x0)){const _0x5e2ec3=_0x394e8f['pop']();_0x363223[_0x445c86(0x288)](_0x2eef6b['result'],_0x363223['VxWel'])&&_0x2eef6b[_0x445c86(0x229)]?(_0x5e2ec3[TestFrameworkConstants[_0x445c86(0x1e8)]]=_0x2eef6b['failure_type']||_0x363223[_0x445c86(0x227)],_0x5e2ec3[TestFrameworkConstants[_0x445c86(0x25b)]]=_0x2eef6b[_0x445c86(0x1e5)]||'',_0x5e2ec3[TestFrameworkConstants['KEY_HOOK_FAILURE']]=_0x2eef6b[_0x445c86(0x229)]):_0x5e2ec3[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x363223[_0x445c86(0x1de)];_0x363223['QiAVS'](_0x1aa720,TestFrameworkConstants[_0x445c86(0x1ec)])&&(_0x5e2ec3[TestFrameworkConstants[_0x445c86(0x29c)]]=_0x1aa720);_0x5e2ec3[TestFrameworkConstants[_0x445c86(0x256)]]=_0x2eef6b[_0x445c86(0x20f)]||new Date()[_0x445c86(0x1cb)](),_0x5e2ec3[TestFrameworkConstants[_0x445c86(0x1cd)]]=_0x4deda8;const _0x30c548=_0x5e2ec3[TestFrameworkConstants[_0x445c86(0x238)]];!_0x14ed95[_0x2f2629]&&(_0x14ed95[_0x2f2629]=[]),_0x14ed95[_0x2f2629]['push'](_0x5e2ec3),_0x2079c3[_0x2b8a93][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x2f2629;}}}return logger[_0x445c86(0x298)](_0x445c86(0x1d0)+_0x2eef6b[_0x445c86(0x1f8)]+_0x445c86(0x1ce)+_0x4b41aa+_0x445c86(0x28e)+_0x2b8a93),_0x2079c3;}[a70_0x500105(0x267)](_0x2d6029){const _0x253b83=a70_0x500105,_0x2713b2={};_0x2713b2['VsWQQ']='base64';const _0x3680af=_0x2713b2;try{const _0x2e1cc0=_0x2d6029[_0x253b83(0x1da)]?_0x2d6029[_0x253b83(0x1da)]['id']:_0x2d6029[_0x253b83(0x278)]['test_run_id'],_0x39675f=_0x2d6029['instance'],_0x1fffcc=_0x39675f[_0x253b83(0x20b)](),_0x2aa46a=_0x39675f[_0x253b83(0x1f7)]()[_0x253b83(0x1f5)](_0x2e1cc0);if(!_0x2aa46a)return logger[_0x253b83(0x298)]('createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x2e1cc0),{};logger[_0x253b83(0x298)](_0x253b83(0x286)+_0x2e1cc0);const {[TestFrameworkConstants[_0x253b83(0x1d8)]]:_0xe16abc='',[TestFrameworkConstants[_0x253b83(0x27b)]]:_0x2e1162='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x2af9d0='',[TestFrameworkConstants[_0x253b83(0x21b)]]:_0x5437e9=''}=_0x2aa46a,_0xab50c9=_0x39675f[_0x253b83(0x21e)]()['toString']()['split']('.')[0x1],_0x26708a=_0x39675f[_0x253b83(0x290)]()[_0x253b83(0x28f)]()['split']('.')[0x1],_0x119e42=global?.[_0x253b83(0x1e2)]?.[_0x253b83(0x29b)]?.[_0x253b83(0x213)],_0x333d45=_0x39675f[_0x253b83(0x254)](),_0x7347d=Buffer['from'](JSON[_0x253b83(0x27f)](_0x2aa46a))[_0x253b83(0x28f)](_0x3680af[_0x253b83(0x221)]),_0x3cfa50={'hash':_0x1fffcc[_0x253b83(0x282)](),'threadId':_0x1fffcc[_0x253b83(0x258)]()[_0x253b83(0x28f)](),'processId':_0x1fffcc[_0x253b83(0x223)]()['toString']()},_0x594aa3={};_0x594aa3['platformIndex']=_0x119e42,_0x594aa3[_0x253b83(0x27e)]=_0xe16abc,_0x594aa3['testFrameworkVersion']=_0x2e1162,_0x594aa3[_0x253b83(0x217)]=_0xab50c9,_0x594aa3['hookState']=_0x26708a,_0x594aa3[_0x253b83(0x260)]=_0x2af9d0,_0x594aa3[_0x253b83(0x200)]=_0x5437e9,_0x594aa3[_0x253b83(0x285)]=_0x333d45,_0x594aa3[_0x253b83(0x23c)]=_0x7347d,_0x594aa3[_0x253b83(0x239)]=_0x3cfa50;const _0x3c94db=_0x594aa3;return logger[_0x253b83(0x298)](_0x253b83(0x210)+_0x2e1cc0+_0x253b83(0x246)+_0xab50c9+'\x20hookState:\x20'+_0x26708a),_0x3c94db;}catch(_0x544446){return logger['error'](_0x253b83(0x233)+util['format'](_0x544446)),{};}}async[a70_0x500105(0x281)](_0x52b907,_0x4b5e0b,_0x4fe048){const _0x1ad1a2=a70_0x500105,_0x31e19f={'dZRNA':function(_0x4d54e1,_0x391050,_0x34c7c8){return _0x4d54e1(_0x391050,_0x34c7c8);},'oxdYs':function(_0x2a13ba,_0x3323b1){return _0x2a13ba===_0x3323b1;},'jaUSf':_0x1ad1a2(0x26f),'bKvbz':function(_0x4c8f74,_0x409037){return _0x4c8f74/_0x409037;},'rDWlA':function(_0x2aaa10,_0x35d55a){return _0x2aaa10<_0x35d55a;},'pjQNj':function(_0x522e5a,_0x4d24df){return _0x522e5a*_0x4d24df;},'QlJsa':function(_0x14dcc5,_0x3481d9){return _0x14dcc5+_0x3481d9;},'zxkbB':'Cucumber\x20log\x20created\x20event'};try{const _0x3abfda=_0x4fe048['testUUID'],_0x1f5217=_0x52b907[_0x1ad1a2(0x1f7)]()['get'](_0x3abfda),{[TestFrameworkConstants[_0x1ad1a2(0x1d8)]]:_0xdf4c56='',[TestFrameworkConstants[_0x1ad1a2(0x27b)]]:_0x365454=''}=_0x1f5217,_0x1845b7=TestInfo[_0x1ad1a2(0x26e)](_0x3abfda),_0x1fbb16=TestInfo['getTestDetails'](_0x3abfda)[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x1e4ea2=_0x31e19f[_0x1ad1a2(0x1df)](getMediaArtifactsLogs,_0x1fbb16,_0x52b907[_0x1ad1a2(0x1f7)]()['get'](_0x3abfda)[TestFrameworkConstants[_0x1ad1a2(0x1e3)]]),_0x5289c5=(_0x1845b7||[])['concat'](_0x1e4ea2||[]);if(!_0x5289c5||_0x31e19f[_0x1ad1a2(0x274)](_0x5289c5[_0x1ad1a2(0x22a)],0x0)){logger[_0x1ad1a2(0x298)](_0x31e19f[_0x1ad1a2(0x201)]);return;}const _0x1aaaba=0x28,_0x5ca499=Math[_0x1ad1a2(0x299)](_0x31e19f[_0x1ad1a2(0x232)](_0x5289c5[_0x1ad1a2(0x22a)],_0x1aaaba));for(let _0x331507=0x0;_0x31e19f[_0x1ad1a2(0x1fe)](_0x331507,_0x5ca499);_0x331507++){const _0x482965=_0x31e19f[_0x1ad1a2(0x215)](_0x331507,_0x1aaaba),_0x3b41cd=_0x31e19f[_0x1ad1a2(0x255)](_0x482965,_0x1aaaba),_0x722bba=_0x5289c5[_0x1ad1a2(0x1eb)](_0x482965,_0x3b41cd),_0x595e03={'platformIndex':'0','logs':_0x722bba,'testFrameworkName':_0xdf4c56,'testFrameworkVersion':_0x365454,'testFrameworkState':_0x4b5e0b[_0x1ad1a2(0x28f)]()[_0x1ad1a2(0x283)]('.')[0x1]};logger[_0x1ad1a2(0x298)]('sendLogCreatedEvent:\x20for\x20testId:\x20'+_0x3abfda+_0x1ad1a2(0x220)+_0x31e19f['QlJsa'](_0x331507,0x1)+'/'+_0x5ca499+_0x1ad1a2(0x1d9)+util['inspect'](_0x595e03));const _0x411270=await GrpcClient[_0x1ad1a2(0x295)]()[_0x1ad1a2(0x1e9)](_0x595e03);logger[_0x1ad1a2(0x298)](_0x1ad1a2(0x280)+_0x3abfda+_0x1ad1a2(0x220)+_0x31e19f['QlJsa'](_0x331507,0x1)+'/'+_0x5ca499+_0x1ad1a2(0x248)+util['inspect'](_0x411270));}}catch(_0x2d44b6){logger[_0x1ad1a2(0x271)](_0x1ad1a2(0x1e0)+util[_0x1ad1a2(0x1d1)](_0x2d44b6));}logger['debug'](_0x31e19f[_0x1ad1a2(0x234)]);}[a70_0x500105(0x29d)](_0xcedbf8,_0x15c378,_0x32dc41,_0x295fb4,_0x4ac174){const _0x537c3d=a70_0x500105,_0x3641a7={'testId':_0x15c378,'testFrameworkState':_0x32dc41,'hookState':_0x295fb4,'args':_0x4ac174,'timestamp':new Date()[_0x537c3d(0x1cb)]()};_0xcedbf8[_0x537c3d(0x21f)](_0x15c378,_0x3641a7),logger[_0x537c3d(0x298)](_0x537c3d(0x26d)+_0x15c378+',\x20state:\x20'+_0x32dc41+',\x20hookState:\x20'+_0x295fb4);}async[a70_0x500105(0x241)](_0x5652cf,_0xdfa90){const _0x4ad851=a70_0x500105,_0x3803a7={};_0x3803a7['zdGex']=function(_0x5bc14b,_0x58bb68){return _0x5bc14b>_0x58bb68;};const _0x267f9b=_0x3803a7;if(!_0x5652cf['hasPendingHooks'](_0xdfa90))return;const _0x5819d5=_0x5652cf[_0x4ad851(0x206)](_0xdfa90);logger[_0x4ad851(0x298)](_0x4ad851(0x203)+_0x5819d5[_0x4ad851(0x22a)]+_0x4ad851(0x1d7)+_0xdfa90);for(const _0x26bcdb of _0x5819d5){try{const _0x5a60a9=await this[_0x4ad851(0x25f)](_0x5652cf,_0x26bcdb[_0x4ad851(0x217)],_0x26bcdb['hookState'],_0x26bcdb['args']);_0x5a60a9&&_0x267f9b[_0x4ad851(0x250)](Object[_0x4ad851(0x29a)](_0x5a60a9)['length'],0x0)&&_0x5652cf['addMultipleEntries'](_0x5a60a9),await this[_0x4ad851(0x25a)](_0x5652cf,_0x26bcdb[_0x4ad851(0x217)],_0x26bcdb['hookState'],_0x26bcdb[_0x4ad851(0x291)]);}catch(_0x4df8ac){logger[_0x4ad851(0x271)](_0x4ad851(0x1ff)+_0xdfa90+_0x4ad851(0x28d)+_0x4df8ac);}}_0x5652cf[_0x4ad851(0x22c)](_0xdfa90),logger['debug'](_0x4ad851(0x275)+_0xdfa90);}}module[a70_0x500105(0x270)]=CucumberTestFramework;
1
+ function a70_0x731e(_0x5bc65d,_0x176763){const _0x5915b8=a70_0x5915();return a70_0x731e=function(_0x731ee3,_0x1e139a){_0x731ee3=_0x731ee3-0xe9;let _0x19c1df=_0x5915b8[_0x731ee3];return _0x19c1df;},a70_0x731e(_0x5bc65d,_0x176763);}function a70_0x5915(){const _0x21ee95=['KEY_HOOK_RESULT','PPDBP','startedAt','KEY_LOGS','__workerDetails','5374812CObzPE','split','../../../helpers/helper.js','Tracked\x20cucumber\x20hook\x20event:\x20','uuid','debug','\x20&\x20hookState=','getThreadId','parseCucumberTestResult','rerun_name','getCurrentHookState','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','error','Processing\x20','KEY_TEST_SCOPES','KEY_HOOK_LAST_STARTED','\x20payload=','testFrameworkName','XeCVz','trackCucumberInstance:\x20created\x20instance\x20for\x20target=','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','KEY_EVENT_STARTED_AT','sendLogCreatedEvent','BGduM','KEY_HOOK_FAILURE','KEY_TEST_RESULT','getTestDetails','Stored\x20pending\x20hook\x20for\x20testId:\x20','KEY_TEST_FILE_PATH','inspect','trackEvent','KEY_HOOK_LOGS','2753426rpGayv','UFXDy','meta','mjXbD','KEY_HOOK_ID','DEFAULT_TEST_RESULT','DEFAULT_HOOK_RESULT','Updated\x20cucumber\x20test\x20result:\x20','KEY_CUSTOM_TAGS',',\x20error:\x20','KEY_TEST_CODE','Parsed\x20cucumber\x20test:\x20','uMzqS','KVqMW',',\x20state:\x20','finished_at','KEY_TEST_FRAMEWORK_NAME','scopes','toString','rwLuC','KEY_TEST_LOGS','getTestFrameworks','customRerunParam','tags','key','createTestFrameworkEventPayload','KEY_HOOKS_FINISHED','NONE','../state/testFrameworkState.js','POST','KEY_EVENT_ENDED_AT','\x20hookState:\x20','instance','15NOnOOE','slice','EJcfY','getCurrentTestState','KEY_TEST_ENDED_AT','TEST','GSEUY','failure','getPendingHooks','PDSdF','getTestUUID','hook_type','Bliqq','endedAt','failed','77GnkktV','3323676hnVMvK',',\x20hookState:\x20','1Hbsaud','KEY_TEST_TAGS','base64','executionContext','\x20&\x20hook\x20=\x20','LOG_REPORT','body','IQAqC','testFrameworkState','\x20\x20and\x20args\x20=\x20','getId','unknown','KEY_TEST_FAILURE_TYPE','setTrackedInstance','IorNL','length','addMultipleEntries','ceil','KEY_TEST_META','LxIJS','toISOString','test_run_id','../instances/testFrameworkInstance.js','failure_data','args','testData','No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','result','getRef','getProcessId','push','getCurrentInstanceName','KEY_TEST_ATTACHMENTS','started_at','KEY_TEST_UUID','hJSWI','35708PYqASW','sendLogCreatedEvent:\x20Error\x20in\x20sending\x20log\x20events:\x20','KEY_TEST_FRAMEWORK_VERSION','removePendingHooks','get','sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping','name','zyDCS','addPendingHook',',\x20storing\x20as\x20pending\x20hook','matchHookRegex','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','testUUID','trackHookEvent:\x20Hook\x20List\x20in\x20Post\x20','hookState','passed','DUosG','../../../helpers/classLogger.js','ookxv','PRE','wuOLA','50dfEEre','getAllData','4036296jAaOKn','6WgAQxi','createContext','processPendingHooks','Cucumber\x20log\x20created\x20event','resolveInstance','hookData','\x20and\x20args\x20=\x20','KEY_HOOK_LAST_FINISHED','code','266283GGhZgy','INIT_TEST','KEY_TEST_LOCATION','IlPEl','testFrameworkVersion','\x20for\x20test:\x20','KEY_TEST_SCOPE','QXptA','parseCucumberTest','sendLogCreatedEvent:\x20for\x20testId:\x20','trackCucumberInstance:\x20saved\x20instance\x20contextId=','format','10739533DmPYTW','trackHookEvent','test','getContext','MPBev','platformIndex','getTestFrameworksVersions','trackCucumberInstance','util','hooks','lFMRG','KEY_HOOK_FAILURE_REASON','TOkSF','CucumberTestFramework','vAUVT','\x20with\x20result:\x20','PCPlL','storePendingHook','failure_type','No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test\x20result','hasPendingHooks','KEY_TEST_NAME','setTestDetails','\x20batch\x20','SaBYp','trackEvent:\x20unsupported\x20testFrameworkState=','runHooks','KEY_TEST_FAILURE_REASON','Error\x20in\x20createTestFrameworkEventPayload:\x20','KEY_HOOKS_STARTED','concat','KEY_TEST_RERUN_NAME','SIIMb','\x20target='];a70_0x5915=function(){return _0x21ee95;};return a70_0x5915();}const a70_0x1b6ca5=a70_0x731e;(function(_0x5c17a3,_0x2835b7){const _0x4159fa=a70_0x731e,_0x30d99d=_0x5c17a3();while(!![]){try{const _0x19a9e5=-parseInt(_0x4159fa(0xff))/0x1*(parseInt(_0x4159fa(0x197))/0x2)+-parseInt(_0x4159fa(0x177))/0x3+parseInt(_0x4159fa(0x123))/0x4*(parseInt(_0x4159fa(0xed))/0x5)+parseInt(_0x4159fa(0x13b))/0x6*(parseInt(_0x4159fa(0x150))/0x7)+parseInt(_0x4159fa(0x13a))/0x8+parseInt(_0x4159fa(0x144))/0x9*(parseInt(_0x4159fa(0x138))/0xa)+parseInt(_0x4159fa(0xfc))/0xb*(parseInt(_0x4159fa(0xfd))/0xc);if(_0x19a9e5===_0x2835b7)break;else _0x30d99d['push'](_0x30d99d['shift']());}catch(_0x418afb){_0x30d99d['push'](_0x30d99d['shift']());}}}(a70_0x5915,0xf039e));const TestFramework=require('./testFramework'),TestFrameworkState=require(a70_0x1b6ca5(0x1b3)),HookState=require('../state/hookState.js'),{createClassLogger}=require(a70_0x1b6ca5(0x134)),TestFrameworkInstance=require(a70_0x1b6ca5(0x115)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),{getManualUploadLogs,getMediaArtifactsLogs}=require(a70_0x1b6ca5(0x179)),logger=createClassLogger(a70_0x1b6ca5(0x15d)),{v4:uuidv4}=require('uuid'),util=require(a70_0x1b6ca5(0x158)),TestInfo=require('../TestInfo.js'),GrpcClient=require('../grpcClient');class CucumberTestFramework extends TestFramework{constructor(_0x58f696,_0x4f7899,_0x1ca91c){super(_0x58f696,_0x4f7899,_0x1ca91c);}async[a70_0x1b6ca5(0x195)](_0x5f40d8,_0x329aac,_0x25a3ab={}){const _0x4cc711=a70_0x1b6ca5,_0x21774b={};_0x21774b['XeCVz']='trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found',_0x21774b[_0x4cc711(0x135)]=function(_0xe930d0,_0x175666){return _0xe930d0===_0x175666;},_0x21774b['IQAqC']=function(_0x3f4d6b,_0x5764f6){return _0x3f4d6b===_0x5764f6;},_0x21774b[_0x4cc711(0x19a)]=function(_0x1bd902,_0x3f9f54){return _0x1bd902===_0x3f9f54;},_0x21774b['Bliqq']='trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s';const _0x297219=_0x21774b;await super[_0x4cc711(0x195)](_0x5f40d8,_0x329aac,_0x25a3ab);const _0x13bcbe=this['resolveInstance'](_0x5f40d8,_0x329aac,_0x25a3ab);if(!_0x13bcbe){logger[_0x4cc711(0x17c)](_0x297219[_0x4cc711(0x189)]);return;}try{let _0x45e7a1,_0x58baf6;switch(_0x5f40d8){case TestFrameworkState[_0x4cc711(0xf2)]:_0x45e7a1=_0x25a3ab[_0x4cc711(0x152)],_0x58baf6=TestInfo[_0x4cc711(0xf7)](_0x45e7a1['id']);if(_0x297219['ookxv'](_0x329aac,HookState[_0x4cc711(0x136)])){logger[_0x4cc711(0x17c)](_0x4cc711(0x12e)+_0x45e7a1['id']);const _0x5b6e24={};_0x5b6e24[_0x4cc711(0x12f)]=_0x58baf6,_0x5b6e24[_0x4cc711(0x118)]=_0x45e7a1,_0x13bcbe[_0x4cc711(0x10f)](this[_0x4cc711(0x14c)](_0x5b6e24)),logger[_0x4cc711(0x17c)](_0x4cc711(0x18b)+_0x45e7a1['id']),await this['processPendingHooks'](_0x13bcbe,_0x45e7a1['id']);}else{if(_0x297219[_0x4cc711(0x106)](_0x329aac,HookState[_0x4cc711(0xe9)])){const _0x3684d1={};_0x3684d1['testUUID']=_0x58baf6,_0x3684d1['testData']=_0x45e7a1,_0x13bcbe[_0x4cc711(0x10f)](this['parseCucumberTestResult'](_0x3684d1)),await this[_0x4cc711(0x13d)](_0x13bcbe,_0x45e7a1['id']);}}break;case TestFrameworkState[_0x4cc711(0x104)]:_0x297219[_0x4cc711(0x19a)](_0x329aac,HookState[_0x4cc711(0xe9)])&&await this['sendLogCreatedEvent'](_0x13bcbe,_0x5f40d8,_0x25a3ab);break;default:if(CLIUtils[_0x4cc711(0x12d)](_0x5f40d8[_0x4cc711(0x1a9)]()[_0x4cc711(0x178)]('.')[0x1])){const _0xbef9ed=await this[_0x4cc711(0x151)](_0x13bcbe,_0x5f40d8,_0x329aac,_0x25a3ab);_0x13bcbe[_0x4cc711(0x10f)](_0xbef9ed);}else logger[_0x4cc711(0x17c)](_0x4cc711(0x169)+_0x5f40d8+_0x4cc711(0x17d)+_0x329aac);break;}}catch(_0x5a7414){logger[_0x4cc711(0x183)](util[_0x4cc711(0x14f)](_0x297219[_0x4cc711(0xf9)],_0x5f40d8,_0x329aac,_0x25a3ab[_0x4cc711(0x10e)],_0x5a7414));}_0x25a3ab['instance']=_0x13bcbe,await this[_0x4cc711(0x16a)](_0x13bcbe,_0x5f40d8,_0x329aac,_0x25a3ab);}[a70_0x1b6ca5(0x13f)](_0x4673f8,_0x2e4ab3,_0x471545={}){const _0x44dfd4=a70_0x1b6ca5,_0x5ccf36={};_0x5ccf36[_0x44dfd4(0x154)]=function(_0x1cba26,_0x8d76ab){return _0x1cba26===_0x8d76ab;};const _0x136b37=_0x5ccf36;let _0x1962d5=null;return(_0x136b37[_0x44dfd4(0x154)](_0x4673f8,TestFrameworkState[_0x44dfd4(0x145)])||_0x136b37[_0x44dfd4(0x154)](_0x4673f8,TestFrameworkState[_0x44dfd4(0x1b2)]))&&this[_0x44dfd4(0x157)](_0x4673f8,_0x471545),_0x1962d5=TestFramework['getTrackedInstance'](),_0x1962d5;}['trackCucumberInstance'](_0x58ae10,_0x5ea0f2){const _0x2d90d6=a70_0x1b6ca5,_0x4fdb03=CLIUtils[_0x2d90d6(0x11e)](),_0x7d2d23=TrackedInstance[_0x2d90d6(0x13c)](_0x4fdb03);let _0x432615=null;logger[_0x2d90d6(0x17c)](_0x2d90d6(0x18a)+_0x4fdb03+',\x20state='+_0x58ae10),_0x432615=new TestFrameworkInstance(_0x7d2d23,this[_0x2d90d6(0x1ac)](),this[_0x2d90d6(0x156)](),_0x58ae10,HookState[_0x2d90d6(0x1b2)]),TestFramework[_0x2d90d6(0x10c)](_0x7d2d23,_0x432615),logger[_0x2d90d6(0x17c)](_0x2d90d6(0x14e)+_0x7d2d23[_0x2d90d6(0x109)]()+_0x2d90d6(0x171)+_0x4fdb03);}[a70_0x1b6ca5(0x14c)](_0x438839){const _0x142885=a70_0x1b6ca5,_0xdf43e7={};_0xdf43e7[_0x142885(0x122)]='No\x20test\x20data\x20or\x20UUID\x20found\x20for\x20cucumber\x20test';const _0xf39c7d=_0xdf43e7,{testUUID:_0x17ea52,testData:_0x1b9291}=_0x438839;if(!_0x1b9291||!_0x1b9291[_0x142885(0x17b)])return logger[_0x142885(0x17c)](_0xf39c7d[_0x142885(0x122)]),{};const _0x274baf=_0x17ea52,_0x4b9a15=_0x1b9291[_0x142885(0x17b)],_0x164c38=this['getTestFrameworks']()[0x0],_0x4697a9=this[_0x142885(0x156)](),_0x26b84f={[TestFrameworkConstants[_0x142885(0x1a7)]]:_0x164c38,[TestFrameworkConstants[_0x142885(0x125)]]:_0x4697a9[_0x164c38],[TestFrameworkConstants[_0x142885(0x1ab)]]:[],[TestFrameworkConstants[_0x142885(0x1b1)]]:{},[TestFrameworkConstants[_0x142885(0x16d)]]:{},[TestFrameworkConstants[_0x142885(0x121)]]:_0x274baf,[TestFrameworkConstants[_0x142885(0x190)]]:TestFrameworkConstants[_0x142885(0x19c)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x1b9291['name']||'',[TestFrameworkConstants[_0x142885(0x193)]]:_0x1b9291['file_name']||'',[TestFrameworkConstants['KEY_TEST_ID']]:_0x4b9a15,[TestFrameworkConstants[_0x142885(0x165)]]:_0x1b9291[_0x142885(0x129)]||'',[TestFrameworkConstants[_0x142885(0x146)]]:_0x1b9291['location']||'',[TestFrameworkConstants[_0x142885(0x1a1)]]:_0x1b9291[_0x142885(0x105)]?.[_0x142885(0x143)]||null,[TestFrameworkConstants[_0x142885(0x100)]]:_0x1b9291[_0x142885(0x1ae)]||[],[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x1b9291[_0x142885(0x174)]||new Date()[_0x142885(0x113)](),[TestFrameworkConstants[_0x142885(0x14a)]]:_0x1b9291[_0x142885(0x1a8)]?.[0x0]||'',[TestFrameworkConstants[_0x142885(0x185)]]:_0x1b9291[_0x142885(0x1a8)]||[],[TestFrameworkConstants[_0x142885(0x16f)]]:_0x1b9291[_0x142885(0x1ad)]?.[_0x142885(0x180)]||_0x1b9291['name']||'',[TestFrameworkConstants[_0x142885(0x19f)]]:{},[TestFrameworkConstants[_0x142885(0x111)]]:_0x1b9291[_0x142885(0x199)]||{}};TestInfo[_0x142885(0x166)](_0x4b9a15,_0x26b84f),logger[_0x142885(0x17c)](_0x142885(0x1a2)+_0x1b9291[_0x142885(0x129)]+'\x20with\x20UUID:\x20'+_0x274baf);const _0xd9b9dd={};return _0xd9b9dd[_0x4b9a15]=_0x26b84f,_0xd9b9dd;}[a70_0x1b6ca5(0x17f)](_0xd2140a){const _0xf04042=a70_0x1b6ca5,_0x5cf8e4={'PPDBP':_0xf04042(0x163),'PDSdF':_0xf04042(0x10a),'uMzqS':function(_0x132450,_0x5bc2ce){return _0x132450===_0x5bc2ce;},'DUosG':'failed','vAUVT':'UnhandledError','wuOLA':function(_0x3065ac,_0x1a1d36,_0x11bc42){return _0x3065ac(_0x1a1d36,_0x11bc42);},'eNKmX':function(_0x2a24ff,_0x3b8a3e){return _0x2a24ff>_0x3b8a3e;},'zyDCS':function(_0x369570,_0x2f317f){return _0x369570>_0x2f317f;}},{testUUID:_0x4fdebc,testData:_0x2f972f}=_0xd2140a;if(!_0x2f972f||!_0x2f972f['uuid'])return logger[_0xf04042(0x17c)](_0x5cf8e4[_0xf04042(0x173)]),{};const _0x2b6ccf=this[_0xf04042(0x13f)](TestFrameworkState[_0xf04042(0xf2)],HookState[_0xf04042(0xe9)]),_0x2f6825=_0x2f972f[_0xf04042(0x17b)],_0x42e9f4=TestInfo[_0xf04042(0x191)](_0x2f6825)||{},_0x2f9ba0=_0x42e9f4?_0x42e9f4[TestFrameworkConstants[_0xf04042(0x19f)]]||{}:{},_0x413331={..._0x42e9f4,[TestFrameworkConstants[_0xf04042(0x190)]]:_0x2f972f['result']||_0x5cf8e4[_0xf04042(0xf6)],[TestFrameworkConstants[_0xf04042(0xf1)]]:_0x2f972f['finishedAt']||new Date()['toISOString'](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0xf04042(0x113)](),[TestFrameworkConstants[_0xf04042(0x19f)]]:_0x2f9ba0,[TestFrameworkConstants[_0xf04042(0x175)]]:[],[TestFrameworkConstants['KEY_TEST_META']]:_0x2f972f[_0xf04042(0x199)]||{}};_0x5cf8e4[_0xf04042(0x1a3)](_0x2f972f[_0xf04042(0x11a)],_0x5cf8e4[_0xf04042(0x133)])&&_0x2f972f[_0xf04042(0xf4)]&&(_0x413331[TestFrameworkConstants[_0xf04042(0x10b)]]=_0x2f972f[_0xf04042(0x162)]||_0x5cf8e4[_0xf04042(0x15e)],_0x413331[TestFrameworkConstants[_0xf04042(0x16b)]]=_0x2f972f['failure_reason']||'',_0x413331[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x2f972f['failure']);const _0x8fa1a4=TestInfo[_0xf04042(0x191)](_0x2f6825)[TestFrameworkConstants[_0xf04042(0x11f)]]||{},_0x4ece5c=_0x5cf8e4[_0xf04042(0x137)](getManualUploadLogs,_0x8fa1a4,_0x2b6ccf[_0xf04042(0x139)]()[_0xf04042(0x127)](_0x2f6825)[TestFrameworkConstants[_0xf04042(0x121)]]);if(_0x5cf8e4['eNKmX'](_0x4ece5c[_0xf04042(0x10e)],0x0)){const _0x109ca7=_0x413331[TestFrameworkConstants[_0xf04042(0x175)]]||[];_0x413331[TestFrameworkConstants[_0xf04042(0x175)]]=[..._0x109ca7,..._0x4ece5c];}_0x2f972f['hooks']&&_0x5cf8e4[_0xf04042(0x12a)](_0x2f972f[_0xf04042(0x159)]['length'],0x0)&&(_0x413331[TestFrameworkConstants[_0xf04042(0x1b1)]]=_0x2f972f[_0xf04042(0x159)]);TestInfo['setTestDetails'](_0x2f6825,_0x413331),logger[_0xf04042(0x17c)](_0xf04042(0x19e)+_0x2f972f[_0xf04042(0x129)]+_0xf04042(0x15f)+_0x2f972f[_0xf04042(0x11a)]);const _0x2226fe={};return _0x2226fe[_0x2f6825]=_0x413331,_0x2226fe;}async[a70_0x1b6ca5(0x151)](_0xca4d50,_0x401f89,_0xd82ff4,_0x22e572){const _0x30efc2=a70_0x1b6ca5,_0x290cc3={'IorNL':'No\x20hook\x20data\x20provided\x20for\x20cucumber\x20hook\x20event','LxIJS':function(_0x327838){return _0x327838();},'rwLuC':function(_0x11c10d,_0x39f7f3){return _0x11c10d in _0x39f7f3;},'KVqMW':function(_0x45bc78,_0x12e04c){return _0x45bc78 in _0x12e04c;},'PCPlL':function(_0x342d57,_0x54179e){return _0x342d57===_0x54179e;},'QXptA':function(_0x3e1a83,_0x1863a7){return _0x3e1a83===_0x1863a7;},'GSEUY':function(_0x4e5922,_0x1765ac){return _0x4e5922>_0x1765ac;},'BGduM':function(_0x240a49,_0x44eb5c){return _0x240a49===_0x44eb5c;},'ZFxrU':_0x30efc2(0xfb),'sEOEE':'UnhandledError','GctBn':_0x30efc2(0x132),'EJcfY':function(_0x20cd93,_0x1157c1){return _0x20cd93!==_0x1157c1;}},{hookData:_0x988fe7}=_0x22e572;if(!_0x988fe7)return logger[_0x30efc2(0x17c)](_0x290cc3[_0x30efc2(0x10d)]),{};const _0x3aa652=_0x988fe7[_0x30efc2(0x17b)]||_0x290cc3[_0x30efc2(0x112)](uuidv4),_0x3e9a8f=_0x988fe7['test_run_id'],_0x40b1ac=_0x401f89[_0x30efc2(0x1a9)]()[_0x30efc2(0x178)]('.')[0x1],_0x56e787=TestInfo[_0x30efc2(0x191)](_0x3e9a8f)[TestFrameworkConstants[_0x30efc2(0x19f)]]||{},_0x4a2838=_0xca4d50[_0x30efc2(0x139)]()[_0x30efc2(0x127)](_0x3e9a8f);if(!_0x4a2838)return logger[_0x30efc2(0x17c)](_0x30efc2(0x119)+_0x3e9a8f+_0x30efc2(0x12c)),this['storePendingHook'](_0xca4d50,_0x3e9a8f,_0x401f89,_0xd82ff4,_0x22e572),{};let _0x15d395=_0x4a2838[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x15d395&&(_0x15d395={});!_0x290cc3[_0x30efc2(0x1aa)](_0x40b1ac,_0x15d395)&&(_0x15d395[_0x40b1ac]=[]);let _0xcbfcc8=_0x4a2838[TestFrameworkConstants[_0x30efc2(0x1b1)]];!_0xcbfcc8&&(_0xcbfcc8={});!_0x290cc3[_0x30efc2(0x1a4)](_0x40b1ac,_0xcbfcc8)&&(_0xcbfcc8[_0x40b1ac]=[]);const _0x2fd80c={[TestFrameworkConstants[_0x30efc2(0x16d)]]:_0x15d395,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0xcbfcc8},_0x1a09c6={};_0x1a09c6[_0x3e9a8f]=_0x2fd80c;const _0x5ec32f=_0x1a09c6;if(_0x290cc3[_0x30efc2(0x160)](_0xd82ff4,HookState['PRE'])){const _0x4a5528={[TestFrameworkConstants[_0x30efc2(0x19b)]]:_0x3aa652,[TestFrameworkConstants[_0x30efc2(0x172)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x30efc2(0x18c)]]:_0x988fe7[_0x30efc2(0x120)],[TestFrameworkConstants[_0x30efc2(0x196)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x988fe7['hook_type'],[TestFrameworkConstants[_0x30efc2(0x19f)]]:_0x56e787};_0x4a5528[_0x30efc2(0x1af)]=_0x40b1ac;const _0x3ac2f5=_0x4a5528;_0x15d395[_0x40b1ac][_0x30efc2(0x11d)](_0x3ac2f5),_0x5ec32f[_0x3e9a8f][TestFrameworkConstants[_0x30efc2(0x186)]]=_0x40b1ac,logger[_0x30efc2(0x17c)]('trackHookEvent:\x20Hook\x20Started\x20in\x20PRE\x20key\x20=\x20'+_0x40b1ac+_0x30efc2(0x103)+_0x3ac2f5+_0x30efc2(0x108)+_0x22e572);}else{if(_0x290cc3[_0x30efc2(0x14b)](_0xd82ff4,HookState[_0x30efc2(0xe9)])){const _0x15f836=_0x988fe7['result'],_0x2a9c9b=_0x15d395[_0x40b1ac]||[];logger[_0x30efc2(0x17c)](_0x30efc2(0x130)+_0x2a9c9b+_0x30efc2(0x141)+_0x22e572);if(_0x290cc3[_0x30efc2(0xf3)](_0x2a9c9b[_0x30efc2(0x10e)],0x0)){const _0x3d361f=_0x2a9c9b['pop']();_0x290cc3[_0x30efc2(0x18e)](_0x988fe7['result'],_0x290cc3['ZFxrU'])&&_0x988fe7[_0x30efc2(0x116)]?(_0x3d361f[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=_0x988fe7[_0x30efc2(0x162)]||_0x290cc3['sEOEE'],_0x3d361f[TestFrameworkConstants[_0x30efc2(0x15b)]]=_0x988fe7['failure_reason']||'',_0x3d361f[TestFrameworkConstants[_0x30efc2(0x18f)]]=_0x988fe7['failure_data']):_0x3d361f[TestFrameworkConstants[_0x30efc2(0x172)]]=_0x290cc3['GctBn'];_0x290cc3[_0x30efc2(0xef)](_0x15f836,TestFrameworkConstants[_0x30efc2(0x19d)])&&(_0x3d361f[TestFrameworkConstants[_0x30efc2(0x172)]]=_0x15f836);_0x3d361f[TestFrameworkConstants[_0x30efc2(0xea)]]=_0x988fe7[_0x30efc2(0x1a6)]||new Date()['toISOString'](),_0x3d361f[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x56e787;const _0x48eef3=_0x3d361f[TestFrameworkConstants['KEY_HOOK_ID']];!_0xcbfcc8[_0x40b1ac]&&(_0xcbfcc8[_0x40b1ac]=[]),_0xcbfcc8[_0x40b1ac][_0x30efc2(0x11d)](_0x3d361f),_0x5ec32f[_0x3e9a8f][TestFrameworkConstants[_0x30efc2(0x142)]]=_0x40b1ac;}}}return logger[_0x30efc2(0x17c)](_0x30efc2(0x17a)+_0x988fe7[_0x30efc2(0xf8)]+'\x20with\x20id\x20'+_0x3aa652+_0x30efc2(0x149)+_0x3e9a8f),_0x5ec32f;}[a70_0x1b6ca5(0x1b0)](_0x116988){const _0x4a478c=a70_0x1b6ca5,_0x43a4a1={};_0x43a4a1[_0x4a478c(0x168)]=_0x4a478c(0x101);const _0xa5178d=_0x43a4a1;try{const _0x1e50fe=_0x116988['test']?_0x116988[_0x4a478c(0x152)]['id']:_0x116988[_0x4a478c(0x140)][_0x4a478c(0x114)],_0x27bb9c=_0x116988[_0x4a478c(0xec)],_0xc5f67c=_0x27bb9c[_0x4a478c(0x153)](),_0x1da76b=_0x27bb9c['getAllData']()[_0x4a478c(0x127)](_0x1e50fe);if(!_0x1da76b)return logger[_0x4a478c(0x17c)]('createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x1e50fe),{};logger[_0x4a478c(0x17c)]('createTestFrameworkEventPayload\x20testId:\x20'+_0x1e50fe);const {[TestFrameworkConstants[_0x4a478c(0x1a7)]]:_0x5db9be='',[TestFrameworkConstants[_0x4a478c(0x125)]]:_0xab61c2='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x21642e='',[TestFrameworkConstants[_0x4a478c(0xf1)]]:_0x5cae18=''}=_0x1da76b,_0x16a063=_0x27bb9c[_0x4a478c(0xf0)]()['toString']()[_0x4a478c(0x178)]('.')[0x1],_0x3860d6=_0x27bb9c[_0x4a478c(0x181)]()[_0x4a478c(0x1a9)]()['split']('.')[0x1],_0x4482ed=global?.[_0x4a478c(0x176)]?.['workerInfo']?.['parallelIndex'],_0x3295a2=_0x27bb9c[_0x4a478c(0x11b)](),_0x2b719b=Buffer['from'](JSON['stringify'](_0x1da76b))[_0x4a478c(0x1a9)](_0xa5178d[_0x4a478c(0x168)]),_0x2800e2={'hash':_0xc5f67c['getId'](),'threadId':_0xc5f67c[_0x4a478c(0x17e)]()[_0x4a478c(0x1a9)](),'processId':_0xc5f67c[_0x4a478c(0x11c)]()[_0x4a478c(0x1a9)]()},_0x8e9085={};_0x8e9085[_0x4a478c(0x155)]=_0x4482ed,_0x8e9085[_0x4a478c(0x188)]=_0x5db9be,_0x8e9085[_0x4a478c(0x148)]=_0xab61c2,_0x8e9085['testFrameworkState']=_0x16a063,_0x8e9085['hookState']=_0x3860d6,_0x8e9085[_0x4a478c(0x174)]=_0x21642e,_0x8e9085[_0x4a478c(0xfa)]=_0x5cae18,_0x8e9085[_0x4a478c(0x17b)]=_0x3295a2,_0x8e9085['eventJson']=_0x2b719b,_0x8e9085[_0x4a478c(0x102)]=_0x2800e2;const _0x103c24=_0x8e9085;return logger[_0x4a478c(0x17c)]('createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20'+_0x1e50fe+'\x20testState:\x20'+_0x16a063+_0x4a478c(0xeb)+_0x3860d6),_0x103c24;}catch(_0x38db51){return logger[_0x4a478c(0x183)](_0x4a478c(0x16c)+util[_0x4a478c(0x14f)](_0x38db51)),{};}}async[a70_0x1b6ca5(0x18d)](_0x365be6,_0xec2f74,_0x1ab909){const _0x1f4990=a70_0x1b6ca5,_0x42d04d={'SIIMb':function(_0x1f0b9f,_0x3e8795,_0x3c6dc2){return _0x1f0b9f(_0x3e8795,_0x3c6dc2);},'zjQfK':function(_0x513cef,_0x43c091){return _0x513cef===_0x43c091;},'NWQZx':_0x1f4990(0x128),'UFXDy':function(_0x28a3c5,_0x57256e){return _0x28a3c5/_0x57256e;},'TOkSF':function(_0x5071b2,_0x2e751c){return _0x5071b2<_0x2e751c;},'fuQKU':function(_0x1462b8,_0xa6fca2){return _0x1462b8*_0xa6fca2;},'IlPEl':function(_0x31ce93,_0x593c14){return _0x31ce93+_0x593c14;},'URlHg':_0x1f4990(0x13e)};try{const _0x290e4e=_0x1ab909['testUUID'],_0x1be436=_0x365be6[_0x1f4990(0x139)]()[_0x1f4990(0x127)](_0x290e4e),{[TestFrameworkConstants[_0x1f4990(0x1a7)]]:_0xc094a5='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x1a08d5=''}=_0x1be436,_0x5d55c8=TestInfo['readLogObjects'](_0x290e4e),_0x12cae4=TestInfo[_0x1f4990(0x191)](_0x290e4e)[TestFrameworkConstants[_0x1f4990(0x11f)]]||{},_0x188ea8=_0x42d04d[_0x1f4990(0x170)](getMediaArtifactsLogs,_0x12cae4,_0x365be6['getAllData']()[_0x1f4990(0x127)](_0x290e4e)[TestFrameworkConstants[_0x1f4990(0x121)]]),_0x34f515=(_0x5d55c8||[])[_0x1f4990(0x16e)](_0x188ea8||[]);if(!_0x34f515||_0x42d04d['zjQfK'](_0x34f515['length'],0x0)){logger[_0x1f4990(0x17c)](_0x42d04d['NWQZx']);return;}const _0x396caa=0x28,_0x2b12d7=Math[_0x1f4990(0x110)](_0x42d04d[_0x1f4990(0x198)](_0x34f515['length'],_0x396caa));for(let _0x127165=0x0;_0x42d04d[_0x1f4990(0x15c)](_0x127165,_0x2b12d7);_0x127165++){const _0x488ec5=_0x42d04d['fuQKU'](_0x127165,_0x396caa),_0xe006f2=_0x42d04d['IlPEl'](_0x488ec5,_0x396caa),_0x4e17b4=_0x34f515[_0x1f4990(0xee)](_0x488ec5,_0xe006f2),_0x237a85={'platformIndex':'0','logs':_0x4e17b4,'testFrameworkName':_0xc094a5,'testFrameworkVersion':_0x1a08d5,'testFrameworkState':_0xec2f74[_0x1f4990(0x1a9)]()['split']('.')[0x1]};logger[_0x1f4990(0x17c)](_0x1f4990(0x14d)+_0x290e4e+_0x1f4990(0x167)+_0x42d04d[_0x1f4990(0x147)](_0x127165,0x1)+'/'+_0x2b12d7+_0x1f4990(0x187)+util['inspect'](_0x237a85));const _0x3c2018=await GrpcClient['getInstance']()['logCreatedEvent'](_0x237a85);logger[_0x1f4990(0x17c)](_0x1f4990(0x14d)+_0x290e4e+_0x1f4990(0x167)+_0x42d04d[_0x1f4990(0x147)](_0x127165,0x1)+'/'+_0x2b12d7+'\x20response='+util[_0x1f4990(0x194)](_0x3c2018));}}catch(_0x3a69a3){logger[_0x1f4990(0x183)](_0x1f4990(0x124)+util[_0x1f4990(0x14f)](_0x3a69a3));}logger[_0x1f4990(0x17c)](_0x42d04d['URlHg']);}[a70_0x1b6ca5(0x161)](_0x38c1be,_0x378ad5,_0x59f748,_0x363856,_0x55351b){const _0x2a0f0a=a70_0x1b6ca5,_0x1a2d0a={'testId':_0x378ad5,'testFrameworkState':_0x59f748,'hookState':_0x363856,'args':_0x55351b,'timestamp':new Date()[_0x2a0f0a(0x113)]()};_0x38c1be[_0x2a0f0a(0x12b)](_0x378ad5,_0x1a2d0a),logger['debug'](_0x2a0f0a(0x192)+_0x378ad5+_0x2a0f0a(0x1a5)+_0x59f748+_0x2a0f0a(0xfe)+_0x363856);}async['processPendingHooks'](_0x425523,_0x258c65){const _0x3caaa2=a70_0x1b6ca5,_0x2dbc44={};_0x2dbc44[_0x3caaa2(0x15a)]=function(_0xf7990,_0x31b396){return _0xf7990>_0x31b396;};const _0x54b975=_0x2dbc44;if(!_0x425523[_0x3caaa2(0x164)](_0x258c65))return;const _0x5234e9=_0x425523[_0x3caaa2(0xf5)](_0x258c65);logger['debug'](_0x3caaa2(0x184)+_0x5234e9['length']+'\x20pending\x20hooks\x20for\x20testId:\x20'+_0x258c65);for(const _0x15f6e4 of _0x5234e9){try{const _0x5100a4=await this[_0x3caaa2(0x151)](_0x425523,_0x15f6e4[_0x3caaa2(0x107)],_0x15f6e4[_0x3caaa2(0x131)],_0x15f6e4[_0x3caaa2(0x117)]);_0x5100a4&&_0x54b975[_0x3caaa2(0x15a)](Object['keys'](_0x5100a4)[_0x3caaa2(0x10e)],0x0)&&_0x425523[_0x3caaa2(0x10f)](_0x5100a4),await this[_0x3caaa2(0x16a)](_0x425523,_0x15f6e4[_0x3caaa2(0x107)],_0x15f6e4[_0x3caaa2(0x131)],_0x15f6e4[_0x3caaa2(0x117)]);}catch(_0x3befdd){logger[_0x3caaa2(0x183)]('Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20'+_0x258c65+_0x3caaa2(0x1a0)+_0x3befdd);}}_0x425523[_0x3caaa2(0x126)](_0x258c65),logger[_0x3caaa2(0x17c)](_0x3caaa2(0x182)+_0x258c65);}}module['exports']=CucumberTestFramework;
@@ -1 +1 @@
1
- function a71_0x5c51(_0x4671f2,_0x5d8048){const _0x1262f8=a71_0x1262();return a71_0x5c51=function(_0x5c516e,_0x39a050){_0x5c516e=_0x5c516e-0x1dc;let _0x298771=_0x1262f8[_0x5c516e];return _0x298771;},a71_0x5c51(_0x4671f2,_0x5d8048);}const a71_0x1b56eb=a71_0x5c51;(function(_0xa54ea7,_0xbae9b4){const _0x26759b=a71_0x5c51,_0x1cbcce=_0xa54ea7();while(!![]){try{const _0x3a398e=parseInt(_0x26759b(0x342))/0x1+parseInt(_0x26759b(0x202))/0x2*(parseInt(_0x26759b(0x212))/0x3)+parseInt(_0x26759b(0x225))/0x4+-parseInt(_0x26759b(0x31f))/0x5+parseInt(_0x26759b(0x2cd))/0x6+-parseInt(_0x26759b(0x226))/0x7*(parseInt(_0x26759b(0x2df))/0x8)+-parseInt(_0x26759b(0x29c))/0x9;if(_0x3a398e===_0xbae9b4)break;else _0x1cbcce['push'](_0x1cbcce['shift']());}catch(_0x2e26c5){_0x1cbcce['push'](_0x1cbcce['shift']());}}}(a71_0x1262,0xb472a));function a71_0x1262(){const _0x41efe9=['iCgKn','vTnMv','storePendingHook','../TestInfo.js','stringify','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','hAfFy','maxArrayLength','skipped','hook_type','NUApL','nFTmJ','parent','instance',',\x20hookUUID=','KEY_HOOKS_STARTED','4012496bFZuZX','21TqCSiU','KEY_HOOK_LOGS','setTrackedInstance','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','originalTest','scope','PnLGB','clHEI','Jzmlq','ZsiiO','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','KEY_EVENT_STARTED_AT','fTDEf','findIndex','\x20(testIdentifier),\x20tags=','KEY_TEST_META','logCreatedEvent','Assert',',\x20messageLength=','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','KEY_EVENT_ENDED_AT','tCRok','substr','event_ended_at','CUHTx','file_name','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','delete','none','inspect',',\x20testId=','LOG_REPORT','../instances/trackedInstance.js','getPendingHooks','exports','QQpmB','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','KEY_TEST_FAILURE_REASON','szIkw','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','QgnBq','jest-circus','includes','slice','\x20logs\x20for\x20testId:\x20','hookState','reverse',',\x20version=','testFrameworkName','\x20(testIdentifier),\x20result=','getId','length','testFrameworkVersion','oDfnn','from','hookType','KEY_HOOK_FAILURE_REASON','../cliUtils.js','apply','thtCY','bHugS','trackJestInstance:\x20instance\x20already\x20exists','Uiipb','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','getActiveHook','splice','addMultipleEntries','KEY_HOOK_NAME','status','FwHTs','warn','DEFAULT_TEST_RESULT','zXlcz','parseJestTestResult',',\x20logsInBatch:\x20','gZtZe',',\x20target=','setActiveHook','ALL','KEY_HOOK_FAILURE','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','BCdaG','aOPlJ','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','skip','testUUID',',\x20scopes=','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20',',\x20totalLogs:\x20','getHooksForTest',',\x20attachmentLogs:\x20','Adiah','KiYnZ',',\x20failureType=','getContext','keys','workerInfo','forEach',',\x20result=','isJestInternalHook','getCurrentInstanceName','retryOf','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','has','util','getJestTestName','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','error','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','eventJson','DACUC','getCurrentTestState','debug','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','duration','createContext','895824BHDONA','../state/testFrameworkState.js','name','PiNct',',\x20test_run_uuid=','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','nzseL','vEFPl','yWlzu',',\x20hookState=','qxakD','testFrameworkState','errorsDetailed','cuYhP',',\x20currentTestId:\x20','KEY_TEST_FAILURE_TYPE','\x20-\x20testId:\x20','test',',\x20error:\x20','runHooks','UQAKD','processPendingHooks','stack-trace','isArray','JestTestFramework','ROOT_DESCRIBE_BLOCK','map','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','KVjQh',',\x20state:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','mapTestHooks','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','base64','platformIndex','HtIxo','azZuk','PRE','XMAZm',',\x20filePath=','match',',\x20filePath:\x20','fDJDD','hvvoz','trackJestInstance:\x20created\x20instance\x20for\x20target=','qgBgo','MvAql','\x20for\x20testId:\x20','getJestTestIdentifier','1581684sEOPeS','oXKRP','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','WllAb','matchHookRegex','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','ZclkI',',\x20exception=','qoamQ','addPendingHook','Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20${testId},\x20error:\x20${error}','toISOString','getJestFailureType','UUZdC','BEFORE_ALL','toString','3372568JVmhnB','KEY_TEST_STARTED_AT','dVfRF','finished_at',',\x20totalBatches:\x20','getRef','buildHookMapFromTest','KEY_TEST_RETRY_OF','fzVWT',',\x20contextId=',',\x20hookType=','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','BRxbU','BEKOc','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','executionContext','Mkyvv','format','scopes','args','\x20to\x20','depth','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','kxzWa','hasPendingHooks','KEY_TEST_FAILURE','ReZRB','pop','test_run_id','EXxtr','\x20(testIdentifier),\x20hookType=','asyncError','sendLogCreatedEvent','\x22\x20from\x20testData','message','parseJestTest','testData','../state/hookState.js','KEY_TEST_RERUN_NAME','KEY_TEST_SCOPE','./testFramework',',\x20totalHooks=','concat','getTestFrameworksVersions','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND',',\x20hookId=','hookData','KEY_TEST_LOCATION','endedAt','passed','../../../helpers/test-observability/utils','trackEvent','KEY_TEST_FRAMEWORK_NAME','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','OHlJc','beforeAll','__workerDetails','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','KEY_HOOK_FAILURE_TYPE','failed','getAllPendingHookTestIds','split','1731745WqzqlE','set','bzHbB','Processing\x20','substring','WgTsb','KEY_TEST_RESULT','POST','unknown','resolveInstance','KEY_HOOKS_FINISHED','kind','KEY_TEST_DURATION','KEY_TEST_ATTACHMENTS','TEST_SCREENSHOT','KEY_TEST_CODE','QCbTC','[JestTestFramework]\x20trackHookEvent:\x20SUCCESS\x20-\x20hookType=','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','type','failure_reason','getFileName','NLjrb','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','SNZig','KEY_LOGS','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=',',\x20storing\x20as\x20pending\x20hook','uuid','KEY_TEST_ENDED_AT','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','tags','XKJHj','../../../helpers/helper.js','getCurrentHookState','900776uKzrEj','getJestFailureData','trackJestInstance','KEY_TEST_FILE_PATH',',\x20hookData=','../grpcClient','hookMetadata','cjTrP','qSPzy','filter','test_identifier','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','XJEbs',',\x20payload:\x20','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','KbSFh','file','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','hookAnalyticsId',',\x20hook=','WeLwa','KEY_TEST_UUID','hooks',',\x20response=','trackHookEvent','removePendingHooks','result','getTestFrameworks','OcmoW','getRootParentFile','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','DEFAULT_HOOK_RESULT','TEST','BAlKR','aYsLi',',\x20screenshotLogs:\x20','TVqsI','UPRMa',',\x20failureReason=','started_at','getJestTestFilePath','\x20attachments','hookUUID','Yzrkv',',\x20scope:\x20','ceil','qKYmL','SxHsK','testId','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','hook_run_uuid','parallelIndex','activeHooks',',\x20hooksListLength=','dZJsS','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20${testFilePath},\x20scope:\x20${testScope}','KEY_TEST_SCOPES','lwltW','\x20files','get',',\x20testData=','\x20&\x20hookState=','hxFKg','getInstance','push','UnhandledError','toUpperCase','missing','startedAt','\x20pending\x20hooks\x20for\x20testId:\x20','HzdFf','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','\x22\x20hook','xgGZt','KEY_TEST_LOGS','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','UGcbX','getJestFailureReason','getTrackedInstance','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','pid','../../../helpers/classLogger.js','uSUHS','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','hook_id','getThreadId','title','KEY_CUSTOM_TAGS','\x20-\x20test_identifier=','THdzt',',\x20testFramework=',',\x20remainingHooks=','13438rlJvSc','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','uBzgQ','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20',',\x20argsKeys=','KEY_TEST_NAME','startsWith','filePath','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','KEY_TEST_ID','./constants/testFrameworkConstants.js','KEY_HOOK_ID','KEY_TEST_FRAMEWORK_VERSION','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','parse','126MJFbhV','getAllData','KEY_HOOK_RESULT'];a71_0x1262=function(){return _0x41efe9;};return a71_0x1262();}const TestFramework=require(a71_0x1b56eb(0x309)),TestFrameworkState=require(a71_0x1b56eb(0x29d)),HookState=require(a71_0x1b56eb(0x306)),{createClassLogger}=require(a71_0x1b56eb(0x1f6)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a71_0x1b56eb(0x260)),TrackedInstance=require(a71_0x1b56eb(0x247)),TestFrameworkConstants=require(a71_0x1b56eb(0x20d)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a71_0x1b56eb(0x340)),{isInternalHook}=require(a71_0x1b56eb(0x313)),logger=createClassLogger(a71_0x1b56eb(0x2b4)),{v4:uuidv4}=require(a71_0x1b56eb(0x33b)),util=require(a71_0x1b56eb(0x290)),TestInfo=require(a71_0x1b56eb(0x218)),GrpcClient=require(a71_0x1b56eb(0x347)),stackTrace=require('stack-trace');class JestTestFramework extends TestFramework{constructor(_0x14416f,_0x1da0eb,_0xf378b4){const _0x39962c=a71_0x1b56eb;super(_0x14416f,_0x1da0eb,_0xf378b4),this[_0x39962c(0x37a)]=new Map();}[a71_0x1b56eb(0x274)](_0x14429e,_0x14eeb1,_0x430b8c){const _0x4771a6=a71_0x1b56eb,_0x5da718={};_0x5da718[_0x4771a6(0x205)]=function(_0x490dff,_0x22874b){return _0x490dff||_0x22874b;};const _0x340f53=_0x5da718;if(_0x340f53['uBzgQ'](!_0x14429e,!_0x14eeb1)){logger[_0x4771a6(0x26d)](_0x4771a6(0x316)+_0x14429e+_0x4771a6(0x223)+_0x14eeb1);return;}!this['activeHooks'][_0x4771a6(0x28f)](_0x14429e)&&this[_0x4771a6(0x37a)][_0x4771a6(0x320)](_0x14429e,[]);const _0x59495d={'hookUUID':_0x14eeb1,'hookType':_0x430b8c,'startedAt':new Date()['toISOString']()};this['activeHooks'][_0x4771a6(0x1e0)](_0x14429e)[_0x4771a6(0x1e5)](_0x59495d),logger[_0x4771a6(0x298)]('[JestTestFramework]\x20setActiveHook:\x20testIdentifier='+_0x14429e+_0x4771a6(0x223)+_0x14eeb1+_0x4771a6(0x2e9)+_0x430b8c+_0x4771a6(0x30a)+this[_0x4771a6(0x37a)][_0x4771a6(0x1e0)](_0x14429e)[_0x4771a6(0x25a)]);}['removeActiveHook'](_0x81f531,_0x5a0b20){const _0x21e9f1=a71_0x1b56eb,_0x28b9cc={};_0x28b9cc[_0x21e9f1(0x2fb)]=function(_0x593135,_0x134316){return _0x593135||_0x134316;},_0x28b9cc[_0x21e9f1(0x1e3)]=function(_0x17f3eb,_0xe43949){return _0x17f3eb!==_0xe43949;},_0x28b9cc[_0x21e9f1(0x2ec)]=function(_0x333eb2,_0x263307){return _0x333eb2===_0x263307;};const _0xbd7d39=_0x28b9cc;if(_0xbd7d39['ReZRB'](!_0x81f531,!_0x5a0b20)){logger[_0x21e9f1(0x26d)]('[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x81f531+_0x21e9f1(0x223)+_0x5a0b20);return;}if(this[_0x21e9f1(0x37a)][_0x21e9f1(0x28f)](_0x81f531)){const _0x225e9a=this['activeHooks'][_0x21e9f1(0x1e0)](_0x81f531),_0x23c788=_0x225e9a[_0x21e9f1(0x233)](_0x29a30d=>_0x29a30d['hookUUID']===_0x5a0b20);_0xbd7d39[_0x21e9f1(0x1e3)](_0x23c788,-0x1)?(_0x225e9a[_0x21e9f1(0x268)](_0x23c788,0x1),logger[_0x21e9f1(0x298)]('[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier='+_0x81f531+',\x20hookUUID='+_0x5a0b20+_0x21e9f1(0x201)+_0x225e9a[_0x21e9f1(0x25a)]),_0xbd7d39['BEKOc'](_0x225e9a['length'],0x0)&&this[_0x21e9f1(0x37a)][_0x21e9f1(0x242)](_0x81f531)):logger[_0x21e9f1(0x298)]('[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier='+_0x81f531+',\x20hookUUID='+_0x5a0b20);}}[a71_0x1b56eb(0x267)](_0x57dd62){const _0x4caf92=a71_0x1b56eb,_0x722a69={};_0x722a69['KVjQh']=function(_0x2092aa,_0x1122f4){return _0x2092aa>_0x1122f4;},_0x722a69['CUHTx']=function(_0x12b3c0,_0x502657){return _0x12b3c0-_0x502657;};const _0x1fbb46=_0x722a69;if(!_0x57dd62)return null;if(this[_0x4caf92(0x37a)][_0x4caf92(0x28f)](_0x57dd62)){const _0x255821=this[_0x4caf92(0x37a)]['get'](_0x57dd62);if(_0x1fbb46[_0x4caf92(0x2b8)](_0x255821[_0x4caf92(0x25a)],0x0)){const _0x385bbd=_0x255821[_0x1fbb46[_0x4caf92(0x23e)](_0x255821[_0x4caf92(0x25a)],0x1)];return logger[_0x4caf92(0x298)](_0x4caf92(0x229)+_0x57dd62+_0x4caf92(0x223)+_0x385bbd[_0x4caf92(0x36f)]+_0x4caf92(0x2e9)+_0x385bbd[_0x4caf92(0x25e)]),_0x385bbd;}}return null;}async['trackEvent'](_0x595eef,_0x22f0e7,_0x6cc4dc={}){const _0x20fa17=a71_0x1b56eb,_0x474ef6={};_0x474ef6[_0x20fa17(0x34f)]=_0x20fa17(0x2bc),_0x474ef6['XKJHj']=function(_0x28b915,_0x2e0599){return _0x28b915===_0x2e0599;},_0x474ef6[_0x20fa17(0x2a3)]=function(_0x37636e,_0x1b0e0e){return _0x37636e||_0x1b0e0e;},_0x474ef6[_0x20fa17(0x22f)]=_0x20fa17(0x30d);const _0x9145e6=_0x474ef6;logger['debug'](_0x20fa17(0x240)+_0x595eef+_0x20fa17(0x2a5)+_0x22f0e7+_0x20fa17(0x207)+Object['keys'](_0x6cc4dc)['join'](',')),await super[_0x20fa17(0x314)](_0x595eef,_0x22f0e7,_0x6cc4dc);const _0x4d26ea=this[_0x20fa17(0x328)](_0x595eef,_0x22f0e7,_0x6cc4dc);if(!_0x4d26ea){logger['debug'](_0x9145e6[_0x20fa17(0x34f)]);return;}try{let _0x49a164,_0x1a44ad,_0x1cf3f8;switch(_0x595eef){case TestFrameworkState[_0x20fa17(0x365)]:_0x49a164=_0x6cc4dc[_0x20fa17(0x2ad)];const _0x3a1f42={};_0x3a1f42['depth']=0x2,_0x3a1f42[_0x20fa17(0x21c)]=0x3,logger[_0x20fa17(0x298)](_0x20fa17(0x277)+_0x22f0e7+_0x20fa17(0x1e1)+util[_0x20fa17(0x244)](_0x49a164,_0x3a1f42)),_0x1cf3f8=this[_0x20fa17(0x2cc)](_0x49a164),_0x1a44ad=null,logger[_0x20fa17(0x298)](_0x20fa17(0x2ba)+_0x1cf3f8+'\x20(testIdentifier)');if(_0x9145e6[_0x20fa17(0x33f)](_0x22f0e7,HookState[_0x20fa17(0x2c1)])){logger[_0x20fa17(0x298)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20'+_0x1cf3f8);const _0x2b2dbe={};_0x2b2dbe[_0x20fa17(0x27d)]=_0x1a44ad,_0x2b2dbe[_0x20fa17(0x305)]=_0x49a164,_0x2b2dbe[_0x20fa17(0x375)]=_0x1cf3f8;const _0x11f736=this[_0x20fa17(0x304)](_0x2b2dbe),_0x30697a={};_0x30697a['depth']=0x2,_0x30697a[_0x20fa17(0x21c)]=0x3,logger[_0x20fa17(0x298)](_0x20fa17(0x294)+util['inspect'](_0x11f736,_0x30697a)),_0x4d26ea[_0x20fa17(0x269)](_0x11f736),logger[_0x20fa17(0x298)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0x1cf3f8),await this[_0x20fa17(0x2b1)](_0x4d26ea,_0x1cf3f8);}else{if(_0x9145e6['XKJHj'](_0x22f0e7,HookState[_0x20fa17(0x326)])){logger['debug'](_0x20fa17(0x31a)+_0x1cf3f8);const _0x2475dd=_0x4d26ea[_0x20fa17(0x213)]()[_0x20fa17(0x1e0)](_0x1cf3f8);logger[_0x20fa17(0x298)](_0x20fa17(0x34e)+util[_0x20fa17(0x244)](Object[_0x20fa17(0x287)](_0x9145e6[_0x20fa17(0x2a3)](_0x2475dd,{}))));_0x2475dd&&_0x2475dd[TestFrameworkConstants[_0x20fa17(0x32c)]]?logger['debug'](_0x20fa17(0x292)+Object[_0x20fa17(0x287)](_0x2475dd[TestFrameworkConstants[_0x20fa17(0x32c)]])[_0x20fa17(0x25a)]+_0x20fa17(0x1df)):logger[_0x20fa17(0x298)](_0x9145e6['ZsiiO']);const _0x31825e=_0x6cc4dc[_0x20fa17(0x22a)]||null,_0x5a10c2={};_0x5a10c2[_0x20fa17(0x27d)]=_0x1a44ad,_0x5a10c2[_0x20fa17(0x305)]=_0x49a164,_0x5a10c2[_0x20fa17(0x375)]=_0x1cf3f8,_0x5a10c2[_0x20fa17(0x22a)]=_0x31825e;const _0x251cd7=this[_0x20fa17(0x270)](_0x5a10c2),_0x30f157={};_0x30f157[_0x20fa17(0x2f5)]=0x2,_0x30f157[_0x20fa17(0x21c)]=0x3,logger[_0x20fa17(0x298)](_0x20fa17(0x24e)+util[_0x20fa17(0x244)](_0x251cd7,_0x30f157)),_0x4d26ea[_0x20fa17(0x269)](_0x251cd7),logger[_0x20fa17(0x298)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20'+_0x1cf3f8),await this[_0x20fa17(0x2b1)](_0x4d26ea,_0x1cf3f8);}}break;case TestFrameworkState[_0x20fa17(0x246)]:if(_0x9145e6[_0x20fa17(0x33f)](_0x22f0e7,HookState['POST'])){const _0x12d7fc={};_0x12d7fc[_0x20fa17(0x2f5)]=0x2,logger[_0x20fa17(0x298)](_0x20fa17(0x27f)+util[_0x20fa17(0x244)](_0x6cc4dc,_0x12d7fc)),await this[_0x20fa17(0x301)](_0x4d26ea,_0x595eef,_0x6cc4dc);}break;default:if(CLIUtils[_0x20fa17(0x2d3)](_0x595eef[_0x20fa17(0x2de)]()[_0x20fa17(0x31e)]('.')[0x1])){const _0x5df747={};_0x5df747[_0x20fa17(0x2f5)]=0x2,_0x5df747[_0x20fa17(0x21c)]=0x3,logger[_0x20fa17(0x298)](_0x20fa17(0x33d)+_0x595eef+_0x20fa17(0x2a5)+_0x22f0e7+_0x20fa17(0x346)+util['inspect'](_0x6cc4dc[_0x20fa17(0x30f)],_0x5df747));const _0x3406a4=await this[_0x20fa17(0x35d)](_0x4d26ea,_0x595eef,_0x22f0e7,_0x6cc4dc),_0x40d21a={};_0x40d21a[_0x20fa17(0x2f5)]=0x2,_0x40d21a[_0x20fa17(0x21c)]=0x3,logger['debug'](_0x20fa17(0x356)+util[_0x20fa17(0x244)](_0x3406a4,_0x40d21a)),_0x4d26ea[_0x20fa17(0x269)](_0x3406a4);}else logger[_0x20fa17(0x298)](_0x20fa17(0x2d4)+_0x595eef+_0x20fa17(0x1e2)+_0x22f0e7);break;}logger[_0x20fa17(0x298)]('[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState='+_0x595eef+',\x20hookState='+_0x22f0e7);}catch(_0x3a7d72){logger[_0x20fa17(0x293)](_0x20fa17(0x1f4)+_0x595eef+_0x20fa17(0x2a5)+_0x22f0e7+_0x20fa17(0x2d6)+util[_0x20fa17(0x2f1)](_0x3a7d72));}_0x6cc4dc[_0x20fa17(0x222)]=_0x4d26ea,await this[_0x20fa17(0x2af)](_0x4d26ea,_0x595eef,_0x22f0e7,_0x6cc4dc);}['getJestTestIdentifier'](_0x282df9){const _0x3514a8=a71_0x1b56eb,_0x5736e2={};_0x5736e2['bHugS']=_0x3514a8(0x1f0);const _0x546a51=_0x5736e2;if(_0x282df9&&(_0x282df9['id']||_0x282df9[_0x3514a8(0x33b)])){const _0x4d8c8c=_0x282df9['id']||_0x282df9[_0x3514a8(0x33b)];return logger[_0x3514a8(0x298)](_0x3514a8(0x363)+_0x4d8c8c+_0x3514a8(0x302)),_0x4d8c8c;}return logger['debug'](_0x546a51[_0x3514a8(0x263)]),process[_0x3514a8(0x1f5)]+':testAnalyticsId';}['resolveInstance'](_0x514629,_0x3ee678,_0x4238ba={}){const _0x3304ad=a71_0x1b56eb;let _0x2a75e5=null;return _0x2a75e5=TestFramework[_0x3304ad(0x1f3)](),!_0x2a75e5?(logger[_0x3304ad(0x298)]('[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state='+_0x514629),this[_0x3304ad(0x344)](_0x514629,_0x4238ba),_0x2a75e5=TestFramework['getTrackedInstance'](),logger[_0x3304ad(0x298)](_0x3304ad(0x2d1)+!!_0x2a75e5+_0x3304ad(0x2e8)+_0x2a75e5?.['getContext']()?.[_0x3304ad(0x259)]())):logger[_0x3304ad(0x298)](_0x3304ad(0x331)+_0x2a75e5['getContext']()?.[_0x3304ad(0x259)]()),_0x2a75e5;}[a71_0x1b56eb(0x344)](_0x50245a,_0xdb6050){const _0x486f21=a71_0x1b56eb,_0x46eaaf={};_0x46eaaf[_0x486f21(0x335)]=_0x486f21(0x264);const _0x14f515=_0x46eaaf;if(TestFramework[_0x486f21(0x1f3)]()){logger[_0x486f21(0x298)](_0x14f515[_0x486f21(0x335)]);return;}const _0x4ec035=CLIUtils[_0x486f21(0x28c)](),_0x452ae5=TrackedInstance[_0x486f21(0x29b)](_0x4ec035);let _0x2f6838=null;logger[_0x486f21(0x298)](_0x486f21(0x2c8)+_0x4ec035+',\x20state='+_0x50245a),_0x2f6838=new TestFrameworkInstance(_0x452ae5,this[_0x486f21(0x360)](),this[_0x486f21(0x30c)](),_0x50245a,HookState['NONE']),TestFramework[_0x486f21(0x228)](_0x452ae5,_0x2f6838),logger[_0x486f21(0x298)](_0x486f21(0x377)+_0x452ae5[_0x486f21(0x259)]()+_0x486f21(0x273)+_0x4ec035+_0x486f21(0x200)+this[_0x486f21(0x360)]()[0x0]+_0x486f21(0x256)+this[_0x486f21(0x30c)]()[this[_0x486f21(0x360)]()[0x0]]);}[a71_0x1b56eb(0x304)](_0x228fe){const _0x270462=a71_0x1b56eb,_0x2ef042={};_0x2ef042[_0x270462(0x24d)]=function(_0x3417b4,_0x475a27){return _0x3417b4||_0x475a27;},_0x2ef042[_0x270462(0x349)]=_0x270462(0x2d0);const _0x53ba76=_0x2ef042,{testUUID:_0x3bca63,testData:_0x456074,testId:_0x1fbd25}=_0x228fe;if(_0x53ba76[_0x270462(0x24d)](!_0x456074,!_0x1fbd25))return logger['debug'](_0x53ba76['cjTrP']),{};const _0x1c182d=this['getTestFrameworks']()[0x0],_0x499e53=this[_0x270462(0x30c)](),_0x54b02d={};_0x54b02d[_0x270462(0x2f5)]=0x2,_0x54b02d[_0x270462(0x21c)]=0x3,logger[_0x270462(0x298)]('[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20'+util[_0x270462(0x244)](_0x456074,_0x54b02d));const _0x2c9f60=_0x456074?.[_0x270462(0x2f2)]||[],_0x44d410=this[_0x270462(0x291)](_0x456074),_0x5d0c07=this['getJestTestFilePath'](_0x456074),_0x1ffb78=_0x456074['fn']?_0x456074['fn'][_0x270462(0x2de)]():null,_0x776666=this['getJestTestTags'](_0x456074),_0x396533={[TestFrameworkConstants[_0x270462(0x315)]]:_0x1c182d,[TestFrameworkConstants[_0x270462(0x20f)]]:_0x499e53[_0x1c182d],[TestFrameworkConstants[_0x270462(0x1ef)]]:[],[TestFrameworkConstants[_0x270462(0x329)]]:{},[TestFrameworkConstants[_0x270462(0x224)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x270462(0x26e)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x44d410,[TestFrameworkConstants[_0x270462(0x345)]]:_0x5d0c07,[TestFrameworkConstants[_0x270462(0x20c)]]:_0x1fbd25,[TestFrameworkConstants[_0x270462(0x208)]]:_0x44d410,[TestFrameworkConstants[_0x270462(0x310)]]:_0x5d0c07,[TestFrameworkConstants[_0x270462(0x32e)]]:_0x1ffb78,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x776666,[TestFrameworkConstants[_0x270462(0x2e0)]]:_0x456074[_0x270462(0x36c)]||new Date()[_0x270462(0x2da)](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x2c9f60[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x2c9f60,[TestFrameworkConstants[_0x270462(0x307)]]:_0x44d410,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x270462(0x235)]]:{}};_0x456074[_0x270462(0x28d)]&&(_0x396533[TestFrameworkConstants[_0x270462(0x2e6)]]=_0x456074[_0x270462(0x28d)]);logger[_0x270462(0x298)](_0x270462(0x2ed)+_0x44d410+',\x20testId='+_0x1fbd25+_0x270462(0x234)+JSON[_0x270462(0x219)](_0x776666)+_0x270462(0x27e)+util[_0x270462(0x244)](_0x2c9f60)+_0x270462(0x2c3)+_0x5d0c07);const _0x6bdeb5={};return _0x6bdeb5[_0x1fbd25]=_0x396533,_0x6bdeb5;}[a71_0x1b56eb(0x270)](_0x273fba){const _0x465603=a71_0x1b56eb,_0x3dd286={'zXlcz':function(_0x49d8aa,_0x4926d3){return _0x49d8aa===_0x4926d3;},'BAlKR':'afterAll','qgBgo':function(_0x1d136e,_0xc525fa){return _0x1d136e===_0xc525fa;},'lCjmR':'beforeAll','rZrZZ':_0x465603(0x275),'NUApL':'_ALL','aYsLi':function(_0x4566af,_0x35e981){return _0x4566af||_0x35e981;},'fzVWT':_0x465603(0x376),'iCgKn':_0x465603(0x327),'MDMho':function(_0x27241c,_0xfbdc16){return _0x27241c>_0xfbdc16;},'FwHTs':_0x465603(0x31c),'UUZdC':_0x465603(0x27c),'KiYnZ':function(_0x4fa318,_0x379163){return _0x4fa318===_0x379163;},'ZclkI':_0x465603(0x21d),'KbSFh':_0x465603(0x312),'etTep':function(_0x4fa813,_0x23ed63){return _0x4fa813===_0x23ed63;},'EXxtr':function(_0x5476f2,_0x660dfe){return _0x5476f2!==_0x660dfe;},'Adiah':function(_0x170f8b,_0x218039,_0x40bc49,_0x5f1cc7){return _0x170f8b(_0x218039,_0x40bc49,_0x5f1cc7);},'UPRMa':function(_0x3e7688,_0x11e720){return _0x3e7688>_0x11e720;},'vTnMv':function(_0x160be1,_0x436ee7){return _0x160be1>_0x436ee7;},'PiNct':'[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','xrgVr':function(_0x3b3eb6,_0x1500c4){return _0x3b3eb6===_0x1500c4;}},{testUUID:_0x209119,testData:_0x51e36b,testId:_0x206a94}=_0x273fba;if(_0x3dd286[_0x465603(0x367)](!_0x51e36b,!_0x206a94))return logger['debug'](_0x3dd286[_0x465603(0x2e7)]),{};const _0x435014=this['resolveInstance'](TestFrameworkState[_0x465603(0x365)],HookState[_0x465603(0x326)]),_0x5bd168=_0x435014[_0x465603(0x213)]()['get'](_0x206a94),_0x26963e=_0x3dd286[_0x465603(0x367)](_0x5bd168,{}),_0x1b86f6=_0x26963e?_0x26963e[TestFrameworkConstants[_0x465603(0x1fd)]]||{}:{},_0x2be5f6=_0x26963e[TestFrameworkConstants[_0x465603(0x32c)]];logger[_0x465603(0x298)](_0x465603(0x239)+(_0x2be5f6?Object[_0x465603(0x287)](_0x2be5f6)[_0x465603(0x25a)]:0x0)+_0x465603(0x36e));let _0x48cc94=_0x3dd286[_0x465603(0x215)];if(_0x51e36b[_0x465603(0x35f)])_0x48cc94=_0x51e36b[_0x465603(0x35f)];else{if(_0x51e36b[_0x465603(0x2a8)]&&_0x3dd286['MDMho'](_0x51e36b[_0x465603(0x2a8)][_0x465603(0x25a)],0x0))_0x48cc94=_0x3dd286[_0x465603(0x26c)];else _0x3dd286[_0x465603(0x26f)](_0x51e36b[_0x465603(0x26b)],_0x3dd286[_0x465603(0x2dc)])||_0x3dd286[_0x465603(0x284)](_0x51e36b['status'],_0x3dd286[_0x465603(0x2d5)])?_0x48cc94=_0x3dd286[_0x465603(0x2d5)]:_0x48cc94=_0x3dd286[_0x465603(0x354)];}const _0x31747b={..._0x26963e,[TestFrameworkConstants[_0x465603(0x325)]]:_0x48cc94,[TestFrameworkConstants[_0x465603(0x33c)]]:_0x51e36b['finished_at']||new Date()[_0x465603(0x2da)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x465603(0x2da)](),[TestFrameworkConstants[_0x465603(0x1fd)]]:_0x1b86f6,[TestFrameworkConstants[_0x465603(0x338)]]:[],[TestFrameworkConstants['KEY_TEST_META']]:{}};if(_0x3dd286['etTep'](_0x48cc94,_0x3dd286[_0x465603(0x26c)])&&_0x51e36b[_0x465603(0x2a8)]){const _0x5a93de=this[_0x465603(0x1f2)](_0x51e36b),_0x17eba3=this[_0x465603(0x2db)](_0x51e36b),_0x4c8d40=this['getJestFailureData'](_0x51e36b);_0x31747b[TestFrameworkConstants[_0x465603(0x2ab)]]=_0x17eba3,_0x31747b[TestFrameworkConstants[_0x465603(0x24c)]]=_0x5a93de,_0x31747b[TestFrameworkConstants[_0x465603(0x2fa)]]=_0x4c8d40;}_0x3dd286[_0x465603(0x2fe)](_0x51e36b['duration'],undefined)&&(_0x31747b[TestFrameworkConstants[_0x465603(0x32b)]]=_0x51e36b[_0x465603(0x29a)]);_0x51e36b[_0x465603(0x28d)]&&(_0x31747b[TestFrameworkConstants[_0x465603(0x2e6)]]=_0x51e36b[_0x465603(0x28d)]);const _0x3f7eba=_0x5bd168?_0x5bd168[TestFrameworkConstants[_0x465603(0x32c)]]||{}:{},_0x362ba5=_0x5bd168?_0x5bd168[TestFrameworkConstants[_0x465603(0x35a)]]:_0x209119,_0x528fc2=_0x3dd286[_0x465603(0x283)](getManualUploadLogs,_0x3f7eba,_0x362ba5,_0x206a94);if(_0x3dd286[_0x465603(0x36a)](_0x528fc2[_0x465603(0x25a)],0x0)){const _0x1fb4ca=_0x31747b[TestFrameworkConstants[_0x465603(0x338)]]||[];_0x31747b[TestFrameworkConstants['KEY_LOGS']]=[..._0x1fb4ca,..._0x528fc2];}const _0x18e1a6=_0x26963e[TestFrameworkConstants[_0x465603(0x329)]]||{},_0x3f3f6a=_0x26963e[TestFrameworkConstants[_0x465603(0x224)]]||{},_0x9b99e6={..._0x18e1a6},_0x1b0daf=_0x9b99e6;Object[_0x465603(0x287)](_0x3f3f6a)['forEach'](_0x9d5694=>{const _0xa3cd62=_0x465603;!_0x1b0daf[_0x9d5694]&&(_0x1b0daf[_0x9d5694]=[]);const _0x5e8b36=new Set((_0x1b0daf[_0x9d5694]||[])[_0xa3cd62(0x2b6)](_0x9c0d72=>_0x9c0d72[TestFrameworkConstants[_0xa3cd62(0x20e)]]||_0x9c0d72[_0xa3cd62(0x1fa)]));(_0x3f3f6a[_0x9d5694]||[])[_0xa3cd62(0x289)](_0x689865=>{const _0x39e18f=_0xa3cd62,_0x45e8d9=_0x689865[TestFrameworkConstants['KEY_HOOK_ID']]||_0x689865[_0x39e18f(0x1fa)];if(!_0x5e8b36['has'](_0x45e8d9)){const _0x28e487={..._0x689865},_0x12283d=_0x28e487;!_0x12283d[TestFrameworkConstants[_0x39e18f(0x23a)]]&&!_0x12283d[_0x39e18f(0x23d)]&&(_0x12283d[TestFrameworkConstants[_0x39e18f(0x23a)]]=new Date()[_0x39e18f(0x2da)]()),!_0x12283d[TestFrameworkConstants['KEY_HOOK_RESULT']]&&!_0x12283d['hook_result']&&(_0x12283d[TestFrameworkConstants['KEY_HOOK_RESULT']]=TestFrameworkConstants[_0x39e18f(0x364)]),_0x1b0daf[_0x9d5694][_0x39e18f(0x1e5)](_0x12283d);}});});if(_0x273fba[_0x465603(0x22a)]){this['mapTestHooks'](_0x273fba[_0x465603(0x22a)]);const _0x43b6b8=this[_0x465603(0x2e5)](_0x273fba[_0x465603(0x22a)]),_0x4d102c=this[_0x465603(0x281)](_0x273fba[_0x465603(0x22a)]);_0x4d102c[_0x465603(0x289)](_0x4d863e=>{const _0xcd659f=_0x465603,_0x33a01a=_0x43b6b8[_0xcd659f(0x1e0)](_0x4d863e);if(_0x33a01a&&(_0x3dd286[_0xcd659f(0x26f)](_0x33a01a[_0xcd659f(0x332)],_0x3dd286[_0xcd659f(0x366)])||_0x3dd286[_0xcd659f(0x2c9)](_0x33a01a[_0xcd659f(0x332)],_0x3dd286['lCjmR']))){const _0x301457=_0x33a01a[_0xcd659f(0x332)][_0xcd659f(0x1e7)]()['replace'](_0x3dd286['rZrZZ'],_0x3dd286[_0xcd659f(0x21f)]),_0x3ddc65=_0x301457;!_0x1b0daf[_0x3ddc65]&&(_0x1b0daf[_0x3ddc65]=[]);const _0x3b80f6=_0x1b0daf[_0x3ddc65]['find'](_0x33f349=>(_0x33f349[TestFrameworkConstants[_0xcd659f(0x20e)]]||_0x33f349[_0xcd659f(0x1fa)])===_0x4d863e);!_0x3b80f6&&_0x1b0daf[_0x3ddc65][_0xcd659f(0x1e5)]({'key':_0x3ddc65,[TestFrameworkConstants[_0xcd659f(0x20e)]]:_0x4d863e,[TestFrameworkConstants[_0xcd659f(0x214)]]:TestFrameworkConstants[_0xcd659f(0x364)],[TestFrameworkConstants[_0xcd659f(0x231)]]:new Date()[_0xcd659f(0x2da)](),[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]:new Date()[_0xcd659f(0x2da)](),[TestFrameworkConstants[_0xcd659f(0x227)]]:[],[TestFrameworkConstants[_0xcd659f(0x26a)]]:_0x33a01a[_0xcd659f(0x29e)]||_0x33a01a[_0xcd659f(0x332)]+'\x20hook',[TestFrameworkConstants[_0xcd659f(0x1fd)]]:_0x1b86f6});}});}if(_0x51e36b[_0x465603(0x35b)]&&_0x3dd286[_0x465603(0x216)](_0x51e36b[_0x465603(0x35b)]['length'],0x0))_0x31747b[TestFrameworkConstants[_0x465603(0x329)]]=_0x51e36b['hooks'],logger['debug'](_0x3dd286[_0x465603(0x29f)]);else _0x3dd286[_0x465603(0x216)](Object[_0x465603(0x287)](_0x1b0daf)[_0x465603(0x25a)],0x0)&&(_0x31747b[TestFrameworkConstants[_0x465603(0x329)]]=_0x1b0daf,logger[_0x465603(0x298)](_0x465603(0x34d)+Object['keys'](_0x1b0daf)['join'](',')));const _0x4a6da2=this[_0x465603(0x291)](_0x51e36b);logger[_0x465603(0x298)](_0x465603(0x204)+_0x4a6da2+_0x465603(0x245)+_0x206a94+_0x465603(0x258)+_0x48cc94+',\x20duration='+_0x51e36b[_0x465603(0x29a)]);_0x3dd286['xrgVr'](_0x48cc94,_0x3dd286[_0x465603(0x26c)])&&logger[_0x465603(0x298)](_0x465603(0x1f8)+_0x206a94+_0x465603(0x285)+_0x31747b[TestFrameworkConstants[_0x465603(0x2ab)]]+',\x20failureReason='+_0x31747b[TestFrameworkConstants[_0x465603(0x24c)]]?.[_0x465603(0x323)](0x0,0xc8));const _0xf1b736={};return _0xf1b736[_0x206a94]=_0x31747b,_0xf1b736;}['getJestTestScopes'](_0x5312e4){const _0x303529=a71_0x1b56eb,_0x2ebb73={};_0x2ebb73['UGcbX']=function(_0x58c6f3,_0x467524){return _0x58c6f3!==_0x467524;},_0x2ebb73[_0x303529(0x2a6)]=function(_0x54a9db,_0x21c9c9){return _0x54a9db!==_0x21c9c9;},_0x2ebb73[_0x303529(0x2bf)]=_0x303529(0x2b5);const _0x188851=_0x2ebb73,_0x5a3b93={};_0x5a3b93[_0x303529(0x2f5)]=0x2,_0x5a3b93[_0x303529(0x21c)]=0x3,logger[_0x303529(0x298)]('[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20'+util['inspect'](_0x5312e4,_0x5a3b93));const _0x168a47=[];if(_0x5312e4&&_0x5312e4[_0x303529(0x221)]){let _0x3f0527=_0x5312e4[_0x303529(0x221)];while(_0x3f0527&&_0x3f0527[_0x303529(0x29e)]&&_0x188851[_0x303529(0x1f1)](_0x3f0527[_0x303529(0x29e)],'')&&_0x188851[_0x303529(0x2a6)](_0x3f0527['name'],_0x188851[_0x303529(0x2bf)])){_0x168a47[_0x303529(0x1e5)](_0x3f0527[_0x303529(0x29e)]),_0x3f0527=_0x3f0527[_0x303529(0x221)];}}return _0x168a47[_0x303529(0x255)]();}[a71_0x1b56eb(0x291)](_0x5b6ccd){const _0x57037f=a71_0x1b56eb,_0x487c7d={};_0x487c7d['azZuk']='Unknown\x20Test';const _0x20f544=_0x487c7d;if(_0x5b6ccd[_0x57037f(0x29e)])return _0x5b6ccd['name'];if(_0x5b6ccd['title'])return _0x5b6ccd[_0x57037f(0x1fc)];return _0x20f544[_0x57037f(0x2c0)];}['getJestTestTags'](_0x28532a){const _0x2c27d4=a71_0x1b56eb,_0x3f4d58=[];if(_0x28532a[_0x2c27d4(0x33e)]&&Array[_0x2c27d4(0x2b3)](_0x28532a[_0x2c27d4(0x33e)]))return _0x28532a[_0x2c27d4(0x33e)][_0x2c27d4(0x2b6)](_0x469635=>_0x469635[_0x2c27d4(0x209)]('@')?_0x469635[_0x2c27d4(0x23c)](0x1):_0x469635);const _0x4f84fd=this[_0x2c27d4(0x291)](_0x28532a),_0x487465=_0x4f84fd[_0x2c27d4(0x2c4)](/@(\w+)/g);if(_0x487465)return _0x487465[_0x2c27d4(0x2b6)](_0x48adb0=>_0x48adb0['slice'](0x1));return _0x28532a[_0x2c27d4(0x2f2)]&&Array[_0x2c27d4(0x2b3)](_0x28532a[_0x2c27d4(0x2f2)])&&_0x28532a[_0x2c27d4(0x2f2)][_0x2c27d4(0x289)](_0x53008f=>{const _0x159f3b=_0x2c27d4,_0xc1497a=_0x53008f[_0x159f3b(0x2c4)](/@(\w+)/g);_0xc1497a&&_0xc1497a[_0x159f3b(0x289)](_0x3095ce=>{const _0x5a143f=_0x159f3b,_0x5e3dd2=_0x3095ce['slice'](0x1);!_0x3f4d58[_0x5a143f(0x251)](_0x5e3dd2)&&_0x3f4d58['push'](_0x5e3dd2);});}),_0x3f4d58;}[a71_0x1b56eb(0x36d)](_0x3b8cad){const _0x129bde=a71_0x1b56eb,_0x36c34b={'DACUC':function(_0x46896e,_0x24d686){return _0x46896e(_0x24d686);},'RSGGF':_0x129bde(0x2b2)};if(_0x3b8cad[_0x129bde(0x23f)])return _0x3b8cad[_0x129bde(0x23f)];if(_0x3b8cad[_0x129bde(0x300)]){const _0x442bba=_0x36c34b[_0x129bde(0x296)](require,_0x36c34b['RSGGF']);try{const _0x8ac2da=_0x442bba[_0x129bde(0x211)](_0x3b8cad[_0x129bde(0x300)]);if(_0x8ac2da[0x0]&&_0x8ac2da[0x0][_0x129bde(0x334)])return _0x8ac2da[0x0][_0x129bde(0x334)]();}catch(_0x49b554){logger['debug'](_0x129bde(0x1f9)+util[_0x129bde(0x2f1)](_0x49b554));}}return null;}[a71_0x1b56eb(0x1f2)](_0x1bd570){const _0x3f5ab9=a71_0x1b56eb,_0x19ceb3={};_0x19ceb3['BCdaG']=function(_0x41aa83,_0x5c2d08){return _0x41aa83>_0x5c2d08;},_0x19ceb3[_0x3f5ab9(0x370)]='Unknown\x20error';const _0x51180e=_0x19ceb3;if(_0x1bd570[_0x3f5ab9(0x2a8)]&&_0x51180e[_0x3f5ab9(0x279)](_0x1bd570['errorsDetailed']['length'],0x0))return util['inspect'](_0x1bd570[_0x3f5ab9(0x2a8)][0x0]);if(_0x1bd570[_0x3f5ab9(0x333)])return _0x1bd570[_0x3f5ab9(0x333)];return _0x51180e[_0x3f5ab9(0x370)];}[a71_0x1b56eb(0x2db)](_0xafbf36){const _0x4d148f=a71_0x1b56eb,_0x3fbe4a={};_0x3fbe4a[_0x4d148f(0x2ca)]=_0x4d148f(0x237),_0x3fbe4a[_0x4d148f(0x337)]='AssertionError',_0x3fbe4a[_0x4d148f(0x369)]=_0x4d148f(0x1e6);const _0x24292e=_0x3fbe4a,_0x164b82=this[_0x4d148f(0x1f2)](_0xafbf36);if(_0x164b82&&_0x164b82['includes'](_0x24292e['MvAql']))return _0x24292e['SNZig'];return _0x24292e[_0x4d148f(0x369)];}[a71_0x1b56eb(0x343)](_0x5df9f8){const _0x114522=a71_0x1b56eb,_0x5bddb4={'thtCY':function(_0x4549b7,_0x5ad384){return _0x4549b7(_0x5ad384);},'aOPlJ':_0x114522(0x313),'uSUHS':function(_0x40603b,_0x14d53b){return _0x40603b!==_0x14d53b;},'anYbm':_0x114522(0x2ad)},{failureData:_0x2587ea}=_0x5bddb4[_0x114522(0x262)](require,_0x5bddb4[_0x114522(0x27a)]),_0x100c41=[];return _0x5bddb4[_0x114522(0x1f7)](_0x5df9f8['errorsDetailed'],undefined)&&_0x100c41['push'](_0x5df9f8['errorsDetailed'],_0x5bddb4['anYbm']),_0x2587ea[_0x114522(0x261)](null,_0x100c41);}async[a71_0x1b56eb(0x35d)](_0x34d8fc,_0xe1431c,_0x1147bb,_0x47fe50){const _0x4ac29f=a71_0x1b56eb,_0xe97b4f={'nfdIm':'[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','qKYmL':function(_0x11d519){return _0x11d519();},'oDfnn':function(_0xf9c0c3,_0x3bd212){return _0xf9c0c3 in _0x3bd212;},'xgGZt':function(_0x485cb8,_0x321aa5){return _0x485cb8 in _0x321aa5;},'yWlzu':function(_0x99a2fd,_0x133ecd){return _0x99a2fd===_0x133ecd;},'WeLwa':function(_0x5f0ced,_0x435d56){return _0x5f0ced===_0x435d56;},'clHEI':function(_0x507f45,_0x2ec872){return _0x507f45>_0x2ec872;},'cuYhP':_0x4ac29f(0x31c),'Mkyvv':_0x4ac29f(0x312),'QCbTC':function(_0xafb678,_0x1cbc22){return _0xafb678>_0x1cbc22;},'XMAZm':function(_0x107720,_0x22b9b6){return _0x107720===_0x22b9b6;},'OHlJc':function(_0x1e739a,_0xddb673){return _0x1e739a!==_0xddb673;}},{hookData:_0x5a70a8}=_0x47fe50,_0x121d01=_0x1147bb['toString'](),_0x3a11f8=_0xe1431c[_0x4ac29f(0x2de)](),_0x1ffff8={};_0x1ffff8['depth']=0x2,_0x1ffff8[_0x4ac29f(0x21c)]=0x3,logger[_0x4ac29f(0x298)](_0x4ac29f(0x2f6)+_0x3a11f8+',\x20hookState='+_0x121d01+_0x4ac29f(0x346)+util['inspect'](_0x5a70a8,_0x1ffff8));if(!_0x5a70a8)return logger[_0x4ac29f(0x298)](_0xe97b4f['nfdIm']),{};const _0x1b8c0e=_0x5a70a8[_0x4ac29f(0x33b)]||_0x5a70a8[_0x4ac29f(0x357)]||_0xe97b4f[_0x4ac29f(0x373)](uuidv4),_0x1fbc34=_0x5a70a8[_0x4ac29f(0x2fd)]||this['getJestTestIdentifier'](_0x5a70a8),_0x1293a4=_0xe1431c[_0x4ac29f(0x2de)]()[_0x4ac29f(0x31e)]('.')[0x1],_0x5025aa=_0x34d8fc['getAllData']()['get'](_0x1fbc34),_0x455f52=_0x5025aa?_0x5025aa[TestFrameworkConstants[_0x4ac29f(0x1fd)]]||{}:{};logger[_0x4ac29f(0x298)](_0x4ac29f(0x20b)+_0x1b8c0e+_0x4ac29f(0x245)+_0x1fbc34+_0x4ac29f(0x2ff)+_0x1293a4+_0x4ac29f(0x2a5)+_0x121d01);if(!_0x5025aa)return logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20'+_0x1fbc34+_0x4ac29f(0x33a)),this[_0x4ac29f(0x217)](_0x34d8fc,_0x1fbc34,_0xe1431c,_0x1147bb,_0x47fe50),{};let _0x3221c4=_0x5025aa[TestFrameworkConstants[_0x4ac29f(0x224)]];!_0x3221c4&&(_0x3221c4={});!_0xe97b4f[_0x4ac29f(0x25c)](_0x1293a4,_0x3221c4)&&(_0x3221c4[_0x1293a4]=[]);let _0xc6e6e7=_0x5025aa[TestFrameworkConstants[_0x4ac29f(0x329)]];!_0xc6e6e7&&(_0xc6e6e7={});!_0xe97b4f[_0x4ac29f(0x1ee)](_0x1293a4,_0xc6e6e7)&&(_0xc6e6e7[_0x1293a4]=[]);const _0x27c7cd={[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x3221c4,[TestFrameworkConstants[_0x4ac29f(0x329)]]:_0xc6e6e7},_0x263d70={};_0x263d70[_0x1fbc34]=_0x27c7cd;const _0xa4cc43=_0x263d70;if(_0xe97b4f[_0x4ac29f(0x2a4)](_0x1147bb,HookState['PRE'])){const _0xa718a2={'key':_0x1293a4,[TestFrameworkConstants[_0x4ac29f(0x20e)]]:_0x1b8c0e,[TestFrameworkConstants[_0x4ac29f(0x214)]]:TestFrameworkConstants[_0x4ac29f(0x364)],[TestFrameworkConstants[_0x4ac29f(0x231)]]:_0x5a70a8['started_at']||new Date()[_0x4ac29f(0x2da)](),[TestFrameworkConstants[_0x4ac29f(0x227)]]:[],[TestFrameworkConstants[_0x4ac29f(0x26a)]]:_0x5a70a8['name']||_0x5a70a8[_0x4ac29f(0x21e)]||_0x1293a4,[TestFrameworkConstants[_0x4ac29f(0x1fd)]]:_0x455f52};_0x3221c4[_0x1293a4][_0x4ac29f(0x1e5)](_0xa718a2),_0xa4cc43[_0x1fbc34][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0x1293a4;const _0x33c081={};_0x33c081[_0x4ac29f(0x2f5)]=0x2,logger['debug'](_0x4ac29f(0x1ec)+_0x1293a4+',\x20hookId='+_0x1b8c0e+_0x4ac29f(0x245)+_0x1fbc34+_0x4ac29f(0x358)+util['inspect'](_0xa718a2,_0x33c081));}else{if(_0xe97b4f[_0x4ac29f(0x359)](_0x1147bb,HookState['POST'])){const _0x45af11=_0x5a70a8['result']||(_0x5a70a8['errorsDetailed']&&_0xe97b4f[_0x4ac29f(0x22d)](_0x5a70a8[_0x4ac29f(0x2a8)][_0x4ac29f(0x25a)],0x0)?_0xe97b4f[_0x4ac29f(0x2a9)]:_0xe97b4f[_0x4ac29f(0x2f0)]),_0x140249=_0x3221c4[_0x1293a4]||[];logger['debug'](_0x4ac29f(0x2f7)+_0x1293a4+_0x4ac29f(0x245)+_0x1fbc34+',\x20result='+_0x45af11+_0x4ac29f(0x37b)+_0x140249[_0x4ac29f(0x25a)]);if(_0xe97b4f[_0x4ac29f(0x32f)](_0x140249['length'],0x0)){const _0xb9b13c=_0x140249[_0x4ac29f(0x2fc)]();_0xe97b4f[_0x4ac29f(0x2c2)](_0x45af11,_0xe97b4f['cuYhP'])&&_0x5a70a8[_0x4ac29f(0x2a8)]?(_0xb9b13c[TestFrameworkConstants[_0x4ac29f(0x31b)]]=this[_0x4ac29f(0x2db)](_0x5a70a8),_0xb9b13c[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]=this[_0x4ac29f(0x1f2)](_0x5a70a8),_0xb9b13c[TestFrameworkConstants[_0x4ac29f(0x276)]]=this[_0x4ac29f(0x343)](_0x5a70a8),logger[_0x4ac29f(0x298)](_0x4ac29f(0x2ee)+_0x1293a4+_0x4ac29f(0x285)+_0xb9b13c[TestFrameworkConstants[_0x4ac29f(0x31b)]]+_0x4ac29f(0x36b)+_0xb9b13c[TestFrameworkConstants[_0x4ac29f(0x25f)]]?.[_0x4ac29f(0x323)](0x0,0xc8))):_0xb9b13c[TestFrameworkConstants[_0x4ac29f(0x214)]]=_0xe97b4f[_0x4ac29f(0x2f0)];_0xe97b4f[_0x4ac29f(0x317)](_0x45af11,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0xb9b13c[TestFrameworkConstants[_0x4ac29f(0x214)]]=_0x45af11);_0xb9b13c[TestFrameworkConstants[_0x4ac29f(0x23a)]]=_0x5a70a8[_0x4ac29f(0x2e2)]||new Date()[_0x4ac29f(0x2da)](),_0xb9b13c[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x455f52;const _0x1a8ab7=_0xb9b13c[TestFrameworkConstants['KEY_HOOK_ID']];!_0xc6e6e7[_0x1293a4]&&(_0xc6e6e7[_0x1293a4]=[]);_0xc6e6e7[_0x1293a4][_0x4ac29f(0x1e5)](_0xb9b13c),_0xa4cc43[_0x1fbc34][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x1293a4;const _0x591d67={};_0x591d67[_0x4ac29f(0x2f5)]=0x2,logger[_0x4ac29f(0x298)](_0x4ac29f(0x203)+_0x1293a4+_0x4ac29f(0x30e)+_0x1a8ab7+_0x4ac29f(0x28a)+_0x45af11+_0x4ac29f(0x358)+util[_0x4ac29f(0x244)](_0xb9b13c,_0x591d67));}}}const _0x34abcb={};return _0x34abcb['depth']=0x2,_0x34abcb[_0x4ac29f(0x21c)]=0x3,logger['debug'](_0x4ac29f(0x330)+(_0x5a70a8[_0x4ac29f(0x21e)]||_0x1293a4)+_0x4ac29f(0x30e)+_0x1b8c0e+_0x4ac29f(0x245)+_0x1fbc34+',\x20updates='+util[_0x4ac29f(0x244)](_0xa4cc43,_0x34abcb)),_0xa4cc43;}['createTestFrameworkEventPayload'](_0x3d3bfc){const _0x1a7dc7=a71_0x1b56eb,_0x1663e6={};_0x1663e6['WgTsb']=_0x1a7dc7(0x2bd);const _0x2d0a60=_0x1663e6;try{const _0x8940ea=_0x3d3bfc[_0x1a7dc7(0x2ad)]?this[_0x1a7dc7(0x2cc)](_0x3d3bfc[_0x1a7dc7(0x2ad)]):_0x3d3bfc[_0x1a7dc7(0x30f)]['test_run_id'],_0x31d92f=_0x3d3bfc['instance'],_0x171715=_0x31d92f[_0x1a7dc7(0x286)](),_0x1a395b=_0x31d92f[_0x1a7dc7(0x213)]()[_0x1a7dc7(0x1e0)](_0x8940ea);if(!_0x1a395b)return logger[_0x1a7dc7(0x298)](_0x1a7dc7(0x206)+_0x8940ea),{};const {[TestFrameworkConstants[_0x1a7dc7(0x315)]]:_0xb0a2f1='',[TestFrameworkConstants[_0x1a7dc7(0x20f)]]:_0x34954d='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x2ed8f5='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x2195bf=''}=_0x1a395b,_0x1d91c1=_0x31d92f[_0x1a7dc7(0x297)]()[_0x1a7dc7(0x2de)]()['split']('.')[0x1],_0x15ab3e=_0x31d92f[_0x1a7dc7(0x341)]()[_0x1a7dc7(0x2de)]()[_0x1a7dc7(0x31e)]('.')[0x1],_0x586c71=global?.['__workerDetails']?.[_0x1a7dc7(0x288)]?.[_0x1a7dc7(0x379)],_0x1b5445=_0x31d92f[_0x1a7dc7(0x2e4)](),_0x4f3062=Buffer[_0x1a7dc7(0x25d)](JSON[_0x1a7dc7(0x219)](_0x1a395b))[_0x1a7dc7(0x2de)](_0x2d0a60[_0x1a7dc7(0x324)]),_0x3d9d1b={'hash':_0x171715[_0x1a7dc7(0x259)](),'threadId':_0x171715[_0x1a7dc7(0x1fb)]()[_0x1a7dc7(0x2de)](),'processId':_0x171715['getProcessId']()[_0x1a7dc7(0x2de)]()},_0x49fdb5={};_0x49fdb5[_0x1a7dc7(0x2be)]=_0x586c71,_0x49fdb5[_0x1a7dc7(0x257)]=_0xb0a2f1,_0x49fdb5[_0x1a7dc7(0x25b)]=_0x34954d,_0x49fdb5[_0x1a7dc7(0x2a7)]=_0x1d91c1,_0x49fdb5[_0x1a7dc7(0x254)]=_0x15ab3e,_0x49fdb5[_0x1a7dc7(0x1e9)]=_0x2ed8f5,_0x49fdb5[_0x1a7dc7(0x311)]=_0x2195bf,_0x49fdb5[_0x1a7dc7(0x33b)]=_0x1b5445,_0x49fdb5[_0x1a7dc7(0x295)]=_0x4f3062,_0x49fdb5[_0x1a7dc7(0x2ef)]=_0x3d9d1b,_0x49fdb5[_0x1a7dc7(0x34c)]=_0x8940ea;const _0x3427e9=_0x49fdb5;return _0x3427e9;}catch(_0x255573){return logger['error']('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util[_0x1a7dc7(0x2f1)](_0x255573)),{};}}async[a71_0x1b56eb(0x301)](_0x237bb0,_0x2a439e,_0x119f45){const _0x22c1dd=a71_0x1b56eb,_0x4a7cf1={'THdzt':function(_0x48d1b4,_0x54dfe9){return _0x48d1b4+_0x54dfe9;},'BRxbU':_0x22c1dd(0x1e8),'QgnBq':_0x22c1dd(0x243),'HzdFf':function(_0x27017c,_0x4ae05b){return _0x27017c>_0x4ae05b;},'QQpmB':function(_0x48b37f,_0x3236f9,_0x195a9e,_0x2faf51){return _0x48b37f(_0x3236f9,_0x195a9e,_0x2faf51);},'oXKRP':function(_0x5c6b2a,_0x1939c6){return _0x5c6b2a-_0x1939c6;},'qoamQ':function(_0x4ed3ed,_0x9fcb4a){return _0x4ed3ed===_0x9fcb4a;},'qSPzy':function(_0x1969c7,_0x4fbb32){return _0x1969c7/_0x4fbb32;},'fTDEf':function(_0x7e9355,_0xabf915){return _0x7e9355<_0xabf915;},'aoiLW':function(_0x666dad,_0xf95940){return _0x666dad*_0xf95940;},'Jzmlq':function(_0x31d5f0,_0x2e6724){return _0x31d5f0+_0x2e6724;},'nFTmJ':function(_0x3fe563,_0x5e97a4){return _0x3fe563>_0x5e97a4;}};try{const _0x3c4729=_0x119f45[_0x22c1dd(0x27d)]||_0x119f45[_0x22c1dd(0x375)],_0x5e69fa=Array[_0x22c1dd(0x25d)](_0x237bb0[_0x22c1dd(0x213)]()[_0x22c1dd(0x287)]()),_0x2ff3d9=_0x237bb0[_0x22c1dd(0x213)]()['get'](_0x3c4729);if(!_0x2ff3d9){logger[_0x22c1dd(0x298)](_0x22c1dd(0x299)+_0x3c4729);return;}const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x4b5fbd='',[TestFrameworkConstants[_0x22c1dd(0x20f)]]:_0x1c238d=''}=_0x2ff3d9;let _0x2fa60a=[];if(_0x2ff3d9&&_0x2ff3d9[TestFrameworkConstants['KEY_LOGS']]&&Array[_0x22c1dd(0x2b3)](_0x2ff3d9[TestFrameworkConstants[_0x22c1dd(0x338)]])){_0x2fa60a=_0x2ff3d9[TestFrameworkConstants[_0x22c1dd(0x338)]]||[],logger[_0x22c1dd(0x298)](_0x22c1dd(0x210)+_0x2fa60a[_0x22c1dd(0x25a)]+_0x22c1dd(0x253)+_0x3c4729);const _0x292942={[TestFrameworkConstants[_0x22c1dd(0x338)]]:[]},_0x736906={};_0x736906[_0x3c4729]=_0x292942,_0x237bb0[_0x22c1dd(0x269)](_0x736906),logger['debug'](_0x22c1dd(0x266)+_0x3c4729);}else logger['debug'](_0x22c1dd(0x2ea)+_0x3c4729);logger[_0x22c1dd(0x298)](_0x22c1dd(0x352)+_0x2fa60a[_0x22c1dd(0x25a)]+_0x22c1dd(0x2cb)+_0x3c4729);const _0x3c38fe=_0x2fa60a[_0x22c1dd(0x34b)](_0x5f3329=>_0x5f3329[_0x22c1dd(0x32a)]===_0x22c1dd(0x32d));_0x4a7cf1[_0x22c1dd(0x1eb)](_0x3c38fe[_0x22c1dd(0x25a)],0x0)&&(logger[_0x22c1dd(0x298)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20'+_0x3c38fe[_0x22c1dd(0x25a)]+'\x20screenshot\x20logs\x20for\x20testId:\x20'+_0x3c4729),_0x3c38fe[_0x22c1dd(0x289)]((_0x341e25,_0x1420b8)=>{const _0x5f468d=_0x22c1dd;logger['debug'](_0x5f468d(0x24b)+_0x4a7cf1[_0x5f468d(0x1ff)](_0x1420b8,0x1)+'/'+_0x3c38fe['length']+_0x5f468d(0x1fe)+(_0x341e25[_0x5f468d(0x34c)]||_0x4a7cf1[_0x5f468d(0x2eb)])+_0x5f468d(0x2a0)+(_0x341e25['test_run_uuid']||_0x4a7cf1[_0x5f468d(0x2eb)])+',\x20hook_run_uuid='+(_0x341e25[_0x5f468d(0x378)]||_0x4a7cf1[_0x5f468d(0x24f)])+_0x5f468d(0x238)+(_0x341e25[_0x5f468d(0x303)]?.[_0x5f468d(0x25a)]||0x0));}));const _0x52df23=_0x2ff3d9[TestFrameworkConstants[_0x22c1dd(0x32c)]]||{},_0x12a66e=_0x4a7cf1[_0x22c1dd(0x24a)](getMediaArtifactsLogs,_0x52df23,null,_0x3c4729),_0x4e3ec4=(_0x2fa60a||[])[_0x22c1dd(0x30b)](_0x12a66e||[]),_0x123f9a=_0x3c38fe?.[_0x22c1dd(0x25a)]||0x0,_0x37777f=_0x4a7cf1[_0x22c1dd(0x2ce)](_0x2fa60a?.[_0x22c1dd(0x25a)]||0x0,_0x123f9a);logger[_0x22c1dd(0x298)](_0x22c1dd(0x230)+_0x3c4729+',\x20consoleLogs:\x20'+_0x37777f+_0x22c1dd(0x368)+_0x123f9a+_0x22c1dd(0x282)+(_0x12a66e?.[_0x22c1dd(0x25a)]||0x0)+_0x22c1dd(0x280)+_0x4e3ec4[_0x22c1dd(0x25a)]);if(!_0x4e3ec4||_0x4a7cf1[_0x22c1dd(0x2d7)](_0x4e3ec4[_0x22c1dd(0x25a)],0x0)){logger['debug'](_0x22c1dd(0x27b)+_0x3c4729);return;}const _0x274e06=0x28,_0x207076=Math[_0x22c1dd(0x372)](_0x4a7cf1[_0x22c1dd(0x34a)](_0x4e3ec4[_0x22c1dd(0x25a)],_0x274e06));for(let _0x306351=0x0;_0x4a7cf1[_0x22c1dd(0x232)](_0x306351,_0x207076);_0x306351++){const _0x24139c=_0x4a7cf1['aoiLW'](_0x306351,_0x274e06),_0x875c60=_0x4a7cf1[_0x22c1dd(0x1ff)](_0x24139c,_0x274e06),_0xa8cad0=_0x4e3ec4[_0x22c1dd(0x252)](_0x24139c,_0x875c60),_0xf83bb2=global?.[_0x22c1dd(0x319)]?.[_0x22c1dd(0x288)]?.[_0x22c1dd(0x379)]||0x0,_0x5ac18d={'platformIndex':_0xf83bb2,'logs':_0xa8cad0,'testFrameworkName':_0x4b5fbd,'testFrameworkVersion':_0x1c238d,'testFrameworkState':_0x2a439e[_0x22c1dd(0x2de)]()[_0x22c1dd(0x31e)]('.')[0x1]},_0x3289d6={};_0x3289d6[_0x22c1dd(0x2f5)]=0x3,_0x3289d6[_0x22c1dd(0x21c)]=0x5,logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x4a7cf1['THdzt'](_0x306351,0x1)+'/'+_0x207076+_0x22c1dd(0x2ac)+_0x3c4729+_0x22c1dd(0x271)+_0xa8cad0['length']+',\x20platformIndex:\x20'+_0xf83bb2+_0x22c1dd(0x350)+util[_0x22c1dd(0x244)](_0x5ac18d,_0x3289d6));const _0x30b9a2=await GrpcClient[_0x22c1dd(0x1e4)]()[_0x22c1dd(0x236)](_0x5ac18d);logger['debug'](_0x22c1dd(0x2cf)+_0x4a7cf1[_0x22c1dd(0x22e)](_0x306351,0x1)+'/'+_0x207076+_0x22c1dd(0x2ac)+_0x3c4729+_0x22c1dd(0x35c)+util[_0x22c1dd(0x244)](_0x30b9a2));}if(_0x12a66e&&_0x4a7cf1[_0x22c1dd(0x220)](_0x12a66e[_0x22c1dd(0x25a)],0x0)&&_0x2ff3d9[TestFrameworkConstants[_0x22c1dd(0x32c)]]){const _0x16408a={[TestFrameworkConstants[_0x22c1dd(0x32c)]]:{}},_0x18ef7e={};_0x18ef7e[_0x3c4729]=_0x16408a,_0x237bb0[_0x22c1dd(0x269)](_0x18ef7e);}logger[_0x22c1dd(0x298)](_0x22c1dd(0x2a1)+_0x3c4729+_0x22c1dd(0x2e3)+_0x207076);}catch(_0x252bfe){logger[_0x22c1dd(0x293)](_0x22c1dd(0x336)+(_0x119f45[_0x22c1dd(0x27d)]||_0x119f45[_0x22c1dd(0x375)])+_0x22c1dd(0x2ae)+util[_0x22c1dd(0x2f1)](_0x252bfe));}}[a71_0x1b56eb(0x217)](_0x2d2924,_0x1a06c9,_0x3dbfd5,_0x5c8ff9,_0x2a9e14){const _0x4581e5=a71_0x1b56eb,_0x2ad8e0={};_0x2ad8e0['gZtZe']=function(_0x393688,_0x1c1c1e){return _0x393688===_0x1c1c1e;},_0x2ad8e0[_0x4581e5(0x23b)]=_0x4581e5(0x318);const _0x48b7a9=_0x2ad8e0,{hookData:_0x3fd20d}=_0x2a9e14,_0x35fe66={'testId':_0x1a06c9,'testFrameworkState':_0x3dbfd5,'hookState':_0x5c8ff9,'args':_0x2a9e14,'timestamp':new Date()[_0x4581e5(0x2da)]()};if(_0x48b7a9[_0x4581e5(0x272)](_0x3dbfd5,TestFrameworkState[_0x4581e5(0x2dd)])&&_0x3fd20d){const _0x2216ee={};_0x2216ee[_0x4581e5(0x20a)]=_0x3fd20d[_0x4581e5(0x23f)]||_0x3fd20d['location'],_0x2216ee[_0x4581e5(0x22b)]=_0x3fd20d[_0x4581e5(0x22b)]||_0x3fd20d[_0x4581e5(0x2f2)]&&_0x3fd20d[_0x4581e5(0x2f2)][0x0]||'',_0x2216ee['hookType']=_0x48b7a9[_0x4581e5(0x23b)],_0x35fe66[_0x4581e5(0x348)]=_0x2216ee,logger[_0x4581e5(0x298)](_0x4581e5(0x278)+_0x1a06c9+_0x4581e5(0x2c5)+_0x35fe66['hookMetadata'][_0x4581e5(0x20a)]+_0x4581e5(0x371)+_0x35fe66[_0x4581e5(0x348)][_0x4581e5(0x22b)]);}_0x2d2924[_0x4581e5(0x2d8)](_0x1a06c9,_0x35fe66),logger[_0x4581e5(0x298)]('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x1a06c9+_0x4581e5(0x2b9)+_0x3dbfd5+',\x20hookState:\x20'+_0x5c8ff9);}async[a71_0x1b56eb(0x2b1)](_0x153032,_0x56838a){const _0x36fc37=a71_0x1b56eb,_0x4decfd={};_0x4decfd[_0x36fc37(0x321)]=function(_0x10fa32,_0x3da582){return _0x10fa32>_0x3da582;},_0x4decfd[_0x36fc37(0x21b)]=_0x36fc37(0x1dc),_0x4decfd['WllAb']=function(_0x2df7ef,_0x4edd4c){return _0x2df7ef===_0x4edd4c;},_0x4decfd['hvvoz']=function(_0xf784fc,_0x41bb1c){return _0xf784fc===_0x41bb1c;},_0x4decfd['sNTpE']=function(_0x45698c,_0x5621df){return _0x45698c===_0x5621df;},_0x4decfd['OcmoW']=function(_0x370a9,_0x2d4d44){return _0x370a9===_0x2d4d44;},_0x4decfd[_0x36fc37(0x22c)]=function(_0xb82883,_0x1533af){return _0xb82883>_0x1533af;},_0x4decfd[_0x36fc37(0x2b0)]=function(_0x146637,_0x3db071){return _0x146637===_0x3db071;},_0x4decfd[_0x36fc37(0x2f8)]=_0x36fc37(0x21a),_0x4decfd[_0x36fc37(0x265)]=_0x36fc37(0x2d9);const _0x2f92f2=_0x4decfd;if(_0x153032[_0x36fc37(0x2f9)](_0x56838a)){const _0x2554b4=_0x153032[_0x36fc37(0x248)](_0x56838a);logger['debug'](_0x36fc37(0x322)+_0x2554b4[_0x36fc37(0x25a)]+_0x36fc37(0x1ea)+_0x56838a);for(const _0x4f77ea of _0x2554b4){try{const _0x23c82a=await this[_0x36fc37(0x35d)](_0x153032,_0x4f77ea[_0x36fc37(0x2a7)],_0x4f77ea[_0x36fc37(0x254)],_0x4f77ea[_0x36fc37(0x2f3)]);_0x23c82a&&_0x2f92f2[_0x36fc37(0x321)](Object[_0x36fc37(0x287)](_0x23c82a)[_0x36fc37(0x25a)],0x0)&&_0x153032[_0x36fc37(0x269)](_0x23c82a),await this['runHooks'](_0x153032,_0x4f77ea[_0x36fc37(0x2a7)],_0x4f77ea['hookState'],_0x4f77ea[_0x36fc37(0x2f3)]);}catch(_0x3365ca){logger['error'](_0x36fc37(0x2b7)+_0x56838a+',\x20error:\x20'+_0x3365ca);}}_0x153032['removePendingHooks'](_0x56838a),logger[_0x36fc37(0x298)](_0x36fc37(0x28e)+_0x56838a);}const _0x22cca6=_0x153032[_0x36fc37(0x213)]()[_0x36fc37(0x1e0)](_0x56838a);if(_0x22cca6){const _0x497b35=_0x22cca6[TestFrameworkConstants[_0x36fc37(0x345)]]||_0x22cca6[TestFrameworkConstants[_0x36fc37(0x310)]],_0xfba04d=_0x22cca6[TestFrameworkConstants[_0x36fc37(0x308)]]||_0x22cca6[TestFrameworkConstants[_0x36fc37(0x1dd)]]&&_0x22cca6[TestFrameworkConstants[_0x36fc37(0x1dd)]][0x0]||'';logger[_0x36fc37(0x298)](_0x2f92f2[_0x36fc37(0x21b)]);const _0x407176=_0x153032[_0x36fc37(0x31d)]();for(const _0x33f3e9 of _0x407176){if(_0x2f92f2[_0x36fc37(0x2d2)](_0x33f3e9,_0x56838a))continue;if(_0x153032['hasPendingHooks'](_0x33f3e9)){const _0x23447d=_0x153032['getPendingHooks'](_0x33f3e9);for(const _0x1c5df7 of _0x23447d){if(_0x2f92f2[_0x36fc37(0x2c7)](_0x1c5df7[_0x36fc37(0x2a7)],TestFrameworkState[_0x36fc37(0x2dd)])&&_0x1c5df7[_0x36fc37(0x348)]){const _0x595663=_0x1c5df7[_0x36fc37(0x348)]['filePath'],_0x395ecb=_0x1c5df7[_0x36fc37(0x348)][_0x36fc37(0x22b)];if(_0x2f92f2['sNTpE'](_0x595663,_0x497b35)&&_0x2f92f2[_0x36fc37(0x361)](_0x395ecb,_0xfba04d)){logger[_0x36fc37(0x298)]('[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20'+_0x33f3e9+_0x36fc37(0x2aa)+_0x56838a+_0x36fc37(0x2c5)+_0x595663+',\x20scope:\x20'+_0x395ecb);_0x1c5df7[_0x36fc37(0x2f3)]&&_0x1c5df7[_0x36fc37(0x2f3)][_0x36fc37(0x30f)]&&(_0x1c5df7[_0x36fc37(0x2f3)][_0x36fc37(0x30f)][_0x36fc37(0x2fd)]=_0x56838a,logger[_0x36fc37(0x298)](_0x36fc37(0x241)+_0x33f3e9+_0x36fc37(0x2f4)+_0x56838a));try{const _0x16b532=await this[_0x36fc37(0x35d)](_0x153032,_0x1c5df7[_0x36fc37(0x2a7)],_0x1c5df7[_0x36fc37(0x254)],_0x1c5df7[_0x36fc37(0x2f3)]);_0x16b532&&_0x2f92f2[_0x36fc37(0x22c)](Object['keys'](_0x16b532)[_0x36fc37(0x25a)],0x0)&&_0x153032[_0x36fc37(0x269)](_0x16b532);await this['runHooks'](_0x153032,_0x1c5df7['testFrameworkState'],_0x1c5df7[_0x36fc37(0x254)],_0x1c5df7[_0x36fc37(0x2f3)]);const _0x142378=_0x153032['getPendingHooks'](_0x33f3e9)[_0x36fc37(0x34b)](_0x38dccc=>_0x38dccc!==_0x1c5df7);if(_0x2f92f2[_0x36fc37(0x2b0)](_0x142378['length'],0x0))_0x153032['removePendingHooks'](_0x33f3e9);else{_0x153032[_0x36fc37(0x35e)](_0x33f3e9);for(const _0x3784fe of _0x142378){_0x153032['addPendingHook'](_0x33f3e9,_0x3784fe);}}logger[_0x36fc37(0x298)](_0x2f92f2['kxzWa']);}catch(_0x23995e){logger['error'](_0x2f92f2[_0x36fc37(0x265)]);}}}}}}}}['mapTestHooks'](_0x20a59d){const _0x545fee=a71_0x1b56eb,_0x2671e6={'wnylu':function(_0x4a5596){return _0x4a5596();}};if(!_0x20a59d||!_0x20a59d[_0x545fee(0x221)])return;_0x20a59d[_0x545fee(0x221)][_0x545fee(0x35b)]&&Array[_0x545fee(0x2b3)](_0x20a59d['parent'][_0x545fee(0x35b)])&&_0x20a59d[_0x545fee(0x221)][_0x545fee(0x35b)][_0x545fee(0x289)](_0x4c46af=>{const _0x5b3d72=_0x545fee;!_0x4c46af['hookAnalyticsId']&&!_0x4c46af[_0x5b3d72(0x36f)]&&(_0x4c46af[_0x5b3d72(0x357)]=_0x2671e6['wnylu'](uuidv4),_0x4c46af['hookUUID']=_0x4c46af['hookAnalyticsId'],logger[_0x5b3d72(0x298)](_0x5b3d72(0x339)+_0x4c46af['type']+',\x20hookUUID='+_0x4c46af['hookAnalyticsId']));}),this[_0x545fee(0x2bb)](_0x20a59d[_0x545fee(0x221)]);}[a71_0x1b56eb(0x281)](_0x48acd4){const _0x19fe95=a71_0x1b56eb,_0x489aaf={'nzseL':function(_0x428b70,_0x529979){return _0x428b70(_0x529979);}};if(!_0x48acd4||!_0x48acd4[_0x19fe95(0x221)])return[];const _0x122ab2=[];return _0x48acd4[_0x19fe95(0x221)][_0x19fe95(0x35b)]&&Array[_0x19fe95(0x2b3)](_0x48acd4[_0x19fe95(0x221)][_0x19fe95(0x35b)])&&_0x48acd4['parent'][_0x19fe95(0x35b)]['forEach'](_0xe24526=>{const _0x2a4a82=_0x19fe95,_0x29a397=_0xe24526['hookAnalyticsId']||_0xe24526[_0x2a4a82(0x36f)];_0x29a397&&!this[_0x2a4a82(0x28b)](_0xe24526)&&!_0x489aaf[_0x2a4a82(0x2a2)](isInternalHook,_0xe24526['fn'])&&_0x122ab2['push'](_0x29a397);}),[..._0x122ab2,...this[_0x19fe95(0x281)](_0x48acd4[_0x19fe95(0x221)])];}[a71_0x1b56eb(0x2e5)](_0x1c5a43){const _0x510e81=a71_0x1b56eb,_0x53224a={'SxHsK':function(_0x4b7726,_0xcc6340){return _0x4b7726(_0xcc6340);},'fDJDD':_0x510e81(0x327),'lwltW':function(_0x262d54,_0x7d9ea9){return _0x262d54(_0x7d9ea9);}},_0x41b5f6=new Map(),_0x1e141a=_0x1b4479=>{const _0x4d3394=_0x510e81;if(!_0x1b4479||!_0x1b4479[_0x4d3394(0x221)])return;_0x1b4479['parent'][_0x4d3394(0x35b)]&&Array[_0x4d3394(0x2b3)](_0x1b4479[_0x4d3394(0x221)]['hooks'])&&_0x1b4479[_0x4d3394(0x221)][_0x4d3394(0x35b)][_0x4d3394(0x289)](_0x17e228=>{const _0x23b5f3=_0x4d3394,_0x1d954c=_0x17e228[_0x23b5f3(0x357)]||_0x17e228[_0x23b5f3(0x36f)];if(_0x1d954c&&!this[_0x23b5f3(0x28b)](_0x17e228)&&!_0x53224a[_0x23b5f3(0x374)](isInternalHook,_0x17e228['fn'])){const _0x134c3c={};_0x134c3c[_0x23b5f3(0x332)]=_0x17e228[_0x23b5f3(0x332)]||_0x53224a[_0x23b5f3(0x2c6)],_0x134c3c[_0x23b5f3(0x29e)]=_0x17e228[_0x23b5f3(0x29e)]||'\x22'+_0x17e228[_0x23b5f3(0x332)]+_0x23b5f3(0x1ed),_0x41b5f6['set'](_0x1d954c,_0x134c3c);}}),_0x53224a['SxHsK'](_0x1e141a,_0x1b4479[_0x4d3394(0x221)]);};return _0x53224a[_0x510e81(0x1de)](_0x1e141a,_0x1c5a43),_0x41b5f6;}[a71_0x1b56eb(0x28b)](_0x1b2e64){const _0x5d0608=a71_0x1b56eb,_0x34f7de={};_0x34f7de[_0x5d0608(0x37c)]=_0x5d0608(0x250),_0x34f7de[_0x5d0608(0x2e1)]=_0x5d0608(0x353);const _0x428307=_0x34f7de;try{const _0x30693b=this[_0x5d0608(0x362)](_0x1b2e64);return _0x30693b&&_0x30693b[_0x5d0608(0x251)](_0x428307[_0x5d0608(0x37c)]);}catch(_0x4662c9){logger[_0x5d0608(0x298)](_0x428307[_0x5d0608(0x2e1)]);}return![];}[a71_0x1b56eb(0x362)](_0x50eac4){const _0x3a5b06=a71_0x1b56eb;if(_0x50eac4[_0x3a5b06(0x300)])try{const _0x49bab9=stackTrace[_0x3a5b06(0x211)](_0x50eac4['asyncError']);return _0x49bab9[0x0]?_0x49bab9[0x0][_0x3a5b06(0x334)]():null;}catch(_0x405185){logger[_0x3a5b06(0x298)](_0x3a5b06(0x351)+util['format'](_0x405185));}if(_0x50eac4[_0x3a5b06(0x355)])return _0x50eac4[_0x3a5b06(0x355)];return null;}}module[a71_0x1b56eb(0x249)]=JestTestFramework;
1
+ const a71_0x441d34=a71_0x1c70;(function(_0xef06d2,_0x1e0d9c){const _0x5cdfb2=a71_0x1c70,_0x5d235a=_0xef06d2();while(!![]){try{const _0x3e1fd6=-parseInt(_0x5cdfb2(0x33a))/0x1*(parseInt(_0x5cdfb2(0x272))/0x2)+-parseInt(_0x5cdfb2(0x1dd))/0x3*(parseInt(_0x5cdfb2(0x246))/0x4)+-parseInt(_0x5cdfb2(0x1ec))/0x5*(-parseInt(_0x5cdfb2(0x312))/0x6)+-parseInt(_0x5cdfb2(0x24d))/0x7+-parseInt(_0x5cdfb2(0x31d))/0x8*(-parseInt(_0x5cdfb2(0x2b0))/0x9)+parseInt(_0x5cdfb2(0x1f7))/0xa*(-parseInt(_0x5cdfb2(0x212))/0xb)+parseInt(_0x5cdfb2(0x242))/0xc;if(_0x3e1fd6===_0x1e0d9c)break;else _0x5d235a['push'](_0x5d235a['shift']());}catch(_0x650019){_0x5d235a['push'](_0x5d235a['shift']());}}}(a71_0xda3e,0x50648));function a71_0x1c70(_0x41150c,_0x109541){const _0xda3e90=a71_0xda3e();return a71_0x1c70=function(_0x1c70c1,_0x267a38){_0x1c70c1=_0x1c70c1-0x1a7;let _0x512187=_0xda3e90[_0x1c70c1];return _0x512187;},a71_0x1c70(_0x41150c,_0x109541);}const TestFramework=require(a71_0x441d34(0x2b9)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a71_0x441d34(0x28d)),{createClassLogger}=require(a71_0x441d34(0x1ee)),TestFrameworkInstance=require(a71_0x441d34(0x2c4)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a71_0x441d34(0x20b)),TestFrameworkConstants=require(a71_0x441d34(0x22d)),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),{isInternalHook}=require(a71_0x441d34(0x2b6)),logger=createClassLogger(a71_0x441d34(0x1b0)),{v4:uuidv4}=require(a71_0x441d34(0x32e)),util=require(a71_0x441d34(0x236)),TestInfo=require('../TestInfo.js'),GrpcClient=require('../grpcClient'),stackTrace=require(a71_0x441d34(0x1d2));class JestTestFramework extends TestFramework{constructor(_0x5beeff,_0x434577,_0x277441){const _0x23afd4=a71_0x441d34;super(_0x5beeff,_0x434577,_0x277441),this[_0x23afd4(0x237)]=new Map();}['setActiveHook'](_0x470691,_0x374f75,_0x50178a){const _0x35391a=a71_0x441d34,_0x18be2e={};_0x18be2e[_0x35391a(0x21f)]=function(_0x50b865,_0x472c58){return _0x50b865||_0x472c58;};const _0x15e2ca=_0x18be2e;if(_0x15e2ca[_0x35391a(0x21f)](!_0x470691,!_0x374f75)){logger[_0x35391a(0x215)](_0x35391a(0x319)+_0x470691+_0x35391a(0x216)+_0x374f75);return;}!this[_0x35391a(0x237)][_0x35391a(0x1d6)](_0x470691)&&this[_0x35391a(0x237)][_0x35391a(0x1b2)](_0x470691,[]);const _0x4c1054={'hookUUID':_0x374f75,'hookType':_0x50178a,'startedAt':new Date()[_0x35391a(0x317)]()};this[_0x35391a(0x237)][_0x35391a(0x2b3)](_0x470691)[_0x35391a(0x26d)](_0x4c1054),logger[_0x35391a(0x2fe)](_0x35391a(0x1bf)+_0x470691+_0x35391a(0x216)+_0x374f75+_0x35391a(0x213)+_0x50178a+_0x35391a(0x28a)+this[_0x35391a(0x237)][_0x35391a(0x2b3)](_0x470691)[_0x35391a(0x1f8)]);}['removeActiveHook'](_0x1a7ae2,_0x1ae802){const _0x2f0a42=a71_0x441d34,_0x5ad5fc={};_0x5ad5fc[_0x2f0a42(0x1b3)]=function(_0x44ace9,_0x7ac77c){return _0x44ace9||_0x7ac77c;},_0x5ad5fc[_0x2f0a42(0x21d)]=function(_0x10f1e0,_0x55f615){return _0x10f1e0!==_0x55f615;},_0x5ad5fc[_0x2f0a42(0x2ac)]=function(_0x4d3b91,_0x1b2f90){return _0x4d3b91===_0x1b2f90;};const _0x1044be=_0x5ad5fc;if(_0x1044be[_0x2f0a42(0x1b3)](!_0x1a7ae2,!_0x1ae802)){logger['warn'](_0x2f0a42(0x1e5)+_0x1a7ae2+',\x20hookUUID='+_0x1ae802);return;}if(this['activeHooks'][_0x2f0a42(0x1d6)](_0x1a7ae2)){const _0x1a6a87=this['activeHooks'][_0x2f0a42(0x2b3)](_0x1a7ae2),_0x33768e=_0x1a6a87[_0x2f0a42(0x1b9)](_0x4df79e=>_0x4df79e['hookUUID']===_0x1ae802);_0x1044be[_0x2f0a42(0x21d)](_0x33768e,-0x1)?(_0x1a6a87[_0x2f0a42(0x2d2)](_0x33768e,0x1),logger[_0x2f0a42(0x2fe)]('[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier='+_0x1a7ae2+_0x2f0a42(0x216)+_0x1ae802+_0x2f0a42(0x280)+_0x1a6a87[_0x2f0a42(0x1f8)]),_0x1044be[_0x2f0a42(0x2ac)](_0x1a6a87[_0x2f0a42(0x1f8)],0x0)&&this[_0x2f0a42(0x237)][_0x2f0a42(0x1ca)](_0x1a7ae2)):logger[_0x2f0a42(0x2fe)]('[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier='+_0x1a7ae2+_0x2f0a42(0x216)+_0x1ae802);}}[a71_0x441d34(0x2f7)](_0x3e431c){const _0x26220e=a71_0x441d34,_0x5c494d={};_0x5c494d['xULVi']=function(_0x2c5308,_0x51325d){return _0x2c5308>_0x51325d;},_0x5c494d[_0x26220e(0x324)]=function(_0x1f4d10,_0x1f1854){return _0x1f4d10-_0x1f1854;};const _0x153737=_0x5c494d;if(!_0x3e431c)return null;if(this[_0x26220e(0x237)][_0x26220e(0x1d6)](_0x3e431c)){const _0x705927=this[_0x26220e(0x237)][_0x26220e(0x2b3)](_0x3e431c);if(_0x153737[_0x26220e(0x30e)](_0x705927[_0x26220e(0x1f8)],0x0)){const _0x3e238b=_0x705927[_0x153737['iJJnH'](_0x705927[_0x26220e(0x1f8)],0x1)];return logger[_0x26220e(0x2fe)](_0x26220e(0x303)+_0x3e431c+_0x26220e(0x216)+_0x3e238b[_0x26220e(0x222)]+_0x26220e(0x213)+_0x3e238b[_0x26220e(0x337)]),_0x3e238b;}}return null;}async[a71_0x441d34(0x26a)](_0x43e981,_0x411d79,_0x2b2f8b={}){const _0x121c31=a71_0x441d34,_0x35f985={};_0x35f985[_0x121c31(0x1fe)]=_0x121c31(0x233),_0x35f985[_0x121c31(0x27b)]=function(_0x4b968e,_0x3b2ddf){return _0x4b968e===_0x3b2ddf;},_0x35f985[_0x121c31(0x329)]=function(_0x53fb7b,_0x272b28){return _0x53fb7b===_0x272b28;},_0x35f985['ealVX']=function(_0x522428,_0x52994a){return _0x522428||_0x52994a;},_0x35f985[_0x121c31(0x332)]=_0x121c31(0x20c),_0x35f985[_0x121c31(0x2bd)]=function(_0x53383f,_0x2746fd){return _0x53383f===_0x2746fd;};const _0x1c13f8=_0x35f985;logger[_0x121c31(0x2fe)](_0x121c31(0x2af)+_0x43e981+',\x20hookState='+_0x411d79+_0x121c31(0x22b)+Object[_0x121c31(0x259)](_0x2b2f8b)['join'](',')),await super[_0x121c31(0x26a)](_0x43e981,_0x411d79,_0x2b2f8b);const _0x22ecf1=this[_0x121c31(0x2ce)](_0x43e981,_0x411d79,_0x2b2f8b);if(!_0x22ecf1){logger['debug'](_0x1c13f8[_0x121c31(0x1fe)]);return;}try{let _0x323ac2,_0x41bdd9,_0x5d7e10;switch(_0x43e981){case TestFrameworkState[_0x121c31(0x2f8)]:_0x323ac2=_0x2b2f8b[_0x121c31(0x1ce)];const _0xc75c84={};_0xc75c84['depth']=0x2,_0xc75c84[_0x121c31(0x269)]=0x3,logger[_0x121c31(0x2fe)](_0x121c31(0x1e1)+_0x411d79+_0x121c31(0x25f)+util[_0x121c31(0x21e)](_0x323ac2,_0xc75c84)),_0x5d7e10=this['getJestTestIdentifier'](_0x323ac2),_0x41bdd9=null,logger['debug'](_0x121c31(0x1f3)+_0x5d7e10+_0x121c31(0x288));if(_0x1c13f8[_0x121c31(0x27b)](_0x411d79,HookState[_0x121c31(0x27c)])){logger[_0x121c31(0x2fe)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20'+_0x5d7e10);const _0x488ee9={};_0x488ee9[_0x121c31(0x2c9)]=_0x41bdd9,_0x488ee9[_0x121c31(0x318)]=_0x323ac2,_0x488ee9[_0x121c31(0x2ca)]=_0x5d7e10;const _0x32ece9=this[_0x121c31(0x203)](_0x488ee9),_0x467dad={};_0x467dad[_0x121c31(0x251)]=0x2,_0x467dad['maxArrayLength']=0x3,logger[_0x121c31(0x2fe)](_0x121c31(0x267)+util[_0x121c31(0x21e)](_0x32ece9,_0x467dad)),_0x22ecf1[_0x121c31(0x230)](_0x32ece9),logger[_0x121c31(0x2fe)](_0x121c31(0x335)+_0x5d7e10),await this[_0x121c31(0x28e)](_0x22ecf1,_0x5d7e10);}else{if(_0x1c13f8['SEsWd'](_0x411d79,HookState['POST'])){logger[_0x121c31(0x2fe)](_0x121c31(0x326)+_0x5d7e10);const _0x37e306=_0x22ecf1[_0x121c31(0x27e)]()[_0x121c31(0x2b3)](_0x5d7e10);logger[_0x121c31(0x2fe)](_0x121c31(0x302)+util['inspect'](Object[_0x121c31(0x259)](_0x1c13f8['ealVX'](_0x37e306,{}))));_0x37e306&&_0x37e306[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]?logger[_0x121c31(0x2fe)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20'+Object[_0x121c31(0x259)](_0x37e306[TestFrameworkConstants[_0x121c31(0x219)]])[_0x121c31(0x1f8)]+_0x121c31(0x2a9)):logger['debug'](_0x1c13f8[_0x121c31(0x332)]);const _0x3caa34=_0x2b2f8b[_0x121c31(0x226)]||null,_0x6921ed={};_0x6921ed[_0x121c31(0x2c9)]=_0x41bdd9,_0x6921ed[_0x121c31(0x318)]=_0x323ac2,_0x6921ed['testId']=_0x5d7e10,_0x6921ed[_0x121c31(0x226)]=_0x3caa34;const _0x188a1c=this[_0x121c31(0x23d)](_0x6921ed),_0x2e7e98={};_0x2e7e98[_0x121c31(0x251)]=0x2,_0x2e7e98['maxArrayLength']=0x3,logger[_0x121c31(0x2fe)](_0x121c31(0x244)+util[_0x121c31(0x21e)](_0x188a1c,_0x2e7e98)),_0x22ecf1['addMultipleEntries'](_0x188a1c),logger[_0x121c31(0x2fe)](_0x121c31(0x1de)+_0x5d7e10),await this[_0x121c31(0x28e)](_0x22ecf1,_0x5d7e10);}}break;case TestFrameworkState[_0x121c31(0x1b8)]:if(_0x1c13f8['ikJXw'](_0x411d79,HookState[_0x121c31(0x262)])){const _0x3ab153={};_0x3ab153[_0x121c31(0x251)]=0x2,logger[_0x121c31(0x2fe)](_0x121c31(0x309)+util[_0x121c31(0x21e)](_0x2b2f8b,_0x3ab153)),await this['sendLogCreatedEvent'](_0x22ecf1,_0x43e981,_0x2b2f8b);}break;default:if(CLIUtils[_0x121c31(0x1bd)](_0x43e981[_0x121c31(0x1eb)]()['split']('.')[0x1])){const _0x1e675d={};_0x1e675d[_0x121c31(0x251)]=0x2,_0x1e675d[_0x121c31(0x269)]=0x3,logger[_0x121c31(0x2fe)](_0x121c31(0x24c)+_0x43e981+',\x20hookState='+_0x411d79+',\x20hookData='+util[_0x121c31(0x21e)](_0x2b2f8b['hookData'],_0x1e675d));const _0x5d36b2=await this['trackHookEvent'](_0x22ecf1,_0x43e981,_0x411d79,_0x2b2f8b),_0x2fd67b={};_0x2fd67b[_0x121c31(0x251)]=0x2,_0x2fd67b[_0x121c31(0x269)]=0x3,logger[_0x121c31(0x2fe)](_0x121c31(0x1ac)+util['inspect'](_0x5d36b2,_0x2fd67b)),_0x22ecf1['addMultipleEntries'](_0x5d36b2);}else logger[_0x121c31(0x2fe)](_0x121c31(0x252)+_0x43e981+_0x121c31(0x31b)+_0x411d79);break;}logger[_0x121c31(0x2fe)](_0x121c31(0x1b6)+_0x43e981+_0x121c31(0x295)+_0x411d79);}catch(_0x4be494){logger['error']('[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState='+_0x43e981+_0x121c31(0x295)+_0x411d79+_0x121c31(0x1d4)+util[_0x121c31(0x2d7)](_0x4be494));}_0x2b2f8b['instance']=_0x22ecf1,await this[_0x121c31(0x307)](_0x22ecf1,_0x43e981,_0x411d79,_0x2b2f8b);}[a71_0x441d34(0x25c)](_0xdbab6d){const _0x1119fa=a71_0x441d34,_0x4a1053={};_0x4a1053[_0x1119fa(0x2d3)]=_0x1119fa(0x2be);const _0x4ba1f7=_0x4a1053;if(_0xdbab6d&&(_0xdbab6d['id']||_0xdbab6d[_0x1119fa(0x32e)])){const _0x36293c=_0xdbab6d['id']||_0xdbab6d[_0x1119fa(0x32e)];return logger[_0x1119fa(0x2fe)](_0x1119fa(0x287)+_0x36293c+_0x1119fa(0x20d)),_0x36293c;}return logger[_0x1119fa(0x2fe)](_0x4ba1f7[_0x1119fa(0x2d3)]),process[_0x1119fa(0x20e)]+_0x1119fa(0x2de);}[a71_0x441d34(0x2ce)](_0x5cd509,_0x2fa70b,_0x25706a={}){const _0x18284a=a71_0x441d34;let _0x3ffd99=null;return _0x3ffd99=TestFramework[_0x18284a(0x1fa)](),!_0x3ffd99?(logger[_0x18284a(0x2fe)](_0x18284a(0x282)+_0x5cd509),this[_0x18284a(0x2a1)](_0x5cd509,_0x25706a),_0x3ffd99=TestFramework['getTrackedInstance'](),logger[_0x18284a(0x2fe)](_0x18284a(0x33e)+!!_0x3ffd99+',\x20contextId='+_0x3ffd99?.['getContext']()?.[_0x18284a(0x331)]())):logger['debug'](_0x18284a(0x25a)+_0x3ffd99[_0x18284a(0x32f)]()?.[_0x18284a(0x331)]()),_0x3ffd99;}[a71_0x441d34(0x2a1)](_0x41f022,_0x4f9557){const _0x17de7d=a71_0x441d34,_0x36ee31={};_0x36ee31[_0x17de7d(0x2b4)]=_0x17de7d(0x221);const _0x5b9776=_0x36ee31;if(TestFramework[_0x17de7d(0x1fa)]()){logger[_0x17de7d(0x2fe)](_0x5b9776[_0x17de7d(0x2b4)]);return;}const _0x3b61ac=CLIUtils[_0x17de7d(0x29e)](),_0x3e3b25=TrackedInstance['createContext'](_0x3b61ac);let _0x2a513b=null;logger[_0x17de7d(0x2fe)](_0x17de7d(0x1d3)+_0x3b61ac+_0x17de7d(0x294)+_0x41f022),_0x2a513b=new TestFrameworkInstance(_0x3e3b25,this[_0x17de7d(0x2d5)](),this[_0x17de7d(0x20f)](),_0x41f022,HookState[_0x17de7d(0x2f4)]),TestFramework[_0x17de7d(0x1c7)](_0x3e3b25,_0x2a513b),logger[_0x17de7d(0x2fe)](_0x17de7d(0x31c)+_0x3e3b25[_0x17de7d(0x331)]()+_0x17de7d(0x25e)+_0x3b61ac+_0x17de7d(0x1a9)+this[_0x17de7d(0x2d5)]()[0x0]+_0x17de7d(0x29f)+this[_0x17de7d(0x20f)]()[this[_0x17de7d(0x2d5)]()[0x0]]);}['parseJestTest'](_0x1ea890){const _0xf64507=a71_0x441d34,_0xf62113={};_0xf62113[_0xf64507(0x28c)]=function(_0x5379a5,_0xb7bbcd){return _0x5379a5||_0xb7bbcd;},_0xf62113['fsoYm']=_0xf64507(0x231);const _0x48ff82=_0xf62113,{testUUID:_0x207fc1,testData:_0x337b9a,testId:_0x3e09c1}=_0x1ea890;if(_0x48ff82[_0xf64507(0x28c)](!_0x337b9a,!_0x3e09c1))return logger[_0xf64507(0x2fe)](_0x48ff82[_0xf64507(0x2e9)]),{};const _0x1bebdd=this['getTestFrameworks']()[0x0],_0x4982f0=this[_0xf64507(0x20f)](),_0x29e3d7={};_0x29e3d7[_0xf64507(0x251)]=0x2,_0x29e3d7[_0xf64507(0x269)]=0x3,logger[_0xf64507(0x2fe)]('[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20'+util[_0xf64507(0x21e)](_0x337b9a,_0x29e3d7));const _0x3c0cf0=_0x337b9a?.[_0xf64507(0x1f6)]||[],_0xcef6fe=this[_0xf64507(0x33b)](_0x337b9a),_0x4e1147=this[_0xf64507(0x1cb)](_0x337b9a),_0x5ac697=_0x337b9a['fn']?_0x337b9a['fn'][_0xf64507(0x1eb)]():null,_0x404e39=this['getJestTestTags'](_0x337b9a),_0x54d75a={[TestFrameworkConstants[_0xf64507(0x1db)]]:_0x1bebdd,[TestFrameworkConstants[_0xf64507(0x333)]]:_0x4982f0[_0x1bebdd],[TestFrameworkConstants[_0xf64507(0x261)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants[_0xf64507(0x1ff)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0xf64507(0x1c9)],[TestFrameworkConstants[_0xf64507(0x25d)]]:_0xcef6fe,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x4e1147,[TestFrameworkConstants[_0xf64507(0x1ae)]]:_0x3e09c1,[TestFrameworkConstants[_0xf64507(0x225)]]:_0xcef6fe,[TestFrameworkConstants[_0xf64507(0x2cc)]]:_0x4e1147,[TestFrameworkConstants[_0xf64507(0x2e8)]]:_0x5ac697,[TestFrameworkConstants[_0xf64507(0x270)]]:_0x404e39,[TestFrameworkConstants[_0xf64507(0x256)]]:_0x337b9a[_0xf64507(0x200)]||new Date()[_0xf64507(0x317)](),[TestFrameworkConstants[_0xf64507(0x314)]]:_0x3c0cf0[0x0]||'',[TestFrameworkConstants[_0xf64507(0x2b8)]]:_0x3c0cf0,[TestFrameworkConstants[_0xf64507(0x2e6)]]:_0xcef6fe,[TestFrameworkConstants[_0xf64507(0x1f1)]]:{},[TestFrameworkConstants[_0xf64507(0x258)]]:{}};_0x337b9a['retryOf']&&(_0x54d75a[TestFrameworkConstants[_0xf64507(0x1ad)]]=_0x337b9a[_0xf64507(0x1a7)]);logger[_0xf64507(0x2fe)](_0xf64507(0x2a3)+_0xcef6fe+_0xf64507(0x279)+_0x3e09c1+'\x20(testIdentifier),\x20tags='+JSON[_0xf64507(0x283)](_0x404e39)+_0xf64507(0x2ea)+util[_0xf64507(0x21e)](_0x3c0cf0)+',\x20filePath='+_0x4e1147);const _0x263492={};return _0x263492[_0x3e09c1]=_0x54d75a,_0x263492;}[a71_0x441d34(0x23d)](_0x80aedc){const _0x5a4f6c=a71_0x441d34,_0x5bce10={'Mektj':function(_0x290259,_0x280c91){return _0x290259===_0x280c91;},'iApBr':_0x5a4f6c(0x2f0),'wNgqR':function(_0x56f95d,_0x258e74){return _0x56f95d===_0x258e74;},'nOjAT':_0x5a4f6c(0x1e9),'EmOBt':_0x5a4f6c(0x2dc),'mCARl':_0x5a4f6c(0x2cb),'lURBI':function(_0x353f51,_0x2de8b4){return _0x353f51||_0x2de8b4;},'GlRby':'No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','SevXI':function(_0x1e2c83,_0x119cf9){return _0x1e2c83||_0x119cf9;},'OaiER':_0x5a4f6c(0x245),'ZwhVc':function(_0x212c6d,_0x53c53d){return _0x212c6d>_0x53c53d;},'iyTFr':'failed','jwnvW':_0x5a4f6c(0x260),'FLNOc':_0x5a4f6c(0x32b),'ckSnr':_0x5a4f6c(0x1bb),'jlwiD':function(_0x463bf5,_0x37d729){return _0x463bf5!==_0x37d729;},'JKJWb':function(_0x4c4fa6,_0x55b004,_0x441ad7,_0x396267){return _0x4c4fa6(_0x55b004,_0x441ad7,_0x396267);},'lTMuR':function(_0x38300a,_0x45c1af){return _0x38300a>_0x45c1af;},'qNXVK':_0x5a4f6c(0x23f)},{testUUID:_0x21c638,testData:_0x303568,testId:_0x2b57b6}=_0x80aedc;if(_0x5bce10['lURBI'](!_0x303568,!_0x2b57b6))return logger[_0x5a4f6c(0x2fe)](_0x5bce10[_0x5a4f6c(0x264)]),{};const _0xb800ee=this[_0x5a4f6c(0x2ce)](TestFrameworkState[_0x5a4f6c(0x2f8)],HookState[_0x5a4f6c(0x262)]),_0x1093ca=_0xb800ee[_0x5a4f6c(0x27e)]()[_0x5a4f6c(0x2b3)](_0x2b57b6),_0x360e8b=_0x5bce10[_0x5a4f6c(0x323)](_0x1093ca,{}),_0x3a3bbd=_0x360e8b?_0x360e8b[TestFrameworkConstants[_0x5a4f6c(0x1f1)]]||{}:{},_0x582d4a=_0x360e8b[TestFrameworkConstants[_0x5a4f6c(0x219)]];logger[_0x5a4f6c(0x2fe)]('[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20'+(_0x582d4a?Object[_0x5a4f6c(0x259)](_0x582d4a)['length']:0x0)+_0x5a4f6c(0x1b7));let _0x2396d1=_0x5bce10[_0x5a4f6c(0x1d8)];if(_0x303568['result'])_0x2396d1=_0x303568[_0x5a4f6c(0x285)];else{if(_0x303568[_0x5a4f6c(0x2ec)]&&_0x5bce10['ZwhVc'](_0x303568[_0x5a4f6c(0x2ec)][_0x5a4f6c(0x1f8)],0x0))_0x2396d1=_0x5bce10[_0x5a4f6c(0x1a8)];else _0x5bce10['wNgqR'](_0x303568[_0x5a4f6c(0x339)],_0x5bce10[_0x5a4f6c(0x33d)])||_0x5bce10[_0x5a4f6c(0x2ad)](_0x303568['status'],_0x5bce10[_0x5a4f6c(0x291)])?_0x2396d1=_0x5bce10[_0x5a4f6c(0x291)]:_0x2396d1=_0x5bce10['ckSnr'];}const _0x1fac45={..._0x360e8b,[TestFrameworkConstants[_0x5a4f6c(0x204)]]:_0x2396d1,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x303568[_0x5a4f6c(0x2b2)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x5a4f6c(0x1da)]]:new Date()[_0x5a4f6c(0x317)](),[TestFrameworkConstants[_0x5a4f6c(0x1f1)]]:_0x3a3bbd,[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants[_0x5a4f6c(0x258)]]:{}};if(_0x5bce10[_0x5a4f6c(0x2ad)](_0x2396d1,_0x5bce10[_0x5a4f6c(0x1a8)])&&_0x303568[_0x5a4f6c(0x2ec)]){const _0x13fb9=this[_0x5a4f6c(0x1d7)](_0x303568),_0x10863d=this[_0x5a4f6c(0x33c)](_0x303568),_0xa7f5de=this[_0x5a4f6c(0x274)](_0x303568);_0x1fac45[TestFrameworkConstants[_0x5a4f6c(0x2a5)]]=_0x10863d,_0x1fac45[TestFrameworkConstants[_0x5a4f6c(0x2d0)]]=_0x13fb9,_0x1fac45[TestFrameworkConstants[_0x5a4f6c(0x2c5)]]=_0xa7f5de;}_0x5bce10['jlwiD'](_0x303568[_0x5a4f6c(0x1d9)],undefined)&&(_0x1fac45[TestFrameworkConstants[_0x5a4f6c(0x20a)]]=_0x303568[_0x5a4f6c(0x1d9)]);_0x303568[_0x5a4f6c(0x1a7)]&&(_0x1fac45[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x303568[_0x5a4f6c(0x1a7)]);const _0x4d3c3e=_0x1093ca?_0x1093ca[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{}:{},_0x2606e6=_0x1093ca?_0x1093ca[TestFrameworkConstants['KEY_TEST_UUID']]:_0x21c638,_0x4448d3=_0x5bce10['JKJWb'](getManualUploadLogs,_0x4d3c3e,_0x2606e6,_0x2b57b6);if(_0x5bce10['ZwhVc'](_0x4448d3[_0x5a4f6c(0x1f8)],0x0)){const _0x2502b9=_0x1fac45[TestFrameworkConstants[_0x5a4f6c(0x1c6)]]||[];_0x1fac45[TestFrameworkConstants[_0x5a4f6c(0x1c6)]]=[..._0x2502b9,..._0x4448d3];}const _0x25d5a1=_0x360e8b[TestFrameworkConstants[_0x5a4f6c(0x297)]]||{},_0x422193=_0x360e8b[TestFrameworkConstants['KEY_HOOKS_STARTED']]||{},_0x3853d6={..._0x25d5a1},_0x1dbbf5=_0x3853d6;Object[_0x5a4f6c(0x259)](_0x422193)['forEach'](_0x68c451=>{const _0x4f168a=_0x5a4f6c;!_0x1dbbf5[_0x68c451]&&(_0x1dbbf5[_0x68c451]=[]);const _0x4ca860=new Set((_0x1dbbf5[_0x68c451]||[])[_0x4f168a(0x2ef)](_0x485a62=>_0x485a62[TestFrameworkConstants['KEY_HOOK_ID']]||_0x485a62[_0x4f168a(0x23a)]));(_0x422193[_0x68c451]||[])[_0x4f168a(0x2a2)](_0x5001ad=>{const _0x544e02=_0x4f168a,_0x5a3edf=_0x5001ad[TestFrameworkConstants['KEY_HOOK_ID']]||_0x5001ad[_0x544e02(0x23a)];if(!_0x4ca860[_0x544e02(0x1d6)](_0x5a3edf)){const _0x533c3c={..._0x5001ad},_0x241465=_0x533c3c;!_0x241465[TestFrameworkConstants[_0x544e02(0x2f3)]]&&!_0x241465['event_ended_at']&&(_0x241465[TestFrameworkConstants[_0x544e02(0x2f3)]]=new Date()[_0x544e02(0x317)]()),!_0x241465[TestFrameworkConstants[_0x544e02(0x2ba)]]&&!_0x241465['hook_result']&&(_0x241465[TestFrameworkConstants['KEY_HOOK_RESULT']]=TestFrameworkConstants[_0x544e02(0x2ed)]),_0x1dbbf5[_0x68c451][_0x544e02(0x26d)](_0x241465);}});});if(_0x80aedc[_0x5a4f6c(0x226)]){this[_0x5a4f6c(0x257)](_0x80aedc[_0x5a4f6c(0x226)]);const _0x57608e=this[_0x5a4f6c(0x1e8)](_0x80aedc[_0x5a4f6c(0x226)]),_0x43e065=this[_0x5a4f6c(0x305)](_0x80aedc['originalTest']);_0x43e065[_0x5a4f6c(0x2a2)](_0x4c5bd9=>{const _0xbb42d7=_0x5a4f6c,_0x159d9e=_0x57608e[_0xbb42d7(0x2b3)](_0x4c5bd9);if(_0x159d9e&&(_0x5bce10[_0xbb42d7(0x1c0)](_0x159d9e[_0xbb42d7(0x2fc)],_0x5bce10[_0xbb42d7(0x298)])||_0x5bce10[_0xbb42d7(0x2ad)](_0x159d9e[_0xbb42d7(0x2fc)],_0x5bce10['nOjAT']))){const _0x22db19=_0x159d9e[_0xbb42d7(0x2fc)][_0xbb42d7(0x263)]()[_0xbb42d7(0x31e)](_0x5bce10[_0xbb42d7(0x218)],_0x5bce10[_0xbb42d7(0x30b)]),_0x1ba78a=_0x22db19;!_0x1dbbf5[_0x1ba78a]&&(_0x1dbbf5[_0x1ba78a]=[]);const _0x48a1de=_0x1dbbf5[_0x1ba78a][_0xbb42d7(0x32a)](_0x90fa93=>(_0x90fa93[TestFrameworkConstants[_0xbb42d7(0x2fa)]]||_0x90fa93['hook_id'])===_0x4c5bd9);!_0x48a1de&&_0x1dbbf5[_0x1ba78a][_0xbb42d7(0x26d)]({'key':_0x1ba78a,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x4c5bd9,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0xbb42d7(0x2ed)],[TestFrameworkConstants[_0xbb42d7(0x28f)]]:new Date()[_0xbb42d7(0x317)](),[TestFrameworkConstants[_0xbb42d7(0x2f3)]]:new Date()[_0xbb42d7(0x317)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0xbb42d7(0x2c6)]]:_0x159d9e[_0xbb42d7(0x306)]||_0x159d9e[_0xbb42d7(0x2fc)]+_0xbb42d7(0x248),[TestFrameworkConstants[_0xbb42d7(0x1f1)]]:_0x3a3bbd});}});}if(_0x303568['hooks']&&_0x5bce10[_0x5a4f6c(0x1c8)](_0x303568[_0x5a4f6c(0x1c1)][_0x5a4f6c(0x1f8)],0x0))_0x1fac45[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x303568['hooks'],logger[_0x5a4f6c(0x2fe)](_0x5bce10[_0x5a4f6c(0x217)]);else _0x5bce10[_0x5a4f6c(0x210)](Object[_0x5a4f6c(0x259)](_0x1dbbf5)[_0x5a4f6c(0x1f8)],0x0)&&(_0x1fac45[TestFrameworkConstants[_0x5a4f6c(0x297)]]=_0x1dbbf5,logger[_0x5a4f6c(0x2fe)]('[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes='+Object[_0x5a4f6c(0x259)](_0x1dbbf5)[_0x5a4f6c(0x320)](',')));const _0x54f700=this[_0x5a4f6c(0x33b)](_0x303568);logger[_0x5a4f6c(0x2fe)](_0x5a4f6c(0x2cd)+_0x54f700+_0x5a4f6c(0x279)+_0x2b57b6+_0x5a4f6c(0x1d0)+_0x2396d1+_0x5a4f6c(0x207)+_0x303568['duration']);_0x5bce10[_0x5a4f6c(0x2ad)](_0x2396d1,_0x5bce10['iyTFr'])&&logger[_0x5a4f6c(0x2fe)](_0x5a4f6c(0x1e2)+_0x2b57b6+_0x5a4f6c(0x239)+_0x1fac45[TestFrameworkConstants[_0x5a4f6c(0x2a5)]]+_0x5a4f6c(0x338)+_0x1fac45[TestFrameworkConstants[_0x5a4f6c(0x2d0)]]?.[_0x5a4f6c(0x2ab)](0x0,0xc8));const _0x2c3bb5={};return _0x2c3bb5[_0x2b57b6]=_0x1fac45,_0x2c3bb5;}[a71_0x441d34(0x205)](_0x2827c6){const _0xd55a90=a71_0x441d34,_0x2eb005={};_0x2eb005['TQLJe']=function(_0x1cff0e,_0x1bc9aa){return _0x1cff0e!==_0x1bc9aa;},_0x2eb005[_0xd55a90(0x234)]=_0xd55a90(0x1fd);const _0x496e46=_0x2eb005,_0x1968ca={};_0x1968ca[_0xd55a90(0x251)]=0x2,_0x1968ca[_0xd55a90(0x269)]=0x3,logger[_0xd55a90(0x2fe)](_0xd55a90(0x1fb)+util[_0xd55a90(0x21e)](_0x2827c6,_0x1968ca));const _0x55b6ee=[];if(_0x2827c6&&_0x2827c6[_0xd55a90(0x2f9)]){let _0x4676ea=_0x2827c6[_0xd55a90(0x2f9)];while(_0x4676ea&&_0x4676ea[_0xd55a90(0x306)]&&_0x496e46[_0xd55a90(0x2e3)](_0x4676ea[_0xd55a90(0x306)],'')&&_0x496e46[_0xd55a90(0x2e3)](_0x4676ea[_0xd55a90(0x306)],_0x496e46[_0xd55a90(0x234)])){_0x55b6ee['push'](_0x4676ea[_0xd55a90(0x306)]),_0x4676ea=_0x4676ea[_0xd55a90(0x2f9)];}}return _0x55b6ee[_0xd55a90(0x23e)]();}[a71_0x441d34(0x33b)](_0x1b9430){const _0x325fa2=a71_0x441d34,_0x3d9ea3={};_0x3d9ea3[_0x325fa2(0x29b)]='Unknown\x20Test';const _0x48d1ec=_0x3d9ea3;if(_0x1b9430[_0x325fa2(0x306)])return _0x1b9430[_0x325fa2(0x306)];if(_0x1b9430[_0x325fa2(0x284)])return _0x1b9430['title'];return _0x48d1ec[_0x325fa2(0x29b)];}[a71_0x441d34(0x2a7)](_0x3e9438){const _0x590a09=a71_0x441d34,_0xab916=[];if(_0x3e9438[_0x590a09(0x273)]&&Array[_0x590a09(0x31f)](_0x3e9438[_0x590a09(0x273)]))return _0x3e9438[_0x590a09(0x273)][_0x590a09(0x2ef)](_0x14ff09=>_0x14ff09[_0x590a09(0x201)]('@')?_0x14ff09[_0x590a09(0x2d8)](0x1):_0x14ff09);const _0x222f73=this[_0x590a09(0x33b)](_0x3e9438),_0x95a7c0=_0x222f73['match'](/@(\w+)/g);if(_0x95a7c0)return _0x95a7c0[_0x590a09(0x2ef)](_0x5a6af7=>_0x5a6af7[_0x590a09(0x1b4)](0x1));return _0x3e9438[_0x590a09(0x1f6)]&&Array[_0x590a09(0x31f)](_0x3e9438[_0x590a09(0x1f6)])&&_0x3e9438[_0x590a09(0x1f6)]['forEach'](_0x567406=>{const _0x5ce7cb=_0x590a09,_0x6c1c63=_0x567406[_0x5ce7cb(0x1f5)](/@(\w+)/g);_0x6c1c63&&_0x6c1c63[_0x5ce7cb(0x2a2)](_0x29fdb6=>{const _0x21d28b=_0x5ce7cb,_0x1b6dc1=_0x29fdb6['slice'](0x1);!_0xab916[_0x21d28b(0x1fc)](_0x1b6dc1)&&_0xab916[_0x21d28b(0x26d)](_0x1b6dc1);});}),_0xab916;}[a71_0x441d34(0x1cb)](_0x2b543d){const _0x547c9f=a71_0x441d34,_0x2a2de0={'zMmjr':function(_0x23e1e6,_0x183b78){return _0x23e1e6(_0x183b78);},'vFExZ':_0x547c9f(0x1d2)};if(_0x2b543d[_0x547c9f(0x27f)])return _0x2b543d[_0x547c9f(0x27f)];if(_0x2b543d['asyncError']){const _0x560fc9=_0x2a2de0[_0x547c9f(0x224)](require,_0x2a2de0[_0x547c9f(0x1aa)]);try{const _0x361548=_0x560fc9[_0x547c9f(0x265)](_0x2b543d[_0x547c9f(0x1e6)]);if(_0x361548[0x0]&&_0x361548[0x0]['getFileName'])return _0x361548[0x0][_0x547c9f(0x1df)]();}catch(_0x4ebc1c){logger[_0x547c9f(0x2fe)](_0x547c9f(0x2f5)+util[_0x547c9f(0x2d7)](_0x4ebc1c));}}return null;}[a71_0x441d34(0x1d7)](_0x500e6f){const _0x3c7cc1=a71_0x441d34,_0x1615cf={};_0x1615cf[_0x3c7cc1(0x2b1)]=function(_0x1dcf89,_0x5e5f95){return _0x1dcf89>_0x5e5f95;},_0x1615cf['nLvqT']='Unknown\x20error';const _0x6ca543=_0x1615cf;if(_0x500e6f[_0x3c7cc1(0x2ec)]&&_0x6ca543['htXbS'](_0x500e6f[_0x3c7cc1(0x2ec)][_0x3c7cc1(0x1f8)],0x0))return util['inspect'](_0x500e6f[_0x3c7cc1(0x2ec)][0x0]);if(_0x500e6f['failure_reason'])return _0x500e6f['failure_reason'];return _0x6ca543['nLvqT'];}['getJestFailureType'](_0x2b8670){const _0x52002d=a71_0x441d34,_0x5029b9={};_0x5029b9[_0x52002d(0x300)]='Assert',_0x5029b9[_0x52002d(0x31a)]=_0x52002d(0x2e7),_0x5029b9['RaONd']=_0x52002d(0x29c);const _0x2ad4f7=_0x5029b9,_0x50d341=this[_0x52002d(0x1d7)](_0x2b8670);if(_0x50d341&&_0x50d341[_0x52002d(0x1fc)](_0x2ad4f7['okdlW']))return _0x2ad4f7[_0x52002d(0x31a)];return _0x2ad4f7[_0x52002d(0x334)];}[a71_0x441d34(0x274)](_0x4d5eaf){const _0x7208c7=a71_0x441d34,_0xba8d9f={'xIdQA':function(_0x21a798,_0x42fa32){return _0x21a798(_0x42fa32);},'IHVCa':_0x7208c7(0x2b6),'IKqSa':function(_0x41f5f9,_0x43e459){return _0x41f5f9!==_0x43e459;},'RJFPZ':_0x7208c7(0x1ce)},{failureData:_0x567fd0}=_0xba8d9f[_0x7208c7(0x2ae)](require,_0xba8d9f[_0x7208c7(0x321)]),_0x41110f=[];return _0xba8d9f[_0x7208c7(0x1cf)](_0x4d5eaf[_0x7208c7(0x2ec)],undefined)&&_0x41110f[_0x7208c7(0x26d)](_0x4d5eaf[_0x7208c7(0x2ec)],_0xba8d9f[_0x7208c7(0x220)]),_0x567fd0[_0x7208c7(0x292)](null,_0x41110f);}async[a71_0x441d34(0x229)](_0x21298d,_0x5562,_0x1a9341,_0x543e64){const _0x39d2c0=a71_0x441d34,_0x2fbaf2={'VLKTN':_0x39d2c0(0x29d),'RuCzZ':function(_0x5332e8){return _0x5332e8();},'OFJuz':function(_0x124dfc,_0x20ab9e){return _0x124dfc in _0x20ab9e;},'faxkk':function(_0x231634,_0x359313){return _0x231634===_0x359313;},'IsuNh':function(_0x5912f7,_0x5a8877){return _0x5912f7>_0x5a8877;},'oGCmY':_0x39d2c0(0x243),'BaUoC':_0x39d2c0(0x1bb),'dWbeh':function(_0x422f2f,_0x252232){return _0x422f2f>_0x252232;},'mtEVz':function(_0x3a8457,_0x35308b){return _0x3a8457===_0x35308b;},'LXRXy':function(_0x249517,_0x241cc0){return _0x249517!==_0x241cc0;}},{hookData:_0x3b8a6a}=_0x543e64,_0x1240ea=_0x1a9341['toString'](),_0x203fa7=_0x5562[_0x39d2c0(0x1eb)](),_0x5e708c={};_0x5e708c[_0x39d2c0(0x251)]=0x2,_0x5e708c[_0x39d2c0(0x269)]=0x3,logger[_0x39d2c0(0x2fe)](_0x39d2c0(0x1f9)+_0x203fa7+_0x39d2c0(0x295)+_0x1240ea+',\x20hookData='+util[_0x39d2c0(0x21e)](_0x3b8a6a,_0x5e708c));if(!_0x3b8a6a)return logger[_0x39d2c0(0x2fe)](_0x2fbaf2[_0x39d2c0(0x2fd)]),{};const _0x7fb47=_0x3b8a6a[_0x39d2c0(0x32e)]||_0x3b8a6a[_0x39d2c0(0x202)]||_0x2fbaf2[_0x39d2c0(0x2b7)](uuidv4),_0x35c87b=_0x3b8a6a[_0x39d2c0(0x24b)]||this[_0x39d2c0(0x25c)](_0x3b8a6a),_0x5efe02=_0x5562[_0x39d2c0(0x1eb)]()['split']('.')[0x1],_0x3bc994=_0x21298d['getAllData']()[_0x39d2c0(0x2b3)](_0x35c87b),_0x4d9a00=_0x3bc994?_0x3bc994[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{};logger[_0x39d2c0(0x2fe)](_0x39d2c0(0x1e3)+_0x7fb47+',\x20testId='+_0x35c87b+_0x39d2c0(0x2dd)+_0x5efe02+_0x39d2c0(0x295)+_0x1240ea);if(!_0x3bc994)return logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20'+_0x35c87b+',\x20storing\x20as\x20pending\x20hook'),this[_0x39d2c0(0x1b1)](_0x21298d,_0x35c87b,_0x5562,_0x1a9341,_0x543e64),{};let _0x2a21fb=_0x3bc994[TestFrameworkConstants[_0x39d2c0(0x1ff)]];!_0x2a21fb&&(_0x2a21fb={});!_0x2fbaf2['OFJuz'](_0x5efe02,_0x2a21fb)&&(_0x2a21fb[_0x5efe02]=[]);let _0xf8bcff=_0x3bc994[TestFrameworkConstants[_0x39d2c0(0x297)]];!_0xf8bcff&&(_0xf8bcff={});!_0x2fbaf2['OFJuz'](_0x5efe02,_0xf8bcff)&&(_0xf8bcff[_0x5efe02]=[]);const _0x3c8dca={[TestFrameworkConstants[_0x39d2c0(0x1ff)]]:_0x2a21fb,[TestFrameworkConstants[_0x39d2c0(0x297)]]:_0xf8bcff},_0x5f2328={};_0x5f2328[_0x35c87b]=_0x3c8dca;const _0x155081=_0x5f2328;if(_0x2fbaf2[_0x39d2c0(0x2c0)](_0x1a9341,HookState[_0x39d2c0(0x27c)])){const _0x4d4bfe={'key':_0x5efe02,[TestFrameworkConstants[_0x39d2c0(0x2fa)]]:_0x7fb47,[TestFrameworkConstants[_0x39d2c0(0x2ba)]]:TestFrameworkConstants[_0x39d2c0(0x2ed)],[TestFrameworkConstants[_0x39d2c0(0x28f)]]:_0x3b8a6a[_0x39d2c0(0x200)]||new Date()[_0x39d2c0(0x317)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x39d2c0(0x2c6)]]:_0x3b8a6a[_0x39d2c0(0x306)]||_0x3b8a6a[_0x39d2c0(0x228)]||_0x5efe02,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x4d9a00};_0x2a21fb[_0x5efe02]['push'](_0x4d4bfe),_0x155081[_0x35c87b][TestFrameworkConstants[_0x39d2c0(0x28b)]]=_0x5efe02;const _0x3170ff={};_0x3170ff[_0x39d2c0(0x251)]=0x2,logger[_0x39d2c0(0x2fe)](_0x39d2c0(0x268)+_0x5efe02+',\x20hookId='+_0x7fb47+_0x39d2c0(0x279)+_0x35c87b+_0x39d2c0(0x209)+util[_0x39d2c0(0x21e)](_0x4d4bfe,_0x3170ff));}else{if(_0x2fbaf2['faxkk'](_0x1a9341,HookState['POST'])){const _0xd5e405=_0x3b8a6a[_0x39d2c0(0x285)]||(_0x3b8a6a[_0x39d2c0(0x2ec)]&&_0x2fbaf2[_0x39d2c0(0x1d1)](_0x3b8a6a[_0x39d2c0(0x2ec)][_0x39d2c0(0x1f8)],0x0)?_0x2fbaf2[_0x39d2c0(0x290)]:_0x2fbaf2[_0x39d2c0(0x1f4)]),_0x3e06d3=_0x2a21fb[_0x5efe02]||[];logger[_0x39d2c0(0x2fe)](_0x39d2c0(0x206)+_0x5efe02+',\x20testId='+_0x35c87b+_0x39d2c0(0x25b)+_0xd5e405+_0x39d2c0(0x1ed)+_0x3e06d3[_0x39d2c0(0x1f8)]);if(_0x2fbaf2['dWbeh'](_0x3e06d3[_0x39d2c0(0x1f8)],0x0)){const _0x487842=_0x3e06d3[_0x39d2c0(0x240)]();_0x2fbaf2['mtEVz'](_0xd5e405,_0x2fbaf2[_0x39d2c0(0x290)])&&_0x3b8a6a[_0x39d2c0(0x2ec)]?(_0x487842[TestFrameworkConstants[_0x39d2c0(0x223)]]=this[_0x39d2c0(0x33c)](_0x3b8a6a),_0x487842[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]=this[_0x39d2c0(0x1d7)](_0x3b8a6a),_0x487842[TestFrameworkConstants['KEY_HOOK_FAILURE']]=this[_0x39d2c0(0x274)](_0x3b8a6a),logger[_0x39d2c0(0x2fe)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType='+_0x5efe02+_0x39d2c0(0x239)+_0x487842[TestFrameworkConstants[_0x39d2c0(0x223)]]+',\x20failureReason='+_0x487842[TestFrameworkConstants[_0x39d2c0(0x1e4)]]?.[_0x39d2c0(0x2ab)](0x0,0xc8))):_0x487842[TestFrameworkConstants[_0x39d2c0(0x2ba)]]=_0x2fbaf2[_0x39d2c0(0x1f4)];_0x2fbaf2[_0x39d2c0(0x327)](_0xd5e405,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x487842[TestFrameworkConstants[_0x39d2c0(0x2ba)]]=_0xd5e405);_0x487842[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x3b8a6a[_0x39d2c0(0x2b2)]||new Date()[_0x39d2c0(0x317)](),_0x487842[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x4d9a00;const _0x4f6452=_0x487842[TestFrameworkConstants[_0x39d2c0(0x2fa)]];!_0xf8bcff[_0x5efe02]&&(_0xf8bcff[_0x5efe02]=[]);_0xf8bcff[_0x5efe02][_0x39d2c0(0x26d)](_0x487842),_0x155081[_0x35c87b][TestFrameworkConstants[_0x39d2c0(0x30a)]]=_0x5efe02;const _0x1a37dd={};_0x1a37dd['depth']=0x2,logger[_0x39d2c0(0x2fe)](_0x39d2c0(0x328)+_0x5efe02+_0x39d2c0(0x275)+_0x4f6452+',\x20result='+_0xd5e405+',\x20hook='+util['inspect'](_0x487842,_0x1a37dd));}}}const _0x1a2185={};return _0x1a2185[_0x39d2c0(0x251)]=0x2,_0x1a2185[_0x39d2c0(0x269)]=0x3,logger[_0x39d2c0(0x2fe)]('[JestTestFramework]\x20trackHookEvent:\x20SUCCESS\x20-\x20hookType='+(_0x3b8a6a[_0x39d2c0(0x228)]||_0x5efe02)+_0x39d2c0(0x275)+_0x7fb47+_0x39d2c0(0x279)+_0x35c87b+_0x39d2c0(0x255)+util[_0x39d2c0(0x21e)](_0x155081,_0x1a2185)),_0x155081;}[a71_0x441d34(0x325)](_0x352fa2){const _0x9abf28=a71_0x441d34,_0x23de96={};_0x23de96['FVNkg']=_0x9abf28(0x293);const _0x1a7582=_0x23de96;try{const _0x54bd7c=_0x352fa2[_0x9abf28(0x1ce)]?this[_0x9abf28(0x25c)](_0x352fa2['test']):_0x352fa2['hookData'][_0x9abf28(0x24b)],_0x3b7d2a=_0x352fa2[_0x9abf28(0x1cc)],_0x5a6049=_0x3b7d2a[_0x9abf28(0x32f)](),_0xc80921=_0x3b7d2a[_0x9abf28(0x27e)]()[_0x9abf28(0x2b3)](_0x54bd7c);if(!_0xc80921)return logger[_0x9abf28(0x2fe)](_0x9abf28(0x308)+_0x54bd7c),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x5ad0e9='',[TestFrameworkConstants[_0x9abf28(0x333)]]:_0x1725a8='',[TestFrameworkConstants[_0x9abf28(0x256)]]:_0x25556c='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x57ce19=''}=_0xc80921,_0x234a7b=_0x3b7d2a[_0x9abf28(0x301)]()[_0x9abf28(0x1eb)]()[_0x9abf28(0x238)]('.')[0x1],_0x1101a2=_0x3b7d2a[_0x9abf28(0x27a)]()['toString']()[_0x9abf28(0x238)]('.')[0x1],_0x5de24f=global?.[_0x9abf28(0x26b)]?.['workerInfo']?.[_0x9abf28(0x21b)],_0x400748=_0x3b7d2a['getRef'](),_0x19263d=Buffer[_0x9abf28(0x278)](JSON[_0x9abf28(0x283)](_0xc80921))[_0x9abf28(0x1eb)](_0x1a7582['FVNkg']),_0x4d3d5f={'hash':_0x5a6049[_0x9abf28(0x331)](),'threadId':_0x5a6049[_0x9abf28(0x2e1)]()[_0x9abf28(0x1eb)](),'processId':_0x5a6049[_0x9abf28(0x1b5)]()['toString']()},_0x2e0c52={};_0x2e0c52[_0x9abf28(0x1c5)]=_0x5de24f,_0x2e0c52['testFrameworkName']=_0x5ad0e9,_0x2e0c52[_0x9abf28(0x2cf)]=_0x1725a8,_0x2e0c52['testFrameworkState']=_0x234a7b,_0x2e0c52['hookState']=_0x1101a2,_0x2e0c52[_0x9abf28(0x276)]=_0x25556c,_0x2e0c52['endedAt']=_0x57ce19,_0x2e0c52[_0x9abf28(0x32e)]=_0x400748,_0x2e0c52[_0x9abf28(0x24f)]=_0x19263d,_0x2e0c52['executionContext']=_0x4d3d5f,_0x2e0c52[_0x9abf28(0x1e0)]=_0x54bd7c;const _0x25d85c=_0x2e0c52;return _0x25d85c;}catch(_0x42b567){return logger['error'](_0x9abf28(0x2e5)+util[_0x9abf28(0x2d7)](_0x42b567)),{};}}async[a71_0x441d34(0x1d5)](_0x1492ab,_0x2f3b9b,_0x3ef9a2){const _0x5d18a7=a71_0x441d34,_0x1235ae={'GyjGM':function(_0x952bed,_0x3bc26b){return _0x952bed+_0x3bc26b;},'BtWbA':_0x5d18a7(0x2a6),'StTGZ':'none','CbRPB':function(_0xeb229f,_0x16f696){return _0xeb229f>_0x16f696;},'rJXpD':function(_0x416e97,_0xb542c2,_0x2347cc,_0x2430af){return _0x416e97(_0xb542c2,_0x2347cc,_0x2430af);},'JvPWQ':function(_0x495e10,_0x593f10){return _0x495e10-_0x593f10;},'LoKGH':function(_0x295654,_0x4155ee){return _0x295654===_0x4155ee;},'bFFJV':function(_0x380b0e,_0x175e90){return _0x380b0e/_0x175e90;},'xTVZR':function(_0x442221,_0x5827d5){return _0x442221<_0x5827d5;},'ZUzrO':function(_0x353bf7,_0xad312e){return _0x353bf7*_0xad312e;},'cPWLv':function(_0x53da77,_0x478fe8){return _0x53da77+_0x478fe8;},'hPRKL':function(_0xbf1c3e,_0x2d0fb7){return _0xbf1c3e>_0x2d0fb7;}};try{const _0x155e74=_0x3ef9a2[_0x5d18a7(0x2c9)]||_0x3ef9a2[_0x5d18a7(0x2ca)],_0x572d7d=Array[_0x5d18a7(0x278)](_0x1492ab[_0x5d18a7(0x27e)]()[_0x5d18a7(0x259)]()),_0x1d6c92=_0x1492ab[_0x5d18a7(0x27e)]()[_0x5d18a7(0x2b3)](_0x155e74);if(!_0x1d6c92){logger[_0x5d18a7(0x2fe)](_0x5d18a7(0x2ee)+_0x155e74);return;}const {[TestFrameworkConstants[_0x5d18a7(0x1db)]]:_0x2b9230='',[TestFrameworkConstants[_0x5d18a7(0x333)]]:_0x482923=''}=_0x1d6c92;let _0x448e59=[];if(_0x1d6c92&&_0x1d6c92[TestFrameworkConstants[_0x5d18a7(0x1c6)]]&&Array[_0x5d18a7(0x31f)](_0x1d6c92[TestFrameworkConstants[_0x5d18a7(0x1c6)]])){_0x448e59=_0x1d6c92[TestFrameworkConstants[_0x5d18a7(0x1c6)]]||[],logger[_0x5d18a7(0x2fe)](_0x5d18a7(0x30c)+_0x448e59['length']+_0x5d18a7(0x289)+_0x155e74);const _0x14af43={[TestFrameworkConstants[_0x5d18a7(0x1c6)]]:[]},_0x1aa0a5={};_0x1aa0a5[_0x155e74]=_0x14af43,_0x1492ab[_0x5d18a7(0x230)](_0x1aa0a5),logger['debug'](_0x5d18a7(0x2a4)+_0x155e74);}else logger[_0x5d18a7(0x2fe)](_0x5d18a7(0x2c7)+_0x155e74);logger[_0x5d18a7(0x2fe)](_0x5d18a7(0x27d)+_0x448e59[_0x5d18a7(0x1f8)]+'\x20for\x20testId:\x20'+_0x155e74);const _0x5e5282=_0x448e59['filter'](_0x1dc409=>_0x1dc409[_0x5d18a7(0x2ff)]===_0x5d18a7(0x1ab));_0x1235ae['CbRPB'](_0x5e5282['length'],0x0)&&(logger[_0x5d18a7(0x2fe)](_0x5d18a7(0x2c8)+_0x5e5282[_0x5d18a7(0x1f8)]+_0x5d18a7(0x2da)+_0x155e74),_0x5e5282[_0x5d18a7(0x2a2)]((_0x311dcc,_0x10c238)=>{const _0x4dbd0d=_0x5d18a7;logger['debug'](_0x4dbd0d(0x2d6)+_0x1235ae[_0x4dbd0d(0x24a)](_0x10c238,0x1)+'/'+_0x5e5282[_0x4dbd0d(0x1f8)]+_0x4dbd0d(0x2fb)+(_0x311dcc[_0x4dbd0d(0x1e0)]||_0x1235ae[_0x4dbd0d(0x1cd)])+',\x20test_run_uuid='+(_0x311dcc[_0x4dbd0d(0x29a)]||_0x1235ae['BtWbA'])+_0x4dbd0d(0x24e)+(_0x311dcc[_0x4dbd0d(0x286)]||_0x1235ae['StTGZ'])+_0x4dbd0d(0x271)+(_0x311dcc['message']?.['length']||0x0));}));const _0x2076db=_0x1d6c92[TestFrameworkConstants[_0x5d18a7(0x219)]]||{},_0x4bc2d9=_0x1235ae[_0x5d18a7(0x26c)](getMediaArtifactsLogs,_0x2076db,null,_0x155e74),_0x8d962a=(_0x448e59||[])[_0x5d18a7(0x22e)](_0x4bc2d9||[]),_0x53100d=_0x5e5282?.[_0x5d18a7(0x1f8)]||0x0,_0x5d7a95=_0x1235ae[_0x5d18a7(0x310)](_0x448e59?.['length']||0x0,_0x53100d);logger[_0x5d18a7(0x2fe)](_0x5d18a7(0x316)+_0x155e74+_0x5d18a7(0x2d4)+_0x5d7a95+_0x5d18a7(0x2e0)+_0x53100d+',\x20attachmentLogs:\x20'+(_0x4bc2d9?.[_0x5d18a7(0x1f8)]||0x0)+_0x5d18a7(0x299)+_0x8d962a[_0x5d18a7(0x1f8)]);if(!_0x8d962a||_0x1235ae[_0x5d18a7(0x214)](_0x8d962a['length'],0x0)){logger[_0x5d18a7(0x2fe)](_0x5d18a7(0x2f1)+_0x155e74);return;}const _0x380954=0x28,_0x5176d4=Math[_0x5d18a7(0x304)](_0x1235ae[_0x5d18a7(0x21c)](_0x8d962a['length'],_0x380954));for(let _0x4ab4bb=0x0;_0x1235ae[_0x5d18a7(0x2e2)](_0x4ab4bb,_0x5176d4);_0x4ab4bb++){const _0x5b5d9f=_0x1235ae[_0x5d18a7(0x1ba)](_0x4ab4bb,_0x380954),_0x5dcb17=_0x1235ae[_0x5d18a7(0x24a)](_0x5b5d9f,_0x380954),_0x32c0a2=_0x8d962a['slice'](_0x5b5d9f,_0x5dcb17),_0x14afe4=global?.[_0x5d18a7(0x26b)]?.[_0x5d18a7(0x211)]?.['parallelIndex']||0x0,_0x4339ac={'platformIndex':_0x14afe4,'logs':_0x32c0a2,'testFrameworkName':_0x2b9230,'testFrameworkVersion':_0x482923,'testFrameworkState':_0x2f3b9b['toString']()[_0x5d18a7(0x238)]('.')[0x1]},_0x1eb37b={};_0x1eb37b[_0x5d18a7(0x251)]=0x3,_0x1eb37b[_0x5d18a7(0x269)]=0x5,logger[_0x5d18a7(0x2fe)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x1235ae[_0x5d18a7(0x24a)](_0x4ab4bb,0x1)+'/'+_0x5176d4+_0x5d18a7(0x311)+_0x155e74+',\x20logsInBatch:\x20'+_0x32c0a2[_0x5d18a7(0x1f8)]+_0x5d18a7(0x313)+_0x14afe4+_0x5d18a7(0x2d1)+util['inspect'](_0x4339ac,_0x1eb37b));const _0x26f2ca=await GrpcClient[_0x5d18a7(0x22c)]()[_0x5d18a7(0x1bc)](_0x4339ac);logger[_0x5d18a7(0x2fe)](_0x5d18a7(0x1af)+_0x1235ae[_0x5d18a7(0x1c2)](_0x4ab4bb,0x1)+'/'+_0x5176d4+'\x20-\x20testId:\x20'+_0x155e74+',\x20response='+util['inspect'](_0x26f2ca));}if(_0x4bc2d9&&_0x1235ae[_0x5d18a7(0x266)](_0x4bc2d9[_0x5d18a7(0x1f8)],0x0)&&_0x1d6c92[TestFrameworkConstants[_0x5d18a7(0x219)]]){const _0x2aef6e={[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{}},_0x29d654={};_0x29d654[_0x155e74]=_0x2aef6e,_0x1492ab[_0x5d18a7(0x230)](_0x29d654);}logger[_0x5d18a7(0x2fe)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20'+_0x155e74+_0x5d18a7(0x322)+_0x5176d4);}catch(_0x1792d7){logger[_0x5d18a7(0x227)](_0x5d18a7(0x1f0)+(_0x3ef9a2[_0x5d18a7(0x2c9)]||_0x3ef9a2[_0x5d18a7(0x2ca)])+',\x20error:\x20'+util[_0x5d18a7(0x2d7)](_0x1792d7));}}[a71_0x441d34(0x1b1)](_0x29799b,_0x30f341,_0x5347d3,_0x4f9624,_0x2f5be7){const _0x227290=a71_0x441d34,_0x5e1b1b={};_0x5e1b1b[_0x227290(0x2c1)]=function(_0x487ea0,_0x182c58){return _0x487ea0===_0x182c58;},_0x5e1b1b[_0x227290(0x2c3)]=_0x227290(0x1e9);const _0x3d4c02=_0x5e1b1b,{hookData:_0x3a444c}=_0x2f5be7,_0x2e7625={'testId':_0x30f341,'testFrameworkState':_0x5347d3,'hookState':_0x4f9624,'args':_0x2f5be7,'timestamp':new Date()[_0x227290(0x317)]()};if(_0x3d4c02[_0x227290(0x2c1)](_0x5347d3,TestFrameworkState['BEFORE_ALL'])&&_0x3a444c){const _0x54c65f={};_0x54c65f[_0x227290(0x281)]=_0x3a444c['file_name']||_0x3a444c[_0x227290(0x1ef)],_0x54c65f[_0x227290(0x2a8)]=_0x3a444c[_0x227290(0x2a8)]||_0x3a444c[_0x227290(0x1f6)]&&_0x3a444c['scopes'][0x0]||'',_0x54c65f[_0x227290(0x337)]=_0x3d4c02['BgKJv'],_0x2e7625[_0x227290(0x315)]=_0x54c65f,logger[_0x227290(0x2fe)](_0x227290(0x26f)+_0x30f341+_0x227290(0x30f)+_0x2e7625[_0x227290(0x315)][_0x227290(0x281)]+_0x227290(0x2bc)+_0x2e7625['hookMetadata'][_0x227290(0x2a8)]);}_0x29799b[_0x227290(0x32d)](_0x30f341,_0x2e7625),logger[_0x227290(0x2fe)](_0x227290(0x2f2)+_0x30f341+',\x20state:\x20'+_0x5347d3+_0x227290(0x32c)+_0x4f9624);}async[a71_0x441d34(0x28e)](_0x38f041,_0x5cfcaa){const _0x5d2788=a71_0x441d34,_0x40e3e2={};_0x40e3e2[_0x5d2788(0x2eb)]=function(_0x552ff8,_0x37111b){return _0x552ff8>_0x37111b;},_0x40e3e2['DMNgb']=_0x5d2788(0x2d9),_0x40e3e2['vwXza']=function(_0x46f9df,_0xdd8c15){return _0x46f9df===_0xdd8c15;},_0x40e3e2[_0x5d2788(0x2a0)]=_0x5d2788(0x2b5),_0x40e3e2[_0x5d2788(0x2f6)]=_0x5d2788(0x253);const _0x2d37c2=_0x40e3e2;if(_0x38f041[_0x5d2788(0x23b)](_0x5cfcaa)){const _0x661a2a=_0x38f041['getPendingHooks'](_0x5cfcaa);logger[_0x5d2788(0x2fe)](_0x5d2788(0x1e7)+_0x661a2a[_0x5d2788(0x1f8)]+_0x5d2788(0x235)+_0x5cfcaa);for(const _0x1c2dbb of _0x661a2a){try{const _0x33a808=await this[_0x5d2788(0x229)](_0x38f041,_0x1c2dbb['testFrameworkState'],_0x1c2dbb[_0x5d2788(0x1f2)],_0x1c2dbb['args']);_0x33a808&&_0x2d37c2[_0x5d2788(0x2eb)](Object['keys'](_0x33a808)[_0x5d2788(0x1f8)],0x0)&&_0x38f041[_0x5d2788(0x230)](_0x33a808),await this[_0x5d2788(0x307)](_0x38f041,_0x1c2dbb[_0x5d2788(0x208)],_0x1c2dbb['hookState'],_0x1c2dbb[_0x5d2788(0x330)]);}catch(_0x19cc6d){logger[_0x5d2788(0x227)]('Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20'+_0x5cfcaa+_0x5d2788(0x2e4)+_0x19cc6d);}}_0x38f041[_0x5d2788(0x241)](_0x5cfcaa),logger['debug'](_0x5d2788(0x336)+_0x5cfcaa);}const _0x41d55a=_0x38f041[_0x5d2788(0x27e)]()['get'](_0x5cfcaa);if(_0x41d55a){const _0x4c48df=_0x41d55a[TestFrameworkConstants[_0x5d2788(0x21a)]]||_0x41d55a[TestFrameworkConstants[_0x5d2788(0x2cc)]],_0x56d227=_0x41d55a[TestFrameworkConstants[_0x5d2788(0x314)]]||_0x41d55a[TestFrameworkConstants['KEY_TEST_SCOPES']]&&_0x41d55a[TestFrameworkConstants['KEY_TEST_SCOPES']][0x0]||'';logger[_0x5d2788(0x2fe)](_0x2d37c2['DMNgb']);const _0x4af7f5=_0x38f041[_0x5d2788(0x30d)]();for(const _0x4c18ed of _0x4af7f5){if(_0x2d37c2['vwXza'](_0x4c18ed,_0x5cfcaa))continue;if(_0x38f041[_0x5d2788(0x23b)](_0x4c18ed)){const _0x22b118=_0x38f041['getPendingHooks'](_0x4c18ed);for(const _0x221060 of _0x22b118){if(_0x2d37c2[_0x5d2788(0x1be)](_0x221060[_0x5d2788(0x208)],TestFrameworkState[_0x5d2788(0x2df)])&&_0x221060['hookMetadata']){const _0x347693=_0x221060[_0x5d2788(0x315)][_0x5d2788(0x281)],_0x4e4ce2=_0x221060['hookMetadata'][_0x5d2788(0x2a8)];if(_0x2d37c2[_0x5d2788(0x1be)](_0x347693,_0x4c48df)&&_0x2d37c2[_0x5d2788(0x1be)](_0x4e4ce2,_0x56d227)){logger[_0x5d2788(0x2fe)](_0x5d2788(0x232)+_0x4c18ed+_0x5d2788(0x296)+_0x5cfcaa+',\x20filePath:\x20'+_0x347693+_0x5d2788(0x2bc)+_0x4e4ce2);_0x221060[_0x5d2788(0x330)]&&_0x221060[_0x5d2788(0x330)][_0x5d2788(0x254)]&&(_0x221060[_0x5d2788(0x330)][_0x5d2788(0x254)][_0x5d2788(0x24b)]=_0x5cfcaa,logger[_0x5d2788(0x2fe)](_0x5d2788(0x1c4)+_0x4c18ed+_0x5d2788(0x1ea)+_0x5cfcaa));try{const _0x306799=await this[_0x5d2788(0x229)](_0x38f041,_0x221060[_0x5d2788(0x208)],_0x221060['hookState'],_0x221060['args']);_0x306799&&_0x2d37c2['GtQSW'](Object[_0x5d2788(0x259)](_0x306799)['length'],0x0)&&_0x38f041[_0x5d2788(0x230)](_0x306799);await this['runHooks'](_0x38f041,_0x221060['testFrameworkState'],_0x221060[_0x5d2788(0x1f2)],_0x221060[_0x5d2788(0x330)]);const _0x566621=_0x38f041[_0x5d2788(0x2aa)](_0x4c18ed)[_0x5d2788(0x2db)](_0x34fc89=>_0x34fc89!==_0x221060);if(_0x2d37c2[_0x5d2788(0x1be)](_0x566621[_0x5d2788(0x1f8)],0x0))_0x38f041[_0x5d2788(0x241)](_0x4c18ed);else{_0x38f041[_0x5d2788(0x241)](_0x4c18ed);for(const _0x1f045a of _0x566621){_0x38f041[_0x5d2788(0x32d)](_0x4c18ed,_0x1f045a);}}logger[_0x5d2788(0x2fe)](_0x2d37c2[_0x5d2788(0x2a0)]);}catch(_0x29a337){logger['error'](_0x2d37c2[_0x5d2788(0x2f6)]);}}}}}}}}[a71_0x441d34(0x257)](_0x2954d9){const _0x5ce0c2=a71_0x441d34,_0x256a8b={'sofia':function(_0xb960e0){return _0xb960e0();}};if(!_0x2954d9||!_0x2954d9[_0x5ce0c2(0x2f9)])return;_0x2954d9[_0x5ce0c2(0x2f9)][_0x5ce0c2(0x1c1)]&&Array['isArray'](_0x2954d9[_0x5ce0c2(0x2f9)]['hooks'])&&_0x2954d9['parent'][_0x5ce0c2(0x1c1)]['forEach'](_0x426aec=>{const _0xe9bc15=_0x5ce0c2;!_0x426aec[_0xe9bc15(0x202)]&&!_0x426aec[_0xe9bc15(0x222)]&&(_0x426aec['hookAnalyticsId']=_0x256a8b['sofia'](uuidv4),_0x426aec[_0xe9bc15(0x222)]=_0x426aec[_0xe9bc15(0x202)],logger[_0xe9bc15(0x2fe)](_0xe9bc15(0x2c2)+_0x426aec[_0xe9bc15(0x2fc)]+_0xe9bc15(0x216)+_0x426aec[_0xe9bc15(0x202)]));}),this[_0x5ce0c2(0x257)](_0x2954d9[_0x5ce0c2(0x2f9)]);}[a71_0x441d34(0x305)](_0x1aab52){const _0x333fcd=a71_0x441d34,_0x45f230={'xpWJQ':function(_0x4162cd,_0x488e42){return _0x4162cd(_0x488e42);}};if(!_0x1aab52||!_0x1aab52[_0x333fcd(0x2f9)])return[];const _0xfe3e9b=[];return _0x1aab52[_0x333fcd(0x2f9)][_0x333fcd(0x1c1)]&&Array[_0x333fcd(0x31f)](_0x1aab52[_0x333fcd(0x2f9)][_0x333fcd(0x1c1)])&&_0x1aab52[_0x333fcd(0x2f9)][_0x333fcd(0x1c1)][_0x333fcd(0x2a2)](_0x220c63=>{const _0x2fdf7e=_0x333fcd,_0x33f2cd=_0x220c63['hookAnalyticsId']||_0x220c63['hookUUID'];_0x33f2cd&&!this[_0x2fdf7e(0x2bf)](_0x220c63)&&!_0x45f230[_0x2fdf7e(0x23c)](isInternalHook,_0x220c63['fn'])&&_0xfe3e9b[_0x2fdf7e(0x26d)](_0x33f2cd);}),[..._0xfe3e9b,...this[_0x333fcd(0x305)](_0x1aab52['parent'])];}[a71_0x441d34(0x1e8)](_0x1493f8){const _0x29defd=a71_0x441d34,_0x2db70e={'TWVNH':function(_0x1eb7d5,_0x8cc2ba){return _0x1eb7d5(_0x8cc2ba);},'gYQIp':_0x29defd(0x245)},_0x383f0f=new Map(),_0x213f5c=_0x477d7a=>{const _0x1bb1f6=_0x29defd;if(!_0x477d7a||!_0x477d7a['parent'])return;_0x477d7a[_0x1bb1f6(0x2f9)]['hooks']&&Array[_0x1bb1f6(0x31f)](_0x477d7a[_0x1bb1f6(0x2f9)]['hooks'])&&_0x477d7a[_0x1bb1f6(0x2f9)][_0x1bb1f6(0x1c1)][_0x1bb1f6(0x2a2)](_0x1f6c29=>{const _0x43d061=_0x1bb1f6,_0x274d9f=_0x1f6c29[_0x43d061(0x202)]||_0x1f6c29[_0x43d061(0x222)];if(_0x274d9f&&!this[_0x43d061(0x2bf)](_0x1f6c29)&&!_0x2db70e['TWVNH'](isInternalHook,_0x1f6c29['fn'])){const _0x58ebb8={};_0x58ebb8[_0x43d061(0x2fc)]=_0x1f6c29['type']||_0x2db70e[_0x43d061(0x277)],_0x58ebb8[_0x43d061(0x306)]=_0x1f6c29[_0x43d061(0x306)]||'\x22'+_0x1f6c29['type']+_0x43d061(0x22f),_0x383f0f['set'](_0x274d9f,_0x58ebb8);}}),_0x2db70e[_0x1bb1f6(0x247)](_0x213f5c,_0x477d7a[_0x1bb1f6(0x2f9)]);};return _0x2db70e[_0x29defd(0x247)](_0x213f5c,_0x1493f8),_0x383f0f;}['isJestInternalHook'](_0x35bfab){const _0x194dc0=a71_0x441d34,_0x4033a9={};_0x4033a9[_0x194dc0(0x22a)]=_0x194dc0(0x249),_0x4033a9[_0x194dc0(0x2bb)]=_0x194dc0(0x1dc);const _0x3e0272=_0x4033a9;try{const _0x53db7c=this['getRootParentFile'](_0x35bfab);return _0x53db7c&&_0x53db7c[_0x194dc0(0x1fc)](_0x3e0272[_0x194dc0(0x22a)]);}catch(_0x2139ab){logger['debug'](_0x3e0272[_0x194dc0(0x2bb)]);}return![];}[a71_0x441d34(0x250)](_0x2935de){const _0x44dde9=a71_0x441d34;if(_0x2935de[_0x44dde9(0x1e6)])try{const _0x51dae5=stackTrace[_0x44dde9(0x265)](_0x2935de['asyncError']);return _0x51dae5[0x0]?_0x51dae5[0x0][_0x44dde9(0x1df)]():null;}catch(_0x475976){logger[_0x44dde9(0x2fe)](_0x44dde9(0x1c3)+util[_0x44dde9(0x2d7)](_0x475976));}if(_0x2935de['file'])return _0x2935de[_0x44dde9(0x26e)];return null;}}function a71_0xda3e(){const _0x17703d=['getAllData','file_name',',\x20remainingHooks=','filePath','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','stringify','title','result','hook_run_uuid','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','\x20(testIdentifier)','\x20logs\x20for\x20testId:\x20',',\x20totalHooks=','KEY_HOOK_LAST_STARTED','KGQLb','../state/hookState.js','processPendingHooks','KEY_EVENT_STARTED_AT','oGCmY','FLNOc','apply','base64',',\x20state=',',\x20hookState=',',\x20currentTestId:\x20','KEY_HOOKS_FINISHED','iApBr',',\x20totalLogs:\x20','test_run_uuid','emGUR','UnhandledError','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','getCurrentInstanceName',',\x20version=','YvJsn','trackJestInstance','forEach','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','KEY_TEST_FAILURE_TYPE','missing','getJestTestTags','scope','\x20files','getPendingHooks','substring','tLkXC','wNgqR','xIdQA','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','271494gQOqDa','htXbS','finished_at','get','vjSHs','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','../../../helpers/test-observability/utils','RuCzZ','KEY_TEST_SCOPES','./testFramework','KEY_HOOK_RESULT','bUuDI',',\x20scope:\x20','ikJXw','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','isJestInternalHook','faxkk','QJMBb','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','BgKJv','../instances/testFrameworkInstance.js','KEY_TEST_FAILURE','KEY_HOOK_NAME','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','testUUID','testId','_ALL','KEY_TEST_LOCATION','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','resolveInstance','testFrameworkVersion','KEY_TEST_FAILURE_REASON',',\x20payload:\x20','splice','UTPEv',',\x20consoleLogs:\x20','getTestFrameworks','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','format','substr','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20${testFilePath},\x20scope:\x20${testScope}','\x20screenshot\x20logs\x20for\x20testId:\x20','filter','ALL','\x20(testIdentifier),\x20hookType=',':testAnalyticsId','BEFORE_ALL',',\x20screenshotLogs:\x20','getThreadId','xTVZR','TQLJe',',\x20error:\x20','Error\x20in\x20createTestFrameworkEventPayload:\x20','KEY_TEST_RERUN_NAME','AssertionError','KEY_TEST_CODE','fsoYm',',\x20scopes=','GtQSW','errorsDetailed','DEFAULT_HOOK_RESULT','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','map','afterAll','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','Stored\x20pending\x20hook\x20for\x20testId:\x20','KEY_EVENT_ENDED_AT','NONE','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','fISXl','getActiveHook','TEST','parent','KEY_HOOK_ID','\x20-\x20test_identifier=','type','VLKTN','debug','kind','okdlW','getCurrentTestState','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','ceil','getHooksForTest','name','runHooks','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','KEY_HOOK_LAST_FINISHED','mCARl','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','getAllPendingHookTestIds','xULVi',',\x20filePath:\x20','JvPWQ','\x20-\x20testId:\x20','824526OcSnWk',',\x20platformIndex:\x20','KEY_TEST_SCOPE','hookMetadata','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','toISOString','testData','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','rAeKa','\x20&\x20hookState=','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','152TSzGUc','replace','isArray','join','IHVCa',',\x20totalBatches:\x20','SevXI','iJJnH','createTestFrameworkEventPayload','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','LXRXy','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','SEsWd','find','skipped',',\x20hookState:\x20','addPendingHook','uuid','getContext','args','getId','RQpft','KEY_TEST_FRAMEWORK_VERSION','RaONd','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','hookType',',\x20failureReason=','status','40623SnLVFJ','getJestTestName','getJestFailureType','jwnvW','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','retryOf','iyTFr',',\x20testFramework=','vFExZ','TEST_SCREENSHOT','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','KEY_TEST_RETRY_OF','KEY_TEST_ID','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','JestTestFramework','storePendingHook','set','rtQNp','slice','getProcessId','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','\x20attachments','LOG_REPORT','findIndex','ZUzrO','passed','logCreatedEvent','matchHookRegex','vwXza','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','Mektj','hooks','cPWLv','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','platformIndex','KEY_LOGS','setTrackedInstance','lTMuR','DEFAULT_TEST_RESULT','delete','getJestTestFilePath','instance','BtWbA','test','IKqSa','\x20(testIdentifier),\x20result=','IsuNh','stack-trace','trackJestInstance:\x20created\x20instance\x20for\x20target=',',\x20exception=','sendLogCreatedEvent','has','getJestFailureReason','OaiER','duration','KEY_TEST_RESULT_AT','KEY_TEST_FRAMEWORK_NAME','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','834297CXgfbN','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','getFileName','test_identifier','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','KEY_HOOK_FAILURE_REASON','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','asyncError','Processing\x20','buildHookMapFromTest','beforeAll','\x20to\x20','toString','20wgpvFc',',\x20hooksListLength=','../../../helpers/classLogger.js','location','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','KEY_CUSTOM_TAGS','hookState','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','BaUoC','match','scopes','410nFUbwd','length','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','getTrackedInstance','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','includes','ROOT_DESCRIBE_BLOCK','TXQFE','KEY_HOOKS_STARTED','started_at','startsWith','hookAnalyticsId','parseJestTest','KEY_TEST_RESULT','getJestTestScopes','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=',',\x20duration=','testFrameworkState',',\x20hook=','KEY_TEST_DURATION','../instances/trackedInstance.js','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','\x22\x20from\x20testData','pid','getTestFrameworksVersions','ZwhVc','workerInfo','136565dOFAIy',',\x20hookType=','LoKGH','warn',',\x20hookUUID=','qNXVK','EmOBt','KEY_TEST_ATTACHMENTS','KEY_TEST_FILE_PATH','parallelIndex','bFFJV','JPhtT','inspect','aAUQI','RJFPZ','trackJestInstance:\x20instance\x20already\x20exists','hookUUID','KEY_HOOK_FAILURE_TYPE','zMmjr','KEY_TEST_NAME','originalTest','error','hook_type','trackHookEvent','MvBYQ',',\x20argsKeys=','getInstance','./constants/testFrameworkConstants.js','concat','\x22\x20hook','addMultipleEntries','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','jFZiW','\x20pending\x20hooks\x20for\x20testId:\x20','util','activeHooks','split',',\x20failureType=','hook_id','hasPendingHooks','xpWJQ','parseJestTestResult','reverse','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','pop','removePendingHooks','12866316zSagea','failed','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','unknown','8isSYxd','TWVNH','\x20hook','jest-circus','GyjGM','test_run_id','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','3044461DTLqHR',',\x20hook_run_uuid=','eventJson','getRootParentFile','depth','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20${testId},\x20error:\x20${error}','hookData',',\x20updates=','KEY_TEST_STARTED_AT','mapTestHooks','KEY_TEST_META','keys','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=',',\x20result=','getJestTestIdentifier','KEY_AUTOMATE_SESSION_NAME',',\x20target=',',\x20testData=','skip','KEY_TEST_LOGS','POST','toUpperCase','GlRby','parse','hPRKL','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','maxArrayLength','trackEvent','__workerDetails','rJXpD','push','file','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','KEY_TEST_TAGS',',\x20messageLength=','18VhSZOa','tags','getJestFailureData',',\x20hookId=','startedAt','gYQIp','from',',\x20testId=','getCurrentHookState','ChRrl','PRE','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20'];a71_0xda3e=function(){return _0x17703d;};return a71_0xda3e();}module['exports']=JestTestFramework;
@@ -1 +1 @@
1
- const a72_0x1e9705=a72_0x5986;function a72_0x5986(_0x1b7583,_0x2211d7){const _0x4fd3de=a72_0x4fd3();return a72_0x5986=function(_0x5986a4,_0x19c601){_0x5986a4=_0x5986a4-0xdb;let _0x37e6bc=_0x4fd3de[_0x5986a4];return _0x37e6bc;},a72_0x5986(_0x1b7583,_0x2211d7);}(function(_0x4b8167,_0x2af061){const _0xf9afd=a72_0x5986,_0x39f995=_0x4b8167();while(!![]){try{const _0x592ba9=-parseInt(_0xf9afd(0xed))/0x1*(parseInt(_0xf9afd(0xdf))/0x2)+-parseInt(_0xf9afd(0xdd))/0x3*(-parseInt(_0xf9afd(0x104))/0x4)+parseInt(_0xf9afd(0xe5))/0x5+parseInt(_0xf9afd(0x100))/0x6*(-parseInt(_0xf9afd(0xf7))/0x7)+-parseInt(_0xf9afd(0xef))/0x8+-parseInt(_0xf9afd(0xe4))/0x9*(-parseInt(_0xf9afd(0x105))/0xa)+parseInt(_0xf9afd(0xea))/0xb;if(_0x592ba9===_0x2af061)break;else _0x39f995['push'](_0x39f995['shift']());}catch(_0x332863){_0x39f995['push'](_0x39f995['shift']());}}}(a72_0x4fd3,0xbf6a8));const AutomationFramework=require(a72_0x1e9705(0xe9)),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFrameworkState=require(a72_0x1e9705(0x101)),CLIUtils=require(a72_0x1e9705(0x103)),TrackedInstance=require(a72_0x1e9705(0xf3)),AutomationFrameworkInstance=require('../instances/automationFrameworkInstance.js');class PlaywrightAutomationFramework extends AutomationFramework{[a72_0x1e9705(0xe8)]=createClassLogger('PlaywrightAutomationFramework');constructor(_0x5a6d56,_0x13ff7b){super(_0x5a6d56,_0x13ff7b);}async[a72_0x1e9705(0xe1)](_0x175317,_0x45918e,_0x5581b7={}){const _0x356f03=a72_0x1e9705,_0xda7e2c={};_0xda7e2c[_0x356f03(0xdc)]=function(_0x4a48d5,_0x566a8f){return _0x4a48d5===_0x566a8f;};const _0x36baa2=_0xda7e2c;this['logger'][_0x356f03(0xf1)](_0x356f03(0xf5)+_0x175317+_0x356f03(0xe7)+_0x45918e),await super[_0x356f03(0xe1)](_0x175317,_0x45918e,_0x5581b7);const _0x539d4d=this[_0x356f03(0xf6)](_0x175317,_0x45918e,_0x5581b7);if(_0x36baa2[_0x356f03(0xdc)](_0x539d4d,null))return;_0x5581b7[_0x356f03(0xde)]=_0x539d4d,await this[_0x356f03(0xfa)](_0x539d4d,_0x175317,_0x45918e,_0x5581b7);}['resolveInstance'](_0x3c713f,_0x453cb9,_0x3f0c8e={}){const _0x51f6d3=a72_0x1e9705,_0x4f54b3={};_0x4f54b3[_0x51f6d3(0xeb)]=function(_0x36f77e,_0x5f4de2){return _0x36f77e===_0x5f4de2;};const _0x5f1705=_0x4f54b3;let _0x31d929=null;return(_0x5f1705[_0x51f6d3(0xeb)](_0x3c713f,AutomationFrameworkState[_0x51f6d3(0xff)])||_0x5f1705[_0x51f6d3(0xeb)](_0x3c713f,AutomationFrameworkState[_0x51f6d3(0xe6)])&&(_0x3f0c8e['message']&&_0x3f0c8e[_0x51f6d3(0xe3)][_0x51f6d3(0xec)]&&_0x3f0c8e[_0x51f6d3(0xe3)][_0x51f6d3(0xec)][_0x51f6d3(0xe2)])||_0x5f1705[_0x51f6d3(0xeb)](_0x3c713f,AutomationFrameworkState[_0x51f6d3(0xf4)]))&&this[_0x51f6d3(0xf2)](_0x3c713f,_0x3f0c8e),_0x31d929=AutomationFramework['getTrackedInstance'](),_0x31d929;}[a72_0x1e9705(0xf2)](_0x4b770c,_0x1255cc){const _0xf9d1bd=a72_0x1e9705,_0x415ce0={};_0x415ce0['WpvNQ']='trackPlaywrightInstance:\x20instance\x20already\x20exists';const _0x443cf3=_0x415ce0;if(AutomationFramework[_0xf9d1bd(0xfc)]()){this[_0xf9d1bd(0xe8)][_0xf9d1bd(0xee)](_0x443cf3[_0xf9d1bd(0xf9)]);return;}const _0x5a6442=CLIUtils[_0xf9d1bd(0xf8)](),_0x3e3c49=TrackedInstance[_0xf9d1bd(0xfe)](_0x5a6442);let _0x1e7082=null;this[_0xf9d1bd(0xe8)]['info'](_0xf9d1bd(0x102)+_0x5a6442+_0xf9d1bd(0xdb)+_0x4b770c),_0x1e7082=new AutomationFrameworkInstance(_0x3e3c49,this['getAutomationFrameworkName'](),this[_0xf9d1bd(0xf0)](),_0x4b770c),AutomationFramework[_0xf9d1bd(0xfd)](_0x3e3c49,_0x1e7082),this[_0xf9d1bd(0xe8)][_0xf9d1bd(0xee)]('trackPlaywrightInstance:\x20saved\x20instance\x20contextId='+_0x3e3c49['getId']()+_0xf9d1bd(0xe0)+_0x5a6442);}}function a72_0x4fd3(){const _0x3cc6d1=['10824GaquYk','../state/automationFrameworkState.js','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','../cliUtils.js','4ldOwta','10JiINMT',',\x20state=','iSNIu','996369MJSsmJ','instance','837206Msvzzh','\x20target=','trackEvent','bsParams','message','137763eiWKvk','3878700gwUEZL','PLAYWRIGHT_DISPATCH','\x20hookState=','logger','./automationFramework.js','31844747mgKDnN','qZcbr','params','2NTAhha','info','9866568qyNGpy','getAutomationFrameworkVersion','debug','trackPlaywrightInstance','../instances/trackedInstance.js','NONE','trackEvent:\x20automationFrameworkState=','resolveInstance','4515TQHQhi','getCurrentInstanceName','WpvNQ','runHooks','exports','getTrackedInstance','setTrackedInstance','createContext','CREATE'];a72_0x4fd3=function(){return _0x3cc6d1;};return a72_0x4fd3();}module[a72_0x1e9705(0xfb)]=PlaywrightAutomationFramework;
1
+ const a72_0x5b14a6=a72_0x3bc6;function a72_0x3bc6(_0x3b582f,_0x82eb5c){const _0x56fbba=a72_0x56fb();return a72_0x3bc6=function(_0x3bc63f,_0x23c556){_0x3bc63f=_0x3bc63f-0x133;let _0x24a41a=_0x56fbba[_0x3bc63f];return _0x24a41a;},a72_0x3bc6(_0x3b582f,_0x82eb5c);}function a72_0x56fb(){const _0x437f66=['936573iLSNAM','\x20hookState=','debug','../instances/automationFrameworkInstance.js','message','bsParams','CREATE','resolveInstance','3770JtWwjC','runHooks','logger','info','getCurrentInstanceName','NONE','./automationFramework.js','46871rVRvGG','3zLBWwQ','554499MftDhm','5695532goZIVv','../state/automationFrameworkState.js','PLAYWRIGHT_DISPATCH','64CLuijC','1357714uKDJhQ','5igPzrF','getAutomationFrameworkName','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','PlaywrightAutomationFramework','setTrackedInstance','trackPlaywrightInstance:\x20instance\x20already\x20exists','../instances/trackedInstance.js','trackPlaywrightInstance','getTrackedInstance','eTKwL','params','exports','getId','\x20target=','getAutomationFrameworkVersion','1298304DdmJtM','trackEvent','6100602eSwcQs','YzgTx','OrUzI'];a72_0x56fb=function(){return _0x437f66;};return a72_0x56fb();}(function(_0x190e3c,_0x8e9192){const _0x54de84=a72_0x3bc6,_0x3767af=_0x190e3c();while(!![]){try{const _0x2ff844=parseInt(_0x54de84(0x138))/0x1+-parseInt(_0x54de84(0x14e))/0x2*(parseInt(_0x54de84(0x148))/0x3)+parseInt(_0x54de84(0x14a))/0x4+parseInt(_0x54de84(0x14f))/0x5*(parseInt(_0x54de84(0x135))/0x6)+parseInt(_0x54de84(0x133))/0x7+parseInt(_0x54de84(0x14d))/0x8*(-parseInt(_0x54de84(0x149))/0x9)+parseInt(_0x54de84(0x140))/0xa*(-parseInt(_0x54de84(0x147))/0xb);if(_0x2ff844===_0x8e9192)break;else _0x3767af['push'](_0x3767af['shift']());}catch(_0x262f31){_0x3767af['push'](_0x3767af['shift']());}}}(a72_0x56fb,0xbf8a9));const AutomationFramework=require(a72_0x5b14a6(0x146)),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFrameworkState=require(a72_0x5b14a6(0x14b)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a72_0x5b14a6(0x155)),AutomationFrameworkInstance=require(a72_0x5b14a6(0x13b));class PlaywrightAutomationFramework extends AutomationFramework{['logger']=createClassLogger(a72_0x5b14a6(0x152));constructor(_0x2ca741,_0x2c58f5){super(_0x2ca741,_0x2c58f5);}async[a72_0x5b14a6(0x134)](_0x256219,_0x30d3a2,_0x31433f={}){const _0xc9ac10=a72_0x5b14a6,_0x5558e0={};_0x5558e0[_0xc9ac10(0x137)]=function(_0x1c8ee5,_0x4a16c0){return _0x1c8ee5===_0x4a16c0;};const _0x17d06a=_0x5558e0;this[_0xc9ac10(0x142)][_0xc9ac10(0x13a)]('trackEvent:\x20automationFrameworkState='+_0x256219+_0xc9ac10(0x139)+_0x30d3a2),await super['trackEvent'](_0x256219,_0x30d3a2,_0x31433f);const _0x362094=this[_0xc9ac10(0x13f)](_0x256219,_0x30d3a2,_0x31433f);if(_0x17d06a[_0xc9ac10(0x137)](_0x362094,null))return;_0x31433f['instance']=_0x362094,await this[_0xc9ac10(0x141)](_0x362094,_0x256219,_0x30d3a2,_0x31433f);}[a72_0x5b14a6(0x13f)](_0x561604,_0x17b623,_0x22e8b0={}){const _0x1d4f6f=a72_0x5b14a6,_0x5ac732={};_0x5ac732[_0x1d4f6f(0x158)]=function(_0x2ce2c2,_0x29d4ef){return _0x2ce2c2===_0x29d4ef;},_0x5ac732[_0x1d4f6f(0x136)]=function(_0x4ce849,_0x914b64){return _0x4ce849===_0x914b64;};const _0x418e47=_0x5ac732;let _0x782453=null;return(_0x418e47[_0x1d4f6f(0x158)](_0x561604,AutomationFrameworkState[_0x1d4f6f(0x13e)])||_0x418e47['YzgTx'](_0x561604,AutomationFrameworkState[_0x1d4f6f(0x14c)])&&(_0x22e8b0[_0x1d4f6f(0x13c)]&&_0x22e8b0[_0x1d4f6f(0x13c)][_0x1d4f6f(0x159)]&&_0x22e8b0[_0x1d4f6f(0x13c)][_0x1d4f6f(0x159)][_0x1d4f6f(0x13d)])||_0x418e47[_0x1d4f6f(0x158)](_0x561604,AutomationFrameworkState[_0x1d4f6f(0x145)]))&&this[_0x1d4f6f(0x156)](_0x561604,_0x22e8b0),_0x782453=AutomationFramework[_0x1d4f6f(0x157)](),_0x782453;}[a72_0x5b14a6(0x156)](_0x43ae6e,_0x53640f){const _0x1ad937=a72_0x5b14a6,_0x2ee56d={};_0x2ee56d['XkoXF']=_0x1ad937(0x154);const _0x189282=_0x2ee56d;if(AutomationFramework['getTrackedInstance']()){this[_0x1ad937(0x142)][_0x1ad937(0x143)](_0x189282['XkoXF']);return;}const _0xea230e=CLIUtils[_0x1ad937(0x144)](),_0x41d453=TrackedInstance['createContext'](_0xea230e);let _0x17252d=null;this[_0x1ad937(0x142)][_0x1ad937(0x143)](_0x1ad937(0x151)+_0xea230e+',\x20state='+_0x43ae6e),_0x17252d=new AutomationFrameworkInstance(_0x41d453,this[_0x1ad937(0x150)](),this[_0x1ad937(0x15d)](),_0x43ae6e),AutomationFramework[_0x1ad937(0x153)](_0x41d453,_0x17252d),this[_0x1ad937(0x142)]['info']('trackPlaywrightInstance:\x20saved\x20instance\x20contextId='+_0x41d453[_0x1ad937(0x15b)]()+_0x1ad937(0x15c)+_0xea230e);}}module[a72_0x5b14a6(0x15a)]=PlaywrightAutomationFramework;