browserstack-node-sdk 1.47.0 → 1.47.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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 -0
  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 a119_0x3bc99f=a119_0x4461;(function(_0x250053,_0x1710c0){const _0x51fa4a=a119_0x4461,_0x40868e=_0x250053();while(!![]){try{const _0x3cd0fc=parseInt(_0x51fa4a(0x202))/0x1+parseInt(_0x51fa4a(0x249))/0x2+-parseInt(_0x51fa4a(0x236))/0x3+parseInt(_0x51fa4a(0x212))/0x4*(parseInt(_0x51fa4a(0x22c))/0x5)+-parseInt(_0x51fa4a(0x1da))/0x6*(-parseInt(_0x51fa4a(0x230))/0x7)+parseInt(_0x51fa4a(0x221))/0x8*(parseInt(_0x51fa4a(0x1d5))/0x9)+-parseInt(_0x51fa4a(0x1e7))/0xa;if(_0x3cd0fc===_0x1710c0)break;else _0x40868e['push'](_0x40868e['shift']());}catch(_0x2ccdc0){_0x40868e['push'](_0x40868e['shift']());}}}(a119_0x33fb,0x81807));const a119_0xe27918={};function a119_0x33fb(){const _0x458319=['GENERATE_CI_ARTIFACT','sdk:onStop',':pre-execute','SDK_OBSERVABILITY_CONFIG','sdk:driver:post-initialization','sdk:pre-test','LOCAL_STOP','sdk:connectBinSession','14804370jSCtkb','SDK_AUTOMATE',':get-accessibility-results-summary',':quit','POST_EXECUTE','SESSION_STATUS',':screenshot',':ci-artifacts','SDK_O11Y','DOWNLOAD','sdk:auto-capture','SDK_FIND_NEAREST_HUB',':local-start','sdk:cli:on-stop','SESSION_ANNOTATION',':hub-management','AFTER_ALL','APP_UPLOAD',':get-accessibility-results','LOCAL_START','A11Y_EVENTS','SYNC','sdk:testhub','SDK_PROXY_SETUP','sdk:aiSelfHealStep',':idle-timeout','STOP','878695UwuNJb','sdk:automationFrameworkInit',':sync','sdk:driver:pre-initialization','SDK_ON_STOP','SCREENSHOT_APP','SDK_HOOK','SNAPSHOT','BEFORE_ALL',':session-status','START',':stop','sdk:cli:enqueueTestEvent','IDLE_TIMEOUT','SDK_AUTO_CAPTURE','sdk:findNearestHub','474964ELMTjz','PRE_EXECUTE','SCREENSHOT','GET','SDK_DRIVER','sdk:automate','sdk:percy',':download','AUTO_CAPTURE','sdk:cleanup','GET_RESULTS','sdk:proxy-setup','SDK_ACCESSIBILITY_CONFIG','SDK_A11Y','PRINT_BUILDLINK','368ahjPOw','SAVE_RESULTS','sdk:cli:start',':get','sdk:o11y','TAKE_SCREENSHOT','sdk:startBinSession','SDK_CLI_ON_STOP',':snapshot','GET_RESULTS_SUMMARY','SDK_DRIVER_INIT','15CuzORN','O11y_EVENTS','DRIVER_EVENT','SDK_CLI_DOWNLOAD','855463irEpJr','SDK_CLI_CHECK_UPDATE','SDK_PERCY','SDK_AI_SELF_HEAL_STEP','SDK_PRE_TEST','SDK_CLI_ENQUEUE_TEST_EVENT','1060773hDrhWg',':local-stop','TURBOSCALE_EVENTS','exports','SDK_CLI_ON_BOOTSTRAP','sdk:driver','APP_AUOTMATE_EVENTS',':print-buildlink','sdk:turboscale','SDK_CLEANUP','sdk:testFrameworkEvent','TESTHUB_EVENTS','BEFORE','EVENTS','sdk:automationFrameworkStop','sdk:testSessionEvent',':before-each','sdk:post-test','PERFORM_SCAN','1106824fZtpEm',':post-execute',':keep-alive','PERCY_EVENTS','BEFORE_EACH',':screenshot-app','AUTOMATE_EVENTS','SDK_CONNECT_BIN_SESSION','sdk:cli:check-update','QUIT',':after-each','SDK_TEST','sdk:aiSelfHealGetResult','DRIVER_MANAGE','SDK_CLI_LOG_CREATED_EVENT','KEEP_ALIVE','sdk:cli:download','SDK_TEST_SESSION_EVENT','sdk:setup',':before','AFTER','SDK_TURBOSCALE',':start','HOOK_EVENTS','88812yCrtAL','SDK_AUTOMATION_FRAMEWORK_STOP',':after','SDK_APP_AUTOMATE',':after-all','6zsdehV','sdk:a11y','SDK_TESTHUB','SDK_START_BIN_SESSION','sdk:driverInit'];a119_0x33fb=function(){return _0x458319;};return a119_0x33fb();}function a119_0x4461(_0x1ff611,_0x13f64b){const _0x33fb89=a119_0x33fb();return a119_0x4461=function(_0x44613e,_0x26dc75){_0x44613e=_0x44613e-0x1c7;let _0x487e57=_0x33fb89[_0x44613e];return _0x487e57;},a119_0x4461(_0x1ff611,_0x13f64b);}a119_0xe27918['SDK_SETUP']=a119_0x3bc99f(0x1cf),a119_0xe27918[a119_0x3bc99f(0x23f)]=a119_0x3bc99f(0x21b),a119_0xe27918[a119_0x3bc99f(0x234)]=a119_0x3bc99f(0x1e4),a119_0xe27918[a119_0x3bc99f(0x1c8)]='sdk:test',a119_0xe27918['SDK_POST_TEST']=a119_0x3bc99f(0x247),a119_0xe27918[a119_0x3bc99f(0x208)]='sdk:hook',a119_0xe27918[a119_0x3bc99f(0x216)]=a119_0x3bc99f(0x23b),a119_0xe27918['SDK_A11Y']=a119_0x3bc99f(0x1db),a119_0xe27918[a119_0x3bc99f(0x1ef)]=a119_0x3bc99f(0x225),a119_0xe27918[a119_0x3bc99f(0x210)]=a119_0x3bc99f(0x1f1),a119_0xe27918[a119_0x3bc99f(0x1fe)]=a119_0x3bc99f(0x21d),a119_0xe27918['SDK_TESTHUB']=a119_0x3bc99f(0x1fd),a119_0xe27918['SDK_AUTOMATE']=a119_0x3bc99f(0x217),a119_0xe27918['SDK_APP_AUTOMATE']='sdk:app-automate',a119_0xe27918['SDK_TURBOSCALE']=a119_0x3bc99f(0x23e),a119_0xe27918['SDK_PERCY']=a119_0x3bc99f(0x218),a119_0xe27918['SDK_PRE_INITIALIZE']=a119_0x3bc99f(0x205),a119_0xe27918['SDK_POST_INITIALIZE']=a119_0x3bc99f(0x1e3),a119_0xe27918['SDK_CLI_START']=a119_0x3bc99f(0x223),a119_0xe27918[a119_0x3bc99f(0x22f)]=a119_0x3bc99f(0x1cd),a119_0xe27918[a119_0x3bc99f(0x231)]=a119_0x3bc99f(0x251),a119_0xe27918[a119_0x3bc99f(0x23a)]='sdk:cli:on-bootstrap',a119_0xe27918['SDK_CLI_ON_CONNECT']='sdk:cli:on-connect',a119_0xe27918[a119_0x3bc99f(0x228)]=a119_0x3bc99f(0x1f4),a119_0xe27918[a119_0x3bc99f(0x1dd)]=a119_0x3bc99f(0x227),a119_0xe27918[a119_0x3bc99f(0x250)]=a119_0x3bc99f(0x1e6),a119_0xe27918[a119_0x3bc99f(0x22b)]=a119_0x3bc99f(0x1de),a119_0xe27918[a119_0x3bc99f(0x1f2)]=a119_0x3bc99f(0x211),a119_0xe27918['SDK_AUTOMATION_FRAMEWORK_INIT']=a119_0x3bc99f(0x203),a119_0xe27918['SDK_AUTOMATION_FRAMEWORK_START']='sdk:automationFrameworkStart',a119_0xe27918[a119_0x3bc99f(0x21e)]='sdk:accessibilityConfig',a119_0xe27918[a119_0x3bc99f(0x1e2)]='sdk:observabilityConfig',a119_0xe27918[a119_0x3bc99f(0x233)]=a119_0x3bc99f(0x1ff),a119_0xe27918['SDK_AI_SELF_HEAL_GET_RESULT']=a119_0x3bc99f(0x1c9),a119_0xe27918['SDK_TEST_FRAMEWORK_EVENT']=a119_0x3bc99f(0x240),a119_0xe27918[a119_0x3bc99f(0x1ce)]=a119_0x3bc99f(0x245),a119_0xe27918[a119_0x3bc99f(0x1cb)]='sdk:cli:logCreatedEvent',a119_0xe27918[a119_0x3bc99f(0x235)]=a119_0x3bc99f(0x20e),a119_0xe27918[a119_0x3bc99f(0x1d6)]=a119_0x3bc99f(0x244),a119_0xe27918[a119_0x3bc99f(0x206)]=a119_0x3bc99f(0x1e0);const SDK_EVENTS=a119_0xe27918,a119_0x351fd4={};a119_0x351fd4[a119_0x3bc99f(0x243)]=SDK_EVENTS,a119_0x351fd4[a119_0x3bc99f(0x241)]={},a119_0x351fd4[a119_0x3bc99f(0x24f)]={},a119_0x351fd4[a119_0x3bc99f(0x1fb)]={},a119_0x351fd4[a119_0x3bc99f(0x24c)]={},a119_0x351fd4[a119_0x3bc99f(0x22d)]={},a119_0x351fd4[a119_0x3bc99f(0x1d4)]={},a119_0x351fd4[a119_0x3bc99f(0x238)]={},a119_0x351fd4[a119_0x3bc99f(0x23c)]={},a119_0x351fd4[a119_0x3bc99f(0x22e)]={},a119_0x351fd4[a119_0x3bc99f(0x241)][a119_0x3bc99f(0x20c)]=SDK_EVENTS[a119_0x3bc99f(0x1dc)]+a119_0x3bc99f(0x1d3),a119_0x351fd4[a119_0x3bc99f(0x241)][a119_0x3bc99f(0x201)]=SDK_EVENTS[a119_0x3bc99f(0x1dc)]+a119_0x3bc99f(0x20d),a119_0x351fd4[a119_0x3bc99f(0x24f)][a119_0x3bc99f(0x1cc)]=SDK_EVENTS[a119_0x3bc99f(0x1e8)]+a119_0x3bc99f(0x24b),a119_0x351fd4[a119_0x3bc99f(0x24f)]['HUB_MANAGEMENT']=SDK_EVENTS[a119_0x3bc99f(0x1e8)]+a119_0x3bc99f(0x1f6),a119_0x351fd4[a119_0x3bc99f(0x24f)][a119_0x3bc99f(0x1fa)]=SDK_EVENTS[a119_0x3bc99f(0x1e8)]+a119_0x3bc99f(0x1f3),a119_0x351fd4[a119_0x3bc99f(0x24f)][a119_0x3bc99f(0x1e5)]=SDK_EVENTS[a119_0x3bc99f(0x1e8)]+a119_0x3bc99f(0x237),a119_0x351fd4[a119_0x3bc99f(0x24f)][a119_0x3bc99f(0x1ca)]=SDK_EVENTS[a119_0x3bc99f(0x1e8)]+':driver-manage',a119_0x351fd4[a119_0x3bc99f(0x24f)]['SESSION_NAME']=SDK_EVENTS[a119_0x3bc99f(0x1e8)]+':session-name',a119_0x351fd4[a119_0x3bc99f(0x24f)][a119_0x3bc99f(0x1ec)]=SDK_EVENTS[a119_0x3bc99f(0x1e8)]+a119_0x3bc99f(0x20b),a119_0x351fd4[a119_0x3bc99f(0x24f)][a119_0x3bc99f(0x1f5)]=SDK_EVENTS[a119_0x3bc99f(0x1e8)]+':session-annotation',a119_0x351fd4[a119_0x3bc99f(0x24f)][a119_0x3bc99f(0x20f)]=SDK_EVENTS[a119_0x3bc99f(0x1e8)]+a119_0x3bc99f(0x200),a119_0x351fd4[a119_0x3bc99f(0x24f)][a119_0x3bc99f(0x1df)]=SDK_EVENTS[a119_0x3bc99f(0x1e8)]+a119_0x3bc99f(0x1ee),a119_0x351fd4[a119_0x3bc99f(0x24f)]['PRINT_BUILDLINK']=SDK_EVENTS[a119_0x3bc99f(0x1e8)]+a119_0x3bc99f(0x23d),a119_0x351fd4[a119_0x3bc99f(0x1fb)][a119_0x3bc99f(0x248)]=SDK_EVENTS[a119_0x3bc99f(0x21f)]+':driver-performscan',a119_0x351fd4[a119_0x3bc99f(0x1fb)][a119_0x3bc99f(0x222)]=SDK_EVENTS[a119_0x3bc99f(0x21f)]+':save-results',a119_0x351fd4[a119_0x3bc99f(0x1fb)][a119_0x3bc99f(0x21c)]=SDK_EVENTS[a119_0x3bc99f(0x21f)]+a119_0x3bc99f(0x1f9),a119_0x351fd4[a119_0x3bc99f(0x1fb)][a119_0x3bc99f(0x22a)]=SDK_EVENTS['SDK_A11Y']+a119_0x3bc99f(0x1e9),a119_0x351fd4[a119_0x3bc99f(0x24c)][a119_0x3bc99f(0x1f0)]=SDK_EVENTS[a119_0x3bc99f(0x232)]+a119_0x3bc99f(0x219),a119_0x351fd4[a119_0x3bc99f(0x24c)][a119_0x3bc99f(0x214)]=SDK_EVENTS[a119_0x3bc99f(0x232)]+a119_0x3bc99f(0x1ed),a119_0x351fd4[a119_0x3bc99f(0x24c)][a119_0x3bc99f(0x20c)]=SDK_EVENTS['SDK_PERCY']+a119_0x3bc99f(0x1d3),a119_0x351fd4[a119_0x3bc99f(0x24c)][a119_0x3bc99f(0x201)]=SDK_EVENTS[a119_0x3bc99f(0x232)]+a119_0x3bc99f(0x20d),a119_0x351fd4[a119_0x3bc99f(0x24c)][a119_0x3bc99f(0x21a)]=SDK_EVENTS[a119_0x3bc99f(0x232)]+':auto-capture',a119_0x351fd4[a119_0x3bc99f(0x24c)][a119_0x3bc99f(0x209)]=SDK_EVENTS[a119_0x3bc99f(0x232)]+a119_0x3bc99f(0x229),a119_0x351fd4[a119_0x3bc99f(0x24c)][a119_0x3bc99f(0x207)]=SDK_EVENTS[a119_0x3bc99f(0x232)]+a119_0x3bc99f(0x24e),a119_0x351fd4[a119_0x3bc99f(0x22d)][a119_0x3bc99f(0x1fc)]=SDK_EVENTS[a119_0x3bc99f(0x1ef)]+a119_0x3bc99f(0x204),a119_0x351fd4[a119_0x3bc99f(0x22d)][a119_0x3bc99f(0x226)]=SDK_EVENTS[a119_0x3bc99f(0x1ef)]+':driver-takeScreenShot',a119_0x351fd4[a119_0x3bc99f(0x22d)]['PRINT_BUILDLINK']=SDK_EVENTS[a119_0x3bc99f(0x1ef)]+a119_0x3bc99f(0x23d),a119_0x351fd4[a119_0x3bc99f(0x1d4)][a119_0x3bc99f(0x24d)]=SDK_EVENTS[a119_0x3bc99f(0x208)]+a119_0x3bc99f(0x246),a119_0x351fd4[a119_0x3bc99f(0x1d4)]['AFTER_EACH']=SDK_EVENTS[a119_0x3bc99f(0x208)]+a119_0x3bc99f(0x1c7),a119_0x351fd4[a119_0x3bc99f(0x1d4)][a119_0x3bc99f(0x1f7)]=SDK_EVENTS['SDK_HOOK']+a119_0x3bc99f(0x1d9),a119_0x351fd4[a119_0x3bc99f(0x1d4)][a119_0x3bc99f(0x20a)]=SDK_EVENTS[a119_0x3bc99f(0x208)]+':before-all',a119_0x351fd4[a119_0x3bc99f(0x1d4)][a119_0x3bc99f(0x242)]=SDK_EVENTS[a119_0x3bc99f(0x208)]+a119_0x3bc99f(0x1d0),a119_0x351fd4[a119_0x3bc99f(0x1d4)][a119_0x3bc99f(0x1d1)]=SDK_EVENTS[a119_0x3bc99f(0x208)]+a119_0x3bc99f(0x1d7),a119_0x351fd4[a119_0x3bc99f(0x238)]['HUB_MANAGEMENT']=SDK_EVENTS['SDK_TURBOSCALE']+a119_0x3bc99f(0x1f6),a119_0x351fd4[a119_0x3bc99f(0x238)][a119_0x3bc99f(0x220)]=SDK_EVENTS[a119_0x3bc99f(0x1d2)]+':print-buildlink',a119_0x351fd4[a119_0x3bc99f(0x23c)][a119_0x3bc99f(0x1f8)]=SDK_EVENTS[a119_0x3bc99f(0x1d8)]+':app-upload',a119_0x351fd4[a119_0x3bc99f(0x22e)][a119_0x3bc99f(0x252)]=SDK_EVENTS[a119_0x3bc99f(0x216)]+a119_0x3bc99f(0x1ea),a119_0x351fd4[a119_0x3bc99f(0x22e)][a119_0x3bc99f(0x215)]=SDK_EVENTS['SDK_DRIVER']+a119_0x3bc99f(0x224),a119_0x351fd4[a119_0x3bc99f(0x22e)][a119_0x3bc99f(0x213)]=SDK_EVENTS[a119_0x3bc99f(0x216)]+a119_0x3bc99f(0x1e1),a119_0x351fd4[a119_0x3bc99f(0x22e)][a119_0x3bc99f(0x1eb)]=SDK_EVENTS[a119_0x3bc99f(0x216)]+a119_0x3bc99f(0x24a),module[a119_0x3bc99f(0x239)]=a119_0x351fd4;
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 +1 @@
1
- const a120_0x47c8bf=a120_0xeebf;function a120_0xeebf(_0x4f6464,_0x49cf71){const _0x5d7bac=a120_0x5d7b();return a120_0xeebf=function(_0xeebf87,_0x8cca3){_0xeebf87=_0xeebf87-0xd8;let _0x2952a4=_0x5d7bac[_0xeebf87];return _0x2952a4;},a120_0xeebf(_0x4f6464,_0x49cf71);}(function(_0x538ba9,_0x1fe38a){const _0x34bdde=a120_0xeebf,_0x57e42b=_0x538ba9();while(!![]){try{const _0x16d24c=parseInt(_0x34bdde(0x138))/0x1+parseInt(_0x34bdde(0x172))/0x2*(-parseInt(_0x34bdde(0x17b))/0x3)+-parseInt(_0x34bdde(0x110))/0x4+-parseInt(_0x34bdde(0x12d))/0x5*(-parseInt(_0x34bdde(0x14b))/0x6)+-parseInt(_0x34bdde(0x153))/0x7*(parseInt(_0x34bdde(0x156))/0x8)+-parseInt(_0x34bdde(0x15e))/0x9+parseInt(_0x34bdde(0x154))/0xa;if(_0x16d24c===_0x1fe38a)break;else _0x57e42b['push'](_0x57e42b['shift']());}catch(_0x3f0e82){_0x57e42b['push'](_0x57e42b['shift']());}}}(a120_0x5d7b,0x34d0c));const fs=require('fs'),fsPromise=require('fs/promises'),{performance,PerformanceObserver}=require(a120_0x47c8bf(0x152)),path=require(a120_0x47c8bf(0x125)),util=require('util'),logger=require(a120_0x47c8bf(0x164))['winstonLogger'],{getLogDir}=require(a120_0x47c8bf(0x164)),{getProcessId,sleep,debug,getTestName}=require(a120_0x47c8bf(0x108));class PerformanceTester{static [a120_0x47c8bf(0x118)];static [a120_0x47c8bf(0xfc)]=[];static [a120_0x47c8bf(0x104)]=[];static [a120_0x47c8bf(0x16d)]=[];static [a120_0x47c8bf(0x12b)]=![];static [a120_0x47c8bf(0x16e)]='performance-report';static [a120_0x47c8bf(0x137)]=process[a120_0x47c8bf(0x140)]['browserStackCwd']?path[a120_0x47c8bf(0x109)](process[a120_0x47c8bf(0x140)]['browserStackCwd'],'error-report'):path[a120_0x47c8bf(0x109)](process[a120_0x47c8bf(0xef)](),a120_0x47c8bf(0xdf));static [a120_0x47c8bf(0x13b)]=this[a120_0x47c8bf(0x137)]+'/error-report-'+getProcessId()+a120_0x47c8bf(0xdd);static ['details']={};static [a120_0x47c8bf(0x117)]={};static[a120_0x47c8bf(0x13a)](_0xc39cc3,_0x420ed5=this[a120_0x47c8bf(0x137)]+a120_0x47c8bf(0x14e)+getProcessId()+'.json'){const _0x1edc80=a120_0x47c8bf,_0x5d3a64={'fBDpP':function(_0x5253dc,_0x571239){return _0x5253dc===_0x571239;},'Ukgbh':_0x1edc80(0x111),'gaChG':function(_0x3e82ae){return _0x3e82ae();},'LOkZL':function(_0x1fb137){return _0x1fb137();},'mIlCm':function(_0x358f58,_0x5d3f84){return _0x358f58+_0x5d3f84;},'nUhsb':'Error\x20in\x20creating\x20performance\x20reports\x20directory:\x20','iuThy':_0x1edc80(0xdb)};try{this[_0x1edc80(0x116)]=path[_0x1edc80(0x109)](_0x5d3a64[_0x1edc80(0x12f)](getLogDir),this['jsonReportDirName']),!_0xc39cc3&&(_0xc39cc3=this[_0x1edc80(0x116)]+_0x1edc80(0x16c)+_0x5d3a64[_0x1edc80(0xf9)](getProcessId)+'.json'),!fs[_0x1edc80(0x12c)](this[_0x1edc80(0x116)])&&fs['mkdirSync'](this[_0x1edc80(0x116)]);}catch(_0x5068fc){logger[_0x1edc80(0x11b)](_0x5d3a64[_0x1edc80(0xe7)](_0x5d3a64[_0x1edc80(0x13c)],_0x5068fc));}if(this['started']||!this[_0x1edc80(0x136)]())return;this[_0x1edc80(0x118)]=new PerformanceObserver(_0x5bd559=>{const _0x3867f3={'DVDdl':function(_0x247569,_0x552994){return _0x5d3a64['fBDpP'](_0x247569,_0x552994);},'fKRlE':_0x5d3a64['Ukgbh']};_0x5bd559['getEntries']()['forEach'](_0x102a55=>{const _0x31d60b=a120_0xeebf;if(_0x3867f3[_0x31d60b(0xfa)](_0x102a55[_0x31d60b(0x157)],_0x3867f3[_0x31d60b(0xe8)])){let _0x2b4cb2={};if(_0x102a55[_0x31d60b(0x17e)])_0x2b4cb2=_0x102a55[_0x31d60b(0x17e)]();else for(const _0x5f0adc in _0x102a55){_0x2b4cb2[_0x5f0adc]=_0x102a55[_0x5f0adc];}this[_0x31d60b(0x15d)][_0x102a55[_0x31d60b(0x145)]]&&(_0x2b4cb2=Object[_0x31d60b(0x16f)](_0x2b4cb2,this['details'][_0x102a55['name']])),delete this[_0x31d60b(0x15d)][_0x102a55[_0x31d60b(0x145)]],this[_0x31d60b(0x104)][_0x31d60b(0x135)](_0x2b4cb2);}else this['_events']['push'](_0x102a55);});});const _0x36ffc5={};_0x36ffc5[_0x1edc80(0x126)]=!![],_0x36ffc5[_0x1edc80(0xe0)]=[_0x5d3a64[_0x1edc80(0x148)],_0x5d3a64[_0x1edc80(0xf4)]],this['_observer'][_0x1edc80(0x147)](_0x36ffc5),this[_0x1edc80(0x12b)]=!![],this[_0x1edc80(0x161)]=_0xc39cc3,this['errorReportFileName']=_0x420ed5;}static['getPerformance'](){return performance;}static[a120_0x47c8bf(0x143)](_0x5e1992,_0xbb4336){const _0x29c9b1=a120_0x47c8bf,_0x422553={};_0x422553[_0x29c9b1(0xee)]=function(_0x3bc81f,_0x200fc1){return _0x3bc81f+_0x200fc1;},_0x422553['myXFh']=function(_0x2b783a,_0x4e7945){return _0x2b783a||_0x4e7945;},_0x422553['UOhTl']=function(_0x240cdf,_0x2d298f){return _0x240cdf===_0x2d298f;};const _0x336863=_0x422553,_0x5e481d={};if(!_0x5e1992||_0x336863[_0x29c9b1(0x124)](_0x5e1992[_0x29c9b1(0x133)],0x0))return;_0x5e1992[_0x29c9b1(0x169)](_0x3000f5=>{const _0x3e4ea5=_0x29c9b1;!_0x5e481d[_0x3000f5[_0x3e4ea5(0x145)]]&&(_0x5e481d[_0x3000f5['name']]=0x0),_0x5e481d[_0x3000f5[_0x3e4ea5(0x145)]]+=_0x3000f5['duration'];});const _0x4a07ac=_0xbb4336['reduce']((_0x906fe4,_0x57e5d9)=>{const _0x12e1b7=_0x29c9b1;return _0x336863[_0x12e1b7(0xee)](_0x5e481d[_0x57e5d9],_0x336863[_0x12e1b7(0x184)](_0x906fe4,0x0));},0x0);return _0x4a07ac;}static async['calculateTimesFromMultipleFiles'](_0x2725e5,_0x20b4f6){const _0xa1d7bd=a120_0x47c8bf,_0x25a40d={'WOYjE':function(_0x399deb,_0xe35de2){return _0x399deb+_0xe35de2;},'okeQi':function(_0x4a91a6,_0xa648d1){return _0x4a91a6||_0xa648d1;},'VnPoU':function(_0x1199ae,_0x4b14ae){return _0x1199ae===_0x4b14ae;},'BKEfE':function(_0x330fc1,_0x5f043b){return _0x330fc1(_0x5f043b);}};if(!_0x2725e5||_0x25a40d[_0xa1d7bd(0x180)](_0x2725e5[_0xa1d7bd(0x133)],0x0))return 0x0;const _0x2ced00=[];for(const _0x563d85 of _0x2725e5){const _0x3872d5=path[_0xa1d7bd(0x109)]('.',_0x563d85);try{const _0x5f2d41=this[_0xa1d7bd(0x155)](_0x3872d5);_0x5f2d41['map'](_0x435505=>{const _0x1931ce=_0xa1d7bd;!_0x2ced00[_0x435505[_0x1931ce(0x145)]]&&(_0x2ced00[_0x435505[_0x1931ce(0x145)]]=0x0),_0x2ced00[_0x435505[_0x1931ce(0x145)]]+=_0x435505['duration'];});}catch(_0x18383a){_0x25a40d[_0xa1d7bd(0x163)](debug,_0xa1d7bd(0xd8)+_0x18383a[_0xa1d7bd(0x170)]());}}const _0x33083a=_0x20b4f6['reduce']((_0x5c2ed6,_0x106afd)=>{const _0x272870=_0xa1d7bd;return _0x25a40d[_0x272870(0xfb)](_0x2ced00[_0x106afd],_0x25a40d[_0x272870(0x15b)](_0x5c2ed6,0x0));},0x0);return _0x25a40d[_0xa1d7bd(0x163)](debug,_0xa1d7bd(0x14a)+_0x20b4f6+_0xa1d7bd(0xe1)+_0x33083a),_0x33083a;}static[a120_0x47c8bf(0x155)](_0xdf7b4c){const _0x4be89c=a120_0x47c8bf;if(_0xdf7b4c){if(!fs[_0x4be89c(0x12c)](_0xdf7b4c))return[];return JSON[_0x4be89c(0xd9)](fs[_0x4be89c(0x160)](_0xdf7b4c)[_0x4be89c(0x170)]());}}static async[a120_0x47c8bf(0xf3)](_0x55adcc='performance-own.html',_0x453e9a=null){const _0x575765=a120_0x47c8bf,_0x1e4b24={'gJskf':function(_0x1e2a09,_0x14066e){return _0x1e2a09(_0x14066e);},'Xreyd':function(_0x3e4054,_0x3b3988){return _0x3e4054(_0x3b3988);}};if(!this['started'])return;await _0x1e4b24[_0x575765(0x158)](sleep,0x1e),this['_observer']['disconnect'](),this['started']=![],this[_0x575765(0x16b)](this[_0x575765(0xfc)]);const _0x4dfb90=this[_0x575765(0xfe)](this[_0x575765(0xfc)]),_0x12158b=path[_0x575765(0x109)](process[_0x575765(0xef)](),_0x55adcc);fs['writeFile'](_0x12158b,_0x4dfb90,_0x21f42c=>{const _0x443d51=_0x575765;if(_0x21f42c){_0x1e4b24[_0x443d51(0x158)](debug,'Error\x20in\x20writing\x20html\x20'+_0x21f42c[_0x443d51(0x170)]());return;}_0x1e4b24['Xreyd'](debug,_0x443d51(0xde)+_0x12158b);});if(_0x453e9a)return this[_0x575765(0x143)](this[_0x575765(0xfc)],_0x453e9a);}static[a120_0x47c8bf(0xfe)](_0x51c97b){const _0x261fd0=a120_0x47c8bf,_0x5d4ce5={};_0x5d4ce5['LHuGV']=_0x261fd0(0xe9),_0x5d4ce5['fcilk']='<h1>Performance\x20Report</h1>',_0x5d4ce5['dCKAU']='<table><thead><tr><th>Function\x20Name</th><th>Duration\x20(ms)</th></tr></thead><tbody>',_0x5d4ce5[_0x261fd0(0x13d)]=_0x261fd0(0x149);const _0x4562e9=_0x5d4ce5;let _0x234219=_0x4562e9[_0x261fd0(0x127)];return _0x234219+=_0x4562e9[_0x261fd0(0xed)],_0x234219+=_0x4562e9[_0x261fd0(0x10e)],_0x51c97b['forEach'](_0x379f82=>{const _0x4fcf2c=_0x261fd0;_0x234219+='<tr><td>'+_0x379f82[_0x4fcf2c(0x145)]+_0x4fcf2c(0x10c)+_0x379f82[_0x4fcf2c(0x11d)]+_0x4fcf2c(0x175);}),_0x234219+=_0x4562e9[_0x261fd0(0x13d)],_0x234219;}static[a120_0x47c8bf(0x16b)](_0x4fe9c5){const _0x56c629=a120_0x47c8bf;if(!this['jsonReportFileName'])return;const _0x1e6654={};_0x4fe9c5[_0x56c629(0x169)](_0x3c722e=>{const _0x1ac41f=_0x56c629;!_0x1e6654[_0x3c722e[_0x1ac41f(0x145)]]&&(_0x1e6654[_0x3c722e[_0x1ac41f(0x145)]]=0x0),_0x1e6654[_0x3c722e[_0x1ac41f(0x145)]]+=_0x3c722e['duration'];});const _0x6b9e94=Object[_0x56c629(0x123)](_0x1e6654)['map'](([_0x4361f4,_0x405000])=>{const _0x5be613=_0x56c629,_0x36ae5e={};return _0x36ae5e[_0x5be613(0x145)]=_0x4361f4,_0x36ae5e[_0x5be613(0x11d)]=_0x405000,_0x36ae5e;});fs[_0x56c629(0x10b)](this[_0x56c629(0x161)],JSON[_0x56c629(0x165)](_0x6b9e94));}static[a120_0x47c8bf(0x136)](){const _0x191407=a120_0x47c8bf,_0xf269f3={};_0xf269f3[_0x191407(0xf7)]=function(_0x11b934,_0x378a57){return _0x11b934===_0x378a57;},_0xf269f3[_0x191407(0x182)]=_0x191407(0x17f);const _0x2e521d=_0xf269f3;return!_0x2e521d[_0x191407(0xf7)](process[_0x191407(0x140)][_0x191407(0x181)],_0x2e521d[_0x191407(0x182)]);}static[a120_0x47c8bf(0x111)](_0x143ae0,_0xb75885,_0x1a5ca6=null,_0x16df19={},_0x45e95c=null){const _0x53f268=a120_0x47c8bf,_0x27893c={'hhzzI':function(_0x2cac06,_0x1796bc){return _0x2cac06(_0x1796bc);},'zBihf':function(_0x41462a,_0x12de6c){return _0x41462a(_0x12de6c);},'ShKhf':function(_0x11c84e,_0xba2ddc){return _0x11c84e instanceof _0xba2ddc;}};try{if(this[_0x53f268(0x12b)]&&this['isEnabled']()){let _0x1b89ef=_0x143ae0;_0x1a5ca6&&(_0x1b89ef=_0x143ae0+'['+JSON[_0x53f268(0x165)](_0x1a5ca6)+']');PerformanceTester[_0x53f268(0x112)](_0x1b89ef),this[_0x53f268(0x15d)]&&(this[_0x53f268(0x15d)][_0x1b89ef]=_0x16df19);try{const _0x13922a=_0xb75885[_0x53f268(0x14d)](null,_0x45e95c);if(_0x27893c['ShKhf'](_0x13922a,Promise))return new Promise((_0x468a7d,_0x4c7d24)=>{const _0x6ad9c1=_0x53f268,_0x4d23cd={'alQdT':function(_0x3218d5,_0x4b6d94){const _0x1a4798=a120_0xeebf;return _0x27893c[_0x1a4798(0x132)](_0x3218d5,_0x4b6d94);}};_0x13922a[_0x6ad9c1(0x102)](_0x5d9a20=>{const _0x57c74e=_0x6ad9c1;PerformanceTester[_0x57c74e(0x150)](_0x1b89ef),_0x27893c[_0x57c74e(0xf8)](_0x468a7d,_0x5d9a20);})[_0x6ad9c1(0xf0)](_0x4801ce=>{const _0x103bfd=_0x6ad9c1;PerformanceTester['end'](_0x1b89ef,![],util[_0x103bfd(0x115)](_0x4801ce)),_0x4d23cd['alQdT'](_0x4c7d24,_0x4801ce);});});;return PerformanceTester[_0x53f268(0x150)](_0x1b89ef),_0x13922a;}catch(_0x3aadd0){PerformanceTester['end'](_0x1b89ef,![],util[_0x53f268(0x115)](_0x3aadd0));throw _0x3aadd0;}};return _0xb75885[_0x53f268(0x14d)](null,_0x45e95c);}catch(_0x4bc9dc){return logger[_0x53f268(0x11b)](_0x53f268(0xda)+(_0x4bc9dc['stack']||_0x4bc9dc[_0x53f268(0x130)]||_0x4bc9dc)),_0xb75885[_0x53f268(0x14d)](null,_0x45e95c);}}static['measureWrapper'](_0x3c9f98,_0x17ea3b,_0x31e76c={}){const _0x107fe7=a120_0x47c8bf,_0x2c7b24={'NIoxK':function(_0x172cfd){return _0x172cfd();},'AUXdt':function(_0x26d756){return _0x26d756();}},_0x2d0b2f=this;return _0x31e76c[_0x107fe7(0xfd)]=_0x2c7b24[_0x107fe7(0x167)](getProcessId),_0x31e76c[_0x107fe7(0x183)]=_0x2c7b24[_0x107fe7(0x171)](getTestName),_0x31e76c[_0x107fe7(0x11f)]=global[_0x107fe7(0xdc)]&&global[_0x107fe7(0xdc)]['index'],function(){const _0x106829=_0x107fe7,_0xe8683a=[_0x3c9f98,_0x17ea3b,null,_0x31e76c][_0x106829(0x15c)](arguments);return _0x2d0b2f[_0x106829(0x111)][_0x106829(0x14d)](_0x2d0b2f,_0xe8683a);};}static[a120_0x47c8bf(0x166)](){const _0x3d11c2=a120_0x47c8bf,_0x5ab9cd=/(^.*)\[(.*)\]$/,_0x2f8f59={},_0x4e31fd={},_0x17f93e=[],_0x5c70f1=this['_measureEvents'][_0x3d11c2(0x129)](0x0,this[_0x3d11c2(0x104)][_0x3d11c2(0x133)]);for(const _0x4522fa of _0x5c70f1){const _0x42c258=_0x4522fa[_0x3d11c2(0x145)][_0x3d11c2(0x128)](_0x5ab9cd),_0x45763f=Object[_0x3d11c2(0x16f)]({},_0x4522fa);_0x42c258&&(_0x45763f[_0x3d11c2(0x145)]=_0x42c258[0x1],_0x45763f[_0x3d11c2(0x144)]=JSON[_0x3d11c2(0xd9)](_0x42c258[0x2])),_0x17f93e[_0x3d11c2(0x135)](_0x45763f);}return _0x17f93e;}static[a120_0x47c8bf(0x17a)](){const _0x5927c5=a120_0x47c8bf,_0x518378={'LERqC':function(_0x149ba1){return _0x149ba1();},'DVftM':function(_0x399dcb,_0x22b8fc){return _0x399dcb+_0x22b8fc;},'Yfzqi':_0x5927c5(0x122),'TReJj':function(_0x539021,_0x156eae){return _0x539021===_0x156eae;},'sHoeC':function(_0x3d3f72,_0x1606ce){return _0x3d3f72+_0x1606ce;}};try{this['jsonReportDirPath']=path['join'](_0x518378[_0x5927c5(0x12e)](getLogDir),this[_0x5927c5(0x16e)]);if(fs[_0x5927c5(0x12c)](this['jsonReportDirPath'])){const _0x245818=fs['readdirSync'](this[_0x5927c5(0x116)]);for(const _0x1746e3 of _0x245818){fs[_0x5927c5(0xf1)](path[_0x5927c5(0x109)](this[_0x5927c5(0x116)],_0x1746e3));}}}catch(_0x3ad534){logger[_0x5927c5(0x11b)](_0x518378[_0x5927c5(0x14c)](_0x518378[_0x5927c5(0x151)],_0x3ad534));}if(_0x518378[_0x5927c5(0x134)](this[_0x5927c5(0x104)][_0x5927c5(0x133)],0x0))return;const _0x21ffa5=this[_0x5927c5(0x166)](),_0x938cc1=JSON[_0x5927c5(0x165)](_0x21ffa5),_0x49814e=_0x518378[_0x5927c5(0x105)](_0x938cc1[_0x5927c5(0xe5)](0x1,-0x1),',');fs['appendFileSync'](this[_0x5927c5(0x161)],_0x49814e);}static async[a120_0x47c8bf(0x15a)](){const _0x1b8d54=a120_0x47c8bf,_0x218e30={'dYOAh':function(_0x2e8180){return _0x2e8180();},'IElme':function(_0xaca7a,_0x442819){return _0xaca7a===_0x442819;},'FQCxj':_0x1b8d54(0xe3),'mWKDB':_0x1b8d54(0x16a),'jNEeZ':_0x1b8d54(0x179),'PcGRI':function(_0x486c78,_0x4e1d86){return _0x486c78+_0x4e1d86;},'wDIXX':function(_0x5e326a,_0x1397db){return _0x5e326a+_0x1397db;},'cXXQB':'Error\x20processing\x20key-metrics.json:\x20%s','NDjnb':_0x1b8d54(0x176),'hZxzG':_0x1b8d54(0x146),'ymbgn':function(_0x1d40a4,_0x237079){return _0x1d40a4>_0x237079;}};this[_0x1b8d54(0x116)]=path[_0x1b8d54(0x109)](_0x218e30[_0x1b8d54(0xea)](getLogDir),this[_0x1b8d54(0x16e)]);if(!this[_0x1b8d54(0x12b)]||_0x218e30[_0x1b8d54(0x14f)](this[_0x1b8d54(0x104)][_0x1b8d54(0x133)],0x0))return[];if(!fs['existsSync'](this[_0x1b8d54(0x116)]))return this[_0x1b8d54(0x104)];const _0x4491a4=(await fsPromise[_0x1b8d54(0x173)](this[_0x1b8d54(0x116)]))['map'](_0x30678f=>path[_0x1b8d54(0xeb)](this['jsonReportDirPath'],_0x30678f));try{const _0x152fdb=path['dirname'](this[_0x1b8d54(0x116)]),_0x235943=path['join'](_0x152fdb,_0x218e30['FQCxj']);if(fs[_0x1b8d54(0x12c)](_0x235943))try{await fsPromise['access'](_0x235943,fs[_0x1b8d54(0x119)][_0x1b8d54(0x114)]);const _0x15342d=await fsPromise[_0x1b8d54(0x141)](_0x235943,_0x218e30['mWKDB']),_0x17d2b8=JSON[_0x1b8d54(0xd9)](_0x15342d),_0x434c47=path['join'](this[_0x1b8d54(0x116)],_0x218e30[_0x1b8d54(0x120)]);let _0x2de8d='';Array[_0x1b8d54(0x13e)](_0x17d2b8)?_0x2de8d=_0x218e30[_0x1b8d54(0x13f)](_0x17d2b8[_0x1b8d54(0x169)](_0x3d252f=>JSON[_0x1b8d54(0x165)](_0x3d252f))['join'](','),','):_0x2de8d=_0x218e30['wDIXX'](JSON[_0x1b8d54(0x165)](_0x17d2b8),','),await fsPromise[_0x1b8d54(0x10d)](_0x434c47,_0x2de8d),_0x4491a4[_0x1b8d54(0x135)](_0x434c47),await fsPromise[_0x1b8d54(0x142)](_0x235943);}catch(_0x2445e7){logger[_0x1b8d54(0x17d)](util['format'](_0x218e30[_0x1b8d54(0xe4)],_0x2445e7[_0x1b8d54(0x106)]||_0x2445e7[_0x1b8d54(0x130)]||_0x2445e7));}else logger['info'](_0x218e30['NDjnb']);}catch(_0x2b5923){logger[_0x1b8d54(0x17d)](util[_0x1b8d54(0x115)](_0x218e30[_0x1b8d54(0x139)],_0x2b5923[_0x1b8d54(0x106)]||_0x2b5923[_0x1b8d54(0x130)]||_0x2b5923));}let _0x68202=(await Promise[_0x1b8d54(0xec)](_0x4491a4['map'](_0x24f441=>fsPromise[_0x1b8d54(0x141)](_0x24f441,_0x1b8d54(0x16a)))))[_0x1b8d54(0x169)](_0x473ba7=>'['+_0x473ba7[_0x1b8d54(0xe5)](0x0,-0x1)+']')[_0x1b8d54(0x169)](_0x58f623=>JSON[_0x1b8d54(0xd9)](_0x58f623))[_0x1b8d54(0x100)]();return _0x218e30[_0x1b8d54(0x15f)](this['_measureEvents'][_0x1b8d54(0x133)],0x0)&&(_0x68202=_0x68202[_0x1b8d54(0x15c)](this['getCleanedPerfEvents']())),this[_0x1b8d54(0x118)][_0x1b8d54(0x177)](),_0x68202;}static[a120_0x47c8bf(0xff)](){const _0x24c748=a120_0x47c8bf,_0x1c0983={};_0x1c0983[_0x24c748(0x11e)]=function(_0x30ecfb,_0x12a6fd){return _0x30ecfb===_0x12a6fd;},_0x1c0983[_0x24c748(0x113)]=function(_0x2a3e98,_0x30435a){return _0x2a3e98+_0x30435a;};const _0x34a6dd=_0x1c0983;if(_0x34a6dd[_0x24c748(0x11e)](this[_0x24c748(0x16d)][_0x24c748(0x133)],0x0))return;const _0x43d968=JSON[_0x24c748(0x165)](this[_0x24c748(0x16d)]),_0x326eaf=_0x34a6dd[_0x24c748(0x113)](_0x43d968[_0x24c748(0xe5)](0x1,-0x1),',');fs['appendFileSync'](this['errorFile'],_0x326eaf);}static[a120_0x47c8bf(0x107)](){const _0x1b13c1=a120_0x47c8bf,_0x5a2c70={};_0x5a2c70[_0x1b13c1(0x101)]=function(_0x50e588,_0x5bbdeb){return _0x50e588>_0x5bbdeb;};const _0xc69b8c=_0x5a2c70;if(this['errorReportFileName']){if(!fs['existsSync'](this[_0x1b13c1(0x13b)]))return this['_errorEvents'];let _0x4aba14=fs[_0x1b13c1(0x160)](this[_0x1b13c1(0x13b)])[_0x1b13c1(0x170)]();_0x4aba14='['+_0x4aba14[_0x1b13c1(0xe5)](0x0,-0x1)+']';let _0x3e9752=JSON[_0x1b13c1(0xd9)](_0x4aba14);return _0xc69b8c[_0x1b13c1(0x101)](this['_errorEvents']['length'],0x0)&&(_0x3e9752=_0x3e9752[_0x1b13c1(0x15c)](this[_0x1b13c1(0x16d)])),fs['unlinkSync'](this[_0x1b13c1(0x13b)]),_0x3e9752;}}static[a120_0x47c8bf(0xf2)](_0x479c88){const _0x3a9c01=a120_0x47c8bf;if(!this[_0x3a9c01(0x136)]())return;this[_0x3a9c01(0x16d)][_0x3a9c01(0x135)]({'message':_0x479c88[_0x3a9c01(0x130)],'trace':_0x479c88[_0x3a9c01(0x106)],'code':_0x479c88[_0x3a9c01(0x131)]||null,'time':new Date()});}static[a120_0x47c8bf(0x10f)](){const _0x2d3bd0=a120_0x47c8bf;try{if(!this[_0x2d3bd0(0x136)]())return;this['_observer'][_0x2d3bd0(0x177)](),this[_0x2d3bd0(0x17a)](),this[_0x2d3bd0(0xff)]();}catch(_0x1d1f35){logger['debug'](_0x2d3bd0(0x159)+util['format'](_0x1d1f35));}}static async[a120_0x47c8bf(0x174)](){const _0xf3bc1d=a120_0x47c8bf,_0x52fc16={'ULzQn':function(_0x16c389,_0x105db9){return _0x16c389(_0x105db9);}};await _0x52fc16['ULzQn'](sleep,0x1e);const _0x29d3a5=await this[_0xf3bc1d(0x15a)](),_0x40c510=this['finalizeErrors']();if(!this['isEnabled']()){const _0x17f977={};return _0x17f977['measures']=[],_0x17f977[_0xf3bc1d(0x11c)]=[],_0x17f977;}const _0x5d1ee2={};return _0x5d1ee2[_0xf3bc1d(0x185)]=_0x29d3a5,_0x5d1ee2[_0xf3bc1d(0x11c)]=_0x40c510,_0x5d1ee2;}static[a120_0x47c8bf(0x112)](_0xcbb0f){const _0x4e2490=a120_0x47c8bf,_0x3df6ee={};_0x3df6ee[_0x4e2490(0x11a)]=function(_0x45d534,_0x4f3582){return _0x45d534+_0x4f3582;},_0x3df6ee['UqJee']=_0x4e2490(0x178);const _0x45625a=_0x3df6ee,_0x2eb4ff=_0x45625a[_0x4e2490(0x11a)](_0xcbb0f,_0x45625a[_0x4e2490(0x10a)]);if(this[_0x4e2490(0x117)][_0x2eb4ff])return;performance[_0x4e2490(0x168)](_0x2eb4ff),this['eventsMap'][_0x2eb4ff]=0x1;}static['end'](_0x110921,_0x49ea64=!![],_0x5a7a45=null,_0x2fbaed={}){const _0x5dc1b0=a120_0x47c8bf,_0x4f9d07={'hgIVN':function(_0x1c440c,_0x37b0ce){return _0x1c440c+_0x37b0ce;},'OSHoJ':_0x5dc1b0(0xe2),'ELlNM':_0x5dc1b0(0x178),'RyIjO':function(_0x239702){return _0x239702();}};performance['mark'](_0x4f9d07[_0x5dc1b0(0x17c)](_0x110921,_0x4f9d07[_0x5dc1b0(0x121)])),performance[_0x5dc1b0(0x111)](_0x110921,_0x4f9d07[_0x5dc1b0(0x17c)](_0x110921,_0x4f9d07[_0x5dc1b0(0x103)]),_0x4f9d07[_0x5dc1b0(0x17c)](_0x110921,_0x4f9d07[_0x5dc1b0(0x121)]));const _0xaf36a3={};_0xaf36a3[_0x5dc1b0(0xe6)]=_0x49ea64,_0xaf36a3[_0x5dc1b0(0x162)]=_0x5a7a45,this[_0x5dc1b0(0x15d)][_0x110921]=Object['assign'](_0xaf36a3,Object[_0x5dc1b0(0x16f)](Object[_0x5dc1b0(0x16f)]({'worker':_0x4f9d07[_0x5dc1b0(0xf6)](getProcessId),'platform':global[_0x5dc1b0(0xdc)]&&global['__platformCaps'][_0x5dc1b0(0xf5)],'testName':_0x4f9d07[_0x5dc1b0(0xf6)](getTestName)},_0x2fbaed),this['details'][_0x110921]||{}));}}function a120_0x5d7b(){const _0x4950db=['stopMonitoring','1010012eEHSvk','measure','start','hJrXx','F_OK','format','jsonReportDirPath','eventsMap','_observer','constants','kxrqv','debug','errors','duration','mwLDD','platform','jNEeZ','OSHoJ','Error\x20while\x20removing\x20files:\x20','entries','UOhTl','path','buffered','LHuGV','match','splice','exports','started','existsSync','8905XFSRGD','LERqC','gaChG','message','code','zBihf','length','TReJj','push','isEnabled','errorReportDirName','110495PmvsiG','hZxzG','startMonitoring','errorReportFileName','nUhsb','nWkJJ','isArray','PcGRI','env','readFile','unlink','calculateTimeFromEvents','meta','name','Error\x20in\x20getting\x20key-metrics.json\x20file:\x20%s','observe','iuThy','</tbody></table></body></html>','Time\x20for\x20','366iCJbto','DVftM','apply','/error-report-','IElme','end','Yfzqi','perf_hooks','128065bVBUwj','5650000igAKNF','getEventsFromJSON','56RZyKOM','entryType','gJskf','Error\x20stopping\x20monitoring\x20','finalizePerfMeasures','okeQi','concat','details','521982GefFlw','ymbgn','readFileSync','jsonReportFileName','failure','BKEfE','../logger','stringify','getCleanedPerfEvents','NIoxK','mark','map','utf-8','generateJSON','/performance-report-','_errorEvents','jsonReportDirName','assign','toString','AUXdt','2MoIbQG','readdir','finalize','</td></tr>','key-metrics.json\x20file\x20not\x20found,\x20skipping\x20processing\x20for\x20event\x20for\x20cli.','disconnect','-start','modified-key-metrics.json','pushPerfMeasures','387714cWhzCo','hgIVN','info','toJSON','false','VnPoU','BROWSERSTACK_SDK_INSTRUMENTATION','LwAjP','testName','myXFh','measures','Error\x20in\x20doing\x20csv\x20operations:\x20','parse','error\x20in\x20measure\x20','function','__platformCaps','.json','Performance\x20report\x20is\x20at\x20','error-report','entryTypes','\x20for\x20all\x20processes\x20is\x20','-end','key-metrics.json','cXXQB','slice','success','mIlCm','fKRlE','<!DOCTYPE\x20html><html><head><title>Performance\x20Report</title></head><body>','dYOAh','resolve','all','fcilk','vEkPy','cwd','catch','unlinkSync','captureError','stopAndGenerate','Ukgbh','index','RyIjO','TjJIV','hhzzI','LOkZL','DVDdl','WOYjE','_events','worker','generateHTMLReport','pushErrors','flat','lEwdT','then','ELlNM','_measureEvents','sHoeC','stack','finalizeErrors','../processHelper','join','UqJee','writeFileSync','</td><td>','writeFile','dCKAU'];a120_0x5d7b=function(){return _0x4950db;};return a120_0x5d7b();}module[a120_0x47c8bf(0x12a)]=PerformanceTester;
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 +1 @@
1
- const a121_0x50e96e=a121_0x2d8c;(function(_0x25c602,_0x3f353e){const _0x1216ec=a121_0x2d8c,_0x57b3e2=_0x25c602();while(!![]){try{const _0x4fdfdf=-parseInt(_0x1216ec(0x233))/0x1+-parseInt(_0x1216ec(0x220))/0x2*(-parseInt(_0x1216ec(0x1e8))/0x3)+parseInt(_0x1216ec(0x24e))/0x4+-parseInt(_0x1216ec(0x1ff))/0x5*(-parseInt(_0x1216ec(0x208))/0x6)+-parseInt(_0x1216ec(0x229))/0x7+-parseInt(_0x1216ec(0x255))/0x8+parseInt(_0x1216ec(0x1e6))/0x9;if(_0x4fdfdf===_0x3f353e)break;else _0x57b3e2['push'](_0x57b3e2['shift']());}catch(_0x58fd79){_0x57b3e2['push'](_0x57b3e2['shift']());}}}(a121_0x4e5a,0xe1e9c));function a121_0x2d8c(_0x3cf484,_0x2f0368){const _0x4e5ad8=a121_0x4e5a();return a121_0x2d8c=function(_0x2d8cba,_0x56e6c5){_0x2d8cba=_0x2d8cba-0x1e0;let _0x3f8df6=_0x4e5ad8[_0x2d8cba];return _0x3f8df6;},a121_0x2d8c(_0x3cf484,_0x2f0368);}const path=require('path'),util=require(a121_0x50e96e(0x1f0)),{importFileFromPWCore}=require('./helper'),helper=require(a121_0x50e96e(0x23d)),logger=require(a121_0x50e96e(0x238))[a121_0x50e96e(0x1fc)],W3CMapping=require(a121_0x50e96e(0x243))['W3CMapping'](),constants=require(a121_0x50e96e(0x206)),BrowserstackCLI=require(a121_0x50e96e(0x200)),CLIUtils=require(a121_0x50e96e(0x1ef));function a121_0x4e5a(){const _0x497fa8=['__launchCaps','./logger','VrYwb','bootstrap','UNkvX','tfeQC','./helper','bstack:options','__accessibilityOptions','debug','chrome','xjufP','./w3cMapping','Error\x20getting\x20modified\x20config\x20from\x20gRPC:\x20','capabilities','framework','ekYBV','browserType.js','workers','getConfig','format','length','../bin/v2/grpcClient','3150444nSJcWn','GOJjn','nciaT','cucumberjs-pw','browserName','exports','setBrowserstackConfig','12044960QXdoFd','getBrowserTypePath\x20is\x20deprecated,\x20use\x20importFileFromPWCore\x20instead','browserstack.accessibilityOptions.scannerProcessingTimeout','mntkp','Unable\x20to\x20merge\x20accessibility\x20capabilities\x20into\x20Playwright\x20URL\x20caps:\x20','VpTZQ','JLWqh','env','fhWBM','OWxxa','26425548tFLmSN','nxExx','3uVoCTQ','ZoreH','config','entries','getPlaywrightModulePath\x20is\x20deprecated,\x20use\x20importFileFromPWCore\x20instead','Playwright\x20not\x20available:\x20','jHQAo','../bin/v2/cliUtils','util','HUNtG','PRxcH','BROWSERSTACK_PRODUCT_MAP','No\x20modified\x20config\x20received\x20from\x20gRPC','BrowserType','browserstack.accessibilityOptions.wcagVersion','BROWSERSTACK_TESTHUB_UUID','BS_A11Y_JWT','utajF','Detected\x20Playwright\x20version\x20','Error\x20getting\x20Playwright\x20BrowserType:\x20','winstonLogger','importFileFromPWCore','getBuildProductMap','5Bwotuj','../bin/v2/browserstackCLI','getPlaywrightBrowserType','parse','AysUn','use','error','../bin/utils/constants','IJgvH','2304408VMoCih','uliqC','KSlrA','getPlaywrightModulePath','cliConfig','Could\x20not\x20import\x20GrpcClient:\x20','bGztH','fKHjK','getModifiedConfigFromCLI','woIjV','checkPwandBootstrapCli','trbYc','playwrightConfigObject','jpUdv','HYsZc','PLAYWRIGHT','message','vTgEo','convertW3CToJsonWire','EdOuZ','dOTMA','\x20flow','EwYtX','RZwyQ','2063028tRTPCA','lib','isPlaywrightAvailable','browserstack.accessibilityOptions.scannerVersion','\x20for\x20','platformCaps','getPlaywrightUrl','isArray','projects','11246263DwDaKN','eVsiw','setFrameworkDetail','browser','Converted\x20W3C\x20caps\x20to\x20JSONWire:\x20','lFBiA','join','getBrowserFromCaps','browserstack.testhubBuildUuid','Received\x20modified\x20config\x20from\x20gRPC:\x20','1101796OwwNIM','client','Requesting\x20modified\x20Playwright\x20config\x20from\x20gRPC\x20for\x20cucumberjs-pw','getInstance'];a121_0x4e5a=function(){return _0x497fa8;};return a121_0x4e5a();}let GrpcClient;try{GrpcClient=require(a121_0x50e96e(0x24d));}catch(a121_0x348f9e){logger[a121_0x50e96e(0x240)](a121_0x50e96e(0x20d)+a121_0x348f9e[a121_0x50e96e(0x218)]),GrpcClient=null;}const convertW3CToJsonWire=_0xe05830=>{const _0x49d1ac=a121_0x50e96e,_0x3f3d30={};_0x3f3d30['fKHjK']=function(_0x201436,_0x5a0c5d){return _0x201436||_0x5a0c5d;},_0x3f3d30['HYsZc']=function(_0xac2cdb,_0x2b3395){return _0xac2cdb===_0x2b3395;},_0x3f3d30['OWxxa']=_0x49d1ac(0x23e),_0x3f3d30[_0x49d1ac(0x1e4)]=function(_0x408470,_0x35e535){return _0x408470===_0x35e535;},_0x3f3d30[_0x49d1ac(0x1f9)]=function(_0x1c5be1,_0x1e7d7a){return _0x1c5be1 in _0x1e7d7a;};const _0x590a65=_0x3f3d30,_0x29a06e={};for(const [_0x2d9a21,_0xf7f43c]of Object[_0x49d1ac(0x1eb)](_0x590a65[_0x49d1ac(0x20f)](_0xe05830,{}))){if(_0x590a65[_0x49d1ac(0x216)](_0x2d9a21,_0x590a65[_0x49d1ac(0x1e5)]))continue;let _0x5a4bd3=![];for(const [_0x150e58,_0x552739]of Object[_0x49d1ac(0x1eb)](W3CMapping)){if(_0x590a65['fhWBM'](_0x2d9a21,_0x552739)){_0x29a06e[_0x150e58]=_0xf7f43c,_0x5a4bd3=!![];break;}}!_0x5a4bd3&&(_0x29a06e[_0x2d9a21]=_0xf7f43c);}const _0x50a979=_0xe05830[_0x590a65[_0x49d1ac(0x1e5)]]||{};for(const [_0x51a571,_0xc84914]of Object[_0x49d1ac(0x1eb)](_0x50a979)){let _0x2a9106=![];for(const [_0x11a852,_0x428e46]of Object[_0x49d1ac(0x1eb)](W3CMapping)){if(_0x590a65['fhWBM'](_0x51a571,_0x428e46)){_0x29a06e[_0x11a852]=_0xc84914,_0x2a9106=!![];break;}}!_0x2a9106&&!_0x590a65[_0x49d1ac(0x1f9)](_0x51a571,_0x29a06e)&&(_0x29a06e[_0x51a571]=_0xc84914);}return logger[_0x49d1ac(0x240)](_0x49d1ac(0x22d)+JSON['stringify'](_0x29a06e)),_0x29a06e;},getModifiedConfigFromCLI=async _0x4028c4=>{const _0x2433cf=a121_0x50e96e,_0x662de4={};_0x662de4[_0x2433cf(0x21b)]='GrpcClient\x20not\x20available,\x20skipping\x20modified\x20config\x20request',_0x662de4[_0x2433cf(0x20a)]=_0x2433cf(0x251),_0x662de4[_0x2433cf(0x21f)]=_0x2433cf(0x235),_0x662de4[_0x2433cf(0x1e2)]=_0x2433cf(0x1f4),_0x662de4['GOJjn']=function(_0x429fbc,_0xaa9678){return _0x429fbc>_0xaa9678;},_0x662de4[_0x2433cf(0x219)]=function(_0x185c72,_0x5cc686){return _0x185c72>_0x5cc686;},_0x662de4[_0x2433cf(0x1e7)]='No\x20usable\x20capabilities\x20found\x20in\x20modified\x20config\x20response';const _0x212b11=_0x662de4;try{if(!GrpcClient)return logger[_0x2433cf(0x240)](_0x212b11[_0x2433cf(0x21b)]),null;const _0xca3955={};_0xca3955[_0x2433cf(0x245)]=_0x4028c4,_0xca3955[_0x2433cf(0x246)]=_0x212b11[_0x2433cf(0x20a)],_0xca3955[_0x2433cf(0x249)]=0x1,_0xca3955[_0x2433cf(0x228)]=[];const _0x498069=_0xca3955;logger['debug'](_0x212b11[_0x2433cf(0x21f)]);const _0x27688a={};_0x27688a[_0x2433cf(0x214)]=_0x498069;const _0xcacbc4=await GrpcClient['getInstance']()['getPlaywrightConfig'](_0x27688a);if(!_0xcacbc4['getConfig']())return logger[_0x2433cf(0x240)](_0x212b11['JLWqh']),null;const _0x5c1148=JSON[_0x2433cf(0x202)](_0xcacbc4[_0x2433cf(0x24a)]());logger[_0x2433cf(0x240)](_0x2433cf(0x232)+JSON['stringify'](_0x5c1148));if(_0x5c1148[_0x2433cf(0x245)]&&Array[_0x2433cf(0x227)](_0x5c1148[_0x2433cf(0x245)])&&_0x212b11[_0x2433cf(0x24f)](_0x5c1148[_0x2433cf(0x245)][_0x2433cf(0x24c)],0x0))return _0x5c1148[_0x2433cf(0x245)][0x0];else{if(_0x5c1148[_0x2433cf(0x228)]&&Array[_0x2433cf(0x227)](_0x5c1148[_0x2433cf(0x228)])&&_0x212b11[_0x2433cf(0x219)](_0x5c1148[_0x2433cf(0x228)][_0x2433cf(0x24c)],0x0)){const _0x17d399=_0x5c1148['projects'][0x0];if(_0x17d399[_0x2433cf(0x204)]&&_0x17d399[_0x2433cf(0x204)][_0x2433cf(0x225)])return _0x17d399[_0x2433cf(0x204)][_0x2433cf(0x225)];}}return logger[_0x2433cf(0x240)](_0x212b11[_0x2433cf(0x1e7)]),null;}catch(_0xa03876){logger[_0x2433cf(0x205)](_0x2433cf(0x244)+_0xa03876['message']);throw _0xa03876;}},generatePlaywrightUrl=(_0xe7dcbe,_0x37f98c)=>{const _0x35f7bd=a121_0x50e96e,_0x128af0={'UNkvX':function(_0x5d0eed,_0xb5a202){return _0x5d0eed!==_0xb5a202;},'jHQAo':function(_0x1d547c,_0x144947){return _0x1d547c!==_0x144947;},'tfeQC':function(_0x3ba287,_0xe88d){return _0x3ba287!==_0xe88d;},'VrYwb':function(_0x3439ae,_0x475030){return _0x3439ae!==_0x475030;},'HUNtG':function(_0x2c0d60,_0x39882a){return _0x2c0d60(_0x39882a);},'AysUn':function(_0x21dd90,_0x586c65){return _0x21dd90||_0x586c65;},'ZoreH':'browserstack.accessibilityOptions.authToken','dOTMA':_0x35f7bd(0x1f6),'EwYtX':_0x35f7bd(0x223),'trbYc':function(_0x27b724,_0x2c90e5){return _0x27b724(_0x2c90e5);},'VpTZQ':_0x35f7bd(0x257),'woIjV':_0x35f7bd(0x231),'IJgvH':'browserstack.buildProductMap','PRxcH':function(_0x4a6021,_0x1d4aa1){return _0x4a6021+_0x1d4aa1;},'tXYps':function(_0x1cf696,_0x14d4cf){return _0x1cf696(_0x14d4cf);}},_0x418baa=helper[_0x35f7bd(0x226)](_0xe7dcbe),_0x2f4217=_0x128af0['HUNtG'](convertW3CToJsonWire,_0x37f98c);try{const _0x21c669=[_0x128af0[_0x35f7bd(0x203)](_0x37f98c,{}),global[_0x35f7bd(0x237)]||{},global['__platformCaps']||{},global[_0x35f7bd(0x23f)]||{}],_0x1c99ba=_0x491141=>{const _0x2627ae=_0x35f7bd;if(_0x128af0[_0x2627ae(0x23b)](_0x2f4217[_0x491141],undefined)&&_0x128af0[_0x2627ae(0x23b)](_0x2f4217[_0x491141],null)&&_0x128af0[_0x2627ae(0x1ee)](_0x2f4217[_0x491141],''))return;for(const _0x154f65 of _0x21c669){if(_0x154f65&&_0x128af0['jHQAo'](_0x154f65[_0x491141],undefined)&&_0x128af0[_0x2627ae(0x23c)](_0x154f65[_0x491141],null)&&_0x128af0[_0x2627ae(0x239)](_0x154f65[_0x491141],'')){_0x2f4217[_0x491141]=_0x154f65[_0x491141];return;}}};_0x128af0['HUNtG'](_0x1c99ba,_0x128af0[_0x35f7bd(0x1e9)]),_0x128af0[_0x35f7bd(0x1f1)](_0x1c99ba,_0x128af0[_0x35f7bd(0x21c)]),_0x128af0[_0x35f7bd(0x1f1)](_0x1c99ba,_0x128af0[_0x35f7bd(0x21e)]),_0x128af0[_0x35f7bd(0x213)](_0x1c99ba,_0x128af0[_0x35f7bd(0x1e1)]),!_0x2f4217[_0x128af0['ZoreH']]&&process[_0x35f7bd(0x1e3)][_0x35f7bd(0x1f8)]&&(_0x2f4217[_0x128af0[_0x35f7bd(0x1e9)]]=process[_0x35f7bd(0x1e3)][_0x35f7bd(0x1f8)]);}catch(_0x5d754f){logger[_0x35f7bd(0x240)](_0x35f7bd(0x1e0)+util['format'](_0x5d754f));}return _0x2f4217[_0x128af0[_0x35f7bd(0x211)]]=process[_0x35f7bd(0x1e3)][_0x35f7bd(0x1f7)],_0x2f4217[_0x128af0[_0x35f7bd(0x207)]]=helper[_0x35f7bd(0x1fe)](),_0x128af0[_0x35f7bd(0x1f2)](_0x418baa,_0x128af0['tXYps'](encodeURIComponent,JSON['stringify'](_0x2f4217)));},getBrowserFromCaps=_0x50ffd2=>{const _0x1d524d=a121_0x50e96e,_0x580ace={};_0x580ace[_0x1d524d(0x247)]=_0x1d524d(0x241);const _0x1cf0ec=_0x580ace;return _0x50ffd2[_0x1d524d(0x252)]||_0x50ffd2[_0x1d524d(0x22c)]||_0x1cf0ec[_0x1d524d(0x247)];},isPlaywrightAvailable=()=>{const _0x4a172a=a121_0x50e96e,_0x1f53f2={'uliqC':_0x4a172a(0x221),'jpUdv':_0x4a172a(0x234),'kRHwP':_0x4a172a(0x248),'mntkp':function(_0x1c4758,_0x15392b){return _0x1c4758(_0x15392b);}};try{const _0x201fd9=path[_0x4a172a(0x22f)](_0x1f53f2[_0x4a172a(0x209)],_0x1f53f2[_0x4a172a(0x215)],_0x1f53f2['kRHwP']),_0x4ba67a=_0x1f53f2[_0x4a172a(0x258)](importFileFromPWCore,_0x201fd9);return!!_0x4ba67a;}catch(_0x1173d8){return logger['debug'](_0x4a172a(0x1ed)+util['format'](_0x1173d8)),![];}},getPlaywrightBrowserType=()=>{const _0x245a4d=a121_0x50e96e,_0x3a6573={'aPCPz':_0x245a4d(0x221),'XtQNw':_0x245a4d(0x234),'GEpXc':_0x245a4d(0x248),'rZwAM':function(_0x50f8d5,_0x230845){return _0x50f8d5(_0x230845);}};try{const _0x33f5bc=path[_0x245a4d(0x22f)](_0x3a6573['aPCPz'],_0x3a6573['XtQNw'],_0x3a6573['GEpXc']),_0x5ecb3a=_0x3a6573['rZwAM'](importFileFromPWCore,_0x33f5bc);return _0x5ecb3a?_0x5ecb3a[_0x245a4d(0x1f5)]:null;}catch(_0x3a8be9){return logger[_0x245a4d(0x240)](_0x245a4d(0x1fb)+util[_0x245a4d(0x24b)](_0x3a8be9)),null;}},getPlaywrightModulePath=()=>{const _0x247aa3=a121_0x50e96e,_0x3dfb75={};_0x3dfb75[_0x247aa3(0x22a)]=_0x247aa3(0x1ec);const _0xfff17c=_0x3dfb75;return logger[_0x247aa3(0x240)](_0xfff17c['eVsiw']),null;},getBrowserTypePath=()=>{const _0x48ba8d=a121_0x50e96e,_0x1ce2ac={};_0x1ce2ac[_0x48ba8d(0x242)]=_0x48ba8d(0x256);const _0x25a7a0=_0x1ce2ac;return logger['debug'](_0x25a7a0[_0x48ba8d(0x242)]),null;},checkPwandBootstrapCli=async(_0x474c54,_0x38972b,_0x5b5ac6)=>{const _0x44c9f6=a121_0x50e96e,_0x4ef91a={'nciaT':function(_0xb092ca,_0xde248b){return _0xb092ca(_0xde248b);},'bGztH':'./testhub/utils','lFBiA':function(_0x16c5e3,_0x20dd75){return _0x16c5e3(_0x20dd75);}};if(_0x474c54){const _0x47698a=constants['FRAMEWORKS'][_0x44c9f6(0x217)];logger[_0x44c9f6(0x240)](_0x44c9f6(0x1fa)+_0x474c54+_0x44c9f6(0x224)+_0x38972b+_0x44c9f6(0x21d)),CLIUtils[_0x44c9f6(0x22b)](_0x38972b,_0x47698a);const {getProductMap:_0x14cf50}=_0x4ef91a[_0x44c9f6(0x250)](require,_0x4ef91a[_0x44c9f6(0x20e)]);process[_0x44c9f6(0x1e3)][_0x44c9f6(0x1f3)]=JSON['stringify'](_0x4ef91a[_0x44c9f6(0x22e)](_0x14cf50,_0x5b5ac6[_0x44c9f6(0x1ea)])),BrowserstackCLI[_0x44c9f6(0x236)]()[_0x44c9f6(0x254)](_0x5b5ac6[_0x44c9f6(0x1ea)],_0x5b5ac6[_0x44c9f6(0x20c)]),await BrowserstackCLI[_0x44c9f6(0x236)]()[_0x44c9f6(0x23a)]();}},a121_0x15e544={};a121_0x15e544[a121_0x50e96e(0x21a)]=convertW3CToJsonWire,a121_0x15e544[a121_0x50e96e(0x210)]=getModifiedConfigFromCLI,a121_0x15e544['generatePlaywrightUrl']=generatePlaywrightUrl,a121_0x15e544[a121_0x50e96e(0x230)]=getBrowserFromCaps,a121_0x15e544[a121_0x50e96e(0x222)]=isPlaywrightAvailable,a121_0x15e544[a121_0x50e96e(0x201)]=getPlaywrightBrowserType,a121_0x15e544[a121_0x50e96e(0x20b)]=getPlaywrightModulePath,a121_0x15e544['getBrowserTypePath']=getBrowserTypePath,a121_0x15e544[a121_0x50e96e(0x1fd)]=importFileFromPWCore,a121_0x15e544[a121_0x50e96e(0x212)]=checkPwandBootstrapCli,module[a121_0x50e96e(0x253)]=a121_0x15e544;
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 +1 @@
1
- function a122_0xec0c(_0x1e20fd,_0x19a0f0){const _0x2897bd=a122_0x2897();return a122_0xec0c=function(_0xec0c83,_0x5897e8){_0xec0c83=_0xec0c83-0xc6;let _0x5c53a3=_0x2897bd[_0xec0c83];return _0x5c53a3;},a122_0xec0c(_0x1e20fd,_0x19a0f0);}const a122_0x219d02=a122_0xec0c;(function(_0x3e81e3,_0x143df5){const _0x2d6179=a122_0xec0c,_0x364864=_0x3e81e3();while(!![]){try{const _0x13f87e=parseInt(_0x2d6179(0xe2))/0x1+parseInt(_0x2d6179(0xe1))/0x2+parseInt(_0x2d6179(0xd0))/0x3+parseInt(_0x2d6179(0xd4))/0x4*(parseInt(_0x2d6179(0xd1))/0x5)+-parseInt(_0x2d6179(0xdd))/0x6+-parseInt(_0x2d6179(0xdb))/0x7*(-parseInt(_0x2d6179(0xc8))/0x8)+parseInt(_0x2d6179(0xd6))/0x9*(-parseInt(_0x2d6179(0xd5))/0xa);if(_0x13f87e===_0x143df5)break;else _0x364864['push'](_0x364864['shift']());}catch(_0x5091f1){_0x364864['push'](_0x364864['shift']());}}}(a122_0x2897,0x54c12));const worker=require(a122_0x219d02(0xe5)),{fileLogger}=require('./logger'),{consoleHolder}=require(a122_0x219d02(0xcd)),globals=require(a122_0x219d02(0xe4)),constants=require('../bin/utils/constants');exports[a122_0x219d02(0xc7)]=()=>{const _0x403739=a122_0x219d02;return process[_0x403739(0xe6)]+'-'+worker['threadId'];},exports[a122_0x219d02(0xd7)]=()=>{const _0x4cdddb=a122_0x219d02,_0x458edc={};_0x458edc[_0x4cdddb(0xdf)]=_0x4cdddb(0xda);const _0x51e4c7=_0x458edc;return globals[_0x4cdddb(0xe0)](_0x51e4c7[_0x4cdddb(0xdf)]);},exports[a122_0x219d02(0xd2)]=(_0x5f4e56=0x64)=>new Promise(_0xac3822=>setTimeout(_0xac3822,_0x5f4e56)),exports[a122_0x219d02(0xca)]=_0x1c298e=>{const _0x4cf57e=a122_0x219d02,_0x43e82f={};_0x43e82f[_0x4cf57e(0xd8)]=function(_0x30cee2,_0x486022){return _0x30cee2===_0x486022;},_0x43e82f['znnNM']='true',_0x43e82f['rToVf']=function(_0x1eb4bc,_0x5b28fb){return _0x1eb4bc===_0x5b28fb;},_0x43e82f[_0x4cf57e(0xce)]=function(_0x3c2aeb,_0x935cb7){return _0x3c2aeb===_0x935cb7;};const _0x57cdf0=_0x43e82f;fileLogger[_0x4cf57e(0xca)]('['+new Date()[_0x4cf57e(0xcc)]()+_0x4cf57e(0xc6)+constants[_0x4cf57e(0xd9)]+_0x4cf57e(0xcb)+_0x1c298e),(_0x57cdf0[_0x4cf57e(0xd8)](process['env'][_0x4cf57e(0xcf)],_0x57cdf0[_0x4cf57e(0xd3)])||_0x57cdf0[_0x4cf57e(0xde)](process[_0x4cf57e(0xc9)][_0x4cf57e(0xcf)],'1')||_0x57cdf0[_0x4cf57e(0xce)](process[_0x4cf57e(0xc9)][_0x4cf57e(0xdc)],_0x57cdf0[_0x4cf57e(0xd3)])||_0x57cdf0[_0x4cf57e(0xd8)](process[_0x4cf57e(0xc9)][_0x4cf57e(0xdc)],'1'))&&consoleHolder[_0x4cf57e(0xe3)]('\x0a['+new Date()['toISOString']()+_0x4cf57e(0xc6)+constants['TEST_REPORTING_ANALYTICS']+_0x4cf57e(0xcb)+_0x1c298e+'\x0a');};function a122_0x2897(){const _0x4783b6=['\x20]\x20','toISOString','./test-observability/constants','oEjFF','BROWSERSTACK_TEST_REPORTING_DEBUG','850437dsWuod','2855530WyhjUY','sleep','znnNM','4tXYipv','14830DnSUcy','6813RbyabB','getTestName','mcBWg','TEST_REPORTING_ANALYTICS','browserstackTestName','559461JysYBj','BROWSERSTACK_OBSERVABILITY_DEBUG','2859264ZCZryS','rToVf','BXOmC','getGlobal','1195024QdkQgV','414309zSFPAu','log','./globals','worker_threads','pid','][\x20','getProcessId','8ZLKuBU','env','debug'];a122_0x2897=function(){return _0x4783b6;};return a122_0x2897();}
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 +1 @@
1
- const a123_0x33e9a0=a123_0x45cf;(function(_0xcdcd2f,_0x2ae12f){const _0x217e91=a123_0x45cf,_0x4d49dc=_0xcdcd2f();while(!![]){try{const _0x58c80b=parseInt(_0x217e91(0x1a7))/0x1+-parseInt(_0x217e91(0x1cd))/0x2*(-parseInt(_0x217e91(0x1ad))/0x3)+parseInt(_0x217e91(0x1a6))/0x4+parseInt(_0x217e91(0x1c9))/0x5*(-parseInt(_0x217e91(0x1af))/0x6)+-parseInt(_0x217e91(0x1aa))/0x7*(parseInt(_0x217e91(0x1c1))/0x8)+parseInt(_0x217e91(0x1bb))/0x9+-parseInt(_0x217e91(0x19b))/0xa*(parseInt(_0x217e91(0x1c3))/0xb);if(_0x58c80b===_0x2ae12f)break;else _0x4d49dc['push'](_0x4d49dc['shift']());}catch(_0x807dc){_0x4d49dc['push'](_0x4d49dc['shift']());}}}(a123_0x39b8,0x1a599));function a123_0x45cf(_0xa1f0a0,_0x36f171){const _0x39b886=a123_0x39b8();return a123_0x45cf=function(_0x45cf4f,_0x401a1e){_0x45cf4f=_0x45cf4f-0x199;let _0x254e0d=_0x39b886[_0x45cf4f];return _0x254e0d;},a123_0x45cf(_0xa1f0a0,_0x36f171);}function a123_0x39b8(){const _0x4fdb41=['FREou','http','IXOcr','5nWVRul','now','restore','removeListener','122oQNvUi','request','CBWKW','725620CXvtst','YgbDv','host','headers','error','yhbTF','method','prototype','statusCode','wANOC','call','677900JuWMon','59150HBIboy','object','cpLCr','7pwQeEx','DxDky','hostname','4881YImFOk','tzbmq','259386PJYfuR','MNcvx','rBkdi','monkeypatch','url','duration_ms','unpatch','socket','https','status_code','assign','apply','864027ealcpF','path','exports','lFJxZ','once','response','1601224rOQfHn','pathname','11tVNuPQ','forEach','end'];a123_0x39b8=function(){return _0x4fdb41;};return a123_0x39b8();}const http=require(a123_0x33e9a0(0x1c7)),https=require(a123_0x33e9a0(0x1b7)),monkeypatch=require(a123_0x33e9a0(0x1b2));function spy(_0x3515e2){const _0x20e7ba=a123_0x33e9a0,_0x4f1f33={'jzxXo':function(_0x5bdf99,_0xd1447a){return _0x5bdf99 instanceof _0xd1447a;},'DxDky':function(_0x40d309,_0x3e5205){return _0x40d309===_0x3e5205;},'oQlNj':_0x20e7ba(0x1a8),'ygtAY':function(_0x1c9c7f,_0x2d0a1c){return _0x1c9c7f-_0x2d0a1c;},'wANOC':function(_0x2c73d7,_0x5447e9,_0x3b70fb){return _0x2c73d7(_0x5447e9,_0x3b70fb);},'IXOcr':_0x20e7ba(0x19f),'cpLCr':function(_0x149137,..._0x5d0144){return _0x149137(..._0x5d0144);},'YgbDv':_0x20e7ba(0x1c0),'FREou':_0x20e7ba(0x1b6),'yhbTF':function(_0x37537f,_0x1cbc25,_0x4e1e53,_0x12f508){return _0x37537f(_0x1cbc25,_0x4e1e53,_0x12f508);},'rBkdi':_0x20e7ba(0x1c5),'MNcvx':function(_0x31dca8,_0x479105,_0x1c9472,_0x1fa5c1){return _0x31dca8(_0x479105,_0x1c9472,_0x1fa5c1);},'CBWKW':_0x20e7ba(0x199)},_0xe7fa0d=function(){const _0xb9f687=_0x20e7ba,_0x219677={'tAwvG':function(_0x33c3d8,_0x21d639,_0x2c63cb){const _0x4e8547=a123_0x45cf;return _0x4f1f33[_0x4e8547(0x1a4)](_0x33c3d8,_0x21d639,_0x2c63cb);},'tzbmq':_0x4f1f33[_0xb9f687(0x1c8)],'lFJxZ':function(_0x31febd,..._0x57e065){const _0x4df455=_0xb9f687;return _0x4f1f33[_0x4df455(0x1a9)](_0x31febd,..._0x57e065);}},_0x18e4a3=arguments[0x0],_0x546bb9=Array[_0xb9f687(0x1a2)]['slice'][_0xb9f687(0x1a5)](arguments,0x1),_0x40567b=_0x18e4a3[_0xb9f687(0x1ba)](this,_0x546bb9);let _0x4cc1f6=Date['now'](),_0x1cd94b;const _0x1e2967={};_0x546bb9[_0xb9f687(0x1c4)](_0x4c2d2f=>{const _0x27116b=_0xb9f687;if(_0x4f1f33['jzxXo'](_0x4c2d2f,URL)){const _0x265989={};_0x265989[_0x27116b(0x1b3)]=_0x4c2d2f,Object[_0x27116b(0x1b9)](_0x1e2967,_0x265989);}else _0x4f1f33[_0x27116b(0x1ab)](typeof _0x4c2d2f,_0x4f1f33['oQlNj'])&&Object['assign'](_0x1e2967,_0x4c2d2f);});const _0x251f29=_0x3163df=>{const _0x3b5de0=_0xb9f687,_0x1b95a1={};_0x1b95a1[_0x3b5de0(0x19d)]=_0x1e2967[_0x3b5de0(0x19d)]||_0x1e2967[_0x3b5de0(0x1ac)]||_0x1e2967[_0x3b5de0(0x1b3)]&&(_0x1e2967[_0x3b5de0(0x1b3)][_0x3b5de0(0x19d)]||_0x1e2967[_0x3b5de0(0x1b3)][_0x3b5de0(0x1ac)]),_0x1b95a1['path']=_0x1e2967[_0x3b5de0(0x1bc)]||_0x1e2967['url']&&_0x1e2967[_0x3b5de0(0x1b3)][_0x3b5de0(0x1c2)],_0x1b95a1['method']=_0x1e2967[_0x3b5de0(0x1a1)],_0x1b95a1[_0x3b5de0(0x19e)]=_0x1e2967['headers'],_0x219677['tAwvG'](_0x3515e2,_0x3163df,_0x1b95a1);};return _0x40567b[_0xb9f687(0x1bf)](_0x4f1f33[_0xb9f687(0x19c)],_0x4ab8e9=>{const _0x2eb311=_0xb9f687,_0x1f1452=_0x4f1f33['ygtAY'](Date[_0x2eb311(0x1ca)](),_0x4cc1f6),_0x1ace36={};_0x1ace36[_0x2eb311(0x1ac)]=_0x1e2967[_0x2eb311(0x19d)]||_0x1e2967[_0x2eb311(0x1ac)]||_0x1e2967[_0x2eb311(0x1b3)]&&(_0x1e2967['url']['host']||_0x1e2967[_0x2eb311(0x1b3)]['hostname']),_0x1ace36[_0x2eb311(0x1bc)]=_0x1e2967[_0x2eb311(0x1bc)]||_0x1e2967[_0x2eb311(0x1b3)]&&_0x1e2967[_0x2eb311(0x1b3)][_0x2eb311(0x1c2)],_0x1ace36[_0x2eb311(0x1a1)]=_0x1e2967[_0x2eb311(0x1a1)],_0x1ace36[_0x2eb311(0x19e)]=_0x1e2967[_0x2eb311(0x19e)],_0x1ace36[_0x2eb311(0x1b8)]=_0x4ab8e9[_0x2eb311(0x1a3)],_0x1ace36[_0x2eb311(0x1b4)]=_0x1f1452,_0x4f1f33[_0x2eb311(0x1a4)](_0x3515e2,null,_0x1ace36),_0x1cd94b[_0x2eb311(0x1cc)](_0x4f1f33[_0x2eb311(0x1c8)],_0x251f29);}),_0x40567b['on'](_0x4f1f33[_0xb9f687(0x1c6)],_0x540ff5=>{const _0x827440=_0xb9f687;_0x1cd94b=_0x540ff5,_0x540ff5['once'](_0x219677[_0x827440(0x1ae)],_0x251f29);}),_0x4f1f33[_0xb9f687(0x1a0)](monkeypatch,_0x40567b,_0x4f1f33[_0xb9f687(0x1b1)],(_0x28394c,..._0x101605)=>{const _0x34fda0=_0xb9f687;_0x4cc1f6=Date['now'](),_0x219677[_0x34fda0(0x1be)](_0x28394c,..._0x101605);}),_0x40567b;};_0x4f1f33[_0x20e7ba(0x1b0)](monkeypatch,http,_0x4f1f33[_0x20e7ba(0x19a)],_0xe7fa0d),_0x4f1f33[_0x20e7ba(0x1b0)](monkeypatch,https,_0x4f1f33['CBWKW'],_0xe7fa0d);}function restore(){const _0x5b6199=a123_0x33e9a0;http[_0x5b6199(0x199)][_0x5b6199(0x1b5)](),https['request'][_0x5b6199(0x1b5)]();}const a123_0x386264={};a123_0x386264['spy']=spy,a123_0x386264[a123_0x33e9a0(0x1cb)]=restore,module[a123_0x33e9a0(0x1bd)]=a123_0x386264;
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 +1 @@
1
- const a124_0x5d495a=a124_0x32a5;function a124_0x32a5(_0x3dba41,_0x1a0277){const _0x33e36a=a124_0x33e3();return a124_0x32a5=function(_0x32a508,_0x388f6b){_0x32a508=_0x32a508-0xcb;let _0x5ce35b=_0x33e36a[_0x32a508];return _0x5ce35b;},a124_0x32a5(_0x3dba41,_0x1a0277);}(function(_0x57bc50,_0x22a1c5){const _0x59e331=a124_0x32a5,_0x53602b=_0x57bc50();while(!![]){try{const _0x18fc04=parseInt(_0x59e331(0xd2))/0x1+parseInt(_0x59e331(0xe2))/0x2+parseInt(_0x59e331(0xdb))/0x3+-parseInt(_0x59e331(0xe3))/0x4+parseInt(_0x59e331(0xd8))/0x5+parseInt(_0x59e331(0xe6))/0x6*(parseInt(_0x59e331(0xda))/0x7)+-parseInt(_0x59e331(0xdd))/0x8;if(_0x18fc04===_0x22a1c5)break;else _0x53602b['push'](_0x53602b['shift']());}catch(_0x148d78){_0x53602b['push'](_0x53602b['shift']());}}}(a124_0x33e3,0xb3163));function a124_0x33e3(){const _0x3b3cb1=['exports','protocol','https:','agent','globalAgent','soqkp','1134888eWUxvY','Agent','prototype','keepAlive','call','measureWrapper','4843445koIKTV','YYLgW','6748qDWkvU','3937740Trzmuv','request','31578968sWiNZJ','iCCeA','https','keepAliveMsecs','http','1815714TUXzrl','4290864JJSZZr','hasOwnProperty','AREAR','8898AqYZIx','KEEP_ALIVE','ChPpR','./performance/performance-tester','QFBDA'];a124_0x33e3=function(){return _0x3b3cb1;};return a124_0x33e3();}const PerformanceTester=require(a124_0x5d495a(0xe9)),{AUTOMATE_EVENTS:PerformanceEvents}=require('./performance/constants');module[a124_0x5d495a(0xcc)]=PerformanceTester[a124_0x5d495a(0xd7)](PerformanceEvents[a124_0x5d495a(0xe7)],function(){const _0x483662=a124_0x5d495a,_0x1ca5ff={'QFBDA':function(_0x15fd76,_0x26f66d){return _0x15fd76===_0x26f66d;},'CrALI':_0x483662(0xce),'rqYHa':_0x483662(0xcf),'ChPpR':function(_0x21e661,_0xe748c6,_0x4cd22e){return _0x21e661(_0xe748c6,_0x4cd22e);},'AREAR':function(_0x1604dd,_0x5caaa4){return _0x1604dd(_0x5caaa4);},'YYLgW':_0x483662(0xe1),'soqkp':function(_0x29256f,_0x10420d){return _0x29256f(_0x10420d);},'frBxc':_0x483662(0xdf),'hDCqN':function(_0x5415f0,_0x30f5c9){return _0x5415f0*_0x30f5c9;},'iCCeA':_0x483662(0xd5)},_0x46849d=_0x1ca5ff[_0x483662(0xe5)](require,_0x1ca5ff[_0x483662(0xd9)]),_0x300e12=_0x1ca5ff[_0x483662(0xd1)](require,_0x1ca5ff['frBxc']),_0x21028e=_0x1ca5ff['hDCqN'](0x1e,0x3e8);if(_0x46849d['globalAgent']&&Object[_0x483662(0xd4)][_0x483662(0xe4)][_0x483662(0xd6)](_0x46849d[_0x483662(0xd0)],_0x1ca5ff[_0x483662(0xde)]))_0x46849d['globalAgent']['keepAlive']=!![],_0x300e12[_0x483662(0xd0)][_0x483662(0xd5)]=!![],_0x46849d[_0x483662(0xd0)][_0x483662(0xe0)]=_0x21028e,_0x300e12[_0x483662(0xd0)][_0x483662(0xe0)]=_0x21028e;else{const _0x300a66={};_0x300a66[_0x483662(0xd5)]=!![],_0x300a66[_0x483662(0xe0)]=_0x21028e;const _0x57134d=new _0x46849d[(_0x483662(0xd3))](_0x300a66),_0x26e71b={};_0x26e71b['keepAlive']=!![],_0x26e71b[_0x483662(0xe0)]=_0x21028e;const _0x5b5afe=new _0x300e12[(_0x483662(0xd3))](_0x26e71b),_0x2a9831=_0x46849d['request'],_0x5e551b=_0x300e12[_0x483662(0xdc)];_0x46849d[_0x483662(0xdc)]=function(_0x38cf99,_0x28f1f0){const _0x2e0d99=_0x483662;if(_0x1ca5ff[_0x2e0d99(0xcb)](_0x38cf99[_0x2e0d99(0xcd)],_0x1ca5ff['CrALI']))return _0x38cf99[_0x1ca5ff['rqYHa']]=_0x5b5afe,_0x1ca5ff[_0x2e0d99(0xe8)](_0x5e551b,_0x38cf99,_0x28f1f0);return _0x38cf99[_0x1ca5ff['rqYHa']]=_0x57134d,_0x1ca5ff[_0x2e0d99(0xe8)](_0x2a9831,_0x38cf99,_0x28f1f0);};}});
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 +1 @@
1
- const a125_0xc04f31=a125_0x268a;(function(_0x5546e0,_0x495671){const _0x4e5c65=a125_0x268a,_0x41d184=_0x5546e0();while(!![]){try{const _0x5378ee=-parseInt(_0x4e5c65(0x1f4))/0x1*(parseInt(_0x4e5c65(0x1e0))/0x2)+parseInt(_0x4e5c65(0x1f6))/0x3+parseInt(_0x4e5c65(0x1e4))/0x4+parseInt(_0x4e5c65(0x1f5))/0x5*(parseInt(_0x4e5c65(0x1d8))/0x6)+parseInt(_0x4e5c65(0x1f1))/0x7+-parseInt(_0x4e5c65(0x1e1))/0x8+parseInt(_0x4e5c65(0x1ed))/0x9*(parseInt(_0x4e5c65(0x1ee))/0xa);if(_0x5378ee===_0x495671)break;else _0x41d184['push'](_0x41d184['shift']());}catch(_0x20b195){_0x41d184['push'](_0x41d184['shift']());}}}(a125_0x35ef,0xd64e6));function a125_0x268a(_0x414640,_0x3fbe58){const _0x35efcf=a125_0x35ef();return a125_0x268a=function(_0x268acd,_0x35ea45){_0x268acd=_0x268acd-0x1d4;let _0x13b61c=_0x35efcf[_0x268acd];return _0x13b61c;},a125_0x268a(_0x414640,_0x3fbe58);}function a125_0x35ef(){const _0x3b6d12=['CODECEPT','toLowerCase','api/v1/batch','https://collector-observability.browserstack.com','exports','preprod','138573AByvGW','10sCAUnv','https://upload-observability-preprod.bsstag.com','API_URL','353213DZpQmU','api/v1/event','api/v1/screenshots','486659fFBSvl','275ArKgnX','1962204TyCkXH','pre-prod','BROWSERSTACK_ENV','https://upload-observability.browserstack.com','https://upload-observability-devtestops-ssi.bsstag.com','assign','../logger','join','.obs_test_details','105276YvoQMD','staging','codeceptjs-cucumber','CUCUMBER','upload-attachments','https://collector-observability-preprod.bsstag.com','Playwright','MOCHA','2mMFkGY','6968272sFqOks','https://collector-observability-devtestops.bsstag.com','mocha','2202148wPNxzz','jest','OBSERVABILITY_UPLOAD_API_URL'];a125_0x35ef=function(){return _0x3b6d12;};return a125_0x35ef();}const path=require('path'),{logDir}=require(a125_0xc04f31(0x1d5)),a125_0x3c133e={};a125_0x3c133e['PLAYWRIGHT']=a125_0xc04f31(0x1de),a125_0x3c133e[a125_0xc04f31(0x1df)]=a125_0xc04f31(0x1e3),a125_0x3c133e[a125_0xc04f31(0x1e7)]='codeceptjs',a125_0x3c133e['CODECEPT_CUCUMBER']=a125_0xc04f31(0x1da),a125_0x3c133e['JEST']=a125_0xc04f31(0x1e5),a125_0x3c133e[a125_0xc04f31(0x1db)]='cucumber',module['exports']={'consoleHolder':Object[a125_0xc04f31(0x1d4)]({},console),'BATCH_SIZE':0x3e8,'BATCH_INTERVAL':0x7d0,'API_URL':a125_0xc04f31(0x1ea),'OBSERVABILITY_UPLOAD_API_URL':a125_0xc04f31(0x1f9),'EVENT_ENDPOINT':a125_0xc04f31(0x1f2),'BATCH_ENDPOINT':a125_0xc04f31(0x1e9),'SCREENSHOT_ENDPOINT':a125_0xc04f31(0x1f3),'UPLOAD_ATTACHMENT_ENDPOINT':a125_0xc04f31(0x1dc),'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[a125_0xc04f31(0x1d6)](logDir,a125_0xc04f31(0x1d7)),'FRAMEWORKS':a125_0x3c133e};const _env=(process['env'][a125_0xc04f31(0x1f8)]||'prod')[a125_0xc04f31(0x1e8)]();if(_env===a125_0xc04f31(0x1d9)||_env==='stag')module[a125_0xc04f31(0x1eb)][a125_0xc04f31(0x1f0)]=a125_0xc04f31(0x1e2),module[a125_0xc04f31(0x1eb)][a125_0xc04f31(0x1e6)]=a125_0xc04f31(0x1fa);else(_env===a125_0xc04f31(0x1ec)||_env===a125_0xc04f31(0x1f7))&&(module[a125_0xc04f31(0x1eb)]['API_URL']=a125_0xc04f31(0x1dd),module[a125_0xc04f31(0x1eb)][a125_0xc04f31(0x1e6)]=a125_0xc04f31(0x1ef));
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 +1 @@
1
- const a126_0x1a2de6=a126_0xb01e;(function(_0x27fe02,_0x374a78){const _0x449eeb=a126_0xb01e,_0x5245a3=_0x27fe02();while(!![]){try{const _0xf6c323=parseInt(_0x449eeb(0x122))/0x1+-parseInt(_0x449eeb(0x11a))/0x2+-parseInt(_0x449eeb(0xde))/0x3+parseInt(_0x449eeb(0xd0))/0x4+-parseInt(_0x449eeb(0x12a))/0x5+-parseInt(_0x449eeb(0xe6))/0x6+parseInt(_0x449eeb(0x11c))/0x7;if(_0xf6c323===_0x374a78)break;else _0x5245a3['push'](_0x5245a3['shift']());}catch(_0x277c8f){_0x5245a3['push'](_0x5245a3['shift']());}}}(a126_0x254a,0xae452));function a126_0x254a(){const _0x12649a=['mzPTc','accessKey','key','jUELA','setConfigDetails','pid','o11yErrorHandler','BROWSERSTACK_O11Y_FRAMEWORK_DETAILS','GERCW','wGvUJ','password','[Crash_Report_Upload]\x20Success\x20response:\x20','BROWSERSTACK_O11Y_PERF_MEASUREMENT','../performance/performance-tester','application/json','initialize','getCredentials','DNtOh','[Crash_Report_Upload]\x20Failed\x20to\x20parse\x20user\x20credentials\x20while\x20reporting\x20crash','CacWr','timerify',',\x20PID\x20-\x20','/api/v1/analytics','aMDWm','getOwnPropertyNames','1873492sTDJfz','getConfig','17468969rxjTIk','uploadCrashReport','recursivelyDeletePIIKeysFromObject','length','depth','constructor','366079rBvSgX','catch','parse','USER_CONFIG_FOR_REPORTING','kYdjo','function','Error\x20in\x20executing\x20','X-BSTACK-TESTOPS','3870855rrSDjQ','yeRtW','keys','BS_TESTOPS_BUILD_HASHED_ID','fEyaH','Ixzpe','lGMdr','Pmbeo',',\x20Argument\x20-\x20','OXIxe','.\x20Error\x20-\x20','jcNkr','JNUJI','setCredentials','QrYGy','3144048wUWAId','./utils','Error\x20in\x20parsing\x20user\x20config\x20from\x20env\x20','captureError','.\x20Args\x20-\x20','then','frameworkName','forEach','user','dsFMt','\x20--\x20','setFrameworkDetails','LjqtQ','bOUcl','1874676pUeByO','o11yClassErrorHandler','kGqgR','includes','IhRgf','toString','Mwklh','CREDENTIALS_FOR_CRASH_REPORTING','3588234gjjFNr','env','userConfig','frameworkDetails','Error\x20in\x20parsing\x20credentials\x20from\x20env\x20','call','format','Content-Type','stringify','auth','credentials','tMxjO','gWlJS','setAllDetails','frameworkVersion','stack','exports','arbaP','defineProperty','username','../helper','iXfxn','getPerformance','POST','name','util','gbPcD'];a126_0x254a=function(){return _0x12649a;};return a126_0x254a();}const util=require(a126_0x1a2de6(0xff)),PerformanceTester=require(a126_0x1a2de6(0x10e)),{trace,debug,nodeRequest,getBrowserStackConfig,getUserCredentials,getFrameworkVersion}=require(a126_0x1a2de6(0xd1)),{getAgentVersion,nestedKeyValue}=require(a126_0x1a2de6(0xfa)),o11yErrorHandler=(_0x2669aa,_0x33ab5a='',_0x5488db=[''],_0x4ee322=![])=>{const _0x1862d2={'Mwklh':function(_0x1bd969,_0x185787){return _0x1bd969(_0x185787);},'mzPTc':function(_0x341242,_0x3fcd77,_0xe0b14){return _0x341242(_0x3fcd77,_0xe0b14);},'fEyaH':function(_0x49e9d6,_0x3f5bf5){return _0x49e9d6(_0x3f5bf5);},'ffHFP':function(_0x58c982,_0x44662f,_0x33c524){return _0x58c982(_0x44662f,_0x33c524);},'uSdPK':function(_0x471bb5,_0x2e4f3f){return _0x471bb5 instanceof _0x2e4f3f;},'dsFMt':function(_0x16d66c,_0x1c185e,_0x220250,_0x36a689,_0x110664){return _0x16d66c(_0x1c185e,_0x220250,_0x36a689,_0x110664);}};return function(..._0x15456c){const _0x2f3d86=a126_0xb01e;try{let _0x1c624f=_0x2669aa;process[_0x2f3d86(0xe7)][_0x2f3d86(0x10d)]&&(_0x1c624f=PerformanceTester[_0x2f3d86(0xfc)]()[_0x2f3d86(0x115)](_0x1c624f));_0x4ee322&&_0x1862d2[_0x2f3d86(0xe4)](trace,'Started\x20::\x20'+_0x33ab5a+_0x2f3d86(0x116)+process[_0x2f3d86(0x106)]+',\x20Argument\x20-\x20'+_0x1862d2[_0x2f3d86(0x101)](nestedKeyValue,arguments[0x0],_0x5488db));const _0xc71711=_0x1c624f['apply'](null,arguments);_0x4ee322&&_0x1862d2[_0x2f3d86(0x12e)](trace,'Finished\x20::\x20'+_0x33ab5a+_0x2f3d86(0x116)+process[_0x2f3d86(0x106)]+_0x2f3d86(0x132)+_0x1862d2['ffHFP'](nestedKeyValue,arguments[0x0],_0x5488db));if(_0x1862d2['uSdPK'](_0xc71711,Promise))return _0xc71711[_0x2f3d86(0x123)](_0x2f97f1=>processError(_0x2f97f1,_0x2669aa,_0x15456c,_0x33ab5a));return _0xc71711;}catch(_0x208de5){_0x1862d2[_0x2f3d86(0xd9)](processError,_0x208de5,_0x2669aa,_0x15456c,_0x33ab5a);}};},o11yClassErrorHandler=(_0x1368f4,_0x10dfa3,_0x3fce22='')=>{const _0x47de20=a126_0x1a2de6,_0x86541b={'DHGbD':function(_0x28fd26,_0x537dd4){return _0x28fd26 instanceof _0x537dd4;},'jUELA':function(_0x53de4c,_0x21ab14,_0x412d5e,_0x467f38,_0x254494){return _0x53de4c(_0x21ab14,_0x412d5e,_0x467f38,_0x254494);},'OXIxe':function(_0x483127,_0x2f26c0){return _0x483127===_0x2f26c0;},'SLeCE':_0x47de20(0x127),'IhRgf':function(_0x606711,_0x5ebc72){return _0x606711!==_0x5ebc72;},'mFnqM':_0x47de20(0x121),'vOyCc':function(_0x46eae7,_0x12edd4){return _0x46eae7<_0x12edd4;}},_0x3f6829=_0x1368f4['prototype'];if(_0x86541b['vOyCc'](Object[_0x47de20(0x119)](_0x3f6829)[_0x47de20(0x11f)],0x2))return _0x1368f4;return Object[_0x47de20(0x119)](_0x3f6829)[_0x47de20(0xd7)](_0x3f63fd=>{const _0x20a1a5=_0x47de20;if(!(_0x10dfa3&&_0x10dfa3[_0x20a1a5(0xe1)](_0x3f63fd)))return;const _0x42169b=_0x3f6829[_0x3f63fd];_0x86541b[_0x20a1a5(0x133)](typeof _0x42169b,_0x86541b['SLeCE'])&&_0x86541b[_0x20a1a5(0xe2)](_0x3f63fd,_0x86541b['mFnqM'])&&Object[_0x20a1a5(0xf8)](_0x3f6829,_0x3f63fd,{'writable':!![],'value':function(..._0x473728){const _0x550c83=_0x20a1a5;try{const _0x1a7de0=(process[_0x550c83(0xe7)]['BROWSERSTACK_O11Y_PERF_MEASUREMENT']?PerformanceTester[_0x550c83(0xfc)]()['timerify'](_0x42169b):_0x42169b)[_0x550c83(0xeb)](this,..._0x473728);if(_0x86541b['DHGbD'](_0x1a7de0,Promise))return _0x1a7de0['catch'](_0x2a22c3=>processError(_0x2a22c3,_0x42169b,_0x473728,_0x3fce22));return _0x1a7de0;}catch(_0x19b9ae){_0x86541b[_0x550c83(0x104)](processError,_0x19b9ae,_0x42169b,_0x473728,_0x3fce22);}}});}),_0x1368f4;};function processError(_0x50a683,_0x783823,_0x2257e2,_0x4dbdbf){const _0x3e3645=a126_0x1a2de6,_0x421220={'tMxjO':function(_0x540a75,_0x5722f9){return _0x540a75(_0x5722f9);}};_0x421220[_0x3e3645(0xf1)](debug,_0x3e3645(0x128)+_0x783823[_0x3e3645(0xfe)]+'\x20--\x20'+_0x4dbdbf+_0x3e3645(0x134)+util[_0x3e3645(0xec)](_0x50a683)+_0x3e3645(0xd4)+_0x2257e2+'.'),PerformanceTester[_0x3e3645(0xd3)](_0x50a683);let _0x3e172b;try{_0x3e172b=JSON[_0x3e3645(0xee)](_0x2257e2);}catch(_0xba210e){const _0x3fcb6f={};_0x3fcb6f[_0x3e3645(0x120)]=0x2,_0x3e172b=util['inspect'](_0x2257e2,_0x3fcb6f);}CrashReporter[_0x3e3645(0x11d)](_0x3e3645(0x128)+_0x783823[_0x3e3645(0xfe)]+_0x3e3645(0xda)+_0x4dbdbf+_0x3e3645(0x134)+_0x50a683+'.\x20Args\x20-\x20'+_0x3e172b+'.',_0x50a683&&_0x50a683[_0x3e3645(0xf5)]);}function a126_0xb01e(_0x46b007,_0xfe3f23){const _0x254a88=a126_0x254a();return a126_0xb01e=function(_0xb01e8,_0xf195d4){_0xb01e8=_0xb01e8-0xd0;let _0x2fe65c=_0x254a88[_0xb01e8];return _0x2fe65c;},a126_0xb01e(_0x46b007,_0xfe3f23);}class CrashReporter{static ['userConfig']={};static [a126_0x1a2de6(0xf0)];static ['frameworkDetails']={};static[a126_0x1a2de6(0x110)](_0x4799ae,_0x50d951,_0x3c584d=null){const _0x3b0f1e=a126_0x1a2de6,_0x34d732={'JNUJI':function(_0x46c526,_0x4067b8){return _0x46c526(_0x4067b8);},'yeRtW':function(_0x33225e,_0x13c54a){return _0x33225e(_0x13c54a);}},_0x227ac5=_0x4799ae[_0x3b0f1e(0xd6)],_0x5f47b8=_0x4799ae['frameworkVersion'];!_0x3c584d&&(_0x3c584d=_0x34d732[_0x3b0f1e(0x136)](getBrowserStackConfig,_0x227ac5));!_0x5f47b8&&_0x34d732['JNUJI'](getFrameworkVersion,_0x227ac5);const _0x577e85={};_0x577e85[_0x3b0f1e(0xd6)]=_0x227ac5,_0x577e85[_0x3b0f1e(0xf4)]=_0x5f47b8,this[_0x3b0f1e(0xf3)](_0x577e85,_0x50d951,_0x34d732[_0x3b0f1e(0x12b)](getUserCredentials,_0x3c584d));}static['setCredentials'](_0x16786a,_0x49c2e6){const _0x36e627=a126_0x1a2de6,_0x43e59c={};_0x43e59c[_0x36e627(0xf9)]=_0x16786a,_0x43e59c[_0x36e627(0x102)]=_0x49c2e6,this[_0x36e627(0xf0)]=_0x43e59c,process[_0x36e627(0xe7)][_0x36e627(0xe5)]=JSON[_0x36e627(0xee)](this[_0x36e627(0xf0)]);}static[a126_0x1a2de6(0x111)](){const _0x5a30ce=a126_0x1a2de6,_0x5dd94={'kYdjo':function(_0x8373d7,_0xe06276){return _0x8373d7(_0xe06276);}};if(!this[_0x5a30ce(0xf0)]&&process['env'][_0x5a30ce(0xe5)])try{this[_0x5a30ce(0xf0)]=JSON[_0x5a30ce(0x124)](process[_0x5a30ce(0xe7)][_0x5a30ce(0xe5)]);}catch(_0x4d80c3){_0x5dd94[_0x5a30ce(0x126)](debug,_0x5a30ce(0xea)+_0x4d80c3['toString']());}return this[_0x5a30ce(0xf0)];}static['setConfigDetails'](_0x54be52){const _0x8e9785=a126_0x1a2de6;this[_0x8e9785(0xe8)]=this['filterPII'](_0x54be52),process[_0x8e9785(0xe7)][_0x8e9785(0x125)]=JSON['stringify'](this[_0x8e9785(0xe8)]);}static[a126_0x1a2de6(0x11b)](){const _0x2cb876=a126_0x1a2de6,_0x5d66ea={'Pmbeo':function(_0x25df98,_0x304efe){return _0x25df98===_0x304efe;},'aUkDu':function(_0x33534b,_0x4024cd){return _0x33534b(_0x4024cd);}};if(_0x5d66ea[_0x2cb876(0x131)](Object['keys'](this['userConfig'])[_0x2cb876(0x11f)],0x0)&&process[_0x2cb876(0xe7)]['USER_CONFIG_FOR_REPORTING'])try{this[_0x2cb876(0xe8)]=JSON[_0x2cb876(0x124)](process[_0x2cb876(0xe7)][_0x2cb876(0x125)]);}catch(_0xf1d583){_0x5d66ea['aUkDu'](debug,_0x2cb876(0xd2)+_0xf1d583['toString']()),this['userConfig']={};}return this['userConfig'];}static[a126_0x1a2de6(0xdb)](_0x5a33f2){const _0x3b358b=a126_0x1a2de6;this[_0x3b358b(0xe9)]=_0x5a33f2,process['env'][_0x3b358b(0x108)]=JSON[_0x3b358b(0xee)](this[_0x3b358b(0xe9)]);}static['getFramework'](){const _0x320acf=a126_0x1a2de6,_0x326cf1={'LjqtQ':function(_0x3921f2,_0x2b665a){return _0x3921f2===_0x2b665a;},'bOUcl':function(_0x44988f,_0x160ce6){return _0x44988f(_0x160ce6);}};if(_0x326cf1[_0x320acf(0xdc)](Object[_0x320acf(0x12c)](this[_0x320acf(0xe9)])[_0x320acf(0x11f)],0x0)&&process[_0x320acf(0xe7)]['BROWSERSTACK_O11Y_FRAMEWORK_DETAILS'])try{this[_0x320acf(0xe9)]=JSON['parse'](process[_0x320acf(0xe7)][_0x320acf(0x108)]);}catch(_0xc23896){_0x326cf1[_0x320acf(0xdd)](debug,_0x320acf(0xea)+_0xc23896['toString']());}return this['frameworkDetails'];}static[a126_0x1a2de6(0xf3)](_0x22873c,_0x5adbc7,_0x4aca8d){const _0x25cd3b=a126_0x1a2de6;_0x22873c&&this[_0x25cd3b(0xdb)](_0x22873c),_0x5adbc7&&this[_0x25cd3b(0x105)](_0x5adbc7),_0x4aca8d&&this[_0x25cd3b(0x137)](_0x4aca8d[_0x25cd3b(0xf9)],_0x4aca8d[_0x25cd3b(0x102)]);}static async['uploadCrashReport'](_0x469387,_0x272e5f){const _0x15e29f=a126_0x1a2de6,_0x49c9be={'arbaP':function(_0x1085ff,_0x2302f3){return _0x1085ff(_0x2302f3);},'GERCW':_0x15e29f(0x113),'aMDWm':function(_0x156355){return _0x156355();},'gWlJS':_0x15e29f(0x117),'jcNkr':_0x15e29f(0x10f),'Ixzpe':'true','wGvUJ':function(_0xa23cf0,_0x7452ca,_0x5299cf,_0x3e30bb,_0x13d958,_0x5d012e){return _0xa23cf0(_0x7452ca,_0x5299cf,_0x3e30bb,_0x13d958,_0x5d012e);},'UewBn':_0x15e29f(0xfd)};this['getCredentials']();if(!this[_0x15e29f(0xf0)])return _0x49c9be[_0x15e29f(0xf7)](debug,_0x49c9be[_0x15e29f(0x109)]);this['getConfig'](),this['getFramework']();const _0x2a55e0={'hashed_id':process[_0x15e29f(0xe7)][_0x15e29f(0x12d)],'observability_version':{'sdkVersion':_0x49c9be[_0x15e29f(0x118)](getAgentVersion),'frameworkName':this[_0x15e29f(0xe9)][_0x15e29f(0xd6)],'frameworkVersion':this['frameworkDetails'][_0x15e29f(0xf4)]},'exception':{'error':_0x469387[_0x15e29f(0xe3)](),'stackTrace':_0x272e5f},'config':this[_0x15e29f(0xe8)]},_0x301528=_0x49c9be[_0x15e29f(0xf2)],_0x146296={};_0x146296[_0x15e29f(0xf9)]=this[_0x15e29f(0xf0)][_0x15e29f(0xf9)],_0x146296[_0x15e29f(0x10b)]=this[_0x15e29f(0xf0)][_0x15e29f(0x102)];const _0x1fa35b={};_0x1fa35b[_0x15e29f(0xed)]=_0x49c9be[_0x15e29f(0x135)],_0x1fa35b[_0x15e29f(0x129)]=_0x49c9be[_0x15e29f(0x12f)];const _0x3e1d4b={};_0x3e1d4b[_0x15e29f(0xef)]=_0x146296,_0x3e1d4b['headers']=_0x1fa35b;const _0x1a8cee=_0x3e1d4b;_0x49c9be[_0x15e29f(0x10a)](nodeRequest,_0x49c9be['UewBn'],_0x301528,_0x2a55e0,_0x1a8cee,![])[_0x15e29f(0xd5)](_0x37eb71=>{const _0x15b122=_0x15e29f;_0x49c9be[_0x15b122(0xf7)](debug,_0x15b122(0x10c)+JSON['stringify'](_0x37eb71));})[_0x15e29f(0x123)](_0x3fb8a5=>{const _0x1dadab=_0x15e29f;_0x49c9be[_0x1dadab(0xf7)](debug,'[Crash_Report_Upload]\x20Failed\x20due\x20to\x20'+util['format'](_0x3fb8a5));});}static[a126_0x1a2de6(0x11e)](_0x3267b5){const _0x259e9f=a126_0x1a2de6,_0x3960f7={};_0x3960f7['iXfxn']=_0x259e9f(0xd8),_0x3960f7[_0x259e9f(0x138)]='username',_0x3960f7['gbPcD']=_0x259e9f(0x103),_0x3960f7[_0x259e9f(0x114)]=_0x259e9f(0x102),_0x3960f7[_0x259e9f(0xe0)]=_0x259e9f(0x10b),_0x3960f7[_0x259e9f(0x112)]=function(_0x11469d,_0x27da29){return _0x11469d===_0x27da29;},_0x3960f7[_0x259e9f(0x130)]='object';const _0x1ce109=_0x3960f7;if(!_0x3267b5)return;const _0x52c421=[_0x1ce109[_0x259e9f(0xfb)],_0x1ce109[_0x259e9f(0x138)],_0x1ce109[_0x259e9f(0x100)],_0x1ce109[_0x259e9f(0x114)],_0x1ce109[_0x259e9f(0xe0)]];for(const _0x3e0334 in _0x3267b5){if(_0x52c421[_0x259e9f(0xe1)](_0x3e0334['toLowerCase']()))delete _0x3267b5[_0x3e0334];else _0x1ce109[_0x259e9f(0x112)](typeof _0x3267b5[_0x3e0334],_0x1ce109['lGMdr'])&&this[_0x259e9f(0x11e)](_0x3267b5[_0x3e0334]);}}static['filterPII'](_0x1d1b22){const _0x2541ca=a126_0x1a2de6,_0x4e0663=JSON[_0x2541ca(0x124)](JSON[_0x2541ca(0xee)](_0x1d1b22));return this[_0x2541ca(0x11e)](_0x4e0663),_0x4e0663;}}const a126_0x43dc25={};a126_0x43dc25[a126_0x1a2de6(0x107)]=o11yErrorHandler,a126_0x43dc25[a126_0x1a2de6(0xdf)]=o11yClassErrorHandler,a126_0x43dc25['CrashReporter']=CrashReporter,module[a126_0x1a2de6(0xf6)]=a126_0x43dc25;
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 +1 @@
1
- const a127_0x17f0d3=a127_0x333a;(function(_0x2833fc,_0x5ddc2d){const _0x5ec677=a127_0x333a,_0x458258=_0x2833fc();while(!![]){try{const _0x5c84a8=parseInt(_0x5ec677(0x100))/0x1*(parseInt(_0x5ec677(0xfc))/0x2)+parseInt(_0x5ec677(0xf4))/0x3*(-parseInt(_0x5ec677(0xac))/0x4)+parseInt(_0x5ec677(0xd5))/0x5*(parseInt(_0x5ec677(0xde))/0x6)+-parseInt(_0x5ec677(0xe7))/0x7*(-parseInt(_0x5ec677(0xef))/0x8)+-parseInt(_0x5ec677(0x103))/0x9*(parseInt(_0x5ec677(0xa5))/0xa)+-parseInt(_0x5ec677(0xee))/0xb*(-parseInt(_0x5ec677(0x8e))/0xc)+-parseInt(_0x5ec677(0xb9))/0xd*(parseInt(_0x5ec677(0xd9))/0xe);if(_0x5c84a8===_0x5ddc2d)break;else _0x458258['push'](_0x458258['shift']());}catch(_0x475785){_0x458258['push'](_0x458258['shift']());}}}(a127_0x5852,0xa8040));function a127_0x333a(_0x186d9a,_0x2db262){const _0x5852f2=a127_0x5852();return a127_0x333a=function(_0x333afa,_0xf858fc){_0x333afa=_0x333afa-0x89;let _0x21064d=_0x5852f2[_0x333afa];return _0x21064d;},a127_0x333a(_0x186d9a,_0x2db262);}function a127_0x5852(){const _0x2c50cb=['add','12jIUwtO','TEST_ATTACHMENT','Processing\x20events.\x20Queue\x20Length\x20-\x20','instance','pendingUploads','\x20event\x20successful\x20for\x20events\x20','VWcwA','Processing\x20batch\x20events\x20for\x20','.\x20Request\x20Size\x20-\x20','pollEventBatchInterval','LqiIu','EXCEPTION\x20IN\x20','CBTSessionCreated','2184403yheMBE','pYIUX','../helper','queue','MiNqI','splice','CPvrx','GCMhq','\x20REQUEST\x20TO\x20','REMOVING','Zsgau','PxnWO','lSDua','PrycJ','HookRunStarted','proceedWithUrl','Shutdown-Queue','rhyPv','SdVuq','uuid','hook_run','TEST_REPORTING_ANALYTICS','Batch\x20event\x20length\x20has\x20increased\x20maximum\x20batch\x20size.\x20Sending\x20events..','sUFbF','eczDK','data','split','removeEventBatchPolling','5bhsdTa','IUbjc','UvhHq','nLknz','196BsvgqL','PGJGR','ervXs','join','getInstance','813528aKqLIP','Remaining\x20Queue\x20Length\x20-\x20','Interval-Queue','shouldProceed','response','batchAndPostEvents','length','uploadAttachmentUrl','sJudm','857710MXsEyr','\x20:\x20','test_run','includes','event_type','utf8','Exception\x20in\x20logging\x20batch\x20events\x20--\x20','77oSqLeQ','72SDNQrh','BATCH_EVENT_TYPES','logs','Ehwek','Jvkav','45351TSuzZy','slice','map','UUfiT','TestRunStarted','tmNcv','Shutting\x20down\x20request\x20batcher\x20with\x20pending\x20uploads\x20still\x20in\x20queue.\x20Remaining\x20uploads\x20','kvPob','1228SJuBkW','eventUrl','RESETTING','byteLength','1268GrbwKq','kind','vfIIZ','3771BsUVYV','resetEventBatchPolling','uploadPending','\x20bytes.\x20Events\x20are\x20','status','POST','2294544XZiPOz','error','Sbmbc','nwBzg','util','TestRunFinished','format','statusText','max','proceedWithData','RjCkQ','start','zBPpH','exZzf','TestRunSkipped','GsAZm','ZXxna','../../bin/utils/constants','./constants','api/v1/screenshots','GBnPS','OJSGo','roFBp','6430aZoZHd','screenshotEventUrl','./utils','started','startEventBatchPolling','message'];a127_0x5852=function(){return _0x2c50cb;};return a127_0x5852();}const {BATCH_SIZE,BATCH_INTERVAL,DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS,DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS}=require(a127_0x17f0d3(0xa0)),{nodeRequest,debug,trace,sleep,getDefaultHeaders}=require(a127_0x17f0d3(0xa7)),{nestedKeyValue}=require(a127_0x17f0d3(0xbb)),util=require(a127_0x17f0d3(0x92)),constants=require(a127_0x17f0d3(0x9f));class RequestQueueHandler{static ['instance'];[a127_0x17f0d3(0xb0)]=0x0;constructor(){const _0x3a9d23=a127_0x17f0d3,_0x19cc65={};_0x19cc65[_0x3a9d23(0xca)]='4|1|5|0|6|3|2',_0x19cc65[_0x3a9d23(0xf3)]=_0x3a9d23(0xa1),_0x19cc65['bHvha']='LogCreated',_0x19cc65['nwBzg']=_0x3a9d23(0xb8),_0x19cc65[_0x3a9d23(0xc0)]=_0x3a9d23(0x93),_0x19cc65[_0x3a9d23(0xba)]=_0x3a9d23(0x9c),_0x19cc65[_0x3a9d23(0xd1)]='HookRunFinished',_0x19cc65[_0x3a9d23(0xc4)]=_0x3a9d23(0xf8),_0x19cc65['DQZnk']=_0x3a9d23(0xc7),_0x19cc65[_0x3a9d23(0xfb)]='api/v1/batch',_0x19cc65[_0x3a9d23(0xc3)]='upload-attachments';const _0x5b0a4a=_0x19cc65,_0x303347=_0x5b0a4a[_0x3a9d23(0xca)][_0x3a9d23(0xd3)]('|');let _0x54723f=0x0;while(!![]){switch(_0x303347[_0x54723f++]){case'0':this[_0x3a9d23(0xa6)]=_0x5b0a4a[_0x3a9d23(0xf3)];continue;case'1':this[_0x3a9d23(0xa8)]=![];continue;case'2':this[_0x3a9d23(0xb5)]=null;continue;case'3':this[_0x3a9d23(0xf0)]=[_0x5b0a4a['bHvha'],_0x5b0a4a[_0x3a9d23(0x91)],_0x5b0a4a[_0x3a9d23(0xc0)],_0x5b0a4a[_0x3a9d23(0xba)],_0x5b0a4a[_0x3a9d23(0xd1)],_0x5b0a4a['PxnWO'],_0x5b0a4a['DQZnk']];continue;case'4':this[_0x3a9d23(0xbc)]=[];continue;case'5':this['eventUrl']=_0x5b0a4a['kvPob'];continue;case'6':this['uploadAttachmentUrl']=_0x5b0a4a[_0x3a9d23(0xc3)];continue;}break;}}static[a127_0x17f0d3(0xdd)](){const _0x101f05=a127_0x17f0d3;return!RequestQueueHandler[_0x101f05(0xaf)]&&(RequestQueueHandler['instance']=new RequestQueueHandler()),RequestQueueHandler[_0x101f05(0xaf)];}[a127_0x17f0d3(0x99)]=()=>{const _0x782faa=a127_0x17f0d3;!this['started']&&(this[_0x782faa(0xa8)]=!![],this[_0x782faa(0xa9)]());};[a127_0x17f0d3(0xab)]=_0x573bee=>{const _0x2d8289=a127_0x17f0d3,_0xaaf9e5={'sJudm':function(_0x212d2b,_0x99c06c){return _0x212d2b===_0x99c06c;},'vfIIZ':'TEST_SCREENSHOT','zBPpH':function(_0x4af958,_0x410d7d){return _0x4af958>_0x410d7d;},'UUfiT':_0x2d8289(0xad),'LqiIu':function(_0x5ec05c,_0x3efc29){return _0x5ec05c!==_0x3efc29;},'wrAbs':_0x2d8289(0x93),'JsVrR':function(_0x2797f2,_0x586f9d){return _0x2797f2(_0x586f9d);},'lSDua':_0x2d8289(0xcf)};if(this['BATCH_EVENT_TYPES'][_0x2d8289(0xea)](_0x573bee[_0x2d8289(0xeb)])){if(_0x573bee[_0x2d8289(0xf1)]&&_0x573bee['logs'][0x0]&&_0xaaf9e5[_0x2d8289(0xe6)](_0x573bee['logs'][0x0][_0x2d8289(0x101)],_0xaaf9e5[_0x2d8289(0x102)])){const _0x87b55c={};return _0x87b55c[_0x2d8289(0xe1)]=!![],_0x87b55c[_0x2d8289(0x97)]=[_0x573bee],_0x87b55c[_0x2d8289(0xc8)]=this['screenshotEventUrl'],_0x87b55c;}if(_0x573bee[_0x2d8289(0xf1)]&&_0xaaf9e5[_0x2d8289(0x9a)](_0x573bee[_0x2d8289(0xf1)][_0x2d8289(0xe4)],0x0)&&_0xaaf9e5[_0x2d8289(0xe6)](_0x573bee[_0x2d8289(0xf1)][0x0][_0x2d8289(0x101)],_0xaaf9e5[_0x2d8289(0xf7)])&&_0xaaf9e5[_0x2d8289(0xb6)](_0x573bee['event_type'],_0xaaf9e5['wrAbs'])){const _0x563f77={};return _0x563f77['shouldProceed']=!![],_0x563f77['proceedWithData']=[_0x573bee],_0x563f77[_0x2d8289(0xc8)]=this[_0x2d8289(0xe5)],_0x563f77;}this['queue']['push'](_0x573bee);let _0x264595=null;const _0x8194b9=this[_0x2d8289(0xe1)]();_0x8194b9&&(_0xaaf9e5['JsVrR'](trace,_0xaaf9e5[_0x2d8289(0xc5)]),_0x264595=this[_0x2d8289(0xbc)]['slice'](0x0,BATCH_SIZE),this[_0x2d8289(0xbc)][_0x2d8289(0xbe)](0x0,BATCH_SIZE),this[_0x2d8289(0x89)]());const _0xeba895={};return _0xeba895[_0x2d8289(0xe1)]=_0x8194b9,_0xeba895[_0x2d8289(0x97)]=_0x264595,_0xeba895[_0x2d8289(0xc8)]=this[_0x2d8289(0xfd)],_0xeba895;}const _0x8e84c4={};return _0x8e84c4['shouldProceed']=!![],_0x8e84c4;};['shutdown']=async()=>{const _0x274460=a127_0x17f0d3,_0x41d550={'PrycJ':'REMOVING','BFlec':function(_0x1a2aba,_0x4507e9){return _0x1a2aba>_0x4507e9;},'RjCkQ':_0x274460(0xc9),'Tmnia':function(_0x5e45d5,_0x403b4d){return _0x5e45d5>_0x403b4d;},'GBnPS':function(_0x33c11f,_0x4d4b61){return _0x33c11f(_0x4d4b61);}};await this[_0x274460(0x8a)](),this['removeEventBatchPolling'](_0x41d550[_0x274460(0xc6)]);while(_0x41d550['BFlec'](this[_0x274460(0xbc)]['length'],0x0)){const _0x267f00=this['queue'][_0x274460(0xf5)](0x0,BATCH_SIZE);this[_0x274460(0xbc)][_0x274460(0xbe)](0x0,BATCH_SIZE),await this['batchAndPostEvents'](this['eventUrl'],_0x41d550[_0x274460(0x98)],_0x267f00);}_0x41d550['Tmnia'](this[_0x274460(0xb0)],0x0)&&_0x41d550[_0x274460(0xa2)](debug,_0x274460(0xfa)+this['pendingUploads']);};[a127_0x17f0d3(0xe3)]=async(_0x27473b,_0x30139a,_0x3dd2de)=>{const _0x2b57c1=a127_0x17f0d3,_0x575ad8={'ToMPh':function(_0x23de0f,_0x38dfb5){return _0x23de0f(_0x38dfb5);},'roFBp':_0x2b57c1(0xec),'Sbmbc':function(_0x3215c6){return _0x3215c6();},'tmNcv':function(_0x1d513d,_0x40dbeb,_0x3e83ab,_0x1a9ec3,_0x5df7dc){return _0x1d513d(_0x40dbeb,_0x3e83ab,_0x1a9ec3,_0x5df7dc);},'PGJGR':_0x2b57c1(0x8d),'nLknz':function(_0x2ceb52,_0x16a3dc){return _0x2ceb52(_0x16a3dc);},'ZXxna':function(_0x2d33e5,_0x4bcdd2){return _0x2d33e5-_0x4bcdd2;},'AHiio':function(_0x548fe7,_0xc83f7b){return _0x548fe7(_0xc83f7b);},'lLqCt':function(_0x3e4853,_0x1ff1c6){return _0x3e4853-_0x1ff1c6;}};let _0x3e94ae='';try{_0x3e94ae=_0x3dd2de[_0x2b57c1(0xf6)](_0x16c095=>'\x27'+_0x16c095[_0x2b57c1(0xeb)]+'\x27:'+(nestedKeyValue(_0x16c095,[_0x2b57c1(0xe9),_0x2b57c1(0xcc)])||nestedKeyValue(_0x16c095,[_0x2b57c1(0xcd),_0x2b57c1(0xcc)])))[_0x2b57c1(0xdc)](','),_0x575ad8['ToMPh'](debug,_0x2b57c1(0xb3)+_0x30139a+_0x2b57c1(0xb4)+Buffer[_0x2b57c1(0xff)](util['format']('%j',_0x3dd2de),_0x575ad8[_0x2b57c1(0xa4)])+_0x2b57c1(0x8b)+_0x3e94ae);}catch(_0x17ae58){_0x575ad8['ToMPh'](debug,_0x2b57c1(0xed)+util[_0x2b57c1(0x94)](_0x17ae58)+'}');}const _0x2953ba={'headers':_0x575ad8[_0x2b57c1(0x90)](getDefaultHeaders)};try{const _0x405cd4=await _0x575ad8[_0x2b57c1(0xf9)](nodeRequest,_0x575ad8[_0x2b57c1(0xda)],_0x27473b,_0x3dd2de,_0x2953ba);if(_0x405cd4[_0x2b57c1(0xd2)][_0x2b57c1(0x8f)]){const _0x37b0a8={};_0x37b0a8[_0x2b57c1(0xaa)]=_0x405cd4[_0x2b57c1(0xd2)]['error'];throw _0x37b0a8;}else _0x575ad8['nLknz'](debug,_0x30139a+_0x2b57c1(0xb1)+_0x3e94ae+'\x20--\x20'+util[_0x2b57c1(0x94)]('%j',_0x405cd4[_0x2b57c1(0xd2)])),this[_0x2b57c1(0xb0)]=Math[_0x2b57c1(0x96)](0x0,_0x575ad8[_0x2b57c1(0x9e)](this['pendingUploads'],_0x3dd2de[_0x2b57c1(0xe4)]));}catch(_0x43f8b7){_0x43f8b7[_0x2b57c1(0xe2)]?_0x575ad8['AHiio'](debug,_0x2b57c1(0xb7)+_0x30139a+_0x2b57c1(0xc1)+constants[_0x2b57c1(0xce)]+'\x20:\x20'+_0x43f8b7[_0x2b57c1(0xe2)][_0x2b57c1(0x8c)]+'\x20'+_0x43f8b7['response'][_0x2b57c1(0x95)]+'\x20'+util[_0x2b57c1(0x94)]('%j',_0x43f8b7['response'])):_0x575ad8[_0x2b57c1(0xd8)](debug,_0x2b57c1(0xb7)+_0x30139a+_0x2b57c1(0xc1)+constants['TEST_REPORTING_ANALYTICS']+_0x2b57c1(0xe8)+(_0x43f8b7[_0x2b57c1(0xaa)]||_0x43f8b7)),this[_0x2b57c1(0xb0)]=Math[_0x2b57c1(0x96)](0x0,_0x575ad8['lLqCt'](this[_0x2b57c1(0xb0)],_0x3dd2de[_0x2b57c1(0xe4)]));}};['startEventBatchPolling']=()=>{const _0x5ac758=a127_0x17f0d3,_0x15912a={'UvhHq':function(_0xda621d,_0x5d9a6f){return _0xda621d>_0x5d9a6f;},'MiNqI':function(_0x1b024e,_0x507c0c){return _0x1b024e(_0x507c0c);},'sUFbF':_0x5ac758(0xe0),'VWcwA':function(_0x5e70af,_0x2e9eef,_0x2d0235){return _0x5e70af(_0x2e9eef,_0x2d0235);}};this[_0x5ac758(0xb5)]=_0x15912a[_0x5ac758(0xb2)](setInterval,async()=>{const _0x1327c9=_0x5ac758;if(_0x15912a[_0x1327c9(0xd7)](this[_0x1327c9(0xbc)][_0x1327c9(0xe4)],0x0)){_0x15912a['MiNqI'](trace,_0x1327c9(0xae)+this[_0x1327c9(0xbc)][_0x1327c9(0xe4)]);const _0xaa5e8d=this[_0x1327c9(0xbc)][_0x1327c9(0xf5)](0x0,BATCH_SIZE);this[_0x1327c9(0xbc)]['splice'](0x0,BATCH_SIZE),await this[_0x1327c9(0xe3)](this[_0x1327c9(0xfd)],_0x15912a[_0x1327c9(0xd0)],_0xaa5e8d),_0x15912a[_0x1327c9(0xbd)](trace,_0x1327c9(0xdf)+this[_0x1327c9(0xbc)][_0x1327c9(0xe4)]);}},BATCH_INTERVAL);};[a127_0x17f0d3(0x89)]=()=>{const _0x3c7241=a127_0x17f0d3,_0xb16d0d={};_0xb16d0d[_0x3c7241(0xf2)]=_0x3c7241(0xfe);const _0x239c8c=_0xb16d0d;this[_0x3c7241(0xd4)](_0x239c8c['Ehwek']),this[_0x3c7241(0xa9)]();};[a127_0x17f0d3(0xd4)]=_0x48a78c=>{const _0x5e1abd=a127_0x17f0d3,_0x493c88={'IUbjc':function(_0x14d22e,_0x5bba10){return _0x14d22e(_0x5bba10);},'SdVuq':function(_0x233abd,_0x54cab0){return _0x233abd===_0x54cab0;},'ervXs':_0x5e1abd(0xc2)};this[_0x5e1abd(0xb5)]&&(_0x493c88[_0x5e1abd(0xd6)](clearInterval,this[_0x5e1abd(0xb5)]),this['pollEventBatchInterval']=null,_0x493c88[_0x5e1abd(0xcb)](_0x48a78c,_0x493c88[_0x5e1abd(0xdb)])&&(this[_0x5e1abd(0xa8)]=![]));};['shouldProceed']=()=>{const _0x345215=a127_0x17f0d3,_0x27bb70={};_0x27bb70['GsAZm']=function(_0x353105,_0x56d56f){return _0x353105>=_0x56d56f;};const _0x225abf=_0x27bb70;return _0x225abf[_0x345215(0x9d)](this['queue'][_0x345215(0xe4)],BATCH_SIZE);};async['uploadPending'](_0x2d41de=DEFAULT_WAIT_TIMEOUT_FOR_PENDING_UPLOADS,_0x22e4f8=DEFAULT_WAIT_INTERVAL_FOR_PENDING_UPLOADS){const _0x4d384a=a127_0x17f0d3,_0x23e06e={'exZzf':function(_0x41b1e9,_0x23e82f){return _0x41b1e9<=_0x23e82f;},'zyguM':function(_0x39412a,_0x5d75ac){return _0x39412a<=_0x5d75ac;},'CPvrx':function(_0x2bbc16,_0x1cbb96){return _0x2bbc16(_0x1cbb96);},'OJSGo':function(_0x4e5e7c,_0x1637a9){return _0x4e5e7c-_0x1637a9;}};if(_0x23e06e[_0x4d384a(0x9b)](this[_0x4d384a(0xb0)],0x0)||_0x23e06e['zyguM'](_0x2d41de,0x0))return;return await _0x23e06e[_0x4d384a(0xbf)](sleep,_0x22e4f8),this[_0x4d384a(0x8a)](_0x23e06e[_0x4d384a(0xa3)](_0x2d41de,_0x22e4f8));}}module['exports']=RequestQueueHandler;
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;