browserstack-node-sdk 1.66.1 → 1.66.2

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 (220) 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/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  42. package/src/bin/codeceptjs/command.js +1 -1
  43. package/src/bin/codeceptjs/helper.js +1 -1
  44. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  45. package/src/bin/cucumber-js/command.js +1 -1
  46. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  48. package/src/bin/cucumber-js/test-observability.js +1 -1
  49. package/src/bin/cucumber-js/test.setup.js +1 -1
  50. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  51. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  52. package/src/bin/detox/a11ySetup.js +1 -1
  53. package/src/bin/detox/command.js +1 -1
  54. package/src/bin/detox/modifyDetoxConf.js +1 -1
  55. package/src/bin/detox/traEmitter.js +1 -1
  56. package/src/bin/integrations/command.js +1 -1
  57. package/src/bin/integrations/constants.js +1 -1
  58. package/src/bin/jasmine/bstack-reporter/customReporter.js +1 -1
  59. package/src/bin/jasmine/command.js +1 -1
  60. package/src/bin/jasmine/test.setup.js +1 -1
  61. package/src/bin/jasmine/testRunMap.js +1 -1
  62. package/src/bin/jest/command.js +1 -1
  63. package/src/bin/jest/customImplements/customCircus.js +1 -1
  64. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  65. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  66. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  67. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  68. package/src/bin/jest/jest.setup.js +1 -1
  69. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  70. package/src/bin/jest/test-observability/helper.js +1 -1
  71. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  72. package/src/bin/jest/test-observability/test-details.js +1 -1
  73. package/src/bin/jest/test.setup.js +1 -1
  74. package/src/bin/jest/test_before.setup.js +1 -1
  75. package/src/bin/launcher/launcher.js +1 -1
  76. package/src/bin/load/index.js +1 -1
  77. package/src/bin/load/loadErrors.js +1 -1
  78. package/src/bin/load/loadUtils.js +1 -1
  79. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  80. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  81. package/src/bin/mocha/command.js +1 -1
  82. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  83. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  84. package/src/bin/mocha/test.setup.js +1 -1
  85. package/src/bin/newman/command.js +1 -1
  86. package/src/bin/newman/helper.js +1 -1
  87. package/src/bin/newman/reporter/index.js +1 -1
  88. package/src/bin/newman/scriptRunner.js +1 -1
  89. package/src/bin/nightwatch/command.js +1 -1
  90. package/src/bin/node-generic/client.js +1 -1
  91. package/src/bin/playwright/accessibility-helper.js +1 -1
  92. package/src/bin/playwright/command.js +1 -1
  93. package/src/bin/playwright/globalSetup.js +1 -1
  94. package/src/bin/playwright/mock-process.js +1 -1
  95. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  96. package/src/bin/playwright/patches.js +1 -1
  97. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  98. package/src/bin/playwright/reporter/reporter.js +1 -1
  99. package/src/bin/playwright/reporter/test-details.js +1 -1
  100. package/src/bin/playwright/reporterArgs.js +1 -1
  101. package/src/bin/playwright/sessionDetails.js +1 -1
  102. package/src/bin/puppeteer/patches.js +1 -1
  103. package/src/bin/puppeteer/sessionDetails.js +1 -1
  104. package/src/bin/puppeteer/test.setup.js +1 -1
  105. package/src/bin/runner.js +1 -1
  106. package/src/bin/setup.js +1 -1
  107. package/src/bin/test-runner/index.js +1 -1
  108. package/src/bin/test-runner/runTest.js +1 -1
  109. package/src/bin/test-runner/testWorker.js +1 -1
  110. package/src/bin/testcafe/a11y-runner.js +1 -1
  111. package/src/bin/testcafe/command.js +1 -1
  112. package/src/bin/testcafe/reporter/index.js +1 -1
  113. package/src/bin/testcafe/reporter/tcUtils.js +1 -1
  114. package/src/bin/testcafe/session-registry.js +1 -1
  115. package/src/bin/testcafe/stdout-interceptor.js +1 -1
  116. package/src/bin/testcafe/testcafe-action-patcher.js +1 -1
  117. package/src/bin/testcafe/w3c-driver.js +1 -1
  118. package/src/bin/utils/apiUtilityMethods.js +1 -1
  119. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  120. package/src/bin/utils/constants.js +1 -1
  121. package/src/bin/utils/log4jsAppender.js +1 -1
  122. package/src/bin/utils/logPatcher.js +1 -1
  123. package/src/bin/utils/logReportingAPI.js +1 -1
  124. package/src/bin/utils/playwright-patcher.js +1 -1
  125. package/src/bin/utils/puppeteer-patcher.js +1 -1
  126. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  127. package/src/bin/utils/sharedUtils.js +1 -1
  128. package/src/bin/v2/TestInfo.js +1 -1
  129. package/src/bin/v2/browserstackCLI.js +1 -1
  130. package/src/bin/v2/cliUtils.js +1 -1
  131. package/src/bin/v2/customTagManager.js +1 -1
  132. package/src/bin/v2/eventDispatcher.js +1 -1
  133. package/src/bin/v2/framework/automationFramework.js +1 -1
  134. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  135. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  136. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  137. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  138. package/src/bin/v2/framework/newmanTestFramework.js +1 -1
  139. package/src/bin/v2/framework/nodeGenericTestFramework.js +1 -1
  140. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  141. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  142. package/src/bin/v2/framework/puppeteerAutomationFramework.js +1 -1
  143. package/src/bin/v2/framework/testFramework.js +1 -1
  144. package/src/bin/v2/framework/testcafeAutomationFramework.js +1 -1
  145. package/src/bin/v2/framework/testcafeTestFramework.js +1 -1
  146. package/src/bin/v2/grpcClient.js +1 -1
  147. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  148. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  149. package/src/bin/v2/instances/trackedContext.js +1 -1
  150. package/src/bin/v2/instances/trackedInstance.js +1 -1
  151. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  152. package/src/bin/v2/modules/baseModule.js +1 -1
  153. package/src/bin/v2/modules/loadTestModule.js +1 -1
  154. package/src/bin/v2/modules/observabilityModule.js +1 -1
  155. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  156. package/src/bin/v2/modules/puppeteerDriverModule.js +1 -1
  157. package/src/bin/v2/modules/testcafeDriverModule.js +1 -1
  158. package/src/bin/v2/modules/testhubModule.js +1 -1
  159. package/src/bin/v2/sdkErrorHandler.js +1 -1
  160. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  161. package/src/bin/v2/state/hookState.js +1 -1
  162. package/src/bin/v2/state/testFrameworkState.js +1 -1
  163. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  164. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  165. package/src/bin/v2/utils/jest-utils.js +1 -1
  166. package/src/bin/vanilla-js/command.js +1 -1
  167. package/src/browserStackSdk.js +1 -1
  168. package/src/helpers/BrowserStackSetup.js +1 -1
  169. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  170. package/src/helpers/accessibility-automation/constants.js +1 -1
  171. package/src/helpers/accessibility-automation/helper.js +1 -1
  172. package/src/helpers/accessibility-automation/scripts.js +1 -1
  173. package/src/helpers/ats/constants.js +1 -1
  174. package/src/helpers/ats/helper.js +1 -1
  175. package/src/helpers/caCertHelper.js +1 -1
  176. package/src/helpers/capsMapping.js +1 -1
  177. package/src/helpers/central-scanner/constants.js +1 -1
  178. package/src/helpers/central-scanner/helpers.js +1 -1
  179. package/src/helpers/classLogger.js +1 -1
  180. package/src/helpers/driverInitErrorReporter.js +1 -1
  181. package/src/helpers/globals.js +1 -1
  182. package/src/helpers/helper.js +1 -1
  183. package/src/helpers/logger.js +1 -1
  184. package/src/helpers/metadata.js +1 -1
  185. package/src/helpers/patchHelper.js +1 -1
  186. package/src/helpers/patchHelpers.js +1 -1
  187. package/src/helpers/percy/Percy.js +1 -1
  188. package/src/helpers/percy/PercyBinary.js +1 -1
  189. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  190. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  191. package/src/helpers/percy/PercySDK.js +1 -1
  192. package/src/helpers/percy/index.js +1 -1
  193. package/src/helpers/percy/utils.js +1 -1
  194. package/src/helpers/performance/constants.js +1 -1
  195. package/src/helpers/performance/performance-tester.js +1 -1
  196. package/src/helpers/playwright-helper.js +1 -1
  197. package/src/helpers/processHelper.js +1 -1
  198. package/src/helpers/puppeteer-helper.js +1 -1
  199. package/src/helpers/request-spy.js +1 -1
  200. package/src/helpers/setKeepAlive.js +1 -1
  201. package/src/helpers/stackFrameUtils.js +1 -1
  202. package/src/helpers/test-observability/constants.js +1 -1
  203. package/src/helpers/test-observability/error-handler.js +1 -1
  204. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  205. package/src/helpers/test-observability/sessionHandler.js +1 -1
  206. package/src/helpers/test-observability/utils.js +1 -1
  207. package/src/helpers/test-orchestration/constants.js +1 -1
  208. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  209. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  210. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  211. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  212. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  213. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  214. package/src/helpers/testhub/constants.js +1 -1
  215. package/src/helpers/testhub/testhubHandler.js +1 -1
  216. package/src/helpers/testhub/utils.js +1 -1
  217. package/src/helpers/utilities.js +1 -1
  218. package/src/helpers/w3cMapping.js +1 -1
  219. package/src/hubAllocationMethods.js +1 -1
  220. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const a96_0x32a9fa=a96_0x2d43;(function(_0x575ec0,_0xe918b2){const _0x1468a4=a96_0x2d43,_0x2057e3=_0x575ec0();while(!![]){try{const _0x55c6af=parseInt(_0x1468a4(0x190))/0x1*(parseInt(_0x1468a4(0x154))/0x2)+parseInt(_0x1468a4(0xeb))/0x3*(parseInt(_0x1468a4(0x18c))/0x4)+-parseInt(_0x1468a4(0xca))/0x5*(parseInt(_0x1468a4(0xd2))/0x6)+-parseInt(_0x1468a4(0x101))/0x7+-parseInt(_0x1468a4(0x1c9))/0x8*(parseInt(_0x1468a4(0x129))/0x9)+parseInt(_0x1468a4(0xc0))/0xa*(-parseInt(_0x1468a4(0x1c1))/0xb)+parseInt(_0x1468a4(0xab))/0xc;if(_0x55c6af===_0xe918b2)break;else _0x2057e3['push'](_0x2057e3['shift']());}catch(_0x570f94){_0x2057e3['push'](_0x2057e3['shift']());}}}(a96_0x480e,0xed8d6));const TestFramework=require(a96_0x32a9fa(0x233)),TestFrameworkState=require(a96_0x32a9fa(0x1cf)),HookState=require(a96_0x32a9fa(0x14e)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a96_0x32a9fa(0x110)),CLIUtils=require(a96_0x32a9fa(0x1b9)),TrackedInstance=require(a96_0x32a9fa(0x1b5)),TestFrameworkConstants=require(a96_0x32a9fa(0x11a)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a96_0x32a9fa(0x228)),{isInternalHook}=require(a96_0x32a9fa(0x17c)),logger=createClassLogger('JestTestFramework'),{v4:uuidv4}=require('uuid'),util=require('util'),TestInfo=require(a96_0x32a9fa(0x163)),GrpcClient=require('../grpcClient'),stackTrace=require(a96_0x32a9fa(0x1a9)),{pickUserFrameFile}=require(a96_0x32a9fa(0xde));class JestTestFramework extends TestFramework{constructor(_0x293a57,_0xb41fd,_0xa8390d){const _0xfdc97=a96_0x32a9fa;super(_0x293a57,_0xb41fd,_0xa8390d),this[_0xfdc97(0x202)]=new Map();}[a96_0x32a9fa(0x13f)](_0x1d87b8,_0x5eadc0,_0x427413){const _0x28b2aa=a96_0x32a9fa,_0x204d1b={};_0x204d1b[_0x28b2aa(0x1ee)]=function(_0x55d862,_0x42c47b){return _0x55d862||_0x42c47b;};const _0x28e62d=_0x204d1b;if(_0x28e62d['OzbPl'](!_0x1d87b8,!_0x5eadc0)){logger[_0x28b2aa(0x19d)](_0x28b2aa(0x21c)+_0x1d87b8+_0x28b2aa(0xcb)+_0x5eadc0);return;}!this[_0x28b2aa(0x202)]['has'](_0x1d87b8)&&this[_0x28b2aa(0x202)][_0x28b2aa(0x206)](_0x1d87b8,[]);const _0x4b17b5={'hookUUID':_0x5eadc0,'hookType':_0x427413,'startedAt':new Date()[_0x28b2aa(0x18e)]()};this['activeHooks'][_0x28b2aa(0x167)](_0x1d87b8)[_0x28b2aa(0xe9)](_0x4b17b5),logger[_0x28b2aa(0x146)]('[JestTestFramework]\x20setActiveHook:\x20testIdentifier='+_0x1d87b8+_0x28b2aa(0xcb)+_0x5eadc0+_0x28b2aa(0x158)+_0x427413+_0x28b2aa(0x170)+this[_0x28b2aa(0x202)][_0x28b2aa(0x167)](_0x1d87b8)[_0x28b2aa(0x155)]);}[a96_0x32a9fa(0x1b3)](_0x256255,_0xeec11a){const _0x48d9a9=a96_0x32a9fa,_0x333181={};_0x333181['RLlxi']=function(_0x4085ed,_0x47f5e7){return _0x4085ed||_0x47f5e7;},_0x333181[_0x48d9a9(0xe0)]=function(_0x1d1af4,_0x4fa59b){return _0x1d1af4!==_0x4fa59b;},_0x333181[_0x48d9a9(0x1a6)]=function(_0x5da177,_0x93adb9){return _0x5da177===_0x93adb9;};const _0x41588e=_0x333181;if(_0x41588e[_0x48d9a9(0x177)](!_0x256255,!_0xeec11a)){logger[_0x48d9a9(0x19d)](_0x48d9a9(0xc4)+_0x256255+_0x48d9a9(0xcb)+_0xeec11a);return;}if(this[_0x48d9a9(0x202)][_0x48d9a9(0x9c)](_0x256255)){const _0x3fbd39=this['activeHooks'][_0x48d9a9(0x167)](_0x256255),_0x54b7f3=_0x3fbd39['findIndex'](_0x17987c=>_0x17987c[_0x48d9a9(0x15b)]===_0xeec11a);_0x41588e[_0x48d9a9(0xe0)](_0x54b7f3,-0x1)?(_0x3fbd39[_0x48d9a9(0x1e4)](_0x54b7f3,0x1),logger[_0x48d9a9(0x146)](_0x48d9a9(0xe4)+_0x256255+_0x48d9a9(0xcb)+_0xeec11a+_0x48d9a9(0x181)+_0x3fbd39[_0x48d9a9(0x155)]),_0x41588e[_0x48d9a9(0x1a6)](_0x3fbd39[_0x48d9a9(0x155)],0x0)&&this['activeHooks'][_0x48d9a9(0x1ec)](_0x256255)):logger[_0x48d9a9(0x146)]('[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier='+_0x256255+_0x48d9a9(0xcb)+_0xeec11a);}}['getActiveHook'](_0x4b09f5){const _0xa75edb=a96_0x32a9fa,_0x389df8={};_0x389df8[_0xa75edb(0x226)]=function(_0x10e697,_0x3df9f6){return _0x10e697>_0x3df9f6;},_0x389df8[_0xa75edb(0x1ba)]=function(_0x287f65,_0x4911fb){return _0x287f65-_0x4911fb;};const _0x898ded=_0x389df8;if(!_0x4b09f5)return null;if(this[_0xa75edb(0x202)]['has'](_0x4b09f5)){const _0x4ffe86=this[_0xa75edb(0x202)]['get'](_0x4b09f5);if(_0x898ded[_0xa75edb(0x226)](_0x4ffe86['length'],0x0)){const _0x28c27f=_0x4ffe86[_0x898ded['FzJqq'](_0x4ffe86[_0xa75edb(0x155)],0x1)];return logger[_0xa75edb(0x146)](_0xa75edb(0x211)+_0x4b09f5+',\x20hookUUID='+_0x28c27f[_0xa75edb(0x15b)]+_0xa75edb(0x158)+_0x28c27f['hookType']),_0x28c27f;}}return null;}async[a96_0x32a9fa(0xc8)](_0x56aa8a,_0x14de12,_0x1232e9={}){const _0x475dcd=a96_0x32a9fa,_0x2e56af={};_0x2e56af[_0x475dcd(0x1a7)]='[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found',_0x2e56af[_0x475dcd(0x222)]=function(_0x5de74c,_0x3ba780){return _0x5de74c===_0x3ba780;},_0x2e56af['HXwpE']=function(_0x5d0a1a,_0x25f329){return _0x5d0a1a||_0x25f329;},_0x2e56af[_0x475dcd(0x16c)]=_0x475dcd(0x1de),_0x2e56af[_0x475dcd(0x1ad)]=function(_0x5542a8,_0x1cbf94){return _0x5542a8===_0x1cbf94;};const _0x42b394=_0x2e56af;logger[_0x475dcd(0x146)](_0x475dcd(0x1b1)+_0x56aa8a+_0x475dcd(0x210)+_0x14de12+_0x475dcd(0xd9)+Object[_0x475dcd(0x17e)](_0x1232e9)[_0x475dcd(0x133)](',')),await super[_0x475dcd(0xc8)](_0x56aa8a,_0x14de12,_0x1232e9);const _0x1f706e=this[_0x475dcd(0x1ac)](_0x56aa8a,_0x14de12,_0x1232e9);if(!_0x1f706e){logger['debug'](_0x42b394[_0x475dcd(0x1a7)]);return;}try{let _0x406cd7,_0x1c73cf,_0x4fad01;switch(_0x56aa8a){case TestFrameworkState[_0x475dcd(0x15e)]:_0x406cd7=_0x1232e9[_0x475dcd(0x224)];const _0x58ae65={};_0x58ae65['depth']=0x2,_0x58ae65[_0x475dcd(0x186)]=0x3,logger[_0x475dcd(0x146)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState='+_0x14de12+_0x475dcd(0xd8)+util[_0x475dcd(0x1fb)](_0x406cd7,_0x58ae65)),_0x4fad01=this[_0x475dcd(0xc1)](_0x406cd7),_0x1c73cf=null,logger[_0x475dcd(0x146)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId='+_0x4fad01+_0x475dcd(0x10c));if(_0x42b394[_0x475dcd(0x222)](_0x14de12,HookState[_0x475dcd(0x216)])){logger[_0x475dcd(0x146)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20'+_0x4fad01);const _0x4aad32={};_0x4aad32[_0x475dcd(0x118)]=_0x1c73cf,_0x4aad32[_0x475dcd(0x198)]=_0x406cd7,_0x4aad32[_0x475dcd(0x225)]=_0x4fad01;const _0x459555=this['parseJestTest'](_0x4aad32),_0x1d73c9={};_0x1d73c9[_0x475dcd(0xb9)]=0x2,_0x1d73c9[_0x475dcd(0x186)]=0x3,logger[_0x475dcd(0x146)](_0x475dcd(0x1be)+util['inspect'](_0x459555,_0x1d73c9)),_0x1f706e[_0x475dcd(0x153)](_0x459555),logger[_0x475dcd(0x146)](_0x475dcd(0xb1)+_0x4fad01),await this[_0x475dcd(0xa5)](_0x1f706e,_0x4fad01);}else{if(_0x42b394['aZfgi'](_0x14de12,HookState[_0x475dcd(0x9d)])){logger[_0x475dcd(0x146)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20'+_0x4fad01);const _0x46b815=_0x1f706e['getAllData']()[_0x475dcd(0x167)](_0x4fad01);logger[_0x475dcd(0x146)](_0x475dcd(0x1db)+util[_0x475dcd(0x1fb)](Object[_0x475dcd(0x17e)](_0x42b394[_0x475dcd(0x1e7)](_0x46b815,{}))));_0x46b815&&_0x46b815[TestFrameworkConstants[_0x475dcd(0x1c8)]]?logger['debug'](_0x475dcd(0xf0)+Object[_0x475dcd(0x17e)](_0x46b815[TestFrameworkConstants[_0x475dcd(0x1c8)]])['length']+'\x20files'):logger[_0x475dcd(0x146)](_0x42b394['oBHQU']);const _0x1b2c52=_0x1232e9[_0x475dcd(0x215)]||null,_0x548083={};_0x548083[_0x475dcd(0x118)]=_0x1c73cf,_0x548083[_0x475dcd(0x198)]=_0x406cd7,_0x548083[_0x475dcd(0x225)]=_0x4fad01,_0x548083[_0x475dcd(0x215)]=_0x1b2c52;const _0x24d16e=this[_0x475dcd(0x1ef)](_0x548083),_0x2faa32={};_0x2faa32[_0x475dcd(0xb9)]=0x2,_0x2faa32['maxArrayLength']=0x3,logger[_0x475dcd(0x146)](_0x475dcd(0x185)+util[_0x475dcd(0x1fb)](_0x24d16e,_0x2faa32)),_0x1f706e[_0x475dcd(0x153)](_0x24d16e),logger[_0x475dcd(0x146)](_0x475dcd(0x1c7)+_0x4fad01),await this['processPendingHooks'](_0x1f706e,_0x4fad01);}}break;case TestFrameworkState[_0x475dcd(0x1dd)]:if(_0x42b394['eEZXI'](_0x14de12,HookState[_0x475dcd(0x9d)])){const _0x146f1b={};_0x146f1b[_0x475dcd(0xb9)]=0x2,logger['debug'](_0x475dcd(0x1a0)+util[_0x475dcd(0x1fb)](_0x1232e9,_0x146f1b)),await this[_0x475dcd(0x9f)](_0x1f706e,_0x56aa8a,_0x1232e9);}break;default:if(CLIUtils[_0x475dcd(0xfb)](_0x56aa8a['toString']()[_0x475dcd(0x1c2)]('.')[0x1])){const _0x9f68d4={};_0x9f68d4[_0x475dcd(0xb9)]=0x2,_0x9f68d4[_0x475dcd(0x186)]=0x3,logger[_0x475dcd(0x146)](_0x475dcd(0x149)+_0x56aa8a+_0x475dcd(0x210)+_0x14de12+_0x475dcd(0xe6)+util[_0x475dcd(0x1fb)](_0x1232e9['hookData'],_0x9f68d4));const _0xaf4280=await this[_0x475dcd(0x212)](_0x1f706e,_0x56aa8a,_0x14de12,_0x1232e9),_0x21cad9={};_0x21cad9[_0x475dcd(0xb9)]=0x2,_0x21cad9['maxArrayLength']=0x3,logger[_0x475dcd(0x146)](_0x475dcd(0x126)+util[_0x475dcd(0x1fb)](_0xaf4280,_0x21cad9)),_0x1f706e['addMultipleEntries'](_0xaf4280);}else logger[_0x475dcd(0x146)](_0x475dcd(0x189)+_0x56aa8a+_0x475dcd(0x1e1)+_0x14de12);break;}logger[_0x475dcd(0x146)](_0x475dcd(0x128)+_0x56aa8a+_0x475dcd(0x210)+_0x14de12);}catch(_0x3a8690){logger[_0x475dcd(0x1f1)](_0x475dcd(0xf4)+_0x56aa8a+',\x20hookState='+_0x14de12+_0x475dcd(0xb3)+util[_0x475dcd(0x193)](_0x3a8690));}_0x1232e9[_0x475dcd(0xcc)]=_0x1f706e,await this[_0x475dcd(0x124)](_0x1f706e,_0x56aa8a,_0x14de12,_0x1232e9);}[a96_0x32a9fa(0xc1)](_0x3b63cc){const _0x3a8517=a96_0x32a9fa,_0x399c03={};_0x399c03[_0x3a8517(0x14b)]=_0x3a8517(0x1d7);const _0x3d8ead=_0x399c03;if(_0x3b63cc&&(_0x3b63cc['id']||_0x3b63cc['uuid'])){const _0x2a2dd1=_0x3b63cc['id']||_0x3b63cc['uuid'];return logger[_0x3a8517(0x146)](_0x3a8517(0x106)+_0x2a2dd1+_0x3a8517(0x143)),_0x2a2dd1;}return logger[_0x3a8517(0x146)](_0x3d8ead['TYwYi']),process[_0x3a8517(0x180)]+_0x3a8517(0x111);}[a96_0x32a9fa(0x1ac)](_0x26d5ff,_0x39cb5b,_0x2b71ec={}){const _0x3480e2=a96_0x32a9fa;let _0x25d9b3=null;return _0x25d9b3=TestFramework[_0x3480e2(0x137)](),!_0x25d9b3?(logger[_0x3480e2(0x146)](_0x3480e2(0xfa)+_0x26d5ff),this[_0x3480e2(0xcf)](_0x26d5ff,_0x2b71ec),_0x25d9b3=TestFramework[_0x3480e2(0x137)](),logger[_0x3480e2(0x146)](_0x3480e2(0xea)+!!_0x25d9b3+',\x20contextId='+_0x25d9b3?.['getContext']()?.[_0x3480e2(0x1e6)]())):logger[_0x3480e2(0x146)](_0x3480e2(0x1f7)+_0x25d9b3[_0x3480e2(0x194)]()?.['getId']()),_0x25d9b3;}[a96_0x32a9fa(0xcf)](_0x20aaf3,_0x3eb8ee){const _0xebbcf8=a96_0x32a9fa,_0x4b9574={};_0x4b9574[_0xebbcf8(0xfc)]=_0xebbcf8(0x12c);const _0xaba932=_0x4b9574;if(TestFramework['getTrackedInstance']()){logger[_0xebbcf8(0x146)](_0xaba932[_0xebbcf8(0xfc)]);return;}const _0x4d6151=CLIUtils[_0xebbcf8(0x134)](),_0x5d814a=TrackedInstance['createContext'](_0x4d6151);let _0x2555d2=null;logger[_0xebbcf8(0x146)](_0xebbcf8(0xdd)+_0x4d6151+',\x20state='+_0x20aaf3),_0x2555d2=new TestFrameworkInstance(_0x5d814a,this['getTestFrameworks'](),this[_0xebbcf8(0x16e)](),_0x20aaf3,HookState[_0xebbcf8(0x165)]),TestFramework[_0xebbcf8(0x208)](_0x5d814a,_0x2555d2),logger[_0xebbcf8(0x146)](_0xebbcf8(0x1f2)+_0x5d814a['getId']()+',\x20target='+_0x4d6151+',\x20testFramework='+this[_0xebbcf8(0xf6)]()[0x0]+_0xebbcf8(0xee)+this[_0xebbcf8(0x16e)]()[this[_0xebbcf8(0xf6)]()[0x0]]);}[a96_0x32a9fa(0x1b8)](_0x97c4f5){const _0x3520b4=a96_0x32a9fa,_0x1dd6e4={};_0x1dd6e4[_0x3520b4(0x188)]=function(_0x4f51cc,_0x7fd367){return _0x4f51cc||_0x7fd367;},_0x1dd6e4[_0x3520b4(0x1d3)]='No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test';const _0x1c60e9=_0x1dd6e4,{testUUID:_0x1bf8a8,testData:_0x2448cb,testId:_0x3246b6}=_0x97c4f5;if(_0x1c60e9['JKpIb'](!_0x2448cb,!_0x3246b6))return logger['debug'](_0x1c60e9['xrPgQ']),{};const _0x389885=this[_0x3520b4(0xf6)]()[0x0],_0x4053fd=this[_0x3520b4(0x16e)](),_0x1e3211={};_0x1e3211[_0x3520b4(0xb9)]=0x2,_0x1e3211[_0x3520b4(0x186)]=0x3,logger[_0x3520b4(0x146)](_0x3520b4(0x1a5)+util[_0x3520b4(0x1fb)](_0x2448cb,_0x1e3211));const _0x4c5770=_0x2448cb?.[_0x3520b4(0x14a)]||[],_0x29b4dc=this[_0x3520b4(0xb4)](_0x2448cb),_0x1b1965=this['getJestTestFilePath'](_0x2448cb),_0x40d249=_0x2448cb['fn']?_0x2448cb['fn']['toString']():_0x2448cb?.[_0x3520b4(0x176)]?_0x2448cb[_0x3520b4(0x176)][_0x3520b4(0x136)][_0x3520b4(0x1cc)]():null,_0x116ee8=this[_0x3520b4(0xb8)](_0x2448cb),_0x231dd1={[TestFrameworkConstants[_0x3520b4(0x164)]]:_0x389885,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x4053fd[_0x389885],[TestFrameworkConstants[_0x3520b4(0x1d8)]]:[],[TestFrameworkConstants[_0x3520b4(0xbb)]]:{},[TestFrameworkConstants[_0x3520b4(0x159)]]:{},[TestFrameworkConstants[_0x3520b4(0x1fa)]]:TestFrameworkConstants[_0x3520b4(0xae)],[TestFrameworkConstants[_0x3520b4(0x1af)]]:_0x29b4dc,[TestFrameworkConstants[_0x3520b4(0x1b7)]]:_0x1b1965,[TestFrameworkConstants[_0x3520b4(0x173)]]:_0x3246b6,[TestFrameworkConstants[_0x3520b4(0xa0)]]:_0x29b4dc,[TestFrameworkConstants[_0x3520b4(0x156)]]:_0x1b1965,[TestFrameworkConstants[_0x3520b4(0xed)]]:_0x40d249,[TestFrameworkConstants[_0x3520b4(0x229)]]:_0x116ee8,[TestFrameworkConstants[_0x3520b4(0x10f)]]:_0x2448cb[_0x3520b4(0xa6)]||new Date()[_0x3520b4(0x18e)](),[TestFrameworkConstants[_0x3520b4(0x221)]]:_0x4c5770[0x0]||'',[TestFrameworkConstants[_0x3520b4(0x197)]]:_0x4c5770,[TestFrameworkConstants[_0x3520b4(0x237)]]:_0x29b4dc,[TestFrameworkConstants[_0x3520b4(0x20e)]]:{},[TestFrameworkConstants['KEY_TEST_META']]:{}};_0x2448cb[_0x3520b4(0x207)]&&(_0x231dd1[TestFrameworkConstants[_0x3520b4(0x201)]]=_0x2448cb[_0x3520b4(0x207)]);logger[_0x3520b4(0x146)]('[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName='+_0x29b4dc+',\x20testId='+_0x3246b6+_0x3520b4(0x1ea)+JSON[_0x3520b4(0x13a)](_0x116ee8)+_0x3520b4(0xc2)+util[_0x3520b4(0x1fb)](_0x4c5770)+_0x3520b4(0x1cb)+_0x1b1965);const _0x24de1e={};return _0x24de1e[_0x3246b6]=_0x231dd1,_0x24de1e;}[a96_0x32a9fa(0x1ef)](_0xb4e0ae){const _0x6baf37=a96_0x32a9fa,_0x398fbe={'VyhrQ':function(_0x5171ce,_0x2ad725){return _0x5171ce===_0x2ad725;},'Noowq':_0x6baf37(0x11d),'eYniZ':'beforeAll','JelIq':_0x6baf37(0x19b),'iWSyy':_0x6baf37(0x144),'cluUY':function(_0x49fe51,_0x3ab914){return _0x49fe51||_0x3ab914;},'FyPrv':_0x6baf37(0x1b6),'ESlUJ':function(_0x1e47b3,_0x268cde){return _0x1e47b3||_0x268cde;},'kVJxz':_0x6baf37(0xbc),'DBpSR':function(_0xaff7bb,_0x8bfbe3){return _0xaff7bb>_0x8bfbe3;},'IRrNz':'failed','ssjup':_0x6baf37(0xb5),'cYFEG':'skipped','XvlIw':'passed','UhgGw':function(_0x2f1cdf,_0x4ef416){return _0x2f1cdf===_0x4ef416;},'MPOeO':function(_0x6b62c5,_0x3bed0f){return _0x6b62c5!==_0x3bed0f;},'psefj':function(_0x1538de,_0xf40a39,_0x165cb1,_0x3f65f8){return _0x1538de(_0xf40a39,_0x165cb1,_0x3f65f8);},'TfgKd':function(_0x275255,_0xcddca8){return _0x275255>_0xcddca8;},'wauxJ':_0x6baf37(0x19c),'VJoAf':function(_0x538e89,_0x3e7104){return _0x538e89>_0x3e7104;}},{testUUID:_0x47b0ec,testData:_0x35a8ee,testId:_0x28d43b}=_0xb4e0ae;if(_0x398fbe['cluUY'](!_0x35a8ee,!_0x28d43b))return logger['debug'](_0x398fbe['FyPrv']),{};const _0x5765d8=this[_0x6baf37(0x1ac)](TestFrameworkState['TEST'],HookState[_0x6baf37(0x9d)]),_0xd7243a=_0x5765d8[_0x6baf37(0xe3)]()['get'](_0x28d43b),_0x2451e8=_0x398fbe['ESlUJ'](_0xd7243a,{}),_0x4ceee5=_0x2451e8?_0x2451e8[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{},_0x3460ee=_0x2451e8[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']];logger[_0x6baf37(0x146)]('[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20'+(_0x3460ee?Object[_0x6baf37(0x17e)](_0x3460ee)['length']:0x0)+_0x6baf37(0x1a3));let _0x49ad76=_0x398fbe[_0x6baf37(0xda)];if(_0x35a8ee[_0x6baf37(0xbd)])_0x49ad76=_0x35a8ee['result'];else{if(_0x35a8ee[_0x6baf37(0x131)]&&_0x398fbe[_0x6baf37(0x150)](_0x35a8ee[_0x6baf37(0x131)][_0x6baf37(0x155)],0x0))_0x49ad76=_0x398fbe['IRrNz'];else _0x398fbe['VyhrQ'](_0x35a8ee[_0x6baf37(0xd1)],_0x398fbe[_0x6baf37(0xac)])||_0x398fbe[_0x6baf37(0x18a)](_0x35a8ee['status'],_0x398fbe[_0x6baf37(0x116)])?_0x49ad76=_0x398fbe[_0x6baf37(0x116)]:_0x49ad76=_0x398fbe['XvlIw'];}const _0x3a9145={..._0x2451e8,[TestFrameworkConstants[_0x6baf37(0x1fa)]]:_0x49ad76,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x35a8ee['finished_at']||new Date()[_0x6baf37(0x18e)](),[TestFrameworkConstants[_0x6baf37(0xd4)]]:new Date()[_0x6baf37(0x18e)](),[TestFrameworkConstants[_0x6baf37(0x20e)]]:_0x4ceee5,[TestFrameworkConstants[_0x6baf37(0x1c3)]]:_0x2451e8[TestFrameworkConstants[_0x6baf37(0x1c3)]]||[],[TestFrameworkConstants[_0x6baf37(0x21f)]]:{}};if(_0x398fbe[_0x6baf37(0x172)](_0x49ad76,_0x398fbe['IRrNz'])&&_0x35a8ee['errorsDetailed']){const _0x4027be=this[_0x6baf37(0x140)](_0x35a8ee),_0xc63bbd=this[_0x6baf37(0x20a)](_0x35a8ee),_0x47bb6f=this[_0x6baf37(0x183)](_0x35a8ee);_0x3a9145[TestFrameworkConstants[_0x6baf37(0x227)]]=_0xc63bbd,_0x3a9145[TestFrameworkConstants[_0x6baf37(0x9a)]]=_0x4027be,_0x3a9145[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x47bb6f;}_0x398fbe[_0x6baf37(0x1da)](_0x35a8ee[_0x6baf37(0x18b)],undefined)&&(_0x3a9145[TestFrameworkConstants[_0x6baf37(0xc9)]]=_0x35a8ee[_0x6baf37(0x18b)]);_0x35a8ee[_0x6baf37(0x207)]&&(_0x3a9145[TestFrameworkConstants[_0x6baf37(0x201)]]=_0x35a8ee[_0x6baf37(0x207)]);const _0x45306a=_0xd7243a?_0xd7243a[TestFrameworkConstants[_0x6baf37(0x1c8)]]||{}:{},_0xbb6709=_0xd7243a?_0xd7243a[TestFrameworkConstants[_0x6baf37(0xa4)]]:_0x47b0ec,_0x3c70b6=_0x398fbe[_0x6baf37(0x18d)](getManualUploadLogs,_0x45306a,_0xbb6709,_0x28d43b);if(_0x398fbe['DBpSR'](_0x3c70b6[_0x6baf37(0x155)],0x0)){const _0x583196=_0x3a9145[TestFrameworkConstants[_0x6baf37(0x1c3)]]||[];_0x3a9145[TestFrameworkConstants[_0x6baf37(0x1c3)]]=[..._0x583196,..._0x3c70b6];}const _0x55dbf2=_0x2451e8[TestFrameworkConstants[_0x6baf37(0xbb)]]||{},_0x418004=_0x2451e8[TestFrameworkConstants['KEY_HOOKS_STARTED']]||{},_0x531001={..._0x55dbf2},_0x2910a7=_0x531001;Object[_0x6baf37(0x17e)](_0x418004)[_0x6baf37(0x232)](_0x55627a=>{const _0xb4f19b=_0x6baf37;!_0x2910a7[_0x55627a]&&(_0x2910a7[_0x55627a]=[]);const _0x4c4d1d=new Set((_0x2910a7[_0x55627a]||[])['map'](_0x1786b5=>_0x1786b5[TestFrameworkConstants[_0xb4f19b(0x120)]]||_0x1786b5[_0xb4f19b(0x1ae)]));(_0x418004[_0x55627a]||[])[_0xb4f19b(0x232)](_0x40743e=>{const _0x69a71e=_0xb4f19b,_0x1c89b6=_0x40743e[TestFrameworkConstants[_0x69a71e(0x120)]]||_0x40743e[_0x69a71e(0x1ae)];if(!_0x4c4d1d['has'](_0x1c89b6)){const _0x35de6b={..._0x40743e},_0x1280ea=_0x35de6b;!_0x1280ea[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]&&!_0x1280ea[_0x69a71e(0x20b)]&&(_0x1280ea[TestFrameworkConstants[_0x69a71e(0x223)]]=new Date()[_0x69a71e(0x18e)]()),!_0x1280ea[TestFrameworkConstants['KEY_HOOK_RESULT']]&&!_0x1280ea[_0x69a71e(0x200)]&&(_0x1280ea[TestFrameworkConstants[_0x69a71e(0x184)]]=TestFrameworkConstants[_0x69a71e(0x1b2)]),_0x2910a7[_0x55627a][_0x69a71e(0xe9)](_0x1280ea);}});});if(_0xb4e0ae[_0x6baf37(0x215)]){this[_0x6baf37(0x22b)](_0xb4e0ae[_0x6baf37(0x215)]);const _0x1d71cb=this[_0x6baf37(0x1e8)](_0xb4e0ae['originalTest']),_0x239f2d=this[_0x6baf37(0x10e)](_0xb4e0ae[_0x6baf37(0x215)]);_0x239f2d[_0x6baf37(0x232)](_0x1ff4bf=>{const _0x4d9578=_0x6baf37,_0x25a9cf=_0x1d71cb[_0x4d9578(0x167)](_0x1ff4bf);if(_0x25a9cf&&(_0x398fbe['VyhrQ'](_0x25a9cf[_0x4d9578(0xa8)],_0x398fbe['Noowq'])||_0x398fbe[_0x4d9578(0x18a)](_0x25a9cf[_0x4d9578(0xa8)],_0x398fbe[_0x4d9578(0xa1)]))){const _0x1695f4=_0x25a9cf[_0x4d9578(0xa8)][_0x4d9578(0x113)]()['replace'](_0x398fbe['JelIq'],_0x398fbe[_0x4d9578(0x1a1)]),_0x133de7=_0x1695f4;!_0x2910a7[_0x133de7]&&(_0x2910a7[_0x133de7]=[]);const _0x1dbaf0=_0x2910a7[_0x133de7][_0x4d9578(0xe7)](_0x5326cb=>(_0x5326cb[TestFrameworkConstants[_0x4d9578(0x120)]]||_0x5326cb[_0x4d9578(0x1ae)])===_0x1ff4bf);!_0x1dbaf0&&_0x2910a7[_0x133de7]['push']({'key':_0x133de7,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x1ff4bf,[TestFrameworkConstants[_0x4d9578(0x184)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x4d9578(0x1ce)]]:new Date()[_0x4d9578(0x18e)](),[TestFrameworkConstants[_0x4d9578(0x223)]]:new Date()[_0x4d9578(0x18e)](),[TestFrameworkConstants[_0x4d9578(0x192)]]:[],[TestFrameworkConstants[_0x4d9578(0x17b)]]:_0x25a9cf[_0x4d9578(0xad)]||_0x25a9cf['type']+_0x4d9578(0x1aa),[TestFrameworkConstants[_0x4d9578(0x20e)]]:_0x4ceee5});}});}if(_0x35a8ee[_0x6baf37(0x19e)]&&_0x398fbe[_0x6baf37(0xb0)](_0x35a8ee[_0x6baf37(0x19e)][_0x6baf37(0x155)],0x0))_0x3a9145[TestFrameworkConstants[_0x6baf37(0xbb)]]=_0x35a8ee['hooks'],logger['debug'](_0x398fbe[_0x6baf37(0x1d1)]);else _0x398fbe[_0x6baf37(0xf9)](Object['keys'](_0x2910a7)[_0x6baf37(0x155)],0x0)&&(_0x3a9145[TestFrameworkConstants[_0x6baf37(0xbb)]]=_0x2910a7,logger['debug'](_0x6baf37(0x104)+Object['keys'](_0x2910a7)[_0x6baf37(0x133)](',')));const _0x819244=this[_0x6baf37(0xb4)](_0x35a8ee);logger[_0x6baf37(0x146)]('[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName='+_0x819244+_0x6baf37(0x234)+_0x28d43b+_0x6baf37(0x1e0)+_0x49ad76+_0x6baf37(0x174)+_0x35a8ee[_0x6baf37(0x18b)]);_0x398fbe[_0x6baf37(0x18a)](_0x49ad76,_0x398fbe[_0x6baf37(0x19a)])&&logger['debug']('[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId='+_0x28d43b+_0x6baf37(0x236)+_0x3a9145[TestFrameworkConstants[_0x6baf37(0x227)]]+_0x6baf37(0xe5)+_0x3a9145[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]?.['substring'](0x0,0xc8));const _0x59c38b={};return _0x59c38b[_0x28d43b]=_0x3a9145,_0x59c38b;}[a96_0x32a9fa(0x1ca)](_0x37d42b){const _0x39325c=a96_0x32a9fa,_0x4e9517={};_0x4e9517[_0x39325c(0x1f4)]=function(_0x358c72,_0x5b4a9c){return _0x358c72!==_0x5b4a9c;},_0x4e9517[_0x39325c(0x17f)]='ROOT_DESCRIBE_BLOCK';const _0x3e5b12=_0x4e9517,_0x2df42f={};_0x2df42f[_0x39325c(0xb9)]=0x2,_0x2df42f[_0x39325c(0x186)]=0x3,logger['debug'](_0x39325c(0x1a8)+util[_0x39325c(0x1fb)](_0x37d42b,_0x2df42f));const _0x56510f=[];if(_0x37d42b&&_0x37d42b[_0x39325c(0x105)]){let _0x2ce050=_0x37d42b[_0x39325c(0x105)];while(_0x2ce050&&_0x2ce050[_0x39325c(0xad)]&&_0x3e5b12[_0x39325c(0x1f4)](_0x2ce050[_0x39325c(0xad)],'')&&_0x3e5b12[_0x39325c(0x1f4)](_0x2ce050[_0x39325c(0xad)],_0x3e5b12[_0x39325c(0x17f)])){_0x56510f[_0x39325c(0xe9)](_0x2ce050[_0x39325c(0xad)]),_0x2ce050=_0x2ce050[_0x39325c(0x105)];}}return _0x56510f[_0x39325c(0xb6)]();}[a96_0x32a9fa(0xb4)](_0xe4125e){const _0x4e32e5=a96_0x32a9fa,_0x16fab5={};_0x16fab5[_0x4e32e5(0xa2)]=_0x4e32e5(0x1c5);const _0x17ca36=_0x16fab5;if(_0xe4125e['name'])return _0xe4125e[_0x4e32e5(0xad)];if(_0xe4125e[_0x4e32e5(0x1df)])return _0xe4125e['title'];return _0x17ca36[_0x4e32e5(0xa2)];}[a96_0x32a9fa(0xb8)](_0x4181df){const _0x487cde=a96_0x32a9fa,_0x36daf9=[];if(_0x4181df[_0x487cde(0x1bf)]&&Array[_0x487cde(0x204)](_0x4181df[_0x487cde(0x1bf)]))return _0x4181df[_0x487cde(0x1bf)]['map'](_0x5f09b8=>_0x5f09b8[_0x487cde(0x1bc)]('@')?_0x5f09b8[_0x487cde(0xdb)](0x1):_0x5f09b8);const _0x17e497=this[_0x487cde(0xb4)](_0x4181df),_0xaced94=_0x17e497[_0x487cde(0x142)](/@(\w+)/g);if(_0xaced94)return _0xaced94[_0x487cde(0x15f)](_0x3e63dd=>_0x3e63dd[_0x487cde(0xf2)](0x1));return _0x4181df[_0x487cde(0x14a)]&&Array[_0x487cde(0x204)](_0x4181df[_0x487cde(0x14a)])&&_0x4181df['scopes'][_0x487cde(0x232)](_0x2a8d68=>{const _0x1a56bc=_0x487cde,_0x460871=_0x2a8d68[_0x1a56bc(0x142)](/@(\w+)/g);_0x460871&&_0x460871[_0x1a56bc(0x232)](_0x4ff6ff=>{const _0x84fa24=_0x1a56bc,_0x35776a=_0x4ff6ff['slice'](0x1);!_0x36daf9[_0x84fa24(0x1d0)](_0x35776a)&&_0x36daf9[_0x84fa24(0xe9)](_0x35776a);});}),_0x36daf9;}[a96_0x32a9fa(0x17a)](_0x2ff3dc){const _0x7daedc=a96_0x32a9fa,_0x52c9a9={'QuMLL':function(_0x46db9c,_0x37d786){return _0x46db9c(_0x37d786);}};if(_0x2ff3dc[_0x7daedc(0xdc)])return _0x2ff3dc[_0x7daedc(0xdc)];if(_0x2ff3dc[_0x7daedc(0xbe)])try{const _0x142dbc=stackTrace[_0x7daedc(0x1bd)](_0x2ff3dc[_0x7daedc(0xbe)]),_0x4a054=_0x52c9a9[_0x7daedc(0x152)](pickUserFrameFile,_0x142dbc);if(_0x4a054)return _0x4a054;logger[_0x7daedc(0x146)](_0x7daedc(0x16b)+_0x142dbc[_0x7daedc(0x155)]+')');}catch(_0x394993){logger[_0x7daedc(0x146)]('Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20'+util[_0x7daedc(0x193)](_0x394993));}return null;}[a96_0x32a9fa(0x140)](_0x1f1f46){const _0x2d3c06=a96_0x32a9fa,_0x42b8a8={};_0x42b8a8['RTdQA']=function(_0x5cb834,_0x44074b){return _0x5cb834>_0x44074b;},_0x42b8a8[_0x2d3c06(0x12a)]='Unknown\x20error';const _0x4194dd=_0x42b8a8;if(_0x1f1f46[_0x2d3c06(0x131)]&&_0x4194dd['RTdQA'](_0x1f1f46[_0x2d3c06(0x131)][_0x2d3c06(0x155)],0x0))return util[_0x2d3c06(0x1fb)](_0x1f1f46[_0x2d3c06(0x131)][0x0]);if(_0x1f1f46[_0x2d3c06(0x182)])return _0x1f1f46[_0x2d3c06(0x182)];return _0x4194dd[_0x2d3c06(0x12a)];}[a96_0x32a9fa(0x20a)](_0x3e1b94){const _0x2cc6a1=a96_0x32a9fa,_0x5873e4={};_0x5873e4['gkUuo']=_0x2cc6a1(0xbf),_0x5873e4['kHqDE']='AssertionError',_0x5873e4[_0x2cc6a1(0xc5)]=_0x2cc6a1(0xec);const _0x36b13e=_0x5873e4,_0x11fd31=this[_0x2cc6a1(0x140)](_0x3e1b94);if(_0x11fd31&&_0x11fd31[_0x2cc6a1(0x1d0)](_0x36b13e[_0x2cc6a1(0x218)]))return _0x36b13e[_0x2cc6a1(0xc3)];return _0x36b13e[_0x2cc6a1(0xc5)];}['getJestFailureData'](_0x130c32){const _0x34751d=a96_0x32a9fa,_0x506961={'efALF':function(_0x1a1e7a,_0x196dbf){return _0x1a1e7a(_0x196dbf);},'WuTgf':'../../../helpers/test-observability/utils','HAvmc':function(_0x3ec3d3,_0x623f6c){return _0x3ec3d3!==_0x623f6c;},'gUKni':_0x34751d(0x224)},{failureData:_0xef5d2f}=_0x506961['efALF'](require,_0x506961[_0x34751d(0xfe)]),_0x507591=[];return _0x506961['HAvmc'](_0x130c32['errorsDetailed'],undefined)&&_0x507591['push'](_0x130c32['errorsDetailed'],_0x506961['gUKni']),_0xef5d2f[_0x34751d(0x20f)](null,_0x507591);}async[a96_0x32a9fa(0x212)](_0x542eb1,_0x2b2d39,_0x8410f6,_0x4216cc){const _0x56aa65=a96_0x32a9fa,_0x1df964={'opsqo':_0x56aa65(0xaf),'AfZcO':function(_0x7912d4){return _0x7912d4();},'AfOoU':function(_0xbfbdae,_0x17b1cb){return _0xbfbdae in _0x17b1cb;},'sJGwa':function(_0x46e8dd,_0x5dc2ca){return _0x46e8dd in _0x5dc2ca;},'Ebrll':function(_0x12b733,_0x341ab0){return _0x12b733===_0x341ab0;},'ODKfT':function(_0x5e5f6c,_0x4934a3){return _0x5e5f6c===_0x4934a3;},'cMksS':function(_0x106d83,_0x58b784){return _0x106d83>_0x58b784;},'sxoZL':_0x56aa65(0x219),'Bnecd':'passed','cukFu':function(_0x32cf2d,_0x5455f1){return _0x32cf2d===_0x5455f1;},'zycFs':_0x56aa65(0x199),'NYhuq':function(_0x3f212c,_0x15e1f0){return _0x3f212c===_0x15e1f0;},'iZNGu':function(_0x469fa6,_0xf60683){return _0x469fa6!==_0xf60683;}},{hookData:_0x5efc47}=_0x4216cc,_0x4c7c49=_0x8410f6[_0x56aa65(0x1cc)](),_0x2a26d3=_0x2b2d39[_0x56aa65(0x1cc)](),_0x363938={};_0x363938[_0x56aa65(0xb9)]=0x2,_0x363938['maxArrayLength']=0x3,logger[_0x56aa65(0x146)]('[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState='+_0x2a26d3+_0x56aa65(0x210)+_0x4c7c49+_0x56aa65(0xe6)+util[_0x56aa65(0x1fb)](_0x5efc47,_0x363938));if(!_0x5efc47)return logger[_0x56aa65(0x146)](_0x1df964[_0x56aa65(0xce)]),{};const _0x5f470c=_0x5efc47[_0x56aa65(0x1fd)]||_0x5efc47[_0x56aa65(0x1f3)]||_0x1df964[_0x56aa65(0x178)](uuidv4),_0x259aca=_0x5efc47[_0x56aa65(0x1f0)]||this['getJestTestIdentifier'](_0x5efc47),_0x5a8d88=_0x2b2d39[_0x56aa65(0x1cc)]()[_0x56aa65(0x1c2)]('.')[0x1],_0x51876e=_0x542eb1['getAllData']()[_0x56aa65(0x167)](_0x259aca),_0x2720c4=_0x51876e?_0x51876e[TestFrameworkConstants[_0x56aa65(0x20e)]]||{}:{};logger[_0x56aa65(0x146)](_0x56aa65(0x102)+_0x5f470c+',\x20testId='+_0x259aca+_0x56aa65(0xa3)+_0x5a8d88+_0x56aa65(0x210)+_0x4c7c49);if(!_0x51876e)return logger[_0x56aa65(0x146)](_0x56aa65(0x1d6)+_0x259aca+_0x56aa65(0x205)),this[_0x56aa65(0xef)](_0x542eb1,_0x259aca,_0x2b2d39,_0x8410f6,_0x4216cc),{};let _0x3036c4=_0x51876e[TestFrameworkConstants[_0x56aa65(0x159)]];!_0x3036c4&&(_0x3036c4={});!_0x1df964[_0x56aa65(0x117)](_0x5a8d88,_0x3036c4)&&(_0x3036c4[_0x5a8d88]=[]);let _0x69d8be=_0x51876e[TestFrameworkConstants[_0x56aa65(0xbb)]];!_0x69d8be&&(_0x69d8be={});!_0x1df964['sJGwa'](_0x5a8d88,_0x69d8be)&&(_0x69d8be[_0x5a8d88]=[]);const _0x4a3d11={[_0x259aca]:{[TestFrameworkConstants[_0x56aa65(0x159)]]:_0x3036c4,[TestFrameworkConstants[_0x56aa65(0xbb)]]:_0x69d8be,[TestFrameworkConstants[_0x56aa65(0x164)]]:this[_0x56aa65(0xf6)]()[0x0]||'',[TestFrameworkConstants[_0x56aa65(0xba)]]:this[_0x56aa65(0x16e)]()[this[_0x56aa65(0xf6)]()[0x0]]||''}};if(_0x1df964[_0x56aa65(0x151)](_0x8410f6,HookState[_0x56aa65(0x216)])){const _0x2b7793={'key':_0x5a8d88,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x5f470c,[TestFrameworkConstants[_0x56aa65(0x184)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x56aa65(0x1ce)]]:_0x5efc47[_0x56aa65(0xa6)]||new Date()['toISOString'](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x56aa65(0x17b)]]:_0x5efc47[_0x56aa65(0xad)]||_0x5efc47[_0x56aa65(0x1fe)]||_0x5a8d88,[TestFrameworkConstants[_0x56aa65(0x20e)]]:_0x2720c4};_0x3036c4[_0x5a8d88][_0x56aa65(0xe9)](_0x2b7793),_0x4a3d11[_0x259aca][TestFrameworkConstants[_0x56aa65(0x109)]]=_0x5a8d88;const _0x440643={};_0x440643['depth']=0x2,logger[_0x56aa65(0x146)](_0x56aa65(0x1ff)+_0x5a8d88+_0x56aa65(0x15c)+_0x5f470c+_0x56aa65(0x234)+_0x259aca+_0x56aa65(0x1cd)+util['inspect'](_0x2b7793,_0x440643));}else{if(_0x1df964['ODKfT'](_0x8410f6,HookState['POST'])){const _0x1fbcab=_0x5efc47[_0x56aa65(0xbd)]||(_0x5efc47[_0x56aa65(0x131)]&&_0x1df964['cMksS'](_0x5efc47[_0x56aa65(0x131)][_0x56aa65(0x155)],0x0)?_0x1df964['sxoZL']:_0x1df964[_0x56aa65(0x1f5)]),_0x4938da=_0x3036c4[_0x5a8d88]||[];logger[_0x56aa65(0x146)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType='+_0x5a8d88+_0x56aa65(0x234)+_0x259aca+_0x56aa65(0x1bb)+_0x1fbcab+_0x56aa65(0x20c)+_0x4938da[_0x56aa65(0x155)]);if(_0x1df964[_0x56aa65(0xe1)](_0x4938da['length'],0x0)&&_0x1df964[_0x56aa65(0x151)](_0x2b2d39,TestFrameworkState[_0x56aa65(0xd0)]))return logger['debug'](_0x1df964[_0x56aa65(0x220)]),this[_0x56aa65(0xef)](_0x542eb1,_0x259aca,_0x2b2d39,_0x8410f6,_0x4216cc),{};if(_0x1df964[_0x56aa65(0x230)](_0x4938da[_0x56aa65(0x155)],0x0)){const _0xbecac4=_0x4938da[_0x56aa65(0xb7)]();_0x1df964[_0x56aa65(0x19f)](_0x1fbcab,_0x1df964[_0x56aa65(0x213)])&&_0x5efc47[_0x56aa65(0x131)]?(_0xbecac4[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this[_0x56aa65(0x20a)](_0x5efc47),_0xbecac4[TestFrameworkConstants[_0x56aa65(0x16d)]]=this[_0x56aa65(0x140)](_0x5efc47),_0xbecac4[TestFrameworkConstants[_0x56aa65(0x10a)]]=this['getJestFailureData'](_0x5efc47),logger[_0x56aa65(0x146)](_0x56aa65(0x1b0)+_0x5a8d88+_0x56aa65(0x236)+_0xbecac4[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]+_0x56aa65(0xe5)+_0xbecac4[TestFrameworkConstants[_0x56aa65(0x16d)]]?.[_0x56aa65(0xc6)](0x0,0xc8))):_0xbecac4[TestFrameworkConstants[_0x56aa65(0x184)]]=_0x1df964[_0x56aa65(0x1f5)];_0x1df964[_0x56aa65(0x11b)](_0x1fbcab,TestFrameworkConstants[_0x56aa65(0x1b2)])&&(_0xbecac4[TestFrameworkConstants[_0x56aa65(0x184)]]=_0x1fbcab);_0xbecac4[TestFrameworkConstants[_0x56aa65(0x223)]]=_0x5efc47[_0x56aa65(0x1a4)]||new Date()[_0x56aa65(0x18e)](),_0xbecac4[TestFrameworkConstants[_0x56aa65(0x20e)]]=_0x2720c4;const _0xc3ffdd=_0xbecac4[TestFrameworkConstants['KEY_HOOK_ID']];!_0x69d8be[_0x5a8d88]&&(_0x69d8be[_0x5a8d88]=[]);_0x69d8be[_0x5a8d88]['push'](_0xbecac4),_0x4a3d11[_0x259aca][TestFrameworkConstants[_0x56aa65(0x17d)]]=_0x5a8d88;const _0x56c1c4={};_0x56c1c4[_0x56aa65(0xb9)]=0x2,logger['debug'](_0x56aa65(0x1f9)+_0x5a8d88+',\x20hookId='+_0xc3ffdd+_0x56aa65(0x1bb)+_0x1fbcab+_0x56aa65(0x1cd)+util[_0x56aa65(0x1fb)](_0xbecac4,_0x56c1c4));}}}return _0x4a3d11;}[a96_0x32a9fa(0x1e2)](_0x1928c2){const _0x300f91=a96_0x32a9fa,_0x21dd61={};_0x21dd61[_0x300f91(0x1e9)]=_0x300f91(0x9b);const _0x2a9e8d=_0x21dd61;try{const _0x4a6022=_0x1928c2['test']?this['getJestTestIdentifier'](_0x1928c2[_0x300f91(0x224)]):_0x1928c2[_0x300f91(0x160)]['test_run_id'],_0x386930=_0x1928c2['instance'],_0x41e415=_0x386930[_0x300f91(0x194)](),_0x289a5d=_0x386930[_0x300f91(0xe3)]()[_0x300f91(0x167)](_0x4a6022);if(!_0x289a5d)return logger['debug']('createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x4a6022),{};const {[TestFrameworkConstants[_0x300f91(0x164)]]:_0x4ed4b1=this[_0x300f91(0xf6)]()[0x0]||'',[TestFrameworkConstants[_0x300f91(0xba)]]:_0x373f15=this[_0x300f91(0x16e)]()[this[_0x300f91(0xf6)]()[0x0]]||'',[TestFrameworkConstants[_0x300f91(0x10f)]]:_0xa9a164='',[TestFrameworkConstants[_0x300f91(0x135)]]:_0x22d413=''}=_0x289a5d,_0x5d6b30=_0x386930[_0x300f91(0x22a)]()['toString']()[_0x300f91(0x1c2)]('.')[0x1],_0x276ad0=_0x386930[_0x300f91(0x1ed)]()[_0x300f91(0x1cc)]()[_0x300f91(0x1c2)]('.')[0x1],_0x5167b3=global?.[_0x300f91(0x11e)]?.[_0x300f91(0x139)]?.[_0x300f91(0xf3)]||global[_0x300f91(0x214)]||0x0,_0x40f5b2=_0x386930[_0x300f91(0x1fc)](),_0x5c50bf=Buffer[_0x300f91(0x138)](JSON[_0x300f91(0x13a)](_0x289a5d))['toString'](_0x2a9e8d['CWbIG']),_0x2a1e5d={'hash':_0x41e415['getId'](),'threadId':_0x41e415[_0x300f91(0x187)]()['toString'](),'processId':_0x41e415['getProcessId']()[_0x300f91(0x1cc)]()},_0x25a099={};_0x25a099['platformIndex']=_0x5167b3,_0x25a099[_0x300f91(0x162)]=_0x4ed4b1,_0x25a099['testFrameworkVersion']=_0x373f15,_0x25a099['testFrameworkState']=_0x5d6b30,_0x25a099['hookState']=_0x276ad0,_0x25a099['startedAt']=_0xa9a164,_0x25a099['endedAt']=_0x22d413,_0x25a099[_0x300f91(0x1fd)]=_0x40f5b2,_0x25a099[_0x300f91(0x11f)]=_0x5c50bf,_0x25a099[_0x300f91(0x21e)]=_0x2a1e5d,_0x25a099[_0x300f91(0xa9)]=_0x4a6022;const _0x5625fa=_0x25a099;return _0x5625fa;}catch(_0x42cbf4){return logger[_0x300f91(0x1f1)](_0x300f91(0xe8)+util[_0x300f91(0x193)](_0x42cbf4)),{};}}async[a96_0x32a9fa(0x9f)](_0x5ebbb1,_0x501c79,_0x1d8ee3){const _0x30a286=a96_0x32a9fa,_0xe9752b={'yOQNf':function(_0x15d834,_0x3b32f5){return _0x15d834+_0x3b32f5;},'XsQSM':_0x30a286(0x191),'QhgWJ':'none','BzupB':function(_0xbdc723,_0x20f5f0){return _0xbdc723>_0x20f5f0;},'NGaEr':function(_0xd370f6,_0x56caaf,_0x398cdb,_0x2ba8b0){return _0xd370f6(_0x56caaf,_0x398cdb,_0x2ba8b0);},'iZELO':function(_0x5a2c22,_0x371429){return _0x5a2c22-_0x371429;},'lqFCK':function(_0x691937,_0x1f3c0b){return _0x691937===_0x1f3c0b;},'WdoBj':function(_0x34cee2,_0x1be050){return _0x34cee2/_0x1be050;},'STtkt':function(_0x27ae7e,_0x50c018){return _0x27ae7e<_0x50c018;},'UoqDn':function(_0x281dab,_0xd880a9){return _0x281dab*_0xd880a9;},'EuGdW':function(_0x3cc78c,_0x3dd3ab){return _0x3cc78c+_0x3dd3ab;},'hzMpT':function(_0x1e6e69,_0x195e2b){return _0x1e6e69>_0x195e2b;}};try{const _0x2aad63=_0x1d8ee3['testUUID']||_0x1d8ee3['testId'],_0x1feda3=Array[_0x30a286(0x138)](_0x5ebbb1['getAllData']()['keys']()),_0x2ff56d=_0x5ebbb1['getAllData']()['get'](_0x2aad63);if(!_0x2ff56d){logger[_0x30a286(0x146)](_0x30a286(0x1d2)+_0x2aad63);return;}const {[TestFrameworkConstants[_0x30a286(0x164)]]:_0x11f566='',[TestFrameworkConstants[_0x30a286(0xba)]]:_0x1a0839=''}=_0x2ff56d;let _0x410292=[];_0x2ff56d&&_0x2ff56d[TestFrameworkConstants[_0x30a286(0x1c3)]]&&Array[_0x30a286(0x204)](_0x2ff56d[TestFrameworkConstants['KEY_LOGS']])?(_0x410292=_0x2ff56d[TestFrameworkConstants[_0x30a286(0x1c3)]]||[],logger[_0x30a286(0x146)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20'+_0x410292[_0x30a286(0x155)]+'\x20logs\x20for\x20testId:\x20'+_0x2aad63),_0x5ebbb1[_0x30a286(0x153)]({[_0x2aad63]:{[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:this[_0x30a286(0xf6)]()[0x0]||'',[TestFrameworkConstants[_0x30a286(0xba)]]:this[_0x30a286(0x16e)]()[this[_0x30a286(0xf6)]()[0x0]]||''}}),logger['debug'](_0x30a286(0x15a)+_0x2aad63)):logger[_0x30a286(0x146)](_0x30a286(0xd3)+_0x2aad63);logger[_0x30a286(0x146)](_0x30a286(0x148)+_0x410292[_0x30a286(0x155)]+'\x20for\x20testId:\x20'+_0x2aad63);const _0x1ee11c=_0x410292['filter'](_0x5c3fff=>_0x5c3fff[_0x30a286(0x123)]===_0x30a286(0x1d5));_0xe9752b[_0x30a286(0x179)](_0x1ee11c[_0x30a286(0x155)],0x0)&&(logger[_0x30a286(0x146)](_0x30a286(0xf1)+_0x1ee11c[_0x30a286(0x155)]+_0x30a286(0x161)+_0x2aad63),_0x1ee11c[_0x30a286(0x232)]((_0x17c5ee,_0x173804)=>{const _0xe5e789=_0x30a286;logger[_0xe5e789(0x146)](_0xe5e789(0x157)+_0xe9752b[_0xe5e789(0x11c)](_0x173804,0x1)+'/'+_0x1ee11c[_0xe5e789(0x155)]+_0xe5e789(0x21a)+(_0x17c5ee[_0xe5e789(0xa9)]||_0xe9752b[_0xe5e789(0x14f)])+_0xe5e789(0x141)+(_0x17c5ee[_0xe5e789(0xf8)]||_0xe9752b[_0xe5e789(0x14f)])+_0xe5e789(0x217)+(_0x17c5ee[_0xe5e789(0x21d)]||_0xe9752b[_0xe5e789(0x125)])+_0xe5e789(0x196)+(_0x17c5ee['message']?.[_0xe5e789(0x155)]||0x0));}));const _0x4cd504=_0x2ff56d[TestFrameworkConstants[_0x30a286(0x1c8)]]||{},_0x477608=_0xe9752b[_0x30a286(0x20d)](getMediaArtifactsLogs,_0x4cd504,null,_0x2aad63),_0x1a6907=(_0x410292||[])[_0x30a286(0x13c)](_0x477608||[]),_0x17258f=_0x1ee11c?.[_0x30a286(0x155)]||0x0,_0x45c7c5=_0xe9752b[_0x30a286(0x1f6)](_0x410292?.[_0x30a286(0x155)]||0x0,_0x17258f);logger['debug'](_0x30a286(0x1f8)+_0x2aad63+_0x30a286(0xf7)+_0x45c7c5+_0x30a286(0xcd)+_0x17258f+_0x30a286(0x127)+(_0x477608?.[_0x30a286(0x155)]||0x0)+_0x30a286(0x1eb)+_0x1a6907[_0x30a286(0x155)]);if(!_0x1a6907||_0xe9752b[_0x30a286(0x1b4)](_0x1a6907[_0x30a286(0x155)],0x0)){logger['debug'](_0x30a286(0xdf)+_0x2aad63);return;}const _0x3252d3=0x28,_0x5e4a8e=Math['ceil'](_0xe9752b[_0x30a286(0x147)](_0x1a6907[_0x30a286(0x155)],_0x3252d3));for(let _0x54f266=0x0;_0xe9752b['STtkt'](_0x54f266,_0x5e4a8e);_0x54f266++){const _0x250a55=_0xe9752b[_0x30a286(0x112)](_0x54f266,_0x3252d3),_0x317ad3=_0xe9752b[_0x30a286(0xaa)](_0x250a55,_0x3252d3),_0x109877=_0x1a6907[_0x30a286(0xf2)](_0x250a55,_0x317ad3),_0x207d44=global?.[_0x30a286(0x16f)]??0x0,_0x477f90={'platformIndex':_0x207d44,'logs':_0x109877,'testFrameworkName':_0x11f566,'testFrameworkVersion':_0x1a0839,'testFrameworkState':_0x501c79['toString']()[_0x30a286(0x1c2)]('.')[0x1]},_0x4525e6={};_0x4525e6[_0x30a286(0xb9)]=0x3,_0x4525e6[_0x30a286(0x186)]=0x5,logger[_0x30a286(0x146)](_0x30a286(0x195)+_0xe9752b[_0x30a286(0xaa)](_0x54f266,0x1)+'/'+_0x5e4a8e+_0x30a286(0x21b)+_0x2aad63+_0x30a286(0x1c6)+_0x109877[_0x30a286(0x155)]+',\x20platformIndex:\x20'+_0x207d44+_0x30a286(0xc7)+util[_0x30a286(0x1fb)](_0x477f90,_0x4525e6));const _0x260696=await GrpcClient[_0x30a286(0x132)]()[_0x30a286(0xd5)](_0x477f90);logger[_0x30a286(0x146)](_0x30a286(0x195)+_0xe9752b[_0x30a286(0x11c)](_0x54f266,0x1)+'/'+_0x5e4a8e+'\x20-\x20testId:\x20'+_0x2aad63+',\x20response='+util['inspect'](_0x260696));}_0x477608&&_0xe9752b[_0x30a286(0x16a)](_0x477608[_0x30a286(0x155)],0x0)&&_0x2ff56d[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]&&_0x5ebbb1[_0x30a286(0x153)]({[_0x2aad63]:{[TestFrameworkConstants[_0x30a286(0x1c8)]]:{},[TestFrameworkConstants[_0x30a286(0x164)]]:this[_0x30a286(0xf6)]()[0x0]||'',[TestFrameworkConstants[_0x30a286(0xba)]]:this[_0x30a286(0x16e)]()[this[_0x30a286(0xf6)]()[0x0]]||''}}),logger[_0x30a286(0x146)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20'+_0x2aad63+_0x30a286(0x12f)+_0x5e4a8e);}catch(_0x337d76){logger[_0x30a286(0x1f1)](_0x30a286(0xff)+(_0x1d8ee3[_0x30a286(0x118)]||_0x1d8ee3['testId'])+',\x20error:\x20'+util[_0x30a286(0x193)](_0x337d76));}}[a96_0x32a9fa(0xef)](_0x2693e5,_0x3fd578,_0x73a7eb,_0x3af785,_0x3b1c47){const _0x14f952=a96_0x32a9fa,_0x1f98fc={};_0x1f98fc[_0x14f952(0x175)]=function(_0x255720,_0x18b6d0){return _0x255720===_0x18b6d0;},_0x1f98fc[_0x14f952(0x22d)]=_0x14f952(0x13b);const _0x126bca=_0x1f98fc,{hookData:_0x5cc1df}=_0x3b1c47,_0x32e032={'testId':_0x3fd578,'testFrameworkState':_0x73a7eb,'hookState':_0x3af785,'args':_0x3b1c47,'timestamp':new Date()[_0x14f952(0x18e)]()};if(_0x126bca['WVaSX'](_0x73a7eb,TestFrameworkState[_0x14f952(0xd0)])&&_0x5cc1df){const _0x3eeb48={};_0x3eeb48[_0x14f952(0xb2)]=_0x5cc1df['file_name']||_0x5cc1df['location'],_0x3eeb48[_0x14f952(0x119)]=_0x5cc1df[_0x14f952(0x119)]||_0x5cc1df['scopes']&&_0x5cc1df[_0x14f952(0x14a)][0x0]||'',_0x3eeb48[_0x14f952(0xa7)]=_0x126bca[_0x14f952(0x22d)],_0x32e032[_0x14f952(0x10b)]=_0x3eeb48,logger[_0x14f952(0x146)](_0x14f952(0x108)+_0x3fd578+',\x20filePath:\x20'+_0x32e032[_0x14f952(0x10b)]['filePath']+_0x14f952(0x115)+_0x32e032[_0x14f952(0x10b)]['scope']);}_0x2693e5[_0x14f952(0x9e)](_0x3fd578,_0x32e032),logger[_0x14f952(0x146)](_0x14f952(0xd7)+_0x3fd578+_0x14f952(0x12e)+_0x73a7eb+_0x14f952(0x15d)+_0x3af785);}async['processPendingHooks'](_0x4cb405,_0x45baa9){const _0x5ec091=a96_0x32a9fa,_0x5ecea2={};_0x5ecea2[_0x5ec091(0xf5)]=function(_0x5184e7,_0x3a9d6d){return _0x5184e7>_0x3a9d6d;},_0x5ecea2[_0x5ec091(0x1c4)]=function(_0x29ceda,_0x191faf){return _0x29ceda===_0x191faf;},_0x5ecea2['uNQpD']=function(_0x388a86,_0x540c92){return _0x388a86===_0x540c92;},_0x5ecea2['NjBAY']=function(_0xada445,_0x332cb2){return _0xada445===_0x332cb2;},_0x5ecea2[_0x5ec091(0x12b)]='[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook';const _0x436bb1=_0x5ecea2;if(_0x4cb405[_0x5ec091(0x203)](_0x45baa9)){const _0x2ead58=_0x4cb405[_0x5ec091(0x1dc)](_0x45baa9);logger[_0x5ec091(0x146)](_0x5ec091(0x13d)+_0x2ead58['length']+'\x20pending\x20hooks\x20for\x20testId:\x20'+_0x45baa9);for(const _0xe657a7 of _0x2ead58){try{const _0x54054c=await this[_0x5ec091(0x212)](_0x4cb405,_0xe657a7[_0x5ec091(0x103)],_0xe657a7[_0x5ec091(0x100)],_0xe657a7['args']);_0x54054c&&_0x436bb1['tAssk'](Object[_0x5ec091(0x17e)](_0x54054c)['length'],0x0)&&_0x4cb405['addMultipleEntries'](_0x54054c),await this['runHooks'](_0x4cb405,_0xe657a7['testFrameworkState'],_0xe657a7[_0x5ec091(0x100)],_0xe657a7[_0x5ec091(0x14c)]);}catch(_0x1a5214){logger[_0x5ec091(0x1f1)](_0x5ec091(0x145)+_0x45baa9+_0x5ec091(0x1e3)+_0x1a5214);}}_0x4cb405[_0x5ec091(0x12d)](_0x45baa9),logger[_0x5ec091(0x146)]('Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20'+_0x45baa9);}const _0x24193a=_0x4cb405[_0x5ec091(0xe3)]()['get'](_0x45baa9);if(_0x24193a){const _0x8236ff=_0x24193a[TestFrameworkConstants[_0x5ec091(0x1b7)]]||_0x24193a[TestFrameworkConstants[_0x5ec091(0x156)]],_0x3c8d32=_0x24193a[TestFrameworkConstants[_0x5ec091(0x221)]]||_0x24193a[TestFrameworkConstants[_0x5ec091(0x197)]]&&_0x24193a[TestFrameworkConstants[_0x5ec091(0x197)]][0x0]||'';logger[_0x5ec091(0x146)]('[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20'+_0x8236ff+_0x5ec091(0x115)+_0x3c8d32);const _0x4fec2d=_0x4cb405[_0x5ec091(0xfd)]();for(const _0xcf242f of _0x4fec2d){if(_0x436bb1[_0x5ec091(0x1c4)](_0xcf242f,_0x45baa9))continue;if(_0x4cb405[_0x5ec091(0x203)](_0xcf242f)){const _0x586827=_0x4cb405[_0x5ec091(0x1dc)](_0xcf242f);for(const _0x186c39 of _0x586827){if(_0x436bb1[_0x5ec091(0x1c4)](_0x186c39[_0x5ec091(0x103)],TestFrameworkState[_0x5ec091(0xd0)])&&_0x186c39[_0x5ec091(0x10b)]){const _0x1fae1f=_0x186c39['hookMetadata'][_0x5ec091(0xb2)],_0x52330e=_0x186c39[_0x5ec091(0x10b)][_0x5ec091(0x119)];if(_0x436bb1[_0x5ec091(0x13e)](_0x1fae1f,_0x8236ff)&&_0x436bb1[_0x5ec091(0x171)](_0x52330e,_0x3c8d32)){logger[_0x5ec091(0x146)](_0x5ec091(0x209)+_0xcf242f+_0x5ec091(0x1d9)+_0x45baa9+_0x5ec091(0x168)+_0x1fae1f+_0x5ec091(0x115)+_0x52330e);_0x186c39[_0x5ec091(0x14c)]&&_0x186c39[_0x5ec091(0x14c)]['hookData']&&(_0x186c39[_0x5ec091(0x14c)][_0x5ec091(0x160)][_0x5ec091(0x1f0)]=_0x45baa9,logger[_0x5ec091(0x146)]('[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20'+_0xcf242f+_0x5ec091(0x1ab)+_0x45baa9));try{const _0x3b11a9=await this[_0x5ec091(0x212)](_0x4cb405,_0x186c39[_0x5ec091(0x103)],_0x186c39['hookState'],_0x186c39[_0x5ec091(0x14c)]);_0x3b11a9&&_0x436bb1[_0x5ec091(0xf5)](Object[_0x5ec091(0x17e)](_0x3b11a9)[_0x5ec091(0x155)],0x0)&&_0x4cb405[_0x5ec091(0x153)](_0x3b11a9);await this[_0x5ec091(0x124)](_0x4cb405,_0x186c39['testFrameworkState'],_0x186c39[_0x5ec091(0x100)],_0x186c39['args']);const _0x47aa84=_0x4cb405[_0x5ec091(0x1dc)](_0xcf242f)[_0x5ec091(0x169)](_0xad90ee=>_0xad90ee!==_0x186c39);if(_0x436bb1[_0x5ec091(0x1c4)](_0x47aa84['length'],0x0))_0x4cb405[_0x5ec091(0x12d)](_0xcf242f);else{_0x4cb405[_0x5ec091(0x12d)](_0xcf242f);for(const _0x1661ff of _0x47aa84){_0x4cb405[_0x5ec091(0x9e)](_0xcf242f,_0x1661ff);}}logger[_0x5ec091(0x146)](_0x436bb1[_0x5ec091(0x12b)]);}catch(_0x4f936b){logger[_0x5ec091(0x1f1)](_0x5ec091(0x14d)+_0x45baa9+',\x20error:\x20'+_0x4f936b);}}}}}}}}['mapTestHooks'](_0x12378c){const _0x2387b7=a96_0x32a9fa,_0x212b9f={'zSvAP':function(_0x4527a5){return _0x4527a5();}};if(!_0x12378c||!_0x12378c[_0x2387b7(0x105)])return;_0x12378c[_0x2387b7(0x105)][_0x2387b7(0x19e)]&&Array[_0x2387b7(0x204)](_0x12378c[_0x2387b7(0x105)][_0x2387b7(0x19e)])&&_0x12378c[_0x2387b7(0x105)][_0x2387b7(0x19e)][_0x2387b7(0x232)](_0xa489df=>{const _0x129753=_0x2387b7;!_0xa489df[_0x129753(0x1f3)]&&!_0xa489df['hookUUID']&&(_0xa489df[_0x129753(0x1f3)]=_0x212b9f[_0x129753(0xe2)](uuidv4),_0xa489df[_0x129753(0x15b)]=_0xa489df['hookAnalyticsId'],logger[_0x129753(0x146)](_0x129753(0x1d4)+_0xa489df[_0x129753(0xa8)]+_0x129753(0xcb)+_0xa489df[_0x129753(0x1f3)]));}),this[_0x2387b7(0x22b)](_0x12378c[_0x2387b7(0x105)]);}[a96_0x32a9fa(0x10e)](_0x43eff7){const _0x35f5a9=a96_0x32a9fa,_0x52eeec={'VfhUB':function(_0x25ec84,_0x9788b5){return _0x25ec84(_0x9788b5);}};if(!_0x43eff7||!_0x43eff7[_0x35f5a9(0x105)])return[];const _0x1bfb6e=[];return _0x43eff7[_0x35f5a9(0x105)]['hooks']&&Array[_0x35f5a9(0x204)](_0x43eff7[_0x35f5a9(0x105)][_0x35f5a9(0x19e)])&&_0x43eff7[_0x35f5a9(0x105)]['hooks'][_0x35f5a9(0x232)](_0x13794e=>{const _0x4827bd=_0x35f5a9,_0x2b2f4b=_0x13794e[_0x4827bd(0x1f3)]||_0x13794e[_0x4827bd(0x15b)];_0x2b2f4b&&!this[_0x4827bd(0x1e5)](_0x13794e)&&!_0x52eeec[_0x4827bd(0x22e)](isInternalHook,_0x13794e['fn'])&&_0x1bfb6e[_0x4827bd(0xe9)](_0x2b2f4b);}),[..._0x1bfb6e,...this[_0x35f5a9(0x10e)](_0x43eff7[_0x35f5a9(0x105)])];}[a96_0x32a9fa(0x1e8)](_0x11699f){const _0x93a1b2=a96_0x32a9fa,_0x533fda={'pgYeg':function(_0x35e9df,_0x3edc10){return _0x35e9df(_0x3edc10);},'CsgJO':_0x93a1b2(0xbc),'CSGZR':function(_0x3e3d9a,_0x40d2b8){return _0x3e3d9a(_0x40d2b8);},'WUOIp':function(_0x31f730,_0x5aae1f){return _0x31f730(_0x5aae1f);}},_0x3cee58=new Map(),_0x70baae=_0x248056=>{const _0x39700f=_0x93a1b2,_0x58aa09={'hnIND':function(_0x1ffbcd,_0x7abf4a){const _0x4b41b6=a96_0x2d43;return _0x533fda[_0x4b41b6(0x107)](_0x1ffbcd,_0x7abf4a);},'mGUrY':_0x533fda[_0x39700f(0x22c)]};if(!_0x248056||!_0x248056['parent'])return;_0x248056[_0x39700f(0x105)][_0x39700f(0x19e)]&&Array[_0x39700f(0x204)](_0x248056['parent'][_0x39700f(0x19e)])&&_0x248056[_0x39700f(0x105)][_0x39700f(0x19e)][_0x39700f(0x232)](_0x4ed7a4=>{const _0x21d48b=_0x39700f,_0x2a36a5=_0x4ed7a4[_0x21d48b(0x1f3)]||_0x4ed7a4['hookUUID'];if(_0x2a36a5&&!this[_0x21d48b(0x1e5)](_0x4ed7a4)&&!_0x58aa09[_0x21d48b(0x1c0)](isInternalHook,_0x4ed7a4['fn'])){const _0xd7f361={};_0xd7f361[_0x21d48b(0xa8)]=_0x4ed7a4['type']||_0x58aa09['mGUrY'],_0xd7f361[_0x21d48b(0xad)]=_0x4ed7a4[_0x21d48b(0xad)]||'\x22'+_0x4ed7a4[_0x21d48b(0xa8)]+_0x21d48b(0x1a2),_0x3cee58[_0x21d48b(0x206)](_0x2a36a5,_0xd7f361);}}),_0x533fda[_0x39700f(0x122)](_0x70baae,_0x248056[_0x39700f(0x105)]);};return _0x533fda[_0x93a1b2(0x235)](_0x70baae,_0x11699f),_0x3cee58;}[a96_0x32a9fa(0x1e5)](_0x585d6e){const _0x7554d2=a96_0x32a9fa,_0x15fe18={};_0x15fe18[_0x7554d2(0x231)]=_0x7554d2(0x18f),_0x15fe18[_0x7554d2(0x166)]=_0x7554d2(0x121);const _0x4b6fef=_0x15fe18;try{const _0x3f6069=this[_0x7554d2(0x130)](_0x585d6e);if(!_0x3f6069||_0x3f6069[_0x7554d2(0x1d0)](_0x4b6fef[_0x7554d2(0x231)]))return!![];return![];}catch(_0x69adde){logger['debug'](_0x4b6fef['bYLZV']);}return![];}[a96_0x32a9fa(0x130)](_0x1e1f73){const _0x55336f=a96_0x32a9fa,_0x28b316={'EglYO':function(_0xc66d6c,_0x25d825){return _0xc66d6c(_0x25d825);}};if(_0x1e1f73['file'])return _0x1e1f73[_0x55336f(0x10d)];if(_0x1e1f73[_0x55336f(0xbe)])try{const _0x164645=stackTrace[_0x55336f(0x1bd)](_0x1e1f73[_0x55336f(0xbe)]),_0x4f8e45=_0x28b316[_0x55336f(0xd6)](pickUserFrameFile,_0x164645);if(_0x4f8e45)return _0x4f8e45;logger[_0x55336f(0x146)]('[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length='+_0x164645[_0x55336f(0x155)]+')');}catch(_0x48019f){logger['debug'](_0x55336f(0x22f)+util[_0x55336f(0x193)](_0x48019f));}return null;}}function a96_0x2d43(_0x31b8b3,_0x44420a){const _0x480e53=a96_0x480e();return a96_0x2d43=function(_0x2d43c1,_0x593eca){_0x2d43c1=_0x2d43c1-0x9a;let _0x4c9b93=_0x480e53[_0x2d43c1];return _0x4c9b93;},a96_0x2d43(_0x31b8b3,_0x44420a);}function a96_0x480e(){const _0x56d943=[',\x20scopes=','kHqDE','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','TgZAl','substring',',\x20payload:\x20','trackEvent','KEY_TEST_DURATION','1939460AAUVfN',',\x20hookUUID=','instance',',\x20screenshotLogs:\x20','opsqo','trackJestInstance','BEFORE_ALL','status','24TxiqOE','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','KEY_TEST_RESULT_AT','logCreatedEvent','EglYO','Stored\x20pending\x20hook\x20for\x20testId:\x20',',\x20testData=',',\x20argsKeys=','kVJxz','substr','file_name','trackJestInstance:\x20created\x20instance\x20for\x20target=','../../../helpers/stackFrameUtils','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','QKphl','cukFu','zSvAP','getAllData','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=',',\x20failureReason=',',\x20hookData=','find','Error\x20in\x20createTestFrameworkEventPayload:\x20','push','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','3qKHPsH','UnhandledError','KEY_TEST_CODE',',\x20version=','storePendingHook','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','slice','parallelIndex','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','tAssk','getTestFrameworks',',\x20consoleLogs:\x20','test_run_uuid','VJoAf','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','matchHookRegex','gXboc','getAllPendingHookTestIds','WuTgf','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','hookState','6210064zYKCMp','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=','testFrameworkState','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','parent','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','pgYeg','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','KEY_HOOK_LAST_STARTED','KEY_HOOK_FAILURE','hookMetadata','\x20(testIdentifier)','file','getHooksForTest','KEY_TEST_STARTED_AT','../instances/testFrameworkInstance.js',':testAnalyticsId','UoqDn','toUpperCase','exports',',\x20scope:\x20','cYFEG','AfOoU','testUUID','scope','./constants/testFrameworkConstants.js','iZNGu','yOQNf','afterAll','__workerDetails','eventJson','KEY_HOOK_ID','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','CSGZR','kind','runHooks','QhgWJ','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20',',\x20attachmentLogs:\x20','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','36zOyiuB','VVdVd','cTJBA','trackJestInstance:\x20instance\x20already\x20exists','removePendingHooks',',\x20state:\x20',',\x20totalBatches:\x20','getRootParentFile','errorsDetailed','getInstance','join','getCurrentInstanceName','KEY_TEST_ENDED_AT','code','getTrackedInstance','from','workerInfo','stringify','beforeAll','concat','Processing\x20','uNQpD','setActiveHook','getJestFailureReason',',\x20test_run_uuid=','match','\x22\x20from\x20testData','_ALL','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','debug','WdoBj','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','scopes','TYwYi','args','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','../state/hookState.js','XsQSM','DBpSR','Ebrll','QuMLL','addMultipleEntries','2bEnmuw','length','KEY_TEST_LOCATION','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20',',\x20hookType=','KEY_HOOKS_STARTED','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','hookUUID',',\x20hookId=',',\x20hookState:\x20','TEST','map','hookData','\x20screenshot\x20logs\x20for\x20testId:\x20','testFrameworkName','../TestInfo.js','KEY_TEST_FRAMEWORK_NAME','NONE','bYLZV','get',',\x20filePath:\x20','filter','hzMpT','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','oBHQU','KEY_HOOK_FAILURE_REASON','getTestFrameworksVersions','browserstackPlatformIndex',',\x20totalHooks=','NjBAY','UhgGw','KEY_TEST_ID',',\x20duration=','WVaSX','body','RLlxi','AfZcO','BzupB','getJestTestFilePath','KEY_HOOK_NAME','../../../helpers/test-observability/utils','KEY_HOOK_LAST_FINISHED','keys','qTIAx','pid',',\x20remainingHooks=','failure_reason','getJestFailureData','KEY_HOOK_RESULT','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','maxArrayLength','getThreadId','JKpIb','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','VyhrQ','duration','2254708bnTOSY','psefj','toISOString','jest-circus','357261MuNIFz','missing','KEY_HOOK_LOGS','format','getContext','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20',',\x20messageLength=','KEY_TEST_SCOPES','testData','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','IRrNz','ALL','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','warn','hooks','NYhuq','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','iWSyy','\x22\x20hook','\x20attachments','finished_at','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','Gphdh','LmMHS','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','stack-trace','\x20hook','\x20to\x20','resolveInstance','eEZXI','hook_id','KEY_AUTOMATE_SESSION_NAME','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','DEFAULT_HOOK_RESULT','removeActiveHook','lqFCK','../instances/trackedInstance.js','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','KEY_TEST_FILE_PATH','parseJestTest','../cliUtils.js','FzJqq',',\x20result=','startsWith','parse','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','tags','hnIND','26323vIIznR','split','KEY_LOGS','dGKnP','Unknown\x20Test',',\x20logsInBatch:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','KEY_TEST_ATTACHMENTS','2232648oXcQUN','getJestTestScopes',',\x20filePath=','toString',',\x20hook=','KEY_EVENT_STARTED_AT','../state/testFrameworkState.js','includes','wauxJ','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','xrPgQ','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','TEST_SCREENSHOT','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','KEY_TEST_LOGS',',\x20currentTestId:\x20','MPOeO','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','getPendingHooks','LOG_REPORT','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','title','\x20(testIdentifier),\x20result=','\x20&\x20hookState=','createTestFrameworkEventPayload',',\x20error:\x20','splice','isJestInternalHook','getId','HXwpE','buildHookMapFromTest','CWbIG','\x20(testIdentifier),\x20tags=',',\x20totalLogs:\x20','delete','getCurrentHookState','OzbPl','parseJestTestResult','test_run_id','error','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','hookAnalyticsId','qKjVW','Bnecd','iZELO','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','KEY_TEST_RESULT','inspect','getRef','uuid','hook_type','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','hook_result','KEY_TEST_RETRY_OF','activeHooks','hasPendingHooks','isArray',',\x20storing\x20as\x20pending\x20hook','set','retryOf','setTrackedInstance','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','getJestFailureType','event_ended_at',',\x20hooksListLength=','NGaEr','KEY_CUSTOM_TAGS','apply',',\x20hookState=','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','trackHookEvent','sxoZL','__bstackPlatformIndex','originalTest','PRE',',\x20hook_run_uuid=','gkUuo','failed','\x20-\x20test_identifier=','\x20-\x20testId:\x20','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','hook_run_uuid','executionContext','KEY_TEST_META','zycFs','KEY_TEST_SCOPE','aZfgi','KEY_EVENT_ENDED_AT','test','testId','jRrbV','KEY_TEST_FAILURE_TYPE','../../../helpers/helper.js','KEY_TEST_TAGS','getCurrentTestState','mapTestHooks','CsgJO','PXzEK','VfhUB','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','cMksS','QrdQa','forEach','./testFramework',',\x20testId=','WUOIp',',\x20failureType=','KEY_TEST_RERUN_NAME','KEY_TEST_FAILURE_REASON','base64','has','POST','addPendingHook','sendLogCreatedEvent','KEY_TEST_NAME','eYniZ','IJocx','\x20(testIdentifier),\x20hookType=','KEY_TEST_UUID','processPendingHooks','started_at','hookType','type','test_identifier','EuGdW','57384996eSjrbR','ssjup','name','DEFAULT_TEST_RESULT','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','TfgKd','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','filePath',',\x20exception=','getJestTestName','skip','reverse','pop','getJestTestTags','depth','KEY_TEST_FRAMEWORK_VERSION','KEY_HOOKS_FINISHED','unknown','result','asyncError','Assert','4910kKiAGB','getJestTestIdentifier'];a96_0x480e=function(){return _0x56d943;};return a96_0x480e();}module[a96_0x32a9fa(0x114)]=JestTestFramework;
1
+ const a96_0x22d845=a96_0x4d5e;function a96_0x4583(){const _0x56c1c6=['trackEvent','../TestInfo.js','addMultipleEntries',',\x20error:\x20','getAllPendingHookTestIds','KEY_TEST_SCOPES','../../../helpers/helper.js','isArray','testFrameworkState','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','hooks','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','logCreatedEvent','reverse','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','hookState','ShHMr','OJyjD','error','../../../helpers/classLogger.js','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','../instances/testFrameworkInstance.js','getRootParentFile','cUciO','mapTestHooks','../../../helpers/test-observability/utils','KEY_HOOKS_STARTED','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','storePendingHook','KEY_HOOK_FAILURE_REASON','Blgya','apply','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','OxTUC','testFrameworkName','FBGqV','ozopk','getRef',',\x20state:\x20','RlLUe','workerInfo','KEY_AUTOMATE_SESSION_NAME','getHooksForTest','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','activeHooks',',\x20argsKeys=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','stringify','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','test_run_id','getJestFailureData','skipped','trackJestInstance','getJestTestScopes','EJUYT','getAllData','removePendingHooks','toString','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','JestTestFramework','test_run_uuid','jgYoe','xIYeo','GtrEQ','eQQNc','get','16gSudnU','BDyqR','HfLVI','sPlvw','\x20(testIdentifier),\x20hookType=','hook_type','3756dXxzqA','vdQou','getCurrentHookState','finished_at','exports','findIndex',',\x20hook_run_uuid=','getJestFailureReason','vbptp','substr','GuehG','parse','KEY_TEST_LOGS','BbWGk','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','NONE',',\x20consoleLogs:\x20','maxArrayLength','AEWJe','push','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','BzgGZ','event_ended_at','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','addPendingHook','aWIvo','aRscw','trackJestInstance:\x20instance\x20already\x20exists','isJestInternalHook','KEY_HOOK_LOGS','warn','getJestTestName','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','PRE','startsWith','KEY_TEST_ENDED_AT','file_name','length','3202380sTWaRo','KEY_TEST_ATTACHMENTS',',\x20screenshotLogs:\x20','name',',\x20testData=',',\x20hook=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','rENZl','getJestFailureType','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','depth','UHuPh','test_identifier','Unknown\x20Test','args','EmWkr','../state/hookState.js','tnnAN','\x20-\x20testId:\x20','startedAt',',\x20hookUUID=','retryOf',',\x20filePath:\x20','testId','KEY_TEST_NAME','KEY_HOOK_ID',',\x20test_run_uuid=',',\x20hookData=','shjQE','hookUUID','gUjiB','[JestTestFramework]\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','lFiHc','KEY_EVENT_STARTED_AT','platformIndex','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','originalTest','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','\x20screenshot\x20logs\x20for\x20testId:\x20','hook_run_uuid','Hikjw','Unknown\x20error','[JestTestFramework]\x20getRootParentFile:\x20pickUserFrameFile\x20found\x20no\x20user\x20frame\x20(trace\x20length=','ubyXW','\x20files','zJMTM','toUpperCase','aDasn','passed','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','instance','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','\x20attachments','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','EqLeW','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','parallelIndex','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20',',\x20hookState:\x20','parseJestTestResult','resolveInstance','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','getInstance','matchHookRegex','4MMmnsN','getContext','forEach','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','AssertionError','ALL','delete','hookAnalyticsId','substring','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=',',\x20hooksListLength=','includes','afterAll','filter','getTrackedInstance','beforeAll','pkQhw','status','KEY_TEST_FRAMEWORK_NAME','gnxJK','replace',',\x20testId=','endedAt','yktTa','bGhNx','2083818UBwWET','\x20(testIdentifier),\x20result=','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','LWObB','POST','bKKew','failure_reason',',\x20hookId=','parent','orUmt','\x20to\x20','KEY_TEST_CODE','sMaBk','KEY_LOGS','buildHookMapFromTest','hDNdm','_ALL','lddEP','KEY_TEST_FAILURE','kpTDW','pop','../cliUtils.js','getJestTestIdentifier','[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20','eRtPb','createTestFrameworkEventPayload','trackHookEvent','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','keys','dLnOy','KEY_HOOK_NAME','WBMiU','concat','location','result','test','KEY_TEST_ID',',\x20totalHooks=','KEY_TEST_FILE_PATH','unknown',',\x20response=','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','../instances/trackedInstance.js',',\x20platformIndex:\x20','title','ceil','eDUpM',',\x20failureReason=','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','KEY_HOOK_RESULT','started_at','testData','dqhio','nIMar','skip','join','TEST','[JestTestFramework]\x20processPendingHooks:\x20Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20','type','getPendingHooks','inspect','BEFORE_ALL',':testAnalyticsId','KEY_TEST_LOCATION','7072533rAjzIo','\x20for\x20testId:\x20',',\x20exception=','Stored\x20pending\x20hook\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=',',\x20totalBatches:\x20','browserstackPlatformIndex','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20',',\x20duration=','YSmvk','\x20hook','KEY_EVENT_ENDED_AT','file','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','KEY_TEST_RESULT','Error\x20in\x20createTestFrameworkEventPayload:\x20','filePath','eventJson','getActiveHook','KgLtD','uuid','getTestFrameworks','26670567zcaDXf','split',',\x20hookType=','none','Poing','from','setActiveHook','\x20logs\x20for\x20testId:\x20','getProcessId','scope',',\x20hookState=','XOgzD','stack-trace',',\x20scopes=','match','NunEJ','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','toISOString','hookType','runHooks','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','hookMetadata','AgWzh','\x20pending\x20hooks\x20for\x20testId:\x20',',\x20result=','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=',',\x20messageLength=','missing','dLcbE','hookData',',\x20attachmentLogs:\x20',',\x20scope:\x20','KEY_TEST_SCOPE','Assert','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','KEY_TEST_RERUN_NAME','failed','300cUZwdj','map','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','PCyHZ','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','set','DEFAULT_HOOK_RESULT','aNtlf','KEY_HOOKS_FINISHED','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','iuzoQ','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','omCTn','tags','KEY_HOOK_LAST_STARTED','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','DEFAULT_TEST_RESULT','KEY_TEST_RETRY_OF','pid','duration','Processing\x20','setTrackedInstance','__bstackPlatformIndex','testUUID','juROK',',\x20target=','processPendingHooks','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','TtKjx','kind','removeActiveHook','KEY_TEST_TAGS','1883399MUtDLx','getId','KEY_TEST_FRAMEWORK_VERSION',',\x20version=','asyncError','debug',',\x20state=','cGRPm','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','KEY_CUSTOM_TAGS','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','ROOT_DESCRIBE_BLOCK','212gFySuD','parseJestTest','\x22\x20hook','trackJestInstance:\x20created\x20instance\x20for\x20target=','aqyPg',',\x20failureType=','body','errorsDetailed','KEY_TEST_META','KgaWa','getTestFrameworksVersions','scopes','KEY_TEST_FAILURE_TYPE','has','aJHjb','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','KEY_TEST_FAILURE_REASON','getThreadId','7116iVSRQC','sendLogCreatedEvent','hook_id','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','KEY_TEST_STARTED_AT','../grpcClient','createContext','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','format','./constants/testFrameworkConstants.js','getJestTestTags',',\x20testFramework=','\x20&\x20hookState='];a96_0x4583=function(){return _0x56c1c6;};return a96_0x4583();}(function(_0x761a26,_0x229183){const _0xebb915=a96_0x4d5e,_0x59779e=_0x761a26();while(!![]){try{const _0x5094fa=parseInt(_0xebb915(0x1e2))/0x1*(-parseInt(_0xebb915(0x24a))/0x2)+-parseInt(_0xebb915(0x2cb))/0x3*(parseInt(_0xebb915(0x2b0))/0x4)+parseInt(_0xebb915(0x348))/0x5*(parseInt(_0xebb915(0x1f4))/0x6)+parseInt(_0xebb915(0x1d6))/0x7*(-parseInt(_0xebb915(0x244))/0x8)+-parseInt(_0xebb915(0x30b))/0x9+parseInt(_0xebb915(0x270))/0xa+parseInt(_0xebb915(0x321))/0xb;if(_0x5094fa===_0x229183)break;else _0x59779e['push'](_0x59779e['shift']());}catch(_0x47cae5){_0x59779e['push'](_0x59779e['shift']());}}}(a96_0x4583,0x617c6));function a96_0x4d5e(_0x5a3342,_0x5b5e69){const _0x4583e9=a96_0x4583();return a96_0x4d5e=function(_0x4d5ec7,_0x2845a4){_0x4d5ec7=_0x4d5ec7-0x1ba;let _0x51143f=_0x4583e9[_0x4d5ec7];return _0x51143f;},a96_0x4d5e(_0x5a3342,_0x5b5e69);}const TestFramework=require('./testFramework'),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a96_0x22d845(0x280)),{createClassLogger}=require(a96_0x22d845(0x214)),TestFrameworkInstance=require(a96_0x22d845(0x216)),CLIUtils=require(a96_0x22d845(0x2e0)),TrackedInstance=require(a96_0x22d845(0x2f5)),TestFrameworkConstants=require(a96_0x22d845(0x1fd)),{getManualUploadLogs,getMediaArtifactsLogs}=require(a96_0x22d845(0x207)),{isInternalHook}=require(a96_0x22d845(0x21a)),logger=createClassLogger(a96_0x22d845(0x23d)),{v4:uuidv4}=require('uuid'),util=require('util'),TestInfo=require(a96_0x22d845(0x202)),GrpcClient=require(a96_0x22d845(0x1f9)),stackTrace=require(a96_0x22d845(0x32d)),{pickUserFrameFile}=require('../../../helpers/stackFrameUtils');class JestTestFramework extends TestFramework{constructor(_0x3750b8,_0xe33a69,_0x37b738){const _0x4059e3=a96_0x22d845;super(_0x3750b8,_0xe33a69,_0x37b738),this[_0x4059e3(0x22e)]=new Map();}[a96_0x22d845(0x327)](_0x169d7f,_0x654f9f,_0x406767){const _0x4f5eee=a96_0x22d845,_0x5043bb={};_0x5043bb[_0x4f5eee(0x246)]=function(_0x403d34,_0x569ce7){return _0x403d34||_0x569ce7;};const _0x3c2cfc=_0x5043bb;if(_0x3c2cfc['HfLVI'](!_0x169d7f,!_0x654f9f)){logger[_0x4f5eee(0x268)]('[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x169d7f+_0x4f5eee(0x284)+_0x654f9f);return;}!this[_0x4f5eee(0x22e)][_0x4f5eee(0x1ef)](_0x169d7f)&&this[_0x4f5eee(0x22e)][_0x4f5eee(0x1ba)](_0x169d7f,[]);const _0x434a05={'hookUUID':_0x654f9f,'hookType':_0x406767,'startedAt':new Date()['toISOString']()};this[_0x4f5eee(0x22e)][_0x4f5eee(0x243)](_0x169d7f)[_0x4f5eee(0x25d)](_0x434a05),logger[_0x4f5eee(0x1db)](_0x4f5eee(0x2a1)+_0x169d7f+',\x20hookUUID='+_0x654f9f+',\x20hookType='+_0x406767+_0x4f5eee(0x2f0)+this['activeHooks'][_0x4f5eee(0x243)](_0x169d7f)[_0x4f5eee(0x26f)]);}[a96_0x22d845(0x1d4)](_0x4e1853,_0x2dd161){const _0xf20501=a96_0x22d845,_0x107af3={};_0x107af3['zJMTM']=function(_0x4b4db9,_0x2b4d2c){return _0x4b4db9||_0x2b4d2c;},_0x107af3['aDasn']=function(_0x5b18a8,_0x44ad1d){return _0x5b18a8!==_0x44ad1d;},_0x107af3[_0xf20501(0x241)]=function(_0x41c47b,_0xfd5657){return _0x41c47b===_0xfd5657;};const _0x183928=_0x107af3;if(_0x183928[_0xf20501(0x29d)](!_0x4e1853,!_0x2dd161)){logger[_0xf20501(0x268)](_0xf20501(0x331)+_0x4e1853+_0xf20501(0x284)+_0x2dd161);return;}if(this[_0xf20501(0x22e)][_0xf20501(0x1ef)](_0x4e1853)){const _0x1e91ad=this[_0xf20501(0x22e)][_0xf20501(0x243)](_0x4e1853),_0xde656b=_0x1e91ad[_0xf20501(0x24f)](_0x28f82b=>_0x28f82b[_0xf20501(0x28d)]===_0x2dd161);_0x183928[_0xf20501(0x29f)](_0xde656b,-0x1)?(_0x1e91ad['splice'](_0xde656b,0x1),logger['debug'](_0xf20501(0x33b)+_0x4e1853+_0xf20501(0x284)+_0x2dd161+',\x20remainingHooks='+_0x1e91ad[_0xf20501(0x26f)]),_0x183928['GtrEQ'](_0x1e91ad[_0xf20501(0x26f)],0x0)&&this[_0xf20501(0x22e)][_0xf20501(0x2b6)](_0x4e1853)):logger['debug'](_0xf20501(0x2a5)+_0x4e1853+_0xf20501(0x284)+_0x2dd161);}}[a96_0x22d845(0x31d)](_0x557c6c){const _0x3ddbb9=a96_0x22d845,_0x397a6b={};_0x397a6b['PCyHZ']=function(_0x19edf7,_0x111758){return _0x19edf7>_0x111758;},_0x397a6b[_0x3ddbb9(0x330)]=function(_0x36d3a1,_0x5c2c34){return _0x36d3a1-_0x5c2c34;};const _0x521897=_0x397a6b;if(!_0x557c6c)return null;if(this[_0x3ddbb9(0x22e)][_0x3ddbb9(0x1ef)](_0x557c6c)){const _0x1fe0e1=this[_0x3ddbb9(0x22e)]['get'](_0x557c6c);if(_0x521897[_0x3ddbb9(0x34b)](_0x1fe0e1[_0x3ddbb9(0x26f)],0x0)){const _0x4fee4d=_0x1fe0e1[_0x521897[_0x3ddbb9(0x330)](_0x1fe0e1[_0x3ddbb9(0x26f)],0x1)];return logger[_0x3ddbb9(0x1db)](_0x3ddbb9(0x2f4)+_0x557c6c+',\x20hookUUID='+_0x4fee4d[_0x3ddbb9(0x28d)]+_0x3ddbb9(0x323)+_0x4fee4d[_0x3ddbb9(0x333)]),_0x4fee4d;}}return null;}async[a96_0x22d845(0x201)](_0x13d3ee,_0x1b5b72,_0x40cc5e={}){const _0x5979a5=a96_0x22d845,_0x13e28f={};_0x13e28f[_0x5979a5(0x337)]=_0x5979a5(0x2b3),_0x13e28f[_0x5979a5(0x1ce)]=function(_0x5f4e4a,_0x2d5ece){return _0x5f4e4a===_0x2d5ece;},_0x13e28f[_0x5979a5(0x263)]=function(_0xcb4a95,_0x4bbbfd){return _0xcb4a95||_0x4bbbfd;},_0x13e28f[_0x5979a5(0x1c1)]=_0x5979a5(0x230),_0x13e28f['vRKUo']=function(_0x5c430f,_0x241f4f){return _0x5c430f===_0x241f4f;};const _0x19626b=_0x13e28f;logger['debug'](_0x5979a5(0x215)+_0x13d3ee+',\x20hookState='+_0x1b5b72+_0x5979a5(0x22f)+Object[_0x5979a5(0x2e7)](_0x40cc5e)[_0x5979a5(0x302)](',')),await super['trackEvent'](_0x13d3ee,_0x1b5b72,_0x40cc5e);const _0xa964b2=this[_0x5979a5(0x2ac)](_0x13d3ee,_0x1b5b72,_0x40cc5e);if(!_0xa964b2){logger['debug'](_0x19626b[_0x5979a5(0x337)]);return;}try{let _0x4e58f4,_0x3102fa,_0x3671da;switch(_0x13d3ee){case TestFrameworkState[_0x5979a5(0x303)]:_0x4e58f4=_0x40cc5e[_0x5979a5(0x2ee)];const _0x3dd3a1={};_0x3dd3a1[_0x5979a5(0x27a)]=0x2,_0x3dd3a1[_0x5979a5(0x25b)]=0x3,logger[_0x5979a5(0x1db)](_0x5979a5(0x30f)+_0x1b5b72+_0x5979a5(0x274)+util[_0x5979a5(0x307)](_0x4e58f4,_0x3dd3a1)),_0x3671da=this['getJestTestIdentifier'](_0x4e58f4),_0x3102fa=null,logger[_0x5979a5(0x1db)](_0x5979a5(0x258)+_0x3671da+'\x20(testIdentifier)');if(_0x19626b[_0x5979a5(0x1ce)](_0x1b5b72,HookState['PRE'])){logger[_0x5979a5(0x1db)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20'+_0x3671da);const _0x53c77d={};_0x53c77d['testUUID']=_0x3102fa,_0x53c77d[_0x5979a5(0x2fe)]=_0x4e58f4,_0x53c77d['testId']=_0x3671da;const _0x3caa97=this[_0x5979a5(0x1e3)](_0x53c77d),_0x5dd7ce={};_0x5dd7ce[_0x5979a5(0x27a)]=0x2,_0x5dd7ce[_0x5979a5(0x25b)]=0x3,logger[_0x5979a5(0x1db)](_0x5979a5(0x345)+util[_0x5979a5(0x307)](_0x3caa97,_0x5dd7ce)),_0xa964b2[_0x5979a5(0x203)](_0x3caa97),logger[_0x5979a5(0x1db)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0x3671da),await this['processPendingHooks'](_0xa964b2,_0x3671da);}else{if(_0x19626b[_0x5979a5(0x1ce)](_0x1b5b72,HookState['POST'])){logger['debug'](_0x5979a5(0x1c5)+_0x3671da);const _0x16865b=_0xa964b2['getAllData']()[_0x5979a5(0x243)](_0x3671da);logger[_0x5979a5(0x1db)](_0x5979a5(0x1d1)+util[_0x5979a5(0x307)](Object['keys'](_0x19626b['aWIvo'](_0x16865b,{}))));_0x16865b&&_0x16865b[TestFrameworkConstants[_0x5979a5(0x271)]]?logger[_0x5979a5(0x1db)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20'+Object['keys'](_0x16865b[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']])['length']+_0x5979a5(0x29c)):logger[_0x5979a5(0x1db)](_0x19626b[_0x5979a5(0x1c1)]);const _0x1c3a91=_0x40cc5e['originalTest']||null,_0x180cde={};_0x180cde[_0x5979a5(0x1cd)]=_0x3102fa,_0x180cde[_0x5979a5(0x2fe)]=_0x4e58f4,_0x180cde[_0x5979a5(0x287)]=_0x3671da,_0x180cde[_0x5979a5(0x294)]=_0x1c3a91;const _0x161dd4=this['parseJestTestResult'](_0x180cde),_0x1752f3={};_0x1752f3['depth']=0x2,_0x1752f3['maxArrayLength']=0x3,logger['debug'](_0x5979a5(0x1be)+util[_0x5979a5(0x307)](_0x161dd4,_0x1752f3)),_0xa964b2[_0x5979a5(0x203)](_0x161dd4),logger[_0x5979a5(0x1db)](_0x5979a5(0x22d)+_0x3671da),await this[_0x5979a5(0x1d0)](_0xa964b2,_0x3671da);}}break;case TestFrameworkState['LOG_REPORT']:if(_0x19626b['vRKUo'](_0x1b5b72,HookState[_0x5979a5(0x2cf)])){const _0x3ba065={};_0x3ba065[_0x5979a5(0x27a)]=0x2,logger[_0x5979a5(0x1db)](_0x5979a5(0x1c0)+util[_0x5979a5(0x307)](_0x40cc5e,_0x3ba065)),await this[_0x5979a5(0x1f5)](_0xa964b2,_0x13d3ee,_0x40cc5e);}break;default:if(CLIUtils[_0x5979a5(0x2af)](_0x13d3ee['toString']()['split']('.')[0x1])){const _0x42a346={};_0x42a346['depth']=0x2,_0x42a346[_0x5979a5(0x25b)]=0x3,logger['debug'](_0x5979a5(0x1f1)+_0x13d3ee+_0x5979a5(0x32b)+_0x1b5b72+_0x5979a5(0x28b)+util[_0x5979a5(0x307)](_0x40cc5e[_0x5979a5(0x340)],_0x42a346));const _0x43e4f7=await this[_0x5979a5(0x2e5)](_0xa964b2,_0x13d3ee,_0x1b5b72,_0x40cc5e),_0x17c479={};_0x17c479[_0x5979a5(0x27a)]=0x2,_0x17c479[_0x5979a5(0x25b)]=0x3,logger[_0x5979a5(0x1db)](_0x5979a5(0x293)+util[_0x5979a5(0x307)](_0x43e4f7,_0x17c479)),_0xa964b2['addMultipleEntries'](_0x43e4f7);}else logger[_0x5979a5(0x1db)](_0x5979a5(0x2ad)+_0x13d3ee+_0x5979a5(0x200)+_0x1b5b72);break;}logger[_0x5979a5(0x1db)](_0x5979a5(0x232)+_0x13d3ee+_0x5979a5(0x32b)+_0x1b5b72);}catch(_0x341be6){logger[_0x5979a5(0x213)](_0x5979a5(0x1fb)+_0x13d3ee+',\x20hookState='+_0x1b5b72+_0x5979a5(0x30d)+util[_0x5979a5(0x1fc)](_0x341be6));}_0x40cc5e[_0x5979a5(0x2a2)]=_0xa964b2,await this['runHooks'](_0xa964b2,_0x13d3ee,_0x1b5b72,_0x40cc5e);}[a96_0x22d845(0x2e1)](_0x2df719){const _0x27ad29=a96_0x22d845,_0x203a76={};_0x203a76[_0x27ad29(0x2d4)]=_0x27ad29(0x2b9);const _0x5b3acd=_0x203a76;if(_0x2df719&&(_0x2df719['id']||_0x2df719[_0x27ad29(0x31f)])){const _0x405c86=_0x2df719['id']||_0x2df719[_0x27ad29(0x31f)];return logger[_0x27ad29(0x1db)](_0x27ad29(0x2e6)+_0x405c86+'\x22\x20from\x20testData'),_0x405c86;}return logger[_0x27ad29(0x1db)](_0x5b3acd[_0x27ad29(0x2d4)]),process[_0x27ad29(0x1c8)]+_0x27ad29(0x309);}['resolveInstance'](_0x1744d9,_0x4a2d80,_0x14fb5a={}){const _0x1e3220=a96_0x22d845;let _0x320b7e=null;return _0x320b7e=TestFramework[_0x1e3220(0x2c0)](),!_0x320b7e?(logger['debug'](_0x1e3220(0x2bb)+_0x1744d9),this[_0x1e3220(0x236)](_0x1744d9,_0x14fb5a),_0x320b7e=TestFramework['getTrackedInstance'](),logger[_0x1e3220(0x1db)](_0x1e3220(0x318)+!!_0x320b7e+',\x20contextId='+_0x320b7e?.['getContext']()?.['getId']())):logger[_0x1e3220(0x1db)](_0x1e3220(0x222)+_0x320b7e['getContext']()?.[_0x1e3220(0x1d7)]()),_0x320b7e;}[a96_0x22d845(0x236)](_0x3ecd52,_0x33b53d){const _0x5d3636=a96_0x22d845,_0x3a94d6={};_0x3a94d6[_0x5d3636(0x2e8)]=_0x5d3636(0x265);const _0x1b6519=_0x3a94d6;if(TestFramework['getTrackedInstance']()){logger[_0x5d3636(0x1db)](_0x1b6519[_0x5d3636(0x2e8)]);return;}const _0x4f8276=CLIUtils['getCurrentInstanceName'](),_0x1806da=TrackedInstance[_0x5d3636(0x1fa)](_0x4f8276);let _0x31f74f=null;logger['debug'](_0x5d3636(0x1e5)+_0x4f8276+_0x5d3636(0x1dc)+_0x3ecd52),_0x31f74f=new TestFrameworkInstance(_0x1806da,this[_0x5d3636(0x320)](),this['getTestFrameworksVersions'](),_0x3ecd52,HookState[_0x5d3636(0x259)]),TestFramework[_0x5d3636(0x1cb)](_0x1806da,_0x31f74f),logger[_0x5d3636(0x1db)](_0x5d3636(0x261)+_0x1806da[_0x5d3636(0x1d7)]()+_0x5d3636(0x1cf)+_0x4f8276+_0x5d3636(0x1ff)+this[_0x5d3636(0x320)]()[0x0]+_0x5d3636(0x1d9)+this[_0x5d3636(0x1ec)]()[this['getTestFrameworks']()[0x0]]);}[a96_0x22d845(0x1e3)](_0x4742c4){const _0x316680=a96_0x22d845,_0x51a97e={};_0x51a97e[_0x316680(0x28e)]=function(_0x33c5ab,_0x32015f){return _0x33c5ab||_0x32015f;},_0x51a97e['BzgGZ']=_0x316680(0x23c);const _0xff33a0=_0x51a97e,{testUUID:_0x25f6ff,testData:_0x2cc99f,testId:_0x12c8b7}=_0x4742c4;if(_0xff33a0[_0x316680(0x28e)](!_0x2cc99f,!_0x12c8b7))return logger[_0x316680(0x1db)](_0xff33a0[_0x316680(0x25f)]),{};const _0x521fef=this['getTestFrameworks']()[0x0],_0x516052=this['getTestFrameworksVersions'](),_0x5a67cd={};_0x5a67cd[_0x316680(0x27a)]=0x2,_0x5a67cd['maxArrayLength']=0x3,logger['debug'](_0x316680(0x2e2)+util[_0x316680(0x307)](_0x2cc99f,_0x5a67cd));const _0x5a3afa=_0x2cc99f?.[_0x316680(0x1ed)]||[],_0x110ab9=this[_0x316680(0x269)](_0x2cc99f),_0x139604=this['getJestTestFilePath'](_0x2cc99f),_0x1950d7=_0x2cc99f['fn']?_0x2cc99f['fn'][_0x316680(0x23b)]():_0x2cc99f?.[_0x316680(0x1e8)]?_0x2cc99f[_0x316680(0x1e8)]['code'][_0x316680(0x23b)]():null,_0x3dc854=this['getJestTestTags'](_0x2cc99f),_0x3446ee={[TestFrameworkConstants[_0x316680(0x2c4)]]:_0x521fef,[TestFrameworkConstants[_0x316680(0x1d8)]]:_0x516052[_0x521fef],[TestFrameworkConstants[_0x316680(0x256)]]:[],[TestFrameworkConstants[_0x316680(0x1bd)]]:{},[TestFrameworkConstants[_0x316680(0x21b)]]:{},[TestFrameworkConstants[_0x316680(0x319)]]:TestFrameworkConstants[_0x316680(0x1c6)],[TestFrameworkConstants[_0x316680(0x22b)]]:_0x110ab9,[TestFrameworkConstants[_0x316680(0x2f1)]]:_0x139604,[TestFrameworkConstants[_0x316680(0x2ef)]]:_0x12c8b7,[TestFrameworkConstants[_0x316680(0x288)]]:_0x110ab9,[TestFrameworkConstants[_0x316680(0x30a)]]:_0x139604,[TestFrameworkConstants[_0x316680(0x2d6)]]:_0x1950d7,[TestFrameworkConstants[_0x316680(0x1d5)]]:_0x3dc854,[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x2cc99f[_0x316680(0x2fd)]||new Date()[_0x316680(0x332)](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x5a3afa[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x5a3afa,[TestFrameworkConstants[_0x316680(0x346)]]:_0x110ab9,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x316680(0x1ea)]]:{}};_0x2cc99f[_0x316680(0x285)]&&(_0x3446ee[TestFrameworkConstants[_0x316680(0x1c7)]]=_0x2cc99f[_0x316680(0x285)]);logger[_0x316680(0x1db)](_0x316680(0x2fb)+_0x110ab9+_0x316680(0x2c7)+_0x12c8b7+'\x20(testIdentifier),\x20tags='+JSON[_0x316680(0x231)](_0x3dc854)+_0x316680(0x32e)+util[_0x316680(0x307)](_0x5a3afa)+',\x20filePath='+_0x139604);const _0x6744bc={};return _0x6744bc[_0x12c8b7]=_0x3446ee,_0x6744bc;}[a96_0x22d845(0x2ab)](_0x1687a7){const _0x394203=a96_0x22d845,_0x284591={'BbWGk':function(_0x1398bd,_0x36cebd){return _0x1398bd===_0x36cebd;},'WBMiU':_0x394203(0x2be),'ZDPWV':function(_0x4f2ef4,_0x4d2348){return _0x4f2ef4===_0x4d2348;},'JUtON':'beforeAll','gyLRC':_0x394203(0x2b5),'ApwTl':_0x394203(0x2db),'aqyPg':function(_0x48a68d,_0x569d60){return _0x48a68d||_0x569d60;},'lddEP':'No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','gBxwj':_0x394203(0x2f2),'EmWkr':function(_0x336e00,_0x1d15a0){return _0x336e00>_0x1d15a0;},'RlLUe':_0x394203(0x347),'ubyXW':_0x394203(0x301),'rENZl':function(_0xc45723,_0x56d963){return _0xc45723===_0x56d963;},'aRscw':_0x394203(0x235),'cGRPm':_0x394203(0x2a0),'eDUpM':function(_0x13d0ed,_0x1623c4){return _0x13d0ed!==_0x1623c4;},'gnxJK':function(_0x4021c6,_0x4c1959,_0x36d750,_0x1ca7cb){return _0x4021c6(_0x4c1959,_0x36d750,_0x1ca7cb);},'YSmvk':'[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','RtwhN':function(_0x4119b0,_0x15c3d9){return _0x4119b0>_0x15c3d9;}},{testUUID:_0x699b87,testData:_0x34c78a,testId:_0x183082}=_0x1687a7;if(_0x284591[_0x394203(0x1e6)](!_0x34c78a,!_0x183082))return logger[_0x394203(0x1db)](_0x284591[_0x394203(0x2dc)]),{};const _0x5ea0ba=this['resolveInstance'](TestFrameworkState[_0x394203(0x303)],HookState[_0x394203(0x2cf)]),_0x183af2=_0x5ea0ba[_0x394203(0x239)]()[_0x394203(0x243)](_0x183082),_0x1c2c58=_0x284591[_0x394203(0x1e6)](_0x183af2,{}),_0x3c84d6=_0x1c2c58?_0x1c2c58[TestFrameworkConstants[_0x394203(0x1df)]]||{}:{},_0x4f7053=_0x1c2c58[TestFrameworkConstants[_0x394203(0x271)]];logger['debug'](_0x394203(0x221)+(_0x4f7053?Object[_0x394203(0x2e7)](_0x4f7053)['length']:0x0)+_0x394203(0x2a4));let _0x1edb6e=_0x284591['gBxwj'];if(_0x34c78a[_0x394203(0x2ed)])_0x1edb6e=_0x34c78a[_0x394203(0x2ed)];else{if(_0x34c78a[_0x394203(0x1e9)]&&_0x284591[_0x394203(0x27f)](_0x34c78a[_0x394203(0x1e9)][_0x394203(0x26f)],0x0))_0x1edb6e=_0x284591[_0x394203(0x229)];else _0x284591['BbWGk'](_0x34c78a[_0x394203(0x2c3)],_0x284591[_0x394203(0x29b)])||_0x284591[_0x394203(0x277)](_0x34c78a[_0x394203(0x2c3)],_0x284591[_0x394203(0x264)])?_0x1edb6e=_0x284591[_0x394203(0x264)]:_0x1edb6e=_0x284591[_0x394203(0x1dd)];}const _0xfe0e09={..._0x1c2c58,[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x1edb6e,[TestFrameworkConstants[_0x394203(0x26d)]]:_0x34c78a[_0x394203(0x24d)]||new Date()[_0x394203(0x332)](),[TestFrameworkConstants['KEY_TEST_RESULT_AT']]:new Date()[_0x394203(0x332)](),[TestFrameworkConstants[_0x394203(0x1df)]]:_0x3c84d6,[TestFrameworkConstants['KEY_LOGS']]:_0x1c2c58[TestFrameworkConstants[_0x394203(0x2d8)]]||[],[TestFrameworkConstants[_0x394203(0x1ea)]]:{}};if(_0x284591['rENZl'](_0x1edb6e,_0x284591['RlLUe'])&&_0x34c78a['errorsDetailed']){const _0x37d215=this[_0x394203(0x251)](_0x34c78a),_0x172ef9=this['getJestFailureType'](_0x34c78a),_0x335760=this[_0x394203(0x234)](_0x34c78a);_0xfe0e09[TestFrameworkConstants[_0x394203(0x1ee)]]=_0x172ef9,_0xfe0e09[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x37d215,_0xfe0e09[TestFrameworkConstants[_0x394203(0x2dd)]]=_0x335760;}_0x284591[_0x394203(0x2f9)](_0x34c78a[_0x394203(0x1c9)],undefined)&&(_0xfe0e09[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x34c78a['duration']);_0x34c78a[_0x394203(0x285)]&&(_0xfe0e09[TestFrameworkConstants[_0x394203(0x1c7)]]=_0x34c78a['retryOf']);const _0x378abe=_0x183af2?_0x183af2[TestFrameworkConstants[_0x394203(0x271)]]||{}:{},_0x5c107c=_0x183af2?_0x183af2[TestFrameworkConstants['KEY_TEST_UUID']]:_0x699b87,_0x330cdc=_0x284591[_0x394203(0x2c5)](getManualUploadLogs,_0x378abe,_0x5c107c,_0x183082);if(_0x284591['EmWkr'](_0x330cdc[_0x394203(0x26f)],0x0)){const _0xa6c221=_0xfe0e09[TestFrameworkConstants[_0x394203(0x2d8)]]||[];_0xfe0e09[TestFrameworkConstants[_0x394203(0x2d8)]]=[..._0xa6c221,..._0x330cdc];}const _0x28c98e=_0x1c2c58[TestFrameworkConstants['KEY_HOOKS_FINISHED']]||{},_0x2664ba=_0x1c2c58[TestFrameworkConstants[_0x394203(0x21b)]]||{},_0x4dd544={..._0x28c98e},_0x5140d3=_0x4dd544;Object[_0x394203(0x2e7)](_0x2664ba)[_0x394203(0x2b2)](_0x530eef=>{const _0x19c966=_0x394203;!_0x5140d3[_0x530eef]&&(_0x5140d3[_0x530eef]=[]);const _0x314d2a=new Set((_0x5140d3[_0x530eef]||[])['map'](_0x350b14=>_0x350b14[TestFrameworkConstants[_0x19c966(0x289)]]||_0x350b14['hook_id']));(_0x2664ba[_0x530eef]||[])[_0x19c966(0x2b2)](_0x20befc=>{const _0x4d1397=_0x19c966,_0x2ef11b=_0x20befc[TestFrameworkConstants['KEY_HOOK_ID']]||_0x20befc[_0x4d1397(0x1f6)];if(!_0x314d2a[_0x4d1397(0x1ef)](_0x2ef11b)){const _0x39686b={..._0x20befc},_0xf4910c=_0x39686b;!_0xf4910c[TestFrameworkConstants[_0x4d1397(0x316)]]&&!_0xf4910c[_0x4d1397(0x260)]&&(_0xf4910c[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=new Date()[_0x4d1397(0x332)]()),!_0xf4910c[TestFrameworkConstants[_0x4d1397(0x2fc)]]&&!_0xf4910c['hook_result']&&(_0xf4910c[TestFrameworkConstants[_0x4d1397(0x2fc)]]=TestFrameworkConstants['DEFAULT_HOOK_RESULT']),_0x5140d3[_0x530eef][_0x4d1397(0x25d)](_0xf4910c);}});});if(_0x1687a7['originalTest']){this['mapTestHooks'](_0x1687a7['originalTest']);const _0x136f8c=this[_0x394203(0x2d9)](_0x1687a7[_0x394203(0x294)]),_0x2f325d=this[_0x394203(0x22c)](_0x1687a7[_0x394203(0x294)]);_0x2f325d[_0x394203(0x2b2)](_0x2fbb49=>{const _0x3b64c1=_0x394203,_0x50c52d=_0x136f8c[_0x3b64c1(0x243)](_0x2fbb49);if(_0x50c52d&&(_0x284591[_0x3b64c1(0x257)](_0x50c52d[_0x3b64c1(0x305)],_0x284591[_0x3b64c1(0x2ea)])||_0x284591['ZDPWV'](_0x50c52d[_0x3b64c1(0x305)],_0x284591['JUtON']))){const _0x42eb9f=_0x50c52d[_0x3b64c1(0x305)][_0x3b64c1(0x29e)]()[_0x3b64c1(0x2c6)](_0x284591['gyLRC'],_0x284591['ApwTl']),_0x13adcd=_0x42eb9f;!_0x5140d3[_0x13adcd]&&(_0x5140d3[_0x13adcd]=[]);const _0x5d88a7=_0x5140d3[_0x13adcd]['find'](_0x1232de=>(_0x1232de[TestFrameworkConstants[_0x3b64c1(0x289)]]||_0x1232de[_0x3b64c1(0x1f6)])===_0x2fbb49);!_0x5d88a7&&_0x5140d3[_0x13adcd][_0x3b64c1(0x25d)]({'key':_0x13adcd,[TestFrameworkConstants[_0x3b64c1(0x289)]]:_0x2fbb49,[TestFrameworkConstants[_0x3b64c1(0x2fc)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x3b64c1(0x291)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x3b64c1(0x316)]]:new Date()[_0x3b64c1(0x332)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x50c52d['name']||_0x50c52d[_0x3b64c1(0x305)]+_0x3b64c1(0x315),[TestFrameworkConstants[_0x3b64c1(0x1df)]]:_0x3c84d6});}});}if(_0x34c78a[_0x394203(0x20b)]&&_0x284591[_0x394203(0x27f)](_0x34c78a[_0x394203(0x20b)][_0x394203(0x26f)],0x0))_0xfe0e09[TestFrameworkConstants[_0x394203(0x1bd)]]=_0x34c78a[_0x394203(0x20b)],logger[_0x394203(0x1db)](_0x284591[_0x394203(0x314)]);else _0x284591['RtwhN'](Object[_0x394203(0x2e7)](_0x5140d3)[_0x394203(0x26f)],0x0)&&(_0xfe0e09[TestFrameworkConstants[_0x394203(0x1bd)]]=_0x5140d3,logger[_0x394203(0x1db)](_0x394203(0x34c)+Object[_0x394203(0x2e7)](_0x5140d3)[_0x394203(0x302)](',')));const _0x3c18dc=this['getJestTestName'](_0x34c78a);logger['debug']('[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName='+_0x3c18dc+_0x394203(0x2c7)+_0x183082+_0x394203(0x2cc)+_0x1edb6e+_0x394203(0x313)+_0x34c78a['duration']);_0x284591[_0x394203(0x277)](_0x1edb6e,_0x284591[_0x394203(0x229)])&&logger['debug'](_0x394203(0x2cd)+_0x183082+_0x394203(0x1e7)+_0xfe0e09[TestFrameworkConstants[_0x394203(0x1ee)]]+_0x394203(0x2fa)+_0xfe0e09[TestFrameworkConstants[_0x394203(0x1f2)]]?.[_0x394203(0x2b8)](0x0,0xc8));const _0x14fba3={};return _0x14fba3[_0x183082]=_0xfe0e09,_0x14fba3;}[a96_0x22d845(0x237)](_0x2dcf47){const _0x29bb45=a96_0x22d845,_0x57b594={};_0x57b594[_0x29bb45(0x211)]=function(_0x27217d,_0x52b6bb){return _0x27217d!==_0x52b6bb;},_0x57b594['RKWsj']=function(_0x297094,_0x5624fe){return _0x297094!==_0x5624fe;},_0x57b594[_0x29bb45(0x254)]=_0x29bb45(0x1e1);const _0x1dc32d=_0x57b594,_0x340bb6={};_0x340bb6['depth']=0x2,_0x340bb6[_0x29bb45(0x25b)]=0x3,logger[_0x29bb45(0x1db)]('[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20'+util[_0x29bb45(0x307)](_0x2dcf47,_0x340bb6));const _0xa423a1=[];if(_0x2dcf47&&_0x2dcf47[_0x29bb45(0x2d3)]){let _0x44569c=_0x2dcf47['parent'];while(_0x44569c&&_0x44569c[_0x29bb45(0x273)]&&_0x1dc32d[_0x29bb45(0x211)](_0x44569c[_0x29bb45(0x273)],'')&&_0x1dc32d['RKWsj'](_0x44569c[_0x29bb45(0x273)],_0x1dc32d[_0x29bb45(0x254)])){_0xa423a1[_0x29bb45(0x25d)](_0x44569c[_0x29bb45(0x273)]),_0x44569c=_0x44569c[_0x29bb45(0x2d3)];}}return _0xa423a1[_0x29bb45(0x20e)]();}[a96_0x22d845(0x269)](_0x5f531e){const _0x285cab=a96_0x22d845,_0x3470ab={};_0x3470ab[_0x285cab(0x32c)]=_0x285cab(0x27d);const _0x5cdb21=_0x3470ab;if(_0x5f531e['name'])return _0x5f531e[_0x285cab(0x273)];if(_0x5f531e[_0x285cab(0x2f7)])return _0x5f531e[_0x285cab(0x2f7)];return _0x5cdb21['XOgzD'];}[a96_0x22d845(0x1fe)](_0x11db6c){const _0x850633=a96_0x22d845,_0x2a6ec9=[];if(_0x11db6c['tags']&&Array['isArray'](_0x11db6c[_0x850633(0x1c2)]))return _0x11db6c[_0x850633(0x1c2)][_0x850633(0x349)](_0x35980e=>_0x35980e[_0x850633(0x26c)]('@')?_0x35980e[_0x850633(0x253)](0x1):_0x35980e);const _0x294b80=this['getJestTestName'](_0x11db6c),_0x448bb7=_0x294b80[_0x850633(0x32f)](/@(\w+)/g);if(_0x448bb7)return _0x448bb7[_0x850633(0x349)](_0x2e5c6d=>_0x2e5c6d['slice'](0x1));return _0x11db6c[_0x850633(0x1ed)]&&Array['isArray'](_0x11db6c[_0x850633(0x1ed)])&&_0x11db6c['scopes'][_0x850633(0x2b2)](_0x493573=>{const _0x5126e7=_0x850633,_0x5268ee=_0x493573[_0x5126e7(0x32f)](/@(\w+)/g);_0x5268ee&&_0x5268ee[_0x5126e7(0x2b2)](_0x2e4f33=>{const _0x471411=_0x5126e7,_0x592d16=_0x2e4f33['slice'](0x1);!_0x2a6ec9[_0x471411(0x2bd)](_0x592d16)&&_0x2a6ec9[_0x471411(0x25d)](_0x592d16);});}),_0x2a6ec9;}['getJestTestFilePath'](_0x3cd757){const _0x30e59b=a96_0x22d845,_0xd8c0ff={'kfqGf':function(_0x5da639,_0x5f2882){return _0x5da639(_0x5f2882);}};if(_0x3cd757[_0x30e59b(0x26e)])return _0x3cd757[_0x30e59b(0x26e)];if(_0x3cd757[_0x30e59b(0x1da)])try{const _0x20609d=stackTrace[_0x30e59b(0x255)](_0x3cd757[_0x30e59b(0x1da)]),_0x1c1e95=_0xd8c0ff['kfqGf'](pickUserFrameFile,_0x20609d);if(_0x1c1e95)return _0x1c1e95;logger['debug'](_0x30e59b(0x28f)+_0x20609d[_0x30e59b(0x26f)]+')');}catch(_0xb0d9bd){logger[_0x30e59b(0x1db)](_0x30e59b(0x25e)+util[_0x30e59b(0x1fc)](_0xb0d9bd));}return null;}[a96_0x22d845(0x251)](_0x15dbaf){const _0x566f69=a96_0x22d845,_0x46750a={};_0x46750a[_0x566f69(0x23f)]=function(_0x5bc1cd,_0xca8399){return _0x5bc1cd>_0xca8399;},_0x46750a[_0x566f69(0x2ff)]=_0x566f69(0x299);const _0xb92d4b=_0x46750a;if(_0x15dbaf[_0x566f69(0x1e9)]&&_0xb92d4b[_0x566f69(0x23f)](_0x15dbaf[_0x566f69(0x1e9)][_0x566f69(0x26f)],0x0))return util[_0x566f69(0x307)](_0x15dbaf[_0x566f69(0x1e9)][0x0]);if(_0x15dbaf[_0x566f69(0x2d1)])return _0x15dbaf['failure_reason'];return _0xb92d4b[_0x566f69(0x2ff)];}[a96_0x22d845(0x278)](_0xed9a68){const _0x383b66=a96_0x22d845,_0x3fffab={};_0x3fffab[_0x383b66(0x2d0)]=_0x383b66(0x344),_0x3fffab[_0x383b66(0x33f)]=_0x383b66(0x2b4),_0x3fffab[_0x383b66(0x1d2)]='UnhandledError';const _0x442982=_0x3fffab,_0x293e38=this[_0x383b66(0x251)](_0xed9a68);if(_0x293e38&&_0x293e38['includes'](_0x442982[_0x383b66(0x2d0)]))return _0x442982[_0x383b66(0x33f)];return _0x442982[_0x383b66(0x1d2)];}[a96_0x22d845(0x234)](_0x26b9a5){const _0x1462b5=a96_0x22d845,_0x41e4d3={'YdFCr':function(_0xa2f90c,_0x2e5a45){return _0xa2f90c(_0x2e5a45);},'AEWJe':_0x1462b5(0x21a),'cUciO':function(_0x6a6696,_0x2ff86a){return _0x6a6696!==_0x2ff86a;},'iWagK':'test'},{failureData:_0x128e8e}=_0x41e4d3['YdFCr'](require,_0x41e4d3[_0x1462b5(0x25c)]),_0x285250=[];return _0x41e4d3[_0x1462b5(0x218)](_0x26b9a5[_0x1462b5(0x1e9)],undefined)&&_0x285250[_0x1462b5(0x25d)](_0x26b9a5[_0x1462b5(0x1e9)],_0x41e4d3['iWagK']),_0x128e8e[_0x1462b5(0x220)](null,_0x285250);}async[a96_0x22d845(0x2e5)](_0x329de8,_0x41646f,_0x22a6ed,_0x9a2454){const _0x67d38d=a96_0x22d845,_0x21a55d={'shjQE':_0x67d38d(0x20f),'lFiHc':function(_0x145118){return _0x145118();},'nIMar':function(_0x543066,_0xd82682){return _0x543066 in _0xd82682;},'Blgya':function(_0x22fbe5,_0x17c219){return _0x22fbe5===_0x17c219;},'KgLtD':function(_0x3b4ac8,_0x553677){return _0x3b4ac8===_0x553677;},'iuzoQ':function(_0x48a396,_0x22ce42){return _0x48a396>_0x22ce42;},'pkQhw':'failed','BDyqR':_0x67d38d(0x2a0),'sPlvw':function(_0x53ce47,_0x231114){return _0x53ce47===_0x231114;},'OxTUC':'[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20BEFORE_ALL\x20with\x20no\x20matching\x20PRE,\x20storing\x20as\x20pending','EqLeW':function(_0x4c2bc2,_0x12bf35){return _0x4c2bc2>_0x12bf35;},'OJyjD':function(_0x242756,_0x4c9e18){return _0x242756!==_0x4c9e18;}},{hookData:_0x1f74f6}=_0x9a2454,_0x3166e7=_0x22a6ed[_0x67d38d(0x23b)](),_0x3aabd8=_0x41646f[_0x67d38d(0x23b)](),_0x129995={};_0x129995['depth']=0x2,_0x129995[_0x67d38d(0x25b)]=0x3,logger[_0x67d38d(0x1db)]('[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState='+_0x3aabd8+',\x20hookState='+_0x3166e7+',\x20hookData='+util[_0x67d38d(0x307)](_0x1f74f6,_0x129995));if(!_0x1f74f6)return logger[_0x67d38d(0x1db)](_0x21a55d[_0x67d38d(0x28c)]),{};const _0x5ae00c=_0x1f74f6[_0x67d38d(0x31f)]||_0x1f74f6[_0x67d38d(0x2b7)]||_0x21a55d[_0x67d38d(0x290)](uuidv4),_0x63357e=_0x1f74f6[_0x67d38d(0x233)]||this[_0x67d38d(0x2e1)](_0x1f74f6),_0x451ba0=_0x41646f[_0x67d38d(0x23b)]()[_0x67d38d(0x322)]('.')[0x1],_0xab0b67=_0x329de8[_0x67d38d(0x239)]()[_0x67d38d(0x243)](_0x63357e),_0x5688db=_0xab0b67?_0xab0b67[TestFrameworkConstants[_0x67d38d(0x1df)]]||{}:{};logger['debug'](_0x67d38d(0x33c)+_0x5ae00c+_0x67d38d(0x2c7)+_0x63357e+_0x67d38d(0x248)+_0x451ba0+_0x67d38d(0x32b)+_0x3166e7);if(!_0xab0b67)return logger[_0x67d38d(0x1db)](_0x67d38d(0x312)+_0x63357e+',\x20storing\x20as\x20pending\x20hook'),this[_0x67d38d(0x21d)](_0x329de8,_0x63357e,_0x41646f,_0x22a6ed,_0x9a2454),{};let _0x30cc35=_0xab0b67[TestFrameworkConstants[_0x67d38d(0x21b)]];!_0x30cc35&&(_0x30cc35={});!_0x21a55d[_0x67d38d(0x300)](_0x451ba0,_0x30cc35)&&(_0x30cc35[_0x451ba0]=[]);let _0x2993cc=_0xab0b67[TestFrameworkConstants[_0x67d38d(0x1bd)]];!_0x2993cc&&(_0x2993cc={});!_0x21a55d['nIMar'](_0x451ba0,_0x2993cc)&&(_0x2993cc[_0x451ba0]=[]);const _0xb92539={[_0x63357e]:{[TestFrameworkConstants[_0x67d38d(0x21b)]]:_0x30cc35,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x2993cc,[TestFrameworkConstants[_0x67d38d(0x2c4)]]:this[_0x67d38d(0x320)]()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this['getTestFrameworksVersions']()[this[_0x67d38d(0x320)]()[0x0]]||''}};if(_0x21a55d[_0x67d38d(0x21f)](_0x22a6ed,HookState[_0x67d38d(0x26b)])){const _0x336476={'key':_0x451ba0,[TestFrameworkConstants[_0x67d38d(0x289)]]:_0x5ae00c,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0x67d38d(0x1bb)],[TestFrameworkConstants[_0x67d38d(0x291)]]:_0x1f74f6[_0x67d38d(0x2fd)]||new Date()[_0x67d38d(0x332)](),[TestFrameworkConstants[_0x67d38d(0x267)]]:[],[TestFrameworkConstants[_0x67d38d(0x2e9)]]:_0x1f74f6[_0x67d38d(0x273)]||_0x1f74f6[_0x67d38d(0x249)]||_0x451ba0,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x5688db};_0x30cc35[_0x451ba0][_0x67d38d(0x25d)](_0x336476),_0xb92539[_0x63357e][TestFrameworkConstants[_0x67d38d(0x1c3)]]=_0x451ba0;const _0x2c9031={};_0x2c9031[_0x67d38d(0x27a)]=0x2,logger[_0x67d38d(0x1db)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType='+_0x451ba0+_0x67d38d(0x2d2)+_0x5ae00c+_0x67d38d(0x2c7)+_0x63357e+_0x67d38d(0x275)+util[_0x67d38d(0x307)](_0x336476,_0x2c9031));}else{if(_0x21a55d[_0x67d38d(0x31e)](_0x22a6ed,HookState[_0x67d38d(0x2cf)])){const _0x58b240=_0x1f74f6[_0x67d38d(0x2ed)]||(_0x1f74f6[_0x67d38d(0x1e9)]&&_0x21a55d[_0x67d38d(0x1bf)](_0x1f74f6[_0x67d38d(0x1e9)][_0x67d38d(0x26f)],0x0)?_0x21a55d[_0x67d38d(0x2c2)]:_0x21a55d[_0x67d38d(0x245)]),_0x2d18d9=_0x30cc35[_0x451ba0]||[];logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType='+_0x451ba0+',\x20testId='+_0x63357e+_0x67d38d(0x339)+_0x58b240+_0x67d38d(0x2bc)+_0x2d18d9['length']);if(_0x21a55d[_0x67d38d(0x31e)](_0x2d18d9[_0x67d38d(0x26f)],0x0)&&_0x21a55d[_0x67d38d(0x247)](_0x41646f,TestFrameworkState['BEFORE_ALL']))return logger[_0x67d38d(0x1db)](_0x21a55d[_0x67d38d(0x223)]),this[_0x67d38d(0x21d)](_0x329de8,_0x63357e,_0x41646f,_0x22a6ed,_0x9a2454),{};if(_0x21a55d[_0x67d38d(0x2a6)](_0x2d18d9[_0x67d38d(0x26f)],0x0)){const _0x1fad32=_0x2d18d9[_0x67d38d(0x2df)]();_0x21a55d[_0x67d38d(0x21f)](_0x58b240,_0x21a55d[_0x67d38d(0x2c2)])&&_0x1f74f6['errorsDetailed']?(_0x1fad32[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=this['getJestFailureType'](_0x1f74f6),_0x1fad32[TestFrameworkConstants[_0x67d38d(0x21e)]]=this[_0x67d38d(0x251)](_0x1f74f6),_0x1fad32[TestFrameworkConstants['KEY_HOOK_FAILURE']]=this[_0x67d38d(0x234)](_0x1f74f6),logger['debug'](_0x67d38d(0x34a)+_0x451ba0+_0x67d38d(0x1e7)+_0x1fad32[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]+_0x67d38d(0x2fa)+_0x1fad32[TestFrameworkConstants[_0x67d38d(0x21e)]]?.[_0x67d38d(0x2b8)](0x0,0xc8))):_0x1fad32[TestFrameworkConstants[_0x67d38d(0x2fc)]]=_0x21a55d[_0x67d38d(0x245)];_0x21a55d[_0x67d38d(0x212)](_0x58b240,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x1fad32[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x58b240);_0x1fad32[TestFrameworkConstants[_0x67d38d(0x316)]]=_0x1f74f6[_0x67d38d(0x24d)]||new Date()[_0x67d38d(0x332)](),_0x1fad32[TestFrameworkConstants[_0x67d38d(0x1df)]]=_0x5688db;const _0x2637b0=_0x1fad32[TestFrameworkConstants[_0x67d38d(0x289)]];!_0x2993cc[_0x451ba0]&&(_0x2993cc[_0x451ba0]=[]);_0x2993cc[_0x451ba0]['push'](_0x1fad32),_0xb92539[_0x63357e][TestFrameworkConstants['KEY_HOOK_LAST_FINISHED']]=_0x451ba0;const _0x30d487={};_0x30d487['depth']=0x2,logger[_0x67d38d(0x1db)](_0x67d38d(0x335)+_0x451ba0+',\x20hookId='+_0x2637b0+_0x67d38d(0x339)+_0x58b240+',\x20hook='+util[_0x67d38d(0x307)](_0x1fad32,_0x30d487));}}}return _0xb92539;}[a96_0x22d845(0x2e4)](_0x36fd66){const _0xd0a82f=a96_0x22d845,_0x39001a={};_0x39001a[_0xd0a82f(0x226)]='base64';const _0x6d98bf=_0x39001a;try{const _0x79abd=_0x36fd66['test']?this['getJestTestIdentifier'](_0x36fd66[_0xd0a82f(0x2ee)]):_0x36fd66[_0xd0a82f(0x340)][_0xd0a82f(0x233)],_0x1c9f20=_0x36fd66[_0xd0a82f(0x2a2)],_0x429c61=_0x1c9f20[_0xd0a82f(0x2b1)](),_0xa48504=_0x1c9f20[_0xd0a82f(0x239)]()['get'](_0x79abd);if(!_0xa48504)return logger['debug']('createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x79abd),{};const {[TestFrameworkConstants[_0xd0a82f(0x2c4)]]:_0x2c832b=this[_0xd0a82f(0x320)]()[0x0]||'',[TestFrameworkConstants[_0xd0a82f(0x1d8)]]:_0x47367a=this['getTestFrameworksVersions']()[this['getTestFrameworks']()[0x0]]||'',[TestFrameworkConstants[_0xd0a82f(0x1f8)]]:_0x174cd1='',[TestFrameworkConstants[_0xd0a82f(0x26d)]]:_0x24795e=''}=_0xa48504,_0xd65e68=_0x1c9f20['getCurrentTestState']()[_0xd0a82f(0x23b)]()[_0xd0a82f(0x322)]('.')[0x1],_0x3265c2=_0x1c9f20[_0xd0a82f(0x24c)]()[_0xd0a82f(0x23b)]()[_0xd0a82f(0x322)]('.')[0x1],_0x5c930e=global?.['__workerDetails']?.[_0xd0a82f(0x22a)]?.[_0xd0a82f(0x2a8)]||global[_0xd0a82f(0x1cc)]||0x0,_0x296cae=_0x1c9f20[_0xd0a82f(0x227)](),_0x36863c=Buffer[_0xd0a82f(0x326)](JSON[_0xd0a82f(0x231)](_0xa48504))[_0xd0a82f(0x23b)](_0x6d98bf[_0xd0a82f(0x226)]),_0x5c6063={'hash':_0x429c61['getId'](),'threadId':_0x429c61[_0xd0a82f(0x1f3)]()[_0xd0a82f(0x23b)](),'processId':_0x429c61[_0xd0a82f(0x329)]()[_0xd0a82f(0x23b)]()},_0x1ecb39={};_0x1ecb39[_0xd0a82f(0x292)]=_0x5c930e,_0x1ecb39[_0xd0a82f(0x224)]=_0x2c832b,_0x1ecb39['testFrameworkVersion']=_0x47367a,_0x1ecb39[_0xd0a82f(0x209)]=_0xd65e68,_0x1ecb39[_0xd0a82f(0x210)]=_0x3265c2,_0x1ecb39[_0xd0a82f(0x283)]=_0x174cd1,_0x1ecb39[_0xd0a82f(0x2c8)]=_0x24795e,_0x1ecb39[_0xd0a82f(0x31f)]=_0x296cae,_0x1ecb39[_0xd0a82f(0x31c)]=_0x36863c,_0x1ecb39['executionContext']=_0x5c6063,_0x1ecb39[_0xd0a82f(0x27c)]=_0x79abd;const _0x571b6e=_0x1ecb39;return _0x571b6e;}catch(_0x1a7357){return logger[_0xd0a82f(0x213)](_0xd0a82f(0x31a)+util[_0xd0a82f(0x1fc)](_0x1a7357)),{};}}async[a96_0x22d845(0x1f5)](_0x2bdf63,_0xdd47e8,_0x115124){const _0x5ab4a1=a96_0x22d845,_0xae1c29={'yktTa':function(_0x4007af,_0x2cb792){return _0x4007af+_0x2cb792;},'uuXrQ':_0x5ab4a1(0x33e),'Poing':_0x5ab4a1(0x324),'Hikjw':function(_0x14946d,_0xd4a48d){return _0x14946d>_0xd4a48d;},'LWObB':function(_0x55e306,_0x46ddb8,_0x23c5f0,_0x3d6ead){return _0x55e306(_0x46ddb8,_0x23c5f0,_0x3d6ead);},'vbptp':function(_0x4d80b2,_0x8f093){return _0x4d80b2-_0x8f093;},'bGhNx':function(_0x2e9190,_0x4cd5a9){return _0x2e9190===_0x4cd5a9;},'QhlaY':function(_0x5df453,_0x9a43f7){return _0x5df453/_0x9a43f7;},'eRtPb':function(_0x32cb27,_0x4e1876){return _0x32cb27<_0x4e1876;},'cOpCg':function(_0x46efd6,_0xdd4048){return _0x46efd6*_0xdd4048;},'aJHjb':function(_0x1adc04,_0x5b5ed4){return _0x1adc04+_0x5b5ed4;},'tnnAN':function(_0x4241ed,_0x3106f4){return _0x4241ed+_0x3106f4;}};try{const _0x24a723=_0x115124[_0x5ab4a1(0x1cd)]||_0x115124[_0x5ab4a1(0x287)],_0x5e6ad8=Array['from'](_0x2bdf63[_0x5ab4a1(0x239)]()[_0x5ab4a1(0x2e7)]()),_0x3d4915=_0x2bdf63['getAllData']()[_0x5ab4a1(0x243)](_0x24a723);if(!_0x3d4915){logger[_0x5ab4a1(0x1db)](_0x5ab4a1(0x279)+_0x24a723);return;}const {[TestFrameworkConstants[_0x5ab4a1(0x2c4)]]:_0x56c6ba='',[TestFrameworkConstants[_0x5ab4a1(0x1d8)]]:_0x1970aa=''}=_0x3d4915;let _0x20cce5=[];_0x3d4915&&_0x3d4915[TestFrameworkConstants['KEY_LOGS']]&&Array[_0x5ab4a1(0x208)](_0x3d4915[TestFrameworkConstants[_0x5ab4a1(0x2d8)]])?(_0x20cce5=_0x3d4915[TestFrameworkConstants[_0x5ab4a1(0x2d8)]]||[],logger[_0x5ab4a1(0x1db)](_0x5ab4a1(0x2ba)+_0x20cce5[_0x5ab4a1(0x26f)]+_0x5ab4a1(0x328)+_0x24a723),_0x2bdf63['addMultipleEntries']({[_0x24a723]:{[TestFrameworkConstants['KEY_LOGS']]:[],[TestFrameworkConstants[_0x5ab4a1(0x2c4)]]:this[_0x5ab4a1(0x320)]()[0x0]||'',[TestFrameworkConstants[_0x5ab4a1(0x1d8)]]:this[_0x5ab4a1(0x1ec)]()[this[_0x5ab4a1(0x320)]()[0x0]]||''}}),logger[_0x5ab4a1(0x1db)](_0x5ab4a1(0x1c4)+_0x24a723)):logger[_0x5ab4a1(0x1db)](_0x5ab4a1(0x33a)+_0x24a723);logger[_0x5ab4a1(0x1db)](_0x5ab4a1(0x276)+_0x20cce5[_0x5ab4a1(0x26f)]+_0x5ab4a1(0x30c)+_0x24a723);const _0x2f0422=_0x20cce5[_0x5ab4a1(0x2bf)](_0x6e8e67=>_0x6e8e67[_0x5ab4a1(0x1d3)]==='TEST_SCREENSHOT');_0xae1c29[_0x5ab4a1(0x298)](_0x2f0422[_0x5ab4a1(0x26f)],0x0)&&(logger[_0x5ab4a1(0x1db)](_0x5ab4a1(0x295)+_0x2f0422['length']+_0x5ab4a1(0x296)+_0x24a723),_0x2f0422[_0x5ab4a1(0x2b2)]((_0x1809f4,_0x3012dd)=>{const _0x3cb776=_0x5ab4a1;logger[_0x3cb776(0x1db)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20'+_0xae1c29[_0x3cb776(0x2c9)](_0x3012dd,0x1)+'/'+_0x2f0422[_0x3cb776(0x26f)]+'\x20-\x20test_identifier='+(_0x1809f4[_0x3cb776(0x27c)]||_0xae1c29['uuXrQ'])+_0x3cb776(0x28a)+(_0x1809f4[_0x3cb776(0x23e)]||_0xae1c29['uuXrQ'])+_0x3cb776(0x250)+(_0x1809f4[_0x3cb776(0x297)]||_0xae1c29[_0x3cb776(0x325)])+_0x3cb776(0x33d)+(_0x1809f4['message']?.[_0x3cb776(0x26f)]||0x0));}));const _0x3305e1=_0x3d4915[TestFrameworkConstants[_0x5ab4a1(0x271)]]||{},_0x32cf98=_0xae1c29[_0x5ab4a1(0x2ce)](getMediaArtifactsLogs,_0x3305e1,null,_0x24a723),_0x183595=(_0x20cce5||[])[_0x5ab4a1(0x2eb)](_0x32cf98||[]),_0x23d71c=_0x2f0422?.[_0x5ab4a1(0x26f)]||0x0,_0xfa04ac=_0xae1c29[_0x5ab4a1(0x252)](_0x20cce5?.['length']||0x0,_0x23d71c);logger[_0x5ab4a1(0x1db)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20'+_0x24a723+_0x5ab4a1(0x25a)+_0xfa04ac+_0x5ab4a1(0x272)+_0x23d71c+_0x5ab4a1(0x341)+(_0x32cf98?.[_0x5ab4a1(0x26f)]||0x0)+',\x20totalLogs:\x20'+_0x183595[_0x5ab4a1(0x26f)]);if(!_0x183595||_0xae1c29[_0x5ab4a1(0x2ca)](_0x183595[_0x5ab4a1(0x26f)],0x0)){logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0x24a723);return;}const _0x212f1c=0x28,_0x230807=Math[_0x5ab4a1(0x2f8)](_0xae1c29['QhlaY'](_0x183595[_0x5ab4a1(0x26f)],_0x212f1c));for(let _0x48047b=0x0;_0xae1c29[_0x5ab4a1(0x2e3)](_0x48047b,_0x230807);_0x48047b++){const _0x16d5e1=_0xae1c29['cOpCg'](_0x48047b,_0x212f1c),_0x5294c0=_0xae1c29['aJHjb'](_0x16d5e1,_0x212f1c),_0x140893=_0x183595['slice'](_0x16d5e1,_0x5294c0),_0x4e6075=global?.[_0x5ab4a1(0x311)]??0x0,_0x14c7b3={'platformIndex':_0x4e6075,'logs':_0x140893,'testFrameworkName':_0x56c6ba,'testFrameworkVersion':_0x1970aa,'testFrameworkState':_0xdd47e8[_0x5ab4a1(0x23b)]()[_0x5ab4a1(0x322)]('.')[0x1]},_0x55ffa4={};_0x55ffa4[_0x5ab4a1(0x27a)]=0x3,_0x55ffa4[_0x5ab4a1(0x25b)]=0x5,logger[_0x5ab4a1(0x1db)](_0x5ab4a1(0x20c)+_0xae1c29[_0x5ab4a1(0x1f0)](_0x48047b,0x1)+'/'+_0x230807+'\x20-\x20testId:\x20'+_0x24a723+',\x20logsInBatch:\x20'+_0x140893[_0x5ab4a1(0x26f)]+_0x5ab4a1(0x2f6)+_0x4e6075+',\x20payload:\x20'+util['inspect'](_0x14c7b3,_0x55ffa4));const _0x2caa82=await GrpcClient[_0x5ab4a1(0x2ae)]()[_0x5ab4a1(0x20d)](_0x14c7b3);logger['debug'](_0x5ab4a1(0x20c)+_0xae1c29[_0x5ab4a1(0x281)](_0x48047b,0x1)+'/'+_0x230807+_0x5ab4a1(0x282)+_0x24a723+_0x5ab4a1(0x2f3)+util['inspect'](_0x2caa82));}_0x32cf98&&_0xae1c29['Hikjw'](_0x32cf98[_0x5ab4a1(0x26f)],0x0)&&_0x3d4915[TestFrameworkConstants[_0x5ab4a1(0x271)]]&&_0x2bdf63[_0x5ab4a1(0x203)]({[_0x24a723]:{[TestFrameworkConstants[_0x5ab4a1(0x271)]]:{},[TestFrameworkConstants[_0x5ab4a1(0x2c4)]]:this[_0x5ab4a1(0x320)]()[0x0]||'',[TestFrameworkConstants[_0x5ab4a1(0x1d8)]]:this[_0x5ab4a1(0x1ec)]()[this[_0x5ab4a1(0x320)]()[0x0]]||''}}),logger[_0x5ab4a1(0x1db)](_0x5ab4a1(0x2a7)+_0x24a723+_0x5ab4a1(0x310)+_0x230807);}catch(_0x1ce57c){logger[_0x5ab4a1(0x213)](_0x5ab4a1(0x2a9)+(_0x115124[_0x5ab4a1(0x1cd)]||_0x115124['testId'])+_0x5ab4a1(0x204)+util[_0x5ab4a1(0x1fc)](_0x1ce57c));}}['storePendingHook'](_0x17906d,_0x10a788,_0x142a57,_0x19de2f,_0x164b5f){const _0x334753=a96_0x22d845,_0x578402={};_0x578402['SmAXY']=function(_0x1a8af0,_0x537947){return _0x1a8af0===_0x537947;},_0x578402[_0x334753(0x24b)]=_0x334753(0x2c1);const _0x4e39fc=_0x578402,{hookData:_0x6fdf48}=_0x164b5f,_0xa14737={'testId':_0x10a788,'testFrameworkState':_0x142a57,'hookState':_0x19de2f,'args':_0x164b5f,'timestamp':new Date()[_0x334753(0x332)]()};if(_0x4e39fc['SmAXY'](_0x142a57,TestFrameworkState[_0x334753(0x308)])&&_0x6fdf48){const _0x227ef5={};_0x227ef5['filePath']=_0x6fdf48[_0x334753(0x26e)]||_0x6fdf48[_0x334753(0x2ec)],_0x227ef5[_0x334753(0x32a)]=_0x6fdf48[_0x334753(0x32a)]||_0x6fdf48[_0x334753(0x1ed)]&&_0x6fdf48[_0x334753(0x1ed)][0x0]||'',_0x227ef5['hookType']=_0x4e39fc[_0x334753(0x24b)],_0xa14737[_0x334753(0x336)]=_0x227ef5,logger[_0x334753(0x1db)](_0x334753(0x2a3)+_0x10a788+_0x334753(0x286)+_0xa14737[_0x334753(0x336)]['filePath']+',\x20scope:\x20'+_0xa14737[_0x334753(0x336)][_0x334753(0x32a)]);}_0x17906d[_0x334753(0x262)](_0x10a788,_0xa14737),logger[_0x334753(0x1db)](_0x334753(0x30e)+_0x10a788+_0x334753(0x228)+_0x142a57+_0x334753(0x2aa)+_0x19de2f);}async[a96_0x22d845(0x1d0)](_0x7ba6de,_0x26c899){const _0x4bed19=a96_0x22d845,_0x23add4={};_0x23add4[_0x4bed19(0x2de)]=function(_0x398420,_0x187476){return _0x398420>_0x187476;},_0x23add4[_0x4bed19(0x27b)]=function(_0x16d86d,_0x19425c){return _0x16d86d===_0x19425c;},_0x23add4[_0x4bed19(0x2da)]=function(_0x517cb5,_0x576005){return _0x517cb5===_0x576005;},_0x23add4[_0x4bed19(0x225)]='[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook';const _0x14e0d1=_0x23add4;if(_0x7ba6de['hasPendingHooks'](_0x26c899)){const _0x29801a=_0x7ba6de['getPendingHooks'](_0x26c899);logger[_0x4bed19(0x1db)](_0x4bed19(0x1ca)+_0x29801a[_0x4bed19(0x26f)]+_0x4bed19(0x338)+_0x26c899);for(const _0x3c73d6 of _0x29801a){try{const _0x419fc4=await this['trackHookEvent'](_0x7ba6de,_0x3c73d6[_0x4bed19(0x209)],_0x3c73d6[_0x4bed19(0x210)],_0x3c73d6[_0x4bed19(0x27e)]);_0x419fc4&&_0x14e0d1['kpTDW'](Object[_0x4bed19(0x2e7)](_0x419fc4)[_0x4bed19(0x26f)],0x0)&&_0x7ba6de[_0x4bed19(0x203)](_0x419fc4),await this[_0x4bed19(0x334)](_0x7ba6de,_0x3c73d6[_0x4bed19(0x209)],_0x3c73d6[_0x4bed19(0x210)],_0x3c73d6[_0x4bed19(0x27e)]);}catch(_0x34f56a){logger[_0x4bed19(0x213)](_0x4bed19(0x20a)+_0x26c899+_0x4bed19(0x204)+_0x34f56a);}}_0x7ba6de[_0x4bed19(0x23a)](_0x26c899),logger['debug']('Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20'+_0x26c899);}const _0x501af6=_0x7ba6de[_0x4bed19(0x239)]()[_0x4bed19(0x243)](_0x26c899);if(_0x501af6){const _0xc0ed28=_0x501af6[TestFrameworkConstants[_0x4bed19(0x2f1)]]||_0x501af6[TestFrameworkConstants[_0x4bed19(0x30a)]],_0x9707e9=_0x501af6[TestFrameworkConstants[_0x4bed19(0x343)]]||_0x501af6[TestFrameworkConstants[_0x4bed19(0x206)]]&&_0x501af6[TestFrameworkConstants[_0x4bed19(0x206)]][0x0]||'';logger[_0x4bed19(0x1db)]('[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20'+_0xc0ed28+',\x20scope:\x20'+_0x9707e9);const _0x2654a4=_0x7ba6de[_0x4bed19(0x205)]();for(const _0x4b8735 of _0x2654a4){if(_0x14e0d1[_0x4bed19(0x27b)](_0x4b8735,_0x26c899))continue;if(_0x7ba6de['hasPendingHooks'](_0x4b8735)){const _0x544565=_0x7ba6de[_0x4bed19(0x306)](_0x4b8735);for(const _0x8f2c58 of _0x544565){if(_0x14e0d1['UHuPh'](_0x8f2c58[_0x4bed19(0x209)],TestFrameworkState[_0x4bed19(0x308)])&&_0x8f2c58['hookMetadata']){const _0x3e9cce=_0x8f2c58[_0x4bed19(0x336)][_0x4bed19(0x31b)],_0x5ab218=_0x8f2c58['hookMetadata'][_0x4bed19(0x32a)];if(_0x14e0d1[_0x4bed19(0x2da)](_0x3e9cce,_0xc0ed28)&&_0x14e0d1[_0x4bed19(0x2da)](_0x5ab218,_0x9707e9)){logger[_0x4bed19(0x1db)](_0x4bed19(0x26a)+_0x4b8735+',\x20currentTestId:\x20'+_0x26c899+_0x4bed19(0x286)+_0x3e9cce+_0x4bed19(0x342)+_0x5ab218);_0x8f2c58[_0x4bed19(0x27e)]&&_0x8f2c58[_0x4bed19(0x27e)][_0x4bed19(0x340)]&&(_0x8f2c58['args']['hookData'][_0x4bed19(0x233)]=_0x26c899,logger[_0x4bed19(0x1db)](_0x4bed19(0x1f7)+_0x4b8735+_0x4bed19(0x2d5)+_0x26c899));try{const _0x40881c=await this[_0x4bed19(0x2e5)](_0x7ba6de,_0x8f2c58[_0x4bed19(0x209)],_0x8f2c58[_0x4bed19(0x210)],_0x8f2c58[_0x4bed19(0x27e)]);_0x40881c&&_0x14e0d1[_0x4bed19(0x2de)](Object[_0x4bed19(0x2e7)](_0x40881c)[_0x4bed19(0x26f)],0x0)&&_0x7ba6de[_0x4bed19(0x203)](_0x40881c);await this[_0x4bed19(0x334)](_0x7ba6de,_0x8f2c58[_0x4bed19(0x209)],_0x8f2c58[_0x4bed19(0x210)],_0x8f2c58[_0x4bed19(0x27e)]);const _0x2bcf09=_0x7ba6de['getPendingHooks'](_0x4b8735)[_0x4bed19(0x2bf)](_0x47904a=>_0x47904a!==_0x8f2c58);if(_0x14e0d1['UHuPh'](_0x2bcf09[_0x4bed19(0x26f)],0x0))_0x7ba6de['removePendingHooks'](_0x4b8735);else{_0x7ba6de[_0x4bed19(0x23a)](_0x4b8735);for(const _0x3ed374 of _0x2bcf09){_0x7ba6de[_0x4bed19(0x262)](_0x4b8735,_0x3ed374);}}logger[_0x4bed19(0x1db)](_0x14e0d1['FBGqV']);}catch(_0x3ded52){logger[_0x4bed19(0x213)](_0x4bed19(0x304)+_0x26c899+_0x4bed19(0x204)+_0x3ded52);}}}}}}}}['mapTestHooks'](_0x5cb7f2){const _0x350a49=a96_0x22d845,_0x5498e={'KgaWa':function(_0xcad395){return _0xcad395();}};if(!_0x5cb7f2||!_0x5cb7f2[_0x350a49(0x2d3)])return;_0x5cb7f2[_0x350a49(0x2d3)][_0x350a49(0x20b)]&&Array[_0x350a49(0x208)](_0x5cb7f2[_0x350a49(0x2d3)]['hooks'])&&_0x5cb7f2[_0x350a49(0x2d3)][_0x350a49(0x20b)][_0x350a49(0x2b2)](_0x1e7dd9=>{const _0x17987c=_0x350a49;!_0x1e7dd9[_0x17987c(0x2b7)]&&!_0x1e7dd9[_0x17987c(0x28d)]&&(_0x1e7dd9[_0x17987c(0x2b7)]=_0x5498e[_0x17987c(0x1eb)](uuidv4),_0x1e7dd9[_0x17987c(0x28d)]=_0x1e7dd9[_0x17987c(0x2b7)],logger[_0x17987c(0x1db)](_0x17987c(0x1de)+_0x1e7dd9[_0x17987c(0x305)]+_0x17987c(0x284)+_0x1e7dd9[_0x17987c(0x2b7)]));}),this[_0x350a49(0x219)](_0x5cb7f2[_0x350a49(0x2d3)]);}[a96_0x22d845(0x22c)](_0x5917b6){const _0x277f06=a96_0x22d845,_0x3e5c53={'aNtlf':function(_0x363863,_0x1f58f2){return _0x363863(_0x1f58f2);}};if(!_0x5917b6||!_0x5917b6['parent'])return[];const _0x3dbd43=[];return _0x5917b6[_0x277f06(0x2d3)][_0x277f06(0x20b)]&&Array[_0x277f06(0x208)](_0x5917b6[_0x277f06(0x2d3)]['hooks'])&&_0x5917b6[_0x277f06(0x2d3)]['hooks']['forEach'](_0x16ec0a=>{const _0xe1bb2d=_0x277f06,_0xfa8950=_0x16ec0a[_0xe1bb2d(0x2b7)]||_0x16ec0a[_0xe1bb2d(0x28d)];_0xfa8950&&!this[_0xe1bb2d(0x266)](_0x16ec0a)&&!_0x3e5c53[_0xe1bb2d(0x1bc)](isInternalHook,_0x16ec0a['fn'])&&_0x3dbd43[_0xe1bb2d(0x25d)](_0xfa8950);}),[..._0x3dbd43,...this[_0x277f06(0x22c)](_0x5917b6[_0x277f06(0x2d3)])];}['buildHookMapFromTest'](_0x45ffe3){const _0x937ac6=a96_0x22d845,_0x10977e={'bVnIr':function(_0x449f9e,_0x5b0aae){return _0x449f9e(_0x5b0aae);},'UjFfG':_0x937ac6(0x2f2),'sMaBk':function(_0x756a92,_0x4d71c6){return _0x756a92(_0x4d71c6);}},_0x178c43=new Map(),_0x5bb28c=_0xb0afaa=>{const _0x21ba0c=_0x937ac6,_0x383274={'tgBpZ':function(_0x43d9a6,_0x5b2ab6){return _0x10977e['bVnIr'](_0x43d9a6,_0x5b2ab6);},'eQQNc':_0x10977e['UjFfG']};if(!_0xb0afaa||!_0xb0afaa['parent'])return;_0xb0afaa['parent'][_0x21ba0c(0x20b)]&&Array[_0x21ba0c(0x208)](_0xb0afaa['parent'][_0x21ba0c(0x20b)])&&_0xb0afaa[_0x21ba0c(0x2d3)][_0x21ba0c(0x20b)][_0x21ba0c(0x2b2)](_0x194152=>{const _0x380dcb=_0x21ba0c,_0x24ee29=_0x194152['hookAnalyticsId']||_0x194152[_0x380dcb(0x28d)];if(_0x24ee29&&!this['isJestInternalHook'](_0x194152)&&!_0x383274['tgBpZ'](isInternalHook,_0x194152['fn'])){const _0x51f51e={};_0x51f51e[_0x380dcb(0x305)]=_0x194152[_0x380dcb(0x305)]||_0x383274[_0x380dcb(0x242)],_0x51f51e[_0x380dcb(0x273)]=_0x194152[_0x380dcb(0x273)]||'\x22'+_0x194152['type']+_0x380dcb(0x1e4),_0x178c43[_0x380dcb(0x1ba)](_0x24ee29,_0x51f51e);}}),_0x10977e['bVnIr'](_0x5bb28c,_0xb0afaa[_0x21ba0c(0x2d3)]);};return _0x10977e[_0x937ac6(0x2d7)](_0x5bb28c,_0x45ffe3),_0x178c43;}[a96_0x22d845(0x266)](_0x58ba84){const _0x47d7b3=a96_0x22d845,_0x4d0431={};_0x4d0431[_0x47d7b3(0x238)]='jest-circus',_0x4d0431[_0x47d7b3(0x240)]=_0x47d7b3(0x21c);const _0x32a479=_0x4d0431;try{const _0x3062a9=this[_0x47d7b3(0x217)](_0x58ba84);if(!_0x3062a9||_0x3062a9[_0x47d7b3(0x2bd)](_0x32a479['EJUYT']))return!![];return![];}catch(_0x41b6d9){logger[_0x47d7b3(0x1db)](_0x32a479[_0x47d7b3(0x240)]);}return![];}['getRootParentFile'](_0x1b4bea){const _0x3f3b8e=a96_0x22d845,_0x33554c={'yxbYn':function(_0x4951da,_0x466056){return _0x4951da(_0x466056);}};if(_0x1b4bea[_0x3f3b8e(0x317)])return _0x1b4bea[_0x3f3b8e(0x317)];if(_0x1b4bea[_0x3f3b8e(0x1da)])try{const _0x4912f4=stackTrace[_0x3f3b8e(0x255)](_0x1b4bea[_0x3f3b8e(0x1da)]),_0xb70f00=_0x33554c['yxbYn'](pickUserFrameFile,_0x4912f4);if(_0xb70f00)return _0xb70f00;logger[_0x3f3b8e(0x1db)](_0x3f3b8e(0x29a)+_0x4912f4[_0x3f3b8e(0x26f)]+')');}catch(_0x6e5aa9){logger[_0x3f3b8e(0x1db)](_0x3f3b8e(0x1e0)+util[_0x3f3b8e(0x1fc)](_0x6e5aa9));}return null;}}module[a96_0x22d845(0x24e)]=JestTestFramework;
@@ -1 +1 @@
1
- function a97_0x2ce9(){const _0x4f641a=['trackEvent:\x20error=','custom_metadata','iZVCn','getThreadId','7221192Rzdbtz','createTestFrameworkEventPayload:\x20error=','6297709eDTptG','uuid','scope','5rIBzUS','PvRxq','347742AjoKIR','KEY_TEST_META','120piLYiB','exports','error','525mXCWJi','resolveInstance','get','getContext','../state/testFrameworkState.js','1972662ibMbSx','KEY_TEST_FRAMEWORK_VERSION','1077564SLRQzd','KEY_TEST_RESULT','NewmanTestFramework','14jVRwCw','tags','addMultipleEntries','trackEvent:\x20state=','util','3220psKfqh','KEY_TEST_LOGS','KEY_TEST_LOCATION','split','KEY_TEST_CODE','failure','getTrackedInstance','KEY_TEST_UUID','KEY_HOOKS_FINISHED','532768nPIPOq','started_at','format','file_path','../../../helpers/classLogger.js','KEY_TEST_NAME','failure_type','result','jsfxx','getTestFrameworks','parseNewmanTestResult','trackEvent','meta','KEY_TEST_SCOPE','test','KEY_TEST_ID','KEY_TEST_FILE_PATH','TEST','./testFramework','KEY_TEST_FRAMEWORK_NAME','KEY_HOOKS_STARTED','getCurrentHookState','runHooks','../cliUtils.js','KEY_TEST_FAILURE','./constants/testFrameworkConstants.js','from','KEY_CUSTOM_TAGS','cvMHx','../instances/trackedInstance.js','toString','createTestFrameworkEventPayload','KEY_TEST_FAILURE_TYPE','getCurrentTestState','path','getCurrentInstanceName','createContext','debug','toISOString','location','DEFAULT_TEST_RESULT','getProcessId','getTestFrameworksVersions','KEY_TEST_STARTED_AT','setTrackedInstance','pending','KEY_TEST_TAGS','KEY_TEST_ENDED_AT','1OLbkjb','../instances/testFrameworkInstance.js','../state/hookState.js','NONE','instance'];a97_0x2ce9=function(){return _0x4f641a;};return a97_0x2ce9();}const a97_0x10314f=a97_0x57af;(function(_0x3f2cee,_0x59e7d3){const _0xbde128=a97_0x57af,_0x2cca21=_0x3f2cee();while(!![]){try{const _0xe40616=parseInt(_0xbde128(0x17f))/0x1*(-parseInt(_0xbde128(0x19b))/0x2)+-parseInt(_0xbde128(0x194))/0x3*(parseInt(_0xbde128(0x1a3))/0x4)+parseInt(_0xbde128(0x18d))/0x5*(-parseInt(_0xbde128(0x199))/0x6)+parseInt(_0xbde128(0x19e))/0x7*(parseInt(_0xbde128(0x1ac))/0x8)+parseInt(_0xbde128(0x18f))/0x9*(parseInt(_0xbde128(0x191))/0xa)+parseInt(_0xbde128(0x18a))/0xb+parseInt(_0xbde128(0x188))/0xc;if(_0xe40616===_0x59e7d3)break;else _0x2cca21['push'](_0x2cca21['shift']());}catch(_0x68c0e3){_0x2cca21['push'](_0x2cca21['shift']());}}}(a97_0x2ce9,0xba34b));function a97_0x57af(_0x4bc533,_0x1ba770){const _0x2ce975=a97_0x2ce9();return a97_0x57af=function(_0x57af44,_0x1dd99b){_0x57af44=_0x57af44-0x166;let _0x34d741=_0x2ce975[_0x57af44];return _0x34d741;},a97_0x57af(_0x4bc533,_0x1ba770);}const path=require(a97_0x10314f(0x171)),TestFramework=require(a97_0x10314f(0x1be)),TestFrameworkState=require(a97_0x10314f(0x198)),HookState=require(a97_0x10314f(0x181)),{createClassLogger}=require(a97_0x10314f(0x1b0)),TestFrameworkInstance=require(a97_0x10314f(0x180)),CLIUtils=require(a97_0x10314f(0x166)),TrackedInstance=require(a97_0x10314f(0x16c)),TestFrameworkConstants=require(a97_0x10314f(0x168)),util=require(a97_0x10314f(0x1a2)),logger=createClassLogger(a97_0x10314f(0x19d));class NewmanTestFramework extends TestFramework{constructor(_0x808379,_0xadab05,_0x2fd0d4){super(_0x808379,_0xadab05,_0x2fd0d4);}async[a97_0x10314f(0x1b7)](_0x32410d,_0x20b5f6,_0x57240d={}){const _0x20d792=a97_0x10314f,_0x4ee4c7={};_0x4ee4c7['PvRxq']=function(_0x105d82,_0x1733ce){return _0x105d82===_0x1733ce;},_0x4ee4c7[_0x20d792(0x1b4)]=function(_0x323e02,_0x436da6){return _0x323e02===_0x436da6;};const _0xf7e292=_0x4ee4c7;logger[_0x20d792(0x174)](_0x20d792(0x1a1)+_0x32410d+'\x20hook='+_0x20b5f6),await super['trackEvent'](_0x32410d,_0x20b5f6,_0x57240d);const _0x4505ce=this[_0x20d792(0x195)](_0x32410d,_0x20b5f6,_0x57240d);if(!_0x4505ce)return;try{if(_0xf7e292[_0x20d792(0x18e)](_0x32410d,TestFrameworkState[_0x20d792(0x1bd)])&&_0x57240d[_0x20d792(0x1ba)]){const _0x230514=_0xf7e292[_0x20d792(0x1b4)](_0x20b5f6,HookState['PRE'])?this['parseNewmanTest'](_0x57240d[_0x20d792(0x1ba)]):this[_0x20d792(0x1b6)](_0x57240d['test']);_0x4505ce[_0x20d792(0x1a0)](_0x230514);}}catch(_0xb4543c){logger[_0x20d792(0x193)](_0x20d792(0x184)+util[_0x20d792(0x1ae)](_0xb4543c));}_0x57240d[_0x20d792(0x183)]=_0x4505ce,await this[_0x20d792(0x1c2)](_0x4505ce,_0x32410d,_0x20b5f6,_0x57240d);}['parseNewmanTest'](_0x3e3b07){const _0x3b4434=a97_0x10314f,_0x1e9db0=this[_0x3b4434(0x1b5)]()[0x0],_0x2e07e9={};return _0x2e07e9[_0x3e3b07[_0x3b4434(0x18b)]]={[TestFrameworkConstants[_0x3b4434(0x1bf)]]:_0x1e9db0,[TestFrameworkConstants[_0x3b4434(0x19a)]]:this[_0x3b4434(0x179)]()[_0x1e9db0],[TestFrameworkConstants[_0x3b4434(0x1a4)]]:[],[TestFrameworkConstants[_0x3b4434(0x1ab)]]:{},[TestFrameworkConstants[_0x3b4434(0x1c0)]]:{},[TestFrameworkConstants[_0x3b4434(0x19c)]]:TestFrameworkConstants[_0x3b4434(0x177)],[TestFrameworkConstants[_0x3b4434(0x1bb)]]:_0x3e3b07['uuid'],[TestFrameworkConstants[_0x3b4434(0x1aa)]]:_0x3e3b07[_0x3b4434(0x18b)],[TestFrameworkConstants[_0x3b4434(0x1b1)]]:_0x3e3b07['name'],[TestFrameworkConstants[_0x3b4434(0x1bc)]]:_0x3e3b07[_0x3b4434(0x1af)]||'',[TestFrameworkConstants[_0x3b4434(0x1a5)]]:_0x3e3b07[_0x3b4434(0x176)]||'',[TestFrameworkConstants[_0x3b4434(0x1a7)]]:null,[TestFrameworkConstants[_0x3b4434(0x17d)]]:_0x3e3b07[_0x3b4434(0x19f)]||[],[TestFrameworkConstants[_0x3b4434(0x17a)]]:_0x3e3b07[_0x3b4434(0x1ad)]||new Date()[_0x3b4434(0x175)](),[TestFrameworkConstants[_0x3b4434(0x1b9)]]:_0x3e3b07[_0x3b4434(0x18c)]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x3e3b07['scopes']||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:null,[TestFrameworkConstants[_0x3b4434(0x16a)]]:_0x3e3b07[_0x3b4434(0x185)]||{},[TestFrameworkConstants[_0x3b4434(0x190)]]:_0x3e3b07[_0x3b4434(0x1b8)]||{}},_0x2e07e9;}[a97_0x10314f(0x1b6)](_0x50c783){const _0x3dfc9d=a97_0x10314f,_0x46cfea={};_0x46cfea['cvMHx']=_0x3dfc9d(0x17c);const _0x1f98dd=_0x46cfea,_0x6a925e={};return _0x6a925e[_0x50c783[_0x3dfc9d(0x18b)]]={[TestFrameworkConstants[_0x3dfc9d(0x19c)]]:_0x50c783[_0x3dfc9d(0x1b3)]||_0x1f98dd[_0x3dfc9d(0x16b)],[TestFrameworkConstants[_0x3dfc9d(0x17e)]]:_0x50c783['finished_at']||new Date()[_0x3dfc9d(0x175)](),[TestFrameworkConstants[_0x3dfc9d(0x167)]]:_0x50c783[_0x3dfc9d(0x1a8)]||[],[TestFrameworkConstants[_0x3dfc9d(0x16f)]]:_0x50c783[_0x3dfc9d(0x1b2)]||null,[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]:_0x50c783['failure_reason']||null},_0x6a925e;}[a97_0x10314f(0x195)](_0xf8bb92){const _0x534f89=a97_0x10314f;let _0x5753ac=TestFramework[_0x534f89(0x1a9)]();if(!_0x5753ac){const _0x5df8cf=TrackedInstance[_0x534f89(0x173)](CLIUtils[_0x534f89(0x172)]());_0x5753ac=new TestFrameworkInstance(_0x5df8cf,this['getTestFrameworks'](),this['getTestFrameworksVersions'](),_0xf8bb92,HookState[_0x534f89(0x182)]),TestFramework[_0x534f89(0x17b)](_0x5df8cf,_0x5753ac);}return _0x5753ac;}[a97_0x10314f(0x16e)](_0x3ca978){const _0xecd399=a97_0x10314f,_0x1f6428={};_0x1f6428['iZVCn']='base64';const _0x493b52=_0x1f6428;try{const _0x4fb078=_0x3ca978[_0xecd399(0x1ba)]?_0x3ca978[_0xecd399(0x1ba)]['uuid']:null,_0x1a3d41=_0x3ca978[_0xecd399(0x183)],_0x5ba5d5=_0x1a3d41[_0xecd399(0x197)](),_0x1df0f7=_0x1a3d41['getAllData']()[_0xecd399(0x196)](_0x4fb078);if(!_0x1df0f7)return{};const {[TestFrameworkConstants[_0xecd399(0x1bf)]]:_0x36375d='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x170f04='',[TestFrameworkConstants[_0xecd399(0x17a)]]:_0x2608bc='',[TestFrameworkConstants[_0xecd399(0x17e)]]:_0x2e1f1a=''}=_0x1df0f7;return{'platformIndex':0x0,'testFrameworkName':_0x36375d,'testFrameworkVersion':_0x170f04,'testFrameworkState':_0x1a3d41[_0xecd399(0x170)]()['toString']()[_0xecd399(0x1a6)]('.')[0x1],'hookState':_0x1a3d41[_0xecd399(0x1c1)]()[_0xecd399(0x16d)]()[_0xecd399(0x1a6)]('.')[0x1],'startedAt':_0x2608bc,'endedAt':_0x2e1f1a,'uuid':_0x4fb078,'eventJson':Buffer[_0xecd399(0x169)](JSON['stringify'](_0x1df0f7))[_0xecd399(0x16d)](_0x493b52[_0xecd399(0x186)]),'executionContext':{'hash':_0x5ba5d5['getId'](),'threadId':_0x5ba5d5[_0xecd399(0x187)]()[_0xecd399(0x16d)](),'processId':_0x5ba5d5[_0xecd399(0x178)]()[_0xecd399(0x16d)]()}};}catch(_0x103ada){return logger[_0xecd399(0x193)](_0xecd399(0x189)+util['format'](_0x103ada)),{};}}}module[a97_0x10314f(0x192)]=NewmanTestFramework;
1
+ const a97_0xf8568=a97_0x4b65;(function(_0x3a5700,_0x9134b2){const _0x18e007=a97_0x4b65,_0x72bf8a=_0x3a5700();while(!![]){try{const _0xd6441c=parseInt(_0x18e007(0x143))/0x1*(-parseInt(_0x18e007(0x145))/0x2)+parseInt(_0x18e007(0x137))/0x3*(parseInt(_0x18e007(0x14a))/0x4)+parseInt(_0x18e007(0x15e))/0x5*(parseInt(_0x18e007(0x153))/0x6)+parseInt(_0x18e007(0x121))/0x7+parseInt(_0x18e007(0x12c))/0x8*(parseInt(_0x18e007(0x149))/0x9)+-parseInt(_0x18e007(0x142))/0xa+-parseInt(_0x18e007(0x159))/0xb;if(_0xd6441c===_0x9134b2)break;else _0x72bf8a['push'](_0x72bf8a['shift']());}catch(_0x161b54){_0x72bf8a['push'](_0x72bf8a['shift']());}}}(a97_0x2d47,0xdcee0));const path=require(a97_0xf8568(0x163)),TestFramework=require(a97_0xf8568(0x161)),TestFrameworkState=require(a97_0xf8568(0x114)),HookState=require(a97_0xf8568(0x11d)),{createClassLogger}=require(a97_0xf8568(0x13f)),TestFrameworkInstance=require(a97_0xf8568(0x128)),CLIUtils=require(a97_0xf8568(0x133)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),util=require(a97_0xf8568(0x13c)),logger=createClassLogger(a97_0xf8568(0x118));function a97_0x4b65(_0x17050d,_0x597012){const _0x2d479d=a97_0x2d47();return a97_0x4b65=function(_0x4b651f,_0x8c40a4){_0x4b651f=_0x4b651f-0x112;let _0x3a335f=_0x2d479d[_0x4b651f];return _0x3a335f;},a97_0x4b65(_0x17050d,_0x597012);}function a97_0x2d47(){const _0x330546=['KEY_TEST_FRAMEWORK_VERSION','get','error','36402OChFSE','debug','getId','KEY_TEST_ENDED_AT','PRE','resolveInstance','27878664LWiCtE','result','instance','parseNewmanTest','getTestFrameworks','1435SZlaCV','NONE','KEY_TEST_FRAMEWORK_NAME','./testFramework','toString','path','KEY_TEST_FAILURE_REASON','getContext','../state/testFrameworkState.js','trackEvent','KEY_TEST_TAGS','\x20hook=','NewmanTestFramework','KEY_TEST_LOGS','getCurrentTestState','location','KEY_TEST_RERUN_NAME','../state/hookState.js','from','KEY_TEST_FAILURE','KEY_TEST_FILE_PATH','1382871WFINgm','getAllData','KEY_TEST_META','runHooks','base64','pending','getProcessId','../instances/testFrameworkInstance.js','createTestFrameworkEventPayload','name','BnmYp','248inPDbI','uuid','KEY_TEST_SCOPE','KEY_TEST_UUID','DEFAULT_TEST_RESULT','rlXAx','scope','../cliUtils.js','trackEvent:\x20state=','split','meta','4647qquAQx','TEST','scopes','addMultipleEntries','custom_metadata','util','format','test','../../../helpers/classLogger.js','setTrackedInstance','stringify','13353380zaXngH','1717iICdfQ','KEY_TEST_NAME','492rAhXDq','KEY_HOOKS_STARTED','KEY_HOOKS_FINISHED','getTrackedInstance','487701QPgQUC','4076qZzErV','parseNewmanTestResult','toISOString','failure_reason','KEY_TEST_RESULT','KEY_TEST_ID'];a97_0x2d47=function(){return _0x330546;};return a97_0x2d47();}class NewmanTestFramework extends TestFramework{constructor(_0x185e04,_0x16b301,_0x275658){super(_0x185e04,_0x16b301,_0x275658);}async['trackEvent'](_0x59632f,_0x591e91,_0x3e60d4={}){const _0x1d6656=a97_0xf8568,_0x196f93={};_0x196f93[_0x1d6656(0x12b)]=function(_0x4e7a92,_0x4cba78){return _0x4e7a92===_0x4cba78;};const _0x3c45e5=_0x196f93;logger[_0x1d6656(0x154)](_0x1d6656(0x134)+_0x59632f+_0x1d6656(0x117)+_0x591e91),await super[_0x1d6656(0x115)](_0x59632f,_0x591e91,_0x3e60d4);const _0x4abe89=this['resolveInstance'](_0x59632f,_0x591e91,_0x3e60d4);if(!_0x4abe89)return;try{if(_0x3c45e5[_0x1d6656(0x12b)](_0x59632f,TestFrameworkState[_0x1d6656(0x138)])&&_0x3e60d4[_0x1d6656(0x13e)]){const _0x48c96b=_0x3c45e5[_0x1d6656(0x12b)](_0x591e91,HookState[_0x1d6656(0x157)])?this['parseNewmanTest'](_0x3e60d4['test']):this[_0x1d6656(0x14b)](_0x3e60d4[_0x1d6656(0x13e)]);_0x4abe89[_0x1d6656(0x13a)](_0x48c96b);}}catch(_0x333d21){logger[_0x1d6656(0x152)]('trackEvent:\x20error='+util[_0x1d6656(0x13d)](_0x333d21));}_0x3e60d4[_0x1d6656(0x15b)]=_0x4abe89,await this[_0x1d6656(0x124)](_0x4abe89,_0x59632f,_0x591e91,_0x3e60d4);}[a97_0xf8568(0x15c)](_0x35a1f1){const _0x1fe61d=a97_0xf8568,_0x16e625=this[_0x1fe61d(0x15d)]()[0x0],_0x31f963={};return _0x31f963[_0x35a1f1['uuid']]={[TestFrameworkConstants[_0x1fe61d(0x160)]]:_0x16e625,[TestFrameworkConstants[_0x1fe61d(0x150)]]:this['getTestFrameworksVersions']()[_0x16e625],[TestFrameworkConstants[_0x1fe61d(0x119)]]:[],[TestFrameworkConstants[_0x1fe61d(0x147)]]:{},[TestFrameworkConstants[_0x1fe61d(0x146)]]:{},[TestFrameworkConstants[_0x1fe61d(0x14e)]]:TestFrameworkConstants[_0x1fe61d(0x130)],[TestFrameworkConstants[_0x1fe61d(0x14f)]]:_0x35a1f1['uuid'],[TestFrameworkConstants[_0x1fe61d(0x12f)]]:_0x35a1f1[_0x1fe61d(0x12d)],[TestFrameworkConstants[_0x1fe61d(0x144)]]:_0x35a1f1[_0x1fe61d(0x12a)],[TestFrameworkConstants[_0x1fe61d(0x120)]]:_0x35a1f1['file_path']||'',[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x35a1f1[_0x1fe61d(0x11b)]||'',[TestFrameworkConstants['KEY_TEST_CODE']]:null,[TestFrameworkConstants[_0x1fe61d(0x116)]]:_0x35a1f1['tags']||[],[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x35a1f1['started_at']||new Date()[_0x1fe61d(0x14c)](),[TestFrameworkConstants[_0x1fe61d(0x12e)]]:_0x35a1f1[_0x1fe61d(0x132)]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x35a1f1[_0x1fe61d(0x139)]||[],[TestFrameworkConstants[_0x1fe61d(0x11c)]]:null,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x35a1f1[_0x1fe61d(0x13b)]||{},[TestFrameworkConstants[_0x1fe61d(0x123)]]:_0x35a1f1[_0x1fe61d(0x136)]||{}},_0x31f963;}['parseNewmanTestResult'](_0x364315){const _0x133c60=a97_0xf8568,_0x33aaad={};_0x33aaad['EOQmD']=_0x133c60(0x126);const _0x5035de=_0x33aaad,_0x4644e4={};return _0x4644e4[_0x364315[_0x133c60(0x12d)]]={[TestFrameworkConstants[_0x133c60(0x14e)]]:_0x364315[_0x133c60(0x15a)]||_0x5035de['EOQmD'],[TestFrameworkConstants[_0x133c60(0x156)]]:_0x364315['finished_at']||new Date()[_0x133c60(0x14c)](),[TestFrameworkConstants[_0x133c60(0x11f)]]:_0x364315['failure']||[],[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]:_0x364315['failure_type']||null,[TestFrameworkConstants[_0x133c60(0x112)]]:_0x364315[_0x133c60(0x14d)]||null},_0x4644e4;}[a97_0xf8568(0x158)](_0x94c6b2){const _0x184f81=a97_0xf8568;let _0x3c864c=TestFramework[_0x184f81(0x148)]();if(!_0x3c864c){const _0x4881c4=TrackedInstance['createContext'](CLIUtils['getCurrentInstanceName']());_0x3c864c=new TestFrameworkInstance(_0x4881c4,this[_0x184f81(0x15d)](),this['getTestFrameworksVersions'](),_0x94c6b2,HookState[_0x184f81(0x15f)]),TestFramework[_0x184f81(0x140)](_0x4881c4,_0x3c864c);}return _0x3c864c;}[a97_0xf8568(0x129)](_0x585b01){const _0x108b45=a97_0xf8568,_0x417112={};_0x417112[_0x108b45(0x131)]=_0x108b45(0x125);const _0xd58f79=_0x417112;try{const _0x4d0add=_0x585b01[_0x108b45(0x13e)]?_0x585b01[_0x108b45(0x13e)][_0x108b45(0x12d)]:null,_0x2c3909=_0x585b01[_0x108b45(0x15b)],_0x3c7f8d=_0x2c3909[_0x108b45(0x113)](),_0x3c813b=_0x2c3909[_0x108b45(0x122)]()[_0x108b45(0x151)](_0x4d0add);if(!_0x3c813b)return{};const {[TestFrameworkConstants[_0x108b45(0x160)]]:_0x47e59b='',[TestFrameworkConstants[_0x108b45(0x150)]]:_0x4baa1e='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x851d7e='',[TestFrameworkConstants[_0x108b45(0x156)]]:_0x239d23=''}=_0x3c813b;return{'platformIndex':0x0,'testFrameworkName':_0x47e59b,'testFrameworkVersion':_0x4baa1e,'testFrameworkState':_0x2c3909[_0x108b45(0x11a)]()[_0x108b45(0x162)]()[_0x108b45(0x135)]('.')[0x1],'hookState':_0x2c3909['getCurrentHookState']()[_0x108b45(0x162)]()['split']('.')[0x1],'startedAt':_0x851d7e,'endedAt':_0x239d23,'uuid':_0x4d0add,'eventJson':Buffer[_0x108b45(0x11e)](JSON[_0x108b45(0x141)](_0x3c813b))['toString'](_0xd58f79[_0x108b45(0x131)]),'executionContext':{'hash':_0x3c7f8d[_0x108b45(0x155)](),'threadId':_0x3c7f8d['getThreadId']()[_0x108b45(0x162)](),'processId':_0x3c7f8d[_0x108b45(0x127)]()['toString']()}};}catch(_0x519c45){return logger[_0x108b45(0x152)]('createTestFrameworkEventPayload:\x20error='+util['format'](_0x519c45)),{};}}}module['exports']=NewmanTestFramework;
@@ -1 +1 @@
1
- function a98_0x56fb(){const _0x22b36c=['info','KEY_TEST_ID','format','getCurrentTestState','6576306NSqJLk','[NodeGenericFramework]\x20resolveInstance:\x20created\x20instance\x20contextId=','workerInfo','test_failure','error','TUUFD','toString','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20no\x20data\x20for\x20test_uuid=','KEY_LOGS','testFrameworkName','7WEgwmb','exports','KEY_TEST_FRAMEWORK_VERSION','[NodeGenericFramework]\x20trackEvent:\x20instance\x20not\x20found','KEY_HOOKS_STARTED','1575miAVCs','getRef','POST','../instances/trackedInstance.js','../cliUtils.js','PRE','9916488tnFSwY','getTestFrameworksVersions',',\x20test_name=','getProcessId','startedAt','parseTestResult','instance','hookState','KEY_TEST_RESULT_AT','KEY_TEST_SCOPE','testData','aQguY','addMultipleEntries','5UCxZBn','from','test_scope','uuid','[NodeGenericFramework]\x20trackEvent:\x20unsupported\x20state=','KEY_TEST_FAILURE_REASON','createTestFrameworkEventPayload','KEY_CUSTOM_TAGS','KEY_TEST_UUID','UobIb',',\x20error=','KEY_TEST_DURATION','KEY_TEST_RESULT','AxgeU','platformIndex','test_duration','test_scopes','KEY_TEST_CODE','executionContext','KEY_TEST_LOCATION','KEY_TEST_FRAMEWORK_NAME','Unknown\x20error','getCurrentInstanceName','16686rFOZYD','../state/hookState.js','oPKxt','parseTestData','endedAt',',\x20hookState=','test_identifier','KEY_TEST_ENDED_AT','KEY_TEST_META','test_result','2085452wInVMP','_currentTestUUID','NONE','../../../helpers/classLogger.js','getCurrentTestUUID','DEFAULT_TEST_RESULT','LcPwK','KEY_AUTOMATE_SESSION_NAME','KEY_TEST_LOGS','getTestFrameworks','KEY_TEST_NAME','test_code','329076WCrCPx','base64','./constants/testFrameworkConstants.js','parallelIndex','517838JxfAGJ','test_ended_at','test_uuid','[NodeGenericFramework]\x20resolveInstance:\x20creating\x20new\x20instance','UnhandledError','__bstackPlatformIndex','testFrameworkState','runHooks','350yWAlKn','KEY_TEST_SCOPES','trackEvent','JTsRR','resolveInstance','KEY_TEST_RERUN_NAME','createContext','test_meta','846768qOpPMF','stringify','get','getAllData','[TRACE:node-generic]\x20TEST\x20POST\x20-\x20processing\x20result\x20for\x20test_uuid=','test_tags','test_location','aDzAe','\x20for\x20test_uuid=','getId','[TRACE:node-generic]\x20trackEvent\x20','test_rerun_name','KEY_HOOKS_FINISHED','split','nxrcG','./testFramework','../state/testFrameworkState.js','debug','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20ERROR\x20-\x20','NodeGenericFramework'];a98_0x56fb=function(){return _0x22b36c;};return a98_0x56fb();}function a98_0x49b9(_0x5ba1d3,_0xff76fe){const _0x56fb66=a98_0x56fb();return a98_0x49b9=function(_0x49b9e3,_0x2c8924){_0x49b9e3=_0x49b9e3-0x13e;let _0x2cdc14=_0x56fb66[_0x49b9e3];return _0x2cdc14;},a98_0x49b9(_0x5ba1d3,_0xff76fe);}const a98_0x1294f1=a98_0x49b9;(function(_0x17dc16,_0x164da7){const _0x1275a3=a98_0x49b9,_0x4da6c7=_0x17dc16();while(!![]){try{const _0x8bd6fb=parseInt(_0x1275a3(0x186))/0x1*(parseInt(_0x1275a3(0x1b7))/0x2)+parseInt(_0x1275a3(0x14c))/0x3+-parseInt(_0x1275a3(0x1a7))/0x4+-parseInt(_0x1275a3(0x173))/0x5*(parseInt(_0x1275a3(0x19d))/0x6)+parseInt(_0x1275a3(0x16e))/0x7*(parseInt(_0x1275a3(0x179))/0x8)+parseInt(_0x1275a3(0x1b3))/0x9*(-parseInt(_0x1275a3(0x144))/0xa)+parseInt(_0x1275a3(0x164))/0xb;if(_0x8bd6fb===_0x164da7)break;else _0x4da6c7['push'](_0x4da6c7['shift']());}catch(_0x817c20){_0x4da6c7['push'](_0x4da6c7['shift']());}}}(a98_0x56fb,0xb3f74));const TestFramework=require(a98_0x1294f1(0x15b)),TestFrameworkState=require(a98_0x1294f1(0x15c)),HookState=require(a98_0x1294f1(0x19e)),{createClassLogger}=require(a98_0x1294f1(0x1aa)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a98_0x1294f1(0x177)),TrackedInstance=require(a98_0x1294f1(0x176)),TestFrameworkConstants=require(a98_0x1294f1(0x1b5)),logger=createClassLogger(a98_0x1294f1(0x15f)),util=require('util');class NodeGenericFramework extends TestFramework{constructor(_0x3e342e,_0x2c840d,_0x1b3218){const _0xd9c4ce=a98_0x1294f1;super(_0x3e342e,_0x2c840d,_0x1b3218),this[_0xd9c4ce(0x1a8)]=null;}['setCurrentTestUUID'](_0xe47065){const _0xf634cf=a98_0x1294f1;this[_0xf634cf(0x1a8)]=_0xe47065;}[a98_0x1294f1(0x1ab)](){const _0x34e8e7=a98_0x1294f1;return this[_0x34e8e7(0x1a8)];}async[a98_0x1294f1(0x146)](_0x193b1f,_0x5b56ed,_0x5e6757={}){const _0x292df8=a98_0x1294f1,_0x5f15be={};_0x5f15be[_0x292df8(0x19f)]=_0x292df8(0x171),_0x5f15be[_0x292df8(0x193)]=function(_0x734a8e,_0x4da702){return _0x734a8e===_0x4da702;};const _0x2f1115=_0x5f15be;logger[_0x292df8(0x160)](_0x292df8(0x156)+_0x193b1f+'.'+_0x5b56ed+_0x292df8(0x154)+_0x5e6757['testData']?.[_0x292df8(0x13e)]),await super['trackEvent'](_0x193b1f,_0x5b56ed,_0x5e6757);const _0x2bde01=this['resolveInstance'](_0x193b1f,_0x5b56ed,_0x5e6757);if(!_0x2bde01){logger[_0x292df8(0x15d)](_0x2f1115[_0x292df8(0x19f)]);return;}try{switch(_0x193b1f){case TestFrameworkState['TEST']:{const _0x217199=_0x5e6757[_0x292df8(0x183)],_0x212964=_0x217199[_0x292df8(0x13e)];if(_0x2f1115[_0x292df8(0x193)](_0x5b56ed,HookState[_0x292df8(0x178)])){logger[_0x292df8(0x160)]('[TRACE:node-generic]\x20TEST\x20PRE\x20-\x20loading\x20test\x20data\x20for\x20test_uuid='+_0x212964+_0x292df8(0x17b)+_0x217199['test_name']);const _0x2fd035=this[_0x292df8(0x1a0)](_0x217199);_0x2bde01[_0x292df8(0x185)](_0x2fd035);}else{if(_0x2f1115[_0x292df8(0x193)](_0x5b56ed,HookState[_0x292df8(0x175)])){logger['info'](_0x292df8(0x150)+_0x212964+',\x20result='+_0x217199[_0x292df8(0x1a6)]);const _0x45e9da=this[_0x292df8(0x17e)](_0x217199,_0x2bde01);_0x2bde01[_0x292df8(0x185)](_0x45e9da);}}break;}default:logger[_0x292df8(0x15d)](_0x292df8(0x18a)+_0x193b1f+_0x292df8(0x1a2)+_0x5b56ed);break;}}catch(_0x28d3df){logger[_0x292df8(0x168)]('[NodeGenericFramework]\x20trackEvent:\x20ERROR\x20-\x20state='+_0x193b1f+_0x292df8(0x1a2)+_0x5b56ed+_0x292df8(0x190)+util[_0x292df8(0x162)](_0x28d3df));}_0x5e6757[_0x292df8(0x17f)]=_0x2bde01,await this[_0x292df8(0x143)](_0x2bde01,_0x193b1f,_0x5b56ed,_0x5e6757);}[a98_0x1294f1(0x148)](_0x307034,_0x436208,_0x438255={}){const _0x1de278=a98_0x1294f1,_0x54a704={};_0x54a704[_0x1de278(0x169)]=_0x1de278(0x13f);const _0x38a125=_0x54a704;let _0x257993=TestFramework['getTrackedInstance']();if(!_0x257993){logger[_0x1de278(0x15d)](_0x38a125[_0x1de278(0x169)]);const _0x5f5d71=CLIUtils[_0x1de278(0x19c)](),_0x53f0a6=TrackedInstance[_0x1de278(0x14a)](_0x5f5d71);_0x257993=new TestFrameworkInstance(_0x53f0a6,this[_0x1de278(0x1b0)](),this[_0x1de278(0x17a)](),_0x307034,HookState[_0x1de278(0x1a9)]),TestFramework['setTrackedInstance'](_0x53f0a6,_0x257993),logger[_0x1de278(0x15d)](_0x1de278(0x165)+_0x53f0a6[_0x1de278(0x155)]());}return _0x257993;}[a98_0x1294f1(0x1a0)](_0x4f73b7){const _0xd55935=a98_0x1294f1,_0x3c0578=_0x4f73b7[_0xd55935(0x13e)],_0x230be0=this[_0xd55935(0x1b0)]()[0x0],_0x3e1d78=this['getTestFrameworksVersions'](),_0x3c08b1={[TestFrameworkConstants[_0xd55935(0x19a)]]:_0x230be0,[TestFrameworkConstants[_0xd55935(0x170)]]:_0x3e1d78[_0x230be0]||'',[TestFrameworkConstants[_0xd55935(0x18e)]]:_0x4f73b7[_0xd55935(0x13e)],[TestFrameworkConstants[_0xd55935(0x1af)]]:[],[TestFrameworkConstants[_0xd55935(0x158)]]:{},[TestFrameworkConstants[_0xd55935(0x172)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0xd55935(0x1ac)],[TestFrameworkConstants[_0xd55935(0x1ae)]]:_0x4f73b7['test_name'],[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x4f73b7['test_file_path'],[TestFrameworkConstants[_0xd55935(0x161)]]:_0x3c0578,[TestFrameworkConstants[_0xd55935(0x1b1)]]:_0x4f73b7['test_name'],[TestFrameworkConstants[_0xd55935(0x199)]]:_0x4f73b7[_0xd55935(0x152)]||_0x4f73b7['test_file_path'],[TestFrameworkConstants[_0xd55935(0x197)]]:_0x4f73b7[_0xd55935(0x1b2)]||null,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x4f73b7[_0xd55935(0x151)]||[],[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x4f73b7['test_started_at']||new Date()['toISOString'](),[TestFrameworkConstants[_0xd55935(0x182)]]:_0x4f73b7[_0xd55935(0x188)]||'',[TestFrameworkConstants[_0xd55935(0x145)]]:_0x4f73b7[_0xd55935(0x196)]||[],[TestFrameworkConstants[_0xd55935(0x149)]]:_0x4f73b7[_0xd55935(0x157)]||_0x4f73b7['test_name'],[TestFrameworkConstants[_0xd55935(0x18d)]]:{},[TestFrameworkConstants[_0xd55935(0x1a5)]]:_0x4f73b7[_0xd55935(0x14b)]||{}},_0x13f1c0={};return _0x13f1c0[_0x3c0578]=_0x3c08b1,_0x13f1c0;}[a98_0x1294f1(0x17e)](_0x153e8f,_0x1dd06b){const _0x225bc2=a98_0x1294f1,_0x415ee2={};_0x415ee2['ajEmT']='unknown',_0x415ee2[_0x225bc2(0x153)]=function(_0x42896b,_0x519fe9){return _0x42896b===_0x519fe9;},_0x415ee2['JTsRR']='failed',_0x415ee2[_0x225bc2(0x1ad)]=_0x225bc2(0x140),_0x415ee2['aQguY']=_0x225bc2(0x19b),_0x415ee2['UobIb']=function(_0x244884,_0xcae4fa){return _0x244884!==_0xcae4fa;};const _0x27806f=_0x415ee2,_0x303cc2=_0x153e8f[_0x225bc2(0x13e)],_0x4f99e3=_0x1dd06b[_0x225bc2(0x14f)]()[_0x225bc2(0x14e)](_0x303cc2)||{},_0x3ae493={..._0x4f99e3,[TestFrameworkConstants[_0x225bc2(0x192)]]:_0x153e8f[_0x225bc2(0x1a6)]||_0x27806f['ajEmT'],[TestFrameworkConstants[_0x225bc2(0x1a4)]]:_0x153e8f[_0x225bc2(0x1b8)]||new Date()['toISOString'](),[TestFrameworkConstants[_0x225bc2(0x181)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x225bc2(0x16c)]]:_0x4f99e3[TestFrameworkConstants[_0x225bc2(0x16c)]]||[],[TestFrameworkConstants[_0x225bc2(0x1a5)]]:_0x153e8f[_0x225bc2(0x14b)]||{}};_0x27806f[_0x225bc2(0x153)](_0x153e8f[_0x225bc2(0x1a6)],_0x27806f[_0x225bc2(0x147)])&&(_0x3ae493[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]=_0x153e8f['test_failure_type']||_0x27806f['LcPwK'],_0x3ae493[TestFrameworkConstants[_0x225bc2(0x18b)]]=_0x153e8f['test_failure_reason']||_0x27806f[_0x225bc2(0x184)],_0x3ae493[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0x153e8f[_0x225bc2(0x167)]||[]);_0x27806f[_0x225bc2(0x18f)](_0x153e8f['test_duration'],undefined)&&(_0x3ae493[TestFrameworkConstants[_0x225bc2(0x191)]]=_0x153e8f[_0x225bc2(0x195)]);const _0x3a114b={};return _0x3a114b[_0x303cc2]=_0x3ae493,_0x3a114b;}[a98_0x1294f1(0x18c)](_0x1a8fde){const _0x3b4062=a98_0x1294f1,_0x2adabb={};_0x2adabb[_0x3b4062(0x15a)]=_0x3b4062(0x1b4);const _0x298dfb=_0x2adabb;try{const _0x140f66=_0x1a8fde[_0x3b4062(0x183)]?.['test_uuid'],_0x425b17=_0x1a8fde[_0x3b4062(0x17f)],_0x44c061=_0x425b17['getContext'](),_0x12dfc2=_0x425b17[_0x3b4062(0x14f)]()[_0x3b4062(0x14e)](_0x140f66);if(!_0x12dfc2)return logger[_0x3b4062(0x15d)](_0x3b4062(0x16b)+_0x140f66),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x53636d=this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants[_0x3b4062(0x170)]]:_0x39664=this[_0x3b4062(0x17a)]()[this[_0x3b4062(0x1b0)]()[0x0]]||'',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x3a0d62='',[TestFrameworkConstants[_0x3b4062(0x1a4)]]:_0x267f53=''}=_0x12dfc2,_0x2f59e7=_0x425b17[_0x3b4062(0x163)]()[_0x3b4062(0x16a)]()[_0x3b4062(0x159)]('.')[0x1],_0x7d6625=_0x425b17['getCurrentHookState']()['toString']()[_0x3b4062(0x159)]('.')[0x1],_0x42cea6=global?.['__workerDetails']?.[_0x3b4062(0x166)]?.[_0x3b4062(0x1b6)]||global[_0x3b4062(0x141)]||0x0,_0x47c78c=_0x425b17[_0x3b4062(0x174)](),_0x311d31=Buffer[_0x3b4062(0x187)](JSON[_0x3b4062(0x14d)](_0x12dfc2))[_0x3b4062(0x16a)](_0x298dfb['nxrcG']),_0x3d8173={'hash':_0x44c061[_0x3b4062(0x155)](),'threadId':_0x44c061['getThreadId']()['toString'](),'processId':_0x44c061[_0x3b4062(0x17c)]()[_0x3b4062(0x16a)]()},_0x49fabb={};return _0x49fabb[_0x3b4062(0x194)]=_0x42cea6,_0x49fabb[_0x3b4062(0x16d)]=_0x53636d,_0x49fabb['testFrameworkVersion']=_0x39664,_0x49fabb[_0x3b4062(0x142)]=_0x2f59e7,_0x49fabb[_0x3b4062(0x180)]=_0x7d6625,_0x49fabb[_0x3b4062(0x17d)]=_0x3a0d62,_0x49fabb[_0x3b4062(0x1a1)]=_0x267f53,_0x49fabb[_0x3b4062(0x189)]=_0x47c78c,_0x49fabb['eventJson']=_0x311d31,_0x49fabb[_0x3b4062(0x198)]=_0x3d8173,_0x49fabb[_0x3b4062(0x1a3)]=_0x140f66,_0x49fabb;}catch(_0x1f355f){return logger[_0x3b4062(0x168)](_0x3b4062(0x15e)+util[_0x3b4062(0x162)](_0x1f355f)),{};}}}module[a98_0x1294f1(0x16f)]=NodeGenericFramework;
1
+ const a98_0x39b444=a98_0x5036;(function(_0x5c4149,_0x2e982c){const _0x5c3f5c=a98_0x5036,_0x120fe9=_0x5c4149();while(!![]){try{const _0x5cb5a8=parseInt(_0x5c3f5c(0x1e5))/0x1+-parseInt(_0x5c3f5c(0x251))/0x2+-parseInt(_0x5c3f5c(0x246))/0x3*(parseInt(_0x5c3f5c(0x20a))/0x4)+parseInt(_0x5c3f5c(0x20f))/0x5*(parseInt(_0x5c3f5c(0x242))/0x6)+parseInt(_0x5c3f5c(0x254))/0x7+-parseInt(_0x5c3f5c(0x211))/0x8+-parseInt(_0x5c3f5c(0x1ef))/0x9*(-parseInt(_0x5c3f5c(0x215))/0xa);if(_0x5cb5a8===_0x2e982c)break;else _0x120fe9['push'](_0x120fe9['shift']());}catch(_0x4f85ec){_0x120fe9['push'](_0x120fe9['shift']());}}}(a98_0x3d14,0x80ede));function a98_0x3d14(){const _0x57b395=['[NodeGenericFramework]\x20trackEvent:\x20instance\x20not\x20found','toISOString','./testFramework','parseTestResult','addMultipleEntries','test_result','trackEvent','KEY_TEST_SCOPES','DEFAULT_TEST_RESULT','get','KEY_TEST_META','__bstackPlatformIndex','test_failure_type','executionContext','test_started_at','[NodeGenericFramework]\x20resolveInstance:\x20creating\x20new\x20instance','test_location','KEY_TEST_RESULT_AT','gVFnZ',',\x20result=','test_file_path','test_uuid','KEY_TEST_UUID','bXzcd','uuid','ErTQM','40732kvLIgi','toString','test_failure','parseTestData','format','18625QDfTfk','KEY_HOOKS_FINISHED','8420008OfvDFQ','testFrameworkVersion','platformIndex','KEY_TEST_FRAMEWORK_NAME','10jxbkiQ','KEY_CUSTOM_TAGS','KEY_TEST_FRAMEWORK_VERSION','\x20for\x20test_uuid=','test_scope','test_scopes','KEY_TEST_DURATION','stringify','getThreadId','getCurrentTestState','hookState','getTestFrameworks','KEY_TEST_LOCATION','getRef','KEY_HOOKS_STARTED',',\x20test_name=','runHooks','../state/testFrameworkState.js','testFrameworkState','NONE','getId','error','../state/hookState.js','debug','KEY_TEST_NAME',',\x20hookState=','test_code','split','hqRTK','KEY_TEST_STARTED_AT','../instances/testFrameworkInstance.js','[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20ERROR\x20-\x20','KEY_LOGS','testData','KEY_TEST_LOGS','[NodeGenericFramework]\x20trackEvent:\x20unsupported\x20state=','test_rerun_name','KEY_TEST_SCOPE','workerInfo','util','getProcessId','KEY_TEST_CODE','[NodeGenericFramework]\x20resolveInstance:\x20created\x20instance\x20contextId=','KEY_TEST_FAILURE','endedAt','528WRMPcL','parallelIndex',',\x20error=','test_tags','291fcqvIv','test_duration','getCurrentTestUUID','NodeGenericFramework','from','rTYOJ','resolveInstance','exports','omeOx','test_name','KEY_TEST_TAGS','1607696QeRhrX','UnhandledError','setCurrentTestUUID','2511082OEGxZZ','getTrackedInstance','KEY_TEST_FAILURE_TYPE','OZEtB','PRE','KEY_AUTOMATE_SESSION_NAME','Unknown\x20error','_currentTestUUID','base64','KEY_TEST_RESULT','getTestFrameworksVersions','info','ZNAss','[TRACE:node-generic]\x20TEST\x20POST\x20-\x20processing\x20result\x20for\x20test_uuid=','854887gSsuRa','getAllData','unknown','KEY_TEST_FILE_PATH','test_failure_reason','test_meta','failed','__workerDetails','instance','test_identifier','16477029lDeCqL'];a98_0x3d14=function(){return _0x57b395;};return a98_0x3d14();}const TestFramework=require(a98_0x39b444(0x1f2)),TestFrameworkState=require(a98_0x39b444(0x226)),HookState=require(a98_0x39b444(0x22b)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a98_0x39b444(0x233)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),logger=createClassLogger(a98_0x39b444(0x249)),util=require(a98_0x39b444(0x23c));class NodeGenericFramework extends TestFramework{constructor(_0xb24596,_0x3d451b,_0x51156c){const _0x3d85c4=a98_0x39b444;super(_0xb24596,_0x3d451b,_0x51156c),this[_0x3d85c4(0x1de)]=null;}[a98_0x39b444(0x253)](_0x11c97b){const _0x507e1f=a98_0x39b444;this[_0x507e1f(0x1de)]=_0x11c97b;}[a98_0x39b444(0x248)](){const _0x2fc6c2=a98_0x39b444;return this[_0x2fc6c2(0x1de)];}async[a98_0x39b444(0x1f6)](_0x1767ee,_0x2b54f5,_0x2166a7={}){const _0x37e736=a98_0x39b444,_0x49ec2e={};_0x49ec2e['rTYOJ']=_0x37e736(0x1f0),_0x49ec2e[_0x37e736(0x207)]=function(_0x3909e6,_0x2448d6){return _0x3909e6===_0x2448d6;};const _0x3c4e0c=_0x49ec2e;logger[_0x37e736(0x1e2)]('[TRACE:node-generic]\x20trackEvent\x20'+_0x1767ee+'.'+_0x2b54f5+_0x37e736(0x218)+_0x2166a7['testData']?.[_0x37e736(0x205)]),await super[_0x37e736(0x1f6)](_0x1767ee,_0x2b54f5,_0x2166a7);const _0x38e95f=this[_0x37e736(0x24c)](_0x1767ee,_0x2b54f5,_0x2166a7);if(!_0x38e95f){logger[_0x37e736(0x22c)](_0x3c4e0c[_0x37e736(0x24b)]);return;}try{switch(_0x1767ee){case TestFrameworkState['TEST']:{const _0x344b73=_0x2166a7[_0x37e736(0x236)],_0xfad64c=_0x344b73[_0x37e736(0x205)];if(_0x3c4e0c[_0x37e736(0x207)](_0x2b54f5,HookState[_0x37e736(0x258)])){logger[_0x37e736(0x1e2)]('[TRACE:node-generic]\x20TEST\x20PRE\x20-\x20loading\x20test\x20data\x20for\x20test_uuid='+_0xfad64c+_0x37e736(0x224)+_0x344b73[_0x37e736(0x24f)]);const _0x4625fb=this['parseTestData'](_0x344b73);_0x38e95f['addMultipleEntries'](_0x4625fb);}else{if(_0x3c4e0c[_0x37e736(0x207)](_0x2b54f5,HookState['POST'])){logger[_0x37e736(0x1e2)](_0x37e736(0x1e4)+_0xfad64c+_0x37e736(0x203)+_0x344b73[_0x37e736(0x1f5)]);const _0x5efec7=this['parseTestResult'](_0x344b73,_0x38e95f);_0x38e95f[_0x37e736(0x1f4)](_0x5efec7);}}break;}default:logger[_0x37e736(0x22c)](_0x37e736(0x238)+_0x1767ee+',\x20hookState='+_0x2b54f5);break;}}catch(_0x2ecc49){logger[_0x37e736(0x22a)]('[NodeGenericFramework]\x20trackEvent:\x20ERROR\x20-\x20state='+_0x1767ee+_0x37e736(0x22e)+_0x2b54f5+_0x37e736(0x244)+util['format'](_0x2ecc49));}_0x2166a7['instance']=_0x38e95f,await this[_0x37e736(0x225)](_0x38e95f,_0x1767ee,_0x2b54f5,_0x2166a7);}[a98_0x39b444(0x24c)](_0x1e428e,_0x525904,_0x341dcd={}){const _0x22c896=a98_0x39b444,_0x2bf144={};_0x2bf144[_0x22c896(0x209)]=_0x22c896(0x1ff);const _0xeb97ea=_0x2bf144;let _0x11ea81=TestFramework[_0x22c896(0x255)]();if(!_0x11ea81){logger[_0x22c896(0x22c)](_0xeb97ea[_0x22c896(0x209)]);const _0x219815=CLIUtils['getCurrentInstanceName'](),_0xed7838=TrackedInstance['createContext'](_0x219815);_0x11ea81=new TestFrameworkInstance(_0xed7838,this[_0x22c896(0x220)](),this[_0x22c896(0x1e1)](),_0x1e428e,HookState[_0x22c896(0x228)]),TestFramework['setTrackedInstance'](_0xed7838,_0x11ea81),logger[_0x22c896(0x22c)](_0x22c896(0x23f)+_0xed7838['getId']());}return _0x11ea81;}[a98_0x39b444(0x20d)](_0x4cbdb7){const _0x4d11eb=a98_0x39b444,_0x4cc24f=_0x4cbdb7['test_uuid'],_0x3bb9a0=this[_0x4d11eb(0x220)]()[0x0],_0x4e3a5d=this['getTestFrameworksVersions'](),_0x34897f={[TestFrameworkConstants[_0x4d11eb(0x214)]]:_0x3bb9a0,[TestFrameworkConstants[_0x4d11eb(0x217)]]:_0x4e3a5d[_0x3bb9a0]||'',[TestFrameworkConstants[_0x4d11eb(0x206)]]:_0x4cbdb7['test_uuid'],[TestFrameworkConstants[_0x4d11eb(0x237)]]:[],[TestFrameworkConstants[_0x4d11eb(0x210)]]:{},[TestFrameworkConstants[_0x4d11eb(0x223)]]:{},[TestFrameworkConstants[_0x4d11eb(0x1e0)]]:TestFrameworkConstants[_0x4d11eb(0x1f8)],[TestFrameworkConstants[_0x4d11eb(0x1dc)]]:_0x4cbdb7[_0x4d11eb(0x24f)],[TestFrameworkConstants[_0x4d11eb(0x1e8)]]:_0x4cbdb7[_0x4d11eb(0x204)],[TestFrameworkConstants['KEY_TEST_ID']]:_0x4cc24f,[TestFrameworkConstants[_0x4d11eb(0x22d)]]:_0x4cbdb7['test_name'],[TestFrameworkConstants[_0x4d11eb(0x221)]]:_0x4cbdb7[_0x4d11eb(0x200)]||_0x4cbdb7[_0x4d11eb(0x204)],[TestFrameworkConstants[_0x4d11eb(0x23e)]]:_0x4cbdb7[_0x4d11eb(0x22f)]||null,[TestFrameworkConstants[_0x4d11eb(0x250)]]:_0x4cbdb7[_0x4d11eb(0x245)]||[],[TestFrameworkConstants[_0x4d11eb(0x232)]]:_0x4cbdb7[_0x4d11eb(0x1fe)]||new Date()[_0x4d11eb(0x1f1)](),[TestFrameworkConstants[_0x4d11eb(0x23a)]]:_0x4cbdb7[_0x4d11eb(0x219)]||'',[TestFrameworkConstants[_0x4d11eb(0x1f7)]]:_0x4cbdb7[_0x4d11eb(0x21a)]||[],[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x4cbdb7[_0x4d11eb(0x239)]||_0x4cbdb7['test_name'],[TestFrameworkConstants[_0x4d11eb(0x216)]]:{},[TestFrameworkConstants[_0x4d11eb(0x1fa)]]:_0x4cbdb7[_0x4d11eb(0x1ea)]||{}},_0x5f1c5c={};return _0x5f1c5c[_0x4cc24f]=_0x34897f,_0x5f1c5c;}[a98_0x39b444(0x1f3)](_0x27ad36,_0x20c8b7){const _0x57d1f7=a98_0x39b444,_0x29889d={};_0x29889d[_0x57d1f7(0x1e3)]=_0x57d1f7(0x1e7),_0x29889d[_0x57d1f7(0x231)]=function(_0x5a82df,_0x4a861d){return _0x5a82df===_0x4a861d;},_0x29889d['gVFnZ']=_0x57d1f7(0x1eb),_0x29889d['rTCpJ']=_0x57d1f7(0x252),_0x29889d['UipWL']=_0x57d1f7(0x1dd),_0x29889d[_0x57d1f7(0x257)]=function(_0x5eda31,_0x4b7ce7){return _0x5eda31!==_0x4b7ce7;};const _0x458ef9=_0x29889d,_0x486e28=_0x27ad36[_0x57d1f7(0x205)],_0x2ca984=_0x20c8b7[_0x57d1f7(0x1e6)]()[_0x57d1f7(0x1f9)](_0x486e28)||{},_0x2cd6bc={..._0x2ca984,[TestFrameworkConstants[_0x57d1f7(0x1e0)]]:_0x27ad36[_0x57d1f7(0x1f5)]||_0x458ef9[_0x57d1f7(0x1e3)],[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x27ad36['test_ended_at']||new Date()['toISOString'](),[TestFrameworkConstants[_0x57d1f7(0x201)]]:new Date()[_0x57d1f7(0x1f1)](),[TestFrameworkConstants[_0x57d1f7(0x235)]]:_0x2ca984[TestFrameworkConstants['KEY_LOGS']]||[],[TestFrameworkConstants[_0x57d1f7(0x1fa)]]:_0x27ad36[_0x57d1f7(0x1ea)]||{}};_0x458ef9[_0x57d1f7(0x231)](_0x27ad36[_0x57d1f7(0x1f5)],_0x458ef9[_0x57d1f7(0x202)])&&(_0x2cd6bc[TestFrameworkConstants[_0x57d1f7(0x256)]]=_0x27ad36[_0x57d1f7(0x1fc)]||_0x458ef9['rTCpJ'],_0x2cd6bc[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]=_0x27ad36[_0x57d1f7(0x1e9)]||_0x458ef9['UipWL'],_0x2cd6bc[TestFrameworkConstants[_0x57d1f7(0x240)]]=_0x27ad36[_0x57d1f7(0x20c)]||[]);_0x458ef9[_0x57d1f7(0x257)](_0x27ad36[_0x57d1f7(0x247)],undefined)&&(_0x2cd6bc[TestFrameworkConstants[_0x57d1f7(0x21b)]]=_0x27ad36[_0x57d1f7(0x247)]);const _0x37b5c7={};return _0x37b5c7[_0x486e28]=_0x2cd6bc,_0x37b5c7;}['createTestFrameworkEventPayload'](_0x159491){const _0x588bb9=a98_0x39b444,_0x59ba20={};_0x59ba20[_0x588bb9(0x24e)]=_0x588bb9(0x1df);const _0x1db933=_0x59ba20;try{const _0x184a49=_0x159491[_0x588bb9(0x236)]?.[_0x588bb9(0x205)],_0xed430=_0x159491[_0x588bb9(0x1ed)],_0x306f3c=_0xed430['getContext'](),_0x34005f=_0xed430[_0x588bb9(0x1e6)]()[_0x588bb9(0x1f9)](_0x184a49);if(!_0x34005f)return logger['debug']('[NodeGenericFramework]\x20createTestFrameworkEventPayload:\x20no\x20data\x20for\x20test_uuid='+_0x184a49),{};const {[TestFrameworkConstants[_0x588bb9(0x214)]]:_0x49b6c0=this['getTestFrameworks']()[0x0]||'',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x11610e=this[_0x588bb9(0x1e1)]()[this[_0x588bb9(0x220)]()[0x0]]||'',[TestFrameworkConstants[_0x588bb9(0x232)]]:_0x7f5e5c='',[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0xd316ee=''}=_0x34005f,_0x381dc8=_0xed430[_0x588bb9(0x21e)]()[_0x588bb9(0x20b)]()['split']('.')[0x1],_0x2c11b9=_0xed430['getCurrentHookState']()[_0x588bb9(0x20b)]()[_0x588bb9(0x230)]('.')[0x1],_0x2449fa=global?.[_0x588bb9(0x1ec)]?.[_0x588bb9(0x23b)]?.[_0x588bb9(0x243)]||global[_0x588bb9(0x1fb)]||0x0,_0x28c28c=_0xed430[_0x588bb9(0x222)](),_0x42621a=Buffer[_0x588bb9(0x24a)](JSON[_0x588bb9(0x21c)](_0x34005f))['toString'](_0x1db933[_0x588bb9(0x24e)]),_0x5cdc58={'hash':_0x306f3c[_0x588bb9(0x229)](),'threadId':_0x306f3c[_0x588bb9(0x21d)]()[_0x588bb9(0x20b)](),'processId':_0x306f3c[_0x588bb9(0x23d)]()[_0x588bb9(0x20b)]()},_0x4ce509={};return _0x4ce509[_0x588bb9(0x213)]=_0x2449fa,_0x4ce509['testFrameworkName']=_0x49b6c0,_0x4ce509[_0x588bb9(0x212)]=_0x11610e,_0x4ce509[_0x588bb9(0x227)]=_0x381dc8,_0x4ce509[_0x588bb9(0x21f)]=_0x2c11b9,_0x4ce509['startedAt']=_0x7f5e5c,_0x4ce509[_0x588bb9(0x241)]=_0xd316ee,_0x4ce509[_0x588bb9(0x208)]=_0x28c28c,_0x4ce509['eventJson']=_0x42621a,_0x4ce509[_0x588bb9(0x1fd)]=_0x5cdc58,_0x4ce509[_0x588bb9(0x1ee)]=_0x184a49,_0x4ce509;}catch(_0x3663e1){return logger[_0x588bb9(0x22a)](_0x588bb9(0x234)+util[_0x588bb9(0x20e)](_0x3663e1)),{};}}}function a98_0x5036(_0x156392,_0x5b230f){const _0x3d147d=a98_0x3d14();return a98_0x5036=function(_0x5036d0,_0x228260){_0x5036d0=_0x5036d0-0x1dc;let _0x13e9ae=_0x3d147d[_0x5036d0];return _0x13e9ae;},a98_0x5036(_0x156392,_0x5b230f);}module[a98_0x39b444(0x24d)]=NodeGenericFramework;
@@ -1 +1 @@
1
- const a99_0x3ebc1d=a99_0x5794;(function(_0x2c01dc,_0x2967ba){const _0x272adc=a99_0x5794,_0x36c76e=_0x2c01dc();while(!![]){try{const _0x52ac6c=-parseInt(_0x272adc(0xbb))/0x1*(-parseInt(_0x272adc(0xc6))/0x2)+-parseInt(_0x272adc(0xde))/0x3+-parseInt(_0x272adc(0xbf))/0x4*(-parseInt(_0x272adc(0xb7))/0x5)+-parseInt(_0x272adc(0xbc))/0x6*(-parseInt(_0x272adc(0xb8))/0x7)+parseInt(_0x272adc(0xb5))/0x8*(-parseInt(_0x272adc(0xc9))/0x9)+-parseInt(_0x272adc(0xdb))/0xa*(-parseInt(_0x272adc(0xc5))/0xb)+parseInt(_0x272adc(0xdd))/0xc*(parseInt(_0x272adc(0xce))/0xd);if(_0x52ac6c===_0x2967ba)break;else _0x36c76e['push'](_0x36c76e['shift']());}catch(_0x33e1b9){_0x36c76e['push'](_0x36c76e['shift']());}}}(a99_0x2067,0xd6890));function a99_0x5794(_0x324a7a,_0x4e2a74){const _0x2067cd=a99_0x2067();return a99_0x5794=function(_0x57942b,_0x3d71d2){_0x57942b=_0x57942b-0xb5;let _0x9bfc1=_0x2067cd[_0x57942b];return _0x9bfc1;},a99_0x5794(_0x324a7a,_0x4e2a74);}function a99_0x2067(){const _0x1a3df0=['message','trackEvent','240qewalY','createContext','252DytWCI','4189938MQFNRG','runHooks','info',',\x20state=','CREATE','PlaywrightAutomationFramework','5072ugYHSR','ZLmfd','271725FCDuKc','2814FShZsN','NONE','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','2bvgMTo','8748KYZLwb','resolveInstance','myfuR','108JZAxAV','trackPlaywrightInstance:\x20instance\x20already\x20exists','../state/automationFrameworkState.js','\x20target=','PLAYWRIGHT_DISPATCH','bsParams','333113HKINtl','111052IOEmZi','getId','LokHg','19809iZkUnN','instance','./automationFramework.js','logger','getAutomationFrameworkVersion','482573AdCFHv','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','getAutomationFrameworkName','params','../../../helpers/classLogger.js','nSJjw','trackPlaywrightInstance','trackEvent:\x20automationFrameworkState=','getTrackedInstance','../cliUtils.js','setTrackedInstance'];a99_0x2067=function(){return _0x1a3df0;};return a99_0x2067();}const AutomationFramework=require(a99_0x3ebc1d(0xcb)),{createClassLogger}=require(a99_0x3ebc1d(0xd2)),AutomationFrameworkState=require(a99_0x3ebc1d(0xc1)),CLIUtils=require(a99_0x3ebc1d(0xd7)),TrackedInstance=require('../instances/trackedInstance.js'),AutomationFrameworkInstance=require('../instances/automationFrameworkInstance.js');class PlaywrightAutomationFramework extends AutomationFramework{['logger']=createClassLogger(a99_0x3ebc1d(0xe3));constructor(_0x4da0ee,_0x535b01){super(_0x4da0ee,_0x535b01);}async[a99_0x3ebc1d(0xda)](_0x48f74e,_0x53aa65,_0x4e8ef2={}){const _0x3df093=a99_0x3ebc1d,_0x5d159d={};_0x5d159d[_0x3df093(0xbe)]=function(_0x3bd581,_0x42635e){return _0x3bd581===_0x42635e;};const _0x5edee6=_0x5d159d;this[_0x3df093(0xcc)]['debug'](_0x3df093(0xd5)+_0x48f74e+'\x20hookState='+_0x53aa65),await super[_0x3df093(0xda)](_0x48f74e,_0x53aa65,_0x4e8ef2);const _0x543c17=this[_0x3df093(0xbd)](_0x48f74e,_0x53aa65,_0x4e8ef2);if(_0x5edee6['myfuR'](_0x543c17,null))return;_0x4e8ef2[_0x3df093(0xca)]=_0x543c17,await this[_0x3df093(0xdf)](_0x543c17,_0x48f74e,_0x53aa65,_0x4e8ef2);}[a99_0x3ebc1d(0xbd)](_0x455213,_0x1659a0,_0x1aa903={}){const _0x573d22=a99_0x3ebc1d,_0x46f4d5={};_0x46f4d5['nSJjw']=function(_0x2818c7,_0x4d1807){return _0x2818c7===_0x4d1807;},_0x46f4d5[_0x573d22(0xb6)]=function(_0x478a97,_0x2447b0){return _0x478a97===_0x2447b0;};const _0x21136b=_0x46f4d5;let _0x482f42=null;return(_0x21136b[_0x573d22(0xd3)](_0x455213,AutomationFrameworkState[_0x573d22(0xe2)])||_0x21136b['nSJjw'](_0x455213,AutomationFrameworkState[_0x573d22(0xc3)])&&(_0x1aa903[_0x573d22(0xd9)]&&_0x1aa903[_0x573d22(0xd9)][_0x573d22(0xd1)]&&_0x1aa903[_0x573d22(0xd9)][_0x573d22(0xd1)][_0x573d22(0xc4)])||_0x21136b[_0x573d22(0xb6)](_0x455213,AutomationFrameworkState[_0x573d22(0xb9)]))&&this[_0x573d22(0xd4)](_0x455213,_0x1aa903),_0x482f42=AutomationFramework[_0x573d22(0xd6)](),_0x482f42;}['trackPlaywrightInstance'](_0x45a830,_0x1aa8c4){const _0x4c9fbb=a99_0x3ebc1d,_0x146dbf={};_0x146dbf['LokHg']=_0x4c9fbb(0xc0);const _0x4e36dd=_0x146dbf;if(AutomationFramework[_0x4c9fbb(0xd6)]()){this['logger'][_0x4c9fbb(0xe0)](_0x4e36dd[_0x4c9fbb(0xc8)]);return;}const _0x5f47e0=CLIUtils['getCurrentInstanceName'](),_0x41184e=TrackedInstance[_0x4c9fbb(0xdc)](_0x5f47e0);let _0x3a9559=null;this[_0x4c9fbb(0xcc)][_0x4c9fbb(0xe0)](_0x4c9fbb(0xcf)+_0x5f47e0+_0x4c9fbb(0xe1)+_0x45a830),_0x3a9559=new AutomationFrameworkInstance(_0x41184e,this[_0x4c9fbb(0xd0)](),this[_0x4c9fbb(0xcd)](),_0x45a830),AutomationFramework[_0x4c9fbb(0xd8)](_0x41184e,_0x3a9559),this[_0x4c9fbb(0xcc)][_0x4c9fbb(0xe0)](_0x4c9fbb(0xba)+_0x41184e[_0x4c9fbb(0xc7)]()+_0x4c9fbb(0xc2)+_0x5f47e0);}}module['exports']=PlaywrightAutomationFramework;
1
+ function a99_0x4444(_0x58e4f9,_0x262194){const _0xe8dd66=a99_0xe8dd();return a99_0x4444=function(_0x44448c,_0x309feb){_0x44448c=_0x44448c-0x132;let _0x577433=_0xe8dd66[_0x44448c];return _0x577433;},a99_0x4444(_0x58e4f9,_0x262194);}const a99_0x40c0a8=a99_0x4444;(function(_0x2a11f5,_0x8444b){const _0x49344f=a99_0x4444,_0x149514=_0x2a11f5();while(!![]){try{const _0x35775f=parseInt(_0x49344f(0x14b))/0x1*(-parseInt(_0x49344f(0x148))/0x2)+-parseInt(_0x49344f(0x157))/0x3*(parseInt(_0x49344f(0x133))/0x4)+parseInt(_0x49344f(0x153))/0x5*(parseInt(_0x49344f(0x147))/0x6)+-parseInt(_0x49344f(0x134))/0x7+parseInt(_0x49344f(0x139))/0x8*(parseInt(_0x49344f(0x143))/0x9)+-parseInt(_0x49344f(0x140))/0xa+parseInt(_0x49344f(0x150))/0xb;if(_0x35775f===_0x8444b)break;else _0x149514['push'](_0x149514['shift']());}catch(_0x3985a1){_0x149514['push'](_0x149514['shift']());}}}(a99_0xe8dd,0xc64ef));const AutomationFramework=require('./automationFramework.js'),{createClassLogger}=require(a99_0x40c0a8(0x13b)),AutomationFrameworkState=require(a99_0x40c0a8(0x14f)),CLIUtils=require(a99_0x40c0a8(0x149)),TrackedInstance=require('../instances/trackedInstance.js'),AutomationFrameworkInstance=require(a99_0x40c0a8(0x158));class PlaywrightAutomationFramework extends AutomationFramework{[a99_0x40c0a8(0x14c)]=createClassLogger('PlaywrightAutomationFramework');constructor(_0x8ebc5,_0x581bf1){super(_0x8ebc5,_0x581bf1);}async[a99_0x40c0a8(0x13e)](_0x221ad7,_0x597c1f,_0x278f37={}){const _0x4121f7=a99_0x40c0a8,_0x43d01e={};_0x43d01e['iQLpN']=function(_0xfdfaa2,_0x4d4f08){return _0xfdfaa2===_0x4d4f08;};const _0x3ce8b5=_0x43d01e;this[_0x4121f7(0x14c)][_0x4121f7(0x156)](_0x4121f7(0x14e)+_0x221ad7+'\x20hookState='+_0x597c1f),await super['trackEvent'](_0x221ad7,_0x597c1f,_0x278f37);const _0x1a81ba=this[_0x4121f7(0x145)](_0x221ad7,_0x597c1f,_0x278f37);if(_0x3ce8b5[_0x4121f7(0x132)](_0x1a81ba,null))return;_0x278f37[_0x4121f7(0x152)]=_0x1a81ba,await this[_0x4121f7(0x135)](_0x1a81ba,_0x221ad7,_0x597c1f,_0x278f37);}[a99_0x40c0a8(0x145)](_0x2111d9,_0x3bbf59,_0x30d2b4={}){const _0x4100b0=a99_0x40c0a8,_0xcc052b={};_0xcc052b[_0x4100b0(0x13d)]=function(_0x2a4345,_0x2a8b50){return _0x2a4345===_0x2a8b50;},_0xcc052b[_0x4100b0(0x155)]=function(_0x2b7596,_0x29300b){return _0x2b7596===_0x29300b;},_0xcc052b[_0x4100b0(0x14d)]=function(_0x47ce5c,_0x2656fd){return _0x47ce5c===_0x2656fd;};const _0x4fd5ac=_0xcc052b;let _0x20d59c=null;return(_0x4fd5ac[_0x4100b0(0x13d)](_0x2111d9,AutomationFrameworkState[_0x4100b0(0x146)])||_0x4fd5ac[_0x4100b0(0x155)](_0x2111d9,AutomationFrameworkState[_0x4100b0(0x13a)])&&(_0x30d2b4[_0x4100b0(0x151)]&&_0x30d2b4[_0x4100b0(0x151)]['params']&&_0x30d2b4[_0x4100b0(0x151)][_0x4100b0(0x141)][_0x4100b0(0x154)])||_0x4fd5ac[_0x4100b0(0x14d)](_0x2111d9,AutomationFrameworkState['NONE']))&&this[_0x4100b0(0x144)](_0x2111d9,_0x30d2b4),_0x20d59c=AutomationFramework[_0x4100b0(0x13f)](),_0x20d59c;}['trackPlaywrightInstance'](_0x16d24c,_0x305f3d){const _0x53bf66=a99_0x40c0a8,_0xf467e7={};_0xf467e7['troXk']='trackPlaywrightInstance:\x20instance\x20already\x20exists';const _0x1d61f8=_0xf467e7;if(AutomationFramework[_0x53bf66(0x13f)]()){this['logger'][_0x53bf66(0x142)](_0x1d61f8[_0x53bf66(0x138)]);return;}const _0x2dd964=CLIUtils['getCurrentInstanceName'](),_0x95fd18=TrackedInstance[_0x53bf66(0x15a)](_0x2dd964);let _0x47c6e2=null;this[_0x53bf66(0x14c)]['info'](_0x53bf66(0x15b)+_0x2dd964+',\x20state='+_0x16d24c),_0x47c6e2=new AutomationFrameworkInstance(_0x95fd18,this[_0x53bf66(0x136)](),this['getAutomationFrameworkVersion'](),_0x16d24c),AutomationFramework[_0x53bf66(0x159)](_0x95fd18,_0x47c6e2),this[_0x53bf66(0x14c)][_0x53bf66(0x142)](_0x53bf66(0x13c)+_0x95fd18[_0x53bf66(0x14a)]()+'\x20target='+_0x2dd964);}}function a99_0xe8dd(){const _0x492587=['message','instance','785uzrIkX','bsParams','YCyCx','debug','2193696zUhMcw','../instances/automationFrameworkInstance.js','setTrackedInstance','createContext','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','iQLpN','4EltagC','7758415OeZoxa','runHooks','getAutomationFrameworkName','exports','troXk','248Gdkggh','PLAYWRIGHT_DISPATCH','../../../helpers/classLogger.js','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','fidqz','trackEvent','getTrackedInstance','13273320HKqMvu','params','info','262881fWmnvV','trackPlaywrightInstance','resolveInstance','CREATE','37356cKVPNj','2SXZcaq','../cliUtils.js','getId','1547129RcGOBW','logger','eIUvl','trackEvent:\x20automationFrameworkState=','../state/automationFrameworkState.js','40076828OyXaur'];a99_0xe8dd=function(){return _0x492587;};return a99_0xe8dd();}module[a99_0x40c0a8(0x137)]=PlaywrightAutomationFramework;