browserstack-node-sdk 1.49.6 → 1.49.8

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (186) hide show
  1. package/ats/src/cloudproviders/AWS.js +1 -1
  2. package/ats/src/cloudproviders/Azure.js +1 -1
  3. package/ats/src/cloudproviders/CloudProvider.js +1 -1
  4. package/ats/src/cloudproviders/GoogleCloudProvider.js +1 -1
  5. package/ats/src/cloudproviders/utils.js +1 -1
  6. package/ats/src/commands/configure.js +1 -1
  7. package/ats/src/commands/connect.js +1 -1
  8. package/ats/src/commands/connect_commands/grid.js +1 -1
  9. package/ats/src/commands/create.js +1 -1
  10. package/ats/src/commands/create_commands/grid.js +1 -1
  11. package/ats/src/commands/delete.js +1 -1
  12. package/ats/src/commands/delete_commands/grid.js +1 -1
  13. package/ats/src/commands/init.js +1 -1
  14. package/ats/src/commands/list.js +1 -1
  15. package/ats/src/commands/list_commands/grid_profiles.js +1 -1
  16. package/ats/src/commands/list_commands/grids.js +1 -1
  17. package/ats/src/commands/precheck.js +1 -1
  18. package/ats/src/commands/precheck_commands/setup_precheck.js +1 -1
  19. package/ats/src/commands/start.js +1 -1
  20. package/ats/src/commands/start_commands/grid.js +1 -1
  21. package/ats/src/commands/stop.js +1 -1
  22. package/ats/src/commands/stop_commands/grid.js +1 -1
  23. package/ats/src/config/constants.js +1 -1
  24. package/ats/src/config/logger.js +1 -1
  25. package/ats/src/index.js +1 -1
  26. package/ats/src/utils/AWSUtils.js +1 -1
  27. package/ats/src/utils/createAutoscalerStack.js +1 -1
  28. package/ats/src/utils/createClusterStack.js +1 -1
  29. package/ats/src/utils/createHubHaStack.js +1 -1
  30. package/ats/src/utils/createk8sClient.js +1 -1
  31. package/ats/src/utils/deleteEFSMountTargets.js +1 -1
  32. package/ats/src/utils/deleteStack.js +1 -1
  33. package/ats/src/utils/describeStack.js +1 -1
  34. package/ats/src/utils/gridComponents.js +1 -1
  35. package/ats/src/utils/hstUtils.js +1 -1
  36. package/ats/src/utils/instrumentationUtils.js +1 -1
  37. package/ats/src/utils/userInput.js +1 -1
  38. package/ats/src/utils/utilityMethods.js +1 -1
  39. package/ats/src/utils/webSocketUtils.js +1 -1
  40. package/package.json +1 -1
  41. package/src/ai-sdk-node/bundle.js +1 -1
  42. package/src/bin/codeceptjs/BrowserStackPlugin.js +1 -1
  43. package/src/bin/codeceptjs/command.js +1 -1
  44. package/src/bin/codeceptjs/helper.js +1 -1
  45. package/src/bin/codeceptjs/o11yHelper.js +1 -1
  46. package/src/bin/cucumber-js/command.js +1 -1
  47. package/src/bin/cucumber-js/formatter/custom_formatter.js +1 -1
  48. package/src/bin/cucumber-js/formatter/custom_formatter_old_versions.js +1 -1
  49. package/src/bin/cucumber-js/test-observability.js +1 -1
  50. package/src/bin/cucumber-js/test.setup.js +1 -1
  51. package/src/bin/cucumber-js/test_old.setup.js +1 -1
  52. package/src/bin/cucumber-js/timeout.setup.js +1 -1
  53. package/src/bin/integrations/command.js +1 -1
  54. package/src/bin/integrations/constants.js +1 -1
  55. package/src/bin/jest/command.js +1 -1
  56. package/src/bin/jest/customImplements/customCircus.js +1 -1
  57. package/src/bin/jest/customImplements/customEnvironment.js +1 -1
  58. package/src/bin/jest/customImplements/customJestAdapterInit.js +1 -1
  59. package/src/bin/jest/customImplements/customSequencer.js +1 -1
  60. package/src/bin/jest/customImplements/customTestRunnerTemplate.js +1 -1
  61. package/src/bin/jest/jest.setup.js +1 -1
  62. package/src/bin/jest/test-observability/data-hooks.js +1 -1
  63. package/src/bin/jest/test-observability/helper.js +1 -1
  64. package/src/bin/jest/test-observability/obsReporter.js +1 -1
  65. package/src/bin/jest/test-observability/test-details.js +1 -1
  66. package/src/bin/jest/test.setup.js +1 -1
  67. package/src/bin/jest/test_before.setup.js +1 -1
  68. package/src/bin/launcher/launcher.js +1 -1
  69. package/src/bin/load/index.js +1 -1
  70. package/src/bin/load/loadUtils.js +1 -1
  71. package/src/bin/mocha/accessibility-automation/helper.js +1 -1
  72. package/src/bin/mocha/bstack-reporter/customReporter.js +1 -1
  73. package/src/bin/mocha/command.js +1 -1
  74. package/src/bin/mocha/test-observability/builderPatch.js +1 -1
  75. package/src/bin/mocha/test-observability/data-hooks.js +1 -1
  76. package/src/bin/mocha/test-observability/mochaUtils.js +1 -1
  77. package/src/bin/mocha/test.setup.js +1 -1
  78. package/src/bin/nightwatch/command.js +1 -1
  79. package/src/bin/playwright/accessibility-helper.js +1 -1
  80. package/src/bin/playwright/command.js +1 -1
  81. package/src/bin/playwright/globalSetup.js +1 -1
  82. package/src/bin/playwright/mock-process.js +1 -1
  83. package/src/bin/playwright/modifyPlaywrightConf.js +1 -1
  84. package/src/bin/playwright/patches.js +1 -1
  85. package/src/bin/playwright/reporter/pwUtils.js +1 -1
  86. package/src/bin/playwright/reporter/reporter.js +1 -1
  87. package/src/bin/playwright/reporter/test-details.js +1 -1
  88. package/src/bin/playwright/sessionDetails.js +1 -1
  89. package/src/bin/runner.js +1 -1
  90. package/src/bin/setup.js +1 -1
  91. package/src/bin/test-runner/index.js +1 -1
  92. package/src/bin/test-runner/runTest.js +1 -1
  93. package/src/bin/test-runner/testWorker.js +1 -1
  94. package/src/bin/utils/apiUtilityMethods.js +1 -1
  95. package/src/bin/utils/clientTroubleshootingService.js +1 -1
  96. package/src/bin/utils/constants.js +1 -1
  97. package/src/bin/utils/log4jsAppender.js +1 -1
  98. package/src/bin/utils/logPatcher.js +1 -1
  99. package/src/bin/utils/logReportingAPI.js +1 -1
  100. package/src/bin/utils/playwright-patcher.js +1 -1
  101. package/src/bin/utils/sharedPlaywrightSessionDetails.js +1 -1
  102. package/src/bin/utils/sharedUtils.js +1 -1
  103. package/src/bin/v2/TestInfo.js +1 -1
  104. package/src/bin/v2/browserstackCLI.js +1 -1
  105. package/src/bin/v2/cliUtils.js +1 -1
  106. package/src/bin/v2/customTagManager.js +1 -1
  107. package/src/bin/v2/eventDispatcher.js +1 -1
  108. package/src/bin/v2/framework/automationFramework.js +1 -1
  109. package/src/bin/v2/framework/constants/automationFrameworkConstants.js +1 -1
  110. package/src/bin/v2/framework/constants/testFrameworkConstants.js +1 -1
  111. package/src/bin/v2/framework/cucumberTestFramework.js +1 -1
  112. package/src/bin/v2/framework/jestTestFramework.js +1 -1
  113. package/src/bin/v2/framework/playwrightAutomationFramework.js +1 -1
  114. package/src/bin/v2/framework/playwrightTestFramework.js +1 -1
  115. package/src/bin/v2/framework/testFramework.js +1 -1
  116. package/src/bin/v2/grpcClient.js +1 -1
  117. package/src/bin/v2/instances/automationFrameworkInstance.js +1 -1
  118. package/src/bin/v2/instances/testFrameworkInstance.js +1 -1
  119. package/src/bin/v2/instances/trackedContext.js +1 -1
  120. package/src/bin/v2/instances/trackedInstance.js +1 -1
  121. package/src/bin/v2/modules/accessibilityModule.js +1 -1
  122. package/src/bin/v2/modules/baseModule.js +1 -1
  123. package/src/bin/v2/modules/loadTestModule.js +1 -1
  124. package/src/bin/v2/modules/observabilityModule.js +1 -1
  125. package/src/bin/v2/modules/playwrightDriverModule.js +1 -1
  126. package/src/bin/v2/modules/testhubModule.js +1 -1
  127. package/src/bin/v2/state/automationFrameworkState.js +1 -1
  128. package/src/bin/v2/state/hookState.js +1 -1
  129. package/src/bin/v2/state/testFrameworkState.js +1 -1
  130. package/src/bin/v2/uploadAttachmentsManager.js +1 -1
  131. package/src/bin/v2/utils/cucumber-utils.js +1 -1
  132. package/src/bin/v2/utils/jest-utils.js +1 -1
  133. package/src/bin/vanilla-js/command.js +1 -1
  134. package/src/browserStackSdk.js +1 -1
  135. package/src/helpers/BrowserStackSetup.js +1 -1
  136. package/src/helpers/accessibility-automation/accessibilityRetryHelper.js +1 -1
  137. package/src/helpers/accessibility-automation/constants.js +1 -1
  138. package/src/helpers/accessibility-automation/helper.js +1 -1
  139. package/src/helpers/accessibility-automation/scripts.js +1 -1
  140. package/src/helpers/ai-sdk/aiSdkWrapper.js +1 -1
  141. package/src/helpers/ai-sdk/autoHealHelper.js +1 -1
  142. package/src/helpers/ats/constants.js +1 -1
  143. package/src/helpers/ats/helper.js +1 -1
  144. package/src/helpers/capsMapping.js +1 -1
  145. package/src/helpers/central-scanner/constants.js +1 -1
  146. package/src/helpers/central-scanner/helpers.js +1 -1
  147. package/src/helpers/classLogger.js +1 -1
  148. package/src/helpers/globals.js +1 -1
  149. package/src/helpers/helper.js +1 -1
  150. package/src/helpers/logger.js +1 -1
  151. package/src/helpers/metadata.js +1 -1
  152. package/src/helpers/patchHelper.js +1 -1
  153. package/src/helpers/patchHelpers.js +1 -1
  154. package/src/helpers/percy/Percy.js +1 -1
  155. package/src/helpers/percy/PercyBinary.js +1 -1
  156. package/src/helpers/percy/PercyCaptureMap.js +1 -1
  157. package/src/helpers/percy/PercyCaptureModes.js +1 -1
  158. package/src/helpers/percy/PercySDK.js +1 -1
  159. package/src/helpers/percy/index.js +1 -1
  160. package/src/helpers/percy/utils.js +1 -1
  161. package/src/helpers/performance/constants.js +1 -1
  162. package/src/helpers/performance/performance-tester.js +1 -1
  163. package/src/helpers/playwright-helper.js +1 -1
  164. package/src/helpers/processHelper.js +1 -1
  165. package/src/helpers/request-spy.js +1 -1
  166. package/src/helpers/setKeepAlive.js +1 -1
  167. package/src/helpers/test-observability/constants.js +1 -1
  168. package/src/helpers/test-observability/error-handler.js +1 -1
  169. package/src/helpers/test-observability/requestQueueHandler.js +1 -1
  170. package/src/helpers/test-observability/sessionHandler.js +1 -1
  171. package/src/helpers/test-observability/utils.js +1 -1
  172. package/src/helpers/test-orchestration/constants.js +1 -1
  173. package/src/helpers/test-orchestration/failfastManager.js +1 -1
  174. package/src/helpers/test-orchestration/fileHelper.js +1 -1
  175. package/src/helpers/test-orchestration/orchestrationUtils.js +1 -1
  176. package/src/helpers/test-orchestration/requestUtils.js +1 -1
  177. package/src/helpers/test-orchestration/testOrchestrationHandler.js +1 -1
  178. package/src/helpers/test-orchestration/testOrderingServerHandler.js +1 -1
  179. package/src/helpers/testhub/constants.js +1 -1
  180. package/src/helpers/testhub/testhubHandler.js +1 -1
  181. package/src/helpers/testhub/utils.js +1 -1
  182. package/src/helpers/timeoutPromise.js +1 -1
  183. package/src/helpers/utilities.js +1 -1
  184. package/src/helpers/w3cMapping.js +1 -1
  185. package/src/hubAllocationMethods.js +1 -1
  186. package/src/index.js +1 -1
package/src/bin/setup.js CHANGED
@@ -1,3 +1,3 @@
1
1
  #!/usr/bin/env node
2
2
 
