browserstack-node-sdk 1.50.4 → 1.50.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (186) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +2 -2
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/nightwatch/command.js +1 -1
  79. package/src/bin/playwright/accessibility-helper.js +1 -1
  80. package/src/bin/playwright/command.js +1 -1
  81. package/src/bin/playwright/globalSetup.js +1 -1
  82. package/src/bin/playwright/mock-process.js +1 -1
  83. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  84. package/src/bin/playwright/patches.js +1 -1
  85. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  86. package/src/bin/playwright/reporter/reporter.js +1 -1
  87. package/src/bin/playwright/reporter/test-details.js +1 -1
  88. package/src/bin/playwright/sessionDetails.js +1 -1
  89. package/src/bin/runner.js +1 -1
  90. package/src/bin/setup.js +1 -1
  91. package/src/bin/test-runner/index.js +1 -1
  92. package/src/bin/test-runner/runTest.js +1 -1
  93. package/src/bin/test-runner/testWorker.js +1 -1
  94. package/src/bin/utils/apiUtilityMethods.js +1 -1
  95. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  96. package/src/bin/utils/constants.js +1 -1
  97. package/src/bin/utils/log4jsAppender.js +1 -1
  98. package/src/bin/utils/logPatcher.js +1 -1
  99. package/src/bin/utils/logReportingAPI.js +1 -1
  100. package/src/bin/utils/playwright-patcher.js +1 -1
  101. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  102. package/src/bin/utils/sharedUtils.js +1 -1
  103. package/src/bin/v2/TestInfo.js +1 -1
  104. package/src/bin/v2/browserstackCLI.js +1 -1
  105. package/src/bin/v2/cliUtils.js +1 -1
  106. package/src/bin/v2/customTagManager.js +1 -1
  107. package/src/bin/v2/eventDispatcher.js +1 -1
  108. package/src/bin/v2/framework/automationFramework.js +1 -1
  109. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  110. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  111. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  112. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  113. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  114. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  115. package/src/bin/v2/framework/testFramework.js +1 -1
  116. package/src/bin/v2/grpcClient.js +1 -1
  117. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  118. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  119. package/src/bin/v2/instances/trackedContext.js +1 -1
  120. package/src/bin/v2/instances/trackedInstance.js +1 -1
  121. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  122. package/src/bin/v2/modules/baseModule.js +1 -1
  123. package/src/bin/v2/modules/loadTestModule.js +1 -1
  124. package/src/bin/v2/modules/observabilityModule.js +1 -1
  125. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  126. package/src/bin/v2/modules/testhubModule.js +1 -1
  127. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  128. package/src/bin/v2/state/hookState.js +1 -1
  129. package/src/bin/v2/state/testFrameworkState.js +1 -1
  130. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  131. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  132. package/src/bin/v2/utils/jest-utils.js +1 -1
  133. package/src/bin/vanilla-js/command.js +1 -1
  134. package/src/browserStackSdk.js +1 -1
  135. package/src/helpers/BrowserStackSetup.js +1 -1
  136. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  137. package/src/helpers/accessibility-automation/constants.js +1 -1
  138. package/src/helpers/accessibility-automation/helper.js +1 -1
  139. package/src/helpers/accessibility-automation/scripts.js +1 -1
  140. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  141. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  142. package/src/helpers/ats/constants.js +1 -1
  143. package/src/helpers/ats/helper.js +1 -1
  144. package/src/helpers/capsMapping.js +1 -1
  145. package/src/helpers/central-scanner/constants.js +1 -1
  146. package/src/helpers/central-scanner/helpers.js +1 -1
  147. package/src/helpers/classLogger.js +1 -1
  148. package/src/helpers/globals.js +1 -1
  149. package/src/helpers/helper.js +1 -1
  150. package/src/helpers/logger.js +1 -1
  151. package/src/helpers/metadata.js +1 -1
  152. package/src/helpers/patchHelper.js +1 -1
  153. package/src/helpers/patchHelpers.js +1 -1
  154. package/src/helpers/percy/Percy.js +1 -1
  155. package/src/helpers/percy/PercyBinary.js +1 -1
  156. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  157. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  158. package/src/helpers/percy/PercySDK.js +1 -1
  159. package/src/helpers/percy/index.js +1 -1
  160. package/src/helpers/percy/utils.js +1 -1
  161. package/src/helpers/performance/constants.js +1 -1
  162. package/src/helpers/performance/performance-tester.js +1 -1
  163. package/src/helpers/playwright-helper.js +1 -1
  164. package/src/helpers/processHelper.js +1 -1
  165. package/src/helpers/request-spy.js +1 -1
  166. package/src/helpers/setKeepAlive.js +1 -1
  167. package/src/helpers/test-observability/constants.js +1 -1
  168. package/src/helpers/test-observability/error-handler.js +1 -1
  169. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  170. package/src/helpers/test-observability/sessionHandler.js +1 -1
  171. package/src/helpers/test-observability/utils.js +1 -1
  172. package/src/helpers/test-orchestration/constants.js +1 -1
  173. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  174. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  175. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  176. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  177. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  178. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  179. package/src/helpers/testhub/constants.js +1 -1
  180. package/src/helpers/testhub/testhubHandler.js +1 -1
  181. package/src/helpers/testhub/utils.js +1 -1
  182. package/src/helpers/timeoutPromise.js +1 -1
  183. package/src/helpers/utilities.js +1 -1
  184. package/src/helpers/w3cMapping.js +1 -1
  185. package/src/hubAllocationMethods.js +1 -1
  186. package/src/index.js +1 -1
