browserstack-node-sdk 1.47.2 → 1.47.3

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 a120_0x56e7fc=a120_0x3c10;function a120_0x3c10(_0x4084f0,_0x5a688b){const _0x12e5b9=a120_0x12e5();return a120_0x3c10=function(_0x3c10dc,_0xe210a5){_0x3c10dc=_0x3c10dc-0x136;let _0x21a73c=_0x12e5b9[_0x3c10dc];return _0x21a73c;},a120_0x3c10(_0x4084f0,_0x5a688b);}(function(_0x14ec8c,_0x5f5bda){const _0xeb752e=a120_0x3c10,_0x1d0b64=_0x14ec8c();while(!![]){try{const _0x30f582=-parseInt(_0xeb752e(0x1a8))/0x1*(parseInt(_0xeb752e(0x1b4))/0x2)+parseInt(_0xeb752e(0x16c))/0x3*(parseInt(_0xeb752e(0x1a4))/0x4)+-parseInt(_0xeb752e(0x198))/0x5+parseInt(_0xeb752e(0x157))/0x6+parseInt(_0xeb752e(0x139))/0x7*(parseInt(_0xeb752e(0x14f))/0x8)+-parseInt(_0xeb752e(0x17b))/0x9*(-parseInt(_0xeb752e(0x13d))/0xa)+-parseInt(_0xeb752e(0x171))/0xb;if(_0x30f582===_0x5f5bda)break;else _0x1d0b64['push'](_0x1d0b64['shift']());}catch(_0x7dd4e0){_0x1d0b64['push'](_0x1d0b64['shift']());}}}(a120_0x12e5,0x9ae3f));const a120_0x471873={};a120_0x471873[a120_0x56e7fc(0x155)]='sdk:setup',a120_0x471873[a120_0x56e7fc(0x15b)]=a120_0x56e7fc(0x1a1),a120_0x471873[a120_0x56e7fc(0x18c)]='sdk:pre-test',a120_0x471873[a120_0x56e7fc(0x1a0)]='sdk:test',a120_0x471873[a120_0x56e7fc(0x172)]=a120_0x56e7fc(0x16d),a120_0x471873['SDK_HOOK']='sdk:hook',a120_0x471873['SDK_DRIVER']=a120_0x56e7fc(0x152),a120_0x471873['SDK_A11Y']='sdk:a11y',a120_0x471873['SDK_O11Y']=a120_0x56e7fc(0x1b0),a120_0x471873[a120_0x56e7fc(0x1ae)]=a120_0x56e7fc(0x1b6),a120_0x471873[a120_0x56e7fc(0x165)]=a120_0x56e7fc(0x16a),a120_0x471873['SDK_TESTHUB']=a120_0x56e7fc(0x183),a120_0x471873[a120_0x56e7fc(0x1a5)]=a120_0x56e7fc(0x19d),a120_0x471873['SDK_APP_AUTOMATE']='sdk:app-automate',a120_0x471873[a120_0x56e7fc(0x1b7)]=a120_0x56e7fc(0x19c),a120_0x471873[a120_0x56e7fc(0x193)]=a120_0x56e7fc(0x178),a120_0x471873['SDK_PRE_INITIALIZE']=a120_0x56e7fc(0x144),a120_0x471873[a120_0x56e7fc(0x19f)]='sdk:driver:post-initialization',a120_0x471873[a120_0x56e7fc(0x1b5)]='sdk:cli:start',a120_0x471873[a120_0x56e7fc(0x158)]=a120_0x56e7fc(0x156),a120_0x471873[a120_0x56e7fc(0x147)]=a120_0x56e7fc(0x187),a120_0x471873[a120_0x56e7fc(0x188)]=a120_0x56e7fc(0x150),a120_0x471873[a120_0x56e7fc(0x190)]=a120_0x56e7fc(0x1b9),a120_0x471873[a120_0x56e7fc(0x1a7)]=a120_0x56e7fc(0x1b3),a120_0x471873['SDK_START_BIN_SESSION']='sdk:startBinSession',a120_0x471873[a120_0x56e7fc(0x19e)]='sdk:connectBinSession',a120_0x471873[a120_0x56e7fc(0x166)]=a120_0x56e7fc(0x14a),a120_0x471873[a120_0x56e7fc(0x14e)]=a120_0x56e7fc(0x13c),a120_0x471873[a120_0x56e7fc(0x17e)]=a120_0x56e7fc(0x195),a120_0x471873['SDK_AUTOMATION_FRAMEWORK_START']=a120_0x56e7fc(0x146),a120_0x471873[a120_0x56e7fc(0x184)]=a120_0x56e7fc(0x182),a120_0x471873[a120_0x56e7fc(0x181)]=a120_0x56e7fc(0x14b),a120_0x471873[a120_0x56e7fc(0x151)]=a120_0x56e7fc(0x1a2),a120_0x471873[a120_0x56e7fc(0x154)]=a120_0x56e7fc(0x17a),a120_0x471873[a120_0x56e7fc(0x167)]=a120_0x56e7fc(0x1b2),a120_0x471873[a120_0x56e7fc(0x16b)]=a120_0x56e7fc(0x1bf),a120_0x471873[a120_0x56e7fc(0x160)]='sdk:cli:logCreatedEvent',a120_0x471873[a120_0x56e7fc(0x136)]='sdk:cli:enqueueTestEvent',a120_0x471873[a120_0x56e7fc(0x15f)]=a120_0x56e7fc(0x17c),a120_0x471873['SDK_ON_STOP']=a120_0x56e7fc(0x1b1);const SDK_EVENTS=a120_0x471873,a120_0x32c89e={};a120_0x32c89e['EVENTS']=SDK_EVENTS,a120_0x32c89e[a120_0x56e7fc(0x13b)]={},a120_0x32c89e[a120_0x56e7fc(0x1a9)]={},a120_0x32c89e[a120_0x56e7fc(0x19a)]={},a120_0x32c89e[a120_0x56e7fc(0x13e)]={},a120_0x32c89e[a120_0x56e7fc(0x140)]={},a120_0x32c89e[a120_0x56e7fc(0x1ab)]={},a120_0x32c89e[a120_0x56e7fc(0x179)]={},a120_0x32c89e[a120_0x56e7fc(0x16f)]={},a120_0x32c89e[a120_0x56e7fc(0x137)]={},a120_0x32c89e[a120_0x56e7fc(0x13b)]['START']=SDK_EVENTS['SDK_TESTHUB']+':start',a120_0x32c89e[a120_0x56e7fc(0x13b)][a120_0x56e7fc(0x164)]=SDK_EVENTS[a120_0x56e7fc(0x1bc)]+':stop',a120_0x32c89e[a120_0x56e7fc(0x1a9)]['KEEP_ALIVE']=SDK_EVENTS[a120_0x56e7fc(0x1a5)]+':keep-alive',a120_0x32c89e[a120_0x56e7fc(0x1a9)]['HUB_MANAGEMENT']=SDK_EVENTS[a120_0x56e7fc(0x1a5)]+a120_0x56e7fc(0x141),a120_0x32c89e[a120_0x56e7fc(0x1a9)][a120_0x56e7fc(0x1ba)]=SDK_EVENTS[a120_0x56e7fc(0x1a5)]+a120_0x56e7fc(0x1a3),a120_0x32c89e[a120_0x56e7fc(0x1a9)]['LOCAL_STOP']=SDK_EVENTS[a120_0x56e7fc(0x1a5)]+a120_0x56e7fc(0x180),a120_0x32c89e[a120_0x56e7fc(0x1a9)][a120_0x56e7fc(0x196)]=SDK_EVENTS[a120_0x56e7fc(0x1a5)]+a120_0x56e7fc(0x15c),a120_0x32c89e[a120_0x56e7fc(0x1a9)][a120_0x56e7fc(0x14d)]=SDK_EVENTS[a120_0x56e7fc(0x1a5)]+a120_0x56e7fc(0x199),a120_0x32c89e[a120_0x56e7fc(0x1a9)]['SESSION_STATUS']=SDK_EVENTS[a120_0x56e7fc(0x1a5)]+a120_0x56e7fc(0x1bb),a120_0x32c89e[a120_0x56e7fc(0x1a9)][a120_0x56e7fc(0x194)]=SDK_EVENTS[a120_0x56e7fc(0x1a5)]+':session-annotation',a120_0x32c89e[a120_0x56e7fc(0x1a9)][a120_0x56e7fc(0x17f)]=SDK_EVENTS[a120_0x56e7fc(0x1a5)]+a120_0x56e7fc(0x15a),a120_0x32c89e[a120_0x56e7fc(0x1a9)][a120_0x56e7fc(0x191)]=SDK_EVENTS[a120_0x56e7fc(0x1a5)]+a120_0x56e7fc(0x138),a120_0x32c89e[a120_0x56e7fc(0x1a9)][a120_0x56e7fc(0x149)]=SDK_EVENTS['SDK_AUTOMATE']+':print-buildlink',a120_0x32c89e[a120_0x56e7fc(0x19a)]['PERFORM_SCAN']=SDK_EVENTS[a120_0x56e7fc(0x159)]+a120_0x56e7fc(0x185),a120_0x32c89e[a120_0x56e7fc(0x19a)][a120_0x56e7fc(0x18e)]=SDK_EVENTS[a120_0x56e7fc(0x159)]+a120_0x56e7fc(0x192),a120_0x32c89e[a120_0x56e7fc(0x19a)][a120_0x56e7fc(0x1aa)]=SDK_EVENTS[a120_0x56e7fc(0x159)]+a120_0x56e7fc(0x18a),a120_0x32c89e[a120_0x56e7fc(0x19a)][a120_0x56e7fc(0x175)]=SDK_EVENTS[a120_0x56e7fc(0x159)]+a120_0x56e7fc(0x16e),a120_0x32c89e[a120_0x56e7fc(0x13e)][a120_0x56e7fc(0x153)]=SDK_EVENTS[a120_0x56e7fc(0x193)]+a120_0x56e7fc(0x168),a120_0x32c89e[a120_0x56e7fc(0x13e)]['SCREENSHOT']=SDK_EVENTS['SDK_PERCY']+a120_0x56e7fc(0x1b8),a120_0x32c89e[a120_0x56e7fc(0x13e)][a120_0x56e7fc(0x197)]=SDK_EVENTS[a120_0x56e7fc(0x193)]+':start',a120_0x32c89e[a120_0x56e7fc(0x13e)][a120_0x56e7fc(0x164)]=SDK_EVENTS[a120_0x56e7fc(0x193)]+':stop',a120_0x32c89e[a120_0x56e7fc(0x13e)][a120_0x56e7fc(0x1bd)]=SDK_EVENTS[a120_0x56e7fc(0x193)]+a120_0x56e7fc(0x14c),a120_0x32c89e[a120_0x56e7fc(0x13e)][a120_0x56e7fc(0x173)]=SDK_EVENTS[a120_0x56e7fc(0x193)]+a120_0x56e7fc(0x19b),a120_0x32c89e[a120_0x56e7fc(0x13e)][a120_0x56e7fc(0x145)]=SDK_EVENTS['SDK_PERCY']+a120_0x56e7fc(0x1c1),a120_0x32c89e[a120_0x56e7fc(0x140)][a120_0x56e7fc(0x174)]=SDK_EVENTS[a120_0x56e7fc(0x13a)]+':sync',a120_0x32c89e[a120_0x56e7fc(0x140)][a120_0x56e7fc(0x189)]=SDK_EVENTS[a120_0x56e7fc(0x13a)]+a120_0x56e7fc(0x15e),a120_0x32c89e[a120_0x56e7fc(0x140)][a120_0x56e7fc(0x149)]=SDK_EVENTS[a120_0x56e7fc(0x13a)]+a120_0x56e7fc(0x1ac),a120_0x32c89e[a120_0x56e7fc(0x1ab)][a120_0x56e7fc(0x142)]=SDK_EVENTS['SDK_HOOK']+':before-each',a120_0x32c89e[a120_0x56e7fc(0x1ab)][a120_0x56e7fc(0x162)]=SDK_EVENTS[a120_0x56e7fc(0x18d)]+a120_0x56e7fc(0x1ad),a120_0x32c89e[a120_0x56e7fc(0x1ab)][a120_0x56e7fc(0x163)]=SDK_EVENTS[a120_0x56e7fc(0x18d)]+a120_0x56e7fc(0x18f),a120_0x32c89e[a120_0x56e7fc(0x1ab)][a120_0x56e7fc(0x1be)]=SDK_EVENTS[a120_0x56e7fc(0x18d)]+':before-all',a120_0x32c89e[a120_0x56e7fc(0x1ab)][a120_0x56e7fc(0x17d)]=SDK_EVENTS['SDK_HOOK']+a120_0x56e7fc(0x15d),a120_0x32c89e[a120_0x56e7fc(0x1ab)][a120_0x56e7fc(0x148)]=SDK_EVENTS['SDK_HOOK']+a120_0x56e7fc(0x1a6),a120_0x32c89e[a120_0x56e7fc(0x179)]['HUB_MANAGEMENT']=SDK_EVENTS['SDK_TURBOSCALE']+':hub-management',a120_0x32c89e[a120_0x56e7fc(0x179)]['PRINT_BUILDLINK']=SDK_EVENTS['SDK_TURBOSCALE']+':print-buildlink',a120_0x32c89e[a120_0x56e7fc(0x16f)][a120_0x56e7fc(0x18b)]=SDK_EVENTS[a120_0x56e7fc(0x1af)]+a120_0x56e7fc(0x177),a120_0x32c89e[a120_0x56e7fc(0x137)][a120_0x56e7fc(0x161)]=SDK_EVENTS[a120_0x56e7fc(0x176)]+a120_0x56e7fc(0x1c2),a120_0x32c89e[a120_0x56e7fc(0x137)][a120_0x56e7fc(0x170)]=SDK_EVENTS[a120_0x56e7fc(0x176)]+a120_0x56e7fc(0x143),a120_0x32c89e[a120_0x56e7fc(0x137)][a120_0x56e7fc(0x186)]=SDK_EVENTS[a120_0x56e7fc(0x176)]+a120_0x56e7fc(0x169),a120_0x32c89e[a120_0x56e7fc(0x137)]['POST_EXECUTE']=SDK_EVENTS[a120_0x56e7fc(0x176)]+a120_0x56e7fc(0x1c0),module[a120_0x56e7fc(0x13f)]=a120_0x32c89e;function a120_0x12e5(){const _0x38eb0a=['sdk:cleanup','sdk:aiSelfHealStep',':local-start','244172aagdPv','SDK_AUTOMATE',':after','SDK_CLI_ON_STOP','149IhmecA','AUTOMATE_EVENTS','GET_RESULTS','HOOK_EVENTS',':print-buildlink',':after-each','SDK_AUTO_CAPTURE','SDK_APP_AUTOMATE','sdk:o11y','sdk:onStop','sdk:testFrameworkEvent','sdk:cli:on-stop','258ZtknYE','SDK_CLI_START','sdk:auto-capture','SDK_TURBOSCALE',':screenshot','sdk:cli:on-connect','LOCAL_START',':session-status','SDK_TESTHUB','AUTO_CAPTURE','BEFORE_ALL','sdk:testSessionEvent',':post-execute',':screenshot-app',':quit','SDK_CLI_ENQUEUE_TEST_EVENT','DRIVER_EVENT',':ci-artifacts','1001qbeMHi','SDK_O11Y','TESTHUB_EVENTS','sdk:findNearestHub','190xgPWmm','PERCY_EVENTS','exports','O11y_EVENTS',':hub-management','BEFORE_EACH',':get','sdk:driver:pre-initialization','SCREENSHOT_APP','sdk:automationFrameworkStart','SDK_CLI_CHECK_UPDATE','AFTER','PRINT_BUILDLINK','sdk:driverInit','sdk:observabilityConfig',':auto-capture','SESSION_NAME','SDK_FIND_NEAREST_HUB','18744yPNgEh','sdk:cli:on-bootstrap','SDK_AI_SELF_HEAL_STEP','sdk:driver','DOWNLOAD','SDK_AI_SELF_HEAL_GET_RESULT','SDK_SETUP','sdk:cli:download','2491380NVwmVk','SDK_CLI_DOWNLOAD','SDK_A11Y',':idle-timeout','SDK_CLEANUP',':driver-manage',':before',':driver-takeScreenShot','SDK_AUTOMATION_FRAMEWORK_STOP','SDK_CLI_LOG_CREATED_EVENT','QUIT','AFTER_EACH','AFTER_ALL','STOP','SDK_PROXY_SETUP','SDK_DRIVER_INIT','SDK_TEST_FRAMEWORK_EVENT',':download',':pre-execute','sdk:proxy-setup','SDK_TEST_SESSION_EVENT','24PItTjO','sdk:post-test',':get-accessibility-results-summary','APP_AUOTMATE_EVENTS','GET','8542633dyPHmq','SDK_POST_TEST','SNAPSHOT','SYNC','GET_RESULTS_SUMMARY','SDK_DRIVER',':app-upload','sdk:percy','TURBOSCALE_EVENTS','sdk:aiSelfHealGetResult','421389cVFopw','sdk:automationFrameworkStop','BEFORE','SDK_AUTOMATION_FRAMEWORK_INIT','IDLE_TIMEOUT',':local-stop','SDK_OBSERVABILITY_CONFIG','sdk:accessibilityConfig','sdk:testhub','SDK_ACCESSIBILITY_CONFIG',':driver-performscan','PRE_EXECUTE','sdk:cli:check-update','SDK_CLI_ON_BOOTSTRAP','TAKE_SCREENSHOT',':get-accessibility-results','APP_UPLOAD','SDK_PRE_TEST','SDK_HOOK','SAVE_RESULTS',':after-all','SDK_CLI_ON_CONNECT','GENERATE_CI_ARTIFACT',':save-results','SDK_PERCY','SESSION_ANNOTATION','sdk:automationFrameworkInit','DRIVER_MANAGE','START','3489835EmxzNV',':session-name','A11Y_EVENTS',':snapshot','sdk:turboscale','sdk:automate','SDK_CONNECT_BIN_SESSION','SDK_POST_INITIALIZE','SDK_TEST'];a120_0x12e5=function(){return _0x38eb0a;};return a120_0x12e5();}
1
+ const a120_0x4c5f=a120_0x153f;function a120_0x153f(_0x1954fa,_0x411706){const _0x5067c3=a120_0x5067();return a120_0x153f=function(_0x153f03,_0x33f869){_0x153f03=_0x153f03-0x7f;let _0x116f78=_0x5067c3[_0x153f03];return _0x116f78;},a120_0x153f(_0x1954fa,_0x411706);}(function(_0x83c8e8,_0x27243b){const _0x1c1c48=a120_0x153f,_0x4b6f4f=_0x83c8e8();while(!![]){try{const _0x7ec75c=-parseInt(_0x1c1c48(0x9a))/0x1*(-parseInt(_0x1c1c48(0xba))/0x2)+parseInt(_0x1c1c48(0xce))/0x3*(parseInt(_0x1c1c48(0xdc))/0x4)+parseInt(_0x1c1c48(0xc3))/0x5+-parseInt(_0x1c1c48(0xa3))/0x6*(-parseInt(_0x1c1c48(0xc8))/0x7)+parseInt(_0x1c1c48(0x10b))/0x8*(parseInt(_0x1c1c48(0xed))/0x9)+-parseInt(_0x1c1c48(0xf9))/0xa+parseInt(_0x1c1c48(0x8b))/0xb*(-parseInt(_0x1c1c48(0xb4))/0xc);if(_0x7ec75c===_0x27243b)break;else _0x4b6f4f['push'](_0x4b6f4f['shift']());}catch(_0x5be644){_0x4b6f4f['push'](_0x4b6f4f['shift']());}}}(a120_0x5067,0x8cbe6));const a120_0x498c1f={};a120_0x498c1f[a120_0x4c5f(0x96)]=a120_0x4c5f(0xac),a120_0x498c1f[a120_0x4c5f(0x109)]='sdk:cleanup',a120_0x498c1f['SDK_PRE_TEST']=a120_0x4c5f(0xe8),a120_0x498c1f[a120_0x4c5f(0x9c)]=a120_0x4c5f(0xda),a120_0x498c1f[a120_0x4c5f(0xa6)]=a120_0x4c5f(0xa7),a120_0x498c1f[a120_0x4c5f(0xc6)]=a120_0x4c5f(0x87),a120_0x498c1f[a120_0x4c5f(0xd6)]=a120_0x4c5f(0xb1),a120_0x498c1f[a120_0x4c5f(0xa4)]='sdk:a11y',a120_0x498c1f['SDK_O11Y']='sdk:o11y',a120_0x498c1f[a120_0x4c5f(0xc9)]='sdk:auto-capture',a120_0x498c1f[a120_0x4c5f(0x94)]=a120_0x4c5f(0xc5),a120_0x498c1f[a120_0x4c5f(0xdd)]=a120_0x4c5f(0x8d),a120_0x498c1f['SDK_AUTOMATE']=a120_0x4c5f(0x82),a120_0x498c1f[a120_0x4c5f(0xde)]=a120_0x4c5f(0x106),a120_0x498c1f['SDK_TURBOSCALE']=a120_0x4c5f(0x102),a120_0x498c1f[a120_0x4c5f(0x8f)]=a120_0x4c5f(0xb6),a120_0x498c1f[a120_0x4c5f(0x97)]=a120_0x4c5f(0xab),a120_0x498c1f[a120_0x4c5f(0xd9)]='sdk:driver:post-initialization',a120_0x498c1f[a120_0x4c5f(0x107)]=a120_0x4c5f(0x91),a120_0x498c1f[a120_0x4c5f(0x89)]=a120_0x4c5f(0x103),a120_0x498c1f[a120_0x4c5f(0xe7)]=a120_0x4c5f(0x93),a120_0x498c1f[a120_0x4c5f(0x99)]='sdk:cli:on-bootstrap',a120_0x498c1f[a120_0x4c5f(0xee)]=a120_0x4c5f(0xa2),a120_0x498c1f[a120_0x4c5f(0xcf)]=a120_0x4c5f(0xe1),a120_0x498c1f['SDK_START_BIN_SESSION']=a120_0x4c5f(0xc2),a120_0x498c1f[a120_0x4c5f(0xdb)]=a120_0x4c5f(0x9f),a120_0x498c1f[a120_0x4c5f(0xc7)]=a120_0x4c5f(0xf6),a120_0x498c1f[a120_0x4c5f(0xaf)]=a120_0x4c5f(0xea),a120_0x498c1f[a120_0x4c5f(0xd8)]=a120_0x4c5f(0x10f),a120_0x498c1f[a120_0x4c5f(0xd3)]=a120_0x4c5f(0x92),a120_0x498c1f[a120_0x4c5f(0xb3)]=a120_0x4c5f(0xbf),a120_0x498c1f[a120_0x4c5f(0x101)]='sdk:observabilityConfig',a120_0x498c1f[a120_0x4c5f(0xf2)]=a120_0x4c5f(0xe6),a120_0x498c1f[a120_0x4c5f(0xe4)]='sdk:aiSelfHealGetResult',a120_0x498c1f[a120_0x4c5f(0xc4)]=a120_0x4c5f(0xd1),a120_0x498c1f[a120_0x4c5f(0xb7)]=a120_0x4c5f(0xe5),a120_0x498c1f[a120_0x4c5f(0xf8)]=a120_0x4c5f(0x8c),a120_0x498c1f['SDK_CLI_ENQUEUE_TEST_EVENT']='sdk:cli:enqueueTestEvent',a120_0x498c1f[a120_0x4c5f(0x112)]=a120_0x4c5f(0xe0),a120_0x498c1f[a120_0x4c5f(0xb8)]='sdk:onStop';function a120_0x5067(){const _0x19e89d=[':session-status','STOP',':screenshot-app','sdk:driverInit','SESSION_ANNOTATION','SDK_CLI_LOG_CREATED_EVENT','166920BPWMbD',':download','GET','AUTOMATE_EVENTS','SDK_TURBOSCALE','DRIVER_MANAGE','SDK_O11Y','GET_RESULTS','SDK_OBSERVABILITY_CONFIG','sdk:turboscale','sdk:cli:download',':local-start','HUB_MANAGEMENT','sdk:app-automate','SDK_CLI_START',':get-accessibility-results','SDK_CLEANUP',':save-results','8QDTwsZ','AFTER',':auto-capture','PERFORM_SCAN','sdk:automationFrameworkInit','LOCAL_STOP',':before-all','SDK_AUTOMATION_FRAMEWORK_STOP','START','TAKE_SCREENSHOT',':snapshot','sdk:automate','BEFORE_EACH','DRIVER_EVENT','KEEP_ALIVE','A11Y_EVENTS','sdk:hook',':screenshot','SDK_CLI_DOWNLOAD',':app-upload','1967977OyvsyZ','sdk:cli:logCreatedEvent','sdk:testhub','SYNC','SDK_PERCY','LOCAL_START','sdk:cli:start','sdk:automationFrameworkStart','sdk:cli:check-update','SDK_PROXY_SETUP',':after-all','SDK_SETUP','SDK_PRE_INITIALIZE','AFTER_EACH','SDK_CLI_ON_BOOTSTRAP','339dZlqCc',':start','SDK_TEST','BEFORE_ALL','HOOK_EVENTS','sdk:connectBinSession','APP_AUOTMATE_EVENTS',':sync','sdk:cli:on-connect','2226Jrqoxl','SDK_A11Y',':before-each','SDK_POST_TEST','sdk:post-test',':session-annotation','TESTHUB_EVENTS','PRINT_BUILDLINK','sdk:driver:pre-initialization','sdk:setup',':after-each','IDLE_TIMEOUT','SDK_FIND_NEAREST_HUB','EVENTS','sdk:driver',':get','SDK_ACCESSIBILITY_CONFIG','120VRDbQU',':post-execute','sdk:percy','SDK_TEST_SESSION_EVENT','SDK_ON_STOP','QUIT','536hRjRcT',':session-name',':local-stop','exports',':pre-execute','sdk:accessibilityConfig',':keep-alive',':idle-timeout','sdk:startBinSession','4597535AAchPB','SDK_TEST_FRAMEWORK_EVENT','sdk:proxy-setup','SDK_HOOK','SDK_DRIVER_INIT','11179oFFdpv','SDK_AUTO_CAPTURE','SESSION_NAME',':quit','GET_RESULTS_SUMMARY','PRE_EXECUTE','64227VLpuEB','SDK_CLI_ON_STOP',':get-accessibility-results-summary','sdk:testFrameworkEvent',':print-buildlink','SDK_AUTOMATION_FRAMEWORK_START',':before','PERCY_EVENTS','SDK_DRIVER',':driver-performscan','SDK_AUTOMATION_FRAMEWORK_INIT','SDK_POST_INITIALIZE','sdk:test','SDK_CONNECT_BIN_SESSION','80ArWwsZ','SDK_TESTHUB','SDK_APP_AUTOMATE',':stop','sdk:automationFrameworkStop','sdk:cli:on-stop','SESSION_STATUS',':after','SDK_AI_SELF_HEAL_GET_RESULT','sdk:testSessionEvent','sdk:aiSelfHealStep','SDK_CLI_CHECK_UPDATE','sdk:pre-test','TURBOSCALE_EVENTS','sdk:findNearestHub','SDK_AUTOMATE',':driver-takeScreenShot','3160998ZwXiHv','SDK_CLI_ON_CONNECT','O11y_EVENTS',':hub-management','AUTO_CAPTURE','SDK_AI_SELF_HEAL_STEP'];a120_0x5067=function(){return _0x19e89d;};return a120_0x5067();}const SDK_EVENTS=a120_0x498c1f,a120_0x440fc6={};a120_0x440fc6[a120_0x4c5f(0xb0)]=SDK_EVENTS,a120_0x440fc6[a120_0x4c5f(0xa9)]={},a120_0x440fc6[a120_0x4c5f(0xfc)]={},a120_0x440fc6[a120_0x4c5f(0x86)]={},a120_0x440fc6[a120_0x4c5f(0xd5)]={},a120_0x440fc6[a120_0x4c5f(0xef)]={},a120_0x440fc6[a120_0x4c5f(0x9e)]={},a120_0x440fc6[a120_0x4c5f(0xe9)]={},a120_0x440fc6[a120_0x4c5f(0xa0)]={},a120_0x440fc6[a120_0x4c5f(0x84)]={},a120_0x440fc6[a120_0x4c5f(0xa9)][a120_0x4c5f(0x7f)]=SDK_EVENTS[a120_0x4c5f(0xdd)]+a120_0x4c5f(0x9b),a120_0x440fc6[a120_0x4c5f(0xa9)][a120_0x4c5f(0xf4)]=SDK_EVENTS['SDK_TESTHUB']+a120_0x4c5f(0xdf),a120_0x440fc6[a120_0x4c5f(0xfc)][a120_0x4c5f(0x85)]=SDK_EVENTS['SDK_AUTOMATE']+a120_0x4c5f(0xc0),a120_0x440fc6[a120_0x4c5f(0xfc)]['HUB_MANAGEMENT']=SDK_EVENTS[a120_0x4c5f(0xeb)]+a120_0x4c5f(0xf0),a120_0x440fc6[a120_0x4c5f(0xfc)][a120_0x4c5f(0x90)]=SDK_EVENTS[a120_0x4c5f(0xeb)]+a120_0x4c5f(0x104),a120_0x440fc6[a120_0x4c5f(0xfc)][a120_0x4c5f(0x110)]=SDK_EVENTS[a120_0x4c5f(0xeb)]+a120_0x4c5f(0xbc),a120_0x440fc6[a120_0x4c5f(0xfc)][a120_0x4c5f(0xfe)]=SDK_EVENTS[a120_0x4c5f(0xeb)]+':driver-manage',a120_0x440fc6[a120_0x4c5f(0xfc)][a120_0x4c5f(0xca)]=SDK_EVENTS[a120_0x4c5f(0xeb)]+a120_0x4c5f(0xbb),a120_0x440fc6[a120_0x4c5f(0xfc)][a120_0x4c5f(0xe2)]=SDK_EVENTS[a120_0x4c5f(0xeb)]+a120_0x4c5f(0xf3),a120_0x440fc6[a120_0x4c5f(0xfc)][a120_0x4c5f(0xf7)]=SDK_EVENTS[a120_0x4c5f(0xeb)]+a120_0x4c5f(0xa8),a120_0x440fc6[a120_0x4c5f(0xfc)][a120_0x4c5f(0xae)]=SDK_EVENTS['SDK_AUTOMATE']+a120_0x4c5f(0xc1),a120_0x440fc6[a120_0x4c5f(0xfc)]['GENERATE_CI_ARTIFACT']=SDK_EVENTS['SDK_AUTOMATE']+':ci-artifacts',a120_0x440fc6[a120_0x4c5f(0xfc)][a120_0x4c5f(0xaa)]=SDK_EVENTS['SDK_AUTOMATE']+a120_0x4c5f(0xd2),a120_0x440fc6[a120_0x4c5f(0x86)][a120_0x4c5f(0x10e)]=SDK_EVENTS[a120_0x4c5f(0xa4)]+a120_0x4c5f(0xd7),a120_0x440fc6[a120_0x4c5f(0x86)]['SAVE_RESULTS']=SDK_EVENTS[a120_0x4c5f(0xa4)]+a120_0x4c5f(0x10a),a120_0x440fc6[a120_0x4c5f(0x86)][a120_0x4c5f(0x100)]=SDK_EVENTS[a120_0x4c5f(0xa4)]+a120_0x4c5f(0x108),a120_0x440fc6[a120_0x4c5f(0x86)][a120_0x4c5f(0xcc)]=SDK_EVENTS[a120_0x4c5f(0xa4)]+a120_0x4c5f(0xd0),a120_0x440fc6[a120_0x4c5f(0xd5)]['DOWNLOAD']=SDK_EVENTS[a120_0x4c5f(0x8f)]+a120_0x4c5f(0xfa),a120_0x440fc6[a120_0x4c5f(0xd5)]['SCREENSHOT']=SDK_EVENTS[a120_0x4c5f(0x8f)]+a120_0x4c5f(0x88),a120_0x440fc6[a120_0x4c5f(0xd5)]['START']=SDK_EVENTS[a120_0x4c5f(0x8f)]+a120_0x4c5f(0x9b),a120_0x440fc6[a120_0x4c5f(0xd5)][a120_0x4c5f(0xf4)]=SDK_EVENTS[a120_0x4c5f(0x8f)]+a120_0x4c5f(0xdf),a120_0x440fc6[a120_0x4c5f(0xd5)][a120_0x4c5f(0xf1)]=SDK_EVENTS[a120_0x4c5f(0x8f)]+a120_0x4c5f(0x10d),a120_0x440fc6[a120_0x4c5f(0xd5)]['SNAPSHOT']=SDK_EVENTS['SDK_PERCY']+a120_0x4c5f(0x81),a120_0x440fc6[a120_0x4c5f(0xd5)]['SCREENSHOT_APP']=SDK_EVENTS[a120_0x4c5f(0x8f)]+a120_0x4c5f(0xf5),a120_0x440fc6[a120_0x4c5f(0xef)][a120_0x4c5f(0x8e)]=SDK_EVENTS[a120_0x4c5f(0xff)]+a120_0x4c5f(0xa1),a120_0x440fc6[a120_0x4c5f(0xef)][a120_0x4c5f(0x80)]=SDK_EVENTS[a120_0x4c5f(0xff)]+a120_0x4c5f(0xec),a120_0x440fc6[a120_0x4c5f(0xef)][a120_0x4c5f(0xaa)]=SDK_EVENTS[a120_0x4c5f(0xff)]+a120_0x4c5f(0xd2),a120_0x440fc6[a120_0x4c5f(0x9e)][a120_0x4c5f(0x83)]=SDK_EVENTS['SDK_HOOK']+a120_0x4c5f(0xa5),a120_0x440fc6[a120_0x4c5f(0x9e)][a120_0x4c5f(0x98)]=SDK_EVENTS['SDK_HOOK']+a120_0x4c5f(0xad),a120_0x440fc6[a120_0x4c5f(0x9e)]['AFTER_ALL']=SDK_EVENTS[a120_0x4c5f(0xc6)]+a120_0x4c5f(0x95),a120_0x440fc6[a120_0x4c5f(0x9e)][a120_0x4c5f(0x9d)]=SDK_EVENTS[a120_0x4c5f(0xc6)]+a120_0x4c5f(0x111),a120_0x440fc6[a120_0x4c5f(0x9e)]['BEFORE']=SDK_EVENTS[a120_0x4c5f(0xc6)]+a120_0x4c5f(0xd4),a120_0x440fc6[a120_0x4c5f(0x9e)][a120_0x4c5f(0x10c)]=SDK_EVENTS['SDK_HOOK']+a120_0x4c5f(0xe3),a120_0x440fc6[a120_0x4c5f(0xe9)][a120_0x4c5f(0x105)]=SDK_EVENTS[a120_0x4c5f(0xfd)]+a120_0x4c5f(0xf0),a120_0x440fc6[a120_0x4c5f(0xe9)][a120_0x4c5f(0xaa)]=SDK_EVENTS['SDK_TURBOSCALE']+a120_0x4c5f(0xd2),a120_0x440fc6[a120_0x4c5f(0xa0)]['APP_UPLOAD']=SDK_EVENTS[a120_0x4c5f(0xde)]+a120_0x4c5f(0x8a),a120_0x440fc6[a120_0x4c5f(0x84)][a120_0x4c5f(0xb9)]=SDK_EVENTS[a120_0x4c5f(0xd6)]+a120_0x4c5f(0xcb),a120_0x440fc6[a120_0x4c5f(0x84)][a120_0x4c5f(0xfb)]=SDK_EVENTS['SDK_DRIVER']+a120_0x4c5f(0xb2),a120_0x440fc6[a120_0x4c5f(0x84)][a120_0x4c5f(0xcd)]=SDK_EVENTS[a120_0x4c5f(0xd6)]+a120_0x4c5f(0xbe),a120_0x440fc6[a120_0x4c5f(0x84)]['POST_EXECUTE']=SDK_EVENTS[a120_0x4c5f(0xd6)]+a120_0x4c5f(0xb5),module[a120_0x4c5f(0xbd)]=a120_0x440fc6;
@@ -1 +1 @@
1
- const a121_0x5d26c4=a121_0x179b;(function(_0x1f0d1d,_0x4bdca5){const _0x4e468a=a121_0x179b,_0xb8477e=_0x1f0d1d();while(!![]){try{const _0x359e9=parseInt(_0x4e468a(0x25c))/0x1+parseInt(_0x4e468a(0x1dc))/0x2*(parseInt(_0x4e468a(0x254))/0x3)+-parseInt(_0x4e468a(0x21f))/0x4*(-parseInt(_0x4e468a(0x259))/0x5)+parseInt(_0x4e468a(0x267))/0x6*(-parseInt(_0x4e468a(0x1f4))/0x7)+parseInt(_0x4e468a(0x282))/0x8+-parseInt(_0x4e468a(0x216))/0x9*(-parseInt(_0x4e468a(0x236))/0xa)+-parseInt(_0x4e468a(0x27a))/0xb*(parseInt(_0x4e468a(0x251))/0xc);if(_0x359e9===_0x4bdca5)break;else _0xb8477e['push'](_0xb8477e['shift']());}catch(_0x4e7efb){_0xb8477e['push'](_0xb8477e['shift']());}}}(a121_0x1dca,0x5eb9c));function a121_0x179b(_0x204ca2,_0x495b0c){const _0x1dcae1=a121_0x1dca();return a121_0x179b=function(_0x179b6d,_0xe6f986){_0x179b6d=_0x179b6d-0x1d9;let _0x1b5a5f=_0x1dcae1[_0x179b6d];return _0x1b5a5f;},a121_0x179b(_0x204ca2,_0x495b0c);}const fs=require('fs'),fsPromise=require('fs/promises'),{performance,PerformanceObserver}=require(a121_0x5d26c4(0x238)),path=require(a121_0x5d26c4(0x268)),util=require('util'),logger=require(a121_0x5d26c4(0x206))['winstonLogger'],{getLogDir}=require(a121_0x5d26c4(0x206)),{getProcessId,sleep,debug,getTestName}=require(a121_0x5d26c4(0x241));class PerformanceTester{static [a121_0x5d26c4(0x22c)];static [a121_0x5d26c4(0x214)]=[];static ['_measureEvents']=[];static [a121_0x5d26c4(0x26c)]=[];static ['started']=![];static ['jsonReportDirName']=a121_0x5d26c4(0x1e8);static ['errorReportDirName']=process[a121_0x5d26c4(0x26e)][a121_0x5d26c4(0x20c)]?path[a121_0x5d26c4(0x20a)](process[a121_0x5d26c4(0x26e)][a121_0x5d26c4(0x20c)],'error-report'):path['join'](process[a121_0x5d26c4(0x263)](),a121_0x5d26c4(0x220));static [a121_0x5d26c4(0x204)]=this[a121_0x5d26c4(0x20e)]+a121_0x5d26c4(0x1f1)+getProcessId()+a121_0x5d26c4(0x275);static [a121_0x5d26c4(0x243)]={};static [a121_0x5d26c4(0x262)]={};static[a121_0x5d26c4(0x252)](_0x1c1465,_0x143e7f=this['errorReportDirName']+a121_0x5d26c4(0x1f1)+getProcessId()+a121_0x5d26c4(0x275)){const _0x502997=a121_0x5d26c4,_0x371e19={'jpVVF':function(_0x37e769,_0x4e1a1c){return _0x37e769===_0x4e1a1c;},'lsbzF':_0x502997(0x21b),'FBknX':function(_0x3c1fef){return _0x3c1fef();},'QEDUu':function(_0x137dac,_0x5e6d73){return _0x137dac+_0x5e6d73;},'NyiqW':_0x502997(0x22d),'gObjS':'function'};try{this[_0x502997(0x231)]=path[_0x502997(0x20a)](_0x371e19[_0x502997(0x25e)](getLogDir),this[_0x502997(0x1f8)]),!_0x1c1465&&(_0x1c1465=this['jsonReportDirPath']+'/performance-report-'+_0x371e19[_0x502997(0x25e)](getProcessId)+'.json'),!fs[_0x502997(0x23e)](this['jsonReportDirPath'])&&fs['mkdirSync'](this[_0x502997(0x231)]);}catch(_0x3d2cdd){logger[_0x502997(0x245)](_0x371e19[_0x502997(0x270)](_0x371e19[_0x502997(0x1ff)],_0x3d2cdd));}if(this[_0x502997(0x21d)]||!this[_0x502997(0x284)]())return;this[_0x502997(0x22c)]=new PerformanceObserver(_0xbb6f04=>{const _0x5226e9=_0x502997,_0x289bfe={'aOPta':function(_0xbcc1e0,_0xc757e6){const _0x1c5173=a121_0x179b;return _0x371e19[_0x1c5173(0x1f2)](_0xbcc1e0,_0xc757e6);},'SmIth':_0x371e19[_0x5226e9(0x24c)]};_0xbb6f04[_0x5226e9(0x205)]()['forEach'](_0x54ab5d=>{const _0x294a5e=_0x5226e9;if(_0x289bfe[_0x294a5e(0x1fb)](_0x54ab5d[_0x294a5e(0x200)],_0x289bfe[_0x294a5e(0x26f)])){let _0x4f40c8={};if(_0x54ab5d[_0x294a5e(0x222)])_0x4f40c8=_0x54ab5d['toJSON']();else for(const _0x4b801c in _0x54ab5d){_0x4f40c8[_0x4b801c]=_0x54ab5d[_0x4b801c];}this[_0x294a5e(0x243)][_0x54ab5d[_0x294a5e(0x24a)]]&&(_0x4f40c8=Object['assign'](_0x4f40c8,this['details'][_0x54ab5d['name']])),delete this[_0x294a5e(0x243)][_0x54ab5d[_0x294a5e(0x24a)]],this[_0x294a5e(0x27f)][_0x294a5e(0x235)](_0x4f40c8);}else this[_0x294a5e(0x214)][_0x294a5e(0x235)](_0x54ab5d);});});const _0x3b29a3={};_0x3b29a3['buffered']=!![],_0x3b29a3[_0x502997(0x219)]=[_0x371e19[_0x502997(0x255)],_0x371e19[_0x502997(0x24c)]],this['_observer'][_0x502997(0x230)](_0x3b29a3),this['started']=!![],this['jsonReportFileName']=_0x1c1465,this[_0x502997(0x204)]=_0x143e7f;}static[a121_0x5d26c4(0x24b)](){return performance;}static['calculateTimeFromEvents'](_0x598984,_0x43b25d){const _0x4898c4=a121_0x5d26c4,_0x504ef4={};_0x504ef4[_0x4898c4(0x271)]=function(_0x5a6e6b,_0x18341a){return _0x5a6e6b+_0x18341a;},_0x504ef4['JPLRy']=function(_0x1a00fe,_0x4c304c){return _0x1a00fe||_0x4c304c;},_0x504ef4['IAuKQ']=function(_0x425795,_0x1ba7b5){return _0x425795===_0x1ba7b5;};const _0x42ca93=_0x504ef4,_0x2071de={};if(!_0x598984||_0x42ca93['IAuKQ'](_0x598984[_0x4898c4(0x287)],0x0))return;_0x598984[_0x4898c4(0x257)](_0x30ac70=>{const _0x3c72ef=_0x4898c4;!_0x2071de[_0x30ac70[_0x3c72ef(0x24a)]]&&(_0x2071de[_0x30ac70[_0x3c72ef(0x24a)]]=0x0),_0x2071de[_0x30ac70[_0x3c72ef(0x24a)]]+=_0x30ac70[_0x3c72ef(0x265)];});const _0x491ad0=_0x43b25d[_0x4898c4(0x277)]((_0x5663b4,_0x2e6e68)=>{const _0x3e369a=_0x4898c4;return _0x42ca93[_0x3e369a(0x271)](_0x2071de[_0x2e6e68],_0x42ca93['JPLRy'](_0x5663b4,0x0));},0x0);return _0x491ad0;}static async[a121_0x5d26c4(0x286)](_0x4bd85,_0x33abfa){const _0x43fed3=a121_0x5d26c4,_0x2b8820={'DRiOa':function(_0x543dca,_0x2fd9f8){return _0x543dca+_0x2fd9f8;},'WFWlJ':function(_0x142b32,_0x1476ed){return _0x142b32||_0x1476ed;},'CrGrh':function(_0x569531,_0x497c80){return _0x569531===_0x497c80;},'mlzoO':function(_0x2b7fd9,_0x4ac6c8){return _0x2b7fd9(_0x4ac6c8);}};if(!_0x4bd85||_0x2b8820[_0x43fed3(0x1da)](_0x4bd85[_0x43fed3(0x287)],0x0))return 0x0;const _0x433845=[];for(const _0x1fe9ad of _0x4bd85){const _0x539e30=path['join']('.',_0x1fe9ad);try{const _0x51826e=this['getEventsFromJSON'](_0x539e30);_0x51826e[_0x43fed3(0x257)](_0x56f315=>{const _0x513cca=_0x43fed3;!_0x433845[_0x56f315['name']]&&(_0x433845[_0x56f315['name']]=0x0),_0x433845[_0x56f315[_0x513cca(0x24a)]]+=_0x56f315['duration'];});}catch(_0x4095b4){_0x2b8820[_0x43fed3(0x223)](debug,'Error\x20in\x20doing\x20csv\x20operations:\x20'+_0x4095b4[_0x43fed3(0x1f7)]());}}const _0x14f283=_0x33abfa[_0x43fed3(0x277)]((_0x5c192e,_0x24b92c)=>{return _0x2b8820['DRiOa'](_0x433845[_0x24b92c],_0x2b8820['WFWlJ'](_0x5c192e,0x0));},0x0);return _0x2b8820[_0x43fed3(0x223)](debug,_0x43fed3(0x1de)+_0x33abfa+_0x43fed3(0x23f)+_0x14f283),_0x14f283;}static[a121_0x5d26c4(0x210)](_0x4a4799){const _0x5e686a=a121_0x5d26c4;if(_0x4a4799){if(!fs[_0x5e686a(0x23e)](_0x4a4799))return[];return JSON[_0x5e686a(0x208)](fs[_0x5e686a(0x209)](_0x4a4799)[_0x5e686a(0x1f7)]());}}static async[a121_0x5d26c4(0x264)](_0x2fe3c7=a121_0x5d26c4(0x269),_0x258a91=null){const _0x47ba3b=a121_0x5d26c4,_0x376ec0={'oFeFb':function(_0x44c18c,_0x11873b){return _0x44c18c(_0x11873b);},'RciDP':function(_0x5bf618,_0x31e8be){return _0x5bf618(_0x31e8be);}};if(!this[_0x47ba3b(0x21d)])return;await _0x376ec0[_0x47ba3b(0x224)](sleep,0x1e),this[_0x47ba3b(0x22c)][_0x47ba3b(0x207)](),this[_0x47ba3b(0x21d)]=![],this[_0x47ba3b(0x253)](this[_0x47ba3b(0x214)]);const _0x2ad551=this[_0x47ba3b(0x1ee)](this['_events']),_0x11cc7=path['join'](process[_0x47ba3b(0x263)](),_0x2fe3c7);fs[_0x47ba3b(0x1e1)](_0x11cc7,_0x2ad551,_0x383518=>{const _0x577872=_0x47ba3b;if(_0x383518){_0x376ec0['oFeFb'](debug,_0x577872(0x288)+_0x383518[_0x577872(0x1f7)]());return;}_0x376ec0[_0x577872(0x224)](debug,_0x577872(0x26d)+_0x11cc7);});if(_0x258a91)return this[_0x47ba3b(0x260)](this[_0x47ba3b(0x214)],_0x258a91);}static['generateHTMLReport'](_0x586696){const _0x217dfc=a121_0x5d26c4,_0xa8b63c={};_0xa8b63c[_0x217dfc(0x1e3)]=_0x217dfc(0x221),_0xa8b63c[_0x217dfc(0x226)]=_0x217dfc(0x1fa),_0xa8b63c[_0x217dfc(0x280)]=_0x217dfc(0x26a),_0xa8b63c[_0x217dfc(0x20d)]=_0x217dfc(0x202);const _0x3e8085=_0xa8b63c;let _0x4c33d6=_0x3e8085[_0x217dfc(0x1e3)];return _0x4c33d6+=_0x3e8085[_0x217dfc(0x226)],_0x4c33d6+=_0x3e8085['MLsqv'],_0x586696['forEach'](_0x2429d5=>{const _0x444322=_0x217dfc;_0x4c33d6+=_0x444322(0x27e)+_0x2429d5['name']+'</td><td>'+_0x2429d5[_0x444322(0x265)]+'</td></tr>';}),_0x4c33d6+=_0x3e8085[_0x217dfc(0x20d)],_0x4c33d6;}static[a121_0x5d26c4(0x253)](_0x3639c1){const _0xa55e9f=a121_0x5d26c4;if(!this[_0xa55e9f(0x25f)])return;const _0x4855b1={};_0x3639c1['map'](_0x613c=>{const _0x4ce4f2=_0xa55e9f;!_0x4855b1[_0x613c[_0x4ce4f2(0x24a)]]&&(_0x4855b1[_0x613c['name']]=0x0),_0x4855b1[_0x613c[_0x4ce4f2(0x24a)]]+=_0x613c[_0x4ce4f2(0x265)];});const _0x29aa1f=Object[_0xa55e9f(0x24f)](_0x4855b1)[_0xa55e9f(0x257)](([_0x3c6652,_0x5781e8])=>{const _0x467feb=_0xa55e9f,_0x5541ad={};return _0x5541ad[_0x467feb(0x24a)]=_0x3c6652,_0x5541ad[_0x467feb(0x265)]=_0x5781e8,_0x5541ad;});fs[_0xa55e9f(0x229)](this[_0xa55e9f(0x25f)],JSON[_0xa55e9f(0x212)](_0x29aa1f));}static['isEnabled'](){const _0x5eb9c4=a121_0x5d26c4,_0x34749a={};_0x34749a[_0x5eb9c4(0x273)]=function(_0x1267bb,_0x5d3f1b){return _0x1267bb===_0x5d3f1b;},_0x34749a[_0x5eb9c4(0x22f)]=_0x5eb9c4(0x1e0);const _0x59fc80=_0x34749a;return!_0x59fc80['JvZez'](process[_0x5eb9c4(0x26e)][_0x5eb9c4(0x240)],_0x59fc80[_0x5eb9c4(0x22f)]);}static[a121_0x5d26c4(0x21b)](_0x63c087,_0x3c91a2,_0x371dfa=null,_0x450b8a={},_0x171a5e=null){const _0x32cc88=a121_0x5d26c4,_0x5ec1e5={'MDOYw':function(_0xe92c80,_0x377364){return _0xe92c80(_0x377364);},'UGTYN':function(_0x2aae75,_0x5719aa){return _0x2aae75 instanceof _0x5719aa;}};try{if(this[_0x32cc88(0x21d)]&&this[_0x32cc88(0x284)]()){let _0x431e3c=_0x63c087;_0x371dfa&&(_0x431e3c=_0x63c087+'['+JSON['stringify'](_0x371dfa)+']');PerformanceTester[_0x32cc88(0x1ef)](_0x431e3c),this[_0x32cc88(0x243)]&&(this['details'][_0x431e3c]=_0x450b8a);try{const _0x34fd11=_0x3c91a2[_0x32cc88(0x227)](null,_0x171a5e);if(_0x5ec1e5['UGTYN'](_0x34fd11,Promise))return new Promise((_0x21e0cb,_0xec6ed)=>{const _0x17f275=_0x32cc88,_0x33d958={'UikWN':function(_0x5adc2b,_0x4446ad){return _0x5ec1e5['MDOYw'](_0x5adc2b,_0x4446ad);}};_0x34fd11['then'](_0x1756f3=>{const _0x4cb15d=a121_0x179b;PerformanceTester[_0x4cb15d(0x1df)](_0x431e3c),_0x5ec1e5[_0x4cb15d(0x21a)](_0x21e0cb,_0x1756f3);})[_0x17f275(0x276)](_0x5970ac=>{const _0x553083=_0x17f275;PerformanceTester[_0x553083(0x1df)](_0x431e3c,![],util['format'](_0x5970ac)),_0x33d958['UikWN'](_0xec6ed,_0x5970ac);});});;return PerformanceTester['end'](_0x431e3c),_0x34fd11;}catch(_0x312257){PerformanceTester[_0x32cc88(0x1df)](_0x431e3c,![],util[_0x32cc88(0x1d9)](_0x312257));throw _0x312257;}};return _0x3c91a2[_0x32cc88(0x227)](null,_0x171a5e);}catch(_0x30b256){return logger[_0x32cc88(0x245)](_0x32cc88(0x1e7)+(_0x30b256[_0x32cc88(0x247)]||_0x30b256['message']||_0x30b256)),_0x3c91a2[_0x32cc88(0x227)](null,_0x171a5e);}}static[a121_0x5d26c4(0x22b)](_0x3528cc,_0x128bca,_0x443232={}){const _0xd727f5=a121_0x5d26c4,_0x141ddc={'KxrvL':function(_0x350ca0){return _0x350ca0();}},_0x1eecf4=this;return _0x443232['worker']=_0x141ddc[_0xd727f5(0x228)](getProcessId),_0x443232[_0xd727f5(0x218)]=_0x141ddc[_0xd727f5(0x228)](getTestName),_0x443232[_0xd727f5(0x225)]=global[_0xd727f5(0x21e)]&&global[_0xd727f5(0x21e)][_0xd727f5(0x242)],function(){const _0x104618=_0xd727f5,_0x60067f=[_0x3528cc,_0x128bca,null,_0x443232][_0x104618(0x1ec)](arguments);return _0x1eecf4[_0x104618(0x21b)][_0x104618(0x227)](_0x1eecf4,_0x60067f);};}static[a121_0x5d26c4(0x258)](){const _0x204ab5=a121_0x5d26c4,_0x32882f=/(^.*)\[(.*)\]$/,_0x320990={},_0x36562c={},_0x5d49dc=[],_0x13026f=this[_0x204ab5(0x27f)][_0x204ab5(0x283)](0x0,this['_measureEvents'][_0x204ab5(0x287)]);for(const _0x16b352 of _0x13026f){const _0x5b924b=_0x16b352[_0x204ab5(0x24a)][_0x204ab5(0x1fd)](_0x32882f),_0x36d794=Object[_0x204ab5(0x26b)]({},_0x16b352);_0x5b924b&&(_0x36d794[_0x204ab5(0x24a)]=_0x5b924b[0x1],_0x36d794[_0x204ab5(0x215)]=JSON[_0x204ab5(0x208)](_0x5b924b[0x2])),_0x5d49dc[_0x204ab5(0x235)](_0x36d794);}return _0x5d49dc;}static[a121_0x5d26c4(0x1ea)](){const _0x558cff=a121_0x5d26c4,_0x4d0901={'RNDkO':function(_0x22a2c8){return _0x22a2c8();},'wvMbG':function(_0x4617fe,_0x10c060){return _0x4617fe+_0x10c060;},'lHwVZ':_0x558cff(0x23b),'Oengs':function(_0x29cfe8,_0x55c63f){return _0x29cfe8===_0x55c63f;}};try{this[_0x558cff(0x231)]=path['join'](_0x4d0901[_0x558cff(0x20f)](getLogDir),this[_0x558cff(0x1f8)]);if(fs['existsSync'](this[_0x558cff(0x231)])){const _0x2ac3fc=fs[_0x558cff(0x274)](this[_0x558cff(0x231)]);for(const _0x3c93fe of _0x2ac3fc){fs[_0x558cff(0x1eb)](path['join'](this['jsonReportDirPath'],_0x3c93fe));}}}catch(_0x388e6b){logger['debug'](_0x4d0901[_0x558cff(0x1e5)](_0x4d0901[_0x558cff(0x237)],_0x388e6b));}if(_0x4d0901[_0x558cff(0x279)](this[_0x558cff(0x27f)][_0x558cff(0x287)],0x0))return;const _0xc89e43=this['getCleanedPerfEvents'](),_0x444633=JSON[_0x558cff(0x212)](_0xc89e43),_0x2b0fc1=_0x4d0901[_0x558cff(0x1e5)](_0x444633['slice'](0x1,-0x1),',');fs['appendFileSync'](this['jsonReportFileName'],_0x2b0fc1);}static async[a121_0x5d26c4(0x25b)](){const _0x518b64=a121_0x5d26c4,_0x18c4ce={'twbBt':function(_0x3c7b89){return _0x3c7b89();},'kAgOd':function(_0x87708d,_0x28e156){return _0x87708d===_0x28e156;},'iyYda':_0x518b64(0x22a),'iqEMD':_0x518b64(0x1ed),'EqsRW':_0x518b64(0x256),'shTeu':function(_0x4cc3ca,_0x29a388){return _0x4cc3ca+_0x29a388;},'uhKsR':_0x518b64(0x244),'kqArl':'key-metrics.json\x20file\x20not\x20found,\x20skipping\x20processing\x20for\x20event\x20for\x20cli.','gauLb':'Error\x20in\x20getting\x20key-metrics.json\x20file:\x20%s','nNjYJ':function(_0x564f5b,_0x20b6ca){return _0x564f5b>_0x20b6ca;}};this[_0x518b64(0x231)]=path['join'](_0x18c4ce[_0x518b64(0x1e4)](getLogDir),this[_0x518b64(0x1f8)]);if(!this[_0x518b64(0x21d)]||_0x18c4ce[_0x518b64(0x1f5)](this[_0x518b64(0x27f)][_0x518b64(0x287)],0x0))return[];if(!fs[_0x518b64(0x23e)](this[_0x518b64(0x231)]))return this[_0x518b64(0x27f)];const _0x376bc0=(await fsPromise[_0x518b64(0x211)](this[_0x518b64(0x231)]))[_0x518b64(0x257)](_0x404f4f=>path['resolve'](this[_0x518b64(0x231)],_0x404f4f));try{const _0x38d383=path[_0x518b64(0x233)](this[_0x518b64(0x231)]),_0x337a8a=path[_0x518b64(0x20a)](_0x38d383,_0x18c4ce[_0x518b64(0x249)]);if(fs['existsSync'](_0x337a8a))try{await fsPromise[_0x518b64(0x234)](_0x337a8a,fs[_0x518b64(0x278)][_0x518b64(0x25d)]);const _0x4b7c05=await fsPromise[_0x518b64(0x21c)](_0x337a8a,_0x18c4ce[_0x518b64(0x25a)]),_0x35b2c2=JSON[_0x518b64(0x208)](_0x4b7c05),_0x37e52a=path['join'](this[_0x518b64(0x231)],_0x18c4ce[_0x518b64(0x1f3)]);let _0x5b3a42='';Array[_0x518b64(0x281)](_0x35b2c2)?_0x5b3a42=_0x18c4ce[_0x518b64(0x261)](_0x35b2c2[_0x518b64(0x257)](_0x1a625d=>JSON[_0x518b64(0x212)](_0x1a625d))[_0x518b64(0x20a)](','),','):_0x5b3a42=_0x18c4ce[_0x518b64(0x261)](JSON[_0x518b64(0x212)](_0x35b2c2),','),await fsPromise[_0x518b64(0x1e1)](_0x37e52a,_0x5b3a42),_0x376bc0['push'](_0x37e52a),await fsPromise[_0x518b64(0x23a)](_0x337a8a);}catch(_0x226c81){logger[_0x518b64(0x248)](util[_0x518b64(0x1d9)](_0x18c4ce[_0x518b64(0x27b)],_0x226c81['stack']||_0x226c81[_0x518b64(0x285)]||_0x226c81));}else logger[_0x518b64(0x248)](_0x18c4ce[_0x518b64(0x201)]);}catch(_0x312e5b){logger[_0x518b64(0x248)](util[_0x518b64(0x1d9)](_0x18c4ce[_0x518b64(0x1f0)],_0x312e5b['stack']||_0x312e5b[_0x518b64(0x285)]||_0x312e5b));}let _0x394846=(await Promise['all'](_0x376bc0['map'](_0x317f77=>fsPromise[_0x518b64(0x21c)](_0x317f77,_0x518b64(0x1ed)))))[_0x518b64(0x257)](_0x5a0089=>'['+_0x5a0089['slice'](0x0,-0x1)+']')[_0x518b64(0x257)](_0x1696b0=>JSON[_0x518b64(0x208)](_0x1696b0))[_0x518b64(0x1fc)]();return _0x18c4ce[_0x518b64(0x272)](this[_0x518b64(0x27f)][_0x518b64(0x287)],0x0)&&(_0x394846=_0x394846[_0x518b64(0x1ec)](this[_0x518b64(0x258)]())),this[_0x518b64(0x22c)][_0x518b64(0x207)](),_0x394846;}static[a121_0x5d26c4(0x20b)](){const _0x3928a2=a121_0x5d26c4,_0x2d21d4={};_0x2d21d4[_0x3928a2(0x1dd)]=function(_0x196561,_0x49af3b){return _0x196561===_0x49af3b;},_0x2d21d4[_0x3928a2(0x232)]=function(_0x48e15d,_0x5fdffa){return _0x48e15d+_0x5fdffa;};const _0x529642=_0x2d21d4;if(_0x529642[_0x3928a2(0x1dd)](this[_0x3928a2(0x26c)][_0x3928a2(0x287)],0x0))return;const _0x5c8568=JSON[_0x3928a2(0x212)](this[_0x3928a2(0x26c)]),_0x568a71=_0x529642[_0x3928a2(0x232)](_0x5c8568[_0x3928a2(0x203)](0x1,-0x1),',');fs[_0x3928a2(0x239)](this[_0x3928a2(0x24e)],_0x568a71);}static[a121_0x5d26c4(0x22e)](){const _0x5d86bf=a121_0x5d26c4,_0x4f58ed={};_0x4f58ed[_0x5d86bf(0x246)]=function(_0x53a03d,_0x3a0023){return _0x53a03d>_0x3a0023;};const _0x584f6c=_0x4f58ed;if(this[_0x5d86bf(0x204)]){if(!fs[_0x5d86bf(0x23e)](this[_0x5d86bf(0x204)]))return this[_0x5d86bf(0x26c)];let _0x1003e9=fs['readFileSync'](this[_0x5d86bf(0x204)])['toString']();_0x1003e9='['+_0x1003e9['slice'](0x0,-0x1)+']';let _0x1e634b=JSON['parse'](_0x1003e9);return _0x584f6c['vwwPo'](this['_errorEvents'][_0x5d86bf(0x287)],0x0)&&(_0x1e634b=_0x1e634b['concat'](this['_errorEvents'])),fs[_0x5d86bf(0x1eb)](this[_0x5d86bf(0x204)]),_0x1e634b;}}static[a121_0x5d26c4(0x23d)](_0x2acd6e){const _0x2320eb=a121_0x5d26c4;if(!this[_0x2320eb(0x284)]())return;this[_0x2320eb(0x26c)][_0x2320eb(0x235)]({'message':_0x2acd6e[_0x2320eb(0x285)],'trace':_0x2acd6e[_0x2320eb(0x247)],'code':_0x2acd6e[_0x2320eb(0x266)]||null,'time':new Date()});}static[a121_0x5d26c4(0x1f6)](){const _0xc2cf96=a121_0x5d26c4;try{if(!this[_0xc2cf96(0x284)]())return;this[_0xc2cf96(0x22c)][_0xc2cf96(0x207)](),this[_0xc2cf96(0x1ea)](),this[_0xc2cf96(0x20b)]();}catch(_0x240ac7){logger[_0xc2cf96(0x245)](_0xc2cf96(0x213)+util[_0xc2cf96(0x1d9)](_0x240ac7));}}static async[a121_0x5d26c4(0x1e6)](){const _0x1ae949=a121_0x5d26c4,_0x4f70f7={'Fxzpn':function(_0x2b7d37,_0x19e949){return _0x2b7d37(_0x19e949);}};await _0x4f70f7['Fxzpn'](sleep,0x1e);const _0x301d4e=await this['finalizePerfMeasures'](),_0x13334f=this['finalizeErrors']();if(!this[_0x1ae949(0x284)]()){const _0x5d1e57={};return _0x5d1e57['measures']=[],_0x5d1e57[_0x1ae949(0x27d)]=[],_0x5d1e57;}const _0x1c480f={};return _0x1c480f[_0x1ae949(0x24d)]=_0x301d4e,_0x1c480f[_0x1ae949(0x27d)]=_0x13334f,_0x1c480f;}static[a121_0x5d26c4(0x1ef)](_0x1c2a39){const _0x27ff80=a121_0x5d26c4,_0x523222={};_0x523222[_0x27ff80(0x217)]=function(_0x57b426,_0x190c52){return _0x57b426+_0x190c52;},_0x523222['zxFDg']=_0x27ff80(0x27c);const _0x1ea17d=_0x523222,_0x43d1a2=_0x1ea17d[_0x27ff80(0x217)](_0x1c2a39,_0x1ea17d['zxFDg']);if(this['eventsMap'][_0x43d1a2])return;performance['mark'](_0x43d1a2),this[_0x27ff80(0x262)][_0x43d1a2]=0x1;}static[a121_0x5d26c4(0x1df)](_0x14b3d3,_0x4e5848=!![],_0x4e4b83=null,_0x587eb2={}){const _0x562b49=a121_0x5d26c4,_0xb67b1b={'araZS':function(_0x27f591,_0x310e27){return _0x27f591+_0x310e27;},'aQqoW':_0x562b49(0x1fe),'ieiHj':'-start','uaBJF':function(_0x4c50aa,_0x453768){return _0x4c50aa+_0x453768;},'BsyxE':function(_0xd19c0d){return _0xd19c0d();},'vhfko':function(_0xf592d9){return _0xf592d9();}};performance['mark'](_0xb67b1b['araZS'](_0x14b3d3,_0xb67b1b['aQqoW'])),performance[_0x562b49(0x21b)](_0x14b3d3,_0xb67b1b[_0x562b49(0x250)](_0x14b3d3,_0xb67b1b[_0x562b49(0x1f9)]),_0xb67b1b[_0x562b49(0x1db)](_0x14b3d3,_0xb67b1b[_0x562b49(0x1e2)]));const _0x545550={};_0x545550['success']=_0x4e5848,_0x545550[_0x562b49(0x23c)]=_0x4e4b83,this[_0x562b49(0x243)][_0x14b3d3]=Object[_0x562b49(0x26b)](_0x545550,Object[_0x562b49(0x26b)](Object[_0x562b49(0x26b)]({'worker':_0xb67b1b['BsyxE'](getProcessId),'platform':global[_0x562b49(0x21e)]&&global[_0x562b49(0x21e)][_0x562b49(0x242)],'testName':_0xb67b1b[_0x562b49(0x1e9)](getTestName)},_0x587eb2),this[_0x562b49(0x243)][_0x14b3d3]||{}));}}module['exports']=PerformanceTester;function a121_0x1dca(){const _0x57f21e=['splice','isEnabled','message','calculateTimesFromMultipleFiles','length','Error\x20in\x20writing\x20html\x20','format','CrGrh','uaBJF','222LxwOuO','erkkR','Time\x20for\x20','end','false','writeFile','aQqoW','QjHbk','twbBt','wvMbG','finalize','error\x20in\x20measure\x20','performance-report','vhfko','pushPerfMeasures','unlinkSync','concat','utf-8','generateHTMLReport','start','gauLb','/error-report-','jpVVF','EqsRW','98wlnorO','kAgOd','stopMonitoring','toString','jsonReportDirName','ieiHj','<h1>Performance\x20Report</h1>','aOPta','flat','match','-end','NyiqW','entryType','kqArl','</tbody></table></body></html>','slice','errorReportFileName','getEntries','../logger','disconnect','parse','readFileSync','join','pushErrors','browserStackCwd','oHmIK','errorReportDirName','RNDkO','getEventsFromJSON','readdir','stringify','Error\x20stopping\x20monitoring\x20','_events','meta','6012vOhJfP','uJFcw','testName','entryTypes','MDOYw','measure','readFile','started','__platformCaps','4vUCdre','error-report','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','toJSON','mlzoO','RciDP','platform','oWlBv','apply','KxrvL','writeFileSync','key-metrics.json','measureWrapper','_observer','Error\x20in\x20creating\x20performance\x20reports\x20directory:\x20','finalizeErrors','sbEIO','observe','jsonReportDirPath','JTcKX','dirname','access','push','9760bpJncF','lHwVZ','perf_hooks','appendFileSync','unlink','Error\x20while\x20removing\x20files:\x20','failure','captureError','existsSync','\x20for\x20all\x20processes\x20is\x20','BROWSERSTACK_SDK_INSTRUMENTATION','../processHelper','index','details','Error\x20processing\x20key-metrics.json:\x20%s','debug','vwwPo','stack','info','iyYda','name','getPerformance','lsbzF','measures','errorFile','entries','araZS','3421128oMhsmz','startMonitoring','generateJSON','4791RCvAuM','gObjS','modified-key-metrics.json','map','getCleanedPerfEvents','579905StMnJF','iqEMD','finalizePerfMeasures','437627YOpWkx','F_OK','FBknX','jsonReportFileName','calculateTimeFromEvents','shTeu','eventsMap','cwd','stopAndGenerate','duration','code','177444ndAGvL','path','performance-own.html','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','assign','_errorEvents','Performance\x20report\x20is\x20at\x20','env','SmIth','QEDUu','uLVTi','nNjYJ','JvZez','readdirSync','.json','catch','reduce','constants','Oengs','33obYRHP','uhKsR','-start','errors','<tr><td>','_measureEvents','MLsqv','isArray','2195768YIdION'];a121_0x1dca=function(){return _0x57f21e;};return a121_0x1dca();}
1
+ const a121_0x460da1=a121_0x1b15;(function(_0xe47b1e,_0xc64fd){const _0x4327c0=a121_0x1b15,_0x1212e0=_0xe47b1e();while(!![]){try{const _0x4e3f01=parseInt(_0x4327c0(0x13b))/0x1*(-parseInt(_0x4327c0(0x10a))/0x2)+-parseInt(_0x4327c0(0xad))/0x3+-parseInt(_0x4327c0(0x130))/0x4+parseInt(_0x4327c0(0xc7))/0x5*(parseInt(_0x4327c0(0xda))/0x6)+parseInt(_0x4327c0(0x14f))/0x7+parseInt(_0x4327c0(0xbd))/0x8*(-parseInt(_0x4327c0(0xb7))/0x9)+parseInt(_0x4327c0(0x120))/0xa*(parseInt(_0x4327c0(0xdc))/0xb);if(_0x4e3f01===_0xc64fd)break;else _0x1212e0['push'](_0x1212e0['shift']());}catch(_0x5015e9){_0x1212e0['push'](_0x1212e0['shift']());}}}(a121_0x4bac,0x9aa6c));const fs=require('fs'),fsPromise=require(a121_0x460da1(0x150)),{performance,PerformanceObserver}=require(a121_0x460da1(0x109)),path=require(a121_0x460da1(0xdd)),util=require('util'),logger=require(a121_0x460da1(0x157))[a121_0x460da1(0x149)],{getLogDir}=require(a121_0x460da1(0x157)),{getProcessId,sleep,debug,getTestName}=require(a121_0x460da1(0x134));class PerformanceTester{static [a121_0x460da1(0xe4)];static [a121_0x460da1(0xf2)]=[];static [a121_0x460da1(0x136)]=[];static [a121_0x460da1(0xb9)]=[];static [a121_0x460da1(0x11d)]=![];static [a121_0x460da1(0x14a)]=a121_0x460da1(0xfa);static [a121_0x460da1(0x126)]=process[a121_0x460da1(0x113)]['browserStackCwd']?path[a121_0x460da1(0xf4)](process[a121_0x460da1(0x113)][a121_0x460da1(0x112)],a121_0x460da1(0x152)):path[a121_0x460da1(0xf4)](process[a121_0x460da1(0x156)](),a121_0x460da1(0x152));static ['errorReportFileName']=this['errorReportDirName']+a121_0x460da1(0x143)+getProcessId()+'.json';static [a121_0x460da1(0xc8)]={};static [a121_0x460da1(0xfc)]={};static[a121_0x460da1(0xb1)](_0x564402,_0x3e854b=this[a121_0x460da1(0x126)]+'/error-report-'+getProcessId()+a121_0x460da1(0x158)){const _0x246567=a121_0x460da1,_0x2286e4={'FRles':function(_0x3d40d7,_0x1787cd){return _0x3d40d7===_0x1787cd;},'QvuFT':_0x246567(0x137),'vFuWw':function(_0x216f67){return _0x216f67();},'nmYZo':function(_0x5e358a,_0x29b938){return _0x5e358a+_0x29b938;},'YhsuE':'Error\x20in\x20creating\x20performance\x20reports\x20directory:\x20','yFgRy':_0x246567(0x11f)};try{this[_0x246567(0x127)]=path[_0x246567(0xf4)](_0x2286e4['vFuWw'](getLogDir),this[_0x246567(0x14a)]),!_0x564402&&(_0x564402=this[_0x246567(0x127)]+_0x246567(0xeb)+_0x2286e4[_0x246567(0xef)](getProcessId)+_0x246567(0x158)),!fs[_0x246567(0xd2)](this['jsonReportDirPath'])&&fs[_0x246567(0xed)](this[_0x246567(0x127)]);}catch(_0x2b822f){logger[_0x246567(0xbc)](_0x2286e4[_0x246567(0x128)](_0x2286e4[_0x246567(0xd7)],_0x2b822f));}if(this[_0x246567(0x11d)]||!this[_0x246567(0x155)]())return;this[_0x246567(0xe4)]=new PerformanceObserver(_0x50f292=>{const _0x2bb03c=_0x246567;_0x50f292['getEntries']()[_0x2bb03c(0xbb)](_0x1d8c5d=>{const _0x4eed9a=_0x2bb03c;if(_0x2286e4[_0x4eed9a(0x129)](_0x1d8c5d['entryType'],_0x2286e4['QvuFT'])){let _0x10056d={};if(_0x1d8c5d['toJSON'])_0x10056d=_0x1d8c5d[_0x4eed9a(0x119)]();else for(const _0x2910ae in _0x1d8c5d){_0x10056d[_0x2910ae]=_0x1d8c5d[_0x2910ae];}this[_0x4eed9a(0xc8)][_0x1d8c5d[_0x4eed9a(0xd5)]]&&(_0x10056d=Object[_0x4eed9a(0xf9)](_0x10056d,this['details'][_0x1d8c5d[_0x4eed9a(0xd5)]])),delete this[_0x4eed9a(0xc8)][_0x1d8c5d['name']],this[_0x4eed9a(0x136)][_0x4eed9a(0x135)](_0x10056d);}else this[_0x4eed9a(0xf2)][_0x4eed9a(0x135)](_0x1d8c5d);});});const _0x59f8f0={};_0x59f8f0[_0x246567(0xac)]=!![],_0x59f8f0[_0x246567(0x13f)]=[_0x2286e4[_0x246567(0xfb)],_0x2286e4[_0x246567(0xde)]],this[_0x246567(0xe4)][_0x246567(0xf1)](_0x59f8f0),this['started']=!![],this[_0x246567(0x121)]=_0x564402,this[_0x246567(0x139)]=_0x3e854b;}static[a121_0x460da1(0x12e)](){return performance;}static['calculateTimeFromEvents'](_0x4be1fe,_0x21e042){const _0x26461b=a121_0x460da1,_0x421281={};_0x421281[_0x26461b(0x118)]=function(_0x31bb63,_0x44df){return _0x31bb63+_0x44df;},_0x421281[_0x26461b(0xcf)]=function(_0xd41dcc,_0x1bbb12){return _0xd41dcc||_0x1bbb12;},_0x421281[_0x26461b(0xb3)]=function(_0x120a19,_0x4d8d10){return _0x120a19===_0x4d8d10;};const _0x1163e2=_0x421281,_0x37f715={};if(!_0x4be1fe||_0x1163e2[_0x26461b(0xb3)](_0x4be1fe[_0x26461b(0xd1)],0x0))return;_0x4be1fe['map'](_0x226b2a=>{const _0x2f83b1=_0x26461b;!_0x37f715[_0x226b2a['name']]&&(_0x37f715[_0x226b2a[_0x2f83b1(0xd5)]]=0x0),_0x37f715[_0x226b2a[_0x2f83b1(0xd5)]]+=_0x226b2a[_0x2f83b1(0xe8)];});const _0x1e7315=_0x21e042['reduce']((_0x136f4f,_0x4a5b6b)=>{const _0x25dcdc=_0x26461b;return _0x1163e2[_0x25dcdc(0x118)](_0x37f715[_0x4a5b6b],_0x1163e2[_0x25dcdc(0xcf)](_0x136f4f,0x0));},0x0);return _0x1e7315;}static async[a121_0x460da1(0xc5)](_0x2b210d,_0xc8faff){const _0xca371b=a121_0x460da1,_0x1cc2ae={'cOrUe':function(_0x3ea8d7,_0x4efc08){return _0x3ea8d7+_0x4efc08;},'reXcb':function(_0x28fa15,_0x148b1a){return _0x28fa15||_0x148b1a;},'nlKpc':function(_0x22b83a,_0x5271dd){return _0x22b83a===_0x5271dd;},'LEFNK':function(_0x40d0cf,_0x256a16){return _0x40d0cf(_0x256a16);},'ovyzl':function(_0xb3d87a,_0x4cda9d){return _0xb3d87a(_0x4cda9d);}};if(!_0x2b210d||_0x1cc2ae[_0xca371b(0xd4)](_0x2b210d[_0xca371b(0xd1)],0x0))return 0x0;const _0x38a591=[];for(const _0x252646 of _0x2b210d){const _0x11cfc9=path[_0xca371b(0xf4)]('.',_0x252646);try{const _0x34bbfd=this['getEventsFromJSON'](_0x11cfc9);_0x34bbfd['map'](_0x533986=>{const _0x5330ec=_0xca371b;!_0x38a591[_0x533986[_0x5330ec(0xd5)]]&&(_0x38a591[_0x533986[_0x5330ec(0xd5)]]=0x0),_0x38a591[_0x533986[_0x5330ec(0xd5)]]+=_0x533986['duration'];});}catch(_0x11d127){_0x1cc2ae[_0xca371b(0xc4)](debug,_0xca371b(0xe7)+_0x11d127[_0xca371b(0x11a)]());}}const _0x549add=_0xc8faff['reduce']((_0x1183ec,_0x5e47d3)=>{const _0x438822=_0xca371b;return _0x1cc2ae[_0x438822(0xdf)](_0x38a591[_0x5e47d3],_0x1cc2ae['reXcb'](_0x1183ec,0x0));},0x0);return _0x1cc2ae['ovyzl'](debug,_0xca371b(0xc2)+_0xc8faff+_0xca371b(0x107)+_0x549add),_0x549add;}static['getEventsFromJSON'](_0x5ef607){const _0xf63846=a121_0x460da1;if(_0x5ef607){if(!fs[_0xf63846(0xd2)](_0x5ef607))return[];return JSON[_0xf63846(0x10b)](fs['readFileSync'](_0x5ef607)[_0xf63846(0x11a)]());}}static async[a121_0x460da1(0x11b)](_0x2ba53d=a121_0x460da1(0xca),_0x499bcf=null){const _0x4c9657=a121_0x460da1,_0x54d32d={'hbhUc':function(_0x532a08,_0x5f13f2){return _0x532a08(_0x5f13f2);},'tJaJQ':function(_0xa01772,_0xa1cbb3){return _0xa01772(_0xa1cbb3);}};if(!this[_0x4c9657(0x11d)])return;await _0x54d32d[_0x4c9657(0xcd)](sleep,0x1e),this[_0x4c9657(0xe4)][_0x4c9657(0x14e)](),this[_0x4c9657(0x11d)]=![],this[_0x4c9657(0xe3)](this[_0x4c9657(0xf2)]);const _0x3ead89=this['generateHTMLReport'](this[_0x4c9657(0xf2)]),_0x56bd7a=path[_0x4c9657(0xf4)](process[_0x4c9657(0x156)](),_0x2ba53d);fs[_0x4c9657(0xc0)](_0x56bd7a,_0x3ead89,_0x23eff9=>{const _0x46f84a=_0x4c9657;if(_0x23eff9){_0x54d32d[_0x46f84a(0xcd)](debug,'Error\x20in\x20writing\x20html\x20'+_0x23eff9[_0x46f84a(0x11a)]());return;}_0x54d32d[_0x46f84a(0x148)](debug,'Performance\x20report\x20is\x20at\x20'+_0x56bd7a);});if(_0x499bcf)return this[_0x4c9657(0x12d)](this['_events'],_0x499bcf);}static[a121_0x460da1(0x13a)](_0x1bfd58){const _0x227ad5=a121_0x460da1,_0x4e912b={};_0x4e912b[_0x227ad5(0x101)]=_0x227ad5(0xc9),_0x4e912b[_0x227ad5(0xe1)]=_0x227ad5(0x153),_0x4e912b[_0x227ad5(0x133)]=_0x227ad5(0xab),_0x4e912b[_0x227ad5(0xc3)]=_0x227ad5(0xf6);const _0x20ebe2=_0x4e912b;let _0x36ce2a=_0x20ebe2['rYOCV'];return _0x36ce2a+=_0x20ebe2['JCKpt'],_0x36ce2a+=_0x20ebe2[_0x227ad5(0x133)],_0x1bfd58[_0x227ad5(0xbb)](_0x10e5c9=>{const _0x2fe0db=_0x227ad5;_0x36ce2a+='<tr><td>'+_0x10e5c9[_0x2fe0db(0xd5)]+_0x2fe0db(0xce)+_0x10e5c9[_0x2fe0db(0xe8)]+'</td></tr>';}),_0x36ce2a+=_0x20ebe2['rkLOv'],_0x36ce2a;}static['generateJSON'](_0x1ae5f4){const _0x59c47e=a121_0x460da1;if(!this[_0x59c47e(0x121)])return;const _0x7fb6d3={};_0x1ae5f4[_0x59c47e(0x10f)](_0x990978=>{const _0x5d34a4=_0x59c47e;!_0x7fb6d3[_0x990978[_0x5d34a4(0xd5)]]&&(_0x7fb6d3[_0x990978[_0x5d34a4(0xd5)]]=0x0),_0x7fb6d3[_0x990978[_0x5d34a4(0xd5)]]+=_0x990978[_0x5d34a4(0xe8)];});const _0x31085f=Object['entries'](_0x7fb6d3)[_0x59c47e(0x10f)](([_0x3a853e,_0xac69a6])=>{const _0x499a26=_0x59c47e,_0x3078a4={};return _0x3078a4[_0x499a26(0xd5)]=_0x3a853e,_0x3078a4['duration']=_0xac69a6,_0x3078a4;});fs[_0x59c47e(0xae)](this[_0x59c47e(0x121)],JSON[_0x59c47e(0xb2)](_0x31085f));}static[a121_0x460da1(0x155)](){const _0x5641af=a121_0x460da1,_0x11fed0={};_0x11fed0[_0x5641af(0x12c)]=function(_0x2af878,_0xb27988){return _0x2af878===_0xb27988;},_0x11fed0[_0x5641af(0xd6)]=_0x5641af(0x142);const _0x298a1c=_0x11fed0;return!_0x298a1c[_0x5641af(0x12c)](process[_0x5641af(0x113)]['BROWSERSTACK_SDK_INSTRUMENTATION'],_0x298a1c['xbypD']);}static[a121_0x460da1(0x137)](_0x373a7b,_0x32c728,_0xdc35ed=null,_0x188f1d={},_0x3bea3e=null){const _0x4d9385=a121_0x460da1,_0x13d8e5={'VhhcI':function(_0x128c85,_0x548b8a){return _0x128c85(_0x548b8a);},'fSRBk':function(_0x2e0007,_0x2305bd){return _0x2e0007 instanceof _0x2305bd;}};try{if(this[_0x4d9385(0x11d)]&&this[_0x4d9385(0x155)]()){let _0x22cd74=_0x373a7b;_0xdc35ed&&(_0x22cd74=_0x373a7b+'['+JSON[_0x4d9385(0xb2)](_0xdc35ed)+']');PerformanceTester[_0x4d9385(0xd0)](_0x22cd74),this[_0x4d9385(0xc8)]&&(this[_0x4d9385(0xc8)][_0x22cd74]=_0x188f1d);try{const _0x52017a=_0x32c728[_0x4d9385(0xd3)](null,_0x3bea3e);if(_0x13d8e5[_0x4d9385(0x104)](_0x52017a,Promise))return new Promise((_0x1291ef,_0x109b3e)=>{const _0x31dfff=_0x4d9385,_0x38be6a={'yqFIv':function(_0x3fda32,_0x538ff6){const _0x2a966b=a121_0x1b15;return _0x13d8e5[_0x2a966b(0x147)](_0x3fda32,_0x538ff6);}};_0x52017a[_0x31dfff(0x10d)](_0x45fda2=>{const _0x406d9c=_0x31dfff;PerformanceTester[_0x406d9c(0xf5)](_0x22cd74),_0x38be6a['yqFIv'](_0x1291ef,_0x45fda2);})[_0x31dfff(0x124)](_0x12baea=>{const _0x75c4a5=_0x31dfff;PerformanceTester[_0x75c4a5(0xf5)](_0x22cd74,![],util[_0x75c4a5(0x11e)](_0x12baea)),_0x13d8e5[_0x75c4a5(0x147)](_0x109b3e,_0x12baea);});});;return PerformanceTester['end'](_0x22cd74),_0x52017a;}catch(_0x16532c){PerformanceTester[_0x4d9385(0xf5)](_0x22cd74,![],util['format'](_0x16532c));throw _0x16532c;}};return _0x32c728[_0x4d9385(0xd3)](null,_0x3bea3e);}catch(_0x4f009c){return logger[_0x4d9385(0xbc)](_0x4d9385(0xec)+(_0x4f009c['stack']||_0x4f009c['message']||_0x4f009c)),_0x32c728['apply'](null,_0x3bea3e);}}static['measureWrapper'](_0x3498f3,_0x473550,_0x32f970={}){const _0x183f1b=a121_0x460da1,_0x528f71={'KICEq':function(_0x93145b){return _0x93145b();},'askND':function(_0xa00d7e){return _0xa00d7e();}},_0x4653cd=this;return _0x32f970['worker']=_0x528f71[_0x183f1b(0x111)](getProcessId),_0x32f970[_0x183f1b(0xb5)]=_0x528f71[_0x183f1b(0x100)](getTestName),_0x32f970[_0x183f1b(0x138)]=global[_0x183f1b(0xaf)]&&global[_0x183f1b(0xaf)][_0x183f1b(0x10e)],function(){const _0x30991a=_0x183f1b,_0x32882c=[_0x3498f3,_0x473550,null,_0x32f970][_0x30991a(0xcb)](arguments);return _0x4653cd['measure']['apply'](_0x4653cd,_0x32882c);};}static[a121_0x460da1(0x131)](){const _0x229238=a121_0x460da1,_0x574334=/(^.*)\[(.*)\]$/,_0x42b656={},_0x532aea={},_0x43dcbb=[],_0x3c8951=this['_measureEvents']['splice'](0x0,this[_0x229238(0x136)][_0x229238(0xd1)]);for(const _0x15b725 of _0x3c8951){const _0x182c93=_0x15b725[_0x229238(0xd5)][_0x229238(0x146)](_0x574334),_0x4499f0=Object[_0x229238(0xf9)]({},_0x15b725);_0x182c93&&(_0x4499f0['name']=_0x182c93[0x1],_0x4499f0['meta']=JSON[_0x229238(0x10b)](_0x182c93[0x2])),_0x43dcbb[_0x229238(0x135)](_0x4499f0);}return _0x43dcbb;}static['pushPerfMeasures'](){const _0x308dea=a121_0x460da1,_0x2896e7={'pktlY':function(_0x3118ba){return _0x3118ba();},'VnupZ':function(_0x27a20d,_0x3f17f3){return _0x27a20d+_0x3f17f3;},'vyCdS':_0x308dea(0xbf),'RbfzT':function(_0x2b55fa,_0xda1308){return _0x2b55fa===_0xda1308;},'toewS':function(_0x4f09c2,_0x340aa8){return _0x4f09c2+_0x340aa8;}};try{this[_0x308dea(0x127)]=path[_0x308dea(0xf4)](_0x2896e7[_0x308dea(0xff)](getLogDir),this[_0x308dea(0x14a)]);if(fs[_0x308dea(0xd2)](this['jsonReportDirPath'])){const _0x4c04b2=fs['readdirSync'](this[_0x308dea(0x127)]);for(const _0x220729 of _0x4c04b2){fs[_0x308dea(0x117)](path[_0x308dea(0xf4)](this[_0x308dea(0x127)],_0x220729));}}}catch(_0x38e92){logger[_0x308dea(0xbc)](_0x2896e7['VnupZ'](_0x2896e7['vyCdS'],_0x38e92));}if(_0x2896e7['RbfzT'](this[_0x308dea(0x136)][_0x308dea(0xd1)],0x0))return;const _0x4a055=this[_0x308dea(0x131)](),_0x3cd9c2=JSON[_0x308dea(0xb2)](_0x4a055),_0x41c587=_0x2896e7[_0x308dea(0x14c)](_0x3cd9c2[_0x308dea(0x114)](0x1,-0x1),',');fs[_0x308dea(0x145)](this[_0x308dea(0x121)],_0x41c587);}static async['finalizePerfMeasures'](){const _0x43dd00=a121_0x460da1,_0xec634b={'yAJkl':function(_0x3bdd4e){return _0x3bdd4e();},'ryKlh':function(_0x3360b3,_0x49afcd){return _0x3360b3===_0x49afcd;},'qjlUN':'key-metrics.json','jhhss':_0x43dd00(0xbe),'RlBqA':_0x43dd00(0x123),'nehTc':function(_0x4c3588,_0x3399a3){return _0x4c3588+_0x3399a3;},'VscuU':function(_0x1cbd71,_0x17b467){return _0x1cbd71+_0x17b467;},'psAGT':_0x43dd00(0xc6),'JDXwB':_0x43dd00(0xba),'gHlpy':_0x43dd00(0x13c),'bKjur':function(_0x4452e0,_0x1e29ae){return _0x4452e0>_0x1e29ae;}};this[_0x43dd00(0x127)]=path[_0x43dd00(0xf4)](_0xec634b[_0x43dd00(0xb0)](getLogDir),this[_0x43dd00(0x14a)]);if(!this['started']||_0xec634b[_0x43dd00(0xf0)](this['_measureEvents']['length'],0x0))return[];if(!fs[_0x43dd00(0xd2)](this[_0x43dd00(0x127)]))return this[_0x43dd00(0x136)];const _0x1857c7=(await fsPromise[_0x43dd00(0x14d)](this['jsonReportDirPath']))[_0x43dd00(0x10f)](_0x221867=>path[_0x43dd00(0xd8)](this[_0x43dd00(0x127)],_0x221867));try{const _0x1a319a=path[_0x43dd00(0xb6)](this['jsonReportDirPath']),_0x33492a=path['join'](_0x1a319a,_0xec634b[_0x43dd00(0xe6)]);if(fs[_0x43dd00(0xd2)](_0x33492a))try{await fsPromise[_0x43dd00(0xdb)](_0x33492a,fs[_0x43dd00(0x12b)][_0x43dd00(0x13d)]);const _0x889725=await fsPromise[_0x43dd00(0xb8)](_0x33492a,_0xec634b[_0x43dd00(0xe9)]),_0x104f7b=JSON[_0x43dd00(0x10b)](_0x889725),_0xc0fb66=path[_0x43dd00(0xf4)](this[_0x43dd00(0x127)],_0xec634b[_0x43dd00(0xfe)]);let _0x5a107b='';Array[_0x43dd00(0xb4)](_0x104f7b)?_0x5a107b=_0xec634b['nehTc'](_0x104f7b['map'](_0x3989dd=>JSON[_0x43dd00(0xb2)](_0x3989dd))[_0x43dd00(0xf4)](','),','):_0x5a107b=_0xec634b['VscuU'](JSON[_0x43dd00(0xb2)](_0x104f7b),','),await fsPromise['writeFile'](_0xc0fb66,_0x5a107b),_0x1857c7['push'](_0xc0fb66),await fsPromise[_0x43dd00(0x105)](_0x33492a);}catch(_0x34ccbe){logger[_0x43dd00(0xe2)](util[_0x43dd00(0x11e)](_0xec634b['psAGT'],_0x34ccbe[_0x43dd00(0x12a)]||_0x34ccbe[_0x43dd00(0xfd)]||_0x34ccbe));}else logger[_0x43dd00(0xe2)](_0xec634b[_0x43dd00(0x125)]);}catch(_0x3d7cee){logger[_0x43dd00(0xe2)](util[_0x43dd00(0x11e)](_0xec634b[_0x43dd00(0xaa)],_0x3d7cee[_0x43dd00(0x12a)]||_0x3d7cee['message']||_0x3d7cee));}let _0x58ebf6=(await Promise[_0x43dd00(0x132)](_0x1857c7['map'](_0x2f22eb=>fsPromise[_0x43dd00(0xb8)](_0x2f22eb,_0x43dd00(0xbe)))))[_0x43dd00(0x10f)](_0x53e82a=>'['+_0x53e82a[_0x43dd00(0x114)](0x0,-0x1)+']')[_0x43dd00(0x10f)](_0x55d464=>JSON[_0x43dd00(0x10b)](_0x55d464))[_0x43dd00(0x154)]();return _0xec634b[_0x43dd00(0x10c)](this['_measureEvents'][_0x43dd00(0xd1)],0x0)&&(_0x58ebf6=_0x58ebf6[_0x43dd00(0xcb)](this[_0x43dd00(0x131)]())),this[_0x43dd00(0xe4)]['disconnect'](),_0x58ebf6;}static['pushErrors'](){const _0x500bcf=a121_0x460da1,_0xcd5a05={};_0xcd5a05[_0x500bcf(0x102)]=function(_0x5394c4,_0x45f4e2){return _0x5394c4===_0x45f4e2;},_0xcd5a05[_0x500bcf(0x106)]=function(_0x59a84c,_0x4cae57){return _0x59a84c+_0x4cae57;};const _0x223185=_0xcd5a05;if(_0x223185[_0x500bcf(0x102)](this[_0x500bcf(0xb9)][_0x500bcf(0xd1)],0x0))return;const _0x39c7cb=JSON[_0x500bcf(0xb2)](this[_0x500bcf(0xb9)]),_0x2413e9=_0x223185[_0x500bcf(0x106)](_0x39c7cb['slice'](0x1,-0x1),',');fs[_0x500bcf(0x145)](this[_0x500bcf(0xcc)],_0x2413e9);}static['finalizeErrors'](){const _0x53e5de=a121_0x460da1,_0x4003b8={};_0x4003b8[_0x53e5de(0x103)]=function(_0x99f847,_0x208c2c){return _0x99f847>_0x208c2c;};const _0x329057=_0x4003b8;if(this[_0x53e5de(0x139)]){if(!fs[_0x53e5de(0xd2)](this[_0x53e5de(0x139)]))return this['_errorEvents'];let _0x459728=fs['readFileSync'](this['errorReportFileName'])['toString']();_0x459728='['+_0x459728[_0x53e5de(0x114)](0x0,-0x1)+']';let _0x310e95=JSON[_0x53e5de(0x10b)](_0x459728);return _0x329057[_0x53e5de(0x103)](this[_0x53e5de(0xb9)]['length'],0x0)&&(_0x310e95=_0x310e95['concat'](this[_0x53e5de(0xb9)])),fs[_0x53e5de(0x117)](this[_0x53e5de(0x139)]),_0x310e95;}}static[a121_0x460da1(0x108)](_0x46c1d1){const _0x205cc3=a121_0x460da1;if(!this['isEnabled']())return;this[_0x205cc3(0xb9)]['push']({'message':_0x46c1d1[_0x205cc3(0xfd)],'trace':_0x46c1d1[_0x205cc3(0x12a)],'code':_0x46c1d1['code']||null,'time':new Date()});}static[a121_0x460da1(0x116)](){const _0x20de30=a121_0x460da1;try{if(!this[_0x20de30(0x155)]())return;this[_0x20de30(0xe4)]['disconnect'](),this['pushPerfMeasures'](),this[_0x20de30(0x14b)]();}catch(_0x238863){logger[_0x20de30(0xbc)](_0x20de30(0xee)+util['format'](_0x238863));}}static async[a121_0x460da1(0x12f)](){const _0x4ad26e=a121_0x460da1,_0x2e6d30={'zRdFR':function(_0x251304,_0x5a4c9d){return _0x251304(_0x5a4c9d);}};await _0x2e6d30[_0x4ad26e(0x11c)](sleep,0x1e);const _0x5c792e=await this['finalizePerfMeasures'](),_0xd5150e=this[_0x4ad26e(0xea)]();if(!this[_0x4ad26e(0x155)]()){const _0x5068f6={};return _0x5068f6[_0x4ad26e(0x115)]=[],_0x5068f6[_0x4ad26e(0xe0)]=[],_0x5068f6;}const _0x94cd6c={};return _0x94cd6c[_0x4ad26e(0x115)]=_0x5c792e,_0x94cd6c[_0x4ad26e(0xe0)]=_0xd5150e,_0x94cd6c;}static[a121_0x460da1(0xd0)](_0xb06d43){const _0x29259e=a121_0x460da1,_0x46d2af={};_0x46d2af[_0x29259e(0x141)]=function(_0x30fe33,_0x4b3699){return _0x30fe33+_0x4b3699;},_0x46d2af[_0x29259e(0x110)]='-start';const _0x28f67c=_0x46d2af,_0x416ca2=_0x28f67c[_0x29259e(0x141)](_0xb06d43,_0x28f67c['cZZio']);if(this[_0x29259e(0xfc)][_0x416ca2])return;performance[_0x29259e(0xc1)](_0x416ca2),this[_0x29259e(0xfc)][_0x416ca2]=0x1;}static[a121_0x460da1(0xf5)](_0x44ff44,_0x165057=!![],_0x3b7743=null,_0x3d031b={}){const _0x98c4f4=a121_0x460da1,_0x47cde0={'jmGzJ':function(_0x13aa9d,_0x43246b){return _0x13aa9d+_0x43246b;},'JNnPs':_0x98c4f4(0xf7),'ClcMV':function(_0x33c4bb,_0x2a2c0d){return _0x33c4bb+_0x2a2c0d;},'KJTzF':_0x98c4f4(0xd9),'dZuxN':function(_0x54ae47){return _0x54ae47();}};performance[_0x98c4f4(0xc1)](_0x47cde0[_0x98c4f4(0x144)](_0x44ff44,_0x47cde0['JNnPs'])),performance[_0x98c4f4(0x137)](_0x44ff44,_0x47cde0[_0x98c4f4(0xf3)](_0x44ff44,_0x47cde0[_0x98c4f4(0x122)]),_0x47cde0[_0x98c4f4(0x144)](_0x44ff44,_0x47cde0[_0x98c4f4(0xf8)]));const _0x371d80={};_0x371d80[_0x98c4f4(0x13e)]=_0x165057,_0x371d80[_0x98c4f4(0x140)]=_0x3b7743,this[_0x98c4f4(0xc8)][_0x44ff44]=Object[_0x98c4f4(0xf9)](_0x371d80,Object[_0x98c4f4(0xf9)](Object[_0x98c4f4(0xf9)]({'worker':_0x47cde0[_0x98c4f4(0x151)](getProcessId),'platform':global[_0x98c4f4(0xaf)]&&global[_0x98c4f4(0xaf)]['index'],'testName':_0x47cde0[_0x98c4f4(0x151)](getTestName)},_0x3d031b),this[_0x98c4f4(0xc8)][_0x44ff44]||{}));}}function a121_0x1b15(_0x358f2a,_0x20e8db){const _0x4bac2e=a121_0x4bac();return a121_0x1b15=function(_0x1b1585,_0x4c5f35){_0x1b1585=_0x1b1585-0xaa;let _0x1c7841=_0x4bac2e[_0x1b1585];return _0x1c7841;},a121_0x1b15(_0x358f2a,_0x20e8db);}module[a121_0x460da1(0xe5)]=PerformanceTester;function a121_0x4bac(){const _0x4088af=['</tbody></table></body></html>','-end','JNnPs','assign','performance-report','yFgRy','eventsMap','message','RlBqA','pktlY','askND','rYOCV','kAysN','uJczv','fSRBk','unlink','kXSye','\x20for\x20all\x20processes\x20is\x20','captureError','perf_hooks','9562dFndAz','parse','bKjur','then','index','map','cZZio','KICEq','browserStackCwd','env','slice','measures','stopMonitoring','unlinkSync','hwikc','toJSON','toString','stopAndGenerate','zRdFR','started','format','function','1999670MvUbmX','jsonReportFileName','KJTzF','modified-key-metrics.json','catch','JDXwB','errorReportDirName','jsonReportDirPath','nmYZo','FRles','stack','constants','nKaLf','calculateTimeFromEvents','getPerformance','finalize','2131880iQaqfl','getCleanedPerfEvents','all','PebID','../processHelper','push','_measureEvents','measure','platform','errorReportFileName','generateHTMLReport','224FQPztO','Error\x20in\x20getting\x20key-metrics.json\x20file:\x20%s','F_OK','success','entryTypes','failure','QUJRw','false','/error-report-','jmGzJ','appendFileSync','match','VhhcI','tJaJQ','winstonLogger','jsonReportDirName','pushErrors','toewS','readdir','disconnect','552391SxZink','fs/promises','dZuxN','error-report','<h1>Performance\x20Report</h1>','flat','isEnabled','cwd','../logger','.json','gHlpy','<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>','buffered','3006258aAeWqn','writeFileSync','__platformCaps','yAJkl','startMonitoring','stringify','EXZmJ','isArray','testName','dirname','604710yZEhNC','readFile','_errorEvents','key-metrics.json\x20file\x20not\x20found,\x20skipping\x20processing\x20for\x20event\x20for\x20cli.','forEach','debug','48vHPYBH','utf-8','Error\x20while\x20removing\x20files:\x20','writeFile','mark','Time\x20for\x20','rkLOv','LEFNK','calculateTimesFromMultipleFiles','Error\x20processing\x20key-metrics.json:\x20%s','2410270SzQqZo','details','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','performance-own.html','concat','errorFile','hbhUc','</td><td>','ffkOA','start','length','existsSync','apply','nlKpc','name','xbypD','YhsuE','resolve','-start','12CHTdwc','access','143fjNNQo','path','QvuFT','cOrUe','errors','JCKpt','info','generateJSON','_observer','exports','qjlUN','Error\x20in\x20doing\x20csv\x20operations:\x20','duration','jhhss','finalizeErrors','/performance-report-','error\x20in\x20measure\x20','mkdirSync','Error\x20stopping\x20monitoring\x20','vFuWw','ryKlh','observe','_events','ClcMV','join','end'];a121_0x4bac=function(){return _0x4088af;};return a121_0x4bac();}
@@ -1 +1 @@
1
- function a122_0x336d(){const _0x46b4af=['generatePlaywrightUrl','getConfig','Requesting\x20modified\x20Playwright\x20config\x20from\x20gRPC\x20for\x20cucumberjs-pw','setBrowserstackConfig','winstonLogger','browserstack.buildProductMap','lib','use','platformCaps','Yjbhq','browserType.js','./w3cMapping','KrNCY','15pnvuKL','message','config','IGwqS','7485130syOFlD','9pKMwmJ','FRAMEWORKS','../bin/v2/browserstackCLI','LqCic','GrpcClient\x20not\x20available,\x20skipping\x20modified\x20config\x20request','Tmlud','client','__launchCaps','yCJxj','Error\x20getting\x20modified\x20config\x20from\x20gRPC:\x20','W3CMapping','parse','BS_A11Y_JWT','getPlaywrightConfig','No\x20modified\x20config\x20received\x20from\x20gRPC','KJqEU','nQPuV','qZqtw','workers','PrllU','__platformCaps','1942102qbmATU','checkPwandBootstrapCli','playwrightConfigObject','../bin/v2/grpcClient','hMJzG','1150384mAZOfQ','Could\x20not\x20import\x20GrpcClient:\x20','MkXBC','getBuildProductMap','projects','./helper','__accessibilityOptions','env','Received\x20modified\x20config\x20from\x20gRPC:\x20','browser','DSYVm','getInstance','PLAYWRIGHT','getPlaywrightUrl','join','isArray','ucZmL','iYsGo','format','bootstrap','tHKZu','browserstack.accessibilityOptions.authToken','MBugA','3aKxZJu','getModifiedConfigFromCLI','QkJas','error','vJATZ','fACXF','chrome','sQcHo','LBCVo','TiGaj','1546124YtACjE','bSnsu','getPlaywrightModulePath\x20is\x20deprecated,\x20use\x20importFileFromPWCore\x20instead','./testhub/utils','GmeWM','getBrowserTypePath\x20is\x20deprecated,\x20use\x20importFileFromPWCore\x20instead','bstack:options','BROWSERSTACK_TESTHUB_UUID','XYeJi','../bin/v2/cliUtils','capabilities','WcarW','DiygX','972436AFIYCK','setFrameworkDetail','3628114yvvuef','isPlaywrightAvailable','length','Playwright\x20not\x20available:\x20','getBrowserFromCaps','getPlaywrightBrowserType','sEQbV','cliConfig','browserName','browserstack.testhubBuildUuid','1969668HSBMkL','BqNCF','getPlaywrightModulePath','debug','entries','Converted\x20W3C\x20caps\x20to\x20JSONWire:\x20','fYVoW','FIJIj','bjocY','stringify','importFileFromPWCore','udtmi','Error\x20getting\x20Playwright\x20BrowserType:\x20','BrowserType','No\x20usable\x20capabilities\x20found\x20in\x20modified\x20config\x20response','getBrowserTypePath','browserstack.accessibilityOptions.scannerVersion'];a122_0x336d=function(){return _0x46b4af;};return a122_0x336d();}const a122_0x482a42=a122_0x3018;(function(_0x176851,_0x3426f7){const _0xe2b956=a122_0x3018,_0x7874a7=_0x176851();while(!![]){try{const _0x3c8604=parseInt(_0xe2b956(0x1d1))/0x1+parseInt(_0xe2b956(0x215))/0x2*(-parseInt(_0xe2b956(0x1ba))/0x3)+-parseInt(_0xe2b956(0x1c4))/0x4+-parseInt(_0xe2b956(0x1fb))/0x5*(-parseInt(_0xe2b956(0x1dd))/0x6)+parseInt(_0xe2b956(0x1d3))/0x7+parseInt(_0xe2b956(0x21a))/0x8+parseInt(_0xe2b956(0x200))/0x9*(-parseInt(_0xe2b956(0x1ff))/0xa);if(_0x3c8604===_0x3426f7)break;else _0x7874a7['push'](_0x7874a7['shift']());}catch(_0x3478b8){_0x7874a7['push'](_0x7874a7['shift']());}}}(a122_0x336d,0x7d4fb));const path=require('path'),util=require('util'),{importFileFromPWCore}=require(a122_0x482a42(0x1a8)),helper=require(a122_0x482a42(0x1a8)),logger=require('./logger')[a122_0x482a42(0x1f2)],W3CMapping=require(a122_0x482a42(0x1f9))[a122_0x482a42(0x20a)](),constants=require('../bin/utils/constants'),BrowserstackCLI=require(a122_0x482a42(0x202)),CLIUtils=require(a122_0x482a42(0x1cd));let GrpcClient;try{GrpcClient=require(a122_0x482a42(0x218));}catch(a122_0x2c52b4){logger[a122_0x482a42(0x1e0)](a122_0x482a42(0x21b)+a122_0x2c52b4[a122_0x482a42(0x1fc)]),GrpcClient=null;}const convertW3CToJsonWire=_0x2ef93a=>{const _0x4c13ce=a122_0x482a42,_0x158edb={};_0x158edb[_0x4c13ce(0x1fa)]=function(_0x372d11,_0x1155a4){return _0x372d11||_0x1155a4;},_0x158edb[_0x4c13ce(0x1b4)]=function(_0x550819,_0x8e66e5){return _0x550819===_0x8e66e5;},_0x158edb[_0x4c13ce(0x210)]=_0x4c13ce(0x1ca),_0x158edb[_0x4c13ce(0x1f7)]=function(_0x3a9cea,_0x4c1b31){return _0x3a9cea in _0x4c1b31;};const _0x2b7d34=_0x158edb,_0x53464e={};for(const [_0x5dbc6b,_0x4f2a7e]of Object[_0x4c13ce(0x1e1)](_0x2b7d34[_0x4c13ce(0x1fa)](_0x2ef93a,{}))){if(_0x2b7d34[_0x4c13ce(0x1b4)](_0x5dbc6b,_0x2b7d34['nQPuV']))continue;let _0x3144c8=![];for(const [_0x455333,_0x2e9d07]of Object[_0x4c13ce(0x1e1)](W3CMapping)){if(_0x2b7d34[_0x4c13ce(0x1b4)](_0x5dbc6b,_0x2e9d07)){_0x53464e[_0x455333]=_0x4f2a7e,_0x3144c8=!![];break;}}!_0x3144c8&&(_0x53464e[_0x5dbc6b]=_0x4f2a7e);}const _0x53ac9f=_0x2ef93a[_0x2b7d34[_0x4c13ce(0x210)]]||{};for(const [_0x16a279,_0x5cd52e]of Object[_0x4c13ce(0x1e1)](_0x53ac9f)){let _0x33a812=![];for(const [_0xf62759,_0x57b6bb]of Object[_0x4c13ce(0x1e1)](W3CMapping)){if(_0x2b7d34[_0x4c13ce(0x1b4)](_0x16a279,_0x57b6bb)){_0x53464e[_0xf62759]=_0x5cd52e,_0x33a812=!![];break;}}!_0x33a812&&!_0x2b7d34[_0x4c13ce(0x1f7)](_0x16a279,_0x53464e)&&(_0x53464e[_0x16a279]=_0x5cd52e);}return logger['debug'](_0x4c13ce(0x1e2)+JSON[_0x4c13ce(0x1e6)](_0x53464e)),_0x53464e;},getModifiedConfigFromCLI=async _0x15cf85=>{const _0x120a88=a122_0x482a42,_0x25282d={};_0x25282d[_0x120a88(0x1e3)]=_0x120a88(0x204),_0x25282d[_0x120a88(0x1ad)]='cucumberjs-pw',_0x25282d[_0x120a88(0x203)]=_0x120a88(0x1f0),_0x25282d[_0x120a88(0x1cf)]=_0x120a88(0x20e),_0x25282d[_0x120a88(0x1e5)]=function(_0x253f64,_0x101e47){return _0x253f64>_0x101e47;},_0x25282d[_0x120a88(0x1fe)]=_0x120a88(0x1eb);const _0x380689=_0x25282d;try{if(!GrpcClient)return logger['debug'](_0x380689[_0x120a88(0x1e3)]),null;const _0x916062={};_0x916062[_0x120a88(0x1ce)]=_0x15cf85,_0x916062['framework']=_0x380689[_0x120a88(0x1ad)],_0x916062[_0x120a88(0x212)]=0x1,_0x916062[_0x120a88(0x1a7)]=[];const _0x323645=_0x916062;logger[_0x120a88(0x1e0)](_0x380689[_0x120a88(0x203)]);const _0x448dac={};_0x448dac[_0x120a88(0x217)]=_0x323645;const _0x53af6c=await GrpcClient[_0x120a88(0x1ae)]()[_0x120a88(0x20d)](_0x448dac);if(!_0x53af6c[_0x120a88(0x1ef)]())return logger[_0x120a88(0x1e0)](_0x380689[_0x120a88(0x1cf)]),null;const _0x2d186b=JSON[_0x120a88(0x20b)](_0x53af6c[_0x120a88(0x1ef)]());logger[_0x120a88(0x1e0)](_0x120a88(0x1ab)+JSON['stringify'](_0x2d186b));if(_0x2d186b['capabilities']&&Array[_0x120a88(0x1b2)](_0x2d186b[_0x120a88(0x1ce)])&&_0x380689[_0x120a88(0x1e5)](_0x2d186b[_0x120a88(0x1ce)][_0x120a88(0x1d5)],0x0))return _0x2d186b[_0x120a88(0x1ce)][0x0];else{if(_0x2d186b[_0x120a88(0x1a7)]&&Array[_0x120a88(0x1b2)](_0x2d186b[_0x120a88(0x1a7)])&&_0x380689[_0x120a88(0x1e5)](_0x2d186b[_0x120a88(0x1a7)][_0x120a88(0x1d5)],0x0)){const _0x55aa59=_0x2d186b[_0x120a88(0x1a7)][0x0];if(_0x55aa59[_0x120a88(0x1f5)]&&_0x55aa59[_0x120a88(0x1f5)][_0x120a88(0x1f6)])return _0x55aa59[_0x120a88(0x1f5)][_0x120a88(0x1f6)];}}return logger[_0x120a88(0x1e0)](_0x380689['IGwqS']),null;}catch(_0x5714c9){logger[_0x120a88(0x1bd)](_0x120a88(0x209)+_0x5714c9['message']);throw _0x5714c9;}},generatePlaywrightUrl=(_0x40ffe1,_0x4343b6)=>{const _0x562bf8=a122_0x482a42,_0x5a3577={'qZqtw':function(_0x2b934b,_0x4383e7){return _0x2b934b!==_0x4383e7;},'MkXBC':function(_0x23f781,_0x31a5e8){return _0x23f781!==_0x31a5e8;},'GmeWM':function(_0x482f00,_0x472198){return _0x482f00!==_0x472198;},'zsYmV':function(_0x4fa52d,_0x1f5cc7){return _0x4fa52d(_0x1f5cc7);},'BqNCF':function(_0xfc1888,_0x14c784){return _0xfc1888||_0x14c784;},'fXOOh':function(_0x2db7f,_0x43fac5){return _0x2db7f(_0x43fac5);},'yCJxj':_0x562bf8(0x1b8),'MBugA':function(_0x3b0b71,_0x3ef656){return _0x3b0b71(_0x3ef656);},'Tmlud':'browserstack.accessibilityOptions.wcagVersion','scOPD':function(_0x2c10aa,_0x2587c8){return _0x2c10aa(_0x2587c8);},'TiGaj':_0x562bf8(0x1ed),'QkJas':'browserstack.accessibilityOptions.scannerProcessingTimeout','DiygX':_0x562bf8(0x1dc),'PrllU':_0x562bf8(0x1f3),'udtmi':function(_0x8df06e,_0x266e93){return _0x8df06e+_0x266e93;}},_0x1e2a54=helper[_0x562bf8(0x1b0)](_0x40ffe1),_0x2d18dc=_0x5a3577['zsYmV'](convertW3CToJsonWire,_0x4343b6);try{const _0x1dea78=[_0x5a3577[_0x562bf8(0x1de)](_0x4343b6,{}),global[_0x562bf8(0x207)]||{},global[_0x562bf8(0x214)]||{},global[_0x562bf8(0x1a9)]||{}],_0x404223=_0x3e7979=>{const _0x53123a=_0x562bf8;if(_0x5a3577[_0x53123a(0x211)](_0x2d18dc[_0x3e7979],undefined)&&_0x5a3577[_0x53123a(0x211)](_0x2d18dc[_0x3e7979],null)&&_0x5a3577[_0x53123a(0x21c)](_0x2d18dc[_0x3e7979],''))return;for(const _0x296a4f of _0x1dea78){if(_0x296a4f&&_0x5a3577[_0x53123a(0x211)](_0x296a4f[_0x3e7979],undefined)&&_0x5a3577[_0x53123a(0x1c8)](_0x296a4f[_0x3e7979],null)&&_0x5a3577['GmeWM'](_0x296a4f[_0x3e7979],'')){_0x2d18dc[_0x3e7979]=_0x296a4f[_0x3e7979];return;}}};_0x5a3577['fXOOh'](_0x404223,_0x5a3577['yCJxj']),_0x5a3577[_0x562bf8(0x1b9)](_0x404223,_0x5a3577[_0x562bf8(0x205)]),_0x5a3577['scOPD'](_0x404223,_0x5a3577[_0x562bf8(0x1c3)]),_0x5a3577[_0x562bf8(0x1b9)](_0x404223,_0x5a3577[_0x562bf8(0x1bc)]),!_0x2d18dc[_0x5a3577[_0x562bf8(0x208)]]&&process[_0x562bf8(0x1aa)]['BS_A11Y_JWT']&&(_0x2d18dc[_0x5a3577[_0x562bf8(0x208)]]=process['env'][_0x562bf8(0x20c)]);}catch(_0x549599){logger[_0x562bf8(0x1e0)]('Unable\x20to\x20merge\x20accessibility\x20capabilities\x20into\x20Playwright\x20URL\x20caps:\x20'+util[_0x562bf8(0x1b5)](_0x549599));}return _0x2d18dc[_0x5a3577[_0x562bf8(0x1d0)]]=process['env'][_0x562bf8(0x1cb)],_0x2d18dc[_0x5a3577[_0x562bf8(0x213)]]=helper[_0x562bf8(0x21d)](),_0x5a3577[_0x562bf8(0x1e8)](_0x1e2a54,_0x5a3577['zsYmV'](encodeURIComponent,JSON[_0x562bf8(0x1e6)](_0x2d18dc)));},getBrowserFromCaps=_0x2d9b7c=>{const _0x3dca21=a122_0x482a42,_0x26e9db={};_0x26e9db[_0x3dca21(0x1c2)]=_0x3dca21(0x1c0);const _0x25d3ce=_0x26e9db;return _0x2d9b7c[_0x3dca21(0x1db)]||_0x2d9b7c[_0x3dca21(0x1ac)]||_0x25d3ce['LBCVo'];},isPlaywrightAvailable=()=>{const _0x2da751=a122_0x482a42,_0x261bed={'nRQhn':'lib','bSnsu':_0x2da751(0x206),'FIJIj':_0x2da751(0x1f8),'sEQbV':function(_0x2a14db,_0x34237f){return _0x2a14db(_0x34237f);}};try{const _0xf89946=path[_0x2da751(0x1b1)](_0x261bed['nRQhn'],_0x261bed[_0x2da751(0x1c5)],_0x261bed[_0x2da751(0x1e4)]),_0x20ac32=_0x261bed[_0x2da751(0x1d9)](importFileFromPWCore,_0xf89946);return!!_0x20ac32;}catch(_0x7e3dc){return logger['debug'](_0x2da751(0x1d6)+util[_0x2da751(0x1b5)](_0x7e3dc)),![];}},getPlaywrightBrowserType=()=>{const _0xc2f5bd=a122_0x482a42,_0x423a64={'sQcHo':_0xc2f5bd(0x1f4),'hMJzG':'client','fACXF':'browserType.js','KJqEU':function(_0x1d3682,_0x39badf){return _0x1d3682(_0x39badf);}};try{const _0x46a70f=path[_0xc2f5bd(0x1b1)](_0x423a64[_0xc2f5bd(0x1c1)],_0x423a64[_0xc2f5bd(0x219)],_0x423a64[_0xc2f5bd(0x1bf)]),_0x25ac72=_0x423a64[_0xc2f5bd(0x20f)](importFileFromPWCore,_0x46a70f);return _0x25ac72?_0x25ac72[_0xc2f5bd(0x1ea)]:null;}catch(_0x433371){return logger['debug'](_0xc2f5bd(0x1e9)+util[_0xc2f5bd(0x1b5)](_0x433371)),null;}},getPlaywrightModulePath=()=>{const _0x27bd0c=a122_0x482a42,_0x4b4492={};_0x4b4492[_0x27bd0c(0x1b7)]=_0x27bd0c(0x1c6);const _0x4b8ee9=_0x4b4492;return logger['debug'](_0x4b8ee9['tHKZu']),null;},getBrowserTypePath=()=>{const _0x595858=a122_0x482a42,_0x528e56={};_0x528e56['vJATZ']=_0x595858(0x1c9);const _0x93878f=_0x528e56;return logger[_0x595858(0x1e0)](_0x93878f[_0x595858(0x1be)]),null;},checkPwandBootstrapCli=async(_0x10c1c3,_0x5b1237,_0xae5929)=>{const _0x542ab1=a122_0x482a42,_0x1ae6c0={'XYeJi':function(_0x557fa7,_0x3c616c){return _0x557fa7(_0x3c616c);},'ucZmL':_0x542ab1(0x1c7)};if(_0x10c1c3){const _0x1eb656=constants[_0x542ab1(0x201)][_0x542ab1(0x1af)];logger[_0x542ab1(0x1e0)]('Detected\x20Playwright\x20version\x20'+_0x10c1c3+'\x20for\x20'+_0x5b1237+'\x20flow'),CLIUtils[_0x542ab1(0x1d2)](_0x5b1237,_0x1eb656);const {getProductMap:_0x3cb29a}=_0x1ae6c0[_0x542ab1(0x1cc)](require,_0x1ae6c0[_0x542ab1(0x1b3)]);process[_0x542ab1(0x1aa)]['BROWSERSTACK_PRODUCT_MAP']=JSON['stringify'](_0x1ae6c0[_0x542ab1(0x1cc)](_0x3cb29a,_0xae5929['config'])),BrowserstackCLI[_0x542ab1(0x1ae)]()[_0x542ab1(0x1f1)](_0xae5929[_0x542ab1(0x1fd)],_0xae5929[_0x542ab1(0x1da)]),await BrowserstackCLI[_0x542ab1(0x1ae)]()[_0x542ab1(0x1b6)]();}},a122_0x458bd5={};function a122_0x3018(_0x21a1fc,_0x494daa){const _0x336d7b=a122_0x336d();return a122_0x3018=function(_0x3018a0,_0x2b0492){_0x3018a0=_0x3018a0-0x1a7;let _0x490cff=_0x336d7b[_0x3018a0];return _0x490cff;},a122_0x3018(_0x21a1fc,_0x494daa);}a122_0x458bd5['convertW3CToJsonWire']=convertW3CToJsonWire,a122_0x458bd5[a122_0x482a42(0x1bb)]=getModifiedConfigFromCLI,a122_0x458bd5[a122_0x482a42(0x1ee)]=generatePlaywrightUrl,a122_0x458bd5[a122_0x482a42(0x1d7)]=getBrowserFromCaps,a122_0x458bd5[a122_0x482a42(0x1d4)]=isPlaywrightAvailable,a122_0x458bd5[a122_0x482a42(0x1d8)]=getPlaywrightBrowserType,a122_0x458bd5[a122_0x482a42(0x1df)]=getPlaywrightModulePath,a122_0x458bd5[a122_0x482a42(0x1ec)]=getBrowserTypePath,a122_0x458bd5[a122_0x482a42(0x1e7)]=importFileFromPWCore,a122_0x458bd5[a122_0x482a42(0x216)]=checkPwandBootstrapCli,module['exports']=a122_0x458bd5;
1
+ const a122_0x3b777f=a122_0x5b93;(function(_0x335f44,_0x545b16){const _0x209cfb=a122_0x5b93,_0x58cb14=_0x335f44();while(!![]){try{const _0x3a05e4=-parseInt(_0x209cfb(0x1f8))/0x1*(-parseInt(_0x209cfb(0x21d))/0x2)+parseInt(_0x209cfb(0x1ff))/0x3*(parseInt(_0x209cfb(0x240))/0x4)+parseInt(_0x209cfb(0x247))/0x5*(parseInt(_0x209cfb(0x1f9))/0x6)+-parseInt(_0x209cfb(0x237))/0x7*(-parseInt(_0x209cfb(0x218))/0x8)+parseInt(_0x209cfb(0x23b))/0x9+-parseInt(_0x209cfb(0x1f7))/0xa*(parseInt(_0x209cfb(0x22f))/0xb)+-parseInt(_0x209cfb(0x1f1))/0xc;if(_0x3a05e4===_0x545b16)break;else _0x58cb14['push'](_0x58cb14['shift']());}catch(_0x70dd86){_0x58cb14['push'](_0x58cb14['shift']());}}}(a122_0x10f3,0x601be));function a122_0x10f3(){const _0x259c5f=['debug','error','use','KnzoQ','message','Could\x20not\x20import\x20GrpcClient:\x20','NfFQE','configPath','util','14264HNzMcr','FjaEB','Unable\x20to\x20merge\x20accessibility\x20capabilities\x20into\x20Playwright\x20URL\x20caps:\x20','browserstack.accessibilityOptions.scannerVersion','getPlaywrightUrl','3606XJLkke','../bin/utils/constants','browserType.js','kuOeX','No\x20usable\x20capabilities\x20found\x20in\x20modified\x20config\x20response','getPlaywrightBrowserType','aUaqt','workers','lib','jXIzS','join','browserstack.testhubBuildUuid','getBrowserTypePath\x20is\x20deprecated,\x20use\x20importFileFromPWCore\x20instead','GrpcClient\x20not\x20available,\x20skipping\x20modified\x20config\x20request','syzGv','config','wktPu','YXvAh','44vBkouU','exports','No\x20modified\x20config\x20received\x20from\x20gRPC','Tbwug','FbqLt','W3CMapping','Received\x20modified\x20config\x20from\x20gRPC:\x20','browserstack.accessibilityOptions.authToken','1309oXuzVj','tWiQy','__platformCaps','parse','3634155EiMKXP','Error\x20getting\x20Playwright\x20BrowserType:\x20','platformCaps','cucumberjs-pw','setFrameworkDetail','8RjLDeJ','format','convertW3CToJsonWire','framework','TzRuS','CsWoo','bstack:options','15xNtguK','bQzYV','../bin/v2/browserstackCLI','chrome','isPlaywrightAvailable','getInstance','MfUKU','stringify','isArray','wTWmD','Playwright\x20not\x20available:\x20','Error\x20getting\x20modified\x20config\x20from\x20gRPC:\x20','browserstack.accessibilityOptions.wcagVersion','bootstrap','path','PNrKs','client','xyiiA','getConfig','Requesting\x20modified\x20Playwright\x20config\x20from\x20gRPC\x20for\x20cucumberjs-pw','ZZSEX','UCsOn','VdLkJ','neUJz','getPlaywrightModulePath','./w3cMapping','../bin/v2/grpcClient','getModifiedConfigFromCLI','projects','winstonLogger','getBrowserTypePath','importFileFromPWCore','QDDON','bbmuB','capabilities','rFfbQ','PLAYWRIGHT','browserstack.buildProductMap','23242308PehzYZ','./helper','wsEXD','lWUfe','getBuildProductMap','oesDt','693040POCIVE','383jFBRUj','793488OpouyJ','../bin/v2/cliUtils','entries','checkPwandBootstrapCli','generatePlaywrightUrl','cliConfig','1174842eiwZvX','YpcgM','QqLWR','FRAMEWORKS','\x20flow','browserName','env','CfTCB','Converted\x20W3C\x20caps\x20to\x20JSONWire:\x20','BS_A11Y_JWT','__accessibilityOptions','qiACZ','getPlaywrightModulePath\x20is\x20deprecated,\x20use\x20importFileFromPWCore\x20instead','FZLlP','BROWSERSTACK_PRODUCT_MAP','VURMf'];a122_0x10f3=function(){return _0x259c5f;};return a122_0x10f3();}const path=require(a122_0x3b777f(0x255)),util=require(a122_0x3b777f(0x217)),{importFileFromPWCore}=require(a122_0x3b777f(0x1f2)),helper=require(a122_0x3b777f(0x1f2)),logger=require('./logger')[a122_0x3b777f(0x264)],W3CMapping=require(a122_0x3b777f(0x260))[a122_0x3b777f(0x234)](),constants=require(a122_0x3b777f(0x21e)),BrowserstackCLI=require(a122_0x3b777f(0x249)),CLIUtils=require(a122_0x3b777f(0x1fa));let GrpcClient;try{GrpcClient=require(a122_0x3b777f(0x261));}catch(a122_0x3deef3){logger['debug'](a122_0x3b777f(0x214)+a122_0x3deef3[a122_0x3b777f(0x213)]),GrpcClient=null;}const convertW3CToJsonWire=_0x47c183=>{const _0x3e41b5=a122_0x3b777f,_0x4a09aa={};_0x4a09aa['lytBl']=function(_0x28c074,_0x4e3ff6){return _0x28c074||_0x4e3ff6;},_0x4a09aa['VdLkJ']=function(_0x48820e,_0x321c50){return _0x48820e===_0x321c50;},_0x4a09aa[_0x3e41b5(0x223)]=_0x3e41b5(0x246),_0x4a09aa[_0x3e41b5(0x256)]=function(_0x46c63f,_0x31b203){return _0x46c63f===_0x31b203;},_0x4a09aa['YpcgM']=function(_0x49fb69,_0x329211){return _0x49fb69 in _0x329211;};const _0x1cd928=_0x4a09aa,_0x31e3ce={};for(const [_0x28ef66,_0x4fe162]of Object[_0x3e41b5(0x1fb)](_0x1cd928['lytBl'](_0x47c183,{}))){if(_0x1cd928[_0x3e41b5(0x25d)](_0x28ef66,_0x1cd928[_0x3e41b5(0x223)]))continue;let _0x151352=![];for(const [_0x421f52,_0x501a42]of Object[_0x3e41b5(0x1fb)](W3CMapping)){if(_0x1cd928[_0x3e41b5(0x256)](_0x28ef66,_0x501a42)){_0x31e3ce[_0x421f52]=_0x4fe162,_0x151352=!![];break;}}!_0x151352&&(_0x31e3ce[_0x28ef66]=_0x4fe162);}const _0x340aff=_0x47c183[_0x1cd928[_0x3e41b5(0x223)]]||{};for(const [_0x295313,_0x24b0b8]of Object[_0x3e41b5(0x1fb)](_0x340aff)){let _0x3956f9=![];for(const [_0x58835d,_0x441fbe]of Object[_0x3e41b5(0x1fb)](W3CMapping)){if(_0x1cd928[_0x3e41b5(0x256)](_0x295313,_0x441fbe)){_0x31e3ce[_0x58835d]=_0x24b0b8,_0x3956f9=!![];break;}}!_0x3956f9&&!_0x1cd928[_0x3e41b5(0x200)](_0x295313,_0x31e3ce)&&(_0x31e3ce[_0x295313]=_0x24b0b8);}return logger[_0x3e41b5(0x20f)](_0x3e41b5(0x207)+JSON[_0x3e41b5(0x24e)](_0x31e3ce)),_0x31e3ce;},getModifiedConfigFromCLI=async _0x4e82bc=>{const _0x1067f2=a122_0x3b777f,_0x52a7a5={};_0x52a7a5[_0x1067f2(0x248)]=_0x1067f2(0x22a),_0x52a7a5[_0x1067f2(0x220)]=_0x1067f2(0x23e),_0x52a7a5[_0x1067f2(0x20a)]=_0x1067f2(0x25a),_0x52a7a5[_0x1067f2(0x232)]=_0x1067f2(0x231),_0x52a7a5[_0x1067f2(0x22b)]=function(_0x33d685,_0x4f8345){return _0x33d685>_0x4f8345;},_0x52a7a5[_0x1067f2(0x26a)]=_0x1067f2(0x221);const _0x2e29d2=_0x52a7a5;try{if(!GrpcClient)return logger[_0x1067f2(0x20f)](_0x2e29d2[_0x1067f2(0x248)]),null;const _0x401ac2={};_0x401ac2['capabilities']=_0x4e82bc,_0x401ac2[_0x1067f2(0x243)]=_0x2e29d2[_0x1067f2(0x220)],_0x401ac2[_0x1067f2(0x224)]=0x1,_0x401ac2[_0x1067f2(0x263)]=[];const _0x2fcab0=_0x401ac2;logger[_0x1067f2(0x20f)](_0x2e29d2[_0x1067f2(0x20a)]);const _0x419f8c={};_0x419f8c['playwrightConfigObject']=_0x2fcab0;const _0x159f2b=await GrpcClient[_0x1067f2(0x24c)]()['getPlaywrightConfig'](_0x419f8c);if(!_0x159f2b[_0x1067f2(0x259)]())return logger[_0x1067f2(0x20f)](_0x2e29d2[_0x1067f2(0x232)]),null;const _0x48a092=JSON[_0x1067f2(0x23a)](_0x159f2b[_0x1067f2(0x259)]());logger[_0x1067f2(0x20f)](_0x1067f2(0x235)+JSON[_0x1067f2(0x24e)](_0x48a092));if(_0x48a092[_0x1067f2(0x269)]&&Array[_0x1067f2(0x24f)](_0x48a092[_0x1067f2(0x269)])&&_0x2e29d2['syzGv'](_0x48a092[_0x1067f2(0x269)]['length'],0x0))return _0x48a092['capabilities'][0x0];else{if(_0x48a092[_0x1067f2(0x263)]&&Array[_0x1067f2(0x24f)](_0x48a092['projects'])&&_0x2e29d2[_0x1067f2(0x22b)](_0x48a092[_0x1067f2(0x263)]['length'],0x0)){const _0x2f5d49=_0x48a092['projects'][0x0];if(_0x2f5d49['use']&&_0x2f5d49[_0x1067f2(0x211)][_0x1067f2(0x23d)])return _0x2f5d49[_0x1067f2(0x211)][_0x1067f2(0x23d)];}}return logger['debug'](_0x2e29d2['rFfbQ']),null;}catch(_0x40a276){logger[_0x1067f2(0x210)](_0x1067f2(0x252)+_0x40a276[_0x1067f2(0x213)]);throw _0x40a276;}},generatePlaywrightUrl=(_0x18481f,_0x5794a6)=>{const _0x384f22=a122_0x3b777f,_0x4bb3c0={'wsEXD':function(_0x589207,_0x1ac666){return _0x589207!==_0x1ac666;},'FjaEB':function(_0x493ccf,_0x4240c0){return _0x493ccf!==_0x4240c0;},'FZLlP':function(_0x40bcf5,_0x24591a){return _0x40bcf5!==_0x24591a;},'EGstz':function(_0x1a0c78,_0x4cb7a5){return _0x1a0c78(_0x4cb7a5);},'jXIzS':function(_0x7d2a52,_0x16ec2e){return _0x7d2a52||_0x16ec2e;},'bbmuB':function(_0x38b347,_0x300ac8){return _0x38b347(_0x300ac8);},'KnzoQ':_0x384f22(0x236),'CfTCB':_0x384f22(0x253),'TzRuS':_0x384f22(0x21b),'xyiiA':function(_0x106f31,_0x535c7d){return _0x106f31(_0x535c7d);},'QDDON':'browserstack.accessibilityOptions.scannerProcessingTimeout','neUJz':_0x384f22(0x228),'oesDt':_0x384f22(0x1f0),'UCsOn':function(_0x4b3ab6,_0x51a599){return _0x4b3ab6+_0x51a599;},'BegUq':function(_0x19e82d,_0x3c2886){return _0x19e82d(_0x3c2886);}},_0x1f3536=helper[_0x384f22(0x21c)](_0x18481f),_0x34868a=_0x4bb3c0['EGstz'](convertW3CToJsonWire,_0x5794a6);try{const _0x501a72=[_0x4bb3c0[_0x384f22(0x226)](_0x5794a6,{}),global['__launchCaps']||{},global[_0x384f22(0x239)]||{},global[_0x384f22(0x209)]||{}],_0x2ecb14=_0x4de7e7=>{const _0x4369eb=_0x384f22;if(_0x4bb3c0['wsEXD'](_0x34868a[_0x4de7e7],undefined)&&_0x4bb3c0[_0x4369eb(0x219)](_0x34868a[_0x4de7e7],null)&&_0x4bb3c0[_0x4369eb(0x1f3)](_0x34868a[_0x4de7e7],''))return;for(const _0x26ceca of _0x501a72){if(_0x26ceca&&_0x4bb3c0[_0x4369eb(0x1f3)](_0x26ceca[_0x4de7e7],undefined)&&_0x4bb3c0[_0x4369eb(0x219)](_0x26ceca[_0x4de7e7],null)&&_0x4bb3c0[_0x4369eb(0x20c)](_0x26ceca[_0x4de7e7],'')){_0x34868a[_0x4de7e7]=_0x26ceca[_0x4de7e7];return;}}};_0x4bb3c0[_0x384f22(0x268)](_0x2ecb14,_0x4bb3c0[_0x384f22(0x212)]),_0x4bb3c0[_0x384f22(0x268)](_0x2ecb14,_0x4bb3c0[_0x384f22(0x206)]),_0x4bb3c0[_0x384f22(0x268)](_0x2ecb14,_0x4bb3c0[_0x384f22(0x244)]),_0x4bb3c0[_0x384f22(0x258)](_0x2ecb14,_0x4bb3c0[_0x384f22(0x267)]),!_0x34868a[_0x4bb3c0[_0x384f22(0x212)]]&&process['env'][_0x384f22(0x208)]&&(_0x34868a[_0x4bb3c0[_0x384f22(0x212)]]=process['env'][_0x384f22(0x208)]);}catch(_0x2fa520){logger[_0x384f22(0x20f)](_0x384f22(0x21a)+util[_0x384f22(0x241)](_0x2fa520));}return _0x34868a[_0x4bb3c0[_0x384f22(0x25e)]]=process[_0x384f22(0x205)]['BROWSERSTACK_TESTHUB_UUID'],_0x34868a[_0x4bb3c0[_0x384f22(0x1f6)]]=helper[_0x384f22(0x1f5)](),_0x4bb3c0[_0x384f22(0x25c)](_0x1f3536,_0x4bb3c0['BegUq'](encodeURIComponent,JSON[_0x384f22(0x24e)](_0x34868a)));},getBrowserFromCaps=_0x26bd0d=>{const _0x3ff2d0=a122_0x3b777f,_0x12ecf6={};_0x12ecf6[_0x3ff2d0(0x24d)]=_0x3ff2d0(0x24a);const _0x288e11=_0x12ecf6;return _0x26bd0d[_0x3ff2d0(0x204)]||_0x26bd0d['browser']||_0x288e11[_0x3ff2d0(0x24d)];},isPlaywrightAvailable=()=>{const _0x2e72d3=a122_0x3b777f,_0x5d7bb2={'wTWmD':_0x2e72d3(0x225),'VURMf':_0x2e72d3(0x257),'FbqLt':_0x2e72d3(0x21f),'PsEQc':function(_0x3e6aa2,_0x313b22){return _0x3e6aa2(_0x313b22);}};try{const _0x1a662d=path[_0x2e72d3(0x227)](_0x5d7bb2[_0x2e72d3(0x250)],_0x5d7bb2[_0x2e72d3(0x20e)],_0x5d7bb2[_0x2e72d3(0x233)]),_0x243527=_0x5d7bb2['PsEQc'](importFileFromPWCore,_0x1a662d);return!!_0x243527;}catch(_0x3e02db){return logger[_0x2e72d3(0x20f)](_0x2e72d3(0x251)+util[_0x2e72d3(0x241)](_0x3e02db)),![];}},getPlaywrightBrowserType=()=>{const _0x34f513=a122_0x3b777f,_0x393ef4={'YXvAh':_0x34f513(0x225),'tWiQy':_0x34f513(0x257),'QqLWR':'browserType.js','ZZSEX':function(_0x41d320,_0x122245){return _0x41d320(_0x122245);}};try{const _0x5229be=path[_0x34f513(0x227)](_0x393ef4[_0x34f513(0x22e)],_0x393ef4[_0x34f513(0x238)],_0x393ef4[_0x34f513(0x201)]),_0x56a73c=_0x393ef4[_0x34f513(0x25b)](importFileFromPWCore,_0x5229be);return _0x56a73c?_0x56a73c['BrowserType']:null;}catch(_0x43a13c){return logger[_0x34f513(0x20f)](_0x34f513(0x23c)+util['format'](_0x43a13c)),null;}},getPlaywrightModulePath=()=>{const _0x41c124=a122_0x3b777f,_0x453c49={};_0x453c49[_0x41c124(0x1f4)]=_0x41c124(0x20b);const _0x8bb185=_0x453c49;return logger[_0x41c124(0x20f)](_0x8bb185[_0x41c124(0x1f4)]),null;},getBrowserTypePath=()=>{const _0x108098=a122_0x3b777f,_0x2ed5f1={};_0x2ed5f1[_0x108098(0x245)]=_0x108098(0x229);const _0x400460=_0x2ed5f1;return logger[_0x108098(0x20f)](_0x400460[_0x108098(0x245)]),null;},checkPwandBootstrapCli=async(_0x8ebaae,_0x31b413,_0x4c4f20)=>{const _0x55a5e6=a122_0x3b777f,_0x3e7456={'wktPu':function(_0x5486a8,_0x433ed7){return _0x5486a8(_0x433ed7);},'NfFQE':'./testhub/utils'};if(_0x8ebaae){const _0x4a4666=constants[_0x55a5e6(0x202)][_0x55a5e6(0x1ef)];logger['debug']('Detected\x20Playwright\x20version\x20'+_0x8ebaae+'\x20for\x20'+_0x31b413+_0x55a5e6(0x203)),CLIUtils[_0x55a5e6(0x23f)](_0x31b413,_0x4a4666);const {getProductMap:_0x303bae}=_0x3e7456[_0x55a5e6(0x22d)](require,_0x3e7456[_0x55a5e6(0x215)]);process[_0x55a5e6(0x205)][_0x55a5e6(0x20d)]=JSON[_0x55a5e6(0x24e)](_0x3e7456[_0x55a5e6(0x22d)](_0x303bae,_0x4c4f20['config'])),BrowserstackCLI[_0x55a5e6(0x24c)]()['setBrowserstackConfig'](_0x4c4f20[_0x55a5e6(0x22c)],_0x4c4f20[_0x55a5e6(0x216)],_0x4c4f20[_0x55a5e6(0x1fe)]),await BrowserstackCLI[_0x55a5e6(0x24c)]()[_0x55a5e6(0x254)]();}},a122_0x4d2519={};function a122_0x5b93(_0x1e1420,_0x212eef){const _0x10f356=a122_0x10f3();return a122_0x5b93=function(_0x5b930e,_0x3cd4f9){_0x5b930e=_0x5b930e-0x1ef;let _0x1b844f=_0x10f356[_0x5b930e];return _0x1b844f;},a122_0x5b93(_0x1e1420,_0x212eef);}a122_0x4d2519[a122_0x3b777f(0x242)]=convertW3CToJsonWire,a122_0x4d2519[a122_0x3b777f(0x262)]=getModifiedConfigFromCLI,a122_0x4d2519[a122_0x3b777f(0x1fd)]=generatePlaywrightUrl,a122_0x4d2519['getBrowserFromCaps']=getBrowserFromCaps,a122_0x4d2519[a122_0x3b777f(0x24b)]=isPlaywrightAvailable,a122_0x4d2519[a122_0x3b777f(0x222)]=getPlaywrightBrowserType,a122_0x4d2519[a122_0x3b777f(0x25f)]=getPlaywrightModulePath,a122_0x4d2519[a122_0x3b777f(0x265)]=getBrowserTypePath,a122_0x4d2519[a122_0x3b777f(0x266)]=importFileFromPWCore,a122_0x4d2519[a122_0x3b777f(0x1fc)]=checkPwandBootstrapCli,module[a122_0x3b777f(0x230)]=a122_0x4d2519;
@@ -1 +1 @@
1
- const a123_0x559aa7=a123_0x4be1;function a123_0x259b(){const _0x60ac9b=['true','10FfSiQp','63513CGqjrA','20rjdGNp','963344AMOCEj','getGlobal','4334912UoPJBs','257615QTHjYk','cqDZy','log','toISOString','BROWSERSTACK_OBSERVABILITY_DEBUG','TEST_REPORTING_ANALYTICS','9eeHtpA','env','30aAWZMZ','MTpet','215228qJqLWy','CRsrb','getTestName','][\x20','UfaKw','pid','./logger','sleep','./globals','debug','../bin/utils/constants','BROWSERSTACK_TEST_REPORTING_DEBUG','threadId','worker_threads','240uIKwYl','396qNwlql','NdtXv','1992254gqQUVu','\x20]\x20','3339DaVbQo'];a123_0x259b=function(){return _0x60ac9b;};return a123_0x259b();}(function(_0x1a32e4,_0x49ca27){const _0x51b709=a123_0x4be1,_0x162afa=_0x1a32e4();while(!![]){try{const _0x565093=parseInt(_0x51b709(0x10c))/0x1+parseInt(_0x51b709(0x114))/0x2*(parseInt(_0x51b709(0x12c))/0x3)+parseInt(_0x51b709(0x12e))/0x4*(-parseInt(_0x51b709(0x12b))/0x5)+parseInt(_0x51b709(0x125))/0x6*(parseInt(_0x51b709(0x129))/0x7)+-parseInt(_0x51b709(0x10b))/0x8*(parseInt(_0x51b709(0x112))/0x9)+-parseInt(_0x51b709(0x12d))/0xa*(-parseInt(_0x51b709(0x127))/0xb)+parseInt(_0x51b709(0x124))/0xc*(parseInt(_0x51b709(0x116))/0xd);if(_0x565093===_0x49ca27)break;else _0x162afa['push'](_0x162afa['shift']());}catch(_0x38389b){_0x162afa['push'](_0x162afa['shift']());}}}(a123_0x259b,0x437fa));function a123_0x4be1(_0x1d19e9,_0x574c0f){const _0x259b80=a123_0x259b();return a123_0x4be1=function(_0x4be1ac,_0x4330f5){_0x4be1ac=_0x4be1ac-0x10b;let _0x195494=_0x259b80[_0x4be1ac];return _0x195494;},a123_0x4be1(_0x1d19e9,_0x574c0f);}const worker=require(a123_0x559aa7(0x123)),{fileLogger}=require(a123_0x559aa7(0x11c)),{consoleHolder}=require('./test-observability/constants'),globals=require(a123_0x559aa7(0x11e)),constants=require(a123_0x559aa7(0x120));exports['getProcessId']=()=>{const _0x54867f=a123_0x559aa7;return process[_0x54867f(0x11b)]+'-'+worker[_0x54867f(0x122)];},exports[a123_0x559aa7(0x118)]=()=>{const _0x562606=a123_0x559aa7,_0x4e0044={};_0x4e0044[_0x562606(0x117)]='browserstackTestName';const _0x4052be=_0x4e0044;return globals[_0x562606(0x12f)](_0x4052be[_0x562606(0x117)]);},exports[a123_0x559aa7(0x11d)]=(_0xdd84d7=0x64)=>new Promise(_0xcc0fc3=>setTimeout(_0xcc0fc3,_0xdd84d7)),exports[a123_0x559aa7(0x11f)]=_0x5ae615=>{const _0x19eb34=a123_0x559aa7,_0x14ac69={};_0x14ac69[_0x19eb34(0x10d)]=function(_0x5a87a0,_0x59722a){return _0x5a87a0===_0x59722a;},_0x14ac69[_0x19eb34(0x115)]=_0x19eb34(0x12a),_0x14ac69[_0x19eb34(0x126)]=function(_0xc53aa5,_0x72793d){return _0xc53aa5===_0x72793d;},_0x14ac69[_0x19eb34(0x11a)]=function(_0x129b7b,_0x11283b){return _0x129b7b===_0x11283b;};const _0x584625=_0x14ac69;fileLogger[_0x19eb34(0x11f)]('['+new Date()[_0x19eb34(0x10f)]()+_0x19eb34(0x119)+constants[_0x19eb34(0x111)]+_0x19eb34(0x128)+_0x5ae615),(_0x584625['cqDZy'](process[_0x19eb34(0x113)][_0x19eb34(0x121)],_0x584625[_0x19eb34(0x115)])||_0x584625[_0x19eb34(0x126)](process[_0x19eb34(0x113)][_0x19eb34(0x121)],'1')||_0x584625['UfaKw'](process[_0x19eb34(0x113)][_0x19eb34(0x110)],_0x584625['MTpet'])||_0x584625['UfaKw'](process[_0x19eb34(0x113)][_0x19eb34(0x110)],'1'))&&consoleHolder[_0x19eb34(0x10e)]('\x0a['+new Date()[_0x19eb34(0x10f)]()+_0x19eb34(0x119)+constants[_0x19eb34(0x111)]+_0x19eb34(0x128)+_0x5ae615+'\x0a');};
1
+ function a123_0xfc17(_0x220c5f,_0x2eeb76){const _0x1b85f4=a123_0x1b85();return a123_0xfc17=function(_0xfc173a,_0xd81bb1){_0xfc173a=_0xfc173a-0xf0;let _0x14a72c=_0x1b85f4[_0xfc173a];return _0x14a72c;},a123_0xfc17(_0x220c5f,_0x2eeb76);}const a123_0x4ac142=a123_0xfc17;(function(_0xe6e805,_0xd02d1c){const _0x17d060=a123_0xfc17,_0x584bfb=_0xe6e805();while(!![]){try{const _0x5405c5=-parseInt(_0x17d060(0x113))/0x1*(-parseInt(_0x17d060(0x105))/0x2)+-parseInt(_0x17d060(0xf0))/0x3*(parseInt(_0x17d060(0x101))/0x4)+parseInt(_0x17d060(0xf7))/0x5+-parseInt(_0x17d060(0xfe))/0x6*(parseInt(_0x17d060(0x10f))/0x7)+-parseInt(_0x17d060(0x104))/0x8+parseInt(_0x17d060(0x103))/0x9*(-parseInt(_0x17d060(0xf6))/0xa)+parseInt(_0x17d060(0x107))/0xb;if(_0x5405c5===_0xd02d1c)break;else _0x584bfb['push'](_0x584bfb['shift']());}catch(_0x5ea5ae){_0x584bfb['push'](_0x584bfb['shift']());}}}(a123_0x1b85,0x5ac9e));const worker=require(a123_0x4ac142(0xfa)),{fileLogger}=require(a123_0x4ac142(0xfc)),{consoleHolder}=require(a123_0x4ac142(0xff)),globals=require(a123_0x4ac142(0xf2)),constants=require(a123_0x4ac142(0x10a));function a123_0x1b85(){const _0x5545dd=['6ewZPSG','threadId','./globals','TEST_REPORTING_ANALYTICS','dAmkG','][\x20','80LMmxUQ','1263585eSEXMl','fERBv','BROWSERSTACK_TEST_REPORTING_DEBUG','worker_threads','debug','./logger','browserstackTestName','2550UwDKDG','./test-observability/constants','toISOString','940236GnipAJ','env','676098JRgCeJ','2633216Usjbkx','8zjRAhw','kiWNy','18180800pXNfDv','log','ojDVJ','../bin/utils/constants','\x20]\x20','BROWSERSTACK_OBSERVABILITY_DEBUG','getProcessId','xMIiK','10367QMOIpS','dwwid','true','getTestName','124006ZSljer'];a123_0x1b85=function(){return _0x5545dd;};return a123_0x1b85();}exports[a123_0x4ac142(0x10d)]=()=>{const _0x1bb6b8=a123_0x4ac142;return process['pid']+'-'+worker[_0x1bb6b8(0xf1)];},exports[a123_0x4ac142(0x112)]=()=>{const _0x18d04f=a123_0x4ac142,_0x4be675={};_0x4be675[_0x18d04f(0x109)]=_0x18d04f(0xfd);const _0x4b5e9f=_0x4be675;return globals['getGlobal'](_0x4b5e9f[_0x18d04f(0x109)]);},exports['sleep']=(_0x15aaf1=0x64)=>new Promise(_0x3ca436=>setTimeout(_0x3ca436,_0x15aaf1)),exports[a123_0x4ac142(0xfb)]=_0x25bf23=>{const _0x54dc0d=a123_0x4ac142,_0x3188e8={};_0x3188e8[_0x54dc0d(0x10e)]=function(_0x13a0c6,_0xe8c609){return _0x13a0c6===_0xe8c609;},_0x3188e8['dAmkG']=_0x54dc0d(0x111),_0x3188e8[_0x54dc0d(0xf8)]=function(_0x18bd45,_0x5aa9d0){return _0x18bd45===_0x5aa9d0;},_0x3188e8['dwwid']=function(_0x50d04f,_0x57038e){return _0x50d04f===_0x57038e;},_0x3188e8[_0x54dc0d(0x106)]=function(_0x52579c,_0x470633){return _0x52579c===_0x470633;};const _0x11748d=_0x3188e8;fileLogger[_0x54dc0d(0xfb)]('['+new Date()[_0x54dc0d(0x100)]()+'][\x20'+constants[_0x54dc0d(0xf3)]+_0x54dc0d(0x10b)+_0x25bf23),(_0x11748d[_0x54dc0d(0x10e)](process[_0x54dc0d(0x102)][_0x54dc0d(0xf9)],_0x11748d[_0x54dc0d(0xf4)])||_0x11748d[_0x54dc0d(0xf8)](process[_0x54dc0d(0x102)][_0x54dc0d(0xf9)],'1')||_0x11748d[_0x54dc0d(0x110)](process[_0x54dc0d(0x102)][_0x54dc0d(0x10c)],_0x11748d[_0x54dc0d(0xf4)])||_0x11748d['kiWNy'](process[_0x54dc0d(0x102)]['BROWSERSTACK_OBSERVABILITY_DEBUG'],'1'))&&consoleHolder[_0x54dc0d(0x108)]('\x0a['+new Date()[_0x54dc0d(0x100)]()+_0x54dc0d(0xf5)+constants[_0x54dc0d(0xf3)]+_0x54dc0d(0x10b)+_0x25bf23+'\x0a');};
@@ -1 +1 @@
1
- const a124_0x24a79b=a124_0x5995;(function(_0x2f2c5b,_0x3cd165){const _0x26b582=a124_0x5995,_0x239495=_0x2f2c5b();while(!![]){try{const _0x5f4788=parseInt(_0x26b582(0x8b))/0x1+-parseInt(_0x26b582(0x9f))/0x2*(-parseInt(_0x26b582(0x89))/0x3)+parseInt(_0x26b582(0x82))/0x4*(parseInt(_0x26b582(0x7c))/0x5)+parseInt(_0x26b582(0xa5))/0x6*(-parseInt(_0x26b582(0xb2))/0x7)+parseInt(_0x26b582(0x8d))/0x8*(parseInt(_0x26b582(0x81))/0x9)+parseInt(_0x26b582(0xb1))/0xa+-parseInt(_0x26b582(0x8c))/0xb*(parseInt(_0x26b582(0x90))/0xc);if(_0x5f4788===_0x3cd165)break;else _0x239495['push'](_0x239495['shift']());}catch(_0x153659){_0x239495['push'](_0x239495['shift']());}}}(a124_0x323c,0xbdb86));function a124_0x5995(_0xdc7b08,_0x3fca21){const _0x323cdd=a124_0x323c();return a124_0x5995=function(_0x59950c,_0x27ebad){_0x59950c=_0x59950c-0x7a;let _0x3c3c1b=_0x323cdd[_0x59950c];return _0x3c3c1b;},a124_0x5995(_0xdc7b08,_0x3fca21);}const http=require(a124_0x24a79b(0x8f)),https=require(a124_0x24a79b(0x7d)),monkeypatch=require(a124_0x24a79b(0x84));function spy(_0x1e033d){const _0x19c5c1=a124_0x24a79b,_0x237ef3={'wgKVI':function(_0x40645f,_0x59036e){return _0x40645f instanceof _0x59036e;},'LHNLm':function(_0x652606,_0x573439){return _0x652606===_0x573439;},'OuwIM':_0x19c5c1(0xa3),'RcwxO':function(_0x34be14,_0x2dcd57,_0x42cbef){return _0x34be14(_0x2dcd57,_0x42cbef);},'yLRnV':function(_0x3463c0,_0x12202a){return _0x3463c0-_0x12202a;},'uoqsZ':function(_0x201aa8,_0x4081d1,_0x487cfd){return _0x201aa8(_0x4081d1,_0x487cfd);},'JsWEA':_0x19c5c1(0x7e),'TfLJt':function(_0x590767,..._0x41311f){return _0x590767(..._0x41311f);},'WBqDK':'response','GCisr':_0x19c5c1(0x7f),'qCDmf':function(_0x1289e1,_0x234eea,_0x38b7c0,_0x38d7e4){return _0x1289e1(_0x234eea,_0x38b7c0,_0x38d7e4);},'KJtdg':_0x19c5c1(0xa4),'fSKnD':'request','ldORZ':function(_0x164286,_0x5058f1,_0x3b563b,_0x5bed90){return _0x164286(_0x5058f1,_0x3b563b,_0x5bed90);}},_0x5ca2c7=function(){const _0x1070b1=_0x19c5c1,_0x3dd2d1={'hVomN':function(_0x27bd6a,_0x38f3d4){return _0x237ef3['wgKVI'](_0x27bd6a,_0x38f3d4);},'CJSsg':function(_0x34092b,_0x32b8fb){const _0x4b1d3f=a124_0x5995;return _0x237ef3[_0x4b1d3f(0x93)](_0x34092b,_0x32b8fb);},'JsQyY':_0x237ef3[_0x1070b1(0xa1)],'WAbqr':function(_0x44b63e,_0x2cf653,_0xc35f20){return _0x237ef3['RcwxO'](_0x44b63e,_0x2cf653,_0xc35f20);},'GWoCl':function(_0xf54ee4,_0x38997f){const _0x34ed85=_0x1070b1;return _0x237ef3[_0x34ed85(0x9d)](_0xf54ee4,_0x38997f);},'rSBYh':function(_0x3b54f7,_0x4f1714,_0x562ad8){const _0x3c9fcd=_0x1070b1;return _0x237ef3[_0x3c9fcd(0x95)](_0x3b54f7,_0x4f1714,_0x562ad8);},'PnFLJ':_0x237ef3[_0x1070b1(0xb0)],'ZdyRg':function(_0x3bc72e,..._0x9ab098){const _0x203046=_0x1070b1;return _0x237ef3[_0x203046(0x8a)](_0x3bc72e,..._0x9ab098);}},_0x541cd5=arguments[0x0],_0x2a7714=Array[_0x1070b1(0x9a)][_0x1070b1(0x83)][_0x1070b1(0x9c)](arguments,0x1),_0x14ec96=_0x541cd5[_0x1070b1(0x87)](this,_0x2a7714);let _0x1f6764=Date[_0x1070b1(0xab)](),_0x57993f;const _0x36e40b={};_0x2a7714[_0x1070b1(0xa8)](_0x1599d1=>{const _0x489990=_0x1070b1;if(_0x3dd2d1[_0x489990(0xa6)](_0x1599d1,URL)){const _0x35e33c={};_0x35e33c['url']=_0x1599d1,Object[_0x489990(0xa2)](_0x36e40b,_0x35e33c);}else _0x3dd2d1['CJSsg'](typeof _0x1599d1,_0x3dd2d1['JsQyY'])&&Object[_0x489990(0xa2)](_0x36e40b,_0x1599d1);});const _0x44cf99=_0x5b0327=>{const _0x5d78d0=_0x1070b1,_0x22461e={};_0x22461e['host']=_0x36e40b[_0x5d78d0(0xb3)]||_0x36e40b[_0x5d78d0(0xa7)]||_0x36e40b['url']&&(_0x36e40b['url'][_0x5d78d0(0xb3)]||_0x36e40b[_0x5d78d0(0x94)]['hostname']),_0x22461e[_0x5d78d0(0xaa)]=_0x36e40b[_0x5d78d0(0xaa)]||_0x36e40b[_0x5d78d0(0x94)]&&_0x36e40b[_0x5d78d0(0x94)][_0x5d78d0(0x92)],_0x22461e[_0x5d78d0(0x9b)]=_0x36e40b[_0x5d78d0(0x9b)],_0x22461e['headers']=_0x36e40b['headers'],_0x3dd2d1[_0x5d78d0(0xae)](_0x1e033d,_0x5b0327,_0x22461e);};return _0x14ec96[_0x1070b1(0x99)](_0x237ef3['WBqDK'],_0x47c472=>{const _0x4374e0=_0x1070b1,_0x39bbe3=_0x3dd2d1[_0x4374e0(0x98)](Date[_0x4374e0(0xab)](),_0x1f6764),_0x2c3a05={};_0x2c3a05[_0x4374e0(0xa7)]=_0x36e40b['host']||_0x36e40b[_0x4374e0(0xa7)]||_0x36e40b['url']&&(_0x36e40b[_0x4374e0(0x94)][_0x4374e0(0xb3)]||_0x36e40b['url'][_0x4374e0(0xa7)]),_0x2c3a05[_0x4374e0(0xaa)]=_0x36e40b[_0x4374e0(0xaa)]||_0x36e40b[_0x4374e0(0x94)]&&_0x36e40b[_0x4374e0(0x94)][_0x4374e0(0x92)],_0x2c3a05[_0x4374e0(0x9b)]=_0x36e40b[_0x4374e0(0x9b)],_0x2c3a05['headers']=_0x36e40b[_0x4374e0(0x9e)],_0x2c3a05[_0x4374e0(0x85)]=_0x47c472['statusCode'],_0x2c3a05[_0x4374e0(0x91)]=_0x39bbe3,_0x3dd2d1[_0x4374e0(0xa0)](_0x1e033d,null,_0x2c3a05),_0x57993f[_0x4374e0(0x97)](_0x3dd2d1['PnFLJ'],_0x44cf99);}),_0x14ec96['on'](_0x237ef3['GCisr'],_0x57267d=>{const _0x1e75a9=_0x1070b1;_0x57993f=_0x57267d,_0x57267d[_0x1e75a9(0x99)](_0x3dd2d1[_0x1e75a9(0x96)],_0x44cf99);}),_0x237ef3[_0x1070b1(0xac)](monkeypatch,_0x14ec96,_0x237ef3[_0x1070b1(0x7b)],(_0x2ded17,..._0x55713c)=>{const _0x32572f=_0x1070b1;_0x1f6764=Date[_0x32572f(0xab)](),_0x3dd2d1[_0x32572f(0xa9)](_0x2ded17,..._0x55713c);}),_0x14ec96;};_0x237ef3[_0x19c5c1(0xac)](monkeypatch,http,_0x237ef3[_0x19c5c1(0x7a)],_0x5ca2c7),_0x237ef3[_0x19c5c1(0x80)](monkeypatch,https,_0x237ef3[_0x19c5c1(0x7a)],_0x5ca2c7);}function restore(){const _0x30e7b0=a124_0x24a79b;http['request']['unpatch'](),https[_0x30e7b0(0xaf)][_0x30e7b0(0x8e)]();}function a124_0x323c(){const _0x5dcdb6=['unpatch','http','19092OPIEhw','duration_ms','pathname','LHNLm','url','uoqsZ','PnFLJ','removeListener','GWoCl','once','prototype','method','call','yLRnV','headers','2761254yWLDzj','rSBYh','OuwIM','assign','object','end','273006CFEApE','hVomN','hostname','forEach','ZdyRg','path','now','qCDmf','exports','WAbqr','request','JsWEA','13918300uhwDlt','77PniDVd','host','fSKnD','KJtdg','1028765BwHmhh','https','error','socket','ldORZ','27UvtbWY','20UyqLSc','slice','monkeypatch','status_code','spy','apply','restore','3MjsUCU','TfLJt','397984MHQchO','20361zSCoDi','62240ljDgKX'];a124_0x323c=function(){return _0x5dcdb6;};return a124_0x323c();}const a124_0x522805={};a124_0x522805[a124_0x24a79b(0x86)]=spy,a124_0x522805[a124_0x24a79b(0x88)]=restore,module[a124_0x24a79b(0xad)]=a124_0x522805;
1
+ const a124_0xe0c10f=a124_0x4ad2;function a124_0x9e4e(){const _0x33353a=['TFEie','ncWRZ','RTqOd','15445zznUYk','end','jkMOO','NzOOD','206hGsQFf','6494022DtycHd','FTGVl','prototype','unpatch','error','pathname','url','call','73047DlAqMs','monkeypatch','removeListener','object','headers','socket','2820083wqGkPY','method','once','exports','SvwuJ','forEach','assign','spy','http','zaFdY','hfUqS','UWfhW','host','1196BqhvbM','NTDZk','response','request','uaClT','uzgPF','GfXFJ','12jvPSEU','hostname','now','slice','SXQWu','status_code','path','33006540KcfOJZ','1090840WERMOi','restore','2029SQfolO'];a124_0x9e4e=function(){return _0x33353a;};return a124_0x9e4e();}function a124_0x4ad2(_0x395164,_0x3cf320){const _0x9e4e6a=a124_0x9e4e();return a124_0x4ad2=function(_0x4ad201,_0x4fb73d){_0x4ad201=_0x4ad201-0x195;let _0x4abfbe=_0x9e4e6a[_0x4ad201];return _0x4abfbe;},a124_0x4ad2(_0x395164,_0x3cf320);}(function(_0x227ae1,_0x5ddbd1){const _0x533054=a124_0x4ad2,_0x8626ae=_0x227ae1();while(!![]){try{const _0x5ac7cf=-parseInt(_0x533054(0x1b1))/0x1*(parseInt(_0x533054(0x1b9))/0x2)+parseInt(_0x533054(0x1c2))/0x3+parseInt(_0x533054(0x1a0))/0x4*(-parseInt(_0x533054(0x1b5))/0x5)+parseInt(_0x533054(0x1a7))/0x6*(-parseInt(_0x533054(0x1c8))/0x7)+-parseInt(_0x533054(0x1af))/0x8+-parseInt(_0x533054(0x1ba))/0x9+parseInt(_0x533054(0x1ae))/0xa;if(_0x5ac7cf===_0x5ddbd1)break;else _0x8626ae['push'](_0x8626ae['shift']());}catch(_0xab458b){_0x8626ae['push'](_0x8626ae['shift']());}}}(a124_0x9e4e,0x81172));const http=require(a124_0xe0c10f(0x19b)),https=require('https'),monkeypatch=require(a124_0xe0c10f(0x1c3));function spy(_0x418512){const _0x376a88=a124_0xe0c10f,_0x90bdf3={'SXQWu':function(_0x1d734a,_0x34f952){return _0x1d734a instanceof _0x34f952;},'SvwuJ':function(_0x25a0d1,_0x2005d5){return _0x25a0d1===_0x2005d5;},'NzOOD':_0x376a88(0x1c5),'xBJIZ':function(_0x19dce3,_0x4d2501,_0x811ddf){return _0x19dce3(_0x4d2501,_0x811ddf);},'TFEie':_0x376a88(0x1be),'jkMOO':function(_0x1aacb5,_0x22d56b){return _0x1aacb5-_0x22d56b;},'ncWRZ':function(_0x556970,_0x24507f,_0x435cc){return _0x556970(_0x24507f,_0x435cc);},'zaFdY':function(_0x3a4c1b,..._0xb5a914){return _0x3a4c1b(..._0xb5a914);},'RTqOd':_0x376a88(0x1a2),'EQQjr':_0x376a88(0x1c7),'uzgPF':function(_0x3af954,_0x5ef2a9,_0xc7026a,_0x11ff8c){return _0x3af954(_0x5ef2a9,_0xc7026a,_0x11ff8c);},'UWfhW':_0x376a88(0x1b6),'hfUqS':_0x376a88(0x1a3),'YYQMc':function(_0x47fa34,_0x403611,_0xa309fa,_0x469756){return _0x47fa34(_0x403611,_0xa309fa,_0x469756);}},_0x4dd21f=function(){const _0x197cae=_0x376a88,_0x43e102={'FTGVl':function(_0x4a69b4,_0x8dc1bd){const _0x5c9fbc=a124_0x4ad2;return _0x90bdf3[_0x5c9fbc(0x1b7)](_0x4a69b4,_0x8dc1bd);},'uaClT':function(_0x1bbc35,_0x12cd9d,_0x4de791){const _0x4fe497=a124_0x4ad2;return _0x90bdf3[_0x4fe497(0x1b3)](_0x1bbc35,_0x12cd9d,_0x4de791);},'NTDZk':_0x90bdf3[_0x197cae(0x1b2)],'GfXFJ':function(_0x56fb6d,..._0x29bd8c){const _0x310993=_0x197cae;return _0x90bdf3[_0x310993(0x19c)](_0x56fb6d,..._0x29bd8c);}},_0x548e94=arguments[0x0],_0x1b6401=Array[_0x197cae(0x1bc)][_0x197cae(0x1aa)][_0x197cae(0x1c1)](arguments,0x1),_0x19dd11=_0x548e94['apply'](this,_0x1b6401);let _0x56b7c8=Date[_0x197cae(0x1a9)](),_0x1c89f7;const _0x18d675={};_0x1b6401[_0x197cae(0x198)](_0x3d8682=>{const _0x35b06a=_0x197cae;if(_0x90bdf3[_0x35b06a(0x1ab)](_0x3d8682,URL)){const _0xe17aa={};_0xe17aa[_0x35b06a(0x1c0)]=_0x3d8682,Object[_0x35b06a(0x199)](_0x18d675,_0xe17aa);}else _0x90bdf3[_0x35b06a(0x197)](typeof _0x3d8682,_0x90bdf3[_0x35b06a(0x1b8)])&&Object[_0x35b06a(0x199)](_0x18d675,_0x3d8682);});const _0x1c9f29=_0x101320=>{const _0x169aaa=_0x197cae,_0x4d588a={};_0x4d588a['host']=_0x18d675[_0x169aaa(0x19f)]||_0x18d675[_0x169aaa(0x1a8)]||_0x18d675[_0x169aaa(0x1c0)]&&(_0x18d675[_0x169aaa(0x1c0)]['host']||_0x18d675[_0x169aaa(0x1c0)]['hostname']),_0x4d588a[_0x169aaa(0x1ad)]=_0x18d675['path']||_0x18d675[_0x169aaa(0x1c0)]&&_0x18d675[_0x169aaa(0x1c0)][_0x169aaa(0x1bf)],_0x4d588a[_0x169aaa(0x1c9)]=_0x18d675['method'],_0x4d588a[_0x169aaa(0x1c6)]=_0x18d675[_0x169aaa(0x1c6)],_0x90bdf3['xBJIZ'](_0x418512,_0x101320,_0x4d588a);};return _0x19dd11[_0x197cae(0x195)](_0x90bdf3[_0x197cae(0x1b4)],_0x4e702e=>{const _0x8d81d=_0x197cae,_0x3714f0=_0x43e102[_0x8d81d(0x1bb)](Date[_0x8d81d(0x1a9)](),_0x56b7c8),_0x53d864={};_0x53d864[_0x8d81d(0x1a8)]=_0x18d675['host']||_0x18d675['hostname']||_0x18d675[_0x8d81d(0x1c0)]&&(_0x18d675[_0x8d81d(0x1c0)]['host']||_0x18d675[_0x8d81d(0x1c0)][_0x8d81d(0x1a8)]),_0x53d864[_0x8d81d(0x1ad)]=_0x18d675['path']||_0x18d675[_0x8d81d(0x1c0)]&&_0x18d675[_0x8d81d(0x1c0)]['pathname'],_0x53d864[_0x8d81d(0x1c9)]=_0x18d675['method'],_0x53d864['headers']=_0x18d675[_0x8d81d(0x1c6)],_0x53d864[_0x8d81d(0x1ac)]=_0x4e702e['statusCode'],_0x53d864['duration_ms']=_0x3714f0,_0x43e102[_0x8d81d(0x1a4)](_0x418512,null,_0x53d864),_0x1c89f7[_0x8d81d(0x1c4)](_0x43e102[_0x8d81d(0x1a1)],_0x1c9f29);}),_0x19dd11['on'](_0x90bdf3['EQQjr'],_0x24ab8d=>{const _0x38bd23=_0x197cae;_0x1c89f7=_0x24ab8d,_0x24ab8d[_0x38bd23(0x195)](_0x90bdf3[_0x38bd23(0x1b2)],_0x1c9f29);}),_0x90bdf3[_0x197cae(0x1a5)](monkeypatch,_0x19dd11,_0x90bdf3[_0x197cae(0x19e)],(_0x5c0327,..._0x30a62c)=>{const _0x38750=_0x197cae;_0x56b7c8=Date[_0x38750(0x1a9)](),_0x43e102[_0x38750(0x1a6)](_0x5c0327,..._0x30a62c);}),_0x19dd11;};_0x90bdf3[_0x376a88(0x1a5)](monkeypatch,http,_0x90bdf3[_0x376a88(0x19d)],_0x4dd21f),_0x90bdf3['YYQMc'](monkeypatch,https,_0x90bdf3[_0x376a88(0x19d)],_0x4dd21f);}function restore(){const _0x29daf1=a124_0xe0c10f;http[_0x29daf1(0x1a3)]['unpatch'](),https['request'][_0x29daf1(0x1bd)]();}const a124_0x73f153={};a124_0x73f153[a124_0xe0c10f(0x19a)]=spy,a124_0x73f153[a124_0xe0c10f(0x1b0)]=restore,module[a124_0xe0c10f(0x196)]=a124_0x73f153;
@@ -1 +1 @@
1
- const a125_0xa24740=a125_0x3c83;function a125_0x3c83(_0x542394,_0x29629f){const _0x228f53=a125_0x228f();return a125_0x3c83=function(_0x3c83bd,_0x3f67f6){_0x3c83bd=_0x3c83bd-0x68;let _0x124dea=_0x228f53[_0x3c83bd];return _0x124dea;},a125_0x3c83(_0x542394,_0x29629f);}(function(_0x54322e,_0x1db832){const _0x1097a3=a125_0x3c83,_0x1c3066=_0x54322e();while(!![]){try{const _0x5db466=parseInt(_0x1097a3(0x7b))/0x1*(-parseInt(_0x1097a3(0x82))/0x2)+parseInt(_0x1097a3(0x75))/0x3*(parseInt(_0x1097a3(0x89))/0x4)+parseInt(_0x1097a3(0x8a))/0x5*(-parseInt(_0x1097a3(0x77))/0x6)+parseInt(_0x1097a3(0x78))/0x7*(parseInt(_0x1097a3(0x73))/0x8)+-parseInt(_0x1097a3(0x72))/0x9*(parseInt(_0x1097a3(0x6b))/0xa)+parseInt(_0x1097a3(0x71))/0xb+parseInt(_0x1097a3(0x83))/0xc;if(_0x5db466===_0x1db832)break;else _0x1c3066['push'](_0x1c3066['shift']());}catch(_0x1812c5){_0x1c3066['push'](_0x1c3066['shift']());}}}(a125_0x228f,0xd95ed));function a125_0x228f(){const _0xb320fb=['./performance/constants','72CKRPvQ','747397FBzsMB','globalAgent','cmoMS','2936koElyt','./performance/performance-tester','qTiCp','VIjSn','hasOwnProperty','XXJbc','dEeUK','26oHzQej','23189268eyLnfM','https:','dbqRS','KEEP_ALIVE','request','keepAliveMsecs','4FRzRUg','593850PBGFVV','NFrZk','GTZFf','Agent','10rXjOjp','keepAlive','call','oYPVl','NbzGM','protocol','6571092zsFlgF','12164022EPdqrd','8ZBElAG','agent','3206199qdZShu'];a125_0x228f=function(){return _0xb320fb;};return a125_0x228f();}const PerformanceTester=require(a125_0xa24740(0x7c)),{AUTOMATE_EVENTS:PerformanceEvents}=require(a125_0xa24740(0x76));module['exports']=PerformanceTester['measureWrapper'](PerformanceEvents[a125_0xa24740(0x86)],function(){const _0x3f0430=a125_0xa24740,_0x19a98a={'NFrZk':function(_0x4c5228,_0x32b124){return _0x4c5228===_0x32b124;},'XXJbc':_0x3f0430(0x84),'cmoMS':_0x3f0430(0x74),'GTZFf':function(_0x57de8e,_0x101475,_0x1b4b83){return _0x57de8e(_0x101475,_0x1b4b83);},'dbqRS':function(_0x12dce3,_0x3b9f5b){return _0x12dce3(_0x3b9f5b);},'VIjSn':'http','oYPVl':function(_0xf16d83,_0x2f8de5){return _0xf16d83(_0x2f8de5);},'NbzGM':'https','qTiCp':function(_0x37496c,_0x488a39){return _0x37496c*_0x488a39;},'dEeUK':_0x3f0430(0x6c)},_0x4e22a3=_0x19a98a[_0x3f0430(0x85)](require,_0x19a98a[_0x3f0430(0x7e)]),_0x342a0b=_0x19a98a[_0x3f0430(0x6e)](require,_0x19a98a[_0x3f0430(0x6f)]),_0xae3caf=_0x19a98a[_0x3f0430(0x7d)](0x1e,0x3e8);if(_0x4e22a3[_0x3f0430(0x79)]&&Object['prototype'][_0x3f0430(0x7f)][_0x3f0430(0x6d)](_0x4e22a3[_0x3f0430(0x79)],_0x19a98a[_0x3f0430(0x81)]))_0x4e22a3[_0x3f0430(0x79)][_0x3f0430(0x6c)]=!![],_0x342a0b[_0x3f0430(0x79)][_0x3f0430(0x6c)]=!![],_0x4e22a3[_0x3f0430(0x79)]['keepAliveMsecs']=_0xae3caf,_0x342a0b[_0x3f0430(0x79)][_0x3f0430(0x88)]=_0xae3caf;else{const _0x54e37b={};_0x54e37b[_0x3f0430(0x6c)]=!![],_0x54e37b['keepAliveMsecs']=_0xae3caf;const _0x1ee012=new _0x4e22a3[(_0x3f0430(0x6a))](_0x54e37b),_0x192bd1={};_0x192bd1[_0x3f0430(0x6c)]=!![],_0x192bd1[_0x3f0430(0x88)]=_0xae3caf;const _0xb1ce0c=new _0x342a0b['Agent'](_0x192bd1),_0x3a9b18=_0x4e22a3[_0x3f0430(0x87)],_0x44b344=_0x342a0b['request'];_0x4e22a3[_0x3f0430(0x87)]=function(_0x2b556b,_0x3715ba){const _0xe74fb3=_0x3f0430;if(_0x19a98a[_0xe74fb3(0x68)](_0x2b556b[_0xe74fb3(0x70)],_0x19a98a[_0xe74fb3(0x80)]))return _0x2b556b[_0x19a98a[_0xe74fb3(0x7a)]]=_0xb1ce0c,_0x19a98a[_0xe74fb3(0x69)](_0x44b344,_0x2b556b,_0x3715ba);return _0x2b556b[_0x19a98a[_0xe74fb3(0x7a)]]=_0x1ee012,_0x19a98a[_0xe74fb3(0x69)](_0x3a9b18,_0x2b556b,_0x3715ba);};}});
1
+ function a125_0x3de2(_0x6362f5,_0x2a8c39){const _0x784946=a125_0x7849();return a125_0x3de2=function(_0x3de28b,_0x5ea933){_0x3de28b=_0x3de28b-0xf4;let _0x3ef65f=_0x784946[_0x3de28b];return _0x3ef65f;},a125_0x3de2(_0x6362f5,_0x2a8c39);}function a125_0x7849(){const _0x43fc71=['keepAlive','ZWDOO','5774erUPeO','request','protocol','MSrte','XdiIK','measureWrapper','2495493XAdztD','LEnfs','http','105310NgVQqu','SVhCH','1748cnloyu','1488780QxHyQP','keepAliveMsecs','vwQUK','WlSNS','104XyRQXv','https','./performance/performance-tester','KEEP_ALIVE','Agent','hasOwnProperty','DkPMM','globalAgent','prototype','call','4108336lyryBb','./performance/constants','rjDBT','524010wbATeU','168xEqVCl','2157qOpgBR'];a125_0x7849=function(){return _0x43fc71;};return a125_0x7849();}const a125_0x3b55fd=a125_0x3de2;(function(_0x4eef0d,_0x4d5ce2){const _0x40dfe7=a125_0x3de2,_0x774605=_0x4eef0d();while(!![]){try{const _0x2baf4d=parseInt(_0x40dfe7(0x10d))/0x1*(-parseInt(_0x40dfe7(0xfb))/0x2)+parseInt(_0x40dfe7(0x10a))/0x3*(-parseInt(_0x40dfe7(0xf6))/0x4)+parseInt(_0x40dfe7(0xf4))/0x5*(parseInt(_0x40dfe7(0x109))/0x6)+-parseInt(_0x40dfe7(0x113))/0x7+parseInt(_0x40dfe7(0x105))/0x8+parseInt(_0x40dfe7(0xf7))/0x9+parseInt(_0x40dfe7(0x108))/0xa;if(_0x2baf4d===_0x4d5ce2)break;else _0x774605['push'](_0x774605['shift']());}catch(_0x30ad0f){_0x774605['push'](_0x774605['shift']());}}}(a125_0x7849,0x557c5));const PerformanceTester=require(a125_0x3b55fd(0xfd)),{AUTOMATE_EVENTS:PerformanceEvents}=require(a125_0x3b55fd(0x106));module['exports']=PerformanceTester[a125_0x3b55fd(0x112)](PerformanceEvents[a125_0x3b55fd(0xfe)],function(){const _0x27c963=a125_0x3b55fd,_0x56b4a2={'MSrte':function(_0x1061a9,_0x512888){return _0x1061a9===_0x512888;},'DkPMM':'https:','XdiIK':'agent','WlSNS':function(_0x37f964,_0x229cbe,_0x3c8d71){return _0x37f964(_0x229cbe,_0x3c8d71);},'SVhCH':function(_0x1f2dcb,_0x3802b2){return _0x1f2dcb(_0x3802b2);},'LEnfs':_0x27c963(0x115),'vwQUK':function(_0x27e86b,_0x296693){return _0x27e86b(_0x296693);},'ZWDOO':_0x27c963(0xfc),'hcZYp':function(_0x53b6b6,_0x5b62b2){return _0x53b6b6*_0x5b62b2;},'rjDBT':'keepAlive'},_0x1c8d25=_0x56b4a2[_0x27c963(0xf5)](require,_0x56b4a2[_0x27c963(0x114)]),_0x841aab=_0x56b4a2[_0x27c963(0xf9)](require,_0x56b4a2[_0x27c963(0x10c)]),_0x314b78=_0x56b4a2['hcZYp'](0x1e,0x3e8);if(_0x1c8d25[_0x27c963(0x102)]&&Object[_0x27c963(0x103)][_0x27c963(0x100)][_0x27c963(0x104)](_0x1c8d25['globalAgent'],_0x56b4a2[_0x27c963(0x107)]))_0x1c8d25[_0x27c963(0x102)][_0x27c963(0x10b)]=!![],_0x841aab['globalAgent']['keepAlive']=!![],_0x1c8d25[_0x27c963(0x102)][_0x27c963(0xf8)]=_0x314b78,_0x841aab[_0x27c963(0x102)]['keepAliveMsecs']=_0x314b78;else{const _0x4eb23e={};_0x4eb23e['keepAlive']=!![],_0x4eb23e['keepAliveMsecs']=_0x314b78;const _0x2e1331=new _0x1c8d25[(_0x27c963(0xff))](_0x4eb23e),_0x3d8a71={};_0x3d8a71[_0x27c963(0x10b)]=!![],_0x3d8a71[_0x27c963(0xf8)]=_0x314b78;const _0x5d31d6=new _0x841aab[(_0x27c963(0xff))](_0x3d8a71),_0x3323cf=_0x1c8d25[_0x27c963(0x10e)],_0x5e9972=_0x841aab[_0x27c963(0x10e)];_0x1c8d25[_0x27c963(0x10e)]=function(_0x44ddac,_0x2ca732){const _0x1fec2b=_0x27c963;if(_0x56b4a2[_0x1fec2b(0x110)](_0x44ddac[_0x1fec2b(0x10f)],_0x56b4a2[_0x1fec2b(0x101)]))return _0x44ddac[_0x56b4a2[_0x1fec2b(0x111)]]=_0x5d31d6,_0x56b4a2[_0x1fec2b(0xfa)](_0x5e9972,_0x44ddac,_0x2ca732);return _0x44ddac[_0x56b4a2[_0x1fec2b(0x111)]]=_0x2e1331,_0x56b4a2[_0x1fec2b(0xfa)](_0x3323cf,_0x44ddac,_0x2ca732);};}});
@@ -1 +1 @@
1
- const a126_0x130350=a126_0x24fb;(function(_0x1185ce,_0x10a2ca){const _0x245f78=a126_0x24fb,_0x4246be=_0x1185ce();while(!![]){try{const _0x3dfac7=parseInt(_0x245f78(0x195))/0x1+-parseInt(_0x245f78(0x189))/0x2+-parseInt(_0x245f78(0x190))/0x3+-parseInt(_0x245f78(0x19a))/0x4*(-parseInt(_0x245f78(0x198))/0x5)+-parseInt(_0x245f78(0x19f))/0x6+parseInt(_0x245f78(0x186))/0x7*(parseInt(_0x245f78(0x191))/0x8)+parseInt(_0x245f78(0x19d))/0x9;if(_0x3dfac7===_0x10a2ca)break;else _0x4246be['push'](_0x4246be['shift']());}catch(_0x13f32f){_0x4246be['push'](_0x4246be['shift']());}}}(a126_0x1048,0xb2670));const path=require(a126_0x130350(0x1a0)),{logDir}=require(a126_0x130350(0x17f)),a126_0x379cb3={};a126_0x379cb3[a126_0x130350(0x180)]='Playwright',a126_0x379cb3[a126_0x130350(0x187)]=a126_0x130350(0x192),a126_0x379cb3['CODECEPT']='codeceptjs',a126_0x379cb3[a126_0x130350(0x196)]=a126_0x130350(0x188),a126_0x379cb3[a126_0x130350(0x18a)]=a126_0x130350(0x181),a126_0x379cb3['CUCUMBER']=a126_0x130350(0x19e),module[a126_0x130350(0x194)]={'consoleHolder':Object[a126_0x130350(0x185)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a126_0x130350(0x183),'OBSERVABILITY_UPLOAD_API_URL':'https://upload-observability.browserstack.com','EVENT_ENDPOINT':a126_0x130350(0x18f),'BATCH_ENDPOINT':'api/v1/batch','SCREENSHOT_ENDPOINT':a126_0x130350(0x1a1),'UPLOAD_ATTACHMENT_ENDPOINT':a126_0x130350(0x197),'DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS':0xea60,'MAX_ALLOWED_PLAYWRIGHT_TRACE_SIZE':0x64*0x400*0x400,'DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS':0x64,'DEFAULT_WAIT_INTERVAL_FOR_BUILD_STATUS':0x1f4,'TEMP_STORE_DIR_NAME':path[a126_0x130350(0x18c)](logDir,a126_0x130350(0x19c)),'FRAMEWORKS':a126_0x379cb3};const _env=(process['env'][a126_0x130350(0x184)]||a126_0x130350(0x18b))[a126_0x130350(0x1a2)]();function a126_0x24fb(_0x5b9599,_0x282e27){const _0x1048be=a126_0x1048();return a126_0x24fb=function(_0x24fb2a,_0x26da4c){_0x24fb2a=_0x24fb2a-0x17f;let _0x240440=_0x1048be[_0x24fb2a];return _0x240440;},a126_0x24fb(_0x5b9599,_0x282e27);}if(_env===a126_0x130350(0x18d)||_env==='stag')module['exports'][a126_0x130350(0x18e)]=a126_0x130350(0x182),module[a126_0x130350(0x194)][a126_0x130350(0x193)]='https://upload-observability-devtestops-ssi.bsstag.com';else(_env==='preprod'||_env==='pre-prod')&&(module[a126_0x130350(0x194)][a126_0x130350(0x18e)]=a126_0x130350(0x199),module[a126_0x130350(0x194)]['OBSERVABILITY_UPLOAD_API_URL']=a126_0x130350(0x19b));function a126_0x1048(){const _0x3a3bf0=['BROWSERSTACK_ENV','assign','28UZUAXK','MOCHA','codeceptjs-cucumber','700702potKVO','JEST','prod','join','staging','API_URL','api/v1/event','3986763GShTiQ','736672hiqQjc','mocha','OBSERVABILITY_UPLOAD_API_URL','exports','1240209uRFuDc','CODECEPT_CUCUMBER','upload-attachments','6032285QnkPFy','https://collector-observability-preprod.bsstag.com','4GZHTDF','https://upload-observability-preprod.bsstag.com','.obs_test_details','5636943jRGiWj','cucumber','6187926NkuncZ','path','api/v1/screenshots','toLowerCase','../logger','PLAYWRIGHT','jest','https://collector-observability-devtestops.bsstag.com','https://collector-observability.browserstack.com'];a126_0x1048=function(){return _0x3a3bf0;};return a126_0x1048();}
1
+ const a126_0x1e9668=a126_0x441e;(function(_0x34f618,_0x5ec908){const _0x51198b=a126_0x441e,_0x2d6f0b=_0x34f618();while(!![]){try{const _0x2b1c67=-parseInt(_0x51198b(0x156))/0x1*(-parseInt(_0x51198b(0x147))/0x2)+-parseInt(_0x51198b(0x157))/0x3+-parseInt(_0x51198b(0x153))/0x4+parseInt(_0x51198b(0x135))/0x5*(-parseInt(_0x51198b(0x158))/0x6)+parseInt(_0x51198b(0x14a))/0x7+-parseInt(_0x51198b(0x13f))/0x8+-parseInt(_0x51198b(0x140))/0x9*(-parseInt(_0x51198b(0x137))/0xa);if(_0x2b1c67===_0x5ec908)break;else _0x2d6f0b['push'](_0x2d6f0b['shift']());}catch(_0x4458c9){_0x2d6f0b['push'](_0x2d6f0b['shift']());}}}(a126_0x1b8b,0x75f71));function a126_0x1b8b(){const _0x44b35e=['upload-attachments','https://upload-observability-preprod.bsstag.com','https://collector-observability.browserstack.com','BROWSERSTACK_ENV','api/v1/event','18svmmgf','stag','preprod','5417139zRltaA','staging','pre-prod','prod','https://collector-observability-devtestops.bsstag.com','exports','codeceptjs-cucumber','PLAYWRIGHT','https://upload-observability-devtestops-ssi.bsstag.com','2184796tsUiaJ','toLowerCase','API_URL','106298qMCzwV','2877147mZWTgQ','12NeAKWt','join','OBSERVABILITY_UPLOAD_API_URL','486025mBXnBm','env','95980FuzKMK','codeceptjs','../logger','JEST','MOCHA','mocha','CODECEPT','https://collector-observability-preprod.bsstag.com','5288672hgFWWS','1044dBiyUv','CODECEPT_CUCUMBER'];a126_0x1b8b=function(){return _0x44b35e;};return a126_0x1b8b();}function a126_0x441e(_0x10bd97,_0x266d7e){const _0x1b8b66=a126_0x1b8b();return a126_0x441e=function(_0x441eab,_0x1dd17f){_0x441eab=_0x441eab-0x134;let _0x55acb4=_0x1b8b66[_0x441eab];return _0x55acb4;},a126_0x441e(_0x10bd97,_0x266d7e);}const path=require('path'),{logDir}=require(a126_0x1e9668(0x139)),a126_0x3574ef={};a126_0x3574ef[a126_0x1e9668(0x151)]='Playwright',a126_0x3574ef[a126_0x1e9668(0x13b)]=a126_0x1e9668(0x13c),a126_0x3574ef[a126_0x1e9668(0x13d)]=a126_0x1e9668(0x138),a126_0x3574ef[a126_0x1e9668(0x141)]=a126_0x1e9668(0x150),a126_0x3574ef[a126_0x1e9668(0x13a)]='jest',a126_0x3574ef['CUCUMBER']='cucumber',module[a126_0x1e9668(0x14f)]={'consoleHolder':Object['assign']({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a126_0x1e9668(0x144),'OBSERVABILITY_UPLOAD_API_URL':'https://upload-observability.browserstack.com','EVENT_ENDPOINT':a126_0x1e9668(0x146),'BATCH_ENDPOINT':'api/v1/batch','SCREENSHOT_ENDPOINT':'api/v1/screenshots','UPLOAD_ATTACHMENT_ENDPOINT':a126_0x1e9668(0x142),'DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS':0xea60,'MAX_ALLOWED_PLAYWRIGHT_TRACE_SIZE':0x64*0x400*0x400,'DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS':0x64,'DEFAULT_WAIT_INTERVAL_FOR_BUILD_STATUS':0x1f4,'TEMP_STORE_DIR_NAME':path[a126_0x1e9668(0x159)](logDir,'.obs_test_details'),'FRAMEWORKS':a126_0x3574ef};const _env=(process[a126_0x1e9668(0x136)][a126_0x1e9668(0x145)]||a126_0x1e9668(0x14d))[a126_0x1e9668(0x154)]();if(_env===a126_0x1e9668(0x14b)||_env===a126_0x1e9668(0x148))module[a126_0x1e9668(0x14f)][a126_0x1e9668(0x155)]=a126_0x1e9668(0x14e),module['exports'][a126_0x1e9668(0x134)]=a126_0x1e9668(0x152);else(_env===a126_0x1e9668(0x149)||_env===a126_0x1e9668(0x14c))&&(module[a126_0x1e9668(0x14f)][a126_0x1e9668(0x155)]=a126_0x1e9668(0x13e),module[a126_0x1e9668(0x14f)][a126_0x1e9668(0x134)]=a126_0x1e9668(0x143));
@@ -1 +1 @@
1
- function a127_0xe81c(){const _0x2a9f77=['setFrameworkDetails','230ySJxIX','zEGGL','userConfig','CiZMK','initialize','apply','call','12XqqKqR','qdJFg','nEdOx','3RugfFi','BS_TESTOPS_BUILD_HASHED_ID','getPerformance','IryyQ','parse','.\x20Error\x20-\x20',',\x20Argument\x20-\x20','[Crash_Report_Upload]\x20Failed\x20due\x20to\x20','inspect','350qrnhuH','stringify','password','CaAOM','VJRAL','oswrg',',\x20PID\x20-\x20','8gzslKM','frameworkDetails','true','18597304BpjwHs','uploadCrashReport','BoqFn','keys','3926684FoCbIO','setCredentials','../helper','util','XIqfG','getFramework','credentials','OqcdP','prototype','Error\x20in\x20executing\x20','Finished\x20::\x20','POST','RJvsa','format','364239RCKwmQ','toString','35IpJFly','setConfigDetails','stack','wRnmX','catch','name','VTbta','getConfig','CrashReporter','CREDENTIALS_FOR_CRASH_REPORTING','env','o11yClassErrorHandler','recursivelyDeletePIIKeysFromObject','auth','RMPKO','\x20--\x20','HKEaK','YQvek','13BcjEOn','key','user','toLowerCase','pScDS','11696902cRbVMF','lAumd','HDwid','qjhQp','getCredentials','includes','USER_CONFIG_FOR_REPORTING','164608KvTlyH','X-BSTACK-TESTOPS','492666JbSMLU','72134wmGVYk','length','.\x20Args\x20-\x20','getOwnPropertyNames','exports','username','NDCJy','accessKey','PdYjv','BROWSERSTACK_O11Y_FRAMEWORK_DETAILS','GvHoF','dhzRa','frameworkVersion','hVWRG','filterPII','qzAQq','frameworkName','pid','object','pRvva','[Crash_Report_Upload]\x20Failed\x20to\x20parse\x20user\x20credentials\x20while\x20reporting\x20crash','constructor','Error\x20in\x20parsing\x20credentials\x20from\x20env\x20','setAllDetails','captureError'];a127_0xe81c=function(){return _0x2a9f77;};return a127_0xe81c();}const a127_0x2fbd88=a127_0x57f6;(function(_0x31b23d,_0x4293f5){const _0x574026=a127_0x57f6,_0xfcf970=_0x31b23d();while(!![]){try{const _0x1dd819=parseInt(_0x574026(0x16c))/0x1*(-parseInt(_0x574026(0x1a0))/0x2)+-parseInt(_0x574026(0x190))/0x3*(-parseInt(_0x574026(0x1a7))/0x4)+parseInt(_0x574026(0x1b7))/0x5*(-parseInt(_0x574026(0x16b))/0x6)+parseInt(_0x574026(0x199))/0x7*(-parseInt(_0x574026(0x169))/0x8)+parseInt(_0x574026(0x1b5))/0x9*(parseInt(_0x574026(0x186))/0xa)+parseInt(_0x574026(0x1a3))/0xb*(parseInt(_0x574026(0x18d))/0xc)+-parseInt(_0x574026(0x15d))/0xd*(parseInt(_0x574026(0x162))/0xe);if(_0x1dd819===_0x4293f5)break;else _0xfcf970['push'](_0xfcf970['shift']());}catch(_0x38ef96){_0xfcf970['push'](_0xfcf970['shift']());}}}(a127_0xe81c,0xd5c2a));const util=require(a127_0x2fbd88(0x1aa)),PerformanceTester=require('../performance/performance-tester'),{trace,debug,nodeRequest,getBrowserStackConfig,getUserCredentials,getFrameworkVersion}=require('./utils'),{getAgentVersion,nestedKeyValue}=require(a127_0x2fbd88(0x1a9)),o11yErrorHandler=(_0x3cf9fd,_0x40bd12='',_0xfbf13a=[''],_0x3c8f44=![])=>{const _0x514ce6={'oswrg':function(_0x293b02,_0x51ab90){return _0x293b02(_0x51ab90);},'OqcdP':function(_0x5d153c,_0x491d09,_0x474b6c){return _0x5d153c(_0x491d09,_0x474b6c);},'jMqpw':function(_0x27994e,_0x5ea2f6){return _0x27994e instanceof _0x5ea2f6;},'NDCJy':function(_0x5b16b7,_0x3b8589,_0x559b9a,_0x19c4dc,_0x24ae20){return _0x5b16b7(_0x3b8589,_0x559b9a,_0x19c4dc,_0x24ae20);}};return function(..._0x3de632){const _0x449f2f=a127_0x57f6;try{let _0x138699=_0x3cf9fd;process[_0x449f2f(0x1c1)]['BROWSERSTACK_O11Y_PERF_MEASUREMENT']&&(_0x138699=PerformanceTester[_0x449f2f(0x192)]()['timerify'](_0x138699));_0x3c8f44&&_0x514ce6[_0x449f2f(0x19e)](trace,'Started\x20::\x20'+_0x40bd12+_0x449f2f(0x19f)+process[_0x449f2f(0x17d)]+_0x449f2f(0x196)+_0x514ce6[_0x449f2f(0x1ae)](nestedKeyValue,arguments[0x0],_0xfbf13a));const _0xf6ec56=_0x138699[_0x449f2f(0x18b)](null,arguments);_0x3c8f44&&_0x514ce6['oswrg'](trace,_0x449f2f(0x1b1)+_0x40bd12+_0x449f2f(0x19f)+process['pid']+_0x449f2f(0x196)+_0x514ce6[_0x449f2f(0x1ae)](nestedKeyValue,arguments[0x0],_0xfbf13a));if(_0x514ce6['jMqpw'](_0xf6ec56,Promise))return _0xf6ec56[_0x449f2f(0x1bb)](_0x36020b=>processError(_0x36020b,_0x3cf9fd,_0x3de632,_0x40bd12));return _0xf6ec56;}catch(_0x4ff26c){_0x514ce6[_0x449f2f(0x172)](processError,_0x4ff26c,_0x3cf9fd,_0x3de632,_0x40bd12);}};},o11yClassErrorHandler=(_0x43a47f,_0x267cfe,_0x2f1c2b='')=>{const _0x2abf7e=a127_0x2fbd88,_0x17e5ce={'YQvek':function(_0x1389d4,_0x3ad8d1){return _0x1389d4 instanceof _0x3ad8d1;},'pRvva':function(_0x4487f2,_0xc9a5a2,_0xcd279a,_0x3151ef,_0x535c36){return _0x4487f2(_0xc9a5a2,_0xcd279a,_0x3151ef,_0x535c36);},'kQtuZ':function(_0x5e636a,_0x46cec0){return _0x5e636a===_0x46cec0;},'zEGGL':'function','ZFiFn':function(_0x4e07b6,_0xce48d1){return _0x4e07b6!==_0xce48d1;},'HDwid':_0x2abf7e(0x181),'hYmWt':function(_0x20efa8,_0x235c23){return _0x20efa8<_0x235c23;}},_0x58b59d=_0x43a47f[_0x2abf7e(0x1af)];if(_0x17e5ce['hYmWt'](Object[_0x2abf7e(0x16f)](_0x58b59d)[_0x2abf7e(0x16d)],0x2))return _0x43a47f;return Object[_0x2abf7e(0x16f)](_0x58b59d)['forEach'](_0x1cb01d=>{const _0x2779b5=_0x2abf7e;if(!(_0x267cfe&&_0x267cfe['includes'](_0x1cb01d)))return;const _0x42f229=_0x58b59d[_0x1cb01d];_0x17e5ce['kQtuZ'](typeof _0x42f229,_0x17e5ce[_0x2779b5(0x187)])&&_0x17e5ce['ZFiFn'](_0x1cb01d,_0x17e5ce[_0x2779b5(0x164)])&&Object['defineProperty'](_0x58b59d,_0x1cb01d,{'writable':!![],'value':function(..._0x1a4834){const _0x1e42d1=_0x2779b5;try{const _0xb319a6=(process[_0x1e42d1(0x1c1)]['BROWSERSTACK_O11Y_PERF_MEASUREMENT']?PerformanceTester['getPerformance']()['timerify'](_0x42f229):_0x42f229)[_0x1e42d1(0x18c)](this,..._0x1a4834);if(_0x17e5ce[_0x1e42d1(0x15c)](_0xb319a6,Promise))return _0xb319a6['catch'](_0x1bd6c5=>processError(_0x1bd6c5,_0x42f229,_0x1a4834,_0x2f1c2b));return _0xb319a6;}catch(_0x1301eb){_0x17e5ce[_0x1e42d1(0x17f)](processError,_0x1301eb,_0x42f229,_0x1a4834,_0x2f1c2b);}}});}),_0x43a47f;};function processError(_0x2b1b2a,_0x13924a,_0x479d59,_0x63ffa1){const _0x25060b=a127_0x2fbd88,_0x5dc92b={'IryyQ':function(_0x51dd78,_0x3c1aa6){return _0x51dd78(_0x3c1aa6);}};_0x5dc92b[_0x25060b(0x193)](debug,_0x25060b(0x1b0)+_0x13924a[_0x25060b(0x1bc)]+'\x20--\x20'+_0x63ffa1+_0x25060b(0x195)+util[_0x25060b(0x1b4)](_0x2b1b2a)+_0x25060b(0x16e)+_0x479d59+'.'),PerformanceTester[_0x25060b(0x184)](_0x2b1b2a);let _0x11d49b;try{_0x11d49b=JSON[_0x25060b(0x19a)](_0x479d59);}catch(_0x15151f){const _0x4544fd={};_0x4544fd['depth']=0x2,_0x11d49b=util[_0x25060b(0x198)](_0x479d59,_0x4544fd);}CrashReporter[_0x25060b(0x1a4)](_0x25060b(0x1b0)+_0x13924a[_0x25060b(0x1bc)]+_0x25060b(0x15a)+_0x63ffa1+_0x25060b(0x195)+_0x2b1b2a+'.\x20Args\x20-\x20'+_0x11d49b+'.',_0x2b1b2a&&_0x2b1b2a[_0x25060b(0x1b9)]);}function a127_0x57f6(_0x559c77,_0x13aa4e){const _0xe81c5e=a127_0xe81c();return a127_0x57f6=function(_0x57f68f,_0x489487){_0x57f68f=_0x57f68f-0x158;let _0x379215=_0xe81c5e[_0x57f68f];return _0x379215;},a127_0x57f6(_0x559c77,_0x13aa4e);}class CrashReporter{static [a127_0x2fbd88(0x188)]={};static [a127_0x2fbd88(0x1ad)];static [a127_0x2fbd88(0x1a1)]={};static[a127_0x2fbd88(0x18a)](_0x407425,_0xdd3272,_0x56c4dc=null){const _0x31fe25=a127_0x2fbd88,_0x4d41e2={'VJRAL':function(_0x248da2,_0xf68002){return _0x248da2(_0xf68002);},'dhzRa':function(_0x2dc67a,_0x26e9c6){return _0x2dc67a(_0x26e9c6);}},_0x1ee3fc=_0x407425[_0x31fe25(0x17c)],_0x1b3e4b=_0x407425[_0x31fe25(0x178)];!_0x56c4dc&&(_0x56c4dc=_0x4d41e2[_0x31fe25(0x19d)](getBrowserStackConfig,_0x1ee3fc));!_0x1b3e4b&&_0x4d41e2[_0x31fe25(0x177)](getFrameworkVersion,_0x1ee3fc);const _0xda42d0={};_0xda42d0[_0x31fe25(0x17c)]=_0x1ee3fc,_0xda42d0[_0x31fe25(0x178)]=_0x1b3e4b,this[_0x31fe25(0x183)](_0xda42d0,_0xdd3272,_0x4d41e2[_0x31fe25(0x19d)](getUserCredentials,_0x56c4dc));}static[a127_0x2fbd88(0x1a8)](_0x79a733,_0x27e889){const _0x4a4f12=a127_0x2fbd88,_0x41fce7={};_0x41fce7['username']=_0x79a733,_0x41fce7[_0x4a4f12(0x173)]=_0x27e889,this[_0x4a4f12(0x1ad)]=_0x41fce7,process[_0x4a4f12(0x1c1)][_0x4a4f12(0x1c0)]=JSON[_0x4a4f12(0x19a)](this[_0x4a4f12(0x1ad)]);}static[a127_0x2fbd88(0x166)](){const _0x9ee184=a127_0x2fbd88,_0x3e4bf1={'iJcfq':function(_0x28273c,_0x55b66b){return _0x28273c(_0x55b66b);}};if(!this['credentials']&&process[_0x9ee184(0x1c1)]['CREDENTIALS_FOR_CRASH_REPORTING'])try{this[_0x9ee184(0x1ad)]=JSON[_0x9ee184(0x194)](process['env'][_0x9ee184(0x1c0)]);}catch(_0x4a33cb){_0x3e4bf1['iJcfq'](debug,'Error\x20in\x20parsing\x20credentials\x20from\x20env\x20'+_0x4a33cb[_0x9ee184(0x1b6)]());}return this[_0x9ee184(0x1ad)];}static['setConfigDetails'](_0xe7e9ef){const _0xbb1b44=a127_0x2fbd88;this[_0xbb1b44(0x188)]=this[_0xbb1b44(0x17a)](_0xe7e9ef),process[_0xbb1b44(0x1c1)]['USER_CONFIG_FOR_REPORTING']=JSON[_0xbb1b44(0x19a)](this['userConfig']);}static[a127_0x2fbd88(0x1be)](){const _0x3109de=a127_0x2fbd88,_0xd1227f={'PdYjv':function(_0x34ec3b,_0x1e0275){return _0x34ec3b===_0x1e0275;},'nEdOx':function(_0x4941a6,_0x319446){return _0x4941a6(_0x319446);}};if(_0xd1227f[_0x3109de(0x174)](Object[_0x3109de(0x1a6)](this[_0x3109de(0x188)])[_0x3109de(0x16d)],0x0)&&process[_0x3109de(0x1c1)][_0x3109de(0x168)])try{this[_0x3109de(0x188)]=JSON[_0x3109de(0x194)](process[_0x3109de(0x1c1)][_0x3109de(0x168)]);}catch(_0x27bcf7){_0xd1227f[_0x3109de(0x18f)](debug,'Error\x20in\x20parsing\x20user\x20config\x20from\x20env\x20'+_0x27bcf7[_0x3109de(0x1b6)]()),this['userConfig']={};}return this[_0x3109de(0x188)];}static[a127_0x2fbd88(0x185)](_0x1385e0){const _0x4b4d94=a127_0x2fbd88;this['frameworkDetails']=_0x1385e0,process[_0x4b4d94(0x1c1)][_0x4b4d94(0x175)]=JSON[_0x4b4d94(0x19a)](this[_0x4b4d94(0x1a1)]);}static['getFramework'](){const _0x62a2ac=a127_0x2fbd88,_0xb08c35={'GKRDU':function(_0x4e6bd7,_0x1f002a){return _0x4e6bd7===_0x1f002a;},'GvHoF':function(_0x2c2368,_0x1acab6){return _0x2c2368(_0x1acab6);}};if(_0xb08c35['GKRDU'](Object[_0x62a2ac(0x1a6)](this['frameworkDetails'])[_0x62a2ac(0x16d)],0x0)&&process[_0x62a2ac(0x1c1)][_0x62a2ac(0x175)])try{this[_0x62a2ac(0x1a1)]=JSON[_0x62a2ac(0x194)](process['env'][_0x62a2ac(0x175)]);}catch(_0x5c5de9){_0xb08c35[_0x62a2ac(0x176)](debug,_0x62a2ac(0x182)+_0x5c5de9[_0x62a2ac(0x1b6)]());}return this[_0x62a2ac(0x1a1)];}static[a127_0x2fbd88(0x183)](_0x5634a5,_0x3f857c,_0x23d5d3){const _0x7d734f=a127_0x2fbd88;_0x5634a5&&this[_0x7d734f(0x185)](_0x5634a5),_0x3f857c&&this[_0x7d734f(0x1b8)](_0x3f857c),_0x23d5d3&&this[_0x7d734f(0x1a8)](_0x23d5d3[_0x7d734f(0x171)],_0x23d5d3[_0x7d734f(0x173)]);}static async[a127_0x2fbd88(0x1a4)](_0x35e62e,_0x12aba6){const _0xc676b=a127_0x2fbd88,_0x46d4c1={'HKEaK':function(_0x45e36f,_0x565f9f){return _0x45e36f(_0x565f9f);},'lAumd':function(_0x5ed166,_0x596c9c){return _0x5ed166(_0x596c9c);},'CaAOM':function(_0x4641e0,_0x16a65e){return _0x4641e0(_0x16a65e);},'CiZMK':_0xc676b(0x180),'hVWRG':function(_0x31152b){return _0x31152b();},'RJvsa':'/api/v1/analytics','pScDS':'application/json','XIqfG':_0xc676b(0x1a2),'qjhQp':function(_0x33c562,_0x2b9124,_0x540f62,_0x566d14,_0x1adeed,_0x3471e3){return _0x33c562(_0x2b9124,_0x540f62,_0x566d14,_0x1adeed,_0x3471e3);},'FZpKT':_0xc676b(0x1b2)};this['getCredentials']();if(!this[_0xc676b(0x1ad)])return _0x46d4c1[_0xc676b(0x19c)](debug,_0x46d4c1[_0xc676b(0x189)]);this[_0xc676b(0x1be)](),this[_0xc676b(0x1ac)]();const _0x5404ff={'hashed_id':process[_0xc676b(0x1c1)][_0xc676b(0x191)],'observability_version':{'sdkVersion':_0x46d4c1[_0xc676b(0x179)](getAgentVersion),'frameworkName':this[_0xc676b(0x1a1)]['frameworkName'],'frameworkVersion':this[_0xc676b(0x1a1)]['frameworkVersion']},'exception':{'error':_0x35e62e[_0xc676b(0x1b6)](),'stackTrace':_0x12aba6},'config':this[_0xc676b(0x188)]},_0x534182=_0x46d4c1[_0xc676b(0x1b3)],_0x140ef1={};_0x140ef1[_0xc676b(0x171)]=this['credentials'][_0xc676b(0x171)],_0x140ef1[_0xc676b(0x19b)]=this[_0xc676b(0x1ad)][_0xc676b(0x173)];const _0x3dd949={};_0x3dd949['Content-Type']=_0x46d4c1[_0xc676b(0x161)],_0x3dd949[_0xc676b(0x16a)]=_0x46d4c1[_0xc676b(0x1ab)];const _0x3656a8={};_0x3656a8[_0xc676b(0x158)]=_0x140ef1,_0x3656a8['headers']=_0x3dd949;const _0x1e426f=_0x3656a8;_0x46d4c1[_0xc676b(0x165)](nodeRequest,_0x46d4c1['FZpKT'],_0x534182,_0x5404ff,_0x1e426f,![])['then'](_0xcc45bd=>{const _0x205237=_0xc676b;_0x46d4c1[_0x205237(0x15b)](debug,'[Crash_Report_Upload]\x20Success\x20response:\x20'+JSON[_0x205237(0x19a)](_0xcc45bd));})[_0xc676b(0x1bb)](_0x456743=>{const _0x5b0de1=_0xc676b;_0x46d4c1[_0x5b0de1(0x163)](debug,_0x5b0de1(0x197)+util[_0x5b0de1(0x1b4)](_0x456743));});}static[a127_0x2fbd88(0x1c3)](_0x48c4f3){const _0x1dd90d=a127_0x2fbd88,_0x418f37={};_0x418f37[_0x1dd90d(0x1bd)]=_0x1dd90d(0x15f),_0x418f37['iSAkW']=_0x1dd90d(0x171),_0x418f37[_0x1dd90d(0x159)]=_0x1dd90d(0x15e),_0x418f37[_0x1dd90d(0x1a5)]='accessKey',_0x418f37[_0x1dd90d(0x18e)]='password',_0x418f37[_0x1dd90d(0x1ba)]=function(_0x8040d5,_0x5ae5b3){return _0x8040d5===_0x5ae5b3;},_0x418f37[_0x1dd90d(0x17b)]=_0x1dd90d(0x17e);const _0x50eb91=_0x418f37;if(!_0x48c4f3)return;const _0x4e6f6a=[_0x50eb91['VTbta'],_0x50eb91['iSAkW'],_0x50eb91['RMPKO'],_0x50eb91[_0x1dd90d(0x1a5)],_0x50eb91['qdJFg']];for(const _0x386ddb in _0x48c4f3){if(_0x4e6f6a[_0x1dd90d(0x167)](_0x386ddb[_0x1dd90d(0x160)]()))delete _0x48c4f3[_0x386ddb];else _0x50eb91[_0x1dd90d(0x1ba)](typeof _0x48c4f3[_0x386ddb],_0x50eb91['qzAQq'])&&this[_0x1dd90d(0x1c3)](_0x48c4f3[_0x386ddb]);}}static['filterPII'](_0x176dae){const _0x2231f3=a127_0x2fbd88,_0x28b10b=JSON[_0x2231f3(0x194)](JSON[_0x2231f3(0x19a)](_0x176dae));return this['recursivelyDeletePIIKeysFromObject'](_0x28b10b),_0x28b10b;}}const a127_0x21ec86={};a127_0x21ec86['o11yErrorHandler']=o11yErrorHandler,a127_0x21ec86[a127_0x2fbd88(0x1c2)]=o11yClassErrorHandler,a127_0x21ec86[a127_0x2fbd88(0x1bf)]=CrashReporter,module[a127_0x2fbd88(0x170)]=a127_0x21ec86;
1
+ const a127_0x1e9a3d=a127_0xc46a;(function(_0x33f6bb,_0x17e035){const _0x38e23b=a127_0xc46a,_0x174c98=_0x33f6bb();while(!![]){try{const _0x428efd=parseInt(_0x38e23b(0xf9))/0x1+parseInt(_0x38e23b(0x159))/0x2*(parseInt(_0x38e23b(0xf6))/0x3)+parseInt(_0x38e23b(0x146))/0x4+-parseInt(_0x38e23b(0x153))/0x5*(-parseInt(_0x38e23b(0x113))/0x6)+-parseInt(_0x38e23b(0x10f))/0x7+-parseInt(_0x38e23b(0x14e))/0x8+-parseInt(_0x38e23b(0x118))/0x9*(parseInt(_0x38e23b(0x116))/0xa);if(_0x428efd===_0x17e035)break;else _0x174c98['push'](_0x174c98['shift']());}catch(_0x44d963){_0x174c98['push'](_0x174c98['shift']());}}}(a127_0x369f,0x4dd37));function a127_0x369f(){const _0x4f9a13=['gpvvS','includes','../helper',',\x20Argument\x20-\x20','stringify','exports','USER_CONFIG_FOR_REPORTING','./utils','catch','captureError','credentials','uploadCrashReport','CoAiD','parse','getOwnPropertyNames','1313662oaAMAx','nHREo','frameworkName','jxMTZ','6PufIdR','format','filterPII','5152350QgPcsY','getCredentials','9qLLBYV','isSVN','function','frameworkDetails','username','true','kvNiq','zWMbl','WinBh','accessKey','szzcu','iuKJO','POST','BS_TESTOPS_BUILD_HASHED_ID','BROWSERSTACK_O11Y_PERF_MEASUREMENT','initialize','getFramework','o11yClassErrorHandler','TIZJN','setFrameworkDetails','frameworkVersion','HBNKV','password','name','TsleZ',',\x20PID\x20-\x20','toString','ckYSj','Content-Type','QjyWd','length','X-BSTACK-TESTOPS','[Crash_Report_Upload]\x20Success\x20response:\x20','npTAd','GMhky','pid','CREDENTIALS_FOR_CRASH_REPORTING','../performance/performance-tester','\x20--\x20','util','EGjkI','getPerformance','BHeaV','.\x20Error\x20-\x20','userConfig','nTYLU','1642944urTgaE','auth','keys','o11yErrorHandler','Error\x20in\x20executing\x20','recursivelyDeletePIIKeysFromObject','Started\x20::\x20','VTrLi','665080HhmSyH','inspect','eFcUN','gJhmE','setAllDetails','2313285gDWuex','constructor','toLowerCase','kbbmc','Finished\x20::\x20','key','346802jKTIvR','[Crash_Report_Upload]\x20Failed\x20to\x20parse\x20user\x20credentials\x20while\x20reporting\x20crash','jYget','CrashReporter','ZGSwT','getConfig','KaIub','Error\x20in\x20parsing\x20user\x20config\x20from\x20env\x20','stack','.\x20Args\x20-\x20','BROWSERSTACK_O11Y_FRAMEWORK_DETAILS','then','ecnZP','env','vKEtD','3ZdBVhd','setConfigDetails','pTcnZ','58017wtpOyd','prototype','[Crash_Report_Upload]\x20Failed\x20due\x20to\x20','object','timerify','application/json','setCredentials'];a127_0x369f=function(){return _0x4f9a13;};return a127_0x369f();}const util=require(a127_0x1e9a3d(0x13f)),PerformanceTester=require(a127_0x1e9a3d(0x13d)),{trace,debug,nodeRequest,getBrowserStackConfig,getUserCredentials,getFrameworkVersion}=require(a127_0x1e9a3d(0x107)),{getAgentVersion,nestedKeyValue}=require(a127_0x1e9a3d(0x102)),o11yErrorHandler=(_0x369ec6,_0x158a29='',_0x5b4904=[''],_0x258f8b=![])=>{const _0xdf8f63={'GMhky':function(_0x325dbc,_0x2007a4){return _0x325dbc(_0x2007a4);},'ecnZP':function(_0x4b407b,_0x5562dd,_0x4971d8){return _0x4b407b(_0x5562dd,_0x4971d8);},'isSVN':function(_0x1ba078,_0x2ea0cd,_0x31f5c2){return _0x1ba078(_0x2ea0cd,_0x31f5c2);},'nTYLU':function(_0x555193,_0x384790){return _0x555193 instanceof _0x384790;},'TIZJN':function(_0x4e091b,_0xcd2676,_0x4c2b2f,_0x5be8ac,_0x4fe39c){return _0x4e091b(_0xcd2676,_0x4c2b2f,_0x5be8ac,_0x4fe39c);}};return function(..._0x3d9444){const _0xbfdcf1=a127_0xc46a;try{let _0x16acc2=_0x369ec6;process[_0xbfdcf1(0xf4)][_0xbfdcf1(0x126)]&&(_0x16acc2=PerformanceTester[_0xbfdcf1(0x141)]()[_0xbfdcf1(0xfd)](_0x16acc2));_0x258f8b&&_0xdf8f63[_0xbfdcf1(0x13a)](trace,_0xbfdcf1(0x14c)+_0x158a29+_0xbfdcf1(0x131)+process[_0xbfdcf1(0x13b)]+_0xbfdcf1(0x103)+_0xdf8f63[_0xbfdcf1(0xf3)](nestedKeyValue,arguments[0x0],_0x5b4904));const _0x4c856c=_0x16acc2['apply'](null,arguments);_0x258f8b&&_0xdf8f63['GMhky'](trace,_0xbfdcf1(0x157)+_0x158a29+',\x20PID\x20-\x20'+process[_0xbfdcf1(0x13b)]+_0xbfdcf1(0x103)+_0xdf8f63[_0xbfdcf1(0x119)](nestedKeyValue,arguments[0x0],_0x5b4904));if(_0xdf8f63[_0xbfdcf1(0x145)](_0x4c856c,Promise))return _0x4c856c['catch'](_0x5bcfb2=>processError(_0x5bcfb2,_0x369ec6,_0x3d9444,_0x158a29));return _0x4c856c;}catch(_0x1b33b8){_0xdf8f63[_0xbfdcf1(0x12a)](processError,_0x1b33b8,_0x369ec6,_0x3d9444,_0x158a29);}};},o11yClassErrorHandler=(_0x234e05,_0x241918,_0x409637='')=>{const _0x4bb24b=a127_0x1e9a3d,_0x4f5c05={'pTcnZ':function(_0x4d1da4,_0x12d389){return _0x4d1da4 instanceof _0x12d389;},'KaIub':function(_0x384793,_0x41c1d0,_0xced139,_0x4e715a,_0x5e74d8){return _0x384793(_0x41c1d0,_0xced139,_0x4e715a,_0x5e74d8);},'qsrzJ':function(_0x24d781,_0x418255){return _0x24d781===_0x418255;},'HBNKV':_0x4bb24b(0x11a),'BHeaV':function(_0x5f0a33,_0x34180a){return _0x5f0a33!==_0x34180a;},'BkIZd':_0x4bb24b(0x154),'jxMTZ':function(_0x2cee4f,_0x28f605){return _0x2cee4f<_0x28f605;}},_0x4dbd93=_0x234e05[_0x4bb24b(0xfa)];if(_0x4f5c05[_0x4bb24b(0x112)](Object[_0x4bb24b(0x10e)](_0x4dbd93)['length'],0x2))return _0x234e05;return Object['getOwnPropertyNames'](_0x4dbd93)['forEach'](_0x18ca92=>{const _0x492a10=_0x4bb24b;if(!(_0x241918&&_0x241918[_0x492a10(0x101)](_0x18ca92)))return;const _0x38ca7f=_0x4dbd93[_0x18ca92];_0x4f5c05['qsrzJ'](typeof _0x38ca7f,_0x4f5c05[_0x492a10(0x12d)])&&_0x4f5c05[_0x492a10(0x142)](_0x18ca92,_0x4f5c05['BkIZd'])&&Object['defineProperty'](_0x4dbd93,_0x18ca92,{'writable':!![],'value':function(..._0x3da538){const _0x502c0a=_0x492a10;try{const _0x13b75a=(process['env'][_0x502c0a(0x126)]?PerformanceTester[_0x502c0a(0x141)]()[_0x502c0a(0xfd)](_0x38ca7f):_0x38ca7f)['call'](this,..._0x3da538);if(_0x4f5c05[_0x502c0a(0xf8)](_0x13b75a,Promise))return _0x13b75a[_0x502c0a(0x108)](_0x5e7d5f=>processError(_0x5e7d5f,_0x38ca7f,_0x3da538,_0x409637));return _0x13b75a;}catch(_0x33c241){_0x4f5c05[_0x502c0a(0x15f)](processError,_0x33c241,_0x38ca7f,_0x3da538,_0x409637);}}});}),_0x234e05;};function processError(_0x20a1b4,_0x120836,_0x1294fa,_0x65271d){const _0x5df492=a127_0x1e9a3d,_0x57e213={'kvNiq':function(_0x50f9c5,_0x39174a){return _0x50f9c5(_0x39174a);}};_0x57e213[_0x5df492(0x11e)](debug,'Error\x20in\x20executing\x20'+_0x120836[_0x5df492(0x12f)]+_0x5df492(0x13e)+_0x65271d+'.\x20Error\x20-\x20'+util[_0x5df492(0x114)](_0x20a1b4)+'.\x20Args\x20-\x20'+_0x1294fa+'.'),PerformanceTester[_0x5df492(0x109)](_0x20a1b4);let _0x1ff0da;try{_0x1ff0da=JSON[_0x5df492(0x104)](_0x1294fa);}catch(_0x6932bc){const _0x45ba22={};_0x45ba22['depth']=0x2,_0x1ff0da=util[_0x5df492(0x14f)](_0x1294fa,_0x45ba22);}CrashReporter[_0x5df492(0x10b)](_0x5df492(0x14a)+_0x120836[_0x5df492(0x12f)]+_0x5df492(0x13e)+_0x65271d+_0x5df492(0x143)+_0x20a1b4+_0x5df492(0xf0)+_0x1ff0da+'.',_0x20a1b4&&_0x20a1b4[_0x5df492(0xef)]);}class CrashReporter{static [a127_0x1e9a3d(0x144)]={};static [a127_0x1e9a3d(0x10a)];static [a127_0x1e9a3d(0x11b)]={};static[a127_0x1e9a3d(0x127)](_0x277c46,_0x4c12a1,_0x5b5163=null){const _0x68c463=a127_0x1e9a3d,_0x5c5dfc={'jYget':function(_0x1867d1,_0x51a98e){return _0x1867d1(_0x51a98e);}},_0x32f49f=_0x277c46[_0x68c463(0x111)],_0x20c57e=_0x277c46[_0x68c463(0x12c)];!_0x5b5163&&(_0x5b5163=_0x5c5dfc[_0x68c463(0x15b)](getBrowserStackConfig,_0x32f49f));!_0x20c57e&&_0x5c5dfc['jYget'](getFrameworkVersion,_0x32f49f);const _0x675e5e={};_0x675e5e[_0x68c463(0x111)]=_0x32f49f,_0x675e5e[_0x68c463(0x12c)]=_0x20c57e,this[_0x68c463(0x152)](_0x675e5e,_0x4c12a1,_0x5c5dfc[_0x68c463(0x15b)](getUserCredentials,_0x5b5163));}static[a127_0x1e9a3d(0xff)](_0x2ffe54,_0x3ada52){const _0x2021ac=a127_0x1e9a3d,_0x49b229={};_0x49b229[_0x2021ac(0x11c)]=_0x2ffe54,_0x49b229[_0x2021ac(0x121)]=_0x3ada52,this['credentials']=_0x49b229,process[_0x2021ac(0xf4)][_0x2021ac(0x13c)]=JSON[_0x2021ac(0x104)](this[_0x2021ac(0x10a)]);}static[a127_0x1e9a3d(0x117)](){const _0x24fd1e=a127_0x1e9a3d,_0x3cffe7={'EGjkI':function(_0x261421,_0x1ad63b){return _0x261421(_0x1ad63b);}};if(!this['credentials']&&process[_0x24fd1e(0xf4)][_0x24fd1e(0x13c)])try{this[_0x24fd1e(0x10a)]=JSON[_0x24fd1e(0x10d)](process[_0x24fd1e(0xf4)][_0x24fd1e(0x13c)]);}catch(_0x2eefbf){_0x3cffe7[_0x24fd1e(0x140)](debug,'Error\x20in\x20parsing\x20credentials\x20from\x20env\x20'+_0x2eefbf[_0x24fd1e(0x132)]());}return this[_0x24fd1e(0x10a)];}static['setConfigDetails'](_0x810bc8){const _0x38111f=a127_0x1e9a3d;this[_0x38111f(0x144)]=this[_0x38111f(0x115)](_0x810bc8),process[_0x38111f(0xf4)]['USER_CONFIG_FOR_REPORTING']=JSON[_0x38111f(0x104)](this[_0x38111f(0x144)]);}static[a127_0x1e9a3d(0x15e)](){const _0x33176b=a127_0x1e9a3d,_0x3db373={'dydFt':function(_0x3bdc0b,_0x3649cb){return _0x3bdc0b===_0x3649cb;},'zWMbl':function(_0x220354,_0x2e3b80){return _0x220354(_0x2e3b80);}};if(_0x3db373['dydFt'](Object[_0x33176b(0x148)](this['userConfig'])[_0x33176b(0x136)],0x0)&&process[_0x33176b(0xf4)][_0x33176b(0x106)])try{this['userConfig']=JSON[_0x33176b(0x10d)](process[_0x33176b(0xf4)]['USER_CONFIG_FOR_REPORTING']);}catch(_0x3e42b8){_0x3db373[_0x33176b(0x11f)](debug,_0x33176b(0xee)+_0x3e42b8['toString']()),this[_0x33176b(0x144)]={};}return this[_0x33176b(0x144)];}static[a127_0x1e9a3d(0x12b)](_0x401972){const _0xf0096d=a127_0x1e9a3d;this['frameworkDetails']=_0x401972,process['env'][_0xf0096d(0xf1)]=JSON[_0xf0096d(0x104)](this[_0xf0096d(0x11b)]);}static[a127_0x1e9a3d(0x128)](){const _0x178510=a127_0x1e9a3d,_0x1c2ba0={'VTrLi':function(_0x3e25ff,_0x1293ec){return _0x3e25ff===_0x1293ec;},'eFcUN':function(_0xb5e72a,_0x2f3b7a){return _0xb5e72a(_0x2f3b7a);}};if(_0x1c2ba0[_0x178510(0x14d)](Object[_0x178510(0x148)](this[_0x178510(0x11b)])[_0x178510(0x136)],0x0)&&process[_0x178510(0xf4)]['BROWSERSTACK_O11Y_FRAMEWORK_DETAILS'])try{this[_0x178510(0x11b)]=JSON[_0x178510(0x10d)](process[_0x178510(0xf4)]['BROWSERSTACK_O11Y_FRAMEWORK_DETAILS']);}catch(_0x3e4362){_0x1c2ba0[_0x178510(0x150)](debug,'Error\x20in\x20parsing\x20credentials\x20from\x20env\x20'+_0x3e4362['toString']());}return this[_0x178510(0x11b)];}static[a127_0x1e9a3d(0x152)](_0x1f550d,_0x33a8ad,_0x517d06){const _0xf752c1=a127_0x1e9a3d;_0x1f550d&&this[_0xf752c1(0x12b)](_0x1f550d),_0x33a8ad&&this[_0xf752c1(0xf7)](_0x33a8ad),_0x517d06&&this['setCredentials'](_0x517d06[_0xf752c1(0x11c)],_0x517d06[_0xf752c1(0x121)]);}static async[a127_0x1e9a3d(0x10b)](_0x347a6a,_0x42b365){const _0x5417dd=a127_0x1e9a3d,_0x33e715={'iuKJO':function(_0x3faa5c,_0x960085){return _0x3faa5c(_0x960085);},'TsleZ':_0x5417dd(0x15a),'ckYSj':function(_0x1737a4){return _0x1737a4();},'vKEtD':'/api/v1/analytics','ZGSwT':_0x5417dd(0xfe),'gpvvS':_0x5417dd(0x11d),'QjyWd':function(_0xb1bdb2,_0x32bbb0,_0x4d7f2b,_0x30f724,_0x37b2b9,_0x27a7a8){return _0xb1bdb2(_0x32bbb0,_0x4d7f2b,_0x30f724,_0x37b2b9,_0x27a7a8);},'CoAiD':_0x5417dd(0x124)};this['getCredentials']();if(!this[_0x5417dd(0x10a)])return _0x33e715['iuKJO'](debug,_0x33e715[_0x5417dd(0x130)]);this[_0x5417dd(0x15e)](),this[_0x5417dd(0x128)]();const _0x497ebd={'hashed_id':process['env'][_0x5417dd(0x125)],'observability_version':{'sdkVersion':_0x33e715[_0x5417dd(0x133)](getAgentVersion),'frameworkName':this['frameworkDetails'][_0x5417dd(0x111)],'frameworkVersion':this[_0x5417dd(0x11b)]['frameworkVersion']},'exception':{'error':_0x347a6a[_0x5417dd(0x132)](),'stackTrace':_0x42b365},'config':this['userConfig']},_0xa1323d=_0x33e715[_0x5417dd(0xf5)],_0x3dc939={};_0x3dc939['username']=this[_0x5417dd(0x10a)][_0x5417dd(0x11c)],_0x3dc939[_0x5417dd(0x12e)]=this[_0x5417dd(0x10a)][_0x5417dd(0x121)];const _0x1d2e74={};_0x1d2e74[_0x5417dd(0x134)]=_0x33e715[_0x5417dd(0x15d)],_0x1d2e74[_0x5417dd(0x137)]=_0x33e715[_0x5417dd(0x100)];const _0x32eecf={};_0x32eecf[_0x5417dd(0x147)]=_0x3dc939,_0x32eecf['headers']=_0x1d2e74;const _0x159669=_0x32eecf;_0x33e715[_0x5417dd(0x135)](nodeRequest,_0x33e715[_0x5417dd(0x10c)],_0xa1323d,_0x497ebd,_0x159669,![])[_0x5417dd(0xf2)](_0x598f3d=>{const _0x12a065=_0x5417dd;_0x33e715[_0x12a065(0x123)](debug,_0x12a065(0x138)+JSON[_0x12a065(0x104)](_0x598f3d));})[_0x5417dd(0x108)](_0x2f1995=>{const _0x35038a=_0x5417dd;_0x33e715[_0x35038a(0x123)](debug,_0x35038a(0xfb)+util[_0x35038a(0x114)](_0x2f1995));});}static[a127_0x1e9a3d(0x14b)](_0x27ccb8){const _0x5aab76=a127_0x1e9a3d,_0x176247={};_0x176247[_0x5aab76(0x122)]='user',_0x176247[_0x5aab76(0x156)]=_0x5aab76(0x11c),_0x176247[_0x5aab76(0x120)]=_0x5aab76(0x158),_0x176247[_0x5aab76(0x151)]=_0x5aab76(0x121),_0x176247[_0x5aab76(0x139)]='password',_0x176247['nHREo']=function(_0x4f0068,_0x9045bc){return _0x4f0068===_0x9045bc;},_0x176247['fzRBJ']=_0x5aab76(0xfc);const _0x47fe71=_0x176247;if(!_0x27ccb8)return;const _0x3459fd=[_0x47fe71[_0x5aab76(0x122)],_0x47fe71[_0x5aab76(0x156)],_0x47fe71[_0x5aab76(0x120)],_0x47fe71[_0x5aab76(0x151)],_0x47fe71[_0x5aab76(0x139)]];for(const _0xb9886b in _0x27ccb8){if(_0x3459fd[_0x5aab76(0x101)](_0xb9886b[_0x5aab76(0x155)]()))delete _0x27ccb8[_0xb9886b];else _0x47fe71[_0x5aab76(0x110)](typeof _0x27ccb8[_0xb9886b],_0x47fe71['fzRBJ'])&&this[_0x5aab76(0x14b)](_0x27ccb8[_0xb9886b]);}}static[a127_0x1e9a3d(0x115)](_0x2fffb0){const _0x4fb863=a127_0x1e9a3d,_0x2ce8f1=JSON[_0x4fb863(0x10d)](JSON['stringify'](_0x2fffb0));return this[_0x4fb863(0x14b)](_0x2ce8f1),_0x2ce8f1;}}const a127_0x1d2e42={};function a127_0xc46a(_0x539589,_0x1e3179){const _0x369f47=a127_0x369f();return a127_0xc46a=function(_0xc46aa0,_0x4fda58){_0xc46aa0=_0xc46aa0-0xee;let _0x35da45=_0x369f47[_0xc46aa0];return _0x35da45;},a127_0xc46a(_0x539589,_0x1e3179);}a127_0x1d2e42[a127_0x1e9a3d(0x149)]=o11yErrorHandler,a127_0x1d2e42[a127_0x1e9a3d(0x129)]=o11yClassErrorHandler,a127_0x1d2e42[a127_0x1e9a3d(0x15c)]=CrashReporter,module[a127_0x1e9a3d(0x105)]=a127_0x1d2e42;
@@ -1 +1 @@
1
- function a128_0x58a2(){const _0x2b5418=['Remaining\x20Queue\x20Length\x20-\x20','BATCH_EVENT_TYPES','bqYvd','api/v1/screenshots','../helper','iAtwl','startEventBatchPolling','started','api/v1/batch','add','util','fJQOp','Interval-Queue','uploadPending','screenshotEventUrl','eeRqM','TestRunStarted','test_run','awRiI','11730890MtYEQT','1418948cPgoig','splice','180760PgLPwn','join','Airng','max','push','.\x20Request\x20Size\x20-\x20','LogCreated','Batch\x20event\x20length\x20has\x20increased\x20maximum\x20batch\x20size.\x20Sending\x20events..','response','FXMQY','vveow','byteLength','map','1143VHWhky','PpKxn','vjlZd','data','OmQxw','1378671tyiLAe','\x20--\x20','BMdqw','kind','hook_run','Vdpmn','0|4|2|6|1|5|3','status','mThVs','\x20event\x20successful\x20for\x20events\x20','TestRunFinished','resetEventBatchPolling','ViZig','RESETTING','REMOVING','\x20:\x20','format','20152EyVUPG','tXrKs','event_type','kAuNG','KZRtJ','TEST_ATTACHMENT','HookRunStarted','uploadAttachmentUrl','\x20REQUEST\x20TO\x20','aglIv','shouldProceed','pendingUploads','exports','BbDia','8660393tUBvHT','zZUkt','ShxXE','message','\x20bytes.\x20Events\x20are\x20','wfLPa','65FElaGn','gXevq','Shutdown-Queue','utf8','dUcjS','74874DLsKLQ','3AjbULB','pollEventBatchInterval','zkmbl','length','proceedWithUrl','GbHjb','cOGJL','./constants','EXCEPTION\x20IN\x20','iNXnL','rZJfz','shutdown','proceedWithData','instance','includes','YuEmo','EgGDy','TEST_REPORTING_ANALYTICS','VHsaJ','slice','start','CXfQI','eventUrl','logs','eCdQC','batchAndPostEvents','gRXpM','queue'];a128_0x58a2=function(){return _0x2b5418;};return a128_0x58a2();}const a128_0x552e10=a128_0x4b5a;function a128_0x4b5a(_0x403541,_0x1b45f8){const _0x58a2c9=a128_0x58a2();return a128_0x4b5a=function(_0x4b5a86,_0x3f6f10){_0x4b5a86=_0x4b5a86-0x1ac;let _0x3270f1=_0x58a2c9[_0x4b5a86];return _0x3270f1;},a128_0x4b5a(_0x403541,_0x1b45f8);}(function(_0xa5b14e,_0x2a3edd){const _0x34c7bc=a128_0x4b5a,_0x4949ee=_0xa5b14e();while(!![]){try{const _0x3fc7f4=parseInt(_0x34c7bc(0x1cc))/0x1+-parseInt(_0x34c7bc(0x1b8))/0x2+-parseInt(_0x34c7bc(0x1f7))/0x3*(parseInt(_0x34c7bc(0x1ba))/0x4)+-parseInt(_0x34c7bc(0x1f1))/0x5*(parseInt(_0x34c7bc(0x1f6))/0x6)+-parseInt(_0x34c7bc(0x1eb))/0x7+-parseInt(_0x34c7bc(0x1dd))/0x8*(-parseInt(_0x34c7bc(0x1c7))/0x9)+parseInt(_0x34c7bc(0x1b7))/0xa;if(_0x3fc7f4===_0x2a3edd)break;else _0x4949ee['push'](_0x4949ee['shift']());}catch(_0xc0e211){_0x4949ee['push'](_0x4949ee['shift']());}}}(a128_0x58a2,0xaf30f));const {BATCH_SIZE,BATCH_INTERVAL,DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS,DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS}=require(a128_0x552e10(0x1fe)),{nodeRequest,debug,trace,sleep,getDefaultHeaders}=require('./utils'),{nestedKeyValue}=require(a128_0x552e10(0x217)),util=require(a128_0x552e10(0x1ae)),constants=require('../../bin/utils/constants');class RequestQueueHandler{static [a128_0x552e10(0x204)];[a128_0x552e10(0x1e8)]=0x0;constructor(){const _0x2c6d17=a128_0x552e10,_0x1e38d9={};_0x1e38d9['XcLQV']=_0x2c6d17(0x1d2),_0x1e38d9[_0x2c6d17(0x1ed)]='upload-attachments',_0x1e38d9[_0x2c6d17(0x20c)]=_0x2c6d17(0x1ac),_0x1e38d9[_0x2c6d17(0x207)]=_0x2c6d17(0x1c0),_0x1e38d9['Airng']='CBTSessionCreated',_0x1e38d9[_0x2c6d17(0x1e0)]=_0x2c6d17(0x1d6),_0x1e38d9[_0x2c6d17(0x1d8)]='TestRunSkipped',_0x1e38d9[_0x2c6d17(0x1af)]='HookRunFinished',_0x1e38d9[_0x2c6d17(0x1ce)]=_0x2c6d17(0x1b4),_0x1e38d9[_0x2c6d17(0x201)]=_0x2c6d17(0x1e3),_0x1e38d9[_0x2c6d17(0x209)]=_0x2c6d17(0x216);const _0x38f24=_0x1e38d9,_0x50cba6=_0x38f24['XcLQV']['split']('|');let _0x29ddae=0x0;while(!![]){switch(_0x50cba6[_0x29ddae++]){case'0':this[_0x2c6d17(0x212)]=[];continue;case'1':this[_0x2c6d17(0x1e4)]=_0x38f24[_0x2c6d17(0x1ed)];continue;case'2':this[_0x2c6d17(0x20d)]=_0x38f24[_0x2c6d17(0x20c)];continue;case'3':this[_0x2c6d17(0x1f8)]=null;continue;case'4':this[_0x2c6d17(0x21a)]=![];continue;case'5':this[_0x2c6d17(0x214)]=[_0x38f24[_0x2c6d17(0x207)],_0x38f24[_0x2c6d17(0x1bc)],_0x38f24[_0x2c6d17(0x1e0)],_0x38f24[_0x2c6d17(0x1d8)],_0x38f24[_0x2c6d17(0x1af)],_0x38f24[_0x2c6d17(0x1ce)],_0x38f24[_0x2c6d17(0x201)]];continue;case'6':this[_0x2c6d17(0x1b2)]=_0x38f24[_0x2c6d17(0x209)];continue;}break;}}static['getInstance'](){const _0x4437c5=a128_0x552e10;return!RequestQueueHandler[_0x4437c5(0x204)]&&(RequestQueueHandler[_0x4437c5(0x204)]=new RequestQueueHandler()),RequestQueueHandler[_0x4437c5(0x204)];}[a128_0x552e10(0x20b)]=()=>{const _0x2d2e61=a128_0x552e10;!this[_0x2d2e61(0x21a)]&&(this['started']=!![],this['startEventBatchPolling']());};[a128_0x552e10(0x1ad)]=_0x124415=>{const _0x20869e=a128_0x552e10,_0x1ff671={'eCdQC':function(_0x4c767e,_0x457166){return _0x4c767e===_0x457166;},'JVcMN':'TEST_SCREENSHOT','QjHvg':function(_0x4230e4,_0x17ef8a){return _0x4230e4>_0x17ef8a;},'vjlZd':_0x20869e(0x1e2),'aglIv':function(_0x51ed4f,_0x4e781b){return _0x51ed4f!==_0x4e781b;},'wfLPa':_0x20869e(0x1d6),'cOGJL':function(_0x5ec014,_0x18caf9){return _0x5ec014(_0x18caf9);},'EpOWr':_0x20869e(0x1c1)};if(this[_0x20869e(0x214)][_0x20869e(0x205)](_0x124415[_0x20869e(0x1df)])){if(_0x124415[_0x20869e(0x20e)]&&_0x124415[_0x20869e(0x20e)][0x0]&&_0x1ff671[_0x20869e(0x20f)](_0x124415[_0x20869e(0x20e)][0x0][_0x20869e(0x1cf)],_0x1ff671['JVcMN'])){const _0x26de17={};return _0x26de17[_0x20869e(0x1e7)]=!![],_0x26de17['proceedWithData']=[_0x124415],_0x26de17[_0x20869e(0x1fb)]=this[_0x20869e(0x1b2)],_0x26de17;}if(_0x124415[_0x20869e(0x20e)]&&_0x1ff671['QjHvg'](_0x124415[_0x20869e(0x20e)][_0x20869e(0x1fa)],0x0)&&_0x1ff671[_0x20869e(0x20f)](_0x124415[_0x20869e(0x20e)][0x0][_0x20869e(0x1cf)],_0x1ff671[_0x20869e(0x1c9)])&&_0x1ff671[_0x20869e(0x1e6)](_0x124415[_0x20869e(0x1df)],_0x1ff671[_0x20869e(0x1f0)])){const _0x5f4e9c={};return _0x5f4e9c['shouldProceed']=!![],_0x5f4e9c['proceedWithData']=[_0x124415],_0x5f4e9c['proceedWithUrl']=this[_0x20869e(0x1e4)],_0x5f4e9c;}this['queue'][_0x20869e(0x1be)](_0x124415);let _0x1a3d76=null;const _0x141b4b=this['shouldProceed']();_0x141b4b&&(_0x1ff671[_0x20869e(0x1fd)](trace,_0x1ff671['EpOWr']),_0x1a3d76=this[_0x20869e(0x212)][_0x20869e(0x20a)](0x0,BATCH_SIZE),this[_0x20869e(0x212)]['splice'](0x0,BATCH_SIZE),this['resetEventBatchPolling']());const _0xe7c556={};return _0xe7c556[_0x20869e(0x1e7)]=_0x141b4b,_0xe7c556[_0x20869e(0x203)]=_0x1a3d76,_0xe7c556['proceedWithUrl']=this[_0x20869e(0x20d)],_0xe7c556;}const _0x38f796={};return _0x38f796[_0x20869e(0x1e7)]=!![],_0x38f796;};[a128_0x552e10(0x202)]=async()=>{const _0x2c657a=a128_0x552e10,_0x241eb8={'WBdPk':_0x2c657a(0x1da),'YyrHU':function(_0x4c3deb,_0xd276c){return _0x4c3deb>_0xd276c;},'zkmbl':_0x2c657a(0x1f3),'gRXpM':function(_0x13bd56,_0x12dceb){return _0x13bd56>_0x12dceb;},'bqYvd':function(_0x280987,_0x589af1){return _0x280987(_0x589af1);}};await this[_0x2c657a(0x1b1)](),this['removeEventBatchPolling'](_0x241eb8['WBdPk']);while(_0x241eb8['YyrHU'](this['queue'][_0x2c657a(0x1fa)],0x0)){const _0x1cbe17=this[_0x2c657a(0x212)]['slice'](0x0,BATCH_SIZE);this['queue'][_0x2c657a(0x1b9)](0x0,BATCH_SIZE),await this[_0x2c657a(0x210)](this[_0x2c657a(0x20d)],_0x241eb8[_0x2c657a(0x1f9)],_0x1cbe17);}_0x241eb8[_0x2c657a(0x211)](this[_0x2c657a(0x1e8)],0x0)&&_0x241eb8[_0x2c657a(0x215)](debug,'Shutting\x20down\x20request\x20batcher\x20with\x20pending\x20uploads\x20still\x20in\x20queue.\x20Remaining\x20uploads\x20'+this[_0x2c657a(0x1e8)]);};[a128_0x552e10(0x210)]=async(_0x375566,_0x526c01,_0x2b9347)=>{const _0x315e2d=a128_0x552e10,_0x1c1e6a={'FXMQY':function(_0x37ed87,_0x574600){return _0x37ed87(_0x574600);},'OmQxw':_0x315e2d(0x1f4),'ZjOUW':function(_0x50eb23){return _0x50eb23();},'BbDia':function(_0x163b1b,_0x162a53,_0x467d8c,_0x3e82ed,_0x25af38){return _0x163b1b(_0x162a53,_0x467d8c,_0x3e82ed,_0x25af38);},'gXevq':'POST','LHqAE':function(_0x2295ea,_0x3521bf){return _0x2295ea(_0x3521bf);},'AdXDB':function(_0xb5148d,_0x45fb51){return _0xb5148d-_0x45fb51;},'Vdpmn':function(_0x1bd0c0,_0x4fd484){return _0x1bd0c0(_0x4fd484);},'mThVs':function(_0x1a6a27,_0x47eb9f){return _0x1a6a27(_0x47eb9f);},'GbHjb':function(_0x57a1e2,_0x66687e){return _0x57a1e2-_0x66687e;}};let _0x5e5443='';try{_0x5e5443=_0x2b9347[_0x315e2d(0x1c6)](_0x44aaf9=>'\x27'+_0x44aaf9[_0x315e2d(0x1df)]+'\x27:'+(nestedKeyValue(_0x44aaf9,[_0x315e2d(0x1b5),'uuid'])||nestedKeyValue(_0x44aaf9,[_0x315e2d(0x1d0),'uuid'])))[_0x315e2d(0x1bb)](','),_0x1c1e6a[_0x315e2d(0x1c3)](debug,'Processing\x20batch\x20events\x20for\x20'+_0x526c01+_0x315e2d(0x1bf)+Buffer[_0x315e2d(0x1c5)](util[_0x315e2d(0x1dc)]('%j',_0x2b9347),_0x1c1e6a[_0x315e2d(0x1cb)])+_0x315e2d(0x1ef)+_0x5e5443);}catch(_0x131bd1){_0x1c1e6a[_0x315e2d(0x1c3)](debug,'Exception\x20in\x20logging\x20batch\x20events\x20--\x20'+util['format'](_0x131bd1)+'}');}const _0x493524={'headers':_0x1c1e6a['ZjOUW'](getDefaultHeaders)};try{const _0x2e52e6=await _0x1c1e6a[_0x315e2d(0x1ea)](nodeRequest,_0x1c1e6a[_0x315e2d(0x1f2)],_0x375566,_0x2b9347,_0x493524);if(_0x2e52e6[_0x315e2d(0x1ca)]['error']){const _0x1f732c={};_0x1f732c[_0x315e2d(0x1ee)]=_0x2e52e6['data']['error'];throw _0x1f732c;}else _0x1c1e6a['LHqAE'](debug,_0x526c01+_0x315e2d(0x1d5)+_0x5e5443+_0x315e2d(0x1cd)+util[_0x315e2d(0x1dc)]('%j',_0x2e52e6[_0x315e2d(0x1ca)])),this[_0x315e2d(0x1e8)]=Math[_0x315e2d(0x1bd)](0x0,_0x1c1e6a['AdXDB'](this[_0x315e2d(0x1e8)],_0x2b9347['length']));}catch(_0x550c36){_0x550c36[_0x315e2d(0x1c2)]?_0x1c1e6a[_0x315e2d(0x1d1)](debug,_0x315e2d(0x1ff)+_0x526c01+_0x315e2d(0x1e5)+constants[_0x315e2d(0x208)]+'\x20:\x20'+_0x550c36[_0x315e2d(0x1c2)][_0x315e2d(0x1d3)]+'\x20'+_0x550c36[_0x315e2d(0x1c2)]['statusText']+'\x20'+util[_0x315e2d(0x1dc)]('%j',_0x550c36['response'])):_0x1c1e6a[_0x315e2d(0x1d4)](debug,_0x315e2d(0x1ff)+_0x526c01+_0x315e2d(0x1e5)+constants[_0x315e2d(0x208)]+_0x315e2d(0x1db)+(_0x550c36[_0x315e2d(0x1ee)]||_0x550c36)),this['pendingUploads']=Math['max'](0x0,_0x1c1e6a[_0x315e2d(0x1fc)](this[_0x315e2d(0x1e8)],_0x2b9347['length']));}};[a128_0x552e10(0x219)]=()=>{const _0x1d594a=a128_0x552e10,_0x3df89a={'vveow':function(_0x24c1c1,_0x1fca49){return _0x24c1c1>_0x1fca49;},'tXrKs':function(_0x4f9678,_0x5d99d1){return _0x4f9678(_0x5d99d1);},'KZRtJ':_0x1d594a(0x1b0),'YuEmo':function(_0x37b6fa,_0x318637,_0xfb921c){return _0x37b6fa(_0x318637,_0xfb921c);}};this[_0x1d594a(0x1f8)]=_0x3df89a[_0x1d594a(0x206)](setInterval,async()=>{const _0x4aeca5=_0x1d594a;if(_0x3df89a[_0x4aeca5(0x1c4)](this['queue'][_0x4aeca5(0x1fa)],0x0)){_0x3df89a['tXrKs'](trace,'Processing\x20events.\x20Queue\x20Length\x20-\x20'+this[_0x4aeca5(0x212)]['length']);const _0x2cb26a=this[_0x4aeca5(0x212)][_0x4aeca5(0x20a)](0x0,BATCH_SIZE);this[_0x4aeca5(0x212)][_0x4aeca5(0x1b9)](0x0,BATCH_SIZE),await this[_0x4aeca5(0x210)](this[_0x4aeca5(0x20d)],_0x3df89a[_0x4aeca5(0x1e1)],_0x2cb26a),_0x3df89a[_0x4aeca5(0x1de)](trace,_0x4aeca5(0x213)+this[_0x4aeca5(0x212)]['length']);}},BATCH_INTERVAL);};[a128_0x552e10(0x1d7)]=()=>{const _0x156b83=a128_0x552e10,_0x2d514f={};_0x2d514f[_0x156b83(0x218)]=_0x156b83(0x1d9);const _0x578160=_0x2d514f;this['removeEventBatchPolling'](_0x578160[_0x156b83(0x218)]),this[_0x156b83(0x219)]();};['removeEventBatchPolling']=_0x18f540=>{const _0x31fe82=a128_0x552e10,_0x4face3={'awRiI':function(_0x4c3209,_0x5cb5ed){return _0x4c3209(_0x5cb5ed);},'iNXnL':function(_0x30aba0,_0x42ca41){return _0x30aba0===_0x42ca41;},'dUcjS':'REMOVING'};this[_0x31fe82(0x1f8)]&&(_0x4face3[_0x31fe82(0x1b6)](clearInterval,this[_0x31fe82(0x1f8)]),this['pollEventBatchInterval']=null,_0x4face3[_0x31fe82(0x200)](_0x18f540,_0x4face3[_0x31fe82(0x1f5)])&&(this[_0x31fe82(0x21a)]=![]));};[a128_0x552e10(0x1e7)]=()=>{const _0x3b8f01=a128_0x552e10,_0x273bb4={};_0x273bb4[_0x3b8f01(0x1b3)]=function(_0x4453d3,_0x2194dd){return _0x4453d3>=_0x2194dd;};const _0x29107b=_0x273bb4;return _0x29107b[_0x3b8f01(0x1b3)](this[_0x3b8f01(0x212)][_0x3b8f01(0x1fa)],BATCH_SIZE);};async[a128_0x552e10(0x1b1)](_0xc53f2c=DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS,_0x331d9c=DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS){const _0x2185d5=a128_0x552e10,_0xb79006={'PpKxn':function(_0x2e9968,_0x6183bd){return _0x2e9968<=_0x6183bd;},'VGFXY':function(_0x395b2,_0x301cdc){return _0x395b2(_0x301cdc);},'zZUkt':function(_0x5487a2,_0x1ee39e){return _0x5487a2-_0x1ee39e;}};if(_0xb79006[_0x2185d5(0x1c8)](this[_0x2185d5(0x1e8)],0x0)||_0xb79006[_0x2185d5(0x1c8)](_0xc53f2c,0x0))return;return await _0xb79006['VGFXY'](sleep,_0x331d9c),this[_0x2185d5(0x1b1)](_0xb79006[_0x2185d5(0x1ec)](_0xc53f2c,_0x331d9c));}}module[a128_0x552e10(0x1e9)]=RequestQueueHandler;
1
+ const a128_0x32aa5d=a128_0x1b29;(function(_0x598696,_0x2c7ea0){const _0x3ac5b0=a128_0x1b29,_0x220825=_0x598696();while(!![]){try{const _0x36fd15=-parseInt(_0x3ac5b0(0x215))/0x1+-parseInt(_0x3ac5b0(0x245))/0x2*(parseInt(_0x3ac5b0(0x232))/0x3)+parseInt(_0x3ac5b0(0x222))/0x4+parseInt(_0x3ac5b0(0x1f3))/0x5*(parseInt(_0x3ac5b0(0x21b))/0x6)+parseInt(_0x3ac5b0(0x1ef))/0x7+parseInt(_0x3ac5b0(0x239))/0x8*(-parseInt(_0x3ac5b0(0x218))/0x9)+parseInt(_0x3ac5b0(0x23a))/0xa*(parseInt(_0x3ac5b0(0x1e6))/0xb);if(_0x36fd15===_0x2c7ea0)break;else _0x220825['push'](_0x220825['shift']());}catch(_0x3e517c){_0x220825['push'](_0x220825['shift']());}}}(a128_0x142a,0x92598));const {BATCH_SIZE,BATCH_INTERVAL,DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS,DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS}=require('./constants'),{nodeRequest,debug,trace,sleep,getDefaultHeaders}=require(a128_0x32aa5d(0x1f1)),{nestedKeyValue}=require(a128_0x32aa5d(0x228)),util=require(a128_0x32aa5d(0x1fa)),constants=require(a128_0x32aa5d(0x230));function a128_0x1b29(_0x438edd,_0x48844c){const _0x142aca=a128_0x142a();return a128_0x1b29=function(_0x1b29c9,_0x3454f0){_0x1b29c9=_0x1b29c9-0x1d3;let _0x2a9888=_0x142aca[_0x1b29c9];return _0x2a9888;},a128_0x1b29(_0x438edd,_0x48844c);}class RequestQueueHandler{static ['instance'];[a128_0x32aa5d(0x1ee)]=0x0;constructor(){const _0x4bcf50=a128_0x32aa5d,_0x4e8bae={};_0x4e8bae[_0x4bcf50(0x1dc)]=_0x4bcf50(0x203),_0x4e8bae[_0x4bcf50(0x1f8)]=_0x4bcf50(0x1e5),_0x4e8bae[_0x4bcf50(0x24f)]='api/v1/screenshots',_0x4e8bae[_0x4bcf50(0x22a)]=_0x4bcf50(0x1d3),_0x4e8bae[_0x4bcf50(0x22c)]=_0x4bcf50(0x233),_0x4e8bae[_0x4bcf50(0x20f)]=_0x4bcf50(0x242),_0x4e8bae[_0x4bcf50(0x1f6)]=_0x4bcf50(0x24a),_0x4e8bae[_0x4bcf50(0x22d)]=_0x4bcf50(0x1ff),_0x4e8bae['QTBfP']=_0x4bcf50(0x21a),_0x4e8bae[_0x4bcf50(0x224)]='HookRunStarted',_0x4e8bae[_0x4bcf50(0x217)]=_0x4bcf50(0x1f5);const _0x2d406b=_0x4e8bae,_0x26f3cd=_0x2d406b[_0x4bcf50(0x1dc)][_0x4bcf50(0x23c)]('|');let _0x25219d=0x0;while(!![]){switch(_0x26f3cd[_0x25219d++]){case'0':this[_0x4bcf50(0x23e)]=_0x2d406b['QkBql'];continue;case'1':this['started']=![];continue;case'2':this[_0x4bcf50(0x23b)]=_0x2d406b['wBlBo'];continue;case'3':this[_0x4bcf50(0x237)]=null;continue;case'4':this[_0x4bcf50(0x1e7)]=[_0x2d406b[_0x4bcf50(0x22a)],_0x2d406b[_0x4bcf50(0x22c)],_0x2d406b[_0x4bcf50(0x20f)],_0x2d406b[_0x4bcf50(0x1f6)],_0x2d406b[_0x4bcf50(0x22d)],_0x2d406b[_0x4bcf50(0x24d)],_0x2d406b['xLztv']];continue;case'5':this[_0x4bcf50(0x246)]=[];continue;case'6':this['uploadAttachmentUrl']=_0x2d406b[_0x4bcf50(0x217)];continue;}break;}}static[a128_0x32aa5d(0x1da)](){const _0x4ef5db=a128_0x32aa5d;return!RequestQueueHandler[_0x4ef5db(0x234)]&&(RequestQueueHandler[_0x4ef5db(0x234)]=new RequestQueueHandler()),RequestQueueHandler['instance'];}[a128_0x32aa5d(0x220)]=()=>{const _0x13565c=a128_0x32aa5d;!this['started']&&(this[_0x13565c(0x235)]=!![],this['startEventBatchPolling']());};[a128_0x32aa5d(0x1e0)]=_0x24d112=>{const _0x482c81=a128_0x32aa5d,_0x26c5c6={'BoxlT':function(_0x1ef950,_0x188962){return _0x1ef950===_0x188962;},'wEZWg':_0x482c81(0x247),'tEpcY':function(_0x8df15f,_0x3bf727){return _0x8df15f>_0x3bf727;},'RcyJy':'TEST_ATTACHMENT','LkZir':function(_0xb8b797,_0x1f7962){return _0xb8b797!==_0x1f7962;},'aMLoF':_0x482c81(0x242),'QfTdt':function(_0x23dbe4,_0x1f52f4){return _0x23dbe4(_0x1f52f4);},'RwZBV':_0x482c81(0x1f2)};if(this['BATCH_EVENT_TYPES']['includes'](_0x24d112['event_type'])){if(_0x24d112['logs']&&_0x24d112[_0x482c81(0x1ec)][0x0]&&_0x26c5c6[_0x482c81(0x1eb)](_0x24d112[_0x482c81(0x1ec)][0x0][_0x482c81(0x1d4)],_0x26c5c6[_0x482c81(0x226)])){const _0x1d5b57={};return _0x1d5b57['shouldProceed']=!![],_0x1d5b57[_0x482c81(0x210)]=[_0x24d112],_0x1d5b57[_0x482c81(0x1d5)]=this[_0x482c81(0x23b)],_0x1d5b57;}if(_0x24d112[_0x482c81(0x1ec)]&&_0x26c5c6[_0x482c81(0x221)](_0x24d112[_0x482c81(0x1ec)][_0x482c81(0x20b)],0x0)&&_0x26c5c6['BoxlT'](_0x24d112[_0x482c81(0x1ec)][0x0][_0x482c81(0x1d4)],_0x26c5c6[_0x482c81(0x1e4)])&&_0x26c5c6[_0x482c81(0x22b)](_0x24d112['event_type'],_0x26c5c6[_0x482c81(0x1f9)])){const _0x236f77={};return _0x236f77['shouldProceed']=!![],_0x236f77[_0x482c81(0x210)]=[_0x24d112],_0x236f77[_0x482c81(0x1d5)]=this[_0x482c81(0x211)],_0x236f77;}this[_0x482c81(0x246)][_0x482c81(0x21c)](_0x24d112);let _0x334ff8=null;const _0x44b849=this[_0x482c81(0x1e9)]();_0x44b849&&(_0x26c5c6[_0x482c81(0x20e)](trace,_0x26c5c6[_0x482c81(0x200)]),_0x334ff8=this['queue'][_0x482c81(0x24c)](0x0,BATCH_SIZE),this[_0x482c81(0x246)][_0x482c81(0x22e)](0x0,BATCH_SIZE),this[_0x482c81(0x23f)]());const _0x25c5c7={};return _0x25c5c7['shouldProceed']=_0x44b849,_0x25c5c7[_0x482c81(0x210)]=_0x334ff8,_0x25c5c7['proceedWithUrl']=this['eventUrl'],_0x25c5c7;}const _0x37eff8={};return _0x37eff8['shouldProceed']=!![],_0x37eff8;};[a128_0x32aa5d(0x24b)]=async()=>{const _0x525536=a128_0x32aa5d,_0x5014d1={'oHrxK':_0x525536(0x227),'GdmXP':function(_0x11ac9b,_0x5cf820){return _0x11ac9b>_0x5cf820;},'HviaS':_0x525536(0x229),'gflHX':function(_0x3d153d,_0x5b25ec){return _0x3d153d(_0x5b25ec);}};await this[_0x525536(0x1e2)](),this[_0x525536(0x213)](_0x5014d1[_0x525536(0x223)]);while(_0x5014d1[_0x525536(0x208)](this[_0x525536(0x246)][_0x525536(0x20b)],0x0)){const _0x33275c=this[_0x525536(0x246)][_0x525536(0x24c)](0x0,BATCH_SIZE);this[_0x525536(0x246)]['splice'](0x0,BATCH_SIZE),await this[_0x525536(0x1e1)](this[_0x525536(0x23e)],_0x5014d1[_0x525536(0x24e)],_0x33275c);}_0x5014d1['GdmXP'](this[_0x525536(0x1ee)],0x0)&&_0x5014d1['gflHX'](debug,_0x525536(0x202)+this[_0x525536(0x1ee)]);};[a128_0x32aa5d(0x1e1)]=async(_0x500ae5,_0x5dbff9,_0x36ca99)=>{const _0x134f36=a128_0x32aa5d,_0x4f8487={'QILCr':function(_0xff68ec,_0x4127cc){return _0xff68ec(_0x4127cc);},'FUiWK':_0x134f36(0x238),'CMeMr':function(_0x4777ce,_0x153e4d){return _0x4777ce(_0x153e4d);},'VswUl':function(_0x41be55){return _0x41be55();},'NegbD':function(_0x260599,_0x2181fc,_0x5bd772,_0x440308,_0x527930){return _0x260599(_0x2181fc,_0x5bd772,_0x440308,_0x527930);},'XgNsl':'POST','txDHs':function(_0x48d636,_0x493ef2){return _0x48d636-_0x493ef2;},'lAHTS':function(_0x11922a,_0x3e4ec4){return _0x11922a(_0x3e4ec4);},'hpoOm':function(_0x2741bc,_0x58bbb6){return _0x2741bc-_0x58bbb6;}};let _0x154d73='';try{_0x154d73=_0x36ca99[_0x134f36(0x1dd)](_0x1e8769=>'\x27'+_0x1e8769[_0x134f36(0x1e8)]+'\x27:'+(nestedKeyValue(_0x1e8769,[_0x134f36(0x207),_0x134f36(0x1d7)])||nestedKeyValue(_0x1e8769,[_0x134f36(0x225),_0x134f36(0x1d7)])))[_0x134f36(0x236)](','),_0x4f8487[_0x134f36(0x241)](debug,_0x134f36(0x1ea)+_0x5dbff9+'.\x20Request\x20Size\x20-\x20'+Buffer[_0x134f36(0x249)](util[_0x134f36(0x1ed)]('%j',_0x36ca99),_0x4f8487['FUiWK'])+_0x134f36(0x248)+_0x154d73);}catch(_0x46f6ad){_0x4f8487[_0x134f36(0x1db)](debug,_0x134f36(0x20d)+util['format'](_0x46f6ad)+'}');}const _0x361876={'headers':_0x4f8487[_0x134f36(0x243)](getDefaultHeaders)};try{const _0x57189a=await _0x4f8487[_0x134f36(0x1d6)](nodeRequest,_0x4f8487['XgNsl'],_0x500ae5,_0x36ca99,_0x361876);if(_0x57189a['data'][_0x134f36(0x21e)]){const _0x4ba6ce={};_0x4ba6ce[_0x134f36(0x1f0)]=_0x57189a[_0x134f36(0x1df)][_0x134f36(0x21e)];throw _0x4ba6ce;}else _0x4f8487[_0x134f36(0x1db)](debug,_0x5dbff9+_0x134f36(0x216)+_0x154d73+_0x134f36(0x201)+util['format']('%j',_0x57189a[_0x134f36(0x1df)])),this[_0x134f36(0x1ee)]=Math[_0x134f36(0x205)](0x0,_0x4f8487[_0x134f36(0x1f4)](this[_0x134f36(0x1ee)],_0x36ca99[_0x134f36(0x20b)]));}catch(_0x242a9a){_0x242a9a[_0x134f36(0x21f)]?_0x4f8487['lAHTS'](debug,_0x134f36(0x20c)+_0x5dbff9+_0x134f36(0x21d)+constants[_0x134f36(0x1fc)]+_0x134f36(0x1fb)+_0x242a9a['response'][_0x134f36(0x219)]+'\x20'+_0x242a9a[_0x134f36(0x21f)][_0x134f36(0x1e3)]+'\x20'+util[_0x134f36(0x1ed)]('%j',_0x242a9a['response'])):_0x4f8487[_0x134f36(0x1db)](debug,_0x134f36(0x20c)+_0x5dbff9+_0x134f36(0x21d)+constants[_0x134f36(0x1fc)]+_0x134f36(0x1fb)+(_0x242a9a['message']||_0x242a9a)),this['pendingUploads']=Math['max'](0x0,_0x4f8487[_0x134f36(0x22f)](this[_0x134f36(0x1ee)],_0x36ca99[_0x134f36(0x20b)]));}};['startEventBatchPolling']=()=>{const _0x366625=a128_0x32aa5d,_0x26ea14={'rXwrq':function(_0x2b129b,_0x4efdbb){return _0x2b129b>_0x4efdbb;},'tmPKF':function(_0x51411d,_0x2bd326){return _0x51411d(_0x2bd326);},'VMiag':_0x366625(0x1d9),'sOheZ':function(_0x477133,_0x321b41,_0x49bf61){return _0x477133(_0x321b41,_0x49bf61);}};this['pollEventBatchInterval']=_0x26ea14[_0x366625(0x1d8)](setInterval,async()=>{const _0x20c5fc=_0x366625;if(_0x26ea14[_0x20c5fc(0x244)](this['queue'][_0x20c5fc(0x20b)],0x0)){_0x26ea14[_0x20c5fc(0x1de)](trace,_0x20c5fc(0x204)+this['queue'][_0x20c5fc(0x20b)]);const _0x5b340e=this['queue'][_0x20c5fc(0x24c)](0x0,BATCH_SIZE);this[_0x20c5fc(0x246)]['splice'](0x0,BATCH_SIZE),await this[_0x20c5fc(0x1e1)](this[_0x20c5fc(0x23e)],_0x26ea14['VMiag'],_0x5b340e),_0x26ea14[_0x20c5fc(0x1de)](trace,_0x20c5fc(0x240)+this[_0x20c5fc(0x246)][_0x20c5fc(0x20b)]);}},BATCH_INTERVAL);};[a128_0x32aa5d(0x23f)]=()=>{const _0x24e7c9=a128_0x32aa5d,_0x22b6de={};_0x22b6de[_0x24e7c9(0x1fd)]=_0x24e7c9(0x1f7);const _0x110720=_0x22b6de;this[_0x24e7c9(0x213)](_0x110720[_0x24e7c9(0x1fd)]),this[_0x24e7c9(0x206)]();};[a128_0x32aa5d(0x213)]=_0x2c1928=>{const _0x3917a2=a128_0x32aa5d,_0x558608={'vdAYs':function(_0x395e9b,_0x2d5ff8){return _0x395e9b(_0x2d5ff8);},'OpOrU':function(_0x5e3691,_0x53de2b){return _0x5e3691===_0x53de2b;},'MCaLl':'REMOVING'};this[_0x3917a2(0x237)]&&(_0x558608[_0x3917a2(0x231)](clearInterval,this[_0x3917a2(0x237)]),this[_0x3917a2(0x237)]=null,_0x558608[_0x3917a2(0x209)](_0x2c1928,_0x558608[_0x3917a2(0x212)])&&(this[_0x3917a2(0x235)]=![]));};['shouldProceed']=()=>{const _0x1de327=a128_0x32aa5d,_0x56b4a1={};_0x56b4a1[_0x1de327(0x23d)]=function(_0x48c5eb,_0x818b9){return _0x48c5eb>=_0x818b9;};const _0x48eb38=_0x56b4a1;return _0x48eb38[_0x1de327(0x23d)](this[_0x1de327(0x246)]['length'],BATCH_SIZE);};async[a128_0x32aa5d(0x1e2)](_0x3bd42b=DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS,_0x279d87=DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS){const _0x1f6a5f=a128_0x32aa5d,_0x2502f8={'njOvb':function(_0x302fb6,_0x2fd8e8){return _0x302fb6<=_0x2fd8e8;},'XqVoj':function(_0x1ccc5f,_0x3b1a61){return _0x1ccc5f(_0x3b1a61);},'nGqyv':function(_0x178930,_0xb65c75){return _0x178930-_0xb65c75;}};if(_0x2502f8[_0x1f6a5f(0x214)](this[_0x1f6a5f(0x1ee)],0x0)||_0x2502f8[_0x1f6a5f(0x214)](_0x3bd42b,0x0))return;return await _0x2502f8['XqVoj'](sleep,_0x279d87),this['uploadPending'](_0x2502f8[_0x1f6a5f(0x20a)](_0x3bd42b,_0x279d87));}}module[a128_0x32aa5d(0x1fe)]=RequestQueueHandler;function a128_0x142a(){const _0x5acc2a=['QkBql','aMLoF','util','\x20:\x20','TEST_REPORTING_ANALYTICS','tVGdj','exports','HookRunFinished','RwZBV','\x20--\x20','Shutting\x20down\x20request\x20batcher\x20with\x20pending\x20uploads\x20still\x20in\x20queue.\x20Remaining\x20uploads\x20','5|1|0|2|6|4|3','Processing\x20events.\x20Queue\x20Length\x20-\x20','max','startEventBatchPolling','test_run','GdmXP','OpOrU','nGqyv','length','EXCEPTION\x20IN\x20','Exception\x20in\x20logging\x20batch\x20events\x20--\x20','QfTdt','wFubf','proceedWithData','uploadAttachmentUrl','MCaLl','removeEventBatchPolling','njOvb','1041400jogNSu','\x20event\x20successful\x20for\x20events\x20','GbBiO','1494gLwWHy','status','TestRunStarted','18186jwrkXr','push','\x20REQUEST\x20TO\x20','error','response','start','tEpcY','2926532AJwctW','oHrxK','xLztv','hook_run','wEZWg','REMOVING','../helper','Shutdown-Queue','QfynS','LkZir','GWNhi','YRyJa','splice','hpoOm','../../bin/utils/constants','vdAYs','106995zQGOKb','CBTSessionCreated','instance','started','join','pollEventBatchInterval','utf8','26096bPiQUy','74380gYUNea','screenshotEventUrl','split','RVIml','eventUrl','resetEventBatchPolling','Remaining\x20Queue\x20Length\x20-\x20','QILCr','TestRunFinished','VswUl','rXwrq','46kfGSSm','queue','TEST_SCREENSHOT','\x20bytes.\x20Events\x20are\x20','byteLength','TestRunSkipped','shutdown','slice','QTBfP','HviaS','wBlBo','LogCreated','kind','proceedWithUrl','NegbD','uuid','sOheZ','Interval-Queue','getInstance','CMeMr','XAVea','map','tmPKF','data','add','batchAndPostEvents','uploadPending','statusText','RcyJy','api/v1/batch','2332ucyjov','BATCH_EVENT_TYPES','event_type','shouldProceed','Processing\x20batch\x20events\x20for\x20','BoxlT','logs','format','pendingUploads','1252132VaBeRO','message','./utils','Batch\x20event\x20length\x20has\x20increased\x20maximum\x20batch\x20size.\x20Sending\x20events..','850vmfGBF','txDHs','upload-attachments','gmFpG','RESETTING'];a128_0x142a=function(){return _0x5acc2a;};return a128_0x142a();}