browserstack-node-sdk 1.48.0 → 1.49.0

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 +3 -2
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/nightwatch/command.js +1 -1
  79. package/src/bin/playwright/accessibility-helper.js +1 -1
  80. package/src/bin/playwright/command.js +1 -1
  81. package/src/bin/playwright/globalSetup.js +1 -1
  82. package/src/bin/playwright/mock-process.js +1 -1
  83. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  84. package/src/bin/playwright/patches.js +1 -1
  85. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  86. package/src/bin/playwright/reporter/reporter.js +1 -1
  87. package/src/bin/playwright/reporter/test-details.js +1 -1
  88. package/src/bin/playwright/sessionDetails.js +1 -1
  89. package/src/bin/runner.js +1 -1
  90. package/src/bin/setup.js +1 -1
  91. package/src/bin/test-runner/index.js +1 -1
  92. package/src/bin/test-runner/runTest.js +1 -1
  93. package/src/bin/test-runner/testWorker.js +1 -1
  94. package/src/bin/utils/apiUtilityMethods.js +1 -1
  95. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  96. package/src/bin/utils/constants.js +1 -1
  97. package/src/bin/utils/log4jsAppender.js +1 -1
  98. package/src/bin/utils/logPatcher.js +1 -1
  99. package/src/bin/utils/logReportingAPI.js +1 -1
  100. package/src/bin/utils/playwright-patcher.js +1 -1
  101. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  102. package/src/bin/utils/sharedUtils.js +1 -1
  103. package/src/bin/v2/TestInfo.js +1 -1
  104. package/src/bin/v2/browserstackCLI.js +1 -1
  105. package/src/bin/v2/cliUtils.js +1 -1
  106. package/src/bin/v2/customTagManager.js +1 -1
  107. package/src/bin/v2/eventDispatcher.js +1 -1
  108. package/src/bin/v2/framework/automationFramework.js +1 -1
  109. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  110. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  111. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  112. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  113. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  114. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  115. package/src/bin/v2/framework/testFramework.js +1 -1
  116. package/src/bin/v2/grpcClient.js +1 -1
  117. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  118. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  119. package/src/bin/v2/instances/trackedContext.js +1 -1
  120. package/src/bin/v2/instances/trackedInstance.js +1 -1
  121. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  122. package/src/bin/v2/modules/baseModule.js +1 -1
  123. package/src/bin/v2/modules/loadTestModule.js +1 -1
  124. package/src/bin/v2/modules/observabilityModule.js +1 -1
  125. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  126. package/src/bin/v2/modules/testhubModule.js +1 -1
  127. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  128. package/src/bin/v2/state/hookState.js +1 -1
  129. package/src/bin/v2/state/testFrameworkState.js +1 -1
  130. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  131. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  132. package/src/bin/v2/utils/jest-utils.js +1 -1
  133. package/src/bin/vanilla-js/command.js +1 -1
  134. package/src/browserStackSdk.js +1 -1
  135. package/src/helpers/BrowserStackSetup.js +1 -1
  136. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  137. package/src/helpers/accessibility-automation/constants.js +1 -1
  138. package/src/helpers/accessibility-automation/helper.js +1 -1
  139. package/src/helpers/accessibility-automation/scripts.js +1 -1
  140. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  141. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  142. package/src/helpers/ats/constants.js +1 -1
  143. package/src/helpers/ats/helper.js +1 -1
  144. package/src/helpers/capsMapping.js +1 -1
  145. package/src/helpers/central-scanner/constants.js +1 -1
  146. package/src/helpers/central-scanner/helpers.js +1 -1
  147. package/src/helpers/classLogger.js +1 -1
  148. package/src/helpers/globals.js +1 -1
  149. package/src/helpers/helper.js +1 -1
  150. package/src/helpers/logger.js +1 -1
  151. package/src/helpers/metadata.js +1 -1
  152. package/src/helpers/patchHelper.js +1 -1
  153. package/src/helpers/patchHelpers.js +1 -1
  154. package/src/helpers/percy/Percy.js +1 -1
  155. package/src/helpers/percy/PercyBinary.js +1 -1
  156. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  157. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  158. package/src/helpers/percy/PercySDK.js +1 -1
  159. package/src/helpers/percy/index.js +1 -1
  160. package/src/helpers/percy/utils.js +1 -1
  161. package/src/helpers/performance/constants.js +1 -1
  162. package/src/helpers/performance/performance-tester.js +1 -1
  163. package/src/helpers/playwright-helper.js +1 -1
  164. package/src/helpers/processHelper.js +1 -1
  165. package/src/helpers/request-spy.js +1 -1
  166. package/src/helpers/setKeepAlive.js +1 -1
  167. package/src/helpers/test-observability/constants.js +1 -1
  168. package/src/helpers/test-observability/error-handler.js +1 -1
  169. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  170. package/src/helpers/test-observability/sessionHandler.js +1 -1
  171. package/src/helpers/test-observability/utils.js +1 -1
  172. package/src/helpers/test-orchestration/constants.js +1 -1
  173. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  174. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  175. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  176. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  177. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  178. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  179. package/src/helpers/testhub/constants.js +1 -1
  180. package/src/helpers/testhub/testhubHandler.js +1 -1
  181. package/src/helpers/testhub/utils.js +1 -1
  182. package/src/helpers/timeoutPromise.js +1 -1
  183. package/src/helpers/utilities.js +1 -1
  184. package/src/helpers/w3cMapping.js +1 -1
  185. package/src/hubAllocationMethods.js +1 -1
  186. package/src/index.js +1 -1