@@ -1 +1 @@
1
- function a71_0xa893(_0x5c7e71,_0x5a5bdc){const _0x5e4706=a71_0x5e47();return a71_0xa893=function(_0xa8937,_0x5741ee){_0xa8937=_0xa8937-0x83;let _0x1cc15a=_0x5e4706[_0xa8937];return _0x1cc15a;},a71_0xa893(_0x5c7e71,_0x5a5bdc);}const a71_0x276133=a71_0xa893;(function(_0x1ec568,_0x44cb29){const _0x1081e9=a71_0xa893,_0x3552d8=_0x1ec568();while(!![]){try{const _0x382aeb=parseInt(_0x1081e9(0x107))/0x1*(-parseInt(_0x1081e9(0xca))/0x2)+parseInt(_0x1081e9(0x90))/0x3*(parseInt(_0x1081e9(0x1ac))/0x4)+parseInt(_0x1081e9(0xfc))/0x5+-parseInt(_0x1081e9(0x1c6))/0x6*(parseInt(_0x1081e9(0xc6))/0x7)+parseInt(_0x1081e9(0x1f2))/0x8+parseInt(_0x1081e9(0x1c5))/0x9*(-parseInt(_0x1081e9(0x213))/0xa)+-parseInt(_0x1081e9(0x1ce))/0xb*(-parseInt(_0x1081e9(0xff))/0xc);if(_0x382aeb===_0x44cb29)break;else _0x3552d8['push'](_0x3552d8['shift']());}catch(_0x165fe2){_0x3552d8['push'](_0x3552d8['shift']());}}}(a71_0x5e47,0xaebd3));const TestFramework=require(a71_0x276133(0x16c)),TestFrameworkState=require(a71_0x276133(0xbf)),HookState=require(a71_0x276133(0x1ab)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a71_0x276133(0x86)),CLIUtils=require(a71_0x276133(0x8f)),TrackedInstance=require(a71_0x276133(0x103)),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),{isInternalHook}=require(a71_0x276133(0x94)),logger=createClassLogger(a71_0x276133(0x172)),{v4:uuidv4}=require('uuid'),util=require(a71_0x276133(0x1c1)),TestInfo=require(a71_0x276133(0x166)),GrpcClient=require(a71_0x276133(0x197)),stackTrace=require(a71_0x276133(0x102));class JestTestFramework extends TestFramework{constructor(_0x2d8815,_0x428601,_0x29e035){const _0x24f4b1=a71_0x276133;super(_0x2d8815,_0x428601,_0x29e035),this[_0x24f4b1(0x160)]=new Map();}['setActiveHook'](_0x2c2831,_0x52b631,_0x8cc0fd){const _0x5803c6=a71_0x276133,_0x4a5df8={};_0x4a5df8[_0x5803c6(0x1b8)]=function(_0x4fe245,_0xca29fc){return _0x4fe245||_0xca29fc;};const _0x2b3403=_0x4a5df8;if(_0x2b3403[_0x5803c6(0x1b8)](!_0x2c2831,!_0x52b631)){logger[_0x5803c6(0x18a)](_0x5803c6(0x9d)+_0x2c2831+_0x5803c6(0xc1)+_0x52b631);return;}!this['activeHooks']['has'](_0x2c2831)&&this['activeHooks']['set'](_0x2c2831,[]);const _0x16a5ff={'hookUUID':_0x52b631,'hookType':_0x8cc0fd,'startedAt':new Date()[_0x5803c6(0xaa)]()};this[_0x5803c6(0x160)][_0x5803c6(0xbc)](_0x2c2831)[_0x5803c6(0x158)](_0x16a5ff),logger['debug'](_0x5803c6(0x10b)+_0x2c2831+_0x5803c6(0xc1)+_0x52b631+_0x5803c6(0x163)+_0x8cc0fd+_0x5803c6(0x1db)+this[_0x5803c6(0x160)][_0x5803c6(0xbc)](_0x2c2831)[_0x5803c6(0x1a6)]);}[a71_0x276133(0x1a0)](_0x10b01c,_0x4f3fda){const _0x2a84e0=a71_0x276133,_0x2fd4f5={};_0x2fd4f5['mYWLD']=function(_0x157ebb,_0x4b5ef9){return _0x157ebb||_0x4b5ef9;},_0x2fd4f5[_0x2a84e0(0x1ee)]=function(_0x3dcdc9,_0x10dd69){return _0x3dcdc9!==_0x10dd69;},_0x2fd4f5[_0x2a84e0(0x146)]=function(_0x12383b,_0x285dda){return _0x12383b===_0x285dda;};const _0x1c9c24=_0x2fd4f5;if(_0x1c9c24[_0x2a84e0(0xee)](!_0x10b01c,!_0x4f3fda)){logger['warn'](_0x2a84e0(0x13d)+_0x10b01c+_0x2a84e0(0xc1)+_0x4f3fda);return;}if(this['activeHooks'][_0x2a84e0(0x87)](_0x10b01c)){const _0x1b4c4f=this['activeHooks'][_0x2a84e0(0xbc)](_0x10b01c),_0x24ef4d=_0x1b4c4f[_0x2a84e0(0x93)](_0x27dfc7=>_0x27dfc7[_0x2a84e0(0x140)]===_0x4f3fda);_0x1c9c24[_0x2a84e0(0x1ee)](_0x24ef4d,-0x1)?(_0x1b4c4f[_0x2a84e0(0x222)](_0x24ef4d,0x1),logger['debug']('[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier='+_0x10b01c+_0x2a84e0(0xc1)+_0x4f3fda+_0x2a84e0(0x143)+_0x1b4c4f[_0x2a84e0(0x1a6)]),_0x1c9c24[_0x2a84e0(0x146)](_0x1b4c4f['length'],0x0)&&this[_0x2a84e0(0x160)][_0x2a84e0(0x17d)](_0x10b01c)):logger[_0x2a84e0(0x216)](_0x2a84e0(0x15f)+_0x10b01c+_0x2a84e0(0xc1)+_0x4f3fda);}}[a71_0x276133(0x17b)](_0x287da5){const _0x4534d8=a71_0x276133,_0x3f439c={};_0x3f439c[_0x4534d8(0x1da)]=function(_0x22b24c,_0x5d753c){return _0x22b24c>_0x5d753c;},_0x3f439c[_0x4534d8(0x17e)]=function(_0x344ed4,_0x18452a){return _0x344ed4-_0x18452a;};const _0x4bd709=_0x3f439c;if(!_0x287da5)return null;if(this[_0x4534d8(0x160)]['has'](_0x287da5)){const _0x301ab2=this[_0x4534d8(0x160)][_0x4534d8(0xbc)](_0x287da5);if(_0x4bd709[_0x4534d8(0x1da)](_0x301ab2[_0x4534d8(0x1a6)],0x0)){const _0x746edc=_0x301ab2[_0x4bd709[_0x4534d8(0x17e)](_0x301ab2[_0x4534d8(0x1a6)],0x1)];return logger[_0x4534d8(0x216)](_0x4534d8(0x134)+_0x287da5+_0x4534d8(0xc1)+_0x746edc[_0x4534d8(0x140)]+_0x4534d8(0x163)+_0x746edc[_0x4534d8(0x11d)]),_0x746edc;}}return null;}async[a71_0x276133(0xd3)](_0x2cbdb7,_0x3856a4,_0x144010={}){const _0x11d184=a71_0x276133,_0xf7f329={};_0xf7f329[_0x11d184(0xd9)]=_0x11d184(0x1c3),_0xf7f329[_0x11d184(0x1af)]=function(_0x4e8ff8,_0x283c9c){return _0x4e8ff8===_0x283c9c;},_0xf7f329[_0x11d184(0x104)]=function(_0x362cf1,_0x489e2f){return _0x362cf1===_0x489e2f;},_0xf7f329[_0x11d184(0xb4)]=function(_0x1edea6,_0x5663ed){return _0x1edea6||_0x5663ed;},_0xf7f329[_0x11d184(0x131)]='[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND',_0xf7f329[_0x11d184(0x100)]=function(_0x293513,_0x1c92cf){return _0x293513===_0x1c92cf;};const _0x513439=_0xf7f329;logger[_0x11d184(0x216)](_0x11d184(0x200)+_0x2cbdb7+_0x11d184(0x20d)+_0x3856a4+_0x11d184(0x1de)+Object[_0x11d184(0xdf)](_0x144010)[_0x11d184(0x1a5)](',')),await super[_0x11d184(0xd3)](_0x2cbdb7,_0x3856a4,_0x144010);const _0x448849=this[_0x11d184(0x1b0)](_0x2cbdb7,_0x3856a4,_0x144010);if(!_0x448849){logger[_0x11d184(0x216)](_0x513439['lXjvv']);return;}try{let _0x729875,_0x5eaa50,_0x3b447c;switch(_0x2cbdb7){case TestFrameworkState['TEST']:_0x729875=_0x144010[_0x11d184(0x85)];const _0x4f9dc1={};_0x4f9dc1[_0x11d184(0x124)]=0x2,_0x4f9dc1[_0x11d184(0x108)]=0x3,logger[_0x11d184(0x216)](_0x11d184(0x142)+_0x3856a4+',\x20testData='+util[_0x11d184(0x1ba)](_0x729875,_0x4f9dc1)),_0x3b447c=this['getJestTestIdentifier'](_0x729875),_0x5eaa50=null,logger[_0x11d184(0x216)](_0x11d184(0x118)+_0x3b447c+'\x20(testIdentifier)');if(_0x513439[_0x11d184(0x1af)](_0x3856a4,HookState[_0x11d184(0x1ef)])){logger[_0x11d184(0x216)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20'+_0x3b447c);const _0x4fee96={};_0x4fee96[_0x11d184(0x1f0)]=_0x5eaa50,_0x4fee96[_0x11d184(0x121)]=_0x729875,_0x4fee96['testId']=_0x3b447c;const _0x42312e=this[_0x11d184(0x1e1)](_0x4fee96),_0x18e530={};_0x18e530[_0x11d184(0x124)]=0x2,_0x18e530['maxArrayLength']=0x3,logger[_0x11d184(0x216)](_0x11d184(0x1ed)+util[_0x11d184(0x1ba)](_0x42312e,_0x18e530)),_0x448849[_0x11d184(0x180)](_0x42312e),logger[_0x11d184(0x216)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0x3b447c),await this[_0x11d184(0xa1)](_0x448849,_0x3b447c);}else{if(_0x513439['qabFq'](_0x3856a4,HookState[_0x11d184(0x1fb)])){logger[_0x11d184(0x216)](_0x11d184(0x89)+_0x3b447c);const _0x1bdd4f=_0x448849[_0x11d184(0x1a8)]()[_0x11d184(0xbc)](_0x3b447c);logger[_0x11d184(0x216)](_0x11d184(0x92)+util[_0x11d184(0x1ba)](Object[_0x11d184(0xdf)](_0x513439['CaVmU'](_0x1bdd4f,{}))));_0x1bdd4f&&_0x1bdd4f[TestFrameworkConstants[_0x11d184(0x128)]]?logger[_0x11d184(0x216)](_0x11d184(0x119)+Object[_0x11d184(0xdf)](_0x1bdd4f[TestFrameworkConstants[_0x11d184(0x128)]])[_0x11d184(0x1a6)]+_0x11d184(0x1b4)):logger[_0x11d184(0x216)](_0x513439[_0x11d184(0x131)]);const _0x303544=_0x144010[_0x11d184(0xc7)]||null,_0x4f6472={};_0x4f6472[_0x11d184(0x1f0)]=_0x5eaa50,_0x4f6472[_0x11d184(0x121)]=_0x729875,_0x4f6472[_0x11d184(0x123)]=_0x3b447c,_0x4f6472['originalTest']=_0x303544;const _0xccfac5=this[_0x11d184(0x1fc)](_0x4f6472),_0x4a371b={};_0x4a371b['depth']=0x2,_0x4a371b[_0x11d184(0x108)]=0x3,logger['debug'](_0x11d184(0xf2)+util['inspect'](_0xccfac5,_0x4a371b)),_0x448849[_0x11d184(0x180)](_0xccfac5),logger['debug'](_0x11d184(0xb8)+_0x3b447c),await this[_0x11d184(0xa1)](_0x448849,_0x3b447c);}}break;case TestFrameworkState[_0x11d184(0xc5)]:if(_0x513439[_0x11d184(0x100)](_0x3856a4,HookState[_0x11d184(0x1fb)])){const _0x2b8cc8={};_0x2b8cc8[_0x11d184(0x124)]=0x2,logger[_0x11d184(0x216)]('[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20'+util[_0x11d184(0x1ba)](_0x144010,_0x2b8cc8)),await this[_0x11d184(0x1cc)](_0x448849,_0x2cbdb7,_0x144010);}break;default:if(CLIUtils[_0x11d184(0x1ae)](_0x2cbdb7[_0x11d184(0x152)]()[_0x11d184(0x215)]('.')[0x1])){const _0x209323={};_0x209323[_0x11d184(0x124)]=0x2,_0x209323['maxArrayLength']=0x3,logger['debug'](_0x11d184(0xb3)+_0x2cbdb7+_0x11d184(0x20d)+_0x3856a4+_0x11d184(0x1d3)+util['inspect'](_0x144010[_0x11d184(0x16f)],_0x209323));const _0x37fb1a=await this['trackHookEvent'](_0x448849,_0x2cbdb7,_0x3856a4,_0x144010),_0x2bb12f={};_0x2bb12f[_0x11d184(0x124)]=0x2,_0x2bb12f[_0x11d184(0x108)]=0x3,logger[_0x11d184(0x216)](_0x11d184(0xb5)+util[_0x11d184(0x1ba)](_0x37fb1a,_0x2bb12f)),_0x448849[_0x11d184(0x180)](_0x37fb1a);}else logger[_0x11d184(0x216)](_0x11d184(0x1d8)+_0x2cbdb7+_0x11d184(0x1a1)+_0x3856a4);break;}logger['debug'](_0x11d184(0x120)+_0x2cbdb7+_0x11d184(0x20d)+_0x3856a4);}catch(_0x45b561){logger[_0x11d184(0x192)](_0x11d184(0x18f)+_0x2cbdb7+',\x20hookState='+_0x3856a4+_0x11d184(0x1b3)+util['format'](_0x45b561));}_0x144010[_0x11d184(0x1c4)]=_0x448849,await this[_0x11d184(0x178)](_0x448849,_0x2cbdb7,_0x3856a4,_0x144010);}[a71_0x276133(0x149)](_0x596376){const _0x253eae=a71_0x276133,_0xe04ca8={};_0xe04ca8[_0x253eae(0xcb)]=_0x253eae(0x203);const _0x521c9a=_0xe04ca8;if(_0x596376&&(_0x596376['id']||_0x596376[_0x253eae(0x20b)])){const _0x5b43ba=_0x596376['id']||_0x596376[_0x253eae(0x20b)];return logger[_0x253eae(0x216)](_0x253eae(0x137)+_0x5b43ba+_0x253eae(0x167)),_0x5b43ba;}return logger[_0x253eae(0x216)](_0x521c9a[_0x253eae(0xcb)]),process[_0x253eae(0xcf)]+_0x253eae(0x1d6);}[a71_0x276133(0x1b0)](_0x516e86,_0x381741,_0x1d6b51={}){const _0x3c2015=a71_0x276133;let _0x421958=null;return _0x421958=TestFramework[_0x3c2015(0x1fe)](),!_0x421958?(logger[_0x3c2015(0x216)](_0x3c2015(0x113)+_0x516e86),this[_0x3c2015(0x91)](_0x516e86,_0x1d6b51),_0x421958=TestFramework[_0x3c2015(0x1fe)](),logger[_0x3c2015(0x216)](_0x3c2015(0x138)+!!_0x421958+_0x3c2015(0xe6)+_0x421958?.['getContext']()?.[_0x3c2015(0x1a7)]())):logger[_0x3c2015(0x216)]('[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId='+_0x421958['getContext']()?.[_0x3c2015(0x1a7)]()),_0x421958;}[a71_0x276133(0x91)](_0x43512c,_0xfd767b){const _0x240a50=a71_0x276133,_0x1c682d={};_0x1c682d[_0x240a50(0x16a)]=_0x240a50(0x11b);const _0x3ca1b2=_0x1c682d;if(TestFramework[_0x240a50(0x1fe)]()){logger[_0x240a50(0x216)](_0x3ca1b2[_0x240a50(0x16a)]);return;}const _0x1b38b1=CLIUtils[_0x240a50(0x1c2)](),_0x1bb062=TrackedInstance[_0x240a50(0x154)](_0x1b38b1);let _0x4bc26a=null;logger[_0x240a50(0x216)]('trackJestInstance:\x20created\x20instance\x20for\x20target='+_0x1b38b1+_0x240a50(0x106)+_0x43512c),_0x4bc26a=new TestFrameworkInstance(_0x1bb062,this[_0x240a50(0xbe)](),this[_0x240a50(0xb7)](),_0x43512c,HookState[_0x240a50(0x12f)]),TestFramework[_0x240a50(0x151)](_0x1bb062,_0x4bc26a),logger[_0x240a50(0x216)](_0x240a50(0x1e5)+_0x1bb062[_0x240a50(0x1a7)]()+',\x20target='+_0x1b38b1+_0x240a50(0x1a4)+this[_0x240a50(0xbe)]()[0x0]+_0x240a50(0x153)+this['getTestFrameworksVersions']()[this[_0x240a50(0xbe)]()[0x0]]);}[a71_0x276133(0x1e1)](_0x1bdfd2){const _0x4a4f77=a71_0x276133,_0x5bea8d={};_0x5bea8d[_0x4a4f77(0x8d)]=function(_0x40b883,_0x511be3){return _0x40b883||_0x511be3;},_0x5bea8d['lTVHV']='No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test';const _0x4a1ad9=_0x5bea8d,{testUUID:_0x35395f,testData:_0x434d18,testId:_0xd65931}=_0x1bdfd2;if(_0x4a1ad9['QEzQW'](!_0x434d18,!_0xd65931))return logger[_0x4a4f77(0x216)](_0x4a1ad9[_0x4a4f77(0x1d9)]),{};const _0x20c505=this[_0x4a4f77(0xbe)]()[0x0],_0x4f8f98=this[_0x4a4f77(0xb7)](),_0x5c5d5c={};_0x5c5d5c[_0x4a4f77(0x124)]=0x2,_0x5c5d5c[_0x4a4f77(0x108)]=0x3,logger[_0x4a4f77(0x216)]('[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20'+util[_0x4a4f77(0x1ba)](_0x434d18,_0x5c5d5c));const _0x5c1d95=_0x434d18?.[_0x4a4f77(0x1ad)]||[],_0x4a66d5=this[_0x4a4f77(0x20e)](_0x434d18),_0x9e5162=this['getJestTestFilePath'](_0x434d18),_0x3363f5=_0x434d18['fn']?_0x434d18['fn'][_0x4a4f77(0x152)]():null,_0x2f6ace=this[_0x4a4f77(0x12d)](_0x434d18),_0x466405={[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x20c505,[TestFrameworkConstants[_0x4a4f77(0x145)]]:_0x4f8f98[_0x20c505],[TestFrameworkConstants[_0x4a4f77(0x181)]]:[],[TestFrameworkConstants[_0x4a4f77(0x8e)]]:{},[TestFrameworkConstants['KEY_HOOKS_STARTED']]:{},[TestFrameworkConstants[_0x4a4f77(0x148)]]:TestFrameworkConstants[_0x4a4f77(0x176)],[TestFrameworkConstants[_0x4a4f77(0x101)]]:_0x4a66d5,[TestFrameworkConstants[_0x4a4f77(0xc8)]]:_0x9e5162,[TestFrameworkConstants[_0x4a4f77(0x19e)]]:_0xd65931,[TestFrameworkConstants[_0x4a4f77(0x98)]]:_0x4a66d5,[TestFrameworkConstants[_0x4a4f77(0x1d1)]]:_0x9e5162,[TestFrameworkConstants[_0x4a4f77(0x9a)]]:_0x3363f5,[TestFrameworkConstants[_0x4a4f77(0x195)]]:_0x2f6ace,[TestFrameworkConstants[_0x4a4f77(0xbb)]]:_0x434d18[_0x4a4f77(0x15a)]||new Date()['toISOString'](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x5c1d95[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x5c1d95,[TestFrameworkConstants[_0x4a4f77(0xdd)]]:_0x4a66d5,[TestFrameworkConstants[_0x4a4f77(0x1bf)]]:{},[TestFrameworkConstants[_0x4a4f77(0xef)]]:{}};_0x434d18['retryOf']&&(_0x466405[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x434d18[_0x4a4f77(0x202)]);logger[_0x4a4f77(0x216)]('[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName='+_0x4a66d5+_0x4a4f77(0xae)+_0xd65931+'\x20(testIdentifier),\x20tags='+JSON[_0x4a4f77(0x1f4)](_0x2f6ace)+_0x4a4f77(0x11c)+util[_0x4a4f77(0x1ba)](_0x5c1d95)+_0x4a4f77(0x1fa)+_0x9e5162);const _0x4e4320={};return _0x4e4320[_0xd65931]=_0x466405,_0x4e4320;}[a71_0x276133(0x1fc)](_0x89985f){const _0x1a081d=a71_0x276133,_0x2dad82={'IeVor':function(_0x127dd8,_0x2f206b){return _0x127dd8===_0x2f206b;},'iFqDZ':_0x1a081d(0x209),'xvXmd':function(_0x4f4b65,_0x533ca4){return _0x4f4b65===_0x533ca4;},'IHMqW':_0x1a081d(0x1e7),'foiiT':_0x1a081d(0xdb),'oVatd':'_ALL','IKoIg':function(_0x17ead5,_0x530f6c){return _0x17ead5||_0x530f6c;},'sgKwt':'No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','gsiCL':function(_0x2027b7,_0x5f2447){return _0x2027b7||_0x5f2447;},'XEMlB':_0x1a081d(0x12c),'CWQKk':function(_0x3da8a6,_0x45cd8c){return _0x3da8a6>_0x45cd8c;},'HLQpv':_0x1a081d(0x16e),'HQMaD':function(_0x60ddd,_0x341dae){return _0x60ddd===_0x341dae;},'ZBbaZ':_0x1a081d(0x1ff),'TWXHp':_0x1a081d(0xfe),'BwWtj':'passed','THYMQ':function(_0x5af08a,_0x111ebc){return _0x5af08a!==_0x111ebc;},'PysKD':function(_0x50de78,_0x7029ca,_0x19b29e,_0x1f5c12){return _0x50de78(_0x7029ca,_0x19b29e,_0x1f5c12);},'PIyeD':function(_0x410988,_0x318fc2){return _0x410988>_0x318fc2;},'ZYqYo':'[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','GskDq':function(_0x202f54,_0x2d3a24){return _0x202f54>_0x2d3a24;}},{testUUID:_0x436036,testData:_0x23c72c,testId:_0x21bdb7}=_0x89985f;if(_0x2dad82[_0x1a081d(0x13f)](!_0x23c72c,!_0x21bdb7))return logger[_0x1a081d(0x216)](_0x2dad82[_0x1a081d(0x1ca)]),{};const _0x24d3ac=this[_0x1a081d(0x1b0)](TestFrameworkState[_0x1a081d(0x1be)],HookState[_0x1a081d(0x1fb)]),_0x110de3=_0x24d3ac['getAllData']()['get'](_0x21bdb7),_0x46a108=_0x2dad82[_0x1a081d(0x194)](_0x110de3,{}),_0x3d12f7=_0x46a108?_0x46a108[TestFrameworkConstants[_0x1a081d(0x1bf)]]||{}:{},_0x3680e8=_0x46a108[TestFrameworkConstants[_0x1a081d(0x128)]];logger[_0x1a081d(0x216)](_0x1a081d(0x184)+(_0x3680e8?Object['keys'](_0x3680e8)[_0x1a081d(0x1a6)]:0x0)+_0x1a081d(0x182));let _0x2b1eae=_0x2dad82[_0x1a081d(0x14f)];if(_0x23c72c[_0x1a081d(0x1c0)])_0x2b1eae=_0x23c72c[_0x1a081d(0x1c0)];else{if(_0x23c72c[_0x1a081d(0x1b7)]&&_0x2dad82['CWQKk'](_0x23c72c[_0x1a081d(0x1b7)][_0x1a081d(0x1a6)],0x0))_0x2b1eae=_0x2dad82[_0x1a081d(0x18d)];else _0x2dad82[_0x1a081d(0x126)](_0x23c72c[_0x1a081d(0x221)],_0x2dad82[_0x1a081d(0xd8)])||_0x2dad82[_0x1a081d(0xce)](_0x23c72c[_0x1a081d(0x221)],_0x2dad82[_0x1a081d(0x10c)])?_0x2b1eae=_0x2dad82[_0x1a081d(0x10c)]:_0x2b1eae=_0x2dad82['BwWtj'];}const _0x53874e={..._0x46a108,[TestFrameworkConstants[_0x1a081d(0x148)]]:_0x2b1eae,[TestFrameworkConstants[_0x1a081d(0x190)]]:_0x23c72c[_0x1a081d(0x179)]||new Date()[_0x1a081d(0xaa)](),[TestFrameworkConstants[_0x1a081d(0x1e9)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x1a081d(0x1bf)]]:_0x3d12f7,[TestFrameworkConstants[_0x1a081d(0x20f)]]:[],[TestFrameworkConstants[_0x1a081d(0xef)]]:{}};if(_0x2dad82['IeVor'](_0x2b1eae,_0x2dad82[_0x1a081d(0x18d)])&&_0x23c72c[_0x1a081d(0x1b7)]){const _0x55e550=this[_0x1a081d(0x133)](_0x23c72c),_0x8d0eb=this[_0x1a081d(0x1e2)](_0x23c72c),_0x48b5b8=this[_0x1a081d(0x175)](_0x23c72c);_0x53874e[TestFrameworkConstants[_0x1a081d(0x19d)]]=_0x8d0eb,_0x53874e[TestFrameworkConstants[_0x1a081d(0x1d7)]]=_0x55e550,_0x53874e[TestFrameworkConstants[_0x1a081d(0x8b)]]=_0x48b5b8;}_0x2dad82[_0x1a081d(0xdc)](_0x23c72c[_0x1a081d(0x13a)],undefined)&&(_0x53874e[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x23c72c[_0x1a081d(0x13a)]);_0x23c72c[_0x1a081d(0x202)]&&(_0x53874e[TestFrameworkConstants[_0x1a081d(0x12a)]]=_0x23c72c[_0x1a081d(0x202)]);const _0x5e85f7=_0x110de3?_0x110de3[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{}:{},_0x111ffc=_0x110de3?_0x110de3[TestFrameworkConstants[_0x1a081d(0xad)]]:_0x436036,_0x19d8e8=_0x2dad82[_0x1a081d(0x88)](getManualUploadLogs,_0x5e85f7,_0x111ffc,_0x21bdb7);if(_0x2dad82['PIyeD'](_0x19d8e8[_0x1a081d(0x1a6)],0x0)){const _0x3147e9=_0x53874e[TestFrameworkConstants[_0x1a081d(0x20f)]]||[];_0x53874e[TestFrameworkConstants['KEY_LOGS']]=[..._0x3147e9,..._0x19d8e8];}const _0x517fc1=_0x46a108[TestFrameworkConstants['KEY_HOOKS_FINISHED']]||{},_0xae8da7=_0x46a108[TestFrameworkConstants[_0x1a081d(0xba)]]||{},_0x4aa7ec={..._0x517fc1},_0x59551e=_0x4aa7ec;Object[_0x1a081d(0xdf)](_0xae8da7)[_0x1a081d(0x96)](_0xf7b6e5=>{const _0x5b3ba7=_0x1a081d;!_0x59551e[_0xf7b6e5]&&(_0x59551e[_0xf7b6e5]=[]);const _0x4ab4bf=new Set((_0x59551e[_0xf7b6e5]||[])[_0x5b3ba7(0x1df)](_0x216399=>_0x216399[TestFrameworkConstants[_0x5b3ba7(0x212)]]||_0x216399['hook_id']));(_0xae8da7[_0xf7b6e5]||[])[_0x5b3ba7(0x96)](_0x159fc5=>{const _0xc86681=_0x5b3ba7,_0xca1df9=_0x159fc5[TestFrameworkConstants[_0xc86681(0x212)]]||_0x159fc5[_0xc86681(0xe5)];if(!_0x4ab4bf['has'](_0xca1df9)){const _0x414237={..._0x159fc5},_0x1dd1e6=_0x414237;!_0x1dd1e6[TestFrameworkConstants[_0xc86681(0x185)]]&&!_0x1dd1e6[_0xc86681(0xc0)]&&(_0x1dd1e6[TestFrameworkConstants[_0xc86681(0x185)]]=new Date()['toISOString']()),!_0x1dd1e6[TestFrameworkConstants[_0xc86681(0x15d)]]&&!_0x1dd1e6[_0xc86681(0x223)]&&(_0x1dd1e6[TestFrameworkConstants[_0xc86681(0x15d)]]=TestFrameworkConstants[_0xc86681(0x1f9)]),_0x59551e[_0xf7b6e5]['push'](_0x1dd1e6);}});});if(_0x89985f[_0x1a081d(0xc7)]){this[_0x1a081d(0x18e)](_0x89985f['originalTest']);const _0x275d78=this[_0x1a081d(0x205)](_0x89985f[_0x1a081d(0xc7)]),_0x44b0ef=this[_0x1a081d(0xc4)](_0x89985f[_0x1a081d(0xc7)]);_0x44b0ef[_0x1a081d(0x96)](_0x2550af=>{const _0x1a4d7e=_0x1a081d,_0x2c2c51=_0x275d78[_0x1a4d7e(0xbc)](_0x2550af);if(_0x2c2c51&&(_0x2dad82[_0x1a4d7e(0xd1)](_0x2c2c51['type'],_0x2dad82[_0x1a4d7e(0x1aa)])||_0x2dad82[_0x1a4d7e(0xce)](_0x2c2c51[_0x1a4d7e(0x1b2)],_0x2dad82[_0x1a4d7e(0x139)]))){const _0x57b66f=_0x2c2c51[_0x1a4d7e(0x1b2)]['toUpperCase']()[_0x1a4d7e(0x201)](_0x2dad82[_0x1a4d7e(0xf1)],_0x2dad82['oVatd']),_0x2fe066=_0x57b66f;!_0x59551e[_0x2fe066]&&(_0x59551e[_0x2fe066]=[]);const _0x2184e5=_0x59551e[_0x2fe066][_0x1a4d7e(0x165)](_0x222182=>(_0x222182[TestFrameworkConstants['KEY_HOOK_ID']]||_0x222182['hook_id'])===_0x2550af);!_0x2184e5&&_0x59551e[_0x2fe066][_0x1a4d7e(0x158)]({'key':_0x2fe066,[TestFrameworkConstants[_0x1a4d7e(0x212)]]:_0x2550af,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0x1a4d7e(0x1f9)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:new Date()[_0x1a4d7e(0xaa)](),[TestFrameworkConstants[_0x1a4d7e(0x185)]]:new Date()['toISOString'](),[TestFrameworkConstants[_0x1a4d7e(0xfa)]]:[],[TestFrameworkConstants[_0x1a4d7e(0x211)]]:_0x2c2c51[_0x1a4d7e(0x14e)]||_0x2c2c51[_0x1a4d7e(0x1b2)]+_0x1a4d7e(0xf3),[TestFrameworkConstants[_0x1a4d7e(0x1bf)]]:_0x3d12f7});}});}if(_0x23c72c['hooks']&&_0x2dad82[_0x1a081d(0x15b)](_0x23c72c[_0x1a081d(0x13b)][_0x1a081d(0x1a6)],0x0))_0x53874e[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x23c72c[_0x1a081d(0x13b)],logger['debug'](_0x2dad82['ZYqYo']);else _0x2dad82['GskDq'](Object[_0x1a081d(0xdf)](_0x59551e)[_0x1a081d(0x1a6)],0x0)&&(_0x53874e[TestFrameworkConstants['KEY_HOOKS_FINISHED']]=_0x59551e,logger['debug'](_0x1a081d(0xfb)+Object['keys'](_0x59551e)[_0x1a081d(0x1a5)](',')));const _0x5bf62a=this[_0x1a081d(0x20e)](_0x23c72c);logger['debug'](_0x1a081d(0x19c)+_0x5bf62a+_0x1a081d(0xae)+_0x21bdb7+_0x1a081d(0x1b5)+_0x2b1eae+_0x1a081d(0x1ea)+_0x23c72c[_0x1a081d(0x13a)]);_0x2dad82['IeVor'](_0x2b1eae,_0x2dad82[_0x1a081d(0x18d)])&&logger[_0x1a081d(0x216)](_0x1a081d(0x169)+_0x21bdb7+_0x1a081d(0x1b9)+_0x53874e[TestFrameworkConstants[_0x1a081d(0x19d)]]+',\x20failureReason='+_0x53874e[TestFrameworkConstants[_0x1a081d(0x1d7)]]?.['substring'](0x0,0xc8));const _0x3b8d28={};return _0x3b8d28[_0x21bdb7]=_0x53874e,_0x3b8d28;}[a71_0x276133(0xf7)](_0x19c0e5){const _0x3903dc=a71_0x276133,_0x510e8e={};_0x510e8e[_0x3903dc(0xe1)]=function(_0x58c4bb,_0x4400ca){return _0x58c4bb!==_0x4400ca;},_0x510e8e[_0x3903dc(0x125)]=function(_0x5daa7e,_0x460ab5){return _0x5daa7e!==_0x460ab5;},_0x510e8e[_0x3903dc(0x144)]=_0x3903dc(0x147);const _0x5584ca=_0x510e8e,_0x19cd43={};_0x19cd43[_0x3903dc(0x124)]=0x2,_0x19cd43[_0x3903dc(0x108)]=0x3,logger[_0x3903dc(0x216)]('[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20'+util['inspect'](_0x19c0e5,_0x19cd43));const _0x315f47=[];if(_0x19c0e5&&_0x19c0e5['parent']){let _0x34021f=_0x19c0e5[_0x3903dc(0x99)];while(_0x34021f&&_0x34021f[_0x3903dc(0x14e)]&&_0x5584ca[_0x3903dc(0xe1)](_0x34021f[_0x3903dc(0x14e)],'')&&_0x5584ca[_0x3903dc(0x125)](_0x34021f['name'],_0x5584ca[_0x3903dc(0x144)])){_0x315f47[_0x3903dc(0x158)](_0x34021f['name']),_0x34021f=_0x34021f[_0x3903dc(0x99)];}}return _0x315f47[_0x3903dc(0x199)]();}['getJestTestName'](_0x30db63){const _0x585438=a71_0x276133,_0x1069e0={};_0x1069e0[_0x585438(0x1e8)]=_0x585438(0x9b);const _0x27349d=_0x1069e0;if(_0x30db63[_0x585438(0x14e)])return _0x30db63['name'];if(_0x30db63[_0x585438(0xf9)])return _0x30db63[_0x585438(0xf9)];return _0x27349d[_0x585438(0x1e8)];}['getJestTestTags'](_0x49dc70){const _0x307507=a71_0x276133,_0x4b9fe2=[];if(_0x49dc70[_0x307507(0x177)]&&Array[_0x307507(0x218)](_0x49dc70[_0x307507(0x177)]))return _0x49dc70[_0x307507(0x177)][_0x307507(0x1df)](_0x5586fa=>_0x5586fa['startsWith']('@')?_0x5586fa['substr'](0x1):_0x5586fa);const _0x3fe39f=this[_0x307507(0x20e)](_0x49dc70),_0x4283b5=_0x3fe39f[_0x307507(0x1d0)](/@(\w+)/g);if(_0x4283b5)return _0x4283b5[_0x307507(0x1df)](_0x7e72d7=>_0x7e72d7['slice'](0x1));return _0x49dc70[_0x307507(0x1ad)]&&Array['isArray'](_0x49dc70['scopes'])&&_0x49dc70[_0x307507(0x1ad)][_0x307507(0x96)](_0x77dab5=>{const _0x10d903=_0x307507,_0x4e5510=_0x77dab5[_0x10d903(0x1d0)](/@(\w+)/g);_0x4e5510&&_0x4e5510['forEach'](_0x2459d7=>{const _0x5f3069=_0x10d903,_0x338173=_0x2459d7['slice'](0x1);!_0x4b9fe2['includes'](_0x338173)&&_0x4b9fe2[_0x5f3069(0x158)](_0x338173);});}),_0x4b9fe2;}[a71_0x276133(0x127)](_0x58caf5){const _0x390dab=a71_0x276133,_0x3bd2a5={'WYnPT':function(_0x253a32,_0x34ea6b){return _0x253a32(_0x34ea6b);},'yJBIb':_0x390dab(0x102)};if(_0x58caf5[_0x390dab(0x1f1)])return _0x58caf5[_0x390dab(0x1f1)];if(_0x58caf5[_0x390dab(0x11e)]){const _0x16f4c1=_0x3bd2a5[_0x390dab(0xac)](require,_0x3bd2a5[_0x390dab(0x16b)]);try{const _0x18393e=_0x16f4c1[_0x390dab(0x1dc)](_0x58caf5[_0x390dab(0x11e)]);if(_0x18393e[0x0]&&_0x18393e[0x0][_0x390dab(0xe9)])return _0x18393e[0x0][_0x390dab(0xe9)]();}catch(_0x5767ee){logger[_0x390dab(0x216)](_0x390dab(0x21d)+util[_0x390dab(0x219)](_0x5767ee));}}return null;}[a71_0x276133(0x133)](_0x59236c){const _0x1e5c7d=a71_0x276133,_0x2d0e90={};_0x2d0e90[_0x1e5c7d(0x1e0)]=function(_0x8171e,_0x2f7c4d){return _0x8171e>_0x2f7c4d;},_0x2d0e90[_0x1e5c7d(0x1f8)]='Unknown\x20error';const _0xd64ecd=_0x2d0e90;if(_0x59236c[_0x1e5c7d(0x1b7)]&&_0xd64ecd[_0x1e5c7d(0x1e0)](_0x59236c[_0x1e5c7d(0x1b7)][_0x1e5c7d(0x1a6)],0x0))return util[_0x1e5c7d(0x1ba)](_0x59236c[_0x1e5c7d(0x1b7)][0x0]);if(_0x59236c['failure_reason'])return _0x59236c['failure_reason'];return _0xd64ecd[_0x1e5c7d(0x1f8)];}[a71_0x276133(0x1e2)](_0x24fca2){const _0x2c693d=a71_0x276133,_0x5bd3a0={};_0x5bd3a0[_0x2c693d(0x15e)]=_0x2c693d(0x1dd),_0x5bd3a0[_0x2c693d(0x224)]=_0x2c693d(0x164),_0x5bd3a0[_0x2c693d(0x1bc)]=_0x2c693d(0xcd);const _0x1228f1=_0x5bd3a0,_0x499741=this[_0x2c693d(0x133)](_0x24fca2);if(_0x499741&&_0x499741[_0x2c693d(0x1cb)](_0x1228f1['EYuub']))return _0x1228f1['zJarW'];return _0x1228f1[_0x2c693d(0x1bc)];}[a71_0x276133(0x175)](_0xd491d5){const _0x65a5be=a71_0x276133,_0x5429e5={'OqOUu':function(_0x259051,_0x1bdaae){return _0x259051(_0x1bdaae);},'qreWl':'../../../helpers/test-observability/utils','JQoSN':function(_0x3826d0,_0xe1ceb9){return _0x3826d0!==_0xe1ceb9;},'hpEOQ':'test'},{failureData:_0x449e53}=_0x5429e5[_0x65a5be(0xed)](require,_0x5429e5['qreWl']),_0xe7f346=[];return _0x5429e5[_0x65a5be(0xa0)](_0xd491d5[_0x65a5be(0x1b7)],undefined)&&_0xe7f346[_0x65a5be(0x158)](_0xd491d5[_0x65a5be(0x1b7)],_0x5429e5[_0x65a5be(0x97)]),_0x449e53['apply'](null,_0xe7f346);}async[a71_0x276133(0x14a)](_0x306504,_0x50cef6,_0x219f2b,_0x4f0c35){const _0x445353=a71_0x276133,_0x5c2b6b={'ePwnU':_0x445353(0xb9),'iGNBc':function(_0xc63869){return _0xc63869();},'TStPf':function(_0x36a560,_0x26bdd1){return _0x36a560 in _0x26bdd1;},'dNlpc':function(_0x10362c,_0x7bed9e){return _0x10362c===_0x7bed9e;},'tFPXg':function(_0x5099c7,_0x34be49){return _0x5099c7===_0x34be49;},'VOtHd':function(_0x1006f7,_0x383013){return _0x1006f7>_0x383013;},'UREXS':_0x445353(0x16e),'wdJlx':_0x445353(0xc2),'ZJcEl':function(_0x4eb3a0,_0x2c40ee){return _0x4eb3a0>_0x2c40ee;},'POsqu':function(_0x5c4503,_0x110ce3){return _0x5c4503===_0x110ce3;},'vsrey':function(_0x18edee,_0x24ce24){return _0x18edee!==_0x24ce24;}},{hookData:_0x5848e7}=_0x4f0c35,_0xd1527e=_0x219f2b['toString'](),_0x2ffeaf=_0x50cef6[_0x445353(0x152)](),_0xb5eb9a={};_0xb5eb9a[_0x445353(0x124)]=0x2,_0xb5eb9a[_0x445353(0x108)]=0x3,logger[_0x445353(0x216)]('[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState='+_0x2ffeaf+_0x445353(0x20d)+_0xd1527e+_0x445353(0x1d3)+util['inspect'](_0x5848e7,_0xb5eb9a));if(!_0x5848e7)return logger[_0x445353(0x216)](_0x5c2b6b[_0x445353(0x193)]),{};const _0x36c778=_0x5848e7['uuid']||_0x5848e7[_0x445353(0x83)]||_0x5c2b6b[_0x445353(0x112)](uuidv4),_0x4d4218=_0x5848e7['test_run_id']||this['getJestTestIdentifier'](_0x5848e7),_0x21c0cf=_0x50cef6[_0x445353(0x152)]()['split']('.')[0x1],_0x5ec421=_0x306504[_0x445353(0x1a8)]()[_0x445353(0xbc)](_0x4d4218),_0x2eac17=_0x5ec421?_0x5ec421[TestFrameworkConstants[_0x445353(0x1bf)]]||{}:{};logger[_0x445353(0x216)](_0x445353(0xe7)+_0x36c778+_0x445353(0xae)+_0x4d4218+'\x20(testIdentifier),\x20hookType='+_0x21c0cf+_0x445353(0x20d)+_0xd1527e);if(!_0x5ec421)return logger[_0x445353(0x216)](_0x445353(0x105)+_0x4d4218+_0x445353(0xcc)),this[_0x445353(0x171)](_0x306504,_0x4d4218,_0x50cef6,_0x219f2b,_0x4f0c35),{};let _0x72de4a=_0x5ec421[TestFrameworkConstants[_0x445353(0xba)]];!_0x72de4a&&(_0x72de4a={});!_0x5c2b6b[_0x445353(0xf8)](_0x21c0cf,_0x72de4a)&&(_0x72de4a[_0x21c0cf]=[]);let _0x2c6dc1=_0x5ec421[TestFrameworkConstants[_0x445353(0x8e)]];!_0x2c6dc1&&(_0x2c6dc1={});!_0x5c2b6b[_0x445353(0xf8)](_0x21c0cf,_0x2c6dc1)&&(_0x2c6dc1[_0x21c0cf]=[]);const _0x1002e7={[TestFrameworkConstants[_0x445353(0xba)]]:_0x72de4a,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x2c6dc1},_0x3b3784={};_0x3b3784[_0x4d4218]=_0x1002e7;const _0x56f58e=_0x3b3784;if(_0x5c2b6b[_0x445353(0x16d)](_0x219f2b,HookState[_0x445353(0x1ef)])){const _0x3a3ada={'key':_0x21c0cf,[TestFrameworkConstants[_0x445353(0x212)]]:_0x36c778,[TestFrameworkConstants[_0x445353(0x15d)]]:TestFrameworkConstants[_0x445353(0x1f9)],[TestFrameworkConstants[_0x445353(0x9e)]]:_0x5848e7[_0x445353(0x15a)]||new Date()[_0x445353(0xaa)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x5848e7[_0x445353(0x14e)]||_0x5848e7[_0x445353(0xf4)]||_0x21c0cf,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:_0x2eac17};_0x72de4a[_0x21c0cf][_0x445353(0x158)](_0x3a3ada),_0x56f58e[_0x4d4218][TestFrameworkConstants[_0x445353(0xb0)]]=_0x21c0cf;const _0x49fa66={};_0x49fa66[_0x445353(0x124)]=0x2,logger[_0x445353(0x216)](_0x445353(0xb6)+_0x21c0cf+_0x445353(0x21e)+_0x36c778+',\x20testId='+_0x4d4218+_0x445353(0x21a)+util[_0x445353(0x1ba)](_0x3a3ada,_0x49fa66));}else{if(_0x5c2b6b['tFPXg'](_0x219f2b,HookState[_0x445353(0x1fb)])){const _0x95c12a=_0x5848e7['result']||(_0x5848e7[_0x445353(0x1b7)]&&_0x5c2b6b[_0x445353(0x1e6)](_0x5848e7['errorsDetailed'][_0x445353(0x1a6)],0x0)?_0x5c2b6b[_0x445353(0x17a)]:_0x5c2b6b[_0x445353(0x1e4)]),_0x5594fb=_0x72de4a[_0x21c0cf]||[];logger[_0x445353(0x216)](_0x445353(0x1a3)+_0x21c0cf+_0x445353(0xae)+_0x4d4218+_0x445353(0x204)+_0x95c12a+',\x20hooksListLength='+_0x5594fb[_0x445353(0x1a6)]);if(_0x5c2b6b[_0x445353(0x168)](_0x5594fb[_0x445353(0x1a6)],0x0)){const _0x1c6964=_0x5594fb[_0x445353(0x10d)]();_0x5c2b6b[_0x445353(0xf5)](_0x95c12a,_0x5c2b6b[_0x445353(0x17a)])&&_0x5848e7[_0x445353(0x1b7)]?(_0x1c6964[TestFrameworkConstants[_0x445353(0xf6)]]=this['getJestFailureType'](_0x5848e7),_0x1c6964[TestFrameworkConstants[_0x445353(0x189)]]=this[_0x445353(0x133)](_0x5848e7),_0x1c6964[TestFrameworkConstants[_0x445353(0xd6)]]=this[_0x445353(0x175)](_0x5848e7),logger['debug'](_0x445353(0xd7)+_0x21c0cf+_0x445353(0x1b9)+_0x1c6964[TestFrameworkConstants[_0x445353(0xf6)]]+_0x445353(0xec)+_0x1c6964[TestFrameworkConstants[_0x445353(0x189)]]?.[_0x445353(0x114)](0x0,0xc8))):_0x1c6964[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x5c2b6b[_0x445353(0x1e4)];_0x5c2b6b[_0x445353(0x159)](_0x95c12a,TestFrameworkConstants[_0x445353(0x1f9)])&&(_0x1c6964[TestFrameworkConstants[_0x445353(0x15d)]]=_0x95c12a);_0x1c6964[TestFrameworkConstants[_0x445353(0x185)]]=_0x5848e7[_0x445353(0x179)]||new Date()['toISOString'](),_0x1c6964[TestFrameworkConstants[_0x445353(0x1bf)]]=_0x2eac17;const _0x2a35ca=_0x1c6964[TestFrameworkConstants[_0x445353(0x212)]];!_0x2c6dc1[_0x21c0cf]&&(_0x2c6dc1[_0x21c0cf]=[]);_0x2c6dc1[_0x21c0cf][_0x445353(0x158)](_0x1c6964),_0x56f58e[_0x4d4218][TestFrameworkConstants[_0x445353(0x13c)]]=_0x21c0cf;const _0x41bf42={};_0x41bf42[_0x445353(0x124)]=0x2,logger['debug'](_0x445353(0xfd)+_0x21c0cf+_0x445353(0x21e)+_0x2a35ca+_0x445353(0x204)+_0x95c12a+_0x445353(0x21a)+util[_0x445353(0x1ba)](_0x1c6964,_0x41bf42));}}}const _0x30f090={};return _0x30f090[_0x445353(0x124)]=0x2,_0x30f090[_0x445353(0x108)]=0x3,logger[_0x445353(0x216)](_0x445353(0x162)+(_0x5848e7['hook_type']||_0x21c0cf)+',\x20hookId='+_0x36c778+',\x20testId='+_0x4d4218+_0x445353(0x21c)+util['inspect'](_0x56f58e,_0x30f090)),_0x56f58e;}[a71_0x276133(0x1f7)](_0xa018f4){const _0x4838c3=a71_0x276133,_0x24d281={};_0x24d281['lsraW']=_0x4838c3(0x1c9);const _0x596a01=_0x24d281;try{const _0xa049c3=_0xa018f4[_0x4838c3(0x85)]?this[_0x4838c3(0x149)](_0xa018f4['test']):_0xa018f4[_0x4838c3(0x16f)][_0x4838c3(0x95)],_0x4b0956=_0xa018f4[_0x4838c3(0x1c4)],_0x24dd30=_0x4b0956[_0x4838c3(0xd5)](),_0x340492=_0x4b0956['getAllData']()[_0x4838c3(0xbc)](_0xa049c3);if(!_0x340492)return logger[_0x4838c3(0x216)](_0x4838c3(0xc9)+_0xa049c3),{};const {[TestFrameworkConstants[_0x4838c3(0x1a2)]]:_0x22e6b2='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x113efc='',[TestFrameworkConstants[_0x4838c3(0xbb)]]:_0x22d35b='',[TestFrameworkConstants[_0x4838c3(0x190)]]:_0xd3d2dd=''}=_0x340492,_0x36921b=_0x4b0956[_0x4838c3(0x14d)]()[_0x4838c3(0x152)]()['split']('.')[0x1],_0x33fc61=_0x4b0956[_0x4838c3(0x1c7)]()[_0x4838c3(0x152)]()['split']('.')[0x1],_0x3ea6ee=global?.[_0x4838c3(0x19a)]?.['workerInfo']?.[_0x4838c3(0xe3)],_0x14c976=_0x4b0956['getRef'](),_0x1097e5=Buffer[_0x4838c3(0x117)](JSON['stringify'](_0x340492))[_0x4838c3(0x152)](_0x596a01[_0x4838c3(0x161)]),_0x32bb9a={'hash':_0x24dd30[_0x4838c3(0x1a7)](),'threadId':_0x24dd30[_0x4838c3(0x21b)]()[_0x4838c3(0x152)](),'processId':_0x24dd30['getProcessId']()[_0x4838c3(0x152)]()},_0x12439b={};_0x12439b[_0x4838c3(0x1d4)]=_0x3ea6ee,_0x12439b[_0x4838c3(0x10f)]=_0x22e6b2,_0x12439b['testFrameworkVersion']=_0x113efc,_0x12439b['testFrameworkState']=_0x36921b,_0x12439b['hookState']=_0x33fc61,_0x12439b[_0x4838c3(0xde)]=_0x22d35b,_0x12439b[_0x4838c3(0x109)]=_0xd3d2dd,_0x12439b[_0x4838c3(0x20b)]=_0x14c976,_0x12439b[_0x4838c3(0x132)]=_0x1097e5,_0x12439b[_0x4838c3(0xaf)]=_0x32bb9a,_0x12439b[_0x4838c3(0x116)]=_0xa049c3;const _0x537368=_0x12439b;return _0x537368;}catch(_0x25745a){return logger[_0x4838c3(0x192)](_0x4838c3(0x135)+util[_0x4838c3(0x219)](_0x25745a)),{};}}async['sendLogCreatedEvent'](_0x133b72,_0x9e989f,_0x3dd3f1){const _0x529679=a71_0x276133,_0x5a2773={'QRlZx':function(_0x87ae06,_0x22fff9){return _0x87ae06+_0x22fff9;},'NytKa':'missing','nymlV':_0x529679(0x20c),'xZqvW':function(_0xfbaf1,_0x132cdb){return _0xfbaf1>_0x132cdb;},'BhUXC':function(_0x310080,_0x4a2bb8,_0x128f1e,_0xa50bc3){return _0x310080(_0x4a2bb8,_0x128f1e,_0xa50bc3);},'fRecG':function(_0x2a7b41,_0x1d3f42){return _0x2a7b41-_0x1d3f42;},'tndOq':function(_0x50d02a,_0x36545c){return _0x50d02a===_0x36545c;},'FYPSG':function(_0x163444,_0xd4ea8e){return _0x163444/_0xd4ea8e;},'QYLPm':function(_0x36929c,_0x154bab){return _0x36929c<_0x154bab;},'UPGHW':function(_0x25d8fb,_0x5ca09a){return _0x25d8fb*_0x5ca09a;},'eBERF':function(_0x35543c,_0x198923){return _0x35543c+_0x198923;},'nqRsP':function(_0x538151,_0x3664c9){return _0x538151>_0x3664c9;}};try{const _0x1abde8=_0x3dd3f1[_0x529679(0x1f0)]||_0x3dd3f1[_0x529679(0x123)],_0x16571d=Array[_0x529679(0x117)](_0x133b72[_0x529679(0x1a8)]()[_0x529679(0xdf)]()),_0x573b71=_0x133b72[_0x529679(0x1a8)]()['get'](_0x1abde8);if(!_0x573b71){logger[_0x529679(0x216)](_0x529679(0xea)+_0x1abde8);return;}const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x3c15fb='',[TestFrameworkConstants[_0x529679(0x145)]]:_0xe83c4e=''}=_0x573b71;let _0x455d87=[];if(_0x573b71&&_0x573b71[TestFrameworkConstants['KEY_LOGS']]&&Array['isArray'](_0x573b71[TestFrameworkConstants[_0x529679(0x20f)]])){_0x455d87=_0x573b71[TestFrameworkConstants[_0x529679(0x20f)]]||[],logger[_0x529679(0x216)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20'+_0x455d87[_0x529679(0x1a6)]+_0x529679(0x1b1)+_0x1abde8);const _0x49cb87={[TestFrameworkConstants['KEY_LOGS']]:[]},_0x472b21={};_0x472b21[_0x1abde8]=_0x49cb87,_0x133b72[_0x529679(0x180)](_0x472b21),logger[_0x529679(0x216)](_0x529679(0x115)+_0x1abde8);}else logger[_0x529679(0x216)](_0x529679(0xe4)+_0x1abde8);logger[_0x529679(0x216)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20'+_0x455d87[_0x529679(0x1a6)]+'\x20for\x20testId:\x20'+_0x1abde8);const _0x8de516=_0x455d87[_0x529679(0x17f)](_0x1a5ffd=>_0x1a5ffd[_0x529679(0x111)]===_0x529679(0x1b6));_0x5a2773[_0x529679(0x1fd)](_0x8de516[_0x529679(0x1a6)],0x0)&&(logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20'+_0x8de516[_0x529679(0x1a6)]+_0x529679(0x150)+_0x1abde8),_0x8de516['forEach']((_0x38aba9,_0x34510b)=>{const _0x2734a3=_0x529679;logger[_0x2734a3(0x216)](_0x2734a3(0xc3)+_0x5a2773['QRlZx'](_0x34510b,0x1)+'/'+_0x8de516[_0x2734a3(0x1a6)]+_0x2734a3(0xa5)+(_0x38aba9[_0x2734a3(0x116)]||_0x5a2773['NytKa'])+_0x2734a3(0x129)+(_0x38aba9[_0x2734a3(0x8a)]||_0x5a2773[_0x2734a3(0x122)])+_0x2734a3(0x1e3)+(_0x38aba9[_0x2734a3(0x110)]||_0x5a2773[_0x2734a3(0x12e)])+_0x2734a3(0x1f6)+(_0x38aba9[_0x2734a3(0x206)]?.[_0x2734a3(0x1a6)]||0x0));}));const _0x318a5f=_0x573b71[TestFrameworkConstants[_0x529679(0x128)]]||{},_0x57ed88=_0x5a2773['BhUXC'](getMediaArtifactsLogs,_0x318a5f,null,_0x1abde8),_0xdbfa15=(_0x455d87||[])[_0x529679(0x13e)](_0x57ed88||[]),_0x55ee07=_0x8de516?.['length']||0x0,_0x3d74b6=_0x5a2773[_0x529679(0x1bb)](_0x455d87?.[_0x529679(0x1a6)]||0x0,_0x55ee07);logger[_0x529679(0x216)](_0x529679(0x84)+_0x1abde8+_0x529679(0xe8)+_0x3d74b6+_0x529679(0x14c)+_0x55ee07+',\x20attachmentLogs:\x20'+(_0x57ed88?.[_0x529679(0x1a6)]||0x0)+_0x529679(0xa6)+_0xdbfa15[_0x529679(0x1a6)]);if(!_0xdbfa15||_0x5a2773[_0x529679(0x183)](_0xdbfa15['length'],0x0)){logger[_0x529679(0x216)](_0x529679(0xb2)+_0x1abde8);return;}const _0x2a88a3=0x28,_0x3861e3=Math[_0x529679(0x214)](_0x5a2773['FYPSG'](_0xdbfa15[_0x529679(0x1a6)],_0x2a88a3));for(let _0x4ebdf1=0x0;_0x5a2773[_0x529679(0x155)](_0x4ebdf1,_0x3861e3);_0x4ebdf1++){const _0x13502e=_0x5a2773[_0x529679(0xa2)](_0x4ebdf1,_0x2a88a3),_0x2019fe=_0x5a2773[_0x529679(0x186)](_0x13502e,_0x2a88a3),_0x35e85d=_0xdbfa15[_0x529679(0x208)](_0x13502e,_0x2019fe),_0x33b5b0=global?.['__workerDetails']?.[_0x529679(0x9f)]?.['parallelIndex']||0x0,_0xca6dd5={'platformIndex':_0x33b5b0,'logs':_0x35e85d,'testFrameworkName':_0x3c15fb,'testFrameworkVersion':_0xe83c4e,'testFrameworkState':_0x9e989f[_0x529679(0x152)]()[_0x529679(0x215)]('.')[0x1]},_0x496073={};_0x496073[_0x529679(0x124)]=0x3,_0x496073[_0x529679(0x108)]=0x5,logger[_0x529679(0x216)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x5a2773['QRlZx'](_0x4ebdf1,0x1)+'/'+_0x3861e3+_0x529679(0x1eb)+_0x1abde8+_0x529679(0x207)+_0x35e85d['length']+_0x529679(0x196)+_0x33b5b0+_0x529679(0xe0)+util[_0x529679(0x1ba)](_0xca6dd5,_0x496073));const _0x1d1bee=await GrpcClient[_0x529679(0xeb)]()[_0x529679(0x188)](_0xca6dd5);logger['debug'](_0x529679(0x21f)+_0x5a2773['eBERF'](_0x4ebdf1,0x1)+'/'+_0x3861e3+_0x529679(0x1eb)+_0x1abde8+_0x529679(0xbd)+util[_0x529679(0x1ba)](_0x1d1bee));}if(_0x57ed88&&_0x5a2773[_0x529679(0x1d5)](_0x57ed88['length'],0x0)&&_0x573b71[TestFrameworkConstants[_0x529679(0x128)]]){const _0x42fa9b={[TestFrameworkConstants[_0x529679(0x128)]]:{}},_0x4184e0={};_0x4184e0[_0x1abde8]=_0x42fa9b,_0x133b72[_0x529679(0x180)](_0x4184e0);}logger[_0x529679(0x216)](_0x529679(0x10a)+_0x1abde8+_0x529679(0x210)+_0x3861e3);}catch(_0x101b5d){logger[_0x529679(0x192)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20'+(_0x3dd3f1[_0x529679(0x1f0)]||_0x3dd3f1[_0x529679(0x123)])+_0x529679(0xa4)+util[_0x529679(0x219)](_0x101b5d));}}[a71_0x276133(0x171)](_0x406cd3,_0x55041f,_0xdf0573,_0x16e459,_0x12b11b){const _0x1f6970=a71_0x276133,_0x2bcaa4={};_0x2bcaa4[_0x1f6970(0xa9)]=function(_0x508ec6,_0x15c1b2){return _0x508ec6===_0x15c1b2;},_0x2bcaa4[_0x1f6970(0x198)]=_0x1f6970(0x1e7);const _0x4fef46=_0x2bcaa4,{hookData:_0x1160c8}=_0x12b11b,_0x13558f={'testId':_0x55041f,'testFrameworkState':_0xdf0573,'hookState':_0x16e459,'args':_0x12b11b,'timestamp':new Date()['toISOString']()};if(_0x4fef46[_0x1f6970(0xa9)](_0xdf0573,TestFrameworkState[_0x1f6970(0xa8)])&&_0x1160c8){const _0x50c2b8={};_0x50c2b8[_0x1f6970(0x187)]=_0x1160c8[_0x1f6970(0x1f1)]||_0x1160c8[_0x1f6970(0x136)],_0x50c2b8[_0x1f6970(0x8c)]=_0x1160c8[_0x1f6970(0x8c)]||_0x1160c8[_0x1f6970(0x1ad)]&&_0x1160c8[_0x1f6970(0x1ad)][0x0]||'',_0x50c2b8[_0x1f6970(0x11d)]=_0x4fef46[_0x1f6970(0x198)],_0x13558f['hookMetadata']=_0x50c2b8,logger[_0x1f6970(0x216)](_0x1f6970(0xf0)+_0x55041f+_0x1f6970(0x174)+_0x13558f[_0x1f6970(0x11f)][_0x1f6970(0x187)]+',\x20scope:\x20'+_0x13558f[_0x1f6970(0x11f)][_0x1f6970(0x8c)]);}_0x406cd3[_0x1f6970(0x1f5)](_0x55041f,_0x13558f),logger[_0x1f6970(0x216)](_0x1f6970(0x191)+_0x55041f+_0x1f6970(0x1a9)+_0xdf0573+',\x20hookState:\x20'+_0x16e459);}async['processPendingHooks'](_0x403e79,_0x24ff02){const _0x45e36e=a71_0x276133,_0x2e37ad={};_0x2e37ad[_0x45e36e(0xab)]=function(_0x4fa898,_0x3094be){return _0x4fa898>_0x3094be;},_0x2e37ad['LCKQl']='[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20${testFilePath},\x20scope:\x20${testScope}',_0x2e37ad[_0x45e36e(0x1c8)]=function(_0x2e736e,_0x55815a){return _0x2e736e===_0x55815a;},_0x2e37ad['jSWgk']=function(_0x36b75,_0x29682b){return _0x36b75===_0x29682b;},_0x2e37ad[_0x45e36e(0x11a)]=_0x45e36e(0x20a),_0x2e37ad[_0x45e36e(0x12b)]=_0x45e36e(0x1f3);const _0x4297d0=_0x2e37ad;if(_0x403e79[_0x45e36e(0xda)](_0x24ff02)){const _0x4192e1=_0x403e79[_0x45e36e(0x10e)](_0x24ff02);logger['debug'](_0x45e36e(0x1cf)+_0x4192e1[_0x45e36e(0x1a6)]+'\x20pending\x20hooks\x20for\x20testId:\x20'+_0x24ff02);for(const _0x51b620 of _0x4192e1){try{const _0x27b367=await this[_0x45e36e(0x14a)](_0x403e79,_0x51b620[_0x45e36e(0x1bd)],_0x51b620[_0x45e36e(0xa3)],_0x51b620['args']);_0x27b367&&_0x4297d0['AGXtL'](Object[_0x45e36e(0xdf)](_0x27b367)['length'],0x0)&&_0x403e79[_0x45e36e(0x180)](_0x27b367),await this[_0x45e36e(0x178)](_0x403e79,_0x51b620['testFrameworkState'],_0x51b620[_0x45e36e(0xa3)],_0x51b620[_0x45e36e(0x157)]);}catch(_0x21e9b2){logger[_0x45e36e(0x192)](_0x45e36e(0x17c)+_0x24ff02+',\x20error:\x20'+_0x21e9b2);}}_0x403e79[_0x45e36e(0x217)](_0x24ff02),logger[_0x45e36e(0x216)](_0x45e36e(0xa7)+_0x24ff02);}const _0x1ba860=_0x403e79['getAllData']()[_0x45e36e(0xbc)](_0x24ff02);if(_0x1ba860){const _0x59cbfa=_0x1ba860[TestFrameworkConstants[_0x45e36e(0xc8)]]||_0x1ba860[TestFrameworkConstants[_0x45e36e(0x1d1)]],_0x4b6226=_0x1ba860[TestFrameworkConstants[_0x45e36e(0xe2)]]||_0x1ba860[TestFrameworkConstants['KEY_TEST_SCOPES']]&&_0x1ba860[TestFrameworkConstants['KEY_TEST_SCOPES']][0x0]||'';logger[_0x45e36e(0x216)](_0x4297d0[_0x45e36e(0x14b)]);const _0xdf7381=_0x403e79[_0x45e36e(0xd2)]();for(const _0x424500 of _0xdf7381){if(_0x4297d0[_0x45e36e(0x1c8)](_0x424500,_0x24ff02))continue;if(_0x403e79[_0x45e36e(0xda)](_0x424500)){const _0x5876fc=_0x403e79['getPendingHooks'](_0x424500);for(const _0x4101be of _0x5876fc){if(_0x4297d0[_0x45e36e(0x156)](_0x4101be[_0x45e36e(0x1bd)],TestFrameworkState['BEFORE_ALL'])&&_0x4101be['hookMetadata']){const _0x287fbd=_0x4101be[_0x45e36e(0x11f)][_0x45e36e(0x187)],_0x3e6778=_0x4101be[_0x45e36e(0x11f)][_0x45e36e(0x8c)];if(_0x4297d0[_0x45e36e(0x1c8)](_0x287fbd,_0x59cbfa)&&_0x4297d0[_0x45e36e(0x1c8)](_0x3e6778,_0x4b6226)){logger[_0x45e36e(0x216)](_0x45e36e(0x170)+_0x424500+_0x45e36e(0xd0)+_0x24ff02+_0x45e36e(0x174)+_0x287fbd+',\x20scope:\x20'+_0x3e6778);_0x4101be[_0x45e36e(0x157)]&&_0x4101be[_0x45e36e(0x157)]['hookData']&&(_0x4101be[_0x45e36e(0x157)][_0x45e36e(0x16f)][_0x45e36e(0x95)]=_0x24ff02,logger[_0x45e36e(0x216)](_0x45e36e(0x9c)+_0x424500+_0x45e36e(0x1ec)+_0x24ff02));try{const _0x273292=await this[_0x45e36e(0x14a)](_0x403e79,_0x4101be[_0x45e36e(0x1bd)],_0x4101be[_0x45e36e(0xa3)],_0x4101be[_0x45e36e(0x157)]);_0x273292&&_0x4297d0[_0x45e36e(0xab)](Object[_0x45e36e(0xdf)](_0x273292)['length'],0x0)&&_0x403e79[_0x45e36e(0x180)](_0x273292);await this[_0x45e36e(0x178)](_0x403e79,_0x4101be['testFrameworkState'],_0x4101be[_0x45e36e(0xa3)],_0x4101be['args']);const _0x5ad760=_0x403e79[_0x45e36e(0x10e)](_0x424500)[_0x45e36e(0x17f)](_0x111601=>_0x111601!==_0x4101be);if(_0x4297d0[_0x45e36e(0x1c8)](_0x5ad760['length'],0x0))_0x403e79['removePendingHooks'](_0x424500);else{_0x403e79[_0x45e36e(0x217)](_0x424500);for(const _0x1a9e68 of _0x5ad760){_0x403e79[_0x45e36e(0x1f5)](_0x424500,_0x1a9e68);}}logger[_0x45e36e(0x216)](_0x4297d0['OByGV']);}catch(_0x3ba8d9){logger[_0x45e36e(0x192)](_0x4297d0[_0x45e36e(0x12b)]);}}}}}}}}[a71_0x276133(0x18e)](_0x3a3ce0){const _0x5ea30d=a71_0x276133,_0xcede03={'sZqhP':function(_0x34105e){return _0x34105e();}};if(!_0x3a3ce0||!_0x3a3ce0['parent'])return;_0x3a3ce0['parent'][_0x5ea30d(0x13b)]&&Array[_0x5ea30d(0x218)](_0x3a3ce0[_0x5ea30d(0x99)][_0x5ea30d(0x13b)])&&_0x3a3ce0[_0x5ea30d(0x99)][_0x5ea30d(0x13b)]['forEach'](_0x528445=>{const _0x41d148=_0x5ea30d;!_0x528445['hookAnalyticsId']&&!_0x528445[_0x41d148(0x140)]&&(_0x528445[_0x41d148(0x83)]=_0xcede03[_0x41d148(0x15c)](uuidv4),_0x528445[_0x41d148(0x140)]=_0x528445[_0x41d148(0x83)],logger[_0x41d148(0x216)](_0x41d148(0x19b)+_0x528445[_0x41d148(0x1b2)]+_0x41d148(0xc1)+_0x528445['hookAnalyticsId']));}),this['mapTestHooks'](_0x3a3ce0['parent']);}['getHooksForTest'](_0x4735c5){const _0x50c04a=a71_0x276133,_0x15fbd2={'RdtWV':function(_0x3294e7,_0x4c81c2){return _0x3294e7(_0x4c81c2);}};if(!_0x4735c5||!_0x4735c5['parent'])return[];const _0x245c76=[];return _0x4735c5[_0x50c04a(0x99)]['hooks']&&Array['isArray'](_0x4735c5[_0x50c04a(0x99)][_0x50c04a(0x13b)])&&_0x4735c5[_0x50c04a(0x99)][_0x50c04a(0x13b)][_0x50c04a(0x96)](_0x327038=>{const _0x1d197f=_0x50c04a,_0x242530=_0x327038[_0x1d197f(0x83)]||_0x327038[_0x1d197f(0x140)];_0x242530&&!this[_0x1d197f(0x173)](_0x327038)&&!_0x15fbd2[_0x1d197f(0x130)](isInternalHook,_0x327038['fn'])&&_0x245c76[_0x1d197f(0x158)](_0x242530);}),[..._0x245c76,...this[_0x50c04a(0xc4)](_0x4735c5['parent'])];}['buildHookMapFromTest'](_0x222f68){const _0x4f19de=a71_0x276133,_0x475afb={'aNxPp':function(_0x86a4e0,_0x50d1e4){return _0x86a4e0(_0x50d1e4);},'RqLzt':_0x4f19de(0x12c)},_0x545eb4=new Map(),_0x49bb46=_0x576869=>{const _0x4b24da=_0x4f19de;if(!_0x576869||!_0x576869[_0x4b24da(0x99)])return;_0x576869['parent']['hooks']&&Array[_0x4b24da(0x218)](_0x576869['parent']['hooks'])&&_0x576869[_0x4b24da(0x99)][_0x4b24da(0x13b)][_0x4b24da(0x96)](_0x31377d=>{const _0xfa0791=_0x4b24da,_0x34dcfe=_0x31377d[_0xfa0791(0x83)]||_0x31377d[_0xfa0791(0x140)];if(_0x34dcfe&&!this[_0xfa0791(0x173)](_0x31377d)&&!_0x475afb[_0xfa0791(0x220)](isInternalHook,_0x31377d['fn'])){const _0x4e4dec={};_0x4e4dec[_0xfa0791(0x1b2)]=_0x31377d[_0xfa0791(0x1b2)]||_0x475afb[_0xfa0791(0x1cd)],_0x4e4dec[_0xfa0791(0x14e)]=_0x31377d[_0xfa0791(0x14e)]||'\x22'+_0x31377d['type']+'\x22\x20hook',_0x545eb4[_0xfa0791(0x141)](_0x34dcfe,_0x4e4dec);}}),_0x475afb[_0x4b24da(0x220)](_0x49bb46,_0x576869['parent']);};return _0x475afb['aNxPp'](_0x49bb46,_0x222f68),_0x545eb4;}['isJestInternalHook'](_0x2b6184){const _0x467648=a71_0x276133,_0x24ba46={};_0x24ba46[_0x467648(0x19f)]=_0x467648(0x1d2),_0x24ba46[_0x467648(0xb1)]=_0x467648(0x18c);const _0x3737ff=_0x24ba46;try{const _0x1482b3=this[_0x467648(0x18b)](_0x2b6184);return _0x1482b3&&_0x1482b3[_0x467648(0x1cb)](_0x3737ff[_0x467648(0x19f)]);}catch(_0x2fd4c0){logger[_0x467648(0x216)](_0x3737ff['QGyNb']);}return![];}['getRootParentFile'](_0x1ed616){const _0x59e798=a71_0x276133;if(_0x1ed616[_0x59e798(0x11e)])try{const _0x32f03e=stackTrace[_0x59e798(0x1dc)](_0x1ed616['asyncError']);return _0x32f03e[0x0]?_0x32f03e[0x0][_0x59e798(0xe9)]():null;}catch(_0x1a1b72){logger[_0x59e798(0x216)](_0x59e798(0xd4)+util['format'](_0x1a1b72));}if(_0x1ed616['file'])return _0x1ed616['file'];return null;}}module['exports']=JestTestFramework;function a71_0x5e47(){const _0x444332=['eventJson','getJestFailureReason','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','Error\x20in\x20createTestFrameworkEventPayload:\x20','location','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','IHMqW','duration','hooks','KEY_HOOK_LAST_FINISHED','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','concat','IKoIg','hookUUID','set','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=',',\x20remainingHooks=','bgIFJ','KEY_TEST_FRAMEWORK_VERSION','HKyie','ROOT_DESCRIBE_BLOCK','KEY_TEST_RESULT','getJestTestIdentifier','trackHookEvent','LCKQl',',\x20screenshotLogs:\x20','getCurrentTestState','name','XEMlB','\x20screenshot\x20logs\x20for\x20testId:\x20','setTrackedInstance','toString',',\x20version=','createContext','QYLPm','jSWgk','args','push','vsrey','started_at','CWQKk','sZqhP','KEY_HOOK_RESULT','EYuub','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','activeHooks','lsraW','[JestTestFramework]\x20trackHookEvent:\x20SUCCESS\x20-\x20hookType=',',\x20hookType=','AssertionError','find','../TestInfo.js','\x22\x20from\x20testData','ZJcEl','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','HUEgi','yJBIb','./testFramework','dNlpc','failed','hookData','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','storePendingHook','JestTestFramework','isJestInternalHook',',\x20filePath:\x20','getJestFailureData','DEFAULT_TEST_RESULT','tags','runHooks','finished_at','UREXS','getActiveHook','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','delete','DNTTl','filter','addMultipleEntries','KEY_TEST_LOGS','\x20attachments','tndOq','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','KEY_EVENT_ENDED_AT','QRlZx','filePath','logCreatedEvent','KEY_HOOK_FAILURE_REASON','warn','getRootParentFile','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}','HLQpv','mapTestHooks','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','KEY_TEST_ENDED_AT','Stored\x20pending\x20hook\x20for\x20testId:\x20','error','ePwnU','gsiCL','KEY_TEST_TAGS',',\x20platformIndex:\x20','../grpcClient','SsZzY','reverse','__workerDetails','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','KEY_TEST_FAILURE_TYPE','KEY_TEST_ID','NPtPZ','removeActiveHook','\x20&\x20hookState=','KEY_TEST_FRAMEWORK_NAME','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=',',\x20testFramework=','join','length','getId','getAllData',',\x20state:\x20','iFqDZ','../state/hookState.js','4EoVXkM','scopes','matchHookRegex','DLfUZ','resolveInstance','\x20logs\x20for\x20testId:\x20','type',',\x20exception=','\x20files','\x20(testIdentifier),\x20result=','TEST_SCREENSHOT','errorsDetailed','BKIGR',',\x20failureType=','inspect','fRecG','ZEOOB','testFrameworkState','TEST','KEY_CUSTOM_TAGS','result','util','getCurrentInstanceName','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','instance','1139301YLKlQj','24UzwMfA','getCurrentHookState','IUZpN','base64','sgKwt','includes','sendLogCreatedEvent','RqLzt','44inSmvX','Processing\x20','match','KEY_TEST_LOCATION','jest-circus',',\x20hookData=','platformIndex','nqRsP',':testAnalyticsId','KEY_TEST_FAILURE_REASON','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','lTVHV','HrfRL',',\x20totalHooks=','parse','Assert',',\x20argsKeys=','map','bZftJ','parseJestTest','getJestFailureType',',\x20hook_run_uuid=','wdJlx','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','VOtHd','beforeAll','abhKS','KEY_TEST_RESULT_AT',',\x20duration=','\x20-\x20testId:\x20','\x20to\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','XCmBK','PRE','testUUID','file_name','7763064tWPaKn','Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20${testId},\x20error:\x20${error}','stringify','addPendingHook',',\x20messageLength=','createTestFrameworkEventPayload','ueTTA','DEFAULT_HOOK_RESULT',',\x20filePath=','POST','parseJestTestResult','xZqvW','getTrackedInstance','skip','[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState=','replace','retryOf','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback',',\x20result=','buildHookMapFromTest','message',',\x20logsInBatch:\x20','slice','afterAll','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','uuid','none',',\x20hookState=','getJestTestName','KEY_LOGS',',\x20totalBatches:\x20','KEY_HOOK_NAME','KEY_HOOK_ID','60hfDnzv','ceil','split','debug','removePendingHooks','isArray','format',',\x20hook=','getThreadId',',\x20updates=','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20',',\x20hookId=','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','aNxPp','status','splice','hook_result','zJarW','hookAnalyticsId','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','test','../instances/testFrameworkInstance.js','has','PysKD','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','test_run_uuid','KEY_TEST_FAILURE','scope','QEzQW','KEY_HOOKS_FINISHED','../cliUtils.js','763743VLlHtX','trackJestInstance','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','findIndex','../../../helpers/test-observability/utils','test_run_id','forEach','hpEOQ','KEY_TEST_NAME','parent','KEY_TEST_CODE','Unknown\x20Test','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','KEY_EVENT_STARTED_AT','workerInfo','JQoSN','processPendingHooks','UPGHW','hookState',',\x20error:\x20','\x20-\x20test_identifier=',',\x20totalLogs:\x20','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','BEFORE_ALL','ExgRM','toISOString','AGXtL','WYnPT','KEY_TEST_UUID',',\x20testId=','executionContext','KEY_HOOK_LAST_STARTED','QGyNb','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','CaVmU','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','getTestFrameworksVersions','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','KEY_HOOKS_STARTED','KEY_TEST_STARTED_AT','get',',\x20response=','getTestFrameworks','../state/testFrameworkState.js','event_ended_at',',\x20hookUUID=','passed','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','getHooksForTest','LOG_REPORT','60571GSgmvb','originalTest','KEY_TEST_FILE_PATH','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','1318gtuGyx','yuUWP',',\x20storing\x20as\x20pending\x20hook','UnhandledError','xvXmd','pid',',\x20currentTestId:\x20','IeVor','getAllPendingHookTestIds','trackEvent','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','getContext','KEY_HOOK_FAILURE','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType=','ZBbaZ','lXjvv','hasPendingHooks','ALL','THYMQ','KEY_TEST_RERUN_NAME','startedAt','keys',',\x20payload:\x20','Qdexr','KEY_TEST_SCOPE','parallelIndex','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','hook_id',',\x20contextId=','[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId=',',\x20consoleLogs:\x20','getFileName','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','getInstance',',\x20failureReason=','OqOUu','mYWLD','KEY_TEST_META','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','foiiT','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','\x20hook','hook_type','POsqu','KEY_HOOK_FAILURE_TYPE','getJestTestScopes','TStPf','title','KEY_HOOK_LOGS','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','3334780eBBwvI','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','skipped','2746584qXltAl','jHiUh','KEY_AUTOMATE_SESSION_NAME','stack-trace','../instances/trackedInstance.js','qabFq','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20',',\x20state=','1969RFBrCB','maxArrayLength','endedAt','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','TWXHp','pop','getPendingHooks','testFrameworkName','hook_run_uuid','kind','iGNBc','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','substring','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','test_identifier','from','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','OByGV','trackJestInstance:\x20instance\x20already\x20exists',',\x20scopes=','hookType','asyncError','hookMetadata','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','testData','NytKa','testId','depth','zbUiP','HQMaD','getJestTestFilePath','KEY_TEST_ATTACHMENTS',',\x20test_run_uuid=','KEY_TEST_RETRY_OF','zeoew','unknown','getJestTestTags','nymlV','NONE','RdtWV','wWhUf'];a71_0x5e47=function(){return _0x444332;};return a71_0x5e47();}
1
+ const a71_0x2db90d=a71_0x59f8;(function(_0x23a474,_0x2d23b2){const _0x4b108b=a71_0x59f8,_0x1a18ff=_0x23a474();while(!![]){try{const _0x45682c=parseInt(_0x4b108b(0x287))/0x1+-parseInt(_0x4b108b(0x267))/0x2*(parseInt(_0x4b108b(0x2b3))/0x3)+parseInt(_0x4b108b(0x26f))/0x4*(-parseInt(_0x4b108b(0x1bb))/0x5)+parseInt(_0x4b108b(0x22e))/0x6*(parseInt(_0x4b108b(0x266))/0x7)+-parseInt(_0x4b108b(0x23a))/0x8+parseInt(_0x4b108b(0x269))/0x9+-parseInt(_0x4b108b(0x2e2))/0xa*(-parseInt(_0x4b108b(0x245))/0xb);if(_0x45682c===_0x2d23b2)break;else _0x1a18ff['push'](_0x1a18ff['shift']());}catch(_0xf20cf7){_0x1a18ff['push'](_0x1a18ff['shift']());}}}(a71_0x4b98,0x1fbf7));const TestFramework=require(a71_0x2db90d(0x221)),TestFrameworkState=require(a71_0x2db90d(0x312)),HookState=require(a71_0x2db90d(0x2cf)),{createClassLogger}=require(a71_0x2db90d(0x263)),TestFrameworkInstance=require(a71_0x2db90d(0x2cc)),CLIUtils=require(a71_0x2db90d(0x1de)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a71_0x2db90d(0x1ba)),{getManualUploadLogs,getMediaArtifactsLogs}=require('../../../helpers/helper.js'),{isInternalHook}=require(a71_0x2db90d(0x2f8)),logger=createClassLogger(a71_0x2db90d(0x2f4)),{v4:uuidv4}=require(a71_0x2db90d(0x27a)),util=require(a71_0x2db90d(0x310)),TestInfo=require('../TestInfo.js'),GrpcClient=require(a71_0x2db90d(0x258)),stackTrace=require(a71_0x2db90d(0x316));class JestTestFramework extends TestFramework{constructor(_0x51e7a6,_0x577cae,_0x29798d){const _0x179177=a71_0x2db90d;super(_0x51e7a6,_0x577cae,_0x29798d),this[_0x179177(0x2d1)]=new Map();}[a71_0x2db90d(0x1fa)](_0x201f00,_0x786c,_0x30abe3){const _0x1635c3=a71_0x2db90d,_0x282e8b={};_0x282e8b[_0x1635c3(0x255)]=function(_0xfc0e95,_0x295ef3){return _0xfc0e95||_0x295ef3;};const _0x22e6f0=_0x282e8b;if(_0x22e6f0['CYLbb'](!_0x201f00,!_0x786c)){logger[_0x1635c3(0x18c)]('[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier='+_0x201f00+',\x20hookUUID='+_0x786c);return;}!this['activeHooks'][_0x1635c3(0x250)](_0x201f00)&&this[_0x1635c3(0x2d1)][_0x1635c3(0x1b6)](_0x201f00,[]);const _0x3a4071={'hookUUID':_0x786c,'hookType':_0x30abe3,'startedAt':new Date()[_0x1635c3(0x1d3)]()};this[_0x1635c3(0x2d1)]['get'](_0x201f00)['push'](_0x3a4071),logger[_0x1635c3(0x2bd)](_0x1635c3(0x2aa)+_0x201f00+_0x1635c3(0x2f3)+_0x786c+_0x1635c3(0x243)+_0x30abe3+_0x1635c3(0x1c0)+this[_0x1635c3(0x2d1)][_0x1635c3(0x2d3)](_0x201f00)[_0x1635c3(0x1bd)]);}['removeActiveHook'](_0x504efd,_0x1d440a){const _0x351b0e=a71_0x2db90d,_0x1408fc={};_0x1408fc[_0x351b0e(0x311)]=function(_0x2e76d2,_0x4abaed){return _0x2e76d2||_0x4abaed;},_0x1408fc[_0x351b0e(0x197)]=function(_0x270ec5,_0xe8676e){return _0x270ec5!==_0xe8676e;},_0x1408fc[_0x351b0e(0x225)]=function(_0x23e504,_0x4b79f1){return _0x23e504===_0x4b79f1;};const _0x42dbb2=_0x1408fc;if(_0x42dbb2[_0x351b0e(0x311)](!_0x504efd,!_0x1d440a)){logger[_0x351b0e(0x18c)](_0x351b0e(0x23b)+_0x504efd+_0x351b0e(0x2f3)+_0x1d440a);return;}if(this[_0x351b0e(0x2d1)][_0x351b0e(0x250)](_0x504efd)){const _0xe128c6=this['activeHooks'][_0x351b0e(0x2d3)](_0x504efd),_0x4281ba=_0xe128c6[_0x351b0e(0x1f3)](_0x532d7f=>_0x532d7f[_0x351b0e(0x248)]===_0x1d440a);_0x42dbb2[_0x351b0e(0x197)](_0x4281ba,-0x1)?(_0xe128c6[_0x351b0e(0x24e)](_0x4281ba,0x1),logger[_0x351b0e(0x2bd)]('[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier='+_0x504efd+',\x20hookUUID='+_0x1d440a+_0x351b0e(0x27b)+_0xe128c6[_0x351b0e(0x1bd)]),_0x42dbb2[_0x351b0e(0x225)](_0xe128c6['length'],0x0)&&this[_0x351b0e(0x2d1)][_0x351b0e(0x318)](_0x504efd)):logger[_0x351b0e(0x2bd)](_0x351b0e(0x2a6)+_0x504efd+_0x351b0e(0x2f3)+_0x1d440a);}}[a71_0x2db90d(0x1d7)](_0x200001){const _0x14afb3=a71_0x2db90d,_0x5e4500={};_0x5e4500[_0x14afb3(0x2cd)]=function(_0x13dc7f,_0x35a21){return _0x13dc7f>_0x35a21;},_0x5e4500[_0x14afb3(0x1d6)]=function(_0x12a154,_0x3bff7d){return _0x12a154-_0x3bff7d;};const _0x10a300=_0x5e4500;if(!_0x200001)return null;if(this['activeHooks'][_0x14afb3(0x250)](_0x200001)){const _0x14e134=this[_0x14afb3(0x2d1)][_0x14afb3(0x2d3)](_0x200001);if(_0x10a300[_0x14afb3(0x2cd)](_0x14e134['length'],0x0)){const _0x3b4889=_0x14e134[_0x10a300['jhONn'](_0x14e134['length'],0x1)];return logger[_0x14afb3(0x2bd)](_0x14afb3(0x2fe)+_0x200001+_0x14afb3(0x2f3)+_0x3b4889['hookUUID']+',\x20hookType='+_0x3b4889['hookType']),_0x3b4889;}}return null;}async[a71_0x2db90d(0x2e7)](_0x2775f9,_0x3c2036,_0x53fdf5={}){const _0x2d6812=a71_0x2db90d,_0x29cc5b={};_0x29cc5b[_0x2d6812(0x294)]=_0x2d6812(0x2f6),_0x29cc5b[_0x2d6812(0x307)]=function(_0x2c207d,_0xe27e3){return _0x2c207d===_0xe27e3;},_0x29cc5b['Idviy']=function(_0x5df086,_0x912ca7){return _0x5df086||_0x912ca7;},_0x29cc5b[_0x2d6812(0x313)]=_0x2d6812(0x1d2);const _0x2dc347=_0x29cc5b;logger[_0x2d6812(0x2bd)]('[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState='+_0x2775f9+',\x20hookState='+_0x3c2036+_0x2d6812(0x261)+Object[_0x2d6812(0x1d8)](_0x53fdf5)['join'](',')),await super['trackEvent'](_0x2775f9,_0x3c2036,_0x53fdf5);const _0x577542=this[_0x2d6812(0x1b4)](_0x2775f9,_0x3c2036,_0x53fdf5);if(!_0x577542){logger[_0x2d6812(0x2bd)](_0x2dc347['yeXnr']);return;}try{let _0x17f039,_0x1d9be8,_0x552b6d;switch(_0x2775f9){case TestFrameworkState[_0x2d6812(0x1ea)]:_0x17f039=_0x53fdf5[_0x2d6812(0x299)];const _0x3efdc3={};_0x3efdc3[_0x2d6812(0x228)]=0x2,_0x3efdc3[_0x2d6812(0x314)]=0x3,logger[_0x2d6812(0x2bd)](_0x2d6812(0x20a)+_0x3c2036+_0x2d6812(0x26a)+util['inspect'](_0x17f039,_0x3efdc3)),_0x552b6d=this['getJestTestIdentifier'](_0x17f039),_0x1d9be8=null,logger[_0x2d6812(0x2bd)](_0x2d6812(0x2bf)+_0x552b6d+_0x2d6812(0x25d));if(_0x2dc347[_0x2d6812(0x307)](_0x3c2036,HookState[_0x2d6812(0x1cd)])){logger[_0x2d6812(0x2bd)](_0x2d6812(0x1ff)+_0x552b6d);const _0x427e96={};_0x427e96[_0x2d6812(0x196)]=_0x1d9be8,_0x427e96['testData']=_0x17f039,_0x427e96[_0x2d6812(0x2d5)]=_0x552b6d;const _0x3f57bd=this[_0x2d6812(0x1ed)](_0x427e96),_0x597b1c={};_0x597b1c[_0x2d6812(0x228)]=0x2,_0x597b1c[_0x2d6812(0x314)]=0x3,logger[_0x2d6812(0x2bd)](_0x2d6812(0x2b8)+util[_0x2d6812(0x2ec)](_0x3f57bd,_0x597b1c)),_0x577542[_0x2d6812(0x21b)](_0x3f57bd),logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20'+_0x552b6d),await this['processPendingHooks'](_0x577542,_0x552b6d);}else{if(_0x2dc347[_0x2d6812(0x307)](_0x3c2036,HookState[_0x2d6812(0x282)])){logger[_0x2d6812(0x2bd)](_0x2d6812(0x24f)+_0x552b6d);const _0x1223e7=_0x577542['getAllData']()['get'](_0x552b6d);logger[_0x2d6812(0x2bd)](_0x2d6812(0x2bc)+util[_0x2d6812(0x2ec)](Object[_0x2d6812(0x1d8)](_0x2dc347[_0x2d6812(0x232)](_0x1223e7,{}))));_0x1223e7&&_0x1223e7[TestFrameworkConstants[_0x2d6812(0x2af)]]?logger[_0x2d6812(0x2bd)](_0x2d6812(0x247)+Object['keys'](_0x1223e7[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']])['length']+_0x2d6812(0x292)):logger[_0x2d6812(0x2bd)](_0x2dc347['DbsiK']);const _0x539c59=_0x53fdf5[_0x2d6812(0x2d8)]||null,_0x513f22={};_0x513f22[_0x2d6812(0x196)]=_0x1d9be8,_0x513f22[_0x2d6812(0x1ad)]=_0x17f039,_0x513f22[_0x2d6812(0x2d5)]=_0x552b6d,_0x513f22[_0x2d6812(0x2d8)]=_0x539c59;const _0x221d8b=this['parseJestTestResult'](_0x513f22),_0x1f7153={};_0x1f7153[_0x2d6812(0x228)]=0x2,_0x1f7153['maxArrayLength']=0x3,logger[_0x2d6812(0x2bd)](_0x2d6812(0x2f1)+util[_0x2d6812(0x2ec)](_0x221d8b,_0x1f7153)),_0x577542[_0x2d6812(0x21b)](_0x221d8b),logger[_0x2d6812(0x2bd)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20'+_0x552b6d),await this[_0x2d6812(0x2f5)](_0x577542,_0x552b6d);}}break;case TestFrameworkState['LOG_REPORT']:if(_0x2dc347['fQpTo'](_0x3c2036,HookState['POST'])){const _0xabe105={};_0xabe105[_0x2d6812(0x228)]=0x2,logger[_0x2d6812(0x2bd)]('[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20'+util['inspect'](_0x53fdf5,_0xabe105)),await this[_0x2d6812(0x198)](_0x577542,_0x2775f9,_0x53fdf5);}break;default:if(CLIUtils['matchHookRegex'](_0x2775f9[_0x2d6812(0x25b)]()['split']('.')[0x1])){const _0x4bf042={};_0x4bf042['depth']=0x2,_0x4bf042[_0x2d6812(0x314)]=0x3,logger['debug'](_0x2d6812(0x1ec)+_0x2775f9+_0x2d6812(0x21d)+_0x3c2036+_0x2d6812(0x1dc)+util[_0x2d6812(0x2ec)](_0x53fdf5[_0x2d6812(0x280)],_0x4bf042));const _0x12fb9e=await this[_0x2d6812(0x2eb)](_0x577542,_0x2775f9,_0x3c2036,_0x53fdf5),_0x3bc368={};_0x3bc368['depth']=0x2,_0x3bc368['maxArrayLength']=0x3,logger[_0x2d6812(0x2bd)](_0x2d6812(0x298)+util[_0x2d6812(0x2ec)](_0x12fb9e,_0x3bc368)),_0x577542['addMultipleEntries'](_0x12fb9e);}else logger[_0x2d6812(0x2bd)](_0x2d6812(0x285)+_0x2775f9+_0x2d6812(0x2a3)+_0x3c2036);break;}logger[_0x2d6812(0x2bd)]('[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState='+_0x2775f9+',\x20hookState='+_0x3c2036);}catch(_0x55d91e){logger[_0x2d6812(0x1c5)](_0x2d6812(0x1a9)+_0x2775f9+_0x2d6812(0x21d)+_0x3c2036+',\x20exception='+util[_0x2d6812(0x1b3)](_0x55d91e));}_0x53fdf5[_0x2d6812(0x18f)]=_0x577542,await this[_0x2d6812(0x1ef)](_0x577542,_0x2775f9,_0x3c2036,_0x53fdf5);}[a71_0x2db90d(0x1c7)](_0x225262){const _0x4c49c9=a71_0x2db90d,_0x4a217b={};_0x4a217b['NomOR']=_0x4c49c9(0x1b8);const _0x13f09d=_0x4a217b;if(_0x225262&&(_0x225262['id']||_0x225262['uuid'])){const _0x3d1dc8=_0x225262['id']||_0x225262['uuid'];return logger[_0x4c49c9(0x2bd)]('[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22'+_0x3d1dc8+_0x4c49c9(0x271)),_0x3d1dc8;}return logger[_0x4c49c9(0x2bd)](_0x13f09d[_0x4c49c9(0x1df)]),process[_0x4c49c9(0x21f)]+':testAnalyticsId';}['resolveInstance'](_0xf9709,_0x3ec281,_0x25dfb4={}){const _0x43bd48=a71_0x2db90d;let _0x33484c=null;return _0x33484c=TestFramework[_0x43bd48(0x1a0)](),!_0x33484c?(logger['debug'](_0x43bd48(0x24d)+_0xf9709),this[_0x43bd48(0x1e8)](_0xf9709,_0x25dfb4),_0x33484c=TestFramework[_0x43bd48(0x1a0)](),logger[_0x43bd48(0x2bd)](_0x43bd48(0x296)+!!_0x33484c+_0x43bd48(0x24c)+_0x33484c?.['getContext']()?.[_0x43bd48(0x227)]())):logger[_0x43bd48(0x2bd)](_0x43bd48(0x215)+_0x33484c['getContext']()?.[_0x43bd48(0x227)]()),_0x33484c;}[a71_0x2db90d(0x1e8)](_0x6c195e,_0x58aa3d){const _0x1ca47f=a71_0x2db90d,_0x102265={};_0x102265[_0x1ca47f(0x2db)]=_0x1ca47f(0x1db);const _0x4f6ea9=_0x102265;if(TestFramework[_0x1ca47f(0x1a0)]()){logger[_0x1ca47f(0x2bd)](_0x4f6ea9[_0x1ca47f(0x2db)]);return;}const _0x4feec0=CLIUtils['getCurrentInstanceName'](),_0x35ba90=TrackedInstance[_0x1ca47f(0x1b9)](_0x4feec0);let _0x5e1515=null;logger[_0x1ca47f(0x2bd)](_0x1ca47f(0x2c5)+_0x4feec0+_0x1ca47f(0x290)+_0x6c195e),_0x5e1515=new TestFrameworkInstance(_0x35ba90,this[_0x1ca47f(0x1b2)](),this[_0x1ca47f(0x2c8)](),_0x6c195e,HookState[_0x1ca47f(0x30b)]),TestFramework[_0x1ca47f(0x18a)](_0x35ba90,_0x5e1515),logger[_0x1ca47f(0x2bd)](_0x1ca47f(0x216)+_0x35ba90[_0x1ca47f(0x227)]()+_0x1ca47f(0x2ce)+_0x4feec0+_0x1ca47f(0x29c)+this[_0x1ca47f(0x1b2)]()[0x0]+_0x1ca47f(0x272)+this[_0x1ca47f(0x2c8)]()[this[_0x1ca47f(0x1b2)]()[0x0]]);}[a71_0x2db90d(0x1ed)](_0x24c5c2){const _0x3ce4d2=a71_0x2db90d,_0x6436d7={};_0x6436d7[_0x3ce4d2(0x194)]=function(_0x311d37,_0x8ee285){return _0x311d37||_0x8ee285;},_0x6436d7[_0x3ce4d2(0x2b5)]=_0x3ce4d2(0x2a2);const _0x14e2e9=_0x6436d7,{testUUID:_0x565106,testData:_0x29e62a,testId:_0x380448}=_0x24c5c2;if(_0x14e2e9[_0x3ce4d2(0x194)](!_0x29e62a,!_0x380448))return logger[_0x3ce4d2(0x2bd)](_0x14e2e9['vNrOm']),{};const _0xbe8edc=this['getTestFrameworks']()[0x0],_0x497f92=this[_0x3ce4d2(0x2c8)](),_0x21a4cf={};_0x21a4cf[_0x3ce4d2(0x228)]=0x2,_0x21a4cf['maxArrayLength']=0x3,logger[_0x3ce4d2(0x2bd)]('[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20'+util[_0x3ce4d2(0x2ec)](_0x29e62a,_0x21a4cf));const _0x1cc983=_0x29e62a?.['scopes']||[],_0x501e2b=this[_0x3ce4d2(0x1d4)](_0x29e62a),_0x461428=this[_0x3ce4d2(0x20d)](_0x29e62a),_0x3dbed4=_0x29e62a['fn']?_0x29e62a['fn']['toString']():null,_0x3df855=this['getJestTestTags'](_0x29e62a),_0x280062={[TestFrameworkConstants[_0x3ce4d2(0x2a9)]]:_0xbe8edc,[TestFrameworkConstants[_0x3ce4d2(0x27c)]]:_0x497f92[_0xbe8edc],[TestFrameworkConstants[_0x3ce4d2(0x297)]]:[],[TestFrameworkConstants[_0x3ce4d2(0x1c8)]]:{},[TestFrameworkConstants[_0x3ce4d2(0x2fc)]]:{},[TestFrameworkConstants['KEY_TEST_RESULT']]:TestFrameworkConstants[_0x3ce4d2(0x23d)],[TestFrameworkConstants[_0x3ce4d2(0x1c4)]]:_0x501e2b,[TestFrameworkConstants[_0x3ce4d2(0x253)]]:_0x461428,[TestFrameworkConstants[_0x3ce4d2(0x256)]]:_0x380448,[TestFrameworkConstants[_0x3ce4d2(0x1c1)]]:_0x501e2b,[TestFrameworkConstants[_0x3ce4d2(0x1dd)]]:_0x461428,[TestFrameworkConstants[_0x3ce4d2(0x315)]]:_0x3dbed4,[TestFrameworkConstants[_0x3ce4d2(0x264)]]:_0x3df855,[TestFrameworkConstants[_0x3ce4d2(0x229)]]:_0x29e62a[_0x3ce4d2(0x304)]||new Date()[_0x3ce4d2(0x1d3)](),[TestFrameworkConstants[_0x3ce4d2(0x18e)]]:_0x1cc983[0x0]||'',[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x1cc983,[TestFrameworkConstants['KEY_TEST_RERUN_NAME']]:_0x501e2b,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x3ce4d2(0x30e)]]:{}};_0x29e62a[_0x3ce4d2(0x205)]&&(_0x280062[TestFrameworkConstants[_0x3ce4d2(0x30f)]]=_0x29e62a['retryOf']);logger['debug'](_0x3ce4d2(0x2d6)+_0x501e2b+_0x3ce4d2(0x2ac)+_0x380448+_0x3ce4d2(0x204)+JSON[_0x3ce4d2(0x20f)](_0x3df855)+_0x3ce4d2(0x276)+util[_0x3ce4d2(0x2ec)](_0x1cc983)+_0x3ce4d2(0x2ff)+_0x461428);const _0x1ba6d3={};return _0x1ba6d3[_0x380448]=_0x280062,_0x1ba6d3;}[a71_0x2db90d(0x2a4)](_0x201e5e){const _0x7eb301=a71_0x2db90d,_0xaaa689={'YgQpS':function(_0x29d8f6,_0xeee552){return _0x29d8f6===_0xeee552;},'xBGPl':'afterAll','EeWyG':'beforeAll','zWGZG':_0x7eb301(0x25e),'pqrjz':_0x7eb301(0x1d5),'pkdtJ':function(_0x18229a,_0x572ca){return _0x18229a||_0x572ca;},'wmtRR':_0x7eb301(0x2c3),'PKuKS':_0x7eb301(0x2b0),'oHUhI':function(_0x3d3900,_0x4470c5){return _0x3d3900>_0x4470c5;},'pdlQF':_0x7eb301(0x2e1),'UEORA':_0x7eb301(0x25f),'wsncg':'skipped','tArzp':'passed','XAjCc':function(_0x1e9187,_0x2a31be){return _0x1e9187!==_0x2a31be;},'afxMo':function(_0x46c446,_0x5a5757,_0x4acdbb,_0x192471){return _0x46c446(_0x5a5757,_0x4acdbb,_0x192471);},'wPnmN':_0x7eb301(0x262),'fbxpN':function(_0x2235e0,_0x24b3ba){return _0x2235e0>_0x24b3ba;},'OUbum':function(_0x29abb7,_0x9beb49){return _0x29abb7===_0x9beb49;}},{testUUID:_0x473ed4,testData:_0x2e13fe,testId:_0x5406a7}=_0x201e5e;if(_0xaaa689[_0x7eb301(0x1b5)](!_0x2e13fe,!_0x5406a7))return logger['debug'](_0xaaa689[_0x7eb301(0x235)]),{};const _0x1cf0ce=this['resolveInstance'](TestFrameworkState[_0x7eb301(0x1ea)],HookState[_0x7eb301(0x282)]),_0x57e9be=_0x1cf0ce[_0x7eb301(0x23c)]()[_0x7eb301(0x2d3)](_0x5406a7),_0x124b5f=_0xaaa689['pkdtJ'](_0x57e9be,{}),_0x465917=_0x124b5f?_0x124b5f[TestFrameworkConstants[_0x7eb301(0x293)]]||{}:{},_0x43dc5b=_0x124b5f[TestFrameworkConstants[_0x7eb301(0x2af)]];logger[_0x7eb301(0x2bd)](_0x7eb301(0x257)+(_0x43dc5b?Object['keys'](_0x43dc5b)[_0x7eb301(0x1bd)]:0x0)+_0x7eb301(0x26d));let _0x320520=_0xaaa689[_0x7eb301(0x240)];if(_0x2e13fe[_0x7eb301(0x1a4)])_0x320520=_0x2e13fe[_0x7eb301(0x1a4)];else{if(_0x2e13fe[_0x7eb301(0x20e)]&&_0xaaa689['oHUhI'](_0x2e13fe['errorsDetailed'][_0x7eb301(0x1bd)],0x0))_0x320520=_0xaaa689['pdlQF'];else _0xaaa689[_0x7eb301(0x1fd)](_0x2e13fe[_0x7eb301(0x208)],_0xaaa689[_0x7eb301(0x224)])||_0xaaa689['YgQpS'](_0x2e13fe['status'],_0xaaa689[_0x7eb301(0x2b4)])?_0x320520=_0xaaa689['wsncg']:_0x320520=_0xaaa689[_0x7eb301(0x1a6)];}const _0x14bf6b={..._0x124b5f,[TestFrameworkConstants[_0x7eb301(0x234)]]:_0x320520,[TestFrameworkConstants[_0x7eb301(0x2ab)]]:_0x2e13fe[_0x7eb301(0x191)]||new Date()[_0x7eb301(0x1d3)](),[TestFrameworkConstants[_0x7eb301(0x209)]]:new Date()[_0x7eb301(0x1d3)](),[TestFrameworkConstants[_0x7eb301(0x293)]]:_0x465917,[TestFrameworkConstants[_0x7eb301(0x200)]]:[],[TestFrameworkConstants[_0x7eb301(0x30e)]]:{}};if(_0xaaa689[_0x7eb301(0x1fd)](_0x320520,_0xaaa689[_0x7eb301(0x1bc)])&&_0x2e13fe[_0x7eb301(0x20e)]){const _0x284cd4=this[_0x7eb301(0x305)](_0x2e13fe),_0x2348a5=this[_0x7eb301(0x1f8)](_0x2e13fe),_0xd2c96c=this[_0x7eb301(0x1a3)](_0x2e13fe);_0x14bf6b[TestFrameworkConstants[_0x7eb301(0x2a7)]]=_0x2348a5,_0x14bf6b[TestFrameworkConstants[_0x7eb301(0x2f7)]]=_0x284cd4,_0x14bf6b[TestFrameworkConstants['KEY_TEST_FAILURE']]=_0xd2c96c;}_0xaaa689[_0x7eb301(0x2b7)](_0x2e13fe['duration'],undefined)&&(_0x14bf6b[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x2e13fe[_0x7eb301(0x1fb)]);_0x2e13fe[_0x7eb301(0x205)]&&(_0x14bf6b[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x2e13fe[_0x7eb301(0x205)]);const _0x5e1d7e=_0x57e9be?_0x57e9be[TestFrameworkConstants[_0x7eb301(0x2af)]]||{}:{},_0xac34a=_0x57e9be?_0x57e9be[TestFrameworkConstants[_0x7eb301(0x1e9)]]:_0x473ed4,_0x24eb42=_0xaaa689[_0x7eb301(0x283)](getManualUploadLogs,_0x5e1d7e,_0xac34a,_0x5406a7);if(_0xaaa689[_0x7eb301(0x19a)](_0x24eb42[_0x7eb301(0x1bd)],0x0)){const _0x2dfcff=_0x14bf6b[TestFrameworkConstants[_0x7eb301(0x200)]]||[];_0x14bf6b[TestFrameworkConstants[_0x7eb301(0x200)]]=[..._0x2dfcff,..._0x24eb42];}const _0x48f120=_0x124b5f[TestFrameworkConstants[_0x7eb301(0x1c8)]]||{},_0x2eb423=_0x124b5f[TestFrameworkConstants[_0x7eb301(0x2fc)]]||{},_0x2bd833={..._0x48f120},_0x8858e4=_0x2bd833;Object['keys'](_0x2eb423)['forEach'](_0x1772d9=>{const _0x2f1f8f=_0x7eb301;!_0x8858e4[_0x1772d9]&&(_0x8858e4[_0x1772d9]=[]);const _0x5a7f9c=new Set((_0x8858e4[_0x1772d9]||[])[_0x2f1f8f(0x308)](_0x4ae06d=>_0x4ae06d[TestFrameworkConstants['KEY_HOOK_ID']]||_0x4ae06d['hook_id']));(_0x2eb423[_0x1772d9]||[])[_0x2f1f8f(0x1eb)](_0x53c25d=>{const _0x2da938=_0x2f1f8f,_0x4eec57=_0x53c25d[TestFrameworkConstants[_0x2da938(0x28d)]]||_0x53c25d[_0x2da938(0x1f9)];if(!_0x5a7f9c['has'](_0x4eec57)){const _0x95aa5b={..._0x53c25d},_0xb5b435=_0x95aa5b;!_0xb5b435[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]&&!_0xb5b435[_0x2da938(0x279)]&&(_0xb5b435[TestFrameworkConstants[_0x2da938(0x26e)]]=new Date()[_0x2da938(0x1d3)]()),!_0xb5b435[TestFrameworkConstants[_0x2da938(0x270)]]&&!_0xb5b435['hook_result']&&(_0xb5b435[TestFrameworkConstants['KEY_HOOK_RESULT']]=TestFrameworkConstants[_0x2da938(0x274)]),_0x8858e4[_0x1772d9][_0x2da938(0x22f)](_0xb5b435);}});});if(_0x201e5e[_0x7eb301(0x2d8)]){this[_0x7eb301(0x1af)](_0x201e5e[_0x7eb301(0x2d8)]);const _0x28ee29=this[_0x7eb301(0x1e7)](_0x201e5e[_0x7eb301(0x2d8)]),_0x6ab82=this[_0x7eb301(0x259)](_0x201e5e['originalTest']);_0x6ab82['forEach'](_0x4f7314=>{const _0x5f0dfd=_0x7eb301,_0x4615a4=_0x28ee29[_0x5f0dfd(0x2d3)](_0x4f7314);if(_0x4615a4&&(_0xaaa689[_0x5f0dfd(0x1fd)](_0x4615a4[_0x5f0dfd(0x1f2)],_0xaaa689[_0x5f0dfd(0x2b2)])||_0xaaa689['YgQpS'](_0x4615a4[_0x5f0dfd(0x1f2)],_0xaaa689[_0x5f0dfd(0x1ac)]))){const _0x21b56a=_0x4615a4[_0x5f0dfd(0x1f2)][_0x5f0dfd(0x30a)]()[_0x5f0dfd(0x303)](_0xaaa689['zWGZG'],_0xaaa689[_0x5f0dfd(0x1d9)]),_0x549686=_0x21b56a;!_0x8858e4[_0x549686]&&(_0x8858e4[_0x549686]=[]);const _0x559adf=_0x8858e4[_0x549686][_0x5f0dfd(0x30d)](_0xe51179=>(_0xe51179[TestFrameworkConstants[_0x5f0dfd(0x28d)]]||_0xe51179[_0x5f0dfd(0x1f9)])===_0x4f7314);!_0x559adf&&_0x8858e4[_0x549686]['push']({'key':_0x549686,[TestFrameworkConstants[_0x5f0dfd(0x28d)]]:_0x4f7314,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0x5f0dfd(0x274)],[TestFrameworkConstants[_0x5f0dfd(0x1b1)]]:new Date()[_0x5f0dfd(0x1d3)](),[TestFrameworkConstants[_0x5f0dfd(0x26e)]]:new Date()[_0x5f0dfd(0x1d3)](),[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x4615a4['name']||_0x4615a4[_0x5f0dfd(0x1f2)]+_0x5f0dfd(0x291),[TestFrameworkConstants[_0x5f0dfd(0x293)]]:_0x465917});}});}if(_0x2e13fe['hooks']&&_0xaaa689[_0x7eb301(0x19a)](_0x2e13fe[_0x7eb301(0x2fd)][_0x7eb301(0x1bd)],0x0))_0x14bf6b[TestFrameworkConstants[_0x7eb301(0x1c8)]]=_0x2e13fe[_0x7eb301(0x2fd)],logger[_0x7eb301(0x2bd)](_0xaaa689[_0x7eb301(0x2b6)]);else _0xaaa689['fbxpN'](Object[_0x7eb301(0x1d8)](_0x8858e4)[_0x7eb301(0x1bd)],0x0)&&(_0x14bf6b[TestFrameworkConstants[_0x7eb301(0x1c8)]]=_0x8858e4,logger['debug'](_0x7eb301(0x2d7)+Object[_0x7eb301(0x1d8)](_0x8858e4)[_0x7eb301(0x1d1)](',')));const _0x28cf67=this[_0x7eb301(0x1d4)](_0x2e13fe);logger[_0x7eb301(0x2bd)]('[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName='+_0x28cf67+_0x7eb301(0x2ac)+_0x5406a7+_0x7eb301(0x1e3)+_0x320520+_0x7eb301(0x2fa)+_0x2e13fe[_0x7eb301(0x1fb)]);_0xaaa689[_0x7eb301(0x217)](_0x320520,_0xaaa689[_0x7eb301(0x1bc)])&&logger['debug'](_0x7eb301(0x1b0)+_0x5406a7+',\x20failureType='+_0x14bf6b[TestFrameworkConstants[_0x7eb301(0x2a7)]]+_0x7eb301(0x1e1)+_0x14bf6b[TestFrameworkConstants[_0x7eb301(0x2f7)]]?.[_0x7eb301(0x29b)](0x0,0xc8));const _0x2a9ec6={};return _0x2a9ec6[_0x5406a7]=_0x14bf6b,_0x2a9ec6;}[a71_0x2db90d(0x22d)](_0x3856ca){const _0x3399a5=a71_0x2db90d,_0x368b27={};_0x368b27['uzrNT']=function(_0x485f89,_0x3c1c0a){return _0x485f89!==_0x3c1c0a;},_0x368b27['kUuec']=_0x3399a5(0x190);const _0x45b6d0=_0x368b27,_0x54b029={};_0x54b029['depth']=0x2,_0x54b029[_0x3399a5(0x314)]=0x3,logger[_0x3399a5(0x2bd)](_0x3399a5(0x21a)+util[_0x3399a5(0x2ec)](_0x3856ca,_0x54b029));const _0x388024=[];if(_0x3856ca&&_0x3856ca[_0x3399a5(0x317)]){let _0x4afd8d=_0x3856ca[_0x3399a5(0x317)];while(_0x4afd8d&&_0x4afd8d[_0x3399a5(0x2e9)]&&_0x45b6d0[_0x3399a5(0x2b9)](_0x4afd8d['name'],'')&&_0x45b6d0[_0x3399a5(0x2b9)](_0x4afd8d['name'],_0x45b6d0[_0x3399a5(0x27f)])){_0x388024[_0x3399a5(0x22f)](_0x4afd8d[_0x3399a5(0x2e9)]),_0x4afd8d=_0x4afd8d[_0x3399a5(0x317)];}}return _0x388024[_0x3399a5(0x2d4)]();}[a71_0x2db90d(0x1d4)](_0x41aece){const _0x349c9b=a71_0x2db90d,_0x3ea80a={};_0x3ea80a[_0x349c9b(0x2c4)]='Unknown\x20Test';const _0x3e0c5a=_0x3ea80a;if(_0x41aece[_0x349c9b(0x2e9)])return _0x41aece['name'];if(_0x41aece['title'])return _0x41aece['title'];return _0x3e0c5a[_0x349c9b(0x2c4)];}[a71_0x2db90d(0x1f5)](_0x3337e0){const _0x4ec0ca=a71_0x2db90d,_0x281712=[];if(_0x3337e0[_0x4ec0ca(0x236)]&&Array[_0x4ec0ca(0x28a)](_0x3337e0[_0x4ec0ca(0x236)]))return _0x3337e0[_0x4ec0ca(0x236)][_0x4ec0ca(0x308)](_0x4d963a=>_0x4d963a['startsWith']('@')?_0x4d963a[_0x4ec0ca(0x18b)](0x1):_0x4d963a);const _0x465832=this[_0x4ec0ca(0x1d4)](_0x3337e0),_0x4eb178=_0x465832[_0x4ec0ca(0x230)](/@(\w+)/g);if(_0x4eb178)return _0x4eb178[_0x4ec0ca(0x308)](_0x3d5df4=>_0x3d5df4[_0x4ec0ca(0x206)](0x1));return _0x3337e0[_0x4ec0ca(0x24b)]&&Array[_0x4ec0ca(0x28a)](_0x3337e0[_0x4ec0ca(0x24b)])&&_0x3337e0[_0x4ec0ca(0x24b)]['forEach'](_0x1ccf01=>{const _0x40dae5=_0x4ec0ca,_0x4747ef=_0x1ccf01[_0x40dae5(0x230)](/@(\w+)/g);_0x4747ef&&_0x4747ef['forEach'](_0x9ac6f7=>{const _0x8298d5=_0x40dae5,_0x58df09=_0x9ac6f7['slice'](0x1);!_0x281712[_0x8298d5(0x1a7)](_0x58df09)&&_0x281712['push'](_0x58df09);});}),_0x281712;}[a71_0x2db90d(0x20d)](_0x3a8c39){const _0x4b679e=a71_0x2db90d,_0x257e03={'xqHwF':function(_0x51d03d,_0x10c524){return _0x51d03d(_0x10c524);},'tSkHB':_0x4b679e(0x316)};if(_0x3a8c39[_0x4b679e(0x218)])return _0x3a8c39[_0x4b679e(0x218)];if(_0x3a8c39[_0x4b679e(0x22a)]){const _0x5b7723=_0x257e03[_0x4b679e(0x199)](require,_0x257e03['tSkHB']);try{const _0x2d6be6=_0x5b7723['parse'](_0x3a8c39[_0x4b679e(0x22a)]);if(_0x2d6be6[0x0]&&_0x2d6be6[0x0][_0x4b679e(0x210)])return _0x2d6be6[0x0]['getFileName']();}catch(_0x50cc83){logger[_0x4b679e(0x2bd)]('Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20'+util[_0x4b679e(0x1b3)](_0x50cc83));}}return null;}[a71_0x2db90d(0x305)](_0x3132ba){const _0x309e7b=a71_0x2db90d,_0x3b54cd={};_0x3b54cd[_0x309e7b(0x1f6)]=function(_0x488aa3,_0x3ec293){return _0x488aa3>_0x3ec293;},_0x3b54cd[_0x309e7b(0x19c)]='Unknown\x20error';const _0x3b93d8=_0x3b54cd;if(_0x3132ba['errorsDetailed']&&_0x3b93d8['MSsYl'](_0x3132ba[_0x309e7b(0x20e)][_0x309e7b(0x1bd)],0x0))return util[_0x309e7b(0x2ec)](_0x3132ba[_0x309e7b(0x20e)][0x0]);if(_0x3132ba['failure_reason'])return _0x3132ba[_0x309e7b(0x2f2)];return _0x3b93d8[_0x309e7b(0x19c)];}[a71_0x2db90d(0x1f8)](_0x29667a){const _0x129638=a71_0x2db90d,_0x5a4f2e={};_0x5a4f2e['kMMMS']=_0x129638(0x1da),_0x5a4f2e[_0x129638(0x30c)]='AssertionError',_0x5a4f2e[_0x129638(0x28f)]=_0x129638(0x222);const _0x1a79bd=_0x5a4f2e,_0x43dac8=this[_0x129638(0x305)](_0x29667a);if(_0x43dac8&&_0x43dac8[_0x129638(0x1a7)](_0x1a79bd[_0x129638(0x2ee)]))return _0x1a79bd[_0x129638(0x30c)];return _0x1a79bd['gOEqT'];}[a71_0x2db90d(0x1a3)](_0x173a02){const _0x3510a7=a71_0x2db90d,_0x33c489={'FteVq':function(_0x342c52,_0x36c898){return _0x342c52(_0x36c898);},'HamJr':_0x3510a7(0x2f8),'WnHbL':function(_0x4c664b,_0x1f787c){return _0x4c664b!==_0x1f787c;},'JrLQu':_0x3510a7(0x299)},{failureData:_0x5cd6b6}=_0x33c489['FteVq'](require,_0x33c489[_0x3510a7(0x1d0)]),_0x5b97f0=[];return _0x33c489[_0x3510a7(0x2c9)](_0x173a02[_0x3510a7(0x20e)],undefined)&&_0x5b97f0['push'](_0x173a02[_0x3510a7(0x20e)],_0x33c489[_0x3510a7(0x23e)]),_0x5cd6b6[_0x3510a7(0x2ad)](null,_0x5b97f0);}async['trackHookEvent'](_0x4b4240,_0x2eb19f,_0x54ab41,_0x49c437){const _0x444af8=a71_0x2db90d,_0x15c35e={'cEVEx':_0x444af8(0x309),'JHsOq':function(_0x58b041){return _0x58b041();},'hMwkf':function(_0x3694f0,_0x46cf61){return _0x3694f0 in _0x46cf61;},'SidCV':function(_0x38b081,_0x2cfe3e){return _0x38b081===_0x2cfe3e;},'Nocnm':function(_0x8bf5fa,_0xd0fdc8){return _0x8bf5fa>_0xd0fdc8;},'mYbRQ':'failed','oxUeh':'passed','tgEsF':function(_0x14d6d1,_0x4da6a1){return _0x14d6d1!==_0x4da6a1;}},{hookData:_0x18561b}=_0x49c437,_0x47dac5=_0x54ab41['toString'](),_0x57c25e=_0x2eb19f[_0x444af8(0x25b)](),_0xf1c017={};_0xf1c017[_0x444af8(0x228)]=0x2,_0xf1c017[_0x444af8(0x314)]=0x3,logger[_0x444af8(0x2bd)]('[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState='+_0x57c25e+_0x444af8(0x21d)+_0x47dac5+',\x20hookData='+util[_0x444af8(0x2ec)](_0x18561b,_0xf1c017));if(!_0x18561b)return logger[_0x444af8(0x2bd)](_0x15c35e[_0x444af8(0x260)]),{};const _0x594c89=_0x18561b[_0x444af8(0x27a)]||_0x18561b[_0x444af8(0x211)]||_0x15c35e[_0x444af8(0x1f1)](uuidv4),_0x9510bc=_0x18561b[_0x444af8(0x301)]||this[_0x444af8(0x1c7)](_0x18561b),_0x577d3=_0x2eb19f['toString']()[_0x444af8(0x207)]('.')[0x1],_0x2f5fa8=_0x4b4240[_0x444af8(0x23c)]()[_0x444af8(0x2d3)](_0x9510bc),_0xb9e29f=_0x2f5fa8?_0x2f5fa8[TestFrameworkConstants[_0x444af8(0x293)]]||{}:{};logger[_0x444af8(0x2bd)]('[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId='+_0x594c89+_0x444af8(0x2ac)+_0x9510bc+'\x20(testIdentifier),\x20hookType='+_0x577d3+_0x444af8(0x21d)+_0x47dac5);if(!_0x2f5fa8)return logger[_0x444af8(0x2bd)](_0x444af8(0x25a)+_0x9510bc+_0x444af8(0x2e5)),this['storePendingHook'](_0x4b4240,_0x9510bc,_0x2eb19f,_0x54ab41,_0x49c437),{};let _0x4720fd=_0x2f5fa8[TestFrameworkConstants[_0x444af8(0x2fc)]];!_0x4720fd&&(_0x4720fd={});!_0x15c35e['hMwkf'](_0x577d3,_0x4720fd)&&(_0x4720fd[_0x577d3]=[]);let _0x3a2211=_0x2f5fa8[TestFrameworkConstants['KEY_HOOKS_FINISHED']];!_0x3a2211&&(_0x3a2211={});!_0x15c35e[_0x444af8(0x29d)](_0x577d3,_0x3a2211)&&(_0x3a2211[_0x577d3]=[]);const _0x574185={[TestFrameworkConstants[_0x444af8(0x2fc)]]:_0x4720fd,[TestFrameworkConstants['KEY_HOOKS_FINISHED']]:_0x3a2211},_0x3831c0={};_0x3831c0[_0x9510bc]=_0x574185;const _0x568795=_0x3831c0;if(_0x15c35e[_0x444af8(0x1cc)](_0x54ab41,HookState['PRE'])){const _0x2cce20={'key':_0x577d3,[TestFrameworkConstants[_0x444af8(0x28d)]]:_0x594c89,[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants[_0x444af8(0x274)],[TestFrameworkConstants[_0x444af8(0x1b1)]]:_0x18561b[_0x444af8(0x304)]||new Date()[_0x444af8(0x1d3)](),[TestFrameworkConstants[_0x444af8(0x2e3)]]:[],[TestFrameworkConstants[_0x444af8(0x244)]]:_0x18561b[_0x444af8(0x2e9)]||_0x18561b['hook_type']||_0x577d3,[TestFrameworkConstants[_0x444af8(0x293)]]:_0xb9e29f};_0x4720fd[_0x577d3][_0x444af8(0x22f)](_0x2cce20),_0x568795[_0x9510bc][TestFrameworkConstants[_0x444af8(0x254)]]=_0x577d3;const _0x19e2c3={};_0x19e2c3[_0x444af8(0x228)]=0x2,logger[_0x444af8(0x2bd)](_0x444af8(0x27e)+_0x577d3+_0x444af8(0x275)+_0x594c89+',\x20testId='+_0x9510bc+_0x444af8(0x281)+util['inspect'](_0x2cce20,_0x19e2c3));}else{if(_0x15c35e[_0x444af8(0x1cc)](_0x54ab41,HookState[_0x444af8(0x282)])){const _0x2cbbb5=_0x18561b[_0x444af8(0x1a4)]||(_0x18561b[_0x444af8(0x20e)]&&_0x15c35e[_0x444af8(0x2a8)](_0x18561b[_0x444af8(0x20e)][_0x444af8(0x1bd)],0x0)?_0x15c35e['mYbRQ']:_0x15c35e[_0x444af8(0x1b7)]),_0x174dd8=_0x4720fd[_0x577d3]||[];logger[_0x444af8(0x2bd)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType='+_0x577d3+',\x20testId='+_0x9510bc+_0x444af8(0x1aa)+_0x2cbbb5+_0x444af8(0x242)+_0x174dd8[_0x444af8(0x1bd)]);if(_0x15c35e['Nocnm'](_0x174dd8[_0x444af8(0x1bd)],0x0)){const _0x266757=_0x174dd8[_0x444af8(0x2ea)]();_0x15c35e[_0x444af8(0x1cc)](_0x2cbbb5,_0x15c35e[_0x444af8(0x2b1)])&&_0x18561b[_0x444af8(0x20e)]?(_0x266757[TestFrameworkConstants[_0x444af8(0x220)]]=this[_0x444af8(0x1f8)](_0x18561b),_0x266757[TestFrameworkConstants[_0x444af8(0x249)]]=this[_0x444af8(0x305)](_0x18561b),_0x266757[TestFrameworkConstants['KEY_HOOK_FAILURE']]=this[_0x444af8(0x1a3)](_0x18561b),logger[_0x444af8(0x2bd)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType='+_0x577d3+_0x444af8(0x2d0)+_0x266757[TestFrameworkConstants[_0x444af8(0x220)]]+_0x444af8(0x1e1)+_0x266757[TestFrameworkConstants[_0x444af8(0x249)]]?.[_0x444af8(0x29b)](0x0,0xc8))):_0x266757[TestFrameworkConstants[_0x444af8(0x270)]]=_0x15c35e[_0x444af8(0x1b7)];_0x15c35e[_0x444af8(0x29f)](_0x2cbbb5,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x266757[TestFrameworkConstants[_0x444af8(0x270)]]=_0x2cbbb5);_0x266757[TestFrameworkConstants[_0x444af8(0x26e)]]=_0x18561b['finished_at']||new Date()[_0x444af8(0x1d3)](),_0x266757[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0xb9e29f;const _0x39da1=_0x266757[TestFrameworkConstants['KEY_HOOK_ID']];!_0x3a2211[_0x577d3]&&(_0x3a2211[_0x577d3]=[]);_0x3a2211[_0x577d3][_0x444af8(0x22f)](_0x266757),_0x568795[_0x9510bc][TestFrameworkConstants[_0x444af8(0x28b)]]=_0x577d3;const _0x16028c={};_0x16028c['depth']=0x2,logger[_0x444af8(0x2bd)](_0x444af8(0x1c9)+_0x577d3+_0x444af8(0x275)+_0x39da1+_0x444af8(0x1aa)+_0x2cbbb5+_0x444af8(0x281)+util['inspect'](_0x266757,_0x16028c));}}}const _0x5b5f6b={};return _0x5b5f6b[_0x444af8(0x228)]=0x2,_0x5b5f6b[_0x444af8(0x314)]=0x3,logger['debug'](_0x444af8(0x1ca)+(_0x18561b[_0x444af8(0x19d)]||_0x577d3)+_0x444af8(0x275)+_0x594c89+_0x444af8(0x2ac)+_0x9510bc+_0x444af8(0x2c1)+util[_0x444af8(0x2ec)](_0x568795,_0x5b5f6b)),_0x568795;}[a71_0x2db90d(0x1fe)](_0x3a7605){const _0x1d2517=a71_0x2db90d,_0x5d11c8={};_0x5d11c8[_0x1d2517(0x2be)]=_0x1d2517(0x1a1);const _0x4a9dea=_0x5d11c8;try{const _0x5eca9a=_0x3a7605[_0x1d2517(0x299)]?this[_0x1d2517(0x1c7)](_0x3a7605[_0x1d2517(0x299)]):_0x3a7605[_0x1d2517(0x280)][_0x1d2517(0x301)],_0x3588dc=_0x3a7605[_0x1d2517(0x18f)],_0x4f8b22=_0x3588dc['getContext'](),_0x54ae55=_0x3588dc[_0x1d2517(0x23c)]()[_0x1d2517(0x2d3)](_0x5eca9a);if(!_0x54ae55)return logger[_0x1d2517(0x2bd)](_0x1d2517(0x2ef)+_0x5eca9a),{};const {[TestFrameworkConstants[_0x1d2517(0x2a9)]]:_0x5932c4='',[TestFrameworkConstants[_0x1d2517(0x27c)]]:_0x520b86='',[TestFrameworkConstants[_0x1d2517(0x229)]]:_0xbd8393='',[TestFrameworkConstants[_0x1d2517(0x2ab)]]:_0x15125a=''}=_0x54ae55,_0x3d9f09=_0x3588dc[_0x1d2517(0x24a)]()[_0x1d2517(0x25b)]()[_0x1d2517(0x207)]('.')[0x1],_0x3f75a7=_0x3588dc[_0x1d2517(0x20b)]()[_0x1d2517(0x25b)]()[_0x1d2517(0x207)]('.')[0x1],_0x20dd7a=global?.[_0x1d2517(0x1e0)]?.['workerInfo']?.['parallelIndex'],_0x26e104=_0x3588dc['getRef'](),_0x3dfc47=Buffer[_0x1d2517(0x2dd)](JSON[_0x1d2517(0x20f)](_0x54ae55))['toString'](_0x4a9dea[_0x1d2517(0x2be)]),_0x205dad={'hash':_0x4f8b22[_0x1d2517(0x227)](),'threadId':_0x4f8b22[_0x1d2517(0x1ce)]()['toString'](),'processId':_0x4f8b22['getProcessId']()[_0x1d2517(0x25b)]()},_0x57a3ac={};_0x57a3ac[_0x1d2517(0x273)]=_0x20dd7a,_0x57a3ac[_0x1d2517(0x2fb)]=_0x5932c4,_0x57a3ac[_0x1d2517(0x212)]=_0x520b86,_0x57a3ac['testFrameworkState']=_0x3d9f09,_0x57a3ac[_0x1d2517(0x252)]=_0x3f75a7,_0x57a3ac[_0x1d2517(0x2a1)]=_0xbd8393,_0x57a3ac[_0x1d2517(0x1c2)]=_0x15125a,_0x57a3ac[_0x1d2517(0x27a)]=_0x26e104,_0x57a3ac['eventJson']=_0x3dfc47,_0x57a3ac[_0x1d2517(0x19f)]=_0x205dad,_0x57a3ac[_0x1d2517(0x246)]=_0x5eca9a;const _0x2c29a9=_0x57a3ac;return _0x2c29a9;}catch(_0x1abe6d){return logger['error'](_0x1d2517(0x1f0)+util[_0x1d2517(0x1b3)](_0x1abe6d)),{};}}async[a71_0x2db90d(0x198)](_0x45c769,_0x52d71f,_0x4fb485){const _0x188915=a71_0x2db90d,_0x2e82d4={'UQdju':function(_0x4ddda5,_0x1bcbe8){return _0x4ddda5+_0x1bcbe8;},'EZuDO':_0x188915(0x2c0),'wGaMN':_0x188915(0x295),'MXqZG':function(_0xcccf53,_0x4c7bb5){return _0xcccf53>_0x4c7bb5;},'dumlS':function(_0x3746c6,_0x51bd72,_0x3d9c54,_0x4e3b50){return _0x3746c6(_0x51bd72,_0x3d9c54,_0x4e3b50);},'rUquE':function(_0x26fd39,_0x1d91c1){return _0x26fd39-_0x1d91c1;},'Yynpq':function(_0xca47f6,_0x3e52d8){return _0xca47f6===_0x3e52d8;},'JfrPL':function(_0x498a76,_0x49f250){return _0x498a76/_0x49f250;},'OnlKL':function(_0x173035,_0x232bc2){return _0x173035<_0x232bc2;},'MsYyG':function(_0x36ab98,_0x4cc02e){return _0x36ab98*_0x4cc02e;},'DlvRV':function(_0xd498a9,_0x2a11c6){return _0xd498a9+_0x2a11c6;},'dFnzN':function(_0x41d93e,_0x476505){return _0x41d93e+_0x476505;},'GUcQA':function(_0x19be20,_0x1f7723){return _0x19be20>_0x1f7723;}};try{const _0x431573=_0x4fb485[_0x188915(0x196)]||_0x4fb485[_0x188915(0x2d5)],_0x4ce9db=Array['from'](_0x45c769[_0x188915(0x23c)]()[_0x188915(0x1d8)]()),_0x2c5308=_0x45c769['getAllData']()[_0x188915(0x2d3)](_0x431573);if(!_0x2c5308){logger[_0x188915(0x2bd)](_0x188915(0x278)+_0x431573);return;}const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0xf24c6c='',[TestFrameworkConstants[_0x188915(0x27c)]]:_0x3d6b20=''}=_0x2c5308;let _0x5032bd=[];if(_0x2c5308&&_0x2c5308[TestFrameworkConstants['KEY_LOGS']]&&Array[_0x188915(0x28a)](_0x2c5308[TestFrameworkConstants[_0x188915(0x200)]])){_0x5032bd=_0x2c5308[TestFrameworkConstants['KEY_LOGS']]||[],logger[_0x188915(0x2bd)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20'+_0x5032bd[_0x188915(0x1bd)]+_0x188915(0x219)+_0x431573);const _0xf3c311={[TestFrameworkConstants['KEY_LOGS']]:[]},_0x1ce7bb={};_0x1ce7bb[_0x431573]=_0xf3c311,_0x45c769[_0x188915(0x21b)](_0x1ce7bb),logger[_0x188915(0x2bd)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20'+_0x431573);}else logger[_0x188915(0x2bd)](_0x188915(0x21e)+_0x431573);logger['debug'](_0x188915(0x265)+_0x5032bd[_0x188915(0x1bd)]+_0x188915(0x306)+_0x431573);const _0x2ac6a0=_0x5032bd[_0x188915(0x2e6)](_0x2503db=>_0x2503db[_0x188915(0x288)]==='TEST_SCREENSHOT');_0x2e82d4[_0x188915(0x237)](_0x2ac6a0['length'],0x0)&&(logger[_0x188915(0x2bd)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20'+_0x2ac6a0['length']+_0x188915(0x214)+_0x431573),_0x2ac6a0[_0x188915(0x1eb)]((_0x5b4f64,_0x4d9032)=>{const _0x8e745e=_0x188915;logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20'+_0x2e82d4[_0x8e745e(0x251)](_0x4d9032,0x1)+'/'+_0x2ac6a0['length']+'\x20-\x20test_identifier='+(_0x5b4f64[_0x8e745e(0x246)]||_0x2e82d4[_0x8e745e(0x195)])+',\x20test_run_uuid='+(_0x5b4f64['test_run_uuid']||_0x2e82d4[_0x8e745e(0x195)])+_0x8e745e(0x2f0)+(_0x5b4f64[_0x8e745e(0x2e8)]||_0x2e82d4[_0x8e745e(0x239)])+_0x8e745e(0x193)+(_0x5b4f64[_0x8e745e(0x231)]?.[_0x8e745e(0x1bd)]||0x0));}));const _0x16a806=_0x2c5308[TestFrameworkConstants[_0x188915(0x2af)]]||{},_0x5e5505=_0x2e82d4[_0x188915(0x2da)](getMediaArtifactsLogs,_0x16a806,null,_0x431573),_0x247b7d=(_0x5032bd||[])[_0x188915(0x1e2)](_0x5e5505||[]),_0x4efefb=_0x2ac6a0?.['length']||0x0,_0x34f74a=_0x2e82d4[_0x188915(0x319)](_0x5032bd?.[_0x188915(0x1bd)]||0x0,_0x4efefb);logger[_0x188915(0x2bd)](_0x188915(0x1cf)+_0x431573+',\x20consoleLogs:\x20'+_0x34f74a+',\x20screenshotLogs:\x20'+_0x4efefb+_0x188915(0x226)+(_0x5e5505?.['length']||0x0)+_0x188915(0x1ab)+_0x247b7d['length']);if(!_0x247b7d||_0x2e82d4[_0x188915(0x22c)](_0x247b7d[_0x188915(0x1bd)],0x0)){logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20'+_0x431573);return;}const _0x3fc209=0x28,_0xdf9eb=Math[_0x188915(0x1a5)](_0x2e82d4[_0x188915(0x26b)](_0x247b7d['length'],_0x3fc209));for(let _0x29a9e0=0x0;_0x2e82d4[_0x188915(0x2c2)](_0x29a9e0,_0xdf9eb);_0x29a9e0++){const _0x558b54=_0x2e82d4['MsYyG'](_0x29a9e0,_0x3fc209),_0x184fed=_0x2e82d4[_0x188915(0x2c6)](_0x558b54,_0x3fc209),_0x53d065=_0x247b7d[_0x188915(0x206)](_0x558b54,_0x184fed),_0x4143a6=global?.[_0x188915(0x1e0)]?.['workerInfo']?.['parallelIndex']||0x0,_0x3ede4c={'platformIndex':_0x4143a6,'logs':_0x53d065,'testFrameworkName':_0xf24c6c,'testFrameworkVersion':_0x3d6b20,'testFrameworkState':_0x52d71f[_0x188915(0x25b)]()[_0x188915(0x207)]('.')[0x1]},_0x2a2618={};_0x2a2618['depth']=0x3,_0x2a2618[_0x188915(0x314)]=0x5,logger[_0x188915(0x2bd)](_0x188915(0x19b)+_0x2e82d4[_0x188915(0x251)](_0x29a9e0,0x1)+'/'+_0xdf9eb+'\x20-\x20testId:\x20'+_0x431573+_0x188915(0x238)+_0x53d065[_0x188915(0x1bd)]+_0x188915(0x23f)+_0x4143a6+_0x188915(0x28e)+util[_0x188915(0x2ec)](_0x3ede4c,_0x2a2618));const _0x502aa7=await GrpcClient[_0x188915(0x21c)]()[_0x188915(0x202)](_0x3ede4c);logger[_0x188915(0x2bd)](_0x188915(0x19b)+_0x2e82d4[_0x188915(0x289)](_0x29a9e0,0x1)+'/'+_0xdf9eb+_0x188915(0x233)+_0x431573+_0x188915(0x1f4)+util[_0x188915(0x2ec)](_0x502aa7));}if(_0x5e5505&&_0x2e82d4['GUcQA'](_0x5e5505[_0x188915(0x1bd)],0x0)&&_0x2c5308[TestFrameworkConstants[_0x188915(0x2af)]]){const _0x22c62c={[TestFrameworkConstants[_0x188915(0x2af)]]:{}},_0x31eb95={};_0x31eb95[_0x431573]=_0x22c62c,_0x45c769[_0x188915(0x21b)](_0x31eb95);}logger[_0x188915(0x2bd)](_0x188915(0x2ed)+_0x431573+_0x188915(0x1e6)+_0xdf9eb);}catch(_0x2bcbe1){logger[_0x188915(0x1c5)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20'+(_0x4fb485[_0x188915(0x196)]||_0x4fb485[_0x188915(0x2d5)])+_0x188915(0x2dc)+util['format'](_0x2bcbe1));}}[a71_0x2db90d(0x29a)](_0x35f85d,_0xdac5fa,_0x289083,_0x475a84,_0x474cd1){const _0x657811=a71_0x2db90d,_0x460625={};_0x460625['XFxgR']=function(_0x162768,_0xf2944a){return _0x162768===_0xf2944a;},_0x460625[_0x657811(0x18d)]=_0x657811(0x1f7);const _0x435b2d=_0x460625,{hookData:_0x5f2696}=_0x474cd1,_0x382439={'testId':_0xdac5fa,'testFrameworkState':_0x289083,'hookState':_0x475a84,'args':_0x474cd1,'timestamp':new Date()[_0x657811(0x1d3)]()};if(_0x435b2d['XFxgR'](_0x289083,TestFrameworkState[_0x657811(0x1e5)])&&_0x5f2696){const _0x15b6ea={};_0x15b6ea['filePath']=_0x5f2696[_0x657811(0x218)]||_0x5f2696['location'],_0x15b6ea['scope']=_0x5f2696['scope']||_0x5f2696[_0x657811(0x24b)]&&_0x5f2696[_0x657811(0x24b)][0x0]||'',_0x15b6ea['hookType']=_0x435b2d[_0x657811(0x18d)],_0x382439['hookMetadata']=_0x15b6ea,logger[_0x657811(0x2bd)](_0x657811(0x29e)+_0xdac5fa+_0x657811(0x1c6)+_0x382439[_0x657811(0x20c)][_0x657811(0x22b)]+_0x657811(0x189)+_0x382439[_0x657811(0x20c)][_0x657811(0x1ae)]);}_0x35f85d[_0x657811(0x1e4)](_0xdac5fa,_0x382439),logger[_0x657811(0x2bd)](_0x657811(0x2df)+_0xdac5fa+_0x657811(0x2ca)+_0x289083+',\x20hookState:\x20'+_0x475a84);}async['processPendingHooks'](_0x4cb0f9,_0x47a5e8){const _0x3b5608=a71_0x2db90d,_0x17bf2f={};_0x17bf2f[_0x3b5608(0x286)]=function(_0x9ee917,_0x53171){return _0x9ee917>_0x53171;},_0x17bf2f['BknCB']=_0x3b5608(0x1fc),_0x17bf2f[_0x3b5608(0x2ba)]=function(_0x30e6c7,_0x1db3f7){return _0x30e6c7===_0x1db3f7;},_0x17bf2f['zPOph']=function(_0x5700c9,_0x21f076){return _0x5700c9===_0x21f076;},_0x17bf2f['orjJE']=function(_0x5e44fd,_0x432c29){return _0x5e44fd>_0x432c29;},_0x17bf2f[_0x3b5608(0x2ae)]=_0x3b5608(0x203),_0x17bf2f[_0x3b5608(0x1ee)]=_0x3b5608(0x223);const _0x11bec3=_0x17bf2f;if(_0x4cb0f9[_0x3b5608(0x1a8)](_0x47a5e8)){const _0xd89a7d=_0x4cb0f9[_0x3b5608(0x25c)](_0x47a5e8);logger[_0x3b5608(0x2bd)](_0x3b5608(0x188)+_0xd89a7d[_0x3b5608(0x1bd)]+_0x3b5608(0x27d)+_0x47a5e8);for(const _0x2f55d2 of _0xd89a7d){try{const _0x5db776=await this[_0x3b5608(0x2eb)](_0x4cb0f9,_0x2f55d2[_0x3b5608(0x213)],_0x2f55d2[_0x3b5608(0x252)],_0x2f55d2[_0x3b5608(0x268)]);_0x5db776&&_0x11bec3[_0x3b5608(0x286)](Object[_0x3b5608(0x1d8)](_0x5db776)[_0x3b5608(0x1bd)],0x0)&&_0x4cb0f9[_0x3b5608(0x21b)](_0x5db776),await this['runHooks'](_0x4cb0f9,_0x2f55d2[_0x3b5608(0x213)],_0x2f55d2['hookState'],_0x2f55d2[_0x3b5608(0x268)]);}catch(_0x20954d){logger[_0x3b5608(0x1c5)](_0x3b5608(0x2f9)+_0x47a5e8+_0x3b5608(0x2dc)+_0x20954d);}}_0x4cb0f9['removePendingHooks'](_0x47a5e8),logger[_0x3b5608(0x2bd)](_0x3b5608(0x1a2)+_0x47a5e8);}const _0x22ae88=_0x4cb0f9['getAllData']()[_0x3b5608(0x2d3)](_0x47a5e8);if(_0x22ae88){const _0x3d7ce7=_0x22ae88[TestFrameworkConstants['KEY_TEST_FILE_PATH']]||_0x22ae88[TestFrameworkConstants[_0x3b5608(0x1dd)]],_0x1bc1f5=_0x22ae88[TestFrameworkConstants[_0x3b5608(0x18e)]]||_0x22ae88[TestFrameworkConstants[_0x3b5608(0x192)]]&&_0x22ae88[TestFrameworkConstants[_0x3b5608(0x192)]][0x0]||'';logger['debug'](_0x11bec3[_0x3b5608(0x2a0)]);const _0x38f90c=_0x4cb0f9[_0x3b5608(0x302)]();for(const _0xa9156c of _0x38f90c){if(_0x11bec3[_0x3b5608(0x2ba)](_0xa9156c,_0x47a5e8))continue;if(_0x4cb0f9[_0x3b5608(0x1a8)](_0xa9156c)){const _0x5cd257=_0x4cb0f9[_0x3b5608(0x25c)](_0xa9156c);for(const _0x5c0eb5 of _0x5cd257){if(_0x11bec3[_0x3b5608(0x2ba)](_0x5c0eb5[_0x3b5608(0x213)],TestFrameworkState[_0x3b5608(0x1e5)])&&_0x5c0eb5[_0x3b5608(0x20c)]){const _0x52b494=_0x5c0eb5['hookMetadata'][_0x3b5608(0x22b)],_0x292e55=_0x5c0eb5[_0x3b5608(0x20c)]['scope'];if(_0x11bec3[_0x3b5608(0x2ba)](_0x52b494,_0x3d7ce7)&&_0x11bec3[_0x3b5608(0x28c)](_0x292e55,_0x1bc1f5)){logger[_0x3b5608(0x2bd)](_0x3b5608(0x300)+_0xa9156c+_0x3b5608(0x2bb)+_0x47a5e8+_0x3b5608(0x1c6)+_0x52b494+_0x3b5608(0x189)+_0x292e55);_0x5c0eb5[_0x3b5608(0x268)]&&_0x5c0eb5[_0x3b5608(0x268)][_0x3b5608(0x280)]&&(_0x5c0eb5[_0x3b5608(0x268)][_0x3b5608(0x280)][_0x3b5608(0x301)]=_0x47a5e8,logger['debug'](_0x3b5608(0x284)+_0xa9156c+'\x20to\x20'+_0x47a5e8));try{const _0x1a59d1=await this[_0x3b5608(0x2eb)](_0x4cb0f9,_0x5c0eb5[_0x3b5608(0x213)],_0x5c0eb5[_0x3b5608(0x252)],_0x5c0eb5[_0x3b5608(0x268)]);_0x1a59d1&&_0x11bec3[_0x3b5608(0x1cb)](Object['keys'](_0x1a59d1)[_0x3b5608(0x1bd)],0x0)&&_0x4cb0f9[_0x3b5608(0x21b)](_0x1a59d1);await this[_0x3b5608(0x1ef)](_0x4cb0f9,_0x5c0eb5[_0x3b5608(0x213)],_0x5c0eb5[_0x3b5608(0x252)],_0x5c0eb5[_0x3b5608(0x268)]);const _0x91ad08=_0x4cb0f9[_0x3b5608(0x25c)](_0xa9156c)[_0x3b5608(0x2e6)](_0x17f6af=>_0x17f6af!==_0x5c0eb5);if(_0x11bec3['zmEDR'](_0x91ad08['length'],0x0))_0x4cb0f9[_0x3b5608(0x1c3)](_0xa9156c);else{_0x4cb0f9[_0x3b5608(0x1c3)](_0xa9156c);for(const _0x5336f5 of _0x91ad08){_0x4cb0f9[_0x3b5608(0x1e4)](_0xa9156c,_0x5336f5);}}logger['debug'](_0x11bec3['uWJsk']);}catch(_0x491418){logger[_0x3b5608(0x1c5)](_0x11bec3[_0x3b5608(0x1ee)]);}}}}}}}}['mapTestHooks'](_0xcca457){const _0x483dba=a71_0x2db90d,_0x3634d2={'hqAoK':function(_0x456ca8){return _0x456ca8();}};if(!_0xcca457||!_0xcca457[_0x483dba(0x317)])return;_0xcca457[_0x483dba(0x317)][_0x483dba(0x2fd)]&&Array[_0x483dba(0x28a)](_0xcca457[_0x483dba(0x317)][_0x483dba(0x2fd)])&&_0xcca457['parent'][_0x483dba(0x2fd)][_0x483dba(0x1eb)](_0x4e032c=>{const _0x1df626=_0x483dba;!_0x4e032c['hookAnalyticsId']&&!_0x4e032c[_0x1df626(0x248)]&&(_0x4e032c[_0x1df626(0x211)]=_0x3634d2[_0x1df626(0x277)](uuidv4),_0x4e032c[_0x1df626(0x248)]=_0x4e032c[_0x1df626(0x211)],logger['debug']('[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type='+_0x4e032c[_0x1df626(0x1f2)]+_0x1df626(0x2f3)+_0x4e032c['hookAnalyticsId']));}),this[_0x483dba(0x1af)](_0xcca457[_0x483dba(0x317)]);}[a71_0x2db90d(0x259)](_0x56f9f6){const _0x36dea0=a71_0x2db90d,_0x10f6f4={'beoLm':function(_0x2222e1,_0x2468d9){return _0x2222e1(_0x2468d9);}};if(!_0x56f9f6||!_0x56f9f6['parent'])return[];const _0x531ddb=[];return _0x56f9f6[_0x36dea0(0x317)][_0x36dea0(0x2fd)]&&Array[_0x36dea0(0x28a)](_0x56f9f6[_0x36dea0(0x317)][_0x36dea0(0x2fd)])&&_0x56f9f6['parent'][_0x36dea0(0x2fd)]['forEach'](_0x2c61cf=>{const _0x473082=_0x36dea0,_0x2025fe=_0x2c61cf[_0x473082(0x211)]||_0x2c61cf[_0x473082(0x248)];_0x2025fe&&!this[_0x473082(0x19e)](_0x2c61cf)&&!_0x10f6f4['beoLm'](isInternalHook,_0x2c61cf['fn'])&&_0x531ddb[_0x473082(0x22f)](_0x2025fe);}),[..._0x531ddb,...this[_0x36dea0(0x259)](_0x56f9f6[_0x36dea0(0x317)])];}[a71_0x2db90d(0x1e7)](_0xbec1b7){const _0xeb9f34=a71_0x2db90d,_0x3761ea={'jtRys':function(_0x68fe77,_0xb2e550){return _0x68fe77(_0xb2e550);},'axLrv':_0xeb9f34(0x2b0),'dFoSa':function(_0x326cc6,_0xfcbecd){return _0x326cc6(_0xfcbecd);}},_0x3ba749=new Map(),_0x398590=_0x14a2b0=>{const _0xda298b=_0xeb9f34;if(!_0x14a2b0||!_0x14a2b0[_0xda298b(0x317)])return;_0x14a2b0['parent'][_0xda298b(0x2fd)]&&Array[_0xda298b(0x28a)](_0x14a2b0[_0xda298b(0x317)][_0xda298b(0x2fd)])&&_0x14a2b0[_0xda298b(0x317)][_0xda298b(0x2fd)][_0xda298b(0x1eb)](_0x41abba=>{const _0x538a4e=_0xda298b,_0x1de46e=_0x41abba[_0x538a4e(0x211)]||_0x41abba[_0x538a4e(0x248)];if(_0x1de46e&&!this[_0x538a4e(0x19e)](_0x41abba)&&!_0x3761ea[_0x538a4e(0x2a5)](isInternalHook,_0x41abba['fn'])){const _0x3b13b5={};_0x3b13b5[_0x538a4e(0x1f2)]=_0x41abba[_0x538a4e(0x1f2)]||_0x3761ea[_0x538a4e(0x2d2)],_0x3b13b5['name']=_0x41abba[_0x538a4e(0x2e9)]||'\x22'+_0x41abba['type']+_0x538a4e(0x2e4),_0x3ba749[_0x538a4e(0x1b6)](_0x1de46e,_0x3b13b5);}}),_0x3761ea['jtRys'](_0x398590,_0x14a2b0[_0xda298b(0x317)]);};return _0x3761ea[_0xeb9f34(0x2c7)](_0x398590,_0xbec1b7),_0x3ba749;}[a71_0x2db90d(0x19e)](_0x443da2){const _0x15ed0f=a71_0x2db90d,_0x1155ea={};_0x1155ea[_0x15ed0f(0x2e0)]=_0x15ed0f(0x2cb),_0x1155ea['jdWro']=_0x15ed0f(0x241);const _0x572e9a=_0x1155ea;try{const _0x4f38b2=this[_0x15ed0f(0x26c)](_0x443da2);return _0x4f38b2&&_0x4f38b2['includes'](_0x572e9a['haVYo']);}catch(_0x9a6334){logger['debug'](_0x572e9a[_0x15ed0f(0x2d9)]);}return![];}[a71_0x2db90d(0x26c)](_0x2c8999){const _0xa45634=a71_0x2db90d;if(_0x2c8999['asyncError'])try{const _0x26fd2a=stackTrace[_0xa45634(0x1be)](_0x2c8999[_0xa45634(0x22a)]);return _0x26fd2a[0x0]?_0x26fd2a[0x0][_0xa45634(0x210)]():null;}catch(_0x1af1fb){logger['debug'](_0xa45634(0x1bf)+util[_0xa45634(0x1b3)](_0x1af1fb));}if(_0x2c8999[_0xa45634(0x2de)])return _0x2c8999['file'];return null;}}module[a71_0x2db90d(0x201)]=JestTestFramework;function a71_0x59f8(_0x30526a,_0xb4f5ac){const _0x4b9829=a71_0x4b98();return a71_0x59f8=function(_0x59f8ec,_0x11740e){_0x59f8ec=_0x59f8ec-0x188;let _0x35f115=_0x4b9829[_0x59f8ec];return _0x35f115;},a71_0x59f8(_0x30526a,_0xb4f5ac);}function a71_0x4b98(){const _0x595299=['testFrameworkVersion','testFrameworkState','\x20screenshot\x20logs\x20for\x20testId:\x20','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','OUbum','file_name','\x20logs\x20for\x20testId:\x20','[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20','addMultipleEntries','getInstance',',\x20hookState=','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','pid','KEY_HOOK_FAILURE_TYPE','./testFramework','UnhandledError','Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20${testId},\x20error:\x20${error}','UEORA','XakrD',',\x20attachmentLogs:\x20','getId','depth','KEY_TEST_STARTED_AT','asyncError','filePath','Yynpq','getJestTestScopes','12WaKgyB','push','match','message','Idviy','\x20-\x20testId:\x20','KEY_TEST_RESULT','wmtRR','tags','MXqZG',',\x20logsInBatch:\x20','wGaMN','672272shfeRz','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','getAllData','DEFAULT_TEST_RESULT','JrLQu',',\x20platformIndex:\x20','PKuKS','[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}',',\x20hooksListLength=',',\x20hookType=','KEY_HOOK_NAME','2373899OLgygm','test_identifier','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','hookUUID','KEY_HOOK_FAILURE_REASON','getCurrentTestState','scopes',',\x20contextId=','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','splice','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','has','UQdju','hookState','KEY_TEST_FILE_PATH','KEY_HOOK_LAST_STARTED','CYLbb','KEY_TEST_ID','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','../grpcClient','getHooksForTest','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','toString','getPendingHooks','\x20(testIdentifier)','ALL','skip','cEVEx',',\x20argsKeys=','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','../../../helpers/classLogger.js','KEY_TEST_TAGS','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','379456PIEuru','253510eNrXCI','args','1094940oVLOMR',',\x20testData=','JfrPL','getRootParentFile','\x20attachments','KEY_EVENT_ENDED_AT','507596FDnjDY','KEY_HOOK_RESULT','\x22\x20from\x20testData',',\x20version=','platformIndex','DEFAULT_HOOK_RESULT',',\x20hookId=',',\x20scopes=','hqAoK','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','event_ended_at','uuid',',\x20remainingHooks=','KEY_TEST_FRAMEWORK_VERSION','\x20pending\x20hooks\x20for\x20testId:\x20','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','kUuec','hookData',',\x20hook=','POST','afxMo','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','ebElX','148741DGZZJF','kind','dFnzN','isArray','KEY_HOOK_LAST_FINISHED','zPOph','KEY_HOOK_ID',',\x20payload:\x20','gOEqT',',\x20state=','\x20hook','\x20files','KEY_CUSTOM_TAGS','yeXnr','none','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','KEY_TEST_LOGS','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','test','storePendingHook','substring',',\x20testFramework=','hMwkf','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','tgEsF','BknCB','startedAt','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','\x20&\x20hookState=','parseJestTestResult','jtRys','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','KEY_TEST_FAILURE_TYPE','Nocnm','KEY_TEST_FRAMEWORK_NAME','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','KEY_TEST_ENDED_AT',',\x20testId=','apply','uWJsk','KEY_TEST_ATTACHMENTS','unknown','mYbRQ','xBGPl','3xRMNoK','wsncg','vNrOm','wPnmN','XAjCc','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','uzrNT','zmEDR',',\x20currentTestId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','debug','hsnhP','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','missing',',\x20updates=','OnlKL','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result','nZsuB','trackJestInstance:\x20created\x20instance\x20for\x20target=','DlvRV','dFoSa','getTestFrameworksVersions','WnHbL',',\x20state:\x20','jest-circus','../instances/testFrameworkInstance.js','RZZCm',',\x20target=','../state/hookState.js',',\x20failureType=','activeHooks','axLrv','get','reverse','testId','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes=','originalTest','jdWro','dumlS','MMzIq',',\x20error:\x20','from','file','Stored\x20pending\x20hook\x20for\x20testId:\x20','haVYo','failed','10haqtQF','KEY_HOOK_LOGS','\x22\x20hook',',\x20storing\x20as\x20pending\x20hook','filter','trackEvent','hook_run_uuid','name','pop','trackHookEvent','inspect','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','kMMMS','createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20',',\x20hook_run_uuid=','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','failure_reason',',\x20hookUUID=','JestTestFramework','processPendingHooks','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','KEY_TEST_FAILURE_REASON','../../../helpers/test-observability/utils','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20',',\x20duration=','testFrameworkName','KEY_HOOKS_STARTED','hooks','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=',',\x20filePath=','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','test_run_id','getAllPendingHookTestIds','replace','started_at','getJestFailureReason','\x20for\x20testId:\x20','fQpTo','map','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','toUpperCase','NONE','HEKPR','find','KEY_TEST_META','KEY_TEST_RETRY_OF','util','SPOFy','../state/testFrameworkState.js','DbsiK','maxArrayLength','KEY_TEST_CODE','stack-trace','parent','delete','rUquE','Processing\x20',',\x20scope:\x20','setTrackedInstance','substr','warn','rwBED','KEY_TEST_SCOPE','instance','ROOT_DESCRIBE_BLOCK','finished_at','KEY_TEST_SCOPES',',\x20messageLength=','pPKDI','EZuDO','testUUID','sxahl','sendLogCreatedEvent','xqHwF','oHUhI','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','TxZII','hook_type','isJestInternalHook','executionContext','getTrackedInstance','base64','Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20','getJestFailureData','result','ceil','tArzp','includes','hasPendingHooks','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=',',\x20result=',',\x20totalLogs:\x20','EeWyG','testData','scope','mapTestHooks','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','KEY_EVENT_STARTED_AT','getTestFrameworks','format','resolveInstance','pkdtJ','set','oxUeh','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback','createContext','./constants/testFrameworkConstants.js','10PozJbL','pdlQF','length','parse','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20',',\x20totalHooks=','KEY_TEST_NAME','endedAt','removePendingHooks','KEY_AUTOMATE_SESSION_NAME','error',',\x20filePath:\x20','getJestTestIdentifier','KEY_HOOKS_FINISHED','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','[JestTestFramework]\x20trackHookEvent:\x20SUCCESS\x20-\x20hookType=','orjJE','SidCV','PRE','getThreadId','[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20','HamJr','join','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND','toISOString','getJestTestName','_ALL','jhONn','getActiveHook','keys','pqrjz','Assert','trackJestInstance:\x20instance\x20already\x20exists',',\x20hookData=','KEY_TEST_LOCATION','../cliUtils.js','NomOR','__workerDetails',',\x20failureReason=','concat','\x20(testIdentifier),\x20result=','addPendingHook','BEFORE_ALL',',\x20totalBatches:\x20','buildHookMapFromTest','trackJestInstance','KEY_TEST_UUID','TEST','forEach','[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState=','parseJestTest','yUpmw','runHooks','Error\x20in\x20createTestFrameworkEventPayload:\x20','JHsOq','type','findIndex',',\x20response=','getJestTestTags','MSsYl','beforeAll','getJestFailureType','hook_id','setActiveHook','duration','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20${testFilePath},\x20scope:\x20${testScope}','YgQpS','createTestFrameworkEventPayload','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20','KEY_LOGS','exports','logCreatedEvent','[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook','\x20(testIdentifier),\x20tags=','retryOf','slice','split','status','KEY_TEST_RESULT_AT','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','getCurrentHookState','hookMetadata','getJestTestFilePath','errorsDetailed','stringify','getFileName','hookAnalyticsId'];a71_0x4b98=function(){return _0x595299;};return a71_0x4b98();}
@@ -1 +1 @@
1
- const a72_0xcc409f=a72_0x653b;(function(_0x5e8bed,_0x4f5625){const _0x12f850=a72_0x653b,_0x20a659=_0x5e8bed();while(!![]){try{const _0x1f4570=-parseInt(_0x12f850(0x97))/0x1*(-parseInt(_0x12f850(0x9e))/0x2)+parseInt(_0x12f850(0x93))/0x3+-parseInt(_0x12f850(0xac))/0x4+-parseInt(_0x12f850(0x96))/0x5+-parseInt(_0x12f850(0x90))/0x6+-parseInt(_0x12f850(0x89))/0x7+parseInt(_0x12f850(0x92))/0x8;if(_0x1f4570===_0x4f5625)break;else _0x20a659['push'](_0x20a659['shift']());}catch(_0x37e2f1){_0x20a659['push'](_0x20a659['shift']());}}}(a72_0x2d27,0x3c73b));const AutomationFramework=require('./automationFramework.js'),{createClassLogger}=require(a72_0xcc409f(0x9b)),AutomationFrameworkState=require(a72_0xcc409f(0x9d)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require(a72_0xcc409f(0x8d)),AutomationFrameworkInstance=require('../instances/automationFrameworkInstance.js');class PlaywrightAutomationFramework extends AutomationFramework{[a72_0xcc409f(0x88)]=createClassLogger(a72_0xcc409f(0x9c));constructor(_0x4a5518,_0x192801){super(_0x4a5518,_0x192801);}async['trackEvent'](_0x567dd8,_0x2271ad,_0x5780dd={}){const _0x4b7420=a72_0xcc409f,_0x4219dc={};_0x4219dc[_0x4b7420(0x91)]=function(_0x539fbf,_0x527973){return _0x539fbf===_0x527973;};const _0x556cbc=_0x4219dc;this[_0x4b7420(0x88)][_0x4b7420(0xa0)](_0x4b7420(0xa2)+_0x567dd8+_0x4b7420(0x9f)+_0x2271ad),await super[_0x4b7420(0xa8)](_0x567dd8,_0x2271ad,_0x5780dd);const _0x317167=this['resolveInstance'](_0x567dd8,_0x2271ad,_0x5780dd);if(_0x556cbc[_0x4b7420(0x91)](_0x317167,null))return;_0x5780dd[_0x4b7420(0x86)]=_0x317167,await this[_0x4b7420(0xa4)](_0x317167,_0x567dd8,_0x2271ad,_0x5780dd);}[a72_0xcc409f(0x98)](_0x243b4b,_0x72777a,_0x51440b={}){const _0x3e069=a72_0xcc409f,_0xfc97e9={};_0xfc97e9[_0x3e069(0x8e)]=function(_0x8417b4,_0x293a10){return _0x8417b4===_0x293a10;},_0xfc97e9[_0x3e069(0x8a)]=function(_0x1ec4b1,_0x554d13){return _0x1ec4b1===_0x554d13;};const _0x19dfd6=_0xfc97e9;let _0xba4acb=null;return(_0x19dfd6[_0x3e069(0x8e)](_0x243b4b,AutomationFrameworkState[_0x3e069(0x8b)])||_0x19dfd6['VqxTC'](_0x243b4b,AutomationFrameworkState[_0x3e069(0xaa)])&&(_0x51440b[_0x3e069(0xa7)]&&_0x51440b[_0x3e069(0xa7)][_0x3e069(0xab)]&&_0x51440b[_0x3e069(0xa7)]['params'][_0x3e069(0x85)])||_0x19dfd6['ocXMa'](_0x243b4b,AutomationFrameworkState[_0x3e069(0x84)]))&&this[_0x3e069(0x99)](_0x243b4b,_0x51440b),_0xba4acb=AutomationFramework['getTrackedInstance'](),_0xba4acb;}[a72_0xcc409f(0x99)](_0x5226a4,_0x5a078d){const _0x219299=a72_0xcc409f,_0x10c955={};_0x10c955[_0x219299(0xa6)]=_0x219299(0x87);const _0x2f3b17=_0x10c955;if(AutomationFramework[_0x219299(0x94)]()){this['logger'][_0x219299(0x95)](_0x2f3b17[_0x219299(0xa6)]);return;}const _0x164da7=CLIUtils[_0x219299(0x8f)](),_0x1ede94=TrackedInstance['createContext'](_0x164da7);let _0x472bb4=null;this['logger'][_0x219299(0x95)](_0x219299(0xa9)+_0x164da7+_0x219299(0xa1)+_0x5226a4),_0x472bb4=new AutomationFrameworkInstance(_0x1ede94,this[_0x219299(0xa5)](),this[_0x219299(0x8c)](),_0x5226a4),AutomationFramework[_0x219299(0x9a)](_0x1ede94,_0x472bb4),this['logger'][_0x219299(0x95)]('trackPlaywrightInstance:\x20saved\x20instance\x20contextId='+_0x1ede94['getId']()+'\x20target='+_0x164da7);}}function a72_0x653b(_0x215e5c,_0x8ebd2e){const _0x2d2767=a72_0x2d27();return a72_0x653b=function(_0x653bd8,_0x245c2f){_0x653bd8=_0x653bd8-0x84;let _0x3badfd=_0x2d2767[_0x653bd8];return _0x3badfd;},a72_0x653b(_0x215e5c,_0x8ebd2e);}module[a72_0xcc409f(0xa3)]=PlaywrightAutomationFramework;function a72_0x2d27(){const _0x8f0e44=['bsParams','instance','trackPlaywrightInstance:\x20instance\x20already\x20exists','logger','2003057cNzsep','VqxTC','CREATE','getAutomationFrameworkVersion','../instances/trackedInstance.js','ocXMa','getCurrentInstanceName','1457634UBvoBV','NPdUc','10331432HbaRlJ','52275NbTpqJ','getTrackedInstance','info','1362975nJCgtW','1yZvbbF','resolveInstance','trackPlaywrightInstance','setTrackedInstance','../../../helpers/classLogger.js','PlaywrightAutomationFramework','../state/automationFrameworkState.js','111358JhlYuQ','\x20hookState=','debug',',\x20state=','trackEvent:\x20automationFrameworkState=','exports','runHooks','getAutomationFrameworkName','nxGiU','message','trackEvent','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','PLAYWRIGHT_DISPATCH','params','1260948pPQYry','NONE'];a72_0x2d27=function(){return _0x8f0e44;};return a72_0x2d27();}
1
+ const a72_0xd39c86=a72_0x10eb;(function(_0x39fc4c,_0x76495e){const _0x2f5beb=a72_0x10eb,_0x1be0a9=_0x39fc4c();while(!![]){try{const _0x1f963d=parseInt(_0x2f5beb(0x95))/0x1*(-parseInt(_0x2f5beb(0xa9))/0x2)+-parseInt(_0x2f5beb(0xb1))/0x3*(parseInt(_0x2f5beb(0xb2))/0x4)+parseInt(_0x2f5beb(0x98))/0x5+parseInt(_0x2f5beb(0xa5))/0x6+-parseInt(_0x2f5beb(0xae))/0x7+-parseInt(_0x2f5beb(0xa4))/0x8*(-parseInt(_0x2f5beb(0xa1))/0x9)+parseInt(_0x2f5beb(0x99))/0xa;if(_0x1f963d===_0x76495e)break;else _0x1be0a9['push'](_0x1be0a9['shift']());}catch(_0x6b110e){_0x1be0a9['push'](_0x1be0a9['shift']());}}}(a72_0x5526,0xba6e4));function a72_0x5526(){const _0x318ed1=['sDFrg','getId','trackEvent','PlaywrightAutomationFramework','209717uthBci','../../../helpers/classLogger.js','getAutomationFrameworkName','3559365GhBEHY','8810110rJKPuu','bsParams','createContext','bELPZ','message','./automationFramework.js','\x20hookState=','info','279cIIpOG','resolveInstance','../instances/automationFrameworkInstance.js','271736MfRNhw','1668378VzUrHr','debug','getTrackedInstance','trackPlaywrightInstance','2wqNTjA','trackEvent:\x20automationFrameworkState=','setTrackedInstance','mhBOJ','../cliUtils.js','9741025sSXydK','trackPlaywrightInstance:\x20instance\x20already\x20exists','../state/automationFrameworkState.js','419259tSUxji','16oiokNe','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','exports','getAutomationFrameworkVersion','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','params','getCurrentInstanceName','../instances/trackedInstance.js','CREATE','logger',',\x20state='];a72_0x5526=function(){return _0x318ed1;};return a72_0x5526();}const AutomationFramework=require(a72_0xd39c86(0x9e)),{createClassLogger}=require(a72_0xd39c86(0x96)),AutomationFrameworkState=require(a72_0xd39c86(0xb0)),CLIUtils=require(a72_0xd39c86(0xad)),TrackedInstance=require(a72_0xd39c86(0xb9)),AutomationFrameworkInstance=require(a72_0xd39c86(0xa3));function a72_0x10eb(_0x367a40,_0x3c85b2){const _0x5526aa=a72_0x5526();return a72_0x10eb=function(_0x10eb8d,_0x296eb5){_0x10eb8d=_0x10eb8d-0x93;let _0x18e9fa=_0x5526aa[_0x10eb8d];return _0x18e9fa;},a72_0x10eb(_0x367a40,_0x3c85b2);}class PlaywrightAutomationFramework extends AutomationFramework{['logger']=createClassLogger(a72_0xd39c86(0x94));constructor(_0x16cffc,_0x1a3691){super(_0x16cffc,_0x1a3691);}async[a72_0xd39c86(0x93)](_0x5d5ad2,_0x366d14,_0x2c269f={}){const _0x21cf1d=a72_0xd39c86,_0x1d7f2f={};_0x1d7f2f['bhLlY']=function(_0xb8e1c8,_0x2940f9){return _0xb8e1c8===_0x2940f9;};const _0x260075=_0x1d7f2f;this['logger'][_0x21cf1d(0xa6)](_0x21cf1d(0xaa)+_0x5d5ad2+_0x21cf1d(0x9f)+_0x366d14),await super[_0x21cf1d(0x93)](_0x5d5ad2,_0x366d14,_0x2c269f);const _0x7d4beb=this['resolveInstance'](_0x5d5ad2,_0x366d14,_0x2c269f);if(_0x260075['bhLlY'](_0x7d4beb,null))return;_0x2c269f['instance']=_0x7d4beb,await this['runHooks'](_0x7d4beb,_0x5d5ad2,_0x366d14,_0x2c269f);}[a72_0xd39c86(0xa2)](_0x32e799,_0x1ac88e,_0x369e7a={}){const _0x1b5f50=a72_0xd39c86,_0x58db54={};_0x58db54[_0x1b5f50(0xbd)]=function(_0x2963e0,_0x1ae68f){return _0x2963e0===_0x1ae68f;},_0x58db54['bELPZ']=function(_0x131bb8,_0x296f70){return _0x131bb8===_0x296f70;};const _0x21d73a=_0x58db54;let _0x44bfe6=null;return(_0x21d73a[_0x1b5f50(0xbd)](_0x32e799,AutomationFrameworkState[_0x1b5f50(0xba)])||_0x21d73a[_0x1b5f50(0x9c)](_0x32e799,AutomationFrameworkState['PLAYWRIGHT_DISPATCH'])&&(_0x369e7a[_0x1b5f50(0x9d)]&&_0x369e7a['message'][_0x1b5f50(0xb7)]&&_0x369e7a[_0x1b5f50(0x9d)]['params'][_0x1b5f50(0x9a)])||_0x21d73a[_0x1b5f50(0x9c)](_0x32e799,AutomationFrameworkState['NONE']))&&this['trackPlaywrightInstance'](_0x32e799,_0x369e7a),_0x44bfe6=AutomationFramework[_0x1b5f50(0xa7)](),_0x44bfe6;}[a72_0xd39c86(0xa8)](_0x482b59,_0x481308){const _0x5580db=a72_0xd39c86,_0x380fe7={};_0x380fe7[_0x5580db(0xac)]=_0x5580db(0xaf);const _0x25bcf2=_0x380fe7;if(AutomationFramework[_0x5580db(0xa7)]()){this[_0x5580db(0xbb)][_0x5580db(0xa0)](_0x25bcf2[_0x5580db(0xac)]);return;}const _0x2dfdd2=CLIUtils[_0x5580db(0xb8)](),_0x25c105=TrackedInstance[_0x5580db(0x9b)](_0x2dfdd2);let _0x2aa80c=null;this['logger'][_0x5580db(0xa0)](_0x5580db(0xb3)+_0x2dfdd2+_0x5580db(0xbc)+_0x482b59),_0x2aa80c=new AutomationFrameworkInstance(_0x25c105,this[_0x5580db(0x97)](),this[_0x5580db(0xb5)](),_0x482b59),AutomationFramework[_0x5580db(0xab)](_0x25c105,_0x2aa80c),this[_0x5580db(0xbb)][_0x5580db(0xa0)](_0x5580db(0xb6)+_0x25c105[_0x5580db(0xbe)]()+'\x20target='+_0x2dfdd2);}}module[a72_0xd39c86(0xb4)]=PlaywrightAutomationFramework;
@@ -1 +1 @@
1
- const a73_0x338d76=a73_0xd277;(function(_0x26926c,_0x4a4a59){const _0x5ae896=a73_0xd277,_0x107c7b=_0x26926c();while(!![]){try{const _0x1a06a4=parseInt(_0x5ae896(0x210))/0x1+-parseInt(_0x5ae896(0x184))/0x2*(-parseInt(_0x5ae896(0x21f))/0x3)+-parseInt(_0x5ae896(0x13c))/0x4+-parseInt(_0x5ae896(0x1bc))/0x5*(parseInt(_0x5ae896(0x14a))/0x6)+-parseInt(_0x5ae896(0x182))/0x7*(-parseInt(_0x5ae896(0x1e7))/0x8)+parseInt(_0x5ae896(0x15f))/0x9*(-parseInt(_0x5ae896(0x1df))/0xa)+-parseInt(_0x5ae896(0x1f3))/0xb;if(_0x1a06a4===_0x4a4a59)break;else _0x107c7b['push'](_0x107c7b['shift']());}catch(_0x2859b0){_0x107c7b['push'](_0x107c7b['shift']());}}}(a73_0x2856,0x56df5));const TestFramework=require('./testFramework'),TestFrameworkState=require('../state/testFrameworkState.js'),HookState=require(a73_0x338d76(0x140)),{createClassLogger}=require(a73_0x338d76(0x1ed)),TestFrameworkInstance=require('../instances/testFrameworkInstance.js'),CLIUtils=require(a73_0x338d76(0x1c9)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a73_0x338d76(0x1c3)),logger=createClassLogger(a73_0x338d76(0x202)),{v4:uuidv4}=require(a73_0x338d76(0x1ec)),util=require(a73_0x338d76(0x1b4)),{getPlaywrightSessionName,getPlaywrightTestFilePath,getPlaywrightTestId,getPlaywrightTestTitle,getPlaywrightTestLocation,getPlaywrightTestTags,getPlaywrightTestCode,getPlaywrightTestScope,getPlaywrightTestScopes,getStepsAndLogs,getScreenshots,getVideos,getPlaywrightCustomRerunParam,getMediaArtifactsLogs,getManualUploadLogs,updatePayloadForTraceLogs}=require(a73_0x338d76(0x170)),TestInfo=require(a73_0x338d76(0x180)),GrpcClient=require(a73_0x338d76(0x217)),{removeAnsiColors,getFailureType,failureData}=require('../../../helpers/test-observability/utils'),{getFailureData,getTestTags,getTestRunIdentifier}=require(a73_0x338d76(0x1bb)),{findNestedKey,sendTraceZip,validateFilePath}=require('../../playwright/reporter/pwUtils'),path=require(a73_0x338d76(0x178)),fs=require('fs'),helper=require(a73_0x338d76(0x1f1)),{PLAYWRIGHT_TRACE_LOGS}=require(a73_0x338d76(0x1d6));class PlaywrightTestFramework extends TestFramework{constructor(_0x2373d8,_0x506592,_0x5c9cb2){super(_0x2373d8,_0x506592,_0x5c9cb2);}async[a73_0x338d76(0x1b3)](_0x8ef54f,_0x3b769f,_0x51ab53={}){const _0x11482f=a73_0x338d76,_0x69e64e={'YGdlk':function(_0x223cd5,_0x15e8a2){return _0x223cd5===_0x15e8a2;},'CkdHQ':function(_0x10154d,_0x26c812){return _0x10154d===_0x26c812;},'ZXbLn':function(_0x2f0289,_0x53b569,_0x400627){return _0x2f0289(_0x53b569,_0x400627);},'GHUIE':function(_0x11adca,_0x47e586){return _0x11adca===_0x47e586;},'tMiKG':'test','Akykv':_0x11482f(0x17d)};super['trackEvent'](_0x8ef54f,_0x3b769f,_0x51ab53);if(_0x69e64e[_0x11482f(0x227)](_0x8ef54f,TestFrameworkState[_0x11482f(0x17e)])){const _0x136d3b=TestInfo[_0x11482f(0x1cd)](_0x51ab53[_0x11482f(0x167)],_0x51ab53[_0x11482f(0x167)][_0x11482f(0x206)]);TestInfo[_0x11482f(0x183)](_0x136d3b,_0x51ab53[_0x11482f(0x1a5)],!![]);}const _0x5b037b=this[_0x11482f(0x156)](_0x8ef54f,_0x3b769f,_0x51ab53);if(!_0x5b037b)return;logger['debug'](_0x11482f(0x207)+_0x8ef54f+_0x11482f(0x1ee)+_0x3b769f+_0x11482f(0x151)+_0x5b037b[_0x11482f(0x17c)]());try{if(_0x69e64e[_0x11482f(0x227)](_0x3b769f,HookState[_0x11482f(0x143)])&&_0x69e64e[_0x11482f(0x224)](_0x8ef54f,TestFrameworkState[_0x11482f(0x1e4)])){const _0x3a635c=_0x51ab53['test'];logger[_0x11482f(0x141)](_0x11482f(0x214)+_0x3a635c['id']+'}');const _0x2f8069=TestInfo['getTestUUID'](_0x69e64e[_0x11482f(0x162)](getTestRunIdentifier,_0x3a635c,_0x51ab53[_0x11482f(0x1a5)][_0x11482f(0x206)]));_0x5b037b[_0x11482f(0x1c6)](this['parsePlaywrightTest'](_0x2f8069,_0x3a635c,_0x51ab53[_0x11482f(0x1a5)])),logger[_0x11482f(0x141)](_0x11482f(0x160)+_0x3a635c['id']+',\x20testFrameworkState='+_0x8ef54f+_0x11482f(0x216)+_0x3b769f+_0x11482f(0x19f)+_0x5b037b[_0x11482f(0x17c)]());}if(_0x69e64e[_0x11482f(0x227)](_0x3b769f,HookState[_0x11482f(0x16e)])&&_0x69e64e[_0x11482f(0x173)](_0x8ef54f,TestFrameworkState[_0x11482f(0x1e4)])){const _0x44383c=_0x51ab53['test'],_0x560ddb=_0x51ab53[_0x11482f(0x1a5)];logger['debug'](_0x11482f(0x1bd)+_0x44383c['id']),_0x5b037b['addMultipleEntries'](this[_0x11482f(0x193)](_0x44383c['id'],_0x560ddb,_0x44383c)),await this['sendLogCreatedEvent'](_0x5b037b,_0x8ef54f,_0x3b769f,_0x69e64e[_0x11482f(0x19c)],_0x51ab53);}if(CLIUtils[_0x11482f(0x1aa)](_0x8ef54f[_0x11482f(0x1a2)]()[_0x11482f(0x147)]('.')[0x1])){const _0x33cd33=await this['trackHookEvent'](_0x5b037b,_0x8ef54f,_0x3b769f,_0x51ab53);_0x5b037b[_0x11482f(0x1c6)](_0x33cd33);}}catch(_0x905aad){logger[_0x11482f(0x153)](util[_0x11482f(0x204)](_0x69e64e[_0x11482f(0x20b)],_0x8ef54f,_0x3b769f,_0x51ab53['length'],_0x905aad));}_0x51ab53[_0x11482f(0x1c1)]=_0x5b037b,await this['runHooks'](_0x5b037b,_0x8ef54f,_0x3b769f,_0x51ab53);}[a73_0x338d76(0x156)](_0x49eab5,_0x1169a0,_0x1000c8={}){const _0x2eb5d1=a73_0x338d76,_0x4d52a5={};_0x4d52a5[_0x2eb5d1(0x19d)]=function(_0x1b4e91,_0x56dbcf){return _0x1b4e91===_0x56dbcf;},_0x4d52a5['NfjjQ']=function(_0x53aa4f,_0x169f02){return _0x53aa4f===_0x169f02;};const _0x1ca970=_0x4d52a5;let _0x396c12=null;return(_0x1ca970['egILG'](_0x49eab5,TestFrameworkState[_0x2eb5d1(0x1d5)])||_0x1ca970[_0x2eb5d1(0x174)](_0x49eab5,TestFrameworkState[_0x2eb5d1(0x1c5)]))&&this[_0x2eb5d1(0x1dd)](_0x49eab5,_0x1000c8),_0x396c12=TestFramework[_0x2eb5d1(0x18f)](),_0x396c12;}[a73_0x338d76(0x1dd)](_0x16b74a,_0x4777fe){const _0x3fa7a6=a73_0x338d76,_0x542fe6=CLIUtils[_0x3fa7a6(0x1bf)](),_0x2aa1bc=TrackedInstance['createContext'](_0x542fe6);let _0x58b76f=null;logger['info'](_0x3fa7a6(0x21a)+_0x542fe6+_0x3fa7a6(0x1d4)+_0x16b74a),_0x58b76f=new TestFrameworkInstance(_0x2aa1bc,this['getTestFrameworks'](),this['getTestFrameworksVersions'](),_0x16b74a,HookState['NONE']),TestFramework[_0x3fa7a6(0x1a4)](_0x2aa1bc,_0x58b76f),logger[_0x3fa7a6(0x164)](_0x3fa7a6(0x1e2)+_0x2aa1bc[_0x3fa7a6(0x1d2)]()+'\x20target='+_0x542fe6);}[a73_0x338d76(0x13d)](_0x4065a6,_0x1a50e6,_0x294d6d){const _0x37135c=a73_0x338d76,_0x13053c={'KMKWY':function(_0x55616e,_0x438d47){return _0x55616e(_0x438d47);},'XmTmo':function(_0x182c68,_0x3f6b5f){return _0x182c68(_0x3f6b5f);},'mIHZb':function(_0x4e1c19,_0x4a9476){return _0x4e1c19(_0x4a9476);},'ZttLJ':function(_0x1d7957,_0x251560){return _0x1d7957(_0x251560);},'IIKst':function(_0x406bb1,_0x2071d6,_0x2f2249){return _0x406bb1(_0x2071d6,_0x2f2249);}},_0x166c16=_0x13053c[_0x37135c(0x218)](getPlaywrightTestId,_0x1a50e6),_0x284be7=_0x13053c[_0x37135c(0x218)](getPlaywrightTestTitle,_0x1a50e6),_0x2a3fd6=_0x13053c[_0x37135c(0x218)](getTestTags,_0x1a50e6),_0x5275ff=_0x13053c['XmTmo'](getPlaywrightTestCode,_0x1a50e6),_0x2042bb=_0x13053c[_0x37135c(0x172)](getPlaywrightTestFilePath,_0x1a50e6),_0x10709f=_0x2042bb+':'+_0x13053c[_0x37135c(0x22a)](getPlaywrightTestLocation,_0x1a50e6),_0x232cc7=_0x13053c[_0x37135c(0x22a)](getPlaywrightTestScope,_0x1a50e6),_0x3faa87=_0x13053c[_0x37135c(0x172)](getPlaywrightTestScopes,_0x1a50e6),_0x4c37fa=_0x13053c[_0x37135c(0x21d)](getPlaywrightSessionName,_0x1a50e6),_0x33c961=this[_0x37135c(0x16b)]()[0x0],_0x535e5c=_0x13053c[_0x37135c(0x15a)](getTestRunIdentifier,_0x1a50e6,_0x294d6d[_0x37135c(0x206)]),_0x1c5262={[TestFrameworkConstants[_0x37135c(0x1e0)]]:_0x33c961,[TestFrameworkConstants[_0x37135c(0x16d)]]:this[_0x37135c(0x219)]()[_0x33c961],[TestFrameworkConstants[_0x37135c(0x1af)]]:[],[TestFrameworkConstants[_0x37135c(0x15b)]]:{},[TestFrameworkConstants[_0x37135c(0x1ba)]]:{},[TestFrameworkConstants[_0x37135c(0x1f2)]]:_0x4065a6,[TestFrameworkConstants[_0x37135c(0x1ff)]]:TestFrameworkConstants[_0x37135c(0x15d)],[TestFrameworkConstants[_0x37135c(0x169)]]:_0x4c37fa,[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x2042bb,[TestFrameworkConstants[_0x37135c(0x190)]]:_0x166c16,[TestFrameworkConstants[_0x37135c(0x199)]]:_0x284be7,[TestFrameworkConstants[_0x37135c(0x18b)]]:_0x10709f,[TestFrameworkConstants['KEY_TEST_CODE']]:_0x5275ff,[TestFrameworkConstants[_0x37135c(0x1e5)]]:_0x2a3fd6,[TestFrameworkConstants[_0x37135c(0x1e9)]]:_0x1a50e6['results'][0x0][_0x37135c(0x19e)],[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x232cc7,[TestFrameworkConstants[_0x37135c(0x1b8)]]:_0x3faa87,[TestFrameworkConstants[_0x37135c(0x13e)]]:_0x13053c[_0x37135c(0x172)](getPlaywrightCustomRerunParam,_0x1a50e6)};TestInfo[_0x37135c(0x183)](_0x535e5c,_0x1c5262);const _0x162dc0={};return _0x162dc0[_0x535e5c]=_0x1c5262,_0x162dc0;}[a73_0x338d76(0x193)](_0x2fcb74,_0x4469a7,_0x15d8fb){const _0x50a661=a73_0x338d76,_0x10ce9a={'huqQM':function(_0xecf29c,_0x4ac58d){return _0xecf29c(_0x4ac58d);},'RiuzX':_0x50a661(0x159),'yHWMc':function(_0x1d42a7,_0x4fb456){return _0x1d42a7===_0x4fb456;},'AFxln':'No\x20reason\x20provided','xXrGx':_0x50a661(0x1e6),'qXerS':function(_0x5e4ac6,_0x30ec99){return _0x5e4ac6(_0x30ec99);},'mIVJi':function(_0x48d508,_0x2f485e,_0x903986){return _0x48d508(_0x2f485e,_0x903986);},'rLqmh':function(_0x437540,_0x26714b){return _0x437540+_0x26714b;},'XILet':function(_0x2d21c8,_0x2c39c5){return _0x2d21c8===_0x2c39c5;},'RfGVF':function(_0x2e6ec1,_0x477172){return _0x2e6ec1===_0x477172;},'BRGgK':'skipped','BYFbL':_0x50a661(0x1e8),'grNng':_0x50a661(0x18a),'izwny':function(_0x2f9cf9,_0x432587){return _0x2f9cf9===_0x432587;},'OaYKU':'timedOut','gaXSo':'Expected\x20to\x20fail,\x20but\x20passed.','aECLI':function(_0x2fc24e,_0x161622,_0x269b91){return _0x2fc24e(_0x161622,_0x269b91);},'OFboz':function(_0x53ea33,_0x3d28d9){return _0x53ea33||_0x3d28d9;},'cCUMl':function(_0x13c8bd,_0x20733f){return _0x13c8bd>_0x20733f;},'McmoH':function(_0x2bf63e,_0x32e081){return _0x2bf63e-_0x32e081;},'EQFxL':_0x50a661(0x178),'EnKlm':function(_0x554455,_0x598106){return _0x554455(_0x598106);},'wZdFS':function(_0x2972c4,_0x51c5e9){return _0x2972c4>_0x51c5e9;},'vitCM':function(_0x264dac,_0x4a38c5,_0x2431a5){return _0x264dac(_0x4a38c5,_0x2431a5);}};logger[_0x50a661(0x141)](_0x50a661(0x20e)+_0x2fcb74);const _0x3627a8=_0x10ce9a[_0x50a661(0x171)](getTestRunIdentifier,_0x15d8fb,_0x4469a7[_0x50a661(0x206)]),_0x3fe02e=new Date(_0x4469a7[_0x50a661(0x19e)]),_0x38f741=_0x4469a7[_0x50a661(0x225)],_0x1513a4=new Date(_0x10ce9a[_0x50a661(0x177)](_0x3fe02e[_0x50a661(0x229)](),_0x38f741)),_0x1781e5=_0x4469a7[_0x50a661(0x200)],_0x31c9f0=TestInfo[_0x50a661(0x142)](_0x3627a8)[TestFrameworkConstants[_0x50a661(0x1a6)]]||{};let _0x4dee34=_0x1781e5;if(_0x10ce9a['XILet'](_0x4469a7[_0x50a661(0x200)],_0x15d8fb[_0x50a661(0x1a8)]))_0x4dee34=_0x10ce9a[_0x50a661(0x22e)](_0x4469a7[_0x50a661(0x200)],_0x10ce9a['BRGgK'])?_0x10ce9a[_0x50a661(0x1b0)]:_0x10ce9a[_0x50a661(0x22f)];else{(_0x10ce9a[_0x50a661(0x1ea)](_0x4dee34,_0x10ce9a[_0x50a661(0x22f)])||_0x10ce9a[_0x50a661(0x1ea)](_0x4dee34,_0x10ce9a[_0x50a661(0x1ce)])||_0x10ce9a[_0x50a661(0x149)](_0x4dee34,_0x10ce9a[_0x50a661(0x154)]))&&(_0x4dee34=_0x10ce9a['grNng']);if(_0x10ce9a[_0x50a661(0x149)](_0x4469a7[_0x50a661(0x200)],_0x10ce9a[_0x50a661(0x22f)])&&_0x10ce9a[_0x50a661(0x22e)](_0x15d8fb[_0x50a661(0x1a8)],_0x10ce9a[_0x50a661(0x1ce)])){const _0x8ed658={};_0x8ed658[_0x50a661(0x1a1)]=_0x10ce9a[_0x50a661(0x222)],_0x8ed658[_0x50a661(0x175)]=_0x10ce9a[_0x50a661(0x222)],_0x4469a7[_0x50a661(0x153)]=_0x8ed658,_0x4469a7[_0x50a661(0x1e1)]=[_0x4469a7['error']];}}const {failureData:_0x50cbb4,logs:_0x356172}=_0x10ce9a[_0x50a661(0x14c)](getFailureData,_0x4469a7?.[_0x50a661(0x1e1)],{}),_0x223c50={[TestFrameworkConstants[_0x50a661(0x1c4)]]:_0x10ce9a[_0x50a661(0x1b7)](_0x50cbb4,null),[TestFrameworkConstants[_0x50a661(0x188)]]:_0x4469a7?.[_0x50a661(0x153)]&&_0x10ce9a['huqQM'](getFailureType,_0x4469a7[_0x50a661(0x153)][_0x50a661(0x1a1)]),[TestFrameworkConstants[_0x50a661(0x157)]]:_0x4469a7?.[_0x50a661(0x153)]&&_0x10ce9a[_0x50a661(0x1c7)](removeAnsiColors,_0x4469a7[_0x50a661(0x153)][_0x50a661(0x1a1)]),[TestFrameworkConstants[_0x50a661(0x1a7)]]:[],[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x4dee34,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x1513a4[_0x50a661(0x20c)](),[TestFrameworkConstants[_0x50a661(0x22c)]]:new Date()[_0x50a661(0x20c)](),[TestFrameworkConstants[_0x50a661(0x1a6)]]:_0x31c9f0};if(_0x4469a7&&_0x10ce9a[_0x50a661(0x22d)](_0x4469a7[_0x50a661(0x206)],0x0)){const _0x468eed=TestInfo[_0x50a661(0x1ae)](_0x10ce9a['aECLI'](getTestRunIdentifier,_0x15d8fb,_0x10ce9a[_0x50a661(0x152)](_0x4469a7['retry'],0x1)));_0x223c50[TestFrameworkConstants[_0x50a661(0x155)]]=_0x468eed;}const _0x2b1b5f={};_0x2b1b5f[_0x50a661(0x167)]=_0x15d8fb;const _0x18c3bf=this[_0x50a661(0x156)](TestFrameworkState[_0x50a661(0x1e4)],HookState[_0x50a661(0x16e)],_0x2b1b5f),_0x2ee7f7=_0x18c3bf['getAllData']()['get'](_0x3627a8)[TestFrameworkConstants[_0x50a661(0x1f2)]],_0xe0200d=[],_0x18d41b=_0x10ce9a['aECLI'](findNestedKey,_0x4469a7,_0x10ce9a['EQFxL']);if(_0x18d41b&&_0x10ce9a[_0x50a661(0x14b)](validateFilePath,_0x18d41b))try{_0xe0200d[_0x50a661(0x18d)]({'kind':_0x10ce9a['RiuzX'],'timestamp':new Date()[_0x50a661(0x20c)](),'test_run_uuid':_0x2ee7f7,'file_name':path[_0x50a661(0x1fc)](_0x18d41b),'file_size':fs[_0x50a661(0x1f9)](_0x18d41b)[_0x50a661(0x181)],'attachment_type':PLAYWRIGHT_TRACE_LOGS});}catch(_0x182c4a){logger[_0x50a661(0x153)]('Error\x20processing\x20direct\x20trace\x20file\x20'+_0x18d41b+':\x20'+_0x182c4a[_0x50a661(0x1a1)]);}const _0xf8ba4a=TestInfo['getTraceFilePaths'](),_0x4362d8=_0xf8ba4a['filter'](_0xde15b8=>_0xde15b8[_0x50a661(0x1a9)]===_0x2ee7f7);_0x4362d8[_0x50a661(0x1c2)](_0x324a88=>{const _0x4cc0c5=_0x50a661;if(_0x324a88[_0x4cc0c5(0x17f)]&&_0x10ce9a[_0x4cc0c5(0x21e)](validateFilePath,_0x324a88[_0x4cc0c5(0x17f)])&&!_0xe0200d[_0x4cc0c5(0x1d7)](_0x41444a=>_0x41444a['file_name']===path[_0x4cc0c5(0x1fc)](_0x324a88[_0x4cc0c5(0x17f)])))try{_0xe0200d[_0x4cc0c5(0x18d)]({'kind':_0x10ce9a['RiuzX'],'timestamp':new Date()[_0x4cc0c5(0x20c)](),'test_run_uuid':_0x2ee7f7,'file_name':path[_0x4cc0c5(0x1fc)](_0x324a88['filePath']),'file_size':fs[_0x4cc0c5(0x1f9)](_0x324a88[_0x4cc0c5(0x17f)])[_0x4cc0c5(0x181)],'attachment_type':PLAYWRIGHT_TRACE_LOGS});}catch(_0x5739cd){logger[_0x4cc0c5(0x153)]('Error\x20processing\x20trace\x20file\x20'+_0x324a88[_0x4cc0c5(0x17f)]+'\x20from\x20TestDetails:\x20'+_0x5739cd['message']);}});if(_0x10ce9a[_0x50a661(0x198)](_0xe0200d[_0x50a661(0x1da)],0x0)){const _0x35ec5f=_0x223c50[TestFrameworkConstants[_0x50a661(0x1a7)]]||[];_0x223c50[TestFrameworkConstants[_0x50a661(0x1a7)]]=[..._0x35ec5f,..._0xe0200d];}const _0x3820e1=TestInfo[_0x50a661(0x142)](_0x3627a8)[TestFrameworkConstants[_0x50a661(0x144)]]||{},_0x19d87c=_0x10ce9a[_0x50a661(0x1f8)](getManualUploadLogs,_0x3820e1,_0x18c3bf['getAllData']()[_0x50a661(0x194)](_0x3627a8)[TestFrameworkConstants['KEY_TEST_UUID']]);if(_0x10ce9a[_0x50a661(0x198)](_0x19d87c['length'],0x0)){const _0x511a19=_0x223c50[TestFrameworkConstants['KEY_LOGS']]||[];_0x223c50[TestFrameworkConstants[_0x50a661(0x1a7)]]=[..._0x511a19,..._0x19d87c];}const _0x3edd5d=_0x15d8fb['annotations']||[],_0x525fbf=_0x223c50[TestFrameworkConstants[_0x50a661(0x1a6)]]||{};_0x3edd5d['forEach'](_0x3aacd6=>{const _0x4faced=_0x50a661,{type:_0x3d013e}=_0x3aacd6;let _0x3211b6=_0x3aacd6['description'];if(!_0x3d013e)return;(_0x10ce9a[_0x4faced(0x185)](_0x3211b6,undefined)||_0x10ce9a[_0x4faced(0x185)](_0x3211b6,null)||_0x10ce9a[_0x4faced(0x185)](_0x10ce9a[_0x4faced(0x21e)](String,_0x3211b6)['trim'](),''))&&(_0x3211b6=_0x10ce9a[_0x4faced(0x211)]);if(!_0x525fbf[_0x3d013e]){const _0x1363c9={};_0x1363c9[_0x4faced(0x16c)]=_0x10ce9a[_0x4faced(0x1fd)],_0x1363c9[_0x4faced(0x220)]=[],_0x525fbf[_0x3d013e]=_0x1363c9;}else!_0x525fbf[_0x3d013e][_0x4faced(0x16c)]&&(_0x525fbf[_0x3d013e][_0x4faced(0x16c)]=_0x10ce9a[_0x4faced(0x1fd)]),!Array[_0x4faced(0x1d1)](_0x525fbf[_0x3d013e][_0x4faced(0x220)])&&(_0x525fbf[_0x3d013e][_0x4faced(0x220)]=[]);const _0x4764e7=_0x10ce9a[_0x4faced(0x1c7)](String,_0x3211b6)[_0x4faced(0x147)](',')[_0x4faced(0x16f)](_0x299f3f=>_0x299f3f['trim']());_0x525fbf[_0x3d013e][_0x4faced(0x220)]=[...new Set([..._0x525fbf[_0x3d013e][_0x4faced(0x220)],..._0x4764e7])];}),_0x223c50[TestFrameworkConstants[_0x50a661(0x1a6)]]=_0x525fbf,TestInfo['setTestDetails'](_0x3627a8,_0x223c50);const _0x27a8c9={};return _0x27a8c9[_0x3627a8]=_0x223c50,_0x27a8c9;}async[a73_0x338d76(0x166)](_0x5cf63,_0xe75f22,_0x16eb63,_0x220876){const _0x53dda4=a73_0x338d76,_0x22e7ef={'nvAxE':function(_0x4d0711,_0x3bef6d,_0x17cc10){return _0x4d0711(_0x3bef6d,_0x17cc10);},'htqsC':function(_0x238986,_0x36d48c){return _0x238986 in _0x36d48c;},'oeyaq':function(_0x40d10f,_0x495312){return _0x40d10f in _0x495312;},'yThGn':function(_0x5f0b87,_0xde77af){return _0x5f0b87(_0xde77af);},'wMETp':function(_0x154168,_0x1374e5){return _0x154168===_0x1374e5;},'IdElF':function(_0x3eae01){return _0x3eae01();},'SQqdp':function(_0x28336f,_0x4b1882){return _0x28336f>_0x4b1882;},'OyHuv':function(_0x58b1b4,_0x4cf5b7,_0x42c588){return _0x58b1b4(_0x4cf5b7,_0x42c588);},'ApyPx':_0x53dda4(0x215),'WFZCc':function(_0x25602f,_0x5794df){return _0x25602f(_0x5794df);},'Swixt':'failed','KCdiv':_0x53dda4(0x1e8),'LBVcs':function(_0x258300,_0xd9ed5c){return _0x258300!==_0xd9ed5c;},'HczHH':function(_0x17f47f,_0xa32444){return _0x17f47f+_0xa32444;},'Zzcxf':_0x53dda4(0x1be)},_0xea6c46=_0x220876['test'],_0x46675b=_0x220876[_0x53dda4(0x1d0)],_0x781dfb=_0x22e7ef['nvAxE'](getTestRunIdentifier,_0xea6c46,_0x220876[_0x53dda4(0x1a5)][_0x53dda4(0x206)]),_0x555f13=_0xe75f22[_0x53dda4(0x1a2)]()[_0x53dda4(0x147)]('.')[0x1];let _0x493a60=_0x5cf63['getAllData']()['get'](_0x781dfb)[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x493a60&&(_0x493a60={});!_0x22e7ef[_0x53dda4(0x1cc)](_0x555f13,_0x493a60)&&(_0x493a60[_0x555f13]=[]);let _0x5b68d8=_0x5cf63[_0x53dda4(0x1db)]()[_0x53dda4(0x194)](_0x781dfb)[TestFrameworkConstants[_0x53dda4(0x15b)]];!_0x5b68d8&&(_0x5b68d8={});!_0x22e7ef[_0x53dda4(0x186)](_0x555f13,_0x5b68d8)&&(_0x5b68d8[_0x555f13]=[]);const _0x38932a={[TestFrameworkConstants[_0x53dda4(0x1ba)]]:_0x493a60,[TestFrameworkConstants[_0x53dda4(0x15b)]]:_0x5b68d8},_0xf00f85={};_0xf00f85[_0x781dfb]=_0x38932a;const _0x591585=_0xf00f85,_0x2040c8=_0x22e7ef[_0x53dda4(0x1f0)](getPlaywrightTestFilePath,_0xea6c46),_0x50d3da=_0x2040c8+':'+_0x22e7ef[_0x53dda4(0x1f0)](getPlaywrightTestLocation,_0xea6c46),_0x2a81ef=TestInfo[_0x53dda4(0x142)](_0x781dfb)[TestFrameworkConstants[_0x53dda4(0x1a6)]]||{};if(_0x22e7ef[_0x53dda4(0x213)](_0x16eb63,HookState[_0x53dda4(0x143)])){const _0x1261d2={'key':_0x555f13,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x22e7ef[_0x53dda4(0x1c0)](uuidv4),[TestFrameworkConstants[_0x53dda4(0x1c8)]]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants[_0x53dda4(0x208)]]:_0x46675b[_0x53dda4(0x19e)],[TestFrameworkConstants[_0x53dda4(0x20a)]]:[],[TestFrameworkConstants[_0x53dda4(0x1b1)]]:_0x46675b[_0x53dda4(0x161)],[TestFrameworkConstants['KEY_TEST_FILE_PATH']]:_0x2040c8,[TestFrameworkConstants[_0x53dda4(0x18b)]]:_0x50d3da,[TestFrameworkConstants[_0x53dda4(0x1a6)]]:_0x2a81ef};_0x493a60[_0x555f13]['push'](_0x1261d2),_0x591585[_0x781dfb][TestFrameworkConstants[_0x53dda4(0x196)]]=_0x555f13,logger['debug'](_0x53dda4(0x1d8)+_0x555f13+_0x53dda4(0x148)+_0x1261d2+_0x53dda4(0x18e)+_0x220876);}else{if(_0x22e7ef[_0x53dda4(0x213)](_0x16eb63,HookState[_0x53dda4(0x16e)])){const _0x1f1d5c=await _0x220876[_0x53dda4(0x1a5)],_0x396e28=_0x493a60[_0x555f13]||[],_0x3fb1b1=_0x220876[_0x53dda4(0x1d0)];logger[_0x53dda4(0x141)]('Hook\x20List\x20in\x20Post\x20'+_0x396e28+_0x53dda4(0x1f4)+_0x220876);if(_0x22e7ef[_0x53dda4(0x191)](_0x396e28['length'],0x0)){const _0x27333d=_0x396e28[_0x53dda4(0x1ab)]();if(_0x3fb1b1[_0x53dda4(0x153)]){const _0x117265=_0x22e7ef[_0x53dda4(0x1ad)](failureData,_0x3fb1b1[_0x53dda4(0x153)],_0x22e7ef[_0x53dda4(0x1de)]);_0x27333d[TestFrameworkConstants['KEY_HOOK_FAILURE_TYPE']]=_0x22e7ef['yThGn'](getFailureType,_0x3fb1b1?.[_0x53dda4(0x153)][_0x53dda4(0x1a1)]),_0x27333d[TestFrameworkConstants[_0x53dda4(0x201)]]=_0x22e7ef[_0x53dda4(0x14d)](removeAnsiColors,_0x3fb1b1?.[_0x53dda4(0x153)][_0x53dda4(0x1a1)]),_0x27333d[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x22e7ef[_0x53dda4(0x1ca)],_0x27333d[TestFrameworkConstants[_0x53dda4(0x205)]]=_0x117265;}else _0x27333d[TestFrameworkConstants['KEY_HOOK_RESULT']]=_0x22e7ef[_0x53dda4(0x1b9)];_0x22e7ef['LBVcs'](_0x1f1d5c,TestFrameworkConstants['DEFAULT_HOOK_RESULT'])&&(_0x27333d[TestFrameworkConstants['KEY_HOOK_RESULT']]=!_0x3fb1b1[_0x53dda4(0x153)]?_0x22e7ef[_0x53dda4(0x1b9)]:_0x22e7ef[_0x53dda4(0x1ca)]);const _0x3b38dd=new Date(_0x3fb1b1[_0x53dda4(0x19e)]),_0xbc0211=new Date(_0x22e7ef[_0x53dda4(0x1e3)](_0x3b38dd[_0x53dda4(0x229)](),_0x3fb1b1[_0x53dda4(0x225)]));_0x27333d[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0xbc0211['toISOString'](),_0x27333d[TestFrameworkConstants['KEY_CUSTOM_TAGS']]=_0x2a81ef;const _0x4e30b4=_0x27333d[TestFrameworkConstants[_0x53dda4(0x146)]];await this['sendLogCreatedEvent'](_0x5cf63,_0xe75f22,_0x4e30b4,_0x22e7ef['Zzcxf'],_0x220876),!_0x5b68d8[_0x555f13]&&(_0x5b68d8[_0x555f13]=[]),_0x5b68d8[_0x555f13][_0x53dda4(0x18d)](_0x27333d),_0x591585[_0x781dfb][TestFrameworkConstants[_0x53dda4(0x197)]]=_0x555f13;}}}return _0x591585;}async[a73_0x338d76(0x20f)](_0x1e9119,_0x38e444,_0x1105b6,_0x231c8c,_0xed1b79){const _0x464761=a73_0x338d76,_0x4a1414={'cODlk':function(_0x45ae23,_0x54057a){return _0x45ae23===_0x54057a;},'xisVM':'test','DsYtT':function(_0xa200e8,_0x4f2b7b,_0x508fe1){return _0xa200e8(_0x4f2b7b,_0x508fe1);},'QBTZg':function(_0x1592ee,_0xe3e30d,_0x4b4f4d){return _0x1592ee(_0xe3e30d,_0x4b4f4d);},'bJMkM':_0x464761(0x150),'XBVgp':function(_0x72ff59,_0xa0ccf1,_0x2df83e,_0x48adf3){return _0x72ff59(_0xa0ccf1,_0x2df83e,_0x48adf3);},'nDXRH':function(_0x1e70f6,_0x5743a9,_0x5c679f){return _0x1e70f6(_0x5743a9,_0x5c679f);},'aStln':function(_0x21e851,_0x4f33eb,_0x1735af){return _0x21e851(_0x4f33eb,_0x1735af);},'EJZMo':function(_0x4cc112,_0x388448){return _0x4cc112/_0x388448;},'HVEeq':function(_0x30b6e3,_0x1ca0d1){return _0x30b6e3<_0x1ca0d1;},'FLvld':function(_0x29fa48,_0x3ce265){return _0x29fa48*_0x3ce265;},'sRvIF':function(_0x54bb48,_0xd8a55c){return _0x54bb48+_0xd8a55c;},'ylJbJ':function(_0x553b8a,_0x2c71f6,_0xefc334,_0x3a99c0,_0x12cabd){return _0x553b8a(_0x2c71f6,_0xefc334,_0x3a99c0,_0x12cabd);},'vVkUC':function(_0x6ff709,_0x5331f3){return _0x6ff709+_0x5331f3;},'KvKDF':function(_0x51b0e3,_0x3f65f9,_0x4d7183,_0x3cac3f){return _0x51b0e3(_0x3f65f9,_0x4d7183,_0x3cac3f);},'XfecL':_0x464761(0x1be),'ADDPX':function(_0x353a69,_0x2d062d,_0x4f426f){return _0x353a69(_0x2d062d,_0x4f426f);}};try{if(_0x4a1414[_0x464761(0x145)](_0x231c8c,_0x4a1414[_0x464761(0x1cf)])){const _0x5821f6=await _0xed1b79[_0x464761(0x1a5)],_0x61e3c1=_0x4a1414[_0x464761(0x228)](getTestRunIdentifier,_0xed1b79[_0x464761(0x167)],_0xed1b79[_0x464761(0x1a5)][_0x464761(0x206)]),_0x103f6c=_0xed1b79[_0x464761(0x167)];logger[_0x464761(0x141)]('sendLogCreatedEvent:\x20testId='+_0x61e3c1+'\x20result='+util[_0x464761(0x22b)](_0x5821f6));const _0xb2d185=_0x1e9119[_0x464761(0x1db)]()[_0x464761(0x194)](_0x61e3c1)[TestFrameworkConstants[_0x464761(0x1f2)]];await _0x4a1414[_0x464761(0x14f)](sendTraceZip,_0x5821f6,_0xb2d185);const _0x41b7e3=TestInfo[_0x464761(0x142)](_0x61e3c1)[_0x4a1414[_0x464761(0x1fa)]],_0x3c461c={};if(_0x41b7e3){!_0x5821f6['attachments']&&(_0x5821f6[_0x464761(0x150)]=[]);_0x3c461c['attachments']=_0x5821f6[_0x464761(0x150)][_0x464761(0x1cb)](_0x41b7e3||[]);const _0x53a444=TestInfo[_0x464761(0x142)](_0x61e3c1);delete _0x53a444[_0x4a1414[_0x464761(0x1fa)]],TestInfo[_0x464761(0x183)](_0x61e3c1,_0x53a444);}const {steps:_0x564614,logs:_0x421e89}=_0x4a1414[_0x464761(0x195)](getStepsAndLogs,_0x5821f6[_0x464761(0x1d9)],_0x1e9119[_0x464761(0x1db)]()[_0x464761(0x194)](_0x61e3c1)[TestFrameworkConstants[_0x464761(0x1f2)]],_0x4a1414['xisVM']),_0x17e425=_0x4a1414[_0x464761(0x14f)](getScreenshots,_0x3c461c,_0x1e9119[_0x464761(0x1db)]()['get'](_0x61e3c1)[TestFrameworkConstants[_0x464761(0x1f2)]]),_0x46fdcd=_0x4a1414[_0x464761(0x228)](getVideos,_0x5821f6,_0x1e9119[_0x464761(0x1db)]()[_0x464761(0x194)](_0x61e3c1)[TestFrameworkConstants[_0x464761(0x1f2)]]),{_:_0x1e9592,logs:_0x2b77a6}=_0x4a1414[_0x464761(0x16a)](getFailureData,_0x5821f6['errors'],{'test_run_uuid':_0x1e9119[_0x464761(0x1db)]()['get'](_0x61e3c1)[TestFrameworkConstants[_0x464761(0x1f2)]]}),_0xd6f306=TestInfo[_0x464761(0x142)](_0x61e3c1)[TestFrameworkConstants[_0x464761(0x144)]]||{},_0x363aa2=_0x4a1414[_0x464761(0x165)](getMediaArtifactsLogs,_0xd6f306,_0x1e9119[_0x464761(0x1db)]()[_0x464761(0x194)](_0x61e3c1)[TestFrameworkConstants[_0x464761(0x1f2)]]),_0x31f85b=_0x1e9119[_0x464761(0x1db)]()['get'](_0x61e3c1),{[TestFrameworkConstants[_0x464761(0x1e0)]]:_0xf70ec8='',[TestFrameworkConstants[_0x464761(0x16d)]]:_0x35feba=''}=_0x31f85b,_0x23061e=(_0x421e89||[])[_0x464761(0x1cb)](_0x17e425||[])[_0x464761(0x1cb)](_0x2b77a6||[])['concat'](_0x46fdcd||[])[_0x464761(0x1cb)](_0x363aa2||[]),_0x583ff2=0x28,_0x21c44e=Math[_0x464761(0x158)](_0x4a1414[_0x464761(0x21c)](_0x23061e[_0x464761(0x1da)],_0x583ff2));for(let _0x8eb4d4=0x0;_0x4a1414[_0x464761(0x168)](_0x8eb4d4,_0x21c44e);_0x8eb4d4++){const _0x360c4a=_0x4a1414['FLvld'](_0x8eb4d4,_0x583ff2),_0xd2078b=_0x4a1414[_0x464761(0x19a)](_0x360c4a,_0x583ff2),_0x224446=_0x23061e[_0x464761(0x203)](_0x360c4a,_0xd2078b),_0x1a924a={'platformIndex':'0','logs':_0x224446,'testFrameworkName':_0xf70ec8,'testFrameworkVersion':_0x35feba,'testFrameworkState':_0x38e444['toString']()[_0x464761(0x147)]('.')[0x1]};_0x4a1414[_0x464761(0x1f5)](updatePayloadForTraceLogs,_0x1a924a,_0xed1b79,_0x61e3c1,_0x1e9119),logger[_0x464761(0x141)]('sendLogCreatedEvent\x20for\x20testId:\x20'+_0x61e3c1+_0x464761(0x1fe)+_0x4a1414['vVkUC'](_0x8eb4d4,0x1)+'/'+_0x21c44e+'\x20payload='+util[_0x464761(0x22b)](_0x1a924a));const _0x580171=await GrpcClient['getInstance']()[_0x464761(0x17b)](_0x1a924a);logger['debug']('sendLogCreatedEvent\x20for\x20testId:\x20'+_0x61e3c1+_0x464761(0x1fe)+_0x4a1414[_0x464761(0x1a3)](_0x8eb4d4,0x1)+'/'+_0x21c44e+_0x464761(0x13f)+util[_0x464761(0x22b)](_0x580171));}}else{const {steps:_0x626df6,logs:_0x29ad2f}=_0x4a1414[_0x464761(0x192)](getStepsAndLogs,_0xed1b79['step'][_0x464761(0x1d9)],_0x1105b6,_0x4a1414[_0x464761(0x1ef)]),_0x191c35=_0x4a1414[_0x464761(0x21b)](getTestRunIdentifier,_0xed1b79[_0x464761(0x167)],_0xed1b79[_0x464761(0x1a5)][_0x464761(0x206)]);logger[_0x464761(0x141)](_0x464761(0x1b6)+_0x191c35);const _0x83a8e6=_0x1e9119[_0x464761(0x1db)]()[_0x464761(0x194)](_0x191c35),{[TestFrameworkConstants[_0x464761(0x1e0)]]:_0x5b37c3='',[TestFrameworkConstants[_0x464761(0x16d)]]:_0x5a8100=''}=_0x83a8e6,_0x383a4b={'platformIndex':'0','logs':_0x29ad2f,'testFrameworkName':_0x5b37c3,'testFrameworkVersion':_0x5a8100,'testFrameworkState':_0x38e444[_0x464761(0x1a2)]()['split']('.')[0x1]};_0x4a1414[_0x464761(0x1f5)](updatePayloadForTraceLogs,_0x383a4b,_0xed1b79,_0x191c35,_0x1e9119),logger['debug'](_0x464761(0x212)+_0x191c35+_0x464761(0x15e)+util['inspect'](_0x383a4b));const _0x42e297=await GrpcClient[_0x464761(0x226)]()['logCreatedEvent'](_0x383a4b);}}catch(_0x2fb0f4){logger[_0x464761(0x153)](_0x464761(0x163)+util['format'](_0x2fb0f4));}}[a73_0x338d76(0x1fb)](_0x3eb71f){const _0x3d16f8=a73_0x338d76,_0x36f18d={'duqjD':function(_0x457cb9,_0x46525a,_0x15fbab){return _0x457cb9(_0x46525a,_0x15fbab);},'CIwaz':'base64'};try{const _0x274b10=_0x3eb71f[_0x3d16f8(0x167)]['id'],_0x5ef127=_0x36f18d[_0x3d16f8(0x221)](getTestRunIdentifier,_0x3eb71f[_0x3d16f8(0x167)],_0x3eb71f[_0x3d16f8(0x1a5)]['retry']),_0xda4041=_0x3eb71f[_0x3d16f8(0x1c1)],_0x3113b6=_0xda4041[_0x3d16f8(0x20d)](),_0x56f853=_0xda4041[_0x3d16f8(0x1db)]()[_0x3d16f8(0x194)](_0x5ef127);logger[_0x3d16f8(0x141)](_0x3d16f8(0x209)+_0x274b10);const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x238ed3='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x5a69b2='',[TestFrameworkConstants[_0x3d16f8(0x1e9)]]:_0x2dff86='',[TestFrameworkConstants[_0x3d16f8(0x1ac)]]:_0x300b4f=''}=_0x56f853,_0x1169bd=_0xda4041[_0x3d16f8(0x14e)]()[_0x3d16f8(0x1a2)]()['split']('.')[0x1],_0x942d66=_0xda4041[_0x3d16f8(0x187)]()[_0x3d16f8(0x1a2)]()[_0x3d16f8(0x147)]('.')[0x1],_0x2f3d9c=global?.[_0x3d16f8(0x1a0)]?.[_0x3d16f8(0x1d3)]?.['parallelIndex'],_0x4ce394=_0xda4041[_0x3d16f8(0x17c)](),_0x23a0e6=Buffer[_0x3d16f8(0x179)](JSON['stringify'](_0x56f853))['toString'](_0x36f18d['CIwaz']),_0x489616={'hash':_0x3113b6[_0x3d16f8(0x1d2)](),'threadId':_0x3113b6['getThreadId']()[_0x3d16f8(0x1a2)](),'processId':_0x3113b6[_0x3d16f8(0x1b5)]()['toString']()},_0x34b9f9={};_0x34b9f9[_0x3d16f8(0x15c)]=_0x2f3d9c,_0x34b9f9[_0x3d16f8(0x176)]=_0x238ed3,_0x34b9f9[_0x3d16f8(0x18c)]=_0x5a69b2,_0x34b9f9[_0x3d16f8(0x19b)]=_0x1169bd,_0x34b9f9[_0x3d16f8(0x1b2)]=_0x942d66,_0x34b9f9[_0x3d16f8(0x1dc)]=_0x2dff86,_0x34b9f9['endedAt']=_0x300b4f,_0x34b9f9[_0x3d16f8(0x1ec)]=_0x4ce394,_0x34b9f9[_0x3d16f8(0x1f7)]=_0x23a0e6,_0x34b9f9[_0x3d16f8(0x189)]=_0x489616;const _0x5813cd=_0x34b9f9;return logger[_0x3d16f8(0x141)](_0x3d16f8(0x1f6)+_0x274b10+_0x3d16f8(0x17a)+_0x1169bd+_0x3d16f8(0x223)+_0x942d66),_0x5813cd;}catch(_0x44954a){return logger[_0x3d16f8(0x153)]('Error\x20in\x20createTestFrameworkEventPayload:\x20'+util['format'](_0x44954a)),{};}}}function a73_0x2856(){const _0x5d628a=['aECLI','WFZCc','getCurrentTestState','QBTZg','attachments','\x20instanceId=','McmoH','error','OaYKU','KEY_TEST_RETRY_OF','resolveInstance','KEY_TEST_FAILURE_REASON','ceil','TEST_ATTACHMENT','IIKst','KEY_HOOKS_FINISHED','platformIndex','DEFAULT_TEST_RESULT','\x20payload=','1308042MUIMfD','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','title','ZXbLn','Error\x20in\x20sendLogCreatedEvent:\x20','info','aStln','trackHookEvent','test','HVEeq','KEY_AUTOMATE_SESSION_NAME','nDXRH','getTestFrameworks','field_type','KEY_TEST_FRAMEWORK_VERSION','POST','map','../../../helpers/helper.js','mIVJi','XmTmo','GHUIE','NfjjQ','stack','testFrameworkName','rLqmh','path','from','\x20testState:\x20','logCreatedEvent','getRef','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','TEST_SCREENSHOT','filePath','../TestInfo.js','size','2263093cXSEfm','setTestDetails','183322msUOvP','yHWMc','oeyaq','getCurrentHookState','KEY_TEST_FAILURE_TYPE','executionContext','failed','KEY_TEST_LOCATION','testFrameworkVersion','push','\x20\x20and\x20args\x20=\x20','getTrackedInstance','KEY_TEST_ID','SQqdp','KvKDF','parsePlaywrightTestResult','get','XBVgp','KEY_HOOK_LAST_STARTED','KEY_HOOK_LAST_FINISHED','wZdFS','KEY_TEST_NAME','sRvIF','testFrameworkState','tMiKG','egILG','startTime','\x20instance=','__workerDetails','message','toString','vVkUC','setTrackedInstance','result','KEY_CUSTOM_TAGS','KEY_LOGS','expectedStatus','testUId','matchHookRegex','pop','KEY_TEST_ENDED_AT','OyHuv','getTestUUID','KEY_TEST_LOGS','BRGgK','KEY_HOOK_NAME','hookState','trackEvent','util','getProcessId','sendLogCreatedEvent:\x20testId=','OFboz','KEY_TEST_SCOPES','KCdiv','KEY_HOOKS_STARTED','../../playwright/reporter/pwUtils','5ASlimJ','trackEvent\x20loading\x20testResults\x20for\x20testId:\x20','hook','getCurrentInstanceName','IdElF','instance','forEach','./constants/testFrameworkConstants.js','KEY_TEST_FAILURE','NONE','addMultipleEntries','qXerS','KEY_HOOK_RESULT','../cliUtils.js','Swixt','concat','htqsC','getTestIdentifierFromTestInfo','grNng','xisVM','step','isArray','getId','workerInfo',',\x20state=','INIT_TEST','../../utils/constants','some','Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','steps','length','getAllData','startedAt','trackPlaywrightInstance','ApyPx','20qlVYnQ','KEY_TEST_FRAMEWORK_NAME','errors','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','HczHH','TEST','KEY_TEST_TAGS','multi_dropdown','8EfkKPK','passed','KEY_TEST_STARTED_AT','XILet','exports','uuid','../../../helpers/classLogger.js','\x20hookState=','XfecL','yThGn','../../../../src/helpers/helper','KEY_TEST_UUID','487091Tbjqav','\x20and\x20args\x20=\x20','ylJbJ','createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20','eventJson','vitCM','statSync','bJMkM','createTestFrameworkEventPayload','basename','xXrGx','\x20batch\x20','KEY_TEST_RESULT','status','KEY_HOOK_FAILURE_REASON','PlaywrightTestFramework','slice','format','KEY_HOOK_FAILURE','retry','trackEvent:\x20found\x20instance,\x20testFrameworkState=','KEY_EVENT_STARTED_AT','createTestFrameworkEventPayload\x20testId:\x20','KEY_HOOK_LOGS','Akykv','toISOString','getContext','parsePlaywrightTestResult:\x20testId=','sendLogCreatedEvent','359006cNayOj','AFxln','sendLogCreatedEvent\x20for\x20testId:\x20','wMETp','trackEvent\x20loading\x20testData\x20for\x20testId:\x20','err','\x20testHookState=','../grpcClient','KMKWY','getTestFrameworksVersions','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','ADDPX','EJZMo','ZttLJ','huqQM','12SqjYKp','values','duqjD','gaXSo','\x20hookState:\x20','CkdHQ','duration','getInstance','YGdlk','DsYtT','getTime','mIHZb','inspect','KEY_TEST_RESULT_AT','cCUMl','RfGVF','BYFbL','222736YHNQAF','parsePlaywrightTest','KEY_TEST_RERUN_NAME','\x20response=','../state/hookState.js','debug','getTestDetails','PRE','KEY_TEST_ATTACHMENTS','cODlk','KEY_HOOK_ID','split','\x20&\x20hook\x20=\x20','izwny','1814874VAeMbQ','EnKlm'];a73_0x2856=function(){return _0x5d628a;};return a73_0x2856();}function a73_0xd277(_0x2a9041,_0x105b5f){const _0x2856d8=a73_0x2856();return a73_0xd277=function(_0xd277de,_0x3e9059){_0xd277de=_0xd277de-0x13c;let _0x16c6a1=_0x2856d8[_0xd277de];return _0x16c6a1;},a73_0xd277(_0x2a9041,_0x105b5f);}module[a73_0x338d76(0x1eb)]=PlaywrightTestFramework;
1
+ const a73_0x37bba0=a73_0x5e8e;(function(_0x3d232a,_0x3c6fe1){const _0x3d229f=a73_0x5e8e,_0x398904=_0x3d232a();while(!![]){try{const _0x178cb6=parseInt(_0x3d229f(0x106))/0x1*(parseInt(_0x3d229f(0x155))/0x2)+-parseInt(_0x3d229f(0xdf))/0x3*(-parseInt(_0x3d229f(0xc1))/0x4)+-parseInt(_0x3d229f(0xf7))/0x5+parseInt(_0x3d229f(0xdd))/0x6+-parseInt(_0x3d229f(0x152))/0x7+-parseInt(_0x3d229f(0x179))/0x8+parseInt(_0x3d229f(0x146))/0x9;if(_0x178cb6===_0x3c6fe1)break;else _0x398904['push'](_0x398904['shift']());}catch(_0x668243){_0x398904['push'](_0x398904['shift']());}}}(a73_0x23f0,0x72d6a));const TestFramework=require('./testFramework'),TestFrameworkState=require(a73_0x37bba0(0x14e)),HookState=require(a73_0x37bba0(0xe8)),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a73_0x37bba0(0x17c)),CLIUtils=require(a73_0x37bba0(0xb1)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require(a73_0x37bba0(0xb4)),logger=createClassLogger(a73_0x37bba0(0x163)),{v4:uuidv4}=require(a73_0x37bba0(0x18d)),util=require(a73_0x37bba0(0x160)),{getPlaywrightSessionName,getPlaywrightTestFilePath,getPlaywrightTestId,getPlaywrightTestTitle,getPlaywrightTestLocation,getPlaywrightTestTags,getPlaywrightTestCode,getPlaywrightTestScope,getPlaywrightTestScopes,getStepsAndLogs,getScreenshots,getVideos,getPlaywrightCustomRerunParam,getMediaArtifactsLogs,getManualUploadLogs,updatePayloadForTraceLogs}=require(a73_0x37bba0(0xbc)),TestInfo=require(a73_0x37bba0(0xeb)),GrpcClient=require(a73_0x37bba0(0xb2)),{removeAnsiColors,getFailureType,failureData}=require(a73_0x37bba0(0x154)),{getFailureData,getTestTags,getTestRunIdentifier}=require(a73_0x37bba0(0x187)),{findNestedKey,sendTraceZip,validateFilePath}=require(a73_0x37bba0(0x187)),path=require(a73_0x37bba0(0x104)),fs=require('fs'),helper=require('../../../../src/helpers/helper'),{PLAYWRIGHT_TRACE_LOGS}=require('../../utils/constants');function a73_0x5e8e(_0x20b23a,_0x101f65){const _0x23f07d=a73_0x23f0();return a73_0x5e8e=function(_0x5e8e8c,_0x3f27ca){_0x5e8e8c=_0x5e8e8c-0xa3;let _0x15bfe4=_0x23f07d[_0x5e8e8c];return _0x15bfe4;},a73_0x5e8e(_0x20b23a,_0x101f65);}class PlaywrightTestFramework extends TestFramework{constructor(_0x1d56d2,_0x2ac75c,_0x16ce7f){super(_0x1d56d2,_0x2ac75c,_0x16ce7f);}async['trackEvent'](_0x2bd16f,_0x537710,_0x592851={}){const _0x4ddda6=a73_0x37bba0,_0x516411={'HjyNj':function(_0x29b635,_0x52ca3c){return _0x29b635===_0x52ca3c;},'Tscqo':function(_0x400ad5,_0x3a3878){return _0x400ad5===_0x3a3878;},'POchf':function(_0x3b17f8,_0x2271d9,_0x2360b2){return _0x3b17f8(_0x2271d9,_0x2360b2);},'eyIFp':function(_0x135be6,_0x4f4c73){return _0x135be6===_0x4f4c73;},'pJOuK':function(_0x4ffb4a,_0x1d60bd){return _0x4ffb4a===_0x1d60bd;},'NHAdJ':_0x4ddda6(0xe6),'BXGau':_0x4ddda6(0xae)};super[_0x4ddda6(0x114)](_0x2bd16f,_0x537710,_0x592851);if(_0x516411[_0x4ddda6(0x16b)](_0x2bd16f,TestFrameworkState[_0x4ddda6(0x182)])){const _0x3fb9e0=TestInfo[_0x4ddda6(0xd3)](_0x592851[_0x4ddda6(0xe6)],_0x592851['test']['retry']);TestInfo[_0x4ddda6(0xa8)](_0x3fb9e0,_0x592851[_0x4ddda6(0x109)],!![]);}const _0x1b3386=this['resolveInstance'](_0x2bd16f,_0x537710,_0x592851);if(!_0x1b3386)return;logger['debug'](_0x4ddda6(0x103)+_0x2bd16f+_0x4ddda6(0xa5)+_0x537710+'\x20instanceId='+_0x1b3386['getRef']());try{if(_0x516411['HjyNj'](_0x537710,HookState[_0x4ddda6(0x169)])&&_0x516411['Tscqo'](_0x2bd16f,TestFrameworkState['TEST'])){const _0x27a7f4=_0x592851[_0x4ddda6(0xe6)];logger[_0x4ddda6(0xac)]('trackEvent\x20loading\x20testData\x20for\x20testId:\x20'+_0x27a7f4['id']+'}');const _0x5e196a=TestInfo['getTestUUID'](_0x516411[_0x4ddda6(0x12d)](getTestRunIdentifier,_0x27a7f4,_0x592851[_0x4ddda6(0x109)]['retry']));_0x1b3386[_0x4ddda6(0xc4)](this[_0x4ddda6(0x11e)](_0x5e196a,_0x27a7f4,_0x592851[_0x4ddda6(0x109)])),logger[_0x4ddda6(0xac)]('trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20'+_0x27a7f4['id']+_0x4ddda6(0x132)+_0x2bd16f+'\x20testHookState='+_0x537710+_0x4ddda6(0x12c)+_0x1b3386[_0x4ddda6(0xa9)]());}if(_0x516411['eyIFp'](_0x537710,HookState[_0x4ddda6(0x118)])&&_0x516411[_0x4ddda6(0x158)](_0x2bd16f,TestFrameworkState[_0x4ddda6(0xca)])){const _0x31c955=_0x592851[_0x4ddda6(0xe6)],_0x382896=_0x592851[_0x4ddda6(0x109)];logger[_0x4ddda6(0xac)](_0x4ddda6(0xa7)+_0x31c955['id']),_0x1b3386[_0x4ddda6(0xc4)](this[_0x4ddda6(0x165)](_0x31c955['id'],_0x382896,_0x31c955)),await this[_0x4ddda6(0x175)](_0x1b3386,_0x2bd16f,_0x537710,_0x516411['NHAdJ'],_0x592851);}if(CLIUtils[_0x4ddda6(0x144)](_0x2bd16f[_0x4ddda6(0x13f)]()[_0x4ddda6(0xbb)]('.')[0x1])){const _0x34acf3=await this[_0x4ddda6(0xd9)](_0x1b3386,_0x2bd16f,_0x537710,_0x592851);_0x1b3386[_0x4ddda6(0xc4)](_0x34acf3);}}catch(_0x46c55){logger[_0x4ddda6(0x119)](util[_0x4ddda6(0x135)](_0x516411[_0x4ddda6(0x14a)],_0x2bd16f,_0x537710,_0x592851[_0x4ddda6(0x16f)],_0x46c55));}_0x592851[_0x4ddda6(0x18c)]=_0x1b3386,await this['runHooks'](_0x1b3386,_0x2bd16f,_0x537710,_0x592851);}[a73_0x37bba0(0xb7)](_0x50d849,_0x6467d1,_0x4a6f54={}){const _0x50b4c1=a73_0x37bba0,_0x437012={};_0x437012['KvNmg']=function(_0x27ee3d,_0x4e00df){return _0x27ee3d===_0x4e00df;};const _0x231d3f=_0x437012;let _0x523138=null;return(_0x231d3f[_0x50b4c1(0xe9)](_0x50d849,TestFrameworkState['INIT_TEST'])||_0x231d3f['KvNmg'](_0x50d849,TestFrameworkState[_0x50b4c1(0xa6)]))&&this['trackPlaywrightInstance'](_0x50d849,_0x4a6f54),_0x523138=TestFramework[_0x50b4c1(0x130)](),_0x523138;}[a73_0x37bba0(0xc0)](_0xf99479,_0x3d0c34){const _0x535ea8=a73_0x37bba0,_0x189c9a=CLIUtils[_0x535ea8(0x111)](),_0x49b271=TrackedInstance['createContext'](_0x189c9a);let _0x1aaaec=null;logger[_0x535ea8(0xe7)]('trackPlaywrightInstance:\x20created\x20instance\x20for\x20target='+_0x189c9a+',\x20state='+_0xf99479),_0x1aaaec=new TestFrameworkInstance(_0x49b271,this['getTestFrameworks'](),this['getTestFrameworksVersions'](),_0xf99479,HookState[_0x535ea8(0xa6)]),TestFramework[_0x535ea8(0xd8)](_0x49b271,_0x1aaaec),logger[_0x535ea8(0xe7)](_0x535ea8(0x13a)+_0x49b271[_0x535ea8(0xf1)]()+_0x535ea8(0xb0)+_0x189c9a);}[a73_0x37bba0(0x11e)](_0x462624,_0x489428,_0x2595ad){const _0x31daa6=a73_0x37bba0,_0x521444={'VdhFG':function(_0x3d3e96,_0x1a8337){return _0x3d3e96(_0x1a8337);},'EjREK':function(_0x5c4c8b,_0x59daa0){return _0x5c4c8b(_0x59daa0);},'mZOEf':function(_0x50c33f,_0x24329a){return _0x50c33f(_0x24329a);},'QonNK':function(_0x2e6031,_0x14628d){return _0x2e6031(_0x14628d);},'fyGun':function(_0x15925c,_0x59ec5f){return _0x15925c(_0x59ec5f);},'ttrjp':function(_0x1c6fe5,_0xc83b23,_0x314d20){return _0x1c6fe5(_0xc83b23,_0x314d20);},'ZTKEf':function(_0x3b383a,_0x143ce9){return _0x3b383a(_0x143ce9);}},_0x539c11=_0x521444[_0x31daa6(0x183)](getPlaywrightTestId,_0x489428),_0x2fe175=_0x521444['EjREK'](getPlaywrightTestTitle,_0x489428),_0x302f57=_0x521444[_0x31daa6(0x183)](getTestTags,_0x489428),_0x16b7a6=_0x521444[_0x31daa6(0x186)](getPlaywrightTestCode,_0x489428),_0x42f20a=_0x521444[_0x31daa6(0x183)](getPlaywrightTestFilePath,_0x489428),_0x3785a7=_0x42f20a+':'+_0x521444[_0x31daa6(0x186)](getPlaywrightTestLocation,_0x489428),_0x247c4e=_0x521444['QonNK'](getPlaywrightTestScope,_0x489428),_0x3529c3=_0x521444[_0x31daa6(0x186)](getPlaywrightTestScopes,_0x489428),_0x321029=_0x521444['fyGun'](getPlaywrightSessionName,_0x489428),_0x2965cb=this[_0x31daa6(0x18a)]()[0x0],_0x146572=_0x521444[_0x31daa6(0x107)](getTestRunIdentifier,_0x489428,_0x2595ad['retry']),_0x3a0cdc={[TestFrameworkConstants[_0x31daa6(0x16a)]]:_0x2965cb,[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:this[_0x31daa6(0x13b)]()[_0x2965cb],[TestFrameworkConstants[_0x31daa6(0x13e)]]:[],[TestFrameworkConstants[_0x31daa6(0x11b)]]:{},[TestFrameworkConstants[_0x31daa6(0xe4)]]:{},[TestFrameworkConstants['KEY_TEST_UUID']]:_0x462624,[TestFrameworkConstants[_0x31daa6(0xc2)]]:TestFrameworkConstants[_0x31daa6(0x150)],[TestFrameworkConstants[_0x31daa6(0xf6)]]:_0x321029,[TestFrameworkConstants[_0x31daa6(0x11c)]]:_0x42f20a,[TestFrameworkConstants['KEY_TEST_ID']]:_0x539c11,[TestFrameworkConstants['KEY_TEST_NAME']]:_0x2fe175,[TestFrameworkConstants[_0x31daa6(0x18b)]]:_0x3785a7,[TestFrameworkConstants[_0x31daa6(0xce)]]:_0x16b7a6,[TestFrameworkConstants[_0x31daa6(0x110)]]:_0x302f57,[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x489428[_0x31daa6(0x13c)][0x0][_0x31daa6(0x112)],[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x247c4e,[TestFrameworkConstants[_0x31daa6(0xa4)]]:_0x3529c3,[TestFrameworkConstants[_0x31daa6(0xe2)]]:_0x521444[_0x31daa6(0xcf)](getPlaywrightCustomRerunParam,_0x489428)};TestInfo[_0x31daa6(0xa8)](_0x146572,_0x3a0cdc);const _0x6f87eb={};return _0x6f87eb[_0x146572]=_0x3a0cdc,_0x6f87eb;}[a73_0x37bba0(0x165)](_0x3adfda,_0x279ee2,_0x205607){const _0x1b23d0=a73_0x37bba0,_0x1e2e8a={'uahyM':function(_0x4f77df,_0x27c2aa){return _0x4f77df(_0x27c2aa);},'acCVT':_0x1b23d0(0x101),'yzPXq':function(_0x1bf71a,_0x2e27d1){return _0x1bf71a===_0x2e27d1;},'QEAWZ':function(_0x4a1ad5,_0x263ebc){return _0x4a1ad5(_0x263ebc);},'RWnJV':'No\x20reason\x20provided','TUoWR':_0x1b23d0(0x164),'UUFSl':function(_0xaf6c08,_0x12a7ae,_0x28ce4a){return _0xaf6c08(_0x12a7ae,_0x28ce4a);},'YxOjj':function(_0x4c1d4e,_0x4d7eb4){return _0x4c1d4e+_0x4d7eb4;},'nxkjA':function(_0x17944a,_0x2d72f9){return _0x17944a===_0x2d72f9;},'yCDUK':function(_0x1e3199,_0x203554){return _0x1e3199===_0x203554;},'zoSek':_0x1b23d0(0x10e),'EMYDN':_0x1b23d0(0x17f),'SbQIc':'failed','aTRvO':function(_0x446660,_0x2a2e62){return _0x446660===_0x2a2e62;},'GGRbD':_0x1b23d0(0x129),'gaHQw':function(_0x116e07,_0x362abc){return _0x116e07===_0x362abc;},'ZkmTC':_0x1b23d0(0x17a),'mRUiK':function(_0x5191af,_0x18c738){return _0x5191af||_0x18c738;},'kfWSc':function(_0x110301,_0x4174f4){return _0x110301(_0x4174f4);},'AwLdb':function(_0x101ba1,_0x50a1e6){return _0x101ba1(_0x50a1e6);},'oXwGy':function(_0x529239,_0x22285d){return _0x529239>_0x22285d;},'XqBkJ':function(_0x2312b2,_0xe1cb36){return _0x2312b2-_0xe1cb36;},'TKcRS':'path','LZlOA':function(_0x2c3255,_0x4efa83){return _0x2c3255(_0x4efa83);},'cgOna':function(_0x67ce6b,_0x5153e9,_0x5a3c6f){return _0x67ce6b(_0x5153e9,_0x5a3c6f);},'gmGlO':function(_0x108a62,_0x4dc4ca){return _0x108a62>_0x4dc4ca;}};logger[_0x1b23d0(0xac)](_0x1b23d0(0x184)+_0x3adfda);const _0x50d0c5=_0x1e2e8a[_0x1b23d0(0x123)](getTestRunIdentifier,_0x205607,_0x279ee2[_0x1b23d0(0x15b)]),_0xec436e=new Date(_0x279ee2[_0x1b23d0(0x112)]),_0x5ed3c5=_0x279ee2[_0x1b23d0(0xb5)],_0x5d8100=new Date(_0x1e2e8a[_0x1b23d0(0xf9)](_0xec436e[_0x1b23d0(0x14d)](),_0x5ed3c5)),_0x49a3ea=_0x279ee2[_0x1b23d0(0xb6)],_0x5b75a3=TestInfo['getTestDetails'](_0x50d0c5)[TestFrameworkConstants[_0x1b23d0(0x116)]]||{};let _0x27dc25=_0x49a3ea;if(_0x1e2e8a['nxkjA'](_0x279ee2['status'],_0x205607[_0x1b23d0(0xfb)]))_0x27dc25=_0x1e2e8a[_0x1b23d0(0x128)](_0x279ee2['status'],_0x1e2e8a[_0x1b23d0(0x151)])?_0x1e2e8a[_0x1b23d0(0x151)]:_0x1e2e8a[_0x1b23d0(0xf8)];else{(_0x1e2e8a[_0x1b23d0(0x17e)](_0x27dc25,_0x1e2e8a[_0x1b23d0(0xf8)])||_0x1e2e8a['nxkjA'](_0x27dc25,_0x1e2e8a[_0x1b23d0(0x138)])||_0x1e2e8a[_0x1b23d0(0xef)](_0x27dc25,_0x1e2e8a[_0x1b23d0(0x12e)]))&&(_0x27dc25=_0x1e2e8a[_0x1b23d0(0x138)]);if(_0x1e2e8a[_0x1b23d0(0x134)](_0x279ee2[_0x1b23d0(0xb6)],_0x1e2e8a['EMYDN'])&&_0x1e2e8a[_0x1b23d0(0xf5)](_0x205607['expectedStatus'],_0x1e2e8a[_0x1b23d0(0x138)])){const _0x51a678={};_0x51a678[_0x1b23d0(0xb9)]=_0x1e2e8a[_0x1b23d0(0xab)],_0x51a678[_0x1b23d0(0x137)]=_0x1e2e8a[_0x1b23d0(0xab)],_0x279ee2[_0x1b23d0(0x119)]=_0x51a678,_0x279ee2['errors']=[_0x279ee2['error']];}}const {failureData:_0x5da208,logs:_0x14584b}=_0x1e2e8a[_0x1b23d0(0x123)](getFailureData,_0x279ee2?.[_0x1b23d0(0xc6)],{}),_0x53782f={[TestFrameworkConstants['KEY_TEST_FAILURE']]:_0x1e2e8a[_0x1b23d0(0x117)](_0x5da208,null),[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]:_0x279ee2?.[_0x1b23d0(0x119)]&&_0x1e2e8a[_0x1b23d0(0x10f)](getFailureType,_0x279ee2[_0x1b23d0(0x119)][_0x1b23d0(0xb9)]),[TestFrameworkConstants[_0x1b23d0(0xc5)]]:_0x279ee2?.[_0x1b23d0(0x119)]&&_0x1e2e8a['AwLdb'](removeAnsiColors,_0x279ee2[_0x1b23d0(0x119)]['message']),[TestFrameworkConstants[_0x1b23d0(0x168)]]:[],[TestFrameworkConstants[_0x1b23d0(0xc2)]]:_0x27dc25,[TestFrameworkConstants[_0x1b23d0(0x12b)]]:_0x5d8100['toISOString'](),[TestFrameworkConstants[_0x1b23d0(0x16d)]]:new Date()[_0x1b23d0(0x125)](),[TestFrameworkConstants[_0x1b23d0(0x116)]]:_0x5b75a3};if(_0x279ee2&&_0x1e2e8a['oXwGy'](_0x279ee2[_0x1b23d0(0x15b)],0x0)){const _0x5235aa=TestInfo[_0x1b23d0(0x145)](_0x1e2e8a['UUFSl'](getTestRunIdentifier,_0x205607,_0x1e2e8a[_0x1b23d0(0xbe)](_0x279ee2[_0x1b23d0(0x15b)],0x1)));_0x53782f[TestFrameworkConstants[_0x1b23d0(0x136)]]=_0x5235aa;}const _0x41c552={};_0x41c552[_0x1b23d0(0xe6)]=_0x205607;const _0x312a70=this['resolveInstance'](TestFrameworkState[_0x1b23d0(0xca)],HookState[_0x1b23d0(0x118)],_0x41c552),_0x51b07d=_0x312a70['getAllData']()[_0x1b23d0(0xd6)](_0x50d0c5)[TestFrameworkConstants[_0x1b23d0(0x176)]],_0x251c89=[],_0x584651=_0x1e2e8a['UUFSl'](findNestedKey,_0x279ee2,_0x1e2e8a[_0x1b23d0(0x10a)]);if(_0x584651&&_0x1e2e8a[_0x1b23d0(0x126)](validateFilePath,_0x584651))try{_0x251c89['push']({'kind':_0x1e2e8a['acCVT'],'timestamp':new Date()[_0x1b23d0(0x125)](),'test_run_uuid':_0x51b07d,'file_name':path[_0x1b23d0(0x17b)](_0x584651),'file_size':fs[_0x1b23d0(0x121)](_0x584651)[_0x1b23d0(0xf2)],'attachment_type':PLAYWRIGHT_TRACE_LOGS});}catch(_0x9ffd48){logger[_0x1b23d0(0x119)](_0x1b23d0(0x10d)+_0x584651+':\x20'+_0x9ffd48[_0x1b23d0(0xb9)]);}const _0x55b865=TestInfo[_0x1b23d0(0x11d)](),_0x50ab1f=_0x55b865[_0x1b23d0(0x15e)](_0x537bb1=>_0x537bb1['testUId']===_0x51b07d);_0x50ab1f['forEach'](_0x256f3d=>{const _0x493541=_0x1b23d0;if(_0x256f3d[_0x493541(0x12f)]&&_0x1e2e8a['uahyM'](validateFilePath,_0x256f3d[_0x493541(0x12f)])&&!_0x251c89[_0x493541(0xcd)](_0x39cd88=>_0x39cd88['file_name']===path['basename'](_0x256f3d[_0x493541(0x12f)])))try{_0x251c89[_0x493541(0xff)]({'kind':_0x1e2e8a[_0x493541(0xe5)],'timestamp':new Date()[_0x493541(0x125)](),'test_run_uuid':_0x51b07d,'file_name':path['basename'](_0x256f3d[_0x493541(0x12f)]),'file_size':fs['statSync'](_0x256f3d[_0x493541(0x12f)])[_0x493541(0xf2)],'attachment_type':PLAYWRIGHT_TRACE_LOGS});}catch(_0x57b64c){logger[_0x493541(0x119)](_0x493541(0xf0)+_0x256f3d[_0x493541(0x12f)]+_0x493541(0x166)+_0x57b64c['message']);}});if(_0x1e2e8a[_0x1b23d0(0x100)](_0x251c89[_0x1b23d0(0x16f)],0x0)){const _0x175c89=_0x53782f[TestFrameworkConstants[_0x1b23d0(0x168)]]||[];_0x53782f[TestFrameworkConstants[_0x1b23d0(0x168)]]=[..._0x175c89,..._0x251c89];}const _0x409860=TestInfo['getTestDetails'](_0x50d0c5)[TestFrameworkConstants[_0x1b23d0(0xad)]]||{},_0x5db9da=_0x1e2e8a[_0x1b23d0(0xc7)](getManualUploadLogs,_0x409860,_0x312a70[_0x1b23d0(0x157)]()[_0x1b23d0(0xd6)](_0x50d0c5)[TestFrameworkConstants[_0x1b23d0(0x176)]]);if(_0x1e2e8a['gmGlO'](_0x5db9da[_0x1b23d0(0x16f)],0x0)){const _0x37ba46=_0x53782f[TestFrameworkConstants['KEY_LOGS']]||[];_0x53782f[TestFrameworkConstants[_0x1b23d0(0x168)]]=[..._0x37ba46,..._0x5db9da];}const _0x2577b8=_0x205607[_0x1b23d0(0x11f)]||[],_0x11ab9a=_0x53782f[TestFrameworkConstants[_0x1b23d0(0x116)]]||{};_0x2577b8[_0x1b23d0(0x16e)](_0x2874c5=>{const _0x479bb0=_0x1b23d0,{type:_0x54f9bd}=_0x2874c5;let _0x5232a7=_0x2874c5[_0x479bb0(0x153)];if(!_0x54f9bd)return;(_0x1e2e8a[_0x479bb0(0x17e)](_0x5232a7,undefined)||_0x1e2e8a['yzPXq'](_0x5232a7,null)||_0x1e2e8a['yzPXq'](_0x1e2e8a[_0x479bb0(0x172)](String,_0x5232a7)['trim'](),''))&&(_0x5232a7=_0x1e2e8a[_0x479bb0(0x171)]);if(!_0x11ab9a[_0x54f9bd]){const _0x3e62e7={};_0x3e62e7['field_type']=_0x1e2e8a[_0x479bb0(0x180)],_0x3e62e7[_0x479bb0(0x124)]=[],_0x11ab9a[_0x54f9bd]=_0x3e62e7;}else!_0x11ab9a[_0x54f9bd]['field_type']&&(_0x11ab9a[_0x54f9bd][_0x479bb0(0xd7)]=_0x1e2e8a[_0x479bb0(0x180)]),!Array['isArray'](_0x11ab9a[_0x54f9bd][_0x479bb0(0x124)])&&(_0x11ab9a[_0x54f9bd][_0x479bb0(0x124)]=[]);const _0x5ea6ee=_0x1e2e8a[_0x479bb0(0x172)](String,_0x5232a7)[_0x479bb0(0xbb)](',')[_0x479bb0(0x13d)](_0x5b758c=>_0x5b758c[_0x479bb0(0x115)]());_0x11ab9a[_0x54f9bd][_0x479bb0(0x124)]=[...new Set([..._0x11ab9a[_0x54f9bd]['values'],..._0x5ea6ee])];}),_0x53782f[TestFrameworkConstants[_0x1b23d0(0x116)]]=_0x11ab9a,TestInfo[_0x1b23d0(0xa8)](_0x50d0c5,_0x53782f);const _0x5de5f5={};return _0x5de5f5[_0x50d0c5]=_0x53782f,_0x5de5f5;}async[a73_0x37bba0(0xd9)](_0x3bbf6d,_0x17d590,_0x50e2fc,_0x45d124){const _0x57d4ba=a73_0x37bba0,_0x27b8c0={'esPpg':function(_0x5b8b8e,_0x311cff,_0x33d3ba){return _0x5b8b8e(_0x311cff,_0x33d3ba);},'apgwf':function(_0x3f6699,_0xa9caa8){return _0x3f6699 in _0xa9caa8;},'kMNgX':function(_0x59ecd9,_0x58f502){return _0x59ecd9(_0x58f502);},'oIWOU':function(_0xe3938c,_0x47b3df){return _0xe3938c(_0x47b3df);},'czqka':function(_0x3c58c4,_0x5481bd){return _0x3c58c4===_0x5481bd;},'rMpsz':function(_0x218daa){return _0x218daa();},'LHscD':function(_0x1fc546,_0x52617a){return _0x1fc546>_0x52617a;},'lweqo':_0x57d4ba(0x141),'NXjnz':function(_0x9726a8,_0x4cab23){return _0x9726a8(_0x4cab23);},'FhEVP':_0x57d4ba(0x173),'HNjLm':'passed','oIlMM':function(_0x25b739,_0x47e328){return _0x25b739!==_0x47e328;},'pKnkx':function(_0x2975a6,_0x556680){return _0x2975a6+_0x556680;},'QeOZN':_0x57d4ba(0x102)},_0x4608ac=_0x45d124['test'],_0x1b88d5=_0x45d124[_0x57d4ba(0x177)],_0x27fc90=_0x27b8c0[_0x57d4ba(0xb3)](getTestRunIdentifier,_0x4608ac,_0x45d124[_0x57d4ba(0x109)][_0x57d4ba(0x15b)]),_0xed1145=_0x17d590[_0x57d4ba(0x13f)]()['split']('.')[0x1];let _0x42e3e5=_0x3bbf6d[_0x57d4ba(0x157)]()[_0x57d4ba(0xd6)](_0x27fc90)[TestFrameworkConstants['KEY_HOOKS_STARTED']];!_0x42e3e5&&(_0x42e3e5={});!_0x27b8c0[_0x57d4ba(0xdc)](_0xed1145,_0x42e3e5)&&(_0x42e3e5[_0xed1145]=[]);let _0x3f2aec=_0x3bbf6d[_0x57d4ba(0x157)]()[_0x57d4ba(0xd6)](_0x27fc90)[TestFrameworkConstants[_0x57d4ba(0x11b)]];!_0x3f2aec&&(_0x3f2aec={});!_0x27b8c0[_0x57d4ba(0xdc)](_0xed1145,_0x3f2aec)&&(_0x3f2aec[_0xed1145]=[]);const _0x629129={[TestFrameworkConstants[_0x57d4ba(0xe4)]]:_0x42e3e5,[TestFrameworkConstants[_0x57d4ba(0x11b)]]:_0x3f2aec},_0x3e3eff={};_0x3e3eff[_0x27fc90]=_0x629129;const _0x1dc52a=_0x3e3eff,_0xaa19ef=_0x27b8c0['kMNgX'](getPlaywrightTestFilePath,_0x4608ac),_0x5a2fc0=_0xaa19ef+':'+_0x27b8c0[_0x57d4ba(0xf4)](getPlaywrightTestLocation,_0x4608ac),_0x3ea730=TestInfo['getTestDetails'](_0x27fc90)[TestFrameworkConstants[_0x57d4ba(0x116)]]||{};if(_0x27b8c0[_0x57d4ba(0xee)](_0x50e2fc,HookState[_0x57d4ba(0x169)])){const _0x3eb182={'key':_0xed1145,[TestFrameworkConstants[_0x57d4ba(0xc8)]]:_0x27b8c0['rMpsz'](uuidv4),[TestFrameworkConstants[_0x57d4ba(0x15c)]]:TestFrameworkConstants[_0x57d4ba(0x17d)],[TestFrameworkConstants[_0x57d4ba(0x113)]]:_0x1b88d5[_0x57d4ba(0x112)],[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x1b88d5[_0x57d4ba(0xd5)],[TestFrameworkConstants[_0x57d4ba(0x11c)]]:_0xaa19ef,[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x5a2fc0,[TestFrameworkConstants[_0x57d4ba(0x116)]]:_0x3ea730};_0x42e3e5[_0xed1145][_0x57d4ba(0xff)](_0x3eb182),_0x1dc52a[_0x27fc90][TestFrameworkConstants['KEY_HOOK_LAST_STARTED']]=_0xed1145,logger['debug'](_0x57d4ba(0x131)+_0xed1145+_0x57d4ba(0xc9)+_0x3eb182+'\x20\x20and\x20args\x20=\x20'+_0x45d124);}else{if(_0x27b8c0[_0x57d4ba(0xee)](_0x50e2fc,HookState[_0x57d4ba(0x118)])){const _0x4cc7ed=await _0x45d124['result'],_0x50a894=_0x42e3e5[_0xed1145]||[],_0x4e7f14=_0x45d124[_0x57d4ba(0x177)];logger[_0x57d4ba(0xac)](_0x57d4ba(0xde)+_0x50a894+_0x57d4ba(0x133)+_0x45d124);if(_0x27b8c0[_0x57d4ba(0xa3)](_0x50a894[_0x57d4ba(0x16f)],0x0)){const _0x1e89a0=_0x50a894[_0x57d4ba(0x108)]();if(_0x4e7f14['error']){const _0x2441a6=_0x27b8c0[_0x57d4ba(0xb3)](failureData,_0x4e7f14[_0x57d4ba(0x119)],_0x27b8c0[_0x57d4ba(0x147)]);_0x1e89a0[TestFrameworkConstants[_0x57d4ba(0xba)]]=_0x27b8c0['kMNgX'](getFailureType,_0x4e7f14?.['error'][_0x57d4ba(0xb9)]),_0x1e89a0[TestFrameworkConstants[_0x57d4ba(0x174)]]=_0x27b8c0[_0x57d4ba(0xec)](removeAnsiColors,_0x4e7f14?.['error'][_0x57d4ba(0xb9)]),_0x1e89a0[TestFrameworkConstants[_0x57d4ba(0x15c)]]=_0x27b8c0[_0x57d4ba(0x15d)],_0x1e89a0[TestFrameworkConstants[_0x57d4ba(0x148)]]=_0x2441a6;}else _0x1e89a0[TestFrameworkConstants[_0x57d4ba(0x15c)]]=_0x27b8c0[_0x57d4ba(0x139)];_0x27b8c0[_0x57d4ba(0xf3)](_0x4cc7ed,TestFrameworkConstants[_0x57d4ba(0x17d)])&&(_0x1e89a0[TestFrameworkConstants[_0x57d4ba(0x15c)]]=!_0x4e7f14['error']?_0x27b8c0[_0x57d4ba(0x139)]:_0x27b8c0[_0x57d4ba(0x15d)]);const _0x5db28e=new Date(_0x4e7f14['startTime']),_0x41c738=new Date(_0x27b8c0[_0x57d4ba(0x105)](_0x5db28e[_0x57d4ba(0x14d)](),_0x4e7f14[_0x57d4ba(0xb5)]));_0x1e89a0[TestFrameworkConstants[_0x57d4ba(0x140)]]=_0x41c738['toISOString'](),_0x1e89a0[TestFrameworkConstants[_0x57d4ba(0x116)]]=_0x3ea730;const _0x3ccfaf=_0x1e89a0[TestFrameworkConstants[_0x57d4ba(0xc8)]];await this[_0x57d4ba(0x175)](_0x3bbf6d,_0x17d590,_0x3ccfaf,_0x27b8c0['QeOZN'],_0x45d124),!_0x3f2aec[_0xed1145]&&(_0x3f2aec[_0xed1145]=[]),_0x3f2aec[_0xed1145][_0x57d4ba(0xff)](_0x1e89a0),_0x1dc52a[_0x27fc90][TestFrameworkConstants[_0x57d4ba(0x159)]]=_0xed1145;}}}return _0x1dc52a;}async[a73_0x37bba0(0x175)](_0x48cb96,_0x1a7420,_0x14e717,_0x4edf5d,_0x47d2aa){const _0x90ccea=a73_0x37bba0,_0x5556c8={'GxaTU':function(_0x213d4f,_0x373f0a){return _0x213d4f===_0x373f0a;},'pppFR':_0x90ccea(0xe6),'EqHZm':function(_0x39d55b,_0x3e9918,_0x12feaf){return _0x39d55b(_0x3e9918,_0x12feaf);},'HvNAs':function(_0x400d51,_0x3d145e,_0xb2271d){return _0x400d51(_0x3d145e,_0xb2271d);},'PNtDJ':'attachments','GOOHV':function(_0x375ed6,_0x47e13c,_0x4d8fac,_0x4ad638){return _0x375ed6(_0x47e13c,_0x4d8fac,_0x4ad638);},'riUVW':function(_0x3ba70b,_0xde3194,_0x306ba0){return _0x3ba70b(_0xde3194,_0x306ba0);},'fpCpB':function(_0x3dff03,_0x11e11c){return _0x3dff03/_0x11e11c;},'OWIZM':function(_0x493549,_0x7543e9){return _0x493549<_0x7543e9;},'jJHzy':function(_0x568955,_0x4c9198){return _0x568955*_0x4c9198;},'YCSYl':function(_0x38f111,_0x3a3fa2){return _0x38f111+_0x3a3fa2;},'Ctfcu':function(_0x5e93d9,_0x419966,_0x3ba0da,_0x4f0441,_0x13dca0){return _0x5e93d9(_0x419966,_0x3ba0da,_0x4f0441,_0x13dca0);},'ipbEJ':function(_0x265325,_0xc6518a,_0x199605,_0x303347){return _0x265325(_0xc6518a,_0x199605,_0x303347);},'NPPZL':'hook','KmRRy':function(_0x2768ee,_0x10397f,_0x46c2d9){return _0x2768ee(_0x10397f,_0x46c2d9);}};try{if(_0x5556c8[_0x90ccea(0x122)](_0x4edf5d,_0x5556c8[_0x90ccea(0xd4)])){const _0x3a3c38=await _0x47d2aa[_0x90ccea(0x109)],_0x39406e=_0x5556c8['EqHZm'](getTestRunIdentifier,_0x47d2aa[_0x90ccea(0xe6)],_0x47d2aa[_0x90ccea(0x109)][_0x90ccea(0x15b)]),_0x3fc8ab=_0x47d2aa['test'];logger['debug']('sendLogCreatedEvent:\x20testId='+_0x39406e+_0x90ccea(0x170)+util[_0x90ccea(0xfa)](_0x3a3c38));const _0x2d64b7=_0x48cb96[_0x90ccea(0x157)]()['get'](_0x39406e)[TestFrameworkConstants[_0x90ccea(0x176)]];await _0x5556c8[_0x90ccea(0xcc)](sendTraceZip,_0x3a3c38,_0x2d64b7);const _0xe5e03b=TestInfo[_0x90ccea(0x120)](_0x39406e)[_0x5556c8[_0x90ccea(0x143)]],_0x10e38c={};if(_0xe5e03b){!_0x3a3c38[_0x90ccea(0xda)]&&(_0x3a3c38[_0x90ccea(0xda)]=[]);_0x10e38c[_0x90ccea(0xda)]=_0x3a3c38[_0x90ccea(0xda)][_0x90ccea(0x161)](_0xe5e03b||[]);const _0x3e79ab=TestInfo[_0x90ccea(0x120)](_0x39406e);delete _0x3e79ab[_0x5556c8[_0x90ccea(0x143)]],TestInfo['setTestDetails'](_0x39406e,_0x3e79ab);}const {steps:_0x172620,logs:_0x50ec60}=_0x5556c8[_0x90ccea(0x178)](getStepsAndLogs,_0x3a3c38[_0x90ccea(0xbd)],_0x48cb96['getAllData']()[_0x90ccea(0xd6)](_0x39406e)[TestFrameworkConstants[_0x90ccea(0x176)]],_0x5556c8[_0x90ccea(0xd4)]),_0x271b7d=_0x5556c8[_0x90ccea(0xd0)](getScreenshots,_0x10e38c,_0x48cb96[_0x90ccea(0x157)]()[_0x90ccea(0xd6)](_0x39406e)[TestFrameworkConstants['KEY_TEST_UUID']]),_0x2a0052=_0x5556c8[_0x90ccea(0x181)](getVideos,_0x3a3c38,_0x48cb96[_0x90ccea(0x157)]()[_0x90ccea(0xd6)](_0x39406e)[TestFrameworkConstants[_0x90ccea(0x176)]]),{_:_0x5dfe86,logs:_0x3f033a}=_0x5556c8['EqHZm'](getFailureData,_0x3a3c38[_0x90ccea(0xc6)],{'test_run_uuid':_0x48cb96[_0x90ccea(0x157)]()[_0x90ccea(0xd6)](_0x39406e)[TestFrameworkConstants['KEY_TEST_UUID']]}),_0x3ae469=TestInfo[_0x90ccea(0x120)](_0x39406e)[TestFrameworkConstants[_0x90ccea(0xad)]]||{},_0x3d58d9=_0x5556c8[_0x90ccea(0x181)](getMediaArtifactsLogs,_0x3ae469,_0x48cb96[_0x90ccea(0x157)]()[_0x90ccea(0xd6)](_0x39406e)[TestFrameworkConstants[_0x90ccea(0x176)]]),_0x48f689=_0x48cb96[_0x90ccea(0x157)]()[_0x90ccea(0xd6)](_0x39406e),{[TestFrameworkConstants[_0x90ccea(0x16a)]]:_0x589ce5='',[TestFrameworkConstants[_0x90ccea(0x185)]]:_0x3b7f0d=''}=_0x48f689,_0x3bbb5d=(_0x50ec60||[])[_0x90ccea(0x161)](_0x271b7d||[])['concat'](_0x3f033a||[])[_0x90ccea(0x161)](_0x2a0052||[])[_0x90ccea(0x161)](_0x3d58d9||[]),_0x3c1cf9=0x28,_0x48c8e0=Math[_0x90ccea(0x12a)](_0x5556c8['fpCpB'](_0x3bbb5d['length'],_0x3c1cf9));for(let _0x5b332e=0x0;_0x5556c8[_0x90ccea(0x11a)](_0x5b332e,_0x48c8e0);_0x5b332e++){const _0x226cfb=_0x5556c8['jJHzy'](_0x5b332e,_0x3c1cf9),_0xdda22b=_0x5556c8[_0x90ccea(0x156)](_0x226cfb,_0x3c1cf9),_0xa45ecc=_0x3bbb5d[_0x90ccea(0x16c)](_0x226cfb,_0xdda22b),_0x28c27d={'platformIndex':'0','logs':_0xa45ecc,'testFrameworkName':_0x589ce5,'testFrameworkVersion':_0x3b7f0d,'testFrameworkState':_0x1a7420[_0x90ccea(0x13f)]()['split']('.')[0x1]};_0x5556c8[_0x90ccea(0x127)](updatePayloadForTraceLogs,_0x28c27d,_0x47d2aa,_0x39406e,_0x48cb96),logger[_0x90ccea(0xac)](_0x90ccea(0x14f)+_0x39406e+_0x90ccea(0xfe)+_0x5556c8[_0x90ccea(0x156)](_0x5b332e,0x1)+'/'+_0x48c8e0+_0x90ccea(0xe3)+util[_0x90ccea(0xfa)](_0x28c27d));const _0xdbef5e=await GrpcClient[_0x90ccea(0x167)]()[_0x90ccea(0x15f)](_0x28c27d);logger[_0x90ccea(0xac)]('sendLogCreatedEvent\x20for\x20testId:\x20'+_0x39406e+_0x90ccea(0xfe)+_0x5556c8[_0x90ccea(0x156)](_0x5b332e,0x1)+'/'+_0x48c8e0+_0x90ccea(0x162)+util[_0x90ccea(0xfa)](_0xdbef5e));}}else{const {steps:_0x2bc0ac,logs:_0x5b0b8c}=_0x5556c8[_0x90ccea(0x14b)](getStepsAndLogs,_0x47d2aa[_0x90ccea(0x177)]['steps'],_0x14e717,_0x5556c8[_0x90ccea(0xe0)]),_0x45b671=_0x5556c8['KmRRy'](getTestRunIdentifier,_0x47d2aa[_0x90ccea(0xe6)],_0x47d2aa['result'][_0x90ccea(0x15b)]);logger[_0x90ccea(0xac)]('sendLogCreatedEvent:\x20testId='+_0x45b671);const _0x45f9d6=_0x48cb96[_0x90ccea(0x157)]()['get'](_0x45b671),{[TestFrameworkConstants[_0x90ccea(0x16a)]]:_0x32f315='',[TestFrameworkConstants[_0x90ccea(0x185)]]:_0x43762a=''}=_0x45f9d6,_0xbb1b9f={'platformIndex':'0','logs':_0x5b0b8c,'testFrameworkName':_0x32f315,'testFrameworkVersion':_0x43762a,'testFrameworkState':_0x1a7420[_0x90ccea(0x13f)]()[_0x90ccea(0xbb)]('.')[0x1]};_0x5556c8[_0x90ccea(0x127)](updatePayloadForTraceLogs,_0xbb1b9f,_0x47d2aa,_0x45b671,_0x48cb96),logger[_0x90ccea(0xac)](_0x90ccea(0x14f)+_0x45b671+_0x90ccea(0xe3)+util[_0x90ccea(0xfa)](_0xbb1b9f));const _0x1b24df=await GrpcClient[_0x90ccea(0x167)]()[_0x90ccea(0x15f)](_0xbb1b9f);}}catch(_0xd579eb){logger['error'](_0x90ccea(0x14c)+util[_0x90ccea(0x135)](_0xd579eb));}}[a73_0x37bba0(0x10b)](_0x5501fc){const _0x21197a=a73_0x37bba0,_0x5b9f83={'iFzlE':function(_0x4e76b3,_0x4dceb4,_0x397b73){return _0x4e76b3(_0x4dceb4,_0x397b73);},'TaJZi':_0x21197a(0xfd)};try{const _0x34fec9=_0x5501fc[_0x21197a(0xe6)]['id'],_0x5f34d6=_0x5b9f83[_0x21197a(0xb8)](getTestRunIdentifier,_0x5501fc['test'],_0x5501fc[_0x21197a(0x109)][_0x21197a(0x15b)]),_0x17b3ac=_0x5501fc['instance'],_0x473864=_0x17b3ac['getContext'](),_0x165f26=_0x17b3ac[_0x21197a(0x157)]()[_0x21197a(0xd6)](_0x5f34d6);logger['debug']('createTestFrameworkEventPayload\x20testId:\x20'+_0x34fec9);const {[TestFrameworkConstants[_0x21197a(0x16a)]]:_0x364143='',[TestFrameworkConstants[_0x21197a(0x185)]]:_0x56ec44='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x192ccc='',[TestFrameworkConstants[_0x21197a(0x12b)]]:_0x2b8504=''}=_0x165f26,_0x20bfc5=_0x17b3ac[_0x21197a(0xfc)]()[_0x21197a(0x13f)]()[_0x21197a(0xbb)]('.')[0x1],_0x2f07ed=_0x17b3ac[_0x21197a(0x189)]()['toString']()[_0x21197a(0xbb)]('.')[0x1],_0x3cde02=global?.[_0x21197a(0xd2)]?.[_0x21197a(0xea)]?.[_0x21197a(0xdb)],_0x322e50=_0x17b3ac[_0x21197a(0xa9)](),_0x489af4=Buffer[_0x21197a(0x142)](JSON['stringify'](_0x165f26))['toString'](_0x5b9f83[_0x21197a(0x15a)]),_0x35704d={'hash':_0x473864['getId'](),'threadId':_0x473864[_0x21197a(0x188)]()[_0x21197a(0x13f)](),'processId':_0x473864['getProcessId']()[_0x21197a(0x13f)]()},_0x70ccd4={};_0x70ccd4[_0x21197a(0xaf)]=_0x3cde02,_0x70ccd4[_0x21197a(0xe1)]=_0x364143,_0x70ccd4[_0x21197a(0xc3)]=_0x56ec44,_0x70ccd4['testFrameworkState']=_0x20bfc5,_0x70ccd4['hookState']=_0x2f07ed,_0x70ccd4['startedAt']=_0x192ccc,_0x70ccd4[_0x21197a(0x10c)]=_0x2b8504,_0x70ccd4['uuid']=_0x322e50,_0x70ccd4['eventJson']=_0x489af4,_0x70ccd4[_0x21197a(0xed)]=_0x35704d;const _0x21b309=_0x70ccd4;return logger[_0x21197a(0xac)](_0x21197a(0xcb)+_0x34fec9+_0x21197a(0x149)+_0x20bfc5+_0x21197a(0xaa)+_0x2f07ed),_0x21b309;}catch(_0x48a099){return logger['error'](_0x21197a(0xbf)+util[_0x21197a(0x135)](_0x48a099)),{};}}}function a73_0x23f0(){const _0x149b43=['\x20instance=','POchf','GGRbD','filePath','getTrackedInstance','Hook\x20Started\x20in\x20PRE\x20key\x20=\x20',',\x20testFrameworkState=','\x20and\x20args\x20=\x20','gaHQw','format','KEY_TEST_RETRY_OF','stack','SbQIc','HNjLm','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','getTestFrameworksVersions','results','map','KEY_TEST_LOGS','toString','KEY_EVENT_ENDED_AT','err','from','PNtDJ','matchHookRegex','getTestUUID','12600648rwliGJ','lweqo','KEY_HOOK_FAILURE','\x20testState:\x20','BXGau','ipbEJ','Error\x20in\x20sendLogCreatedEvent:\x20','getTime','../state/testFrameworkState.js','sendLogCreatedEvent\x20for\x20testId:\x20','DEFAULT_TEST_RESULT','zoSek','5567079EtQGNd','description','../../../helpers/test-observability/utils','1343080zTBlgE','YCSYl','getAllData','pJOuK','KEY_HOOK_LAST_FINISHED','TaJZi','retry','KEY_HOOK_RESULT','FhEVP','filter','logCreatedEvent','util','concat','\x20response=','PlaywrightTestFramework','multi_dropdown','parsePlaywrightTestResult','\x20from\x20TestDetails:\x20','getInstance','KEY_LOGS','PRE','KEY_TEST_FRAMEWORK_NAME','HjyNj','slice','KEY_TEST_RESULT_AT','forEach','length','\x20result=','RWnJV','QEAWZ','failed','KEY_HOOK_FAILURE_REASON','sendLogCreatedEvent','KEY_TEST_UUID','step','GOOHV','7379720xLWYRA','Expected\x20to\x20fail,\x20but\x20passed.','basename','../instances/testFrameworkInstance.js','DEFAULT_HOOK_RESULT','yzPXq','passed','TUoWR','riUVW','TEST_SCREENSHOT','VdhFG','parsePlaywrightTestResult:\x20testId=','KEY_TEST_FRAMEWORK_VERSION','mZOEf','../../playwright/reporter/pwUtils','getThreadId','getCurrentHookState','getTestFrameworks','KEY_TEST_LOCATION','instance','uuid','LHscD','KEY_TEST_SCOPES','\x20hookState=','NONE','trackEvent\x20loading\x20testResults\x20for\x20testId:\x20','setTestDetails','getRef','\x20hookState:\x20','ZkmTC','debug','KEY_TEST_ATTACHMENTS','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','platformIndex','\x20target=','../cliUtils.js','../grpcClient','esPpg','./constants/testFrameworkConstants.js','duration','status','resolveInstance','iFzlE','message','KEY_HOOK_FAILURE_TYPE','split','../../../helpers/helper.js','steps','XqBkJ','Error\x20in\x20createTestFrameworkEventPayload:\x20','trackPlaywrightInstance','4BxBnoT','KEY_TEST_RESULT','testFrameworkVersion','addMultipleEntries','KEY_TEST_FAILURE_REASON','errors','cgOna','KEY_HOOK_ID','\x20&\x20hook\x20=\x20','TEST','createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20','HvNAs','some','KEY_TEST_CODE','ZTKEf','EqHZm','exports','__workerDetails','getTestIdentifierFromTestInfo','pppFR','title','get','field_type','setTrackedInstance','trackHookEvent','attachments','parallelIndex','apgwf','1091112kLUOhw','Hook\x20List\x20in\x20Post\x20','1119657JSLBjs','NPPZL','testFrameworkName','KEY_TEST_RERUN_NAME','\x20payload=','KEY_HOOKS_STARTED','acCVT','test','info','../state/hookState.js','KvNmg','workerInfo','../TestInfo.js','NXjnz','executionContext','czqka','aTRvO','Error\x20processing\x20trace\x20file\x20','getId','size','oIlMM','oIWOU','nxkjA','KEY_AUTOMATE_SESSION_NAME','2192715NTdPBT','EMYDN','YxOjj','inspect','expectedStatus','getCurrentTestState','base64','\x20batch\x20','push','oXwGy','TEST_ATTACHMENT','hook','trackEvent:\x20found\x20instance,\x20testFrameworkState=','path','pKnkx','1UCAmfY','ttrjp','pop','result','TKcRS','createTestFrameworkEventPayload','endedAt','Error\x20processing\x20direct\x20trace\x20file\x20','skipped','kfWSc','KEY_TEST_TAGS','getCurrentInstanceName','startTime','KEY_EVENT_STARTED_AT','trackEvent','trim','KEY_CUSTOM_TAGS','mRUiK','POST','error','OWIZM','KEY_HOOKS_FINISHED','KEY_TEST_FILE_PATH','getTraceFilePaths','parsePlaywrightTest','annotations','getTestDetails','statSync','GxaTU','UUFSl','values','toISOString','LZlOA','Ctfcu','yCDUK','timedOut','ceil','KEY_TEST_ENDED_AT'];a73_0x23f0=function(){return _0x149b43;};return a73_0x23f0();}module[a73_0x37bba0(0xd1)]=PlaywrightTestFramework;
@@ -1 +1 @@
1
- function a74_0x3f21(){const _0x484786=[';\x20hookState=','testFrameworks','18594jYixxs','binSessionId','testFrameworkVersions','instances','306870npMmsA','setCurrentHookState','has','__bstack_test_framework_instances__','getState','../instances/trackedContext','getAllData','315StRHzz','setTrackedInstance','9MnPjnn','get','getInstances','setState','trackEvent:\x20testFrameworkState=','10JHoFJR','setInstance','registerObserver','3231080YAPDIF','getHookRegistryKey','384363qIvsPS','52452LSYTHf','../instances/testFrameworkInstance','getId','set','125UCRVvq','../../../helpers/classLogger','getTestFrameworks','hasState','trackEvent','9168137SekLGI','createContext','540754PyYQCj','setCurrentTestState','../instances/trackedInstance','TestFramework','exports'];a74_0x3f21=function(){return _0x484786;};return a74_0x3f21();}function a74_0x2039(_0x32178c,_0x3addff){const _0x3f21de=a74_0x3f21();return a74_0x2039=function(_0x2039eb,_0x2ad76e){_0x2039eb=_0x2039eb-0x104;let _0x31cb81=_0x3f21de[_0x2039eb];return _0x31cb81;},a74_0x2039(_0x32178c,_0x3addff);}const a74_0x5b815a=a74_0x2039;(function(_0x3046b5,_0x162ea2){const _0x3b1b93=a74_0x2039,_0x1b4a17=_0x3046b5();while(!![]){try{const _0x45ad28=-parseInt(_0x3b1b93(0x12c))/0x1+parseInt(_0x3b1b93(0x10e))/0x2+parseInt(_0x3b1b93(0x119))/0x3+-parseInt(_0x3b1b93(0x12d))/0x4*(parseInt(_0x3b1b93(0x107))/0x5)+-parseInt(_0x3b1b93(0x115))/0x6*(-parseInt(_0x3b1b93(0x120))/0x7)+parseInt(_0x3b1b93(0x12a))/0x8*(-parseInt(_0x3b1b93(0x122))/0x9)+-parseInt(_0x3b1b93(0x127))/0xa*(-parseInt(_0x3b1b93(0x10c))/0xb);if(_0x45ad28===_0x162ea2)break;else _0x1b4a17['push'](_0x1b4a17['shift']());}catch(_0x50db5b){_0x1b4a17['push'](_0x1b4a17['shift']());}}}(a74_0x3f21,0x3808c));const CLIUtils=require('../cliUtils'),eventDispatcher=require('../eventDispatcher'),TestFrameworkInstance=require(a74_0x5b815a(0x104)),TrackedContext=require(a74_0x5b815a(0x11e)),TestFrameworkState=require('../state/testFrameworkState'),HookState=require('../state/hookState'),{createClassLogger}=require(a74_0x5b815a(0x108)),TrackedInstance=require(a74_0x5b815a(0x110)),logger=createClassLogger(a74_0x5b815a(0x111));!global[a74_0x5b815a(0x11c)]&&(global[a74_0x5b815a(0x11c)]=new Map());class TestFramework{static get[a74_0x5b815a(0x118)](){const _0x37ecca=a74_0x5b815a;return global[_0x37ecca(0x11c)];}[a74_0x5b815a(0x114)]=[];[a74_0x5b815a(0x117)]={};[a74_0x5b815a(0x116)]=null;constructor(_0x3b0893,_0x24afbf,_0xb23fa){const _0x494b22=a74_0x5b815a;this[_0x494b22(0x114)]=_0x3b0893,this['testFrameworkVersions']=_0x24afbf,this[_0x494b22(0x116)]=_0xb23fa;}[a74_0x5b815a(0x124)](){return TestFramework['instances'];}[a74_0x5b815a(0x128)](_0x4260cc,_0x2c64c3){const _0x5e3b3d=a74_0x5b815a;TestFramework['instances'][_0x5e3b3d(0x106)](_0x4260cc['getId'],_0x2c64c3);}static['getTrackedInstance'](){const _0x558397=a74_0x5b815a,_0x2f2bb7=TrackedInstance[_0x558397(0x10d)](CLIUtils['getCurrentInstanceName']());return TestFramework[_0x558397(0x118)]['get'](_0x2f2bb7[_0x558397(0x105)]());}static[a74_0x5b815a(0x121)](_0x417886,_0x47ab12){const _0x35e9b8=a74_0x5b815a;TestFramework[_0x35e9b8(0x118)][_0x35e9b8(0x106)](_0x417886[_0x35e9b8(0x105)](),_0x47ab12);}['getTestFrameworksVersions'](){const _0xc5901=a74_0x5b815a;return this[_0xc5901(0x117)];}[a74_0x5b815a(0x109)](){const _0xe2dce0=a74_0x5b815a;return this[_0xe2dce0(0x114)];}[a74_0x5b815a(0x10b)](_0x58eb42,_0xe2295,_0x549708={}){const _0x1637f9=a74_0x5b815a;logger['debug'](_0x1637f9(0x126)+_0x58eb42+_0x1637f9(0x113)+_0xe2295);}async['runHooks'](_0x3fac56,_0x9cc5f8,_0x5dd9ca,_0x4f886f={}){const _0x2430a2=a74_0x5b815a,_0x1b9620=CLIUtils[_0x2430a2(0x12b)](_0x9cc5f8,_0x5dd9ca);_0x3fac56[_0x2430a2(0x10f)](_0x9cc5f8),_0x3fac56[_0x2430a2(0x11a)](_0x5dd9ca),await eventDispatcher['notifyObserver'](_0x1b9620,_0x4f886f);}static[a74_0x5b815a(0x129)](_0x25195f,_0x2107b7,_0xf28745){const _0x12fb71=a74_0x5b815a;eventDispatcher[_0x12fb71(0x129)](CLIUtils[_0x12fb71(0x12b)](_0x25195f,_0x2107b7),_0xf28745);}static[a74_0x5b815a(0x11d)](_0x5138cf,_0x4ce486){const _0x5a1710=a74_0x5b815a;return _0x5138cf[_0x5a1710(0x11f)]()[_0x5a1710(0x123)](_0x4ce486);}static[a74_0x5b815a(0x125)](_0x2bc092,_0x3bf326,_0x42d779){const _0x36c4de=a74_0x5b815a;_0x2bc092[_0x36c4de(0x11f)]()[_0x36c4de(0x106)](_0x3bf326,_0x42d779);}static[a74_0x5b815a(0x10a)](_0x1cc33d,_0x2d8a07){const _0x211234=a74_0x5b815a;return _0x1cc33d[_0x211234(0x11f)]()[_0x211234(0x11b)](_0x2d8a07);}}module[a74_0x5b815a(0x112)]=TestFramework;
1
+ const a74_0x849af=a74_0x5109;function a74_0x5109(_0x48b817,_0x1b739d){const _0x23ef2a=a74_0x23ef();return a74_0x5109=function(_0x51094e,_0x16b011){_0x51094e=_0x51094e-0x1f1;let _0x33b19d=_0x23ef2a[_0x51094e];return _0x33b19d;},a74_0x5109(_0x48b817,_0x1b739d);}(function(_0x1d45bc,_0x4153c2){const _0x5bf96a=a74_0x5109,_0xff2550=_0x1d45bc();while(!![]){try{const _0x3bb830=parseInt(_0x5bf96a(0x203))/0x1+parseInt(_0x5bf96a(0x1fa))/0x2+-parseInt(_0x5bf96a(0x1f3))/0x3*(parseInt(_0x5bf96a(0x1f7))/0x4)+-parseInt(_0x5bf96a(0x1ff))/0x5+parseInt(_0x5bf96a(0x1f1))/0x6+-parseInt(_0x5bf96a(0x201))/0x7*(parseInt(_0x5bf96a(0x204))/0x8)+-parseInt(_0x5bf96a(0x1fb))/0x9*(-parseInt(_0x5bf96a(0x211))/0xa);if(_0x3bb830===_0x4153c2)break;else _0xff2550['push'](_0xff2550['shift']());}catch(_0x2b16ae){_0xff2550['push'](_0xff2550['shift']());}}}(a74_0x23ef,0xb51df));const CLIUtils=require('../cliUtils'),eventDispatcher=require(a74_0x849af(0x205)),TestFrameworkInstance=require(a74_0x849af(0x214)),TrackedContext=require('../instances/trackedContext'),TestFrameworkState=require('../state/testFrameworkState'),HookState=require('../state/hookState'),{createClassLogger}=require(a74_0x849af(0x1f4)),TrackedInstance=require('../instances/trackedInstance'),logger=createClassLogger(a74_0x849af(0x212));!global[a74_0x849af(0x20c)]&&(global[a74_0x849af(0x20c)]=new Map());class TestFramework{static get[a74_0x849af(0x206)](){const _0x87dba1=a74_0x849af;return global[_0x87dba1(0x20c)];}[a74_0x849af(0x207)]=[];[a74_0x849af(0x213)]={};[a74_0x849af(0x209)]=null;constructor(_0x25e012,_0x225121,_0x1e6b62){const _0x2163e=a74_0x849af;this[_0x2163e(0x207)]=_0x25e012,this[_0x2163e(0x213)]=_0x225121,this[_0x2163e(0x209)]=_0x1e6b62;}['getInstances'](){const _0x36e14d=a74_0x849af;return TestFramework[_0x36e14d(0x206)];}[a74_0x849af(0x216)](_0x3284cb,_0x26f27a){const _0x3aa71c=a74_0x849af;TestFramework[_0x3aa71c(0x206)][_0x3aa71c(0x1f9)](_0x3284cb['getId'],_0x26f27a);}static[a74_0x849af(0x20e)](){const _0xf57bac=a74_0x849af,_0x5884d3=TrackedInstance[_0xf57bac(0x210)](CLIUtils[_0xf57bac(0x215)]());return TestFramework[_0xf57bac(0x206)][_0xf57bac(0x1f8)](_0x5884d3[_0xf57bac(0x20b)]());}static['setTrackedInstance'](_0x44730d,_0x4a1f6a){const _0x2b47c5=a74_0x849af;TestFramework[_0x2b47c5(0x206)][_0x2b47c5(0x1f9)](_0x44730d[_0x2b47c5(0x20b)](),_0x4a1f6a);}[a74_0x849af(0x1f5)](){return this['testFrameworkVersions'];}['getTestFrameworks'](){return this['testFrameworks'];}[a74_0x849af(0x1fd)](_0x26dd03,_0x2b1186,_0x9673bd={}){const _0x3cacad=a74_0x849af;logger[_0x3cacad(0x1f6)]('trackEvent:\x20testFrameworkState='+_0x26dd03+';\x20hookState='+_0x2b1186);}async[a74_0x849af(0x1f2)](_0x2740f7,_0x16fbf6,_0x13c2d2,_0x54590a={}){const _0x24cefa=a74_0x849af,_0xaca96f=CLIUtils['getHookRegistryKey'](_0x16fbf6,_0x13c2d2);_0x2740f7['setCurrentTestState'](_0x16fbf6),_0x2740f7['setCurrentHookState'](_0x13c2d2),await eventDispatcher[_0x24cefa(0x20a)](_0xaca96f,_0x54590a);}static[a74_0x849af(0x208)](_0x5d6bbc,_0x4a33a2,_0x574a40){const _0x5a54d1=a74_0x849af;eventDispatcher[_0x5a54d1(0x208)](CLIUtils[_0x5a54d1(0x1fc)](_0x5d6bbc,_0x4a33a2),_0x574a40);}static['getState'](_0x2987d7,_0x5b6ed3){const _0x13bea6=a74_0x849af;return _0x2987d7[_0x13bea6(0x20f)]()['get'](_0x5b6ed3);}static[a74_0x849af(0x200)](_0x22b2c6,_0x25b96a,_0x2d1cad){_0x22b2c6['getAllData']()['set'](_0x25b96a,_0x2d1cad);}static[a74_0x849af(0x1fe)](_0x5e8f91,_0x548040){const _0x121b3b=a74_0x849af;return _0x5e8f91['getAllData']()[_0x121b3b(0x20d)](_0x548040);}}function a74_0x23ef(){const _0xafe12a=['84696vjWGpI','../eventDispatcher','instances','testFrameworks','registerObserver','binSessionId','notifyObserver','getId','__bstack_test_framework_instances__','has','getTrackedInstance','getAllData','createContext','22320sbKkMH','TestFramework','testFrameworkVersions','../instances/testFrameworkInstance','getCurrentInstanceName','setInstance','6074634pJAkWk','runHooks','51gVBeGA','../../../helpers/classLogger','getTestFrameworksVersions','debug','341564qdepUH','get','set','1976460FzIGwj','540bZajui','getHookRegistryKey','trackEvent','hasState','5266870UbNpzc','setState','84KEcZjz','exports','1239331WvoqJT'];a74_0x23ef=function(){return _0xafe12a;};return a74_0x23ef();}module[a74_0x849af(0x202)]=TestFramework;