browserstack-node-sdk 1.49.3 → 1.49.4

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_0x422ef7=a49_0x12c0;function a49_0x5599(){const _0x4adb1b=['parse','error','21928xBAAxo','SDKSetup','148630OupWKj','../helpers/utilities','kcEKi','nightwatch','nQSFO','Creating\x20configuration\x20file...','includes','YOUR_USERNAME','mocha','QdwOo','-browserstack','/browserstack.yml','../helpers/helper','EAquo','Adding\x20new\x20script(s)\x20in\x20package.json...','playwright','debug','key','readFileSync','fireFunnelTestEvent','/../../browserstack.pw.yml.sample','/package.json','winstonLogger','cwd','42DIPptN','Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20','QXPkx','100GPXTXd','info','JdcSP','44569TOkrub','45224234vMMwbk','6248072ApRMdb','cucumber-js','YOUR_ACCESS_KEY','splice','scripts','120CAZBAK','browserstack-node-sdk','writeFileSync','split','hgEbO','dJiLT','eGHzU','fRetn','NQxeT','node','Setup\x20completed','ZjmDu','../helpers/logger','FPHik','oOIBU','56tqnbuP','argv','postinstall','length','241395rRQIdl','stringify','aMvcl','\x20&&\x20npm\x20update\x20browserstack-node-sdk','jest','346374JNHnSm','yargs','node-setup','js-yaml','indexOf','CwqJO','GAkfg'];a49_0x5599=function(){return _0x4adb1b;};return a49_0x5599();}(function(_0x37759f,_0x157ade){const _0x2c21f7=a49_0x12c0,_0x2af2aa=_0x37759f();while(!![]){try{const _0x1f4941=parseInt(_0x2c21f7(0x18f))/0x1*(-parseInt(_0x2c21f7(0x15d))/0x2)+-parseInt(_0x2c21f7(0x161))/0x3+-parseInt(_0x2c21f7(0x191))/0x4+-parseInt(_0x2c21f7(0x171))/0x5*(parseInt(_0x2c21f7(0x196))/0x6)+parseInt(_0x2c21f7(0x189))/0x7*(-parseInt(_0x2c21f7(0x16f))/0x8)+parseInt(_0x2c21f7(0x166))/0x9*(parseInt(_0x2c21f7(0x18c))/0xa)+parseInt(_0x2c21f7(0x190))/0xb;if(_0x1f4941===_0x157ade)break;else _0x2af2aa['push'](_0x2af2aa['shift']());}catch(_0x1b0a43){_0x2af2aa['push'](_0x2af2aa['shift']());}}}(a49_0x5599,0xf2dd5));const fs=require('fs'),helper=require(a49_0x422ef7(0x17d)),utilities=require(a49_0x422ef7(0x172)),yaml=require(a49_0x422ef7(0x169)),yargs=require(a49_0x422ef7(0x167)),logger=require(a49_0x422ef7(0x15a))[a49_0x422ef7(0x187)],configFileTemplate=__dirname+'/../../browserstack.yml.sample',configFileTemplatePW=__dirname+a49_0x422ef7(0x185),configFile=process[a49_0x422ef7(0x188)]()+a49_0x422ef7(0x17c),packageFile=process[a49_0x422ef7(0x188)]()+a49_0x422ef7(0x186),frameworks=[a49_0x422ef7(0x179),a49_0x422ef7(0x165),a49_0x422ef7(0x192),a49_0x422ef7(0x157),a49_0x422ef7(0x174),'codeceptjs',a49_0x422ef7(0x180)];let config;logger[a49_0x422ef7(0x18d)](a49_0x422ef7(0x176)),createConfigurationFile(yargs[a49_0x422ef7(0x15e)]['username'],yargs[a49_0x422ef7(0x15e)][a49_0x422ef7(0x182)],yargs[a49_0x422ef7(0x15e)]['playwright']);try{sdkSetup();}catch(a49_0x4d8f03){logger[a49_0x422ef7(0x181)](a49_0x422ef7(0x18a)+a49_0x4d8f03);}function a49_0x12c0(_0x335050,_0x452e8b){const _0x559918=a49_0x5599();return a49_0x12c0=function(_0x12c076,_0x28f957){_0x12c076=_0x12c076-0x152;let _0x104fd3=_0x559918[_0x12c076];return _0x104fd3;},a49_0x12c0(_0x335050,_0x452e8b);}addScriptInPackageJson();function createConfigurationFile(_0x20bb80,_0x2b04ab,_0x13a575=![]){const _0x4ffcdf=a49_0x422ef7,_0x16236b={};_0x16236b[_0x4ffcdf(0x156)]='utf8',_0x16236b['kcEKi']=_0x4ffcdf(0x178),_0x16236b[_0x4ffcdf(0x16b)]=_0x4ffcdf(0x193);const _0x47114b=_0x16236b;try{let _0x3992a3=fs[_0x4ffcdf(0x183)](_0x13a575?configFileTemplatePW:configFileTemplate,_0x47114b['NQxeT']);_0x20bb80&&(_0x3992a3=_0x3992a3['replace'](_0x47114b[_0x4ffcdf(0x173)],_0x20bb80)),_0x2b04ab&&(_0x3992a3=_0x3992a3['replace'](_0x47114b[_0x4ffcdf(0x16b)],_0x2b04ab)),config=yaml['load'](_0x3992a3),fs['writeFileSync'](configFile,_0x3992a3,_0x471805=>{const _0x20d0c5=_0x4ffcdf;_0x471805&&logger[_0x20d0c5(0x16e)](_0x471805);});}catch(_0x46a0e2){logger[_0x4ffcdf(0x16e)](_0x46a0e2);}}function addPostInstallScript(_0x31932d,_0x17e4a1){const _0x2f9dae=a49_0x422ef7,_0x54bea2={};_0x54bea2[_0x2f9dae(0x18b)]=_0x2f9dae(0x15f),_0x54bea2['GAkfg']='npm\x20update\x20browserstack-node-sdk',_0x54bea2[_0x2f9dae(0x15b)]=_0x2f9dae(0x164);const _0x145831=_0x54bea2;let _0x5243b2=_0x31932d[_0x145831['QXPkx']];if(_0x5243b2&&_0x5243b2[_0x2f9dae(0x177)](_0x145831[_0x2f9dae(0x16c)]))return;!_0x5243b2?_0x5243b2=_0x145831[_0x2f9dae(0x16c)]:_0x5243b2+=_0x145831[_0x2f9dae(0x15b)],_0x17e4a1['push']([_0x145831['QXPkx'],_0x5243b2]);}function addScriptInPackageJson(){const _0x30aa78=a49_0x422ef7,_0x48b6c6={'hgEbO':'utf8','JdcSP':function(_0x445829,_0x3adbb3){return _0x445829<_0x3adbb3;},'dJiLT':function(_0x587887,_0x3c590d,_0x5944ca){return _0x587887(_0x3c590d,_0x5944ca);},'LFGcR':function(_0x9ad68a,_0x2c4172){return _0x9ad68a!==_0x2c4172;},'aMvcl':_0x30aa78(0x17f)},_0x385ae9=JSON[_0x30aa78(0x16d)](fs[_0x30aa78(0x183)](packageFile,_0x48b6c6[_0x30aa78(0x152)])),_0x4e6e15=[];for(let _0x59eeba=0x0;_0x48b6c6[_0x30aa78(0x18e)](_0x59eeba,frameworks[_0x30aa78(0x160)]);_0x59eeba+=0x1){const _0x44a52b=_0x48b6c6['dJiLT'](findScriptsWithFramework,_0x385ae9[_0x30aa78(0x195)],frameworks[_0x59eeba]);for(let _0xaa529b=0x0;_0x48b6c6[_0x30aa78(0x18e)](_0xaa529b,_0x44a52b[_0x30aa78(0x160)]);_0xaa529b+=0x1){_0x4e6e15['push'](_0x48b6c6[_0x30aa78(0x153)](getUpdatedCommand,_0x385ae9[_0x30aa78(0x195)],_0x44a52b[_0xaa529b]));}_0x48b6c6[_0x30aa78(0x153)](addPostInstallScript,_0x385ae9[_0x30aa78(0x195)],_0x4e6e15);}const _0x12f51e={..._0x385ae9[_0x30aa78(0x195)]},_0x59e68f=_0x12f51e;for(let _0x54fedf=0x0;_0x48b6c6[_0x30aa78(0x18e)](_0x54fedf,_0x4e6e15['length']);_0x54fedf+=0x1){_0x59e68f[_0x4e6e15[_0x54fedf][0x0]]=_0x4e6e15[_0x54fedf][0x1];}_0x48b6c6['LFGcR'](JSON[_0x30aa78(0x162)](_0x385ae9[_0x30aa78(0x195)]),JSON[_0x30aa78(0x162)](_0x59e68f))&&(logger['info'](_0x48b6c6[_0x30aa78(0x163)]),_0x385ae9['scripts']=_0x59e68f,fs[_0x30aa78(0x198)](packageFile,JSON[_0x30aa78(0x162)](_0x385ae9,null,0x2),_0x385d3b=>{const _0x2e4491=_0x30aa78;_0x385d3b&&logger[_0x2e4491(0x16e)](_0x385d3b);}));};function findScriptsWithFramework(_0x3cd98d,_0x13a0c7){const _0x32c0ec=a49_0x422ef7,_0xed4566={};_0xed4566[_0x32c0ec(0x154)]=function(_0x4d99f2,_0x484395){return _0x4d99f2<_0x484395;},_0xed4566['nQSFO']=_0x32c0ec(0x197);const _0x157b86=_0xed4566,_0x22d02b=[],_0x113ebc=Object['entries'](_0x3cd98d);for(let _0x5ab38d=0x0;_0x157b86[_0x32c0ec(0x154)](_0x5ab38d,_0x113ebc[_0x32c0ec(0x160)]);_0x5ab38d+=0x1){_0x113ebc[_0x5ab38d][0x1][_0x32c0ec(0x177)](_0x13a0c7)&&!_0x113ebc[_0x5ab38d][0x1][_0x32c0ec(0x177)](_0x157b86[_0x32c0ec(0x175)])&&_0x22d02b['push'](_0x113ebc[_0x5ab38d][0x0]);}return _0x22d02b;}function getUpdatedCommand(_0x3f0a8f,_0x120855){const _0xa44c77=a49_0x422ef7,_0x4a2982={};_0x4a2982[_0xa44c77(0x17a)]=function(_0x2cba21,_0x2bab8c){return _0x2cba21!==_0x2bab8c;},_0x4a2982[_0xa44c77(0x159)]='browserstack-node-sdk',_0x4a2982[_0xa44c77(0x17e)]=function(_0x2a8b0c,_0x1b593a){return _0x2a8b0c===_0x1b593a;};const _0x75d994=_0x4a2982,_0x300dd1=_0x120855+_0xa44c77(0x17b),_0x2df782=_0x3f0a8f[_0x120855],_0x620cc6=_0x2df782[_0xa44c77(0x199)]('\x20');for(const _0xe327e2 of frameworks){if(_0x75d994[_0xa44c77(0x17a)](_0x620cc6[_0xa44c77(0x16a)](_0xe327e2),-0x1)){_0x620cc6[_0xa44c77(0x194)](_0x620cc6['indexOf'](_0xe327e2),0x0,_0x75d994[_0xa44c77(0x159)]);break;}}let _0x1fd549=_0x620cc6['join']('\x20');return _0x75d994[_0xa44c77(0x17e)](_0x1fd549,_0x2df782)&&(_0x1fd549='browserstack-node-sdk\x20'+_0x2df782),[_0x300dd1,_0x1fd549];}function sdkSetup(){const _0x531f18=a49_0x422ef7,_0x166abf={};_0x166abf[_0x531f18(0x155)]=_0x531f18(0x168),_0x166abf[_0x531f18(0x15c)]=_0x531f18(0x170);const _0x5244b7=_0x166abf;if(helper['isUndefined'](config))return;config['source']=_0x5244b7[_0x531f18(0x155)];try{utilities[_0x531f18(0x184)](_0x5244b7[_0x531f18(0x15c)],{},config,'');}catch(_0x852810){logger[_0x531f18(0x181)](_0x531f18(0x18a)+_0x852810);}}logger[a49_0x422ef7(0x18d)](a49_0x422ef7(0x158));
3
+ const a49_0x26efdb=a49_0x438d;(function(_0x2c7fec,_0x3e5d1f){const _0x2f3c47=a49_0x438d,_0x4559ab=_0x2c7fec();while(!![]){try{const _0x13381c=-parseInt(_0x2f3c47(0x1b7))/0x1*(parseInt(_0x2f3c47(0x1ca))/0x2)+parseInt(_0x2f3c47(0x1e9))/0x3*(parseInt(_0x2f3c47(0x1ea))/0x4)+parseInt(_0x2f3c47(0x1e2))/0x5+-parseInt(_0x2f3c47(0x1df))/0x6+-parseInt(_0x2f3c47(0x1ee))/0x7*(parseInt(_0x2f3c47(0x1f0))/0x8)+-parseInt(_0x2f3c47(0x1d9))/0x9*(parseInt(_0x2f3c47(0x1f8))/0xa)+parseInt(_0x2f3c47(0x1c1))/0xb;if(_0x13381c===_0x3e5d1f)break;else _0x4559ab['push'](_0x4559ab['shift']());}catch(_0x47f9b9){_0x4559ab['push'](_0x4559ab['shift']());}}}(a49_0x5b64,0x9d6d3));function a49_0x438d(_0x2ab8c9,_0x1b92ce){const _0x5b644b=a49_0x5b64();return a49_0x438d=function(_0x438dc6,_0x327a36){_0x438dc6=_0x438dc6-0x1af;let _0x3e5779=_0x5b644b[_0x438dc6];return _0x3e5779;},a49_0x438d(_0x2ab8c9,_0x1b92ce);}function a49_0x5b64(){const _0x2d240b=['argv','xVSnq','Setup\x20completed','fireFunnelTestEvent','3351432dhMPWd','source','split','2873585RVUhgK','kaJfI','/browserstack.yml','load','utf8','jest','stringify','768faoegf','8068OatEJQ','js-yaml','replace','bCQek','130914bsClik','/../../browserstack.pw.yml.sample','128qBtUQE','username','Adding\x20new\x20script(s)\x20in\x20package.json...','cucumber-js','writeFileSync','tRStr','mocha','/package.json','10NgsoVP','../helpers/helper','playwright','length','push','MZyZq','winstonLogger','entries','npm\x20update\x20browserstack-node-sdk','1CSDCtR','ITuEa','ApZAM','vinrv','key','IkFfx','cwd','debug','-browserstack','JxOOE','8725387MYqWMG','yargs','mZDOh','parse','WMxhq','readFileSync','isUndefined','ItRrT','\x20&&\x20npm\x20update\x20browserstack-node-sdk','729932vFKVKK','../helpers/logger','info','LIZjG','join','includes','browserstack-node-sdk','node-setup','wvpyL','zIMfs','indexOf','nightwatch','scripts','YOUR_ACCESS_KEY','CKoEh','150273zqFgcD','error'];a49_0x5b64=function(){return _0x2d240b;};return a49_0x5b64();}const fs=require('fs'),helper=require(a49_0x26efdb(0x1af)),utilities=require('../helpers/utilities'),yaml=require(a49_0x26efdb(0x1eb)),yargs=require(a49_0x26efdb(0x1c2)),logger=require(a49_0x26efdb(0x1cb))[a49_0x26efdb(0x1b4)],configFileTemplate=__dirname+'/../../browserstack.yml.sample',configFileTemplatePW=__dirname+a49_0x26efdb(0x1ef),configFile=process[a49_0x26efdb(0x1bd)]()+a49_0x26efdb(0x1e4),packageFile=process[a49_0x26efdb(0x1bd)]()+a49_0x26efdb(0x1f7),frameworks=[a49_0x26efdb(0x1f6),a49_0x26efdb(0x1e7),a49_0x26efdb(0x1f3),'node',a49_0x26efdb(0x1d5),'codeceptjs',a49_0x26efdb(0x1b0)];let config;logger[a49_0x26efdb(0x1cc)]('Creating\x20configuration\x20file...'),createConfigurationFile(yargs[a49_0x26efdb(0x1db)][a49_0x26efdb(0x1f1)],yargs['argv'][a49_0x26efdb(0x1bb)],yargs['argv'][a49_0x26efdb(0x1b0)]);try{sdkSetup();}catch(a49_0x126076){logger[a49_0x26efdb(0x1be)]('Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20'+a49_0x126076);}addScriptInPackageJson();function createConfigurationFile(_0xaabcce,_0x2bd3c9,_0x588db3=![]){const _0x1786b2=a49_0x26efdb,_0xdbbad={};_0xdbbad[_0x1786b2(0x1cd)]=_0x1786b2(0x1e6),_0xdbbad[_0x1786b2(0x1c3)]='YOUR_USERNAME',_0xdbbad[_0x1786b2(0x1d2)]=_0x1786b2(0x1d7);const _0x100436=_0xdbbad;try{let _0xfe47a2=fs[_0x1786b2(0x1c6)](_0x588db3?configFileTemplatePW:configFileTemplate,_0x100436[_0x1786b2(0x1cd)]);_0xaabcce&&(_0xfe47a2=_0xfe47a2[_0x1786b2(0x1ec)](_0x100436[_0x1786b2(0x1c3)],_0xaabcce)),_0x2bd3c9&&(_0xfe47a2=_0xfe47a2[_0x1786b2(0x1ec)](_0x100436['wvpyL'],_0x2bd3c9)),config=yaml[_0x1786b2(0x1e5)](_0xfe47a2),fs['writeFileSync'](configFile,_0xfe47a2,_0x4f0b0b=>{const _0x1fda62=_0x1786b2;_0x4f0b0b&&logger[_0x1fda62(0x1da)](_0x4f0b0b);});}catch(_0x4d1749){logger[_0x1786b2(0x1da)](_0x4d1749);}}function addPostInstallScript(_0x157b10,_0x60aae0){const _0x50fe7=a49_0x26efdb,_0x1bf560={};_0x1bf560[_0x50fe7(0x1b8)]='postinstall',_0x1bf560[_0x50fe7(0x1ed)]=_0x50fe7(0x1b6),_0x1bf560[_0x50fe7(0x1d8)]=_0x50fe7(0x1c9);const _0x51389d=_0x1bf560;let _0x3fba14=_0x157b10[_0x51389d[_0x50fe7(0x1b8)]];if(_0x3fba14&&_0x3fba14[_0x50fe7(0x1cf)](_0x51389d[_0x50fe7(0x1ed)]))return;!_0x3fba14?_0x3fba14=_0x51389d[_0x50fe7(0x1ed)]:_0x3fba14+=_0x51389d['CKoEh'],_0x60aae0['push']([_0x51389d['ITuEa'],_0x3fba14]);}function addScriptInPackageJson(){const _0x2e731f=a49_0x26efdb,_0x4b1fef={'tRStr':_0x2e731f(0x1e6),'MZyZq':function(_0x12d389,_0xed5314){return _0x12d389<_0xed5314;},'ApZAM':function(_0x535148,_0x369a2f,_0x45af1b){return _0x535148(_0x369a2f,_0x45af1b);},'xPnmn':function(_0x2722ab,_0x35aeb6,_0xca71b7){return _0x2722ab(_0x35aeb6,_0xca71b7);},'xVSnq':function(_0x408301,_0x524894){return _0x408301<_0x524894;},'ufxQw':function(_0x543c67,_0x177f37){return _0x543c67!==_0x177f37;},'IkFfx':_0x2e731f(0x1f2)},_0x79c2a6=JSON[_0x2e731f(0x1c4)](fs['readFileSync'](packageFile,_0x4b1fef[_0x2e731f(0x1f5)])),_0x28cdb2=[];for(let _0x4d0661=0x0;_0x4b1fef[_0x2e731f(0x1b3)](_0x4d0661,frameworks['length']);_0x4d0661+=0x1){const _0x44def2=_0x4b1fef[_0x2e731f(0x1b9)](findScriptsWithFramework,_0x79c2a6[_0x2e731f(0x1d6)],frameworks[_0x4d0661]);for(let _0x42917a=0x0;_0x4b1fef[_0x2e731f(0x1b3)](_0x42917a,_0x44def2[_0x2e731f(0x1b1)]);_0x42917a+=0x1){_0x28cdb2[_0x2e731f(0x1b2)](_0x4b1fef['xPnmn'](getUpdatedCommand,_0x79c2a6['scripts'],_0x44def2[_0x42917a]));}_0x4b1fef[_0x2e731f(0x1b9)](addPostInstallScript,_0x79c2a6[_0x2e731f(0x1d6)],_0x28cdb2);}const _0x207cf4={..._0x79c2a6[_0x2e731f(0x1d6)]},_0x500f6e=_0x207cf4;for(let _0x23fe24=0x0;_0x4b1fef[_0x2e731f(0x1dc)](_0x23fe24,_0x28cdb2[_0x2e731f(0x1b1)]);_0x23fe24+=0x1){_0x500f6e[_0x28cdb2[_0x23fe24][0x0]]=_0x28cdb2[_0x23fe24][0x1];}_0x4b1fef['ufxQw'](JSON[_0x2e731f(0x1e8)](_0x79c2a6['scripts']),JSON[_0x2e731f(0x1e8)](_0x500f6e))&&(logger[_0x2e731f(0x1cc)](_0x4b1fef[_0x2e731f(0x1bc)]),_0x79c2a6[_0x2e731f(0x1d6)]=_0x500f6e,fs[_0x2e731f(0x1f4)](packageFile,JSON[_0x2e731f(0x1e8)](_0x79c2a6,null,0x2),_0x444f51=>{const _0x53e66d=_0x2e731f;_0x444f51&&logger[_0x53e66d(0x1da)](_0x444f51);}));};function findScriptsWithFramework(_0x137b4f,_0x56fa95){const _0x4f683d=a49_0x26efdb,_0x39c1a8={};_0x39c1a8[_0x4f683d(0x1c0)]=function(_0x4a8dd7,_0x238e83){return _0x4a8dd7<_0x238e83;},_0x39c1a8[_0x4f683d(0x1d3)]='browserstack-node-sdk';const _0x569448=_0x39c1a8,_0x50c84e=[],_0x419f98=Object[_0x4f683d(0x1b5)](_0x137b4f);for(let _0x459a9e=0x0;_0x569448[_0x4f683d(0x1c0)](_0x459a9e,_0x419f98[_0x4f683d(0x1b1)]);_0x459a9e+=0x1){_0x419f98[_0x459a9e][0x1]['includes'](_0x56fa95)&&!_0x419f98[_0x459a9e][0x1][_0x4f683d(0x1cf)](_0x569448['zIMfs'])&&_0x50c84e[_0x4f683d(0x1b2)](_0x419f98[_0x459a9e][0x0]);}return _0x50c84e;}function getUpdatedCommand(_0x17a61a,_0x5ae2df){const _0x24d6c7=a49_0x26efdb,_0x48c787={};_0x48c787[_0x24d6c7(0x1c8)]=function(_0x227dc0,_0x447e2b){return _0x227dc0!==_0x447e2b;},_0x48c787[_0x24d6c7(0x1ba)]=_0x24d6c7(0x1d0),_0x48c787[_0x24d6c7(0x1e3)]=function(_0x52475b,_0x5243e4){return _0x52475b===_0x5243e4;};const _0x43c461=_0x48c787,_0x2cbe8d=_0x5ae2df+_0x24d6c7(0x1bf),_0x5449e8=_0x17a61a[_0x5ae2df],_0xc9089a=_0x5449e8[_0x24d6c7(0x1e1)]('\x20');for(const _0xf576e1 of frameworks){if(_0x43c461[_0x24d6c7(0x1c8)](_0xc9089a['indexOf'](_0xf576e1),-0x1)){_0xc9089a['splice'](_0xc9089a[_0x24d6c7(0x1d4)](_0xf576e1),0x0,_0x43c461['vinrv']);break;}}let _0x15c0e8=_0xc9089a[_0x24d6c7(0x1ce)]('\x20');return _0x43c461[_0x24d6c7(0x1e3)](_0x15c0e8,_0x5449e8)&&(_0x15c0e8='browserstack-node-sdk\x20'+_0x5449e8),[_0x2cbe8d,_0x15c0e8];}function sdkSetup(){const _0x41d975=a49_0x26efdb,_0x34fabd={};_0x34fabd['XYxit']=_0x41d975(0x1d1),_0x34fabd[_0x41d975(0x1c5)]='SDKSetup';const _0x3ac706=_0x34fabd;if(helper[_0x41d975(0x1c7)](config))return;config[_0x41d975(0x1e0)]=_0x3ac706['XYxit'];try{utilities[_0x41d975(0x1de)](_0x3ac706[_0x41d975(0x1c5)],{},config,'');}catch(_0xb1f068){logger[_0x41d975(0x1be)]('Error\x20in\x20Fire\x20SDKSetup.\x20Stacktrace:\x20'+_0xb1f068);}}logger[a49_0x26efdb(0x1cc)](a49_0x26efdb(0x1dd));
@@ -1 +1 @@
1
- function a50_0x426a(_0x3c7956,_0x281513){const _0x33a92c=a50_0x33a9();return a50_0x426a=function(_0x426ad9,_0x1a7568){_0x426ad9=_0x426ad9-0x175;let _0x267833=_0x33a92c[_0x426ad9];return _0x267833;},a50_0x426a(_0x3c7956,_0x281513);}const a50_0x4599ca=a50_0x426a;function a50_0x33a9(){const _0x57f4a5=['then','platforms','NEDEr','sDkPM','xBqsy','faUFo','worker_threads','test-file-success','CTRUz','Workers\x20failed\x20to\x20exit\x20gracefully','GOsOf','emit','4239580iEfsPR','results','SpiHb','platform-run-failure','send','push','info','platform','oWuBc','vanillaWorker','pipe','../../helpers/test-observability/utils','Worker','IWiOj','Exception\x20in\x20adding\x20custom\x20message\x20channel\x20','config','658068wuFMDm','failureCount','stdout','end','log','waitForExit','error','1171821ipNMna','postMessage','../../helpers/testhub/testhubHandler','iSLIT','FToKS','map','Pkhwh','stop','SrMnu','format','../../helpers/performance/performance-tester','caWlb','RYCvi','oFXkb','hlVbt','getStderr','5194650xuyUhi','hbGgl','Uwvlv','mDxYo','IboWJ','configuration','getStdout','mFwbw','TQAfb','Exception\x20in\x20sending\x20worker\x20message\x20','skFRl','11624824onREhE','exit','VyOIW','jest-worker','util','file','emittery','all','length','stderr','GLxKH','yPgUf','platform-run-start','_child','json','worker','SWjJm','./testWorker.js','p-limit','platformCaps','jVGNh','getWorkers','5oUsjEA','KQyKI','debug','jPYHN','../../helpers/performance/constants','test-file-failure','LttZK','parallelTestRun','TPasq','66298JLPrFw','2624805mlZnWE','winstonLogger','platform-run-success','exitCode','cucumberWorker','xsGnr','XJDle','resolve','FdsTc'];a50_0x33a9=function(){return _0x57f4a5;};return a50_0x33a9();}(function(_0x4a7506,_0x434ef0){const _0x390a06=a50_0x426a,_0x43283d=_0x4a7506();while(!![]){try{const _0x558320=-parseInt(_0x390a06(0x1bf))/0x1+-parseInt(_0x390a06(0x17e))/0x2+-parseInt(_0x390a06(0x1c0))/0x3+parseInt(_0x390a06(0x1d5))/0x4+-parseInt(_0x390a06(0x1b6))/0x5*(parseInt(_0x390a06(0x195))/0x6)+parseInt(_0x390a06(0x185))/0x7+parseInt(_0x390a06(0x1a0))/0x8;if(_0x558320===_0x434ef0)break;else _0x43283d['push'](_0x43283d['shift']());}catch(_0x401aff){_0x43283d['push'](_0x43283d['shift']());}}}(a50_0x33a9,0x84e67));const Worker=require(a50_0x4599ca(0x1a3))[a50_0x4599ca(0x17a)],Emittery=require(a50_0x4599ca(0x1a6)),pLimit=require(a50_0x4599ca(0x1b2)),{parentPort}=require(a50_0x4599ca(0x1cf)),util=require(a50_0x4599ca(0x1a4)),logger=require('../../helpers/logger')[a50_0x4599ca(0x1c1)],PerformanceTester=require(a50_0x4599ca(0x18f)),PerformanceEvents=require(a50_0x4599ca(0x1ba))['EVENTS'],{debug}=require(a50_0x4599ca(0x179)),TestHubHandler=require(a50_0x4599ca(0x187));exports[a50_0x4599ca(0x1bd)]=(_0x3c7263,_0x4a0c46,_0x15f820)=>new Promise(async _0x4dc6cf=>{const _0x5777b8=a50_0x4599ca,_0x2a025c={'SpiHb':_0x5777b8(0x17f),'VyOIW':function(_0x5bf793,_0x1bc5dd){return _0x5bf793+_0x1bc5dd;},'oWuBc':_0x5777b8(0x1d6),'hbGgl':_0x5777b8(0x1d2),'GLxKH':function(_0x2b2dbb,_0x3a54a8){return _0x2b2dbb(_0x3a54a8);},'CeFkW':'test-file-start','FdsTc':'./testWorker.js','xsGnr':_0x5777b8(0x1af),'CTRUz':_0x5777b8(0x1ae),'IWiOj':_0x5777b8(0x178),'caWlb':function(_0x334f70,_0x43966d){return _0x334f70*_0x43966d;},'hlVbt':_0x5777b8(0x1d0),'jrQBc':_0x5777b8(0x1bb),'XJDle':function(_0x40b773,_0x32e7c9){return _0x40b773(_0x32e7c9);}},_0x2fdc15=_0x15f820[_0x5777b8(0x17d)],_0x2c9618={},_0x2d5a5a=new Worker(require[_0x5777b8(0x1c7)](_0x2a025c[_0x5777b8(0x1c8)]),{'exposedMethods':[_0x2a025c[_0x5777b8(0x1c5)]],'forkOptions':{'serialization':_0x2a025c[_0x5777b8(0x1d1)],'stdio':_0x2a025c[_0x5777b8(0x17b)]},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x2a025c[_0x5777b8(0x190)](_0x4a0c46,0x1),'enableWorkerThreads':!![]}),_0x30e2c4=new Emittery();_0x30e2c4['on'](_0x2a025c[_0x5777b8(0x193)],_0x457484=>{const _0xa38830=_0x5777b8;_0x2c9618[_0x457484[0x0]]?(_0x2c9618[_0x457484[0x0]][_0x2a025c[_0xa38830(0x1d7)]]=_0x2a025c[_0xa38830(0x1a2)](_0x2c9618[_0x457484[0x0]][_0x2a025c['SpiHb']],_0x457484[0x1][_0x2a025c['SpiHb']]),_0x2c9618[_0x457484[0x0]][_0x2a025c[_0xa38830(0x176)]]=[..._0x2c9618[_0x457484[0x0]][_0x2a025c['oWuBc']],..._0x457484[0x1][_0x2a025c[_0xa38830(0x176)]]]):_0x2c9618[_0x457484[0x0]]={'failureCount':_0x457484[0x1][_0x2a025c[_0xa38830(0x1d7)]],'results':[..._0x457484[0x1][_0x2a025c['oWuBc']]]};}),_0x30e2c4['on'](_0x2a025c['jrQBc'],_0x385511=>console[_0x5777b8(0x182)](_0x385511[0x1]));_0x2d5a5a[_0x5777b8(0x19b)]()&&_0x2d5a5a[_0x5777b8(0x19b)]()[_0x5777b8(0x178)](process[_0x5777b8(0x180)]);_0x2d5a5a[_0x5777b8(0x194)]()&&_0x2d5a5a[_0x5777b8(0x194)]()[_0x5777b8(0x178)](process[_0x5777b8(0x1a9)]);const _0x36965a=async()=>{const _0x147e58=_0x5777b8,{forceExited:_0x274a09}=await _0x2d5a5a[_0x147e58(0x181)]();_0x274a09&&console['error'](_0x2a025c[_0x147e58(0x196)]);try{await TestHubHandler[_0x147e58(0x18c)]();}catch(_0x5e4422){_0x2a025c[_0x147e58(0x1aa)](debug,'Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20'+_0x5e4422);}_0x2a025c['GLxKH'](_0x4dc6cf,_0x2c9618);},_0x5d5ca0=_0x2a025c[_0x5777b8(0x1c6)](pLimit,_0x2a025c[_0x5777b8(0x190)](_0x4a0c46,0x1)),_0x351e68=_0x47a97f=>_0x5d5ca0(async()=>{const _0x2eded0=_0x5777b8;await _0x30e2c4[_0x2eded0(0x1d4)](_0x2a025c['CeFkW'],_0x47a97f);const _0x111906=_0x2d5a5a[_0x2eded0(0x1af)](_0x47a97f,_0x2fdc15);try{parentPort&&_0x111906['UNSTABLE_onCustomMessage'](_0x19d638=>{const _0x1bd379=_0x2eded0;try{parentPort[_0x1bd379(0x186)](_0x19d638);}catch(_0x747054){logger[_0x1bd379(0x1b8)](_0x1bd379(0x19e)+util[_0x1bd379(0x18e)](_0x747054));}});}catch(_0xa1eb85){logger['debug'](_0x2eded0(0x17c)+util[_0x2eded0(0x18e)](_0xa1eb85));}return _0x111906;});PerformanceTester[_0x5777b8(0x181)](PerformanceEvents['SDK_SETUP']),Promise[_0x5777b8(0x1a7)](_0x3c7263[_0x5777b8(0x18a)](_0x52ae47=>_0x351e68(_0x52ae47)['then'](_0x56e881=>_0x30e2c4[_0x5777b8(0x1d4)](_0x5777b8(0x1d0),[_0x52ae47[_0x5777b8(0x19a)][_0x5777b8(0x175)],_0x56e881]),_0x425736=>_0x30e2c4[_0x5777b8(0x1d4)](_0x5777b8(0x1bb),[_0x52ae47,_0x425736]))))[_0x5777b8(0x1c9)](_0x36965a,_0x36965a);}),exports['parallelCucumberRun']=(_0x21c064,_0x3e9365,_0x34e568,_0x3825be,_0x260e51)=>{const _0x443290=a50_0x4599ca,_0x493e65={'skFRl':'Workers\x20failed\x20to\x20exit\x20gracefully','TPasq':function(_0x57aabd,_0x51a131){return _0x57aabd(_0x51a131);},'TQAfb':_0x443290(0x1ac),'yPgUf':'./testWorker.js','sDkPM':_0x443290(0x1c4),'GOsOf':_0x443290(0x1ae),'jVGNh':_0x443290(0x178),'jPYHN':_0x443290(0x1c2),'SrMnu':'platform-run-failure','faUFo':function(_0x44c79b,_0x3331eb){return _0x44c79b(_0x3331eb);}};return new Promise(_0xad42e7=>{const _0x480110=_0x443290,_0x3491da={'aSAhB':_0x493e65[_0x480110(0x19f)],'DKjEI':function(_0x295b2b,_0x56925b){const _0x3d065e=_0x480110;return _0x493e65[_0x3d065e(0x1be)](_0x295b2b,_0x56925b);},'oFXkb':_0x493e65[_0x480110(0x19d)]},_0x5a531a=[],_0x10f400=new Worker(require[_0x480110(0x1c7)](_0x493e65[_0x480110(0x1ab)]),{'exposedMethods':[_0x493e65[_0x480110(0x1cc)]],'forkOptions':{'serialization':_0x493e65[_0x480110(0x1d3)],'stdio':_0x493e65[_0x480110(0x1b4)]},'numWorkers':_0x21c064[_0x480110(0x1a8)]||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x3656fc=new Emittery();_0x3656fc['on'](_0x493e65[_0x480110(0x1b9)],_0x15c917=>{const _0x1caef0=_0x480110;_0x5a531a[_0x1caef0(0x1da)]([_0x15c917[0x0],_0x15c917[0x1]]);}),_0x3656fc['on'](_0x493e65[_0x480110(0x18d)],_0x3abeda=>console[_0x480110(0x182)](_0x3abeda[0x1]));_0x10f400[_0x480110(0x19b)]()&&_0x10f400['getStdout']()[_0x480110(0x178)](process[_0x480110(0x180)]);_0x10f400[_0x480110(0x194)]()&&_0x10f400[_0x480110(0x194)]()[_0x480110(0x178)](process[_0x480110(0x1a9)]);const _0x5ff23a=async()=>{const _0xa357cd=_0x480110,{forceExited:_0x3ac24c}=await _0x10f400[_0xa357cd(0x181)]();_0x3ac24c&&console[_0xa357cd(0x184)](_0x3491da['aSAhB']),_0x3491da['DKjEI'](_0xad42e7,_0x5a531a);},_0xf6f049=_0x493e65[_0x480110(0x1ce)](pLimit,_0x21c064[_0x480110(0x1a8)]||0x1),_0x3cfc7c=(_0x257458,_0x18385b)=>_0xf6f049(async()=>{const _0x3abad5=_0x480110;return await _0x3656fc[_0x3abad5(0x1d4)](_0x3491da[_0x3abad5(0x192)],_0x257458),_0x3e9365[_0x3abad5(0x1b3)]=_0x34e568[_0x3abad5(0x1ca)][_0x18385b],_0x10f400[_0x3abad5(0x1c4)](_0x257458,_0x3e9365,_0x34e568,_0x3825be,_0x260e51);});Promise[_0x480110(0x1a7)](_0x21c064['map']((_0x198103,_0x48a681)=>_0x3cfc7c(_0x198103,_0x48a681)[_0x480110(0x1c9)](_0x40e282=>_0x3656fc['emit']('platform-run-success',[_0x198103,_0x40e282]),_0x54e954=>_0x3656fc['emit'](_0x480110(0x1d8),[_0x198103,_0x54e954]))))[_0x480110(0x1c9)](_0x5ff23a,_0x5ff23a);});},exports['parallelVanillaRun']=(_0x4e1da8,_0x1b3574)=>new Promise(_0x22e008=>{const _0x61ce71=a50_0x4599ca,_0x2d502d={'Mrctk':function(_0xcfd6ed,_0x38312f){return _0xcfd6ed===_0x38312f;},'mFwbw':function(_0x19d66f,_0x1437d1){return _0x19d66f!==_0x1437d1;},'xBqsy':_0x61ce71(0x1a1),'RYCvi':'Workers\x20failed\x20to\x20exit\x20gracefully','Pkhwh':function(_0x463129,_0x57dc42){return _0x463129(_0x57dc42);},'FToKS':_0x61ce71(0x1b1),'IboWJ':_0x61ce71(0x177),'tFPEd':_0x61ce71(0x1ae),'mDxYo':_0x61ce71(0x178),'nEhim':'test-file-success','BYukX':'test-file-failure','iSLIT':function(_0x17ed60,_0x2a191d){return _0x17ed60(_0x2a191d);}},_0x50d865={},_0x57a010=new Worker(require['resolve'](_0x2d502d[_0x61ce71(0x189)]),{'exposedMethods':[_0x2d502d[_0x61ce71(0x199)]],'forkOptions':{'serialization':_0x2d502d['tFPEd'],'stdio':_0x2d502d[_0x61ce71(0x198)]},'numWorkers':_0x1b3574,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x941e2c=new Emittery();_0x941e2c['on'](_0x2d502d['nEhim'],_0x15c098=>{const _0x224f5e=_0x61ce71;_0x15c098[0x0]&&logger[_0x224f5e(0x1db)]('Running\x20'+_0x15c098[0x1]+'\x20for',_0x15c098[0x0]);}),_0x941e2c['on'](_0x2d502d['BYukX'],_0x3d83c6=>{const _0x4778f7=_0x61ce71;process[_0x4778f7(0x1c3)]=0x1;});_0x57a010[_0x61ce71(0x19b)]()&&_0x57a010[_0x61ce71(0x19b)]()['pipe'](process['stdout']);_0x57a010[_0x61ce71(0x194)]()&&_0x57a010[_0x61ce71(0x194)]()[_0x61ce71(0x178)](process['stderr']);const _0x2e9e0d=async()=>{const _0x18e305=_0x61ce71,_0x1242d6={'NEDEr':function(_0x1af9a5,_0x57ff65){return _0x2d502d['Mrctk'](_0x1af9a5,_0x57ff65);},'LttZK':function(_0x49345c,_0x30703b){const _0x44293c=a50_0x426a;return _0x2d502d[_0x44293c(0x19c)](_0x49345c,_0x30703b);},'KQyKI':_0x2d502d[_0x18e305(0x1cd)]};let _0x25eca0=0x0;const _0x35ef76=_0x57a010['_workerPool'][_0x18e305(0x1b5)](),_0xda15d0=()=>{},_0x37483a=_0x35ef76[_0x18e305(0x18a)](async _0x40ef42=>{const _0x475dfa=_0x18e305,_0x57ebb5={'Uwvlv':function(_0x12d7fb,_0x2cf8b8){const _0x20bb8f=a50_0x426a;return _0x1242d6[_0x20bb8f(0x1cb)](_0x12d7fb,_0x2cf8b8);},'SWjJm':function(_0x683bca,_0x11aa9c){const _0x1655dd=a50_0x426a;return _0x1242d6[_0x1655dd(0x1bc)](_0x683bca,_0x11aa9c);}};_0x40ef42[_0x475dfa(0x1d9)]([0x2,![]],_0xda15d0,_0xda15d0,_0xda15d0),_0x40ef42[_0x475dfa(0x1ad)]['on'](_0x1242d6[_0x475dfa(0x1b7)],_0x5baa22=>{const _0x322b1e=_0x475dfa;_0x57ebb5[_0x322b1e(0x197)](_0x25eca0,0x0)&&_0x57ebb5[_0x322b1e(0x1b0)](_0x5baa22,0x0)&&(_0x25eca0=_0x5baa22);}),await _0x40ef42[_0x475dfa(0x183)]();});await Promise[_0x18e305(0x1a7)](_0x37483a),process[_0x18e305(0x1c3)]=_0x25eca0;const {forceExited:_0x21ef27}=await _0x57a010['end']();_0x21ef27&&console[_0x18e305(0x184)](_0x2d502d[_0x18e305(0x191)]),_0x2d502d[_0x18e305(0x18b)](_0x22e008,_0x50d865);},_0x3c9449=_0x2d502d[_0x61ce71(0x188)](pLimit,_0x1b3574),_0x1ebd92=_0x2e7673=>_0x3c9449(async()=>{const _0x22eb12=_0x61ce71;return _0x57a010[_0x22eb12(0x177)](_0x2e7673);});Promise['all'](_0x4e1da8[_0x61ce71(0x18a)](_0x33222c=>_0x1ebd92(_0x33222c)[_0x61ce71(0x1c9)](_0x711df0=>_0x941e2c[_0x61ce71(0x1d4)]('test-file-success',[_0x33222c[_0x61ce71(0x19a)]['platform'],_0x33222c['configuration'][_0x61ce71(0x1a5)]]),_0x10c3a5=>_0x941e2c[_0x61ce71(0x1d4)](_0x61ce71(0x1bb),[_0x33222c,_0x10c3a5]))))[_0x61ce71(0x1c9)](_0x2e9e0d,_0x2e9e0d);});
1
+ function a50_0x45ec(){const _0x620fd4=['xkrJR','then','platforms','KqReS','\x20for','IFVvd','debug','UNSTABLE_onCustomMessage','EVhlg','jozSf','config','Exception\x20in\x20adding\x20custom\x20message\x20channel\x20','hmcIa','KxdFd','../../helpers/test-observability/utils','stop','IbJbt','platform','../../helpers/performance/performance-tester','cucumberWorker','OOsCT','YYvff','Exception\x20in\x20stop\x20build\x20request\x20to\x20Testhub\x20:\x20','RBtXz','_child','BDznF','FoYnc','kEVoU','../../helpers/logger','worker_threads','208ffuaws','../../helpers/testhub/testhubHandler','info','getStdout','parallelCucumberRun','30kweCaT','7194750FkQCrP','cGzVm','all','format','parallelVanillaRun','Workers\x20failed\x20to\x20exit\x20gracefully','Worker','emittery','UsahM','test-file-success','getWorkers','YWfuC','file','../../helpers/performance/constants','send','116525iJblAU','EVENTS','qWlJx','959608tTOppS','map','yZpbU','pipe','130254WAXoxT','test-file-start','stdout','error','SDK_SETUP','platform-run-failure','YHvuE','getStderr','push','p-limit','results','dNoXH','platform-run-success','postMessage','dYWcD','winstonLogger','Vunlb','NfdtF','emit','Running\x20','end','resolve','DeOqe','json','./testWorker.js','length','ffDfW','YghrQ','6461980LgGmQy','configuration','log','KxpKW','exitCode','Exception\x20in\x20sending\x20worker\x20message\x20','519522VrUTvS','3084435LBmSNE','stderr','XONMa','jest-worker','ASZmG','test-file-failure','platform-run-start','22bPngfL','util','vanillaWorker'];a50_0x45ec=function(){return _0x620fd4;};return a50_0x45ec();}const a50_0x1cd8c0=a50_0x4eac;(function(_0x557b00,_0x464473){const _0xe01659=a50_0x4eac,_0x249652=_0x557b00();while(!![]){try{const _0x4cc0ef=parseInt(_0xe01659(0x179))/0x1+-parseInt(_0xe01659(0x181))/0x2*(-parseInt(_0xe01659(0x157))/0x3)+-parseInt(_0xe01659(0x1a2))/0x4*(parseInt(_0xe01659(0x1b7))/0x5)+-parseInt(_0xe01659(0x1a8))/0x6+parseInt(_0xe01659(0x173))/0x7+parseInt(_0xe01659(0x1ba))/0x8+-parseInt(_0xe01659(0x17a))/0x9*(-parseInt(_0xe01659(0x1a7))/0xa);if(_0x4cc0ef===_0x464473)break;else _0x249652['push'](_0x249652['shift']());}catch(_0x2c86cd){_0x249652['push'](_0x249652['shift']());}}}(a50_0x45ec,0xa07db));function a50_0x4eac(_0x534586,_0x13cde9){const _0x45ec8c=a50_0x45ec();return a50_0x4eac=function(_0x4eac4a,_0x54a3e7){_0x4eac4a=_0x4eac4a-0x157;let _0xffbf59=_0x45ec8c[_0x4eac4a];return _0xffbf59;},a50_0x4eac(_0x534586,_0x13cde9);}const Worker=require(a50_0x1cd8c0(0x17d))[a50_0x1cd8c0(0x1ae)],Emittery=require(a50_0x1cd8c0(0x1af)),pLimit=require(a50_0x1cd8c0(0x160)),{parentPort}=require(a50_0x1cd8c0(0x1a1)),util=require(a50_0x1cd8c0(0x182)),logger=require(a50_0x1cd8c0(0x1a0))[a50_0x1cd8c0(0x166)],PerformanceTester=require(a50_0x1cd8c0(0x196)),PerformanceEvents=require(a50_0x1cd8c0(0x1b5))[a50_0x1cd8c0(0x1b8)],{debug}=require(a50_0x1cd8c0(0x192)),TestHubHandler=require(a50_0x1cd8c0(0x1a3));exports['parallelTestRun']=(_0x39dda1,_0x3bdd1b,_0x1e2a5c)=>new Promise(async _0x42baac=>{const _0xc06995=a50_0x1cd8c0,_0x452d39={'BDznF':'failureCount','FoYnc':function(_0x1f2fcf,_0x5c8903){return _0x1f2fcf+_0x5c8903;},'cGzVm':_0xc06995(0x161),'qWlJx':'Workers\x20failed\x20to\x20exit\x20gracefully','IbJbt':function(_0x1da98d,_0x3f9b05){return _0x1da98d(_0x3f9b05);},'YWfuC':_0xc06995(0x158),'hmcIa':'./testWorker.js','yZpbU':'worker','NjkFd':_0xc06995(0x16e),'rNisj':_0xc06995(0x1bd),'DeOqe':function(_0x5533a0,_0x1dd0e2){return _0x5533a0*_0x1dd0e2;},'KxdFd':'test-file-success','YYvff':_0xc06995(0x17f)},_0x5c3a42=_0x1e2a5c[_0xc06995(0x18e)],_0x340377={},_0x395052=new Worker(require['resolve'](_0x452d39[_0xc06995(0x190)]),{'exposedMethods':[_0x452d39[_0xc06995(0x1bc)]],'forkOptions':{'serialization':_0x452d39['NjkFd'],'stdio':_0x452d39['rNisj']},'idleMemoryLimit':undefined,'maxRetries':0x1,'numWorkers':_0x452d39[_0xc06995(0x16d)](_0x3bdd1b,0x1),'enableWorkerThreads':!![]}),_0x17dd25=new Emittery();_0x17dd25['on'](_0x452d39[_0xc06995(0x191)],_0x580850=>{const _0x2215b3=_0xc06995;_0x340377[_0x580850[0x0]]?(_0x340377[_0x580850[0x0]][_0x452d39[_0x2215b3(0x19d)]]=_0x452d39[_0x2215b3(0x19e)](_0x340377[_0x580850[0x0]][_0x452d39['BDznF']],_0x580850[0x1][_0x452d39[_0x2215b3(0x19d)]]),_0x340377[_0x580850[0x0]][_0x452d39['cGzVm']]=[..._0x340377[_0x580850[0x0]][_0x452d39['cGzVm']],..._0x580850[0x1][_0x452d39[_0x2215b3(0x1a9)]]]):_0x340377[_0x580850[0x0]]={'failureCount':_0x580850[0x1][_0x452d39[_0x2215b3(0x19d)]],'results':[..._0x580850[0x1][_0x452d39[_0x2215b3(0x1a9)]]]};}),_0x17dd25['on'](_0x452d39[_0xc06995(0x199)],_0x4c2d60=>console[_0xc06995(0x175)](_0x4c2d60[0x1]));_0x395052['getStdout']()&&_0x395052[_0xc06995(0x1a5)]()[_0xc06995(0x1bd)](process['stdout']);_0x395052[_0xc06995(0x15e)]()&&_0x395052[_0xc06995(0x15e)]()[_0xc06995(0x1bd)](process[_0xc06995(0x17b)]);const _0x1a3491=async()=>{const _0x1b40a3=_0xc06995,{forceExited:_0x41ce58}=await _0x395052[_0x1b40a3(0x16b)]();_0x41ce58&&console[_0x1b40a3(0x15a)](_0x452d39[_0x1b40a3(0x1b9)]);try{await TestHubHandler[_0x1b40a3(0x193)]();}catch(_0x2a9878){_0x452d39[_0x1b40a3(0x194)](debug,_0x1b40a3(0x19a)+_0x2a9878);}_0x452d39['IbJbt'](_0x42baac,_0x340377);},_0x3100a3=_0x452d39[_0xc06995(0x194)](pLimit,_0x452d39[_0xc06995(0x16d)](_0x3bdd1b,0x1)),_0x4f3fe5=_0xca90e8=>_0x3100a3(async()=>{const _0x2774e1=_0xc06995;await _0x17dd25[_0x2774e1(0x169)](_0x452d39[_0x2774e1(0x1b3)],_0xca90e8);const _0x4648f4=_0x395052['worker'](_0xca90e8,_0x5c3a42);try{parentPort&&_0x4648f4[_0x2774e1(0x18b)](_0x29211e=>{const _0x227ae9=_0x2774e1;try{parentPort[_0x227ae9(0x164)](_0x29211e);}catch(_0x508a68){logger[_0x227ae9(0x18a)](_0x227ae9(0x178)+util[_0x227ae9(0x1ab)](_0x508a68));}});}catch(_0x39581d){logger[_0x2774e1(0x18a)](_0x2774e1(0x18f)+util['format'](_0x39581d));}return _0x4648f4;});PerformanceTester[_0xc06995(0x16b)](PerformanceEvents[_0xc06995(0x15b)]),Promise[_0xc06995(0x1aa)](_0x39dda1[_0xc06995(0x1bb)](_0x4994a1=>_0x4f3fe5(_0x4994a1)[_0xc06995(0x185)](_0x17d971=>_0x17dd25[_0xc06995(0x169)](_0xc06995(0x1b1),[_0x4994a1[_0xc06995(0x174)][_0xc06995(0x195)],_0x17d971]),_0x3a28fe=>_0x17dd25['emit'](_0xc06995(0x17f),[_0x4994a1,_0x3a28fe]))))[_0xc06995(0x185)](_0x1a3491,_0x1a3491);}),exports[a50_0x1cd8c0(0x1a6)]=(_0x554c3c,_0x31f604,_0x562696,_0x53a907,_0x2e2e22)=>{const _0x2f123f=a50_0x1cd8c0,_0x1531c0={'AOpOV':_0x2f123f(0x1ad),'EVhlg':function(_0x56a107,_0x15cf0d){return _0x56a107(_0x15cf0d);},'KqReS':_0x2f123f(0x180),'jozSf':'./testWorker.js','ASZmG':_0x2f123f(0x197),'kEVoU':_0x2f123f(0x16e),'KxpKW':_0x2f123f(0x1bd),'XONMa':_0x2f123f(0x163),'ffDfW':_0x2f123f(0x15c)};return new Promise(_0x514690=>{const _0x545fca=_0x2f123f,_0x5c7420={};_0x5c7420[_0x545fca(0x172)]=_0x1531c0[_0x545fca(0x187)];const _0x23736e=_0x5c7420,_0x53b377=[],_0x15f787=new Worker(require[_0x545fca(0x16c)](_0x1531c0[_0x545fca(0x18d)]),{'exposedMethods':[_0x1531c0[_0x545fca(0x17e)]],'forkOptions':{'serialization':_0x1531c0[_0x545fca(0x19f)],'stdio':_0x1531c0[_0x545fca(0x176)]},'numWorkers':_0x554c3c['length']||0x1,'enableWorkerThreads':!![],'idleMemoryLimit':undefined,'maxRetries':0x1}),_0x5d8c96=new Emittery();_0x5d8c96['on'](_0x1531c0[_0x545fca(0x17c)],_0x363325=>{const _0x4f13ca=_0x545fca;_0x53b377[_0x4f13ca(0x15f)]([_0x363325[0x0],_0x363325[0x1]]);}),_0x5d8c96['on'](_0x1531c0[_0x545fca(0x171)],_0x40dfc1=>console[_0x545fca(0x175)](_0x40dfc1[0x1]));_0x15f787[_0x545fca(0x1a5)]()&&_0x15f787[_0x545fca(0x1a5)]()[_0x545fca(0x1bd)](process[_0x545fca(0x159)]);_0x15f787[_0x545fca(0x15e)]()&&_0x15f787['getStderr']()[_0x545fca(0x1bd)](process['stderr']);const _0x5abc5a=async()=>{const _0x5512a8=_0x545fca,{forceExited:_0x3011ef}=await _0x15f787['end']();_0x3011ef&&console[_0x5512a8(0x15a)](_0x1531c0['AOpOV']),_0x1531c0[_0x5512a8(0x18c)](_0x514690,_0x53b377);},_0x6c4094=_0x1531c0[_0x545fca(0x18c)](pLimit,_0x554c3c[_0x545fca(0x170)]||0x1),_0x4ba664=(_0x2b71fc,_0x4ff099)=>_0x6c4094(async()=>{const _0x83d15=_0x545fca;return await _0x5d8c96['emit'](_0x23736e['YghrQ'],_0x2b71fc),_0x31f604['platformCaps']=_0x562696[_0x83d15(0x186)][_0x4ff099],_0x15f787[_0x83d15(0x197)](_0x2b71fc,_0x31f604,_0x562696,_0x53a907,_0x2e2e22);});Promise['all'](_0x554c3c['map']((_0x42a451,_0x4f6315)=>_0x4ba664(_0x42a451,_0x4f6315)[_0x545fca(0x185)](_0x507a33=>_0x5d8c96[_0x545fca(0x169)]('platform-run-success',[_0x42a451,_0x507a33]),_0xef8a41=>_0x5d8c96['emit'](_0x545fca(0x15c),[_0x42a451,_0xef8a41]))))['then'](_0x5abc5a,_0x5abc5a);});},exports[a50_0x1cd8c0(0x1ac)]=(_0x3487b5,_0x44f638)=>new Promise(_0x2e8fde=>{const _0x3ad448=a50_0x1cd8c0,_0x4e2a96={'xkrJR':'exit','NfdtF':function(_0x56c5de,_0x413ac8){return _0x56c5de===_0x413ac8;},'YHvuE':function(_0x4c02de,_0x99d085){return _0x4c02de!==_0x99d085;},'Vunlb':'Workers\x20failed\x20to\x20exit\x20gracefully','UsahM':function(_0x248c25,_0x83d368){return _0x248c25(_0x83d368);},'OOsCT':_0x3ad448(0x16f),'vPvST':_0x3ad448(0x183),'RBtXz':_0x3ad448(0x16e),'dNoXH':_0x3ad448(0x1bd),'OYVEi':_0x3ad448(0x1b1),'IFVvd':_0x3ad448(0x17f)},_0x483783={},_0x174f36=new Worker(require['resolve'](_0x4e2a96[_0x3ad448(0x198)]),{'exposedMethods':[_0x4e2a96['vPvST']],'forkOptions':{'serialization':_0x4e2a96[_0x3ad448(0x19b)],'stdio':_0x4e2a96[_0x3ad448(0x162)]},'numWorkers':_0x44f638,'enableWorkerThreads':![],'maxRetries':0x1,'idleMemoryLimit':undefined}),_0x4debd8=new Emittery();_0x4debd8['on'](_0x4e2a96['OYVEi'],_0x5869fb=>{const _0x991e43=_0x3ad448;_0x5869fb[0x0]&&logger[_0x991e43(0x1a4)](_0x991e43(0x16a)+_0x5869fb[0x1]+_0x991e43(0x188),_0x5869fb[0x0]);}),_0x4debd8['on'](_0x4e2a96[_0x3ad448(0x189)],_0x4dd201=>{process['exitCode']=0x1;});_0x174f36['getStdout']()&&_0x174f36['getStdout']()['pipe'](process[_0x3ad448(0x159)]);_0x174f36[_0x3ad448(0x15e)]()&&_0x174f36[_0x3ad448(0x15e)]()[_0x3ad448(0x1bd)](process[_0x3ad448(0x17b)]);const _0x56f911=async()=>{const _0x33a672=_0x3ad448,_0x259492={'HkcGU':function(_0x4edd73,_0x4af300){const _0x191c5b=a50_0x4eac;return _0x4e2a96[_0x191c5b(0x168)](_0x4edd73,_0x4af300);},'dYWcD':function(_0x5287d3,_0x3f3227){const _0x509483=a50_0x4eac;return _0x4e2a96[_0x509483(0x15d)](_0x5287d3,_0x3f3227);}};let _0xbc1edb=0x0;const _0xf8563d=_0x174f36['_workerPool'][_0x33a672(0x1b2)](),_0x59e5ae=()=>{},_0x34f422=_0xf8563d[_0x33a672(0x1bb)](async _0x225aea=>{const _0x840f97=_0x33a672;_0x225aea[_0x840f97(0x1b6)]([0x2,![]],_0x59e5ae,_0x59e5ae,_0x59e5ae),_0x225aea[_0x840f97(0x19c)]['on'](_0x4e2a96[_0x840f97(0x184)],_0x3bb52b=>{const _0x1437c8=_0x840f97;_0x259492['HkcGU'](_0xbc1edb,0x0)&&_0x259492[_0x1437c8(0x165)](_0x3bb52b,0x0)&&(_0xbc1edb=_0x3bb52b);}),await _0x225aea['waitForExit']();});await Promise[_0x33a672(0x1aa)](_0x34f422),process[_0x33a672(0x177)]=_0xbc1edb;const {forceExited:_0x46c572}=await _0x174f36[_0x33a672(0x16b)]();_0x46c572&&console['error'](_0x4e2a96[_0x33a672(0x167)]),_0x4e2a96[_0x33a672(0x1b0)](_0x2e8fde,_0x483783);},_0x5a07a9=_0x4e2a96[_0x3ad448(0x1b0)](pLimit,_0x44f638),_0x1d1af9=_0x3d91f2=>_0x5a07a9(async()=>{const _0x355f09=_0x3ad448;return _0x174f36[_0x355f09(0x183)](_0x3d91f2);});Promise[_0x3ad448(0x1aa)](_0x3487b5['map'](_0x41ac22=>_0x1d1af9(_0x41ac22)[_0x3ad448(0x185)](_0x44db60=>_0x4debd8[_0x3ad448(0x169)]('test-file-success',[_0x41ac22['configuration'][_0x3ad448(0x195)],_0x41ac22['configuration'][_0x3ad448(0x1b4)]]),_0x207e82=>_0x4debd8[_0x3ad448(0x169)](_0x3ad448(0x17f),[_0x41ac22,_0x207e82]))))['then'](_0x56f911,_0x56f911);});
@@ -1 +1 @@
1
- function a51_0x52d7(_0x58786a,_0x477e2e){const _0x32d29f=a51_0x32d2();return a51_0x52d7=function(_0x52d726,_0x4163d4){_0x52d726=_0x52d726-0x100;let _0x1856b1=_0x32d29f[_0x52d726];return _0x1856b1;},a51_0x52d7(_0x58786a,_0x477e2e);}const a51_0x185ae4=a51_0x52d7;(function(_0x1b8f52,_0x53d405){const _0x4e94c9=a51_0x52d7,_0x57c291=_0x1b8f52();while(!![]){try{const _0x30542f=parseInt(_0x4e94c9(0x10b))/0x1*(-parseInt(_0x4e94c9(0x107))/0x2)+parseInt(_0x4e94c9(0x11b))/0x3+-parseInt(_0x4e94c9(0x110))/0x4+-parseInt(_0x4e94c9(0x100))/0x5*(parseInt(_0x4e94c9(0x10d))/0x6)+-parseInt(_0x4e94c9(0x106))/0x7+parseInt(_0x4e94c9(0x11a))/0x8+parseInt(_0x4e94c9(0x103))/0x9;if(_0x30542f===_0x53d405)break;else _0x57c291['push'](_0x57c291['shift']());}catch(_0x413ec7){_0x57c291['push'](_0x57c291['shift']());}}}(a51_0x32d2,0x8c083));const PerformanceEvents=require(a51_0x185ae4(0x10f))[a51_0x185ae4(0x117)],PerformanceTester=require(a51_0x185ae4(0x116)),{sleep}=require(a51_0x185ae4(0x102));function a51_0x32d2(){const _0x28e65f=['EVENTS','Jrxpd','hbQAv','8400568NzzXDu','894675FTpjtj','runTest','AdFtN','SGvCi','1915pAyguV','FNiOZ','../../helpers/test-observability/utils','19124568gBXgtj','stopMonitoring','../launcher/launcher','7697011FgpDDs','23910LTvsxh','vanilla','run','HdvCT','95NMtuKW','zWeYA','1332nPjQOQ','runCucumberTest','../../helpers/performance/constants','2317412wORpif','runVanillaTest','formatter','startMonitoring','SDK_POST_TEST','rnMeB','../../helpers/performance/performance-tester'];a51_0x32d2=function(){return _0x28e65f;};return a51_0x32d2();}exports[a51_0x185ae4(0x11c)]=async(_0x39ebc6,_0x2b2bf2)=>{const _0x34383b=a51_0x185ae4,_0x1660e3={'rnMeB':function(_0x3df976,_0x3777e9){return _0x3df976(_0x3777e9);},'HdvCT':_0x34383b(0x105),'hbQAv':'mocha'};PerformanceTester[_0x34383b(0x113)]();const _0x4e5247=_0x1660e3[_0x34383b(0x115)](require,_0x1660e3[_0x34383b(0x10a)]),_0x5ca581=new _0x4e5247(_0x1660e3[_0x34383b(0x119)],_0x39ebc6,_0x2b2bf2),_0x5dd51a=await _0x5ca581[_0x34383b(0x109)]();return PerformanceTester['end'](PerformanceEvents[_0x34383b(0x114)]),await _0x1660e3[_0x34383b(0x115)](sleep,0x3e8),PerformanceTester[_0x34383b(0x104)](),_0x5dd51a;},exports[a51_0x185ae4(0x10e)]=async(_0xb5dc5f,_0x48e02e,_0xe0356d,_0x1a75ad,_0x208b92)=>{const _0x2671e9=a51_0x185ae4,_0x1d4969={'Jrxpd':function(_0x383f8b,_0x1f4d13){return _0x383f8b(_0x1f4d13);},'FxSPI':_0x2671e9(0x105),'AdFtN':'cucumber-js'},_0x7b3f47={'capability':_0xb5dc5f,..._0x48e02e},_0x3dea2b={};_0x3dea2b['configuration']=_0x7b3f47,_0x3dea2b[_0x2671e9(0x112)]=_0x208b92;const _0x13b29f=_0x3dea2b,_0x415f6d=_0x1d4969[_0x2671e9(0x118)](require,_0x1d4969['FxSPI']),_0x1b5b41=new _0x415f6d(_0x1d4969[_0x2671e9(0x11d)],_0x13b29f,_0xe0356d,_0x1a75ad);return await _0x1b5b41[_0x2671e9(0x109)]();},exports[a51_0x185ae4(0x111)]=async _0x33b38c=>{const _0x587448=a51_0x185ae4,_0x2bc126={'SGvCi':function(_0x3a3af2,_0x3fb906){return _0x3a3af2(_0x3fb906);},'zWeYA':_0x587448(0x105),'FNiOZ':_0x587448(0x108)},_0x57d1d7=_0x2bc126[_0x587448(0x11e)](require,_0x2bc126[_0x587448(0x10c)]),_0x2c9ddf=new _0x57d1d7(_0x2bc126[_0x587448(0x101)],_0x33b38c);return await _0x2c9ddf['run']();};
1
+ function a51_0x3c39(){const _0x31abd6=['510840gmbdjA','configuration','runCucumberTest','../launcher/launcher','2427288FFEPTR','WhXoE','lDAts','15358734NgVfWt','2nEqbgs','../../helpers/performance/performance-tester','WuqjR','formatter','SDK_POST_TEST','82928XcSKmQ','runVanillaTest','2835573UWVktH','runTest','tXIbQ','vanilla','FfOgW','../../helpers/test-observability/utils','238hQLfKG','mocha','nUkqo','../../helpers/performance/constants','startMonitoring','722690vjyHao','1348256JOkqxO','EVENTS','cucumber-js','run'];a51_0x3c39=function(){return _0x31abd6;};return a51_0x3c39();}const a51_0x2234fa=a51_0x3c75;function a51_0x3c75(_0x35111a,_0x39d3b0){const _0x3c3929=a51_0x3c39();return a51_0x3c75=function(_0x3c7594,_0xdb33a4){_0x3c7594=_0x3c7594-0x1d8;let _0x5c9948=_0x3c3929[_0x3c7594];return _0x5c9948;},a51_0x3c75(_0x35111a,_0x39d3b0);}(function(_0x5a1646,_0x18be57){const _0x3cbe3d=a51_0x3c75,_0xae7e3d=_0x5a1646();while(!![]){try{const _0x37c52a=parseInt(_0x3cbe3d(0x1df))/0x1*(parseInt(_0x3cbe3d(0x1ec))/0x2)+-parseInt(_0x3cbe3d(0x1f3))/0x3+-parseInt(_0x3cbe3d(0x1e0))/0x4+parseInt(_0x3cbe3d(0x1e4))/0x5+-parseInt(_0x3cbe3d(0x1e8))/0x6+-parseInt(_0x3cbe3d(0x1da))/0x7*(parseInt(_0x3cbe3d(0x1f1))/0x8)+parseInt(_0x3cbe3d(0x1eb))/0x9;if(_0x37c52a===_0x18be57)break;else _0xae7e3d['push'](_0xae7e3d['shift']());}catch(_0x26a0e8){_0xae7e3d['push'](_0xae7e3d['shift']());}}}(a51_0x3c39,0x78269));const PerformanceEvents=require(a51_0x2234fa(0x1dd))[a51_0x2234fa(0x1e1)],PerformanceTester=require(a51_0x2234fa(0x1ed)),{sleep}=require(a51_0x2234fa(0x1d9));exports[a51_0x2234fa(0x1f4)]=async(_0xea3666,_0x66d1f6)=>{const _0x4a8c3a=a51_0x2234fa,_0x26a405={'tXIbQ':function(_0x56ec00,_0x15c982){return _0x56ec00(_0x15c982);},'PIomE':_0x4a8c3a(0x1e7),'lOTSN':_0x4a8c3a(0x1db)};PerformanceTester[_0x4a8c3a(0x1de)]();const _0x3bc020=_0x26a405[_0x4a8c3a(0x1f5)](require,_0x26a405['PIomE']),_0x423e71=new _0x3bc020(_0x26a405['lOTSN'],_0xea3666,_0x66d1f6),_0x484f13=await _0x423e71[_0x4a8c3a(0x1e3)]();return PerformanceTester['end'](PerformanceEvents[_0x4a8c3a(0x1f0)]),await _0x26a405[_0x4a8c3a(0x1f5)](sleep,0x3e8),PerformanceTester['stopMonitoring'](),_0x484f13;},exports[a51_0x2234fa(0x1e6)]=async(_0x10cd5c,_0x35db8c,_0x4561e0,_0x55430e,_0x78a549)=>{const _0x424670=a51_0x2234fa,_0x5b7a51={'WuqjR':function(_0xd73d24,_0x5eaab4){return _0xd73d24(_0x5eaab4);},'WhXoE':'../launcher/launcher','xhaXx':_0x424670(0x1e2)},_0x48fb04={'capability':_0x10cd5c,..._0x35db8c},_0x78e958={};_0x78e958[_0x424670(0x1e5)]=_0x48fb04,_0x78e958[_0x424670(0x1ef)]=_0x78a549;const _0x3e0ba5=_0x78e958,_0x227b7b=_0x5b7a51[_0x424670(0x1ee)](require,_0x5b7a51[_0x424670(0x1e9)]),_0x4ee773=new _0x227b7b(_0x5b7a51['xhaXx'],_0x3e0ba5,_0x4561e0,_0x55430e);return await _0x4ee773[_0x424670(0x1e3)]();},exports[a51_0x2234fa(0x1f2)]=async _0x453413=>{const _0x31592e=a51_0x2234fa,_0x33ff4b={'nUkqo':function(_0x286930,_0xb1dc28){return _0x286930(_0xb1dc28);},'lDAts':'../launcher/launcher','FfOgW':_0x31592e(0x1f6)},_0x5e105c=_0x33ff4b[_0x31592e(0x1dc)](require,_0x33ff4b[_0x31592e(0x1ea)]),_0x5b7946=new _0x5e105c(_0x33ff4b[_0x31592e(0x1d8)],_0x453413);return await _0x5b7946[_0x31592e(0x1e3)]();};
@@ -1 +1 @@
1
- const a52_0x25576f=a52_0x1b63;(function(_0x32e8cc,_0x31f455){const _0x435acb=a52_0x1b63,_0x2850d8=_0x32e8cc();while(!![]){try{const _0x22ef9b=parseInt(_0x435acb(0x188))/0x1+-parseInt(_0x435acb(0x18a))/0x2*(parseInt(_0x435acb(0x185))/0x3)+parseInt(_0x435acb(0x182))/0x4*(-parseInt(_0x435acb(0x191))/0x5)+parseInt(_0x435acb(0x184))/0x6+parseInt(_0x435acb(0x18d))/0x7*(-parseInt(_0x435acb(0x187))/0x8)+parseInt(_0x435acb(0x186))/0x9*(parseInt(_0x435acb(0x18f))/0xa)+parseInt(_0x435acb(0x189))/0xb*(parseInt(_0x435acb(0x190))/0xc);if(_0x22ef9b===_0x31f455)break;else _0x2850d8['push'](_0x2850d8['shift']());}catch(_0x2fa263){_0x2850d8['push'](_0x2850d8['shift']());}}}(a52_0x2b33,0x2cc5e));function a52_0x2b33(){const _0x2e7392=['worker','150PzfqKS','7436796bZwbAV','232745IzhJyL','GpOpQ','28SXcfWn','WXOQS','136788VFrnIT','1164ofnXwP','65259gtmNhb','193112EWCZPc','90673aAZfby','11LRQwIE','222eWKpFb','vanillaWorker','./runTest','84nsgyQv'];a52_0x2b33=function(){return _0x2e7392;};return a52_0x2b33();}const {runTest,runCucumberTest,runVanillaTest}=require(a52_0x25576f(0x18c));function a52_0x1b63(_0x5d269a,_0x23c182){const _0x2b33f3=a52_0x2b33();return a52_0x1b63=function(_0x1b6383,_0x134b43){_0x1b6383=_0x1b6383-0x181;let _0x5a5f9c=_0x2b33f3[_0x1b6383];return _0x5a5f9c;},a52_0x1b63(_0x5d269a,_0x23c182);}exports[a52_0x25576f(0x18e)]=async(_0x24a6b4,_0x5cf896)=>{const _0x1ccb15=a52_0x25576f,_0x33fef2={'GpOpQ':function(_0x56ea89,_0x2c7b24,_0x531577){return _0x56ea89(_0x2c7b24,_0x531577);}};return await _0x33fef2[_0x1ccb15(0x181)](runTest,_0x24a6b4,_0x5cf896);},exports['cucumberWorker']=async(_0x2fe68c,_0x4972a3,_0x415e34,_0x2d7b0b,_0x380460)=>{const _0x9b3073=a52_0x25576f,_0x1cfd76={'WXOQS':function(_0x2db740,_0x5ce392,_0x2265c9,_0x29eb98,_0x4d54c9,_0x1be4fd){return _0x2db740(_0x5ce392,_0x2265c9,_0x29eb98,_0x4d54c9,_0x1be4fd);}};return await _0x1cfd76[_0x9b3073(0x183)](runCucumberTest,_0x2fe68c,_0x4972a3,_0x415e34,_0x2d7b0b,_0x380460);},exports[a52_0x25576f(0x18b)]=async _0x1cc1a7=>{const _0x5786ac={'Fymqn':function(_0x5078a3,_0x5d05d9){return _0x5078a3(_0x5d05d9);}};return await _0x5786ac['Fymqn'](runVanillaTest,_0x1cc1a7);};
1
+ const a52_0x16d718=a52_0xff82;(function(_0xbfe9e1,_0x3545eb){const _0x52a28b=a52_0xff82,_0x169e97=_0xbfe9e1();while(!![]){try{const _0x4bf109=parseInt(_0x52a28b(0x15b))/0x1+-parseInt(_0x52a28b(0x158))/0x2+parseInt(_0x52a28b(0x15f))/0x3*(parseInt(_0x52a28b(0x15e))/0x4)+-parseInt(_0x52a28b(0x15a))/0x5*(parseInt(_0x52a28b(0x155))/0x6)+parseInt(_0x52a28b(0x160))/0x7+parseInt(_0x52a28b(0x161))/0x8+-parseInt(_0x52a28b(0x15c))/0x9;if(_0x4bf109===_0x3545eb)break;else _0x169e97['push'](_0x169e97['shift']());}catch(_0x15addc){_0x169e97['push'](_0x169e97['shift']());}}}(a52_0x5140,0x26a25));const {runTest,runCucumberTest,runVanillaTest}=require('./runTest');function a52_0x5140(){const _0x323dd5=['vanillaWorker','SWZUO','19030jMHgpd','worker','18390RUJGaA','28518ZdtBBG','654156hHhQSS','NzNDe','4fMIYRC','928482xosdnc','476147GxzPTK','1029208DWuOHz','480TSfDrs'];a52_0x5140=function(){return _0x323dd5;};return a52_0x5140();}function a52_0xff82(_0x49e960,_0xb838b7){const _0x514076=a52_0x5140();return a52_0xff82=function(_0xff8228,_0x1303f1){_0xff8228=_0xff8228-0x155;let _0x11cf27=_0x514076[_0xff8228];return _0x11cf27;},a52_0xff82(_0x49e960,_0xb838b7);}exports[a52_0x16d718(0x159)]=async(_0x11e10c,_0x674157)=>{const _0x17a986={'qmCcV':function(_0x544535,_0x568f91,_0x4966ec){return _0x544535(_0x568f91,_0x4966ec);}};return await _0x17a986['qmCcV'](runTest,_0x11e10c,_0x674157);},exports['cucumberWorker']=async(_0x4df557,_0x2f5f6e,_0x10569c,_0x53d1f5,_0x3c9435)=>{const _0x1dbb67=a52_0x16d718,_0x4a755b={'NzNDe':function(_0x4899ae,_0x7b7b59,_0x566855,_0x3c96f5,_0x11b141,_0x3c0873){return _0x4899ae(_0x7b7b59,_0x566855,_0x3c96f5,_0x11b141,_0x3c0873);}};return await _0x4a755b[_0x1dbb67(0x15d)](runCucumberTest,_0x4df557,_0x2f5f6e,_0x10569c,_0x53d1f5,_0x3c9435);},exports[a52_0x16d718(0x156)]=async _0x56ef11=>{const _0x548d4f=a52_0x16d718,_0x242f08={'SWZUO':function(_0x1989ea,_0x5d2836){return _0x1989ea(_0x5d2836);}};return await _0x242f08[_0x548d4f(0x157)](runVanillaTest,_0x56ef11);};
@@ -1 +1 @@
1
- function a53_0x1ed9(){const _0x5d2a5b=['getAppAutomateSessionNameAPIUrl','wGCNz','APP_UPLOAD_URL','SCKcl','./constants','eGtcb','NgGRS','4587464hJwAHJ','getEdsInstrumentationAPIUrl','1176BPtXYO','OkItp','getInstance','BROWSERSTACK_API_URL','rVFgQ','api','observability','MfOSI','ubmTn','toString','xkEGg','ACTQl','getConfig','UEQRf','rAZPU','heKZX','getAutomateSessionStatusAPIUrl','PLAYWRIGHT_HUB_URL','endsWith','exports','WCuSS','udeiT','KwzpQ','cmrFM','Kacuu','YZVnQ','EaqHB','463445eoIyjC','IKMjP','getAutoCaptureLogsAPIUrl','29281aYUrIL','CJjRE','flXNH','wss:','fLYzZ','getPlaywrightHubUrl','13933080PhLBJA','TSMFH','aKFHE','rzari','TTEaP','swFna','Ocrof','735051reOuWe','getAppAutomateSessionStatusAPIUrl','appAutomate','COghF','xoUEy','111729zBQpox','qjZAs','tTaBR','automate','mPrzn','upload','jDJVb','uxyao','BYxro','getAutomateSessionsListAPIUrl','2ytNLLY','RwvYW','TcCIG','jDUmW','137032gDIowI','nQxri','xkiWp','BpHHh','exGIv','sUeYU','jEWHC','getBStackAPIUrl','apis','qUvSb','xrSlG','wCOGc','FFbrR','nSPow','htrxj','OBSERVABILITY_UPLOAD_URL','replace','GQDBK'];a53_0x1ed9=function(){return _0x5d2a5b;};return a53_0x1ed9();}const a53_0x595047=a53_0x5c10;(function(_0x35756b,_0x45b11f){const _0x42da5e=a53_0x5c10,_0x44241b=_0x35756b();while(!![]){try{const _0x1f45a8=parseInt(_0x42da5e(0xec))/0x1*(parseInt(_0x42da5e(0xf6))/0x2)+parseInt(_0x42da5e(0xe7))/0x3+-parseInt(_0x42da5e(0xfa))/0x4+parseInt(_0x42da5e(0xd7))/0x5+parseInt(_0x42da5e(0x115))/0x6*(-parseInt(_0x42da5e(0xda))/0x7)+-parseInt(_0x42da5e(0x113))/0x8+parseInt(_0x42da5e(0xe0))/0x9;if(_0x1f45a8===_0x45b11f)break;else _0x44241b['push'](_0x44241b['shift']());}catch(_0x554923){_0x44241b['push'](_0x44241b['shift']());}}}(a53_0x1ed9,0x8b28c));const constants=require(a53_0x595047(0x110)),{nestedKeyValue}=require('./sharedUtils'),getBrowserstackCLI=()=>{const _0x54f1e6=a53_0x595047,_0x475d4f={'IKMjP':function(_0x356343,_0x573600){return _0x356343(_0x573600);},'nQxri':'../v2/browserstackCLI'};return _0x475d4f[_0x54f1e6(0xd8)](require,_0x475d4f[_0x54f1e6(0xfb)]);};function a53_0x5c10(_0x494592,_0x51897d){const _0x1ed9ad=a53_0x1ed9();return a53_0x5c10=function(_0x5c102f,_0x1d5196){_0x5c102f=_0x5c102f-0xbd;let _0x39372a=_0x1ed9ad[_0x5c102f];return _0x39372a;},a53_0x5c10(_0x494592,_0x51897d);}class APIUtilityMethods{static[a53_0x595047(0x101)](_0x3ad368){const _0x247f77=a53_0x595047,_0x1e7a0c={'FFbrR':function(_0x385fe2){return _0x385fe2();},'COghF':function(_0x2789ad,_0xcbed8a,_0x2171e5){return _0x2789ad(_0xcbed8a,_0x2171e5);},'TTEaP':_0x247f77(0x102),'sUeYU':_0x247f77(0xef),'rVFgQ':_0x247f77(0xc1),'zUjFB':function(_0x481cae,_0x1a67af){return _0x481cae===_0x1a67af;},'fmyug':function(_0x13b421,_0x5327cf){return _0x13b421+_0x5327cf;}},_0x1c243f=_0x1e7a0c[_0x247f77(0x106)](getBrowserstackCLI),_0x58006b=_0x1e7a0c[_0x247f77(0xea)](nestedKeyValue,_0x1c243f[_0x247f77(0xbe)]()[_0x247f77(0xc8)](),[_0x1e7a0c[_0x247f77(0xe4)],_0x1e7a0c[_0x247f77(0xff)],_0x1e7a0c[_0x247f77(0xc0)]])||constants['BROWSERSTACK_API_URL'];if(!_0x3ad368||_0x1e7a0c['zUjFB'](_0x3ad368,''))return _0x58006b;const _0x5349a8=_0x58006b['endsWith']('/')?_0x58006b:_0x1e7a0c['fmyug'](_0x58006b,'/');return new URL(_0x3ad368,_0x5349a8)[_0x247f77(0xc5)]();}static[a53_0x595047(0x114)](_0x212658){const _0x323d16=a53_0x595047,_0x51936d={'xkEGg':function(_0x4e4b88){return _0x4e4b88();},'wGCNz':function(_0x48fb82,_0x52cdfd,_0x5cfb77){return _0x48fb82(_0x52cdfd,_0x5cfb77);},'UEQRf':'apis','EaqHB':'edsInstrumentation','aKFHE':_0x323d16(0xc1),'jDJVb':function(_0x592546,_0x4c714f){return _0x592546===_0x4c714f;},'ubmTn':function(_0x3cdec7,_0x1d939e){return _0x3cdec7+_0x1d939e;}},_0x276830=_0x51936d[_0x323d16(0xc6)](getBrowserstackCLI),_0xe4d15a=_0x51936d[_0x323d16(0x10d)](nestedKeyValue,_0x276830['getInstance']()[_0x323d16(0xc8)](),[_0x51936d[_0x323d16(0xc9)],_0x51936d[_0x323d16(0xd6)],_0x51936d[_0x323d16(0xe2)]])||constants['EDS_URL'];if(!_0x212658||_0x51936d[_0x323d16(0xf2)](_0x212658,''))return _0xe4d15a;const _0x31e956=_0xe4d15a[_0x323d16(0xce)]('/')?_0xe4d15a:_0x51936d[_0x323d16(0xc4)](_0xe4d15a,'/');return new URL(_0x212658,_0x31e956)[_0x323d16(0xc5)]();}static[a53_0x595047(0xcc)](_0x3b1da4){const _0x2751a8=a53_0x595047,_0x53ea6f={'xoUEy':function(_0x4588bd){return _0x4588bd();},'NhNwp':function(_0x3eca2b,_0x2fe406,_0x6fcd25){return _0x3eca2b(_0x2fe406,_0x6fcd25);},'WCuSS':_0x2751a8(0x102),'nSPow':_0x2751a8(0xef),'jrKjc':_0x2751a8(0xc1),'JUocz':function(_0x26938b,_0x4b2e85){return _0x26938b===_0x4b2e85;},'eUcxg':function(_0x1f9134,_0x403c46){return _0x1f9134+_0x403c46;}},_0x4b84f0=_0x53ea6f[_0x2751a8(0xeb)](getBrowserstackCLI),_0x1cadbb=_0x53ea6f['NhNwp'](nestedKeyValue,_0x4b84f0[_0x2751a8(0xbe)]()[_0x2751a8(0xc8)](),[_0x53ea6f[_0x2751a8(0xd0)],_0x53ea6f[_0x2751a8(0x107)],_0x53ea6f['jrKjc']])||constants[_0x2751a8(0xbf)];if(!_0x3b1da4||_0x53ea6f['JUocz'](_0x3b1da4,''))return _0x1cadbb;const _0x15f271=_0x1cadbb[_0x2751a8(0xce)]('/')?_0x1cadbb:_0x53ea6f['eUcxg'](_0x1cadbb,'/');return new URL(_0x3b1da4,_0x15f271)[_0x2751a8(0xc5)]();}static[a53_0x595047(0xe8)](_0x23fd55){const _0x24edcd=a53_0x595047,_0x431888={'qUvSb':function(_0x825299){return _0x825299();},'tTaBR':function(_0x3b1262,_0x53270e,_0xdaafbe){return _0x3b1262(_0x53270e,_0xdaafbe);},'NgGRS':_0x24edcd(0x102),'cmrFM':'appAutomate','jDUmW':'api','exGIv':function(_0xbef0d2,_0x31e058){return _0xbef0d2===_0x31e058;},'xbTTT':function(_0x5992a6,_0x403956){return _0x5992a6+_0x403956;}},_0x5296b5=_0x431888[_0x24edcd(0x103)](getBrowserstackCLI),_0x5e6246=_0x431888[_0x24edcd(0xee)](nestedKeyValue,_0x5296b5[_0x24edcd(0xbe)]()[_0x24edcd(0xc8)](),[_0x431888[_0x24edcd(0x112)],_0x431888[_0x24edcd(0xd3)],_0x431888[_0x24edcd(0xf9)]])||constants[_0x24edcd(0xbf)];if(!_0x23fd55||_0x431888[_0x24edcd(0xfe)](_0x23fd55,''))return _0x5e6246;const _0x1af453=_0x5e6246[_0x24edcd(0xce)]('/')?_0x5e6246:_0x431888['xbTTT'](_0x5e6246,'/');return new URL(_0x23fd55,_0x1af453)[_0x24edcd(0xc5)]();}static['getAutomateSessionNameAPIUrl'](_0x2c1dd3){const _0x5d347b=a53_0x595047,_0x4398fb={'OkItp':function(_0x29cd79){return _0x29cd79();},'jEWHC':function(_0xe5529d,_0x475da8,_0x5765b9){return _0xe5529d(_0x475da8,_0x5765b9);},'ACTQl':_0x5d347b(0x102),'mPrzn':_0x5d347b(0xef),'Ocrof':_0x5d347b(0xc1),'RwvYW':function(_0x58f81f,_0x72aec3){return _0x58f81f===_0x72aec3;},'eGtcb':function(_0x19afee,_0x2b08b8){return _0x19afee+_0x2b08b8;}},_0x3db429=_0x4398fb[_0x5d347b(0xbd)](getBrowserstackCLI),_0x2f0569=_0x4398fb[_0x5d347b(0x100)](nestedKeyValue,_0x3db429[_0x5d347b(0xbe)]()[_0x5d347b(0xc8)](),[_0x4398fb[_0x5d347b(0xc7)],_0x4398fb[_0x5d347b(0xf0)],_0x4398fb[_0x5d347b(0xe6)]])||constants[_0x5d347b(0xbf)];if(!_0x2c1dd3||_0x4398fb[_0x5d347b(0xf7)](_0x2c1dd3,''))return _0x2f0569;const _0x3b7a43=_0x2f0569[_0x5d347b(0xce)]('/')?_0x2f0569:_0x4398fb[_0x5d347b(0x111)](_0x2f0569,'/');return new URL(_0x2c1dd3,_0x3b7a43)['toString']();}static[a53_0x595047(0x10c)](_0x431f05){const _0x4b6d04=a53_0x595047,_0x4de6a8={'MfOSI':function(_0x2c3e9e){return _0x2c3e9e();},'flXNH':function(_0x36f6de,_0x25e792,_0x2c0e77){return _0x36f6de(_0x25e792,_0x2c0e77);},'rzari':_0x4b6d04(0x102),'XwkwW':_0x4b6d04(0xe9),'swFna':'api','BpHHh':function(_0x351ef6,_0x224cf8){return _0x351ef6===_0x224cf8;},'htrxj':function(_0x1144c9,_0x526157){return _0x1144c9+_0x526157;}},_0x369b2c=_0x4de6a8[_0x4b6d04(0xc3)](getBrowserstackCLI),_0xb4eee5=_0x4de6a8[_0x4b6d04(0xdc)](nestedKeyValue,_0x369b2c['getInstance']()[_0x4b6d04(0xc8)](),[_0x4de6a8[_0x4b6d04(0xe3)],_0x4de6a8['XwkwW'],_0x4de6a8[_0x4b6d04(0xe5)]])||constants[_0x4b6d04(0xbf)];if(!_0x431f05||_0x4de6a8[_0x4b6d04(0xfd)](_0x431f05,''))return _0xb4eee5;const _0x4d0954=_0xb4eee5['endsWith']('/')?_0xb4eee5:_0x4de6a8[_0x4b6d04(0x108)](_0xb4eee5,'/');return new URL(_0x431f05,_0x4d0954)['toString']();}static[a53_0x595047(0xf5)](_0x3d6fc8){const _0x568bd5=a53_0x595047,_0x29f782={'YZVnQ':function(_0x443804){return _0x443804();},'fnnIZ':function(_0x53dd44,_0xfdf33b,_0x3115e9){return _0x53dd44(_0xfdf33b,_0x3115e9);},'TSMFH':_0x568bd5(0x102),'yoDsS':_0x568bd5(0xef),'eQCFz':_0x568bd5(0xc1),'CJjRE':function(_0x4d9f9a,_0x592083){return _0x4d9f9a===_0x592083;},'OmaAj':function(_0x191444,_0x337cdf){return _0x191444+_0x337cdf;}},_0x385290=_0x29f782[_0x568bd5(0xd5)](getBrowserstackCLI),_0x3aedf5=_0x29f782['fnnIZ'](nestedKeyValue,_0x385290[_0x568bd5(0xbe)]()[_0x568bd5(0xc8)](),[_0x29f782[_0x568bd5(0xe1)],_0x29f782['yoDsS'],_0x29f782['eQCFz']])||constants[_0x568bd5(0xbf)];if(!_0x3d6fc8||_0x29f782[_0x568bd5(0xdb)](_0x3d6fc8,''))return _0x3aedf5;const _0x1bc2ce=_0x3aedf5['endsWith']('/')?_0x3aedf5:_0x29f782['OmaAj'](_0x3aedf5,'/');return new URL(_0x3d6fc8,_0x1bc2ce)['toString']()[_0x568bd5(0x10a)](/^https?:\/\//,'');}static['getAppAutomateSessionsListAPIUrl'](_0x4d1d8e){const _0x38e533=a53_0x595047,_0x42ba4c={'HKdoS':function(_0x2cb9ce){return _0x2cb9ce();},'udeiT':function(_0x3faf27,_0x207e0d,_0x39d2a9){return _0x3faf27(_0x207e0d,_0x39d2a9);},'TcCIG':_0x38e533(0x102),'BYxro':_0x38e533(0xe9),'jMYiC':_0x38e533(0xc1),'DpoSF':function(_0x3d734a,_0x4480c9){return _0x3d734a===_0x4480c9;},'xrSlG':function(_0x33ab1a,_0x5c60af){return _0x33ab1a+_0x5c60af;}},_0x3ffc6b=_0x42ba4c['HKdoS'](getBrowserstackCLI),_0x4641c9=_0x42ba4c[_0x38e533(0xd1)](nestedKeyValue,_0x3ffc6b[_0x38e533(0xbe)]()[_0x38e533(0xc8)](),[_0x42ba4c[_0x38e533(0xf8)],_0x42ba4c[_0x38e533(0xf4)],_0x42ba4c['jMYiC']])||constants[_0x38e533(0x10e)];if(!_0x4d1d8e||_0x42ba4c['DpoSF'](_0x4d1d8e,''))return _0x4641c9;const _0x15ce5b=_0x4641c9[_0x38e533(0xce)]('/')?_0x4641c9:_0x42ba4c[_0x38e533(0x104)](_0x4641c9,'/');return new URL(_0x4d1d8e,_0x15ce5b)[_0x38e533(0xc5)]()[_0x38e533(0x10a)](/^https?:\/\//,'');}static[a53_0x595047(0xd9)](_0x4b100e){const _0x1b9f4a=a53_0x595047,_0x49242f={'mtUbB':function(_0x180655){return _0x180655();},'rCzNm':function(_0x283bbd,_0x2ca2e3,_0x3fc5f5){return _0x283bbd(_0x2ca2e3,_0x3fc5f5);},'xkiWp':_0x1b9f4a(0x102),'qjZAs':_0x1b9f4a(0xc2),'IxGDb':_0x1b9f4a(0xf1),'zMjUQ':function(_0x38f23d,_0x408da3){return _0x38f23d===_0x408da3;},'rAZPU':function(_0x1bf86f,_0x56a750){return _0x1bf86f+_0x56a750;}},_0xf1027f=_0x49242f['mtUbB'](getBrowserstackCLI),_0x2f9baa=_0x49242f['rCzNm'](nestedKeyValue,_0xf1027f[_0x1b9f4a(0xbe)]()[_0x1b9f4a(0xc8)](),[_0x49242f[_0x1b9f4a(0xfc)],_0x49242f[_0x1b9f4a(0xed)],_0x49242f['IxGDb']])||constants[_0x1b9f4a(0x109)];if(!_0x4b100e||_0x49242f['zMjUQ'](_0x4b100e,''))return _0x2f9baa;const _0x360f7c=_0x2f9baa['endsWith']('/')?_0x2f9baa:_0x49242f[_0x1b9f4a(0xca)](_0x2f9baa,'/');return new URL(_0x4b100e,_0x360f7c)['toString']();}static[a53_0x595047(0xdf)](_0x333856){const _0x2ac16b=a53_0x595047,_0x562ee9={'Kacuu':function(_0x37f05b){return _0x37f05b();},'wCOGc':function(_0x4f8c7e,_0x320826,_0x34c877){return _0x4f8c7e(_0x320826,_0x34c877);},'fLYzZ':_0x2ac16b(0x102),'GQDBK':_0x2ac16b(0xef),'rLlDf':'cdp','KwzpQ':_0x2ac16b(0xdd),'heKZX':function(_0x4caf12,_0x2f6792){return _0x4caf12===_0x2f6792;},'uxyao':function(_0x37921a,_0x551bfd){return _0x37921a+_0x551bfd;},'SCKcl':'/playwright?caps='},_0x41715b=_0x562ee9[_0x2ac16b(0xd4)](getBrowserstackCLI),_0x484019=_0x562ee9[_0x2ac16b(0x105)](nestedKeyValue,_0x41715b[_0x2ac16b(0xbe)]()[_0x2ac16b(0xc8)](),[_0x562ee9[_0x2ac16b(0xde)],_0x562ee9[_0x2ac16b(0x10b)],_0x562ee9['rLlDf']]),_0x342602=(_0x484019?_0x484019[_0x2ac16b(0x10a)](/^https:/,_0x562ee9[_0x2ac16b(0xd2)]):null)||constants[_0x2ac16b(0xcd)];let _0x21807b;if(!_0x333856||_0x562ee9[_0x2ac16b(0xcb)](_0x333856,''))_0x21807b=_0x342602;else{const _0x34658b=_0x342602[_0x2ac16b(0xce)]('/')?_0x342602:_0x562ee9[_0x2ac16b(0xf3)](_0x342602,'/');_0x21807b=new URL(_0x333856,_0x34658b)[_0x2ac16b(0xc5)]();}return!_0x21807b[_0x2ac16b(0xce)](_0x562ee9['SCKcl'])&&(_0x21807b+=_0x562ee9[_0x2ac16b(0x10f)]),_0x21807b;}}module[a53_0x595047(0xcf)]=APIUtilityMethods;
1
+ const a53_0x1380ad=a53_0x283f;(function(_0x24b923,_0x203a31){const _0x2bfec6=a53_0x283f,_0x3e1d51=_0x24b923();while(!![]){try{const _0x3cdb89=-parseInt(_0x2bfec6(0x1b9))/0x1*(-parseInt(_0x2bfec6(0x1b4))/0x2)+-parseInt(_0x2bfec6(0x1a0))/0x3+-parseInt(_0x2bfec6(0x1b0))/0x4*(parseInt(_0x2bfec6(0x1a7))/0x5)+parseInt(_0x2bfec6(0x19a))/0x6*(parseInt(_0x2bfec6(0x1ce))/0x7)+parseInt(_0x2bfec6(0x1ac))/0x8*(-parseInt(_0x2bfec6(0x196))/0x9)+-parseInt(_0x2bfec6(0x1a9))/0xa+parseInt(_0x2bfec6(0x1dc))/0xb*(parseInt(_0x2bfec6(0x1b7))/0xc);if(_0x3cdb89===_0x203a31)break;else _0x3e1d51['push'](_0x3e1d51['shift']());}catch(_0x499379){_0x3e1d51['push'](_0x3e1d51['shift']());}}}(a53_0x56a6,0xb4f9e));const constants=require('./constants'),{nestedKeyValue}=require(a53_0x1380ad(0x1cd)),getBrowserstackCLI=()=>{const _0x2de467=a53_0x1380ad,_0x4b357f={'BHbKU':function(_0x2b08b9,_0x553529){return _0x2b08b9(_0x553529);},'TixCo':_0x2de467(0x1f7)};return _0x4b357f[_0x2de467(0x1c9)](require,_0x4b357f[_0x2de467(0x1ee)]);};function a53_0x283f(_0x4446cc,_0x25b07b){const _0x56a6b5=a53_0x56a6();return a53_0x283f=function(_0x283ff1,_0x4d89c7){_0x283ff1=_0x283ff1-0x196;let _0xb7fed3=_0x56a6b5[_0x283ff1];return _0xb7fed3;},a53_0x283f(_0x4446cc,_0x25b07b);}class APIUtilityMethods{static[a53_0x1380ad(0x1b2)](_0xd1da59){const _0x36fed0=a53_0x1380ad,_0x44ec29={'sCfGR':function(_0x5d1419){return _0x5d1419();},'yYeke':function(_0x7136db,_0x36cb17,_0x4ea1a7){return _0x7136db(_0x36cb17,_0x4ea1a7);},'cqQXr':_0x36fed0(0x1ae),'lnDZd':'automate','JzFxB':_0x36fed0(0x1ca),'yZkGT':function(_0x3b096e,_0x4516d8){return _0x3b096e===_0x4516d8;},'avYOn':function(_0x351aae,_0xafc8a3){return _0x351aae+_0xafc8a3;}},_0x6ffe43=_0x44ec29[_0x36fed0(0x1f3)](getBrowserstackCLI),_0x3c43a9=_0x44ec29['yYeke'](nestedKeyValue,_0x6ffe43[_0x36fed0(0x1cc)]()[_0x36fed0(0x1ea)](),[_0x44ec29[_0x36fed0(0x1c5)],_0x44ec29['lnDZd'],_0x44ec29[_0x36fed0(0x1cf)]])||constants[_0x36fed0(0x1a5)];if(!_0xd1da59||_0x44ec29[_0x36fed0(0x1aa)](_0xd1da59,''))return _0x3c43a9;const _0x21959f=_0x3c43a9['endsWith']('/')?_0x3c43a9:_0x44ec29[_0x36fed0(0x1d8)](_0x3c43a9,'/');return new URL(_0xd1da59,_0x21959f)[_0x36fed0(0x1e0)]();}static[a53_0x1380ad(0x1f5)](_0x34d9be){const _0x269bf1=a53_0x1380ad,_0x4b0e88={'RdlUU':function(_0x48a853){return _0x48a853();},'gWnDt':function(_0x169562,_0xcb84aa,_0x197f32){return _0x169562(_0xcb84aa,_0x197f32);},'sPFeQ':_0x269bf1(0x1ae),'wqaSh':_0x269bf1(0x1ba),'lOqNs':_0x269bf1(0x1ca),'EJUFK':function(_0x3e4c0a,_0x36293b){return _0x3e4c0a===_0x36293b;},'ogxlV':function(_0x2bfac4,_0x2cd4d0){return _0x2bfac4+_0x2cd4d0;}},_0x2122b7=_0x4b0e88[_0x269bf1(0x1a1)](getBrowserstackCLI),_0x14b7a3=_0x4b0e88[_0x269bf1(0x1f6)](nestedKeyValue,_0x2122b7[_0x269bf1(0x1cc)]()['getConfig'](),[_0x4b0e88[_0x269bf1(0x1b1)],_0x4b0e88[_0x269bf1(0x1ec)],_0x4b0e88[_0x269bf1(0x1b5)]])||constants[_0x269bf1(0x1d7)];if(!_0x34d9be||_0x4b0e88['EJUFK'](_0x34d9be,''))return _0x14b7a3;const _0x2e8762=_0x14b7a3['endsWith']('/')?_0x14b7a3:_0x4b0e88[_0x269bf1(0x1db)](_0x14b7a3,'/');return new URL(_0x34d9be,_0x2e8762)[_0x269bf1(0x1e0)]();}static['getAutomateSessionStatusAPIUrl'](_0x2f6b4f){const _0x1d565a=a53_0x1380ad,_0x37929e={'htCdm':function(_0x2a7184){return _0x2a7184();},'RVMkg':function(_0x573c72,_0x4faa24,_0x1ae20e){return _0x573c72(_0x4faa24,_0x1ae20e);},'UzdYX':'apis','RLDPz':_0x1d565a(0x1e1),'DJcJf':_0x1d565a(0x1ca),'Itmoh':function(_0xe2f89a,_0x55b998){return _0xe2f89a===_0x55b998;},'HpaGb':function(_0x50d86f,_0x272a8f){return _0x50d86f+_0x272a8f;}},_0x4ea323=_0x37929e[_0x1d565a(0x1a8)](getBrowserstackCLI),_0xb4f201=_0x37929e[_0x1d565a(0x199)](nestedKeyValue,_0x4ea323[_0x1d565a(0x1cc)]()[_0x1d565a(0x1ea)](),[_0x37929e[_0x1d565a(0x1c7)],_0x37929e[_0x1d565a(0x1d0)],_0x37929e['DJcJf']])||constants[_0x1d565a(0x1a5)];if(!_0x2f6b4f||_0x37929e[_0x1d565a(0x1da)](_0x2f6b4f,''))return _0xb4f201;const _0x84f1a3=_0xb4f201[_0x1d565a(0x1d9)]('/')?_0xb4f201:_0x37929e[_0x1d565a(0x1d3)](_0xb4f201,'/');return new URL(_0x2f6b4f,_0x84f1a3)[_0x1d565a(0x1e0)]();}static[a53_0x1380ad(0x1b6)](_0xe80343){const _0x2de92c=a53_0x1380ad,_0x33bb8e={'LaZme':function(_0x5471d3){return _0x5471d3();},'bKarn':function(_0x3b6401,_0x18480d,_0x1ff201){return _0x3b6401(_0x18480d,_0x1ff201);},'UNbGH':'apis','Vjhxc':_0x2de92c(0x1b3),'rSYAW':_0x2de92c(0x1ca),'APyjT':function(_0x343846,_0x5d09e7){return _0x343846===_0x5d09e7;},'VadLq':function(_0x220880,_0xf03e23){return _0x220880+_0xf03e23;}},_0x1294d3=_0x33bb8e['LaZme'](getBrowserstackCLI),_0x26730e=_0x33bb8e['bKarn'](nestedKeyValue,_0x1294d3[_0x2de92c(0x1cc)]()[_0x2de92c(0x1ea)](),[_0x33bb8e['UNbGH'],_0x33bb8e[_0x2de92c(0x1f1)],_0x33bb8e[_0x2de92c(0x1ab)]])||constants[_0x2de92c(0x1a5)];if(!_0xe80343||_0x33bb8e[_0x2de92c(0x1dd)](_0xe80343,''))return _0x26730e;const _0x251287=_0x26730e[_0x2de92c(0x1d9)]('/')?_0x26730e:_0x33bb8e[_0x2de92c(0x19f)](_0x26730e,'/');return new URL(_0xe80343,_0x251287)[_0x2de92c(0x1e0)]();}static[a53_0x1380ad(0x1c8)](_0xe0656a){const _0x4a0c57=a53_0x1380ad,_0x221054={'etvLl':function(_0x2c748e){return _0x2c748e();},'FceFD':function(_0x431729,_0x321953,_0x2333b8){return _0x431729(_0x321953,_0x2333b8);},'IGsgw':'apis','eNKgh':_0x4a0c57(0x1e1),'ngUnv':_0x4a0c57(0x1ca),'dXcMO':function(_0x25efb8,_0x1e80ec){return _0x25efb8===_0x1e80ec;},'VaeSx':function(_0xb91420,_0x25b12b){return _0xb91420+_0x25b12b;}},_0x38c8c7=_0x221054[_0x4a0c57(0x1e3)](getBrowserstackCLI),_0x37888d=_0x221054[_0x4a0c57(0x1a2)](nestedKeyValue,_0x38c8c7[_0x4a0c57(0x1cc)]()[_0x4a0c57(0x1ea)](),[_0x221054[_0x4a0c57(0x1f2)],_0x221054['eNKgh'],_0x221054['ngUnv']])||constants[_0x4a0c57(0x1a5)];if(!_0xe0656a||_0x221054[_0x4a0c57(0x1ef)](_0xe0656a,''))return _0x37888d;const _0x53ec67=_0x37888d['endsWith']('/')?_0x37888d:_0x221054[_0x4a0c57(0x1f0)](_0x37888d,'/');return new URL(_0xe0656a,_0x53ec67)['toString']();}static[a53_0x1380ad(0x1e5)](_0x353b99){const _0x18f7d4=a53_0x1380ad,_0x4cafec={'ngZPs':function(_0x274e8d){return _0x274e8d();},'fPVlf':function(_0x5f1d3b,_0x255ace,_0x192a2b){return _0x5f1d3b(_0x255ace,_0x192a2b);},'rcNEh':_0x18f7d4(0x1ae),'KSOps':_0x18f7d4(0x1b3),'txGaX':_0x18f7d4(0x1ca),'VZZnH':function(_0x32adb4,_0x25b152){return _0x32adb4===_0x25b152;},'rhbhi':function(_0x21ae2b,_0x212393){return _0x21ae2b+_0x212393;}},_0x2ff20e=_0x4cafec['ngZPs'](getBrowserstackCLI),_0x12de5f=_0x4cafec['fPVlf'](nestedKeyValue,_0x2ff20e[_0x18f7d4(0x1cc)]()[_0x18f7d4(0x1ea)](),[_0x4cafec[_0x18f7d4(0x1d6)],_0x4cafec[_0x18f7d4(0x1e8)],_0x4cafec[_0x18f7d4(0x1c0)]])||constants[_0x18f7d4(0x1a5)];if(!_0x353b99||_0x4cafec[_0x18f7d4(0x1c3)](_0x353b99,''))return _0x12de5f;const _0x20fe25=_0x12de5f[_0x18f7d4(0x1d9)]('/')?_0x12de5f:_0x4cafec[_0x18f7d4(0x1bf)](_0x12de5f,'/');return new URL(_0x353b99,_0x20fe25)[_0x18f7d4(0x1e0)]();}static[a53_0x1380ad(0x1cb)](_0x3fa7cd){const _0x2f6e90=a53_0x1380ad,_0xce3896={'RrxMM':function(_0x49b2a6){return _0x49b2a6();},'DgZan':function(_0x368148,_0x22f8ca,_0x2cce89){return _0x368148(_0x22f8ca,_0x2cce89);},'wDpAo':_0x2f6e90(0x1ae),'cTeRo':'automate','CAoNC':'api','SHIRg':function(_0x728f92,_0x250c85){return _0x728f92===_0x250c85;},'tGCOM':function(_0x118022,_0xc053f0){return _0x118022+_0xc053f0;}},_0x2b529e=_0xce3896['RrxMM'](getBrowserstackCLI),_0x1eba54=_0xce3896[_0x2f6e90(0x1eb)](nestedKeyValue,_0x2b529e[_0x2f6e90(0x1cc)]()[_0x2f6e90(0x1ea)](),[_0xce3896[_0x2f6e90(0x1c2)],_0xce3896[_0x2f6e90(0x1c4)],_0xce3896[_0x2f6e90(0x1e4)]])||constants[_0x2f6e90(0x1a5)];if(!_0x3fa7cd||_0xce3896[_0x2f6e90(0x197)](_0x3fa7cd,''))return _0x1eba54;const _0x526139=_0x1eba54[_0x2f6e90(0x1d9)]('/')?_0x1eba54:_0xce3896[_0x2f6e90(0x1be)](_0x1eba54,'/');return new URL(_0x3fa7cd,_0x526139)['toString']()[_0x2f6e90(0x1d2)](/^https?:\/\//,'');}static['getAppAutomateSessionsListAPIUrl'](_0x3aa16c){const _0x31e412=a53_0x1380ad,_0x21b64e={'gTTqT':function(_0x5f13c8){return _0x5f13c8();},'aKHxj':function(_0x5f0785,_0x123b2a,_0x247be0){return _0x5f0785(_0x123b2a,_0x247be0);},'NXhyS':'apis','rYIED':_0x31e412(0x1b3),'kvCde':_0x31e412(0x1ca),'JIapR':function(_0x3ce043,_0x3e09c9){return _0x3ce043===_0x3e09c9;},'qavtn':function(_0x1fdee5,_0x1dc478){return _0x1fdee5+_0x1dc478;}},_0x2956ec=_0x21b64e[_0x31e412(0x1bd)](getBrowserstackCLI),_0x3702b2=_0x21b64e[_0x31e412(0x1e2)](nestedKeyValue,_0x2956ec[_0x31e412(0x1cc)]()['getConfig'](),[_0x21b64e[_0x31e412(0x1a6)],_0x21b64e[_0x31e412(0x198)],_0x21b64e['kvCde']])||constants[_0x31e412(0x19c)];if(!_0x3aa16c||_0x21b64e[_0x31e412(0x1df)](_0x3aa16c,''))return _0x3702b2;const _0x241a56=_0x3702b2[_0x31e412(0x1d9)]('/')?_0x3702b2:_0x21b64e[_0x31e412(0x1ed)](_0x3702b2,'/');return new URL(_0x3aa16c,_0x241a56)[_0x31e412(0x1e0)]()[_0x31e412(0x1d2)](/^https?:\/\//,'');}static[a53_0x1380ad(0x1a4)](_0x259fda){const _0x333cb9=a53_0x1380ad,_0x3da89a={'otbKQ':function(_0x3fa058){return _0x3fa058();},'pQULL':function(_0xe712fb,_0x2a5d10,_0x3ef574){return _0xe712fb(_0x2a5d10,_0x3ef574);},'LejbV':_0x333cb9(0x1ae),'uSwHb':_0x333cb9(0x1c6),'rMGMa':'upload','iitIm':function(_0x8d1546,_0x3437a4){return _0x8d1546===_0x3437a4;},'HLTZa':function(_0x2e32ce,_0x52e045){return _0x2e32ce+_0x52e045;}},_0xb7a97c=_0x3da89a[_0x333cb9(0x1ad)](getBrowserstackCLI),_0x2f61c4=_0x3da89a[_0x333cb9(0x1e7)](nestedKeyValue,_0xb7a97c[_0x333cb9(0x1cc)]()['getConfig'](),[_0x3da89a['LejbV'],_0x3da89a[_0x333cb9(0x1de)],_0x3da89a[_0x333cb9(0x1d5)]])||constants[_0x333cb9(0x1af)];if(!_0x259fda||_0x3da89a[_0x333cb9(0x1d4)](_0x259fda,''))return _0x2f61c4;const _0x2c17a1=_0x2f61c4[_0x333cb9(0x1d9)]('/')?_0x2f61c4:_0x3da89a[_0x333cb9(0x1e9)](_0x2f61c4,'/');return new URL(_0x259fda,_0x2c17a1)['toString']();}static[a53_0x1380ad(0x1bb)](_0x2f6a4e){const _0x12a418=a53_0x1380ad,_0x35b2e8={'ukjAm':function(_0x30c065){return _0x30c065();},'uNvyS':function(_0x22bf04,_0x5640ee,_0xc25b4c){return _0x22bf04(_0x5640ee,_0xc25b4c);},'ZGPAw':_0x12a418(0x1ae),'zczqG':_0x12a418(0x1e1),'ScTAh':_0x12a418(0x1e6),'obPHc':_0x12a418(0x19b),'aYSEL':function(_0xd3af24,_0x1a8742){return _0xd3af24===_0x1a8742;},'mYuug':function(_0x1e92c7,_0x534fbd){return _0x1e92c7+_0x534fbd;},'NkbJA':_0x12a418(0x1f4)},_0x295bb8=_0x35b2e8['ukjAm'](getBrowserstackCLI),_0x404186=_0x35b2e8['uNvyS'](nestedKeyValue,_0x295bb8[_0x12a418(0x1cc)]()['getConfig'](),[_0x35b2e8[_0x12a418(0x19d)],_0x35b2e8['zczqG'],_0x35b2e8[_0x12a418(0x1d1)]]),_0x101012=(_0x404186?_0x404186['replace'](/^https:/,_0x35b2e8[_0x12a418(0x1a3)]):null)||constants[_0x12a418(0x1c1)];let _0x40ace8;if(!_0x2f6a4e||_0x35b2e8[_0x12a418(0x19e)](_0x2f6a4e,''))_0x40ace8=_0x101012;else{const _0x25c2c7=_0x101012[_0x12a418(0x1d9)]('/')?_0x101012:_0x35b2e8[_0x12a418(0x1bc)](_0x101012,'/');_0x40ace8=new URL(_0x2f6a4e,_0x25c2c7)[_0x12a418(0x1e0)]();}return!_0x40ace8[_0x12a418(0x1d9)](_0x35b2e8[_0x12a418(0x1b8)])&&(_0x40ace8+=_0x35b2e8['NkbJA']),_0x40ace8;}}function a53_0x56a6(){const _0x30bfaf=['cqQXr','observability','UzdYX','getAutomateSessionNameAPIUrl','BHbKU','api','getAutomateSessionsListAPIUrl','getInstance','./sharedUtils','6377077WFNxBj','JzFxB','RLDPz','ScTAh','replace','HpaGb','iitIm','rMGMa','rcNEh','EDS_URL','avYOn','endsWith','Itmoh','ogxlV','22vkZIKG','APyjT','uSwHb','JIapR','toString','automate','aKHxj','etvLl','CAoNC','getAppAutomateSessionNameAPIUrl','cdp','pQULL','KSOps','HLTZa','getConfig','DgZan','wqaSh','qavtn','TixCo','dXcMO','VaeSx','Vjhxc','IGsgw','sCfGR','/playwright?caps=','getEdsInstrumentationAPIUrl','gWnDt','../v2/browserstackCLI','858402fcWMxY','SHIRg','rYIED','RVMkg','6wxrnwn','wss:','APP_UPLOAD_URL','ZGPAw','aYSEL','VadLq','3227997Uvtmtx','RdlUU','FceFD','obPHc','getAutoCaptureLogsAPIUrl','BROWSERSTACK_API_URL','NXhyS','21355wZVAxy','htCdm','9281370DGppei','yZkGT','rSYAW','40szEROg','otbKQ','apis','OBSERVABILITY_UPLOAD_URL','968XjkNll','sPFeQ','getBStackAPIUrl','appAutomate','10LJeCqt','lOqNs','getAppAutomateSessionStatusAPIUrl','16321020VUgoDe','NkbJA','124941afEXtw','edsInstrumentation','getPlaywrightHubUrl','mYuug','gTTqT','tGCOM','rhbhi','txGaX','PLAYWRIGHT_HUB_URL','wDpAo','VZZnH','cTeRo'];a53_0x56a6=function(){return _0x30bfaf;};return a53_0x56a6();}module['exports']=APIUtilityMethods;
@@ -1 +1 @@
1
- const a54_0x190117=a54_0x2c71;(function(_0x317ea5,_0x4e88cf){const _0x2425b2=a54_0x2c71,_0x3dfdee=_0x317ea5();while(!![]){try{const _0x50fdd2=parseInt(_0x2425b2(0x180))/0x1*(parseInt(_0x2425b2(0x1ab))/0x2)+-parseInt(_0x2425b2(0x1c8))/0x3+parseInt(_0x2425b2(0x1b0))/0x4*(-parseInt(_0x2425b2(0x175))/0x5)+parseInt(_0x2425b2(0x1a5))/0x6+-parseInt(_0x2425b2(0x1c6))/0x7*(-parseInt(_0x2425b2(0x17d))/0x8)+-parseInt(_0x2425b2(0x197))/0x9*(parseInt(_0x2425b2(0x16c))/0xa)+parseInt(_0x2425b2(0x19f))/0xb*(parseInt(_0x2425b2(0x1aa))/0xc);if(_0x50fdd2===_0x4e88cf)break;else _0x3dfdee['push'](_0x3dfdee['shift']());}catch(_0x5a3537){_0x3dfdee['push'](_0x3dfdee['shift']());}}}(a54_0x12dd,0x76427));const logger=require(a54_0x190117(0x1b3))['winstonLogger'],BrowserstackCLI=require('../v2/browserstackCLI'),GrpcClient=require(a54_0x190117(0x1a0)),constants=require(a54_0x190117(0x1b8));function a54_0x12dd(){const _0x5b7679=['reportClientTroubleshootingError','xAIoh','Process\x20Interruption\x20details\x20not\x20found:','base64','parse','errorCodesOccurredWhenCLINotRunning','Error\x20in\x20getting\x20error\x20details\x20for\x20','9611173hTFRpz','../v2/grpcClient','jSJFS','join','[ClientTroubleShootingService]\x20','oStlx','2085840IFIFfF','getErrorCodesOccurredInCli','.browserstack\x20folder\x20not\x20accessible','reportConnectivityIssue','size','12FwByPH','208592xlyBBh','JtUmK','VyyYS','CLIENT_TROUBLESHOOTING_HASH','getCachedErrorCodes','20KYDFaJ','documentationLink','finalErrorMessage','../../helpers/logger','tetkY','reportFinalDetectionState','logSituation','errorMessage','./constants','conflicting\x20env\x20var\x20detected','PEnUP','TqjTv','warn','ZoRdP','Process\x20Interruption','logError','lSqkm','push','errorCode','getInstance','reportSessionLinkingIssue','tRccy','88851BwJSte','reportSSLCertIssue','1447884ofBnCo','DUjNS','Error\x20in\x20getting\x20aggregated\x20error\x20codes:','zJoiz','dluiu','getAggregatedClientTroubleshootingErrors','checkForErrorsOccuredInCLI','stringify','ssl\x20cert\x20issue','error','kXMgL','reportConflictingEnvVarIssue','YPgUB','toString','3570200eFfKmC','{CLIENT_TROUBLESHOOTING_DOCUMENTATION}','TcXVw','SSL\x20Certificate\x20Issue\x20details\x20not\x20found','OFWOK','errorCodes','kOjsl','cachedErrorCodes','HXSGK','529760xsgvpZ','Connectivity\x20Issue\x20details\x20not\x20found','keys','hmgln','{ERROR_CODES}','getSuccess','sZaXd','cuftd','32MiWAtA','getAggregatedErrorCodes','TvfRY','9JMJQXF','dEevQ','isRunning','iNBZm','xZuyR','{ENV_VAR}','replace','length','vGauh','getErrorMessage','browserstack\x20cloud\x20not\x20reachable','getDocumentationLink','JFAJz','errorCodesOccurredInCLI','JYUZA','AxwGb','sjSFF','getErrorDetails','RbJHW','Conflicting\x20Env\x20Var\x20details\x20not\x20found','getFinalErrorMessage','ZMlUJ','from','18BjJKkm'];a54_0x12dd=function(){return _0x5b7679;};return a54_0x12dd();}class ClientTroubleShootingService{static [a54_0x190117(0x173)]=null;static [a54_0x190117(0x19d)]=new Set();static async[a54_0x190117(0x191)](_0x1e893e){const _0x20b853=a54_0x190117,_0x4e7402={};_0x4e7402[_0x20b853(0x18f)]=function(_0x387490,_0xe637d8){return _0x387490!==_0xe637d8;};const _0x436756=_0x4e7402;try{if(BrowserstackCLI[_0x20b853(0x1c3)]()['isRunning']()){const _0x2404e3=await GrpcClient['getInstance']()[_0x20b853(0x198)](_0x1e893e);if(_0x436756[_0x20b853(0x18f)](_0x2404e3,null)&&_0x2404e3[_0x20b853(0x17a)]())return{'errorCode':_0x2404e3['getErrorCode'](),'errorMessage':_0x2404e3[_0x20b853(0x189)]()};return{};}}catch(_0x36e887){return this[_0x20b853(0x1bf)](_0x20b853(0x19e)+_0x1e893e+':',_0x36e887),{};}}static async['getAggregatedErrorCodes'](){const _0x2e776d=a54_0x190117,_0x14c722={};_0x14c722['dluiu']=function(_0x578db2,_0x45244e){return _0x578db2!==_0x45244e;},_0x14c722[_0x2e776d(0x195)]=_0x2e776d(0x19b),_0x14c722[_0x2e776d(0x184)]=_0x2e776d(0x1ca);const _0x22149a=_0x14c722;try{if(BrowserstackCLI['getInstance']()[_0x2e776d(0x182)]()){const _0x5e5ae4=await GrpcClient[_0x2e776d(0x1c3)]()[_0x2e776d(0x1cd)]();if(_0x22149a[_0x2e776d(0x1cc)](_0x5e5ae4,null)&&_0x5e5ae4[_0x2e776d(0x17a)]()){const _0x554532=Buffer['from'](_0x5e5ae4['getErrorCodes'](),_0x22149a[_0x2e776d(0x195)])['toString'](),_0x329fd2=_0x554532?JSON[_0x2e776d(0x19c)](_0x554532):[],_0x1ae76d=_0x5e5ae4[_0x2e776d(0x18b)](),_0x537d7f=_0x5e5ae4[_0x2e776d(0x194)](),_0x550a7e=Buffer[_0x2e776d(0x196)](_0x5e5ae4[_0x2e776d(0x1a6)](),_0x22149a[_0x2e776d(0x195)])[_0x2e776d(0x16b)](),_0x103b19=_0x550a7e?JSON[_0x2e776d(0x19c)](_0x550a7e):[],_0x101c1b={};return _0x101c1b[_0x2e776d(0x171)]=_0x329fd2,_0x101c1b[_0x2e776d(0x1b1)]=_0x1ae76d,_0x101c1b[_0x2e776d(0x1b2)]=_0x537d7f,_0x101c1b[_0x2e776d(0x18d)]=_0x103b19,_0x101c1b;}const _0x5b0222={};return _0x5b0222[_0x2e776d(0x171)]=[],_0x5b0222[_0x2e776d(0x1b1)]='',_0x5b0222[_0x2e776d(0x1b2)]='',_0x5b0222[_0x2e776d(0x18d)]=[],_0x5b0222;}const _0x2c0624={};return _0x2c0624['errorCodes']=[],_0x2c0624['documentationLink']='',_0x2c0624[_0x2e776d(0x1b2)]='',_0x2c0624[_0x2e776d(0x18d)]=[],_0x2c0624;}catch(_0x142d4d){this[_0x2e776d(0x1bf)](_0x22149a[_0x2e776d(0x184)],_0x142d4d);const _0x2f65bd={};return _0x2f65bd['errorCodes']=[],_0x2f65bd['documentationLink']='',_0x2f65bd[_0x2e776d(0x1b2)]='',_0x2f65bd[_0x2e776d(0x18d)]=[],_0x2f65bd;}}static[a54_0x190117(0x1b6)](_0x4da195,_0x17f368){const _0x32c1f8=a54_0x190117;logger[_0x32c1f8(0x1bc)](_0x4da195+':\x20'+_0x17f368);}static[a54_0x190117(0x1ce)](_0x40b06f){const _0x3e6886=a54_0x190117,_0x873660={};_0x873660[_0x3e6886(0x1c9)]=function(_0x2ce8fa,_0x1af475){return _0x2ce8fa!=_0x1af475;},_0x873660[_0x3e6886(0x1ac)]=function(_0x2debb0,_0x2fc1ff){return _0x2debb0!=_0x2fc1ff;},_0x873660['TvfRY']=function(_0x495b49,_0x37658e){return _0x495b49>_0x37658e;},_0x873660['TqjTv']=function(_0x210d38,_0x57db49){return _0x210d38!=_0x57db49;};const _0x3a0748=_0x873660,_0xa544c4=[];if(_0x3a0748[_0x3e6886(0x1c9)](_0x40b06f,null)&&_0x3a0748[_0x3e6886(0x1ac)](_0x40b06f[_0x3e6886(0x18d)],null)&&_0x3a0748[_0x3e6886(0x17f)](_0x40b06f[_0x3e6886(0x18d)]['length'],0x0))for(const _0x5439ff of _0x40b06f[_0x3e6886(0x18d)]){_0x3a0748[_0x3e6886(0x1c9)](_0x5439ff['errorCode'],null)&&_0x3a0748[_0x3e6886(0x1bb)](_0x5439ff[_0x3e6886(0x1b7)],null)&&(_0xa544c4[_0x3e6886(0x1c1)](_0x5439ff[_0x3e6886(0x1c2)]),this[_0x3e6886(0x1b6)](_0x5439ff[_0x3e6886(0x1c2)],_0x5439ff['errorMessage']));}return _0xa544c4;}static[a54_0x190117(0x1af)](){return this['cachedErrorCodes'];}static[a54_0x190117(0x1bf)](_0x2effb1,_0x139dd7){const _0x4d3b97=a54_0x190117,_0x3823c4={};_0x3823c4[_0x4d3b97(0x188)]=function(_0x1ede2e,_0x4ffc41){return _0x1ede2e===_0x4ffc41;},_0x3823c4[_0x4d3b97(0x16a)]='object';const _0x137a14=_0x3823c4;if(_0x137a14[_0x4d3b97(0x188)](typeof _0x139dd7,_0x137a14[_0x4d3b97(0x16a)]))try{logger['error']('[ClientTroubleShootingService]\x20'+_0x2effb1+'\x20'+JSON[_0x4d3b97(0x1cf)](_0x139dd7));}catch(_0x209c8d){logger[_0x4d3b97(0x1d1)](_0x4d3b97(0x1a3)+_0x2effb1+'\x20'+_0x139dd7);}else logger[_0x4d3b97(0x1d1)](_0x4d3b97(0x1a3)+_0x2effb1+'\x20'+_0x139dd7);}static async['reportProcessInterruptionSituation'](_0x339ac2){const _0x413c42=a54_0x190117,_0x4dede3={};_0x4dede3[_0x413c42(0x18e)]=_0x413c42(0x1be),_0x4dede3[_0x413c42(0x18c)]=function(_0x47af3c,_0x85485b){return _0x47af3c===_0x85485b;},_0x4dede3[_0x413c42(0x1bd)]=_0x413c42(0x19a),_0x4dede3['oStlx']='{SIGNAL}';const _0xba238=_0x4dede3,_0x516759=await this[_0x413c42(0x191)](_0xba238['JYUZA']);if(_0xba238['JFAJz'](Object[_0x413c42(0x177)](_0x516759)[_0x413c42(0x187)],0x0)){this[_0x413c42(0x1bf)](_0xba238[_0x413c42(0x1bd)],_0x516759);return;}this[_0x413c42(0x1b6)](_0x516759['errorCode'],_0x516759[_0x413c42(0x1b7)][_0x413c42(0x186)](_0xba238[_0x413c42(0x1a4)],_0x339ac2));}static async[a54_0x190117(0x1c4)](){const _0x377752=a54_0x190117,_0x33e6d0={};_0x33e6d0['VyyYS']='Session\x20Linking\x20Issue',_0x33e6d0[_0x377752(0x181)]=function(_0x4a565e,_0x291f09){return _0x4a565e===_0x291f09;},_0x33e6d0[_0x377752(0x190)]='Session\x20Linking\x20Issue\x20details\x20not\x20found';const _0x3257c1=_0x33e6d0,_0x276722=await this[_0x377752(0x191)](_0x3257c1[_0x377752(0x1ad)]);if(_0x3257c1[_0x377752(0x181)](Object[_0x377752(0x177)](_0x276722)[_0x377752(0x187)],0x0)){this[_0x377752(0x1bf)](_0x3257c1[_0x377752(0x190)],_0x276722);return;}this['logSituation'](_0x276722[_0x377752(0x1c2)],_0x276722['errorMessage']);}static async[a54_0x190117(0x1a8)](){const _0x55b672=a54_0x190117,_0x17212b={};_0x17212b[_0x55b672(0x183)]=_0x55b672(0x18a),_0x17212b[_0x55b672(0x192)]=function(_0x43371f,_0x125632){return _0x43371f===_0x125632;},_0x17212b[_0x55b672(0x178)]=_0x55b672(0x176);const _0x5b5838=_0x17212b,_0x489480=await this['getErrorDetails'](_0x5b5838[_0x55b672(0x183)]);if(_0x5b5838[_0x55b672(0x192)](Object[_0x55b672(0x177)](_0x489480)[_0x55b672(0x187)],0x0)){this[_0x55b672(0x1bf)](_0x5b5838[_0x55b672(0x178)],_0x489480);return;}this['logSituation'](_0x489480[_0x55b672(0x1c2)],_0x489480[_0x55b672(0x1b7)]);}static async[a54_0x190117(0x1c7)](){const _0x52c716=a54_0x190117,_0x27fefa={};_0x27fefa[_0x52c716(0x168)]=_0x52c716(0x1d0),_0x27fefa[_0x52c716(0x1cb)]=function(_0x4ab963,_0x319255){return _0x4ab963===_0x319255;},_0x27fefa[_0x52c716(0x16e)]=_0x52c716(0x16f);const _0x2f59af=_0x27fefa,_0x4b361f=await this[_0x52c716(0x191)](_0x2f59af[_0x52c716(0x168)]);if(_0x2f59af['zJoiz'](Object[_0x52c716(0x177)](_0x4b361f)[_0x52c716(0x187)],0x0)){this['logError'](_0x2f59af[_0x52c716(0x16e)],_0x4b361f);return;}this[_0x52c716(0x1b6)](_0x4b361f[_0x52c716(0x1c2)],_0x4b361f[_0x52c716(0x1b7)]);}static['reportDotBrowserStackFolderNotAccessibleIssue'](){const _0x420b08=a54_0x190117,_0x2a3dc9={};_0x2a3dc9[_0x420b08(0x17b)]=_0x420b08(0x1a7),_0x2a3dc9[_0x420b08(0x170)]=function(_0x6af6b1,_0x3a4c82){return _0x6af6b1===_0x3a4c82;},_0x2a3dc9[_0x420b08(0x17c)]='.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found';const _0x8666d7=_0x2a3dc9,_0x374f2b=constants[_0x420b08(0x1ae)][_0x8666d7[_0x420b08(0x17b)]];if(_0x8666d7[_0x420b08(0x170)](Object[_0x420b08(0x177)](_0x374f2b)[_0x420b08(0x187)],0x0)){this[_0x420b08(0x1bf)](_0x8666d7[_0x420b08(0x17c)],_0x374f2b);return;}this[_0x420b08(0x19d)]['add'](_0x374f2b[0x0]),this[_0x420b08(0x1b6)](_0x374f2b[0x0],_0x374f2b[0x1]);}static async[a54_0x190117(0x169)](_0x14ea3a){const _0x1f5580=a54_0x190117,_0x1607b2={};_0x1607b2['tetkY']=_0x1f5580(0x1b9),_0x1607b2[_0x1f5580(0x1a1)]=function(_0x5e9d63,_0x7a221a){return _0x5e9d63===_0x7a221a;},_0x1607b2[_0x1f5580(0x199)]=_0x1f5580(0x193),_0x1607b2[_0x1f5580(0x1c0)]=_0x1f5580(0x185);const _0x5ae3ce=_0x1607b2,_0x498882=await this['getErrorDetails'](_0x5ae3ce[_0x1f5580(0x1b4)]);if(_0x5ae3ce[_0x1f5580(0x1a1)](Object[_0x1f5580(0x177)](_0x498882)['length'],0x0)){this[_0x1f5580(0x1bf)](_0x5ae3ce['xAIoh'],_0x498882);return;}const _0x2f11c6=_0x498882['errorMessage']['replace'](_0x5ae3ce[_0x1f5580(0x1c0)],_0x14ea3a);this[_0x1f5580(0x1b6)](_0x498882[_0x1f5580(0x1c2)],_0x2f11c6);}static async[a54_0x190117(0x1b5)](){const _0x52e235=a54_0x190117,_0x3c3226={};_0x3c3226['kOjsl']=function(_0xaf5df3,_0x565627){return _0xaf5df3>_0x565627;},_0x3c3226[_0x52e235(0x1ba)]=function(_0x5794e5,_0xba1265){return _0x5794e5>_0xba1265;},_0x3c3226[_0x52e235(0x174)]=_0x52e235(0x179),_0x3c3226[_0x52e235(0x1c5)]=_0x52e235(0x16d);const _0x4ba1a3=_0x3c3226,_0x366054=await this[_0x52e235(0x17e)](),_0x31ac7c=this[_0x52e235(0x1ce)](_0x366054),_0x239c33=Array['isArray'](_0x366054['errorCodes'])?_0x366054['errorCodes']:[],_0x4d41fe=_0x4ba1a3[_0x52e235(0x172)](this[_0x52e235(0x19d)][_0x52e235(0x1a9)],0x0)?Array['from'](this[_0x52e235(0x19d)]):[],_0x4a86e2=new Set([..._0x239c33,..._0x31ac7c,..._0x4d41fe]),_0x41771c=Array[_0x52e235(0x196)](_0x4a86e2);if(_0x4ba1a3[_0x52e235(0x1ba)](_0x41771c[_0x52e235(0x187)],0x0)){const _0xe14787=_0x366054['finalErrorMessage']['replace'](_0x4ba1a3[_0x52e235(0x174)],_0x41771c[_0x52e235(0x1a2)](',\x20'))[_0x52e235(0x186)](_0x4ba1a3[_0x52e235(0x1c5)],_0x366054['documentationLink']);logger[_0x52e235(0x1bc)](_0xe14787),this[_0x52e235(0x173)]=_0x41771c;}}}function a54_0x2c71(_0x1de7b8,_0x4b0fc8){const _0x12ddc8=a54_0x12dd();return a54_0x2c71=function(_0x2c718b,_0x5d37af){_0x2c718b=_0x2c718b-0x168;let _0x2c2a34=_0x12ddc8[_0x2c718b];return _0x2c2a34;},a54_0x2c71(_0x1de7b8,_0x4b0fc8);}module['exports']=ClientTroubleShootingService;
1
+ const a54_0x20c6d3=a54_0x48f2;function a54_0x48f2(_0x385d19,_0x3832e8){const _0x2e8fa5=a54_0x2e8f();return a54_0x48f2=function(_0x48f247,_0x1da6fc){_0x48f247=_0x48f247-0xf6;let _0x4e7af4=_0x2e8fa5[_0x48f247];return _0x4e7af4;},a54_0x48f2(_0x385d19,_0x3832e8);}(function(_0x22c5ca,_0x4d49d9){const _0x3a9de8=a54_0x48f2,_0x1ef60a=_0x22c5ca();while(!![]){try{const _0x580a0d=-parseInt(_0x3a9de8(0x13d))/0x1+parseInt(_0x3a9de8(0x112))/0x2+parseInt(_0x3a9de8(0x12b))/0x3*(-parseInt(_0x3a9de8(0x143))/0x4)+-parseInt(_0x3a9de8(0x11b))/0x5*(parseInt(_0x3a9de8(0x10c))/0x6)+-parseInt(_0x3a9de8(0x151))/0x7+parseInt(_0x3a9de8(0x107))/0x8+parseInt(_0x3a9de8(0x106))/0x9;if(_0x580a0d===_0x4d49d9)break;else _0x1ef60a['push'](_0x1ef60a['shift']());}catch(_0x1c6a04){_0x1ef60a['push'](_0x1ef60a['shift']());}}}(a54_0x2e8f,0xa2c37));function a54_0x2e8f(){const _0x25e905=['conflicting\x20env\x20var\x20detected','eZwNc','30417570DSQJhv','6653592FOaJcF','getErrorCode','checkForErrorsOccuredInCLI','.browserstack\x20Folder\x20Not\x20Accessible\x20details\x20not\x20found','getSuccess','1548390fHNvSp','logSituation','length','WTSoV','reportFinalDetectionState','error','1542760fovrYY','from','browserstack\x20cloud\x20not\x20reachable','YQwxR','isRunning','getCachedErrorCodes','YxLMT','UNQUZ','reportSessionLinkingIssue','25efFtIR','winstonLogger','reportProcessInterruptionSituation','logError','gNllw','errorCodesOccurredWhenCLINotRunning','XrFJq','oWXnG','errorCodesOccurredInCLI','reportSSLCertIssue','cLYrU','getErrorMessage','ehuax','Error\x20in\x20getting\x20aggregated\x20error\x20codes:','cachedErrorCodes','AwSOY','159EPHKOi','finalErrorMessage','../v2/grpcClient','getInstance','parse','Session\x20Linking\x20Issue','reportDotBrowserStackFolderNotAccessibleIssue','SSL\x20Certificate\x20Issue\x20details\x20not\x20found','reportConflictingEnvVarIssue','IvFqV','uTONJ','reportConnectivityIssue','replace','LHrXi','documentationLink','PIocA','SVTGJ','fmkOI','1219002GKNeyk','getAggregatedErrorCodes','UYMgZ','Error\x20in\x20getting\x20error\x20details\x20for\x20','ApVRo','getErrorCodes','92972nstiLe','../../helpers/logger','.browserstack\x20folder\x20not\x20accessible','./constants','getErrorDetails','errorCode','errorCodes','../v2/browserstackCLI','reportClientTroubleshootingError','fAtsw','{ERROR_CODES}','warn','{SIGNAL}','CLIENT_TROUBLESHOOTING_HASH','4024468fjvOaz','HcyHq','getDocumentationLink','sfrID','Svfnn','oMLQV','xCTdV','pYQRh','errorMessage','keys','IYRlN','exports','GfFYX','Session\x20Linking\x20Issue\x20details\x20not\x20found','{ENV_VAR}','Process\x20Interruption\x20details\x20not\x20found:','ddold','ssl\x20cert\x20issue','DRCKm','toString','[ClientTroubleShootingService]\x20'];a54_0x2e8f=function(){return _0x25e905;};return a54_0x2e8f();}const logger=require(a54_0x20c6d3(0x144))[a54_0x20c6d3(0x11c)],BrowserstackCLI=require(a54_0x20c6d3(0x14a)),GrpcClient=require(a54_0x20c6d3(0x12d)),constants=require(a54_0x20c6d3(0x146));class ClientTroubleShootingService{static [a54_0x20c6d3(0x129)]=null;static [a54_0x20c6d3(0x120)]=new Set();static async['getErrorDetails'](_0x4cb6e0){const _0x11467f=a54_0x20c6d3,_0x3468ab={};_0x3468ab[_0x11467f(0x13b)]=function(_0x1a929e,_0x1f6f22){return _0x1a929e!==_0x1f6f22;};const _0x2cc5c8=_0x3468ab;try{if(BrowserstackCLI['getInstance']()[_0x11467f(0x116)]()){const _0x4824a8=await GrpcClient[_0x11467f(0x12e)]()[_0x11467f(0x14b)](_0x4cb6e0);if(_0x2cc5c8[_0x11467f(0x13b)](_0x4824a8,null)&&_0x4824a8[_0x11467f(0x10b)]())return{'errorCode':_0x4824a8[_0x11467f(0x108)](),'errorMessage':_0x4824a8[_0x11467f(0x126)]()};return{};}}catch(_0x28755f){return this[_0x11467f(0x11e)](_0x11467f(0x140)+_0x4cb6e0+':',_0x28755f),{};}}static async[a54_0x20c6d3(0x13e)](){const _0x1230e1=a54_0x20c6d3,_0x66eb41={};_0x66eb41[_0x1230e1(0xff)]=function(_0x196db6,_0x494c23){return _0x196db6!==_0x494c23;},_0x66eb41[_0x1230e1(0x10f)]='base64',_0x66eb41[_0x1230e1(0x101)]=_0x1230e1(0x128);const _0x2bfaa2=_0x66eb41;try{if(BrowserstackCLI[_0x1230e1(0x12e)]()['isRunning']()){const _0x5629a9=await GrpcClient[_0x1230e1(0x12e)]()['getAggregatedClientTroubleshootingErrors']();if(_0x2bfaa2[_0x1230e1(0xff)](_0x5629a9,null)&&_0x5629a9[_0x1230e1(0x10b)]()){const _0x3ad12=Buffer[_0x1230e1(0x113)](_0x5629a9[_0x1230e1(0x142)](),_0x2bfaa2['WTSoV'])[_0x1230e1(0x102)](),_0x197649=_0x3ad12?JSON[_0x1230e1(0x12f)](_0x3ad12):[],_0x170158=_0x5629a9[_0x1230e1(0x153)](),_0x3d879d=_0x5629a9['getFinalErrorMessage'](),_0x30454f=Buffer[_0x1230e1(0x113)](_0x5629a9['getErrorCodesOccurredInCli'](),_0x2bfaa2[_0x1230e1(0x10f)])[_0x1230e1(0x102)](),_0x47caab=_0x30454f?JSON[_0x1230e1(0x12f)](_0x30454f):[],_0x4e62bc={};return _0x4e62bc[_0x1230e1(0x149)]=_0x197649,_0x4e62bc[_0x1230e1(0x139)]=_0x170158,_0x4e62bc[_0x1230e1(0x12c)]=_0x3d879d,_0x4e62bc['errorCodesOccurredInCLI']=_0x47caab,_0x4e62bc;}const _0x5c33e3={};return _0x5c33e3[_0x1230e1(0x149)]=[],_0x5c33e3[_0x1230e1(0x139)]='',_0x5c33e3[_0x1230e1(0x12c)]='',_0x5c33e3['errorCodesOccurredInCLI']=[],_0x5c33e3;}const _0x2bd6c8={};return _0x2bd6c8[_0x1230e1(0x149)]=[],_0x2bd6c8[_0x1230e1(0x139)]='',_0x2bd6c8[_0x1230e1(0x12c)]='',_0x2bd6c8['errorCodesOccurredInCLI']=[],_0x2bd6c8;}catch(_0x161992){this[_0x1230e1(0x11e)](_0x2bfaa2[_0x1230e1(0x101)],_0x161992);const _0x315281={};return _0x315281['errorCodes']=[],_0x315281[_0x1230e1(0x139)]='',_0x315281[_0x1230e1(0x12c)]='',_0x315281[_0x1230e1(0x123)]=[],_0x315281;}}static[a54_0x20c6d3(0x10d)](_0x5ca329,_0x4d2b95){const _0xadb2c8=a54_0x20c6d3;logger[_0xadb2c8(0x14e)](_0x5ca329+':\x20'+_0x4d2b95);}static[a54_0x20c6d3(0x109)](_0x56be55){const _0x288a39=a54_0x20c6d3,_0xd96040={};_0xd96040[_0x288a39(0x125)]=function(_0x525465,_0x54f8f9){return _0x525465!=_0x54f8f9;},_0xd96040[_0x288a39(0x141)]=function(_0x122266,_0x3f3223){return _0x122266!=_0x3f3223;},_0xd96040[_0x288a39(0x11f)]=function(_0x52957c,_0xfcb08a){return _0x52957c>_0xfcb08a;};const _0x59dc68=_0xd96040,_0x249ab1=[];if(_0x59dc68[_0x288a39(0x125)](_0x56be55,null)&&_0x59dc68[_0x288a39(0x141)](_0x56be55[_0x288a39(0x123)],null)&&_0x59dc68['gNllw'](_0x56be55[_0x288a39(0x123)][_0x288a39(0x10e)],0x0))for(const _0x4feb16 of _0x56be55[_0x288a39(0x123)]){_0x59dc68[_0x288a39(0x141)](_0x4feb16['errorCode'],null)&&_0x59dc68['ApVRo'](_0x4feb16[_0x288a39(0xf7)],null)&&(_0x249ab1['push'](_0x4feb16[_0x288a39(0x148)]),this['logSituation'](_0x4feb16[_0x288a39(0x148)],_0x4feb16[_0x288a39(0xf7)]));}return _0x249ab1;}static[a54_0x20c6d3(0x117)](){const _0x40ee16=a54_0x20c6d3;return this[_0x40ee16(0x129)];}static[a54_0x20c6d3(0x11e)](_0x8bba93,_0x3191b0){const _0x245e4c=a54_0x20c6d3,_0x1714d4={};_0x1714d4[_0x245e4c(0x156)]=function(_0x1142fa,_0x2837c1){return _0x1142fa===_0x2837c1;},_0x1714d4[_0x245e4c(0x115)]='object';const _0x2caaaf=_0x1714d4;if(_0x2caaaf['oMLQV'](typeof _0x3191b0,_0x2caaaf['YQwxR']))try{logger[_0x245e4c(0x111)](_0x245e4c(0x103)+_0x8bba93+'\x20'+JSON['stringify'](_0x3191b0));}catch(_0x1ccfb2){logger[_0x245e4c(0x111)](_0x245e4c(0x103)+_0x8bba93+'\x20'+_0x3191b0);}else logger[_0x245e4c(0x111)](_0x245e4c(0x103)+_0x8bba93+'\x20'+_0x3191b0);}static async[a54_0x20c6d3(0x11d)](_0x3fbc3c){const _0xebd044=a54_0x20c6d3,_0x4ee214={};_0x4ee214[_0xebd044(0x13f)]='Process\x20Interruption',_0x4ee214[_0xebd044(0x152)]=function(_0x5b118c,_0x41e4fe){return _0x5b118c===_0x41e4fe;},_0x4ee214[_0xebd044(0x14c)]=_0xebd044(0xfe),_0x4ee214[_0xebd044(0x127)]=_0xebd044(0x14f);const _0x1c6084=_0x4ee214,_0xc234be=await this[_0xebd044(0x147)](_0x1c6084[_0xebd044(0x13f)]);if(_0x1c6084['HcyHq'](Object[_0xebd044(0xf8)](_0xc234be)['length'],0x0)){this[_0xebd044(0x11e)](_0x1c6084[_0xebd044(0x14c)],_0xc234be);return;}this[_0xebd044(0x10d)](_0xc234be[_0xebd044(0x148)],_0xc234be['errorMessage'][_0xebd044(0x137)](_0x1c6084[_0xebd044(0x127)],_0x3fbc3c));}static async[a54_0x20c6d3(0x11a)](){const _0x581a75=a54_0x20c6d3,_0x5bc143={};_0x5bc143['sfrID']=_0x581a75(0x130),_0x5bc143[_0x581a75(0x135)]=function(_0x55a7f3,_0x2c4fcf){return _0x55a7f3===_0x2c4fcf;},_0x5bc143[_0x581a75(0x134)]=_0x581a75(0xfc);const _0x4a9d0f=_0x5bc143,_0x16a28a=await this[_0x581a75(0x147)](_0x4a9d0f[_0x581a75(0x154)]);if(_0x4a9d0f[_0x581a75(0x135)](Object[_0x581a75(0xf8)](_0x16a28a)[_0x581a75(0x10e)],0x0)){this[_0x581a75(0x11e)](_0x4a9d0f[_0x581a75(0x134)],_0x16a28a);return;}this[_0x581a75(0x10d)](_0x16a28a[_0x581a75(0x148)],_0x16a28a[_0x581a75(0xf7)]);}static async[a54_0x20c6d3(0x136)](){const _0x348768=a54_0x20c6d3,_0x2c464a={};_0x2c464a['UNQUZ']=_0x348768(0x114),_0x2c464a[_0x348768(0x157)]=function(_0x26c834,_0x3152f8){return _0x26c834===_0x3152f8;},_0x2c464a[_0x348768(0x12a)]='Connectivity\x20Issue\x20details\x20not\x20found';const _0x285a10=_0x2c464a,_0x49045f=await this[_0x348768(0x147)](_0x285a10[_0x348768(0x119)]);if(_0x285a10['xCTdV'](Object[_0x348768(0xf8)](_0x49045f)[_0x348768(0x10e)],0x0)){this[_0x348768(0x11e)](_0x285a10['AwSOY'],_0x49045f);return;}this[_0x348768(0x10d)](_0x49045f[_0x348768(0x148)],_0x49045f[_0x348768(0xf7)]);}static async[a54_0x20c6d3(0x124)](){const _0x3d7d00=a54_0x20c6d3,_0x13a9c1={};_0x13a9c1['fmkOI']=_0x3d7d00(0x100),_0x13a9c1[_0x3d7d00(0x155)]=function(_0x119917,_0x4414bd){return _0x119917===_0x4414bd;},_0x13a9c1[_0x3d7d00(0xfb)]=_0x3d7d00(0x132);const _0x37a7fd=_0x13a9c1,_0x2ec026=await this[_0x3d7d00(0x147)](_0x37a7fd[_0x3d7d00(0x13c)]);if(_0x37a7fd[_0x3d7d00(0x155)](Object[_0x3d7d00(0xf8)](_0x2ec026)[_0x3d7d00(0x10e)],0x0)){this[_0x3d7d00(0x11e)](_0x37a7fd[_0x3d7d00(0xfb)],_0x2ec026);return;}this[_0x3d7d00(0x10d)](_0x2ec026[_0x3d7d00(0x148)],_0x2ec026[_0x3d7d00(0xf7)]);}static[a54_0x20c6d3(0x131)](){const _0x529f82=a54_0x20c6d3,_0x466d73={};_0x466d73[_0x529f82(0x105)]=_0x529f82(0x145),_0x466d73[_0x529f82(0x122)]=function(_0x1b2967,_0x46b666){return _0x1b2967===_0x46b666;},_0x466d73[_0x529f82(0xf9)]=_0x529f82(0x10a);const _0x4197ce=_0x466d73,_0x53c456=constants[_0x529f82(0x150)][_0x4197ce['eZwNc']];if(_0x4197ce['oWXnG'](Object['keys'](_0x53c456)[_0x529f82(0x10e)],0x0)){this[_0x529f82(0x11e)](_0x4197ce[_0x529f82(0xf9)],_0x53c456);return;}this['errorCodesOccurredWhenCLINotRunning']['add'](_0x53c456[0x0]),this['logSituation'](_0x53c456[0x0],_0x53c456[0x1]);}static async[a54_0x20c6d3(0x133)](_0x264bff){const _0x187a0a=a54_0x20c6d3,_0xb46d48={};_0xb46d48[_0x187a0a(0xf6)]=_0x187a0a(0x104),_0xb46d48['PIocA']=function(_0x39cd18,_0x2c6acd){return _0x39cd18===_0x2c6acd;},_0xb46d48[_0x187a0a(0x138)]='Conflicting\x20Env\x20Var\x20details\x20not\x20found',_0xb46d48[_0x187a0a(0x121)]=_0x187a0a(0xfd);const _0x41f547=_0xb46d48,_0x3af5a2=await this[_0x187a0a(0x147)](_0x41f547[_0x187a0a(0xf6)]);if(_0x41f547[_0x187a0a(0x13a)](Object['keys'](_0x3af5a2)[_0x187a0a(0x10e)],0x0)){this['logError'](_0x41f547[_0x187a0a(0x138)],_0x3af5a2);return;}const _0x46569f=_0x3af5a2[_0x187a0a(0xf7)][_0x187a0a(0x137)](_0x41f547['XrFJq'],_0x264bff);this[_0x187a0a(0x10d)](_0x3af5a2['errorCode'],_0x46569f);}static async[a54_0x20c6d3(0x110)](){const _0x2cf784=a54_0x20c6d3,_0x57c2c0={};_0x57c2c0['YxLMT']=function(_0x5bdf0b,_0x36e65d){return _0x5bdf0b>_0x36e65d;},_0x57c2c0['rHOJJ']=_0x2cf784(0x14d),_0x57c2c0['vSPMP']='{CLIENT_TROUBLESHOOTING_DOCUMENTATION}';const _0x12f7d4=_0x57c2c0,_0x4ab6b4=await this[_0x2cf784(0x13e)](),_0x3d18fe=this[_0x2cf784(0x109)](_0x4ab6b4),_0x4042af=Array['isArray'](_0x4ab6b4['errorCodes'])?_0x4ab6b4[_0x2cf784(0x149)]:[],_0x1db656=_0x12f7d4[_0x2cf784(0x118)](this[_0x2cf784(0x120)]['size'],0x0)?Array['from'](this[_0x2cf784(0x120)]):[],_0x21177f=new Set([..._0x4042af,..._0x3d18fe,..._0x1db656]),_0x5becb7=Array['from'](_0x21177f);if(_0x12f7d4['YxLMT'](_0x5becb7[_0x2cf784(0x10e)],0x0)){const _0x4ec4d2=_0x4ab6b4['finalErrorMessage']['replace'](_0x12f7d4['rHOJJ'],_0x5becb7['join'](',\x20'))[_0x2cf784(0x137)](_0x12f7d4['vSPMP'],_0x4ab6b4[_0x2cf784(0x139)]);logger['warn'](_0x4ec4d2),this[_0x2cf784(0x129)]=_0x5becb7;}}}module[a54_0x20c6d3(0xfa)]=ClientTroubleShootingService;
@@ -1 +1 @@
1
- const a55_0x417161=a55_0x2c3d;(function(_0x15a94b,_0x4de724){const _0x27136b=a55_0x2c3d,_0x363d7a=_0x15a94b();while(!![]){try{const _0x365bb2=parseInt(_0x27136b(0x270))/0x1*(parseInt(_0x27136b(0x1ee))/0x2)+parseInt(_0x27136b(0x24f))/0x3+parseInt(_0x27136b(0x23a))/0x4*(parseInt(_0x27136b(0x2a0))/0x5)+-parseInt(_0x27136b(0x248))/0x6+-parseInt(_0x27136b(0x2ba))/0x7+-parseInt(_0x27136b(0x1ff))/0x8*(-parseInt(_0x27136b(0x1dd))/0x9)+parseInt(_0x27136b(0x25f))/0xa;if(_0x365bb2===_0x4de724)break;else _0x363d7a['push'](_0x363d7a['shift']());}catch(_0x300ea5){_0x363d7a['push'](_0x363d7a['shift']());}}}(a55_0x4b1f,0x43730));const a55_0x61efa0={};a55_0x61efa0[a55_0x417161(0x21f)]=a55_0x417161(0x1f1),a55_0x61efa0[a55_0x417161(0x294)]=a55_0x417161(0x206);const a55_0x4d5c5a={};a55_0x4d5c5a[a55_0x417161(0x21f)]=a55_0x417161(0x277);const a55_0x45c189={};a55_0x45c189[a55_0x417161(0x21f)]=a55_0x417161(0x1ef);const a55_0x3426d4={};a55_0x3426d4[a55_0x417161(0x21f)]=a55_0x417161(0x287);const a55_0x1c855b={};a55_0x1c855b[a55_0x417161(0x21f)]=a55_0x417161(0x1f7);const a55_0xd1749b={};a55_0xd1749b[a55_0x417161(0x21f)]=a55_0x417161(0x29d);const a55_0x25673c={};a55_0x25673c[a55_0x417161(0x21f)]=a55_0x417161(0x299);const a55_0x5a784a={};a55_0x5a784a['INFO']=a55_0x417161(0x2af);const a55_0x3ef013={};a55_0x3ef013[a55_0x417161(0x21f)]='Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing';const a55_0x4affbd={};a55_0x4affbd[a55_0x417161(0x21f)]=a55_0x417161(0x245);const a55_0x96ce8d={};a55_0x96ce8d[a55_0x417161(0x2b7)]=a55_0x417161(0x2ae),a55_0x96ce8d[a55_0x417161(0x1db)]=a55_0x417161(0x22f),a55_0x96ce8d[a55_0x417161(0x2a5)]=a55_0x417161(0x280),a55_0x96ce8d['CODECEPT']=a55_0x417161(0x1e9),a55_0x96ce8d['CODECEPT_CUCUMBER']=a55_0x417161(0x228),a55_0x96ce8d[a55_0x417161(0x279)]='cucumber',a55_0x96ce8d['VANILLA']=a55_0x417161(0x242);const a55_0xa37d4a={};function a55_0x4b1f(){const _0x5d00a6=['A11Y_GET_RESULTS_SUMMARY','INFO','INTEGRATIONS','COMMONJS','SDKTestInitFailedResponse','O11Y_URL','browserstackAutomation','userName','ATS_WSS_URL_REGEX','turboScaleOptions','codeceptjs-cucumber','8|9|0|11|4|1|6|12|2|10|7|3|5','VANILLA','firefoxOptions','INVALID_INIT_RESP_WITH_USER_IMPACT','playwright','BSTACK_ATS_URL','mocha','USER_CONFIG_DETAILS_PATH','ERR_PROXY_CONNECTION_FAILED','SDKTestTcgDownResponse','turboScale','AI_PROXY_FAILURE','DEPTH_ZERO_SELF_SIGNED_CERT','ERR_FAILED','https://observability-devtestops.bsstag.com','ERR_CONNECTION_TIMED_OUT','Cucumber-JS','1076gIKATx','TCG_AUTH_FAILURE','ieOptions','proxySettings','bsstag.com','browserstackLocal','VALID_APP_EXTENSION','customVariables','vanilla','bsstag','NUDGE_LOCAL_ERRORS','Connect\x20on\x20prem\x20instances\x20to\x20Browserstack','MODULE','^[a-zA-Z0-9_.-]*$','2752092JZfwMK','localOptions','unable\x20to\x20verify\x20the\x20first\x20certificate','BROWSERSTACK_ENV','staging','SDKTestTcgProxyFailure','SHAREABLE_ID_REGEX','452586cvzitR','BINARY_BUSY_ERROR_CODES','Upgrade\x20required','ERR_NETWORK_CHANGED','TCG_DOWN','ERR_TIMED_OUT','unable\x20to\x20get\x20local\x20issuer\x20certificate','wss://cdp.browserstack.com/playwright?caps=','.aab','httpsProxy','UPGRADE_REQUIRED','edgeOptions','hubUrl','HEALING_FAILURE_TIMEOUT','APP_AUTOMATE_PRODUCTS','AUTOMATION_LOG_COMMANDS','1896100CJmOmQ','ERR_ADDRESS_UNREACHABLE','https://hub.browserstack.com/wd/hub','SDKTestTcgtInitSuccessful','percyScreenshot','https://api-cloud-devtestops.bsstag.com','pageLoadStrategy','BSTACK_URL','OBSERVABILITY_UPLOAD_URL','ERR_NAME_NOT_RESOLVED','framework','ETXTBSY','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','https://hub-preprod.bsstag.com/wd/hub','ERR_CONNECTION_REFUSED','ObservabilitySync','POLL_HEALING_RESULT_TIMEOUT','430yGzQOb','PERCY_SUPPORTED_FRAMEWORKS','ROOT_REGEX','testContextOptions','...[TRUNCATED]','SDK-GEN-001','CODECEPTJS','Run\x20jest\x20tests\x20on\x20browserstack','percyOptions','CUCUMBER','APP_UPLOAD_URL','TEST\x20REPORTING\x20AND\x20ANALYTICS','localProxyUser','browserstack.overridelocalInfo.userAuthToken','use','ERR_ADDRESS_INVALID','jest','testReportingOptions','HUB_URL_REGEX','TCG_REGION','AUTOMATE','INTERNALLY_USED_ENV_VARS','9|3|8|5|1|7|4|0|2|12|6|11|10','Run\x20cucumber-js\x20tests\x20on\x20browserstack','mandatoryDependency','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','httpProxy','BROWSERSTACK_APP_AUTOMATE_URL','Mocha','parallelsPerPlatform','GLOBAL_AGENT_NO_PROXY','localProxyPass','CI_ARTIFACTS_PATH','env','module','https://eds.browserstack.com','HELP','SDK_INSTRUMENTATION_CONFIG','browserStackLocalOptions','ROOT_CAPS','TCG_URL','Run\x20playwright\x20tests\x20on\x20Browserstack','AUTOLOGCAPTURE_NOTIFICATION','BROWSERSTACK_AUTOMATE_URL','toLowerCase','Run\x20nightwatch\x20tests\x20on\x20browserstack','testObservability','sdk/v1/update_cli','6085ZXeyBI','observability','ERR_CONNECTION_ABORTED','https://upload-observability-preprod.bsstag.com','BROWSERSTACK','JEST','pre-prod','accessibility','testReporting','EBUSY','FRAMEWORKS','acceptSslCerts','wss://cdp-preprod.bsstag.com/playwright?caps=','ATS_HUB_URL_REGEX','Playwright','Run\x20codeceptjs\x20tests\x20on\x20browserstack','percy','authToken','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','GIT_META_DATA_TRUNCATED','https://apidevtestops.bsstag.com','SDKTestInvalidTcgAuthResponseWithUserImpact','UNABLE_TO_VERIFY_LEAF_SIGNATURE','PLAYWRIGHT','AI_INIT_SUCCESSFUL','stag','1578332DWoVAc','PLAYWRIGHT_HUB_URL','automation','FUNNEL_INSTRUMENTATION_API_URL','ERR_TUNNEL_CONNECTION_FAILED','name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','EDS_URL','https://api.browserstack.com','exports','A11Y_GET_RESULTS','AI_INIT_FAILURE','MOCHA','TEST_FRAMEWORK_HOOK_TIMEOUT','32841uaZLHJ','CUSTOM_ID_REGEX','https://app-automate.browserstack.com/dashboard/v2/builds/','testOrchestrationOptions','browserName','MAX_GIT_META_DATA_SIZE_IN_BYTES','percyCaptureMode','TEST_REPORTING_ANALYTICS','PACKAGE_TYPE','PRIVATE_DOMAIN_OR_IP_REGEX','https://automate-preprod.bsstag.com/dashboard/v2/builds/','ERR_SOCKET_NOT_CONNECTED','codeceptjs','browserstack.userName','./browserstack-artifacts/','CLI_SUPPORTED_FRAMEWORKS','browserstack.accessKey','1276TYzGbm','Run\x20mocha\x20tests\x20on\x20browserstack','AUTOMATE_PRODUCTS','shows\x20version\x20information','A11Y_SCAN','.apk','proxyUser','accessKey','proxyPassword','Run\x20js\x20tests\x20on\x20browserstack','commonjs','https://automation.browserstack.com','https://api-preprod.bsstag.com','https://tcg.bsstag.com','REDACTED_KEYS','strictFileInteractability','logLevel','40VmGPZK','chromeOptions','CONNECTIVITY_ISSUE_ERROR_CODES','testObservabilityOptions','TCG_AUTH_TIMEOUT','BROWSERSTACK_API_URL','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','Specify\x20--help\x20for\x20available\x20options','disableAutoCaptureLogs','ERR_CONNECTION_CLOSED','accessibilityOptions','split','invalidTestInputType','browserstack.com','SDKTestTcgAuthFailure','app-automate','https://edsstaging.bsstag.com','ERR_CONNECTION_RESET','ERR_TLS_CERT_ALTNAME_INVALID','PLAYWRIGHT_TRACE_LOGS','prod','sdk/v1/event','platforms','ERR_NAME_RESOLUTION_FAILED','DEBUG_LOG_FILE_NAME','HEALING_LOG_DATA_TIMEOUT','BSTACK_DELTA','Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','wss://cdp-devtestops.bsstag.com/playwright?caps=','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','/usage-debug.log'];a55_0x4b1f=function(){return _0x5d00a6;};return a55_0x4b1f();}a55_0xa37d4a['invalidKeys']=a55_0x417161(0x21a),a55_0xa37d4a['uniqueDependency']=a55_0x417161(0x205),a55_0xa37d4a[a55_0x417161(0x288)]=a55_0x417161(0x2bf),a55_0xa37d4a[a55_0x417161(0x20b)]='Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file';const a55_0x54a00e={};a55_0x54a00e[a55_0x417161(0x221)]=a55_0x417161(0x1f8),a55_0x54a00e[a55_0x417161(0x246)]=a55_0x417161(0x292);const a55_0x51b26f={};a55_0x51b26f[a55_0x417161(0x28c)]=0xfde8,a55_0x51b26f[a55_0x417161(0x239)]=0xfde8,a55_0x51b26f['Jest']=0x186a0;const a55_0x36acfe={};a55_0x36acfe['root']=[a55_0x417161(0x225),a55_0x417161(0x1f5),'httpProxy',a55_0x417161(0x258),'customVariables',a55_0x417161(0x1ea),a55_0x417161(0x1ed),a55_0x417161(0x1f6),a55_0x417161(0x2b1),'proxyUrl',a55_0x417161(0x27d)],a55_0x36acfe[a55_0x417161(0x296)]=[a55_0x417161(0x1f4),'proxyPass',a55_0x417161(0x27c),a55_0x417161(0x28f)];const a55_0x53bf80={};a55_0x53bf80[a55_0x417161(0x23f)]=a55_0x417161(0x23f),a55_0x53bf80['browserStackLocalOptions']=a55_0x417161(0x296),a55_0x53bf80[a55_0x417161(0x249)]=a55_0x417161(0x296),a55_0x53bf80[a55_0x417161(0x28d)]='parallelsPerPlatform',a55_0x53bf80[a55_0x417161(0x215)]=a55_0x417161(0x215),a55_0x53bf80[a55_0x417161(0x1fe)]=a55_0x417161(0x1fe),a55_0x53bf80[a55_0x417161(0x28a)]='httpProxy',a55_0x53bf80['httpsProxy']=a55_0x417161(0x258),a55_0x53bf80['framework']=a55_0x417161(0x269),a55_0x53bf80[a55_0x417161(0x273)]='testContextOptions',a55_0x53bf80[a55_0x417161(0x29e)]=a55_0x417161(0x29e),a55_0x53bf80[a55_0x417161(0x2a8)]=a55_0x417161(0x2a8),a55_0x53bf80['testObservabilityOptions']=a55_0x417161(0x202),a55_0x53bf80[a55_0x417161(0x281)]=a55_0x417161(0x281),a55_0x53bf80[a55_0x417161(0x241)]=a55_0x417161(0x241),a55_0x53bf80[a55_0x417161(0x2bc)]=a55_0x417161(0x224),a55_0x53bf80[a55_0x417161(0x224)]='browserstackAutomation',a55_0x53bf80['rerunTests']='rerunTests',a55_0x53bf80[a55_0x417161(0x2b0)]=a55_0x417161(0x2b0),a55_0x53bf80[a55_0x417161(0x278)]=a55_0x417161(0x278),a55_0x53bf80[a55_0x417161(0x1e3)]=a55_0x417161(0x1e3),a55_0x53bf80[a55_0x417161(0x207)]='disableAutoCaptureLogs',a55_0x53bf80['accessibility']=a55_0x417161(0x2a7),a55_0x53bf80['accessibilityOptions']=a55_0x417161(0x209),a55_0x53bf80[a55_0x417161(0x233)]='turboScale',a55_0x53bf80[a55_0x417161(0x227)]='turboScaleOptions',a55_0x53bf80[a55_0x417161(0x23d)]=a55_0x417161(0x23d),a55_0x53bf80[a55_0x417161(0x1e0)]=a55_0x417161(0x1e0);function a55_0x2c3d(_0x127e20,_0x174935){const _0x4b1ff5=a55_0x4b1f();return a55_0x2c3d=function(_0x2c3d09,_0x31f989){_0x2c3d09=_0x2c3d09-0x1d7;let _0x39903d=_0x4b1ff5[_0x2c3d09];return _0x39903d;},a55_0x2c3d(_0x127e20,_0x174935);}const a55_0x5dad7c={};a55_0x5dad7c['.browserstack\x20folder\x20not\x20accessible']=[a55_0x417161(0x275),'[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_0x4b8761={};a55_0x4b8761['VERSION']=a55_0x61efa0,a55_0x4b8761[a55_0x417161(0x2a5)]=a55_0x4d5c5a,a55_0x4b8761[a55_0x417161(0x1db)]=a55_0x45c189,a55_0x4b8761[a55_0x417161(0x279)]=a55_0x3426d4,a55_0x4b8761[a55_0x417161(0x22a)]=a55_0x1c855b,a55_0x4b8761['NIGHTWATCH']=a55_0xd1749b,a55_0x4b8761[a55_0x417161(0x2b7)]=a55_0x25673c,a55_0x4b8761[a55_0x417161(0x276)]=a55_0x5a784a,a55_0x4b8761['HST']=a55_0x3ef013,a55_0x4b8761[a55_0x417161(0x220)]=a55_0x4affbd,a55_0x4b8761[a55_0x417161(0x219)]=0xf*0x3c*0x3e8,a55_0x4b8761[a55_0x417161(0x25b)]=a55_0x417161(0x261),a55_0x4b8761[a55_0x417161(0x298)]='https://tcg.browserstack.com',a55_0x4b8761[a55_0x417161(0x283)]=a55_0x417161(0x27e),a55_0x4b8761[a55_0x417161(0x282)]=/^hub(-[a-z]+)?\.browserstack\.com$/,a55_0x4b8761[a55_0x417161(0x2ad)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a55_0x4b8761[a55_0x417161(0x226)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a55_0x4b8761[a55_0x417161(0x297)]=['acceptInsecureCerts',a55_0x417161(0x265),a55_0x417161(0x1fd),'unhandledPromptBehavior','timeouts',a55_0x417161(0x1e1),'browserVersion',a55_0x417161(0x2ab),'acceptSslCert',a55_0x417161(0x200),a55_0x417161(0x22b),a55_0x417161(0x25a),a55_0x417161(0x23c)],a55_0x4b8761[a55_0x417161(0x272)]=/^[\w-]+:.*$/,a55_0x4b8761[a55_0x417161(0x1e6)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a55_0x4b8761[a55_0x417161(0x2c0)]=a55_0x417161(0x293),a55_0x4b8761[a55_0x417161(0x204)]=a55_0x417161(0x1d7),a55_0x4b8761[a55_0x417161(0x27a)]='https://api-cloud.browserstack.com',a55_0x4b8761['UPDATED_CLI_ENDPOINT']=a55_0x417161(0x29f),a55_0x4b8761[a55_0x417161(0x2bd)]=a55_0x417161(0x214),a55_0x4b8761[a55_0x417161(0x1f0)]=['automate',a55_0x417161(0x2a1)],a55_0x4b8761[a55_0x417161(0x25d)]=[a55_0x417161(0x20e),a55_0x417161(0x2a1)],a55_0x4b8761['PRODUCT_IF_NOT_BROWSERSTACK_INFRA']=[a55_0x417161(0x2a1)],a55_0x4b8761['OBSERVABILITY_UPLOAD_URL']='https://upload-observability.browserstack.com',a55_0x4b8761['OBSERVABILITY_SUPPORTED_FWS']=['mocha',a55_0x417161(0x2ae)],a55_0x4b8761[a55_0x417161(0x284)]=['automate'],a55_0x4b8761[a55_0x417161(0x29b)]='https://automate.browserstack.com/dashboard/v2/builds/',a55_0x4b8761['BROWSERSTACK_APP_AUTOMATE_URL']=a55_0x417161(0x1df),a55_0x4b8761['APP_AUTOMATE']=['app-automate'],a55_0x4b8761[a55_0x417161(0x244)]=[a55_0x417161(0x236),a55_0x417161(0x254),'ERR_BLOCKED_BY_CLIENT',a55_0x417161(0x252),a55_0x417161(0x1e8),a55_0x417161(0x208),a55_0x417161(0x210),a55_0x417161(0x26d),a55_0x417161(0x2a2),'ERR_CONNECTION_FAILED',a55_0x417161(0x268),a55_0x417161(0x27f),a55_0x417161(0x260),a55_0x417161(0x2be),a55_0x417161(0x238),'ERR_SOCKS_CONNECTION_FAILED','ERR_SOCKS_CONNECTION_HOST_UNREACHABLE',a55_0x417161(0x231),a55_0x417161(0x268),a55_0x417161(0x216),'ERR_MANDATORY_PROXY_CONFIGURATION_FAILED'],a55_0x4b8761[a55_0x417161(0x240)]=[a55_0x417161(0x1f3),a55_0x417161(0x257),'.ipa'],a55_0x4b8761[a55_0x417161(0x1de)]=a55_0x417161(0x247),a55_0x4b8761[a55_0x417161(0x24e)]=a55_0x417161(0x289),a55_0x4b8761[a55_0x417161(0x290)]=a55_0x417161(0x1eb),a55_0x4b8761[a55_0x417161(0x2bb)]=a55_0x417161(0x256),a55_0x4b8761[a55_0x417161(0x2aa)]=a55_0x96ce8d,a55_0x4b8761[a55_0x417161(0x271)]=[a55_0x417161(0x280),a55_0x417161(0x22f)],a55_0x4b8761['PLAYWRIGHT_CONFIG_OPTION_ERRORS']=a55_0xa37d4a,a55_0x4b8761[a55_0x417161(0x29a)]='Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.',a55_0x4b8761[a55_0x417161(0x1e5)]=a55_0x54a00e,a55_0x4b8761[a55_0x417161(0x1e2)]=0x40*0x400,a55_0x4b8761[a55_0x417161(0x2b3)]=a55_0x417161(0x274),a55_0x4b8761[a55_0x417161(0x259)]=a55_0x417161(0x251),a55_0x4b8761[a55_0x417161(0x253)]=a55_0x417161(0x232),a55_0x4b8761[a55_0x417161(0x22c)]=a55_0x417161(0x2b5),a55_0x4b8761[a55_0x417161(0x23b)]=a55_0x417161(0x20d),a55_0x4b8761[a55_0x417161(0x2b8)]=a55_0x417161(0x262),a55_0x4b8761[a55_0x417161(0x1da)]=a55_0x417161(0x222),a55_0x4b8761[a55_0x417161(0x234)]=a55_0x417161(0x24d),a55_0x4b8761[a55_0x417161(0x203)]=0x1388,a55_0x4b8761['SET_TCG_TOKEN_TIMEOUT']=0x1388,a55_0x4b8761[a55_0x417161(0x218)]=0x1388,a55_0x4b8761[a55_0x417161(0x25c)]=0x1388,a55_0x4b8761[a55_0x417161(0x26f)]=0xc350,a55_0x4b8761[a55_0x417161(0x1dc)]=a55_0x51b26f,a55_0x4b8761[a55_0x417161(0x1fc)]=a55_0x36acfe,a55_0x4b8761['AI_ENABLED_FRAMEWORK']=[a55_0x417161(0x242),a55_0x417161(0x1e9)],a55_0x4b8761[a55_0x417161(0x295)]=a55_0x53bf80,a55_0x4b8761['LOG_FILE_NAME']='/usage.log',a55_0x4b8761[a55_0x417161(0x217)]=a55_0x417161(0x21d),a55_0x4b8761[a55_0x417161(0x266)]=a55_0x417161(0x20c),a55_0x4b8761[a55_0x417161(0x22e)]='browserstack-ats.com',a55_0x4b8761[a55_0x417161(0x223)]=a55_0x417161(0x1f9),a55_0x4b8761[a55_0x417161(0x1e4)]=a55_0x417161(0x27b),a55_0x4b8761[a55_0x417161(0x2a4)]='browserstack',a55_0x4b8761[a55_0x417161(0x1ec)]=[a55_0x417161(0x22d),'cucumber',a55_0x417161(0x280)],a55_0x4b8761[a55_0x417161(0x25e)]=[a55_0x417161(0x1f2),a55_0x417161(0x21e),a55_0x417161(0x1d9),'A11Y_SAVE_RESULTS',a55_0x417161(0x263),a55_0x417161(0x26e)],a55_0x4b8761[a55_0x417161(0x212)]=a55_0x417161(0x212),a55_0x4b8761['SSL_ERROR_MESSAGES']=['self\x20signed\x20certificate',a55_0x417161(0x24a),'certificate\x20has\x20expired',a55_0x417161(0x255),'ERR_TLS_CERT_ALTNAME_INVALID','DEPTH_ZERO_SELF_SIGNED_CERT'],a55_0x4b8761['SSL_ERROR_CODES']=['SELF_SIGNED_CERT_IN_CHAIN',a55_0x417161(0x235),a55_0x417161(0x2b6),'CERT_HAS_EXPIRED',a55_0x417161(0x211),a55_0x417161(0x21c)],a55_0x4b8761[a55_0x417161(0x201)]=[0x193,0x197,0x1f6,0x1f7,0x1f8],a55_0x4b8761['CLIENT_TROUBLESHOOTING_HASH']=a55_0x5dad7c,a55_0x4b8761[a55_0x417161(0x285)]=['GLOBAL_AGENT_HTTP_PROXY',a55_0x417161(0x28e),a55_0x417161(0x230)],a55_0x4b8761[a55_0x417161(0x250)]=[a55_0x417161(0x26a),a55_0x417161(0x2a9)],module[a55_0x417161(0x1d8)]=a55_0x4b8761;const _env=(process[a55_0x417161(0x291)][a55_0x417161(0x24b)]||a55_0x417161(0x213))[a55_0x417161(0x29c)]();if(_env===a55_0x417161(0x24c)||_env===a55_0x417161(0x2b9)){const CvHLrT=a55_0x417161(0x286)[a55_0x417161(0x20a)]('|');let tKVgaX=0x0;while(!![]){switch(CvHLrT[tKVgaX++]){case'0':module[a55_0x417161(0x1d8)][a55_0x417161(0x2bb)]=a55_0x417161(0x21b);continue;case'1':module['exports'][a55_0x417161(0x29b)]=a55_0x417161(0x26b);continue;case'2':module['exports'][a55_0x417161(0x266)]=a55_0x417161(0x23e);continue;case'3':module[a55_0x417161(0x1d8)][a55_0x417161(0x204)]=a55_0x417161(0x2b4);continue;case'4':module[a55_0x417161(0x1d8)][a55_0x417161(0x27a)]=a55_0x417161(0x264);continue;case'5':module[a55_0x417161(0x1d8)]['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'6':module[a55_0x417161(0x1d8)][a55_0x417161(0x267)]='https://upload-observability-devtestops-ssi.bsstag.com';continue;case'7':module['exports'][a55_0x417161(0x28b)]='https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/';continue;case'8':module[a55_0x417161(0x1d8)][a55_0x417161(0x298)]=a55_0x417161(0x1fb);continue;case'9':module[a55_0x417161(0x1d8)][a55_0x417161(0x25b)]='https://hub-devtestops.bsstag.com/wd/hub';continue;case'10':module[a55_0x417161(0x1d8)]['BROWSERSTACK']=a55_0x417161(0x243);continue;case'11':module[a55_0x417161(0x1d8)]['EDS_URL']='https://edsstaging.bsstag.com';continue;case'12':module[a55_0x417161(0x1d8)]['O11Y_URL']=a55_0x417161(0x237);continue;}break;}}else{if(_env==='preprod'||_env===a55_0x417161(0x2a6)){const sCgxIq=a55_0x417161(0x229)[a55_0x417161(0x20a)]('|');let yOxYUP=0x0;while(!![]){switch(sCgxIq[yOxYUP++]){case'0':module[a55_0x417161(0x1d8)][a55_0x417161(0x298)]='https://tcg-preprod.bsstag.com';continue;case'1':module[a55_0x417161(0x1d8)]['BROWSERSTACK_APP_AUTOMATE_URL']=a55_0x417161(0x2b2);continue;case'2':module[a55_0x417161(0x1d8)]['BSTACK_URL']=a55_0x417161(0x23e);continue;case'3':module[a55_0x417161(0x1d8)]['EDS_URL']=a55_0x417161(0x20f);continue;case'4':module[a55_0x417161(0x1d8)][a55_0x417161(0x29b)]=a55_0x417161(0x1e7);continue;case'5':module[a55_0x417161(0x1d8)][a55_0x417161(0x2a4)]='bsstag';continue;case'6':module[a55_0x417161(0x1d8)][a55_0x417161(0x27a)]=a55_0x417161(0x1fa);continue;case'7':module['exports'][a55_0x417161(0x267)]=a55_0x417161(0x2a3);continue;case'8':module['exports'][a55_0x417161(0x25b)]=a55_0x417161(0x26c);continue;case'9':module[a55_0x417161(0x1d8)]['BROWSERSTACK_API_URL']=a55_0x417161(0x1fa);continue;case'10':module[a55_0x417161(0x1d8)][a55_0x417161(0x223)]='https://automation-preprod.bsstag.com';continue;case'11':module['exports'][a55_0x417161(0x282)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'12':module[a55_0x417161(0x1d8)][a55_0x417161(0x2bb)]=a55_0x417161(0x2ac);continue;}break;}}}
1
+ const a55_0x42ca48=a55_0x22ce;(function(_0x1d00b2,_0x276b49){const _0x29bc8d=a55_0x22ce,_0x257762=_0x1d00b2();while(!![]){try{const _0x1c0f87=parseInt(_0x29bc8d(0x1f7))/0x1+parseInt(_0x29bc8d(0x210))/0x2+parseInt(_0x29bc8d(0x290))/0x3+-parseInt(_0x29bc8d(0x234))/0x4+parseInt(_0x29bc8d(0x1f4))/0x5+parseInt(_0x29bc8d(0x2a2))/0x6+-parseInt(_0x29bc8d(0x27c))/0x7;if(_0x1c0f87===_0x276b49)break;else _0x257762['push'](_0x257762['shift']());}catch(_0x2a89dd){_0x257762['push'](_0x257762['shift']());}}}(a55_0x923a,0x43c2f));const a55_0x1b6b12={};a55_0x1b6b12[a55_0x42ca48(0x23f)]=a55_0x42ca48(0x216),a55_0x1b6b12[a55_0x42ca48(0x296)]=a55_0x42ca48(0x253);const a55_0x27dc44={};a55_0x27dc44[a55_0x42ca48(0x23f)]=a55_0x42ca48(0x2b8);const a55_0x1d2bd1={};function a55_0x923a(){const _0x1e2266=['https://apidevtestops.bsstag.com','./browserstack-artifacts/','APP_AUTOMATE','browserName','ERR_CONNECTION_CLOSED','pageLoadStrategy','REDACTED_KEYS','httpProxy','APP_UPLOAD_URL','sdk/v1/event','BROWSERSTACK_API_URL','proxySettings','wss://cdp-devtestops.bsstag.com/playwright?caps=','testObservability','4|1|7|12|6|8|2|11|10|3|0|5|9','/usage.log','ERR_NETWORK_CHANGED','BSTACK_DELTA','https://upload-observability-devtestops-ssi.bsstag.com','Run\x20mocha\x20tests\x20on\x20browserstack','commonjs','HEALING_LOG_DATA_TIMEOUT','UPGRADE_REQUIRED','TCG_DOWN','testReportingOptions','Run\x20codeceptjs\x20tests\x20on\x20browserstack','automate','cucumber','https://automate-devtestops.bsstag.com/dashboard/v2/builds/','BROWSERSTACK_APP_AUTOMATE_URL','^[a-zA-Z0-9_.-]*/[a-zA-Z0-9_.-]*$','app-automate','ERR_CONNECTION_TIMED_OUT','SDKTestTcgProxyFailure','browserstack-ats.com','httpsProxy','accessibility','split','2319744xnANnV','SET_TCG_TOKEN_TIMEOUT','A11Y_SAVE_RESULTS','name\x20property\x20must\x20be\x20unique\x20within\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file','ERR_TLS_CERT_ALTNAME_INVALID','authToken','https://automation-preprod.bsstag.com','automation','ROOT_REGEX','...[TRUNCATED]','acceptSslCerts','PLAYWRIGHT','BSTACK_URL','wss://cdp-preprod.bsstag.com/playwright?caps=','PLAYWRIGHT_TRACE_LOGS','ERR_NAME_NOT_RESOLVED','sdk/v1/update_cli','invalidTestInputType','https://api.browserstack.com','Jest','336333VUEdjf','Cucumber-JS','.browserstack\x20folder\x20not\x20accessible','https://api-cloud-devtestops.bsstag.com','toLowerCase','browserstack.accessKey','HELP','unable\x20to\x20verify\x20the\x20first\x20certificate','ERR_NAME_RESOLUTION_FAILED','AI_INIT_SUCCESSFUL','CODECEPTJS','testOrchestrationOptions','SDKTestTcgDownResponse','testObservabilityOptions','APP_AUTOMATE_PRODUCTS','TCG_URL','MOCHA','PERCY_SUPPORTED_FRAMEWORKS','1922568gczHWf','codeceptjs-cucumber','https://tcg-preprod.bsstag.com','CODECEPT_CUCUMBER','https://edsstaging.bsstag.com','acceptSslCert','https://automate.browserstack.com/dashboard/v2/builds/','Upgrade\x20required','^[a-zA-Z0-9_.-]*$','https://observability-devtestops.bsstag.com','testContextOptions','ERR_SOCKS_CONNECTION_FAILED','browserstackLocal','O11Y_URL','staging','Create\x20and\x20Manage\x20scalable\x20browser\x20automation\x20grids\x20for\x20Functional\x20Testing','TEST_FRAMEWORK_HOOK_TIMEOUT','DEPTH_ZERO_SELF_SIGNED_CERT','Run\x20cucumber-js\x20tests\x20on\x20browserstack','ATS_WSS_URL_REGEX','proxyPass','vanilla','Run\x20jest\x20tests\x20on\x20browserstack','PRIVATE_DOMAIN_OR_IP_REGEX','timeouts','platforms','INTEGRATIONS','mocha','strictFileInteractability','MODULE','ERR_PROXY_CONNECTION_FAILED','CONNECTIVITY_ISSUE_ERROR_CODES','.apk','proxyUrl','https://hub.browserstack.com/wd/hub','SDK_INSTRUMENTATION_CONFIG','A11Y_GET_RESULTS_SUMMARY','proxyPassword','https://automation.browserstack.com','Playwright','stag','browserStackLocalOptions','BROWSERSTACK','playwright','.aab','https://app-automate-preprod.bsstag.com/dashboard/v2/builds/','observability','ERR_ADDRESS_UNREACHABLE','SSL_ERROR_CODES','https://hub-preprod.bsstag.com/wd/hub','OBSERVABILITY_SUPPORTED_FWS','520950UOXjof','percyCaptureMode','BROWSERSTACK_AUTOMATE_URL','271656IfBFZj','A11Y_GET_RESULTS','browserstack.userName','PLAYWRIGHT_HUB_URL','BINARY_BUSY_ERROR_CODES','.ipa','ERR_MANDATORY_PROXY_CONFIGURATION_FAILED','framework','ROOT_CAPS','localProxyPass','JEST','userName','self\x20signed\x20certificate','Project\x20and\x20debug\x20logs\x20are\x20captured\x20by\x20default.\x20To\x20disable,\x20set\x20disableAutoCaptureLogs:\x20true\x20in\x20config.','GLOBAL_AGENT_HTTP_PROXY','percyOptions','accessibilityOptions','HUB_URL_REGEX','VANILLA','https://upload-observability-preprod.bsstag.com','8|0|3|5|6|10|9|7|12|11|2|4|1','disableAutoCaptureLogs','browserstack.com','VERSION','acceptInsecureCerts','150218BdYHgq','FUNNEL_INSTRUMENTATION_API_URL','SDKTestInvalidTcgAuthResponseWithUserImpact','percyScreenshot','AI_PROXY_FAILURE','customVariables','shows\x20version\x20information','exports','bsstag','HST','MAX_GIT_META_DATA_SIZE_IN_BYTES','testReporting','INTERNALLY_USED_ENV_VARS','CODECEPT','https://automate-preprod.bsstag.com/dashboard/v2/builds/','browserstackAutomation','NUDGE_LOCAL_ERRORS','env','parallelsPerPlatform','jest','browserstack','ieOptions','ObservabilitySync','CLIENT_TROUBLESHOOTING_HASH','https://eds.browserstack.com','module','invalidKeys','https://tcg.browserstack.com','SDKTestInitFailedResponse','hubUrl','bsstag.com','TEST\x20REPORTING\x20AND\x20ANALYTICS','USER_CONFIG_DETAILS_PATH','SSL_ERROR_MESSAGES','Mocha','BSTACK_ATS_URL','1098204kGAyTu','https://tcg.bsstag.com','https://api-preprod.bsstag.com','ERR_TIMED_OUT','CI_ARTIFACTS_PATH','wss://cdp.browserstack.com/playwright?caps=','pre-prod','TCG_AUTH_TIMEOUT','GIT_META_DATA_TRUNCATED','turboScale','OBSERVABILITY_UPLOAD_URL','INFO','AUTOMATE','AI_ENABLED_FRAMEWORK','SELF_SIGNED_CERT_IN_CHAIN','AUTOLOGCAPTURE_NOTIFICATION','firefoxOptions','https://api-cloud.browserstack.com','PACKAGE_TYPE','AI_INIT_FAILURE','logLevel','Run\x20nightwatch\x20tests\x20on\x20browserstack','ERR_CONNECTION_RESET','turboScaleOptions','localOptions','CUCUMBER','ATS_HUB_URL_REGEX','VALID_APP_EXTENSION','codeceptjs','https://hub-devtestops.bsstag.com/wd/hub','https://app-automate.browserstack.com/dashboard/v2/builds/','Specify\x20--help\x20for\x20available\x20options','UNABLE_TO_GET_ISSUER_CERT_LOCALLY','rerunTests'];a55_0x923a=function(){return _0x1e2266;};return a55_0x923a();}a55_0x1d2bd1[a55_0x42ca48(0x23f)]=a55_0x42ca48(0x269);const a55_0x2692cb={};a55_0x2692cb['INFO']=a55_0x42ca48(0x2b4);const a55_0x4d880d={};a55_0x4d880d[a55_0x42ca48(0x23f)]='Run\x20js\x20tests\x20on\x20browserstack';const a55_0x9e276d={};a55_0x9e276d[a55_0x42ca48(0x23f)]=a55_0x42ca48(0x249);function a55_0x22ce(_0x12d4bb,_0x21c59d){const _0x923a15=a55_0x923a();return a55_0x22ce=function(_0x22ce72,_0x4ea2e6){_0x22ce72=_0x22ce72-0x1d9;let _0xf12ceb=_0x923a15[_0x22ce72];return _0xf12ceb;},a55_0x22ce(_0x12d4bb,_0x21c59d);}const a55_0x2e0907={};a55_0x2e0907['INFO']='Run\x20playwright\x20tests\x20on\x20Browserstack';const a55_0x4b70d6={};a55_0x4b70d6[a55_0x42ca48(0x23f)]=a55_0x42ca48(0x26f);const a55_0x2aae65={};a55_0x2aae65[a55_0x42ca48(0x23f)]=a55_0x42ca48(0x2b1);const a55_0xa94692={};a55_0xa94692[a55_0x42ca48(0x23f)]='Connect\x20on\x20prem\x20instances\x20to\x20Browserstack';const a55_0x2cde42={};a55_0x2cde42[a55_0x42ca48(0x287)]=a55_0x42ca48(0x1e8),a55_0x2cde42[a55_0x42ca48(0x2a0)]=a55_0x42ca48(0x1dc),a55_0x2cde42[a55_0x42ca48(0x201)]='jest',a55_0x2cde42[a55_0x42ca48(0x21d)]=a55_0x42ca48(0x250),a55_0x2cde42[a55_0x42ca48(0x2a5)]=a55_0x42ca48(0x2a3),a55_0x2cde42['CUCUMBER']=a55_0x42ca48(0x271),a55_0x2cde42['VANILLA']=a55_0x42ca48(0x2b7);const a55_0x8acf5c={};a55_0x8acf5c[a55_0x42ca48(0x22a)]='Invalid\x20property\x20added\x20for\x20the\x20%s\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a55_0x8acf5c['uniqueDependency']=a55_0x42ca48(0x27f),a55_0x8acf5c['mandatoryDependency']='name\x20and\x20testMatch\x20are\x20required\x20for\x20the\x20%s\x20key\x20in\x20playwrightConfigOptions\x20in\x20the\x20yml\x20file',a55_0x8acf5c[a55_0x42ca48(0x28d)]='Invalid\x20value\x20for\x20\x27%s\x27\x20key\x20in\x20the\x20yml\x20file';const a55_0x28d3b4={};a55_0x28d3b4['COMMONJS']=a55_0x42ca48(0x26a),a55_0x28d3b4[a55_0x42ca48(0x1de)]=a55_0x42ca48(0x229);const a55_0x1bb62c={};a55_0x1bb62c[a55_0x42ca48(0x232)]=0xfde8,a55_0x1bb62c[a55_0x42ca48(0x291)]=0xfde8,a55_0x1bb62c[a55_0x42ca48(0x28f)]=0x186a0;const a55_0x59b2bb={};a55_0x59b2bb['root']=[a55_0x42ca48(0x202),'accessKey','httpProxy',a55_0x42ca48(0x279),'customVariables',a55_0x42ca48(0x1f9),a55_0x42ca48(0x295),a55_0x42ca48(0x1e6),a55_0x42ca48(0x281),a55_0x42ca48(0x1e2),'browserstack.overridelocalInfo.userAuthToken'],a55_0x59b2bb[a55_0x42ca48(0x1ea)]=['proxyUser',a55_0x42ca48(0x2b6),'localProxyUser',a55_0x42ca48(0x200)];const a55_0x48d9e9={};a55_0x48d9e9['browserstackLocal']=a55_0x42ca48(0x2ae),a55_0x48d9e9[a55_0x42ca48(0x1ea)]='browserStackLocalOptions',a55_0x48d9e9[a55_0x42ca48(0x24c)]=a55_0x42ca48(0x1ea),a55_0x48d9e9[a55_0x42ca48(0x222)]='parallelsPerPlatform',a55_0x48d9e9[a55_0x42ca48(0x1da)]=a55_0x42ca48(0x1da),a55_0x48d9e9[a55_0x42ca48(0x248)]=a55_0x42ca48(0x248),a55_0x48d9e9[a55_0x42ca48(0x25d)]='httpProxy',a55_0x48d9e9[a55_0x42ca48(0x279)]=a55_0x42ca48(0x279),a55_0x48d9e9[a55_0x42ca48(0x1fe)]=a55_0x42ca48(0x1fe),a55_0x48d9e9[a55_0x42ca48(0x2ac)]='testContextOptions',a55_0x48d9e9[a55_0x42ca48(0x263)]=a55_0x42ca48(0x263),a55_0x48d9e9[a55_0x42ca48(0x21b)]=a55_0x42ca48(0x21b),a55_0x48d9e9['testObservabilityOptions']=a55_0x42ca48(0x29d),a55_0x48d9e9[a55_0x42ca48(0x26e)]=a55_0x42ca48(0x26e),a55_0x48d9e9[a55_0x42ca48(0x215)]=a55_0x42ca48(0x215),a55_0x48d9e9[a55_0x42ca48(0x283)]=a55_0x42ca48(0x21f),a55_0x48d9e9[a55_0x42ca48(0x21f)]='browserstackAutomation',a55_0x48d9e9[a55_0x42ca48(0x255)]=a55_0x42ca48(0x255),a55_0x48d9e9['percy']='percy',a55_0x48d9e9[a55_0x42ca48(0x206)]=a55_0x42ca48(0x206),a55_0x48d9e9[a55_0x42ca48(0x1f5)]=a55_0x42ca48(0x1f5),a55_0x48d9e9[a55_0x42ca48(0x20c)]=a55_0x42ca48(0x20c),a55_0x48d9e9[a55_0x42ca48(0x27a)]=a55_0x42ca48(0x27a),a55_0x48d9e9['accessibilityOptions']=a55_0x42ca48(0x207),a55_0x48d9e9[a55_0x42ca48(0x23d)]=a55_0x42ca48(0x23d),a55_0x48d9e9['turboScaleOptions']=a55_0x42ca48(0x24b),a55_0x48d9e9[a55_0x42ca48(0x261)]=a55_0x42ca48(0x261),a55_0x48d9e9[a55_0x42ca48(0x29b)]=a55_0x42ca48(0x29b);const a55_0x1cf2ca={};a55_0x1cf2ca[a55_0x42ca48(0x292)]=['SDK-GEN-001','[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_0x52f41c={};a55_0x52f41c[a55_0x42ca48(0x20e)]=a55_0x1b6b12,a55_0x52f41c[a55_0x42ca48(0x201)]=a55_0x27dc44,a55_0x52f41c[a55_0x42ca48(0x2a0)]=a55_0x1d2bd1,a55_0x52f41c[a55_0x42ca48(0x24d)]=a55_0x2692cb,a55_0x52f41c[a55_0x42ca48(0x209)]=a55_0x4d880d,a55_0x52f41c['NIGHTWATCH']=a55_0x9e276d,a55_0x52f41c[a55_0x42ca48(0x287)]=a55_0x2e0907,a55_0x52f41c[a55_0x42ca48(0x29a)]=a55_0x4b70d6,a55_0x52f41c[a55_0x42ca48(0x219)]=a55_0x2aae65,a55_0x52f41c[a55_0x42ca48(0x1db)]=a55_0xa94692,a55_0x52f41c[a55_0x42ca48(0x267)]=0xf*0x3c*0x3e8,a55_0x52f41c[a55_0x42ca48(0x22d)]=a55_0x42ca48(0x1e3),a55_0x52f41c[a55_0x42ca48(0x29f)]=a55_0x42ca48(0x22b),a55_0x52f41c['TCG_REGION']='use',a55_0x52f41c['HUB_URL_REGEX']=/^hub(-[a-z]+)?\.browserstack\.com$/,a55_0x52f41c[a55_0x42ca48(0x24e)]=/^[a-zA-Z0-9]+-hub\.browserstack-ats\.com$/,a55_0x52f41c[a55_0x42ca48(0x2b5)]=/wss?:\/\/(?:[a-zA-Z0-9_-]+-)?hub(?:-ft)?\.browserstack(-ats)?\.com/,a55_0x52f41c[a55_0x42ca48(0x1ff)]=[a55_0x42ca48(0x20f),a55_0x42ca48(0x25b),a55_0x42ca48(0x1dd),'unhandledPromptBehavior',a55_0x42ca48(0x1d9),a55_0x42ca48(0x259),'browserVersion',a55_0x42ca48(0x286),a55_0x42ca48(0x2a7),'chromeOptions',a55_0x42ca48(0x244),'edgeOptions',a55_0x42ca48(0x225)],a55_0x52f41c[a55_0x42ca48(0x284)]=/^[\w-]+:.*$/,a55_0x52f41c[a55_0x42ca48(0x2b9)]=[/localhost/,/bs-local.com/,/^127\./,/^10\./,/^172\.1[6-9]\./,/^172\.2[0-9]\./,/^172\.3[0-1]\./,/^192\.168\./],a55_0x52f41c['EDS_URL']=a55_0x42ca48(0x228),a55_0x52f41c[a55_0x42ca48(0x260)]=a55_0x42ca48(0x28e),a55_0x52f41c[a55_0x42ca48(0x25e)]=a55_0x42ca48(0x245),a55_0x52f41c['UPDATED_CLI_ENDPOINT']=a55_0x42ca48(0x28c),a55_0x52f41c[a55_0x42ca48(0x211)]=a55_0x42ca48(0x25f),a55_0x52f41c['AUTOMATE_PRODUCTS']=[a55_0x42ca48(0x270),a55_0x42ca48(0x1ef)],a55_0x52f41c[a55_0x42ca48(0x29e)]=[a55_0x42ca48(0x275),'observability'],a55_0x52f41c['PRODUCT_IF_NOT_BROWSERSTACK_INFRA']=[a55_0x42ca48(0x1ef)],a55_0x52f41c[a55_0x42ca48(0x23e)]='https://upload-observability.browserstack.com',a55_0x52f41c[a55_0x42ca48(0x1f3)]=[a55_0x42ca48(0x1dc),a55_0x42ca48(0x1e8)],a55_0x52f41c[a55_0x42ca48(0x240)]=[a55_0x42ca48(0x270)],a55_0x52f41c[a55_0x42ca48(0x1f6)]=a55_0x42ca48(0x2a8),a55_0x52f41c[a55_0x42ca48(0x273)]=a55_0x42ca48(0x252),a55_0x52f41c[a55_0x42ca48(0x258)]=['app-automate'],a55_0x52f41c[a55_0x42ca48(0x220)]=['ERR_FAILED',a55_0x42ca48(0x237),'ERR_BLOCKED_BY_CLIENT',a55_0x42ca48(0x266),'ERR_SOCKET_NOT_CONNECTED',a55_0x42ca48(0x25a),a55_0x42ca48(0x24a),'ERR_CONNECTION_REFUSED','ERR_CONNECTION_ABORTED','ERR_CONNECTION_FAILED',a55_0x42ca48(0x28b),'ERR_ADDRESS_INVALID',a55_0x42ca48(0x1f0),'ERR_TUNNEL_CONNECTION_FAILED',a55_0x42ca48(0x276),a55_0x42ca48(0x2ad),'ERR_SOCKS_CONNECTION_HOST_UNREACHABLE',a55_0x42ca48(0x1df),a55_0x42ca48(0x28b),a55_0x42ca48(0x298),a55_0x42ca48(0x1fd)],a55_0x52f41c[a55_0x42ca48(0x24f)]=[a55_0x42ca48(0x1e1),a55_0x42ca48(0x1ed),a55_0x42ca48(0x1fc)],a55_0x52f41c['CUSTOM_ID_REGEX']=a55_0x42ca48(0x2aa),a55_0x52f41c['SHAREABLE_ID_REGEX']=a55_0x42ca48(0x274),a55_0x52f41c[a55_0x42ca48(0x238)]=a55_0x42ca48(0x257),a55_0x52f41c[a55_0x42ca48(0x1fa)]=a55_0x42ca48(0x239),a55_0x52f41c['FRAMEWORKS']=a55_0x2cde42,a55_0x52f41c[a55_0x42ca48(0x2a1)]=[a55_0x42ca48(0x223),'mocha'],a55_0x52f41c['PLAYWRIGHT_CONFIG_OPTION_ERRORS']=a55_0x8acf5c,a55_0x52f41c[a55_0x42ca48(0x243)]=a55_0x42ca48(0x204),a55_0x52f41c[a55_0x42ca48(0x246)]=a55_0x28d3b4,a55_0x52f41c[a55_0x42ca48(0x21a)]=0x40*0x400,a55_0x52f41c[a55_0x42ca48(0x23c)]=a55_0x42ca48(0x285),a55_0x52f41c[a55_0x42ca48(0x26c)]=a55_0x42ca48(0x2a9),a55_0x52f41c[a55_0x42ca48(0x26d)]=a55_0x42ca48(0x29c),a55_0x52f41c['INVALID_INIT_RESP_WITH_USER_IMPACT']=a55_0x42ca48(0x212),a55_0x52f41c['TCG_AUTH_FAILURE']='SDKTestTcgAuthFailure',a55_0x52f41c[a55_0x42ca48(0x299)]='SDKTestTcgtInitSuccessful',a55_0x52f41c[a55_0x42ca48(0x247)]=a55_0x42ca48(0x22c),a55_0x52f41c[a55_0x42ca48(0x214)]=a55_0x42ca48(0x277),a55_0x52f41c[a55_0x42ca48(0x23b)]=0x1388,a55_0x52f41c[a55_0x42ca48(0x27d)]=0x1388,a55_0x52f41c[a55_0x42ca48(0x26b)]=0x1388,a55_0x52f41c['HEALING_FAILURE_TIMEOUT']=0x1388,a55_0x52f41c['POLL_HEALING_RESULT_TIMEOUT']=0xc350,a55_0x52f41c[a55_0x42ca48(0x2b2)]=a55_0x1bb62c,a55_0x52f41c[a55_0x42ca48(0x25c)]=a55_0x59b2bb,a55_0x52f41c[a55_0x42ca48(0x241)]=['vanilla',a55_0x42ca48(0x250)],a55_0x52f41c[a55_0x42ca48(0x1e4)]=a55_0x48d9e9,a55_0x52f41c['LOG_FILE_NAME']=a55_0x42ca48(0x265),a55_0x52f41c['DEBUG_LOG_FILE_NAME']='/usage-debug.log',a55_0x52f41c['BSTACK_URL']=a55_0x42ca48(0x20d),a55_0x52f41c[a55_0x42ca48(0x233)]=a55_0x42ca48(0x278),a55_0x52f41c[a55_0x42ca48(0x2af)]=a55_0x42ca48(0x1e7),a55_0x52f41c['TEST_REPORTING_ANALYTICS']=a55_0x42ca48(0x22f),a55_0x52f41c['BROWSERSTACK']=a55_0x42ca48(0x224),a55_0x52f41c['CLI_SUPPORTED_FRAMEWORKS']=[a55_0x42ca48(0x1ec),'cucumber',a55_0x42ca48(0x223)],a55_0x52f41c['AUTOMATION_LOG_COMMANDS']=['A11Y_SCAN',a55_0x42ca48(0x1e5),a55_0x42ca48(0x1f8),a55_0x42ca48(0x27e),a55_0x42ca48(0x213),a55_0x42ca48(0x226)],a55_0x52f41c[a55_0x42ca48(0x28a)]=a55_0x42ca48(0x28a),a55_0x52f41c[a55_0x42ca48(0x231)]=[a55_0x42ca48(0x203),a55_0x42ca48(0x297),'certificate\x20has\x20expired','unable\x20to\x20get\x20local\x20issuer\x20certificate',a55_0x42ca48(0x280),a55_0x42ca48(0x2b3)],a55_0x52f41c[a55_0x42ca48(0x1f1)]=[a55_0x42ca48(0x242),a55_0x42ca48(0x2b3),'UNABLE_TO_VERIFY_LEAF_SIGNATURE','CERT_HAS_EXPIRED',a55_0x42ca48(0x280),a55_0x42ca48(0x254)],a55_0x52f41c[a55_0x42ca48(0x1e0)]=[0x193,0x197,0x1f6,0x1f7,0x1f8],a55_0x52f41c[a55_0x42ca48(0x227)]=a55_0x1cf2ca,a55_0x52f41c[a55_0x42ca48(0x21c)]=[a55_0x42ca48(0x205),'GLOBAL_AGENT_NO_PROXY',a55_0x42ca48(0x230)],a55_0x52f41c[a55_0x42ca48(0x1fb)]=['ETXTBSY','EBUSY'],module[a55_0x42ca48(0x217)]=a55_0x52f41c;const _env=(process[a55_0x42ca48(0x221)]['BROWSERSTACK_ENV']||'prod')[a55_0x42ca48(0x294)]();if(_env===a55_0x42ca48(0x2b0)||_env===a55_0x42ca48(0x1e9)){const yeTuxl=a55_0x42ca48(0x20b)['split']('|');let mYSOhM=0x0;while(!![]){switch(yeTuxl[mYSOhM++]){case'0':module['exports'][a55_0x42ca48(0x260)]=a55_0x42ca48(0x256);continue;case'1':module[a55_0x42ca48(0x217)][a55_0x42ca48(0x1eb)]=a55_0x42ca48(0x218);continue;case'2':module[a55_0x42ca48(0x217)][a55_0x42ca48(0x23e)]=a55_0x42ca48(0x268);continue;case'3':module[a55_0x42ca48(0x217)]['TCG_URL']=a55_0x42ca48(0x235);continue;case'4':module['exports']['EDS_URL']=a55_0x42ca48(0x2a6);continue;case'5':module[a55_0x42ca48(0x217)][a55_0x42ca48(0x208)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;case'6':module[a55_0x42ca48(0x217)][a55_0x42ca48(0x1f6)]=a55_0x42ca48(0x272);continue;case'7':module['exports'][a55_0x42ca48(0x1fa)]=a55_0x42ca48(0x262);continue;case'8':module['exports'][a55_0x42ca48(0x22d)]=a55_0x42ca48(0x251);continue;case'9':module[a55_0x42ca48(0x217)][a55_0x42ca48(0x25e)]=a55_0x42ca48(0x293);continue;case'10':module[a55_0x42ca48(0x217)]['BROWSERSTACK_APP_AUTOMATE_URL']='https://app-automate-devtestops.bsstag.com/dashboard/v2/builds/';continue;case'11':module[a55_0x42ca48(0x217)][a55_0x42ca48(0x2af)]=a55_0x42ca48(0x2ab);continue;case'12':module[a55_0x42ca48(0x217)][a55_0x42ca48(0x288)]=a55_0x42ca48(0x22e);continue;}break;}}else{if(_env==='preprod'||_env===a55_0x42ca48(0x23a)){const iyYbTa=a55_0x42ca48(0x264)[a55_0x42ca48(0x27b)]('|');let RGARwW=0x0;while(!![]){switch(iyYbTa[RGARwW++]){case'0':module[a55_0x42ca48(0x217)][a55_0x42ca48(0x23e)]=a55_0x42ca48(0x20a);continue;case'1':module['exports'][a55_0x42ca48(0x260)]=a55_0x42ca48(0x236);continue;case'2':module[a55_0x42ca48(0x217)][a55_0x42ca48(0x25e)]=a55_0x42ca48(0x236);continue;case'3':module['exports']['O11Y_URL']=a55_0x42ca48(0x282);continue;case'4':module['exports'][a55_0x42ca48(0x22d)]=a55_0x42ca48(0x1f2);continue;case'5':module['exports']['EDS_URL']=a55_0x42ca48(0x2a6);continue;case'6':module[a55_0x42ca48(0x217)][a55_0x42ca48(0x1f6)]=a55_0x42ca48(0x21e);continue;case'7':module['exports'][a55_0x42ca48(0x29f)]=a55_0x42ca48(0x2a4);continue;case'8':module[a55_0x42ca48(0x217)][a55_0x42ca48(0x273)]=a55_0x42ca48(0x1ee);continue;case'9':module['exports'][a55_0x42ca48(0x1eb)]=a55_0x42ca48(0x218);continue;case'10':module[a55_0x42ca48(0x217)]['BSTACK_URL']=a55_0x42ca48(0x22e);continue;case'11':module[a55_0x42ca48(0x217)][a55_0x42ca48(0x1fa)]=a55_0x42ca48(0x289);continue;case'12':module[a55_0x42ca48(0x217)][a55_0x42ca48(0x208)]=/^hub(-[a-z]+)?\.bsstag\.com$/;continue;}break;}}}
@@ -1 +1 @@
1
- function a56_0x2a86(){const _0x36576d=['2350989IoBiwJ','271581xwCnbZ','./logReportingAPI','916728quCern','1528080QzHasn','4625085gWVgKj','791777xocdZv','join','data','3395396yKRrGW','layout','DeFXQ','level','configure','2QlLwZW','18dshrpl','timezoneOffset','levelStr','colouredLayout','70jTjDJU'];a56_0x2a86=function(){return _0x36576d;};return a56_0x2a86();}const a56_0x453a8d=a56_0x44a7;(function(_0x22d91e,_0xbebbb1){const _0x28ed0d=a56_0x44a7,_0x2ed685=_0x22d91e();while(!![]){try{const _0x221f0a=-parseInt(_0x28ed0d(0x84))/0x1*(parseInt(_0x28ed0d(0x7d))/0x2)+-parseInt(_0x28ed0d(0x73))/0x3+parseInt(_0x28ed0d(0x78))/0x4+-parseInt(_0x28ed0d(0x74))/0x5+parseInt(_0x28ed0d(0x7e))/0x6*(-parseInt(_0x28ed0d(0x75))/0x7)+-parseInt(_0x28ed0d(0x72))/0x8+-parseInt(_0x28ed0d(0x83))/0x9*(-parseInt(_0x28ed0d(0x82))/0xa);if(_0x221f0a===_0xbebbb1)break;else _0x2ed685['push'](_0x2ed685['shift']());}catch(_0x4758c2){_0x2ed685['push'](_0x2ed685['shift']());}}}(a56_0x2a86,0x7e58a));const logReportingAPI=require(a56_0x453a8d(0x71)),BSTestOpsLogger=new logReportingAPI({});function a56_0x44a7(_0x33d155,_0x886674){const _0x2a8632=a56_0x2a86();return a56_0x44a7=function(_0x44a721,_0x581e03){_0x44a721=_0x44a721-0x71;let _0x34c630=_0x2a8632[_0x44a721];return _0x34c630;},a56_0x44a7(_0x33d155,_0x886674);}function BSTestOpsLog4JSAppender(_0x3c76cd,_0x3918af){return _0x592a57=>{const _0x4c3545=a56_0x44a7;BSTestOpsLogger['log']({'level':_0x592a57[_0x4c3545(0x7b)]?_0x592a57['level'][_0x4c3545(0x80)]:null,'message':_0x592a57[_0x4c3545(0x77)]?_0x592a57['data'][_0x4c3545(0x76)]('\x20'):null});};}exports[a56_0x453a8d(0x7c)]=(_0x1d59e8,_0x27f777)=>{const _0x500769=a56_0x453a8d,_0x55964a={'DeFXQ':function(_0x409903,_0x25facb,_0x751ede){return _0x409903(_0x25facb,_0x751ede);}};let _0x2c8770=_0x27f777[_0x500769(0x81)];return _0x1d59e8[_0x500769(0x79)]&&(_0x2c8770=_0x27f777['layout'](_0x1d59e8[_0x500769(0x79)]['type'],_0x1d59e8[_0x500769(0x79)])),_0x55964a[_0x500769(0x7a)](BSTestOpsLog4JSAppender,_0x2c8770,_0x1d59e8[_0x500769(0x7f)]);};
1
+ const a56_0x211a14=a56_0x37d1;(function(_0x25f7a7,_0x33e311){const _0x4d7d9b=a56_0x37d1,_0x303402=_0x25f7a7();while(!![]){try{const _0x150ae9=-parseInt(_0x4d7d9b(0x118))/0x1*(parseInt(_0x4d7d9b(0x110))/0x2)+-parseInt(_0x4d7d9b(0x112))/0x3+parseInt(_0x4d7d9b(0x11a))/0x4+-parseInt(_0x4d7d9b(0x111))/0x5+parseInt(_0x4d7d9b(0x116))/0x6+parseInt(_0x4d7d9b(0x115))/0x7*(parseInt(_0x4d7d9b(0x10b))/0x8)+parseInt(_0x4d7d9b(0x117))/0x9;if(_0x150ae9===_0x33e311)break;else _0x303402['push'](_0x303402['shift']());}catch(_0x5bb8b1){_0x303402['push'](_0x303402['shift']());}}}(a56_0x4c80,0x6892a));function a56_0x4c80(){const _0x13e138=['2JQcrdN','type','376336eLNiQi','data','levelStr','3312aqjdXe','layout','zkbjm','configure','log','490494Nnfwol','325835yYquNE','2561772tSvfes','./logReportingAPI','level','21PdAYCd','3881256KiBaRk','9861417uROnLa'];a56_0x4c80=function(){return _0x13e138;};return a56_0x4c80();}function a56_0x37d1(_0x23acea,_0x304534){const _0x4c80ed=a56_0x4c80();return a56_0x37d1=function(_0x37d163,_0x2bf8bd){_0x37d163=_0x37d163-0x10a;let _0x5e00e7=_0x4c80ed[_0x37d163];return _0x5e00e7;},a56_0x37d1(_0x23acea,_0x304534);}const logReportingAPI=require(a56_0x211a14(0x113)),BSTestOpsLogger=new logReportingAPI({});function BSTestOpsLog4JSAppender(_0x38a662,_0x14b1c7){return _0xc7be90=>{const _0x553a9e=a56_0x37d1;BSTestOpsLogger[_0x553a9e(0x10f)]({'level':_0xc7be90[_0x553a9e(0x114)]?_0xc7be90[_0x553a9e(0x114)][_0x553a9e(0x10a)]:null,'message':_0xc7be90[_0x553a9e(0x11b)]?_0xc7be90['data']['join']('\x20'):null});};}exports[a56_0x211a14(0x10e)]=(_0x23a174,_0x1629ba)=>{const _0x35c2a1=a56_0x211a14,_0xad1eb2={'zkbjm':function(_0xba0b7e,_0x31fc39,_0x10edda){return _0xba0b7e(_0x31fc39,_0x10edda);}};let _0x51a06f=_0x1629ba['colouredLayout'];return _0x23a174[_0x35c2a1(0x10c)]&&(_0x51a06f=_0x1629ba[_0x35c2a1(0x10c)](_0x23a174[_0x35c2a1(0x10c)][_0x35c2a1(0x119)],_0x23a174[_0x35c2a1(0x10c)])),_0xad1eb2[_0x35c2a1(0x10d)](BSTestOpsLog4JSAppender,_0x51a06f,_0x23a174['timezoneOffset']);};
@@ -1 +1 @@
1
- function a57_0x34bb(_0x49407c,_0x1b5310){const _0x2f5aef=a57_0x2f5a();return a57_0x34bb=function(_0x34bb08,_0x411a71){_0x34bb08=_0x34bb08-0x1a1;let _0x3c53f7=_0x2f5aef[_0x34bb08];return _0x3c53f7;},a57_0x34bb(_0x49407c,_0x1b5310);}const a57_0x54ba17=a57_0x34bb;(function(_0x4a9c10,_0xde96f7){const _0x17152f=a57_0x34bb,_0x4aa693=_0x4a9c10();while(!![]){try{const _0x1f8698=-parseInt(_0x17152f(0x1ac))/0x1*(parseInt(_0x17152f(0x1b0))/0x2)+-parseInt(_0x17152f(0x1a8))/0x3*(parseInt(_0x17152f(0x1af))/0x4)+-parseInt(_0x17152f(0x1ba))/0x5*(-parseInt(_0x17152f(0x1b8))/0x6)+parseInt(_0x17152f(0x1a2))/0x7*(-parseInt(_0x17152f(0x1b4))/0x8)+parseInt(_0x17152f(0x1bf))/0x9+-parseInt(_0x17152f(0x1aa))/0xa*(-parseInt(_0x17152f(0x1bd))/0xb)+-parseInt(_0x17152f(0x1b1))/0xc*(parseInt(_0x17152f(0x1ae))/0xd);if(_0x1f8698===_0xde96f7)break;else _0x4aa693['push'](_0x4aa693['shift']());}catch(_0x3311d1){_0x4aa693['push'](_0x4aa693['shift']());}}}(a57_0x2f5a,0xa5c34));const Transport=require(a57_0x54ba17(0x1a7)),{consoleHolder}=require(a57_0x54ba17(0x1bc)),a57_0x5d02a4={};a57_0x5d02a4[a57_0x54ba17(0x1b3)]=a57_0x54ba17(0x1b3),a57_0x5d02a4[a57_0x54ba17(0x1a1)]='ERROR',a57_0x5d02a4[a57_0x54ba17(0x1be)]=a57_0x54ba17(0x1be),a57_0x5d02a4[a57_0x54ba17(0x1ad)]=a57_0x54ba17(0x1ad),a57_0x5d02a4[a57_0x54ba17(0x1a4)]=a57_0x54ba17(0x1a4);const LOG_LEVELS=a57_0x5d02a4;class logPatcher extends Transport{constructor(_0x1dcb82){super(_0x1dcb82);}[a57_0x54ba17(0x1b9)]=(_0x550c1f=LOG_LEVELS['INFO'],_0x3b360c=[''])=>{const _0x2ff895=a57_0x54ba17,_0x291a10={};_0x291a10[_0x2ff895(0x1bb)]=_0x2ff895(0x1a9);const _0x41a3c4=_0x291a10;consoleHolder[_0x550c1f['toLowerCase']()](..._0x3b360c),process[_0x2ff895(0x1a5)]('bs:addLog:'+process[_0x2ff895(0x1b7)],{'timestamp':new Date()[_0x2ff895(0x1b5)](),'level':_0x550c1f[_0x2ff895(0x1b2)](),'message':'\x22'+_0x3b360c[_0x2ff895(0x1c0)](',\x20')+'\x22','kind':_0x41a3c4['fAHEo'],'http_response':{}});};['trace']=(..._0xbde00a)=>{const _0x1fc3f2=a57_0x54ba17;this[_0x1fc3f2(0x1b9)](LOG_LEVELS[_0x1fc3f2(0x1ad)],_0xbde00a);};[a57_0x54ba17(0x1a6)]=(..._0x233dad)=>{const _0x49d62b=a57_0x54ba17;this[_0x49d62b(0x1b9)](LOG_LEVELS[_0x49d62b(0x1be)],_0x233dad);};[a57_0x54ba17(0x1a3)]=(..._0x5f60db)=>{const _0x5104d3=a57_0x54ba17;this[_0x5104d3(0x1b9)](LOG_LEVELS[_0x5104d3(0x1b3)],_0x5f60db);};[a57_0x54ba17(0x1ab)]=(..._0x2d1656)=>{const _0x37cfd6=a57_0x54ba17;this[_0x37cfd6(0x1b9)](LOG_LEVELS[_0x37cfd6(0x1a4)],_0x2d1656);};[a57_0x54ba17(0x1b6)]=(..._0x509c33)=>{const _0x44b241=a57_0x54ba17;this[_0x44b241(0x1b9)](LOG_LEVELS[_0x44b241(0x1a1)],_0x509c33);};['log']=(..._0x307177)=>{const _0x3ec614=a57_0x54ba17;this[_0x3ec614(0x1b9)](LOG_LEVELS[_0x3ec614(0x1b3)],_0x307177);};};function a57_0x2f5a(){const _0x98068=['INFO','323168gyVgPR','toISOString','error','pid','40452TlxCOt','logToTestOps','970kMOMzD','fAHEo','../../helpers/test-observability/constants','20669KYcanz','DEBUG','10076517TuCyaw','join','ERROR','175YdDpAQ','info','WARN','emit','debug','winston-transport','63vIiASX','TEST_LOG','1930fOBwJj','warn','29WASPYg','TRACE','52jlzPok','125844UzdURv','10822lDsOCh','851232taMnnc','toUpperCase'];a57_0x2f5a=function(){return _0x98068;};return a57_0x2f5a();}module['exports']=logPatcher;
1
+ const a57_0x210ab2=a57_0x1d25;function a57_0x1d25(_0x5cd964,_0x2305bd){const _0x2faa16=a57_0x2faa();return a57_0x1d25=function(_0x1d2559,_0x3db3c4){_0x1d2559=_0x1d2559-0x101;let _0x58485c=_0x2faa16[_0x1d2559];return _0x58485c;},a57_0x1d25(_0x5cd964,_0x2305bd);}(function(_0x323777,_0x2b9ead){const _0x7747ea=a57_0x1d25,_0xe9b0d=_0x323777();while(!![]){try{const _0x5108d1=parseInt(_0x7747ea(0x10c))/0x1+-parseInt(_0x7747ea(0x10a))/0x2*(-parseInt(_0x7747ea(0x11e))/0x3)+parseInt(_0x7747ea(0x109))/0x4*(parseInt(_0x7747ea(0x11c))/0x5)+parseInt(_0x7747ea(0x11f))/0x6+parseInt(_0x7747ea(0x101))/0x7*(parseInt(_0x7747ea(0x102))/0x8)+-parseInt(_0x7747ea(0x10e))/0x9+-parseInt(_0x7747ea(0x118))/0xa;if(_0x5108d1===_0x2b9ead)break;else _0xe9b0d['push'](_0xe9b0d['shift']());}catch(_0x492201){_0xe9b0d['push'](_0xe9b0d['shift']());}}}(a57_0x2faa,0x337c5));const Transport=require(a57_0x210ab2(0x116)),{consoleHolder}=require(a57_0x210ab2(0x104)),a57_0x952e30={};a57_0x952e30['INFO']=a57_0x210ab2(0x119),a57_0x952e30['ERROR']='ERROR',a57_0x952e30[a57_0x210ab2(0x110)]=a57_0x210ab2(0x110),a57_0x952e30[a57_0x210ab2(0x111)]=a57_0x210ab2(0x111),a57_0x952e30[a57_0x210ab2(0x113)]=a57_0x210ab2(0x113);const LOG_LEVELS=a57_0x952e30;class logPatcher extends Transport{constructor(_0x1e2b7b){super(_0x1e2b7b);}[a57_0x210ab2(0x114)]=(_0x7360df=LOG_LEVELS[a57_0x210ab2(0x119)],_0x153e09=[''])=>{const _0x84873c=a57_0x210ab2,_0x4eacb8={};_0x4eacb8[_0x84873c(0x10f)]=_0x84873c(0x106);const _0x50c756=_0x4eacb8;consoleHolder[_0x7360df[_0x84873c(0x105)]()](..._0x153e09),process[_0x84873c(0x10d)](_0x84873c(0x11d)+process[_0x84873c(0x107)],{'timestamp':new Date()[_0x84873c(0x11b)](),'level':_0x7360df[_0x84873c(0x10b)](),'message':'\x22'+_0x153e09[_0x84873c(0x117)](',\x20')+'\x22','kind':_0x50c756[_0x84873c(0x10f)],'http_response':{}});};['trace']=(..._0x43bd19)=>{const _0x202f0f=a57_0x210ab2;this[_0x202f0f(0x114)](LOG_LEVELS[_0x202f0f(0x111)],_0x43bd19);};[a57_0x210ab2(0x108)]=(..._0x1c2fb2)=>{const _0x5f1afb=a57_0x210ab2;this[_0x5f1afb(0x114)](LOG_LEVELS['DEBUG'],_0x1c2fb2);};[a57_0x210ab2(0x103)]=(..._0x98cd6a)=>{const _0x122395=a57_0x210ab2;this[_0x122395(0x114)](LOG_LEVELS[_0x122395(0x119)],_0x98cd6a);};['warn']=(..._0xb951ad)=>{const _0xe254b2=a57_0x210ab2;this[_0xe254b2(0x114)](LOG_LEVELS[_0xe254b2(0x113)],_0xb951ad);};[a57_0x210ab2(0x11a)]=(..._0x25ed89)=>{const _0x99c783=a57_0x210ab2;this[_0x99c783(0x114)](LOG_LEVELS['ERROR'],_0x25ed89);};[a57_0x210ab2(0x112)]=(..._0x9d71a5)=>{const _0x195549=a57_0x210ab2;this['logToTestOps'](LOG_LEVELS[_0x195549(0x119)],_0x9d71a5);};};function a57_0x2faa(){const _0x1670ae=['join','2862200QBwzAe','INFO','error','toISOString','16450SEBoJk','bs:addLog:','1737cqZxBl','724620YjTWVO','951202GcamQi','24ixdthY','info','../../helpers/test-observability/constants','toLowerCase','TEST_LOG','pid','debug','160ngUdbl','74SxMYue','toUpperCase','10177DRTaVh','emit','1750707LDHRHZ','yHNOi','DEBUG','TRACE','log','WARN','logToTestOps','exports','winston-transport'];a57_0x2faa=function(){return _0x1670ae;};return a57_0x2faa();}module[a57_0x210ab2(0x115)]=logPatcher;
@@ -1 +1 @@
1
- const a58_0x46be7a=a58_0x3957;function a58_0x3957(_0x4b0a2a,_0x2c4b0b){const _0x54e855=a58_0x54e8();return a58_0x3957=function(_0x3957de,_0x16ca22){_0x3957de=_0x3957de-0x8d;let _0x4d5734=_0x54e855[_0x3957de];return _0x4d5734;},a58_0x3957(_0x4b0a2a,_0x2c4b0b);}(function(_0x14c200,_0x317968){const _0x11d7c3=a58_0x3957,_0x46dced=_0x14c200();while(!![]){try{const _0x2e05e4=parseInt(_0x11d7c3(0xab))/0x1*(-parseInt(_0x11d7c3(0x94))/0x2)+-parseInt(_0x11d7c3(0x9e))/0x3+-parseInt(_0x11d7c3(0x8f))/0x4+-parseInt(_0x11d7c3(0xa1))/0x5+parseInt(_0x11d7c3(0xae))/0x6+parseInt(_0x11d7c3(0x93))/0x7+parseInt(_0x11d7c3(0x97))/0x8;if(_0x2e05e4===_0x317968)break;else _0x46dced['push'](_0x46dced['shift']());}catch(_0x15ea14){_0x46dced['push'](_0x46dced['shift']());}}}(a58_0x54e8,0x7caf0));const Transport=require(a58_0x46be7a(0xa7)),{consoleHolder}=require(a58_0x46be7a(0x8d)),a58_0x3bb63b={};a58_0x3bb63b[a58_0x46be7a(0x9a)]=a58_0x46be7a(0x9a),a58_0x3bb63b['ERROR']=a58_0x46be7a(0xa9),a58_0x3bb63b[a58_0x46be7a(0x98)]=a58_0x46be7a(0x98),a58_0x3bb63b['TRACE']=a58_0x46be7a(0xa0),a58_0x3bb63b['WARN']=a58_0x46be7a(0x8e);const LOG_LEVELS=a58_0x3bb63b;class logReportingAPI extends Transport{constructor(_0x1c5e5e){super(_0x1c5e5e);}[a58_0x46be7a(0x90)](_0x19c987,_0x1fd203){const _0xff6765=a58_0x46be7a,_0xfd93ff={'kaSdU':_0xff6765(0xa2),'mFzLy':function(_0x2eff1b,_0x2ba891){return _0x2eff1b(_0x2ba891);},'TVyYo':function(_0x568cc1,_0x5771c9){return _0x568cc1===_0x5771c9;},'ZxesB':_0xff6765(0x95),'IMDoW':function(_0x2bbef0){return _0x2bbef0();}};_0xfd93ff['mFzLy'](setImmediate,()=>{const _0x408701=_0xff6765;this[_0x408701(0xac)](_0xfd93ff['kaSdU'],_0x19c987);}),_0xfd93ff[_0xff6765(0xa3)](typeof _0x19c987,_0xfd93ff['ZxesB'])?this[_0xff6765(0xaa)](_0x19c987['level']||LOG_LEVELS[_0xff6765(0x9a)],_0x19c987[_0xff6765(0xa5)],![]):this['logToTestOps'](LOG_LEVELS[_0xff6765(0x9a)],_0x19c987),_0x1fd203&&_0xfd93ff['IMDoW'](_0x1fd203);}[a58_0x46be7a(0xaa)]=(_0x2876af=LOG_LEVELS[a58_0x46be7a(0x9a)],_0x414f91='',_0x256f9c=!![])=>{const _0x917e56=a58_0x46be7a,_0x431246={};_0x431246['QogYa']=_0x917e56(0x91);const _0x21082b=_0x431246;_0x256f9c&&consoleHolder[_0x2876af[_0x917e56(0xa4)]()](_0x414f91),process[_0x917e56(0xac)](_0x917e56(0x92)+process[_0x917e56(0x9c)],{'timestamp':new Date()[_0x917e56(0x96)](),'level':_0x2876af[_0x917e56(0x99)](),'message':_0x414f91,'kind':_0x21082b[_0x917e56(0x9f)],'http_response':{}});};[a58_0x46be7a(0xad)]=(_0x4bf5cf,_0x2c542d)=>{const _0x449497=a58_0x46be7a;this['logToTestOps'](LOG_LEVELS[_0x449497(0xa0)],_0x4bf5cf);};[a58_0x46be7a(0x9d)]=(_0x4e240b,_0x2aa807)=>{const _0x27b605=a58_0x46be7a;this[_0x27b605(0xaa)](LOG_LEVELS['DEBUG'],_0x4e240b);};[a58_0x46be7a(0x9b)]=(_0x5308c8,_0x3d3940)=>{const _0x22ffef=a58_0x46be7a;this[_0x22ffef(0xaa)](LOG_LEVELS[_0x22ffef(0x9a)],_0x5308c8);};[a58_0x46be7a(0xa8)]=(_0x1b4045,_0x316f0d)=>{const _0x446423=a58_0x46be7a;this[_0x446423(0xaa)](LOG_LEVELS['WARN'],_0x1b4045);};['error']=(_0x37feae,_0x5a9010)=>{const _0x49999b=a58_0x46be7a;this[_0x49999b(0xaa)](LOG_LEVELS['ERROR'],_0x37feae);};};function a58_0x54e8(){const _0x47162=['warn','ERROR','logToTestOps','138nnBLKo','emit','trace','566394sDjmTi','../../helpers/test-observability/constants','WARN','38616JMxVgR','log','TEST_LOG','bs:addLog:','2179940djZQWj','356czHRgo','object','toISOString','5867024ssExeE','DEBUG','toUpperCase','INFO','info','pid','debug','1182735SSdWmZ','QogYa','TRACE','1000150xeVVjS','logged','TVyYo','toLowerCase','message','exports','winston-transport'];a58_0x54e8=function(){return _0x47162;};return a58_0x54e8();}module[a58_0x46be7a(0xa6)]=logReportingAPI;
1
+ const a58_0x13a92a=a58_0x117d;(function(_0x22cccd,_0x3d4ddd){const _0x877f8=a58_0x117d,_0x319508=_0x22cccd();while(!![]){try{const _0x12de15=-parseInt(_0x877f8(0x125))/0x1*(parseInt(_0x877f8(0x13a))/0x2)+parseInt(_0x877f8(0x132))/0x3+parseInt(_0x877f8(0x129))/0x4*(parseInt(_0x877f8(0x135))/0x5)+-parseInt(_0x877f8(0x120))/0x6+-parseInt(_0x877f8(0x118))/0x7+parseInt(_0x877f8(0x123))/0x8*(parseInt(_0x877f8(0x124))/0x9)+parseInt(_0x877f8(0x11c))/0xa*(parseInt(_0x877f8(0x137))/0xb);if(_0x12de15===_0x3d4ddd)break;else _0x319508['push'](_0x319508['shift']());}catch(_0x2d51a5){_0x319508['push'](_0x319508['shift']());}}}(a58_0x2b83,0x98f0c));const Transport=require(a58_0x13a92a(0x133)),{consoleHolder}=require(a58_0x13a92a(0x13b)),a58_0x17f76d={};function a58_0x117d(_0x441e44,_0x31efcd){const _0x2b83ab=a58_0x2b83();return a58_0x117d=function(_0x117d48,_0x3e21a2){_0x117d48=_0x117d48-0x117;let _0x5198fc=_0x2b83ab[_0x117d48];return _0x5198fc;},a58_0x117d(_0x441e44,_0x31efcd);}a58_0x17f76d[a58_0x13a92a(0x11b)]=a58_0x13a92a(0x11b),a58_0x17f76d[a58_0x13a92a(0x12c)]=a58_0x13a92a(0x12c),a58_0x17f76d[a58_0x13a92a(0x119)]=a58_0x13a92a(0x119),a58_0x17f76d[a58_0x13a92a(0x11f)]=a58_0x13a92a(0x11f),a58_0x17f76d[a58_0x13a92a(0x12d)]=a58_0x13a92a(0x12d);function a58_0x2b83(){const _0x18850d=['XbJPH','2599842uflNfU','winston-transport','toUpperCase','5tqnXUV','object','99pipVKw','logged','logToTestOps','338XkyjGl','../../helpers/test-observability/constants','message','VPWZB','8538096GRZjuv','DEBUG','OxPME','INFO','758790FbEQBp','level','trace','TRACE','3238482TJpEmR','error','TEST_LOG','24aNGNYb','3085353HcbBOo','3301sDGHOn','pid','JRQnd','debug','1463248MVSsMp','toLowerCase','log','ERROR','WARN','emit','toISOString','info'];a58_0x2b83=function(){return _0x18850d;};return a58_0x2b83();}const LOG_LEVELS=a58_0x17f76d;class logReportingAPI extends Transport{constructor(_0x5dd144){super(_0x5dd144);}[a58_0x13a92a(0x12b)](_0x3d44ca,_0x17567f){const _0x26043a=a58_0x13a92a,_0x26a851={'ThCpg':_0x26043a(0x138),'fONbg':function(_0x315404,_0x4e9b68){return _0x315404(_0x4e9b68);},'OxPME':function(_0x2d37f9,_0x198601){return _0x2d37f9===_0x198601;},'VPWZB':_0x26043a(0x136),'JRQnd':function(_0x373f73){return _0x373f73();}};_0x26a851['fONbg'](setImmediate,()=>{const _0x4f7556=_0x26043a;this[_0x4f7556(0x12e)](_0x26a851['ThCpg'],_0x3d44ca);}),_0x26a851[_0x26043a(0x11a)](typeof _0x3d44ca,_0x26a851[_0x26043a(0x117)])?this[_0x26043a(0x139)](_0x3d44ca[_0x26043a(0x11d)]||LOG_LEVELS['INFO'],_0x3d44ca[_0x26043a(0x13c)],![]):this[_0x26043a(0x139)](LOG_LEVELS[_0x26043a(0x11b)],_0x3d44ca),_0x17567f&&_0x26a851[_0x26043a(0x127)](_0x17567f);}['logToTestOps']=(_0x26e368=LOG_LEVELS[a58_0x13a92a(0x11b)],_0x492740='',_0x3f3239=!![])=>{const _0x294d7f=a58_0x13a92a,_0x2b92b6={};_0x2b92b6['XbJPH']=_0x294d7f(0x122);const _0x32213a=_0x2b92b6;_0x3f3239&&consoleHolder[_0x26e368[_0x294d7f(0x12a)]()](_0x492740),process[_0x294d7f(0x12e)]('bs:addLog:'+process[_0x294d7f(0x126)],{'timestamp':new Date()[_0x294d7f(0x12f)](),'level':_0x26e368[_0x294d7f(0x134)](),'message':_0x492740,'kind':_0x32213a[_0x294d7f(0x131)],'http_response':{}});};[a58_0x13a92a(0x11e)]=(_0x5df277,_0x3848ad)=>{const _0x570930=a58_0x13a92a;this[_0x570930(0x139)](LOG_LEVELS[_0x570930(0x11f)],_0x5df277);};[a58_0x13a92a(0x128)]=(_0x4520e2,_0xef4b3d)=>{const _0x27bb3e=a58_0x13a92a;this[_0x27bb3e(0x139)](LOG_LEVELS[_0x27bb3e(0x119)],_0x4520e2);};[a58_0x13a92a(0x130)]=(_0x3806b0,_0x3dd461)=>{const _0x2c7d7b=a58_0x13a92a;this[_0x2c7d7b(0x139)](LOG_LEVELS[_0x2c7d7b(0x11b)],_0x3806b0);};['warn']=(_0x41fdae,_0x5d0d29)=>{const _0x5ee600=a58_0x13a92a;this[_0x5ee600(0x139)](LOG_LEVELS['WARN'],_0x41fdae);};[a58_0x13a92a(0x121)]=(_0x24f765,_0x140716)=>{const _0x375b78=a58_0x13a92a;this[_0x375b78(0x139)](LOG_LEVELS[_0x375b78(0x12c)],_0x24f765);};};module['exports']=logReportingAPI;