browserstack-node-sdk 1.50.6 → 1.50.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (186) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/nightwatch/command.js +1 -1
  79. package/src/bin/playwright/accessibility-helper.js +1 -1
  80. package/src/bin/playwright/command.js +1 -1
  81. package/src/bin/playwright/globalSetup.js +1 -1
  82. package/src/bin/playwright/mock-process.js +1 -1
  83. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  84. package/src/bin/playwright/patches.js +1 -1
  85. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  86. package/src/bin/playwright/reporter/reporter.js +1 -1
  87. package/src/bin/playwright/reporter/test-details.js +1 -1
  88. package/src/bin/playwright/sessionDetails.js +1 -1
  89. package/src/bin/runner.js +1 -1
  90. package/src/bin/setup.js +1 -1
  91. package/src/bin/test-runner/index.js +1 -1
  92. package/src/bin/test-runner/runTest.js +1 -1
  93. package/src/bin/test-runner/testWorker.js +1 -1
  94. package/src/bin/utils/apiUtilityMethods.js +1 -1
  95. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  96. package/src/bin/utils/constants.js +1 -1
  97. package/src/bin/utils/log4jsAppender.js +1 -1
  98. package/src/bin/utils/logPatcher.js +1 -1
  99. package/src/bin/utils/logReportingAPI.js +1 -1
  100. package/src/bin/utils/playwright-patcher.js +1 -1
  101. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  102. package/src/bin/utils/sharedUtils.js +1 -1
  103. package/src/bin/v2/TestInfo.js +1 -1
  104. package/src/bin/v2/browserstackCLI.js +1 -1
  105. package/src/bin/v2/cliUtils.js +1 -1
  106. package/src/bin/v2/customTagManager.js +1 -1
  107. package/src/bin/v2/eventDispatcher.js +1 -1
  108. package/src/bin/v2/framework/automationFramework.js +1 -1
  109. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  110. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  111. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  112. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  113. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  114. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  115. package/src/bin/v2/framework/testFramework.js +1 -1
  116. package/src/bin/v2/grpcClient.js +1 -1
  117. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  118. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  119. package/src/bin/v2/instances/trackedContext.js +1 -1
  120. package/src/bin/v2/instances/trackedInstance.js +1 -1
  121. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  122. package/src/bin/v2/modules/baseModule.js +1 -1
  123. package/src/bin/v2/modules/loadTestModule.js +1 -1
  124. package/src/bin/v2/modules/observabilityModule.js +1 -1
  125. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  126. package/src/bin/v2/modules/testhubModule.js +1 -1
  127. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  128. package/src/bin/v2/state/hookState.js +1 -1
  129. package/src/bin/v2/state/testFrameworkState.js +1 -1
  130. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  131. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  132. package/src/bin/v2/utils/jest-utils.js +1 -1
  133. package/src/bin/vanilla-js/command.js +1 -1
  134. package/src/browserStackSdk.js +1 -1
  135. package/src/helpers/BrowserStackSetup.js +1 -1
  136. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  137. package/src/helpers/accessibility-automation/constants.js +1 -1
  138. package/src/helpers/accessibility-automation/helper.js +1 -1
  139. package/src/helpers/accessibility-automation/scripts.js +1 -1
  140. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  141. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  142. package/src/helpers/ats/constants.js +1 -1
  143. package/src/helpers/ats/helper.js +1 -1
  144. package/src/helpers/capsMapping.js +1 -1
  145. package/src/helpers/central-scanner/constants.js +1 -1
  146. package/src/helpers/central-scanner/helpers.js +1 -1
  147. package/src/helpers/classLogger.js +1 -1
  148. package/src/helpers/globals.js +1 -1
  149. package/src/helpers/helper.js +1 -1
  150. package/src/helpers/logger.js +1 -1
  151. package/src/helpers/metadata.js +1 -1
  152. package/src/helpers/patchHelper.js +1 -1
  153. package/src/helpers/patchHelpers.js +1 -1
  154. package/src/helpers/percy/Percy.js +1 -1
  155. package/src/helpers/percy/PercyBinary.js +1 -1
  156. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  157. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  158. package/src/helpers/percy/PercySDK.js +1 -1
  159. package/src/helpers/percy/index.js +1 -1
  160. package/src/helpers/percy/utils.js +1 -1
  161. package/src/helpers/performance/constants.js +1 -1
  162. package/src/helpers/performance/performance-tester.js +1 -1
  163. package/src/helpers/playwright-helper.js +1 -1
  164. package/src/helpers/processHelper.js +1 -1
  165. package/src/helpers/request-spy.js +1 -1
  166. package/src/helpers/setKeepAlive.js +1 -1
  167. package/src/helpers/test-observability/constants.js +1 -1
  168. package/src/helpers/test-observability/error-handler.js +1 -1
  169. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  170. package/src/helpers/test-observability/sessionHandler.js +1 -1
  171. package/src/helpers/test-observability/utils.js +1 -1
  172. package/src/helpers/test-orchestration/constants.js +1 -1
  173. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  174. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  175. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  176. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  177. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  178. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  179. package/src/helpers/testhub/constants.js +1 -1
  180. package/src/helpers/testhub/testhubHandler.js +1 -1
  181. package/src/helpers/testhub/utils.js +1 -1
  182. package/src/helpers/timeoutPromise.js +1 -1
  183. package/src/helpers/utilities.js +1 -1
  184. package/src/helpers/w3cMapping.js +1 -1
  185. package/src/hubAllocationMethods.js +1 -1
  186. package/src/index.js +1 -1