3
- const a49_0x22f1e8=a49_0x7652;(function(_0x412037,_0x47042d){const _0x1ca4fb=a49_0x7652,_0x1dafe4=_0x412037();while(!![]){try{const _0x2aeebc=-parseInt(_0x1ca4fb(0x1b2))/0x1+-parseInt(_0x1ca4fb(0x1cf))/0x2+parseInt(_0x1ca4fb(0x1bc))/0x3+-parseInt(_0x1ca4fb(0x1c0))/0x4*(-parseInt(_0x1ca4fb(0x1a6))/0x5)+parseInt(_0x1ca4fb(0x1b1))/0x6+parseInt(_0x1ca4fb(0x1dc))/0x7*(parseInt(_0x1ca4fb(0x1cd))/0x8)+parseInt(_0x1ca4fb(0x1cc))/0x9*(-parseInt(_0x1ca4fb(0x19b))/0xa);if(_0x2aeebc===_0x47042d)break;else _0x1dafe4['push'](_0x1dafe4['shift']());}catch(_0xf33cdd){_0x1dafe4['push'](_0x1dafe4['shift']());}}}(a49_0x58df,0xc24f6));const fs=require('fs'),helper=require('../helpers/helper'),utilities=require(a49_0x22f1e8(0x1b3)),yaml=require(a49_0x22f1e8(0x1c2)),yargs=require(a49_0x22f1e8(0x1ce)),logger=require(a49_0x22f1e8(0x1a2))['winstonLogger'],configFileTemplate=__dirname+a49_0x22f1e8(0x1c3),configFileTemplatePW=__dirname+a49_0x22f1e8(0x1ac),configFile=process[a49_0x22f1e8(0x1d2)]()+'/browserstack.yml',packageFile=process[a49_0x22f1e8(0x1d2)]()+a49_0x22f1e8(0x1df),frameworks=['mocha','jest','cucumber-js','node','nightwatch','codeceptjs',a49_0x22f1e8(0x1e0)];let config;logger[a49_0x22f1e8(0x1bf)](a49_0x22f1e8(0x1a5)),createConfigurationFile(yargs[a49_0x22f1e8(0x1ba)][a49_0x22f1e8(0x1d8)],yargs[a49_0x22f1e8(0x1ba)][a49_0x22f1e8(0x1a4)],yargs[a49_0x22f1e8(0x1ba)][a49_0x22f1e8(0x1e0)]);function a49_0x7652(_0x40b03f,_0x5b1622){const _0x58df07=a49_0x58df();return a49_0x7652=function(_0x765263,_0x3461b0){_0x765263=_0x765263-0x19b;let _0x1098cf=_0x58df07[_0x765263];return _0x1098cf;},a49_0x7652(_0x40b03f,_0x5b1622);}try{sdkSetup();}catch(a49_0x5d466e){logger[a49_0x22f1e8(0x1a0)]('Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20'+a49_0x5d466e);}function a49_0x58df(){const _0x47f2d3=['info','4iWRGXH','kodPN','js-yaml','/../../browserstack.yml.sample','YOUR_USERNAME','npm\x20update\x20browserstack-node-sdk','iiQmR','error','stringify','\x20&&\x20npm\x20update\x20browserstack-node-sdk','-browserstack','YOUR_ACCESS_KEY','9796698CRiPzM','12013184xeVifx','yargs','1810710wexrtz','parse','browserstack-node-sdk','cwd','indexOf','Setup\x20completed','rFCLR','push','nDOlR','username','Adding\x20new\x20script(s)\x20in\x20package.json...','split','postinstall','7eiAoNG','load','browserstack-node-sdk\x20','/package.json','playwright','RGlud','10jUYvuP','mVPxh','wmACT','readFileSync','scripts','debug','replace','../helpers/logger','ugtIO','key','Creating\x20configuration\x20file...','7327205sTaPBj','QSjUX','includes','EpysO','writeFileSync','AoQaA','/../../browserstack.pw.yml.sample','KNWRH','node-setup','qzIZS','fHSBX','3332742HZncFN','1439970icCdUK','../helpers/utilities','length','zbPZq','Irrvu','entries','btebL','PzUaU','argv','SDKSetup','2121585zlKluu','utf8','IVSCD'];a49_0x58df=function(){return _0x47f2d3;};return a49_0x58df();}addScriptInPackageJson();function createConfigurationFile(_0x2dde4e,_0x18d436,_0x5d218d=![]){const _0x4a6d9e=a49_0x22f1e8,_0x1fbb6e={};_0x1fbb6e[_0x4a6d9e(0x1a7)]=_0x4a6d9e(0x1bd),_0x1fbb6e[_0x4a6d9e(0x1ad)]=_0x4a6d9e(0x1c4),_0x1fbb6e['qzIZS']=_0x4a6d9e(0x1cb);const _0x37647a=_0x1fbb6e;try{let _0x2a7df7=fs[_0x4a6d9e(0x19e)](_0x5d218d?configFileTemplatePW:configFileTemplate,_0x37647a[_0x4a6d9e(0x1a7)]);_0x2dde4e&&(_0x2a7df7=_0x2a7df7[_0x4a6d9e(0x1a1)](_0x37647a[_0x4a6d9e(0x1ad)],_0x2dde4e)),_0x18d436&&(_0x2a7df7=_0x2a7df7[_0x4a6d9e(0x1a1)](_0x37647a[_0x4a6d9e(0x1af)],_0x18d436)),config=yaml[_0x4a6d9e(0x1dd)](_0x2a7df7),fs[_0x4a6d9e(0x1aa)](configFile,_0x2a7df7,_0x5033c3=>{const _0x3bfab4=_0x4a6d9e;_0x5033c3&&logger[_0x3bfab4(0x1c7)](_0x5033c3);});}catch(_0x8a1357){logger[_0x4a6d9e(0x1c7)](_0x8a1357);}}function addPostInstallScript(_0x4997f4,_0x267e16){const _0x14fb92=a49_0x22f1e8,_0x2880f2={};_0x2880f2['mVPxh']=_0x14fb92(0x1db),_0x2880f2[_0x14fb92(0x1e1)]=_0x14fb92(0x1c5),_0x2880f2[_0x14fb92(0x1a3)]=_0x14fb92(0x1c9);const _0x1f9e0f=_0x2880f2;let _0x16cdc2=_0x4997f4[_0x1f9e0f[_0x14fb92(0x19c)]];if(_0x16cdc2&&_0x16cdc2['includes'](_0x1f9e0f['RGlud']))return;!_0x16cdc2?_0x16cdc2=_0x1f9e0f[_0x14fb92(0x1e1)]:_0x16cdc2+=_0x1f9e0f[_0x14fb92(0x1a3)],_0x267e16[_0x14fb92(0x1d6)]([_0x1f9e0f[_0x14fb92(0x19c)],_0x16cdc2]);}function addScriptInPackageJson(){const _0x1811f0=a49_0x22f1e8,_0x447381={'fHSBX':'utf8','EpysO':function(_0x407d79,_0x34c2c4){return _0x407d79<_0x34c2c4;},'kodPN':function(_0x16189f,_0x23f725,_0x2097bc){return _0x16189f(_0x23f725,_0x2097bc);},'rFCLR':function(_0x3ada71,_0x1ddce4,_0x370ea9){return _0x3ada71(_0x1ddce4,_0x370ea9);},'Irrvu':function(_0xb98dc3,_0x3f3895){return _0xb98dc3<_0x3f3895;},'loXZR':function(_0x33a112,_0x239b03){return _0x33a112!==_0x239b03;},'btebL':_0x1811f0(0x1d9)},_0x29034f=JSON[_0x1811f0(0x1d0)](fs[_0x1811f0(0x19e)](packageFile,_0x447381[_0x1811f0(0x1b0)])),_0x3f4dec=[];for(let _0x234d22=0x0;_0x447381[_0x1811f0(0x1a9)](_0x234d22,frameworks[_0x1811f0(0x1b4)]);_0x234d22+=0x1){const _0x422f6b=_0x447381[_0x1811f0(0x1c1)](findScriptsWithFramework,_0x29034f[_0x1811f0(0x19f)],frameworks[_0x234d22]);for(let _0xeef64d=0x0;_0x447381[_0x1811f0(0x1a9)](_0xeef64d,_0x422f6b['length']);_0xeef64d+=0x1){_0x3f4dec[_0x1811f0(0x1d6)](_0x447381[_0x1811f0(0x1c1)](getUpdatedCommand,_0x29034f[_0x1811f0(0x19f)],_0x422f6b[_0xeef64d]));}_0x447381[_0x1811f0(0x1d5)](addPostInstallScript,_0x29034f[_0x1811f0(0x19f)],_0x3f4dec);}const _0x1e78cd={..._0x29034f[_0x1811f0(0x19f)]},_0x348ea8=_0x1e78cd;for(let _0x3a2ce7=0x0;_0x447381[_0x1811f0(0x1b6)](_0x3a2ce7,_0x3f4dec[_0x1811f0(0x1b4)]);_0x3a2ce7+=0x1){_0x348ea8[_0x3f4dec[_0x3a2ce7][0x0]]=_0x3f4dec[_0x3a2ce7][0x1];}_0x447381['loXZR'](JSON[_0x1811f0(0x1c8)](_0x29034f[_0x1811f0(0x19f)]),JSON[_0x1811f0(0x1c8)](_0x348ea8))&&(logger[_0x1811f0(0x1bf)](_0x447381[_0x1811f0(0x1b8)]),_0x29034f['scripts']=_0x348ea8,fs[_0x1811f0(0x1aa)](packageFile,JSON[_0x1811f0(0x1c8)](_0x29034f,null,0x2),_0x27f5ea=>{const _0x449d87=_0x1811f0;_0x27f5ea&&logger[_0x449d87(0x1c7)](_0x27f5ea);}));};function findScriptsWithFramework(_0x2b40cf,_0x207ad3){const _0x3a12c1=a49_0x22f1e8,_0x263ef4={};_0x263ef4[_0x3a12c1(0x1b9)]=function(_0x15f327,_0x534bf7){return _0x15f327<_0x534bf7;},_0x263ef4['wmACT']='browserstack-node-sdk';const _0x41e9e2=_0x263ef4,_0x18fb17=[],_0x70e083=Object[_0x3a12c1(0x1b7)](_0x2b40cf);for(let _0x3d5dce=0x0;_0x41e9e2['PzUaU'](_0x3d5dce,_0x70e083['length']);_0x3d5dce+=0x1){_0x70e083[_0x3d5dce][0x1][_0x3a12c1(0x1a8)](_0x207ad3)&&!_0x70e083[_0x3d5dce][0x1][_0x3a12c1(0x1a8)](_0x41e9e2[_0x3a12c1(0x19d)])&&_0x18fb17[_0x3a12c1(0x1d6)](_0x70e083[_0x3d5dce][0x0]);}return _0x18fb17;}function getUpdatedCommand(_0x2a3d82,_0x40bddd){const _0x5df404=a49_0x22f1e8,_0x3bc7ac={};_0x3bc7ac[_0x5df404(0x1be)]=function(_0x484c8b,_0x56aeca){return _0x484c8b!==_0x56aeca;},_0x3bc7ac[_0x5df404(0x1b5)]=_0x5df404(0x1d1),_0x3bc7ac[_0x5df404(0x1c6)]=function(_0x455a6b,_0x8cd0c8){return _0x455a6b===_0x8cd0c8;};const _0x5bb99b=_0x3bc7ac,_0x51542e=_0x40bddd+_0x5df404(0x1ca),_0x57327c=_0x2a3d82[_0x40bddd],_0x4c6b71=_0x57327c[_0x5df404(0x1da)]('\x20');for(const _0xfd4540 of frameworks){if(_0x5bb99b[_0x5df404(0x1be)](_0x4c6b71[_0x5df404(0x1d3)](_0xfd4540),-0x1)){_0x4c6b71['splice'](_0x4c6b71[_0x5df404(0x1d3)](_0xfd4540),0x0,_0x5bb99b[_0x5df404(0x1b5)]);break;}}let _0x64bc9=_0x4c6b71['join']('\x20');return _0x5bb99b['iiQmR'](_0x64bc9,_0x57327c)&&(_0x64bc9=_0x5df404(0x1de)+_0x57327c),[_0x51542e,_0x64bc9];}function sdkSetup(){const _0x546719=a49_0x22f1e8,_0x32101b={};_0x32101b[_0x546719(0x1d7)]=_0x546719(0x1ae),_0x32101b[_0x546719(0x1ab)]=_0x546719(0x1bb);const _0x21c92c=_0x32101b;if(helper['isUndefined'](config))return;config['source']=_0x21c92c['nDOlR'];try{utilities['fireFunnelTestEvent'](_0x21c92c[_0x546719(0x1ab)],{},config,'');}catch(_0x3b8b7a){logger[_0x546719(0x1a0)]('Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20'+_0x3b8b7a);}}logger['info'](a49_0x22f1e8(0x1d4));
3
+ const a49_0x578c74=a49_0x252b;(function(_0x2b8ce9,_0x5a5888){const _0x58c596=a49_0x252b,_0x1cc3f3=_0x2b8ce9();while(!![]){try{const _0x10f368=-parseInt(_0x58c596(0xc9))/0x1*(parseInt(_0x58c596(0xdd))/0x2)+-parseInt(_0x58c596(0x103))/0x3+-parseInt(_0x58c596(0xe8))/0x4+-parseInt(_0x58c596(0xcb))/0x5+-parseInt(_0x58c596(0xfb))/0x6+parseInt(_0x58c596(0xc6))/0x7+parseInt(_0x58c596(0xf1))/0x8;if(_0x10f368===_0x5a5888)break;else _0x1cc3f3['push'](_0x1cc3f3['shift']());}catch(_0x36b29a){_0x1cc3f3['push'](_0x1cc3f3['shift']());}}}(a49_0x1e13,0xda72a));const fs=require('fs'),helper=require(a49_0x578c74(0xf8)),utilities=require(a49_0x578c74(0xd0)),yaml=require(a49_0x578c74(0xd4)),yargs=require(a49_0x578c74(0xd2)),logger=require('../helpers/logger')[a49_0x578c74(0xe1)],configFileTemplate=__dirname+a49_0x578c74(0xfe),configFileTemplatePW=__dirname+a49_0x578c74(0xca),configFile=process[a49_0x578c74(0xee)]()+a49_0x578c74(0xfc),packageFile=process[a49_0x578c74(0xee)]()+'/package.json',frameworks=[a49_0x578c74(0xd6),'jest',a49_0x578c74(0xe9),'node',a49_0x578c74(0xde),a49_0x578c74(0xf7),'playwright'];let config;logger[a49_0x578c74(0xc7)](a49_0x578c74(0x107)),createConfigurationFile(yargs[a49_0x578c74(0x101)][a49_0x578c74(0xdb)],yargs[a49_0x578c74(0x101)][a49_0x578c74(0xff)],yargs[a49_0x578c74(0x101)]['playwright']);try{sdkSetup();}catch(a49_0x533062){logger['debug'](a49_0x578c74(0xc5)+a49_0x533062);}addScriptInPackageJson();function createConfigurationFile(_0x246e1a,_0x406253,_0x5a04ba=![]){const _0x4745bf=a49_0x578c74,_0x310432={};_0x310432['hUkiO']=_0x4745bf(0xf0),_0x310432[_0x4745bf(0xce)]='YOUR_USERNAME',_0x310432[_0x4745bf(0xe6)]=_0x4745bf(0x100);const _0x536f1f=_0x310432;try{let _0x197aea=fs[_0x4745bf(0xd5)](_0x5a04ba?configFileTemplatePW:configFileTemplate,_0x536f1f['hUkiO']);_0x246e1a&&(_0x197aea=_0x197aea[_0x4745bf(0xe0)](_0x536f1f[_0x4745bf(0xce)],_0x246e1a)),_0x406253&&(_0x197aea=_0x197aea[_0x4745bf(0xe0)](_0x536f1f['ACyfm'],_0x406253)),config=yaml[_0x4745bf(0x106)](_0x197aea),fs[_0x4745bf(0xdc)](configFile,_0x197aea,_0x461bb0=>{_0x461bb0&&logger['error'](_0x461bb0);});}catch(_0x355cd2){logger['error'](_0x355cd2);}}function a49_0x1e13(){const _0x499f4c=['writeFileSync','3016842MxSLxk','nightwatch','QWRrP','replace','winstonLogger','entries','GBQgS','splice','includes','ACyfm','yAMMX','5944472BJnpbe','cucumber-js','node-setup','NYeNC','browserstack-node-sdk\x20','lEDsM','cwd','\x20&&\x20npm\x20update\x20browserstack-node-sdk','utf8','52815880Ihfksd','join','BhaCP','ICagc','debug','split','codeceptjs','../helpers/helper','error','knfoF','10251798BoIsfp','/browserstack.yml','scripts','/../../browserstack.yml.sample','key','YOUR_ACCESS_KEY','argv','source','4555095EvSHmX','stringify','fireFunnelTestEvent','load','Creating\x20configuration\x20file...','Wguvf','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','4063486hwyCod','info','npm\x20update\x20browserstack-node-sdk','1GauXei','/../../browserstack.pw.yml.sample','330920jGnTNS','vlAeY','Setup\x20completed','DqrGO','hfOQW','../helpers/utilities','push','yargs','parse','js-yaml','readFileSync','mocha','indexOf','postinstall','length','LIUlx','username'];a49_0x1e13=function(){return _0x499f4c;};return a49_0x1e13();}function a49_0x252b(_0x50e3c2,_0x5e34d0){const _0x1e1334=a49_0x1e13();return a49_0x252b=function(_0x252b58,_0x5bec40){_0x252b58=_0x252b58-0xc5;let _0x54d731=_0x1e1334[_0x252b58];return _0x54d731;},a49_0x252b(_0x50e3c2,_0x5e34d0);}function addPostInstallScript(_0x1b2300,_0x2bdf3a){const _0x34242f=a49_0x578c74,_0x1d409b={};_0x1d409b[_0x34242f(0xcc)]=_0x34242f(0xd8),_0x1d409b[_0x34242f(0xda)]=_0x34242f(0xc8),_0x1d409b[_0x34242f(0xcf)]=_0x34242f(0xef);const _0x231105=_0x1d409b;let _0xbd2f7a=_0x1b2300[_0x231105['vlAeY']];if(_0xbd2f7a&&_0xbd2f7a[_0x34242f(0xe5)](_0x231105[_0x34242f(0xda)]))return;!_0xbd2f7a?_0xbd2f7a=_0x231105['LIUlx']:_0xbd2f7a+=_0x231105[_0x34242f(0xcf)],_0x2bdf3a[_0x34242f(0xd1)]([_0x231105[_0x34242f(0xcc)],_0xbd2f7a]);}function addScriptInPackageJson(){const _0x5702ff=a49_0x578c74,_0x4cf610={'gWpZd':_0x5702ff(0xf0),'BhaCP':function(_0x1fc369,_0x978fe){return _0x1fc369<_0x978fe;},'lEDsM':function(_0x7dcb14,_0x1cc441,_0x5534d7){return _0x7dcb14(_0x1cc441,_0x5534d7);},'GqJSl':function(_0x1135c7,_0x4c5977){return _0x1135c7<_0x4c5977;},'NYeNC':function(_0x38239b,_0x43e307){return _0x38239b<_0x43e307;},'Wguvf':function(_0x4923b8,_0x3144cb){return _0x4923b8!==_0x3144cb;},'maREs':'Adding\x20new\x20script(s)\x20in\x20package.json...'},_0x190f1f=JSON[_0x5702ff(0xd3)](fs['readFileSync'](packageFile,_0x4cf610['gWpZd'])),_0x2b6b94=[];for(let _0x302150=0x0;_0x4cf610[_0x5702ff(0xf3)](_0x302150,frameworks[_0x5702ff(0xd9)]);_0x302150+=0x1){const _0xd22f2e=_0x4cf610['lEDsM'](findScriptsWithFramework,_0x190f1f[_0x5702ff(0xfd)],frameworks[_0x302150]);for(let _0x52fd58=0x0;_0x4cf610['GqJSl'](_0x52fd58,_0xd22f2e[_0x5702ff(0xd9)]);_0x52fd58+=0x1){_0x2b6b94[_0x5702ff(0xd1)](_0x4cf610['lEDsM'](getUpdatedCommand,_0x190f1f[_0x5702ff(0xfd)],_0xd22f2e[_0x52fd58]));}_0x4cf610[_0x5702ff(0xed)](addPostInstallScript,_0x190f1f['scripts'],_0x2b6b94);}const _0x47c891={..._0x190f1f[_0x5702ff(0xfd)]},_0x2cc29e=_0x47c891;for(let _0xcb51af=0x0;_0x4cf610[_0x5702ff(0xeb)](_0xcb51af,_0x2b6b94[_0x5702ff(0xd9)]);_0xcb51af+=0x1){_0x2cc29e[_0x2b6b94[_0xcb51af][0x0]]=_0x2b6b94[_0xcb51af][0x1];}_0x4cf610[_0x5702ff(0x108)](JSON[_0x5702ff(0x104)](_0x190f1f[_0x5702ff(0xfd)]),JSON['stringify'](_0x2cc29e))&&(logger['info'](_0x4cf610['maREs']),_0x190f1f[_0x5702ff(0xfd)]=_0x2cc29e,fs['writeFileSync'](packageFile,JSON[_0x5702ff(0x104)](_0x190f1f,null,0x2),_0x1cb8d5=>{const _0xab4869=_0x5702ff;_0x1cb8d5&&logger[_0xab4869(0xf9)](_0x1cb8d5);}));};function findScriptsWithFramework(_0x3b9b1e,_0x45f8c0){const _0x46fb82=a49_0x578c74,_0x5a15={};_0x5a15['pQKJu']=function(_0x1012f,_0x2144b9){return _0x1012f<_0x2144b9;},_0x5a15[_0x46fb82(0xe7)]='browserstack-node-sdk';const _0x74dae=_0x5a15,_0x422998=[],_0x171ba7=Object[_0x46fb82(0xe2)](_0x3b9b1e);for(let _0x563c27=0x0;_0x74dae['pQKJu'](_0x563c27,_0x171ba7['length']);_0x563c27+=0x1){_0x171ba7[_0x563c27][0x1][_0x46fb82(0xe5)](_0x45f8c0)&&!_0x171ba7[_0x563c27][0x1][_0x46fb82(0xe5)](_0x74dae[_0x46fb82(0xe7)])&&_0x422998['push'](_0x171ba7[_0x563c27][0x0]);}return _0x422998;}function getUpdatedCommand(_0x3b6e92,_0x3c1cc5){const _0x3c61c0=a49_0x578c74,_0x39d53a={};_0x39d53a[_0x3c61c0(0xfa)]=function(_0x2e5a56,_0x1f45ea){return _0x2e5a56!==_0x1f45ea;},_0x39d53a[_0x3c61c0(0xe3)]='browserstack-node-sdk',_0x39d53a[_0x3c61c0(0xf4)]=function(_0x402637,_0x19a9e8){return _0x402637===_0x19a9e8;};const _0x2c41dc=_0x39d53a,_0x357072=_0x3c1cc5+'-browserstack',_0x461e02=_0x3b6e92[_0x3c1cc5],_0x3d0081=_0x461e02[_0x3c61c0(0xf6)]('\x20');for(const _0x2f2089 of frameworks){if(_0x2c41dc[_0x3c61c0(0xfa)](_0x3d0081[_0x3c61c0(0xd7)](_0x2f2089),-0x1)){_0x3d0081[_0x3c61c0(0xe4)](_0x3d0081[_0x3c61c0(0xd7)](_0x2f2089),0x0,_0x2c41dc[_0x3c61c0(0xe3)]);break;}}let _0x2d5acb=_0x3d0081[_0x3c61c0(0xf2)]('\x20');return _0x2c41dc[_0x3c61c0(0xf4)](_0x2d5acb,_0x461e02)&&(_0x2d5acb=_0x3c61c0(0xec)+_0x461e02),[_0x357072,_0x2d5acb];}function sdkSetup(){const _0x5c4be0=a49_0x578c74,_0xbdec8a={};_0xbdec8a['TGlxs']=_0x5c4be0(0xea),_0xbdec8a[_0x5c4be0(0xdf)]='SDKSetup';const _0x19563b=_0xbdec8a;if(helper['isUndefined'](config))return;config[_0x5c4be0(0x102)]=_0x19563b['TGlxs'];try{utilities[_0x5c4be0(0x105)](_0x19563b[_0x5c4be0(0xdf)],{},config,'');}catch(_0x2b846f){logger[_0x5c4be0(0xf5)](_0x5c4be0(0xc5)+_0x2b846f);}}logger[a49_0x578c74(0xc7)](a49_0x578c74(0xcd));
@@ -1 +1 @@
1
- const a50_0x1b577e=a50_0x2e04;(function(_0x284e7f,_0x284a89){const _0x22ab6a=a50_0x2e04,_0x18a901=_0x284e7f();while(!![]){try{const _0x5aa082=-parseInt(_0x22ab6a(0x1a6))/0x1+-parseInt(_0x22ab6a(0x17a))/0x2*(-parseInt(_0x22ab6a(0x1c9))/0x3)+-parseInt(_0x22ab6a(0x1cb))/0x4*(-parseInt(_0x22ab6a(0x188))/0x5)+-parseInt(_0x22ab6a(0x197))/0x6+parseInt(_0x22ab6a(0x19d))/0x7*(-parseInt(_0x22ab6a(0x1bb))/0x8)+-parseInt(_0x22ab6a(0x170))/0x9*(-parseInt(_0x22ab6a(0x19a))/0xa)+parseInt(_0x22ab6a(0x1bd))/0xb*(parseInt(_0x22ab6a(0x177))/0xc);if(_0x5aa082===_0x284a89)break;else _0x18a901['push'](_0x18a901['shift']());}catch(_0xe9c3d4){_0x18a901['push'](_0x18a901['shift']());}}}(a50_0x4ac1,0x1cc27));const Worker=require(a50_0x1b577e(0x182))[a50_0x1b577e(0x18d)],Emittery=require(a50_0x1b577e(0x1af)),pLimit=require('p-limit'),{parentPort}=require(a50_0x1b577e(0x18b)),util=require('util'),logger=require(a50_0x1b577e(0x1b7))[a50_0x1b577e(0x186)],PerformanceTester=require(a50_0x1b577e(0x1a7)),PerformanceEvents=require(a50_0x1b577e(0x179))[a50_0x1b577e(0x187)],{debug}=require(a50_0x1b577e(0x1a5)),TestHubHandler=require(a50_0x1b577e(0x16d));function a50_0x2e04(_0x1316da,_0x410f72){const _0x4ac1d0=a50_0x4ac1();return a50_0x2e04=function(_0x2e04fe,_0x561574){_0x2e04fe=_0x2e04fe-0x16d;let _0x43ae52=_0x4ac1d0[_0x2e04fe];return _0x43ae52;},a50_0x2e04(_0x1316da,_0x410f72);}function a50_0x4ac1(){const _0x298911=['cVyDn','mSjmz','736RBvqMA','log','11YhTcAg','test-file-failure','getStdout','XxbTt','emit','format','tSRou','fmciV','configuration','dzIPt','nJXqV','platform-run-success','57813JJZeix','platform-run-start','8kTsWaR','BxJRp','pipe','oLyRA','length','../../helpers/testhub/testhubHandler','tIyCv','results','63cgVsmm','QTxQT','end','bnFjw','getWorkers','then','Exception\x20in\x20sending\x20worker\x20message\x20','2507004YvugQO','Running\x20','../../helpers/performance/constants','6tYIQJp','platform-run-failure','TIsDK','\x20for','error','_child','tLlxy','PubDo','jest-worker','json','qjLVL','WoPox','winstonLogger','EVENTS','212015xeQbzy','rRCAc','file','worker_threads','exit','Worker','KvKdZ','vpSpC','SDK_SETUP','resolve','Exception\x20in\x20adding\x20custom\x20message\x20channel\x20','lOgDf','test-file-success','SOLyV','bpHCk','764334drnZLj','stderr','Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20','101260Xdhuor','HNxTs','Workers\x20failed\x20to\x20exit\x20gracefully','3423rSHwVY','test-file-start','_workerPool','waitForExit','stdout','info','UNSTABLE_onCustomMessage','map','../../helpers/test-observability/utils','132242xiCVtQ','../../helpers/performance/performance-tester','all','worker','send','hKSCf','platforms','getStderr','rocdI','emittery','ibhVF','debug','platform','frIUk','cucumberWorker','./testWorker.js','parallelTestRun','../../helpers/logger','oBspA'];a50_0x4ac1=function(){return _0x298911;};return a50_0x4ac1();}exports[a50_0x1b577e(0x1b6)]=(_0x16fe00,_0x3721d8,_0x75fe39)=>new Promise(async _0x1fd0ca=>{const _0xeb0225=a50_0x1b577e,_0x3c8464={'rRCAc':'failureCount','bnFjw':function(_0x22d2a7,_0x4bfdfe){return _0x22d2a7+_0x4bfdfe;},'vpSpC':_0xeb0225(0x16f),'frIUk':_0xeb0225(0x19c),'qjLVL':function(_0x5b5725,_0x22f603){return _0x5b5725(_0x22f603);},'rQCli':function(_0xf90422,_0x59e94d){return _0xf90422(_0x59e94d);},'ibhVF':_0xeb0225(0x19e),'SOLyV':_0xeb0225(0x1b5),'xnsUF':'worker','PubDo':_0xeb0225(0x183),'HNxTs':_0xeb0225(0x1cd),'TIsDK':function(_0x572812,_0x1912d3){return _0x572812*_0x1912d3;},'oLyRA':_0xeb0225(0x194),'XxbTt':_0xeb0225(0x1be),'tIyCv':function(_0x1010c9,_0x15dabc){return _0x1010c9*_0x15dabc;}},_0x29fe98=_0x75fe39['config'],_0x20fd0f={},_0x3a60c3=new Worker(require['resolve'](_0x3c8464[_0xeb0225(0x195)]),{'exposedMethods':[_0x3c8464['xnsUF']],'forkOptions':{'serialization':_0x3c8464[_0xeb0225(0x181)],'stdio':_0x3c8464[_0xeb0225(0x19b)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x3c8464[_0xeb0225(0x17c)](_0x3721d8,0x1),'enableWorkerThreads':!![]}),_0x26752f=new Emittery();_0x26752f['on'](_0x3c8464[_0xeb0225(0x1ce)],_0x246ff0=>{const _0x35ad53=_0xeb0225;_0x20fd0f[_0x246ff0[0x0]]?(_0x20fd0f[_0x246ff0[0x0]][_0x3c8464[_0x35ad53(0x189)]]=_0x3c8464[_0x35ad53(0x173)](_0x20fd0f[_0x246ff0[0x0]][_0x3c8464[_0x35ad53(0x189)]],_0x246ff0[0x1][_0x3c8464[_0x35ad53(0x189)]]),_0x20fd0f[_0x246ff0[0x0]][_0x3c8464[_0x35ad53(0x18f)]]=[..._0x20fd0f[_0x246ff0[0x0]][_0x3c8464[_0x35ad53(0x18f)]],..._0x246ff0[0x1][_0x3c8464['vpSpC']]]):_0x20fd0f[_0x246ff0[0x0]]={'failureCount':_0x246ff0[0x1][_0x3c8464[_0x35ad53(0x189)]],'results':[..._0x246ff0[0x1][_0x3c8464[_0x35ad53(0x18f)]]]};}),_0x26752f['on'](_0x3c8464[_0xeb0225(0x1c0)],_0x274065=>console[_0xeb0225(0x1bc)](_0x274065[0x1]));_0x3a60c3[_0xeb0225(0x1bf)]()&&_0x3a60c3[_0xeb0225(0x1bf)]()[_0xeb0225(0x1cd)](process[_0xeb0225(0x1a1)]);_0x3a60c3[_0xeb0225(0x1ad)]()&&_0x3a60c3[_0xeb0225(0x1ad)]()['pipe'](process[_0xeb0225(0x198)]);const _0x7571d1=async()=>{const _0x4469d5=_0xeb0225,{forceExited:_0x49271c}=await _0x3a60c3[_0x4469d5(0x172)]();_0x49271c&&console[_0x4469d5(0x17e)](_0x3c8464[_0x4469d5(0x1b3)]);try{await TestHubHandler['stop']();}catch(_0x49beb0){_0x3c8464['qjLVL'](debug,_0x4469d5(0x199)+_0x49beb0);}_0x3c8464['rQCli'](_0x1fd0ca,_0x20fd0f);},_0x21b620=_0x3c8464[_0xeb0225(0x184)](pLimit,_0x3c8464[_0xeb0225(0x16e)](_0x3721d8,0x1)),_0x4d1c0e=_0x3b67de=>_0x21b620(async()=>{const _0x2ecdb4=_0xeb0225;await _0x26752f[_0x2ecdb4(0x1c1)](_0x3c8464[_0x2ecdb4(0x1b0)],_0x3b67de);const _0x98dcab=_0x3a60c3[_0x2ecdb4(0x1a9)](_0x3b67de,_0x29fe98);try{parentPort&&_0x98dcab[_0x2ecdb4(0x1a3)](_0x10668f=>{const _0x4e0c84=_0x2ecdb4;try{parentPort['postMessage'](_0x10668f);}catch(_0x15bdab){logger[_0x4e0c84(0x1b1)](_0x4e0c84(0x176)+util[_0x4e0c84(0x1c2)](_0x15bdab));}});}catch(_0x55061b){logger[_0x2ecdb4(0x1b1)](_0x2ecdb4(0x192)+util['format'](_0x55061b));}return _0x98dcab;});PerformanceTester['end'](PerformanceEvents[_0xeb0225(0x190)]),Promise[_0xeb0225(0x1a8)](_0x16fe00['map'](_0x1b7a66=>_0x4d1c0e(_0x1b7a66)[_0xeb0225(0x175)](_0x18bae2=>_0x26752f[_0xeb0225(0x1c1)](_0xeb0225(0x194),[_0x1b7a66[_0xeb0225(0x1c5)]['platform'],_0x18bae2]),_0x145da8=>_0x26752f[_0xeb0225(0x1c1)](_0xeb0225(0x1be),[_0x1b7a66,_0x145da8]))))['then'](_0x7571d1,_0x7571d1);}),exports['parallelCucumberRun']=(_0x2642ca,_0x42b419,_0x3b5aff,_0x353521,_0x2d8894)=>{const _0x22f773=a50_0x1b577e,_0x2bc311={'qRbiu':_0x22f773(0x19c),'BxJRp':function(_0x19e1ed,_0x2a464f){return _0x19e1ed(_0x2a464f);},'pDEWi':_0x22f773(0x1ca),'tSRou':_0x22f773(0x1b5),'nJXqV':_0x22f773(0x1b4),'rocdI':_0x22f773(0x183),'YFkMk':_0x22f773(0x1cd),'bpHCk':'platform-run-success','lOgDf':_0x22f773(0x17b),'oBspA':function(_0x19937f,_0x1bbe09){return _0x19937f(_0x1bbe09);}};return new Promise(_0x3459a7=>{const _0x56d2ad=_0x22f773,_0x11d7ea={'cVyDn':_0x2bc311['qRbiu'],'tLlxy':function(_0x56ee65,_0x5a67ae){const _0x2dbce5=a50_0x2e04;return _0x2bc311[_0x2dbce5(0x1cc)](_0x56ee65,_0x5a67ae);},'EctXe':_0x2bc311['pDEWi']},_0x36c76a=[],_0x1758ce=new Worker(require[_0x56d2ad(0x191)](_0x2bc311[_0x56d2ad(0x1c3)]),{'exposedMethods':[_0x2bc311[_0x56d2ad(0x1c7)]],'forkOptions':{'serialization':_0x2bc311[_0x56d2ad(0x1ae)],'stdio':_0x2bc311['YFkMk']},'numWorkers':_0x2642ca[_0x56d2ad(0x1cf)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x386200=new Emittery();_0x386200['on'](_0x2bc311[_0x56d2ad(0x196)],_0x32cc70=>{_0x36c76a['push']([_0x32cc70[0x0],_0x32cc70[0x1]]);}),_0x386200['on'](_0x2bc311[_0x56d2ad(0x193)],_0x432abd=>console['log'](_0x432abd[0x1]));_0x1758ce['getStdout']()&&_0x1758ce[_0x56d2ad(0x1bf)]()[_0x56d2ad(0x1cd)](process[_0x56d2ad(0x1a1)]);_0x1758ce[_0x56d2ad(0x1ad)]()&&_0x1758ce[_0x56d2ad(0x1ad)]()['pipe'](process[_0x56d2ad(0x198)]);const _0x32e973=async()=>{const _0x5b239c=_0x56d2ad,{forceExited:_0x4ff6de}=await _0x1758ce['end']();_0x4ff6de&&console[_0x5b239c(0x17e)](_0x11d7ea[_0x5b239c(0x1b9)]),_0x11d7ea[_0x5b239c(0x180)](_0x3459a7,_0x36c76a);},_0x15729a=_0x2bc311[_0x56d2ad(0x1b8)](pLimit,_0x2642ca['length']||0x1),_0x5bb75f=(_0x3ab6c2,_0x38cc1e)=>_0x15729a(async()=>{const _0x475d96=_0x56d2ad;return await _0x386200[_0x475d96(0x1c1)](_0x11d7ea['EctXe'],_0x3ab6c2),_0x42b419['platformCaps']=_0x3b5aff[_0x475d96(0x1ac)][_0x38cc1e],_0x1758ce[_0x475d96(0x1b4)](_0x3ab6c2,_0x42b419,_0x3b5aff,_0x353521,_0x2d8894);});Promise['all'](_0x2642ca[_0x56d2ad(0x1a4)]((_0x45e51a,_0x9b1426)=>_0x5bb75f(_0x45e51a,_0x9b1426)[_0x56d2ad(0x175)](_0x116fe1=>_0x386200['emit'](_0x56d2ad(0x1c8),[_0x45e51a,_0x116fe1]),_0x28ab92=>_0x386200['emit'](_0x56d2ad(0x17b),[_0x45e51a,_0x28ab92]))))[_0x56d2ad(0x175)](_0x32e973,_0x32e973);});},exports['parallelVanillaRun']=(_0x1bdd98,_0x157de1)=>new Promise(_0x21e59b=>{const _0x141035=a50_0x1b577e,_0x330d06={'dzIPt':function(_0x5a6fef,_0x5b8f51){return _0x5a6fef===_0x5b8f51;},'hVTIE':function(_0x399c5b,_0x550524){return _0x399c5b!==_0x550524;},'KvKdZ':_0x141035(0x18c),'hKSCf':_0x141035(0x19c),'WoPox':function(_0x170166,_0x502f86){return _0x170166(_0x502f86);},'oxmdn':_0x141035(0x1b5),'CiUSH':'vanillaWorker','NWSCb':_0x141035(0x183),'QbGrN':_0x141035(0x1cd),'QTxQT':_0x141035(0x194),'joKFx':_0x141035(0x1be),'mSjmz':function(_0x23810f,_0x5e6158){return _0x23810f(_0x5e6158);}},_0x3b34b3={},_0x4cf89e=new Worker(require[_0x141035(0x191)](_0x330d06['oxmdn']),{'exposedMethods':[_0x330d06['CiUSH']],'forkOptions':{'serialization':_0x330d06['NWSCb'],'stdio':_0x330d06['QbGrN']},'numWorkers':_0x157de1,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x28a616=new Emittery();_0x28a616['on'](_0x330d06[_0x141035(0x171)],_0x18e601=>{const _0x2aeafa=_0x141035;_0x18e601[0x0]&&logger[_0x2aeafa(0x1a2)](_0x2aeafa(0x178)+_0x18e601[0x1]+_0x2aeafa(0x17d),_0x18e601[0x0]);}),_0x28a616['on'](_0x330d06['joKFx'],_0xa7b5da=>{process['exitCode']=0x1;});_0x4cf89e[_0x141035(0x1bf)]()&&_0x4cf89e[_0x141035(0x1bf)]()[_0x141035(0x1cd)](process['stdout']);_0x4cf89e[_0x141035(0x1ad)]()&&_0x4cf89e[_0x141035(0x1ad)]()[_0x141035(0x1cd)](process[_0x141035(0x198)]);const _0x4969c0=async()=>{const _0x40cd9d=_0x141035;let _0x1d9d40=0x0;const _0x3f8f19=_0x4cf89e[_0x40cd9d(0x19f)][_0x40cd9d(0x174)](),_0x12b7b7=()=>{},_0x1660c9=_0x3f8f19[_0x40cd9d(0x1a4)](async _0x349815=>{const _0x5ac2c6=_0x40cd9d,_0x56409b={'fmciV':function(_0x5e64c3,_0x4f9eb2){const _0x35b321=a50_0x2e04;return _0x330d06[_0x35b321(0x1c6)](_0x5e64c3,_0x4f9eb2);},'tHSfN':function(_0xdb8c26,_0x5593d5){return _0x330d06['hVTIE'](_0xdb8c26,_0x5593d5);}};_0x349815[_0x5ac2c6(0x1aa)]([0x2,![]],_0x12b7b7,_0x12b7b7,_0x12b7b7),_0x349815[_0x5ac2c6(0x17f)]['on'](_0x330d06[_0x5ac2c6(0x18e)],_0x80b32a=>{const _0x1212b1=_0x5ac2c6;_0x56409b[_0x1212b1(0x1c4)](_0x1d9d40,0x0)&&_0x56409b['tHSfN'](_0x80b32a,0x0)&&(_0x1d9d40=_0x80b32a);}),await _0x349815[_0x5ac2c6(0x1a0)]();});await Promise[_0x40cd9d(0x1a8)](_0x1660c9),process['exitCode']=_0x1d9d40;const {forceExited:_0x3a0f0d}=await _0x4cf89e[_0x40cd9d(0x172)]();_0x3a0f0d&&console['error'](_0x330d06[_0x40cd9d(0x1ab)]),_0x330d06[_0x40cd9d(0x185)](_0x21e59b,_0x3b34b3);},_0x23b6b5=_0x330d06[_0x141035(0x1ba)](pLimit,_0x157de1),_0x5e9536=_0xeab93a=>_0x23b6b5(async()=>{return _0x4cf89e['vanillaWorker'](_0xeab93a);});Promise[_0x141035(0x1a8)](_0x1bdd98[_0x141035(0x1a4)](_0x33da93=>_0x5e9536(_0x33da93)[_0x141035(0x175)](_0x210511=>_0x28a616[_0x141035(0x1c1)](_0x141035(0x194),[_0x33da93[_0x141035(0x1c5)][_0x141035(0x1b2)],_0x33da93['configuration'][_0x141035(0x18a)]]),_0xe092d9=>_0x28a616['emit'](_0x141035(0x1be),[_0x33da93,_0xe092d9]))))['then'](_0x4969c0,_0x4969c0);});
1
+ const a50_0xef8d16=a50_0x53e8;function a50_0x53e8(_0x3fc9c3,_0x3ed9d0){const _0x277dd0=a50_0x277d();return a50_0x53e8=function(_0x53e87f,_0x2ed2d4){_0x53e87f=_0x53e87f-0x66;let _0x492331=_0x277dd0[_0x53e87f];return _0x492331;},a50_0x53e8(_0x3fc9c3,_0x3ed9d0);}(function(_0x2c40fd,_0x57056e){const _0x3adb5b=a50_0x53e8,_0x197428=_0x2c40fd();while(!![]){try{const _0x3b9c8a=-parseInt(_0x3adb5b(0x7b))/0x1*(-parseInt(_0x3adb5b(0xad))/0x2)+-parseInt(_0x3adb5b(0x72))/0x3*(-parseInt(_0x3adb5b(0x9d))/0x4)+-parseInt(_0x3adb5b(0x7c))/0x5+-parseInt(_0x3adb5b(0xb8))/0x6*(-parseInt(_0x3adb5b(0x88))/0x7)+parseInt(_0x3adb5b(0x6b))/0x8+-parseInt(_0x3adb5b(0x6a))/0x9*(parseInt(_0x3adb5b(0xa0))/0xa)+-parseInt(_0x3adb5b(0x67))/0xb;if(_0x3b9c8a===_0x57056e)break;else _0x197428['push'](_0x197428['shift']());}catch(_0x57f136){_0x197428['push'](_0x197428['shift']());}}}(a50_0x277d,0x7ddb5));const Worker=require(a50_0xef8d16(0x93))[a50_0xef8d16(0x75)],Emittery=require(a50_0xef8d16(0x87)),pLimit=require(a50_0xef8d16(0x83)),{parentPort}=require(a50_0xef8d16(0xb0)),util=require(a50_0xef8d16(0xa7)),logger=require('../../helpers/logger')[a50_0xef8d16(0xac)],PerformanceTester=require(a50_0xef8d16(0xb9)),PerformanceEvents=require(a50_0xef8d16(0xa4))[a50_0xef8d16(0x6d)],{debug}=require(a50_0xef8d16(0xc6)),TestHubHandler=require('../../helpers/testhub/testhubHandler');function a50_0x277d(){const _0x4f2a9c=['worker_threads','Xwjsf','dmaqD','map','getStdout','rvnJN','KcyQt','oxGXe','18jkwone','../../helpers/performance/performance-tester','AFyJQ','getStderr','./testWorker.js','Zcetg','NvINH','zxwxS','xkLZI','kOjSd','aHWXU','parallelTestRun','Exception\x20in\x20sending\x20worker\x20message\x20','test-file-success','../../helpers/test-observability/utils','pSQiK','error','MSSaN','160820tOEACJ','Workers\x20failed\x20to\x20exit\x20gracefully','parallelVanillaRun','45tSpxxZ','8206368pjusVO','getWorkers','EVENTS','vanillaWorker','json','IKXRR','format','6lsLMIq','debug','exitCode','Worker','failureCount','log','gcNam','XiWOw','Running\x20','41713YgVPmO','2295705zkLkJH','zjvJl','waitForExit','platformCaps','JHXaL','stdout','resolve','p-limit','config','stop','DAnnb','emittery','150829DUiSie','emit','worker','GoFTT','UaTYX','Exception\x20in\x20adding\x20custom\x20message\x20channel\x20','platform-run-success','platforms','gAceB','Otqiv','cucumberWorker','jest-worker','platform-run-start','then','length','fEzDh','Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20','platform','platform-run-failure','UGcVj','test-file-failure','7256Xzysin','configuration','sTwve','1043850dnuuCA','pipe','push','end','../../helpers/performance/constants','stderr','_child','util','all','SDK_SETUP','WPoPS','VbFnh','winstonLogger','20BgykcD','postMessage','file'];a50_0x277d=function(){return _0x4f2a9c;};return a50_0x277d();}exports[a50_0xef8d16(0xc3)]=(_0x5896a7,_0x3037f4,_0x10867b)=>new Promise(async _0x3e484f=>{const _0x4e36cc=a50_0xef8d16,_0x45ef7f={'dmaqD':_0x4e36cc(0x76),'aHWXU':function(_0x2705be,_0x476cfa){return _0x2705be+_0x476cfa;},'GoFTT':'results','KcyQt':_0x4e36cc(0x68),'Xwjsf':function(_0x4b3fb5,_0x52edba){return _0x4b3fb5(_0x52edba);},'rvnJN':function(_0x1fabea,_0x522d7d){return _0x1fabea(_0x522d7d);},'AFyJQ':'test-file-start','XiWOw':'./testWorker.js','YmCxP':_0x4e36cc(0x8a),'kGwES':'json','Otqiv':'pipe','WPoPS':function(_0x18c818,_0x4c837f){return _0x18c818*_0x4c837f;},'WeJNc':_0x4e36cc(0xc5),'KKcCZ':'test-file-failure'},_0x5b832a=_0x10867b[_0x4e36cc(0x84)],_0x590c54={},_0x153524=new Worker(require[_0x4e36cc(0x82)](_0x45ef7f[_0x4e36cc(0x79)]),{'exposedMethods':[_0x45ef7f['YmCxP']],'forkOptions':{'serialization':_0x45ef7f['kGwES'],'stdio':_0x45ef7f[_0x4e36cc(0x91)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x45ef7f[_0x4e36cc(0xaa)](_0x3037f4,0x1),'enableWorkerThreads':!![]}),_0x546806=new Emittery();_0x546806['on'](_0x45ef7f['WeJNc'],_0x1492a6=>{const _0x6bc367=_0x4e36cc;_0x590c54[_0x1492a6[0x0]]?(_0x590c54[_0x1492a6[0x0]][_0x45ef7f[_0x6bc367(0xb2)]]=_0x45ef7f[_0x6bc367(0xc2)](_0x590c54[_0x1492a6[0x0]][_0x45ef7f['dmaqD']],_0x1492a6[0x1][_0x45ef7f[_0x6bc367(0xb2)]]),_0x590c54[_0x1492a6[0x0]][_0x45ef7f[_0x6bc367(0x8b)]]=[..._0x590c54[_0x1492a6[0x0]][_0x45ef7f[_0x6bc367(0x8b)]],..._0x1492a6[0x1][_0x45ef7f[_0x6bc367(0x8b)]]]):_0x590c54[_0x1492a6[0x0]]={'failureCount':_0x1492a6[0x1][_0x45ef7f[_0x6bc367(0xb2)]],'results':[..._0x1492a6[0x1][_0x45ef7f[_0x6bc367(0x8b)]]]};}),_0x546806['on'](_0x45ef7f['KKcCZ'],_0x360695=>console[_0x4e36cc(0x77)](_0x360695[0x1]));_0x153524['getStdout']()&&_0x153524[_0x4e36cc(0xb4)]()[_0x4e36cc(0xa1)](process['stdout']);_0x153524['getStderr']()&&_0x153524[_0x4e36cc(0xbb)]()[_0x4e36cc(0xa1)](process['stderr']);const _0x2ad60f=async()=>{const _0x32267a=_0x4e36cc,{forceExited:_0x3c1d3f}=await _0x153524[_0x32267a(0xa3)]();_0x3c1d3f&&console[_0x32267a(0xc8)](_0x45ef7f[_0x32267a(0xb6)]);try{await TestHubHandler[_0x32267a(0x85)]();}catch(_0x4eb20c){_0x45ef7f[_0x32267a(0xb1)](debug,_0x32267a(0x98)+_0x4eb20c);}_0x45ef7f[_0x32267a(0xb5)](_0x3e484f,_0x590c54);},_0xd58d19=_0x45ef7f['rvnJN'](pLimit,_0x45ef7f[_0x4e36cc(0xaa)](_0x3037f4,0x1)),_0xf047f1=_0x33db4d=>_0xd58d19(async()=>{const _0x14c35c=_0x4e36cc;await _0x546806[_0x14c35c(0x89)](_0x45ef7f[_0x14c35c(0xba)],_0x33db4d);const _0x44e01e=_0x153524['worker'](_0x33db4d,_0x5b832a);try{parentPort&&_0x44e01e['UNSTABLE_onCustomMessage'](_0x1afd4f=>{const _0x2f5d63=_0x14c35c;try{parentPort[_0x2f5d63(0xae)](_0x1afd4f);}catch(_0x3b1c43){logger[_0x2f5d63(0x73)](_0x2f5d63(0xc4)+util[_0x2f5d63(0x71)](_0x3b1c43));}});}catch(_0x1e6435){logger['debug'](_0x14c35c(0x8d)+util['format'](_0x1e6435));}return _0x44e01e;});PerformanceTester[_0x4e36cc(0xa3)](PerformanceEvents[_0x4e36cc(0xa9)]),Promise[_0x4e36cc(0xa8)](_0x5896a7[_0x4e36cc(0xb3)](_0x593109=>_0xf047f1(_0x593109)[_0x4e36cc(0x95)](_0x2c8d7a=>_0x546806[_0x4e36cc(0x89)](_0x4e36cc(0xc5),[_0x593109[_0x4e36cc(0x9e)][_0x4e36cc(0x99)],_0x2c8d7a]),_0x305f2d=>_0x546806[_0x4e36cc(0x89)](_0x4e36cc(0x9c),[_0x593109,_0x305f2d]))))[_0x4e36cc(0x95)](_0x2ad60f,_0x2ad60f);}),exports['parallelCucumberRun']=(_0x44f62c,_0x4af347,_0x1899c2,_0x1985c1,_0x4edb69)=>{const _0x4fe859=a50_0xef8d16,_0x4f15a7={'prPZl':_0x4fe859(0x68),'gcNam':function(_0x8e73fe,_0x39697d){return _0x8e73fe(_0x39697d);},'ZZHRr':_0x4fe859(0x94),'VbFnh':_0x4fe859(0xbc),'Zcetg':_0x4fe859(0x92),'fEzDh':_0x4fe859(0x6f),'JHXaL':'pipe','kOjSd':_0x4fe859(0x8e),'IKXRR':_0x4fe859(0x9a)};return new Promise(_0x1913e3=>{const _0x2a6e61=_0x4fe859,_0xfc2807={'gAceB':_0x4f15a7['prPZl'],'xkLZI':function(_0x144162,_0x4d705a){const _0x2ef96f=a50_0x53e8;return _0x4f15a7[_0x2ef96f(0x78)](_0x144162,_0x4d705a);},'zjvJl':_0x4f15a7['ZZHRr']},_0x8b3301=[],_0x196a90=new Worker(require['resolve'](_0x4f15a7[_0x2a6e61(0xab)]),{'exposedMethods':[_0x4f15a7[_0x2a6e61(0xbd)]],'forkOptions':{'serialization':_0x4f15a7[_0x2a6e61(0x97)],'stdio':_0x4f15a7[_0x2a6e61(0x80)]},'numWorkers':_0x44f62c[_0x2a6e61(0x96)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x4536ca=new Emittery();_0x4536ca['on'](_0x4f15a7[_0x2a6e61(0xc1)],_0x2a691f=>{const _0x5b9b05=_0x2a6e61;_0x8b3301[_0x5b9b05(0xa2)]([_0x2a691f[0x0],_0x2a691f[0x1]]);}),_0x4536ca['on'](_0x4f15a7[_0x2a6e61(0x70)],_0x5b2ae0=>console[_0x2a6e61(0x77)](_0x5b2ae0[0x1]));_0x196a90['getStdout']()&&_0x196a90[_0x2a6e61(0xb4)]()[_0x2a6e61(0xa1)](process[_0x2a6e61(0x81)]);_0x196a90['getStderr']()&&_0x196a90[_0x2a6e61(0xbb)]()['pipe'](process[_0x2a6e61(0xa5)]);const _0x10b0d7=async()=>{const _0x2c29f8=_0x2a6e61,{forceExited:_0x45d006}=await _0x196a90[_0x2c29f8(0xa3)]();_0x45d006&&console[_0x2c29f8(0xc8)](_0xfc2807[_0x2c29f8(0x90)]),_0xfc2807[_0x2c29f8(0xc0)](_0x1913e3,_0x8b3301);},_0x24a3a5=_0x4f15a7[_0x2a6e61(0x78)](pLimit,_0x44f62c[_0x2a6e61(0x96)]||0x1),_0x568105=(_0x55281e,_0x82022e)=>_0x24a3a5(async()=>{const _0x2f1871=_0x2a6e61;return await _0x4536ca[_0x2f1871(0x89)](_0xfc2807[_0x2f1871(0x7d)],_0x55281e),_0x4af347[_0x2f1871(0x7f)]=_0x1899c2[_0x2f1871(0x8f)][_0x82022e],_0x196a90[_0x2f1871(0x92)](_0x55281e,_0x4af347,_0x1899c2,_0x1985c1,_0x4edb69);});Promise[_0x2a6e61(0xa8)](_0x44f62c['map']((_0x4fca7c,_0x23749b)=>_0x568105(_0x4fca7c,_0x23749b)[_0x2a6e61(0x95)](_0x49fa44=>_0x4536ca[_0x2a6e61(0x89)](_0x2a6e61(0x8e),[_0x4fca7c,_0x49fa44]),_0x340ee3=>_0x4536ca[_0x2a6e61(0x89)](_0x2a6e61(0x9a),[_0x4fca7c,_0x340ee3]))))['then'](_0x10b0d7,_0x10b0d7);});},exports[a50_0xef8d16(0x69)]=(_0x5dceac,_0x2300fa)=>new Promise(_0x52913d=>{const _0x11f2c9=a50_0xef8d16,_0x2961c3={'UGcVj':function(_0x2c3525,_0x3d3496){return _0x2c3525===_0x3d3496;},'DAnnb':function(_0x526c5d,_0x1dd229){return _0x526c5d!==_0x1dd229;},'zxwxS':'exit','pSQiK':_0x11f2c9(0x68),'NvINH':function(_0x1b5676,_0x341d07){return _0x1b5676(_0x341d07);},'MSSaN':'./testWorker.js','UaTYX':_0x11f2c9(0x6e),'sTwve':_0x11f2c9(0x6f),'NIwMp':_0x11f2c9(0xa1),'rFgWY':_0x11f2c9(0xc5),'Pihxg':_0x11f2c9(0x9c)},_0x7c432e={},_0x203ce2=new Worker(require[_0x11f2c9(0x82)](_0x2961c3[_0x11f2c9(0x66)]),{'exposedMethods':[_0x2961c3[_0x11f2c9(0x8c)]],'forkOptions':{'serialization':_0x2961c3[_0x11f2c9(0x9f)],'stdio':_0x2961c3['NIwMp']},'numWorkers':_0x2300fa,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x2c5e6d=new Emittery();_0x2c5e6d['on'](_0x2961c3['rFgWY'],_0x2a7ef3=>{const _0x77eb95=_0x11f2c9;_0x2a7ef3[0x0]&&logger['info'](_0x77eb95(0x7a)+_0x2a7ef3[0x1]+'\x20for',_0x2a7ef3[0x0]);}),_0x2c5e6d['on'](_0x2961c3['Pihxg'],_0x29edb2=>{const _0x3b35fa=_0x11f2c9;process[_0x3b35fa(0x74)]=0x1;});_0x203ce2['getStdout']()&&_0x203ce2[_0x11f2c9(0xb4)]()[_0x11f2c9(0xa1)](process[_0x11f2c9(0x81)]);_0x203ce2[_0x11f2c9(0xbb)]()&&_0x203ce2[_0x11f2c9(0xbb)]()[_0x11f2c9(0xa1)](process[_0x11f2c9(0xa5)]);const _0x54b520=async()=>{const _0x139b68=_0x11f2c9;let _0x17cf98=0x0;const _0x370eee=_0x203ce2['_workerPool'][_0x139b68(0x6c)](),_0x3a1ff6=()=>{},_0x198830=_0x370eee[_0x139b68(0xb3)](async _0x25a79f=>{const _0x418f50=_0x139b68,_0x474663={'XgFIb':function(_0x374174,_0x20ca7f){const _0x1cbd73=a50_0x53e8;return _0x2961c3[_0x1cbd73(0x9b)](_0x374174,_0x20ca7f);},'oxGXe':function(_0x1ad734,_0x39aef0){const _0xbfb298=a50_0x53e8;return _0x2961c3[_0xbfb298(0x86)](_0x1ad734,_0x39aef0);}};_0x25a79f['send']([0x2,![]],_0x3a1ff6,_0x3a1ff6,_0x3a1ff6),_0x25a79f[_0x418f50(0xa6)]['on'](_0x2961c3[_0x418f50(0xbf)],_0x39d513=>{const _0xdd67f1=_0x418f50;_0x474663['XgFIb'](_0x17cf98,0x0)&&_0x474663[_0xdd67f1(0xb7)](_0x39d513,0x0)&&(_0x17cf98=_0x39d513);}),await _0x25a79f[_0x418f50(0x7e)]();});await Promise['all'](_0x198830),process[_0x139b68(0x74)]=_0x17cf98;const {forceExited:_0x429ae1}=await _0x203ce2['end']();_0x429ae1&&console[_0x139b68(0xc8)](_0x2961c3[_0x139b68(0xc7)]),_0x2961c3[_0x139b68(0xbe)](_0x52913d,_0x7c432e);},_0x7be247=_0x2961c3[_0x11f2c9(0xbe)](pLimit,_0x2300fa),_0x32ac93=_0x24477f=>_0x7be247(async()=>{return _0x203ce2['vanillaWorker'](_0x24477f);});Promise[_0x11f2c9(0xa8)](_0x5dceac['map'](_0xf5cc01=>_0x32ac93(_0xf5cc01)[_0x11f2c9(0x95)](_0x5e0f86=>_0x2c5e6d[_0x11f2c9(0x89)](_0x11f2c9(0xc5),[_0xf5cc01[_0x11f2c9(0x9e)][_0x11f2c9(0x99)],_0xf5cc01[_0x11f2c9(0x9e)][_0x11f2c9(0xaf)]]),_0x406093=>_0x2c5e6d[_0x11f2c9(0x89)](_0x11f2c9(0x9c),[_0xf5cc01,_0x406093]))))[_0x11f2c9(0x95)](_0x54b520,_0x54b520);});
@@ -1 +1 @@
1
- function a51_0x27d7(){const _0x4d0cff=['CLftV','wmrie','Ctahx','stopMonitoring','EVENTS','QUVaX','Jucnn','lAKGF','cucumber-js','vanilla','4QkKQoY','runCucumberTest','mocha','../../helpers/test-observability/utils','2306945spDzDO','RBjCh','formatter','913488btwNFz','xuGqe','391262IcLVxd','1615842UHJreC','run','MyRhl','14TCnfPG','SDK_POST_TEST','7222nCmaxf','609669efXYGh','runVanillaTest','startMonitoring','end','1868792iDRiXo','../../helpers/performance/constants','../launcher/launcher'];a51_0x27d7=function(){return _0x4d0cff;};return a51_0x27d7();}const a51_0x4e1eb6=a51_0x2d37;(function(_0x4ef819,_0x57ef8f){const _0x5235a6=a51_0x2d37,_0x4e20a1=_0x4ef819();while(!![]){try{const _0x29caef=-parseInt(_0x5235a6(0xbc))/0x1+parseInt(_0x5235a6(0xc2))/0x2+parseInt(_0x5235a6(0xc3))/0x3*(-parseInt(_0x5235a6(0xb3))/0x4)+parseInt(_0x5235a6(0xb7))/0x5+parseInt(_0x5235a6(0xba))/0x6+parseInt(_0x5235a6(0xc0))/0x7*(parseInt(_0x5235a6(0xa6))/0x8)+-parseInt(_0x5235a6(0xbd))/0x9;if(_0x29caef===_0x57ef8f)break;else _0x4e20a1['push'](_0x4e20a1['shift']());}catch(_0x3b2ad9){_0x4e20a1['push'](_0x4e20a1['shift']());}}}(a51_0x27d7,0x4bc97));const PerformanceEvents=require(a51_0x4e1eb6(0xa7))[a51_0x4e1eb6(0xad)],PerformanceTester=require('../../helpers/performance/performance-tester'),{sleep}=require(a51_0x4e1eb6(0xb6));function a51_0x2d37(_0x4124a2,_0x2d24cb){const _0x27d74d=a51_0x27d7();return a51_0x2d37=function(_0x2d3718,_0x2c5ee1){_0x2d3718=_0x2d3718-0xa3;let _0x3edbd7=_0x27d74d[_0x2d3718];return _0x3edbd7;},a51_0x2d37(_0x4124a2,_0x2d24cb);}exports['runTest']=async(_0x513936,_0x355f8c)=>{const _0x525925=a51_0x4e1eb6,_0x575515={'CLftV':function(_0x2be65e,_0x501b80){return _0x2be65e(_0x501b80);},'QUVaX':'../launcher/launcher','Jucnn':_0x525925(0xb5),'wmrie':function(_0x5befc3,_0x3229f){return _0x5befc3(_0x3229f);}};PerformanceTester[_0x525925(0xa4)]();const _0x24fa02=_0x575515[_0x525925(0xa9)](require,_0x575515[_0x525925(0xae)]),_0xd1f46e=new _0x24fa02(_0x575515[_0x525925(0xaf)],_0x513936,_0x355f8c),_0x111b4a=await _0xd1f46e[_0x525925(0xbe)]();return PerformanceTester[_0x525925(0xa5)](PerformanceEvents[_0x525925(0xc1)]),await _0x575515[_0x525925(0xaa)](sleep,0x3e8),PerformanceTester[_0x525925(0xac)](),_0x111b4a;},exports[a51_0x4e1eb6(0xb4)]=async(_0x4d8bab,_0xc1df64,_0x200119,_0x26cb72,_0x24b1fb)=>{const _0x11b25f=a51_0x4e1eb6,_0x51ce46={'lAKGF':function(_0x300ab3,_0x4476fe){return _0x300ab3(_0x4476fe);},'MyRhl':'../launcher/launcher','XsiFM':_0x11b25f(0xb1)},_0x54d2e3={'capability':_0x4d8bab,..._0xc1df64},_0x1a51f6={};_0x1a51f6['configuration']=_0x54d2e3,_0x1a51f6[_0x11b25f(0xb9)]=_0x24b1fb;const _0x5c8621=_0x1a51f6,_0x3d9ffc=_0x51ce46[_0x11b25f(0xb0)](require,_0x51ce46[_0x11b25f(0xbf)]),_0x37eac8=new _0x3d9ffc(_0x51ce46['XsiFM'],_0x5c8621,_0x200119,_0x26cb72);return await _0x37eac8[_0x11b25f(0xbe)]();},exports[a51_0x4e1eb6(0xa3)]=async _0x1c24d6=>{const _0x1efd7f=a51_0x4e1eb6,_0x536d32={'xuGqe':function(_0x41e192,_0x5c775a){return _0x41e192(_0x5c775a);},'Ctahx':_0x1efd7f(0xa8),'RBjCh':_0x1efd7f(0xb2)},_0x339375=_0x536d32[_0x1efd7f(0xbb)](require,_0x536d32[_0x1efd7f(0xab)]),_0xe92701=new _0x339375(_0x536d32[_0x1efd7f(0xb8)],_0x1c24d6);return await _0xe92701[_0x1efd7f(0xbe)]();};
1
+ const a51_0xea4eb3=a51_0x33a0;function a51_0x48c9(){const _0x4d89c5=['run','908259DRLBzI','WYJlN','../launcher/launcher','CDJll','oYIFd','mocha','configuration','9miArKN','runTest','../../helpers/performance/constants','30qrpCiU','XMzlM','6666912MVhiFi','runCucumberTest','../../helpers/test-observability/utils','DuukU','../../helpers/performance/performance-tester','356156IIaKKH','runVanillaTest','SDK_POST_TEST','8031850LrSzZV','vanilla','875882nJZsNN','2903930pUEIFQ','stopMonitoring','EVENTS','6VMJYTN','5650379WABcuq'];a51_0x48c9=function(){return _0x4d89c5;};return a51_0x48c9();}(function(_0x364fb3,_0x419c15){const _0x3d30cf=a51_0x33a0,_0xc4657e=_0x364fb3();while(!![]){try{const _0x213a34=-parseInt(_0x3d30cf(0x1c4))/0x1+parseInt(_0x3d30cf(0x1bd))/0x2+parseInt(_0x3d30cf(0x1ce))/0x3*(-parseInt(_0x3d30cf(0x1b8))/0x4)+-parseInt(_0x3d30cf(0x1be))/0x5+-parseInt(_0x3d30cf(0x1c1))/0x6*(-parseInt(_0x3d30cf(0x1c2))/0x7)+parseInt(_0x3d30cf(0x1d0))/0x8+parseInt(_0x3d30cf(0x1cb))/0x9*(parseInt(_0x3d30cf(0x1bb))/0xa);if(_0x213a34===_0x419c15)break;else _0xc4657e['push'](_0xc4657e['shift']());}catch(_0x51bcd8){_0xc4657e['push'](_0xc4657e['shift']());}}}(a51_0x48c9,0x7a9ec));const PerformanceEvents=require(a51_0xea4eb3(0x1cd))[a51_0xea4eb3(0x1c0)],PerformanceTester=require(a51_0xea4eb3(0x1b7)),{sleep}=require(a51_0xea4eb3(0x1b5));function a51_0x33a0(_0x269afc,_0x3f062e){const _0x48c9ff=a51_0x48c9();return a51_0x33a0=function(_0x33a064,_0x27bb9f){_0x33a064=_0x33a064-0x1b4;let _0x43639e=_0x48c9ff[_0x33a064];return _0x43639e;},a51_0x33a0(_0x269afc,_0x3f062e);}exports[a51_0xea4eb3(0x1cc)]=async(_0x1296e7,_0x21e40d)=>{const _0x525915=a51_0xea4eb3,_0x53f63a={'XMzlM':function(_0x38113f,_0x5cbed1){return _0x38113f(_0x5cbed1);},'DuukU':_0x525915(0x1c6),'elLnq':_0x525915(0x1c9)};PerformanceTester['startMonitoring']();const _0x377a7c=_0x53f63a[_0x525915(0x1cf)](require,_0x53f63a[_0x525915(0x1b6)]),_0x43a635=new _0x377a7c(_0x53f63a['elLnq'],_0x1296e7,_0x21e40d),_0x1c01ef=await _0x43a635[_0x525915(0x1c3)]();return PerformanceTester['end'](PerformanceEvents[_0x525915(0x1ba)]),await _0x53f63a['XMzlM'](sleep,0x3e8),PerformanceTester[_0x525915(0x1bf)](),_0x1c01ef;},exports[a51_0xea4eb3(0x1b4)]=async(_0x1ccd47,_0x255625,_0x3aa256,_0x38e3f9,_0x201fa9)=>{const _0x14f62c=a51_0xea4eb3,_0x51a590={'IiGzX':function(_0x1f9040,_0x1f9e15){return _0x1f9040(_0x1f9e15);},'tShfv':_0x14f62c(0x1c6),'oYIFd':'cucumber-js'},_0x533269={'capability':_0x1ccd47,..._0x255625},_0x2a7490={};_0x2a7490[_0x14f62c(0x1ca)]=_0x533269,_0x2a7490['formatter']=_0x201fa9;const _0x4af20c=_0x2a7490,_0x28a998=_0x51a590['IiGzX'](require,_0x51a590['tShfv']),_0x2ae4b7=new _0x28a998(_0x51a590[_0x14f62c(0x1c8)],_0x4af20c,_0x3aa256,_0x38e3f9);return await _0x2ae4b7['run']();},exports[a51_0xea4eb3(0x1b9)]=async _0x66b640=>{const _0x1e5828=a51_0xea4eb3,_0x4e414d={'ypits':function(_0x24348a,_0x179edb){return _0x24348a(_0x179edb);},'WYJlN':_0x1e5828(0x1c6),'CDJll':_0x1e5828(0x1bc)},_0x526f45=_0x4e414d['ypits'](require,_0x4e414d[_0x1e5828(0x1c5)]),_0xe5e3bc=new _0x526f45(_0x4e414d[_0x1e5828(0x1c7)],_0x66b640);return await _0xe5e3bc[_0x1e5828(0x1c3)]();};
@@ -1 +1 @@
1
- function a52_0x1cbc(){const _0x42b0c1=['1863071MztvEH','33849RibYxN','yRnsa','5mFYvEX','./runTest','10ZkxAsI','8eHytTU','vanillaWorker','465824KDLLat','2381796qgDvmr','4117256qDuMfb','143627XRzHbg','KnDsi','18fcErQD','11506pYvATX','worker'];a52_0x1cbc=function(){return _0x42b0c1;};return a52_0x1cbc();}const a52_0x2210ac=a52_0x5cd3;(function(_0x53c5bd,_0x34dada){const _0x1d5309=a52_0x5cd3,_0x461864=_0x53c5bd();while(!![]){try{const _0x5c7232=-parseInt(_0x1d5309(0xa0))/0x1+parseInt(_0x1d5309(0xa3))/0x2*(-parseInt(_0x1d5309(0xa2))/0x3)+-parseInt(_0x1d5309(0x9d))/0x4+-parseInt(_0x1d5309(0xa8))/0x5*(-parseInt(_0x1d5309(0x9e))/0x6)+parseInt(_0x1d5309(0xa5))/0x7*(-parseInt(_0x1d5309(0x9b))/0x8)+-parseInt(_0x1d5309(0xa6))/0x9*(-parseInt(_0x1d5309(0x9a))/0xa)+parseInt(_0x1d5309(0x9f))/0xb;if(_0x5c7232===_0x34dada)break;else _0x461864['push'](_0x461864['shift']());}catch(_0x5b493e){_0x461864['push'](_0x461864['shift']());}}}(a52_0x1cbc,0x344fd));function a52_0x5cd3(_0x1b8f75,_0x5b417f){const _0x1cbca3=a52_0x1cbc();return a52_0x5cd3=function(_0x5cd314,_0x3ae5f2){_0x5cd314=_0x5cd314-0x99;let _0x3fb6e1=_0x1cbca3[_0x5cd314];return _0x3fb6e1;},a52_0x5cd3(_0x1b8f75,_0x5b417f);}const {runTest,runCucumberTest,runVanillaTest}=require(a52_0x2210ac(0x99));exports[a52_0x2210ac(0xa4)]=async(_0x18d635,_0x54cf16)=>{const _0x3c7409={'VCqeX':function(_0x395985,_0x370acd,_0x4a841d){return _0x395985(_0x370acd,_0x4a841d);}};return await _0x3c7409['VCqeX'](runTest,_0x18d635,_0x54cf16);},exports['cucumberWorker']=async(_0x3a9113,_0x4832a4,_0x5a59c6,_0x596661,_0xe1044a)=>{const _0x4a4d38=a52_0x2210ac,_0x4b5637={'yRnsa':function(_0x5973bd,_0x71e817,_0x20ec5b,_0x3b0d93,_0x43eaac,_0xfcefbf){return _0x5973bd(_0x71e817,_0x20ec5b,_0x3b0d93,_0x43eaac,_0xfcefbf);}};return await _0x4b5637[_0x4a4d38(0xa7)](runCucumberTest,_0x3a9113,_0x4832a4,_0x5a59c6,_0x596661,_0xe1044a);},exports[a52_0x2210ac(0x9c)]=async _0x1ef960=>{const _0x39f278=a52_0x2210ac,_0x102447={'KnDsi':function(_0x3be591,_0x125f84){return _0x3be591(_0x125f84);}};return await _0x102447[_0x39f278(0xa1)](runVanillaTest,_0x1ef960);};
1
+ const a52_0x1b1013=a52_0x12c1;(function(_0x31f2d0,_0x11cea4){const _0x1e3ae9=a52_0x12c1,_0x481193=_0x31f2d0();while(!![]){try{const _0x109c0b=parseInt(_0x1e3ae9(0x10d))/0x1+parseInt(_0x1e3ae9(0x11a))/0x2*(parseInt(_0x1e3ae9(0x115))/0x3)+-parseInt(_0x1e3ae9(0x118))/0x4*(parseInt(_0x1e3ae9(0x114))/0x5)+parseInt(_0x1e3ae9(0x117))/0x6+parseInt(_0x1e3ae9(0x112))/0x7+parseInt(_0x1e3ae9(0x110))/0x8+-parseInt(_0x1e3ae9(0x119))/0x9;if(_0x109c0b===_0x11cea4)break;else _0x481193['push'](_0x481193['shift']());}catch(_0x2cdb66){_0x481193['push'](_0x481193['shift']());}}}(a52_0x35e6,0xc704a));function a52_0x12c1(_0x511ce7,_0x5e1245){const _0x35e64c=a52_0x35e6();return a52_0x12c1=function(_0x12c1b7,_0x4eccda){_0x12c1b7=_0x12c1b7-0x10c;let _0x5f4914=_0x35e64c[_0x12c1b7];return _0x5f4914;},a52_0x12c1(_0x511ce7,_0x5e1245);}function a52_0x35e6(){const _0x8a8509=['CRPJs','8030540qyBSbJ','worker','521230TdsRaS','255IDofiZ','fQjle','9640374QFJTKC','8zDnUOv','21705255YXAMEa','10436umyRmE','./runTest','170907XwQYUC','HhsGV','vanillaWorker','535832VYdDuA'];a52_0x35e6=function(){return _0x8a8509;};return a52_0x35e6();}const {runTest,runCucumberTest,runVanillaTest}=require(a52_0x1b1013(0x10c));exports[a52_0x1b1013(0x113)]=async(_0x15ec73,_0x5313ba)=>{const _0x400eb2=a52_0x1b1013,_0x4d2233={'CRPJs':function(_0x277aff,_0x59bcbd,_0x2a440f){return _0x277aff(_0x59bcbd,_0x2a440f);}};return await _0x4d2233[_0x400eb2(0x111)](runTest,_0x15ec73,_0x5313ba);},exports['cucumberWorker']=async(_0x37dab4,_0x2d0c9e,_0xa4121f,_0xb3d4bd,_0x3fce3b)=>{const _0x4ee473=a52_0x1b1013,_0x32debb={'fQjle':function(_0x5a7daf,_0x4da83d,_0x51e826,_0x36854f,_0x356855,_0x8f43a0){return _0x5a7daf(_0x4da83d,_0x51e826,_0x36854f,_0x356855,_0x8f43a0);}};return await _0x32debb[_0x4ee473(0x116)](runCucumberTest,_0x37dab4,_0x2d0c9e,_0xa4121f,_0xb3d4bd,_0x3fce3b);},exports[a52_0x1b1013(0x10f)]=async _0x26e237=>{const _0x5e7ff7=a52_0x1b1013,_0x4557d7={'HhsGV':function(_0x1b12af,_0x59bbd0){return _0x1b12af(_0x59bbd0);}};return await _0x4557d7[_0x5e7ff7(0x10e)](runVanillaTest,_0x26e237);};
@@ -1 +1 @@
1
- const a53_0x210635=a53_0x1166;(function(_0x425654,_0x214e2d){const _0x69565a=a53_0x1166,_0x1cb08d=_0x425654();while(!![]){try{const _0x379891=parseInt(_0x69565a(0xf4))/0x1+-parseInt(_0x69565a(0xde))/0x2*(-parseInt(_0x69565a(0x113))/0x3)+-parseInt(_0x69565a(0x112))/0x4+-parseInt(_0x69565a(0xca))/0x5*(-parseInt(_0x69565a(0xcd))/0x6)+-parseInt(_0x69565a(0xe5))/0x7+-parseInt(_0x69565a(0xe9))/0x8*(-parseInt(_0x69565a(0xeb))/0x9)+-parseInt(_0x69565a(0xc4))/0xa;if(_0x379891===_0x214e2d)break;else _0x1cb08d['push'](_0x1cb08d['shift']());}catch(_0x54a6c8){_0x1cb08d['push'](_0x1cb08d['shift']());}}}(a53_0x2a74,0x8bd5a));function a53_0x1166(_0x4dcbea,_0x4893b8){const _0x2a74a8=a53_0x2a74();return a53_0x1166=function(_0x1166dd,_0xa682ff){_0x1166dd=_0x1166dd-0xb5;let _0x4337eb=_0x2a74a8[_0x1166dd];return _0x4337eb;},a53_0x1166(_0x4dcbea,_0x4893b8);}function a53_0x2a74(){const _0x599922=['WpYCq','./constants','replace','EDS_URL','8736790QjXOjP','IWAaM','/playwright?caps=','toString','wuOwh','ZqRwF','33805bpyHEY','../v2/browserstackCLI','BiULM','84QSSnyo','exports','GcpcB','HICWL','gJwmC','sYoaV','apis','DLPor','OBSERVABILITY_UPLOAD_URL','observability','mpmfq','VXySU','XtpZL','RUHZK','kKopP','PHeCS','VMJOg','1594PIjtxt','ePtkZ','UUAbC','juRbH','AvYxc','jWIFI','pmLHW','3381364AMcDcw','HaKdB','APP_UPLOAD_URL','dbeJN','2656rzSDhg','fcLWv','14274YTtsBZ','gmHRF','getEdsInstrumentationAPIUrl','edsInstrumentation','kBHwv','xxROc','yKPLT','QRwLw','getAppAutomateSessionNameAPIUrl','636109kLdlWy','KuCfx','cedTx','VceLH','TWRlX','./sharedUtils','ZtBAI','getAppAutomateSessionsListAPIUrl','api','getPlaywrightHubUrl','getAutomateSessionStatusAPIUrl','AvFrh','ADVKV','BROWSERSTACK_API_URL','BtPGN','MUEIS','PvVRU','LHSIk','zgUKg','AZJkJ','getInstance','yYWFu','uqsfC','xHhGC','kmpFi','automate','getAutoCaptureLogsAPIUrl','PLAYWRIGHT_HUB_URL','getAutomateSessionNameAPIUrl','MpVSO','311196JjngRq','2823VcwEEs','getConfig','nCPoq','sfmOO','vRkJm','cdp','iVkuE','SkNUc','AfYDT','NZFKi','endsWith','appAutomate','upload'];a53_0x2a74=function(){return _0x599922;};return a53_0x2a74();}const constants=require(a53_0x210635(0xc1)),{nestedKeyValue}=require(a53_0x210635(0xf9)),getBrowserstackCLI=()=>{const _0x4a55f4=a53_0x210635,_0x2fe977={'GcpcB':function(_0x5293fe,_0x14dabd){return _0x5293fe(_0x14dabd);},'pmLHW':_0x4a55f4(0xcb)};return _0x2fe977[_0x4a55f4(0xcf)](require,_0x2fe977[_0x4a55f4(0xe4)]);};class APIUtilityMethods{static['getBStackAPIUrl'](_0x40aaaf){const _0x1aec30=a53_0x210635,_0x457b6a={'jWIFI':function(_0x56888a){return _0x56888a();},'AZJkJ':function(_0x35b19f,_0x2978a1,_0x4b0cab){return _0x35b19f(_0x2978a1,_0x4b0cab);},'juRbH':'apis','dbeJN':_0x1aec30(0x10d),'MUEIS':'api','LHSIk':function(_0x342974,_0x283bb6){return _0x342974===_0x283bb6;},'AvFrh':function(_0x2da4ee,_0x485e03){return _0x2da4ee+_0x485e03;}},_0x2fae1c=_0x457b6a[_0x1aec30(0xe3)](getBrowserstackCLI),_0x12b165=_0x457b6a[_0x1aec30(0x107)](nestedKeyValue,_0x2fae1c[_0x1aec30(0x108)]()[_0x1aec30(0x114)](),[_0x457b6a[_0x1aec30(0xe1)],_0x457b6a[_0x1aec30(0xe8)],_0x457b6a[_0x1aec30(0x103)]])||constants[_0x1aec30(0x101)];if(!_0x40aaaf||_0x457b6a[_0x1aec30(0x105)](_0x40aaaf,''))return _0x12b165;const _0x147b1e=_0x12b165[_0x1aec30(0xbd)]('/')?_0x12b165:_0x457b6a[_0x1aec30(0xff)](_0x12b165,'/');return new URL(_0x40aaaf,_0x147b1e)[_0x1aec30(0xc7)]();}static[a53_0x210635(0xed)](_0x5bce0b){const _0x3d34d0=a53_0x210635,_0xdbe2fb={'YOYjc':function(_0x183ee3){return _0x183ee3();},'VHWPA':function(_0x3a0a68,_0x182016,_0x2d7331){return _0x3a0a68(_0x182016,_0x2d7331);},'yuWlz':_0x3d34d0(0xd3),'DLPor':_0x3d34d0(0xee),'AvYxc':_0x3d34d0(0xfc),'HICWL':function(_0x2578bc,_0xb5e88b){return _0x2578bc===_0xb5e88b;},'yKPLT':function(_0x54affc,_0x4ac0c9){return _0x54affc+_0x4ac0c9;}},_0x3e9c6f=_0xdbe2fb['YOYjc'](getBrowserstackCLI),_0x519d89=_0xdbe2fb['VHWPA'](nestedKeyValue,_0x3e9c6f['getInstance']()[_0x3d34d0(0x114)](),[_0xdbe2fb['yuWlz'],_0xdbe2fb[_0x3d34d0(0xd4)],_0xdbe2fb[_0x3d34d0(0xe2)]])||constants[_0x3d34d0(0xc3)];if(!_0x5bce0b||_0xdbe2fb[_0x3d34d0(0xd0)](_0x5bce0b,''))return _0x519d89;const _0x57d9ec=_0x519d89['endsWith']('/')?_0x519d89:_0xdbe2fb[_0x3d34d0(0xf1)](_0x519d89,'/');return new URL(_0x5bce0b,_0x57d9ec)[_0x3d34d0(0xc7)]();}static[a53_0x210635(0xfe)](_0xb39749){const _0x3d0d1c=a53_0x210635,_0x1ce69c={'OhtYK':function(_0x3d9ec2){return _0x3d9ec2();},'xxROc':function(_0x2fb6f9,_0xacbf58,_0x9a5685){return _0x2fb6f9(_0xacbf58,_0x9a5685);},'NZFKi':_0x3d0d1c(0xd3),'VXySU':_0x3d0d1c(0x10d),'cedTx':'api','VMJOg':function(_0x49f7e4,_0x59f3a2){return _0x49f7e4===_0x59f3a2;},'TjAyE':function(_0x5977bd,_0xf38aae){return _0x5977bd+_0xf38aae;}},_0x83a100=_0x1ce69c['OhtYK'](getBrowserstackCLI),_0x45b637=_0x1ce69c[_0x3d0d1c(0xf0)](nestedKeyValue,_0x83a100['getInstance']()[_0x3d0d1c(0x114)](),[_0x1ce69c[_0x3d0d1c(0xbc)],_0x1ce69c[_0x3d0d1c(0xd8)],_0x1ce69c[_0x3d0d1c(0xf6)]])||constants[_0x3d0d1c(0x101)];if(!_0xb39749||_0x1ce69c[_0x3d0d1c(0xdd)](_0xb39749,''))return _0x45b637;const _0x5e14a4=_0x45b637[_0x3d0d1c(0xbd)]('/')?_0x45b637:_0x1ce69c['TjAyE'](_0x45b637,'/');return new URL(_0xb39749,_0x5e14a4)[_0x3d0d1c(0xc7)]();}static['getAppAutomateSessionStatusAPIUrl'](_0x1e74fd){const _0x3163a0=a53_0x210635,_0x1b4f3a={'wuOwh':function(_0x2cb7cb){return _0x2cb7cb();},'nCPoq':function(_0x12dbbb,_0x2e143f,_0x806378){return _0x12dbbb(_0x2e143f,_0x806378);},'KuCfx':_0x3163a0(0xd3),'UUAbC':_0x3163a0(0xbe),'VceLH':_0x3163a0(0xfc),'RUHZK':function(_0x354f42,_0x56098d){return _0x354f42===_0x56098d;},'kKopP':function(_0x375ff5,_0x4bf871){return _0x375ff5+_0x4bf871;}},_0x42007c=_0x1b4f3a[_0x3163a0(0xc8)](getBrowserstackCLI),_0x1ecd2b=_0x1b4f3a[_0x3163a0(0xb5)](nestedKeyValue,_0x42007c[_0x3163a0(0x108)]()['getConfig'](),[_0x1b4f3a[_0x3163a0(0xf5)],_0x1b4f3a[_0x3163a0(0xe0)],_0x1b4f3a[_0x3163a0(0xf7)]])||constants['BROWSERSTACK_API_URL'];if(!_0x1e74fd||_0x1b4f3a[_0x3163a0(0xda)](_0x1e74fd,''))return _0x1ecd2b;const _0x439015=_0x1ecd2b[_0x3163a0(0xbd)]('/')?_0x1ecd2b:_0x1b4f3a[_0x3163a0(0xdb)](_0x1ecd2b,'/');return new URL(_0x1e74fd,_0x439015)[_0x3163a0(0xc7)]();}static[a53_0x210635(0x110)](_0x151237){const _0x30ee1c=a53_0x210635,_0xdfde33={'uqsfC':function(_0x349424){return _0x349424();},'ePtkZ':function(_0x364a47,_0x1f041a,_0x2a6bb8){return _0x364a47(_0x1f041a,_0x2a6bb8);},'xHhGC':_0x30ee1c(0xd3),'iImRp':_0x30ee1c(0x10d),'zZBrz':_0x30ee1c(0xfc),'UvOLl':function(_0x1f1ad6,_0xe76cbf){return _0x1f1ad6===_0xe76cbf;},'JWmTj':function(_0x19f6bf,_0x5345e6){return _0x19f6bf+_0x5345e6;}},_0x2c7028=_0xdfde33[_0x30ee1c(0x10a)](getBrowserstackCLI),_0xea5c0e=_0xdfde33[_0x30ee1c(0xdf)](nestedKeyValue,_0x2c7028[_0x30ee1c(0x108)]()['getConfig'](),[_0xdfde33[_0x30ee1c(0x10b)],_0xdfde33['iImRp'],_0xdfde33['zZBrz']])||constants[_0x30ee1c(0x101)];if(!_0x151237||_0xdfde33['UvOLl'](_0x151237,''))return _0xea5c0e;const _0x5db822=_0xea5c0e[_0x30ee1c(0xbd)]('/')?_0xea5c0e:_0xdfde33['JWmTj'](_0xea5c0e,'/');return new URL(_0x151237,_0x5db822)['toString']();}static[a53_0x210635(0xf3)](_0xa86d7){const _0x4c769e=a53_0x210635,_0x1e81fc={'XtpZL':function(_0x452a0d){return _0x452a0d();},'zgUKg':function(_0x1dd031,_0x524793,_0x1e9f3c){return _0x1dd031(_0x524793,_0x1e9f3c);},'ADVKV':_0x4c769e(0xd3),'BtPGN':_0x4c769e(0xbe),'BiULM':_0x4c769e(0xfc),'kmpFi':function(_0x2dc4a0,_0x56e08e){return _0x2dc4a0===_0x56e08e;},'bFSKR':function(_0x4bb4d7,_0x3c0c7d){return _0x4bb4d7+_0x3c0c7d;}},_0x12ff10=_0x1e81fc[_0x4c769e(0xd9)](getBrowserstackCLI),_0x5bad66=_0x1e81fc[_0x4c769e(0x106)](nestedKeyValue,_0x12ff10[_0x4c769e(0x108)]()[_0x4c769e(0x114)](),[_0x1e81fc[_0x4c769e(0x100)],_0x1e81fc[_0x4c769e(0x102)],_0x1e81fc[_0x4c769e(0xcc)]])||constants[_0x4c769e(0x101)];if(!_0xa86d7||_0x1e81fc[_0x4c769e(0x10c)](_0xa86d7,''))return _0x5bad66;const _0xf8611e=_0x5bad66[_0x4c769e(0xbd)]('/')?_0x5bad66:_0x1e81fc['bFSKR'](_0x5bad66,'/');return new URL(_0xa86d7,_0xf8611e)[_0x4c769e(0xc7)]();}static['getAutomateSessionsListAPIUrl'](_0x329c9f){const _0x6dbfdd=a53_0x210635,_0x23ae30={'HaKdB':function(_0xe9a83a){return _0xe9a83a();},'pAkdf':function(_0x1490cd,_0x2aaa0b,_0x2d7dc9){return _0x1490cd(_0x2aaa0b,_0x2d7dc9);},'tuNSJ':_0x6dbfdd(0xd3),'AfYDT':_0x6dbfdd(0x10d),'sYoaV':_0x6dbfdd(0xfc),'PvVRU':function(_0x1ce185,_0x2299a9){return _0x1ce185===_0x2299a9;},'gmHRF':function(_0x4adb97,_0x521105){return _0x4adb97+_0x521105;}},_0x1310c5=_0x23ae30[_0x6dbfdd(0xe6)](getBrowserstackCLI),_0x1be301=_0x23ae30['pAkdf'](nestedKeyValue,_0x1310c5[_0x6dbfdd(0x108)]()[_0x6dbfdd(0x114)](),[_0x23ae30['tuNSJ'],_0x23ae30[_0x6dbfdd(0xbb)],_0x23ae30[_0x6dbfdd(0xd2)]])||constants[_0x6dbfdd(0x101)];if(!_0x329c9f||_0x23ae30[_0x6dbfdd(0x104)](_0x329c9f,''))return _0x1be301;const _0x5803fa=_0x1be301[_0x6dbfdd(0xbd)]('/')?_0x1be301:_0x23ae30[_0x6dbfdd(0xec)](_0x1be301,'/');return new URL(_0x329c9f,_0x5803fa)[_0x6dbfdd(0xc7)]()[_0x6dbfdd(0xc2)](/^https?:\/\//,'');}static[a53_0x210635(0xfb)](_0x9f2e0b){const _0x5d2939=a53_0x210635,_0x46d81f={'yYWFu':function(_0x3d7730){return _0x3d7730();},'uvGLx':function(_0x3e8ce0,_0xf02543,_0x47d180){return _0x3e8ce0(_0xf02543,_0x47d180);},'sfmOO':'apis','mpmfq':_0x5d2939(0xbe),'ZtBAI':'api','SkNUc':function(_0xff0173,_0x401560){return _0xff0173===_0x401560;},'yPHDG':function(_0x55cd5e,_0x233678){return _0x55cd5e+_0x233678;}},_0x28b68e=_0x46d81f[_0x5d2939(0x109)](getBrowserstackCLI),_0x3955fe=_0x46d81f['uvGLx'](nestedKeyValue,_0x28b68e['getInstance']()[_0x5d2939(0x114)](),[_0x46d81f[_0x5d2939(0xb6)],_0x46d81f[_0x5d2939(0xd7)],_0x46d81f[_0x5d2939(0xfa)]])||constants[_0x5d2939(0xe7)];if(!_0x9f2e0b||_0x46d81f[_0x5d2939(0xba)](_0x9f2e0b,''))return _0x3955fe;const _0x503c45=_0x3955fe['endsWith']('/')?_0x3955fe:_0x46d81f['yPHDG'](_0x3955fe,'/');return new URL(_0x9f2e0b,_0x503c45)[_0x5d2939(0xc7)]()['replace'](/^https?:\/\//,'');}static[a53_0x210635(0x10e)](_0x4448a3){const _0x3d5dcb=a53_0x210635,_0x28932d={'iVkuE':function(_0x4bbb2e){return _0x4bbb2e();},'aeiyM':function(_0x55db64,_0x490969,_0x471765){return _0x55db64(_0x490969,_0x471765);},'vRkJm':_0x3d5dcb(0xd3),'TWRlX':_0x3d5dcb(0xd6),'fcLWv':_0x3d5dcb(0xbf),'ZqRwF':function(_0xb3cabb,_0x27575b){return _0xb3cabb===_0x27575b;},'QRwLw':function(_0x15da81,_0x218041){return _0x15da81+_0x218041;}},_0x3d5c20=_0x28932d[_0x3d5dcb(0xb9)](getBrowserstackCLI),_0x321e1d=_0x28932d['aeiyM'](nestedKeyValue,_0x3d5c20[_0x3d5dcb(0x108)]()[_0x3d5dcb(0x114)](),[_0x28932d[_0x3d5dcb(0xb7)],_0x28932d[_0x3d5dcb(0xf8)],_0x28932d[_0x3d5dcb(0xea)]])||constants[_0x3d5dcb(0xd5)];if(!_0x4448a3||_0x28932d[_0x3d5dcb(0xc9)](_0x4448a3,''))return _0x321e1d;const _0x46feb0=_0x321e1d[_0x3d5dcb(0xbd)]('/')?_0x321e1d:_0x28932d[_0x3d5dcb(0xf2)](_0x321e1d,'/');return new URL(_0x4448a3,_0x46feb0)[_0x3d5dcb(0xc7)]();}static[a53_0x210635(0xfd)](_0x6528d4){const _0x5bcafc=a53_0x210635,_0x13a61e={'WpYCq':function(_0x2151c9){return _0x2151c9();},'kBHwv':function(_0x458a73,_0x3017a8,_0x139c71){return _0x458a73(_0x3017a8,_0x139c71);},'IWAaM':_0x5bcafc(0xd3),'pgkPT':_0x5bcafc(0x10d),'CNbeQ':_0x5bcafc(0xb8),'PHeCS':'wss:','WnGMD':function(_0x3ab553,_0x50bf6c){return _0x3ab553===_0x50bf6c;},'MpVSO':function(_0x57eeb6,_0x43b5e7){return _0x57eeb6+_0x43b5e7;},'gJwmC':_0x5bcafc(0xc6)},_0x11521f=_0x13a61e[_0x5bcafc(0xc0)](getBrowserstackCLI),_0x8892e2=_0x13a61e[_0x5bcafc(0xef)](nestedKeyValue,_0x11521f[_0x5bcafc(0x108)]()[_0x5bcafc(0x114)](),[_0x13a61e[_0x5bcafc(0xc5)],_0x13a61e['pgkPT'],_0x13a61e['CNbeQ']]),_0x1133a8=(_0x8892e2?_0x8892e2[_0x5bcafc(0xc2)](/^https:/,_0x13a61e[_0x5bcafc(0xdc)]):null)||constants[_0x5bcafc(0x10f)];let _0x37ac98;if(!_0x6528d4||_0x13a61e['WnGMD'](_0x6528d4,''))_0x37ac98=_0x1133a8;else{const _0x4e01ba=_0x1133a8[_0x5bcafc(0xbd)]('/')?_0x1133a8:_0x13a61e[_0x5bcafc(0x111)](_0x1133a8,'/');_0x37ac98=new URL(_0x6528d4,_0x4e01ba)[_0x5bcafc(0xc7)]();}return!_0x37ac98['endsWith'](_0x13a61e[_0x5bcafc(0xd1)])&&(_0x37ac98+=_0x13a61e[_0x5bcafc(0xd1)]),_0x37ac98;}}module[a53_0x210635(0xce)]=APIUtilityMethods;
1
+ const a53_0x23f454=a53_0x5496;(function(_0x296d8a,_0x1b8b52){const _0x428ba9=a53_0x5496,_0x5dd7c6=_0x296d8a();while(!![]){try{const _0x2448bb=parseInt(_0x428ba9(0x1a7))/0x1*(parseInt(_0x428ba9(0x192))/0x2)+-parseInt(_0x428ba9(0x1ae))/0x3+-parseInt(_0x428ba9(0x19e))/0x4+parseInt(_0x428ba9(0x1b7))/0x5*(-parseInt(_0x428ba9(0x1b8))/0x6)+parseInt(_0x428ba9(0x1b9))/0x7+-parseInt(_0x428ba9(0x17a))/0x8+parseInt(_0x428ba9(0x18d))/0x9*(parseInt(_0x428ba9(0x187))/0xa);if(_0x2448bb===_0x1b8b52)break;else _0x5dd7c6['push'](_0x5dd7c6['shift']());}catch(_0xa4fb6){_0x5dd7c6['push'](_0x5dd7c6['shift']());}}}(a53_0x42da,0x95855));const constants=require('./constants'),{nestedKeyValue}=require(a53_0x23f454(0x185)),getBrowserstackCLI=()=>{const _0x94ab2e=a53_0x23f454,_0x1c4c7f={'hzQiX':function(_0x1df368,_0x153717){return _0x1df368(_0x153717);},'CqTDo':_0x94ab2e(0x19c)};return _0x1c4c7f[_0x94ab2e(0x1cd)](require,_0x1c4c7f[_0x94ab2e(0x18e)]);};function a53_0x5496(_0x2a1fef,_0x24457a){const _0x42dae5=a53_0x42da();return a53_0x5496=function(_0x5496b7,_0xb73b36){_0x5496b7=_0x5496b7-0x176;let _0x479a93=_0x42dae5[_0x5496b7];return _0x479a93;},a53_0x5496(_0x2a1fef,_0x24457a);}class APIUtilityMethods{static[a53_0x23f454(0x18f)](_0x523d0e){const _0x4038c1=a53_0x23f454,_0x161056={'ELfBu':function(_0x5b094a){return _0x5b094a();},'lIAtn':function(_0xa7d018,_0x312746,_0x2f5000){return _0xa7d018(_0x312746,_0x2f5000);},'uVhpn':'apis','CqqFO':_0x4038c1(0x179),'AbJMI':_0x4038c1(0x1a5),'XTaog':function(_0x1177cf,_0x58b237){return _0x1177cf===_0x58b237;},'twCMU':function(_0x5b3997,_0x75a383){return _0x5b3997+_0x75a383;}},_0x1cebc0=_0x161056[_0x4038c1(0x1ba)](getBrowserstackCLI),_0x2fec2a=_0x161056[_0x4038c1(0x1c5)](nestedKeyValue,_0x1cebc0[_0x4038c1(0x1cb)]()[_0x4038c1(0x196)](),[_0x161056[_0x4038c1(0x181)],_0x161056['CqqFO'],_0x161056[_0x4038c1(0x177)]])||constants[_0x4038c1(0x1c8)];if(!_0x523d0e||_0x161056[_0x4038c1(0x18b)](_0x523d0e,''))return _0x2fec2a;const _0xa69bf9=_0x2fec2a[_0x4038c1(0x19f)]('/')?_0x2fec2a:_0x161056['twCMU'](_0x2fec2a,'/');return new URL(_0x523d0e,_0xa69bf9)[_0x4038c1(0x189)]();}static[a53_0x23f454(0x17b)](_0x29f53a){const _0x35f862=a53_0x23f454,_0x3a1a6f={'EFWhH':function(_0xbb232){return _0xbb232();},'qIqJk':function(_0x5d6241,_0x3a4c19,_0x2f2e76){return _0x5d6241(_0x3a4c19,_0x2f2e76);},'DexGH':_0x35f862(0x17c),'XoOTG':_0x35f862(0x188),'CySuj':_0x35f862(0x1a5),'NMMal':function(_0x42e52f,_0x7251e3){return _0x42e52f===_0x7251e3;},'eSfuR':function(_0x52065f,_0x296cb4){return _0x52065f+_0x296cb4;}},_0x39f08b=_0x3a1a6f['EFWhH'](getBrowserstackCLI),_0x5a3823=_0x3a1a6f[_0x35f862(0x19a)](nestedKeyValue,_0x39f08b[_0x35f862(0x1cb)]()['getConfig'](),[_0x3a1a6f[_0x35f862(0x186)],_0x3a1a6f['XoOTG'],_0x3a1a6f['CySuj']])||constants[_0x35f862(0x1a4)];if(!_0x29f53a||_0x3a1a6f[_0x35f862(0x1b4)](_0x29f53a,''))return _0x5a3823;const _0xf7ca13=_0x5a3823[_0x35f862(0x19f)]('/')?_0x5a3823:_0x3a1a6f[_0x35f862(0x19d)](_0x5a3823,'/');return new URL(_0x29f53a,_0xf7ca13)[_0x35f862(0x189)]();}static[a53_0x23f454(0x1b1)](_0x4fc9f2){const _0x3e50df=a53_0x23f454,_0x76d58c={'qkDtX':function(_0xbbe025){return _0xbbe025();},'EdpcI':function(_0x159e00,_0x17040b,_0x43d2b9){return _0x159e00(_0x17040b,_0x43d2b9);},'iRKck':_0x3e50df(0x17c),'yahcH':'automate','gbMxs':_0x3e50df(0x1a5),'rJaWu':function(_0x2cab43,_0x1993b7){return _0x2cab43===_0x1993b7;},'HGwBH':function(_0x54ee3a,_0x319de4){return _0x54ee3a+_0x319de4;}},_0x194bdf=_0x76d58c[_0x3e50df(0x17f)](getBrowserstackCLI),_0x5cc8c2=_0x76d58c[_0x3e50df(0x1c4)](nestedKeyValue,_0x194bdf[_0x3e50df(0x1cb)]()['getConfig'](),[_0x76d58c['iRKck'],_0x76d58c[_0x3e50df(0x199)],_0x76d58c[_0x3e50df(0x1b2)]])||constants['BROWSERSTACK_API_URL'];if(!_0x4fc9f2||_0x76d58c[_0x3e50df(0x1c0)](_0x4fc9f2,''))return _0x5cc8c2;const _0x49b90a=_0x5cc8c2['endsWith']('/')?_0x5cc8c2:_0x76d58c[_0x3e50df(0x1a3)](_0x5cc8c2,'/');return new URL(_0x4fc9f2,_0x49b90a)[_0x3e50df(0x189)]();}static[a53_0x23f454(0x1c2)](_0x144157){const _0x4dd3b5=a53_0x23f454,_0x35cc94={'QVYsJ':function(_0xd23202){return _0xd23202();},'EDqbw':function(_0xc06ae4,_0x4d17e0,_0x2d6f29){return _0xc06ae4(_0x4d17e0,_0x2d6f29);},'CNNYQ':_0x4dd3b5(0x17c),'CTonb':_0x4dd3b5(0x178),'QxSiu':_0x4dd3b5(0x1a5),'HOLKH':function(_0x5e7e16,_0x36db15){return _0x5e7e16===_0x36db15;},'UThuR':function(_0x45c3b2,_0x5cb675){return _0x45c3b2+_0x5cb675;}},_0x4c6ae0=_0x35cc94[_0x4dd3b5(0x19b)](getBrowserstackCLI),_0xef8b4=_0x35cc94['EDqbw'](nestedKeyValue,_0x4c6ae0[_0x4dd3b5(0x1cb)]()[_0x4dd3b5(0x196)](),[_0x35cc94[_0x4dd3b5(0x1a6)],_0x35cc94[_0x4dd3b5(0x1c9)],_0x35cc94[_0x4dd3b5(0x18c)]])||constants[_0x4dd3b5(0x1c8)];if(!_0x144157||_0x35cc94['HOLKH'](_0x144157,''))return _0xef8b4;const _0x183553=_0xef8b4[_0x4dd3b5(0x19f)]('/')?_0xef8b4:_0x35cc94[_0x4dd3b5(0x18a)](_0xef8b4,'/');return new URL(_0x144157,_0x183553)[_0x4dd3b5(0x189)]();}static[a53_0x23f454(0x1c7)](_0x5d0aa3){const _0x1badf5=a53_0x23f454,_0x28d135={'XrFfq':function(_0x2d7090){return _0x2d7090();},'mmhbQ':function(_0x3c48b2,_0x1e3e4b,_0x9727e7){return _0x3c48b2(_0x1e3e4b,_0x9727e7);},'odaTP':_0x1badf5(0x17c),'dHBuJ':'automate','NGtra':_0x1badf5(0x1a5),'VFeJx':function(_0x50683a,_0x49f288){return _0x50683a===_0x49f288;},'EoHND':function(_0x1437bb,_0x887632){return _0x1437bb+_0x887632;}},_0x2fcef9=_0x28d135[_0x1badf5(0x1bc)](getBrowserstackCLI),_0x3b391c=_0x28d135['mmhbQ'](nestedKeyValue,_0x2fcef9[_0x1badf5(0x1cb)]()[_0x1badf5(0x196)](),[_0x28d135[_0x1badf5(0x184)],_0x28d135[_0x1badf5(0x197)],_0x28d135['NGtra']])||constants[_0x1badf5(0x1c8)];if(!_0x5d0aa3||_0x28d135['VFeJx'](_0x5d0aa3,''))return _0x3b391c;const _0x165738=_0x3b391c['endsWith']('/')?_0x3b391c:_0x28d135[_0x1badf5(0x1a1)](_0x3b391c,'/');return new URL(_0x5d0aa3,_0x165738)[_0x1badf5(0x189)]();}static['getAppAutomateSessionNameAPIUrl'](_0x4408ef){const _0x190694=a53_0x23f454,_0x2e61bc={'YOkAS':function(_0x53a6ba){return _0x53a6ba();},'UlQhE':function(_0x4f0a89,_0x8d7d6e,_0x279f92){return _0x4f0a89(_0x8d7d6e,_0x279f92);},'PqNAi':'apis','HjdAF':_0x190694(0x178),'YPdhO':_0x190694(0x1a5),'oJhpw':function(_0x2762f0,_0x49de12){return _0x2762f0===_0x49de12;},'kpJkb':function(_0x21079b,_0x42fa8e){return _0x21079b+_0x42fa8e;}},_0x1b825f=_0x2e61bc[_0x190694(0x1ab)](getBrowserstackCLI),_0x300f84=_0x2e61bc[_0x190694(0x1ac)](nestedKeyValue,_0x1b825f[_0x190694(0x1cb)]()['getConfig'](),[_0x2e61bc[_0x190694(0x1c3)],_0x2e61bc['HjdAF'],_0x2e61bc['YPdhO']])||constants[_0x190694(0x1c8)];if(!_0x4408ef||_0x2e61bc[_0x190694(0x1a2)](_0x4408ef,''))return _0x300f84;const _0x20b6cb=_0x300f84['endsWith']('/')?_0x300f84:_0x2e61bc[_0x190694(0x182)](_0x300f84,'/');return new URL(_0x4408ef,_0x20b6cb)[_0x190694(0x189)]();}static[a53_0x23f454(0x1ce)](_0x32f957){const _0x115ca8=a53_0x23f454,_0x486c28={'SMrHF':function(_0x3a58da){return _0x3a58da();},'SCzzS':function(_0x15a833,_0x220317,_0x309300){return _0x15a833(_0x220317,_0x309300);},'TYWrA':'apis','pBWno':_0x115ca8(0x179),'GSUju':_0x115ca8(0x1a5),'KVzgm':function(_0x1fe7bf,_0x1d773b){return _0x1fe7bf===_0x1d773b;},'hmsSr':function(_0x520f8c,_0x324e87){return _0x520f8c+_0x324e87;}},_0x7489df=_0x486c28['SMrHF'](getBrowserstackCLI),_0x46495e=_0x486c28['SCzzS'](nestedKeyValue,_0x7489df[_0x115ca8(0x1cb)]()[_0x115ca8(0x196)](),[_0x486c28[_0x115ca8(0x1d1)],_0x486c28[_0x115ca8(0x1b5)],_0x486c28['GSUju']])||constants[_0x115ca8(0x1c8)];if(!_0x32f957||_0x486c28[_0x115ca8(0x1d0)](_0x32f957,''))return _0x46495e;const _0x101dae=_0x46495e[_0x115ca8(0x19f)]('/')?_0x46495e:_0x486c28[_0x115ca8(0x1cc)](_0x46495e,'/');return new URL(_0x32f957,_0x101dae)['toString']()[_0x115ca8(0x195)](/^https?:\/\//,'');}static['getAppAutomateSessionsListAPIUrl'](_0x455f89){const _0x199793=a53_0x23f454,_0x4bf392={'NXjns':function(_0x3cf1ea){return _0x3cf1ea();},'BnUqE':function(_0x140af5,_0x566439,_0x2b6b08){return _0x140af5(_0x566439,_0x2b6b08);},'drHIN':_0x199793(0x17c),'KVftM':_0x199793(0x178),'yXByv':_0x199793(0x1a5),'FmklY':function(_0x5817e1,_0x528f0e){return _0x5817e1===_0x528f0e;},'qOOeK':function(_0x447a05,_0x46723e){return _0x447a05+_0x46723e;}},_0x5ef50f=_0x4bf392[_0x199793(0x1a9)](getBrowserstackCLI),_0x28f7a0=_0x4bf392[_0x199793(0x1bb)](nestedKeyValue,_0x5ef50f[_0x199793(0x1cb)]()[_0x199793(0x196)](),[_0x4bf392['drHIN'],_0x4bf392[_0x199793(0x1af)],_0x4bf392[_0x199793(0x191)]])||constants[_0x199793(0x1cf)];if(!_0x455f89||_0x4bf392[_0x199793(0x1c1)](_0x455f89,''))return _0x28f7a0;const _0x3b72d1=_0x28f7a0[_0x199793(0x19f)]('/')?_0x28f7a0:_0x4bf392[_0x199793(0x1bf)](_0x28f7a0,'/');return new URL(_0x455f89,_0x3b72d1)[_0x199793(0x189)]()['replace'](/^https?:\/\//,'');}static['getAutoCaptureLogsAPIUrl'](_0x663537){const _0x282af4=a53_0x23f454,_0x7638d6={'ItxpB':function(_0x19c382){return _0x19c382();},'pmiCy':function(_0x1269da,_0x27e966,_0x39533b){return _0x1269da(_0x27e966,_0x39533b);},'DnEDV':_0x282af4(0x17c),'UxSEU':_0x282af4(0x1be),'XPZZn':_0x282af4(0x1bd),'zigpb':function(_0xfe6905,_0x5815fb){return _0xfe6905===_0x5815fb;},'FYydT':function(_0x3899b8,_0xc70399){return _0x3899b8+_0xc70399;}},_0x5109b9=_0x7638d6[_0x282af4(0x194)](getBrowserstackCLI),_0x527306=_0x7638d6['pmiCy'](nestedKeyValue,_0x5109b9[_0x282af4(0x1cb)]()['getConfig'](),[_0x7638d6[_0x282af4(0x1c6)],_0x7638d6[_0x282af4(0x176)],_0x7638d6[_0x282af4(0x198)]])||constants[_0x282af4(0x1aa)];if(!_0x663537||_0x7638d6[_0x282af4(0x193)](_0x663537,''))return _0x527306;const _0x4998be=_0x527306[_0x282af4(0x19f)]('/')?_0x527306:_0x7638d6[_0x282af4(0x17e)](_0x527306,'/');return new URL(_0x663537,_0x4998be)[_0x282af4(0x189)]();}static[a53_0x23f454(0x1ad)](_0xdd9dcc){const _0x5c615a=a53_0x23f454,_0x5c6693={'kXoSM':function(_0x5993d4){return _0x5993d4();},'JWHmA':function(_0x379e41,_0x277c62,_0x56baee){return _0x379e41(_0x277c62,_0x56baee);},'yaoMW':_0x5c615a(0x17c),'xeoZn':'automate','CDBeA':_0x5c615a(0x1a8),'wyskJ':'wss:','xPdbG':function(_0x3b982a,_0x52a874){return _0x3b982a===_0x52a874;},'FGBfR':function(_0x412598,_0x316a98){return _0x412598+_0x316a98;},'WufVm':_0x5c615a(0x17d)},_0x17b5c6=_0x5c6693['kXoSM'](getBrowserstackCLI),_0x38e52e=_0x5c6693[_0x5c615a(0x1b6)](nestedKeyValue,_0x17b5c6[_0x5c615a(0x1cb)]()[_0x5c615a(0x196)](),[_0x5c6693[_0x5c615a(0x1a0)],_0x5c6693[_0x5c615a(0x180)],_0x5c6693['CDBeA']]),_0x34c5f2=(_0x38e52e?_0x38e52e['replace'](/^https:/,_0x5c6693['wyskJ']):null)||constants[_0x5c615a(0x183)];let _0x2e3c1;if(!_0xdd9dcc||_0x5c6693[_0x5c615a(0x1b0)](_0xdd9dcc,''))_0x2e3c1=_0x34c5f2;else{const _0x17b4b5=_0x34c5f2[_0x5c615a(0x19f)]('/')?_0x34c5f2:_0x5c6693[_0x5c615a(0x1ca)](_0x34c5f2,'/');_0x2e3c1=new URL(_0xdd9dcc,_0x17b4b5)['toString']();}return!_0x2e3c1['endsWith'](_0x5c6693[_0x5c615a(0x190)])&&(_0x2e3c1+=_0x5c6693[_0x5c615a(0x190)]),_0x2e3c1;}}module[a53_0x23f454(0x1b3)]=APIUtilityMethods;function a53_0x42da(){const _0x5d534c=['OBSERVABILITY_UPLOAD_URL','YOkAS','UlQhE','getPlaywrightHubUrl','188064FKIsDa','KVftM','xPdbG','getAutomateSessionStatusAPIUrl','gbMxs','exports','NMMal','pBWno','JWHmA','5PbtwSf','3859668qvjgwx','1628865oTmnKY','ELfBu','BnUqE','XrFfq','upload','observability','qOOeK','rJaWu','FmklY','getAppAutomateSessionStatusAPIUrl','PqNAi','EdpcI','lIAtn','DnEDV','getAutomateSessionNameAPIUrl','BROWSERSTACK_API_URL','CTonb','FGBfR','getInstance','hmsSr','hzQiX','getAutomateSessionsListAPIUrl','APP_UPLOAD_URL','KVzgm','TYWrA','UxSEU','AbJMI','appAutomate','automate','5730144djQGWM','getEdsInstrumentationAPIUrl','apis','/playwright?caps=','FYydT','qkDtX','xeoZn','uVhpn','kpJkb','PLAYWRIGHT_HUB_URL','odaTP','./sharedUtils','DexGH','8766380bOkXrv','edsInstrumentation','toString','UThuR','XTaog','QxSiu','27Clveve','CqTDo','getBStackAPIUrl','WufVm','yXByv','736174enQOwD','zigpb','ItxpB','replace','getConfig','dHBuJ','XPZZn','yahcH','qIqJk','QVYsJ','../v2/browserstackCLI','eSfuR','4784100HdQkvI','endsWith','yaoMW','EoHND','oJhpw','HGwBH','EDS_URL','api','CNNYQ','1VPExyk','cdp','NXjns'];a53_0x42da=function(){return _0x5d534c;};return a53_0x42da();}
@@ -1 +1 @@
1
- function a54_0x2e16(_0xc865b7,_0x4bac86){const _0x402397=a54_0x4023();return a54_0x2e16=function(_0x2e1624,_0x28c847){_0x2e1624=_0x2e1624-0xfb;let _0x2b7c8f=_0x402397[_0x2e1624];return _0x2b7c8f;},a54_0x2e16(_0xc865b7,_0x4bac86);}function a54_0x4023(){const _0x253aff=['cachedErrorCodes','toString','XwtYi','ObAYK','Error\x20in\x20getting\x20error\x20details\x20for\x20','add','reportDotBrowserStackFolderNotAccessibleIssue','SSL\x20Certificate\x20Issue\x20details\x20not\x20found','rKUTZ','errorCodesOccurredInCLI','push','logSituation','isRunning','reportFinalDetectionState','Connectivity\x20Issue\x20details\x20not\x20found','QPSOR','getAggregatedErrorCodes','CXhHI','3784230tdHcAL','CLIENT_TROUBLESHOOTING_HASH','AKdoi','488452oiGdlJ','reportProcessInterruptionSituation','560307kuYByF','errorCode','errorCodes','[ClientTroubleShootingService]\x20','from','lkjfm','oMjYD','gLvFl','969344sdwTQp','isArray','stringify','CjZoI','HSeAq','getFinalErrorMessage','getErrorDetails','../v2/grpcClient','tJXWV','18ZzmBsm','1043YTIbgC','length','hsaIO','605290IZShgy','checkForErrorsOccuredInCLI','1WDAdWT','documentationLink','join','12vzgblc','{CLIENT_TROUBLESHOOTING_DOCUMENTATION}','zGmFf','ssl\x20cert\x20issue','.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found','jCPwW','OupSX','keys','osAVW','GxsJW','finalErrorMessage','logError','760152zuSnBo','iosst','replace','errorCodesOccurredWhenCLINotRunning','exports','../v2/browserstackCLI','Session\x20Linking\x20Issue','reportSessionLinkingIssue','VViOB','rQdQq','{ENV_VAR}','parse','kDcMj','kWuqO','Process\x20Interruption','Session\x20Linking\x20Issue\x20details\x20not\x20found','vFBRU','browserstack\x20cloud\x20not\x20reachable','error','getInstance','zQvNV','4272GLRGso','reportConflictingEnvVarIssue','cXbWX','awkyT','12xqPwST','getSuccess','winstonLogger','fFNys','errorMessage','base64','getAggregatedClientTroubleshootingErrors','getErrorCodesOccurredInCli','object','WbzNL','Error\x20in\x20getting\x20aggregated\x20error\x20codes:','XpxVc','getErrorCodes','CCAOa','getCachedErrorCodes','getErrorCode','{SIGNAL}','../../helpers/logger','Process\x20Interruption\x20details\x20not\x20found:'];a54_0x4023=function(){return _0x253aff;};return a54_0x4023();}const a54_0x31f985=a54_0x2e16;(function(_0x4a8274,_0x4db07f){const _0x6ae492=a54_0x2e16,_0x3e3c5e=_0x4a8274();while(!![]){try{const _0x22c7be=parseInt(_0x6ae492(0x13d))/0x1*(-parseInt(_0x6ae492(0x124))/0x2)+parseInt(_0x6ae492(0x14c))/0x3+parseInt(_0x6ae492(0xfc))/0x4*(-parseInt(_0x6ae492(0x13b))/0x5)+parseInt(_0x6ae492(0x161))/0x6*(-parseInt(_0x6ae492(0x138))/0x7)+parseInt(_0x6ae492(0x12e))/0x8*(parseInt(_0x6ae492(0x137))/0x9)+parseInt(_0x6ae492(0x121))/0xa+parseInt(_0x6ae492(0x126))/0xb*(parseInt(_0x6ae492(0x140))/0xc);if(_0x22c7be===_0x4db07f)break;else _0x3e3c5e['push'](_0x3e3c5e['shift']());}catch(_0x409a6d){_0x3e3c5e['push'](_0x3e3c5e['shift']());}}}(a54_0x4023,0x33a88));const logger=require(a54_0x31f985(0x10d))[a54_0x31f985(0xfe)],BrowserstackCLI=require(a54_0x31f985(0x151)),GrpcClient=require(a54_0x31f985(0x135)),constants=require('./constants');class ClientTroubleShootingService{static [a54_0x31f985(0x10f)]=null;static [a54_0x31f985(0x14f)]=new Set();static async[a54_0x31f985(0x134)](_0x4b3cf3){const _0x96c9f3=a54_0x31f985,_0x47c2b9={};_0x47c2b9[_0x96c9f3(0x159)]=function(_0x59f0e0,_0x401164){return _0x59f0e0!==_0x401164;};const _0x3117e8=_0x47c2b9;try{if(BrowserstackCLI[_0x96c9f3(0x15f)]()[_0x96c9f3(0x11b)]()){const _0x5190ce=await GrpcClient['getInstance']()['reportClientTroubleshootingError'](_0x4b3cf3);if(_0x3117e8[_0x96c9f3(0x159)](_0x5190ce,null)&&_0x5190ce[_0x96c9f3(0xfd)]())return{'errorCode':_0x5190ce[_0x96c9f3(0x10b)](),'errorMessage':_0x5190ce['getErrorMessage']()};return{};}}catch(_0x31d192){return this[_0x96c9f3(0x14b)](_0x96c9f3(0x113)+_0x4b3cf3+':',_0x31d192),{};}}static async['getAggregatedErrorCodes'](){const _0x423fe5=a54_0x31f985,_0x414e4e={};_0x414e4e[_0x423fe5(0x123)]=function(_0x141908,_0x8fb66e){return _0x141908!==_0x8fb66e;},_0x414e4e[_0x423fe5(0x154)]=_0x423fe5(0x101),_0x414e4e[_0x423fe5(0x111)]=_0x423fe5(0x106);const _0x548795=_0x414e4e;try{if(BrowserstackCLI[_0x423fe5(0x15f)]()['isRunning']()){const _0x7579b1=await GrpcClient[_0x423fe5(0x15f)]()[_0x423fe5(0x102)]();if(_0x548795[_0x423fe5(0x123)](_0x7579b1,null)&&_0x7579b1[_0x423fe5(0xfd)]()){const _0x3260c9=Buffer['from'](_0x7579b1[_0x423fe5(0x108)](),_0x548795[_0x423fe5(0x154)])[_0x423fe5(0x110)](),_0x247ed3=_0x3260c9?JSON[_0x423fe5(0x157)](_0x3260c9):[],_0x31e55e=_0x7579b1['getDocumentationLink'](),_0x4986ca=_0x7579b1[_0x423fe5(0x133)](),_0x1f710b=Buffer[_0x423fe5(0x12a)](_0x7579b1[_0x423fe5(0x103)](),_0x548795[_0x423fe5(0x154)])[_0x423fe5(0x110)](),_0xa0fbc2=_0x1f710b?JSON[_0x423fe5(0x157)](_0x1f710b):[],_0x5dc836={};return _0x5dc836[_0x423fe5(0x128)]=_0x247ed3,_0x5dc836['documentationLink']=_0x31e55e,_0x5dc836[_0x423fe5(0x14a)]=_0x4986ca,_0x5dc836[_0x423fe5(0x118)]=_0xa0fbc2,_0x5dc836;}const _0x460df9={};return _0x460df9[_0x423fe5(0x128)]=[],_0x460df9['documentationLink']='',_0x460df9[_0x423fe5(0x14a)]='',_0x460df9['errorCodesOccurredInCLI']=[],_0x460df9;}const _0x4d2601={};return _0x4d2601['errorCodes']=[],_0x4d2601[_0x423fe5(0x13e)]='',_0x4d2601[_0x423fe5(0x14a)]='',_0x4d2601[_0x423fe5(0x118)]=[],_0x4d2601;}catch(_0x32b95d){this[_0x423fe5(0x14b)](_0x548795[_0x423fe5(0x111)],_0x32b95d);const _0x911ca8={};return _0x911ca8[_0x423fe5(0x128)]=[],_0x911ca8[_0x423fe5(0x13e)]='',_0x911ca8[_0x423fe5(0x14a)]='',_0x911ca8['errorCodesOccurredInCLI']=[],_0x911ca8;}}static[a54_0x31f985(0x11a)](_0x5a6944,_0x1f2f13){logger['warn'](_0x5a6944+':\x20'+_0x1f2f13);}static[a54_0x31f985(0x13c)](_0x5c772c){const _0x4f66a7=a54_0x31f985,_0x3b9360={};_0x3b9360[_0x4f66a7(0x131)]=function(_0x29009b,_0x50a5d1){return _0x29009b!=_0x50a5d1;},_0x3b9360[_0x4f66a7(0x12d)]=function(_0x2533dd,_0x48cda7){return _0x2533dd>_0x48cda7;};const _0x4684a6=_0x3b9360,_0xf63156=[];if(_0x4684a6[_0x4f66a7(0x131)](_0x5c772c,null)&&_0x4684a6['CjZoI'](_0x5c772c[_0x4f66a7(0x118)],null)&&_0x4684a6[_0x4f66a7(0x12d)](_0x5c772c[_0x4f66a7(0x118)]['length'],0x0))for(const _0x54a4d7 of _0x5c772c[_0x4f66a7(0x118)]){_0x4684a6[_0x4f66a7(0x131)](_0x54a4d7[_0x4f66a7(0x127)],null)&&_0x4684a6[_0x4f66a7(0x131)](_0x54a4d7[_0x4f66a7(0x100)],null)&&(_0xf63156[_0x4f66a7(0x119)](_0x54a4d7[_0x4f66a7(0x127)]),this[_0x4f66a7(0x11a)](_0x54a4d7['errorCode'],_0x54a4d7['errorMessage']));}return _0xf63156;}static[a54_0x31f985(0x10a)](){const _0x2bf6f8=a54_0x31f985;return this[_0x2bf6f8(0x10f)];}static[a54_0x31f985(0x14b)](_0x47ac17,_0x30dfe0){const _0x11cd24=a54_0x31f985,_0x5323d7={};_0x5323d7[_0x11cd24(0x163)]=function(_0x41021b,_0xcd57c1){return _0x41021b===_0xcd57c1;},_0x5323d7[_0x11cd24(0x12b)]=_0x11cd24(0x104);const _0x2d1a5f=_0x5323d7;if(_0x2d1a5f[_0x11cd24(0x163)](typeof _0x30dfe0,_0x2d1a5f[_0x11cd24(0x12b)]))try{logger['error'](_0x11cd24(0x129)+_0x47ac17+'\x20'+JSON[_0x11cd24(0x130)](_0x30dfe0));}catch(_0x37186d){logger[_0x11cd24(0x15e)](_0x11cd24(0x129)+_0x47ac17+'\x20'+_0x30dfe0);}else logger[_0x11cd24(0x15e)]('[ClientTroubleShootingService]\x20'+_0x47ac17+'\x20'+_0x30dfe0);}static async[a54_0x31f985(0x125)](_0x3f10f5){const _0x5c3dd3=a54_0x31f985,_0x48ff09={};_0x48ff09[_0x5c3dd3(0x109)]=_0x5c3dd3(0x15a),_0x48ff09[_0x5c3dd3(0x155)]=function(_0xa89deb,_0x34446a){return _0xa89deb===_0x34446a;},_0x48ff09[_0x5c3dd3(0x14d)]=_0x5c3dd3(0x10e),_0x48ff09[_0x5c3dd3(0x158)]=_0x5c3dd3(0x10c);const _0xa3634=_0x48ff09,_0xa353a0=await this[_0x5c3dd3(0x134)](_0xa3634[_0x5c3dd3(0x109)]);if(_0xa3634['rQdQq'](Object['keys'](_0xa353a0)[_0x5c3dd3(0x139)],0x0)){this[_0x5c3dd3(0x14b)](_0xa3634[_0x5c3dd3(0x14d)],_0xa353a0);return;}this[_0x5c3dd3(0x11a)](_0xa353a0[_0x5c3dd3(0x127)],_0xa353a0[_0x5c3dd3(0x100)][_0x5c3dd3(0x14e)](_0xa3634[_0x5c3dd3(0x158)],_0x3f10f5));}static async[a54_0x31f985(0x153)](){const _0x4099aa=a54_0x31f985,_0x2b1521={};_0x2b1521[_0x4099aa(0xfb)]=_0x4099aa(0x152),_0x2b1521[_0x4099aa(0x149)]=function(_0x1e60e7,_0x1168f5){return _0x1e60e7===_0x1168f5;},_0x2b1521[_0x4099aa(0x146)]=_0x4099aa(0x15b);const _0x546812=_0x2b1521,_0x5628a3=await this[_0x4099aa(0x134)](_0x546812[_0x4099aa(0xfb)]);if(_0x546812['GxsJW'](Object[_0x4099aa(0x147)](_0x5628a3)[_0x4099aa(0x139)],0x0)){this[_0x4099aa(0x14b)](_0x546812[_0x4099aa(0x146)],_0x5628a3);return;}this[_0x4099aa(0x11a)](_0x5628a3[_0x4099aa(0x127)],_0x5628a3[_0x4099aa(0x100)]);}static async['reportConnectivityIssue'](){const _0x5cc834=a54_0x31f985,_0x226131={};_0x226131[_0x5cc834(0x105)]=_0x5cc834(0x15d),_0x226131[_0x5cc834(0x145)]=function(_0x11bb76,_0x28a04e){return _0x11bb76===_0x28a04e;},_0x226131['rKUTZ']=_0x5cc834(0x11d);const _0x22688e=_0x226131,_0x421b1f=await this[_0x5cc834(0x134)](_0x22688e[_0x5cc834(0x105)]);if(_0x22688e[_0x5cc834(0x145)](Object[_0x5cc834(0x147)](_0x421b1f)[_0x5cc834(0x139)],0x0)){this[_0x5cc834(0x14b)](_0x22688e[_0x5cc834(0x117)],_0x421b1f);return;}this[_0x5cc834(0x11a)](_0x421b1f[_0x5cc834(0x127)],_0x421b1f[_0x5cc834(0x100)]);}static async['reportSSLCertIssue'](){const _0x3358e2=a54_0x31f985,_0x3352f6={};_0x3352f6[_0x3358e2(0x160)]=_0x3358e2(0x143),_0x3352f6[_0x3358e2(0x136)]=function(_0x40f22,_0x53a9e8){return _0x40f22===_0x53a9e8;},_0x3352f6[_0x3358e2(0x112)]=_0x3358e2(0x116);const _0x5f4cef=_0x3352f6,_0x5d832c=await this['getErrorDetails'](_0x5f4cef[_0x3358e2(0x160)]);if(_0x5f4cef[_0x3358e2(0x136)](Object[_0x3358e2(0x147)](_0x5d832c)[_0x3358e2(0x139)],0x0)){this[_0x3358e2(0x14b)](_0x5f4cef[_0x3358e2(0x112)],_0x5d832c);return;}this[_0x3358e2(0x11a)](_0x5d832c['errorCode'],_0x5d832c[_0x3358e2(0x100)]);}static[a54_0x31f985(0x115)](){const _0x5aa30f=a54_0x31f985,_0x5142ef={};_0x5142ef[_0x5aa30f(0x15c)]='.browserstack\x20folder\x20not\x20accessible',_0x5142ef['osAVW']=function(_0x15df1c,_0x471dbb){return _0x15df1c===_0x471dbb;},_0x5142ef[_0x5aa30f(0x13a)]=_0x5aa30f(0x144);const _0x35df0b=_0x5142ef,_0x562090=constants[_0x5aa30f(0x122)][_0x35df0b[_0x5aa30f(0x15c)]];if(_0x35df0b[_0x5aa30f(0x148)](Object[_0x5aa30f(0x147)](_0x562090)[_0x5aa30f(0x139)],0x0)){this[_0x5aa30f(0x14b)](_0x35df0b['hsaIO'],_0x562090);return;}this[_0x5aa30f(0x14f)][_0x5aa30f(0x114)](_0x562090[0x0]),this[_0x5aa30f(0x11a)](_0x562090[0x0],_0x562090[0x1]);}static async[a54_0x31f985(0x162)](_0x32d007){const _0x5cea43=a54_0x31f985,_0x3ccd7a={};_0x3ccd7a[_0x5cea43(0x142)]='conflicting\x20env\x20var\x20detected',_0x3ccd7a[_0x5cea43(0x120)]=function(_0x9d8d13,_0x5b47c1){return _0x9d8d13===_0x5b47c1;},_0x3ccd7a[_0x5cea43(0x12c)]='Conflicting\x20Env\x20Var\x20details\x20not\x20found',_0x3ccd7a['HSeAq']=_0x5cea43(0x156);const _0x25179b=_0x3ccd7a,_0x14362d=await this['getErrorDetails'](_0x25179b['zGmFf']);if(_0x25179b[_0x5cea43(0x120)](Object[_0x5cea43(0x147)](_0x14362d)[_0x5cea43(0x139)],0x0)){this[_0x5cea43(0x14b)](_0x25179b[_0x5cea43(0x12c)],_0x14362d);return;}const _0x5798d4=_0x14362d[_0x5cea43(0x100)]['replace'](_0x25179b[_0x5cea43(0x132)],_0x32d007);this[_0x5cea43(0x11a)](_0x14362d['errorCode'],_0x5798d4);}static async[a54_0x31f985(0x11c)](){const _0x2f5555=a54_0x31f985,_0x2e7e3b={};_0x2e7e3b['QPSOR']=function(_0x7fe7b7,_0x33a3fa){return _0x7fe7b7>_0x33a3fa;},_0x2e7e3b[_0x2f5555(0x107)]='{ERROR_CODES}',_0x2e7e3b[_0x2f5555(0xff)]=_0x2f5555(0x141);const _0x1a9452=_0x2e7e3b,_0x3d1ff8=await this[_0x2f5555(0x11f)](),_0x4cf2d4=this[_0x2f5555(0x13c)](_0x3d1ff8),_0x2d4f68=Array[_0x2f5555(0x12f)](_0x3d1ff8[_0x2f5555(0x128)])?_0x3d1ff8['errorCodes']:[],_0x31db48=_0x1a9452[_0x2f5555(0x11e)](this[_0x2f5555(0x14f)]['size'],0x0)?Array[_0x2f5555(0x12a)](this[_0x2f5555(0x14f)]):[],_0x7f1bb7=new Set([..._0x2d4f68,..._0x4cf2d4,..._0x31db48]),_0x274869=Array[_0x2f5555(0x12a)](_0x7f1bb7);if(_0x1a9452['QPSOR'](_0x274869[_0x2f5555(0x139)],0x0)){const _0x16834e=_0x3d1ff8[_0x2f5555(0x14a)][_0x2f5555(0x14e)](_0x1a9452['XpxVc'],_0x274869[_0x2f5555(0x13f)](',\x20'))[_0x2f5555(0x14e)](_0x1a9452[_0x2f5555(0xff)],_0x3d1ff8[_0x2f5555(0x13e)]);logger['warn'](_0x16834e),this[_0x2f5555(0x10f)]=_0x274869;}}}module[a54_0x31f985(0x150)]=ClientTroubleShootingService;
1
+ const a54_0xafda1b=a54_0x1ee4;(function(_0x12f4f3,_0x317e06){const _0x2f8a1d=a54_0x1ee4,_0x3973e8=_0x12f4f3();while(!![]){try{const _0x1c7064=parseInt(_0x2f8a1d(0x9b))/0x1*(parseInt(_0x2f8a1d(0x8e))/0x2)+parseInt(_0x2f8a1d(0xc7))/0x3+-parseInt(_0x2f8a1d(0xcd))/0x4*(parseInt(_0x2f8a1d(0xab))/0x5)+-parseInt(_0x2f8a1d(0xbc))/0x6*(-parseInt(_0x2f8a1d(0xce))/0x7)+-parseInt(_0x2f8a1d(0xa0))/0x8*(-parseInt(_0x2f8a1d(0xb7))/0x9)+parseInt(_0x2f8a1d(0xc1))/0xa+-parseInt(_0x2f8a1d(0x9c))/0xb;if(_0x1c7064===_0x317e06)break;else _0x3973e8['push'](_0x3973e8['shift']());}catch(_0xf270b1){_0x3973e8['push'](_0x3973e8['shift']());}}}(a54_0x5f17,0xcd268));function a54_0x5f17(){const _0xc8208a=['errorCodes','errorCodesOccurredInCLI','dPcGa','error','Process\x20Interruption\x20details\x20not\x20found:','from','YMjTi','reportProcessInterruptionSituation','parse','getAggregatedErrorCodes','PSLDj','errorCode','wjUCj','add','ssl\x20cert\x20issue','ONkju','qAGXq','IPvTL','logError','Connectivity\x20Issue\x20details\x20not\x20found','22kePQHr','eINgx','Session\x20Linking\x20Issue','isRunning','errorMessage','finalErrorMessage','apmEe','{CLIENT_TROUBLESHOOTING_DOCUMENTATION}','reportSSLCertIssue','checkForErrorsOccuredInCLI','RHtaU','mwKlx','.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found','75623vMaeAm','35947318LbTQpJ','getErrorMessage','../../helpers/logger','oHApA','504LuwSBY','{ERROR_CODES}','getInstance','reportSessionLinkingIssue','replace','getDocumentationLink','LGYBw','getErrorCode','errorCodesOccurredWhenCLINotRunning','documentationLink','{SIGNAL}','1053955qKQyQa','push','zjeTY','SSL\x20Certificate\x20Issue\x20details\x20not\x20found','vwPsU','toString','.browserstack\x20folder\x20not\x20accessible','conflicting\x20env\x20var\x20detected','dkgyT','../v2/browserstackCLI','isArray','getSuccess','47457qnIeeO','exports','aFYoT','Process\x20Interruption','winstonLogger','23286frgVIK','IUZwE','reportConflictingEnvVarIssue','Error\x20in\x20getting\x20error\x20details\x20for\x20','[ClientTroubleShootingService]\x20','10667910fDqEHN','length','LskgM','Gdvls','../v2/grpcClient','getErrorDetails','3372741XRsHVQ','warn','getErrorCodes','VseYQ','QshKx','object','12LFKZmt','2499KiDAWL','xBSZj','cachedErrorCodes','POsYy','logSituation','keys','nVbiM','LeVki','reportClientTroubleshootingError','join','AXRUZ','reportConnectivityIssue','tKijA','kSAsY','Session\x20Linking\x20Issue\x20details\x20not\x20found','./constants'];a54_0x5f17=function(){return _0xc8208a;};return a54_0x5f17();}function a54_0x1ee4(_0x5931b5,_0x225a0a){const _0x5f17a3=a54_0x5f17();return a54_0x1ee4=function(_0x1ee4cb,_0x2359ec){_0x1ee4cb=_0x1ee4cb-0x73;let _0x3a7f83=_0x5f17a3[_0x1ee4cb];return _0x3a7f83;},a54_0x1ee4(_0x5931b5,_0x225a0a);}const logger=require(a54_0xafda1b(0x9e))[a54_0xafda1b(0xbb)],BrowserstackCLI=require(a54_0xafda1b(0xb4)),GrpcClient=require(a54_0xafda1b(0xc5)),constants=require(a54_0xafda1b(0x79));class ClientTroubleShootingService{static [a54_0xafda1b(0xd0)]=null;static [a54_0xafda1b(0xa8)]=new Set();static async[a54_0xafda1b(0xc6)](_0x450ec3){const _0x796886=a54_0xafda1b,_0x242a2d={};_0x242a2d['VMyBj']=function(_0x3cc632,_0x2d8ab3){return _0x3cc632!==_0x2d8ab3;};const _0xd9f14f=_0x242a2d;try{if(BrowserstackCLI['getInstance']()[_0x796886(0x91)]()){const _0x465737=await GrpcClient[_0x796886(0xa2)]()[_0x796886(0xd6)](_0x450ec3);if(_0xd9f14f['VMyBj'](_0x465737,null)&&_0x465737[_0x796886(0xb6)]())return{'errorCode':_0x465737[_0x796886(0xa7)](),'errorMessage':_0x465737[_0x796886(0x9d)]()};return{};}}catch(_0x40bbfc){return this[_0x796886(0x8c)](_0x796886(0xbf)+_0x450ec3+':',_0x40bbfc),{};}}static async[a54_0xafda1b(0x83)](){const _0x7707b0=a54_0xafda1b,_0x23ef0e={};_0x23ef0e['ybdjU']=function(_0x3814de,_0xcf9395){return _0x3814de!==_0xcf9395;},_0x23ef0e['LeVki']='base64',_0x23ef0e[_0x7707b0(0xaf)]='Error\x20in\x20getting\x20aggregated\x20error\x20codes:';const _0x9b9ce=_0x23ef0e;try{if(BrowserstackCLI[_0x7707b0(0xa2)]()[_0x7707b0(0x91)]()){const _0x59d142=await GrpcClient[_0x7707b0(0xa2)]()['getAggregatedClientTroubleshootingErrors']();if(_0x9b9ce['ybdjU'](_0x59d142,null)&&_0x59d142[_0x7707b0(0xb6)]()){const _0xe57bc7=Buffer['from'](_0x59d142[_0x7707b0(0xc9)](),_0x9b9ce[_0x7707b0(0xd5)])[_0x7707b0(0xb0)](),_0x406149=_0xe57bc7?JSON[_0x7707b0(0x82)](_0xe57bc7):[],_0x59ebfd=_0x59d142[_0x7707b0(0xa5)](),_0x4f6dc6=_0x59d142['getFinalErrorMessage'](),_0x1bc801=Buffer[_0x7707b0(0x7f)](_0x59d142['getErrorCodesOccurredInCli'](),_0x9b9ce[_0x7707b0(0xd5)])[_0x7707b0(0xb0)](),_0x3e278c=_0x1bc801?JSON[_0x7707b0(0x82)](_0x1bc801):[],_0x2b817c={};return _0x2b817c[_0x7707b0(0x7a)]=_0x406149,_0x2b817c[_0x7707b0(0xa9)]=_0x59ebfd,_0x2b817c[_0x7707b0(0x93)]=_0x4f6dc6,_0x2b817c[_0x7707b0(0x7b)]=_0x3e278c,_0x2b817c;}const _0x4bce32={};return _0x4bce32[_0x7707b0(0x7a)]=[],_0x4bce32['documentationLink']='',_0x4bce32['finalErrorMessage']='',_0x4bce32[_0x7707b0(0x7b)]=[],_0x4bce32;}const _0x1c2257={};return _0x1c2257[_0x7707b0(0x7a)]=[],_0x1c2257[_0x7707b0(0xa9)]='',_0x1c2257[_0x7707b0(0x93)]='',_0x1c2257['errorCodesOccurredInCLI']=[],_0x1c2257;}catch(_0x4311e8){this[_0x7707b0(0x8c)](_0x9b9ce[_0x7707b0(0xaf)],_0x4311e8);const _0x404951={};return _0x404951[_0x7707b0(0x7a)]=[],_0x404951['documentationLink']='',_0x404951['finalErrorMessage']='',_0x404951[_0x7707b0(0x7b)]=[],_0x404951;}}static['logSituation'](_0xffc090,_0x48a665){const _0x544044=a54_0xafda1b;logger[_0x544044(0xc8)](_0xffc090+':\x20'+_0x48a665);}static[a54_0xafda1b(0x97)](_0x569dd6){const _0x4b11d6=a54_0xafda1b,_0x4bdb7a={};_0x4bdb7a[_0x4b11d6(0x8b)]=function(_0x7fe4c3,_0xb2c7d5){return _0x7fe4c3!=_0xb2c7d5;},_0x4bdb7a[_0x4b11d6(0xd1)]=function(_0x499e3f,_0x8b88f0){return _0x499e3f>_0x8b88f0;},_0x4bdb7a[_0x4b11d6(0x8f)]=function(_0x30e050,_0x507b15){return _0x30e050!=_0x507b15;};const _0x48877c=_0x4bdb7a,_0x340d2c=[];if(_0x48877c['IPvTL'](_0x569dd6,null)&&_0x48877c[_0x4b11d6(0x8b)](_0x569dd6['errorCodesOccurredInCLI'],null)&&_0x48877c[_0x4b11d6(0xd1)](_0x569dd6[_0x4b11d6(0x7b)][_0x4b11d6(0xc2)],0x0))for(const _0x49252b of _0x569dd6[_0x4b11d6(0x7b)]){_0x48877c[_0x4b11d6(0x8b)](_0x49252b['errorCode'],null)&&_0x48877c[_0x4b11d6(0x8f)](_0x49252b['errorMessage'],null)&&(_0x340d2c[_0x4b11d6(0xac)](_0x49252b[_0x4b11d6(0x85)]),this[_0x4b11d6(0xd2)](_0x49252b[_0x4b11d6(0x85)],_0x49252b[_0x4b11d6(0x92)]));}return _0x340d2c;}static['getCachedErrorCodes'](){const _0x32389c=a54_0xafda1b;return this[_0x32389c(0xd0)];}static[a54_0xafda1b(0x8c)](_0x2aa910,_0x195647){const _0x2a05d4=a54_0xafda1b,_0x28a589={};_0x28a589['RHtaU']=function(_0x42dfb9,_0x1ae8c4){return _0x42dfb9===_0x1ae8c4;},_0x28a589['zjeTY']=_0x2a05d4(0xcc);const _0x352a1d=_0x28a589;if(_0x352a1d[_0x2a05d4(0x98)](typeof _0x195647,_0x352a1d[_0x2a05d4(0xad)]))try{logger[_0x2a05d4(0x7d)](_0x2a05d4(0xc0)+_0x2aa910+'\x20'+JSON['stringify'](_0x195647));}catch(_0x38d5ac){logger['error'](_0x2a05d4(0xc0)+_0x2aa910+'\x20'+_0x195647);}else logger[_0x2a05d4(0x7d)](_0x2a05d4(0xc0)+_0x2aa910+'\x20'+_0x195647);}static async[a54_0xafda1b(0x81)](_0x1a09c7){const _0x29285a=a54_0xafda1b,_0x11de0b={};_0x11de0b[_0x29285a(0x86)]=_0x29285a(0xba),_0x11de0b[_0x29285a(0x76)]=function(_0x3bedab,_0x1aad6e){return _0x3bedab===_0x1aad6e;},_0x11de0b[_0x29285a(0xcf)]=_0x29285a(0x7e),_0x11de0b[_0x29285a(0xa6)]=_0x29285a(0xaa);const _0x27be2c=_0x11de0b,_0x152e3b=await this[_0x29285a(0xc6)](_0x27be2c[_0x29285a(0x86)]);if(_0x27be2c[_0x29285a(0x76)](Object[_0x29285a(0xd3)](_0x152e3b)[_0x29285a(0xc2)],0x0)){this[_0x29285a(0x8c)](_0x27be2c['xBSZj'],_0x152e3b);return;}this[_0x29285a(0xd2)](_0x152e3b[_0x29285a(0x85)],_0x152e3b[_0x29285a(0x92)][_0x29285a(0xa4)](_0x27be2c['LGYBw'],_0x1a09c7));}static async[a54_0xafda1b(0xa3)](){const _0x39f29e=a54_0xafda1b,_0x4bba12={};_0x4bba12[_0x39f29e(0x89)]=_0x39f29e(0x90),_0x4bba12[_0x39f29e(0x77)]=function(_0x1d54ff,_0x2a2352){return _0x1d54ff===_0x2a2352;},_0x4bba12[_0x39f29e(0x94)]=_0x39f29e(0x78);const _0xabdf13=_0x4bba12,_0x503e2b=await this[_0x39f29e(0xc6)](_0xabdf13[_0x39f29e(0x89)]);if(_0xabdf13[_0x39f29e(0x77)](Object[_0x39f29e(0xd3)](_0x503e2b)[_0x39f29e(0xc2)],0x0)){this[_0x39f29e(0x8c)](_0xabdf13[_0x39f29e(0x94)],_0x503e2b);return;}this[_0x39f29e(0xd2)](_0x503e2b[_0x39f29e(0x85)],_0x503e2b[_0x39f29e(0x92)]);}static async[a54_0xafda1b(0x75)](){const _0x584d68=a54_0xafda1b,_0xcade11={};_0xcade11['PSLDj']='browserstack\x20cloud\x20not\x20reachable',_0xcade11[_0x584d68(0x8a)]=function(_0x20545d,_0x4bca12){return _0x20545d===_0x4bca12;},_0xcade11[_0x584d68(0x9f)]=_0x584d68(0x8d);const _0x2d1e8f=_0xcade11,_0x3a5245=await this[_0x584d68(0xc6)](_0x2d1e8f[_0x584d68(0x84)]);if(_0x2d1e8f['qAGXq'](Object['keys'](_0x3a5245)[_0x584d68(0xc2)],0x0)){this['logError'](_0x2d1e8f['oHApA'],_0x3a5245);return;}this[_0x584d68(0xd2)](_0x3a5245[_0x584d68(0x85)],_0x3a5245[_0x584d68(0x92)]);}static async[a54_0xafda1b(0x96)](){const _0x319e72=a54_0xafda1b,_0x30198a={};_0x30198a[_0x319e72(0xb9)]=_0x319e72(0x88),_0x30198a[_0x319e72(0xbd)]=function(_0x12376f,_0x2005db){return _0x12376f===_0x2005db;},_0x30198a[_0x319e72(0xd4)]=_0x319e72(0xae);const _0x3a9523=_0x30198a,_0x46143c=await this[_0x319e72(0xc6)](_0x3a9523['aFYoT']);if(_0x3a9523[_0x319e72(0xbd)](Object[_0x319e72(0xd3)](_0x46143c)[_0x319e72(0xc2)],0x0)){this['logError'](_0x3a9523['nVbiM'],_0x46143c);return;}this[_0x319e72(0xd2)](_0x46143c[_0x319e72(0x85)],_0x46143c[_0x319e72(0x92)]);}static['reportDotBrowserStackFolderNotAccessibleIssue'](){const _0x12247e=a54_0xafda1b,_0x41758b={};_0x41758b[_0x12247e(0xca)]=_0x12247e(0xb1),_0x41758b[_0x12247e(0xc3)]=function(_0x4e8ac0,_0x28bf17){return _0x4e8ac0===_0x28bf17;},_0x41758b[_0x12247e(0x80)]=_0x12247e(0x9a);const _0x954c0a=_0x41758b,_0x3f49ac=constants['CLIENT_TROUBLESHOOTING_HASH'][_0x954c0a[_0x12247e(0xca)]];if(_0x954c0a[_0x12247e(0xc3)](Object[_0x12247e(0xd3)](_0x3f49ac)[_0x12247e(0xc2)],0x0)){this[_0x12247e(0x8c)](_0x954c0a[_0x12247e(0x80)],_0x3f49ac);return;}this['errorCodesOccurredWhenCLINotRunning'][_0x12247e(0x87)](_0x3f49ac[0x0]),this['logSituation'](_0x3f49ac[0x0],_0x3f49ac[0x1]);}static async[a54_0xafda1b(0xbe)](_0x4f296a){const _0x533a11=a54_0xafda1b,_0x48cb68={};_0x48cb68[_0x533a11(0xcb)]=_0x533a11(0xb2),_0x48cb68['AXRUZ']=function(_0x41da96,_0x14796b){return _0x41da96===_0x14796b;},_0x48cb68[_0x533a11(0x7c)]='Conflicting\x20Env\x20Var\x20details\x20not\x20found',_0x48cb68[_0x533a11(0xb3)]='{ENV_VAR}';const _0x5c2913=_0x48cb68,_0x36bb1e=await this['getErrorDetails'](_0x5c2913[_0x533a11(0xcb)]);if(_0x5c2913[_0x533a11(0x74)](Object[_0x533a11(0xd3)](_0x36bb1e)['length'],0x0)){this['logError'](_0x5c2913['dPcGa'],_0x36bb1e);return;}const _0x391606=_0x36bb1e[_0x533a11(0x92)][_0x533a11(0xa4)](_0x5c2913[_0x533a11(0xb3)],_0x4f296a);this[_0x533a11(0xd2)](_0x36bb1e[_0x533a11(0x85)],_0x391606);}static async['reportFinalDetectionState'](){const _0x1af5ed=a54_0xafda1b,_0x16587b={};_0x16587b[_0x1af5ed(0xc4)]=function(_0x4e19c7,_0x59990e){return _0x4e19c7>_0x59990e;},_0x16587b['hGjHz']=_0x1af5ed(0xa1),_0x16587b[_0x1af5ed(0x99)]=_0x1af5ed(0x95);const _0x3b3dad=_0x16587b,_0x549bee=await this[_0x1af5ed(0x83)](),_0x24e551=this[_0x1af5ed(0x97)](_0x549bee),_0x40f65a=Array[_0x1af5ed(0xb5)](_0x549bee[_0x1af5ed(0x7a)])?_0x549bee[_0x1af5ed(0x7a)]:[],_0x324b58=_0x3b3dad['Gdvls'](this['errorCodesOccurredWhenCLINotRunning']['size'],0x0)?Array[_0x1af5ed(0x7f)](this[_0x1af5ed(0xa8)]):[],_0x5cc140=new Set([..._0x40f65a,..._0x24e551,..._0x324b58]),_0x4d5d90=Array['from'](_0x5cc140);if(_0x3b3dad['Gdvls'](_0x4d5d90['length'],0x0)){const _0x25e503=_0x549bee['finalErrorMessage'][_0x1af5ed(0xa4)](_0x3b3dad['hGjHz'],_0x4d5d90[_0x1af5ed(0x73)](',\x20'))['replace'](_0x3b3dad[_0x1af5ed(0x99)],_0x549bee[_0x1af5ed(0xa9)]);logger['warn'](_0x25e503),this[_0x1af5ed(0xd0)]=_0x4d5d90;}}}module[a54_0xafda1b(0xb8)]=ClientTroubleShootingService;
@@ -1 +1 @@
1
- const a55_0xe2105f=a55_0x5909;(function(_0x493988,_0x22e422){const _0x388cd4=a55_0x5909,_0x30f791=_0x493988();while(!![]){try{const _0x51299a=-parseInt(_0x388cd4(0xa2))/0x1+parseInt(_0x388cd4(0x169))/0x2+-parseInt(_0x388cd4(0x12a))/0x3*(parseInt(_0x388cd4(0xab))/0x4)+-parseInt(_0x388cd4(0x178))/0x5*(parseInt(_0x388cd4(0x175))/0x6)+-parseInt(_0x388cd4(0xa5))/0x7+parseInt(_0x388cd4(0x150))/0x8+parseInt(_0x388cd4(0xce))/0x9;if(_0x51299a===_0x22e422)break;else _0x30f791['push'](_0x30f791['shift']());}catch(_0x11b12e){_0x30f791['push'](_0x30f791['shift']());}}}(a55_0x28ad,0x4b791));const a55_0x4f6feb={};a55_0x4f6feb[a55_0xe2105f(0xda)]=a55_0xe2105f(0x119),a55_0x4f6feb[a55_0xe2105f(0x118)]='Specify\x20--help\x20for\x20available\x20options';const a55_0x6a6622={};a55_0x6a6622[a55_0xe2105f(0xda)]=a55_0xe2105f(0xaa);const a55_0x741b0b={};a55_0x741b0b[a55_0xe2105f(0xda)]='Run\x20mocha\x20tests\x20on\x20browserstack';const a55_0x3abfc6={};a55_0x3abfc6['INFO']=a55_0xe2105f(0x141);const a55_0x46f892={};a55_0x46f892['INFO']=a55_0xe2105f(0xdc);const a55_0x52024d={};a55_0x52024d[a55_0xe2105f(0xda)]=a55_0xe2105f(0xc1);const a55_0x374804={};a55_0x374804[a55_0xe2105f(0xda)]='Run\x20playwright\x20tests\x20on\x20Browserstack';const a55_0x37ac86={};a55_0x37ac86[a55_0xe2105f(0xda)]=a55_0xe2105f(0x180);const a55_0x585f69={};a55_0x585f69[a55_0xe2105f(0xda)]=a55_0xe2105f(0x17d);const a55_0x4f9cf3={};a55_0x4f9cf3[a55_0xe2105f(0xda)]=a55_0xe2105f(0x132);const a55_0x1b7bda={};a55_0x1b7bda[a55_0xe2105f(0x115)]=a55_0xe2105f(0x14b),a55_0x1b7bda['MOCHA']='mocha',a55_0x1b7bda[a55_0xe2105f(0x109)]=a55_0xe2105f(0xfb),a55_0x1b7bda[a55_0xe2105f(0x12c)]=a55_0xe2105f(0xd2),a55_0x1b7bda[a55_0xe2105f(0x151)]='codeceptjs-cucumber',a55_0x1b7bda[a55_0xe2105f(0xf6)]=a55_0xe2105f(0x136),a55_0x1b7bda[a55_0xe2105f(0xe5)]='vanilla';const a55_0x5f06ff={};a55_0x5f06ff[a55_0xe2105f(0xa9)]='Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a55_0x5f06ff[a55_0xe2105f(0xdf)]=a55_0xe2105f(0x110),a55_0x5f06ff['mandatoryDependency']=a55_0xe2105f(0x15b),a55_0x5f06ff['invalidTestInputType']='Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file';const a55_0x366d71={};a55_0x366d71[a55_0xe2105f(0x12f)]='commonjs',a55_0x366d71[a55_0xe2105f(0x133)]=a55_0xe2105f(0x10d);const a55_0x1477f7={};a55_0x1477f7['Mocha']=0xfde8,a55_0x1477f7['Cucumber-JS']=0xfde8,a55_0x1477f7[a55_0xe2105f(0x16f)]=0x186a0;const a55_0x575671={};a55_0x575671['root']=[a55_0xe2105f(0xeb),a55_0xe2105f(0x11f),a55_0xe2105f(0x158),a55_0xe2105f(0xa4),a55_0xe2105f(0x13d),a55_0xe2105f(0xba),a55_0xe2105f(0x124),a55_0xe2105f(0xf2),a55_0xe2105f(0x114),a55_0xe2105f(0x112),a55_0xe2105f(0x16a)],a55_0x575671[a55_0xe2105f(0x131)]=[a55_0xe2105f(0xf3),a55_0xe2105f(0xb9),a55_0xe2105f(0x154),'localProxyPass'];const a55_0x463ae8={};function a55_0x5909(_0x227e8b,_0x2c8d59){const _0x28ad85=a55_0x28ad();return a55_0x5909=function(_0x590981,_0x444959){_0x590981=_0x590981-0xa0;let _0x59bf26=_0x28ad85[_0x590981];return _0x59bf26;},a55_0x5909(_0x227e8b,_0x2c8d59);}a55_0x463ae8[a55_0xe2105f(0x179)]=a55_0xe2105f(0x179),a55_0x463ae8[a55_0xe2105f(0x131)]='browserStackLocalOptions',a55_0x463ae8['localOptions']=a55_0xe2105f(0x131),a55_0x463ae8['parallelsPerPlatform']=a55_0xe2105f(0xb7),a55_0x463ae8[a55_0xe2105f(0xbd)]=a55_0xe2105f(0xbd),a55_0x463ae8[a55_0xe2105f(0x116)]='logLevel',a55_0x463ae8[a55_0xe2105f(0x158)]=a55_0xe2105f(0x158),a55_0x463ae8[a55_0xe2105f(0xa4)]=a55_0xe2105f(0xa4),a55_0x463ae8[a55_0xe2105f(0xaf)]='framework',a55_0x463ae8[a55_0xe2105f(0x104)]='testContextOptions',a55_0x463ae8[a55_0xe2105f(0x122)]=a55_0xe2105f(0x122),a55_0x463ae8[a55_0xe2105f(0x113)]='testReporting',a55_0x463ae8[a55_0xe2105f(0x103)]=a55_0xe2105f(0x103),a55_0x463ae8[a55_0xe2105f(0x15e)]=a55_0xe2105f(0x15e),a55_0x463ae8['customVariables']='customVariables',a55_0x463ae8[a55_0xe2105f(0xb4)]=a55_0xe2105f(0xc6),a55_0x463ae8[a55_0xe2105f(0xc6)]=a55_0xe2105f(0xc6),a55_0x463ae8[a55_0xe2105f(0xe4)]=a55_0xe2105f(0xe4),a55_0x463ae8[a55_0xe2105f(0x14a)]=a55_0xe2105f(0x14a),a55_0x463ae8[a55_0xe2105f(0x173)]=a55_0xe2105f(0x173),a55_0x463ae8['percyCaptureMode']=a55_0xe2105f(0x10c),a55_0x463ae8['disableAutoCaptureLogs']=a55_0xe2105f(0xc8),a55_0x463ae8[a55_0xe2105f(0xfd)]=a55_0xe2105f(0xfd),a55_0x463ae8['accessibilityOptions']='accessibilityOptions',a55_0x463ae8[a55_0xe2105f(0x126)]=a55_0xe2105f(0x126),a55_0x463ae8['turboScaleOptions']=a55_0xe2105f(0x146),a55_0x463ae8[a55_0xe2105f(0xd4)]=a55_0xe2105f(0xd4),a55_0x463ae8['testOrchestrationOptions']=a55_0xe2105f(0x138);const a55_0x543bd5={};a55_0x543bd5[a55_0xe2105f(0x156)]=[a55_0xe2105f(0xae),'[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_0x4c94f9={};a55_0x4c94f9[a55_0xe2105f(0xb5)]=a55_0x4f6feb,a55_0x4c94f9[a55_0xe2105f(0x109)]=a55_0x6a6622,a55_0x4c94f9[a55_0xe2105f(0xea)]=a55_0x741b0b,a55_0x4c94f9[a55_0xe2105f(0xf6)]=a55_0x3abfc6,a55_0x4c94f9[a55_0xe2105f(0xe5)]=a55_0x46f892,a55_0x4c94f9[a55_0xe2105f(0xdd)]=a55_0x52024d,a55_0x4c94f9[a55_0xe2105f(0x115)]=a55_0x374804,a55_0x4c94f9[a55_0xe2105f(0xf7)]=a55_0x37ac86,a55_0x4c94f9['HST']=a55_0x585f69,a55_0x4c94f9[a55_0xe2105f(0x13c)]=a55_0x4f9cf3,a55_0x4c94f9['BSTACK_DELTA']=0xf*0x3c*0x3e8,a55_0x4c94f9[a55_0xe2105f(0x176)]=a55_0xe2105f(0x142),a55_0x4c94f9['TCG_URL']='https://tcg.browserstack.com',a55_0x4c94f9[a55_0xe2105f(0x16c)]=a55_0xe2105f(0xa6),a55_0x4c94f9[a55_0xe2105f(0x11e)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a55_0x4c94f9[a55_0xe2105f(0xd7)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a55_0x4c94f9['ATS_WSS_URL_REGEX']=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a55_0x4c94f9[a55_0xe2105f(0xbc)]=['acceptInsecureCerts',a55_0xe2105f(0xf9),a55_0xe2105f(0x100),a55_0xe2105f(0x13e),'timeouts',a55_0xe2105f(0x164),a55_0xe2105f(0xad),a55_0xe2105f(0x12b),a55_0xe2105f(0x10f),a55_0xe2105f(0xc9),a55_0xe2105f(0x143),a55_0xe2105f(0x17a),a55_0xe2105f(0x139)],a55_0x4c94f9[a55_0xe2105f(0x174)]=/^[\w-]+:.*$/,a55_0x4c94f9[a55_0xe2105f(0xfa)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a55_0x4c94f9[a55_0xe2105f(0x11a)]='https://eds.browserstack.com',a55_0x4c94f9[a55_0xe2105f(0x15a)]=a55_0xe2105f(0x13f),a55_0x4c94f9[a55_0xe2105f(0x157)]='https://api-cloud.browserstack.com',a55_0x4c94f9['UPDATED_CLI_ENDPOINT']='sdk/v1/update_cli',a55_0x4c94f9[a55_0xe2105f(0xd0)]=a55_0xe2105f(0xcc),a55_0x4c94f9[a55_0xe2105f(0x16d)]=[a55_0xe2105f(0x161),a55_0xe2105f(0x165)],a55_0x4c94f9[a55_0xe2105f(0xd3)]=['app-automate',a55_0xe2105f(0x165)],a55_0x4c94f9[a55_0xe2105f(0x147)]=['observability'],a55_0x4c94f9[a55_0xe2105f(0x148)]=a55_0xe2105f(0x144),a55_0x4c94f9[a55_0xe2105f(0x15c)]=['mocha',a55_0xe2105f(0x14b)],a55_0x4c94f9[a55_0xe2105f(0x172)]=[a55_0xe2105f(0x161)],a55_0x4c94f9[a55_0xe2105f(0x12d)]=a55_0xe2105f(0x106),a55_0x4c94f9[a55_0xe2105f(0x182)]=a55_0xe2105f(0x183),a55_0x4c94f9['APP_AUTOMATE']=[a55_0xe2105f(0x168)],a55_0x4c94f9['NUDGE_LOCAL_ERRORS']=[a55_0xe2105f(0xbb),'ERR_TIMED_OUT',a55_0xe2105f(0xcd),a55_0xe2105f(0x167),'ERR_SOCKET_NOT_CONNECTED',a55_0xe2105f(0xe6),a55_0xe2105f(0x123),'ERR_CONNECTION_REFUSED',a55_0xe2105f(0x101),a55_0xe2105f(0xfc),a55_0xe2105f(0x163),a55_0xe2105f(0x13a),a55_0xe2105f(0x105),'ERR_TUNNEL_CONNECTION_FAILED',a55_0xe2105f(0xb6),a55_0xe2105f(0x128),'ERR_SOCKS_CONNECTION_HOST_UNREACHABLE',a55_0xe2105f(0x170),'ERR_NAME_NOT_RESOLVED','ERR_NAME_RESOLUTION_FAILED',a55_0xe2105f(0xca)],a55_0x4c94f9[a55_0xe2105f(0xa7)]=[a55_0xe2105f(0xd6),a55_0xe2105f(0x140),a55_0xe2105f(0x14e)],a55_0x4c94f9[a55_0xe2105f(0x129)]='^[a-zA-Z0-9_.-]*$',a55_0x4c94f9[a55_0xe2105f(0x171)]='^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$',a55_0x4c94f9[a55_0xe2105f(0x125)]=a55_0xe2105f(0xf8),a55_0x4c94f9[a55_0xe2105f(0x137)]=a55_0xe2105f(0xb3),a55_0x4c94f9[a55_0xe2105f(0x145)]=a55_0x1b7bda,a55_0x4c94f9[a55_0xe2105f(0xf1)]=[a55_0xe2105f(0xfb),a55_0xe2105f(0xd5)],a55_0x4c94f9[a55_0xe2105f(0x135)]=a55_0x5f06ff,a55_0x4c94f9[a55_0xe2105f(0xdb)]=a55_0xe2105f(0xef),a55_0x4c94f9[a55_0xe2105f(0x160)]=a55_0x366d71,a55_0x4c94f9[a55_0xe2105f(0xd1)]=0x40*0x400,a55_0x4c94f9[a55_0xe2105f(0x134)]=a55_0xe2105f(0xf5),a55_0x4c94f9['UPGRADE_REQUIRED']=a55_0xe2105f(0xcf),a55_0x4c94f9['TCG_DOWN']=a55_0xe2105f(0xe1),a55_0x4c94f9['INVALID_INIT_RESP_WITH_USER_IMPACT']=a55_0xe2105f(0xbe),a55_0x4c94f9[a55_0xe2105f(0x181)]=a55_0xe2105f(0xd9),a55_0x4c94f9[a55_0xe2105f(0x10a)]=a55_0xe2105f(0xa8),a55_0x4c94f9['AI_INIT_FAILURE']='SDKTestInitFailedResponse',a55_0x4c94f9[a55_0xe2105f(0x155)]='SDKTestTcgProxyFailure',a55_0x4c94f9[a55_0xe2105f(0x17c)]=0x1388,a55_0x4c94f9[a55_0xe2105f(0x159)]=0x1388,a55_0x4c94f9[a55_0xe2105f(0xb8)]=0x1388,a55_0x4c94f9[a55_0xe2105f(0x17e)]=0x1388,a55_0x4c94f9['POLL_HEALING_RESULT_TIMEOUT']=0xc350,a55_0x4c94f9['TEST_FRAMEWORK_HOOK_TIMEOUT']=a55_0x1477f7,a55_0x4c94f9['REDACTED_KEYS']=a55_0x575671,a55_0x4c94f9[a55_0xe2105f(0xe0)]=[a55_0xe2105f(0xc2),a55_0xe2105f(0xd2)],a55_0x4c94f9['SDK_INSTRUMENTATION_CONFIG']=a55_0x463ae8,a55_0x4c94f9[a55_0xe2105f(0x120)]=a55_0xe2105f(0x17f),a55_0x4c94f9[a55_0xe2105f(0x11b)]='/usage-debug.log',a55_0x4c94f9['BSTACK_URL']=a55_0xe2105f(0xed),a55_0x4c94f9[a55_0xe2105f(0x166)]='browserstack-ats.com',a55_0x4c94f9[a55_0xe2105f(0x14d)]=a55_0xe2105f(0xcb),a55_0x4c94f9[a55_0xe2105f(0x17b)]=a55_0xe2105f(0x127),a55_0x4c94f9[a55_0xe2105f(0xf4)]=a55_0xe2105f(0x15d),a55_0x4c94f9[a55_0xe2105f(0xac)]=[a55_0xe2105f(0x108),a55_0xe2105f(0x136),a55_0xe2105f(0xfb)],a55_0x4c94f9['AUTOMATION_LOG_COMMANDS']=[a55_0xe2105f(0xe2),a55_0xe2105f(0xb2),a55_0xe2105f(0xa1),a55_0xe2105f(0x14f),a55_0xe2105f(0x117),a55_0xe2105f(0xe9)],a55_0x4c94f9[a55_0xe2105f(0xc4)]=a55_0xe2105f(0xc4),a55_0x4c94f9['SSL_ERROR_MESSAGES']=['self\x20signed\x20certificate',a55_0xe2105f(0xee),a55_0xe2105f(0xb0),a55_0xe2105f(0x111),'ERR_TLS_CERT_ALTNAME_INVALID',a55_0xe2105f(0x13b)],a55_0x4c94f9[a55_0xe2105f(0x107)]=['SELF_SIGNED_CERT_IN_CHAIN',a55_0xe2105f(0x13b),a55_0xe2105f(0x14c),'CERT_HAS_EXPIRED',a55_0xe2105f(0xc0),a55_0xe2105f(0x10e)],a55_0x4c94f9['CONNECTIVITY_ISSUE_ERROR_CODES']=[0x193,0x197,0x1f6,0x1f7,0x1f8],a55_0x4c94f9[a55_0xe2105f(0xa0)]=a55_0x543bd5,a55_0x4c94f9['INTERNALLY_USED_ENV_VARS']=[a55_0xe2105f(0xe3),a55_0xe2105f(0x102),'USER_CONFIG_DETAILS_PATH'],a55_0x4c94f9[a55_0xe2105f(0xfe)]=[a55_0xe2105f(0xb1),'EBUSY'],module[a55_0xe2105f(0xd8)]=a55_0x4c94f9;function a55_0x28ad(){const _0x4a516a=['HEALING_LOG_DATA_TIMEOUT','proxyPass','browserstack.userName','ERR_FAILED','ROOT_CAPS','platforms','SDKTestInvalidTcgAuthResponseWithUserImpact','https://upload-observability-preprod.bsstag.com','ERR_TLS_CERT_ALTNAME_INVALID','Run\x20nightwatch\x20tests\x20on\x20browserstack','vanilla','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','PLAYWRIGHT_TRACE_LOGS','bsstag.com','browserstackAutomation','split','disableAutoCaptureLogs','chromeOptions','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','https://automation.browserstack.com','sdk/v1/event','ERR_BLOCKED_BY_CLIENT','2558241OWAJRn','Upgrade\x20required','FUNNEL_INSTRUMENTATION_API_URL','MAX_GIT_META_DATA_SIZE_IN_BYTES','codeceptjs','APP_AUTOMATE_PRODUCTS','proxySettings','mocha','.apk','ATS_HUB_URL_REGEX','exports','SDKTestTcgAuthFailure','INFO','AUTOLOGCAPTURE_NOTIFICATION','Run\x20js\x20tests\x20on\x20browserstack','NIGHTWATCH','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','uniqueDependency','AI_ENABLED_FRAMEWORK','SDKTestTcgDownResponse','A11Y_SCAN','GLOBAL_AGENT_HTTP_PROXY','rerunTests','VANILLA','ERR_CONNECTION_CLOSED','stag','https://automate-preprod.bsstag.com/dashboard/v2/builds/','ObservabilitySync','MOCHA','userName','preprod','browserstack.com','unable\x20to\x20verify\x20the\x20first\x20certificate','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','0|12|5|7|3|6|10|4|2|11|9|1|8','PERCY_SUPPORTED_FRAMEWORKS','proxyPassword','proxyUser','BROWSERSTACK','...[TRUNCATED]','CUCUMBER','CODECEPTJS','./browserstack-artifacts/','pageLoadStrategy','PRIVATE_DOMAIN_OR_IP_REGEX','jest','ERR_CONNECTION_FAILED','accessibility','BINARY_BUSY_ERROR_CODES','env','strictFileInteractability','ERR_CONNECTION_ABORTED','GLOBAL_AGENT_NO_PROXY','testObservabilityOptions','testContextOptions','ERR_ADDRESS_UNREACHABLE','https://automate.browserstack.com/dashboard/v2/builds/','SSL_ERROR_CODES','playwright','JEST','AI_INIT_SUCCESSFUL','wss://cdp-devtestops.bsstag.com/playwright?caps=','percyCaptureMode','module','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','acceptSslCert','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','unable\x20to\x20get\x20local\x20issuer\x20certificate','proxyUrl','testReporting','authToken','PLAYWRIGHT','logLevel','percyScreenshot','HELP','shows\x20version\x20information','EDS_URL','DEBUG_LOG_FILE_NAME','https://edsstaging.bsstag.com','https://hub-devtestops.bsstag.com/wd/hub','HUB_URL_REGEX','accessKey','LOG_FILE_NAME','https://api-preprod.bsstag.com','testObservability','ERR_CONNECTION_RESET','browserstack.accessKey','CI_ARTIFACTS_PATH','turboScale','TEST\x20REPORTING\x20AND\x20ANALYTICS','ERR_SOCKS_CONNECTION_FAILED','CUSTOM_ID_REGEX','15YdJUiu','acceptSslCerts','CODECEPT','BROWSERSTACK_AUTOMATE_URL','BSTACK_URL','COMMONJS','https://tcg.bsstag.com','browserStackLocalOptions','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','MODULE','GIT_META_DATA_TRUNCATED','PLAYWRIGHT_CONFIG_OPTION_ERRORS','cucumber','PLAYWRIGHT_HUB_URL','testOrchestrationOptions','ieOptions','ERR_ADDRESS_INVALID','DEPTH_ZERO_SELF_SIGNED_CERT','INTEGRATIONS','customVariables','unhandledPromptBehavior','https://api.browserstack.com','.aab','Run\x20cucumber-js\x20tests\x20on\x20browserstack','https://hub.browserstack.com/wd/hub','firefoxOptions','https://upload-observability.browserstack.com','FRAMEWORKS','turboScaleOptions','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','OBSERVABILITY_UPLOAD_URL','https://apidevtestops.bsstag.com','percy','Playwright','UNABLE_TO_VERIFY_LEAF_SIGNATURE','O11Y_URL','.ipa','A11Y_SAVE_RESULTS','3244776faWODx','CODECEPT_CUCUMBER','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','https://tcg-preprod.bsstag.com','localProxyUser','AI_PROXY_FAILURE','.browserstack\x20folder\x20not\x20accessible','APP_UPLOAD_URL','httpProxy','SET_TCG_TOKEN_TIMEOUT','BROWSERSTACK_API_URL','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','OBSERVABILITY_SUPPORTED_FWS','browserstack','testReportingOptions','wss://cdp-preprod.bsstag.com/playwright?caps=','PACKAGE_TYPE','automate','bsstag','ERR_NAME_NOT_RESOLVED','browserName','observability','BSTACK_ATS_URL','ERR_NETWORK_CHANGED','app-automate','1234820zyaUbq','browserstack.overridelocalInfo.userAuthToken','BROWSERSTACK_ENV','TCG_REGION','AUTOMATE_PRODUCTS','TCG_URL','Jest','ERR_PROXY_CONNECTION_FAILED','SHAREABLE_ID_REGEX','AUTOMATE','percyOptions','ROOT_REGEX','2826gXKXgk','hubUrl','https://observability-devtestops.bsstag.com','2430FLfbNZ','browserstackLocal','edgeOptions','TEST_REPORTING_ANALYTICS','TCG_AUTH_TIMEOUT','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','HEALING_FAILURE_TIMEOUT','/usage.log','Run\x20codeceptjs\x20tests\x20on\x20browserstack','TCG_AUTH_FAILURE','BROWSERSTACK_APP_AUTOMATE_URL','https://app-automate.browserstack.com/dashboard/v2/builds/','CLIENT_TROUBLESHOOTING_HASH','A11Y_GET_RESULTS','233650VnLMfE','staging','httpsProxy','3156356NXfEpW','use','VALID_APP_EXTENSION','SDKTestTcgtInitSuccessful','invalidKeys','Run\x20jest\x20tests\x20on\x20browserstack','67724VCjRXZ','CLI_SUPPORTED_FRAMEWORKS','browserVersion','SDK-GEN-001','framework','certificate\x20has\x20expired','ETXTBSY','A11Y_GET_RESULTS_SUMMARY','wss://cdp.browserstack.com/playwright?caps=','automation','VERSION','ERR_CONNECTION_TIMED_OUT','parallelsPerPlatform'];a55_0x28ad=function(){return _0x4a516a;};return a55_0x28ad();}const _env=(process[a55_0xe2105f(0xff)][a55_0xe2105f(0x16b)]||'prod')['toLowerCase']();if(_env===a55_0xe2105f(0xa3)||_env===a55_0xe2105f(0xe7)){const vrKLAR=a55_0xe2105f(0xf0)[a55_0xe2105f(0xc7)]('|');let AIgJYb=0x0;while(!![]){switch(vrKLAR[AIgJYb++]){case'0':module[a55_0xe2105f(0xd8)]['hubUrl']=a55_0xe2105f(0x11d);continue;case'1':module['exports'][a55_0xe2105f(0x11a)]=a55_0xe2105f(0x11c);continue;case'2':module[a55_0xe2105f(0xd8)]['BSTACK_URL']=a55_0xe2105f(0xc5);continue;case'3':module[a55_0xe2105f(0xd8)]['BROWSERSTACK_AUTOMATE_URL']=a55_0xe2105f(0xc3);continue;case'4':module['exports'][a55_0xe2105f(0x137)]=a55_0xe2105f(0x10b);continue;case'5':module[a55_0xe2105f(0xd8)][a55_0xe2105f(0x16e)]=a55_0xe2105f(0x130);continue;case'6':module[a55_0xe2105f(0xd8)]['BROWSERSTACK_APP_AUTOMATE_URL']=a55_0xe2105f(0xde);continue;case'7':module[a55_0xe2105f(0xd8)][a55_0xe2105f(0x11e)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'8':module[a55_0xe2105f(0xd8)][a55_0xe2105f(0xf4)]=a55_0xe2105f(0x162);continue;case'9':module[a55_0xe2105f(0xd8)]['OBSERVABILITY_UPLOAD_URL']='https://upload-observability-devtestops-ssi.bsstag.com';continue;case'10':module[a55_0xe2105f(0xd8)][a55_0xe2105f(0x157)]='https://api-cloud-devtestops.bsstag.com';continue;case'11':module[a55_0xe2105f(0xd8)][a55_0xe2105f(0x14d)]=a55_0xe2105f(0x177);continue;case'12':module[a55_0xe2105f(0xd8)][a55_0xe2105f(0x15a)]=a55_0xe2105f(0x149);continue;}break;}}else{if(_env===a55_0xe2105f(0xec)||_env==='pre-prod'){const tuyGrX='6|0|10|4|8|9|2|11|12|7|5|1|3'['split']('|');let mwwgnL=0x0;while(!![]){switch(tuyGrX[mwwgnL++]){case'0':module['exports']['BROWSERSTACK_API_URL']=a55_0xe2105f(0x121);continue;case'1':module[a55_0xe2105f(0xd8)][a55_0xe2105f(0x11a)]=a55_0xe2105f(0x11c);continue;case'2':module[a55_0xe2105f(0xd8)][a55_0xe2105f(0x157)]=a55_0xe2105f(0x121);continue;case'3':module[a55_0xe2105f(0xd8)][a55_0xe2105f(0xf4)]=a55_0xe2105f(0x162);continue;case'4':module['exports']['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'5':module[a55_0xe2105f(0xd8)][a55_0xe2105f(0x148)]=a55_0xe2105f(0xbf);continue;case'6':module[a55_0xe2105f(0xd8)]['hubUrl']='https://hub-preprod.bsstag.com/wd/hub';continue;case'7':module[a55_0xe2105f(0xd8)]['O11Y_URL']='https://automation-preprod.bsstag.com';continue;case'8':module[a55_0xe2105f(0xd8)][a55_0xe2105f(0x12d)]=a55_0xe2105f(0xe8);continue;case'9':module[a55_0xe2105f(0xd8)][a55_0xe2105f(0x182)]=a55_0xe2105f(0x152);continue;case'10':module[a55_0xe2105f(0xd8)][a55_0xe2105f(0x16e)]=a55_0xe2105f(0x153);continue;case'11':module[a55_0xe2105f(0xd8)][a55_0xe2105f(0x137)]=a55_0xe2105f(0x15f);continue;case'12':module[a55_0xe2105f(0xd8)][a55_0xe2105f(0x12e)]='bsstag.com';continue;}break;}}}
1
+ const a55_0xfc2742=a55_0x45e2;(function(_0x33830a,_0x1efc82){const _0x5112f3=a55_0x45e2,_0x6b7aa7=_0x33830a();while(!![]){try{const _0x420032=parseInt(_0x5112f3(0x21a))/0x1+parseInt(_0x5112f3(0x22b))/0x2*(-parseInt(_0x5112f3(0x1c7))/0x3)+parseInt(_0x5112f3(0x1a9))/0x4+parseInt(_0x5112f3(0x1d8))/0x5*(-parseInt(_0x5112f3(0x1d4))/0x6)+-parseInt(_0x5112f3(0x1ce))/0x7+parseInt(_0x5112f3(0x192))/0x8*(-parseInt(_0x5112f3(0x1c1))/0x9)+parseInt(_0x5112f3(0x1a5))/0xa;if(_0x420032===_0x1efc82)break;else _0x6b7aa7['push'](_0x6b7aa7['shift']());}catch(_0x4b6f45){_0x6b7aa7['push'](_0x6b7aa7['shift']());}}}(a55_0x468e,0x43fef));const a55_0x1a08e2={};a55_0x1a08e2[a55_0xfc2742(0x13f)]=a55_0xfc2742(0x167),a55_0x1a08e2[a55_0xfc2742(0x20d)]=a55_0xfc2742(0x22e);const a55_0xc91341={};a55_0xc91341[a55_0xfc2742(0x13f)]=a55_0xfc2742(0x215);const a55_0x734fef={};a55_0x734fef[a55_0xfc2742(0x13f)]=a55_0xfc2742(0x15f);const a55_0x1edba5={};a55_0x1edba5['INFO']='Run\x20cucumber-js\x20tests\x20on\x20browserstack';const a55_0x18f05d={};a55_0x18f05d[a55_0xfc2742(0x13f)]=a55_0xfc2742(0x1da);const a55_0x6fdb4b={};a55_0x6fdb4b[a55_0xfc2742(0x13f)]=a55_0xfc2742(0x14d);const a55_0x4a0583={};function a55_0x45e2(_0x483abb,_0x56d1d4){const _0x468ec3=a55_0x468e();return a55_0x45e2=function(_0x45e273,_0x50bfc1){_0x45e273=_0x45e273-0x13c;let _0x33f827=_0x468ec3[_0x45e273];return _0x33f827;},a55_0x45e2(_0x483abb,_0x56d1d4);}a55_0x4a0583[a55_0xfc2742(0x13f)]=a55_0xfc2742(0x222);const a55_0x582e22={};a55_0x582e22[a55_0xfc2742(0x13f)]=a55_0xfc2742(0x220);const a55_0x20d979={};a55_0x20d979[a55_0xfc2742(0x13f)]=a55_0xfc2742(0x161);const a55_0x47ff4f={};a55_0x47ff4f['INFO']=a55_0xfc2742(0x1f3);const a55_0x13eecf={};a55_0x13eecf['PLAYWRIGHT']=a55_0xfc2742(0x1a8),a55_0x13eecf[a55_0xfc2742(0x143)]=a55_0xfc2742(0x228),a55_0x13eecf[a55_0xfc2742(0x1a2)]=a55_0xfc2742(0x1aa),a55_0x13eecf[a55_0xfc2742(0x206)]=a55_0xfc2742(0x148),a55_0x13eecf[a55_0xfc2742(0x149)]=a55_0xfc2742(0x19f),a55_0x13eecf[a55_0xfc2742(0x18d)]='cucumber',a55_0x13eecf[a55_0xfc2742(0x1c9)]=a55_0xfc2742(0x1b3);const a55_0x1c908a={};a55_0x1c908a[a55_0xfc2742(0x22f)]=a55_0xfc2742(0x162),a55_0x1c908a[a55_0xfc2742(0x1be)]='name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a55_0x1c908a[a55_0xfc2742(0x1c4)]=a55_0xfc2742(0x170),a55_0x1c908a[a55_0xfc2742(0x17d)]=a55_0xfc2742(0x229);const a55_0x902b2f={};a55_0x902b2f[a55_0xfc2742(0x227)]=a55_0xfc2742(0x21d),a55_0x902b2f[a55_0xfc2742(0x217)]='module';const a55_0x494c3b={};a55_0x494c3b['Mocha']=0xfde8,a55_0x494c3b[a55_0xfc2742(0x168)]=0xfde8,a55_0x494c3b[a55_0xfc2742(0x20c)]=0x186a0;const a55_0x1f37d0={};a55_0x1f37d0[a55_0xfc2742(0x191)]=[a55_0xfc2742(0x1fc),a55_0xfc2742(0x1ab),a55_0xfc2742(0x165),a55_0xfc2742(0x212),a55_0xfc2742(0x226),a55_0xfc2742(0x147),a55_0xfc2742(0x1b7),a55_0xfc2742(0x160),a55_0xfc2742(0x19d),a55_0xfc2742(0x213),a55_0xfc2742(0x1b6)],a55_0x1f37d0['browserStackLocalOptions']=[a55_0xfc2742(0x204),a55_0xfc2742(0x1c0),a55_0xfc2742(0x189),a55_0xfc2742(0x18f)];function a55_0x468e(){const _0x5180f4=['browserstack.accessKey','UNABLE_TO_VERIFY_LEAF_SIGNATURE','ieOptions','https://tcg-preprod.bsstag.com','BROWSERSTACK_AUTOMATE_URL','browserVersion','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','uniqueDependency','A11Y_GET_RESULTS_SUMMARY','proxyPass','11241UvkJop','observability','turboScale','mandatoryDependency','accessibilityOptions','accessibility','4644EmEhPx','ERR_CONNECTION_ABORTED','VANILLA','ERR_NAME_NOT_RESOLVED','DEBUG_LOG_FILE_NAME','BROWSERSTACK_APP_AUTOMATE_URL','.aab','3092866edcauP','ERR_ADDRESS_INVALID','USER_CONFIG_DETAILS_PATH','bsstag','sdk/v1/update_cli','testContextOptions','1141494ymawNe','PLAYWRIGHT_CONFIG_OPTION_ERRORS','HEALING_LOG_DATA_TIMEOUT','ERR_CONNECTION_RESET','10FLNsIK','SELF_SIGNED_CERT_IN_CHAIN','Run\x20js\x20tests\x20on\x20browserstack','browserstack','turboScaleOptions','edgeOptions','BSTACK_URL','percyScreenshot','https://upload-observability-devtestops-ssi.bsstag.com','ATS_HUB_URL_REGEX','ETXTBSY','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','percy','CERT_HAS_EXPIRED','ERR_ADDRESS_UNREACHABLE','CI_ARTIFACTS_PATH','prod','BSTACK_DELTA','AUTOLOGCAPTURE_NOTIFICATION','localOptions','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','EDS_URL','PLAYWRIGHT_TRACE_LOGS','browserstack.com','CLI_SUPPORTED_FRAMEWORKS','PLAYWRIGHT','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','TCG_DOWN','percyOptions','AI_PROXY_FAILURE','platforms','ERR_TLS_CERT_ALTNAME_INVALID','GLOBAL_AGENT_HTTP_PROXY','EBUSY','disableAutoCaptureLogs','userName','automation','ERR_NAME_RESOLUTION_FAILED','SSL_ERROR_CODES','SSL_ERROR_MESSAGES','testOrchestrationOptions','acceptInsecureCerts','proxySettings','proxyUser','LOG_FILE_NAME','CODECEPT','APP_AUTOMATE','BROWSERSTACK_API_URL','ERR_CONNECTION_CLOSED','staging','certificate\x20has\x20expired','Jest','HELP','split','pageLoadStrategy','TEST_REPORTING_ANALYTICS','chromeOptions','httpsProxy','proxyUrl','CLIENT_TROUBLESHOOTING_HASH','Run\x20jest\x20tests\x20on\x20browserstack','Upgrade\x20required','MODULE','AI_INIT_FAILURE','A11Y_SCAN','167796KVzYwj','TCG_URL','APP_UPLOAD_URL','commonjs','BINARY_BUSY_ERROR_CODES','env','Run\x20codeceptjs\x20tests\x20on\x20browserstack','FUNNEL_INSTRUMENTATION_API_URL','Run\x20playwright\x20tests\x20on\x20Browserstack','ERR_CONNECTION_FAILED','bsstag.com','unable\x20to\x20verify\x20the\x20first\x20certificate','customVariables','COMMONJS','mocha','Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file','SET_TCG_TOKEN_TIMEOUT','20vFMejL','timeouts','TCG_REGION','Specify\x20--help\x20for\x20available\x20options','invalidKeys','NIGHTWATCH','APP_AUTOMATE_PRODUCTS','wss://cdp-devtestops.bsstag.com/playwright?caps=','INFO','testObservabilityOptions','...[TRUNCATED]','https://hub.browserstack.com/wd/hub','MOCHA','BROWSERSTACK','https://edsstaging.bsstag.com','ObservabilitySync','browserstack.userName','codeceptjs','CODECEPT_CUCUMBER','https://api-preprod.bsstag.com','ERR_NETWORK_CHANGED','browserstackLocal','Run\x20nightwatch\x20tests\x20on\x20browserstack','.browserstack\x20folder\x20not\x20accessible','testReporting','HEALING_FAILURE_TIMEOUT','CUSTOM_ID_REGEX','SDKTestTcgAuthFailure','VALID_APP_EXTENSION','SDKTestTcgProxyFailure','SDKTestInvalidTcgAuthResponseWithUserImpact','ROOT_REGEX','DEPTH_ZERO_SELF_SIGNED_CERT','unhandledPromptBehavior','^[a-zA-Z0-9_.-]*$','unable\x20to\x20get\x20local\x20issuer\x20certificate','OBSERVABILITY_UPLOAD_URL','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','PRIVATE_DOMAIN_OR_IP_REGEX','GLOBAL_AGENT_NO_PROXY','Run\x20mocha\x20tests\x20on\x20browserstack','proxyPassword','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','acceptSslCert','ERR_SOCKS_CONNECTION_FAILED','httpProxy','ATS_WSS_URL_REGEX','shows\x20version\x20information','Cucumber-JS','A11Y_GET_RESULTS','cucumber','ERR_PROXY_CONNECTION_FAILED','https://automate-preprod.bsstag.com/dashboard/v2/builds/','browserName','5|4|9|2|1|0|8|7|12|6|11|10|3','testReportingOptions','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','https://tcg.bsstag.com','framework','ERR_BLOCKED_BY_CLIENT','SDKTestInitFailedResponse','hubUrl','REDACTED_KEYS','exports','https://api.browserstack.com','parallelsPerPlatform','https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/','TCG_AUTH_FAILURE','BROWSERSTACK_ENV','invalidTestInputType','PRODUCT_IF_NOT_BROWSERSTACK_INFRA','sdk/v1/event','browserstackAutomation','https://hub-preprod.bsstag.com/wd/hub','browserStackLocalOptions','ROOT_CAPS','https://tcg.browserstack.com','[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.','ERR_SOCKET_NOT_CONNECTED','browserstack-ats.com','stag','localProxyUser','logLevel','firefoxOptions','https://automate.browserstack.com/dashboard/v2/builds/','CUCUMBER','ERR_CONNECTION_TIMED_OUT','localProxyPass','PLAYWRIGHT_HUB_URL','root','2248VJWQXO','.apk','12|3|10|0|6|11|4|7|5|8|1|2|9','https://observability-devtestops.bsstag.com','app-automate','VERSION','ERR_TIMED_OUT','https://apidevtestops.bsstag.com','https://app-automate.browserstack.com/dashboard/v2/builds/','wss://cdp.browserstack.com/playwright?caps=','https://api-cloud.browserstack.com','authToken','ERR_TUNNEL_CONNECTION_FAILED','codeceptjs-cucumber','self\x20signed\x20certificate','NUDGE_LOCAL_ERRORS','JEST','HUB_URL_REGEX','SHAREABLE_ID_REGEX','12590850CqmbrI','UPDATED_CLI_ENDPOINT','testObservability','Playwright','161660AjgAgw','jest','accessKey','automate','preprod','percyCaptureMode','AI_ENABLED_FRAMEWORK','O11Y_URL','AUTOMATE','CODECEPTJS','vanilla','https://automation-preprod.bsstag.com','rerunTests','browserstack.overridelocalInfo.userAuthToken'];a55_0x468e=function(){return _0x5180f4;};return a55_0x468e();}const a55_0x781746={};a55_0x781746['browserstackLocal']=a55_0xfc2742(0x14c),a55_0x781746[a55_0xfc2742(0x182)]=a55_0xfc2742(0x182),a55_0x781746[a55_0xfc2742(0x1eb)]=a55_0xfc2742(0x182),a55_0x781746[a55_0xfc2742(0x179)]='parallelsPerPlatform',a55_0x781746['platforms']=a55_0xfc2742(0x1f7),a55_0x781746[a55_0xfc2742(0x18a)]=a55_0xfc2742(0x18a),a55_0x781746[a55_0xfc2742(0x165)]='httpProxy',a55_0x781746[a55_0xfc2742(0x212)]=a55_0xfc2742(0x212),a55_0x781746['framework']=a55_0xfc2742(0x172),a55_0x781746[a55_0xfc2742(0x1d3)]='testContextOptions',a55_0x781746[a55_0xfc2742(0x1a7)]=a55_0xfc2742(0x1a7),a55_0x781746[a55_0xfc2742(0x14f)]=a55_0xfc2742(0x14f),a55_0x781746[a55_0xfc2742(0x140)]=a55_0xfc2742(0x140),a55_0x781746[a55_0xfc2742(0x16f)]='testReportingOptions',a55_0x781746['customVariables']='customVariables',a55_0x781746[a55_0xfc2742(0x1fd)]=a55_0xfc2742(0x180),a55_0x781746[a55_0xfc2742(0x180)]=a55_0xfc2742(0x180),a55_0x781746[a55_0xfc2742(0x1b5)]=a55_0xfc2742(0x1b5),a55_0x781746['percy']=a55_0xfc2742(0x1e4),a55_0x781746[a55_0xfc2742(0x1f5)]='percyOptions',a55_0x781746[a55_0xfc2742(0x1ae)]=a55_0xfc2742(0x1ae),a55_0x781746[a55_0xfc2742(0x1fb)]=a55_0xfc2742(0x1fb),a55_0x781746['accessibility']=a55_0xfc2742(0x1c6),a55_0x781746[a55_0xfc2742(0x1c5)]=a55_0xfc2742(0x1c5),a55_0x781746[a55_0xfc2742(0x1c3)]='turboScale',a55_0x781746[a55_0xfc2742(0x1dc)]=a55_0xfc2742(0x1dc),a55_0x781746[a55_0xfc2742(0x203)]=a55_0xfc2742(0x203),a55_0x781746[a55_0xfc2742(0x201)]=a55_0xfc2742(0x201);const a55_0x414e12={};a55_0x414e12[a55_0xfc2742(0x14e)]=['SDK-GEN-001',a55_0xfc2742(0x185)];const a55_0x5ca916={};a55_0x5ca916[a55_0xfc2742(0x197)]=a55_0x1a08e2,a55_0x5ca916[a55_0xfc2742(0x1a2)]=a55_0xc91341,a55_0x5ca916[a55_0xfc2742(0x143)]=a55_0x734fef,a55_0x5ca916['CUCUMBER']=a55_0x1edba5,a55_0x5ca916[a55_0xfc2742(0x1c9)]=a55_0x18f05d,a55_0x5ca916[a55_0xfc2742(0x13c)]=a55_0x6fdb4b,a55_0x5ca916[a55_0xfc2742(0x1f2)]=a55_0x4a0583,a55_0x5ca916[a55_0xfc2742(0x1b2)]=a55_0x582e22,a55_0x5ca916['HST']=a55_0x20d979,a55_0x5ca916['INTEGRATIONS']=a55_0x47ff4f,a55_0x5ca916[a55_0xfc2742(0x1e9)]=0xf*0x3c*0x3e8,a55_0x5ca916[a55_0xfc2742(0x175)]=a55_0xfc2742(0x142),a55_0x5ca916[a55_0xfc2742(0x21b)]=a55_0xfc2742(0x184),a55_0x5ca916[a55_0xfc2742(0x22d)]='use',a55_0x5ca916[a55_0xfc2742(0x1a3)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a55_0x5ca916[a55_0xfc2742(0x1e1)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a55_0x5ca916[a55_0xfc2742(0x166)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a55_0x5ca916[a55_0xfc2742(0x183)]=[a55_0xfc2742(0x202),a55_0xfc2742(0x20f),'strictFileInteractability',a55_0xfc2742(0x158),a55_0xfc2742(0x22c),a55_0xfc2742(0x16d),a55_0xfc2742(0x1bc),'acceptSslCerts',a55_0xfc2742(0x163),a55_0xfc2742(0x211),a55_0xfc2742(0x18b),a55_0xfc2742(0x1dd),a55_0xfc2742(0x1b9)],a55_0x5ca916[a55_0xfc2742(0x156)]=/^[\w-]+:.*$/,a55_0x5ca916[a55_0xfc2742(0x15d)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a55_0x5ca916['EDS_URL']='https://eds.browserstack.com',a55_0x5ca916[a55_0xfc2742(0x208)]=a55_0xfc2742(0x178),a55_0x5ca916[a55_0xfc2742(0x21c)]=a55_0xfc2742(0x19c),a55_0x5ca916[a55_0xfc2742(0x1a6)]=a55_0xfc2742(0x1d2),a55_0x5ca916[a55_0xfc2742(0x221)]=a55_0xfc2742(0x17f),a55_0x5ca916['AUTOMATE_PRODUCTS']=[a55_0xfc2742(0x1ac),'observability'],a55_0x5ca916[a55_0xfc2742(0x13d)]=[a55_0xfc2742(0x196),a55_0xfc2742(0x1c2)],a55_0x5ca916[a55_0xfc2742(0x17e)]=[a55_0xfc2742(0x1c2)],a55_0x5ca916[a55_0xfc2742(0x15b)]='https://upload-observability.browserstack.com',a55_0x5ca916['OBSERVABILITY_SUPPORTED_FWS']=['mocha','Playwright'],a55_0x5ca916[a55_0xfc2742(0x1b1)]=[a55_0xfc2742(0x1ac)],a55_0x5ca916[a55_0xfc2742(0x1bb)]=a55_0xfc2742(0x18c),a55_0x5ca916[a55_0xfc2742(0x1cc)]=a55_0xfc2742(0x19a),a55_0x5ca916[a55_0xfc2742(0x207)]=[a55_0xfc2742(0x196)],a55_0x5ca916[a55_0xfc2742(0x1a1)]=['ERR_FAILED',a55_0xfc2742(0x198),a55_0xfc2742(0x173),a55_0xfc2742(0x14b),a55_0xfc2742(0x186),a55_0xfc2742(0x209),a55_0xfc2742(0x1d7),'ERR_CONNECTION_REFUSED',a55_0xfc2742(0x1c8),a55_0xfc2742(0x223),a55_0xfc2742(0x1ca),a55_0xfc2742(0x1cf),a55_0xfc2742(0x1e6),a55_0xfc2742(0x19e),a55_0xfc2742(0x18e),a55_0xfc2742(0x164),'ERR_SOCKS_CONNECTION_HOST_UNREACHABLE',a55_0xfc2742(0x16b),a55_0xfc2742(0x1ca),a55_0xfc2742(0x1fe),'ERR_MANDATORY_PROXY_CONFIGURATION_FAILED'],a55_0x5ca916[a55_0xfc2742(0x153)]=[a55_0xfc2742(0x193),a55_0xfc2742(0x1cd),'.ipa'],a55_0x5ca916[a55_0xfc2742(0x151)]=a55_0xfc2742(0x159),a55_0x5ca916[a55_0xfc2742(0x1a4)]=a55_0xfc2742(0x1ec),a55_0x5ca916[a55_0xfc2742(0x1e7)]='./browserstack-artifacts/',a55_0x5ca916[a55_0xfc2742(0x190)]=a55_0xfc2742(0x19b),a55_0x5ca916['FRAMEWORKS']=a55_0x13eecf,a55_0x5ca916['PERCY_SUPPORTED_FRAMEWORKS']=['jest','mocha'],a55_0x5ca916[a55_0xfc2742(0x1d5)]=a55_0x1c908a,a55_0x5ca916[a55_0xfc2742(0x1ea)]=a55_0xfc2742(0x15c),a55_0x5ca916['PACKAGE_TYPE']=a55_0x902b2f,a55_0x5ca916['MAX_GIT_META_DATA_SIZE_IN_BYTES']=0x40*0x400,a55_0x5ca916['GIT_META_DATA_TRUNCATED']=a55_0xfc2742(0x141),a55_0x5ca916['UPGRADE_REQUIRED']=a55_0xfc2742(0x216),a55_0x5ca916[a55_0xfc2742(0x1f4)]='SDKTestTcgDownResponse',a55_0x5ca916['INVALID_INIT_RESP_WITH_USER_IMPACT']=a55_0xfc2742(0x155),a55_0x5ca916[a55_0xfc2742(0x17b)]=a55_0xfc2742(0x152),a55_0x5ca916['AI_INIT_SUCCESSFUL']='SDKTestTcgtInitSuccessful',a55_0x5ca916[a55_0xfc2742(0x218)]=a55_0xfc2742(0x174),a55_0x5ca916[a55_0xfc2742(0x1f6)]=a55_0xfc2742(0x154),a55_0x5ca916['TCG_AUTH_TIMEOUT']=0x1388,a55_0x5ca916[a55_0xfc2742(0x22a)]=0x1388,a55_0x5ca916[a55_0xfc2742(0x1d6)]=0x1388,a55_0x5ca916[a55_0xfc2742(0x150)]=0x1388,a55_0x5ca916['POLL_HEALING_RESULT_TIMEOUT']=0xc350,a55_0x5ca916['TEST_FRAMEWORK_HOOK_TIMEOUT']=a55_0x494c3b,a55_0x5ca916[a55_0xfc2742(0x176)]=a55_0x1f37d0,a55_0x5ca916[a55_0xfc2742(0x1af)]=[a55_0xfc2742(0x1b3),a55_0xfc2742(0x148)],a55_0x5ca916['SDK_INSTRUMENTATION_CONFIG']=a55_0x781746,a55_0x5ca916[a55_0xfc2742(0x205)]='/usage.log',a55_0x5ca916[a55_0xfc2742(0x1cb)]='/usage-debug.log',a55_0x5ca916[a55_0xfc2742(0x1de)]=a55_0xfc2742(0x1f0),a55_0x5ca916['BSTACK_ATS_URL']=a55_0xfc2742(0x187),a55_0x5ca916[a55_0xfc2742(0x1b0)]='https://automation.browserstack.com',a55_0x5ca916[a55_0xfc2742(0x210)]='TEST\x20REPORTING\x20AND\x20ANALYTICS',a55_0x5ca916[a55_0xfc2742(0x144)]=a55_0xfc2742(0x1db),a55_0x5ca916[a55_0xfc2742(0x1f1)]=['playwright',a55_0xfc2742(0x16a),a55_0xfc2742(0x1aa)],a55_0x5ca916['AUTOMATION_LOG_COMMANDS']=[a55_0xfc2742(0x219),a55_0xfc2742(0x1bf),a55_0xfc2742(0x169),'A11Y_SAVE_RESULTS',a55_0xfc2742(0x1df),a55_0xfc2742(0x146)],a55_0x5ca916[a55_0xfc2742(0x1ef)]=a55_0xfc2742(0x1ef),a55_0x5ca916[a55_0xfc2742(0x200)]=[a55_0xfc2742(0x1a0),a55_0xfc2742(0x225),a55_0xfc2742(0x20b),a55_0xfc2742(0x15a),a55_0xfc2742(0x1f8),a55_0xfc2742(0x157)],a55_0x5ca916[a55_0xfc2742(0x1ff)]=[a55_0xfc2742(0x1d9),'DEPTH_ZERO_SELF_SIGNED_CERT',a55_0xfc2742(0x1b8),a55_0xfc2742(0x1e5),a55_0xfc2742(0x1f8),a55_0xfc2742(0x1bd)],a55_0x5ca916['CONNECTIVITY_ISSUE_ERROR_CODES']=[0x193,0x197,0x1f6,0x1f7,0x1f8],a55_0x5ca916[a55_0xfc2742(0x214)]=a55_0x414e12,a55_0x5ca916['INTERNALLY_USED_ENV_VARS']=[a55_0xfc2742(0x1f9),a55_0xfc2742(0x15e),a55_0xfc2742(0x1d0)],a55_0x5ca916[a55_0xfc2742(0x21e)]=[a55_0xfc2742(0x1e2),a55_0xfc2742(0x1fa)],module['exports']=a55_0x5ca916;const _env=(process[a55_0xfc2742(0x21f)][a55_0xfc2742(0x17c)]||a55_0xfc2742(0x1e8))['toLowerCase']();if(_env===a55_0xfc2742(0x20a)||_env===a55_0xfc2742(0x188)){const eqULYX=a55_0xfc2742(0x16e)[a55_0xfc2742(0x20e)]('|');let ZAlYwG=0x0;while(!![]){switch(eqULYX[ZAlYwG++]){case'0':module[a55_0xfc2742(0x177)]['BROWSERSTACK_APP_AUTOMATE_URL']=a55_0xfc2742(0x17a);continue;case'1':module[a55_0xfc2742(0x177)]['BROWSERSTACK_AUTOMATE_URL']=a55_0xfc2742(0x1e3);continue;case'2':module[a55_0xfc2742(0x177)][a55_0xfc2742(0x1a3)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'3':module['exports']['BROWSERSTACK']=a55_0xfc2742(0x1d1);continue;case'4':module[a55_0xfc2742(0x177)][a55_0xfc2742(0x208)]=a55_0xfc2742(0x199);continue;case'5':module[a55_0xfc2742(0x177)][a55_0xfc2742(0x175)]='https://hub-devtestops.bsstag.com/wd/hub';continue;case'6':module[a55_0xfc2742(0x177)][a55_0xfc2742(0x1b0)]=a55_0xfc2742(0x195);continue;case'7':module[a55_0xfc2742(0x177)][a55_0xfc2742(0x190)]=a55_0xfc2742(0x13e);continue;case'8':module['exports'][a55_0xfc2742(0x21c)]='https://api-cloud-devtestops.bsstag.com';continue;case'9':module['exports'][a55_0xfc2742(0x21b)]=a55_0xfc2742(0x171);continue;case'10':module[a55_0xfc2742(0x177)][a55_0xfc2742(0x1ee)]=a55_0xfc2742(0x145);continue;case'11':module['exports'][a55_0xfc2742(0x15b)]=a55_0xfc2742(0x1e0);continue;case'12':module['exports'][a55_0xfc2742(0x1de)]=a55_0xfc2742(0x224);continue;}break;}}else{if(_env===a55_0xfc2742(0x1ad)||_env==='pre-prod'){const bTKKel=a55_0xfc2742(0x194)['split']('|');let aJNbIv=0x0;while(!![]){switch(bTKKel[aJNbIv++]){case'0':module[a55_0xfc2742(0x177)][a55_0xfc2742(0x1a3)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'1':module['exports'][a55_0xfc2742(0x15b)]='https://upload-observability-preprod.bsstag.com';continue;case'2':module[a55_0xfc2742(0x177)][a55_0xfc2742(0x1ee)]='https://edsstaging.bsstag.com';continue;case'3':module[a55_0xfc2742(0x177)][a55_0xfc2742(0x208)]=a55_0xfc2742(0x14a);continue;case'4':module[a55_0xfc2742(0x177)][a55_0xfc2742(0x21c)]=a55_0xfc2742(0x14a);continue;case'5':module[a55_0xfc2742(0x177)][a55_0xfc2742(0x1de)]=a55_0xfc2742(0x224);continue;case'6':module['exports'][a55_0xfc2742(0x1bb)]=a55_0xfc2742(0x16c);continue;case'7':module[a55_0xfc2742(0x177)][a55_0xfc2742(0x190)]='wss://cdp-preprod.bsstag.com/playwright?caps=';continue;case'8':module[a55_0xfc2742(0x177)][a55_0xfc2742(0x1b0)]=a55_0xfc2742(0x1b4);continue;case'9':module[a55_0xfc2742(0x177)][a55_0xfc2742(0x144)]=a55_0xfc2742(0x1d1);continue;case'10':module[a55_0xfc2742(0x177)][a55_0xfc2742(0x21b)]=a55_0xfc2742(0x1ba);continue;case'11':module[a55_0xfc2742(0x177)]['BROWSERSTACK_APP_AUTOMATE_URL']=a55_0xfc2742(0x1ed);continue;case'12':module[a55_0xfc2742(0x177)][a55_0xfc2742(0x175)]=a55_0xfc2742(0x181);continue;}break;}}}
@@ -1 +1 @@
1
- function a56_0x3079(_0x54ccad,_0x5d19a3){const _0x352b89=a56_0x352b();return a56_0x3079=function(_0x307914,_0x4e2072){_0x307914=_0x307914-0x162;let _0x2abed8=_0x352b89[_0x307914];return _0x2abed8;},a56_0x3079(_0x54ccad,_0x5d19a3);}const a56_0x3a6e44=a56_0x3079;(function(_0x40cbcb,_0x55dc58){const _0x2b9d9e=a56_0x3079,_0x8d5791=_0x40cbcb();while(!![]){try{const _0x50e63d=parseInt(_0x2b9d9e(0x16f))/0x1*(parseInt(_0x2b9d9e(0x16b))/0x2)+-parseInt(_0x2b9d9e(0x169))/0x3+-parseInt(_0x2b9d9e(0x167))/0x4+-parseInt(_0x2b9d9e(0x170))/0x5+parseInt(_0x2b9d9e(0x16c))/0x6+parseInt(_0x2b9d9e(0x164))/0x7+parseInt(_0x2b9d9e(0x163))/0x8*(parseInt(_0x2b9d9e(0x16d))/0x9);if(_0x50e63d===_0x55dc58)break;else _0x8d5791['push'](_0x8d5791['shift']());}catch(_0x5afc60){_0x8d5791['push'](_0x8d5791['shift']());}}}(a56_0x352b,0x8d4bb));const logReportingAPI=require('./logReportingAPI'),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x4d9b94,_0x38a17f){return _0x39627a=>{const _0x121edd=a56_0x3079;BSTestOpsLogger[_0x121edd(0x16e)]({'level':_0x39627a[_0x121edd(0x171)]?_0x39627a[_0x121edd(0x171)][_0x121edd(0x166)]:null,'message':_0x39627a[_0x121edd(0x162)]?_0x39627a[_0x121edd(0x162)][_0x121edd(0x16a)]('\x20'):null});};}function a56_0x352b(){const _0x59133b=['log','190027wkVWkT','2163470Yofaad','level','timezoneOffset','layout','PgMdi','data','1557048NvkThr','1100820npZHIx','colouredLayout','levelStr','270948bgPGGe','configure','3334209YyywCR','join','10xPrmqE','2995758advGJN','27EjOHAo'];a56_0x352b=function(){return _0x59133b;};return a56_0x352b();}exports[a56_0x3a6e44(0x168)]=(_0x4c1180,_0x299751)=>{const _0x433d0b=a56_0x3a6e44,_0x3a2e0b={'PgMdi':function(_0x4b2d5d,_0x2dad44,_0x4b3d45){return _0x4b2d5d(_0x2dad44,_0x4b3d45);}};let _0x37a34d=_0x299751[_0x433d0b(0x165)];return _0x4c1180[_0x433d0b(0x173)]&&(_0x37a34d=_0x299751[_0x433d0b(0x173)](_0x4c1180[_0x433d0b(0x173)]['type'],_0x4c1180[_0x433d0b(0x173)])),_0x3a2e0b[_0x433d0b(0x174)](BSTestOpsLog4JSAppender,_0x37a34d,_0x4c1180[_0x433d0b(0x172)]);};
1
+ const a56_0x3fbe38=a56_0x3fb1;(function(_0x29275a,_0x256f5f){const _0xb717c2=a56_0x3fb1,_0x1d35f2=_0x29275a();while(!![]){try{const _0x79314c=parseInt(_0xb717c2(0xda))/0x1*(-parseInt(_0xb717c2(0xe6))/0x2)+-parseInt(_0xb717c2(0xea))/0x3+parseInt(_0xb717c2(0xd5))/0x4*(-parseInt(_0xb717c2(0xe4))/0x5)+parseInt(_0xb717c2(0xe1))/0x6+-parseInt(_0xb717c2(0xd8))/0x7*(parseInt(_0xb717c2(0xe7))/0x8)+-parseInt(_0xb717c2(0xd7))/0x9*(parseInt(_0xb717c2(0xdd))/0xa)+parseInt(_0xb717c2(0xe9))/0xb;if(_0x79314c===_0x256f5f)break;else _0x1d35f2['push'](_0x1d35f2['shift']());}catch(_0x2d6ebc){_0x1d35f2['push'](_0x1d35f2['shift']());}}}(a56_0x50d6,0xdc32c));function a56_0x50d6(){const _0x5aad70=['12410757gPjDhL','5206852mwxcmD','colouredLayout','1097CNgKik','join','type','10rgXIyc','JRlIq','layout','./logReportingAPI','4651416DybBHu','levelStr','log','293975aPVLfk','timezoneOffset','1322vlvpii','8uqmIuZ','level','40309687qsIQxB','482220xFwnDZ','36UYNhYs','data'];a56_0x50d6=function(){return _0x5aad70;};return a56_0x50d6();}function a56_0x3fb1(_0x18b467,_0x3e5a2b){const _0x50d636=a56_0x50d6();return a56_0x3fb1=function(_0x3fb1af,_0x5c4085){_0x3fb1af=_0x3fb1af-0xd5;let _0x12b212=_0x50d636[_0x3fb1af];return _0x12b212;},a56_0x3fb1(_0x18b467,_0x3e5a2b);}const logReportingAPI=require(a56_0x3fbe38(0xe0)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x3737e1,_0x2f2f61){return _0x23224d=>{const _0x365cd9=a56_0x3fb1;BSTestOpsLogger[_0x365cd9(0xe3)]({'level':_0x23224d[_0x365cd9(0xe8)]?_0x23224d[_0x365cd9(0xe8)][_0x365cd9(0xe2)]:null,'message':_0x23224d[_0x365cd9(0xd6)]?_0x23224d[_0x365cd9(0xd6)][_0x365cd9(0xdb)]('\x20'):null});};}exports['configure']=(_0x482efa,_0x1f77c8)=>{const _0x2be23a=a56_0x3fbe38,_0x813122={'JRlIq':function(_0x42c684,_0xa63382,_0x3cc6cf){return _0x42c684(_0xa63382,_0x3cc6cf);}};let _0x2f8b81=_0x1f77c8[_0x2be23a(0xd9)];return _0x482efa[_0x2be23a(0xdf)]&&(_0x2f8b81=_0x1f77c8[_0x2be23a(0xdf)](_0x482efa[_0x2be23a(0xdf)][_0x2be23a(0xdc)],_0x482efa['layout'])),_0x813122[_0x2be23a(0xde)](BSTestOpsLog4JSAppender,_0x2f8b81,_0x482efa[_0x2be23a(0xe5)]);};
@@ -1 +1 @@
1
- const a57_0x15267c=a57_0x149d;(function(_0x5cf262,_0x2f37d4){const _0x45a03b=a57_0x149d,_0x25c84e=_0x5cf262();while(!![]){try{const _0x42f55d=-parseInt(_0x45a03b(0x12f))/0x1*(parseInt(_0x45a03b(0x138))/0x2)+-parseInt(_0x45a03b(0x13d))/0x3+-parseInt(_0x45a03b(0x130))/0x4*(parseInt(_0x45a03b(0x132))/0x5)+-parseInt(_0x45a03b(0x12e))/0x6*(-parseInt(_0x45a03b(0x128))/0x7)+-parseInt(_0x45a03b(0x129))/0x8*(parseInt(_0x45a03b(0x142))/0x9)+-parseInt(_0x45a03b(0x131))/0xa*(-parseInt(_0x45a03b(0x140))/0xb)+-parseInt(_0x45a03b(0x144))/0xc*(-parseInt(_0x45a03b(0x12c))/0xd);if(_0x42f55d===_0x2f37d4)break;else _0x25c84e['push'](_0x25c84e['shift']());}catch(_0x523c92){_0x25c84e['push'](_0x25c84e['shift']());}}}(a57_0x1f4d,0x21891));const Transport=require(a57_0x15267c(0x143)),{consoleHolder}=require('../../helpers/test-observability/constants'),a57_0x1b2ffc={};a57_0x1b2ffc['INFO']=a57_0x15267c(0x134),a57_0x1b2ffc[a57_0x15267c(0x139)]=a57_0x15267c(0x139),a57_0x1b2ffc['DEBUG']=a57_0x15267c(0x13a),a57_0x1b2ffc[a57_0x15267c(0x136)]=a57_0x15267c(0x136),a57_0x1b2ffc[a57_0x15267c(0x13c)]=a57_0x15267c(0x13c);const LOG_LEVELS=a57_0x1b2ffc;class logPatcher extends Transport{constructor(_0x32df2b){super(_0x32df2b);}['logToTestOps']=(_0xdc1142=LOG_LEVELS[a57_0x15267c(0x134)],_0x2d6cf4=[''])=>{const _0x488500=a57_0x15267c,_0x352d1a={};_0x352d1a[_0x488500(0x141)]=_0x488500(0x12a);const _0x2c5f48=_0x352d1a;consoleHolder[_0xdc1142[_0x488500(0x13b)]()](..._0x2d6cf4),process[_0x488500(0x137)](_0x488500(0x12b)+process['pid'],{'timestamp':new Date()[_0x488500(0x133)](),'level':_0xdc1142[_0x488500(0x135)](),'message':'\x22'+_0x2d6cf4[_0x488500(0x125)](',\x20')+'\x22','kind':_0x2c5f48[_0x488500(0x141)],'http_response':{}});};['trace']=(..._0x333b3d)=>{const _0x53ea39=a57_0x15267c;this[_0x53ea39(0x126)](LOG_LEVELS['TRACE'],_0x333b3d);};[a57_0x15267c(0x13e)]=(..._0xb00a6d)=>{const _0x5bd64b=a57_0x15267c;this[_0x5bd64b(0x126)](LOG_LEVELS[_0x5bd64b(0x13a)],_0xb00a6d);};[a57_0x15267c(0x13f)]=(..._0x13463b)=>{const _0x2decf5=a57_0x15267c;this[_0x2decf5(0x126)](LOG_LEVELS['INFO'],_0x13463b);};[a57_0x15267c(0x12d)]=(..._0x43a091)=>{const _0x1f2919=a57_0x15267c;this[_0x1f2919(0x126)](LOG_LEVELS['WARN'],_0x43a091);};[a57_0x15267c(0x127)]=(..._0x123146)=>{const _0x22915d=a57_0x15267c;this[_0x22915d(0x126)](LOG_LEVELS['ERROR'],_0x123146);};['log']=(..._0x2b5f72)=>{const _0x4f1702=a57_0x15267c;this[_0x4f1702(0x126)](LOG_LEVELS[_0x4f1702(0x134)],_0x2b5f72);};};module['exports']=logPatcher;function a57_0x149d(_0x5805e2,_0x4c6263){const _0x1f4d9b=a57_0x1f4d();return a57_0x149d=function(_0x149d25,_0x656dd8){_0x149d25=_0x149d25-0x125;let _0x803e11=_0x1f4d9b[_0x149d25];return _0x803e11;},a57_0x149d(_0x5805e2,_0x4c6263);}function a57_0x1f4d(){const _0x560c17=['bs:addLog:','142337UMkCIT','warn','6SwIHnN','1839ptDbip','4QhsixG','187890gCBcVM','70935qPtaBO','toISOString','INFO','toUpperCase','TRACE','emit','218pSdpXs','ERROR','DEBUG','toLowerCase','WARN','613176wJHyzF','debug','info','11eJEkOK','gPZLi','66258aeUzct','winston-transport','804CHodyr','join','logToTestOps','error','174153xTtWNS','240HxmgTQ','TEST_LOG'];a57_0x1f4d=function(){return _0x560c17;};return a57_0x1f4d();}
1
+ const a57_0x1f4479=a57_0x1caa;(function(_0x39e69c,_0x35718e){const _0x5a15e7=a57_0x1caa,_0x118810=_0x39e69c();while(!![]){try{const _0x3119ee=parseInt(_0x5a15e7(0x16a))/0x1*(-parseInt(_0x5a15e7(0x153))/0x2)+-parseInt(_0x5a15e7(0x154))/0x3+parseInt(_0x5a15e7(0x15c))/0x4*(parseInt(_0x5a15e7(0x159))/0x5)+-parseInt(_0x5a15e7(0x16e))/0x6*(parseInt(_0x5a15e7(0x166))/0x7)+parseInt(_0x5a15e7(0x157))/0x8+parseInt(_0x5a15e7(0x151))/0x9*(parseInt(_0x5a15e7(0x155))/0xa)+-parseInt(_0x5a15e7(0x161))/0xb*(parseInt(_0x5a15e7(0x15d))/0xc);if(_0x3119ee===_0x35718e)break;else _0x118810['push'](_0x118810['shift']());}catch(_0x265b65){_0x118810['push'](_0x118810['shift']());}}}(a57_0x48ef,0xd5899));const Transport=require(a57_0x1f4479(0x152)),{consoleHolder}=require('../../helpers/test-observability/constants'),a57_0x28c2b9={};a57_0x28c2b9[a57_0x1f4479(0x15f)]=a57_0x1f4479(0x15f),a57_0x28c2b9['ERROR']=a57_0x1f4479(0x156),a57_0x28c2b9[a57_0x1f4479(0x15b)]=a57_0x1f4479(0x15b),a57_0x28c2b9[a57_0x1f4479(0x163)]=a57_0x1f4479(0x163),a57_0x28c2b9[a57_0x1f4479(0x150)]=a57_0x1f4479(0x150);function a57_0x1caa(_0x5c3b89,_0x5e1fd4){const _0x48ef31=a57_0x48ef();return a57_0x1caa=function(_0x1caa9b,_0x266637){_0x1caa9b=_0x1caa9b-0x14f;let _0x2e24b2=_0x48ef31[_0x1caa9b];return _0x2e24b2;},a57_0x1caa(_0x5c3b89,_0x5e1fd4);}const LOG_LEVELS=a57_0x28c2b9;class logPatcher extends Transport{constructor(_0x3b42b5){super(_0x3b42b5);}[a57_0x1f4479(0x167)]=(_0x1bbd2a=LOG_LEVELS['INFO'],_0x163434=[''])=>{const _0x2279ff=a57_0x1f4479,_0x1a24b5={};_0x1a24b5['isEeT']=_0x2279ff(0x15a);const _0x4f304a=_0x1a24b5;consoleHolder[_0x1bbd2a[_0x2279ff(0x162)]()](..._0x163434),process[_0x2279ff(0x158)](_0x2279ff(0x168)+process[_0x2279ff(0x164)],{'timestamp':new Date()[_0x2279ff(0x15e)](),'level':_0x1bbd2a[_0x2279ff(0x16f)](),'message':'\x22'+_0x163434[_0x2279ff(0x169)](',\x20')+'\x22','kind':_0x4f304a['isEeT'],'http_response':{}});};[a57_0x1f4479(0x14f)]=(..._0x38d97b)=>{const _0x34105e=a57_0x1f4479;this[_0x34105e(0x167)](LOG_LEVELS[_0x34105e(0x163)],_0x38d97b);};[a57_0x1f4479(0x16d)]=(..._0x1a2d13)=>{const _0x1b2499=a57_0x1f4479;this[_0x1b2499(0x167)](LOG_LEVELS[_0x1b2499(0x15b)],_0x1a2d13);};[a57_0x1f4479(0x16c)]=(..._0x46fda6)=>{const _0x1d9a66=a57_0x1f4479;this[_0x1d9a66(0x167)](LOG_LEVELS[_0x1d9a66(0x15f)],_0x46fda6);};[a57_0x1f4479(0x160)]=(..._0x19b2c4)=>{const _0x570fac=a57_0x1f4479;this[_0x570fac(0x167)](LOG_LEVELS['WARN'],_0x19b2c4);};['error']=(..._0x5875e9)=>{const _0x22c3bd=a57_0x1f4479;this[_0x22c3bd(0x167)](LOG_LEVELS[_0x22c3bd(0x156)],_0x5875e9);};[a57_0x1f4479(0x165)]=(..._0xcf89ab)=>{const _0x3f1a43=a57_0x1f4479;this[_0x3f1a43(0x167)](LOG_LEVELS[_0x3f1a43(0x15f)],_0xcf89ab);};};function a57_0x48ef(){const _0x37cf64=['exports','info','debug','66318bSvyYY','toUpperCase','trace','WARN','562131uqhuLW','winston-transport','274IUUhug','658830wyLQgw','50BeOYMF','ERROR','10811208SGKOoi','emit','7257065SCNrKN','TEST_LOG','DEBUG','4LsxPkJ','257064FABRyb','toISOString','INFO','warn','154UVOxeJ','toLowerCase','TRACE','pid','log','357SOLQvo','logToTestOps','bs:addLog:','join','8447ETPPLz'];a57_0x48ef=function(){return _0x37cf64;};return a57_0x48ef();}module[a57_0x1f4479(0x16b)]=logPatcher;
@@ -1 +1 @@
1
- function a58_0x48e6(_0x867f27,_0x1eeaf3){const _0x5a6b8a=a58_0x5a6b();return a58_0x48e6=function(_0x48e6fe,_0x2f80ba){_0x48e6fe=_0x48e6fe-0x83;let _0x337fb4=_0x5a6b8a[_0x48e6fe];return _0x337fb4;},a58_0x48e6(_0x867f27,_0x1eeaf3);}const a58_0x1d8840=a58_0x48e6;(function(_0xf073c,_0x458f37){const _0x54b469=a58_0x48e6,_0x2c0a09=_0xf073c();while(!![]){try{const _0x3b39e4=parseInt(_0x54b469(0x83))/0x1+-parseInt(_0x54b469(0x8a))/0x2*(-parseInt(_0x54b469(0x97))/0x3)+parseInt(_0x54b469(0x8c))/0x4+-parseInt(_0x54b469(0x9c))/0x5*(-parseInt(_0x54b469(0x98))/0x6)+-parseInt(_0x54b469(0x8f))/0x7+-parseInt(_0x54b469(0x85))/0x8*(parseInt(_0x54b469(0x96))/0x9)+-parseInt(_0x54b469(0xa7))/0xa*(parseInt(_0x54b469(0xa4))/0xb);if(_0x3b39e4===_0x458f37)break;else _0x2c0a09['push'](_0x2c0a09['shift']());}catch(_0x2653d6){_0x2c0a09['push'](_0x2c0a09['shift']());}}}(a58_0x5a6b,0x9c6d1));const Transport=require(a58_0x1d8840(0x99)),{consoleHolder}=require(a58_0x1d8840(0x84)),a58_0x56f0ee={};a58_0x56f0ee['INFO']='INFO',a58_0x56f0ee['ERROR']=a58_0x1d8840(0xa6),a58_0x56f0ee['DEBUG']=a58_0x1d8840(0xa2),a58_0x56f0ee[a58_0x1d8840(0x8d)]=a58_0x1d8840(0x8d),a58_0x56f0ee[a58_0x1d8840(0x91)]='WARN';const LOG_LEVELS=a58_0x56f0ee;function a58_0x5a6b(){const _0xa6e630=['3742920ZcwehE','TRACE','warn','5217555Egnpkj','pid','WARN','toLowerCase','INFO','TEST_LOG','logToTestOps','675qMFvpi','105075RIiRmk','3885276hdAqaK','winston-transport','toUpperCase','emit','5zVdDjC','info','upzgo','trace','level','error','DEBUG','bs:addLog:','11oieszw','object','ERROR','6691310SsxSeF','189716xNeSAZ','../../helpers/test-observability/constants','29672pzgMvk','MlKqU','pmyah','log','logged','32AgdNUP','toISOString'];a58_0x5a6b=function(){return _0xa6e630;};return a58_0x5a6b();}class logReportingAPI extends Transport{constructor(_0x1dc80c){super(_0x1dc80c);}[a58_0x1d8840(0x88)](_0x4d1baa,_0x187c27){const _0x37566e=a58_0x1d8840,_0x48c615={'Vbvwy':_0x37566e(0x89),'tCKXc':function(_0x5b19e4,_0x4b5812){return _0x5b19e4(_0x4b5812);},'upzgo':function(_0x46d903,_0x1219fc){return _0x46d903===_0x1219fc;},'BrdGu':_0x37566e(0xa5),'pmyah':function(_0x37381a){return _0x37381a();}};_0x48c615['tCKXc'](setImmediate,()=>{const _0x480834=_0x37566e;this[_0x480834(0x9b)](_0x48c615['Vbvwy'],_0x4d1baa);}),_0x48c615[_0x37566e(0x9e)](typeof _0x4d1baa,_0x48c615['BrdGu'])?this[_0x37566e(0x95)](_0x4d1baa[_0x37566e(0xa0)]||LOG_LEVELS[_0x37566e(0x93)],_0x4d1baa['message'],![]):this[_0x37566e(0x95)](LOG_LEVELS[_0x37566e(0x93)],_0x4d1baa),_0x187c27&&_0x48c615[_0x37566e(0x87)](_0x187c27);}[a58_0x1d8840(0x95)]=(_0x2b0ee4=LOG_LEVELS[a58_0x1d8840(0x93)],_0x1cafad='',_0x288adc=!![])=>{const _0x1e531f=a58_0x1d8840,_0x27b428={};_0x27b428[_0x1e531f(0x86)]=_0x1e531f(0x94);const _0x530c79=_0x27b428;_0x288adc&&consoleHolder[_0x2b0ee4[_0x1e531f(0x92)]()](_0x1cafad),process[_0x1e531f(0x9b)](_0x1e531f(0xa3)+process[_0x1e531f(0x90)],{'timestamp':new Date()[_0x1e531f(0x8b)](),'level':_0x2b0ee4[_0x1e531f(0x9a)](),'message':_0x1cafad,'kind':_0x530c79[_0x1e531f(0x86)],'http_response':{}});};[a58_0x1d8840(0x9f)]=(_0x4ad559,_0x50a459)=>{const _0xa1058c=a58_0x1d8840;this[_0xa1058c(0x95)](LOG_LEVELS[_0xa1058c(0x8d)],_0x4ad559);};['debug']=(_0x35f4a6,_0x1a6960)=>{const _0x3721ee=a58_0x1d8840;this[_0x3721ee(0x95)](LOG_LEVELS[_0x3721ee(0xa2)],_0x35f4a6);};[a58_0x1d8840(0x9d)]=(_0x161223,_0x4feeab)=>{const _0x42f50e=a58_0x1d8840;this[_0x42f50e(0x95)](LOG_LEVELS[_0x42f50e(0x93)],_0x161223);};[a58_0x1d8840(0x8e)]=(_0x22a31d,_0xce7528)=>{const _0x45db29=a58_0x1d8840;this[_0x45db29(0x95)](LOG_LEVELS[_0x45db29(0x91)],_0x22a31d);};[a58_0x1d8840(0xa1)]=(_0x2c5dba,_0x443706)=>{const _0x7de2c1=a58_0x1d8840;this['logToTestOps'](LOG_LEVELS[_0x7de2c1(0xa6)],_0x2c5dba);};};module['exports']=logReportingAPI;
1
+ const a58_0x574b36=a58_0x5107;(function(_0x520520,_0x1c38cf){const _0x263e93=a58_0x5107,_0x29115c=_0x520520();while(!![]){try{const _0x180609=-parseInt(_0x263e93(0x1f8))/0x1+-parseInt(_0x263e93(0x209))/0x2*(parseInt(_0x263e93(0x20a))/0x3)+-parseInt(_0x263e93(0x1fb))/0x4*(parseInt(_0x263e93(0x1f3))/0x5)+-parseInt(_0x263e93(0x207))/0x6*(-parseInt(_0x263e93(0x1fe))/0x7)+parseInt(_0x263e93(0x1f9))/0x8*(-parseInt(_0x263e93(0x1e9))/0x9)+parseInt(_0x263e93(0x20d))/0xa+-parseInt(_0x263e93(0x20f))/0xb*(-parseInt(_0x263e93(0x1ff))/0xc);if(_0x180609===_0x1c38cf)break;else _0x29115c['push'](_0x29115c['shift']());}catch(_0x48fb1a){_0x29115c['push'](_0x29115c['shift']());}}}(a58_0x41e8,0xa4f6b));const Transport=require(a58_0x574b36(0x201)),{consoleHolder}=require('../../helpers/test-observability/constants'),a58_0x4d49b2={};a58_0x4d49b2[a58_0x574b36(0x1f1)]='INFO',a58_0x4d49b2[a58_0x574b36(0x203)]='ERROR',a58_0x4d49b2[a58_0x574b36(0x1ed)]=a58_0x574b36(0x1ed),a58_0x4d49b2[a58_0x574b36(0x208)]=a58_0x574b36(0x208),a58_0x4d49b2[a58_0x574b36(0x202)]=a58_0x574b36(0x202);function a58_0x5107(_0x44ef73,_0xb0ba4e){const _0x41e8aa=a58_0x41e8();return a58_0x5107=function(_0x51079b,_0xd57799){_0x51079b=_0x51079b-0x1e9;let _0x5a932c=_0x41e8aa[_0x51079b];return _0x5a932c;},a58_0x5107(_0x44ef73,_0xb0ba4e);}function a58_0x41e8(){const _0x5066c8=['gLyic','737698lEwKHl','5279800tNYItM','VTMIh','8ztgLQl','warn','pid','1217279XLxBkW','12GawnkA','TEST_LOG','winston-transport','WARN','ERROR','oOrQc','zwQRQ','bs:addLog:','30pNoanQ','TRACE','622pyYFxM','8751Pvgchy','message','ahTbF','13121380jXeepf','exports','17953771HOedWi','18MITwGq','logToTestOps','object','INjVs','DEBUG','trace','debug','toUpperCase','INFO','emit','433145fwAqbK','logged','log','error'];a58_0x41e8=function(){return _0x5066c8;};return a58_0x41e8();}const LOG_LEVELS=a58_0x4d49b2;class logReportingAPI extends Transport{constructor(_0x45bb9d){super(_0x45bb9d);}[a58_0x574b36(0x1f5)](_0x3dca37,_0x433503){const _0x56d5e2=a58_0x574b36,_0x270080={'oOrQc':_0x56d5e2(0x1f4),'zwQRQ':function(_0x81f501,_0x28eb19){return _0x81f501(_0x28eb19);},'INjVs':function(_0x270214,_0x26e977){return _0x270214===_0x26e977;},'VTMIh':_0x56d5e2(0x1eb),'ahTbF':function(_0x331088){return _0x331088();}};_0x270080[_0x56d5e2(0x205)](setImmediate,()=>{const _0x320780=_0x56d5e2;this[_0x320780(0x1f2)](_0x270080[_0x320780(0x204)],_0x3dca37);}),_0x270080[_0x56d5e2(0x1ec)](typeof _0x3dca37,_0x270080[_0x56d5e2(0x1fa)])?this[_0x56d5e2(0x1ea)](_0x3dca37['level']||LOG_LEVELS[_0x56d5e2(0x1f1)],_0x3dca37[_0x56d5e2(0x20b)],![]):this[_0x56d5e2(0x1ea)](LOG_LEVELS[_0x56d5e2(0x1f1)],_0x3dca37),_0x433503&&_0x270080[_0x56d5e2(0x20c)](_0x433503);}[a58_0x574b36(0x1ea)]=(_0x4939ac=LOG_LEVELS[a58_0x574b36(0x1f1)],_0x2c4fd8='',_0x16cd88=!![])=>{const _0x4c4eb2=a58_0x574b36,_0x316fae={};_0x316fae[_0x4c4eb2(0x1f7)]=_0x4c4eb2(0x200);const _0x4701ec=_0x316fae;_0x16cd88&&consoleHolder[_0x4939ac['toLowerCase']()](_0x2c4fd8),process[_0x4c4eb2(0x1f2)](_0x4c4eb2(0x206)+process[_0x4c4eb2(0x1fd)],{'timestamp':new Date()['toISOString'](),'level':_0x4939ac[_0x4c4eb2(0x1f0)](),'message':_0x2c4fd8,'kind':_0x4701ec[_0x4c4eb2(0x1f7)],'http_response':{}});};[a58_0x574b36(0x1ee)]=(_0x2f0643,_0x4f1f36)=>{const _0x2d0449=a58_0x574b36;this[_0x2d0449(0x1ea)](LOG_LEVELS[_0x2d0449(0x208)],_0x2f0643);};[a58_0x574b36(0x1ef)]=(_0x5c6fe8,_0x5b3a33)=>{const _0x23df3d=a58_0x574b36;this[_0x23df3d(0x1ea)](LOG_LEVELS[_0x23df3d(0x1ed)],_0x5c6fe8);};['info']=(_0x376ef0,_0x470476)=>{const _0x3ebe23=a58_0x574b36;this['logToTestOps'](LOG_LEVELS[_0x3ebe23(0x1f1)],_0x376ef0);};[a58_0x574b36(0x1fc)]=(_0x365d40,_0x42eb69)=>{const _0x4638f6=a58_0x574b36;this[_0x4638f6(0x1ea)](LOG_LEVELS[_0x4638f6(0x202)],_0x365d40);};[a58_0x574b36(0x1f6)]=(_0x13979b,_0x194ed5)=>{const _0x2153f0=a58_0x574b36;this[_0x2153f0(0x1ea)](LOG_LEVELS[_0x2153f0(0x203)],_0x13979b);};};module[a58_0x574b36(0x20e)]=logReportingAPI;