browserstack-node-sdk 1.58.0 → 1.59.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 (216) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  56. package/src/bin/jasmine/command.js +1 -1
  57. package/src/bin/jasmine/test.setup.js +1 -1
  58. package/src/bin/jasmine/testRunMap.js +1 -1
  59. package/src/bin/jest/command.js +1 -1
  60. package/src/bin/jest/customImplements/customCircus.js +1 -1
  61. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  62. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  63. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  64. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  65. package/src/bin/jest/jest.setup.js +1 -1
  66. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  67. package/src/bin/jest/test-observability/helper.js +1 -1
  68. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  69. package/src/bin/jest/test-observability/test-details.js +1 -1
  70. package/src/bin/jest/test.setup.js +1 -1
  71. package/src/bin/jest/test_before.setup.js +1 -1
  72. package/src/bin/launcher/launcher.js +1 -1
  73. package/src/bin/load/index.js +1 -1
  74. package/src/bin/load/loadUtils.js +1 -1
  75. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  76. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  77. package/src/bin/mocha/command.js +1 -1
  78. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  79. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  80. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  81. package/src/bin/mocha/test.setup.js +1 -1
  82. package/src/bin/newman/command.js +1 -1
  83. package/src/bin/newman/helper.js +1 -1
  84. package/src/bin/newman/reporter/index.js +1 -1
  85. package/src/bin/newman/scriptRunner.js +1 -1
  86. package/src/bin/nightwatch/command.js +1 -1
  87. package/src/bin/playwright/accessibility-helper.js +1 -1
  88. package/src/bin/playwright/command.js +1 -1
  89. package/src/bin/playwright/globalSetup.js +1 -1
  90. package/src/bin/playwright/mock-process.js +1 -1
  91. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  92. package/src/bin/playwright/patches.js +1 -1
  93. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  94. package/src/bin/playwright/reporter/reporter.js +1 -1
  95. package/src/bin/playwright/reporter/test-details.js +1 -1
  96. package/src/bin/playwright/sessionDetails.js +1 -1
  97. package/src/bin/puppeteer/patches.js +1 -1
  98. package/src/bin/puppeteer/sessionDetails.js +1 -1
  99. package/src/bin/puppeteer/test.setup.js +1 -1
  100. package/src/bin/runner.js +1 -1
  101. package/src/bin/setup.js +1 -1
  102. package/src/bin/test-runner/index.js +1 -1
  103. package/src/bin/test-runner/runTest.js +1 -1
  104. package/src/bin/test-runner/testWorker.js +1 -1
  105. package/src/bin/testcafe/a11y-runner.js +1 -1
  106. package/src/bin/testcafe/command.js +1 -1
  107. package/src/bin/testcafe/reporter/index.js +1 -1
  108. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  109. package/src/bin/testcafe/session-registry.js +1 -1
  110. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  111. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  112. package/src/bin/testcafe/w3c-driver.js +1 -1
  113. package/src/bin/utils/apiUtilityMethods.js +1 -1
  114. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  115. package/src/bin/utils/constants.js +1 -1
  116. package/src/bin/utils/log4jsAppender.js +1 -1
  117. package/src/bin/utils/logPatcher.js +1 -1
  118. package/src/bin/utils/logReportingAPI.js +1 -1
  119. package/src/bin/utils/playwright-patcher.js +1 -1
  120. package/src/bin/utils/puppeteer-patcher.js +1 -1
  121. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  122. package/src/bin/utils/sharedUtils.js +1 -1
  123. package/src/bin/v2/TestInfo.js +1 -1
  124. package/src/bin/v2/browserstackCLI.js +1 -1
  125. package/src/bin/v2/cliUtils.js +1 -1
  126. package/src/bin/v2/customTagManager.js +1 -1
  127. package/src/bin/v2/eventDispatcher.js +1 -1
  128. package/src/bin/v2/framework/automationFramework.js +1 -1
  129. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  130. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  131. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  132. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  133. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  134. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  135. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  136. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  137. package/src/bin/v2/framework/testFramework.js +1 -1
  138. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  139. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  140. package/src/bin/v2/grpcClient.js +1 -1
  141. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  142. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  143. package/src/bin/v2/instances/trackedContext.js +1 -1
  144. package/src/bin/v2/instances/trackedInstance.js +1 -1
  145. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  146. package/src/bin/v2/modules/baseModule.js +1 -1
  147. package/src/bin/v2/modules/loadTestModule.js +1 -1
  148. package/src/bin/v2/modules/observabilityModule.js +1 -1
  149. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  150. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  151. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  152. package/src/bin/v2/modules/testhubModule.js +1 -1
  153. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  154. package/src/bin/v2/state/hookState.js +1 -1
  155. package/src/bin/v2/state/testFrameworkState.js +1 -1
  156. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  157. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  158. package/src/bin/v2/utils/jest-utils.js +1 -1
  159. package/src/bin/vanilla-js/command.js +1 -1
  160. package/src/browserStackSdk.js +1 -1
  161. package/src/helpers/BrowserStackSetup.js +1 -1
  162. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  163. package/src/helpers/accessibility-automation/constants.js +1 -1
  164. package/src/helpers/accessibility-automation/helper.js +1 -1
  165. package/src/helpers/accessibility-automation/scripts.js +1 -1
  166. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  167. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  168. package/src/helpers/ats/constants.js +1 -1
  169. package/src/helpers/ats/helper.js +1 -1
  170. package/src/helpers/caCertHelper.js +1 -1
  171. package/src/helpers/capsMapping.js +1 -1
  172. package/src/helpers/central-scanner/constants.js +1 -1
  173. package/src/helpers/central-scanner/helpers.js +1 -1
  174. package/src/helpers/classLogger.js +1 -1
  175. package/src/helpers/driverInitErrorReporter.js +1 -1
  176. package/src/helpers/globals.js +1 -1
  177. package/src/helpers/helper.js +1 -1
  178. package/src/helpers/logger.js +1 -1
  179. package/src/helpers/metadata.js +1 -1
  180. package/src/helpers/patchHelper.js +1 -1
  181. package/src/helpers/patchHelpers.js +1 -1
  182. package/src/helpers/percy/Percy.js +1 -1
  183. package/src/helpers/percy/PercyBinary.js +1 -1
  184. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  185. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  186. package/src/helpers/percy/PercySDK.js +1 -1
  187. package/src/helpers/percy/index.js +1 -1
  188. package/src/helpers/percy/utils.js +1 -1
  189. package/src/helpers/performance/constants.js +1 -1
  190. package/src/helpers/performance/performance-tester.js +1 -1
  191. package/src/helpers/playwright-helper.js +1 -1
  192. package/src/helpers/processHelper.js +1 -1
  193. package/src/helpers/puppeteer-helper.js +1 -1
  194. package/src/helpers/request-spy.js +1 -1
  195. package/src/helpers/setKeepAlive.js +1 -1
  196. package/src/helpers/stackFrameUtils.js +1 -1
  197. package/src/helpers/test-observability/constants.js +1 -1
  198. package/src/helpers/test-observability/error-handler.js +1 -1
  199. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  200. package/src/helpers/test-observability/sessionHandler.js +1 -1
  201. package/src/helpers/test-observability/utils.js +1 -1
  202. package/src/helpers/test-orchestration/constants.js +1 -1
  203. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  204. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  205. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  206. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  207. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  208. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  209. package/src/helpers/testhub/constants.js +1 -1
  210. package/src/helpers/testhub/testhubHandler.js +1 -1
  211. package/src/helpers/testhub/utils.js +1 -1
  212. package/src/helpers/timeoutPromise.js +1 -1
  213. package/src/helpers/utilities.js +1 -1
  214. package/src/helpers/w3cMapping.js +1 -1
  215. package/src/hubAllocationMethods.js +1 -1
  216. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a91_0x5ca2eb=a91_0x4e56;(function(_0x550b3d,_0x2abde3){const _0x7023dd=a91_0x4e56,_0x2ddbff=_0x550b3d();while(!![]){try{const _0x2008f8=-parseInt(_0x7023dd(0x324))/0x1+-parseInt(_0x7023dd(0x279))/0x2+parseInt(_0x7023dd(0x1ec))/0x3*(-parseInt(_0x7023dd(0x2fa))/0x4)+parseInt(_0x7023dd(0x266))/0x5*(parseInt(_0x7023dd(0x311))/0x6)+-parseInt(_0x7023dd(0x1cd))/0x7*(parseInt(_0x7023dd(0x216))/0x8)+-parseInt(_0x7023dd(0x243))/0x9*(-parseInt(_0x7023dd(0x31c))/0xa)+parseInt(_0x7023dd(0x2f3))/0xb*(parseInt(_0x7023dd(0x245))/0xc);if(_0x2008f8===_0x2abde3)break;else _0x2ddbff['push'](_0x2ddbff['shift']());}catch(_0x2c5d0b){_0x2ddbff['push'](_0x2ddbff['shift']());}}}(a91_0x2310,0xc0c7a));const TestFramework=require(a91_0x5ca2eb(0x255)),TestFrameworkState=require(a91_0x5ca2eb(0x33e)),HookState=require(a91_0x5ca2eb(0x2e3)),{createClassLogger}=require(a91_0x5ca2eb(0x286)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a91_0x5ca2eb(0x2dc)),TrackedInstance=require(a91_0x5ca2eb(0x233)),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),{getManualUploadLogs,getMediaArtifactsLogs}=require(a91_0x5ca2eb(0x322)),{isInternalHook}=require(a91_0x5ca2eb(0x317)),logger=createClassLogger('JestTestFramework'),{v4:uuidv4}=require(a91_0x5ca2eb(0x2d9)),util=require(a91_0x5ca2eb(0x2f0)),TestInfo=require(a91_0x5ca2eb(0x353)),GrpcClient=require(a91_0x5ca2eb(0x349)),stackTrace=require(a91_0x5ca2eb(0x241)),{pickUserFrameFile}=require(a91_0x5ca2eb(0x25b));class JestTestFramework extends TestFramework{constructor(_0x37fecd,_0x472847,_0x3e329c){super(_0x37fecd,_0x472847,_0x3e329c),this['activeHooks']=new Map();}['setActiveHook'](_0xb76943,_0x1f04ea,_0x50e9a6){const _0x3d06f3=a91_0x5ca2eb,_0x4dc8b8={};_0x4dc8b8['kzmcQ']=function(_0x38b788,_0x217067){return _0x38b788||_0x217067;};const _0x1d9755=_0x4dc8b8;if(_0x1d9755[_0x3d06f3(0x312)](!_0xb76943,!_0x1f04ea)){logger[_0x3d06f3(0x1d2)](_0x3d06f3(0x347)+_0xb76943+_0x3d06f3(0x24d)+_0x1f04ea);return;}!this['activeHooks'][_0x3d06f3(0x2a9)](_0xb76943)&&this[_0x3d06f3(0x1f7)][_0x3d06f3(0x1ca)](_0xb76943,[]);const _0x139b27={'hookUUID':_0x1f04ea,'hookType':_0x50e9a6,'startedAt':new Date()['toISOString']()};this[_0x3d06f3(0x1f7)][_0x3d06f3(0x2c6)](_0xb76943)[_0x3d06f3(0x1cf)](_0x139b27),logger[_0x3d06f3(0x346)]('[JestTestFramework]\x20setActiveHook:\x20testIdentifier='+_0xb76943+_0x3d06f3(0x24d)+_0x1f04ea+_0x3d06f3(0x27d)+_0x50e9a6+',\x20totalHooks='+this[_0x3d06f3(0x1f7)][_0x3d06f3(0x2c6)](_0xb76943)[_0x3d06f3(0x1c6)]);}[a91_0x5ca2eb(0x213)](_0x4c2229,_0xc9866c){const _0x1206c4=a91_0x5ca2eb,_0x3e5492={};_0x3e5492[_0x1206c4(0x268)]=function(_0x329598,_0x587505){return _0x329598||_0x587505;},_0x3e5492[_0x1206c4(0x26f)]=function(_0x36dbb2,_0x24c667){return _0x36dbb2!==_0x24c667;},_0x3e5492[_0x1206c4(0x22b)]=function(_0x2c1342,_0x363d60){return _0x2c1342===_0x363d60;};const _0x527632=_0x3e5492;if(_0x527632[_0x1206c4(0x268)](!_0x4c2229,!_0xc9866c)){logger[_0x1206c4(0x1d2)](_0x1206c4(0x2d8)+_0x4c2229+_0x1206c4(0x24d)+_0xc9866c);return;}if(this['activeHooks'][_0x1206c4(0x2a9)](_0x4c2229)){const _0x19307c=this[_0x1206c4(0x1f7)][_0x1206c4(0x2c6)](_0x4c2229),_0x2fde3d=_0x19307c[_0x1206c4(0x1e2)](_0x211b44=>_0x211b44['hookUUID']===_0xc9866c);_0x527632[_0x1206c4(0x26f)](_0x2fde3d,-0x1)?(_0x19307c[_0x1206c4(0x27c)](_0x2fde3d,0x1),logger[_0x1206c4(0x346)](_0x1206c4(0x1fe)+_0x4c2229+_0x1206c4(0x24d)+_0xc9866c+',\x20remainingHooks='+_0x19307c['length']),_0x527632[_0x1206c4(0x22b)](_0x19307c[_0x1206c4(0x1c6)],0x0)&&this[_0x1206c4(0x1f7)][_0x1206c4(0x1f2)](_0x4c2229)):logger[_0x1206c4(0x346)](_0x1206c4(0x2c8)+_0x4c2229+',\x20hookUUID='+_0xc9866c);}}[a91_0x5ca2eb(0x2cf)](_0xdfc820){const _0x54be63=a91_0x5ca2eb,_0x6869c9={};_0x6869c9['JRwxO']=function(_0x988ffc,_0x3cb4db){return _0x988ffc>_0x3cb4db;},_0x6869c9[_0x54be63(0x215)]=function(_0x12f892,_0xdce60){return _0x12f892-_0xdce60;};const _0x3d9274=_0x6869c9;if(!_0xdfc820)return null;if(this[_0x54be63(0x1f7)][_0x54be63(0x2a9)](_0xdfc820)){const _0x2497d6=this[_0x54be63(0x1f7)][_0x54be63(0x2c6)](_0xdfc820);if(_0x3d9274[_0x54be63(0x29c)](_0x2497d6[_0x54be63(0x1c6)],0x0)){const _0x551e4d=_0x2497d6[_0x3d9274[_0x54be63(0x215)](_0x2497d6[_0x54be63(0x1c6)],0x1)];return logger[_0x54be63(0x346)]('[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier='+_0xdfc820+_0x54be63(0x24d)+_0x551e4d[_0x54be63(0x1c1)]+_0x54be63(0x27d)+_0x551e4d[_0x54be63(0x1d6)]),_0x551e4d;}}return null;}async[a91_0x5ca2eb(0x211)](_0x8b3b3c,_0x2640e6,_0x516b06={}){const _0x26580f=a91_0x5ca2eb,_0x31d8a3={};_0x31d8a3[_0x26580f(0x2e6)]=_0x26580f(0x2ee),_0x31d8a3[_0x26580f(0x2a2)]=function(_0x29582b,_0x2daf59){return _0x29582b===_0x2daf59;},_0x31d8a3[_0x26580f(0x22f)]=function(_0xa6a80e,_0x116084){return _0xa6a80e||_0x116084;},_0x31d8a3[_0x26580f(0x249)]='[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND',_0x31d8a3[_0x26580f(0x238)]=function(_0x4290d3,_0x1df783){return _0x4290d3===_0x1df783;};const _0x4264d7=_0x31d8a3;logger[_0x26580f(0x346)](_0x26580f(0x2e8)+_0x8b3b3c+_0x26580f(0x23a)+_0x2640e6+_0x26580f(0x2b2)+Object[_0x26580f(0x237)](_0x516b06)[_0x26580f(0x2e0)](',')),await super[_0x26580f(0x211)](_0x8b3b3c,_0x2640e6,_0x516b06);const _0x491df1=this[_0x26580f(0x2bc)](_0x8b3b3c,_0x2640e6,_0x516b06);if(!_0x491df1){logger[_0x26580f(0x346)](_0x4264d7[_0x26580f(0x2e6)]);return;}try{let _0x151f44,_0x3b247f,_0x449ea3;switch(_0x8b3b3c){case TestFrameworkState['TEST']:_0x151f44=_0x516b06[_0x26580f(0x20b)];const _0x13bbc0={};_0x13bbc0[_0x26580f(0x226)]=0x2,_0x13bbc0[_0x26580f(0x20f)]=0x3,logger['debug'](_0x26580f(0x1c8)+_0x2640e6+_0x26580f(0x32c)+util['inspect'](_0x151f44,_0x13bbc0)),_0x449ea3=this[_0x26580f(0x338)](_0x151f44),_0x3b247f=null,logger[_0x26580f(0x346)](_0x26580f(0x315)+_0x449ea3+_0x26580f(0x2fb));if(_0x4264d7[_0x26580f(0x2a2)](_0x2640e6,HookState[_0x26580f(0x34a)])){logger[_0x26580f(0x346)](_0x26580f(0x231)+_0x449ea3);const _0x415d8f={};_0x415d8f[_0x26580f(0x2e1)]=_0x3b247f,_0x415d8f[_0x26580f(0x2ca)]=_0x151f44,_0x415d8f['testId']=_0x449ea3;const _0x1ff471=this['parseJestTest'](_0x415d8f),_0x423390={};_0x423390[_0x26580f(0x226)]=0x2,_0x423390[_0x26580f(0x20f)]=0x3,logger[_0x26580f(0x346)](_0x26580f(0x1f1)+util['inspect'](_0x1ff471,_0x423390)),_0x491df1[_0x26580f(0x25c)](_0x1ff471),logger[_0x26580f(0x346)](_0x26580f(0x26a)+_0x449ea3),await this[_0x26580f(0x24c)](_0x491df1,_0x449ea3);}else{if(_0x4264d7['FmwJq'](_0x2640e6,HookState[_0x26580f(0x2af)])){logger[_0x26580f(0x346)](_0x26580f(0x337)+_0x449ea3);const _0x142b10=_0x491df1[_0x26580f(0x2a6)]()[_0x26580f(0x2c6)](_0x449ea3);logger[_0x26580f(0x346)](_0x26580f(0x21e)+util[_0x26580f(0x1eb)](Object[_0x26580f(0x237)](_0x4264d7[_0x26580f(0x22f)](_0x142b10,{}))));_0x142b10&&_0x142b10[TestFrameworkConstants[_0x26580f(0x1d1)]]?logger['debug'](_0x26580f(0x275)+Object[_0x26580f(0x237)](_0x142b10[TestFrameworkConstants[_0x26580f(0x1d1)]])[_0x26580f(0x1c6)]+_0x26580f(0x205)):logger[_0x26580f(0x346)](_0x4264d7[_0x26580f(0x249)]);const _0xff721f=_0x516b06[_0x26580f(0x292)]||null,_0x515f7f={};_0x515f7f['testUUID']=_0x3b247f,_0x515f7f[_0x26580f(0x2ca)]=_0x151f44,_0x515f7f[_0x26580f(0x2f2)]=_0x449ea3,_0x515f7f['originalTest']=_0xff721f;const _0x234623=this[_0x26580f(0x2b7)](_0x515f7f),_0x9454c7={};_0x9454c7[_0x26580f(0x226)]=0x2,_0x9454c7[_0x26580f(0x20f)]=0x3,logger[_0x26580f(0x346)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20'+util[_0x26580f(0x1eb)](_0x234623,_0x9454c7)),_0x491df1[_0x26580f(0x25c)](_0x234623),logger[_0x26580f(0x346)](_0x26580f(0x302)+_0x449ea3),await this[_0x26580f(0x24c)](_0x491df1,_0x449ea3);}}break;case TestFrameworkState[_0x26580f(0x28c)]:if(_0x4264d7['RrVrO'](_0x2640e6,HookState[_0x26580f(0x2af)])){const _0x4d4c1b={};_0x4d4c1b[_0x26580f(0x226)]=0x2,logger[_0x26580f(0x346)](_0x26580f(0x300)+util[_0x26580f(0x1eb)](_0x516b06,_0x4d4c1b)),await this[_0x26580f(0x2d7)](_0x491df1,_0x8b3b3c,_0x516b06);}break;default:if(CLIUtils[_0x26580f(0x306)](_0x8b3b3c['toString']()[_0x26580f(0x288)]('.')[0x1])){const _0x20d1e0={};_0x20d1e0['depth']=0x2,_0x20d1e0['maxArrayLength']=0x3,logger['debug'](_0x26580f(0x246)+_0x8b3b3c+_0x26580f(0x23a)+_0x2640e6+_0x26580f(0x289)+util[_0x26580f(0x1eb)](_0x516b06['hookData'],_0x20d1e0));const _0x4a31c1=await this[_0x26580f(0x2f7)](_0x491df1,_0x8b3b3c,_0x2640e6,_0x516b06),_0x23929c={};_0x23929c[_0x26580f(0x226)]=0x2,_0x23929c[_0x26580f(0x20f)]=0x3,logger[_0x26580f(0x346)](_0x26580f(0x30c)+util[_0x26580f(0x1eb)](_0x4a31c1,_0x23929c)),_0x491df1[_0x26580f(0x25c)](_0x4a31c1);}else logger[_0x26580f(0x346)](_0x26580f(0x214)+_0x8b3b3c+_0x26580f(0x2f1)+_0x2640e6);break;}logger['debug'](_0x26580f(0x204)+_0x8b3b3c+_0x26580f(0x23a)+_0x2640e6);}catch(_0x478f18){logger[_0x26580f(0x281)](_0x26580f(0x2d2)+_0x8b3b3c+',\x20hookState='+_0x2640e6+',\x20exception='+util[_0x26580f(0x23b)](_0x478f18));}_0x516b06[_0x26580f(0x1d3)]=_0x491df1,await this[_0x26580f(0x305)](_0x491df1,_0x8b3b3c,_0x2640e6,_0x516b06);}[a91_0x5ca2eb(0x338)](_0x138f96){const _0x397857=a91_0x5ca2eb,_0x36180a={};_0x36180a[_0x397857(0x34b)]=_0x397857(0x1c5);const _0x501628=_0x36180a;if(_0x138f96&&(_0x138f96['id']||_0x138f96[_0x397857(0x2d9)])){const _0x5d8668=_0x138f96['id']||_0x138f96[_0x397857(0x2d9)];return logger['debug'](_0x397857(0x21a)+_0x5d8668+_0x397857(0x33a)),_0x5d8668;}return logger[_0x397857(0x346)](_0x501628[_0x397857(0x34b)]),process[_0x397857(0x2e7)]+_0x397857(0x330);}[a91_0x5ca2eb(0x2bc)](_0x451ee4,_0x1f3235,_0x209b76={}){const _0x390200=a91_0x5ca2eb;let _0x31cd33=null;return _0x31cd33=TestFramework[_0x390200(0x1d9)](),!_0x31cd33?(logger[_0x390200(0x346)](_0x390200(0x2b5)+_0x451ee4),this[_0x390200(0x272)](_0x451ee4,_0x209b76),_0x31cd33=TestFramework[_0x390200(0x1d9)](),logger[_0x390200(0x346)](_0x390200(0x1e1)+!!_0x31cd33+',\x20contextId='+_0x31cd33?.[_0x390200(0x232)]()?.['getId']())):logger[_0x390200(0x346)](_0x390200(0x22a)+_0x31cd33['getContext']()?.['getId']()),_0x31cd33;}['trackJestInstance'](_0x4e3b19,_0x3a7dd5){const _0x530dad=a91_0x5ca2eb,_0x57f4b5={};_0x57f4b5[_0x530dad(0x1ee)]=_0x530dad(0x277);const _0x1c16a8=_0x57f4b5;if(TestFramework[_0x530dad(0x1d9)]()){logger[_0x530dad(0x346)](_0x1c16a8[_0x530dad(0x1ee)]);return;}const _0x1fe356=CLIUtils['getCurrentInstanceName'](),_0x5da530=TrackedInstance['createContext'](_0x1fe356);let _0xe794f2=null;logger[_0x530dad(0x346)](_0x530dad(0x2f5)+_0x1fe356+_0x530dad(0x284)+_0x4e3b19),_0xe794f2=new TestFrameworkInstance(_0x5da530,this['getTestFrameworks'](),this['getTestFrameworksVersions'](),_0x4e3b19,HookState[_0x530dad(0x221)]),TestFramework['setTrackedInstance'](_0x5da530,_0xe794f2),logger[_0x530dad(0x346)](_0x530dad(0x207)+_0x5da530[_0x530dad(0x280)]()+',\x20target='+_0x1fe356+_0x530dad(0x2b4)+this[_0x530dad(0x1cb)]()[0x0]+_0x530dad(0x1f4)+this['getTestFrameworksVersions']()[this['getTestFrameworks']()[0x0]]);}['parseJestTest'](_0x2a56cd){const _0xe5c3a0=a91_0x5ca2eb,_0x42e4f6={};_0x42e4f6[_0xe5c3a0(0x239)]=function(_0x23eb10,_0x26325e){return _0x23eb10||_0x26325e;},_0x42e4f6['AVHpe']=_0xe5c3a0(0x351);const _0x3c07f6=_0x42e4f6,{testUUID:_0x457c67,testData:_0x226f25,testId:_0x459af1}=_0x2a56cd;if(_0x3c07f6['mTqoV'](!_0x226f25,!_0x459af1))return logger[_0xe5c3a0(0x346)](_0x3c07f6[_0xe5c3a0(0x2b6)]),{};const _0x36d3f8=this['getTestFrameworks']()[0x0],_0x2e19d5=this[_0xe5c3a0(0x1cc)](),_0x2d4f45={};_0x2d4f45[_0xe5c3a0(0x226)]=0x2,_0x2d4f45[_0xe5c3a0(0x20f)]=0x3,logger[_0xe5c3a0(0x346)]('[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20'+util[_0xe5c3a0(0x1eb)](_0x226f25,_0x2d4f45));const _0x1f3e62=_0x226f25?.[_0xe5c3a0(0x309)]||[],_0x2153a9=this['getJestTestName'](_0x226f25),_0x26f4a4=this[_0xe5c3a0(0x2df)](_0x226f25),_0x7dc971=_0x226f25['fn']?_0x226f25['fn']['toString']():_0x226f25?.[_0xe5c3a0(0x1d8)]?_0x226f25[_0xe5c3a0(0x1d8)][_0xe5c3a0(0x220)][_0xe5c3a0(0x1da)]():null,_0x45e493=this[_0xe5c3a0(0x218)](_0x226f25),_0x2dff0e={[TestFrameworkConstants[_0xe5c3a0(0x1c7)]]:_0x36d3f8,[TestFrameworkConstants[_0xe5c3a0(0x240)]]:_0x2e19d5[_0x36d3f8],[TestFrameworkConstants[_0xe5c3a0(0x2a4)]]:[],[TestFrameworkConstants[_0xe5c3a0(0x2cc)]]:{},[TestFrameworkConstants[_0xe5c3a0(0x2be)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0xe5c3a0(0x33b)],[TestFrameworkConstants[_0xe5c3a0(0x242)]]:_0x2153a9,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x26f4a4,[TestFrameworkConstants[_0xe5c3a0(0x340)]]:_0x459af1,[TestFrameworkConstants[_0xe5c3a0(0x235)]]:_0x2153a9,[TestFrameworkConstants[_0xe5c3a0(0x2c5)]]:_0x26f4a4,[TestFrameworkConstants['KEY_TEST_CODE']]:_0x7dc971,[TestFrameworkConstants[_0xe5c3a0(0x294)]]:_0x45e493,[TestFrameworkConstants[_0xe5c3a0(0x313)]]:_0x226f25[_0xe5c3a0(0x222)]||new Date()[_0xe5c3a0(0x31d)](),[TestFrameworkConstants[_0xe5c3a0(0x1de)]]:_0x1f3e62[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x1f3e62,[TestFrameworkConstants[_0xe5c3a0(0x228)]]:_0x2153a9,[TestFrameworkConstants[_0xe5c3a0(0x1d4)]]:{},[TestFrameworkConstants[_0xe5c3a0(0x2d1)]]:{}};_0x226f25['retryOf']&&(_0x2dff0e[TestFrameworkConstants[_0xe5c3a0(0x203)]]=_0x226f25[_0xe5c3a0(0x1c2)]);logger[_0xe5c3a0(0x346)]('[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName='+_0x2153a9+_0xe5c3a0(0x27f)+_0x459af1+'\x20(testIdentifier),\x20tags='+JSON[_0xe5c3a0(0x285)](_0x45e493)+_0xe5c3a0(0x32a)+util[_0xe5c3a0(0x1eb)](_0x1f3e62)+_0xe5c3a0(0x244)+_0x26f4a4);const _0x2c34d7={};return _0x2c34d7[_0x459af1]=_0x2dff0e,_0x2c34d7;}['parseJestTestResult'](_0xe507f){const _0x454347=a91_0x5ca2eb,_0x4126b0={'qxHXj':function(_0x116a5c,_0x1cfa03){return _0x116a5c===_0x1cfa03;},'pvsOt':_0x454347(0x320),'nbwGq':_0x454347(0x319),'zTxLZ':_0x454347(0x2ad),'xJjRa':_0x454347(0x31a),'HgXsv':function(_0x4d81b5,_0x3c49c2){return _0x4d81b5||_0x3c49c2;},'ZHiIy':_0x454347(0x307),'lMxFO':_0x454347(0x32e),'TeUdo':function(_0x19c143,_0x397033){return _0x19c143>_0x397033;},'kIdAP':'failed','TOxZw':function(_0x354599,_0x202075){return _0x354599===_0x202075;},'AIVVw':_0x454347(0x2fe),'zSnzB':function(_0x44d48c,_0x4f3a74){return _0x44d48c===_0x4f3a74;},'FrVxK':_0x454347(0x32d),'SGpjS':'passed','nBMut':function(_0x3b2cab,_0xebe7e0){return _0x3b2cab!==_0xebe7e0;},'PEQhd':function(_0x1f71dd,_0x1dd70d,_0x362a51,_0x3f5a75){return _0x1f71dd(_0x1dd70d,_0x362a51,_0x3f5a75);},'QZqJe':function(_0x20b97b,_0x1b3a50){return _0x20b97b>_0x1b3a50;},'RkztB':function(_0x33f401,_0x4cf9e6){return _0x33f401>_0x4cf9e6;},'vIMiF':'[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','kmHHc':function(_0x1973d9,_0x255012){return _0x1973d9>_0x255012;}},{testUUID:_0x2faa63,testData:_0x2b4dcc,testId:_0x6e37c5}=_0xe507f;if(_0x4126b0[_0x454347(0x25f)](!_0x2b4dcc,!_0x6e37c5))return logger[_0x454347(0x346)](_0x4126b0[_0x454347(0x2b8)]),{};const _0x4857be=this['resolveInstance'](TestFrameworkState[_0x454347(0x23c)],HookState['POST']),_0x55422c=_0x4857be[_0x454347(0x2a6)]()[_0x454347(0x2c6)](_0x6e37c5),_0x441e62=_0x4126b0[_0x454347(0x25f)](_0x55422c,{}),_0xa93331=_0x441e62?_0x441e62[TestFrameworkConstants[_0x454347(0x1d4)]]||{}:{},_0x1483a4=_0x441e62[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']];logger[_0x454347(0x346)](_0x454347(0x269)+(_0x1483a4?Object[_0x454347(0x237)](_0x1483a4)['length']:0x0)+_0x454347(0x206));let _0x5ab1b0=_0x4126b0[_0x454347(0x2c2)];if(_0x2b4dcc[_0x454347(0x2ed)])_0x5ab1b0=_0x2b4dcc[_0x454347(0x2ed)];else{if(_0x2b4dcc[_0x454347(0x2c4)]&&_0x4126b0[_0x454347(0x34d)](_0x2b4dcc[_0x454347(0x2c4)][_0x454347(0x1c6)],0x0))_0x5ab1b0=_0x4126b0[_0x454347(0x287)];else _0x4126b0['TOxZw'](_0x2b4dcc[_0x454347(0x274)],_0x4126b0[_0x454347(0x2a7)])||_0x4126b0[_0x454347(0x21b)](_0x2b4dcc[_0x454347(0x274)],_0x4126b0['FrVxK'])?_0x5ab1b0=_0x4126b0[_0x454347(0x2ea)]:_0x5ab1b0=_0x4126b0[_0x454347(0x1ed)];}const _0x47da0a={..._0x441e62,[TestFrameworkConstants[_0x454347(0x23f)]]:_0x5ab1b0,[TestFrameworkConstants[_0x454347(0x30a)]]:_0x2b4dcc[_0x454347(0x200)]||new Date()[_0x454347(0x31d)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()['toISOString'](),[TestFrameworkConstants[_0x454347(0x1d4)]]:_0xa93331,[TestFrameworkConstants['KEY_LOGS']]:_0x441e62[TestFrameworkConstants[_0x454347(0x293)]]||[],[TestFrameworkConstants[_0x454347(0x2d1)]]:{}};if(_0x4126b0['TOxZw'](_0x5ab1b0,_0x4126b0[_0x454347(0x287)])&&_0x2b4dcc[_0x454347(0x2c4)]){const _0x3afcf3=this['getJestFailureReason'](_0x2b4dcc),_0x456b90=this[_0x454347(0x29d)](_0x2b4dcc),_0x46fdd9=this[_0x454347(0x301)](_0x2b4dcc);_0x47da0a[TestFrameworkConstants[_0x454347(0x26d)]]=_0x456b90,_0x47da0a[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x3afcf3,_0x47da0a[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x46fdd9;}_0x4126b0[_0x454347(0x2ce)](_0x2b4dcc[_0x454347(0x316)],undefined)&&(_0x47da0a[TestFrameworkConstants[_0x454347(0x28a)]]=_0x2b4dcc[_0x454347(0x316)]);_0x2b4dcc[_0x454347(0x1c2)]&&(_0x47da0a[TestFrameworkConstants[_0x454347(0x203)]]=_0x2b4dcc['retryOf']);const _0x333da9=_0x55422c?_0x55422c[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{}:{},_0x3ba59e=_0x55422c?_0x55422c[TestFrameworkConstants[_0x454347(0x227)]]:_0x2faa63,_0x57faea=_0x4126b0[_0x454347(0x2f4)](getManualUploadLogs,_0x333da9,_0x3ba59e,_0x6e37c5);if(_0x4126b0[_0x454347(0x328)](_0x57faea['length'],0x0)){const _0x3dd613=_0x47da0a[TestFrameworkConstants['KEY_LOGS']]||[];_0x47da0a[TestFrameworkConstants[_0x454347(0x293)]]=[..._0x3dd613,..._0x57faea];}const _0x551f0a=_0x441e62[TestFrameworkConstants[_0x454347(0x2cc)]]||{},_0x195ca8=_0x441e62[TestFrameworkConstants[_0x454347(0x2be)]]||{},_0x59bd25={..._0x551f0a},_0x28ec95=_0x59bd25;Object[_0x454347(0x237)](_0x195ca8)['forEach'](_0x3c508c=>{const _0x1abc04=_0x454347;!_0x28ec95[_0x3c508c]&&(_0x28ec95[_0x3c508c]=[]);const _0x315e78=new Set((_0x28ec95[_0x3c508c]||[])[_0x1abc04(0x236)](_0xfde02e=>_0xfde02e[TestFrameworkConstants[_0x1abc04(0x2e4)]]||_0xfde02e[_0x1abc04(0x270)]));(_0x195ca8[_0x3c508c]||[])[_0x1abc04(0x21c)](_0x3dfffd=>{const _0x50bd18=_0x1abc04,_0x92a15c=_0x3dfffd[TestFrameworkConstants[_0x50bd18(0x2e4)]]||_0x3dfffd[_0x50bd18(0x270)];if(!_0x315e78[_0x50bd18(0x2a9)](_0x92a15c)){const _0x1c9144={..._0x3dfffd},_0x4fca63=_0x1c9144;!_0x4fca63[TestFrameworkConstants[_0x50bd18(0x28d)]]&&!_0x4fca63[_0x50bd18(0x2c3)]&&(_0x4fca63[TestFrameworkConstants[_0x50bd18(0x28d)]]=new Date()['toISOString']()),!_0x4fca63[TestFrameworkConstants[_0x50bd18(0x252)]]&&!_0x4fca63[_0x50bd18(0x2a8)]&&(_0x4fca63[TestFrameworkConstants[_0x50bd18(0x252)]]=TestFrameworkConstants[_0x50bd18(0x2d4)]),_0x28ec95[_0x3c508c]['push'](_0x4fca63);}});});if(_0xe507f[_0x454347(0x292)]){this[_0x454347(0x264)](_0xe507f[_0x454347(0x292)]);const _0x10777e=this[_0x454347(0x21f)](_0xe507f[_0x454347(0x292)]),_0x545e3b=this['getHooksForTest'](_0xe507f['originalTest']);_0x545e3b['forEach'](_0x177088=>{const _0x4b995f=_0x454347,_0x2c085d=_0x10777e[_0x4b995f(0x2c6)](_0x177088);if(_0x2c085d&&(_0x4126b0[_0x4b995f(0x2c0)](_0x2c085d[_0x4b995f(0x210)],_0x4126b0[_0x4b995f(0x2fc)])||_0x4126b0[_0x4b995f(0x2c0)](_0x2c085d[_0x4b995f(0x210)],_0x4126b0[_0x4b995f(0x225)]))){const _0x5b0c8d=_0x2c085d[_0x4b995f(0x210)][_0x4b995f(0x263)]()['replace'](_0x4126b0[_0x4b995f(0x2ec)],_0x4126b0[_0x4b995f(0x1c4)]),_0x3dd34b=_0x5b0c8d;!_0x28ec95[_0x3dd34b]&&(_0x28ec95[_0x3dd34b]=[]);const _0x3cb9ee=_0x28ec95[_0x3dd34b][_0x4b995f(0x333)](_0x38136c=>(_0x38136c[TestFrameworkConstants[_0x4b995f(0x2e4)]]||_0x38136c[_0x4b995f(0x270)])===_0x177088);!_0x3cb9ee&&_0x28ec95[_0x3dd34b][_0x4b995f(0x1cf)]({'key':_0x3dd34b,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x177088,[TestFrameworkConstants[_0x4b995f(0x252)]]:TestFrameworkConstants[_0x4b995f(0x2d4)],[TestFrameworkConstants[_0x4b995f(0x219)]]:new Date()[_0x4b995f(0x31d)](),[TestFrameworkConstants[_0x4b995f(0x28d)]]:new Date()[_0x4b995f(0x31d)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x2c085d[_0x4b995f(0x254)]||_0x2c085d['type']+_0x4b995f(0x299),[TestFrameworkConstants[_0x4b995f(0x1d4)]]:_0xa93331});}});}if(_0x2b4dcc[_0x454347(0x2db)]&&_0x4126b0['RkztB'](_0x2b4dcc['hooks'][_0x454347(0x1c6)],0x0))_0x47da0a[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x2b4dcc['hooks'],logger[_0x454347(0x346)](_0x4126b0['vIMiF']);else _0x4126b0[_0x454347(0x30d)](Object[_0x454347(0x237)](_0x28ec95)[_0x454347(0x1c6)],0x0)&&(_0x47da0a[TestFrameworkConstants[_0x454347(0x2cc)]]=_0x28ec95,logger['debug'](_0x454347(0x282)+Object['keys'](_0x28ec95)[_0x454347(0x2e0)](',')));const _0x59b6fe=this[_0x454347(0x24b)](_0x2b4dcc);logger[_0x454347(0x346)](_0x454347(0x261)+_0x59b6fe+',\x20testId='+_0x6e37c5+'\x20(testIdentifier),\x20result='+_0x5ab1b0+_0x454347(0x314)+_0x2b4dcc[_0x454347(0x316)]);_0x4126b0[_0x454347(0x21b)](_0x5ab1b0,_0x4126b0[_0x454347(0x287)])&&logger['debug'](_0x454347(0x331)+_0x6e37c5+',\x20failureType='+_0x47da0a[TestFrameworkConstants[_0x454347(0x26d)]]+_0x454347(0x323)+_0x47da0a[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]?.['substring'](0x0,0xc8));const _0x1ae934={};return _0x1ae934[_0x6e37c5]=_0x47da0a,_0x1ae934;}[a91_0x5ca2eb(0x26e)](_0xf17fd0){const _0x27e373=a91_0x5ca2eb,_0xdbdd88={};_0xdbdd88[_0x27e373(0x1c9)]=function(_0x3d8f9d,_0x47f8bc){return _0x3d8f9d!==_0x47f8bc;},_0xdbdd88['ryifb']=function(_0x42385b,_0x213fab){return _0x42385b!==_0x213fab;},_0xdbdd88[_0x27e373(0x2ae)]=_0x27e373(0x24e);const _0x58c6eb=_0xdbdd88,_0x3b0094={};_0x3b0094[_0x27e373(0x226)]=0x2,_0x3b0094[_0x27e373(0x20f)]=0x3,logger[_0x27e373(0x346)](_0x27e373(0x2a3)+util[_0x27e373(0x1eb)](_0xf17fd0,_0x3b0094));const _0x3eb0e6=[];if(_0xf17fd0&&_0xf17fd0[_0x27e373(0x223)]){let _0x294900=_0xf17fd0[_0x27e373(0x223)];while(_0x294900&&_0x294900['name']&&_0x58c6eb[_0x27e373(0x1c9)](_0x294900[_0x27e373(0x254)],'')&&_0x58c6eb[_0x27e373(0x304)](_0x294900['name'],_0x58c6eb[_0x27e373(0x2ae)])){_0x3eb0e6[_0x27e373(0x1cf)](_0x294900[_0x27e373(0x254)]),_0x294900=_0x294900[_0x27e373(0x223)];}}return _0x3eb0e6[_0x27e373(0x262)]();}[a91_0x5ca2eb(0x24b)](_0x5e780c){const _0x4b022d=a91_0x5ca2eb,_0x573aee={};_0x573aee['qQVvd']='Unknown\x20Test';const _0xfd77bd=_0x573aee;if(_0x5e780c['name'])return _0x5e780c[_0x4b022d(0x254)];if(_0x5e780c[_0x4b022d(0x339)])return _0x5e780c[_0x4b022d(0x339)];return _0xfd77bd[_0x4b022d(0x1db)];}[a91_0x5ca2eb(0x218)](_0x344c1c){const _0x5182b7=a91_0x5ca2eb,_0x4d6ee3=[];if(_0x344c1c['tags']&&Array[_0x5182b7(0x2e5)](_0x344c1c[_0x5182b7(0x290)]))return _0x344c1c[_0x5182b7(0x290)][_0x5182b7(0x236)](_0x58bbce=>_0x58bbce[_0x5182b7(0x247)]('@')?_0x58bbce[_0x5182b7(0x30b)](0x1):_0x58bbce);const _0x121c3e=this[_0x5182b7(0x24b)](_0x344c1c),_0x110429=_0x121c3e[_0x5182b7(0x258)](/@(\w+)/g);if(_0x110429)return _0x110429['map'](_0x5106ab=>_0x5106ab['slice'](0x1));return _0x344c1c[_0x5182b7(0x309)]&&Array['isArray'](_0x344c1c[_0x5182b7(0x309)])&&_0x344c1c[_0x5182b7(0x309)]['forEach'](_0x1aff08=>{const _0x40e2e9=_0x5182b7,_0x53865d=_0x1aff08['match'](/@(\w+)/g);_0x53865d&&_0x53865d[_0x40e2e9(0x21c)](_0x5c71d0=>{const _0x5dd37a=_0x40e2e9,_0xc15f16=_0x5c71d0['slice'](0x1);!_0x4d6ee3['includes'](_0xc15f16)&&_0x4d6ee3[_0x5dd37a(0x1cf)](_0xc15f16);});}),_0x4d6ee3;}[a91_0x5ca2eb(0x2df)](_0x5ab4bb){const _0x352cf9=a91_0x5ca2eb,_0x14e879={'eGOTr':function(_0x5da3de,_0x1e2cf1){return _0x5da3de(_0x1e2cf1);}};if(_0x5ab4bb['file_name'])return _0x5ab4bb[_0x352cf9(0x2ef)];if(_0x5ab4bb[_0x352cf9(0x2a1)])try{const _0x554193=stackTrace[_0x352cf9(0x27a)](_0x5ab4bb[_0x352cf9(0x2a1)]),_0x5cfe7b=_0x14e879[_0x352cf9(0x29f)](pickUserFrameFile,_0x554193);if(_0x5cfe7b)return _0x5cfe7b;logger[_0x352cf9(0x346)](_0x352cf9(0x2e2)+_0x554193[_0x352cf9(0x1c6)]+')');}catch(_0x3f78d9){logger['debug']('Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20'+util[_0x352cf9(0x23b)](_0x3f78d9));}return null;}[a91_0x5ca2eb(0x29a)](_0x773660){const _0x34a337=a91_0x5ca2eb,_0x425737={};_0x425737[_0x34a337(0x23d)]=function(_0x44fbb2,_0x50e378){return _0x44fbb2>_0x50e378;},_0x425737[_0x34a337(0x259)]=_0x34a337(0x2fd);const _0x506e01=_0x425737;if(_0x773660[_0x34a337(0x2c4)]&&_0x506e01[_0x34a337(0x23d)](_0x773660['errorsDetailed'][_0x34a337(0x1c6)],0x0))return util[_0x34a337(0x1eb)](_0x773660[_0x34a337(0x2c4)][0x0]);if(_0x773660[_0x34a337(0x296)])return _0x773660[_0x34a337(0x296)];return _0x506e01['TIfaY'];}[a91_0x5ca2eb(0x29d)](_0x4ff838){const _0x88a3df=a91_0x5ca2eb,_0x47ce20={};_0x47ce20[_0x88a3df(0x2f8)]='Assert',_0x47ce20[_0x88a3df(0x342)]='AssertionError',_0x47ce20[_0x88a3df(0x1f8)]=_0x88a3df(0x2ba);const _0x506bff=_0x47ce20,_0x4e63cf=this[_0x88a3df(0x29a)](_0x4ff838);if(_0x4e63cf&&_0x4e63cf[_0x88a3df(0x2b9)](_0x506bff[_0x88a3df(0x2f8)]))return _0x506bff[_0x88a3df(0x342)];return _0x506bff[_0x88a3df(0x1f8)];}[a91_0x5ca2eb(0x301)](_0x20ee6b){const _0x381e80=a91_0x5ca2eb,_0x3ed8e1={'DWxLr':function(_0x5cd508,_0x178e02){return _0x5cd508(_0x178e02);},'ndSzb':_0x381e80(0x317),'CXfST':function(_0x564881,_0x5eeed3){return _0x564881!==_0x5eeed3;},'DoSWY':_0x381e80(0x20b)},{failureData:_0x18a855}=_0x3ed8e1[_0x381e80(0x352)](require,_0x3ed8e1[_0x381e80(0x28f)]),_0xb4d038=[];return _0x3ed8e1[_0x381e80(0x283)](_0x20ee6b[_0x381e80(0x2c4)],undefined)&&_0xb4d038[_0x381e80(0x1cf)](_0x20ee6b[_0x381e80(0x2c4)],_0x3ed8e1[_0x381e80(0x2bb)]),_0x18a855[_0x381e80(0x265)](null,_0xb4d038);}async[a91_0x5ca2eb(0x2f7)](_0x475b39,_0x421a9a,_0x1d855a,_0x37a9bd){const _0x2975bc=a91_0x5ca2eb,_0x55fe82={'VEDgJ':_0x2975bc(0x2da),'irWtl':function(_0x47499e){return _0x47499e();},'iywnY':function(_0x2cf631,_0x1eca85){return _0x2cf631 in _0x1eca85;},'IBUIG':function(_0x12fa00,_0x3316d1){return _0x12fa00 in _0x3316d1;},'XYTrf':function(_0x19bd14,_0x2d37bf){return _0x19bd14===_0x2d37bf;},'uIZEz':function(_0x56b47f,_0x3ecb30){return _0x56b47f>_0x3ecb30;},'DIEhw':'failed','DsFhS':_0x2975bc(0x33c),'VvSPm':function(_0x547e3f,_0x5efb84){return _0x547e3f===_0x5efb84;},'xiTEw':'[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','LItau':function(_0x52a6a3,_0x38a47b){return _0x52a6a3>_0x38a47b;},'wJoTy':function(_0xd81b13,_0x3dc317){return _0xd81b13===_0x3dc317;},'CtgAv':function(_0x332b4e,_0x27dfa1){return _0x332b4e!==_0x27dfa1;}},{hookData:_0x4a2eed}=_0x37a9bd,_0x15547b=_0x1d855a['toString'](),_0x4f1b78=_0x421a9a[_0x2975bc(0x1da)](),_0x1a37e1={};_0x1a37e1[_0x2975bc(0x226)]=0x2,_0x1a37e1[_0x2975bc(0x20f)]=0x3,logger[_0x2975bc(0x346)](_0x2975bc(0x327)+_0x4f1b78+_0x2975bc(0x23a)+_0x15547b+',\x20hookData='+util[_0x2975bc(0x1eb)](_0x4a2eed,_0x1a37e1));if(!_0x4a2eed)return logger[_0x2975bc(0x346)](_0x55fe82[_0x2975bc(0x2b3)]),{};const _0x8dff51=_0x4a2eed[_0x2975bc(0x2d9)]||_0x4a2eed[_0x2975bc(0x1fb)]||_0x55fe82[_0x2975bc(0x2bd)](uuidv4),_0x2ac407=_0x4a2eed['test_run_id']||this[_0x2975bc(0x338)](_0x4a2eed),_0x5e6f58=_0x421a9a['toString']()[_0x2975bc(0x288)]('.')[0x1],_0x1f98eb=_0x475b39[_0x2975bc(0x2a6)]()['get'](_0x2ac407),_0x18621e=_0x1f98eb?_0x1f98eb[TestFrameworkConstants[_0x2975bc(0x1d4)]]||{}:{};logger['debug'](_0x2975bc(0x345)+_0x8dff51+_0x2975bc(0x27f)+_0x2ac407+'\x20(testIdentifier),\x20hookType='+_0x5e6f58+_0x2975bc(0x23a)+_0x15547b);if(!_0x1f98eb)return logger['debug'](_0x2975bc(0x276)+_0x2ac407+_0x2975bc(0x212)),this[_0x2975bc(0x32f)](_0x475b39,_0x2ac407,_0x421a9a,_0x1d855a,_0x37a9bd),{};let _0x29b996=_0x1f98eb[TestFrameworkConstants[_0x2975bc(0x2be)]];!_0x29b996&&(_0x29b996={});!_0x55fe82['iywnY'](_0x5e6f58,_0x29b996)&&(_0x29b996[_0x5e6f58]=[]);let _0x387330=_0x1f98eb[TestFrameworkConstants['KEY_HOOKS_FINISHED']];!_0x387330&&(_0x387330={});!_0x55fe82[_0x2975bc(0x329)](_0x5e6f58,_0x387330)&&(_0x387330[_0x5e6f58]=[]);const _0x35e066={[_0x2ac407]:{[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x29b996,[TestFrameworkConstants[_0x2975bc(0x2cc)]]:_0x387330,[TestFrameworkConstants[_0x2975bc(0x1c7)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x2975bc(0x240)]]:this[_0x2975bc(0x1cc)]()[this[_0x2975bc(0x1cb)]()[0x0]]||''}};if(_0x55fe82[_0x2975bc(0x208)](_0x1d855a,HookState[_0x2975bc(0x34a)])){const _0x35314f={'key':_0x5e6f58,[TestFrameworkConstants[_0x2975bc(0x2e4)]]:_0x8dff51,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0x2975bc(0x2d4)],[TestFrameworkConstants[_0x2975bc(0x219)]]:_0x4a2eed['started_at']||new Date()['toISOString'](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x2975bc(0x2a0)]]:_0x4a2eed['name']||_0x4a2eed[_0x2975bc(0x26b)]||_0x5e6f58,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x18621e};_0x29b996[_0x5e6f58][_0x2975bc(0x1cf)](_0x35314f),_0x35e066[_0x2ac407][TestFrameworkConstants[_0x2975bc(0x2c1)]]=_0x5e6f58;const _0x3b62f9={};_0x3b62f9['depth']=0x2,logger[_0x2975bc(0x346)](_0x2975bc(0x2d0)+_0x5e6f58+_0x2975bc(0x2bf)+_0x8dff51+_0x2975bc(0x27f)+_0x2ac407+',\x20hook='+util[_0x2975bc(0x1eb)](_0x35314f,_0x3b62f9));}else{if(_0x55fe82['XYTrf'](_0x1d855a,HookState[_0x2975bc(0x2af)])){const _0x345cf9=_0x4a2eed['result']||(_0x4a2eed[_0x2975bc(0x2c4)]&&_0x55fe82['uIZEz'](_0x4a2eed['errorsDetailed']['length'],0x0)?_0x55fe82['DIEhw']:_0x55fe82[_0x2975bc(0x256)]),_0x3f30da=_0x29b996[_0x5e6f58]||[];logger[_0x2975bc(0x346)](_0x2975bc(0x260)+_0x5e6f58+_0x2975bc(0x27f)+_0x2ac407+_0x2975bc(0x1f3)+_0x345cf9+_0x2975bc(0x278)+_0x3f30da['length']);if(_0x55fe82['VvSPm'](_0x3f30da[_0x2975bc(0x1c6)],0x0)&&_0x55fe82[_0x2975bc(0x208)](_0x421a9a,TestFrameworkState['BEFORE_ALL']))return logger[_0x2975bc(0x346)](_0x55fe82['xiTEw']),this[_0x2975bc(0x32f)](_0x475b39,_0x2ac407,_0x421a9a,_0x1d855a,_0x37a9bd),{};if(_0x55fe82[_0x2975bc(0x1c3)](_0x3f30da[_0x2975bc(0x1c6)],0x0)){const _0x18e492=_0x3f30da[_0x2975bc(0x1e6)]();_0x55fe82['wJoTy'](_0x345cf9,_0x55fe82[_0x2975bc(0x1f6)])&&_0x4a2eed[_0x2975bc(0x2c4)]?(_0x18e492[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this[_0x2975bc(0x29d)](_0x4a2eed),_0x18e492[TestFrameworkConstants[_0x2975bc(0x29e)]]=this[_0x2975bc(0x29a)](_0x4a2eed),_0x18e492[TestFrameworkConstants[_0x2975bc(0x24f)]]=this['getJestFailureData'](_0x4a2eed),logger['debug'](_0x2975bc(0x308)+_0x5e6f58+',\x20failureType='+_0x18e492[TestFrameworkConstants[_0x2975bc(0x224)]]+_0x2975bc(0x323)+_0x18e492[TestFrameworkConstants['KEY_HOOK_FAILURE_REASON']]?.[_0x2975bc(0x335)](0x0,0xc8))):_0x18e492[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x55fe82[_0x2975bc(0x256)];_0x55fe82[_0x2975bc(0x34e)](_0x345cf9,TestFrameworkConstants[_0x2975bc(0x2d4)])&&(_0x18e492[TestFrameworkConstants[_0x2975bc(0x252)]]=_0x345cf9);_0x18e492[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x4a2eed[_0x2975bc(0x200)]||new Date()[_0x2975bc(0x31d)](),_0x18e492[TestFrameworkConstants[_0x2975bc(0x1d4)]]=_0x18621e;const _0x2acf0c=_0x18e492[TestFrameworkConstants[_0x2975bc(0x2e4)]];!_0x387330[_0x5e6f58]&&(_0x387330[_0x5e6f58]=[]);_0x387330[_0x5e6f58][_0x2975bc(0x1cf)](_0x18e492),_0x35e066[_0x2ac407][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x5e6f58;const _0x14c6f7={};_0x14c6f7[_0x2975bc(0x226)]=0x2,logger[_0x2975bc(0x346)](_0x2975bc(0x298)+_0x5e6f58+_0x2975bc(0x2bf)+_0x2acf0c+_0x2975bc(0x1f3)+_0x345cf9+',\x20hook='+util[_0x2975bc(0x1eb)](_0x18e492,_0x14c6f7));}}}return _0x35e066;}[a91_0x5ca2eb(0x33f)](_0x5d1471){const _0x3e81db=a91_0x5ca2eb,_0x14985b={};_0x14985b[_0x3e81db(0x2eb)]=_0x3e81db(0x209);const _0x304b4d=_0x14985b;try{const _0x1e6457=_0x5d1471[_0x3e81db(0x20b)]?this[_0x3e81db(0x338)](_0x5d1471[_0x3e81db(0x20b)]):_0x5d1471[_0x3e81db(0x22c)]['test_run_id'],_0x53f918=_0x5d1471[_0x3e81db(0x1d3)],_0x1ed687=_0x53f918[_0x3e81db(0x232)](),_0x438272=_0x53f918[_0x3e81db(0x2a6)]()['get'](_0x1e6457);if(!_0x438272)return logger[_0x3e81db(0x346)](_0x3e81db(0x28e)+_0x1e6457),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x5f54b2=this[_0x3e81db(0x1cb)]()[0x0]||'',[TestFrameworkConstants[_0x3e81db(0x240)]]:_0x3886ac=this[_0x3e81db(0x1cc)]()[this['getTestFrameworks']()[0x0]]||'',[TestFrameworkConstants[_0x3e81db(0x313)]]:_0x442b5d='',[TestFrameworkConstants[_0x3e81db(0x30a)]]:_0x44ea8d=''}=_0x438272,_0x426afe=_0x53f918['getCurrentTestState']()[_0x3e81db(0x1da)]()[_0x3e81db(0x288)]('.')[0x1],_0x1e072b=_0x53f918[_0x3e81db(0x1ef)]()[_0x3e81db(0x1da)]()[_0x3e81db(0x288)]('.')[0x1],_0x474de5=global?.[_0x3e81db(0x336)]?.['workerInfo']?.['parallelIndex']||global['__bstackPlatformIndex']||0x0,_0x4d0275=_0x53f918[_0x3e81db(0x332)](),_0x23bb67=Buffer[_0x3e81db(0x229)](JSON[_0x3e81db(0x285)](_0x438272))[_0x3e81db(0x1da)](_0x304b4d['FwQKG']),_0x4d6566={'hash':_0x1ed687[_0x3e81db(0x280)](),'threadId':_0x1ed687[_0x3e81db(0x343)]()['toString'](),'processId':_0x1ed687['getProcessId']()['toString']()},_0x3e2cdc={};_0x3e2cdc['platformIndex']=_0x474de5,_0x3e2cdc[_0x3e81db(0x350)]=_0x5f54b2,_0x3e2cdc['testFrameworkVersion']=_0x3886ac,_0x3e2cdc[_0x3e81db(0x310)]=_0x426afe,_0x3e2cdc[_0x3e81db(0x321)]=_0x1e072b,_0x3e2cdc[_0x3e81db(0x326)]=_0x442b5d,_0x3e2cdc[_0x3e81db(0x1e3)]=_0x44ea8d,_0x3e2cdc[_0x3e81db(0x2d9)]=_0x4d0275,_0x3e2cdc['eventJson']=_0x23bb67,_0x3e2cdc[_0x3e81db(0x32b)]=_0x4d6566,_0x3e2cdc[_0x3e81db(0x29b)]=_0x1e6457;const _0x49657b=_0x3e2cdc;return _0x49657b;}catch(_0x5d411c){return logger['error'](_0x3e81db(0x1ff)+util['format'](_0x5d411c)),{};}}async['sendLogCreatedEvent'](_0x49c35d,_0x2228ee,_0x143184){const _0x1cd4db=a91_0x5ca2eb,_0x2f4e80={'kxakJ':function(_0x14ef29,_0x5073dd){return _0x14ef29+_0x5073dd;},'WFUaj':_0x1cd4db(0x21d),'ZaELM':'none','adoNi':function(_0x4cb1eb,_0x40a274){return _0x4cb1eb>_0x40a274;},'aSrzc':function(_0x51cc05,_0x193dac,_0x47b6d0,_0x47bec7){return _0x51cc05(_0x193dac,_0x47b6d0,_0x47bec7);},'QAZfD':function(_0x1cb17c,_0x4abb48){return _0x1cb17c-_0x4abb48;},'eLetJ':function(_0x585821,_0x50a112){return _0x585821===_0x50a112;},'sAVgh':function(_0x3d96cb,_0x21d8b1){return _0x3d96cb/_0x21d8b1;},'xBlok':function(_0x259489,_0x3916ae){return _0x259489<_0x3916ae;},'YHYbN':function(_0x13b87e,_0x17ea08){return _0x13b87e*_0x17ea08;}};try{const _0x2fb834=_0x143184[_0x1cd4db(0x2e1)]||_0x143184['testId'],_0x1abf57=Array[_0x1cd4db(0x229)](_0x49c35d['getAllData']()[_0x1cd4db(0x237)]()),_0x2194b5=_0x49c35d['getAllData']()[_0x1cd4db(0x2c6)](_0x2fb834);if(!_0x2194b5){logger[_0x1cd4db(0x346)](_0x1cd4db(0x1e0)+_0x2fb834);return;}const {[TestFrameworkConstants[_0x1cd4db(0x1c7)]]:_0x4da78a='',[TestFrameworkConstants[_0x1cd4db(0x240)]]:_0x3b8f0e=''}=_0x2194b5;let _0x271505=[];_0x2194b5&&_0x2194b5[TestFrameworkConstants[_0x1cd4db(0x293)]]&&Array[_0x1cd4db(0x2e5)](_0x2194b5[TestFrameworkConstants[_0x1cd4db(0x293)]])?(_0x271505=_0x2194b5[TestFrameworkConstants[_0x1cd4db(0x293)]]||[],logger[_0x1cd4db(0x346)](_0x1cd4db(0x2c7)+_0x271505[_0x1cd4db(0x1c6)]+'\x20logs\x20for\x20testId:\x20'+_0x2fb834),_0x49c35d[_0x1cd4db(0x25c)]({[_0x2fb834]:{[TestFrameworkConstants[_0x1cd4db(0x293)]]:[],[TestFrameworkConstants[_0x1cd4db(0x1c7)]]:this[_0x1cd4db(0x1cb)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x1cd4db(0x1cc)]()[this[_0x1cd4db(0x1cb)]()[0x0]]||''}}),logger['debug'](_0x1cd4db(0x24a)+_0x2fb834)):logger[_0x1cd4db(0x346)](_0x1cd4db(0x1d0)+_0x2fb834);logger[_0x1cd4db(0x346)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20'+_0x271505[_0x1cd4db(0x1c6)]+_0x1cd4db(0x2a5)+_0x2fb834);const _0x3bf9b9=_0x271505[_0x1cd4db(0x201)](_0x212860=>_0x212860[_0x1cd4db(0x28b)]==='TEST_SCREENSHOT');_0x2f4e80[_0x1cd4db(0x1dc)](_0x3bf9b9[_0x1cd4db(0x1c6)],0x0)&&(logger['debug'](_0x1cd4db(0x25d)+_0x3bf9b9[_0x1cd4db(0x1c6)]+_0x1cd4db(0x31e)+_0x2fb834),_0x3bf9b9[_0x1cd4db(0x21c)]((_0x55bcec,_0x15acdd)=>{const _0xa5befc=_0x1cd4db;logger[_0xa5befc(0x346)](_0xa5befc(0x1e4)+_0x2f4e80[_0xa5befc(0x2f9)](_0x15acdd,0x1)+'/'+_0x3bf9b9['length']+_0xa5befc(0x291)+(_0x55bcec[_0xa5befc(0x29b)]||_0x2f4e80[_0xa5befc(0x2cd)])+',\x20test_run_uuid='+(_0x55bcec[_0xa5befc(0x230)]||_0x2f4e80['WFUaj'])+_0xa5befc(0x25e)+(_0x55bcec['hook_run_uuid']||_0x2f4e80[_0xa5befc(0x354)])+',\x20messageLength='+(_0x55bcec['message']?.['length']||0x0));}));const _0x866cb8=_0x2194b5[TestFrameworkConstants[_0x1cd4db(0x1d1)]]||{},_0x558b56=_0x2f4e80[_0x1cd4db(0x20d)](getMediaArtifactsLogs,_0x866cb8,null,_0x2fb834),_0x52f145=(_0x271505||[])['concat'](_0x558b56||[]),_0x4669a8=_0x3bf9b9?.[_0x1cd4db(0x1c6)]||0x0,_0xd8a344=_0x2f4e80[_0x1cd4db(0x2d6)](_0x271505?.['length']||0x0,_0x4669a8);logger[_0x1cd4db(0x346)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20'+_0x2fb834+',\x20consoleLogs:\x20'+_0xd8a344+_0x1cd4db(0x271)+_0x4669a8+_0x1cd4db(0x2ff)+(_0x558b56?.[_0x1cd4db(0x1c6)]||0x0)+_0x1cd4db(0x1f0)+_0x52f145[_0x1cd4db(0x1c6)]);if(!_0x52f145||_0x2f4e80[_0x1cd4db(0x2ac)](_0x52f145[_0x1cd4db(0x1c6)],0x0)){logger[_0x1cd4db(0x346)](_0x1cd4db(0x2c9)+_0x2fb834);return;}const _0x13af5c=0x28,_0x5a8826=Math['ceil'](_0x2f4e80[_0x1cd4db(0x22d)](_0x52f145['length'],_0x13af5c));for(let _0x194e28=0x0;_0x2f4e80[_0x1cd4db(0x26c)](_0x194e28,_0x5a8826);_0x194e28++){const _0x36c077=_0x2f4e80['YHYbN'](_0x194e28,_0x13af5c),_0x4c3be2=_0x2f4e80[_0x1cd4db(0x2f9)](_0x36c077,_0x13af5c),_0x517a93=_0x52f145[_0x1cd4db(0x20c)](_0x36c077,_0x4c3be2),_0x1aa71f=global?.[_0x1cd4db(0x2e9)]??0x0,_0x194793={'platformIndex':_0x1aa71f,'logs':_0x517a93,'testFrameworkName':_0x4da78a,'testFrameworkVersion':_0x3b8f0e,'testFrameworkState':_0x2228ee['toString']()[_0x1cd4db(0x288)]('.')[0x1]},_0x39a560={};_0x39a560['depth']=0x3,_0x39a560[_0x1cd4db(0x20f)]=0x5,logger['debug'](_0x1cd4db(0x1d5)+_0x2f4e80[_0x1cd4db(0x2f9)](_0x194e28,0x1)+'/'+_0x5a8826+'\x20-\x20testId:\x20'+_0x2fb834+_0x1cd4db(0x202)+_0x517a93[_0x1cd4db(0x1c6)]+_0x1cd4db(0x22e)+_0x1aa71f+_0x1cd4db(0x34c)+util[_0x1cd4db(0x1eb)](_0x194793,_0x39a560));const _0x797e8e=await GrpcClient[_0x1cd4db(0x1f5)]()[_0x1cd4db(0x248)](_0x194793);logger[_0x1cd4db(0x346)](_0x1cd4db(0x1d5)+_0x2f4e80[_0x1cd4db(0x2f9)](_0x194e28,0x1)+'/'+_0x5a8826+_0x1cd4db(0x1e9)+_0x2fb834+_0x1cd4db(0x20a)+util[_0x1cd4db(0x1eb)](_0x797e8e));}_0x558b56&&_0x2f4e80[_0x1cd4db(0x1dc)](_0x558b56[_0x1cd4db(0x1c6)],0x0)&&_0x2194b5[TestFrameworkConstants[_0x1cd4db(0x1d1)]]&&_0x49c35d[_0x1cd4db(0x25c)]({[_0x2fb834]:{[TestFrameworkConstants[_0x1cd4db(0x1d1)]]:{},[TestFrameworkConstants[_0x1cd4db(0x1c7)]]:this[_0x1cd4db(0x1cb)]()[0x0]||'',[TestFrameworkConstants[_0x1cd4db(0x240)]]:this[_0x1cd4db(0x1cc)]()[this[_0x1cd4db(0x1cb)]()[0x0]]||''}}),logger[_0x1cd4db(0x346)](_0x1cd4db(0x2de)+_0x2fb834+_0x1cd4db(0x334)+_0x5a8826);}catch(_0x31c2bb){logger[_0x1cd4db(0x281)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20'+(_0x143184['testUUID']||_0x143184[_0x1cd4db(0x2f2)])+_0x1cd4db(0x2b0)+util['format'](_0x31c2bb));}}['storePendingHook'](_0x564faa,_0x45a718,_0x494fdb,_0x26424a,_0x1977d3){const _0x4ab204=a91_0x5ca2eb,_0xe8bd4={};_0xe8bd4[_0x4ab204(0x257)]=function(_0x8cddd1,_0x1f3785){return _0x8cddd1===_0x1f3785;},_0xe8bd4[_0x4ab204(0x2d5)]=_0x4ab204(0x319);const _0x217599=_0xe8bd4,{hookData:_0x3cc722}=_0x1977d3,_0x1d2e9c={'testId':_0x45a718,'testFrameworkState':_0x494fdb,'hookState':_0x26424a,'args':_0x1977d3,'timestamp':new Date()[_0x4ab204(0x31d)]()};if(_0x217599[_0x4ab204(0x257)](_0x494fdb,TestFrameworkState[_0x4ab204(0x1ea)])&&_0x3cc722){const _0xdf8a44={};_0xdf8a44[_0x4ab204(0x234)]=_0x3cc722[_0x4ab204(0x2ef)]||_0x3cc722[_0x4ab204(0x217)],_0xdf8a44[_0x4ab204(0x27b)]=_0x3cc722['scope']||_0x3cc722[_0x4ab204(0x309)]&&_0x3cc722[_0x4ab204(0x309)][0x0]||'',_0xdf8a44['hookType']=_0x217599[_0x4ab204(0x2d5)],_0x1d2e9c['hookMetadata']=_0xdf8a44,logger[_0x4ab204(0x346)](_0x4ab204(0x341)+_0x45a718+_0x4ab204(0x1fa)+_0x1d2e9c[_0x4ab204(0x1d7)][_0x4ab204(0x234)]+_0x4ab204(0x1fd)+_0x1d2e9c['hookMetadata'][_0x4ab204(0x27b)]);}_0x564faa[_0x4ab204(0x355)](_0x45a718,_0x1d2e9c),logger[_0x4ab204(0x346)]('Stored\x20pending\x20hook\x20for\x20testId:\x20'+_0x45a718+_0x4ab204(0x1e7)+_0x494fdb+',\x20hookState:\x20'+_0x26424a);}async['processPendingHooks'](_0xc56459,_0x53d8d1){const _0x4b92b1=a91_0x5ca2eb,_0x36e79e={};_0x36e79e[_0x4b92b1(0x31f)]=function(_0x3ea347,_0x2e93d4){return _0x3ea347>_0x2e93d4;},_0x36e79e[_0x4b92b1(0x2b1)]=function(_0x4c6cb6,_0x174815){return _0x4c6cb6===_0x174815;},_0x36e79e[_0x4b92b1(0x1dd)]=function(_0x15df3f,_0x31bdcb){return _0x15df3f===_0x31bdcb;},_0x36e79e[_0x4b92b1(0x325)]=function(_0x5ed3b9,_0x2412b9){return _0x5ed3b9>_0x2412b9;},_0x36e79e[_0x4b92b1(0x318)]=function(_0x11c59b,_0x4d1b06){return _0x11c59b===_0x4d1b06;},_0x36e79e[_0x4b92b1(0x348)]=_0x4b92b1(0x267);const _0x2b4cc1=_0x36e79e;if(_0xc56459[_0x4b92b1(0x30f)](_0x53d8d1)){const _0x3b4f53=_0xc56459[_0x4b92b1(0x34f)](_0x53d8d1);logger[_0x4b92b1(0x346)](_0x4b92b1(0x1f9)+_0x3b4f53[_0x4b92b1(0x1c6)]+'\x20pending\x20hooks\x20for\x20testId:\x20'+_0x53d8d1);for(const _0x398155 of _0x3b4f53){try{const _0x4ac7ef=await this[_0x4b92b1(0x2f7)](_0xc56459,_0x398155['testFrameworkState'],_0x398155['hookState'],_0x398155['args']);_0x4ac7ef&&_0x2b4cc1[_0x4b92b1(0x31f)](Object[_0x4b92b1(0x237)](_0x4ac7ef)[_0x4b92b1(0x1c6)],0x0)&&_0xc56459['addMultipleEntries'](_0x4ac7ef),await this[_0x4b92b1(0x305)](_0xc56459,_0x398155[_0x4b92b1(0x310)],_0x398155[_0x4b92b1(0x321)],_0x398155[_0x4b92b1(0x1fc)]);}catch(_0x4ac674){logger[_0x4b92b1(0x281)](_0x4b92b1(0x303)+_0x53d8d1+_0x4b92b1(0x2b0)+_0x4ac674);}}_0xc56459['removePendingHooks'](_0x53d8d1),logger[_0x4b92b1(0x346)](_0x4b92b1(0x250)+_0x53d8d1);}const _0x1a6b67=_0xc56459['getAllData']()[_0x4b92b1(0x2c6)](_0x53d8d1);if(_0x1a6b67){const _0x39b969=_0x1a6b67[TestFrameworkConstants[_0x4b92b1(0x2d3)]]||_0x1a6b67[TestFrameworkConstants[_0x4b92b1(0x2c5)]],_0x4acaf6=_0x1a6b67[TestFrameworkConstants[_0x4b92b1(0x1de)]]||_0x1a6b67[TestFrameworkConstants[_0x4b92b1(0x2dd)]]&&_0x1a6b67[TestFrameworkConstants[_0x4b92b1(0x2dd)]][0x0]||'';logger[_0x4b92b1(0x346)]('[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20'+_0x39b969+_0x4b92b1(0x1fd)+_0x4acaf6);const _0x11399f=_0xc56459['getAllPendingHookTestIds']();for(const _0x1a027b of _0x11399f){if(_0x2b4cc1[_0x4b92b1(0x2b1)](_0x1a027b,_0x53d8d1))continue;if(_0xc56459[_0x4b92b1(0x30f)](_0x1a027b)){const _0x32c705=_0xc56459['getPendingHooks'](_0x1a027b);for(const _0x36fe82 of _0x32c705){if(_0x2b4cc1['WdnNX'](_0x36fe82[_0x4b92b1(0x310)],TestFrameworkState['BEFORE_ALL'])&&_0x36fe82[_0x4b92b1(0x1d7)]){const _0x3a6aed=_0x36fe82[_0x4b92b1(0x1d7)][_0x4b92b1(0x234)],_0x3cf133=_0x36fe82[_0x4b92b1(0x1d7)][_0x4b92b1(0x27b)];if(_0x2b4cc1[_0x4b92b1(0x2b1)](_0x3a6aed,_0x39b969)&&_0x2b4cc1[_0x4b92b1(0x1dd)](_0x3cf133,_0x4acaf6)){logger['debug'](_0x4b92b1(0x273)+_0x1a027b+_0x4b92b1(0x33d)+_0x53d8d1+_0x4b92b1(0x1fa)+_0x3a6aed+_0x4b92b1(0x1fd)+_0x3cf133);_0x36fe82[_0x4b92b1(0x1fc)]&&_0x36fe82[_0x4b92b1(0x1fc)][_0x4b92b1(0x22c)]&&(_0x36fe82[_0x4b92b1(0x1fc)][_0x4b92b1(0x22c)][_0x4b92b1(0x1e8)]=_0x53d8d1,logger[_0x4b92b1(0x346)](_0x4b92b1(0x20e)+_0x1a027b+_0x4b92b1(0x1ce)+_0x53d8d1));try{const _0x16287c=await this['trackHookEvent'](_0xc56459,_0x36fe82[_0x4b92b1(0x310)],_0x36fe82['hookState'],_0x36fe82[_0x4b92b1(0x1fc)]);_0x16287c&&_0x2b4cc1[_0x4b92b1(0x325)](Object[_0x4b92b1(0x237)](_0x16287c)['length'],0x0)&&_0xc56459['addMultipleEntries'](_0x16287c);await this[_0x4b92b1(0x305)](_0xc56459,_0x36fe82[_0x4b92b1(0x310)],_0x36fe82[_0x4b92b1(0x321)],_0x36fe82['args']);const _0x4645fb=_0xc56459[_0x4b92b1(0x34f)](_0x1a027b)['filter'](_0x49ba86=>_0x49ba86!==_0x36fe82);if(_0x2b4cc1[_0x4b92b1(0x318)](_0x4645fb[_0x4b92b1(0x1c6)],0x0))_0xc56459[_0x4b92b1(0x31b)](_0x1a027b);else{_0xc56459[_0x4b92b1(0x31b)](_0x1a027b);for(const _0x2db374 of _0x4645fb){_0xc56459[_0x4b92b1(0x355)](_0x1a027b,_0x2db374);}}logger[_0x4b92b1(0x346)](_0x2b4cc1[_0x4b92b1(0x348)]);}catch(_0x57d3cb){logger[_0x4b92b1(0x281)](_0x4b92b1(0x251)+_0x53d8d1+_0x4b92b1(0x2b0)+_0x57d3cb);}}}}}}}}[a91_0x5ca2eb(0x264)](_0xc244e9){const _0xbd9229=a91_0x5ca2eb,_0x563479={'JbLGr':function(_0x16ab6d){return _0x16ab6d();}};if(!_0xc244e9||!_0xc244e9[_0xbd9229(0x223)])return;_0xc244e9[_0xbd9229(0x223)][_0xbd9229(0x2db)]&&Array[_0xbd9229(0x2e5)](_0xc244e9[_0xbd9229(0x223)][_0xbd9229(0x2db)])&&_0xc244e9[_0xbd9229(0x223)]['hooks'][_0xbd9229(0x21c)](_0x33dace=>{const _0xca3e7b=_0xbd9229;!_0x33dace[_0xca3e7b(0x1fb)]&&!_0x33dace['hookUUID']&&(_0x33dace[_0xca3e7b(0x1fb)]=_0x563479[_0xca3e7b(0x30e)](uuidv4),_0x33dace[_0xca3e7b(0x1c1)]=_0x33dace[_0xca3e7b(0x1fb)],logger[_0xca3e7b(0x346)](_0xca3e7b(0x2cb)+_0x33dace[_0xca3e7b(0x210)]+',\x20hookUUID='+_0x33dace[_0xca3e7b(0x1fb)]));}),this[_0xbd9229(0x264)](_0xc244e9[_0xbd9229(0x223)]);}[a91_0x5ca2eb(0x253)](_0x3bf3d8){const _0x36c870=a91_0x5ca2eb,_0x52d868={'nUwFC':function(_0x3a0a3e,_0x274b47){return _0x3a0a3e(_0x274b47);}};if(!_0x3bf3d8||!_0x3bf3d8[_0x36c870(0x223)])return[];const _0xe7eb19=[];return _0x3bf3d8[_0x36c870(0x223)][_0x36c870(0x2db)]&&Array['isArray'](_0x3bf3d8['parent'][_0x36c870(0x2db)])&&_0x3bf3d8[_0x36c870(0x223)][_0x36c870(0x2db)][_0x36c870(0x21c)](_0x3a6d74=>{const _0x2a76c8=_0x36c870,_0x4f0c38=_0x3a6d74[_0x2a76c8(0x1fb)]||_0x3a6d74[_0x2a76c8(0x1c1)];_0x4f0c38&&!this['isJestInternalHook'](_0x3a6d74)&&!_0x52d868[_0x2a76c8(0x295)](isInternalHook,_0x3a6d74['fn'])&&_0xe7eb19['push'](_0x4f0c38);}),[..._0xe7eb19,...this[_0x36c870(0x253)](_0x3bf3d8[_0x36c870(0x223)])];}[a91_0x5ca2eb(0x21f)](_0x473c19){const _0x3b8653=a91_0x5ca2eb,_0x30f7f5={'zUMhc':function(_0x3ed3e4,_0x1b8139){return _0x3ed3e4(_0x1b8139);},'CquYO':_0x3b8653(0x32e),'HVfOp':function(_0x564609,_0xfb332d){return _0x564609(_0xfb332d);},'NmnJC':function(_0x568781,_0x2b6001){return _0x568781(_0x2b6001);}},_0x47561b=new Map(),_0x32ddd2=_0x5cb026=>{const _0x5ef950=_0x3b8653;if(!_0x5cb026||!_0x5cb026[_0x5ef950(0x223)])return;_0x5cb026[_0x5ef950(0x223)][_0x5ef950(0x2db)]&&Array[_0x5ef950(0x2e5)](_0x5cb026[_0x5ef950(0x223)][_0x5ef950(0x2db)])&&_0x5cb026['parent'][_0x5ef950(0x2db)][_0x5ef950(0x21c)](_0x404133=>{const _0xe3396b=_0x5ef950,_0x2b8421=_0x404133[_0xe3396b(0x1fb)]||_0x404133[_0xe3396b(0x1c1)];if(_0x2b8421&&!this[_0xe3396b(0x1e5)](_0x404133)&&!_0x30f7f5[_0xe3396b(0x1df)](isInternalHook,_0x404133['fn'])){const _0x4f0f79={};_0x4f0f79[_0xe3396b(0x210)]=_0x404133[_0xe3396b(0x210)]||_0x30f7f5['CquYO'],_0x4f0f79[_0xe3396b(0x254)]=_0x404133[_0xe3396b(0x254)]||'\x22'+_0x404133[_0xe3396b(0x210)]+_0xe3396b(0x344),_0x47561b[_0xe3396b(0x1ca)](_0x2b8421,_0x4f0f79);}}),_0x30f7f5[_0x5ef950(0x2aa)](_0x32ddd2,_0x5cb026[_0x5ef950(0x223)]);};return _0x30f7f5['NmnJC'](_0x32ddd2,_0x473c19),_0x47561b;}[a91_0x5ca2eb(0x1e5)](_0x245357){const _0x265f62=a91_0x5ca2eb,_0x56eff3={};_0x56eff3[_0x265f62(0x25a)]='jest-circus',_0x56eff3[_0x265f62(0x2ab)]=_0x265f62(0x297);const _0x12a864=_0x56eff3;try{const _0x359e68=this['getRootParentFile'](_0x245357);if(!_0x359e68||_0x359e68[_0x265f62(0x2b9)](_0x12a864[_0x265f62(0x25a)]))return!![];return![];}catch(_0x5be3ba){logger['debug'](_0x12a864[_0x265f62(0x2ab)]);}return![];}['getRootParentFile'](_0x2e5bc0){const _0x290742=a91_0x5ca2eb,_0x2601f1={'OkTKw':function(_0x3bb288,_0x577243){return _0x3bb288(_0x577243);}};if(_0x2e5bc0[_0x290742(0x23e)])return _0x2e5bc0[_0x290742(0x23e)];if(_0x2e5bc0[_0x290742(0x2a1)])try{const _0x8a3bc5=stackTrace[_0x290742(0x27a)](_0x2e5bc0[_0x290742(0x2a1)]),_0x4db5dc=_0x2601f1['OkTKw'](pickUserFrameFile,_0x8a3bc5);if(_0x4db5dc)return _0x4db5dc;logger[_0x290742(0x346)]('[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length='+_0x8a3bc5[_0x290742(0x1c6)]+')');}catch(_0x25e8c6){logger[_0x290742(0x346)](_0x290742(0x27e)+util[_0x290742(0x23b)](_0x25e8c6));}return null;}}module[a91_0x5ca2eb(0x2f6)]=JestTestFramework;function a91_0x4e56(_0x134336,_0x2f750c){const _0x2310e2=a91_0x2310();return a91_0x4e56=function(_0x4e5643,_0x4bcd2e){_0x4e5643=_0x4e5643-0x1c1;let _0x3e1c65=_0x2310e2[_0x4e5643];return _0x3e1c65;},a91_0x4e56(_0x134336,_0x2f750c);}function a91_0x2310(){const _0x4501a5=['kzmcQ','KEY_TEST_STARTED_AT',',\x20duration=','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','duration','../../../helpers/test-observability/utils','Ociig','beforeAll','_ALL','removePendingHooks','10YRSfFf','toISOString','\x20screenshot\x20logs\x20for\x20testId:\x20','OghsU','afterAll','hookState','../../../helpers/helper.js',',\x20failureReason=','1421116XeLHTo','ZBpOV','startedAt','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','QZqJe','IBUIG',',\x20scopes=','executionContext',',\x20testData=','skipped','unknown','storePendingHook',':testAnalyticsId','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','getRef','find',',\x20totalBatches:\x20','substring','__workerDetails','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','getJestTestIdentifier','title','\x22\x20from\x20testData','DEFAULT_TEST_RESULT','passed',',\x20currentTestId:\x20','../state/testFrameworkState.js','createTestFrameworkEventPayload','KEY_TEST_ID','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','YDVDQ','getThreadId','\x22\x20hook','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','debug','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','hOqak','../grpcClient','PRE','ZpFMV',',\x20payload:\x20','TeUdo','CtgAv','getPendingHooks','testFrameworkName','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','DWxLr','../TestInfo.js','ZaELM','addPendingHook','hookUUID','retryOf','LItau','xJjRa','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','length','KEY_TEST_FRAMEWORK_NAME','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','jWGWf','set','getTestFrameworks','getTestFrameworksVersions','14gyaCQQ','\x20to\x20','push','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','KEY_TEST_ATTACHMENTS','warn','instance','KEY_CUSTOM_TAGS','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','hookType','hookMetadata','body','getTrackedInstance','toString','qQVvd','adoNi','WdnNX','KEY_TEST_SCOPE','zUMhc','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','findIndex','endedAt','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','isJestInternalHook','pop',',\x20state:\x20','test_run_id','\x20-\x20testId:\x20','BEFORE_ALL','inspect','2817YlkSWB','SGpjS','ercSQ','getCurrentHookState',',\x20totalLogs:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','delete',',\x20result=',',\x20version=','getInstance','DIEhw','activeHooks','tJeoG','Processing\x20',',\x20filePath:\x20','hookAnalyticsId','args',',\x20scope:\x20','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','Error\x20in\x20createTestFrameworkEventPayload:\x20','finished_at','filter',',\x20logsInBatch:\x20','KEY_TEST_RETRY_OF','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','\x20files','\x20attachments','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','XYTrf','base64',',\x20response=','test','slice','aSrzc','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','maxArrayLength','type','trackEvent',',\x20storing\x20as\x20pending\x20hook','removeActiveHook','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','nUlCF','4039288DFYaSZ','location','getJestTestTags','KEY_EVENT_STARTED_AT','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','zSnzB','forEach','missing','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','buildHookMapFromTest','code','NONE','started_at','parent','KEY_HOOK_FAILURE_TYPE','nbwGq','depth','KEY_TEST_UUID','KEY_TEST_RERUN_NAME','from','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','PJBes','hookData','sAVgh',',\x20platformIndex:\x20','DqKbe','test_run_uuid','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','getContext','../instances/trackedInstance.js','filePath','KEY_TEST_NAME','map','keys','RrVrO','mTqoV',',\x20hookState=','format','TEST','MRGim','file','KEY_TEST_RESULT','KEY_TEST_FRAMEWORK_VERSION','stack-trace','KEY_AUTOMATE_SESSION_NAME','11585961nHuixV',',\x20filePath=','292632huAAIU','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','startsWith','logCreatedEvent','vhjvq','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','getJestTestName','processPendingHooks',',\x20hookUUID=','ROOT_DESCRIBE_BLOCK','KEY_HOOK_FAILURE','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','KEY_HOOK_RESULT','getHooksForTest','name','./testFramework','DsFhS','omBEh','match','TIfaY','CoYVM','../../../helpers/stackFrameUtils','addMultipleEntries','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20',',\x20hook_run_uuid=','HgXsv','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','reverse','toUpperCase','mapTestHooks','apply','539535dXjBKr','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','JxPxd','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','hook_type','xBlok','KEY_TEST_FAILURE_TYPE','getJestTestScopes','JIwmX','hook_id',',\x20screenshotLogs:\x20','trackJestInstance','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','status','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','trackJestInstance:\x20instance\x20already\x20exists',',\x20hooksListLength=','853436ZhKcqT','parse','scope','splice',',\x20hookType=','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20',',\x20testId=','getId','error','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','CXfST',',\x20state=','stringify','../../../helpers/classLogger.js','kIdAP','split',',\x20hookData=','KEY_TEST_DURATION','kind','LOG_REPORT','KEY_EVENT_ENDED_AT','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','ndSzb','tags','\x20-\x20test_identifier=','originalTest','KEY_LOGS','KEY_TEST_TAGS','nUwFC','failure_reason','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','\x20hook','getJestFailureReason','test_identifier','JRwxO','getJestFailureType','KEY_HOOK_FAILURE_REASON','eGOTr','KEY_HOOK_NAME','asyncError','FmwJq','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','KEY_TEST_LOGS','\x20for\x20testId:\x20','getAllData','AIVVw','hook_result','has','HVfOp','DszKH','eLetJ','ALL','BVmUO','POST',',\x20error:\x20','eoWMn',',\x20argsKeys=','VEDgJ',',\x20testFramework=','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','AVHpe','parseJestTestResult','ZHiIy','includes','UnhandledError','DoSWY','resolveInstance','irWtl','KEY_HOOKS_STARTED',',\x20hookId=','qxHXj','KEY_HOOK_LAST_STARTED','lMxFO','event_ended_at','errorsDetailed','KEY_TEST_LOCATION','get','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','testData','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','KEY_HOOKS_FINISHED','WFUaj','nBMut','getActiveHook','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','KEY_TEST_META','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','KEY_TEST_FILE_PATH','DEFAULT_HOOK_RESULT','qyKMg','QAZfD','sendLogCreatedEvent','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','uuid','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','hooks','../cliUtils.js','KEY_TEST_SCOPES','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','getJestTestFilePath','join','testUUID','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','../state/hookState.js','KEY_HOOK_ID','isArray','zPwbh','pid','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','browserstackPlatformIndex','FrVxK','FwQKG','zTxLZ','result','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','file_name','util','\x20&\x20hookState=','testId','1287fkZARg','PEQhd','trackJestInstance:\x20created\x20instance\x20for\x20target=','exports','trackHookEvent','VSyJM','kxakJ','3480AaZTfN','\x20(testIdentifier)','pvsOt','Unknown\x20error','skip',',\x20attachmentLogs:\x20','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','getJestFailureData','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','ryifb','runHooks','matchHookRegex','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','scopes','KEY_TEST_ENDED_AT','substr','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','kmHHc','JbLGr','hasPendingHooks','testFrameworkState','18rkPFfx'];a91_0x2310=function(){return _0x4501a5;};return a91_0x2310();}
1
+ const a91_0x298dc3=a91_0x1ab4;(function(_0x55de60,_0x1a2359){const _0x56287e=a91_0x1ab4,_0x3fbce7=_0x55de60();while(!![]){try{const _0x3747b1=parseInt(_0x56287e(0x23e))/0x1+parseInt(_0x56287e(0x2a1))/0x2*(parseInt(_0x56287e(0x235))/0x3)+-parseInt(_0x56287e(0x29d))/0x4*(-parseInt(_0x56287e(0x245))/0x5)+parseInt(_0x56287e(0x1c2))/0x6*(parseInt(_0x56287e(0x19b))/0x7)+-parseInt(_0x56287e(0x2a4))/0x8+-parseInt(_0x56287e(0x2b8))/0x9*(parseInt(_0x56287e(0x17c))/0xa)+-parseInt(_0x56287e(0x2e5))/0xb*(parseInt(_0x56287e(0x26f))/0xc);if(_0x3747b1===_0x1a2359)break;else _0x3fbce7['push'](_0x3fbce7['shift']());}catch(_0x18c3a6){_0x3fbce7['push'](_0x3fbce7['shift']());}}}(a91_0x5822,0x594f5));const TestFramework=require(a91_0x298dc3(0x1c5)),TestFrameworkState=require(a91_0x298dc3(0x203)),HookState=require(a91_0x298dc3(0x1ab)),{createClassLogger}=require(a91_0x298dc3(0x1b6)),TestFrameworkInstance=require(a91_0x298dc3(0x233)),CLIUtils=require(a91_0x298dc3(0x2db)),TrackedInstance=require(a91_0x298dc3(0x290)),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),{getManualUploadLogs,getMediaArtifactsLogs}=require(a91_0x298dc3(0x1e1)),{isInternalHook}=require(a91_0x298dc3(0x2a6)),logger=createClassLogger('JestTestFramework'),{v4:uuidv4}=require('uuid'),util=require(a91_0x298dc3(0x197)),TestInfo=require(a91_0x298dc3(0x213)),GrpcClient=require(a91_0x298dc3(0x202)),stackTrace=require(a91_0x298dc3(0x270)),{pickUserFrameFile}=require(a91_0x298dc3(0x23d));class JestTestFramework extends TestFramework{constructor(_0x25bd55,_0x1cd88e,_0x78b863){super(_0x25bd55,_0x1cd88e,_0x78b863),this['activeHooks']=new Map();}[a91_0x298dc3(0x2af)](_0x569b36,_0x5e04bf,_0x28df61){const _0x461435=a91_0x298dc3,_0x40a829={};_0x40a829[_0x461435(0x26c)]=function(_0x43615c,_0x3580a7){return _0x43615c||_0x3580a7;};const _0x499b13=_0x40a829;if(_0x499b13[_0x461435(0x26c)](!_0x569b36,!_0x5e04bf)){logger[_0x461435(0x241)](_0x461435(0x1f9)+_0x569b36+_0x461435(0x247)+_0x5e04bf);return;}!this[_0x461435(0x194)][_0x461435(0x19f)](_0x569b36)&&this[_0x461435(0x194)]['set'](_0x569b36,[]);const _0x3b49a4={'hookUUID':_0x5e04bf,'hookType':_0x28df61,'startedAt':new Date()[_0x461435(0x16a)]()};this[_0x461435(0x194)][_0x461435(0x22f)](_0x569b36)[_0x461435(0x2e6)](_0x3b49a4),logger[_0x461435(0x2b2)](_0x461435(0x1da)+_0x569b36+_0x461435(0x247)+_0x5e04bf+_0x461435(0x272)+_0x28df61+_0x461435(0x253)+this[_0x461435(0x194)][_0x461435(0x22f)](_0x569b36)[_0x461435(0x263)]);}[a91_0x298dc3(0x18d)](_0x26a9f4,_0x402005){const _0x8204b7=a91_0x298dc3,_0x580af4={};_0x580af4[_0x8204b7(0x20e)]=function(_0x2f9d6b,_0x3ff8b4){return _0x2f9d6b||_0x3ff8b4;},_0x580af4[_0x8204b7(0x18e)]=function(_0x8b65e4,_0x33c721){return _0x8b65e4!==_0x33c721;},_0x580af4[_0x8204b7(0x16d)]=function(_0x4849ad,_0x4ec074){return _0x4849ad===_0x4ec074;};const _0x10df7d=_0x580af4;if(_0x10df7d[_0x8204b7(0x20e)](!_0x26a9f4,!_0x402005)){logger['warn'](_0x8204b7(0x1e9)+_0x26a9f4+_0x8204b7(0x247)+_0x402005);return;}if(this[_0x8204b7(0x194)]['has'](_0x26a9f4)){const _0x3189f8=this[_0x8204b7(0x194)]['get'](_0x26a9f4),_0x1e2551=_0x3189f8['findIndex'](_0x51bfa2=>_0x51bfa2[_0x8204b7(0x2a5)]===_0x402005);_0x10df7d[_0x8204b7(0x18e)](_0x1e2551,-0x1)?(_0x3189f8[_0x8204b7(0x262)](_0x1e2551,0x1),logger[_0x8204b7(0x2b2)](_0x8204b7(0x179)+_0x26a9f4+_0x8204b7(0x247)+_0x402005+_0x8204b7(0x21c)+_0x3189f8[_0x8204b7(0x263)]),_0x10df7d[_0x8204b7(0x16d)](_0x3189f8[_0x8204b7(0x263)],0x0)&&this['activeHooks']['delete'](_0x26a9f4)):logger[_0x8204b7(0x2b2)]('[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier='+_0x26a9f4+_0x8204b7(0x247)+_0x402005);}}[a91_0x298dc3(0x26b)](_0xc86df8){const _0x308c8e=a91_0x298dc3,_0x9545f={};_0x9545f[_0x308c8e(0x1b3)]=function(_0x366559,_0x1f4845){return _0x366559>_0x1f4845;},_0x9545f['HKgWb']=function(_0x5941fa,_0xe62bd2){return _0x5941fa-_0xe62bd2;};const _0x297bc6=_0x9545f;if(!_0xc86df8)return null;if(this[_0x308c8e(0x194)][_0x308c8e(0x19f)](_0xc86df8)){const _0x4bda8d=this[_0x308c8e(0x194)]['get'](_0xc86df8);if(_0x297bc6[_0x308c8e(0x1b3)](_0x4bda8d[_0x308c8e(0x263)],0x0)){const _0x24faa8=_0x4bda8d[_0x297bc6[_0x308c8e(0x2e0)](_0x4bda8d[_0x308c8e(0x263)],0x1)];return logger['debug']('[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier='+_0xc86df8+_0x308c8e(0x247)+_0x24faa8[_0x308c8e(0x2a5)]+',\x20hookType='+_0x24faa8[_0x308c8e(0x2f8)]),_0x24faa8;}}return null;}async[a91_0x298dc3(0x252)](_0xd74ec9,_0x2e53c1,_0x2d36d8={}){const _0x3cf227=a91_0x298dc3,_0x2ccf43={};_0x2ccf43[_0x3cf227(0x274)]=_0x3cf227(0x243),_0x2ccf43[_0x3cf227(0x27b)]=function(_0x35996d,_0x1d1183){return _0x35996d===_0x1d1183;},_0x2ccf43['ZXUcu']=function(_0x545139,_0x28f400){return _0x545139||_0x28f400;},_0x2ccf43['Bkbjo']=_0x3cf227(0x1ad);const _0x4bf70e=_0x2ccf43;logger[_0x3cf227(0x2b2)](_0x3cf227(0x2d2)+_0xd74ec9+',\x20hookState='+_0x2e53c1+',\x20argsKeys='+Object[_0x3cf227(0x199)](_0x2d36d8)[_0x3cf227(0x2d4)](',')),await super[_0x3cf227(0x252)](_0xd74ec9,_0x2e53c1,_0x2d36d8);const _0x5de338=this[_0x3cf227(0x20d)](_0xd74ec9,_0x2e53c1,_0x2d36d8);if(!_0x5de338){logger[_0x3cf227(0x2b2)](_0x4bf70e[_0x3cf227(0x274)]);return;}try{let _0x518e79,_0x5ca5dc,_0x16d285;switch(_0xd74ec9){case TestFrameworkState[_0x3cf227(0x1fa)]:_0x518e79=_0x2d36d8[_0x3cf227(0x176)];const _0x41f5ea={};_0x41f5ea[_0x3cf227(0x2e8)]=0x2,_0x41f5ea[_0x3cf227(0x2b9)]=0x3,logger[_0x3cf227(0x2b2)](_0x3cf227(0x1b2)+_0x2e53c1+_0x3cf227(0x18b)+util['inspect'](_0x518e79,_0x41f5ea)),_0x16d285=this['getJestTestIdentifier'](_0x518e79),_0x5ca5dc=null,logger[_0x3cf227(0x2b2)](_0x3cf227(0x1f3)+_0x16d285+_0x3cf227(0x24e));if(_0x4bf70e[_0x3cf227(0x27b)](_0x2e53c1,HookState['PRE'])){logger[_0x3cf227(0x2b2)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20'+_0x16d285);const _0x3e21f2={};_0x3e21f2[_0x3cf227(0x17a)]=_0x5ca5dc,_0x3e21f2[_0x3cf227(0x177)]=_0x518e79,_0x3e21f2[_0x3cf227(0x280)]=_0x16d285;const _0x4bd15b=this[_0x3cf227(0x268)](_0x3e21f2),_0x1cae35={};_0x1cae35[_0x3cf227(0x2e8)]=0x2,_0x1cae35[_0x3cf227(0x2b9)]=0x3,logger['debug'](_0x3cf227(0x299)+util['inspect'](_0x4bd15b,_0x1cae35)),_0x5de338[_0x3cf227(0x269)](_0x4bd15b),logger[_0x3cf227(0x2b2)](_0x3cf227(0x1bb)+_0x16d285),await this[_0x3cf227(0x266)](_0x5de338,_0x16d285);}else{if(_0x4bf70e[_0x3cf227(0x27b)](_0x2e53c1,HookState[_0x3cf227(0x284)])){logger[_0x3cf227(0x2b2)](_0x3cf227(0x1a5)+_0x16d285);const _0x29061b=_0x5de338[_0x3cf227(0x2ae)]()['get'](_0x16d285);logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20'+util[_0x3cf227(0x1ca)](Object[_0x3cf227(0x199)](_0x4bf70e[_0x3cf227(0x237)](_0x29061b,{}))));_0x29061b&&_0x29061b[TestFrameworkConstants[_0x3cf227(0x28b)]]?logger[_0x3cf227(0x2b2)](_0x3cf227(0x2a9)+Object['keys'](_0x29061b[TestFrameworkConstants[_0x3cf227(0x28b)]])['length']+'\x20files'):logger[_0x3cf227(0x2b2)](_0x4bf70e[_0x3cf227(0x2f9)]);const _0x44a771=_0x2d36d8[_0x3cf227(0x24d)]||null,_0x1c73a1={};_0x1c73a1[_0x3cf227(0x17a)]=_0x5ca5dc,_0x1c73a1['testData']=_0x518e79,_0x1c73a1[_0x3cf227(0x280)]=_0x16d285,_0x1c73a1['originalTest']=_0x44a771;const _0x2da5d3=this[_0x3cf227(0x189)](_0x1c73a1),_0x4e17da={};_0x4e17da['depth']=0x2,_0x4e17da['maxArrayLength']=0x3,logger[_0x3cf227(0x2b2)](_0x3cf227(0x28a)+util[_0x3cf227(0x1ca)](_0x2da5d3,_0x4e17da)),_0x5de338[_0x3cf227(0x269)](_0x2da5d3),logger['debug'](_0x3cf227(0x294)+_0x16d285),await this[_0x3cf227(0x266)](_0x5de338,_0x16d285);}}break;case TestFrameworkState[_0x3cf227(0x1d4)]:if(_0x4bf70e[_0x3cf227(0x27b)](_0x2e53c1,HookState['POST'])){const _0x3d344f={};_0x3d344f[_0x3cf227(0x2e8)]=0x2,logger[_0x3cf227(0x2b2)](_0x3cf227(0x22c)+util[_0x3cf227(0x1ca)](_0x2d36d8,_0x3d344f)),await this[_0x3cf227(0x27a)](_0x5de338,_0xd74ec9,_0x2d36d8);}break;default:if(CLIUtils[_0x3cf227(0x1e8)](_0xd74ec9['toString']()[_0x3cf227(0x2b0)]('.')[0x1])){const _0x22101d={};_0x22101d[_0x3cf227(0x2e8)]=0x2,_0x22101d[_0x3cf227(0x2b9)]=0x3,logger[_0x3cf227(0x2b2)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState='+_0xd74ec9+_0x3cf227(0x1a1)+_0x2e53c1+',\x20hookData='+util[_0x3cf227(0x1ca)](_0x2d36d8[_0x3cf227(0x2e1)],_0x22101d));const _0x4f5cea=await this['trackHookEvent'](_0x5de338,_0xd74ec9,_0x2e53c1,_0x2d36d8),_0x574bd1={};_0x574bd1[_0x3cf227(0x2e8)]=0x2,_0x574bd1['maxArrayLength']=0x3,logger[_0x3cf227(0x2b2)](_0x3cf227(0x1ac)+util[_0x3cf227(0x1ca)](_0x4f5cea,_0x574bd1)),_0x5de338['addMultipleEntries'](_0x4f5cea);}else logger[_0x3cf227(0x2b2)](_0x3cf227(0x29e)+_0xd74ec9+_0x3cf227(0x2da)+_0x2e53c1);break;}logger[_0x3cf227(0x2b2)](_0x3cf227(0x230)+_0xd74ec9+_0x3cf227(0x1a1)+_0x2e53c1);}catch(_0x304b24){logger[_0x3cf227(0x1f0)](_0x3cf227(0x1c1)+_0xd74ec9+',\x20hookState='+_0x2e53c1+_0x3cf227(0x16c)+util[_0x3cf227(0x2d0)](_0x304b24));}_0x2d36d8['instance']=_0x5de338,await this[_0x3cf227(0x1bd)](_0x5de338,_0xd74ec9,_0x2e53c1,_0x2d36d8);}['getJestTestIdentifier'](_0x4ffc1d){const _0x2d942f=a91_0x298dc3,_0x8ed3b6={};_0x8ed3b6[_0x2d942f(0x180)]=_0x2d942f(0x244);const _0x5e36e0=_0x8ed3b6;if(_0x4ffc1d&&(_0x4ffc1d['id']||_0x4ffc1d['uuid'])){const _0x217c70=_0x4ffc1d['id']||_0x4ffc1d[_0x2d942f(0x249)];return logger[_0x2d942f(0x2b2)](_0x2d942f(0x16b)+_0x217c70+_0x2d942f(0x206)),_0x217c70;}return logger[_0x2d942f(0x2b2)](_0x5e36e0[_0x2d942f(0x180)]),process[_0x2d942f(0x25d)]+_0x2d942f(0x2c2);}['resolveInstance'](_0x24d897,_0x38c177,_0x352adb={}){const _0x307c80=a91_0x298dc3;let _0x5345c0=null;return _0x5345c0=TestFramework[_0x307c80(0x231)](),!_0x5345c0?(logger[_0x307c80(0x2b2)](_0x307c80(0x260)+_0x24d897),this[_0x307c80(0x2b3)](_0x24d897,_0x352adb),_0x5345c0=TestFramework[_0x307c80(0x231)](),logger[_0x307c80(0x2b2)](_0x307c80(0x2cf)+!!_0x5345c0+_0x307c80(0x2cd)+_0x5345c0?.[_0x307c80(0x1b1)]()?.[_0x307c80(0x250)]())):logger[_0x307c80(0x2b2)]('[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId='+_0x5345c0['getContext']()?.['getId']()),_0x5345c0;}[a91_0x298dc3(0x2b3)](_0x1346b1,_0x37107b){const _0x1ef820=a91_0x298dc3,_0x4068f0={};_0x4068f0[_0x1ef820(0x1b4)]=_0x1ef820(0x25e);const _0x37b2a9=_0x4068f0;if(TestFramework[_0x1ef820(0x231)]()){logger[_0x1ef820(0x2b2)](_0x37b2a9[_0x1ef820(0x1b4)]);return;}const _0x53098e=CLIUtils[_0x1ef820(0x1a6)](),_0x2a9739=TrackedInstance[_0x1ef820(0x172)](_0x53098e);let _0x1b59bf=null;logger[_0x1ef820(0x2b2)](_0x1ef820(0x2b7)+_0x53098e+',\x20state='+_0x1346b1),_0x1b59bf=new TestFrameworkInstance(_0x2a9739,this[_0x1ef820(0x186)](),this[_0x1ef820(0x283)](),_0x1346b1,HookState[_0x1ef820(0x218)]),TestFramework[_0x1ef820(0x1fe)](_0x2a9739,_0x1b59bf),logger[_0x1ef820(0x2b2)](_0x1ef820(0x22e)+_0x2a9739[_0x1ef820(0x250)]()+_0x1ef820(0x2e4)+_0x53098e+_0x1ef820(0x1d0)+this[_0x1ef820(0x186)]()[0x0]+',\x20version='+this[_0x1ef820(0x283)]()[this[_0x1ef820(0x186)]()[0x0]]);}[a91_0x298dc3(0x268)](_0x207b9c){const _0x570fae=a91_0x298dc3,_0x2462eb={};_0x2462eb['UYfdS']=function(_0x55d8da,_0x200dba){return _0x55d8da||_0x200dba;},_0x2462eb['lWllF']=_0x570fae(0x217);const _0x4189d4=_0x2462eb,{testUUID:_0x1212c2,testData:_0x1b938c,testId:_0x684c8}=_0x207b9c;if(_0x4189d4[_0x570fae(0x1aa)](!_0x1b938c,!_0x684c8))return logger[_0x570fae(0x2b2)](_0x4189d4['lWllF']),{};const _0x2e6a6f=this[_0x570fae(0x186)]()[0x0],_0x1f22b5=this[_0x570fae(0x283)](),_0x3f2375={};_0x3f2375[_0x570fae(0x2e8)]=0x2,_0x3f2375[_0x570fae(0x2b9)]=0x3,logger[_0x570fae(0x2b2)]('[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20'+util[_0x570fae(0x1ca)](_0x1b938c,_0x3f2375));const _0x393a19=_0x1b938c?.[_0x570fae(0x1e7)]||[],_0x101c82=this[_0x570fae(0x188)](_0x1b938c),_0x1a597f=this[_0x570fae(0x1b7)](_0x1b938c),_0xe5d705=_0x1b938c['fn']?_0x1b938c['fn'][_0x570fae(0x24b)]():_0x1b938c?.[_0x570fae(0x29c)]?_0x1b938c[_0x570fae(0x29c)][_0x570fae(0x216)][_0x570fae(0x24b)]():null,_0xa17801=this[_0x570fae(0x285)](_0x1b938c),_0x21eaf8={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x2e6a6f,[TestFrameworkConstants[_0x570fae(0x1f8)]]:_0x1f22b5[_0x2e6a6f],[TestFrameworkConstants['KEY_TEST_LOGS']]:[],[TestFrameworkConstants[_0x570fae(0x2c1)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x570fae(0x168)]]:TestFrameworkConstants[_0x570fae(0x1a9)],[TestFrameworkConstants[_0x570fae(0x273)]]:_0x101c82,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x1a597f,[TestFrameworkConstants[_0x570fae(0x2f3)]]:_0x684c8,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x101c82,[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x1a597f,[TestFrameworkConstants[_0x570fae(0x173)]]:_0xe5d705,[TestFrameworkConstants[_0x570fae(0x2c9)]]:_0xa17801,[TestFrameworkConstants[_0x570fae(0x21b)]]:_0x1b938c[_0x570fae(0x1cd)]||new Date()[_0x570fae(0x16a)](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x393a19[0x0]||'',[TestFrameworkConstants[_0x570fae(0x1af)]]:_0x393a19,[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x101c82,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x570fae(0x2a2)]]:{}};_0x1b938c['retryOf']&&(_0x21eaf8[TestFrameworkConstants[_0x570fae(0x1be)]]=_0x1b938c[_0x570fae(0x2ed)]);logger[_0x570fae(0x2b2)]('[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName='+_0x101c82+_0x570fae(0x24c)+_0x684c8+_0x570fae(0x28f)+JSON['stringify'](_0xa17801)+_0x570fae(0x169)+util[_0x570fae(0x1ca)](_0x393a19)+',\x20filePath='+_0x1a597f);const _0x2d026e={};return _0x2d026e[_0x684c8]=_0x21eaf8,_0x2d026e;}[a91_0x298dc3(0x189)](_0x23adaf){const _0x358997=a91_0x298dc3,_0x3adc16={'xyIME':function(_0x247d69,_0x5613fa){return _0x247d69===_0x5613fa;},'jlkEl':'afterAll','LjHvv':'beforeAll','ZnOFl':'ALL','ASSNM':_0x358997(0x25a),'XSbOw':function(_0x18d22f,_0x31f245){return _0x18d22f||_0x31f245;},'KXphW':_0x358997(0x2d7),'IoSHG':_0x358997(0x22d),'jvCwM':function(_0x5f388c,_0x2e63d2){return _0x5f388c>_0x2e63d2;},'KjSig':_0x358997(0x185),'elGsk':_0x358997(0x256),'elWgO':_0x358997(0x167),'KVhMZ':_0x358997(0x2ce),'rcluK':function(_0x53f72f,_0x150d10){return _0x53f72f!==_0x150d10;},'Uwuls':function(_0x4f9d8f,_0x322e72,_0x3d825c,_0x3123c0){return _0x4f9d8f(_0x322e72,_0x3d825c,_0x3123c0);},'QxpvP':function(_0x236f76,_0x12046a){return _0x236f76>_0x12046a;},'FwkSQ':_0x358997(0x259)},{testUUID:_0x6a4676,testData:_0x1cdb63,testId:_0x31ec24}=_0x23adaf;if(_0x3adc16['XSbOw'](!_0x1cdb63,!_0x31ec24))return logger[_0x358997(0x2b2)](_0x3adc16[_0x358997(0x20c)]),{};const _0x39e960=this[_0x358997(0x20d)](TestFrameworkState[_0x358997(0x1fa)],HookState[_0x358997(0x284)]),_0x347949=_0x39e960[_0x358997(0x2ae)]()[_0x358997(0x22f)](_0x31ec24),_0x169936=_0x3adc16['XSbOw'](_0x347949,{}),_0x406db1=_0x169936?_0x169936[TestFrameworkConstants[_0x358997(0x19a)]]||{}:{},_0x1278e1=_0x169936[TestFrameworkConstants[_0x358997(0x28b)]];logger['debug']('[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20'+(_0x1278e1?Object[_0x358997(0x199)](_0x1278e1)[_0x358997(0x263)]:0x0)+_0x358997(0x2bf));let _0x223580=_0x3adc16[_0x358997(0x1f2)];if(_0x1cdb63[_0x358997(0x20b)])_0x223580=_0x1cdb63[_0x358997(0x20b)];else{if(_0x1cdb63[_0x358997(0x264)]&&_0x3adc16['jvCwM'](_0x1cdb63[_0x358997(0x264)]['length'],0x0))_0x223580=_0x3adc16[_0x358997(0x255)];else _0x3adc16['xyIME'](_0x1cdb63[_0x358997(0x298)],_0x3adc16[_0x358997(0x2bb)])||_0x3adc16[_0x358997(0x1df)](_0x1cdb63[_0x358997(0x298)],_0x3adc16[_0x358997(0x27c)])?_0x223580=_0x3adc16[_0x358997(0x27c)]:_0x223580=_0x3adc16[_0x358997(0x271)];}const _0x1cfb58={..._0x169936,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x223580,[TestFrameworkConstants[_0x358997(0x246)]]:_0x1cdb63[_0x358997(0x207)]||new Date()[_0x358997(0x16a)](),[TestFrameworkConstants[_0x358997(0x236)]]:new Date()[_0x358997(0x16a)](),[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x406db1,[TestFrameworkConstants['KEY_LOGS']]:_0x169936[TestFrameworkConstants[_0x358997(0x175)]]||[],[TestFrameworkConstants['KEY_TEST_META']]:{}};if(_0x3adc16[_0x358997(0x1df)](_0x223580,_0x3adc16[_0x358997(0x255)])&&_0x1cdb63[_0x358997(0x264)]){const _0x834ec7=this[_0x358997(0x1e6)](_0x1cdb63),_0x58b3fc=this[_0x358997(0x208)](_0x1cdb63),_0x173751=this[_0x358997(0x257)](_0x1cdb63);_0x1cfb58[TestFrameworkConstants[_0x358997(0x2eb)]]=_0x58b3fc,_0x1cfb58[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x834ec7,_0x1cfb58[TestFrameworkConstants[_0x358997(0x17b)]]=_0x173751;}_0x3adc16[_0x358997(0x289)](_0x1cdb63[_0x358997(0x277)],undefined)&&(_0x1cfb58[TestFrameworkConstants[_0x358997(0x2f2)]]=_0x1cdb63['duration']);_0x1cdb63['retryOf']&&(_0x1cfb58[TestFrameworkConstants[_0x358997(0x1be)]]=_0x1cdb63['retryOf']);const _0x40736d=_0x347949?_0x347949[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{}:{},_0x598deb=_0x347949?_0x347949[TestFrameworkConstants[_0x358997(0x1cb)]]:_0x6a4676,_0x3a8bb6=_0x3adc16[_0x358997(0x1fc)](getManualUploadLogs,_0x40736d,_0x598deb,_0x31ec24);if(_0x3adc16[_0x358997(0x2c5)](_0x3a8bb6[_0x358997(0x263)],0x0)){const _0x2e6e15=_0x1cfb58[TestFrameworkConstants['KEY_LOGS']]||[];_0x1cfb58[TestFrameworkConstants[_0x358997(0x175)]]=[..._0x2e6e15,..._0x3a8bb6];}const _0x25a88b=_0x169936[TestFrameworkConstants[_0x358997(0x2c1)]]||{},_0x561d0f=_0x169936[TestFrameworkConstants[_0x358997(0x228)]]||{},_0x2d5e27={..._0x25a88b},_0x181e36=_0x2d5e27;Object[_0x358997(0x199)](_0x561d0f)[_0x358997(0x2bc)](_0x1e7567=>{const _0x1da889=_0x358997;!_0x181e36[_0x1e7567]&&(_0x181e36[_0x1e7567]=[]);const _0x4b83b8=new Set((_0x181e36[_0x1e7567]||[])[_0x1da889(0x251)](_0x59c8a4=>_0x59c8a4[TestFrameworkConstants[_0x1da889(0x221)]]||_0x59c8a4[_0x1da889(0x1d9)]));(_0x561d0f[_0x1e7567]||[])['forEach'](_0x67dff0=>{const _0x5442d5=_0x1da889,_0x3f976f=_0x67dff0[TestFrameworkConstants[_0x5442d5(0x221)]]||_0x67dff0[_0x5442d5(0x1d9)];if(!_0x4b83b8['has'](_0x3f976f)){const _0x4f0852={..._0x67dff0},_0x4cb9fa=_0x4f0852;!_0x4cb9fa[TestFrameworkConstants[_0x5442d5(0x248)]]&&!_0x4cb9fa['event_ended_at']&&(_0x4cb9fa[TestFrameworkConstants[_0x5442d5(0x248)]]=new Date()[_0x5442d5(0x16a)]()),!_0x4cb9fa[TestFrameworkConstants[_0x5442d5(0x1ba)]]&&!_0x4cb9fa[_0x5442d5(0x26e)]&&(_0x4cb9fa[TestFrameworkConstants[_0x5442d5(0x1ba)]]=TestFrameworkConstants[_0x5442d5(0x195)]),_0x181e36[_0x1e7567][_0x5442d5(0x2e6)](_0x4cb9fa);}});});if(_0x23adaf[_0x358997(0x24d)]){this['mapTestHooks'](_0x23adaf[_0x358997(0x24d)]);const _0x11127a=this[_0x358997(0x2a8)](_0x23adaf[_0x358997(0x24d)]),_0x358d84=this[_0x358997(0x1dc)](_0x23adaf[_0x358997(0x24d)]);_0x358d84['forEach'](_0xf64cf7=>{const _0x1bfb31=_0x358997,_0x542e5f=_0x11127a['get'](_0xf64cf7);if(_0x542e5f&&(_0x3adc16[_0x1bfb31(0x1df)](_0x542e5f[_0x1bfb31(0x29f)],_0x3adc16['jlkEl'])||_0x3adc16[_0x1bfb31(0x1df)](_0x542e5f['type'],_0x3adc16[_0x1bfb31(0x2c3)]))){const _0x5232ce=_0x542e5f[_0x1bfb31(0x29f)][_0x1bfb31(0x2c7)]()[_0x1bfb31(0x204)](_0x3adc16[_0x1bfb31(0x191)],_0x3adc16['ASSNM']),_0x42cd76=_0x5232ce;!_0x181e36[_0x42cd76]&&(_0x181e36[_0x42cd76]=[]);const _0x2e0ae1=_0x181e36[_0x42cd76][_0x1bfb31(0x2d5)](_0x21a10e=>(_0x21a10e[TestFrameworkConstants[_0x1bfb31(0x221)]]||_0x21a10e[_0x1bfb31(0x1d9)])===_0xf64cf7);!_0x2e0ae1&&_0x181e36[_0x42cd76]['push']({'key':_0x42cd76,[TestFrameworkConstants[_0x1bfb31(0x221)]]:_0xf64cf7,[TestFrameworkConstants[_0x1bfb31(0x1ba)]]:TestFrameworkConstants[_0x1bfb31(0x195)],[TestFrameworkConstants[_0x1bfb31(0x211)]]:new Date()['toISOString'](),[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]:new Date()[_0x1bfb31(0x16a)](),[TestFrameworkConstants[_0x1bfb31(0x2df)]]:[],[TestFrameworkConstants[_0x1bfb31(0x1c4)]]:_0x542e5f['name']||_0x542e5f[_0x1bfb31(0x29f)]+_0x1bfb31(0x229),[TestFrameworkConstants[_0x1bfb31(0x19a)]]:_0x406db1});}});}if(_0x1cdb63[_0x358997(0x2ac)]&&_0x3adc16[_0x358997(0x2c0)](_0x1cdb63[_0x358997(0x2ac)][_0x358997(0x263)],0x0))_0x1cfb58[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x1cdb63[_0x358997(0x2ac)],logger[_0x358997(0x2b2)](_0x3adc16[_0x358997(0x1f7)]);else _0x3adc16[_0x358997(0x2c0)](Object[_0x358997(0x199)](_0x181e36)['length'],0x0)&&(_0x1cfb58[TestFrameworkConstants[_0x358997(0x2c1)]]=_0x181e36,logger[_0x358997(0x2b2)](_0x358997(0x2dc)+Object[_0x358997(0x199)](_0x181e36)[_0x358997(0x2d4)](',')));const _0x3c3f64=this[_0x358997(0x188)](_0x1cdb63);logger[_0x358997(0x2b2)]('[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName='+_0x3c3f64+',\x20testId='+_0x31ec24+_0x358997(0x1ec)+_0x223580+_0x358997(0x212)+_0x1cdb63[_0x358997(0x277)]);_0x3adc16['xyIME'](_0x223580,_0x3adc16[_0x358997(0x255)])&&logger[_0x358997(0x2b2)](_0x358997(0x220)+_0x31ec24+_0x358997(0x2b1)+_0x1cfb58[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]+_0x358997(0x2aa)+_0x1cfb58[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]?.[_0x358997(0x1bc)](0x0,0xc8));const _0x23a986={};return _0x23a986[_0x31ec24]=_0x1cfb58,_0x23a986;}[a91_0x298dc3(0x190)](_0x5f45e3){const _0x8b4b5f=a91_0x298dc3,_0x4b7af6={};_0x4b7af6[_0x8b4b5f(0x2ee)]=function(_0x1ee1c6,_0x937a86){return _0x1ee1c6!==_0x937a86;},_0x4b7af6[_0x8b4b5f(0x1e0)]=function(_0xcdbd4a,_0x30bc08){return _0xcdbd4a!==_0x30bc08;},_0x4b7af6['FVQCQ']='ROOT_DESCRIBE_BLOCK';const _0x5d91c6=_0x4b7af6,_0x263ac6={};_0x263ac6[_0x8b4b5f(0x2e8)]=0x2,_0x263ac6['maxArrayLength']=0x3,logger[_0x8b4b5f(0x2b2)](_0x8b4b5f(0x2e7)+util[_0x8b4b5f(0x1ca)](_0x5f45e3,_0x263ac6));const _0x5e5322=[];if(_0x5f45e3&&_0x5f45e3[_0x8b4b5f(0x198)]){let _0x2323e0=_0x5f45e3[_0x8b4b5f(0x198)];while(_0x2323e0&&_0x2323e0[_0x8b4b5f(0x1c8)]&&_0x5d91c6[_0x8b4b5f(0x2ee)](_0x2323e0[_0x8b4b5f(0x1c8)],'')&&_0x5d91c6[_0x8b4b5f(0x1e0)](_0x2323e0[_0x8b4b5f(0x1c8)],_0x5d91c6['FVQCQ'])){_0x5e5322[_0x8b4b5f(0x2e6)](_0x2323e0['name']),_0x2323e0=_0x2323e0['parent'];}}return _0x5e5322[_0x8b4b5f(0x2f4)]();}['getJestTestName'](_0x4cd5c9){const _0x51c795=a91_0x298dc3,_0x4c1da6={};_0x4c1da6[_0x51c795(0x226)]=_0x51c795(0x19e);const _0xc07318=_0x4c1da6;if(_0x4cd5c9['name'])return _0x4cd5c9[_0x51c795(0x1c8)];if(_0x4cd5c9['title'])return _0x4cd5c9[_0x51c795(0x17d)];return _0xc07318['RaNmF'];}['getJestTestTags'](_0x41e321){const _0x2bec85=a91_0x298dc3,_0x24c0cb=[];if(_0x41e321[_0x2bec85(0x1cf)]&&Array[_0x2bec85(0x239)](_0x41e321[_0x2bec85(0x1cf)]))return _0x41e321['tags'][_0x2bec85(0x251)](_0x3ffd29=>_0x3ffd29[_0x2bec85(0x193)]('@')?_0x3ffd29[_0x2bec85(0x2d8)](0x1):_0x3ffd29);const _0xeff26b=this[_0x2bec85(0x188)](_0x41e321),_0x457d41=_0xeff26b['match'](/@(\w+)/g);if(_0x457d41)return _0x457d41[_0x2bec85(0x251)](_0x36d6f6=>_0x36d6f6[_0x2bec85(0x209)](0x1));return _0x41e321[_0x2bec85(0x1e7)]&&Array[_0x2bec85(0x239)](_0x41e321['scopes'])&&_0x41e321[_0x2bec85(0x1e7)][_0x2bec85(0x2bc)](_0x32aaa8=>{const _0xc499c4=_0x32aaa8['match'](/@(\w+)/g);_0xc499c4&&_0xc499c4['forEach'](_0x561215=>{const _0x1e5bd1=a91_0x1ab4,_0x320a52=_0x561215[_0x1e5bd1(0x209)](0x1);!_0x24c0cb[_0x1e5bd1(0x2f7)](_0x320a52)&&_0x24c0cb[_0x1e5bd1(0x2e6)](_0x320a52);});}),_0x24c0cb;}['getJestTestFilePath'](_0x1b2ece){const _0x2b697e=a91_0x298dc3,_0x55f046={'gQoeA':function(_0x4b2a6d,_0x22ffbd){return _0x4b2a6d(_0x22ffbd);}};if(_0x1b2ece[_0x2b697e(0x276)])return _0x1b2ece[_0x2b697e(0x276)];if(_0x1b2ece[_0x2b697e(0x234)])try{const _0x81b01c=stackTrace[_0x2b697e(0x1e5)](_0x1b2ece[_0x2b697e(0x234)]),_0x7ad1cd=_0x55f046[_0x2b697e(0x1bf)](pickUserFrameFile,_0x81b01c);if(_0x7ad1cd)return _0x7ad1cd;logger[_0x2b697e(0x2b2)](_0x2b697e(0x2f6)+_0x81b01c[_0x2b697e(0x263)]+')');}catch(_0x241d6a){logger['debug']('Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20'+util['format'](_0x241d6a));}return null;}[a91_0x298dc3(0x1e6)](_0x8e2fae){const _0xaf52f6=a91_0x298dc3,_0x2463f6={};_0x2463f6['oowes']=function(_0x50fd8a,_0x4242f7){return _0x50fd8a>_0x4242f7;},_0x2463f6[_0xaf52f6(0x24a)]='Unknown\x20error';const _0x23c7ea=_0x2463f6;if(_0x8e2fae[_0xaf52f6(0x264)]&&_0x23c7ea[_0xaf52f6(0x232)](_0x8e2fae[_0xaf52f6(0x264)][_0xaf52f6(0x263)],0x0))return util['inspect'](_0x8e2fae[_0xaf52f6(0x264)][0x0]);if(_0x8e2fae[_0xaf52f6(0x2cc)])return _0x8e2fae['failure_reason'];return _0x23c7ea[_0xaf52f6(0x24a)];}[a91_0x298dc3(0x208)](_0x2333f8){const _0x3fc3da=a91_0x298dc3,_0x161ea5={};_0x161ea5[_0x3fc3da(0x1a7)]='Assert',_0x161ea5[_0x3fc3da(0x1eb)]=_0x3fc3da(0x1c3),_0x161ea5[_0x3fc3da(0x286)]='UnhandledError';const _0x187c93=_0x161ea5,_0x35dbcc=this[_0x3fc3da(0x1e6)](_0x2333f8);if(_0x35dbcc&&_0x35dbcc[_0x3fc3da(0x2f7)](_0x187c93[_0x3fc3da(0x1a7)]))return _0x187c93[_0x3fc3da(0x1eb)];return _0x187c93[_0x3fc3da(0x286)];}[a91_0x298dc3(0x257)](_0x55a8f7){const _0x42ac45=a91_0x298dc3,_0x204531={'fVjxU':function(_0x328b88,_0x51cbf6){return _0x328b88(_0x51cbf6);},'Dhnyt':'../../../helpers/test-observability/utils','rHgoy':function(_0x5c0326,_0x36613b){return _0x5c0326!==_0x36613b;},'inHUa':_0x42ac45(0x176)},{failureData:_0x62f467}=_0x204531['fVjxU'](require,_0x204531[_0x42ac45(0x1fb)]),_0xbe0eb1=[];return _0x204531['rHgoy'](_0x55a8f7['errorsDetailed'],undefined)&&_0xbe0eb1[_0x42ac45(0x2e6)](_0x55a8f7['errorsDetailed'],_0x204531[_0x42ac45(0x288)]),_0x62f467[_0x42ac45(0x219)](null,_0xbe0eb1);}async[a91_0x298dc3(0x29a)](_0x491fd2,_0xa5152b,_0x1347e6,_0x2d68bd){const _0x294c2a=a91_0x298dc3,_0x4f6e71={'ICVax':_0x294c2a(0x196),'bhSxd':function(_0x36883b){return _0x36883b();},'bEnIo':function(_0x59a7d3,_0x5395c2){return _0x59a7d3 in _0x5395c2;},'LsfEo':function(_0x4f5b58,_0x29ce9d){return _0x4f5b58===_0x29ce9d;},'AOvYB':function(_0x397b4b,_0x200268){return _0x397b4b>_0x200268;},'TZeGV':_0x294c2a(0x185),'MiyDY':_0x294c2a(0x2ce),'xPEkY':function(_0x56f876,_0x261317){return _0x56f876===_0x261317;},'pUths':_0x294c2a(0x2b5),'tmbjW':function(_0x4e167f,_0x3c7f55){return _0x4e167f>_0x3c7f55;},'oxtaL':function(_0x42d1c0,_0x55705a){return _0x42d1c0!==_0x55705a;}},{hookData:_0x5f353a}=_0x2d68bd,_0x2f8ea7=_0x1347e6[_0x294c2a(0x24b)](),_0x3e7868=_0xa5152b['toString'](),_0x1f1f51={};_0x1f1f51[_0x294c2a(0x2e8)]=0x2,_0x1f1f51[_0x294c2a(0x2b9)]=0x3,logger['debug'](_0x294c2a(0x25c)+_0x3e7868+_0x294c2a(0x1a1)+_0x2f8ea7+_0x294c2a(0x21d)+util[_0x294c2a(0x1ca)](_0x5f353a,_0x1f1f51));if(!_0x5f353a)return logger[_0x294c2a(0x2b2)](_0x4f6e71[_0x294c2a(0x18a)]),{};const _0xa273d4=_0x5f353a[_0x294c2a(0x249)]||_0x5f353a[_0x294c2a(0x16f)]||_0x4f6e71['bhSxd'](uuidv4),_0x4526b3=_0x5f353a['test_run_id']||this[_0x294c2a(0x222)](_0x5f353a),_0x5b5382=_0xa5152b[_0x294c2a(0x24b)]()[_0x294c2a(0x2b0)]('.')[0x1],_0x4aa296=_0x491fd2['getAllData']()[_0x294c2a(0x22f)](_0x4526b3),_0x27e739=_0x4aa296?_0x4aa296[TestFrameworkConstants[_0x294c2a(0x19a)]]||{}:{};logger[_0x294c2a(0x2b2)](_0x294c2a(0x1db)+_0xa273d4+_0x294c2a(0x24c)+_0x4526b3+_0x294c2a(0x25b)+_0x5b5382+_0x294c2a(0x1a1)+_0x2f8ea7);if(!_0x4aa296)return logger[_0x294c2a(0x2b2)](_0x294c2a(0x1fd)+_0x4526b3+_0x294c2a(0x2a3)),this['storePendingHook'](_0x491fd2,_0x4526b3,_0xa5152b,_0x1347e6,_0x2d68bd),{};let _0x3819ee=_0x4aa296[TestFrameworkConstants[_0x294c2a(0x228)]];!_0x3819ee&&(_0x3819ee={});!_0x4f6e71[_0x294c2a(0x171)](_0x5b5382,_0x3819ee)&&(_0x3819ee[_0x5b5382]=[]);let _0x35108d=_0x4aa296[TestFrameworkConstants[_0x294c2a(0x2c1)]];!_0x35108d&&(_0x35108d={});!_0x4f6e71['bEnIo'](_0x5b5382,_0x35108d)&&(_0x35108d[_0x5b5382]=[]);const _0x22a958={[_0x4526b3]:{[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x3819ee,[TestFrameworkConstants[_0x294c2a(0x2c1)]]:_0x35108d,[TestFrameworkConstants[_0x294c2a(0x292)]]:this[_0x294c2a(0x186)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x294c2a(0x283)]()[this[_0x294c2a(0x186)]()[0x0]]||''}};if(_0x4f6e71[_0x294c2a(0x1ff)](_0x1347e6,HookState[_0x294c2a(0x254)])){const _0x4cefeb={'key':_0x5b5382,[TestFrameworkConstants[_0x294c2a(0x221)]]:_0xa273d4,[TestFrameworkConstants[_0x294c2a(0x1ba)]]:TestFrameworkConstants[_0x294c2a(0x195)],[TestFrameworkConstants[_0x294c2a(0x211)]]:_0x5f353a[_0x294c2a(0x1cd)]||new Date()[_0x294c2a(0x16a)](),[TestFrameworkConstants[_0x294c2a(0x2df)]]:[],[TestFrameworkConstants[_0x294c2a(0x1c4)]]:_0x5f353a['name']||_0x5f353a[_0x294c2a(0x215)]||_0x5b5382,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x27e739};_0x3819ee[_0x5b5382][_0x294c2a(0x2e6)](_0x4cefeb),_0x22a958[_0x4526b3][TestFrameworkConstants[_0x294c2a(0x1c6)]]=_0x5b5382;const _0x36a445={};_0x36a445[_0x294c2a(0x2e8)]=0x2,logger[_0x294c2a(0x2b2)](_0x294c2a(0x27e)+_0x5b5382+_0x294c2a(0x21f)+_0xa273d4+_0x294c2a(0x24c)+_0x4526b3+_0x294c2a(0x2e2)+util[_0x294c2a(0x1ca)](_0x4cefeb,_0x36a445));}else{if(_0x4f6e71[_0x294c2a(0x1ff)](_0x1347e6,HookState[_0x294c2a(0x284)])){const _0xd65b=_0x5f353a[_0x294c2a(0x20b)]||(_0x5f353a[_0x294c2a(0x264)]&&_0x4f6e71[_0x294c2a(0x1ef)](_0x5f353a[_0x294c2a(0x264)][_0x294c2a(0x263)],0x0)?_0x4f6e71['TZeGV']:_0x4f6e71[_0x294c2a(0x28c)]),_0x5ea7b8=_0x3819ee[_0x5b5382]||[];logger[_0x294c2a(0x2b2)](_0x294c2a(0x267)+_0x5b5382+_0x294c2a(0x24c)+_0x4526b3+_0x294c2a(0x1d3)+_0xd65b+_0x294c2a(0x2b4)+_0x5ea7b8[_0x294c2a(0x263)]);if(_0x4f6e71[_0x294c2a(0x1ea)](_0x5ea7b8['length'],0x0)&&_0x4f6e71[_0x294c2a(0x1ea)](_0xa5152b,TestFrameworkState[_0x294c2a(0x178)]))return logger[_0x294c2a(0x2b2)](_0x4f6e71[_0x294c2a(0x23c)]),this[_0x294c2a(0x2f0)](_0x491fd2,_0x4526b3,_0xa5152b,_0x1347e6,_0x2d68bd),{};if(_0x4f6e71[_0x294c2a(0x1b9)](_0x5ea7b8[_0x294c2a(0x263)],0x0)){const _0x10a54a=_0x5ea7b8['pop']();_0x4f6e71['LsfEo'](_0xd65b,_0x4f6e71[_0x294c2a(0x27d)])&&_0x5f353a['errorsDetailed']?(_0x10a54a[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this[_0x294c2a(0x208)](_0x5f353a),_0x10a54a[TestFrameworkConstants[_0x294c2a(0x2ab)]]=this[_0x294c2a(0x1e6)](_0x5f353a),_0x10a54a[TestFrameworkConstants['KEY_HOOK_FAILURE']]=this[_0x294c2a(0x257)](_0x5f353a),logger[_0x294c2a(0x2b2)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType='+_0x5b5382+_0x294c2a(0x2b1)+_0x10a54a[TestFrameworkConstants[_0x294c2a(0x184)]]+_0x294c2a(0x2aa)+_0x10a54a[TestFrameworkConstants[_0x294c2a(0x2ab)]]?.[_0x294c2a(0x1bc)](0x0,0xc8))):_0x10a54a[TestFrameworkConstants[_0x294c2a(0x1ba)]]=_0x4f6e71[_0x294c2a(0x28c)];_0x4f6e71[_0x294c2a(0x1e4)](_0xd65b,TestFrameworkConstants[_0x294c2a(0x195)])&&(_0x10a54a[TestFrameworkConstants[_0x294c2a(0x1ba)]]=_0xd65b);_0x10a54a[TestFrameworkConstants[_0x294c2a(0x248)]]=_0x5f353a[_0x294c2a(0x207)]||new Date()[_0x294c2a(0x16a)](),_0x10a54a[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x27e739;const _0x219875=_0x10a54a[TestFrameworkConstants['KEY_HOOK_ID']];!_0x35108d[_0x5b5382]&&(_0x35108d[_0x5b5382]=[]);_0x35108d[_0x5b5382][_0x294c2a(0x2e6)](_0x10a54a),_0x22a958[_0x4526b3][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x5b5382;const _0x3b5ce6={};_0x3b5ce6[_0x294c2a(0x2e8)]=0x2,logger[_0x294c2a(0x2b2)](_0x294c2a(0x1a3)+_0x5b5382+_0x294c2a(0x21f)+_0x219875+_0x294c2a(0x1d3)+_0xd65b+_0x294c2a(0x2e2)+util['inspect'](_0x10a54a,_0x3b5ce6));}}}return _0x22a958;}[a91_0x298dc3(0x2d3)](_0x423f9d){const _0x2309a9=a91_0x298dc3,_0x5667c9={};_0x5667c9[_0x2309a9(0x297)]=_0x2309a9(0x210);const _0x1d3222=_0x5667c9;try{const _0x1327f9=_0x423f9d[_0x2309a9(0x176)]?this[_0x2309a9(0x222)](_0x423f9d['test']):_0x423f9d[_0x2309a9(0x2e1)]['test_run_id'],_0x15f879=_0x423f9d[_0x2309a9(0x2a7)],_0x112719=_0x15f879[_0x2309a9(0x1b1)](),_0xdb7f10=_0x15f879[_0x2309a9(0x2ae)]()['get'](_0x1327f9);if(!_0xdb7f10)return logger[_0x2309a9(0x2b2)](_0x2309a9(0x1c0)+_0x1327f9),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x51f0a9=this[_0x2309a9(0x186)]()[0x0]||'',[TestFrameworkConstants[_0x2309a9(0x1f8)]]:_0x313a81=this[_0x2309a9(0x283)]()[this[_0x2309a9(0x186)]()[0x0]]||'',[TestFrameworkConstants[_0x2309a9(0x21b)]]:_0x2d3bde='',[TestFrameworkConstants[_0x2309a9(0x246)]]:_0x487ded=''}=_0xdb7f10,_0x30cb3b=_0x15f879[_0x2309a9(0x278)]()[_0x2309a9(0x24b)]()[_0x2309a9(0x2b0)]('.')[0x1],_0x2d5a14=_0x15f879[_0x2309a9(0x24f)]()[_0x2309a9(0x24b)]()[_0x2309a9(0x2b0)]('.')[0x1],_0x1ed7d1=global?.['__workerDetails']?.['workerInfo']?.[_0x2309a9(0x281)]||global[_0x2309a9(0x1ce)]||0x0,_0x20fd59=_0x15f879[_0x2309a9(0x227)](),_0x3cb5ea=Buffer['from'](JSON[_0x2309a9(0x19c)](_0xdb7f10))[_0x2309a9(0x24b)](_0x1d3222['klqyc']),_0xa8cc28={'hash':_0x112719[_0x2309a9(0x250)](),'threadId':_0x112719['getThreadId']()[_0x2309a9(0x24b)](),'processId':_0x112719[_0x2309a9(0x1b0)]()[_0x2309a9(0x24b)]()},_0x557df6={};_0x557df6[_0x2309a9(0x1f5)]=_0x1ed7d1,_0x557df6[_0x2309a9(0x223)]=_0x51f0a9,_0x557df6['testFrameworkVersion']=_0x313a81,_0x557df6[_0x2309a9(0x26a)]=_0x30cb3b,_0x557df6[_0x2309a9(0x22b)]=_0x2d5a14,_0x557df6[_0x2309a9(0x295)]=_0x2d3bde,_0x557df6[_0x2309a9(0x261)]=_0x487ded,_0x557df6[_0x2309a9(0x249)]=_0x20fd59,_0x557df6[_0x2309a9(0x2cb)]=_0x3cb5ea,_0x557df6[_0x2309a9(0x1f6)]=_0xa8cc28,_0x557df6[_0x2309a9(0x296)]=_0x1327f9;const _0x3a8317=_0x557df6;return _0x3a8317;}catch(_0x6d633a){return logger['error']('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util[_0x2309a9(0x2d0)](_0x6d633a)),{};}}async[a91_0x298dc3(0x27a)](_0x1ec88c,_0x578ab5,_0x480a9c){const _0xcd2820=a91_0x298dc3,_0x127a0e={'FGDCs':function(_0x12fd25,_0x13f448){return _0x12fd25+_0x13f448;},'PtuuU':_0xcd2820(0x240),'UKdwq':_0xcd2820(0x21a),'fdxdP':function(_0x70d578,_0x429271){return _0x70d578>_0x429271;},'ArRJz':function(_0x5dbb06,_0x51c11b,_0x426fe1,_0x37bbfb){return _0x5dbb06(_0x51c11b,_0x426fe1,_0x37bbfb);},'zyrsz':function(_0x2031d6,_0x2ac6d0){return _0x2031d6-_0x2ac6d0;},'AjuTh':function(_0x450314,_0x4dd580){return _0x450314===_0x4dd580;},'pSFpm':function(_0x3790fd,_0x8f39f6){return _0x3790fd/_0x8f39f6;},'VeMYu':function(_0xe80898,_0x3c26b1){return _0xe80898<_0x3c26b1;},'tfeVe':function(_0x21c13a,_0xda8eb0){return _0x21c13a*_0xda8eb0;},'HptRm':function(_0x5782ad,_0x312ef2){return _0x5782ad>_0x312ef2;}};try{const _0x5f4a8b=_0x480a9c[_0xcd2820(0x17a)]||_0x480a9c[_0xcd2820(0x280)],_0x49094f=Array[_0xcd2820(0x2e3)](_0x1ec88c[_0xcd2820(0x2ae)]()[_0xcd2820(0x199)]()),_0x18bde8=_0x1ec88c[_0xcd2820(0x2ae)]()[_0xcd2820(0x22f)](_0x5f4a8b);if(!_0x18bde8){logger[_0xcd2820(0x2b2)](_0xcd2820(0x28d)+_0x5f4a8b);return;}const {[TestFrameworkConstants[_0xcd2820(0x292)]]:_0x48b2f8='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x8b02f1=''}=_0x18bde8;let _0x1666d6=[];_0x18bde8&&_0x18bde8[TestFrameworkConstants[_0xcd2820(0x175)]]&&Array['isArray'](_0x18bde8[TestFrameworkConstants[_0xcd2820(0x175)]])?(_0x1666d6=_0x18bde8[TestFrameworkConstants[_0xcd2820(0x175)]]||[],logger[_0xcd2820(0x2b2)](_0xcd2820(0x214)+_0x1666d6[_0xcd2820(0x263)]+_0xcd2820(0x1d2)+_0x5f4a8b),_0x1ec88c[_0xcd2820(0x269)]({[_0x5f4a8b]:{[TestFrameworkConstants[_0xcd2820(0x175)]]:[],[TestFrameworkConstants[_0xcd2820(0x292)]]:this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0xcd2820(0x1f8)]]:this[_0xcd2820(0x283)]()[this[_0xcd2820(0x186)]()[0x0]]||''}}),logger[_0xcd2820(0x2b2)](_0xcd2820(0x181)+_0x5f4a8b)):logger[_0xcd2820(0x2b2)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x5f4a8b);logger[_0xcd2820(0x2b2)](_0xcd2820(0x291)+_0x1666d6[_0xcd2820(0x263)]+_0xcd2820(0x1a0)+_0x5f4a8b);const _0x51f7ea=_0x1666d6[_0xcd2820(0x1a8)](_0x21f003=>_0x21f003[_0xcd2820(0x225)]==='TEST_SCREENSHOT');_0x127a0e['fdxdP'](_0x51f7ea[_0xcd2820(0x263)],0x0)&&(logger[_0xcd2820(0x2b2)](_0xcd2820(0x2f1)+_0x51f7ea[_0xcd2820(0x263)]+'\x20screenshot\x20logs\x20for\x20testId:\x20'+_0x5f4a8b),_0x51f7ea['forEach']((_0x595614,_0xbd3331)=>{const _0x3254d1=_0xcd2820;logger[_0x3254d1(0x2b2)](_0x3254d1(0x242)+_0x127a0e[_0x3254d1(0x2ad)](_0xbd3331,0x1)+'/'+_0x51f7ea[_0x3254d1(0x263)]+_0x3254d1(0x2fa)+(_0x595614[_0x3254d1(0x296)]||_0x127a0e[_0x3254d1(0x1d6)])+_0x3254d1(0x2d1)+(_0x595614[_0x3254d1(0x238)]||_0x127a0e[_0x3254d1(0x1d6)])+_0x3254d1(0x22a)+(_0x595614[_0x3254d1(0x2ec)]||_0x127a0e[_0x3254d1(0x1dd)])+_0x3254d1(0x25f)+(_0x595614[_0x3254d1(0x1a4)]?.[_0x3254d1(0x263)]||0x0));}));const _0x5c4c54=_0x18bde8[TestFrameworkConstants[_0xcd2820(0x28b)]]||{},_0x20031d=_0x127a0e[_0xcd2820(0x1c9)](getMediaArtifactsLogs,_0x5c4c54,null,_0x5f4a8b),_0xe007e3=(_0x1666d6||[])[_0xcd2820(0x1ae)](_0x20031d||[]),_0x43cfd6=_0x51f7ea?.[_0xcd2820(0x263)]||0x0,_0xbc20f8=_0x127a0e[_0xcd2820(0x2ba)](_0x1666d6?.[_0xcd2820(0x263)]||0x0,_0x43cfd6);logger[_0xcd2820(0x2b2)](_0xcd2820(0x1e2)+_0x5f4a8b+_0xcd2820(0x1cc)+_0xbc20f8+_0xcd2820(0x1f4)+_0x43cfd6+_0xcd2820(0x2bd)+(_0x20031d?.[_0xcd2820(0x263)]||0x0)+_0xcd2820(0x1d8)+_0xe007e3[_0xcd2820(0x263)]);if(!_0xe007e3||_0x127a0e[_0xcd2820(0x258)](_0xe007e3[_0xcd2820(0x263)],0x0)){logger[_0xcd2820(0x2b2)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0x5f4a8b);return;}const _0x2cd3a5=0x28,_0x416f1e=Math[_0xcd2820(0x27f)](_0x127a0e['pSFpm'](_0xe007e3[_0xcd2820(0x263)],_0x2cd3a5));for(let _0x4f4323=0x0;_0x127a0e[_0xcd2820(0x23f)](_0x4f4323,_0x416f1e);_0x4f4323++){const _0x29e5ee=_0x127a0e[_0xcd2820(0x17e)](_0x4f4323,_0x2cd3a5),_0x3105b0=_0x127a0e['FGDCs'](_0x29e5ee,_0x2cd3a5),_0x33b7aa=_0xe007e3['slice'](_0x29e5ee,_0x3105b0),_0x11db85=global?.['browserstackPlatformIndex']??0x0,_0x4c0bce={'platformIndex':_0x11db85,'logs':_0x33b7aa,'testFrameworkName':_0x48b2f8,'testFrameworkVersion':_0x8b02f1,'testFrameworkState':_0x578ab5[_0xcd2820(0x24b)]()[_0xcd2820(0x2b0)]('.')[0x1]},_0x1dd1c0={};_0x1dd1c0[_0xcd2820(0x2e8)]=0x3,_0x1dd1c0[_0xcd2820(0x2b9)]=0x5,logger[_0xcd2820(0x2b2)](_0xcd2820(0x279)+_0x127a0e[_0xcd2820(0x2ad)](_0x4f4323,0x1)+'/'+_0x416f1e+_0xcd2820(0x1d5)+_0x5f4a8b+',\x20logsInBatch:\x20'+_0x33b7aa['length']+_0xcd2820(0x200)+_0x11db85+',\x20payload:\x20'+util[_0xcd2820(0x1ca)](_0x4c0bce,_0x1dd1c0));const _0x5ee7b8=await GrpcClient[_0xcd2820(0x187)]()[_0xcd2820(0x1b8)](_0x4c0bce);logger[_0xcd2820(0x2b2)](_0xcd2820(0x279)+_0x127a0e['FGDCs'](_0x4f4323,0x1)+'/'+_0x416f1e+_0xcd2820(0x1d5)+_0x5f4a8b+_0xcd2820(0x2c8)+util[_0xcd2820(0x1ca)](_0x5ee7b8));}_0x20031d&&_0x127a0e[_0xcd2820(0x20a)](_0x20031d['length'],0x0)&&_0x18bde8[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]&&_0x1ec88c[_0xcd2820(0x269)]({[_0x5f4a8b]:{[TestFrameworkConstants[_0xcd2820(0x28b)]]:{},[TestFrameworkConstants[_0xcd2820(0x292)]]:this[_0xcd2820(0x186)]()[0x0]||'',[TestFrameworkConstants[_0xcd2820(0x1f8)]]:this[_0xcd2820(0x283)]()[this[_0xcd2820(0x186)]()[0x0]]||''}}),logger[_0xcd2820(0x2b2)](_0xcd2820(0x23a)+_0x5f4a8b+',\x20totalBatches:\x20'+_0x416f1e);}catch(_0xd1e8e6){logger[_0xcd2820(0x1f0)](_0xcd2820(0x1c7)+(_0x480a9c['testUUID']||_0x480a9c['testId'])+_0xcd2820(0x2ea)+util[_0xcd2820(0x2d0)](_0xd1e8e6));}}[a91_0x298dc3(0x2f0)](_0x4677b7,_0x251be0,_0x2cedf4,_0x4cf022,_0x136cf3){const _0x24c98a=a91_0x298dc3,_0x2b383d={};_0x2b383d['cxfZY']=function(_0xb3ca6,_0x35c5b5){return _0xb3ca6===_0x35c5b5;},_0x2b383d[_0x24c98a(0x16e)]='beforeAll';const _0x45c8b7=_0x2b383d,{hookData:_0xe0ac21}=_0x136cf3,_0x467c5d={'testId':_0x251be0,'testFrameworkState':_0x2cedf4,'hookState':_0x4cf022,'args':_0x136cf3,'timestamp':new Date()[_0x24c98a(0x16a)]()};if(_0x45c8b7[_0x24c98a(0x18f)](_0x2cedf4,TestFrameworkState[_0x24c98a(0x178)])&&_0xe0ac21){const _0x2a9f41={};_0x2a9f41[_0x24c98a(0x1ed)]=_0xe0ac21[_0x24c98a(0x276)]||_0xe0ac21['location'],_0x2a9f41['scope']=_0xe0ac21['scope']||_0xe0ac21[_0x24c98a(0x1e7)]&&_0xe0ac21[_0x24c98a(0x1e7)][0x0]||'',_0x2a9f41[_0x24c98a(0x2f8)]=_0x45c8b7['ROXtl'],_0x467c5d['hookMetadata']=_0x2a9f41,logger[_0x24c98a(0x2b2)]('[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20'+_0x251be0+_0x24c98a(0x2de)+_0x467c5d['hookMetadata'][_0x24c98a(0x1ed)]+_0x24c98a(0x287)+_0x467c5d[_0x24c98a(0x1f1)]['scope']);}_0x4677b7[_0x24c98a(0x1ee)](_0x251be0,_0x467c5d),logger[_0x24c98a(0x2b2)](_0x24c98a(0x174)+_0x251be0+_0x24c98a(0x19d)+_0x2cedf4+_0x24c98a(0x265)+_0x4cf022);}async[a91_0x298dc3(0x266)](_0x1f8ece,_0x2e41f2){const _0x1ff84d=a91_0x298dc3,_0x1e7b42={};_0x1e7b42[_0x1ff84d(0x2ef)]=function(_0x51c6c3,_0xf105ee){return _0x51c6c3>_0xf105ee;},_0x1e7b42[_0x1ff84d(0x275)]=function(_0x533020,_0x66d7ff){return _0x533020===_0x66d7ff;},_0x1e7b42[_0x1ff84d(0x2c4)]=function(_0x4e6055,_0x34a4da){return _0x4e6055===_0x34a4da;},_0x1e7b42[_0x1ff84d(0x182)]=function(_0xc18ac4,_0x213090){return _0xc18ac4===_0x213090;},_0x1e7b42[_0x1ff84d(0x2e9)]=function(_0xc04b97,_0x43459f){return _0xc04b97>_0x43459f;},_0x1e7b42[_0x1ff84d(0x21e)]=function(_0x202ec1,_0x32bd48){return _0x202ec1===_0x32bd48;},_0x1e7b42[_0x1ff84d(0x1a2)]=_0x1ff84d(0x2b6);const _0x46c3e8=_0x1e7b42;if(_0x1f8ece[_0x1ff84d(0x29b)](_0x2e41f2)){const _0xab0e84=_0x1f8ece[_0x1ff84d(0x1d7)](_0x2e41f2);logger[_0x1ff84d(0x2b2)]('Processing\x20'+_0xab0e84[_0x1ff84d(0x263)]+_0x1ff84d(0x2dd)+_0x2e41f2);for(const _0x5610a7 of _0xab0e84){try{const _0xbaf07a=await this[_0x1ff84d(0x29a)](_0x1f8ece,_0x5610a7[_0x1ff84d(0x26a)],_0x5610a7[_0x1ff84d(0x22b)],_0x5610a7['args']);_0xbaf07a&&_0x46c3e8[_0x1ff84d(0x2ef)](Object[_0x1ff84d(0x199)](_0xbaf07a)[_0x1ff84d(0x263)],0x0)&&_0x1f8ece[_0x1ff84d(0x269)](_0xbaf07a),await this[_0x1ff84d(0x1bd)](_0x1f8ece,_0x5610a7['testFrameworkState'],_0x5610a7[_0x1ff84d(0x22b)],_0x5610a7[_0x1ff84d(0x183)]);}catch(_0x48dcc8){logger[_0x1ff84d(0x1f0)](_0x1ff84d(0x205)+_0x2e41f2+_0x1ff84d(0x2ea)+_0x48dcc8);}}_0x1f8ece[_0x1ff84d(0x2ca)](_0x2e41f2),logger[_0x1ff84d(0x2b2)]('Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20'+_0x2e41f2);}const _0x5578e=_0x1f8ece[_0x1ff84d(0x2ae)]()[_0x1ff84d(0x22f)](_0x2e41f2);if(_0x5578e){const _0x3330ec=_0x5578e[TestFrameworkConstants[_0x1ff84d(0x2a0)]]||_0x5578e[TestFrameworkConstants[_0x1ff84d(0x1e3)]],_0x30abf8=_0x5578e[TestFrameworkConstants[_0x1ff84d(0x170)]]||_0x5578e[TestFrameworkConstants[_0x1ff84d(0x1af)]]&&_0x5578e[TestFrameworkConstants[_0x1ff84d(0x1af)]][0x0]||'';logger['debug'](_0x1ff84d(0x2d9)+_0x3330ec+_0x1ff84d(0x287)+_0x30abf8);const _0x391b8d=_0x1f8ece[_0x1ff84d(0x1d1)]();for(const _0x4b7796 of _0x391b8d){if(_0x46c3e8[_0x1ff84d(0x275)](_0x4b7796,_0x2e41f2))continue;if(_0x1f8ece[_0x1ff84d(0x29b)](_0x4b7796)){const _0x3562f4=_0x1f8ece[_0x1ff84d(0x1d7)](_0x4b7796);for(const _0x37ce2c of _0x3562f4){if(_0x46c3e8[_0x1ff84d(0x2c4)](_0x37ce2c['testFrameworkState'],TestFrameworkState[_0x1ff84d(0x178)])&&_0x37ce2c[_0x1ff84d(0x1f1)]){const _0x2a928d=_0x37ce2c[_0x1ff84d(0x1f1)][_0x1ff84d(0x1ed)],_0x53f4be=_0x37ce2c['hookMetadata']['scope'];if(_0x46c3e8[_0x1ff84d(0x182)](_0x2a928d,_0x3330ec)&&_0x46c3e8['XzocD'](_0x53f4be,_0x30abf8)){logger['debug'](_0x1ff84d(0x293)+_0x4b7796+_0x1ff84d(0x224)+_0x2e41f2+_0x1ff84d(0x2de)+_0x2a928d+_0x1ff84d(0x287)+_0x53f4be);_0x37ce2c[_0x1ff84d(0x183)]&&_0x37ce2c[_0x1ff84d(0x183)][_0x1ff84d(0x2e1)]&&(_0x37ce2c['args'][_0x1ff84d(0x2e1)][_0x1ff84d(0x17f)]=_0x2e41f2,logger[_0x1ff84d(0x2b2)](_0x1ff84d(0x1de)+_0x4b7796+'\x20to\x20'+_0x2e41f2));try{const _0x526528=await this[_0x1ff84d(0x29a)](_0x1f8ece,_0x37ce2c[_0x1ff84d(0x26a)],_0x37ce2c[_0x1ff84d(0x22b)],_0x37ce2c[_0x1ff84d(0x183)]);_0x526528&&_0x46c3e8[_0x1ff84d(0x2e9)](Object['keys'](_0x526528)[_0x1ff84d(0x263)],0x0)&&_0x1f8ece[_0x1ff84d(0x269)](_0x526528);await this['runHooks'](_0x1f8ece,_0x37ce2c[_0x1ff84d(0x26a)],_0x37ce2c[_0x1ff84d(0x22b)],_0x37ce2c[_0x1ff84d(0x183)]);const _0x4e78db=_0x1f8ece[_0x1ff84d(0x1d7)](_0x4b7796)[_0x1ff84d(0x1a8)](_0x2ba477=>_0x2ba477!==_0x37ce2c);if(_0x46c3e8[_0x1ff84d(0x21e)](_0x4e78db[_0x1ff84d(0x263)],0x0))_0x1f8ece[_0x1ff84d(0x2ca)](_0x4b7796);else{_0x1f8ece[_0x1ff84d(0x2ca)](_0x4b7796);for(const _0x391090 of _0x4e78db){_0x1f8ece[_0x1ff84d(0x1ee)](_0x4b7796,_0x391090);}}logger[_0x1ff84d(0x2b2)](_0x46c3e8[_0x1ff84d(0x1a2)]);}catch(_0x4b1ce8){logger[_0x1ff84d(0x1f0)]('[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20'+_0x2e41f2+_0x1ff84d(0x2ea)+_0x4b1ce8);}}}}}}}}[a91_0x298dc3(0x23b)](_0x205a90){const _0x454668=a91_0x298dc3,_0x202219={'MKQzJ':function(_0x1b331d){return _0x1b331d();}};if(!_0x205a90||!_0x205a90[_0x454668(0x198)])return;_0x205a90[_0x454668(0x198)]['hooks']&&Array['isArray'](_0x205a90[_0x454668(0x198)][_0x454668(0x2ac)])&&_0x205a90['parent'][_0x454668(0x2ac)]['forEach'](_0x19d1c0=>{const _0x272569=_0x454668;!_0x19d1c0[_0x272569(0x16f)]&&!_0x19d1c0[_0x272569(0x2a5)]&&(_0x19d1c0['hookAnalyticsId']=_0x202219['MKQzJ'](uuidv4),_0x19d1c0['hookUUID']=_0x19d1c0[_0x272569(0x16f)],logger[_0x272569(0x2b2)]('[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type='+_0x19d1c0['type']+',\x20hookUUID='+_0x19d1c0[_0x272569(0x16f)]));}),this[_0x454668(0x23b)](_0x205a90[_0x454668(0x198)]);}['getHooksForTest'](_0xeda85d){const _0x420cd0=a91_0x298dc3,_0xa3e03d={'ONcKd':function(_0x149175,_0x5cbf15){return _0x149175(_0x5cbf15);}};if(!_0xeda85d||!_0xeda85d[_0x420cd0(0x198)])return[];const _0x3a314d=[];return _0xeda85d['parent'][_0x420cd0(0x2ac)]&&Array[_0x420cd0(0x239)](_0xeda85d[_0x420cd0(0x198)][_0x420cd0(0x2ac)])&&_0xeda85d[_0x420cd0(0x198)][_0x420cd0(0x2ac)][_0x420cd0(0x2bc)](_0x1986b8=>{const _0x4569c1=_0x420cd0,_0x4fc88=_0x1986b8['hookAnalyticsId']||_0x1986b8['hookUUID'];_0x4fc88&&!this[_0x4569c1(0x26d)](_0x1986b8)&&!_0xa3e03d['ONcKd'](isInternalHook,_0x1986b8['fn'])&&_0x3a314d['push'](_0x4fc88);}),[..._0x3a314d,...this[_0x420cd0(0x1dc)](_0xeda85d['parent'])];}[a91_0x298dc3(0x2a8)](_0xdd1229){const _0x234880=a91_0x298dc3,_0x5a27de={'HBLHC':function(_0x63be52,_0x27cf0c){return _0x63be52(_0x27cf0c);},'zaWMr':_0x234880(0x22d)},_0xfe0a0b=new Map(),_0x187096=_0x14ef7e=>{const _0x3232bd=_0x234880;if(!_0x14ef7e||!_0x14ef7e[_0x3232bd(0x198)])return;_0x14ef7e[_0x3232bd(0x198)][_0x3232bd(0x2ac)]&&Array['isArray'](_0x14ef7e[_0x3232bd(0x198)][_0x3232bd(0x2ac)])&&_0x14ef7e[_0x3232bd(0x198)][_0x3232bd(0x2ac)][_0x3232bd(0x2bc)](_0x52c280=>{const _0xc75795=_0x3232bd,_0x1191fa=_0x52c280[_0xc75795(0x16f)]||_0x52c280[_0xc75795(0x2a5)];if(_0x1191fa&&!this[_0xc75795(0x26d)](_0x52c280)&&!_0x5a27de[_0xc75795(0x192)](isInternalHook,_0x52c280['fn'])){const _0x477a1d={};_0x477a1d[_0xc75795(0x29f)]=_0x52c280['type']||_0x5a27de['zaWMr'],_0x477a1d[_0xc75795(0x1c8)]=_0x52c280[_0xc75795(0x1c8)]||'\x22'+_0x52c280['type']+'\x22\x20hook',_0xfe0a0b['set'](_0x1191fa,_0x477a1d);}}),_0x5a27de[_0x3232bd(0x192)](_0x187096,_0x14ef7e[_0x3232bd(0x198)]);};return _0x5a27de['HBLHC'](_0x187096,_0xdd1229),_0xfe0a0b;}['isJestInternalHook'](_0x2fec47){const _0x110054=a91_0x298dc3,_0x116c21={};_0x116c21['aJAkS']=_0x110054(0x2d6),_0x116c21['hYqwQ']=_0x110054(0x20f);const _0x55313f=_0x116c21;try{const _0x1c2801=this[_0x110054(0x2f5)](_0x2fec47);if(!_0x1c2801||_0x1c2801[_0x110054(0x2f7)](_0x55313f[_0x110054(0x201)]))return!![];return![];}catch(_0x4ccc54){logger[_0x110054(0x2b2)](_0x55313f[_0x110054(0x28e)]);}return![];}[a91_0x298dc3(0x2f5)](_0x4530c1){const _0x19be22=a91_0x298dc3,_0x158fbd={'PVjRy':function(_0x2abcca,_0x23bf58){return _0x2abcca(_0x23bf58);}};if(_0x4530c1[_0x19be22(0x2be)])return _0x4530c1['file'];if(_0x4530c1[_0x19be22(0x234)])try{const _0x26bb6d=stackTrace[_0x19be22(0x1e5)](_0x4530c1[_0x19be22(0x234)]),_0x4d83ec=_0x158fbd[_0x19be22(0x18c)](pickUserFrameFile,_0x26bb6d);if(_0x4d83ec)return _0x4d83ec;logger['debug'](_0x19be22(0x282)+_0x26bb6d[_0x19be22(0x263)]+')');}catch(_0x5296ce){logger[_0x19be22(0x2b2)](_0x19be22(0x1b5)+util[_0x19be22(0x2d0)](_0x5296ce));}return null;}}function a91_0x1ab4(_0x306513,_0x4c8d8f){const _0x582217=a91_0x5822();return a91_0x1ab4=function(_0x1ab45,_0x3df687){_0x1ab45=_0x1ab45-0x167;let _0x1924c3=_0x582217[_0x1ab45];return _0x1924c3;},a91_0x1ab4(_0x306513,_0x4c8d8f);}function a91_0x5822(){const _0x1ef8a6=['parseJestTest','addMultipleEntries','testFrameworkState','getActiveHook','FJdIC','isJestInternalHook','hook_result','65556erYDRy','stack-trace','KVhMZ',',\x20hookType=','KEY_AUTOMATE_SESSION_NAME','QiQOz','tjoFh','file_name','duration','getCurrentTestState','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','sendLogCreatedEvent','eJLOw','elWgO','TZeGV','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','ceil','testId','parallelIndex','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','getTestFrameworksVersions','POST','getJestTestTags','Vptdb',',\x20scope:\x20','inHUa','rcluK','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','KEY_TEST_ATTACHMENTS','MiyDY','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','hYqwQ','\x20(testIdentifier),\x20tags=','../instances/trackedInstance.js','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','KEY_TEST_FRAMEWORK_NAME','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','startedAt','test_identifier','klqyc','status','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','trackHookEvent','hasPendingHooks','body','644660cVaZKS','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','type','KEY_TEST_FILE_PATH','702158BZmfMj','KEY_TEST_META',',\x20storing\x20as\x20pending\x20hook','2993552trtqUQ','hookUUID','../../../helpers/test-observability/utils','instance','buildHookMapFromTest','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20',',\x20failureReason=','KEY_HOOK_FAILURE_REASON','hooks','FGDCs','getAllData','setActiveHook','split',',\x20failureType=','debug','trackJestInstance',',\x20hooksListLength=','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','trackJestInstance:\x20created\x20instance\x20for\x20target=','18DVnQIM','maxArrayLength','zyrsz','elGsk','forEach',',\x20attachmentLogs:\x20','file','\x20attachments','jvCwM','KEY_HOOKS_FINISHED',':testAnalyticsId','LjHvv','LPWYr','QxpvP','exports','toUpperCase',',\x20response=','KEY_TEST_TAGS','removePendingHooks','eventJson','failure_reason',',\x20contextId=','passed','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','format',',\x20test_run_uuid=','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','createTestFrameworkEventPayload','join','find','jest-circus','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','substr','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20','\x20&\x20hookState=','../cliUtils.js','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','\x20pending\x20hooks\x20for\x20testId:\x20',',\x20filePath:\x20','KEY_HOOK_LOGS','HKgWb','hookData',',\x20hook=','from',',\x20target=','594dIGCmX','push','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','depth','LWPuB',',\x20error:\x20','KEY_TEST_FAILURE_TYPE','hook_run_uuid','retryOf','uaUxu','ldzSG','storePendingHook','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','KEY_TEST_DURATION','KEY_TEST_ID','reverse','getRootParentFile','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','includes','hookType','Bkbjo','\x20-\x20test_identifier=','skipped','KEY_TEST_RESULT',',\x20scopes=','toISOString','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22',',\x20exception=','Zmbec','ROXtl','hookAnalyticsId','KEY_TEST_SCOPE','bEnIo','createContext','KEY_TEST_CODE','Stored\x20pending\x20hook\x20for\x20testId:\x20','KEY_LOGS','test','testData','BEFORE_ALL','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','testUUID','KEY_TEST_FAILURE','1528990TaBZnr','title','tfeVe','test_run_id','nlrxP','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','XzocD','args','KEY_HOOK_FAILURE_TYPE','failed','getTestFrameworks','getInstance','getJestTestName','parseJestTestResult','ICVax',',\x20testData=','PVjRy','removeActiveHook','apLbz','cxfZY','getJestTestScopes','ZnOFl','HBLHC','startsWith','activeHooks','DEFAULT_HOOK_RESULT','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','util','parent','keys','KEY_CUSTOM_TAGS','304185BucrQs','stringify',',\x20state:\x20','Unknown\x20Test','has','\x20for\x20testId:\x20',',\x20hookState=','sAUpk','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','message','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','getCurrentInstanceName','hMnCy','filter','DEFAULT_TEST_RESULT','UYfdS','../state/hookState.js','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','concat','KEY_TEST_SCOPES','getProcessId','getContext','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','zeimB','DbtrY','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','../../../helpers/classLogger.js','getJestTestFilePath','logCreatedEvent','tmbjW','KEY_HOOK_RESULT','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','substring','runHooks','KEY_TEST_RETRY_OF','gQoeA','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','48uUFexx','AssertionError','KEY_HOOK_NAME','./testFramework','KEY_HOOK_LAST_STARTED','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','name','ArRJz','inspect','KEY_TEST_UUID',',\x20consoleLogs:\x20','started_at','__bstackPlatformIndex','tags',',\x20testFramework=','getAllPendingHookTestIds','\x20logs\x20for\x20testId:\x20',',\x20result=','LOG_REPORT','\x20-\x20testId:\x20','PtuuU','getPendingHooks',',\x20totalLogs:\x20','hook_id','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','getHooksForTest','UKdwq','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','xyIME','yNJVg','../../../helpers/helper.js','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','KEY_TEST_LOCATION','oxtaL','parse','getJestFailureReason','scopes','matchHookRegex','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','xPEkY','trZfe','\x20(testIdentifier),\x20result=','filePath','addPendingHook','AOvYB','error','hookMetadata','IoSHG','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=',',\x20screenshotLogs:\x20','platformIndex','executionContext','FwkSQ','KEY_TEST_FRAMEWORK_VERSION','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','TEST','Dhnyt','Uwuls','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','setTrackedInstance','LsfEo',',\x20platformIndex:\x20','aJAkS','../grpcClient','../state/testFrameworkState.js','replace','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','\x22\x20from\x20testData','finished_at','getJestFailureType','slice','HptRm','result','KXphW','resolveInstance','lQACW','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','base64','KEY_EVENT_STARTED_AT',',\x20duration=','../TestInfo.js','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','hook_type','code','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','NONE','apply','none','KEY_TEST_STARTED_AT',',\x20remainingHooks=',',\x20hookData=','QwFoz',',\x20hookId=','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','KEY_HOOK_ID','getJestTestIdentifier','testFrameworkName',',\x20currentTestId:\x20','kind','RaNmF','getRef','KEY_HOOKS_STARTED','\x20hook',',\x20hook_run_uuid=','hookState','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','unknown','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','get','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','getTrackedInstance','oowes','../instances/testFrameworkInstance.js','asyncError','3IbLSjM','KEY_TEST_RESULT_AT','ZXUcu','test_run_uuid','isArray','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','mapTestHooks','pUths','../../../helpers/stackFrameUtils','480923kbimYK','VeMYu','missing','warn','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','5bIJUWd','KEY_TEST_ENDED_AT',',\x20hookUUID=','KEY_EVENT_ENDED_AT','uuid','bjjBV','toString',',\x20testId=','originalTest','\x20(testIdentifier)','getCurrentHookState','getId','map','trackEvent',',\x20totalHooks=','PRE','KjSig','skip','getJestFailureData','AjuTh','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','_ALL','\x20(testIdentifier),\x20hookType=','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','pid','trackJestInstance:\x20instance\x20already\x20exists',',\x20messageLength=','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','endedAt','splice','length','errorsDetailed',',\x20hookState:\x20','processPendingHooks','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType='];a91_0x5822=function(){return _0x1ef8a6;};return a91_0x5822();}module[a91_0x298dc3(0x2c6)]=JestTestFramework;
@@ -1 +1 @@
1
- const a92_0x408ae9=a92_0x6de4;(function(_0x346106,_0x8b37ab){const _0x519ea4=a92_0x6de4,_0x12e0e2=_0x346106();while(!![]){try{const _0x56acd9=parseInt(_0x519ea4(0x152))/0x1*(parseInt(_0x519ea4(0x186))/0x2)+-parseInt(_0x519ea4(0x142))/0x3*(parseInt(_0x519ea4(0x13b))/0x4)+parseInt(_0x519ea4(0x14c))/0x5+parseInt(_0x519ea4(0x141))/0x6+parseInt(_0x519ea4(0x16f))/0x7*(parseInt(_0x519ea4(0x139))/0x8)+-parseInt(_0x519ea4(0x183))/0x9*(-parseInt(_0x519ea4(0x14e))/0xa)+-parseInt(_0x519ea4(0x15b))/0xb*(parseInt(_0x519ea4(0x138))/0xc);if(_0x56acd9===_0x8b37ab)break;else _0x12e0e2['push'](_0x12e0e2['shift']());}catch(_0x4e050f){_0x12e0e2['push'](_0x12e0e2['shift']());}}}(a92_0x517d,0xdce14));const path=require(a92_0x408ae9(0x143)),TestFramework=require(a92_0x408ae9(0x162)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require('../state/hookState.js'),{createClassLogger}=require(a92_0x408ae9(0x15e)),TestFrameworkInstance=require(a92_0x408ae9(0x169)),CLIUtils=require(a92_0x408ae9(0x160)),TrackedInstance=require(a92_0x408ae9(0x151)),TestFrameworkConstants=require(a92_0x408ae9(0x170)),util=require(a92_0x408ae9(0x15d)),logger=createClassLogger(a92_0x408ae9(0x154));function a92_0x6de4(_0x389bd0,_0x5882b9){const _0x517d24=a92_0x517d();return a92_0x6de4=function(_0x6de461,_0x301455){_0x6de461=_0x6de461-0x134;let _0x5c2c3b=_0x517d24[_0x6de461];return _0x5c2c3b;},a92_0x6de4(_0x389bd0,_0x5882b9);}class NewmanTestFramework extends TestFramework{constructor(_0x257295,_0x4be3eb,_0x3ea1f9){super(_0x257295,_0x4be3eb,_0x3ea1f9);}async['trackEvent'](_0x2fcfcb,_0x3733db,_0x55d777={}){const _0x53ddbd=a92_0x408ae9,_0x4f0a7d={};_0x4f0a7d['rzLRg']=function(_0x4898ca,_0x3be116){return _0x4898ca===_0x3be116;},_0x4f0a7d['lrrpR']=function(_0x19ef70,_0x453c8f){return _0x19ef70===_0x453c8f;};const _0x3daab1=_0x4f0a7d;logger[_0x53ddbd(0x16c)](_0x53ddbd(0x177)+_0x2fcfcb+'\x20hook='+_0x3733db),await super[_0x53ddbd(0x161)](_0x2fcfcb,_0x3733db,_0x55d777);const _0x2bb238=this[_0x53ddbd(0x153)](_0x2fcfcb,_0x3733db,_0x55d777);if(!_0x2bb238)return;try{if(_0x3daab1[_0x53ddbd(0x167)](_0x2fcfcb,TestFrameworkState[_0x53ddbd(0x13a)])&&_0x55d777[_0x53ddbd(0x13f)]){const _0x4c34fd=_0x3daab1[_0x53ddbd(0x176)](_0x3733db,HookState[_0x53ddbd(0x149)])?this['parseNewmanTest'](_0x55d777[_0x53ddbd(0x13f)]):this['parseNewmanTestResult'](_0x55d777[_0x53ddbd(0x13f)]);_0x2bb238[_0x53ddbd(0x17d)](_0x4c34fd);}}catch(_0x30354d){logger[_0x53ddbd(0x16d)](_0x53ddbd(0x145)+util[_0x53ddbd(0x175)](_0x30354d));}_0x55d777[_0x53ddbd(0x17a)]=_0x2bb238,await this[_0x53ddbd(0x184)](_0x2bb238,_0x2fcfcb,_0x3733db,_0x55d777);}[a92_0x408ae9(0x172)](_0x3e2db4){const _0x115284=a92_0x408ae9,_0x36ed6f=this[_0x115284(0x179)]()[0x0],_0x3d62f3={};return _0x3d62f3[_0x3e2db4['uuid']]={[TestFrameworkConstants[_0x115284(0x16b)]]:_0x36ed6f,[TestFrameworkConstants[_0x115284(0x156)]]:this['getTestFrameworksVersions']()[_0x36ed6f],[TestFrameworkConstants[_0x115284(0x150)]]:[],[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x115284(0x166)],[TestFrameworkConstants[_0x115284(0x187)]]:_0x3e2db4['uuid'],[TestFrameworkConstants[_0x115284(0x181)]]:_0x3e2db4[_0x115284(0x165)],[TestFrameworkConstants['KEY_TEST_NAME']]:_0x3e2db4[_0x115284(0x136)],[TestFrameworkConstants[_0x115284(0x180)]]:_0x3e2db4[_0x115284(0x134)]||'',[TestFrameworkConstants[_0x115284(0x17b)]]:_0x3e2db4[_0x115284(0x13c)]||'',[TestFrameworkConstants[_0x115284(0x168)]]:null,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x3e2db4[_0x115284(0x146)]||[],[TestFrameworkConstants[_0x115284(0x16e)]]:_0x3e2db4['started_at']||new Date()['toISOString'](),[TestFrameworkConstants[_0x115284(0x182)]]:_0x3e2db4[_0x115284(0x14b)]||'',[TestFrameworkConstants[_0x115284(0x144)]]:_0x3e2db4[_0x115284(0x171)]||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:null,[TestFrameworkConstants[_0x115284(0x148)]]:_0x3e2db4['custom_metadata']||{},[TestFrameworkConstants['KEY_TEST_META']]:_0x3e2db4['meta']||{}},_0x3d62f3;}['parseNewmanTestResult'](_0xe75c77){const _0xdae48f=a92_0x408ae9,_0x3c7efb={};_0x3c7efb[_0xdae48f(0x15c)]=_0xdae48f(0x164);const _0x17bdaf=_0x3c7efb,_0x31d2f8={};return _0x31d2f8[_0xe75c77[_0xdae48f(0x165)]]={[TestFrameworkConstants['KEY_TEST_RESULT']]:_0xe75c77['result']||_0x17bdaf[_0xdae48f(0x15c)],[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0xe75c77[_0xdae48f(0x188)]||new Date()['toISOString'](),[TestFrameworkConstants[_0xdae48f(0x159)]]:_0xe75c77[_0xdae48f(0x158)]||[],[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]:_0xe75c77[_0xdae48f(0x163)]||null,[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]:_0xe75c77[_0xdae48f(0x16a)]||null},_0x31d2f8;}[a92_0x408ae9(0x153)](_0x3c69b9){const _0x44e19d=a92_0x408ae9;let _0x2934a5=TestFramework[_0x44e19d(0x157)]();if(!_0x2934a5){const _0x1dd242=TrackedInstance['createContext'](CLIUtils['getCurrentInstanceName']());_0x2934a5=new TestFrameworkInstance(_0x1dd242,this['getTestFrameworks'](),this[_0x44e19d(0x185)](),_0x3c69b9,HookState['NONE']),TestFramework[_0x44e19d(0x135)](_0x1dd242,_0x2934a5);}return _0x2934a5;}[a92_0x408ae9(0x174)](_0x8a7215){const _0x91df55=a92_0x408ae9,_0x26c21c={};_0x26c21c[_0x91df55(0x14a)]='base64';const _0x103fec=_0x26c21c;try{const _0xfcf4e9=_0x8a7215['test']?_0x8a7215[_0x91df55(0x13f)][_0x91df55(0x165)]:null,_0xb4d138=_0x8a7215['instance'],_0x2cd89c=_0xb4d138[_0x91df55(0x13e)](),_0x13370b=_0xb4d138[_0x91df55(0x14d)]()[_0x91df55(0x147)](_0xfcf4e9);if(!_0x13370b)return{};const {[TestFrameworkConstants[_0x91df55(0x16b)]]:_0x25c71c='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x55046e='',[TestFrameworkConstants[_0x91df55(0x16e)]]:_0x248d54='',[TestFrameworkConstants[_0x91df55(0x140)]]:_0x2835e9=''}=_0x13370b;return{'platformIndex':0x0,'testFrameworkName':_0x25c71c,'testFrameworkVersion':_0x55046e,'testFrameworkState':_0xb4d138[_0x91df55(0x15a)]()[_0x91df55(0x173)]()[_0x91df55(0x137)]('.')[0x1],'hookState':_0xb4d138[_0x91df55(0x17f)]()[_0x91df55(0x173)]()[_0x91df55(0x137)]('.')[0x1],'startedAt':_0x248d54,'endedAt':_0x2835e9,'uuid':_0xfcf4e9,'eventJson':Buffer[_0x91df55(0x15f)](JSON[_0x91df55(0x155)](_0x13370b))[_0x91df55(0x173)](_0x103fec[_0x91df55(0x14a)]),'executionContext':{'hash':_0x2cd89c[_0x91df55(0x17c)](),'threadId':_0x2cd89c[_0x91df55(0x14f)]()['toString'](),'processId':_0x2cd89c[_0x91df55(0x178)]()[_0x91df55(0x173)]()}};}catch(_0x228ef0){return logger[_0x91df55(0x16d)](_0x91df55(0x13d)+util[_0x91df55(0x175)](_0x228ef0)),{};}}}module[a92_0x408ae9(0x17e)]=NewmanTestFramework;function a92_0x517d(){const _0x123f75=['KEY_TEST_FAILURE','getCurrentTestState','10526989cKDHfR','AYHMp','util','../../../helpers/classLogger.js','from','../cliUtils.js','trackEvent','./testFramework','failure_type','pending','uuid','DEFAULT_TEST_RESULT','rzLRg','KEY_TEST_CODE','../instances/testFrameworkInstance.js','failure_reason','KEY_TEST_FRAMEWORK_NAME','debug','error','KEY_TEST_STARTED_AT','1834WPXCNo','./constants/testFrameworkConstants.js','scopes','parseNewmanTest','toString','createTestFrameworkEventPayload','format','lrrpR','trackEvent:\x20state=','getProcessId','getTestFrameworks','instance','KEY_TEST_LOCATION','getId','addMultipleEntries','exports','getCurrentHookState','KEY_TEST_FILE_PATH','KEY_TEST_UUID','KEY_TEST_SCOPE','2909052MTYAZD','runHooks','getTestFrameworksVersions','86eEZPde','KEY_TEST_ID','finished_at','file_path','setTrackedInstance','name','split','48WKjsWX','43232NoeYuv','TEST','2619688ZcfkfE','location','createTestFrameworkEventPayload:\x20error=','getContext','test','KEY_TEST_ENDED_AT','5844438FypgYl','3KRMbCO','path','KEY_TEST_SCOPES','trackEvent:\x20error=','tags','get','KEY_CUSTOM_TAGS','PRE','lfsts','scope','4438200VHMKsk','getAllData','50tYrDui','getThreadId','KEY_TEST_LOGS','../instances/trackedInstance.js','11487JHJwFJ','resolveInstance','NewmanTestFramework','stringify','KEY_TEST_FRAMEWORK_VERSION','getTrackedInstance','failure'];a92_0x517d=function(){return _0x123f75;};return a92_0x517d();}
1
+ const a92_0x1ae020=a92_0x590f;(function(_0x2a8b03,_0x3053c9){const _0x391bda=a92_0x590f,_0x2f34dc=_0x2a8b03();while(!![]){try{const _0x49b94=-parseInt(_0x391bda(0x1a9))/0x1*(-parseInt(_0x391bda(0x1aa))/0x2)+parseInt(_0x391bda(0x1dd))/0x3+parseInt(_0x391bda(0x1f1))/0x4*(-parseInt(_0x391bda(0x19c))/0x5)+parseInt(_0x391bda(0x1a2))/0x6+-parseInt(_0x391bda(0x1e2))/0x7*(-parseInt(_0x391bda(0x1e7))/0x8)+parseInt(_0x391bda(0x1a1))/0x9*(-parseInt(_0x391bda(0x1b2))/0xa)+parseInt(_0x391bda(0x1c8))/0xb;if(_0x49b94===_0x3053c9)break;else _0x2f34dc['push'](_0x2f34dc['shift']());}catch(_0xa20f12){_0x2f34dc['push'](_0x2f34dc['shift']());}}}(a92_0x5bf9,0x8bf7d));function a92_0x5bf9(){const _0x4c3a56=['../cliUtils.js','pHyFR','./testFramework','format','../../../helpers/classLogger.js','getCurrentTestState','getContext','NewmanTestFramework','path','DEFAULT_TEST_RESULT','file_path','custom_metadata','../state/hookState.js','getTestFrameworks','\x20hook=','2197995jMBDJr','KEY_TEST_FAILURE','getId','KEY_TEST_FAILURE_TYPE','failure_type','989051RfbsCG','toString','createTestFrameworkEventPayload:\x20error=','location','KEY_CUSTOM_TAGS','8eyMVKj','BkTQG','../instances/trackedInstance.js','trackEvent:\x20state=','KEY_TEST_CODE','KEY_TEST_ENDED_AT','parseNewmanTestResult','createTestFrameworkEventPayload','from','uuid','1064XbONYl','result','KEY_TEST_ID','KEY_HOOKS_STARTED','KEY_HOOKS_FINISHED','14275HYfWyN','KEY_TEST_LOCATION','trackEvent:\x20error=','YunIM','KEY_TEST_RERUN_NAME','9599112boenmA','5258928vhzcfB','KEY_TEST_STARTED_AT','KEY_TEST_TAGS','failure','started_at','../instances/testFrameworkInstance.js','getThreadId','5NtZhRm','87004KvMsHa','PRE','debug','getTrackedInstance','test','zbANF','KEY_TEST_FILE_PATH','KEY_TEST_FRAMEWORK_NAME','10lpQAwa','TEST','KEY_TEST_FAILURE_REASON','exports','scope','KEY_TEST_SCOPES','KEY_TEST_RESULT','KEY_TEST_NAME','KEY_TEST_UUID','util','createContext','KEY_TEST_SCOPE','base64','KEY_TEST_FRAMEWORK_VERSION','runHooks','./constants/testFrameworkConstants.js','getCurrentHookState','parseNewmanTest','error','getTestFrameworksVersions','split','KEY_TEST_LOGS','4744861lQrBdf','toISOString','failure_reason','getAllData','KEY_TEST_META','NONE'];a92_0x5bf9=function(){return _0x4c3a56;};return a92_0x5bf9();}const path=require(a92_0x1ae020(0x1d6)),TestFramework=require(a92_0x1ae020(0x1d0)),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a92_0x1ae020(0x1da)),{createClassLogger}=require(a92_0x1ae020(0x1d2)),TestFrameworkInstance=require(a92_0x1ae020(0x1a7)),CLIUtils=require(a92_0x1ae020(0x1ce)),TrackedInstance=require(a92_0x1ae020(0x1e9)),TestFrameworkConstants=require(a92_0x1ae020(0x1c1)),util=require(a92_0x1ae020(0x1bb)),logger=createClassLogger(a92_0x1ae020(0x1d5));function a92_0x590f(_0x20d125,_0xa557b4){const _0x5bf9b0=a92_0x5bf9();return a92_0x590f=function(_0x590fe4,_0x5cd5a7){_0x590fe4=_0x590fe4-0x19c;let _0x2fe23e=_0x5bf9b0[_0x590fe4];return _0x2fe23e;},a92_0x590f(_0x20d125,_0xa557b4);}class NewmanTestFramework extends TestFramework{constructor(_0x2ddac6,_0x3fe88b,_0x3d2312){super(_0x2ddac6,_0x3fe88b,_0x3d2312);}async['trackEvent'](_0x4a8523,_0x56f86a,_0x11759a={}){const _0x2f852b=a92_0x1ae020,_0x3c6e4f={};_0x3c6e4f[_0x2f852b(0x19f)]=function(_0x827350,_0x2b2606){return _0x827350===_0x2b2606;},_0x3c6e4f['zbANF']=function(_0x16225d,_0xaf7119){return _0x16225d===_0xaf7119;};const _0x5b23fd=_0x3c6e4f;logger[_0x2f852b(0x1ac)](_0x2f852b(0x1ea)+_0x4a8523+_0x2f852b(0x1dc)+_0x56f86a),await super['trackEvent'](_0x4a8523,_0x56f86a,_0x11759a);const _0x248b51=this['resolveInstance'](_0x4a8523,_0x56f86a,_0x11759a);if(!_0x248b51)return;try{if(_0x5b23fd['YunIM'](_0x4a8523,TestFrameworkState[_0x2f852b(0x1b3)])&&_0x11759a[_0x2f852b(0x1ae)]){const _0x50f6e3=_0x5b23fd[_0x2f852b(0x1af)](_0x56f86a,HookState[_0x2f852b(0x1ab)])?this[_0x2f852b(0x1c3)](_0x11759a['test']):this[_0x2f852b(0x1ed)](_0x11759a[_0x2f852b(0x1ae)]);_0x248b51['addMultipleEntries'](_0x50f6e3);}}catch(_0x9eb045){logger[_0x2f852b(0x1c4)](_0x2f852b(0x19e)+util[_0x2f852b(0x1d1)](_0x9eb045));}_0x11759a['instance']=_0x248b51,await this[_0x2f852b(0x1c0)](_0x248b51,_0x4a8523,_0x56f86a,_0x11759a);}[a92_0x1ae020(0x1c3)](_0x5ddab7){const _0x25d4cf=a92_0x1ae020,_0x26fa85=this[_0x25d4cf(0x1db)]()[0x0],_0x5a4259={};return _0x5a4259[_0x5ddab7[_0x25d4cf(0x1f0)]]={[TestFrameworkConstants[_0x25d4cf(0x1b1)]]:_0x26fa85,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x25d4cf(0x1c5)]()[_0x26fa85],[TestFrameworkConstants[_0x25d4cf(0x1c7)]]:[],[TestFrameworkConstants[_0x25d4cf(0x1f5)]]:{},[TestFrameworkConstants[_0x25d4cf(0x1f4)]]:{},[TestFrameworkConstants[_0x25d4cf(0x1b8)]]:TestFrameworkConstants[_0x25d4cf(0x1d7)],[TestFrameworkConstants[_0x25d4cf(0x1f3)]]:_0x5ddab7[_0x25d4cf(0x1f0)],[TestFrameworkConstants[_0x25d4cf(0x1ba)]]:_0x5ddab7[_0x25d4cf(0x1f0)],[TestFrameworkConstants[_0x25d4cf(0x1b9)]]:_0x5ddab7['name'],[TestFrameworkConstants[_0x25d4cf(0x1b0)]]:_0x5ddab7[_0x25d4cf(0x1d8)]||'',[TestFrameworkConstants[_0x25d4cf(0x19d)]]:_0x5ddab7[_0x25d4cf(0x1e5)]||'',[TestFrameworkConstants[_0x25d4cf(0x1eb)]]:null,[TestFrameworkConstants[_0x25d4cf(0x1a4)]]:_0x5ddab7['tags']||[],[TestFrameworkConstants[_0x25d4cf(0x1a3)]]:_0x5ddab7[_0x25d4cf(0x1a6)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x25d4cf(0x1bd)]]:_0x5ddab7[_0x25d4cf(0x1b6)]||'',[TestFrameworkConstants[_0x25d4cf(0x1b7)]]:_0x5ddab7['scopes']||[],[TestFrameworkConstants[_0x25d4cf(0x1a0)]]:null,[TestFrameworkConstants[_0x25d4cf(0x1e6)]]:_0x5ddab7[_0x25d4cf(0x1d9)]||{},[TestFrameworkConstants[_0x25d4cf(0x1cc)]]:_0x5ddab7['meta']||{}},_0x5a4259;}[a92_0x1ae020(0x1ed)](_0x46f17c){const _0xe737f8=a92_0x1ae020,_0x44556d={};_0x44556d[_0xe737f8(0x1cf)]='pending';const _0x179059=_0x44556d,_0x2b94e8={};return _0x2b94e8[_0x46f17c['uuid']]={[TestFrameworkConstants[_0xe737f8(0x1b8)]]:_0x46f17c[_0xe737f8(0x1f2)]||_0x179059['pHyFR'],[TestFrameworkConstants[_0xe737f8(0x1ec)]]:_0x46f17c['finished_at']||new Date()[_0xe737f8(0x1c9)](),[TestFrameworkConstants[_0xe737f8(0x1de)]]:_0x46f17c[_0xe737f8(0x1a5)]||[],[TestFrameworkConstants[_0xe737f8(0x1e0)]]:_0x46f17c[_0xe737f8(0x1e1)]||null,[TestFrameworkConstants[_0xe737f8(0x1b4)]]:_0x46f17c[_0xe737f8(0x1ca)]||null},_0x2b94e8;}['resolveInstance'](_0x35b399){const _0x3e1f93=a92_0x1ae020;let _0x459853=TestFramework[_0x3e1f93(0x1ad)]();if(!_0x459853){const _0x558c46=TrackedInstance[_0x3e1f93(0x1bc)](CLIUtils['getCurrentInstanceName']());_0x459853=new TestFrameworkInstance(_0x558c46,this[_0x3e1f93(0x1db)](),this['getTestFrameworksVersions'](),_0x35b399,HookState[_0x3e1f93(0x1cd)]),TestFramework['setTrackedInstance'](_0x558c46,_0x459853);}return _0x459853;}[a92_0x1ae020(0x1ee)](_0xc1d6d0){const _0x257584=a92_0x1ae020,_0x2066a4={};_0x2066a4[_0x257584(0x1e8)]=_0x257584(0x1be);const _0x4a0d32=_0x2066a4;try{const _0x5ef0f2=_0xc1d6d0[_0x257584(0x1ae)]?_0xc1d6d0[_0x257584(0x1ae)][_0x257584(0x1f0)]:null,_0xb92c4e=_0xc1d6d0['instance'],_0x4c84d9=_0xb92c4e[_0x257584(0x1d4)](),_0x5e3f8c=_0xb92c4e[_0x257584(0x1cb)]()['get'](_0x5ef0f2);if(!_0x5e3f8c)return{};const {[TestFrameworkConstants[_0x257584(0x1b1)]]:_0x5a6071='',[TestFrameworkConstants[_0x257584(0x1bf)]]:_0x9470f8='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x867520='',[TestFrameworkConstants[_0x257584(0x1ec)]]:_0x2571d4=''}=_0x5e3f8c;return{'platformIndex':0x0,'testFrameworkName':_0x5a6071,'testFrameworkVersion':_0x9470f8,'testFrameworkState':_0xb92c4e[_0x257584(0x1d3)]()[_0x257584(0x1e3)]()[_0x257584(0x1c6)]('.')[0x1],'hookState':_0xb92c4e[_0x257584(0x1c2)]()[_0x257584(0x1e3)]()[_0x257584(0x1c6)]('.')[0x1],'startedAt':_0x867520,'endedAt':_0x2571d4,'uuid':_0x5ef0f2,'eventJson':Buffer[_0x257584(0x1ef)](JSON['stringify'](_0x5e3f8c))['toString'](_0x4a0d32['BkTQG']),'executionContext':{'hash':_0x4c84d9[_0x257584(0x1df)](),'threadId':_0x4c84d9[_0x257584(0x1a8)]()[_0x257584(0x1e3)](),'processId':_0x4c84d9['getProcessId']()[_0x257584(0x1e3)]()}};}catch(_0x59979e){return logger['error'](_0x257584(0x1e4)+util[_0x257584(0x1d1)](_0x59979e)),{};}}}module[a92_0x1ae020(0x1b5)]=NewmanTestFramework;
@@ -1 +1 @@
1
- const a93_0x53287d=a93_0x12bf;function a93_0x12bf(_0x440835,_0x59f1c9){const _0x1e3ef4=a93_0x1e3e();return a93_0x12bf=function(_0x12bfbc,_0x31b664){_0x12bfbc=_0x12bfbc-0x1d7;let _0x4d6caf=_0x1e3ef4[_0x12bfbc];return _0x4d6caf;},a93_0x12bf(_0x440835,_0x59f1c9);}(function(_0x50ef05,_0x442637){const _0x2a9b16=a93_0x12bf,_0x45c552=_0x50ef05();while(!![]){try{const _0x1ad24b=parseInt(_0x2a9b16(0x1f4))/0x1+parseInt(_0x2a9b16(0x1fb))/0x2*(-parseInt(_0x2a9b16(0x1e8))/0x3)+parseInt(_0x2a9b16(0x1f1))/0x4+-parseInt(_0x2a9b16(0x1dd))/0x5*(parseInt(_0x2a9b16(0x1db))/0x6)+-parseInt(_0x2a9b16(0x1eb))/0x7+-parseInt(_0x2a9b16(0x200))/0x8*(parseInt(_0x2a9b16(0x1e3))/0x9)+-parseInt(_0x2a9b16(0x1f2))/0xa*(-parseInt(_0x2a9b16(0x1f6))/0xb);if(_0x1ad24b===_0x442637)break;else _0x45c552['push'](_0x45c552['shift']());}catch(_0x4636bf){_0x45c552['push'](_0x45c552['shift']());}}}(a93_0x1e3e,0x6df96));const AutomationFramework=require('./automationFramework.js'),{createClassLogger}=require(a93_0x53287d(0x1f0)),AutomationFrameworkState=require(a93_0x53287d(0x1da)),CLIUtils=require(a93_0x53287d(0x1e9)),TrackedInstance=require('../instances/trackedInstance.js'),AutomationFrameworkInstance=require(a93_0x53287d(0x1e5));function a93_0x1e3e(){const _0x2091a8=['\x20target=','bsParams','trackPlaywrightInstance','24232eevDEt','debug','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','getAutomationFrameworkName','CREATE','getCurrentInstanceName','../state/automationFrameworkState.js','777618ZJJkwH','instance','20eRBeIP','PlaywrightAutomationFramework','NONE','getId','WMuHH','info','441lOOMFA','logger','../instances/automationFrameworkInstance.js','runHooks',',\x20state=','4296MWckdK','../cliUtils.js','setTrackedInstance','1111558kCxUZQ','message','NzNYD','trackEvent:\x20automationFrameworkState=','params','../../../helpers/classLogger.js','3372892ZAGnbq','4732550TfiCtH','trackPlaywrightInstance:\x20instance\x20already\x20exists','223091JszeQa','mjmlM','11FMsyuN','trackEvent','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','\x20hookState=','getTrackedInstance','368YeHevi','resolveInstance'];a93_0x1e3e=function(){return _0x2091a8;};return a93_0x1e3e();}class PlaywrightAutomationFramework extends AutomationFramework{[a93_0x53287d(0x1e4)]=createClassLogger(a93_0x53287d(0x1de));constructor(_0x4318b1,_0x24e2a2){super(_0x4318b1,_0x24e2a2);}async[a93_0x53287d(0x1f7)](_0x1f8642,_0x28f35f,_0x3fa29c={}){const _0x2f711d=a93_0x53287d,_0x192b4b={};_0x192b4b[_0x2f711d(0x1e1)]=function(_0x2dcd7a,_0x4440b8){return _0x2dcd7a===_0x4440b8;};const _0x25c24b=_0x192b4b;this[_0x2f711d(0x1e4)][_0x2f711d(0x201)](_0x2f711d(0x1ee)+_0x1f8642+_0x2f711d(0x1f9)+_0x28f35f),await super[_0x2f711d(0x1f7)](_0x1f8642,_0x28f35f,_0x3fa29c);const _0x5bd2e0=this[_0x2f711d(0x1fc)](_0x1f8642,_0x28f35f,_0x3fa29c);if(_0x25c24b[_0x2f711d(0x1e1)](_0x5bd2e0,null))return;_0x3fa29c[_0x2f711d(0x1dc)]=_0x5bd2e0,await this[_0x2f711d(0x1e6)](_0x5bd2e0,_0x1f8642,_0x28f35f,_0x3fa29c);}[a93_0x53287d(0x1fc)](_0x353612,_0x5ce615,_0x44db02={}){const _0xd15e7b=a93_0x53287d,_0x11571b={};_0x11571b[_0xd15e7b(0x1f5)]=function(_0x1b80f3,_0x396e07){return _0x1b80f3===_0x396e07;};const _0x367476=_0x11571b;let _0x1f6dff=null;return(_0x367476['mjmlM'](_0x353612,AutomationFrameworkState[_0xd15e7b(0x1d8)])||_0x367476[_0xd15e7b(0x1f5)](_0x353612,AutomationFrameworkState['PLAYWRIGHT_DISPATCH'])&&(_0x44db02['message']&&_0x44db02[_0xd15e7b(0x1ec)][_0xd15e7b(0x1ef)]&&_0x44db02[_0xd15e7b(0x1ec)][_0xd15e7b(0x1ef)][_0xd15e7b(0x1fe)])||_0x367476[_0xd15e7b(0x1f5)](_0x353612,AutomationFrameworkState[_0xd15e7b(0x1df)]))&&this[_0xd15e7b(0x1ff)](_0x353612,_0x44db02),_0x1f6dff=AutomationFramework[_0xd15e7b(0x1fa)](),_0x1f6dff;}[a93_0x53287d(0x1ff)](_0x3c9315,_0x5a8f4e){const _0x338f1f=a93_0x53287d,_0x21d411={};_0x21d411[_0x338f1f(0x1ed)]=_0x338f1f(0x1f3);const _0x30140e=_0x21d411;if(AutomationFramework[_0x338f1f(0x1fa)]()){this[_0x338f1f(0x1e4)]['info'](_0x30140e[_0x338f1f(0x1ed)]);return;}const _0x7fe2d8=CLIUtils[_0x338f1f(0x1d9)](),_0x1b2f50=TrackedInstance['createContext'](_0x7fe2d8);let _0x5e128c=null;this[_0x338f1f(0x1e4)][_0x338f1f(0x1e2)](_0x338f1f(0x1f8)+_0x7fe2d8+_0x338f1f(0x1e7)+_0x3c9315),_0x5e128c=new AutomationFrameworkInstance(_0x1b2f50,this[_0x338f1f(0x1d7)](),this['getAutomationFrameworkVersion'](),_0x3c9315),AutomationFramework[_0x338f1f(0x1ea)](_0x1b2f50,_0x5e128c),this[_0x338f1f(0x1e4)][_0x338f1f(0x1e2)](_0x338f1f(0x202)+_0x1b2f50[_0x338f1f(0x1e0)]()+_0x338f1f(0x1fd)+_0x7fe2d8);}}module['exports']=PlaywrightAutomationFramework;
1
+ const a93_0x3c05a3=a93_0x3b79;function a93_0x88f2(){const _0x4e6329=['3470290vAqYcB','trackEvent:\x20automationFrameworkState=','info','74ZUDNiS','trackPlaywrightInstance:\x20instance\x20already\x20exists','getAutomationFrameworkName','4EdIYGH','trackPlaywrightInstance','getTrackedInstance','12nqhtru','./automationFramework.js','8608235ifkPET','../state/automationFrameworkState.js','51175xCEYec','trackEvent','logger','FQVUK','getId','\x20hookState=','88mPOouh','exports','4846656HqizCy','mSrYn','message','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','VItOn','resolveInstance',',\x20state=','NONE','PLAYWRIGHT_DISPATCH','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','\x20target=','params','instance','../../../helpers/classLogger.js','../instances/automationFrameworkInstance.js','9hCjFCE','2226818jFsDsU','sXVDK','1003051WUQGOc','bsParams','5704956bEWZNB','setTrackedInstance'];a93_0x88f2=function(){return _0x4e6329;};return a93_0x88f2();}(function(_0x23f49d,_0x919986){const _0x47c358=a93_0x3b79,_0x10b451=_0x23f49d();while(!![]){try{const _0x53c874=parseInt(_0x47c358(0x11e))/0x1*(-parseInt(_0x47c358(0x114))/0x2)+parseInt(_0x47c358(0x126))/0x3*(parseInt(_0x47c358(0x117))/0x4)+parseInt(_0x47c358(0x11c))/0x5+parseInt(_0x47c358(0x10f))/0x6+-parseInt(_0x47c358(0x10d))/0x7*(parseInt(_0x47c358(0x124))/0x8)+parseInt(_0x47c358(0x10a))/0x9*(parseInt(_0x47c358(0x111))/0xa)+-parseInt(_0x47c358(0x10b))/0xb*(parseInt(_0x47c358(0x11a))/0xc);if(_0x53c874===_0x919986)break;else _0x10b451['push'](_0x10b451['shift']());}catch(_0x1cd96f){_0x10b451['push'](_0x10b451['shift']());}}}(a93_0x88f2,0xeb166));function a93_0x3b79(_0x57cb08,_0x274319){const _0x88f24f=a93_0x88f2();return a93_0x3b79=function(_0x3b79ac,_0x56e1a7){_0x3b79ac=_0x3b79ac-0x106;let _0x48a03d=_0x88f24f[_0x3b79ac];return _0x48a03d;},a93_0x3b79(_0x57cb08,_0x274319);}const AutomationFramework=require(a93_0x3c05a3(0x11b)),{createClassLogger}=require(a93_0x3c05a3(0x108)),AutomationFrameworkState=require(a93_0x3c05a3(0x11d)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require('../instances/trackedInstance.js'),AutomationFrameworkInstance=require(a93_0x3c05a3(0x109));class PlaywrightAutomationFramework extends AutomationFramework{[a93_0x3c05a3(0x120)]=createClassLogger('PlaywrightAutomationFramework');constructor(_0x354b8c,_0xd7579e){super(_0x354b8c,_0xd7579e);}async[a93_0x3c05a3(0x11f)](_0x2805f9,_0x4e96c6,_0x1889f9={}){const _0x56f169=a93_0x3c05a3,_0x34df1a={};_0x34df1a['sXVDK']=function(_0x27c581,_0x1d6b66){return _0x27c581===_0x1d6b66;};const _0x8b706e=_0x34df1a;this[_0x56f169(0x120)]['debug'](_0x56f169(0x112)+_0x2805f9+_0x56f169(0x123)+_0x4e96c6),await super[_0x56f169(0x11f)](_0x2805f9,_0x4e96c6,_0x1889f9);const _0x109694=this[_0x56f169(0x12b)](_0x2805f9,_0x4e96c6,_0x1889f9);if(_0x8b706e[_0x56f169(0x10c)](_0x109694,null))return;_0x1889f9[_0x56f169(0x107)]=_0x109694,await this['runHooks'](_0x109694,_0x2805f9,_0x4e96c6,_0x1889f9);}['resolveInstance'](_0x4c82f1,_0x10ead5,_0xc54b38={}){const _0x316424=a93_0x3c05a3,_0x36b749={};_0x36b749[_0x316424(0x121)]=function(_0x532eb6,_0xd71315){return _0x532eb6===_0xd71315;},_0x36b749[_0x316424(0x12a)]=function(_0x3279b9,_0x4cea25){return _0x3279b9===_0x4cea25;};const _0x57afe4=_0x36b749;let _0x5639ad=null;return(_0x57afe4[_0x316424(0x121)](_0x4c82f1,AutomationFrameworkState['CREATE'])||_0x57afe4['VItOn'](_0x4c82f1,AutomationFrameworkState[_0x316424(0x12e)])&&(_0xc54b38['message']&&_0xc54b38[_0x316424(0x128)][_0x316424(0x106)]&&_0xc54b38[_0x316424(0x128)]['params'][_0x316424(0x10e)])||_0x57afe4['FQVUK'](_0x4c82f1,AutomationFrameworkState[_0x316424(0x12d)]))&&this[_0x316424(0x118)](_0x4c82f1,_0xc54b38),_0x5639ad=AutomationFramework[_0x316424(0x119)](),_0x5639ad;}[a93_0x3c05a3(0x118)](_0x28da0a,_0x5e12b7){const _0x21fef6=a93_0x3c05a3,_0x1f895e={};_0x1f895e[_0x21fef6(0x127)]=_0x21fef6(0x115);const _0x245885=_0x1f895e;if(AutomationFramework[_0x21fef6(0x119)]()){this[_0x21fef6(0x120)][_0x21fef6(0x113)](_0x245885['mSrYn']);return;}const _0x3c2a99=CLIUtils['getCurrentInstanceName'](),_0x3a22d0=TrackedInstance['createContext'](_0x3c2a99);let _0x3e4278=null;this[_0x21fef6(0x120)]['info'](_0x21fef6(0x12f)+_0x3c2a99+_0x21fef6(0x12c)+_0x28da0a),_0x3e4278=new AutomationFrameworkInstance(_0x3a22d0,this[_0x21fef6(0x116)](),this['getAutomationFrameworkVersion'](),_0x28da0a),AutomationFramework[_0x21fef6(0x110)](_0x3a22d0,_0x3e4278),this[_0x21fef6(0x120)]['info'](_0x21fef6(0x129)+_0x3a22d0[_0x21fef6(0x122)]()+_0x21fef6(0x130)+_0x3c2a99);}}module[a93_0x3c05a3(0x125)]=PlaywrightAutomationFramework;