@@ -1 +1 @@
1
- const 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
+ const a71_0x15adaf=a71_0xe5c1;function a71_0xe5c1(_0x4ef102,_0x353201){const _0x31369d=a71_0x3136();return a71_0xe5c1=function(_0xe5c1b,_0x58b4a7){_0xe5c1b=_0xe5c1b-0x1b9;let _0xa21216=_0x31369d[_0xe5c1b];return _0xa21216;},a71_0xe5c1(_0x4ef102,_0x353201);}(function(_0x11ac2d,_0x16991e){const _0xe4c6f9=a71_0xe5c1,_0x52622a=_0x11ac2d();while(!![]){try{const _0x64f505=-parseInt(_0xe4c6f9(0x1c9))/0x1*(-parseInt(_0xe4c6f9(0x207))/0x2)+-parseInt(_0xe4c6f9(0x29e))/0x3*(parseInt(_0xe4c6f9(0x287))/0x4)+parseInt(_0xe4c6f9(0x24c))/0x5+parseInt(_0xe4c6f9(0x254))/0x6+parseInt(_0xe4c6f9(0x21c))/0x7*(parseInt(_0xe4c6f9(0x242))/0x8)+-parseInt(_0xe4c6f9(0x2d6))/0x9+parseInt(_0xe4c6f9(0x342))/0xa*(-parseInt(_0xe4c6f9(0x2cd))/0xb);if(_0x64f505===_0x16991e)break;else _0x52622a['push'](_0x52622a['shift']());}catch(_0x33bcea){_0x52622a['push'](_0x52622a['shift']());}}}(a71_0x3136,0x1d73e));const TestFramework=require(a71_0x15adaf(0x339)),TestFrameworkState=require(a71_0x15adaf(0x2f2)),HookState=require('../state/hookState.js'),{createClassLogger}=require(a71_0x15adaf(0x22b)),TestFrameworkInstance=require(a71_0x15adaf(0x341)),CLIUtils=require(a71_0x15adaf(0x2a0)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),{getManualUploadLogs,getMediaArtifactsLogs}=require(a71_0x15adaf(0x2b8)),{isInternalHook}=require('../../../helpers/test-observability/utils'),logger=createClassLogger('JestTestFramework'),{v4:uuidv4}=require(a71_0x15adaf(0x349)),util=require(a71_0x15adaf(0x274)),TestInfo=require(a71_0x15adaf(0x261)),GrpcClient=require(a71_0x15adaf(0x1e0)),stackTrace=require(a71_0x15adaf(0x1cb));function a71_0x3136(){const _0x20dc23=['1182577iAuWPJ','[JestTestFramework]\x20setActiveHook:\x20testIdentifier=','Error\x20processing\x20pending\x20hook\x20for\x20testId:\x20','prWaw','BNkFd','DEFAULT_HOOK_RESULT','[JestTestFramework]\x20parseJestTestResult:\x20SUCCESS\x20-\x20testName=','jest-circus','[JestTestFramework]\x20trackHookEvent:\x20No\x20hook\x20data\x20provided\x20for\x20jest\x20hook\x20event','1099242UNomod',',\x20testId=','join','UjxpO','getJestFailureData','KEY_HOOKS_STARTED','afterAll','kCIEg','processPendingHooks','forEach','getAllPendingHookTestIds','\x20attachments','[JestTestFramework]\x20getJestTestIdentifier:\x20No\x20identifier\x20in\x20testData,\x20using\x20fallback',',\x20hooksListLength=','BEFORE_ALL','KEY_TEST_RERUN_NAME','[JestTestFramework]\x20processPendingHooks:\x20Checking\x20for\x20beforeAll\x20hooks\x20matching\x20filePath:\x20${testFilePath},\x20scope:\x20${testScope}','passed','zYBlM','KEY_TEST_ENDED_AT','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Parsed\x20test\x20result\x20entries:\x20','getAllData','[JestTestFramework]\x20trackHookEvent:\x20START\x20-\x20testFrameworkState=','keys','maxArrayLength','KEY_HOOK_ID','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Test\x20data\x20loaded\x20for\x20testId:\x20','KfAbj','../state/testFrameworkState.js','trackEvent','hook_id','\x22\x20from\x20testData','getJestTestScopes','Processing\x20','removeActiveHook','\x20-\x20testId:\x20','includes','message','filePath','trackJestInstance','emnol','KEY_TEST_RETRY_OF','hookAnalyticsId','[JestTestFramework]\x20sendLogCreatedEvent:\x20Cleared\x20logs\x20from\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','RgxKy','substring','rGGAV','[JestTestFramework]\x20processPendingHooks:\x20Updated\x20hook\x20test_run_id\x20from\x20','EkJVN','[JestTestFramework]\x20resolveInstance:\x20No\x20instance\x20found,\x20creating\x20new\x20instance\x20for\x20state=','[JestTestFramework]\x20mapTestHooks:\x20Assigned\x20UUID\x20to\x20hook\x20-\x20type=','removePendingHooks',',\x20error:\x20','KEY_TEST_FAILURE','runHooks',',\x20hookId=','trackHookEvent','mMpke',',\x20screenshotLogs:\x20','match','Error\x20processing\x20matching\x20beforeAll\x20hook\x20for\x20testId:\x20${testId},\x20error:\x20${error}','KEY_TEST_STARTED_AT',',\x20hookState=',',\x20hook_run_uuid=','SEhOh','tags','\x20(testIdentifier),\x20result=',',\x20platformIndex:\x20',',\x20failureReason=','zWfbx','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20Completed\x20hookType=','KEY_HOOKS_FINISHED','KEY_TEST_FRAMEWORK_VERSION','getJestFailureType','KEY_HOOK_FAILURE_REASON','\x20(testIdentifier),\x20tags=','jDAMC','KEY_TEST_FILE_PATH','hook_result','TuIiT','toISOString','test','format','[JestTestFramework]\x20trackHookEvent:\x20No\x20test\x20data\x20found\x20for\x20testId:\x20','activeHooks','test_run_uuid','KEY_TEST_SCOPES','getInstance','getContext','\x20&\x20hookState=','[JestTestFramework]\x20trackEvent:\x20TEST\x20event\x20-\x20hookState=','started_at','toUpperCase','testId','[JestTestFramework]\x20trackEvent:\x20TEST\x20-\x20testId=','test_run_id','pid',',\x20payload:\x20','splice','./testFramework','originalTest',',\x20failureType=','AQlXG','FzYkn','__workerDetails','[JestTestFramework]\x20parseJestTest:\x20SUCCESS\x20-\x20testName=','failure_reason','../instances/testFrameworkInstance.js','10DHDXDJ','orjPq','storePendingHook','getFileName','asyncError','beforeAll','KEY_TEST_SCOPE','uuid','[JestTestFramework]\x20sendLogCreatedEvent:\x20SUCCESS\x20-\x20testId:\x20','PeSkw','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found\x20in\x20instance.data[KEY_LOGS]\x20for\x20testId:\x20','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Processing\x20test\x20result\x20for\x20testId:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20','retryOf','push','getProcessId','AssertionError','YEVIL','POST','bmpLf','[JestTestFramework]\x20removeActiveHook:\x20Removed\x20hook\x20-\x20testIdentifier=','endedAt','[JestTestFramework]\x20trackEvent:\x20ERROR\x20-\x20testFrameworkState=','duration','[JestTestFramework]\x20parseJestTestResult:\x20FAILURE\x20-\x20testId=','5eahNmM','title','stack-trace','hookState','trackJestInstance:\x20instance\x20already\x20exists','map',',\x20filePath=','ROOT_DESCRIBE_BLOCK','toString','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test\x20result',':testAnalyticsId','QJSqi','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20-\x20hookType=','location','getRootParentFile','qLcdm','KEY_TEST_TAGS','KEY_TEST_ATTACHMENTS','hook_type','name','instance','getJestTestTags','Stored\x20pending\x20hook\x20for\x20testId:\x20','../grpcClient','Unknown\x20Test','qwhDM',',\x20state=','executionContext','scopes','[JestTestFramework]\x20sendLogCreatedEvent:\x20Found\x20','parseJestTest','[JestTestFramework]\x20trackEvent:\x20LOG_REPORT\x20POST\x20-\x20Sending\x20logs\x20for\x20args:\x20','KEY_TEST_FRAMEWORK_NAME','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20NO\x20ATTACHMENTS\x20FOUND',',\x20hookData=','exports','nSUUX','KEY_HOOK_FAILURE','[JestTestFramework]\x20trackEvent:\x20SUCCESS\x20-\x20testFrameworkState=','hookData','kind','has','isArray',',\x20argsKeys=','NONE','XfCHI','uhfCG',',\x20consoleLogs:\x20','[JestTestFramework]\x20removeActiveHook:\x20Hook\x20not\x20found\x20-\x20testIdentifier=','KEY_EVENT_ENDED_AT','set','hQrAz','_ALL','eJpTW','oDjoI','jeVNW','TEST_SCREENSHOT','[JestTestFramework]\x20sendLogCreatedEvent:\x20Screenshot\x20log\x20','stringify','xgpKr','split','[JestTestFramework]\x20removeActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','2942MdHrFB','ZHjAc','KEY_HOOK_LOGS',',\x20hookUUID=','none',',\x20result=','Error\x20in\x20createTestFrameworkEventPayload:\x20','getJestFailureReason','parallelIndex',',\x20version=','TEST','addMultipleEntries','getJestTestIdentifier',',\x20response=',',\x20test_run_uuid=','\x20screenshot\x20logs\x20for\x20testId:\x20','Unknown\x20error','depth','[JestTestFramework]\x20sendLogCreatedEvent:\x20No\x20logs\x20found,\x20skipping\x20-\x20testId:\x20','KEY_CUSTOM_TAGS','VoMqd','7rZKEEM','\x22\x20hook','JbfSx',',\x20storing\x20as\x20pending\x20hook','scope','[JestTestFramework]\x20parseJestTestResult:\x20Using\x20hooks\x20from\x20testData','test_identifier','\x20(testIdentifier),\x20hookType=','exMrh','parse','hookMetadata','KEY_TEST_RESULT','inspect','bqCPM',',\x20hook=','../../../helpers/classLogger.js','[JestTestFramework]\x20resolveInstance:\x20Using\x20existing\x20instance\x20-\x20contextId=','errorsDetailed','PKQPC','testUUID','[JestTestFramework]\x20parseJestTestResult:\x20Existing\x20attachments\x20in\x20instance\x20data:\x20','[JestTestFramework]\x20sendLogCreatedEvent:\x20ERROR\x20-\x20testId:\x20','[JestTestFramework]\x20processPendingHooks:\x20Found\x20matching\x20beforeAll\x20hook\x20-\x20storedTestId:\x20','XlLvg','apply','dLIsY','unknown','KEY_TEST_CODE','getId','setTrackedInstance','[JestTestFramework]\x20trackEvent:\x20HOOK\x20-\x20Hook\x20event\x20updates:\x20','resolveInstance','LmHrK','KEY_HOOK_LAST_STARTED',',\x20testData=','args','\x20hook','[JestTestFramework]\x20setActiveHook:\x20Invalid\x20parameters\x20-\x20testIdentifier=','1015912efeoeE','length','getTestFrameworks','workerInfo','status','VhVHT',',\x20scopes=','KEY_HOOK_NAME','addPendingHook','[JestTestFramework]\x20trackJestInstance:\x20SUCCESS\x20-\x20saved\x20instance\x20contextId=','711445yikggD','testFrameworkState','yjaLR','UzvIH','testFrameworkVersion','startsWith','substr','Error\x20parsing\x20asyncError\x20for\x20file\x20path:\x20','876666MOQNBm','KEY_HOOK_LAST_FINISHED','vnQHe','FBpSJ','[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20PRE\x20-\x20hookType=','oGLxQ','getTestFrameworksVersions','hookUUID',',\x20totalBatches:\x20','mrNZO','parseJestTestResult','get','../../../helpers/test-observability/utils','../TestInfo.js','ZDfnN','DEFAULT_TEST_RESULT','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20ATTACHMENTS\x20FOUND:\x20','PRE','KEY_HOOK_RESULT','reverse','getTrackedInstance','mapTestHooks',',\x20attachmentLogs:\x20','JaszZ',',\x20messageLength=','from','uebme','hooks','KEY_TEST_ID','[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20','getPendingHooks','DtFbL','util',',\x20updates=','XVNVJ','trackJestInstance:\x20created\x20instance\x20for\x20target=','LTJGf','KEY_TEST_RESULT_AT','sendLogCreatedEvent','getActiveHook','[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Parsed\x20test\x20entries:\x20','JgvYI',',\x20remainingHooks=','GCkZt','No\x20test\x20data\x20or\x20testId\x20found\x20for\x20jest\x20test','PTMTJ','KEY_HOOK_FAILURE_TYPE','error','pop','[JestTestFramework]\x20sendLogCreatedEvent:\x20Logs\x20retrieved\x20from\x20instance.data[KEY_LOGS]:\x20','WbpMR','289844XRGCnH','testFrameworkName','skip','hookType','HMPIC','finished_at','gXucy','ALL','KEY_TEST_FAILURE_REASON','MjEXj','UlYUA','KEY_TEST_NAME','aLHly','getRef','\x20(testIdentifier)','XkjEP','debug','KEY_TEST_LOCATION','getCurrentTestState','\x20for\x20testId:\x20','zAqIV','[JestTestFramework]\x20getActiveHook:\x20Found\x20active\x20hook\x20-\x20testIdentifier=','KEY_EVENT_STARTED_AT','3mzWuUA','LOG_REPORT','../cliUtils.js','buildHookMapFromTest','[JestTestFramework]\x20resolveInstance:\x20Instance\x20created\x20-\x20instanceExists=','[JestTestFramework]\x20getJestTestIdentifier:\x20Extracted\x20identifier=\x22','getJestTestName',',\x20testFramework=','concat',',\x20target=','\x20files','parent','[JestTestFramework]\x20getRootParentFile:\x20Exception\x20parsing\x20stack\x20trace:\x20','KEY_LOGS','XQtmz','filter','platformIndex','event_ended_at','getJestTestFilePath','result','KEY_TEST_META','file_name','[JestTestFramework]\x20trackEvent:\x20Test\x20Framework\x20instance\x20not\x20found','file','getHooksForTest','yRQCb','../../../helpers/helper.js','[JestTestFramework]\x20storePendingHook:\x20Stored\x20beforeAll\x20hook\x20with\x20metadata\x20-\x20testId:\x20','BzodD','delete','eventJson','type','[JestTestFramework]\x20trackEvent:\x20unsupported\x20testFrameworkState=','UnhandledError','eNwgF','iriKO','slice','ceil','[JestTestFramework]\x20sendLogCreatedEvent:\x20Total\x20logs\x20retrieved:\x20','KEY_TEST_LOGS','[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Data\x20BEFORE\x20parseJestTestResult:\x20','KEY_TEST_FAILURE_TYPE','[JestTestFramework]\x20trackHookEvent:\x20SUCCESS\x20-\x20hookType=','TAqSX','createTestFrameworkEventPayload','isJestInternalHook','NbNle'];a71_0x3136=function(){return _0x20dc23;};return a71_0x3136();}class JestTestFramework extends TestFramework{constructor(_0x58cedc,_0xc757fd,_0x4509d5){super(_0x58cedc,_0xc757fd,_0x4509d5),this['activeHooks']=new Map();}['setActiveHook'](_0x290387,_0x88a538,_0x528c74){const _0x153fe2=a71_0x15adaf,_0x56d767={};_0x56d767[_0x153fe2(0x1b9)]=function(_0x26d842,_0x69ab56){return _0x26d842||_0x69ab56;};const _0x18825c=_0x56d767;if(_0x18825c[_0x153fe2(0x1b9)](!_0x290387,!_0x88a538)){logger['warn'](_0x153fe2(0x241)+_0x290387+_0x153fe2(0x20a)+_0x88a538);return;}!this[_0x153fe2(0x32a)][_0x153fe2(0x1f2)](_0x290387)&&this['activeHooks'][_0x153fe2(0x1fb)](_0x290387,[]);const _0x3c2ab0={'hookUUID':_0x88a538,'hookType':_0x528c74,'startedAt':new Date()[_0x153fe2(0x326)]()};this[_0x153fe2(0x32a)]['get'](_0x290387)[_0x153fe2(0x1be)](_0x3c2ab0),logger[_0x153fe2(0x297)](_0x153fe2(0x2ce)+_0x290387+_0x153fe2(0x20a)+_0x88a538+',\x20hookType='+_0x528c74+',\x20totalHooks='+this[_0x153fe2(0x32a)][_0x153fe2(0x25f)](_0x290387)[_0x153fe2(0x243)]);}[a71_0x15adaf(0x2f8)](_0x54da52,_0x4ce11f){const _0x5482f1=a71_0x15adaf,_0x310850={};_0x310850['yjaLR']=function(_0x62fb0,_0x3fa818){return _0x62fb0||_0x3fa818;},_0x310850[_0x5482f1(0x2dd)]=function(_0xd3e6a8,_0x5d797a){return _0xd3e6a8!==_0x5d797a;},_0x310850[_0x5482f1(0x278)]=function(_0x504c33,_0x14d2c8){return _0x504c33===_0x14d2c8;};const _0xc274a6=_0x310850;if(_0xc274a6[_0x5482f1(0x24e)](!_0x54da52,!_0x4ce11f)){logger['warn'](_0x5482f1(0x206)+_0x54da52+',\x20hookUUID='+_0x4ce11f);return;}if(this[_0x5482f1(0x32a)][_0x5482f1(0x1f2)](_0x54da52)){const _0x32bb3a=this['activeHooks']['get'](_0x54da52),_0x1f92d4=_0x32bb3a['findIndex'](_0x42c9b8=>_0x42c9b8[_0x5482f1(0x25b)]===_0x4ce11f);_0xc274a6['kCIEg'](_0x1f92d4,-0x1)?(_0x32bb3a[_0x5482f1(0x338)](_0x1f92d4,0x1),logger[_0x5482f1(0x297)](_0x5482f1(0x1c4)+_0x54da52+_0x5482f1(0x20a)+_0x4ce11f+_0x5482f1(0x27e)+_0x32bb3a[_0x5482f1(0x243)]),_0xc274a6[_0x5482f1(0x278)](_0x32bb3a[_0x5482f1(0x243)],0x0)&&this[_0x5482f1(0x32a)][_0x5482f1(0x2bb)](_0x54da52)):logger[_0x5482f1(0x297)](_0x5482f1(0x1f9)+_0x54da52+',\x20hookUUID='+_0x4ce11f);}}[a71_0x15adaf(0x27b)](_0x35ee80){const _0x476ed1=a71_0x15adaf,_0x73812c={};_0x73812c[_0x476ed1(0x2ac)]=function(_0x4333af,_0x5e28ff){return _0x4333af>_0x5e28ff;},_0x73812c[_0x476ed1(0x22e)]=function(_0x2a9846,_0x26bc83){return _0x2a9846-_0x26bc83;};const _0x166094=_0x73812c;if(!_0x35ee80)return null;if(this[_0x476ed1(0x32a)][_0x476ed1(0x1f2)](_0x35ee80)){const _0x45ab68=this[_0x476ed1(0x32a)]['get'](_0x35ee80);if(_0x166094[_0x476ed1(0x2ac)](_0x45ab68[_0x476ed1(0x243)],0x0)){const _0x146b75=_0x45ab68[_0x166094[_0x476ed1(0x22e)](_0x45ab68[_0x476ed1(0x243)],0x1)];return logger[_0x476ed1(0x297)](_0x476ed1(0x29c)+_0x35ee80+',\x20hookUUID='+_0x146b75['hookUUID']+',\x20hookType='+_0x146b75[_0x476ed1(0x28a)]),_0x146b75;}}return null;}async[a71_0x15adaf(0x2f3)](_0xb0e862,_0xd3293e,_0x35392e={}){const _0x586faa=a71_0x15adaf,_0xda15c0={};_0xda15c0['exMrh']=_0x586faa(0x2b4),_0xda15c0[_0x586faa(0x2c1)]=function(_0x15b4da,_0x165a21){return _0x15b4da===_0x165a21;},_0xda15c0[_0x586faa(0x233)]=function(_0x22151c,_0x4c802b){return _0x22151c||_0x4c802b;},_0xda15c0[_0x586faa(0x28d)]=_0x586faa(0x1ea),_0xda15c0[_0x586faa(0x208)]=function(_0x308ad6,_0x40020e){return _0x308ad6===_0x40020e;};const _0xa887a2=_0xda15c0;logger[_0x586faa(0x297)]('[JestTestFramework]\x20trackEvent:\x20START\x20-\x20testFrameworkState='+_0xb0e862+_0x586faa(0x314)+_0xd3293e+_0x586faa(0x1f4)+Object[_0x586faa(0x2ed)](_0x35392e)[_0x586faa(0x2d8)](',')),await super[_0x586faa(0x2f3)](_0xb0e862,_0xd3293e,_0x35392e);const _0x4b0c8a=this[_0x586faa(0x23b)](_0xb0e862,_0xd3293e,_0x35392e);if(!_0x4b0c8a){logger[_0x586faa(0x297)](_0xa887a2[_0x586faa(0x224)]);return;}try{let _0x446089,_0x9f582a,_0x377915;switch(_0xb0e862){case TestFrameworkState[_0x586faa(0x211)]:_0x446089=_0x35392e[_0x586faa(0x327)];const _0x3fc5dc={};_0x3fc5dc['depth']=0x2,_0x3fc5dc[_0x586faa(0x2ee)]=0x3,logger[_0x586faa(0x297)](_0x586faa(0x330)+_0xd3293e+_0x586faa(0x23e)+util['inspect'](_0x446089,_0x3fc5dc)),_0x377915=this['getJestTestIdentifier'](_0x446089),_0x9f582a=null,logger['debug'](_0x586faa(0x334)+_0x377915+_0x586faa(0x295));if(_0xa887a2[_0x586faa(0x2c1)](_0xd3293e,HookState[_0x586faa(0x265)])){logger[_0x586faa(0x297)]('[JestTestFramework]\x20trackEvent:\x20TEST\x20PRE\x20-\x20Loading\x20testData\x20for\x20testId:\x20'+_0x377915);const _0x5aa438={};_0x5aa438[_0x586faa(0x22f)]=_0x9f582a,_0x5aa438['testData']=_0x446089,_0x5aa438['testId']=_0x377915;const _0x46d00a=this[_0x586faa(0x1e7)](_0x5aa438),_0x217d09={};_0x217d09[_0x586faa(0x218)]=0x2,_0x217d09[_0x586faa(0x2ee)]=0x3,logger[_0x586faa(0x297)](_0x586faa(0x27c)+util[_0x586faa(0x228)](_0x46d00a,_0x217d09)),_0x4b0c8a[_0x586faa(0x212)](_0x46d00a),logger[_0x586faa(0x297)](_0x586faa(0x2f0)+_0x377915),await this['processPendingHooks'](_0x4b0c8a,_0x377915);}else{if(_0xa887a2['iriKO'](_0xd3293e,HookState['POST'])){logger[_0x586faa(0x297)](_0x586faa(0x1bb)+_0x377915);const _0x171025=_0x4b0c8a[_0x586faa(0x2eb)]()[_0x586faa(0x25f)](_0x377915);logger[_0x586faa(0x297)](_0x586faa(0x2c6)+util[_0x586faa(0x228)](Object[_0x586faa(0x2ed)](_0xa887a2[_0x586faa(0x233)](_0x171025,{}))));_0x171025&&_0x171025[TestFrameworkConstants[_0x586faa(0x1da)]]?logger['debug'](_0x586faa(0x264)+Object[_0x586faa(0x2ed)](_0x171025[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']])[_0x586faa(0x243)]+_0x586faa(0x2a8)):logger[_0x586faa(0x297)](_0xa887a2[_0x586faa(0x28d)]);const _0x47fcf1=_0x35392e[_0x586faa(0x33a)]||null,_0x5c171e={};_0x5c171e[_0x586faa(0x22f)]=_0x9f582a,_0x5c171e['testData']=_0x446089,_0x5c171e[_0x586faa(0x333)]=_0x377915,_0x5c171e[_0x586faa(0x33a)]=_0x47fcf1;const _0x650a9a=this[_0x586faa(0x25e)](_0x5c171e),_0xf004dc={};_0xf004dc[_0x586faa(0x218)]=0x2,_0xf004dc[_0x586faa(0x2ee)]=0x3,logger[_0x586faa(0x297)](_0x586faa(0x2ea)+util[_0x586faa(0x228)](_0x650a9a,_0xf004dc)),_0x4b0c8a[_0x586faa(0x212)](_0x650a9a),logger['debug']('[JestTestFramework]\x20trackEvent:\x20TEST\x20POST\x20-\x20Test\x20result\x20processed\x20for\x20testId:\x20'+_0x377915),await this[_0x586faa(0x2de)](_0x4b0c8a,_0x377915);}}break;case TestFrameworkState[_0x586faa(0x29f)]:if(_0xa887a2[_0x586faa(0x208)](_0xd3293e,HookState[_0x586faa(0x1c2)])){const _0x268c9d={};_0x268c9d[_0x586faa(0x218)]=0x2,logger[_0x586faa(0x297)](_0x586faa(0x1e8)+util['inspect'](_0x35392e,_0x268c9d)),await this['sendLogCreatedEvent'](_0x4b0c8a,_0xb0e862,_0x35392e);}break;default:if(CLIUtils['matchHookRegex'](_0xb0e862['toString']()[_0x586faa(0x205)]('.')[0x1])){const _0x16f957={};_0x16f957[_0x586faa(0x218)]=0x2,_0x16f957['maxArrayLength']=0x3,logger[_0x586faa(0x297)]('[JestTestFramework]\x20trackEvent:\x20HOOK\x20event\x20-\x20testFrameworkState='+_0xb0e862+_0x586faa(0x314)+_0xd3293e+_0x586faa(0x1eb)+util[_0x586faa(0x228)](_0x35392e[_0x586faa(0x1f0)],_0x16f957));const _0x3336ef=await this[_0x586faa(0x30e)](_0x4b0c8a,_0xb0e862,_0xd3293e,_0x35392e),_0x1c809b={};_0x1c809b['depth']=0x2,_0x1c809b[_0x586faa(0x2ee)]=0x3,logger['debug'](_0x586faa(0x23a)+util['inspect'](_0x3336ef,_0x1c809b)),_0x4b0c8a[_0x586faa(0x212)](_0x3336ef);}else logger[_0x586faa(0x297)](_0x586faa(0x2be)+_0xb0e862+_0x586faa(0x32f)+_0xd3293e);break;}logger[_0x586faa(0x297)](_0x586faa(0x1ef)+_0xb0e862+_0x586faa(0x314)+_0xd3293e);}catch(_0x53fcce){logger['error'](_0x586faa(0x1c6)+_0xb0e862+_0x586faa(0x314)+_0xd3293e+',\x20exception='+util[_0x586faa(0x328)](_0x53fcce));}_0x35392e['instance']=_0x4b0c8a,await this[_0x586faa(0x30c)](_0x4b0c8a,_0xb0e862,_0xd3293e,_0x35392e);}[a71_0x15adaf(0x213)](_0x33a663){const _0x483c26=a71_0x15adaf,_0x339920={};_0x339920[_0x483c26(0x26b)]=_0x483c26(0x2e2);const _0x4f91e5=_0x339920;if(_0x33a663&&(_0x33a663['id']||_0x33a663[_0x483c26(0x349)])){const _0x866ae=_0x33a663['id']||_0x33a663[_0x483c26(0x349)];return logger[_0x483c26(0x297)](_0x483c26(0x2a3)+_0x866ae+_0x483c26(0x2f5)),_0x866ae;}return logger[_0x483c26(0x297)](_0x4f91e5[_0x483c26(0x26b)]),process[_0x483c26(0x336)]+_0x483c26(0x1d3);}['resolveInstance'](_0x1d5772,_0x330530,_0x339c27={}){const _0x2f83b9=a71_0x15adaf;let _0x2cf11d=null;return _0x2cf11d=TestFramework['getTrackedInstance'](),!_0x2cf11d?(logger['debug'](_0x2f83b9(0x307)+_0x1d5772),this[_0x2f83b9(0x2fd)](_0x1d5772,_0x339c27),_0x2cf11d=TestFramework[_0x2f83b9(0x268)](),logger[_0x2f83b9(0x297)](_0x2f83b9(0x2a2)+!!_0x2cf11d+',\x20contextId='+_0x2cf11d?.[_0x2f83b9(0x32e)]()?.[_0x2f83b9(0x238)]())):logger[_0x2f83b9(0x297)](_0x2f83b9(0x22c)+_0x2cf11d[_0x2f83b9(0x32e)]()?.['getId']()),_0x2cf11d;}[a71_0x15adaf(0x2fd)](_0x51aced,_0x580fd3){const _0x569215=a71_0x15adaf,_0x65443e={};_0x65443e['vnQHe']=_0x569215(0x1cd);const _0x1b1bb9=_0x65443e;if(TestFramework['getTrackedInstance']()){logger['debug'](_0x1b1bb9[_0x569215(0x256)]);return;}const _0x10ea53=CLIUtils['getCurrentInstanceName'](),_0x144dc3=TrackedInstance['createContext'](_0x10ea53);let _0x2718e2=null;logger[_0x569215(0x297)](_0x569215(0x277)+_0x10ea53+_0x569215(0x1e3)+_0x51aced),_0x2718e2=new TestFrameworkInstance(_0x144dc3,this[_0x569215(0x244)](),this['getTestFrameworksVersions'](),_0x51aced,HookState[_0x569215(0x1f5)]),TestFramework[_0x569215(0x239)](_0x144dc3,_0x2718e2),logger[_0x569215(0x297)](_0x569215(0x24b)+_0x144dc3[_0x569215(0x238)]()+_0x569215(0x2a7)+_0x10ea53+_0x569215(0x2a5)+this['getTestFrameworks']()[0x0]+_0x569215(0x210)+this[_0x569215(0x25a)]()[this[_0x569215(0x244)]()[0x0]]);}[a71_0x15adaf(0x1e7)](_0x5d753a){const _0x15abfb=a71_0x15adaf,_0x2740c1={};_0x2740c1['AkAzf']=function(_0x5f2167,_0x2c2aec){return _0x5f2167||_0x2c2aec;},_0x2740c1[_0x15abfb(0x1d4)]=_0x15abfb(0x280);const _0x3107d9=_0x2740c1,{testUUID:_0x273de8,testData:_0x5468ad,testId:_0x5169f9}=_0x5d753a;if(_0x3107d9['AkAzf'](!_0x5468ad,!_0x5169f9))return logger[_0x15abfb(0x297)](_0x3107d9['QJSqi']),{};const _0x1ab77d=this[_0x15abfb(0x244)]()[0x0],_0x519dc2=this['getTestFrameworksVersions'](),_0x4d0149={};_0x4d0149[_0x15abfb(0x218)]=0x2,_0x4d0149[_0x15abfb(0x2ee)]=0x3,logger[_0x15abfb(0x297)]('[JestTestFramework]\x20parseJestTest:\x20START\x20-\x20'+util[_0x15abfb(0x228)](_0x5468ad,_0x4d0149));const _0x554e52=_0x5468ad?.['scopes']||[],_0x5dce13=this[_0x15abfb(0x2a4)](_0x5468ad),_0x28b8e2=this[_0x15abfb(0x2b0)](_0x5468ad),_0x3d5410=_0x5468ad['fn']?_0x5468ad['fn'][_0x15abfb(0x1d1)]():null,_0x4cead6=this[_0x15abfb(0x1de)](_0x5468ad),_0x4e0f2a={[TestFrameworkConstants[_0x15abfb(0x1e9)]]:_0x1ab77d,[TestFrameworkConstants[_0x15abfb(0x31e)]]:_0x519dc2[_0x1ab77d],[TestFrameworkConstants[_0x15abfb(0x2c5)]]:[],[TestFrameworkConstants[_0x15abfb(0x31d)]]:{},[TestFrameworkConstants[_0x15abfb(0x2db)]]:{},[TestFrameworkConstants[_0x15abfb(0x227)]]:TestFrameworkConstants[_0x15abfb(0x263)],[TestFrameworkConstants['KEY_AUTOMATE_SESSION_NAME']]:_0x5dce13,[TestFrameworkConstants[_0x15abfb(0x323)]]:_0x28b8e2,[TestFrameworkConstants[_0x15abfb(0x270)]]:_0x5169f9,[TestFrameworkConstants[_0x15abfb(0x292)]]:_0x5dce13,[TestFrameworkConstants[_0x15abfb(0x298)]]:_0x28b8e2,[TestFrameworkConstants[_0x15abfb(0x237)]]:_0x3d5410,[TestFrameworkConstants[_0x15abfb(0x1d9)]]:_0x4cead6,[TestFrameworkConstants[_0x15abfb(0x313)]]:_0x5468ad[_0x15abfb(0x331)]||new Date()[_0x15abfb(0x326)](),[TestFrameworkConstants['KEY_TEST_SCOPE']]:_0x554e52[0x0]||'',[TestFrameworkConstants[_0x15abfb(0x32c)]]:_0x554e52,[TestFrameworkConstants[_0x15abfb(0x2e5)]]:_0x5dce13,[TestFrameworkConstants['KEY_CUSTOM_TAGS']]:{},[TestFrameworkConstants[_0x15abfb(0x2b2)]]:{}};_0x5468ad[_0x15abfb(0x1bd)]&&(_0x4e0f2a[TestFrameworkConstants[_0x15abfb(0x2ff)]]=_0x5468ad[_0x15abfb(0x1bd)]);logger[_0x15abfb(0x297)](_0x15abfb(0x33f)+_0x5dce13+_0x15abfb(0x2d7)+_0x5169f9+_0x15abfb(0x321)+JSON[_0x15abfb(0x203)](_0x4cead6)+_0x15abfb(0x248)+util[_0x15abfb(0x228)](_0x554e52)+_0x15abfb(0x1cf)+_0x28b8e2);const _0x58f8cb={};return _0x58f8cb[_0x5169f9]=_0x4e0f2a,_0x58f8cb;}[a71_0x15adaf(0x25e)](_0x1b40b1){const _0x42e93e=a71_0x15adaf,_0x28bcb6={'Asesz':function(_0x23f46b,_0x124c5c){return _0x23f46b===_0x124c5c;},'qLcdm':_0x42e93e(0x2dc),'haIJF':function(_0x55c1dc,_0xd67484){return _0x55c1dc===_0xd67484;},'uhfCG':_0x42e93e(0x347),'ZDfnN':_0x42e93e(0x28e),'WbpMR':_0x42e93e(0x1fd),'HMPIC':function(_0x1f6fff,_0x2d7518){return _0x1f6fff||_0x2d7518;},'QuCCb':_0x42e93e(0x1d2),'rGGAV':function(_0x4d0327,_0x3f502c){return _0x4d0327||_0x3f502c;},'JgvYI':'unknown','STQUZ':function(_0x2b0428,_0x10c6d4){return _0x2b0428>_0x10c6d4;},'jDAMC':'failed','orjPq':function(_0x47f4c3,_0x213b1d){return _0x47f4c3===_0x213b1d;},'kpBJm':_0x42e93e(0x289),'oGLxQ':function(_0x5587b1,_0x3c7f60){return _0x5587b1===_0x3c7f60;},'mrNZO':'skipped','MciyZ':_0x42e93e(0x2e7),'VEJia':function(_0x42f647,_0x401589){return _0x42f647!==_0x401589;},'eNwgF':function(_0x17895b,_0x315838,_0x4564e2,_0x4ab128){return _0x17895b(_0x315838,_0x4564e2,_0x4ab128);},'zAqIV':function(_0x4c1927,_0x259567){return _0x4c1927>_0x259567;},'YEVIL':_0x42e93e(0x221),'bqCPM':function(_0xa3b84e,_0x2315ac){return _0xa3b84e>_0x2315ac;},'PTMTJ':function(_0x5ceab2,_0x18ea8e){return _0x5ceab2===_0x18ea8e;}},{testUUID:_0xd852a1,testData:_0x5d950e,testId:_0x33f318}=_0x1b40b1;if(_0x28bcb6[_0x42e93e(0x28b)](!_0x5d950e,!_0x33f318))return logger[_0x42e93e(0x297)](_0x28bcb6['QuCCb']),{};const _0x442105=this['resolveInstance'](TestFrameworkState['TEST'],HookState[_0x42e93e(0x1c2)]),_0x3ad1ff=_0x442105[_0x42e93e(0x2eb)]()['get'](_0x33f318),_0x52d947=_0x28bcb6[_0x42e93e(0x304)](_0x3ad1ff,{}),_0x3c7f5e=_0x52d947?_0x52d947[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{},_0x4d8a39=_0x52d947[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']];logger[_0x42e93e(0x297)](_0x42e93e(0x230)+(_0x4d8a39?Object['keys'](_0x4d8a39)['length']:0x0)+_0x42e93e(0x2e1));let _0x1b7ab0=_0x28bcb6[_0x42e93e(0x27d)];if(_0x5d950e[_0x42e93e(0x2b1)])_0x1b7ab0=_0x5d950e[_0x42e93e(0x2b1)];else{if(_0x5d950e[_0x42e93e(0x22d)]&&_0x28bcb6['STQUZ'](_0x5d950e[_0x42e93e(0x22d)][_0x42e93e(0x243)],0x0))_0x1b7ab0=_0x28bcb6[_0x42e93e(0x322)];else _0x28bcb6[_0x42e93e(0x343)](_0x5d950e[_0x42e93e(0x246)],_0x28bcb6['kpBJm'])||_0x28bcb6['oGLxQ'](_0x5d950e[_0x42e93e(0x246)],_0x28bcb6['mrNZO'])?_0x1b7ab0=_0x28bcb6[_0x42e93e(0x25d)]:_0x1b7ab0=_0x28bcb6['MciyZ'];}const _0x272f1a={..._0x52d947,[TestFrameworkConstants[_0x42e93e(0x227)]]:_0x1b7ab0,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x5d950e['finished_at']||new Date()['toISOString'](),[TestFrameworkConstants[_0x42e93e(0x279)]]:new Date()[_0x42e93e(0x326)](),[TestFrameworkConstants[_0x42e93e(0x21a)]]:_0x3c7f5e,[TestFrameworkConstants[_0x42e93e(0x2ab)]]:[],[TestFrameworkConstants['KEY_TEST_META']]:{}};if(_0x28bcb6[_0x42e93e(0x259)](_0x1b7ab0,_0x28bcb6[_0x42e93e(0x322)])&&_0x5d950e[_0x42e93e(0x22d)]){const _0x2593e8=this[_0x42e93e(0x20e)](_0x5d950e),_0x5ea7d1=this[_0x42e93e(0x31f)](_0x5d950e),_0x38826f=this['getJestFailureData'](_0x5d950e);_0x272f1a[TestFrameworkConstants['KEY_TEST_FAILURE_TYPE']]=_0x5ea7d1,_0x272f1a[TestFrameworkConstants[_0x42e93e(0x28f)]]=_0x2593e8,_0x272f1a[TestFrameworkConstants[_0x42e93e(0x30b)]]=_0x38826f;}_0x28bcb6['VEJia'](_0x5d950e[_0x42e93e(0x1c7)],undefined)&&(_0x272f1a[TestFrameworkConstants['KEY_TEST_DURATION']]=_0x5d950e[_0x42e93e(0x1c7)]);_0x5d950e['retryOf']&&(_0x272f1a[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x5d950e[_0x42e93e(0x1bd)]);const _0x381552=_0x3ad1ff?_0x3ad1ff[TestFrameworkConstants[_0x42e93e(0x1da)]]||{}:{},_0x37699e=_0x3ad1ff?_0x3ad1ff[TestFrameworkConstants['KEY_TEST_UUID']]:_0xd852a1,_0x2eed1f=_0x28bcb6[_0x42e93e(0x2c0)](getManualUploadLogs,_0x381552,_0x37699e,_0x33f318);if(_0x28bcb6[_0x42e93e(0x29b)](_0x2eed1f[_0x42e93e(0x243)],0x0)){const _0x53131c=_0x272f1a[TestFrameworkConstants[_0x42e93e(0x2ab)]]||[];_0x272f1a[TestFrameworkConstants[_0x42e93e(0x2ab)]]=[..._0x53131c,..._0x2eed1f];}const _0x5f507e=_0x52d947[TestFrameworkConstants[_0x42e93e(0x31d)]]||{},_0x38939e=_0x52d947[TestFrameworkConstants[_0x42e93e(0x2db)]]||{},_0x1db82b={..._0x5f507e},_0x5e6de0=_0x1db82b;Object[_0x42e93e(0x2ed)](_0x38939e)[_0x42e93e(0x2df)](_0x38accf=>{const _0x39ccc7=_0x42e93e;!_0x5e6de0[_0x38accf]&&(_0x5e6de0[_0x38accf]=[]);const _0x10a6b6=new Set((_0x5e6de0[_0x38accf]||[])[_0x39ccc7(0x1ce)](_0x89a0c1=>_0x89a0c1[TestFrameworkConstants[_0x39ccc7(0x2ef)]]||_0x89a0c1[_0x39ccc7(0x2f4)]));(_0x38939e[_0x38accf]||[])[_0x39ccc7(0x2df)](_0x4ff2c5=>{const _0x504bc7=_0x39ccc7,_0x113ecc=_0x4ff2c5[TestFrameworkConstants[_0x504bc7(0x2ef)]]||_0x4ff2c5['hook_id'];if(!_0x10a6b6[_0x504bc7(0x1f2)](_0x113ecc)){const _0x30acb2={..._0x4ff2c5},_0x3e3b92=_0x30acb2;!_0x3e3b92[TestFrameworkConstants[_0x504bc7(0x1fa)]]&&!_0x3e3b92[_0x504bc7(0x2af)]&&(_0x3e3b92[TestFrameworkConstants[_0x504bc7(0x1fa)]]=new Date()[_0x504bc7(0x326)]()),!_0x3e3b92[TestFrameworkConstants[_0x504bc7(0x266)]]&&!_0x3e3b92[_0x504bc7(0x324)]&&(_0x3e3b92[TestFrameworkConstants[_0x504bc7(0x266)]]=TestFrameworkConstants[_0x504bc7(0x2d2)]),_0x5e6de0[_0x38accf][_0x504bc7(0x1be)](_0x3e3b92);}});});if(_0x1b40b1['originalTest']){this['mapTestHooks'](_0x1b40b1[_0x42e93e(0x33a)]);const _0x4e6eec=this[_0x42e93e(0x2a1)](_0x1b40b1[_0x42e93e(0x33a)]),_0x5d4d5f=this[_0x42e93e(0x2b6)](_0x1b40b1[_0x42e93e(0x33a)]);_0x5d4d5f[_0x42e93e(0x2df)](_0xb70792=>{const _0x3dd328=_0x42e93e,_0x17994d=_0x4e6eec[_0x3dd328(0x25f)](_0xb70792);if(_0x17994d&&(_0x28bcb6['Asesz'](_0x17994d[_0x3dd328(0x2bd)],_0x28bcb6[_0x3dd328(0x1d8)])||_0x28bcb6['haIJF'](_0x17994d[_0x3dd328(0x2bd)],_0x28bcb6[_0x3dd328(0x1f7)]))){const _0x58b1f8=_0x17994d[_0x3dd328(0x2bd)][_0x3dd328(0x332)]()['replace'](_0x28bcb6[_0x3dd328(0x262)],_0x28bcb6[_0x3dd328(0x286)]),_0x2ae22f=_0x58b1f8;!_0x5e6de0[_0x2ae22f]&&(_0x5e6de0[_0x2ae22f]=[]);const _0x4219c2=_0x5e6de0[_0x2ae22f]['find'](_0x1d32e1=>(_0x1d32e1[TestFrameworkConstants[_0x3dd328(0x2ef)]]||_0x1d32e1[_0x3dd328(0x2f4)])===_0xb70792);!_0x4219c2&&_0x5e6de0[_0x2ae22f]['push']({'key':_0x2ae22f,[TestFrameworkConstants['KEY_HOOK_ID']]:_0xb70792,[TestFrameworkConstants[_0x3dd328(0x266)]]:TestFrameworkConstants[_0x3dd328(0x2d2)],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:new Date()['toISOString'](),[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]:new Date()[_0x3dd328(0x326)](),[TestFrameworkConstants[_0x3dd328(0x209)]]:[],[TestFrameworkConstants[_0x3dd328(0x249)]]:_0x17994d[_0x3dd328(0x1dc)]||_0x17994d[_0x3dd328(0x2bd)]+_0x3dd328(0x240),[TestFrameworkConstants[_0x3dd328(0x21a)]]:_0x3c7f5e});}});}if(_0x5d950e['hooks']&&_0x28bcb6['STQUZ'](_0x5d950e['hooks'][_0x42e93e(0x243)],0x0))_0x272f1a[TestFrameworkConstants[_0x42e93e(0x31d)]]=_0x5d950e[_0x42e93e(0x26f)],logger[_0x42e93e(0x297)](_0x28bcb6[_0x42e93e(0x1c1)]);else _0x28bcb6[_0x42e93e(0x229)](Object[_0x42e93e(0x2ed)](_0x5e6de0)['length'],0x0)&&(_0x272f1a[TestFrameworkConstants[_0x42e93e(0x31d)]]=_0x5e6de0,logger[_0x42e93e(0x297)]('[JestTestFramework]\x20parseJestTestResult:\x20Using\x20merged\x20hooksFinished/hooksStarted\x20-\x20hookTypes='+Object[_0x42e93e(0x2ed)](_0x5e6de0)[_0x42e93e(0x2d8)](',')));const _0x555f6d=this[_0x42e93e(0x2a4)](_0x5d950e);logger['debug'](_0x42e93e(0x2d3)+_0x555f6d+_0x42e93e(0x2d7)+_0x33f318+_0x42e93e(0x318)+_0x1b7ab0+',\x20duration='+_0x5d950e[_0x42e93e(0x1c7)]);_0x28bcb6[_0x42e93e(0x281)](_0x1b7ab0,_0x28bcb6[_0x42e93e(0x322)])&&logger[_0x42e93e(0x297)](_0x42e93e(0x1c8)+_0x33f318+_0x42e93e(0x33b)+_0x272f1a[TestFrameworkConstants[_0x42e93e(0x2c7)]]+_0x42e93e(0x31a)+_0x272f1a[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]?.[_0x42e93e(0x303)](0x0,0xc8));const _0x3addf5={};return _0x3addf5[_0x33f318]=_0x272f1a,_0x3addf5;}[a71_0x15adaf(0x2f6)](_0x3b71b6){const _0x47bc72=a71_0x15adaf,_0x3eb012={};_0x3eb012[_0x47bc72(0x2d0)]=function(_0x1ee0a7,_0x5d2ab2){return _0x1ee0a7!==_0x5d2ab2;},_0x3eb012[_0x47bc72(0x24f)]=_0x47bc72(0x1d0);const _0xd580fd=_0x3eb012,_0x298cef={};_0x298cef[_0x47bc72(0x218)]=0x2,_0x298cef[_0x47bc72(0x2ee)]=0x3,logger[_0x47bc72(0x297)]('[JestTestFramework]\x20getJestTestScopes:\x20Extracting\x20scopes\x20from\x20testData:\x20'+util[_0x47bc72(0x228)](_0x3b71b6,_0x298cef));const _0x4bd1b4=[];if(_0x3b71b6&&_0x3b71b6[_0x47bc72(0x2a9)]){let _0x4a1e53=_0x3b71b6[_0x47bc72(0x2a9)];while(_0x4a1e53&&_0x4a1e53[_0x47bc72(0x1dc)]&&_0xd580fd[_0x47bc72(0x2d0)](_0x4a1e53[_0x47bc72(0x1dc)],'')&&_0xd580fd[_0x47bc72(0x2d0)](_0x4a1e53[_0x47bc72(0x1dc)],_0xd580fd[_0x47bc72(0x24f)])){_0x4bd1b4[_0x47bc72(0x1be)](_0x4a1e53[_0x47bc72(0x1dc)]),_0x4a1e53=_0x4a1e53['parent'];}}return _0x4bd1b4[_0x47bc72(0x267)]();}['getJestTestName'](_0x365b2f){const _0x15f557=a71_0x15adaf,_0x51d163={};_0x51d163[_0x15f557(0x21e)]=_0x15f557(0x1e1);const _0x9cb4c6=_0x51d163;if(_0x365b2f[_0x15f557(0x1dc)])return _0x365b2f[_0x15f557(0x1dc)];if(_0x365b2f[_0x15f557(0x1ca)])return _0x365b2f['title'];return _0x9cb4c6[_0x15f557(0x21e)];}[a71_0x15adaf(0x1de)](_0x55cb9a){const _0xeb31e9=a71_0x15adaf,_0x39c6f1=[];if(_0x55cb9a[_0xeb31e9(0x317)]&&Array[_0xeb31e9(0x1f3)](_0x55cb9a[_0xeb31e9(0x317)]))return _0x55cb9a['tags']['map'](_0x23f91f=>_0x23f91f[_0xeb31e9(0x251)]('@')?_0x23f91f[_0xeb31e9(0x252)](0x1):_0x23f91f);const _0x33246b=this[_0xeb31e9(0x2a4)](_0x55cb9a),_0x3d7e58=_0x33246b[_0xeb31e9(0x311)](/@(\w+)/g);if(_0x3d7e58)return _0x3d7e58['map'](_0x3c3c72=>_0x3c3c72[_0xeb31e9(0x2c2)](0x1));return _0x55cb9a[_0xeb31e9(0x1e5)]&&Array['isArray'](_0x55cb9a[_0xeb31e9(0x1e5)])&&_0x55cb9a[_0xeb31e9(0x1e5)][_0xeb31e9(0x2df)](_0x2dca17=>{const _0x13319b=_0xeb31e9,_0x39a6a9=_0x2dca17['match'](/@(\w+)/g);_0x39a6a9&&_0x39a6a9[_0x13319b(0x2df)](_0x4ba6ac=>{const _0x3683f6=_0x13319b,_0x38b7ed=_0x4ba6ac[_0x3683f6(0x2c2)](0x1);!_0x39c6f1[_0x3683f6(0x2fa)](_0x38b7ed)&&_0x39c6f1[_0x3683f6(0x1be)](_0x38b7ed);});}),_0x39c6f1;}[a71_0x15adaf(0x2b0)](_0x41e740){const _0x349582=a71_0x15adaf,_0x43f371={'UjxpO':function(_0x3e3703,_0x3dcdeb){return _0x3e3703(_0x3dcdeb);},'LmHrK':_0x349582(0x1cb)};if(_0x41e740[_0x349582(0x2b3)])return _0x41e740[_0x349582(0x2b3)];if(_0x41e740[_0x349582(0x346)]){const _0x24ac0a=_0x43f371[_0x349582(0x2d9)](require,_0x43f371[_0x349582(0x23c)]);try{const _0x645d57=_0x24ac0a[_0x349582(0x225)](_0x41e740['asyncError']);if(_0x645d57[0x0]&&_0x645d57[0x0][_0x349582(0x345)])return _0x645d57[0x0]['getFileName']();}catch(_0x2d7ee4){logger[_0x349582(0x297)](_0x349582(0x253)+util[_0x349582(0x328)](_0x2d7ee4));}}return null;}[a71_0x15adaf(0x20e)](_0x245302){const _0x5d3883=a71_0x15adaf,_0x4440a6={};_0x4440a6[_0x5d3883(0x2b7)]=function(_0x404762,_0x153efc){return _0x404762>_0x153efc;},_0x4440a6[_0x5d3883(0x200)]=_0x5d3883(0x217);const _0x26fe7b=_0x4440a6;if(_0x245302[_0x5d3883(0x22d)]&&_0x26fe7b['yRQCb'](_0x245302[_0x5d3883(0x22d)][_0x5d3883(0x243)],0x0))return util['inspect'](_0x245302[_0x5d3883(0x22d)][0x0]);if(_0x245302[_0x5d3883(0x340)])return _0x245302[_0x5d3883(0x340)];return _0x26fe7b['jeVNW'];}[a71_0x15adaf(0x31f)](_0x4db9af){const _0x31e5ec=a71_0x15adaf,_0x1ce718={};_0x1ce718['zYBlM']='Assert',_0x1ce718['xgpKr']=_0x31e5ec(0x1c0),_0x1ce718[_0x31e5ec(0x2f1)]=_0x31e5ec(0x2bf);const _0x30968e=_0x1ce718,_0x4a03fd=this[_0x31e5ec(0x20e)](_0x4db9af);if(_0x4a03fd&&_0x4a03fd[_0x31e5ec(0x2fa)](_0x30968e[_0x31e5ec(0x2e8)]))return _0x30968e[_0x31e5ec(0x204)];return _0x30968e[_0x31e5ec(0x2f1)];}[a71_0x15adaf(0x2da)](_0x223a76){const _0x13e89d=a71_0x15adaf,_0x5202ee={'ZAOgX':function(_0x14785a,_0x5a52e0){return _0x14785a(_0x5a52e0);},'UlYUA':_0x13e89d(0x260),'GOAHt':function(_0x1b9668,_0x227f81){return _0x1b9668!==_0x227f81;},'XfCHI':_0x13e89d(0x327)},{failureData:_0x3adef9}=_0x5202ee['ZAOgX'](require,_0x5202ee[_0x13e89d(0x291)]),_0x3c4eaa=[];return _0x5202ee['GOAHt'](_0x223a76[_0x13e89d(0x22d)],undefined)&&_0x3c4eaa[_0x13e89d(0x1be)](_0x223a76[_0x13e89d(0x22d)],_0x5202ee[_0x13e89d(0x1f6)]),_0x3adef9[_0x13e89d(0x234)](null,_0x3c4eaa);}async[a71_0x15adaf(0x30e)](_0x63bd,_0x340b00,_0x511784,_0x3ff15b){const _0x208e6b=a71_0x15adaf,_0x243bda={'zWfbx':_0x208e6b(0x2d5),'XkjEP':function(_0x3c2176){return _0x3c2176();},'FBpSJ':function(_0x598a6f,_0x2f9f55){return _0x598a6f in _0x2f9f55;},'AQlXG':function(_0x1a54ef,_0x1b853f){return _0x1a54ef in _0x1b853f;},'XVNVJ':function(_0x50a7a0,_0x4ad87c){return _0x50a7a0===_0x4ad87c;},'nSUUX':function(_0x709fba,_0x32a235){return _0x709fba>_0x32a235;},'FOAAe':'failed','NbNle':_0x208e6b(0x2e7),'kezkT':function(_0x9a077d,_0x48cf05){return _0x9a077d!==_0x48cf05;}},{hookData:_0x58d034}=_0x3ff15b,_0x36ab4d=_0x511784[_0x208e6b(0x1d1)](),_0x51aa6c=_0x340b00['toString'](),_0x386268={};_0x386268[_0x208e6b(0x218)]=0x2,_0x386268[_0x208e6b(0x2ee)]=0x3,logger[_0x208e6b(0x297)](_0x208e6b(0x2ec)+_0x51aa6c+_0x208e6b(0x314)+_0x36ab4d+',\x20hookData='+util['inspect'](_0x58d034,_0x386268));if(!_0x58d034)return logger[_0x208e6b(0x297)](_0x243bda[_0x208e6b(0x31b)]),{};const _0x9961e1=_0x58d034['uuid']||_0x58d034[_0x208e6b(0x300)]||_0x243bda[_0x208e6b(0x296)](uuidv4),_0x2187f9=_0x58d034['test_run_id']||this[_0x208e6b(0x213)](_0x58d034),_0x2e00a5=_0x340b00[_0x208e6b(0x1d1)]()[_0x208e6b(0x205)]('.')[0x1],_0x599763=_0x63bd[_0x208e6b(0x2eb)]()[_0x208e6b(0x25f)](_0x2187f9),_0x14b72d=_0x599763?_0x599763[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{}:{};logger['debug']('[JestTestFramework]\x20trackHookEvent:\x20Hook\x20info\x20-\x20hookId='+_0x9961e1+_0x208e6b(0x2d7)+_0x2187f9+_0x208e6b(0x223)+_0x2e00a5+_0x208e6b(0x314)+_0x36ab4d);if(!_0x599763)return logger[_0x208e6b(0x297)](_0x208e6b(0x329)+_0x2187f9+_0x208e6b(0x21f)),this[_0x208e6b(0x344)](_0x63bd,_0x2187f9,_0x340b00,_0x511784,_0x3ff15b),{};let _0x1a465d=_0x599763[TestFrameworkConstants[_0x208e6b(0x2db)]];!_0x1a465d&&(_0x1a465d={});!_0x243bda[_0x208e6b(0x257)](_0x2e00a5,_0x1a465d)&&(_0x1a465d[_0x2e00a5]=[]);let _0x3fd9d8=_0x599763[TestFrameworkConstants[_0x208e6b(0x31d)]];!_0x3fd9d8&&(_0x3fd9d8={});!_0x243bda[_0x208e6b(0x33c)](_0x2e00a5,_0x3fd9d8)&&(_0x3fd9d8[_0x2e00a5]=[]);const _0x2dc9e9={[TestFrameworkConstants[_0x208e6b(0x2db)]]:_0x1a465d,[TestFrameworkConstants[_0x208e6b(0x31d)]]:_0x3fd9d8},_0x3e6a33={};_0x3e6a33[_0x2187f9]=_0x2dc9e9;const _0x29ccb6=_0x3e6a33;if(_0x243bda['XVNVJ'](_0x511784,HookState[_0x208e6b(0x265)])){const _0x6a5385={'key':_0x2e00a5,[TestFrameworkConstants[_0x208e6b(0x2ef)]]:_0x9961e1,[TestFrameworkConstants[_0x208e6b(0x266)]]:TestFrameworkConstants[_0x208e6b(0x2d2)],[TestFrameworkConstants[_0x208e6b(0x29d)]]:_0x58d034[_0x208e6b(0x331)]||new Date()[_0x208e6b(0x326)](),[TestFrameworkConstants[_0x208e6b(0x209)]]:[],[TestFrameworkConstants['KEY_HOOK_NAME']]:_0x58d034[_0x208e6b(0x1dc)]||_0x58d034['hook_type']||_0x2e00a5,[TestFrameworkConstants[_0x208e6b(0x21a)]]:_0x14b72d};_0x1a465d[_0x2e00a5][_0x208e6b(0x1be)](_0x6a5385),_0x29ccb6[_0x2187f9][TestFrameworkConstants[_0x208e6b(0x23d)]]=_0x2e00a5;const _0x154bb6={};_0x154bb6[_0x208e6b(0x218)]=0x2,logger[_0x208e6b(0x297)](_0x208e6b(0x258)+_0x2e00a5+_0x208e6b(0x30d)+_0x9961e1+_0x208e6b(0x2d7)+_0x2187f9+_0x208e6b(0x22a)+util[_0x208e6b(0x228)](_0x6a5385,_0x154bb6));}else{if(_0x243bda[_0x208e6b(0x276)](_0x511784,HookState[_0x208e6b(0x1c2)])){const _0x5a0b7e=_0x58d034['result']||(_0x58d034[_0x208e6b(0x22d)]&&_0x243bda[_0x208e6b(0x1ed)](_0x58d034['errorsDetailed'][_0x208e6b(0x243)],0x0)?_0x243bda['FOAAe']:_0x243bda[_0x208e6b(0x2cc)]),_0x10e5b0=_0x1a465d[_0x2e00a5]||[];logger[_0x208e6b(0x297)](_0x208e6b(0x1d5)+_0x2e00a5+_0x208e6b(0x2d7)+_0x2187f9+_0x208e6b(0x20c)+_0x5a0b7e+_0x208e6b(0x2e3)+_0x10e5b0[_0x208e6b(0x243)]);if(_0x243bda[_0x208e6b(0x1ed)](_0x10e5b0['length'],0x0)){const _0x422e1e=_0x10e5b0[_0x208e6b(0x284)]();_0x243bda[_0x208e6b(0x276)](_0x5a0b7e,_0x243bda['FOAAe'])&&_0x58d034[_0x208e6b(0x22d)]?(_0x422e1e[TestFrameworkConstants[_0x208e6b(0x282)]]=this[_0x208e6b(0x31f)](_0x58d034),_0x422e1e[TestFrameworkConstants[_0x208e6b(0x320)]]=this[_0x208e6b(0x20e)](_0x58d034),_0x422e1e[TestFrameworkConstants[_0x208e6b(0x1ee)]]=this['getJestFailureData'](_0x58d034),logger[_0x208e6b(0x297)]('[JestTestFramework]\x20trackHookEvent:\x20HOOK\x20POST\x20FAILED\x20-\x20hookType='+_0x2e00a5+_0x208e6b(0x33b)+_0x422e1e[TestFrameworkConstants[_0x208e6b(0x282)]]+_0x208e6b(0x31a)+_0x422e1e[TestFrameworkConstants[_0x208e6b(0x320)]]?.['substring'](0x0,0xc8))):_0x422e1e[TestFrameworkConstants[_0x208e6b(0x266)]]=_0x243bda[_0x208e6b(0x2cc)];_0x243bda['kezkT'](_0x5a0b7e,TestFrameworkConstants[_0x208e6b(0x2d2)])&&(_0x422e1e[TestFrameworkConstants[_0x208e6b(0x266)]]=_0x5a0b7e);_0x422e1e[TestFrameworkConstants['KEY_EVENT_ENDED_AT']]=_0x58d034[_0x208e6b(0x28c)]||new Date()['toISOString'](),_0x422e1e[TestFrameworkConstants[_0x208e6b(0x21a)]]=_0x14b72d;const _0xeba106=_0x422e1e[TestFrameworkConstants[_0x208e6b(0x2ef)]];!_0x3fd9d8[_0x2e00a5]&&(_0x3fd9d8[_0x2e00a5]=[]);_0x3fd9d8[_0x2e00a5][_0x208e6b(0x1be)](_0x422e1e),_0x29ccb6[_0x2187f9][TestFrameworkConstants[_0x208e6b(0x255)]]=_0x2e00a5;const _0x2cce48={};_0x2cce48[_0x208e6b(0x218)]=0x2,logger[_0x208e6b(0x297)](_0x208e6b(0x31c)+_0x2e00a5+_0x208e6b(0x30d)+_0xeba106+_0x208e6b(0x20c)+_0x5a0b7e+_0x208e6b(0x22a)+util[_0x208e6b(0x228)](_0x422e1e,_0x2cce48));}}}const _0x413fed={};return _0x413fed[_0x208e6b(0x218)]=0x2,_0x413fed[_0x208e6b(0x2ee)]=0x3,logger[_0x208e6b(0x297)](_0x208e6b(0x2c8)+(_0x58d034[_0x208e6b(0x1db)]||_0x2e00a5)+',\x20hookId='+_0x9961e1+_0x208e6b(0x2d7)+_0x2187f9+_0x208e6b(0x275)+util[_0x208e6b(0x228)](_0x29ccb6,_0x413fed)),_0x29ccb6;}[a71_0x15adaf(0x2ca)](_0xb7d6be){const _0x4fc1f8=a71_0x15adaf,_0x28acf7={};_0x28acf7['oDjoI']='base64';const _0x4445ec=_0x28acf7;try{const _0x1cf1bf=_0xb7d6be[_0x4fc1f8(0x327)]?this[_0x4fc1f8(0x213)](_0xb7d6be['test']):_0xb7d6be[_0x4fc1f8(0x1f0)][_0x4fc1f8(0x335)],_0x403b0b=_0xb7d6be[_0x4fc1f8(0x1dd)],_0x56b1ec=_0x403b0b['getContext'](),_0x299790=_0x403b0b[_0x4fc1f8(0x2eb)]()['get'](_0x1cf1bf);if(!_0x299790)return logger[_0x4fc1f8(0x297)]('createTestFrameworkEventPayload:\x20No\x20test\x20data\x20found\x20for\x20test\x20ID:\x20'+_0x1cf1bf),{};const {[TestFrameworkConstants['KEY_TEST_FRAMEWORK_NAME']]:_0x11852a='',[TestFrameworkConstants[_0x4fc1f8(0x31e)]]:_0x2220f1='',[TestFrameworkConstants[_0x4fc1f8(0x313)]]:_0x336356='',[TestFrameworkConstants[_0x4fc1f8(0x2e9)]]:_0x1dd2a0=''}=_0x299790,_0x22eda8=_0x403b0b[_0x4fc1f8(0x299)]()[_0x4fc1f8(0x1d1)]()[_0x4fc1f8(0x205)]('.')[0x1],_0x6fc5c5=_0x403b0b['getCurrentHookState']()['toString']()[_0x4fc1f8(0x205)]('.')[0x1],_0xa03890=global?.[_0x4fc1f8(0x33e)]?.[_0x4fc1f8(0x245)]?.[_0x4fc1f8(0x20f)],_0x194cb3=_0x403b0b[_0x4fc1f8(0x294)](),_0x823a12=Buffer['from'](JSON[_0x4fc1f8(0x203)](_0x299790))[_0x4fc1f8(0x1d1)](_0x4445ec[_0x4fc1f8(0x1ff)]),_0x29278d={'hash':_0x56b1ec['getId'](),'threadId':_0x56b1ec['getThreadId']()[_0x4fc1f8(0x1d1)](),'processId':_0x56b1ec[_0x4fc1f8(0x1bf)]()['toString']()},_0x639527={};_0x639527[_0x4fc1f8(0x2ae)]=_0xa03890,_0x639527[_0x4fc1f8(0x288)]=_0x11852a,_0x639527[_0x4fc1f8(0x250)]=_0x2220f1,_0x639527['testFrameworkState']=_0x22eda8,_0x639527[_0x4fc1f8(0x1cc)]=_0x6fc5c5,_0x639527['startedAt']=_0x336356,_0x639527[_0x4fc1f8(0x1c5)]=_0x1dd2a0,_0x639527[_0x4fc1f8(0x349)]=_0x194cb3,_0x639527[_0x4fc1f8(0x2bc)]=_0x823a12,_0x639527[_0x4fc1f8(0x1e4)]=_0x29278d,_0x639527['test_identifier']=_0x1cf1bf;const _0x57d515=_0x639527;return _0x57d515;}catch(_0x34ad77){return logger[_0x4fc1f8(0x283)](_0x4fc1f8(0x20d)+util[_0x4fc1f8(0x328)](_0x34ad77)),{};}}async[a71_0x15adaf(0x27a)](_0xe0030a,_0x586965,_0x30ff55){const _0x33c12f=a71_0x15adaf,_0x3e76f5={'iJLAu':function(_0x4f1d01,_0x90eea7){return _0x4f1d01+_0x90eea7;},'TuIiT':'missing','SEhOh':_0x33c12f(0x20b),'TAqSX':function(_0x3c8a10,_0x348369){return _0x3c8a10>_0x348369;},'VoMqd':function(_0x346ab6,_0x45c34b,_0x43c766,_0x5747d4){return _0x346ab6(_0x45c34b,_0x43c766,_0x5747d4);},'GCkZt':function(_0x2c732d,_0x3dd2c2){return _0x2c732d-_0x3dd2c2;},'ZmfRS':function(_0x370cbb,_0x4162db){return _0x370cbb===_0x4162db;},'DtFbL':function(_0x261929,_0x48bfe3){return _0x261929/_0x48bfe3;},'dLIsY':function(_0xcbd99b,_0x2b6131){return _0xcbd99b<_0x2b6131;},'BNkFd':function(_0xb11e58,_0x15cc36){return _0xb11e58*_0x15cc36;},'RgxKy':function(_0x2502ce,_0x11b3e6){return _0x2502ce+_0x11b3e6;},'cExma':function(_0x513fc1,_0x51c938){return _0x513fc1+_0x51c938;}};try{const _0x6e81c0=_0x30ff55[_0x33c12f(0x22f)]||_0x30ff55[_0x33c12f(0x333)],_0x2412aa=Array[_0x33c12f(0x26d)](_0xe0030a[_0x33c12f(0x2eb)]()['keys']()),_0x4bc1e1=_0xe0030a[_0x33c12f(0x2eb)]()[_0x33c12f(0x25f)](_0x6e81c0);if(!_0x4bc1e1){logger['debug'](_0x33c12f(0x1bc)+_0x6e81c0);return;}const {[TestFrameworkConstants[_0x33c12f(0x1e9)]]:_0x41b67d='',[TestFrameworkConstants[_0x33c12f(0x31e)]]:_0x1eaadf=''}=_0x4bc1e1;let _0x5be686=[];if(_0x4bc1e1&&_0x4bc1e1[TestFrameworkConstants['KEY_LOGS']]&&Array[_0x33c12f(0x1f3)](_0x4bc1e1[TestFrameworkConstants[_0x33c12f(0x2ab)]])){_0x5be686=_0x4bc1e1[TestFrameworkConstants[_0x33c12f(0x2ab)]]||[],logger[_0x33c12f(0x297)](_0x33c12f(0x285)+_0x5be686['length']+'\x20logs\x20for\x20testId:\x20'+_0x6e81c0);const _0x58ed19={[TestFrameworkConstants['KEY_LOGS']]:[]},_0x54549d={};_0x54549d[_0x6e81c0]=_0x58ed19,_0xe0030a[_0x33c12f(0x212)](_0x54549d),logger['debug'](_0x33c12f(0x301)+_0x6e81c0);}else logger[_0x33c12f(0x297)](_0x33c12f(0x1ba)+_0x6e81c0);logger[_0x33c12f(0x297)](_0x33c12f(0x2c4)+_0x5be686[_0x33c12f(0x243)]+_0x33c12f(0x29a)+_0x6e81c0);const _0xa6ae61=_0x5be686[_0x33c12f(0x2ad)](_0x4474e5=>_0x4474e5[_0x33c12f(0x1f1)]===_0x33c12f(0x201));_0x3e76f5['TAqSX'](_0xa6ae61[_0x33c12f(0x243)],0x0)&&(logger['debug'](_0x33c12f(0x1e6)+_0xa6ae61[_0x33c12f(0x243)]+_0x33c12f(0x216)+_0x6e81c0),_0xa6ae61['forEach']((_0x359e9a,_0x24f182)=>{const _0x21110c=_0x33c12f;logger[_0x21110c(0x297)](_0x21110c(0x202)+_0x3e76f5['iJLAu'](_0x24f182,0x1)+'/'+_0xa6ae61[_0x21110c(0x243)]+'\x20-\x20test_identifier='+(_0x359e9a[_0x21110c(0x222)]||_0x3e76f5['TuIiT'])+_0x21110c(0x215)+(_0x359e9a[_0x21110c(0x32b)]||_0x3e76f5[_0x21110c(0x325)])+_0x21110c(0x315)+(_0x359e9a['hook_run_uuid']||_0x3e76f5[_0x21110c(0x316)])+_0x21110c(0x26c)+(_0x359e9a[_0x21110c(0x2fb)]?.[_0x21110c(0x243)]||0x0));}));const _0x1b3f67=_0x4bc1e1[TestFrameworkConstants[_0x33c12f(0x1da)]]||{},_0x2a5687=_0x3e76f5[_0x33c12f(0x21b)](getMediaArtifactsLogs,_0x1b3f67,null,_0x6e81c0),_0x5cd8f8=(_0x5be686||[])[_0x33c12f(0x2a6)](_0x2a5687||[]),_0x3d1076=_0xa6ae61?.['length']||0x0,_0x49ce75=_0x3e76f5[_0x33c12f(0x27f)](_0x5be686?.['length']||0x0,_0x3d1076);logger[_0x33c12f(0x297)]('[JestTestFramework]\x20sendLogCreatedEvent:\x20Log\x20counts\x20-\x20testId:\x20'+_0x6e81c0+_0x33c12f(0x1f8)+_0x49ce75+_0x33c12f(0x310)+_0x3d1076+_0x33c12f(0x26a)+(_0x2a5687?.[_0x33c12f(0x243)]||0x0)+',\x20totalLogs:\x20'+_0x5cd8f8[_0x33c12f(0x243)]);if(!_0x5cd8f8||_0x3e76f5['ZmfRS'](_0x5cd8f8[_0x33c12f(0x243)],0x0)){logger[_0x33c12f(0x297)](_0x33c12f(0x219)+_0x6e81c0);return;}const _0x4d4f04=0x28,_0x4d3c10=Math[_0x33c12f(0x2c3)](_0x3e76f5[_0x33c12f(0x273)](_0x5cd8f8[_0x33c12f(0x243)],_0x4d4f04));for(let _0x588010=0x0;_0x3e76f5[_0x33c12f(0x235)](_0x588010,_0x4d3c10);_0x588010++){const _0x3e220d=_0x3e76f5[_0x33c12f(0x2d1)](_0x588010,_0x4d4f04),_0x491c2a=_0x3e76f5[_0x33c12f(0x302)](_0x3e220d,_0x4d4f04),_0x15ae02=_0x5cd8f8[_0x33c12f(0x2c2)](_0x3e220d,_0x491c2a),_0x292d64=global?.[_0x33c12f(0x33e)]?.[_0x33c12f(0x245)]?.[_0x33c12f(0x20f)]||0x0,_0x509f30={'platformIndex':_0x292d64,'logs':_0x15ae02,'testFrameworkName':_0x41b67d,'testFrameworkVersion':_0x1eaadf,'testFrameworkState':_0x586965['toString']()['split']('.')[0x1]},_0x36f4ea={};_0x36f4ea['depth']=0x3,_0x36f4ea[_0x33c12f(0x2ee)]=0x5,logger['debug']('[JestTestFramework]\x20sendLogCreatedEvent:\x20Batch\x20'+_0x3e76f5[_0x33c12f(0x302)](_0x588010,0x1)+'/'+_0x4d3c10+_0x33c12f(0x2f9)+_0x6e81c0+',\x20logsInBatch:\x20'+_0x15ae02[_0x33c12f(0x243)]+_0x33c12f(0x319)+_0x292d64+_0x33c12f(0x337)+util['inspect'](_0x509f30,_0x36f4ea));const _0x300fb4=await GrpcClient[_0x33c12f(0x32d)]()['logCreatedEvent'](_0x509f30);logger[_0x33c12f(0x297)](_0x33c12f(0x271)+_0x3e76f5['cExma'](_0x588010,0x1)+'/'+_0x4d3c10+_0x33c12f(0x2f9)+_0x6e81c0+_0x33c12f(0x214)+util['inspect'](_0x300fb4));}if(_0x2a5687&&_0x3e76f5[_0x33c12f(0x2c9)](_0x2a5687[_0x33c12f(0x243)],0x0)&&_0x4bc1e1[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]){const _0x1f84fa={[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]:{}},_0x490e9e={};_0x490e9e[_0x6e81c0]=_0x1f84fa,_0xe0030a[_0x33c12f(0x212)](_0x490e9e);}logger[_0x33c12f(0x297)](_0x33c12f(0x34a)+_0x6e81c0+_0x33c12f(0x25c)+_0x4d3c10);}catch(_0x58f679){logger['error'](_0x33c12f(0x231)+(_0x30ff55['testUUID']||_0x30ff55['testId'])+_0x33c12f(0x30a)+util[_0x33c12f(0x328)](_0x58f679));}}[a71_0x15adaf(0x344)](_0x5eb882,_0x4c916a,_0x5abc41,_0x5e16e6,_0xf3aad9){const _0x2d88e9=a71_0x15adaf,_0x5d5f7e={};_0x5d5f7e['zvuNR']=function(_0x1ae33b,_0xbebc0e){return _0x1ae33b===_0xbebc0e;},_0x5d5f7e[_0x2d88e9(0x306)]='beforeAll';const _0x8e7d93=_0x5d5f7e,{hookData:_0x2cead8}=_0xf3aad9,_0x4363eb={'testId':_0x4c916a,'testFrameworkState':_0x5abc41,'hookState':_0x5e16e6,'args':_0xf3aad9,'timestamp':new Date()[_0x2d88e9(0x326)]()};if(_0x8e7d93['zvuNR'](_0x5abc41,TestFrameworkState[_0x2d88e9(0x2e4)])&&_0x2cead8){const _0x2a7187={};_0x2a7187[_0x2d88e9(0x2fc)]=_0x2cead8[_0x2d88e9(0x2b3)]||_0x2cead8[_0x2d88e9(0x1d6)],_0x2a7187[_0x2d88e9(0x220)]=_0x2cead8[_0x2d88e9(0x220)]||_0x2cead8[_0x2d88e9(0x1e5)]&&_0x2cead8['scopes'][0x0]||'',_0x2a7187[_0x2d88e9(0x28a)]=_0x8e7d93[_0x2d88e9(0x306)],_0x4363eb[_0x2d88e9(0x226)]=_0x2a7187,logger[_0x2d88e9(0x297)](_0x2d88e9(0x2b9)+_0x4c916a+',\x20filePath:\x20'+_0x4363eb[_0x2d88e9(0x226)][_0x2d88e9(0x2fc)]+',\x20scope:\x20'+_0x4363eb[_0x2d88e9(0x226)]['scope']);}_0x5eb882[_0x2d88e9(0x24a)](_0x4c916a,_0x4363eb),logger[_0x2d88e9(0x297)](_0x2d88e9(0x1df)+_0x4c916a+',\x20state:\x20'+_0x5abc41+',\x20hookState:\x20'+_0x5e16e6);}async['processPendingHooks'](_0x5c6c1d,_0x426bf1){const _0x102301=a71_0x15adaf,_0x8927c={};_0x8927c[_0x102301(0x1fe)]=function(_0xec9e67,_0x4c2798){return _0xec9e67>_0x4c2798;},_0x8927c[_0x102301(0x33d)]=_0x102301(0x2e6),_0x8927c[_0x102301(0x290)]=function(_0x287fe8,_0x4ba4f8){return _0x287fe8===_0x4ba4f8;},_0x8927c[_0x102301(0x1fc)]=function(_0x1baadb,_0x211bd7){return _0x1baadb>_0x211bd7;},_0x8927c[_0x102301(0x293)]='[JestTestFramework]\x20processPendingHooks:\x20Processed\x20and\x20removed\x20matching\x20beforeAll\x20hook',_0x8927c[_0x102301(0x26e)]=_0x102301(0x312);const _0x20f3ec=_0x8927c;if(_0x5c6c1d['hasPendingHooks'](_0x426bf1)){const _0x38a301=_0x5c6c1d[_0x102301(0x272)](_0x426bf1);logger['debug'](_0x102301(0x2f7)+_0x38a301['length']+'\x20pending\x20hooks\x20for\x20testId:\x20'+_0x426bf1);for(const _0x3e342e of _0x38a301){try{const _0x461fa9=await this[_0x102301(0x30e)](_0x5c6c1d,_0x3e342e['testFrameworkState'],_0x3e342e['hookState'],_0x3e342e[_0x102301(0x23f)]);_0x461fa9&&_0x20f3ec[_0x102301(0x1fe)](Object[_0x102301(0x2ed)](_0x461fa9)['length'],0x0)&&_0x5c6c1d[_0x102301(0x212)](_0x461fa9),await this[_0x102301(0x30c)](_0x5c6c1d,_0x3e342e[_0x102301(0x24d)],_0x3e342e[_0x102301(0x1cc)],_0x3e342e[_0x102301(0x23f)]);}catch(_0x5d3109){logger[_0x102301(0x283)](_0x102301(0x2cf)+_0x426bf1+_0x102301(0x30a)+_0x5d3109);}}_0x5c6c1d['removePendingHooks'](_0x426bf1),logger['debug']('Cleared\x20processed\x20pending\x20hooks\x20for\x20testId:\x20'+_0x426bf1);}const _0x3e3e88=_0x5c6c1d[_0x102301(0x2eb)]()['get'](_0x426bf1);if(_0x3e3e88){const _0x4f9fc1=_0x3e3e88[TestFrameworkConstants[_0x102301(0x323)]]||_0x3e3e88[TestFrameworkConstants[_0x102301(0x298)]],_0xdcd900=_0x3e3e88[TestFrameworkConstants[_0x102301(0x348)]]||_0x3e3e88[TestFrameworkConstants[_0x102301(0x32c)]]&&_0x3e3e88[TestFrameworkConstants['KEY_TEST_SCOPES']][0x0]||'';logger[_0x102301(0x297)](_0x20f3ec[_0x102301(0x33d)]);const _0x5666ae=_0x5c6c1d[_0x102301(0x2e0)]();for(const _0x54311d of _0x5666ae){if(_0x20f3ec[_0x102301(0x290)](_0x54311d,_0x426bf1))continue;if(_0x5c6c1d['hasPendingHooks'](_0x54311d)){const _0x5c6528=_0x5c6c1d['getPendingHooks'](_0x54311d);for(const _0x296a60 of _0x5c6528){if(_0x20f3ec[_0x102301(0x290)](_0x296a60[_0x102301(0x24d)],TestFrameworkState[_0x102301(0x2e4)])&&_0x296a60[_0x102301(0x226)]){const _0x3be294=_0x296a60[_0x102301(0x226)][_0x102301(0x2fc)],_0x11c97d=_0x296a60[_0x102301(0x226)][_0x102301(0x220)];if(_0x20f3ec[_0x102301(0x290)](_0x3be294,_0x4f9fc1)&&_0x20f3ec[_0x102301(0x290)](_0x11c97d,_0xdcd900)){logger['debug'](_0x102301(0x232)+_0x54311d+',\x20currentTestId:\x20'+_0x426bf1+',\x20filePath:\x20'+_0x3be294+',\x20scope:\x20'+_0x11c97d);_0x296a60[_0x102301(0x23f)]&&_0x296a60[_0x102301(0x23f)][_0x102301(0x1f0)]&&(_0x296a60[_0x102301(0x23f)][_0x102301(0x1f0)][_0x102301(0x335)]=_0x426bf1,logger[_0x102301(0x297)](_0x102301(0x305)+_0x54311d+'\x20to\x20'+_0x426bf1));try{const _0x1249f5=await this['trackHookEvent'](_0x5c6c1d,_0x296a60[_0x102301(0x24d)],_0x296a60[_0x102301(0x1cc)],_0x296a60[_0x102301(0x23f)]);_0x1249f5&&_0x20f3ec['hQrAz'](Object[_0x102301(0x2ed)](_0x1249f5)['length'],0x0)&&_0x5c6c1d[_0x102301(0x212)](_0x1249f5);await this[_0x102301(0x30c)](_0x5c6c1d,_0x296a60[_0x102301(0x24d)],_0x296a60[_0x102301(0x1cc)],_0x296a60['args']);const _0x457bf7=_0x5c6c1d[_0x102301(0x272)](_0x54311d)[_0x102301(0x2ad)](_0x1d9644=>_0x1d9644!==_0x296a60);if(_0x20f3ec[_0x102301(0x290)](_0x457bf7[_0x102301(0x243)],0x0))_0x5c6c1d[_0x102301(0x309)](_0x54311d);else{_0x5c6c1d[_0x102301(0x309)](_0x54311d);for(const _0x3d92ae of _0x457bf7){_0x5c6c1d[_0x102301(0x24a)](_0x54311d,_0x3d92ae);}}logger[_0x102301(0x297)](_0x20f3ec['aLHly']);}catch(_0x31cd42){logger[_0x102301(0x283)](_0x20f3ec[_0x102301(0x26e)]);}}}}}}}}[a71_0x15adaf(0x269)](_0x5f3ea9){const _0x33ab2c=a71_0x15adaf,_0x4e46fd={'emnol':function(_0x26c9c1){return _0x26c9c1();}};if(!_0x5f3ea9||!_0x5f3ea9[_0x33ab2c(0x2a9)])return;_0x5f3ea9[_0x33ab2c(0x2a9)][_0x33ab2c(0x26f)]&&Array['isArray'](_0x5f3ea9[_0x33ab2c(0x2a9)][_0x33ab2c(0x26f)])&&_0x5f3ea9[_0x33ab2c(0x2a9)][_0x33ab2c(0x26f)][_0x33ab2c(0x2df)](_0x1961a7=>{const _0x3ef1de=_0x33ab2c;!_0x1961a7[_0x3ef1de(0x300)]&&!_0x1961a7[_0x3ef1de(0x25b)]&&(_0x1961a7[_0x3ef1de(0x300)]=_0x4e46fd[_0x3ef1de(0x2fe)](uuidv4),_0x1961a7['hookUUID']=_0x1961a7['hookAnalyticsId'],logger[_0x3ef1de(0x297)](_0x3ef1de(0x308)+_0x1961a7[_0x3ef1de(0x2bd)]+',\x20hookUUID='+_0x1961a7[_0x3ef1de(0x300)]));}),this['mapTestHooks'](_0x5f3ea9[_0x33ab2c(0x2a9)]);}['getHooksForTest'](_0x3e80d6){const _0x2dfa4d=a71_0x15adaf,_0xb74826={'BzodD':function(_0x308a87,_0x2a1210){return _0x308a87(_0x2a1210);}};if(!_0x3e80d6||!_0x3e80d6[_0x2dfa4d(0x2a9)])return[];const _0x1df3db=[];return _0x3e80d6[_0x2dfa4d(0x2a9)]['hooks']&&Array['isArray'](_0x3e80d6[_0x2dfa4d(0x2a9)][_0x2dfa4d(0x26f)])&&_0x3e80d6['parent'][_0x2dfa4d(0x26f)][_0x2dfa4d(0x2df)](_0x159f0d=>{const _0x3f0b23=_0x2dfa4d,_0x37e89a=_0x159f0d['hookAnalyticsId']||_0x159f0d[_0x3f0b23(0x25b)];_0x37e89a&&!this[_0x3f0b23(0x2cb)](_0x159f0d)&&!_0xb74826[_0x3f0b23(0x2ba)](isInternalHook,_0x159f0d['fn'])&&_0x1df3db['push'](_0x37e89a);}),[..._0x1df3db,...this[_0x2dfa4d(0x2b6)](_0x3e80d6['parent'])];}[a71_0x15adaf(0x2a1)](_0x200f24){const _0x1d7ee4=a71_0x15adaf,_0x20e77a={'VhVHT':function(_0x1b009a,_0x200a37){return _0x1b009a(_0x200a37);},'qwhDM':_0x1d7ee4(0x236),'mMpke':function(_0x4f46c4,_0x143230){return _0x4f46c4(_0x143230);}},_0x48a6ef=new Map(),_0x52c486=_0x52629d=>{const _0x1ed1fc=_0x1d7ee4;if(!_0x52629d||!_0x52629d[_0x1ed1fc(0x2a9)])return;_0x52629d['parent']['hooks']&&Array[_0x1ed1fc(0x1f3)](_0x52629d[_0x1ed1fc(0x2a9)][_0x1ed1fc(0x26f)])&&_0x52629d['parent'][_0x1ed1fc(0x26f)][_0x1ed1fc(0x2df)](_0x39c09c=>{const _0x2311eb=_0x1ed1fc,_0x538b57=_0x39c09c['hookAnalyticsId']||_0x39c09c[_0x2311eb(0x25b)];if(_0x538b57&&!this[_0x2311eb(0x2cb)](_0x39c09c)&&!_0x20e77a['VhVHT'](isInternalHook,_0x39c09c['fn'])){const _0x47a60e={};_0x47a60e[_0x2311eb(0x2bd)]=_0x39c09c[_0x2311eb(0x2bd)]||_0x20e77a[_0x2311eb(0x1e2)],_0x47a60e[_0x2311eb(0x1dc)]=_0x39c09c[_0x2311eb(0x1dc)]||'\x22'+_0x39c09c[_0x2311eb(0x2bd)]+_0x2311eb(0x21d),_0x48a6ef[_0x2311eb(0x1fb)](_0x538b57,_0x47a60e);}}),_0x20e77a[_0x1ed1fc(0x247)](_0x52c486,_0x52629d[_0x1ed1fc(0x2a9)]);};return _0x20e77a[_0x1d7ee4(0x30f)](_0x52c486,_0x200f24),_0x48a6ef;}[a71_0x15adaf(0x2cb)](_0x377f5a){const _0x2cd615=a71_0x15adaf,_0x54d188={};_0x54d188['MyGJa']=_0x2cd615(0x2d4),_0x54d188[_0x2cd615(0x1c3)]='[JestTestFramework]\x20isJestInternalHook:\x20Exception\x20checking\x20hook\x20file:\x20${util.format(e)}';const _0x4eeaf1=_0x54d188;try{const _0x2b5a72=this[_0x2cd615(0x1d7)](_0x377f5a);return _0x2b5a72&&_0x2b5a72[_0x2cd615(0x2fa)](_0x4eeaf1['MyGJa']);}catch(_0x206262){logger[_0x2cd615(0x297)](_0x4eeaf1['bmpLf']);}return![];}[a71_0x15adaf(0x1d7)](_0x133bbc){const _0x31b641=a71_0x15adaf;if(_0x133bbc[_0x31b641(0x346)])try{const _0x5d7c5d=stackTrace[_0x31b641(0x225)](_0x133bbc[_0x31b641(0x346)]);return _0x5d7c5d[0x0]?_0x5d7c5d[0x0][_0x31b641(0x345)]():null;}catch(_0x374af1){logger['debug'](_0x31b641(0x2aa)+util[_0x31b641(0x328)](_0x374af1));}if(_0x133bbc[_0x31b641(0x2b5)])return _0x133bbc[_0x31b641(0x2b5)];return null;}}module[a71_0x15adaf(0x1ec)]=JestTestFramework;
@@ -1 +1 @@
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
+ const a72_0x29e64f=a72_0x20f3;(function(_0x77f8a0,_0x4d3808){const _0x2e0328=a72_0x20f3,_0x2d44a6=_0x77f8a0();while(!![]){try{const _0x5619e0=parseInt(_0x2e0328(0x124))/0x1*(-parseInt(_0x2e0328(0x12d))/0x2)+parseInt(_0x2e0328(0x125))/0x3+-parseInt(_0x2e0328(0x117))/0x4*(parseInt(_0x2e0328(0x137))/0x5)+-parseInt(_0x2e0328(0x12e))/0x6+-parseInt(_0x2e0328(0x12a))/0x7+-parseInt(_0x2e0328(0x11a))/0x8+parseInt(_0x2e0328(0x132))/0x9;if(_0x5619e0===_0x4d3808)break;else _0x2d44a6['push'](_0x2d44a6['shift']());}catch(_0x2525c8){_0x2d44a6['push'](_0x2d44a6['shift']());}}}(a72_0xd0b5,0xe300d));function a72_0xd0b5(){const _0x4d37f7=['JecsT','runHooks','30070413kRjIVE','trackEvent','PgIDl','message','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','229560iZEVKS','PlaywrightAutomationFramework','exports','PLAYWRIGHT_DISPATCH','getAutomationFrameworkVersion','info','DXXrU','12EjneLc','trackEvent:\x20automationFrameworkState=','createContext','4751872LNJHsU',',\x20state=','resolveInstance','\x20hookState=','DNWrT','debug','./automationFramework.js','getId','../state/automationFrameworkState.js','NONE','1XmphIM','1446552pIfaAb','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','logger','params','\x20target=','2539313XehiHD','getTrackedInstance','CREATE','1416314WSSFdm','6545400FSyBFu','trackPlaywrightInstance'];a72_0xd0b5=function(){return _0x4d37f7;};return a72_0xd0b5();}const AutomationFramework=require(a72_0x29e64f(0x120)),{createClassLogger}=require('../../../helpers/classLogger.js'),AutomationFrameworkState=require(a72_0x29e64f(0x122)),CLIUtils=require('../cliUtils.js'),TrackedInstance=require('../instances/trackedInstance.js'),AutomationFrameworkInstance=require('../instances/automationFrameworkInstance.js');function a72_0x20f3(_0x438c45,_0x35a5d8){const _0xd0b5b3=a72_0xd0b5();return a72_0x20f3=function(_0x20f367,_0x225b8f){_0x20f367=_0x20f367-0x112;let _0xc6792c=_0xd0b5b3[_0x20f367];return _0xc6792c;},a72_0x20f3(_0x438c45,_0x35a5d8);}class PlaywrightAutomationFramework extends AutomationFramework{[a72_0x29e64f(0x127)]=createClassLogger(a72_0x29e64f(0x138));constructor(_0x5aac6c,_0x2bb45b){super(_0x5aac6c,_0x2bb45b);}async['trackEvent'](_0x389fac,_0x25acc8,_0x2ad025={}){const _0x55e396=a72_0x29e64f,_0x2973ad={};_0x2973ad[_0x55e396(0x11e)]=function(_0x291bbe,_0x1b7ae){return _0x291bbe===_0x1b7ae;};const _0x1a438c=_0x2973ad;this[_0x55e396(0x127)][_0x55e396(0x11f)](_0x55e396(0x118)+_0x389fac+_0x55e396(0x11d)+_0x25acc8),await super[_0x55e396(0x133)](_0x389fac,_0x25acc8,_0x2ad025);const _0x5032ee=this[_0x55e396(0x11c)](_0x389fac,_0x25acc8,_0x2ad025);if(_0x1a438c[_0x55e396(0x11e)](_0x5032ee,null))return;_0x2ad025['instance']=_0x5032ee,await this[_0x55e396(0x131)](_0x5032ee,_0x389fac,_0x25acc8,_0x2ad025);}[a72_0x29e64f(0x11c)](_0x5709ef,_0x4e2a56,_0x525600={}){const _0xbbc7ca=a72_0x29e64f,_0x239e56={};_0x239e56[_0xbbc7ca(0x130)]=function(_0xaf7b22,_0x18d23c){return _0xaf7b22===_0x18d23c;},_0x239e56[_0xbbc7ca(0x134)]=function(_0x4ef8a6,_0x47a3bb){return _0x4ef8a6===_0x47a3bb;};const _0x3af681=_0x239e56;let _0x59bbb4=null;return(_0x3af681['JecsT'](_0x5709ef,AutomationFrameworkState[_0xbbc7ca(0x12c)])||_0x3af681[_0xbbc7ca(0x130)](_0x5709ef,AutomationFrameworkState[_0xbbc7ca(0x113)])&&(_0x525600[_0xbbc7ca(0x135)]&&_0x525600[_0xbbc7ca(0x135)][_0xbbc7ca(0x128)]&&_0x525600[_0xbbc7ca(0x135)][_0xbbc7ca(0x128)]['bsParams'])||_0x3af681[_0xbbc7ca(0x134)](_0x5709ef,AutomationFrameworkState[_0xbbc7ca(0x123)]))&&this[_0xbbc7ca(0x12f)](_0x5709ef,_0x525600),_0x59bbb4=AutomationFramework['getTrackedInstance'](),_0x59bbb4;}['trackPlaywrightInstance'](_0x486199,_0x568261){const _0x21ddaa=a72_0x29e64f,_0x3f77ad={};_0x3f77ad[_0x21ddaa(0x116)]='trackPlaywrightInstance:\x20instance\x20already\x20exists';const _0x44da2b=_0x3f77ad;if(AutomationFramework[_0x21ddaa(0x12b)]()){this[_0x21ddaa(0x127)][_0x21ddaa(0x115)](_0x44da2b[_0x21ddaa(0x116)]);return;}const _0x11b90e=CLIUtils['getCurrentInstanceName'](),_0x1ef721=TrackedInstance[_0x21ddaa(0x119)](_0x11b90e);let _0x3dfbd2=null;this[_0x21ddaa(0x127)]['info'](_0x21ddaa(0x136)+_0x11b90e+_0x21ddaa(0x11b)+_0x486199),_0x3dfbd2=new AutomationFrameworkInstance(_0x1ef721,this['getAutomationFrameworkName'](),this[_0x21ddaa(0x114)](),_0x486199),AutomationFramework['setTrackedInstance'](_0x1ef721,_0x3dfbd2),this['logger'][_0x21ddaa(0x115)](_0x21ddaa(0x126)+_0x1ef721[_0x21ddaa(0x121)]()+_0x21ddaa(0x129)+_0x11b90e);}}module[a72_0x29e64f(0x112)]=PlaywrightAutomationFramework;
@@ -1 +1 @@
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
+ const a73_0x2fe7bc=a73_0x2b5c;function a73_0x4665(){const _0xffeeca=['DEFAULT_HOOK_RESULT','startTime','EMOEr','4741936eUvwLK','error','attachments','startedAt','../../../helpers/helper.js','iSbJH','KEY_TEST_ID','slice','toISOString','SuduW','test','BkEBk','wKDBl','MfQhI','trackPlaywrightInstance','split','passed','sXyPH','AGIiS','getContext','stack','message','1360532tQAcIr','wuLsh','concat','workerInfo','NONE','mlJBT','ilzCP','__workerDetails','sendLogCreatedEvent:\x20testId=','platformIndex','KEY_AUTOMATE_SESSION_NAME','getCurrentHookState','ENpUU','KEY_TEST_FAILURE','KEY_TEST_RERUN_NAME','getId','\x20instance=','JuMsm','GBSLk','OuAPR',',\x20testFrameworkState=','HrMaF','sendLogCreatedEvent','getTestUUID','parallelIndex','DEFAULT_TEST_RESULT','values','setTestDetails','trackEvent','format','KEY_HOOK_FAILURE_TYPE','../../utils/constants','GeORV','executionContext','CkahS','BejKr','./testFramework','logCreatedEvent','createTestFrameworkEventPayload:\x20complete\x20for\x20testId:\x20','parsePlaywrightTestResult','WYtgE','\x20from\x20TestDetails:\x20','expectedStatus','zUdoI','TEST','getProcessId','cVYRL','filter','\x20testHookState=','getThreadId','KEY_TEST_FRAMEWORK_VERSION','3636QxAaEZ','\x20payload=','\x20target=','title','oiOBE','POST','KEY_HOOKS_STARTED','KEY_TEST_STARTED_AT','../../../helpers/test-observability/utils','instance','RcfiP','Poxgu','util','\x20hookState:\x20','nuqCe','parsePlaywrightTest','mDOjc','klfyZ','KEY_CUSTOM_TAGS','eZVUk','paUoX','createTestFrameworkEventPayload','addMultipleEntries','KEY_TEST_LOGS','../../playwright/reporter/pwUtils','getTraceFilePaths','setTrackedInstance','toString','trackPlaywrightInstance:\x20saved\x20instance\x20contextId=','fizmE','Hook\x20List\x20in\x20Post\x20','RiJyT','endedAt','../../../../src/helpers/helper','KEY_TEST_ENDED_AT','getTestDetails','KEY_TEST_FRAMEWORK_NAME','path','eventJson','uXidA','KEY_TEST_RESULT_AT','exports','../grpcClient','getTestIdentifierFromTestInfo','duration','6689970CIFgmc','Error\x20in\x20sendLogCreatedEvent:\x20','\x20testState:\x20','length','pxYtk','BKXLD','MpZIr','KEY_HOOK_NAME','KEY_HOOK_RESULT','KEY_HOOK_FAILURE_REASON','KEY_HOOK_LAST_STARTED','KEY_LOGS','sendLogCreatedEvent\x20for\x20testId:\x20','uuid','Error\x20in\x20createTestFrameworkEventPayload:\x20','KEY_TEST_LOCATION','getTime','hook','getAllData','inspect','KEY_TEST_NAME','rxYIQ','testUId','Fxvfc','trackPlaywrightInstance:\x20created\x20instance\x20for\x20target=','\x20\x20and\x20args\x20=\x20','../state/testFrameworkState.js','createContext','trackEvent:\x20loaded\x20testData\x20for\x20testId:\x20','isArray','parsePlaywrightTestResult:\x20testId=','matchHookRegex','Error\x20processing\x20direct\x20trace\x20file\x20','getCurrentTestState','lnHVI','Aophx','KEY_TEST_FAILURE_TYPE','some','failed','step','MszQE','get','steps','testFrameworkVersion','pop','RhRcQ','trim','zklUG','ttHEc','getInstance','fdQwT','pgAIx','field_type','errors','KEY_TEST_CODE','2052904ekacey','KEY_HOOK_LAST_FINISHED','wuFkI','No\x20reason\x20provided','results','347711LPislm','HapHw','KEY_TEST_FILE_PATH','ajfpn','statSync','runHooks','multi_dropdown','trackEvent:\x20Exception\x20in\x20event\x20tracking,\x20testFrameworkState=%s\x20hookState=%s\x20argsLength=%s,\x20exception=%s','debug','trackHookEvent','retry','trackEvent\x20loading\x20testResults\x20for\x20testId:\x20','euuci','TEST_ATTACHMENT','from','LiUbh','annotations','KEY_TEST_SCOPE','../cliUtils.js','filePath','result','KEY_TEST_UUID','Iqoeo','3522441qeyXqZ','resolveInstance','getTrackedInstance','KxtaU','Hook\x20Started\x20in\x20PRE\x20key\x20=\x20','MvfHx','trackEvent:\x20found\x20instance,\x20testFrameworkState=','timedOut','jCkLJ','KEY_TEST_ATTACHMENTS','\x20batch\x20','OAass','info','jwYYM','rNTNM','Ntoay','getTestFrameworks','description','../instances/testFrameworkInstance.js','file_name','../TestInfo.js','status','KEY_HOOK_FAILURE','KEY_TEST_RESULT','size','basename','createTestFrameworkEventPayload\x20testId:\x20','push','835YXIUnP','KEY_HOOKS_FINISHED','KEY_EVENT_ENDED_AT','err','stringify','xIumN','getRef'];a73_0x4665=function(){return _0xffeeca;};return a73_0x4665();}(function(_0x2a6424,_0x27ef1a){const _0x3d7f6e=a73_0x2b5c,_0x58b388=_0x2a6424();while(!![]){try{const _0x475a68=-parseInt(_0x3d7f6e(0x1ac))/0x1+parseInt(_0x3d7f6e(0x1a7))/0x2+-parseInt(_0x3d7f6e(0x1c3))/0x3+-parseInt(_0x3d7f6e(0x1ff))/0x4+-parseInt(_0x3d7f6e(0x1df))/0x5*(parseInt(_0x3d7f6e(0x232))/0x6)+parseInt(_0x3d7f6e(0x25f))/0x7+parseInt(_0x3d7f6e(0x1e9))/0x8;if(_0x475a68===_0x27ef1a)break;else _0x58b388['push'](_0x58b388['shift']());}catch(_0x1850f3){_0x58b388['push'](_0x58b388['shift']());}}}(a73_0x4665,0x9557f));const TestFramework=require(a73_0x2fe7bc(0x223)),TestFrameworkState=require(a73_0x2fe7bc(0x18a)),HookState=require('../state/hookState.js'),{createClassLogger}=require('../../../helpers/classLogger.js'),TestFrameworkInstance=require(a73_0x2fe7bc(0x1d5)),CLIUtils=require(a73_0x2fe7bc(0x1be)),TrackedInstance=require('../instances/trackedInstance.js'),TestFrameworkConstants=require('./constants/testFrameworkConstants.js'),logger=createClassLogger('PlaywrightTestFramework'),{v4:uuidv4}=require(a73_0x2fe7bc(0x26c)),util=require(a73_0x2fe7bc(0x23e)),{getPlaywrightSessionName,getPlaywrightTestFilePath,getPlaywrightTestId,getPlaywrightTestTitle,getPlaywrightTestLocation,getPlaywrightTestTags,getPlaywrightTestCode,getPlaywrightTestScope,getPlaywrightTestScopes,getStepsAndLogs,getScreenshots,getVideos,getPlaywrightCustomRerunParam,getMediaArtifactsLogs,getManualUploadLogs,updatePayloadForTraceLogs}=require(a73_0x2fe7bc(0x1ed)),TestInfo=require(a73_0x2fe7bc(0x1d7)),GrpcClient=require(a73_0x2fe7bc(0x25c)),{removeAnsiColors,getFailureType,failureData}=require(a73_0x2fe7bc(0x23a)),{getFailureData,getTestTags,getTestRunIdentifier}=require(a73_0x2fe7bc(0x24a)),{findNestedKey,sendTraceZip,validateFilePath}=require(a73_0x2fe7bc(0x24a)),path=require(a73_0x2fe7bc(0x257)),fs=require('fs'),helper=require(a73_0x2fe7bc(0x253)),{PLAYWRIGHT_TRACE_LOGS}=require(a73_0x2fe7bc(0x21e));function a73_0x2b5c(_0x1c4d99,_0x3b5766){const _0x4665aa=a73_0x4665();return a73_0x2b5c=function(_0x2b5c92,_0x3f2921){_0x2b5c92=_0x2b5c92-0x184;let _0xf93864=_0x4665aa[_0x2b5c92];return _0xf93864;},a73_0x2b5c(_0x1c4d99,_0x3b5766);}class PlaywrightTestFramework extends TestFramework{constructor(_0x23b144,_0x4659a3,_0x1f86a3){super(_0x23b144,_0x4659a3,_0x1f86a3);}async[a73_0x2fe7bc(0x21b)](_0x2b3770,_0x5c94f7,_0x33e7c4={}){const _0x2ccc4b=a73_0x2fe7bc,_0x4f36eb={'ilzCP':function(_0x359ef0,_0x30423f){return _0x359ef0===_0x30423f;},'wuLsh':function(_0x171d07,_0x1eba6a,_0x9e812){return _0x171d07(_0x1eba6a,_0x9e812);},'cVYRL':function(_0x6cd3c1,_0x20cc58){return _0x6cd3c1===_0x20cc58;},'pgAIx':_0x2ccc4b(0x1f3),'WYtgE':_0x2ccc4b(0x1b3)};super['trackEvent'](_0x2b3770,_0x5c94f7,_0x33e7c4);if(_0x4f36eb['ilzCP'](_0x2b3770,TestFrameworkState['TEST_SCREENSHOT'])){const _0x5fd757=TestInfo[_0x2ccc4b(0x25d)](_0x33e7c4[_0x2ccc4b(0x1f3)],_0x33e7c4[_0x2ccc4b(0x1f3)][_0x2ccc4b(0x1b6)]);TestInfo[_0x2ccc4b(0x21a)](_0x5fd757,_0x33e7c4['result'],!![]);}const _0x3bec92=this[_0x2ccc4b(0x1c4)](_0x2b3770,_0x5c94f7,_0x33e7c4);if(!_0x3bec92)return;logger[_0x2ccc4b(0x1b4)](_0x2ccc4b(0x1c9)+_0x2b3770+'\x20hookState='+_0x5c94f7+'\x20instanceId='+_0x3bec92[_0x2ccc4b(0x1e5)]());try{if(_0x4f36eb['ilzCP'](_0x5c94f7,HookState['PRE'])&&_0x4f36eb[_0x2ccc4b(0x205)](_0x2b3770,TestFrameworkState[_0x2ccc4b(0x22b)])){const _0x521750=_0x33e7c4[_0x2ccc4b(0x1f3)];logger['debug']('trackEvent\x20loading\x20testData\x20for\x20testId:\x20'+_0x521750['id']+'}');const _0x17b23b=TestInfo['getTestUUID'](_0x4f36eb[_0x2ccc4b(0x200)](getTestRunIdentifier,_0x521750,_0x33e7c4[_0x2ccc4b(0x1c0)][_0x2ccc4b(0x1b6)]));_0x3bec92[_0x2ccc4b(0x248)](this['parsePlaywrightTest'](_0x17b23b,_0x521750,_0x33e7c4[_0x2ccc4b(0x1c0)])),logger[_0x2ccc4b(0x1b4)](_0x2ccc4b(0x18c)+_0x521750['id']+_0x2ccc4b(0x213)+_0x2b3770+_0x2ccc4b(0x22f)+_0x5c94f7+_0x2ccc4b(0x20f)+_0x3bec92[_0x2ccc4b(0x1e5)]());}if(_0x4f36eb[_0x2ccc4b(0x22d)](_0x5c94f7,HookState[_0x2ccc4b(0x237)])&&_0x4f36eb[_0x2ccc4b(0x205)](_0x2b3770,TestFrameworkState[_0x2ccc4b(0x22b)])){const _0x1b1d35=_0x33e7c4[_0x2ccc4b(0x1f3)],_0x4059f9=_0x33e7c4['result'];logger[_0x2ccc4b(0x1b4)](_0x2ccc4b(0x1b7)+_0x1b1d35['id']),_0x3bec92[_0x2ccc4b(0x248)](this['parsePlaywrightTestResult'](_0x1b1d35['id'],_0x4059f9,_0x1b1d35)),await this[_0x2ccc4b(0x215)](_0x3bec92,_0x2b3770,_0x5c94f7,_0x4f36eb[_0x2ccc4b(0x1a3)],_0x33e7c4);}if(CLIUtils[_0x2ccc4b(0x18f)](_0x2b3770[_0x2ccc4b(0x24d)]()['split']('.')[0x1])){const _0x3286b8=await this[_0x2ccc4b(0x1b5)](_0x3bec92,_0x2b3770,_0x5c94f7,_0x33e7c4);_0x3bec92['addMultipleEntries'](_0x3286b8);}}catch(_0x2468db){logger['error'](util['format'](_0x4f36eb[_0x2ccc4b(0x227)],_0x2b3770,_0x5c94f7,_0x33e7c4[_0x2ccc4b(0x262)],_0x2468db));}_0x33e7c4[_0x2ccc4b(0x23b)]=_0x3bec92,await this[_0x2ccc4b(0x1b1)](_0x3bec92,_0x2b3770,_0x5c94f7,_0x33e7c4);}[a73_0x2fe7bc(0x1c4)](_0x42860e,_0x5c158d,_0x3d4910={}){const _0x1e04f6=a73_0x2fe7bc,_0x458152={};_0x458152[_0x1e04f6(0x185)]=function(_0x502f70,_0x36ef14){return _0x502f70===_0x36ef14;},_0x458152[_0x1e04f6(0x20b)]=function(_0x51c1e5,_0x380d57){return _0x51c1e5===_0x380d57;};const _0xe5686a=_0x458152;let _0x43d213=null;return(_0xe5686a[_0x1e04f6(0x185)](_0x42860e,TestFrameworkState['INIT_TEST'])||_0xe5686a[_0x1e04f6(0x20b)](_0x42860e,TestFrameworkState[_0x1e04f6(0x203)]))&&this[_0x1e04f6(0x1f7)](_0x42860e,_0x3d4910),_0x43d213=TestFramework[_0x1e04f6(0x1c5)](),_0x43d213;}['trackPlaywrightInstance'](_0x2ef7ed,_0x4918d9){const _0xbe8484=a73_0x2fe7bc,_0x225195=CLIUtils['getCurrentInstanceName'](),_0x4c01c1=TrackedInstance[_0xbe8484(0x18b)](_0x225195);let _0x19fddf=null;logger[_0xbe8484(0x1cf)](_0xbe8484(0x188)+_0x225195+',\x20state='+_0x2ef7ed),_0x19fddf=new TestFrameworkInstance(_0x4c01c1,this[_0xbe8484(0x1d3)](),this['getTestFrameworksVersions'](),_0x2ef7ed,HookState[_0xbe8484(0x203)]),TestFramework[_0xbe8484(0x24c)](_0x4c01c1,_0x19fddf),logger[_0xbe8484(0x1cf)](_0xbe8484(0x24e)+_0x4c01c1['getId']()+_0xbe8484(0x234)+_0x225195);}[a73_0x2fe7bc(0x241)](_0x5e8c6f,_0x9ae51,_0x697200){const _0x55591c=a73_0x2fe7bc,_0x3def17={'jwYYM':function(_0x162a03,_0x25317f){return _0x162a03(_0x25317f);},'zUdoI':function(_0x328953,_0x1aff94){return _0x328953(_0x1aff94);},'klfyZ':function(_0x28e44a,_0x5ace5b){return _0x28e44a(_0x5ace5b);},'eOddi':function(_0x4672f5,_0x24d015){return _0x4672f5(_0x24d015);},'HrMaF':function(_0x22be89,_0x2034c1){return _0x22be89(_0x2034c1);},'wuFkI':function(_0x51ecdd,_0x6247fc,_0xe59a84){return _0x51ecdd(_0x6247fc,_0xe59a84);},'wKDBl':function(_0x28e0cf,_0x356231){return _0x28e0cf(_0x356231);}},_0xd9cb5=_0x3def17[_0x55591c(0x1d0)](getPlaywrightTestId,_0x9ae51),_0x153e76=_0x3def17['zUdoI'](getPlaywrightTestTitle,_0x9ae51),_0x39b30f=_0x3def17['klfyZ'](getTestTags,_0x9ae51),_0x297d20=_0x3def17[_0x55591c(0x22a)](getPlaywrightTestCode,_0x9ae51),_0x5ad0b8=_0x3def17[_0x55591c(0x1d0)](getPlaywrightTestFilePath,_0x9ae51),_0x59fc7f=_0x5ad0b8+':'+_0x3def17['eOddi'](getPlaywrightTestLocation,_0x9ae51),_0x32a802=_0x3def17[_0x55591c(0x214)](getPlaywrightTestScope,_0x9ae51),_0x15a262=_0x3def17[_0x55591c(0x1d0)](getPlaywrightTestScopes,_0x9ae51),_0x3eef2b=_0x3def17[_0x55591c(0x243)](getPlaywrightSessionName,_0x9ae51),_0x4b30db=this[_0x55591c(0x1d3)]()[0x0],_0x199798=_0x3def17[_0x55591c(0x1a9)](getTestRunIdentifier,_0x9ae51,_0x697200[_0x55591c(0x1b6)]),_0x5efe4d={[TestFrameworkConstants[_0x55591c(0x256)]]:_0x4b30db,[TestFrameworkConstants[_0x55591c(0x231)]]:this['getTestFrameworksVersions']()[_0x4b30db],[TestFrameworkConstants[_0x55591c(0x249)]]:[],[TestFrameworkConstants[_0x55591c(0x1e0)]]:{},[TestFrameworkConstants[_0x55591c(0x238)]]:{},[TestFrameworkConstants[_0x55591c(0x1c1)]]:_0x5e8c6f,[TestFrameworkConstants[_0x55591c(0x1da)]]:TestFrameworkConstants[_0x55591c(0x218)],[TestFrameworkConstants[_0x55591c(0x209)]]:_0x3eef2b,[TestFrameworkConstants[_0x55591c(0x1ae)]]:_0x5ad0b8,[TestFrameworkConstants[_0x55591c(0x1ef)]]:_0xd9cb5,[TestFrameworkConstants[_0x55591c(0x184)]]:_0x153e76,[TestFrameworkConstants['KEY_TEST_LOCATION']]:_0x59fc7f,[TestFrameworkConstants[_0x55591c(0x1a6)]]:_0x297d20,[TestFrameworkConstants['KEY_TEST_TAGS']]:_0x39b30f,[TestFrameworkConstants[_0x55591c(0x239)]]:_0x9ae51[_0x55591c(0x1ab)][0x0][_0x55591c(0x1e7)],[TestFrameworkConstants[_0x55591c(0x1bd)]]:_0x32a802,[TestFrameworkConstants['KEY_TEST_SCOPES']]:_0x15a262,[TestFrameworkConstants[_0x55591c(0x20d)]]:_0x3def17[_0x55591c(0x1f5)](getPlaywrightCustomRerunParam,_0x9ae51)};TestInfo[_0x55591c(0x21a)](_0x199798,_0x5efe4d);const _0x5e38aa={};return _0x5e38aa[_0x199798]=_0x5efe4d,_0x5e38aa;}[a73_0x2fe7bc(0x226)](_0xb2d706,_0x1d1f4e,_0x507efc){const _0x8b6b9c=a73_0x2fe7bc,_0x4db0b2={'xIumN':function(_0x6a2494,_0x52463a){return _0x6a2494(_0x52463a);},'Iqoeo':_0x8b6b9c(0x1b9),'GeORV':function(_0x55c1ae,_0x574c46){return _0x55c1ae===_0x574c46;},'BcCFG':function(_0x2043d4,_0x4916ee){return _0x2043d4===_0x4916ee;},'Poxgu':function(_0x51b69f,_0x364d4b){return _0x51b69f===_0x364d4b;},'zklUG':function(_0x36a2ef,_0x33164b){return _0x36a2ef(_0x33164b);},'AGIiS':_0x8b6b9c(0x1aa),'fizmE':_0x8b6b9c(0x1b2),'MszQE':function(_0x506e80,_0x2b5fe6){return _0x506e80(_0x2b5fe6);},'GBSLk':function(_0x42f4b0,_0xd22ab7,_0x10274c){return _0x42f4b0(_0xd22ab7,_0x10274c);},'ozcpk':function(_0x3f990e,_0x1ea1dc){return _0x3f990e+_0x1ea1dc;},'MpZIr':'skipped','JuMsm':_0x8b6b9c(0x1f9),'oiOBE':function(_0x1a0289,_0x3e57ea){return _0x1a0289===_0x3e57ea;},'TRZJl':function(_0x5644a9,_0x337490){return _0x5644a9===_0x337490;},'eZVUk':'failed','uXidA':_0x8b6b9c(0x1ca),'CEoGu':function(_0x311630,_0xd0c2b5){return _0x311630===_0xd0c2b5;},'mlJBT':'Expected\x20to\x20fail,\x20but\x20passed.','EMOEr':function(_0x4db8e4,_0x47aca0,_0x1646aa){return _0x4db8e4(_0x47aca0,_0x1646aa);},'MvfHx':function(_0x4ac58f,_0x22307a){return _0x4ac58f||_0x22307a;},'ajfpn':function(_0x13d78f,_0x3e70ab){return _0x13d78f(_0x3e70ab);},'CkahS':function(_0x1b09f5,_0x25200f){return _0x1b09f5(_0x25200f);},'VlPWB':function(_0x403c71,_0x4a9df2){return _0x403c71>_0x4a9df2;},'IGGwX':function(_0x56441b,_0x1059af){return _0x56441b-_0x1059af;},'RhRcQ':_0x8b6b9c(0x257),'WweCo':function(_0x56702e,_0x2a9d9a){return _0x56702e>_0x2a9d9a;}};logger[_0x8b6b9c(0x1b4)](_0x8b6b9c(0x18e)+_0xb2d706);const _0x4df510=_0x4db0b2['GBSLk'](getTestRunIdentifier,_0x507efc,_0x1d1f4e[_0x8b6b9c(0x1b6)]),_0x52cf02=new Date(_0x1d1f4e[_0x8b6b9c(0x1e7)]),_0x13bb88=_0x1d1f4e['duration'],_0x113721=new Date(_0x4db0b2['ozcpk'](_0x52cf02['getTime'](),_0x13bb88)),_0x28be50=_0x1d1f4e['status'],_0x4a4e70=TestInfo['getTestDetails'](_0x4df510)[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{};let _0x34e98d=_0x28be50;if(_0x4db0b2['BcCFG'](_0x1d1f4e[_0x8b6b9c(0x1d8)],_0x507efc[_0x8b6b9c(0x229)]))_0x34e98d=_0x4db0b2[_0x8b6b9c(0x21f)](_0x1d1f4e[_0x8b6b9c(0x1d8)],_0x4db0b2[_0x8b6b9c(0x265)])?_0x4db0b2[_0x8b6b9c(0x265)]:_0x4db0b2[_0x8b6b9c(0x210)];else{(_0x4db0b2[_0x8b6b9c(0x236)](_0x34e98d,_0x4db0b2[_0x8b6b9c(0x210)])||_0x4db0b2['TRZJl'](_0x34e98d,_0x4db0b2[_0x8b6b9c(0x245)])||_0x4db0b2[_0x8b6b9c(0x21f)](_0x34e98d,_0x4db0b2[_0x8b6b9c(0x259)]))&&(_0x34e98d=_0x4db0b2[_0x8b6b9c(0x245)]);if(_0x4db0b2['Poxgu'](_0x1d1f4e['status'],_0x4db0b2[_0x8b6b9c(0x210)])&&_0x4db0b2['CEoGu'](_0x507efc[_0x8b6b9c(0x229)],_0x4db0b2[_0x8b6b9c(0x245)])){const _0xbb9046={};_0xbb9046[_0x8b6b9c(0x1fe)]=_0x4db0b2[_0x8b6b9c(0x204)],_0xbb9046[_0x8b6b9c(0x1fd)]=_0x4db0b2[_0x8b6b9c(0x204)],_0x1d1f4e[_0x8b6b9c(0x1ea)]=_0xbb9046,_0x1d1f4e[_0x8b6b9c(0x1a5)]=[_0x1d1f4e[_0x8b6b9c(0x1ea)]];}}const {failureData:_0x23109a,logs:_0x5e6dd1}=_0x4db0b2[_0x8b6b9c(0x1e8)](getFailureData,_0x1d1f4e?.[_0x8b6b9c(0x1a5)],{}),_0x5c8021={[TestFrameworkConstants[_0x8b6b9c(0x20c)]]:_0x4db0b2[_0x8b6b9c(0x1c8)](_0x23109a,null),[TestFrameworkConstants[_0x8b6b9c(0x194)]]:_0x1d1f4e?.['error']&&_0x4db0b2[_0x8b6b9c(0x1af)](getFailureType,_0x1d1f4e[_0x8b6b9c(0x1ea)][_0x8b6b9c(0x1fe)]),[TestFrameworkConstants['KEY_TEST_FAILURE_REASON']]:_0x1d1f4e?.[_0x8b6b9c(0x1ea)]&&_0x4db0b2[_0x8b6b9c(0x221)](removeAnsiColors,_0x1d1f4e['error']['message']),[TestFrameworkConstants[_0x8b6b9c(0x26a)]]:[],[TestFrameworkConstants['KEY_TEST_RESULT']]:_0x34e98d,[TestFrameworkConstants['KEY_TEST_ENDED_AT']]:_0x113721[_0x8b6b9c(0x1f1)](),[TestFrameworkConstants[_0x8b6b9c(0x25a)]]:new Date()[_0x8b6b9c(0x1f1)](),[TestFrameworkConstants[_0x8b6b9c(0x244)]]:_0x4a4e70};if(_0x1d1f4e&&_0x4db0b2['VlPWB'](_0x1d1f4e[_0x8b6b9c(0x1b6)],0x0)){const _0x461814=TestInfo[_0x8b6b9c(0x216)](_0x4db0b2[_0x8b6b9c(0x1e8)](getTestRunIdentifier,_0x507efc,_0x4db0b2['IGGwX'](_0x1d1f4e[_0x8b6b9c(0x1b6)],0x1)));_0x5c8021[TestFrameworkConstants['KEY_TEST_RETRY_OF']]=_0x461814;}const _0x2995bb={};_0x2995bb[_0x8b6b9c(0x1f3)]=_0x507efc;const _0x2b4e21=this[_0x8b6b9c(0x1c4)](TestFrameworkState[_0x8b6b9c(0x22b)],HookState[_0x8b6b9c(0x237)],_0x2995bb),_0x129d5a=_0x2b4e21[_0x8b6b9c(0x271)]()[_0x8b6b9c(0x199)](_0x4df510)[TestFrameworkConstants[_0x8b6b9c(0x1c1)]],_0x3a301a=[],_0x3b4af0=_0x4db0b2[_0x8b6b9c(0x1e8)](findNestedKey,_0x1d1f4e,_0x4db0b2[_0x8b6b9c(0x19d)]);if(_0x3b4af0&&_0x4db0b2[_0x8b6b9c(0x19f)](validateFilePath,_0x3b4af0))try{_0x3a301a[_0x8b6b9c(0x1de)]({'kind':_0x4db0b2['Iqoeo'],'timestamp':new Date()[_0x8b6b9c(0x1f1)](),'test_run_uuid':_0x129d5a,'file_name':path['basename'](_0x3b4af0),'file_size':fs['statSync'](_0x3b4af0)['size'],'attachment_type':PLAYWRIGHT_TRACE_LOGS});}catch(_0x3525c9){logger[_0x8b6b9c(0x1ea)](_0x8b6b9c(0x190)+_0x3b4af0+':\x20'+_0x3525c9['message']);}const _0x1ec3d1=TestInfo[_0x8b6b9c(0x24b)](),_0x35e12c=_0x1ec3d1[_0x8b6b9c(0x22e)](_0x371999=>_0x371999[_0x8b6b9c(0x186)]===_0x129d5a);_0x35e12c['forEach'](_0xed3c0a=>{const _0x1d8cdf=_0x8b6b9c;if(_0xed3c0a[_0x1d8cdf(0x1bf)]&&_0x4db0b2[_0x1d8cdf(0x1e4)](validateFilePath,_0xed3c0a[_0x1d8cdf(0x1bf)])&&!_0x3a301a[_0x1d8cdf(0x195)](_0x3505b6=>_0x3505b6[_0x1d8cdf(0x1d6)]===path[_0x1d8cdf(0x1dc)](_0xed3c0a[_0x1d8cdf(0x1bf)])))try{_0x3a301a[_0x1d8cdf(0x1de)]({'kind':_0x4db0b2[_0x1d8cdf(0x1c2)],'timestamp':new Date()[_0x1d8cdf(0x1f1)](),'test_run_uuid':_0x129d5a,'file_name':path[_0x1d8cdf(0x1dc)](_0xed3c0a[_0x1d8cdf(0x1bf)]),'file_size':fs[_0x1d8cdf(0x1b0)](_0xed3c0a[_0x1d8cdf(0x1bf)])[_0x1d8cdf(0x1db)],'attachment_type':PLAYWRIGHT_TRACE_LOGS});}catch(_0x1e1b8e){logger[_0x1d8cdf(0x1ea)]('Error\x20processing\x20trace\x20file\x20'+_0xed3c0a[_0x1d8cdf(0x1bf)]+_0x1d8cdf(0x228)+_0x1e1b8e['message']);}});if(_0x4db0b2['VlPWB'](_0x3a301a[_0x8b6b9c(0x262)],0x0)){const _0x1fa5e0=_0x5c8021[TestFrameworkConstants[_0x8b6b9c(0x26a)]]||[];_0x5c8021[TestFrameworkConstants[_0x8b6b9c(0x26a)]]=[..._0x1fa5e0,..._0x3a301a];}const _0x2c6342=TestInfo[_0x8b6b9c(0x255)](_0x4df510)[TestFrameworkConstants['KEY_TEST_ATTACHMENTS']]||{},_0x4ee1f1=_0x4db0b2[_0x8b6b9c(0x211)](getManualUploadLogs,_0x2c6342,_0x2b4e21[_0x8b6b9c(0x271)]()[_0x8b6b9c(0x199)](_0x4df510)[TestFrameworkConstants['KEY_TEST_UUID']]);if(_0x4db0b2['WweCo'](_0x4ee1f1['length'],0x0)){const _0x4046de=_0x5c8021[TestFrameworkConstants['KEY_LOGS']]||[];_0x5c8021[TestFrameworkConstants['KEY_LOGS']]=[..._0x4046de,..._0x4ee1f1];}const _0x2dea34=_0x507efc[_0x8b6b9c(0x1bc)]||[],_0x23203d=_0x5c8021[TestFrameworkConstants[_0x8b6b9c(0x244)]]||{};_0x2dea34['forEach'](_0x3b5b2c=>{const _0x359b89=_0x8b6b9c,{type:_0x3ec603}=_0x3b5b2c;let _0xfc9b5b=_0x3b5b2c[_0x359b89(0x1d4)];if(!_0x3ec603)return;(_0x4db0b2[_0x359b89(0x21f)](_0xfc9b5b,undefined)||_0x4db0b2['BcCFG'](_0xfc9b5b,null)||_0x4db0b2[_0x359b89(0x23d)](_0x4db0b2[_0x359b89(0x19f)](String,_0xfc9b5b)[_0x359b89(0x19e)](),''))&&(_0xfc9b5b=_0x4db0b2[_0x359b89(0x1fb)]);if(!_0x23203d[_0x3ec603]){const _0x59c1c5={};_0x59c1c5[_0x359b89(0x1a4)]=_0x4db0b2[_0x359b89(0x24f)],_0x59c1c5[_0x359b89(0x219)]=[],_0x23203d[_0x3ec603]=_0x59c1c5;}else!_0x23203d[_0x3ec603][_0x359b89(0x1a4)]&&(_0x23203d[_0x3ec603][_0x359b89(0x1a4)]=_0x4db0b2[_0x359b89(0x24f)]),!Array[_0x359b89(0x18d)](_0x23203d[_0x3ec603][_0x359b89(0x219)])&&(_0x23203d[_0x3ec603][_0x359b89(0x219)]=[]);const _0x3f61db=_0x4db0b2[_0x359b89(0x198)](String,_0xfc9b5b)[_0x359b89(0x1f8)](',')['map'](_0x531eb7=>_0x531eb7[_0x359b89(0x19e)]());_0x23203d[_0x3ec603][_0x359b89(0x219)]=[...new Set([..._0x23203d[_0x3ec603]['values'],..._0x3f61db])];}),_0x5c8021[TestFrameworkConstants[_0x8b6b9c(0x244)]]=_0x23203d,TestInfo[_0x8b6b9c(0x21a)](_0x4df510,_0x5c8021);const _0x33d83c={};return _0x33d83c[_0x4df510]=_0x5c8021,_0x33d83c;}async[a73_0x2fe7bc(0x1b5)](_0x8b7596,_0x3e8a1a,_0x1753dc,_0x10f545){const _0x19dbfa=a73_0x2fe7bc,_0x3ba10d={'Fxvfc':function(_0x16498a,_0xec1e0c,_0x17a5c7){return _0x16498a(_0xec1e0c,_0x17a5c7);},'KAYFV':function(_0x5cc86e,_0x18fe10){return _0x5cc86e in _0x18fe10;},'KxtaU':function(_0x557aa8,_0x20ac52){return _0x557aa8 in _0x20ac52;},'hbNdq':function(_0x19387c,_0x176524){return _0x19387c(_0x176524);},'nuqCe':function(_0x57fff2,_0x3b929c){return _0x57fff2(_0x3b929c);},'BKXLD':function(_0x2b5924,_0x4bbefe){return _0x2b5924===_0x4bbefe;},'RcfiP':function(_0x11729c){return _0x11729c();},'Aophx':function(_0x24836c,_0x3d8318){return _0x24836c>_0x3d8318;},'RiJyT':_0x19dbfa(0x1e2),'HapHw':function(_0xe6b537,_0x3e8311){return _0xe6b537(_0x3e8311);},'Ntoay':_0x19dbfa(0x196),'ttHEc':_0x19dbfa(0x1f9),'cfQXu':function(_0x1869ba,_0x3db42e){return _0x1869ba!==_0x3db42e;},'mDOjc':function(_0xf3c105,_0x1d89e8){return _0xf3c105+_0x1d89e8;},'lnHVI':'hook'},_0x44cfaf=_0x10f545['test'],_0x45ec50=_0x10f545[_0x19dbfa(0x197)],_0x448016=_0x3ba10d['Fxvfc'](getTestRunIdentifier,_0x44cfaf,_0x10f545[_0x19dbfa(0x1c0)][_0x19dbfa(0x1b6)]),_0x39043a=_0x3e8a1a[_0x19dbfa(0x24d)]()[_0x19dbfa(0x1f8)]('.')[0x1];let _0x36883a=_0x8b7596[_0x19dbfa(0x271)]()['get'](_0x448016)[TestFrameworkConstants[_0x19dbfa(0x238)]];!_0x36883a&&(_0x36883a={});!_0x3ba10d['KAYFV'](_0x39043a,_0x36883a)&&(_0x36883a[_0x39043a]=[]);let _0x17efed=_0x8b7596[_0x19dbfa(0x271)]()[_0x19dbfa(0x199)](_0x448016)[TestFrameworkConstants[_0x19dbfa(0x1e0)]];!_0x17efed&&(_0x17efed={});!_0x3ba10d[_0x19dbfa(0x1c6)](_0x39043a,_0x17efed)&&(_0x17efed[_0x39043a]=[]);const _0xadb016={[TestFrameworkConstants['KEY_HOOKS_STARTED']]:_0x36883a,[TestFrameworkConstants[_0x19dbfa(0x1e0)]]:_0x17efed},_0xaf5424={};_0xaf5424[_0x448016]=_0xadb016;const _0x502307=_0xaf5424,_0x4b5bfb=_0x3ba10d['hbNdq'](getPlaywrightTestFilePath,_0x44cfaf),_0x4e1de4=_0x4b5bfb+':'+_0x3ba10d[_0x19dbfa(0x240)](getPlaywrightTestLocation,_0x44cfaf),_0x5b935a=TestInfo[_0x19dbfa(0x255)](_0x448016)[TestFrameworkConstants['KEY_CUSTOM_TAGS']]||{};if(_0x3ba10d[_0x19dbfa(0x264)](_0x1753dc,HookState['PRE'])){const _0x2566ab={'key':_0x39043a,[TestFrameworkConstants['KEY_HOOK_ID']]:_0x3ba10d[_0x19dbfa(0x23c)](uuidv4),[TestFrameworkConstants['KEY_HOOK_RESULT']]:TestFrameworkConstants['DEFAULT_HOOK_RESULT'],[TestFrameworkConstants['KEY_EVENT_STARTED_AT']]:_0x45ec50[_0x19dbfa(0x1e7)],[TestFrameworkConstants['KEY_HOOK_LOGS']]:[],[TestFrameworkConstants[_0x19dbfa(0x266)]]:_0x45ec50[_0x19dbfa(0x235)],[TestFrameworkConstants[_0x19dbfa(0x1ae)]]:_0x4b5bfb,[TestFrameworkConstants[_0x19dbfa(0x26e)]]:_0x4e1de4,[TestFrameworkConstants[_0x19dbfa(0x244)]]:_0x5b935a};_0x36883a[_0x39043a]['push'](_0x2566ab),_0x502307[_0x448016][TestFrameworkConstants[_0x19dbfa(0x269)]]=_0x39043a,logger['debug'](_0x19dbfa(0x1c7)+_0x39043a+'\x20&\x20hook\x20=\x20'+_0x2566ab+_0x19dbfa(0x189)+_0x10f545);}else{if(_0x3ba10d[_0x19dbfa(0x264)](_0x1753dc,HookState[_0x19dbfa(0x237)])){const _0x1bd1cf=await _0x10f545[_0x19dbfa(0x1c0)],_0x89e545=_0x36883a[_0x39043a]||[],_0x4dcc34=_0x10f545[_0x19dbfa(0x197)];logger[_0x19dbfa(0x1b4)](_0x19dbfa(0x250)+_0x89e545+'\x20and\x20args\x20=\x20'+_0x10f545);if(_0x3ba10d[_0x19dbfa(0x193)](_0x89e545[_0x19dbfa(0x262)],0x0)){const _0x5b0a72=_0x89e545[_0x19dbfa(0x19c)]();if(_0x4dcc34['error']){const _0x17f0fa=_0x3ba10d[_0x19dbfa(0x187)](failureData,_0x4dcc34['error'],_0x3ba10d[_0x19dbfa(0x251)]);_0x5b0a72[TestFrameworkConstants[_0x19dbfa(0x21d)]]=_0x3ba10d[_0x19dbfa(0x1ad)](getFailureType,_0x4dcc34?.[_0x19dbfa(0x1ea)][_0x19dbfa(0x1fe)]),_0x5b0a72[TestFrameworkConstants[_0x19dbfa(0x268)]]=_0x3ba10d[_0x19dbfa(0x240)](removeAnsiColors,_0x4dcc34?.['error'][_0x19dbfa(0x1fe)]),_0x5b0a72[TestFrameworkConstants[_0x19dbfa(0x267)]]=_0x3ba10d[_0x19dbfa(0x1d2)],_0x5b0a72[TestFrameworkConstants[_0x19dbfa(0x1d9)]]=_0x17f0fa;}else _0x5b0a72[TestFrameworkConstants[_0x19dbfa(0x267)]]=_0x3ba10d[_0x19dbfa(0x1a0)];_0x3ba10d['cfQXu'](_0x1bd1cf,TestFrameworkConstants[_0x19dbfa(0x1e6)])&&(_0x5b0a72[TestFrameworkConstants[_0x19dbfa(0x267)]]=!_0x4dcc34[_0x19dbfa(0x1ea)]?_0x3ba10d['ttHEc']:_0x3ba10d[_0x19dbfa(0x1d2)]);const _0x2d8a05=new Date(_0x4dcc34[_0x19dbfa(0x1e7)]),_0x3dce32=new Date(_0x3ba10d[_0x19dbfa(0x242)](_0x2d8a05[_0x19dbfa(0x26f)](),_0x4dcc34[_0x19dbfa(0x25e)]));_0x5b0a72[TestFrameworkConstants[_0x19dbfa(0x1e1)]]=_0x3dce32[_0x19dbfa(0x1f1)](),_0x5b0a72[TestFrameworkConstants[_0x19dbfa(0x244)]]=_0x5b935a;const _0x2a2184=_0x5b0a72[TestFrameworkConstants['KEY_HOOK_ID']];await this['sendLogCreatedEvent'](_0x8b7596,_0x3e8a1a,_0x2a2184,_0x3ba10d[_0x19dbfa(0x192)],_0x10f545),!_0x17efed[_0x39043a]&&(_0x17efed[_0x39043a]=[]),_0x17efed[_0x39043a]['push'](_0x5b0a72),_0x502307[_0x448016][TestFrameworkConstants[_0x19dbfa(0x1a8)]]=_0x39043a;}}}return _0x502307;}async['sendLogCreatedEvent'](_0x6b2aa9,_0x48024d,_0x68cbde,_0x3fc577,_0xe315fe){const _0x25a174=a73_0x2fe7bc,_0x432f5d={'sXyPH':function(_0x83f3cc,_0x2e6c3a){return _0x83f3cc===_0x2e6c3a;},'SuduW':_0x25a174(0x1f3),'MfQhI':function(_0x4466a1,_0x1aab5c,_0x27ceae){return _0x4466a1(_0x1aab5c,_0x27ceae);},'LiUbh':_0x25a174(0x1eb),'euuci':function(_0x50169c,_0x416b00,_0x4fb420,_0x4d8b32){return _0x50169c(_0x416b00,_0x4fb420,_0x4d8b32);},'jCkLJ':function(_0x3df48f,_0x482c4e,_0x357b87){return _0x3df48f(_0x482c4e,_0x357b87);},'OAass':function(_0x49c8e6,_0x4d1b67){return _0x49c8e6/_0x4d1b67;},'OuAPR':function(_0x1751d1,_0x27ca9e){return _0x1751d1<_0x27ca9e;},'pxYtk':function(_0x5bc2f6,_0x35298f){return _0x5bc2f6*_0x35298f;},'BejKr':function(_0x4d6a33,_0x2237c6){return _0x4d6a33+_0x2237c6;},'paUoX':function(_0x48d5b1,_0x30fa7c,_0x38e370,_0x14debc,_0x31351f){return _0x48d5b1(_0x30fa7c,_0x38e370,_0x14debc,_0x31351f);},'iSbJH':function(_0x40fa08,_0x409e77){return _0x40fa08+_0x409e77;},'fdQwT':function(_0x236d13,_0x18e519,_0x429161,_0x1a5566){return _0x236d13(_0x18e519,_0x429161,_0x1a5566);},'dhmTs':_0x25a174(0x270),'rNTNM':function(_0x5f31e9,_0x236015,_0x20e312){return _0x5f31e9(_0x236015,_0x20e312);}};try{if(_0x432f5d[_0x25a174(0x1fa)](_0x3fc577,_0x432f5d[_0x25a174(0x1f2)])){const _0x45743c=await _0xe315fe['result'],_0x44db7=_0x432f5d['MfQhI'](getTestRunIdentifier,_0xe315fe[_0x25a174(0x1f3)],_0xe315fe[_0x25a174(0x1c0)]['retry']),_0x5662b0=_0xe315fe[_0x25a174(0x1f3)];logger[_0x25a174(0x1b4)](_0x25a174(0x207)+_0x44db7+'\x20result='+util['inspect'](_0x45743c));const _0x42294b=_0x6b2aa9['getAllData']()[_0x25a174(0x199)](_0x44db7)[TestFrameworkConstants['KEY_TEST_UUID']];await _0x432f5d[_0x25a174(0x1f6)](sendTraceZip,_0x45743c,_0x42294b);const _0x4ef2e3=TestInfo['getTestDetails'](_0x44db7)[_0x432f5d['LiUbh']],_0x90bffa={};if(_0x4ef2e3){!_0x45743c['attachments']&&(_0x45743c[_0x25a174(0x1eb)]=[]);_0x90bffa[_0x25a174(0x1eb)]=_0x45743c[_0x25a174(0x1eb)]['concat'](_0x4ef2e3||[]);const _0x2170fc=TestInfo[_0x25a174(0x255)](_0x44db7);delete _0x2170fc[_0x432f5d[_0x25a174(0x1bb)]],TestInfo[_0x25a174(0x21a)](_0x44db7,_0x2170fc);}const {steps:_0x1b5291,logs:_0x1104c5}=_0x432f5d[_0x25a174(0x1b8)](getStepsAndLogs,_0x45743c[_0x25a174(0x19a)],_0x6b2aa9[_0x25a174(0x271)]()[_0x25a174(0x199)](_0x44db7)[TestFrameworkConstants[_0x25a174(0x1c1)]],_0x432f5d[_0x25a174(0x1f2)]),_0x496fc2=_0x432f5d[_0x25a174(0x1f6)](getScreenshots,_0x90bffa,_0x6b2aa9[_0x25a174(0x271)]()[_0x25a174(0x199)](_0x44db7)[TestFrameworkConstants[_0x25a174(0x1c1)]]),_0x3b9e31=_0x432f5d[_0x25a174(0x1cb)](getVideos,_0x45743c,_0x6b2aa9[_0x25a174(0x271)]()['get'](_0x44db7)[TestFrameworkConstants[_0x25a174(0x1c1)]]),{_:_0x4d1316,logs:_0x7442ec}=_0x432f5d[_0x25a174(0x1cb)](getFailureData,_0x45743c[_0x25a174(0x1a5)],{'test_run_uuid':_0x6b2aa9[_0x25a174(0x271)]()[_0x25a174(0x199)](_0x44db7)[TestFrameworkConstants[_0x25a174(0x1c1)]]}),_0x3819a1=TestInfo[_0x25a174(0x255)](_0x44db7)[TestFrameworkConstants[_0x25a174(0x1cc)]]||{},_0x942311=_0x432f5d[_0x25a174(0x1f6)](getMediaArtifactsLogs,_0x3819a1,_0x6b2aa9[_0x25a174(0x271)]()['get'](_0x44db7)[TestFrameworkConstants[_0x25a174(0x1c1)]]),_0x57d639=_0x6b2aa9[_0x25a174(0x271)]()[_0x25a174(0x199)](_0x44db7),{[TestFrameworkConstants[_0x25a174(0x256)]]:_0x38ddff='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x226301=''}=_0x57d639,_0x5c0873=(_0x1104c5||[])[_0x25a174(0x201)](_0x496fc2||[])['concat'](_0x7442ec||[])[_0x25a174(0x201)](_0x3b9e31||[])[_0x25a174(0x201)](_0x942311||[]),_0x2352cc=0x28,_0x19eeab=Math['ceil'](_0x432f5d[_0x25a174(0x1ce)](_0x5c0873[_0x25a174(0x262)],_0x2352cc));for(let _0x5a53c8=0x0;_0x432f5d[_0x25a174(0x212)](_0x5a53c8,_0x19eeab);_0x5a53c8++){const _0x40dfca=_0x432f5d[_0x25a174(0x263)](_0x5a53c8,_0x2352cc),_0x351367=_0x432f5d['BejKr'](_0x40dfca,_0x2352cc),_0x125008=_0x5c0873[_0x25a174(0x1f0)](_0x40dfca,_0x351367),_0x358137={'platformIndex':'0','logs':_0x125008,'testFrameworkName':_0x38ddff,'testFrameworkVersion':_0x226301,'testFrameworkState':_0x48024d[_0x25a174(0x24d)]()[_0x25a174(0x1f8)]('.')[0x1]};_0x432f5d[_0x25a174(0x246)](updatePayloadForTraceLogs,_0x358137,_0xe315fe,_0x44db7,_0x6b2aa9),logger[_0x25a174(0x1b4)]('sendLogCreatedEvent\x20for\x20testId:\x20'+_0x44db7+_0x25a174(0x1cd)+_0x432f5d[_0x25a174(0x222)](_0x5a53c8,0x1)+'/'+_0x19eeab+'\x20payload='+util[_0x25a174(0x272)](_0x358137));const _0x510106=await GrpcClient[_0x25a174(0x1a1)]()['logCreatedEvent'](_0x358137);logger['debug'](_0x25a174(0x26b)+_0x44db7+_0x25a174(0x1cd)+_0x432f5d[_0x25a174(0x1ee)](_0x5a53c8,0x1)+'/'+_0x19eeab+'\x20response='+util['inspect'](_0x510106));}}else{const {steps:_0x290506,logs:_0x32c05d}=_0x432f5d[_0x25a174(0x1a2)](getStepsAndLogs,_0xe315fe['step']['steps'],_0x68cbde,_0x432f5d['dhmTs']),_0x328b33=_0x432f5d[_0x25a174(0x1d1)](getTestRunIdentifier,_0xe315fe[_0x25a174(0x1f3)],_0xe315fe[_0x25a174(0x1c0)][_0x25a174(0x1b6)]);logger[_0x25a174(0x1b4)](_0x25a174(0x207)+_0x328b33);const _0x15c698=_0x6b2aa9['getAllData']()['get'](_0x328b33),{[TestFrameworkConstants[_0x25a174(0x256)]]:_0x4c7e73='',[TestFrameworkConstants['KEY_TEST_FRAMEWORK_VERSION']]:_0x5c2022=''}=_0x15c698,_0x5cc3c0={'platformIndex':'0','logs':_0x32c05d,'testFrameworkName':_0x4c7e73,'testFrameworkVersion':_0x5c2022,'testFrameworkState':_0x48024d[_0x25a174(0x24d)]()[_0x25a174(0x1f8)]('.')[0x1]};_0x432f5d[_0x25a174(0x246)](updatePayloadForTraceLogs,_0x5cc3c0,_0xe315fe,_0x328b33,_0x6b2aa9),logger[_0x25a174(0x1b4)]('sendLogCreatedEvent\x20for\x20testId:\x20'+_0x328b33+_0x25a174(0x233)+util[_0x25a174(0x272)](_0x5cc3c0));const _0x377edf=await GrpcClient['getInstance']()[_0x25a174(0x224)](_0x5cc3c0);}}catch(_0x54ff09){logger[_0x25a174(0x1ea)](_0x25a174(0x260)+util[_0x25a174(0x21c)](_0x54ff09));}}[a73_0x2fe7bc(0x247)](_0x73fc0e){const _0x23d47e=a73_0x2fe7bc,_0x1105ed={'BkEBk':function(_0x206121,_0x3b7856,_0x5aea1a){return _0x206121(_0x3b7856,_0x5aea1a);},'updCk':'base64'};try{const _0x325811=_0x73fc0e[_0x23d47e(0x1f3)]['id'],_0x426a8a=_0x1105ed[_0x23d47e(0x1f4)](getTestRunIdentifier,_0x73fc0e[_0x23d47e(0x1f3)],_0x73fc0e[_0x23d47e(0x1c0)]['retry']),_0x1a60b9=_0x73fc0e[_0x23d47e(0x23b)],_0x1f4080=_0x1a60b9[_0x23d47e(0x1fc)](),_0x390ff4=_0x1a60b9[_0x23d47e(0x271)]()[_0x23d47e(0x199)](_0x426a8a);logger[_0x23d47e(0x1b4)](_0x23d47e(0x1dd)+_0x325811);const {[TestFrameworkConstants[_0x23d47e(0x256)]]:_0x46c0a5='',[TestFrameworkConstants[_0x23d47e(0x231)]]:_0x361622='',[TestFrameworkConstants['KEY_TEST_STARTED_AT']]:_0x37263d='',[TestFrameworkConstants[_0x23d47e(0x254)]]:_0x460e79=''}=_0x390ff4,_0xa2d69c=_0x1a60b9[_0x23d47e(0x191)]()['toString']()[_0x23d47e(0x1f8)]('.')[0x1],_0x20834d=_0x1a60b9[_0x23d47e(0x20a)]()[_0x23d47e(0x24d)]()[_0x23d47e(0x1f8)]('.')[0x1],_0x81aaad=global?.[_0x23d47e(0x206)]?.[_0x23d47e(0x202)]?.[_0x23d47e(0x217)],_0x48151c=_0x1a60b9[_0x23d47e(0x1e5)](),_0x2c4e45=Buffer[_0x23d47e(0x1ba)](JSON[_0x23d47e(0x1e3)](_0x390ff4))[_0x23d47e(0x24d)](_0x1105ed['updCk']),_0x4efca5={'hash':_0x1f4080[_0x23d47e(0x20e)](),'threadId':_0x1f4080[_0x23d47e(0x230)]()[_0x23d47e(0x24d)](),'processId':_0x1f4080[_0x23d47e(0x22c)]()[_0x23d47e(0x24d)]()},_0x187c56={};_0x187c56[_0x23d47e(0x208)]=_0x81aaad,_0x187c56['testFrameworkName']=_0x46c0a5,_0x187c56[_0x23d47e(0x19b)]=_0x361622,_0x187c56['testFrameworkState']=_0xa2d69c,_0x187c56['hookState']=_0x20834d,_0x187c56[_0x23d47e(0x1ec)]=_0x37263d,_0x187c56[_0x23d47e(0x252)]=_0x460e79,_0x187c56[_0x23d47e(0x26c)]=_0x48151c,_0x187c56[_0x23d47e(0x258)]=_0x2c4e45,_0x187c56[_0x23d47e(0x220)]=_0x4efca5;const _0x2c2b22=_0x187c56;return logger[_0x23d47e(0x1b4)](_0x23d47e(0x225)+_0x325811+_0x23d47e(0x261)+_0xa2d69c+_0x23d47e(0x23f)+_0x20834d),_0x2c2b22;}catch(_0x4bccd3){return logger[_0x23d47e(0x1ea)](_0x23d47e(0x26d)+util[_0x23d47e(0x21c)](_0x4bccd3)),{};}}}module[a73_0x2fe7bc(0x25b)]=PlaywrightTestFramework;
@@ -1 +1 @@
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;
1
+ const a74_0xbc0f55=a74_0x2138;(function(_0x5d5d40,_0x2c8538){const _0x4053cd=a74_0x2138,_0xe31202=_0x5d5d40();while(!![]){try{const _0x59dec8=parseInt(_0x4053cd(0x1d0))/0x1*(parseInt(_0x4053cd(0x1b4))/0x2)+-parseInt(_0x4053cd(0x1c4))/0x3*(parseInt(_0x4053cd(0x1bc))/0x4)+parseInt(_0x4053cd(0x1df))/0x5*(-parseInt(_0x4053cd(0x1de))/0x6)+parseInt(_0x4053cd(0x1d3))/0x7*(parseInt(_0x4053cd(0x1b6))/0x8)+parseInt(_0x4053cd(0x1cf))/0x9+parseInt(_0x4053cd(0x1ce))/0xa*(parseInt(_0x4053cd(0x1c1))/0xb)+-parseInt(_0x4053cd(0x1b9))/0xc;if(_0x59dec8===_0x2c8538)break;else _0xe31202['push'](_0xe31202['shift']());}catch(_0x6c2832){_0xe31202['push'](_0xe31202['shift']());}}}(a74_0x5414,0x6e320));function a74_0x2138(_0x1aa2eb,_0x3e9906){const _0x5414d8=a74_0x5414();return a74_0x2138=function(_0x2138f3,_0x334424){_0x2138f3=_0x2138f3-0x1b3;let _0x156d4a=_0x5414d8[_0x2138f3];return _0x156d4a;},a74_0x2138(_0x1aa2eb,_0x3e9906);}const CLIUtils=require(a74_0xbc0f55(0x1d7)),eventDispatcher=require('../eventDispatcher'),TestFrameworkInstance=require(a74_0xbc0f55(0x1d2)),TrackedContext=require(a74_0xbc0f55(0x1bd)),TestFrameworkState=require(a74_0xbc0f55(0x1da)),HookState=require(a74_0xbc0f55(0x1c2)),{createClassLogger}=require(a74_0xbc0f55(0x1bb)),TrackedInstance=require(a74_0xbc0f55(0x1d6)),logger=createClassLogger(a74_0xbc0f55(0x1cc));function a74_0x5414(){const _0x193bea=['getHookRegistryKey','198SrUkow','../state/hookState','get','1467hJJRPx','set','binSessionId','runHooks','setState','setCurrentTestState','has','setInstance','TestFramework','exports','122420JjqUBK','4954437NXIMFi','33413OJBdEP','setTrackedInstance','../instances/testFrameworkInstance','59843dOdqWw','testFrameworks','trackEvent:\x20testFrameworkState=','../instances/trackedInstance','../cliUtils','notifyObserver','getState','../state/testFrameworkState','testFrameworkVersions','getTrackedInstance','getAllData','9906YmAuHB','1355oyOVXM','hasState','getId','22WNWjUm','__bstack_test_framework_instances__','392fMMWkI','getInstances','getTestFrameworksVersions','3941244bvznqO','instances','../../../helpers/classLogger','2700jEQTbH','../instances/trackedContext','registerObserver',';\x20hookState='];a74_0x5414=function(){return _0x193bea;};return a74_0x5414();}!global[a74_0xbc0f55(0x1b5)]&&(global['__bstack_test_framework_instances__']=new Map());class TestFramework{static get[a74_0xbc0f55(0x1ba)](){const _0x13fa6e=a74_0xbc0f55;return global[_0x13fa6e(0x1b5)];}[a74_0xbc0f55(0x1d4)]=[];[a74_0xbc0f55(0x1db)]={};[a74_0xbc0f55(0x1c6)]=null;constructor(_0x150383,_0x4377ac,_0x29b28c){const _0x5634c1=a74_0xbc0f55;this[_0x5634c1(0x1d4)]=_0x150383,this[_0x5634c1(0x1db)]=_0x4377ac,this[_0x5634c1(0x1c6)]=_0x29b28c;}[a74_0xbc0f55(0x1b7)](){const _0x1c8eba=a74_0xbc0f55;return TestFramework[_0x1c8eba(0x1ba)];}[a74_0xbc0f55(0x1cb)](_0x1cb57b,_0x5113dc){const _0x43d2e2=a74_0xbc0f55;TestFramework[_0x43d2e2(0x1ba)]['set'](_0x1cb57b[_0x43d2e2(0x1b3)],_0x5113dc);}static[a74_0xbc0f55(0x1dc)](){const _0x10d3fb=a74_0xbc0f55,_0x1c399c=TrackedInstance['createContext'](CLIUtils['getCurrentInstanceName']());return TestFramework[_0x10d3fb(0x1ba)]['get'](_0x1c399c[_0x10d3fb(0x1b3)]());}static[a74_0xbc0f55(0x1d1)](_0x4430a9,_0xe5e630){const _0xdf92a5=a74_0xbc0f55;TestFramework[_0xdf92a5(0x1ba)]['set'](_0x4430a9['getId'](),_0xe5e630);}[a74_0xbc0f55(0x1b8)](){return this['testFrameworkVersions'];}['getTestFrameworks'](){return this['testFrameworks'];}['trackEvent'](_0x2ad584,_0x2221f9,_0x4d9a64={}){const _0x4beb10=a74_0xbc0f55;logger['debug'](_0x4beb10(0x1d5)+_0x2ad584+_0x4beb10(0x1bf)+_0x2221f9);}async[a74_0xbc0f55(0x1c7)](_0x1eb79a,_0x54c19d,_0x40cdf9,_0x2c1958={}){const _0x27c651=a74_0xbc0f55,_0x398b9a=CLIUtils[_0x27c651(0x1c0)](_0x54c19d,_0x40cdf9);_0x1eb79a[_0x27c651(0x1c9)](_0x54c19d),_0x1eb79a['setCurrentHookState'](_0x40cdf9),await eventDispatcher[_0x27c651(0x1d8)](_0x398b9a,_0x2c1958);}static[a74_0xbc0f55(0x1be)](_0x4fe34b,_0x2b7531,_0x31282a){const _0x4bfc7b=a74_0xbc0f55;eventDispatcher[_0x4bfc7b(0x1be)](CLIUtils[_0x4bfc7b(0x1c0)](_0x4fe34b,_0x2b7531),_0x31282a);}static[a74_0xbc0f55(0x1d9)](_0x2badd0,_0x3cb74e){const _0x59c921=a74_0xbc0f55;return _0x2badd0['getAllData']()[_0x59c921(0x1c3)](_0x3cb74e);}static[a74_0xbc0f55(0x1c8)](_0x5bf61a,_0x31c468,_0x55bd05){const _0x6ae804=a74_0xbc0f55;_0x5bf61a[_0x6ae804(0x1dd)]()[_0x6ae804(0x1c5)](_0x31c468,_0x55bd05);}static[a74_0xbc0f55(0x1e0)](_0x204a0e,_0x549448){const _0xd9c861=a74_0xbc0f55;return _0x204a0e[_0xd9c861(0x1dd)]()[_0xd9c861(0x1ca)](_0x549448);}}module[a74_0xbc0f55(0x1cd)]=TestFramework;