browserstack-node-sdk 1.65.6 → 1.66.0

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 (234) 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/generated/sdk-messages_pb.d.ts +118 -0
  41. package/generated/sdk-messages_pb.js +908 -0
  42. package/generated/sdk_grpc_pb.d.ts +10 -0
  43. package/generated/sdk_grpc_pb.js +74 -0
  44. package/package.json +1 -1
  45. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  46. package/src/bin/codeceptjs/command.js +1 -1
  47. package/src/bin/codeceptjs/helper.js +1 -1
  48. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  49. package/src/bin/cucumber-js/command.js +1 -1
  50. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  51. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  52. package/src/bin/cucumber-js/test-observability.js +1 -1
  53. package/src/bin/cucumber-js/test.setup.js +1 -1
  54. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  55. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  56. package/src/bin/detox/a11ySetup.js +1 -0
  57. package/src/bin/detox/command.js +2 -0
  58. package/src/bin/detox/modifyDetoxConf.js +1 -0
  59. package/src/bin/detox/traEmitter.js +1 -0
  60. package/src/bin/integrations/command.js +1 -1
  61. package/src/bin/integrations/constants.js +1 -1
  62. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  63. package/src/bin/jasmine/command.js +1 -1
  64. package/src/bin/jasmine/test.setup.js +1 -1
  65. package/src/bin/jasmine/testRunMap.js +1 -1
  66. package/src/bin/jest/command.js +1 -1
  67. package/src/bin/jest/customImplements/customCircus.js +1 -1
  68. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  69. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  70. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  71. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  72. package/src/bin/jest/jest.setup.js +1 -1
  73. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  74. package/src/bin/jest/test-observability/helper.js +1 -1
  75. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  76. package/src/bin/jest/test-observability/test-details.js +1 -1
  77. package/src/bin/jest/test.setup.js +1 -1
  78. package/src/bin/jest/test_before.setup.js +1 -1
  79. package/src/bin/launcher/launcher.js +1 -1
  80. package/src/bin/load/index.js +1 -1
  81. package/src/bin/load/loadErrors.js +1 -1
  82. package/src/bin/load/loadUtils.js +1 -1
  83. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  84. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  85. package/src/bin/mocha/command.js +1 -1
  86. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  87. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  88. package/src/bin/mocha/test.setup.js +1 -1
  89. package/src/bin/newman/command.js +1 -1
  90. package/src/bin/newman/helper.js +1 -1
  91. package/src/bin/newman/reporter/index.js +1 -1
  92. package/src/bin/newman/scriptRunner.js +1 -1
  93. package/src/bin/nightwatch/command.js +1 -1
  94. package/src/bin/node-generic/client.js +1 -1
  95. package/src/bin/playwright/accessibility-helper.js +1 -1
  96. package/src/bin/playwright/command.js +1 -1
  97. package/src/bin/playwright/globalSetup.js +1 -1
  98. package/src/bin/playwright/mock-process.js +1 -1
  99. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  100. package/src/bin/playwright/patches.js +1 -1
  101. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  102. package/src/bin/playwright/reporter/reporter.js +1 -1
  103. package/src/bin/playwright/reporter/test-details.js +1 -1
  104. package/src/bin/playwright/reporterArgs.js +1 -1
  105. package/src/bin/playwright/sessionDetails.js +1 -1
  106. package/src/bin/puppeteer/patches.js +1 -1
  107. package/src/bin/puppeteer/sessionDetails.js +1 -1
  108. package/src/bin/puppeteer/test.setup.js +1 -1
  109. package/src/bin/runner.js +1 -1
  110. package/src/bin/setup.js +1 -1
  111. package/src/bin/test-runner/index.js +1 -1
  112. package/src/bin/test-runner/runTest.js +1 -1
  113. package/src/bin/test-runner/testWorker.js +1 -1
  114. package/src/bin/testcafe/a11y-runner.js +1 -1
  115. package/src/bin/testcafe/command.js +1 -1
  116. package/src/bin/testcafe/reporter/index.js +1 -1
  117. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  118. package/src/bin/testcafe/session-registry.js +1 -1
  119. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  120. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  121. package/src/bin/testcafe/w3c-driver.js +1 -1
  122. package/src/bin/utils/apiUtilityMethods.js +1 -1
  123. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  124. package/src/bin/utils/constants.js +1 -1
  125. package/src/bin/utils/log4jsAppender.js +1 -1
  126. package/src/bin/utils/logPatcher.js +1 -1
  127. package/src/bin/utils/logReportingAPI.js +1 -1
  128. package/src/bin/utils/playwright-patcher.js +1 -1
  129. package/src/bin/utils/puppeteer-patcher.js +1 -1
  130. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  131. package/src/bin/utils/sharedUtils.js +1 -1
  132. package/src/bin/v2/TestInfo.js +1 -1
  133. package/src/bin/v2/browserstackCLI.js +1 -1
  134. package/src/bin/v2/cliUtils.js +1 -1
  135. package/src/bin/v2/customTagManager.js +1 -1
  136. package/src/bin/v2/eventDispatcher.js +1 -1
  137. package/src/bin/v2/framework/automationFramework.js +1 -1
  138. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  139. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  140. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  141. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  142. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  143. package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
  144. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  145. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  146. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  147. package/src/bin/v2/framework/testFramework.js +1 -1
  148. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  149. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  150. package/src/bin/v2/grpcClient.js +1 -1
  151. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  152. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  153. package/src/bin/v2/instances/trackedContext.js +1 -1
  154. package/src/bin/v2/instances/trackedInstance.js +1 -1
  155. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  156. package/src/bin/v2/modules/baseModule.js +1 -1
  157. package/src/bin/v2/modules/loadTestModule.js +1 -1
  158. package/src/bin/v2/modules/observabilityModule.js +1 -1
  159. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  160. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  161. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  162. package/src/bin/v2/modules/testhubModule.js +1 -1
  163. package/src/bin/v2/sdkErrorHandler.js +1 -1
  164. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  165. package/src/bin/v2/state/hookState.js +1 -1
  166. package/src/bin/v2/state/testFrameworkState.js +1 -1
  167. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  168. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  169. package/src/bin/v2/utils/jest-utils.js +1 -1
  170. package/src/bin/vanilla-js/command.js +1 -1
  171. package/src/browserStackSdk.js +1 -1
  172. package/src/detox-driver/a11y.js +574 -0
  173. package/src/detox-driver/allocationDriver.js +26 -0
  174. package/src/detox-driver/cloudPlatformAction.js +111 -0
  175. package/src/detox-driver/environment.js +253 -0
  176. package/src/detox-driver/expect.js +44 -0
  177. package/src/detox-driver/index.js +12 -0
  178. package/src/detox-driver/login-timeout-preload.js +25 -0
  179. package/src/detox-driver/runtimeDriver.js +351 -0
  180. package/src/detox-driver/session-reporter.js +41 -0
  181. package/src/detox-driver/tra-capture.js +81 -0
  182. package/src/helpers/BrowserStackSetup.js +1 -1
  183. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  184. package/src/helpers/accessibility-automation/constants.js +1 -1
  185. package/src/helpers/accessibility-automation/helper.js +1 -1
  186. package/src/helpers/accessibility-automation/scripts.js +1 -1
  187. package/src/helpers/ats/constants.js +1 -1
  188. package/src/helpers/ats/helper.js +1 -1
  189. package/src/helpers/caCertHelper.js +1 -1
  190. package/src/helpers/capsMapping.js +1 -1
  191. package/src/helpers/central-scanner/constants.js +1 -1
  192. package/src/helpers/central-scanner/helpers.js +1 -1
  193. package/src/helpers/classLogger.js +1 -1
  194. package/src/helpers/driverInitErrorReporter.js +1 -1
  195. package/src/helpers/globals.js +1 -1
  196. package/src/helpers/helper.js +1 -1
  197. package/src/helpers/logger.js +1 -1
  198. package/src/helpers/metadata.js +1 -1
  199. package/src/helpers/patchHelper.js +1 -1
  200. package/src/helpers/patchHelpers.js +1 -1
  201. package/src/helpers/percy/Percy.js +1 -1
  202. package/src/helpers/percy/PercyBinary.js +1 -1
  203. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  204. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  205. package/src/helpers/percy/PercySDK.js +1 -1
  206. package/src/helpers/percy/index.js +1 -1
  207. package/src/helpers/percy/utils.js +1 -1
  208. package/src/helpers/performance/constants.js +1 -1
  209. package/src/helpers/performance/performance-tester.js +1 -1
  210. package/src/helpers/playwright-helper.js +1 -1
  211. package/src/helpers/processHelper.js +1 -1
  212. package/src/helpers/puppeteer-helper.js +1 -1
  213. package/src/helpers/request-spy.js +1 -1
  214. package/src/helpers/setKeepAlive.js +1 -1
  215. package/src/helpers/stackFrameUtils.js +1 -1
  216. package/src/helpers/test-observability/constants.js +1 -1
  217. package/src/helpers/test-observability/error-handler.js +1 -1
  218. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  219. package/src/helpers/test-observability/sessionHandler.js +1 -1
  220. package/src/helpers/test-observability/utils.js +1 -1
  221. package/src/helpers/test-orchestration/constants.js +1 -1
  222. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  223. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  224. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  225. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  226. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  227. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  228. package/src/helpers/testhub/constants.js +1 -1
  229. package/src/helpers/testhub/testhubHandler.js +1 -1
  230. package/src/helpers/testhub/utils.js +1 -1
  231. package/src/helpers/utilities.js +1 -1
  232. package/src/helpers/w3cMapping.js +1 -1
  233. package/src/hubAllocationMethods.js +1 -1
  234. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a92_0x55e1a9=a92_0x494b;(function(_0x2c5687,_0x5b63fb){const _0x443853=a92_0x494b,_0x30406e=_0x2c5687();while(!![]){try{const _0x56e2c0=-parseInt(_0x443853(0x17d))/0x1*(parseInt(_0x443853(0x1f6))/0x2)+-parseInt(_0x443853(0x2a8))/0x3*(-parseInt(_0x443853(0x1cb))/0x4)+parseInt(_0x443853(0x288))/0x5*(parseInt(_0x443853(0x165))/0x6)+parseInt(_0x443853(0x167))/0x7*(-parseInt(_0x443853(0x24a))/0x8)+-parseInt(_0x443853(0x278))/0x9+-parseInt(_0x443853(0x145))/0xa+parseInt(_0x443853(0x202))/0xb;if(_0x56e2c0===_0x5b63fb)break;else _0x30406e['push'](_0x30406e['shift']());}catch(_0x24eb50){_0x30406e['push'](_0x30406e['shift']());}}}(a92_0x175b,0x60e68));const TestFramework=require(a92_0x55e1a9(0x25a)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a92_0x55e1a9(0x27d)),{createClassLogger}=require(a92_0x55e1a9(0x132)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a92_0x55e1a9(0x1b4)),TestFrameworkConstants=require(a92_0x55e1a9(0x1f2)),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),{isInternalHook}=require(a92_0x55e1a9(0x148)),logger=createClassLogger(a92_0x55e1a9(0x191)),{v4:uuidv4}=require('uuid'),util=require(a92_0x55e1a9(0x24e)),TestInfo=require('../TestInfo.js'),GrpcClient=require(a92_0x55e1a9(0x29e)),stackTrace=require('stack-trace'),{pickUserFrameFile}=require(a92_0x55e1a9(0x1bd));class JestTestFramework extends TestFramework{constructor(_0x3ff6f0,_0x4a82ea,_0x1cd769){super(_0x3ff6f0,_0x4a82ea,_0x1cd769),this['activeHooks']=new Map();}[a92_0x55e1a9(0x265)](_0x28b99d,_0x545427,_0x48792a){const _0x5b1d4f=a92_0x55e1a9,_0x3093f6={};_0x3093f6['ezCGB']=function(_0xbe655f,_0x2ab893){return _0xbe655f||_0x2ab893;};const _0x42e3e1=_0x3093f6;if(_0x42e3e1[_0x5b1d4f(0x238)](!_0x28b99d,!_0x545427)){logger['warn']('[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x28b99d+_0x5b1d4f(0x28a)+_0x545427);return;}!this['activeHooks'][_0x5b1d4f(0x1ca)](_0x28b99d)&&this['activeHooks']['set'](_0x28b99d,[]);const _0x20a428={'hookUUID':_0x545427,'hookType':_0x48792a,'startedAt':new Date()[_0x5b1d4f(0x246)]()};this[_0x5b1d4f(0x1c1)][_0x5b1d4f(0x2a2)](_0x28b99d)[_0x5b1d4f(0x1ed)](_0x20a428),logger[_0x5b1d4f(0x211)](_0x5b1d4f(0x154)+_0x28b99d+_0x5b1d4f(0x28a)+_0x545427+',\x20hookType='+_0x48792a+_0x5b1d4f(0x17a)+this[_0x5b1d4f(0x1c1)][_0x5b1d4f(0x2a2)](_0x28b99d)[_0x5b1d4f(0x174)]);}[a92_0x55e1a9(0x237)](_0x3a8150,_0x5e6719){const _0x29551f=a92_0x55e1a9,_0x498666={};_0x498666[_0x29551f(0x267)]=function(_0x3f9e08,_0x3e2602){return _0x3f9e08||_0x3e2602;},_0x498666[_0x29551f(0x1d6)]=function(_0x404f59,_0x44d929){return _0x404f59!==_0x44d929;},_0x498666['MGyDn']=function(_0x2a14b0,_0x3e54f9){return _0x2a14b0===_0x3e54f9;};const _0x38979d=_0x498666;if(_0x38979d[_0x29551f(0x267)](!_0x3a8150,!_0x5e6719)){logger[_0x29551f(0x144)]('[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x3a8150+_0x29551f(0x28a)+_0x5e6719);return;}if(this['activeHooks'][_0x29551f(0x1ca)](_0x3a8150)){const _0x1ef013=this[_0x29551f(0x1c1)]['get'](_0x3a8150),_0x414e13=_0x1ef013[_0x29551f(0x28f)](_0x340a93=>_0x340a93[_0x29551f(0x15b)]===_0x5e6719);_0x38979d[_0x29551f(0x1d6)](_0x414e13,-0x1)?(_0x1ef013[_0x29551f(0x205)](_0x414e13,0x1),logger[_0x29551f(0x211)](_0x29551f(0x184)+_0x3a8150+_0x29551f(0x28a)+_0x5e6719+_0x29551f(0x23c)+_0x1ef013[_0x29551f(0x174)]),_0x38979d[_0x29551f(0x280)](_0x1ef013[_0x29551f(0x174)],0x0)&&this[_0x29551f(0x1c1)][_0x29551f(0x19a)](_0x3a8150)):logger['debug']('[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier='+_0x3a8150+_0x29551f(0x28a)+_0x5e6719);}}[a92_0x55e1a9(0x27c)](_0x180284){const _0x9aa28b=a92_0x55e1a9,_0x9252bf={};_0x9252bf[_0x9aa28b(0x206)]=function(_0x149f2d,_0x199197){return _0x149f2d>_0x199197;},_0x9252bf['wqxey']=function(_0x2a87db,_0x4f673a){return _0x2a87db-_0x4f673a;};const _0x54915c=_0x9252bf;if(!_0x180284)return null;if(this[_0x9aa28b(0x1c1)]['has'](_0x180284)){const _0x3d94a8=this[_0x9aa28b(0x1c1)][_0x9aa28b(0x2a2)](_0x180284);if(_0x54915c[_0x9aa28b(0x206)](_0x3d94a8[_0x9aa28b(0x174)],0x0)){const _0x12f3ba=_0x3d94a8[_0x54915c[_0x9aa28b(0x1de)](_0x3d94a8[_0x9aa28b(0x174)],0x1)];return logger[_0x9aa28b(0x211)](_0x9aa28b(0x28b)+_0x180284+_0x9aa28b(0x28a)+_0x12f3ba[_0x9aa28b(0x15b)]+',\x20hookType='+_0x12f3ba['hookType']),_0x12f3ba;}}return null;}async[a92_0x55e1a9(0x201)](_0x330f96,_0xae619f,_0x1d0384={}){const _0x1f1c5c=a92_0x55e1a9,_0x5bda94={};_0x5bda94[_0x1f1c5c(0x1c3)]=_0x1f1c5c(0x15a),_0x5bda94[_0x1f1c5c(0x142)]=function(_0xe81406,_0x1952f1){return _0xe81406===_0x1952f1;},_0x5bda94[_0x1f1c5c(0x253)]=function(_0x1c877a,_0x47c478){return _0x1c877a||_0x47c478;},_0x5bda94[_0x1f1c5c(0x234)]=_0x1f1c5c(0x1cc),_0x5bda94['AGuCG']=function(_0x574610,_0x592409){return _0x574610===_0x592409;};const _0x6ace38=_0x5bda94;logger[_0x1f1c5c(0x211)](_0x1f1c5c(0x2a4)+_0x330f96+_0x1f1c5c(0x26a)+_0xae619f+_0x1f1c5c(0x279)+Object['keys'](_0x1d0384)[_0x1f1c5c(0x1b2)](',')),await super[_0x1f1c5c(0x201)](_0x330f96,_0xae619f,_0x1d0384);const _0x48a84c=this[_0x1f1c5c(0x232)](_0x330f96,_0xae619f,_0x1d0384);if(!_0x48a84c){logger[_0x1f1c5c(0x211)](_0x6ace38[_0x1f1c5c(0x1c3)]);return;}try{let _0x1d352f,_0x31b2fa,_0x10aead;switch(_0x330f96){case TestFrameworkState[_0x1f1c5c(0x137)]:_0x1d352f=_0x1d0384['test'];const _0x5cbcff={};_0x5cbcff[_0x1f1c5c(0x1b8)]=0x2,_0x5cbcff[_0x1f1c5c(0x243)]=0x3,logger[_0x1f1c5c(0x211)](_0x1f1c5c(0x281)+_0xae619f+',\x20testData='+util[_0x1f1c5c(0x277)](_0x1d352f,_0x5cbcff)),_0x10aead=this[_0x1f1c5c(0x19e)](_0x1d352f),_0x31b2fa=null,logger[_0x1f1c5c(0x211)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId='+_0x10aead+_0x1f1c5c(0x268));if(_0x6ace38[_0x1f1c5c(0x142)](_0xae619f,HookState[_0x1f1c5c(0x190)])){logger[_0x1f1c5c(0x211)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20'+_0x10aead);const _0x46e066={};_0x46e066[_0x1f1c5c(0x173)]=_0x31b2fa,_0x46e066['testData']=_0x1d352f,_0x46e066[_0x1f1c5c(0x27f)]=_0x10aead;const _0x1340ad=this['parseJestTest'](_0x46e066),_0x3ebb4f={};_0x3ebb4f[_0x1f1c5c(0x1b8)]=0x2,_0x3ebb4f['maxArrayLength']=0x3,logger['debug'](_0x1f1c5c(0x18e)+util[_0x1f1c5c(0x277)](_0x1340ad,_0x3ebb4f)),_0x48a84c[_0x1f1c5c(0x188)](_0x1340ad),logger[_0x1f1c5c(0x211)](_0x1f1c5c(0x1e0)+_0x10aead),await this[_0x1f1c5c(0x203)](_0x48a84c,_0x10aead);}else{if(_0x6ace38[_0x1f1c5c(0x142)](_0xae619f,HookState[_0x1f1c5c(0x194)])){logger[_0x1f1c5c(0x211)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20'+_0x10aead);const _0x55bbed=_0x48a84c[_0x1f1c5c(0x1db)]()[_0x1f1c5c(0x2a2)](_0x10aead);logger[_0x1f1c5c(0x211)](_0x1f1c5c(0x209)+util[_0x1f1c5c(0x277)](Object[_0x1f1c5c(0x168)](_0x6ace38[_0x1f1c5c(0x253)](_0x55bbed,{}))));_0x55bbed&&_0x55bbed[TestFrameworkConstants[_0x1f1c5c(0x1d7)]]?logger[_0x1f1c5c(0x211)](_0x1f1c5c(0x1cf)+Object[_0x1f1c5c(0x168)](_0x55bbed[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']])['length']+'\x20files'):logger[_0x1f1c5c(0x211)](_0x6ace38[_0x1f1c5c(0x234)]);const _0x3b63d4=_0x1d0384[_0x1f1c5c(0x18a)]||null,_0x1d9695={};_0x1d9695[_0x1f1c5c(0x173)]=_0x31b2fa,_0x1d9695['testData']=_0x1d352f,_0x1d9695['testId']=_0x10aead,_0x1d9695[_0x1f1c5c(0x18a)]=_0x3b63d4;const _0x42b16c=this[_0x1f1c5c(0x1ec)](_0x1d9695),_0x134a30={};_0x134a30['depth']=0x2,_0x134a30[_0x1f1c5c(0x243)]=0x3,logger[_0x1f1c5c(0x211)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20'+util[_0x1f1c5c(0x277)](_0x42b16c,_0x134a30)),_0x48a84c[_0x1f1c5c(0x188)](_0x42b16c),logger[_0x1f1c5c(0x211)](_0x1f1c5c(0x1f0)+_0x10aead),await this[_0x1f1c5c(0x203)](_0x48a84c,_0x10aead);}}break;case TestFrameworkState[_0x1f1c5c(0x1e9)]:if(_0x6ace38[_0x1f1c5c(0x1a1)](_0xae619f,HookState['POST'])){const _0x498f3a={};_0x498f3a[_0x1f1c5c(0x1b8)]=0x2,logger[_0x1f1c5c(0x211)](_0x1f1c5c(0x1e4)+util['inspect'](_0x1d0384,_0x498f3a)),await this[_0x1f1c5c(0x149)](_0x48a84c,_0x330f96,_0x1d0384);}break;default:if(CLIUtils['matchHookRegex'](_0x330f96[_0x1f1c5c(0x29a)]()[_0x1f1c5c(0x239)]('.')[0x1])){const _0x1a4190={};_0x1a4190[_0x1f1c5c(0x1b8)]=0x2,_0x1a4190['maxArrayLength']=0x3,logger[_0x1f1c5c(0x211)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState='+_0x330f96+_0x1f1c5c(0x26a)+_0xae619f+_0x1f1c5c(0x2af)+util[_0x1f1c5c(0x277)](_0x1d0384['hookData'],_0x1a4190));const _0x21caba=await this[_0x1f1c5c(0x216)](_0x48a84c,_0x330f96,_0xae619f,_0x1d0384),_0x3f18d5={};_0x3f18d5['depth']=0x2,_0x3f18d5[_0x1f1c5c(0x243)]=0x3,logger[_0x1f1c5c(0x211)](_0x1f1c5c(0x196)+util[_0x1f1c5c(0x277)](_0x21caba,_0x3f18d5)),_0x48a84c[_0x1f1c5c(0x188)](_0x21caba);}else logger[_0x1f1c5c(0x211)]('[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState='+_0x330f96+_0x1f1c5c(0x292)+_0xae619f);break;}logger[_0x1f1c5c(0x211)](_0x1f1c5c(0x13e)+_0x330f96+',\x20hookState='+_0xae619f);}catch(_0xa8389d){logger[_0x1f1c5c(0x1e2)](_0x1f1c5c(0x214)+_0x330f96+_0x1f1c5c(0x26a)+_0xae619f+_0x1f1c5c(0x271)+util['format'](_0xa8389d));}_0x1d0384[_0x1f1c5c(0x16d)]=_0x48a84c,await this[_0x1f1c5c(0x159)](_0x48a84c,_0x330f96,_0xae619f,_0x1d0384);}[a92_0x55e1a9(0x19e)](_0x55aaf6){const _0x13f144=a92_0x55e1a9,_0x4fb547={};_0x4fb547[_0x13f144(0x23f)]=_0x13f144(0x222);const _0x517df0=_0x4fb547;if(_0x55aaf6&&(_0x55aaf6['id']||_0x55aaf6[_0x13f144(0x2a3)])){const _0x238de6=_0x55aaf6['id']||_0x55aaf6[_0x13f144(0x2a3)];return logger['debug'](_0x13f144(0x25e)+_0x238de6+'\x22\x20from\x20testData'),_0x238de6;}return logger[_0x13f144(0x211)](_0x517df0['QElmq']),process[_0x13f144(0x23e)]+_0x13f144(0x1f8);}[a92_0x55e1a9(0x232)](_0x49ca5b,_0x2a4c84,_0x3de5a7={}){const _0x1d394d=a92_0x55e1a9;let _0x1e4fe9=null;return _0x1e4fe9=TestFramework['getTrackedInstance'](),!_0x1e4fe9?(logger[_0x1d394d(0x211)]('[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state='+_0x49ca5b),this[_0x1d394d(0x223)](_0x49ca5b,_0x3de5a7),_0x1e4fe9=TestFramework[_0x1d394d(0x229)](),logger[_0x1d394d(0x211)]('[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists='+!!_0x1e4fe9+_0x1d394d(0x1da)+_0x1e4fe9?.[_0x1d394d(0x182)]()?.['getId']())):logger[_0x1d394d(0x211)](_0x1d394d(0x1ac)+_0x1e4fe9['getContext']()?.[_0x1d394d(0x289)]()),_0x1e4fe9;}['trackJestInstance'](_0x562dd9,_0x5d4ba0){const _0x49be5e=a92_0x55e1a9,_0x429936={};_0x429936['xwHzg']=_0x49be5e(0x286);const _0x47959b=_0x429936;if(TestFramework[_0x49be5e(0x229)]()){logger[_0x49be5e(0x211)](_0x47959b[_0x49be5e(0x1f3)]);return;}const _0x27e092=CLIUtils[_0x49be5e(0x157)](),_0x5e6d17=TrackedInstance[_0x49be5e(0x25b)](_0x27e092);let _0x5ae0a4=null;logger[_0x49be5e(0x211)]('trackJestInstance:\x20created\x20instance\x20for\x20target='+_0x27e092+_0x49be5e(0x26c)+_0x562dd9),_0x5ae0a4=new TestFrameworkInstance(_0x5e6d17,this[_0x49be5e(0x1fd)](),this[_0x49be5e(0x158)](),_0x562dd9,HookState[_0x49be5e(0x22e)]),TestFramework[_0x49be5e(0x250)](_0x5e6d17,_0x5ae0a4),logger['debug'](_0x49be5e(0x134)+_0x5e6d17['getId']()+_0x49be5e(0x1e5)+_0x27e092+_0x49be5e(0x27e)+this[_0x49be5e(0x1fd)]()[0x0]+_0x49be5e(0x2ac)+this[_0x49be5e(0x158)]()[this[_0x49be5e(0x1fd)]()[0x0]]);}[a92_0x55e1a9(0x22d)](_0x173bdc){const _0x294b44=a92_0x55e1a9,_0x2afacf={};_0x2afacf[_0x294b44(0x161)]=function(_0x4ac072,_0x3b0576){return _0x4ac072||_0x3b0576;},_0x2afacf[_0x294b44(0x130)]=_0x294b44(0x1ba);const _0x4e1c7c=_0x2afacf,{testUUID:_0x29773a,testData:_0x440fdf,testId:_0x2bfd86}=_0x173bdc;if(_0x4e1c7c[_0x294b44(0x161)](!_0x440fdf,!_0x2bfd86))return logger[_0x294b44(0x211)](_0x4e1c7c[_0x294b44(0x130)]),{};const _0x1a4314=this[_0x294b44(0x1fd)]()[0x0],_0x2eb77a=this[_0x294b44(0x158)](),_0x5b53d4={};_0x5b53d4['depth']=0x2,_0x5b53d4[_0x294b44(0x243)]=0x3,logger[_0x294b44(0x211)](_0x294b44(0x21e)+util[_0x294b44(0x277)](_0x440fdf,_0x5b53d4));const _0xc45cd=_0x440fdf?.[_0x294b44(0x298)]||[],_0xbad18d=this[_0x294b44(0x2b3)](_0x440fdf),_0x47adee=this['getJestTestFilePath'](_0x440fdf),_0x8f6189=_0x440fdf['fn']?_0x440fdf['fn'][_0x294b44(0x29a)]():_0x440fdf?.['body']?_0x440fdf[_0x294b44(0x245)]['code'][_0x294b44(0x29a)]():null,_0x57a84a=this[_0x294b44(0x28d)](_0x440fdf),_0x4e3101={[TestFrameworkConstants[_0x294b44(0x29f)]]:_0x1a4314,[TestFrameworkConstants[_0x294b44(0x133)]]:_0x2eb77a[_0x1a4314],[TestFrameworkConstants[_0x294b44(0x22a)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x294b44(0x181)]]:TestFrameworkConstants[_0x294b44(0x1a3)],[TestFrameworkConstants[_0x294b44(0x1b6)]]:_0xbad18d,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x47adee,[TestFrameworkConstants[_0x294b44(0x276)]]:_0x2bfd86,[TestFrameworkConstants[_0x294b44(0x1c0)]]:_0xbad18d,[TestFrameworkConstants[_0x294b44(0x15d)]]:_0x47adee,[TestFrameworkConstants[_0x294b44(0x13f)]]:_0x8f6189,[TestFrameworkConstants[_0x294b44(0x242)]]:_0x57a84a,[TestFrameworkConstants[_0x294b44(0x1cd)]]:_0x440fdf[_0x294b44(0x199)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x294b44(0x1a6)]]:_0xc45cd[0x0]||'',[TestFrameworkConstants[_0x294b44(0x269)]]:_0xc45cd,[TestFrameworkConstants[_0x294b44(0x260)]]:_0xbad18d,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x294b44(0x179)]]:{}};_0x440fdf[_0x294b44(0x155)]&&(_0x4e3101[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x440fdf[_0x294b44(0x155)]);logger[_0x294b44(0x211)](_0x294b44(0x21d)+_0xbad18d+',\x20testId='+_0x2bfd86+'\x20(testIdentifier),\x20tags='+JSON[_0x294b44(0x2b4)](_0x57a84a)+_0x294b44(0x258)+util[_0x294b44(0x277)](_0xc45cd)+_0x294b44(0x1d2)+_0x47adee);const _0x4d7105={};return _0x4d7105[_0x2bfd86]=_0x4e3101,_0x4d7105;}[a92_0x55e1a9(0x1ec)](_0x4a6811){const _0x90771b=a92_0x55e1a9,_0xffe36d={'ZMVEZ':function(_0x3ffb6a,_0x412693){return _0x3ffb6a===_0x412693;},'Ualtb':'afterAll','CVBXW':function(_0x4b5425,_0x3a327e){return _0x4b5425===_0x3a327e;},'cZkoG':'beforeAll','lrNWu':_0x90771b(0x266),'rJJIO':_0x90771b(0x1eb),'SNZOp':function(_0x2599d8,_0x2a1879){return _0x2599d8||_0x2a1879;},'izzYW':_0x90771b(0x218),'JpwBm':function(_0x362276,_0x1efb35){return _0x362276||_0x1efb35;},'KJJYA':_0x90771b(0x1d4),'fOSXl':function(_0x56b5fd,_0x996841){return _0x56b5fd>_0x996841;},'omaIX':'failed','rnDcL':_0x90771b(0x1d9),'hAuCd':function(_0x103d01,_0xa4f1c3){return _0x103d01===_0xa4f1c3;},'aSXVW':'skipped','gsHzs':_0x90771b(0x16c),'CqmIQ':function(_0x1879b0,_0x3bcff7){return _0x1879b0!==_0x3bcff7;},'gZPrF':function(_0x159f4a,_0x1b7dcd,_0x5adad0,_0x52632d){return _0x159f4a(_0x1b7dcd,_0x5adad0,_0x52632d);},'FDnWa':function(_0x29bd5d,_0x5d6ba4){return _0x29bd5d>_0x5d6ba4;},'PxbMu':_0x90771b(0x177),'MbxKJ':function(_0x3c7496,_0x5d0097){return _0x3c7496>_0x5d0097;},'mbfog':function(_0x263e6d,_0x464b3f){return _0x263e6d===_0x464b3f;}},{testUUID:_0x3d062a,testData:_0x376de7,testId:_0xf9b9af}=_0x4a6811;if(_0xffe36d['SNZOp'](!_0x376de7,!_0xf9b9af))return logger[_0x90771b(0x211)](_0xffe36d[_0x90771b(0x19b)]),{};const _0xc2bc8=this[_0x90771b(0x232)](TestFrameworkState[_0x90771b(0x137)],HookState['POST']),_0x56c313=_0xc2bc8[_0x90771b(0x1db)]()['get'](_0xf9b9af),_0x27e493=_0xffe36d[_0x90771b(0x217)](_0x56c313,{}),_0x53e16b=_0x27e493?_0x27e493[TestFrameworkConstants[_0x90771b(0x1bb)]]||{}:{},_0x129491=_0x27e493[TestFrameworkConstants[_0x90771b(0x1d7)]];logger['debug']('[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20'+(_0x129491?Object['keys'](_0x129491)['length']:0x0)+_0x90771b(0x26d));let _0x1e7b1e=_0xffe36d['KJJYA'];if(_0x376de7[_0x90771b(0x20f)])_0x1e7b1e=_0x376de7['result'];else{if(_0x376de7[_0x90771b(0x146)]&&_0xffe36d['fOSXl'](_0x376de7['errorsDetailed']['length'],0x0))_0x1e7b1e=_0xffe36d['omaIX'];else _0xffe36d[_0x90771b(0x26b)](_0x376de7[_0x90771b(0x212)],_0xffe36d[_0x90771b(0x151)])||_0xffe36d['hAuCd'](_0x376de7[_0x90771b(0x212)],_0xffe36d[_0x90771b(0x293)])?_0x1e7b1e=_0xffe36d['aSXVW']:_0x1e7b1e=_0xffe36d[_0x90771b(0x1d3)];}const _0xe81bf0={..._0x27e493,[TestFrameworkConstants[_0x90771b(0x181)]]:_0x1e7b1e,[TestFrameworkConstants[_0x90771b(0x1fa)]]:_0x376de7[_0x90771b(0x256)]||new Date()['toISOString'](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x90771b(0x246)](),[TestFrameworkConstants[_0x90771b(0x1bb)]]:_0x53e16b,[TestFrameworkConstants[_0x90771b(0x1ff)]]:_0x27e493[TestFrameworkConstants['KEY_LOGS']]||[],[TestFrameworkConstants[_0x90771b(0x179)]]:{}};if(_0xffe36d[_0x90771b(0x13c)](_0x1e7b1e,_0xffe36d[_0x90771b(0x1a8)])&&_0x376de7[_0x90771b(0x146)]){const _0x44c54a=this[_0x90771b(0x19d)](_0x376de7),_0x42fd71=this[_0x90771b(0x1f9)](_0x376de7),_0x518729=this['getJestFailureData'](_0x376de7);_0xe81bf0[TestFrameworkConstants[_0x90771b(0x180)]]=_0x42fd71,_0xe81bf0[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x44c54a,_0xe81bf0[TestFrameworkConstants[_0x90771b(0x2a7)]]=_0x518729;}_0xffe36d[_0x90771b(0x139)](_0x376de7['duration'],undefined)&&(_0xe81bf0[TestFrameworkConstants[_0x90771b(0x15c)]]=_0x376de7[_0x90771b(0x13d)]);_0x376de7['retryOf']&&(_0xe81bf0[TestFrameworkConstants[_0x90771b(0x1d5)]]=_0x376de7[_0x90771b(0x155)]);const _0x2c2b3d=_0x56c313?_0x56c313[TestFrameworkConstants[_0x90771b(0x1d7)]]||{}:{},_0x51ccd1=_0x56c313?_0x56c313[TestFrameworkConstants['KEY_TEST_UUID']]:_0x3d062a,_0x3f393f=_0xffe36d['gZPrF'](getManualUploadLogs,_0x2c2b3d,_0x51ccd1,_0xf9b9af);if(_0xffe36d[_0x90771b(0x226)](_0x3f393f['length'],0x0)){const _0x2dc1be=_0xe81bf0[TestFrameworkConstants['KEY_LOGS']]||[];_0xe81bf0[TestFrameworkConstants['KEY_LOGS']]=[..._0x2dc1be,..._0x3f393f];}const _0x2d27c8=_0x27e493[TestFrameworkConstants[_0x90771b(0x1fc)]]||{},_0x1d50bc=_0x27e493[TestFrameworkConstants[_0x90771b(0x254)]]||{},_0x52ec06={..._0x2d27c8},_0xaf058=_0x52ec06;Object['keys'](_0x1d50bc)['forEach'](_0x4b897c=>{const _0x373fa0=_0x90771b;!_0xaf058[_0x4b897c]&&(_0xaf058[_0x4b897c]=[]);const _0x1bfe8e=new Set((_0xaf058[_0x4b897c]||[])[_0x373fa0(0x20c)](_0x16c6fb=>_0x16c6fb[TestFrameworkConstants[_0x373fa0(0x248)]]||_0x16c6fb[_0x373fa0(0x2a9)]));(_0x1d50bc[_0x4b897c]||[])['forEach'](_0x55b250=>{const _0x29946b=_0x373fa0,_0x50d601=_0x55b250[TestFrameworkConstants[_0x29946b(0x248)]]||_0x55b250['hook_id'];if(!_0x1bfe8e[_0x29946b(0x1ca)](_0x50d601)){const _0x5111d7={..._0x55b250},_0x504d87=_0x5111d7;!_0x504d87[TestFrameworkConstants[_0x29946b(0x1bc)]]&&!_0x504d87['event_ended_at']&&(_0x504d87[TestFrameworkConstants[_0x29946b(0x1bc)]]=new Date()[_0x29946b(0x246)]()),!_0x504d87[TestFrameworkConstants[_0x29946b(0x24c)]]&&!_0x504d87[_0x29946b(0x18d)]&&(_0x504d87[TestFrameworkConstants[_0x29946b(0x24c)]]=TestFrameworkConstants[_0x29946b(0x21a)]),_0xaf058[_0x4b897c][_0x29946b(0x1ed)](_0x504d87);}});});if(_0x4a6811[_0x90771b(0x18a)]){this[_0x90771b(0x272)](_0x4a6811[_0x90771b(0x18a)]);const _0x28e9f6=this[_0x90771b(0x284)](_0x4a6811['originalTest']),_0x1ff6ee=this[_0x90771b(0x219)](_0x4a6811[_0x90771b(0x18a)]);_0x1ff6ee[_0x90771b(0x24f)](_0x22d69c=>{const _0x51afbd=_0x90771b,_0x4779a8=_0x28e9f6[_0x51afbd(0x2a2)](_0x22d69c);if(_0x4779a8&&(_0xffe36d[_0x51afbd(0x1b1)](_0x4779a8[_0x51afbd(0x22f)],_0xffe36d[_0x51afbd(0x29b)])||_0xffe36d[_0x51afbd(0x26b)](_0x4779a8[_0x51afbd(0x22f)],_0xffe36d[_0x51afbd(0x17e)]))){const _0x46eb06=_0x4779a8[_0x51afbd(0x22f)][_0x51afbd(0x25d)]()[_0x51afbd(0x225)](_0xffe36d['lrNWu'],_0xffe36d[_0x51afbd(0x21c)]),_0x321b12=_0x46eb06;!_0xaf058[_0x321b12]&&(_0xaf058[_0x321b12]=[]);const _0xe51570=_0xaf058[_0x321b12]['find'](_0x425798=>(_0x425798[TestFrameworkConstants[_0x51afbd(0x248)]]||_0x425798['hook_id'])===_0x22d69c);!_0xe51570&&_0xaf058[_0x321b12]['push']({'key':_0x321b12,[TestFrameworkConstants[_0x51afbd(0x248)]]:_0x22d69c,[TestFrameworkConstants[_0x51afbd(0x24c)]]:TestFrameworkConstants[_0x51afbd(0x21a)],[TestFrameworkConstants[_0x51afbd(0x231)]]:new Date()[_0x51afbd(0x246)](),[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]:new Date()[_0x51afbd(0x246)](),[TestFrameworkConstants[_0x51afbd(0x1b7)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x4779a8[_0x51afbd(0x1c6)]||_0x4779a8[_0x51afbd(0x22f)]+'\x20hook',[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x53e16b});}});}if(_0x376de7[_0x90771b(0x29c)]&&_0xffe36d['FDnWa'](_0x376de7[_0x90771b(0x29c)][_0x90771b(0x174)],0x0))_0xe81bf0[TestFrameworkConstants[_0x90771b(0x1fc)]]=_0x376de7[_0x90771b(0x29c)],logger['debug'](_0xffe36d[_0x90771b(0x213)]);else _0xffe36d['MbxKJ'](Object['keys'](_0xaf058)[_0x90771b(0x174)],0x0)&&(_0xe81bf0[TestFrameworkConstants[_0x90771b(0x1fc)]]=_0xaf058,logger['debug'](_0x90771b(0x247)+Object['keys'](_0xaf058)[_0x90771b(0x1b2)](',')));const _0x20b2f5=this[_0x90771b(0x2b3)](_0x376de7);logger[_0x90771b(0x211)](_0x90771b(0x1ef)+_0x20b2f5+_0x90771b(0x170)+_0xf9b9af+'\x20(testIdentifier),\x20result='+_0x1e7b1e+_0x90771b(0x147)+_0x376de7[_0x90771b(0x13d)]);_0xffe36d['mbfog'](_0x1e7b1e,_0xffe36d[_0x90771b(0x1a8)])&&logger[_0x90771b(0x211)](_0x90771b(0x1af)+_0xf9b9af+_0x90771b(0x230)+_0xe81bf0[TestFrameworkConstants[_0x90771b(0x180)]]+',\x20failureReason='+_0xe81bf0[TestFrameworkConstants[_0x90771b(0x233)]]?.[_0x90771b(0x27b)](0x0,0xc8));const _0x58d9d4={};return _0x58d9d4[_0xf9b9af]=_0xe81bf0,_0x58d9d4;}[a92_0x55e1a9(0x1bf)](_0x28b0ce){const _0x445770=a92_0x55e1a9,_0x5ae98f={};_0x5ae98f[_0x445770(0x1b5)]=function(_0x375cb3,_0x1a8070){return _0x375cb3!==_0x1a8070;},_0x5ae98f[_0x445770(0x1c8)]=_0x445770(0x1ad);const _0x426029=_0x5ae98f,_0x235e6b={};_0x235e6b[_0x445770(0x1b8)]=0x2,_0x235e6b[_0x445770(0x243)]=0x3,logger[_0x445770(0x211)]('[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20'+util[_0x445770(0x277)](_0x28b0ce,_0x235e6b));const _0x2cefc1=[];if(_0x28b0ce&&_0x28b0ce[_0x445770(0x249)]){let _0x27f48d=_0x28b0ce[_0x445770(0x249)];while(_0x27f48d&&_0x27f48d[_0x445770(0x1c6)]&&_0x426029[_0x445770(0x1b5)](_0x27f48d[_0x445770(0x1c6)],'')&&_0x426029[_0x445770(0x1b5)](_0x27f48d[_0x445770(0x1c6)],_0x426029[_0x445770(0x1c8)])){_0x2cefc1[_0x445770(0x1ed)](_0x27f48d[_0x445770(0x1c6)]),_0x27f48d=_0x27f48d[_0x445770(0x249)];}}return _0x2cefc1[_0x445770(0x204)]();}[a92_0x55e1a9(0x2b3)](_0x5a3064){const _0x4c2093=a92_0x55e1a9,_0x4c4dc4={};_0x4c4dc4[_0x4c2093(0x140)]='Unknown\x20Test';const _0x91034b=_0x4c4dc4;if(_0x5a3064[_0x4c2093(0x1c6)])return _0x5a3064[_0x4c2093(0x1c6)];if(_0x5a3064[_0x4c2093(0x25c)])return _0x5a3064[_0x4c2093(0x25c)];return _0x91034b['jeQFR'];}['getJestTestTags'](_0x3d25e5){const _0x206d05=a92_0x55e1a9,_0x15e2bb=[];if(_0x3d25e5[_0x206d05(0x19c)]&&Array[_0x206d05(0x287)](_0x3d25e5[_0x206d05(0x19c)]))return _0x3d25e5[_0x206d05(0x19c)][_0x206d05(0x20c)](_0xad89c5=>_0xad89c5[_0x206d05(0x259)]('@')?_0xad89c5[_0x206d05(0x297)](0x1):_0xad89c5);const _0x1f73eb=this[_0x206d05(0x2b3)](_0x3d25e5),_0x70519a=_0x1f73eb[_0x206d05(0x22c)](/@(\w+)/g);if(_0x70519a)return _0x70519a[_0x206d05(0x20c)](_0x17f642=>_0x17f642[_0x206d05(0x16f)](0x1));return _0x3d25e5['scopes']&&Array[_0x206d05(0x287)](_0x3d25e5['scopes'])&&_0x3d25e5['scopes']['forEach'](_0x443e3e=>{const _0xff3b1f=_0x206d05,_0x21fd3f=_0x443e3e[_0xff3b1f(0x22c)](/@(\w+)/g);_0x21fd3f&&_0x21fd3f[_0xff3b1f(0x24f)](_0x728103=>{const _0x418358=_0xff3b1f,_0x3e2c73=_0x728103[_0x418358(0x16f)](0x1);!_0x15e2bb[_0x418358(0x227)](_0x3e2c73)&&_0x15e2bb[_0x418358(0x1ed)](_0x3e2c73);});}),_0x15e2bb;}[a92_0x55e1a9(0x13a)](_0x57dba5){const _0x27e54b=a92_0x55e1a9,_0x5ed242={'fqFsp':function(_0xa2fa5b,_0x396705){return _0xa2fa5b(_0x396705);}};if(_0x57dba5[_0x27e54b(0x18f)])return _0x57dba5[_0x27e54b(0x18f)];if(_0x57dba5[_0x27e54b(0x2ad)])try{const _0x4addc9=stackTrace['parse'](_0x57dba5[_0x27e54b(0x2ad)]),_0x4821c8=_0x5ed242[_0x27e54b(0x21f)](pickUserFrameFile,_0x4addc9);if(_0x4821c8)return _0x4821c8;logger[_0x27e54b(0x211)](_0x27e54b(0x210)+_0x4addc9['length']+')');}catch(_0x1d5b29){logger[_0x27e54b(0x211)]('Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20'+util[_0x27e54b(0x198)](_0x1d5b29));}return null;}[a92_0x55e1a9(0x19d)](_0x619aeb){const _0x3e6f0c=a92_0x55e1a9,_0x43fc15={};_0x43fc15[_0x3e6f0c(0x143)]=function(_0x1b6bf4,_0x3e7bb0){return _0x1b6bf4>_0x3e7bb0;},_0x43fc15[_0x3e6f0c(0x1a9)]='Unknown\x20error';const _0x17dda9=_0x43fc15;if(_0x619aeb['errorsDetailed']&&_0x17dda9[_0x3e6f0c(0x143)](_0x619aeb[_0x3e6f0c(0x146)][_0x3e6f0c(0x174)],0x0))return util[_0x3e6f0c(0x277)](_0x619aeb[_0x3e6f0c(0x146)][0x0]);if(_0x619aeb['failure_reason'])return _0x619aeb['failure_reason'];return _0x17dda9['olBiK'];}[a92_0x55e1a9(0x1f9)](_0x1ed282){const _0x9b3e2=a92_0x55e1a9,_0x2d1ce6={};_0x2d1ce6[_0x9b3e2(0x163)]=_0x9b3e2(0x14c),_0x2d1ce6['LnHMe']=_0x9b3e2(0x299),_0x2d1ce6[_0x9b3e2(0x162)]=_0x9b3e2(0x17c);const _0x3196b0=_0x2d1ce6,_0x3bb24e=this['getJestFailureReason'](_0x1ed282);if(_0x3bb24e&&_0x3bb24e[_0x9b3e2(0x227)](_0x3196b0[_0x9b3e2(0x163)]))return _0x3196b0['LnHMe'];return _0x3196b0['eAVLU'];}[a92_0x55e1a9(0x12c)](_0x143d24){const _0x2e1a06=a92_0x55e1a9,_0x28262b={'AWild':function(_0x25a358,_0x4d179c){return _0x25a358(_0x4d179c);},'rePqW':_0x2e1a06(0x148),'qAXUV':function(_0x62fd76,_0x5f324f){return _0x62fd76!==_0x5f324f;},'NluzH':_0x2e1a06(0x1dd)},{failureData:_0x5829a0}=_0x28262b[_0x2e1a06(0x1b3)](require,_0x28262b['rePqW']),_0x31a131=[];return _0x28262b[_0x2e1a06(0x1be)](_0x143d24['errorsDetailed'],undefined)&&_0x31a131[_0x2e1a06(0x1ed)](_0x143d24['errorsDetailed'],_0x28262b[_0x2e1a06(0x255)]),_0x5829a0[_0x2e1a06(0x1ea)](null,_0x31a131);}async[a92_0x55e1a9(0x216)](_0xddd139,_0x26092b,_0x2c0e92,_0x3a2bc2){const _0x488583=a92_0x55e1a9,_0x5645e2={'qwNAZ':'[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','pcsnQ':function(_0x1f2be4){return _0x1f2be4();},'vKUgo':function(_0x53d4ce,_0x500af0){return _0x53d4ce in _0x500af0;},'ktUaP':function(_0x521d9c,_0x419342){return _0x521d9c in _0x419342;},'cLVxN':function(_0xe535bd,_0x1e2830){return _0xe535bd===_0x1e2830;},'lDHyA':function(_0x53d786,_0x29459b){return _0x53d786>_0x29459b;},'gWIaG':_0x488583(0x15f),'biuYK':'passed','ysvNI':_0x488583(0x2a5),'TrStH':function(_0x35ba95,_0x5b7297){return _0x35ba95>_0x5b7297;},'GlUBC':function(_0x51b0f,_0x49db72){return _0x51b0f===_0x49db72;},'gLJWO':function(_0xf3f542,_0x299833){return _0xf3f542!==_0x299833;}},{hookData:_0x4789c3}=_0x3a2bc2,_0x1d9fd2=_0x2c0e92[_0x488583(0x29a)](),_0x1626ad=_0x26092b[_0x488583(0x29a)](),_0x3f68f3={};_0x3f68f3[_0x488583(0x1b8)]=0x2,_0x3f68f3[_0x488583(0x243)]=0x3,logger[_0x488583(0x211)](_0x488583(0x1dc)+_0x1626ad+_0x488583(0x26a)+_0x1d9fd2+_0x488583(0x2af)+util[_0x488583(0x277)](_0x4789c3,_0x3f68f3));if(!_0x4789c3)return logger[_0x488583(0x211)](_0x5645e2['qwNAZ']),{};const _0x483024=_0x4789c3[_0x488583(0x2a3)]||_0x4789c3[_0x488583(0x261)]||_0x5645e2[_0x488583(0x1ae)](uuidv4),_0x355c3e=_0x4789c3[_0x488583(0x1ee)]||this[_0x488583(0x19e)](_0x4789c3),_0x20b844=_0x26092b['toString']()[_0x488583(0x239)]('.')[0x1],_0x191bf3=_0xddd139[_0x488583(0x1db)]()['get'](_0x355c3e),_0x5538cb=_0x191bf3?_0x191bf3[TestFrameworkConstants[_0x488583(0x1bb)]]||{}:{};logger[_0x488583(0x211)](_0x488583(0x166)+_0x483024+',\x20testId='+_0x355c3e+_0x488583(0x21b)+_0x20b844+_0x488583(0x26a)+_0x1d9fd2);if(!_0x191bf3)return logger['debug'](_0x488583(0x2b6)+_0x355c3e+_0x488583(0x2b2)),this[_0x488583(0x215)](_0xddd139,_0x355c3e,_0x26092b,_0x2c0e92,_0x3a2bc2),{};let _0xd63fed=_0x191bf3[TestFrameworkConstants[_0x488583(0x254)]];!_0xd63fed&&(_0xd63fed={});!_0x5645e2['vKUgo'](_0x20b844,_0xd63fed)&&(_0xd63fed[_0x20b844]=[]);let _0x294ac9=_0x191bf3[TestFrameworkConstants[_0x488583(0x1fc)]];!_0x294ac9&&(_0x294ac9={});!_0x5645e2['ktUaP'](_0x20b844,_0x294ac9)&&(_0x294ac9[_0x20b844]=[]);const _0x154d2d={[_0x355c3e]:{[TestFrameworkConstants[_0x488583(0x254)]]:_0xd63fed,[TestFrameworkConstants[_0x488583(0x1fc)]]:_0x294ac9,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x488583(0x1fd)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x488583(0x158)]()[this[_0x488583(0x1fd)]()[0x0]]||''}};if(_0x5645e2['cLVxN'](_0x2c0e92,HookState['PRE'])){const _0x1ee712={'key':_0x20b844,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x483024,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0x488583(0x21a)],[TestFrameworkConstants[_0x488583(0x231)]]:_0x4789c3['started_at']||new Date()[_0x488583(0x246)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x488583(0x16a)]]:_0x4789c3['name']||_0x4789c3[_0x488583(0x244)]||_0x20b844,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x5538cb};_0xd63fed[_0x20b844]['push'](_0x1ee712),_0x154d2d[_0x355c3e][TestFrameworkConstants[_0x488583(0x264)]]=_0x20b844;const _0x50922c={};_0x50922c[_0x488583(0x1b8)]=0x2,logger[_0x488583(0x211)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x20b844+',\x20hookId='+_0x483024+_0x488583(0x170)+_0x355c3e+_0x488583(0x221)+util[_0x488583(0x277)](_0x1ee712,_0x50922c));}else{if(_0x5645e2['cLVxN'](_0x2c0e92,HookState[_0x488583(0x194)])){const _0x5e7994=_0x4789c3[_0x488583(0x20f)]||(_0x4789c3['errorsDetailed']&&_0x5645e2[_0x488583(0x28c)](_0x4789c3[_0x488583(0x146)][_0x488583(0x174)],0x0)?_0x5645e2[_0x488583(0x200)]:_0x5645e2[_0x488583(0x14d)]),_0x4ef5da=_0xd63fed[_0x20b844]||[];logger['debug'](_0x488583(0x189)+_0x20b844+_0x488583(0x170)+_0x355c3e+',\x20result='+_0x5e7994+_0x488583(0x1f5)+_0x4ef5da[_0x488583(0x174)]);if(_0x5645e2[_0x488583(0x12f)](_0x4ef5da['length'],0x0)&&_0x5645e2[_0x488583(0x12f)](_0x26092b,TestFrameworkState['BEFORE_ALL']))return logger[_0x488583(0x211)](_0x5645e2[_0x488583(0x26e)]),this[_0x488583(0x215)](_0xddd139,_0x355c3e,_0x26092b,_0x2c0e92,_0x3a2bc2),{};if(_0x5645e2[_0x488583(0x169)](_0x4ef5da['length'],0x0)){const _0x5536c9=_0x4ef5da[_0x488583(0x275)]();_0x5645e2[_0x488583(0x19f)](_0x5e7994,_0x5645e2[_0x488583(0x200)])&&_0x4789c3[_0x488583(0x146)]?(_0x5536c9[TestFrameworkConstants[_0x488583(0x235)]]=this[_0x488583(0x1f9)](_0x4789c3),_0x5536c9[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]=this['getJestFailureReason'](_0x4789c3),_0x5536c9[TestFrameworkConstants[_0x488583(0x262)]]=this[_0x488583(0x12c)](_0x4789c3),logger[_0x488583(0x211)](_0x488583(0x1e3)+_0x20b844+_0x488583(0x230)+_0x5536c9[TestFrameworkConstants[_0x488583(0x235)]]+_0x488583(0x135)+_0x5536c9[TestFrameworkConstants[_0x488583(0x16b)]]?.[_0x488583(0x27b)](0x0,0xc8))):_0x5536c9[TestFrameworkConstants[_0x488583(0x24c)]]=_0x5645e2['biuYK'];_0x5645e2[_0x488583(0x2b0)](_0x5e7994,TestFrameworkConstants[_0x488583(0x21a)])&&(_0x5536c9[TestFrameworkConstants[_0x488583(0x24c)]]=_0x5e7994);_0x5536c9[TestFrameworkConstants[_0x488583(0x1bc)]]=_0x4789c3[_0x488583(0x256)]||new Date()['toISOString'](),_0x5536c9[TestFrameworkConstants[_0x488583(0x1bb)]]=_0x5538cb;const _0x176e11=_0x5536c9[TestFrameworkConstants[_0x488583(0x248)]];!_0x294ac9[_0x20b844]&&(_0x294ac9[_0x20b844]=[]);_0x294ac9[_0x20b844][_0x488583(0x1ed)](_0x5536c9),_0x154d2d[_0x355c3e][TestFrameworkConstants[_0x488583(0x294)]]=_0x20b844;const _0x1d279e={};_0x1d279e['depth']=0x2,logger['debug'](_0x488583(0x27a)+_0x20b844+_0x488583(0x1e8)+_0x176e11+_0x488583(0x1b9)+_0x5e7994+_0x488583(0x221)+util[_0x488583(0x277)](_0x5536c9,_0x1d279e));}}}return _0x154d2d;}['createTestFrameworkEventPayload'](_0x3aec97){const _0x3bbbc1=a92_0x55e1a9,_0x20ddba={};_0x20ddba['nFwXY']='base64';const _0x43e40d=_0x20ddba;try{const _0x4dabad=_0x3aec97['test']?this['getJestTestIdentifier'](_0x3aec97[_0x3bbbc1(0x1dd)]):_0x3aec97[_0x3bbbc1(0x16e)]['test_run_id'],_0x36490f=_0x3aec97[_0x3bbbc1(0x16d)],_0x418530=_0x36490f[_0x3bbbc1(0x182)](),_0x2a9e5b=_0x36490f['getAllData']()[_0x3bbbc1(0x2a2)](_0x4dabad);if(!_0x2a9e5b)return logger['debug'](_0x3bbbc1(0x273)+_0x4dabad),{};const {[TestFrameworkConstants[_0x3bbbc1(0x29f)]]:_0x1f640b=this[_0x3bbbc1(0x1fd)]()[0x0]||'',[TestFrameworkConstants[_0x3bbbc1(0x133)]]:_0xb8214f=this[_0x3bbbc1(0x158)]()[this[_0x3bbbc1(0x1fd)]()[0x0]]||'',[TestFrameworkConstants[_0x3bbbc1(0x1cd)]]:_0xcb81b9='',[TestFrameworkConstants[_0x3bbbc1(0x1fa)]]:_0xee5cf3=''}=_0x2a9e5b,_0x2a2c23=_0x36490f[_0x3bbbc1(0x274)]()[_0x3bbbc1(0x29a)]()[_0x3bbbc1(0x239)]('.')[0x1],_0x29b29b=_0x36490f['getCurrentHookState']()[_0x3bbbc1(0x29a)]()['split']('.')[0x1],_0x13cc5b=global?.[_0x3bbbc1(0x195)]?.[_0x3bbbc1(0x197)]?.['parallelIndex']||global[_0x3bbbc1(0x1aa)]||0x0,_0x1f2d43=_0x36490f[_0x3bbbc1(0x14b)](),_0x5ea272=Buffer['from'](JSON['stringify'](_0x2a9e5b))[_0x3bbbc1(0x29a)](_0x43e40d[_0x3bbbc1(0x23a)]),_0x4ce24a={'hash':_0x418530[_0x3bbbc1(0x289)](),'threadId':_0x418530['getThreadId']()[_0x3bbbc1(0x29a)](),'processId':_0x418530['getProcessId']()[_0x3bbbc1(0x29a)]()},_0x5bd42f={};_0x5bd42f['platformIndex']=_0x13cc5b,_0x5bd42f[_0x3bbbc1(0x183)]=_0x1f640b,_0x5bd42f[_0x3bbbc1(0x24d)]=_0xb8214f,_0x5bd42f['testFrameworkState']=_0x2a2c23,_0x5bd42f[_0x3bbbc1(0x208)]=_0x29b29b,_0x5bd42f['startedAt']=_0xcb81b9,_0x5bd42f[_0x3bbbc1(0x2ab)]=_0xee5cf3,_0x5bd42f[_0x3bbbc1(0x2a3)]=_0x1f2d43,_0x5bd42f[_0x3bbbc1(0x18c)]=_0x5ea272,_0x5bd42f[_0x3bbbc1(0x12e)]=_0x4ce24a,_0x5bd42f['test_identifier']=_0x4dabad;const _0x213d50=_0x5bd42f;return _0x213d50;}catch(_0x3d0092){return logger['error'](_0x3bbbc1(0x178)+util[_0x3bbbc1(0x198)](_0x3d0092)),{};}}async['sendLogCreatedEvent'](_0x215f57,_0x208bc3,_0x5e94fb){const _0x46f8ad=a92_0x55e1a9,_0x5512b3={'zxpyk':function(_0x33553a,_0x493bae){return _0x33553a+_0x493bae;},'mnSrk':_0x46f8ad(0x1a7),'NYgzb':'none','yOmVh':function(_0x362ca5,_0x5bc698){return _0x362ca5>_0x5bc698;},'dlwXg':function(_0x184f3f,_0x3e7062,_0x5c97a4,_0x9414f3){return _0x184f3f(_0x3e7062,_0x5c97a4,_0x9414f3);},'OPvpa':function(_0x26412d,_0x4edc65){return _0x26412d-_0x4edc65;},'waUHt':function(_0xa82b55,_0x3ea252){return _0xa82b55===_0x3ea252;},'saDIE':function(_0x5a0d07,_0x268740){return _0x5a0d07/_0x268740;},'EtFGv':function(_0x46cba5,_0x47d72e){return _0x46cba5<_0x47d72e;},'DCUVT':function(_0x2e2c36,_0x8cd33e){return _0x2e2c36*_0x8cd33e;}};try{const _0x58dd0a=_0x5e94fb['testUUID']||_0x5e94fb['testId'],_0x1da3a5=Array[_0x46f8ad(0x15e)](_0x215f57['getAllData']()[_0x46f8ad(0x168)]()),_0x32d975=_0x215f57[_0x46f8ad(0x1db)]()[_0x46f8ad(0x2a2)](_0x58dd0a);if(!_0x32d975){logger[_0x46f8ad(0x211)](_0x46f8ad(0x295)+_0x58dd0a);return;}const {[TestFrameworkConstants[_0x46f8ad(0x29f)]]:_0x48dec7='',[TestFrameworkConstants[_0x46f8ad(0x133)]]:_0x5717f2=''}=_0x32d975;let _0x2fb59f=[];_0x32d975&&_0x32d975[TestFrameworkConstants[_0x46f8ad(0x1ff)]]&&Array[_0x46f8ad(0x287)](_0x32d975[TestFrameworkConstants[_0x46f8ad(0x1ff)]])?(_0x2fb59f=_0x32d975[TestFrameworkConstants[_0x46f8ad(0x1ff)]]||[],logger[_0x46f8ad(0x211)](_0x46f8ad(0x1c9)+_0x2fb59f['length']+_0x46f8ad(0x1d1)+_0x58dd0a),_0x215f57[_0x46f8ad(0x188)]({[_0x58dd0a]:{[TestFrameworkConstants[_0x46f8ad(0x1ff)]]:[],[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x46f8ad(0x1fd)]()[0x0]||'',[TestFrameworkConstants[_0x46f8ad(0x133)]]:this['getTestFrameworksVersions']()[this[_0x46f8ad(0x1fd)]()[0x0]]||''}}),logger['debug'](_0x46f8ad(0x1d0)+_0x58dd0a)):logger[_0x46f8ad(0x211)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x58dd0a);logger[_0x46f8ad(0x211)](_0x46f8ad(0x1df)+_0x2fb59f['length']+_0x46f8ad(0x285)+_0x58dd0a);const _0x5d387e=_0x2fb59f['filter'](_0x19499f=>_0x19499f['kind']===_0x46f8ad(0x186));_0x5512b3[_0x46f8ad(0x20e)](_0x5d387e['length'],0x0)&&(logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20'+_0x5d387e[_0x46f8ad(0x174)]+_0x46f8ad(0x252)+_0x58dd0a),_0x5d387e[_0x46f8ad(0x24f)]((_0x40f3cd,_0x10a7ed)=>{const _0xf162d5=_0x46f8ad;logger['debug'](_0xf162d5(0x1ce)+_0x5512b3[_0xf162d5(0x207)](_0x10a7ed,0x1)+'/'+_0x5d387e[_0xf162d5(0x174)]+_0xf162d5(0x160)+(_0x40f3cd[_0xf162d5(0x2ae)]||_0x5512b3[_0xf162d5(0x185)])+_0xf162d5(0x1d8)+(_0x40f3cd[_0xf162d5(0x175)]||_0x5512b3[_0xf162d5(0x185)])+_0xf162d5(0x22b)+(_0x40f3cd[_0xf162d5(0x24b)]||_0x5512b3[_0xf162d5(0x1a4)])+_0xf162d5(0x241)+(_0x40f3cd[_0xf162d5(0x193)]?.[_0xf162d5(0x174)]||0x0));}));const _0x58c889=_0x32d975[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x228cff=_0x5512b3[_0x46f8ad(0x263)](getMediaArtifactsLogs,_0x58c889,null,_0x58dd0a),_0x5d3bc=(_0x2fb59f||[])['concat'](_0x228cff||[]),_0x13884d=_0x5d387e?.[_0x46f8ad(0x174)]||0x0,_0x6f3a4c=_0x5512b3[_0x46f8ad(0x14e)](_0x2fb59f?.[_0x46f8ad(0x174)]||0x0,_0x13884d);logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20'+_0x58dd0a+_0x46f8ad(0x25f)+_0x6f3a4c+_0x46f8ad(0x171)+_0x13884d+_0x46f8ad(0x1a5)+(_0x228cff?.[_0x46f8ad(0x174)]||0x0)+_0x46f8ad(0x156)+_0x5d3bc[_0x46f8ad(0x174)]);if(!_0x5d3bc||_0x5512b3[_0x46f8ad(0x29d)](_0x5d3bc[_0x46f8ad(0x174)],0x0)){logger[_0x46f8ad(0x211)](_0x46f8ad(0x1c7)+_0x58dd0a);return;}const _0x8a60=0x28,_0x37b937=Math[_0x46f8ad(0x1a0)](_0x5512b3[_0x46f8ad(0x12b)](_0x5d3bc[_0x46f8ad(0x174)],_0x8a60));for(let _0x53203f=0x0;_0x5512b3[_0x46f8ad(0x1f1)](_0x53203f,_0x37b937);_0x53203f++){const _0x496f89=_0x5512b3[_0x46f8ad(0x220)](_0x53203f,_0x8a60),_0x32750d=_0x5512b3[_0x46f8ad(0x207)](_0x496f89,_0x8a60),_0x571810=_0x5d3bc[_0x46f8ad(0x16f)](_0x496f89,_0x32750d),_0x10fc8c=global?.[_0x46f8ad(0x164)]??0x0,_0x3d5d9a={'platformIndex':_0x10fc8c,'logs':_0x571810,'testFrameworkName':_0x48dec7,'testFrameworkVersion':_0x5717f2,'testFrameworkState':_0x208bc3['toString']()[_0x46f8ad(0x239)]('.')[0x1]},_0x104e8a={};_0x104e8a[_0x46f8ad(0x1b8)]=0x3,_0x104e8a[_0x46f8ad(0x243)]=0x5,logger[_0x46f8ad(0x211)](_0x46f8ad(0x1b0)+_0x5512b3['zxpyk'](_0x53203f,0x1)+'/'+_0x37b937+_0x46f8ad(0x23d)+_0x58dd0a+',\x20logsInBatch:\x20'+_0x571810['length']+_0x46f8ad(0x240)+_0x10fc8c+_0x46f8ad(0x13b)+util[_0x46f8ad(0x277)](_0x3d5d9a,_0x104e8a));const _0x4c05b4=await GrpcClient[_0x46f8ad(0x14f)]()[_0x46f8ad(0x153)](_0x3d5d9a);logger[_0x46f8ad(0x211)](_0x46f8ad(0x1b0)+_0x5512b3['zxpyk'](_0x53203f,0x1)+'/'+_0x37b937+_0x46f8ad(0x23d)+_0x58dd0a+_0x46f8ad(0x1fb)+util[_0x46f8ad(0x277)](_0x4c05b4));}_0x228cff&&_0x5512b3[_0x46f8ad(0x20e)](_0x228cff['length'],0x0)&&_0x32d975[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]&&_0x215f57[_0x46f8ad(0x188)]({[_0x58dd0a]:{[TestFrameworkConstants[_0x46f8ad(0x1d7)]]:{},[TestFrameworkConstants[_0x46f8ad(0x29f)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x46f8ad(0x158)]()[this[_0x46f8ad(0x1fd)]()[0x0]]||''}}),logger[_0x46f8ad(0x211)](_0x46f8ad(0x17f)+_0x58dd0a+_0x46f8ad(0x283)+_0x37b937);}catch(_0x84b69f){logger[_0x46f8ad(0x1e2)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20'+(_0x5e94fb['testUUID']||_0x5e94fb[_0x46f8ad(0x27f)])+',\x20error:\x20'+util[_0x46f8ad(0x198)](_0x84b69f));}}['storePendingHook'](_0x1fed55,_0x10b099,_0x3c6f1d,_0x5034ad,_0x1443de){const _0x351e82=a92_0x55e1a9,_0x11166a={};_0x11166a[_0x351e82(0x150)]=function(_0x2902de,_0x48c975){return _0x2902de===_0x48c975;},_0x11166a[_0x351e82(0x192)]=_0x351e82(0x141);const _0x2bf2b5=_0x11166a,{hookData:_0x303576}=_0x1443de,_0x4f9ca6={'testId':_0x10b099,'testFrameworkState':_0x3c6f1d,'hookState':_0x5034ad,'args':_0x1443de,'timestamp':new Date()[_0x351e82(0x246)]()};if(_0x2bf2b5[_0x351e82(0x150)](_0x3c6f1d,TestFrameworkState[_0x351e82(0x1c4)])&&_0x303576){const _0x48c0fc={};_0x48c0fc['filePath']=_0x303576['file_name']||_0x303576[_0x351e82(0x14a)],_0x48c0fc[_0x351e82(0x1f4)]=_0x303576[_0x351e82(0x1f4)]||_0x303576['scopes']&&_0x303576[_0x351e82(0x298)][0x0]||'',_0x48c0fc['hookType']=_0x2bf2b5[_0x351e82(0x192)],_0x4f9ca6[_0x351e82(0x172)]=_0x48c0fc,logger[_0x351e82(0x211)](_0x351e82(0x270)+_0x10b099+_0x351e82(0x1f7)+_0x4f9ca6['hookMetadata']['filePath']+_0x351e82(0x1c5)+_0x4f9ca6['hookMetadata'][_0x351e82(0x1f4)]);}_0x1fed55['addPendingHook'](_0x10b099,_0x4f9ca6),logger[_0x351e82(0x211)](_0x351e82(0x251)+_0x10b099+_0x351e82(0x2aa)+_0x3c6f1d+_0x351e82(0x290)+_0x5034ad);}async[a92_0x55e1a9(0x203)](_0x46a91c,_0x2b41f2){const _0x14e99f=a92_0x55e1a9,_0x3a6502={};_0x3a6502['VnkcI']=function(_0xbbf184,_0x2c6a2d){return _0xbbf184>_0x2c6a2d;},_0x3a6502[_0x14e99f(0x152)]=function(_0x8987c1,_0x38c472){return _0x8987c1===_0x38c472;},_0x3a6502[_0x14e99f(0x1e1)]=function(_0x29c290,_0x592a25){return _0x29c290===_0x592a25;},_0x3a6502[_0x14e99f(0x1fe)]=function(_0x108570,_0x3f13da){return _0x108570>_0x3f13da;},_0x3a6502[_0x14e99f(0x2a6)]='[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook';const _0x104587=_0x3a6502;if(_0x46a91c[_0x14e99f(0x236)](_0x2b41f2)){const _0x5c2547=_0x46a91c[_0x14e99f(0x1a2)](_0x2b41f2);logger[_0x14e99f(0x211)](_0x14e99f(0x2b1)+_0x5c2547[_0x14e99f(0x174)]+'\x20pending\x20hooks\x20for\x20testId:\x20'+_0x2b41f2);for(const _0x203499 of _0x5c2547){try{const _0x1f56ad=await this[_0x14e99f(0x216)](_0x46a91c,_0x203499[_0x14e99f(0x138)],_0x203499[_0x14e99f(0x208)],_0x203499['args']);_0x1f56ad&&_0x104587[_0x14e99f(0x257)](Object[_0x14e99f(0x168)](_0x1f56ad)[_0x14e99f(0x174)],0x0)&&_0x46a91c[_0x14e99f(0x188)](_0x1f56ad),await this[_0x14e99f(0x159)](_0x46a91c,_0x203499[_0x14e99f(0x138)],_0x203499[_0x14e99f(0x208)],_0x203499['args']);}catch(_0x4efb96){logger['error']('Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20'+_0x2b41f2+_0x14e99f(0x136)+_0x4efb96);}}_0x46a91c[_0x14e99f(0x187)](_0x2b41f2),logger['debug'](_0x14e99f(0x20a)+_0x2b41f2);}const _0x246a80=_0x46a91c[_0x14e99f(0x1db)]()[_0x14e99f(0x2a2)](_0x2b41f2);if(_0x246a80){const _0x192813=_0x246a80[TestFrameworkConstants['KEY_TEST_FILE_PATH']]||_0x246a80[TestFrameworkConstants['KEY_TEST_LOCATION']],_0x3927cc=_0x246a80[TestFrameworkConstants[_0x14e99f(0x1a6)]]||_0x246a80[TestFrameworkConstants[_0x14e99f(0x269)]]&&_0x246a80[TestFrameworkConstants[_0x14e99f(0x269)]][0x0]||'';logger[_0x14e99f(0x211)]('[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20'+_0x192813+',\x20scope:\x20'+_0x3927cc);const _0x180e2a=_0x46a91c[_0x14e99f(0x17b)]();for(const _0x5af21b of _0x180e2a){if(_0x104587['unBvv'](_0x5af21b,_0x2b41f2))continue;if(_0x46a91c[_0x14e99f(0x236)](_0x5af21b)){const _0x3a384c=_0x46a91c[_0x14e99f(0x1a2)](_0x5af21b);for(const _0x56a28b of _0x3a384c){if(_0x104587[_0x14e99f(0x152)](_0x56a28b[_0x14e99f(0x138)],TestFrameworkState[_0x14e99f(0x1c4)])&&_0x56a28b[_0x14e99f(0x172)]){const _0x594a6c=_0x56a28b[_0x14e99f(0x172)][_0x14e99f(0x228)],_0xd6cf3c=_0x56a28b[_0x14e99f(0x172)]['scope'];if(_0x104587[_0x14e99f(0x1e1)](_0x594a6c,_0x192813)&&_0x104587['RvGmv'](_0xd6cf3c,_0x3927cc)){logger[_0x14e99f(0x211)](_0x14e99f(0x2b5)+_0x5af21b+_0x14e99f(0x1e6)+_0x2b41f2+',\x20filePath:\x20'+_0x594a6c+_0x14e99f(0x1c5)+_0xd6cf3c);_0x56a28b[_0x14e99f(0x1e7)]&&_0x56a28b['args'][_0x14e99f(0x16e)]&&(_0x56a28b[_0x14e99f(0x1e7)][_0x14e99f(0x16e)][_0x14e99f(0x1ee)]=_0x2b41f2,logger['debug']('[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20'+_0x5af21b+_0x14e99f(0x131)+_0x2b41f2));try{const _0x3706c6=await this['trackHookEvent'](_0x46a91c,_0x56a28b['testFrameworkState'],_0x56a28b[_0x14e99f(0x208)],_0x56a28b[_0x14e99f(0x1e7)]);_0x3706c6&&_0x104587[_0x14e99f(0x1fe)](Object[_0x14e99f(0x168)](_0x3706c6)[_0x14e99f(0x174)],0x0)&&_0x46a91c['addMultipleEntries'](_0x3706c6);await this[_0x14e99f(0x159)](_0x46a91c,_0x56a28b[_0x14e99f(0x138)],_0x56a28b[_0x14e99f(0x208)],_0x56a28b[_0x14e99f(0x1e7)]);const _0x4ffe76=_0x46a91c['getPendingHooks'](_0x5af21b)[_0x14e99f(0x12d)](_0x1ab6ec=>_0x1ab6ec!==_0x56a28b);if(_0x104587['RvGmv'](_0x4ffe76['length'],0x0))_0x46a91c['removePendingHooks'](_0x5af21b);else{_0x46a91c[_0x14e99f(0x187)](_0x5af21b);for(const _0xce4ee3 of _0x4ffe76){_0x46a91c[_0x14e99f(0x224)](_0x5af21b,_0xce4ee3);}}logger['debug'](_0x104587[_0x14e99f(0x2a6)]);}catch(_0x5e43f9){logger[_0x14e99f(0x1e2)](_0x14e99f(0x291)+_0x2b41f2+',\x20error:\x20'+_0x5e43f9);}}}}}}}}[a92_0x55e1a9(0x272)](_0x498a11){const _0x25de03=a92_0x55e1a9,_0x5229c8={'BLcMg':function(_0x5d3f4f){return _0x5d3f4f();}};if(!_0x498a11||!_0x498a11[_0x25de03(0x249)])return;_0x498a11[_0x25de03(0x249)][_0x25de03(0x29c)]&&Array[_0x25de03(0x287)](_0x498a11[_0x25de03(0x249)][_0x25de03(0x29c)])&&_0x498a11['parent'][_0x25de03(0x29c)][_0x25de03(0x24f)](_0x16b424=>{const _0x27c009=_0x25de03;!_0x16b424[_0x27c009(0x261)]&&!_0x16b424[_0x27c009(0x15b)]&&(_0x16b424[_0x27c009(0x261)]=_0x5229c8['BLcMg'](uuidv4),_0x16b424['hookUUID']=_0x16b424[_0x27c009(0x261)],logger['debug'](_0x27c009(0x2a0)+_0x16b424[_0x27c009(0x22f)]+_0x27c009(0x28a)+_0x16b424[_0x27c009(0x261)]));}),this[_0x25de03(0x272)](_0x498a11[_0x25de03(0x249)]);}[a92_0x55e1a9(0x219)](_0x33a0b5){const _0x232f37=a92_0x55e1a9,_0x277add={'MBDrZ':function(_0x4619ac,_0x1fb1ce){return _0x4619ac(_0x1fb1ce);}};if(!_0x33a0b5||!_0x33a0b5[_0x232f37(0x249)])return[];const _0x47ea13=[];return _0x33a0b5[_0x232f37(0x249)][_0x232f37(0x29c)]&&Array['isArray'](_0x33a0b5[_0x232f37(0x249)]['hooks'])&&_0x33a0b5[_0x232f37(0x249)][_0x232f37(0x29c)][_0x232f37(0x24f)](_0x144623=>{const _0x45b598=_0x232f37,_0x38befb=_0x144623['hookAnalyticsId']||_0x144623[_0x45b598(0x15b)];_0x38befb&&!this[_0x45b598(0x28e)](_0x144623)&&!_0x277add[_0x45b598(0x176)](isInternalHook,_0x144623['fn'])&&_0x47ea13['push'](_0x38befb);}),[..._0x47ea13,...this[_0x232f37(0x219)](_0x33a0b5[_0x232f37(0x249)])];}['buildHookMapFromTest'](_0x5c4fb2){const _0x2fe55a=a92_0x55e1a9,_0x505eec={'jSkOV':function(_0x3797be,_0x1dd4ff){return _0x3797be(_0x1dd4ff);},'tArXp':_0x2fe55a(0x1d4)},_0x103be2=new Map(),_0x133f9a=_0x2f0a2f=>{const _0x495b79=_0x2fe55a;if(!_0x2f0a2f||!_0x2f0a2f['parent'])return;_0x2f0a2f[_0x495b79(0x249)][_0x495b79(0x29c)]&&Array['isArray'](_0x2f0a2f[_0x495b79(0x249)][_0x495b79(0x29c)])&&_0x2f0a2f[_0x495b79(0x249)][_0x495b79(0x29c)][_0x495b79(0x24f)](_0x3d16b8=>{const _0x1b4ba9=_0x495b79,_0x1d038f=_0x3d16b8[_0x1b4ba9(0x261)]||_0x3d16b8[_0x1b4ba9(0x15b)];if(_0x1d038f&&!this['isJestInternalHook'](_0x3d16b8)&&!_0x505eec['jSkOV'](isInternalHook,_0x3d16b8['fn'])){const _0xd89d10={};_0xd89d10['type']=_0x3d16b8['type']||_0x505eec[_0x1b4ba9(0x2a1)],_0xd89d10[_0x1b4ba9(0x1c6)]=_0x3d16b8[_0x1b4ba9(0x1c6)]||'\x22'+_0x3d16b8[_0x1b4ba9(0x22f)]+'\x22\x20hook',_0x103be2[_0x1b4ba9(0x1ab)](_0x1d038f,_0xd89d10);}}),_0x505eec[_0x495b79(0x282)](_0x133f9a,_0x2f0a2f[_0x495b79(0x249)]);};return _0x505eec[_0x2fe55a(0x282)](_0x133f9a,_0x5c4fb2),_0x103be2;}[a92_0x55e1a9(0x28e)](_0x2e64f5){const _0x41a2f6=a92_0x55e1a9,_0x5e0cb6={};_0x5e0cb6[_0x41a2f6(0x20b)]=_0x41a2f6(0x18b),_0x5e0cb6[_0x41a2f6(0x1c2)]='[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}';const _0x3cd6f4=_0x5e0cb6;try{const _0xc32915=this['getRootParentFile'](_0x2e64f5);if(!_0xc32915||_0xc32915[_0x41a2f6(0x227)](_0x3cd6f4[_0x41a2f6(0x20b)]))return!![];return![];}catch(_0x1cc19a){logger[_0x41a2f6(0x211)](_0x3cd6f4[_0x41a2f6(0x1c2)]);}return![];}[a92_0x55e1a9(0x23b)](_0x5a83ba){const _0x2759a8=a92_0x55e1a9,_0x28f6e1={'Lgovw':function(_0x26ee13,_0x59c895){return _0x26ee13(_0x59c895);}};if(_0x5a83ba['file'])return _0x5a83ba['file'];if(_0x5a83ba['asyncError'])try{const _0x41f78a=stackTrace[_0x2759a8(0x26f)](_0x5a83ba[_0x2759a8(0x2ad)]),_0x5ed570=_0x28f6e1['Lgovw'](pickUserFrameFile,_0x41f78a);if(_0x5ed570)return _0x5ed570;logger['debug'](_0x2759a8(0x20d)+_0x41f78a['length']+')');}catch(_0xef6dfa){logger[_0x2759a8(0x211)]('[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20'+util[_0x2759a8(0x198)](_0xef6dfa));}return null;}}module[a92_0x55e1a9(0x296)]=JestTestFramework;function a92_0x494b(_0x10fe42,_0x9e4ef6){const _0x175be7=a92_0x175b();return a92_0x494b=function(_0x494b85,_0x542ee8){_0x494b85=_0x494b85-0x12b;let _0x4cb5c2=_0x175be7[_0x494b85];return _0x4cb5c2;},a92_0x494b(_0x10fe42,_0x9e4ef6);}function a92_0x175b(){const _0x4fa5ec=['isJestInternalHook','findIndex',',\x20hookState:\x20','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','\x20&\x20hookState=','aSXVW','KEY_HOOK_LAST_FINISHED','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','exports','substr','scopes','AssertionError','toString','Ualtb','hooks','waUHt','../grpcClient','KEY_TEST_FRAMEWORK_NAME','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','tArXp','get','uuid','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','fSfsu','KEY_TEST_FAILURE','2045397WwwoyV','hook_id',',\x20state:\x20','endedAt',',\x20version=','asyncError','test_identifier',',\x20hookData=','gLJWO','Processing\x20',',\x20storing\x20as\x20pending\x20hook','getJestTestName','stringify','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','saDIE','getJestFailureData','filter','executionContext','cLVxN','qkXCd','\x20to\x20','../../../helpers/classLogger.js','KEY_TEST_FRAMEWORK_VERSION','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=',',\x20failureReason=',',\x20error:\x20','TEST','testFrameworkState','CqmIQ','getJestTestFilePath',',\x20payload:\x20','hAuCd','duration','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','KEY_TEST_CODE','jeQFR','beforeAll','yUpHb','KuMMY','warn','5589380fHEkAy','errorsDetailed',',\x20duration=','../../../helpers/test-observability/utils','sendLogCreatedEvent','location','getRef','Assert','biuYK','OPvpa','getInstance','RZQWs','rnDcL','unBvv','logCreatedEvent','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','retryOf',',\x20totalLogs:\x20','getCurrentInstanceName','getTestFrameworksVersions','runHooks','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','hookUUID','KEY_TEST_DURATION','KEY_TEST_LOCATION','from','failed','\x20-\x20test_identifier=','CGAjo','eAVLU','LPkSM','browserstackPlatformIndex','632292bAnwui','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','77brMjnj','keys','TrStH','KEY_HOOK_NAME','KEY_HOOK_FAILURE_REASON','passed','instance','hookData','slice',',\x20testId=',',\x20screenshotLogs:\x20','hookMetadata','testUUID','length','test_run_uuid','MBDrZ','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','Error\x20in\x20createTestFrameworkEventPayload:\x20','KEY_TEST_META',',\x20totalHooks=','getAllPendingHookTestIds','UnhandledError','11EzoneC','cZkoG','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','KEY_TEST_FAILURE_TYPE','KEY_TEST_RESULT','getContext','testFrameworkName','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','mnSrk','TEST_SCREENSHOT','removePendingHooks','addMultipleEntries','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','originalTest','jest-circus','eventJson','hook_result','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','file_name','PRE','JestTestFramework','xMJsu','message','POST','__workerDetails','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','workerInfo','format','started_at','delete','izzYW','tags','getJestFailureReason','getJestTestIdentifier','GlUBC','ceil','AGuCG','getPendingHooks','DEFAULT_TEST_RESULT','NYgzb',',\x20attachmentLogs:\x20','KEY_TEST_SCOPE','missing','omaIX','olBiK','__bstackPlatformIndex','set','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','ROOT_DESCRIBE_BLOCK','pcsnQ','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','ZMVEZ','join','AWild','../instances/trackedInstance.js','bWtfJ','KEY_AUTOMATE_SESSION_NAME','KEY_HOOK_LOGS','depth',',\x20result=','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','KEY_CUSTOM_TAGS','KEY_EVENT_ENDED_AT','../../../helpers/stackFrameUtils','qAXUV','getJestTestScopes','KEY_TEST_NAME','activeHooks','KHCen','cIpaj','BEFORE_ALL',',\x20scope:\x20','name','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','xWcky','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','has','4trwZQc','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','KEY_TEST_STARTED_AT','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','\x20logs\x20for\x20testId:\x20',',\x20filePath=','gsHzs','unknown','KEY_TEST_RETRY_OF','ETBTZ','KEY_TEST_ATTACHMENTS',',\x20test_run_uuid=','skip',',\x20contextId=','getAllData','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','test','wqxey','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','RvGmv','error','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20',',\x20target=',',\x20currentTestId:\x20','args',',\x20hookId=','LOG_REPORT','apply','_ALL','parseJestTestResult','push','test_run_id','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','EtFGv','./constants/testFrameworkConstants.js','xwHzg','scope',',\x20hooksListLength=','125354gbnqoA',',\x20filePath:\x20',':testAnalyticsId','getJestFailureType','KEY_TEST_ENDED_AT',',\x20response=','KEY_HOOKS_FINISHED','getTestFrameworks','Ilynt','KEY_LOGS','gWIaG','trackEvent','12794199qnYicy','processPendingHooks','reverse','splice','grPpy','zxpyk','hookState','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','cmoUm','map','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','yOmVh','result','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','debug','status','PxbMu','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','storePendingHook','trackHookEvent','JpwBm','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','getHooksForTest','DEFAULT_HOOK_RESULT','\x20(testIdentifier),\x20hookType=','rJJIO','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','fqFsp','DCUVT',',\x20hook=','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','trackJestInstance','addPendingHook','replace','fOSXl','includes','filePath','getTrackedInstance','KEY_TEST_LOGS',',\x20hook_run_uuid=','match','parseJestTest','NONE','type',',\x20failureType=','KEY_EVENT_STARTED_AT','resolveInstance','KEY_TEST_FAILURE_REASON','LYZER','KEY_HOOK_FAILURE_TYPE','hasPendingHooks','removeActiveHook','ezCGB','split','nFwXY','getRootParentFile',',\x20remainingHooks=','\x20-\x20testId:\x20','pid','QElmq',',\x20platformIndex:\x20',',\x20messageLength=','KEY_TEST_TAGS','maxArrayLength','hook_type','body','toISOString','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','KEY_HOOK_ID','parent','105976YELAWC','hook_run_uuid','KEY_HOOK_RESULT','testFrameworkVersion','util','forEach','setTrackedInstance','Stored\x20pending\x20hook\x20for\x20testId:\x20','\x20screenshot\x20logs\x20for\x20testId:\x20','HeGug','KEY_HOOKS_STARTED','NluzH','finished_at','VnkcI',',\x20scopes=','startsWith','./testFramework','createContext','title','toUpperCase','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22',',\x20consoleLogs:\x20','KEY_TEST_RERUN_NAME','hookAnalyticsId','KEY_HOOK_FAILURE','dlwXg','KEY_HOOK_LAST_STARTED','setActiveHook','ALL','FwHli','\x20(testIdentifier)','KEY_TEST_SCOPES',',\x20hookState=','CVBXW',',\x20state=','\x20attachments','ysvNI','parse','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20',',\x20exception=','mapTestHooks','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','getCurrentTestState','pop','KEY_TEST_ID','inspect','2381994TLzmZz',',\x20argsKeys=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','substring','getActiveHook','../state/hookState.js',',\x20testFramework=','testId','MGyDn','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','jSkOV',',\x20totalBatches:\x20','buildHookMapFromTest','\x20for\x20testId:\x20','trackJestInstance:\x20instance\x20already\x20exists','isArray','10xWhfvk','getId',',\x20hookUUID=','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','lDHyA','getJestTestTags'];a92_0x175b=function(){return _0x4fa5ec;};return a92_0x175b();}
1
+ const a96_0x3c1396=a96_0x1d5f;(function(_0x19019a,_0x121d27){const _0x5629ff=a96_0x1d5f,_0x39a4bf=_0x19019a();while(!![]){try{const _0x4c1a92=-parseInt(_0x5629ff(0x1db))/0x1*(parseInt(_0x5629ff(0x1ed))/0x2)+-parseInt(_0x5629ff(0x218))/0x3+parseInt(_0x5629ff(0x268))/0x4+-parseInt(_0x5629ff(0x1a5))/0x5+parseInt(_0x5629ff(0x1e3))/0x6+parseInt(_0x5629ff(0x22f))/0x7*(-parseInt(_0x5629ff(0x165))/0x8)+parseInt(_0x5629ff(0x15e))/0x9;if(_0x4c1a92===_0x121d27)break;else _0x39a4bf['push'](_0x39a4bf['shift']());}catch(_0x2ad58f){_0x39a4bf['push'](_0x39a4bf['shift']());}}}(a96_0x4560,0xd6a47));const TestFramework=require(a96_0x3c1396(0x17a)),TestFrameworkState=require(a96_0x3c1396(0x2a8)),HookState=require(a96_0x3c1396(0x23b)),{createClassLogger}=require(a96_0x3c1396(0x2ab)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a96_0x3c1396(0x253)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a96_0x3c1396(0x15a)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a96_0x3c1396(0x25b)),{isInternalHook}=require(a96_0x3c1396(0x295)),logger=createClassLogger(a96_0x3c1396(0x149)),{v4:uuidv4}=require(a96_0x3c1396(0x19e)),util=require(a96_0x3c1396(0x19f)),TestInfo=require(a96_0x3c1396(0x1c7)),GrpcClient=require('../grpcClient'),stackTrace=require(a96_0x3c1396(0x1b1)),{pickUserFrameFile}=require(a96_0x3c1396(0x10c));class JestTestFramework extends TestFramework{constructor(_0x12cd35,_0x57aa91,_0x2293b2){const _0xbf5e0f=a96_0x3c1396;super(_0x12cd35,_0x57aa91,_0x2293b2),this[_0xbf5e0f(0x1f7)]=new Map();}[a96_0x3c1396(0x20f)](_0x15bed9,_0x48b10a,_0x4c8a03){const _0x286a4f=a96_0x3c1396,_0x39d9ae={};_0x39d9ae[_0x286a4f(0x27a)]=function(_0x2efb90,_0x1574c9){return _0x2efb90||_0x1574c9;};const _0x26860e=_0x39d9ae;if(_0x26860e['irjhx'](!_0x15bed9,!_0x48b10a)){logger[_0x286a4f(0x1f4)](_0x286a4f(0x141)+_0x15bed9+',\x20hookUUID='+_0x48b10a);return;}!this[_0x286a4f(0x1f7)][_0x286a4f(0x1e2)](_0x15bed9)&&this[_0x286a4f(0x1f7)][_0x286a4f(0x16f)](_0x15bed9,[]);const _0x1c8368={'hookUUID':_0x48b10a,'hookType':_0x4c8a03,'startedAt':new Date()[_0x286a4f(0x161)]()};this[_0x286a4f(0x1f7)][_0x286a4f(0x1d0)](_0x15bed9)['push'](_0x1c8368),logger[_0x286a4f(0x262)]('[JestTestFramework]\x20setActiveHook:\x20testIdentifier='+_0x15bed9+_0x286a4f(0x1fc)+_0x48b10a+_0x286a4f(0x11d)+_0x4c8a03+',\x20totalHooks='+this[_0x286a4f(0x1f7)][_0x286a4f(0x1d0)](_0x15bed9)['length']);}[a96_0x3c1396(0x1b2)](_0x294086,_0x46ab5b){const _0x14d9b7=a96_0x3c1396,_0x404640={};_0x404640['WytRB']=function(_0x3d83c7,_0x5e1155){return _0x3d83c7||_0x5e1155;},_0x404640['KYpJv']=function(_0x112006,_0x51bd7b){return _0x112006!==_0x51bd7b;},_0x404640[_0x14d9b7(0x25d)]=function(_0x5a710a,_0xb6425f){return _0x5a710a===_0xb6425f;};const _0x1f49d0=_0x404640;if(_0x1f49d0[_0x14d9b7(0x131)](!_0x294086,!_0x46ab5b)){logger['warn'](_0x14d9b7(0x27e)+_0x294086+',\x20hookUUID='+_0x46ab5b);return;}if(this[_0x14d9b7(0x1f7)]['has'](_0x294086)){const _0x348602=this[_0x14d9b7(0x1f7)][_0x14d9b7(0x1d0)](_0x294086),_0x5e3f8b=_0x348602['findIndex'](_0x255b15=>_0x255b15[_0x14d9b7(0x13e)]===_0x46ab5b);_0x1f49d0[_0x14d9b7(0x18c)](_0x5e3f8b,-0x1)?(_0x348602['splice'](_0x5e3f8b,0x1),logger[_0x14d9b7(0x262)](_0x14d9b7(0x259)+_0x294086+_0x14d9b7(0x1fc)+_0x46ab5b+',\x20remainingHooks='+_0x348602[_0x14d9b7(0x206)]),_0x1f49d0[_0x14d9b7(0x25d)](_0x348602['length'],0x0)&&this[_0x14d9b7(0x1f7)][_0x14d9b7(0x114)](_0x294086)):logger[_0x14d9b7(0x262)](_0x14d9b7(0x258)+_0x294086+_0x14d9b7(0x1fc)+_0x46ab5b);}}['getActiveHook'](_0x366320){const _0x14ecdc=a96_0x3c1396,_0x59405a={};_0x59405a[_0x14ecdc(0x21d)]=function(_0x5e9826,_0x37bdf2){return _0x5e9826>_0x37bdf2;},_0x59405a[_0x14ecdc(0x1cb)]=function(_0x258034,_0x1ec67e){return _0x258034-_0x1ec67e;};const _0x1e3b50=_0x59405a;if(!_0x366320)return null;if(this[_0x14ecdc(0x1f7)][_0x14ecdc(0x1e2)](_0x366320)){const _0x35adf1=this[_0x14ecdc(0x1f7)][_0x14ecdc(0x1d0)](_0x366320);if(_0x1e3b50['wkcyT'](_0x35adf1[_0x14ecdc(0x206)],0x0)){const _0xf6b9e3=_0x35adf1[_0x1e3b50[_0x14ecdc(0x1cb)](_0x35adf1[_0x14ecdc(0x206)],0x1)];return logger[_0x14ecdc(0x262)](_0x14ecdc(0x180)+_0x366320+_0x14ecdc(0x1fc)+_0xf6b9e3[_0x14ecdc(0x13e)]+_0x14ecdc(0x11d)+_0xf6b9e3[_0x14ecdc(0x28e)]),_0xf6b9e3;}}return null;}async[a96_0x3c1396(0x236)](_0x29f49b,_0x307ac1,_0x532b79={}){const _0x36e56f=a96_0x3c1396,_0x1401cd={};_0x1401cd[_0x36e56f(0x1e9)]=_0x36e56f(0x1d2),_0x1401cd[_0x36e56f(0x1bf)]=function(_0x517ea5,_0x358c7f){return _0x517ea5===_0x358c7f;},_0x1401cd[_0x36e56f(0x280)]=function(_0x5ec65c,_0x4fb96a){return _0x5ec65c===_0x4fb96a;},_0x1401cd[_0x36e56f(0x26d)]=function(_0x4cafb8,_0x13d1ed){return _0x4cafb8||_0x13d1ed;},_0x1401cd[_0x36e56f(0x1e5)]='[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND';const _0x4a5e0f=_0x1401cd;logger[_0x36e56f(0x262)](_0x36e56f(0x203)+_0x29f49b+_0x36e56f(0x284)+_0x307ac1+_0x36e56f(0x222)+Object[_0x36e56f(0x283)](_0x532b79)[_0x36e56f(0x29e)](',')),await super[_0x36e56f(0x236)](_0x29f49b,_0x307ac1,_0x532b79);const _0x588f6f=this[_0x36e56f(0x238)](_0x29f49b,_0x307ac1,_0x532b79);if(!_0x588f6f){logger[_0x36e56f(0x262)](_0x4a5e0f['gUAGS']);return;}try{let _0x59af29,_0x10800a,_0x3e435c;switch(_0x29f49b){case TestFrameworkState[_0x36e56f(0x1cd)]:_0x59af29=_0x532b79['test'];const _0x24e8a4={};_0x24e8a4[_0x36e56f(0x1c6)]=0x2,_0x24e8a4[_0x36e56f(0x25f)]=0x3,logger[_0x36e56f(0x262)](_0x36e56f(0x198)+_0x307ac1+_0x36e56f(0x127)+util[_0x36e56f(0x153)](_0x59af29,_0x24e8a4)),_0x3e435c=this['getJestTestIdentifier'](_0x59af29),_0x10800a=null,logger[_0x36e56f(0x262)](_0x36e56f(0x1ca)+_0x3e435c+_0x36e56f(0x22a));if(_0x4a5e0f[_0x36e56f(0x1bf)](_0x307ac1,HookState[_0x36e56f(0x254)])){logger[_0x36e56f(0x262)](_0x36e56f(0x27f)+_0x3e435c);const _0x3a835e={};_0x3a835e[_0x36e56f(0x138)]=_0x10800a,_0x3a835e[_0x36e56f(0x293)]=_0x59af29,_0x3a835e[_0x36e56f(0x20d)]=_0x3e435c;const _0x203842=this[_0x36e56f(0x2a0)](_0x3a835e),_0x2155dd={};_0x2155dd[_0x36e56f(0x1c6)]=0x2,_0x2155dd[_0x36e56f(0x25f)]=0x3,logger[_0x36e56f(0x262)](_0x36e56f(0x197)+util['inspect'](_0x203842,_0x2155dd)),_0x588f6f[_0x36e56f(0x113)](_0x203842),logger[_0x36e56f(0x262)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0x3e435c),await this[_0x36e56f(0x1b6)](_0x588f6f,_0x3e435c);}else{if(_0x4a5e0f[_0x36e56f(0x280)](_0x307ac1,HookState[_0x36e56f(0x164)])){logger[_0x36e56f(0x262)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20'+_0x3e435c);const _0x50bc14=_0x588f6f[_0x36e56f(0x1ee)]()['get'](_0x3e435c);logger['debug'](_0x36e56f(0x272)+util[_0x36e56f(0x153)](Object[_0x36e56f(0x283)](_0x4a5e0f['jXEsE'](_0x50bc14,{}))));_0x50bc14&&_0x50bc14[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]?logger[_0x36e56f(0x262)](_0x36e56f(0x22d)+Object[_0x36e56f(0x283)](_0x50bc14[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']])['length']+_0x36e56f(0x117)):logger[_0x36e56f(0x262)](_0x4a5e0f['Tomnm']);const _0x2c40e8=_0x532b79[_0x36e56f(0x1cc)]||null,_0xd29875={};_0xd29875[_0x36e56f(0x138)]=_0x10800a,_0xd29875[_0x36e56f(0x293)]=_0x59af29,_0xd29875[_0x36e56f(0x20d)]=_0x3e435c,_0xd29875[_0x36e56f(0x1cc)]=_0x2c40e8;const _0x507131=this[_0x36e56f(0x298)](_0xd29875),_0xc9d858={};_0xc9d858['depth']=0x2,_0xc9d858[_0x36e56f(0x25f)]=0x3,logger[_0x36e56f(0x262)](_0x36e56f(0x23f)+util['inspect'](_0x507131,_0xc9d858)),_0x588f6f['addMultipleEntries'](_0x507131),logger[_0x36e56f(0x262)](_0x36e56f(0x265)+_0x3e435c),await this[_0x36e56f(0x1b6)](_0x588f6f,_0x3e435c);}}break;case TestFrameworkState['LOG_REPORT']:if(_0x4a5e0f['haYRK'](_0x307ac1,HookState[_0x36e56f(0x164)])){const _0x1fc24c={};_0x1fc24c[_0x36e56f(0x1c6)]=0x2,logger[_0x36e56f(0x262)](_0x36e56f(0x13a)+util[_0x36e56f(0x153)](_0x532b79,_0x1fc24c)),await this[_0x36e56f(0x241)](_0x588f6f,_0x29f49b,_0x532b79);}break;default:if(CLIUtils['matchHookRegex'](_0x29f49b[_0x36e56f(0x215)]()[_0x36e56f(0x1af)]('.')[0x1])){const _0x156c7d={};_0x156c7d[_0x36e56f(0x1c6)]=0x2,_0x156c7d[_0x36e56f(0x25f)]=0x3,logger['debug'](_0x36e56f(0x195)+_0x29f49b+',\x20hookState='+_0x307ac1+_0x36e56f(0x109)+util[_0x36e56f(0x153)](_0x532b79[_0x36e56f(0x1ec)],_0x156c7d));const _0x237b01=await this[_0x36e56f(0x24b)](_0x588f6f,_0x29f49b,_0x307ac1,_0x532b79),_0x342aa9={};_0x342aa9[_0x36e56f(0x1c6)]=0x2,_0x342aa9[_0x36e56f(0x25f)]=0x3,logger[_0x36e56f(0x262)](_0x36e56f(0x297)+util['inspect'](_0x237b01,_0x342aa9)),_0x588f6f['addMultipleEntries'](_0x237b01);}else logger[_0x36e56f(0x262)](_0x36e56f(0x1a7)+_0x29f49b+_0x36e56f(0x1e8)+_0x307ac1);break;}logger[_0x36e56f(0x262)](_0x36e56f(0x1ac)+_0x29f49b+_0x36e56f(0x284)+_0x307ac1);}catch(_0x39d682){logger[_0x36e56f(0x1cf)](_0x36e56f(0x17f)+_0x29f49b+',\x20hookState='+_0x307ac1+',\x20exception='+util[_0x36e56f(0x158)](_0x39d682));}_0x532b79[_0x36e56f(0x175)]=_0x588f6f,await this[_0x36e56f(0x17c)](_0x588f6f,_0x29f49b,_0x307ac1,_0x532b79);}[a96_0x3c1396(0x292)](_0x26ab2a){const _0x365d46=a96_0x3c1396,_0x3e62a9={};_0x3e62a9[_0x365d46(0x1a1)]=_0x365d46(0x1ab);const _0x618a2=_0x3e62a9;if(_0x26ab2a&&(_0x26ab2a['id']||_0x26ab2a[_0x365d46(0x19e)])){const _0x465707=_0x26ab2a['id']||_0x26ab2a[_0x365d46(0x19e)];return logger[_0x365d46(0x262)](_0x365d46(0x22e)+_0x465707+'\x22\x20from\x20testData'),_0x465707;}return logger[_0x365d46(0x262)](_0x618a2[_0x365d46(0x1a1)]),process[_0x365d46(0x14b)]+_0x365d46(0x22c);}['resolveInstance'](_0x413fc9,_0x22e40b,_0xcfa615={}){const _0x91518e=a96_0x3c1396;let _0x21da69=null;return _0x21da69=TestFramework[_0x91518e(0x1dd)](),!_0x21da69?(logger['debug']('[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state='+_0x413fc9),this[_0x91518e(0x23a)](_0x413fc9,_0xcfa615),_0x21da69=TestFramework[_0x91518e(0x1dd)](),logger[_0x91518e(0x262)](_0x91518e(0x133)+!!_0x21da69+_0x91518e(0x14e)+_0x21da69?.[_0x91518e(0x1d3)]()?.[_0x91518e(0x16c)]())):logger[_0x91518e(0x262)](_0x91518e(0x1df)+_0x21da69[_0x91518e(0x1d3)]()?.[_0x91518e(0x16c)]()),_0x21da69;}['trackJestInstance'](_0x5a0f74,_0xe80752){const _0xfd95f4=a96_0x3c1396,_0x2169c8={};_0x2169c8[_0xfd95f4(0x247)]=_0xfd95f4(0x289);const _0x5145b0=_0x2169c8;if(TestFramework[_0xfd95f4(0x1dd)]()){logger['debug'](_0x5145b0['UlJBR']);return;}const _0x1e2b26=CLIUtils[_0xfd95f4(0x27d)](),_0x1940a4=TrackedInstance[_0xfd95f4(0x146)](_0x1e2b26);let _0x198eb3=null;logger[_0xfd95f4(0x262)](_0xfd95f4(0x1b5)+_0x1e2b26+_0xfd95f4(0x201)+_0x5a0f74),_0x198eb3=new TestFrameworkInstance(_0x1940a4,this[_0xfd95f4(0x19d)](),this[_0xfd95f4(0x21b)](),_0x5a0f74,HookState[_0xfd95f4(0x1b9)]),TestFramework[_0xfd95f4(0x29c)](_0x1940a4,_0x198eb3),logger[_0xfd95f4(0x262)](_0xfd95f4(0x10e)+_0x1940a4[_0xfd95f4(0x16c)]()+_0xfd95f4(0x266)+_0x1e2b26+_0xfd95f4(0x129)+this[_0xfd95f4(0x19d)]()[0x0]+_0xfd95f4(0x22b)+this[_0xfd95f4(0x21b)]()[this['getTestFrameworks']()[0x0]]);}[a96_0x3c1396(0x2a0)](_0x39578b){const _0x112d4e=a96_0x3c1396,_0xeb456d={};_0xeb456d['yMFSq']=function(_0x3a26e4,_0x36e790){return _0x3a26e4||_0x36e790;},_0xeb456d['bFfJu']=_0x112d4e(0x147);const _0x163574=_0xeb456d,{testUUID:_0x193234,testData:_0x2bf8be,testId:_0x2d2ca1}=_0x39578b;if(_0x163574[_0x112d4e(0x287)](!_0x2bf8be,!_0x2d2ca1))return logger[_0x112d4e(0x262)](_0x163574[_0x112d4e(0x255)]),{};const _0x40fcf2=this[_0x112d4e(0x19d)]()[0x0],_0x187696=this['getTestFrameworksVersions'](),_0x577b1f={};_0x577b1f[_0x112d4e(0x1c6)]=0x2,_0x577b1f[_0x112d4e(0x25f)]=0x3,logger[_0x112d4e(0x262)](_0x112d4e(0x29d)+util[_0x112d4e(0x153)](_0x2bf8be,_0x577b1f));const _0x596f12=_0x2bf8be?.[_0x112d4e(0x21f)]||[],_0x3b336d=this[_0x112d4e(0x184)](_0x2bf8be),_0x5e5d55=this[_0x112d4e(0x27c)](_0x2bf8be),_0x5d8b72=_0x2bf8be['fn']?_0x2bf8be['fn'][_0x112d4e(0x215)]():_0x2bf8be?.[_0x112d4e(0x11c)]?_0x2bf8be['body'][_0x112d4e(0x16d)]['toString']():null,_0x1cce87=this['getJestTestTags'](_0x2bf8be),_0x4a3c9f={[TestFrameworkConstants[_0x112d4e(0x246)]]:_0x40fcf2,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x187696[_0x40fcf2],[TestFrameworkConstants[_0x112d4e(0x225)]]:[],[TestFrameworkConstants[_0x112d4e(0x227)]]:{},[TestFrameworkConstants[_0x112d4e(0x20e)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x112d4e(0x116)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x3b336d,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x5e5d55,[TestFrameworkConstants[_0x112d4e(0x233)]]:_0x2d2ca1,[TestFrameworkConstants[_0x112d4e(0x288)]]:_0x3b336d,[TestFrameworkConstants[_0x112d4e(0x26c)]]:_0x5e5d55,[TestFrameworkConstants[_0x112d4e(0x1b0)]]:_0x5d8b72,[TestFrameworkConstants[_0x112d4e(0x230)]]:_0x1cce87,[TestFrameworkConstants[_0x112d4e(0x2b1)]]:_0x2bf8be[_0x112d4e(0x219)]||new Date()[_0x112d4e(0x161)](),[TestFrameworkConstants[_0x112d4e(0x2a7)]]:_0x596f12[0x0]||'',[TestFrameworkConstants[_0x112d4e(0x26f)]]:_0x596f12,[TestFrameworkConstants[_0x112d4e(0x1b3)]]:_0x3b336d,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x112d4e(0x1fb)]]:{}};_0x2bf8be['retryOf']&&(_0x4a3c9f[TestFrameworkConstants[_0x112d4e(0x226)]]=_0x2bf8be[_0x112d4e(0x166)]);logger['debug'](_0x112d4e(0x294)+_0x3b336d+_0x112d4e(0x291)+_0x2d2ca1+'\x20(testIdentifier),\x20tags='+JSON[_0x112d4e(0x10a)](_0x1cce87)+',\x20scopes='+util[_0x112d4e(0x153)](_0x596f12)+_0x112d4e(0x1d9)+_0x5e5d55);const _0x283a20={};return _0x283a20[_0x2d2ca1]=_0x4a3c9f,_0x283a20;}['parseJestTestResult'](_0x58cc0f){const _0x2e34bf=a96_0x3c1396,_0x5bae3a={'CevOD':function(_0x486e0c,_0x57fbe6){return _0x486e0c===_0x57fbe6;},'oYnKt':_0x2e34bf(0x1bc),'TBtLz':function(_0x2fbd5e,_0x23d6fb){return _0x2fbd5e===_0x23d6fb;},'yvHRv':_0x2e34bf(0x167),'lLhfW':_0x2e34bf(0x29b),'OzUny':'_ALL','TRtpq':function(_0x2b4a6d,_0x3be7f4){return _0x2b4a6d||_0x3be7f4;},'UshxO':_0x2e34bf(0x124),'tniyj':'unknown','FfInd':function(_0x2f2fbd,_0x372566){return _0x2f2fbd>_0x372566;},'OkcEu':_0x2e34bf(0x242),'GgVAP':function(_0x48fec3,_0xf140f){return _0x48fec3===_0xf140f;},'siNTt':_0x2e34bf(0x1a3),'PqXOp':function(_0x4da4c0,_0x11a1b3){return _0x4da4c0===_0x11a1b3;},'CHuiS':_0x2e34bf(0x17b),'nUerR':_0x2e34bf(0x188),'OGdPk':function(_0x45fafc,_0x35351d){return _0x45fafc===_0x35351d;},'DTevt':function(_0x2c32d7,_0x40033f){return _0x2c32d7!==_0x40033f;},'smySn':function(_0x4f58e3,_0x6790e6,_0x141bcd,_0x66f94b){return _0x4f58e3(_0x6790e6,_0x141bcd,_0x66f94b);},'LkvWl':function(_0x438f4b,_0x157a92){return _0x438f4b>_0x157a92;},'bFTsQ':'[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','qBzvx':function(_0x3f1be5,_0x21c3ba){return _0x3f1be5>_0x21c3ba;},'EbztT':function(_0x16ed5c,_0x197c46){return _0x16ed5c===_0x197c46;}},{testUUID:_0x43e2bd,testData:_0x34bdcf,testId:_0x447021}=_0x58cc0f;if(_0x5bae3a[_0x2e34bf(0x214)](!_0x34bdcf,!_0x447021))return logger[_0x2e34bf(0x262)](_0x5bae3a[_0x2e34bf(0x1d8)]),{};const _0x10564c=this[_0x2e34bf(0x238)](TestFrameworkState[_0x2e34bf(0x1cd)],HookState[_0x2e34bf(0x164)]),_0x8846a4=_0x10564c['getAllData']()[_0x2e34bf(0x1d0)](_0x447021),_0x47d972=_0x5bae3a[_0x2e34bf(0x214)](_0x8846a4,{}),_0xc1017e=_0x47d972?_0x47d972[TestFrameworkConstants[_0x2e34bf(0x122)]]||{}:{},_0x3a2918=_0x47d972[TestFrameworkConstants[_0x2e34bf(0x155)]];logger[_0x2e34bf(0x262)]('[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20'+(_0x3a2918?Object['keys'](_0x3a2918)[_0x2e34bf(0x206)]:0x0)+_0x2e34bf(0x1c0));let _0x5f1ac5=_0x5bae3a[_0x2e34bf(0x189)];if(_0x34bdcf[_0x2e34bf(0x12c)])_0x5f1ac5=_0x34bdcf[_0x2e34bf(0x12c)];else{if(_0x34bdcf[_0x2e34bf(0x14c)]&&_0x5bae3a[_0x2e34bf(0x143)](_0x34bdcf[_0x2e34bf(0x14c)][_0x2e34bf(0x206)],0x0))_0x5f1ac5=_0x5bae3a[_0x2e34bf(0x182)];else _0x5bae3a['GgVAP'](_0x34bdcf['status'],_0x5bae3a[_0x2e34bf(0x191)])||_0x5bae3a[_0x2e34bf(0x1fd)](_0x34bdcf[_0x2e34bf(0x185)],_0x5bae3a[_0x2e34bf(0x13b)])?_0x5f1ac5=_0x5bae3a['CHuiS']:_0x5f1ac5=_0x5bae3a[_0x2e34bf(0x193)];}const _0x49b7c0={..._0x47d972,[TestFrameworkConstants[_0x2e34bf(0x194)]]:_0x5f1ac5,[TestFrameworkConstants[_0x2e34bf(0x231)]]:_0x34bdcf['finished_at']||new Date()[_0x2e34bf(0x161)](),[TestFrameworkConstants[_0x2e34bf(0x275)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x2e34bf(0x122)]]:_0xc1017e,[TestFrameworkConstants[_0x2e34bf(0x211)]]:_0x47d972[TestFrameworkConstants[_0x2e34bf(0x211)]]||[],[TestFrameworkConstants[_0x2e34bf(0x1fb)]]:{}};if(_0x5bae3a[_0x2e34bf(0x285)](_0x5f1ac5,_0x5bae3a[_0x2e34bf(0x182)])&&_0x34bdcf[_0x2e34bf(0x14c)]){const _0xf9826e=this[_0x2e34bf(0x28d)](_0x34bdcf),_0x12b1a0=this[_0x2e34bf(0x243)](_0x34bdcf),_0xe88359=this['getJestFailureData'](_0x34bdcf);_0x49b7c0[TestFrameworkConstants[_0x2e34bf(0x14f)]]=_0x12b1a0,_0x49b7c0[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0xf9826e,_0x49b7c0[TestFrameworkConstants[_0x2e34bf(0x299)]]=_0xe88359;}_0x5bae3a[_0x2e34bf(0x244)](_0x34bdcf[_0x2e34bf(0x177)],undefined)&&(_0x49b7c0[TestFrameworkConstants[_0x2e34bf(0x10f)]]=_0x34bdcf[_0x2e34bf(0x177)]);_0x34bdcf[_0x2e34bf(0x166)]&&(_0x49b7c0[TestFrameworkConstants[_0x2e34bf(0x226)]]=_0x34bdcf['retryOf']);const _0x8ebb55=_0x8846a4?_0x8846a4[TestFrameworkConstants[_0x2e34bf(0x155)]]||{}:{},_0x286d37=_0x8846a4?_0x8846a4[TestFrameworkConstants['KEY_TEST_UUID']]:_0x43e2bd,_0x2f5a85=_0x5bae3a[_0x2e34bf(0x11f)](getManualUploadLogs,_0x8ebb55,_0x286d37,_0x447021);if(_0x5bae3a['LkvWl'](_0x2f5a85[_0x2e34bf(0x206)],0x0)){const _0x3a0258=_0x49b7c0[TestFrameworkConstants[_0x2e34bf(0x211)]]||[];_0x49b7c0[TestFrameworkConstants[_0x2e34bf(0x211)]]=[..._0x3a0258,..._0x2f5a85];}const _0x3e1acf=_0x47d972[TestFrameworkConstants[_0x2e34bf(0x227)]]||{},_0x6eb3bb=_0x47d972[TestFrameworkConstants['KEY_HOOKS_STARTED']]||{},_0x5660de={..._0x3e1acf},_0x1e105d=_0x5660de;Object[_0x2e34bf(0x283)](_0x6eb3bb)[_0x2e34bf(0x2a5)](_0xccb2eb=>{const _0x449b8c=_0x2e34bf;!_0x1e105d[_0xccb2eb]&&(_0x1e105d[_0xccb2eb]=[]);const _0x126e9a=new Set((_0x1e105d[_0xccb2eb]||[])[_0x449b8c(0x10d)](_0x41db7a=>_0x41db7a[TestFrameworkConstants[_0x449b8c(0x18d)]]||_0x41db7a[_0x449b8c(0x216)]));(_0x6eb3bb[_0xccb2eb]||[])[_0x449b8c(0x2a5)](_0x52242b=>{const _0x30cb36=_0x449b8c,_0x3a1f12=_0x52242b[TestFrameworkConstants[_0x30cb36(0x18d)]]||_0x52242b['hook_id'];if(!_0x126e9a['has'](_0x3a1f12)){const _0x4d8c7a={..._0x52242b},_0x45be60=_0x4d8c7a;!_0x45be60[TestFrameworkConstants[_0x30cb36(0x217)]]&&!_0x45be60[_0x30cb36(0x28b)]&&(_0x45be60[TestFrameworkConstants[_0x30cb36(0x217)]]=new Date()[_0x30cb36(0x161)]()),!_0x45be60[TestFrameworkConstants[_0x30cb36(0x223)]]&&!_0x45be60['hook_result']&&(_0x45be60[TestFrameworkConstants[_0x30cb36(0x223)]]=TestFrameworkConstants[_0x30cb36(0x24e)]),_0x1e105d[_0xccb2eb][_0x30cb36(0x1eb)](_0x45be60);}});});if(_0x58cc0f['originalTest']){this[_0x2e34bf(0x220)](_0x58cc0f[_0x2e34bf(0x1cc)]);const _0x236268=this[_0x2e34bf(0x1ef)](_0x58cc0f[_0x2e34bf(0x1cc)]),_0x5c811f=this[_0x2e34bf(0x200)](_0x58cc0f[_0x2e34bf(0x1cc)]);_0x5c811f[_0x2e34bf(0x2a5)](_0x27ef29=>{const _0x567427=_0x2e34bf,_0xc65d29=_0x236268[_0x567427(0x1d0)](_0x27ef29);if(_0xc65d29&&(_0x5bae3a[_0x567427(0x1e1)](_0xc65d29[_0x567427(0x24c)],_0x5bae3a[_0x567427(0x162)])||_0x5bae3a[_0x567427(0x263)](_0xc65d29[_0x567427(0x24c)],_0x5bae3a[_0x567427(0x1f6)]))){const _0x11764a=_0xc65d29[_0x567427(0x24c)][_0x567427(0x192)]()[_0x567427(0x14d)](_0x5bae3a[_0x567427(0x128)],_0x5bae3a[_0x567427(0x250)]),_0x1d47ef=_0x11764a;!_0x1e105d[_0x1d47ef]&&(_0x1e105d[_0x1d47ef]=[]);const _0x15ab3b=_0x1e105d[_0x1d47ef][_0x567427(0x1e7)](_0x394f04=>(_0x394f04[TestFrameworkConstants[_0x567427(0x18d)]]||_0x394f04['hook_id'])===_0x27ef29);!_0x15ab3b&&_0x1e105d[_0x1d47ef][_0x567427(0x1eb)]({'key':_0x1d47ef,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x27ef29,[TestFrameworkConstants[_0x567427(0x223)]]:TestFrameworkConstants[_0x567427(0x24e)],[TestFrameworkConstants[_0x567427(0x16e)]]:new Date()[_0x567427(0x161)](),[TestFrameworkConstants[_0x567427(0x217)]]:new Date()[_0x567427(0x161)](),[TestFrameworkConstants[_0x567427(0x156)]]:[],[TestFrameworkConstants[_0x567427(0x13c)]]:_0xc65d29[_0x567427(0x1de)]||_0xc65d29[_0x567427(0x24c)]+_0x567427(0x24a),[TestFrameworkConstants[_0x567427(0x122)]]:_0xc1017e});}});}if(_0x34bdcf[_0x2e34bf(0x2ad)]&&_0x5bae3a['FfInd'](_0x34bdcf[_0x2e34bf(0x2ad)][_0x2e34bf(0x206)],0x0))_0x49b7c0[TestFrameworkConstants[_0x2e34bf(0x227)]]=_0x34bdcf[_0x2e34bf(0x2ad)],logger[_0x2e34bf(0x262)](_0x5bae3a[_0x2e34bf(0x150)]);else _0x5bae3a[_0x2e34bf(0x134)](Object[_0x2e34bf(0x283)](_0x1e105d)[_0x2e34bf(0x206)],0x0)&&(_0x49b7c0[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x1e105d,logger[_0x2e34bf(0x262)](_0x2e34bf(0x1f0)+Object[_0x2e34bf(0x283)](_0x1e105d)['join'](',')));const _0x273dd6=this[_0x2e34bf(0x184)](_0x34bdcf);logger[_0x2e34bf(0x262)](_0x2e34bf(0x1f2)+_0x273dd6+_0x2e34bf(0x291)+_0x447021+_0x2e34bf(0x2a2)+_0x5f1ac5+_0x2e34bf(0x142)+_0x34bdcf[_0x2e34bf(0x177)]);_0x5bae3a[_0x2e34bf(0x15d)](_0x5f1ac5,_0x5bae3a['OkcEu'])&&logger[_0x2e34bf(0x262)](_0x2e34bf(0x221)+_0x447021+_0x2e34bf(0x179)+_0x49b7c0[TestFrameworkConstants[_0x2e34bf(0x14f)]]+',\x20failureReason='+_0x49b7c0[TestFrameworkConstants[_0x2e34bf(0x1ad)]]?.['substring'](0x0,0xc8));const _0x51334b={};return _0x51334b[_0x447021]=_0x49b7c0,_0x51334b;}[a96_0x3c1396(0x2b0)](_0x38dc2f){const _0x7baf75=a96_0x3c1396,_0x114fcb={};_0x114fcb['YdpKH']=function(_0xd06e22,_0x4b069f){return _0xd06e22!==_0x4b069f;},_0x114fcb[_0x7baf75(0x1a2)]='ROOT_DESCRIBE_BLOCK';const _0x3fb1b8=_0x114fcb,_0x3053df={};_0x3053df[_0x7baf75(0x1c6)]=0x2,_0x3053df['maxArrayLength']=0x3,logger[_0x7baf75(0x262)](_0x7baf75(0x282)+util[_0x7baf75(0x153)](_0x38dc2f,_0x3053df));const _0x28bb8c=[];if(_0x38dc2f&&_0x38dc2f['parent']){let _0x8ef7c4=_0x38dc2f['parent'];while(_0x8ef7c4&&_0x8ef7c4['name']&&_0x3fb1b8[_0x7baf75(0x1b8)](_0x8ef7c4['name'],'')&&_0x3fb1b8['YdpKH'](_0x8ef7c4[_0x7baf75(0x1de)],_0x3fb1b8['EHDIf'])){_0x28bb8c[_0x7baf75(0x1eb)](_0x8ef7c4[_0x7baf75(0x1de)]),_0x8ef7c4=_0x8ef7c4[_0x7baf75(0x252)];}}return _0x28bb8c[_0x7baf75(0x232)]();}[a96_0x3c1396(0x184)](_0x1f1023){const _0x1ff47d=a96_0x3c1396,_0x5ed4b4={};_0x5ed4b4[_0x1ff47d(0x168)]=_0x1ff47d(0x126);const _0x369e56=_0x5ed4b4;if(_0x1f1023[_0x1ff47d(0x1de)])return _0x1f1023[_0x1ff47d(0x1de)];if(_0x1f1023[_0x1ff47d(0x267)])return _0x1f1023[_0x1ff47d(0x267)];return _0x369e56[_0x1ff47d(0x168)];}['getJestTestTags'](_0x1a5889){const _0x441215=a96_0x3c1396,_0x32e9dc=[];if(_0x1a5889[_0x441215(0x1c8)]&&Array['isArray'](_0x1a5889['tags']))return _0x1a5889[_0x441215(0x1c8)]['map'](_0x2f81c3=>_0x2f81c3[_0x441215(0x115)]('@')?_0x2f81c3[_0x441215(0x160)](0x1):_0x2f81c3);const _0x4c4349=this[_0x441215(0x184)](_0x1a5889),_0x6162cf=_0x4c4349['match'](/@(\w+)/g);if(_0x6162cf)return _0x6162cf['map'](_0x4924f6=>_0x4924f6[_0x441215(0x190)](0x1));return _0x1a5889['scopes']&&Array['isArray'](_0x1a5889[_0x441215(0x21f)])&&_0x1a5889[_0x441215(0x21f)][_0x441215(0x2a5)](_0x352aa8=>{const _0x58ab0d=_0x441215,_0x40d621=_0x352aa8['match'](/@(\w+)/g);_0x40d621&&_0x40d621[_0x58ab0d(0x2a5)](_0x4a2ae5=>{const _0x4fbe07=_0x58ab0d,_0x412fcd=_0x4a2ae5[_0x4fbe07(0x190)](0x1);!_0x32e9dc[_0x4fbe07(0x130)](_0x412fcd)&&_0x32e9dc[_0x4fbe07(0x1eb)](_0x412fcd);});}),_0x32e9dc;}[a96_0x3c1396(0x27c)](_0x51a14c){const _0x2dd4a7=a96_0x3c1396,_0x458450={'bxWzh':function(_0x6d94b,_0x4e2d9d){return _0x6d94b(_0x4e2d9d);}};if(_0x51a14c[_0x2dd4a7(0x1e4)])return _0x51a14c['file_name'];if(_0x51a14c['asyncError'])try{const _0x32f77c=stackTrace[_0x2dd4a7(0x11b)](_0x51a14c[_0x2dd4a7(0x121)]),_0x26d243=_0x458450[_0x2dd4a7(0x10b)](pickUserFrameFile,_0x32f77c);if(_0x26d243)return _0x26d243;logger['debug'](_0x2dd4a7(0x112)+_0x32f77c[_0x2dd4a7(0x206)]+')');}catch(_0x11e776){logger['debug'](_0x2dd4a7(0x178)+util[_0x2dd4a7(0x158)](_0x11e776));}return null;}[a96_0x3c1396(0x28d)](_0x2162bb){const _0x16b225=a96_0x3c1396,_0x3ec09b={};_0x3ec09b[_0x16b225(0x274)]=function(_0x5a8550,_0x278635){return _0x5a8550>_0x278635;},_0x3ec09b['zqgqG']='Unknown\x20error';const _0x492ea5=_0x3ec09b;if(_0x2162bb[_0x16b225(0x14c)]&&_0x492ea5['ztaaO'](_0x2162bb[_0x16b225(0x14c)]['length'],0x0))return util[_0x16b225(0x153)](_0x2162bb[_0x16b225(0x14c)][0x0]);if(_0x2162bb[_0x16b225(0x234)])return _0x2162bb[_0x16b225(0x234)];return _0x492ea5[_0x16b225(0x18e)];}['getJestFailureType'](_0x379657){const _0x5247ae=a96_0x3c1396,_0x5dba9c={};_0x5dba9c[_0x5247ae(0x17d)]=_0x5247ae(0x21e),_0x5dba9c['AvzSb']=_0x5247ae(0x11e),_0x5dba9c[_0x5247ae(0x139)]=_0x5247ae(0x125);const _0x487bb5=_0x5dba9c,_0x20cadd=this['getJestFailureReason'](_0x379657);if(_0x20cadd&&_0x20cadd[_0x5247ae(0x130)](_0x487bb5[_0x5247ae(0x17d)]))return _0x487bb5[_0x5247ae(0x2ac)];return _0x487bb5[_0x5247ae(0x139)];}[a96_0x3c1396(0x137)](_0x5f5bd0){const _0x50848f=a96_0x3c1396,_0xe98f8d={'TFpVe':function(_0x2b3b8e,_0xe82fd9){return _0x2b3b8e(_0xe82fd9);},'VtSHi':_0x50848f(0x295),'hIczl':function(_0x5391f1,_0x378526){return _0x5391f1!==_0x378526;},'QiLqC':'test'},{failureData:_0x2dc3c0}=_0xe98f8d[_0x50848f(0x148)](require,_0xe98f8d[_0x50848f(0x26e)]),_0x50c4f4=[];return _0xe98f8d[_0x50848f(0x24d)](_0x5f5bd0[_0x50848f(0x14c)],undefined)&&_0x50c4f4[_0x50848f(0x1eb)](_0x5f5bd0[_0x50848f(0x14c)],_0xe98f8d[_0x50848f(0x144)]),_0x2dc3c0['apply'](null,_0x50c4f4);}async[a96_0x3c1396(0x24b)](_0x24183f,_0x5e3964,_0x29d0e8,_0x47d6ff){const _0x276856=a96_0x3c1396,_0x5af9d0={'JdOja':_0x276856(0x270),'fMKXj':function(_0xc98bf){return _0xc98bf();},'shTve':function(_0x1a87c6,_0x3cf186){return _0x1a87c6 in _0x3cf186;},'PccdT':function(_0x30f511,_0x10abf5){return _0x30f511===_0x10abf5;},'OJFFx':function(_0x1a8b0f,_0x1711a6){return _0x1a8b0f>_0x1711a6;},'mSLdv':_0x276856(0x242),'zWWiG':_0x276856(0x188),'JDVcb':_0x276856(0x16a),'RcaIW':function(_0x4c0fa9,_0x324a19){return _0x4c0fa9>_0x324a19;},'yvRDy':function(_0x10d42a,_0x11e74c){return _0x10d42a===_0x11e74c;},'PCGDF':function(_0x302664,_0x165026){return _0x302664!==_0x165026;}},{hookData:_0x6be567}=_0x47d6ff,_0x1f9869=_0x29d0e8[_0x276856(0x215)](),_0x41aa99=_0x5e3964[_0x276856(0x215)](),_0x2c0039={};_0x2c0039[_0x276856(0x1c6)]=0x2,_0x2c0039[_0x276856(0x25f)]=0x3,logger[_0x276856(0x262)](_0x276856(0x1f5)+_0x41aa99+_0x276856(0x284)+_0x1f9869+_0x276856(0x109)+util[_0x276856(0x153)](_0x6be567,_0x2c0039));if(!_0x6be567)return logger['debug'](_0x5af9d0[_0x276856(0x14a)]),{};const _0x1b4b5d=_0x6be567[_0x276856(0x19e)]||_0x6be567[_0x276856(0x186)]||_0x5af9d0[_0x276856(0x123)](uuidv4),_0x5cef63=_0x6be567['test_run_id']||this[_0x276856(0x292)](_0x6be567),_0x471a18=_0x5e3964[_0x276856(0x215)]()[_0x276856(0x1af)]('.')[0x1],_0x51c37e=_0x24183f[_0x276856(0x1ee)]()[_0x276856(0x1d0)](_0x5cef63),_0x11b2b4=_0x51c37e?_0x51c37e[TestFrameworkConstants[_0x276856(0x122)]]||{}:{};logger[_0x276856(0x262)](_0x276856(0x1ff)+_0x1b4b5d+',\x20testId='+_0x5cef63+_0x276856(0x23d)+_0x471a18+_0x276856(0x284)+_0x1f9869);if(!_0x51c37e)return logger[_0x276856(0x262)](_0x276856(0x1ea)+_0x5cef63+_0x276856(0x2a4)),this[_0x276856(0x21c)](_0x24183f,_0x5cef63,_0x5e3964,_0x29d0e8,_0x47d6ff),{};let _0x30a51e=_0x51c37e[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x30a51e&&(_0x30a51e={});!_0x5af9d0[_0x276856(0x16b)](_0x471a18,_0x30a51e)&&(_0x30a51e[_0x471a18]=[]);let _0x2dc3ad=_0x51c37e[TestFrameworkConstants[_0x276856(0x227)]];!_0x2dc3ad&&(_0x2dc3ad={});!_0x5af9d0['shTve'](_0x471a18,_0x2dc3ad)&&(_0x2dc3ad[_0x471a18]=[]);const _0x34026d={[_0x5cef63]:{[TestFrameworkConstants[_0x276856(0x20e)]]:_0x30a51e,[TestFrameworkConstants[_0x276856(0x227)]]:_0x2dc3ad,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x276856(0x145)]]:this['getTestFrameworksVersions']()[this[_0x276856(0x19d)]()[0x0]]||''}};if(_0x5af9d0[_0x276856(0x151)](_0x29d0e8,HookState[_0x276856(0x254)])){const _0x92fe03={'key':_0x471a18,[TestFrameworkConstants[_0x276856(0x18d)]]:_0x1b4b5d,[TestFrameworkConstants[_0x276856(0x223)]]:TestFrameworkConstants[_0x276856(0x24e)],[TestFrameworkConstants[_0x276856(0x16e)]]:_0x6be567['started_at']||new Date()[_0x276856(0x161)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x276856(0x13c)]]:_0x6be567[_0x276856(0x1de)]||_0x6be567[_0x276856(0x235)]||_0x471a18,[TestFrameworkConstants[_0x276856(0x122)]]:_0x11b2b4};_0x30a51e[_0x471a18][_0x276856(0x1eb)](_0x92fe03),_0x34026d[_0x5cef63][TestFrameworkConstants[_0x276856(0x228)]]=_0x471a18;const _0x5aca16={};_0x5aca16[_0x276856(0x1c6)]=0x2,logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x471a18+_0x276856(0x17e)+_0x1b4b5d+_0x276856(0x291)+_0x5cef63+_0x276856(0x187)+util[_0x276856(0x153)](_0x92fe03,_0x5aca16));}else{if(_0x5af9d0[_0x276856(0x151)](_0x29d0e8,HookState[_0x276856(0x164)])){const _0x1c89bd=_0x6be567[_0x276856(0x12c)]||(_0x6be567[_0x276856(0x14c)]&&_0x5af9d0[_0x276856(0x1c4)](_0x6be567['errorsDetailed'][_0x276856(0x206)],0x0)?_0x5af9d0['mSLdv']:_0x5af9d0[_0x276856(0x281)]),_0x22979a=_0x30a51e[_0x471a18]||[];logger[_0x276856(0x262)](_0x276856(0x202)+_0x471a18+_0x276856(0x291)+_0x5cef63+',\x20result='+_0x1c89bd+_0x276856(0x2a9)+_0x22979a[_0x276856(0x206)]);if(_0x5af9d0[_0x276856(0x151)](_0x22979a[_0x276856(0x206)],0x0)&&_0x5af9d0[_0x276856(0x151)](_0x5e3964,TestFrameworkState[_0x276856(0x173)]))return logger[_0x276856(0x262)](_0x5af9d0[_0x276856(0x13d)]),this[_0x276856(0x21c)](_0x24183f,_0x5cef63,_0x5e3964,_0x29d0e8,_0x47d6ff),{};if(_0x5af9d0[_0x276856(0x24f)](_0x22979a[_0x276856(0x206)],0x0)){const _0x5ad331=_0x22979a[_0x276856(0x1e0)]();_0x5af9d0['yvRDy'](_0x1c89bd,_0x5af9d0[_0x276856(0x276)])&&_0x6be567[_0x276856(0x14c)]?(_0x5ad331[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this['getJestFailureType'](_0x6be567),_0x5ad331[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]=this[_0x276856(0x28d)](_0x6be567),_0x5ad331[TestFrameworkConstants[_0x276856(0x15c)]]=this[_0x276856(0x137)](_0x6be567),logger[_0x276856(0x262)](_0x276856(0x171)+_0x471a18+_0x276856(0x179)+_0x5ad331[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]+',\x20failureReason='+_0x5ad331[TestFrameworkConstants[_0x276856(0x181)]]?.['substring'](0x0,0xc8))):_0x5ad331[TestFrameworkConstants[_0x276856(0x223)]]=_0x5af9d0[_0x276856(0x281)];_0x5af9d0[_0x276856(0x159)](_0x1c89bd,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x5ad331[TestFrameworkConstants[_0x276856(0x223)]]=_0x1c89bd);_0x5ad331[TestFrameworkConstants[_0x276856(0x217)]]=_0x6be567[_0x276856(0x12d)]||new Date()[_0x276856(0x161)](),_0x5ad331[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x11b2b4;const _0x111111=_0x5ad331[TestFrameworkConstants[_0x276856(0x18d)]];!_0x2dc3ad[_0x471a18]&&(_0x2dc3ad[_0x471a18]=[]);_0x2dc3ad[_0x471a18][_0x276856(0x1eb)](_0x5ad331),_0x34026d[_0x5cef63][TestFrameworkConstants[_0x276856(0x20c)]]=_0x471a18;const _0x1747d4={};_0x1747d4[_0x276856(0x1c6)]=0x2,logger['debug'](_0x276856(0x196)+_0x471a18+_0x276856(0x17e)+_0x111111+_0x276856(0x251)+_0x1c89bd+_0x276856(0x187)+util['inspect'](_0x5ad331,_0x1747d4));}}}return _0x34026d;}[a96_0x3c1396(0x1ce)](_0x187772){const _0x243129=a96_0x3c1396,_0x16a892={};_0x16a892[_0x243129(0x25c)]=_0x243129(0x152);const _0x101bb4=_0x16a892;try{const _0x24c906=_0x187772[_0x243129(0x154)]?this[_0x243129(0x292)](_0x187772[_0x243129(0x154)]):_0x187772[_0x243129(0x1ec)][_0x243129(0x229)],_0x2ef73a=_0x187772[_0x243129(0x175)],_0x11c182=_0x2ef73a[_0x243129(0x1d3)](),_0x547695=_0x2ef73a[_0x243129(0x1ee)]()['get'](_0x24c906);if(!_0x547695)return logger['debug'](_0x243129(0x19a)+_0x24c906),{};const {[TestFrameworkConstants[_0x243129(0x246)]]:_0x545772=this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x243129(0x145)]]:_0x3c75c9=this[_0x243129(0x21b)]()[this[_0x243129(0x19d)]()[0x0]]||'',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x45ae09='',[TestFrameworkConstants[_0x243129(0x231)]]:_0x61614=''}=_0x547695,_0x1f3b4f=_0x2ef73a[_0x243129(0x224)]()[_0x243129(0x215)]()[_0x243129(0x1af)]('.')[0x1],_0x7ea4c8=_0x2ef73a[_0x243129(0x2a6)]()[_0x243129(0x215)]()[_0x243129(0x1af)]('.')[0x1],_0x11af6b=global?.['__workerDetails']?.[_0x243129(0x248)]?.[_0x243129(0x170)]||global[_0x243129(0x1d1)]||0x0,_0x29a3a8=_0x2ef73a['getRef'](),_0x4f0741=Buffer['from'](JSON[_0x243129(0x10a)](_0x547695))[_0x243129(0x215)](_0x101bb4[_0x243129(0x25c)]),_0x574f07={'hash':_0x11c182['getId'](),'threadId':_0x11c182[_0x243129(0x269)]()[_0x243129(0x215)](),'processId':_0x11c182[_0x243129(0x1f9)]()[_0x243129(0x215)]()},_0x21ffda={};_0x21ffda[_0x243129(0x23e)]=_0x11af6b,_0x21ffda['testFrameworkName']=_0x545772,_0x21ffda[_0x243129(0x1e6)]=_0x3c75c9,_0x21ffda[_0x243129(0x1fa)]=_0x1f3b4f,_0x21ffda[_0x243129(0x25e)]=_0x7ea4c8,_0x21ffda[_0x243129(0x27b)]=_0x45ae09,_0x21ffda['endedAt']=_0x61614,_0x21ffda[_0x243129(0x19e)]=_0x29a3a8,_0x21ffda[_0x243129(0x157)]=_0x4f0741,_0x21ffda[_0x243129(0x26a)]=_0x574f07,_0x21ffda[_0x243129(0x2a1)]=_0x24c906;const _0x4d8fa8=_0x21ffda;return _0x4d8fa8;}catch(_0x4cf041){return logger[_0x243129(0x1cf)](_0x243129(0x204)+util['format'](_0x4cf041)),{};}}async[a96_0x3c1396(0x241)](_0x591a4c,_0x1674f7,_0x1f231a){const _0x39a70c=a96_0x3c1396,_0x51399e={'dioHG':function(_0xdbb9f4,_0x1e2808){return _0xdbb9f4+_0x1e2808;},'VpfPQ':_0x39a70c(0x20a),'YebLx':'none','rkdgx':function(_0x4df9ec,_0x348289){return _0x4df9ec>_0x348289;},'SNFlq':function(_0x2e9d49,_0x502133,_0x1b3c3b,_0x32cddf){return _0x2e9d49(_0x502133,_0x1b3c3b,_0x32cddf);},'YCNLA':function(_0xdbd589,_0x5a80eb){return _0xdbd589-_0x5a80eb;},'Zgueh':function(_0x13f307,_0x411b04){return _0x13f307===_0x411b04;},'oXuKz':function(_0x1133da,_0x3ab1d9){return _0x1133da/_0x3ab1d9;},'UJgSP':function(_0x3b8871,_0x5f57cc){return _0x3b8871<_0x5f57cc;},'sMfLs':function(_0x7c938a,_0x15a748){return _0x7c938a*_0x15a748;},'OHCZw':function(_0x46fbb9,_0x1a84ec){return _0x46fbb9+_0x1a84ec;},'nvLpA':function(_0x1eed76,_0x19aa9f){return _0x1eed76>_0x19aa9f;}};try{const _0x44c22d=_0x1f231a[_0x39a70c(0x138)]||_0x1f231a[_0x39a70c(0x20d)],_0xb7434f=Array[_0x39a70c(0x118)](_0x591a4c[_0x39a70c(0x1ee)]()[_0x39a70c(0x283)]()),_0x459736=_0x591a4c[_0x39a70c(0x1ee)]()['get'](_0x44c22d);if(!_0x459736){logger[_0x39a70c(0x262)](_0x39a70c(0x18b)+_0x44c22d);return;}const {[TestFrameworkConstants[_0x39a70c(0x246)]]:_0x4f471f='',[TestFrameworkConstants[_0x39a70c(0x145)]]:_0xcab186=''}=_0x459736;let _0xc4283c=[];_0x459736&&_0x459736[TestFrameworkConstants[_0x39a70c(0x211)]]&&Array[_0x39a70c(0x1c5)](_0x459736[TestFrameworkConstants[_0x39a70c(0x211)]])?(_0xc4283c=_0x459736[TestFrameworkConstants[_0x39a70c(0x211)]]||[],logger[_0x39a70c(0x262)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20'+_0xc4283c['length']+_0x39a70c(0x1ae)+_0x44c22d),_0x591a4c[_0x39a70c(0x113)]({[_0x44c22d]:{[TestFrameworkConstants[_0x39a70c(0x211)]]:[],[TestFrameworkConstants[_0x39a70c(0x246)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x39a70c(0x145)]]:this[_0x39a70c(0x21b)]()[this[_0x39a70c(0x19d)]()[0x0]]||''}}),logger[_0x39a70c(0x262)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x44c22d)):logger[_0x39a70c(0x262)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x44c22d);logger[_0x39a70c(0x262)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20'+_0xc4283c[_0x39a70c(0x206)]+_0x39a70c(0x19c)+_0x44c22d);const _0x273a08=_0xc4283c[_0x39a70c(0x278)](_0x4895cd=>_0x4895cd[_0x39a70c(0x1c2)]===_0x39a70c(0x174));_0x51399e[_0x39a70c(0x261)](_0x273a08[_0x39a70c(0x206)],0x0)&&(logger[_0x39a70c(0x262)](_0x39a70c(0x15f)+_0x273a08['length']+_0x39a70c(0x25a)+_0x44c22d),_0x273a08[_0x39a70c(0x2a5)]((_0x385c47,_0x2f3061)=>{const _0x225e39=_0x39a70c;logger['debug'](_0x225e39(0x120)+_0x51399e[_0x225e39(0x1da)](_0x2f3061,0x1)+'/'+_0x273a08[_0x225e39(0x206)]+'\x20-\x20test_identifier='+(_0x385c47[_0x225e39(0x2a1)]||_0x51399e[_0x225e39(0x12f)])+_0x225e39(0x1b4)+(_0x385c47[_0x225e39(0x1b7)]||_0x51399e[_0x225e39(0x12f)])+',\x20hook_run_uuid='+(_0x385c47[_0x225e39(0x1fe)]||_0x51399e[_0x225e39(0x11a)])+',\x20messageLength='+(_0x385c47['message']?.[_0x225e39(0x206)]||0x0));}));const _0x3e5b87=_0x459736[TestFrameworkConstants[_0x39a70c(0x155)]]||{},_0x125591=_0x51399e[_0x39a70c(0x119)](getMediaArtifactsLogs,_0x3e5b87,null,_0x44c22d),_0x1b06ad=(_0xc4283c||[])[_0x39a70c(0x257)](_0x125591||[]),_0x2f267b=_0x273a08?.[_0x39a70c(0x206)]||0x0,_0x506977=_0x51399e[_0x39a70c(0x1c1)](_0xc4283c?.['length']||0x0,_0x2f267b);logger['debug'](_0x39a70c(0x2ae)+_0x44c22d+_0x39a70c(0x1a4)+_0x506977+',\x20screenshotLogs:\x20'+_0x2f267b+_0x39a70c(0x239)+(_0x125591?.['length']||0x0)+_0x39a70c(0x199)+_0x1b06ad[_0x39a70c(0x206)]);if(!_0x1b06ad||_0x51399e[_0x39a70c(0x207)](_0x1b06ad['length'],0x0)){logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0x44c22d);return;}const _0x13b03e=0x28,_0x5a9896=Math[_0x39a70c(0x245)](_0x51399e[_0x39a70c(0x15b)](_0x1b06ad[_0x39a70c(0x206)],_0x13b03e));for(let _0x508148=0x0;_0x51399e[_0x39a70c(0x1ba)](_0x508148,_0x5a9896);_0x508148++){const _0x40f413=_0x51399e[_0x39a70c(0x1bd)](_0x508148,_0x13b03e),_0xd2981d=_0x51399e[_0x39a70c(0x1d5)](_0x40f413,_0x13b03e),_0x45c92e=_0x1b06ad['slice'](_0x40f413,_0xd2981d),_0x159d31=global?.['browserstackPlatformIndex']??0x0,_0x165781={'platformIndex':_0x159d31,'logs':_0x45c92e,'testFrameworkName':_0x4f471f,'testFrameworkVersion':_0xcab186,'testFrameworkState':_0x1674f7[_0x39a70c(0x215)]()[_0x39a70c(0x1af)]('.')[0x1]},_0x8eb37a={};_0x8eb37a[_0x39a70c(0x1c6)]=0x3,_0x8eb37a[_0x39a70c(0x25f)]=0x5,logger[_0x39a70c(0x262)](_0x39a70c(0x1c3)+_0x51399e[_0x39a70c(0x1da)](_0x508148,0x1)+'/'+_0x5a9896+'\x20-\x20testId:\x20'+_0x44c22d+_0x39a70c(0x260)+_0x45c92e[_0x39a70c(0x206)]+_0x39a70c(0x176)+_0x159d31+_0x39a70c(0x1d4)+util[_0x39a70c(0x153)](_0x165781,_0x8eb37a));const _0x2b9e6b=await GrpcClient[_0x39a70c(0x12a)]()[_0x39a70c(0x140)](_0x165781);logger[_0x39a70c(0x262)](_0x39a70c(0x1c3)+_0x51399e[_0x39a70c(0x1da)](_0x508148,0x1)+'/'+_0x5a9896+'\x20-\x20testId:\x20'+_0x44c22d+_0x39a70c(0x29a)+util[_0x39a70c(0x153)](_0x2b9e6b));}_0x125591&&_0x51399e[_0x39a70c(0x163)](_0x125591[_0x39a70c(0x206)],0x0)&&_0x459736[TestFrameworkConstants[_0x39a70c(0x155)]]&&_0x591a4c[_0x39a70c(0x113)]({[_0x44c22d]:{[TestFrameworkConstants[_0x39a70c(0x155)]]:{},[TestFrameworkConstants[_0x39a70c(0x246)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x39a70c(0x145)]]:this[_0x39a70c(0x21b)]()[this[_0x39a70c(0x19d)]()[0x0]]||''}}),logger[_0x39a70c(0x262)](_0x39a70c(0x183)+_0x44c22d+_0x39a70c(0x1d6)+_0x5a9896);}catch(_0x472912){logger[_0x39a70c(0x1cf)](_0x39a70c(0x213)+(_0x1f231a[_0x39a70c(0x138)]||_0x1f231a[_0x39a70c(0x20d)])+',\x20error:\x20'+util[_0x39a70c(0x158)](_0x472912));}}['storePendingHook'](_0x45b10f,_0x1fa2fa,_0x59705f,_0x251f9f,_0x255f04){const _0x184c74=a96_0x3c1396,_0x5aaebd={};_0x5aaebd['rNTrX']=function(_0x54bb58,_0x24fecb){return _0x54bb58===_0x24fecb;},_0x5aaebd['kjJhH']='beforeAll';const _0x481aa0=_0x5aaebd,{hookData:_0x2999a1}=_0x255f04,_0x280657={'testId':_0x1fa2fa,'testFrameworkState':_0x59705f,'hookState':_0x251f9f,'args':_0x255f04,'timestamp':new Date()[_0x184c74(0x161)]()};if(_0x481aa0[_0x184c74(0x21a)](_0x59705f,TestFrameworkState['BEFORE_ALL'])&&_0x2999a1){const _0x3e90ed={};_0x3e90ed['filePath']=_0x2999a1['file_name']||_0x2999a1[_0x184c74(0x277)],_0x3e90ed[_0x184c74(0x12e)]=_0x2999a1['scope']||_0x2999a1[_0x184c74(0x21f)]&&_0x2999a1[_0x184c74(0x21f)][0x0]||'',_0x3e90ed['hookType']=_0x481aa0[_0x184c74(0x205)],_0x280657[_0x184c74(0x13f)]=_0x3e90ed,logger[_0x184c74(0x262)]('[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20'+_0x1fa2fa+',\x20filePath:\x20'+_0x280657['hookMetadata']['filePath']+_0x184c74(0x1f3)+_0x280657[_0x184c74(0x13f)]['scope']);}_0x45b10f[_0x184c74(0x249)](_0x1fa2fa,_0x280657),logger[_0x184c74(0x262)](_0x184c74(0x279)+_0x1fa2fa+_0x184c74(0x264)+_0x59705f+',\x20hookState:\x20'+_0x251f9f);}async[a96_0x3c1396(0x1b6)](_0x5b661b,_0x2e0825){const _0x3bd9b3=a96_0x3c1396,_0x11ca2b={};_0x11ca2b['YcqLV']=function(_0x131ba9,_0x10909b){return _0x131ba9>_0x10909b;},_0x11ca2b[_0x3bd9b3(0x1a6)]=function(_0x446008,_0x2d68cd){return _0x446008===_0x2d68cd;},_0x11ca2b['ytSID']=function(_0x429be2,_0x17248a){return _0x429be2===_0x17248a;},_0x11ca2b['AMJgc']=function(_0x15aadc,_0x28c664){return _0x15aadc===_0x28c664;},_0x11ca2b['ykYaQ']=function(_0x631f0e,_0x772d25){return _0x631f0e===_0x772d25;},_0x11ca2b[_0x3bd9b3(0x28f)]=function(_0x3ba135,_0x23047c){return _0x3ba135>_0x23047c;},_0x11ca2b[_0x3bd9b3(0x28c)]=function(_0xd1f818,_0x35d5f6){return _0xd1f818===_0x35d5f6;},_0x11ca2b[_0x3bd9b3(0x132)]=_0x3bd9b3(0x256);const _0x3a2c8a=_0x11ca2b;if(_0x5b661b[_0x3bd9b3(0x296)](_0x2e0825)){const _0x4af7d0=_0x5b661b[_0x3bd9b3(0x1bb)](_0x2e0825);logger[_0x3bd9b3(0x262)](_0x3bd9b3(0x135)+_0x4af7d0['length']+_0x3bd9b3(0x19b)+_0x2e0825);for(const _0x29e1f9 of _0x4af7d0){try{const _0xc8c8cd=await this[_0x3bd9b3(0x24b)](_0x5b661b,_0x29e1f9['testFrameworkState'],_0x29e1f9['hookState'],_0x29e1f9['args']);_0xc8c8cd&&_0x3a2c8a[_0x3bd9b3(0x172)](Object['keys'](_0xc8c8cd)[_0x3bd9b3(0x206)],0x0)&&_0x5b661b[_0x3bd9b3(0x113)](_0xc8c8cd),await this[_0x3bd9b3(0x17c)](_0x5b661b,_0x29e1f9[_0x3bd9b3(0x1fa)],_0x29e1f9[_0x3bd9b3(0x25e)],_0x29e1f9[_0x3bd9b3(0x20b)]);}catch(_0x4901bc){logger[_0x3bd9b3(0x1cf)](_0x3bd9b3(0x2af)+_0x2e0825+_0x3bd9b3(0x23c)+_0x4901bc);}}_0x5b661b[_0x3bd9b3(0x271)](_0x2e0825),logger[_0x3bd9b3(0x262)](_0x3bd9b3(0x2a3)+_0x2e0825);}const _0x190dfa=_0x5b661b[_0x3bd9b3(0x1ee)]()[_0x3bd9b3(0x1d0)](_0x2e0825);if(_0x190dfa){const _0x38e034=_0x190dfa[TestFrameworkConstants[_0x3bd9b3(0x1a9)]]||_0x190dfa[TestFrameworkConstants[_0x3bd9b3(0x26c)]],_0x371c6f=_0x190dfa[TestFrameworkConstants[_0x3bd9b3(0x2a7)]]||_0x190dfa[TestFrameworkConstants['KEY_TEST_SCOPES']]&&_0x190dfa[TestFrameworkConstants[_0x3bd9b3(0x26f)]][0x0]||'';logger[_0x3bd9b3(0x262)](_0x3bd9b3(0x210)+_0x38e034+',\x20scope:\x20'+_0x371c6f);const _0x13b190=_0x5b661b[_0x3bd9b3(0x2aa)]();for(const _0x292903 of _0x13b190){if(_0x3a2c8a[_0x3bd9b3(0x1a6)](_0x292903,_0x2e0825))continue;if(_0x5b661b[_0x3bd9b3(0x296)](_0x292903)){const _0x3c5e7d=_0x5b661b[_0x3bd9b3(0x1bb)](_0x292903);for(const _0x1386b3 of _0x3c5e7d){if(_0x3a2c8a[_0x3bd9b3(0x1f1)](_0x1386b3[_0x3bd9b3(0x1fa)],TestFrameworkState['BEFORE_ALL'])&&_0x1386b3['hookMetadata']){const _0x5bb794=_0x1386b3[_0x3bd9b3(0x13f)][_0x3bd9b3(0x286)],_0x27d207=_0x1386b3[_0x3bd9b3(0x13f)][_0x3bd9b3(0x12e)];if(_0x3a2c8a[_0x3bd9b3(0x208)](_0x5bb794,_0x38e034)&&_0x3a2c8a[_0x3bd9b3(0x1a0)](_0x27d207,_0x371c6f)){logger[_0x3bd9b3(0x262)](_0x3bd9b3(0x169)+_0x292903+_0x3bd9b3(0x1d7)+_0x2e0825+_0x3bd9b3(0x28a)+_0x5bb794+_0x3bd9b3(0x1f3)+_0x27d207);_0x1386b3[_0x3bd9b3(0x20b)]&&_0x1386b3['args'][_0x3bd9b3(0x1ec)]&&(_0x1386b3[_0x3bd9b3(0x20b)][_0x3bd9b3(0x1ec)]['test_run_id']=_0x2e0825,logger[_0x3bd9b3(0x262)](_0x3bd9b3(0x1c9)+_0x292903+_0x3bd9b3(0x1f8)+_0x2e0825));try{const _0x151586=await this[_0x3bd9b3(0x24b)](_0x5b661b,_0x1386b3[_0x3bd9b3(0x1fa)],_0x1386b3[_0x3bd9b3(0x25e)],_0x1386b3['args']);_0x151586&&_0x3a2c8a[_0x3bd9b3(0x28f)](Object['keys'](_0x151586)[_0x3bd9b3(0x206)],0x0)&&_0x5b661b[_0x3bd9b3(0x113)](_0x151586);await this[_0x3bd9b3(0x17c)](_0x5b661b,_0x1386b3['testFrameworkState'],_0x1386b3[_0x3bd9b3(0x25e)],_0x1386b3['args']);const _0x4c1e82=_0x5b661b['getPendingHooks'](_0x292903)[_0x3bd9b3(0x278)](_0x58905a=>_0x58905a!==_0x1386b3);if(_0x3a2c8a['IeqNq'](_0x4c1e82['length'],0x0))_0x5b661b['removePendingHooks'](_0x292903);else{_0x5b661b[_0x3bd9b3(0x271)](_0x292903);for(const _0x5a0c2c of _0x4c1e82){_0x5b661b[_0x3bd9b3(0x249)](_0x292903,_0x5a0c2c);}}logger[_0x3bd9b3(0x262)](_0x3a2c8a['IgkPH']);}catch(_0x2a16b1){logger['error'](_0x3bd9b3(0x290)+_0x2e0825+_0x3bd9b3(0x23c)+_0x2a16b1);}}}}}}}}['mapTestHooks'](_0x5ad851){const _0x5b4506=a96_0x3c1396,_0xe39ea8={'jDCuR':function(_0x5ce839){return _0x5ce839();}};if(!_0x5ad851||!_0x5ad851['parent'])return;_0x5ad851['parent']['hooks']&&Array['isArray'](_0x5ad851[_0x5b4506(0x252)][_0x5b4506(0x2ad)])&&_0x5ad851['parent'][_0x5b4506(0x2ad)][_0x5b4506(0x2a5)](_0x47281b=>{const _0x3e5730=_0x5b4506;!_0x47281b[_0x3e5730(0x186)]&&!_0x47281b[_0x3e5730(0x13e)]&&(_0x47281b[_0x3e5730(0x186)]=_0xe39ea8[_0x3e5730(0x273)](uuidv4),_0x47281b[_0x3e5730(0x13e)]=_0x47281b[_0x3e5730(0x186)],logger[_0x3e5730(0x262)]('[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type='+_0x47281b[_0x3e5730(0x24c)]+',\x20hookUUID='+_0x47281b[_0x3e5730(0x186)]));}),this[_0x5b4506(0x220)](_0x5ad851[_0x5b4506(0x252)]);}[a96_0x3c1396(0x200)](_0x1897ca){const _0x4d94e1=a96_0x3c1396,_0x492a22={'KuILy':function(_0xc125a2,_0x120912){return _0xc125a2(_0x120912);}};if(!_0x1897ca||!_0x1897ca['parent'])return[];const _0x3237b9=[];return _0x1897ca['parent'][_0x4d94e1(0x2ad)]&&Array[_0x4d94e1(0x1c5)](_0x1897ca['parent'][_0x4d94e1(0x2ad)])&&_0x1897ca[_0x4d94e1(0x252)][_0x4d94e1(0x2ad)]['forEach'](_0x516ea7=>{const _0x319557=_0x4d94e1,_0x2e1658=_0x516ea7[_0x319557(0x186)]||_0x516ea7['hookUUID'];_0x2e1658&&!this[_0x319557(0x237)](_0x516ea7)&&!_0x492a22[_0x319557(0x209)](isInternalHook,_0x516ea7['fn'])&&_0x3237b9['push'](_0x2e1658);}),[..._0x3237b9,...this['getHooksForTest'](_0x1897ca[_0x4d94e1(0x252)])];}[a96_0x3c1396(0x1ef)](_0x1d3c30){const _0x20c66f=a96_0x3c1396,_0x1331e8={'yoUdc':function(_0x458bec,_0x406bc4){return _0x458bec(_0x406bc4);},'vKhfB':_0x20c66f(0x240),'oEAfS':function(_0x745816,_0x4e26e5){return _0x745816(_0x4e26e5);}},_0x3b3fbd=new Map(),_0x53dbde=_0x22cda6=>{const _0x1a964a=_0x20c66f,_0x407773={'QmlxT':function(_0xb951b1,_0x5866b5){const _0x52dbe7=a96_0x1d5f;return _0x1331e8[_0x52dbe7(0x18f)](_0xb951b1,_0x5866b5);},'hKzFf':_0x1331e8[_0x1a964a(0x12b)]};if(!_0x22cda6||!_0x22cda6[_0x1a964a(0x252)])return;_0x22cda6['parent']['hooks']&&Array[_0x1a964a(0x1c5)](_0x22cda6[_0x1a964a(0x252)][_0x1a964a(0x2ad)])&&_0x22cda6[_0x1a964a(0x252)][_0x1a964a(0x2ad)][_0x1a964a(0x2a5)](_0x1d0fd1=>{const _0x481ad7=_0x1a964a,_0x1d5646=_0x1d0fd1[_0x481ad7(0x186)]||_0x1d0fd1[_0x481ad7(0x13e)];if(_0x1d5646&&!this['isJestInternalHook'](_0x1d0fd1)&&!_0x407773[_0x481ad7(0x1be)](isInternalHook,_0x1d0fd1['fn'])){const _0x228a6e={};_0x228a6e['type']=_0x1d0fd1[_0x481ad7(0x24c)]||_0x407773['hKzFf'],_0x228a6e['name']=_0x1d0fd1[_0x481ad7(0x1de)]||'\x22'+_0x1d0fd1[_0x481ad7(0x24c)]+_0x481ad7(0x1dc),_0x3b3fbd[_0x481ad7(0x16f)](_0x1d5646,_0x228a6e);}}),_0x1331e8[_0x1a964a(0x18f)](_0x53dbde,_0x22cda6[_0x1a964a(0x252)]);};return _0x1331e8['oEAfS'](_0x53dbde,_0x1d3c30),_0x3b3fbd;}[a96_0x3c1396(0x237)](_0x33cc7a){const _0x41b0bb=a96_0x3c1396,_0x1000e2={};_0x1000e2[_0x41b0bb(0x1a8)]='jest-circus',_0x1000e2['VmGxr']=_0x41b0bb(0x29f);const _0x175cd1=_0x1000e2;try{const _0x21e4c1=this[_0x41b0bb(0x136)](_0x33cc7a);if(!_0x21e4c1||_0x21e4c1[_0x41b0bb(0x130)](_0x175cd1[_0x41b0bb(0x1a8)]))return!![];return![];}catch(_0x5ecc54){logger[_0x41b0bb(0x262)](_0x175cd1[_0x41b0bb(0x1aa)]);}return![];}[a96_0x3c1396(0x136)](_0x3e2dda){const _0x51290b=a96_0x3c1396,_0x505a3d={'pxufZ':function(_0xccf4b0,_0x11ef87){return _0xccf4b0(_0x11ef87);}};if(_0x3e2dda[_0x51290b(0x18a)])return _0x3e2dda['file'];if(_0x3e2dda[_0x51290b(0x121)])try{const _0x5916cf=stackTrace['parse'](_0x3e2dda[_0x51290b(0x121)]),_0x5490e6=_0x505a3d[_0x51290b(0x110)](pickUserFrameFile,_0x5916cf);if(_0x5490e6)return _0x5490e6;logger['debug'](_0x51290b(0x212)+_0x5916cf['length']+')');}catch(_0x1ec879){logger[_0x51290b(0x262)](_0x51290b(0x111)+util[_0x51290b(0x158)](_0x1ec879));}return null;}}module[a96_0x3c1396(0x26b)]=JestTestFramework;function a96_0x1d5f(_0x38025a,_0x3b9abd){const _0x4560c1=a96_0x4560();return a96_0x1d5f=function(_0x1d5f75,_0x57811d){_0x1d5f75=_0x1d5f75-0x109;let _0x5ec993=_0x4560c1[_0x1d5f75];return _0x5ec993;},a96_0x1d5f(_0x38025a,_0x3b9abd);}function a96_0x4560(){const _0x44b5af=['getInstance','vKhfB','result','finished_at','scope','VpfPQ','includes','WytRB','IgkPH','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','qBzvx','Processing\x20','getRootParentFile','getJestFailureData','testUUID','ElARK','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','CHuiS','KEY_HOOK_NAME','JDVcb','hookUUID','hookMetadata','logCreatedEvent','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=',',\x20duration=','FfInd','QiLqC','KEY_TEST_FRAMEWORK_VERSION','createContext','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','TFpVe','JestTestFramework','JdOja','pid','errorsDetailed','replace',',\x20contextId=','KEY_TEST_FAILURE_TYPE','bFTsQ','PccdT','base64','inspect','test','KEY_TEST_ATTACHMENTS','KEY_HOOK_LOGS','eventJson','format','PCGDF','./constants/testFrameworkConstants.js','oXuKz','KEY_HOOK_FAILURE','EbztT','31698729eFKKhq','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','substr','toISOString','oYnKt','nvLpA','POST','8QhTPYg','retryOf','beforeAll','bYXBF','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','shTve','getId','code','KEY_EVENT_STARTED_AT','set','parallelIndex','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','YcqLV','BEFORE_ALL','TEST_SCREENSHOT','instance',',\x20platformIndex:\x20','duration','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20',',\x20failureType=','./testFramework','skipped','runHooks','wKEyM',',\x20hookId=','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','KEY_HOOK_FAILURE_REASON','OkcEu','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','getJestTestName','status','hookAnalyticsId',',\x20hook=','passed','tniyj','file','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','KYpJv','KEY_HOOK_ID','zqgqG','yoUdc','slice','siNTt','toUpperCase','nUerR','KEY_TEST_RESULT','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=',',\x20totalLogs:\x20','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','\x20pending\x20hooks\x20for\x20testId:\x20','\x20for\x20testId:\x20','getTestFrameworks','uuid','util','ykYaQ','tQWJT','EHDIf','skip',',\x20consoleLogs:\x20','7192475ZaryuZ','JYxDE','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','PPlDM','KEY_TEST_FILE_PATH','VmGxr','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','KEY_TEST_FAILURE_REASON','\x20logs\x20for\x20testId:\x20','split','KEY_TEST_CODE','stack-trace','removeActiveHook','KEY_TEST_RERUN_NAME',',\x20test_run_uuid=','trackJestInstance:\x20created\x20instance\x20for\x20target=','processPendingHooks','test_run_uuid','YdpKH','NONE','UJgSP','getPendingHooks','afterAll','sMfLs','QmlxT','dSxvf','\x20attachments','YCNLA','kind','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','OJFFx','isArray','depth','../TestInfo.js','tags','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','bicfF','originalTest','TEST','createTestFrameworkEventPayload','error','get','__bstackPlatformIndex','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','getContext',',\x20payload:\x20','OHCZw',',\x20totalBatches:\x20',',\x20currentTestId:\x20','UshxO',',\x20filePath=','dioHG','153929xTZcPx','\x22\x20hook','getTrackedInstance','name','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','pop','CevOD','has','1425120LmFZYf','file_name','Tomnm','testFrameworkVersion','find','\x20&\x20hookState=','gUAGS','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','push','hookData','14FoLxTK','getAllData','buildHookMapFromTest','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','ytSID','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=',',\x20scope:\x20','warn','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','yvHRv','activeHooks','\x20to\x20','getProcessId','testFrameworkState','KEY_TEST_META',',\x20hookUUID=','PqXOp','hook_run_uuid','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','getHooksForTest',',\x20state=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','Error\x20in\x20createTestFrameworkEventPayload:\x20','kjJhH','length','Zgueh','AMJgc','KuILy','missing','args','KEY_HOOK_LAST_FINISHED','testId','KEY_HOOKS_STARTED','setActiveHook','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','KEY_LOGS','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','TRtpq','toString','hook_id','KEY_EVENT_ENDED_AT','1925412nkQetO','started_at','rNTrX','getTestFrameworksVersions','storePendingHook','wkcyT','Assert','scopes','mapTestHooks','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=',',\x20argsKeys=','KEY_HOOK_RESULT','getCurrentTestState','KEY_TEST_LOGS','KEY_TEST_RETRY_OF','KEY_HOOKS_FINISHED','KEY_HOOK_LAST_STARTED','test_run_id','\x20(testIdentifier)',',\x20version=',':testAnalyticsId','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','4604978MDgtQr','KEY_TEST_TAGS','KEY_TEST_ENDED_AT','reverse','KEY_TEST_ID','failure_reason','hook_type','trackEvent','isJestInternalHook','resolveInstance',',\x20attachmentLogs:\x20','trackJestInstance','../state/hookState.js',',\x20error:\x20','\x20(testIdentifier),\x20hookType=','platformIndex','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','unknown','sendLogCreatedEvent','failed','getJestFailureType','DTevt','ceil','KEY_TEST_FRAMEWORK_NAME','UlJBR','workerInfo','addPendingHook','\x20hook','trackHookEvent','type','hIczl','DEFAULT_HOOK_RESULT','RcaIW','OzUny',',\x20result=','parent','../cliUtils.js','PRE','bFfJu','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','concat','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','\x20screenshot\x20logs\x20for\x20testId:\x20','../../../helpers/helper.js','tqWaL','HCqHp','hookState','maxArrayLength',',\x20logsInBatch:\x20','rkdgx','debug','TBtLz',',\x20state:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20',',\x20target=','title','3740920QFUhqO','getThreadId','executionContext','exports','KEY_TEST_LOCATION','jXEsE','VtSHi','KEY_TEST_SCOPES','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','removePendingHooks','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','jDCuR','ztaaO','KEY_TEST_RESULT_AT','mSLdv','location','filter','Stored\x20pending\x20hook\x20for\x20testId:\x20','irjhx','startedAt','getJestTestFilePath','getCurrentInstanceName','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','haYRK','zWWiG','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','keys',',\x20hookState=','OGdPk','filePath','yMFSq','KEY_TEST_NAME','trackJestInstance:\x20instance\x20already\x20exists',',\x20filePath:\x20','event_ended_at','IeqNq','getJestFailureReason','hookType','RfBXA','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20',',\x20testId=','getJestTestIdentifier','testData','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','../../../helpers/test-observability/utils','hasPendingHooks','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','parseJestTestResult','KEY_TEST_FAILURE',',\x20response=','ALL','setTrackedInstance','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','join','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','parseJestTest','test_identifier','\x20(testIdentifier),\x20result=','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20',',\x20storing\x20as\x20pending\x20hook','forEach','getCurrentHookState','KEY_TEST_SCOPE','../state/testFrameworkState.js',',\x20hooksListLength=','getAllPendingHookTestIds','../../../helpers/classLogger.js','AvzSb','hooks','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','getJestTestScopes','KEY_TEST_STARTED_AT',',\x20hookData=','stringify','bxWzh','../../../helpers/stackFrameUtils','map','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','KEY_TEST_DURATION','pxufZ','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','addMultipleEntries','delete','startsWith','DEFAULT_TEST_RESULT','\x20files','from','SNFlq','YebLx','parse','body',',\x20hookType=','AssertionError','smySn','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','asyncError','KEY_CUSTOM_TAGS','fMKXj','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','UnhandledError','Unknown\x20Test',',\x20testData=','lLhfW',',\x20testFramework='];a96_0x4560=function(){return _0x44b5af;};return a96_0x4560();}
@@ -1 +1 @@
1
- function a93_0x1b12(_0x205e2f,_0x55e017){const _0x125f0f=a93_0x125f();return a93_0x1b12=function(_0x1b1226,_0x3eb2e6){_0x1b1226=_0x1b1226-0xb6;let _0x91ad40=_0x125f0f[_0x1b1226];return _0x91ad40;},a93_0x1b12(_0x205e2f,_0x55e017);}const a93_0x2cdafa=a93_0x1b12;function a93_0x125f(){const _0x3db2e5=['instance','base64','KEY_TEST_LOGS','KEY_TEST_FAILURE_REASON','../state/testFrameworkState.js','KEY_TEST_SCOPE','38203kgJYmu','3724115QDgCdG','KEY_TEST_NAME','parseNewmanTestResult','./constants/testFrameworkConstants.js','toISOString','6428juwMkq','getCurrentHookState','KEY_TEST_UUID','3096gNVsZK','3448rqvcJB','createTestFrameworkEventPayload','location','setTrackedInstance','KEY_TEST_LOCATION','getThreadId','KEY_TEST_FRAMEWORK_NAME','KEY_TEST_FRAMEWORK_VERSION','KwWlm','8759952uFAMOJ','addMultipleEntries','custom_metadata','result','getTestFrameworks','getContext','DEFAULT_TEST_RESULT','KEY_TEST_SCOPES','pending','QlqiF','getCurrentInstanceName','KEY_TEST_ENDED_AT','KEY_HOOKS_STARTED','34pTaBwQ','NewmanTestFramework','tags','debug','scope','get','getAllData','KEY_TEST_ID','6111BszNUu','../instances/trackedInstance.js','getCurrentTestState','KEY_CUSTOM_TAGS','meta','1650278FgzvBL','resolveInstance','parseNewmanTest','getTestFrameworksVersions','util','KEY_TEST_RESULT','finished_at','trackEvent','KEY_TEST_META','format','createContext','test','file_path','KEY_TEST_FILE_PATH','KEY_TEST_RERUN_NAME','toString','KEY_HOOKS_FINISHED','KEY_TEST_STARTED_AT','1790bNQCLT','stringify','../cliUtils.js','nSGZX','6ayqztM','started_at','KEY_TEST_CODE','split','./testFramework','../instances/testFrameworkInstance.js','name','NONE','KEY_TEST_FAILURE_TYPE','uuid','getProcessId','TEST','../state/hookState.js','runHooks','1444JxMdsM','error','trackEvent:\x20state=','getTrackedInstance'];a93_0x125f=function(){return _0x3db2e5;};return a93_0x125f();}(function(_0x1b7a66,_0x335a9f){const _0x1d3f21=a93_0x1b12,_0x42a89c=_0x1b7a66();while(!![]){try{const _0x2cdfc2=parseInt(_0x1d3f21(0xc9))/0x1*(-parseInt(_0x1d3f21(0xe3))/0x2)+-parseInt(_0x1d3f21(0xeb))/0x3*(-parseInt(_0x1d3f21(0xb9))/0x4)+parseInt(_0x1d3f21(0xc4))/0x5*(parseInt(_0x1d3f21(0x106))/0x6)+parseInt(_0x1d3f21(0xf0))/0x7+-parseInt(_0x1d3f21(0xcd))/0x8*(-parseInt(_0x1d3f21(0xcc))/0x9)+-parseInt(_0x1d3f21(0x102))/0xa*(parseInt(_0x1d3f21(0xc3))/0xb)+-parseInt(_0x1d3f21(0xd6))/0xc;if(_0x2cdfc2===_0x335a9f)break;else _0x42a89c['push'](_0x42a89c['shift']());}catch(_0x2262ef){_0x42a89c['push'](_0x42a89c['shift']());}}}(a93_0x125f,0x6273b));const path=require('path'),TestFramework=require(a93_0x2cdafa(0x10a)),TestFrameworkState=require(a93_0x2cdafa(0xc1)),HookState=require(a93_0x2cdafa(0xb7)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a93_0x2cdafa(0x10b)),CLIUtils=require(a93_0x2cdafa(0x104)),TrackedInstance=require(a93_0x2cdafa(0xec)),TestFrameworkConstants=require(a93_0x2cdafa(0xc7)),util=require(a93_0x2cdafa(0xf4)),logger=createClassLogger(a93_0x2cdafa(0xe4));class NewmanTestFramework extends TestFramework{constructor(_0x5f468d,_0x46715b,_0x9fe8bc){super(_0x5f468d,_0x46715b,_0x9fe8bc);}async[a93_0x2cdafa(0xf7)](_0x2f7f28,_0x5e0afd,_0x28c842={}){const _0x5ecc04=a93_0x2cdafa,_0x1e7b53={};_0x1e7b53[_0x5ecc04(0xd5)]=function(_0x1d2da3,_0x18be0d){return _0x1d2da3===_0x18be0d;};const _0x1b4efb=_0x1e7b53;logger[_0x5ecc04(0xe6)](_0x5ecc04(0xbb)+_0x2f7f28+'\x20hook='+_0x5e0afd),await super['trackEvent'](_0x2f7f28,_0x5e0afd,_0x28c842);const _0x153c0d=this[_0x5ecc04(0xf1)](_0x2f7f28,_0x5e0afd,_0x28c842);if(!_0x153c0d)return;try{if(_0x1b4efb[_0x5ecc04(0xd5)](_0x2f7f28,TestFrameworkState[_0x5ecc04(0xb6)])&&_0x28c842[_0x5ecc04(0xfb)]){const _0x4de719=_0x1b4efb['KwWlm'](_0x5e0afd,HookState['PRE'])?this[_0x5ecc04(0xf2)](_0x28c842[_0x5ecc04(0xfb)]):this[_0x5ecc04(0xc6)](_0x28c842[_0x5ecc04(0xfb)]);_0x153c0d[_0x5ecc04(0xd7)](_0x4de719);}}catch(_0x380e40){logger['error']('trackEvent:\x20error='+util[_0x5ecc04(0xf9)](_0x380e40));}_0x28c842[_0x5ecc04(0xbd)]=_0x153c0d,await this[_0x5ecc04(0xb8)](_0x153c0d,_0x2f7f28,_0x5e0afd,_0x28c842);}[a93_0x2cdafa(0xf2)](_0x551972){const _0x26e7dd=a93_0x2cdafa,_0x4c7892=this[_0x26e7dd(0xda)]()[0x0],_0x179e29={};return _0x179e29[_0x551972[_0x26e7dd(0x10f)]]={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x4c7892,[TestFrameworkConstants[_0x26e7dd(0xd4)]]:this[_0x26e7dd(0xf3)]()[_0x4c7892],[TestFrameworkConstants[_0x26e7dd(0xbf)]]:[],[TestFrameworkConstants[_0x26e7dd(0x100)]]:{},[TestFrameworkConstants[_0x26e7dd(0xe2)]]:{},[TestFrameworkConstants[_0x26e7dd(0xf5)]]:TestFrameworkConstants[_0x26e7dd(0xdc)],[TestFrameworkConstants[_0x26e7dd(0xea)]]:_0x551972[_0x26e7dd(0x10f)],[TestFrameworkConstants[_0x26e7dd(0xcb)]]:_0x551972[_0x26e7dd(0x10f)],[TestFrameworkConstants[_0x26e7dd(0xc5)]]:_0x551972[_0x26e7dd(0x10c)],[TestFrameworkConstants[_0x26e7dd(0xfd)]]:_0x551972[_0x26e7dd(0xfc)]||'',[TestFrameworkConstants[_0x26e7dd(0xd1)]]:_0x551972[_0x26e7dd(0xcf)]||'',[TestFrameworkConstants[_0x26e7dd(0x108)]]:null,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x551972[_0x26e7dd(0xe5)]||[],[TestFrameworkConstants[_0x26e7dd(0x101)]]:_0x551972[_0x26e7dd(0x107)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x26e7dd(0xc2)]]:_0x551972[_0x26e7dd(0xe7)]||'',[TestFrameworkConstants[_0x26e7dd(0xdd)]]:_0x551972['scopes']||[],[TestFrameworkConstants[_0x26e7dd(0xfe)]]:null,[TestFrameworkConstants[_0x26e7dd(0xee)]]:_0x551972[_0x26e7dd(0xd8)]||{},[TestFrameworkConstants[_0x26e7dd(0xf8)]]:_0x551972[_0x26e7dd(0xef)]||{}},_0x179e29;}[a93_0x2cdafa(0xc6)](_0x22cea3){const _0x4a534b=a93_0x2cdafa,_0x4667eb={};_0x4667eb[_0x4a534b(0xdf)]=_0x4a534b(0xde);const _0x2dbae0=_0x4667eb,_0x25765b={};return _0x25765b[_0x22cea3[_0x4a534b(0x10f)]]={[TestFrameworkConstants[_0x4a534b(0xf5)]]:_0x22cea3[_0x4a534b(0xd9)]||_0x2dbae0[_0x4a534b(0xdf)],[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x22cea3[_0x4a534b(0xf6)]||new Date()[_0x4a534b(0xc8)](),[TestFrameworkConstants['KEY_TEST_FAILURE']]:_0x22cea3['failure']||[],[TestFrameworkConstants[_0x4a534b(0x10e)]]:_0x22cea3['failure_type']||null,[TestFrameworkConstants[_0x4a534b(0xc0)]]:_0x22cea3['failure_reason']||null},_0x25765b;}[a93_0x2cdafa(0xf1)](_0x5d5e7d){const _0x521c12=a93_0x2cdafa;let _0x23d6d7=TestFramework[_0x521c12(0xbc)]();if(!_0x23d6d7){const _0x293bdd=TrackedInstance[_0x521c12(0xfa)](CLIUtils[_0x521c12(0xe0)]());_0x23d6d7=new TestFrameworkInstance(_0x293bdd,this[_0x521c12(0xda)](),this[_0x521c12(0xf3)](),_0x5d5e7d,HookState[_0x521c12(0x10d)]),TestFramework[_0x521c12(0xd0)](_0x293bdd,_0x23d6d7);}return _0x23d6d7;}[a93_0x2cdafa(0xce)](_0x4e9da1){const _0x29ee87=a93_0x2cdafa,_0x3f6f8f={};_0x3f6f8f[_0x29ee87(0x105)]=_0x29ee87(0xbe);const _0x450bff=_0x3f6f8f;try{const _0x243bfa=_0x4e9da1[_0x29ee87(0xfb)]?_0x4e9da1[_0x29ee87(0xfb)][_0x29ee87(0x10f)]:null,_0x3f1d82=_0x4e9da1[_0x29ee87(0xbd)],_0x1370a3=_0x3f1d82[_0x29ee87(0xdb)](),_0x21cbf2=_0x3f1d82[_0x29ee87(0xe9)]()[_0x29ee87(0xe8)](_0x243bfa);if(!_0x21cbf2)return{};const {[TestFrameworkConstants[_0x29ee87(0xd3)]]:_0x16bd8f='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x2224d9='',[TestFrameworkConstants[_0x29ee87(0x101)]]:_0x1a8d7d='',[TestFrameworkConstants[_0x29ee87(0xe1)]]:_0x55aaac=''}=_0x21cbf2;return{'platformIndex':0x0,'testFrameworkName':_0x16bd8f,'testFrameworkVersion':_0x2224d9,'testFrameworkState':_0x3f1d82[_0x29ee87(0xed)]()['toString']()[_0x29ee87(0x109)]('.')[0x1],'hookState':_0x3f1d82[_0x29ee87(0xca)]()[_0x29ee87(0xff)]()['split']('.')[0x1],'startedAt':_0x1a8d7d,'endedAt':_0x55aaac,'uuid':_0x243bfa,'eventJson':Buffer['from'](JSON[_0x29ee87(0x103)](_0x21cbf2))[_0x29ee87(0xff)](_0x450bff[_0x29ee87(0x105)]),'executionContext':{'hash':_0x1370a3['getId'](),'threadId':_0x1370a3[_0x29ee87(0xd2)]()[_0x29ee87(0xff)](),'processId':_0x1370a3[_0x29ee87(0x110)]()[_0x29ee87(0xff)]()}};}catch(_0x16b15d){return logger[_0x29ee87(0xba)]('createTestFrameworkEventPayload:\x20error='+util[_0x29ee87(0xf9)](_0x16b15d)),{};}}}module['exports']=NewmanTestFramework;
1
+ function a97_0x447d(_0x7df455,_0x4c46d4){const _0x3cf5c6=a97_0x3cf5();return a97_0x447d=function(_0x447dda,_0x60d0bf){_0x447dda=_0x447dda-0xe5;let _0x3f6b0b=_0x3cf5c6[_0x447dda];return _0x3f6b0b;},a97_0x447d(_0x7df455,_0x4c46d4);}function a97_0x3cf5(){const _0x47ceb1=['KEY_TEST_FILE_PATH','get','parseNewmanTestResult','tags','getTestFrameworksVersions','toString','addMultipleEntries','exports','file_path','stringify','setTrackedInstance','instance','scope','failure_reason','KEY_TEST_UUID','getThreadId','from','DEFAULT_TEST_RESULT','getId','1755710AYyDNv','format','KEY_TEST_SCOPES','7ilcFuU','KEY_HOOKS_FINISHED','../state/testFrameworkState.js','uuid','KEY_TEST_TAGS','1219787tKayip','KEY_TEST_ENDED_AT','KEY_HOOKS_STARTED','TIuLN','KEY_TEST_FAILURE_TYPE','trackEvent:\x20error=','5812304fmNKqL','util','path','TEST','runHooks','2246000ObyYar','location','getContext','getTestFrameworks','getCurrentTestState','KEY_TEST_RESULT','custom_metadata','createContext','../instances/trackedInstance.js','failure','KEY_TEST_META','getCurrentHookState','./constants/testFrameworkConstants.js','./testFramework','NONE','split','toISOString','../../../helpers/classLogger.js','KEY_TEST_LOCATION','trackEvent:\x20state=','KEY_TEST_FAILURE_REASON','KEY_TEST_SCOPE','KEY_TEST_FRAMEWORK_VERSION','1402400vauQlV','started_at','svFJC','../cliUtils.js','debug','KEY_CUSTOM_TAGS','parseNewmanTest','result','KEY_TEST_FAILURE','createTestFrameworkEventPayload','KEY_TEST_NAME','KEY_TEST_STARTED_AT','2XRhIXL','finished_at','trackEvent','KEY_TEST_FRAMEWORK_NAME','5443506vdClRF','getTrackedInstance','KEY_TEST_CODE','3116934wjpMWD','test','name','tgtLX','9WuiVTj','PRE','error'];a97_0x3cf5=function(){return _0x47ceb1;};return a97_0x3cf5();}const a97_0x4c05d9=a97_0x447d;(function(_0x36d3eb,_0x2a1aa5){const _0x12485a=a97_0x447d,_0x146ebe=_0x36d3eb();while(!![]){try{const _0x1fbc0d=parseInt(_0x12485a(0x10d))/0x1+-parseInt(_0x12485a(0x13b))/0x2*(parseInt(_0x12485a(0xeb))/0x3)+parseInt(_0x12485a(0x12f))/0x4+parseInt(_0x12485a(0x118))/0x5+-parseInt(_0x12485a(0xe8))/0x6+-parseInt(_0x12485a(0x108))/0x7*(-parseInt(_0x12485a(0x113))/0x8)+-parseInt(_0x12485a(0xef))/0x9*(parseInt(_0x12485a(0x105))/0xa);if(_0x1fbc0d===_0x2a1aa5)break;else _0x146ebe['push'](_0x146ebe['shift']());}catch(_0x37b49f){_0x146ebe['push'](_0x146ebe['shift']());}}}(a97_0x3cf5,0x986c5));const path=require(a97_0x4c05d9(0x115)),TestFramework=require(a97_0x4c05d9(0x125)),TestFrameworkState=require(a97_0x4c05d9(0x10a)),HookState=require('../state/hookState.js'),{createClassLogger}=require(a97_0x4c05d9(0x129)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a97_0x4c05d9(0x132)),TrackedInstance=require(a97_0x4c05d9(0x120)),TestFrameworkConstants=require(a97_0x4c05d9(0x124)),util=require(a97_0x4c05d9(0x114)),logger=createClassLogger('NewmanTestFramework');class NewmanTestFramework extends TestFramework{constructor(_0x1b1dfc,_0x1080ff,_0x16986e){super(_0x1b1dfc,_0x1080ff,_0x16986e);}async[a97_0x4c05d9(0xe6)](_0x444259,_0x2814c6,_0x30f338={}){const _0x1c5740=a97_0x4c05d9,_0x195451={};_0x195451[_0x1c5740(0x131)]=function(_0x42da98,_0x3fd7d4){return _0x42da98===_0x3fd7d4;};const _0x39f7f8=_0x195451;logger[_0x1c5740(0x133)](_0x1c5740(0x12b)+_0x444259+'\x20hook='+_0x2814c6),await super['trackEvent'](_0x444259,_0x2814c6,_0x30f338);const _0x2166e3=this['resolveInstance'](_0x444259,_0x2814c6,_0x30f338);if(!_0x2166e3)return;try{if(_0x39f7f8[_0x1c5740(0x131)](_0x444259,TestFrameworkState[_0x1c5740(0x116)])&&_0x30f338[_0x1c5740(0xec)]){const _0x337aa6=_0x39f7f8[_0x1c5740(0x131)](_0x2814c6,HookState[_0x1c5740(0xf0)])?this[_0x1c5740(0x135)](_0x30f338[_0x1c5740(0xec)]):this[_0x1c5740(0xf4)](_0x30f338['test']);_0x2166e3[_0x1c5740(0xf8)](_0x337aa6);}}catch(_0x33202e){logger[_0x1c5740(0xf1)](_0x1c5740(0x112)+util[_0x1c5740(0x106)](_0x33202e));}_0x30f338[_0x1c5740(0xfd)]=_0x2166e3,await this[_0x1c5740(0x117)](_0x2166e3,_0x444259,_0x2814c6,_0x30f338);}[a97_0x4c05d9(0x135)](_0x285fdf){const _0x2752ab=a97_0x4c05d9,_0x42f9bb=this[_0x2752ab(0x11b)]()[0x0],_0x2c466f={};return _0x2c466f[_0x285fdf[_0x2752ab(0x10b)]]={[TestFrameworkConstants[_0x2752ab(0xe7)]]:_0x42f9bb,[TestFrameworkConstants[_0x2752ab(0x12e)]]:this[_0x2752ab(0xf6)]()[_0x42f9bb],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x2752ab(0x109)]]:{},[TestFrameworkConstants[_0x2752ab(0x10f)]]:{},[TestFrameworkConstants[_0x2752ab(0x11d)]]:TestFrameworkConstants[_0x2752ab(0x103)],[TestFrameworkConstants['KEY_TEST_ID']]:_0x285fdf[_0x2752ab(0x10b)],[TestFrameworkConstants[_0x2752ab(0x100)]]:_0x285fdf['uuid'],[TestFrameworkConstants[_0x2752ab(0x139)]]:_0x285fdf[_0x2752ab(0xed)],[TestFrameworkConstants[_0x2752ab(0xf2)]]:_0x285fdf[_0x2752ab(0xfa)]||'',[TestFrameworkConstants[_0x2752ab(0x12a)]]:_0x285fdf[_0x2752ab(0x119)]||'',[TestFrameworkConstants[_0x2752ab(0xea)]]:null,[TestFrameworkConstants[_0x2752ab(0x10c)]]:_0x285fdf[_0x2752ab(0xf5)]||[],[TestFrameworkConstants[_0x2752ab(0x13a)]]:_0x285fdf[_0x2752ab(0x130)]||new Date()[_0x2752ab(0x128)](),[TestFrameworkConstants[_0x2752ab(0x12d)]]:_0x285fdf[_0x2752ab(0xfe)]||'',[TestFrameworkConstants[_0x2752ab(0x107)]]:_0x285fdf['scopes']||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:null,[TestFrameworkConstants[_0x2752ab(0x134)]]:_0x285fdf[_0x2752ab(0x11e)]||{},[TestFrameworkConstants[_0x2752ab(0x122)]]:_0x285fdf['meta']||{}},_0x2c466f;}[a97_0x4c05d9(0xf4)](_0x5ab3f4){const _0x157858=a97_0x4c05d9,_0x35fe98={};_0x35fe98[_0x157858(0xee)]='pending';const _0x2b6769=_0x35fe98,_0x397e0d={};return _0x397e0d[_0x5ab3f4['uuid']]={[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x5ab3f4[_0x157858(0x136)]||_0x2b6769[_0x157858(0xee)],[TestFrameworkConstants[_0x157858(0x10e)]]:_0x5ab3f4[_0x157858(0xe5)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x157858(0x137)]]:_0x5ab3f4[_0x157858(0x121)]||[],[TestFrameworkConstants[_0x157858(0x111)]]:_0x5ab3f4['failure_type']||null,[TestFrameworkConstants[_0x157858(0x12c)]]:_0x5ab3f4[_0x157858(0xff)]||null},_0x397e0d;}['resolveInstance'](_0x5cda99){const _0x406e50=a97_0x4c05d9;let _0x54912f=TestFramework[_0x406e50(0xe9)]();if(!_0x54912f){const _0xdbf68d=TrackedInstance[_0x406e50(0x11f)](CLIUtils['getCurrentInstanceName']());_0x54912f=new TestFrameworkInstance(_0xdbf68d,this['getTestFrameworks'](),this[_0x406e50(0xf6)](),_0x5cda99,HookState[_0x406e50(0x126)]),TestFramework[_0x406e50(0xfc)](_0xdbf68d,_0x54912f);}return _0x54912f;}[a97_0x4c05d9(0x138)](_0x18ac1a){const _0x3c1300=a97_0x4c05d9,_0x4c489d={};_0x4c489d[_0x3c1300(0x110)]='base64';const _0x1e51d5=_0x4c489d;try{const _0x485f54=_0x18ac1a[_0x3c1300(0xec)]?_0x18ac1a[_0x3c1300(0xec)][_0x3c1300(0x10b)]:null,_0x5a3edf=_0x18ac1a[_0x3c1300(0xfd)],_0x1a01a3=_0x5a3edf[_0x3c1300(0x11a)](),_0x541e3a=_0x5a3edf['getAllData']()[_0x3c1300(0xf3)](_0x485f54);if(!_0x541e3a)return{};const {[TestFrameworkConstants[_0x3c1300(0xe7)]]:_0x3789f5='',[TestFrameworkConstants[_0x3c1300(0x12e)]]:_0x58bc0e='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x387f95='',[TestFrameworkConstants[_0x3c1300(0x10e)]]:_0x3c08ec=''}=_0x541e3a;return{'platformIndex':0x0,'testFrameworkName':_0x3789f5,'testFrameworkVersion':_0x58bc0e,'testFrameworkState':_0x5a3edf[_0x3c1300(0x11c)]()[_0x3c1300(0xf7)]()[_0x3c1300(0x127)]('.')[0x1],'hookState':_0x5a3edf[_0x3c1300(0x123)]()[_0x3c1300(0xf7)]()[_0x3c1300(0x127)]('.')[0x1],'startedAt':_0x387f95,'endedAt':_0x3c08ec,'uuid':_0x485f54,'eventJson':Buffer[_0x3c1300(0x102)](JSON[_0x3c1300(0xfb)](_0x541e3a))[_0x3c1300(0xf7)](_0x1e51d5['TIuLN']),'executionContext':{'hash':_0x1a01a3[_0x3c1300(0x104)](),'threadId':_0x1a01a3[_0x3c1300(0x101)]()['toString'](),'processId':_0x1a01a3['getProcessId']()[_0x3c1300(0xf7)]()}};}catch(_0x4e9951){return logger[_0x3c1300(0xf1)]('createTestFrameworkEventPayload:\x20error='+util[_0x3c1300(0x106)](_0x4e9951)),{};}}}module[a97_0x4c05d9(0xf9)]=NewmanTestFramework;
@@ -1 +1 @@
1
- function a94_0xf29c(){const _0x3022c3=['getCurrentTestState','KEY_TEST_ENDED_AT','24RwkuAO','toString','startedAt','getThreadId','test_uuid','KEY_TEST_FRAMEWORK_NAME','\x20for\x20test_uuid=','4899459uLastP','../../../helpers/classLogger.js','KEY_TEST_FAILURE','KEY_TEST_SCOPES','getRef','_currentTestUUID','KEY_TEST_META','testFrameworkName','./constants/testFrameworkConstants.js','YfHaU','10585212sphCAG','GxQZQ','1876376OnDvZI','failed','test_name','trackEvent','createTestFrameworkEventPayload','test_failure','getTestFrameworks','../instances/testFrameworkInstance.js','test_meta','KEY_TEST_TAGS','KEY_TEST_FAILURE_REASON','../cliUtils.js','error','KEY_HOOKS_FINISHED',',\x20hookState=','getAllData','4688214whrWpZ','KEY_TEST_STARTED_AT','JabcU','info','[NodeGenericFramework]\x20resolveInstance:\x20created\x20instance\x20contextId=','870QBhzSy','test_file_path','addMultipleEntries','test_code','split','ETDAc','getId','../state/testFrameworkState.js','test_identifier','PRE','uuid','../state/hookState.js','test_result','13689UJvZUL','util','test_duration','__workerDetails','GkxjR','getCurrentTestUUID','KEY_TEST_FILE_PATH','parseTestData','test_failure_reason','KEY_CUSTOM_TAGS','instance','test_failure_type','DEFAULT_TEST_RESULT','5RlsGpq','EbFJA','test_tags','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20ERROR\x20-\x20',',\x20error=','eventJson','../instances/trackedInstance.js','parseTestResult','KEY_TEST_UUID',',\x20test_name=','KEY_TEST_RERUN_NAME','2511904ccpfNM','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20no\x20data\x20for\x20test_uuid=','getCurrentInstanceName','get','test_scopes','[NodeGenericFramework]\x20trackEvent:\x20unsupported\x20state=','exports','resolveInstance','[TRACE:node-generic]\x20TEST\x20POST\x20-\x20processing\x20result\x20for\x20test_uuid=','UnhandledError','KEY_LOGS','workerInfo','IuqjP','executionContext','KEY_TEST_ID','Unknown\x20error','YOKHY','KEY_HOOKS_STARTED','getCurrentHookState','stringify','from','bcVTL','toISOString','format','test_location','[NodeGenericFramework]\x20resolveInstance:\x20creating\x20new\x20instance','setCurrentTestUUID','hookState','test_rerun_name','getContext','KEY_TEST_NAME','TEST','1RqwfJl','platformIndex','2656157zItgDK','getTestFrameworksVersions','testData','debug','POST','KEY_TEST_FRAMEWORK_VERSION','KEY_TEST_FAILURE_TYPE','[TRACE:node-generic]\x20trackEvent\x20','parallelIndex','setTrackedInstance','testFrameworkVersion'];a94_0xf29c=function(){return _0x3022c3;};return a94_0xf29c();}function a94_0x21ee(_0x2d6945,_0x1548f7){const _0xf29c3b=a94_0xf29c();return a94_0x21ee=function(_0x21ee24,_0x3422b3){_0x21ee24=_0x21ee24-0x100;let _0x4e0238=_0xf29c3b[_0x21ee24];return _0x4e0238;},a94_0x21ee(_0x2d6945,_0x1548f7);}const a94_0x3d8d16=a94_0x21ee;(function(_0x8c9783,_0x11e2a2){const _0x2799f7=a94_0x21ee,_0x2ad0be=_0x8c9783();while(!![]){try{const _0x378a37=parseInt(_0x2799f7(0x10a))/0x1*(parseInt(_0x2799f7(0x12c))/0x2)+parseInt(_0x2799f7(0x120))/0x3+-parseInt(_0x2799f7(0x166))/0x4+-parseInt(_0x2799f7(0x15b))/0x5*(parseInt(_0x2799f7(0x13c))/0x6)+-parseInt(_0x2799f7(0x10c))/0x7*(parseInt(_0x2799f7(0x119))/0x8)+parseInt(_0x2799f7(0x14e))/0x9*(-parseInt(_0x2799f7(0x141))/0xa)+parseInt(_0x2799f7(0x12a))/0xb;if(_0x378a37===_0x11e2a2)break;else _0x2ad0be['push'](_0x2ad0be['shift']());}catch(_0x35c735){_0x2ad0be['push'](_0x2ad0be['shift']());}}}(a94_0xf29c,0xd0668));const TestFramework=require('./testFramework'),TestFrameworkState=require(a94_0x3d8d16(0x148)),HookState=require(a94_0x3d8d16(0x14c)),{createClassLogger}=require(a94_0x3d8d16(0x121)),TestFrameworkInstance=require(a94_0x3d8d16(0x133)),CLIUtils=require(a94_0x3d8d16(0x137)),TrackedInstance=require(a94_0x3d8d16(0x161)),TestFrameworkConstants=require(a94_0x3d8d16(0x128)),logger=createClassLogger('NodeGenericFramework'),util=require(a94_0x3d8d16(0x14f));class NodeGenericFramework extends TestFramework{constructor(_0x4ef4b8,_0x18ea5c,_0x5f407f){const _0x5a4419=a94_0x3d8d16;super(_0x4ef4b8,_0x18ea5c,_0x5f407f),this[_0x5a4419(0x125)]=null;}[a94_0x3d8d16(0x104)](_0x351537){const _0x4b7b1f=a94_0x3d8d16;this[_0x4b7b1f(0x125)]=_0x351537;}[a94_0x3d8d16(0x153)](){return this['_currentTestUUID'];}async[a94_0x3d8d16(0x12f)](_0x387400,_0x18f7bf,_0x3e41bc={}){const _0x1586ba=a94_0x3d8d16,_0x3c20fc={};_0x3c20fc[_0x1586ba(0x176)]='[NodeGenericFramework]\x20trackEvent:\x20instance\x20not\x20found',_0x3c20fc[_0x1586ba(0x12b)]=function(_0x168d03,_0x118138){return _0x168d03===_0x118138;};const _0x402c38=_0x3c20fc;logger[_0x1586ba(0x13f)](_0x1586ba(0x113)+_0x387400+'.'+_0x18f7bf+_0x1586ba(0x11f)+_0x3e41bc[_0x1586ba(0x10e)]?.[_0x1586ba(0x11d)]),await super[_0x1586ba(0x12f)](_0x387400,_0x18f7bf,_0x3e41bc);const _0x363240=this['resolveInstance'](_0x387400,_0x18f7bf,_0x3e41bc);if(!_0x363240){logger['debug'](_0x402c38[_0x1586ba(0x176)]);return;}try{switch(_0x387400){case TestFrameworkState[_0x1586ba(0x109)]:{const _0x44d56b=_0x3e41bc[_0x1586ba(0x10e)],_0x28534c=_0x44d56b['test_uuid'];if(_0x402c38[_0x1586ba(0x12b)](_0x18f7bf,HookState[_0x1586ba(0x14a)])){logger['info']('[TRACE:node-generic]\x20TEST\x20PRE\x20-\x20loading\x20test\x20data\x20for\x20test_uuid='+_0x28534c+_0x1586ba(0x164)+_0x44d56b['test_name']);const _0x40ab68=this[_0x1586ba(0x155)](_0x44d56b);_0x363240[_0x1586ba(0x143)](_0x40ab68);}else{if(_0x402c38['GxQZQ'](_0x18f7bf,HookState[_0x1586ba(0x110)])){logger['info'](_0x1586ba(0x16e)+_0x28534c+',\x20result='+_0x44d56b['test_result']);const _0xc5eb5f=this[_0x1586ba(0x162)](_0x44d56b,_0x363240);_0x363240[_0x1586ba(0x143)](_0xc5eb5f);}}break;}default:logger['debug'](_0x1586ba(0x16b)+_0x387400+_0x1586ba(0x13a)+_0x18f7bf);break;}}catch(_0x7c3c79){logger[_0x1586ba(0x138)]('[NodeGenericFramework]\x20trackEvent:\x20ERROR\x20-\x20state='+_0x387400+_0x1586ba(0x13a)+_0x18f7bf+_0x1586ba(0x15f)+util['format'](_0x7c3c79));}_0x3e41bc[_0x1586ba(0x158)]=_0x363240,await this['runHooks'](_0x363240,_0x387400,_0x18f7bf,_0x3e41bc);}[a94_0x3d8d16(0x16d)](_0x518aaf,_0x5bbe8e,_0x53563c={}){const _0x5d6e2d=a94_0x3d8d16,_0xeaeeff={};_0xeaeeff['yZxgl']=_0x5d6e2d(0x103);const _0x4314d7=_0xeaeeff;let _0x5a44fa=TestFramework['getTrackedInstance']();if(!_0x5a44fa){logger[_0x5d6e2d(0x10f)](_0x4314d7['yZxgl']);const _0x282faf=CLIUtils[_0x5d6e2d(0x168)](),_0x580e9e=TrackedInstance['createContext'](_0x282faf);_0x5a44fa=new TestFrameworkInstance(_0x580e9e,this['getTestFrameworks'](),this[_0x5d6e2d(0x10d)](),_0x518aaf,HookState['NONE']),TestFramework[_0x5d6e2d(0x115)](_0x580e9e,_0x5a44fa),logger[_0x5d6e2d(0x10f)](_0x5d6e2d(0x140)+_0x580e9e[_0x5d6e2d(0x147)]());}return _0x5a44fa;}[a94_0x3d8d16(0x155)](_0x5ecaa6){const _0x30e553=a94_0x3d8d16,_0x353696=_0x5ecaa6[_0x30e553(0x11d)],_0xf7a8bb=this[_0x30e553(0x132)]()[0x0],_0x245e75=this[_0x30e553(0x10d)](),_0x4ddb0e={[TestFrameworkConstants[_0x30e553(0x11e)]]:_0xf7a8bb,[TestFrameworkConstants[_0x30e553(0x111)]]:_0x245e75[_0xf7a8bb]||'',[TestFrameworkConstants[_0x30e553(0x163)]]:_0x5ecaa6['test_uuid'],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x30e553(0x139)]]:{},[TestFrameworkConstants[_0x30e553(0x177)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x30e553(0x15a)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x5ecaa6[_0x30e553(0x12e)],[TestFrameworkConstants[_0x30e553(0x154)]]:_0x5ecaa6[_0x30e553(0x142)],[TestFrameworkConstants[_0x30e553(0x174)]]:_0x353696,[TestFrameworkConstants[_0x30e553(0x108)]]:_0x5ecaa6['test_name'],[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x5ecaa6[_0x30e553(0x102)]||_0x5ecaa6[_0x30e553(0x142)],[TestFrameworkConstants['KEY_TEST_CODE']]:_0x5ecaa6[_0x30e553(0x144)]||null,[TestFrameworkConstants[_0x30e553(0x135)]]:_0x5ecaa6[_0x30e553(0x15d)]||[],[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x5ecaa6['test_started_at']||new Date()[_0x30e553(0x100)](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x5ecaa6['test_scope']||'',[TestFrameworkConstants[_0x30e553(0x123)]]:_0x5ecaa6[_0x30e553(0x16a)]||[],[TestFrameworkConstants[_0x30e553(0x165)]]:_0x5ecaa6[_0x30e553(0x106)]||_0x5ecaa6[_0x30e553(0x12e)],[TestFrameworkConstants[_0x30e553(0x157)]]:{},[TestFrameworkConstants['KEY_TEST_META']]:_0x5ecaa6[_0x30e553(0x134)]||{}},_0x2275fc={};return _0x2275fc[_0x353696]=_0x4ddb0e,_0x2275fc;}[a94_0x3d8d16(0x162)](_0x263dd2,_0x21f1f8){const _0x5a0cb9=a94_0x3d8d16,_0x29ae31={};_0x29ae31[_0x5a0cb9(0x172)]='unknown',_0x29ae31[_0x5a0cb9(0x17b)]=function(_0x3ae1a3,_0x14a50a){return _0x3ae1a3===_0x14a50a;},_0x29ae31[_0x5a0cb9(0x13e)]=_0x5a0cb9(0x12d),_0x29ae31[_0x5a0cb9(0x152)]=_0x5a0cb9(0x16f),_0x29ae31[_0x5a0cb9(0x15c)]=_0x5a0cb9(0x175),_0x29ae31[_0x5a0cb9(0x146)]=function(_0x2110b5,_0x322b00){return _0x2110b5!==_0x322b00;};const _0x2c68f7=_0x29ae31,_0x4ef52e=_0x263dd2['test_uuid'],_0x1b558f=_0x21f1f8[_0x5a0cb9(0x13b)]()[_0x5a0cb9(0x169)](_0x4ef52e)||{},_0x473ac8={..._0x1b558f,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x263dd2[_0x5a0cb9(0x14d)]||_0x2c68f7[_0x5a0cb9(0x172)],[TestFrameworkConstants[_0x5a0cb9(0x118)]]:_0x263dd2['test_ended_at']||new Date()[_0x5a0cb9(0x100)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x5a0cb9(0x100)](),[TestFrameworkConstants['KEY_LOGS']]:_0x1b558f[TestFrameworkConstants[_0x5a0cb9(0x170)]]||[],[TestFrameworkConstants[_0x5a0cb9(0x126)]]:_0x263dd2[_0x5a0cb9(0x134)]||{}};_0x2c68f7[_0x5a0cb9(0x17b)](_0x263dd2[_0x5a0cb9(0x14d)],_0x2c68f7[_0x5a0cb9(0x13e)])&&(_0x473ac8[TestFrameworkConstants[_0x5a0cb9(0x112)]]=_0x263dd2[_0x5a0cb9(0x159)]||_0x2c68f7[_0x5a0cb9(0x152)],_0x473ac8[TestFrameworkConstants[_0x5a0cb9(0x136)]]=_0x263dd2[_0x5a0cb9(0x156)]||_0x2c68f7[_0x5a0cb9(0x15c)],_0x473ac8[TestFrameworkConstants[_0x5a0cb9(0x122)]]=_0x263dd2[_0x5a0cb9(0x131)]||[]);_0x2c68f7[_0x5a0cb9(0x146)](_0x263dd2[_0x5a0cb9(0x150)],undefined)&&(_0x473ac8[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x263dd2[_0x5a0cb9(0x150)]);const _0x19c05c={};return _0x19c05c[_0x4ef52e]=_0x473ac8,_0x19c05c;}[a94_0x3d8d16(0x130)](_0x116da4){const _0x3a16bf=a94_0x3d8d16,_0xb70e2f={};_0xb70e2f['YfHaU']='base64';const _0x5ddcec=_0xb70e2f;try{const _0x1c887d=_0x116da4[_0x3a16bf(0x10e)]?.[_0x3a16bf(0x11d)],_0x295317=_0x116da4['instance'],_0x5eb8b4=_0x295317[_0x3a16bf(0x107)](),_0x18bfaf=_0x295317['getAllData']()[_0x3a16bf(0x169)](_0x1c887d);if(!_0x18bfaf)return logger['debug'](_0x3a16bf(0x167)+_0x1c887d),{};const {[TestFrameworkConstants[_0x3a16bf(0x11e)]]:_0x1224db=this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x3a16bf(0x111)]]:_0x2ad6d1=this[_0x3a16bf(0x10d)]()[this['getTestFrameworks']()[0x0]]||'',[TestFrameworkConstants[_0x3a16bf(0x13d)]]:_0x5a829b='',[TestFrameworkConstants[_0x3a16bf(0x118)]]:_0x5b9b68=''}=_0x18bfaf,_0x282049=_0x295317[_0x3a16bf(0x117)]()[_0x3a16bf(0x11a)]()[_0x3a16bf(0x145)]('.')[0x1],_0x2ac439=_0x295317[_0x3a16bf(0x178)]()[_0x3a16bf(0x11a)]()[_0x3a16bf(0x145)]('.')[0x1],_0x1a5b6e=global?.[_0x3a16bf(0x151)]?.[_0x3a16bf(0x171)]?.[_0x3a16bf(0x114)]||global['__bstackPlatformIndex']||0x0,_0x502370=_0x295317[_0x3a16bf(0x124)](),_0x30876e=Buffer[_0x3a16bf(0x17a)](JSON[_0x3a16bf(0x179)](_0x18bfaf))[_0x3a16bf(0x11a)](_0x5ddcec[_0x3a16bf(0x129)]),_0x373966={'hash':_0x5eb8b4[_0x3a16bf(0x147)](),'threadId':_0x5eb8b4[_0x3a16bf(0x11c)]()['toString'](),'processId':_0x5eb8b4['getProcessId']()[_0x3a16bf(0x11a)]()},_0x5d08f8={};return _0x5d08f8[_0x3a16bf(0x10b)]=_0x1a5b6e,_0x5d08f8[_0x3a16bf(0x127)]=_0x1224db,_0x5d08f8[_0x3a16bf(0x116)]=_0x2ad6d1,_0x5d08f8['testFrameworkState']=_0x282049,_0x5d08f8[_0x3a16bf(0x105)]=_0x2ac439,_0x5d08f8[_0x3a16bf(0x11b)]=_0x5a829b,_0x5d08f8['endedAt']=_0x5b9b68,_0x5d08f8[_0x3a16bf(0x14b)]=_0x502370,_0x5d08f8[_0x3a16bf(0x160)]=_0x30876e,_0x5d08f8[_0x3a16bf(0x173)]=_0x373966,_0x5d08f8[_0x3a16bf(0x149)]=_0x1c887d,_0x5d08f8;}catch(_0x3d5555){return logger['error'](_0x3a16bf(0x15e)+util[_0x3a16bf(0x101)](_0x3d5555)),{};}}}module[a94_0x3d8d16(0x16c)]=NodeGenericFramework;
1
+ const a98_0x272469=a98_0x3626;(function(_0x4d3177,_0x4057e1){const _0x515a26=a98_0x3626,_0x242cf1=_0x4d3177();while(!![]){try{const _0xb34ecd=parseInt(_0x515a26(0x1e6))/0x1*(parseInt(_0x515a26(0x1e1))/0x2)+parseInt(_0x515a26(0x17e))/0x3*(parseInt(_0x515a26(0x1d7))/0x4)+parseInt(_0x515a26(0x1f9))/0x5*(parseInt(_0x515a26(0x1d1))/0x6)+parseInt(_0x515a26(0x1f0))/0x7+-parseInt(_0x515a26(0x1e5))/0x8*(-parseInt(_0x515a26(0x1f2))/0x9)+parseInt(_0x515a26(0x1a5))/0xa*(-parseInt(_0x515a26(0x1b8))/0xb)+parseInt(_0x515a26(0x190))/0xc;if(_0xb34ecd===_0x4057e1)break;else _0x242cf1['push'](_0x242cf1['shift']());}catch(_0x368530){_0x242cf1['push'](_0x242cf1['shift']());}}}(a98_0x10b5,0x8d6f5));const TestFramework=require(a98_0x272469(0x1cf)),TestFrameworkState=require(a98_0x272469(0x1e9)),HookState=require(a98_0x272469(0x18a)),{createClassLogger}=require(a98_0x272469(0x1af)),TestFrameworkInstance=require(a98_0x272469(0x1c6)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a98_0x272469(0x193)),logger=createClassLogger(a98_0x272469(0x1b2)),util=require(a98_0x272469(0x1c5));class NodeGenericFramework extends TestFramework{constructor(_0x41088d,_0x451cc5,_0xba7cf7){const _0x133da2=a98_0x272469;super(_0x41088d,_0x451cc5,_0xba7cf7),this[_0x133da2(0x181)]=null;}[a98_0x272469(0x1a3)](_0x463248){const _0xb6f507=a98_0x272469;this[_0xb6f507(0x181)]=_0x463248;}[a98_0x272469(0x17c)](){const _0x2e7b86=a98_0x272469;return this[_0x2e7b86(0x181)];}async['trackEvent'](_0x1f857f,_0x377eda,_0x98dded={}){const _0x2f16a7=a98_0x272469,_0xeec112={};_0xeec112[_0x2f16a7(0x1b5)]=_0x2f16a7(0x194),_0xeec112[_0x2f16a7(0x1e0)]=function(_0x3ceaf5,_0x3ff1c9){return _0x3ceaf5===_0x3ff1c9;},_0xeec112[_0x2f16a7(0x1a7)]=function(_0x57760f,_0x5944b2){return _0x57760f===_0x5944b2;};const _0xb8e4ad=_0xeec112;logger[_0x2f16a7(0x191)]('[TRACE:node-generic]\x20trackEvent\x20'+_0x1f857f+'.'+_0x377eda+_0x2f16a7(0x182)+_0x98dded[_0x2f16a7(0x1a4)]?.[_0x2f16a7(0x1de)]),await super[_0x2f16a7(0x1d2)](_0x1f857f,_0x377eda,_0x98dded);const _0x5b1199=this[_0x2f16a7(0x1b0)](_0x1f857f,_0x377eda,_0x98dded);if(!_0x5b1199){logger[_0x2f16a7(0x18f)](_0xb8e4ad['iSgCD']);return;}try{switch(_0x1f857f){case TestFrameworkState[_0x2f16a7(0x1c1)]:{const _0x44aa4d=_0x98dded[_0x2f16a7(0x1a4)],_0x20da4f=_0x44aa4d[_0x2f16a7(0x1de)];if(_0xb8e4ad['rkxkG'](_0x377eda,HookState[_0x2f16a7(0x196)])){logger[_0x2f16a7(0x191)]('[TRACE:node-generic]\x20TEST\x20PRE\x20-\x20loading\x20test\x20data\x20for\x20test_uuid='+_0x20da4f+_0x2f16a7(0x1bf)+_0x44aa4d[_0x2f16a7(0x17b)]);const _0x1b0f88=this[_0x2f16a7(0x1d5)](_0x44aa4d);_0x5b1199['addMultipleEntries'](_0x1b0f88);}else{if(_0xb8e4ad[_0x2f16a7(0x1a7)](_0x377eda,HookState[_0x2f16a7(0x17f)])){logger[_0x2f16a7(0x191)]('[TRACE:node-generic]\x20TEST\x20POST\x20-\x20processing\x20result\x20for\x20test_uuid='+_0x20da4f+_0x2f16a7(0x1b9)+_0x44aa4d[_0x2f16a7(0x1f7)]);const _0x543c51=this['parseTestResult'](_0x44aa4d,_0x5b1199);_0x5b1199[_0x2f16a7(0x1a1)](_0x543c51);}}break;}default:logger['debug'](_0x2f16a7(0x1ef)+_0x1f857f+',\x20hookState='+_0x377eda);break;}}catch(_0x488035){logger[_0x2f16a7(0x198)](_0x2f16a7(0x1e8)+_0x1f857f+_0x2f16a7(0x1c4)+_0x377eda+_0x2f16a7(0x1ac)+util['format'](_0x488035));}_0x98dded['instance']=_0x5b1199,await this[_0x2f16a7(0x1b1)](_0x5b1199,_0x1f857f,_0x377eda,_0x98dded);}['resolveInstance'](_0x20cdb2,_0x1f2f2b,_0x1a8fe2={}){const _0x415481=a98_0x272469,_0x5942c1={};_0x5942c1[_0x415481(0x19b)]=_0x415481(0x1a2);const _0x4bad60=_0x5942c1;let _0x3d8138=TestFramework['getTrackedInstance']();if(!_0x3d8138){logger[_0x415481(0x18f)](_0x4bad60[_0x415481(0x19b)]);const _0x3314a2=CLIUtils['getCurrentInstanceName'](),_0x10ab09=TrackedInstance['createContext'](_0x3314a2);_0x3d8138=new TestFrameworkInstance(_0x10ab09,this[_0x415481(0x185)](),this[_0x415481(0x1f1)](),_0x20cdb2,HookState[_0x415481(0x1ce)]),TestFramework[_0x415481(0x1d6)](_0x10ab09,_0x3d8138),logger[_0x415481(0x18f)](_0x415481(0x1f8)+_0x10ab09[_0x415481(0x1d8)]());}return _0x3d8138;}[a98_0x272469(0x1d5)](_0x520584){const _0x2234d6=a98_0x272469,_0x254e11=_0x520584[_0x2234d6(0x1de)],_0x41b5d9=this[_0x2234d6(0x185)]()[0x0],_0x2d369f=this[_0x2234d6(0x1f1)](),_0x45c00e={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x41b5d9,[TestFrameworkConstants[_0x2234d6(0x1c7)]]:_0x2d369f[_0x41b5d9]||'',[TestFrameworkConstants[_0x2234d6(0x1db)]]:_0x520584[_0x2234d6(0x1de)],[TestFrameworkConstants[_0x2234d6(0x1b6)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x2234d6(0x18e)]]:TestFrameworkConstants[_0x2234d6(0x1f3)],[TestFrameworkConstants[_0x2234d6(0x1a0)]]:_0x520584[_0x2234d6(0x17b)],[TestFrameworkConstants[_0x2234d6(0x17a)]]:_0x520584[_0x2234d6(0x19f)],[TestFrameworkConstants[_0x2234d6(0x17d)]]:_0x254e11,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x520584[_0x2234d6(0x17b)],[TestFrameworkConstants[_0x2234d6(0x18c)]]:_0x520584['test_location']||_0x520584[_0x2234d6(0x19f)],[TestFrameworkConstants['KEY_TEST_CODE']]:_0x520584[_0x2234d6(0x195)]||null,[TestFrameworkConstants[_0x2234d6(0x1ed)]]:_0x520584[_0x2234d6(0x192)]||[],[TestFrameworkConstants[_0x2234d6(0x1bd)]]:_0x520584[_0x2234d6(0x1cb)]||new Date()[_0x2234d6(0x1c9)](),[TestFrameworkConstants[_0x2234d6(0x1dc)]]:_0x520584['test_scope']||'',[TestFrameworkConstants[_0x2234d6(0x1e2)]]:_0x520584[_0x2234d6(0x180)]||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x520584[_0x2234d6(0x188)]||_0x520584[_0x2234d6(0x17b)],[TestFrameworkConstants[_0x2234d6(0x1be)]]:{},[TestFrameworkConstants['KEY_TEST_META']]:_0x520584[_0x2234d6(0x1a6)]||{}},_0x2f34f7={};return _0x2f34f7[_0x254e11]=_0x45c00e,_0x2f34f7;}['parseTestResult'](_0x366036,_0x5741ae){const _0x3a0457=a98_0x272469,_0x2f1adb={};_0x2f1adb[_0x3a0457(0x184)]=_0x3a0457(0x1ca),_0x2f1adb[_0x3a0457(0x1d3)]=function(_0x455bed,_0x4544e2){return _0x455bed===_0x4544e2;},_0x2f1adb[_0x3a0457(0x1e4)]=_0x3a0457(0x1eb),_0x2f1adb[_0x3a0457(0x18d)]=_0x3a0457(0x1b7),_0x2f1adb[_0x3a0457(0x197)]='Unknown\x20error',_0x2f1adb[_0x3a0457(0x1ec)]=function(_0x72fa73,_0x55173d){return _0x72fa73!==_0x55173d;};const _0x3adef1=_0x2f1adb,_0xc02b92=_0x366036[_0x3a0457(0x1de)],_0x32155c=_0x5741ae[_0x3a0457(0x1da)]()[_0x3a0457(0x1aa)](_0xc02b92)||{},_0x1188d6={..._0x32155c,[TestFrameworkConstants[_0x3a0457(0x18e)]]:_0x366036[_0x3a0457(0x1f7)]||_0x3adef1['eBOLI'],[TestFrameworkConstants[_0x3a0457(0x1b4)]]:_0x366036[_0x3a0457(0x1c3)]||new Date()[_0x3a0457(0x1c9)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x3a0457(0x1c9)](),[TestFrameworkConstants[_0x3a0457(0x186)]]:_0x32155c[TestFrameworkConstants[_0x3a0457(0x186)]]||[],[TestFrameworkConstants[_0x3a0457(0x1ab)]]:_0x366036['test_meta']||{}};_0x3adef1[_0x3a0457(0x1d3)](_0x366036[_0x3a0457(0x1f7)],_0x3adef1[_0x3a0457(0x1e4)])&&(_0x1188d6[TestFrameworkConstants[_0x3a0457(0x1f6)]]=_0x366036['test_failure_type']||_0x3adef1[_0x3a0457(0x18d)],_0x1188d6[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x366036[_0x3a0457(0x1ea)]||_0x3adef1[_0x3a0457(0x197)],_0x1188d6[TestFrameworkConstants[_0x3a0457(0x1a9)]]=_0x366036[_0x3a0457(0x1b3)]||[]);_0x3adef1[_0x3a0457(0x1ec)](_0x366036[_0x3a0457(0x1ba)],undefined)&&(_0x1188d6[TestFrameworkConstants[_0x3a0457(0x1e7)]]=_0x366036['test_duration']);const _0x2ca455={};return _0x2ca455[_0xc02b92]=_0x1188d6,_0x2ca455;}[a98_0x272469(0x1dd)](_0x3ac328){const _0x49046c=a98_0x272469,_0x8920b3={};_0x8920b3['fGwFZ']=_0x49046c(0x1bb);const _0xa4eb40=_0x8920b3;try{const _0x26bae7=_0x3ac328[_0x49046c(0x1a4)]?.['test_uuid'],_0x4b492d=_0x3ac328[_0x49046c(0x1cd)],_0x56f458=_0x4b492d[_0x49046c(0x1d9)](),_0x42ce4a=_0x4b492d[_0x49046c(0x1da)]()['get'](_0x26bae7);if(!_0x42ce4a)return logger[_0x49046c(0x18f)](_0x49046c(0x19d)+_0x26bae7),{};const {[TestFrameworkConstants[_0x49046c(0x1ee)]]:_0x55b577=this[_0x49046c(0x185)]()[0x0]||'',[TestFrameworkConstants[_0x49046c(0x1c7)]]:_0x41905d=this[_0x49046c(0x1f1)]()[this[_0x49046c(0x185)]()[0x0]]||'',[TestFrameworkConstants[_0x49046c(0x1bd)]]:_0x483ba1='',[TestFrameworkConstants[_0x49046c(0x1b4)]]:_0x15ce3b=''}=_0x42ce4a,_0x438147=_0x4b492d[_0x49046c(0x1c2)]()[_0x49046c(0x1d4)]()[_0x49046c(0x1ad)]('.')[0x1],_0x3652a7=_0x4b492d[_0x49046c(0x19c)]()[_0x49046c(0x1d4)]()[_0x49046c(0x1ad)]('.')[0x1],_0x173b3d=global?.[_0x49046c(0x1cc)]?.[_0x49046c(0x1ae)]?.[_0x49046c(0x1a8)]||global['__bstackPlatformIndex']||0x0,_0x4f6802=_0x4b492d[_0x49046c(0x1f5)](),_0x3056f6=Buffer[_0x49046c(0x187)](JSON[_0x49046c(0x19e)](_0x42ce4a))['toString'](_0xa4eb40[_0x49046c(0x183)]),_0x5f60a7={'hash':_0x56f458[_0x49046c(0x1d8)](),'threadId':_0x56f458[_0x49046c(0x1f4)]()[_0x49046c(0x1d4)](),'processId':_0x56f458[_0x49046c(0x1fa)]()[_0x49046c(0x1d4)]()},_0x1aaa4d={};return _0x1aaa4d[_0x49046c(0x189)]=_0x173b3d,_0x1aaa4d[_0x49046c(0x1df)]=_0x55b577,_0x1aaa4d[_0x49046c(0x1d0)]=_0x41905d,_0x1aaa4d['testFrameworkState']=_0x438147,_0x1aaa4d[_0x49046c(0x1bc)]=_0x3652a7,_0x1aaa4d['startedAt']=_0x483ba1,_0x1aaa4d[_0x49046c(0x199)]=_0x15ce3b,_0x1aaa4d[_0x49046c(0x18b)]=_0x4f6802,_0x1aaa4d[_0x49046c(0x1e3)]=_0x3056f6,_0x1aaa4d['executionContext']=_0x5f60a7,_0x1aaa4d[_0x49046c(0x19a)]=_0x26bae7,_0x1aaa4d;}catch(_0x1c1276){return logger[_0x49046c(0x198)]('[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20ERROR\x20-\x20'+util[_0x49046c(0x1c0)](_0x1c1276)),{};}}}module[a98_0x272469(0x1c8)]=NodeGenericFramework;function a98_0x3626(_0x3c014d,_0x2d03d7){const _0x10b525=a98_0x10b5();return a98_0x3626=function(_0x3626a3,_0x1b3f90){_0x3626a3=_0x3626a3-0x17a;let _0x24aa63=_0x10b525[_0x3626a3];return _0x24aa63;},a98_0x3626(_0x3c014d,_0x2d03d7);}function a98_0x10b5(){const _0x295a54=['PRE','vYKNC','error','endedAt','test_identifier','QJLPD','getCurrentHookState','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20no\x20data\x20for\x20test_uuid=','stringify','test_file_path','KEY_AUTOMATE_SESSION_NAME','addMultipleEntries','[NodeGenericFramework]\x20resolveInstance:\x20creating\x20new\x20instance','setCurrentTestUUID','testData','772130VuHSlY','test_meta','vRwFk','parallelIndex','KEY_TEST_FAILURE','get','KEY_TEST_META',',\x20error=','split','workerInfo','../../../helpers/classLogger.js','resolveInstance','runHooks','NodeGenericFramework','test_failure','KEY_TEST_ENDED_AT','iSgCD','KEY_TEST_LOGS','UnhandledError','121RCNPMW',',\x20result=','test_duration','base64','hookState','KEY_TEST_STARTED_AT','KEY_CUSTOM_TAGS',',\x20test_name=','format','TEST','getCurrentTestState','test_ended_at',',\x20hookState=','util','../instances/testFrameworkInstance.js','KEY_TEST_FRAMEWORK_VERSION','exports','toISOString','unknown','test_started_at','__workerDetails','instance','NONE','./testFramework','testFrameworkVersion','102WCHJSb','trackEvent','xQnTl','toString','parseTestData','setTrackedInstance','606748ZNmcOU','getId','getContext','getAllData','KEY_TEST_UUID','KEY_TEST_SCOPE','createTestFrameworkEventPayload','test_uuid','testFrameworkName','rkxkG','191698gFISWV','KEY_TEST_SCOPES','eventJson','scmNM','268312lDPTzv','5YwdvVr','KEY_TEST_DURATION','[NodeGenericFramework]\x20trackEvent:\x20ERROR\x20-\x20state=','../state/testFrameworkState.js','test_failure_reason','failed','aXGLh','KEY_TEST_TAGS','KEY_TEST_FRAMEWORK_NAME','[NodeGenericFramework]\x20trackEvent:\x20unsupported\x20state=','920318gwYYBm','getTestFrameworksVersions','90HsCZmD','DEFAULT_TEST_RESULT','getThreadId','getRef','KEY_TEST_FAILURE_TYPE','test_result','[NodeGenericFramework]\x20resolveInstance:\x20created\x20instance\x20contextId=','95905wvlJby','getProcessId','KEY_TEST_FILE_PATH','test_name','getCurrentTestUUID','KEY_TEST_ID','3GPnTWh','POST','test_scopes','_currentTestUUID','\x20for\x20test_uuid=','fGwFZ','eBOLI','getTestFrameworks','KEY_LOGS','from','test_rerun_name','platformIndex','../state/hookState.js','uuid','KEY_TEST_LOCATION','bmASS','KEY_TEST_RESULT','debug','57444xMORaA','info','test_tags','./constants/testFrameworkConstants.js','[NodeGenericFramework]\x20trackEvent:\x20instance\x20not\x20found','test_code'];a98_0x10b5=function(){return _0x295a54;};return a98_0x10b5();}
@@ -1 +1 @@
1
- const a95_0x6c691=a95_0xdf77;function a95_0x257d(){const _0x8337c5=['trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','message','../instances/automationFrameworkInstance.js','7845876RGywui','951915kpePOX','exports','\x20target=','422864aPNqHF','./automationFramework.js','vqWXC','237714cbDVlx','CREATE','trackEvent:\x20automationFrameworkState=','getAutomationFrameworkVersion','158448DhEqph','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','../cliUtils.js','info','PlaywrightAutomationFramework','resolveInstance','bsParams','getTrackedInstance','2mbrkwZ','2433651vCBCzF','70WdxnbM','params','getCurrentInstanceName','NONE','ifGry','\x20hookState=','../instances/trackedInstance.js','setTrackedInstance','OsAqA','1084206XuVInc','../state/automationFrameworkState.js','logger','trackEvent','28jqOTFT','instance','createContext','trackPlaywrightInstance','trackPlaywrightInstance:\x20instance\x20already\x20exists','getAutomationFrameworkName','49TGSITB','gfsdj','tRkGd'];a95_0x257d=function(){return _0x8337c5;};return a95_0x257d();}(function(_0x3869d8,_0x2765e5){const _0x391a84=a95_0xdf77,_0x454f83=_0x3869d8();while(!![]){try{const _0x21b25b=-parseInt(_0x391a84(0x13b))/0x1*(-parseInt(_0x391a84(0x130))/0x2)+-parseInt(_0x391a84(0x128))/0x3*(parseInt(_0x391a84(0x13f))/0x4)+-parseInt(_0x391a84(0x11e))/0x5+parseInt(_0x391a84(0x124))/0x6*(-parseInt(_0x391a84(0x117))/0x7)+-parseInt(_0x391a84(0x121))/0x8+-parseInt(_0x391a84(0x11d))/0x9+-parseInt(_0x391a84(0x132))/0xa*(-parseInt(_0x391a84(0x131))/0xb);if(_0x21b25b===_0x2765e5)break;else _0x454f83['push'](_0x454f83['shift']());}catch(_0x4cc7bf){_0x454f83['push'](_0x454f83['shift']());}}}(a95_0x257d,0xd49bb));const AutomationFramework=require(a95_0x6c691(0x122)),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFrameworkState=require(a95_0x6c691(0x13c)),CLIUtils=require(a95_0x6c691(0x12a)),TrackedInstance=require(a95_0x6c691(0x138)),AutomationFrameworkInstance=require(a95_0x6c691(0x11c));class PlaywrightAutomationFramework extends AutomationFramework{[a95_0x6c691(0x13d)]=createClassLogger(a95_0x6c691(0x12c));constructor(_0x2dce20,_0x4369df){super(_0x2dce20,_0x4369df);}async[a95_0x6c691(0x13e)](_0x4ac87d,_0x54f445,_0x1a42a7={}){const _0x1111a1=a95_0x6c691,_0x39b785={};_0x39b785[_0x1111a1(0x13a)]=function(_0x4a1ef2,_0x24ce61){return _0x4a1ef2===_0x24ce61;};const _0x5837a0=_0x39b785;this[_0x1111a1(0x13d)]['debug'](_0x1111a1(0x126)+_0x4ac87d+_0x1111a1(0x137)+_0x54f445),await super['trackEvent'](_0x4ac87d,_0x54f445,_0x1a42a7);const _0x55c990=this[_0x1111a1(0x12d)](_0x4ac87d,_0x54f445,_0x1a42a7);if(_0x5837a0[_0x1111a1(0x13a)](_0x55c990,null))return;_0x1a42a7[_0x1111a1(0x140)]=_0x55c990,await this['runHooks'](_0x55c990,_0x4ac87d,_0x54f445,_0x1a42a7);}['resolveInstance'](_0x10c068,_0x59c7d5,_0x184d05={}){const _0x43a5a4=a95_0x6c691,_0x4870ae={};_0x4870ae['ifGry']=function(_0x4fe389,_0x4b9c79){return _0x4fe389===_0x4b9c79;},_0x4870ae['vqWXC']=function(_0x2bd11a,_0x2348ca){return _0x2bd11a===_0x2348ca;},_0x4870ae[_0x43a5a4(0x118)]=function(_0x2e2687,_0x6b63b2){return _0x2e2687===_0x6b63b2;};const _0x2b94d6=_0x4870ae;let _0x22bb0c=null;return(_0x2b94d6[_0x43a5a4(0x136)](_0x10c068,AutomationFrameworkState[_0x43a5a4(0x125)])||_0x2b94d6[_0x43a5a4(0x123)](_0x10c068,AutomationFrameworkState['PLAYWRIGHT_DISPATCH'])&&(_0x184d05['message']&&_0x184d05[_0x43a5a4(0x11b)][_0x43a5a4(0x133)]&&_0x184d05['message']['params'][_0x43a5a4(0x12e)])||_0x2b94d6[_0x43a5a4(0x118)](_0x10c068,AutomationFrameworkState[_0x43a5a4(0x135)]))&&this[_0x43a5a4(0x142)](_0x10c068,_0x184d05),_0x22bb0c=AutomationFramework[_0x43a5a4(0x12f)](),_0x22bb0c;}['trackPlaywrightInstance'](_0x3befa2,_0x2bde7f){const _0xb2249=a95_0x6c691,_0x392f8f={};_0x392f8f[_0xb2249(0x119)]=_0xb2249(0x143);const _0x2423a0=_0x392f8f;if(AutomationFramework[_0xb2249(0x12f)]()){this[_0xb2249(0x13d)]['info'](_0x2423a0[_0xb2249(0x119)]);return;}const _0x462828=CLIUtils[_0xb2249(0x134)](),_0x4a559a=TrackedInstance[_0xb2249(0x141)](_0x462828);let _0x46b84e=null;this[_0xb2249(0x13d)][_0xb2249(0x12b)](_0xb2249(0x11a)+_0x462828+',\x20state='+_0x3befa2),_0x46b84e=new AutomationFrameworkInstance(_0x4a559a,this[_0xb2249(0x116)](),this[_0xb2249(0x127)](),_0x3befa2),AutomationFramework[_0xb2249(0x139)](_0x4a559a,_0x46b84e),this[_0xb2249(0x13d)][_0xb2249(0x12b)](_0xb2249(0x129)+_0x4a559a['getId']()+_0xb2249(0x120)+_0x462828);}}function a95_0xdf77(_0x5bae60,_0x3746cf){const _0x257d41=a95_0x257d();return a95_0xdf77=function(_0xdf77b1,_0x129b25){_0xdf77b1=_0xdf77b1-0x116;let _0x5d5abc=_0x257d41[_0xdf77b1];return _0x5d5abc;},a95_0xdf77(_0x5bae60,_0x3746cf);}module[a95_0x6c691(0x11f)]=PlaywrightAutomationFramework;
1
+ const a99_0x149abe=a99_0x66ee;(function(_0x12b504,_0x73b7da){const _0x7d0da1=a99_0x66ee,_0x364b33=_0x12b504();while(!![]){try{const _0x48734b=-parseInt(_0x7d0da1(0xe3))/0x1*(-parseInt(_0x7d0da1(0xd9))/0x2)+-parseInt(_0x7d0da1(0xf3))/0x3*(parseInt(_0x7d0da1(0xd4))/0x4)+parseInt(_0x7d0da1(0xf1))/0x5+-parseInt(_0x7d0da1(0xe2))/0x6*(parseInt(_0x7d0da1(0xed))/0x7)+parseInt(_0x7d0da1(0xd0))/0x8+-parseInt(_0x7d0da1(0xcb))/0x9*(-parseInt(_0x7d0da1(0xd8))/0xa)+parseInt(_0x7d0da1(0xcd))/0xb*(-parseInt(_0x7d0da1(0xea))/0xc);if(_0x48734b===_0x73b7da)break;else _0x364b33['push'](_0x364b33['shift']());}catch(_0x2b600e){_0x364b33['push'](_0x364b33['shift']());}}}(a99_0x1a44,0x863b3));function a99_0x66ee(_0x414526,_0x146535){const _0x1a44d0=a99_0x1a44();return a99_0x66ee=function(_0x66eeee,_0x28e3ea){_0x66eeee=_0x66eeee-0xcb;let _0x2beb2f=_0x1a44d0[_0x66eeee];return _0x2beb2f;},a99_0x66ee(_0x414526,_0x146535);}const AutomationFramework=require(a99_0x149abe(0xe4)),{createClassLogger}=require(a99_0x149abe(0xe9)),AutomationFrameworkState=require('../state/automationFrameworkState.js'),CLIUtils=require(a99_0x149abe(0xdb)),TrackedInstance=require('../instances/trackedInstance.js'),AutomationFrameworkInstance=require('../instances/automationFrameworkInstance.js');function a99_0x1a44(){const _0x28a6d2=['\x20hookState=','info','8052520fIZhpe',',\x20state=','trackEvent','logger','527784QMrWYr','exports','CREATE','bCNpy','30IBSKSb','2tXbHdu','message','../cliUtils.js','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','trackEvent:\x20automationFrameworkState=','createContext','instance','getAutomationFrameworkVersion','PlaywrightAutomationFramework','18SkYzay','764857qzeZpM','./automationFramework.js','KjUAM','PLAYWRIGHT_DISPATCH','getTrackedInstance','trackPlaywrightInstance','../../../helpers/classLogger.js','13704WgWzGE','trackPlaywrightInstance:\x20instance\x20already\x20exists','getCurrentInstanceName','2512986UEjQIg','efkKl','debug','WYolJ','350050fSoQTt','getId','3pdRIzF','runHooks','params','setTrackedInstance','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','2975823LtNoxx','\x20target=','10351BrDzHJ'];a99_0x1a44=function(){return _0x28a6d2;};return a99_0x1a44();}class PlaywrightAutomationFramework extends AutomationFramework{[a99_0x149abe(0xd3)]=createClassLogger(a99_0x149abe(0xe1));constructor(_0x404708,_0x263aaa){super(_0x404708,_0x263aaa);}async['trackEvent'](_0x1c668a,_0x4caee6,_0x506c47={}){const _0x232925=a99_0x149abe,_0x4e8d36={};_0x4e8d36[_0x232925(0xf0)]=function(_0x5a9bf1,_0x1a7677){return _0x5a9bf1===_0x1a7677;};const _0x27af4b=_0x4e8d36;this[_0x232925(0xd3)][_0x232925(0xef)](_0x232925(0xdd)+_0x1c668a+_0x232925(0xce)+_0x4caee6),await super[_0x232925(0xd2)](_0x1c668a,_0x4caee6,_0x506c47);const _0x34b36d=this['resolveInstance'](_0x1c668a,_0x4caee6,_0x506c47);if(_0x27af4b[_0x232925(0xf0)](_0x34b36d,null))return;_0x506c47[_0x232925(0xdf)]=_0x34b36d,await this[_0x232925(0xf4)](_0x34b36d,_0x1c668a,_0x4caee6,_0x506c47);}['resolveInstance'](_0x22e556,_0x2c5757,_0xe46674={}){const _0x39e0d=a99_0x149abe,_0x5be0aa={};_0x5be0aa[_0x39e0d(0xee)]=function(_0xba5390,_0x4fd6a2){return _0xba5390===_0x4fd6a2;},_0x5be0aa[_0x39e0d(0xd7)]=function(_0x455d99,_0x34e799){return _0x455d99===_0x34e799;};const _0x459408=_0x5be0aa;let _0x1f2d98=null;return(_0x459408['efkKl'](_0x22e556,AutomationFrameworkState[_0x39e0d(0xd6)])||_0x459408[_0x39e0d(0xee)](_0x22e556,AutomationFrameworkState[_0x39e0d(0xe6)])&&(_0xe46674[_0x39e0d(0xda)]&&_0xe46674[_0x39e0d(0xda)][_0x39e0d(0xf5)]&&_0xe46674[_0x39e0d(0xda)][_0x39e0d(0xf5)]['bsParams'])||_0x459408[_0x39e0d(0xd7)](_0x22e556,AutomationFrameworkState['NONE']))&&this['trackPlaywrightInstance'](_0x22e556,_0xe46674),_0x1f2d98=AutomationFramework['getTrackedInstance'](),_0x1f2d98;}[a99_0x149abe(0xe8)](_0x9b1afc,_0x3ab832){const _0x401ec1=a99_0x149abe,_0x228a84={};_0x228a84[_0x401ec1(0xe5)]=_0x401ec1(0xeb);const _0x4b5b4b=_0x228a84;if(AutomationFramework[_0x401ec1(0xe7)]()){this[_0x401ec1(0xd3)][_0x401ec1(0xcf)](_0x4b5b4b[_0x401ec1(0xe5)]);return;}const _0x454a2e=CLIUtils[_0x401ec1(0xec)](),_0x945bc5=TrackedInstance[_0x401ec1(0xde)](_0x454a2e);let _0x1054a5=null;this[_0x401ec1(0xd3)][_0x401ec1(0xcf)](_0x401ec1(0xdc)+_0x454a2e+_0x401ec1(0xd1)+_0x9b1afc),_0x1054a5=new AutomationFrameworkInstance(_0x945bc5,this['getAutomationFrameworkName'](),this[_0x401ec1(0xe0)](),_0x9b1afc),AutomationFramework[_0x401ec1(0xf6)](_0x945bc5,_0x1054a5),this[_0x401ec1(0xd3)]['info'](_0x401ec1(0xf7)+_0x945bc5[_0x401ec1(0xf2)]()+_0x401ec1(0xcc)+_0x454a2e);}}module[a99_0x149abe(0xd5)]=PlaywrightAutomationFramework;