package/src/bin/setup.js CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- const a49_0x14fe88=a49_0x4116;(function(_0x4a90e4,_0x550fd7){const _0x2978d9=a49_0x4116,_0x48ad86=_0x4a90e4();while(!![]){try{const _0x17bb3c=-parseInt(_0x2978d9(0x1e2))/0x1+parseInt(_0x2978d9(0x1c0))/0x2+-parseInt(_0x2978d9(0x1c7))/0x3*(parseInt(_0x2978d9(0x1ed))/0x4)+parseInt(_0x2978d9(0x1c1))/0x5*(-parseInt(_0x2978d9(0x1ec))/0x6)+parseInt(_0x2978d9(0x1da))/0x7*(parseInt(_0x2978d9(0x1a0))/0x8)+parseInt(_0x2978d9(0x1e5))/0x9*(parseInt(_0x2978d9(0x1f3))/0xa)+parseInt(_0x2978d9(0x1cd))/0xb*(parseInt(_0x2978d9(0x1d7))/0xc);if(_0x17bb3c===_0x550fd7)break;else _0x48ad86['push'](_0x48ad86['shift']());}catch(_0x2d2c41){_0x48ad86['push'](_0x48ad86['shift']());}}}(a49_0x3d0b,0xdd68d));const fs=require('fs'),helper=require(a49_0x14fe88(0x1d8)),utilities=require(a49_0x14fe88(0x1ee)),yaml=require(a49_0x14fe88(0x1a2)),yargs=require(a49_0x14fe88(0x1db)),logger=require(a49_0x14fe88(0x1d3))[a49_0x14fe88(0x1bd)],configFileTemplate=__dirname+'/../../browserstack.yml.sample',configFileTemplatePW=__dirname+a49_0x14fe88(0x1d4),configFile=process[a49_0x14fe88(0x1d9)]()+a49_0x14fe88(0x1b3),packageFile=process[a49_0x14fe88(0x1d9)]()+a49_0x14fe88(0x1c2),frameworks=[a49_0x14fe88(0x1c8),a49_0x14fe88(0x1ca),a49_0x14fe88(0x1b6),a49_0x14fe88(0x1dd),a49_0x14fe88(0x1bf),a49_0x14fe88(0x1ac),a49_0x14fe88(0x1b8)];let config;logger[a49_0x14fe88(0x1bc)](a49_0x14fe88(0x1a3)),createConfigurationFile(yargs['argv'][a49_0x14fe88(0x1bb)],yargs[a49_0x14fe88(0x1b0)][a49_0x14fe88(0x1a4)],yargs['argv'][a49_0x14fe88(0x1b8)]);try{sdkSetup();}catch(a49_0x356b2d){logger['debug'](a49_0x14fe88(0x1df)+a49_0x356b2d);}function a49_0x4116(_0x4bede0,_0x582dc6){const _0x3d0b82=a49_0x3d0b();return a49_0x4116=function(_0x4116b9,_0x40975f){_0x4116b9=_0x4116b9-0x1a0;let _0x45d3ac=_0x3d0b82[_0x4116b9];return _0x45d3ac;},a49_0x4116(_0x4bede0,_0x582dc6);}addScriptInPackageJson();function createConfigurationFile(_0x22bc45,_0x3c9842,_0x406b32=![]){const _0x3a0460=a49_0x14fe88,_0x474045={};_0x474045[_0x3a0460(0x1cc)]=_0x3a0460(0x1ba),_0x474045['exVNY']='YOUR_USERNAME',_0x474045[_0x3a0460(0x1be)]=_0x3a0460(0x1c3);const _0x4a1f8c=_0x474045;try{let _0xfdf6fc=fs[_0x3a0460(0x1e9)](_0x406b32?configFileTemplatePW:configFileTemplate,_0x4a1f8c[_0x3a0460(0x1cc)]);_0x22bc45&&(_0xfdf6fc=_0xfdf6fc[_0x3a0460(0x1ea)](_0x4a1f8c[_0x3a0460(0x1cb)],_0x22bc45)),_0x3c9842&&(_0xfdf6fc=_0xfdf6fc[_0x3a0460(0x1ea)](_0x4a1f8c['eCYBL'],_0x3c9842)),config=yaml[_0x3a0460(0x1ad)](_0xfdf6fc),fs[_0x3a0460(0x1e0)](configFile,_0xfdf6fc,_0xbee946=>{const _0x26200e=_0x3a0460;_0xbee946&&logger[_0x26200e(0x1d0)](_0xbee946);});}catch(_0xdbc55c){logger[_0x3a0460(0x1d0)](_0xdbc55c);}}function addPostInstallScript(_0x3679ca,_0x5de34b){const _0x2216d8=a49_0x14fe88,_0x6ab4e={};_0x6ab4e[_0x2216d8(0x1f2)]='postinstall',_0x6ab4e['nigsy']=_0x2216d8(0x1ab),_0x6ab4e[_0x2216d8(0x1e6)]=_0x2216d8(0x1a6);const _0x168927=_0x6ab4e;let _0x108892=_0x3679ca[_0x168927['cVUim']];if(_0x108892&&_0x108892[_0x2216d8(0x1c4)](_0x168927[_0x2216d8(0x1de)]))return;!_0x108892?_0x108892=_0x168927[_0x2216d8(0x1de)]:_0x108892+=_0x168927[_0x2216d8(0x1e6)],_0x5de34b[_0x2216d8(0x1eb)]([_0x168927['cVUim'],_0x108892]);}function addScriptInPackageJson(){const _0x7170cf=a49_0x14fe88,_0xc4a30d={'CPNgP':_0x7170cf(0x1ba),'MERjD':function(_0x18458c,_0x42fbc2){return _0x18458c<_0x42fbc2;},'oAaER':function(_0x377d66,_0x22e8d3,_0x4f468f){return _0x377d66(_0x22e8d3,_0x4f468f);},'PzXRs':function(_0x241769,_0xcc07dd){return _0x241769<_0xcc07dd;},'opuWt':function(_0x5f421b,_0x372f38,_0x4ae7fb){return _0x5f421b(_0x372f38,_0x4ae7fb);},'jZhgr':function(_0x192bec,_0x2712c2,_0x546568){return _0x192bec(_0x2712c2,_0x546568);},'OFwxA':function(_0x4bc056,_0x562990){return _0x4bc056!==_0x562990;},'ekzMN':_0x7170cf(0x1af)},_0x2baa63=JSON[_0x7170cf(0x1ef)](fs[_0x7170cf(0x1e9)](packageFile,_0xc4a30d[_0x7170cf(0x1b9)])),_0x401878=[];for(let _0xd0f3d6=0x0;_0xc4a30d[_0x7170cf(0x1a8)](_0xd0f3d6,frameworks[_0x7170cf(0x1b1)]);_0xd0f3d6+=0x1){const _0x198b9c=_0xc4a30d[_0x7170cf(0x1a9)](findScriptsWithFramework,_0x2baa63[_0x7170cf(0x1ae)],frameworks[_0xd0f3d6]);for(let _0x3089e0=0x0;_0xc4a30d[_0x7170cf(0x1aa)](_0x3089e0,_0x198b9c['length']);_0x3089e0+=0x1){_0x401878['push'](_0xc4a30d[_0x7170cf(0x1a7)](getUpdatedCommand,_0x2baa63[_0x7170cf(0x1ae)],_0x198b9c[_0x3089e0]));}_0xc4a30d[_0x7170cf(0x1d5)](addPostInstallScript,_0x2baa63['scripts'],_0x401878);}const _0x361711={..._0x2baa63[_0x7170cf(0x1ae)]},_0x26d6bd=_0x361711;for(let _0x3ada86=0x0;_0xc4a30d[_0x7170cf(0x1aa)](_0x3ada86,_0x401878[_0x7170cf(0x1b1)]);_0x3ada86+=0x1){_0x26d6bd[_0x401878[_0x3ada86][0x0]]=_0x401878[_0x3ada86][0x1];}_0xc4a30d[_0x7170cf(0x1e1)](JSON[_0x7170cf(0x1e4)](_0x2baa63[_0x7170cf(0x1ae)]),JSON[_0x7170cf(0x1e4)](_0x26d6bd))&&(logger[_0x7170cf(0x1bc)](_0xc4a30d[_0x7170cf(0x1e8)]),_0x2baa63[_0x7170cf(0x1ae)]=_0x26d6bd,fs[_0x7170cf(0x1e0)](packageFile,JSON['stringify'](_0x2baa63,null,0x2),_0x574889=>{const _0x48e625=_0x7170cf;_0x574889&&logger[_0x48e625(0x1d0)](_0x574889);}));};function findScriptsWithFramework(_0x4b37f9,_0x58d193){const _0x40e8eb=a49_0x14fe88,_0x14ddb2={};_0x14ddb2[_0x40e8eb(0x1d6)]=function(_0x580f78,_0x5215e7){return _0x580f78<_0x5215e7;},_0x14ddb2[_0x40e8eb(0x1cf)]=_0x40e8eb(0x1a1);const _0x5dcb7f=_0x14ddb2,_0x36e9a2=[],_0x2ef73c=Object[_0x40e8eb(0x1b2)](_0x4b37f9);for(let _0x3e82af=0x0;_0x5dcb7f[_0x40e8eb(0x1d6)](_0x3e82af,_0x2ef73c[_0x40e8eb(0x1b1)]);_0x3e82af+=0x1){_0x2ef73c[_0x3e82af][0x1][_0x40e8eb(0x1c4)](_0x58d193)&&!_0x2ef73c[_0x3e82af][0x1][_0x40e8eb(0x1c4)](_0x5dcb7f['WalUx'])&&_0x36e9a2[_0x40e8eb(0x1eb)](_0x2ef73c[_0x3e82af][0x0]);}return _0x36e9a2;}function a49_0x3d0b(){const _0x577475=['/../../browserstack.pw.yml.sample','jZhgr','FZukY','22271412PqmJaW','../helpers/helper','cwd','7iAreEN','yargs','debug','node','nigsy','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','writeFileSync','OFwxA','1487764jhzYCD','split','stringify','1215yZpJLY','iVHlz','join','ekzMN','readFileSync','replace','push','234TXhbTC','5669812DfKgYO','../helpers/utilities','parse','-browserstack','fireFunnelTestEvent','cVUim','53470NmIkQn','9621616LoUecq','browserstack-node-sdk','js-yaml','Creating\x20configuration\x20file...','key','qVssU','\x20&&\x20npm\x20update\x20browserstack-node-sdk','opuWt','MERjD','oAaER','PzXRs','npm\x20update\x20browserstack-node-sdk','codeceptjs','load','scripts','Adding\x20new\x20script(s)\x20in\x20package.json...','argv','length','entries','/browserstack.yml','node-setup','pKLYv','cucumber-js','indexOf','playwright','CPNgP','utf8','username','info','winstonLogger','eCYBL','nightwatch','1624394zVdjxT','100075kGTGER','/package.json','YOUR_ACCESS_KEY','includes','rdHdS','ftjxN','3GxypSn','mocha','dKpFB','jest','exVNY','eYSqa','11TkSFnI','source','WalUx','error','browserstack-node-sdk\x20','SDKSetup','../helpers/logger'];a49_0x3d0b=function(){return _0x577475;};return a49_0x3d0b();}function getUpdatedCommand(_0x54c942,_0x158c65){const _0x6c3b19=a49_0x14fe88,_0x597c21={};_0x597c21[_0x6c3b19(0x1c6)]=function(_0x1b92fb,_0x1fbde3){return _0x1b92fb!==_0x1fbde3;},_0x597c21['pKLYv']=_0x6c3b19(0x1a1),_0x597c21[_0x6c3b19(0x1a5)]=function(_0x579ca7,_0x464270){return _0x579ca7===_0x464270;};const _0x483430=_0x597c21,_0x470aa0=_0x158c65+_0x6c3b19(0x1f0),_0x367655=_0x54c942[_0x158c65],_0x2bd1de=_0x367655[_0x6c3b19(0x1e3)]('\x20');for(const _0x20676b of frameworks){if(_0x483430['ftjxN'](_0x2bd1de['indexOf'](_0x20676b),-0x1)){_0x2bd1de['splice'](_0x2bd1de[_0x6c3b19(0x1b7)](_0x20676b),0x0,_0x483430[_0x6c3b19(0x1b5)]);break;}}let _0x3a35d7=_0x2bd1de[_0x6c3b19(0x1e7)]('\x20');return _0x483430[_0x6c3b19(0x1a5)](_0x3a35d7,_0x367655)&&(_0x3a35d7=_0x6c3b19(0x1d1)+_0x367655),[_0x470aa0,_0x3a35d7];}function sdkSetup(){const _0x1b2119=a49_0x14fe88,_0x3eec3c={};_0x3eec3c['rdHdS']=_0x1b2119(0x1b4),_0x3eec3c[_0x1b2119(0x1c9)]=_0x1b2119(0x1d2);const _0x214252=_0x3eec3c;if(helper['isUndefined'](config))return;config[_0x1b2119(0x1ce)]=_0x214252[_0x1b2119(0x1c5)];try{utilities[_0x1b2119(0x1f1)](_0x214252[_0x1b2119(0x1c9)],{},config,'');}catch(_0x34e04f){logger[_0x1b2119(0x1dc)](_0x1b2119(0x1df)+_0x34e04f);}}logger[a49_0x14fe88(0x1bc)]('Setup\x20completed');
3
+ function a49_0x4735(){const _0x2fe68f=['fireFunnelTestEvent','/browserstack.yml','username','IZwMz','qeSTK','7340125mkESiF','JFnkH','ZuesE','argv','YmyIs','rwpVL','browserstack-node-sdk\x20','../helpers/utilities','Setup\x20completed','browserstack-node-sdk','winstonLogger','934274kMZilo','../helpers/helper','entries','push','YOUR_ACCESS_KEY','npm\x20update\x20browserstack-node-sdk','cbvCT','replace','postinstall','FhNly','42zCcesO','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','MBxcG','debug','playwright','js-yaml','189KhcQKe','split','yZIim','YIVYa','12235376yhLMxa','yargs','1281364UAREjk','node-setup','../helpers/logger','error','4974540KGqXwL','writeFileSync','PccaZ','806490hvqdiT','24454uZvfou','jest','isUndefined','orAJd','YOUR_USERNAME','includes','gJqIf','\x20&&\x20npm\x20update\x20browserstack-node-sdk','length','rSiyg','-browserstack','codeceptjs','/../../browserstack.yml.sample','scripts','parse','cwd','stringify','indexOf','wXGDt','load','ozFeq','xOSrc','Adding\x20new\x20script(s)\x20in\x20package.json...','readFileSync','kmNLP','300DLynjz','/../../browserstack.pw.yml.sample','SDKSetup','info'];a49_0x4735=function(){return _0x2fe68f;};return a49_0x4735();}const a49_0x5d0dbd=a49_0x3d2e;function a49_0x3d2e(_0x4f584c,_0x2ea970){const _0x473552=a49_0x4735();return a49_0x3d2e=function(_0x3d2eb5,_0x5d72b0){_0x3d2eb5=_0x3d2eb5-0x18d;let _0x3001be=_0x473552[_0x3d2eb5];return _0x3001be;},a49_0x3d2e(_0x4f584c,_0x2ea970);}(function(_0x28fb28,_0x375aad){const _0x27362c=a49_0x3d2e,_0x54ddc5=_0x28fb28();while(!![]){try{const _0xf4b155=parseInt(_0x27362c(0x1b9))/0x1+parseInt(_0x27362c(0x1d7))/0x2*(parseInt(_0x27362c(0x1a5))/0x3)+parseInt(_0x27362c(0x1d3))/0x4+-parseInt(_0x27362c(0x1ae))/0x5+-parseInt(_0x27362c(0x1c3))/0x6*(parseInt(_0x27362c(0x1cf))/0x7)+-parseInt(_0x27362c(0x1cd))/0x8+-parseInt(_0x27362c(0x1c9))/0x9*(-parseInt(_0x27362c(0x1d6))/0xa);if(_0xf4b155===_0x375aad)break;else _0x54ddc5['push'](_0x54ddc5['shift']());}catch(_0x348b85){_0x54ddc5['push'](_0x54ddc5['shift']());}}}(a49_0x4735,0xc7143));const fs=require('fs'),helper=require(a49_0x5d0dbd(0x1ba)),utilities=require(a49_0x5d0dbd(0x1b5)),yaml=require(a49_0x5d0dbd(0x1c8)),yargs=require(a49_0x5d0dbd(0x1ce)),logger=require(a49_0x5d0dbd(0x1d1))[a49_0x5d0dbd(0x1b8)],configFileTemplate=__dirname+a49_0x5d0dbd(0x198),configFileTemplatePW=__dirname+a49_0x5d0dbd(0x1a6),configFile=process[a49_0x5d0dbd(0x19b)]()+a49_0x5d0dbd(0x1aa),packageFile=process[a49_0x5d0dbd(0x19b)]()+'/package.json',frameworks=['mocha',a49_0x5d0dbd(0x18d),'cucumber-js','node','nightwatch',a49_0x5d0dbd(0x197),a49_0x5d0dbd(0x1c7)];let config;logger[a49_0x5d0dbd(0x1a8)]('Creating\x20configuration\x20file...'),createConfigurationFile(yargs[a49_0x5d0dbd(0x1b1)][a49_0x5d0dbd(0x1ab)],yargs[a49_0x5d0dbd(0x1b1)]['key'],yargs[a49_0x5d0dbd(0x1b1)][a49_0x5d0dbd(0x1c7)]);try{sdkSetup();}catch(a49_0x2d8736){logger[a49_0x5d0dbd(0x1c6)](a49_0x5d0dbd(0x1c4)+a49_0x2d8736);}addScriptInPackageJson();function createConfigurationFile(_0x5161bf,_0x30a958,_0x18c9f3=![]){const _0x359c1d=a49_0x5d0dbd,_0x48a24f={};_0x48a24f['PccaZ']='utf8',_0x48a24f[_0x359c1d(0x1c2)]=_0x359c1d(0x190),_0x48a24f['chVAP']=_0x359c1d(0x1bd);const _0x3a21c0=_0x48a24f;try{let _0xc4f666=fs[_0x359c1d(0x1a3)](_0x18c9f3?configFileTemplatePW:configFileTemplate,_0x3a21c0[_0x359c1d(0x1d5)]);_0x5161bf&&(_0xc4f666=_0xc4f666[_0x359c1d(0x1c0)](_0x3a21c0[_0x359c1d(0x1c2)],_0x5161bf)),_0x30a958&&(_0xc4f666=_0xc4f666[_0x359c1d(0x1c0)](_0x3a21c0['chVAP'],_0x30a958)),config=yaml[_0x359c1d(0x19f)](_0xc4f666),fs[_0x359c1d(0x1d4)](configFile,_0xc4f666,_0x14e79f=>{const _0x31ff52=_0x359c1d;_0x14e79f&&logger[_0x31ff52(0x1d2)](_0x14e79f);});}catch(_0x3c15fc){logger[_0x359c1d(0x1d2)](_0x3c15fc);}}function addPostInstallScript(_0x4b28ce,_0x2771b6){const _0x7fa5aa=a49_0x5d0dbd,_0xab3a61={};_0xab3a61[_0x7fa5aa(0x1a0)]=_0x7fa5aa(0x1c1),_0xab3a61[_0x7fa5aa(0x1c5)]=_0x7fa5aa(0x1be),_0xab3a61[_0x7fa5aa(0x1cc)]=_0x7fa5aa(0x193);const _0x45c658=_0xab3a61;let _0x4aaefe=_0x4b28ce[_0x45c658[_0x7fa5aa(0x1a0)]];if(_0x4aaefe&&_0x4aaefe[_0x7fa5aa(0x191)](_0x45c658[_0x7fa5aa(0x1c5)]))return;!_0x4aaefe?_0x4aaefe=_0x45c658[_0x7fa5aa(0x1c5)]:_0x4aaefe+=_0x45c658[_0x7fa5aa(0x1cc)],_0x2771b6[_0x7fa5aa(0x1bc)]([_0x45c658[_0x7fa5aa(0x1a0)],_0x4aaefe]);}function addScriptInPackageJson(){const _0x49cae3=a49_0x5d0dbd,_0x56927a={'orAJd':'utf8','yZIim':function(_0x414356,_0x2122ed){return _0x414356<_0x2122ed;},'kmNLP':function(_0x866f08,_0x42f5f0,_0x1b5c9c){return _0x866f08(_0x42f5f0,_0x1b5c9c);},'rwpVL':function(_0x265338,_0x11eab7,_0x453fc6){return _0x265338(_0x11eab7,_0x453fc6);},'wXGDt':function(_0x29cd2e,_0x3e920d){return _0x29cd2e<_0x3e920d;},'rSiyg':function(_0x3b36e3,_0x49451f){return _0x3b36e3!==_0x49451f;},'JFnkH':_0x49cae3(0x1a2)},_0x3f5080=JSON[_0x49cae3(0x19a)](fs[_0x49cae3(0x1a3)](packageFile,_0x56927a[_0x49cae3(0x18f)])),_0x2773bf=[];for(let _0x3dc51f=0x0;_0x56927a[_0x49cae3(0x1cb)](_0x3dc51f,frameworks[_0x49cae3(0x194)]);_0x3dc51f+=0x1){const _0x56c5c0=_0x56927a[_0x49cae3(0x1a4)](findScriptsWithFramework,_0x3f5080[_0x49cae3(0x199)],frameworks[_0x3dc51f]);for(let _0x1d4930=0x0;_0x56927a[_0x49cae3(0x1cb)](_0x1d4930,_0x56c5c0['length']);_0x1d4930+=0x1){_0x2773bf[_0x49cae3(0x1bc)](_0x56927a[_0x49cae3(0x1a4)](getUpdatedCommand,_0x3f5080[_0x49cae3(0x199)],_0x56c5c0[_0x1d4930]));}_0x56927a[_0x49cae3(0x1b3)](addPostInstallScript,_0x3f5080['scripts'],_0x2773bf);}const _0xa62478={..._0x3f5080[_0x49cae3(0x199)]},_0x5a6501=_0xa62478;for(let _0x10d827=0x0;_0x56927a[_0x49cae3(0x19e)](_0x10d827,_0x2773bf[_0x49cae3(0x194)]);_0x10d827+=0x1){_0x5a6501[_0x2773bf[_0x10d827][0x0]]=_0x2773bf[_0x10d827][0x1];}_0x56927a[_0x49cae3(0x195)](JSON[_0x49cae3(0x19c)](_0x3f5080['scripts']),JSON['stringify'](_0x5a6501))&&(logger[_0x49cae3(0x1a8)](_0x56927a[_0x49cae3(0x1af)]),_0x3f5080['scripts']=_0x5a6501,fs['writeFileSync'](packageFile,JSON[_0x49cae3(0x19c)](_0x3f5080,null,0x2),_0x43707a=>{const _0x388a70=_0x49cae3;_0x43707a&&logger[_0x388a70(0x1d2)](_0x43707a);}));};function findScriptsWithFramework(_0x30b83c,_0x3bd83d){const _0x24c1f1=a49_0x5d0dbd,_0x402c97={};_0x402c97[_0x24c1f1(0x1ac)]=function(_0x3b7f78,_0xe9cda6){return _0x3b7f78<_0xe9cda6;},_0x402c97['xOSrc']='browserstack-node-sdk';const _0x54db2a=_0x402c97,_0x3563b8=[],_0x6e09e1=Object[_0x24c1f1(0x1bb)](_0x30b83c);for(let _0x2f7980=0x0;_0x54db2a[_0x24c1f1(0x1ac)](_0x2f7980,_0x6e09e1['length']);_0x2f7980+=0x1){_0x6e09e1[_0x2f7980][0x1][_0x24c1f1(0x191)](_0x3bd83d)&&!_0x6e09e1[_0x2f7980][0x1]['includes'](_0x54db2a[_0x24c1f1(0x1a1)])&&_0x3563b8[_0x24c1f1(0x1bc)](_0x6e09e1[_0x2f7980][0x0]);}return _0x3563b8;}function getUpdatedCommand(_0x3331dd,_0x39d311){const _0x43c55b=a49_0x5d0dbd,_0x44bd2e={};_0x44bd2e[_0x43c55b(0x192)]=function(_0x2424c6,_0x438808){return _0x2424c6!==_0x438808;},_0x44bd2e[_0x43c55b(0x1b0)]=_0x43c55b(0x1b7),_0x44bd2e[_0x43c55b(0x1b2)]=function(_0x1a69a1,_0x3078c6){return _0x1a69a1===_0x3078c6;};const _0x5052ba=_0x44bd2e,_0x397858=_0x39d311+_0x43c55b(0x196),_0xcbb05f=_0x3331dd[_0x39d311],_0x3ed26d=_0xcbb05f[_0x43c55b(0x1ca)]('\x20');for(const _0x55ebf0 of frameworks){if(_0x5052ba[_0x43c55b(0x192)](_0x3ed26d[_0x43c55b(0x19d)](_0x55ebf0),-0x1)){_0x3ed26d['splice'](_0x3ed26d[_0x43c55b(0x19d)](_0x55ebf0),0x0,_0x5052ba[_0x43c55b(0x1b0)]);break;}}let _0x493f12=_0x3ed26d['join']('\x20');return _0x5052ba[_0x43c55b(0x1b2)](_0x493f12,_0xcbb05f)&&(_0x493f12=_0x43c55b(0x1b4)+_0xcbb05f),[_0x397858,_0x493f12];}function sdkSetup(){const _0x7d4c01=a49_0x5d0dbd,_0x1a007d={};_0x1a007d[_0x7d4c01(0x1ad)]=_0x7d4c01(0x1d0),_0x1a007d[_0x7d4c01(0x1bf)]=_0x7d4c01(0x1a7);const _0x615501=_0x1a007d;if(helper[_0x7d4c01(0x18e)](config))return;config['source']=_0x615501[_0x7d4c01(0x1ad)];try{utilities[_0x7d4c01(0x1a9)](_0x615501[_0x7d4c01(0x1bf)],{},config,'');}catch(_0x553b64){logger[_0x7d4c01(0x1c6)](_0x7d4c01(0x1c4)+_0x553b64);}}logger[a49_0x5d0dbd(0x1a8)](a49_0x5d0dbd(0x1b6));
@@ -1 +1 @@
1
- const a50_0x39423c=a50_0x3949;(function(_0x391cd7,_0x2aef17){const _0xf86b41=a50_0x3949,_0x2bc5e1=_0x391cd7();while(!![]){try{const _0x193341=-parseInt(_0xf86b41(0x10b))/0x1*(parseInt(_0xf86b41(0x12d))/0x2)+parseInt(_0xf86b41(0x122))/0x3+parseInt(_0xf86b41(0xd6))/0x4*(-parseInt(_0xf86b41(0x112))/0x5)+-parseInt(_0xf86b41(0xe6))/0x6*(parseInt(_0xf86b41(0x12b))/0x7)+parseInt(_0xf86b41(0x120))/0x8*(-parseInt(_0xf86b41(0xe7))/0x9)+parseInt(_0xf86b41(0x119))/0xa+parseInt(_0xf86b41(0xeb))/0xb;if(_0x193341===_0x2aef17)break;else _0x2bc5e1['push'](_0x2bc5e1['shift']());}catch(_0x3b47f8){_0x2bc5e1['push'](_0x2bc5e1['shift']());}}}(a50_0x404f,0x2b39e));function a50_0x404f(){const _0x51a245=['stop','vanillaWorker','24hSGdgO','9ynGyCC','emittery','winstonLogger','BSvLl','4460951GZoHRa','test-file-start','platform-run-success','length','_workerPool','athpb','BNVTj','ptBHN','bZPmk','resolve','oGElw','lmtDt','Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20','debug','test-file-failure','pemYp','platform','Exception\x20in\x20adding\x20custom\x20message\x20channel\x20','AoFQy','../../helpers/performance/constants','platform-run-start','test-file-success','getStdout','dKRye','biuRp','gJAfe','exit','\x20for','sTWog','getStderr','then','stderr','1IyIszh','error','worker','configuration','worker_threads','waitForExit','Cwqhq','140265IAbpOR','YdtiQ','parallelTestRun','RjcmV','file','dGjIF','end','2526210mWzJAV','util','./testWorker.js','lirUN','CzIFE','emit','send','1918024qKVOsO','platform-run-failure','65709wtExAG','UEKsA','ILeiA','../../helpers/performance/performance-tester','vpFkP','cucumberWorker','log','platforms','sfEqC','198758KZjeVq','tUkSa','243258vAnafu','json','all','tpyVR','Running\x20','p-limit','results','UNSTABLE_onCustomMessage','gRPnU','failureCount','eFXBa','4CUOfQQ','Exception\x20in\x20sending\x20worker\x20message\x20','platformCaps','map','aJxsd','Worker','pipe','yYlck','Workers\x20failed\x20to\x20exit\x20gracefully','ajeGI','KHdMe','sPpdJ','stdout','jLWIo'];a50_0x404f=function(){return _0x51a245;};return a50_0x404f();}const Worker=require('jest-worker')[a50_0x39423c(0xdb)],Emittery=require(a50_0x39423c(0xe8)),pLimit=require(a50_0x39423c(0xd0)),{parentPort}=require(a50_0x39423c(0x10f)),util=require(a50_0x39423c(0x11a)),logger=require('../../helpers/logger')[a50_0x39423c(0xe9)],PerformanceTester=require(a50_0x39423c(0x125)),PerformanceEvents=require(a50_0x39423c(0xfe))['EVENTS'],{debug}=require('../../helpers/test-observability/utils'),TestHubHandler=require('../../helpers/testhub/testhubHandler');function a50_0x3949(_0xe0cab5,_0xf0eab0){const _0x404faa=a50_0x404f();return a50_0x3949=function(_0x394924,_0x361af5){_0x394924=_0x394924-0xcd;let _0x339034=_0x404faa[_0x394924];return _0x339034;},a50_0x3949(_0xe0cab5,_0xf0eab0);}exports[a50_0x39423c(0x114)]=(_0x30cf52,_0x6f0b77,_0x3973e5)=>new Promise(async _0x4650ba=>{const _0x1c3a4a=a50_0x39423c,_0x4cebe2={'CzIFE':_0x1c3a4a(0xd4),'aJxsd':function(_0x12486b,_0x3a87ac){return _0x12486b+_0x3a87ac;},'BSvLl':_0x1c3a4a(0xd1),'JCQFC':'Workers\x20failed\x20to\x20exit\x20gracefully','BNVTj':function(_0x349708,_0xcc86b7){return _0x349708(_0xcc86b7);},'yYlck':_0x1c3a4a(0xec),'lmtDt':_0x1c3a4a(0x11b),'dKRye':_0x1c3a4a(0x10d),'pVxWW':_0x1c3a4a(0x12e),'ajeGI':_0x1c3a4a(0xdc),'kgAJs':function(_0x510489,_0x3dc20f){return _0x510489*_0x3dc20f;},'YdtiQ':_0x1c3a4a(0x100),'oGElw':_0x1c3a4a(0xf9),'VBrZx':function(_0x2aa007,_0x4406e2){return _0x2aa007(_0x4406e2);},'ILeiA':function(_0x3ce202,_0x1edc3c){return _0x3ce202*_0x1edc3c;}},_0x3c2328=_0x3973e5['config'],_0x57b711={},_0x66b3ec=new Worker(require[_0x1c3a4a(0xf4)](_0x4cebe2[_0x1c3a4a(0xf6)]),{'exposedMethods':[_0x4cebe2[_0x1c3a4a(0x102)]],'forkOptions':{'serialization':_0x4cebe2['pVxWW'],'stdio':_0x4cebe2[_0x1c3a4a(0xdf)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x4cebe2['kgAJs'](_0x6f0b77,0x1),'enableWorkerThreads':!![]}),_0x273e50=new Emittery();_0x273e50['on'](_0x4cebe2[_0x1c3a4a(0x113)],_0x609128=>{const _0x2faec9=_0x1c3a4a;_0x57b711[_0x609128[0x0]]?(_0x57b711[_0x609128[0x0]][_0x4cebe2[_0x2faec9(0x11d)]]=_0x4cebe2[_0x2faec9(0xda)](_0x57b711[_0x609128[0x0]][_0x4cebe2[_0x2faec9(0x11d)]],_0x609128[0x1][_0x4cebe2['CzIFE']]),_0x57b711[_0x609128[0x0]][_0x4cebe2[_0x2faec9(0xea)]]=[..._0x57b711[_0x609128[0x0]][_0x4cebe2[_0x2faec9(0xea)]],..._0x609128[0x1][_0x4cebe2[_0x2faec9(0xea)]]]):_0x57b711[_0x609128[0x0]]={'failureCount':_0x609128[0x1][_0x4cebe2[_0x2faec9(0x11d)]],'results':[..._0x609128[0x1][_0x4cebe2[_0x2faec9(0xea)]]]};}),_0x273e50['on'](_0x4cebe2[_0x1c3a4a(0xf5)],_0x9153bc=>console['log'](_0x9153bc[0x1]));_0x66b3ec[_0x1c3a4a(0x101)]()&&_0x66b3ec[_0x1c3a4a(0x101)]()[_0x1c3a4a(0xdc)](process[_0x1c3a4a(0xe2)]);_0x66b3ec[_0x1c3a4a(0x108)]()&&_0x66b3ec[_0x1c3a4a(0x108)]()[_0x1c3a4a(0xdc)](process[_0x1c3a4a(0x10a)]);const _0x226cdb=async()=>{const _0x375122=_0x1c3a4a,{forceExited:_0x39b018}=await _0x66b3ec[_0x375122(0x118)]();_0x39b018&&console['error'](_0x4cebe2['JCQFC']);try{await TestHubHandler[_0x375122(0xe4)]();}catch(_0x1ff894){_0x4cebe2[_0x375122(0xf1)](debug,_0x375122(0xf7)+_0x1ff894);}_0x4cebe2[_0x375122(0xf1)](_0x4650ba,_0x57b711);},_0x595fe4=_0x4cebe2['VBrZx'](pLimit,_0x4cebe2[_0x1c3a4a(0x124)](_0x6f0b77,0x1)),_0x3650b7=_0x4826a0=>_0x595fe4(async()=>{const _0x560bc5=_0x1c3a4a;await _0x273e50[_0x560bc5(0x11e)](_0x4cebe2[_0x560bc5(0xdd)],_0x4826a0);const _0x13b770=_0x66b3ec['worker'](_0x4826a0,_0x3c2328);try{parentPort&&_0x13b770[_0x560bc5(0xd2)](_0x4ec33d=>{const _0x258df8=_0x560bc5;try{parentPort['postMessage'](_0x4ec33d);}catch(_0x28d6ac){logger[_0x258df8(0xf8)](_0x258df8(0xd7)+util['format'](_0x28d6ac));}});}catch(_0x1b4727){logger[_0x560bc5(0xf8)](_0x560bc5(0xfc)+util['format'](_0x1b4727));}return _0x13b770;});PerformanceTester[_0x1c3a4a(0x118)](PerformanceEvents['SDK_SETUP']),Promise['all'](_0x30cf52[_0x1c3a4a(0xd9)](_0x11f888=>_0x3650b7(_0x11f888)[_0x1c3a4a(0x109)](_0x1fe373=>_0x273e50['emit']('test-file-success',[_0x11f888[_0x1c3a4a(0x10e)][_0x1c3a4a(0xfb)],_0x1fe373]),_0x45eff2=>_0x273e50[_0x1c3a4a(0x11e)](_0x1c3a4a(0xf9),[_0x11f888,_0x45eff2]))))['then'](_0x226cdb,_0x226cdb);}),exports['parallelCucumberRun']=(_0x482986,_0x4f390c,_0x30abd8,_0x3bb187,_0x1483b8)=>{const _0x40e18e=a50_0x39423c,_0x3a97f9={'qbwsk':_0x40e18e(0xde),'tUkSa':function(_0x3ceb6b,_0xae892d){return _0x3ceb6b(_0xae892d);},'biuRp':_0x40e18e(0xff),'tpyVR':_0x40e18e(0x11b),'eFXBa':_0x40e18e(0x127),'vpFkP':'json','gRPnU':_0x40e18e(0xdc),'UEKsA':'platform-run-success','Cwqhq':'platform-run-failure'};return new Promise(_0x3859bc=>{const _0x5198a7=_0x40e18e,_0x3298eb={'lAIWR':_0x3a97f9['qbwsk'],'gJAfe':function(_0x44c933,_0x46ab9d){const _0x3a665f=a50_0x3949;return _0x3a97f9[_0x3a665f(0x12c)](_0x44c933,_0x46ab9d);},'bZPmk':_0x3a97f9[_0x5198a7(0x103)]},_0xa38876=[],_0x3a1f01=new Worker(require['resolve'](_0x3a97f9[_0x5198a7(0xce)]),{'exposedMethods':[_0x3a97f9[_0x5198a7(0xd5)]],'forkOptions':{'serialization':_0x3a97f9[_0x5198a7(0x126)],'stdio':_0x3a97f9[_0x5198a7(0xd3)]},'numWorkers':_0x482986[_0x5198a7(0xee)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x170946=new Emittery();_0x170946['on'](_0x3a97f9[_0x5198a7(0x123)],_0x37a591=>{_0xa38876['push']([_0x37a591[0x0],_0x37a591[0x1]]);}),_0x170946['on'](_0x3a97f9[_0x5198a7(0x111)],_0x398845=>console[_0x5198a7(0x128)](_0x398845[0x1]));_0x3a1f01[_0x5198a7(0x101)]()&&_0x3a1f01[_0x5198a7(0x101)]()[_0x5198a7(0xdc)](process[_0x5198a7(0xe2)]);_0x3a1f01[_0x5198a7(0x108)]()&&_0x3a1f01[_0x5198a7(0x108)]()[_0x5198a7(0xdc)](process[_0x5198a7(0x10a)]);const _0x45c3f0=async()=>{const _0xcfd2e2=_0x5198a7,{forceExited:_0x47bafe}=await _0x3a1f01['end']();_0x47bafe&&console[_0xcfd2e2(0x10c)](_0x3298eb['lAIWR']),_0x3298eb[_0xcfd2e2(0x104)](_0x3859bc,_0xa38876);},_0x3a72b6=_0x3a97f9['tUkSa'](pLimit,_0x482986['length']||0x1),_0x2c955c=(_0x479c29,_0x5a0993)=>_0x3a72b6(async()=>{const _0x42aa4b=_0x5198a7;return await _0x170946[_0x42aa4b(0x11e)](_0x3298eb[_0x42aa4b(0xf3)],_0x479c29),_0x4f390c[_0x42aa4b(0xd8)]=_0x30abd8[_0x42aa4b(0x129)][_0x5a0993],_0x3a1f01[_0x42aa4b(0x127)](_0x479c29,_0x4f390c,_0x30abd8,_0x3bb187,_0x1483b8);});Promise[_0x5198a7(0xcd)](_0x482986['map']((_0x8bfb56,_0x2a8462)=>_0x2c955c(_0x8bfb56,_0x2a8462)[_0x5198a7(0x109)](_0x283a63=>_0x170946[_0x5198a7(0x11e)](_0x5198a7(0xed),[_0x8bfb56,_0x283a63]),_0x1d2ce5=>_0x170946[_0x5198a7(0x11e)](_0x5198a7(0x121),[_0x8bfb56,_0x1d2ce5]))))['then'](_0x45c3f0,_0x45c3f0);});},exports['parallelVanillaRun']=(_0x4d85df,_0x1ac83c)=>new Promise(_0x127682=>{const _0x543059=a50_0x39423c,_0x25efc3={'RjcmV':function(_0x5af29f,_0x29f99a){return _0x5af29f===_0x29f99a;},'AoFQy':function(_0x22f993,_0x1de9a6){return _0x22f993!==_0x1de9a6;},'LPLli':_0x543059(0x105),'sJQeC':'Workers\x20failed\x20to\x20exit\x20gracefully','lirUN':function(_0x14d3e7,_0x178a10){return _0x14d3e7(_0x178a10);},'jLWIo':_0x543059(0x11b),'KHdMe':_0x543059(0xe5),'dGjIF':'json','sPpdJ':_0x543059(0xdc),'PoTYz':'test-file-success','sfEqC':_0x543059(0xf9),'pemYp':function(_0x316e09,_0x460860){return _0x316e09(_0x460860);}},_0x25df9a={},_0x14d5f8=new Worker(require[_0x543059(0xf4)](_0x25efc3[_0x543059(0xe3)]),{'exposedMethods':[_0x25efc3[_0x543059(0xe0)]],'forkOptions':{'serialization':_0x25efc3[_0x543059(0x117)],'stdio':_0x25efc3[_0x543059(0xe1)]},'numWorkers':_0x1ac83c,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x4cbaa2=new Emittery();_0x4cbaa2['on'](_0x25efc3['PoTYz'],_0x96499f=>{const _0x1ee188=_0x543059;_0x96499f[0x0]&&logger['info'](_0x1ee188(0xcf)+_0x96499f[0x1]+_0x1ee188(0x106),_0x96499f[0x0]);}),_0x4cbaa2['on'](_0x25efc3[_0x543059(0x12a)],_0x4b296f=>{process['exitCode']=0x1;});_0x14d5f8['getStdout']()&&_0x14d5f8['getStdout']()[_0x543059(0xdc)](process['stdout']);_0x14d5f8['getStderr']()&&_0x14d5f8[_0x543059(0x108)]()[_0x543059(0xdc)](process[_0x543059(0x10a)]);const _0x46683a=async()=>{const _0x45fafe=_0x543059,_0x3065d8={'uROxm':function(_0x1bb5a9,_0x24b6a0){const _0x5d90bb=a50_0x3949;return _0x25efc3[_0x5d90bb(0x115)](_0x1bb5a9,_0x24b6a0);},'athpb':function(_0x5d6958,_0x4c9dbb){const _0xd68eb7=a50_0x3949;return _0x25efc3[_0xd68eb7(0xfd)](_0x5d6958,_0x4c9dbb);},'WgKrj':_0x25efc3['LPLli']};let _0x1cd79f=0x0;const _0x54aa3f=_0x14d5f8[_0x45fafe(0xef)]['getWorkers'](),_0x90c1c6=()=>{},_0x3078ec=_0x54aa3f[_0x45fafe(0xd9)](async _0x549352=>{const _0x223b60=_0x45fafe,_0x57c16b={'ptBHN':function(_0x3bbcb4,_0x101953){return _0x3065d8['uROxm'](_0x3bbcb4,_0x101953);},'sTWog':function(_0x176fed,_0x4bb9d0){const _0x16ce8e=a50_0x3949;return _0x3065d8[_0x16ce8e(0xf0)](_0x176fed,_0x4bb9d0);}};_0x549352[_0x223b60(0x11f)]([0x2,![]],_0x90c1c6,_0x90c1c6,_0x90c1c6),_0x549352['_child']['on'](_0x3065d8['WgKrj'],_0x41a78c=>{const _0x108081=_0x223b60;_0x57c16b[_0x108081(0xf2)](_0x1cd79f,0x0)&&_0x57c16b[_0x108081(0x107)](_0x41a78c,0x0)&&(_0x1cd79f=_0x41a78c);}),await _0x549352[_0x223b60(0x110)]();});await Promise[_0x45fafe(0xcd)](_0x3078ec),process['exitCode']=_0x1cd79f;const {forceExited:_0x5b9f82}=await _0x14d5f8[_0x45fafe(0x118)]();_0x5b9f82&&console['error'](_0x25efc3['sJQeC']),_0x25efc3[_0x45fafe(0x11c)](_0x127682,_0x25df9a);},_0x17a1e5=_0x25efc3[_0x543059(0xfa)](pLimit,_0x1ac83c),_0x1e41e4=_0x52e995=>_0x17a1e5(async()=>{const _0xd54993=_0x543059;return _0x14d5f8[_0xd54993(0xe5)](_0x52e995);});Promise[_0x543059(0xcd)](_0x4d85df[_0x543059(0xd9)](_0x45ba6c=>_0x1e41e4(_0x45ba6c)['then'](_0x552ade=>_0x4cbaa2['emit'](_0x543059(0x100),[_0x45ba6c['configuration']['platform'],_0x45ba6c['configuration'][_0x543059(0x116)]]),_0x3b20bd=>_0x4cbaa2[_0x543059(0x11e)](_0x543059(0xf9),[_0x45ba6c,_0x3b20bd]))))[_0x543059(0x109)](_0x46683a,_0x46683a);});
1
+ const a50_0x40a6dc=a50_0x405d;function a50_0x21a2(){const _0x212d50=['util','configuration','platformCaps','XSOus','../../helpers/test-observability/utils','_workerPool','pipe','ruSJP','worker_threads','send','aHWuI','REYCS','MGdvs','soEwd','QBwly','winstonLogger','Exception\x20in\x20sending\x20worker\x20message\x20','1329396SilpqA','vtGcB','stop','error','map','failureCount','XecVn','fHbpR','test-file-start','../../helpers/performance/performance-tester','emit','debug','platforms','HVrpI','test-file-failure','uhypm','log','wEVqj','vanillaWorker','info','parallelCucumberRun','eVtmi','stdout','7sUVuSz','test-file-success','p-limit','PBpOw','Ccgts','aQSVj','platform','then','end','SGite','../../helpers/performance/constants','cucumberWorker','Worker','getStdout','ejcVu','../../helpers/testhub/testhubHandler','postMessage','dmEBZ','./testWorker.js','304373GRFBjj','1006030WXjamD','platform-run-success','file','HmNko','kzyxf','4162956JreSoi','length','sWaDq','getStderr','format','rKekk','Omvqo','resolve','config','nFDQo','bZukn','TeIzX','1113mIDyoF','CSrwq','1322CuEjNN','BUBwF','Workers\x20failed\x20to\x20exit\x20gracefully','platform-run-failure','Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20','results','stderr','jest-worker','exit','json','_child','Exception\x20in\x20adding\x20custom\x20message\x20channel\x20','2075824hwDnyD','mDDhx','2980116HQmHCc','all','parallelVanillaRun','XonTh','gMsFF','Running\x20','SDK_SETUP'];a50_0x21a2=function(){return _0x212d50;};return a50_0x21a2();}function a50_0x405d(_0x32efc3,_0x22ceb0){const _0x21a275=a50_0x21a2();return a50_0x405d=function(_0x405dfb,_0x30955f){_0x405dfb=_0x405dfb-0x114;let _0x104646=_0x21a275[_0x405dfb];return _0x104646;},a50_0x405d(_0x32efc3,_0x22ceb0);}(function(_0x290780,_0x297a77){const _0x424261=a50_0x405d,_0x4dc6f8=_0x290780();while(!![]){try{const _0x5167cb=parseInt(_0x424261(0x160))/0x1+parseInt(_0x424261(0x174))/0x2*(-parseInt(_0x424261(0x172))/0x3)+parseInt(_0x424261(0x166))/0x4+-parseInt(_0x424261(0x161))/0x5+parseInt(_0x424261(0x136))/0x6*(parseInt(_0x424261(0x14d))/0x7)+-parseInt(_0x424261(0x11c))/0x8+-parseInt(_0x424261(0x11e))/0x9;if(_0x5167cb===_0x297a77)break;else _0x4dc6f8['push'](_0x4dc6f8['shift']());}catch(_0x45806b){_0x4dc6f8['push'](_0x4dc6f8['shift']());}}}(a50_0x21a2,0x814e7));const Worker=require(a50_0x40a6dc(0x117))[a50_0x40a6dc(0x159)],Emittery=require('emittery'),pLimit=require(a50_0x40a6dc(0x14f)),{parentPort}=require(a50_0x40a6dc(0x12d)),util=require(a50_0x40a6dc(0x125)),logger=require('../../helpers/logger')[a50_0x40a6dc(0x134)],PerformanceTester=require(a50_0x40a6dc(0x13f)),PerformanceEvents=require(a50_0x40a6dc(0x157))['EVENTS'],{debug}=require(a50_0x40a6dc(0x129)),TestHubHandler=require(a50_0x40a6dc(0x15c));exports['parallelTestRun']=(_0x5becab,_0x6cddbd,_0x521e53)=>new Promise(async _0x2ff5e9=>{const _0x40ef66=a50_0x40a6dc,_0x21eea4={'SGite':_0x40ef66(0x13b),'uhypm':function(_0xe6fbdc,_0x137eb5){return _0xe6fbdc+_0x137eb5;},'gMsFF':_0x40ef66(0x115),'vtGcB':'Workers\x20failed\x20to\x20exit\x20gracefully','DuPir':function(_0x131b92,_0x31b6bd){return _0x131b92(_0x31b6bd);},'soEwd':_0x40ef66(0x13e),'MGdvs':'./testWorker.js','HmNko':'worker','wEVqj':'json','eVtmi':_0x40ef66(0x12b),'fHbpR':function(_0x348360,_0x5de31d){return _0x348360*_0x5de31d;},'XecVn':_0x40ef66(0x14e),'TeIzX':_0x40ef66(0x144),'CSrwq':function(_0x13f592,_0x1336d0){return _0x13f592(_0x1336d0);}},_0x44a892=_0x521e53[_0x40ef66(0x16e)],_0x5d625c={},_0x4b9a01=new Worker(require['resolve'](_0x21eea4[_0x40ef66(0x131)]),{'exposedMethods':[_0x21eea4[_0x40ef66(0x164)]],'forkOptions':{'serialization':_0x21eea4[_0x40ef66(0x147)],'stdio':_0x21eea4[_0x40ef66(0x14b)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x21eea4[_0x40ef66(0x13d)](_0x6cddbd,0x1),'enableWorkerThreads':!![]}),_0x12ea2f=new Emittery();_0x12ea2f['on'](_0x21eea4[_0x40ef66(0x13c)],_0xce51b2=>{const _0x18c79a=_0x40ef66;_0x5d625c[_0xce51b2[0x0]]?(_0x5d625c[_0xce51b2[0x0]][_0x21eea4['SGite']]=_0x21eea4[_0x18c79a(0x145)](_0x5d625c[_0xce51b2[0x0]][_0x21eea4[_0x18c79a(0x156)]],_0xce51b2[0x1][_0x21eea4[_0x18c79a(0x156)]]),_0x5d625c[_0xce51b2[0x0]][_0x21eea4[_0x18c79a(0x122)]]=[..._0x5d625c[_0xce51b2[0x0]][_0x21eea4[_0x18c79a(0x122)]],..._0xce51b2[0x1][_0x21eea4[_0x18c79a(0x122)]]]):_0x5d625c[_0xce51b2[0x0]]={'failureCount':_0xce51b2[0x1][_0x21eea4['SGite']],'results':[..._0xce51b2[0x1][_0x21eea4[_0x18c79a(0x122)]]]};}),_0x12ea2f['on'](_0x21eea4[_0x40ef66(0x171)],_0x4b7f30=>console[_0x40ef66(0x146)](_0x4b7f30[0x1]));_0x4b9a01[_0x40ef66(0x15a)]()&&_0x4b9a01[_0x40ef66(0x15a)]()[_0x40ef66(0x12b)](process[_0x40ef66(0x14c)]);_0x4b9a01['getStderr']()&&_0x4b9a01['getStderr']()[_0x40ef66(0x12b)](process['stderr']);const _0x2fda33=async()=>{const _0x52e949=_0x40ef66,{forceExited:_0x1128f9}=await _0x4b9a01[_0x52e949(0x155)]();_0x1128f9&&console[_0x52e949(0x139)](_0x21eea4[_0x52e949(0x137)]);try{await TestHubHandler[_0x52e949(0x138)]();}catch(_0x4ecc27){_0x21eea4['DuPir'](debug,_0x52e949(0x114)+_0x4ecc27);}_0x21eea4['DuPir'](_0x2ff5e9,_0x5d625c);},_0x62cf67=_0x21eea4[_0x40ef66(0x173)](pLimit,_0x21eea4[_0x40ef66(0x13d)](_0x6cddbd,0x1)),_0x3c2e3d=_0x1060ce=>_0x62cf67(async()=>{const _0x413085=_0x40ef66;await _0x12ea2f['emit'](_0x21eea4[_0x413085(0x132)],_0x1060ce);const _0x12b77b=_0x4b9a01['worker'](_0x1060ce,_0x44a892);try{parentPort&&_0x12b77b['UNSTABLE_onCustomMessage'](_0x550b04=>{const _0x443b18=_0x413085;try{parentPort[_0x443b18(0x15d)](_0x550b04);}catch(_0x53e23b){logger[_0x443b18(0x141)](_0x443b18(0x135)+util['format'](_0x53e23b));}});}catch(_0x111137){logger[_0x413085(0x141)](_0x413085(0x11b)+util[_0x413085(0x16a)](_0x111137));}return _0x12b77b;});PerformanceTester[_0x40ef66(0x155)](PerformanceEvents[_0x40ef66(0x124)]),Promise[_0x40ef66(0x11f)](_0x5becab[_0x40ef66(0x13a)](_0x5b46a5=>_0x3c2e3d(_0x5b46a5)[_0x40ef66(0x154)](_0x37739b=>_0x12ea2f[_0x40ef66(0x140)](_0x40ef66(0x14e),[_0x5b46a5['configuration'][_0x40ef66(0x153)],_0x37739b]),_0x1f6047=>_0x12ea2f[_0x40ef66(0x140)](_0x40ef66(0x144),[_0x5b46a5,_0x1f6047]))))[_0x40ef66(0x154)](_0x2fda33,_0x2fda33);}),exports[a50_0x40a6dc(0x14a)]=(_0x3a1acb,_0x3a8561,_0x291725,_0x487d62,_0x41881e)=>{const _0x53d7aa=a50_0x40a6dc,_0x73aa51={'WPybJ':'Workers\x20failed\x20to\x20exit\x20gracefully','BUBwF':function(_0xad1f01,_0x3197de){return _0xad1f01(_0x3197de);},'nFDQo':'platform-run-start','QBwly':_0x53d7aa(0x15f),'sWaDq':_0x53d7aa(0x158),'mDDhx':'json','ejcVu':_0x53d7aa(0x12b),'HVrpI':'platform-run-success','kzyxf':_0x53d7aa(0x177),'dmEBZ':function(_0x4e4cff,_0x32d1fb){return _0x4e4cff(_0x32d1fb);}};return new Promise(_0x2107b9=>{const _0x7b6298=_0x53d7aa,_0x253741={'XSOus':_0x73aa51['WPybJ'],'ruSJP':function(_0x22c3c8,_0x4e5ed1){const _0x173266=a50_0x405d;return _0x73aa51[_0x173266(0x175)](_0x22c3c8,_0x4e5ed1);},'bZukn':_0x73aa51[_0x7b6298(0x16f)]},_0x514780=[],_0x458499=new Worker(require[_0x7b6298(0x16d)](_0x73aa51[_0x7b6298(0x133)]),{'exposedMethods':[_0x73aa51[_0x7b6298(0x168)]],'forkOptions':{'serialization':_0x73aa51[_0x7b6298(0x11d)],'stdio':_0x73aa51[_0x7b6298(0x15b)]},'numWorkers':_0x3a1acb['length']||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x73f5da=new Emittery();_0x73f5da['on'](_0x73aa51[_0x7b6298(0x143)],_0x139ac1=>{_0x514780['push']([_0x139ac1[0x0],_0x139ac1[0x1]]);}),_0x73f5da['on'](_0x73aa51[_0x7b6298(0x165)],_0x566d93=>console['log'](_0x566d93[0x1]));_0x458499[_0x7b6298(0x15a)]()&&_0x458499[_0x7b6298(0x15a)]()[_0x7b6298(0x12b)](process[_0x7b6298(0x14c)]);_0x458499[_0x7b6298(0x169)]()&&_0x458499[_0x7b6298(0x169)]()[_0x7b6298(0x12b)](process[_0x7b6298(0x116)]);const _0x4909a9=async()=>{const _0x1edb74=_0x7b6298,{forceExited:_0x31d4b9}=await _0x458499[_0x1edb74(0x155)]();_0x31d4b9&&console[_0x1edb74(0x139)](_0x253741[_0x1edb74(0x128)]),_0x253741[_0x1edb74(0x12c)](_0x2107b9,_0x514780);},_0x586984=_0x73aa51[_0x7b6298(0x15e)](pLimit,_0x3a1acb[_0x7b6298(0x167)]||0x1),_0x2d7173=(_0x43a4d7,_0x2ec9f3)=>_0x586984(async()=>{const _0x337cc6=_0x7b6298;return await _0x73f5da[_0x337cc6(0x140)](_0x253741[_0x337cc6(0x170)],_0x43a4d7),_0x3a8561[_0x337cc6(0x127)]=_0x291725[_0x337cc6(0x142)][_0x2ec9f3],_0x458499[_0x337cc6(0x158)](_0x43a4d7,_0x3a8561,_0x291725,_0x487d62,_0x41881e);});Promise[_0x7b6298(0x11f)](_0x3a1acb['map']((_0x4a66fb,_0x21cfea)=>_0x2d7173(_0x4a66fb,_0x21cfea)['then'](_0x2020f1=>_0x73f5da['emit'](_0x7b6298(0x162),[_0x4a66fb,_0x2020f1]),_0x18239a=>_0x73f5da[_0x7b6298(0x140)](_0x7b6298(0x177),[_0x4a66fb,_0x18239a]))))[_0x7b6298(0x154)](_0x4909a9,_0x4909a9);});},exports[a50_0x40a6dc(0x120)]=(_0x4342e8,_0x24d4dc)=>new Promise(_0xdfbd1b=>{const _0x15a41b=a50_0x40a6dc,_0x1e11c5={'BbPcJ':function(_0x473cfd,_0x34a68e){return _0x473cfd===_0x34a68e;},'iXItj':function(_0x2ec99f,_0x491875){return _0x2ec99f!==_0x491875;},'XoPRE':_0x15a41b(0x118),'aQSVj':_0x15a41b(0x176),'Omvqo':function(_0x4ea5f8,_0x804df5){return _0x4ea5f8(_0x804df5);},'rKekk':_0x15a41b(0x15f),'Ccgts':'vanillaWorker','ekXzw':_0x15a41b(0x119),'AanbG':_0x15a41b(0x12b),'aHWuI':_0x15a41b(0x14e),'XonTh':_0x15a41b(0x144)},_0x24c8f5={},_0x14d918=new Worker(require[_0x15a41b(0x16d)](_0x1e11c5[_0x15a41b(0x16b)]),{'exposedMethods':[_0x1e11c5[_0x15a41b(0x151)]],'forkOptions':{'serialization':_0x1e11c5['ekXzw'],'stdio':_0x1e11c5['AanbG']},'numWorkers':_0x24d4dc,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x43d7d4=new Emittery();_0x43d7d4['on'](_0x1e11c5[_0x15a41b(0x12f)],_0x33c161=>{const _0x8014af=_0x15a41b;_0x33c161[0x0]&&logger[_0x8014af(0x149)](_0x8014af(0x123)+_0x33c161[0x1]+'\x20for',_0x33c161[0x0]);}),_0x43d7d4['on'](_0x1e11c5[_0x15a41b(0x121)],_0x382ced=>{process['exitCode']=0x1;});_0x14d918[_0x15a41b(0x15a)]()&&_0x14d918['getStdout']()[_0x15a41b(0x12b)](process[_0x15a41b(0x14c)]);_0x14d918[_0x15a41b(0x169)]()&&_0x14d918[_0x15a41b(0x169)]()['pipe'](process[_0x15a41b(0x116)]);const _0x5e3599=async()=>{const _0x556c47=_0x15a41b,_0x513105={'PBpOw':function(_0x3676c2,_0x2c5e4d){return _0x1e11c5['BbPcJ'](_0x3676c2,_0x2c5e4d);},'REYCS':function(_0x25ba7c,_0x2c105f){return _0x1e11c5['iXItj'](_0x25ba7c,_0x2c105f);},'JpaDR':_0x1e11c5['XoPRE']};let _0xc35c59=0x0;const _0x297b31=_0x14d918[_0x556c47(0x12a)]['getWorkers'](),_0x1e5c23=()=>{},_0x4ef33c=_0x297b31[_0x556c47(0x13a)](async _0x13faf7=>{const _0x4b7595=_0x556c47;_0x13faf7[_0x4b7595(0x12e)]([0x2,![]],_0x1e5c23,_0x1e5c23,_0x1e5c23),_0x13faf7[_0x4b7595(0x11a)]['on'](_0x513105['JpaDR'],_0x5e6d5b=>{const _0x1abffd=_0x4b7595;_0x513105[_0x1abffd(0x150)](_0xc35c59,0x0)&&_0x513105[_0x1abffd(0x130)](_0x5e6d5b,0x0)&&(_0xc35c59=_0x5e6d5b);}),await _0x13faf7['waitForExit']();});await Promise['all'](_0x4ef33c),process['exitCode']=_0xc35c59;const {forceExited:_0x2c01d9}=await _0x14d918[_0x556c47(0x155)]();_0x2c01d9&&console['error'](_0x1e11c5[_0x556c47(0x152)]),_0x1e11c5[_0x556c47(0x16c)](_0xdfbd1b,_0x24c8f5);},_0x1e4acc=_0x1e11c5['Omvqo'](pLimit,_0x24d4dc),_0xc9d8ff=_0x2dfcd2=>_0x1e4acc(async()=>{const _0x25ec70=_0x15a41b;return _0x14d918[_0x25ec70(0x148)](_0x2dfcd2);});Promise[_0x15a41b(0x11f)](_0x4342e8['map'](_0x49f4f2=>_0xc9d8ff(_0x49f4f2)[_0x15a41b(0x154)](_0xc895c6=>_0x43d7d4[_0x15a41b(0x140)](_0x15a41b(0x14e),[_0x49f4f2[_0x15a41b(0x126)][_0x15a41b(0x153)],_0x49f4f2['configuration'][_0x15a41b(0x163)]]),_0x61ee73=>_0x43d7d4['emit'](_0x15a41b(0x144),[_0x49f4f2,_0x61ee73]))))[_0x15a41b(0x154)](_0x5e3599,_0x5e3599);});
@@ -1 +1 @@
1
- function a51_0x2c98(){const _0x56fa14=['XqCHv','formatter','MhPIS','6QJhSXx','247065wTQMnD','qlqZy','stopMonitoring','../../helpers/performance/performance-tester','RZcCq','Yktyq','configuration','run','runVanillaTest','3278635TYvYVK','../launcher/launcher','1071371fJWSfB','EVENTS','41544dwCfIG','720YeMchA','mocha','end','sLnYP','../../helpers/test-observability/utils','vanilla','328dhtDbO','184869ZyNupZ','runTest','runCucumberTest','mvUgu','GuYek','63702QiQAmc','5996776MoJcnD','startMonitoring','CUErW','cucumber-js','../../helpers/performance/constants','3025sXzAEZ','16xcPEdL'];a51_0x2c98=function(){return _0x56fa14;};return a51_0x2c98();}const a51_0x9490dd=a51_0x4cbb;function a51_0x4cbb(_0x27db44,_0x2dddc3){const _0x2c98c6=a51_0x2c98();return a51_0x4cbb=function(_0x4cbb95,_0x1f2085){_0x4cbb95=_0x4cbb95-0xeb;let _0x1e72fa=_0x2c98c6[_0x4cbb95];return _0x1e72fa;},a51_0x4cbb(_0x27db44,_0x2dddc3);}(function(_0x5d2714,_0x25089e){const _0x20f290=a51_0x4cbb,_0xaa4bdd=_0x5d2714();while(!![]){try{const _0x399cd7=parseInt(_0x20f290(0xfe))/0x1+-parseInt(_0x20f290(0xee))/0x2*(-parseInt(_0x20f290(0x108))/0x3)+parseInt(_0x20f290(0x10e))/0x4+-parseInt(_0x20f290(0xfc))/0x5*(-parseInt(_0x20f290(0xf2))/0x6)+parseInt(_0x20f290(0xf3))/0x7*(-parseInt(_0x20f290(0x107))/0x8)+parseInt(_0x20f290(0x10d))/0x9*(-parseInt(_0x20f290(0x101))/0xa)+parseInt(_0x20f290(0xed))/0xb*(-parseInt(_0x20f290(0x100))/0xc);if(_0x399cd7===_0x25089e)break;else _0xaa4bdd['push'](_0xaa4bdd['shift']());}catch(_0x410c1a){_0xaa4bdd['push'](_0xaa4bdd['shift']());}}}(a51_0x2c98,0xc5e13));const PerformanceEvents=require(a51_0x9490dd(0xec))[a51_0x9490dd(0xff)],PerformanceTester=require(a51_0x9490dd(0xf6)),{sleep}=require(a51_0x9490dd(0x105));exports[a51_0x9490dd(0x109)]=async(_0x467071,_0x222ade)=>{const _0x1c7792=a51_0x9490dd,_0x2de3bc={'sLnYP':function(_0x27c81d,_0x3c66d1){return _0x27c81d(_0x3c66d1);},'hBwqd':_0x1c7792(0xfd),'GuYek':_0x1c7792(0x102),'mvUgu':function(_0x585467,_0x1b3244){return _0x585467(_0x1b3244);}};PerformanceTester[_0x1c7792(0x10f)]();const _0x12df1a=_0x2de3bc[_0x1c7792(0x104)](require,_0x2de3bc['hBwqd']),_0x4c790e=new _0x12df1a(_0x2de3bc[_0x1c7792(0x10c)],_0x467071,_0x222ade),_0xec66ba=await _0x4c790e[_0x1c7792(0xfa)]();return PerformanceTester[_0x1c7792(0x103)](PerformanceEvents['SDK_POST_TEST']),await _0x2de3bc[_0x1c7792(0x10b)](sleep,0x3e8),PerformanceTester[_0x1c7792(0xf5)](),_0xec66ba;},exports[a51_0x9490dd(0x10a)]=async(_0x162783,_0x504e3f,_0x8dbe29,_0x37f792,_0x1a66ba)=>{const _0x3bce81=a51_0x9490dd,_0xa9b192={'RZcCq':function(_0x4bdbc4,_0x241f67){return _0x4bdbc4(_0x241f67);},'Yktyq':'../launcher/launcher','CUErW':_0x3bce81(0xeb)},_0x2122e4={'capability':_0x162783,..._0x504e3f},_0x2b1571={};_0x2b1571[_0x3bce81(0xf9)]=_0x2122e4,_0x2b1571[_0x3bce81(0xf0)]=_0x1a66ba;const _0x19526f=_0x2b1571,_0x596d2f=_0xa9b192[_0x3bce81(0xf7)](require,_0xa9b192[_0x3bce81(0xf8)]),_0xe124a5=new _0x596d2f(_0xa9b192[_0x3bce81(0x110)],_0x19526f,_0x8dbe29,_0x37f792);return await _0xe124a5[_0x3bce81(0xfa)]();},exports[a51_0x9490dd(0xfb)]=async _0x40d3f4=>{const _0x2ee1c8=a51_0x9490dd,_0x112235={'qlqZy':function(_0x535897,_0x4931f5){return _0x535897(_0x4931f5);},'MhPIS':_0x2ee1c8(0xfd),'XqCHv':_0x2ee1c8(0x106)},_0x23bd55=_0x112235[_0x2ee1c8(0xf4)](require,_0x112235[_0x2ee1c8(0xf1)]),_0x29248c=new _0x23bd55(_0x112235[_0x2ee1c8(0xef)],_0x40d3f4);return await _0x29248c['run']();};
1
+ function a51_0x3971(){const _0xebac1f=['bTdKc','ZxmBJ','../../helpers/test-observability/utils','../../helpers/performance/constants','end','XTGDO','../../helpers/performance/performance-tester','stopMonitoring','2130356JMbxUL','startMonitoring','VXQwO','WYPnX','15757wXMoTR','runTest','EVENTS','BhEPI','run','1166308UlsiFf','2776GYYoyF','dAOxX','2431422PVQTrD','682201obEMim','3370575YAnFyZ','3402246TNnBwV','cucumber-js','../launcher/launcher','iHfYH'];a51_0x3971=function(){return _0xebac1f;};return a51_0x3971();}function a51_0x3e66(_0x1ad981,_0x43d261){const _0x3971da=a51_0x3971();return a51_0x3e66=function(_0x3e6644,_0x3c45c7){_0x3e6644=_0x3e6644-0x1bf;let _0x929c49=_0x3971da[_0x3e6644];return _0x929c49;},a51_0x3e66(_0x1ad981,_0x43d261);}const a51_0x4fe881=a51_0x3e66;(function(_0x28712a,_0x50fc85){const _0x346045=a51_0x3e66,_0x392f7f=_0x28712a();while(!![]){try{const _0x3dfaf7=-parseInt(_0x346045(0x1c6))/0x1+parseInt(_0x346045(0x1d4))/0x2+-parseInt(_0x346045(0x1c5))/0x3+parseInt(_0x346045(0x1c2))/0x4+-parseInt(_0x346045(0x1c7))/0x5+parseInt(_0x346045(0x1c8))/0x6+parseInt(_0x346045(0x1d8))/0x7*(parseInt(_0x346045(0x1c3))/0x8);if(_0x3dfaf7===_0x50fc85)break;else _0x392f7f['push'](_0x392f7f['shift']());}catch(_0x1a04be){_0x392f7f['push'](_0x392f7f['shift']());}}}(a51_0x3971,0x835f7));const PerformanceEvents=require(a51_0x4fe881(0x1cf))[a51_0x4fe881(0x1bf)],PerformanceTester=require(a51_0x4fe881(0x1d2)),{sleep}=require(a51_0x4fe881(0x1ce));exports[a51_0x4fe881(0x1d9)]=async(_0xc678a4,_0x364ac1)=>{const _0x43bea4=a51_0x4fe881,_0x2a75a9={'qHcCG':function(_0x33e24a,_0x268d73){return _0x33e24a(_0x268d73);},'AToIZ':_0x43bea4(0x1ca),'XTGDO':'mocha','BhEPI':function(_0x5140b8,_0x505bca){return _0x5140b8(_0x505bca);}};PerformanceTester[_0x43bea4(0x1d5)]();const _0x38e34b=_0x2a75a9['qHcCG'](require,_0x2a75a9['AToIZ']),_0x11b9d9=new _0x38e34b(_0x2a75a9[_0x43bea4(0x1d1)],_0xc678a4,_0x364ac1),_0x56a8dc=await _0x11b9d9[_0x43bea4(0x1c1)]();return PerformanceTester[_0x43bea4(0x1d0)](PerformanceEvents['SDK_POST_TEST']),await _0x2a75a9[_0x43bea4(0x1c0)](sleep,0x3e8),PerformanceTester[_0x43bea4(0x1d3)](),_0x56a8dc;},exports['runCucumberTest']=async(_0x45c605,_0x5b6ce6,_0x17460b,_0x53d0c9,_0x155dc8)=>{const _0xdab5d9=a51_0x4fe881,_0x1fd0c1={'iHfYH':function(_0x1a2fb1,_0x271a7e){return _0x1a2fb1(_0x271a7e);},'ZxmBJ':_0xdab5d9(0x1ca),'dAOxX':_0xdab5d9(0x1c9)},_0x30793a={'capability':_0x45c605,..._0x5b6ce6},_0x5ad7ed={};_0x5ad7ed['configuration']=_0x30793a,_0x5ad7ed['formatter']=_0x155dc8;const _0xd7a02e=_0x5ad7ed,_0x52eb53=_0x1fd0c1[_0xdab5d9(0x1cb)](require,_0x1fd0c1[_0xdab5d9(0x1cd)]),_0x406dac=new _0x52eb53(_0x1fd0c1[_0xdab5d9(0x1c4)],_0xd7a02e,_0x17460b,_0x53d0c9);return await _0x406dac['run']();},exports['runVanillaTest']=async _0x4771c5=>{const _0x581620=a51_0x4fe881,_0x4de1b3={'VXQwO':function(_0x1433d8,_0x39b85f){return _0x1433d8(_0x39b85f);},'bTdKc':_0x581620(0x1ca),'WYPnX':'vanilla'},_0x12edf5=_0x4de1b3[_0x581620(0x1d6)](require,_0x4de1b3[_0x581620(0x1cc)]),_0xf1002a=new _0x12edf5(_0x4de1b3[_0x581620(0x1d7)],_0x4771c5);return await _0xf1002a['run']();};
@@ -1 +1 @@
1
- function a52_0x40ad(){const _0x507407=['vanillaWorker','350829WenMRh','480ZLzEhC','NHEnT','213723IBeMvp','430050YlrxGh','367780EPgrRY','10059QWLoMa','cucumberWorker','2638188MvzVde','worker','985385jsMIOz','TSvUi','128AwCMiv','./runTest'];a52_0x40ad=function(){return _0x507407;};return a52_0x40ad();}const a52_0x403e17=a52_0xa5c8;(function(_0x3608b0,_0x330d72){const _0x47606a=a52_0xa5c8,_0x5cfad6=_0x3608b0();while(!![]){try{const _0x425be6=-parseInt(_0x47606a(0x18b))/0x1+parseInt(_0x47606a(0x190))/0x2+-parseInt(_0x47606a(0x191))/0x3*(parseInt(_0x47606a(0x18c))/0x4)+parseInt(_0x47606a(0x186))/0x5+-parseInt(_0x47606a(0x18f))/0x6+parseInt(_0x47606a(0x193))/0x7+parseInt(_0x47606a(0x188))/0x8*(parseInt(_0x47606a(0x18e))/0x9);if(_0x425be6===_0x330d72)break;else _0x5cfad6['push'](_0x5cfad6['shift']());}catch(_0x186474){_0x5cfad6['push'](_0x5cfad6['shift']());}}}(a52_0x40ad,0x4c66b));function a52_0xa5c8(_0x34f737,_0x58b46e){const _0x40adfc=a52_0x40ad();return a52_0xa5c8=function(_0xa5c886,_0x4128ec){_0xa5c886=_0xa5c886-0x185;let _0x554225=_0x40adfc[_0xa5c886];return _0x554225;},a52_0xa5c8(_0x34f737,_0x58b46e);}const {runTest,runCucumberTest,runVanillaTest}=require(a52_0x403e17(0x189));exports[a52_0x403e17(0x185)]=async(_0x8a395e,_0x1c94ba)=>{const _0x475104=a52_0x403e17,_0x4596d6={'TSvUi':function(_0x4a3631,_0x41649e,_0x61ae0e){return _0x4a3631(_0x41649e,_0x61ae0e);}};return await _0x4596d6[_0x475104(0x187)](runTest,_0x8a395e,_0x1c94ba);},exports[a52_0x403e17(0x192)]=async(_0x2ed8c8,_0x401de7,_0x7200c6,_0x25a660,_0x2b7c51)=>{const _0x3ee38d=a52_0x403e17,_0x1b4fa0={'NHEnT':function(_0x525a99,_0x1709f3,_0x17f202,_0x28b249,_0x147c95,_0x10861d){return _0x525a99(_0x1709f3,_0x17f202,_0x28b249,_0x147c95,_0x10861d);}};return await _0x1b4fa0[_0x3ee38d(0x18d)](runCucumberTest,_0x2ed8c8,_0x401de7,_0x7200c6,_0x25a660,_0x2b7c51);},exports[a52_0x403e17(0x18a)]=async _0x4134b8=>{const _0x1814d6={'qVoEU':function(_0x435f87,_0x1270ff){return _0x435f87(_0x1270ff);}};return await _0x1814d6['qVoEU'](runVanillaTest,_0x4134b8);};
1
+ const a52_0x549c97=a52_0x3257;function a52_0x3dfa(){const _0x167801=['5oSRMyu','UcUVe','14LnPaDb','4TSLVJw','5970184yBSqOY','43188gRdmpk','cucumberWorker','worker','208596ZkPYRx','103534brdGYB','11eGliEE','FpObk','vanillaWorker','24147AThQui','2353ZXeJxS','eVfHS','1129096ObxtrL','344637JwXVft','2290iZmAaq'];a52_0x3dfa=function(){return _0x167801;};return a52_0x3dfa();}function a52_0x3257(_0x24d58a,_0x5e46a7){const _0x3dfae3=a52_0x3dfa();return a52_0x3257=function(_0x325737,_0xb9a225){_0x325737=_0x325737-0xb3;let _0x5110c9=_0x3dfae3[_0x325737];return _0x5110c9;},a52_0x3257(_0x24d58a,_0x5e46a7);}(function(_0x15614b,_0x48228a){const _0x441b8b=a52_0x3257,_0x33bf39=_0x15614b();while(!![]){try{const _0x1f1486=-parseInt(_0x441b8b(0xbd))/0x1*(-parseInt(_0x441b8b(0xbc))/0x2)+parseInt(_0x441b8b(0xc4))/0x3*(parseInt(_0x441b8b(0xb6))/0x4)+-parseInt(_0x441b8b(0xb3))/0x5*(-parseInt(_0x441b8b(0xbb))/0x6)+parseInt(_0x441b8b(0xb5))/0x7*(parseInt(_0x441b8b(0xc3))/0x8)+-parseInt(_0x441b8b(0xc0))/0x9*(parseInt(_0x441b8b(0xc5))/0xa)+-parseInt(_0x441b8b(0xb7))/0xb+parseInt(_0x441b8b(0xb8))/0xc*(parseInt(_0x441b8b(0xc1))/0xd);if(_0x1f1486===_0x48228a)break;else _0x33bf39['push'](_0x33bf39['shift']());}catch(_0x3586be){_0x33bf39['push'](_0x33bf39['shift']());}}}(a52_0x3dfa,0x79008));const {runTest,runCucumberTest,runVanillaTest}=require('./runTest');exports[a52_0x549c97(0xba)]=async(_0x13af14,_0x54b9c5)=>{const _0x43a20b=a52_0x549c97,_0x20d20e={'FpObk':function(_0x35d3cc,_0x1b8a68,_0x2e7ae4){return _0x35d3cc(_0x1b8a68,_0x2e7ae4);}};return await _0x20d20e[_0x43a20b(0xbe)](runTest,_0x13af14,_0x54b9c5);},exports[a52_0x549c97(0xb9)]=async(_0x3668dc,_0x513724,_0xe50af1,_0x23bf2e,_0x4284c1)=>{const _0x5bf55b=a52_0x549c97,_0x1249b1={'UcUVe':function(_0x1bad3e,_0x117b51,_0x42e10f,_0x2ea78f,_0x2d5fca,_0xe555bf){return _0x1bad3e(_0x117b51,_0x42e10f,_0x2ea78f,_0x2d5fca,_0xe555bf);}};return await _0x1249b1[_0x5bf55b(0xb4)](runCucumberTest,_0x3668dc,_0x513724,_0xe50af1,_0x23bf2e,_0x4284c1);},exports[a52_0x549c97(0xbf)]=async _0x8496b1=>{const _0x24df41=a52_0x549c97,_0x469c64={'eVfHS':function(_0x484e04,_0x42b680){return _0x484e04(_0x42b680);}};return await _0x469c64[_0x24df41(0xc2)](runVanillaTest,_0x8496b1);};
@@ -1 +1 @@
1
- const a53_0x4688dc=a53_0x39a9;function a53_0x1d80(){const _0x5d170f=['tBTDo','./sharedUtils','ICmaH','DUQdO','automate','oienv','FygZl','cdp','CrdUD','getAutomateSessionStatusAPIUrl','getAppAutomateSessionStatusAPIUrl','getAppAutomateSessionsListAPIUrl','nvWGE','getAutomateSessionsListAPIUrl','PLAYWRIGHT_HUB_URL','APP_UPLOAD_URL','xhbwn','LbgMW','9qrbAOT','OBSERVABILITY_UPLOAD_URL','363147pDAPqV','IvIqP','4962QnfvgN','tTPaM','exports','XaPWR','replace','fRBuE','396559aqyJAk','OdCrX','YtDmv','MeBDq','19548RMXjvP','DBwuL','kFZbJ','foZlM','xBZiT','rCGAp','blISO','BszsS','api','jzZKL','XRqCn','observability','XTwXN','edsInstrumentation','GcPrp','wOfbh','fOFlu','bvYre','ZOVxe','jlUFf','getAutoCaptureLogsAPIUrl','getAutomateSessionNameAPIUrl','mlgLe','XrjVX','endsWith','hjTKY','EDS_URL','8990KOJWsH','QDobY','EwFIL','EoGts','1176PmmrTC','apis','ltBHP','gmwQb','GUCJl','qAJgF','../v2/browserstackCLI','370BlSQwN','hyEHJ','mjzTQ','vNBrl','3377NYecRu','xAQUh','HXmji','VLIZr','Hurlf','1455472HKcsor','MyinM','wgwpQ','appAutomate','nFJQb','PqMXY','upload','getConfig','DVSmc','getInstance','5740632phgavN','EhCBp','getAppAutomateSessionNameAPIUrl','toString','xVgig','wss:','BROWSERSTACK_API_URL','2quRAKk','getBStackAPIUrl'];a53_0x1d80=function(){return _0x5d170f;};return a53_0x1d80();}(function(_0x926f9b,_0x240ad5){const _0x4aa020=a53_0x39a9,_0x3ed2a5=_0x926f9b();while(!![]){try{const _0x209557=parseInt(_0x4aa020(0x1b6))/0x1*(parseInt(_0x4aa020(0x198))/0x2)+parseInt(_0x4aa020(0x1ae))/0x3+-parseInt(_0x4aa020(0x1ba))/0x4*(parseInt(_0x4aa020(0x17e))/0x5)+-parseInt(_0x4aa020(0x1b0))/0x6*(parseInt(_0x4aa020(0x177))/0x7)+parseInt(_0x4aa020(0x187))/0x8*(parseInt(_0x4aa020(0x1ac))/0x9)+parseInt(_0x4aa020(0x173))/0xa*(-parseInt(_0x4aa020(0x182))/0xb)+parseInt(_0x4aa020(0x191))/0xc;if(_0x209557===_0x240ad5)break;else _0x3ed2a5['push'](_0x3ed2a5['shift']());}catch(_0x556473){_0x3ed2a5['push'](_0x3ed2a5['shift']());}}}(a53_0x1d80,0x61fd1));const constants=require('./constants'),{nestedKeyValue}=require(a53_0x4688dc(0x19b)),getBrowserstackCLI=()=>{const _0x13afe8=a53_0x4688dc,_0x277b3b={'GcPrp':function(_0x5dbba5,_0x4255ec){return _0x5dbba5(_0x4255ec);},'qAJgF':_0x13afe8(0x17d)};return _0x277b3b[_0x13afe8(0x1c8)](require,_0x277b3b[_0x13afe8(0x17c)]);};function a53_0x39a9(_0x184f4e,_0x2a1854){const _0x1d80cb=a53_0x1d80();return a53_0x39a9=function(_0x39a9dd,_0x2f030f){_0x39a9dd=_0x39a9dd-0x16b;let _0x1f8864=_0x1d80cb[_0x39a9dd];return _0x1f8864;},a53_0x39a9(_0x184f4e,_0x2a1854);}class APIUtilityMethods{static[a53_0x4688dc(0x199)](_0x55e729){const _0x14698f=a53_0x4688dc,_0x506ea8={'GMYsx':function(_0x3e0a07){return _0x3e0a07();},'CrdUD':function(_0x4909da,_0x2c9988,_0x267b25){return _0x4909da(_0x2c9988,_0x267b25);},'mlgLe':_0x14698f(0x178),'ZLqzr':_0x14698f(0x19e),'xAQUh':_0x14698f(0x1c2),'hjTKY':function(_0x1449d8,_0x48e87a){return _0x1449d8===_0x48e87a;},'fOFlu':function(_0x46969e,_0x190a9){return _0x46969e+_0x190a9;}},_0x20dd13=_0x506ea8['GMYsx'](getBrowserstackCLI),_0xb104c9=_0x506ea8[_0x14698f(0x1a2)](nestedKeyValue,_0x20dd13[_0x14698f(0x190)]()['getConfig'](),[_0x506ea8[_0x14698f(0x16e)],_0x506ea8['ZLqzr'],_0x506ea8[_0x14698f(0x183)]])||constants[_0x14698f(0x197)];if(!_0x55e729||_0x506ea8[_0x14698f(0x171)](_0x55e729,''))return _0xb104c9;const _0x26cdd6=_0xb104c9[_0x14698f(0x170)]('/')?_0xb104c9:_0x506ea8[_0x14698f(0x1ca)](_0xb104c9,'/');return new URL(_0x55e729,_0x26cdd6)['toString']();}static['getEdsInstrumentationAPIUrl'](_0xae9670){const _0xf25cea=a53_0x4688dc,_0x2abefb={'jzZKL':function(_0x145b4a){return _0x145b4a();},'oienv':function(_0x1d8245,_0x141e62,_0x42820b){return _0x1d8245(_0x141e62,_0x42820b);},'Masdy':_0xf25cea(0x178),'ZOVxe':_0xf25cea(0x1c7),'DVSmc':_0xf25cea(0x1c2),'EhCBp':function(_0x4951a2,_0x47a183){return _0x4951a2===_0x47a183;},'MLQJl':function(_0x41ce76,_0x39d915){return _0x41ce76+_0x39d915;}},_0x188555=_0x2abefb[_0xf25cea(0x1c3)](getBrowserstackCLI),_0x19993e=_0x2abefb[_0xf25cea(0x19f)](nestedKeyValue,_0x188555[_0xf25cea(0x190)]()[_0xf25cea(0x18e)](),[_0x2abefb['Masdy'],_0x2abefb[_0xf25cea(0x1cc)],_0x2abefb[_0xf25cea(0x18f)]])||constants[_0xf25cea(0x172)];if(!_0xae9670||_0x2abefb[_0xf25cea(0x192)](_0xae9670,''))return _0x19993e;const _0x534bc7=_0x19993e[_0xf25cea(0x170)]('/')?_0x19993e:_0x2abefb['MLQJl'](_0x19993e,'/');return new URL(_0xae9670,_0x534bc7)[_0xf25cea(0x194)]();}static[a53_0x4688dc(0x1a3)](_0x4d61cc){const _0x3749f0=a53_0x4688dc,_0x59c33f={'jlUFf':function(_0x1c39c6){return _0x1c39c6();},'DUQdO':function(_0x2a6b07,_0x5b2b84,_0x4ce5e6){return _0x2a6b07(_0x5b2b84,_0x4ce5e6);},'PqMXY':_0x3749f0(0x178),'XTwXN':_0x3749f0(0x19e),'iKiyy':_0x3749f0(0x1c2),'gVWqk':function(_0x300160,_0xee7f4d){return _0x300160===_0xee7f4d;},'Badyp':function(_0x3a64f1,_0x564d24){return _0x3a64f1+_0x564d24;}},_0x8f1b4a=_0x59c33f[_0x3749f0(0x16b)](getBrowserstackCLI),_0x1c457c=_0x59c33f[_0x3749f0(0x19d)](nestedKeyValue,_0x8f1b4a[_0x3749f0(0x190)]()['getConfig'](),[_0x59c33f[_0x3749f0(0x18c)],_0x59c33f[_0x3749f0(0x1c6)],_0x59c33f['iKiyy']])||constants[_0x3749f0(0x197)];if(!_0x4d61cc||_0x59c33f['gVWqk'](_0x4d61cc,''))return _0x1c457c;const _0x11ef6e=_0x1c457c[_0x3749f0(0x170)]('/')?_0x1c457c:_0x59c33f['Badyp'](_0x1c457c,'/');return new URL(_0x4d61cc,_0x11ef6e)[_0x3749f0(0x194)]();}static[a53_0x4688dc(0x1a4)](_0x491162){const _0x26d432=a53_0x4688dc,_0x15336d={'kHEWc':function(_0x278810){return _0x278810();},'HXmji':function(_0x5df8f9,_0x4a7166,_0x48fe84){return _0x5df8f9(_0x4a7166,_0x48fe84);},'XRqCn':'apis','rCGAp':'appAutomate','nvWGE':'api','BszsS':function(_0x99bc1b,_0x24c291){return _0x99bc1b===_0x24c291;},'hyEHJ':function(_0x2027a4,_0x5d19ff){return _0x2027a4+_0x5d19ff;}},_0x4b10ed=_0x15336d['kHEWc'](getBrowserstackCLI),_0x20a7a5=_0x15336d[_0x26d432(0x184)](nestedKeyValue,_0x4b10ed['getInstance']()['getConfig'](),[_0x15336d[_0x26d432(0x1c4)],_0x15336d[_0x26d432(0x1bf)],_0x15336d[_0x26d432(0x1a6)]])||constants[_0x26d432(0x197)];if(!_0x491162||_0x15336d[_0x26d432(0x1c1)](_0x491162,''))return _0x20a7a5;const _0x488f5c=_0x20a7a5[_0x26d432(0x170)]('/')?_0x20a7a5:_0x15336d[_0x26d432(0x17f)](_0x20a7a5,'/');return new URL(_0x491162,_0x488f5c)[_0x26d432(0x194)]();}static[a53_0x4688dc(0x16d)](_0xad7c5d){const _0x4a816d=a53_0x4688dc,_0x2792c4={'KpAsW':function(_0x19091c){return _0x19091c();},'kFZbJ':function(_0x51ac89,_0x346d4f,_0x28afe4){return _0x51ac89(_0x346d4f,_0x28afe4);},'GUCJl':_0x4a816d(0x178),'MeBDq':_0x4a816d(0x19e),'wgwpQ':_0x4a816d(0x1c2),'QDobY':function(_0x3bd40b,_0x511714){return _0x3bd40b===_0x511714;},'MACiX':function(_0x19799e,_0xb23b7c){return _0x19799e+_0xb23b7c;}},_0x210336=_0x2792c4['KpAsW'](getBrowserstackCLI),_0x351226=_0x2792c4[_0x4a816d(0x1bc)](nestedKeyValue,_0x210336['getInstance']()['getConfig'](),[_0x2792c4[_0x4a816d(0x17b)],_0x2792c4[_0x4a816d(0x1b9)],_0x2792c4[_0x4a816d(0x189)]])||constants[_0x4a816d(0x197)];if(!_0xad7c5d||_0x2792c4[_0x4a816d(0x174)](_0xad7c5d,''))return _0x351226;const _0x587e2c=_0x351226[_0x4a816d(0x170)]('/')?_0x351226:_0x2792c4['MACiX'](_0x351226,'/');return new URL(_0xad7c5d,_0x587e2c)['toString']();}static[a53_0x4688dc(0x193)](_0x4edd9c){const _0x8c55d0=a53_0x4688dc,_0x5984bb={'VLIZr':function(_0x11cb42){return _0x11cb42();},'vNBrl':function(_0xb69812,_0x46a3d1,_0x1164db){return _0xb69812(_0x46a3d1,_0x1164db);},'skWAi':_0x8c55d0(0x178),'gmwQb':_0x8c55d0(0x18a),'tBTDo':_0x8c55d0(0x1c2),'EoGts':function(_0x343d24,_0x302258){return _0x343d24===_0x302258;},'nFJQb':function(_0x5ab584,_0x2fb2f9){return _0x5ab584+_0x2fb2f9;}},_0xb14ecc=_0x5984bb[_0x8c55d0(0x185)](getBrowserstackCLI),_0x581988=_0x5984bb[_0x8c55d0(0x181)](nestedKeyValue,_0xb14ecc[_0x8c55d0(0x190)]()[_0x8c55d0(0x18e)](),[_0x5984bb['skWAi'],_0x5984bb[_0x8c55d0(0x17a)],_0x5984bb[_0x8c55d0(0x19a)]])||constants[_0x8c55d0(0x197)];if(!_0x4edd9c||_0x5984bb[_0x8c55d0(0x176)](_0x4edd9c,''))return _0x581988;const _0x2a6752=_0x581988['endsWith']('/')?_0x581988:_0x5984bb[_0x8c55d0(0x18b)](_0x581988,'/');return new URL(_0x4edd9c,_0x2a6752)[_0x8c55d0(0x194)]();}static[a53_0x4688dc(0x1a7)](_0x1adcc5){const _0x43f1ed=a53_0x4688dc,_0x94352={'GXPBJ':function(_0x43c3c3){return _0x43c3c3();},'EwFIL':function(_0x1c4388,_0x583454,_0x581571){return _0x1c4388(_0x583454,_0x581571);},'MyinM':_0x43f1ed(0x178),'xhbwn':_0x43f1ed(0x19e),'FygZl':_0x43f1ed(0x1c2),'xVgig':function(_0x1ca055,_0x49fb5f){return _0x1ca055===_0x49fb5f;},'ltBHP':function(_0x2204f8,_0x3a7527){return _0x2204f8+_0x3a7527;}},_0x120547=_0x94352['GXPBJ'](getBrowserstackCLI),_0x4c2809=_0x94352[_0x43f1ed(0x175)](nestedKeyValue,_0x120547[_0x43f1ed(0x190)]()[_0x43f1ed(0x18e)](),[_0x94352[_0x43f1ed(0x188)],_0x94352[_0x43f1ed(0x1aa)],_0x94352[_0x43f1ed(0x1a0)]])||constants['BROWSERSTACK_API_URL'];if(!_0x1adcc5||_0x94352[_0x43f1ed(0x195)](_0x1adcc5,''))return _0x4c2809;const _0x8f6259=_0x4c2809[_0x43f1ed(0x170)]('/')?_0x4c2809:_0x94352[_0x43f1ed(0x179)](_0x4c2809,'/');return new URL(_0x1adcc5,_0x8f6259)[_0x43f1ed(0x194)]()[_0x43f1ed(0x1b4)](/^https?:\/\//,'');}static[a53_0x4688dc(0x1a5)](_0x32d870){const _0x3f85a6=a53_0x4688dc,_0x18fb32={'LbgMW':function(_0x330ee9){return _0x330ee9();},'ICmaH':function(_0x3e64de,_0x55e953,_0x4d918d){return _0x3e64de(_0x55e953,_0x4d918d);},'OdCrX':_0x3f85a6(0x178),'blISO':_0x3f85a6(0x18a),'BvwFo':_0x3f85a6(0x1c2),'YtDmv':function(_0x210ed2,_0x49a421){return _0x210ed2===_0x49a421;},'yYagM':function(_0x53d33f,_0x13903c){return _0x53d33f+_0x13903c;}},_0x492805=_0x18fb32[_0x3f85a6(0x1ab)](getBrowserstackCLI),_0x3a5ff2=_0x18fb32[_0x3f85a6(0x19c)](nestedKeyValue,_0x492805[_0x3f85a6(0x190)]()[_0x3f85a6(0x18e)](),[_0x18fb32[_0x3f85a6(0x1b7)],_0x18fb32[_0x3f85a6(0x1c0)],_0x18fb32['BvwFo']])||constants[_0x3f85a6(0x1a9)];if(!_0x32d870||_0x18fb32[_0x3f85a6(0x1b8)](_0x32d870,''))return _0x3a5ff2;const _0x53649b=_0x3a5ff2['endsWith']('/')?_0x3a5ff2:_0x18fb32['yYagM'](_0x3a5ff2,'/');return new URL(_0x32d870,_0x53649b)[_0x3f85a6(0x194)]()[_0x3f85a6(0x1b4)](/^https?:\/\//,'');}static[a53_0x4688dc(0x16c)](_0x4a4d02){const _0x4ae376=a53_0x4688dc,_0x2bc720={'XrjVX':function(_0x1a82cf){return _0x1a82cf();},'bvYre':function(_0x20619f,_0x11dd9e,_0x5ef341){return _0x20619f(_0x11dd9e,_0x5ef341);},'hZVxP':_0x4ae376(0x178),'IvIqP':_0x4ae376(0x1c5),'Hurlf':_0x4ae376(0x18d),'xBZiT':function(_0x419928,_0x30f070){return _0x419928===_0x30f070;},'tTPaM':function(_0x3bdebc,_0xc89c3a){return _0x3bdebc+_0xc89c3a;}},_0x3462d7=_0x2bc720[_0x4ae376(0x16f)](getBrowserstackCLI),_0x41f831=_0x2bc720[_0x4ae376(0x1cb)](nestedKeyValue,_0x3462d7[_0x4ae376(0x190)]()['getConfig'](),[_0x2bc720['hZVxP'],_0x2bc720[_0x4ae376(0x1af)],_0x2bc720[_0x4ae376(0x186)]])||constants[_0x4ae376(0x1ad)];if(!_0x4a4d02||_0x2bc720[_0x4ae376(0x1be)](_0x4a4d02,''))return _0x41f831;const _0x5f2b66=_0x41f831['endsWith']('/')?_0x41f831:_0x2bc720[_0x4ae376(0x1b1)](_0x41f831,'/');return new URL(_0x4a4d02,_0x5f2b66)[_0x4ae376(0x194)]();}static['getPlaywrightHubUrl'](_0x2d3a70){const _0x159e36=a53_0x4688dc,_0x54686b={'mjzTQ':function(_0x3e4e7b){return _0x3e4e7b();},'fRBuE':function(_0x2fe654,_0x2f7a33,_0x5e0571){return _0x2fe654(_0x2f7a33,_0x5e0571);},'wOfbh':_0x159e36(0x178),'gcOtW':'automate','jcOoF':_0x159e36(0x1a1),'foZlM':_0x159e36(0x196),'DBwuL':function(_0x44a1f2,_0x5c805e){return _0x44a1f2===_0x5c805e;},'AlLMp':function(_0xaaee0d,_0x1efac9){return _0xaaee0d+_0x1efac9;},'XaPWR':'/playwright?caps='},_0x1043b2=_0x54686b[_0x159e36(0x180)](getBrowserstackCLI),_0x4b33bc=_0x54686b[_0x159e36(0x1b5)](nestedKeyValue,_0x1043b2['getInstance']()[_0x159e36(0x18e)](),[_0x54686b[_0x159e36(0x1c9)],_0x54686b['gcOtW'],_0x54686b['jcOoF']]),_0x556ebd=(_0x4b33bc?_0x4b33bc[_0x159e36(0x1b4)](/^https:/,_0x54686b[_0x159e36(0x1bd)]):null)||constants[_0x159e36(0x1a8)];let _0xbd8f33;if(!_0x2d3a70||_0x54686b[_0x159e36(0x1bb)](_0x2d3a70,''))_0xbd8f33=_0x556ebd;else{const _0x149b2b=_0x556ebd[_0x159e36(0x170)]('/')?_0x556ebd:_0x54686b['AlLMp'](_0x556ebd,'/');_0xbd8f33=new URL(_0x2d3a70,_0x149b2b)['toString']();}return!_0xbd8f33[_0x159e36(0x170)](_0x54686b[_0x159e36(0x1b3)])&&(_0xbd8f33+=_0x54686b[_0x159e36(0x1b3)]),_0xbd8f33;}}module[a53_0x4688dc(0x1b2)]=APIUtilityMethods;
1
+ function a53_0x3037(){const _0x1cac9a=['igcXm','225242nHhQMb','xPuSA','upload','BlpXD','BtkhS','13336320YdqjKt','getAutomateSessionsListAPIUrl','CdiBZ','wss:','3526636OjgSsw','OvkkD','cFeEi','XMOxc','bPQrw','YeANU','udEXe','apis','eDrlT','wdYao','CWDtM','stNJM','LAVcA','sKDgs','eIdKN','FStYr','pZZjr','getAutomateSessionNameAPIUrl','endsWith','../v2/browserstackCLI','BROWSERSTACK_API_URL','653145TGLFmZ','1006645RoQujM','iVtUw','cdp','bRrsC','AKELM','imPJH','hvJRQ','APP_UPLOAD_URL','indoE','kZIiR','tLoXZ','Svxvc','CgjjC','ZUmqg','yhfLL','SldsZ','edsInstrumentation','KCpZn','DEbOK','PJpEv','ZiolF','TbzRX','30LvnHNF','dpyLZ','getPlaywrightHubUrl','api','584360tmIUQz','zDTHA','getAppAutomateSessionStatusAPIUrl','getBStackAPIUrl','toString','lZnEn','FHazK','awvae','bOlCJ','automate','oFQtb','observability','replace','wpGNu','getAutoCaptureLogsAPIUrl','UNxZQ','frLUA','SRMaz','getAutomateSessionStatusAPIUrl','Ntpoh','NXOVB','Ussvy','OjtXs','OBSERVABILITY_UPLOAD_URL','Lkvlc','EDS_URL','RGrRX','getInstance','appAutomate','lekoj','PLAYWRIGHT_HUB_URL','LctRO','113046VuIVZr','getConfig','viWlX','dQFhZ','wHASW','EBYan'];a53_0x3037=function(){return _0x1cac9a;};return a53_0x3037();}const a53_0x5bc79a=a53_0x2130;function a53_0x2130(_0x1f83e1,_0x529422){const _0x303793=a53_0x3037();return a53_0x2130=function(_0x21309b,_0x1651fa){_0x21309b=_0x21309b-0x9d;let _0x5058e=_0x303793[_0x21309b];return _0x5058e;},a53_0x2130(_0x1f83e1,_0x529422);}(function(_0x192119,_0x30c2a1){const _0x3a08f9=a53_0x2130,_0x30e229=_0x192119();while(!![]){try{const _0x39bf1e=parseInt(_0x3a08f9(0xf2))/0x1+-parseInt(_0x3a08f9(0xeb))/0x2+parseInt(_0x3a08f9(0xb0))/0x3+parseInt(_0x3a08f9(0xfb))/0x4+parseInt(_0x3a08f9(0xb1))/0x5*(parseInt(_0x3a08f9(0xc7))/0x6)+-parseInt(_0x3a08f9(0xcb))/0x7+-parseInt(_0x3a08f9(0xf7))/0x8;if(_0x39bf1e===_0x30c2a1)break;else _0x30e229['push'](_0x30e229['shift']());}catch(_0x261f6d){_0x30e229['push'](_0x30e229['shift']());}}}(a53_0x3037,0x7ffba));const constants=require('./constants'),{nestedKeyValue}=require('./sharedUtils'),getBrowserstackCLI=()=>{const _0x5c038b=a53_0x2130,_0x3ebfdc={'lekoj':function(_0x84ba85,_0x296ece){return _0x84ba85(_0x296ece);},'CdiBZ':_0x5c038b(0xae)};return _0x3ebfdc[_0x5c038b(0xe8)](require,_0x3ebfdc[_0x5c038b(0xf9)]);};class APIUtilityMethods{static[a53_0x5bc79a(0xce)](_0x278813){const _0x31dbfd=a53_0x5bc79a,_0x7970a2={'Ussvy':function(_0x38e247){return _0x38e247();},'FHazK':function(_0x1012c8,_0x1a232e,_0x1dfb0d){return _0x1012c8(_0x1a232e,_0x1dfb0d);},'HoOdA':_0x31dbfd(0xa2),'LAVcA':_0x31dbfd(0xd4),'hvJRQ':_0x31dbfd(0xca),'zDTHA':function(_0x443208,_0x1d23c2){return _0x443208===_0x1d23c2;},'Lkvlc':function(_0x1658bc,_0x677771){return _0x1658bc+_0x677771;}},_0x59b179=_0x7970a2[_0x31dbfd(0xe0)](getBrowserstackCLI),_0x57524e=_0x7970a2[_0x31dbfd(0xd1)](nestedKeyValue,_0x59b179[_0x31dbfd(0xe6)]()[_0x31dbfd(0xec)](),[_0x7970a2['HoOdA'],_0x7970a2[_0x31dbfd(0xa7)],_0x7970a2[_0x31dbfd(0xb7)]])||constants[_0x31dbfd(0xaf)];if(!_0x278813||_0x7970a2[_0x31dbfd(0xcc)](_0x278813,''))return _0x57524e;const _0xaed6b1=_0x57524e['endsWith']('/')?_0x57524e:_0x7970a2[_0x31dbfd(0xe3)](_0x57524e,'/');return new URL(_0x278813,_0xaed6b1)['toString']();}static['getEdsInstrumentationAPIUrl'](_0x2c695a){const _0x16dd98=a53_0x5bc79a,_0x2f6313={'uVFoi':function(_0x4d73f4){return _0x4d73f4();},'wHASW':function(_0x17b423,_0x1980ce,_0x4d3fa6){return _0x17b423(_0x1980ce,_0x4d3fa6);},'PJpEv':_0x16dd98(0xa2),'frLUA':_0x16dd98(0xc1),'wpGNu':'api','VPVbt':function(_0x54790c,_0x3c419b){return _0x54790c===_0x3c419b;},'Svxvc':function(_0x2d0d34,_0x1e6ac0){return _0x2d0d34+_0x1e6ac0;}},_0x1aeb42=_0x2f6313['uVFoi'](getBrowserstackCLI),_0x4c15a9=_0x2f6313[_0x16dd98(0xef)](nestedKeyValue,_0x1aeb42[_0x16dd98(0xe6)]()[_0x16dd98(0xec)](),[_0x2f6313[_0x16dd98(0xc4)],_0x2f6313[_0x16dd98(0xdb)],_0x2f6313[_0x16dd98(0xd8)]])||constants[_0x16dd98(0xe4)];if(!_0x2c695a||_0x2f6313['VPVbt'](_0x2c695a,''))return _0x4c15a9;const _0x292d55=_0x4c15a9[_0x16dd98(0xad)]('/')?_0x4c15a9:_0x2f6313[_0x16dd98(0xbc)](_0x4c15a9,'/');return new URL(_0x2c695a,_0x292d55)[_0x16dd98(0xcf)]();}static[a53_0x5bc79a(0xdd)](_0x1eada3){const _0x187fcb=a53_0x5bc79a,_0x115272={'CgjjC':function(_0x367b80){return _0x367b80();},'lZnEn':function(_0xefea80,_0x2b88b8,_0x1e3023){return _0xefea80(_0x2b88b8,_0x1e3023);},'SRMaz':'apis','OvkkD':_0x187fcb(0xd4),'OjtXs':'api','LctRO':function(_0x1effcf,_0x525c04){return _0x1effcf===_0x525c04;},'kZIiR':function(_0x12a024,_0x42c85c){return _0x12a024+_0x42c85c;}},_0x144e6d=_0x115272[_0x187fcb(0xbd)](getBrowserstackCLI),_0x2e5b13=_0x115272[_0x187fcb(0xd0)](nestedKeyValue,_0x144e6d['getInstance']()[_0x187fcb(0xec)](),[_0x115272[_0x187fcb(0xdc)],_0x115272[_0x187fcb(0xfc)],_0x115272[_0x187fcb(0xe1)]])||constants[_0x187fcb(0xaf)];if(!_0x1eada3||_0x115272[_0x187fcb(0xea)](_0x1eada3,''))return _0x2e5b13;const _0xe45d05=_0x2e5b13[_0x187fcb(0xad)]('/')?_0x2e5b13:_0x115272[_0x187fcb(0xba)](_0x2e5b13,'/');return new URL(_0x1eada3,_0xe45d05)[_0x187fcb(0xcf)]();}static[a53_0x5bc79a(0xcd)](_0x479e7d){const _0xb286f3=a53_0x5bc79a,_0x4d1b1f={'mERRM':function(_0x17cf2a){return _0x17cf2a();},'xPuSA':function(_0x4f8041,_0x1ba6d8,_0x50a885){return _0x4f8041(_0x1ba6d8,_0x50a885);},'TfjmS':'apis','nzRxY':'appAutomate','mgVRr':_0xb286f3(0xca),'XMOxc':function(_0x37ba6a,_0x5e81ce){return _0x37ba6a===_0x5e81ce;},'iVtUw':function(_0x4f543e,_0x24fd1b){return _0x4f543e+_0x24fd1b;}},_0x4ee24c=_0x4d1b1f['mERRM'](getBrowserstackCLI),_0x149016=_0x4d1b1f[_0xb286f3(0xf3)](nestedKeyValue,_0x4ee24c['getInstance']()[_0xb286f3(0xec)](),[_0x4d1b1f['TfjmS'],_0x4d1b1f['nzRxY'],_0x4d1b1f['mgVRr']])||constants[_0xb286f3(0xaf)];if(!_0x479e7d||_0x4d1b1f[_0xb286f3(0x9e)](_0x479e7d,''))return _0x149016;const _0x2315fd=_0x149016[_0xb286f3(0xad)]('/')?_0x149016:_0x4d1b1f[_0xb286f3(0xb2)](_0x149016,'/');return new URL(_0x479e7d,_0x2315fd)[_0xb286f3(0xcf)]();}static[a53_0x5bc79a(0xac)](_0x181c0f){const _0x2a2c81=a53_0x5bc79a,_0x1bf053={'stNJM':function(_0x3afe00){return _0x3afe00();},'dQFhZ':function(_0x156344,_0x5afab3,_0x2a9cfb){return _0x156344(_0x5afab3,_0x2a9cfb);},'BlpXD':'apis','pZZjr':_0x2a2c81(0xd4),'wdYao':_0x2a2c81(0xca),'ZiolF':function(_0x2f9652,_0x220389){return _0x2f9652===_0x220389;},'bOlCJ':function(_0x446729,_0x2fe847){return _0x446729+_0x2fe847;}},_0x1316c9=_0x1bf053[_0x2a2c81(0xa6)](getBrowserstackCLI),_0x2e74e7=_0x1bf053[_0x2a2c81(0xee)](nestedKeyValue,_0x1316c9[_0x2a2c81(0xe6)]()['getConfig'](),[_0x1bf053[_0x2a2c81(0xf5)],_0x1bf053[_0x2a2c81(0xab)],_0x1bf053[_0x2a2c81(0xa4)]])||constants['BROWSERSTACK_API_URL'];if(!_0x181c0f||_0x1bf053[_0x2a2c81(0xc5)](_0x181c0f,''))return _0x2e74e7;const _0x1cf11b=_0x2e74e7[_0x2a2c81(0xad)]('/')?_0x2e74e7:_0x1bf053[_0x2a2c81(0xd3)](_0x2e74e7,'/');return new URL(_0x181c0f,_0x1cf11b)[_0x2a2c81(0xcf)]();}static['getAppAutomateSessionNameAPIUrl'](_0x277e03){const _0x2bb907=a53_0x5bc79a,_0x1d68f={'sKDgs':function(_0x66b4ad){return _0x66b4ad();},'AKELM':function(_0x89c06,_0x3db981,_0x34e50f){return _0x89c06(_0x3db981,_0x34e50f);},'KCpZn':_0x2bb907(0xa2),'bRrsC':_0x2bb907(0xe7),'viWlX':_0x2bb907(0xca),'GIMjo':function(_0x4b53aa,_0x1a849f){return _0x4b53aa===_0x1a849f;},'RGrRX':function(_0x278655,_0x1ad514){return _0x278655+_0x1ad514;}},_0x4f9f7a=_0x1d68f[_0x2bb907(0xa8)](getBrowserstackCLI),_0x32a860=_0x1d68f[_0x2bb907(0xb5)](nestedKeyValue,_0x4f9f7a[_0x2bb907(0xe6)]()[_0x2bb907(0xec)](),[_0x1d68f[_0x2bb907(0xc2)],_0x1d68f[_0x2bb907(0xb4)],_0x1d68f[_0x2bb907(0xed)]])||constants['BROWSERSTACK_API_URL'];if(!_0x277e03||_0x1d68f['GIMjo'](_0x277e03,''))return _0x32a860;const _0x42b802=_0x32a860[_0x2bb907(0xad)]('/')?_0x32a860:_0x1d68f[_0x2bb907(0xe5)](_0x32a860,'/');return new URL(_0x277e03,_0x42b802)[_0x2bb907(0xcf)]();}static[a53_0x5bc79a(0xf8)](_0x11501f){const _0x4f54f1=a53_0x5bc79a,_0x3c8ead={'FStYr':function(_0x54fc6c){return _0x54fc6c();},'cFeEi':function(_0x2d2974,_0x3ef8a1,_0xf47476){return _0x2d2974(_0x3ef8a1,_0xf47476);},'igcXm':'apis','dpyLZ':_0x4f54f1(0xd4),'udEXe':_0x4f54f1(0xca),'NXOVB':function(_0x201902,_0x4450d5){return _0x201902===_0x4450d5;},'indoE':function(_0x382fb9,_0x4cb7ec){return _0x382fb9+_0x4cb7ec;}},_0x49fd8a=_0x3c8ead[_0x4f54f1(0xaa)](getBrowserstackCLI),_0x33b1cd=_0x3c8ead[_0x4f54f1(0x9d)](nestedKeyValue,_0x49fd8a[_0x4f54f1(0xe6)]()['getConfig'](),[_0x3c8ead[_0x4f54f1(0xf1)],_0x3c8ead[_0x4f54f1(0xc8)],_0x3c8ead[_0x4f54f1(0xa1)]])||constants[_0x4f54f1(0xaf)];if(!_0x11501f||_0x3c8ead[_0x4f54f1(0xdf)](_0x11501f,''))return _0x33b1cd;const _0x3bf9f0=_0x33b1cd[_0x4f54f1(0xad)]('/')?_0x33b1cd:_0x3c8ead[_0x4f54f1(0xb9)](_0x33b1cd,'/');return new URL(_0x11501f,_0x3bf9f0)[_0x4f54f1(0xcf)]()['replace'](/^https?:\/\//,'');}static['getAppAutomateSessionsListAPIUrl'](_0x37206a){const _0x14ce56=a53_0x5bc79a,_0x1947f8={'imPJH':function(_0x3ac002){return _0x3ac002();},'TbzRX':function(_0x579029,_0x89bb46,_0x50a836){return _0x579029(_0x89bb46,_0x50a836);},'DEbOK':_0x14ce56(0xa2),'eIdKN':_0x14ce56(0xe7),'BtkhS':_0x14ce56(0xca),'bPQrw':function(_0x533634,_0x51460b){return _0x533634===_0x51460b;},'oFQtb':function(_0x41fa13,_0x5ba02b){return _0x41fa13+_0x5ba02b;}},_0x5eebb7=_0x1947f8[_0x14ce56(0xb6)](getBrowserstackCLI),_0x5eb51c=_0x1947f8[_0x14ce56(0xc6)](nestedKeyValue,_0x5eebb7[_0x14ce56(0xe6)]()[_0x14ce56(0xec)](),[_0x1947f8[_0x14ce56(0xc3)],_0x1947f8[_0x14ce56(0xa9)],_0x1947f8[_0x14ce56(0xf6)]])||constants[_0x14ce56(0xb8)];if(!_0x37206a||_0x1947f8[_0x14ce56(0x9f)](_0x37206a,''))return _0x5eb51c;const _0x1fabc3=_0x5eb51c['endsWith']('/')?_0x5eb51c:_0x1947f8[_0x14ce56(0xd5)](_0x5eb51c,'/');return new URL(_0x37206a,_0x1fabc3)[_0x14ce56(0xcf)]()['replace'](/^https?:\/\//,'');}static[a53_0x5bc79a(0xd9)](_0x16c335){const _0x52c6dc=a53_0x5bc79a,_0x4a4525={'yhfLL':function(_0x55e41b){return _0x55e41b();},'awvae':function(_0x5edbbe,_0x45b1b8,_0x2884d5){return _0x5edbbe(_0x45b1b8,_0x2884d5);},'CWDtM':_0x52c6dc(0xa2),'vUoCc':_0x52c6dc(0xd6),'xyQMp':_0x52c6dc(0xf4),'EBYan':function(_0x5a98d2,_0xcae278){return _0x5a98d2===_0xcae278;},'BdVzb':function(_0x56406a,_0x29e4d2){return _0x56406a+_0x29e4d2;}},_0x5af14a=_0x4a4525[_0x52c6dc(0xbf)](getBrowserstackCLI),_0x54302b=_0x4a4525[_0x52c6dc(0xd2)](nestedKeyValue,_0x5af14a[_0x52c6dc(0xe6)]()[_0x52c6dc(0xec)](),[_0x4a4525[_0x52c6dc(0xa5)],_0x4a4525['vUoCc'],_0x4a4525['xyQMp']])||constants[_0x52c6dc(0xe2)];if(!_0x16c335||_0x4a4525[_0x52c6dc(0xf0)](_0x16c335,''))return _0x54302b;const _0x1062b1=_0x54302b[_0x52c6dc(0xad)]('/')?_0x54302b:_0x4a4525['BdVzb'](_0x54302b,'/');return new URL(_0x16c335,_0x1062b1)[_0x52c6dc(0xcf)]();}static[a53_0x5bc79a(0xc9)](_0x378d7c){const _0x471d08=a53_0x5bc79a,_0x2f6c2c={'ZUmqg':function(_0x3928af){return _0x3928af();},'CTFVt':function(_0x4a33fa,_0x348fc5,_0x21064a){return _0x4a33fa(_0x348fc5,_0x21064a);},'YeANU':_0x471d08(0xa2),'Ntpoh':_0x471d08(0xd4),'eDrlT':_0x471d08(0xb3),'tLoXZ':_0x471d08(0xfa),'ycRzP':function(_0x348b29,_0x48f365){return _0x348b29===_0x48f365;},'UNxZQ':function(_0x59161c,_0x4888be){return _0x59161c+_0x4888be;},'SldsZ':'/playwright?caps='},_0x4558be=_0x2f6c2c[_0x471d08(0xbe)](getBrowserstackCLI),_0x46522b=_0x2f6c2c['CTFVt'](nestedKeyValue,_0x4558be[_0x471d08(0xe6)]()[_0x471d08(0xec)](),[_0x2f6c2c[_0x471d08(0xa0)],_0x2f6c2c[_0x471d08(0xde)],_0x2f6c2c[_0x471d08(0xa3)]]),_0xee12e1=(_0x46522b?_0x46522b[_0x471d08(0xd7)](/^https:/,_0x2f6c2c[_0x471d08(0xbb)]):null)||constants[_0x471d08(0xe9)];let _0x2d14f8;if(!_0x378d7c||_0x2f6c2c['ycRzP'](_0x378d7c,''))_0x2d14f8=_0xee12e1;else{const _0x1277db=_0xee12e1[_0x471d08(0xad)]('/')?_0xee12e1:_0x2f6c2c[_0x471d08(0xda)](_0xee12e1,'/');_0x2d14f8=new URL(_0x378d7c,_0x1277db)[_0x471d08(0xcf)]();}return!_0x2d14f8[_0x471d08(0xad)](_0x2f6c2c[_0x471d08(0xc0)])&&(_0x2d14f8+=_0x2f6c2c[_0x471d08(0xc0)]),_0x2d14f8;}}module['exports']=APIUtilityMethods;
@@ -1 +1 @@
1
- function a54_0x48c9(_0x1437b0,_0x4db470){const _0x38c883=a54_0x38c8();return a54_0x48c9=function(_0x48c95a,_0x257065){_0x48c95a=_0x48c95a-0xdd;let _0x3d7c10=_0x38c883[_0x48c95a];return _0x3d7c10;},a54_0x48c9(_0x1437b0,_0x4db470);}function a54_0x38c8(){const _0x2c6a79=['idTKK','ZJTXG','1177435gObGDQ','.browserstack\x20folder\x20not\x20accessible','BXWFO','reportFinalDetectionState','Edupu','[ClientTroubleShootingService]\x20','ckICz','reportProcessInterruptionSituation','getErrorMessage','{ENV_VAR}','../../helpers/logger','TuDIV','807958hFqXhM','getErrorDetails','finalErrorMessage','replace','getErrorCode','NvoyG','XPlru','gzTiC','IUmND','browserstack\x20cloud\x20not\x20reachable','toString','errorCodes','ClkLl','keys','glDSP','getInstance','isRunning','from','object','errorCode','getErrorCodesOccurredInCli','3207456PQMzWx','14368vhfaGO','Session\x20Linking\x20Issue','../v2/grpcClient','reportSessionLinkingIssue','getSuccess','hWGcL','warn','wBNBR','RcSNt','push','Error\x20in\x20getting\x20aggregated\x20error\x20codes:','niGhp','ssl\x20cert\x20issue','Connectivity\x20Issue\x20details\x20not\x20found','getAggregatedClientTroubleshootingErrors','documentationLink','reportClientTroubleshootingError','sVFYg','XnFnC','add','size','Process\x20Interruption\x20details\x20not\x20found:','length','errorCodesOccurredWhenCLINotRunning','nVOcG','ecRix','error','Conflicting\x20Env\x20Var\x20details\x20not\x20found','CLIENT_TROUBLESHOOTING_HASH','logSituation','SpNEZ','./constants','checkForErrorsOccuredInCLI','base64','getDocumentationLink','sLQGZ','ddzCM','oiDPt','UcrBi','Process\x20Interruption','3429SJDXAD','exports','conflicting\x20env\x20var\x20detected','LKsgT','cqCnw','4xkIzuP','JQqvC','reportSSLCertIssue','getFinalErrorMessage','reportConflictingEnvVarIssue','isArray','EeWRE','logError','.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found','1431360GVjrKP','getAggregatedErrorCodes','qdoLn','Session\x20Linking\x20Issue\x20details\x20not\x20found','getCachedErrorCodes','../v2/browserstackCLI','getErrorCodes','errorCodesOccurredInCLI','cachedErrorCodes','errorMessage','Error\x20in\x20getting\x20error\x20details\x20for\x20','169263zDlslc','{SIGNAL}','yMGvQ','282660bzIaUF'];a54_0x38c8=function(){return _0x2c6a79;};return a54_0x38c8();}const a54_0x52236b=a54_0x48c9;(function(_0x52ea28,_0x30f518){const _0x52b4bf=a54_0x48c9,_0x462850=_0x52ea28();while(!![]){try{const _0x19c0b1=parseInt(_0x52b4bf(0x10a))/0x1+parseInt(_0x52b4bf(0x119))/0x2+-parseInt(_0x52b4bf(0x107))/0x3*(parseInt(_0x52b4bf(0xf3))/0x4)+-parseInt(_0x52b4bf(0xfc))/0x5+-parseInt(_0x52b4bf(0x12e))/0x6+-parseInt(_0x52b4bf(0x10d))/0x7+parseInt(_0x52b4bf(0x12f))/0x8*(parseInt(_0x52b4bf(0xee))/0x9);if(_0x19c0b1===_0x30f518)break;else _0x462850['push'](_0x462850['shift']());}catch(_0x404e1b){_0x462850['push'](_0x462850['shift']());}}}(a54_0x38c8,0x4f741));const logger=require(a54_0x52236b(0x117))['winstonLogger'],BrowserstackCLI=require(a54_0x52236b(0x101)),GrpcClient=require(a54_0x52236b(0x131)),constants=require(a54_0x52236b(0xe5));class ClientTroubleShootingService{static [a54_0x52236b(0x104)]=null;static [a54_0x52236b(0xdd)]=new Set();static async[a54_0x52236b(0x11a)](_0x175bea){const _0x41143a=a54_0x52236b,_0x131faa={};_0x131faa['cqCnw']=function(_0x388525,_0x296f59){return _0x388525!==_0x296f59;};const _0x4f1187=_0x131faa;try{if(BrowserstackCLI[_0x41143a(0x128)]()['isRunning']()){const _0x160bd5=await GrpcClient[_0x41143a(0x128)]()[_0x41143a(0x13f)](_0x175bea);if(_0x4f1187[_0x41143a(0xf2)](_0x160bd5,null)&&_0x160bd5[_0x41143a(0x133)]())return{'errorCode':_0x160bd5[_0x41143a(0x11d)](),'errorMessage':_0x160bd5[_0x41143a(0x115)]()};return{};}}catch(_0x5dbea0){return this['logError'](_0x41143a(0x106)+_0x175bea+':',_0x5dbea0),{};}}static async[a54_0x52236b(0xfd)](){const _0x1bd449=a54_0x52236b,_0x137f85={};_0x137f85['BsBZG']=function(_0x1f884f,_0x387bc9){return _0x1f884f!==_0x387bc9;},_0x137f85[_0x1bd449(0x137)]=_0x1bd449(0xe7),_0x137f85['kQAZr']=_0x1bd449(0x139);const _0x2572e8=_0x137f85;try{if(BrowserstackCLI[_0x1bd449(0x128)]()[_0x1bd449(0x129)]()){const _0x54ea13=await GrpcClient['getInstance']()[_0x1bd449(0x13d)]();if(_0x2572e8['BsBZG'](_0x54ea13,null)&&_0x54ea13[_0x1bd449(0x133)]()){const _0x5b1649=Buffer[_0x1bd449(0x12a)](_0x54ea13[_0x1bd449(0x102)](),_0x2572e8[_0x1bd449(0x137)])[_0x1bd449(0x123)](),_0x5e9e85=_0x5b1649?JSON['parse'](_0x5b1649):[],_0x13a16a=_0x54ea13[_0x1bd449(0xe8)](),_0x4a428a=_0x54ea13[_0x1bd449(0xf6)](),_0x669e4b=Buffer['from'](_0x54ea13[_0x1bd449(0x12d)](),_0x2572e8['RcSNt'])[_0x1bd449(0x123)](),_0x140681=_0x669e4b?JSON['parse'](_0x669e4b):[],_0x147763={};return _0x147763[_0x1bd449(0x124)]=_0x5e9e85,_0x147763[_0x1bd449(0x13e)]=_0x13a16a,_0x147763[_0x1bd449(0x11b)]=_0x4a428a,_0x147763[_0x1bd449(0x103)]=_0x140681,_0x147763;}const _0x5d2ecb={};return _0x5d2ecb[_0x1bd449(0x124)]=[],_0x5d2ecb[_0x1bd449(0x13e)]='',_0x5d2ecb['finalErrorMessage']='',_0x5d2ecb['errorCodesOccurredInCLI']=[],_0x5d2ecb;}const _0xc752a2={};return _0xc752a2['errorCodes']=[],_0xc752a2[_0x1bd449(0x13e)]='',_0xc752a2[_0x1bd449(0x11b)]='',_0xc752a2[_0x1bd449(0x103)]=[],_0xc752a2;}catch(_0xb85efe){this[_0x1bd449(0xfa)](_0x2572e8['kQAZr'],_0xb85efe);const _0x31ace2={};return _0x31ace2[_0x1bd449(0x124)]=[],_0x31ace2[_0x1bd449(0x13e)]='',_0x31ace2[_0x1bd449(0x11b)]='',_0x31ace2[_0x1bd449(0x103)]=[],_0x31ace2;}}static['logSituation'](_0x5233d0,_0x9795a0){const _0x487ab9=a54_0x52236b;logger[_0x487ab9(0x135)](_0x5233d0+':\x20'+_0x9795a0);}static[a54_0x52236b(0xe6)](_0x1b506d){const _0x4d681f=a54_0x52236b,_0x6998d4={};_0x6998d4[_0x4d681f(0x120)]=function(_0x237d8c,_0x2a26c9){return _0x237d8c!=_0x2a26c9;},_0x6998d4[_0x4d681f(0xf4)]=function(_0x5dba66,_0x57a401){return _0x5dba66!=_0x57a401;},_0x6998d4[_0x4d681f(0xde)]=function(_0x256930,_0x23b8e2){return _0x256930>_0x23b8e2;},_0x6998d4['XPlru']=function(_0x17728c,_0x2d6819){return _0x17728c!=_0x2d6819;};const _0x5c0da2=_0x6998d4,_0x782dbb=[];if(_0x5c0da2[_0x4d681f(0x120)](_0x1b506d,null)&&_0x5c0da2[_0x4d681f(0xf4)](_0x1b506d['errorCodesOccurredInCLI'],null)&&_0x5c0da2[_0x4d681f(0xde)](_0x1b506d['errorCodesOccurredInCLI']['length'],0x0))for(const _0x256b57 of _0x1b506d['errorCodesOccurredInCLI']){_0x5c0da2[_0x4d681f(0x11f)](_0x256b57[_0x4d681f(0x12c)],null)&&_0x5c0da2[_0x4d681f(0x11f)](_0x256b57['errorMessage'],null)&&(_0x782dbb[_0x4d681f(0x138)](_0x256b57[_0x4d681f(0x12c)]),this['logSituation'](_0x256b57[_0x4d681f(0x12c)],_0x256b57[_0x4d681f(0x105)]));}return _0x782dbb;}static[a54_0x52236b(0x100)](){return this['cachedErrorCodes'];}static[a54_0x52236b(0xfa)](_0x3a5bb0,_0x4d5960){const _0x230fb6=a54_0x52236b,_0x43fade={};_0x43fade[_0x230fb6(0xfe)]=function(_0x259d42,_0x59c989){return _0x259d42===_0x59c989;},_0x43fade[_0x230fb6(0xdf)]=_0x230fb6(0x12b);const _0x4ef2c0=_0x43fade;if(_0x4ef2c0[_0x230fb6(0xfe)](typeof _0x4d5960,_0x4ef2c0[_0x230fb6(0xdf)]))try{logger[_0x230fb6(0xe0)](_0x230fb6(0x112)+_0x3a5bb0+'\x20'+JSON['stringify'](_0x4d5960));}catch(_0x5edfdf){logger['error'](_0x230fb6(0x112)+_0x3a5bb0+'\x20'+_0x4d5960);}else logger[_0x230fb6(0xe0)](_0x230fb6(0x112)+_0x3a5bb0+'\x20'+_0x4d5960);}static async[a54_0x52236b(0x114)](_0x459513){const _0x117ca5=a54_0x52236b,_0x45f1ff={};_0x45f1ff[_0x117ca5(0x141)]=_0x117ca5(0xed),_0x45f1ff['dNlpX']=function(_0x110c1b,_0x56bcd8){return _0x110c1b===_0x56bcd8;},_0x45f1ff[_0x117ca5(0x10f)]=_0x117ca5(0x144),_0x45f1ff[_0x117ca5(0x113)]=_0x117ca5(0x108);const _0x2b4af4=_0x45f1ff,_0x4adb53=await this['getErrorDetails'](_0x2b4af4[_0x117ca5(0x141)]);if(_0x2b4af4['dNlpX'](Object['keys'](_0x4adb53)['length'],0x0)){this[_0x117ca5(0xfa)](_0x2b4af4[_0x117ca5(0x10f)],_0x4adb53);return;}this['logSituation'](_0x4adb53['errorCode'],_0x4adb53['errorMessage']['replace'](_0x2b4af4[_0x117ca5(0x113)],_0x459513));}static async[a54_0x52236b(0x132)](){const _0x385a02=a54_0x52236b,_0x1321f4={};_0x1321f4[_0x385a02(0xf1)]=_0x385a02(0x130),_0x1321f4['niGhp']=function(_0x11890f,_0x584274){return _0x11890f===_0x584274;},_0x1321f4[_0x385a02(0x134)]=_0x385a02(0xff);const _0x128ded=_0x1321f4,_0x3666a5=await this[_0x385a02(0x11a)](_0x128ded[_0x385a02(0xf1)]);if(_0x128ded[_0x385a02(0x13a)](Object[_0x385a02(0x126)](_0x3666a5)[_0x385a02(0x145)],0x0)){this[_0x385a02(0xfa)](_0x128ded[_0x385a02(0x134)],_0x3666a5);return;}this[_0x385a02(0xe3)](_0x3666a5['errorCode'],_0x3666a5[_0x385a02(0x105)]);}static async['reportConnectivityIssue'](){const _0xcfb34a=a54_0x52236b,_0x2640ea={};_0x2640ea[_0xcfb34a(0x109)]=_0xcfb34a(0x122),_0x2640ea[_0xcfb34a(0xe4)]=function(_0xb92868,_0x1972b1){return _0xb92868===_0x1972b1;},_0x2640ea[_0xcfb34a(0x125)]=_0xcfb34a(0x13c);const _0x35930a=_0x2640ea,_0x2d602b=await this['getErrorDetails'](_0x35930a[_0xcfb34a(0x109)]);if(_0x35930a[_0xcfb34a(0xe4)](Object[_0xcfb34a(0x126)](_0x2d602b)[_0xcfb34a(0x145)],0x0)){this[_0xcfb34a(0xfa)](_0x35930a[_0xcfb34a(0x125)],_0x2d602b);return;}this[_0xcfb34a(0xe3)](_0x2d602b[_0xcfb34a(0x12c)],_0x2d602b['errorMessage']);}static async[a54_0x52236b(0xf5)](){const _0x4251a1=a54_0x52236b,_0x448031={};_0x448031[_0x4251a1(0x127)]=_0x4251a1(0x13b),_0x448031['EeWRE']=function(_0x490655,_0x4c5f4b){return _0x490655===_0x4c5f4b;},_0x448031[_0x4251a1(0x121)]='SSL\x20Certificate\x20Issue\x20details\x20not\x20found';const _0x104a5c=_0x448031,_0x22f3e0=await this[_0x4251a1(0x11a)](_0x104a5c[_0x4251a1(0x127)]);if(_0x104a5c[_0x4251a1(0xf9)](Object[_0x4251a1(0x126)](_0x22f3e0)[_0x4251a1(0x145)],0x0)){this[_0x4251a1(0xfa)](_0x104a5c[_0x4251a1(0x121)],_0x22f3e0);return;}this['logSituation'](_0x22f3e0[_0x4251a1(0x12c)],_0x22f3e0[_0x4251a1(0x105)]);}static['reportDotBrowserStackFolderNotAccessibleIssue'](){const _0x2d93d7=a54_0x52236b,_0x1eb725={};_0x1eb725[_0x2d93d7(0xea)]=_0x2d93d7(0x10e),_0x1eb725[_0x2d93d7(0x136)]=function(_0x345c3f,_0x202bab){return _0x345c3f===_0x202bab;},_0x1eb725[_0x2d93d7(0x140)]=_0x2d93d7(0xfb);const _0x39d11c=_0x1eb725,_0x534865=constants[_0x2d93d7(0xe2)][_0x39d11c['ddzCM']];if(_0x39d11c[_0x2d93d7(0x136)](Object[_0x2d93d7(0x126)](_0x534865)[_0x2d93d7(0x145)],0x0)){this[_0x2d93d7(0xfa)](_0x39d11c[_0x2d93d7(0x140)],_0x534865);return;}this[_0x2d93d7(0xdd)][_0x2d93d7(0x142)](_0x534865[0x0]),this[_0x2d93d7(0xe3)](_0x534865[0x0],_0x534865[0x1]);}static async[a54_0x52236b(0xf7)](_0x24f93e){const _0x4db715=a54_0x52236b,_0x3133d1={};_0x3133d1[_0x4db715(0xe9)]=_0x4db715(0xf0),_0x3133d1[_0x4db715(0x10c)]=function(_0x5cb050,_0x178c19){return _0x5cb050===_0x178c19;},_0x3133d1[_0x4db715(0x111)]=_0x4db715(0xe1),_0x3133d1[_0x4db715(0x11e)]=_0x4db715(0x116);const _0x1ffbd0=_0x3133d1,_0x2a7752=await this[_0x4db715(0x11a)](_0x1ffbd0[_0x4db715(0xe9)]);if(_0x1ffbd0[_0x4db715(0x10c)](Object[_0x4db715(0x126)](_0x2a7752)['length'],0x0)){this['logError'](_0x1ffbd0['Edupu'],_0x2a7752);return;}const _0x47953f=_0x2a7752[_0x4db715(0x105)][_0x4db715(0x11c)](_0x1ffbd0[_0x4db715(0x11e)],_0x24f93e);this['logSituation'](_0x2a7752['errorCode'],_0x47953f);}static async[a54_0x52236b(0x110)](){const _0x16c3bd=a54_0x52236b,_0x33df8f={};_0x33df8f['TuDIV']=function(_0x3df7a3,_0x8735c3){return _0x3df7a3>_0x8735c3;},_0x33df8f[_0x16c3bd(0xec)]=function(_0x47b5f9,_0x4812d4){return _0x47b5f9>_0x4812d4;},_0x33df8f[_0x16c3bd(0xeb)]='{ERROR_CODES}',_0x33df8f[_0x16c3bd(0x10b)]='{CLIENT_TROUBLESHOOTING_DOCUMENTATION}';const _0x3459b2=_0x33df8f,_0x4a499f=await this[_0x16c3bd(0xfd)](),_0x2ccf2f=this[_0x16c3bd(0xe6)](_0x4a499f),_0x3e84ec=Array[_0x16c3bd(0xf8)](_0x4a499f['errorCodes'])?_0x4a499f[_0x16c3bd(0x124)]:[],_0x50518d=_0x3459b2[_0x16c3bd(0x118)](this[_0x16c3bd(0xdd)][_0x16c3bd(0x143)],0x0)?Array[_0x16c3bd(0x12a)](this[_0x16c3bd(0xdd)]):[],_0x6d92e4=new Set([..._0x3e84ec,..._0x2ccf2f,..._0x50518d]),_0x70c2bb=Array[_0x16c3bd(0x12a)](_0x6d92e4);if(_0x3459b2[_0x16c3bd(0xec)](_0x70c2bb['length'],0x0)){const _0x136544=_0x4a499f['finalErrorMessage']['replace'](_0x3459b2[_0x16c3bd(0xeb)],_0x70c2bb['join'](',\x20'))[_0x16c3bd(0x11c)](_0x3459b2['idTKK'],_0x4a499f[_0x16c3bd(0x13e)]);logger[_0x16c3bd(0x135)](_0x136544),this[_0x16c3bd(0x104)]=_0x70c2bb;}}}module[a54_0x52236b(0xef)]=ClientTroubleShootingService;
1
+ function a54_0x2c8e(_0x141e18,_0x33fa4a){const _0x5d805d=a54_0x5d80();return a54_0x2c8e=function(_0x2c8ea5,_0x3009bd){_0x2c8ea5=_0x2c8ea5-0xf5;let _0x3c27f1=_0x5d805d[_0x2c8ea5];return _0x3c27f1;},a54_0x2c8e(_0x141e18,_0x33fa4a);}const a54_0xb7d824=a54_0x2c8e;(function(_0x361d4c,_0x52bd44){const _0x26e911=a54_0x2c8e,_0x1327e9=_0x361d4c();while(!![]){try{const _0x285c79=parseInt(_0x26e911(0x15b))/0x1+-parseInt(_0x26e911(0xff))/0x2+parseInt(_0x26e911(0x12a))/0x3*(-parseInt(_0x26e911(0x14e))/0x4)+-parseInt(_0x26e911(0xfa))/0x5+-parseInt(_0x26e911(0x14c))/0x6+parseInt(_0x26e911(0x12c))/0x7*(parseInt(_0x26e911(0x153))/0x8)+parseInt(_0x26e911(0x113))/0x9*(parseInt(_0x26e911(0x149))/0xa);if(_0x285c79===_0x52bd44)break;else _0x1327e9['push'](_0x1327e9['shift']());}catch(_0x10d24c){_0x1327e9['push'](_0x1327e9['shift']());}}}(a54_0x5d80,0x5bd12));const logger=require('../../helpers/logger')[a54_0xb7d824(0x140)],BrowserstackCLI=require('../v2/browserstackCLI'),GrpcClient=require(a54_0xb7d824(0x122)),constants=require(a54_0xb7d824(0xf6));class ClientTroubleShootingService{static [a54_0xb7d824(0x123)]=null;static ['errorCodesOccurredWhenCLINotRunning']=new Set();static async[a54_0xb7d824(0xfe)](_0x408085){const _0x2c8e1f=a54_0xb7d824,_0xbd756c={};_0xbd756c['MfvHl']=function(_0x44f3df,_0x29ea0d){return _0x44f3df!==_0x29ea0d;};const _0x21a7a8=_0xbd756c;try{if(BrowserstackCLI[_0x2c8e1f(0x150)]()[_0x2c8e1f(0x157)]()){const _0x52ca3e=await GrpcClient[_0x2c8e1f(0x150)]()[_0x2c8e1f(0x110)](_0x408085);if(_0x21a7a8[_0x2c8e1f(0x148)](_0x52ca3e,null)&&_0x52ca3e['getSuccess']())return{'errorCode':_0x52ca3e[_0x2c8e1f(0x11b)](),'errorMessage':_0x52ca3e['getErrorMessage']()};return{};}}catch(_0x2806f7){return this[_0x2c8e1f(0x120)](_0x2c8e1f(0x11d)+_0x408085+':',_0x2806f7),{};}}static async['getAggregatedErrorCodes'](){const _0x538856=a54_0xb7d824,_0x5ab285={};_0x5ab285[_0x538856(0xfb)]=function(_0x30c917,_0x196b6f){return _0x30c917!==_0x196b6f;},_0x5ab285[_0x538856(0x12b)]=_0x538856(0x13c),_0x5ab285[_0x538856(0x124)]=_0x538856(0x14a);const _0x549413=_0x5ab285;try{if(BrowserstackCLI[_0x538856(0x150)]()['isRunning']()){const _0x43085f=await GrpcClient['getInstance']()['getAggregatedClientTroubleshootingErrors']();if(_0x549413['VpWBL'](_0x43085f,null)&&_0x43085f['getSuccess']()){const _0x1a615a=Buffer[_0x538856(0xfc)](_0x43085f[_0x538856(0x116)](),_0x549413[_0x538856(0x12b)])[_0x538856(0x139)](),_0xe30e21=_0x1a615a?JSON['parse'](_0x1a615a):[],_0x3c0e46=_0x43085f[_0x538856(0x102)](),_0x5afced=_0x43085f['getFinalErrorMessage'](),_0x375fc9=Buffer[_0x538856(0xfc)](_0x43085f['getErrorCodesOccurredInCli'](),_0x549413[_0x538856(0x12b)])['toString'](),_0x14e721=_0x375fc9?JSON['parse'](_0x375fc9):[],_0x187ec4={};return _0x187ec4['errorCodes']=_0xe30e21,_0x187ec4[_0x538856(0x134)]=_0x3c0e46,_0x187ec4[_0x538856(0x14f)]=_0x5afced,_0x187ec4[_0x538856(0x11a)]=_0x14e721,_0x187ec4;}const _0x516265={};return _0x516265['errorCodes']=[],_0x516265['documentationLink']='',_0x516265[_0x538856(0x14f)]='',_0x516265[_0x538856(0x11a)]=[],_0x516265;}const _0x4fad0c={};return _0x4fad0c['errorCodes']=[],_0x4fad0c['documentationLink']='',_0x4fad0c[_0x538856(0x14f)]='',_0x4fad0c[_0x538856(0x11a)]=[],_0x4fad0c;}catch(_0x1a5e96){this[_0x538856(0x120)](_0x549413[_0x538856(0x124)],_0x1a5e96);const _0x293e27={};return _0x293e27[_0x538856(0x13f)]=[],_0x293e27[_0x538856(0x134)]='',_0x293e27[_0x538856(0x14f)]='',_0x293e27[_0x538856(0x11a)]=[],_0x293e27;}}static[a54_0xb7d824(0x146)](_0x503efd,_0x58fbfe){const _0x11374a=a54_0xb7d824;logger[_0x11374a(0x106)](_0x503efd+':\x20'+_0x58fbfe);}static[a54_0xb7d824(0x133)](_0x438e85){const _0x2697ec=a54_0xb7d824,_0x4b1239={};_0x4b1239[_0x2697ec(0x118)]=function(_0x234222,_0x8342ee){return _0x234222!=_0x8342ee;},_0x4b1239[_0x2697ec(0x11f)]=function(_0x50ea69,_0x3dc12d){return _0x50ea69>_0x3dc12d;};const _0x2faca3=_0x4b1239,_0xc44421=[];if(_0x2faca3['sDtVs'](_0x438e85,null)&&_0x2faca3[_0x2697ec(0x118)](_0x438e85[_0x2697ec(0x11a)],null)&&_0x2faca3[_0x2697ec(0x11f)](_0x438e85[_0x2697ec(0x11a)][_0x2697ec(0x111)],0x0))for(const _0x375027 of _0x438e85[_0x2697ec(0x11a)]){_0x2faca3['sDtVs'](_0x375027[_0x2697ec(0x13b)],null)&&_0x2faca3[_0x2697ec(0x118)](_0x375027['errorMessage'],null)&&(_0xc44421[_0x2697ec(0x12f)](_0x375027['errorCode']),this['logSituation'](_0x375027[_0x2697ec(0x13b)],_0x375027[_0x2697ec(0x105)]));}return _0xc44421;}static[a54_0xb7d824(0x131)](){const _0x424c7c=a54_0xb7d824;return this[_0x424c7c(0x123)];}static[a54_0xb7d824(0x120)](_0x39ad83,_0x3633a9){const _0x362f4b=a54_0xb7d824,_0x641667={};_0x641667['bzsgw']=function(_0x566481,_0x30449c){return _0x566481===_0x30449c;},_0x641667[_0x362f4b(0x156)]=_0x362f4b(0x152);const _0x43b854=_0x641667;if(_0x43b854[_0x362f4b(0xfd)](typeof _0x3633a9,_0x43b854['gBkXE']))try{logger[_0x362f4b(0xf9)](_0x362f4b(0x10c)+_0x39ad83+'\x20'+JSON[_0x362f4b(0xf5)](_0x3633a9));}catch(_0x4008aa){logger[_0x362f4b(0xf9)](_0x362f4b(0x10c)+_0x39ad83+'\x20'+_0x3633a9);}else logger[_0x362f4b(0xf9)](_0x362f4b(0x10c)+_0x39ad83+'\x20'+_0x3633a9);}static async[a54_0xb7d824(0x107)](_0x58f4b5){const _0x398d09=a54_0xb7d824,_0x3b02c2={};_0x3b02c2[_0x398d09(0x155)]=_0x398d09(0x130),_0x3b02c2[_0x398d09(0x117)]=function(_0x1ed260,_0x212ea1){return _0x1ed260===_0x212ea1;},_0x3b02c2[_0x398d09(0x137)]=_0x398d09(0x10a),_0x3b02c2['ABpwR']=_0x398d09(0x132);const _0x35f5b1=_0x3b02c2,_0x3d5f2a=await this['getErrorDetails'](_0x35f5b1[_0x398d09(0x155)]);if(_0x35f5b1[_0x398d09(0x117)](Object[_0x398d09(0x138)](_0x3d5f2a)[_0x398d09(0x111)],0x0)){this[_0x398d09(0x120)](_0x35f5b1[_0x398d09(0x137)],_0x3d5f2a);return;}this['logSituation'](_0x3d5f2a[_0x398d09(0x13b)],_0x3d5f2a[_0x398d09(0x105)]['replace'](_0x35f5b1[_0x398d09(0x126)],_0x58f4b5));}static async['reportSessionLinkingIssue'](){const _0xf75186=a54_0xb7d824,_0x1873b8={};_0x1873b8[_0xf75186(0x12e)]=_0xf75186(0x100),_0x1873b8['iaHzh']=function(_0x19b64d,_0x527e4b){return _0x19b64d===_0x527e4b;},_0x1873b8['JGRNC']=_0xf75186(0x10b);const _0x56ed03=_0x1873b8,_0x199020=await this[_0xf75186(0xfe)](_0x56ed03[_0xf75186(0x12e)]);if(_0x56ed03[_0xf75186(0x125)](Object[_0xf75186(0x138)](_0x199020)[_0xf75186(0x111)],0x0)){this[_0xf75186(0x120)](_0x56ed03[_0xf75186(0x10f)],_0x199020);return;}this['logSituation'](_0x199020[_0xf75186(0x13b)],_0x199020[_0xf75186(0x105)]);}static async[a54_0xb7d824(0x127)](){const _0x206f90=a54_0xb7d824,_0x30307d={};_0x30307d[_0x206f90(0x15a)]=_0x206f90(0x147),_0x30307d[_0x206f90(0x14d)]=function(_0x3365f5,_0x5b190b){return _0x3365f5===_0x5b190b;},_0x30307d[_0x206f90(0x109)]=_0x206f90(0x10e);const _0x5207db=_0x30307d,_0x132177=await this[_0x206f90(0xfe)](_0x5207db[_0x206f90(0x15a)]);if(_0x5207db[_0x206f90(0x14d)](Object[_0x206f90(0x138)](_0x132177)[_0x206f90(0x111)],0x0)){this[_0x206f90(0x120)](_0x5207db['CjewW'],_0x132177);return;}this[_0x206f90(0x146)](_0x132177[_0x206f90(0x13b)],_0x132177[_0x206f90(0x105)]);}static async[a54_0xb7d824(0x135)](){const _0x40b2e5=a54_0xb7d824,_0x278007={};_0x278007['FJBPv']=_0x40b2e5(0x10d),_0x278007['FIaXu']=function(_0x25a6ae,_0x23e5b7){return _0x25a6ae===_0x23e5b7;},_0x278007[_0x40b2e5(0x142)]=_0x40b2e5(0x115);const _0xa87b1e=_0x278007,_0x2697cb=await this[_0x40b2e5(0xfe)](_0xa87b1e[_0x40b2e5(0x108)]);if(_0xa87b1e[_0x40b2e5(0x13a)](Object['keys'](_0x2697cb)[_0x40b2e5(0x111)],0x0)){this[_0x40b2e5(0x120)](_0xa87b1e[_0x40b2e5(0x142)],_0x2697cb);return;}this[_0x40b2e5(0x146)](_0x2697cb[_0x40b2e5(0x13b)],_0x2697cb['errorMessage']);}static[a54_0xb7d824(0x13d)](){const _0x50b67b=a54_0xb7d824,_0x29c213={};_0x29c213[_0x50b67b(0x136)]=_0x50b67b(0x119),_0x29c213['pCwPO']=function(_0x58ae5c,_0x5ee164){return _0x58ae5c===_0x5ee164;},_0x29c213['rQPFV']=_0x50b67b(0x141);const _0x19e4f7=_0x29c213,_0x337589=constants[_0x50b67b(0xf7)][_0x19e4f7[_0x50b67b(0x136)]];if(_0x19e4f7[_0x50b67b(0x128)](Object['keys'](_0x337589)[_0x50b67b(0x111)],0x0)){this['logError'](_0x19e4f7[_0x50b67b(0x151)],_0x337589);return;}this[_0x50b67b(0x154)]['add'](_0x337589[0x0]),this[_0x50b67b(0x146)](_0x337589[0x0],_0x337589[0x1]);}static async[a54_0xb7d824(0x158)](_0x3fa787){const _0x4929e1=a54_0xb7d824,_0x362c0d={};_0x362c0d[_0x4929e1(0x11e)]=_0x4929e1(0x103),_0x362c0d['HAYlO']=function(_0x2b4f2e,_0x35a368){return _0x2b4f2e===_0x35a368;},_0x362c0d[_0x4929e1(0xf8)]=_0x4929e1(0x112),_0x362c0d[_0x4929e1(0x144)]='{ENV_VAR}';const _0x58ab2e=_0x362c0d,_0x5b69e9=await this[_0x4929e1(0xfe)](_0x58ab2e[_0x4929e1(0x11e)]);if(_0x58ab2e['HAYlO'](Object[_0x4929e1(0x138)](_0x5b69e9)[_0x4929e1(0x111)],0x0)){this[_0x4929e1(0x120)](_0x58ab2e[_0x4929e1(0xf8)],_0x5b69e9);return;}const _0x2a0645=_0x5b69e9[_0x4929e1(0x105)]['replace'](_0x58ab2e['Pahzc'],_0x3fa787);this[_0x4929e1(0x146)](_0x5b69e9['errorCode'],_0x2a0645);}static async[a54_0xb7d824(0x12d)](){const _0x2e8cd3=a54_0xb7d824,_0x21be28={};_0x21be28[_0x2e8cd3(0x11c)]=function(_0x127b94,_0x266664){return _0x127b94>_0x266664;},_0x21be28[_0x2e8cd3(0x145)]=function(_0x13d620,_0x34ab99){return _0x13d620>_0x34ab99;},_0x21be28[_0x2e8cd3(0x114)]=_0x2e8cd3(0x159),_0x21be28[_0x2e8cd3(0x121)]='{CLIENT_TROUBLESHOOTING_DOCUMENTATION}';const _0xa5ae3f=_0x21be28,_0x2601c2=await this[_0x2e8cd3(0x13e)](),_0x16b1c3=this['checkForErrorsOccuredInCLI'](_0x2601c2),_0x4da692=Array[_0x2e8cd3(0x104)](_0x2601c2['errorCodes'])?_0x2601c2[_0x2e8cd3(0x13f)]:[],_0x3d358a=_0xa5ae3f['jpitt'](this[_0x2e8cd3(0x154)][_0x2e8cd3(0x143)],0x0)?Array[_0x2e8cd3(0xfc)](this[_0x2e8cd3(0x154)]):[],_0x2ab933=new Set([..._0x4da692,..._0x16b1c3,..._0x3d358a]),_0x598980=Array['from'](_0x2ab933);if(_0xa5ae3f['dbrod'](_0x598980['length'],0x0)){const _0x38d409=_0x2601c2[_0x2e8cd3(0x14f)][_0x2e8cd3(0x14b)](_0xa5ae3f[_0x2e8cd3(0x114)],_0x598980[_0x2e8cd3(0x129)](',\x20'))[_0x2e8cd3(0x14b)](_0xa5ae3f['ggPsC'],_0x2601c2['documentationLink']);logger[_0x2e8cd3(0x106)](_0x38d409),this[_0x2e8cd3(0x123)]=_0x598980;}}}function a54_0x5d80(){const _0x3aa9bc=['ABpwR','reportConnectivityIssue','pCwPO','join','96liyrmY','RlZmX','7wBdAtb','reportFinalDetectionState','Zaoac','push','Process\x20Interruption','getCachedErrorCodes','{SIGNAL}','checkForErrorsOccuredInCLI','documentationLink','reportSSLCertIssue','QaNNe','NAAFg','keys','toString','FIaXu','errorCode','base64','reportDotBrowserStackFolderNotAccessibleIssue','getAggregatedErrorCodes','errorCodes','winstonLogger','.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found','pDNIc','size','Pahzc','dbrod','logSituation','browserstack\x20cloud\x20not\x20reachable','MfvHl','11144370bQfDxS','Error\x20in\x20getting\x20aggregated\x20error\x20codes:','replace','4376460GlxFcR','omRAB','19048olJbNf','finalErrorMessage','getInstance','rQPFV','object','3797104MGMmzq','errorCodesOccurredWhenCLINotRunning','XfJAq','gBkXE','isRunning','reportConflictingEnvVarIssue','{ERROR_CODES}','uQowD','260770vPsyKh','stringify','./constants','CLIENT_TROUBLESHOOTING_HASH','EpmOC','error','2741080SGIbIh','VpWBL','from','bzsgw','getErrorDetails','87506kRQLRd','Session\x20Linking\x20Issue','exports','getDocumentationLink','conflicting\x20env\x20var\x20detected','isArray','errorMessage','warn','reportProcessInterruptionSituation','FJBPv','CjewW','Process\x20Interruption\x20details\x20not\x20found:','Session\x20Linking\x20Issue\x20details\x20not\x20found','[ClientTroubleShootingService]\x20','ssl\x20cert\x20issue','Connectivity\x20Issue\x20details\x20not\x20found','JGRNC','reportClientTroubleshootingError','length','Conflicting\x20Env\x20Var\x20details\x20not\x20found','9hfWKYx','kEWlB','SSL\x20Certificate\x20Issue\x20details\x20not\x20found','getErrorCodes','wErmZ','sDtVs','.browserstack\x20folder\x20not\x20accessible','errorCodesOccurredInCLI','getErrorCode','jpitt','Error\x20in\x20getting\x20error\x20details\x20for\x20','rLToz','YyCAm','logError','ggPsC','../v2/grpcClient','cachedErrorCodes','zEKoh','iaHzh'];a54_0x5d80=function(){return _0x3aa9bc;};return a54_0x5d80();}module[a54_0xb7d824(0x101)]=ClientTroubleShootingService;
@@ -1 +1 @@
1
- const a55_0x29a001=a55_0x42c0;(function(_0x58ef3e,_0x308cca){const _0x3b9000=a55_0x42c0,_0x41def3=_0x58ef3e();while(!![]){try{const _0x3d369c=parseInt(_0x3b9000(0xa7))/0x1+parseInt(_0x3b9000(0x155))/0x2+parseInt(_0x3b9000(0x151))/0x3+parseInt(_0x3b9000(0xe2))/0x4+-parseInt(_0x3b9000(0x142))/0x5*(-parseInt(_0x3b9000(0x169))/0x6)+parseInt(_0x3b9000(0xee))/0x7+-parseInt(_0x3b9000(0x15d))/0x8;if(_0x3d369c===_0x308cca)break;else _0x41def3['push'](_0x41def3['shift']());}catch(_0xfd2f8f){_0x41def3['push'](_0x41def3['shift']());}}}(a55_0x48d8,0x32756));const a55_0x4bd93={};a55_0x4bd93[a55_0x29a001(0x125)]='shows\x20version\x20information',a55_0x4bd93[a55_0x29a001(0x127)]='Specify\x20--help\x20for\x20available\x20options';const a55_0x2bc10e={};a55_0x2bc10e[a55_0x29a001(0x125)]=a55_0x29a001(0x17f);const a55_0x267540={};a55_0x267540[a55_0x29a001(0x125)]=a55_0x29a001(0xb1);const a55_0x2ac929={};a55_0x2ac929[a55_0x29a001(0x125)]='Run\x20cucumber-js\x20tests\x20on\x20browserstack';function a55_0x48d8(){const _0x5b8743=['MODULE','cucumber','staging','CERT_HAS_EXPIRED','Upgrade\x20required','ERR_PROXY_CONNECTION_FAILED','https://hub-devtestops.bsstag.com/wd/hub','OBSERVABILITY_UPLOAD_URL','https://eds.browserstack.com','https://automation-preprod.bsstag.com','CLIENT_TROUBLESHOOTING_HASH','ETXTBSY','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','EDS_URL','1472168WLfvKd','ERR_TIMED_OUT','wss://cdp.browserstack.com/playwright?caps=','ERR_TLS_CERT_ALTNAME_INVALID','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','customVariables','BSTACK_DELTA','bsstag.com','Run\x20js\x20tests\x20on\x20browserstack','preprod','vanilla','httpProxy','446754ypVUkh','proxyPassword','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','Run\x20playwright\x20tests\x20on\x20Browserstack','UPDATED_CLI_ENDPOINT','localProxyPass','GLOBAL_AGENT_HTTP_PROXY','ERR_CONNECTION_ABORTED','SELF_SIGNED_CERT_IN_CHAIN','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','INTERNALLY_USED_ENV_VARS','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','CODECEPTJS','TEST_FRAMEWORK_HOOK_TIMEOUT','percyOptions','SET_TCG_TOKEN_TIMEOUT','SDKTestTcgAuthFailure','PLAYWRIGHT','browserstack.overridelocalInfo.userAuthToken','percyScreenshot','.aab','EBUSY','AI_INIT_FAILURE','VALID_APP_EXTENSION','pre-prod','accessibility','PRIVATE_DOMAIN_OR_IP_REGEX','jest','wss://cdp-devtestops.bsstag.com/playwright?caps=','firefoxOptions','ERR_FAILED','BROWSERSTACK','ROOT_REGEX','JEST','uniqueDependency','BSTACK_URL','GLOBAL_AGENT_NO_PROXY','disableAutoCaptureLogs','https://automate.browserstack.com/dashboard/v2/builds/','ERR_ADDRESS_INVALID','browserstackAutomation','browserstack.com','.ipa','BROWSERSTACK_API_URL','exports','USER_CONFIG_DETAILS_PATH','mandatoryDependency','sdk/v1/update_cli','ATS_HUB_URL_REGEX','A11Y_SAVE_RESULTS','TEST\x20REPORTING\x20AND\x20ANALYTICS','invalidTestInputType','sdk/v1/event','https://api.browserstack.com','https://tcg-preprod.bsstag.com','INFO','SDKTestInvalidTcgAuthResponseWithUserImpact','HELP','AUTOMATE_PRODUCTS','TCG_DOWN','AI_ENABLED_FRAMEWORK','https://edsstaging.bsstag.com','BSTACK_ATS_URL','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','edgeOptions','prod','NIGHTWATCH','TCG_AUTH_FAILURE','INTEGRATIONS','A11Y_SCAN','./browserstack-artifacts/','browserStackLocalOptions','mocha','parallelsPerPlatform','https://api-preprod.bsstag.com','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','[ClientTroubleShootingService]\x20The\x20SDK\x20is\x20unable\x20to\x20access\x20the\x20.browserstack\x20folder\x20in\x20your\x20home\x20directory.\x20Please\x20ensure\x20that\x20the\x20folder\x20exists\x20and\x20has\x20the\x20correct\x20permissions.','playwright','UNABLE_TO_VERIFY_LEAF_SIGNATURE','timeouts','browserstackLocal','https://tcg.browserstack.com','LOG_FILE_NAME','testContextOptions','953115gbXdXl','DEPTH_ZERO_SELF_SIGNED_CERT','ERR_BLOCKED_BY_CLIENT','ieOptions','HUB_URL_REGEX','codeceptjs','SDK_INSTRUMENTATION_CONFIG','TCG_URL','strictFileInteractability','Playwright','turboScaleOptions','https://upload-observability-preprod.bsstag.com','AI_INIT_SUCCESSFUL','rerunTests','BROWSERSTACK_APP_AUTOMATE_URL','181641FQmuFD','7|9|4|6|1|12|8|0|10|5|3|11|2','O11Y_URL','commonjs','318512ppeYPi','testReportingOptions','SSL_ERROR_MESSAGES','AUTOLOGCAPTURE_NOTIFICATION','use','observability','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','ERR_CONNECTION_REFUSED','7924944rBsNeP','ERR_ADDRESS_UNREACHABLE','GIT_META_DATA_TRUNCATED','ERR_NAME_RESOLUTION_FAILED','PLAYWRIGHT_TRACE_LOGS','APP_AUTOMATE_PRODUCTS','PERCY_SUPPORTED_FRAMEWORKS','/usage-debug.log','ObservabilitySync','unable\x20to\x20get\x20local\x20issuer\x20certificate','PLAYWRIGHT_HUB_URL','https://app-automate.browserstack.com/dashboard/v2/builds/','6GAiRaV','userName','COMMONJS','testOrchestrationOptions','localProxyUser','hubUrl','FUNNEL_INSTRUMENTATION_API_URL','CONNECTIVITY_ISSUE_ERROR_CODES','authToken','TCG_AUTH_TIMEOUT','CODECEPT_CUCUMBER','proxyUser','app-automate','ERR_NAME_NOT_RESOLVED','https://upload-observability.browserstack.com','Mocha','TCG_REGION','BROWSERSTACK_ENV','https://upload-observability-devtestops-ssi.bsstag.com','httpsProxy','logLevel','^[a-zA-Z0-9_.-]*$','Run\x20jest\x20tests\x20on\x20browserstack','browserstack-ats.com','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','https://automation.browserstack.com','https://api-cloud.browserstack.com','proxyPass','HEALING_LOG_DATA_TIMEOUT','.apk','BROWSERSTACK_AUTOMATE_URL','https://hub-preprod.bsstag.com/wd/hub','CI_ARTIFACTS_PATH','355006ktfyNI','split','browserName','https://hub.browserstack.com/wd/hub','INVALID_INIT_RESP_WITH_USER_IMPACT','CODECEPT','REDACTED_KEYS','A11Y_GET_RESULTS_SUMMARY','bsstag','SDKTestTcgDownResponse','Run\x20mocha\x20tests\x20on\x20browserstack','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','NUDGE_LOCAL_ERRORS','ATS_WSS_URL_REGEX','acceptSslCert','percyCaptureMode','https://tcg.bsstag.com','VANILLA','invalidKeys','testObservability','percy','/usage.log','AUTOMATION_LOG_COMMANDS','unhandledPromptBehavior','wss://cdp-preprod.bsstag.com/playwright?caps=','AI_PROXY_FAILURE','codeceptjs-cucumber','AUTOMATE','OBSERVABILITY_SUPPORTED_FWS','PACKAGE_TYPE','SDKTestTcgProxyFailure','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','automate','TEST_REPORTING_ANALYTICS','framework','ROOT_CAPS','CUCUMBER','APP_UPLOAD_URL','automation','turboScale','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','browserstack','FRAMEWORKS','ERR_CONNECTION_FAILED','unable\x20to\x20verify\x20the\x20first\x20certificate'];a55_0x48d8=function(){return _0x5b8743;};return a55_0x48d8();}const a55_0x5a08b7={};a55_0x5a08b7['INFO']=a55_0x29a001(0xea);const a55_0x81e9f6={};a55_0x81e9f6[a55_0x29a001(0x125)]='Run\x20nightwatch\x20tests\x20on\x20browserstack';const a55_0xdecdf3={};a55_0xdecdf3['INFO']=a55_0x29a001(0xf1);function a55_0x42c0(_0x2adfcc,_0x34aa7e){const _0x48d84d=a55_0x48d8();return a55_0x42c0=function(_0x42c02e,_0x409ce2){_0x42c02e=_0x42c02e-0xa5;let _0x40d6e9=_0x48d84d[_0x42c02e];return _0x40d6e9;},a55_0x42c0(_0x2adfcc,_0x34aa7e);}const a55_0x5838f2={};a55_0x5838f2[a55_0x29a001(0x125)]='Run\x20codeceptjs\x20tests\x20on\x20browserstack';const a55_0x38b2d6={};a55_0x38b2d6[a55_0x29a001(0x125)]=a55_0x29a001(0xf0);const a55_0x541198={};a55_0x541198[a55_0x29a001(0x125)]=a55_0x29a001(0xc6);const a55_0x5c43e5={};a55_0x5c43e5[a55_0x29a001(0xff)]=a55_0x29a001(0x14b),a55_0x5c43e5['MOCHA']=a55_0x29a001(0x136),a55_0x5c43e5['JEST']=a55_0x29a001(0x109),a55_0x5c43e5[a55_0x29a001(0xac)]=a55_0x29a001(0x147),a55_0x5c43e5[a55_0x29a001(0x173)]=a55_0x29a001(0xc1),a55_0x5c43e5['CUCUMBER']='cucumber',a55_0x5c43e5['VANILLA']=a55_0x29a001(0xec);const a55_0x5123d4={};a55_0x5123d4[a55_0x29a001(0xb9)]=a55_0x29a001(0xf7),a55_0x5123d4[a55_0x29a001(0x110)]=a55_0x29a001(0xe0),a55_0x5123d4[a55_0x29a001(0x11c)]=a55_0x29a001(0x15b),a55_0x5123d4[a55_0x29a001(0x121)]=a55_0x29a001(0xf9);const a55_0x9f3110={};a55_0x9f3110[a55_0x29a001(0x16b)]=a55_0x29a001(0x154),a55_0x9f3110[a55_0x29a001(0xd4)]='module';const a55_0x254ae1={};a55_0x254ae1[a55_0x29a001(0x178)]=0xfde8,a55_0x254ae1['Cucumber-JS']=0xfde8,a55_0x254ae1['Jest']=0x186a0;const a55_0x449030={};a55_0x449030['root']=[a55_0x29a001(0x16a),'accessKey',a55_0x29a001(0xed),a55_0x29a001(0x17c),a55_0x29a001(0xe7),'browserstack.userName','browserstack.accessKey',a55_0x29a001(0xef),a55_0x29a001(0x171),'proxyUrl',a55_0x29a001(0x100)],a55_0x449030[a55_0x29a001(0x135)]=[a55_0x29a001(0x174),a55_0x29a001(0x185),a55_0x29a001(0x16d),a55_0x29a001(0xf3)];const a55_0x516282={};a55_0x516282[a55_0x29a001(0x13e)]=a55_0x29a001(0x13e),a55_0x516282[a55_0x29a001(0x135)]=a55_0x29a001(0x135),a55_0x516282['localOptions']=a55_0x29a001(0x135),a55_0x516282[a55_0x29a001(0x137)]=a55_0x29a001(0x137),a55_0x516282['platforms']='platforms',a55_0x516282[a55_0x29a001(0x17d)]=a55_0x29a001(0x17d),a55_0x516282[a55_0x29a001(0xed)]=a55_0x29a001(0xed),a55_0x516282[a55_0x29a001(0x17c)]=a55_0x29a001(0x17c),a55_0x516282[a55_0x29a001(0xc9)]=a55_0x29a001(0xc9),a55_0x516282['testContextOptions']=a55_0x29a001(0x141),a55_0x516282[a55_0x29a001(0xba)]=a55_0x29a001(0xba),a55_0x516282['testReporting']='testReporting',a55_0x516282['testObservabilityOptions']='testObservabilityOptions',a55_0x516282[a55_0x29a001(0x156)]=a55_0x29a001(0x156),a55_0x516282[a55_0x29a001(0xe7)]='customVariables',a55_0x516282[a55_0x29a001(0xcd)]=a55_0x29a001(0x116),a55_0x516282[a55_0x29a001(0x116)]=a55_0x29a001(0x116),a55_0x516282[a55_0x29a001(0x14f)]=a55_0x29a001(0x14f),a55_0x516282[a55_0x29a001(0xbb)]=a55_0x29a001(0xbb),a55_0x516282[a55_0x29a001(0xfc)]='percyOptions',a55_0x516282[a55_0x29a001(0xb6)]='percyCaptureMode',a55_0x516282[a55_0x29a001(0x113)]=a55_0x29a001(0x113),a55_0x516282['accessibility']=a55_0x29a001(0x107),a55_0x516282['accessibilityOptions']='accessibilityOptions',a55_0x516282[a55_0x29a001(0xce)]=a55_0x29a001(0xce),a55_0x516282[a55_0x29a001(0x14c)]=a55_0x29a001(0x14c),a55_0x516282['proxySettings']='proxySettings',a55_0x516282[a55_0x29a001(0x16c)]='testOrchestrationOptions';const a55_0xacac74={};a55_0xacac74['.browserstack\x20folder\x20not\x20accessible']=['SDK-GEN-001',a55_0x29a001(0x13a)];const a55_0x5748de={};a55_0x5748de['VERSION']=a55_0x4bd93,a55_0x5748de[a55_0x29a001(0x10f)]=a55_0x2bc10e,a55_0x5748de['MOCHA']=a55_0x267540,a55_0x5748de[a55_0x29a001(0xcb)]=a55_0x2ac929,a55_0x5748de[a55_0x29a001(0xb8)]=a55_0x5a08b7,a55_0x5748de[a55_0x29a001(0x130)]=a55_0x81e9f6,a55_0x5748de['PLAYWRIGHT']=a55_0xdecdf3,a55_0x5748de[a55_0x29a001(0xfa)]=a55_0x5838f2,a55_0x5748de['HST']=a55_0x38b2d6,a55_0x5748de[a55_0x29a001(0x132)]=a55_0x541198,a55_0x5748de[a55_0x29a001(0xe8)]=0xf*0x3c*0x3e8,a55_0x5748de[a55_0x29a001(0x16e)]=a55_0x29a001(0xaa),a55_0x5748de['TCG_URL']=a55_0x29a001(0x13f),a55_0x5748de[a55_0x29a001(0x179)]=a55_0x29a001(0x159),a55_0x5748de[a55_0x29a001(0x146)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a55_0x5748de[a55_0x29a001(0x11e)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a55_0x5748de[a55_0x29a001(0xb4)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a55_0x5748de[a55_0x29a001(0xca)]=['acceptInsecureCerts','pageLoadStrategy',a55_0x29a001(0x14a),a55_0x29a001(0xbe),a55_0x29a001(0x13d),a55_0x29a001(0xa9),'browserVersion','acceptSslCerts',a55_0x29a001(0xb5),'chromeOptions',a55_0x29a001(0x10b),a55_0x29a001(0x12e),a55_0x29a001(0x145)],a55_0x5748de[a55_0x29a001(0x10e)]=/^[\w-]+:.*$/,a55_0x5748de[a55_0x29a001(0x108)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a55_0x5748de[a55_0x29a001(0xe1)]=a55_0x29a001(0xdc),a55_0x5748de[a55_0x29a001(0x119)]=a55_0x29a001(0x123),a55_0x5748de[a55_0x29a001(0xcc)]=a55_0x29a001(0x184),a55_0x5748de[a55_0x29a001(0xf2)]=a55_0x29a001(0x11d),a55_0x5748de[a55_0x29a001(0x16f)]=a55_0x29a001(0x122),a55_0x5748de[a55_0x29a001(0x128)]=[a55_0x29a001(0xc7),a55_0x29a001(0x15a)],a55_0x5748de[a55_0x29a001(0x162)]=[a55_0x29a001(0x175),a55_0x29a001(0x15a)],a55_0x5748de[a55_0x29a001(0x12d)]=[a55_0x29a001(0x15a)],a55_0x5748de[a55_0x29a001(0xdb)]=a55_0x29a001(0x177),a55_0x5748de[a55_0x29a001(0xc3)]=[a55_0x29a001(0x136),'Playwright'],a55_0x5748de[a55_0x29a001(0xc2)]=[a55_0x29a001(0xc7)],a55_0x5748de[a55_0x29a001(0x188)]=a55_0x29a001(0x114),a55_0x5748de[a55_0x29a001(0x150)]=a55_0x29a001(0x168),a55_0x5748de['APP_AUTOMATE']=[a55_0x29a001(0x175)],a55_0x5748de[a55_0x29a001(0xb3)]=[a55_0x29a001(0x10c),a55_0x29a001(0xe3),a55_0x29a001(0x144),'ERR_NETWORK_CHANGED','ERR_SOCKET_NOT_CONNECTED','ERR_CONNECTION_CLOSED','ERR_CONNECTION_RESET',a55_0x29a001(0x15c),a55_0x29a001(0xf5),a55_0x29a001(0xd2),a55_0x29a001(0x176),a55_0x29a001(0x115),a55_0x29a001(0x15e),'ERR_TUNNEL_CONNECTION_FAILED','ERR_CONNECTION_TIMED_OUT','ERR_SOCKS_CONNECTION_FAILED','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE',a55_0x29a001(0xd9),'ERR_NAME_NOT_RESOLVED',a55_0x29a001(0x160),a55_0x29a001(0x139)],a55_0x5748de[a55_0x29a001(0x105)]=[a55_0x29a001(0x187),a55_0x29a001(0x102),a55_0x29a001(0x118)],a55_0x5748de['CUSTOM_ID_REGEX']=a55_0x29a001(0x17e),a55_0x5748de['SHAREABLE_ID_REGEX']=a55_0x29a001(0xe6),a55_0x5748de[a55_0x29a001(0xa6)]=a55_0x29a001(0x134),a55_0x5748de[a55_0x29a001(0x167)]=a55_0x29a001(0xe4),a55_0x5748de[a55_0x29a001(0xd1)]=a55_0x5c43e5,a55_0x5748de[a55_0x29a001(0x163)]=[a55_0x29a001(0x109),a55_0x29a001(0x136)],a55_0x5748de['PLAYWRIGHT_CONFIG_OPTION_ERRORS']=a55_0x5123d4,a55_0x5748de[a55_0x29a001(0x158)]=a55_0x29a001(0xcf),a55_0x5748de[a55_0x29a001(0xc4)]=a55_0x9f3110,a55_0x5748de['MAX_GIT_META_DATA_SIZE_IN_BYTES']=0x40*0x400,a55_0x5748de[a55_0x29a001(0x15f)]='...[TRUNCATED]',a55_0x5748de['UPGRADE_REQUIRED']=a55_0x29a001(0xd8),a55_0x5748de[a55_0x29a001(0x129)]=a55_0x29a001(0xb0),a55_0x5748de[a55_0x29a001(0xab)]=a55_0x29a001(0x126),a55_0x5748de[a55_0x29a001(0x131)]=a55_0x29a001(0xfe),a55_0x5748de[a55_0x29a001(0x14e)]='SDKTestTcgtInitSuccessful',a55_0x5748de[a55_0x29a001(0x104)]='SDKTestInitFailedResponse',a55_0x5748de[a55_0x29a001(0xc0)]=a55_0x29a001(0xc5),a55_0x5748de[a55_0x29a001(0x172)]=0x1388,a55_0x5748de[a55_0x29a001(0xfd)]=0x1388,a55_0x5748de[a55_0x29a001(0x186)]=0x1388,a55_0x5748de['HEALING_FAILURE_TIMEOUT']=0x1388,a55_0x5748de['POLL_HEALING_RESULT_TIMEOUT']=0xc350,a55_0x5748de[a55_0x29a001(0xfb)]=a55_0x254ae1,a55_0x5748de[a55_0x29a001(0xad)]=a55_0x449030,a55_0x5748de[a55_0x29a001(0x12a)]=[a55_0x29a001(0xec),a55_0x29a001(0x147)],a55_0x5748de[a55_0x29a001(0x148)]=a55_0x516282,a55_0x5748de[a55_0x29a001(0x140)]=a55_0x29a001(0xbc),a55_0x5748de['DEBUG_LOG_FILE_NAME']=a55_0x29a001(0x164),a55_0x5748de[a55_0x29a001(0x111)]=a55_0x29a001(0x117),a55_0x5748de[a55_0x29a001(0x12c)]=a55_0x29a001(0x180),a55_0x5748de['O11Y_URL']=a55_0x29a001(0x183),a55_0x5748de[a55_0x29a001(0xc8)]=a55_0x29a001(0x120),a55_0x5748de[a55_0x29a001(0x10d)]=a55_0x29a001(0xd0),a55_0x5748de['CLI_SUPPORTED_FRAMEWORKS']=[a55_0x29a001(0x13b),a55_0x29a001(0xd5),a55_0x29a001(0x109)],a55_0x5748de[a55_0x29a001(0xbd)]=[a55_0x29a001(0x133),a55_0x29a001(0xae),'A11Y_GET_RESULTS',a55_0x29a001(0x11f),a55_0x29a001(0x101),a55_0x29a001(0x165)],a55_0x5748de[a55_0x29a001(0x161)]=a55_0x29a001(0x161),a55_0x5748de[a55_0x29a001(0x157)]=['self\x20signed\x20certificate',a55_0x29a001(0xd3),'certificate\x20has\x20expired',a55_0x29a001(0x166),a55_0x29a001(0xe5),a55_0x29a001(0x143)],a55_0x5748de['SSL_ERROR_CODES']=[a55_0x29a001(0xf6),'DEPTH_ZERO_SELF_SIGNED_CERT',a55_0x29a001(0x13c),a55_0x29a001(0xd7),a55_0x29a001(0xe5),a55_0x29a001(0xb2)],a55_0x5748de[a55_0x29a001(0x170)]=[0x193,0x197,0x1f6,0x1f7,0x1f8],a55_0x5748de[a55_0x29a001(0xde)]=a55_0xacac74,a55_0x5748de[a55_0x29a001(0xf8)]=[a55_0x29a001(0xf4),a55_0x29a001(0x112),a55_0x29a001(0x11b)],a55_0x5748de['BINARY_BUSY_ERROR_CODES']=[a55_0x29a001(0xdf),a55_0x29a001(0x103)],module[a55_0x29a001(0x11a)]=a55_0x5748de;const _env=(process['env'][a55_0x29a001(0x17a)]||a55_0x29a001(0x12f))['toLowerCase']();if(_env===a55_0x29a001(0xd6)||_env==='stag'){const ZXJmrH='4|3|1|2|6|12|9|8|10|7|0|5|11'['split']('|');let xbZFnJ=0x0;while(!![]){switch(ZXJmrH[xbZFnJ++]){case'0':module[a55_0x29a001(0x11a)][a55_0x29a001(0xdb)]=a55_0x29a001(0x17b);continue;case'1':module[a55_0x29a001(0x11a)]['TCG_URL']=a55_0x29a001(0xb7);continue;case'2':module[a55_0x29a001(0x11a)][a55_0x29a001(0x146)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'3':module[a55_0x29a001(0x11a)]['BROWSERSTACK_API_URL']='https://apidevtestops.bsstag.com';continue;case'4':module[a55_0x29a001(0x11a)][a55_0x29a001(0x16e)]=a55_0x29a001(0xda);continue;case'5':module[a55_0x29a001(0x11a)]['EDS_URL']=a55_0x29a001(0x12b);continue;case'6':module[a55_0x29a001(0x11a)][a55_0x29a001(0x188)]=a55_0x29a001(0x182);continue;case'7':module[a55_0x29a001(0x11a)][a55_0x29a001(0x153)]='https://observability-devtestops.bsstag.com';continue;case'8':module[a55_0x29a001(0x11a)][a55_0x29a001(0x167)]=a55_0x29a001(0x10a);continue;case'9':module[a55_0x29a001(0x11a)]['APP_UPLOAD_URL']='https://api-cloud-devtestops.bsstag.com';continue;case'10':module['exports']['BSTACK_URL']='bsstag.com';continue;case'11':module[a55_0x29a001(0x11a)][a55_0x29a001(0x10d)]=a55_0x29a001(0xaf);continue;case'12':module[a55_0x29a001(0x11a)]['BROWSERSTACK_APP_AUTOMATE_URL']=a55_0x29a001(0x181);continue;}break;}}else{if(_env===a55_0x29a001(0xeb)||_env===a55_0x29a001(0x106)){const HsiNFm=a55_0x29a001(0x152)[a55_0x29a001(0xa8)]('|');let hHgQNf=0x0;while(!![]){switch(HsiNFm[hHgQNf++]){case'0':module[a55_0x29a001(0x11a)]['PLAYWRIGHT_HUB_URL']=a55_0x29a001(0xbf);continue;case'1':module[a55_0x29a001(0x11a)]['BROWSERSTACK_AUTOMATE_URL']='https://automate-preprod.bsstag.com/dashboard/v2/builds/';continue;case'2':module[a55_0x29a001(0x11a)][a55_0x29a001(0x10d)]='bsstag';continue;case'3':module[a55_0x29a001(0x11a)][a55_0x29a001(0xdb)]=a55_0x29a001(0x14d);continue;case'4':module[a55_0x29a001(0x11a)][a55_0x29a001(0x149)]=a55_0x29a001(0x124);continue;case'5':module[a55_0x29a001(0x11a)][a55_0x29a001(0x153)]=a55_0x29a001(0xdd);continue;case'6':module[a55_0x29a001(0x11a)]['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'7':module[a55_0x29a001(0x11a)]['hubUrl']=a55_0x29a001(0xa5);continue;case'8':module[a55_0x29a001(0x11a)]['APP_UPLOAD_URL']='https://api-preprod.bsstag.com';continue;case'9':module['exports'][a55_0x29a001(0x119)]=a55_0x29a001(0x138);continue;case'10':module[a55_0x29a001(0x11a)][a55_0x29a001(0x111)]=a55_0x29a001(0xe9);continue;case'11':module[a55_0x29a001(0x11a)][a55_0x29a001(0xe1)]=a55_0x29a001(0x12b);continue;case'12':module[a55_0x29a001(0x11a)]['BROWSERSTACK_APP_AUTOMATE_URL']='https://app-automate-preprod.bsstag.com/dashboard/v2/builds/';continue;}break;}}}
1
+ const a55_0x123dce=a55_0x4fbe;(function(_0x196c00,_0x32f0b4){const _0x2195af=a55_0x4fbe,_0xdfe28a=_0x196c00();while(!![]){try{const _0x291d3a=-parseInt(_0x2195af(0x143))/0x1+-parseInt(_0x2195af(0xaa))/0x2+parseInt(_0x2195af(0x138))/0x3+-parseInt(_0x2195af(0x9d))/0x4*(-parseInt(_0x2195af(0xdb))/0x5)+parseInt(_0x2195af(0x112))/0x6*(-parseInt(_0x2195af(0xe7))/0x7)+-parseInt(_0x2195af(0x117))/0x8+parseInt(_0x2195af(0xb4))/0x9;if(_0x291d3a===_0x32f0b4)break;else _0xdfe28a['push'](_0xdfe28a['shift']());}catch(_0x33c38d){_0xdfe28a['push'](_0xdfe28a['shift']());}}}(a55_0x2c3e,0x68839));const a55_0x5bb700={};a55_0x5bb700['INFO']=a55_0x123dce(0x97),a55_0x5bb700[a55_0x123dce(0x162)]=a55_0x123dce(0xe5);const a55_0x43b350={};a55_0x43b350[a55_0x123dce(0x14e)]=a55_0x123dce(0x161);function a55_0x2c3e(){const _0xee9eb2=['jest','FRAMEWORKS','ERR_SOCKS_CONNECTION_FAILED','percyCaptureMode','A11Y_SAVE_RESULTS','BROWSERSTACK_APP_AUTOMATE_URL','TEST\x20REPORTING\x20AND\x20ANALYTICS','.ipa','https://automate-preprod.bsstag.com/dashboard/v2/builds/','TCG_DOWN','AUTOLOGCAPTURE_NOTIFICATION','ERR_CONNECTION_TIMED_OUT','firefoxOptions','browserName','testReporting','7|12|11|5|1|8|9|10|6|3|2|4|0','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','proxyUrl','SDKTestInitFailedResponse','BROWSERSTACK','Run\x20nightwatch\x20tests\x20on\x20browserstack','ERR_SOCKET_NOT_CONNECTED','ERR_CONNECTION_FAILED','authToken','.aab','exports','TCG_AUTH_TIMEOUT','2417733NUGwgG','OBSERVABILITY_UPLOAD_URL','browserstackLocal','USER_CONFIG_DETAILS_PATH','app-automate','https://app-automate.browserstack.com/dashboard/v2/builds/','browserstack.overridelocalInfo.userAuthToken','turboScale','self\x20signed\x20certificate','SELF_SIGNED_CERT_IN_CHAIN','unable\x20to\x20verify\x20the\x20first\x20certificate','767121rCpDgG','https://edsstaging.bsstag.com','platforms','ROOT_REGEX','observability','A11Y_GET_RESULTS','https://automation-preprod.bsstag.com','turboScaleOptions','prod','CLI_SUPPORTED_FRAMEWORKS','SDKTestTcgAuthFailure','INFO','proxyPass','localOptions','codeceptjs-cucumber','SDKTestInvalidTcgAuthResponseWithUserImpact','Cucumber-JS','testObservabilityOptions','wss://cdp.browserstack.com/playwright?caps=','CERT_HAS_EXPIRED','PLAYWRIGHT_HUB_URL','https://automate.browserstack.com/dashboard/v2/builds/','APP_UPLOAD_URL','percy','httpsProxy','testOrchestrationOptions','split','BROWSERSTACK_API_URL','O11Y_URL','BSTACK_DELTA','Run\x20jest\x20tests\x20on\x20browserstack','HELP','OBSERVABILITY_SUPPORTED_FWS','Playwright','BSTACK_URL','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','unable\x20to\x20get\x20local\x20issuer\x20certificate','DEBUG_LOG_FILE_NAME','PLAYWRIGHT_CONFIG_OPTION_ERRORS','https://tcg.bsstag.com','CODECEPTJS','PACKAGE_TYPE','hubUrl','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','browserstack.userName','.apk','percyScreenshot','automate','preprod','codeceptjs','wss://cdp-preprod.bsstag.com/playwright?caps=','AI_PROXY_FAILURE','browserstackAutomation','A11Y_GET_RESULTS_SUMMARY','cucumber','TEST_FRAMEWORK_HOOK_TIMEOUT','env','A11Y_SCAN','CUCUMBER','CLIENT_TROUBLESHOOTING_HASH','shows\x20version\x20information','https://api-preprod.bsstag.com','SDKTestTcgProxyFailure','SET_TCG_TOKEN_TIMEOUT','acceptSslCerts','parallelsPerPlatform','4RCqsMz','https://upload-observability-preprod.bsstag.com','accessibilityOptions','commonjs','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','ROOT_CAPS','ERR_CONNECTION_ABORTED','Run\x20codeceptjs\x20tests\x20on\x20browserstack','strictFileInteractability','SHAREABLE_ID_REGEX','userName','percyOptions','VANILLA','366648EpcOhP','https://upload-observability.browserstack.com','SDKTestTcgtInitSuccessful','localProxyPass','AUTOMATE_PRODUCTS','PRIVATE_DOMAIN_OR_IP_REGEX','INTERNALLY_USED_ENV_VARS','proxySettings','...[TRUNCATED]','MAX_GIT_META_DATA_SIZE_IN_BYTES','16581231wmDyhl','https://api.browserstack.com','AUTOMATION_LOG_COMMANDS','TEST_REPORTING_ANALYTICS','https://tcg.browserstack.com','sdk/v1/event','ERR_ADDRESS_INVALID','playwright','ETXTBSY','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','vanilla','LOG_FILE_NAME','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','invalidTestInputType','DEPTH_ZERO_SELF_SIGNED_CERT','use','CODECEPT_CUCUMBER','TCG_REGION','browserstack-ats.com','localProxyUser','AI_INIT_SUCCESSFUL','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','module','/usage-debug.log','^[a-zA-Z0-9_.-]*$','TCG_URL','CUSTOM_ID_REGEX','https://api-cloud.browserstack.com','https://api-cloud-devtestops.bsstag.com','ATS_WSS_URL_REGEX','JEST','PLAYWRIGHT','ieOptions','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','3|5|2|7|9|6|4|10|0|11|1|8|12','HST','testContextOptions','EDS_URL','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','440710EpkOfQ','ERR_CONNECTION_CLOSED','GIT_META_DATA_TRUNCATED','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','SDK-GEN-001','MODULE','UPGRADE_REQUIRED','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','accessibility','testReportingOptions','Specify\x20--help\x20for\x20available\x20options','httpProxy','5134241TZRqEi','logLevel','ERR_CONNECTION_RESET','rerunTests','ERR_NAME_RESOLUTION_FAILED','HUB_URL_REGEX','POLL_HEALING_RESULT_TIMEOUT','customVariables','HEALING_FAILURE_TIMEOUT','timeouts','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','AI_INIT_FAILURE','NIGHTWATCH','unhandledPromptBehavior','MOCHA','APP_AUTOMATE_PRODUCTS','browserstack.accessKey','framework','BROWSERSTACK_ENV','ERR_FAILED','CODECEPT','ERR_NAME_NOT_RESOLVED','FUNNEL_INSTRUMENTATION_API_URL','GLOBAL_AGENT_NO_PROXY','ERR_ADDRESS_UNREACHABLE','https://upload-observability-devtestops-ssi.bsstag.com','https://hub.browserstack.com/wd/hub','browserVersion','https://apidevtestops.bsstag.com','ObservabilitySync','ERR_TUNNEL_CONNECTION_FAILED','SDKTestTcgDownResponse','UNABLE_TO_VERIFY_LEAF_SIGNATURE','ATS_HUB_URL_REGEX','mocha','testObservability','disableAutoCaptureLogs','PERCY_SUPPORTED_FRAMEWORKS','AI_ENABLED_FRAMEWORK','browserStackLocalOptions','HEALING_LOG_DATA_TIMEOUT','root','VALID_APP_EXTENSION','6pwhyhH','TCG_AUTH_FAILURE','proxyUser','bsstag','BROWSERSTACK_AUTOMATE_URL','4995320BVvgdE','PLAYWRIGHT_TRACE_LOGS','toLowerCase','acceptInsecureCerts','chromeOptions','VERSION'];a55_0x2c3e=function(){return _0xee9eb2;};return a55_0x2c3e();}const a55_0x4f6a9b={};a55_0x4f6a9b['INFO']='Run\x20mocha\x20tests\x20on\x20browserstack';const a55_0xdde9af={};a55_0xdde9af['INFO']='Run\x20cucumber-js\x20tests\x20on\x20browserstack';const a55_0x393987={};a55_0x393987[a55_0x123dce(0x14e)]='Run\x20js\x20tests\x20on\x20browserstack';const a55_0x2b2d13={};a55_0x2b2d13[a55_0x123dce(0x14e)]=a55_0x123dce(0x131);const a55_0x2e0959={};a55_0x2e0959[a55_0x123dce(0x14e)]='Run\x20playwright\x20tests\x20on\x20Browserstack';const a55_0x3248dc={};a55_0x3248dc[a55_0x123dce(0x14e)]=a55_0x123dce(0xa4);const a55_0x466462={};a55_0x466462[a55_0x123dce(0x14e)]=a55_0x123dce(0x16e);const a55_0x1a8f12={};a55_0x1a8f12[a55_0x123dce(0x14e)]=a55_0x123dce(0xda);const a55_0x3e2f0f={};a55_0x3e2f0f[a55_0x123dce(0xd3)]='Playwright',a55_0x3e2f0f[a55_0x123dce(0xf5)]=a55_0x123dce(0x109),a55_0x3e2f0f[a55_0x123dce(0xd2)]=a55_0x123dce(0x11d),a55_0x3e2f0f[a55_0x123dce(0xfb)]='codeceptjs',a55_0x3e2f0f[a55_0x123dce(0xc4)]=a55_0x123dce(0x151),a55_0x3e2f0f[a55_0x123dce(0x95)]=a55_0x123dce(0x179),a55_0x3e2f0f[a55_0x123dce(0xa9)]=a55_0x123dce(0xbe);const a55_0x542bb2={};a55_0x542bb2['invalidKeys']=a55_0x123dce(0xe2),a55_0x542bb2['uniqueDependency']=a55_0x123dce(0xde),a55_0x542bb2['mandatoryDependency']=a55_0x123dce(0xc9),a55_0x542bb2[a55_0x123dce(0xc1)]=a55_0x123dce(0xbd);function a55_0x4fbe(_0x59efe2,_0x26aa18){const _0x2c3e95=a55_0x2c3e();return a55_0x4fbe=function(_0x4fbe7a,_0x4caf61){_0x4fbe7a=_0x4fbe7a-0x95;let _0x372009=_0x2c3e95[_0x4fbe7a];return _0x372009;},a55_0x4fbe(_0x59efe2,_0x26aa18);}const a55_0x23da68={};a55_0x23da68['COMMONJS']=a55_0x123dce(0xa0),a55_0x23da68[a55_0x123dce(0xe0)]=a55_0x123dce(0xca);const a55_0xd6c3aa={};a55_0xd6c3aa['Mocha']=0xfde8,a55_0xd6c3aa[a55_0x123dce(0x153)]=0xfde8,a55_0xd6c3aa['Jest']=0x186a0;const a55_0x52dad4={};a55_0x52dad4[a55_0x123dce(0x110)]=[a55_0x123dce(0xa7),'accessKey',a55_0x123dce(0xe6),'httpsProxy','customVariables',a55_0x123dce(0x16f),a55_0x123dce(0xf7),'proxyPassword',a55_0x123dce(0x134),a55_0x123dce(0x12e),a55_0x123dce(0x13e)],a55_0x52dad4['browserStackLocalOptions']=[a55_0x123dce(0x114),a55_0x123dce(0x14f),a55_0x123dce(0xc7),a55_0x123dce(0xad)];const a55_0x5e1ebc={};a55_0x5e1ebc[a55_0x123dce(0x13a)]=a55_0x123dce(0x13a),a55_0x5e1ebc['browserStackLocalOptions']=a55_0x123dce(0x10e),a55_0x5e1ebc[a55_0x123dce(0x150)]=a55_0x123dce(0x10e),a55_0x5e1ebc[a55_0x123dce(0x9c)]=a55_0x123dce(0x9c),a55_0x5e1ebc[a55_0x123dce(0x145)]=a55_0x123dce(0x145),a55_0x5e1ebc[a55_0x123dce(0xe8)]=a55_0x123dce(0xe8),a55_0x5e1ebc['httpProxy']='httpProxy',a55_0x5e1ebc[a55_0x123dce(0x15b)]=a55_0x123dce(0x15b),a55_0x5e1ebc[a55_0x123dce(0xf8)]=a55_0x123dce(0xf8),a55_0x5e1ebc['testContextOptions']=a55_0x123dce(0xd8),a55_0x5e1ebc[a55_0x123dce(0x10a)]=a55_0x123dce(0x10a),a55_0x5e1ebc[a55_0x123dce(0x12b)]=a55_0x123dce(0x12b),a55_0x5e1ebc[a55_0x123dce(0x154)]=a55_0x123dce(0x154),a55_0x5e1ebc[a55_0x123dce(0xe4)]=a55_0x123dce(0xe4),a55_0x5e1ebc[a55_0x123dce(0xee)]=a55_0x123dce(0xee),a55_0x5e1ebc['automation']=a55_0x123dce(0x177),a55_0x5e1ebc[a55_0x123dce(0x177)]=a55_0x123dce(0x177),a55_0x5e1ebc[a55_0x123dce(0xea)]=a55_0x123dce(0xea),a55_0x5e1ebc[a55_0x123dce(0x15a)]=a55_0x123dce(0x15a),a55_0x5e1ebc[a55_0x123dce(0xa8)]=a55_0x123dce(0xa8),a55_0x5e1ebc['percyCaptureMode']=a55_0x123dce(0x120),a55_0x5e1ebc[a55_0x123dce(0x10b)]=a55_0x123dce(0x10b),a55_0x5e1ebc['accessibility']=a55_0x123dce(0xe3),a55_0x5e1ebc[a55_0x123dce(0x9f)]=a55_0x123dce(0x9f),a55_0x5e1ebc['turboScale']=a55_0x123dce(0x13f),a55_0x5e1ebc[a55_0x123dce(0x14a)]='turboScaleOptions',a55_0x5e1ebc[a55_0x123dce(0xb1)]=a55_0x123dce(0xb1),a55_0x5e1ebc[a55_0x123dce(0x15c)]=a55_0x123dce(0x15c);const a55_0x25c0ac={};a55_0x25c0ac['.browserstack\x20folder\x20not\x20accessible']=[a55_0x123dce(0xdf),'[ClientTroubleShootingService]\x20The\x20SDK\x20is\x20unable\x20to\x20access\x20the\x20.browserstack\x20folder\x20in\x20your\x20home\x20directory.\x20Please\x20ensure\x20that\x20the\x20folder\x20exists\x20and\x20has\x20the\x20correct\x20permissions.'];const a55_0x9eb535={};a55_0x9eb535[a55_0x123dce(0x11c)]=a55_0x5bb700,a55_0x9eb535[a55_0x123dce(0xd2)]=a55_0x43b350,a55_0x9eb535[a55_0x123dce(0xf5)]=a55_0x4f6a9b,a55_0x9eb535[a55_0x123dce(0x95)]=a55_0xdde9af,a55_0x9eb535[a55_0x123dce(0xa9)]=a55_0x393987,a55_0x9eb535[a55_0x123dce(0xf3)]=a55_0x2b2d13,a55_0x9eb535[a55_0x123dce(0xd3)]=a55_0x2e0959,a55_0x9eb535[a55_0x123dce(0x16b)]=a55_0x3248dc,a55_0x9eb535[a55_0x123dce(0xd7)]=a55_0x466462,a55_0x9eb535['INTEGRATIONS']=a55_0x1a8f12,a55_0x9eb535[a55_0x123dce(0x160)]=0xf*0x3c*0x3e8,a55_0x9eb535[a55_0x123dce(0x16d)]=a55_0x123dce(0x101),a55_0x9eb535[a55_0x123dce(0xcd)]=a55_0x123dce(0xb8),a55_0x9eb535[a55_0x123dce(0xc5)]=a55_0x123dce(0xc3),a55_0x9eb535['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.browserstack\.com$/,a55_0x9eb535[a55_0x123dce(0x108)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a55_0x9eb535[a55_0x123dce(0xd1)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a55_0x9eb535[a55_0x123dce(0xa2)]=[a55_0x123dce(0x11a),'pageLoadStrategy',a55_0x123dce(0xa5),a55_0x123dce(0xf4),a55_0x123dce(0xf0),a55_0x123dce(0x12a),a55_0x123dce(0x102),a55_0x123dce(0x9b),'acceptSslCert',a55_0x123dce(0x11b),a55_0x123dce(0x129),'edgeOptions',a55_0x123dce(0xd4)],a55_0x9eb535[a55_0x123dce(0x146)]=/^[\w-]+:.*$/,a55_0x9eb535[a55_0x123dce(0xaf)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a55_0x9eb535[a55_0x123dce(0xd9)]='https://eds.browserstack.com',a55_0x9eb535[a55_0x123dce(0x15e)]=a55_0x123dce(0xb5),a55_0x9eb535['APP_UPLOAD_URL']=a55_0x123dce(0xcf),a55_0x9eb535['UPDATED_CLI_ENDPOINT']='sdk/v1/update_cli',a55_0x9eb535[a55_0x123dce(0xfd)]=a55_0x123dce(0xb9),a55_0x9eb535[a55_0x123dce(0xae)]=[a55_0x123dce(0x172),a55_0x123dce(0x147)],a55_0x9eb535[a55_0x123dce(0xf6)]=[a55_0x123dce(0x13c),'observability'],a55_0x9eb535['PRODUCT_IF_NOT_BROWSERSTACK_INFRA']=[a55_0x123dce(0x147)],a55_0x9eb535['OBSERVABILITY_UPLOAD_URL']=a55_0x123dce(0xab),a55_0x9eb535[a55_0x123dce(0x163)]=[a55_0x123dce(0x109),a55_0x123dce(0x164)],a55_0x9eb535['AUTOMATE']=[a55_0x123dce(0x172)],a55_0x9eb535[a55_0x123dce(0x116)]=a55_0x123dce(0x158),a55_0x9eb535['BROWSERSTACK_APP_AUTOMATE_URL']=a55_0x123dce(0x13d),a55_0x9eb535['APP_AUTOMATE']=[a55_0x123dce(0x13c)],a55_0x9eb535['NUDGE_LOCAL_ERRORS']=[a55_0x123dce(0xfa),'ERR_TIMED_OUT','ERR_BLOCKED_BY_CLIENT','ERR_NETWORK_CHANGED',a55_0x123dce(0x132),a55_0x123dce(0xdc),a55_0x123dce(0xe9),'ERR_CONNECTION_REFUSED',a55_0x123dce(0xa3),a55_0x123dce(0x133),a55_0x123dce(0xfc),a55_0x123dce(0xba),a55_0x123dce(0xff),a55_0x123dce(0x105),a55_0x123dce(0x128),a55_0x123dce(0x11f),'ERR_SOCKS_CONNECTION_HOST_UNREACHABLE','ERR_PROXY_CONNECTION_FAILED',a55_0x123dce(0xfc),a55_0x123dce(0xeb),a55_0x123dce(0x166)],a55_0x9eb535[a55_0x123dce(0x111)]=[a55_0x123dce(0x170),a55_0x123dce(0x135),a55_0x123dce(0x124)],a55_0x9eb535[a55_0x123dce(0xce)]=a55_0x123dce(0xcc),a55_0x9eb535[a55_0x123dce(0xa6)]=a55_0x123dce(0xf1),a55_0x9eb535['CI_ARTIFACTS_PATH']='./browserstack-artifacts/',a55_0x9eb535[a55_0x123dce(0x157)]=a55_0x123dce(0x155),a55_0x9eb535[a55_0x123dce(0x11e)]=a55_0x3e2f0f,a55_0x9eb535[a55_0x123dce(0x10c)]=[a55_0x123dce(0x11d),a55_0x123dce(0x109)],a55_0x9eb535[a55_0x123dce(0x169)]=a55_0x542bb2,a55_0x9eb535[a55_0x123dce(0x127)]='Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.',a55_0x9eb535[a55_0x123dce(0x16c)]=a55_0x23da68,a55_0x9eb535[a55_0x123dce(0xb3)]=0x40*0x400,a55_0x9eb535[a55_0x123dce(0xdd)]=a55_0x123dce(0xb2),a55_0x9eb535[a55_0x123dce(0xe1)]='Upgrade\x20required',a55_0x9eb535[a55_0x123dce(0x126)]=a55_0x123dce(0x106),a55_0x9eb535['INVALID_INIT_RESP_WITH_USER_IMPACT']=a55_0x123dce(0x152),a55_0x9eb535[a55_0x123dce(0x113)]=a55_0x123dce(0x14d),a55_0x9eb535[a55_0x123dce(0xc8)]=a55_0x123dce(0xac),a55_0x9eb535[a55_0x123dce(0xf2)]=a55_0x123dce(0x12f),a55_0x9eb535[a55_0x123dce(0x176)]=a55_0x123dce(0x99),a55_0x9eb535[a55_0x123dce(0x137)]=0x1388,a55_0x9eb535[a55_0x123dce(0x9a)]=0x1388,a55_0x9eb535[a55_0x123dce(0x10f)]=0x1388,a55_0x9eb535[a55_0x123dce(0xef)]=0x1388,a55_0x9eb535[a55_0x123dce(0xed)]=0xc350,a55_0x9eb535[a55_0x123dce(0x17a)]=a55_0xd6c3aa,a55_0x9eb535['REDACTED_KEYS']=a55_0x52dad4,a55_0x9eb535[a55_0x123dce(0x10d)]=['vanilla',a55_0x123dce(0x174)],a55_0x9eb535['SDK_INSTRUMENTATION_CONFIG']=a55_0x5e1ebc,a55_0x9eb535[a55_0x123dce(0xbf)]='/usage.log',a55_0x9eb535[a55_0x123dce(0x168)]=a55_0x123dce(0xcb),a55_0x9eb535[a55_0x123dce(0x165)]='browserstack.com',a55_0x9eb535['BSTACK_ATS_URL']=a55_0x123dce(0xc6),a55_0x9eb535[a55_0x123dce(0x15f)]='https://automation.browserstack.com',a55_0x9eb535[a55_0x123dce(0xb7)]=a55_0x123dce(0x123),a55_0x9eb535[a55_0x123dce(0x130)]='browserstack',a55_0x9eb535[a55_0x123dce(0x14c)]=[a55_0x123dce(0xbb),a55_0x123dce(0x179),a55_0x123dce(0x11d)],a55_0x9eb535[a55_0x123dce(0xb6)]=[a55_0x123dce(0x17c),a55_0x123dce(0x178),a55_0x123dce(0x148),a55_0x123dce(0x121),a55_0x123dce(0x171),a55_0x123dce(0x104)],a55_0x9eb535[a55_0x123dce(0x118)]='PLAYWRIGHT_TRACE_LOGS',a55_0x9eb535['SSL_ERROR_MESSAGES']=[a55_0x123dce(0x140),a55_0x123dce(0x142),'certificate\x20has\x20expired',a55_0x123dce(0x167),'ERR_TLS_CERT_ALTNAME_INVALID',a55_0x123dce(0xc2)],a55_0x9eb535['SSL_ERROR_CODES']=[a55_0x123dce(0x141),a55_0x123dce(0xc2),a55_0x123dce(0x107),a55_0x123dce(0x156),'ERR_TLS_CERT_ALTNAME_INVALID',a55_0x123dce(0xd5)],a55_0x9eb535['CONNECTIVITY_ISSUE_ERROR_CODES']=[0x193,0x197,0x1f6,0x1f7,0x1f8],a55_0x9eb535[a55_0x123dce(0x96)]=a55_0x25c0ac,a55_0x9eb535[a55_0x123dce(0xb0)]=['GLOBAL_AGENT_HTTP_PROXY',a55_0x123dce(0xfe),a55_0x123dce(0x13b)],a55_0x9eb535['BINARY_BUSY_ERROR_CODES']=[a55_0x123dce(0xbc),'EBUSY'],module[a55_0x123dce(0x136)]=a55_0x9eb535;const _env=(process[a55_0x123dce(0x17b)][a55_0x123dce(0xf9)]||a55_0x123dce(0x14b))[a55_0x123dce(0x119)]();if(_env==='staging'||_env==='stag'){const IJsdoT=a55_0x123dce(0xd6)[a55_0x123dce(0x15d)]('|');let YIazSV=0x0;while(!![]){switch(IJsdoT[YIazSV++]){case'0':module[a55_0x123dce(0x136)][a55_0x123dce(0x165)]='bsstag.com';continue;case'1':module['exports'][a55_0x123dce(0x139)]=a55_0x123dce(0x100);continue;case'2':module[a55_0x123dce(0x136)][a55_0x123dce(0xcd)]=a55_0x123dce(0x16a);continue;case'3':module[a55_0x123dce(0x136)]['hubUrl']='https://hub-devtestops.bsstag.com/wd/hub';continue;case'4':module[a55_0x123dce(0x136)][a55_0x123dce(0x159)]=a55_0x123dce(0xd0);continue;case'5':module['exports'][a55_0x123dce(0x15e)]=a55_0x123dce(0x103);continue;case'6':module[a55_0x123dce(0x136)]['BROWSERSTACK_APP_AUTOMATE_URL']=a55_0x123dce(0xa1);continue;case'7':module[a55_0x123dce(0x136)][a55_0x123dce(0xec)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'8':module[a55_0x123dce(0x136)][a55_0x123dce(0xd9)]=a55_0x123dce(0x144);continue;case'9':module[a55_0x123dce(0x136)][a55_0x123dce(0x116)]=a55_0x123dce(0xc0);continue;case'10':module[a55_0x123dce(0x136)][a55_0x123dce(0x157)]='wss://cdp-devtestops.bsstag.com/playwright?caps=';continue;case'11':module[a55_0x123dce(0x136)][a55_0x123dce(0x15f)]='https://observability-devtestops.bsstag.com';continue;case'12':module['exports'][a55_0x123dce(0x130)]='bsstag';continue;}break;}}else{if(_env===a55_0x123dce(0x173)||_env==='pre-prod'){const dlRZTn=a55_0x123dce(0x12c)[a55_0x123dce(0x15d)]('|');let dtBGkf=0x0;while(!![]){switch(dlRZTn[dtBGkf++]){case'0':module['exports']['BROWSERSTACK']=a55_0x123dce(0x115);continue;case'1':module[a55_0x123dce(0x136)]['BROWSERSTACK_AUTOMATE_URL']=a55_0x123dce(0x125);continue;case'2':module[a55_0x123dce(0x136)]['OBSERVABILITY_UPLOAD_URL']=a55_0x123dce(0x9e);continue;case'3':module['exports']['O11Y_URL']=a55_0x123dce(0x149);continue;case'4':module[a55_0x123dce(0x136)][a55_0x123dce(0xd9)]=a55_0x123dce(0x144);continue;case'5':module[a55_0x123dce(0x136)][a55_0x123dce(0xec)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'6':module['exports']['BSTACK_URL']='bsstag.com';continue;case'7':module[a55_0x123dce(0x136)][a55_0x123dce(0x16d)]='https://hub-preprod.bsstag.com/wd/hub';continue;case'8':module[a55_0x123dce(0x136)][a55_0x123dce(0x122)]=a55_0x123dce(0x12d);continue;case'9':module[a55_0x123dce(0x136)][a55_0x123dce(0x159)]=a55_0x123dce(0x98);continue;case'10':module[a55_0x123dce(0x136)][a55_0x123dce(0x157)]=a55_0x123dce(0x175);continue;case'11':module[a55_0x123dce(0x136)][a55_0x123dce(0xcd)]='https://tcg-preprod.bsstag.com';continue;case'12':module[a55_0x123dce(0x136)]['BROWSERSTACK_API_URL']=a55_0x123dce(0x98);continue;}break;}}}
@@ -1 +1 @@
1
- const a56_0x2ef4d6=a56_0x3b89;function a56_0x5bd3(){const _0x341d91=['log','levelStr','layout','904pmqOKz','2447037auMjLL','18916yLFnQQ','395cqfFic','./logReportingAPI','1864biiYSI','join','data','configure','level','colouredLayout','31956750jAyDcX','241641SqIlLA','16SytBCM','7716696ZqVKou','5847135WCVKRO'];a56_0x5bd3=function(){return _0x341d91;};return a56_0x5bd3();}(function(_0xca93be,_0x4eccf6){const _0x16da2e=a56_0x3b89,_0xee9222=_0xca93be();while(!![]){try{const _0x283f7f=parseInt(_0x16da2e(0x182))/0x1*(-parseInt(_0x16da2e(0x187))/0x2)+-parseInt(_0x16da2e(0x183))/0x3+parseInt(_0x16da2e(0x184))/0x4*(-parseInt(_0x16da2e(0x185))/0x5)+-parseInt(_0x16da2e(0x17d))/0x6+parseInt(_0x16da2e(0x17e))/0x7+parseInt(_0x16da2e(0x17c))/0x8*(parseInt(_0x16da2e(0x17b))/0x9)+parseInt(_0x16da2e(0x17a))/0xa;if(_0x283f7f===_0x4eccf6)break;else _0xee9222['push'](_0xee9222['shift']());}catch(_0x1db792){_0xee9222['push'](_0xee9222['shift']());}}}(a56_0x5bd3,0xbb32c));const logReportingAPI=require(a56_0x2ef4d6(0x186)),BSTestOpsLogger=new logReportingAPI({});function a56_0x3b89(_0x48990c,_0x343c20){const _0x5bd3f8=a56_0x5bd3();return a56_0x3b89=function(_0x3b8963,_0x48a948){_0x3b8963=_0x3b8963-0x176;let _0x5eb3d4=_0x5bd3f8[_0x3b8963];return _0x5eb3d4;},a56_0x3b89(_0x48990c,_0x343c20);}function BSTestOpsLog4JSAppender(_0x3ac4d0,_0x447987){return _0x146fbb=>{const _0x2f8cf6=a56_0x3b89;BSTestOpsLogger[_0x2f8cf6(0x17f)]({'level':_0x146fbb[_0x2f8cf6(0x178)]?_0x146fbb[_0x2f8cf6(0x178)][_0x2f8cf6(0x180)]:null,'message':_0x146fbb[_0x2f8cf6(0x176)]?_0x146fbb[_0x2f8cf6(0x176)][_0x2f8cf6(0x188)]('\x20'):null});};}exports[a56_0x2ef4d6(0x177)]=(_0x3e99eb,_0xda14b5)=>{const _0x94b7d1=a56_0x2ef4d6,_0x5f04c6={'qGAGs':function(_0x532842,_0x17830d,_0xce6523){return _0x532842(_0x17830d,_0xce6523);}};let _0x17fd82=_0xda14b5[_0x94b7d1(0x179)];return _0x3e99eb[_0x94b7d1(0x181)]&&(_0x17fd82=_0xda14b5['layout'](_0x3e99eb['layout']['type'],_0x3e99eb['layout'])),_0x5f04c6['qGAGs'](BSTestOpsLog4JSAppender,_0x17fd82,_0x3e99eb['timezoneOffset']);};
1
+ const a56_0x2b8d27=a56_0x3b70;function a56_0x3b70(_0x13f83e,_0x11b9b2){const _0x919a28=a56_0x919a();return a56_0x3b70=function(_0x3b706b,_0x4378ae){_0x3b706b=_0x3b706b-0x1ea;let _0x2ca9a6=_0x919a28[_0x3b706b];return _0x2ca9a6;},a56_0x3b70(_0x13f83e,_0x11b9b2);}(function(_0x3bf911,_0x2e04fb){const _0x4acb80=a56_0x3b70,_0x1e3919=_0x3bf911();while(!![]){try{const _0x30b3b5=-parseInt(_0x4acb80(0x1f3))/0x1+parseInt(_0x4acb80(0x1fc))/0x2+-parseInt(_0x4acb80(0x1fd))/0x3*(parseInt(_0x4acb80(0x1f2))/0x4)+parseInt(_0x4acb80(0x1eb))/0x5+parseInt(_0x4acb80(0x1fb))/0x6*(parseInt(_0x4acb80(0x1ef))/0x7)+parseInt(_0x4acb80(0x1ee))/0x8*(-parseInt(_0x4acb80(0x1f8))/0x9)+parseInt(_0x4acb80(0x1ec))/0xa;if(_0x30b3b5===_0x2e04fb)break;else _0x1e3919['push'](_0x1e3919['shift']());}catch(_0x207161){_0x1e3919['push'](_0x1e3919['shift']());}}}(a56_0x919a,0xb8451));const logReportingAPI=require(a56_0x2b8d27(0x1fa)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x55818a,_0x22b126){return _0x123298=>{const _0x4ec51c=a56_0x3b70;BSTestOpsLogger[_0x4ec51c(0x1f1)]({'level':_0x123298[_0x4ec51c(0x1ed)]?_0x123298[_0x4ec51c(0x1ed)][_0x4ec51c(0x1f0)]:null,'message':_0x123298[_0x4ec51c(0x1fe)]?_0x123298[_0x4ec51c(0x1fe)][_0x4ec51c(0x1f6)]('\x20'):null});};}exports['configure']=(_0x35ae77,_0x25365a)=>{const _0x3cabc1=a56_0x2b8d27,_0x3444b3={'WRxAM':function(_0x2198b9,_0xd3d4c9,_0x4ac539){return _0x2198b9(_0xd3d4c9,_0x4ac539);}};let _0x472f88=_0x25365a[_0x3cabc1(0x1ea)];return _0x35ae77['layout']&&(_0x472f88=_0x25365a[_0x3cabc1(0x1f4)](_0x35ae77[_0x3cabc1(0x1f4)][_0x3cabc1(0x1f5)],_0x35ae77['layout'])),_0x3444b3[_0x3cabc1(0x1f7)](BSTestOpsLog4JSAppender,_0x472f88,_0x35ae77[_0x3cabc1(0x1f9)]);};function a56_0x919a(){const _0x425a65=['440919YmZgjr','timezoneOffset','./logReportingAPI','4219440OfTzHm','2143464RuLmQx','29157WyHnCc','data','colouredLayout','3984810FqGgHU','3380130dBdoMu','level','120oHrvST','14DdWoNU','levelStr','log','596luNwWB','675422NZzIDc','layout','type','join','WRxAM'];a56_0x919a=function(){return _0x425a65;};return a56_0x919a();}
@@ -1 +1 @@
1
- const a57_0x3794de=a57_0x1647;function a57_0x1647(_0xba1190,_0x40582c){const _0x30453b=a57_0x3045();return a57_0x1647=function(_0x16472f,_0x525275){_0x16472f=_0x16472f-0xee;let _0x31f318=_0x30453b[_0x16472f];return _0x31f318;},a57_0x1647(_0xba1190,_0x40582c);}(function(_0x1dd7a6,_0x7ef51a){const _0x2385eb=a57_0x1647,_0x2f7f84=_0x1dd7a6();while(!![]){try{const _0x353ebd=parseInt(_0x2385eb(0x104))/0x1+-parseInt(_0x2385eb(0x103))/0x2+-parseInt(_0x2385eb(0xf9))/0x3*(-parseInt(_0x2385eb(0xf8))/0x4)+parseInt(_0x2385eb(0xf5))/0x5+-parseInt(_0x2385eb(0xef))/0x6*(parseInt(_0x2385eb(0xfb))/0x7)+parseInt(_0x2385eb(0xf0))/0x8+-parseInt(_0x2385eb(0xf6))/0x9;if(_0x353ebd===_0x7ef51a)break;else _0x2f7f84['push'](_0x2f7f84['shift']());}catch(_0x4c8a86){_0x2f7f84['push'](_0x2f7f84['shift']());}}}(a57_0x3045,0x4bb76));function a57_0x3045(){const _0x5cefa3=['debug','ERROR','join','159376ssdblp','506094KukCbs','TRACE','EKeKN','toISOString','6UrqidG','4446784XJffYA','INFO','WARN','DEBUG','logToTestOps','920265plDWTk','7198470wYydEB','../../helpers/test-observability/constants','5920WsgqYL','168EQdrLm','info','974561jjJruD','exports','warn','error','log'];a57_0x3045=function(){return _0x5cefa3;};return a57_0x3045();}const Transport=require('winston-transport'),{consoleHolder}=require(a57_0x3794de(0xf7)),a57_0x273f5a={};a57_0x273f5a[a57_0x3794de(0xf1)]=a57_0x3794de(0xf1),a57_0x273f5a['ERROR']=a57_0x3794de(0x101),a57_0x273f5a['DEBUG']=a57_0x3794de(0xf3),a57_0x273f5a[a57_0x3794de(0x105)]=a57_0x3794de(0x105),a57_0x273f5a[a57_0x3794de(0xf2)]=a57_0x3794de(0xf2);const LOG_LEVELS=a57_0x273f5a;class logPatcher extends Transport{constructor(_0x2e31de){super(_0x2e31de);}[a57_0x3794de(0xf4)]=(_0x19b419=LOG_LEVELS[a57_0x3794de(0xf1)],_0x4d36ff=[''])=>{const _0x32cb78=a57_0x3794de,_0x1b5da5={};_0x1b5da5[_0x32cb78(0x106)]='TEST_LOG';const _0x55cf65=_0x1b5da5;consoleHolder[_0x19b419['toLowerCase']()](..._0x4d36ff),process['emit']('bs:addLog:'+process['pid'],{'timestamp':new Date()[_0x32cb78(0xee)](),'level':_0x19b419['toUpperCase'](),'message':'\x22'+_0x4d36ff[_0x32cb78(0x102)](',\x20')+'\x22','kind':_0x55cf65['EKeKN'],'http_response':{}});};['trace']=(..._0x3d0225)=>{const _0x293af7=a57_0x3794de;this[_0x293af7(0xf4)](LOG_LEVELS[_0x293af7(0x105)],_0x3d0225);};[a57_0x3794de(0x100)]=(..._0x120166)=>{const _0x118067=a57_0x3794de;this[_0x118067(0xf4)](LOG_LEVELS[_0x118067(0xf3)],_0x120166);};[a57_0x3794de(0xfa)]=(..._0x95555)=>{const _0x4b834b=a57_0x3794de;this[_0x4b834b(0xf4)](LOG_LEVELS[_0x4b834b(0xf1)],_0x95555);};[a57_0x3794de(0xfd)]=(..._0x51c950)=>{const _0x2a4802=a57_0x3794de;this[_0x2a4802(0xf4)](LOG_LEVELS[_0x2a4802(0xf2)],_0x51c950);};[a57_0x3794de(0xfe)]=(..._0x32c7cf)=>{const _0x36307b=a57_0x3794de;this[_0x36307b(0xf4)](LOG_LEVELS['ERROR'],_0x32c7cf);};[a57_0x3794de(0xff)]=(..._0x55ef66)=>{const _0x5a0ac9=a57_0x3794de;this[_0x5a0ac9(0xf4)](LOG_LEVELS[_0x5a0ac9(0xf1)],_0x55ef66);};};module[a57_0x3794de(0xfc)]=logPatcher;
1
+ const a57_0x4930b1=a57_0x9fe2;function a57_0x9fe2(_0x17f76a,_0x399ad0){const _0x32c714=a57_0x32c7();return a57_0x9fe2=function(_0x9fe277,_0x3a66b7){_0x9fe277=_0x9fe277-0xef;let _0x4edb59=_0x32c714[_0x9fe277];return _0x4edb59;},a57_0x9fe2(_0x17f76a,_0x399ad0);}(function(_0x2f0875,_0x1ce95c){const _0x1dae5f=a57_0x9fe2,_0x406e47=_0x2f0875();while(!![]){try{const _0x125d02=parseInt(_0x1dae5f(0x100))/0x1*(parseInt(_0x1dae5f(0x106))/0x2)+parseInt(_0x1dae5f(0xf6))/0x3+parseInt(_0x1dae5f(0xfd))/0x4*(parseInt(_0x1dae5f(0xfb))/0x5)+parseInt(_0x1dae5f(0x10b))/0x6*(parseInt(_0x1dae5f(0xef))/0x7)+parseInt(_0x1dae5f(0xf9))/0x8*(parseInt(_0x1dae5f(0xf2))/0x9)+-parseInt(_0x1dae5f(0x108))/0xa*(-parseInt(_0x1dae5f(0xfa))/0xb)+-parseInt(_0x1dae5f(0x109))/0xc;if(_0x125d02===_0x1ce95c)break;else _0x406e47['push'](_0x406e47['shift']());}catch(_0x132322){_0x406e47['push'](_0x406e47['shift']());}}}(a57_0x32c7,0x5a647));function a57_0x32c7(){const _0xf63232=['INFO','TEST_LOG','4PVPFjv','exports','winston-transport','toISOString','ERROR','log','64906gFydgc','WARN','50guJZuX','12639828kvaqgV','../../helpers/test-observability/constants','1662meoEWb','1946ulrjaM','error','toLowerCase','23553SycxIr','DEBUG','bs:addLog:','debug','221856fJzeHo','TRACE','logToTestOps','968dEBrzs','1250777VrznuN','322005pzuBdJ','join','16CRdaKN'];a57_0x32c7=function(){return _0xf63232;};return a57_0x32c7();}const Transport=require(a57_0x4930b1(0x102)),{consoleHolder}=require(a57_0x4930b1(0x10a)),a57_0x1dcd9b={};a57_0x1dcd9b[a57_0x4930b1(0xfe)]=a57_0x4930b1(0xfe),a57_0x1dcd9b[a57_0x4930b1(0x104)]=a57_0x4930b1(0x104),a57_0x1dcd9b[a57_0x4930b1(0xf3)]=a57_0x4930b1(0xf3),a57_0x1dcd9b[a57_0x4930b1(0xf7)]=a57_0x4930b1(0xf7),a57_0x1dcd9b[a57_0x4930b1(0x107)]='WARN';const LOG_LEVELS=a57_0x1dcd9b;class logPatcher extends Transport{constructor(_0x1f1f1b){super(_0x1f1f1b);}['logToTestOps']=(_0x45575a=LOG_LEVELS[a57_0x4930b1(0xfe)],_0x215dc4=[''])=>{const _0x5c9f8d=a57_0x4930b1,_0x244126={};_0x244126['HZxFb']=_0x5c9f8d(0xff);const _0x2cdff1=_0x244126;consoleHolder[_0x45575a[_0x5c9f8d(0xf1)]()](..._0x215dc4),process['emit'](_0x5c9f8d(0xf4)+process['pid'],{'timestamp':new Date()[_0x5c9f8d(0x103)](),'level':_0x45575a['toUpperCase'](),'message':'\x22'+_0x215dc4[_0x5c9f8d(0xfc)](',\x20')+'\x22','kind':_0x2cdff1['HZxFb'],'http_response':{}});};['trace']=(..._0x371d13)=>{const _0x5199b2=a57_0x4930b1;this['logToTestOps'](LOG_LEVELS[_0x5199b2(0xf7)],_0x371d13);};[a57_0x4930b1(0xf5)]=(..._0x26ab61)=>{const _0x1886d3=a57_0x4930b1;this['logToTestOps'](LOG_LEVELS[_0x1886d3(0xf3)],_0x26ab61);};['info']=(..._0x448d8a)=>{const _0x4e7073=a57_0x4930b1;this[_0x4e7073(0xf8)](LOG_LEVELS[_0x4e7073(0xfe)],_0x448d8a);};['warn']=(..._0x4cdcf5)=>{const _0x596996=a57_0x4930b1;this[_0x596996(0xf8)](LOG_LEVELS[_0x596996(0x107)],_0x4cdcf5);};[a57_0x4930b1(0xf0)]=(..._0xb61992)=>{const _0x322816=a57_0x4930b1;this[_0x322816(0xf8)](LOG_LEVELS[_0x322816(0x104)],_0xb61992);};[a57_0x4930b1(0x105)]=(..._0x2891eb)=>{const _0x457e41=a57_0x4930b1;this[_0x457e41(0xf8)](LOG_LEVELS[_0x457e41(0xfe)],_0x2891eb);};};module[a57_0x4930b1(0x101)]=logPatcher;
@@ -1 +1 @@
1
- function a58_0x4b43(){const _0xa96fbb=['level','457336afaLXH','LuBsg','logToTestOps','WARN','342VLHpbD','TRACE','fQHEY','184nbQpjw','ERROR','toISOString','INFO','DEBUG','qLybz','trace','pid','1321146GJeGxG','error','toUpperCase','winston-transport','12ToEizQ','debug','../../helpers/test-observability/constants','tkQxD','345960ERZzzk','warn','exports','84343PhqdeQ','361138QQIiqn','message','log','XioQb','bs:addLog:','emit','TEST_LOG','601374XaCbvu','object','toLowerCase','LqSoZ','1085360jgDDWl'];a58_0x4b43=function(){return _0xa96fbb;};return a58_0x4b43();}const a58_0x62324e=a58_0x2dde;(function(_0x1022d8,_0x573701){const _0x1bfc8f=a58_0x2dde,_0x3be7c2=_0x1022d8();while(!![]){try{const _0x3d72ba=parseInt(_0x1bfc8f(0xa8))/0x1+parseInt(_0x1bfc8f(0xb4))/0x2*(parseInt(_0x1bfc8f(0xac))/0x3)+parseInt(_0x1bfc8f(0xc1))/0x4+parseInt(_0x1bfc8f(0xbf))/0x5+-parseInt(_0x1bfc8f(0xbb))/0x6+-parseInt(_0x1bfc8f(0xb3))/0x7*(parseInt(_0x1bfc8f(0xa0))/0x8)+-parseInt(_0x1bfc8f(0x9d))/0x9*(parseInt(_0x1bfc8f(0xb0))/0xa);if(_0x3d72ba===_0x573701)break;else _0x3be7c2['push'](_0x3be7c2['shift']());}catch(_0x2063c4){_0x3be7c2['push'](_0x3be7c2['shift']());}}}(a58_0x4b43,0xa6b48));const Transport=require(a58_0x62324e(0xab)),{consoleHolder}=require(a58_0x62324e(0xae)),a58_0x2f4d33={};a58_0x2f4d33[a58_0x62324e(0xa3)]='INFO',a58_0x2f4d33[a58_0x62324e(0xa1)]=a58_0x62324e(0xa1),a58_0x2f4d33['DEBUG']=a58_0x62324e(0xa4),a58_0x2f4d33[a58_0x62324e(0x9e)]='TRACE',a58_0x2f4d33[a58_0x62324e(0x9c)]=a58_0x62324e(0x9c);function a58_0x2dde(_0x4d6a8f,_0x4363c4){const _0x4b433e=a58_0x4b43();return a58_0x2dde=function(_0x2ddebb,_0x2a1d6){_0x2ddebb=_0x2ddebb-0x9c;let _0x19ed80=_0x4b433e[_0x2ddebb];return _0x19ed80;},a58_0x2dde(_0x4d6a8f,_0x4363c4);}const LOG_LEVELS=a58_0x2f4d33;class logReportingAPI extends Transport{constructor(_0x4c58bc){super(_0x4c58bc);}[a58_0x62324e(0xb6)](_0x1c6b82,_0x257556){const _0x413936=a58_0x62324e,_0x376ba6={'XioQb':'logged','fQHEY':function(_0xd3d586,_0x2ae113){return _0xd3d586(_0x2ae113);},'tkQxD':function(_0xe8e4a7,_0x3c7179){return _0xe8e4a7===_0x3c7179;},'LqSoZ':_0x413936(0xbc),'qLybz':function(_0x7995a){return _0x7995a();}};_0x376ba6[_0x413936(0x9f)](setImmediate,()=>{const _0x589ad7=_0x413936;this[_0x589ad7(0xb9)](_0x376ba6[_0x589ad7(0xb7)],_0x1c6b82);}),_0x376ba6[_0x413936(0xaf)](typeof _0x1c6b82,_0x376ba6[_0x413936(0xbe)])?this[_0x413936(0xc3)](_0x1c6b82[_0x413936(0xc0)]||LOG_LEVELS[_0x413936(0xa3)],_0x1c6b82[_0x413936(0xb5)],![]):this[_0x413936(0xc3)](LOG_LEVELS[_0x413936(0xa3)],_0x1c6b82),_0x257556&&_0x376ba6[_0x413936(0xa5)](_0x257556);}[a58_0x62324e(0xc3)]=(_0x2522e3=LOG_LEVELS[a58_0x62324e(0xa3)],_0x2c042c='',_0x1e576b=!![])=>{const _0x3ea570=a58_0x62324e,_0x42d927={};_0x42d927[_0x3ea570(0xc2)]=_0x3ea570(0xba);const _0x510f38=_0x42d927;_0x1e576b&&consoleHolder[_0x2522e3[_0x3ea570(0xbd)]()](_0x2c042c),process[_0x3ea570(0xb9)](_0x3ea570(0xb8)+process[_0x3ea570(0xa7)],{'timestamp':new Date()[_0x3ea570(0xa2)](),'level':_0x2522e3[_0x3ea570(0xaa)](),'message':_0x2c042c,'kind':_0x510f38[_0x3ea570(0xc2)],'http_response':{}});};[a58_0x62324e(0xa6)]=(_0x1486c8,_0x479977)=>{const _0x341195=a58_0x62324e;this[_0x341195(0xc3)](LOG_LEVELS[_0x341195(0x9e)],_0x1486c8);};[a58_0x62324e(0xad)]=(_0x8ee48d,_0x182bfb)=>{const _0x46a905=a58_0x62324e;this[_0x46a905(0xc3)](LOG_LEVELS['DEBUG'],_0x8ee48d);};['info']=(_0x10bcd0,_0x28ce72)=>{const _0x486949=a58_0x62324e;this['logToTestOps'](LOG_LEVELS[_0x486949(0xa3)],_0x10bcd0);};[a58_0x62324e(0xb1)]=(_0x39f0c9,_0x3b53bd)=>{const _0x31ea9e=a58_0x62324e;this[_0x31ea9e(0xc3)](LOG_LEVELS['WARN'],_0x39f0c9);};[a58_0x62324e(0xa9)]=(_0x9a2a63,_0x1ff694)=>{const _0x411440=a58_0x62324e;this[_0x411440(0xc3)](LOG_LEVELS[_0x411440(0xa1)],_0x9a2a63);};};module[a58_0x62324e(0xb2)]=logReportingAPI;
1
+ function a58_0x5235(_0x4e4f3b,_0x41a0e3){const _0x50cb4a=a58_0x50cb();return a58_0x5235=function(_0x52359c,_0x32dcdf){_0x52359c=_0x52359c-0x18a;let _0x3e24ae=_0x50cb4a[_0x52359c];return _0x3e24ae;},a58_0x5235(_0x4e4f3b,_0x41a0e3);}const a58_0x1629d6=a58_0x5235;(function(_0x453516,_0x4a53b8){const _0x87650c=a58_0x5235,_0x54778c=_0x453516();while(!![]){try{const _0x5312ea=parseInt(_0x87650c(0x1a9))/0x1+-parseInt(_0x87650c(0x1a0))/0x2+-parseInt(_0x87650c(0x18c))/0x3*(-parseInt(_0x87650c(0x196))/0x4)+-parseInt(_0x87650c(0x194))/0x5+parseInt(_0x87650c(0x193))/0x6*(-parseInt(_0x87650c(0x18f))/0x7)+parseInt(_0x87650c(0x1aa))/0x8*(-parseInt(_0x87650c(0x1a4))/0x9)+parseInt(_0x87650c(0x1a1))/0xa;if(_0x5312ea===_0x4a53b8)break;else _0x54778c['push'](_0x54778c['shift']());}catch(_0x8d9dc2){_0x54778c['push'](_0x54778c['shift']());}}}(a58_0x50cb,0x2bfdb));const Transport=require('winston-transport'),{consoleHolder}=require(a58_0x1629d6(0x18a)),a58_0x41251e={};a58_0x41251e[a58_0x1629d6(0x190)]=a58_0x1629d6(0x190),a58_0x41251e[a58_0x1629d6(0x19f)]='ERROR',a58_0x41251e[a58_0x1629d6(0x1a3)]='DEBUG',a58_0x41251e[a58_0x1629d6(0x198)]='TRACE',a58_0x41251e[a58_0x1629d6(0x199)]=a58_0x1629d6(0x199);const LOG_LEVELS=a58_0x41251e;function a58_0x50cb(){const _0x54947e=['WARN','logToTestOps','hjTPS','logged','toUpperCase','level','ERROR','10018xqbjqU','3156650OqMZfn','debug','DEBUG','22257teGDFu','log','toISOString','exports','Ssaaf','30103DevsPk','104fCpRyM','../../helpers/test-observability/constants','TEST_LOG','696351NKiFlr','nrEaj','toLowerCase','1992592iZcfyJ','INFO','warn','FQGHp','6VpfpNV','379420xNVShu','info','4xPPHXO','emit','TRACE'];a58_0x50cb=function(){return _0x54947e;};return a58_0x50cb();}class logReportingAPI extends Transport{constructor(_0x515ada){super(_0x515ada);}[a58_0x1629d6(0x1a5)](_0x5178f0,_0x4552e7){const _0xb6fdc7=a58_0x1629d6,_0x51b1f2={'Ssaaf':_0xb6fdc7(0x19c),'oaqAi':function(_0x3817cc,_0x4fdf3f){return _0x3817cc(_0x4fdf3f);},'hjTPS':function(_0x328dbd,_0x356f7a){return _0x328dbd===_0x356f7a;},'GSOnN':'object','FQGHp':function(_0x526993){return _0x526993();}};_0x51b1f2['oaqAi'](setImmediate,()=>{const _0x88aca5=_0xb6fdc7;this[_0x88aca5(0x197)](_0x51b1f2[_0x88aca5(0x1a8)],_0x5178f0);}),_0x51b1f2[_0xb6fdc7(0x19b)](typeof _0x5178f0,_0x51b1f2['GSOnN'])?this[_0xb6fdc7(0x19a)](_0x5178f0[_0xb6fdc7(0x19e)]||LOG_LEVELS[_0xb6fdc7(0x190)],_0x5178f0['message'],![]):this['logToTestOps'](LOG_LEVELS['INFO'],_0x5178f0),_0x4552e7&&_0x51b1f2[_0xb6fdc7(0x192)](_0x4552e7);}[a58_0x1629d6(0x19a)]=(_0x43d911=LOG_LEVELS[a58_0x1629d6(0x190)],_0x532653='',_0x2b3b56=!![])=>{const _0x25f1d7=a58_0x1629d6,_0x5d506a={};_0x5d506a[_0x25f1d7(0x18d)]=_0x25f1d7(0x18b);const _0x4228d6=_0x5d506a;_0x2b3b56&&consoleHolder[_0x43d911[_0x25f1d7(0x18e)]()](_0x532653),process[_0x25f1d7(0x197)]('bs:addLog:'+process['pid'],{'timestamp':new Date()[_0x25f1d7(0x1a6)](),'level':_0x43d911[_0x25f1d7(0x19d)](),'message':_0x532653,'kind':_0x4228d6[_0x25f1d7(0x18d)],'http_response':{}});};['trace']=(_0xb55dab,_0x582850)=>{const _0x4e1d4d=a58_0x1629d6;this['logToTestOps'](LOG_LEVELS[_0x4e1d4d(0x198)],_0xb55dab);};[a58_0x1629d6(0x1a2)]=(_0xd65179,_0x3a29eb)=>{const _0x58d00f=a58_0x1629d6;this[_0x58d00f(0x19a)](LOG_LEVELS['DEBUG'],_0xd65179);};[a58_0x1629d6(0x195)]=(_0x31679,_0x20b309)=>{const _0x512c04=a58_0x1629d6;this[_0x512c04(0x19a)](LOG_LEVELS[_0x512c04(0x190)],_0x31679);};[a58_0x1629d6(0x191)]=(_0x57352a,_0x4e721b)=>{const _0x45102c=a58_0x1629d6;this[_0x45102c(0x19a)](LOG_LEVELS[_0x45102c(0x199)],_0x57352a);};['error']=(_0x4578d3,_0x177c1d)=>{const _0x122230=a58_0x1629d6;this['logToTestOps'](LOG_LEVELS[_0x122230(0x19f)],_0x4578d3);};};module[a58_0x1629d6(0x1a7)]=logReportingAPI;